@import "https://cdn.syncfusion.com/ej2/29.2.11/tailwind.css";

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

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

/*
! tailwindcss v3.4.14 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

.page-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.page-subtitle{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.main-heading{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.secondary-heading{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.subheading{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.subheading-smaller{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.doc-content{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.shortened-text{
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}

.summary-title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(70 109 148 / var(--tw-text-opacity));
}

.treatment-info{
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.summary-type{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.form-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.label-sm-base{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .label-sm-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.caps-text-sm{
  font-size: 10px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.no-data-found{
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(70 109 148 / var(--tw-text-opacity));
}

.loading-failed-graphics{
  display: inline-block;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
}

.loading-failed-heading{
  margin-top: 1rem;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(207 59 54 / var(--tw-text-opacity));
}

.loading-failed-description{
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.info-layout-group{
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 320px){
  .info-layout-group{
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .info-layout-group{
    flex-direction: row;
  }
}

.info-layout-group{
  gap: 0.75rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 320px){
  .info-layout-group{
    flex-direction: row;
  }
}

.info-layout-container{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 320px){
  .info-layout-container{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px){
  .info-layout-container{
    width: 66.666667%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.info-layout-row{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 0.75rem;
}

@media (min-width: 320px){
  .info-layout-row{
    flex-direction: column;
  }
}

@media (min-width: 1280px){
  .info-layout-row{
    flex-direction: row;
    gap: 0px;
  }
}

.chat-user-text{
  font-weight: 600;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.chat-typing-text{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.btn-default{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1689FC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 137 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #8896F4 var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6);
  --tw-shadow-colored: inset 0 2px 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);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-default:hover{
  --tw-gradient-from: #147BDF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 123 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #707EDE var(--tw-gradient-to-position);
}

.btn-default:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-primary{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(85 70 192 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 57 169 / var(--tw-bg-opacity));
}

.btn-primary-icon{
  display: inline-flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(85 70 192 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary-icon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 57 169 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .btn-primary-icon{
    width: auto;
  }
}

.btn-primary-icon-outline{
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(85 70 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(85 70 192 / var(--tw-text-opacity));
}

.btn-primary-icon-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .btn-primary-icon-outline{
    width: auto;
  }
}

.btn-secondary-outline{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.btn-secondary-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}

.btn-secondary-icon-outline{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.btn-secondary-icon-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}

.btn-danger{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 59 54 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-danger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(193 49 44 / var(--tw-bg-opacity));
}

.btn-modules{
  display: inline-flex;
  height: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(85 70 192 / var(--tw-text-opacity));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-modules:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 238 / var(--tw-bg-opacity));
  --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);
}

.btn-modules-popup{
  margin-top: 1.5rem;
  display: inline-flex;
  height: 2rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-modules-popup:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}

.btn-link{
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(85 70 192 / var(--tw-text-opacity));
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.btn-white-icon{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 3px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-carousel-images{
  position: absolute;
  top: 50%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  --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);
}

.btn-carousel-images:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 238 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .btn-carousel-images{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (min-width: 1280px){
  .btn-carousel-images{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.btn-download{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-add-input-form{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.btn-review-form-layout{
  display: flex;
}

@media (min-width: 320px){
  .btn-review-form-layout{
    width: 100%;
    justify-content: center;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px){
  .btn-review-form-layout{
    width: 16.666667%;
    justify-content: flex-end;
    padding-bottom: 0px;
  }
}

.btn-review-form{
  display: flex;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: rgb(22 137 252 / 0.2);
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
}

.btn-reset{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.btn-sort-modules{
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(245 246 250 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.btn-sort-modules:hover{
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
}

.btn-sort-modules:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-nav{
  margin-top: -0.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .btn-nav{
    justify-content: center;
  }
}

@media (min-width: 1024px){
  .btn-nav{
    justify-content: space-between;
  }
}

.btn-tertiary{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 137 252 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-tertiary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 123 223 / var(--tw-bg-opacity));
}

.btn-tertiary-icon{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 137 252 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-tertiary-icon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 123 223 / var(--tw-bg-opacity));
}

.btn-tertiary-outline{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(22 137 252 / var(--tw-border-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
}

.btn-tertiary-outline-upload{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(22 137 252 / var(--tw-border-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.group:hover .btn-tertiary-outline-upload{
  --tw-bg-opacity: 1;
  background-color: rgb(22 137 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-quaternary{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(61 209 246 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-quaternary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 202 241 / var(--tw-bg-opacity));
}

.btn-quinary{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(136 150 244 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-quinary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 126 222 / var(--tw-bg-opacity));
}

.btn-intake-templates{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 150 244 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.btn-intake-templates:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}

.btn-quinary-outline{
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(136 150 244 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(136 150 244 / var(--tw-text-opacity));
}

.btn-quinary-outline:hover{
  --tw-border-opacity: 1;
  border-color: rgb(112 126 222 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(112 126 222 / var(--tw-text-opacity));
}

.btn-accent-icon{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(70 109 148 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-danger-icon{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 59 54 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-danger-icon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(193 49 44 / var(--tw-bg-opacity));
}

.btn-excel{
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(11 160 123 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-excel:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(9 138 107 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .btn-excel{
    width: auto;
  }
}

.btn-copy{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.btn-csv{
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 138 43 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-csv:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 37 / var(--tw-bg-opacity));
}

.btn-save-draft{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-filter.active{
  --tw-bg-opacity: 1;
  background-color: rgb(136 150 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-org-settings{
  display: inline-flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: rgb(85 70 192 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(85 70 192 / var(--tw-text-opacity));
}

.btn-org-settings:hover{
  background-color: rgb(85 70 192 / 0.3);
}

@media (min-width: 640px){
  .btn-org-settings{
    width: auto;
  }
}

.nav-item{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}

.nav-icon{
  margin-right: 0.75rem;
  height: 1.5rem;
}

.nav-title{
  display: none;
}

@media (min-width: 1024px){
  .nav-title{
    display: block;
  }
}

.nav-title-hover{
  left: 4rem;
  display: none;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --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);
}

.group:hover .nav-title-hover{
  position: absolute;
}

@media (min-width: 640px){
  .group:hover .nav-title-hover{
    display: inline-block;
  }
}

.portal-link{
  margin-top: -0.25rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #5546C0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(85 70 192 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3DD1F6 var(--tw-gradient-to-position);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.welcome-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(141 147 167 / var(--tw-text-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.active-indicator{
  position: absolute;
  left: 0px;
  height: 2.5rem;
  width: 0.25rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(85 70 192 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .active-indicator{
    width: 0.375rem;
  }
}

.expanding-heading-container{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.expanding-heading{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}

.input-group{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.input-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(85 70 192 / var(--tw-text-opacity));
}

.input-box{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-box:focus{
  --tw-border-opacity: 1;
  border-color: rgb(41 44 53 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.snackbar-container{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.snackbar-error{
  --tw-border-opacity: 1;
  border-color: rgb(207 59 54 / var(--tw-border-opacity));
  background-color: rgb(207 59 54 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(207 59 54 / var(--tw-text-opacity));
}

.snackbar-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.validation-message-error{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(207 59 54 / var(--tw-text-opacity));
}

.search-bar{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.search-bar:focus{
  --tw-border-opacity: 1;
  border-color: rgb(41 44 53 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-bar{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.template-text-settings{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.375rem;
}

.template-text-container{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.form-container{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .form-container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.logo-header{
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
}

.form-heading{
  margin-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.form-action{
  display: inline-flex;
  align-items: center;
}

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

.form-div{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
}

.form-spacing{
  display: flex;
  flex-direction: column;
}

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

.form-btn-flex{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.warning-icon{
  position: absolute;
  top: 0.875rem;
  right: 1rem;
}

.custom-checkbox-container{
  position: relative;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

.custom-checkbox-container:checked{
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(22 137 252 / var(--tw-bg-opacity));
}

.custom-checkbox-container:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(22 137 252 / 0.1);
  --tw-ring-offset-width: 0px;
}

.option-card{
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 3px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.peer:checked ~ .option-card{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(85 70 192 / var(--tw-border-opacity));
  background-color: rgb(85 70 192 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.custom-warning-checkbox{
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(247 159 26 / var(--tw-border-opacity));
  background-color: rgb(247 159 26 / 0.2);
}

.custom-warning-checkbox:checked {
  background-color: rgb(247 159 26 / 1);
}

.custom-warning-checkbox:checked::before {
  content: "✓";
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.custom-warning-checkbox:focus {
  outline: none;
}

.form-component{
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 320px){
  .form-component{
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .form-component{
    flex-direction: row;
  }
}

.one-third-width{
  display: flex;
  flex-direction: column;
}

@media (min-width: 320px){
  .one-third-width{
    width: 100%;
  }
}

@media (min-width: 1024px){
  .one-third-width{
    width: 33.333333%;
  }
}

.one-third-width-bigger{
  display: flex;
  flex-direction: column;
}

@media (min-width: 320px){
  .one-third-width-bigger{
    width: 100%;
  }
}

@media (min-width: 1280px){
  .one-third-width-bigger{
    width: 33.333333%;
  }
}

.one-second-width{
  display: flex;
  flex-direction: column;
}

@media (min-width: 320px){
  .one-second-width{
    width: 100%;
  }
}

@media (min-width: 1024px){
  .one-second-width{
    width: 50%;
  }
}

.label-container{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}

.review-title{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
}

@media (min-width: 320px){
  .review-title{
    width: 100%;
  }
}

@media (min-width: 768px){
  .review-title{
    width: 16.666667%;
  }
}

.table-container{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  font-weight: 600;
  text-transform: none;
}

.table-heading{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.table-heading-white{
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table-content{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

/* Icons */

.table-icon{
  border-radius: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
  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: 200ms;
}

.group:hover .default-icon{
  display: none;
}

.hover-icon{
  display: none;
}

.group:hover .hover-icon{
  display: block;
}

/* Define utility classes for common styles */

.chip-common{
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Apply utility classes to specific chip styles */

.module-chips-checked{
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-width: 1px;
}

.module-chips-unchecked{
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
  opacity: 0.5;
}

.chip-text{
  font-weight: 500;
  line-height: .75rem;
}

/* Custom colors for different chips when checked */

.billing-chip-checked{
  border-width: 1px;
  background-color: #FFFFFF;
  color: #000000;
}

.demands-chip-checked{
  border-width: 1px;
  background-color: #1689FC;
  color: #FFFFFF;
}

.docreader-chip-checked{
  border-width: 1px;
  background-color: #3DD1F6;
  color: #FFFFFF;
}

.organization-chip-checked{
  border-width: 1px;
  background-color: #FFFFFF;
  color: #000000;
}

/* Styles for unchecked chips in edit state */

.billing-chip-unchecked{
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
  opacity: 0.5;
  background-color: transparent;
  color: #000000;
}

.demands-chip-unchecked{
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
  opacity: 0.5;
  background-color: transparent;
  color: #1689FC;
}

.docreader-chip-unchecked{
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
  opacity: 0.5;
  background-color: transparent;
  color: #3DD1F6;
}

.organization-chip-unchecked{
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
  opacity: 0.5;
  background-color: transparent;
  color: #000000;
}

/* Styles for unchecked chips in edit state */

.billing-chip-unchecked{
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.demands-chip-unchecked{
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
}

.docreader-chip-unchecked{
  --tw-text-opacity: 1;
  color: rgb(61 209 246 / var(--tw-text-opacity));
}

.organization-chip-unchecked{
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

/* Pagination */

/* !DEMAND LETTERS TABLE STARTS HERE! */

.action-link{
  display: inline-flex;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
}

.action-link:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.action-link:active{
  text-decoration-line: underline;
}

/* HOLDS STATUS BAR */

.summary-table-header{
  display: flex;
  align-items: center;
  justify-content: center;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width: 1024px){
  .summary-table-header{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px){
  .summary-table-header{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.summary-table-content{
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .summary-table-content{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px){
  .summary-table-content{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.summary-table{
  display: grid;
  width: 100%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
  text-align: center;
}

/* Text */

.card-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.card-description{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.card-details{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.title-summary-home{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  border-radius: 0.375rem;
  background-color: rgb(136 150 244 / 0.2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-summary-home{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-summary-home-overflow{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
}

/* Chips */

.chips-flex{
  display: inline-flex;
  flex-grow: 0;
  align-content: space-around;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.chips-text{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.date-chip{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.75rem;
  background-color: rgb(22 137 252 / 0.2);
  padding: 0.5rem;
  line-height: 1.25;
}

/* DEMAND DETAILS */

@media (min-width: 320px){
  #demand-details{
    flex-direction: column;
  }
}

.details-top-row{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
}

@media (min-width: 320px){
  .details-top-row{
    height: 100%;
    flex-shrink: 1;
  }
}

@media (min-width: 640px){
  .details-top-row{
    height: 100%;
    flex-shrink: 1;
  }
}

@media (min-width: 768px){
  .details-top-row{
    height: 100%;
    flex-shrink: 1;
  }
}

@media (min-width: 1024px){
  .details-top-row{
    flex-shrink: 1;
  }
}

@media (min-width: 1280px){
  .details-top-row{
    flex-direction: row;
  }
}

/* RIGHT COL- HOLDS STATUS BAR & DATES */

.client-status-container{
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow-y: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 320px){
  .client-status-container{
    height: 100%;
    flex: 1 1 auto;
    overflow-x: hidden;
  }
}

@media (min-width: 640px){
  .client-status-container{
    flex: 1 1 auto;
  }
}

@media (min-width: 768px){
  .client-status-container{
    flex: 1 1 auto;
  }
}

@media (min-width: 1024px){
  .client-status-container{
    flex: 1 1 auto;
  }
}

@media (min-width: 1280px){
  .client-status-container{
    flex: 1 1 auto;
  }
}

@media (min-width: 1536px){
  .client-status-container{
    flex: 1 1 auto;
  }
}

.client-status-bottom-row-header{
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
}

@media (min-width: 320px){
  .client-status-bottom-row-header{
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 640px){
  .client-status-bottom-row-header{
    padding-bottom: 0.25rem;
  }
}

.date-org{
  flex-direction: column;
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
}

@media (min-width: 640px){
  .date-org{
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px){
  .date-org{
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  .date-org{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px){
  .date-org{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1536px){
  .date-org{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Containers */

.card-container{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.accordion-card{
  z-index: 10;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

/* CARD CAROUSEL */

#cards {
  position: relative;
  display: inline-block;
}

.card-display {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d;
  color: #fff;
  cursor: pointer;
}

.front {
  height: 100%;
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}

.card-img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  z-index: 3;
  margin: 0 0 0rem;
}

.card-no {
  z-index: 3;
  margin-top: 3.86rem;
  width: auto;
  justify-content: space-between;
}

.valid-thru {
  line-height: 0.6rem;
  padding: 0;
  margin: 0;
  z-index: 3;
}

.confirmation-popup{
  position: relative;
  width: 18rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --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);
}

.pending-popup{
  position: relative;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 40%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --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);
}

.confirmation-message{
  text-align: center;
  font-weight: 600;
}

.feedback-popup{
  position: relative;
  display: flex;
  width: 18rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --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);
}

.feedback-message{
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

.modal-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.btn-flex{
  margin-top: 1rem;
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

.bg-overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(41 44 53 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}

.bg-half{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  background-color: rgb(41 44 53 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}

.cancel-icon{
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
}

.img-box{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}

.dropdown-item{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dropdown-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
}

.download-modal{
  position: absolute;
  top: 1.75rem;
  right: 0px;
  z-index: 50;
  display: flex;
  width: 13rem;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 3px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gallery-item{
  position: relative;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.gallery-item-hover{
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: rgb(41 44 53 / 0.2);
}

.group:hover .gallery-item-hover{
  display: flex;
}

/* EVIDENCE CAROUSEL */

#evidence.e-carousel #evidence.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  overflow-y: auto !important;
  padding: 0.5rem;
}

#evidence.e-carousel #evidence.e-carousel-navigators #evidence.custom-nav-button svg {
  border-radius: 100%;
  stroke: currentColor;
  stroke-width: 0.5rem;
  vertical-align: middle;
  padding: -5rem;
}

.disabled{
  opacity: 0.6;
}

.icon-container{
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  padding: 0.375rem;
}

.cta-trash{
  position: absolute;
  --tw-translate-y: 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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(207 59 54 / var(--tw-bg-opacity));
  padding: 0.375rem;
  --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);
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-trash:hover{
  --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));
}

.page-layout{
  margin-top: 3rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2.5rem;
}

@media (min-width: 768px){
  .page-layout{
    margin-top: 0px;
  }
}

.page-layout-constraint{
  position: relative;
  margin-top: 3rem;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px){
  .page-layout-constraint{
    margin-top: 0px;
  }
}

.full-page-content{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 100vh;
  width: 100%;
}

.page-content{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px){
  .page-content{
    flex-direction: row;
  }
}

.horizontal-flex-gap{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.center-flex-gap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.end-flex-gap{
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.row-flex-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row-flex-between-responsive{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .row-flex-between-responsive{
    flex-direction: row;
    align-items: center;
  }
}

.col-flex-center{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.summary-content-container{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.full-page-layout{
  display: flex;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  flex-direction: column;
}

.pdf-preview-container{
  width: 75%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  --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);
}

.pdf-preview-container::-webkit-scrollbar {
  display: none;
}

.pdf-preview-container {
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}

.custom-scrollbar__primary::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollbar__primary::-webkit-scrollbar-track {
  background: #FFFFFF;
}

.custom-scrollbar__primary::-webkit-scrollbar-thumb {
  background: #5546C0;
  border-radius: 10px;
}

.custom-scrollbar__primary::-webkit-scrollbar-thumb:hover {
  background: #3F3593;
}

.custom-scrollbar__quaternary::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollbar__quaternary::-webkit-scrollbar-track {
  background: #FFFFFF;
}

.custom-scrollbar__quaternary::-webkit-scrollbar-thumb {
  background: #28D9FF;
  border-radius: 10px;
}

.custom-scrollbar__quaternary::-webkit-scrollbar-thumb:hover {
  background: #10C8F0;
}

.skeleton-loader-input{
  height: 2.25rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 238 / var(--tw-bg-opacity));
}

.skeleton-loader-row-large{
  height: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 238 / var(--tw-bg-opacity));
}

.skeleton-loader-row-bigger{
  height: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 238 / var(--tw-bg-opacity));
}

.skeleton-loader-row-smaller{
  height: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 238 / var(--tw-bg-opacity));
}

.environment-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #F6F6F666;
  color: #466D94;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 1000;
  pointer-events: none;
}

.status-scheduled{
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.status-inprogress{
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.status-completed{
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.arrow-step.completed {
  background-color: #5546C0;
  opacity: 0.85;
  transform: none;
}

.arrow-step .content {
  color: white;
}

.checkmark {
  position: absolute;
  top: -0.75rem;
  right: 1rem;
  background-color: #22c55e;
  color: white;
  border-radius: 9999px;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* Hide the default Edge/Chromium password reveal button */

input[type="password"]::-ms-reveal,
    input[type="password"]::-ms-clear {
  display: none;
}

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

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

.-bottom-10{
  bottom: -2.5rem;
}

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

.-bottom-40{
  bottom: -10rem;
}

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

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

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

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

.-left-\[0\.85rem\]{
  left: -0.85rem;
}

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

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

.-right-24{
  right: -6rem;
}

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

.-right-32{
  right: -8rem;
}

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

.-right-72{
  right: -18rem;
}

.-right-\[0\.85rem\]{
  right: -0.85rem;
}

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

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

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

.-top-24{
  top: -6rem;
}

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

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

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

.-top-\[4\.5rem\]{
  top: -4.5rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-16{
  bottom: 4rem;
}

.bottom-32{
  bottom: 8rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-7{
  bottom: 1.75rem;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-80{
  bottom: 20rem;
}

.bottom-\[-1\.8rem\]{
  bottom: -1.8rem;
}

.bottom-\[19rem\]{
  bottom: 19rem;
}

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

.left-0{
  left: 0px;
}

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

.left-10{
  left: 2.5rem;
}

.left-12{
  left: 3rem;
}

.left-14{
  left: 3.5rem;
}

.left-16{
  left: 4rem;
}

.left-2{
  left: 0.5rem;
}

.left-20{
  left: 5rem;
}

.left-28{
  left: 7rem;
}

.left-3{
  left: 0.75rem;
}

.left-5{
  left: 1.25rem;
}

.left-56{
  left: 14rem;
}

.left-6{
  left: 1.5rem;
}

.left-7{
  left: 1.75rem;
}

.left-8{
  left: 2rem;
}

.left-80{
  left: 20rem;
}

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

.left-\[100\%\]{
  left: 100%;
}

.left-\[101\%\]{
  left: 101%;
}

.left-\[11\%\]{
  left: 11%;
}

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

.left-\[2\%\]{
  left: 2%;
}

.left-\[20\%\]{
  left: 20%;
}

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

.left-\[22rem\]{
  left: 22rem;
}

.left-\[29\%\]{
  left: 29%;
}

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

.left-\[35\%\]{
  left: 35%;
}

.left-\[40\%\]{
  left: 40%;
}

.left-\[47\%\]{
  left: 47%;
}

.left-\[60\%\]{
  left: 60%;
}

.left-\[65\%\]{
  left: 65%;
}

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

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

.right-12{
  right: 3rem;
}

.right-16{
  right: 4rem;
}

.right-2{
  right: 0.5rem;
}

.right-20{
  right: 5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-6{
  right: 1.5rem;
}

.right-7{
  right: 1.75rem;
}

.right-8{
  right: 2rem;
}

.right-80{
  right: 20rem;
}

.right-\[1\%\]{
  right: 1%;
}

.right-\[14\%\]{
  right: 14%;
}

.right-\[15\%\]{
  right: 15%;
}

.right-\[2\%\]{
  right: 2%;
}

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

.right-\[22\%\]{
  right: 22%;
}

.right-\[25\%\]{
  right: 25%;
}

.right-\[26\%\]{
  right: 26%;
}

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

.right-\[3\%\]{
  right: 3%;
}

.right-\[30\%\]{
  right: 30%;
}

.right-\[32\%\]{
  right: 32%;
}

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

.right-\[35\%\]{
  right: 35%;
}

.right-\[4\.5rem\]{
  right: 4.5rem;
}

.right-\[45\%\]{
  right: 45%;
}

.right-\[5\%\]{
  right: 5%;
}

.right-\[62\%\]{
  right: 62%;
}

.top-0{
  top: 0px;
}

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

.top-1{
  top: 0.25rem;
}

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

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

.top-10{
  top: 2.5rem;
}

.top-12{
  top: 3rem;
}

.top-14{
  top: 3.5rem;
}

.top-16{
  top: 4rem;
}

.top-2{
  top: 0.5rem;
}

.top-20{
  top: 5rem;
}

.top-24{
  top: 6rem;
}

.top-28{
  top: 7rem;
}

.top-32{
  top: 8rem;
}

.top-36{
  top: 9rem;
}

.top-4{
  top: 1rem;
}

.top-40{
  top: 10rem;
}

.top-44{
  top: 11rem;
}

.top-48{
  top: 12rem;
}

.top-52{
  top: 13rem;
}

.top-6{
  top: 1.5rem;
}

.top-64{
  top: 16rem;
}

.top-7{
  top: 1.75rem;
}

.top-72{
  top: 18rem;
}

.top-8{
  top: 2rem;
}

.top-9{
  top: 2.25rem;
}

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

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

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

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

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

.top-\[16rem\]{
  top: 16rem;
}

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

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

.top-\[2\.75rem\]{
  top: 2.75rem;
}

.top-\[20rem\]{
  top: 20rem;
}

.top-\[21rem\]{
  top: 21rem;
}

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

.top-\[22rem\]{
  top: 22rem;
}

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

.top-\[28rem\]{
  top: 28rem;
}

.top-\[30\%\]{
  top: 30%;
}

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

.top-\[30vh\]{
  top: 30vh;
}

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

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

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

.top-\[45\%\]{
  top: 45%;
}

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

.top-full{
  top: 100%;
}

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

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

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

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

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

.z-\[100\]{
  z-index: 100;
}

.z-\[70\]{
  z-index: 70;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

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

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

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

.m-10{
  margin: 2.5rem;
}

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

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

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

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

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

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

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

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

.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-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

.mb-20{
  margin-bottom: 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;
}

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

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

.ml-14{
  margin-left: 3.5rem;
}

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

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

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

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

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

.ml-\[0\.01rem\]{
  margin-left: 0.01rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3\.5{
  margin-top: 0.875rem;
}

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

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

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

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

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

.mt-\[0\.05rem\]{
  margin-top: 0.05rem;
}

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

.mt-preview{
  margin-top: 4.8rem;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

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

.h-0{
  height: 0px;
}

.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\.5{
  height: 0.875rem;
}

.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-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-\[110px\]{
  height: 110px;
}

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

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

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

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

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

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

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

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

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

.h-\[65vh\]{
  height: 65vh;
}

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

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

.h-\[93\%\]{
  height: 93%;
}

.h-\[calc\(100vh-10rem\)\]{
  height: calc(100vh - 10rem);
}

.h-\[calc\(100vh-12rem\)\]{
  height: calc(100vh - 12rem);
}

.h-\[calc\(100vh-16rem\)\]{
  height: calc(100vh - 16rem);
}

.h-\[calc\(100vh-17rem\)\]{
  height: calc(100vh - 17rem);
}

.h-\[calc\(100vh-20rem\)\]{
  height: calc(100vh - 20rem);
}

.h-\[calc\(100vh-23rem\)\]{
  height: calc(100vh - 23rem);
}

.h-\[calc\(100vh-28rem\)\]{
  height: calc(100vh - 28rem);
}

.h-\[calc\(100vh-5rem\)\]{
  height: calc(100vh - 5rem);
}

.h-\[calc\(100vh-7rem\)\]{
  height: calc(100vh - 7rem);
}

.h-auto{
  height: auto;
}

.h-default-content-container{
  height: calc(100vh - 16rem);
}

.h-default-table{
  height: calc(100vh - 10rem);
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-max{
  height: -moz-max-content;
  height: max-content;
}

.h-preview-content-container{
  height: calc(100vh - 17rem);
}

.h-preview-table{
  height: calc(100vh - 14.5rem);
}

.h-screen{
  height: 100vh;
}

.max-h-36{
  max-height: 9rem;
}

.max-h-40{
  max-height: 10rem;
}

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

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

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

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

.max-h-\[calc\(100vh-10rem\)\]{
  max-height: calc(100vh - 10rem);
}

.max-h-\[calc\(100vh-23rem\)\]{
  max-height: calc(100vh - 23rem);
}

.max-h-\[calc\(100vh-32rem\)\]{
  max-height: calc(100vh - 32rem);
}

.max-h-\[calc\(90vh-120px\)\]{
  max-height: calc(90vh - 120px);
}

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

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

.min-h-10{
  min-height: 2.5rem;
}

.min-h-4{
  min-height: 1rem;
}

.min-h-40{
  min-height: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-0{
  width: 0px;
}

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

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

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

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

.w-10{
  width: 2.5rem;
}

.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-2\/4{
  width: 50%;
}

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

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

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

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

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

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

.w-5\/6{
  width: 83.333333%;
}

.w-52{
  width: 13rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-7\/12{
  width: 58.333333%;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-9{
  width: 2.25rem;
}

.w-96{
  width: 24rem;
}

.w-\[1\.8rem\]{
  width: 1.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100vw-10rem\)\]{
  width: calc(100vw - 10rem);
}

.w-\[calc\(100vw-20rem\)\]{
  width: calc(100vw - 20rem);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

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

.min-w-3{
  min-width: 0.75rem;
}

.min-w-36{
  min-width: 9rem;
}

.min-w-4{
  min-width: 1rem;
}

.min-w-40{
  min-width: 10rem;
}

.min-w-48{
  min-width: 12rem;
}

.min-w-6{
  min-width: 1.5rem;
}

.min-w-60{
  min-width: 15rem;
}

.min-w-7{
  min-width: 1.75rem;
}

.min-w-72{
  min-width: 18rem;
}

.min-w-8{
  min-width: 2rem;
}

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

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

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

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

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

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

.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

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

.max-w-72{
  max-width: 18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-prose{
  max-width: 65ch;
}

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

.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-shrink-0{
  flex-shrink: 0;
}

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

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

.grow{
  flex-grow: 1;
}

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

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

.-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-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\/3{
  --tw-translate-y: -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-y-10{
  --tw-translate-y: -2.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));
}

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

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

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

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

.rotate-\[-20deg\]{
  --tw-rotate: -20deg;
  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-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));
}

.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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-x-0{
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes infinite-scroll{
  from{
    transform: translateX(0);
  }

  to{
    transform: translateX(-100%);
  }
}

.animate-infinite-scroll{
  animation: infinite-scroll 25s linear 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;
}

.resize-none{
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

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

.gap-10{
  gap: 2.5rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

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

.gap-20{
  gap: 5rem;
}

.gap-28{
  gap: 7rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

.justify-self-start{
  justify-self: start;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.scroll-smooth{
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

.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-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

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

.rounded-b-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-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

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

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

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

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

.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-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-b-\[3px\]{
  border-bottom-width: 3px;
}

.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-l-\[6px\]{
  border-left-width: 6px;
}

.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-r-\[6px\]{
  border-right-width: 6px;
}

.border-s{
  border-inline-start-width: 1px;
}

.border-s-0{
  border-inline-start-width: 0px;
}

.border-s-2{
  border-inline-start-width: 2px;
}

.border-s-4{
  border-inline-start-width: 4px;
}

.border-s-8{
  border-inline-start-width: 8px;
}

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

.border-t-0{
  border-top-width: 0px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-t-8{
  border-top-width: 8px;
}

.border-t-\[8px\]{
  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-\[\#6ee7b7\]{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-\[\#D7DAE2\]{
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-\[\#b3b3ff\]{
  --tw-border-opacity: 1;
  border-color: rgb(179 179 255 / var(--tw-border-opacity));
}

.border-accent{
  --tw-border-opacity: 1;
  border-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.border-accent\/0{
  border-color: rgb(70 109 148 / 0);
}

.border-accent\/10{
  border-color: rgb(70 109 148 / 0.1);
}

.border-accent\/100{
  border-color: rgb(70 109 148 / 1);
}

.border-accent\/15{
  border-color: rgb(70 109 148 / 0.15);
}

.border-accent\/20{
  border-color: rgb(70 109 148 / 0.2);
}

.border-accent\/25{
  border-color: rgb(70 109 148 / 0.25);
}

.border-accent\/30{
  border-color: rgb(70 109 148 / 0.3);
}

.border-accent\/35{
  border-color: rgb(70 109 148 / 0.35);
}

.border-accent\/40{
  border-color: rgb(70 109 148 / 0.4);
}

.border-accent\/45{
  border-color: rgb(70 109 148 / 0.45);
}

.border-accent\/5{
  border-color: rgb(70 109 148 / 0.05);
}

.border-accent\/50{
  border-color: rgb(70 109 148 / 0.5);
}

.border-accent\/55{
  border-color: rgb(70 109 148 / 0.55);
}

.border-accent\/60{
  border-color: rgb(70 109 148 / 0.6);
}

.border-accent\/65{
  border-color: rgb(70 109 148 / 0.65);
}

.border-accent\/70{
  border-color: rgb(70 109 148 / 0.7);
}

.border-accent\/75{
  border-color: rgb(70 109 148 / 0.75);
}

.border-accent\/80{
  border-color: rgb(70 109 148 / 0.8);
}

.border-accent\/85{
  border-color: rgb(70 109 148 / 0.85);
}

.border-accent\/90{
  border-color: rgb(70 109 148 / 0.9);
}

.border-accent\/95{
  border-color: rgb(70 109 148 / 0.95);
}

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

.border-amber-100\/0{
  border-color: rgb(254 243 199 / 0);
}

.border-amber-100\/10{
  border-color: rgb(254 243 199 / 0.1);
}

.border-amber-100\/100{
  border-color: rgb(254 243 199 / 1);
}

.border-amber-100\/15{
  border-color: rgb(254 243 199 / 0.15);
}

.border-amber-100\/20{
  border-color: rgb(254 243 199 / 0.2);
}

.border-amber-100\/25{
  border-color: rgb(254 243 199 / 0.25);
}

.border-amber-100\/30{
  border-color: rgb(254 243 199 / 0.3);
}

.border-amber-100\/35{
  border-color: rgb(254 243 199 / 0.35);
}

.border-amber-100\/40{
  border-color: rgb(254 243 199 / 0.4);
}

.border-amber-100\/45{
  border-color: rgb(254 243 199 / 0.45);
}

.border-amber-100\/5{
  border-color: rgb(254 243 199 / 0.05);
}

.border-amber-100\/50{
  border-color: rgb(254 243 199 / 0.5);
}

.border-amber-100\/55{
  border-color: rgb(254 243 199 / 0.55);
}

.border-amber-100\/60{
  border-color: rgb(254 243 199 / 0.6);
}

.border-amber-100\/65{
  border-color: rgb(254 243 199 / 0.65);
}

.border-amber-100\/70{
  border-color: rgb(254 243 199 / 0.7);
}

.border-amber-100\/75{
  border-color: rgb(254 243 199 / 0.75);
}

.border-amber-100\/80{
  border-color: rgb(254 243 199 / 0.8);
}

.border-amber-100\/85{
  border-color: rgb(254 243 199 / 0.85);
}

.border-amber-100\/90{
  border-color: rgb(254 243 199 / 0.9);
}

.border-amber-100\/95{
  border-color: rgb(254 243 199 / 0.95);
}

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

.border-amber-200\/0{
  border-color: rgb(253 230 138 / 0);
}

.border-amber-200\/10{
  border-color: rgb(253 230 138 / 0.1);
}

.border-amber-200\/100{
  border-color: rgb(253 230 138 / 1);
}

.border-amber-200\/15{
  border-color: rgb(253 230 138 / 0.15);
}

.border-amber-200\/20{
  border-color: rgb(253 230 138 / 0.2);
}

.border-amber-200\/25{
  border-color: rgb(253 230 138 / 0.25);
}

.border-amber-200\/30{
  border-color: rgb(253 230 138 / 0.3);
}

.border-amber-200\/35{
  border-color: rgb(253 230 138 / 0.35);
}

.border-amber-200\/40{
  border-color: rgb(253 230 138 / 0.4);
}

.border-amber-200\/45{
  border-color: rgb(253 230 138 / 0.45);
}

.border-amber-200\/5{
  border-color: rgb(253 230 138 / 0.05);
}

.border-amber-200\/50{
  border-color: rgb(253 230 138 / 0.5);
}

.border-amber-200\/55{
  border-color: rgb(253 230 138 / 0.55);
}

.border-amber-200\/60{
  border-color: rgb(253 230 138 / 0.6);
}

.border-amber-200\/65{
  border-color: rgb(253 230 138 / 0.65);
}

.border-amber-200\/70{
  border-color: rgb(253 230 138 / 0.7);
}

.border-amber-200\/75{
  border-color: rgb(253 230 138 / 0.75);
}

.border-amber-200\/80{
  border-color: rgb(253 230 138 / 0.8);
}

.border-amber-200\/85{
  border-color: rgb(253 230 138 / 0.85);
}

.border-amber-200\/90{
  border-color: rgb(253 230 138 / 0.9);
}

.border-amber-200\/95{
  border-color: rgb(253 230 138 / 0.95);
}

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

.border-amber-300\/0{
  border-color: rgb(252 211 77 / 0);
}

.border-amber-300\/10{
  border-color: rgb(252 211 77 / 0.1);
}

.border-amber-300\/100{
  border-color: rgb(252 211 77 / 1);
}

.border-amber-300\/15{
  border-color: rgb(252 211 77 / 0.15);
}

.border-amber-300\/20{
  border-color: rgb(252 211 77 / 0.2);
}

.border-amber-300\/25{
  border-color: rgb(252 211 77 / 0.25);
}

.border-amber-300\/30{
  border-color: rgb(252 211 77 / 0.3);
}

.border-amber-300\/35{
  border-color: rgb(252 211 77 / 0.35);
}

.border-amber-300\/40{
  border-color: rgb(252 211 77 / 0.4);
}

.border-amber-300\/45{
  border-color: rgb(252 211 77 / 0.45);
}

.border-amber-300\/5{
  border-color: rgb(252 211 77 / 0.05);
}

.border-amber-300\/50{
  border-color: rgb(252 211 77 / 0.5);
}

.border-amber-300\/55{
  border-color: rgb(252 211 77 / 0.55);
}

.border-amber-300\/60{
  border-color: rgb(252 211 77 / 0.6);
}

.border-amber-300\/65{
  border-color: rgb(252 211 77 / 0.65);
}

.border-amber-300\/70{
  border-color: rgb(252 211 77 / 0.7);
}

.border-amber-300\/75{
  border-color: rgb(252 211 77 / 0.75);
}

.border-amber-300\/80{
  border-color: rgb(252 211 77 / 0.8);
}

.border-amber-300\/85{
  border-color: rgb(252 211 77 / 0.85);
}

.border-amber-300\/90{
  border-color: rgb(252 211 77 / 0.9);
}

.border-amber-300\/95{
  border-color: rgb(252 211 77 / 0.95);
}

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

.border-amber-400\/0{
  border-color: rgb(251 191 36 / 0);
}

.border-amber-400\/10{
  border-color: rgb(251 191 36 / 0.1);
}

.border-amber-400\/100{
  border-color: rgb(251 191 36 / 1);
}

.border-amber-400\/15{
  border-color: rgb(251 191 36 / 0.15);
}

.border-amber-400\/20{
  border-color: rgb(251 191 36 / 0.2);
}

.border-amber-400\/25{
  border-color: rgb(251 191 36 / 0.25);
}

.border-amber-400\/30{
  border-color: rgb(251 191 36 / 0.3);
}

.border-amber-400\/35{
  border-color: rgb(251 191 36 / 0.35);
}

.border-amber-400\/40{
  border-color: rgb(251 191 36 / 0.4);
}

.border-amber-400\/45{
  border-color: rgb(251 191 36 / 0.45);
}

.border-amber-400\/5{
  border-color: rgb(251 191 36 / 0.05);
}

.border-amber-400\/50{
  border-color: rgb(251 191 36 / 0.5);
}

.border-amber-400\/55{
  border-color: rgb(251 191 36 / 0.55);
}

.border-amber-400\/60{
  border-color: rgb(251 191 36 / 0.6);
}

.border-amber-400\/65{
  border-color: rgb(251 191 36 / 0.65);
}

.border-amber-400\/70{
  border-color: rgb(251 191 36 / 0.7);
}

.border-amber-400\/75{
  border-color: rgb(251 191 36 / 0.75);
}

.border-amber-400\/80{
  border-color: rgb(251 191 36 / 0.8);
}

.border-amber-400\/85{
  border-color: rgb(251 191 36 / 0.85);
}

.border-amber-400\/90{
  border-color: rgb(251 191 36 / 0.9);
}

.border-amber-400\/95{
  border-color: rgb(251 191 36 / 0.95);
}

.border-amber-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-amber-50\/0{
  border-color: rgb(255 251 235 / 0);
}

.border-amber-50\/10{
  border-color: rgb(255 251 235 / 0.1);
}

.border-amber-50\/100{
  border-color: rgb(255 251 235 / 1);
}

.border-amber-50\/15{
  border-color: rgb(255 251 235 / 0.15);
}

.border-amber-50\/20{
  border-color: rgb(255 251 235 / 0.2);
}

.border-amber-50\/25{
  border-color: rgb(255 251 235 / 0.25);
}

.border-amber-50\/30{
  border-color: rgb(255 251 235 / 0.3);
}

.border-amber-50\/35{
  border-color: rgb(255 251 235 / 0.35);
}

.border-amber-50\/40{
  border-color: rgb(255 251 235 / 0.4);
}

.border-amber-50\/45{
  border-color: rgb(255 251 235 / 0.45);
}

.border-amber-50\/5{
  border-color: rgb(255 251 235 / 0.05);
}

.border-amber-50\/50{
  border-color: rgb(255 251 235 / 0.5);
}

.border-amber-50\/55{
  border-color: rgb(255 251 235 / 0.55);
}

.border-amber-50\/60{
  border-color: rgb(255 251 235 / 0.6);
}

.border-amber-50\/65{
  border-color: rgb(255 251 235 / 0.65);
}

.border-amber-50\/70{
  border-color: rgb(255 251 235 / 0.7);
}

.border-amber-50\/75{
  border-color: rgb(255 251 235 / 0.75);
}

.border-amber-50\/80{
  border-color: rgb(255 251 235 / 0.8);
}

.border-amber-50\/85{
  border-color: rgb(255 251 235 / 0.85);
}

.border-amber-50\/90{
  border-color: rgb(255 251 235 / 0.9);
}

.border-amber-50\/95{
  border-color: rgb(255 251 235 / 0.95);
}

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

.border-amber-500\/0{
  border-color: rgb(245 158 11 / 0);
}

.border-amber-500\/10{
  border-color: rgb(245 158 11 / 0.1);
}

.border-amber-500\/100{
  border-color: rgb(245 158 11 / 1);
}

.border-amber-500\/15{
  border-color: rgb(245 158 11 / 0.15);
}

.border-amber-500\/20{
  border-color: rgb(245 158 11 / 0.2);
}

.border-amber-500\/25{
  border-color: rgb(245 158 11 / 0.25);
}

.border-amber-500\/30{
  border-color: rgb(245 158 11 / 0.3);
}

.border-amber-500\/35{
  border-color: rgb(245 158 11 / 0.35);
}

.border-amber-500\/40{
  border-color: rgb(245 158 11 / 0.4);
}

.border-amber-500\/45{
  border-color: rgb(245 158 11 / 0.45);
}

.border-amber-500\/5{
  border-color: rgb(245 158 11 / 0.05);
}

.border-amber-500\/50{
  border-color: rgb(245 158 11 / 0.5);
}

.border-amber-500\/55{
  border-color: rgb(245 158 11 / 0.55);
}

.border-amber-500\/60{
  border-color: rgb(245 158 11 / 0.6);
}

.border-amber-500\/65{
  border-color: rgb(245 158 11 / 0.65);
}

.border-amber-500\/70{
  border-color: rgb(245 158 11 / 0.7);
}

.border-amber-500\/75{
  border-color: rgb(245 158 11 / 0.75);
}

.border-amber-500\/80{
  border-color: rgb(245 158 11 / 0.8);
}

.border-amber-500\/85{
  border-color: rgb(245 158 11 / 0.85);
}

.border-amber-500\/90{
  border-color: rgb(245 158 11 / 0.9);
}

.border-amber-500\/95{
  border-color: rgb(245 158 11 / 0.95);
}

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

.border-amber-600\/0{
  border-color: rgb(217 119 6 / 0);
}

.border-amber-600\/10{
  border-color: rgb(217 119 6 / 0.1);
}

.border-amber-600\/100{
  border-color: rgb(217 119 6 / 1);
}

.border-amber-600\/15{
  border-color: rgb(217 119 6 / 0.15);
}

.border-amber-600\/20{
  border-color: rgb(217 119 6 / 0.2);
}

.border-amber-600\/25{
  border-color: rgb(217 119 6 / 0.25);
}

.border-amber-600\/30{
  border-color: rgb(217 119 6 / 0.3);
}

.border-amber-600\/35{
  border-color: rgb(217 119 6 / 0.35);
}

.border-amber-600\/40{
  border-color: rgb(217 119 6 / 0.4);
}

.border-amber-600\/45{
  border-color: rgb(217 119 6 / 0.45);
}

.border-amber-600\/5{
  border-color: rgb(217 119 6 / 0.05);
}

.border-amber-600\/50{
  border-color: rgb(217 119 6 / 0.5);
}

.border-amber-600\/55{
  border-color: rgb(217 119 6 / 0.55);
}

.border-amber-600\/60{
  border-color: rgb(217 119 6 / 0.6);
}

.border-amber-600\/65{
  border-color: rgb(217 119 6 / 0.65);
}

.border-amber-600\/70{
  border-color: rgb(217 119 6 / 0.7);
}

.border-amber-600\/75{
  border-color: rgb(217 119 6 / 0.75);
}

.border-amber-600\/80{
  border-color: rgb(217 119 6 / 0.8);
}

.border-amber-600\/85{
  border-color: rgb(217 119 6 / 0.85);
}

.border-amber-600\/90{
  border-color: rgb(217 119 6 / 0.9);
}

.border-amber-600\/95{
  border-color: rgb(217 119 6 / 0.95);
}

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

.border-amber-700\/0{
  border-color: rgb(180 83 9 / 0);
}

.border-amber-700\/10{
  border-color: rgb(180 83 9 / 0.1);
}

.border-amber-700\/100{
  border-color: rgb(180 83 9 / 1);
}

.border-amber-700\/15{
  border-color: rgb(180 83 9 / 0.15);
}

.border-amber-700\/20{
  border-color: rgb(180 83 9 / 0.2);
}

.border-amber-700\/25{
  border-color: rgb(180 83 9 / 0.25);
}

.border-amber-700\/30{
  border-color: rgb(180 83 9 / 0.3);
}

.border-amber-700\/35{
  border-color: rgb(180 83 9 / 0.35);
}

.border-amber-700\/40{
  border-color: rgb(180 83 9 / 0.4);
}

.border-amber-700\/45{
  border-color: rgb(180 83 9 / 0.45);
}

.border-amber-700\/5{
  border-color: rgb(180 83 9 / 0.05);
}

.border-amber-700\/50{
  border-color: rgb(180 83 9 / 0.5);
}

.border-amber-700\/55{
  border-color: rgb(180 83 9 / 0.55);
}

.border-amber-700\/60{
  border-color: rgb(180 83 9 / 0.6);
}

.border-amber-700\/65{
  border-color: rgb(180 83 9 / 0.65);
}

.border-amber-700\/70{
  border-color: rgb(180 83 9 / 0.7);
}

.border-amber-700\/75{
  border-color: rgb(180 83 9 / 0.75);
}

.border-amber-700\/80{
  border-color: rgb(180 83 9 / 0.8);
}

.border-amber-700\/85{
  border-color: rgb(180 83 9 / 0.85);
}

.border-amber-700\/90{
  border-color: rgb(180 83 9 / 0.9);
}

.border-amber-700\/95{
  border-color: rgb(180 83 9 / 0.95);
}

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

.border-amber-800\/0{
  border-color: rgb(146 64 14 / 0);
}

.border-amber-800\/10{
  border-color: rgb(146 64 14 / 0.1);
}

.border-amber-800\/100{
  border-color: rgb(146 64 14 / 1);
}

.border-amber-800\/15{
  border-color: rgb(146 64 14 / 0.15);
}

.border-amber-800\/20{
  border-color: rgb(146 64 14 / 0.2);
}

.border-amber-800\/25{
  border-color: rgb(146 64 14 / 0.25);
}

.border-amber-800\/30{
  border-color: rgb(146 64 14 / 0.3);
}

.border-amber-800\/35{
  border-color: rgb(146 64 14 / 0.35);
}

.border-amber-800\/40{
  border-color: rgb(146 64 14 / 0.4);
}

.border-amber-800\/45{
  border-color: rgb(146 64 14 / 0.45);
}

.border-amber-800\/5{
  border-color: rgb(146 64 14 / 0.05);
}

.border-amber-800\/50{
  border-color: rgb(146 64 14 / 0.5);
}

.border-amber-800\/55{
  border-color: rgb(146 64 14 / 0.55);
}

.border-amber-800\/60{
  border-color: rgb(146 64 14 / 0.6);
}

.border-amber-800\/65{
  border-color: rgb(146 64 14 / 0.65);
}

.border-amber-800\/70{
  border-color: rgb(146 64 14 / 0.7);
}

.border-amber-800\/75{
  border-color: rgb(146 64 14 / 0.75);
}

.border-amber-800\/80{
  border-color: rgb(146 64 14 / 0.8);
}

.border-amber-800\/85{
  border-color: rgb(146 64 14 / 0.85);
}

.border-amber-800\/90{
  border-color: rgb(146 64 14 / 0.9);
}

.border-amber-800\/95{
  border-color: rgb(146 64 14 / 0.95);
}

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

.border-amber-900\/0{
  border-color: rgb(120 53 15 / 0);
}

.border-amber-900\/10{
  border-color: rgb(120 53 15 / 0.1);
}

.border-amber-900\/100{
  border-color: rgb(120 53 15 / 1);
}

.border-amber-900\/15{
  border-color: rgb(120 53 15 / 0.15);
}

.border-amber-900\/20{
  border-color: rgb(120 53 15 / 0.2);
}

.border-amber-900\/25{
  border-color: rgb(120 53 15 / 0.25);
}

.border-amber-900\/30{
  border-color: rgb(120 53 15 / 0.3);
}

.border-amber-900\/35{
  border-color: rgb(120 53 15 / 0.35);
}

.border-amber-900\/40{
  border-color: rgb(120 53 15 / 0.4);
}

.border-amber-900\/45{
  border-color: rgb(120 53 15 / 0.45);
}

.border-amber-900\/5{
  border-color: rgb(120 53 15 / 0.05);
}

.border-amber-900\/50{
  border-color: rgb(120 53 15 / 0.5);
}

.border-amber-900\/55{
  border-color: rgb(120 53 15 / 0.55);
}

.border-amber-900\/60{
  border-color: rgb(120 53 15 / 0.6);
}

.border-amber-900\/65{
  border-color: rgb(120 53 15 / 0.65);
}

.border-amber-900\/70{
  border-color: rgb(120 53 15 / 0.7);
}

.border-amber-900\/75{
  border-color: rgb(120 53 15 / 0.75);
}

.border-amber-900\/80{
  border-color: rgb(120 53 15 / 0.8);
}

.border-amber-900\/85{
  border-color: rgb(120 53 15 / 0.85);
}

.border-amber-900\/90{
  border-color: rgb(120 53 15 / 0.9);
}

.border-amber-900\/95{
  border-color: rgb(120 53 15 / 0.95);
}

.border-amber-950{
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-amber-950\/0{
  border-color: rgb(69 26 3 / 0);
}

.border-amber-950\/10{
  border-color: rgb(69 26 3 / 0.1);
}

.border-amber-950\/100{
  border-color: rgb(69 26 3 / 1);
}

.border-amber-950\/15{
  border-color: rgb(69 26 3 / 0.15);
}

.border-amber-950\/20{
  border-color: rgb(69 26 3 / 0.2);
}

.border-amber-950\/25{
  border-color: rgb(69 26 3 / 0.25);
}

.border-amber-950\/30{
  border-color: rgb(69 26 3 / 0.3);
}

.border-amber-950\/35{
  border-color: rgb(69 26 3 / 0.35);
}

.border-amber-950\/40{
  border-color: rgb(69 26 3 / 0.4);
}

.border-amber-950\/45{
  border-color: rgb(69 26 3 / 0.45);
}

.border-amber-950\/5{
  border-color: rgb(69 26 3 / 0.05);
}

.border-amber-950\/50{
  border-color: rgb(69 26 3 / 0.5);
}

.border-amber-950\/55{
  border-color: rgb(69 26 3 / 0.55);
}

.border-amber-950\/60{
  border-color: rgb(69 26 3 / 0.6);
}

.border-amber-950\/65{
  border-color: rgb(69 26 3 / 0.65);
}

.border-amber-950\/70{
  border-color: rgb(69 26 3 / 0.7);
}

.border-amber-950\/75{
  border-color: rgb(69 26 3 / 0.75);
}

.border-amber-950\/80{
  border-color: rgb(69 26 3 / 0.8);
}

.border-amber-950\/85{
  border-color: rgb(69 26 3 / 0.85);
}

.border-amber-950\/90{
  border-color: rgb(69 26 3 / 0.9);
}

.border-amber-950\/95{
  border-color: rgb(69 26 3 / 0.95);
}

.border-background{
  --tw-border-opacity: 1;
  border-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.border-background\/0{
  border-color: rgb(245 246 250 / 0);
}

.border-background\/10{
  border-color: rgb(245 246 250 / 0.1);
}

.border-background\/100{
  border-color: rgb(245 246 250 / 1);
}

.border-background\/15{
  border-color: rgb(245 246 250 / 0.15);
}

.border-background\/20{
  border-color: rgb(245 246 250 / 0.2);
}

.border-background\/25{
  border-color: rgb(245 246 250 / 0.25);
}

.border-background\/30{
  border-color: rgb(245 246 250 / 0.3);
}

.border-background\/35{
  border-color: rgb(245 246 250 / 0.35);
}

.border-background\/40{
  border-color: rgb(245 246 250 / 0.4);
}

.border-background\/45{
  border-color: rgb(245 246 250 / 0.45);
}

.border-background\/5{
  border-color: rgb(245 246 250 / 0.05);
}

.border-background\/50{
  border-color: rgb(245 246 250 / 0.5);
}

.border-background\/55{
  border-color: rgb(245 246 250 / 0.55);
}

.border-background\/60{
  border-color: rgb(245 246 250 / 0.6);
}

.border-background\/65{
  border-color: rgb(245 246 250 / 0.65);
}

.border-background\/70{
  border-color: rgb(245 246 250 / 0.7);
}

.border-background\/75{
  border-color: rgb(245 246 250 / 0.75);
}

.border-background\/80{
  border-color: rgb(245 246 250 / 0.8);
}

.border-background\/85{
  border-color: rgb(245 246 250 / 0.85);
}

.border-background\/90{
  border-color: rgb(245 246 250 / 0.9);
}

.border-background\/95{
  border-color: rgb(245 246 250 / 0.95);
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.border-black\/0{
  border-color: rgb(41 44 53 / 0);
}

.border-black\/10{
  border-color: rgb(41 44 53 / 0.1);
}

.border-black\/100{
  border-color: rgb(41 44 53 / 1);
}

.border-black\/15{
  border-color: rgb(41 44 53 / 0.15);
}

.border-black\/20{
  border-color: rgb(41 44 53 / 0.2);
}

.border-black\/25{
  border-color: rgb(41 44 53 / 0.25);
}

.border-black\/30{
  border-color: rgb(41 44 53 / 0.3);
}

.border-black\/35{
  border-color: rgb(41 44 53 / 0.35);
}

.border-black\/40{
  border-color: rgb(41 44 53 / 0.4);
}

.border-black\/45{
  border-color: rgb(41 44 53 / 0.45);
}

.border-black\/5{
  border-color: rgb(41 44 53 / 0.05);
}

.border-black\/50{
  border-color: rgb(41 44 53 / 0.5);
}

.border-black\/55{
  border-color: rgb(41 44 53 / 0.55);
}

.border-black\/60{
  border-color: rgb(41 44 53 / 0.6);
}

.border-black\/65{
  border-color: rgb(41 44 53 / 0.65);
}

.border-black\/70{
  border-color: rgb(41 44 53 / 0.7);
}

.border-black\/75{
  border-color: rgb(41 44 53 / 0.75);
}

.border-black\/80{
  border-color: rgb(41 44 53 / 0.8);
}

.border-black\/85{
  border-color: rgb(41 44 53 / 0.85);
}

.border-black\/90{
  border-color: rgb(41 44 53 / 0.9);
}

.border-black\/95{
  border-color: rgb(41 44 53 / 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\/15{
  border-color: rgb(219 234 254 / 0.15);
}

.border-blue-100\/20{
  border-color: rgb(219 234 254 / 0.2);
}

.border-blue-100\/25{
  border-color: rgb(219 234 254 / 0.25);
}

.border-blue-100\/30{
  border-color: rgb(219 234 254 / 0.3);
}

.border-blue-100\/35{
  border-color: rgb(219 234 254 / 0.35);
}

.border-blue-100\/40{
  border-color: rgb(219 234 254 / 0.4);
}

.border-blue-100\/45{
  border-color: rgb(219 234 254 / 0.45);
}

.border-blue-100\/5{
  border-color: rgb(219 234 254 / 0.05);
}

.border-blue-100\/50{
  border-color: rgb(219 234 254 / 0.5);
}

.border-blue-100\/55{
  border-color: rgb(219 234 254 / 0.55);
}

.border-blue-100\/60{
  border-color: rgb(219 234 254 / 0.6);
}

.border-blue-100\/65{
  border-color: rgb(219 234 254 / 0.65);
}

.border-blue-100\/70{
  border-color: rgb(219 234 254 / 0.7);
}

.border-blue-100\/75{
  border-color: rgb(219 234 254 / 0.75);
}

.border-blue-100\/80{
  border-color: rgb(219 234 254 / 0.8);
}

.border-blue-100\/85{
  border-color: rgb(219 234 254 / 0.85);
}

.border-blue-100\/90{
  border-color: rgb(219 234 254 / 0.9);
}

.border-blue-100\/95{
  border-color: rgb(219 234 254 / 0.95);
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-blue-200\/0{
  border-color: rgb(191 219 254 / 0);
}

.border-blue-200\/10{
  border-color: rgb(191 219 254 / 0.1);
}

.border-blue-200\/100{
  border-color: rgb(191 219 254 / 1);
}

.border-blue-200\/15{
  border-color: rgb(191 219 254 / 0.15);
}

.border-blue-200\/20{
  border-color: rgb(191 219 254 / 0.2);
}

.border-blue-200\/25{
  border-color: rgb(191 219 254 / 0.25);
}

.border-blue-200\/30{
  border-color: rgb(191 219 254 / 0.3);
}

.border-blue-200\/35{
  border-color: rgb(191 219 254 / 0.35);
}

.border-blue-200\/40{
  border-color: rgb(191 219 254 / 0.4);
}

.border-blue-200\/45{
  border-color: rgb(191 219 254 / 0.45);
}

.border-blue-200\/5{
  border-color: rgb(191 219 254 / 0.05);
}

.border-blue-200\/50{
  border-color: rgb(191 219 254 / 0.5);
}

.border-blue-200\/55{
  border-color: rgb(191 219 254 / 0.55);
}

.border-blue-200\/60{
  border-color: rgb(191 219 254 / 0.6);
}

.border-blue-200\/65{
  border-color: rgb(191 219 254 / 0.65);
}

.border-blue-200\/70{
  border-color: rgb(191 219 254 / 0.7);
}

.border-blue-200\/75{
  border-color: rgb(191 219 254 / 0.75);
}

.border-blue-200\/80{
  border-color: rgb(191 219 254 / 0.8);
}

.border-blue-200\/85{
  border-color: rgb(191 219 254 / 0.85);
}

.border-blue-200\/90{
  border-color: rgb(191 219 254 / 0.9);
}

.border-blue-200\/95{
  border-color: rgb(191 219 254 / 0.95);
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-blue-300\/0{
  border-color: rgb(147 197 253 / 0);
}

.border-blue-300\/10{
  border-color: rgb(147 197 253 / 0.1);
}

.border-blue-300\/100{
  border-color: rgb(147 197 253 / 1);
}

.border-blue-300\/15{
  border-color: rgb(147 197 253 / 0.15);
}

.border-blue-300\/20{
  border-color: rgb(147 197 253 / 0.2);
}

.border-blue-300\/25{
  border-color: rgb(147 197 253 / 0.25);
}

.border-blue-300\/30{
  border-color: rgb(147 197 253 / 0.3);
}

.border-blue-300\/35{
  border-color: rgb(147 197 253 / 0.35);
}

.border-blue-300\/40{
  border-color: rgb(147 197 253 / 0.4);
}

.border-blue-300\/45{
  border-color: rgb(147 197 253 / 0.45);
}

.border-blue-300\/5{
  border-color: rgb(147 197 253 / 0.05);
}

.border-blue-300\/50{
  border-color: rgb(147 197 253 / 0.5);
}

.border-blue-300\/55{
  border-color: rgb(147 197 253 / 0.55);
}

.border-blue-300\/60{
  border-color: rgb(147 197 253 / 0.6);
}

.border-blue-300\/65{
  border-color: rgb(147 197 253 / 0.65);
}

.border-blue-300\/70{
  border-color: rgb(147 197 253 / 0.7);
}

.border-blue-300\/75{
  border-color: rgb(147 197 253 / 0.75);
}

.border-blue-300\/80{
  border-color: rgb(147 197 253 / 0.8);
}

.border-blue-300\/85{
  border-color: rgb(147 197 253 / 0.85);
}

.border-blue-300\/90{
  border-color: rgb(147 197 253 / 0.9);
}

.border-blue-300\/95{
  border-color: rgb(147 197 253 / 0.95);
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-400\/0{
  border-color: rgb(96 165 250 / 0);
}

.border-blue-400\/10{
  border-color: rgb(96 165 250 / 0.1);
}

.border-blue-400\/100{
  border-color: rgb(96 165 250 / 1);
}

.border-blue-400\/15{
  border-color: rgb(96 165 250 / 0.15);
}

.border-blue-400\/20{
  border-color: rgb(96 165 250 / 0.2);
}

.border-blue-400\/25{
  border-color: rgb(96 165 250 / 0.25);
}

.border-blue-400\/30{
  border-color: rgb(96 165 250 / 0.3);
}

.border-blue-400\/35{
  border-color: rgb(96 165 250 / 0.35);
}

.border-blue-400\/40{
  border-color: rgb(96 165 250 / 0.4);
}

.border-blue-400\/45{
  border-color: rgb(96 165 250 / 0.45);
}

.border-blue-400\/5{
  border-color: rgb(96 165 250 / 0.05);
}

.border-blue-400\/50{
  border-color: rgb(96 165 250 / 0.5);
}

.border-blue-400\/55{
  border-color: rgb(96 165 250 / 0.55);
}

.border-blue-400\/60{
  border-color: rgb(96 165 250 / 0.6);
}

.border-blue-400\/65{
  border-color: rgb(96 165 250 / 0.65);
}

.border-blue-400\/70{
  border-color: rgb(96 165 250 / 0.7);
}

.border-blue-400\/75{
  border-color: rgb(96 165 250 / 0.75);
}

.border-blue-400\/80{
  border-color: rgb(96 165 250 / 0.8);
}

.border-blue-400\/85{
  border-color: rgb(96 165 250 / 0.85);
}

.border-blue-400\/90{
  border-color: rgb(96 165 250 / 0.9);
}

.border-blue-400\/95{
  border-color: rgb(96 165 250 / 0.95);
}

.border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-blue-50\/0{
  border-color: rgb(239 246 255 / 0);
}

.border-blue-50\/10{
  border-color: rgb(239 246 255 / 0.1);
}

.border-blue-50\/100{
  border-color: rgb(239 246 255 / 1);
}

.border-blue-50\/15{
  border-color: rgb(239 246 255 / 0.15);
}

.border-blue-50\/20{
  border-color: rgb(239 246 255 / 0.2);
}

.border-blue-50\/25{
  border-color: rgb(239 246 255 / 0.25);
}

.border-blue-50\/30{
  border-color: rgb(239 246 255 / 0.3);
}

.border-blue-50\/35{
  border-color: rgb(239 246 255 / 0.35);
}

.border-blue-50\/40{
  border-color: rgb(239 246 255 / 0.4);
}

.border-blue-50\/45{
  border-color: rgb(239 246 255 / 0.45);
}

.border-blue-50\/5{
  border-color: rgb(239 246 255 / 0.05);
}

.border-blue-50\/50{
  border-color: rgb(239 246 255 / 0.5);
}

.border-blue-50\/55{
  border-color: rgb(239 246 255 / 0.55);
}

.border-blue-50\/60{
  border-color: rgb(239 246 255 / 0.6);
}

.border-blue-50\/65{
  border-color: rgb(239 246 255 / 0.65);
}

.border-blue-50\/70{
  border-color: rgb(239 246 255 / 0.7);
}

.border-blue-50\/75{
  border-color: rgb(239 246 255 / 0.75);
}

.border-blue-50\/80{
  border-color: rgb(239 246 255 / 0.8);
}

.border-blue-50\/85{
  border-color: rgb(239 246 255 / 0.85);
}

.border-blue-50\/90{
  border-color: rgb(239 246 255 / 0.9);
}

.border-blue-50\/95{
  border-color: rgb(239 246 255 / 0.95);
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-blue-500\/0{
  border-color: rgb(59 130 246 / 0);
}

.border-blue-500\/10{
  border-color: rgb(59 130 246 / 0.1);
}

.border-blue-500\/100{
  border-color: rgb(59 130 246 / 1);
}

.border-blue-500\/15{
  border-color: rgb(59 130 246 / 0.15);
}

.border-blue-500\/20{
  border-color: rgb(59 130 246 / 0.2);
}

.border-blue-500\/25{
  border-color: rgb(59 130 246 / 0.25);
}

.border-blue-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}

.border-blue-500\/35{
  border-color: rgb(59 130 246 / 0.35);
}

.border-blue-500\/40{
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-500\/45{
  border-color: rgb(59 130 246 / 0.45);
}

.border-blue-500\/5{
  border-color: rgb(59 130 246 / 0.05);
}

.border-blue-500\/50{
  border-color: rgb(59 130 246 / 0.5);
}

.border-blue-500\/55{
  border-color: rgb(59 130 246 / 0.55);
}

.border-blue-500\/60{
  border-color: rgb(59 130 246 / 0.6);
}

.border-blue-500\/65{
  border-color: rgb(59 130 246 / 0.65);
}

.border-blue-500\/70{
  border-color: rgb(59 130 246 / 0.7);
}

.border-blue-500\/75{
  border-color: rgb(59 130 246 / 0.75);
}

.border-blue-500\/80{
  border-color: rgb(59 130 246 / 0.8);
}

.border-blue-500\/85{
  border-color: rgb(59 130 246 / 0.85);
}

.border-blue-500\/90{
  border-color: rgb(59 130 246 / 0.9);
}

.border-blue-500\/95{
  border-color: rgb(59 130 246 / 0.95);
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-blue-600\/0{
  border-color: rgb(37 99 235 / 0);
}

.border-blue-600\/10{
  border-color: rgb(37 99 235 / 0.1);
}

.border-blue-600\/100{
  border-color: rgb(37 99 235 / 1);
}

.border-blue-600\/15{
  border-color: rgb(37 99 235 / 0.15);
}

.border-blue-600\/20{
  border-color: rgb(37 99 235 / 0.2);
}

.border-blue-600\/25{
  border-color: rgb(37 99 235 / 0.25);
}

.border-blue-600\/30{
  border-color: rgb(37 99 235 / 0.3);
}

.border-blue-600\/35{
  border-color: rgb(37 99 235 / 0.35);
}

.border-blue-600\/40{
  border-color: rgb(37 99 235 / 0.4);
}

.border-blue-600\/45{
  border-color: rgb(37 99 235 / 0.45);
}

.border-blue-600\/5{
  border-color: rgb(37 99 235 / 0.05);
}

.border-blue-600\/50{
  border-color: rgb(37 99 235 / 0.5);
}

.border-blue-600\/55{
  border-color: rgb(37 99 235 / 0.55);
}

.border-blue-600\/60{
  border-color: rgb(37 99 235 / 0.6);
}

.border-blue-600\/65{
  border-color: rgb(37 99 235 / 0.65);
}

.border-blue-600\/70{
  border-color: rgb(37 99 235 / 0.7);
}

.border-blue-600\/75{
  border-color: rgb(37 99 235 / 0.75);
}

.border-blue-600\/80{
  border-color: rgb(37 99 235 / 0.8);
}

.border-blue-600\/85{
  border-color: rgb(37 99 235 / 0.85);
}

.border-blue-600\/90{
  border-color: rgb(37 99 235 / 0.9);
}

.border-blue-600\/95{
  border-color: rgb(37 99 235 / 0.95);
}

.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-blue-700\/0{
  border-color: rgb(29 78 216 / 0);
}

.border-blue-700\/10{
  border-color: rgb(29 78 216 / 0.1);
}

.border-blue-700\/100{
  border-color: rgb(29 78 216 / 1);
}

.border-blue-700\/15{
  border-color: rgb(29 78 216 / 0.15);
}

.border-blue-700\/20{
  border-color: rgb(29 78 216 / 0.2);
}

.border-blue-700\/25{
  border-color: rgb(29 78 216 / 0.25);
}

.border-blue-700\/30{
  border-color: rgb(29 78 216 / 0.3);
}

.border-blue-700\/35{
  border-color: rgb(29 78 216 / 0.35);
}

.border-blue-700\/40{
  border-color: rgb(29 78 216 / 0.4);
}

.border-blue-700\/45{
  border-color: rgb(29 78 216 / 0.45);
}

.border-blue-700\/5{
  border-color: rgb(29 78 216 / 0.05);
}

.border-blue-700\/50{
  border-color: rgb(29 78 216 / 0.5);
}

.border-blue-700\/55{
  border-color: rgb(29 78 216 / 0.55);
}

.border-blue-700\/60{
  border-color: rgb(29 78 216 / 0.6);
}

.border-blue-700\/65{
  border-color: rgb(29 78 216 / 0.65);
}

.border-blue-700\/70{
  border-color: rgb(29 78 216 / 0.7);
}

.border-blue-700\/75{
  border-color: rgb(29 78 216 / 0.75);
}

.border-blue-700\/80{
  border-color: rgb(29 78 216 / 0.8);
}

.border-blue-700\/85{
  border-color: rgb(29 78 216 / 0.85);
}

.border-blue-700\/90{
  border-color: rgb(29 78 216 / 0.9);
}

.border-blue-700\/95{
  border-color: rgb(29 78 216 / 0.95);
}

.border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-blue-800\/0{
  border-color: rgb(30 64 175 / 0);
}

.border-blue-800\/10{
  border-color: rgb(30 64 175 / 0.1);
}

.border-blue-800\/100{
  border-color: rgb(30 64 175 / 1);
}

.border-blue-800\/15{
  border-color: rgb(30 64 175 / 0.15);
}

.border-blue-800\/20{
  border-color: rgb(30 64 175 / 0.2);
}

.border-blue-800\/25{
  border-color: rgb(30 64 175 / 0.25);
}

.border-blue-800\/30{
  border-color: rgb(30 64 175 / 0.3);
}

.border-blue-800\/35{
  border-color: rgb(30 64 175 / 0.35);
}

.border-blue-800\/40{
  border-color: rgb(30 64 175 / 0.4);
}

.border-blue-800\/45{
  border-color: rgb(30 64 175 / 0.45);
}

.border-blue-800\/5{
  border-color: rgb(30 64 175 / 0.05);
}

.border-blue-800\/50{
  border-color: rgb(30 64 175 / 0.5);
}

.border-blue-800\/55{
  border-color: rgb(30 64 175 / 0.55);
}

.border-blue-800\/60{
  border-color: rgb(30 64 175 / 0.6);
}

.border-blue-800\/65{
  border-color: rgb(30 64 175 / 0.65);
}

.border-blue-800\/70{
  border-color: rgb(30 64 175 / 0.7);
}

.border-blue-800\/75{
  border-color: rgb(30 64 175 / 0.75);
}

.border-blue-800\/80{
  border-color: rgb(30 64 175 / 0.8);
}

.border-blue-800\/85{
  border-color: rgb(30 64 175 / 0.85);
}

.border-blue-800\/90{
  border-color: rgb(30 64 175 / 0.9);
}

.border-blue-800\/95{
  border-color: rgb(30 64 175 / 0.95);
}

.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-blue-900\/0{
  border-color: rgb(30 58 138 / 0);
}

.border-blue-900\/10{
  border-color: rgb(30 58 138 / 0.1);
}

.border-blue-900\/100{
  border-color: rgb(30 58 138 / 1);
}

.border-blue-900\/15{
  border-color: rgb(30 58 138 / 0.15);
}

.border-blue-900\/20{
  border-color: rgb(30 58 138 / 0.2);
}

.border-blue-900\/25{
  border-color: rgb(30 58 138 / 0.25);
}

.border-blue-900\/30{
  border-color: rgb(30 58 138 / 0.3);
}

.border-blue-900\/35{
  border-color: rgb(30 58 138 / 0.35);
}

.border-blue-900\/40{
  border-color: rgb(30 58 138 / 0.4);
}

.border-blue-900\/45{
  border-color: rgb(30 58 138 / 0.45);
}

.border-blue-900\/5{
  border-color: rgb(30 58 138 / 0.05);
}

.border-blue-900\/50{
  border-color: rgb(30 58 138 / 0.5);
}

.border-blue-900\/55{
  border-color: rgb(30 58 138 / 0.55);
}

.border-blue-900\/60{
  border-color: rgb(30 58 138 / 0.6);
}

.border-blue-900\/65{
  border-color: rgb(30 58 138 / 0.65);
}

.border-blue-900\/70{
  border-color: rgb(30 58 138 / 0.7);
}

.border-blue-900\/75{
  border-color: rgb(30 58 138 / 0.75);
}

.border-blue-900\/80{
  border-color: rgb(30 58 138 / 0.8);
}

.border-blue-900\/85{
  border-color: rgb(30 58 138 / 0.85);
}

.border-blue-900\/90{
  border-color: rgb(30 58 138 / 0.9);
}

.border-blue-900\/95{
  border-color: rgb(30 58 138 / 0.95);
}

.border-blue-950{
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-blue-950\/0{
  border-color: rgb(23 37 84 / 0);
}

.border-blue-950\/10{
  border-color: rgb(23 37 84 / 0.1);
}

.border-blue-950\/100{
  border-color: rgb(23 37 84 / 1);
}

.border-blue-950\/15{
  border-color: rgb(23 37 84 / 0.15);
}

.border-blue-950\/20{
  border-color: rgb(23 37 84 / 0.2);
}

.border-blue-950\/25{
  border-color: rgb(23 37 84 / 0.25);
}

.border-blue-950\/30{
  border-color: rgb(23 37 84 / 0.3);
}

.border-blue-950\/35{
  border-color: rgb(23 37 84 / 0.35);
}

.border-blue-950\/40{
  border-color: rgb(23 37 84 / 0.4);
}

.border-blue-950\/45{
  border-color: rgb(23 37 84 / 0.45);
}

.border-blue-950\/5{
  border-color: rgb(23 37 84 / 0.05);
}

.border-blue-950\/50{
  border-color: rgb(23 37 84 / 0.5);
}

.border-blue-950\/55{
  border-color: rgb(23 37 84 / 0.55);
}

.border-blue-950\/60{
  border-color: rgb(23 37 84 / 0.6);
}

.border-blue-950\/65{
  border-color: rgb(23 37 84 / 0.65);
}

.border-blue-950\/70{
  border-color: rgb(23 37 84 / 0.7);
}

.border-blue-950\/75{
  border-color: rgb(23 37 84 / 0.75);
}

.border-blue-950\/80{
  border-color: rgb(23 37 84 / 0.8);
}

.border-blue-950\/85{
  border-color: rgb(23 37 84 / 0.85);
}

.border-blue-950\/90{
  border-color: rgb(23 37 84 / 0.9);
}

.border-blue-950\/95{
  border-color: rgb(23 37 84 / 0.95);
}

.border-csv{
  --tw-border-opacity: 1;
  border-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.border-csv-hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.border-csv-hover\/0{
  border-color: rgb(0 114 37 / 0);
}

.border-csv-hover\/10{
  border-color: rgb(0 114 37 / 0.1);
}

.border-csv-hover\/100{
  border-color: rgb(0 114 37 / 1);
}

.border-csv-hover\/15{
  border-color: rgb(0 114 37 / 0.15);
}

.border-csv-hover\/20{
  border-color: rgb(0 114 37 / 0.2);
}

.border-csv-hover\/25{
  border-color: rgb(0 114 37 / 0.25);
}

.border-csv-hover\/30{
  border-color: rgb(0 114 37 / 0.3);
}

.border-csv-hover\/35{
  border-color: rgb(0 114 37 / 0.35);
}

.border-csv-hover\/40{
  border-color: rgb(0 114 37 / 0.4);
}

.border-csv-hover\/45{
  border-color: rgb(0 114 37 / 0.45);
}

.border-csv-hover\/5{
  border-color: rgb(0 114 37 / 0.05);
}

.border-csv-hover\/50{
  border-color: rgb(0 114 37 / 0.5);
}

.border-csv-hover\/55{
  border-color: rgb(0 114 37 / 0.55);
}

.border-csv-hover\/60{
  border-color: rgb(0 114 37 / 0.6);
}

.border-csv-hover\/65{
  border-color: rgb(0 114 37 / 0.65);
}

.border-csv-hover\/70{
  border-color: rgb(0 114 37 / 0.7);
}

.border-csv-hover\/75{
  border-color: rgb(0 114 37 / 0.75);
}

.border-csv-hover\/80{
  border-color: rgb(0 114 37 / 0.8);
}

.border-csv-hover\/85{
  border-color: rgb(0 114 37 / 0.85);
}

.border-csv-hover\/90{
  border-color: rgb(0 114 37 / 0.9);
}

.border-csv-hover\/95{
  border-color: rgb(0 114 37 / 0.95);
}

.border-csv\/0{
  border-color: rgb(0 138 43 / 0);
}

.border-csv\/10{
  border-color: rgb(0 138 43 / 0.1);
}

.border-csv\/100{
  border-color: rgb(0 138 43 / 1);
}

.border-csv\/15{
  border-color: rgb(0 138 43 / 0.15);
}

.border-csv\/20{
  border-color: rgb(0 138 43 / 0.2);
}

.border-csv\/25{
  border-color: rgb(0 138 43 / 0.25);
}

.border-csv\/30{
  border-color: rgb(0 138 43 / 0.3);
}

.border-csv\/35{
  border-color: rgb(0 138 43 / 0.35);
}

.border-csv\/40{
  border-color: rgb(0 138 43 / 0.4);
}

.border-csv\/45{
  border-color: rgb(0 138 43 / 0.45);
}

.border-csv\/5{
  border-color: rgb(0 138 43 / 0.05);
}

.border-csv\/50{
  border-color: rgb(0 138 43 / 0.5);
}

.border-csv\/55{
  border-color: rgb(0 138 43 / 0.55);
}

.border-csv\/60{
  border-color: rgb(0 138 43 / 0.6);
}

.border-csv\/65{
  border-color: rgb(0 138 43 / 0.65);
}

.border-csv\/70{
  border-color: rgb(0 138 43 / 0.7);
}

.border-csv\/75{
  border-color: rgb(0 138 43 / 0.75);
}

.border-csv\/80{
  border-color: rgb(0 138 43 / 0.8);
}

.border-csv\/85{
  border-color: rgb(0 138 43 / 0.85);
}

.border-csv\/90{
  border-color: rgb(0 138 43 / 0.9);
}

.border-csv\/95{
  border-color: rgb(0 138 43 / 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\/15{
  border-color: rgb(207 250 254 / 0.15);
}

.border-cyan-100\/20{
  border-color: rgb(207 250 254 / 0.2);
}

.border-cyan-100\/25{
  border-color: rgb(207 250 254 / 0.25);
}

.border-cyan-100\/30{
  border-color: rgb(207 250 254 / 0.3);
}

.border-cyan-100\/35{
  border-color: rgb(207 250 254 / 0.35);
}

.border-cyan-100\/40{
  border-color: rgb(207 250 254 / 0.4);
}

.border-cyan-100\/45{
  border-color: rgb(207 250 254 / 0.45);
}

.border-cyan-100\/5{
  border-color: rgb(207 250 254 / 0.05);
}

.border-cyan-100\/50{
  border-color: rgb(207 250 254 / 0.5);
}

.border-cyan-100\/55{
  border-color: rgb(207 250 254 / 0.55);
}

.border-cyan-100\/60{
  border-color: rgb(207 250 254 / 0.6);
}

.border-cyan-100\/65{
  border-color: rgb(207 250 254 / 0.65);
}

.border-cyan-100\/70{
  border-color: rgb(207 250 254 / 0.7);
}

.border-cyan-100\/75{
  border-color: rgb(207 250 254 / 0.75);
}

.border-cyan-100\/80{
  border-color: rgb(207 250 254 / 0.8);
}

.border-cyan-100\/85{
  border-color: rgb(207 250 254 / 0.85);
}

.border-cyan-100\/90{
  border-color: rgb(207 250 254 / 0.9);
}

.border-cyan-100\/95{
  border-color: rgb(207 250 254 / 0.95);
}

.border-cyan-200{
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-cyan-200\/0{
  border-color: rgb(165 243 252 / 0);
}

.border-cyan-200\/10{
  border-color: rgb(165 243 252 / 0.1);
}

.border-cyan-200\/100{
  border-color: rgb(165 243 252 / 1);
}

.border-cyan-200\/15{
  border-color: rgb(165 243 252 / 0.15);
}

.border-cyan-200\/20{
  border-color: rgb(165 243 252 / 0.2);
}

.border-cyan-200\/25{
  border-color: rgb(165 243 252 / 0.25);
}

.border-cyan-200\/30{
  border-color: rgb(165 243 252 / 0.3);
}

.border-cyan-200\/35{
  border-color: rgb(165 243 252 / 0.35);
}

.border-cyan-200\/40{
  border-color: rgb(165 243 252 / 0.4);
}

.border-cyan-200\/45{
  border-color: rgb(165 243 252 / 0.45);
}

.border-cyan-200\/5{
  border-color: rgb(165 243 252 / 0.05);
}

.border-cyan-200\/50{
  border-color: rgb(165 243 252 / 0.5);
}

.border-cyan-200\/55{
  border-color: rgb(165 243 252 / 0.55);
}

.border-cyan-200\/60{
  border-color: rgb(165 243 252 / 0.6);
}

.border-cyan-200\/65{
  border-color: rgb(165 243 252 / 0.65);
}

.border-cyan-200\/70{
  border-color: rgb(165 243 252 / 0.7);
}

.border-cyan-200\/75{
  border-color: rgb(165 243 252 / 0.75);
}

.border-cyan-200\/80{
  border-color: rgb(165 243 252 / 0.8);
}

.border-cyan-200\/85{
  border-color: rgb(165 243 252 / 0.85);
}

.border-cyan-200\/90{
  border-color: rgb(165 243 252 / 0.9);
}

.border-cyan-200\/95{
  border-color: rgb(165 243 252 / 0.95);
}

.border-cyan-300{
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-cyan-300\/0{
  border-color: rgb(103 232 249 / 0);
}

.border-cyan-300\/10{
  border-color: rgb(103 232 249 / 0.1);
}

.border-cyan-300\/100{
  border-color: rgb(103 232 249 / 1);
}

.border-cyan-300\/15{
  border-color: rgb(103 232 249 / 0.15);
}

.border-cyan-300\/20{
  border-color: rgb(103 232 249 / 0.2);
}

.border-cyan-300\/25{
  border-color: rgb(103 232 249 / 0.25);
}

.border-cyan-300\/30{
  border-color: rgb(103 232 249 / 0.3);
}

.border-cyan-300\/35{
  border-color: rgb(103 232 249 / 0.35);
}

.border-cyan-300\/40{
  border-color: rgb(103 232 249 / 0.4);
}

.border-cyan-300\/45{
  border-color: rgb(103 232 249 / 0.45);
}

.border-cyan-300\/5{
  border-color: rgb(103 232 249 / 0.05);
}

.border-cyan-300\/50{
  border-color: rgb(103 232 249 / 0.5);
}

.border-cyan-300\/55{
  border-color: rgb(103 232 249 / 0.55);
}

.border-cyan-300\/60{
  border-color: rgb(103 232 249 / 0.6);
}

.border-cyan-300\/65{
  border-color: rgb(103 232 249 / 0.65);
}

.border-cyan-300\/70{
  border-color: rgb(103 232 249 / 0.7);
}

.border-cyan-300\/75{
  border-color: rgb(103 232 249 / 0.75);
}

.border-cyan-300\/80{
  border-color: rgb(103 232 249 / 0.8);
}

.border-cyan-300\/85{
  border-color: rgb(103 232 249 / 0.85);
}

.border-cyan-300\/90{
  border-color: rgb(103 232 249 / 0.9);
}

.border-cyan-300\/95{
  border-color: rgb(103 232 249 / 0.95);
}

.border-cyan-400{
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-cyan-400\/0{
  border-color: rgb(34 211 238 / 0);
}

.border-cyan-400\/10{
  border-color: rgb(34 211 238 / 0.1);
}

.border-cyan-400\/100{
  border-color: rgb(34 211 238 / 1);
}

.border-cyan-400\/15{
  border-color: rgb(34 211 238 / 0.15);
}

.border-cyan-400\/20{
  border-color: rgb(34 211 238 / 0.2);
}

.border-cyan-400\/25{
  border-color: rgb(34 211 238 / 0.25);
}

.border-cyan-400\/30{
  border-color: rgb(34 211 238 / 0.3);
}

.border-cyan-400\/35{
  border-color: rgb(34 211 238 / 0.35);
}

.border-cyan-400\/40{
  border-color: rgb(34 211 238 / 0.4);
}

.border-cyan-400\/45{
  border-color: rgb(34 211 238 / 0.45);
}

.border-cyan-400\/5{
  border-color: rgb(34 211 238 / 0.05);
}

.border-cyan-400\/50{
  border-color: rgb(34 211 238 / 0.5);
}

.border-cyan-400\/55{
  border-color: rgb(34 211 238 / 0.55);
}

.border-cyan-400\/60{
  border-color: rgb(34 211 238 / 0.6);
}

.border-cyan-400\/65{
  border-color: rgb(34 211 238 / 0.65);
}

.border-cyan-400\/70{
  border-color: rgb(34 211 238 / 0.7);
}

.border-cyan-400\/75{
  border-color: rgb(34 211 238 / 0.75);
}

.border-cyan-400\/80{
  border-color: rgb(34 211 238 / 0.8);
}

.border-cyan-400\/85{
  border-color: rgb(34 211 238 / 0.85);
}

.border-cyan-400\/90{
  border-color: rgb(34 211 238 / 0.9);
}

.border-cyan-400\/95{
  border-color: rgb(34 211 238 / 0.95);
}

.border-cyan-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-cyan-50\/0{
  border-color: rgb(236 254 255 / 0);
}

.border-cyan-50\/10{
  border-color: rgb(236 254 255 / 0.1);
}

.border-cyan-50\/100{
  border-color: rgb(236 254 255 / 1);
}

.border-cyan-50\/15{
  border-color: rgb(236 254 255 / 0.15);
}

.border-cyan-50\/20{
  border-color: rgb(236 254 255 / 0.2);
}

.border-cyan-50\/25{
  border-color: rgb(236 254 255 / 0.25);
}

.border-cyan-50\/30{
  border-color: rgb(236 254 255 / 0.3);
}

.border-cyan-50\/35{
  border-color: rgb(236 254 255 / 0.35);
}

.border-cyan-50\/40{
  border-color: rgb(236 254 255 / 0.4);
}

.border-cyan-50\/45{
  border-color: rgb(236 254 255 / 0.45);
}

.border-cyan-50\/5{
  border-color: rgb(236 254 255 / 0.05);
}

.border-cyan-50\/50{
  border-color: rgb(236 254 255 / 0.5);
}

.border-cyan-50\/55{
  border-color: rgb(236 254 255 / 0.55);
}

.border-cyan-50\/60{
  border-color: rgb(236 254 255 / 0.6);
}

.border-cyan-50\/65{
  border-color: rgb(236 254 255 / 0.65);
}

.border-cyan-50\/70{
  border-color: rgb(236 254 255 / 0.7);
}

.border-cyan-50\/75{
  border-color: rgb(236 254 255 / 0.75);
}

.border-cyan-50\/80{
  border-color: rgb(236 254 255 / 0.8);
}

.border-cyan-50\/85{
  border-color: rgb(236 254 255 / 0.85);
}

.border-cyan-50\/90{
  border-color: rgb(236 254 255 / 0.9);
}

.border-cyan-50\/95{
  border-color: rgb(236 254 255 / 0.95);
}

.border-cyan-500{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-cyan-500\/0{
  border-color: rgb(6 182 212 / 0);
}

.border-cyan-500\/10{
  border-color: rgb(6 182 212 / 0.1);
}

.border-cyan-500\/100{
  border-color: rgb(6 182 212 / 1);
}

.border-cyan-500\/15{
  border-color: rgb(6 182 212 / 0.15);
}

.border-cyan-500\/20{
  border-color: rgb(6 182 212 / 0.2);
}

.border-cyan-500\/25{
  border-color: rgb(6 182 212 / 0.25);
}

.border-cyan-500\/30{
  border-color: rgb(6 182 212 / 0.3);
}

.border-cyan-500\/35{
  border-color: rgb(6 182 212 / 0.35);
}

.border-cyan-500\/40{
  border-color: rgb(6 182 212 / 0.4);
}

.border-cyan-500\/45{
  border-color: rgb(6 182 212 / 0.45);
}

.border-cyan-500\/5{
  border-color: rgb(6 182 212 / 0.05);
}

.border-cyan-500\/50{
  border-color: rgb(6 182 212 / 0.5);
}

.border-cyan-500\/55{
  border-color: rgb(6 182 212 / 0.55);
}

.border-cyan-500\/60{
  border-color: rgb(6 182 212 / 0.6);
}

.border-cyan-500\/65{
  border-color: rgb(6 182 212 / 0.65);
}

.border-cyan-500\/70{
  border-color: rgb(6 182 212 / 0.7);
}

.border-cyan-500\/75{
  border-color: rgb(6 182 212 / 0.75);
}

.border-cyan-500\/80{
  border-color: rgb(6 182 212 / 0.8);
}

.border-cyan-500\/85{
  border-color: rgb(6 182 212 / 0.85);
}

.border-cyan-500\/90{
  border-color: rgb(6 182 212 / 0.9);
}

.border-cyan-500\/95{
  border-color: rgb(6 182 212 / 0.95);
}

.border-cyan-600{
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-cyan-600\/0{
  border-color: rgb(8 145 178 / 0);
}

.border-cyan-600\/10{
  border-color: rgb(8 145 178 / 0.1);
}

.border-cyan-600\/100{
  border-color: rgb(8 145 178 / 1);
}

.border-cyan-600\/15{
  border-color: rgb(8 145 178 / 0.15);
}

.border-cyan-600\/20{
  border-color: rgb(8 145 178 / 0.2);
}

.border-cyan-600\/25{
  border-color: rgb(8 145 178 / 0.25);
}

.border-cyan-600\/30{
  border-color: rgb(8 145 178 / 0.3);
}

.border-cyan-600\/35{
  border-color: rgb(8 145 178 / 0.35);
}

.border-cyan-600\/40{
  border-color: rgb(8 145 178 / 0.4);
}

.border-cyan-600\/45{
  border-color: rgb(8 145 178 / 0.45);
}

.border-cyan-600\/5{
  border-color: rgb(8 145 178 / 0.05);
}

.border-cyan-600\/50{
  border-color: rgb(8 145 178 / 0.5);
}

.border-cyan-600\/55{
  border-color: rgb(8 145 178 / 0.55);
}

.border-cyan-600\/60{
  border-color: rgb(8 145 178 / 0.6);
}

.border-cyan-600\/65{
  border-color: rgb(8 145 178 / 0.65);
}

.border-cyan-600\/70{
  border-color: rgb(8 145 178 / 0.7);
}

.border-cyan-600\/75{
  border-color: rgb(8 145 178 / 0.75);
}

.border-cyan-600\/80{
  border-color: rgb(8 145 178 / 0.8);
}

.border-cyan-600\/85{
  border-color: rgb(8 145 178 / 0.85);
}

.border-cyan-600\/90{
  border-color: rgb(8 145 178 / 0.9);
}

.border-cyan-600\/95{
  border-color: rgb(8 145 178 / 0.95);
}

.border-cyan-700{
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-cyan-700\/0{
  border-color: rgb(14 116 144 / 0);
}

.border-cyan-700\/10{
  border-color: rgb(14 116 144 / 0.1);
}

.border-cyan-700\/100{
  border-color: rgb(14 116 144 / 1);
}

.border-cyan-700\/15{
  border-color: rgb(14 116 144 / 0.15);
}

.border-cyan-700\/20{
  border-color: rgb(14 116 144 / 0.2);
}

.border-cyan-700\/25{
  border-color: rgb(14 116 144 / 0.25);
}

.border-cyan-700\/30{
  border-color: rgb(14 116 144 / 0.3);
}

.border-cyan-700\/35{
  border-color: rgb(14 116 144 / 0.35);
}

.border-cyan-700\/40{
  border-color: rgb(14 116 144 / 0.4);
}

.border-cyan-700\/45{
  border-color: rgb(14 116 144 / 0.45);
}

.border-cyan-700\/5{
  border-color: rgb(14 116 144 / 0.05);
}

.border-cyan-700\/50{
  border-color: rgb(14 116 144 / 0.5);
}

.border-cyan-700\/55{
  border-color: rgb(14 116 144 / 0.55);
}

.border-cyan-700\/60{
  border-color: rgb(14 116 144 / 0.6);
}

.border-cyan-700\/65{
  border-color: rgb(14 116 144 / 0.65);
}

.border-cyan-700\/70{
  border-color: rgb(14 116 144 / 0.7);
}

.border-cyan-700\/75{
  border-color: rgb(14 116 144 / 0.75);
}

.border-cyan-700\/80{
  border-color: rgb(14 116 144 / 0.8);
}

.border-cyan-700\/85{
  border-color: rgb(14 116 144 / 0.85);
}

.border-cyan-700\/90{
  border-color: rgb(14 116 144 / 0.9);
}

.border-cyan-700\/95{
  border-color: rgb(14 116 144 / 0.95);
}

.border-cyan-800{
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-cyan-800\/0{
  border-color: rgb(21 94 117 / 0);
}

.border-cyan-800\/10{
  border-color: rgb(21 94 117 / 0.1);
}

.border-cyan-800\/100{
  border-color: rgb(21 94 117 / 1);
}

.border-cyan-800\/15{
  border-color: rgb(21 94 117 / 0.15);
}

.border-cyan-800\/20{
  border-color: rgb(21 94 117 / 0.2);
}

.border-cyan-800\/25{
  border-color: rgb(21 94 117 / 0.25);
}

.border-cyan-800\/30{
  border-color: rgb(21 94 117 / 0.3);
}

.border-cyan-800\/35{
  border-color: rgb(21 94 117 / 0.35);
}

.border-cyan-800\/40{
  border-color: rgb(21 94 117 / 0.4);
}

.border-cyan-800\/45{
  border-color: rgb(21 94 117 / 0.45);
}

.border-cyan-800\/5{
  border-color: rgb(21 94 117 / 0.05);
}

.border-cyan-800\/50{
  border-color: rgb(21 94 117 / 0.5);
}

.border-cyan-800\/55{
  border-color: rgb(21 94 117 / 0.55);
}

.border-cyan-800\/60{
  border-color: rgb(21 94 117 / 0.6);
}

.border-cyan-800\/65{
  border-color: rgb(21 94 117 / 0.65);
}

.border-cyan-800\/70{
  border-color: rgb(21 94 117 / 0.7);
}

.border-cyan-800\/75{
  border-color: rgb(21 94 117 / 0.75);
}

.border-cyan-800\/80{
  border-color: rgb(21 94 117 / 0.8);
}

.border-cyan-800\/85{
  border-color: rgb(21 94 117 / 0.85);
}

.border-cyan-800\/90{
  border-color: rgb(21 94 117 / 0.9);
}

.border-cyan-800\/95{
  border-color: rgb(21 94 117 / 0.95);
}

.border-cyan-900{
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-cyan-900\/0{
  border-color: rgb(22 78 99 / 0);
}

.border-cyan-900\/10{
  border-color: rgb(22 78 99 / 0.1);
}

.border-cyan-900\/100{
  border-color: rgb(22 78 99 / 1);
}

.border-cyan-900\/15{
  border-color: rgb(22 78 99 / 0.15);
}

.border-cyan-900\/20{
  border-color: rgb(22 78 99 / 0.2);
}

.border-cyan-900\/25{
  border-color: rgb(22 78 99 / 0.25);
}

.border-cyan-900\/30{
  border-color: rgb(22 78 99 / 0.3);
}

.border-cyan-900\/35{
  border-color: rgb(22 78 99 / 0.35);
}

.border-cyan-900\/40{
  border-color: rgb(22 78 99 / 0.4);
}

.border-cyan-900\/45{
  border-color: rgb(22 78 99 / 0.45);
}

.border-cyan-900\/5{
  border-color: rgb(22 78 99 / 0.05);
}

.border-cyan-900\/50{
  border-color: rgb(22 78 99 / 0.5);
}

.border-cyan-900\/55{
  border-color: rgb(22 78 99 / 0.55);
}

.border-cyan-900\/60{
  border-color: rgb(22 78 99 / 0.6);
}

.border-cyan-900\/65{
  border-color: rgb(22 78 99 / 0.65);
}

.border-cyan-900\/70{
  border-color: rgb(22 78 99 / 0.7);
}

.border-cyan-900\/75{
  border-color: rgb(22 78 99 / 0.75);
}

.border-cyan-900\/80{
  border-color: rgb(22 78 99 / 0.8);
}

.border-cyan-900\/85{
  border-color: rgb(22 78 99 / 0.85);
}

.border-cyan-900\/90{
  border-color: rgb(22 78 99 / 0.9);
}

.border-cyan-900\/95{
  border-color: rgb(22 78 99 / 0.95);
}

.border-cyan-950{
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-cyan-950\/0{
  border-color: rgb(8 51 68 / 0);
}

.border-cyan-950\/10{
  border-color: rgb(8 51 68 / 0.1);
}

.border-cyan-950\/100{
  border-color: rgb(8 51 68 / 1);
}

.border-cyan-950\/15{
  border-color: rgb(8 51 68 / 0.15);
}

.border-cyan-950\/20{
  border-color: rgb(8 51 68 / 0.2);
}

.border-cyan-950\/25{
  border-color: rgb(8 51 68 / 0.25);
}

.border-cyan-950\/30{
  border-color: rgb(8 51 68 / 0.3);
}

.border-cyan-950\/35{
  border-color: rgb(8 51 68 / 0.35);
}

.border-cyan-950\/40{
  border-color: rgb(8 51 68 / 0.4);
}

.border-cyan-950\/45{
  border-color: rgb(8 51 68 / 0.45);
}

.border-cyan-950\/5{
  border-color: rgb(8 51 68 / 0.05);
}

.border-cyan-950\/50{
  border-color: rgb(8 51 68 / 0.5);
}

.border-cyan-950\/55{
  border-color: rgb(8 51 68 / 0.55);
}

.border-cyan-950\/60{
  border-color: rgb(8 51 68 / 0.6);
}

.border-cyan-950\/65{
  border-color: rgb(8 51 68 / 0.65);
}

.border-cyan-950\/70{
  border-color: rgb(8 51 68 / 0.7);
}

.border-cyan-950\/75{
  border-color: rgb(8 51 68 / 0.75);
}

.border-cyan-950\/80{
  border-color: rgb(8 51 68 / 0.8);
}

.border-cyan-950\/85{
  border-color: rgb(8 51 68 / 0.85);
}

.border-cyan-950\/90{
  border-color: rgb(8 51 68 / 0.9);
}

.border-cyan-950\/95{
  border-color: rgb(8 51 68 / 0.95);
}

.border-danger{
  --tw-border-opacity: 1;
  border-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.border-danger-hover{
  --tw-border-opacity: 1;
  border-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.border-danger-hover\/0{
  border-color: rgb(193 49 44 / 0);
}

.border-danger-hover\/10{
  border-color: rgb(193 49 44 / 0.1);
}

.border-danger-hover\/100{
  border-color: rgb(193 49 44 / 1);
}

.border-danger-hover\/15{
  border-color: rgb(193 49 44 / 0.15);
}

.border-danger-hover\/20{
  border-color: rgb(193 49 44 / 0.2);
}

.border-danger-hover\/25{
  border-color: rgb(193 49 44 / 0.25);
}

.border-danger-hover\/30{
  border-color: rgb(193 49 44 / 0.3);
}

.border-danger-hover\/35{
  border-color: rgb(193 49 44 / 0.35);
}

.border-danger-hover\/40{
  border-color: rgb(193 49 44 / 0.4);
}

.border-danger-hover\/45{
  border-color: rgb(193 49 44 / 0.45);
}

.border-danger-hover\/5{
  border-color: rgb(193 49 44 / 0.05);
}

.border-danger-hover\/50{
  border-color: rgb(193 49 44 / 0.5);
}

.border-danger-hover\/55{
  border-color: rgb(193 49 44 / 0.55);
}

.border-danger-hover\/60{
  border-color: rgb(193 49 44 / 0.6);
}

.border-danger-hover\/65{
  border-color: rgb(193 49 44 / 0.65);
}

.border-danger-hover\/70{
  border-color: rgb(193 49 44 / 0.7);
}

.border-danger-hover\/75{
  border-color: rgb(193 49 44 / 0.75);
}

.border-danger-hover\/80{
  border-color: rgb(193 49 44 / 0.8);
}

.border-danger-hover\/85{
  border-color: rgb(193 49 44 / 0.85);
}

.border-danger-hover\/90{
  border-color: rgb(193 49 44 / 0.9);
}

.border-danger-hover\/95{
  border-color: rgb(193 49 44 / 0.95);
}

.border-danger\/0{
  border-color: rgb(207 59 54 / 0);
}

.border-danger\/10{
  border-color: rgb(207 59 54 / 0.1);
}

.border-danger\/100{
  border-color: rgb(207 59 54 / 1);
}

.border-danger\/15{
  border-color: rgb(207 59 54 / 0.15);
}

.border-danger\/20{
  border-color: rgb(207 59 54 / 0.2);
}

.border-danger\/25{
  border-color: rgb(207 59 54 / 0.25);
}

.border-danger\/30{
  border-color: rgb(207 59 54 / 0.3);
}

.border-danger\/35{
  border-color: rgb(207 59 54 / 0.35);
}

.border-danger\/40{
  border-color: rgb(207 59 54 / 0.4);
}

.border-danger\/45{
  border-color: rgb(207 59 54 / 0.45);
}

.border-danger\/5{
  border-color: rgb(207 59 54 / 0.05);
}

.border-danger\/50{
  border-color: rgb(207 59 54 / 0.5);
}

.border-danger\/55{
  border-color: rgb(207 59 54 / 0.55);
}

.border-danger\/60{
  border-color: rgb(207 59 54 / 0.6);
}

.border-danger\/65{
  border-color: rgb(207 59 54 / 0.65);
}

.border-danger\/70{
  border-color: rgb(207 59 54 / 0.7);
}

.border-danger\/75{
  border-color: rgb(207 59 54 / 0.75);
}

.border-danger\/80{
  border-color: rgb(207 59 54 / 0.8);
}

.border-danger\/85{
  border-color: rgb(207 59 54 / 0.85);
}

.border-danger\/90{
  border-color: rgb(207 59 54 / 0.9);
}

.border-danger\/95{
  border-color: rgb(207 59 54 / 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\/15{
  border-color: rgb(209 250 229 / 0.15);
}

.border-emerald-100\/20{
  border-color: rgb(209 250 229 / 0.2);
}

.border-emerald-100\/25{
  border-color: rgb(209 250 229 / 0.25);
}

.border-emerald-100\/30{
  border-color: rgb(209 250 229 / 0.3);
}

.border-emerald-100\/35{
  border-color: rgb(209 250 229 / 0.35);
}

.border-emerald-100\/40{
  border-color: rgb(209 250 229 / 0.4);
}

.border-emerald-100\/45{
  border-color: rgb(209 250 229 / 0.45);
}

.border-emerald-100\/5{
  border-color: rgb(209 250 229 / 0.05);
}

.border-emerald-100\/50{
  border-color: rgb(209 250 229 / 0.5);
}

.border-emerald-100\/55{
  border-color: rgb(209 250 229 / 0.55);
}

.border-emerald-100\/60{
  border-color: rgb(209 250 229 / 0.6);
}

.border-emerald-100\/65{
  border-color: rgb(209 250 229 / 0.65);
}

.border-emerald-100\/70{
  border-color: rgb(209 250 229 / 0.7);
}

.border-emerald-100\/75{
  border-color: rgb(209 250 229 / 0.75);
}

.border-emerald-100\/80{
  border-color: rgb(209 250 229 / 0.8);
}

.border-emerald-100\/85{
  border-color: rgb(209 250 229 / 0.85);
}

.border-emerald-100\/90{
  border-color: rgb(209 250 229 / 0.9);
}

.border-emerald-100\/95{
  border-color: rgb(209 250 229 / 0.95);
}

.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-emerald-200\/0{
  border-color: rgb(167 243 208 / 0);
}

.border-emerald-200\/10{
  border-color: rgb(167 243 208 / 0.1);
}

.border-emerald-200\/100{
  border-color: rgb(167 243 208 / 1);
}

.border-emerald-200\/15{
  border-color: rgb(167 243 208 / 0.15);
}

.border-emerald-200\/20{
  border-color: rgb(167 243 208 / 0.2);
}

.border-emerald-200\/25{
  border-color: rgb(167 243 208 / 0.25);
}

.border-emerald-200\/30{
  border-color: rgb(167 243 208 / 0.3);
}

.border-emerald-200\/35{
  border-color: rgb(167 243 208 / 0.35);
}

.border-emerald-200\/40{
  border-color: rgb(167 243 208 / 0.4);
}

.border-emerald-200\/45{
  border-color: rgb(167 243 208 / 0.45);
}

.border-emerald-200\/5{
  border-color: rgb(167 243 208 / 0.05);
}

.border-emerald-200\/50{
  border-color: rgb(167 243 208 / 0.5);
}

.border-emerald-200\/55{
  border-color: rgb(167 243 208 / 0.55);
}

.border-emerald-200\/60{
  border-color: rgb(167 243 208 / 0.6);
}

.border-emerald-200\/65{
  border-color: rgb(167 243 208 / 0.65);
}

.border-emerald-200\/70{
  border-color: rgb(167 243 208 / 0.7);
}

.border-emerald-200\/75{
  border-color: rgb(167 243 208 / 0.75);
}

.border-emerald-200\/80{
  border-color: rgb(167 243 208 / 0.8);
}

.border-emerald-200\/85{
  border-color: rgb(167 243 208 / 0.85);
}

.border-emerald-200\/90{
  border-color: rgb(167 243 208 / 0.9);
}

.border-emerald-200\/95{
  border-color: rgb(167 243 208 / 0.95);
}

.border-emerald-300{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-emerald-300\/0{
  border-color: rgb(110 231 183 / 0);
}

.border-emerald-300\/10{
  border-color: rgb(110 231 183 / 0.1);
}

.border-emerald-300\/100{
  border-color: rgb(110 231 183 / 1);
}

.border-emerald-300\/15{
  border-color: rgb(110 231 183 / 0.15);
}

.border-emerald-300\/20{
  border-color: rgb(110 231 183 / 0.2);
}

.border-emerald-300\/25{
  border-color: rgb(110 231 183 / 0.25);
}

.border-emerald-300\/30{
  border-color: rgb(110 231 183 / 0.3);
}

.border-emerald-300\/35{
  border-color: rgb(110 231 183 / 0.35);
}

.border-emerald-300\/40{
  border-color: rgb(110 231 183 / 0.4);
}

.border-emerald-300\/45{
  border-color: rgb(110 231 183 / 0.45);
}

.border-emerald-300\/5{
  border-color: rgb(110 231 183 / 0.05);
}

.border-emerald-300\/50{
  border-color: rgb(110 231 183 / 0.5);
}

.border-emerald-300\/55{
  border-color: rgb(110 231 183 / 0.55);
}

.border-emerald-300\/60{
  border-color: rgb(110 231 183 / 0.6);
}

.border-emerald-300\/65{
  border-color: rgb(110 231 183 / 0.65);
}

.border-emerald-300\/70{
  border-color: rgb(110 231 183 / 0.7);
}

.border-emerald-300\/75{
  border-color: rgb(110 231 183 / 0.75);
}

.border-emerald-300\/80{
  border-color: rgb(110 231 183 / 0.8);
}

.border-emerald-300\/85{
  border-color: rgb(110 231 183 / 0.85);
}

.border-emerald-300\/90{
  border-color: rgb(110 231 183 / 0.9);
}

.border-emerald-300\/95{
  border-color: rgb(110 231 183 / 0.95);
}

.border-emerald-400{
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-emerald-400\/0{
  border-color: rgb(52 211 153 / 0);
}

.border-emerald-400\/10{
  border-color: rgb(52 211 153 / 0.1);
}

.border-emerald-400\/100{
  border-color: rgb(52 211 153 / 1);
}

.border-emerald-400\/15{
  border-color: rgb(52 211 153 / 0.15);
}

.border-emerald-400\/20{
  border-color: rgb(52 211 153 / 0.2);
}

.border-emerald-400\/25{
  border-color: rgb(52 211 153 / 0.25);
}

.border-emerald-400\/30{
  border-color: rgb(52 211 153 / 0.3);
}

.border-emerald-400\/35{
  border-color: rgb(52 211 153 / 0.35);
}

.border-emerald-400\/40{
  border-color: rgb(52 211 153 / 0.4);
}

.border-emerald-400\/45{
  border-color: rgb(52 211 153 / 0.45);
}

.border-emerald-400\/5{
  border-color: rgb(52 211 153 / 0.05);
}

.border-emerald-400\/50{
  border-color: rgb(52 211 153 / 0.5);
}

.border-emerald-400\/55{
  border-color: rgb(52 211 153 / 0.55);
}

.border-emerald-400\/60{
  border-color: rgb(52 211 153 / 0.6);
}

.border-emerald-400\/65{
  border-color: rgb(52 211 153 / 0.65);
}

.border-emerald-400\/70{
  border-color: rgb(52 211 153 / 0.7);
}

.border-emerald-400\/75{
  border-color: rgb(52 211 153 / 0.75);
}

.border-emerald-400\/80{
  border-color: rgb(52 211 153 / 0.8);
}

.border-emerald-400\/85{
  border-color: rgb(52 211 153 / 0.85);
}

.border-emerald-400\/90{
  border-color: rgb(52 211 153 / 0.9);
}

.border-emerald-400\/95{
  border-color: rgb(52 211 153 / 0.95);
}

.border-emerald-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-emerald-50\/0{
  border-color: rgb(236 253 245 / 0);
}

.border-emerald-50\/10{
  border-color: rgb(236 253 245 / 0.1);
}

.border-emerald-50\/100{
  border-color: rgb(236 253 245 / 1);
}

.border-emerald-50\/15{
  border-color: rgb(236 253 245 / 0.15);
}

.border-emerald-50\/20{
  border-color: rgb(236 253 245 / 0.2);
}

.border-emerald-50\/25{
  border-color: rgb(236 253 245 / 0.25);
}

.border-emerald-50\/30{
  border-color: rgb(236 253 245 / 0.3);
}

.border-emerald-50\/35{
  border-color: rgb(236 253 245 / 0.35);
}

.border-emerald-50\/40{
  border-color: rgb(236 253 245 / 0.4);
}

.border-emerald-50\/45{
  border-color: rgb(236 253 245 / 0.45);
}

.border-emerald-50\/5{
  border-color: rgb(236 253 245 / 0.05);
}

.border-emerald-50\/50{
  border-color: rgb(236 253 245 / 0.5);
}

.border-emerald-50\/55{
  border-color: rgb(236 253 245 / 0.55);
}

.border-emerald-50\/60{
  border-color: rgb(236 253 245 / 0.6);
}

.border-emerald-50\/65{
  border-color: rgb(236 253 245 / 0.65);
}

.border-emerald-50\/70{
  border-color: rgb(236 253 245 / 0.7);
}

.border-emerald-50\/75{
  border-color: rgb(236 253 245 / 0.75);
}

.border-emerald-50\/80{
  border-color: rgb(236 253 245 / 0.8);
}

.border-emerald-50\/85{
  border-color: rgb(236 253 245 / 0.85);
}

.border-emerald-50\/90{
  border-color: rgb(236 253 245 / 0.9);
}

.border-emerald-50\/95{
  border-color: rgb(236 253 245 / 0.95);
}

.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-emerald-500\/0{
  border-color: rgb(16 185 129 / 0);
}

.border-emerald-500\/10{
  border-color: rgb(16 185 129 / 0.1);
}

.border-emerald-500\/100{
  border-color: rgb(16 185 129 / 1);
}

.border-emerald-500\/15{
  border-color: rgb(16 185 129 / 0.15);
}

.border-emerald-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}

.border-emerald-500\/25{
  border-color: rgb(16 185 129 / 0.25);
}

.border-emerald-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}

.border-emerald-500\/35{
  border-color: rgb(16 185 129 / 0.35);
}

.border-emerald-500\/40{
  border-color: rgb(16 185 129 / 0.4);
}

.border-emerald-500\/45{
  border-color: rgb(16 185 129 / 0.45);
}

.border-emerald-500\/5{
  border-color: rgb(16 185 129 / 0.05);
}

.border-emerald-500\/50{
  border-color: rgb(16 185 129 / 0.5);
}

.border-emerald-500\/55{
  border-color: rgb(16 185 129 / 0.55);
}

.border-emerald-500\/60{
  border-color: rgb(16 185 129 / 0.6);
}

.border-emerald-500\/65{
  border-color: rgb(16 185 129 / 0.65);
}

.border-emerald-500\/70{
  border-color: rgb(16 185 129 / 0.7);
}

.border-emerald-500\/75{
  border-color: rgb(16 185 129 / 0.75);
}

.border-emerald-500\/80{
  border-color: rgb(16 185 129 / 0.8);
}

.border-emerald-500\/85{
  border-color: rgb(16 185 129 / 0.85);
}

.border-emerald-500\/90{
  border-color: rgb(16 185 129 / 0.9);
}

.border-emerald-500\/95{
  border-color: rgb(16 185 129 / 0.95);
}

.border-emerald-600{
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-emerald-600\/0{
  border-color: rgb(5 150 105 / 0);
}

.border-emerald-600\/10{
  border-color: rgb(5 150 105 / 0.1);
}

.border-emerald-600\/100{
  border-color: rgb(5 150 105 / 1);
}

.border-emerald-600\/15{
  border-color: rgb(5 150 105 / 0.15);
}

.border-emerald-600\/20{
  border-color: rgb(5 150 105 / 0.2);
}

.border-emerald-600\/25{
  border-color: rgb(5 150 105 / 0.25);
}

.border-emerald-600\/30{
  border-color: rgb(5 150 105 / 0.3);
}

.border-emerald-600\/35{
  border-color: rgb(5 150 105 / 0.35);
}

.border-emerald-600\/40{
  border-color: rgb(5 150 105 / 0.4);
}

.border-emerald-600\/45{
  border-color: rgb(5 150 105 / 0.45);
}

.border-emerald-600\/5{
  border-color: rgb(5 150 105 / 0.05);
}

.border-emerald-600\/50{
  border-color: rgb(5 150 105 / 0.5);
}

.border-emerald-600\/55{
  border-color: rgb(5 150 105 / 0.55);
}

.border-emerald-600\/60{
  border-color: rgb(5 150 105 / 0.6);
}

.border-emerald-600\/65{
  border-color: rgb(5 150 105 / 0.65);
}

.border-emerald-600\/70{
  border-color: rgb(5 150 105 / 0.7);
}

.border-emerald-600\/75{
  border-color: rgb(5 150 105 / 0.75);
}

.border-emerald-600\/80{
  border-color: rgb(5 150 105 / 0.8);
}

.border-emerald-600\/85{
  border-color: rgb(5 150 105 / 0.85);
}

.border-emerald-600\/90{
  border-color: rgb(5 150 105 / 0.9);
}

.border-emerald-600\/95{
  border-color: rgb(5 150 105 / 0.95);
}

.border-emerald-700{
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-emerald-700\/0{
  border-color: rgb(4 120 87 / 0);
}

.border-emerald-700\/10{
  border-color: rgb(4 120 87 / 0.1);
}

.border-emerald-700\/100{
  border-color: rgb(4 120 87 / 1);
}

.border-emerald-700\/15{
  border-color: rgb(4 120 87 / 0.15);
}

.border-emerald-700\/20{
  border-color: rgb(4 120 87 / 0.2);
}

.border-emerald-700\/25{
  border-color: rgb(4 120 87 / 0.25);
}

.border-emerald-700\/30{
  border-color: rgb(4 120 87 / 0.3);
}

.border-emerald-700\/35{
  border-color: rgb(4 120 87 / 0.35);
}

.border-emerald-700\/40{
  border-color: rgb(4 120 87 / 0.4);
}

.border-emerald-700\/45{
  border-color: rgb(4 120 87 / 0.45);
}

.border-emerald-700\/5{
  border-color: rgb(4 120 87 / 0.05);
}

.border-emerald-700\/50{
  border-color: rgb(4 120 87 / 0.5);
}

.border-emerald-700\/55{
  border-color: rgb(4 120 87 / 0.55);
}

.border-emerald-700\/60{
  border-color: rgb(4 120 87 / 0.6);
}

.border-emerald-700\/65{
  border-color: rgb(4 120 87 / 0.65);
}

.border-emerald-700\/70{
  border-color: rgb(4 120 87 / 0.7);
}

.border-emerald-700\/75{
  border-color: rgb(4 120 87 / 0.75);
}

.border-emerald-700\/80{
  border-color: rgb(4 120 87 / 0.8);
}

.border-emerald-700\/85{
  border-color: rgb(4 120 87 / 0.85);
}

.border-emerald-700\/90{
  border-color: rgb(4 120 87 / 0.9);
}

.border-emerald-700\/95{
  border-color: rgb(4 120 87 / 0.95);
}

.border-emerald-800{
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-emerald-800\/0{
  border-color: rgb(6 95 70 / 0);
}

.border-emerald-800\/10{
  border-color: rgb(6 95 70 / 0.1);
}

.border-emerald-800\/100{
  border-color: rgb(6 95 70 / 1);
}

.border-emerald-800\/15{
  border-color: rgb(6 95 70 / 0.15);
}

.border-emerald-800\/20{
  border-color: rgb(6 95 70 / 0.2);
}

.border-emerald-800\/25{
  border-color: rgb(6 95 70 / 0.25);
}

.border-emerald-800\/30{
  border-color: rgb(6 95 70 / 0.3);
}

.border-emerald-800\/35{
  border-color: rgb(6 95 70 / 0.35);
}

.border-emerald-800\/40{
  border-color: rgb(6 95 70 / 0.4);
}

.border-emerald-800\/45{
  border-color: rgb(6 95 70 / 0.45);
}

.border-emerald-800\/5{
  border-color: rgb(6 95 70 / 0.05);
}

.border-emerald-800\/50{
  border-color: rgb(6 95 70 / 0.5);
}

.border-emerald-800\/55{
  border-color: rgb(6 95 70 / 0.55);
}

.border-emerald-800\/60{
  border-color: rgb(6 95 70 / 0.6);
}

.border-emerald-800\/65{
  border-color: rgb(6 95 70 / 0.65);
}

.border-emerald-800\/70{
  border-color: rgb(6 95 70 / 0.7);
}

.border-emerald-800\/75{
  border-color: rgb(6 95 70 / 0.75);
}

.border-emerald-800\/80{
  border-color: rgb(6 95 70 / 0.8);
}

.border-emerald-800\/85{
  border-color: rgb(6 95 70 / 0.85);
}

.border-emerald-800\/90{
  border-color: rgb(6 95 70 / 0.9);
}

.border-emerald-800\/95{
  border-color: rgb(6 95 70 / 0.95);
}

.border-emerald-900{
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-emerald-900\/0{
  border-color: rgb(6 78 59 / 0);
}

.border-emerald-900\/10{
  border-color: rgb(6 78 59 / 0.1);
}

.border-emerald-900\/100{
  border-color: rgb(6 78 59 / 1);
}

.border-emerald-900\/15{
  border-color: rgb(6 78 59 / 0.15);
}

.border-emerald-900\/20{
  border-color: rgb(6 78 59 / 0.2);
}

.border-emerald-900\/25{
  border-color: rgb(6 78 59 / 0.25);
}

.border-emerald-900\/30{
  border-color: rgb(6 78 59 / 0.3);
}

.border-emerald-900\/35{
  border-color: rgb(6 78 59 / 0.35);
}

.border-emerald-900\/40{
  border-color: rgb(6 78 59 / 0.4);
}

.border-emerald-900\/45{
  border-color: rgb(6 78 59 / 0.45);
}

.border-emerald-900\/5{
  border-color: rgb(6 78 59 / 0.05);
}

.border-emerald-900\/50{
  border-color: rgb(6 78 59 / 0.5);
}

.border-emerald-900\/55{
  border-color: rgb(6 78 59 / 0.55);
}

.border-emerald-900\/60{
  border-color: rgb(6 78 59 / 0.6);
}

.border-emerald-900\/65{
  border-color: rgb(6 78 59 / 0.65);
}

.border-emerald-900\/70{
  border-color: rgb(6 78 59 / 0.7);
}

.border-emerald-900\/75{
  border-color: rgb(6 78 59 / 0.75);
}

.border-emerald-900\/80{
  border-color: rgb(6 78 59 / 0.8);
}

.border-emerald-900\/85{
  border-color: rgb(6 78 59 / 0.85);
}

.border-emerald-900\/90{
  border-color: rgb(6 78 59 / 0.9);
}

.border-emerald-900\/95{
  border-color: rgb(6 78 59 / 0.95);
}

.border-emerald-950{
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-emerald-950\/0{
  border-color: rgb(2 44 34 / 0);
}

.border-emerald-950\/10{
  border-color: rgb(2 44 34 / 0.1);
}

.border-emerald-950\/100{
  border-color: rgb(2 44 34 / 1);
}

.border-emerald-950\/15{
  border-color: rgb(2 44 34 / 0.15);
}

.border-emerald-950\/20{
  border-color: rgb(2 44 34 / 0.2);
}

.border-emerald-950\/25{
  border-color: rgb(2 44 34 / 0.25);
}

.border-emerald-950\/30{
  border-color: rgb(2 44 34 / 0.3);
}

.border-emerald-950\/35{
  border-color: rgb(2 44 34 / 0.35);
}

.border-emerald-950\/40{
  border-color: rgb(2 44 34 / 0.4);
}

.border-emerald-950\/45{
  border-color: rgb(2 44 34 / 0.45);
}

.border-emerald-950\/5{
  border-color: rgb(2 44 34 / 0.05);
}

.border-emerald-950\/50{
  border-color: rgb(2 44 34 / 0.5);
}

.border-emerald-950\/55{
  border-color: rgb(2 44 34 / 0.55);
}

.border-emerald-950\/60{
  border-color: rgb(2 44 34 / 0.6);
}

.border-emerald-950\/65{
  border-color: rgb(2 44 34 / 0.65);
}

.border-emerald-950\/70{
  border-color: rgb(2 44 34 / 0.7);
}

.border-emerald-950\/75{
  border-color: rgb(2 44 34 / 0.75);
}

.border-emerald-950\/80{
  border-color: rgb(2 44 34 / 0.8);
}

.border-emerald-950\/85{
  border-color: rgb(2 44 34 / 0.85);
}

.border-emerald-950\/90{
  border-color: rgb(2 44 34 / 0.9);
}

.border-emerald-950\/95{
  border-color: rgb(2 44 34 / 0.95);
}

.border-excel{
  --tw-border-opacity: 1;
  border-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.border-excel-hover{
  --tw-border-opacity: 1;
  border-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.border-excel-hover\/0{
  border-color: rgb(9 138 107 / 0);
}

.border-excel-hover\/10{
  border-color: rgb(9 138 107 / 0.1);
}

.border-excel-hover\/100{
  border-color: rgb(9 138 107 / 1);
}

.border-excel-hover\/15{
  border-color: rgb(9 138 107 / 0.15);
}

.border-excel-hover\/20{
  border-color: rgb(9 138 107 / 0.2);
}

.border-excel-hover\/25{
  border-color: rgb(9 138 107 / 0.25);
}

.border-excel-hover\/30{
  border-color: rgb(9 138 107 / 0.3);
}

.border-excel-hover\/35{
  border-color: rgb(9 138 107 / 0.35);
}

.border-excel-hover\/40{
  border-color: rgb(9 138 107 / 0.4);
}

.border-excel-hover\/45{
  border-color: rgb(9 138 107 / 0.45);
}

.border-excel-hover\/5{
  border-color: rgb(9 138 107 / 0.05);
}

.border-excel-hover\/50{
  border-color: rgb(9 138 107 / 0.5);
}

.border-excel-hover\/55{
  border-color: rgb(9 138 107 / 0.55);
}

.border-excel-hover\/60{
  border-color: rgb(9 138 107 / 0.6);
}

.border-excel-hover\/65{
  border-color: rgb(9 138 107 / 0.65);
}

.border-excel-hover\/70{
  border-color: rgb(9 138 107 / 0.7);
}

.border-excel-hover\/75{
  border-color: rgb(9 138 107 / 0.75);
}

.border-excel-hover\/80{
  border-color: rgb(9 138 107 / 0.8);
}

.border-excel-hover\/85{
  border-color: rgb(9 138 107 / 0.85);
}

.border-excel-hover\/90{
  border-color: rgb(9 138 107 / 0.9);
}

.border-excel-hover\/95{
  border-color: rgb(9 138 107 / 0.95);
}

.border-excel\/0{
  border-color: rgb(11 160 123 / 0);
}

.border-excel\/10{
  border-color: rgb(11 160 123 / 0.1);
}

.border-excel\/100{
  border-color: rgb(11 160 123 / 1);
}

.border-excel\/15{
  border-color: rgb(11 160 123 / 0.15);
}

.border-excel\/20{
  border-color: rgb(11 160 123 / 0.2);
}

.border-excel\/25{
  border-color: rgb(11 160 123 / 0.25);
}

.border-excel\/30{
  border-color: rgb(11 160 123 / 0.3);
}

.border-excel\/35{
  border-color: rgb(11 160 123 / 0.35);
}

.border-excel\/40{
  border-color: rgb(11 160 123 / 0.4);
}

.border-excel\/45{
  border-color: rgb(11 160 123 / 0.45);
}

.border-excel\/5{
  border-color: rgb(11 160 123 / 0.05);
}

.border-excel\/50{
  border-color: rgb(11 160 123 / 0.5);
}

.border-excel\/55{
  border-color: rgb(11 160 123 / 0.55);
}

.border-excel\/60{
  border-color: rgb(11 160 123 / 0.6);
}

.border-excel\/65{
  border-color: rgb(11 160 123 / 0.65);
}

.border-excel\/70{
  border-color: rgb(11 160 123 / 0.7);
}

.border-excel\/75{
  border-color: rgb(11 160 123 / 0.75);
}

.border-excel\/80{
  border-color: rgb(11 160 123 / 0.8);
}

.border-excel\/85{
  border-color: rgb(11 160 123 / 0.85);
}

.border-excel\/90{
  border-color: rgb(11 160 123 / 0.9);
}

.border-excel\/95{
  border-color: rgb(11 160 123 / 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\/15{
  border-color: rgb(250 232 255 / 0.15);
}

.border-fuchsia-100\/20{
  border-color: rgb(250 232 255 / 0.2);
}

.border-fuchsia-100\/25{
  border-color: rgb(250 232 255 / 0.25);
}

.border-fuchsia-100\/30{
  border-color: rgb(250 232 255 / 0.3);
}

.border-fuchsia-100\/35{
  border-color: rgb(250 232 255 / 0.35);
}

.border-fuchsia-100\/40{
  border-color: rgb(250 232 255 / 0.4);
}

.border-fuchsia-100\/45{
  border-color: rgb(250 232 255 / 0.45);
}

.border-fuchsia-100\/5{
  border-color: rgb(250 232 255 / 0.05);
}

.border-fuchsia-100\/50{
  border-color: rgb(250 232 255 / 0.5);
}

.border-fuchsia-100\/55{
  border-color: rgb(250 232 255 / 0.55);
}

.border-fuchsia-100\/60{
  border-color: rgb(250 232 255 / 0.6);
}

.border-fuchsia-100\/65{
  border-color: rgb(250 232 255 / 0.65);
}

.border-fuchsia-100\/70{
  border-color: rgb(250 232 255 / 0.7);
}

.border-fuchsia-100\/75{
  border-color: rgb(250 232 255 / 0.75);
}

.border-fuchsia-100\/80{
  border-color: rgb(250 232 255 / 0.8);
}

.border-fuchsia-100\/85{
  border-color: rgb(250 232 255 / 0.85);
}

.border-fuchsia-100\/90{
  border-color: rgb(250 232 255 / 0.9);
}

.border-fuchsia-100\/95{
  border-color: rgb(250 232 255 / 0.95);
}

.border-fuchsia-200{
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-fuchsia-200\/0{
  border-color: rgb(245 208 254 / 0);
}

.border-fuchsia-200\/10{
  border-color: rgb(245 208 254 / 0.1);
}

.border-fuchsia-200\/100{
  border-color: rgb(245 208 254 / 1);
}

.border-fuchsia-200\/15{
  border-color: rgb(245 208 254 / 0.15);
}

.border-fuchsia-200\/20{
  border-color: rgb(245 208 254 / 0.2);
}

.border-fuchsia-200\/25{
  border-color: rgb(245 208 254 / 0.25);
}

.border-fuchsia-200\/30{
  border-color: rgb(245 208 254 / 0.3);
}

.border-fuchsia-200\/35{
  border-color: rgb(245 208 254 / 0.35);
}

.border-fuchsia-200\/40{
  border-color: rgb(245 208 254 / 0.4);
}

.border-fuchsia-200\/45{
  border-color: rgb(245 208 254 / 0.45);
}

.border-fuchsia-200\/5{
  border-color: rgb(245 208 254 / 0.05);
}

.border-fuchsia-200\/50{
  border-color: rgb(245 208 254 / 0.5);
}

.border-fuchsia-200\/55{
  border-color: rgb(245 208 254 / 0.55);
}

.border-fuchsia-200\/60{
  border-color: rgb(245 208 254 / 0.6);
}

.border-fuchsia-200\/65{
  border-color: rgb(245 208 254 / 0.65);
}

.border-fuchsia-200\/70{
  border-color: rgb(245 208 254 / 0.7);
}

.border-fuchsia-200\/75{
  border-color: rgb(245 208 254 / 0.75);
}

.border-fuchsia-200\/80{
  border-color: rgb(245 208 254 / 0.8);
}

.border-fuchsia-200\/85{
  border-color: rgb(245 208 254 / 0.85);
}

.border-fuchsia-200\/90{
  border-color: rgb(245 208 254 / 0.9);
}

.border-fuchsia-200\/95{
  border-color: rgb(245 208 254 / 0.95);
}

.border-fuchsia-300{
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-fuchsia-300\/0{
  border-color: rgb(240 171 252 / 0);
}

.border-fuchsia-300\/10{
  border-color: rgb(240 171 252 / 0.1);
}

.border-fuchsia-300\/100{
  border-color: rgb(240 171 252 / 1);
}

.border-fuchsia-300\/15{
  border-color: rgb(240 171 252 / 0.15);
}

.border-fuchsia-300\/20{
  border-color: rgb(240 171 252 / 0.2);
}

.border-fuchsia-300\/25{
  border-color: rgb(240 171 252 / 0.25);
}

.border-fuchsia-300\/30{
  border-color: rgb(240 171 252 / 0.3);
}

.border-fuchsia-300\/35{
  border-color: rgb(240 171 252 / 0.35);
}

.border-fuchsia-300\/40{
  border-color: rgb(240 171 252 / 0.4);
}

.border-fuchsia-300\/45{
  border-color: rgb(240 171 252 / 0.45);
}

.border-fuchsia-300\/5{
  border-color: rgb(240 171 252 / 0.05);
}

.border-fuchsia-300\/50{
  border-color: rgb(240 171 252 / 0.5);
}

.border-fuchsia-300\/55{
  border-color: rgb(240 171 252 / 0.55);
}

.border-fuchsia-300\/60{
  border-color: rgb(240 171 252 / 0.6);
}

.border-fuchsia-300\/65{
  border-color: rgb(240 171 252 / 0.65);
}

.border-fuchsia-300\/70{
  border-color: rgb(240 171 252 / 0.7);
}

.border-fuchsia-300\/75{
  border-color: rgb(240 171 252 / 0.75);
}

.border-fuchsia-300\/80{
  border-color: rgb(240 171 252 / 0.8);
}

.border-fuchsia-300\/85{
  border-color: rgb(240 171 252 / 0.85);
}

.border-fuchsia-300\/90{
  border-color: rgb(240 171 252 / 0.9);
}

.border-fuchsia-300\/95{
  border-color: rgb(240 171 252 / 0.95);
}

.border-fuchsia-400{
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-fuchsia-400\/0{
  border-color: rgb(232 121 249 / 0);
}

.border-fuchsia-400\/10{
  border-color: rgb(232 121 249 / 0.1);
}

.border-fuchsia-400\/100{
  border-color: rgb(232 121 249 / 1);
}

.border-fuchsia-400\/15{
  border-color: rgb(232 121 249 / 0.15);
}

.border-fuchsia-400\/20{
  border-color: rgb(232 121 249 / 0.2);
}

.border-fuchsia-400\/25{
  border-color: rgb(232 121 249 / 0.25);
}

.border-fuchsia-400\/30{
  border-color: rgb(232 121 249 / 0.3);
}

.border-fuchsia-400\/35{
  border-color: rgb(232 121 249 / 0.35);
}

.border-fuchsia-400\/40{
  border-color: rgb(232 121 249 / 0.4);
}

.border-fuchsia-400\/45{
  border-color: rgb(232 121 249 / 0.45);
}

.border-fuchsia-400\/5{
  border-color: rgb(232 121 249 / 0.05);
}

.border-fuchsia-400\/50{
  border-color: rgb(232 121 249 / 0.5);
}

.border-fuchsia-400\/55{
  border-color: rgb(232 121 249 / 0.55);
}

.border-fuchsia-400\/60{
  border-color: rgb(232 121 249 / 0.6);
}

.border-fuchsia-400\/65{
  border-color: rgb(232 121 249 / 0.65);
}

.border-fuchsia-400\/70{
  border-color: rgb(232 121 249 / 0.7);
}

.border-fuchsia-400\/75{
  border-color: rgb(232 121 249 / 0.75);
}

.border-fuchsia-400\/80{
  border-color: rgb(232 121 249 / 0.8);
}

.border-fuchsia-400\/85{
  border-color: rgb(232 121 249 / 0.85);
}

.border-fuchsia-400\/90{
  border-color: rgb(232 121 249 / 0.9);
}

.border-fuchsia-400\/95{
  border-color: rgb(232 121 249 / 0.95);
}

.border-fuchsia-50{
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-fuchsia-50\/0{
  border-color: rgb(253 244 255 / 0);
}

.border-fuchsia-50\/10{
  border-color: rgb(253 244 255 / 0.1);
}

.border-fuchsia-50\/100{
  border-color: rgb(253 244 255 / 1);
}

.border-fuchsia-50\/15{
  border-color: rgb(253 244 255 / 0.15);
}

.border-fuchsia-50\/20{
  border-color: rgb(253 244 255 / 0.2);
}

.border-fuchsia-50\/25{
  border-color: rgb(253 244 255 / 0.25);
}

.border-fuchsia-50\/30{
  border-color: rgb(253 244 255 / 0.3);
}

.border-fuchsia-50\/35{
  border-color: rgb(253 244 255 / 0.35);
}

.border-fuchsia-50\/40{
  border-color: rgb(253 244 255 / 0.4);
}

.border-fuchsia-50\/45{
  border-color: rgb(253 244 255 / 0.45);
}

.border-fuchsia-50\/5{
  border-color: rgb(253 244 255 / 0.05);
}

.border-fuchsia-50\/50{
  border-color: rgb(253 244 255 / 0.5);
}

.border-fuchsia-50\/55{
  border-color: rgb(253 244 255 / 0.55);
}

.border-fuchsia-50\/60{
  border-color: rgb(253 244 255 / 0.6);
}

.border-fuchsia-50\/65{
  border-color: rgb(253 244 255 / 0.65);
}

.border-fuchsia-50\/70{
  border-color: rgb(253 244 255 / 0.7);
}

.border-fuchsia-50\/75{
  border-color: rgb(253 244 255 / 0.75);
}

.border-fuchsia-50\/80{
  border-color: rgb(253 244 255 / 0.8);
}

.border-fuchsia-50\/85{
  border-color: rgb(253 244 255 / 0.85);
}

.border-fuchsia-50\/90{
  border-color: rgb(253 244 255 / 0.9);
}

.border-fuchsia-50\/95{
  border-color: rgb(253 244 255 / 0.95);
}

.border-fuchsia-500{
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-fuchsia-500\/0{
  border-color: rgb(217 70 239 / 0);
}

.border-fuchsia-500\/10{
  border-color: rgb(217 70 239 / 0.1);
}

.border-fuchsia-500\/100{
  border-color: rgb(217 70 239 / 1);
}

.border-fuchsia-500\/15{
  border-color: rgb(217 70 239 / 0.15);
}

.border-fuchsia-500\/20{
  border-color: rgb(217 70 239 / 0.2);
}

.border-fuchsia-500\/25{
  border-color: rgb(217 70 239 / 0.25);
}

.border-fuchsia-500\/30{
  border-color: rgb(217 70 239 / 0.3);
}

.border-fuchsia-500\/35{
  border-color: rgb(217 70 239 / 0.35);
}

.border-fuchsia-500\/40{
  border-color: rgb(217 70 239 / 0.4);
}

.border-fuchsia-500\/45{
  border-color: rgb(217 70 239 / 0.45);
}

.border-fuchsia-500\/5{
  border-color: rgb(217 70 239 / 0.05);
}

.border-fuchsia-500\/50{
  border-color: rgb(217 70 239 / 0.5);
}

.border-fuchsia-500\/55{
  border-color: rgb(217 70 239 / 0.55);
}

.border-fuchsia-500\/60{
  border-color: rgb(217 70 239 / 0.6);
}

.border-fuchsia-500\/65{
  border-color: rgb(217 70 239 / 0.65);
}

.border-fuchsia-500\/70{
  border-color: rgb(217 70 239 / 0.7);
}

.border-fuchsia-500\/75{
  border-color: rgb(217 70 239 / 0.75);
}

.border-fuchsia-500\/80{
  border-color: rgb(217 70 239 / 0.8);
}

.border-fuchsia-500\/85{
  border-color: rgb(217 70 239 / 0.85);
}

.border-fuchsia-500\/90{
  border-color: rgb(217 70 239 / 0.9);
}

.border-fuchsia-500\/95{
  border-color: rgb(217 70 239 / 0.95);
}

.border-fuchsia-600{
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-fuchsia-600\/0{
  border-color: rgb(192 38 211 / 0);
}

.border-fuchsia-600\/10{
  border-color: rgb(192 38 211 / 0.1);
}

.border-fuchsia-600\/100{
  border-color: rgb(192 38 211 / 1);
}

.border-fuchsia-600\/15{
  border-color: rgb(192 38 211 / 0.15);
}

.border-fuchsia-600\/20{
  border-color: rgb(192 38 211 / 0.2);
}

.border-fuchsia-600\/25{
  border-color: rgb(192 38 211 / 0.25);
}

.border-fuchsia-600\/30{
  border-color: rgb(192 38 211 / 0.3);
}

.border-fuchsia-600\/35{
  border-color: rgb(192 38 211 / 0.35);
}

.border-fuchsia-600\/40{
  border-color: rgb(192 38 211 / 0.4);
}

.border-fuchsia-600\/45{
  border-color: rgb(192 38 211 / 0.45);
}

.border-fuchsia-600\/5{
  border-color: rgb(192 38 211 / 0.05);
}

.border-fuchsia-600\/50{
  border-color: rgb(192 38 211 / 0.5);
}

.border-fuchsia-600\/55{
  border-color: rgb(192 38 211 / 0.55);
}

.border-fuchsia-600\/60{
  border-color: rgb(192 38 211 / 0.6);
}

.border-fuchsia-600\/65{
  border-color: rgb(192 38 211 / 0.65);
}

.border-fuchsia-600\/70{
  border-color: rgb(192 38 211 / 0.7);
}

.border-fuchsia-600\/75{
  border-color: rgb(192 38 211 / 0.75);
}

.border-fuchsia-600\/80{
  border-color: rgb(192 38 211 / 0.8);
}

.border-fuchsia-600\/85{
  border-color: rgb(192 38 211 / 0.85);
}

.border-fuchsia-600\/90{
  border-color: rgb(192 38 211 / 0.9);
}

.border-fuchsia-600\/95{
  border-color: rgb(192 38 211 / 0.95);
}

.border-fuchsia-700{
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-fuchsia-700\/0{
  border-color: rgb(162 28 175 / 0);
}

.border-fuchsia-700\/10{
  border-color: rgb(162 28 175 / 0.1);
}

.border-fuchsia-700\/100{
  border-color: rgb(162 28 175 / 1);
}

.border-fuchsia-700\/15{
  border-color: rgb(162 28 175 / 0.15);
}

.border-fuchsia-700\/20{
  border-color: rgb(162 28 175 / 0.2);
}

.border-fuchsia-700\/25{
  border-color: rgb(162 28 175 / 0.25);
}

.border-fuchsia-700\/30{
  border-color: rgb(162 28 175 / 0.3);
}

.border-fuchsia-700\/35{
  border-color: rgb(162 28 175 / 0.35);
}

.border-fuchsia-700\/40{
  border-color: rgb(162 28 175 / 0.4);
}

.border-fuchsia-700\/45{
  border-color: rgb(162 28 175 / 0.45);
}

.border-fuchsia-700\/5{
  border-color: rgb(162 28 175 / 0.05);
}

.border-fuchsia-700\/50{
  border-color: rgb(162 28 175 / 0.5);
}

.border-fuchsia-700\/55{
  border-color: rgb(162 28 175 / 0.55);
}

.border-fuchsia-700\/60{
  border-color: rgb(162 28 175 / 0.6);
}

.border-fuchsia-700\/65{
  border-color: rgb(162 28 175 / 0.65);
}

.border-fuchsia-700\/70{
  border-color: rgb(162 28 175 / 0.7);
}

.border-fuchsia-700\/75{
  border-color: rgb(162 28 175 / 0.75);
}

.border-fuchsia-700\/80{
  border-color: rgb(162 28 175 / 0.8);
}

.border-fuchsia-700\/85{
  border-color: rgb(162 28 175 / 0.85);
}

.border-fuchsia-700\/90{
  border-color: rgb(162 28 175 / 0.9);
}

.border-fuchsia-700\/95{
  border-color: rgb(162 28 175 / 0.95);
}

.border-fuchsia-800{
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-fuchsia-800\/0{
  border-color: rgb(134 25 143 / 0);
}

.border-fuchsia-800\/10{
  border-color: rgb(134 25 143 / 0.1);
}

.border-fuchsia-800\/100{
  border-color: rgb(134 25 143 / 1);
}

.border-fuchsia-800\/15{
  border-color: rgb(134 25 143 / 0.15);
}

.border-fuchsia-800\/20{
  border-color: rgb(134 25 143 / 0.2);
}

.border-fuchsia-800\/25{
  border-color: rgb(134 25 143 / 0.25);
}

.border-fuchsia-800\/30{
  border-color: rgb(134 25 143 / 0.3);
}

.border-fuchsia-800\/35{
  border-color: rgb(134 25 143 / 0.35);
}

.border-fuchsia-800\/40{
  border-color: rgb(134 25 143 / 0.4);
}

.border-fuchsia-800\/45{
  border-color: rgb(134 25 143 / 0.45);
}

.border-fuchsia-800\/5{
  border-color: rgb(134 25 143 / 0.05);
}

.border-fuchsia-800\/50{
  border-color: rgb(134 25 143 / 0.5);
}

.border-fuchsia-800\/55{
  border-color: rgb(134 25 143 / 0.55);
}

.border-fuchsia-800\/60{
  border-color: rgb(134 25 143 / 0.6);
}

.border-fuchsia-800\/65{
  border-color: rgb(134 25 143 / 0.65);
}

.border-fuchsia-800\/70{
  border-color: rgb(134 25 143 / 0.7);
}

.border-fuchsia-800\/75{
  border-color: rgb(134 25 143 / 0.75);
}

.border-fuchsia-800\/80{
  border-color: rgb(134 25 143 / 0.8);
}

.border-fuchsia-800\/85{
  border-color: rgb(134 25 143 / 0.85);
}

.border-fuchsia-800\/90{
  border-color: rgb(134 25 143 / 0.9);
}

.border-fuchsia-800\/95{
  border-color: rgb(134 25 143 / 0.95);
}

.border-fuchsia-900{
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-fuchsia-900\/0{
  border-color: rgb(112 26 117 / 0);
}

.border-fuchsia-900\/10{
  border-color: rgb(112 26 117 / 0.1);
}

.border-fuchsia-900\/100{
  border-color: rgb(112 26 117 / 1);
}

.border-fuchsia-900\/15{
  border-color: rgb(112 26 117 / 0.15);
}

.border-fuchsia-900\/20{
  border-color: rgb(112 26 117 / 0.2);
}

.border-fuchsia-900\/25{
  border-color: rgb(112 26 117 / 0.25);
}

.border-fuchsia-900\/30{
  border-color: rgb(112 26 117 / 0.3);
}

.border-fuchsia-900\/35{
  border-color: rgb(112 26 117 / 0.35);
}

.border-fuchsia-900\/40{
  border-color: rgb(112 26 117 / 0.4);
}

.border-fuchsia-900\/45{
  border-color: rgb(112 26 117 / 0.45);
}

.border-fuchsia-900\/5{
  border-color: rgb(112 26 117 / 0.05);
}

.border-fuchsia-900\/50{
  border-color: rgb(112 26 117 / 0.5);
}

.border-fuchsia-900\/55{
  border-color: rgb(112 26 117 / 0.55);
}

.border-fuchsia-900\/60{
  border-color: rgb(112 26 117 / 0.6);
}

.border-fuchsia-900\/65{
  border-color: rgb(112 26 117 / 0.65);
}

.border-fuchsia-900\/70{
  border-color: rgb(112 26 117 / 0.7);
}

.border-fuchsia-900\/75{
  border-color: rgb(112 26 117 / 0.75);
}

.border-fuchsia-900\/80{
  border-color: rgb(112 26 117 / 0.8);
}

.border-fuchsia-900\/85{
  border-color: rgb(112 26 117 / 0.85);
}

.border-fuchsia-900\/90{
  border-color: rgb(112 26 117 / 0.9);
}

.border-fuchsia-900\/95{
  border-color: rgb(112 26 117 / 0.95);
}

.border-fuchsia-950{
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-fuchsia-950\/0{
  border-color: rgb(74 4 78 / 0);
}

.border-fuchsia-950\/10{
  border-color: rgb(74 4 78 / 0.1);
}

.border-fuchsia-950\/100{
  border-color: rgb(74 4 78 / 1);
}

.border-fuchsia-950\/15{
  border-color: rgb(74 4 78 / 0.15);
}

.border-fuchsia-950\/20{
  border-color: rgb(74 4 78 / 0.2);
}

.border-fuchsia-950\/25{
  border-color: rgb(74 4 78 / 0.25);
}

.border-fuchsia-950\/30{
  border-color: rgb(74 4 78 / 0.3);
}

.border-fuchsia-950\/35{
  border-color: rgb(74 4 78 / 0.35);
}

.border-fuchsia-950\/40{
  border-color: rgb(74 4 78 / 0.4);
}

.border-fuchsia-950\/45{
  border-color: rgb(74 4 78 / 0.45);
}

.border-fuchsia-950\/5{
  border-color: rgb(74 4 78 / 0.05);
}

.border-fuchsia-950\/50{
  border-color: rgb(74 4 78 / 0.5);
}

.border-fuchsia-950\/55{
  border-color: rgb(74 4 78 / 0.55);
}

.border-fuchsia-950\/60{
  border-color: rgb(74 4 78 / 0.6);
}

.border-fuchsia-950\/65{
  border-color: rgb(74 4 78 / 0.65);
}

.border-fuchsia-950\/70{
  border-color: rgb(74 4 78 / 0.7);
}

.border-fuchsia-950\/75{
  border-color: rgb(74 4 78 / 0.75);
}

.border-fuchsia-950\/80{
  border-color: rgb(74 4 78 / 0.8);
}

.border-fuchsia-950\/85{
  border-color: rgb(74 4 78 / 0.85);
}

.border-fuchsia-950\/90{
  border-color: rgb(74 4 78 / 0.9);
}

.border-fuchsia-950\/95{
  border-color: rgb(74 4 78 / 0.95);
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-100\/0{
  border-color: rgb(243 244 246 / 0);
}

.border-gray-100\/10{
  border-color: rgb(243 244 246 / 0.1);
}

.border-gray-100\/100{
  border-color: rgb(243 244 246 / 1);
}

.border-gray-100\/15{
  border-color: rgb(243 244 246 / 0.15);
}

.border-gray-100\/20{
  border-color: rgb(243 244 246 / 0.2);
}

.border-gray-100\/25{
  border-color: rgb(243 244 246 / 0.25);
}

.border-gray-100\/30{
  border-color: rgb(243 244 246 / 0.3);
}

.border-gray-100\/35{
  border-color: rgb(243 244 246 / 0.35);
}

.border-gray-100\/40{
  border-color: rgb(243 244 246 / 0.4);
}

.border-gray-100\/45{
  border-color: rgb(243 244 246 / 0.45);
}

.border-gray-100\/5{
  border-color: rgb(243 244 246 / 0.05);
}

.border-gray-100\/50{
  border-color: rgb(243 244 246 / 0.5);
}

.border-gray-100\/55{
  border-color: rgb(243 244 246 / 0.55);
}

.border-gray-100\/60{
  border-color: rgb(243 244 246 / 0.6);
}

.border-gray-100\/65{
  border-color: rgb(243 244 246 / 0.65);
}

.border-gray-100\/70{
  border-color: rgb(243 244 246 / 0.7);
}

.border-gray-100\/75{
  border-color: rgb(243 244 246 / 0.75);
}

.border-gray-100\/80{
  border-color: rgb(243 244 246 / 0.8);
}

.border-gray-100\/85{
  border-color: rgb(243 244 246 / 0.85);
}

.border-gray-100\/90{
  border-color: rgb(243 244 246 / 0.9);
}

.border-gray-100\/95{
  border-color: rgb(243 244 246 / 0.95);
}

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

.border-gray-200\/0{
  border-color: rgb(229 231 235 / 0);
}

.border-gray-200\/10{
  border-color: rgb(229 231 235 / 0.1);
}

.border-gray-200\/100{
  border-color: rgb(229 231 235 / 1);
}

.border-gray-200\/15{
  border-color: rgb(229 231 235 / 0.15);
}

.border-gray-200\/20{
  border-color: rgb(229 231 235 / 0.2);
}

.border-gray-200\/25{
  border-color: rgb(229 231 235 / 0.25);
}

.border-gray-200\/30{
  border-color: rgb(229 231 235 / 0.3);
}

.border-gray-200\/35{
  border-color: rgb(229 231 235 / 0.35);
}

.border-gray-200\/40{
  border-color: rgb(229 231 235 / 0.4);
}

.border-gray-200\/45{
  border-color: rgb(229 231 235 / 0.45);
}

.border-gray-200\/5{
  border-color: rgb(229 231 235 / 0.05);
}

.border-gray-200\/50{
  border-color: rgb(229 231 235 / 0.5);
}

.border-gray-200\/55{
  border-color: rgb(229 231 235 / 0.55);
}

.border-gray-200\/60{
  border-color: rgb(229 231 235 / 0.6);
}

.border-gray-200\/65{
  border-color: rgb(229 231 235 / 0.65);
}

.border-gray-200\/70{
  border-color: rgb(229 231 235 / 0.7);
}

.border-gray-200\/75{
  border-color: rgb(229 231 235 / 0.75);
}

.border-gray-200\/80{
  border-color: rgb(229 231 235 / 0.8);
}

.border-gray-200\/85{
  border-color: rgb(229 231 235 / 0.85);
}

.border-gray-200\/90{
  border-color: rgb(229 231 235 / 0.9);
}

.border-gray-200\/95{
  border-color: rgb(229 231 235 / 0.95);
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-300\/0{
  border-color: rgb(209 213 219 / 0);
}

.border-gray-300\/10{
  border-color: rgb(209 213 219 / 0.1);
}

.border-gray-300\/100{
  border-color: rgb(209 213 219 / 1);
}

.border-gray-300\/15{
  border-color: rgb(209 213 219 / 0.15);
}

.border-gray-300\/20{
  border-color: rgb(209 213 219 / 0.2);
}

.border-gray-300\/25{
  border-color: rgb(209 213 219 / 0.25);
}

.border-gray-300\/30{
  border-color: rgb(209 213 219 / 0.3);
}

.border-gray-300\/35{
  border-color: rgb(209 213 219 / 0.35);
}

.border-gray-300\/40{
  border-color: rgb(209 213 219 / 0.4);
}

.border-gray-300\/45{
  border-color: rgb(209 213 219 / 0.45);
}

.border-gray-300\/5{
  border-color: rgb(209 213 219 / 0.05);
}

.border-gray-300\/50{
  border-color: rgb(209 213 219 / 0.5);
}

.border-gray-300\/55{
  border-color: rgb(209 213 219 / 0.55);
}

.border-gray-300\/60{
  border-color: rgb(209 213 219 / 0.6);
}

.border-gray-300\/65{
  border-color: rgb(209 213 219 / 0.65);
}

.border-gray-300\/70{
  border-color: rgb(209 213 219 / 0.7);
}

.border-gray-300\/75{
  border-color: rgb(209 213 219 / 0.75);
}

.border-gray-300\/80{
  border-color: rgb(209 213 219 / 0.8);
}

.border-gray-300\/85{
  border-color: rgb(209 213 219 / 0.85);
}

.border-gray-300\/90{
  border-color: rgb(209 213 219 / 0.9);
}

.border-gray-300\/95{
  border-color: rgb(209 213 219 / 0.95);
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-400\/0{
  border-color: rgb(156 163 175 / 0);
}

.border-gray-400\/10{
  border-color: rgb(156 163 175 / 0.1);
}

.border-gray-400\/100{
  border-color: rgb(156 163 175 / 1);
}

.border-gray-400\/15{
  border-color: rgb(156 163 175 / 0.15);
}

.border-gray-400\/20{
  border-color: rgb(156 163 175 / 0.2);
}

.border-gray-400\/25{
  border-color: rgb(156 163 175 / 0.25);
}

.border-gray-400\/30{
  border-color: rgb(156 163 175 / 0.3);
}

.border-gray-400\/35{
  border-color: rgb(156 163 175 / 0.35);
}

.border-gray-400\/40{
  border-color: rgb(156 163 175 / 0.4);
}

.border-gray-400\/45{
  border-color: rgb(156 163 175 / 0.45);
}

.border-gray-400\/5{
  border-color: rgb(156 163 175 / 0.05);
}

.border-gray-400\/50{
  border-color: rgb(156 163 175 / 0.5);
}

.border-gray-400\/55{
  border-color: rgb(156 163 175 / 0.55);
}

.border-gray-400\/60{
  border-color: rgb(156 163 175 / 0.6);
}

.border-gray-400\/65{
  border-color: rgb(156 163 175 / 0.65);
}

.border-gray-400\/70{
  border-color: rgb(156 163 175 / 0.7);
}

.border-gray-400\/75{
  border-color: rgb(156 163 175 / 0.75);
}

.border-gray-400\/80{
  border-color: rgb(156 163 175 / 0.8);
}

.border-gray-400\/85{
  border-color: rgb(156 163 175 / 0.85);
}

.border-gray-400\/90{
  border-color: rgb(156 163 175 / 0.9);
}

.border-gray-400\/95{
  border-color: rgb(156 163 175 / 0.95);
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-gray-50\/0{
  border-color: rgb(249 250 251 / 0);
}

.border-gray-50\/10{
  border-color: rgb(249 250 251 / 0.1);
}

.border-gray-50\/100{
  border-color: rgb(249 250 251 / 1);
}

.border-gray-50\/15{
  border-color: rgb(249 250 251 / 0.15);
}

.border-gray-50\/20{
  border-color: rgb(249 250 251 / 0.2);
}

.border-gray-50\/25{
  border-color: rgb(249 250 251 / 0.25);
}

.border-gray-50\/30{
  border-color: rgb(249 250 251 / 0.3);
}

.border-gray-50\/35{
  border-color: rgb(249 250 251 / 0.35);
}

.border-gray-50\/40{
  border-color: rgb(249 250 251 / 0.4);
}

.border-gray-50\/45{
  border-color: rgb(249 250 251 / 0.45);
}

.border-gray-50\/5{
  border-color: rgb(249 250 251 / 0.05);
}

.border-gray-50\/50{
  border-color: rgb(249 250 251 / 0.5);
}

.border-gray-50\/55{
  border-color: rgb(249 250 251 / 0.55);
}

.border-gray-50\/60{
  border-color: rgb(249 250 251 / 0.6);
}

.border-gray-50\/65{
  border-color: rgb(249 250 251 / 0.65);
}

.border-gray-50\/70{
  border-color: rgb(249 250 251 / 0.7);
}

.border-gray-50\/75{
  border-color: rgb(249 250 251 / 0.75);
}

.border-gray-50\/80{
  border-color: rgb(249 250 251 / 0.8);
}

.border-gray-50\/85{
  border-color: rgb(249 250 251 / 0.85);
}

.border-gray-50\/90{
  border-color: rgb(249 250 251 / 0.9);
}

.border-gray-50\/95{
  border-color: rgb(249 250 251 / 0.95);
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-gray-500\/0{
  border-color: rgb(107 114 128 / 0);
}

.border-gray-500\/10{
  border-color: rgb(107 114 128 / 0.1);
}

.border-gray-500\/100{
  border-color: rgb(107 114 128 / 1);
}

.border-gray-500\/15{
  border-color: rgb(107 114 128 / 0.15);
}

.border-gray-500\/20{
  border-color: rgb(107 114 128 / 0.2);
}

.border-gray-500\/25{
  border-color: rgb(107 114 128 / 0.25);
}

.border-gray-500\/30{
  border-color: rgb(107 114 128 / 0.3);
}

.border-gray-500\/35{
  border-color: rgb(107 114 128 / 0.35);
}

.border-gray-500\/40{
  border-color: rgb(107 114 128 / 0.4);
}

.border-gray-500\/45{
  border-color: rgb(107 114 128 / 0.45);
}

.border-gray-500\/5{
  border-color: rgb(107 114 128 / 0.05);
}

.border-gray-500\/50{
  border-color: rgb(107 114 128 / 0.5);
}

.border-gray-500\/55{
  border-color: rgb(107 114 128 / 0.55);
}

.border-gray-500\/60{
  border-color: rgb(107 114 128 / 0.6);
}

.border-gray-500\/65{
  border-color: rgb(107 114 128 / 0.65);
}

.border-gray-500\/70{
  border-color: rgb(107 114 128 / 0.7);
}

.border-gray-500\/75{
  border-color: rgb(107 114 128 / 0.75);
}

.border-gray-500\/80{
  border-color: rgb(107 114 128 / 0.8);
}

.border-gray-500\/85{
  border-color: rgb(107 114 128 / 0.85);
}

.border-gray-500\/90{
  border-color: rgb(107 114 128 / 0.9);
}

.border-gray-500\/95{
  border-color: rgb(107 114 128 / 0.95);
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-gray-600\/0{
  border-color: rgb(75 85 99 / 0);
}

.border-gray-600\/10{
  border-color: rgb(75 85 99 / 0.1);
}

.border-gray-600\/100{
  border-color: rgb(75 85 99 / 1);
}

.border-gray-600\/15{
  border-color: rgb(75 85 99 / 0.15);
}

.border-gray-600\/20{
  border-color: rgb(75 85 99 / 0.2);
}

.border-gray-600\/25{
  border-color: rgb(75 85 99 / 0.25);
}

.border-gray-600\/30{
  border-color: rgb(75 85 99 / 0.3);
}

.border-gray-600\/35{
  border-color: rgb(75 85 99 / 0.35);
}

.border-gray-600\/40{
  border-color: rgb(75 85 99 / 0.4);
}

.border-gray-600\/45{
  border-color: rgb(75 85 99 / 0.45);
}

.border-gray-600\/5{
  border-color: rgb(75 85 99 / 0.05);
}

.border-gray-600\/50{
  border-color: rgb(75 85 99 / 0.5);
}

.border-gray-600\/55{
  border-color: rgb(75 85 99 / 0.55);
}

.border-gray-600\/60{
  border-color: rgb(75 85 99 / 0.6);
}

.border-gray-600\/65{
  border-color: rgb(75 85 99 / 0.65);
}

.border-gray-600\/70{
  border-color: rgb(75 85 99 / 0.7);
}

.border-gray-600\/75{
  border-color: rgb(75 85 99 / 0.75);
}

.border-gray-600\/80{
  border-color: rgb(75 85 99 / 0.8);
}

.border-gray-600\/85{
  border-color: rgb(75 85 99 / 0.85);
}

.border-gray-600\/90{
  border-color: rgb(75 85 99 / 0.9);
}

.border-gray-600\/95{
  border-color: rgb(75 85 99 / 0.95);
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-gray-700\/0{
  border-color: rgb(55 65 81 / 0);
}

.border-gray-700\/10{
  border-color: rgb(55 65 81 / 0.1);
}

.border-gray-700\/100{
  border-color: rgb(55 65 81 / 1);
}

.border-gray-700\/15{
  border-color: rgb(55 65 81 / 0.15);
}

.border-gray-700\/20{
  border-color: rgb(55 65 81 / 0.2);
}

.border-gray-700\/25{
  border-color: rgb(55 65 81 / 0.25);
}

.border-gray-700\/30{
  border-color: rgb(55 65 81 / 0.3);
}

.border-gray-700\/35{
  border-color: rgb(55 65 81 / 0.35);
}

.border-gray-700\/40{
  border-color: rgb(55 65 81 / 0.4);
}

.border-gray-700\/45{
  border-color: rgb(55 65 81 / 0.45);
}

.border-gray-700\/5{
  border-color: rgb(55 65 81 / 0.05);
}

.border-gray-700\/50{
  border-color: rgb(55 65 81 / 0.5);
}

.border-gray-700\/55{
  border-color: rgb(55 65 81 / 0.55);
}

.border-gray-700\/60{
  border-color: rgb(55 65 81 / 0.6);
}

.border-gray-700\/65{
  border-color: rgb(55 65 81 / 0.65);
}

.border-gray-700\/70{
  border-color: rgb(55 65 81 / 0.7);
}

.border-gray-700\/75{
  border-color: rgb(55 65 81 / 0.75);
}

.border-gray-700\/80{
  border-color: rgb(55 65 81 / 0.8);
}

.border-gray-700\/85{
  border-color: rgb(55 65 81 / 0.85);
}

.border-gray-700\/90{
  border-color: rgb(55 65 81 / 0.9);
}

.border-gray-700\/95{
  border-color: rgb(55 65 81 / 0.95);
}

.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-gray-800\/0{
  border-color: rgb(31 41 55 / 0);
}

.border-gray-800\/10{
  border-color: rgb(31 41 55 / 0.1);
}

.border-gray-800\/100{
  border-color: rgb(31 41 55 / 1);
}

.border-gray-800\/15{
  border-color: rgb(31 41 55 / 0.15);
}

.border-gray-800\/20{
  border-color: rgb(31 41 55 / 0.2);
}

.border-gray-800\/25{
  border-color: rgb(31 41 55 / 0.25);
}

.border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3);
}

.border-gray-800\/35{
  border-color: rgb(31 41 55 / 0.35);
}

.border-gray-800\/40{
  border-color: rgb(31 41 55 / 0.4);
}

.border-gray-800\/45{
  border-color: rgb(31 41 55 / 0.45);
}

.border-gray-800\/5{
  border-color: rgb(31 41 55 / 0.05);
}

.border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5);
}

.border-gray-800\/55{
  border-color: rgb(31 41 55 / 0.55);
}

.border-gray-800\/60{
  border-color: rgb(31 41 55 / 0.6);
}

.border-gray-800\/65{
  border-color: rgb(31 41 55 / 0.65);
}

.border-gray-800\/70{
  border-color: rgb(31 41 55 / 0.7);
}

.border-gray-800\/75{
  border-color: rgb(31 41 55 / 0.75);
}

.border-gray-800\/80{
  border-color: rgb(31 41 55 / 0.8);
}

.border-gray-800\/85{
  border-color: rgb(31 41 55 / 0.85);
}

.border-gray-800\/90{
  border-color: rgb(31 41 55 / 0.9);
}

.border-gray-800\/95{
  border-color: rgb(31 41 55 / 0.95);
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-gray-900\/0{
  border-color: rgb(17 24 39 / 0);
}

.border-gray-900\/10{
  border-color: rgb(17 24 39 / 0.1);
}

.border-gray-900\/100{
  border-color: rgb(17 24 39 / 1);
}

.border-gray-900\/15{
  border-color: rgb(17 24 39 / 0.15);
}

.border-gray-900\/20{
  border-color: rgb(17 24 39 / 0.2);
}

.border-gray-900\/25{
  border-color: rgb(17 24 39 / 0.25);
}

.border-gray-900\/30{
  border-color: rgb(17 24 39 / 0.3);
}

.border-gray-900\/35{
  border-color: rgb(17 24 39 / 0.35);
}

.border-gray-900\/40{
  border-color: rgb(17 24 39 / 0.4);
}

.border-gray-900\/45{
  border-color: rgb(17 24 39 / 0.45);
}

.border-gray-900\/5{
  border-color: rgb(17 24 39 / 0.05);
}

.border-gray-900\/50{
  border-color: rgb(17 24 39 / 0.5);
}

.border-gray-900\/55{
  border-color: rgb(17 24 39 / 0.55);
}

.border-gray-900\/60{
  border-color: rgb(17 24 39 / 0.6);
}

.border-gray-900\/65{
  border-color: rgb(17 24 39 / 0.65);
}

.border-gray-900\/70{
  border-color: rgb(17 24 39 / 0.7);
}

.border-gray-900\/75{
  border-color: rgb(17 24 39 / 0.75);
}

.border-gray-900\/80{
  border-color: rgb(17 24 39 / 0.8);
}

.border-gray-900\/85{
  border-color: rgb(17 24 39 / 0.85);
}

.border-gray-900\/90{
  border-color: rgb(17 24 39 / 0.9);
}

.border-gray-900\/95{
  border-color: rgb(17 24 39 / 0.95);
}

.border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-gray-950\/0{
  border-color: rgb(3 7 18 / 0);
}

.border-gray-950\/10{
  border-color: rgb(3 7 18 / 0.1);
}

.border-gray-950\/100{
  border-color: rgb(3 7 18 / 1);
}

.border-gray-950\/15{
  border-color: rgb(3 7 18 / 0.15);
}

.border-gray-950\/20{
  border-color: rgb(3 7 18 / 0.2);
}

.border-gray-950\/25{
  border-color: rgb(3 7 18 / 0.25);
}

.border-gray-950\/30{
  border-color: rgb(3 7 18 / 0.3);
}

.border-gray-950\/35{
  border-color: rgb(3 7 18 / 0.35);
}

.border-gray-950\/40{
  border-color: rgb(3 7 18 / 0.4);
}

.border-gray-950\/45{
  border-color: rgb(3 7 18 / 0.45);
}

.border-gray-950\/5{
  border-color: rgb(3 7 18 / 0.05);
}

.border-gray-950\/50{
  border-color: rgb(3 7 18 / 0.5);
}

.border-gray-950\/55{
  border-color: rgb(3 7 18 / 0.55);
}

.border-gray-950\/60{
  border-color: rgb(3 7 18 / 0.6);
}

.border-gray-950\/65{
  border-color: rgb(3 7 18 / 0.65);
}

.border-gray-950\/70{
  border-color: rgb(3 7 18 / 0.7);
}

.border-gray-950\/75{
  border-color: rgb(3 7 18 / 0.75);
}

.border-gray-950\/80{
  border-color: rgb(3 7 18 / 0.8);
}

.border-gray-950\/85{
  border-color: rgb(3 7 18 / 0.85);
}

.border-gray-950\/90{
  border-color: rgb(3 7 18 / 0.9);
}

.border-gray-950\/95{
  border-color: rgb(3 7 18 / 0.95);
}

.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-green-100\/0{
  border-color: rgb(220 252 231 / 0);
}

.border-green-100\/10{
  border-color: rgb(220 252 231 / 0.1);
}

.border-green-100\/100{
  border-color: rgb(220 252 231 / 1);
}

.border-green-100\/15{
  border-color: rgb(220 252 231 / 0.15);
}

.border-green-100\/20{
  border-color: rgb(220 252 231 / 0.2);
}

.border-green-100\/25{
  border-color: rgb(220 252 231 / 0.25);
}

.border-green-100\/30{
  border-color: rgb(220 252 231 / 0.3);
}

.border-green-100\/35{
  border-color: rgb(220 252 231 / 0.35);
}

.border-green-100\/40{
  border-color: rgb(220 252 231 / 0.4);
}

.border-green-100\/45{
  border-color: rgb(220 252 231 / 0.45);
}

.border-green-100\/5{
  border-color: rgb(220 252 231 / 0.05);
}

.border-green-100\/50{
  border-color: rgb(220 252 231 / 0.5);
}

.border-green-100\/55{
  border-color: rgb(220 252 231 / 0.55);
}

.border-green-100\/60{
  border-color: rgb(220 252 231 / 0.6);
}

.border-green-100\/65{
  border-color: rgb(220 252 231 / 0.65);
}

.border-green-100\/70{
  border-color: rgb(220 252 231 / 0.7);
}

.border-green-100\/75{
  border-color: rgb(220 252 231 / 0.75);
}

.border-green-100\/80{
  border-color: rgb(220 252 231 / 0.8);
}

.border-green-100\/85{
  border-color: rgb(220 252 231 / 0.85);
}

.border-green-100\/90{
  border-color: rgb(220 252 231 / 0.9);
}

.border-green-100\/95{
  border-color: rgb(220 252 231 / 0.95);
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-green-200\/0{
  border-color: rgb(187 247 208 / 0);
}

.border-green-200\/10{
  border-color: rgb(187 247 208 / 0.1);
}

.border-green-200\/100{
  border-color: rgb(187 247 208 / 1);
}

.border-green-200\/15{
  border-color: rgb(187 247 208 / 0.15);
}

.border-green-200\/20{
  border-color: rgb(187 247 208 / 0.2);
}

.border-green-200\/25{
  border-color: rgb(187 247 208 / 0.25);
}

.border-green-200\/30{
  border-color: rgb(187 247 208 / 0.3);
}

.border-green-200\/35{
  border-color: rgb(187 247 208 / 0.35);
}

.border-green-200\/40{
  border-color: rgb(187 247 208 / 0.4);
}

.border-green-200\/45{
  border-color: rgb(187 247 208 / 0.45);
}

.border-green-200\/5{
  border-color: rgb(187 247 208 / 0.05);
}

.border-green-200\/50{
  border-color: rgb(187 247 208 / 0.5);
}

.border-green-200\/55{
  border-color: rgb(187 247 208 / 0.55);
}

.border-green-200\/60{
  border-color: rgb(187 247 208 / 0.6);
}

.border-green-200\/65{
  border-color: rgb(187 247 208 / 0.65);
}

.border-green-200\/70{
  border-color: rgb(187 247 208 / 0.7);
}

.border-green-200\/75{
  border-color: rgb(187 247 208 / 0.75);
}

.border-green-200\/80{
  border-color: rgb(187 247 208 / 0.8);
}

.border-green-200\/85{
  border-color: rgb(187 247 208 / 0.85);
}

.border-green-200\/90{
  border-color: rgb(187 247 208 / 0.9);
}

.border-green-200\/95{
  border-color: rgb(187 247 208 / 0.95);
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-green-300\/0{
  border-color: rgb(134 239 172 / 0);
}

.border-green-300\/10{
  border-color: rgb(134 239 172 / 0.1);
}

.border-green-300\/100{
  border-color: rgb(134 239 172 / 1);
}

.border-green-300\/15{
  border-color: rgb(134 239 172 / 0.15);
}

.border-green-300\/20{
  border-color: rgb(134 239 172 / 0.2);
}

.border-green-300\/25{
  border-color: rgb(134 239 172 / 0.25);
}

.border-green-300\/30{
  border-color: rgb(134 239 172 / 0.3);
}

.border-green-300\/35{
  border-color: rgb(134 239 172 / 0.35);
}

.border-green-300\/40{
  border-color: rgb(134 239 172 / 0.4);
}

.border-green-300\/45{
  border-color: rgb(134 239 172 / 0.45);
}

.border-green-300\/5{
  border-color: rgb(134 239 172 / 0.05);
}

.border-green-300\/50{
  border-color: rgb(134 239 172 / 0.5);
}

.border-green-300\/55{
  border-color: rgb(134 239 172 / 0.55);
}

.border-green-300\/60{
  border-color: rgb(134 239 172 / 0.6);
}

.border-green-300\/65{
  border-color: rgb(134 239 172 / 0.65);
}

.border-green-300\/70{
  border-color: rgb(134 239 172 / 0.7);
}

.border-green-300\/75{
  border-color: rgb(134 239 172 / 0.75);
}

.border-green-300\/80{
  border-color: rgb(134 239 172 / 0.8);
}

.border-green-300\/85{
  border-color: rgb(134 239 172 / 0.85);
}

.border-green-300\/90{
  border-color: rgb(134 239 172 / 0.9);
}

.border-green-300\/95{
  border-color: rgb(134 239 172 / 0.95);
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-green-400\/0{
  border-color: rgb(74 222 128 / 0);
}

.border-green-400\/10{
  border-color: rgb(74 222 128 / 0.1);
}

.border-green-400\/100{
  border-color: rgb(74 222 128 / 1);
}

.border-green-400\/15{
  border-color: rgb(74 222 128 / 0.15);
}

.border-green-400\/20{
  border-color: rgb(74 222 128 / 0.2);
}

.border-green-400\/25{
  border-color: rgb(74 222 128 / 0.25);
}

.border-green-400\/30{
  border-color: rgb(74 222 128 / 0.3);
}

.border-green-400\/35{
  border-color: rgb(74 222 128 / 0.35);
}

.border-green-400\/40{
  border-color: rgb(74 222 128 / 0.4);
}

.border-green-400\/45{
  border-color: rgb(74 222 128 / 0.45);
}

.border-green-400\/5{
  border-color: rgb(74 222 128 / 0.05);
}

.border-green-400\/50{
  border-color: rgb(74 222 128 / 0.5);
}

.border-green-400\/55{
  border-color: rgb(74 222 128 / 0.55);
}

.border-green-400\/60{
  border-color: rgb(74 222 128 / 0.6);
}

.border-green-400\/65{
  border-color: rgb(74 222 128 / 0.65);
}

.border-green-400\/70{
  border-color: rgb(74 222 128 / 0.7);
}

.border-green-400\/75{
  border-color: rgb(74 222 128 / 0.75);
}

.border-green-400\/80{
  border-color: rgb(74 222 128 / 0.8);
}

.border-green-400\/85{
  border-color: rgb(74 222 128 / 0.85);
}

.border-green-400\/90{
  border-color: rgb(74 222 128 / 0.9);
}

.border-green-400\/95{
  border-color: rgb(74 222 128 / 0.95);
}

.border-green-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-green-50\/0{
  border-color: rgb(240 253 244 / 0);
}

.border-green-50\/10{
  border-color: rgb(240 253 244 / 0.1);
}

.border-green-50\/100{
  border-color: rgb(240 253 244 / 1);
}

.border-green-50\/15{
  border-color: rgb(240 253 244 / 0.15);
}

.border-green-50\/20{
  border-color: rgb(240 253 244 / 0.2);
}

.border-green-50\/25{
  border-color: rgb(240 253 244 / 0.25);
}

.border-green-50\/30{
  border-color: rgb(240 253 244 / 0.3);
}

.border-green-50\/35{
  border-color: rgb(240 253 244 / 0.35);
}

.border-green-50\/40{
  border-color: rgb(240 253 244 / 0.4);
}

.border-green-50\/45{
  border-color: rgb(240 253 244 / 0.45);
}

.border-green-50\/5{
  border-color: rgb(240 253 244 / 0.05);
}

.border-green-50\/50{
  border-color: rgb(240 253 244 / 0.5);
}

.border-green-50\/55{
  border-color: rgb(240 253 244 / 0.55);
}

.border-green-50\/60{
  border-color: rgb(240 253 244 / 0.6);
}

.border-green-50\/65{
  border-color: rgb(240 253 244 / 0.65);
}

.border-green-50\/70{
  border-color: rgb(240 253 244 / 0.7);
}

.border-green-50\/75{
  border-color: rgb(240 253 244 / 0.75);
}

.border-green-50\/80{
  border-color: rgb(240 253 244 / 0.8);
}

.border-green-50\/85{
  border-color: rgb(240 253 244 / 0.85);
}

.border-green-50\/90{
  border-color: rgb(240 253 244 / 0.9);
}

.border-green-50\/95{
  border-color: rgb(240 253 244 / 0.95);
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-green-500\/0{
  border-color: rgb(34 197 94 / 0);
}

.border-green-500\/10{
  border-color: rgb(34 197 94 / 0.1);
}

.border-green-500\/100{
  border-color: rgb(34 197 94 / 1);
}

.border-green-500\/15{
  border-color: rgb(34 197 94 / 0.15);
}

.border-green-500\/20{
  border-color: rgb(34 197 94 / 0.2);
}

.border-green-500\/25{
  border-color: rgb(34 197 94 / 0.25);
}

.border-green-500\/30{
  border-color: rgb(34 197 94 / 0.3);
}

.border-green-500\/35{
  border-color: rgb(34 197 94 / 0.35);
}

.border-green-500\/40{
  border-color: rgb(34 197 94 / 0.4);
}

.border-green-500\/45{
  border-color: rgb(34 197 94 / 0.45);
}

.border-green-500\/5{
  border-color: rgb(34 197 94 / 0.05);
}

.border-green-500\/50{
  border-color: rgb(34 197 94 / 0.5);
}

.border-green-500\/55{
  border-color: rgb(34 197 94 / 0.55);
}

.border-green-500\/60{
  border-color: rgb(34 197 94 / 0.6);
}

.border-green-500\/65{
  border-color: rgb(34 197 94 / 0.65);
}

.border-green-500\/70{
  border-color: rgb(34 197 94 / 0.7);
}

.border-green-500\/75{
  border-color: rgb(34 197 94 / 0.75);
}

.border-green-500\/80{
  border-color: rgb(34 197 94 / 0.8);
}

.border-green-500\/85{
  border-color: rgb(34 197 94 / 0.85);
}

.border-green-500\/90{
  border-color: rgb(34 197 94 / 0.9);
}

.border-green-500\/95{
  border-color: rgb(34 197 94 / 0.95);
}

.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-green-600\/0{
  border-color: rgb(22 163 74 / 0);
}

.border-green-600\/10{
  border-color: rgb(22 163 74 / 0.1);
}

.border-green-600\/100{
  border-color: rgb(22 163 74 / 1);
}

.border-green-600\/15{
  border-color: rgb(22 163 74 / 0.15);
}

.border-green-600\/20{
  border-color: rgb(22 163 74 / 0.2);
}

.border-green-600\/25{
  border-color: rgb(22 163 74 / 0.25);
}

.border-green-600\/30{
  border-color: rgb(22 163 74 / 0.3);
}

.border-green-600\/35{
  border-color: rgb(22 163 74 / 0.35);
}

.border-green-600\/40{
  border-color: rgb(22 163 74 / 0.4);
}

.border-green-600\/45{
  border-color: rgb(22 163 74 / 0.45);
}

.border-green-600\/5{
  border-color: rgb(22 163 74 / 0.05);
}

.border-green-600\/50{
  border-color: rgb(22 163 74 / 0.5);
}

.border-green-600\/55{
  border-color: rgb(22 163 74 / 0.55);
}

.border-green-600\/60{
  border-color: rgb(22 163 74 / 0.6);
}

.border-green-600\/65{
  border-color: rgb(22 163 74 / 0.65);
}

.border-green-600\/70{
  border-color: rgb(22 163 74 / 0.7);
}

.border-green-600\/75{
  border-color: rgb(22 163 74 / 0.75);
}

.border-green-600\/80{
  border-color: rgb(22 163 74 / 0.8);
}

.border-green-600\/85{
  border-color: rgb(22 163 74 / 0.85);
}

.border-green-600\/90{
  border-color: rgb(22 163 74 / 0.9);
}

.border-green-600\/95{
  border-color: rgb(22 163 74 / 0.95);
}

.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-green-700\/0{
  border-color: rgb(21 128 61 / 0);
}

.border-green-700\/10{
  border-color: rgb(21 128 61 / 0.1);
}

.border-green-700\/100{
  border-color: rgb(21 128 61 / 1);
}

.border-green-700\/15{
  border-color: rgb(21 128 61 / 0.15);
}

.border-green-700\/20{
  border-color: rgb(21 128 61 / 0.2);
}

.border-green-700\/25{
  border-color: rgb(21 128 61 / 0.25);
}

.border-green-700\/30{
  border-color: rgb(21 128 61 / 0.3);
}

.border-green-700\/35{
  border-color: rgb(21 128 61 / 0.35);
}

.border-green-700\/40{
  border-color: rgb(21 128 61 / 0.4);
}

.border-green-700\/45{
  border-color: rgb(21 128 61 / 0.45);
}

.border-green-700\/5{
  border-color: rgb(21 128 61 / 0.05);
}

.border-green-700\/50{
  border-color: rgb(21 128 61 / 0.5);
}

.border-green-700\/55{
  border-color: rgb(21 128 61 / 0.55);
}

.border-green-700\/60{
  border-color: rgb(21 128 61 / 0.6);
}

.border-green-700\/65{
  border-color: rgb(21 128 61 / 0.65);
}

.border-green-700\/70{
  border-color: rgb(21 128 61 / 0.7);
}

.border-green-700\/75{
  border-color: rgb(21 128 61 / 0.75);
}

.border-green-700\/80{
  border-color: rgb(21 128 61 / 0.8);
}

.border-green-700\/85{
  border-color: rgb(21 128 61 / 0.85);
}

.border-green-700\/90{
  border-color: rgb(21 128 61 / 0.9);
}

.border-green-700\/95{
  border-color: rgb(21 128 61 / 0.95);
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-green-800\/0{
  border-color: rgb(22 101 52 / 0);
}

.border-green-800\/10{
  border-color: rgb(22 101 52 / 0.1);
}

.border-green-800\/100{
  border-color: rgb(22 101 52 / 1);
}

.border-green-800\/15{
  border-color: rgb(22 101 52 / 0.15);
}

.border-green-800\/20{
  border-color: rgb(22 101 52 / 0.2);
}

.border-green-800\/25{
  border-color: rgb(22 101 52 / 0.25);
}

.border-green-800\/30{
  border-color: rgb(22 101 52 / 0.3);
}

.border-green-800\/35{
  border-color: rgb(22 101 52 / 0.35);
}

.border-green-800\/40{
  border-color: rgb(22 101 52 / 0.4);
}

.border-green-800\/45{
  border-color: rgb(22 101 52 / 0.45);
}

.border-green-800\/5{
  border-color: rgb(22 101 52 / 0.05);
}

.border-green-800\/50{
  border-color: rgb(22 101 52 / 0.5);
}

.border-green-800\/55{
  border-color: rgb(22 101 52 / 0.55);
}

.border-green-800\/60{
  border-color: rgb(22 101 52 / 0.6);
}

.border-green-800\/65{
  border-color: rgb(22 101 52 / 0.65);
}

.border-green-800\/70{
  border-color: rgb(22 101 52 / 0.7);
}

.border-green-800\/75{
  border-color: rgb(22 101 52 / 0.75);
}

.border-green-800\/80{
  border-color: rgb(22 101 52 / 0.8);
}

.border-green-800\/85{
  border-color: rgb(22 101 52 / 0.85);
}

.border-green-800\/90{
  border-color: rgb(22 101 52 / 0.9);
}

.border-green-800\/95{
  border-color: rgb(22 101 52 / 0.95);
}

.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-green-900\/0{
  border-color: rgb(20 83 45 / 0);
}

.border-green-900\/10{
  border-color: rgb(20 83 45 / 0.1);
}

.border-green-900\/100{
  border-color: rgb(20 83 45 / 1);
}

.border-green-900\/15{
  border-color: rgb(20 83 45 / 0.15);
}

.border-green-900\/20{
  border-color: rgb(20 83 45 / 0.2);
}

.border-green-900\/25{
  border-color: rgb(20 83 45 / 0.25);
}

.border-green-900\/30{
  border-color: rgb(20 83 45 / 0.3);
}

.border-green-900\/35{
  border-color: rgb(20 83 45 / 0.35);
}

.border-green-900\/40{
  border-color: rgb(20 83 45 / 0.4);
}

.border-green-900\/45{
  border-color: rgb(20 83 45 / 0.45);
}

.border-green-900\/5{
  border-color: rgb(20 83 45 / 0.05);
}

.border-green-900\/50{
  border-color: rgb(20 83 45 / 0.5);
}

.border-green-900\/55{
  border-color: rgb(20 83 45 / 0.55);
}

.border-green-900\/60{
  border-color: rgb(20 83 45 / 0.6);
}

.border-green-900\/65{
  border-color: rgb(20 83 45 / 0.65);
}

.border-green-900\/70{
  border-color: rgb(20 83 45 / 0.7);
}

.border-green-900\/75{
  border-color: rgb(20 83 45 / 0.75);
}

.border-green-900\/80{
  border-color: rgb(20 83 45 / 0.8);
}

.border-green-900\/85{
  border-color: rgb(20 83 45 / 0.85);
}

.border-green-900\/90{
  border-color: rgb(20 83 45 / 0.9);
}

.border-green-900\/95{
  border-color: rgb(20 83 45 / 0.95);
}

.border-green-950{
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-green-950\/0{
  border-color: rgb(5 46 22 / 0);
}

.border-green-950\/10{
  border-color: rgb(5 46 22 / 0.1);
}

.border-green-950\/100{
  border-color: rgb(5 46 22 / 1);
}

.border-green-950\/15{
  border-color: rgb(5 46 22 / 0.15);
}

.border-green-950\/20{
  border-color: rgb(5 46 22 / 0.2);
}

.border-green-950\/25{
  border-color: rgb(5 46 22 / 0.25);
}

.border-green-950\/30{
  border-color: rgb(5 46 22 / 0.3);
}

.border-green-950\/35{
  border-color: rgb(5 46 22 / 0.35);
}

.border-green-950\/40{
  border-color: rgb(5 46 22 / 0.4);
}

.border-green-950\/45{
  border-color: rgb(5 46 22 / 0.45);
}

.border-green-950\/5{
  border-color: rgb(5 46 22 / 0.05);
}

.border-green-950\/50{
  border-color: rgb(5 46 22 / 0.5);
}

.border-green-950\/55{
  border-color: rgb(5 46 22 / 0.55);
}

.border-green-950\/60{
  border-color: rgb(5 46 22 / 0.6);
}

.border-green-950\/65{
  border-color: rgb(5 46 22 / 0.65);
}

.border-green-950\/70{
  border-color: rgb(5 46 22 / 0.7);
}

.border-green-950\/75{
  border-color: rgb(5 46 22 / 0.75);
}

.border-green-950\/80{
  border-color: rgb(5 46 22 / 0.8);
}

.border-green-950\/85{
  border-color: rgb(5 46 22 / 0.85);
}

.border-green-950\/90{
  border-color: rgb(5 46 22 / 0.9);
}

.border-green-950\/95{
  border-color: rgb(5 46 22 / 0.95);
}

.border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-indigo-100\/0{
  border-color: rgb(224 231 255 / 0);
}

.border-indigo-100\/10{
  border-color: rgb(224 231 255 / 0.1);
}

.border-indigo-100\/100{
  border-color: rgb(224 231 255 / 1);
}

.border-indigo-100\/15{
  border-color: rgb(224 231 255 / 0.15);
}

.border-indigo-100\/20{
  border-color: rgb(224 231 255 / 0.2);
}

.border-indigo-100\/25{
  border-color: rgb(224 231 255 / 0.25);
}

.border-indigo-100\/30{
  border-color: rgb(224 231 255 / 0.3);
}

.border-indigo-100\/35{
  border-color: rgb(224 231 255 / 0.35);
}

.border-indigo-100\/40{
  border-color: rgb(224 231 255 / 0.4);
}

.border-indigo-100\/45{
  border-color: rgb(224 231 255 / 0.45);
}

.border-indigo-100\/5{
  border-color: rgb(224 231 255 / 0.05);
}

.border-indigo-100\/50{
  border-color: rgb(224 231 255 / 0.5);
}

.border-indigo-100\/55{
  border-color: rgb(224 231 255 / 0.55);
}

.border-indigo-100\/60{
  border-color: rgb(224 231 255 / 0.6);
}

.border-indigo-100\/65{
  border-color: rgb(224 231 255 / 0.65);
}

.border-indigo-100\/70{
  border-color: rgb(224 231 255 / 0.7);
}

.border-indigo-100\/75{
  border-color: rgb(224 231 255 / 0.75);
}

.border-indigo-100\/80{
  border-color: rgb(224 231 255 / 0.8);
}

.border-indigo-100\/85{
  border-color: rgb(224 231 255 / 0.85);
}

.border-indigo-100\/90{
  border-color: rgb(224 231 255 / 0.9);
}

.border-indigo-100\/95{
  border-color: rgb(224 231 255 / 0.95);
}

.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-indigo-200\/0{
  border-color: rgb(199 210 254 / 0);
}

.border-indigo-200\/10{
  border-color: rgb(199 210 254 / 0.1);
}

.border-indigo-200\/100{
  border-color: rgb(199 210 254 / 1);
}

.border-indigo-200\/15{
  border-color: rgb(199 210 254 / 0.15);
}

.border-indigo-200\/20{
  border-color: rgb(199 210 254 / 0.2);
}

.border-indigo-200\/25{
  border-color: rgb(199 210 254 / 0.25);
}

.border-indigo-200\/30{
  border-color: rgb(199 210 254 / 0.3);
}

.border-indigo-200\/35{
  border-color: rgb(199 210 254 / 0.35);
}

.border-indigo-200\/40{
  border-color: rgb(199 210 254 / 0.4);
}

.border-indigo-200\/45{
  border-color: rgb(199 210 254 / 0.45);
}

.border-indigo-200\/5{
  border-color: rgb(199 210 254 / 0.05);
}

.border-indigo-200\/50{
  border-color: rgb(199 210 254 / 0.5);
}

.border-indigo-200\/55{
  border-color: rgb(199 210 254 / 0.55);
}

.border-indigo-200\/60{
  border-color: rgb(199 210 254 / 0.6);
}

.border-indigo-200\/65{
  border-color: rgb(199 210 254 / 0.65);
}

.border-indigo-200\/70{
  border-color: rgb(199 210 254 / 0.7);
}

.border-indigo-200\/75{
  border-color: rgb(199 210 254 / 0.75);
}

.border-indigo-200\/80{
  border-color: rgb(199 210 254 / 0.8);
}

.border-indigo-200\/85{
  border-color: rgb(199 210 254 / 0.85);
}

.border-indigo-200\/90{
  border-color: rgb(199 210 254 / 0.9);
}

.border-indigo-200\/95{
  border-color: rgb(199 210 254 / 0.95);
}

.border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-indigo-300\/0{
  border-color: rgb(165 180 252 / 0);
}

.border-indigo-300\/10{
  border-color: rgb(165 180 252 / 0.1);
}

.border-indigo-300\/100{
  border-color: rgb(165 180 252 / 1);
}

.border-indigo-300\/15{
  border-color: rgb(165 180 252 / 0.15);
}

.border-indigo-300\/20{
  border-color: rgb(165 180 252 / 0.2);
}

.border-indigo-300\/25{
  border-color: rgb(165 180 252 / 0.25);
}

.border-indigo-300\/30{
  border-color: rgb(165 180 252 / 0.3);
}

.border-indigo-300\/35{
  border-color: rgb(165 180 252 / 0.35);
}

.border-indigo-300\/40{
  border-color: rgb(165 180 252 / 0.4);
}

.border-indigo-300\/45{
  border-color: rgb(165 180 252 / 0.45);
}

.border-indigo-300\/5{
  border-color: rgb(165 180 252 / 0.05);
}

.border-indigo-300\/50{
  border-color: rgb(165 180 252 / 0.5);
}

.border-indigo-300\/55{
  border-color: rgb(165 180 252 / 0.55);
}

.border-indigo-300\/60{
  border-color: rgb(165 180 252 / 0.6);
}

.border-indigo-300\/65{
  border-color: rgb(165 180 252 / 0.65);
}

.border-indigo-300\/70{
  border-color: rgb(165 180 252 / 0.7);
}

.border-indigo-300\/75{
  border-color: rgb(165 180 252 / 0.75);
}

.border-indigo-300\/80{
  border-color: rgb(165 180 252 / 0.8);
}

.border-indigo-300\/85{
  border-color: rgb(165 180 252 / 0.85);
}

.border-indigo-300\/90{
  border-color: rgb(165 180 252 / 0.9);
}

.border-indigo-300\/95{
  border-color: rgb(165 180 252 / 0.95);
}

.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-indigo-400\/0{
  border-color: rgb(129 140 248 / 0);
}

.border-indigo-400\/10{
  border-color: rgb(129 140 248 / 0.1);
}

.border-indigo-400\/100{
  border-color: rgb(129 140 248 / 1);
}

.border-indigo-400\/15{
  border-color: rgb(129 140 248 / 0.15);
}

.border-indigo-400\/20{
  border-color: rgb(129 140 248 / 0.2);
}

.border-indigo-400\/25{
  border-color: rgb(129 140 248 / 0.25);
}

.border-indigo-400\/30{
  border-color: rgb(129 140 248 / 0.3);
}

.border-indigo-400\/35{
  border-color: rgb(129 140 248 / 0.35);
}

.border-indigo-400\/40{
  border-color: rgb(129 140 248 / 0.4);
}

.border-indigo-400\/45{
  border-color: rgb(129 140 248 / 0.45);
}

.border-indigo-400\/5{
  border-color: rgb(129 140 248 / 0.05);
}

.border-indigo-400\/50{
  border-color: rgb(129 140 248 / 0.5);
}

.border-indigo-400\/55{
  border-color: rgb(129 140 248 / 0.55);
}

.border-indigo-400\/60{
  border-color: rgb(129 140 248 / 0.6);
}

.border-indigo-400\/65{
  border-color: rgb(129 140 248 / 0.65);
}

.border-indigo-400\/70{
  border-color: rgb(129 140 248 / 0.7);
}

.border-indigo-400\/75{
  border-color: rgb(129 140 248 / 0.75);
}

.border-indigo-400\/80{
  border-color: rgb(129 140 248 / 0.8);
}

.border-indigo-400\/85{
  border-color: rgb(129 140 248 / 0.85);
}

.border-indigo-400\/90{
  border-color: rgb(129 140 248 / 0.9);
}

.border-indigo-400\/95{
  border-color: rgb(129 140 248 / 0.95);
}

.border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-indigo-50\/0{
  border-color: rgb(238 242 255 / 0);
}

.border-indigo-50\/10{
  border-color: rgb(238 242 255 / 0.1);
}

.border-indigo-50\/100{
  border-color: rgb(238 242 255 / 1);
}

.border-indigo-50\/15{
  border-color: rgb(238 242 255 / 0.15);
}

.border-indigo-50\/20{
  border-color: rgb(238 242 255 / 0.2);
}

.border-indigo-50\/25{
  border-color: rgb(238 242 255 / 0.25);
}

.border-indigo-50\/30{
  border-color: rgb(238 242 255 / 0.3);
}

.border-indigo-50\/35{
  border-color: rgb(238 242 255 / 0.35);
}

.border-indigo-50\/40{
  border-color: rgb(238 242 255 / 0.4);
}

.border-indigo-50\/45{
  border-color: rgb(238 242 255 / 0.45);
}

.border-indigo-50\/5{
  border-color: rgb(238 242 255 / 0.05);
}

.border-indigo-50\/50{
  border-color: rgb(238 242 255 / 0.5);
}

.border-indigo-50\/55{
  border-color: rgb(238 242 255 / 0.55);
}

.border-indigo-50\/60{
  border-color: rgb(238 242 255 / 0.6);
}

.border-indigo-50\/65{
  border-color: rgb(238 242 255 / 0.65);
}

.border-indigo-50\/70{
  border-color: rgb(238 242 255 / 0.7);
}

.border-indigo-50\/75{
  border-color: rgb(238 242 255 / 0.75);
}

.border-indigo-50\/80{
  border-color: rgb(238 242 255 / 0.8);
}

.border-indigo-50\/85{
  border-color: rgb(238 242 255 / 0.85);
}

.border-indigo-50\/90{
  border-color: rgb(238 242 255 / 0.9);
}

.border-indigo-50\/95{
  border-color: rgb(238 242 255 / 0.95);
}

.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-indigo-500\/0{
  border-color: rgb(99 102 241 / 0);
}

.border-indigo-500\/10{
  border-color: rgb(99 102 241 / 0.1);
}

.border-indigo-500\/100{
  border-color: rgb(99 102 241 / 1);
}

.border-indigo-500\/15{
  border-color: rgb(99 102 241 / 0.15);
}

.border-indigo-500\/20{
  border-color: rgb(99 102 241 / 0.2);
}

.border-indigo-500\/25{
  border-color: rgb(99 102 241 / 0.25);
}

.border-indigo-500\/30{
  border-color: rgb(99 102 241 / 0.3);
}

.border-indigo-500\/35{
  border-color: rgb(99 102 241 / 0.35);
}

.border-indigo-500\/40{
  border-color: rgb(99 102 241 / 0.4);
}

.border-indigo-500\/45{
  border-color: rgb(99 102 241 / 0.45);
}

.border-indigo-500\/5{
  border-color: rgb(99 102 241 / 0.05);
}

.border-indigo-500\/50{
  border-color: rgb(99 102 241 / 0.5);
}

.border-indigo-500\/55{
  border-color: rgb(99 102 241 / 0.55);
}

.border-indigo-500\/60{
  border-color: rgb(99 102 241 / 0.6);
}

.border-indigo-500\/65{
  border-color: rgb(99 102 241 / 0.65);
}

.border-indigo-500\/70{
  border-color: rgb(99 102 241 / 0.7);
}

.border-indigo-500\/75{
  border-color: rgb(99 102 241 / 0.75);
}

.border-indigo-500\/80{
  border-color: rgb(99 102 241 / 0.8);
}

.border-indigo-500\/85{
  border-color: rgb(99 102 241 / 0.85);
}

.border-indigo-500\/90{
  border-color: rgb(99 102 241 / 0.9);
}

.border-indigo-500\/95{
  border-color: rgb(99 102 241 / 0.95);
}

.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-indigo-600\/0{
  border-color: rgb(79 70 229 / 0);
}

.border-indigo-600\/10{
  border-color: rgb(79 70 229 / 0.1);
}

.border-indigo-600\/100{
  border-color: rgb(79 70 229 / 1);
}

.border-indigo-600\/15{
  border-color: rgb(79 70 229 / 0.15);
}

.border-indigo-600\/20{
  border-color: rgb(79 70 229 / 0.2);
}

.border-indigo-600\/25{
  border-color: rgb(79 70 229 / 0.25);
}

.border-indigo-600\/30{
  border-color: rgb(79 70 229 / 0.3);
}

.border-indigo-600\/35{
  border-color: rgb(79 70 229 / 0.35);
}

.border-indigo-600\/40{
  border-color: rgb(79 70 229 / 0.4);
}

.border-indigo-600\/45{
  border-color: rgb(79 70 229 / 0.45);
}

.border-indigo-600\/5{
  border-color: rgb(79 70 229 / 0.05);
}

.border-indigo-600\/50{
  border-color: rgb(79 70 229 / 0.5);
}

.border-indigo-600\/55{
  border-color: rgb(79 70 229 / 0.55);
}

.border-indigo-600\/60{
  border-color: rgb(79 70 229 / 0.6);
}

.border-indigo-600\/65{
  border-color: rgb(79 70 229 / 0.65);
}

.border-indigo-600\/70{
  border-color: rgb(79 70 229 / 0.7);
}

.border-indigo-600\/75{
  border-color: rgb(79 70 229 / 0.75);
}

.border-indigo-600\/80{
  border-color: rgb(79 70 229 / 0.8);
}

.border-indigo-600\/85{
  border-color: rgb(79 70 229 / 0.85);
}

.border-indigo-600\/90{
  border-color: rgb(79 70 229 / 0.9);
}

.border-indigo-600\/95{
  border-color: rgb(79 70 229 / 0.95);
}

.border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-indigo-700\/0{
  border-color: rgb(67 56 202 / 0);
}

.border-indigo-700\/10{
  border-color: rgb(67 56 202 / 0.1);
}

.border-indigo-700\/100{
  border-color: rgb(67 56 202 / 1);
}

.border-indigo-700\/15{
  border-color: rgb(67 56 202 / 0.15);
}

.border-indigo-700\/20{
  border-color: rgb(67 56 202 / 0.2);
}

.border-indigo-700\/25{
  border-color: rgb(67 56 202 / 0.25);
}

.border-indigo-700\/30{
  border-color: rgb(67 56 202 / 0.3);
}

.border-indigo-700\/35{
  border-color: rgb(67 56 202 / 0.35);
}

.border-indigo-700\/40{
  border-color: rgb(67 56 202 / 0.4);
}

.border-indigo-700\/45{
  border-color: rgb(67 56 202 / 0.45);
}

.border-indigo-700\/5{
  border-color: rgb(67 56 202 / 0.05);
}

.border-indigo-700\/50{
  border-color: rgb(67 56 202 / 0.5);
}

.border-indigo-700\/55{
  border-color: rgb(67 56 202 / 0.55);
}

.border-indigo-700\/60{
  border-color: rgb(67 56 202 / 0.6);
}

.border-indigo-700\/65{
  border-color: rgb(67 56 202 / 0.65);
}

.border-indigo-700\/70{
  border-color: rgb(67 56 202 / 0.7);
}

.border-indigo-700\/75{
  border-color: rgb(67 56 202 / 0.75);
}

.border-indigo-700\/80{
  border-color: rgb(67 56 202 / 0.8);
}

.border-indigo-700\/85{
  border-color: rgb(67 56 202 / 0.85);
}

.border-indigo-700\/90{
  border-color: rgb(67 56 202 / 0.9);
}

.border-indigo-700\/95{
  border-color: rgb(67 56 202 / 0.95);
}

.border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-indigo-800\/0{
  border-color: rgb(55 48 163 / 0);
}

.border-indigo-800\/10{
  border-color: rgb(55 48 163 / 0.1);
}

.border-indigo-800\/100{
  border-color: rgb(55 48 163 / 1);
}

.border-indigo-800\/15{
  border-color: rgb(55 48 163 / 0.15);
}

.border-indigo-800\/20{
  border-color: rgb(55 48 163 / 0.2);
}

.border-indigo-800\/25{
  border-color: rgb(55 48 163 / 0.25);
}

.border-indigo-800\/30{
  border-color: rgb(55 48 163 / 0.3);
}

.border-indigo-800\/35{
  border-color: rgb(55 48 163 / 0.35);
}

.border-indigo-800\/40{
  border-color: rgb(55 48 163 / 0.4);
}

.border-indigo-800\/45{
  border-color: rgb(55 48 163 / 0.45);
}

.border-indigo-800\/5{
  border-color: rgb(55 48 163 / 0.05);
}

.border-indigo-800\/50{
  border-color: rgb(55 48 163 / 0.5);
}

.border-indigo-800\/55{
  border-color: rgb(55 48 163 / 0.55);
}

.border-indigo-800\/60{
  border-color: rgb(55 48 163 / 0.6);
}

.border-indigo-800\/65{
  border-color: rgb(55 48 163 / 0.65);
}

.border-indigo-800\/70{
  border-color: rgb(55 48 163 / 0.7);
}

.border-indigo-800\/75{
  border-color: rgb(55 48 163 / 0.75);
}

.border-indigo-800\/80{
  border-color: rgb(55 48 163 / 0.8);
}

.border-indigo-800\/85{
  border-color: rgb(55 48 163 / 0.85);
}

.border-indigo-800\/90{
  border-color: rgb(55 48 163 / 0.9);
}

.border-indigo-800\/95{
  border-color: rgb(55 48 163 / 0.95);
}

.border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-indigo-900\/0{
  border-color: rgb(49 46 129 / 0);
}

.border-indigo-900\/10{
  border-color: rgb(49 46 129 / 0.1);
}

.border-indigo-900\/100{
  border-color: rgb(49 46 129 / 1);
}

.border-indigo-900\/15{
  border-color: rgb(49 46 129 / 0.15);
}

.border-indigo-900\/20{
  border-color: rgb(49 46 129 / 0.2);
}

.border-indigo-900\/25{
  border-color: rgb(49 46 129 / 0.25);
}

.border-indigo-900\/30{
  border-color: rgb(49 46 129 / 0.3);
}

.border-indigo-900\/35{
  border-color: rgb(49 46 129 / 0.35);
}

.border-indigo-900\/40{
  border-color: rgb(49 46 129 / 0.4);
}

.border-indigo-900\/45{
  border-color: rgb(49 46 129 / 0.45);
}

.border-indigo-900\/5{
  border-color: rgb(49 46 129 / 0.05);
}

.border-indigo-900\/50{
  border-color: rgb(49 46 129 / 0.5);
}

.border-indigo-900\/55{
  border-color: rgb(49 46 129 / 0.55);
}

.border-indigo-900\/60{
  border-color: rgb(49 46 129 / 0.6);
}

.border-indigo-900\/65{
  border-color: rgb(49 46 129 / 0.65);
}

.border-indigo-900\/70{
  border-color: rgb(49 46 129 / 0.7);
}

.border-indigo-900\/75{
  border-color: rgb(49 46 129 / 0.75);
}

.border-indigo-900\/80{
  border-color: rgb(49 46 129 / 0.8);
}

.border-indigo-900\/85{
  border-color: rgb(49 46 129 / 0.85);
}

.border-indigo-900\/90{
  border-color: rgb(49 46 129 / 0.9);
}

.border-indigo-900\/95{
  border-color: rgb(49 46 129 / 0.95);
}

.border-indigo-950{
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-indigo-950\/0{
  border-color: rgb(30 27 75 / 0);
}

.border-indigo-950\/10{
  border-color: rgb(30 27 75 / 0.1);
}

.border-indigo-950\/100{
  border-color: rgb(30 27 75 / 1);
}

.border-indigo-950\/15{
  border-color: rgb(30 27 75 / 0.15);
}

.border-indigo-950\/20{
  border-color: rgb(30 27 75 / 0.2);
}

.border-indigo-950\/25{
  border-color: rgb(30 27 75 / 0.25);
}

.border-indigo-950\/30{
  border-color: rgb(30 27 75 / 0.3);
}

.border-indigo-950\/35{
  border-color: rgb(30 27 75 / 0.35);
}

.border-indigo-950\/40{
  border-color: rgb(30 27 75 / 0.4);
}

.border-indigo-950\/45{
  border-color: rgb(30 27 75 / 0.45);
}

.border-indigo-950\/5{
  border-color: rgb(30 27 75 / 0.05);
}

.border-indigo-950\/50{
  border-color: rgb(30 27 75 / 0.5);
}

.border-indigo-950\/55{
  border-color: rgb(30 27 75 / 0.55);
}

.border-indigo-950\/60{
  border-color: rgb(30 27 75 / 0.6);
}

.border-indigo-950\/65{
  border-color: rgb(30 27 75 / 0.65);
}

.border-indigo-950\/70{
  border-color: rgb(30 27 75 / 0.7);
}

.border-indigo-950\/75{
  border-color: rgb(30 27 75 / 0.75);
}

.border-indigo-950\/80{
  border-color: rgb(30 27 75 / 0.8);
}

.border-indigo-950\/85{
  border-color: rgb(30 27 75 / 0.85);
}

.border-indigo-950\/90{
  border-color: rgb(30 27 75 / 0.9);
}

.border-indigo-950\/95{
  border-color: rgb(30 27 75 / 0.95);
}

.border-info{
  --tw-border-opacity: 1;
  border-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.border-info-hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.border-info-hover\/0{
  border-color: rgb(203 122 0 / 0);
}

.border-info-hover\/10{
  border-color: rgb(203 122 0 / 0.1);
}

.border-info-hover\/100{
  border-color: rgb(203 122 0 / 1);
}

.border-info-hover\/15{
  border-color: rgb(203 122 0 / 0.15);
}

.border-info-hover\/20{
  border-color: rgb(203 122 0 / 0.2);
}

.border-info-hover\/25{
  border-color: rgb(203 122 0 / 0.25);
}

.border-info-hover\/30{
  border-color: rgb(203 122 0 / 0.3);
}

.border-info-hover\/35{
  border-color: rgb(203 122 0 / 0.35);
}

.border-info-hover\/40{
  border-color: rgb(203 122 0 / 0.4);
}

.border-info-hover\/45{
  border-color: rgb(203 122 0 / 0.45);
}

.border-info-hover\/5{
  border-color: rgb(203 122 0 / 0.05);
}

.border-info-hover\/50{
  border-color: rgb(203 122 0 / 0.5);
}

.border-info-hover\/55{
  border-color: rgb(203 122 0 / 0.55);
}

.border-info-hover\/60{
  border-color: rgb(203 122 0 / 0.6);
}

.border-info-hover\/65{
  border-color: rgb(203 122 0 / 0.65);
}

.border-info-hover\/70{
  border-color: rgb(203 122 0 / 0.7);
}

.border-info-hover\/75{
  border-color: rgb(203 122 0 / 0.75);
}

.border-info-hover\/80{
  border-color: rgb(203 122 0 / 0.8);
}

.border-info-hover\/85{
  border-color: rgb(203 122 0 / 0.85);
}

.border-info-hover\/90{
  border-color: rgb(203 122 0 / 0.9);
}

.border-info-hover\/95{
  border-color: rgb(203 122 0 / 0.95);
}

.border-info\/0{
  border-color: rgb(247 159 26 / 0);
}

.border-info\/10{
  border-color: rgb(247 159 26 / 0.1);
}

.border-info\/100{
  border-color: rgb(247 159 26 / 1);
}

.border-info\/15{
  border-color: rgb(247 159 26 / 0.15);
}

.border-info\/20{
  border-color: rgb(247 159 26 / 0.2);
}

.border-info\/25{
  border-color: rgb(247 159 26 / 0.25);
}

.border-info\/30{
  border-color: rgb(247 159 26 / 0.3);
}

.border-info\/35{
  border-color: rgb(247 159 26 / 0.35);
}

.border-info\/40{
  border-color: rgb(247 159 26 / 0.4);
}

.border-info\/45{
  border-color: rgb(247 159 26 / 0.45);
}

.border-info\/5{
  border-color: rgb(247 159 26 / 0.05);
}

.border-info\/50{
  border-color: rgb(247 159 26 / 0.5);
}

.border-info\/55{
  border-color: rgb(247 159 26 / 0.55);
}

.border-info\/60{
  border-color: rgb(247 159 26 / 0.6);
}

.border-info\/65{
  border-color: rgb(247 159 26 / 0.65);
}

.border-info\/70{
  border-color: rgb(247 159 26 / 0.7);
}

.border-info\/75{
  border-color: rgb(247 159 26 / 0.75);
}

.border-info\/80{
  border-color: rgb(247 159 26 / 0.8);
}

.border-info\/85{
  border-color: rgb(247 159 26 / 0.85);
}

.border-info\/90{
  border-color: rgb(247 159 26 / 0.9);
}

.border-info\/95{
  border-color: rgb(247 159 26 / 0.95);
}

.border-inherit{
  border-color: inherit;
}

.border-lime-100{
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-lime-100\/0{
  border-color: rgb(236 252 203 / 0);
}

.border-lime-100\/10{
  border-color: rgb(236 252 203 / 0.1);
}

.border-lime-100\/100{
  border-color: rgb(236 252 203 / 1);
}

.border-lime-100\/15{
  border-color: rgb(236 252 203 / 0.15);
}

.border-lime-100\/20{
  border-color: rgb(236 252 203 / 0.2);
}

.border-lime-100\/25{
  border-color: rgb(236 252 203 / 0.25);
}

.border-lime-100\/30{
  border-color: rgb(236 252 203 / 0.3);
}

.border-lime-100\/35{
  border-color: rgb(236 252 203 / 0.35);
}

.border-lime-100\/40{
  border-color: rgb(236 252 203 / 0.4);
}

.border-lime-100\/45{
  border-color: rgb(236 252 203 / 0.45);
}

.border-lime-100\/5{
  border-color: rgb(236 252 203 / 0.05);
}

.border-lime-100\/50{
  border-color: rgb(236 252 203 / 0.5);
}

.border-lime-100\/55{
  border-color: rgb(236 252 203 / 0.55);
}

.border-lime-100\/60{
  border-color: rgb(236 252 203 / 0.6);
}

.border-lime-100\/65{
  border-color: rgb(236 252 203 / 0.65);
}

.border-lime-100\/70{
  border-color: rgb(236 252 203 / 0.7);
}

.border-lime-100\/75{
  border-color: rgb(236 252 203 / 0.75);
}

.border-lime-100\/80{
  border-color: rgb(236 252 203 / 0.8);
}

.border-lime-100\/85{
  border-color: rgb(236 252 203 / 0.85);
}

.border-lime-100\/90{
  border-color: rgb(236 252 203 / 0.9);
}

.border-lime-100\/95{
  border-color: rgb(236 252 203 / 0.95);
}

.border-lime-200{
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-lime-200\/0{
  border-color: rgb(217 249 157 / 0);
}

.border-lime-200\/10{
  border-color: rgb(217 249 157 / 0.1);
}

.border-lime-200\/100{
  border-color: rgb(217 249 157 / 1);
}

.border-lime-200\/15{
  border-color: rgb(217 249 157 / 0.15);
}

.border-lime-200\/20{
  border-color: rgb(217 249 157 / 0.2);
}

.border-lime-200\/25{
  border-color: rgb(217 249 157 / 0.25);
}

.border-lime-200\/30{
  border-color: rgb(217 249 157 / 0.3);
}

.border-lime-200\/35{
  border-color: rgb(217 249 157 / 0.35);
}

.border-lime-200\/40{
  border-color: rgb(217 249 157 / 0.4);
}

.border-lime-200\/45{
  border-color: rgb(217 249 157 / 0.45);
}

.border-lime-200\/5{
  border-color: rgb(217 249 157 / 0.05);
}

.border-lime-200\/50{
  border-color: rgb(217 249 157 / 0.5);
}

.border-lime-200\/55{
  border-color: rgb(217 249 157 / 0.55);
}

.border-lime-200\/60{
  border-color: rgb(217 249 157 / 0.6);
}

.border-lime-200\/65{
  border-color: rgb(217 249 157 / 0.65);
}

.border-lime-200\/70{
  border-color: rgb(217 249 157 / 0.7);
}

.border-lime-200\/75{
  border-color: rgb(217 249 157 / 0.75);
}

.border-lime-200\/80{
  border-color: rgb(217 249 157 / 0.8);
}

.border-lime-200\/85{
  border-color: rgb(217 249 157 / 0.85);
}

.border-lime-200\/90{
  border-color: rgb(217 249 157 / 0.9);
}

.border-lime-200\/95{
  border-color: rgb(217 249 157 / 0.95);
}

.border-lime-300{
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-lime-300\/0{
  border-color: rgb(190 242 100 / 0);
}

.border-lime-300\/10{
  border-color: rgb(190 242 100 / 0.1);
}

.border-lime-300\/100{
  border-color: rgb(190 242 100 / 1);
}

.border-lime-300\/15{
  border-color: rgb(190 242 100 / 0.15);
}

.border-lime-300\/20{
  border-color: rgb(190 242 100 / 0.2);
}

.border-lime-300\/25{
  border-color: rgb(190 242 100 / 0.25);
}

.border-lime-300\/30{
  border-color: rgb(190 242 100 / 0.3);
}

.border-lime-300\/35{
  border-color: rgb(190 242 100 / 0.35);
}

.border-lime-300\/40{
  border-color: rgb(190 242 100 / 0.4);
}

.border-lime-300\/45{
  border-color: rgb(190 242 100 / 0.45);
}

.border-lime-300\/5{
  border-color: rgb(190 242 100 / 0.05);
}

.border-lime-300\/50{
  border-color: rgb(190 242 100 / 0.5);
}

.border-lime-300\/55{
  border-color: rgb(190 242 100 / 0.55);
}

.border-lime-300\/60{
  border-color: rgb(190 242 100 / 0.6);
}

.border-lime-300\/65{
  border-color: rgb(190 242 100 / 0.65);
}

.border-lime-300\/70{
  border-color: rgb(190 242 100 / 0.7);
}

.border-lime-300\/75{
  border-color: rgb(190 242 100 / 0.75);
}

.border-lime-300\/80{
  border-color: rgb(190 242 100 / 0.8);
}

.border-lime-300\/85{
  border-color: rgb(190 242 100 / 0.85);
}

.border-lime-300\/90{
  border-color: rgb(190 242 100 / 0.9);
}

.border-lime-300\/95{
  border-color: rgb(190 242 100 / 0.95);
}

.border-lime-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-lime-400\/0{
  border-color: rgb(163 230 53 / 0);
}

.border-lime-400\/10{
  border-color: rgb(163 230 53 / 0.1);
}

.border-lime-400\/100{
  border-color: rgb(163 230 53 / 1);
}

.border-lime-400\/15{
  border-color: rgb(163 230 53 / 0.15);
}

.border-lime-400\/20{
  border-color: rgb(163 230 53 / 0.2);
}

.border-lime-400\/25{
  border-color: rgb(163 230 53 / 0.25);
}

.border-lime-400\/30{
  border-color: rgb(163 230 53 / 0.3);
}

.border-lime-400\/35{
  border-color: rgb(163 230 53 / 0.35);
}

.border-lime-400\/40{
  border-color: rgb(163 230 53 / 0.4);
}

.border-lime-400\/45{
  border-color: rgb(163 230 53 / 0.45);
}

.border-lime-400\/5{
  border-color: rgb(163 230 53 / 0.05);
}

.border-lime-400\/50{
  border-color: rgb(163 230 53 / 0.5);
}

.border-lime-400\/55{
  border-color: rgb(163 230 53 / 0.55);
}

.border-lime-400\/60{
  border-color: rgb(163 230 53 / 0.6);
}

.border-lime-400\/65{
  border-color: rgb(163 230 53 / 0.65);
}

.border-lime-400\/70{
  border-color: rgb(163 230 53 / 0.7);
}

.border-lime-400\/75{
  border-color: rgb(163 230 53 / 0.75);
}

.border-lime-400\/80{
  border-color: rgb(163 230 53 / 0.8);
}

.border-lime-400\/85{
  border-color: rgb(163 230 53 / 0.85);
}

.border-lime-400\/90{
  border-color: rgb(163 230 53 / 0.9);
}

.border-lime-400\/95{
  border-color: rgb(163 230 53 / 0.95);
}

.border-lime-50{
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-lime-50\/0{
  border-color: rgb(247 254 231 / 0);
}

.border-lime-50\/10{
  border-color: rgb(247 254 231 / 0.1);
}

.border-lime-50\/100{
  border-color: rgb(247 254 231 / 1);
}

.border-lime-50\/15{
  border-color: rgb(247 254 231 / 0.15);
}

.border-lime-50\/20{
  border-color: rgb(247 254 231 / 0.2);
}

.border-lime-50\/25{
  border-color: rgb(247 254 231 / 0.25);
}

.border-lime-50\/30{
  border-color: rgb(247 254 231 / 0.3);
}

.border-lime-50\/35{
  border-color: rgb(247 254 231 / 0.35);
}

.border-lime-50\/40{
  border-color: rgb(247 254 231 / 0.4);
}

.border-lime-50\/45{
  border-color: rgb(247 254 231 / 0.45);
}

.border-lime-50\/5{
  border-color: rgb(247 254 231 / 0.05);
}

.border-lime-50\/50{
  border-color: rgb(247 254 231 / 0.5);
}

.border-lime-50\/55{
  border-color: rgb(247 254 231 / 0.55);
}

.border-lime-50\/60{
  border-color: rgb(247 254 231 / 0.6);
}

.border-lime-50\/65{
  border-color: rgb(247 254 231 / 0.65);
}

.border-lime-50\/70{
  border-color: rgb(247 254 231 / 0.7);
}

.border-lime-50\/75{
  border-color: rgb(247 254 231 / 0.75);
}

.border-lime-50\/80{
  border-color: rgb(247 254 231 / 0.8);
}

.border-lime-50\/85{
  border-color: rgb(247 254 231 / 0.85);
}

.border-lime-50\/90{
  border-color: rgb(247 254 231 / 0.9);
}

.border-lime-50\/95{
  border-color: rgb(247 254 231 / 0.95);
}

.border-lime-500{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-lime-500\/0{
  border-color: rgb(132 204 22 / 0);
}

.border-lime-500\/10{
  border-color: rgb(132 204 22 / 0.1);
}

.border-lime-500\/100{
  border-color: rgb(132 204 22 / 1);
}

.border-lime-500\/15{
  border-color: rgb(132 204 22 / 0.15);
}

.border-lime-500\/20{
  border-color: rgb(132 204 22 / 0.2);
}

.border-lime-500\/25{
  border-color: rgb(132 204 22 / 0.25);
}

.border-lime-500\/30{
  border-color: rgb(132 204 22 / 0.3);
}

.border-lime-500\/35{
  border-color: rgb(132 204 22 / 0.35);
}

.border-lime-500\/40{
  border-color: rgb(132 204 22 / 0.4);
}

.border-lime-500\/45{
  border-color: rgb(132 204 22 / 0.45);
}

.border-lime-500\/5{
  border-color: rgb(132 204 22 / 0.05);
}

.border-lime-500\/50{
  border-color: rgb(132 204 22 / 0.5);
}

.border-lime-500\/55{
  border-color: rgb(132 204 22 / 0.55);
}

.border-lime-500\/60{
  border-color: rgb(132 204 22 / 0.6);
}

.border-lime-500\/65{
  border-color: rgb(132 204 22 / 0.65);
}

.border-lime-500\/70{
  border-color: rgb(132 204 22 / 0.7);
}

.border-lime-500\/75{
  border-color: rgb(132 204 22 / 0.75);
}

.border-lime-500\/80{
  border-color: rgb(132 204 22 / 0.8);
}

.border-lime-500\/85{
  border-color: rgb(132 204 22 / 0.85);
}

.border-lime-500\/90{
  border-color: rgb(132 204 22 / 0.9);
}

.border-lime-500\/95{
  border-color: rgb(132 204 22 / 0.95);
}

.border-lime-600{
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-lime-600\/0{
  border-color: rgb(101 163 13 / 0);
}

.border-lime-600\/10{
  border-color: rgb(101 163 13 / 0.1);
}

.border-lime-600\/100{
  border-color: rgb(101 163 13 / 1);
}

.border-lime-600\/15{
  border-color: rgb(101 163 13 / 0.15);
}

.border-lime-600\/20{
  border-color: rgb(101 163 13 / 0.2);
}

.border-lime-600\/25{
  border-color: rgb(101 163 13 / 0.25);
}

.border-lime-600\/30{
  border-color: rgb(101 163 13 / 0.3);
}

.border-lime-600\/35{
  border-color: rgb(101 163 13 / 0.35);
}

.border-lime-600\/40{
  border-color: rgb(101 163 13 / 0.4);
}

.border-lime-600\/45{
  border-color: rgb(101 163 13 / 0.45);
}

.border-lime-600\/5{
  border-color: rgb(101 163 13 / 0.05);
}

.border-lime-600\/50{
  border-color: rgb(101 163 13 / 0.5);
}

.border-lime-600\/55{
  border-color: rgb(101 163 13 / 0.55);
}

.border-lime-600\/60{
  border-color: rgb(101 163 13 / 0.6);
}

.border-lime-600\/65{
  border-color: rgb(101 163 13 / 0.65);
}

.border-lime-600\/70{
  border-color: rgb(101 163 13 / 0.7);
}

.border-lime-600\/75{
  border-color: rgb(101 163 13 / 0.75);
}

.border-lime-600\/80{
  border-color: rgb(101 163 13 / 0.8);
}

.border-lime-600\/85{
  border-color: rgb(101 163 13 / 0.85);
}

.border-lime-600\/90{
  border-color: rgb(101 163 13 / 0.9);
}

.border-lime-600\/95{
  border-color: rgb(101 163 13 / 0.95);
}

.border-lime-700{
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-lime-700\/0{
  border-color: rgb(77 124 15 / 0);
}

.border-lime-700\/10{
  border-color: rgb(77 124 15 / 0.1);
}

.border-lime-700\/100{
  border-color: rgb(77 124 15 / 1);
}

.border-lime-700\/15{
  border-color: rgb(77 124 15 / 0.15);
}

.border-lime-700\/20{
  border-color: rgb(77 124 15 / 0.2);
}

.border-lime-700\/25{
  border-color: rgb(77 124 15 / 0.25);
}

.border-lime-700\/30{
  border-color: rgb(77 124 15 / 0.3);
}

.border-lime-700\/35{
  border-color: rgb(77 124 15 / 0.35);
}

.border-lime-700\/40{
  border-color: rgb(77 124 15 / 0.4);
}

.border-lime-700\/45{
  border-color: rgb(77 124 15 / 0.45);
}

.border-lime-700\/5{
  border-color: rgb(77 124 15 / 0.05);
}

.border-lime-700\/50{
  border-color: rgb(77 124 15 / 0.5);
}

.border-lime-700\/55{
  border-color: rgb(77 124 15 / 0.55);
}

.border-lime-700\/60{
  border-color: rgb(77 124 15 / 0.6);
}

.border-lime-700\/65{
  border-color: rgb(77 124 15 / 0.65);
}

.border-lime-700\/70{
  border-color: rgb(77 124 15 / 0.7);
}

.border-lime-700\/75{
  border-color: rgb(77 124 15 / 0.75);
}

.border-lime-700\/80{
  border-color: rgb(77 124 15 / 0.8);
}

.border-lime-700\/85{
  border-color: rgb(77 124 15 / 0.85);
}

.border-lime-700\/90{
  border-color: rgb(77 124 15 / 0.9);
}

.border-lime-700\/95{
  border-color: rgb(77 124 15 / 0.95);
}

.border-lime-800{
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-lime-800\/0{
  border-color: rgb(63 98 18 / 0);
}

.border-lime-800\/10{
  border-color: rgb(63 98 18 / 0.1);
}

.border-lime-800\/100{
  border-color: rgb(63 98 18 / 1);
}

.border-lime-800\/15{
  border-color: rgb(63 98 18 / 0.15);
}

.border-lime-800\/20{
  border-color: rgb(63 98 18 / 0.2);
}

.border-lime-800\/25{
  border-color: rgb(63 98 18 / 0.25);
}

.border-lime-800\/30{
  border-color: rgb(63 98 18 / 0.3);
}

.border-lime-800\/35{
  border-color: rgb(63 98 18 / 0.35);
}

.border-lime-800\/40{
  border-color: rgb(63 98 18 / 0.4);
}

.border-lime-800\/45{
  border-color: rgb(63 98 18 / 0.45);
}

.border-lime-800\/5{
  border-color: rgb(63 98 18 / 0.05);
}

.border-lime-800\/50{
  border-color: rgb(63 98 18 / 0.5);
}

.border-lime-800\/55{
  border-color: rgb(63 98 18 / 0.55);
}

.border-lime-800\/60{
  border-color: rgb(63 98 18 / 0.6);
}

.border-lime-800\/65{
  border-color: rgb(63 98 18 / 0.65);
}

.border-lime-800\/70{
  border-color: rgb(63 98 18 / 0.7);
}

.border-lime-800\/75{
  border-color: rgb(63 98 18 / 0.75);
}

.border-lime-800\/80{
  border-color: rgb(63 98 18 / 0.8);
}

.border-lime-800\/85{
  border-color: rgb(63 98 18 / 0.85);
}

.border-lime-800\/90{
  border-color: rgb(63 98 18 / 0.9);
}

.border-lime-800\/95{
  border-color: rgb(63 98 18 / 0.95);
}

.border-lime-900{
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-lime-900\/0{
  border-color: rgb(54 83 20 / 0);
}

.border-lime-900\/10{
  border-color: rgb(54 83 20 / 0.1);
}

.border-lime-900\/100{
  border-color: rgb(54 83 20 / 1);
}

.border-lime-900\/15{
  border-color: rgb(54 83 20 / 0.15);
}

.border-lime-900\/20{
  border-color: rgb(54 83 20 / 0.2);
}

.border-lime-900\/25{
  border-color: rgb(54 83 20 / 0.25);
}

.border-lime-900\/30{
  border-color: rgb(54 83 20 / 0.3);
}

.border-lime-900\/35{
  border-color: rgb(54 83 20 / 0.35);
}

.border-lime-900\/40{
  border-color: rgb(54 83 20 / 0.4);
}

.border-lime-900\/45{
  border-color: rgb(54 83 20 / 0.45);
}

.border-lime-900\/5{
  border-color: rgb(54 83 20 / 0.05);
}

.border-lime-900\/50{
  border-color: rgb(54 83 20 / 0.5);
}

.border-lime-900\/55{
  border-color: rgb(54 83 20 / 0.55);
}

.border-lime-900\/60{
  border-color: rgb(54 83 20 / 0.6);
}

.border-lime-900\/65{
  border-color: rgb(54 83 20 / 0.65);
}

.border-lime-900\/70{
  border-color: rgb(54 83 20 / 0.7);
}

.border-lime-900\/75{
  border-color: rgb(54 83 20 / 0.75);
}

.border-lime-900\/80{
  border-color: rgb(54 83 20 / 0.8);
}

.border-lime-900\/85{
  border-color: rgb(54 83 20 / 0.85);
}

.border-lime-900\/90{
  border-color: rgb(54 83 20 / 0.9);
}

.border-lime-900\/95{
  border-color: rgb(54 83 20 / 0.95);
}

.border-lime-950{
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-lime-950\/0{
  border-color: rgb(26 46 5 / 0);
}

.border-lime-950\/10{
  border-color: rgb(26 46 5 / 0.1);
}

.border-lime-950\/100{
  border-color: rgb(26 46 5 / 1);
}

.border-lime-950\/15{
  border-color: rgb(26 46 5 / 0.15);
}

.border-lime-950\/20{
  border-color: rgb(26 46 5 / 0.2);
}

.border-lime-950\/25{
  border-color: rgb(26 46 5 / 0.25);
}

.border-lime-950\/30{
  border-color: rgb(26 46 5 / 0.3);
}

.border-lime-950\/35{
  border-color: rgb(26 46 5 / 0.35);
}

.border-lime-950\/40{
  border-color: rgb(26 46 5 / 0.4);
}

.border-lime-950\/45{
  border-color: rgb(26 46 5 / 0.45);
}

.border-lime-950\/5{
  border-color: rgb(26 46 5 / 0.05);
}

.border-lime-950\/50{
  border-color: rgb(26 46 5 / 0.5);
}

.border-lime-950\/55{
  border-color: rgb(26 46 5 / 0.55);
}

.border-lime-950\/60{
  border-color: rgb(26 46 5 / 0.6);
}

.border-lime-950\/65{
  border-color: rgb(26 46 5 / 0.65);
}

.border-lime-950\/70{
  border-color: rgb(26 46 5 / 0.7);
}

.border-lime-950\/75{
  border-color: rgb(26 46 5 / 0.75);
}

.border-lime-950\/80{
  border-color: rgb(26 46 5 / 0.8);
}

.border-lime-950\/85{
  border-color: rgb(26 46 5 / 0.85);
}

.border-lime-950\/90{
  border-color: rgb(26 46 5 / 0.9);
}

.border-lime-950\/95{
  border-color: rgb(26 46 5 / 0.95);
}

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

.border-neutral-01\/0{
  border-color: rgb(224 224 224 / 0);
}

.border-neutral-01\/10{
  border-color: rgb(224 224 224 / 0.1);
}

.border-neutral-01\/100{
  border-color: rgb(224 224 224 / 1);
}

.border-neutral-01\/15{
  border-color: rgb(224 224 224 / 0.15);
}

.border-neutral-01\/20{
  border-color: rgb(224 224 224 / 0.2);
}

.border-neutral-01\/25{
  border-color: rgb(224 224 224 / 0.25);
}

.border-neutral-01\/30{
  border-color: rgb(224 224 224 / 0.3);
}

.border-neutral-01\/35{
  border-color: rgb(224 224 224 / 0.35);
}

.border-neutral-01\/40{
  border-color: rgb(224 224 224 / 0.4);
}

.border-neutral-01\/45{
  border-color: rgb(224 224 224 / 0.45);
}

.border-neutral-01\/5{
  border-color: rgb(224 224 224 / 0.05);
}

.border-neutral-01\/50{
  border-color: rgb(224 224 224 / 0.5);
}

.border-neutral-01\/55{
  border-color: rgb(224 224 224 / 0.55);
}

.border-neutral-01\/60{
  border-color: rgb(224 224 224 / 0.6);
}

.border-neutral-01\/65{
  border-color: rgb(224 224 224 / 0.65);
}

.border-neutral-01\/70{
  border-color: rgb(224 224 224 / 0.7);
}

.border-neutral-01\/75{
  border-color: rgb(224 224 224 / 0.75);
}

.border-neutral-01\/80{
  border-color: rgb(224 224 224 / 0.8);
}

.border-neutral-01\/85{
  border-color: rgb(224 224 224 / 0.85);
}

.border-neutral-01\/90{
  border-color: rgb(224 224 224 / 0.9);
}

.border-neutral-01\/95{
  border-color: rgb(224 224 224 / 0.95);
}

.border-neutral-02{
  --tw-border-opacity: 1;
  border-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.border-neutral-02\/0{
  border-color: rgb(228 234 238 / 0);
}

.border-neutral-02\/10{
  border-color: rgb(228 234 238 / 0.1);
}

.border-neutral-02\/100{
  border-color: rgb(228 234 238 / 1);
}

.border-neutral-02\/15{
  border-color: rgb(228 234 238 / 0.15);
}

.border-neutral-02\/20{
  border-color: rgb(228 234 238 / 0.2);
}

.border-neutral-02\/25{
  border-color: rgb(228 234 238 / 0.25);
}

.border-neutral-02\/30{
  border-color: rgb(228 234 238 / 0.3);
}

.border-neutral-02\/35{
  border-color: rgb(228 234 238 / 0.35);
}

.border-neutral-02\/40{
  border-color: rgb(228 234 238 / 0.4);
}

.border-neutral-02\/45{
  border-color: rgb(228 234 238 / 0.45);
}

.border-neutral-02\/5{
  border-color: rgb(228 234 238 / 0.05);
}

.border-neutral-02\/50{
  border-color: rgb(228 234 238 / 0.5);
}

.border-neutral-02\/55{
  border-color: rgb(228 234 238 / 0.55);
}

.border-neutral-02\/60{
  border-color: rgb(228 234 238 / 0.6);
}

.border-neutral-02\/65{
  border-color: rgb(228 234 238 / 0.65);
}

.border-neutral-02\/70{
  border-color: rgb(228 234 238 / 0.7);
}

.border-neutral-02\/75{
  border-color: rgb(228 234 238 / 0.75);
}

.border-neutral-02\/80{
  border-color: rgb(228 234 238 / 0.8);
}

.border-neutral-02\/85{
  border-color: rgb(228 234 238 / 0.85);
}

.border-neutral-02\/90{
  border-color: rgb(228 234 238 / 0.9);
}

.border-neutral-02\/95{
  border-color: rgb(228 234 238 / 0.95);
}

.border-neutral-03{
  --tw-border-opacity: 1;
  border-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.border-neutral-03\/0{
  border-color: rgb(236 239 250 / 0);
}

.border-neutral-03\/10{
  border-color: rgb(236 239 250 / 0.1);
}

.border-neutral-03\/100{
  border-color: rgb(236 239 250 / 1);
}

.border-neutral-03\/15{
  border-color: rgb(236 239 250 / 0.15);
}

.border-neutral-03\/20{
  border-color: rgb(236 239 250 / 0.2);
}

.border-neutral-03\/25{
  border-color: rgb(236 239 250 / 0.25);
}

.border-neutral-03\/30{
  border-color: rgb(236 239 250 / 0.3);
}

.border-neutral-03\/35{
  border-color: rgb(236 239 250 / 0.35);
}

.border-neutral-03\/40{
  border-color: rgb(236 239 250 / 0.4);
}

.border-neutral-03\/45{
  border-color: rgb(236 239 250 / 0.45);
}

.border-neutral-03\/5{
  border-color: rgb(236 239 250 / 0.05);
}

.border-neutral-03\/50{
  border-color: rgb(236 239 250 / 0.5);
}

.border-neutral-03\/55{
  border-color: rgb(236 239 250 / 0.55);
}

.border-neutral-03\/60{
  border-color: rgb(236 239 250 / 0.6);
}

.border-neutral-03\/65{
  border-color: rgb(236 239 250 / 0.65);
}

.border-neutral-03\/70{
  border-color: rgb(236 239 250 / 0.7);
}

.border-neutral-03\/75{
  border-color: rgb(236 239 250 / 0.75);
}

.border-neutral-03\/80{
  border-color: rgb(236 239 250 / 0.8);
}

.border-neutral-03\/85{
  border-color: rgb(236 239 250 / 0.85);
}

.border-neutral-03\/90{
  border-color: rgb(236 239 250 / 0.9);
}

.border-neutral-03\/95{
  border-color: rgb(236 239 250 / 0.95);
}

.border-neutral-04{
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-neutral-04\/0{
  border-color: rgb(215 218 226 / 0);
}

.border-neutral-04\/10{
  border-color: rgb(215 218 226 / 0.1);
}

.border-neutral-04\/100{
  border-color: rgb(215 218 226 / 1);
}

.border-neutral-04\/15{
  border-color: rgb(215 218 226 / 0.15);
}

.border-neutral-04\/20{
  border-color: rgb(215 218 226 / 0.2);
}

.border-neutral-04\/25{
  border-color: rgb(215 218 226 / 0.25);
}

.border-neutral-04\/30{
  border-color: rgb(215 218 226 / 0.3);
}

.border-neutral-04\/35{
  border-color: rgb(215 218 226 / 0.35);
}

.border-neutral-04\/40{
  border-color: rgb(215 218 226 / 0.4);
}

.border-neutral-04\/45{
  border-color: rgb(215 218 226 / 0.45);
}

.border-neutral-04\/5{
  border-color: rgb(215 218 226 / 0.05);
}

.border-neutral-04\/50{
  border-color: rgb(215 218 226 / 0.5);
}

.border-neutral-04\/55{
  border-color: rgb(215 218 226 / 0.55);
}

.border-neutral-04\/60{
  border-color: rgb(215 218 226 / 0.6);
}

.border-neutral-04\/65{
  border-color: rgb(215 218 226 / 0.65);
}

.border-neutral-04\/70{
  border-color: rgb(215 218 226 / 0.7);
}

.border-neutral-04\/75{
  border-color: rgb(215 218 226 / 0.75);
}

.border-neutral-04\/80{
  border-color: rgb(215 218 226 / 0.8);
}

.border-neutral-04\/85{
  border-color: rgb(215 218 226 / 0.85);
}

.border-neutral-04\/90{
  border-color: rgb(215 218 226 / 0.9);
}

.border-neutral-04\/95{
  border-color: rgb(215 218 226 / 0.95);
}

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

.border-neutral-05\/0{
  border-color: rgb(246 246 246 / 0);
}

.border-neutral-05\/10{
  border-color: rgb(246 246 246 / 0.1);
}

.border-neutral-05\/100{
  border-color: rgb(246 246 246 / 1);
}

.border-neutral-05\/15{
  border-color: rgb(246 246 246 / 0.15);
}

.border-neutral-05\/20{
  border-color: rgb(246 246 246 / 0.2);
}

.border-neutral-05\/25{
  border-color: rgb(246 246 246 / 0.25);
}

.border-neutral-05\/30{
  border-color: rgb(246 246 246 / 0.3);
}

.border-neutral-05\/35{
  border-color: rgb(246 246 246 / 0.35);
}

.border-neutral-05\/40{
  border-color: rgb(246 246 246 / 0.4);
}

.border-neutral-05\/45{
  border-color: rgb(246 246 246 / 0.45);
}

.border-neutral-05\/5{
  border-color: rgb(246 246 246 / 0.05);
}

.border-neutral-05\/50{
  border-color: rgb(246 246 246 / 0.5);
}

.border-neutral-05\/55{
  border-color: rgb(246 246 246 / 0.55);
}

.border-neutral-05\/60{
  border-color: rgb(246 246 246 / 0.6);
}

.border-neutral-05\/65{
  border-color: rgb(246 246 246 / 0.65);
}

.border-neutral-05\/70{
  border-color: rgb(246 246 246 / 0.7);
}

.border-neutral-05\/75{
  border-color: rgb(246 246 246 / 0.75);
}

.border-neutral-05\/80{
  border-color: rgb(246 246 246 / 0.8);
}

.border-neutral-05\/85{
  border-color: rgb(246 246 246 / 0.85);
}

.border-neutral-05\/90{
  border-color: rgb(246 246 246 / 0.9);
}

.border-neutral-05\/95{
  border-color: rgb(246 246 246 / 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\/15{
  border-color: rgb(245 245 245 / 0.15);
}

.border-neutral-100\/20{
  border-color: rgb(245 245 245 / 0.2);
}

.border-neutral-100\/25{
  border-color: rgb(245 245 245 / 0.25);
}

.border-neutral-100\/30{
  border-color: rgb(245 245 245 / 0.3);
}

.border-neutral-100\/35{
  border-color: rgb(245 245 245 / 0.35);
}

.border-neutral-100\/40{
  border-color: rgb(245 245 245 / 0.4);
}

.border-neutral-100\/45{
  border-color: rgb(245 245 245 / 0.45);
}

.border-neutral-100\/5{
  border-color: rgb(245 245 245 / 0.05);
}

.border-neutral-100\/50{
  border-color: rgb(245 245 245 / 0.5);
}

.border-neutral-100\/55{
  border-color: rgb(245 245 245 / 0.55);
}

.border-neutral-100\/60{
  border-color: rgb(245 245 245 / 0.6);
}

.border-neutral-100\/65{
  border-color: rgb(245 245 245 / 0.65);
}

.border-neutral-100\/70{
  border-color: rgb(245 245 245 / 0.7);
}

.border-neutral-100\/75{
  border-color: rgb(245 245 245 / 0.75);
}

.border-neutral-100\/80{
  border-color: rgb(245 245 245 / 0.8);
}

.border-neutral-100\/85{
  border-color: rgb(245 245 245 / 0.85);
}

.border-neutral-100\/90{
  border-color: rgb(245 245 245 / 0.9);
}

.border-neutral-100\/95{
  border-color: rgb(245 245 245 / 0.95);
}

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

.border-neutral-200\/0{
  border-color: rgb(229 229 229 / 0);
}

.border-neutral-200\/10{
  border-color: rgb(229 229 229 / 0.1);
}

.border-neutral-200\/100{
  border-color: rgb(229 229 229 / 1);
}

.border-neutral-200\/15{
  border-color: rgb(229 229 229 / 0.15);
}

.border-neutral-200\/20{
  border-color: rgb(229 229 229 / 0.2);
}

.border-neutral-200\/25{
  border-color: rgb(229 229 229 / 0.25);
}

.border-neutral-200\/30{
  border-color: rgb(229 229 229 / 0.3);
}

.border-neutral-200\/35{
  border-color: rgb(229 229 229 / 0.35);
}

.border-neutral-200\/40{
  border-color: rgb(229 229 229 / 0.4);
}

.border-neutral-200\/45{
  border-color: rgb(229 229 229 / 0.45);
}

.border-neutral-200\/5{
  border-color: rgb(229 229 229 / 0.05);
}

.border-neutral-200\/50{
  border-color: rgb(229 229 229 / 0.5);
}

.border-neutral-200\/55{
  border-color: rgb(229 229 229 / 0.55);
}

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

.border-neutral-200\/65{
  border-color: rgb(229 229 229 / 0.65);
}

.border-neutral-200\/70{
  border-color: rgb(229 229 229 / 0.7);
}

.border-neutral-200\/75{
  border-color: rgb(229 229 229 / 0.75);
}

.border-neutral-200\/80{
  border-color: rgb(229 229 229 / 0.8);
}

.border-neutral-200\/85{
  border-color: rgb(229 229 229 / 0.85);
}

.border-neutral-200\/90{
  border-color: rgb(229 229 229 / 0.9);
}

.border-neutral-200\/95{
  border-color: rgb(229 229 229 / 0.95);
}

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

.border-neutral-300\/0{
  border-color: rgb(212 212 212 / 0);
}

.border-neutral-300\/10{
  border-color: rgb(212 212 212 / 0.1);
}

.border-neutral-300\/100{
  border-color: rgb(212 212 212 / 1);
}

.border-neutral-300\/15{
  border-color: rgb(212 212 212 / 0.15);
}

.border-neutral-300\/20{
  border-color: rgb(212 212 212 / 0.2);
}

.border-neutral-300\/25{
  border-color: rgb(212 212 212 / 0.25);
}

.border-neutral-300\/30{
  border-color: rgb(212 212 212 / 0.3);
}

.border-neutral-300\/35{
  border-color: rgb(212 212 212 / 0.35);
}

.border-neutral-300\/40{
  border-color: rgb(212 212 212 / 0.4);
}

.border-neutral-300\/45{
  border-color: rgb(212 212 212 / 0.45);
}

.border-neutral-300\/5{
  border-color: rgb(212 212 212 / 0.05);
}

.border-neutral-300\/50{
  border-color: rgb(212 212 212 / 0.5);
}

.border-neutral-300\/55{
  border-color: rgb(212 212 212 / 0.55);
}

.border-neutral-300\/60{
  border-color: rgb(212 212 212 / 0.6);
}

.border-neutral-300\/65{
  border-color: rgb(212 212 212 / 0.65);
}

.border-neutral-300\/70{
  border-color: rgb(212 212 212 / 0.7);
}

.border-neutral-300\/75{
  border-color: rgb(212 212 212 / 0.75);
}

.border-neutral-300\/80{
  border-color: rgb(212 212 212 / 0.8);
}

.border-neutral-300\/85{
  border-color: rgb(212 212 212 / 0.85);
}

.border-neutral-300\/90{
  border-color: rgb(212 212 212 / 0.9);
}

.border-neutral-300\/95{
  border-color: rgb(212 212 212 / 0.95);
}

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

.border-neutral-400\/0{
  border-color: rgb(163 163 163 / 0);
}

.border-neutral-400\/10{
  border-color: rgb(163 163 163 / 0.1);
}

.border-neutral-400\/100{
  border-color: rgb(163 163 163 / 1);
}

.border-neutral-400\/15{
  border-color: rgb(163 163 163 / 0.15);
}

.border-neutral-400\/20{
  border-color: rgb(163 163 163 / 0.2);
}

.border-neutral-400\/25{
  border-color: rgb(163 163 163 / 0.25);
}

.border-neutral-400\/30{
  border-color: rgb(163 163 163 / 0.3);
}

.border-neutral-400\/35{
  border-color: rgb(163 163 163 / 0.35);
}

.border-neutral-400\/40{
  border-color: rgb(163 163 163 / 0.4);
}

.border-neutral-400\/45{
  border-color: rgb(163 163 163 / 0.45);
}

.border-neutral-400\/5{
  border-color: rgb(163 163 163 / 0.05);
}

.border-neutral-400\/50{
  border-color: rgb(163 163 163 / 0.5);
}

.border-neutral-400\/55{
  border-color: rgb(163 163 163 / 0.55);
}

.border-neutral-400\/60{
  border-color: rgb(163 163 163 / 0.6);
}

.border-neutral-400\/65{
  border-color: rgb(163 163 163 / 0.65);
}

.border-neutral-400\/70{
  border-color: rgb(163 163 163 / 0.7);
}

.border-neutral-400\/75{
  border-color: rgb(163 163 163 / 0.75);
}

.border-neutral-400\/80{
  border-color: rgb(163 163 163 / 0.8);
}

.border-neutral-400\/85{
  border-color: rgb(163 163 163 / 0.85);
}

.border-neutral-400\/90{
  border-color: rgb(163 163 163 / 0.9);
}

.border-neutral-400\/95{
  border-color: rgb(163 163 163 / 0.95);
}

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

.border-neutral-50\/0{
  border-color: rgb(250 250 250 / 0);
}

.border-neutral-50\/10{
  border-color: rgb(250 250 250 / 0.1);
}

.border-neutral-50\/100{
  border-color: rgb(250 250 250 / 1);
}

.border-neutral-50\/15{
  border-color: rgb(250 250 250 / 0.15);
}

.border-neutral-50\/20{
  border-color: rgb(250 250 250 / 0.2);
}

.border-neutral-50\/25{
  border-color: rgb(250 250 250 / 0.25);
}

.border-neutral-50\/30{
  border-color: rgb(250 250 250 / 0.3);
}

.border-neutral-50\/35{
  border-color: rgb(250 250 250 / 0.35);
}

.border-neutral-50\/40{
  border-color: rgb(250 250 250 / 0.4);
}

.border-neutral-50\/45{
  border-color: rgb(250 250 250 / 0.45);
}

.border-neutral-50\/5{
  border-color: rgb(250 250 250 / 0.05);
}

.border-neutral-50\/50{
  border-color: rgb(250 250 250 / 0.5);
}

.border-neutral-50\/55{
  border-color: rgb(250 250 250 / 0.55);
}

.border-neutral-50\/60{
  border-color: rgb(250 250 250 / 0.6);
}

.border-neutral-50\/65{
  border-color: rgb(250 250 250 / 0.65);
}

.border-neutral-50\/70{
  border-color: rgb(250 250 250 / 0.7);
}

.border-neutral-50\/75{
  border-color: rgb(250 250 250 / 0.75);
}

.border-neutral-50\/80{
  border-color: rgb(250 250 250 / 0.8);
}

.border-neutral-50\/85{
  border-color: rgb(250 250 250 / 0.85);
}

.border-neutral-50\/90{
  border-color: rgb(250 250 250 / 0.9);
}

.border-neutral-50\/95{
  border-color: rgb(250 250 250 / 0.95);
}

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

.border-neutral-500\/0{
  border-color: rgb(115 115 115 / 0);
}

.border-neutral-500\/10{
  border-color: rgb(115 115 115 / 0.1);
}

.border-neutral-500\/100{
  border-color: rgb(115 115 115 / 1);
}

.border-neutral-500\/15{
  border-color: rgb(115 115 115 / 0.15);
}

.border-neutral-500\/20{
  border-color: rgb(115 115 115 / 0.2);
}

.border-neutral-500\/25{
  border-color: rgb(115 115 115 / 0.25);
}

.border-neutral-500\/30{
  border-color: rgb(115 115 115 / 0.3);
}

.border-neutral-500\/35{
  border-color: rgb(115 115 115 / 0.35);
}

.border-neutral-500\/40{
  border-color: rgb(115 115 115 / 0.4);
}

.border-neutral-500\/45{
  border-color: rgb(115 115 115 / 0.45);
}

.border-neutral-500\/5{
  border-color: rgb(115 115 115 / 0.05);
}

.border-neutral-500\/50{
  border-color: rgb(115 115 115 / 0.5);
}

.border-neutral-500\/55{
  border-color: rgb(115 115 115 / 0.55);
}

.border-neutral-500\/60{
  border-color: rgb(115 115 115 / 0.6);
}

.border-neutral-500\/65{
  border-color: rgb(115 115 115 / 0.65);
}

.border-neutral-500\/70{
  border-color: rgb(115 115 115 / 0.7);
}

.border-neutral-500\/75{
  border-color: rgb(115 115 115 / 0.75);
}

.border-neutral-500\/80{
  border-color: rgb(115 115 115 / 0.8);
}

.border-neutral-500\/85{
  border-color: rgb(115 115 115 / 0.85);
}

.border-neutral-500\/90{
  border-color: rgb(115 115 115 / 0.9);
}

.border-neutral-500\/95{
  border-color: rgb(115 115 115 / 0.95);
}

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

.border-neutral-600\/0{
  border-color: rgb(82 82 82 / 0);
}

.border-neutral-600\/10{
  border-color: rgb(82 82 82 / 0.1);
}

.border-neutral-600\/100{
  border-color: rgb(82 82 82 / 1);
}

.border-neutral-600\/15{
  border-color: rgb(82 82 82 / 0.15);
}

.border-neutral-600\/20{
  border-color: rgb(82 82 82 / 0.2);
}

.border-neutral-600\/25{
  border-color: rgb(82 82 82 / 0.25);
}

.border-neutral-600\/30{
  border-color: rgb(82 82 82 / 0.3);
}

.border-neutral-600\/35{
  border-color: rgb(82 82 82 / 0.35);
}

.border-neutral-600\/40{
  border-color: rgb(82 82 82 / 0.4);
}

.border-neutral-600\/45{
  border-color: rgb(82 82 82 / 0.45);
}

.border-neutral-600\/5{
  border-color: rgb(82 82 82 / 0.05);
}

.border-neutral-600\/50{
  border-color: rgb(82 82 82 / 0.5);
}

.border-neutral-600\/55{
  border-color: rgb(82 82 82 / 0.55);
}

.border-neutral-600\/60{
  border-color: rgb(82 82 82 / 0.6);
}

.border-neutral-600\/65{
  border-color: rgb(82 82 82 / 0.65);
}

.border-neutral-600\/70{
  border-color: rgb(82 82 82 / 0.7);
}

.border-neutral-600\/75{
  border-color: rgb(82 82 82 / 0.75);
}

.border-neutral-600\/80{
  border-color: rgb(82 82 82 / 0.8);
}

.border-neutral-600\/85{
  border-color: rgb(82 82 82 / 0.85);
}

.border-neutral-600\/90{
  border-color: rgb(82 82 82 / 0.9);
}

.border-neutral-600\/95{
  border-color: rgb(82 82 82 / 0.95);
}

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

.border-neutral-700\/0{
  border-color: rgb(64 64 64 / 0);
}

.border-neutral-700\/10{
  border-color: rgb(64 64 64 / 0.1);
}

.border-neutral-700\/100{
  border-color: rgb(64 64 64 / 1);
}

.border-neutral-700\/15{
  border-color: rgb(64 64 64 / 0.15);
}

.border-neutral-700\/20{
  border-color: rgb(64 64 64 / 0.2);
}

.border-neutral-700\/25{
  border-color: rgb(64 64 64 / 0.25);
}

.border-neutral-700\/30{
  border-color: rgb(64 64 64 / 0.3);
}

.border-neutral-700\/35{
  border-color: rgb(64 64 64 / 0.35);
}

.border-neutral-700\/40{
  border-color: rgb(64 64 64 / 0.4);
}

.border-neutral-700\/45{
  border-color: rgb(64 64 64 / 0.45);
}

.border-neutral-700\/5{
  border-color: rgb(64 64 64 / 0.05);
}

.border-neutral-700\/50{
  border-color: rgb(64 64 64 / 0.5);
}

.border-neutral-700\/55{
  border-color: rgb(64 64 64 / 0.55);
}

.border-neutral-700\/60{
  border-color: rgb(64 64 64 / 0.6);
}

.border-neutral-700\/65{
  border-color: rgb(64 64 64 / 0.65);
}

.border-neutral-700\/70{
  border-color: rgb(64 64 64 / 0.7);
}

.border-neutral-700\/75{
  border-color: rgb(64 64 64 / 0.75);
}

.border-neutral-700\/80{
  border-color: rgb(64 64 64 / 0.8);
}

.border-neutral-700\/85{
  border-color: rgb(64 64 64 / 0.85);
}

.border-neutral-700\/90{
  border-color: rgb(64 64 64 / 0.9);
}

.border-neutral-700\/95{
  border-color: rgb(64 64 64 / 0.95);
}

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

.border-neutral-800\/0{
  border-color: rgb(38 38 38 / 0);
}

.border-neutral-800\/10{
  border-color: rgb(38 38 38 / 0.1);
}

.border-neutral-800\/100{
  border-color: rgb(38 38 38 / 1);
}

.border-neutral-800\/15{
  border-color: rgb(38 38 38 / 0.15);
}

.border-neutral-800\/20{
  border-color: rgb(38 38 38 / 0.2);
}

.border-neutral-800\/25{
  border-color: rgb(38 38 38 / 0.25);
}

.border-neutral-800\/30{
  border-color: rgb(38 38 38 / 0.3);
}

.border-neutral-800\/35{
  border-color: rgb(38 38 38 / 0.35);
}

.border-neutral-800\/40{
  border-color: rgb(38 38 38 / 0.4);
}

.border-neutral-800\/45{
  border-color: rgb(38 38 38 / 0.45);
}

.border-neutral-800\/5{
  border-color: rgb(38 38 38 / 0.05);
}

.border-neutral-800\/50{
  border-color: rgb(38 38 38 / 0.5);
}

.border-neutral-800\/55{
  border-color: rgb(38 38 38 / 0.55);
}

.border-neutral-800\/60{
  border-color: rgb(38 38 38 / 0.6);
}

.border-neutral-800\/65{
  border-color: rgb(38 38 38 / 0.65);
}

.border-neutral-800\/70{
  border-color: rgb(38 38 38 / 0.7);
}

.border-neutral-800\/75{
  border-color: rgb(38 38 38 / 0.75);
}

.border-neutral-800\/80{
  border-color: rgb(38 38 38 / 0.8);
}

.border-neutral-800\/85{
  border-color: rgb(38 38 38 / 0.85);
}

.border-neutral-800\/90{
  border-color: rgb(38 38 38 / 0.9);
}

.border-neutral-800\/95{
  border-color: rgb(38 38 38 / 0.95);
}

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

.border-neutral-900\/0{
  border-color: rgb(23 23 23 / 0);
}

.border-neutral-900\/10{
  border-color: rgb(23 23 23 / 0.1);
}

.border-neutral-900\/100{
  border-color: rgb(23 23 23 / 1);
}

.border-neutral-900\/15{
  border-color: rgb(23 23 23 / 0.15);
}

.border-neutral-900\/20{
  border-color: rgb(23 23 23 / 0.2);
}

.border-neutral-900\/25{
  border-color: rgb(23 23 23 / 0.25);
}

.border-neutral-900\/30{
  border-color: rgb(23 23 23 / 0.3);
}

.border-neutral-900\/35{
  border-color: rgb(23 23 23 / 0.35);
}

.border-neutral-900\/40{
  border-color: rgb(23 23 23 / 0.4);
}

.border-neutral-900\/45{
  border-color: rgb(23 23 23 / 0.45);
}

.border-neutral-900\/5{
  border-color: rgb(23 23 23 / 0.05);
}

.border-neutral-900\/50{
  border-color: rgb(23 23 23 / 0.5);
}

.border-neutral-900\/55{
  border-color: rgb(23 23 23 / 0.55);
}

.border-neutral-900\/60{
  border-color: rgb(23 23 23 / 0.6);
}

.border-neutral-900\/65{
  border-color: rgb(23 23 23 / 0.65);
}

.border-neutral-900\/70{
  border-color: rgb(23 23 23 / 0.7);
}

.border-neutral-900\/75{
  border-color: rgb(23 23 23 / 0.75);
}

.border-neutral-900\/80{
  border-color: rgb(23 23 23 / 0.8);
}

.border-neutral-900\/85{
  border-color: rgb(23 23 23 / 0.85);
}

.border-neutral-900\/90{
  border-color: rgb(23 23 23 / 0.9);
}

.border-neutral-900\/95{
  border-color: rgb(23 23 23 / 0.95);
}

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

.border-neutral-950\/0{
  border-color: rgb(10 10 10 / 0);
}

.border-neutral-950\/10{
  border-color: rgb(10 10 10 / 0.1);
}

.border-neutral-950\/100{
  border-color: rgb(10 10 10 / 1);
}

.border-neutral-950\/15{
  border-color: rgb(10 10 10 / 0.15);
}

.border-neutral-950\/20{
  border-color: rgb(10 10 10 / 0.2);
}

.border-neutral-950\/25{
  border-color: rgb(10 10 10 / 0.25);
}

.border-neutral-950\/30{
  border-color: rgb(10 10 10 / 0.3);
}

.border-neutral-950\/35{
  border-color: rgb(10 10 10 / 0.35);
}

.border-neutral-950\/40{
  border-color: rgb(10 10 10 / 0.4);
}

.border-neutral-950\/45{
  border-color: rgb(10 10 10 / 0.45);
}

.border-neutral-950\/5{
  border-color: rgb(10 10 10 / 0.05);
}

.border-neutral-950\/50{
  border-color: rgb(10 10 10 / 0.5);
}

.border-neutral-950\/55{
  border-color: rgb(10 10 10 / 0.55);
}

.border-neutral-950\/60{
  border-color: rgb(10 10 10 / 0.6);
}

.border-neutral-950\/65{
  border-color: rgb(10 10 10 / 0.65);
}

.border-neutral-950\/70{
  border-color: rgb(10 10 10 / 0.7);
}

.border-neutral-950\/75{
  border-color: rgb(10 10 10 / 0.75);
}

.border-neutral-950\/80{
  border-color: rgb(10 10 10 / 0.8);
}

.border-neutral-950\/85{
  border-color: rgb(10 10 10 / 0.85);
}

.border-neutral-950\/90{
  border-color: rgb(10 10 10 / 0.9);
}

.border-neutral-950\/95{
  border-color: rgb(10 10 10 / 0.95);
}

.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-orange-100\/0{
  border-color: rgb(255 237 213 / 0);
}

.border-orange-100\/10{
  border-color: rgb(255 237 213 / 0.1);
}

.border-orange-100\/100{
  border-color: rgb(255 237 213 / 1);
}

.border-orange-100\/15{
  border-color: rgb(255 237 213 / 0.15);
}

.border-orange-100\/20{
  border-color: rgb(255 237 213 / 0.2);
}

.border-orange-100\/25{
  border-color: rgb(255 237 213 / 0.25);
}

.border-orange-100\/30{
  border-color: rgb(255 237 213 / 0.3);
}

.border-orange-100\/35{
  border-color: rgb(255 237 213 / 0.35);
}

.border-orange-100\/40{
  border-color: rgb(255 237 213 / 0.4);
}

.border-orange-100\/45{
  border-color: rgb(255 237 213 / 0.45);
}

.border-orange-100\/5{
  border-color: rgb(255 237 213 / 0.05);
}

.border-orange-100\/50{
  border-color: rgb(255 237 213 / 0.5);
}

.border-orange-100\/55{
  border-color: rgb(255 237 213 / 0.55);
}

.border-orange-100\/60{
  border-color: rgb(255 237 213 / 0.6);
}

.border-orange-100\/65{
  border-color: rgb(255 237 213 / 0.65);
}

.border-orange-100\/70{
  border-color: rgb(255 237 213 / 0.7);
}

.border-orange-100\/75{
  border-color: rgb(255 237 213 / 0.75);
}

.border-orange-100\/80{
  border-color: rgb(255 237 213 / 0.8);
}

.border-orange-100\/85{
  border-color: rgb(255 237 213 / 0.85);
}

.border-orange-100\/90{
  border-color: rgb(255 237 213 / 0.9);
}

.border-orange-100\/95{
  border-color: rgb(255 237 213 / 0.95);
}

.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-orange-200\/0{
  border-color: rgb(254 215 170 / 0);
}

.border-orange-200\/10{
  border-color: rgb(254 215 170 / 0.1);
}

.border-orange-200\/100{
  border-color: rgb(254 215 170 / 1);
}

.border-orange-200\/15{
  border-color: rgb(254 215 170 / 0.15);
}

.border-orange-200\/20{
  border-color: rgb(254 215 170 / 0.2);
}

.border-orange-200\/25{
  border-color: rgb(254 215 170 / 0.25);
}

.border-orange-200\/30{
  border-color: rgb(254 215 170 / 0.3);
}

.border-orange-200\/35{
  border-color: rgb(254 215 170 / 0.35);
}

.border-orange-200\/40{
  border-color: rgb(254 215 170 / 0.4);
}

.border-orange-200\/45{
  border-color: rgb(254 215 170 / 0.45);
}

.border-orange-200\/5{
  border-color: rgb(254 215 170 / 0.05);
}

.border-orange-200\/50{
  border-color: rgb(254 215 170 / 0.5);
}

.border-orange-200\/55{
  border-color: rgb(254 215 170 / 0.55);
}

.border-orange-200\/60{
  border-color: rgb(254 215 170 / 0.6);
}

.border-orange-200\/65{
  border-color: rgb(254 215 170 / 0.65);
}

.border-orange-200\/70{
  border-color: rgb(254 215 170 / 0.7);
}

.border-orange-200\/75{
  border-color: rgb(254 215 170 / 0.75);
}

.border-orange-200\/80{
  border-color: rgb(254 215 170 / 0.8);
}

.border-orange-200\/85{
  border-color: rgb(254 215 170 / 0.85);
}

.border-orange-200\/90{
  border-color: rgb(254 215 170 / 0.9);
}

.border-orange-200\/95{
  border-color: rgb(254 215 170 / 0.95);
}

.border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-orange-300\/0{
  border-color: rgb(253 186 116 / 0);
}

.border-orange-300\/10{
  border-color: rgb(253 186 116 / 0.1);
}

.border-orange-300\/100{
  border-color: rgb(253 186 116 / 1);
}

.border-orange-300\/15{
  border-color: rgb(253 186 116 / 0.15);
}

.border-orange-300\/20{
  border-color: rgb(253 186 116 / 0.2);
}

.border-orange-300\/25{
  border-color: rgb(253 186 116 / 0.25);
}

.border-orange-300\/30{
  border-color: rgb(253 186 116 / 0.3);
}

.border-orange-300\/35{
  border-color: rgb(253 186 116 / 0.35);
}

.border-orange-300\/40{
  border-color: rgb(253 186 116 / 0.4);
}

.border-orange-300\/45{
  border-color: rgb(253 186 116 / 0.45);
}

.border-orange-300\/5{
  border-color: rgb(253 186 116 / 0.05);
}

.border-orange-300\/50{
  border-color: rgb(253 186 116 / 0.5);
}

.border-orange-300\/55{
  border-color: rgb(253 186 116 / 0.55);
}

.border-orange-300\/60{
  border-color: rgb(253 186 116 / 0.6);
}

.border-orange-300\/65{
  border-color: rgb(253 186 116 / 0.65);
}

.border-orange-300\/70{
  border-color: rgb(253 186 116 / 0.7);
}

.border-orange-300\/75{
  border-color: rgb(253 186 116 / 0.75);
}

.border-orange-300\/80{
  border-color: rgb(253 186 116 / 0.8);
}

.border-orange-300\/85{
  border-color: rgb(253 186 116 / 0.85);
}

.border-orange-300\/90{
  border-color: rgb(253 186 116 / 0.9);
}

.border-orange-300\/95{
  border-color: rgb(253 186 116 / 0.95);
}

.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-orange-400\/0{
  border-color: rgb(251 146 60 / 0);
}

.border-orange-400\/10{
  border-color: rgb(251 146 60 / 0.1);
}

.border-orange-400\/100{
  border-color: rgb(251 146 60 / 1);
}

.border-orange-400\/15{
  border-color: rgb(251 146 60 / 0.15);
}

.border-orange-400\/20{
  border-color: rgb(251 146 60 / 0.2);
}

.border-orange-400\/25{
  border-color: rgb(251 146 60 / 0.25);
}

.border-orange-400\/30{
  border-color: rgb(251 146 60 / 0.3);
}

.border-orange-400\/35{
  border-color: rgb(251 146 60 / 0.35);
}

.border-orange-400\/40{
  border-color: rgb(251 146 60 / 0.4);
}

.border-orange-400\/45{
  border-color: rgb(251 146 60 / 0.45);
}

.border-orange-400\/5{
  border-color: rgb(251 146 60 / 0.05);
}

.border-orange-400\/50{
  border-color: rgb(251 146 60 / 0.5);
}

.border-orange-400\/55{
  border-color: rgb(251 146 60 / 0.55);
}

.border-orange-400\/60{
  border-color: rgb(251 146 60 / 0.6);
}

.border-orange-400\/65{
  border-color: rgb(251 146 60 / 0.65);
}

.border-orange-400\/70{
  border-color: rgb(251 146 60 / 0.7);
}

.border-orange-400\/75{
  border-color: rgb(251 146 60 / 0.75);
}

.border-orange-400\/80{
  border-color: rgb(251 146 60 / 0.8);
}

.border-orange-400\/85{
  border-color: rgb(251 146 60 / 0.85);
}

.border-orange-400\/90{
  border-color: rgb(251 146 60 / 0.9);
}

.border-orange-400\/95{
  border-color: rgb(251 146 60 / 0.95);
}

.border-orange-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-orange-50\/0{
  border-color: rgb(255 247 237 / 0);
}

.border-orange-50\/10{
  border-color: rgb(255 247 237 / 0.1);
}

.border-orange-50\/100{
  border-color: rgb(255 247 237 / 1);
}

.border-orange-50\/15{
  border-color: rgb(255 247 237 / 0.15);
}

.border-orange-50\/20{
  border-color: rgb(255 247 237 / 0.2);
}

.border-orange-50\/25{
  border-color: rgb(255 247 237 / 0.25);
}

.border-orange-50\/30{
  border-color: rgb(255 247 237 / 0.3);
}

.border-orange-50\/35{
  border-color: rgb(255 247 237 / 0.35);
}

.border-orange-50\/40{
  border-color: rgb(255 247 237 / 0.4);
}

.border-orange-50\/45{
  border-color: rgb(255 247 237 / 0.45);
}

.border-orange-50\/5{
  border-color: rgb(255 247 237 / 0.05);
}

.border-orange-50\/50{
  border-color: rgb(255 247 237 / 0.5);
}

.border-orange-50\/55{
  border-color: rgb(255 247 237 / 0.55);
}

.border-orange-50\/60{
  border-color: rgb(255 247 237 / 0.6);
}

.border-orange-50\/65{
  border-color: rgb(255 247 237 / 0.65);
}

.border-orange-50\/70{
  border-color: rgb(255 247 237 / 0.7);
}

.border-orange-50\/75{
  border-color: rgb(255 247 237 / 0.75);
}

.border-orange-50\/80{
  border-color: rgb(255 247 237 / 0.8);
}

.border-orange-50\/85{
  border-color: rgb(255 247 237 / 0.85);
}

.border-orange-50\/90{
  border-color: rgb(255 247 237 / 0.9);
}

.border-orange-50\/95{
  border-color: rgb(255 247 237 / 0.95);
}

.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-orange-500\/0{
  border-color: rgb(249 115 22 / 0);
}

.border-orange-500\/10{
  border-color: rgb(249 115 22 / 0.1);
}

.border-orange-500\/100{
  border-color: rgb(249 115 22 / 1);
}

.border-orange-500\/15{
  border-color: rgb(249 115 22 / 0.15);
}

.border-orange-500\/20{
  border-color: rgb(249 115 22 / 0.2);
}

.border-orange-500\/25{
  border-color: rgb(249 115 22 / 0.25);
}

.border-orange-500\/30{
  border-color: rgb(249 115 22 / 0.3);
}

.border-orange-500\/35{
  border-color: rgb(249 115 22 / 0.35);
}

.border-orange-500\/40{
  border-color: rgb(249 115 22 / 0.4);
}

.border-orange-500\/45{
  border-color: rgb(249 115 22 / 0.45);
}

.border-orange-500\/5{
  border-color: rgb(249 115 22 / 0.05);
}

.border-orange-500\/50{
  border-color: rgb(249 115 22 / 0.5);
}

.border-orange-500\/55{
  border-color: rgb(249 115 22 / 0.55);
}

.border-orange-500\/60{
  border-color: rgb(249 115 22 / 0.6);
}

.border-orange-500\/65{
  border-color: rgb(249 115 22 / 0.65);
}

.border-orange-500\/70{
  border-color: rgb(249 115 22 / 0.7);
}

.border-orange-500\/75{
  border-color: rgb(249 115 22 / 0.75);
}

.border-orange-500\/80{
  border-color: rgb(249 115 22 / 0.8);
}

.border-orange-500\/85{
  border-color: rgb(249 115 22 / 0.85);
}

.border-orange-500\/90{
  border-color: rgb(249 115 22 / 0.9);
}

.border-orange-500\/95{
  border-color: rgb(249 115 22 / 0.95);
}

.border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-orange-600\/0{
  border-color: rgb(234 88 12 / 0);
}

.border-orange-600\/10{
  border-color: rgb(234 88 12 / 0.1);
}

.border-orange-600\/100{
  border-color: rgb(234 88 12 / 1);
}

.border-orange-600\/15{
  border-color: rgb(234 88 12 / 0.15);
}

.border-orange-600\/20{
  border-color: rgb(234 88 12 / 0.2);
}

.border-orange-600\/25{
  border-color: rgb(234 88 12 / 0.25);
}

.border-orange-600\/30{
  border-color: rgb(234 88 12 / 0.3);
}

.border-orange-600\/35{
  border-color: rgb(234 88 12 / 0.35);
}

.border-orange-600\/40{
  border-color: rgb(234 88 12 / 0.4);
}

.border-orange-600\/45{
  border-color: rgb(234 88 12 / 0.45);
}

.border-orange-600\/5{
  border-color: rgb(234 88 12 / 0.05);
}

.border-orange-600\/50{
  border-color: rgb(234 88 12 / 0.5);
}

.border-orange-600\/55{
  border-color: rgb(234 88 12 / 0.55);
}

.border-orange-600\/60{
  border-color: rgb(234 88 12 / 0.6);
}

.border-orange-600\/65{
  border-color: rgb(234 88 12 / 0.65);
}

.border-orange-600\/70{
  border-color: rgb(234 88 12 / 0.7);
}

.border-orange-600\/75{
  border-color: rgb(234 88 12 / 0.75);
}

.border-orange-600\/80{
  border-color: rgb(234 88 12 / 0.8);
}

.border-orange-600\/85{
  border-color: rgb(234 88 12 / 0.85);
}

.border-orange-600\/90{
  border-color: rgb(234 88 12 / 0.9);
}

.border-orange-600\/95{
  border-color: rgb(234 88 12 / 0.95);
}

.border-orange-700{
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-orange-700\/0{
  border-color: rgb(194 65 12 / 0);
}

.border-orange-700\/10{
  border-color: rgb(194 65 12 / 0.1);
}

.border-orange-700\/100{
  border-color: rgb(194 65 12 / 1);
}

.border-orange-700\/15{
  border-color: rgb(194 65 12 / 0.15);
}

.border-orange-700\/20{
  border-color: rgb(194 65 12 / 0.2);
}

.border-orange-700\/25{
  border-color: rgb(194 65 12 / 0.25);
}

.border-orange-700\/30{
  border-color: rgb(194 65 12 / 0.3);
}

.border-orange-700\/35{
  border-color: rgb(194 65 12 / 0.35);
}

.border-orange-700\/40{
  border-color: rgb(194 65 12 / 0.4);
}

.border-orange-700\/45{
  border-color: rgb(194 65 12 / 0.45);
}

.border-orange-700\/5{
  border-color: rgb(194 65 12 / 0.05);
}

.border-orange-700\/50{
  border-color: rgb(194 65 12 / 0.5);
}

.border-orange-700\/55{
  border-color: rgb(194 65 12 / 0.55);
}

.border-orange-700\/60{
  border-color: rgb(194 65 12 / 0.6);
}

.border-orange-700\/65{
  border-color: rgb(194 65 12 / 0.65);
}

.border-orange-700\/70{
  border-color: rgb(194 65 12 / 0.7);
}

.border-orange-700\/75{
  border-color: rgb(194 65 12 / 0.75);
}

.border-orange-700\/80{
  border-color: rgb(194 65 12 / 0.8);
}

.border-orange-700\/85{
  border-color: rgb(194 65 12 / 0.85);
}

.border-orange-700\/90{
  border-color: rgb(194 65 12 / 0.9);
}

.border-orange-700\/95{
  border-color: rgb(194 65 12 / 0.95);
}

.border-orange-800{
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-orange-800\/0{
  border-color: rgb(154 52 18 / 0);
}

.border-orange-800\/10{
  border-color: rgb(154 52 18 / 0.1);
}

.border-orange-800\/100{
  border-color: rgb(154 52 18 / 1);
}

.border-orange-800\/15{
  border-color: rgb(154 52 18 / 0.15);
}

.border-orange-800\/20{
  border-color: rgb(154 52 18 / 0.2);
}

.border-orange-800\/25{
  border-color: rgb(154 52 18 / 0.25);
}

.border-orange-800\/30{
  border-color: rgb(154 52 18 / 0.3);
}

.border-orange-800\/35{
  border-color: rgb(154 52 18 / 0.35);
}

.border-orange-800\/40{
  border-color: rgb(154 52 18 / 0.4);
}

.border-orange-800\/45{
  border-color: rgb(154 52 18 / 0.45);
}

.border-orange-800\/5{
  border-color: rgb(154 52 18 / 0.05);
}

.border-orange-800\/50{
  border-color: rgb(154 52 18 / 0.5);
}

.border-orange-800\/55{
  border-color: rgb(154 52 18 / 0.55);
}

.border-orange-800\/60{
  border-color: rgb(154 52 18 / 0.6);
}

.border-orange-800\/65{
  border-color: rgb(154 52 18 / 0.65);
}

.border-orange-800\/70{
  border-color: rgb(154 52 18 / 0.7);
}

.border-orange-800\/75{
  border-color: rgb(154 52 18 / 0.75);
}

.border-orange-800\/80{
  border-color: rgb(154 52 18 / 0.8);
}

.border-orange-800\/85{
  border-color: rgb(154 52 18 / 0.85);
}

.border-orange-800\/90{
  border-color: rgb(154 52 18 / 0.9);
}

.border-orange-800\/95{
  border-color: rgb(154 52 18 / 0.95);
}

.border-orange-900{
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-orange-900\/0{
  border-color: rgb(124 45 18 / 0);
}

.border-orange-900\/10{
  border-color: rgb(124 45 18 / 0.1);
}

.border-orange-900\/100{
  border-color: rgb(124 45 18 / 1);
}

.border-orange-900\/15{
  border-color: rgb(124 45 18 / 0.15);
}

.border-orange-900\/20{
  border-color: rgb(124 45 18 / 0.2);
}

.border-orange-900\/25{
  border-color: rgb(124 45 18 / 0.25);
}

.border-orange-900\/30{
  border-color: rgb(124 45 18 / 0.3);
}

.border-orange-900\/35{
  border-color: rgb(124 45 18 / 0.35);
}

.border-orange-900\/40{
  border-color: rgb(124 45 18 / 0.4);
}

.border-orange-900\/45{
  border-color: rgb(124 45 18 / 0.45);
}

.border-orange-900\/5{
  border-color: rgb(124 45 18 / 0.05);
}

.border-orange-900\/50{
  border-color: rgb(124 45 18 / 0.5);
}

.border-orange-900\/55{
  border-color: rgb(124 45 18 / 0.55);
}

.border-orange-900\/60{
  border-color: rgb(124 45 18 / 0.6);
}

.border-orange-900\/65{
  border-color: rgb(124 45 18 / 0.65);
}

.border-orange-900\/70{
  border-color: rgb(124 45 18 / 0.7);
}

.border-orange-900\/75{
  border-color: rgb(124 45 18 / 0.75);
}

.border-orange-900\/80{
  border-color: rgb(124 45 18 / 0.8);
}

.border-orange-900\/85{
  border-color: rgb(124 45 18 / 0.85);
}

.border-orange-900\/90{
  border-color: rgb(124 45 18 / 0.9);
}

.border-orange-900\/95{
  border-color: rgb(124 45 18 / 0.95);
}

.border-orange-950{
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-orange-950\/0{
  border-color: rgb(67 20 7 / 0);
}

.border-orange-950\/10{
  border-color: rgb(67 20 7 / 0.1);
}

.border-orange-950\/100{
  border-color: rgb(67 20 7 / 1);
}

.border-orange-950\/15{
  border-color: rgb(67 20 7 / 0.15);
}

.border-orange-950\/20{
  border-color: rgb(67 20 7 / 0.2);
}

.border-orange-950\/25{
  border-color: rgb(67 20 7 / 0.25);
}

.border-orange-950\/30{
  border-color: rgb(67 20 7 / 0.3);
}

.border-orange-950\/35{
  border-color: rgb(67 20 7 / 0.35);
}

.border-orange-950\/40{
  border-color: rgb(67 20 7 / 0.4);
}

.border-orange-950\/45{
  border-color: rgb(67 20 7 / 0.45);
}

.border-orange-950\/5{
  border-color: rgb(67 20 7 / 0.05);
}

.border-orange-950\/50{
  border-color: rgb(67 20 7 / 0.5);
}

.border-orange-950\/55{
  border-color: rgb(67 20 7 / 0.55);
}

.border-orange-950\/60{
  border-color: rgb(67 20 7 / 0.6);
}

.border-orange-950\/65{
  border-color: rgb(67 20 7 / 0.65);
}

.border-orange-950\/70{
  border-color: rgb(67 20 7 / 0.7);
}

.border-orange-950\/75{
  border-color: rgb(67 20 7 / 0.75);
}

.border-orange-950\/80{
  border-color: rgb(67 20 7 / 0.8);
}

.border-orange-950\/85{
  border-color: rgb(67 20 7 / 0.85);
}

.border-orange-950\/90{
  border-color: rgb(67 20 7 / 0.9);
}

.border-orange-950\/95{
  border-color: rgb(67 20 7 / 0.95);
}

.border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-pink-100\/0{
  border-color: rgb(252 231 243 / 0);
}

.border-pink-100\/10{
  border-color: rgb(252 231 243 / 0.1);
}

.border-pink-100\/100{
  border-color: rgb(252 231 243 / 1);
}

.border-pink-100\/15{
  border-color: rgb(252 231 243 / 0.15);
}

.border-pink-100\/20{
  border-color: rgb(252 231 243 / 0.2);
}

.border-pink-100\/25{
  border-color: rgb(252 231 243 / 0.25);
}

.border-pink-100\/30{
  border-color: rgb(252 231 243 / 0.3);
}

.border-pink-100\/35{
  border-color: rgb(252 231 243 / 0.35);
}

.border-pink-100\/40{
  border-color: rgb(252 231 243 / 0.4);
}

.border-pink-100\/45{
  border-color: rgb(252 231 243 / 0.45);
}

.border-pink-100\/5{
  border-color: rgb(252 231 243 / 0.05);
}

.border-pink-100\/50{
  border-color: rgb(252 231 243 / 0.5);
}

.border-pink-100\/55{
  border-color: rgb(252 231 243 / 0.55);
}

.border-pink-100\/60{
  border-color: rgb(252 231 243 / 0.6);
}

.border-pink-100\/65{
  border-color: rgb(252 231 243 / 0.65);
}

.border-pink-100\/70{
  border-color: rgb(252 231 243 / 0.7);
}

.border-pink-100\/75{
  border-color: rgb(252 231 243 / 0.75);
}

.border-pink-100\/80{
  border-color: rgb(252 231 243 / 0.8);
}

.border-pink-100\/85{
  border-color: rgb(252 231 243 / 0.85);
}

.border-pink-100\/90{
  border-color: rgb(252 231 243 / 0.9);
}

.border-pink-100\/95{
  border-color: rgb(252 231 243 / 0.95);
}

.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-pink-200\/0{
  border-color: rgb(251 207 232 / 0);
}

.border-pink-200\/10{
  border-color: rgb(251 207 232 / 0.1);
}

.border-pink-200\/100{
  border-color: rgb(251 207 232 / 1);
}

.border-pink-200\/15{
  border-color: rgb(251 207 232 / 0.15);
}

.border-pink-200\/20{
  border-color: rgb(251 207 232 / 0.2);
}

.border-pink-200\/25{
  border-color: rgb(251 207 232 / 0.25);
}

.border-pink-200\/30{
  border-color: rgb(251 207 232 / 0.3);
}

.border-pink-200\/35{
  border-color: rgb(251 207 232 / 0.35);
}

.border-pink-200\/40{
  border-color: rgb(251 207 232 / 0.4);
}

.border-pink-200\/45{
  border-color: rgb(251 207 232 / 0.45);
}

.border-pink-200\/5{
  border-color: rgb(251 207 232 / 0.05);
}

.border-pink-200\/50{
  border-color: rgb(251 207 232 / 0.5);
}

.border-pink-200\/55{
  border-color: rgb(251 207 232 / 0.55);
}

.border-pink-200\/60{
  border-color: rgb(251 207 232 / 0.6);
}

.border-pink-200\/65{
  border-color: rgb(251 207 232 / 0.65);
}

.border-pink-200\/70{
  border-color: rgb(251 207 232 / 0.7);
}

.border-pink-200\/75{
  border-color: rgb(251 207 232 / 0.75);
}

.border-pink-200\/80{
  border-color: rgb(251 207 232 / 0.8);
}

.border-pink-200\/85{
  border-color: rgb(251 207 232 / 0.85);
}

.border-pink-200\/90{
  border-color: rgb(251 207 232 / 0.9);
}

.border-pink-200\/95{
  border-color: rgb(251 207 232 / 0.95);
}

.border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-pink-300\/0{
  border-color: rgb(249 168 212 / 0);
}

.border-pink-300\/10{
  border-color: rgb(249 168 212 / 0.1);
}

.border-pink-300\/100{
  border-color: rgb(249 168 212 / 1);
}

.border-pink-300\/15{
  border-color: rgb(249 168 212 / 0.15);
}

.border-pink-300\/20{
  border-color: rgb(249 168 212 / 0.2);
}

.border-pink-300\/25{
  border-color: rgb(249 168 212 / 0.25);
}

.border-pink-300\/30{
  border-color: rgb(249 168 212 / 0.3);
}

.border-pink-300\/35{
  border-color: rgb(249 168 212 / 0.35);
}

.border-pink-300\/40{
  border-color: rgb(249 168 212 / 0.4);
}

.border-pink-300\/45{
  border-color: rgb(249 168 212 / 0.45);
}

.border-pink-300\/5{
  border-color: rgb(249 168 212 / 0.05);
}

.border-pink-300\/50{
  border-color: rgb(249 168 212 / 0.5);
}

.border-pink-300\/55{
  border-color: rgb(249 168 212 / 0.55);
}

.border-pink-300\/60{
  border-color: rgb(249 168 212 / 0.6);
}

.border-pink-300\/65{
  border-color: rgb(249 168 212 / 0.65);
}

.border-pink-300\/70{
  border-color: rgb(249 168 212 / 0.7);
}

.border-pink-300\/75{
  border-color: rgb(249 168 212 / 0.75);
}

.border-pink-300\/80{
  border-color: rgb(249 168 212 / 0.8);
}

.border-pink-300\/85{
  border-color: rgb(249 168 212 / 0.85);
}

.border-pink-300\/90{
  border-color: rgb(249 168 212 / 0.9);
}

.border-pink-300\/95{
  border-color: rgb(249 168 212 / 0.95);
}

.border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-pink-400\/0{
  border-color: rgb(244 114 182 / 0);
}

.border-pink-400\/10{
  border-color: rgb(244 114 182 / 0.1);
}

.border-pink-400\/100{
  border-color: rgb(244 114 182 / 1);
}

.border-pink-400\/15{
  border-color: rgb(244 114 182 / 0.15);
}

.border-pink-400\/20{
  border-color: rgb(244 114 182 / 0.2);
}

.border-pink-400\/25{
  border-color: rgb(244 114 182 / 0.25);
}

.border-pink-400\/30{
  border-color: rgb(244 114 182 / 0.3);
}

.border-pink-400\/35{
  border-color: rgb(244 114 182 / 0.35);
}

.border-pink-400\/40{
  border-color: rgb(244 114 182 / 0.4);
}

.border-pink-400\/45{
  border-color: rgb(244 114 182 / 0.45);
}

.border-pink-400\/5{
  border-color: rgb(244 114 182 / 0.05);
}

.border-pink-400\/50{
  border-color: rgb(244 114 182 / 0.5);
}

.border-pink-400\/55{
  border-color: rgb(244 114 182 / 0.55);
}

.border-pink-400\/60{
  border-color: rgb(244 114 182 / 0.6);
}

.border-pink-400\/65{
  border-color: rgb(244 114 182 / 0.65);
}

.border-pink-400\/70{
  border-color: rgb(244 114 182 / 0.7);
}

.border-pink-400\/75{
  border-color: rgb(244 114 182 / 0.75);
}

.border-pink-400\/80{
  border-color: rgb(244 114 182 / 0.8);
}

.border-pink-400\/85{
  border-color: rgb(244 114 182 / 0.85);
}

.border-pink-400\/90{
  border-color: rgb(244 114 182 / 0.9);
}

.border-pink-400\/95{
  border-color: rgb(244 114 182 / 0.95);
}

.border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-pink-50\/0{
  border-color: rgb(253 242 248 / 0);
}

.border-pink-50\/10{
  border-color: rgb(253 242 248 / 0.1);
}

.border-pink-50\/100{
  border-color: rgb(253 242 248 / 1);
}

.border-pink-50\/15{
  border-color: rgb(253 242 248 / 0.15);
}

.border-pink-50\/20{
  border-color: rgb(253 242 248 / 0.2);
}

.border-pink-50\/25{
  border-color: rgb(253 242 248 / 0.25);
}

.border-pink-50\/30{
  border-color: rgb(253 242 248 / 0.3);
}

.border-pink-50\/35{
  border-color: rgb(253 242 248 / 0.35);
}

.border-pink-50\/40{
  border-color: rgb(253 242 248 / 0.4);
}

.border-pink-50\/45{
  border-color: rgb(253 242 248 / 0.45);
}

.border-pink-50\/5{
  border-color: rgb(253 242 248 / 0.05);
}

.border-pink-50\/50{
  border-color: rgb(253 242 248 / 0.5);
}

.border-pink-50\/55{
  border-color: rgb(253 242 248 / 0.55);
}

.border-pink-50\/60{
  border-color: rgb(253 242 248 / 0.6);
}

.border-pink-50\/65{
  border-color: rgb(253 242 248 / 0.65);
}

.border-pink-50\/70{
  border-color: rgb(253 242 248 / 0.7);
}

.border-pink-50\/75{
  border-color: rgb(253 242 248 / 0.75);
}

.border-pink-50\/80{
  border-color: rgb(253 242 248 / 0.8);
}

.border-pink-50\/85{
  border-color: rgb(253 242 248 / 0.85);
}

.border-pink-50\/90{
  border-color: rgb(253 242 248 / 0.9);
}

.border-pink-50\/95{
  border-color: rgb(253 242 248 / 0.95);
}

.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-pink-500\/0{
  border-color: rgb(236 72 153 / 0);
}

.border-pink-500\/10{
  border-color: rgb(236 72 153 / 0.1);
}

.border-pink-500\/100{
  border-color: rgb(236 72 153 / 1);
}

.border-pink-500\/15{
  border-color: rgb(236 72 153 / 0.15);
}

.border-pink-500\/20{
  border-color: rgb(236 72 153 / 0.2);
}

.border-pink-500\/25{
  border-color: rgb(236 72 153 / 0.25);
}

.border-pink-500\/30{
  border-color: rgb(236 72 153 / 0.3);
}

.border-pink-500\/35{
  border-color: rgb(236 72 153 / 0.35);
}

.border-pink-500\/40{
  border-color: rgb(236 72 153 / 0.4);
}

.border-pink-500\/45{
  border-color: rgb(236 72 153 / 0.45);
}

.border-pink-500\/5{
  border-color: rgb(236 72 153 / 0.05);
}

.border-pink-500\/50{
  border-color: rgb(236 72 153 / 0.5);
}

.border-pink-500\/55{
  border-color: rgb(236 72 153 / 0.55);
}

.border-pink-500\/60{
  border-color: rgb(236 72 153 / 0.6);
}

.border-pink-500\/65{
  border-color: rgb(236 72 153 / 0.65);
}

.border-pink-500\/70{
  border-color: rgb(236 72 153 / 0.7);
}

.border-pink-500\/75{
  border-color: rgb(236 72 153 / 0.75);
}

.border-pink-500\/80{
  border-color: rgb(236 72 153 / 0.8);
}

.border-pink-500\/85{
  border-color: rgb(236 72 153 / 0.85);
}

.border-pink-500\/90{
  border-color: rgb(236 72 153 / 0.9);
}

.border-pink-500\/95{
  border-color: rgb(236 72 153 / 0.95);
}

.border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-pink-600\/0{
  border-color: rgb(219 39 119 / 0);
}

.border-pink-600\/10{
  border-color: rgb(219 39 119 / 0.1);
}

.border-pink-600\/100{
  border-color: rgb(219 39 119 / 1);
}

.border-pink-600\/15{
  border-color: rgb(219 39 119 / 0.15);
}

.border-pink-600\/20{
  border-color: rgb(219 39 119 / 0.2);
}

.border-pink-600\/25{
  border-color: rgb(219 39 119 / 0.25);
}

.border-pink-600\/30{
  border-color: rgb(219 39 119 / 0.3);
}

.border-pink-600\/35{
  border-color: rgb(219 39 119 / 0.35);
}

.border-pink-600\/40{
  border-color: rgb(219 39 119 / 0.4);
}

.border-pink-600\/45{
  border-color: rgb(219 39 119 / 0.45);
}

.border-pink-600\/5{
  border-color: rgb(219 39 119 / 0.05);
}

.border-pink-600\/50{
  border-color: rgb(219 39 119 / 0.5);
}

.border-pink-600\/55{
  border-color: rgb(219 39 119 / 0.55);
}

.border-pink-600\/60{
  border-color: rgb(219 39 119 / 0.6);
}

.border-pink-600\/65{
  border-color: rgb(219 39 119 / 0.65);
}

.border-pink-600\/70{
  border-color: rgb(219 39 119 / 0.7);
}

.border-pink-600\/75{
  border-color: rgb(219 39 119 / 0.75);
}

.border-pink-600\/80{
  border-color: rgb(219 39 119 / 0.8);
}

.border-pink-600\/85{
  border-color: rgb(219 39 119 / 0.85);
}

.border-pink-600\/90{
  border-color: rgb(219 39 119 / 0.9);
}

.border-pink-600\/95{
  border-color: rgb(219 39 119 / 0.95);
}

.border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-pink-700\/0{
  border-color: rgb(190 24 93 / 0);
}

.border-pink-700\/10{
  border-color: rgb(190 24 93 / 0.1);
}

.border-pink-700\/100{
  border-color: rgb(190 24 93 / 1);
}

.border-pink-700\/15{
  border-color: rgb(190 24 93 / 0.15);
}

.border-pink-700\/20{
  border-color: rgb(190 24 93 / 0.2);
}

.border-pink-700\/25{
  border-color: rgb(190 24 93 / 0.25);
}

.border-pink-700\/30{
  border-color: rgb(190 24 93 / 0.3);
}

.border-pink-700\/35{
  border-color: rgb(190 24 93 / 0.35);
}

.border-pink-700\/40{
  border-color: rgb(190 24 93 / 0.4);
}

.border-pink-700\/45{
  border-color: rgb(190 24 93 / 0.45);
}

.border-pink-700\/5{
  border-color: rgb(190 24 93 / 0.05);
}

.border-pink-700\/50{
  border-color: rgb(190 24 93 / 0.5);
}

.border-pink-700\/55{
  border-color: rgb(190 24 93 / 0.55);
}

.border-pink-700\/60{
  border-color: rgb(190 24 93 / 0.6);
}

.border-pink-700\/65{
  border-color: rgb(190 24 93 / 0.65);
}

.border-pink-700\/70{
  border-color: rgb(190 24 93 / 0.7);
}

.border-pink-700\/75{
  border-color: rgb(190 24 93 / 0.75);
}

.border-pink-700\/80{
  border-color: rgb(190 24 93 / 0.8);
}

.border-pink-700\/85{
  border-color: rgb(190 24 93 / 0.85);
}

.border-pink-700\/90{
  border-color: rgb(190 24 93 / 0.9);
}

.border-pink-700\/95{
  border-color: rgb(190 24 93 / 0.95);
}

.border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-pink-800\/0{
  border-color: rgb(157 23 77 / 0);
}

.border-pink-800\/10{
  border-color: rgb(157 23 77 / 0.1);
}

.border-pink-800\/100{
  border-color: rgb(157 23 77 / 1);
}

.border-pink-800\/15{
  border-color: rgb(157 23 77 / 0.15);
}

.border-pink-800\/20{
  border-color: rgb(157 23 77 / 0.2);
}

.border-pink-800\/25{
  border-color: rgb(157 23 77 / 0.25);
}

.border-pink-800\/30{
  border-color: rgb(157 23 77 / 0.3);
}

.border-pink-800\/35{
  border-color: rgb(157 23 77 / 0.35);
}

.border-pink-800\/40{
  border-color: rgb(157 23 77 / 0.4);
}

.border-pink-800\/45{
  border-color: rgb(157 23 77 / 0.45);
}

.border-pink-800\/5{
  border-color: rgb(157 23 77 / 0.05);
}

.border-pink-800\/50{
  border-color: rgb(157 23 77 / 0.5);
}

.border-pink-800\/55{
  border-color: rgb(157 23 77 / 0.55);
}

.border-pink-800\/60{
  border-color: rgb(157 23 77 / 0.6);
}

.border-pink-800\/65{
  border-color: rgb(157 23 77 / 0.65);
}

.border-pink-800\/70{
  border-color: rgb(157 23 77 / 0.7);
}

.border-pink-800\/75{
  border-color: rgb(157 23 77 / 0.75);
}

.border-pink-800\/80{
  border-color: rgb(157 23 77 / 0.8);
}

.border-pink-800\/85{
  border-color: rgb(157 23 77 / 0.85);
}

.border-pink-800\/90{
  border-color: rgb(157 23 77 / 0.9);
}

.border-pink-800\/95{
  border-color: rgb(157 23 77 / 0.95);
}

.border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-pink-900\/0{
  border-color: rgb(131 24 67 / 0);
}

.border-pink-900\/10{
  border-color: rgb(131 24 67 / 0.1);
}

.border-pink-900\/100{
  border-color: rgb(131 24 67 / 1);
}

.border-pink-900\/15{
  border-color: rgb(131 24 67 / 0.15);
}

.border-pink-900\/20{
  border-color: rgb(131 24 67 / 0.2);
}

.border-pink-900\/25{
  border-color: rgb(131 24 67 / 0.25);
}

.border-pink-900\/30{
  border-color: rgb(131 24 67 / 0.3);
}

.border-pink-900\/35{
  border-color: rgb(131 24 67 / 0.35);
}

.border-pink-900\/40{
  border-color: rgb(131 24 67 / 0.4);
}

.border-pink-900\/45{
  border-color: rgb(131 24 67 / 0.45);
}

.border-pink-900\/5{
  border-color: rgb(131 24 67 / 0.05);
}

.border-pink-900\/50{
  border-color: rgb(131 24 67 / 0.5);
}

.border-pink-900\/55{
  border-color: rgb(131 24 67 / 0.55);
}

.border-pink-900\/60{
  border-color: rgb(131 24 67 / 0.6);
}

.border-pink-900\/65{
  border-color: rgb(131 24 67 / 0.65);
}

.border-pink-900\/70{
  border-color: rgb(131 24 67 / 0.7);
}

.border-pink-900\/75{
  border-color: rgb(131 24 67 / 0.75);
}

.border-pink-900\/80{
  border-color: rgb(131 24 67 / 0.8);
}

.border-pink-900\/85{
  border-color: rgb(131 24 67 / 0.85);
}

.border-pink-900\/90{
  border-color: rgb(131 24 67 / 0.9);
}

.border-pink-900\/95{
  border-color: rgb(131 24 67 / 0.95);
}

.border-pink-950{
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-pink-950\/0{
  border-color: rgb(80 7 36 / 0);
}

.border-pink-950\/10{
  border-color: rgb(80 7 36 / 0.1);
}

.border-pink-950\/100{
  border-color: rgb(80 7 36 / 1);
}

.border-pink-950\/15{
  border-color: rgb(80 7 36 / 0.15);
}

.border-pink-950\/20{
  border-color: rgb(80 7 36 / 0.2);
}

.border-pink-950\/25{
  border-color: rgb(80 7 36 / 0.25);
}

.border-pink-950\/30{
  border-color: rgb(80 7 36 / 0.3);
}

.border-pink-950\/35{
  border-color: rgb(80 7 36 / 0.35);
}

.border-pink-950\/40{
  border-color: rgb(80 7 36 / 0.4);
}

.border-pink-950\/45{
  border-color: rgb(80 7 36 / 0.45);
}

.border-pink-950\/5{
  border-color: rgb(80 7 36 / 0.05);
}

.border-pink-950\/50{
  border-color: rgb(80 7 36 / 0.5);
}

.border-pink-950\/55{
  border-color: rgb(80 7 36 / 0.55);
}

.border-pink-950\/60{
  border-color: rgb(80 7 36 / 0.6);
}

.border-pink-950\/65{
  border-color: rgb(80 7 36 / 0.65);
}

.border-pink-950\/70{
  border-color: rgb(80 7 36 / 0.7);
}

.border-pink-950\/75{
  border-color: rgb(80 7 36 / 0.75);
}

.border-pink-950\/80{
  border-color: rgb(80 7 36 / 0.8);
}

.border-pink-950\/85{
  border-color: rgb(80 7 36 / 0.85);
}

.border-pink-950\/90{
  border-color: rgb(80 7 36 / 0.9);
}

.border-pink-950\/95{
  border-color: rgb(80 7 36 / 0.95);
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.border-primary-hover{
  --tw-border-opacity: 1;
  border-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.border-primary-hover\/0{
  border-color: rgb(71 57 169 / 0);
}

.border-primary-hover\/10{
  border-color: rgb(71 57 169 / 0.1);
}

.border-primary-hover\/100{
  border-color: rgb(71 57 169 / 1);
}

.border-primary-hover\/15{
  border-color: rgb(71 57 169 / 0.15);
}

.border-primary-hover\/20{
  border-color: rgb(71 57 169 / 0.2);
}

.border-primary-hover\/25{
  border-color: rgb(71 57 169 / 0.25);
}

.border-primary-hover\/30{
  border-color: rgb(71 57 169 / 0.3);
}

.border-primary-hover\/35{
  border-color: rgb(71 57 169 / 0.35);
}

.border-primary-hover\/40{
  border-color: rgb(71 57 169 / 0.4);
}

.border-primary-hover\/45{
  border-color: rgb(71 57 169 / 0.45);
}

.border-primary-hover\/5{
  border-color: rgb(71 57 169 / 0.05);
}

.border-primary-hover\/50{
  border-color: rgb(71 57 169 / 0.5);
}

.border-primary-hover\/55{
  border-color: rgb(71 57 169 / 0.55);
}

.border-primary-hover\/60{
  border-color: rgb(71 57 169 / 0.6);
}

.border-primary-hover\/65{
  border-color: rgb(71 57 169 / 0.65);
}

.border-primary-hover\/70{
  border-color: rgb(71 57 169 / 0.7);
}

.border-primary-hover\/75{
  border-color: rgb(71 57 169 / 0.75);
}

.border-primary-hover\/80{
  border-color: rgb(71 57 169 / 0.8);
}

.border-primary-hover\/85{
  border-color: rgb(71 57 169 / 0.85);
}

.border-primary-hover\/90{
  border-color: rgb(71 57 169 / 0.9);
}

.border-primary-hover\/95{
  border-color: rgb(71 57 169 / 0.95);
}

.border-primary\/0{
  border-color: rgb(85 70 192 / 0);
}

.border-primary\/10{
  border-color: rgb(85 70 192 / 0.1);
}

.border-primary\/100{
  border-color: rgb(85 70 192 / 1);
}

.border-primary\/15{
  border-color: rgb(85 70 192 / 0.15);
}

.border-primary\/20{
  border-color: rgb(85 70 192 / 0.2);
}

.border-primary\/25{
  border-color: rgb(85 70 192 / 0.25);
}

.border-primary\/30{
  border-color: rgb(85 70 192 / 0.3);
}

.border-primary\/35{
  border-color: rgb(85 70 192 / 0.35);
}

.border-primary\/40{
  border-color: rgb(85 70 192 / 0.4);
}

.border-primary\/45{
  border-color: rgb(85 70 192 / 0.45);
}

.border-primary\/5{
  border-color: rgb(85 70 192 / 0.05);
}

.border-primary\/50{
  border-color: rgb(85 70 192 / 0.5);
}

.border-primary\/55{
  border-color: rgb(85 70 192 / 0.55);
}

.border-primary\/60{
  border-color: rgb(85 70 192 / 0.6);
}

.border-primary\/65{
  border-color: rgb(85 70 192 / 0.65);
}

.border-primary\/70{
  border-color: rgb(85 70 192 / 0.7);
}

.border-primary\/75{
  border-color: rgb(85 70 192 / 0.75);
}

.border-primary\/80{
  border-color: rgb(85 70 192 / 0.8);
}

.border-primary\/85{
  border-color: rgb(85 70 192 / 0.85);
}

.border-primary\/90{
  border-color: rgb(85 70 192 / 0.9);
}

.border-primary\/95{
  border-color: rgb(85 70 192 / 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\/15{
  border-color: rgb(243 232 255 / 0.15);
}

.border-purple-100\/20{
  border-color: rgb(243 232 255 / 0.2);
}

.border-purple-100\/25{
  border-color: rgb(243 232 255 / 0.25);
}

.border-purple-100\/30{
  border-color: rgb(243 232 255 / 0.3);
}

.border-purple-100\/35{
  border-color: rgb(243 232 255 / 0.35);
}

.border-purple-100\/40{
  border-color: rgb(243 232 255 / 0.4);
}

.border-purple-100\/45{
  border-color: rgb(243 232 255 / 0.45);
}

.border-purple-100\/5{
  border-color: rgb(243 232 255 / 0.05);
}

.border-purple-100\/50{
  border-color: rgb(243 232 255 / 0.5);
}

.border-purple-100\/55{
  border-color: rgb(243 232 255 / 0.55);
}

.border-purple-100\/60{
  border-color: rgb(243 232 255 / 0.6);
}

.border-purple-100\/65{
  border-color: rgb(243 232 255 / 0.65);
}

.border-purple-100\/70{
  border-color: rgb(243 232 255 / 0.7);
}

.border-purple-100\/75{
  border-color: rgb(243 232 255 / 0.75);
}

.border-purple-100\/80{
  border-color: rgb(243 232 255 / 0.8);
}

.border-purple-100\/85{
  border-color: rgb(243 232 255 / 0.85);
}

.border-purple-100\/90{
  border-color: rgb(243 232 255 / 0.9);
}

.border-purple-100\/95{
  border-color: rgb(243 232 255 / 0.95);
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-purple-200\/0{
  border-color: rgb(233 213 255 / 0);
}

.border-purple-200\/10{
  border-color: rgb(233 213 255 / 0.1);
}

.border-purple-200\/100{
  border-color: rgb(233 213 255 / 1);
}

.border-purple-200\/15{
  border-color: rgb(233 213 255 / 0.15);
}

.border-purple-200\/20{
  border-color: rgb(233 213 255 / 0.2);
}

.border-purple-200\/25{
  border-color: rgb(233 213 255 / 0.25);
}

.border-purple-200\/30{
  border-color: rgb(233 213 255 / 0.3);
}

.border-purple-200\/35{
  border-color: rgb(233 213 255 / 0.35);
}

.border-purple-200\/40{
  border-color: rgb(233 213 255 / 0.4);
}

.border-purple-200\/45{
  border-color: rgb(233 213 255 / 0.45);
}

.border-purple-200\/5{
  border-color: rgb(233 213 255 / 0.05);
}

.border-purple-200\/50{
  border-color: rgb(233 213 255 / 0.5);
}

.border-purple-200\/55{
  border-color: rgb(233 213 255 / 0.55);
}

.border-purple-200\/60{
  border-color: rgb(233 213 255 / 0.6);
}

.border-purple-200\/65{
  border-color: rgb(233 213 255 / 0.65);
}

.border-purple-200\/70{
  border-color: rgb(233 213 255 / 0.7);
}

.border-purple-200\/75{
  border-color: rgb(233 213 255 / 0.75);
}

.border-purple-200\/80{
  border-color: rgb(233 213 255 / 0.8);
}

.border-purple-200\/85{
  border-color: rgb(233 213 255 / 0.85);
}

.border-purple-200\/90{
  border-color: rgb(233 213 255 / 0.9);
}

.border-purple-200\/95{
  border-color: rgb(233 213 255 / 0.95);
}

.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-purple-300\/0{
  border-color: rgb(216 180 254 / 0);
}

.border-purple-300\/10{
  border-color: rgb(216 180 254 / 0.1);
}

.border-purple-300\/100{
  border-color: rgb(216 180 254 / 1);
}

.border-purple-300\/15{
  border-color: rgb(216 180 254 / 0.15);
}

.border-purple-300\/20{
  border-color: rgb(216 180 254 / 0.2);
}

.border-purple-300\/25{
  border-color: rgb(216 180 254 / 0.25);
}

.border-purple-300\/30{
  border-color: rgb(216 180 254 / 0.3);
}

.border-purple-300\/35{
  border-color: rgb(216 180 254 / 0.35);
}

.border-purple-300\/40{
  border-color: rgb(216 180 254 / 0.4);
}

.border-purple-300\/45{
  border-color: rgb(216 180 254 / 0.45);
}

.border-purple-300\/5{
  border-color: rgb(216 180 254 / 0.05);
}

.border-purple-300\/50{
  border-color: rgb(216 180 254 / 0.5);
}

.border-purple-300\/55{
  border-color: rgb(216 180 254 / 0.55);
}

.border-purple-300\/60{
  border-color: rgb(216 180 254 / 0.6);
}

.border-purple-300\/65{
  border-color: rgb(216 180 254 / 0.65);
}

.border-purple-300\/70{
  border-color: rgb(216 180 254 / 0.7);
}

.border-purple-300\/75{
  border-color: rgb(216 180 254 / 0.75);
}

.border-purple-300\/80{
  border-color: rgb(216 180 254 / 0.8);
}

.border-purple-300\/85{
  border-color: rgb(216 180 254 / 0.85);
}

.border-purple-300\/90{
  border-color: rgb(216 180 254 / 0.9);
}

.border-purple-300\/95{
  border-color: rgb(216 180 254 / 0.95);
}

.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-purple-400\/0{
  border-color: rgb(192 132 252 / 0);
}

.border-purple-400\/10{
  border-color: rgb(192 132 252 / 0.1);
}

.border-purple-400\/100{
  border-color: rgb(192 132 252 / 1);
}

.border-purple-400\/15{
  border-color: rgb(192 132 252 / 0.15);
}

.border-purple-400\/20{
  border-color: rgb(192 132 252 / 0.2);
}

.border-purple-400\/25{
  border-color: rgb(192 132 252 / 0.25);
}

.border-purple-400\/30{
  border-color: rgb(192 132 252 / 0.3);
}

.border-purple-400\/35{
  border-color: rgb(192 132 252 / 0.35);
}

.border-purple-400\/40{
  border-color: rgb(192 132 252 / 0.4);
}

.border-purple-400\/45{
  border-color: rgb(192 132 252 / 0.45);
}

.border-purple-400\/5{
  border-color: rgb(192 132 252 / 0.05);
}

.border-purple-400\/50{
  border-color: rgb(192 132 252 / 0.5);
}

.border-purple-400\/55{
  border-color: rgb(192 132 252 / 0.55);
}

.border-purple-400\/60{
  border-color: rgb(192 132 252 / 0.6);
}

.border-purple-400\/65{
  border-color: rgb(192 132 252 / 0.65);
}

.border-purple-400\/70{
  border-color: rgb(192 132 252 / 0.7);
}

.border-purple-400\/75{
  border-color: rgb(192 132 252 / 0.75);
}

.border-purple-400\/80{
  border-color: rgb(192 132 252 / 0.8);
}

.border-purple-400\/85{
  border-color: rgb(192 132 252 / 0.85);
}

.border-purple-400\/90{
  border-color: rgb(192 132 252 / 0.9);
}

.border-purple-400\/95{
  border-color: rgb(192 132 252 / 0.95);
}

.border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-purple-50\/0{
  border-color: rgb(250 245 255 / 0);
}

.border-purple-50\/10{
  border-color: rgb(250 245 255 / 0.1);
}

.border-purple-50\/100{
  border-color: rgb(250 245 255 / 1);
}

.border-purple-50\/15{
  border-color: rgb(250 245 255 / 0.15);
}

.border-purple-50\/20{
  border-color: rgb(250 245 255 / 0.2);
}

.border-purple-50\/25{
  border-color: rgb(250 245 255 / 0.25);
}

.border-purple-50\/30{
  border-color: rgb(250 245 255 / 0.3);
}

.border-purple-50\/35{
  border-color: rgb(250 245 255 / 0.35);
}

.border-purple-50\/40{
  border-color: rgb(250 245 255 / 0.4);
}

.border-purple-50\/45{
  border-color: rgb(250 245 255 / 0.45);
}

.border-purple-50\/5{
  border-color: rgb(250 245 255 / 0.05);
}

.border-purple-50\/50{
  border-color: rgb(250 245 255 / 0.5);
}

.border-purple-50\/55{
  border-color: rgb(250 245 255 / 0.55);
}

.border-purple-50\/60{
  border-color: rgb(250 245 255 / 0.6);
}

.border-purple-50\/65{
  border-color: rgb(250 245 255 / 0.65);
}

.border-purple-50\/70{
  border-color: rgb(250 245 255 / 0.7);
}

.border-purple-50\/75{
  border-color: rgb(250 245 255 / 0.75);
}

.border-purple-50\/80{
  border-color: rgb(250 245 255 / 0.8);
}

.border-purple-50\/85{
  border-color: rgb(250 245 255 / 0.85);
}

.border-purple-50\/90{
  border-color: rgb(250 245 255 / 0.9);
}

.border-purple-50\/95{
  border-color: rgb(250 245 255 / 0.95);
}

.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.border-purple-500\/0{
  border-color: rgb(168 85 247 / 0);
}

.border-purple-500\/10{
  border-color: rgb(168 85 247 / 0.1);
}

.border-purple-500\/100{
  border-color: rgb(168 85 247 / 1);
}

.border-purple-500\/15{
  border-color: rgb(168 85 247 / 0.15);
}

.border-purple-500\/20{
  border-color: rgb(168 85 247 / 0.2);
}

.border-purple-500\/25{
  border-color: rgb(168 85 247 / 0.25);
}

.border-purple-500\/30{
  border-color: rgb(168 85 247 / 0.3);
}

.border-purple-500\/35{
  border-color: rgb(168 85 247 / 0.35);
}

.border-purple-500\/40{
  border-color: rgb(168 85 247 / 0.4);
}

.border-purple-500\/45{
  border-color: rgb(168 85 247 / 0.45);
}

.border-purple-500\/5{
  border-color: rgb(168 85 247 / 0.05);
}

.border-purple-500\/50{
  border-color: rgb(168 85 247 / 0.5);
}

.border-purple-500\/55{
  border-color: rgb(168 85 247 / 0.55);
}

.border-purple-500\/60{
  border-color: rgb(168 85 247 / 0.6);
}

.border-purple-500\/65{
  border-color: rgb(168 85 247 / 0.65);
}

.border-purple-500\/70{
  border-color: rgb(168 85 247 / 0.7);
}

.border-purple-500\/75{
  border-color: rgb(168 85 247 / 0.75);
}

.border-purple-500\/80{
  border-color: rgb(168 85 247 / 0.8);
}

.border-purple-500\/85{
  border-color: rgb(168 85 247 / 0.85);
}

.border-purple-500\/90{
  border-color: rgb(168 85 247 / 0.9);
}

.border-purple-500\/95{
  border-color: rgb(168 85 247 / 0.95);
}

.border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-purple-600\/0{
  border-color: rgb(147 51 234 / 0);
}

.border-purple-600\/10{
  border-color: rgb(147 51 234 / 0.1);
}

.border-purple-600\/100{
  border-color: rgb(147 51 234 / 1);
}

.border-purple-600\/15{
  border-color: rgb(147 51 234 / 0.15);
}

.border-purple-600\/20{
  border-color: rgb(147 51 234 / 0.2);
}

.border-purple-600\/25{
  border-color: rgb(147 51 234 / 0.25);
}

.border-purple-600\/30{
  border-color: rgb(147 51 234 / 0.3);
}

.border-purple-600\/35{
  border-color: rgb(147 51 234 / 0.35);
}

.border-purple-600\/40{
  border-color: rgb(147 51 234 / 0.4);
}

.border-purple-600\/45{
  border-color: rgb(147 51 234 / 0.45);
}

.border-purple-600\/5{
  border-color: rgb(147 51 234 / 0.05);
}

.border-purple-600\/50{
  border-color: rgb(147 51 234 / 0.5);
}

.border-purple-600\/55{
  border-color: rgb(147 51 234 / 0.55);
}

.border-purple-600\/60{
  border-color: rgb(147 51 234 / 0.6);
}

.border-purple-600\/65{
  border-color: rgb(147 51 234 / 0.65);
}

.border-purple-600\/70{
  border-color: rgb(147 51 234 / 0.7);
}

.border-purple-600\/75{
  border-color: rgb(147 51 234 / 0.75);
}

.border-purple-600\/80{
  border-color: rgb(147 51 234 / 0.8);
}

.border-purple-600\/85{
  border-color: rgb(147 51 234 / 0.85);
}

.border-purple-600\/90{
  border-color: rgb(147 51 234 / 0.9);
}

.border-purple-600\/95{
  border-color: rgb(147 51 234 / 0.95);
}

.border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-purple-700\/0{
  border-color: rgb(126 34 206 / 0);
}

.border-purple-700\/10{
  border-color: rgb(126 34 206 / 0.1);
}

.border-purple-700\/100{
  border-color: rgb(126 34 206 / 1);
}

.border-purple-700\/15{
  border-color: rgb(126 34 206 / 0.15);
}

.border-purple-700\/20{
  border-color: rgb(126 34 206 / 0.2);
}

.border-purple-700\/25{
  border-color: rgb(126 34 206 / 0.25);
}

.border-purple-700\/30{
  border-color: rgb(126 34 206 / 0.3);
}

.border-purple-700\/35{
  border-color: rgb(126 34 206 / 0.35);
}

.border-purple-700\/40{
  border-color: rgb(126 34 206 / 0.4);
}

.border-purple-700\/45{
  border-color: rgb(126 34 206 / 0.45);
}

.border-purple-700\/5{
  border-color: rgb(126 34 206 / 0.05);
}

.border-purple-700\/50{
  border-color: rgb(126 34 206 / 0.5);
}

.border-purple-700\/55{
  border-color: rgb(126 34 206 / 0.55);
}

.border-purple-700\/60{
  border-color: rgb(126 34 206 / 0.6);
}

.border-purple-700\/65{
  border-color: rgb(126 34 206 / 0.65);
}

.border-purple-700\/70{
  border-color: rgb(126 34 206 / 0.7);
}

.border-purple-700\/75{
  border-color: rgb(126 34 206 / 0.75);
}

.border-purple-700\/80{
  border-color: rgb(126 34 206 / 0.8);
}

.border-purple-700\/85{
  border-color: rgb(126 34 206 / 0.85);
}

.border-purple-700\/90{
  border-color: rgb(126 34 206 / 0.9);
}

.border-purple-700\/95{
  border-color: rgb(126 34 206 / 0.95);
}

.border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-purple-800\/0{
  border-color: rgb(107 33 168 / 0);
}

.border-purple-800\/10{
  border-color: rgb(107 33 168 / 0.1);
}

.border-purple-800\/100{
  border-color: rgb(107 33 168 / 1);
}

.border-purple-800\/15{
  border-color: rgb(107 33 168 / 0.15);
}

.border-purple-800\/20{
  border-color: rgb(107 33 168 / 0.2);
}

.border-purple-800\/25{
  border-color: rgb(107 33 168 / 0.25);
}

.border-purple-800\/30{
  border-color: rgb(107 33 168 / 0.3);
}

.border-purple-800\/35{
  border-color: rgb(107 33 168 / 0.35);
}

.border-purple-800\/40{
  border-color: rgb(107 33 168 / 0.4);
}

.border-purple-800\/45{
  border-color: rgb(107 33 168 / 0.45);
}

.border-purple-800\/5{
  border-color: rgb(107 33 168 / 0.05);
}

.border-purple-800\/50{
  border-color: rgb(107 33 168 / 0.5);
}

.border-purple-800\/55{
  border-color: rgb(107 33 168 / 0.55);
}

.border-purple-800\/60{
  border-color: rgb(107 33 168 / 0.6);
}

.border-purple-800\/65{
  border-color: rgb(107 33 168 / 0.65);
}

.border-purple-800\/70{
  border-color: rgb(107 33 168 / 0.7);
}

.border-purple-800\/75{
  border-color: rgb(107 33 168 / 0.75);
}

.border-purple-800\/80{
  border-color: rgb(107 33 168 / 0.8);
}

.border-purple-800\/85{
  border-color: rgb(107 33 168 / 0.85);
}

.border-purple-800\/90{
  border-color: rgb(107 33 168 / 0.9);
}

.border-purple-800\/95{
  border-color: rgb(107 33 168 / 0.95);
}

.border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-purple-900\/0{
  border-color: rgb(88 28 135 / 0);
}

.border-purple-900\/10{
  border-color: rgb(88 28 135 / 0.1);
}

.border-purple-900\/100{
  border-color: rgb(88 28 135 / 1);
}

.border-purple-900\/15{
  border-color: rgb(88 28 135 / 0.15);
}

.border-purple-900\/20{
  border-color: rgb(88 28 135 / 0.2);
}

.border-purple-900\/25{
  border-color: rgb(88 28 135 / 0.25);
}

.border-purple-900\/30{
  border-color: rgb(88 28 135 / 0.3);
}

.border-purple-900\/35{
  border-color: rgb(88 28 135 / 0.35);
}

.border-purple-900\/40{
  border-color: rgb(88 28 135 / 0.4);
}

.border-purple-900\/45{
  border-color: rgb(88 28 135 / 0.45);
}

.border-purple-900\/5{
  border-color: rgb(88 28 135 / 0.05);
}

.border-purple-900\/50{
  border-color: rgb(88 28 135 / 0.5);
}

.border-purple-900\/55{
  border-color: rgb(88 28 135 / 0.55);
}

.border-purple-900\/60{
  border-color: rgb(88 28 135 / 0.6);
}

.border-purple-900\/65{
  border-color: rgb(88 28 135 / 0.65);
}

.border-purple-900\/70{
  border-color: rgb(88 28 135 / 0.7);
}

.border-purple-900\/75{
  border-color: rgb(88 28 135 / 0.75);
}

.border-purple-900\/80{
  border-color: rgb(88 28 135 / 0.8);
}

.border-purple-900\/85{
  border-color: rgb(88 28 135 / 0.85);
}

.border-purple-900\/90{
  border-color: rgb(88 28 135 / 0.9);
}

.border-purple-900\/95{
  border-color: rgb(88 28 135 / 0.95);
}

.border-purple-950{
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-purple-950\/0{
  border-color: rgb(59 7 100 / 0);
}

.border-purple-950\/10{
  border-color: rgb(59 7 100 / 0.1);
}

.border-purple-950\/100{
  border-color: rgb(59 7 100 / 1);
}

.border-purple-950\/15{
  border-color: rgb(59 7 100 / 0.15);
}

.border-purple-950\/20{
  border-color: rgb(59 7 100 / 0.2);
}

.border-purple-950\/25{
  border-color: rgb(59 7 100 / 0.25);
}

.border-purple-950\/30{
  border-color: rgb(59 7 100 / 0.3);
}

.border-purple-950\/35{
  border-color: rgb(59 7 100 / 0.35);
}

.border-purple-950\/40{
  border-color: rgb(59 7 100 / 0.4);
}

.border-purple-950\/45{
  border-color: rgb(59 7 100 / 0.45);
}

.border-purple-950\/5{
  border-color: rgb(59 7 100 / 0.05);
}

.border-purple-950\/50{
  border-color: rgb(59 7 100 / 0.5);
}

.border-purple-950\/55{
  border-color: rgb(59 7 100 / 0.55);
}

.border-purple-950\/60{
  border-color: rgb(59 7 100 / 0.6);
}

.border-purple-950\/65{
  border-color: rgb(59 7 100 / 0.65);
}

.border-purple-950\/70{
  border-color: rgb(59 7 100 / 0.7);
}

.border-purple-950\/75{
  border-color: rgb(59 7 100 / 0.75);
}

.border-purple-950\/80{
  border-color: rgb(59 7 100 / 0.8);
}

.border-purple-950\/85{
  border-color: rgb(59 7 100 / 0.85);
}

.border-purple-950\/90{
  border-color: rgb(59 7 100 / 0.9);
}

.border-purple-950\/95{
  border-color: rgb(59 7 100 / 0.95);
}

.border-quaternary{
  --tw-border-opacity: 1;
  border-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.border-quaternary-hover{
  --tw-border-opacity: 1;
  border-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.border-quaternary-hover\/0{
  border-color: rgb(43 202 241 / 0);
}

.border-quaternary-hover\/10{
  border-color: rgb(43 202 241 / 0.1);
}

.border-quaternary-hover\/100{
  border-color: rgb(43 202 241 / 1);
}

.border-quaternary-hover\/15{
  border-color: rgb(43 202 241 / 0.15);
}

.border-quaternary-hover\/20{
  border-color: rgb(43 202 241 / 0.2);
}

.border-quaternary-hover\/25{
  border-color: rgb(43 202 241 / 0.25);
}

.border-quaternary-hover\/30{
  border-color: rgb(43 202 241 / 0.3);
}

.border-quaternary-hover\/35{
  border-color: rgb(43 202 241 / 0.35);
}

.border-quaternary-hover\/40{
  border-color: rgb(43 202 241 / 0.4);
}

.border-quaternary-hover\/45{
  border-color: rgb(43 202 241 / 0.45);
}

.border-quaternary-hover\/5{
  border-color: rgb(43 202 241 / 0.05);
}

.border-quaternary-hover\/50{
  border-color: rgb(43 202 241 / 0.5);
}

.border-quaternary-hover\/55{
  border-color: rgb(43 202 241 / 0.55);
}

.border-quaternary-hover\/60{
  border-color: rgb(43 202 241 / 0.6);
}

.border-quaternary-hover\/65{
  border-color: rgb(43 202 241 / 0.65);
}

.border-quaternary-hover\/70{
  border-color: rgb(43 202 241 / 0.7);
}

.border-quaternary-hover\/75{
  border-color: rgb(43 202 241 / 0.75);
}

.border-quaternary-hover\/80{
  border-color: rgb(43 202 241 / 0.8);
}

.border-quaternary-hover\/85{
  border-color: rgb(43 202 241 / 0.85);
}

.border-quaternary-hover\/90{
  border-color: rgb(43 202 241 / 0.9);
}

.border-quaternary-hover\/95{
  border-color: rgb(43 202 241 / 0.95);
}

.border-quaternary\/0{
  border-color: rgb(61 209 246 / 0);
}

.border-quaternary\/10{
  border-color: rgb(61 209 246 / 0.1);
}

.border-quaternary\/100{
  border-color: rgb(61 209 246 / 1);
}

.border-quaternary\/15{
  border-color: rgb(61 209 246 / 0.15);
}

.border-quaternary\/20{
  border-color: rgb(61 209 246 / 0.2);
}

.border-quaternary\/25{
  border-color: rgb(61 209 246 / 0.25);
}

.border-quaternary\/30{
  border-color: rgb(61 209 246 / 0.3);
}

.border-quaternary\/35{
  border-color: rgb(61 209 246 / 0.35);
}

.border-quaternary\/40{
  border-color: rgb(61 209 246 / 0.4);
}

.border-quaternary\/45{
  border-color: rgb(61 209 246 / 0.45);
}

.border-quaternary\/5{
  border-color: rgb(61 209 246 / 0.05);
}

.border-quaternary\/50{
  border-color: rgb(61 209 246 / 0.5);
}

.border-quaternary\/55{
  border-color: rgb(61 209 246 / 0.55);
}

.border-quaternary\/60{
  border-color: rgb(61 209 246 / 0.6);
}

.border-quaternary\/65{
  border-color: rgb(61 209 246 / 0.65);
}

.border-quaternary\/70{
  border-color: rgb(61 209 246 / 0.7);
}

.border-quaternary\/75{
  border-color: rgb(61 209 246 / 0.75);
}

.border-quaternary\/80{
  border-color: rgb(61 209 246 / 0.8);
}

.border-quaternary\/85{
  border-color: rgb(61 209 246 / 0.85);
}

.border-quaternary\/90{
  border-color: rgb(61 209 246 / 0.9);
}

.border-quaternary\/95{
  border-color: rgb(61 209 246 / 0.95);
}

.border-quinary{
  --tw-border-opacity: 1;
  border-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.border-quinary-hover{
  --tw-border-opacity: 1;
  border-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.border-quinary-hover\/0{
  border-color: rgb(112 126 222 / 0);
}

.border-quinary-hover\/10{
  border-color: rgb(112 126 222 / 0.1);
}

.border-quinary-hover\/100{
  border-color: rgb(112 126 222 / 1);
}

.border-quinary-hover\/15{
  border-color: rgb(112 126 222 / 0.15);
}

.border-quinary-hover\/20{
  border-color: rgb(112 126 222 / 0.2);
}

.border-quinary-hover\/25{
  border-color: rgb(112 126 222 / 0.25);
}

.border-quinary-hover\/30{
  border-color: rgb(112 126 222 / 0.3);
}

.border-quinary-hover\/35{
  border-color: rgb(112 126 222 / 0.35);
}

.border-quinary-hover\/40{
  border-color: rgb(112 126 222 / 0.4);
}

.border-quinary-hover\/45{
  border-color: rgb(112 126 222 / 0.45);
}

.border-quinary-hover\/5{
  border-color: rgb(112 126 222 / 0.05);
}

.border-quinary-hover\/50{
  border-color: rgb(112 126 222 / 0.5);
}

.border-quinary-hover\/55{
  border-color: rgb(112 126 222 / 0.55);
}

.border-quinary-hover\/60{
  border-color: rgb(112 126 222 / 0.6);
}

.border-quinary-hover\/65{
  border-color: rgb(112 126 222 / 0.65);
}

.border-quinary-hover\/70{
  border-color: rgb(112 126 222 / 0.7);
}

.border-quinary-hover\/75{
  border-color: rgb(112 126 222 / 0.75);
}

.border-quinary-hover\/80{
  border-color: rgb(112 126 222 / 0.8);
}

.border-quinary-hover\/85{
  border-color: rgb(112 126 222 / 0.85);
}

.border-quinary-hover\/90{
  border-color: rgb(112 126 222 / 0.9);
}

.border-quinary-hover\/95{
  border-color: rgb(112 126 222 / 0.95);
}

.border-quinary\/0{
  border-color: rgb(136 150 244 / 0);
}

.border-quinary\/10{
  border-color: rgb(136 150 244 / 0.1);
}

.border-quinary\/100{
  border-color: rgb(136 150 244 / 1);
}

.border-quinary\/15{
  border-color: rgb(136 150 244 / 0.15);
}

.border-quinary\/20{
  border-color: rgb(136 150 244 / 0.2);
}

.border-quinary\/25{
  border-color: rgb(136 150 244 / 0.25);
}

.border-quinary\/30{
  border-color: rgb(136 150 244 / 0.3);
}

.border-quinary\/35{
  border-color: rgb(136 150 244 / 0.35);
}

.border-quinary\/40{
  border-color: rgb(136 150 244 / 0.4);
}

.border-quinary\/45{
  border-color: rgb(136 150 244 / 0.45);
}

.border-quinary\/5{
  border-color: rgb(136 150 244 / 0.05);
}

.border-quinary\/50{
  border-color: rgb(136 150 244 / 0.5);
}

.border-quinary\/55{
  border-color: rgb(136 150 244 / 0.55);
}

.border-quinary\/60{
  border-color: rgb(136 150 244 / 0.6);
}

.border-quinary\/65{
  border-color: rgb(136 150 244 / 0.65);
}

.border-quinary\/70{
  border-color: rgb(136 150 244 / 0.7);
}

.border-quinary\/75{
  border-color: rgb(136 150 244 / 0.75);
}

.border-quinary\/80{
  border-color: rgb(136 150 244 / 0.8);
}

.border-quinary\/85{
  border-color: rgb(136 150 244 / 0.85);
}

.border-quinary\/90{
  border-color: rgb(136 150 244 / 0.9);
}

.border-quinary\/95{
  border-color: rgb(136 150 244 / 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\/15{
  border-color: rgb(254 226 226 / 0.15);
}

.border-red-100\/20{
  border-color: rgb(254 226 226 / 0.2);
}

.border-red-100\/25{
  border-color: rgb(254 226 226 / 0.25);
}

.border-red-100\/30{
  border-color: rgb(254 226 226 / 0.3);
}

.border-red-100\/35{
  border-color: rgb(254 226 226 / 0.35);
}

.border-red-100\/40{
  border-color: rgb(254 226 226 / 0.4);
}

.border-red-100\/45{
  border-color: rgb(254 226 226 / 0.45);
}

.border-red-100\/5{
  border-color: rgb(254 226 226 / 0.05);
}

.border-red-100\/50{
  border-color: rgb(254 226 226 / 0.5);
}

.border-red-100\/55{
  border-color: rgb(254 226 226 / 0.55);
}

.border-red-100\/60{
  border-color: rgb(254 226 226 / 0.6);
}

.border-red-100\/65{
  border-color: rgb(254 226 226 / 0.65);
}

.border-red-100\/70{
  border-color: rgb(254 226 226 / 0.7);
}

.border-red-100\/75{
  border-color: rgb(254 226 226 / 0.75);
}

.border-red-100\/80{
  border-color: rgb(254 226 226 / 0.8);
}

.border-red-100\/85{
  border-color: rgb(254 226 226 / 0.85);
}

.border-red-100\/90{
  border-color: rgb(254 226 226 / 0.9);
}

.border-red-100\/95{
  border-color: rgb(254 226 226 / 0.95);
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-red-200\/0{
  border-color: rgb(254 202 202 / 0);
}

.border-red-200\/10{
  border-color: rgb(254 202 202 / 0.1);
}

.border-red-200\/100{
  border-color: rgb(254 202 202 / 1);
}

.border-red-200\/15{
  border-color: rgb(254 202 202 / 0.15);
}

.border-red-200\/20{
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-200\/25{
  border-color: rgb(254 202 202 / 0.25);
}

.border-red-200\/30{
  border-color: rgb(254 202 202 / 0.3);
}

.border-red-200\/35{
  border-color: rgb(254 202 202 / 0.35);
}

.border-red-200\/40{
  border-color: rgb(254 202 202 / 0.4);
}

.border-red-200\/45{
  border-color: rgb(254 202 202 / 0.45);
}

.border-red-200\/5{
  border-color: rgb(254 202 202 / 0.05);
}

.border-red-200\/50{
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-200\/55{
  border-color: rgb(254 202 202 / 0.55);
}

.border-red-200\/60{
  border-color: rgb(254 202 202 / 0.6);
}

.border-red-200\/65{
  border-color: rgb(254 202 202 / 0.65);
}

.border-red-200\/70{
  border-color: rgb(254 202 202 / 0.7);
}

.border-red-200\/75{
  border-color: rgb(254 202 202 / 0.75);
}

.border-red-200\/80{
  border-color: rgb(254 202 202 / 0.8);
}

.border-red-200\/85{
  border-color: rgb(254 202 202 / 0.85);
}

.border-red-200\/90{
  border-color: rgb(254 202 202 / 0.9);
}

.border-red-200\/95{
  border-color: rgb(254 202 202 / 0.95);
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-red-300\/0{
  border-color: rgb(252 165 165 / 0);
}

.border-red-300\/10{
  border-color: rgb(252 165 165 / 0.1);
}

.border-red-300\/100{
  border-color: rgb(252 165 165 / 1);
}

.border-red-300\/15{
  border-color: rgb(252 165 165 / 0.15);
}

.border-red-300\/20{
  border-color: rgb(252 165 165 / 0.2);
}

.border-red-300\/25{
  border-color: rgb(252 165 165 / 0.25);
}

.border-red-300\/30{
  border-color: rgb(252 165 165 / 0.3);
}

.border-red-300\/35{
  border-color: rgb(252 165 165 / 0.35);
}

.border-red-300\/40{
  border-color: rgb(252 165 165 / 0.4);
}

.border-red-300\/45{
  border-color: rgb(252 165 165 / 0.45);
}

.border-red-300\/5{
  border-color: rgb(252 165 165 / 0.05);
}

.border-red-300\/50{
  border-color: rgb(252 165 165 / 0.5);
}

.border-red-300\/55{
  border-color: rgb(252 165 165 / 0.55);
}

.border-red-300\/60{
  border-color: rgb(252 165 165 / 0.6);
}

.border-red-300\/65{
  border-color: rgb(252 165 165 / 0.65);
}

.border-red-300\/70{
  border-color: rgb(252 165 165 / 0.7);
}

.border-red-300\/75{
  border-color: rgb(252 165 165 / 0.75);
}

.border-red-300\/80{
  border-color: rgb(252 165 165 / 0.8);
}

.border-red-300\/85{
  border-color: rgb(252 165 165 / 0.85);
}

.border-red-300\/90{
  border-color: rgb(252 165 165 / 0.9);
}

.border-red-300\/95{
  border-color: rgb(252 165 165 / 0.95);
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-red-400\/0{
  border-color: rgb(248 113 113 / 0);
}

.border-red-400\/10{
  border-color: rgb(248 113 113 / 0.1);
}

.border-red-400\/100{
  border-color: rgb(248 113 113 / 1);
}

.border-red-400\/15{
  border-color: rgb(248 113 113 / 0.15);
}

.border-red-400\/20{
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/25{
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30{
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/35{
  border-color: rgb(248 113 113 / 0.35);
}

.border-red-400\/40{
  border-color: rgb(248 113 113 / 0.4);
}

.border-red-400\/45{
  border-color: rgb(248 113 113 / 0.45);
}

.border-red-400\/5{
  border-color: rgb(248 113 113 / 0.05);
}

.border-red-400\/50{
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/55{
  border-color: rgb(248 113 113 / 0.55);
}

.border-red-400\/60{
  border-color: rgb(248 113 113 / 0.6);
}

.border-red-400\/65{
  border-color: rgb(248 113 113 / 0.65);
}

.border-red-400\/70{
  border-color: rgb(248 113 113 / 0.7);
}

.border-red-400\/75{
  border-color: rgb(248 113 113 / 0.75);
}

.border-red-400\/80{
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-400\/85{
  border-color: rgb(248 113 113 / 0.85);
}

.border-red-400\/90{
  border-color: rgb(248 113 113 / 0.9);
}

.border-red-400\/95{
  border-color: rgb(248 113 113 / 0.95);
}

.border-red-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-red-50\/0{
  border-color: rgb(254 242 242 / 0);
}

.border-red-50\/10{
  border-color: rgb(254 242 242 / 0.1);
}

.border-red-50\/100{
  border-color: rgb(254 242 242 / 1);
}

.border-red-50\/15{
  border-color: rgb(254 242 242 / 0.15);
}

.border-red-50\/20{
  border-color: rgb(254 242 242 / 0.2);
}

.border-red-50\/25{
  border-color: rgb(254 242 242 / 0.25);
}

.border-red-50\/30{
  border-color: rgb(254 242 242 / 0.3);
}

.border-red-50\/35{
  border-color: rgb(254 242 242 / 0.35);
}

.border-red-50\/40{
  border-color: rgb(254 242 242 / 0.4);
}

.border-red-50\/45{
  border-color: rgb(254 242 242 / 0.45);
}

.border-red-50\/5{
  border-color: rgb(254 242 242 / 0.05);
}

.border-red-50\/50{
  border-color: rgb(254 242 242 / 0.5);
}

.border-red-50\/55{
  border-color: rgb(254 242 242 / 0.55);
}

.border-red-50\/60{
  border-color: rgb(254 242 242 / 0.6);
}

.border-red-50\/65{
  border-color: rgb(254 242 242 / 0.65);
}

.border-red-50\/70{
  border-color: rgb(254 242 242 / 0.7);
}

.border-red-50\/75{
  border-color: rgb(254 242 242 / 0.75);
}

.border-red-50\/80{
  border-color: rgb(254 242 242 / 0.8);
}

.border-red-50\/85{
  border-color: rgb(254 242 242 / 0.85);
}

.border-red-50\/90{
  border-color: rgb(254 242 242 / 0.9);
}

.border-red-50\/95{
  border-color: rgb(254 242 242 / 0.95);
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-500\/0{
  border-color: rgb(239 68 68 / 0);
}

.border-red-500\/10{
  border-color: rgb(239 68 68 / 0.1);
}

.border-red-500\/100{
  border-color: rgb(239 68 68 / 1);
}

.border-red-500\/15{
  border-color: rgb(239 68 68 / 0.15);
}

.border-red-500\/20{
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25{
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/35{
  border-color: rgb(239 68 68 / 0.35);
}

.border-red-500\/40{
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/45{
  border-color: rgb(239 68 68 / 0.45);
}

.border-red-500\/5{
  border-color: rgb(239 68 68 / 0.05);
}

.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/55{
  border-color: rgb(239 68 68 / 0.55);
}

.border-red-500\/60{
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/65{
  border-color: rgb(239 68 68 / 0.65);
}

.border-red-500\/70{
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-500\/75{
  border-color: rgb(239 68 68 / 0.75);
}

.border-red-500\/80{
  border-color: rgb(239 68 68 / 0.8);
}

.border-red-500\/85{
  border-color: rgb(239 68 68 / 0.85);
}

.border-red-500\/90{
  border-color: rgb(239 68 68 / 0.9);
}

.border-red-500\/95{
  border-color: rgb(239 68 68 / 0.95);
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-600\/0{
  border-color: rgb(220 38 38 / 0);
}

.border-red-600\/10{
  border-color: rgb(220 38 38 / 0.1);
}

.border-red-600\/100{
  border-color: rgb(220 38 38 / 1);
}

.border-red-600\/15{
  border-color: rgb(220 38 38 / 0.15);
}

.border-red-600\/20{
  border-color: rgb(220 38 38 / 0.2);
}

.border-red-600\/25{
  border-color: rgb(220 38 38 / 0.25);
}

.border-red-600\/30{
  border-color: rgb(220 38 38 / 0.3);
}

.border-red-600\/35{
  border-color: rgb(220 38 38 / 0.35);
}

.border-red-600\/40{
  border-color: rgb(220 38 38 / 0.4);
}

.border-red-600\/45{
  border-color: rgb(220 38 38 / 0.45);
}

.border-red-600\/5{
  border-color: rgb(220 38 38 / 0.05);
}

.border-red-600\/50{
  border-color: rgb(220 38 38 / 0.5);
}

.border-red-600\/55{
  border-color: rgb(220 38 38 / 0.55);
}

.border-red-600\/60{
  border-color: rgb(220 38 38 / 0.6);
}

.border-red-600\/65{
  border-color: rgb(220 38 38 / 0.65);
}

.border-red-600\/70{
  border-color: rgb(220 38 38 / 0.7);
}

.border-red-600\/75{
  border-color: rgb(220 38 38 / 0.75);
}

.border-red-600\/80{
  border-color: rgb(220 38 38 / 0.8);
}

.border-red-600\/85{
  border-color: rgb(220 38 38 / 0.85);
}

.border-red-600\/90{
  border-color: rgb(220 38 38 / 0.9);
}

.border-red-600\/95{
  border-color: rgb(220 38 38 / 0.95);
}

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-red-700\/0{
  border-color: rgb(185 28 28 / 0);
}

.border-red-700\/10{
  border-color: rgb(185 28 28 / 0.1);
}

.border-red-700\/100{
  border-color: rgb(185 28 28 / 1);
}

.border-red-700\/15{
  border-color: rgb(185 28 28 / 0.15);
}

.border-red-700\/20{
  border-color: rgb(185 28 28 / 0.2);
}

.border-red-700\/25{
  border-color: rgb(185 28 28 / 0.25);
}

.border-red-700\/30{
  border-color: rgb(185 28 28 / 0.3);
}

.border-red-700\/35{
  border-color: rgb(185 28 28 / 0.35);
}

.border-red-700\/40{
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/45{
  border-color: rgb(185 28 28 / 0.45);
}

.border-red-700\/5{
  border-color: rgb(185 28 28 / 0.05);
}

.border-red-700\/50{
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/55{
  border-color: rgb(185 28 28 / 0.55);
}

.border-red-700\/60{
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-700\/65{
  border-color: rgb(185 28 28 / 0.65);
}

.border-red-700\/70{
  border-color: rgb(185 28 28 / 0.7);
}

.border-red-700\/75{
  border-color: rgb(185 28 28 / 0.75);
}

.border-red-700\/80{
  border-color: rgb(185 28 28 / 0.8);
}

.border-red-700\/85{
  border-color: rgb(185 28 28 / 0.85);
}

.border-red-700\/90{
  border-color: rgb(185 28 28 / 0.9);
}

.border-red-700\/95{
  border-color: rgb(185 28 28 / 0.95);
}

.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-red-800\/0{
  border-color: rgb(153 27 27 / 0);
}

.border-red-800\/10{
  border-color: rgb(153 27 27 / 0.1);
}

.border-red-800\/100{
  border-color: rgb(153 27 27 / 1);
}

.border-red-800\/15{
  border-color: rgb(153 27 27 / 0.15);
}

.border-red-800\/20{
  border-color: rgb(153 27 27 / 0.2);
}

.border-red-800\/25{
  border-color: rgb(153 27 27 / 0.25);
}

.border-red-800\/30{
  border-color: rgb(153 27 27 / 0.3);
}

.border-red-800\/35{
  border-color: rgb(153 27 27 / 0.35);
}

.border-red-800\/40{
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/45{
  border-color: rgb(153 27 27 / 0.45);
}

.border-red-800\/5{
  border-color: rgb(153 27 27 / 0.05);
}

.border-red-800\/50{
  border-color: rgb(153 27 27 / 0.5);
}

.border-red-800\/55{
  border-color: rgb(153 27 27 / 0.55);
}

.border-red-800\/60{
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-800\/65{
  border-color: rgb(153 27 27 / 0.65);
}

.border-red-800\/70{
  border-color: rgb(153 27 27 / 0.7);
}

.border-red-800\/75{
  border-color: rgb(153 27 27 / 0.75);
}

.border-red-800\/80{
  border-color: rgb(153 27 27 / 0.8);
}

.border-red-800\/85{
  border-color: rgb(153 27 27 / 0.85);
}

.border-red-800\/90{
  border-color: rgb(153 27 27 / 0.9);
}

.border-red-800\/95{
  border-color: rgb(153 27 27 / 0.95);
}

.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-red-900\/0{
  border-color: rgb(127 29 29 / 0);
}

.border-red-900\/10{
  border-color: rgb(127 29 29 / 0.1);
}

.border-red-900\/100{
  border-color: rgb(127 29 29 / 1);
}

.border-red-900\/15{
  border-color: rgb(127 29 29 / 0.15);
}

.border-red-900\/20{
  border-color: rgb(127 29 29 / 0.2);
}

.border-red-900\/25{
  border-color: rgb(127 29 29 / 0.25);
}

.border-red-900\/30{
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-900\/35{
  border-color: rgb(127 29 29 / 0.35);
}

.border-red-900\/40{
  border-color: rgb(127 29 29 / 0.4);
}

.border-red-900\/45{
  border-color: rgb(127 29 29 / 0.45);
}

.border-red-900\/5{
  border-color: rgb(127 29 29 / 0.05);
}

.border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/55{
  border-color: rgb(127 29 29 / 0.55);
}

.border-red-900\/60{
  border-color: rgb(127 29 29 / 0.6);
}

.border-red-900\/65{
  border-color: rgb(127 29 29 / 0.65);
}

.border-red-900\/70{
  border-color: rgb(127 29 29 / 0.7);
}

.border-red-900\/75{
  border-color: rgb(127 29 29 / 0.75);
}

.border-red-900\/80{
  border-color: rgb(127 29 29 / 0.8);
}

.border-red-900\/85{
  border-color: rgb(127 29 29 / 0.85);
}

.border-red-900\/90{
  border-color: rgb(127 29 29 / 0.9);
}

.border-red-900\/95{
  border-color: rgb(127 29 29 / 0.95);
}

.border-red-950{
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-red-950\/0{
  border-color: rgb(69 10 10 / 0);
}

.border-red-950\/10{
  border-color: rgb(69 10 10 / 0.1);
}

.border-red-950\/100{
  border-color: rgb(69 10 10 / 1);
}

.border-red-950\/15{
  border-color: rgb(69 10 10 / 0.15);
}

.border-red-950\/20{
  border-color: rgb(69 10 10 / 0.2);
}

.border-red-950\/25{
  border-color: rgb(69 10 10 / 0.25);
}

.border-red-950\/30{
  border-color: rgb(69 10 10 / 0.3);
}

.border-red-950\/35{
  border-color: rgb(69 10 10 / 0.35);
}

.border-red-950\/40{
  border-color: rgb(69 10 10 / 0.4);
}

.border-red-950\/45{
  border-color: rgb(69 10 10 / 0.45);
}

.border-red-950\/5{
  border-color: rgb(69 10 10 / 0.05);
}

.border-red-950\/50{
  border-color: rgb(69 10 10 / 0.5);
}

.border-red-950\/55{
  border-color: rgb(69 10 10 / 0.55);
}

.border-red-950\/60{
  border-color: rgb(69 10 10 / 0.6);
}

.border-red-950\/65{
  border-color: rgb(69 10 10 / 0.65);
}

.border-red-950\/70{
  border-color: rgb(69 10 10 / 0.7);
}

.border-red-950\/75{
  border-color: rgb(69 10 10 / 0.75);
}

.border-red-950\/80{
  border-color: rgb(69 10 10 / 0.8);
}

.border-red-950\/85{
  border-color: rgb(69 10 10 / 0.85);
}

.border-red-950\/90{
  border-color: rgb(69 10 10 / 0.9);
}

.border-red-950\/95{
  border-color: rgb(69 10 10 / 0.95);
}

.border-rose-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-rose-100\/0{
  border-color: rgb(255 228 230 / 0);
}

.border-rose-100\/10{
  border-color: rgb(255 228 230 / 0.1);
}

.border-rose-100\/100{
  border-color: rgb(255 228 230 / 1);
}

.border-rose-100\/15{
  border-color: rgb(255 228 230 / 0.15);
}

.border-rose-100\/20{
  border-color: rgb(255 228 230 / 0.2);
}

.border-rose-100\/25{
  border-color: rgb(255 228 230 / 0.25);
}

.border-rose-100\/30{
  border-color: rgb(255 228 230 / 0.3);
}

.border-rose-100\/35{
  border-color: rgb(255 228 230 / 0.35);
}

.border-rose-100\/40{
  border-color: rgb(255 228 230 / 0.4);
}

.border-rose-100\/45{
  border-color: rgb(255 228 230 / 0.45);
}

.border-rose-100\/5{
  border-color: rgb(255 228 230 / 0.05);
}

.border-rose-100\/50{
  border-color: rgb(255 228 230 / 0.5);
}

.border-rose-100\/55{
  border-color: rgb(255 228 230 / 0.55);
}

.border-rose-100\/60{
  border-color: rgb(255 228 230 / 0.6);
}

.border-rose-100\/65{
  border-color: rgb(255 228 230 / 0.65);
}

.border-rose-100\/70{
  border-color: rgb(255 228 230 / 0.7);
}

.border-rose-100\/75{
  border-color: rgb(255 228 230 / 0.75);
}

.border-rose-100\/80{
  border-color: rgb(255 228 230 / 0.8);
}

.border-rose-100\/85{
  border-color: rgb(255 228 230 / 0.85);
}

.border-rose-100\/90{
  border-color: rgb(255 228 230 / 0.9);
}

.border-rose-100\/95{
  border-color: rgb(255 228 230 / 0.95);
}

.border-rose-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-rose-200\/0{
  border-color: rgb(254 205 211 / 0);
}

.border-rose-200\/10{
  border-color: rgb(254 205 211 / 0.1);
}

.border-rose-200\/100{
  border-color: rgb(254 205 211 / 1);
}

.border-rose-200\/15{
  border-color: rgb(254 205 211 / 0.15);
}

.border-rose-200\/20{
  border-color: rgb(254 205 211 / 0.2);
}

.border-rose-200\/25{
  border-color: rgb(254 205 211 / 0.25);
}

.border-rose-200\/30{
  border-color: rgb(254 205 211 / 0.3);
}

.border-rose-200\/35{
  border-color: rgb(254 205 211 / 0.35);
}

.border-rose-200\/40{
  border-color: rgb(254 205 211 / 0.4);
}

.border-rose-200\/45{
  border-color: rgb(254 205 211 / 0.45);
}

.border-rose-200\/5{
  border-color: rgb(254 205 211 / 0.05);
}

.border-rose-200\/50{
  border-color: rgb(254 205 211 / 0.5);
}

.border-rose-200\/55{
  border-color: rgb(254 205 211 / 0.55);
}

.border-rose-200\/60{
  border-color: rgb(254 205 211 / 0.6);
}

.border-rose-200\/65{
  border-color: rgb(254 205 211 / 0.65);
}

.border-rose-200\/70{
  border-color: rgb(254 205 211 / 0.7);
}

.border-rose-200\/75{
  border-color: rgb(254 205 211 / 0.75);
}

.border-rose-200\/80{
  border-color: rgb(254 205 211 / 0.8);
}

.border-rose-200\/85{
  border-color: rgb(254 205 211 / 0.85);
}

.border-rose-200\/90{
  border-color: rgb(254 205 211 / 0.9);
}

.border-rose-200\/95{
  border-color: rgb(254 205 211 / 0.95);
}

.border-rose-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-rose-300\/0{
  border-color: rgb(253 164 175 / 0);
}

.border-rose-300\/10{
  border-color: rgb(253 164 175 / 0.1);
}

.border-rose-300\/100{
  border-color: rgb(253 164 175 / 1);
}

.border-rose-300\/15{
  border-color: rgb(253 164 175 / 0.15);
}

.border-rose-300\/20{
  border-color: rgb(253 164 175 / 0.2);
}

.border-rose-300\/25{
  border-color: rgb(253 164 175 / 0.25);
}

.border-rose-300\/30{
  border-color: rgb(253 164 175 / 0.3);
}

.border-rose-300\/35{
  border-color: rgb(253 164 175 / 0.35);
}

.border-rose-300\/40{
  border-color: rgb(253 164 175 / 0.4);
}

.border-rose-300\/45{
  border-color: rgb(253 164 175 / 0.45);
}

.border-rose-300\/5{
  border-color: rgb(253 164 175 / 0.05);
}

.border-rose-300\/50{
  border-color: rgb(253 164 175 / 0.5);
}

.border-rose-300\/55{
  border-color: rgb(253 164 175 / 0.55);
}

.border-rose-300\/60{
  border-color: rgb(253 164 175 / 0.6);
}

.border-rose-300\/65{
  border-color: rgb(253 164 175 / 0.65);
}

.border-rose-300\/70{
  border-color: rgb(253 164 175 / 0.7);
}

.border-rose-300\/75{
  border-color: rgb(253 164 175 / 0.75);
}

.border-rose-300\/80{
  border-color: rgb(253 164 175 / 0.8);
}

.border-rose-300\/85{
  border-color: rgb(253 164 175 / 0.85);
}

.border-rose-300\/90{
  border-color: rgb(253 164 175 / 0.9);
}

.border-rose-300\/95{
  border-color: rgb(253 164 175 / 0.95);
}

.border-rose-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-rose-400\/0{
  border-color: rgb(251 113 133 / 0);
}

.border-rose-400\/10{
  border-color: rgb(251 113 133 / 0.1);
}

.border-rose-400\/100{
  border-color: rgb(251 113 133 / 1);
}

.border-rose-400\/15{
  border-color: rgb(251 113 133 / 0.15);
}

.border-rose-400\/20{
  border-color: rgb(251 113 133 / 0.2);
}

.border-rose-400\/25{
  border-color: rgb(251 113 133 / 0.25);
}

.border-rose-400\/30{
  border-color: rgb(251 113 133 / 0.3);
}

.border-rose-400\/35{
  border-color: rgb(251 113 133 / 0.35);
}

.border-rose-400\/40{
  border-color: rgb(251 113 133 / 0.4);
}

.border-rose-400\/45{
  border-color: rgb(251 113 133 / 0.45);
}

.border-rose-400\/5{
  border-color: rgb(251 113 133 / 0.05);
}

.border-rose-400\/50{
  border-color: rgb(251 113 133 / 0.5);
}

.border-rose-400\/55{
  border-color: rgb(251 113 133 / 0.55);
}

.border-rose-400\/60{
  border-color: rgb(251 113 133 / 0.6);
}

.border-rose-400\/65{
  border-color: rgb(251 113 133 / 0.65);
}

.border-rose-400\/70{
  border-color: rgb(251 113 133 / 0.7);
}

.border-rose-400\/75{
  border-color: rgb(251 113 133 / 0.75);
}

.border-rose-400\/80{
  border-color: rgb(251 113 133 / 0.8);
}

.border-rose-400\/85{
  border-color: rgb(251 113 133 / 0.85);
}

.border-rose-400\/90{
  border-color: rgb(251 113 133 / 0.9);
}

.border-rose-400\/95{
  border-color: rgb(251 113 133 / 0.95);
}

.border-rose-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-rose-50\/0{
  border-color: rgb(255 241 242 / 0);
}

.border-rose-50\/10{
  border-color: rgb(255 241 242 / 0.1);
}

.border-rose-50\/100{
  border-color: rgb(255 241 242 / 1);
}

.border-rose-50\/15{
  border-color: rgb(255 241 242 / 0.15);
}

.border-rose-50\/20{
  border-color: rgb(255 241 242 / 0.2);
}

.border-rose-50\/25{
  border-color: rgb(255 241 242 / 0.25);
}

.border-rose-50\/30{
  border-color: rgb(255 241 242 / 0.3);
}

.border-rose-50\/35{
  border-color: rgb(255 241 242 / 0.35);
}

.border-rose-50\/40{
  border-color: rgb(255 241 242 / 0.4);
}

.border-rose-50\/45{
  border-color: rgb(255 241 242 / 0.45);
}

.border-rose-50\/5{
  border-color: rgb(255 241 242 / 0.05);
}

.border-rose-50\/50{
  border-color: rgb(255 241 242 / 0.5);
}

.border-rose-50\/55{
  border-color: rgb(255 241 242 / 0.55);
}

.border-rose-50\/60{
  border-color: rgb(255 241 242 / 0.6);
}

.border-rose-50\/65{
  border-color: rgb(255 241 242 / 0.65);
}

.border-rose-50\/70{
  border-color: rgb(255 241 242 / 0.7);
}

.border-rose-50\/75{
  border-color: rgb(255 241 242 / 0.75);
}

.border-rose-50\/80{
  border-color: rgb(255 241 242 / 0.8);
}

.border-rose-50\/85{
  border-color: rgb(255 241 242 / 0.85);
}

.border-rose-50\/90{
  border-color: rgb(255 241 242 / 0.9);
}

.border-rose-50\/95{
  border-color: rgb(255 241 242 / 0.95);
}

.border-rose-500{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-rose-500\/0{
  border-color: rgb(244 63 94 / 0);
}

.border-rose-500\/10{
  border-color: rgb(244 63 94 / 0.1);
}

.border-rose-500\/100{
  border-color: rgb(244 63 94 / 1);
}

.border-rose-500\/15{
  border-color: rgb(244 63 94 / 0.15);
}

.border-rose-500\/20{
  border-color: rgb(244 63 94 / 0.2);
}

.border-rose-500\/25{
  border-color: rgb(244 63 94 / 0.25);
}

.border-rose-500\/30{
  border-color: rgb(244 63 94 / 0.3);
}

.border-rose-500\/35{
  border-color: rgb(244 63 94 / 0.35);
}

.border-rose-500\/40{
  border-color: rgb(244 63 94 / 0.4);
}

.border-rose-500\/45{
  border-color: rgb(244 63 94 / 0.45);
}

.border-rose-500\/5{
  border-color: rgb(244 63 94 / 0.05);
}

.border-rose-500\/50{
  border-color: rgb(244 63 94 / 0.5);
}

.border-rose-500\/55{
  border-color: rgb(244 63 94 / 0.55);
}

.border-rose-500\/60{
  border-color: rgb(244 63 94 / 0.6);
}

.border-rose-500\/65{
  border-color: rgb(244 63 94 / 0.65);
}

.border-rose-500\/70{
  border-color: rgb(244 63 94 / 0.7);
}

.border-rose-500\/75{
  border-color: rgb(244 63 94 / 0.75);
}

.border-rose-500\/80{
  border-color: rgb(244 63 94 / 0.8);
}

.border-rose-500\/85{
  border-color: rgb(244 63 94 / 0.85);
}

.border-rose-500\/90{
  border-color: rgb(244 63 94 / 0.9);
}

.border-rose-500\/95{
  border-color: rgb(244 63 94 / 0.95);
}

.border-rose-600{
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-rose-600\/0{
  border-color: rgb(225 29 72 / 0);
}

.border-rose-600\/10{
  border-color: rgb(225 29 72 / 0.1);
}

.border-rose-600\/100{
  border-color: rgb(225 29 72 / 1);
}

.border-rose-600\/15{
  border-color: rgb(225 29 72 / 0.15);
}

.border-rose-600\/20{
  border-color: rgb(225 29 72 / 0.2);
}

.border-rose-600\/25{
  border-color: rgb(225 29 72 / 0.25);
}

.border-rose-600\/30{
  border-color: rgb(225 29 72 / 0.3);
}

.border-rose-600\/35{
  border-color: rgb(225 29 72 / 0.35);
}

.border-rose-600\/40{
  border-color: rgb(225 29 72 / 0.4);
}

.border-rose-600\/45{
  border-color: rgb(225 29 72 / 0.45);
}

.border-rose-600\/5{
  border-color: rgb(225 29 72 / 0.05);
}

.border-rose-600\/50{
  border-color: rgb(225 29 72 / 0.5);
}

.border-rose-600\/55{
  border-color: rgb(225 29 72 / 0.55);
}

.border-rose-600\/60{
  border-color: rgb(225 29 72 / 0.6);
}

.border-rose-600\/65{
  border-color: rgb(225 29 72 / 0.65);
}

.border-rose-600\/70{
  border-color: rgb(225 29 72 / 0.7);
}

.border-rose-600\/75{
  border-color: rgb(225 29 72 / 0.75);
}

.border-rose-600\/80{
  border-color: rgb(225 29 72 / 0.8);
}

.border-rose-600\/85{
  border-color: rgb(225 29 72 / 0.85);
}

.border-rose-600\/90{
  border-color: rgb(225 29 72 / 0.9);
}

.border-rose-600\/95{
  border-color: rgb(225 29 72 / 0.95);
}

.border-rose-700{
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-rose-700\/0{
  border-color: rgb(190 18 60 / 0);
}

.border-rose-700\/10{
  border-color: rgb(190 18 60 / 0.1);
}

.border-rose-700\/100{
  border-color: rgb(190 18 60 / 1);
}

.border-rose-700\/15{
  border-color: rgb(190 18 60 / 0.15);
}

.border-rose-700\/20{
  border-color: rgb(190 18 60 / 0.2);
}

.border-rose-700\/25{
  border-color: rgb(190 18 60 / 0.25);
}

.border-rose-700\/30{
  border-color: rgb(190 18 60 / 0.3);
}

.border-rose-700\/35{
  border-color: rgb(190 18 60 / 0.35);
}

.border-rose-700\/40{
  border-color: rgb(190 18 60 / 0.4);
}

.border-rose-700\/45{
  border-color: rgb(190 18 60 / 0.45);
}

.border-rose-700\/5{
  border-color: rgb(190 18 60 / 0.05);
}

.border-rose-700\/50{
  border-color: rgb(190 18 60 / 0.5);
}

.border-rose-700\/55{
  border-color: rgb(190 18 60 / 0.55);
}

.border-rose-700\/60{
  border-color: rgb(190 18 60 / 0.6);
}

.border-rose-700\/65{
  border-color: rgb(190 18 60 / 0.65);
}

.border-rose-700\/70{
  border-color: rgb(190 18 60 / 0.7);
}

.border-rose-700\/75{
  border-color: rgb(190 18 60 / 0.75);
}

.border-rose-700\/80{
  border-color: rgb(190 18 60 / 0.8);
}

.border-rose-700\/85{
  border-color: rgb(190 18 60 / 0.85);
}

.border-rose-700\/90{
  border-color: rgb(190 18 60 / 0.9);
}

.border-rose-700\/95{
  border-color: rgb(190 18 60 / 0.95);
}

.border-rose-800{
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-rose-800\/0{
  border-color: rgb(159 18 57 / 0);
}

.border-rose-800\/10{
  border-color: rgb(159 18 57 / 0.1);
}

.border-rose-800\/100{
  border-color: rgb(159 18 57 / 1);
}

.border-rose-800\/15{
  border-color: rgb(159 18 57 / 0.15);
}

.border-rose-800\/20{
  border-color: rgb(159 18 57 / 0.2);
}

.border-rose-800\/25{
  border-color: rgb(159 18 57 / 0.25);
}

.border-rose-800\/30{
  border-color: rgb(159 18 57 / 0.3);
}

.border-rose-800\/35{
  border-color: rgb(159 18 57 / 0.35);
}

.border-rose-800\/40{
  border-color: rgb(159 18 57 / 0.4);
}

.border-rose-800\/45{
  border-color: rgb(159 18 57 / 0.45);
}

.border-rose-800\/5{
  border-color: rgb(159 18 57 / 0.05);
}

.border-rose-800\/50{
  border-color: rgb(159 18 57 / 0.5);
}

.border-rose-800\/55{
  border-color: rgb(159 18 57 / 0.55);
}

.border-rose-800\/60{
  border-color: rgb(159 18 57 / 0.6);
}

.border-rose-800\/65{
  border-color: rgb(159 18 57 / 0.65);
}

.border-rose-800\/70{
  border-color: rgb(159 18 57 / 0.7);
}

.border-rose-800\/75{
  border-color: rgb(159 18 57 / 0.75);
}

.border-rose-800\/80{
  border-color: rgb(159 18 57 / 0.8);
}

.border-rose-800\/85{
  border-color: rgb(159 18 57 / 0.85);
}

.border-rose-800\/90{
  border-color: rgb(159 18 57 / 0.9);
}

.border-rose-800\/95{
  border-color: rgb(159 18 57 / 0.95);
}

.border-rose-900{
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-rose-900\/0{
  border-color: rgb(136 19 55 / 0);
}

.border-rose-900\/10{
  border-color: rgb(136 19 55 / 0.1);
}

.border-rose-900\/100{
  border-color: rgb(136 19 55 / 1);
}

.border-rose-900\/15{
  border-color: rgb(136 19 55 / 0.15);
}

.border-rose-900\/20{
  border-color: rgb(136 19 55 / 0.2);
}

.border-rose-900\/25{
  border-color: rgb(136 19 55 / 0.25);
}

.border-rose-900\/30{
  border-color: rgb(136 19 55 / 0.3);
}

.border-rose-900\/35{
  border-color: rgb(136 19 55 / 0.35);
}

.border-rose-900\/40{
  border-color: rgb(136 19 55 / 0.4);
}

.border-rose-900\/45{
  border-color: rgb(136 19 55 / 0.45);
}

.border-rose-900\/5{
  border-color: rgb(136 19 55 / 0.05);
}

.border-rose-900\/50{
  border-color: rgb(136 19 55 / 0.5);
}

.border-rose-900\/55{
  border-color: rgb(136 19 55 / 0.55);
}

.border-rose-900\/60{
  border-color: rgb(136 19 55 / 0.6);
}

.border-rose-900\/65{
  border-color: rgb(136 19 55 / 0.65);
}

.border-rose-900\/70{
  border-color: rgb(136 19 55 / 0.7);
}

.border-rose-900\/75{
  border-color: rgb(136 19 55 / 0.75);
}

.border-rose-900\/80{
  border-color: rgb(136 19 55 / 0.8);
}

.border-rose-900\/85{
  border-color: rgb(136 19 55 / 0.85);
}

.border-rose-900\/90{
  border-color: rgb(136 19 55 / 0.9);
}

.border-rose-900\/95{
  border-color: rgb(136 19 55 / 0.95);
}

.border-rose-950{
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-rose-950\/0{
  border-color: rgb(76 5 25 / 0);
}

.border-rose-950\/10{
  border-color: rgb(76 5 25 / 0.1);
}

.border-rose-950\/100{
  border-color: rgb(76 5 25 / 1);
}

.border-rose-950\/15{
  border-color: rgb(76 5 25 / 0.15);
}

.border-rose-950\/20{
  border-color: rgb(76 5 25 / 0.2);
}

.border-rose-950\/25{
  border-color: rgb(76 5 25 / 0.25);
}

.border-rose-950\/30{
  border-color: rgb(76 5 25 / 0.3);
}

.border-rose-950\/35{
  border-color: rgb(76 5 25 / 0.35);
}

.border-rose-950\/40{
  border-color: rgb(76 5 25 / 0.4);
}

.border-rose-950\/45{
  border-color: rgb(76 5 25 / 0.45);
}

.border-rose-950\/5{
  border-color: rgb(76 5 25 / 0.05);
}

.border-rose-950\/50{
  border-color: rgb(76 5 25 / 0.5);
}

.border-rose-950\/55{
  border-color: rgb(76 5 25 / 0.55);
}

.border-rose-950\/60{
  border-color: rgb(76 5 25 / 0.6);
}

.border-rose-950\/65{
  border-color: rgb(76 5 25 / 0.65);
}

.border-rose-950\/70{
  border-color: rgb(76 5 25 / 0.7);
}

.border-rose-950\/75{
  border-color: rgb(76 5 25 / 0.75);
}

.border-rose-950\/80{
  border-color: rgb(76 5 25 / 0.8);
}

.border-rose-950\/85{
  border-color: rgb(76 5 25 / 0.85);
}

.border-rose-950\/90{
  border-color: rgb(76 5 25 / 0.9);
}

.border-rose-950\/95{
  border-color: rgb(76 5 25 / 0.95);
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.border-secondary\/0{
  border-color: rgb(141 147 167 / 0);
}

.border-secondary\/10{
  border-color: rgb(141 147 167 / 0.1);
}

.border-secondary\/100{
  border-color: rgb(141 147 167 / 1);
}

.border-secondary\/15{
  border-color: rgb(141 147 167 / 0.15);
}

.border-secondary\/20{
  border-color: rgb(141 147 167 / 0.2);
}

.border-secondary\/25{
  border-color: rgb(141 147 167 / 0.25);
}

.border-secondary\/30{
  border-color: rgb(141 147 167 / 0.3);
}

.border-secondary\/35{
  border-color: rgb(141 147 167 / 0.35);
}

.border-secondary\/40{
  border-color: rgb(141 147 167 / 0.4);
}

.border-secondary\/45{
  border-color: rgb(141 147 167 / 0.45);
}

.border-secondary\/5{
  border-color: rgb(141 147 167 / 0.05);
}

.border-secondary\/50{
  border-color: rgb(141 147 167 / 0.5);
}

.border-secondary\/55{
  border-color: rgb(141 147 167 / 0.55);
}

.border-secondary\/60{
  border-color: rgb(141 147 167 / 0.6);
}

.border-secondary\/65{
  border-color: rgb(141 147 167 / 0.65);
}

.border-secondary\/70{
  border-color: rgb(141 147 167 / 0.7);
}

.border-secondary\/75{
  border-color: rgb(141 147 167 / 0.75);
}

.border-secondary\/80{
  border-color: rgb(141 147 167 / 0.8);
}

.border-secondary\/85{
  border-color: rgb(141 147 167 / 0.85);
}

.border-secondary\/90{
  border-color: rgb(141 147 167 / 0.9);
}

.border-secondary\/95{
  border-color: rgb(141 147 167 / 0.95);
}

.border-senary{
  --tw-border-opacity: 1;
  border-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.border-senary\/0{
  border-color: rgb(73 134 231 / 0);
}

.border-senary\/10{
  border-color: rgb(73 134 231 / 0.1);
}

.border-senary\/100{
  border-color: rgb(73 134 231 / 1);
}

.border-senary\/15{
  border-color: rgb(73 134 231 / 0.15);
}

.border-senary\/20{
  border-color: rgb(73 134 231 / 0.2);
}

.border-senary\/25{
  border-color: rgb(73 134 231 / 0.25);
}

.border-senary\/30{
  border-color: rgb(73 134 231 / 0.3);
}

.border-senary\/35{
  border-color: rgb(73 134 231 / 0.35);
}

.border-senary\/40{
  border-color: rgb(73 134 231 / 0.4);
}

.border-senary\/45{
  border-color: rgb(73 134 231 / 0.45);
}

.border-senary\/5{
  border-color: rgb(73 134 231 / 0.05);
}

.border-senary\/50{
  border-color: rgb(73 134 231 / 0.5);
}

.border-senary\/55{
  border-color: rgb(73 134 231 / 0.55);
}

.border-senary\/60{
  border-color: rgb(73 134 231 / 0.6);
}

.border-senary\/65{
  border-color: rgb(73 134 231 / 0.65);
}

.border-senary\/70{
  border-color: rgb(73 134 231 / 0.7);
}

.border-senary\/75{
  border-color: rgb(73 134 231 / 0.75);
}

.border-senary\/80{
  border-color: rgb(73 134 231 / 0.8);
}

.border-senary\/85{
  border-color: rgb(73 134 231 / 0.85);
}

.border-senary\/90{
  border-color: rgb(73 134 231 / 0.9);
}

.border-senary\/95{
  border-color: rgb(73 134 231 / 0.95);
}

.border-septenary{
  --tw-border-opacity: 1;
  border-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.border-septenary\/0{
  border-color: rgb(49 88 129 / 0);
}

.border-septenary\/10{
  border-color: rgb(49 88 129 / 0.1);
}

.border-septenary\/100{
  border-color: rgb(49 88 129 / 1);
}

.border-septenary\/15{
  border-color: rgb(49 88 129 / 0.15);
}

.border-septenary\/20{
  border-color: rgb(49 88 129 / 0.2);
}

.border-septenary\/25{
  border-color: rgb(49 88 129 / 0.25);
}

.border-septenary\/30{
  border-color: rgb(49 88 129 / 0.3);
}

.border-septenary\/35{
  border-color: rgb(49 88 129 / 0.35);
}

.border-septenary\/40{
  border-color: rgb(49 88 129 / 0.4);
}

.border-septenary\/45{
  border-color: rgb(49 88 129 / 0.45);
}

.border-septenary\/5{
  border-color: rgb(49 88 129 / 0.05);
}

.border-septenary\/50{
  border-color: rgb(49 88 129 / 0.5);
}

.border-septenary\/55{
  border-color: rgb(49 88 129 / 0.55);
}

.border-septenary\/60{
  border-color: rgb(49 88 129 / 0.6);
}

.border-septenary\/65{
  border-color: rgb(49 88 129 / 0.65);
}

.border-septenary\/70{
  border-color: rgb(49 88 129 / 0.7);
}

.border-septenary\/75{
  border-color: rgb(49 88 129 / 0.75);
}

.border-septenary\/80{
  border-color: rgb(49 88 129 / 0.8);
}

.border-septenary\/85{
  border-color: rgb(49 88 129 / 0.85);
}

.border-septenary\/90{
  border-color: rgb(49 88 129 / 0.9);
}

.border-septenary\/95{
  border-color: rgb(49 88 129 / 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\/15{
  border-color: rgb(224 242 254 / 0.15);
}

.border-sky-100\/20{
  border-color: rgb(224 242 254 / 0.2);
}

.border-sky-100\/25{
  border-color: rgb(224 242 254 / 0.25);
}

.border-sky-100\/30{
  border-color: rgb(224 242 254 / 0.3);
}

.border-sky-100\/35{
  border-color: rgb(224 242 254 / 0.35);
}

.border-sky-100\/40{
  border-color: rgb(224 242 254 / 0.4);
}

.border-sky-100\/45{
  border-color: rgb(224 242 254 / 0.45);
}

.border-sky-100\/5{
  border-color: rgb(224 242 254 / 0.05);
}

.border-sky-100\/50{
  border-color: rgb(224 242 254 / 0.5);
}

.border-sky-100\/55{
  border-color: rgb(224 242 254 / 0.55);
}

.border-sky-100\/60{
  border-color: rgb(224 242 254 / 0.6);
}

.border-sky-100\/65{
  border-color: rgb(224 242 254 / 0.65);
}

.border-sky-100\/70{
  border-color: rgb(224 242 254 / 0.7);
}

.border-sky-100\/75{
  border-color: rgb(224 242 254 / 0.75);
}

.border-sky-100\/80{
  border-color: rgb(224 242 254 / 0.8);
}

.border-sky-100\/85{
  border-color: rgb(224 242 254 / 0.85);
}

.border-sky-100\/90{
  border-color: rgb(224 242 254 / 0.9);
}

.border-sky-100\/95{
  border-color: rgb(224 242 254 / 0.95);
}

.border-sky-200{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-sky-200\/0{
  border-color: rgb(186 230 253 / 0);
}

.border-sky-200\/10{
  border-color: rgb(186 230 253 / 0.1);
}

.border-sky-200\/100{
  border-color: rgb(186 230 253 / 1);
}

.border-sky-200\/15{
  border-color: rgb(186 230 253 / 0.15);
}

.border-sky-200\/20{
  border-color: rgb(186 230 253 / 0.2);
}

.border-sky-200\/25{
  border-color: rgb(186 230 253 / 0.25);
}

.border-sky-200\/30{
  border-color: rgb(186 230 253 / 0.3);
}

.border-sky-200\/35{
  border-color: rgb(186 230 253 / 0.35);
}

.border-sky-200\/40{
  border-color: rgb(186 230 253 / 0.4);
}

.border-sky-200\/45{
  border-color: rgb(186 230 253 / 0.45);
}

.border-sky-200\/5{
  border-color: rgb(186 230 253 / 0.05);
}

.border-sky-200\/50{
  border-color: rgb(186 230 253 / 0.5);
}

.border-sky-200\/55{
  border-color: rgb(186 230 253 / 0.55);
}

.border-sky-200\/60{
  border-color: rgb(186 230 253 / 0.6);
}

.border-sky-200\/65{
  border-color: rgb(186 230 253 / 0.65);
}

.border-sky-200\/70{
  border-color: rgb(186 230 253 / 0.7);
}

.border-sky-200\/75{
  border-color: rgb(186 230 253 / 0.75);
}

.border-sky-200\/80{
  border-color: rgb(186 230 253 / 0.8);
}

.border-sky-200\/85{
  border-color: rgb(186 230 253 / 0.85);
}

.border-sky-200\/90{
  border-color: rgb(186 230 253 / 0.9);
}

.border-sky-200\/95{
  border-color: rgb(186 230 253 / 0.95);
}

.border-sky-300{
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-sky-300\/0{
  border-color: rgb(125 211 252 / 0);
}

.border-sky-300\/10{
  border-color: rgb(125 211 252 / 0.1);
}

.border-sky-300\/100{
  border-color: rgb(125 211 252 / 1);
}

.border-sky-300\/15{
  border-color: rgb(125 211 252 / 0.15);
}

.border-sky-300\/20{
  border-color: rgb(125 211 252 / 0.2);
}

.border-sky-300\/25{
  border-color: rgb(125 211 252 / 0.25);
}

.border-sky-300\/30{
  border-color: rgb(125 211 252 / 0.3);
}

.border-sky-300\/35{
  border-color: rgb(125 211 252 / 0.35);
}

.border-sky-300\/40{
  border-color: rgb(125 211 252 / 0.4);
}

.border-sky-300\/45{
  border-color: rgb(125 211 252 / 0.45);
}

.border-sky-300\/5{
  border-color: rgb(125 211 252 / 0.05);
}

.border-sky-300\/50{
  border-color: rgb(125 211 252 / 0.5);
}

.border-sky-300\/55{
  border-color: rgb(125 211 252 / 0.55);
}

.border-sky-300\/60{
  border-color: rgb(125 211 252 / 0.6);
}

.border-sky-300\/65{
  border-color: rgb(125 211 252 / 0.65);
}

.border-sky-300\/70{
  border-color: rgb(125 211 252 / 0.7);
}

.border-sky-300\/75{
  border-color: rgb(125 211 252 / 0.75);
}

.border-sky-300\/80{
  border-color: rgb(125 211 252 / 0.8);
}

.border-sky-300\/85{
  border-color: rgb(125 211 252 / 0.85);
}

.border-sky-300\/90{
  border-color: rgb(125 211 252 / 0.9);
}

.border-sky-300\/95{
  border-color: rgb(125 211 252 / 0.95);
}

.border-sky-400{
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-sky-400\/0{
  border-color: rgb(56 189 248 / 0);
}

.border-sky-400\/10{
  border-color: rgb(56 189 248 / 0.1);
}

.border-sky-400\/100{
  border-color: rgb(56 189 248 / 1);
}

.border-sky-400\/15{
  border-color: rgb(56 189 248 / 0.15);
}

.border-sky-400\/20{
  border-color: rgb(56 189 248 / 0.2);
}

.border-sky-400\/25{
  border-color: rgb(56 189 248 / 0.25);
}

.border-sky-400\/30{
  border-color: rgb(56 189 248 / 0.3);
}

.border-sky-400\/35{
  border-color: rgb(56 189 248 / 0.35);
}

.border-sky-400\/40{
  border-color: rgb(56 189 248 / 0.4);
}

.border-sky-400\/45{
  border-color: rgb(56 189 248 / 0.45);
}

.border-sky-400\/5{
  border-color: rgb(56 189 248 / 0.05);
}

.border-sky-400\/50{
  border-color: rgb(56 189 248 / 0.5);
}

.border-sky-400\/55{
  border-color: rgb(56 189 248 / 0.55);
}

.border-sky-400\/60{
  border-color: rgb(56 189 248 / 0.6);
}

.border-sky-400\/65{
  border-color: rgb(56 189 248 / 0.65);
}

.border-sky-400\/70{
  border-color: rgb(56 189 248 / 0.7);
}

.border-sky-400\/75{
  border-color: rgb(56 189 248 / 0.75);
}

.border-sky-400\/80{
  border-color: rgb(56 189 248 / 0.8);
}

.border-sky-400\/85{
  border-color: rgb(56 189 248 / 0.85);
}

.border-sky-400\/90{
  border-color: rgb(56 189 248 / 0.9);
}

.border-sky-400\/95{
  border-color: rgb(56 189 248 / 0.95);
}

.border-sky-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-sky-50\/0{
  border-color: rgb(240 249 255 / 0);
}

.border-sky-50\/10{
  border-color: rgb(240 249 255 / 0.1);
}

.border-sky-50\/100{
  border-color: rgb(240 249 255 / 1);
}

.border-sky-50\/15{
  border-color: rgb(240 249 255 / 0.15);
}

.border-sky-50\/20{
  border-color: rgb(240 249 255 / 0.2);
}

.border-sky-50\/25{
  border-color: rgb(240 249 255 / 0.25);
}

.border-sky-50\/30{
  border-color: rgb(240 249 255 / 0.3);
}

.border-sky-50\/35{
  border-color: rgb(240 249 255 / 0.35);
}

.border-sky-50\/40{
  border-color: rgb(240 249 255 / 0.4);
}

.border-sky-50\/45{
  border-color: rgb(240 249 255 / 0.45);
}

.border-sky-50\/5{
  border-color: rgb(240 249 255 / 0.05);
}

.border-sky-50\/50{
  border-color: rgb(240 249 255 / 0.5);
}

.border-sky-50\/55{
  border-color: rgb(240 249 255 / 0.55);
}

.border-sky-50\/60{
  border-color: rgb(240 249 255 / 0.6);
}

.border-sky-50\/65{
  border-color: rgb(240 249 255 / 0.65);
}

.border-sky-50\/70{
  border-color: rgb(240 249 255 / 0.7);
}

.border-sky-50\/75{
  border-color: rgb(240 249 255 / 0.75);
}

.border-sky-50\/80{
  border-color: rgb(240 249 255 / 0.8);
}

.border-sky-50\/85{
  border-color: rgb(240 249 255 / 0.85);
}

.border-sky-50\/90{
  border-color: rgb(240 249 255 / 0.9);
}

.border-sky-50\/95{
  border-color: rgb(240 249 255 / 0.95);
}

.border-sky-500{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-sky-500\/0{
  border-color: rgb(14 165 233 / 0);
}

.border-sky-500\/10{
  border-color: rgb(14 165 233 / 0.1);
}

.border-sky-500\/100{
  border-color: rgb(14 165 233 / 1);
}

.border-sky-500\/15{
  border-color: rgb(14 165 233 / 0.15);
}

.border-sky-500\/20{
  border-color: rgb(14 165 233 / 0.2);
}

.border-sky-500\/25{
  border-color: rgb(14 165 233 / 0.25);
}

.border-sky-500\/30{
  border-color: rgb(14 165 233 / 0.3);
}

.border-sky-500\/35{
  border-color: rgb(14 165 233 / 0.35);
}

.border-sky-500\/40{
  border-color: rgb(14 165 233 / 0.4);
}

.border-sky-500\/45{
  border-color: rgb(14 165 233 / 0.45);
}

.border-sky-500\/5{
  border-color: rgb(14 165 233 / 0.05);
}

.border-sky-500\/50{
  border-color: rgb(14 165 233 / 0.5);
}

.border-sky-500\/55{
  border-color: rgb(14 165 233 / 0.55);
}

.border-sky-500\/60{
  border-color: rgb(14 165 233 / 0.6);
}

.border-sky-500\/65{
  border-color: rgb(14 165 233 / 0.65);
}

.border-sky-500\/70{
  border-color: rgb(14 165 233 / 0.7);
}

.border-sky-500\/75{
  border-color: rgb(14 165 233 / 0.75);
}

.border-sky-500\/80{
  border-color: rgb(14 165 233 / 0.8);
}

.border-sky-500\/85{
  border-color: rgb(14 165 233 / 0.85);
}

.border-sky-500\/90{
  border-color: rgb(14 165 233 / 0.9);
}

.border-sky-500\/95{
  border-color: rgb(14 165 233 / 0.95);
}

.border-sky-600{
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-sky-600\/0{
  border-color: rgb(2 132 199 / 0);
}

.border-sky-600\/10{
  border-color: rgb(2 132 199 / 0.1);
}

.border-sky-600\/100{
  border-color: rgb(2 132 199 / 1);
}

.border-sky-600\/15{
  border-color: rgb(2 132 199 / 0.15);
}

.border-sky-600\/20{
  border-color: rgb(2 132 199 / 0.2);
}

.border-sky-600\/25{
  border-color: rgb(2 132 199 / 0.25);
}

.border-sky-600\/30{
  border-color: rgb(2 132 199 / 0.3);
}

.border-sky-600\/35{
  border-color: rgb(2 132 199 / 0.35);
}

.border-sky-600\/40{
  border-color: rgb(2 132 199 / 0.4);
}

.border-sky-600\/45{
  border-color: rgb(2 132 199 / 0.45);
}

.border-sky-600\/5{
  border-color: rgb(2 132 199 / 0.05);
}

.border-sky-600\/50{
  border-color: rgb(2 132 199 / 0.5);
}

.border-sky-600\/55{
  border-color: rgb(2 132 199 / 0.55);
}

.border-sky-600\/60{
  border-color: rgb(2 132 199 / 0.6);
}

.border-sky-600\/65{
  border-color: rgb(2 132 199 / 0.65);
}

.border-sky-600\/70{
  border-color: rgb(2 132 199 / 0.7);
}

.border-sky-600\/75{
  border-color: rgb(2 132 199 / 0.75);
}

.border-sky-600\/80{
  border-color: rgb(2 132 199 / 0.8);
}

.border-sky-600\/85{
  border-color: rgb(2 132 199 / 0.85);
}

.border-sky-600\/90{
  border-color: rgb(2 132 199 / 0.9);
}

.border-sky-600\/95{
  border-color: rgb(2 132 199 / 0.95);
}

.border-sky-700{
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-sky-700\/0{
  border-color: rgb(3 105 161 / 0);
}

.border-sky-700\/10{
  border-color: rgb(3 105 161 / 0.1);
}

.border-sky-700\/100{
  border-color: rgb(3 105 161 / 1);
}

.border-sky-700\/15{
  border-color: rgb(3 105 161 / 0.15);
}

.border-sky-700\/20{
  border-color: rgb(3 105 161 / 0.2);
}

.border-sky-700\/25{
  border-color: rgb(3 105 161 / 0.25);
}

.border-sky-700\/30{
  border-color: rgb(3 105 161 / 0.3);
}

.border-sky-700\/35{
  border-color: rgb(3 105 161 / 0.35);
}

.border-sky-700\/40{
  border-color: rgb(3 105 161 / 0.4);
}

.border-sky-700\/45{
  border-color: rgb(3 105 161 / 0.45);
}

.border-sky-700\/5{
  border-color: rgb(3 105 161 / 0.05);
}

.border-sky-700\/50{
  border-color: rgb(3 105 161 / 0.5);
}

.border-sky-700\/55{
  border-color: rgb(3 105 161 / 0.55);
}

.border-sky-700\/60{
  border-color: rgb(3 105 161 / 0.6);
}

.border-sky-700\/65{
  border-color: rgb(3 105 161 / 0.65);
}

.border-sky-700\/70{
  border-color: rgb(3 105 161 / 0.7);
}

.border-sky-700\/75{
  border-color: rgb(3 105 161 / 0.75);
}

.border-sky-700\/80{
  border-color: rgb(3 105 161 / 0.8);
}

.border-sky-700\/85{
  border-color: rgb(3 105 161 / 0.85);
}

.border-sky-700\/90{
  border-color: rgb(3 105 161 / 0.9);
}

.border-sky-700\/95{
  border-color: rgb(3 105 161 / 0.95);
}

.border-sky-800{
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-sky-800\/0{
  border-color: rgb(7 89 133 / 0);
}

.border-sky-800\/10{
  border-color: rgb(7 89 133 / 0.1);
}

.border-sky-800\/100{
  border-color: rgb(7 89 133 / 1);
}

.border-sky-800\/15{
  border-color: rgb(7 89 133 / 0.15);
}

.border-sky-800\/20{
  border-color: rgb(7 89 133 / 0.2);
}

.border-sky-800\/25{
  border-color: rgb(7 89 133 / 0.25);
}

.border-sky-800\/30{
  border-color: rgb(7 89 133 / 0.3);
}

.border-sky-800\/35{
  border-color: rgb(7 89 133 / 0.35);
}

.border-sky-800\/40{
  border-color: rgb(7 89 133 / 0.4);
}

.border-sky-800\/45{
  border-color: rgb(7 89 133 / 0.45);
}

.border-sky-800\/5{
  border-color: rgb(7 89 133 / 0.05);
}

.border-sky-800\/50{
  border-color: rgb(7 89 133 / 0.5);
}

.border-sky-800\/55{
  border-color: rgb(7 89 133 / 0.55);
}

.border-sky-800\/60{
  border-color: rgb(7 89 133 / 0.6);
}

.border-sky-800\/65{
  border-color: rgb(7 89 133 / 0.65);
}

.border-sky-800\/70{
  border-color: rgb(7 89 133 / 0.7);
}

.border-sky-800\/75{
  border-color: rgb(7 89 133 / 0.75);
}

.border-sky-800\/80{
  border-color: rgb(7 89 133 / 0.8);
}

.border-sky-800\/85{
  border-color: rgb(7 89 133 / 0.85);
}

.border-sky-800\/90{
  border-color: rgb(7 89 133 / 0.9);
}

.border-sky-800\/95{
  border-color: rgb(7 89 133 / 0.95);
}

.border-sky-900{
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-sky-900\/0{
  border-color: rgb(12 74 110 / 0);
}

.border-sky-900\/10{
  border-color: rgb(12 74 110 / 0.1);
}

.border-sky-900\/100{
  border-color: rgb(12 74 110 / 1);
}

.border-sky-900\/15{
  border-color: rgb(12 74 110 / 0.15);
}

.border-sky-900\/20{
  border-color: rgb(12 74 110 / 0.2);
}

.border-sky-900\/25{
  border-color: rgb(12 74 110 / 0.25);
}

.border-sky-900\/30{
  border-color: rgb(12 74 110 / 0.3);
}

.border-sky-900\/35{
  border-color: rgb(12 74 110 / 0.35);
}

.border-sky-900\/40{
  border-color: rgb(12 74 110 / 0.4);
}

.border-sky-900\/45{
  border-color: rgb(12 74 110 / 0.45);
}

.border-sky-900\/5{
  border-color: rgb(12 74 110 / 0.05);
}

.border-sky-900\/50{
  border-color: rgb(12 74 110 / 0.5);
}

.border-sky-900\/55{
  border-color: rgb(12 74 110 / 0.55);
}

.border-sky-900\/60{
  border-color: rgb(12 74 110 / 0.6);
}

.border-sky-900\/65{
  border-color: rgb(12 74 110 / 0.65);
}

.border-sky-900\/70{
  border-color: rgb(12 74 110 / 0.7);
}

.border-sky-900\/75{
  border-color: rgb(12 74 110 / 0.75);
}

.border-sky-900\/80{
  border-color: rgb(12 74 110 / 0.8);
}

.border-sky-900\/85{
  border-color: rgb(12 74 110 / 0.85);
}

.border-sky-900\/90{
  border-color: rgb(12 74 110 / 0.9);
}

.border-sky-900\/95{
  border-color: rgb(12 74 110 / 0.95);
}

.border-sky-950{
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-sky-950\/0{
  border-color: rgb(8 47 73 / 0);
}

.border-sky-950\/10{
  border-color: rgb(8 47 73 / 0.1);
}

.border-sky-950\/100{
  border-color: rgb(8 47 73 / 1);
}

.border-sky-950\/15{
  border-color: rgb(8 47 73 / 0.15);
}

.border-sky-950\/20{
  border-color: rgb(8 47 73 / 0.2);
}

.border-sky-950\/25{
  border-color: rgb(8 47 73 / 0.25);
}

.border-sky-950\/30{
  border-color: rgb(8 47 73 / 0.3);
}

.border-sky-950\/35{
  border-color: rgb(8 47 73 / 0.35);
}

.border-sky-950\/40{
  border-color: rgb(8 47 73 / 0.4);
}

.border-sky-950\/45{
  border-color: rgb(8 47 73 / 0.45);
}

.border-sky-950\/5{
  border-color: rgb(8 47 73 / 0.05);
}

.border-sky-950\/50{
  border-color: rgb(8 47 73 / 0.5);
}

.border-sky-950\/55{
  border-color: rgb(8 47 73 / 0.55);
}

.border-sky-950\/60{
  border-color: rgb(8 47 73 / 0.6);
}

.border-sky-950\/65{
  border-color: rgb(8 47 73 / 0.65);
}

.border-sky-950\/70{
  border-color: rgb(8 47 73 / 0.7);
}

.border-sky-950\/75{
  border-color: rgb(8 47 73 / 0.75);
}

.border-sky-950\/80{
  border-color: rgb(8 47 73 / 0.8);
}

.border-sky-950\/85{
  border-color: rgb(8 47 73 / 0.85);
}

.border-sky-950\/90{
  border-color: rgb(8 47 73 / 0.9);
}

.border-sky-950\/95{
  border-color: rgb(8 47 73 / 0.95);
}

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

.border-slate-100\/0{
  border-color: rgb(241 245 249 / 0);
}

.border-slate-100\/10{
  border-color: rgb(241 245 249 / 0.1);
}

.border-slate-100\/100{
  border-color: rgb(241 245 249 / 1);
}

.border-slate-100\/15{
  border-color: rgb(241 245 249 / 0.15);
}

.border-slate-100\/20{
  border-color: rgb(241 245 249 / 0.2);
}

.border-slate-100\/25{
  border-color: rgb(241 245 249 / 0.25);
}

.border-slate-100\/30{
  border-color: rgb(241 245 249 / 0.3);
}

.border-slate-100\/35{
  border-color: rgb(241 245 249 / 0.35);
}

.border-slate-100\/40{
  border-color: rgb(241 245 249 / 0.4);
}

.border-slate-100\/45{
  border-color: rgb(241 245 249 / 0.45);
}

.border-slate-100\/5{
  border-color: rgb(241 245 249 / 0.05);
}

.border-slate-100\/50{
  border-color: rgb(241 245 249 / 0.5);
}

.border-slate-100\/55{
  border-color: rgb(241 245 249 / 0.55);
}

.border-slate-100\/60{
  border-color: rgb(241 245 249 / 0.6);
}

.border-slate-100\/65{
  border-color: rgb(241 245 249 / 0.65);
}

.border-slate-100\/70{
  border-color: rgb(241 245 249 / 0.7);
}

.border-slate-100\/75{
  border-color: rgb(241 245 249 / 0.75);
}

.border-slate-100\/80{
  border-color: rgb(241 245 249 / 0.8);
}

.border-slate-100\/85{
  border-color: rgb(241 245 249 / 0.85);
}

.border-slate-100\/90{
  border-color: rgb(241 245 249 / 0.9);
}

.border-slate-100\/95{
  border-color: rgb(241 245 249 / 0.95);
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-200\/0{
  border-color: rgb(226 232 240 / 0);
}

.border-slate-200\/10{
  border-color: rgb(226 232 240 / 0.1);
}

.border-slate-200\/100{
  border-color: rgb(226 232 240 / 1);
}

.border-slate-200\/15{
  border-color: rgb(226 232 240 / 0.15);
}

.border-slate-200\/20{
  border-color: rgb(226 232 240 / 0.2);
}

.border-slate-200\/25{
  border-color: rgb(226 232 240 / 0.25);
}

.border-slate-200\/30{
  border-color: rgb(226 232 240 / 0.3);
}

.border-slate-200\/35{
  border-color: rgb(226 232 240 / 0.35);
}

.border-slate-200\/40{
  border-color: rgb(226 232 240 / 0.4);
}

.border-slate-200\/45{
  border-color: rgb(226 232 240 / 0.45);
}

.border-slate-200\/5{
  border-color: rgb(226 232 240 / 0.05);
}

.border-slate-200\/50{
  border-color: rgb(226 232 240 / 0.5);
}

.border-slate-200\/55{
  border-color: rgb(226 232 240 / 0.55);
}

.border-slate-200\/60{
  border-color: rgb(226 232 240 / 0.6);
}

.border-slate-200\/65{
  border-color: rgb(226 232 240 / 0.65);
}

.border-slate-200\/70{
  border-color: rgb(226 232 240 / 0.7);
}

.border-slate-200\/75{
  border-color: rgb(226 232 240 / 0.75);
}

.border-slate-200\/80{
  border-color: rgb(226 232 240 / 0.8);
}

.border-slate-200\/85{
  border-color: rgb(226 232 240 / 0.85);
}

.border-slate-200\/90{
  border-color: rgb(226 232 240 / 0.9);
}

.border-slate-200\/95{
  border-color: rgb(226 232 240 / 0.95);
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-slate-300\/0{
  border-color: rgb(203 213 225 / 0);
}

.border-slate-300\/10{
  border-color: rgb(203 213 225 / 0.1);
}

.border-slate-300\/100{
  border-color: rgb(203 213 225 / 1);
}

.border-slate-300\/15{
  border-color: rgb(203 213 225 / 0.15);
}

.border-slate-300\/20{
  border-color: rgb(203 213 225 / 0.2);
}

.border-slate-300\/25{
  border-color: rgb(203 213 225 / 0.25);
}

.border-slate-300\/30{
  border-color: rgb(203 213 225 / 0.3);
}

.border-slate-300\/35{
  border-color: rgb(203 213 225 / 0.35);
}

.border-slate-300\/40{
  border-color: rgb(203 213 225 / 0.4);
}

.border-slate-300\/45{
  border-color: rgb(203 213 225 / 0.45);
}

.border-slate-300\/5{
  border-color: rgb(203 213 225 / 0.05);
}

.border-slate-300\/50{
  border-color: rgb(203 213 225 / 0.5);
}

.border-slate-300\/55{
  border-color: rgb(203 213 225 / 0.55);
}

.border-slate-300\/60{
  border-color: rgb(203 213 225 / 0.6);
}

.border-slate-300\/65{
  border-color: rgb(203 213 225 / 0.65);
}

.border-slate-300\/70{
  border-color: rgb(203 213 225 / 0.7);
}

.border-slate-300\/75{
  border-color: rgb(203 213 225 / 0.75);
}

.border-slate-300\/80{
  border-color: rgb(203 213 225 / 0.8);
}

.border-slate-300\/85{
  border-color: rgb(203 213 225 / 0.85);
}

.border-slate-300\/90{
  border-color: rgb(203 213 225 / 0.9);
}

.border-slate-300\/95{
  border-color: rgb(203 213 225 / 0.95);
}

.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-slate-400\/0{
  border-color: rgb(148 163 184 / 0);
}

.border-slate-400\/10{
  border-color: rgb(148 163 184 / 0.1);
}

.border-slate-400\/100{
  border-color: rgb(148 163 184 / 1);
}

.border-slate-400\/15{
  border-color: rgb(148 163 184 / 0.15);
}

.border-slate-400\/20{
  border-color: rgb(148 163 184 / 0.2);
}

.border-slate-400\/25{
  border-color: rgb(148 163 184 / 0.25);
}

.border-slate-400\/30{
  border-color: rgb(148 163 184 / 0.3);
}

.border-slate-400\/35{
  border-color: rgb(148 163 184 / 0.35);
}

.border-slate-400\/40{
  border-color: rgb(148 163 184 / 0.4);
}

.border-slate-400\/45{
  border-color: rgb(148 163 184 / 0.45);
}

.border-slate-400\/5{
  border-color: rgb(148 163 184 / 0.05);
}

.border-slate-400\/50{
  border-color: rgb(148 163 184 / 0.5);
}

.border-slate-400\/55{
  border-color: rgb(148 163 184 / 0.55);
}

.border-slate-400\/60{
  border-color: rgb(148 163 184 / 0.6);
}

.border-slate-400\/65{
  border-color: rgb(148 163 184 / 0.65);
}

.border-slate-400\/70{
  border-color: rgb(148 163 184 / 0.7);
}

.border-slate-400\/75{
  border-color: rgb(148 163 184 / 0.75);
}

.border-slate-400\/80{
  border-color: rgb(148 163 184 / 0.8);
}

.border-slate-400\/85{
  border-color: rgb(148 163 184 / 0.85);
}

.border-slate-400\/90{
  border-color: rgb(148 163 184 / 0.9);
}

.border-slate-400\/95{
  border-color: rgb(148 163 184 / 0.95);
}

.border-slate-50{
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-slate-50\/0{
  border-color: rgb(248 250 252 / 0);
}

.border-slate-50\/10{
  border-color: rgb(248 250 252 / 0.1);
}

.border-slate-50\/100{
  border-color: rgb(248 250 252 / 1);
}

.border-slate-50\/15{
  border-color: rgb(248 250 252 / 0.15);
}

.border-slate-50\/20{
  border-color: rgb(248 250 252 / 0.2);
}

.border-slate-50\/25{
  border-color: rgb(248 250 252 / 0.25);
}

.border-slate-50\/30{
  border-color: rgb(248 250 252 / 0.3);
}

.border-slate-50\/35{
  border-color: rgb(248 250 252 / 0.35);
}

.border-slate-50\/40{
  border-color: rgb(248 250 252 / 0.4);
}

.border-slate-50\/45{
  border-color: rgb(248 250 252 / 0.45);
}

.border-slate-50\/5{
  border-color: rgb(248 250 252 / 0.05);
}

.border-slate-50\/50{
  border-color: rgb(248 250 252 / 0.5);
}

.border-slate-50\/55{
  border-color: rgb(248 250 252 / 0.55);
}

.border-slate-50\/60{
  border-color: rgb(248 250 252 / 0.6);
}

.border-slate-50\/65{
  border-color: rgb(248 250 252 / 0.65);
}

.border-slate-50\/70{
  border-color: rgb(248 250 252 / 0.7);
}

.border-slate-50\/75{
  border-color: rgb(248 250 252 / 0.75);
}

.border-slate-50\/80{
  border-color: rgb(248 250 252 / 0.8);
}

.border-slate-50\/85{
  border-color: rgb(248 250 252 / 0.85);
}

.border-slate-50\/90{
  border-color: rgb(248 250 252 / 0.9);
}

.border-slate-50\/95{
  border-color: rgb(248 250 252 / 0.95);
}

.border-slate-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-slate-500\/0{
  border-color: rgb(100 116 139 / 0);
}

.border-slate-500\/10{
  border-color: rgb(100 116 139 / 0.1);
}

.border-slate-500\/100{
  border-color: rgb(100 116 139 / 1);
}

.border-slate-500\/15{
  border-color: rgb(100 116 139 / 0.15);
}

.border-slate-500\/20{
  border-color: rgb(100 116 139 / 0.2);
}

.border-slate-500\/25{
  border-color: rgb(100 116 139 / 0.25);
}

.border-slate-500\/30{
  border-color: rgb(100 116 139 / 0.3);
}

.border-slate-500\/35{
  border-color: rgb(100 116 139 / 0.35);
}

.border-slate-500\/40{
  border-color: rgb(100 116 139 / 0.4);
}

.border-slate-500\/45{
  border-color: rgb(100 116 139 / 0.45);
}

.border-slate-500\/5{
  border-color: rgb(100 116 139 / 0.05);
}

.border-slate-500\/50{
  border-color: rgb(100 116 139 / 0.5);
}

.border-slate-500\/55{
  border-color: rgb(100 116 139 / 0.55);
}

.border-slate-500\/60{
  border-color: rgb(100 116 139 / 0.6);
}

.border-slate-500\/65{
  border-color: rgb(100 116 139 / 0.65);
}

.border-slate-500\/70{
  border-color: rgb(100 116 139 / 0.7);
}

.border-slate-500\/75{
  border-color: rgb(100 116 139 / 0.75);
}

.border-slate-500\/80{
  border-color: rgb(100 116 139 / 0.8);
}

.border-slate-500\/85{
  border-color: rgb(100 116 139 / 0.85);
}

.border-slate-500\/90{
  border-color: rgb(100 116 139 / 0.9);
}

.border-slate-500\/95{
  border-color: rgb(100 116 139 / 0.95);
}

.border-slate-600{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-slate-600\/0{
  border-color: rgb(71 85 105 / 0);
}

.border-slate-600\/10{
  border-color: rgb(71 85 105 / 0.1);
}

.border-slate-600\/100{
  border-color: rgb(71 85 105 / 1);
}

.border-slate-600\/15{
  border-color: rgb(71 85 105 / 0.15);
}

.border-slate-600\/20{
  border-color: rgb(71 85 105 / 0.2);
}

.border-slate-600\/25{
  border-color: rgb(71 85 105 / 0.25);
}

.border-slate-600\/30{
  border-color: rgb(71 85 105 / 0.3);
}

.border-slate-600\/35{
  border-color: rgb(71 85 105 / 0.35);
}

.border-slate-600\/40{
  border-color: rgb(71 85 105 / 0.4);
}

.border-slate-600\/45{
  border-color: rgb(71 85 105 / 0.45);
}

.border-slate-600\/5{
  border-color: rgb(71 85 105 / 0.05);
}

.border-slate-600\/50{
  border-color: rgb(71 85 105 / 0.5);
}

.border-slate-600\/55{
  border-color: rgb(71 85 105 / 0.55);
}

.border-slate-600\/60{
  border-color: rgb(71 85 105 / 0.6);
}

.border-slate-600\/65{
  border-color: rgb(71 85 105 / 0.65);
}

.border-slate-600\/70{
  border-color: rgb(71 85 105 / 0.7);
}

.border-slate-600\/75{
  border-color: rgb(71 85 105 / 0.75);
}

.border-slate-600\/80{
  border-color: rgb(71 85 105 / 0.8);
}

.border-slate-600\/85{
  border-color: rgb(71 85 105 / 0.85);
}

.border-slate-600\/90{
  border-color: rgb(71 85 105 / 0.9);
}

.border-slate-600\/95{
  border-color: rgb(71 85 105 / 0.95);
}

.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-slate-700\/0{
  border-color: rgb(51 65 85 / 0);
}

.border-slate-700\/10{
  border-color: rgb(51 65 85 / 0.1);
}

.border-slate-700\/100{
  border-color: rgb(51 65 85 / 1);
}

.border-slate-700\/15{
  border-color: rgb(51 65 85 / 0.15);
}

.border-slate-700\/20{
  border-color: rgb(51 65 85 / 0.2);
}

.border-slate-700\/25{
  border-color: rgb(51 65 85 / 0.25);
}

.border-slate-700\/30{
  border-color: rgb(51 65 85 / 0.3);
}

.border-slate-700\/35{
  border-color: rgb(51 65 85 / 0.35);
}

.border-slate-700\/40{
  border-color: rgb(51 65 85 / 0.4);
}

.border-slate-700\/45{
  border-color: rgb(51 65 85 / 0.45);
}

.border-slate-700\/5{
  border-color: rgb(51 65 85 / 0.05);
}

.border-slate-700\/50{
  border-color: rgb(51 65 85 / 0.5);
}

.border-slate-700\/55{
  border-color: rgb(51 65 85 / 0.55);
}

.border-slate-700\/60{
  border-color: rgb(51 65 85 / 0.6);
}

.border-slate-700\/65{
  border-color: rgb(51 65 85 / 0.65);
}

.border-slate-700\/70{
  border-color: rgb(51 65 85 / 0.7);
}

.border-slate-700\/75{
  border-color: rgb(51 65 85 / 0.75);
}

.border-slate-700\/80{
  border-color: rgb(51 65 85 / 0.8);
}

.border-slate-700\/85{
  border-color: rgb(51 65 85 / 0.85);
}

.border-slate-700\/90{
  border-color: rgb(51 65 85 / 0.9);
}

.border-slate-700\/95{
  border-color: rgb(51 65 85 / 0.95);
}

.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-slate-800\/0{
  border-color: rgb(30 41 59 / 0);
}

.border-slate-800\/10{
  border-color: rgb(30 41 59 / 0.1);
}

.border-slate-800\/100{
  border-color: rgb(30 41 59 / 1);
}

.border-slate-800\/15{
  border-color: rgb(30 41 59 / 0.15);
}

.border-slate-800\/20{
  border-color: rgb(30 41 59 / 0.2);
}

.border-slate-800\/25{
  border-color: rgb(30 41 59 / 0.25);
}

.border-slate-800\/30{
  border-color: rgb(30 41 59 / 0.3);
}

.border-slate-800\/35{
  border-color: rgb(30 41 59 / 0.35);
}

.border-slate-800\/40{
  border-color: rgb(30 41 59 / 0.4);
}

.border-slate-800\/45{
  border-color: rgb(30 41 59 / 0.45);
}

.border-slate-800\/5{
  border-color: rgb(30 41 59 / 0.05);
}

.border-slate-800\/50{
  border-color: rgb(30 41 59 / 0.5);
}

.border-slate-800\/55{
  border-color: rgb(30 41 59 / 0.55);
}

.border-slate-800\/60{
  border-color: rgb(30 41 59 / 0.6);
}

.border-slate-800\/65{
  border-color: rgb(30 41 59 / 0.65);
}

.border-slate-800\/70{
  border-color: rgb(30 41 59 / 0.7);
}

.border-slate-800\/75{
  border-color: rgb(30 41 59 / 0.75);
}

.border-slate-800\/80{
  border-color: rgb(30 41 59 / 0.8);
}

.border-slate-800\/85{
  border-color: rgb(30 41 59 / 0.85);
}

.border-slate-800\/90{
  border-color: rgb(30 41 59 / 0.9);
}

.border-slate-800\/95{
  border-color: rgb(30 41 59 / 0.95);
}

.border-slate-900{
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-slate-900\/0{
  border-color: rgb(15 23 42 / 0);
}

.border-slate-900\/10{
  border-color: rgb(15 23 42 / 0.1);
}

.border-slate-900\/100{
  border-color: rgb(15 23 42 / 1);
}

.border-slate-900\/15{
  border-color: rgb(15 23 42 / 0.15);
}

.border-slate-900\/20{
  border-color: rgb(15 23 42 / 0.2);
}

.border-slate-900\/25{
  border-color: rgb(15 23 42 / 0.25);
}

.border-slate-900\/30{
  border-color: rgb(15 23 42 / 0.3);
}

.border-slate-900\/35{
  border-color: rgb(15 23 42 / 0.35);
}

.border-slate-900\/40{
  border-color: rgb(15 23 42 / 0.4);
}

.border-slate-900\/45{
  border-color: rgb(15 23 42 / 0.45);
}

.border-slate-900\/5{
  border-color: rgb(15 23 42 / 0.05);
}

.border-slate-900\/50{
  border-color: rgb(15 23 42 / 0.5);
}

.border-slate-900\/55{
  border-color: rgb(15 23 42 / 0.55);
}

.border-slate-900\/60{
  border-color: rgb(15 23 42 / 0.6);
}

.border-slate-900\/65{
  border-color: rgb(15 23 42 / 0.65);
}

.border-slate-900\/70{
  border-color: rgb(15 23 42 / 0.7);
}

.border-slate-900\/75{
  border-color: rgb(15 23 42 / 0.75);
}

.border-slate-900\/80{
  border-color: rgb(15 23 42 / 0.8);
}

.border-slate-900\/85{
  border-color: rgb(15 23 42 / 0.85);
}

.border-slate-900\/90{
  border-color: rgb(15 23 42 / 0.9);
}

.border-slate-900\/95{
  border-color: rgb(15 23 42 / 0.95);
}

.border-slate-950{
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-slate-950\/0{
  border-color: rgb(2 6 23 / 0);
}

.border-slate-950\/10{
  border-color: rgb(2 6 23 / 0.1);
}

.border-slate-950\/100{
  border-color: rgb(2 6 23 / 1);
}

.border-slate-950\/15{
  border-color: rgb(2 6 23 / 0.15);
}

.border-slate-950\/20{
  border-color: rgb(2 6 23 / 0.2);
}

.border-slate-950\/25{
  border-color: rgb(2 6 23 / 0.25);
}

.border-slate-950\/30{
  border-color: rgb(2 6 23 / 0.3);
}

.border-slate-950\/35{
  border-color: rgb(2 6 23 / 0.35);
}

.border-slate-950\/40{
  border-color: rgb(2 6 23 / 0.4);
}

.border-slate-950\/45{
  border-color: rgb(2 6 23 / 0.45);
}

.border-slate-950\/5{
  border-color: rgb(2 6 23 / 0.05);
}

.border-slate-950\/50{
  border-color: rgb(2 6 23 / 0.5);
}

.border-slate-950\/55{
  border-color: rgb(2 6 23 / 0.55);
}

.border-slate-950\/60{
  border-color: rgb(2 6 23 / 0.6);
}

.border-slate-950\/65{
  border-color: rgb(2 6 23 / 0.65);
}

.border-slate-950\/70{
  border-color: rgb(2 6 23 / 0.7);
}

.border-slate-950\/75{
  border-color: rgb(2 6 23 / 0.75);
}

.border-slate-950\/80{
  border-color: rgb(2 6 23 / 0.8);
}

.border-slate-950\/85{
  border-color: rgb(2 6 23 / 0.85);
}

.border-slate-950\/90{
  border-color: rgb(2 6 23 / 0.9);
}

.border-slate-950\/95{
  border-color: rgb(2 6 23 / 0.95);
}

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

.border-stone-100\/0{
  border-color: rgb(245 245 244 / 0);
}

.border-stone-100\/10{
  border-color: rgb(245 245 244 / 0.1);
}

.border-stone-100\/100{
  border-color: rgb(245 245 244 / 1);
}

.border-stone-100\/15{
  border-color: rgb(245 245 244 / 0.15);
}

.border-stone-100\/20{
  border-color: rgb(245 245 244 / 0.2);
}

.border-stone-100\/25{
  border-color: rgb(245 245 244 / 0.25);
}

.border-stone-100\/30{
  border-color: rgb(245 245 244 / 0.3);
}

.border-stone-100\/35{
  border-color: rgb(245 245 244 / 0.35);
}

.border-stone-100\/40{
  border-color: rgb(245 245 244 / 0.4);
}

.border-stone-100\/45{
  border-color: rgb(245 245 244 / 0.45);
}

.border-stone-100\/5{
  border-color: rgb(245 245 244 / 0.05);
}

.border-stone-100\/50{
  border-color: rgb(245 245 244 / 0.5);
}

.border-stone-100\/55{
  border-color: rgb(245 245 244 / 0.55);
}

.border-stone-100\/60{
  border-color: rgb(245 245 244 / 0.6);
}

.border-stone-100\/65{
  border-color: rgb(245 245 244 / 0.65);
}

.border-stone-100\/70{
  border-color: rgb(245 245 244 / 0.7);
}

.border-stone-100\/75{
  border-color: rgb(245 245 244 / 0.75);
}

.border-stone-100\/80{
  border-color: rgb(245 245 244 / 0.8);
}

.border-stone-100\/85{
  border-color: rgb(245 245 244 / 0.85);
}

.border-stone-100\/90{
  border-color: rgb(245 245 244 / 0.9);
}

.border-stone-100\/95{
  border-color: rgb(245 245 244 / 0.95);
}

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

.border-stone-200\/0{
  border-color: rgb(231 229 228 / 0);
}

.border-stone-200\/10{
  border-color: rgb(231 229 228 / 0.1);
}

.border-stone-200\/100{
  border-color: rgb(231 229 228 / 1);
}

.border-stone-200\/15{
  border-color: rgb(231 229 228 / 0.15);
}

.border-stone-200\/20{
  border-color: rgb(231 229 228 / 0.2);
}

.border-stone-200\/25{
  border-color: rgb(231 229 228 / 0.25);
}

.border-stone-200\/30{
  border-color: rgb(231 229 228 / 0.3);
}

.border-stone-200\/35{
  border-color: rgb(231 229 228 / 0.35);
}

.border-stone-200\/40{
  border-color: rgb(231 229 228 / 0.4);
}

.border-stone-200\/45{
  border-color: rgb(231 229 228 / 0.45);
}

.border-stone-200\/5{
  border-color: rgb(231 229 228 / 0.05);
}

.border-stone-200\/50{
  border-color: rgb(231 229 228 / 0.5);
}

.border-stone-200\/55{
  border-color: rgb(231 229 228 / 0.55);
}

.border-stone-200\/60{
  border-color: rgb(231 229 228 / 0.6);
}

.border-stone-200\/65{
  border-color: rgb(231 229 228 / 0.65);
}

.border-stone-200\/70{
  border-color: rgb(231 229 228 / 0.7);
}

.border-stone-200\/75{
  border-color: rgb(231 229 228 / 0.75);
}

.border-stone-200\/80{
  border-color: rgb(231 229 228 / 0.8);
}

.border-stone-200\/85{
  border-color: rgb(231 229 228 / 0.85);
}

.border-stone-200\/90{
  border-color: rgb(231 229 228 / 0.9);
}

.border-stone-200\/95{
  border-color: rgb(231 229 228 / 0.95);
}

.border-stone-300{
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-stone-300\/0{
  border-color: rgb(214 211 209 / 0);
}

.border-stone-300\/10{
  border-color: rgb(214 211 209 / 0.1);
}

.border-stone-300\/100{
  border-color: rgb(214 211 209 / 1);
}

.border-stone-300\/15{
  border-color: rgb(214 211 209 / 0.15);
}

.border-stone-300\/20{
  border-color: rgb(214 211 209 / 0.2);
}

.border-stone-300\/25{
  border-color: rgb(214 211 209 / 0.25);
}

.border-stone-300\/30{
  border-color: rgb(214 211 209 / 0.3);
}

.border-stone-300\/35{
  border-color: rgb(214 211 209 / 0.35);
}

.border-stone-300\/40{
  border-color: rgb(214 211 209 / 0.4);
}

.border-stone-300\/45{
  border-color: rgb(214 211 209 / 0.45);
}

.border-stone-300\/5{
  border-color: rgb(214 211 209 / 0.05);
}

.border-stone-300\/50{
  border-color: rgb(214 211 209 / 0.5);
}

.border-stone-300\/55{
  border-color: rgb(214 211 209 / 0.55);
}

.border-stone-300\/60{
  border-color: rgb(214 211 209 / 0.6);
}

.border-stone-300\/65{
  border-color: rgb(214 211 209 / 0.65);
}

.border-stone-300\/70{
  border-color: rgb(214 211 209 / 0.7);
}

.border-stone-300\/75{
  border-color: rgb(214 211 209 / 0.75);
}

.border-stone-300\/80{
  border-color: rgb(214 211 209 / 0.8);
}

.border-stone-300\/85{
  border-color: rgb(214 211 209 / 0.85);
}

.border-stone-300\/90{
  border-color: rgb(214 211 209 / 0.9);
}

.border-stone-300\/95{
  border-color: rgb(214 211 209 / 0.95);
}

.border-stone-400{
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-stone-400\/0{
  border-color: rgb(168 162 158 / 0);
}

.border-stone-400\/10{
  border-color: rgb(168 162 158 / 0.1);
}

.border-stone-400\/100{
  border-color: rgb(168 162 158 / 1);
}

.border-stone-400\/15{
  border-color: rgb(168 162 158 / 0.15);
}

.border-stone-400\/20{
  border-color: rgb(168 162 158 / 0.2);
}

.border-stone-400\/25{
  border-color: rgb(168 162 158 / 0.25);
}

.border-stone-400\/30{
  border-color: rgb(168 162 158 / 0.3);
}

.border-stone-400\/35{
  border-color: rgb(168 162 158 / 0.35);
}

.border-stone-400\/40{
  border-color: rgb(168 162 158 / 0.4);
}

.border-stone-400\/45{
  border-color: rgb(168 162 158 / 0.45);
}

.border-stone-400\/5{
  border-color: rgb(168 162 158 / 0.05);
}

.border-stone-400\/50{
  border-color: rgb(168 162 158 / 0.5);
}

.border-stone-400\/55{
  border-color: rgb(168 162 158 / 0.55);
}

.border-stone-400\/60{
  border-color: rgb(168 162 158 / 0.6);
}

.border-stone-400\/65{
  border-color: rgb(168 162 158 / 0.65);
}

.border-stone-400\/70{
  border-color: rgb(168 162 158 / 0.7);
}

.border-stone-400\/75{
  border-color: rgb(168 162 158 / 0.75);
}

.border-stone-400\/80{
  border-color: rgb(168 162 158 / 0.8);
}

.border-stone-400\/85{
  border-color: rgb(168 162 158 / 0.85);
}

.border-stone-400\/90{
  border-color: rgb(168 162 158 / 0.9);
}

.border-stone-400\/95{
  border-color: rgb(168 162 158 / 0.95);
}

.border-stone-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-stone-50\/0{
  border-color: rgb(250 250 249 / 0);
}

.border-stone-50\/10{
  border-color: rgb(250 250 249 / 0.1);
}

.border-stone-50\/100{
  border-color: rgb(250 250 249 / 1);
}

.border-stone-50\/15{
  border-color: rgb(250 250 249 / 0.15);
}

.border-stone-50\/20{
  border-color: rgb(250 250 249 / 0.2);
}

.border-stone-50\/25{
  border-color: rgb(250 250 249 / 0.25);
}

.border-stone-50\/30{
  border-color: rgb(250 250 249 / 0.3);
}

.border-stone-50\/35{
  border-color: rgb(250 250 249 / 0.35);
}

.border-stone-50\/40{
  border-color: rgb(250 250 249 / 0.4);
}

.border-stone-50\/45{
  border-color: rgb(250 250 249 / 0.45);
}

.border-stone-50\/5{
  border-color: rgb(250 250 249 / 0.05);
}

.border-stone-50\/50{
  border-color: rgb(250 250 249 / 0.5);
}

.border-stone-50\/55{
  border-color: rgb(250 250 249 / 0.55);
}

.border-stone-50\/60{
  border-color: rgb(250 250 249 / 0.6);
}

.border-stone-50\/65{
  border-color: rgb(250 250 249 / 0.65);
}

.border-stone-50\/70{
  border-color: rgb(250 250 249 / 0.7);
}

.border-stone-50\/75{
  border-color: rgb(250 250 249 / 0.75);
}

.border-stone-50\/80{
  border-color: rgb(250 250 249 / 0.8);
}

.border-stone-50\/85{
  border-color: rgb(250 250 249 / 0.85);
}

.border-stone-50\/90{
  border-color: rgb(250 250 249 / 0.9);
}

.border-stone-50\/95{
  border-color: rgb(250 250 249 / 0.95);
}

.border-stone-500{
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-stone-500\/0{
  border-color: rgb(120 113 108 / 0);
}

.border-stone-500\/10{
  border-color: rgb(120 113 108 / 0.1);
}

.border-stone-500\/100{
  border-color: rgb(120 113 108 / 1);
}

.border-stone-500\/15{
  border-color: rgb(120 113 108 / 0.15);
}

.border-stone-500\/20{
  border-color: rgb(120 113 108 / 0.2);
}

.border-stone-500\/25{
  border-color: rgb(120 113 108 / 0.25);
}

.border-stone-500\/30{
  border-color: rgb(120 113 108 / 0.3);
}

.border-stone-500\/35{
  border-color: rgb(120 113 108 / 0.35);
}

.border-stone-500\/40{
  border-color: rgb(120 113 108 / 0.4);
}

.border-stone-500\/45{
  border-color: rgb(120 113 108 / 0.45);
}

.border-stone-500\/5{
  border-color: rgb(120 113 108 / 0.05);
}

.border-stone-500\/50{
  border-color: rgb(120 113 108 / 0.5);
}

.border-stone-500\/55{
  border-color: rgb(120 113 108 / 0.55);
}

.border-stone-500\/60{
  border-color: rgb(120 113 108 / 0.6);
}

.border-stone-500\/65{
  border-color: rgb(120 113 108 / 0.65);
}

.border-stone-500\/70{
  border-color: rgb(120 113 108 / 0.7);
}

.border-stone-500\/75{
  border-color: rgb(120 113 108 / 0.75);
}

.border-stone-500\/80{
  border-color: rgb(120 113 108 / 0.8);
}

.border-stone-500\/85{
  border-color: rgb(120 113 108 / 0.85);
}

.border-stone-500\/90{
  border-color: rgb(120 113 108 / 0.9);
}

.border-stone-500\/95{
  border-color: rgb(120 113 108 / 0.95);
}

.border-stone-600{
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-stone-600\/0{
  border-color: rgb(87 83 78 / 0);
}

.border-stone-600\/10{
  border-color: rgb(87 83 78 / 0.1);
}

.border-stone-600\/100{
  border-color: rgb(87 83 78 / 1);
}

.border-stone-600\/15{
  border-color: rgb(87 83 78 / 0.15);
}

.border-stone-600\/20{
  border-color: rgb(87 83 78 / 0.2);
}

.border-stone-600\/25{
  border-color: rgb(87 83 78 / 0.25);
}

.border-stone-600\/30{
  border-color: rgb(87 83 78 / 0.3);
}

.border-stone-600\/35{
  border-color: rgb(87 83 78 / 0.35);
}

.border-stone-600\/40{
  border-color: rgb(87 83 78 / 0.4);
}

.border-stone-600\/45{
  border-color: rgb(87 83 78 / 0.45);
}

.border-stone-600\/5{
  border-color: rgb(87 83 78 / 0.05);
}

.border-stone-600\/50{
  border-color: rgb(87 83 78 / 0.5);
}

.border-stone-600\/55{
  border-color: rgb(87 83 78 / 0.55);
}

.border-stone-600\/60{
  border-color: rgb(87 83 78 / 0.6);
}

.border-stone-600\/65{
  border-color: rgb(87 83 78 / 0.65);
}

.border-stone-600\/70{
  border-color: rgb(87 83 78 / 0.7);
}

.border-stone-600\/75{
  border-color: rgb(87 83 78 / 0.75);
}

.border-stone-600\/80{
  border-color: rgb(87 83 78 / 0.8);
}

.border-stone-600\/85{
  border-color: rgb(87 83 78 / 0.85);
}

.border-stone-600\/90{
  border-color: rgb(87 83 78 / 0.9);
}

.border-stone-600\/95{
  border-color: rgb(87 83 78 / 0.95);
}

.border-stone-700{
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-stone-700\/0{
  border-color: rgb(68 64 60 / 0);
}

.border-stone-700\/10{
  border-color: rgb(68 64 60 / 0.1);
}

.border-stone-700\/100{
  border-color: rgb(68 64 60 / 1);
}

.border-stone-700\/15{
  border-color: rgb(68 64 60 / 0.15);
}

.border-stone-700\/20{
  border-color: rgb(68 64 60 / 0.2);
}

.border-stone-700\/25{
  border-color: rgb(68 64 60 / 0.25);
}

.border-stone-700\/30{
  border-color: rgb(68 64 60 / 0.3);
}

.border-stone-700\/35{
  border-color: rgb(68 64 60 / 0.35);
}

.border-stone-700\/40{
  border-color: rgb(68 64 60 / 0.4);
}

.border-stone-700\/45{
  border-color: rgb(68 64 60 / 0.45);
}

.border-stone-700\/5{
  border-color: rgb(68 64 60 / 0.05);
}

.border-stone-700\/50{
  border-color: rgb(68 64 60 / 0.5);
}

.border-stone-700\/55{
  border-color: rgb(68 64 60 / 0.55);
}

.border-stone-700\/60{
  border-color: rgb(68 64 60 / 0.6);
}

.border-stone-700\/65{
  border-color: rgb(68 64 60 / 0.65);
}

.border-stone-700\/70{
  border-color: rgb(68 64 60 / 0.7);
}

.border-stone-700\/75{
  border-color: rgb(68 64 60 / 0.75);
}

.border-stone-700\/80{
  border-color: rgb(68 64 60 / 0.8);
}

.border-stone-700\/85{
  border-color: rgb(68 64 60 / 0.85);
}

.border-stone-700\/90{
  border-color: rgb(68 64 60 / 0.9);
}

.border-stone-700\/95{
  border-color: rgb(68 64 60 / 0.95);
}

.border-stone-800{
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-stone-800\/0{
  border-color: rgb(41 37 36 / 0);
}

.border-stone-800\/10{
  border-color: rgb(41 37 36 / 0.1);
}

.border-stone-800\/100{
  border-color: rgb(41 37 36 / 1);
}

.border-stone-800\/15{
  border-color: rgb(41 37 36 / 0.15);
}

.border-stone-800\/20{
  border-color: rgb(41 37 36 / 0.2);
}

.border-stone-800\/25{
  border-color: rgb(41 37 36 / 0.25);
}

.border-stone-800\/30{
  border-color: rgb(41 37 36 / 0.3);
}

.border-stone-800\/35{
  border-color: rgb(41 37 36 / 0.35);
}

.border-stone-800\/40{
  border-color: rgb(41 37 36 / 0.4);
}

.border-stone-800\/45{
  border-color: rgb(41 37 36 / 0.45);
}

.border-stone-800\/5{
  border-color: rgb(41 37 36 / 0.05);
}

.border-stone-800\/50{
  border-color: rgb(41 37 36 / 0.5);
}

.border-stone-800\/55{
  border-color: rgb(41 37 36 / 0.55);
}

.border-stone-800\/60{
  border-color: rgb(41 37 36 / 0.6);
}

.border-stone-800\/65{
  border-color: rgb(41 37 36 / 0.65);
}

.border-stone-800\/70{
  border-color: rgb(41 37 36 / 0.7);
}

.border-stone-800\/75{
  border-color: rgb(41 37 36 / 0.75);
}

.border-stone-800\/80{
  border-color: rgb(41 37 36 / 0.8);
}

.border-stone-800\/85{
  border-color: rgb(41 37 36 / 0.85);
}

.border-stone-800\/90{
  border-color: rgb(41 37 36 / 0.9);
}

.border-stone-800\/95{
  border-color: rgb(41 37 36 / 0.95);
}

.border-stone-900{
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-stone-900\/0{
  border-color: rgb(28 25 23 / 0);
}

.border-stone-900\/10{
  border-color: rgb(28 25 23 / 0.1);
}

.border-stone-900\/100{
  border-color: rgb(28 25 23 / 1);
}

.border-stone-900\/15{
  border-color: rgb(28 25 23 / 0.15);
}

.border-stone-900\/20{
  border-color: rgb(28 25 23 / 0.2);
}

.border-stone-900\/25{
  border-color: rgb(28 25 23 / 0.25);
}

.border-stone-900\/30{
  border-color: rgb(28 25 23 / 0.3);
}

.border-stone-900\/35{
  border-color: rgb(28 25 23 / 0.35);
}

.border-stone-900\/40{
  border-color: rgb(28 25 23 / 0.4);
}

.border-stone-900\/45{
  border-color: rgb(28 25 23 / 0.45);
}

.border-stone-900\/5{
  border-color: rgb(28 25 23 / 0.05);
}

.border-stone-900\/50{
  border-color: rgb(28 25 23 / 0.5);
}

.border-stone-900\/55{
  border-color: rgb(28 25 23 / 0.55);
}

.border-stone-900\/60{
  border-color: rgb(28 25 23 / 0.6);
}

.border-stone-900\/65{
  border-color: rgb(28 25 23 / 0.65);
}

.border-stone-900\/70{
  border-color: rgb(28 25 23 / 0.7);
}

.border-stone-900\/75{
  border-color: rgb(28 25 23 / 0.75);
}

.border-stone-900\/80{
  border-color: rgb(28 25 23 / 0.8);
}

.border-stone-900\/85{
  border-color: rgb(28 25 23 / 0.85);
}

.border-stone-900\/90{
  border-color: rgb(28 25 23 / 0.9);
}

.border-stone-900\/95{
  border-color: rgb(28 25 23 / 0.95);
}

.border-stone-950{
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-stone-950\/0{
  border-color: rgb(12 10 9 / 0);
}

.border-stone-950\/10{
  border-color: rgb(12 10 9 / 0.1);
}

.border-stone-950\/100{
  border-color: rgb(12 10 9 / 1);
}

.border-stone-950\/15{
  border-color: rgb(12 10 9 / 0.15);
}

.border-stone-950\/20{
  border-color: rgb(12 10 9 / 0.2);
}

.border-stone-950\/25{
  border-color: rgb(12 10 9 / 0.25);
}

.border-stone-950\/30{
  border-color: rgb(12 10 9 / 0.3);
}

.border-stone-950\/35{
  border-color: rgb(12 10 9 / 0.35);
}

.border-stone-950\/40{
  border-color: rgb(12 10 9 / 0.4);
}

.border-stone-950\/45{
  border-color: rgb(12 10 9 / 0.45);
}

.border-stone-950\/5{
  border-color: rgb(12 10 9 / 0.05);
}

.border-stone-950\/50{
  border-color: rgb(12 10 9 / 0.5);
}

.border-stone-950\/55{
  border-color: rgb(12 10 9 / 0.55);
}

.border-stone-950\/60{
  border-color: rgb(12 10 9 / 0.6);
}

.border-stone-950\/65{
  border-color: rgb(12 10 9 / 0.65);
}

.border-stone-950\/70{
  border-color: rgb(12 10 9 / 0.7);
}

.border-stone-950\/75{
  border-color: rgb(12 10 9 / 0.75);
}

.border-stone-950\/80{
  border-color: rgb(12 10 9 / 0.8);
}

.border-stone-950\/85{
  border-color: rgb(12 10 9 / 0.85);
}

.border-stone-950\/90{
  border-color: rgb(12 10 9 / 0.9);
}

.border-stone-950\/95{
  border-color: rgb(12 10 9 / 0.95);
}

.border-success{
  --tw-border-opacity: 1;
  border-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.border-success\/0{
  border-color: rgb(7 196 149 / 0);
}

.border-success\/10{
  border-color: rgb(7 196 149 / 0.1);
}

.border-success\/100{
  border-color: rgb(7 196 149 / 1);
}

.border-success\/15{
  border-color: rgb(7 196 149 / 0.15);
}

.border-success\/20{
  border-color: rgb(7 196 149 / 0.2);
}

.border-success\/25{
  border-color: rgb(7 196 149 / 0.25);
}

.border-success\/30{
  border-color: rgb(7 196 149 / 0.3);
}

.border-success\/35{
  border-color: rgb(7 196 149 / 0.35);
}

.border-success\/40{
  border-color: rgb(7 196 149 / 0.4);
}

.border-success\/45{
  border-color: rgb(7 196 149 / 0.45);
}

.border-success\/5{
  border-color: rgb(7 196 149 / 0.05);
}

.border-success\/50{
  border-color: rgb(7 196 149 / 0.5);
}

.border-success\/55{
  border-color: rgb(7 196 149 / 0.55);
}

.border-success\/60{
  border-color: rgb(7 196 149 / 0.6);
}

.border-success\/65{
  border-color: rgb(7 196 149 / 0.65);
}

.border-success\/70{
  border-color: rgb(7 196 149 / 0.7);
}

.border-success\/75{
  border-color: rgb(7 196 149 / 0.75);
}

.border-success\/80{
  border-color: rgb(7 196 149 / 0.8);
}

.border-success\/85{
  border-color: rgb(7 196 149 / 0.85);
}

.border-success\/90{
  border-color: rgb(7 196 149 / 0.9);
}

.border-success\/95{
  border-color: rgb(7 196 149 / 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\/15{
  border-color: rgb(204 251 241 / 0.15);
}

.border-teal-100\/20{
  border-color: rgb(204 251 241 / 0.2);
}

.border-teal-100\/25{
  border-color: rgb(204 251 241 / 0.25);
}

.border-teal-100\/30{
  border-color: rgb(204 251 241 / 0.3);
}

.border-teal-100\/35{
  border-color: rgb(204 251 241 / 0.35);
}

.border-teal-100\/40{
  border-color: rgb(204 251 241 / 0.4);
}

.border-teal-100\/45{
  border-color: rgb(204 251 241 / 0.45);
}

.border-teal-100\/5{
  border-color: rgb(204 251 241 / 0.05);
}

.border-teal-100\/50{
  border-color: rgb(204 251 241 / 0.5);
}

.border-teal-100\/55{
  border-color: rgb(204 251 241 / 0.55);
}

.border-teal-100\/60{
  border-color: rgb(204 251 241 / 0.6);
}

.border-teal-100\/65{
  border-color: rgb(204 251 241 / 0.65);
}

.border-teal-100\/70{
  border-color: rgb(204 251 241 / 0.7);
}

.border-teal-100\/75{
  border-color: rgb(204 251 241 / 0.75);
}

.border-teal-100\/80{
  border-color: rgb(204 251 241 / 0.8);
}

.border-teal-100\/85{
  border-color: rgb(204 251 241 / 0.85);
}

.border-teal-100\/90{
  border-color: rgb(204 251 241 / 0.9);
}

.border-teal-100\/95{
  border-color: rgb(204 251 241 / 0.95);
}

.border-teal-200{
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-teal-200\/0{
  border-color: rgb(153 246 228 / 0);
}

.border-teal-200\/10{
  border-color: rgb(153 246 228 / 0.1);
}

.border-teal-200\/100{
  border-color: rgb(153 246 228 / 1);
}

.border-teal-200\/15{
  border-color: rgb(153 246 228 / 0.15);
}

.border-teal-200\/20{
  border-color: rgb(153 246 228 / 0.2);
}

.border-teal-200\/25{
  border-color: rgb(153 246 228 / 0.25);
}

.border-teal-200\/30{
  border-color: rgb(153 246 228 / 0.3);
}

.border-teal-200\/35{
  border-color: rgb(153 246 228 / 0.35);
}

.border-teal-200\/40{
  border-color: rgb(153 246 228 / 0.4);
}

.border-teal-200\/45{
  border-color: rgb(153 246 228 / 0.45);
}

.border-teal-200\/5{
  border-color: rgb(153 246 228 / 0.05);
}

.border-teal-200\/50{
  border-color: rgb(153 246 228 / 0.5);
}

.border-teal-200\/55{
  border-color: rgb(153 246 228 / 0.55);
}

.border-teal-200\/60{
  border-color: rgb(153 246 228 / 0.6);
}

.border-teal-200\/65{
  border-color: rgb(153 246 228 / 0.65);
}

.border-teal-200\/70{
  border-color: rgb(153 246 228 / 0.7);
}

.border-teal-200\/75{
  border-color: rgb(153 246 228 / 0.75);
}

.border-teal-200\/80{
  border-color: rgb(153 246 228 / 0.8);
}

.border-teal-200\/85{
  border-color: rgb(153 246 228 / 0.85);
}

.border-teal-200\/90{
  border-color: rgb(153 246 228 / 0.9);
}

.border-teal-200\/95{
  border-color: rgb(153 246 228 / 0.95);
}

.border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-teal-300\/0{
  border-color: rgb(94 234 212 / 0);
}

.border-teal-300\/10{
  border-color: rgb(94 234 212 / 0.1);
}

.border-teal-300\/100{
  border-color: rgb(94 234 212 / 1);
}

.border-teal-300\/15{
  border-color: rgb(94 234 212 / 0.15);
}

.border-teal-300\/20{
  border-color: rgb(94 234 212 / 0.2);
}

.border-teal-300\/25{
  border-color: rgb(94 234 212 / 0.25);
}

.border-teal-300\/30{
  border-color: rgb(94 234 212 / 0.3);
}

.border-teal-300\/35{
  border-color: rgb(94 234 212 / 0.35);
}

.border-teal-300\/40{
  border-color: rgb(94 234 212 / 0.4);
}

.border-teal-300\/45{
  border-color: rgb(94 234 212 / 0.45);
}

.border-teal-300\/5{
  border-color: rgb(94 234 212 / 0.05);
}

.border-teal-300\/50{
  border-color: rgb(94 234 212 / 0.5);
}

.border-teal-300\/55{
  border-color: rgb(94 234 212 / 0.55);
}

.border-teal-300\/60{
  border-color: rgb(94 234 212 / 0.6);
}

.border-teal-300\/65{
  border-color: rgb(94 234 212 / 0.65);
}

.border-teal-300\/70{
  border-color: rgb(94 234 212 / 0.7);
}

.border-teal-300\/75{
  border-color: rgb(94 234 212 / 0.75);
}

.border-teal-300\/80{
  border-color: rgb(94 234 212 / 0.8);
}

.border-teal-300\/85{
  border-color: rgb(94 234 212 / 0.85);
}

.border-teal-300\/90{
  border-color: rgb(94 234 212 / 0.9);
}

.border-teal-300\/95{
  border-color: rgb(94 234 212 / 0.95);
}

.border-teal-400{
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-teal-400\/0{
  border-color: rgb(45 212 191 / 0);
}

.border-teal-400\/10{
  border-color: rgb(45 212 191 / 0.1);
}

.border-teal-400\/100{
  border-color: rgb(45 212 191 / 1);
}

.border-teal-400\/15{
  border-color: rgb(45 212 191 / 0.15);
}

.border-teal-400\/20{
  border-color: rgb(45 212 191 / 0.2);
}

.border-teal-400\/25{
  border-color: rgb(45 212 191 / 0.25);
}

.border-teal-400\/30{
  border-color: rgb(45 212 191 / 0.3);
}

.border-teal-400\/35{
  border-color: rgb(45 212 191 / 0.35);
}

.border-teal-400\/40{
  border-color: rgb(45 212 191 / 0.4);
}

.border-teal-400\/45{
  border-color: rgb(45 212 191 / 0.45);
}

.border-teal-400\/5{
  border-color: rgb(45 212 191 / 0.05);
}

.border-teal-400\/50{
  border-color: rgb(45 212 191 / 0.5);
}

.border-teal-400\/55{
  border-color: rgb(45 212 191 / 0.55);
}

.border-teal-400\/60{
  border-color: rgb(45 212 191 / 0.6);
}

.border-teal-400\/65{
  border-color: rgb(45 212 191 / 0.65);
}

.border-teal-400\/70{
  border-color: rgb(45 212 191 / 0.7);
}

.border-teal-400\/75{
  border-color: rgb(45 212 191 / 0.75);
}

.border-teal-400\/80{
  border-color: rgb(45 212 191 / 0.8);
}

.border-teal-400\/85{
  border-color: rgb(45 212 191 / 0.85);
}

.border-teal-400\/90{
  border-color: rgb(45 212 191 / 0.9);
}

.border-teal-400\/95{
  border-color: rgb(45 212 191 / 0.95);
}

.border-teal-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-teal-50\/0{
  border-color: rgb(240 253 250 / 0);
}

.border-teal-50\/10{
  border-color: rgb(240 253 250 / 0.1);
}

.border-teal-50\/100{
  border-color: rgb(240 253 250 / 1);
}

.border-teal-50\/15{
  border-color: rgb(240 253 250 / 0.15);
}

.border-teal-50\/20{
  border-color: rgb(240 253 250 / 0.2);
}

.border-teal-50\/25{
  border-color: rgb(240 253 250 / 0.25);
}

.border-teal-50\/30{
  border-color: rgb(240 253 250 / 0.3);
}

.border-teal-50\/35{
  border-color: rgb(240 253 250 / 0.35);
}

.border-teal-50\/40{
  border-color: rgb(240 253 250 / 0.4);
}

.border-teal-50\/45{
  border-color: rgb(240 253 250 / 0.45);
}

.border-teal-50\/5{
  border-color: rgb(240 253 250 / 0.05);
}

.border-teal-50\/50{
  border-color: rgb(240 253 250 / 0.5);
}

.border-teal-50\/55{
  border-color: rgb(240 253 250 / 0.55);
}

.border-teal-50\/60{
  border-color: rgb(240 253 250 / 0.6);
}

.border-teal-50\/65{
  border-color: rgb(240 253 250 / 0.65);
}

.border-teal-50\/70{
  border-color: rgb(240 253 250 / 0.7);
}

.border-teal-50\/75{
  border-color: rgb(240 253 250 / 0.75);
}

.border-teal-50\/80{
  border-color: rgb(240 253 250 / 0.8);
}

.border-teal-50\/85{
  border-color: rgb(240 253 250 / 0.85);
}

.border-teal-50\/90{
  border-color: rgb(240 253 250 / 0.9);
}

.border-teal-50\/95{
  border-color: rgb(240 253 250 / 0.95);
}

.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-teal-500\/0{
  border-color: rgb(20 184 166 / 0);
}

.border-teal-500\/10{
  border-color: rgb(20 184 166 / 0.1);
}

.border-teal-500\/100{
  border-color: rgb(20 184 166 / 1);
}

.border-teal-500\/15{
  border-color: rgb(20 184 166 / 0.15);
}

.border-teal-500\/20{
  border-color: rgb(20 184 166 / 0.2);
}

.border-teal-500\/25{
  border-color: rgb(20 184 166 / 0.25);
}

.border-teal-500\/30{
  border-color: rgb(20 184 166 / 0.3);
}

.border-teal-500\/35{
  border-color: rgb(20 184 166 / 0.35);
}

.border-teal-500\/40{
  border-color: rgb(20 184 166 / 0.4);
}

.border-teal-500\/45{
  border-color: rgb(20 184 166 / 0.45);
}

.border-teal-500\/5{
  border-color: rgb(20 184 166 / 0.05);
}

.border-teal-500\/50{
  border-color: rgb(20 184 166 / 0.5);
}

.border-teal-500\/55{
  border-color: rgb(20 184 166 / 0.55);
}

.border-teal-500\/60{
  border-color: rgb(20 184 166 / 0.6);
}

.border-teal-500\/65{
  border-color: rgb(20 184 166 / 0.65);
}

.border-teal-500\/70{
  border-color: rgb(20 184 166 / 0.7);
}

.border-teal-500\/75{
  border-color: rgb(20 184 166 / 0.75);
}

.border-teal-500\/80{
  border-color: rgb(20 184 166 / 0.8);
}

.border-teal-500\/85{
  border-color: rgb(20 184 166 / 0.85);
}

.border-teal-500\/90{
  border-color: rgb(20 184 166 / 0.9);
}

.border-teal-500\/95{
  border-color: rgb(20 184 166 / 0.95);
}

.border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-teal-600\/0{
  border-color: rgb(13 148 136 / 0);
}

.border-teal-600\/10{
  border-color: rgb(13 148 136 / 0.1);
}

.border-teal-600\/100{
  border-color: rgb(13 148 136 / 1);
}

.border-teal-600\/15{
  border-color: rgb(13 148 136 / 0.15);
}

.border-teal-600\/20{
  border-color: rgb(13 148 136 / 0.2);
}

.border-teal-600\/25{
  border-color: rgb(13 148 136 / 0.25);
}

.border-teal-600\/30{
  border-color: rgb(13 148 136 / 0.3);
}

.border-teal-600\/35{
  border-color: rgb(13 148 136 / 0.35);
}

.border-teal-600\/40{
  border-color: rgb(13 148 136 / 0.4);
}

.border-teal-600\/45{
  border-color: rgb(13 148 136 / 0.45);
}

.border-teal-600\/5{
  border-color: rgb(13 148 136 / 0.05);
}

.border-teal-600\/50{
  border-color: rgb(13 148 136 / 0.5);
}

.border-teal-600\/55{
  border-color: rgb(13 148 136 / 0.55);
}

.border-teal-600\/60{
  border-color: rgb(13 148 136 / 0.6);
}

.border-teal-600\/65{
  border-color: rgb(13 148 136 / 0.65);
}

.border-teal-600\/70{
  border-color: rgb(13 148 136 / 0.7);
}

.border-teal-600\/75{
  border-color: rgb(13 148 136 / 0.75);
}

.border-teal-600\/80{
  border-color: rgb(13 148 136 / 0.8);
}

.border-teal-600\/85{
  border-color: rgb(13 148 136 / 0.85);
}

.border-teal-600\/90{
  border-color: rgb(13 148 136 / 0.9);
}

.border-teal-600\/95{
  border-color: rgb(13 148 136 / 0.95);
}

.border-teal-700{
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-teal-700\/0{
  border-color: rgb(15 118 110 / 0);
}

.border-teal-700\/10{
  border-color: rgb(15 118 110 / 0.1);
}

.border-teal-700\/100{
  border-color: rgb(15 118 110 / 1);
}

.border-teal-700\/15{
  border-color: rgb(15 118 110 / 0.15);
}

.border-teal-700\/20{
  border-color: rgb(15 118 110 / 0.2);
}

.border-teal-700\/25{
  border-color: rgb(15 118 110 / 0.25);
}

.border-teal-700\/30{
  border-color: rgb(15 118 110 / 0.3);
}

.border-teal-700\/35{
  border-color: rgb(15 118 110 / 0.35);
}

.border-teal-700\/40{
  border-color: rgb(15 118 110 / 0.4);
}

.border-teal-700\/45{
  border-color: rgb(15 118 110 / 0.45);
}

.border-teal-700\/5{
  border-color: rgb(15 118 110 / 0.05);
}

.border-teal-700\/50{
  border-color: rgb(15 118 110 / 0.5);
}

.border-teal-700\/55{
  border-color: rgb(15 118 110 / 0.55);
}

.border-teal-700\/60{
  border-color: rgb(15 118 110 / 0.6);
}

.border-teal-700\/65{
  border-color: rgb(15 118 110 / 0.65);
}

.border-teal-700\/70{
  border-color: rgb(15 118 110 / 0.7);
}

.border-teal-700\/75{
  border-color: rgb(15 118 110 / 0.75);
}

.border-teal-700\/80{
  border-color: rgb(15 118 110 / 0.8);
}

.border-teal-700\/85{
  border-color: rgb(15 118 110 / 0.85);
}

.border-teal-700\/90{
  border-color: rgb(15 118 110 / 0.9);
}

.border-teal-700\/95{
  border-color: rgb(15 118 110 / 0.95);
}

.border-teal-800{
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-teal-800\/0{
  border-color: rgb(17 94 89 / 0);
}

.border-teal-800\/10{
  border-color: rgb(17 94 89 / 0.1);
}

.border-teal-800\/100{
  border-color: rgb(17 94 89 / 1);
}

.border-teal-800\/15{
  border-color: rgb(17 94 89 / 0.15);
}

.border-teal-800\/20{
  border-color: rgb(17 94 89 / 0.2);
}

.border-teal-800\/25{
  border-color: rgb(17 94 89 / 0.25);
}

.border-teal-800\/30{
  border-color: rgb(17 94 89 / 0.3);
}

.border-teal-800\/35{
  border-color: rgb(17 94 89 / 0.35);
}

.border-teal-800\/40{
  border-color: rgb(17 94 89 / 0.4);
}

.border-teal-800\/45{
  border-color: rgb(17 94 89 / 0.45);
}

.border-teal-800\/5{
  border-color: rgb(17 94 89 / 0.05);
}

.border-teal-800\/50{
  border-color: rgb(17 94 89 / 0.5);
}

.border-teal-800\/55{
  border-color: rgb(17 94 89 / 0.55);
}

.border-teal-800\/60{
  border-color: rgb(17 94 89 / 0.6);
}

.border-teal-800\/65{
  border-color: rgb(17 94 89 / 0.65);
}

.border-teal-800\/70{
  border-color: rgb(17 94 89 / 0.7);
}

.border-teal-800\/75{
  border-color: rgb(17 94 89 / 0.75);
}

.border-teal-800\/80{
  border-color: rgb(17 94 89 / 0.8);
}

.border-teal-800\/85{
  border-color: rgb(17 94 89 / 0.85);
}

.border-teal-800\/90{
  border-color: rgb(17 94 89 / 0.9);
}

.border-teal-800\/95{
  border-color: rgb(17 94 89 / 0.95);
}

.border-teal-900{
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-teal-900\/0{
  border-color: rgb(19 78 74 / 0);
}

.border-teal-900\/10{
  border-color: rgb(19 78 74 / 0.1);
}

.border-teal-900\/100{
  border-color: rgb(19 78 74 / 1);
}

.border-teal-900\/15{
  border-color: rgb(19 78 74 / 0.15);
}

.border-teal-900\/20{
  border-color: rgb(19 78 74 / 0.2);
}

.border-teal-900\/25{
  border-color: rgb(19 78 74 / 0.25);
}

.border-teal-900\/30{
  border-color: rgb(19 78 74 / 0.3);
}

.border-teal-900\/35{
  border-color: rgb(19 78 74 / 0.35);
}

.border-teal-900\/40{
  border-color: rgb(19 78 74 / 0.4);
}

.border-teal-900\/45{
  border-color: rgb(19 78 74 / 0.45);
}

.border-teal-900\/5{
  border-color: rgb(19 78 74 / 0.05);
}

.border-teal-900\/50{
  border-color: rgb(19 78 74 / 0.5);
}

.border-teal-900\/55{
  border-color: rgb(19 78 74 / 0.55);
}

.border-teal-900\/60{
  border-color: rgb(19 78 74 / 0.6);
}

.border-teal-900\/65{
  border-color: rgb(19 78 74 / 0.65);
}

.border-teal-900\/70{
  border-color: rgb(19 78 74 / 0.7);
}

.border-teal-900\/75{
  border-color: rgb(19 78 74 / 0.75);
}

.border-teal-900\/80{
  border-color: rgb(19 78 74 / 0.8);
}

.border-teal-900\/85{
  border-color: rgb(19 78 74 / 0.85);
}

.border-teal-900\/90{
  border-color: rgb(19 78 74 / 0.9);
}

.border-teal-900\/95{
  border-color: rgb(19 78 74 / 0.95);
}

.border-teal-950{
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-teal-950\/0{
  border-color: rgb(4 47 46 / 0);
}

.border-teal-950\/10{
  border-color: rgb(4 47 46 / 0.1);
}

.border-teal-950\/100{
  border-color: rgb(4 47 46 / 1);
}

.border-teal-950\/15{
  border-color: rgb(4 47 46 / 0.15);
}

.border-teal-950\/20{
  border-color: rgb(4 47 46 / 0.2);
}

.border-teal-950\/25{
  border-color: rgb(4 47 46 / 0.25);
}

.border-teal-950\/30{
  border-color: rgb(4 47 46 / 0.3);
}

.border-teal-950\/35{
  border-color: rgb(4 47 46 / 0.35);
}

.border-teal-950\/40{
  border-color: rgb(4 47 46 / 0.4);
}

.border-teal-950\/45{
  border-color: rgb(4 47 46 / 0.45);
}

.border-teal-950\/5{
  border-color: rgb(4 47 46 / 0.05);
}

.border-teal-950\/50{
  border-color: rgb(4 47 46 / 0.5);
}

.border-teal-950\/55{
  border-color: rgb(4 47 46 / 0.55);
}

.border-teal-950\/60{
  border-color: rgb(4 47 46 / 0.6);
}

.border-teal-950\/65{
  border-color: rgb(4 47 46 / 0.65);
}

.border-teal-950\/70{
  border-color: rgb(4 47 46 / 0.7);
}

.border-teal-950\/75{
  border-color: rgb(4 47 46 / 0.75);
}

.border-teal-950\/80{
  border-color: rgb(4 47 46 / 0.8);
}

.border-teal-950\/85{
  border-color: rgb(4 47 46 / 0.85);
}

.border-teal-950\/90{
  border-color: rgb(4 47 46 / 0.9);
}

.border-teal-950\/95{
  border-color: rgb(4 47 46 / 0.95);
}

.border-tertiary{
  --tw-border-opacity: 1;
  border-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.border-tertiary-hover{
  --tw-border-opacity: 1;
  border-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.border-tertiary-hover\/0{
  border-color: rgb(20 123 223 / 0);
}

.border-tertiary-hover\/10{
  border-color: rgb(20 123 223 / 0.1);
}

.border-tertiary-hover\/100{
  border-color: rgb(20 123 223 / 1);
}

.border-tertiary-hover\/15{
  border-color: rgb(20 123 223 / 0.15);
}

.border-tertiary-hover\/20{
  border-color: rgb(20 123 223 / 0.2);
}

.border-tertiary-hover\/25{
  border-color: rgb(20 123 223 / 0.25);
}

.border-tertiary-hover\/30{
  border-color: rgb(20 123 223 / 0.3);
}

.border-tertiary-hover\/35{
  border-color: rgb(20 123 223 / 0.35);
}

.border-tertiary-hover\/40{
  border-color: rgb(20 123 223 / 0.4);
}

.border-tertiary-hover\/45{
  border-color: rgb(20 123 223 / 0.45);
}

.border-tertiary-hover\/5{
  border-color: rgb(20 123 223 / 0.05);
}

.border-tertiary-hover\/50{
  border-color: rgb(20 123 223 / 0.5);
}

.border-tertiary-hover\/55{
  border-color: rgb(20 123 223 / 0.55);
}

.border-tertiary-hover\/60{
  border-color: rgb(20 123 223 / 0.6);
}

.border-tertiary-hover\/65{
  border-color: rgb(20 123 223 / 0.65);
}

.border-tertiary-hover\/70{
  border-color: rgb(20 123 223 / 0.7);
}

.border-tertiary-hover\/75{
  border-color: rgb(20 123 223 / 0.75);
}

.border-tertiary-hover\/80{
  border-color: rgb(20 123 223 / 0.8);
}

.border-tertiary-hover\/85{
  border-color: rgb(20 123 223 / 0.85);
}

.border-tertiary-hover\/90{
  border-color: rgb(20 123 223 / 0.9);
}

.border-tertiary-hover\/95{
  border-color: rgb(20 123 223 / 0.95);
}

.border-tertiary\/0{
  border-color: rgb(22 137 252 / 0);
}

.border-tertiary\/10{
  border-color: rgb(22 137 252 / 0.1);
}

.border-tertiary\/100{
  border-color: rgb(22 137 252 / 1);
}

.border-tertiary\/15{
  border-color: rgb(22 137 252 / 0.15);
}

.border-tertiary\/20{
  border-color: rgb(22 137 252 / 0.2);
}

.border-tertiary\/25{
  border-color: rgb(22 137 252 / 0.25);
}

.border-tertiary\/30{
  border-color: rgb(22 137 252 / 0.3);
}

.border-tertiary\/35{
  border-color: rgb(22 137 252 / 0.35);
}

.border-tertiary\/40{
  border-color: rgb(22 137 252 / 0.4);
}

.border-tertiary\/45{
  border-color: rgb(22 137 252 / 0.45);
}

.border-tertiary\/5{
  border-color: rgb(22 137 252 / 0.05);
}

.border-tertiary\/50{
  border-color: rgb(22 137 252 / 0.5);
}

.border-tertiary\/55{
  border-color: rgb(22 137 252 / 0.55);
}

.border-tertiary\/60{
  border-color: rgb(22 137 252 / 0.6);
}

.border-tertiary\/65{
  border-color: rgb(22 137 252 / 0.65);
}

.border-tertiary\/70{
  border-color: rgb(22 137 252 / 0.7);
}

.border-tertiary\/75{
  border-color: rgb(22 137 252 / 0.75);
}

.border-tertiary\/80{
  border-color: rgb(22 137 252 / 0.8);
}

.border-tertiary\/85{
  border-color: rgb(22 137 252 / 0.85);
}

.border-tertiary\/90{
  border-color: rgb(22 137 252 / 0.9);
}

.border-tertiary\/95{
  border-color: rgb(22 137 252 / 0.95);
}

.border-transparent{
  border-color: transparent;
}

.border-transparent\/0{
  border-color: rgb(0 0 0 / 0);
}

.border-transparent\/10{
  border-color: rgb(0 0 0 / 0.1);
}

.border-transparent\/100{
  border-color: rgb(0 0 0 / 1);
}

.border-transparent\/15{
  border-color: rgb(0 0 0 / 0.15);
}

.border-transparent\/20{
  border-color: rgb(0 0 0 / 0.2);
}

.border-transparent\/25{
  border-color: rgb(0 0 0 / 0.25);
}

.border-transparent\/30{
  border-color: rgb(0 0 0 / 0.3);
}

.border-transparent\/35{
  border-color: rgb(0 0 0 / 0.35);
}

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

.border-transparent\/45{
  border-color: rgb(0 0 0 / 0.45);
}

.border-transparent\/5{
  border-color: rgb(0 0 0 / 0.05);
}

.border-transparent\/50{
  border-color: rgb(0 0 0 / 0.5);
}

.border-transparent\/55{
  border-color: rgb(0 0 0 / 0.55);
}

.border-transparent\/60{
  border-color: rgb(0 0 0 / 0.6);
}

.border-transparent\/65{
  border-color: rgb(0 0 0 / 0.65);
}

.border-transparent\/70{
  border-color: rgb(0 0 0 / 0.7);
}

.border-transparent\/75{
  border-color: rgb(0 0 0 / 0.75);
}

.border-transparent\/80{
  border-color: rgb(0 0 0 / 0.8);
}

.border-transparent\/85{
  border-color: rgb(0 0 0 / 0.85);
}

.border-transparent\/90{
  border-color: rgb(0 0 0 / 0.9);
}

.border-transparent\/95{
  border-color: rgb(0 0 0 / 0.95);
}

.border-violet-100{
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-violet-100\/0{
  border-color: rgb(237 233 254 / 0);
}

.border-violet-100\/10{
  border-color: rgb(237 233 254 / 0.1);
}

.border-violet-100\/100{
  border-color: rgb(237 233 254 / 1);
}

.border-violet-100\/15{
  border-color: rgb(237 233 254 / 0.15);
}

.border-violet-100\/20{
  border-color: rgb(237 233 254 / 0.2);
}

.border-violet-100\/25{
  border-color: rgb(237 233 254 / 0.25);
}

.border-violet-100\/30{
  border-color: rgb(237 233 254 / 0.3);
}

.border-violet-100\/35{
  border-color: rgb(237 233 254 / 0.35);
}

.border-violet-100\/40{
  border-color: rgb(237 233 254 / 0.4);
}

.border-violet-100\/45{
  border-color: rgb(237 233 254 / 0.45);
}

.border-violet-100\/5{
  border-color: rgb(237 233 254 / 0.05);
}

.border-violet-100\/50{
  border-color: rgb(237 233 254 / 0.5);
}

.border-violet-100\/55{
  border-color: rgb(237 233 254 / 0.55);
}

.border-violet-100\/60{
  border-color: rgb(237 233 254 / 0.6);
}

.border-violet-100\/65{
  border-color: rgb(237 233 254 / 0.65);
}

.border-violet-100\/70{
  border-color: rgb(237 233 254 / 0.7);
}

.border-violet-100\/75{
  border-color: rgb(237 233 254 / 0.75);
}

.border-violet-100\/80{
  border-color: rgb(237 233 254 / 0.8);
}

.border-violet-100\/85{
  border-color: rgb(237 233 254 / 0.85);
}

.border-violet-100\/90{
  border-color: rgb(237 233 254 / 0.9);
}

.border-violet-100\/95{
  border-color: rgb(237 233 254 / 0.95);
}

.border-violet-200{
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-violet-200\/0{
  border-color: rgb(221 214 254 / 0);
}

.border-violet-200\/10{
  border-color: rgb(221 214 254 / 0.1);
}

.border-violet-200\/100{
  border-color: rgb(221 214 254 / 1);
}

.border-violet-200\/15{
  border-color: rgb(221 214 254 / 0.15);
}

.border-violet-200\/20{
  border-color: rgb(221 214 254 / 0.2);
}

.border-violet-200\/25{
  border-color: rgb(221 214 254 / 0.25);
}

.border-violet-200\/30{
  border-color: rgb(221 214 254 / 0.3);
}

.border-violet-200\/35{
  border-color: rgb(221 214 254 / 0.35);
}

.border-violet-200\/40{
  border-color: rgb(221 214 254 / 0.4);
}

.border-violet-200\/45{
  border-color: rgb(221 214 254 / 0.45);
}

.border-violet-200\/5{
  border-color: rgb(221 214 254 / 0.05);
}

.border-violet-200\/50{
  border-color: rgb(221 214 254 / 0.5);
}

.border-violet-200\/55{
  border-color: rgb(221 214 254 / 0.55);
}

.border-violet-200\/60{
  border-color: rgb(221 214 254 / 0.6);
}

.border-violet-200\/65{
  border-color: rgb(221 214 254 / 0.65);
}

.border-violet-200\/70{
  border-color: rgb(221 214 254 / 0.7);
}

.border-violet-200\/75{
  border-color: rgb(221 214 254 / 0.75);
}

.border-violet-200\/80{
  border-color: rgb(221 214 254 / 0.8);
}

.border-violet-200\/85{
  border-color: rgb(221 214 254 / 0.85);
}

.border-violet-200\/90{
  border-color: rgb(221 214 254 / 0.9);
}

.border-violet-200\/95{
  border-color: rgb(221 214 254 / 0.95);
}

.border-violet-300{
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-violet-300\/0{
  border-color: rgb(196 181 253 / 0);
}

.border-violet-300\/10{
  border-color: rgb(196 181 253 / 0.1);
}

.border-violet-300\/100{
  border-color: rgb(196 181 253 / 1);
}

.border-violet-300\/15{
  border-color: rgb(196 181 253 / 0.15);
}

.border-violet-300\/20{
  border-color: rgb(196 181 253 / 0.2);
}

.border-violet-300\/25{
  border-color: rgb(196 181 253 / 0.25);
}

.border-violet-300\/30{
  border-color: rgb(196 181 253 / 0.3);
}

.border-violet-300\/35{
  border-color: rgb(196 181 253 / 0.35);
}

.border-violet-300\/40{
  border-color: rgb(196 181 253 / 0.4);
}

.border-violet-300\/45{
  border-color: rgb(196 181 253 / 0.45);
}

.border-violet-300\/5{
  border-color: rgb(196 181 253 / 0.05);
}

.border-violet-300\/50{
  border-color: rgb(196 181 253 / 0.5);
}

.border-violet-300\/55{
  border-color: rgb(196 181 253 / 0.55);
}

.border-violet-300\/60{
  border-color: rgb(196 181 253 / 0.6);
}

.border-violet-300\/65{
  border-color: rgb(196 181 253 / 0.65);
}

.border-violet-300\/70{
  border-color: rgb(196 181 253 / 0.7);
}

.border-violet-300\/75{
  border-color: rgb(196 181 253 / 0.75);
}

.border-violet-300\/80{
  border-color: rgb(196 181 253 / 0.8);
}

.border-violet-300\/85{
  border-color: rgb(196 181 253 / 0.85);
}

.border-violet-300\/90{
  border-color: rgb(196 181 253 / 0.9);
}

.border-violet-300\/95{
  border-color: rgb(196 181 253 / 0.95);
}

.border-violet-400{
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-violet-400\/0{
  border-color: rgb(167 139 250 / 0);
}

.border-violet-400\/10{
  border-color: rgb(167 139 250 / 0.1);
}

.border-violet-400\/100{
  border-color: rgb(167 139 250 / 1);
}

.border-violet-400\/15{
  border-color: rgb(167 139 250 / 0.15);
}

.border-violet-400\/20{
  border-color: rgb(167 139 250 / 0.2);
}

.border-violet-400\/25{
  border-color: rgb(167 139 250 / 0.25);
}

.border-violet-400\/30{
  border-color: rgb(167 139 250 / 0.3);
}

.border-violet-400\/35{
  border-color: rgb(167 139 250 / 0.35);
}

.border-violet-400\/40{
  border-color: rgb(167 139 250 / 0.4);
}

.border-violet-400\/45{
  border-color: rgb(167 139 250 / 0.45);
}

.border-violet-400\/5{
  border-color: rgb(167 139 250 / 0.05);
}

.border-violet-400\/50{
  border-color: rgb(167 139 250 / 0.5);
}

.border-violet-400\/55{
  border-color: rgb(167 139 250 / 0.55);
}

.border-violet-400\/60{
  border-color: rgb(167 139 250 / 0.6);
}

.border-violet-400\/65{
  border-color: rgb(167 139 250 / 0.65);
}

.border-violet-400\/70{
  border-color: rgb(167 139 250 / 0.7);
}

.border-violet-400\/75{
  border-color: rgb(167 139 250 / 0.75);
}

.border-violet-400\/80{
  border-color: rgb(167 139 250 / 0.8);
}

.border-violet-400\/85{
  border-color: rgb(167 139 250 / 0.85);
}

.border-violet-400\/90{
  border-color: rgb(167 139 250 / 0.9);
}

.border-violet-400\/95{
  border-color: rgb(167 139 250 / 0.95);
}

.border-violet-50{
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-violet-50\/0{
  border-color: rgb(245 243 255 / 0);
}

.border-violet-50\/10{
  border-color: rgb(245 243 255 / 0.1);
}

.border-violet-50\/100{
  border-color: rgb(245 243 255 / 1);
}

.border-violet-50\/15{
  border-color: rgb(245 243 255 / 0.15);
}

.border-violet-50\/20{
  border-color: rgb(245 243 255 / 0.2);
}

.border-violet-50\/25{
  border-color: rgb(245 243 255 / 0.25);
}

.border-violet-50\/30{
  border-color: rgb(245 243 255 / 0.3);
}

.border-violet-50\/35{
  border-color: rgb(245 243 255 / 0.35);
}

.border-violet-50\/40{
  border-color: rgb(245 243 255 / 0.4);
}

.border-violet-50\/45{
  border-color: rgb(245 243 255 / 0.45);
}

.border-violet-50\/5{
  border-color: rgb(245 243 255 / 0.05);
}

.border-violet-50\/50{
  border-color: rgb(245 243 255 / 0.5);
}

.border-violet-50\/55{
  border-color: rgb(245 243 255 / 0.55);
}

.border-violet-50\/60{
  border-color: rgb(245 243 255 / 0.6);
}

.border-violet-50\/65{
  border-color: rgb(245 243 255 / 0.65);
}

.border-violet-50\/70{
  border-color: rgb(245 243 255 / 0.7);
}

.border-violet-50\/75{
  border-color: rgb(245 243 255 / 0.75);
}

.border-violet-50\/80{
  border-color: rgb(245 243 255 / 0.8);
}

.border-violet-50\/85{
  border-color: rgb(245 243 255 / 0.85);
}

.border-violet-50\/90{
  border-color: rgb(245 243 255 / 0.9);
}

.border-violet-50\/95{
  border-color: rgb(245 243 255 / 0.95);
}

.border-violet-500{
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-violet-500\/0{
  border-color: rgb(139 92 246 / 0);
}

.border-violet-500\/10{
  border-color: rgb(139 92 246 / 0.1);
}

.border-violet-500\/100{
  border-color: rgb(139 92 246 / 1);
}

.border-violet-500\/15{
  border-color: rgb(139 92 246 / 0.15);
}

.border-violet-500\/20{
  border-color: rgb(139 92 246 / 0.2);
}

.border-violet-500\/25{
  border-color: rgb(139 92 246 / 0.25);
}

.border-violet-500\/30{
  border-color: rgb(139 92 246 / 0.3);
}

.border-violet-500\/35{
  border-color: rgb(139 92 246 / 0.35);
}

.border-violet-500\/40{
  border-color: rgb(139 92 246 / 0.4);
}

.border-violet-500\/45{
  border-color: rgb(139 92 246 / 0.45);
}

.border-violet-500\/5{
  border-color: rgb(139 92 246 / 0.05);
}

.border-violet-500\/50{
  border-color: rgb(139 92 246 / 0.5);
}

.border-violet-500\/55{
  border-color: rgb(139 92 246 / 0.55);
}

.border-violet-500\/60{
  border-color: rgb(139 92 246 / 0.6);
}

.border-violet-500\/65{
  border-color: rgb(139 92 246 / 0.65);
}

.border-violet-500\/70{
  border-color: rgb(139 92 246 / 0.7);
}

.border-violet-500\/75{
  border-color: rgb(139 92 246 / 0.75);
}

.border-violet-500\/80{
  border-color: rgb(139 92 246 / 0.8);
}

.border-violet-500\/85{
  border-color: rgb(139 92 246 / 0.85);
}

.border-violet-500\/90{
  border-color: rgb(139 92 246 / 0.9);
}

.border-violet-500\/95{
  border-color: rgb(139 92 246 / 0.95);
}

.border-violet-600{
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-violet-600\/0{
  border-color: rgb(124 58 237 / 0);
}

.border-violet-600\/10{
  border-color: rgb(124 58 237 / 0.1);
}

.border-violet-600\/100{
  border-color: rgb(124 58 237 / 1);
}

.border-violet-600\/15{
  border-color: rgb(124 58 237 / 0.15);
}

.border-violet-600\/20{
  border-color: rgb(124 58 237 / 0.2);
}

.border-violet-600\/25{
  border-color: rgb(124 58 237 / 0.25);
}

.border-violet-600\/30{
  border-color: rgb(124 58 237 / 0.3);
}

.border-violet-600\/35{
  border-color: rgb(124 58 237 / 0.35);
}

.border-violet-600\/40{
  border-color: rgb(124 58 237 / 0.4);
}

.border-violet-600\/45{
  border-color: rgb(124 58 237 / 0.45);
}

.border-violet-600\/5{
  border-color: rgb(124 58 237 / 0.05);
}

.border-violet-600\/50{
  border-color: rgb(124 58 237 / 0.5);
}

.border-violet-600\/55{
  border-color: rgb(124 58 237 / 0.55);
}

.border-violet-600\/60{
  border-color: rgb(124 58 237 / 0.6);
}

.border-violet-600\/65{
  border-color: rgb(124 58 237 / 0.65);
}

.border-violet-600\/70{
  border-color: rgb(124 58 237 / 0.7);
}

.border-violet-600\/75{
  border-color: rgb(124 58 237 / 0.75);
}

.border-violet-600\/80{
  border-color: rgb(124 58 237 / 0.8);
}

.border-violet-600\/85{
  border-color: rgb(124 58 237 / 0.85);
}

.border-violet-600\/90{
  border-color: rgb(124 58 237 / 0.9);
}

.border-violet-600\/95{
  border-color: rgb(124 58 237 / 0.95);
}

.border-violet-700{
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-violet-700\/0{
  border-color: rgb(109 40 217 / 0);
}

.border-violet-700\/10{
  border-color: rgb(109 40 217 / 0.1);
}

.border-violet-700\/100{
  border-color: rgb(109 40 217 / 1);
}

.border-violet-700\/15{
  border-color: rgb(109 40 217 / 0.15);
}

.border-violet-700\/20{
  border-color: rgb(109 40 217 / 0.2);
}

.border-violet-700\/25{
  border-color: rgb(109 40 217 / 0.25);
}

.border-violet-700\/30{
  border-color: rgb(109 40 217 / 0.3);
}

.border-violet-700\/35{
  border-color: rgb(109 40 217 / 0.35);
}

.border-violet-700\/40{
  border-color: rgb(109 40 217 / 0.4);
}

.border-violet-700\/45{
  border-color: rgb(109 40 217 / 0.45);
}

.border-violet-700\/5{
  border-color: rgb(109 40 217 / 0.05);
}

.border-violet-700\/50{
  border-color: rgb(109 40 217 / 0.5);
}

.border-violet-700\/55{
  border-color: rgb(109 40 217 / 0.55);
}

.border-violet-700\/60{
  border-color: rgb(109 40 217 / 0.6);
}

.border-violet-700\/65{
  border-color: rgb(109 40 217 / 0.65);
}

.border-violet-700\/70{
  border-color: rgb(109 40 217 / 0.7);
}

.border-violet-700\/75{
  border-color: rgb(109 40 217 / 0.75);
}

.border-violet-700\/80{
  border-color: rgb(109 40 217 / 0.8);
}

.border-violet-700\/85{
  border-color: rgb(109 40 217 / 0.85);
}

.border-violet-700\/90{
  border-color: rgb(109 40 217 / 0.9);
}

.border-violet-700\/95{
  border-color: rgb(109 40 217 / 0.95);
}

.border-violet-800{
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-violet-800\/0{
  border-color: rgb(91 33 182 / 0);
}

.border-violet-800\/10{
  border-color: rgb(91 33 182 / 0.1);
}

.border-violet-800\/100{
  border-color: rgb(91 33 182 / 1);
}

.border-violet-800\/15{
  border-color: rgb(91 33 182 / 0.15);
}

.border-violet-800\/20{
  border-color: rgb(91 33 182 / 0.2);
}

.border-violet-800\/25{
  border-color: rgb(91 33 182 / 0.25);
}

.border-violet-800\/30{
  border-color: rgb(91 33 182 / 0.3);
}

.border-violet-800\/35{
  border-color: rgb(91 33 182 / 0.35);
}

.border-violet-800\/40{
  border-color: rgb(91 33 182 / 0.4);
}

.border-violet-800\/45{
  border-color: rgb(91 33 182 / 0.45);
}

.border-violet-800\/5{
  border-color: rgb(91 33 182 / 0.05);
}

.border-violet-800\/50{
  border-color: rgb(91 33 182 / 0.5);
}

.border-violet-800\/55{
  border-color: rgb(91 33 182 / 0.55);
}

.border-violet-800\/60{
  border-color: rgb(91 33 182 / 0.6);
}

.border-violet-800\/65{
  border-color: rgb(91 33 182 / 0.65);
}

.border-violet-800\/70{
  border-color: rgb(91 33 182 / 0.7);
}

.border-violet-800\/75{
  border-color: rgb(91 33 182 / 0.75);
}

.border-violet-800\/80{
  border-color: rgb(91 33 182 / 0.8);
}

.border-violet-800\/85{
  border-color: rgb(91 33 182 / 0.85);
}

.border-violet-800\/90{
  border-color: rgb(91 33 182 / 0.9);
}

.border-violet-800\/95{
  border-color: rgb(91 33 182 / 0.95);
}

.border-violet-900{
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-violet-900\/0{
  border-color: rgb(76 29 149 / 0);
}

.border-violet-900\/10{
  border-color: rgb(76 29 149 / 0.1);
}

.border-violet-900\/100{
  border-color: rgb(76 29 149 / 1);
}

.border-violet-900\/15{
  border-color: rgb(76 29 149 / 0.15);
}

.border-violet-900\/20{
  border-color: rgb(76 29 149 / 0.2);
}

.border-violet-900\/25{
  border-color: rgb(76 29 149 / 0.25);
}

.border-violet-900\/30{
  border-color: rgb(76 29 149 / 0.3);
}

.border-violet-900\/35{
  border-color: rgb(76 29 149 / 0.35);
}

.border-violet-900\/40{
  border-color: rgb(76 29 149 / 0.4);
}

.border-violet-900\/45{
  border-color: rgb(76 29 149 / 0.45);
}

.border-violet-900\/5{
  border-color: rgb(76 29 149 / 0.05);
}

.border-violet-900\/50{
  border-color: rgb(76 29 149 / 0.5);
}

.border-violet-900\/55{
  border-color: rgb(76 29 149 / 0.55);
}

.border-violet-900\/60{
  border-color: rgb(76 29 149 / 0.6);
}

.border-violet-900\/65{
  border-color: rgb(76 29 149 / 0.65);
}

.border-violet-900\/70{
  border-color: rgb(76 29 149 / 0.7);
}

.border-violet-900\/75{
  border-color: rgb(76 29 149 / 0.75);
}

.border-violet-900\/80{
  border-color: rgb(76 29 149 / 0.8);
}

.border-violet-900\/85{
  border-color: rgb(76 29 149 / 0.85);
}

.border-violet-900\/90{
  border-color: rgb(76 29 149 / 0.9);
}

.border-violet-900\/95{
  border-color: rgb(76 29 149 / 0.95);
}

.border-violet-950{
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-violet-950\/0{
  border-color: rgb(46 16 101 / 0);
}

.border-violet-950\/10{
  border-color: rgb(46 16 101 / 0.1);
}

.border-violet-950\/100{
  border-color: rgb(46 16 101 / 1);
}

.border-violet-950\/15{
  border-color: rgb(46 16 101 / 0.15);
}

.border-violet-950\/20{
  border-color: rgb(46 16 101 / 0.2);
}

.border-violet-950\/25{
  border-color: rgb(46 16 101 / 0.25);
}

.border-violet-950\/30{
  border-color: rgb(46 16 101 / 0.3);
}

.border-violet-950\/35{
  border-color: rgb(46 16 101 / 0.35);
}

.border-violet-950\/40{
  border-color: rgb(46 16 101 / 0.4);
}

.border-violet-950\/45{
  border-color: rgb(46 16 101 / 0.45);
}

.border-violet-950\/5{
  border-color: rgb(46 16 101 / 0.05);
}

.border-violet-950\/50{
  border-color: rgb(46 16 101 / 0.5);
}

.border-violet-950\/55{
  border-color: rgb(46 16 101 / 0.55);
}

.border-violet-950\/60{
  border-color: rgb(46 16 101 / 0.6);
}

.border-violet-950\/65{
  border-color: rgb(46 16 101 / 0.65);
}

.border-violet-950\/70{
  border-color: rgb(46 16 101 / 0.7);
}

.border-violet-950\/75{
  border-color: rgb(46 16 101 / 0.75);
}

.border-violet-950\/80{
  border-color: rgb(46 16 101 / 0.8);
}

.border-violet-950\/85{
  border-color: rgb(46 16 101 / 0.85);
}

.border-violet-950\/90{
  border-color: rgb(46 16 101 / 0.9);
}

.border-violet-950\/95{
  border-color: rgb(46 16 101 / 0.95);
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/0{
  border-color: rgb(255 255 255 / 0);
}

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/100{
  border-color: rgb(255 255 255 / 1);
}

.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/35{
  border-color: rgb(255 255 255 / 0.35);
}

.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/45{
  border-color: rgb(255 255 255 / 0.45);
}

.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/55{
  border-color: rgb(255 255 255 / 0.55);
}

.border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/65{
  border-color: rgb(255 255 255 / 0.65);
}

.border-white\/70{
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75{
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80{
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/85{
  border-color: rgb(255 255 255 / 0.85);
}

.border-white\/90{
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95{
  border-color: rgb(255 255 255 / 0.95);
}

.border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-yellow-100\/0{
  border-color: rgb(254 249 195 / 0);
}

.border-yellow-100\/10{
  border-color: rgb(254 249 195 / 0.1);
}

.border-yellow-100\/100{
  border-color: rgb(254 249 195 / 1);
}

.border-yellow-100\/15{
  border-color: rgb(254 249 195 / 0.15);
}

.border-yellow-100\/20{
  border-color: rgb(254 249 195 / 0.2);
}

.border-yellow-100\/25{
  border-color: rgb(254 249 195 / 0.25);
}

.border-yellow-100\/30{
  border-color: rgb(254 249 195 / 0.3);
}

.border-yellow-100\/35{
  border-color: rgb(254 249 195 / 0.35);
}

.border-yellow-100\/40{
  border-color: rgb(254 249 195 / 0.4);
}

.border-yellow-100\/45{
  border-color: rgb(254 249 195 / 0.45);
}

.border-yellow-100\/5{
  border-color: rgb(254 249 195 / 0.05);
}

.border-yellow-100\/50{
  border-color: rgb(254 249 195 / 0.5);
}

.border-yellow-100\/55{
  border-color: rgb(254 249 195 / 0.55);
}

.border-yellow-100\/60{
  border-color: rgb(254 249 195 / 0.6);
}

.border-yellow-100\/65{
  border-color: rgb(254 249 195 / 0.65);
}

.border-yellow-100\/70{
  border-color: rgb(254 249 195 / 0.7);
}

.border-yellow-100\/75{
  border-color: rgb(254 249 195 / 0.75);
}

.border-yellow-100\/80{
  border-color: rgb(254 249 195 / 0.8);
}

.border-yellow-100\/85{
  border-color: rgb(254 249 195 / 0.85);
}

.border-yellow-100\/90{
  border-color: rgb(254 249 195 / 0.9);
}

.border-yellow-100\/95{
  border-color: rgb(254 249 195 / 0.95);
}

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-yellow-200\/0{
  border-color: rgb(254 240 138 / 0);
}

.border-yellow-200\/10{
  border-color: rgb(254 240 138 / 0.1);
}

.border-yellow-200\/100{
  border-color: rgb(254 240 138 / 1);
}

.border-yellow-200\/15{
  border-color: rgb(254 240 138 / 0.15);
}

.border-yellow-200\/20{
  border-color: rgb(254 240 138 / 0.2);
}

.border-yellow-200\/25{
  border-color: rgb(254 240 138 / 0.25);
}

.border-yellow-200\/30{
  border-color: rgb(254 240 138 / 0.3);
}

.border-yellow-200\/35{
  border-color: rgb(254 240 138 / 0.35);
}

.border-yellow-200\/40{
  border-color: rgb(254 240 138 / 0.4);
}

.border-yellow-200\/45{
  border-color: rgb(254 240 138 / 0.45);
}

.border-yellow-200\/5{
  border-color: rgb(254 240 138 / 0.05);
}

.border-yellow-200\/50{
  border-color: rgb(254 240 138 / 0.5);
}

.border-yellow-200\/55{
  border-color: rgb(254 240 138 / 0.55);
}

.border-yellow-200\/60{
  border-color: rgb(254 240 138 / 0.6);
}

.border-yellow-200\/65{
  border-color: rgb(254 240 138 / 0.65);
}

.border-yellow-200\/70{
  border-color: rgb(254 240 138 / 0.7);
}

.border-yellow-200\/75{
  border-color: rgb(254 240 138 / 0.75);
}

.border-yellow-200\/80{
  border-color: rgb(254 240 138 / 0.8);
}

.border-yellow-200\/85{
  border-color: rgb(254 240 138 / 0.85);
}

.border-yellow-200\/90{
  border-color: rgb(254 240 138 / 0.9);
}

.border-yellow-200\/95{
  border-color: rgb(254 240 138 / 0.95);
}

.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-yellow-300\/0{
  border-color: rgb(253 224 71 / 0);
}

.border-yellow-300\/10{
  border-color: rgb(253 224 71 / 0.1);
}

.border-yellow-300\/100{
  border-color: rgb(253 224 71 / 1);
}

.border-yellow-300\/15{
  border-color: rgb(253 224 71 / 0.15);
}

.border-yellow-300\/20{
  border-color: rgb(253 224 71 / 0.2);
}

.border-yellow-300\/25{
  border-color: rgb(253 224 71 / 0.25);
}

.border-yellow-300\/30{
  border-color: rgb(253 224 71 / 0.3);
}

.border-yellow-300\/35{
  border-color: rgb(253 224 71 / 0.35);
}

.border-yellow-300\/40{
  border-color: rgb(253 224 71 / 0.4);
}

.border-yellow-300\/45{
  border-color: rgb(253 224 71 / 0.45);
}

.border-yellow-300\/5{
  border-color: rgb(253 224 71 / 0.05);
}

.border-yellow-300\/50{
  border-color: rgb(253 224 71 / 0.5);
}

.border-yellow-300\/55{
  border-color: rgb(253 224 71 / 0.55);
}

.border-yellow-300\/60{
  border-color: rgb(253 224 71 / 0.6);
}

.border-yellow-300\/65{
  border-color: rgb(253 224 71 / 0.65);
}

.border-yellow-300\/70{
  border-color: rgb(253 224 71 / 0.7);
}

.border-yellow-300\/75{
  border-color: rgb(253 224 71 / 0.75);
}

.border-yellow-300\/80{
  border-color: rgb(253 224 71 / 0.8);
}

.border-yellow-300\/85{
  border-color: rgb(253 224 71 / 0.85);
}

.border-yellow-300\/90{
  border-color: rgb(253 224 71 / 0.9);
}

.border-yellow-300\/95{
  border-color: rgb(253 224 71 / 0.95);
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-yellow-400\/0{
  border-color: rgb(250 204 21 / 0);
}

.border-yellow-400\/10{
  border-color: rgb(250 204 21 / 0.1);
}

.border-yellow-400\/100{
  border-color: rgb(250 204 21 / 1);
}

.border-yellow-400\/15{
  border-color: rgb(250 204 21 / 0.15);
}

.border-yellow-400\/20{
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/25{
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-400\/30{
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-400\/35{
  border-color: rgb(250 204 21 / 0.35);
}

.border-yellow-400\/40{
  border-color: rgb(250 204 21 / 0.4);
}

.border-yellow-400\/45{
  border-color: rgb(250 204 21 / 0.45);
}

.border-yellow-400\/5{
  border-color: rgb(250 204 21 / 0.05);
}

.border-yellow-400\/50{
  border-color: rgb(250 204 21 / 0.5);
}

.border-yellow-400\/55{
  border-color: rgb(250 204 21 / 0.55);
}

.border-yellow-400\/60{
  border-color: rgb(250 204 21 / 0.6);
}

.border-yellow-400\/65{
  border-color: rgb(250 204 21 / 0.65);
}

.border-yellow-400\/70{
  border-color: rgb(250 204 21 / 0.7);
}

.border-yellow-400\/75{
  border-color: rgb(250 204 21 / 0.75);
}

.border-yellow-400\/80{
  border-color: rgb(250 204 21 / 0.8);
}

.border-yellow-400\/85{
  border-color: rgb(250 204 21 / 0.85);
}

.border-yellow-400\/90{
  border-color: rgb(250 204 21 / 0.9);
}

.border-yellow-400\/95{
  border-color: rgb(250 204 21 / 0.95);
}

.border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-yellow-50\/0{
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/10{
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/100{
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-50\/15{
  border-color: rgb(254 252 232 / 0.15);
}

.border-yellow-50\/20{
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25{
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30{
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/35{
  border-color: rgb(254 252 232 / 0.35);
}

.border-yellow-50\/40{
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/45{
  border-color: rgb(254 252 232 / 0.45);
}

.border-yellow-50\/5{
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/50{
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/55{
  border-color: rgb(254 252 232 / 0.55);
}

.border-yellow-50\/60{
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/65{
  border-color: rgb(254 252 232 / 0.65);
}

.border-yellow-50\/70{
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75{
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80{
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/85{
  border-color: rgb(254 252 232 / 0.85);
}

.border-yellow-50\/90{
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95{
  border-color: rgb(254 252 232 / 0.95);
}

.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-yellow-500\/0{
  border-color: rgb(234 179 8 / 0);
}

.border-yellow-500\/10{
  border-color: rgb(234 179 8 / 0.1);
}

.border-yellow-500\/100{
  border-color: rgb(234 179 8 / 1);
}

.border-yellow-500\/15{
  border-color: rgb(234 179 8 / 0.15);
}

.border-yellow-500\/20{
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/25{
  border-color: rgb(234 179 8 / 0.25);
}

.border-yellow-500\/30{
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-500\/35{
  border-color: rgb(234 179 8 / 0.35);
}

.border-yellow-500\/40{
  border-color: rgb(234 179 8 / 0.4);
}

.border-yellow-500\/45{
  border-color: rgb(234 179 8 / 0.45);
}

.border-yellow-500\/5{
  border-color: rgb(234 179 8 / 0.05);
}

.border-yellow-500\/50{
  border-color: rgb(234 179 8 / 0.5);
}

.border-yellow-500\/55{
  border-color: rgb(234 179 8 / 0.55);
}

.border-yellow-500\/60{
  border-color: rgb(234 179 8 / 0.6);
}

.border-yellow-500\/65{
  border-color: rgb(234 179 8 / 0.65);
}

.border-yellow-500\/70{
  border-color: rgb(234 179 8 / 0.7);
}

.border-yellow-500\/75{
  border-color: rgb(234 179 8 / 0.75);
}

.border-yellow-500\/80{
  border-color: rgb(234 179 8 / 0.8);
}

.border-yellow-500\/85{
  border-color: rgb(234 179 8 / 0.85);
}

.border-yellow-500\/90{
  border-color: rgb(234 179 8 / 0.9);
}

.border-yellow-500\/95{
  border-color: rgb(234 179 8 / 0.95);
}

.border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-yellow-600\/0{
  border-color: rgb(202 138 4 / 0);
}

.border-yellow-600\/10{
  border-color: rgb(202 138 4 / 0.1);
}

.border-yellow-600\/100{
  border-color: rgb(202 138 4 / 1);
}

.border-yellow-600\/15{
  border-color: rgb(202 138 4 / 0.15);
}

.border-yellow-600\/20{
  border-color: rgb(202 138 4 / 0.2);
}

.border-yellow-600\/25{
  border-color: rgb(202 138 4 / 0.25);
}

.border-yellow-600\/30{
  border-color: rgb(202 138 4 / 0.3);
}

.border-yellow-600\/35{
  border-color: rgb(202 138 4 / 0.35);
}

.border-yellow-600\/40{
  border-color: rgb(202 138 4 / 0.4);
}

.border-yellow-600\/45{
  border-color: rgb(202 138 4 / 0.45);
}

.border-yellow-600\/5{
  border-color: rgb(202 138 4 / 0.05);
}

.border-yellow-600\/50{
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-600\/55{
  border-color: rgb(202 138 4 / 0.55);
}

.border-yellow-600\/60{
  border-color: rgb(202 138 4 / 0.6);
}

.border-yellow-600\/65{
  border-color: rgb(202 138 4 / 0.65);
}

.border-yellow-600\/70{
  border-color: rgb(202 138 4 / 0.7);
}

.border-yellow-600\/75{
  border-color: rgb(202 138 4 / 0.75);
}

.border-yellow-600\/80{
  border-color: rgb(202 138 4 / 0.8);
}

.border-yellow-600\/85{
  border-color: rgb(202 138 4 / 0.85);
}

.border-yellow-600\/90{
  border-color: rgb(202 138 4 / 0.9);
}

.border-yellow-600\/95{
  border-color: rgb(202 138 4 / 0.95);
}

.border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-yellow-700\/0{
  border-color: rgb(161 98 7 / 0);
}

.border-yellow-700\/10{
  border-color: rgb(161 98 7 / 0.1);
}

.border-yellow-700\/100{
  border-color: rgb(161 98 7 / 1);
}

.border-yellow-700\/15{
  border-color: rgb(161 98 7 / 0.15);
}

.border-yellow-700\/20{
  border-color: rgb(161 98 7 / 0.2);
}

.border-yellow-700\/25{
  border-color: rgb(161 98 7 / 0.25);
}

.border-yellow-700\/30{
  border-color: rgb(161 98 7 / 0.3);
}

.border-yellow-700\/35{
  border-color: rgb(161 98 7 / 0.35);
}

.border-yellow-700\/40{
  border-color: rgb(161 98 7 / 0.4);
}

.border-yellow-700\/45{
  border-color: rgb(161 98 7 / 0.45);
}

.border-yellow-700\/5{
  border-color: rgb(161 98 7 / 0.05);
}

.border-yellow-700\/50{
  border-color: rgb(161 98 7 / 0.5);
}

.border-yellow-700\/55{
  border-color: rgb(161 98 7 / 0.55);
}

.border-yellow-700\/60{
  border-color: rgb(161 98 7 / 0.6);
}

.border-yellow-700\/65{
  border-color: rgb(161 98 7 / 0.65);
}

.border-yellow-700\/70{
  border-color: rgb(161 98 7 / 0.7);
}

.border-yellow-700\/75{
  border-color: rgb(161 98 7 / 0.75);
}

.border-yellow-700\/80{
  border-color: rgb(161 98 7 / 0.8);
}

.border-yellow-700\/85{
  border-color: rgb(161 98 7 / 0.85);
}

.border-yellow-700\/90{
  border-color: rgb(161 98 7 / 0.9);
}

.border-yellow-700\/95{
  border-color: rgb(161 98 7 / 0.95);
}

.border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-yellow-800\/0{
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/10{
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/100{
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-800\/15{
  border-color: rgb(133 77 14 / 0.15);
}

.border-yellow-800\/20{
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25{
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30{
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/35{
  border-color: rgb(133 77 14 / 0.35);
}

.border-yellow-800\/40{
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/45{
  border-color: rgb(133 77 14 / 0.45);
}

.border-yellow-800\/5{
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/50{
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/55{
  border-color: rgb(133 77 14 / 0.55);
}

.border-yellow-800\/60{
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/65{
  border-color: rgb(133 77 14 / 0.65);
}

.border-yellow-800\/70{
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75{
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80{
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/85{
  border-color: rgb(133 77 14 / 0.85);
}

.border-yellow-800\/90{
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95{
  border-color: rgb(133 77 14 / 0.95);
}

.border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-yellow-900\/0{
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/10{
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/100{
  border-color: rgb(113 63 18 / 1);
}

.border-yellow-900\/15{
  border-color: rgb(113 63 18 / 0.15);
}

.border-yellow-900\/20{
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25{
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30{
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/35{
  border-color: rgb(113 63 18 / 0.35);
}

.border-yellow-900\/40{
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/45{
  border-color: rgb(113 63 18 / 0.45);
}

.border-yellow-900\/5{
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/50{
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/55{
  border-color: rgb(113 63 18 / 0.55);
}

.border-yellow-900\/60{
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/65{
  border-color: rgb(113 63 18 / 0.65);
}

.border-yellow-900\/70{
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75{
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80{
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/85{
  border-color: rgb(113 63 18 / 0.85);
}

.border-yellow-900\/90{
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95{
  border-color: rgb(113 63 18 / 0.95);
}

.border-yellow-950{
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-yellow-950\/0{
  border-color: rgb(66 32 6 / 0);
}

.border-yellow-950\/10{
  border-color: rgb(66 32 6 / 0.1);
}

.border-yellow-950\/100{
  border-color: rgb(66 32 6 / 1);
}

.border-yellow-950\/15{
  border-color: rgb(66 32 6 / 0.15);
}

.border-yellow-950\/20{
  border-color: rgb(66 32 6 / 0.2);
}

.border-yellow-950\/25{
  border-color: rgb(66 32 6 / 0.25);
}

.border-yellow-950\/30{
  border-color: rgb(66 32 6 / 0.3);
}

.border-yellow-950\/35{
  border-color: rgb(66 32 6 / 0.35);
}

.border-yellow-950\/40{
  border-color: rgb(66 32 6 / 0.4);
}

.border-yellow-950\/45{
  border-color: rgb(66 32 6 / 0.45);
}

.border-yellow-950\/5{
  border-color: rgb(66 32 6 / 0.05);
}

.border-yellow-950\/50{
  border-color: rgb(66 32 6 / 0.5);
}

.border-yellow-950\/55{
  border-color: rgb(66 32 6 / 0.55);
}

.border-yellow-950\/60{
  border-color: rgb(66 32 6 / 0.6);
}

.border-yellow-950\/65{
  border-color: rgb(66 32 6 / 0.65);
}

.border-yellow-950\/70{
  border-color: rgb(66 32 6 / 0.7);
}

.border-yellow-950\/75{
  border-color: rgb(66 32 6 / 0.75);
}

.border-yellow-950\/80{
  border-color: rgb(66 32 6 / 0.8);
}

.border-yellow-950\/85{
  border-color: rgb(66 32 6 / 0.85);
}

.border-yellow-950\/90{
  border-color: rgb(66 32 6 / 0.9);
}

.border-yellow-950\/95{
  border-color: rgb(66 32 6 / 0.95);
}

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

.border-zinc-100\/0{
  border-color: rgb(244 244 245 / 0);
}

.border-zinc-100\/10{
  border-color: rgb(244 244 245 / 0.1);
}

.border-zinc-100\/100{
  border-color: rgb(244 244 245 / 1);
}

.border-zinc-100\/15{
  border-color: rgb(244 244 245 / 0.15);
}

.border-zinc-100\/20{
  border-color: rgb(244 244 245 / 0.2);
}

.border-zinc-100\/25{
  border-color: rgb(244 244 245 / 0.25);
}

.border-zinc-100\/30{
  border-color: rgb(244 244 245 / 0.3);
}

.border-zinc-100\/35{
  border-color: rgb(244 244 245 / 0.35);
}

.border-zinc-100\/40{
  border-color: rgb(244 244 245 / 0.4);
}

.border-zinc-100\/45{
  border-color: rgb(244 244 245 / 0.45);
}

.border-zinc-100\/5{
  border-color: rgb(244 244 245 / 0.05);
}

.border-zinc-100\/50{
  border-color: rgb(244 244 245 / 0.5);
}

.border-zinc-100\/55{
  border-color: rgb(244 244 245 / 0.55);
}

.border-zinc-100\/60{
  border-color: rgb(244 244 245 / 0.6);
}

.border-zinc-100\/65{
  border-color: rgb(244 244 245 / 0.65);
}

.border-zinc-100\/70{
  border-color: rgb(244 244 245 / 0.7);
}

.border-zinc-100\/75{
  border-color: rgb(244 244 245 / 0.75);
}

.border-zinc-100\/80{
  border-color: rgb(244 244 245 / 0.8);
}

.border-zinc-100\/85{
  border-color: rgb(244 244 245 / 0.85);
}

.border-zinc-100\/90{
  border-color: rgb(244 244 245 / 0.9);
}

.border-zinc-100\/95{
  border-color: rgb(244 244 245 / 0.95);
}

.border-zinc-200{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-zinc-200\/0{
  border-color: rgb(228 228 231 / 0);
}

.border-zinc-200\/10{
  border-color: rgb(228 228 231 / 0.1);
}

.border-zinc-200\/100{
  border-color: rgb(228 228 231 / 1);
}

.border-zinc-200\/15{
  border-color: rgb(228 228 231 / 0.15);
}

.border-zinc-200\/20{
  border-color: rgb(228 228 231 / 0.2);
}

.border-zinc-200\/25{
  border-color: rgb(228 228 231 / 0.25);
}

.border-zinc-200\/30{
  border-color: rgb(228 228 231 / 0.3);
}

.border-zinc-200\/35{
  border-color: rgb(228 228 231 / 0.35);
}

.border-zinc-200\/40{
  border-color: rgb(228 228 231 / 0.4);
}

.border-zinc-200\/45{
  border-color: rgb(228 228 231 / 0.45);
}

.border-zinc-200\/5{
  border-color: rgb(228 228 231 / 0.05);
}

.border-zinc-200\/50{
  border-color: rgb(228 228 231 / 0.5);
}

.border-zinc-200\/55{
  border-color: rgb(228 228 231 / 0.55);
}

.border-zinc-200\/60{
  border-color: rgb(228 228 231 / 0.6);
}

.border-zinc-200\/65{
  border-color: rgb(228 228 231 / 0.65);
}

.border-zinc-200\/70{
  border-color: rgb(228 228 231 / 0.7);
}

.border-zinc-200\/75{
  border-color: rgb(228 228 231 / 0.75);
}

.border-zinc-200\/80{
  border-color: rgb(228 228 231 / 0.8);
}

.border-zinc-200\/85{
  border-color: rgb(228 228 231 / 0.85);
}

.border-zinc-200\/90{
  border-color: rgb(228 228 231 / 0.9);
}

.border-zinc-200\/95{
  border-color: rgb(228 228 231 / 0.95);
}

.border-zinc-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-zinc-300\/0{
  border-color: rgb(212 212 216 / 0);
}

.border-zinc-300\/10{
  border-color: rgb(212 212 216 / 0.1);
}

.border-zinc-300\/100{
  border-color: rgb(212 212 216 / 1);
}

.border-zinc-300\/15{
  border-color: rgb(212 212 216 / 0.15);
}

.border-zinc-300\/20{
  border-color: rgb(212 212 216 / 0.2);
}

.border-zinc-300\/25{
  border-color: rgb(212 212 216 / 0.25);
}

.border-zinc-300\/30{
  border-color: rgb(212 212 216 / 0.3);
}

.border-zinc-300\/35{
  border-color: rgb(212 212 216 / 0.35);
}

.border-zinc-300\/40{
  border-color: rgb(212 212 216 / 0.4);
}

.border-zinc-300\/45{
  border-color: rgb(212 212 216 / 0.45);
}

.border-zinc-300\/5{
  border-color: rgb(212 212 216 / 0.05);
}

.border-zinc-300\/50{
  border-color: rgb(212 212 216 / 0.5);
}

.border-zinc-300\/55{
  border-color: rgb(212 212 216 / 0.55);
}

.border-zinc-300\/60{
  border-color: rgb(212 212 216 / 0.6);
}

.border-zinc-300\/65{
  border-color: rgb(212 212 216 / 0.65);
}

.border-zinc-300\/70{
  border-color: rgb(212 212 216 / 0.7);
}

.border-zinc-300\/75{
  border-color: rgb(212 212 216 / 0.75);
}

.border-zinc-300\/80{
  border-color: rgb(212 212 216 / 0.8);
}

.border-zinc-300\/85{
  border-color: rgb(212 212 216 / 0.85);
}

.border-zinc-300\/90{
  border-color: rgb(212 212 216 / 0.9);
}

.border-zinc-300\/95{
  border-color: rgb(212 212 216 / 0.95);
}

.border-zinc-400{
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-zinc-400\/0{
  border-color: rgb(161 161 170 / 0);
}

.border-zinc-400\/10{
  border-color: rgb(161 161 170 / 0.1);
}

.border-zinc-400\/100{
  border-color: rgb(161 161 170 / 1);
}

.border-zinc-400\/15{
  border-color: rgb(161 161 170 / 0.15);
}

.border-zinc-400\/20{
  border-color: rgb(161 161 170 / 0.2);
}

.border-zinc-400\/25{
  border-color: rgb(161 161 170 / 0.25);
}

.border-zinc-400\/30{
  border-color: rgb(161 161 170 / 0.3);
}

.border-zinc-400\/35{
  border-color: rgb(161 161 170 / 0.35);
}

.border-zinc-400\/40{
  border-color: rgb(161 161 170 / 0.4);
}

.border-zinc-400\/45{
  border-color: rgb(161 161 170 / 0.45);
}

.border-zinc-400\/5{
  border-color: rgb(161 161 170 / 0.05);
}

.border-zinc-400\/50{
  border-color: rgb(161 161 170 / 0.5);
}

.border-zinc-400\/55{
  border-color: rgb(161 161 170 / 0.55);
}

.border-zinc-400\/60{
  border-color: rgb(161 161 170 / 0.6);
}

.border-zinc-400\/65{
  border-color: rgb(161 161 170 / 0.65);
}

.border-zinc-400\/70{
  border-color: rgb(161 161 170 / 0.7);
}

.border-zinc-400\/75{
  border-color: rgb(161 161 170 / 0.75);
}

.border-zinc-400\/80{
  border-color: rgb(161 161 170 / 0.8);
}

.border-zinc-400\/85{
  border-color: rgb(161 161 170 / 0.85);
}

.border-zinc-400\/90{
  border-color: rgb(161 161 170 / 0.9);
}

.border-zinc-400\/95{
  border-color: rgb(161 161 170 / 0.95);
}

.border-zinc-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-zinc-50\/0{
  border-color: rgb(250 250 250 / 0);
}

.border-zinc-50\/10{
  border-color: rgb(250 250 250 / 0.1);
}

.border-zinc-50\/100{
  border-color: rgb(250 250 250 / 1);
}

.border-zinc-50\/15{
  border-color: rgb(250 250 250 / 0.15);
}

.border-zinc-50\/20{
  border-color: rgb(250 250 250 / 0.2);
}

.border-zinc-50\/25{
  border-color: rgb(250 250 250 / 0.25);
}

.border-zinc-50\/30{
  border-color: rgb(250 250 250 / 0.3);
}

.border-zinc-50\/35{
  border-color: rgb(250 250 250 / 0.35);
}

.border-zinc-50\/40{
  border-color: rgb(250 250 250 / 0.4);
}

.border-zinc-50\/45{
  border-color: rgb(250 250 250 / 0.45);
}

.border-zinc-50\/5{
  border-color: rgb(250 250 250 / 0.05);
}

.border-zinc-50\/50{
  border-color: rgb(250 250 250 / 0.5);
}

.border-zinc-50\/55{
  border-color: rgb(250 250 250 / 0.55);
}

.border-zinc-50\/60{
  border-color: rgb(250 250 250 / 0.6);
}

.border-zinc-50\/65{
  border-color: rgb(250 250 250 / 0.65);
}

.border-zinc-50\/70{
  border-color: rgb(250 250 250 / 0.7);
}

.border-zinc-50\/75{
  border-color: rgb(250 250 250 / 0.75);
}

.border-zinc-50\/80{
  border-color: rgb(250 250 250 / 0.8);
}

.border-zinc-50\/85{
  border-color: rgb(250 250 250 / 0.85);
}

.border-zinc-50\/90{
  border-color: rgb(250 250 250 / 0.9);
}

.border-zinc-50\/95{
  border-color: rgb(250 250 250 / 0.95);
}

.border-zinc-500{
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-zinc-500\/0{
  border-color: rgb(113 113 122 / 0);
}

.border-zinc-500\/10{
  border-color: rgb(113 113 122 / 0.1);
}

.border-zinc-500\/100{
  border-color: rgb(113 113 122 / 1);
}

.border-zinc-500\/15{
  border-color: rgb(113 113 122 / 0.15);
}

.border-zinc-500\/20{
  border-color: rgb(113 113 122 / 0.2);
}

.border-zinc-500\/25{
  border-color: rgb(113 113 122 / 0.25);
}

.border-zinc-500\/30{
  border-color: rgb(113 113 122 / 0.3);
}

.border-zinc-500\/35{
  border-color: rgb(113 113 122 / 0.35);
}

.border-zinc-500\/40{
  border-color: rgb(113 113 122 / 0.4);
}

.border-zinc-500\/45{
  border-color: rgb(113 113 122 / 0.45);
}

.border-zinc-500\/5{
  border-color: rgb(113 113 122 / 0.05);
}

.border-zinc-500\/50{
  border-color: rgb(113 113 122 / 0.5);
}

.border-zinc-500\/55{
  border-color: rgb(113 113 122 / 0.55);
}

.border-zinc-500\/60{
  border-color: rgb(113 113 122 / 0.6);
}

.border-zinc-500\/65{
  border-color: rgb(113 113 122 / 0.65);
}

.border-zinc-500\/70{
  border-color: rgb(113 113 122 / 0.7);
}

.border-zinc-500\/75{
  border-color: rgb(113 113 122 / 0.75);
}

.border-zinc-500\/80{
  border-color: rgb(113 113 122 / 0.8);
}

.border-zinc-500\/85{
  border-color: rgb(113 113 122 / 0.85);
}

.border-zinc-500\/90{
  border-color: rgb(113 113 122 / 0.9);
}

.border-zinc-500\/95{
  border-color: rgb(113 113 122 / 0.95);
}

.border-zinc-600{
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-zinc-600\/0{
  border-color: rgb(82 82 91 / 0);
}

.border-zinc-600\/10{
  border-color: rgb(82 82 91 / 0.1);
}

.border-zinc-600\/100{
  border-color: rgb(82 82 91 / 1);
}

.border-zinc-600\/15{
  border-color: rgb(82 82 91 / 0.15);
}

.border-zinc-600\/20{
  border-color: rgb(82 82 91 / 0.2);
}

.border-zinc-600\/25{
  border-color: rgb(82 82 91 / 0.25);
}

.border-zinc-600\/30{
  border-color: rgb(82 82 91 / 0.3);
}

.border-zinc-600\/35{
  border-color: rgb(82 82 91 / 0.35);
}

.border-zinc-600\/40{
  border-color: rgb(82 82 91 / 0.4);
}

.border-zinc-600\/45{
  border-color: rgb(82 82 91 / 0.45);
}

.border-zinc-600\/5{
  border-color: rgb(82 82 91 / 0.05);
}

.border-zinc-600\/50{
  border-color: rgb(82 82 91 / 0.5);
}

.border-zinc-600\/55{
  border-color: rgb(82 82 91 / 0.55);
}

.border-zinc-600\/60{
  border-color: rgb(82 82 91 / 0.6);
}

.border-zinc-600\/65{
  border-color: rgb(82 82 91 / 0.65);
}

.border-zinc-600\/70{
  border-color: rgb(82 82 91 / 0.7);
}

.border-zinc-600\/75{
  border-color: rgb(82 82 91 / 0.75);
}

.border-zinc-600\/80{
  border-color: rgb(82 82 91 / 0.8);
}

.border-zinc-600\/85{
  border-color: rgb(82 82 91 / 0.85);
}

.border-zinc-600\/90{
  border-color: rgb(82 82 91 / 0.9);
}

.border-zinc-600\/95{
  border-color: rgb(82 82 91 / 0.95);
}

.border-zinc-700{
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-zinc-700\/0{
  border-color: rgb(63 63 70 / 0);
}

.border-zinc-700\/10{
  border-color: rgb(63 63 70 / 0.1);
}

.border-zinc-700\/100{
  border-color: rgb(63 63 70 / 1);
}

.border-zinc-700\/15{
  border-color: rgb(63 63 70 / 0.15);
}

.border-zinc-700\/20{
  border-color: rgb(63 63 70 / 0.2);
}

.border-zinc-700\/25{
  border-color: rgb(63 63 70 / 0.25);
}

.border-zinc-700\/30{
  border-color: rgb(63 63 70 / 0.3);
}

.border-zinc-700\/35{
  border-color: rgb(63 63 70 / 0.35);
}

.border-zinc-700\/40{
  border-color: rgb(63 63 70 / 0.4);
}

.border-zinc-700\/45{
  border-color: rgb(63 63 70 / 0.45);
}

.border-zinc-700\/5{
  border-color: rgb(63 63 70 / 0.05);
}

.border-zinc-700\/50{
  border-color: rgb(63 63 70 / 0.5);
}

.border-zinc-700\/55{
  border-color: rgb(63 63 70 / 0.55);
}

.border-zinc-700\/60{
  border-color: rgb(63 63 70 / 0.6);
}

.border-zinc-700\/65{
  border-color: rgb(63 63 70 / 0.65);
}

.border-zinc-700\/70{
  border-color: rgb(63 63 70 / 0.7);
}

.border-zinc-700\/75{
  border-color: rgb(63 63 70 / 0.75);
}

.border-zinc-700\/80{
  border-color: rgb(63 63 70 / 0.8);
}

.border-zinc-700\/85{
  border-color: rgb(63 63 70 / 0.85);
}

.border-zinc-700\/90{
  border-color: rgb(63 63 70 / 0.9);
}

.border-zinc-700\/95{
  border-color: rgb(63 63 70 / 0.95);
}

.border-zinc-800{
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-zinc-800\/0{
  border-color: rgb(39 39 42 / 0);
}

.border-zinc-800\/10{
  border-color: rgb(39 39 42 / 0.1);
}

.border-zinc-800\/100{
  border-color: rgb(39 39 42 / 1);
}

.border-zinc-800\/15{
  border-color: rgb(39 39 42 / 0.15);
}

.border-zinc-800\/20{
  border-color: rgb(39 39 42 / 0.2);
}

.border-zinc-800\/25{
  border-color: rgb(39 39 42 / 0.25);
}

.border-zinc-800\/30{
  border-color: rgb(39 39 42 / 0.3);
}

.border-zinc-800\/35{
  border-color: rgb(39 39 42 / 0.35);
}

.border-zinc-800\/40{
  border-color: rgb(39 39 42 / 0.4);
}

.border-zinc-800\/45{
  border-color: rgb(39 39 42 / 0.45);
}

.border-zinc-800\/5{
  border-color: rgb(39 39 42 / 0.05);
}

.border-zinc-800\/50{
  border-color: rgb(39 39 42 / 0.5);
}

.border-zinc-800\/55{
  border-color: rgb(39 39 42 / 0.55);
}

.border-zinc-800\/60{
  border-color: rgb(39 39 42 / 0.6);
}

.border-zinc-800\/65{
  border-color: rgb(39 39 42 / 0.65);
}

.border-zinc-800\/70{
  border-color: rgb(39 39 42 / 0.7);
}

.border-zinc-800\/75{
  border-color: rgb(39 39 42 / 0.75);
}

.border-zinc-800\/80{
  border-color: rgb(39 39 42 / 0.8);
}

.border-zinc-800\/85{
  border-color: rgb(39 39 42 / 0.85);
}

.border-zinc-800\/90{
  border-color: rgb(39 39 42 / 0.9);
}

.border-zinc-800\/95{
  border-color: rgb(39 39 42 / 0.95);
}

.border-zinc-900{
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-zinc-900\/0{
  border-color: rgb(24 24 27 / 0);
}

.border-zinc-900\/10{
  border-color: rgb(24 24 27 / 0.1);
}

.border-zinc-900\/100{
  border-color: rgb(24 24 27 / 1);
}

.border-zinc-900\/15{
  border-color: rgb(24 24 27 / 0.15);
}

.border-zinc-900\/20{
  border-color: rgb(24 24 27 / 0.2);
}

.border-zinc-900\/25{
  border-color: rgb(24 24 27 / 0.25);
}

.border-zinc-900\/30{
  border-color: rgb(24 24 27 / 0.3);
}

.border-zinc-900\/35{
  border-color: rgb(24 24 27 / 0.35);
}

.border-zinc-900\/40{
  border-color: rgb(24 24 27 / 0.4);
}

.border-zinc-900\/45{
  border-color: rgb(24 24 27 / 0.45);
}

.border-zinc-900\/5{
  border-color: rgb(24 24 27 / 0.05);
}

.border-zinc-900\/50{
  border-color: rgb(24 24 27 / 0.5);
}

.border-zinc-900\/55{
  border-color: rgb(24 24 27 / 0.55);
}

.border-zinc-900\/60{
  border-color: rgb(24 24 27 / 0.6);
}

.border-zinc-900\/65{
  border-color: rgb(24 24 27 / 0.65);
}

.border-zinc-900\/70{
  border-color: rgb(24 24 27 / 0.7);
}

.border-zinc-900\/75{
  border-color: rgb(24 24 27 / 0.75);
}

.border-zinc-900\/80{
  border-color: rgb(24 24 27 / 0.8);
}

.border-zinc-900\/85{
  border-color: rgb(24 24 27 / 0.85);
}

.border-zinc-900\/90{
  border-color: rgb(24 24 27 / 0.9);
}

.border-zinc-900\/95{
  border-color: rgb(24 24 27 / 0.95);
}

.border-zinc-950{
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-zinc-950\/0{
  border-color: rgb(9 9 11 / 0);
}

.border-zinc-950\/10{
  border-color: rgb(9 9 11 / 0.1);
}

.border-zinc-950\/100{
  border-color: rgb(9 9 11 / 1);
}

.border-zinc-950\/15{
  border-color: rgb(9 9 11 / 0.15);
}

.border-zinc-950\/20{
  border-color: rgb(9 9 11 / 0.2);
}

.border-zinc-950\/25{
  border-color: rgb(9 9 11 / 0.25);
}

.border-zinc-950\/30{
  border-color: rgb(9 9 11 / 0.3);
}

.border-zinc-950\/35{
  border-color: rgb(9 9 11 / 0.35);
}

.border-zinc-950\/40{
  border-color: rgb(9 9 11 / 0.4);
}

.border-zinc-950\/45{
  border-color: rgb(9 9 11 / 0.45);
}

.border-zinc-950\/5{
  border-color: rgb(9 9 11 / 0.05);
}

.border-zinc-950\/50{
  border-color: rgb(9 9 11 / 0.5);
}

.border-zinc-950\/55{
  border-color: rgb(9 9 11 / 0.55);
}

.border-zinc-950\/60{
  border-color: rgb(9 9 11 / 0.6);
}

.border-zinc-950\/65{
  border-color: rgb(9 9 11 / 0.65);
}

.border-zinc-950\/70{
  border-color: rgb(9 9 11 / 0.7);
}

.border-zinc-950\/75{
  border-color: rgb(9 9 11 / 0.75);
}

.border-zinc-950\/80{
  border-color: rgb(9 9 11 / 0.8);
}

.border-zinc-950\/85{
  border-color: rgb(9 9 11 / 0.85);
}

.border-zinc-950\/90{
  border-color: rgb(9 9 11 / 0.9);
}

.border-zinc-950\/95{
  border-color: rgb(9 9 11 / 0.95);
}

.border-x-accent{
  --tw-border-opacity: 1;
  border-left-color: rgb(70 109 148 / var(--tw-border-opacity));
  border-right-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.border-x-accent\/0{
  border-left-color: rgb(70 109 148 / 0);
  border-right-color: rgb(70 109 148 / 0);
}

.border-x-accent\/10{
  border-left-color: rgb(70 109 148 / 0.1);
  border-right-color: rgb(70 109 148 / 0.1);
}

.border-x-accent\/100{
  border-left-color: rgb(70 109 148 / 1);
  border-right-color: rgb(70 109 148 / 1);
}

.border-x-accent\/15{
  border-left-color: rgb(70 109 148 / 0.15);
  border-right-color: rgb(70 109 148 / 0.15);
}

.border-x-accent\/20{
  border-left-color: rgb(70 109 148 / 0.2);
  border-right-color: rgb(70 109 148 / 0.2);
}

.border-x-accent\/25{
  border-left-color: rgb(70 109 148 / 0.25);
  border-right-color: rgb(70 109 148 / 0.25);
}

.border-x-accent\/30{
  border-left-color: rgb(70 109 148 / 0.3);
  border-right-color: rgb(70 109 148 / 0.3);
}

.border-x-accent\/35{
  border-left-color: rgb(70 109 148 / 0.35);
  border-right-color: rgb(70 109 148 / 0.35);
}

.border-x-accent\/40{
  border-left-color: rgb(70 109 148 / 0.4);
  border-right-color: rgb(70 109 148 / 0.4);
}

.border-x-accent\/45{
  border-left-color: rgb(70 109 148 / 0.45);
  border-right-color: rgb(70 109 148 / 0.45);
}

.border-x-accent\/5{
  border-left-color: rgb(70 109 148 / 0.05);
  border-right-color: rgb(70 109 148 / 0.05);
}

.border-x-accent\/50{
  border-left-color: rgb(70 109 148 / 0.5);
  border-right-color: rgb(70 109 148 / 0.5);
}

.border-x-accent\/55{
  border-left-color: rgb(70 109 148 / 0.55);
  border-right-color: rgb(70 109 148 / 0.55);
}

.border-x-accent\/60{
  border-left-color: rgb(70 109 148 / 0.6);
  border-right-color: rgb(70 109 148 / 0.6);
}

.border-x-accent\/65{
  border-left-color: rgb(70 109 148 / 0.65);
  border-right-color: rgb(70 109 148 / 0.65);
}

.border-x-accent\/70{
  border-left-color: rgb(70 109 148 / 0.7);
  border-right-color: rgb(70 109 148 / 0.7);
}

.border-x-accent\/75{
  border-left-color: rgb(70 109 148 / 0.75);
  border-right-color: rgb(70 109 148 / 0.75);
}

.border-x-accent\/80{
  border-left-color: rgb(70 109 148 / 0.8);
  border-right-color: rgb(70 109 148 / 0.8);
}

.border-x-accent\/85{
  border-left-color: rgb(70 109 148 / 0.85);
  border-right-color: rgb(70 109 148 / 0.85);
}

.border-x-accent\/90{
  border-left-color: rgb(70 109 148 / 0.9);
  border-right-color: rgb(70 109 148 / 0.9);
}

.border-x-accent\/95{
  border-left-color: rgb(70 109 148 / 0.95);
  border-right-color: rgb(70 109 148 / 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\/15{
  border-left-color: rgb(254 243 199 / 0.15);
  border-right-color: rgb(254 243 199 / 0.15);
}

.border-x-amber-100\/20{
  border-left-color: rgb(254 243 199 / 0.2);
  border-right-color: rgb(254 243 199 / 0.2);
}

.border-x-amber-100\/25{
  border-left-color: rgb(254 243 199 / 0.25);
  border-right-color: rgb(254 243 199 / 0.25);
}

.border-x-amber-100\/30{
  border-left-color: rgb(254 243 199 / 0.3);
  border-right-color: rgb(254 243 199 / 0.3);
}

.border-x-amber-100\/35{
  border-left-color: rgb(254 243 199 / 0.35);
  border-right-color: rgb(254 243 199 / 0.35);
}

.border-x-amber-100\/40{
  border-left-color: rgb(254 243 199 / 0.4);
  border-right-color: rgb(254 243 199 / 0.4);
}

.border-x-amber-100\/45{
  border-left-color: rgb(254 243 199 / 0.45);
  border-right-color: rgb(254 243 199 / 0.45);
}

.border-x-amber-100\/5{
  border-left-color: rgb(254 243 199 / 0.05);
  border-right-color: rgb(254 243 199 / 0.05);
}

.border-x-amber-100\/50{
  border-left-color: rgb(254 243 199 / 0.5);
  border-right-color: rgb(254 243 199 / 0.5);
}

.border-x-amber-100\/55{
  border-left-color: rgb(254 243 199 / 0.55);
  border-right-color: rgb(254 243 199 / 0.55);
}

.border-x-amber-100\/60{
  border-left-color: rgb(254 243 199 / 0.6);
  border-right-color: rgb(254 243 199 / 0.6);
}

.border-x-amber-100\/65{
  border-left-color: rgb(254 243 199 / 0.65);
  border-right-color: rgb(254 243 199 / 0.65);
}

.border-x-amber-100\/70{
  border-left-color: rgb(254 243 199 / 0.7);
  border-right-color: rgb(254 243 199 / 0.7);
}

.border-x-amber-100\/75{
  border-left-color: rgb(254 243 199 / 0.75);
  border-right-color: rgb(254 243 199 / 0.75);
}

.border-x-amber-100\/80{
  border-left-color: rgb(254 243 199 / 0.8);
  border-right-color: rgb(254 243 199 / 0.8);
}

.border-x-amber-100\/85{
  border-left-color: rgb(254 243 199 / 0.85);
  border-right-color: rgb(254 243 199 / 0.85);
}

.border-x-amber-100\/90{
  border-left-color: rgb(254 243 199 / 0.9);
  border-right-color: rgb(254 243 199 / 0.9);
}

.border-x-amber-100\/95{
  border-left-color: rgb(254 243 199 / 0.95);
  border-right-color: rgb(254 243 199 / 0.95);
}

.border-x-amber-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(253 230 138 / 0.15);
  border-right-color: rgb(253 230 138 / 0.15);
}

.border-x-amber-200\/20{
  border-left-color: rgb(253 230 138 / 0.2);
  border-right-color: rgb(253 230 138 / 0.2);
}

.border-x-amber-200\/25{
  border-left-color: rgb(253 230 138 / 0.25);
  border-right-color: rgb(253 230 138 / 0.25);
}

.border-x-amber-200\/30{
  border-left-color: rgb(253 230 138 / 0.3);
  border-right-color: rgb(253 230 138 / 0.3);
}

.border-x-amber-200\/35{
  border-left-color: rgb(253 230 138 / 0.35);
  border-right-color: rgb(253 230 138 / 0.35);
}

.border-x-amber-200\/40{
  border-left-color: rgb(253 230 138 / 0.4);
  border-right-color: rgb(253 230 138 / 0.4);
}

.border-x-amber-200\/45{
  border-left-color: rgb(253 230 138 / 0.45);
  border-right-color: rgb(253 230 138 / 0.45);
}

.border-x-amber-200\/5{
  border-left-color: rgb(253 230 138 / 0.05);
  border-right-color: rgb(253 230 138 / 0.05);
}

.border-x-amber-200\/50{
  border-left-color: rgb(253 230 138 / 0.5);
  border-right-color: rgb(253 230 138 / 0.5);
}

.border-x-amber-200\/55{
  border-left-color: rgb(253 230 138 / 0.55);
  border-right-color: rgb(253 230 138 / 0.55);
}

.border-x-amber-200\/60{
  border-left-color: rgb(253 230 138 / 0.6);
  border-right-color: rgb(253 230 138 / 0.6);
}

.border-x-amber-200\/65{
  border-left-color: rgb(253 230 138 / 0.65);
  border-right-color: rgb(253 230 138 / 0.65);
}

.border-x-amber-200\/70{
  border-left-color: rgb(253 230 138 / 0.7);
  border-right-color: rgb(253 230 138 / 0.7);
}

.border-x-amber-200\/75{
  border-left-color: rgb(253 230 138 / 0.75);
  border-right-color: rgb(253 230 138 / 0.75);
}

.border-x-amber-200\/80{
  border-left-color: rgb(253 230 138 / 0.8);
  border-right-color: rgb(253 230 138 / 0.8);
}

.border-x-amber-200\/85{
  border-left-color: rgb(253 230 138 / 0.85);
  border-right-color: rgb(253 230 138 / 0.85);
}

.border-x-amber-200\/90{
  border-left-color: rgb(253 230 138 / 0.9);
  border-right-color: rgb(253 230 138 / 0.9);
}

.border-x-amber-200\/95{
  border-left-color: rgb(253 230 138 / 0.95);
  border-right-color: rgb(253 230 138 / 0.95);
}

.border-x-amber-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(252 211 77 / 0.15);
  border-right-color: rgb(252 211 77 / 0.15);
}

.border-x-amber-300\/20{
  border-left-color: rgb(252 211 77 / 0.2);
  border-right-color: rgb(252 211 77 / 0.2);
}

.border-x-amber-300\/25{
  border-left-color: rgb(252 211 77 / 0.25);
  border-right-color: rgb(252 211 77 / 0.25);
}

.border-x-amber-300\/30{
  border-left-color: rgb(252 211 77 / 0.3);
  border-right-color: rgb(252 211 77 / 0.3);
}

.border-x-amber-300\/35{
  border-left-color: rgb(252 211 77 / 0.35);
  border-right-color: rgb(252 211 77 / 0.35);
}

.border-x-amber-300\/40{
  border-left-color: rgb(252 211 77 / 0.4);
  border-right-color: rgb(252 211 77 / 0.4);
}

.border-x-amber-300\/45{
  border-left-color: rgb(252 211 77 / 0.45);
  border-right-color: rgb(252 211 77 / 0.45);
}

.border-x-amber-300\/5{
  border-left-color: rgb(252 211 77 / 0.05);
  border-right-color: rgb(252 211 77 / 0.05);
}

.border-x-amber-300\/50{
  border-left-color: rgb(252 211 77 / 0.5);
  border-right-color: rgb(252 211 77 / 0.5);
}

.border-x-amber-300\/55{
  border-left-color: rgb(252 211 77 / 0.55);
  border-right-color: rgb(252 211 77 / 0.55);
}

.border-x-amber-300\/60{
  border-left-color: rgb(252 211 77 / 0.6);
  border-right-color: rgb(252 211 77 / 0.6);
}

.border-x-amber-300\/65{
  border-left-color: rgb(252 211 77 / 0.65);
  border-right-color: rgb(252 211 77 / 0.65);
}

.border-x-amber-300\/70{
  border-left-color: rgb(252 211 77 / 0.7);
  border-right-color: rgb(252 211 77 / 0.7);
}

.border-x-amber-300\/75{
  border-left-color: rgb(252 211 77 / 0.75);
  border-right-color: rgb(252 211 77 / 0.75);
}

.border-x-amber-300\/80{
  border-left-color: rgb(252 211 77 / 0.8);
  border-right-color: rgb(252 211 77 / 0.8);
}

.border-x-amber-300\/85{
  border-left-color: rgb(252 211 77 / 0.85);
  border-right-color: rgb(252 211 77 / 0.85);
}

.border-x-amber-300\/90{
  border-left-color: rgb(252 211 77 / 0.9);
  border-right-color: rgb(252 211 77 / 0.9);
}

.border-x-amber-300\/95{
  border-left-color: rgb(252 211 77 / 0.95);
  border-right-color: rgb(252 211 77 / 0.95);
}

.border-x-amber-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(251 191 36 / 0.15);
  border-right-color: rgb(251 191 36 / 0.15);
}

.border-x-amber-400\/20{
  border-left-color: rgb(251 191 36 / 0.2);
  border-right-color: rgb(251 191 36 / 0.2);
}

.border-x-amber-400\/25{
  border-left-color: rgb(251 191 36 / 0.25);
  border-right-color: rgb(251 191 36 / 0.25);
}

.border-x-amber-400\/30{
  border-left-color: rgb(251 191 36 / 0.3);
  border-right-color: rgb(251 191 36 / 0.3);
}

.border-x-amber-400\/35{
  border-left-color: rgb(251 191 36 / 0.35);
  border-right-color: rgb(251 191 36 / 0.35);
}

.border-x-amber-400\/40{
  border-left-color: rgb(251 191 36 / 0.4);
  border-right-color: rgb(251 191 36 / 0.4);
}

.border-x-amber-400\/45{
  border-left-color: rgb(251 191 36 / 0.45);
  border-right-color: rgb(251 191 36 / 0.45);
}

.border-x-amber-400\/5{
  border-left-color: rgb(251 191 36 / 0.05);
  border-right-color: rgb(251 191 36 / 0.05);
}

.border-x-amber-400\/50{
  border-left-color: rgb(251 191 36 / 0.5);
  border-right-color: rgb(251 191 36 / 0.5);
}

.border-x-amber-400\/55{
  border-left-color: rgb(251 191 36 / 0.55);
  border-right-color: rgb(251 191 36 / 0.55);
}

.border-x-amber-400\/60{
  border-left-color: rgb(251 191 36 / 0.6);
  border-right-color: rgb(251 191 36 / 0.6);
}

.border-x-amber-400\/65{
  border-left-color: rgb(251 191 36 / 0.65);
  border-right-color: rgb(251 191 36 / 0.65);
}

.border-x-amber-400\/70{
  border-left-color: rgb(251 191 36 / 0.7);
  border-right-color: rgb(251 191 36 / 0.7);
}

.border-x-amber-400\/75{
  border-left-color: rgb(251 191 36 / 0.75);
  border-right-color: rgb(251 191 36 / 0.75);
}

.border-x-amber-400\/80{
  border-left-color: rgb(251 191 36 / 0.8);
  border-right-color: rgb(251 191 36 / 0.8);
}

.border-x-amber-400\/85{
  border-left-color: rgb(251 191 36 / 0.85);
  border-right-color: rgb(251 191 36 / 0.85);
}

.border-x-amber-400\/90{
  border-left-color: rgb(251 191 36 / 0.9);
  border-right-color: rgb(251 191 36 / 0.9);
}

.border-x-amber-400\/95{
  border-left-color: rgb(251 191 36 / 0.95);
  border-right-color: rgb(251 191 36 / 0.95);
}

.border-x-amber-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(255 251 235 / 0.15);
  border-right-color: rgb(255 251 235 / 0.15);
}

.border-x-amber-50\/20{
  border-left-color: rgb(255 251 235 / 0.2);
  border-right-color: rgb(255 251 235 / 0.2);
}

.border-x-amber-50\/25{
  border-left-color: rgb(255 251 235 / 0.25);
  border-right-color: rgb(255 251 235 / 0.25);
}

.border-x-amber-50\/30{
  border-left-color: rgb(255 251 235 / 0.3);
  border-right-color: rgb(255 251 235 / 0.3);
}

.border-x-amber-50\/35{
  border-left-color: rgb(255 251 235 / 0.35);
  border-right-color: rgb(255 251 235 / 0.35);
}

.border-x-amber-50\/40{
  border-left-color: rgb(255 251 235 / 0.4);
  border-right-color: rgb(255 251 235 / 0.4);
}

.border-x-amber-50\/45{
  border-left-color: rgb(255 251 235 / 0.45);
  border-right-color: rgb(255 251 235 / 0.45);
}

.border-x-amber-50\/5{
  border-left-color: rgb(255 251 235 / 0.05);
  border-right-color: rgb(255 251 235 / 0.05);
}

.border-x-amber-50\/50{
  border-left-color: rgb(255 251 235 / 0.5);
  border-right-color: rgb(255 251 235 / 0.5);
}

.border-x-amber-50\/55{
  border-left-color: rgb(255 251 235 / 0.55);
  border-right-color: rgb(255 251 235 / 0.55);
}

.border-x-amber-50\/60{
  border-left-color: rgb(255 251 235 / 0.6);
  border-right-color: rgb(255 251 235 / 0.6);
}

.border-x-amber-50\/65{
  border-left-color: rgb(255 251 235 / 0.65);
  border-right-color: rgb(255 251 235 / 0.65);
}

.border-x-amber-50\/70{
  border-left-color: rgb(255 251 235 / 0.7);
  border-right-color: rgb(255 251 235 / 0.7);
}

.border-x-amber-50\/75{
  border-left-color: rgb(255 251 235 / 0.75);
  border-right-color: rgb(255 251 235 / 0.75);
}

.border-x-amber-50\/80{
  border-left-color: rgb(255 251 235 / 0.8);
  border-right-color: rgb(255 251 235 / 0.8);
}

.border-x-amber-50\/85{
  border-left-color: rgb(255 251 235 / 0.85);
  border-right-color: rgb(255 251 235 / 0.85);
}

.border-x-amber-50\/90{
  border-left-color: rgb(255 251 235 / 0.9);
  border-right-color: rgb(255 251 235 / 0.9);
}

.border-x-amber-50\/95{
  border-left-color: rgb(255 251 235 / 0.95);
  border-right-color: rgb(255 251 235 / 0.95);
}

.border-x-amber-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(245 158 11 / 0.15);
  border-right-color: rgb(245 158 11 / 0.15);
}

.border-x-amber-500\/20{
  border-left-color: rgb(245 158 11 / 0.2);
  border-right-color: rgb(245 158 11 / 0.2);
}

.border-x-amber-500\/25{
  border-left-color: rgb(245 158 11 / 0.25);
  border-right-color: rgb(245 158 11 / 0.25);
}

.border-x-amber-500\/30{
  border-left-color: rgb(245 158 11 / 0.3);
  border-right-color: rgb(245 158 11 / 0.3);
}

.border-x-amber-500\/35{
  border-left-color: rgb(245 158 11 / 0.35);
  border-right-color: rgb(245 158 11 / 0.35);
}

.border-x-amber-500\/40{
  border-left-color: rgb(245 158 11 / 0.4);
  border-right-color: rgb(245 158 11 / 0.4);
}

.border-x-amber-500\/45{
  border-left-color: rgb(245 158 11 / 0.45);
  border-right-color: rgb(245 158 11 / 0.45);
}

.border-x-amber-500\/5{
  border-left-color: rgb(245 158 11 / 0.05);
  border-right-color: rgb(245 158 11 / 0.05);
}

.border-x-amber-500\/50{
  border-left-color: rgb(245 158 11 / 0.5);
  border-right-color: rgb(245 158 11 / 0.5);
}

.border-x-amber-500\/55{
  border-left-color: rgb(245 158 11 / 0.55);
  border-right-color: rgb(245 158 11 / 0.55);
}

.border-x-amber-500\/60{
  border-left-color: rgb(245 158 11 / 0.6);
  border-right-color: rgb(245 158 11 / 0.6);
}

.border-x-amber-500\/65{
  border-left-color: rgb(245 158 11 / 0.65);
  border-right-color: rgb(245 158 11 / 0.65);
}

.border-x-amber-500\/70{
  border-left-color: rgb(245 158 11 / 0.7);
  border-right-color: rgb(245 158 11 / 0.7);
}

.border-x-amber-500\/75{
  border-left-color: rgb(245 158 11 / 0.75);
  border-right-color: rgb(245 158 11 / 0.75);
}

.border-x-amber-500\/80{
  border-left-color: rgb(245 158 11 / 0.8);
  border-right-color: rgb(245 158 11 / 0.8);
}

.border-x-amber-500\/85{
  border-left-color: rgb(245 158 11 / 0.85);
  border-right-color: rgb(245 158 11 / 0.85);
}

.border-x-amber-500\/90{
  border-left-color: rgb(245 158 11 / 0.9);
  border-right-color: rgb(245 158 11 / 0.9);
}

.border-x-amber-500\/95{
  border-left-color: rgb(245 158 11 / 0.95);
  border-right-color: rgb(245 158 11 / 0.95);
}

.border-x-amber-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(217 119 6 / 0.15);
  border-right-color: rgb(217 119 6 / 0.15);
}

.border-x-amber-600\/20{
  border-left-color: rgb(217 119 6 / 0.2);
  border-right-color: rgb(217 119 6 / 0.2);
}

.border-x-amber-600\/25{
  border-left-color: rgb(217 119 6 / 0.25);
  border-right-color: rgb(217 119 6 / 0.25);
}

.border-x-amber-600\/30{
  border-left-color: rgb(217 119 6 / 0.3);
  border-right-color: rgb(217 119 6 / 0.3);
}

.border-x-amber-600\/35{
  border-left-color: rgb(217 119 6 / 0.35);
  border-right-color: rgb(217 119 6 / 0.35);
}

.border-x-amber-600\/40{
  border-left-color: rgb(217 119 6 / 0.4);
  border-right-color: rgb(217 119 6 / 0.4);
}

.border-x-amber-600\/45{
  border-left-color: rgb(217 119 6 / 0.45);
  border-right-color: rgb(217 119 6 / 0.45);
}

.border-x-amber-600\/5{
  border-left-color: rgb(217 119 6 / 0.05);
  border-right-color: rgb(217 119 6 / 0.05);
}

.border-x-amber-600\/50{
  border-left-color: rgb(217 119 6 / 0.5);
  border-right-color: rgb(217 119 6 / 0.5);
}

.border-x-amber-600\/55{
  border-left-color: rgb(217 119 6 / 0.55);
  border-right-color: rgb(217 119 6 / 0.55);
}

.border-x-amber-600\/60{
  border-left-color: rgb(217 119 6 / 0.6);
  border-right-color: rgb(217 119 6 / 0.6);
}

.border-x-amber-600\/65{
  border-left-color: rgb(217 119 6 / 0.65);
  border-right-color: rgb(217 119 6 / 0.65);
}

.border-x-amber-600\/70{
  border-left-color: rgb(217 119 6 / 0.7);
  border-right-color: rgb(217 119 6 / 0.7);
}

.border-x-amber-600\/75{
  border-left-color: rgb(217 119 6 / 0.75);
  border-right-color: rgb(217 119 6 / 0.75);
}

.border-x-amber-600\/80{
  border-left-color: rgb(217 119 6 / 0.8);
  border-right-color: rgb(217 119 6 / 0.8);
}

.border-x-amber-600\/85{
  border-left-color: rgb(217 119 6 / 0.85);
  border-right-color: rgb(217 119 6 / 0.85);
}

.border-x-amber-600\/90{
  border-left-color: rgb(217 119 6 / 0.9);
  border-right-color: rgb(217 119 6 / 0.9);
}

.border-x-amber-600\/95{
  border-left-color: rgb(217 119 6 / 0.95);
  border-right-color: rgb(217 119 6 / 0.95);
}

.border-x-amber-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(180 83 9 / 0.15);
  border-right-color: rgb(180 83 9 / 0.15);
}

.border-x-amber-700\/20{
  border-left-color: rgb(180 83 9 / 0.2);
  border-right-color: rgb(180 83 9 / 0.2);
}

.border-x-amber-700\/25{
  border-left-color: rgb(180 83 9 / 0.25);
  border-right-color: rgb(180 83 9 / 0.25);
}

.border-x-amber-700\/30{
  border-left-color: rgb(180 83 9 / 0.3);
  border-right-color: rgb(180 83 9 / 0.3);
}

.border-x-amber-700\/35{
  border-left-color: rgb(180 83 9 / 0.35);
  border-right-color: rgb(180 83 9 / 0.35);
}

.border-x-amber-700\/40{
  border-left-color: rgb(180 83 9 / 0.4);
  border-right-color: rgb(180 83 9 / 0.4);
}

.border-x-amber-700\/45{
  border-left-color: rgb(180 83 9 / 0.45);
  border-right-color: rgb(180 83 9 / 0.45);
}

.border-x-amber-700\/5{
  border-left-color: rgb(180 83 9 / 0.05);
  border-right-color: rgb(180 83 9 / 0.05);
}

.border-x-amber-700\/50{
  border-left-color: rgb(180 83 9 / 0.5);
  border-right-color: rgb(180 83 9 / 0.5);
}

.border-x-amber-700\/55{
  border-left-color: rgb(180 83 9 / 0.55);
  border-right-color: rgb(180 83 9 / 0.55);
}

.border-x-amber-700\/60{
  border-left-color: rgb(180 83 9 / 0.6);
  border-right-color: rgb(180 83 9 / 0.6);
}

.border-x-amber-700\/65{
  border-left-color: rgb(180 83 9 / 0.65);
  border-right-color: rgb(180 83 9 / 0.65);
}

.border-x-amber-700\/70{
  border-left-color: rgb(180 83 9 / 0.7);
  border-right-color: rgb(180 83 9 / 0.7);
}

.border-x-amber-700\/75{
  border-left-color: rgb(180 83 9 / 0.75);
  border-right-color: rgb(180 83 9 / 0.75);
}

.border-x-amber-700\/80{
  border-left-color: rgb(180 83 9 / 0.8);
  border-right-color: rgb(180 83 9 / 0.8);
}

.border-x-amber-700\/85{
  border-left-color: rgb(180 83 9 / 0.85);
  border-right-color: rgb(180 83 9 / 0.85);
}

.border-x-amber-700\/90{
  border-left-color: rgb(180 83 9 / 0.9);
  border-right-color: rgb(180 83 9 / 0.9);
}

.border-x-amber-700\/95{
  border-left-color: rgb(180 83 9 / 0.95);
  border-right-color: rgb(180 83 9 / 0.95);
}

.border-x-amber-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(146 64 14 / 0.15);
  border-right-color: rgb(146 64 14 / 0.15);
}

.border-x-amber-800\/20{
  border-left-color: rgb(146 64 14 / 0.2);
  border-right-color: rgb(146 64 14 / 0.2);
}

.border-x-amber-800\/25{
  border-left-color: rgb(146 64 14 / 0.25);
  border-right-color: rgb(146 64 14 / 0.25);
}

.border-x-amber-800\/30{
  border-left-color: rgb(146 64 14 / 0.3);
  border-right-color: rgb(146 64 14 / 0.3);
}

.border-x-amber-800\/35{
  border-left-color: rgb(146 64 14 / 0.35);
  border-right-color: rgb(146 64 14 / 0.35);
}

.border-x-amber-800\/40{
  border-left-color: rgb(146 64 14 / 0.4);
  border-right-color: rgb(146 64 14 / 0.4);
}

.border-x-amber-800\/45{
  border-left-color: rgb(146 64 14 / 0.45);
  border-right-color: rgb(146 64 14 / 0.45);
}

.border-x-amber-800\/5{
  border-left-color: rgb(146 64 14 / 0.05);
  border-right-color: rgb(146 64 14 / 0.05);
}

.border-x-amber-800\/50{
  border-left-color: rgb(146 64 14 / 0.5);
  border-right-color: rgb(146 64 14 / 0.5);
}

.border-x-amber-800\/55{
  border-left-color: rgb(146 64 14 / 0.55);
  border-right-color: rgb(146 64 14 / 0.55);
}

.border-x-amber-800\/60{
  border-left-color: rgb(146 64 14 / 0.6);
  border-right-color: rgb(146 64 14 / 0.6);
}

.border-x-amber-800\/65{
  border-left-color: rgb(146 64 14 / 0.65);
  border-right-color: rgb(146 64 14 / 0.65);
}

.border-x-amber-800\/70{
  border-left-color: rgb(146 64 14 / 0.7);
  border-right-color: rgb(146 64 14 / 0.7);
}

.border-x-amber-800\/75{
  border-left-color: rgb(146 64 14 / 0.75);
  border-right-color: rgb(146 64 14 / 0.75);
}

.border-x-amber-800\/80{
  border-left-color: rgb(146 64 14 / 0.8);
  border-right-color: rgb(146 64 14 / 0.8);
}

.border-x-amber-800\/85{
  border-left-color: rgb(146 64 14 / 0.85);
  border-right-color: rgb(146 64 14 / 0.85);
}

.border-x-amber-800\/90{
  border-left-color: rgb(146 64 14 / 0.9);
  border-right-color: rgb(146 64 14 / 0.9);
}

.border-x-amber-800\/95{
  border-left-color: rgb(146 64 14 / 0.95);
  border-right-color: rgb(146 64 14 / 0.95);
}

.border-x-amber-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(120 53 15 / 0.15);
  border-right-color: rgb(120 53 15 / 0.15);
}

.border-x-amber-900\/20{
  border-left-color: rgb(120 53 15 / 0.2);
  border-right-color: rgb(120 53 15 / 0.2);
}

.border-x-amber-900\/25{
  border-left-color: rgb(120 53 15 / 0.25);
  border-right-color: rgb(120 53 15 / 0.25);
}

.border-x-amber-900\/30{
  border-left-color: rgb(120 53 15 / 0.3);
  border-right-color: rgb(120 53 15 / 0.3);
}

.border-x-amber-900\/35{
  border-left-color: rgb(120 53 15 / 0.35);
  border-right-color: rgb(120 53 15 / 0.35);
}

.border-x-amber-900\/40{
  border-left-color: rgb(120 53 15 / 0.4);
  border-right-color: rgb(120 53 15 / 0.4);
}

.border-x-amber-900\/45{
  border-left-color: rgb(120 53 15 / 0.45);
  border-right-color: rgb(120 53 15 / 0.45);
}

.border-x-amber-900\/5{
  border-left-color: rgb(120 53 15 / 0.05);
  border-right-color: rgb(120 53 15 / 0.05);
}

.border-x-amber-900\/50{
  border-left-color: rgb(120 53 15 / 0.5);
  border-right-color: rgb(120 53 15 / 0.5);
}

.border-x-amber-900\/55{
  border-left-color: rgb(120 53 15 / 0.55);
  border-right-color: rgb(120 53 15 / 0.55);
}

.border-x-amber-900\/60{
  border-left-color: rgb(120 53 15 / 0.6);
  border-right-color: rgb(120 53 15 / 0.6);
}

.border-x-amber-900\/65{
  border-left-color: rgb(120 53 15 / 0.65);
  border-right-color: rgb(120 53 15 / 0.65);
}

.border-x-amber-900\/70{
  border-left-color: rgb(120 53 15 / 0.7);
  border-right-color: rgb(120 53 15 / 0.7);
}

.border-x-amber-900\/75{
  border-left-color: rgb(120 53 15 / 0.75);
  border-right-color: rgb(120 53 15 / 0.75);
}

.border-x-amber-900\/80{
  border-left-color: rgb(120 53 15 / 0.8);
  border-right-color: rgb(120 53 15 / 0.8);
}

.border-x-amber-900\/85{
  border-left-color: rgb(120 53 15 / 0.85);
  border-right-color: rgb(120 53 15 / 0.85);
}

.border-x-amber-900\/90{
  border-left-color: rgb(120 53 15 / 0.9);
  border-right-color: rgb(120 53 15 / 0.9);
}

.border-x-amber-900\/95{
  border-left-color: rgb(120 53 15 / 0.95);
  border-right-color: rgb(120 53 15 / 0.95);
}

.border-x-amber-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(69 26 3 / 0.15);
  border-right-color: rgb(69 26 3 / 0.15);
}

.border-x-amber-950\/20{
  border-left-color: rgb(69 26 3 / 0.2);
  border-right-color: rgb(69 26 3 / 0.2);
}

.border-x-amber-950\/25{
  border-left-color: rgb(69 26 3 / 0.25);
  border-right-color: rgb(69 26 3 / 0.25);
}

.border-x-amber-950\/30{
  border-left-color: rgb(69 26 3 / 0.3);
  border-right-color: rgb(69 26 3 / 0.3);
}

.border-x-amber-950\/35{
  border-left-color: rgb(69 26 3 / 0.35);
  border-right-color: rgb(69 26 3 / 0.35);
}

.border-x-amber-950\/40{
  border-left-color: rgb(69 26 3 / 0.4);
  border-right-color: rgb(69 26 3 / 0.4);
}

.border-x-amber-950\/45{
  border-left-color: rgb(69 26 3 / 0.45);
  border-right-color: rgb(69 26 3 / 0.45);
}

.border-x-amber-950\/5{
  border-left-color: rgb(69 26 3 / 0.05);
  border-right-color: rgb(69 26 3 / 0.05);
}

.border-x-amber-950\/50{
  border-left-color: rgb(69 26 3 / 0.5);
  border-right-color: rgb(69 26 3 / 0.5);
}

.border-x-amber-950\/55{
  border-left-color: rgb(69 26 3 / 0.55);
  border-right-color: rgb(69 26 3 / 0.55);
}

.border-x-amber-950\/60{
  border-left-color: rgb(69 26 3 / 0.6);
  border-right-color: rgb(69 26 3 / 0.6);
}

.border-x-amber-950\/65{
  border-left-color: rgb(69 26 3 / 0.65);
  border-right-color: rgb(69 26 3 / 0.65);
}

.border-x-amber-950\/70{
  border-left-color: rgb(69 26 3 / 0.7);
  border-right-color: rgb(69 26 3 / 0.7);
}

.border-x-amber-950\/75{
  border-left-color: rgb(69 26 3 / 0.75);
  border-right-color: rgb(69 26 3 / 0.75);
}

.border-x-amber-950\/80{
  border-left-color: rgb(69 26 3 / 0.8);
  border-right-color: rgb(69 26 3 / 0.8);
}

.border-x-amber-950\/85{
  border-left-color: rgb(69 26 3 / 0.85);
  border-right-color: rgb(69 26 3 / 0.85);
}

.border-x-amber-950\/90{
  border-left-color: rgb(69 26 3 / 0.9);
  border-right-color: rgb(69 26 3 / 0.9);
}

.border-x-amber-950\/95{
  border-left-color: rgb(69 26 3 / 0.95);
  border-right-color: rgb(69 26 3 / 0.95);
}

.border-x-background{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 250 / var(--tw-border-opacity));
  border-right-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.border-x-background\/0{
  border-left-color: rgb(245 246 250 / 0);
  border-right-color: rgb(245 246 250 / 0);
}

.border-x-background\/10{
  border-left-color: rgb(245 246 250 / 0.1);
  border-right-color: rgb(245 246 250 / 0.1);
}

.border-x-background\/100{
  border-left-color: rgb(245 246 250 / 1);
  border-right-color: rgb(245 246 250 / 1);
}

.border-x-background\/15{
  border-left-color: rgb(245 246 250 / 0.15);
  border-right-color: rgb(245 246 250 / 0.15);
}

.border-x-background\/20{
  border-left-color: rgb(245 246 250 / 0.2);
  border-right-color: rgb(245 246 250 / 0.2);
}

.border-x-background\/25{
  border-left-color: rgb(245 246 250 / 0.25);
  border-right-color: rgb(245 246 250 / 0.25);
}

.border-x-background\/30{
  border-left-color: rgb(245 246 250 / 0.3);
  border-right-color: rgb(245 246 250 / 0.3);
}

.border-x-background\/35{
  border-left-color: rgb(245 246 250 / 0.35);
  border-right-color: rgb(245 246 250 / 0.35);
}

.border-x-background\/40{
  border-left-color: rgb(245 246 250 / 0.4);
  border-right-color: rgb(245 246 250 / 0.4);
}

.border-x-background\/45{
  border-left-color: rgb(245 246 250 / 0.45);
  border-right-color: rgb(245 246 250 / 0.45);
}

.border-x-background\/5{
  border-left-color: rgb(245 246 250 / 0.05);
  border-right-color: rgb(245 246 250 / 0.05);
}

.border-x-background\/50{
  border-left-color: rgb(245 246 250 / 0.5);
  border-right-color: rgb(245 246 250 / 0.5);
}

.border-x-background\/55{
  border-left-color: rgb(245 246 250 / 0.55);
  border-right-color: rgb(245 246 250 / 0.55);
}

.border-x-background\/60{
  border-left-color: rgb(245 246 250 / 0.6);
  border-right-color: rgb(245 246 250 / 0.6);
}

.border-x-background\/65{
  border-left-color: rgb(245 246 250 / 0.65);
  border-right-color: rgb(245 246 250 / 0.65);
}

.border-x-background\/70{
  border-left-color: rgb(245 246 250 / 0.7);
  border-right-color: rgb(245 246 250 / 0.7);
}

.border-x-background\/75{
  border-left-color: rgb(245 246 250 / 0.75);
  border-right-color: rgb(245 246 250 / 0.75);
}

.border-x-background\/80{
  border-left-color: rgb(245 246 250 / 0.8);
  border-right-color: rgb(245 246 250 / 0.8);
}

.border-x-background\/85{
  border-left-color: rgb(245 246 250 / 0.85);
  border-right-color: rgb(245 246 250 / 0.85);
}

.border-x-background\/90{
  border-left-color: rgb(245 246 250 / 0.9);
  border-right-color: rgb(245 246 250 / 0.9);
}

.border-x-background\/95{
  border-left-color: rgb(245 246 250 / 0.95);
  border-right-color: rgb(245 246 250 / 0.95);
}

.border-x-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 44 53 / var(--tw-border-opacity));
  border-right-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.border-x-black\/0{
  border-left-color: rgb(41 44 53 / 0);
  border-right-color: rgb(41 44 53 / 0);
}

.border-x-black\/10{
  border-left-color: rgb(41 44 53 / 0.1);
  border-right-color: rgb(41 44 53 / 0.1);
}

.border-x-black\/100{
  border-left-color: rgb(41 44 53 / 1);
  border-right-color: rgb(41 44 53 / 1);
}

.border-x-black\/15{
  border-left-color: rgb(41 44 53 / 0.15);
  border-right-color: rgb(41 44 53 / 0.15);
}

.border-x-black\/20{
  border-left-color: rgb(41 44 53 / 0.2);
  border-right-color: rgb(41 44 53 / 0.2);
}

.border-x-black\/25{
  border-left-color: rgb(41 44 53 / 0.25);
  border-right-color: rgb(41 44 53 / 0.25);
}

.border-x-black\/30{
  border-left-color: rgb(41 44 53 / 0.3);
  border-right-color: rgb(41 44 53 / 0.3);
}

.border-x-black\/35{
  border-left-color: rgb(41 44 53 / 0.35);
  border-right-color: rgb(41 44 53 / 0.35);
}

.border-x-black\/40{
  border-left-color: rgb(41 44 53 / 0.4);
  border-right-color: rgb(41 44 53 / 0.4);
}

.border-x-black\/45{
  border-left-color: rgb(41 44 53 / 0.45);
  border-right-color: rgb(41 44 53 / 0.45);
}

.border-x-black\/5{
  border-left-color: rgb(41 44 53 / 0.05);
  border-right-color: rgb(41 44 53 / 0.05);
}

.border-x-black\/50{
  border-left-color: rgb(41 44 53 / 0.5);
  border-right-color: rgb(41 44 53 / 0.5);
}

.border-x-black\/55{
  border-left-color: rgb(41 44 53 / 0.55);
  border-right-color: rgb(41 44 53 / 0.55);
}

.border-x-black\/60{
  border-left-color: rgb(41 44 53 / 0.6);
  border-right-color: rgb(41 44 53 / 0.6);
}

.border-x-black\/65{
  border-left-color: rgb(41 44 53 / 0.65);
  border-right-color: rgb(41 44 53 / 0.65);
}

.border-x-black\/70{
  border-left-color: rgb(41 44 53 / 0.7);
  border-right-color: rgb(41 44 53 / 0.7);
}

.border-x-black\/75{
  border-left-color: rgb(41 44 53 / 0.75);
  border-right-color: rgb(41 44 53 / 0.75);
}

.border-x-black\/80{
  border-left-color: rgb(41 44 53 / 0.8);
  border-right-color: rgb(41 44 53 / 0.8);
}

.border-x-black\/85{
  border-left-color: rgb(41 44 53 / 0.85);
  border-right-color: rgb(41 44 53 / 0.85);
}

.border-x-black\/90{
  border-left-color: rgb(41 44 53 / 0.9);
  border-right-color: rgb(41 44 53 / 0.9);
}

.border-x-black\/95{
  border-left-color: rgb(41 44 53 / 0.95);
  border-right-color: rgb(41 44 53 / 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\/15{
  border-left-color: rgb(219 234 254 / 0.15);
  border-right-color: rgb(219 234 254 / 0.15);
}

.border-x-blue-100\/20{
  border-left-color: rgb(219 234 254 / 0.2);
  border-right-color: rgb(219 234 254 / 0.2);
}

.border-x-blue-100\/25{
  border-left-color: rgb(219 234 254 / 0.25);
  border-right-color: rgb(219 234 254 / 0.25);
}

.border-x-blue-100\/30{
  border-left-color: rgb(219 234 254 / 0.3);
  border-right-color: rgb(219 234 254 / 0.3);
}

.border-x-blue-100\/35{
  border-left-color: rgb(219 234 254 / 0.35);
  border-right-color: rgb(219 234 254 / 0.35);
}

.border-x-blue-100\/40{
  border-left-color: rgb(219 234 254 / 0.4);
  border-right-color: rgb(219 234 254 / 0.4);
}

.border-x-blue-100\/45{
  border-left-color: rgb(219 234 254 / 0.45);
  border-right-color: rgb(219 234 254 / 0.45);
}

.border-x-blue-100\/5{
  border-left-color: rgb(219 234 254 / 0.05);
  border-right-color: rgb(219 234 254 / 0.05);
}

.border-x-blue-100\/50{
  border-left-color: rgb(219 234 254 / 0.5);
  border-right-color: rgb(219 234 254 / 0.5);
}

.border-x-blue-100\/55{
  border-left-color: rgb(219 234 254 / 0.55);
  border-right-color: rgb(219 234 254 / 0.55);
}

.border-x-blue-100\/60{
  border-left-color: rgb(219 234 254 / 0.6);
  border-right-color: rgb(219 234 254 / 0.6);
}

.border-x-blue-100\/65{
  border-left-color: rgb(219 234 254 / 0.65);
  border-right-color: rgb(219 234 254 / 0.65);
}

.border-x-blue-100\/70{
  border-left-color: rgb(219 234 254 / 0.7);
  border-right-color: rgb(219 234 254 / 0.7);
}

.border-x-blue-100\/75{
  border-left-color: rgb(219 234 254 / 0.75);
  border-right-color: rgb(219 234 254 / 0.75);
}

.border-x-blue-100\/80{
  border-left-color: rgb(219 234 254 / 0.8);
  border-right-color: rgb(219 234 254 / 0.8);
}

.border-x-blue-100\/85{
  border-left-color: rgb(219 234 254 / 0.85);
  border-right-color: rgb(219 234 254 / 0.85);
}

.border-x-blue-100\/90{
  border-left-color: rgb(219 234 254 / 0.9);
  border-right-color: rgb(219 234 254 / 0.9);
}

.border-x-blue-100\/95{
  border-left-color: rgb(219 234 254 / 0.95);
  border-right-color: rgb(219 234 254 / 0.95);
}

.border-x-blue-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(191 219 254 / 0.15);
  border-right-color: rgb(191 219 254 / 0.15);
}

.border-x-blue-200\/20{
  border-left-color: rgb(191 219 254 / 0.2);
  border-right-color: rgb(191 219 254 / 0.2);
}

.border-x-blue-200\/25{
  border-left-color: rgb(191 219 254 / 0.25);
  border-right-color: rgb(191 219 254 / 0.25);
}

.border-x-blue-200\/30{
  border-left-color: rgb(191 219 254 / 0.3);
  border-right-color: rgb(191 219 254 / 0.3);
}

.border-x-blue-200\/35{
  border-left-color: rgb(191 219 254 / 0.35);
  border-right-color: rgb(191 219 254 / 0.35);
}

.border-x-blue-200\/40{
  border-left-color: rgb(191 219 254 / 0.4);
  border-right-color: rgb(191 219 254 / 0.4);
}

.border-x-blue-200\/45{
  border-left-color: rgb(191 219 254 / 0.45);
  border-right-color: rgb(191 219 254 / 0.45);
}

.border-x-blue-200\/5{
  border-left-color: rgb(191 219 254 / 0.05);
  border-right-color: rgb(191 219 254 / 0.05);
}

.border-x-blue-200\/50{
  border-left-color: rgb(191 219 254 / 0.5);
  border-right-color: rgb(191 219 254 / 0.5);
}

.border-x-blue-200\/55{
  border-left-color: rgb(191 219 254 / 0.55);
  border-right-color: rgb(191 219 254 / 0.55);
}

.border-x-blue-200\/60{
  border-left-color: rgb(191 219 254 / 0.6);
  border-right-color: rgb(191 219 254 / 0.6);
}

.border-x-blue-200\/65{
  border-left-color: rgb(191 219 254 / 0.65);
  border-right-color: rgb(191 219 254 / 0.65);
}

.border-x-blue-200\/70{
  border-left-color: rgb(191 219 254 / 0.7);
  border-right-color: rgb(191 219 254 / 0.7);
}

.border-x-blue-200\/75{
  border-left-color: rgb(191 219 254 / 0.75);
  border-right-color: rgb(191 219 254 / 0.75);
}

.border-x-blue-200\/80{
  border-left-color: rgb(191 219 254 / 0.8);
  border-right-color: rgb(191 219 254 / 0.8);
}

.border-x-blue-200\/85{
  border-left-color: rgb(191 219 254 / 0.85);
  border-right-color: rgb(191 219 254 / 0.85);
}

.border-x-blue-200\/90{
  border-left-color: rgb(191 219 254 / 0.9);
  border-right-color: rgb(191 219 254 / 0.9);
}

.border-x-blue-200\/95{
  border-left-color: rgb(191 219 254 / 0.95);
  border-right-color: rgb(191 219 254 / 0.95);
}

.border-x-blue-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(147 197 253 / 0.15);
  border-right-color: rgb(147 197 253 / 0.15);
}

.border-x-blue-300\/20{
  border-left-color: rgb(147 197 253 / 0.2);
  border-right-color: rgb(147 197 253 / 0.2);
}

.border-x-blue-300\/25{
  border-left-color: rgb(147 197 253 / 0.25);
  border-right-color: rgb(147 197 253 / 0.25);
}

.border-x-blue-300\/30{
  border-left-color: rgb(147 197 253 / 0.3);
  border-right-color: rgb(147 197 253 / 0.3);
}

.border-x-blue-300\/35{
  border-left-color: rgb(147 197 253 / 0.35);
  border-right-color: rgb(147 197 253 / 0.35);
}

.border-x-blue-300\/40{
  border-left-color: rgb(147 197 253 / 0.4);
  border-right-color: rgb(147 197 253 / 0.4);
}

.border-x-blue-300\/45{
  border-left-color: rgb(147 197 253 / 0.45);
  border-right-color: rgb(147 197 253 / 0.45);
}

.border-x-blue-300\/5{
  border-left-color: rgb(147 197 253 / 0.05);
  border-right-color: rgb(147 197 253 / 0.05);
}

.border-x-blue-300\/50{
  border-left-color: rgb(147 197 253 / 0.5);
  border-right-color: rgb(147 197 253 / 0.5);
}

.border-x-blue-300\/55{
  border-left-color: rgb(147 197 253 / 0.55);
  border-right-color: rgb(147 197 253 / 0.55);
}

.border-x-blue-300\/60{
  border-left-color: rgb(147 197 253 / 0.6);
  border-right-color: rgb(147 197 253 / 0.6);
}

.border-x-blue-300\/65{
  border-left-color: rgb(147 197 253 / 0.65);
  border-right-color: rgb(147 197 253 / 0.65);
}

.border-x-blue-300\/70{
  border-left-color: rgb(147 197 253 / 0.7);
  border-right-color: rgb(147 197 253 / 0.7);
}

.border-x-blue-300\/75{
  border-left-color: rgb(147 197 253 / 0.75);
  border-right-color: rgb(147 197 253 / 0.75);
}

.border-x-blue-300\/80{
  border-left-color: rgb(147 197 253 / 0.8);
  border-right-color: rgb(147 197 253 / 0.8);
}

.border-x-blue-300\/85{
  border-left-color: rgb(147 197 253 / 0.85);
  border-right-color: rgb(147 197 253 / 0.85);
}

.border-x-blue-300\/90{
  border-left-color: rgb(147 197 253 / 0.9);
  border-right-color: rgb(147 197 253 / 0.9);
}

.border-x-blue-300\/95{
  border-left-color: rgb(147 197 253 / 0.95);
  border-right-color: rgb(147 197 253 / 0.95);
}

.border-x-blue-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(96 165 250 / 0.15);
  border-right-color: rgb(96 165 250 / 0.15);
}

.border-x-blue-400\/20{
  border-left-color: rgb(96 165 250 / 0.2);
  border-right-color: rgb(96 165 250 / 0.2);
}

.border-x-blue-400\/25{
  border-left-color: rgb(96 165 250 / 0.25);
  border-right-color: rgb(96 165 250 / 0.25);
}

.border-x-blue-400\/30{
  border-left-color: rgb(96 165 250 / 0.3);
  border-right-color: rgb(96 165 250 / 0.3);
}

.border-x-blue-400\/35{
  border-left-color: rgb(96 165 250 / 0.35);
  border-right-color: rgb(96 165 250 / 0.35);
}

.border-x-blue-400\/40{
  border-left-color: rgb(96 165 250 / 0.4);
  border-right-color: rgb(96 165 250 / 0.4);
}

.border-x-blue-400\/45{
  border-left-color: rgb(96 165 250 / 0.45);
  border-right-color: rgb(96 165 250 / 0.45);
}

.border-x-blue-400\/5{
  border-left-color: rgb(96 165 250 / 0.05);
  border-right-color: rgb(96 165 250 / 0.05);
}

.border-x-blue-400\/50{
  border-left-color: rgb(96 165 250 / 0.5);
  border-right-color: rgb(96 165 250 / 0.5);
}

.border-x-blue-400\/55{
  border-left-color: rgb(96 165 250 / 0.55);
  border-right-color: rgb(96 165 250 / 0.55);
}

.border-x-blue-400\/60{
  border-left-color: rgb(96 165 250 / 0.6);
  border-right-color: rgb(96 165 250 / 0.6);
}

.border-x-blue-400\/65{
  border-left-color: rgb(96 165 250 / 0.65);
  border-right-color: rgb(96 165 250 / 0.65);
}

.border-x-blue-400\/70{
  border-left-color: rgb(96 165 250 / 0.7);
  border-right-color: rgb(96 165 250 / 0.7);
}

.border-x-blue-400\/75{
  border-left-color: rgb(96 165 250 / 0.75);
  border-right-color: rgb(96 165 250 / 0.75);
}

.border-x-blue-400\/80{
  border-left-color: rgb(96 165 250 / 0.8);
  border-right-color: rgb(96 165 250 / 0.8);
}

.border-x-blue-400\/85{
  border-left-color: rgb(96 165 250 / 0.85);
  border-right-color: rgb(96 165 250 / 0.85);
}

.border-x-blue-400\/90{
  border-left-color: rgb(96 165 250 / 0.9);
  border-right-color: rgb(96 165 250 / 0.9);
}

.border-x-blue-400\/95{
  border-left-color: rgb(96 165 250 / 0.95);
  border-right-color: rgb(96 165 250 / 0.95);
}

.border-x-blue-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(239 246 255 / 0.15);
  border-right-color: rgb(239 246 255 / 0.15);
}

.border-x-blue-50\/20{
  border-left-color: rgb(239 246 255 / 0.2);
  border-right-color: rgb(239 246 255 / 0.2);
}

.border-x-blue-50\/25{
  border-left-color: rgb(239 246 255 / 0.25);
  border-right-color: rgb(239 246 255 / 0.25);
}

.border-x-blue-50\/30{
  border-left-color: rgb(239 246 255 / 0.3);
  border-right-color: rgb(239 246 255 / 0.3);
}

.border-x-blue-50\/35{
  border-left-color: rgb(239 246 255 / 0.35);
  border-right-color: rgb(239 246 255 / 0.35);
}

.border-x-blue-50\/40{
  border-left-color: rgb(239 246 255 / 0.4);
  border-right-color: rgb(239 246 255 / 0.4);
}

.border-x-blue-50\/45{
  border-left-color: rgb(239 246 255 / 0.45);
  border-right-color: rgb(239 246 255 / 0.45);
}

.border-x-blue-50\/5{
  border-left-color: rgb(239 246 255 / 0.05);
  border-right-color: rgb(239 246 255 / 0.05);
}

.border-x-blue-50\/50{
  border-left-color: rgb(239 246 255 / 0.5);
  border-right-color: rgb(239 246 255 / 0.5);
}

.border-x-blue-50\/55{
  border-left-color: rgb(239 246 255 / 0.55);
  border-right-color: rgb(239 246 255 / 0.55);
}

.border-x-blue-50\/60{
  border-left-color: rgb(239 246 255 / 0.6);
  border-right-color: rgb(239 246 255 / 0.6);
}

.border-x-blue-50\/65{
  border-left-color: rgb(239 246 255 / 0.65);
  border-right-color: rgb(239 246 255 / 0.65);
}

.border-x-blue-50\/70{
  border-left-color: rgb(239 246 255 / 0.7);
  border-right-color: rgb(239 246 255 / 0.7);
}

.border-x-blue-50\/75{
  border-left-color: rgb(239 246 255 / 0.75);
  border-right-color: rgb(239 246 255 / 0.75);
}

.border-x-blue-50\/80{
  border-left-color: rgb(239 246 255 / 0.8);
  border-right-color: rgb(239 246 255 / 0.8);
}

.border-x-blue-50\/85{
  border-left-color: rgb(239 246 255 / 0.85);
  border-right-color: rgb(239 246 255 / 0.85);
}

.border-x-blue-50\/90{
  border-left-color: rgb(239 246 255 / 0.9);
  border-right-color: rgb(239 246 255 / 0.9);
}

.border-x-blue-50\/95{
  border-left-color: rgb(239 246 255 / 0.95);
  border-right-color: rgb(239 246 255 / 0.95);
}

.border-x-blue-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(59 130 246 / 0.15);
  border-right-color: rgb(59 130 246 / 0.15);
}

.border-x-blue-500\/20{
  border-left-color: rgb(59 130 246 / 0.2);
  border-right-color: rgb(59 130 246 / 0.2);
}

.border-x-blue-500\/25{
  border-left-color: rgb(59 130 246 / 0.25);
  border-right-color: rgb(59 130 246 / 0.25);
}

.border-x-blue-500\/30{
  border-left-color: rgb(59 130 246 / 0.3);
  border-right-color: rgb(59 130 246 / 0.3);
}

.border-x-blue-500\/35{
  border-left-color: rgb(59 130 246 / 0.35);
  border-right-color: rgb(59 130 246 / 0.35);
}

.border-x-blue-500\/40{
  border-left-color: rgb(59 130 246 / 0.4);
  border-right-color: rgb(59 130 246 / 0.4);
}

.border-x-blue-500\/45{
  border-left-color: rgb(59 130 246 / 0.45);
  border-right-color: rgb(59 130 246 / 0.45);
}

.border-x-blue-500\/5{
  border-left-color: rgb(59 130 246 / 0.05);
  border-right-color: rgb(59 130 246 / 0.05);
}

.border-x-blue-500\/50{
  border-left-color: rgb(59 130 246 / 0.5);
  border-right-color: rgb(59 130 246 / 0.5);
}

.border-x-blue-500\/55{
  border-left-color: rgb(59 130 246 / 0.55);
  border-right-color: rgb(59 130 246 / 0.55);
}

.border-x-blue-500\/60{
  border-left-color: rgb(59 130 246 / 0.6);
  border-right-color: rgb(59 130 246 / 0.6);
}

.border-x-blue-500\/65{
  border-left-color: rgb(59 130 246 / 0.65);
  border-right-color: rgb(59 130 246 / 0.65);
}

.border-x-blue-500\/70{
  border-left-color: rgb(59 130 246 / 0.7);
  border-right-color: rgb(59 130 246 / 0.7);
}

.border-x-blue-500\/75{
  border-left-color: rgb(59 130 246 / 0.75);
  border-right-color: rgb(59 130 246 / 0.75);
}

.border-x-blue-500\/80{
  border-left-color: rgb(59 130 246 / 0.8);
  border-right-color: rgb(59 130 246 / 0.8);
}

.border-x-blue-500\/85{
  border-left-color: rgb(59 130 246 / 0.85);
  border-right-color: rgb(59 130 246 / 0.85);
}

.border-x-blue-500\/90{
  border-left-color: rgb(59 130 246 / 0.9);
  border-right-color: rgb(59 130 246 / 0.9);
}

.border-x-blue-500\/95{
  border-left-color: rgb(59 130 246 / 0.95);
  border-right-color: rgb(59 130 246 / 0.95);
}

.border-x-blue-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(37 99 235 / 0.15);
  border-right-color: rgb(37 99 235 / 0.15);
}

.border-x-blue-600\/20{
  border-left-color: rgb(37 99 235 / 0.2);
  border-right-color: rgb(37 99 235 / 0.2);
}

.border-x-blue-600\/25{
  border-left-color: rgb(37 99 235 / 0.25);
  border-right-color: rgb(37 99 235 / 0.25);
}

.border-x-blue-600\/30{
  border-left-color: rgb(37 99 235 / 0.3);
  border-right-color: rgb(37 99 235 / 0.3);
}

.border-x-blue-600\/35{
  border-left-color: rgb(37 99 235 / 0.35);
  border-right-color: rgb(37 99 235 / 0.35);
}

.border-x-blue-600\/40{
  border-left-color: rgb(37 99 235 / 0.4);
  border-right-color: rgb(37 99 235 / 0.4);
}

.border-x-blue-600\/45{
  border-left-color: rgb(37 99 235 / 0.45);
  border-right-color: rgb(37 99 235 / 0.45);
}

.border-x-blue-600\/5{
  border-left-color: rgb(37 99 235 / 0.05);
  border-right-color: rgb(37 99 235 / 0.05);
}

.border-x-blue-600\/50{
  border-left-color: rgb(37 99 235 / 0.5);
  border-right-color: rgb(37 99 235 / 0.5);
}

.border-x-blue-600\/55{
  border-left-color: rgb(37 99 235 / 0.55);
  border-right-color: rgb(37 99 235 / 0.55);
}

.border-x-blue-600\/60{
  border-left-color: rgb(37 99 235 / 0.6);
  border-right-color: rgb(37 99 235 / 0.6);
}

.border-x-blue-600\/65{
  border-left-color: rgb(37 99 235 / 0.65);
  border-right-color: rgb(37 99 235 / 0.65);
}

.border-x-blue-600\/70{
  border-left-color: rgb(37 99 235 / 0.7);
  border-right-color: rgb(37 99 235 / 0.7);
}

.border-x-blue-600\/75{
  border-left-color: rgb(37 99 235 / 0.75);
  border-right-color: rgb(37 99 235 / 0.75);
}

.border-x-blue-600\/80{
  border-left-color: rgb(37 99 235 / 0.8);
  border-right-color: rgb(37 99 235 / 0.8);
}

.border-x-blue-600\/85{
  border-left-color: rgb(37 99 235 / 0.85);
  border-right-color: rgb(37 99 235 / 0.85);
}

.border-x-blue-600\/90{
  border-left-color: rgb(37 99 235 / 0.9);
  border-right-color: rgb(37 99 235 / 0.9);
}

.border-x-blue-600\/95{
  border-left-color: rgb(37 99 235 / 0.95);
  border-right-color: rgb(37 99 235 / 0.95);
}

.border-x-blue-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(29 78 216 / 0.15);
  border-right-color: rgb(29 78 216 / 0.15);
}

.border-x-blue-700\/20{
  border-left-color: rgb(29 78 216 / 0.2);
  border-right-color: rgb(29 78 216 / 0.2);
}

.border-x-blue-700\/25{
  border-left-color: rgb(29 78 216 / 0.25);
  border-right-color: rgb(29 78 216 / 0.25);
}

.border-x-blue-700\/30{
  border-left-color: rgb(29 78 216 / 0.3);
  border-right-color: rgb(29 78 216 / 0.3);
}

.border-x-blue-700\/35{
  border-left-color: rgb(29 78 216 / 0.35);
  border-right-color: rgb(29 78 216 / 0.35);
}

.border-x-blue-700\/40{
  border-left-color: rgb(29 78 216 / 0.4);
  border-right-color: rgb(29 78 216 / 0.4);
}

.border-x-blue-700\/45{
  border-left-color: rgb(29 78 216 / 0.45);
  border-right-color: rgb(29 78 216 / 0.45);
}

.border-x-blue-700\/5{
  border-left-color: rgb(29 78 216 / 0.05);
  border-right-color: rgb(29 78 216 / 0.05);
}

.border-x-blue-700\/50{
  border-left-color: rgb(29 78 216 / 0.5);
  border-right-color: rgb(29 78 216 / 0.5);
}

.border-x-blue-700\/55{
  border-left-color: rgb(29 78 216 / 0.55);
  border-right-color: rgb(29 78 216 / 0.55);
}

.border-x-blue-700\/60{
  border-left-color: rgb(29 78 216 / 0.6);
  border-right-color: rgb(29 78 216 / 0.6);
}

.border-x-blue-700\/65{
  border-left-color: rgb(29 78 216 / 0.65);
  border-right-color: rgb(29 78 216 / 0.65);
}

.border-x-blue-700\/70{
  border-left-color: rgb(29 78 216 / 0.7);
  border-right-color: rgb(29 78 216 / 0.7);
}

.border-x-blue-700\/75{
  border-left-color: rgb(29 78 216 / 0.75);
  border-right-color: rgb(29 78 216 / 0.75);
}

.border-x-blue-700\/80{
  border-left-color: rgb(29 78 216 / 0.8);
  border-right-color: rgb(29 78 216 / 0.8);
}

.border-x-blue-700\/85{
  border-left-color: rgb(29 78 216 / 0.85);
  border-right-color: rgb(29 78 216 / 0.85);
}

.border-x-blue-700\/90{
  border-left-color: rgb(29 78 216 / 0.9);
  border-right-color: rgb(29 78 216 / 0.9);
}

.border-x-blue-700\/95{
  border-left-color: rgb(29 78 216 / 0.95);
  border-right-color: rgb(29 78 216 / 0.95);
}

.border-x-blue-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(30 64 175 / 0.15);
  border-right-color: rgb(30 64 175 / 0.15);
}

.border-x-blue-800\/20{
  border-left-color: rgb(30 64 175 / 0.2);
  border-right-color: rgb(30 64 175 / 0.2);
}

.border-x-blue-800\/25{
  border-left-color: rgb(30 64 175 / 0.25);
  border-right-color: rgb(30 64 175 / 0.25);
}

.border-x-blue-800\/30{
  border-left-color: rgb(30 64 175 / 0.3);
  border-right-color: rgb(30 64 175 / 0.3);
}

.border-x-blue-800\/35{
  border-left-color: rgb(30 64 175 / 0.35);
  border-right-color: rgb(30 64 175 / 0.35);
}

.border-x-blue-800\/40{
  border-left-color: rgb(30 64 175 / 0.4);
  border-right-color: rgb(30 64 175 / 0.4);
}

.border-x-blue-800\/45{
  border-left-color: rgb(30 64 175 / 0.45);
  border-right-color: rgb(30 64 175 / 0.45);
}

.border-x-blue-800\/5{
  border-left-color: rgb(30 64 175 / 0.05);
  border-right-color: rgb(30 64 175 / 0.05);
}

.border-x-blue-800\/50{
  border-left-color: rgb(30 64 175 / 0.5);
  border-right-color: rgb(30 64 175 / 0.5);
}

.border-x-blue-800\/55{
  border-left-color: rgb(30 64 175 / 0.55);
  border-right-color: rgb(30 64 175 / 0.55);
}

.border-x-blue-800\/60{
  border-left-color: rgb(30 64 175 / 0.6);
  border-right-color: rgb(30 64 175 / 0.6);
}

.border-x-blue-800\/65{
  border-left-color: rgb(30 64 175 / 0.65);
  border-right-color: rgb(30 64 175 / 0.65);
}

.border-x-blue-800\/70{
  border-left-color: rgb(30 64 175 / 0.7);
  border-right-color: rgb(30 64 175 / 0.7);
}

.border-x-blue-800\/75{
  border-left-color: rgb(30 64 175 / 0.75);
  border-right-color: rgb(30 64 175 / 0.75);
}

.border-x-blue-800\/80{
  border-left-color: rgb(30 64 175 / 0.8);
  border-right-color: rgb(30 64 175 / 0.8);
}

.border-x-blue-800\/85{
  border-left-color: rgb(30 64 175 / 0.85);
  border-right-color: rgb(30 64 175 / 0.85);
}

.border-x-blue-800\/90{
  border-left-color: rgb(30 64 175 / 0.9);
  border-right-color: rgb(30 64 175 / 0.9);
}

.border-x-blue-800\/95{
  border-left-color: rgb(30 64 175 / 0.95);
  border-right-color: rgb(30 64 175 / 0.95);
}

.border-x-blue-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(30 58 138 / 0.15);
  border-right-color: rgb(30 58 138 / 0.15);
}

.border-x-blue-900\/20{
  border-left-color: rgb(30 58 138 / 0.2);
  border-right-color: rgb(30 58 138 / 0.2);
}

.border-x-blue-900\/25{
  border-left-color: rgb(30 58 138 / 0.25);
  border-right-color: rgb(30 58 138 / 0.25);
}

.border-x-blue-900\/30{
  border-left-color: rgb(30 58 138 / 0.3);
  border-right-color: rgb(30 58 138 / 0.3);
}

.border-x-blue-900\/35{
  border-left-color: rgb(30 58 138 / 0.35);
  border-right-color: rgb(30 58 138 / 0.35);
}

.border-x-blue-900\/40{
  border-left-color: rgb(30 58 138 / 0.4);
  border-right-color: rgb(30 58 138 / 0.4);
}

.border-x-blue-900\/45{
  border-left-color: rgb(30 58 138 / 0.45);
  border-right-color: rgb(30 58 138 / 0.45);
}

.border-x-blue-900\/5{
  border-left-color: rgb(30 58 138 / 0.05);
  border-right-color: rgb(30 58 138 / 0.05);
}

.border-x-blue-900\/50{
  border-left-color: rgb(30 58 138 / 0.5);
  border-right-color: rgb(30 58 138 / 0.5);
}

.border-x-blue-900\/55{
  border-left-color: rgb(30 58 138 / 0.55);
  border-right-color: rgb(30 58 138 / 0.55);
}

.border-x-blue-900\/60{
  border-left-color: rgb(30 58 138 / 0.6);
  border-right-color: rgb(30 58 138 / 0.6);
}

.border-x-blue-900\/65{
  border-left-color: rgb(30 58 138 / 0.65);
  border-right-color: rgb(30 58 138 / 0.65);
}

.border-x-blue-900\/70{
  border-left-color: rgb(30 58 138 / 0.7);
  border-right-color: rgb(30 58 138 / 0.7);
}

.border-x-blue-900\/75{
  border-left-color: rgb(30 58 138 / 0.75);
  border-right-color: rgb(30 58 138 / 0.75);
}

.border-x-blue-900\/80{
  border-left-color: rgb(30 58 138 / 0.8);
  border-right-color: rgb(30 58 138 / 0.8);
}

.border-x-blue-900\/85{
  border-left-color: rgb(30 58 138 / 0.85);
  border-right-color: rgb(30 58 138 / 0.85);
}

.border-x-blue-900\/90{
  border-left-color: rgb(30 58 138 / 0.9);
  border-right-color: rgb(30 58 138 / 0.9);
}

.border-x-blue-900\/95{
  border-left-color: rgb(30 58 138 / 0.95);
  border-right-color: rgb(30 58 138 / 0.95);
}

.border-x-blue-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(23 37 84 / 0.15);
  border-right-color: rgb(23 37 84 / 0.15);
}

.border-x-blue-950\/20{
  border-left-color: rgb(23 37 84 / 0.2);
  border-right-color: rgb(23 37 84 / 0.2);
}

.border-x-blue-950\/25{
  border-left-color: rgb(23 37 84 / 0.25);
  border-right-color: rgb(23 37 84 / 0.25);
}

.border-x-blue-950\/30{
  border-left-color: rgb(23 37 84 / 0.3);
  border-right-color: rgb(23 37 84 / 0.3);
}

.border-x-blue-950\/35{
  border-left-color: rgb(23 37 84 / 0.35);
  border-right-color: rgb(23 37 84 / 0.35);
}

.border-x-blue-950\/40{
  border-left-color: rgb(23 37 84 / 0.4);
  border-right-color: rgb(23 37 84 / 0.4);
}

.border-x-blue-950\/45{
  border-left-color: rgb(23 37 84 / 0.45);
  border-right-color: rgb(23 37 84 / 0.45);
}

.border-x-blue-950\/5{
  border-left-color: rgb(23 37 84 / 0.05);
  border-right-color: rgb(23 37 84 / 0.05);
}

.border-x-blue-950\/50{
  border-left-color: rgb(23 37 84 / 0.5);
  border-right-color: rgb(23 37 84 / 0.5);
}

.border-x-blue-950\/55{
  border-left-color: rgb(23 37 84 / 0.55);
  border-right-color: rgb(23 37 84 / 0.55);
}

.border-x-blue-950\/60{
  border-left-color: rgb(23 37 84 / 0.6);
  border-right-color: rgb(23 37 84 / 0.6);
}

.border-x-blue-950\/65{
  border-left-color: rgb(23 37 84 / 0.65);
  border-right-color: rgb(23 37 84 / 0.65);
}

.border-x-blue-950\/70{
  border-left-color: rgb(23 37 84 / 0.7);
  border-right-color: rgb(23 37 84 / 0.7);
}

.border-x-blue-950\/75{
  border-left-color: rgb(23 37 84 / 0.75);
  border-right-color: rgb(23 37 84 / 0.75);
}

.border-x-blue-950\/80{
  border-left-color: rgb(23 37 84 / 0.8);
  border-right-color: rgb(23 37 84 / 0.8);
}

.border-x-blue-950\/85{
  border-left-color: rgb(23 37 84 / 0.85);
  border-right-color: rgb(23 37 84 / 0.85);
}

.border-x-blue-950\/90{
  border-left-color: rgb(23 37 84 / 0.9);
  border-right-color: rgb(23 37 84 / 0.9);
}

.border-x-blue-950\/95{
  border-left-color: rgb(23 37 84 / 0.95);
  border-right-color: rgb(23 37 84 / 0.95);
}

.border-x-csv{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 138 43 / var(--tw-border-opacity));
  border-right-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.border-x-csv-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 114 37 / var(--tw-border-opacity));
  border-right-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.border-x-csv-hover\/0{
  border-left-color: rgb(0 114 37 / 0);
  border-right-color: rgb(0 114 37 / 0);
}

.border-x-csv-hover\/10{
  border-left-color: rgb(0 114 37 / 0.1);
  border-right-color: rgb(0 114 37 / 0.1);
}

.border-x-csv-hover\/100{
  border-left-color: rgb(0 114 37 / 1);
  border-right-color: rgb(0 114 37 / 1);
}

.border-x-csv-hover\/15{
  border-left-color: rgb(0 114 37 / 0.15);
  border-right-color: rgb(0 114 37 / 0.15);
}

.border-x-csv-hover\/20{
  border-left-color: rgb(0 114 37 / 0.2);
  border-right-color: rgb(0 114 37 / 0.2);
}

.border-x-csv-hover\/25{
  border-left-color: rgb(0 114 37 / 0.25);
  border-right-color: rgb(0 114 37 / 0.25);
}

.border-x-csv-hover\/30{
  border-left-color: rgb(0 114 37 / 0.3);
  border-right-color: rgb(0 114 37 / 0.3);
}

.border-x-csv-hover\/35{
  border-left-color: rgb(0 114 37 / 0.35);
  border-right-color: rgb(0 114 37 / 0.35);
}

.border-x-csv-hover\/40{
  border-left-color: rgb(0 114 37 / 0.4);
  border-right-color: rgb(0 114 37 / 0.4);
}

.border-x-csv-hover\/45{
  border-left-color: rgb(0 114 37 / 0.45);
  border-right-color: rgb(0 114 37 / 0.45);
}

.border-x-csv-hover\/5{
  border-left-color: rgb(0 114 37 / 0.05);
  border-right-color: rgb(0 114 37 / 0.05);
}

.border-x-csv-hover\/50{
  border-left-color: rgb(0 114 37 / 0.5);
  border-right-color: rgb(0 114 37 / 0.5);
}

.border-x-csv-hover\/55{
  border-left-color: rgb(0 114 37 / 0.55);
  border-right-color: rgb(0 114 37 / 0.55);
}

.border-x-csv-hover\/60{
  border-left-color: rgb(0 114 37 / 0.6);
  border-right-color: rgb(0 114 37 / 0.6);
}

.border-x-csv-hover\/65{
  border-left-color: rgb(0 114 37 / 0.65);
  border-right-color: rgb(0 114 37 / 0.65);
}

.border-x-csv-hover\/70{
  border-left-color: rgb(0 114 37 / 0.7);
  border-right-color: rgb(0 114 37 / 0.7);
}

.border-x-csv-hover\/75{
  border-left-color: rgb(0 114 37 / 0.75);
  border-right-color: rgb(0 114 37 / 0.75);
}

.border-x-csv-hover\/80{
  border-left-color: rgb(0 114 37 / 0.8);
  border-right-color: rgb(0 114 37 / 0.8);
}

.border-x-csv-hover\/85{
  border-left-color: rgb(0 114 37 / 0.85);
  border-right-color: rgb(0 114 37 / 0.85);
}

.border-x-csv-hover\/90{
  border-left-color: rgb(0 114 37 / 0.9);
  border-right-color: rgb(0 114 37 / 0.9);
}

.border-x-csv-hover\/95{
  border-left-color: rgb(0 114 37 / 0.95);
  border-right-color: rgb(0 114 37 / 0.95);
}

.border-x-csv\/0{
  border-left-color: rgb(0 138 43 / 0);
  border-right-color: rgb(0 138 43 / 0);
}

.border-x-csv\/10{
  border-left-color: rgb(0 138 43 / 0.1);
  border-right-color: rgb(0 138 43 / 0.1);
}

.border-x-csv\/100{
  border-left-color: rgb(0 138 43 / 1);
  border-right-color: rgb(0 138 43 / 1);
}

.border-x-csv\/15{
  border-left-color: rgb(0 138 43 / 0.15);
  border-right-color: rgb(0 138 43 / 0.15);
}

.border-x-csv\/20{
  border-left-color: rgb(0 138 43 / 0.2);
  border-right-color: rgb(0 138 43 / 0.2);
}

.border-x-csv\/25{
  border-left-color: rgb(0 138 43 / 0.25);
  border-right-color: rgb(0 138 43 / 0.25);
}

.border-x-csv\/30{
  border-left-color: rgb(0 138 43 / 0.3);
  border-right-color: rgb(0 138 43 / 0.3);
}

.border-x-csv\/35{
  border-left-color: rgb(0 138 43 / 0.35);
  border-right-color: rgb(0 138 43 / 0.35);
}

.border-x-csv\/40{
  border-left-color: rgb(0 138 43 / 0.4);
  border-right-color: rgb(0 138 43 / 0.4);
}

.border-x-csv\/45{
  border-left-color: rgb(0 138 43 / 0.45);
  border-right-color: rgb(0 138 43 / 0.45);
}

.border-x-csv\/5{
  border-left-color: rgb(0 138 43 / 0.05);
  border-right-color: rgb(0 138 43 / 0.05);
}

.border-x-csv\/50{
  border-left-color: rgb(0 138 43 / 0.5);
  border-right-color: rgb(0 138 43 / 0.5);
}

.border-x-csv\/55{
  border-left-color: rgb(0 138 43 / 0.55);
  border-right-color: rgb(0 138 43 / 0.55);
}

.border-x-csv\/60{
  border-left-color: rgb(0 138 43 / 0.6);
  border-right-color: rgb(0 138 43 / 0.6);
}

.border-x-csv\/65{
  border-left-color: rgb(0 138 43 / 0.65);
  border-right-color: rgb(0 138 43 / 0.65);
}

.border-x-csv\/70{
  border-left-color: rgb(0 138 43 / 0.7);
  border-right-color: rgb(0 138 43 / 0.7);
}

.border-x-csv\/75{
  border-left-color: rgb(0 138 43 / 0.75);
  border-right-color: rgb(0 138 43 / 0.75);
}

.border-x-csv\/80{
  border-left-color: rgb(0 138 43 / 0.8);
  border-right-color: rgb(0 138 43 / 0.8);
}

.border-x-csv\/85{
  border-left-color: rgb(0 138 43 / 0.85);
  border-right-color: rgb(0 138 43 / 0.85);
}

.border-x-csv\/90{
  border-left-color: rgb(0 138 43 / 0.9);
  border-right-color: rgb(0 138 43 / 0.9);
}

.border-x-csv\/95{
  border-left-color: rgb(0 138 43 / 0.95);
  border-right-color: rgb(0 138 43 / 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\/15{
  border-left-color: rgb(207 250 254 / 0.15);
  border-right-color: rgb(207 250 254 / 0.15);
}

.border-x-cyan-100\/20{
  border-left-color: rgb(207 250 254 / 0.2);
  border-right-color: rgb(207 250 254 / 0.2);
}

.border-x-cyan-100\/25{
  border-left-color: rgb(207 250 254 / 0.25);
  border-right-color: rgb(207 250 254 / 0.25);
}

.border-x-cyan-100\/30{
  border-left-color: rgb(207 250 254 / 0.3);
  border-right-color: rgb(207 250 254 / 0.3);
}

.border-x-cyan-100\/35{
  border-left-color: rgb(207 250 254 / 0.35);
  border-right-color: rgb(207 250 254 / 0.35);
}

.border-x-cyan-100\/40{
  border-left-color: rgb(207 250 254 / 0.4);
  border-right-color: rgb(207 250 254 / 0.4);
}

.border-x-cyan-100\/45{
  border-left-color: rgb(207 250 254 / 0.45);
  border-right-color: rgb(207 250 254 / 0.45);
}

.border-x-cyan-100\/5{
  border-left-color: rgb(207 250 254 / 0.05);
  border-right-color: rgb(207 250 254 / 0.05);
}

.border-x-cyan-100\/50{
  border-left-color: rgb(207 250 254 / 0.5);
  border-right-color: rgb(207 250 254 / 0.5);
}

.border-x-cyan-100\/55{
  border-left-color: rgb(207 250 254 / 0.55);
  border-right-color: rgb(207 250 254 / 0.55);
}

.border-x-cyan-100\/60{
  border-left-color: rgb(207 250 254 / 0.6);
  border-right-color: rgb(207 250 254 / 0.6);
}

.border-x-cyan-100\/65{
  border-left-color: rgb(207 250 254 / 0.65);
  border-right-color: rgb(207 250 254 / 0.65);
}

.border-x-cyan-100\/70{
  border-left-color: rgb(207 250 254 / 0.7);
  border-right-color: rgb(207 250 254 / 0.7);
}

.border-x-cyan-100\/75{
  border-left-color: rgb(207 250 254 / 0.75);
  border-right-color: rgb(207 250 254 / 0.75);
}

.border-x-cyan-100\/80{
  border-left-color: rgb(207 250 254 / 0.8);
  border-right-color: rgb(207 250 254 / 0.8);
}

.border-x-cyan-100\/85{
  border-left-color: rgb(207 250 254 / 0.85);
  border-right-color: rgb(207 250 254 / 0.85);
}

.border-x-cyan-100\/90{
  border-left-color: rgb(207 250 254 / 0.9);
  border-right-color: rgb(207 250 254 / 0.9);
}

.border-x-cyan-100\/95{
  border-left-color: rgb(207 250 254 / 0.95);
  border-right-color: rgb(207 250 254 / 0.95);
}

.border-x-cyan-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(165 243 252 / 0.15);
  border-right-color: rgb(165 243 252 / 0.15);
}

.border-x-cyan-200\/20{
  border-left-color: rgb(165 243 252 / 0.2);
  border-right-color: rgb(165 243 252 / 0.2);
}

.border-x-cyan-200\/25{
  border-left-color: rgb(165 243 252 / 0.25);
  border-right-color: rgb(165 243 252 / 0.25);
}

.border-x-cyan-200\/30{
  border-left-color: rgb(165 243 252 / 0.3);
  border-right-color: rgb(165 243 252 / 0.3);
}

.border-x-cyan-200\/35{
  border-left-color: rgb(165 243 252 / 0.35);
  border-right-color: rgb(165 243 252 / 0.35);
}

.border-x-cyan-200\/40{
  border-left-color: rgb(165 243 252 / 0.4);
  border-right-color: rgb(165 243 252 / 0.4);
}

.border-x-cyan-200\/45{
  border-left-color: rgb(165 243 252 / 0.45);
  border-right-color: rgb(165 243 252 / 0.45);
}

.border-x-cyan-200\/5{
  border-left-color: rgb(165 243 252 / 0.05);
  border-right-color: rgb(165 243 252 / 0.05);
}

.border-x-cyan-200\/50{
  border-left-color: rgb(165 243 252 / 0.5);
  border-right-color: rgb(165 243 252 / 0.5);
}

.border-x-cyan-200\/55{
  border-left-color: rgb(165 243 252 / 0.55);
  border-right-color: rgb(165 243 252 / 0.55);
}

.border-x-cyan-200\/60{
  border-left-color: rgb(165 243 252 / 0.6);
  border-right-color: rgb(165 243 252 / 0.6);
}

.border-x-cyan-200\/65{
  border-left-color: rgb(165 243 252 / 0.65);
  border-right-color: rgb(165 243 252 / 0.65);
}

.border-x-cyan-200\/70{
  border-left-color: rgb(165 243 252 / 0.7);
  border-right-color: rgb(165 243 252 / 0.7);
}

.border-x-cyan-200\/75{
  border-left-color: rgb(165 243 252 / 0.75);
  border-right-color: rgb(165 243 252 / 0.75);
}

.border-x-cyan-200\/80{
  border-left-color: rgb(165 243 252 / 0.8);
  border-right-color: rgb(165 243 252 / 0.8);
}

.border-x-cyan-200\/85{
  border-left-color: rgb(165 243 252 / 0.85);
  border-right-color: rgb(165 243 252 / 0.85);
}

.border-x-cyan-200\/90{
  border-left-color: rgb(165 243 252 / 0.9);
  border-right-color: rgb(165 243 252 / 0.9);
}

.border-x-cyan-200\/95{
  border-left-color: rgb(165 243 252 / 0.95);
  border-right-color: rgb(165 243 252 / 0.95);
}

.border-x-cyan-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(103 232 249 / 0.15);
  border-right-color: rgb(103 232 249 / 0.15);
}

.border-x-cyan-300\/20{
  border-left-color: rgb(103 232 249 / 0.2);
  border-right-color: rgb(103 232 249 / 0.2);
}

.border-x-cyan-300\/25{
  border-left-color: rgb(103 232 249 / 0.25);
  border-right-color: rgb(103 232 249 / 0.25);
}

.border-x-cyan-300\/30{
  border-left-color: rgb(103 232 249 / 0.3);
  border-right-color: rgb(103 232 249 / 0.3);
}

.border-x-cyan-300\/35{
  border-left-color: rgb(103 232 249 / 0.35);
  border-right-color: rgb(103 232 249 / 0.35);
}

.border-x-cyan-300\/40{
  border-left-color: rgb(103 232 249 / 0.4);
  border-right-color: rgb(103 232 249 / 0.4);
}

.border-x-cyan-300\/45{
  border-left-color: rgb(103 232 249 / 0.45);
  border-right-color: rgb(103 232 249 / 0.45);
}

.border-x-cyan-300\/5{
  border-left-color: rgb(103 232 249 / 0.05);
  border-right-color: rgb(103 232 249 / 0.05);
}

.border-x-cyan-300\/50{
  border-left-color: rgb(103 232 249 / 0.5);
  border-right-color: rgb(103 232 249 / 0.5);
}

.border-x-cyan-300\/55{
  border-left-color: rgb(103 232 249 / 0.55);
  border-right-color: rgb(103 232 249 / 0.55);
}

.border-x-cyan-300\/60{
  border-left-color: rgb(103 232 249 / 0.6);
  border-right-color: rgb(103 232 249 / 0.6);
}

.border-x-cyan-300\/65{
  border-left-color: rgb(103 232 249 / 0.65);
  border-right-color: rgb(103 232 249 / 0.65);
}

.border-x-cyan-300\/70{
  border-left-color: rgb(103 232 249 / 0.7);
  border-right-color: rgb(103 232 249 / 0.7);
}

.border-x-cyan-300\/75{
  border-left-color: rgb(103 232 249 / 0.75);
  border-right-color: rgb(103 232 249 / 0.75);
}

.border-x-cyan-300\/80{
  border-left-color: rgb(103 232 249 / 0.8);
  border-right-color: rgb(103 232 249 / 0.8);
}

.border-x-cyan-300\/85{
  border-left-color: rgb(103 232 249 / 0.85);
  border-right-color: rgb(103 232 249 / 0.85);
}

.border-x-cyan-300\/90{
  border-left-color: rgb(103 232 249 / 0.9);
  border-right-color: rgb(103 232 249 / 0.9);
}

.border-x-cyan-300\/95{
  border-left-color: rgb(103 232 249 / 0.95);
  border-right-color: rgb(103 232 249 / 0.95);
}

.border-x-cyan-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(34 211 238 / 0.15);
  border-right-color: rgb(34 211 238 / 0.15);
}

.border-x-cyan-400\/20{
  border-left-color: rgb(34 211 238 / 0.2);
  border-right-color: rgb(34 211 238 / 0.2);
}

.border-x-cyan-400\/25{
  border-left-color: rgb(34 211 238 / 0.25);
  border-right-color: rgb(34 211 238 / 0.25);
}

.border-x-cyan-400\/30{
  border-left-color: rgb(34 211 238 / 0.3);
  border-right-color: rgb(34 211 238 / 0.3);
}

.border-x-cyan-400\/35{
  border-left-color: rgb(34 211 238 / 0.35);
  border-right-color: rgb(34 211 238 / 0.35);
}

.border-x-cyan-400\/40{
  border-left-color: rgb(34 211 238 / 0.4);
  border-right-color: rgb(34 211 238 / 0.4);
}

.border-x-cyan-400\/45{
  border-left-color: rgb(34 211 238 / 0.45);
  border-right-color: rgb(34 211 238 / 0.45);
}

.border-x-cyan-400\/5{
  border-left-color: rgb(34 211 238 / 0.05);
  border-right-color: rgb(34 211 238 / 0.05);
}

.border-x-cyan-400\/50{
  border-left-color: rgb(34 211 238 / 0.5);
  border-right-color: rgb(34 211 238 / 0.5);
}

.border-x-cyan-400\/55{
  border-left-color: rgb(34 211 238 / 0.55);
  border-right-color: rgb(34 211 238 / 0.55);
}

.border-x-cyan-400\/60{
  border-left-color: rgb(34 211 238 / 0.6);
  border-right-color: rgb(34 211 238 / 0.6);
}

.border-x-cyan-400\/65{
  border-left-color: rgb(34 211 238 / 0.65);
  border-right-color: rgb(34 211 238 / 0.65);
}

.border-x-cyan-400\/70{
  border-left-color: rgb(34 211 238 / 0.7);
  border-right-color: rgb(34 211 238 / 0.7);
}

.border-x-cyan-400\/75{
  border-left-color: rgb(34 211 238 / 0.75);
  border-right-color: rgb(34 211 238 / 0.75);
}

.border-x-cyan-400\/80{
  border-left-color: rgb(34 211 238 / 0.8);
  border-right-color: rgb(34 211 238 / 0.8);
}

.border-x-cyan-400\/85{
  border-left-color: rgb(34 211 238 / 0.85);
  border-right-color: rgb(34 211 238 / 0.85);
}

.border-x-cyan-400\/90{
  border-left-color: rgb(34 211 238 / 0.9);
  border-right-color: rgb(34 211 238 / 0.9);
}

.border-x-cyan-400\/95{
  border-left-color: rgb(34 211 238 / 0.95);
  border-right-color: rgb(34 211 238 / 0.95);
}

.border-x-cyan-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(236 254 255 / 0.15);
  border-right-color: rgb(236 254 255 / 0.15);
}

.border-x-cyan-50\/20{
  border-left-color: rgb(236 254 255 / 0.2);
  border-right-color: rgb(236 254 255 / 0.2);
}

.border-x-cyan-50\/25{
  border-left-color: rgb(236 254 255 / 0.25);
  border-right-color: rgb(236 254 255 / 0.25);
}

.border-x-cyan-50\/30{
  border-left-color: rgb(236 254 255 / 0.3);
  border-right-color: rgb(236 254 255 / 0.3);
}

.border-x-cyan-50\/35{
  border-left-color: rgb(236 254 255 / 0.35);
  border-right-color: rgb(236 254 255 / 0.35);
}

.border-x-cyan-50\/40{
  border-left-color: rgb(236 254 255 / 0.4);
  border-right-color: rgb(236 254 255 / 0.4);
}

.border-x-cyan-50\/45{
  border-left-color: rgb(236 254 255 / 0.45);
  border-right-color: rgb(236 254 255 / 0.45);
}

.border-x-cyan-50\/5{
  border-left-color: rgb(236 254 255 / 0.05);
  border-right-color: rgb(236 254 255 / 0.05);
}

.border-x-cyan-50\/50{
  border-left-color: rgb(236 254 255 / 0.5);
  border-right-color: rgb(236 254 255 / 0.5);
}

.border-x-cyan-50\/55{
  border-left-color: rgb(236 254 255 / 0.55);
  border-right-color: rgb(236 254 255 / 0.55);
}

.border-x-cyan-50\/60{
  border-left-color: rgb(236 254 255 / 0.6);
  border-right-color: rgb(236 254 255 / 0.6);
}

.border-x-cyan-50\/65{
  border-left-color: rgb(236 254 255 / 0.65);
  border-right-color: rgb(236 254 255 / 0.65);
}

.border-x-cyan-50\/70{
  border-left-color: rgb(236 254 255 / 0.7);
  border-right-color: rgb(236 254 255 / 0.7);
}

.border-x-cyan-50\/75{
  border-left-color: rgb(236 254 255 / 0.75);
  border-right-color: rgb(236 254 255 / 0.75);
}

.border-x-cyan-50\/80{
  border-left-color: rgb(236 254 255 / 0.8);
  border-right-color: rgb(236 254 255 / 0.8);
}

.border-x-cyan-50\/85{
  border-left-color: rgb(236 254 255 / 0.85);
  border-right-color: rgb(236 254 255 / 0.85);
}

.border-x-cyan-50\/90{
  border-left-color: rgb(236 254 255 / 0.9);
  border-right-color: rgb(236 254 255 / 0.9);
}

.border-x-cyan-50\/95{
  border-left-color: rgb(236 254 255 / 0.95);
  border-right-color: rgb(236 254 255 / 0.95);
}

.border-x-cyan-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(6 182 212 / 0.15);
  border-right-color: rgb(6 182 212 / 0.15);
}

.border-x-cyan-500\/20{
  border-left-color: rgb(6 182 212 / 0.2);
  border-right-color: rgb(6 182 212 / 0.2);
}

.border-x-cyan-500\/25{
  border-left-color: rgb(6 182 212 / 0.25);
  border-right-color: rgb(6 182 212 / 0.25);
}

.border-x-cyan-500\/30{
  border-left-color: rgb(6 182 212 / 0.3);
  border-right-color: rgb(6 182 212 / 0.3);
}

.border-x-cyan-500\/35{
  border-left-color: rgb(6 182 212 / 0.35);
  border-right-color: rgb(6 182 212 / 0.35);
}

.border-x-cyan-500\/40{
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}

.border-x-cyan-500\/45{
  border-left-color: rgb(6 182 212 / 0.45);
  border-right-color: rgb(6 182 212 / 0.45);
}

.border-x-cyan-500\/5{
  border-left-color: rgb(6 182 212 / 0.05);
  border-right-color: rgb(6 182 212 / 0.05);
}

.border-x-cyan-500\/50{
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}

.border-x-cyan-500\/55{
  border-left-color: rgb(6 182 212 / 0.55);
  border-right-color: rgb(6 182 212 / 0.55);
}

.border-x-cyan-500\/60{
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}

.border-x-cyan-500\/65{
  border-left-color: rgb(6 182 212 / 0.65);
  border-right-color: rgb(6 182 212 / 0.65);
}

.border-x-cyan-500\/70{
  border-left-color: rgb(6 182 212 / 0.7);
  border-right-color: rgb(6 182 212 / 0.7);
}

.border-x-cyan-500\/75{
  border-left-color: rgb(6 182 212 / 0.75);
  border-right-color: rgb(6 182 212 / 0.75);
}

.border-x-cyan-500\/80{
  border-left-color: rgb(6 182 212 / 0.8);
  border-right-color: rgb(6 182 212 / 0.8);
}

.border-x-cyan-500\/85{
  border-left-color: rgb(6 182 212 / 0.85);
  border-right-color: rgb(6 182 212 / 0.85);
}

.border-x-cyan-500\/90{
  border-left-color: rgb(6 182 212 / 0.9);
  border-right-color: rgb(6 182 212 / 0.9);
}

.border-x-cyan-500\/95{
  border-left-color: rgb(6 182 212 / 0.95);
  border-right-color: rgb(6 182 212 / 0.95);
}

.border-x-cyan-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(8 145 178 / 0.15);
  border-right-color: rgb(8 145 178 / 0.15);
}

.border-x-cyan-600\/20{
  border-left-color: rgb(8 145 178 / 0.2);
  border-right-color: rgb(8 145 178 / 0.2);
}

.border-x-cyan-600\/25{
  border-left-color: rgb(8 145 178 / 0.25);
  border-right-color: rgb(8 145 178 / 0.25);
}

.border-x-cyan-600\/30{
  border-left-color: rgb(8 145 178 / 0.3);
  border-right-color: rgb(8 145 178 / 0.3);
}

.border-x-cyan-600\/35{
  border-left-color: rgb(8 145 178 / 0.35);
  border-right-color: rgb(8 145 178 / 0.35);
}

.border-x-cyan-600\/40{
  border-left-color: rgb(8 145 178 / 0.4);
  border-right-color: rgb(8 145 178 / 0.4);
}

.border-x-cyan-600\/45{
  border-left-color: rgb(8 145 178 / 0.45);
  border-right-color: rgb(8 145 178 / 0.45);
}

.border-x-cyan-600\/5{
  border-left-color: rgb(8 145 178 / 0.05);
  border-right-color: rgb(8 145 178 / 0.05);
}

.border-x-cyan-600\/50{
  border-left-color: rgb(8 145 178 / 0.5);
  border-right-color: rgb(8 145 178 / 0.5);
}

.border-x-cyan-600\/55{
  border-left-color: rgb(8 145 178 / 0.55);
  border-right-color: rgb(8 145 178 / 0.55);
}

.border-x-cyan-600\/60{
  border-left-color: rgb(8 145 178 / 0.6);
  border-right-color: rgb(8 145 178 / 0.6);
}

.border-x-cyan-600\/65{
  border-left-color: rgb(8 145 178 / 0.65);
  border-right-color: rgb(8 145 178 / 0.65);
}

.border-x-cyan-600\/70{
  border-left-color: rgb(8 145 178 / 0.7);
  border-right-color: rgb(8 145 178 / 0.7);
}

.border-x-cyan-600\/75{
  border-left-color: rgb(8 145 178 / 0.75);
  border-right-color: rgb(8 145 178 / 0.75);
}

.border-x-cyan-600\/80{
  border-left-color: rgb(8 145 178 / 0.8);
  border-right-color: rgb(8 145 178 / 0.8);
}

.border-x-cyan-600\/85{
  border-left-color: rgb(8 145 178 / 0.85);
  border-right-color: rgb(8 145 178 / 0.85);
}

.border-x-cyan-600\/90{
  border-left-color: rgb(8 145 178 / 0.9);
  border-right-color: rgb(8 145 178 / 0.9);
}

.border-x-cyan-600\/95{
  border-left-color: rgb(8 145 178 / 0.95);
  border-right-color: rgb(8 145 178 / 0.95);
}

.border-x-cyan-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(14 116 144 / 0.15);
  border-right-color: rgb(14 116 144 / 0.15);
}

.border-x-cyan-700\/20{
  border-left-color: rgb(14 116 144 / 0.2);
  border-right-color: rgb(14 116 144 / 0.2);
}

.border-x-cyan-700\/25{
  border-left-color: rgb(14 116 144 / 0.25);
  border-right-color: rgb(14 116 144 / 0.25);
}

.border-x-cyan-700\/30{
  border-left-color: rgb(14 116 144 / 0.3);
  border-right-color: rgb(14 116 144 / 0.3);
}

.border-x-cyan-700\/35{
  border-left-color: rgb(14 116 144 / 0.35);
  border-right-color: rgb(14 116 144 / 0.35);
}

.border-x-cyan-700\/40{
  border-left-color: rgb(14 116 144 / 0.4);
  border-right-color: rgb(14 116 144 / 0.4);
}

.border-x-cyan-700\/45{
  border-left-color: rgb(14 116 144 / 0.45);
  border-right-color: rgb(14 116 144 / 0.45);
}

.border-x-cyan-700\/5{
  border-left-color: rgb(14 116 144 / 0.05);
  border-right-color: rgb(14 116 144 / 0.05);
}

.border-x-cyan-700\/50{
  border-left-color: rgb(14 116 144 / 0.5);
  border-right-color: rgb(14 116 144 / 0.5);
}

.border-x-cyan-700\/55{
  border-left-color: rgb(14 116 144 / 0.55);
  border-right-color: rgb(14 116 144 / 0.55);
}

.border-x-cyan-700\/60{
  border-left-color: rgb(14 116 144 / 0.6);
  border-right-color: rgb(14 116 144 / 0.6);
}

.border-x-cyan-700\/65{
  border-left-color: rgb(14 116 144 / 0.65);
  border-right-color: rgb(14 116 144 / 0.65);
}

.border-x-cyan-700\/70{
  border-left-color: rgb(14 116 144 / 0.7);
  border-right-color: rgb(14 116 144 / 0.7);
}

.border-x-cyan-700\/75{
  border-left-color: rgb(14 116 144 / 0.75);
  border-right-color: rgb(14 116 144 / 0.75);
}

.border-x-cyan-700\/80{
  border-left-color: rgb(14 116 144 / 0.8);
  border-right-color: rgb(14 116 144 / 0.8);
}

.border-x-cyan-700\/85{
  border-left-color: rgb(14 116 144 / 0.85);
  border-right-color: rgb(14 116 144 / 0.85);
}

.border-x-cyan-700\/90{
  border-left-color: rgb(14 116 144 / 0.9);
  border-right-color: rgb(14 116 144 / 0.9);
}

.border-x-cyan-700\/95{
  border-left-color: rgb(14 116 144 / 0.95);
  border-right-color: rgb(14 116 144 / 0.95);
}

.border-x-cyan-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(21 94 117 / 0.15);
  border-right-color: rgb(21 94 117 / 0.15);
}

.border-x-cyan-800\/20{
  border-left-color: rgb(21 94 117 / 0.2);
  border-right-color: rgb(21 94 117 / 0.2);
}

.border-x-cyan-800\/25{
  border-left-color: rgb(21 94 117 / 0.25);
  border-right-color: rgb(21 94 117 / 0.25);
}

.border-x-cyan-800\/30{
  border-left-color: rgb(21 94 117 / 0.3);
  border-right-color: rgb(21 94 117 / 0.3);
}

.border-x-cyan-800\/35{
  border-left-color: rgb(21 94 117 / 0.35);
  border-right-color: rgb(21 94 117 / 0.35);
}

.border-x-cyan-800\/40{
  border-left-color: rgb(21 94 117 / 0.4);
  border-right-color: rgb(21 94 117 / 0.4);
}

.border-x-cyan-800\/45{
  border-left-color: rgb(21 94 117 / 0.45);
  border-right-color: rgb(21 94 117 / 0.45);
}

.border-x-cyan-800\/5{
  border-left-color: rgb(21 94 117 / 0.05);
  border-right-color: rgb(21 94 117 / 0.05);
}

.border-x-cyan-800\/50{
  border-left-color: rgb(21 94 117 / 0.5);
  border-right-color: rgb(21 94 117 / 0.5);
}

.border-x-cyan-800\/55{
  border-left-color: rgb(21 94 117 / 0.55);
  border-right-color: rgb(21 94 117 / 0.55);
}

.border-x-cyan-800\/60{
  border-left-color: rgb(21 94 117 / 0.6);
  border-right-color: rgb(21 94 117 / 0.6);
}

.border-x-cyan-800\/65{
  border-left-color: rgb(21 94 117 / 0.65);
  border-right-color: rgb(21 94 117 / 0.65);
}

.border-x-cyan-800\/70{
  border-left-color: rgb(21 94 117 / 0.7);
  border-right-color: rgb(21 94 117 / 0.7);
}

.border-x-cyan-800\/75{
  border-left-color: rgb(21 94 117 / 0.75);
  border-right-color: rgb(21 94 117 / 0.75);
}

.border-x-cyan-800\/80{
  border-left-color: rgb(21 94 117 / 0.8);
  border-right-color: rgb(21 94 117 / 0.8);
}

.border-x-cyan-800\/85{
  border-left-color: rgb(21 94 117 / 0.85);
  border-right-color: rgb(21 94 117 / 0.85);
}

.border-x-cyan-800\/90{
  border-left-color: rgb(21 94 117 / 0.9);
  border-right-color: rgb(21 94 117 / 0.9);
}

.border-x-cyan-800\/95{
  border-left-color: rgb(21 94 117 / 0.95);
  border-right-color: rgb(21 94 117 / 0.95);
}

.border-x-cyan-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(22 78 99 / 0.15);
  border-right-color: rgb(22 78 99 / 0.15);
}

.border-x-cyan-900\/20{
  border-left-color: rgb(22 78 99 / 0.2);
  border-right-color: rgb(22 78 99 / 0.2);
}

.border-x-cyan-900\/25{
  border-left-color: rgb(22 78 99 / 0.25);
  border-right-color: rgb(22 78 99 / 0.25);
}

.border-x-cyan-900\/30{
  border-left-color: rgb(22 78 99 / 0.3);
  border-right-color: rgb(22 78 99 / 0.3);
}

.border-x-cyan-900\/35{
  border-left-color: rgb(22 78 99 / 0.35);
  border-right-color: rgb(22 78 99 / 0.35);
}

.border-x-cyan-900\/40{
  border-left-color: rgb(22 78 99 / 0.4);
  border-right-color: rgb(22 78 99 / 0.4);
}

.border-x-cyan-900\/45{
  border-left-color: rgb(22 78 99 / 0.45);
  border-right-color: rgb(22 78 99 / 0.45);
}

.border-x-cyan-900\/5{
  border-left-color: rgb(22 78 99 / 0.05);
  border-right-color: rgb(22 78 99 / 0.05);
}

.border-x-cyan-900\/50{
  border-left-color: rgb(22 78 99 / 0.5);
  border-right-color: rgb(22 78 99 / 0.5);
}

.border-x-cyan-900\/55{
  border-left-color: rgb(22 78 99 / 0.55);
  border-right-color: rgb(22 78 99 / 0.55);
}

.border-x-cyan-900\/60{
  border-left-color: rgb(22 78 99 / 0.6);
  border-right-color: rgb(22 78 99 / 0.6);
}

.border-x-cyan-900\/65{
  border-left-color: rgb(22 78 99 / 0.65);
  border-right-color: rgb(22 78 99 / 0.65);
}

.border-x-cyan-900\/70{
  border-left-color: rgb(22 78 99 / 0.7);
  border-right-color: rgb(22 78 99 / 0.7);
}

.border-x-cyan-900\/75{
  border-left-color: rgb(22 78 99 / 0.75);
  border-right-color: rgb(22 78 99 / 0.75);
}

.border-x-cyan-900\/80{
  border-left-color: rgb(22 78 99 / 0.8);
  border-right-color: rgb(22 78 99 / 0.8);
}

.border-x-cyan-900\/85{
  border-left-color: rgb(22 78 99 / 0.85);
  border-right-color: rgb(22 78 99 / 0.85);
}

.border-x-cyan-900\/90{
  border-left-color: rgb(22 78 99 / 0.9);
  border-right-color: rgb(22 78 99 / 0.9);
}

.border-x-cyan-900\/95{
  border-left-color: rgb(22 78 99 / 0.95);
  border-right-color: rgb(22 78 99 / 0.95);
}

.border-x-cyan-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(8 51 68 / 0.15);
  border-right-color: rgb(8 51 68 / 0.15);
}

.border-x-cyan-950\/20{
  border-left-color: rgb(8 51 68 / 0.2);
  border-right-color: rgb(8 51 68 / 0.2);
}

.border-x-cyan-950\/25{
  border-left-color: rgb(8 51 68 / 0.25);
  border-right-color: rgb(8 51 68 / 0.25);
}

.border-x-cyan-950\/30{
  border-left-color: rgb(8 51 68 / 0.3);
  border-right-color: rgb(8 51 68 / 0.3);
}

.border-x-cyan-950\/35{
  border-left-color: rgb(8 51 68 / 0.35);
  border-right-color: rgb(8 51 68 / 0.35);
}

.border-x-cyan-950\/40{
  border-left-color: rgb(8 51 68 / 0.4);
  border-right-color: rgb(8 51 68 / 0.4);
}

.border-x-cyan-950\/45{
  border-left-color: rgb(8 51 68 / 0.45);
  border-right-color: rgb(8 51 68 / 0.45);
}

.border-x-cyan-950\/5{
  border-left-color: rgb(8 51 68 / 0.05);
  border-right-color: rgb(8 51 68 / 0.05);
}

.border-x-cyan-950\/50{
  border-left-color: rgb(8 51 68 / 0.5);
  border-right-color: rgb(8 51 68 / 0.5);
}

.border-x-cyan-950\/55{
  border-left-color: rgb(8 51 68 / 0.55);
  border-right-color: rgb(8 51 68 / 0.55);
}

.border-x-cyan-950\/60{
  border-left-color: rgb(8 51 68 / 0.6);
  border-right-color: rgb(8 51 68 / 0.6);
}

.border-x-cyan-950\/65{
  border-left-color: rgb(8 51 68 / 0.65);
  border-right-color: rgb(8 51 68 / 0.65);
}

.border-x-cyan-950\/70{
  border-left-color: rgb(8 51 68 / 0.7);
  border-right-color: rgb(8 51 68 / 0.7);
}

.border-x-cyan-950\/75{
  border-left-color: rgb(8 51 68 / 0.75);
  border-right-color: rgb(8 51 68 / 0.75);
}

.border-x-cyan-950\/80{
  border-left-color: rgb(8 51 68 / 0.8);
  border-right-color: rgb(8 51 68 / 0.8);
}

.border-x-cyan-950\/85{
  border-left-color: rgb(8 51 68 / 0.85);
  border-right-color: rgb(8 51 68 / 0.85);
}

.border-x-cyan-950\/90{
  border-left-color: rgb(8 51 68 / 0.9);
  border-right-color: rgb(8 51 68 / 0.9);
}

.border-x-cyan-950\/95{
  border-left-color: rgb(8 51 68 / 0.95);
  border-right-color: rgb(8 51 68 / 0.95);
}

.border-x-danger{
  --tw-border-opacity: 1;
  border-left-color: rgb(207 59 54 / var(--tw-border-opacity));
  border-right-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.border-x-danger-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(193 49 44 / var(--tw-border-opacity));
  border-right-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.border-x-danger-hover\/0{
  border-left-color: rgb(193 49 44 / 0);
  border-right-color: rgb(193 49 44 / 0);
}

.border-x-danger-hover\/10{
  border-left-color: rgb(193 49 44 / 0.1);
  border-right-color: rgb(193 49 44 / 0.1);
}

.border-x-danger-hover\/100{
  border-left-color: rgb(193 49 44 / 1);
  border-right-color: rgb(193 49 44 / 1);
}

.border-x-danger-hover\/15{
  border-left-color: rgb(193 49 44 / 0.15);
  border-right-color: rgb(193 49 44 / 0.15);
}

.border-x-danger-hover\/20{
  border-left-color: rgb(193 49 44 / 0.2);
  border-right-color: rgb(193 49 44 / 0.2);
}

.border-x-danger-hover\/25{
  border-left-color: rgb(193 49 44 / 0.25);
  border-right-color: rgb(193 49 44 / 0.25);
}

.border-x-danger-hover\/30{
  border-left-color: rgb(193 49 44 / 0.3);
  border-right-color: rgb(193 49 44 / 0.3);
}

.border-x-danger-hover\/35{
  border-left-color: rgb(193 49 44 / 0.35);
  border-right-color: rgb(193 49 44 / 0.35);
}

.border-x-danger-hover\/40{
  border-left-color: rgb(193 49 44 / 0.4);
  border-right-color: rgb(193 49 44 / 0.4);
}

.border-x-danger-hover\/45{
  border-left-color: rgb(193 49 44 / 0.45);
  border-right-color: rgb(193 49 44 / 0.45);
}

.border-x-danger-hover\/5{
  border-left-color: rgb(193 49 44 / 0.05);
  border-right-color: rgb(193 49 44 / 0.05);
}

.border-x-danger-hover\/50{
  border-left-color: rgb(193 49 44 / 0.5);
  border-right-color: rgb(193 49 44 / 0.5);
}

.border-x-danger-hover\/55{
  border-left-color: rgb(193 49 44 / 0.55);
  border-right-color: rgb(193 49 44 / 0.55);
}

.border-x-danger-hover\/60{
  border-left-color: rgb(193 49 44 / 0.6);
  border-right-color: rgb(193 49 44 / 0.6);
}

.border-x-danger-hover\/65{
  border-left-color: rgb(193 49 44 / 0.65);
  border-right-color: rgb(193 49 44 / 0.65);
}

.border-x-danger-hover\/70{
  border-left-color: rgb(193 49 44 / 0.7);
  border-right-color: rgb(193 49 44 / 0.7);
}

.border-x-danger-hover\/75{
  border-left-color: rgb(193 49 44 / 0.75);
  border-right-color: rgb(193 49 44 / 0.75);
}

.border-x-danger-hover\/80{
  border-left-color: rgb(193 49 44 / 0.8);
  border-right-color: rgb(193 49 44 / 0.8);
}

.border-x-danger-hover\/85{
  border-left-color: rgb(193 49 44 / 0.85);
  border-right-color: rgb(193 49 44 / 0.85);
}

.border-x-danger-hover\/90{
  border-left-color: rgb(193 49 44 / 0.9);
  border-right-color: rgb(193 49 44 / 0.9);
}

.border-x-danger-hover\/95{
  border-left-color: rgb(193 49 44 / 0.95);
  border-right-color: rgb(193 49 44 / 0.95);
}

.border-x-danger\/0{
  border-left-color: rgb(207 59 54 / 0);
  border-right-color: rgb(207 59 54 / 0);
}

.border-x-danger\/10{
  border-left-color: rgb(207 59 54 / 0.1);
  border-right-color: rgb(207 59 54 / 0.1);
}

.border-x-danger\/100{
  border-left-color: rgb(207 59 54 / 1);
  border-right-color: rgb(207 59 54 / 1);
}

.border-x-danger\/15{
  border-left-color: rgb(207 59 54 / 0.15);
  border-right-color: rgb(207 59 54 / 0.15);
}

.border-x-danger\/20{
  border-left-color: rgb(207 59 54 / 0.2);
  border-right-color: rgb(207 59 54 / 0.2);
}

.border-x-danger\/25{
  border-left-color: rgb(207 59 54 / 0.25);
  border-right-color: rgb(207 59 54 / 0.25);
}

.border-x-danger\/30{
  border-left-color: rgb(207 59 54 / 0.3);
  border-right-color: rgb(207 59 54 / 0.3);
}

.border-x-danger\/35{
  border-left-color: rgb(207 59 54 / 0.35);
  border-right-color: rgb(207 59 54 / 0.35);
}

.border-x-danger\/40{
  border-left-color: rgb(207 59 54 / 0.4);
  border-right-color: rgb(207 59 54 / 0.4);
}

.border-x-danger\/45{
  border-left-color: rgb(207 59 54 / 0.45);
  border-right-color: rgb(207 59 54 / 0.45);
}

.border-x-danger\/5{
  border-left-color: rgb(207 59 54 / 0.05);
  border-right-color: rgb(207 59 54 / 0.05);
}

.border-x-danger\/50{
  border-left-color: rgb(207 59 54 / 0.5);
  border-right-color: rgb(207 59 54 / 0.5);
}

.border-x-danger\/55{
  border-left-color: rgb(207 59 54 / 0.55);
  border-right-color: rgb(207 59 54 / 0.55);
}

.border-x-danger\/60{
  border-left-color: rgb(207 59 54 / 0.6);
  border-right-color: rgb(207 59 54 / 0.6);
}

.border-x-danger\/65{
  border-left-color: rgb(207 59 54 / 0.65);
  border-right-color: rgb(207 59 54 / 0.65);
}

.border-x-danger\/70{
  border-left-color: rgb(207 59 54 / 0.7);
  border-right-color: rgb(207 59 54 / 0.7);
}

.border-x-danger\/75{
  border-left-color: rgb(207 59 54 / 0.75);
  border-right-color: rgb(207 59 54 / 0.75);
}

.border-x-danger\/80{
  border-left-color: rgb(207 59 54 / 0.8);
  border-right-color: rgb(207 59 54 / 0.8);
}

.border-x-danger\/85{
  border-left-color: rgb(207 59 54 / 0.85);
  border-right-color: rgb(207 59 54 / 0.85);
}

.border-x-danger\/90{
  border-left-color: rgb(207 59 54 / 0.9);
  border-right-color: rgb(207 59 54 / 0.9);
}

.border-x-danger\/95{
  border-left-color: rgb(207 59 54 / 0.95);
  border-right-color: rgb(207 59 54 / 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\/15{
  border-left-color: rgb(209 250 229 / 0.15);
  border-right-color: rgb(209 250 229 / 0.15);
}

.border-x-emerald-100\/20{
  border-left-color: rgb(209 250 229 / 0.2);
  border-right-color: rgb(209 250 229 / 0.2);
}

.border-x-emerald-100\/25{
  border-left-color: rgb(209 250 229 / 0.25);
  border-right-color: rgb(209 250 229 / 0.25);
}

.border-x-emerald-100\/30{
  border-left-color: rgb(209 250 229 / 0.3);
  border-right-color: rgb(209 250 229 / 0.3);
}

.border-x-emerald-100\/35{
  border-left-color: rgb(209 250 229 / 0.35);
  border-right-color: rgb(209 250 229 / 0.35);
}

.border-x-emerald-100\/40{
  border-left-color: rgb(209 250 229 / 0.4);
  border-right-color: rgb(209 250 229 / 0.4);
}

.border-x-emerald-100\/45{
  border-left-color: rgb(209 250 229 / 0.45);
  border-right-color: rgb(209 250 229 / 0.45);
}

.border-x-emerald-100\/5{
  border-left-color: rgb(209 250 229 / 0.05);
  border-right-color: rgb(209 250 229 / 0.05);
}

.border-x-emerald-100\/50{
  border-left-color: rgb(209 250 229 / 0.5);
  border-right-color: rgb(209 250 229 / 0.5);
}

.border-x-emerald-100\/55{
  border-left-color: rgb(209 250 229 / 0.55);
  border-right-color: rgb(209 250 229 / 0.55);
}

.border-x-emerald-100\/60{
  border-left-color: rgb(209 250 229 / 0.6);
  border-right-color: rgb(209 250 229 / 0.6);
}

.border-x-emerald-100\/65{
  border-left-color: rgb(209 250 229 / 0.65);
  border-right-color: rgb(209 250 229 / 0.65);
}

.border-x-emerald-100\/70{
  border-left-color: rgb(209 250 229 / 0.7);
  border-right-color: rgb(209 250 229 / 0.7);
}

.border-x-emerald-100\/75{
  border-left-color: rgb(209 250 229 / 0.75);
  border-right-color: rgb(209 250 229 / 0.75);
}

.border-x-emerald-100\/80{
  border-left-color: rgb(209 250 229 / 0.8);
  border-right-color: rgb(209 250 229 / 0.8);
}

.border-x-emerald-100\/85{
  border-left-color: rgb(209 250 229 / 0.85);
  border-right-color: rgb(209 250 229 / 0.85);
}

.border-x-emerald-100\/90{
  border-left-color: rgb(209 250 229 / 0.9);
  border-right-color: rgb(209 250 229 / 0.9);
}

.border-x-emerald-100\/95{
  border-left-color: rgb(209 250 229 / 0.95);
  border-right-color: rgb(209 250 229 / 0.95);
}

.border-x-emerald-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(167 243 208 / 0.15);
  border-right-color: rgb(167 243 208 / 0.15);
}

.border-x-emerald-200\/20{
  border-left-color: rgb(167 243 208 / 0.2);
  border-right-color: rgb(167 243 208 / 0.2);
}

.border-x-emerald-200\/25{
  border-left-color: rgb(167 243 208 / 0.25);
  border-right-color: rgb(167 243 208 / 0.25);
}

.border-x-emerald-200\/30{
  border-left-color: rgb(167 243 208 / 0.3);
  border-right-color: rgb(167 243 208 / 0.3);
}

.border-x-emerald-200\/35{
  border-left-color: rgb(167 243 208 / 0.35);
  border-right-color: rgb(167 243 208 / 0.35);
}

.border-x-emerald-200\/40{
  border-left-color: rgb(167 243 208 / 0.4);
  border-right-color: rgb(167 243 208 / 0.4);
}

.border-x-emerald-200\/45{
  border-left-color: rgb(167 243 208 / 0.45);
  border-right-color: rgb(167 243 208 / 0.45);
}

.border-x-emerald-200\/5{
  border-left-color: rgb(167 243 208 / 0.05);
  border-right-color: rgb(167 243 208 / 0.05);
}

.border-x-emerald-200\/50{
  border-left-color: rgb(167 243 208 / 0.5);
  border-right-color: rgb(167 243 208 / 0.5);
}

.border-x-emerald-200\/55{
  border-left-color: rgb(167 243 208 / 0.55);
  border-right-color: rgb(167 243 208 / 0.55);
}

.border-x-emerald-200\/60{
  border-left-color: rgb(167 243 208 / 0.6);
  border-right-color: rgb(167 243 208 / 0.6);
}

.border-x-emerald-200\/65{
  border-left-color: rgb(167 243 208 / 0.65);
  border-right-color: rgb(167 243 208 / 0.65);
}

.border-x-emerald-200\/70{
  border-left-color: rgb(167 243 208 / 0.7);
  border-right-color: rgb(167 243 208 / 0.7);
}

.border-x-emerald-200\/75{
  border-left-color: rgb(167 243 208 / 0.75);
  border-right-color: rgb(167 243 208 / 0.75);
}

.border-x-emerald-200\/80{
  border-left-color: rgb(167 243 208 / 0.8);
  border-right-color: rgb(167 243 208 / 0.8);
}

.border-x-emerald-200\/85{
  border-left-color: rgb(167 243 208 / 0.85);
  border-right-color: rgb(167 243 208 / 0.85);
}

.border-x-emerald-200\/90{
  border-left-color: rgb(167 243 208 / 0.9);
  border-right-color: rgb(167 243 208 / 0.9);
}

.border-x-emerald-200\/95{
  border-left-color: rgb(167 243 208 / 0.95);
  border-right-color: rgb(167 243 208 / 0.95);
}

.border-x-emerald-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(110 231 183 / 0.15);
  border-right-color: rgb(110 231 183 / 0.15);
}

.border-x-emerald-300\/20{
  border-left-color: rgb(110 231 183 / 0.2);
  border-right-color: rgb(110 231 183 / 0.2);
}

.border-x-emerald-300\/25{
  border-left-color: rgb(110 231 183 / 0.25);
  border-right-color: rgb(110 231 183 / 0.25);
}

.border-x-emerald-300\/30{
  border-left-color: rgb(110 231 183 / 0.3);
  border-right-color: rgb(110 231 183 / 0.3);
}

.border-x-emerald-300\/35{
  border-left-color: rgb(110 231 183 / 0.35);
  border-right-color: rgb(110 231 183 / 0.35);
}

.border-x-emerald-300\/40{
  border-left-color: rgb(110 231 183 / 0.4);
  border-right-color: rgb(110 231 183 / 0.4);
}

.border-x-emerald-300\/45{
  border-left-color: rgb(110 231 183 / 0.45);
  border-right-color: rgb(110 231 183 / 0.45);
}

.border-x-emerald-300\/5{
  border-left-color: rgb(110 231 183 / 0.05);
  border-right-color: rgb(110 231 183 / 0.05);
}

.border-x-emerald-300\/50{
  border-left-color: rgb(110 231 183 / 0.5);
  border-right-color: rgb(110 231 183 / 0.5);
}

.border-x-emerald-300\/55{
  border-left-color: rgb(110 231 183 / 0.55);
  border-right-color: rgb(110 231 183 / 0.55);
}

.border-x-emerald-300\/60{
  border-left-color: rgb(110 231 183 / 0.6);
  border-right-color: rgb(110 231 183 / 0.6);
}

.border-x-emerald-300\/65{
  border-left-color: rgb(110 231 183 / 0.65);
  border-right-color: rgb(110 231 183 / 0.65);
}

.border-x-emerald-300\/70{
  border-left-color: rgb(110 231 183 / 0.7);
  border-right-color: rgb(110 231 183 / 0.7);
}

.border-x-emerald-300\/75{
  border-left-color: rgb(110 231 183 / 0.75);
  border-right-color: rgb(110 231 183 / 0.75);
}

.border-x-emerald-300\/80{
  border-left-color: rgb(110 231 183 / 0.8);
  border-right-color: rgb(110 231 183 / 0.8);
}

.border-x-emerald-300\/85{
  border-left-color: rgb(110 231 183 / 0.85);
  border-right-color: rgb(110 231 183 / 0.85);
}

.border-x-emerald-300\/90{
  border-left-color: rgb(110 231 183 / 0.9);
  border-right-color: rgb(110 231 183 / 0.9);
}

.border-x-emerald-300\/95{
  border-left-color: rgb(110 231 183 / 0.95);
  border-right-color: rgb(110 231 183 / 0.95);
}

.border-x-emerald-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(52 211 153 / 0.15);
  border-right-color: rgb(52 211 153 / 0.15);
}

.border-x-emerald-400\/20{
  border-left-color: rgb(52 211 153 / 0.2);
  border-right-color: rgb(52 211 153 / 0.2);
}

.border-x-emerald-400\/25{
  border-left-color: rgb(52 211 153 / 0.25);
  border-right-color: rgb(52 211 153 / 0.25);
}

.border-x-emerald-400\/30{
  border-left-color: rgb(52 211 153 / 0.3);
  border-right-color: rgb(52 211 153 / 0.3);
}

.border-x-emerald-400\/35{
  border-left-color: rgb(52 211 153 / 0.35);
  border-right-color: rgb(52 211 153 / 0.35);
}

.border-x-emerald-400\/40{
  border-left-color: rgb(52 211 153 / 0.4);
  border-right-color: rgb(52 211 153 / 0.4);
}

.border-x-emerald-400\/45{
  border-left-color: rgb(52 211 153 / 0.45);
  border-right-color: rgb(52 211 153 / 0.45);
}

.border-x-emerald-400\/5{
  border-left-color: rgb(52 211 153 / 0.05);
  border-right-color: rgb(52 211 153 / 0.05);
}

.border-x-emerald-400\/50{
  border-left-color: rgb(52 211 153 / 0.5);
  border-right-color: rgb(52 211 153 / 0.5);
}

.border-x-emerald-400\/55{
  border-left-color: rgb(52 211 153 / 0.55);
  border-right-color: rgb(52 211 153 / 0.55);
}

.border-x-emerald-400\/60{
  border-left-color: rgb(52 211 153 / 0.6);
  border-right-color: rgb(52 211 153 / 0.6);
}

.border-x-emerald-400\/65{
  border-left-color: rgb(52 211 153 / 0.65);
  border-right-color: rgb(52 211 153 / 0.65);
}

.border-x-emerald-400\/70{
  border-left-color: rgb(52 211 153 / 0.7);
  border-right-color: rgb(52 211 153 / 0.7);
}

.border-x-emerald-400\/75{
  border-left-color: rgb(52 211 153 / 0.75);
  border-right-color: rgb(52 211 153 / 0.75);
}

.border-x-emerald-400\/80{
  border-left-color: rgb(52 211 153 / 0.8);
  border-right-color: rgb(52 211 153 / 0.8);
}

.border-x-emerald-400\/85{
  border-left-color: rgb(52 211 153 / 0.85);
  border-right-color: rgb(52 211 153 / 0.85);
}

.border-x-emerald-400\/90{
  border-left-color: rgb(52 211 153 / 0.9);
  border-right-color: rgb(52 211 153 / 0.9);
}

.border-x-emerald-400\/95{
  border-left-color: rgb(52 211 153 / 0.95);
  border-right-color: rgb(52 211 153 / 0.95);
}

.border-x-emerald-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(236 253 245 / 0.15);
  border-right-color: rgb(236 253 245 / 0.15);
}

.border-x-emerald-50\/20{
  border-left-color: rgb(236 253 245 / 0.2);
  border-right-color: rgb(236 253 245 / 0.2);
}

.border-x-emerald-50\/25{
  border-left-color: rgb(236 253 245 / 0.25);
  border-right-color: rgb(236 253 245 / 0.25);
}

.border-x-emerald-50\/30{
  border-left-color: rgb(236 253 245 / 0.3);
  border-right-color: rgb(236 253 245 / 0.3);
}

.border-x-emerald-50\/35{
  border-left-color: rgb(236 253 245 / 0.35);
  border-right-color: rgb(236 253 245 / 0.35);
}

.border-x-emerald-50\/40{
  border-left-color: rgb(236 253 245 / 0.4);
  border-right-color: rgb(236 253 245 / 0.4);
}

.border-x-emerald-50\/45{
  border-left-color: rgb(236 253 245 / 0.45);
  border-right-color: rgb(236 253 245 / 0.45);
}

.border-x-emerald-50\/5{
  border-left-color: rgb(236 253 245 / 0.05);
  border-right-color: rgb(236 253 245 / 0.05);
}

.border-x-emerald-50\/50{
  border-left-color: rgb(236 253 245 / 0.5);
  border-right-color: rgb(236 253 245 / 0.5);
}

.border-x-emerald-50\/55{
  border-left-color: rgb(236 253 245 / 0.55);
  border-right-color: rgb(236 253 245 / 0.55);
}

.border-x-emerald-50\/60{
  border-left-color: rgb(236 253 245 / 0.6);
  border-right-color: rgb(236 253 245 / 0.6);
}

.border-x-emerald-50\/65{
  border-left-color: rgb(236 253 245 / 0.65);
  border-right-color: rgb(236 253 245 / 0.65);
}

.border-x-emerald-50\/70{
  border-left-color: rgb(236 253 245 / 0.7);
  border-right-color: rgb(236 253 245 / 0.7);
}

.border-x-emerald-50\/75{
  border-left-color: rgb(236 253 245 / 0.75);
  border-right-color: rgb(236 253 245 / 0.75);
}

.border-x-emerald-50\/80{
  border-left-color: rgb(236 253 245 / 0.8);
  border-right-color: rgb(236 253 245 / 0.8);
}

.border-x-emerald-50\/85{
  border-left-color: rgb(236 253 245 / 0.85);
  border-right-color: rgb(236 253 245 / 0.85);
}

.border-x-emerald-50\/90{
  border-left-color: rgb(236 253 245 / 0.9);
  border-right-color: rgb(236 253 245 / 0.9);
}

.border-x-emerald-50\/95{
  border-left-color: rgb(236 253 245 / 0.95);
  border-right-color: rgb(236 253 245 / 0.95);
}

.border-x-emerald-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(16 185 129 / 0.15);
  border-right-color: rgb(16 185 129 / 0.15);
}

.border-x-emerald-500\/20{
  border-left-color: rgb(16 185 129 / 0.2);
  border-right-color: rgb(16 185 129 / 0.2);
}

.border-x-emerald-500\/25{
  border-left-color: rgb(16 185 129 / 0.25);
  border-right-color: rgb(16 185 129 / 0.25);
}

.border-x-emerald-500\/30{
  border-left-color: rgb(16 185 129 / 0.3);
  border-right-color: rgb(16 185 129 / 0.3);
}

.border-x-emerald-500\/35{
  border-left-color: rgb(16 185 129 / 0.35);
  border-right-color: rgb(16 185 129 / 0.35);
}

.border-x-emerald-500\/40{
  border-left-color: rgb(16 185 129 / 0.4);
  border-right-color: rgb(16 185 129 / 0.4);
}

.border-x-emerald-500\/45{
  border-left-color: rgb(16 185 129 / 0.45);
  border-right-color: rgb(16 185 129 / 0.45);
}

.border-x-emerald-500\/5{
  border-left-color: rgb(16 185 129 / 0.05);
  border-right-color: rgb(16 185 129 / 0.05);
}

.border-x-emerald-500\/50{
  border-left-color: rgb(16 185 129 / 0.5);
  border-right-color: rgb(16 185 129 / 0.5);
}

.border-x-emerald-500\/55{
  border-left-color: rgb(16 185 129 / 0.55);
  border-right-color: rgb(16 185 129 / 0.55);
}

.border-x-emerald-500\/60{
  border-left-color: rgb(16 185 129 / 0.6);
  border-right-color: rgb(16 185 129 / 0.6);
}

.border-x-emerald-500\/65{
  border-left-color: rgb(16 185 129 / 0.65);
  border-right-color: rgb(16 185 129 / 0.65);
}

.border-x-emerald-500\/70{
  border-left-color: rgb(16 185 129 / 0.7);
  border-right-color: rgb(16 185 129 / 0.7);
}

.border-x-emerald-500\/75{
  border-left-color: rgb(16 185 129 / 0.75);
  border-right-color: rgb(16 185 129 / 0.75);
}

.border-x-emerald-500\/80{
  border-left-color: rgb(16 185 129 / 0.8);
  border-right-color: rgb(16 185 129 / 0.8);
}

.border-x-emerald-500\/85{
  border-left-color: rgb(16 185 129 / 0.85);
  border-right-color: rgb(16 185 129 / 0.85);
}

.border-x-emerald-500\/90{
  border-left-color: rgb(16 185 129 / 0.9);
  border-right-color: rgb(16 185 129 / 0.9);
}

.border-x-emerald-500\/95{
  border-left-color: rgb(16 185 129 / 0.95);
  border-right-color: rgb(16 185 129 / 0.95);
}

.border-x-emerald-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(5 150 105 / 0.15);
  border-right-color: rgb(5 150 105 / 0.15);
}

.border-x-emerald-600\/20{
  border-left-color: rgb(5 150 105 / 0.2);
  border-right-color: rgb(5 150 105 / 0.2);
}

.border-x-emerald-600\/25{
  border-left-color: rgb(5 150 105 / 0.25);
  border-right-color: rgb(5 150 105 / 0.25);
}

.border-x-emerald-600\/30{
  border-left-color: rgb(5 150 105 / 0.3);
  border-right-color: rgb(5 150 105 / 0.3);
}

.border-x-emerald-600\/35{
  border-left-color: rgb(5 150 105 / 0.35);
  border-right-color: rgb(5 150 105 / 0.35);
}

.border-x-emerald-600\/40{
  border-left-color: rgb(5 150 105 / 0.4);
  border-right-color: rgb(5 150 105 / 0.4);
}

.border-x-emerald-600\/45{
  border-left-color: rgb(5 150 105 / 0.45);
  border-right-color: rgb(5 150 105 / 0.45);
}

.border-x-emerald-600\/5{
  border-left-color: rgb(5 150 105 / 0.05);
  border-right-color: rgb(5 150 105 / 0.05);
}

.border-x-emerald-600\/50{
  border-left-color: rgb(5 150 105 / 0.5);
  border-right-color: rgb(5 150 105 / 0.5);
}

.border-x-emerald-600\/55{
  border-left-color: rgb(5 150 105 / 0.55);
  border-right-color: rgb(5 150 105 / 0.55);
}

.border-x-emerald-600\/60{
  border-left-color: rgb(5 150 105 / 0.6);
  border-right-color: rgb(5 150 105 / 0.6);
}

.border-x-emerald-600\/65{
  border-left-color: rgb(5 150 105 / 0.65);
  border-right-color: rgb(5 150 105 / 0.65);
}

.border-x-emerald-600\/70{
  border-left-color: rgb(5 150 105 / 0.7);
  border-right-color: rgb(5 150 105 / 0.7);
}

.border-x-emerald-600\/75{
  border-left-color: rgb(5 150 105 / 0.75);
  border-right-color: rgb(5 150 105 / 0.75);
}

.border-x-emerald-600\/80{
  border-left-color: rgb(5 150 105 / 0.8);
  border-right-color: rgb(5 150 105 / 0.8);
}

.border-x-emerald-600\/85{
  border-left-color: rgb(5 150 105 / 0.85);
  border-right-color: rgb(5 150 105 / 0.85);
}

.border-x-emerald-600\/90{
  border-left-color: rgb(5 150 105 / 0.9);
  border-right-color: rgb(5 150 105 / 0.9);
}

.border-x-emerald-600\/95{
  border-left-color: rgb(5 150 105 / 0.95);
  border-right-color: rgb(5 150 105 / 0.95);
}

.border-x-emerald-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(4 120 87 / 0.15);
  border-right-color: rgb(4 120 87 / 0.15);
}

.border-x-emerald-700\/20{
  border-left-color: rgb(4 120 87 / 0.2);
  border-right-color: rgb(4 120 87 / 0.2);
}

.border-x-emerald-700\/25{
  border-left-color: rgb(4 120 87 / 0.25);
  border-right-color: rgb(4 120 87 / 0.25);
}

.border-x-emerald-700\/30{
  border-left-color: rgb(4 120 87 / 0.3);
  border-right-color: rgb(4 120 87 / 0.3);
}

.border-x-emerald-700\/35{
  border-left-color: rgb(4 120 87 / 0.35);
  border-right-color: rgb(4 120 87 / 0.35);
}

.border-x-emerald-700\/40{
  border-left-color: rgb(4 120 87 / 0.4);
  border-right-color: rgb(4 120 87 / 0.4);
}

.border-x-emerald-700\/45{
  border-left-color: rgb(4 120 87 / 0.45);
  border-right-color: rgb(4 120 87 / 0.45);
}

.border-x-emerald-700\/5{
  border-left-color: rgb(4 120 87 / 0.05);
  border-right-color: rgb(4 120 87 / 0.05);
}

.border-x-emerald-700\/50{
  border-left-color: rgb(4 120 87 / 0.5);
  border-right-color: rgb(4 120 87 / 0.5);
}

.border-x-emerald-700\/55{
  border-left-color: rgb(4 120 87 / 0.55);
  border-right-color: rgb(4 120 87 / 0.55);
}

.border-x-emerald-700\/60{
  border-left-color: rgb(4 120 87 / 0.6);
  border-right-color: rgb(4 120 87 / 0.6);
}

.border-x-emerald-700\/65{
  border-left-color: rgb(4 120 87 / 0.65);
  border-right-color: rgb(4 120 87 / 0.65);
}

.border-x-emerald-700\/70{
  border-left-color: rgb(4 120 87 / 0.7);
  border-right-color: rgb(4 120 87 / 0.7);
}

.border-x-emerald-700\/75{
  border-left-color: rgb(4 120 87 / 0.75);
  border-right-color: rgb(4 120 87 / 0.75);
}

.border-x-emerald-700\/80{
  border-left-color: rgb(4 120 87 / 0.8);
  border-right-color: rgb(4 120 87 / 0.8);
}

.border-x-emerald-700\/85{
  border-left-color: rgb(4 120 87 / 0.85);
  border-right-color: rgb(4 120 87 / 0.85);
}

.border-x-emerald-700\/90{
  border-left-color: rgb(4 120 87 / 0.9);
  border-right-color: rgb(4 120 87 / 0.9);
}

.border-x-emerald-700\/95{
  border-left-color: rgb(4 120 87 / 0.95);
  border-right-color: rgb(4 120 87 / 0.95);
}

.border-x-emerald-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(6 95 70 / 0.15);
  border-right-color: rgb(6 95 70 / 0.15);
}

.border-x-emerald-800\/20{
  border-left-color: rgb(6 95 70 / 0.2);
  border-right-color: rgb(6 95 70 / 0.2);
}

.border-x-emerald-800\/25{
  border-left-color: rgb(6 95 70 / 0.25);
  border-right-color: rgb(6 95 70 / 0.25);
}

.border-x-emerald-800\/30{
  border-left-color: rgb(6 95 70 / 0.3);
  border-right-color: rgb(6 95 70 / 0.3);
}

.border-x-emerald-800\/35{
  border-left-color: rgb(6 95 70 / 0.35);
  border-right-color: rgb(6 95 70 / 0.35);
}

.border-x-emerald-800\/40{
  border-left-color: rgb(6 95 70 / 0.4);
  border-right-color: rgb(6 95 70 / 0.4);
}

.border-x-emerald-800\/45{
  border-left-color: rgb(6 95 70 / 0.45);
  border-right-color: rgb(6 95 70 / 0.45);
}

.border-x-emerald-800\/5{
  border-left-color: rgb(6 95 70 / 0.05);
  border-right-color: rgb(6 95 70 / 0.05);
}

.border-x-emerald-800\/50{
  border-left-color: rgb(6 95 70 / 0.5);
  border-right-color: rgb(6 95 70 / 0.5);
}

.border-x-emerald-800\/55{
  border-left-color: rgb(6 95 70 / 0.55);
  border-right-color: rgb(6 95 70 / 0.55);
}

.border-x-emerald-800\/60{
  border-left-color: rgb(6 95 70 / 0.6);
  border-right-color: rgb(6 95 70 / 0.6);
}

.border-x-emerald-800\/65{
  border-left-color: rgb(6 95 70 / 0.65);
  border-right-color: rgb(6 95 70 / 0.65);
}

.border-x-emerald-800\/70{
  border-left-color: rgb(6 95 70 / 0.7);
  border-right-color: rgb(6 95 70 / 0.7);
}

.border-x-emerald-800\/75{
  border-left-color: rgb(6 95 70 / 0.75);
  border-right-color: rgb(6 95 70 / 0.75);
}

.border-x-emerald-800\/80{
  border-left-color: rgb(6 95 70 / 0.8);
  border-right-color: rgb(6 95 70 / 0.8);
}

.border-x-emerald-800\/85{
  border-left-color: rgb(6 95 70 / 0.85);
  border-right-color: rgb(6 95 70 / 0.85);
}

.border-x-emerald-800\/90{
  border-left-color: rgb(6 95 70 / 0.9);
  border-right-color: rgb(6 95 70 / 0.9);
}

.border-x-emerald-800\/95{
  border-left-color: rgb(6 95 70 / 0.95);
  border-right-color: rgb(6 95 70 / 0.95);
}

.border-x-emerald-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(6 78 59 / 0.15);
  border-right-color: rgb(6 78 59 / 0.15);
}

.border-x-emerald-900\/20{
  border-left-color: rgb(6 78 59 / 0.2);
  border-right-color: rgb(6 78 59 / 0.2);
}

.border-x-emerald-900\/25{
  border-left-color: rgb(6 78 59 / 0.25);
  border-right-color: rgb(6 78 59 / 0.25);
}

.border-x-emerald-900\/30{
  border-left-color: rgb(6 78 59 / 0.3);
  border-right-color: rgb(6 78 59 / 0.3);
}

.border-x-emerald-900\/35{
  border-left-color: rgb(6 78 59 / 0.35);
  border-right-color: rgb(6 78 59 / 0.35);
}

.border-x-emerald-900\/40{
  border-left-color: rgb(6 78 59 / 0.4);
  border-right-color: rgb(6 78 59 / 0.4);
}

.border-x-emerald-900\/45{
  border-left-color: rgb(6 78 59 / 0.45);
  border-right-color: rgb(6 78 59 / 0.45);
}

.border-x-emerald-900\/5{
  border-left-color: rgb(6 78 59 / 0.05);
  border-right-color: rgb(6 78 59 / 0.05);
}

.border-x-emerald-900\/50{
  border-left-color: rgb(6 78 59 / 0.5);
  border-right-color: rgb(6 78 59 / 0.5);
}

.border-x-emerald-900\/55{
  border-left-color: rgb(6 78 59 / 0.55);
  border-right-color: rgb(6 78 59 / 0.55);
}

.border-x-emerald-900\/60{
  border-left-color: rgb(6 78 59 / 0.6);
  border-right-color: rgb(6 78 59 / 0.6);
}

.border-x-emerald-900\/65{
  border-left-color: rgb(6 78 59 / 0.65);
  border-right-color: rgb(6 78 59 / 0.65);
}

.border-x-emerald-900\/70{
  border-left-color: rgb(6 78 59 / 0.7);
  border-right-color: rgb(6 78 59 / 0.7);
}

.border-x-emerald-900\/75{
  border-left-color: rgb(6 78 59 / 0.75);
  border-right-color: rgb(6 78 59 / 0.75);
}

.border-x-emerald-900\/80{
  border-left-color: rgb(6 78 59 / 0.8);
  border-right-color: rgb(6 78 59 / 0.8);
}

.border-x-emerald-900\/85{
  border-left-color: rgb(6 78 59 / 0.85);
  border-right-color: rgb(6 78 59 / 0.85);
}

.border-x-emerald-900\/90{
  border-left-color: rgb(6 78 59 / 0.9);
  border-right-color: rgb(6 78 59 / 0.9);
}

.border-x-emerald-900\/95{
  border-left-color: rgb(6 78 59 / 0.95);
  border-right-color: rgb(6 78 59 / 0.95);
}

.border-x-emerald-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(2 44 34 / 0.15);
  border-right-color: rgb(2 44 34 / 0.15);
}

.border-x-emerald-950\/20{
  border-left-color: rgb(2 44 34 / 0.2);
  border-right-color: rgb(2 44 34 / 0.2);
}

.border-x-emerald-950\/25{
  border-left-color: rgb(2 44 34 / 0.25);
  border-right-color: rgb(2 44 34 / 0.25);
}

.border-x-emerald-950\/30{
  border-left-color: rgb(2 44 34 / 0.3);
  border-right-color: rgb(2 44 34 / 0.3);
}

.border-x-emerald-950\/35{
  border-left-color: rgb(2 44 34 / 0.35);
  border-right-color: rgb(2 44 34 / 0.35);
}

.border-x-emerald-950\/40{
  border-left-color: rgb(2 44 34 / 0.4);
  border-right-color: rgb(2 44 34 / 0.4);
}

.border-x-emerald-950\/45{
  border-left-color: rgb(2 44 34 / 0.45);
  border-right-color: rgb(2 44 34 / 0.45);
}

.border-x-emerald-950\/5{
  border-left-color: rgb(2 44 34 / 0.05);
  border-right-color: rgb(2 44 34 / 0.05);
}

.border-x-emerald-950\/50{
  border-left-color: rgb(2 44 34 / 0.5);
  border-right-color: rgb(2 44 34 / 0.5);
}

.border-x-emerald-950\/55{
  border-left-color: rgb(2 44 34 / 0.55);
  border-right-color: rgb(2 44 34 / 0.55);
}

.border-x-emerald-950\/60{
  border-left-color: rgb(2 44 34 / 0.6);
  border-right-color: rgb(2 44 34 / 0.6);
}

.border-x-emerald-950\/65{
  border-left-color: rgb(2 44 34 / 0.65);
  border-right-color: rgb(2 44 34 / 0.65);
}

.border-x-emerald-950\/70{
  border-left-color: rgb(2 44 34 / 0.7);
  border-right-color: rgb(2 44 34 / 0.7);
}

.border-x-emerald-950\/75{
  border-left-color: rgb(2 44 34 / 0.75);
  border-right-color: rgb(2 44 34 / 0.75);
}

.border-x-emerald-950\/80{
  border-left-color: rgb(2 44 34 / 0.8);
  border-right-color: rgb(2 44 34 / 0.8);
}

.border-x-emerald-950\/85{
  border-left-color: rgb(2 44 34 / 0.85);
  border-right-color: rgb(2 44 34 / 0.85);
}

.border-x-emerald-950\/90{
  border-left-color: rgb(2 44 34 / 0.9);
  border-right-color: rgb(2 44 34 / 0.9);
}

.border-x-emerald-950\/95{
  border-left-color: rgb(2 44 34 / 0.95);
  border-right-color: rgb(2 44 34 / 0.95);
}

.border-x-excel{
  --tw-border-opacity: 1;
  border-left-color: rgb(11 160 123 / var(--tw-border-opacity));
  border-right-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.border-x-excel-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 138 107 / var(--tw-border-opacity));
  border-right-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.border-x-excel-hover\/0{
  border-left-color: rgb(9 138 107 / 0);
  border-right-color: rgb(9 138 107 / 0);
}

.border-x-excel-hover\/10{
  border-left-color: rgb(9 138 107 / 0.1);
  border-right-color: rgb(9 138 107 / 0.1);
}

.border-x-excel-hover\/100{
  border-left-color: rgb(9 138 107 / 1);
  border-right-color: rgb(9 138 107 / 1);
}

.border-x-excel-hover\/15{
  border-left-color: rgb(9 138 107 / 0.15);
  border-right-color: rgb(9 138 107 / 0.15);
}

.border-x-excel-hover\/20{
  border-left-color: rgb(9 138 107 / 0.2);
  border-right-color: rgb(9 138 107 / 0.2);
}

.border-x-excel-hover\/25{
  border-left-color: rgb(9 138 107 / 0.25);
  border-right-color: rgb(9 138 107 / 0.25);
}

.border-x-excel-hover\/30{
  border-left-color: rgb(9 138 107 / 0.3);
  border-right-color: rgb(9 138 107 / 0.3);
}

.border-x-excel-hover\/35{
  border-left-color: rgb(9 138 107 / 0.35);
  border-right-color: rgb(9 138 107 / 0.35);
}

.border-x-excel-hover\/40{
  border-left-color: rgb(9 138 107 / 0.4);
  border-right-color: rgb(9 138 107 / 0.4);
}

.border-x-excel-hover\/45{
  border-left-color: rgb(9 138 107 / 0.45);
  border-right-color: rgb(9 138 107 / 0.45);
}

.border-x-excel-hover\/5{
  border-left-color: rgb(9 138 107 / 0.05);
  border-right-color: rgb(9 138 107 / 0.05);
}

.border-x-excel-hover\/50{
  border-left-color: rgb(9 138 107 / 0.5);
  border-right-color: rgb(9 138 107 / 0.5);
}

.border-x-excel-hover\/55{
  border-left-color: rgb(9 138 107 / 0.55);
  border-right-color: rgb(9 138 107 / 0.55);
}

.border-x-excel-hover\/60{
  border-left-color: rgb(9 138 107 / 0.6);
  border-right-color: rgb(9 138 107 / 0.6);
}

.border-x-excel-hover\/65{
  border-left-color: rgb(9 138 107 / 0.65);
  border-right-color: rgb(9 138 107 / 0.65);
}

.border-x-excel-hover\/70{
  border-left-color: rgb(9 138 107 / 0.7);
  border-right-color: rgb(9 138 107 / 0.7);
}

.border-x-excel-hover\/75{
  border-left-color: rgb(9 138 107 / 0.75);
  border-right-color: rgb(9 138 107 / 0.75);
}

.border-x-excel-hover\/80{
  border-left-color: rgb(9 138 107 / 0.8);
  border-right-color: rgb(9 138 107 / 0.8);
}

.border-x-excel-hover\/85{
  border-left-color: rgb(9 138 107 / 0.85);
  border-right-color: rgb(9 138 107 / 0.85);
}

.border-x-excel-hover\/90{
  border-left-color: rgb(9 138 107 / 0.9);
  border-right-color: rgb(9 138 107 / 0.9);
}

.border-x-excel-hover\/95{
  border-left-color: rgb(9 138 107 / 0.95);
  border-right-color: rgb(9 138 107 / 0.95);
}

.border-x-excel\/0{
  border-left-color: rgb(11 160 123 / 0);
  border-right-color: rgb(11 160 123 / 0);
}

.border-x-excel\/10{
  border-left-color: rgb(11 160 123 / 0.1);
  border-right-color: rgb(11 160 123 / 0.1);
}

.border-x-excel\/100{
  border-left-color: rgb(11 160 123 / 1);
  border-right-color: rgb(11 160 123 / 1);
}

.border-x-excel\/15{
  border-left-color: rgb(11 160 123 / 0.15);
  border-right-color: rgb(11 160 123 / 0.15);
}

.border-x-excel\/20{
  border-left-color: rgb(11 160 123 / 0.2);
  border-right-color: rgb(11 160 123 / 0.2);
}

.border-x-excel\/25{
  border-left-color: rgb(11 160 123 / 0.25);
  border-right-color: rgb(11 160 123 / 0.25);
}

.border-x-excel\/30{
  border-left-color: rgb(11 160 123 / 0.3);
  border-right-color: rgb(11 160 123 / 0.3);
}

.border-x-excel\/35{
  border-left-color: rgb(11 160 123 / 0.35);
  border-right-color: rgb(11 160 123 / 0.35);
}

.border-x-excel\/40{
  border-left-color: rgb(11 160 123 / 0.4);
  border-right-color: rgb(11 160 123 / 0.4);
}

.border-x-excel\/45{
  border-left-color: rgb(11 160 123 / 0.45);
  border-right-color: rgb(11 160 123 / 0.45);
}

.border-x-excel\/5{
  border-left-color: rgb(11 160 123 / 0.05);
  border-right-color: rgb(11 160 123 / 0.05);
}

.border-x-excel\/50{
  border-left-color: rgb(11 160 123 / 0.5);
  border-right-color: rgb(11 160 123 / 0.5);
}

.border-x-excel\/55{
  border-left-color: rgb(11 160 123 / 0.55);
  border-right-color: rgb(11 160 123 / 0.55);
}

.border-x-excel\/60{
  border-left-color: rgb(11 160 123 / 0.6);
  border-right-color: rgb(11 160 123 / 0.6);
}

.border-x-excel\/65{
  border-left-color: rgb(11 160 123 / 0.65);
  border-right-color: rgb(11 160 123 / 0.65);
}

.border-x-excel\/70{
  border-left-color: rgb(11 160 123 / 0.7);
  border-right-color: rgb(11 160 123 / 0.7);
}

.border-x-excel\/75{
  border-left-color: rgb(11 160 123 / 0.75);
  border-right-color: rgb(11 160 123 / 0.75);
}

.border-x-excel\/80{
  border-left-color: rgb(11 160 123 / 0.8);
  border-right-color: rgb(11 160 123 / 0.8);
}

.border-x-excel\/85{
  border-left-color: rgb(11 160 123 / 0.85);
  border-right-color: rgb(11 160 123 / 0.85);
}

.border-x-excel\/90{
  border-left-color: rgb(11 160 123 / 0.9);
  border-right-color: rgb(11 160 123 / 0.9);
}

.border-x-excel\/95{
  border-left-color: rgb(11 160 123 / 0.95);
  border-right-color: rgb(11 160 123 / 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\/15{
  border-left-color: rgb(250 232 255 / 0.15);
  border-right-color: rgb(250 232 255 / 0.15);
}

.border-x-fuchsia-100\/20{
  border-left-color: rgb(250 232 255 / 0.2);
  border-right-color: rgb(250 232 255 / 0.2);
}

.border-x-fuchsia-100\/25{
  border-left-color: rgb(250 232 255 / 0.25);
  border-right-color: rgb(250 232 255 / 0.25);
}

.border-x-fuchsia-100\/30{
  border-left-color: rgb(250 232 255 / 0.3);
  border-right-color: rgb(250 232 255 / 0.3);
}

.border-x-fuchsia-100\/35{
  border-left-color: rgb(250 232 255 / 0.35);
  border-right-color: rgb(250 232 255 / 0.35);
}

.border-x-fuchsia-100\/40{
  border-left-color: rgb(250 232 255 / 0.4);
  border-right-color: rgb(250 232 255 / 0.4);
}

.border-x-fuchsia-100\/45{
  border-left-color: rgb(250 232 255 / 0.45);
  border-right-color: rgb(250 232 255 / 0.45);
}

.border-x-fuchsia-100\/5{
  border-left-color: rgb(250 232 255 / 0.05);
  border-right-color: rgb(250 232 255 / 0.05);
}

.border-x-fuchsia-100\/50{
  border-left-color: rgb(250 232 255 / 0.5);
  border-right-color: rgb(250 232 255 / 0.5);
}

.border-x-fuchsia-100\/55{
  border-left-color: rgb(250 232 255 / 0.55);
  border-right-color: rgb(250 232 255 / 0.55);
}

.border-x-fuchsia-100\/60{
  border-left-color: rgb(250 232 255 / 0.6);
  border-right-color: rgb(250 232 255 / 0.6);
}

.border-x-fuchsia-100\/65{
  border-left-color: rgb(250 232 255 / 0.65);
  border-right-color: rgb(250 232 255 / 0.65);
}

.border-x-fuchsia-100\/70{
  border-left-color: rgb(250 232 255 / 0.7);
  border-right-color: rgb(250 232 255 / 0.7);
}

.border-x-fuchsia-100\/75{
  border-left-color: rgb(250 232 255 / 0.75);
  border-right-color: rgb(250 232 255 / 0.75);
}

.border-x-fuchsia-100\/80{
  border-left-color: rgb(250 232 255 / 0.8);
  border-right-color: rgb(250 232 255 / 0.8);
}

.border-x-fuchsia-100\/85{
  border-left-color: rgb(250 232 255 / 0.85);
  border-right-color: rgb(250 232 255 / 0.85);
}

.border-x-fuchsia-100\/90{
  border-left-color: rgb(250 232 255 / 0.9);
  border-right-color: rgb(250 232 255 / 0.9);
}

.border-x-fuchsia-100\/95{
  border-left-color: rgb(250 232 255 / 0.95);
  border-right-color: rgb(250 232 255 / 0.95);
}

.border-x-fuchsia-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(245 208 254 / 0.15);
  border-right-color: rgb(245 208 254 / 0.15);
}

.border-x-fuchsia-200\/20{
  border-left-color: rgb(245 208 254 / 0.2);
  border-right-color: rgb(245 208 254 / 0.2);
}

.border-x-fuchsia-200\/25{
  border-left-color: rgb(245 208 254 / 0.25);
  border-right-color: rgb(245 208 254 / 0.25);
}

.border-x-fuchsia-200\/30{
  border-left-color: rgb(245 208 254 / 0.3);
  border-right-color: rgb(245 208 254 / 0.3);
}

.border-x-fuchsia-200\/35{
  border-left-color: rgb(245 208 254 / 0.35);
  border-right-color: rgb(245 208 254 / 0.35);
}

.border-x-fuchsia-200\/40{
  border-left-color: rgb(245 208 254 / 0.4);
  border-right-color: rgb(245 208 254 / 0.4);
}

.border-x-fuchsia-200\/45{
  border-left-color: rgb(245 208 254 / 0.45);
  border-right-color: rgb(245 208 254 / 0.45);
}

.border-x-fuchsia-200\/5{
  border-left-color: rgb(245 208 254 / 0.05);
  border-right-color: rgb(245 208 254 / 0.05);
}

.border-x-fuchsia-200\/50{
  border-left-color: rgb(245 208 254 / 0.5);
  border-right-color: rgb(245 208 254 / 0.5);
}

.border-x-fuchsia-200\/55{
  border-left-color: rgb(245 208 254 / 0.55);
  border-right-color: rgb(245 208 254 / 0.55);
}

.border-x-fuchsia-200\/60{
  border-left-color: rgb(245 208 254 / 0.6);
  border-right-color: rgb(245 208 254 / 0.6);
}

.border-x-fuchsia-200\/65{
  border-left-color: rgb(245 208 254 / 0.65);
  border-right-color: rgb(245 208 254 / 0.65);
}

.border-x-fuchsia-200\/70{
  border-left-color: rgb(245 208 254 / 0.7);
  border-right-color: rgb(245 208 254 / 0.7);
}

.border-x-fuchsia-200\/75{
  border-left-color: rgb(245 208 254 / 0.75);
  border-right-color: rgb(245 208 254 / 0.75);
}

.border-x-fuchsia-200\/80{
  border-left-color: rgb(245 208 254 / 0.8);
  border-right-color: rgb(245 208 254 / 0.8);
}

.border-x-fuchsia-200\/85{
  border-left-color: rgb(245 208 254 / 0.85);
  border-right-color: rgb(245 208 254 / 0.85);
}

.border-x-fuchsia-200\/90{
  border-left-color: rgb(245 208 254 / 0.9);
  border-right-color: rgb(245 208 254 / 0.9);
}

.border-x-fuchsia-200\/95{
  border-left-color: rgb(245 208 254 / 0.95);
  border-right-color: rgb(245 208 254 / 0.95);
}

.border-x-fuchsia-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(240 171 252 / 0.15);
  border-right-color: rgb(240 171 252 / 0.15);
}

.border-x-fuchsia-300\/20{
  border-left-color: rgb(240 171 252 / 0.2);
  border-right-color: rgb(240 171 252 / 0.2);
}

.border-x-fuchsia-300\/25{
  border-left-color: rgb(240 171 252 / 0.25);
  border-right-color: rgb(240 171 252 / 0.25);
}

.border-x-fuchsia-300\/30{
  border-left-color: rgb(240 171 252 / 0.3);
  border-right-color: rgb(240 171 252 / 0.3);
}

.border-x-fuchsia-300\/35{
  border-left-color: rgb(240 171 252 / 0.35);
  border-right-color: rgb(240 171 252 / 0.35);
}

.border-x-fuchsia-300\/40{
  border-left-color: rgb(240 171 252 / 0.4);
  border-right-color: rgb(240 171 252 / 0.4);
}

.border-x-fuchsia-300\/45{
  border-left-color: rgb(240 171 252 / 0.45);
  border-right-color: rgb(240 171 252 / 0.45);
}

.border-x-fuchsia-300\/5{
  border-left-color: rgb(240 171 252 / 0.05);
  border-right-color: rgb(240 171 252 / 0.05);
}

.border-x-fuchsia-300\/50{
  border-left-color: rgb(240 171 252 / 0.5);
  border-right-color: rgb(240 171 252 / 0.5);
}

.border-x-fuchsia-300\/55{
  border-left-color: rgb(240 171 252 / 0.55);
  border-right-color: rgb(240 171 252 / 0.55);
}

.border-x-fuchsia-300\/60{
  border-left-color: rgb(240 171 252 / 0.6);
  border-right-color: rgb(240 171 252 / 0.6);
}

.border-x-fuchsia-300\/65{
  border-left-color: rgb(240 171 252 / 0.65);
  border-right-color: rgb(240 171 252 / 0.65);
}

.border-x-fuchsia-300\/70{
  border-left-color: rgb(240 171 252 / 0.7);
  border-right-color: rgb(240 171 252 / 0.7);
}

.border-x-fuchsia-300\/75{
  border-left-color: rgb(240 171 252 / 0.75);
  border-right-color: rgb(240 171 252 / 0.75);
}

.border-x-fuchsia-300\/80{
  border-left-color: rgb(240 171 252 / 0.8);
  border-right-color: rgb(240 171 252 / 0.8);
}

.border-x-fuchsia-300\/85{
  border-left-color: rgb(240 171 252 / 0.85);
  border-right-color: rgb(240 171 252 / 0.85);
}

.border-x-fuchsia-300\/90{
  border-left-color: rgb(240 171 252 / 0.9);
  border-right-color: rgb(240 171 252 / 0.9);
}

.border-x-fuchsia-300\/95{
  border-left-color: rgb(240 171 252 / 0.95);
  border-right-color: rgb(240 171 252 / 0.95);
}

.border-x-fuchsia-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(232 121 249 / 0.15);
  border-right-color: rgb(232 121 249 / 0.15);
}

.border-x-fuchsia-400\/20{
  border-left-color: rgb(232 121 249 / 0.2);
  border-right-color: rgb(232 121 249 / 0.2);
}

.border-x-fuchsia-400\/25{
  border-left-color: rgb(232 121 249 / 0.25);
  border-right-color: rgb(232 121 249 / 0.25);
}

.border-x-fuchsia-400\/30{
  border-left-color: rgb(232 121 249 / 0.3);
  border-right-color: rgb(232 121 249 / 0.3);
}

.border-x-fuchsia-400\/35{
  border-left-color: rgb(232 121 249 / 0.35);
  border-right-color: rgb(232 121 249 / 0.35);
}

.border-x-fuchsia-400\/40{
  border-left-color: rgb(232 121 249 / 0.4);
  border-right-color: rgb(232 121 249 / 0.4);
}

.border-x-fuchsia-400\/45{
  border-left-color: rgb(232 121 249 / 0.45);
  border-right-color: rgb(232 121 249 / 0.45);
}

.border-x-fuchsia-400\/5{
  border-left-color: rgb(232 121 249 / 0.05);
  border-right-color: rgb(232 121 249 / 0.05);
}

.border-x-fuchsia-400\/50{
  border-left-color: rgb(232 121 249 / 0.5);
  border-right-color: rgb(232 121 249 / 0.5);
}

.border-x-fuchsia-400\/55{
  border-left-color: rgb(232 121 249 / 0.55);
  border-right-color: rgb(232 121 249 / 0.55);
}

.border-x-fuchsia-400\/60{
  border-left-color: rgb(232 121 249 / 0.6);
  border-right-color: rgb(232 121 249 / 0.6);
}

.border-x-fuchsia-400\/65{
  border-left-color: rgb(232 121 249 / 0.65);
  border-right-color: rgb(232 121 249 / 0.65);
}

.border-x-fuchsia-400\/70{
  border-left-color: rgb(232 121 249 / 0.7);
  border-right-color: rgb(232 121 249 / 0.7);
}

.border-x-fuchsia-400\/75{
  border-left-color: rgb(232 121 249 / 0.75);
  border-right-color: rgb(232 121 249 / 0.75);
}

.border-x-fuchsia-400\/80{
  border-left-color: rgb(232 121 249 / 0.8);
  border-right-color: rgb(232 121 249 / 0.8);
}

.border-x-fuchsia-400\/85{
  border-left-color: rgb(232 121 249 / 0.85);
  border-right-color: rgb(232 121 249 / 0.85);
}

.border-x-fuchsia-400\/90{
  border-left-color: rgb(232 121 249 / 0.9);
  border-right-color: rgb(232 121 249 / 0.9);
}

.border-x-fuchsia-400\/95{
  border-left-color: rgb(232 121 249 / 0.95);
  border-right-color: rgb(232 121 249 / 0.95);
}

.border-x-fuchsia-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(253 244 255 / 0.15);
  border-right-color: rgb(253 244 255 / 0.15);
}

.border-x-fuchsia-50\/20{
  border-left-color: rgb(253 244 255 / 0.2);
  border-right-color: rgb(253 244 255 / 0.2);
}

.border-x-fuchsia-50\/25{
  border-left-color: rgb(253 244 255 / 0.25);
  border-right-color: rgb(253 244 255 / 0.25);
}

.border-x-fuchsia-50\/30{
  border-left-color: rgb(253 244 255 / 0.3);
  border-right-color: rgb(253 244 255 / 0.3);
}

.border-x-fuchsia-50\/35{
  border-left-color: rgb(253 244 255 / 0.35);
  border-right-color: rgb(253 244 255 / 0.35);
}

.border-x-fuchsia-50\/40{
  border-left-color: rgb(253 244 255 / 0.4);
  border-right-color: rgb(253 244 255 / 0.4);
}

.border-x-fuchsia-50\/45{
  border-left-color: rgb(253 244 255 / 0.45);
  border-right-color: rgb(253 244 255 / 0.45);
}

.border-x-fuchsia-50\/5{
  border-left-color: rgb(253 244 255 / 0.05);
  border-right-color: rgb(253 244 255 / 0.05);
}

.border-x-fuchsia-50\/50{
  border-left-color: rgb(253 244 255 / 0.5);
  border-right-color: rgb(253 244 255 / 0.5);
}

.border-x-fuchsia-50\/55{
  border-left-color: rgb(253 244 255 / 0.55);
  border-right-color: rgb(253 244 255 / 0.55);
}

.border-x-fuchsia-50\/60{
  border-left-color: rgb(253 244 255 / 0.6);
  border-right-color: rgb(253 244 255 / 0.6);
}

.border-x-fuchsia-50\/65{
  border-left-color: rgb(253 244 255 / 0.65);
  border-right-color: rgb(253 244 255 / 0.65);
}

.border-x-fuchsia-50\/70{
  border-left-color: rgb(253 244 255 / 0.7);
  border-right-color: rgb(253 244 255 / 0.7);
}

.border-x-fuchsia-50\/75{
  border-left-color: rgb(253 244 255 / 0.75);
  border-right-color: rgb(253 244 255 / 0.75);
}

.border-x-fuchsia-50\/80{
  border-left-color: rgb(253 244 255 / 0.8);
  border-right-color: rgb(253 244 255 / 0.8);
}

.border-x-fuchsia-50\/85{
  border-left-color: rgb(253 244 255 / 0.85);
  border-right-color: rgb(253 244 255 / 0.85);
}

.border-x-fuchsia-50\/90{
  border-left-color: rgb(253 244 255 / 0.9);
  border-right-color: rgb(253 244 255 / 0.9);
}

.border-x-fuchsia-50\/95{
  border-left-color: rgb(253 244 255 / 0.95);
  border-right-color: rgb(253 244 255 / 0.95);
}

.border-x-fuchsia-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(217 70 239 / 0.15);
  border-right-color: rgb(217 70 239 / 0.15);
}

.border-x-fuchsia-500\/20{
  border-left-color: rgb(217 70 239 / 0.2);
  border-right-color: rgb(217 70 239 / 0.2);
}

.border-x-fuchsia-500\/25{
  border-left-color: rgb(217 70 239 / 0.25);
  border-right-color: rgb(217 70 239 / 0.25);
}

.border-x-fuchsia-500\/30{
  border-left-color: rgb(217 70 239 / 0.3);
  border-right-color: rgb(217 70 239 / 0.3);
}

.border-x-fuchsia-500\/35{
  border-left-color: rgb(217 70 239 / 0.35);
  border-right-color: rgb(217 70 239 / 0.35);
}

.border-x-fuchsia-500\/40{
  border-left-color: rgb(217 70 239 / 0.4);
  border-right-color: rgb(217 70 239 / 0.4);
}

.border-x-fuchsia-500\/45{
  border-left-color: rgb(217 70 239 / 0.45);
  border-right-color: rgb(217 70 239 / 0.45);
}

.border-x-fuchsia-500\/5{
  border-left-color: rgb(217 70 239 / 0.05);
  border-right-color: rgb(217 70 239 / 0.05);
}

.border-x-fuchsia-500\/50{
  border-left-color: rgb(217 70 239 / 0.5);
  border-right-color: rgb(217 70 239 / 0.5);
}

.border-x-fuchsia-500\/55{
  border-left-color: rgb(217 70 239 / 0.55);
  border-right-color: rgb(217 70 239 / 0.55);
}

.border-x-fuchsia-500\/60{
  border-left-color: rgb(217 70 239 / 0.6);
  border-right-color: rgb(217 70 239 / 0.6);
}

.border-x-fuchsia-500\/65{
  border-left-color: rgb(217 70 239 / 0.65);
  border-right-color: rgb(217 70 239 / 0.65);
}

.border-x-fuchsia-500\/70{
  border-left-color: rgb(217 70 239 / 0.7);
  border-right-color: rgb(217 70 239 / 0.7);
}

.border-x-fuchsia-500\/75{
  border-left-color: rgb(217 70 239 / 0.75);
  border-right-color: rgb(217 70 239 / 0.75);
}

.border-x-fuchsia-500\/80{
  border-left-color: rgb(217 70 239 / 0.8);
  border-right-color: rgb(217 70 239 / 0.8);
}

.border-x-fuchsia-500\/85{
  border-left-color: rgb(217 70 239 / 0.85);
  border-right-color: rgb(217 70 239 / 0.85);
}

.border-x-fuchsia-500\/90{
  border-left-color: rgb(217 70 239 / 0.9);
  border-right-color: rgb(217 70 239 / 0.9);
}

.border-x-fuchsia-500\/95{
  border-left-color: rgb(217 70 239 / 0.95);
  border-right-color: rgb(217 70 239 / 0.95);
}

.border-x-fuchsia-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(192 38 211 / 0.15);
  border-right-color: rgb(192 38 211 / 0.15);
}

.border-x-fuchsia-600\/20{
  border-left-color: rgb(192 38 211 / 0.2);
  border-right-color: rgb(192 38 211 / 0.2);
}

.border-x-fuchsia-600\/25{
  border-left-color: rgb(192 38 211 / 0.25);
  border-right-color: rgb(192 38 211 / 0.25);
}

.border-x-fuchsia-600\/30{
  border-left-color: rgb(192 38 211 / 0.3);
  border-right-color: rgb(192 38 211 / 0.3);
}

.border-x-fuchsia-600\/35{
  border-left-color: rgb(192 38 211 / 0.35);
  border-right-color: rgb(192 38 211 / 0.35);
}

.border-x-fuchsia-600\/40{
  border-left-color: rgb(192 38 211 / 0.4);
  border-right-color: rgb(192 38 211 / 0.4);
}

.border-x-fuchsia-600\/45{
  border-left-color: rgb(192 38 211 / 0.45);
  border-right-color: rgb(192 38 211 / 0.45);
}

.border-x-fuchsia-600\/5{
  border-left-color: rgb(192 38 211 / 0.05);
  border-right-color: rgb(192 38 211 / 0.05);
}

.border-x-fuchsia-600\/50{
  border-left-color: rgb(192 38 211 / 0.5);
  border-right-color: rgb(192 38 211 / 0.5);
}

.border-x-fuchsia-600\/55{
  border-left-color: rgb(192 38 211 / 0.55);
  border-right-color: rgb(192 38 211 / 0.55);
}

.border-x-fuchsia-600\/60{
  border-left-color: rgb(192 38 211 / 0.6);
  border-right-color: rgb(192 38 211 / 0.6);
}

.border-x-fuchsia-600\/65{
  border-left-color: rgb(192 38 211 / 0.65);
  border-right-color: rgb(192 38 211 / 0.65);
}

.border-x-fuchsia-600\/70{
  border-left-color: rgb(192 38 211 / 0.7);
  border-right-color: rgb(192 38 211 / 0.7);
}

.border-x-fuchsia-600\/75{
  border-left-color: rgb(192 38 211 / 0.75);
  border-right-color: rgb(192 38 211 / 0.75);
}

.border-x-fuchsia-600\/80{
  border-left-color: rgb(192 38 211 / 0.8);
  border-right-color: rgb(192 38 211 / 0.8);
}

.border-x-fuchsia-600\/85{
  border-left-color: rgb(192 38 211 / 0.85);
  border-right-color: rgb(192 38 211 / 0.85);
}

.border-x-fuchsia-600\/90{
  border-left-color: rgb(192 38 211 / 0.9);
  border-right-color: rgb(192 38 211 / 0.9);
}

.border-x-fuchsia-600\/95{
  border-left-color: rgb(192 38 211 / 0.95);
  border-right-color: rgb(192 38 211 / 0.95);
}

.border-x-fuchsia-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(162 28 175 / 0.15);
  border-right-color: rgb(162 28 175 / 0.15);
}

.border-x-fuchsia-700\/20{
  border-left-color: rgb(162 28 175 / 0.2);
  border-right-color: rgb(162 28 175 / 0.2);
}

.border-x-fuchsia-700\/25{
  border-left-color: rgb(162 28 175 / 0.25);
  border-right-color: rgb(162 28 175 / 0.25);
}

.border-x-fuchsia-700\/30{
  border-left-color: rgb(162 28 175 / 0.3);
  border-right-color: rgb(162 28 175 / 0.3);
}

.border-x-fuchsia-700\/35{
  border-left-color: rgb(162 28 175 / 0.35);
  border-right-color: rgb(162 28 175 / 0.35);
}

.border-x-fuchsia-700\/40{
  border-left-color: rgb(162 28 175 / 0.4);
  border-right-color: rgb(162 28 175 / 0.4);
}

.border-x-fuchsia-700\/45{
  border-left-color: rgb(162 28 175 / 0.45);
  border-right-color: rgb(162 28 175 / 0.45);
}

.border-x-fuchsia-700\/5{
  border-left-color: rgb(162 28 175 / 0.05);
  border-right-color: rgb(162 28 175 / 0.05);
}

.border-x-fuchsia-700\/50{
  border-left-color: rgb(162 28 175 / 0.5);
  border-right-color: rgb(162 28 175 / 0.5);
}

.border-x-fuchsia-700\/55{
  border-left-color: rgb(162 28 175 / 0.55);
  border-right-color: rgb(162 28 175 / 0.55);
}

.border-x-fuchsia-700\/60{
  border-left-color: rgb(162 28 175 / 0.6);
  border-right-color: rgb(162 28 175 / 0.6);
}

.border-x-fuchsia-700\/65{
  border-left-color: rgb(162 28 175 / 0.65);
  border-right-color: rgb(162 28 175 / 0.65);
}

.border-x-fuchsia-700\/70{
  border-left-color: rgb(162 28 175 / 0.7);
  border-right-color: rgb(162 28 175 / 0.7);
}

.border-x-fuchsia-700\/75{
  border-left-color: rgb(162 28 175 / 0.75);
  border-right-color: rgb(162 28 175 / 0.75);
}

.border-x-fuchsia-700\/80{
  border-left-color: rgb(162 28 175 / 0.8);
  border-right-color: rgb(162 28 175 / 0.8);
}

.border-x-fuchsia-700\/85{
  border-left-color: rgb(162 28 175 / 0.85);
  border-right-color: rgb(162 28 175 / 0.85);
}

.border-x-fuchsia-700\/90{
  border-left-color: rgb(162 28 175 / 0.9);
  border-right-color: rgb(162 28 175 / 0.9);
}

.border-x-fuchsia-700\/95{
  border-left-color: rgb(162 28 175 / 0.95);
  border-right-color: rgb(162 28 175 / 0.95);
}

.border-x-fuchsia-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(134 25 143 / 0.15);
  border-right-color: rgb(134 25 143 / 0.15);
}

.border-x-fuchsia-800\/20{
  border-left-color: rgb(134 25 143 / 0.2);
  border-right-color: rgb(134 25 143 / 0.2);
}

.border-x-fuchsia-800\/25{
  border-left-color: rgb(134 25 143 / 0.25);
  border-right-color: rgb(134 25 143 / 0.25);
}

.border-x-fuchsia-800\/30{
  border-left-color: rgb(134 25 143 / 0.3);
  border-right-color: rgb(134 25 143 / 0.3);
}

.border-x-fuchsia-800\/35{
  border-left-color: rgb(134 25 143 / 0.35);
  border-right-color: rgb(134 25 143 / 0.35);
}

.border-x-fuchsia-800\/40{
  border-left-color: rgb(134 25 143 / 0.4);
  border-right-color: rgb(134 25 143 / 0.4);
}

.border-x-fuchsia-800\/45{
  border-left-color: rgb(134 25 143 / 0.45);
  border-right-color: rgb(134 25 143 / 0.45);
}

.border-x-fuchsia-800\/5{
  border-left-color: rgb(134 25 143 / 0.05);
  border-right-color: rgb(134 25 143 / 0.05);
}

.border-x-fuchsia-800\/50{
  border-left-color: rgb(134 25 143 / 0.5);
  border-right-color: rgb(134 25 143 / 0.5);
}

.border-x-fuchsia-800\/55{
  border-left-color: rgb(134 25 143 / 0.55);
  border-right-color: rgb(134 25 143 / 0.55);
}

.border-x-fuchsia-800\/60{
  border-left-color: rgb(134 25 143 / 0.6);
  border-right-color: rgb(134 25 143 / 0.6);
}

.border-x-fuchsia-800\/65{
  border-left-color: rgb(134 25 143 / 0.65);
  border-right-color: rgb(134 25 143 / 0.65);
}

.border-x-fuchsia-800\/70{
  border-left-color: rgb(134 25 143 / 0.7);
  border-right-color: rgb(134 25 143 / 0.7);
}

.border-x-fuchsia-800\/75{
  border-left-color: rgb(134 25 143 / 0.75);
  border-right-color: rgb(134 25 143 / 0.75);
}

.border-x-fuchsia-800\/80{
  border-left-color: rgb(134 25 143 / 0.8);
  border-right-color: rgb(134 25 143 / 0.8);
}

.border-x-fuchsia-800\/85{
  border-left-color: rgb(134 25 143 / 0.85);
  border-right-color: rgb(134 25 143 / 0.85);
}

.border-x-fuchsia-800\/90{
  border-left-color: rgb(134 25 143 / 0.9);
  border-right-color: rgb(134 25 143 / 0.9);
}

.border-x-fuchsia-800\/95{
  border-left-color: rgb(134 25 143 / 0.95);
  border-right-color: rgb(134 25 143 / 0.95);
}

.border-x-fuchsia-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(112 26 117 / 0.15);
  border-right-color: rgb(112 26 117 / 0.15);
}

.border-x-fuchsia-900\/20{
  border-left-color: rgb(112 26 117 / 0.2);
  border-right-color: rgb(112 26 117 / 0.2);
}

.border-x-fuchsia-900\/25{
  border-left-color: rgb(112 26 117 / 0.25);
  border-right-color: rgb(112 26 117 / 0.25);
}

.border-x-fuchsia-900\/30{
  border-left-color: rgb(112 26 117 / 0.3);
  border-right-color: rgb(112 26 117 / 0.3);
}

.border-x-fuchsia-900\/35{
  border-left-color: rgb(112 26 117 / 0.35);
  border-right-color: rgb(112 26 117 / 0.35);
}

.border-x-fuchsia-900\/40{
  border-left-color: rgb(112 26 117 / 0.4);
  border-right-color: rgb(112 26 117 / 0.4);
}

.border-x-fuchsia-900\/45{
  border-left-color: rgb(112 26 117 / 0.45);
  border-right-color: rgb(112 26 117 / 0.45);
}

.border-x-fuchsia-900\/5{
  border-left-color: rgb(112 26 117 / 0.05);
  border-right-color: rgb(112 26 117 / 0.05);
}

.border-x-fuchsia-900\/50{
  border-left-color: rgb(112 26 117 / 0.5);
  border-right-color: rgb(112 26 117 / 0.5);
}

.border-x-fuchsia-900\/55{
  border-left-color: rgb(112 26 117 / 0.55);
  border-right-color: rgb(112 26 117 / 0.55);
}

.border-x-fuchsia-900\/60{
  border-left-color: rgb(112 26 117 / 0.6);
  border-right-color: rgb(112 26 117 / 0.6);
}

.border-x-fuchsia-900\/65{
  border-left-color: rgb(112 26 117 / 0.65);
  border-right-color: rgb(112 26 117 / 0.65);
}

.border-x-fuchsia-900\/70{
  border-left-color: rgb(112 26 117 / 0.7);
  border-right-color: rgb(112 26 117 / 0.7);
}

.border-x-fuchsia-900\/75{
  border-left-color: rgb(112 26 117 / 0.75);
  border-right-color: rgb(112 26 117 / 0.75);
}

.border-x-fuchsia-900\/80{
  border-left-color: rgb(112 26 117 / 0.8);
  border-right-color: rgb(112 26 117 / 0.8);
}

.border-x-fuchsia-900\/85{
  border-left-color: rgb(112 26 117 / 0.85);
  border-right-color: rgb(112 26 117 / 0.85);
}

.border-x-fuchsia-900\/90{
  border-left-color: rgb(112 26 117 / 0.9);
  border-right-color: rgb(112 26 117 / 0.9);
}

.border-x-fuchsia-900\/95{
  border-left-color: rgb(112 26 117 / 0.95);
  border-right-color: rgb(112 26 117 / 0.95);
}

.border-x-fuchsia-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(74 4 78 / 0.15);
  border-right-color: rgb(74 4 78 / 0.15);
}

.border-x-fuchsia-950\/20{
  border-left-color: rgb(74 4 78 / 0.2);
  border-right-color: rgb(74 4 78 / 0.2);
}

.border-x-fuchsia-950\/25{
  border-left-color: rgb(74 4 78 / 0.25);
  border-right-color: rgb(74 4 78 / 0.25);
}

.border-x-fuchsia-950\/30{
  border-left-color: rgb(74 4 78 / 0.3);
  border-right-color: rgb(74 4 78 / 0.3);
}

.border-x-fuchsia-950\/35{
  border-left-color: rgb(74 4 78 / 0.35);
  border-right-color: rgb(74 4 78 / 0.35);
}

.border-x-fuchsia-950\/40{
  border-left-color: rgb(74 4 78 / 0.4);
  border-right-color: rgb(74 4 78 / 0.4);
}

.border-x-fuchsia-950\/45{
  border-left-color: rgb(74 4 78 / 0.45);
  border-right-color: rgb(74 4 78 / 0.45);
}

.border-x-fuchsia-950\/5{
  border-left-color: rgb(74 4 78 / 0.05);
  border-right-color: rgb(74 4 78 / 0.05);
}

.border-x-fuchsia-950\/50{
  border-left-color: rgb(74 4 78 / 0.5);
  border-right-color: rgb(74 4 78 / 0.5);
}

.border-x-fuchsia-950\/55{
  border-left-color: rgb(74 4 78 / 0.55);
  border-right-color: rgb(74 4 78 / 0.55);
}

.border-x-fuchsia-950\/60{
  border-left-color: rgb(74 4 78 / 0.6);
  border-right-color: rgb(74 4 78 / 0.6);
}

.border-x-fuchsia-950\/65{
  border-left-color: rgb(74 4 78 / 0.65);
  border-right-color: rgb(74 4 78 / 0.65);
}

.border-x-fuchsia-950\/70{
  border-left-color: rgb(74 4 78 / 0.7);
  border-right-color: rgb(74 4 78 / 0.7);
}

.border-x-fuchsia-950\/75{
  border-left-color: rgb(74 4 78 / 0.75);
  border-right-color: rgb(74 4 78 / 0.75);
}

.border-x-fuchsia-950\/80{
  border-left-color: rgb(74 4 78 / 0.8);
  border-right-color: rgb(74 4 78 / 0.8);
}

.border-x-fuchsia-950\/85{
  border-left-color: rgb(74 4 78 / 0.85);
  border-right-color: rgb(74 4 78 / 0.85);
}

.border-x-fuchsia-950\/90{
  border-left-color: rgb(74 4 78 / 0.9);
  border-right-color: rgb(74 4 78 / 0.9);
}

.border-x-fuchsia-950\/95{
  border-left-color: rgb(74 4 78 / 0.95);
  border-right-color: rgb(74 4 78 / 0.95);
}

.border-x-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(243 244 246 / 0.15);
  border-right-color: rgb(243 244 246 / 0.15);
}

.border-x-gray-100\/20{
  border-left-color: rgb(243 244 246 / 0.2);
  border-right-color: rgb(243 244 246 / 0.2);
}

.border-x-gray-100\/25{
  border-left-color: rgb(243 244 246 / 0.25);
  border-right-color: rgb(243 244 246 / 0.25);
}

.border-x-gray-100\/30{
  border-left-color: rgb(243 244 246 / 0.3);
  border-right-color: rgb(243 244 246 / 0.3);
}

.border-x-gray-100\/35{
  border-left-color: rgb(243 244 246 / 0.35);
  border-right-color: rgb(243 244 246 / 0.35);
}

.border-x-gray-100\/40{
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}

.border-x-gray-100\/45{
  border-left-color: rgb(243 244 246 / 0.45);
  border-right-color: rgb(243 244 246 / 0.45);
}

.border-x-gray-100\/5{
  border-left-color: rgb(243 244 246 / 0.05);
  border-right-color: rgb(243 244 246 / 0.05);
}

.border-x-gray-100\/50{
  border-left-color: rgb(243 244 246 / 0.5);
  border-right-color: rgb(243 244 246 / 0.5);
}

.border-x-gray-100\/55{
  border-left-color: rgb(243 244 246 / 0.55);
  border-right-color: rgb(243 244 246 / 0.55);
}

.border-x-gray-100\/60{
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}

.border-x-gray-100\/65{
  border-left-color: rgb(243 244 246 / 0.65);
  border-right-color: rgb(243 244 246 / 0.65);
}

.border-x-gray-100\/70{
  border-left-color: rgb(243 244 246 / 0.7);
  border-right-color: rgb(243 244 246 / 0.7);
}

.border-x-gray-100\/75{
  border-left-color: rgb(243 244 246 / 0.75);
  border-right-color: rgb(243 244 246 / 0.75);
}

.border-x-gray-100\/80{
  border-left-color: rgb(243 244 246 / 0.8);
  border-right-color: rgb(243 244 246 / 0.8);
}

.border-x-gray-100\/85{
  border-left-color: rgb(243 244 246 / 0.85);
  border-right-color: rgb(243 244 246 / 0.85);
}

.border-x-gray-100\/90{
  border-left-color: rgb(243 244 246 / 0.9);
  border-right-color: rgb(243 244 246 / 0.9);
}

.border-x-gray-100\/95{
  border-left-color: rgb(243 244 246 / 0.95);
  border-right-color: rgb(243 244 246 / 0.95);
}

.border-x-gray-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(229 231 235 / 0.15);
  border-right-color: rgb(229 231 235 / 0.15);
}

.border-x-gray-200\/20{
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}

.border-x-gray-200\/25{
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}

.border-x-gray-200\/30{
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}

.border-x-gray-200\/35{
  border-left-color: rgb(229 231 235 / 0.35);
  border-right-color: rgb(229 231 235 / 0.35);
}

.border-x-gray-200\/40{
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}

.border-x-gray-200\/45{
  border-left-color: rgb(229 231 235 / 0.45);
  border-right-color: rgb(229 231 235 / 0.45);
}

.border-x-gray-200\/5{
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}

.border-x-gray-200\/50{
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}

.border-x-gray-200\/55{
  border-left-color: rgb(229 231 235 / 0.55);
  border-right-color: rgb(229 231 235 / 0.55);
}

.border-x-gray-200\/60{
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}

.border-x-gray-200\/65{
  border-left-color: rgb(229 231 235 / 0.65);
  border-right-color: rgb(229 231 235 / 0.65);
}

.border-x-gray-200\/70{
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}

.border-x-gray-200\/75{
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}

.border-x-gray-200\/80{
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}

.border-x-gray-200\/85{
  border-left-color: rgb(229 231 235 / 0.85);
  border-right-color: rgb(229 231 235 / 0.85);
}

.border-x-gray-200\/90{
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}

.border-x-gray-200\/95{
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}

.border-x-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(209 213 219 / 0.15);
  border-right-color: rgb(209 213 219 / 0.15);
}

.border-x-gray-300\/20{
  border-left-color: rgb(209 213 219 / 0.2);
  border-right-color: rgb(209 213 219 / 0.2);
}

.border-x-gray-300\/25{
  border-left-color: rgb(209 213 219 / 0.25);
  border-right-color: rgb(209 213 219 / 0.25);
}

.border-x-gray-300\/30{
  border-left-color: rgb(209 213 219 / 0.3);
  border-right-color: rgb(209 213 219 / 0.3);
}

.border-x-gray-300\/35{
  border-left-color: rgb(209 213 219 / 0.35);
  border-right-color: rgb(209 213 219 / 0.35);
}

.border-x-gray-300\/40{
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}

.border-x-gray-300\/45{
  border-left-color: rgb(209 213 219 / 0.45);
  border-right-color: rgb(209 213 219 / 0.45);
}

.border-x-gray-300\/5{
  border-left-color: rgb(209 213 219 / 0.05);
  border-right-color: rgb(209 213 219 / 0.05);
}

.border-x-gray-300\/50{
  border-left-color: rgb(209 213 219 / 0.5);
  border-right-color: rgb(209 213 219 / 0.5);
}

.border-x-gray-300\/55{
  border-left-color: rgb(209 213 219 / 0.55);
  border-right-color: rgb(209 213 219 / 0.55);
}

.border-x-gray-300\/60{
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}

.border-x-gray-300\/65{
  border-left-color: rgb(209 213 219 / 0.65);
  border-right-color: rgb(209 213 219 / 0.65);
}

.border-x-gray-300\/70{
  border-left-color: rgb(209 213 219 / 0.7);
  border-right-color: rgb(209 213 219 / 0.7);
}

.border-x-gray-300\/75{
  border-left-color: rgb(209 213 219 / 0.75);
  border-right-color: rgb(209 213 219 / 0.75);
}

.border-x-gray-300\/80{
  border-left-color: rgb(209 213 219 / 0.8);
  border-right-color: rgb(209 213 219 / 0.8);
}

.border-x-gray-300\/85{
  border-left-color: rgb(209 213 219 / 0.85);
  border-right-color: rgb(209 213 219 / 0.85);
}

.border-x-gray-300\/90{
  border-left-color: rgb(209 213 219 / 0.9);
  border-right-color: rgb(209 213 219 / 0.9);
}

.border-x-gray-300\/95{
  border-left-color: rgb(209 213 219 / 0.95);
  border-right-color: rgb(209 213 219 / 0.95);
}

.border-x-gray-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(156 163 175 / 0.15);
  border-right-color: rgb(156 163 175 / 0.15);
}

.border-x-gray-400\/20{
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}

.border-x-gray-400\/25{
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}

.border-x-gray-400\/30{
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}

.border-x-gray-400\/35{
  border-left-color: rgb(156 163 175 / 0.35);
  border-right-color: rgb(156 163 175 / 0.35);
}

.border-x-gray-400\/40{
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}

.border-x-gray-400\/45{
  border-left-color: rgb(156 163 175 / 0.45);
  border-right-color: rgb(156 163 175 / 0.45);
}

.border-x-gray-400\/5{
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}

.border-x-gray-400\/50{
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}

.border-x-gray-400\/55{
  border-left-color: rgb(156 163 175 / 0.55);
  border-right-color: rgb(156 163 175 / 0.55);
}

.border-x-gray-400\/60{
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}

.border-x-gray-400\/65{
  border-left-color: rgb(156 163 175 / 0.65);
  border-right-color: rgb(156 163 175 / 0.65);
}

.border-x-gray-400\/70{
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}

.border-x-gray-400\/75{
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}

.border-x-gray-400\/80{
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}

.border-x-gray-400\/85{
  border-left-color: rgb(156 163 175 / 0.85);
  border-right-color: rgb(156 163 175 / 0.85);
}

.border-x-gray-400\/90{
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}

.border-x-gray-400\/95{
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}

.border-x-gray-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(249 250 251 / 0.15);
  border-right-color: rgb(249 250 251 / 0.15);
}

.border-x-gray-50\/20{
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}

.border-x-gray-50\/25{
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}

.border-x-gray-50\/30{
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}

.border-x-gray-50\/35{
  border-left-color: rgb(249 250 251 / 0.35);
  border-right-color: rgb(249 250 251 / 0.35);
}

.border-x-gray-50\/40{
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}

.border-x-gray-50\/45{
  border-left-color: rgb(249 250 251 / 0.45);
  border-right-color: rgb(249 250 251 / 0.45);
}

.border-x-gray-50\/5{
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}

.border-x-gray-50\/50{
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}

.border-x-gray-50\/55{
  border-left-color: rgb(249 250 251 / 0.55);
  border-right-color: rgb(249 250 251 / 0.55);
}

.border-x-gray-50\/60{
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}

.border-x-gray-50\/65{
  border-left-color: rgb(249 250 251 / 0.65);
  border-right-color: rgb(249 250 251 / 0.65);
}

.border-x-gray-50\/70{
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}

.border-x-gray-50\/75{
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}

.border-x-gray-50\/80{
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}

.border-x-gray-50\/85{
  border-left-color: rgb(249 250 251 / 0.85);
  border-right-color: rgb(249 250 251 / 0.85);
}

.border-x-gray-50\/90{
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}

.border-x-gray-50\/95{
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}

.border-x-gray-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(107 114 128 / 0.15);
  border-right-color: rgb(107 114 128 / 0.15);
}

.border-x-gray-500\/20{
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}

.border-x-gray-500\/25{
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}

.border-x-gray-500\/30{
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}

.border-x-gray-500\/35{
  border-left-color: rgb(107 114 128 / 0.35);
  border-right-color: rgb(107 114 128 / 0.35);
}

.border-x-gray-500\/40{
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}

.border-x-gray-500\/45{
  border-left-color: rgb(107 114 128 / 0.45);
  border-right-color: rgb(107 114 128 / 0.45);
}

.border-x-gray-500\/5{
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}

.border-x-gray-500\/50{
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}

.border-x-gray-500\/55{
  border-left-color: rgb(107 114 128 / 0.55);
  border-right-color: rgb(107 114 128 / 0.55);
}

.border-x-gray-500\/60{
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}

.border-x-gray-500\/65{
  border-left-color: rgb(107 114 128 / 0.65);
  border-right-color: rgb(107 114 128 / 0.65);
}

.border-x-gray-500\/70{
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}

.border-x-gray-500\/75{
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}

.border-x-gray-500\/80{
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}

.border-x-gray-500\/85{
  border-left-color: rgb(107 114 128 / 0.85);
  border-right-color: rgb(107 114 128 / 0.85);
}

.border-x-gray-500\/90{
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}

.border-x-gray-500\/95{
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}

.border-x-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(75 85 99 / 0.15);
  border-right-color: rgb(75 85 99 / 0.15);
}

.border-x-gray-600\/20{
  border-left-color: rgb(75 85 99 / 0.2);
  border-right-color: rgb(75 85 99 / 0.2);
}

.border-x-gray-600\/25{
  border-left-color: rgb(75 85 99 / 0.25);
  border-right-color: rgb(75 85 99 / 0.25);
}

.border-x-gray-600\/30{
  border-left-color: rgb(75 85 99 / 0.3);
  border-right-color: rgb(75 85 99 / 0.3);
}

.border-x-gray-600\/35{
  border-left-color: rgb(75 85 99 / 0.35);
  border-right-color: rgb(75 85 99 / 0.35);
}

.border-x-gray-600\/40{
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}

.border-x-gray-600\/45{
  border-left-color: rgb(75 85 99 / 0.45);
  border-right-color: rgb(75 85 99 / 0.45);
}

.border-x-gray-600\/5{
  border-left-color: rgb(75 85 99 / 0.05);
  border-right-color: rgb(75 85 99 / 0.05);
}

.border-x-gray-600\/50{
  border-left-color: rgb(75 85 99 / 0.5);
  border-right-color: rgb(75 85 99 / 0.5);
}

.border-x-gray-600\/55{
  border-left-color: rgb(75 85 99 / 0.55);
  border-right-color: rgb(75 85 99 / 0.55);
}

.border-x-gray-600\/60{
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}

.border-x-gray-600\/65{
  border-left-color: rgb(75 85 99 / 0.65);
  border-right-color: rgb(75 85 99 / 0.65);
}

.border-x-gray-600\/70{
  border-left-color: rgb(75 85 99 / 0.7);
  border-right-color: rgb(75 85 99 / 0.7);
}

.border-x-gray-600\/75{
  border-left-color: rgb(75 85 99 / 0.75);
  border-right-color: rgb(75 85 99 / 0.75);
}

.border-x-gray-600\/80{
  border-left-color: rgb(75 85 99 / 0.8);
  border-right-color: rgb(75 85 99 / 0.8);
}

.border-x-gray-600\/85{
  border-left-color: rgb(75 85 99 / 0.85);
  border-right-color: rgb(75 85 99 / 0.85);
}

.border-x-gray-600\/90{
  border-left-color: rgb(75 85 99 / 0.9);
  border-right-color: rgb(75 85 99 / 0.9);
}

.border-x-gray-600\/95{
  border-left-color: rgb(75 85 99 / 0.95);
  border-right-color: rgb(75 85 99 / 0.95);
}

.border-x-gray-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(55 65 81 / 0.15);
  border-right-color: rgb(55 65 81 / 0.15);
}

.border-x-gray-700\/20{
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}

.border-x-gray-700\/25{
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}

.border-x-gray-700\/30{
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}

.border-x-gray-700\/35{
  border-left-color: rgb(55 65 81 / 0.35);
  border-right-color: rgb(55 65 81 / 0.35);
}

.border-x-gray-700\/40{
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}

.border-x-gray-700\/45{
  border-left-color: rgb(55 65 81 / 0.45);
  border-right-color: rgb(55 65 81 / 0.45);
}

.border-x-gray-700\/5{
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}

.border-x-gray-700\/50{
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}

.border-x-gray-700\/55{
  border-left-color: rgb(55 65 81 / 0.55);
  border-right-color: rgb(55 65 81 / 0.55);
}

.border-x-gray-700\/60{
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}

.border-x-gray-700\/65{
  border-left-color: rgb(55 65 81 / 0.65);
  border-right-color: rgb(55 65 81 / 0.65);
}

.border-x-gray-700\/70{
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}

.border-x-gray-700\/75{
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}

.border-x-gray-700\/80{
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}

.border-x-gray-700\/85{
  border-left-color: rgb(55 65 81 / 0.85);
  border-right-color: rgb(55 65 81 / 0.85);
}

.border-x-gray-700\/90{
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}

.border-x-gray-700\/95{
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}

.border-x-gray-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(31 41 55 / 0.15);
  border-right-color: rgb(31 41 55 / 0.15);
}

.border-x-gray-800\/20{
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}

.border-x-gray-800\/25{
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}

.border-x-gray-800\/30{
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}

.border-x-gray-800\/35{
  border-left-color: rgb(31 41 55 / 0.35);
  border-right-color: rgb(31 41 55 / 0.35);
}

.border-x-gray-800\/40{
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}

.border-x-gray-800\/45{
  border-left-color: rgb(31 41 55 / 0.45);
  border-right-color: rgb(31 41 55 / 0.45);
}

.border-x-gray-800\/5{
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}

.border-x-gray-800\/50{
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}

.border-x-gray-800\/55{
  border-left-color: rgb(31 41 55 / 0.55);
  border-right-color: rgb(31 41 55 / 0.55);
}

.border-x-gray-800\/60{
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}

.border-x-gray-800\/65{
  border-left-color: rgb(31 41 55 / 0.65);
  border-right-color: rgb(31 41 55 / 0.65);
}

.border-x-gray-800\/70{
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}

.border-x-gray-800\/75{
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}

.border-x-gray-800\/80{
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}

.border-x-gray-800\/85{
  border-left-color: rgb(31 41 55 / 0.85);
  border-right-color: rgb(31 41 55 / 0.85);
}

.border-x-gray-800\/90{
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}

.border-x-gray-800\/95{
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}

.border-x-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(17 24 39 / 0.15);
  border-right-color: rgb(17 24 39 / 0.15);
}

.border-x-gray-900\/20{
  border-left-color: rgb(17 24 39 / 0.2);
  border-right-color: rgb(17 24 39 / 0.2);
}

.border-x-gray-900\/25{
  border-left-color: rgb(17 24 39 / 0.25);
  border-right-color: rgb(17 24 39 / 0.25);
}

.border-x-gray-900\/30{
  border-left-color: rgb(17 24 39 / 0.3);
  border-right-color: rgb(17 24 39 / 0.3);
}

.border-x-gray-900\/35{
  border-left-color: rgb(17 24 39 / 0.35);
  border-right-color: rgb(17 24 39 / 0.35);
}

.border-x-gray-900\/40{
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}

.border-x-gray-900\/45{
  border-left-color: rgb(17 24 39 / 0.45);
  border-right-color: rgb(17 24 39 / 0.45);
}

.border-x-gray-900\/5{
  border-left-color: rgb(17 24 39 / 0.05);
  border-right-color: rgb(17 24 39 / 0.05);
}

.border-x-gray-900\/50{
  border-left-color: rgb(17 24 39 / 0.5);
  border-right-color: rgb(17 24 39 / 0.5);
}

.border-x-gray-900\/55{
  border-left-color: rgb(17 24 39 / 0.55);
  border-right-color: rgb(17 24 39 / 0.55);
}

.border-x-gray-900\/60{
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}

.border-x-gray-900\/65{
  border-left-color: rgb(17 24 39 / 0.65);
  border-right-color: rgb(17 24 39 / 0.65);
}

.border-x-gray-900\/70{
  border-left-color: rgb(17 24 39 / 0.7);
  border-right-color: rgb(17 24 39 / 0.7);
}

.border-x-gray-900\/75{
  border-left-color: rgb(17 24 39 / 0.75);
  border-right-color: rgb(17 24 39 / 0.75);
}

.border-x-gray-900\/80{
  border-left-color: rgb(17 24 39 / 0.8);
  border-right-color: rgb(17 24 39 / 0.8);
}

.border-x-gray-900\/85{
  border-left-color: rgb(17 24 39 / 0.85);
  border-right-color: rgb(17 24 39 / 0.85);
}

.border-x-gray-900\/90{
  border-left-color: rgb(17 24 39 / 0.9);
  border-right-color: rgb(17 24 39 / 0.9);
}

.border-x-gray-900\/95{
  border-left-color: rgb(17 24 39 / 0.95);
  border-right-color: rgb(17 24 39 / 0.95);
}

.border-x-gray-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(3 7 18 / 0.15);
  border-right-color: rgb(3 7 18 / 0.15);
}

.border-x-gray-950\/20{
  border-left-color: rgb(3 7 18 / 0.2);
  border-right-color: rgb(3 7 18 / 0.2);
}

.border-x-gray-950\/25{
  border-left-color: rgb(3 7 18 / 0.25);
  border-right-color: rgb(3 7 18 / 0.25);
}

.border-x-gray-950\/30{
  border-left-color: rgb(3 7 18 / 0.3);
  border-right-color: rgb(3 7 18 / 0.3);
}

.border-x-gray-950\/35{
  border-left-color: rgb(3 7 18 / 0.35);
  border-right-color: rgb(3 7 18 / 0.35);
}

.border-x-gray-950\/40{
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}

.border-x-gray-950\/45{
  border-left-color: rgb(3 7 18 / 0.45);
  border-right-color: rgb(3 7 18 / 0.45);
}

.border-x-gray-950\/5{
  border-left-color: rgb(3 7 18 / 0.05);
  border-right-color: rgb(3 7 18 / 0.05);
}

.border-x-gray-950\/50{
  border-left-color: rgb(3 7 18 / 0.5);
  border-right-color: rgb(3 7 18 / 0.5);
}

.border-x-gray-950\/55{
  border-left-color: rgb(3 7 18 / 0.55);
  border-right-color: rgb(3 7 18 / 0.55);
}

.border-x-gray-950\/60{
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}

.border-x-gray-950\/65{
  border-left-color: rgb(3 7 18 / 0.65);
  border-right-color: rgb(3 7 18 / 0.65);
}

.border-x-gray-950\/70{
  border-left-color: rgb(3 7 18 / 0.7);
  border-right-color: rgb(3 7 18 / 0.7);
}

.border-x-gray-950\/75{
  border-left-color: rgb(3 7 18 / 0.75);
  border-right-color: rgb(3 7 18 / 0.75);
}

.border-x-gray-950\/80{
  border-left-color: rgb(3 7 18 / 0.8);
  border-right-color: rgb(3 7 18 / 0.8);
}

.border-x-gray-950\/85{
  border-left-color: rgb(3 7 18 / 0.85);
  border-right-color: rgb(3 7 18 / 0.85);
}

.border-x-gray-950\/90{
  border-left-color: rgb(3 7 18 / 0.9);
  border-right-color: rgb(3 7 18 / 0.9);
}

.border-x-gray-950\/95{
  border-left-color: rgb(3 7 18 / 0.95);
  border-right-color: rgb(3 7 18 / 0.95);
}

.border-x-green-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(220 252 231 / 0.15);
  border-right-color: rgb(220 252 231 / 0.15);
}

.border-x-green-100\/20{
  border-left-color: rgb(220 252 231 / 0.2);
  border-right-color: rgb(220 252 231 / 0.2);
}

.border-x-green-100\/25{
  border-left-color: rgb(220 252 231 / 0.25);
  border-right-color: rgb(220 252 231 / 0.25);
}

.border-x-green-100\/30{
  border-left-color: rgb(220 252 231 / 0.3);
  border-right-color: rgb(220 252 231 / 0.3);
}

.border-x-green-100\/35{
  border-left-color: rgb(220 252 231 / 0.35);
  border-right-color: rgb(220 252 231 / 0.35);
}

.border-x-green-100\/40{
  border-left-color: rgb(220 252 231 / 0.4);
  border-right-color: rgb(220 252 231 / 0.4);
}

.border-x-green-100\/45{
  border-left-color: rgb(220 252 231 / 0.45);
  border-right-color: rgb(220 252 231 / 0.45);
}

.border-x-green-100\/5{
  border-left-color: rgb(220 252 231 / 0.05);
  border-right-color: rgb(220 252 231 / 0.05);
}

.border-x-green-100\/50{
  border-left-color: rgb(220 252 231 / 0.5);
  border-right-color: rgb(220 252 231 / 0.5);
}

.border-x-green-100\/55{
  border-left-color: rgb(220 252 231 / 0.55);
  border-right-color: rgb(220 252 231 / 0.55);
}

.border-x-green-100\/60{
  border-left-color: rgb(220 252 231 / 0.6);
  border-right-color: rgb(220 252 231 / 0.6);
}

.border-x-green-100\/65{
  border-left-color: rgb(220 252 231 / 0.65);
  border-right-color: rgb(220 252 231 / 0.65);
}

.border-x-green-100\/70{
  border-left-color: rgb(220 252 231 / 0.7);
  border-right-color: rgb(220 252 231 / 0.7);
}

.border-x-green-100\/75{
  border-left-color: rgb(220 252 231 / 0.75);
  border-right-color: rgb(220 252 231 / 0.75);
}

.border-x-green-100\/80{
  border-left-color: rgb(220 252 231 / 0.8);
  border-right-color: rgb(220 252 231 / 0.8);
}

.border-x-green-100\/85{
  border-left-color: rgb(220 252 231 / 0.85);
  border-right-color: rgb(220 252 231 / 0.85);
}

.border-x-green-100\/90{
  border-left-color: rgb(220 252 231 / 0.9);
  border-right-color: rgb(220 252 231 / 0.9);
}

.border-x-green-100\/95{
  border-left-color: rgb(220 252 231 / 0.95);
  border-right-color: rgb(220 252 231 / 0.95);
}

.border-x-green-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(187 247 208 / 0.15);
  border-right-color: rgb(187 247 208 / 0.15);
}

.border-x-green-200\/20{
  border-left-color: rgb(187 247 208 / 0.2);
  border-right-color: rgb(187 247 208 / 0.2);
}

.border-x-green-200\/25{
  border-left-color: rgb(187 247 208 / 0.25);
  border-right-color: rgb(187 247 208 / 0.25);
}

.border-x-green-200\/30{
  border-left-color: rgb(187 247 208 / 0.3);
  border-right-color: rgb(187 247 208 / 0.3);
}

.border-x-green-200\/35{
  border-left-color: rgb(187 247 208 / 0.35);
  border-right-color: rgb(187 247 208 / 0.35);
}

.border-x-green-200\/40{
  border-left-color: rgb(187 247 208 / 0.4);
  border-right-color: rgb(187 247 208 / 0.4);
}

.border-x-green-200\/45{
  border-left-color: rgb(187 247 208 / 0.45);
  border-right-color: rgb(187 247 208 / 0.45);
}

.border-x-green-200\/5{
  border-left-color: rgb(187 247 208 / 0.05);
  border-right-color: rgb(187 247 208 / 0.05);
}

.border-x-green-200\/50{
  border-left-color: rgb(187 247 208 / 0.5);
  border-right-color: rgb(187 247 208 / 0.5);
}

.border-x-green-200\/55{
  border-left-color: rgb(187 247 208 / 0.55);
  border-right-color: rgb(187 247 208 / 0.55);
}

.border-x-green-200\/60{
  border-left-color: rgb(187 247 208 / 0.6);
  border-right-color: rgb(187 247 208 / 0.6);
}

.border-x-green-200\/65{
  border-left-color: rgb(187 247 208 / 0.65);
  border-right-color: rgb(187 247 208 / 0.65);
}

.border-x-green-200\/70{
  border-left-color: rgb(187 247 208 / 0.7);
  border-right-color: rgb(187 247 208 / 0.7);
}

.border-x-green-200\/75{
  border-left-color: rgb(187 247 208 / 0.75);
  border-right-color: rgb(187 247 208 / 0.75);
}

.border-x-green-200\/80{
  border-left-color: rgb(187 247 208 / 0.8);
  border-right-color: rgb(187 247 208 / 0.8);
}

.border-x-green-200\/85{
  border-left-color: rgb(187 247 208 / 0.85);
  border-right-color: rgb(187 247 208 / 0.85);
}

.border-x-green-200\/90{
  border-left-color: rgb(187 247 208 / 0.9);
  border-right-color: rgb(187 247 208 / 0.9);
}

.border-x-green-200\/95{
  border-left-color: rgb(187 247 208 / 0.95);
  border-right-color: rgb(187 247 208 / 0.95);
}

.border-x-green-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(134 239 172 / 0.15);
  border-right-color: rgb(134 239 172 / 0.15);
}

.border-x-green-300\/20{
  border-left-color: rgb(134 239 172 / 0.2);
  border-right-color: rgb(134 239 172 / 0.2);
}

.border-x-green-300\/25{
  border-left-color: rgb(134 239 172 / 0.25);
  border-right-color: rgb(134 239 172 / 0.25);
}

.border-x-green-300\/30{
  border-left-color: rgb(134 239 172 / 0.3);
  border-right-color: rgb(134 239 172 / 0.3);
}

.border-x-green-300\/35{
  border-left-color: rgb(134 239 172 / 0.35);
  border-right-color: rgb(134 239 172 / 0.35);
}

.border-x-green-300\/40{
  border-left-color: rgb(134 239 172 / 0.4);
  border-right-color: rgb(134 239 172 / 0.4);
}

.border-x-green-300\/45{
  border-left-color: rgb(134 239 172 / 0.45);
  border-right-color: rgb(134 239 172 / 0.45);
}

.border-x-green-300\/5{
  border-left-color: rgb(134 239 172 / 0.05);
  border-right-color: rgb(134 239 172 / 0.05);
}

.border-x-green-300\/50{
  border-left-color: rgb(134 239 172 / 0.5);
  border-right-color: rgb(134 239 172 / 0.5);
}

.border-x-green-300\/55{
  border-left-color: rgb(134 239 172 / 0.55);
  border-right-color: rgb(134 239 172 / 0.55);
}

.border-x-green-300\/60{
  border-left-color: rgb(134 239 172 / 0.6);
  border-right-color: rgb(134 239 172 / 0.6);
}

.border-x-green-300\/65{
  border-left-color: rgb(134 239 172 / 0.65);
  border-right-color: rgb(134 239 172 / 0.65);
}

.border-x-green-300\/70{
  border-left-color: rgb(134 239 172 / 0.7);
  border-right-color: rgb(134 239 172 / 0.7);
}

.border-x-green-300\/75{
  border-left-color: rgb(134 239 172 / 0.75);
  border-right-color: rgb(134 239 172 / 0.75);
}

.border-x-green-300\/80{
  border-left-color: rgb(134 239 172 / 0.8);
  border-right-color: rgb(134 239 172 / 0.8);
}

.border-x-green-300\/85{
  border-left-color: rgb(134 239 172 / 0.85);
  border-right-color: rgb(134 239 172 / 0.85);
}

.border-x-green-300\/90{
  border-left-color: rgb(134 239 172 / 0.9);
  border-right-color: rgb(134 239 172 / 0.9);
}

.border-x-green-300\/95{
  border-left-color: rgb(134 239 172 / 0.95);
  border-right-color: rgb(134 239 172 / 0.95);
}

.border-x-green-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(74 222 128 / 0.15);
  border-right-color: rgb(74 222 128 / 0.15);
}

.border-x-green-400\/20{
  border-left-color: rgb(74 222 128 / 0.2);
  border-right-color: rgb(74 222 128 / 0.2);
}

.border-x-green-400\/25{
  border-left-color: rgb(74 222 128 / 0.25);
  border-right-color: rgb(74 222 128 / 0.25);
}

.border-x-green-400\/30{
  border-left-color: rgb(74 222 128 / 0.3);
  border-right-color: rgb(74 222 128 / 0.3);
}

.border-x-green-400\/35{
  border-left-color: rgb(74 222 128 / 0.35);
  border-right-color: rgb(74 222 128 / 0.35);
}

.border-x-green-400\/40{
  border-left-color: rgb(74 222 128 / 0.4);
  border-right-color: rgb(74 222 128 / 0.4);
}

.border-x-green-400\/45{
  border-left-color: rgb(74 222 128 / 0.45);
  border-right-color: rgb(74 222 128 / 0.45);
}

.border-x-green-400\/5{
  border-left-color: rgb(74 222 128 / 0.05);
  border-right-color: rgb(74 222 128 / 0.05);
}

.border-x-green-400\/50{
  border-left-color: rgb(74 222 128 / 0.5);
  border-right-color: rgb(74 222 128 / 0.5);
}

.border-x-green-400\/55{
  border-left-color: rgb(74 222 128 / 0.55);
  border-right-color: rgb(74 222 128 / 0.55);
}

.border-x-green-400\/60{
  border-left-color: rgb(74 222 128 / 0.6);
  border-right-color: rgb(74 222 128 / 0.6);
}

.border-x-green-400\/65{
  border-left-color: rgb(74 222 128 / 0.65);
  border-right-color: rgb(74 222 128 / 0.65);
}

.border-x-green-400\/70{
  border-left-color: rgb(74 222 128 / 0.7);
  border-right-color: rgb(74 222 128 / 0.7);
}

.border-x-green-400\/75{
  border-left-color: rgb(74 222 128 / 0.75);
  border-right-color: rgb(74 222 128 / 0.75);
}

.border-x-green-400\/80{
  border-left-color: rgb(74 222 128 / 0.8);
  border-right-color: rgb(74 222 128 / 0.8);
}

.border-x-green-400\/85{
  border-left-color: rgb(74 222 128 / 0.85);
  border-right-color: rgb(74 222 128 / 0.85);
}

.border-x-green-400\/90{
  border-left-color: rgb(74 222 128 / 0.9);
  border-right-color: rgb(74 222 128 / 0.9);
}

.border-x-green-400\/95{
  border-left-color: rgb(74 222 128 / 0.95);
  border-right-color: rgb(74 222 128 / 0.95);
}

.border-x-green-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(240 253 244 / 0.15);
  border-right-color: rgb(240 253 244 / 0.15);
}

.border-x-green-50\/20{
  border-left-color: rgb(240 253 244 / 0.2);
  border-right-color: rgb(240 253 244 / 0.2);
}

.border-x-green-50\/25{
  border-left-color: rgb(240 253 244 / 0.25);
  border-right-color: rgb(240 253 244 / 0.25);
}

.border-x-green-50\/30{
  border-left-color: rgb(240 253 244 / 0.3);
  border-right-color: rgb(240 253 244 / 0.3);
}

.border-x-green-50\/35{
  border-left-color: rgb(240 253 244 / 0.35);
  border-right-color: rgb(240 253 244 / 0.35);
}

.border-x-green-50\/40{
  border-left-color: rgb(240 253 244 / 0.4);
  border-right-color: rgb(240 253 244 / 0.4);
}

.border-x-green-50\/45{
  border-left-color: rgb(240 253 244 / 0.45);
  border-right-color: rgb(240 253 244 / 0.45);
}

.border-x-green-50\/5{
  border-left-color: rgb(240 253 244 / 0.05);
  border-right-color: rgb(240 253 244 / 0.05);
}

.border-x-green-50\/50{
  border-left-color: rgb(240 253 244 / 0.5);
  border-right-color: rgb(240 253 244 / 0.5);
}

.border-x-green-50\/55{
  border-left-color: rgb(240 253 244 / 0.55);
  border-right-color: rgb(240 253 244 / 0.55);
}

.border-x-green-50\/60{
  border-left-color: rgb(240 253 244 / 0.6);
  border-right-color: rgb(240 253 244 / 0.6);
}

.border-x-green-50\/65{
  border-left-color: rgb(240 253 244 / 0.65);
  border-right-color: rgb(240 253 244 / 0.65);
}

.border-x-green-50\/70{
  border-left-color: rgb(240 253 244 / 0.7);
  border-right-color: rgb(240 253 244 / 0.7);
}

.border-x-green-50\/75{
  border-left-color: rgb(240 253 244 / 0.75);
  border-right-color: rgb(240 253 244 / 0.75);
}

.border-x-green-50\/80{
  border-left-color: rgb(240 253 244 / 0.8);
  border-right-color: rgb(240 253 244 / 0.8);
}

.border-x-green-50\/85{
  border-left-color: rgb(240 253 244 / 0.85);
  border-right-color: rgb(240 253 244 / 0.85);
}

.border-x-green-50\/90{
  border-left-color: rgb(240 253 244 / 0.9);
  border-right-color: rgb(240 253 244 / 0.9);
}

.border-x-green-50\/95{
  border-left-color: rgb(240 253 244 / 0.95);
  border-right-color: rgb(240 253 244 / 0.95);
}

.border-x-green-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(34 197 94 / 0.15);
  border-right-color: rgb(34 197 94 / 0.15);
}

.border-x-green-500\/20{
  border-left-color: rgb(34 197 94 / 0.2);
  border-right-color: rgb(34 197 94 / 0.2);
}

.border-x-green-500\/25{
  border-left-color: rgb(34 197 94 / 0.25);
  border-right-color: rgb(34 197 94 / 0.25);
}

.border-x-green-500\/30{
  border-left-color: rgb(34 197 94 / 0.3);
  border-right-color: rgb(34 197 94 / 0.3);
}

.border-x-green-500\/35{
  border-left-color: rgb(34 197 94 / 0.35);
  border-right-color: rgb(34 197 94 / 0.35);
}

.border-x-green-500\/40{
  border-left-color: rgb(34 197 94 / 0.4);
  border-right-color: rgb(34 197 94 / 0.4);
}

.border-x-green-500\/45{
  border-left-color: rgb(34 197 94 / 0.45);
  border-right-color: rgb(34 197 94 / 0.45);
}

.border-x-green-500\/5{
  border-left-color: rgb(34 197 94 / 0.05);
  border-right-color: rgb(34 197 94 / 0.05);
}

.border-x-green-500\/50{
  border-left-color: rgb(34 197 94 / 0.5);
  border-right-color: rgb(34 197 94 / 0.5);
}

.border-x-green-500\/55{
  border-left-color: rgb(34 197 94 / 0.55);
  border-right-color: rgb(34 197 94 / 0.55);
}

.border-x-green-500\/60{
  border-left-color: rgb(34 197 94 / 0.6);
  border-right-color: rgb(34 197 94 / 0.6);
}

.border-x-green-500\/65{
  border-left-color: rgb(34 197 94 / 0.65);
  border-right-color: rgb(34 197 94 / 0.65);
}

.border-x-green-500\/70{
  border-left-color: rgb(34 197 94 / 0.7);
  border-right-color: rgb(34 197 94 / 0.7);
}

.border-x-green-500\/75{
  border-left-color: rgb(34 197 94 / 0.75);
  border-right-color: rgb(34 197 94 / 0.75);
}

.border-x-green-500\/80{
  border-left-color: rgb(34 197 94 / 0.8);
  border-right-color: rgb(34 197 94 / 0.8);
}

.border-x-green-500\/85{
  border-left-color: rgb(34 197 94 / 0.85);
  border-right-color: rgb(34 197 94 / 0.85);
}

.border-x-green-500\/90{
  border-left-color: rgb(34 197 94 / 0.9);
  border-right-color: rgb(34 197 94 / 0.9);
}

.border-x-green-500\/95{
  border-left-color: rgb(34 197 94 / 0.95);
  border-right-color: rgb(34 197 94 / 0.95);
}

.border-x-green-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(22 163 74 / 0.15);
  border-right-color: rgb(22 163 74 / 0.15);
}

.border-x-green-600\/20{
  border-left-color: rgb(22 163 74 / 0.2);
  border-right-color: rgb(22 163 74 / 0.2);
}

.border-x-green-600\/25{
  border-left-color: rgb(22 163 74 / 0.25);
  border-right-color: rgb(22 163 74 / 0.25);
}

.border-x-green-600\/30{
  border-left-color: rgb(22 163 74 / 0.3);
  border-right-color: rgb(22 163 74 / 0.3);
}

.border-x-green-600\/35{
  border-left-color: rgb(22 163 74 / 0.35);
  border-right-color: rgb(22 163 74 / 0.35);
}

.border-x-green-600\/40{
  border-left-color: rgb(22 163 74 / 0.4);
  border-right-color: rgb(22 163 74 / 0.4);
}

.border-x-green-600\/45{
  border-left-color: rgb(22 163 74 / 0.45);
  border-right-color: rgb(22 163 74 / 0.45);
}

.border-x-green-600\/5{
  border-left-color: rgb(22 163 74 / 0.05);
  border-right-color: rgb(22 163 74 / 0.05);
}

.border-x-green-600\/50{
  border-left-color: rgb(22 163 74 / 0.5);
  border-right-color: rgb(22 163 74 / 0.5);
}

.border-x-green-600\/55{
  border-left-color: rgb(22 163 74 / 0.55);
  border-right-color: rgb(22 163 74 / 0.55);
}

.border-x-green-600\/60{
  border-left-color: rgb(22 163 74 / 0.6);
  border-right-color: rgb(22 163 74 / 0.6);
}

.border-x-green-600\/65{
  border-left-color: rgb(22 163 74 / 0.65);
  border-right-color: rgb(22 163 74 / 0.65);
}

.border-x-green-600\/70{
  border-left-color: rgb(22 163 74 / 0.7);
  border-right-color: rgb(22 163 74 / 0.7);
}

.border-x-green-600\/75{
  border-left-color: rgb(22 163 74 / 0.75);
  border-right-color: rgb(22 163 74 / 0.75);
}

.border-x-green-600\/80{
  border-left-color: rgb(22 163 74 / 0.8);
  border-right-color: rgb(22 163 74 / 0.8);
}

.border-x-green-600\/85{
  border-left-color: rgb(22 163 74 / 0.85);
  border-right-color: rgb(22 163 74 / 0.85);
}

.border-x-green-600\/90{
  border-left-color: rgb(22 163 74 / 0.9);
  border-right-color: rgb(22 163 74 / 0.9);
}

.border-x-green-600\/95{
  border-left-color: rgb(22 163 74 / 0.95);
  border-right-color: rgb(22 163 74 / 0.95);
}

.border-x-green-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(21 128 61 / 0.15);
  border-right-color: rgb(21 128 61 / 0.15);
}

.border-x-green-700\/20{
  border-left-color: rgb(21 128 61 / 0.2);
  border-right-color: rgb(21 128 61 / 0.2);
}

.border-x-green-700\/25{
  border-left-color: rgb(21 128 61 / 0.25);
  border-right-color: rgb(21 128 61 / 0.25);
}

.border-x-green-700\/30{
  border-left-color: rgb(21 128 61 / 0.3);
  border-right-color: rgb(21 128 61 / 0.3);
}

.border-x-green-700\/35{
  border-left-color: rgb(21 128 61 / 0.35);
  border-right-color: rgb(21 128 61 / 0.35);
}

.border-x-green-700\/40{
  border-left-color: rgb(21 128 61 / 0.4);
  border-right-color: rgb(21 128 61 / 0.4);
}

.border-x-green-700\/45{
  border-left-color: rgb(21 128 61 / 0.45);
  border-right-color: rgb(21 128 61 / 0.45);
}

.border-x-green-700\/5{
  border-left-color: rgb(21 128 61 / 0.05);
  border-right-color: rgb(21 128 61 / 0.05);
}

.border-x-green-700\/50{
  border-left-color: rgb(21 128 61 / 0.5);
  border-right-color: rgb(21 128 61 / 0.5);
}

.border-x-green-700\/55{
  border-left-color: rgb(21 128 61 / 0.55);
  border-right-color: rgb(21 128 61 / 0.55);
}

.border-x-green-700\/60{
  border-left-color: rgb(21 128 61 / 0.6);
  border-right-color: rgb(21 128 61 / 0.6);
}

.border-x-green-700\/65{
  border-left-color: rgb(21 128 61 / 0.65);
  border-right-color: rgb(21 128 61 / 0.65);
}

.border-x-green-700\/70{
  border-left-color: rgb(21 128 61 / 0.7);
  border-right-color: rgb(21 128 61 / 0.7);
}

.border-x-green-700\/75{
  border-left-color: rgb(21 128 61 / 0.75);
  border-right-color: rgb(21 128 61 / 0.75);
}

.border-x-green-700\/80{
  border-left-color: rgb(21 128 61 / 0.8);
  border-right-color: rgb(21 128 61 / 0.8);
}

.border-x-green-700\/85{
  border-left-color: rgb(21 128 61 / 0.85);
  border-right-color: rgb(21 128 61 / 0.85);
}

.border-x-green-700\/90{
  border-left-color: rgb(21 128 61 / 0.9);
  border-right-color: rgb(21 128 61 / 0.9);
}

.border-x-green-700\/95{
  border-left-color: rgb(21 128 61 / 0.95);
  border-right-color: rgb(21 128 61 / 0.95);
}

.border-x-green-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(22 101 52 / 0.15);
  border-right-color: rgb(22 101 52 / 0.15);
}

.border-x-green-800\/20{
  border-left-color: rgb(22 101 52 / 0.2);
  border-right-color: rgb(22 101 52 / 0.2);
}

.border-x-green-800\/25{
  border-left-color: rgb(22 101 52 / 0.25);
  border-right-color: rgb(22 101 52 / 0.25);
}

.border-x-green-800\/30{
  border-left-color: rgb(22 101 52 / 0.3);
  border-right-color: rgb(22 101 52 / 0.3);
}

.border-x-green-800\/35{
  border-left-color: rgb(22 101 52 / 0.35);
  border-right-color: rgb(22 101 52 / 0.35);
}

.border-x-green-800\/40{
  border-left-color: rgb(22 101 52 / 0.4);
  border-right-color: rgb(22 101 52 / 0.4);
}

.border-x-green-800\/45{
  border-left-color: rgb(22 101 52 / 0.45);
  border-right-color: rgb(22 101 52 / 0.45);
}

.border-x-green-800\/5{
  border-left-color: rgb(22 101 52 / 0.05);
  border-right-color: rgb(22 101 52 / 0.05);
}

.border-x-green-800\/50{
  border-left-color: rgb(22 101 52 / 0.5);
  border-right-color: rgb(22 101 52 / 0.5);
}

.border-x-green-800\/55{
  border-left-color: rgb(22 101 52 / 0.55);
  border-right-color: rgb(22 101 52 / 0.55);
}

.border-x-green-800\/60{
  border-left-color: rgb(22 101 52 / 0.6);
  border-right-color: rgb(22 101 52 / 0.6);
}

.border-x-green-800\/65{
  border-left-color: rgb(22 101 52 / 0.65);
  border-right-color: rgb(22 101 52 / 0.65);
}

.border-x-green-800\/70{
  border-left-color: rgb(22 101 52 / 0.7);
  border-right-color: rgb(22 101 52 / 0.7);
}

.border-x-green-800\/75{
  border-left-color: rgb(22 101 52 / 0.75);
  border-right-color: rgb(22 101 52 / 0.75);
}

.border-x-green-800\/80{
  border-left-color: rgb(22 101 52 / 0.8);
  border-right-color: rgb(22 101 52 / 0.8);
}

.border-x-green-800\/85{
  border-left-color: rgb(22 101 52 / 0.85);
  border-right-color: rgb(22 101 52 / 0.85);
}

.border-x-green-800\/90{
  border-left-color: rgb(22 101 52 / 0.9);
  border-right-color: rgb(22 101 52 / 0.9);
}

.border-x-green-800\/95{
  border-left-color: rgb(22 101 52 / 0.95);
  border-right-color: rgb(22 101 52 / 0.95);
}

.border-x-green-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(20 83 45 / 0.15);
  border-right-color: rgb(20 83 45 / 0.15);
}

.border-x-green-900\/20{
  border-left-color: rgb(20 83 45 / 0.2);
  border-right-color: rgb(20 83 45 / 0.2);
}

.border-x-green-900\/25{
  border-left-color: rgb(20 83 45 / 0.25);
  border-right-color: rgb(20 83 45 / 0.25);
}

.border-x-green-900\/30{
  border-left-color: rgb(20 83 45 / 0.3);
  border-right-color: rgb(20 83 45 / 0.3);
}

.border-x-green-900\/35{
  border-left-color: rgb(20 83 45 / 0.35);
  border-right-color: rgb(20 83 45 / 0.35);
}

.border-x-green-900\/40{
  border-left-color: rgb(20 83 45 / 0.4);
  border-right-color: rgb(20 83 45 / 0.4);
}

.border-x-green-900\/45{
  border-left-color: rgb(20 83 45 / 0.45);
  border-right-color: rgb(20 83 45 / 0.45);
}

.border-x-green-900\/5{
  border-left-color: rgb(20 83 45 / 0.05);
  border-right-color: rgb(20 83 45 / 0.05);
}

.border-x-green-900\/50{
  border-left-color: rgb(20 83 45 / 0.5);
  border-right-color: rgb(20 83 45 / 0.5);
}

.border-x-green-900\/55{
  border-left-color: rgb(20 83 45 / 0.55);
  border-right-color: rgb(20 83 45 / 0.55);
}

.border-x-green-900\/60{
  border-left-color: rgb(20 83 45 / 0.6);
  border-right-color: rgb(20 83 45 / 0.6);
}

.border-x-green-900\/65{
  border-left-color: rgb(20 83 45 / 0.65);
  border-right-color: rgb(20 83 45 / 0.65);
}

.border-x-green-900\/70{
  border-left-color: rgb(20 83 45 / 0.7);
  border-right-color: rgb(20 83 45 / 0.7);
}

.border-x-green-900\/75{
  border-left-color: rgb(20 83 45 / 0.75);
  border-right-color: rgb(20 83 45 / 0.75);
}

.border-x-green-900\/80{
  border-left-color: rgb(20 83 45 / 0.8);
  border-right-color: rgb(20 83 45 / 0.8);
}

.border-x-green-900\/85{
  border-left-color: rgb(20 83 45 / 0.85);
  border-right-color: rgb(20 83 45 / 0.85);
}

.border-x-green-900\/90{
  border-left-color: rgb(20 83 45 / 0.9);
  border-right-color: rgb(20 83 45 / 0.9);
}

.border-x-green-900\/95{
  border-left-color: rgb(20 83 45 / 0.95);
  border-right-color: rgb(20 83 45 / 0.95);
}

.border-x-green-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(5 46 22 / 0.15);
  border-right-color: rgb(5 46 22 / 0.15);
}

.border-x-green-950\/20{
  border-left-color: rgb(5 46 22 / 0.2);
  border-right-color: rgb(5 46 22 / 0.2);
}

.border-x-green-950\/25{
  border-left-color: rgb(5 46 22 / 0.25);
  border-right-color: rgb(5 46 22 / 0.25);
}

.border-x-green-950\/30{
  border-left-color: rgb(5 46 22 / 0.3);
  border-right-color: rgb(5 46 22 / 0.3);
}

.border-x-green-950\/35{
  border-left-color: rgb(5 46 22 / 0.35);
  border-right-color: rgb(5 46 22 / 0.35);
}

.border-x-green-950\/40{
  border-left-color: rgb(5 46 22 / 0.4);
  border-right-color: rgb(5 46 22 / 0.4);
}

.border-x-green-950\/45{
  border-left-color: rgb(5 46 22 / 0.45);
  border-right-color: rgb(5 46 22 / 0.45);
}

.border-x-green-950\/5{
  border-left-color: rgb(5 46 22 / 0.05);
  border-right-color: rgb(5 46 22 / 0.05);
}

.border-x-green-950\/50{
  border-left-color: rgb(5 46 22 / 0.5);
  border-right-color: rgb(5 46 22 / 0.5);
}

.border-x-green-950\/55{
  border-left-color: rgb(5 46 22 / 0.55);
  border-right-color: rgb(5 46 22 / 0.55);
}

.border-x-green-950\/60{
  border-left-color: rgb(5 46 22 / 0.6);
  border-right-color: rgb(5 46 22 / 0.6);
}

.border-x-green-950\/65{
  border-left-color: rgb(5 46 22 / 0.65);
  border-right-color: rgb(5 46 22 / 0.65);
}

.border-x-green-950\/70{
  border-left-color: rgb(5 46 22 / 0.7);
  border-right-color: rgb(5 46 22 / 0.7);
}

.border-x-green-950\/75{
  border-left-color: rgb(5 46 22 / 0.75);
  border-right-color: rgb(5 46 22 / 0.75);
}

.border-x-green-950\/80{
  border-left-color: rgb(5 46 22 / 0.8);
  border-right-color: rgb(5 46 22 / 0.8);
}

.border-x-green-950\/85{
  border-left-color: rgb(5 46 22 / 0.85);
  border-right-color: rgb(5 46 22 / 0.85);
}

.border-x-green-950\/90{
  border-left-color: rgb(5 46 22 / 0.9);
  border-right-color: rgb(5 46 22 / 0.9);
}

.border-x-green-950\/95{
  border-left-color: rgb(5 46 22 / 0.95);
  border-right-color: rgb(5 46 22 / 0.95);
}

.border-x-indigo-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(224 231 255 / 0.15);
  border-right-color: rgb(224 231 255 / 0.15);
}

.border-x-indigo-100\/20{
  border-left-color: rgb(224 231 255 / 0.2);
  border-right-color: rgb(224 231 255 / 0.2);
}

.border-x-indigo-100\/25{
  border-left-color: rgb(224 231 255 / 0.25);
  border-right-color: rgb(224 231 255 / 0.25);
}

.border-x-indigo-100\/30{
  border-left-color: rgb(224 231 255 / 0.3);
  border-right-color: rgb(224 231 255 / 0.3);
}

.border-x-indigo-100\/35{
  border-left-color: rgb(224 231 255 / 0.35);
  border-right-color: rgb(224 231 255 / 0.35);
}

.border-x-indigo-100\/40{
  border-left-color: rgb(224 231 255 / 0.4);
  border-right-color: rgb(224 231 255 / 0.4);
}

.border-x-indigo-100\/45{
  border-left-color: rgb(224 231 255 / 0.45);
  border-right-color: rgb(224 231 255 / 0.45);
}

.border-x-indigo-100\/5{
  border-left-color: rgb(224 231 255 / 0.05);
  border-right-color: rgb(224 231 255 / 0.05);
}

.border-x-indigo-100\/50{
  border-left-color: rgb(224 231 255 / 0.5);
  border-right-color: rgb(224 231 255 / 0.5);
}

.border-x-indigo-100\/55{
  border-left-color: rgb(224 231 255 / 0.55);
  border-right-color: rgb(224 231 255 / 0.55);
}

.border-x-indigo-100\/60{
  border-left-color: rgb(224 231 255 / 0.6);
  border-right-color: rgb(224 231 255 / 0.6);
}

.border-x-indigo-100\/65{
  border-left-color: rgb(224 231 255 / 0.65);
  border-right-color: rgb(224 231 255 / 0.65);
}

.border-x-indigo-100\/70{
  border-left-color: rgb(224 231 255 / 0.7);
  border-right-color: rgb(224 231 255 / 0.7);
}

.border-x-indigo-100\/75{
  border-left-color: rgb(224 231 255 / 0.75);
  border-right-color: rgb(224 231 255 / 0.75);
}

.border-x-indigo-100\/80{
  border-left-color: rgb(224 231 255 / 0.8);
  border-right-color: rgb(224 231 255 / 0.8);
}

.border-x-indigo-100\/85{
  border-left-color: rgb(224 231 255 / 0.85);
  border-right-color: rgb(224 231 255 / 0.85);
}

.border-x-indigo-100\/90{
  border-left-color: rgb(224 231 255 / 0.9);
  border-right-color: rgb(224 231 255 / 0.9);
}

.border-x-indigo-100\/95{
  border-left-color: rgb(224 231 255 / 0.95);
  border-right-color: rgb(224 231 255 / 0.95);
}

.border-x-indigo-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(199 210 254 / 0.15);
  border-right-color: rgb(199 210 254 / 0.15);
}

.border-x-indigo-200\/20{
  border-left-color: rgb(199 210 254 / 0.2);
  border-right-color: rgb(199 210 254 / 0.2);
}

.border-x-indigo-200\/25{
  border-left-color: rgb(199 210 254 / 0.25);
  border-right-color: rgb(199 210 254 / 0.25);
}

.border-x-indigo-200\/30{
  border-left-color: rgb(199 210 254 / 0.3);
  border-right-color: rgb(199 210 254 / 0.3);
}

.border-x-indigo-200\/35{
  border-left-color: rgb(199 210 254 / 0.35);
  border-right-color: rgb(199 210 254 / 0.35);
}

.border-x-indigo-200\/40{
  border-left-color: rgb(199 210 254 / 0.4);
  border-right-color: rgb(199 210 254 / 0.4);
}

.border-x-indigo-200\/45{
  border-left-color: rgb(199 210 254 / 0.45);
  border-right-color: rgb(199 210 254 / 0.45);
}

.border-x-indigo-200\/5{
  border-left-color: rgb(199 210 254 / 0.05);
  border-right-color: rgb(199 210 254 / 0.05);
}

.border-x-indigo-200\/50{
  border-left-color: rgb(199 210 254 / 0.5);
  border-right-color: rgb(199 210 254 / 0.5);
}

.border-x-indigo-200\/55{
  border-left-color: rgb(199 210 254 / 0.55);
  border-right-color: rgb(199 210 254 / 0.55);
}

.border-x-indigo-200\/60{
  border-left-color: rgb(199 210 254 / 0.6);
  border-right-color: rgb(199 210 254 / 0.6);
}

.border-x-indigo-200\/65{
  border-left-color: rgb(199 210 254 / 0.65);
  border-right-color: rgb(199 210 254 / 0.65);
}

.border-x-indigo-200\/70{
  border-left-color: rgb(199 210 254 / 0.7);
  border-right-color: rgb(199 210 254 / 0.7);
}

.border-x-indigo-200\/75{
  border-left-color: rgb(199 210 254 / 0.75);
  border-right-color: rgb(199 210 254 / 0.75);
}

.border-x-indigo-200\/80{
  border-left-color: rgb(199 210 254 / 0.8);
  border-right-color: rgb(199 210 254 / 0.8);
}

.border-x-indigo-200\/85{
  border-left-color: rgb(199 210 254 / 0.85);
  border-right-color: rgb(199 210 254 / 0.85);
}

.border-x-indigo-200\/90{
  border-left-color: rgb(199 210 254 / 0.9);
  border-right-color: rgb(199 210 254 / 0.9);
}

.border-x-indigo-200\/95{
  border-left-color: rgb(199 210 254 / 0.95);
  border-right-color: rgb(199 210 254 / 0.95);
}

.border-x-indigo-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(165 180 252 / 0.15);
  border-right-color: rgb(165 180 252 / 0.15);
}

.border-x-indigo-300\/20{
  border-left-color: rgb(165 180 252 / 0.2);
  border-right-color: rgb(165 180 252 / 0.2);
}

.border-x-indigo-300\/25{
  border-left-color: rgb(165 180 252 / 0.25);
  border-right-color: rgb(165 180 252 / 0.25);
}

.border-x-indigo-300\/30{
  border-left-color: rgb(165 180 252 / 0.3);
  border-right-color: rgb(165 180 252 / 0.3);
}

.border-x-indigo-300\/35{
  border-left-color: rgb(165 180 252 / 0.35);
  border-right-color: rgb(165 180 252 / 0.35);
}

.border-x-indigo-300\/40{
  border-left-color: rgb(165 180 252 / 0.4);
  border-right-color: rgb(165 180 252 / 0.4);
}

.border-x-indigo-300\/45{
  border-left-color: rgb(165 180 252 / 0.45);
  border-right-color: rgb(165 180 252 / 0.45);
}

.border-x-indigo-300\/5{
  border-left-color: rgb(165 180 252 / 0.05);
  border-right-color: rgb(165 180 252 / 0.05);
}

.border-x-indigo-300\/50{
  border-left-color: rgb(165 180 252 / 0.5);
  border-right-color: rgb(165 180 252 / 0.5);
}

.border-x-indigo-300\/55{
  border-left-color: rgb(165 180 252 / 0.55);
  border-right-color: rgb(165 180 252 / 0.55);
}

.border-x-indigo-300\/60{
  border-left-color: rgb(165 180 252 / 0.6);
  border-right-color: rgb(165 180 252 / 0.6);
}

.border-x-indigo-300\/65{
  border-left-color: rgb(165 180 252 / 0.65);
  border-right-color: rgb(165 180 252 / 0.65);
}

.border-x-indigo-300\/70{
  border-left-color: rgb(165 180 252 / 0.7);
  border-right-color: rgb(165 180 252 / 0.7);
}

.border-x-indigo-300\/75{
  border-left-color: rgb(165 180 252 / 0.75);
  border-right-color: rgb(165 180 252 / 0.75);
}

.border-x-indigo-300\/80{
  border-left-color: rgb(165 180 252 / 0.8);
  border-right-color: rgb(165 180 252 / 0.8);
}

.border-x-indigo-300\/85{
  border-left-color: rgb(165 180 252 / 0.85);
  border-right-color: rgb(165 180 252 / 0.85);
}

.border-x-indigo-300\/90{
  border-left-color: rgb(165 180 252 / 0.9);
  border-right-color: rgb(165 180 252 / 0.9);
}

.border-x-indigo-300\/95{
  border-left-color: rgb(165 180 252 / 0.95);
  border-right-color: rgb(165 180 252 / 0.95);
}

.border-x-indigo-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(129 140 248 / 0.15);
  border-right-color: rgb(129 140 248 / 0.15);
}

.border-x-indigo-400\/20{
  border-left-color: rgb(129 140 248 / 0.2);
  border-right-color: rgb(129 140 248 / 0.2);
}

.border-x-indigo-400\/25{
  border-left-color: rgb(129 140 248 / 0.25);
  border-right-color: rgb(129 140 248 / 0.25);
}

.border-x-indigo-400\/30{
  border-left-color: rgb(129 140 248 / 0.3);
  border-right-color: rgb(129 140 248 / 0.3);
}

.border-x-indigo-400\/35{
  border-left-color: rgb(129 140 248 / 0.35);
  border-right-color: rgb(129 140 248 / 0.35);
}

.border-x-indigo-400\/40{
  border-left-color: rgb(129 140 248 / 0.4);
  border-right-color: rgb(129 140 248 / 0.4);
}

.border-x-indigo-400\/45{
  border-left-color: rgb(129 140 248 / 0.45);
  border-right-color: rgb(129 140 248 / 0.45);
}

.border-x-indigo-400\/5{
  border-left-color: rgb(129 140 248 / 0.05);
  border-right-color: rgb(129 140 248 / 0.05);
}

.border-x-indigo-400\/50{
  border-left-color: rgb(129 140 248 / 0.5);
  border-right-color: rgb(129 140 248 / 0.5);
}

.border-x-indigo-400\/55{
  border-left-color: rgb(129 140 248 / 0.55);
  border-right-color: rgb(129 140 248 / 0.55);
}

.border-x-indigo-400\/60{
  border-left-color: rgb(129 140 248 / 0.6);
  border-right-color: rgb(129 140 248 / 0.6);
}

.border-x-indigo-400\/65{
  border-left-color: rgb(129 140 248 / 0.65);
  border-right-color: rgb(129 140 248 / 0.65);
}

.border-x-indigo-400\/70{
  border-left-color: rgb(129 140 248 / 0.7);
  border-right-color: rgb(129 140 248 / 0.7);
}

.border-x-indigo-400\/75{
  border-left-color: rgb(129 140 248 / 0.75);
  border-right-color: rgb(129 140 248 / 0.75);
}

.border-x-indigo-400\/80{
  border-left-color: rgb(129 140 248 / 0.8);
  border-right-color: rgb(129 140 248 / 0.8);
}

.border-x-indigo-400\/85{
  border-left-color: rgb(129 140 248 / 0.85);
  border-right-color: rgb(129 140 248 / 0.85);
}

.border-x-indigo-400\/90{
  border-left-color: rgb(129 140 248 / 0.9);
  border-right-color: rgb(129 140 248 / 0.9);
}

.border-x-indigo-400\/95{
  border-left-color: rgb(129 140 248 / 0.95);
  border-right-color: rgb(129 140 248 / 0.95);
}

.border-x-indigo-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(238 242 255 / 0.15);
  border-right-color: rgb(238 242 255 / 0.15);
}

.border-x-indigo-50\/20{
  border-left-color: rgb(238 242 255 / 0.2);
  border-right-color: rgb(238 242 255 / 0.2);
}

.border-x-indigo-50\/25{
  border-left-color: rgb(238 242 255 / 0.25);
  border-right-color: rgb(238 242 255 / 0.25);
}

.border-x-indigo-50\/30{
  border-left-color: rgb(238 242 255 / 0.3);
  border-right-color: rgb(238 242 255 / 0.3);
}

.border-x-indigo-50\/35{
  border-left-color: rgb(238 242 255 / 0.35);
  border-right-color: rgb(238 242 255 / 0.35);
}

.border-x-indigo-50\/40{
  border-left-color: rgb(238 242 255 / 0.4);
  border-right-color: rgb(238 242 255 / 0.4);
}

.border-x-indigo-50\/45{
  border-left-color: rgb(238 242 255 / 0.45);
  border-right-color: rgb(238 242 255 / 0.45);
}

.border-x-indigo-50\/5{
  border-left-color: rgb(238 242 255 / 0.05);
  border-right-color: rgb(238 242 255 / 0.05);
}

.border-x-indigo-50\/50{
  border-left-color: rgb(238 242 255 / 0.5);
  border-right-color: rgb(238 242 255 / 0.5);
}

.border-x-indigo-50\/55{
  border-left-color: rgb(238 242 255 / 0.55);
  border-right-color: rgb(238 242 255 / 0.55);
}

.border-x-indigo-50\/60{
  border-left-color: rgb(238 242 255 / 0.6);
  border-right-color: rgb(238 242 255 / 0.6);
}

.border-x-indigo-50\/65{
  border-left-color: rgb(238 242 255 / 0.65);
  border-right-color: rgb(238 242 255 / 0.65);
}

.border-x-indigo-50\/70{
  border-left-color: rgb(238 242 255 / 0.7);
  border-right-color: rgb(238 242 255 / 0.7);
}

.border-x-indigo-50\/75{
  border-left-color: rgb(238 242 255 / 0.75);
  border-right-color: rgb(238 242 255 / 0.75);
}

.border-x-indigo-50\/80{
  border-left-color: rgb(238 242 255 / 0.8);
  border-right-color: rgb(238 242 255 / 0.8);
}

.border-x-indigo-50\/85{
  border-left-color: rgb(238 242 255 / 0.85);
  border-right-color: rgb(238 242 255 / 0.85);
}

.border-x-indigo-50\/90{
  border-left-color: rgb(238 242 255 / 0.9);
  border-right-color: rgb(238 242 255 / 0.9);
}

.border-x-indigo-50\/95{
  border-left-color: rgb(238 242 255 / 0.95);
  border-right-color: rgb(238 242 255 / 0.95);
}

.border-x-indigo-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(99 102 241 / 0.15);
  border-right-color: rgb(99 102 241 / 0.15);
}

.border-x-indigo-500\/20{
  border-left-color: rgb(99 102 241 / 0.2);
  border-right-color: rgb(99 102 241 / 0.2);
}

.border-x-indigo-500\/25{
  border-left-color: rgb(99 102 241 / 0.25);
  border-right-color: rgb(99 102 241 / 0.25);
}

.border-x-indigo-500\/30{
  border-left-color: rgb(99 102 241 / 0.3);
  border-right-color: rgb(99 102 241 / 0.3);
}

.border-x-indigo-500\/35{
  border-left-color: rgb(99 102 241 / 0.35);
  border-right-color: rgb(99 102 241 / 0.35);
}

.border-x-indigo-500\/40{
  border-left-color: rgb(99 102 241 / 0.4);
  border-right-color: rgb(99 102 241 / 0.4);
}

.border-x-indigo-500\/45{
  border-left-color: rgb(99 102 241 / 0.45);
  border-right-color: rgb(99 102 241 / 0.45);
}

.border-x-indigo-500\/5{
  border-left-color: rgb(99 102 241 / 0.05);
  border-right-color: rgb(99 102 241 / 0.05);
}

.border-x-indigo-500\/50{
  border-left-color: rgb(99 102 241 / 0.5);
  border-right-color: rgb(99 102 241 / 0.5);
}

.border-x-indigo-500\/55{
  border-left-color: rgb(99 102 241 / 0.55);
  border-right-color: rgb(99 102 241 / 0.55);
}

.border-x-indigo-500\/60{
  border-left-color: rgb(99 102 241 / 0.6);
  border-right-color: rgb(99 102 241 / 0.6);
}

.border-x-indigo-500\/65{
  border-left-color: rgb(99 102 241 / 0.65);
  border-right-color: rgb(99 102 241 / 0.65);
}

.border-x-indigo-500\/70{
  border-left-color: rgb(99 102 241 / 0.7);
  border-right-color: rgb(99 102 241 / 0.7);
}

.border-x-indigo-500\/75{
  border-left-color: rgb(99 102 241 / 0.75);
  border-right-color: rgb(99 102 241 / 0.75);
}

.border-x-indigo-500\/80{
  border-left-color: rgb(99 102 241 / 0.8);
  border-right-color: rgb(99 102 241 / 0.8);
}

.border-x-indigo-500\/85{
  border-left-color: rgb(99 102 241 / 0.85);
  border-right-color: rgb(99 102 241 / 0.85);
}

.border-x-indigo-500\/90{
  border-left-color: rgb(99 102 241 / 0.9);
  border-right-color: rgb(99 102 241 / 0.9);
}

.border-x-indigo-500\/95{
  border-left-color: rgb(99 102 241 / 0.95);
  border-right-color: rgb(99 102 241 / 0.95);
}

.border-x-indigo-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(79 70 229 / 0.15);
  border-right-color: rgb(79 70 229 / 0.15);
}

.border-x-indigo-600\/20{
  border-left-color: rgb(79 70 229 / 0.2);
  border-right-color: rgb(79 70 229 / 0.2);
}

.border-x-indigo-600\/25{
  border-left-color: rgb(79 70 229 / 0.25);
  border-right-color: rgb(79 70 229 / 0.25);
}

.border-x-indigo-600\/30{
  border-left-color: rgb(79 70 229 / 0.3);
  border-right-color: rgb(79 70 229 / 0.3);
}

.border-x-indigo-600\/35{
  border-left-color: rgb(79 70 229 / 0.35);
  border-right-color: rgb(79 70 229 / 0.35);
}

.border-x-indigo-600\/40{
  border-left-color: rgb(79 70 229 / 0.4);
  border-right-color: rgb(79 70 229 / 0.4);
}

.border-x-indigo-600\/45{
  border-left-color: rgb(79 70 229 / 0.45);
  border-right-color: rgb(79 70 229 / 0.45);
}

.border-x-indigo-600\/5{
  border-left-color: rgb(79 70 229 / 0.05);
  border-right-color: rgb(79 70 229 / 0.05);
}

.border-x-indigo-600\/50{
  border-left-color: rgb(79 70 229 / 0.5);
  border-right-color: rgb(79 70 229 / 0.5);
}

.border-x-indigo-600\/55{
  border-left-color: rgb(79 70 229 / 0.55);
  border-right-color: rgb(79 70 229 / 0.55);
}

.border-x-indigo-600\/60{
  border-left-color: rgb(79 70 229 / 0.6);
  border-right-color: rgb(79 70 229 / 0.6);
}

.border-x-indigo-600\/65{
  border-left-color: rgb(79 70 229 / 0.65);
  border-right-color: rgb(79 70 229 / 0.65);
}

.border-x-indigo-600\/70{
  border-left-color: rgb(79 70 229 / 0.7);
  border-right-color: rgb(79 70 229 / 0.7);
}

.border-x-indigo-600\/75{
  border-left-color: rgb(79 70 229 / 0.75);
  border-right-color: rgb(79 70 229 / 0.75);
}

.border-x-indigo-600\/80{
  border-left-color: rgb(79 70 229 / 0.8);
  border-right-color: rgb(79 70 229 / 0.8);
}

.border-x-indigo-600\/85{
  border-left-color: rgb(79 70 229 / 0.85);
  border-right-color: rgb(79 70 229 / 0.85);
}

.border-x-indigo-600\/90{
  border-left-color: rgb(79 70 229 / 0.9);
  border-right-color: rgb(79 70 229 / 0.9);
}

.border-x-indigo-600\/95{
  border-left-color: rgb(79 70 229 / 0.95);
  border-right-color: rgb(79 70 229 / 0.95);
}

.border-x-indigo-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(67 56 202 / 0.15);
  border-right-color: rgb(67 56 202 / 0.15);
}

.border-x-indigo-700\/20{
  border-left-color: rgb(67 56 202 / 0.2);
  border-right-color: rgb(67 56 202 / 0.2);
}

.border-x-indigo-700\/25{
  border-left-color: rgb(67 56 202 / 0.25);
  border-right-color: rgb(67 56 202 / 0.25);
}

.border-x-indigo-700\/30{
  border-left-color: rgb(67 56 202 / 0.3);
  border-right-color: rgb(67 56 202 / 0.3);
}

.border-x-indigo-700\/35{
  border-left-color: rgb(67 56 202 / 0.35);
  border-right-color: rgb(67 56 202 / 0.35);
}

.border-x-indigo-700\/40{
  border-left-color: rgb(67 56 202 / 0.4);
  border-right-color: rgb(67 56 202 / 0.4);
}

.border-x-indigo-700\/45{
  border-left-color: rgb(67 56 202 / 0.45);
  border-right-color: rgb(67 56 202 / 0.45);
}

.border-x-indigo-700\/5{
  border-left-color: rgb(67 56 202 / 0.05);
  border-right-color: rgb(67 56 202 / 0.05);
}

.border-x-indigo-700\/50{
  border-left-color: rgb(67 56 202 / 0.5);
  border-right-color: rgb(67 56 202 / 0.5);
}

.border-x-indigo-700\/55{
  border-left-color: rgb(67 56 202 / 0.55);
  border-right-color: rgb(67 56 202 / 0.55);
}

.border-x-indigo-700\/60{
  border-left-color: rgb(67 56 202 / 0.6);
  border-right-color: rgb(67 56 202 / 0.6);
}

.border-x-indigo-700\/65{
  border-left-color: rgb(67 56 202 / 0.65);
  border-right-color: rgb(67 56 202 / 0.65);
}

.border-x-indigo-700\/70{
  border-left-color: rgb(67 56 202 / 0.7);
  border-right-color: rgb(67 56 202 / 0.7);
}

.border-x-indigo-700\/75{
  border-left-color: rgb(67 56 202 / 0.75);
  border-right-color: rgb(67 56 202 / 0.75);
}

.border-x-indigo-700\/80{
  border-left-color: rgb(67 56 202 / 0.8);
  border-right-color: rgb(67 56 202 / 0.8);
}

.border-x-indigo-700\/85{
  border-left-color: rgb(67 56 202 / 0.85);
  border-right-color: rgb(67 56 202 / 0.85);
}

.border-x-indigo-700\/90{
  border-left-color: rgb(67 56 202 / 0.9);
  border-right-color: rgb(67 56 202 / 0.9);
}

.border-x-indigo-700\/95{
  border-left-color: rgb(67 56 202 / 0.95);
  border-right-color: rgb(67 56 202 / 0.95);
}

.border-x-indigo-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(55 48 163 / 0.15);
  border-right-color: rgb(55 48 163 / 0.15);
}

.border-x-indigo-800\/20{
  border-left-color: rgb(55 48 163 / 0.2);
  border-right-color: rgb(55 48 163 / 0.2);
}

.border-x-indigo-800\/25{
  border-left-color: rgb(55 48 163 / 0.25);
  border-right-color: rgb(55 48 163 / 0.25);
}

.border-x-indigo-800\/30{
  border-left-color: rgb(55 48 163 / 0.3);
  border-right-color: rgb(55 48 163 / 0.3);
}

.border-x-indigo-800\/35{
  border-left-color: rgb(55 48 163 / 0.35);
  border-right-color: rgb(55 48 163 / 0.35);
}

.border-x-indigo-800\/40{
  border-left-color: rgb(55 48 163 / 0.4);
  border-right-color: rgb(55 48 163 / 0.4);
}

.border-x-indigo-800\/45{
  border-left-color: rgb(55 48 163 / 0.45);
  border-right-color: rgb(55 48 163 / 0.45);
}

.border-x-indigo-800\/5{
  border-left-color: rgb(55 48 163 / 0.05);
  border-right-color: rgb(55 48 163 / 0.05);
}

.border-x-indigo-800\/50{
  border-left-color: rgb(55 48 163 / 0.5);
  border-right-color: rgb(55 48 163 / 0.5);
}

.border-x-indigo-800\/55{
  border-left-color: rgb(55 48 163 / 0.55);
  border-right-color: rgb(55 48 163 / 0.55);
}

.border-x-indigo-800\/60{
  border-left-color: rgb(55 48 163 / 0.6);
  border-right-color: rgb(55 48 163 / 0.6);
}

.border-x-indigo-800\/65{
  border-left-color: rgb(55 48 163 / 0.65);
  border-right-color: rgb(55 48 163 / 0.65);
}

.border-x-indigo-800\/70{
  border-left-color: rgb(55 48 163 / 0.7);
  border-right-color: rgb(55 48 163 / 0.7);
}

.border-x-indigo-800\/75{
  border-left-color: rgb(55 48 163 / 0.75);
  border-right-color: rgb(55 48 163 / 0.75);
}

.border-x-indigo-800\/80{
  border-left-color: rgb(55 48 163 / 0.8);
  border-right-color: rgb(55 48 163 / 0.8);
}

.border-x-indigo-800\/85{
  border-left-color: rgb(55 48 163 / 0.85);
  border-right-color: rgb(55 48 163 / 0.85);
}

.border-x-indigo-800\/90{
  border-left-color: rgb(55 48 163 / 0.9);
  border-right-color: rgb(55 48 163 / 0.9);
}

.border-x-indigo-800\/95{
  border-left-color: rgb(55 48 163 / 0.95);
  border-right-color: rgb(55 48 163 / 0.95);
}

.border-x-indigo-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(49 46 129 / 0.15);
  border-right-color: rgb(49 46 129 / 0.15);
}

.border-x-indigo-900\/20{
  border-left-color: rgb(49 46 129 / 0.2);
  border-right-color: rgb(49 46 129 / 0.2);
}

.border-x-indigo-900\/25{
  border-left-color: rgb(49 46 129 / 0.25);
  border-right-color: rgb(49 46 129 / 0.25);
}

.border-x-indigo-900\/30{
  border-left-color: rgb(49 46 129 / 0.3);
  border-right-color: rgb(49 46 129 / 0.3);
}

.border-x-indigo-900\/35{
  border-left-color: rgb(49 46 129 / 0.35);
  border-right-color: rgb(49 46 129 / 0.35);
}

.border-x-indigo-900\/40{
  border-left-color: rgb(49 46 129 / 0.4);
  border-right-color: rgb(49 46 129 / 0.4);
}

.border-x-indigo-900\/45{
  border-left-color: rgb(49 46 129 / 0.45);
  border-right-color: rgb(49 46 129 / 0.45);
}

.border-x-indigo-900\/5{
  border-left-color: rgb(49 46 129 / 0.05);
  border-right-color: rgb(49 46 129 / 0.05);
}

.border-x-indigo-900\/50{
  border-left-color: rgb(49 46 129 / 0.5);
  border-right-color: rgb(49 46 129 / 0.5);
}

.border-x-indigo-900\/55{
  border-left-color: rgb(49 46 129 / 0.55);
  border-right-color: rgb(49 46 129 / 0.55);
}

.border-x-indigo-900\/60{
  border-left-color: rgb(49 46 129 / 0.6);
  border-right-color: rgb(49 46 129 / 0.6);
}

.border-x-indigo-900\/65{
  border-left-color: rgb(49 46 129 / 0.65);
  border-right-color: rgb(49 46 129 / 0.65);
}

.border-x-indigo-900\/70{
  border-left-color: rgb(49 46 129 / 0.7);
  border-right-color: rgb(49 46 129 / 0.7);
}

.border-x-indigo-900\/75{
  border-left-color: rgb(49 46 129 / 0.75);
  border-right-color: rgb(49 46 129 / 0.75);
}

.border-x-indigo-900\/80{
  border-left-color: rgb(49 46 129 / 0.8);
  border-right-color: rgb(49 46 129 / 0.8);
}

.border-x-indigo-900\/85{
  border-left-color: rgb(49 46 129 / 0.85);
  border-right-color: rgb(49 46 129 / 0.85);
}

.border-x-indigo-900\/90{
  border-left-color: rgb(49 46 129 / 0.9);
  border-right-color: rgb(49 46 129 / 0.9);
}

.border-x-indigo-900\/95{
  border-left-color: rgb(49 46 129 / 0.95);
  border-right-color: rgb(49 46 129 / 0.95);
}

.border-x-indigo-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(30 27 75 / 0.15);
  border-right-color: rgb(30 27 75 / 0.15);
}

.border-x-indigo-950\/20{
  border-left-color: rgb(30 27 75 / 0.2);
  border-right-color: rgb(30 27 75 / 0.2);
}

.border-x-indigo-950\/25{
  border-left-color: rgb(30 27 75 / 0.25);
  border-right-color: rgb(30 27 75 / 0.25);
}

.border-x-indigo-950\/30{
  border-left-color: rgb(30 27 75 / 0.3);
  border-right-color: rgb(30 27 75 / 0.3);
}

.border-x-indigo-950\/35{
  border-left-color: rgb(30 27 75 / 0.35);
  border-right-color: rgb(30 27 75 / 0.35);
}

.border-x-indigo-950\/40{
  border-left-color: rgb(30 27 75 / 0.4);
  border-right-color: rgb(30 27 75 / 0.4);
}

.border-x-indigo-950\/45{
  border-left-color: rgb(30 27 75 / 0.45);
  border-right-color: rgb(30 27 75 / 0.45);
}

.border-x-indigo-950\/5{
  border-left-color: rgb(30 27 75 / 0.05);
  border-right-color: rgb(30 27 75 / 0.05);
}

.border-x-indigo-950\/50{
  border-left-color: rgb(30 27 75 / 0.5);
  border-right-color: rgb(30 27 75 / 0.5);
}

.border-x-indigo-950\/55{
  border-left-color: rgb(30 27 75 / 0.55);
  border-right-color: rgb(30 27 75 / 0.55);
}

.border-x-indigo-950\/60{
  border-left-color: rgb(30 27 75 / 0.6);
  border-right-color: rgb(30 27 75 / 0.6);
}

.border-x-indigo-950\/65{
  border-left-color: rgb(30 27 75 / 0.65);
  border-right-color: rgb(30 27 75 / 0.65);
}

.border-x-indigo-950\/70{
  border-left-color: rgb(30 27 75 / 0.7);
  border-right-color: rgb(30 27 75 / 0.7);
}

.border-x-indigo-950\/75{
  border-left-color: rgb(30 27 75 / 0.75);
  border-right-color: rgb(30 27 75 / 0.75);
}

.border-x-indigo-950\/80{
  border-left-color: rgb(30 27 75 / 0.8);
  border-right-color: rgb(30 27 75 / 0.8);
}

.border-x-indigo-950\/85{
  border-left-color: rgb(30 27 75 / 0.85);
  border-right-color: rgb(30 27 75 / 0.85);
}

.border-x-indigo-950\/90{
  border-left-color: rgb(30 27 75 / 0.9);
  border-right-color: rgb(30 27 75 / 0.9);
}

.border-x-indigo-950\/95{
  border-left-color: rgb(30 27 75 / 0.95);
  border-right-color: rgb(30 27 75 / 0.95);
}

.border-x-info{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 159 26 / var(--tw-border-opacity));
  border-right-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.border-x-info-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(203 122 0 / var(--tw-border-opacity));
  border-right-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.border-x-info-hover\/0{
  border-left-color: rgb(203 122 0 / 0);
  border-right-color: rgb(203 122 0 / 0);
}

.border-x-info-hover\/10{
  border-left-color: rgb(203 122 0 / 0.1);
  border-right-color: rgb(203 122 0 / 0.1);
}

.border-x-info-hover\/100{
  border-left-color: rgb(203 122 0 / 1);
  border-right-color: rgb(203 122 0 / 1);
}

.border-x-info-hover\/15{
  border-left-color: rgb(203 122 0 / 0.15);
  border-right-color: rgb(203 122 0 / 0.15);
}

.border-x-info-hover\/20{
  border-left-color: rgb(203 122 0 / 0.2);
  border-right-color: rgb(203 122 0 / 0.2);
}

.border-x-info-hover\/25{
  border-left-color: rgb(203 122 0 / 0.25);
  border-right-color: rgb(203 122 0 / 0.25);
}

.border-x-info-hover\/30{
  border-left-color: rgb(203 122 0 / 0.3);
  border-right-color: rgb(203 122 0 / 0.3);
}

.border-x-info-hover\/35{
  border-left-color: rgb(203 122 0 / 0.35);
  border-right-color: rgb(203 122 0 / 0.35);
}

.border-x-info-hover\/40{
  border-left-color: rgb(203 122 0 / 0.4);
  border-right-color: rgb(203 122 0 / 0.4);
}

.border-x-info-hover\/45{
  border-left-color: rgb(203 122 0 / 0.45);
  border-right-color: rgb(203 122 0 / 0.45);
}

.border-x-info-hover\/5{
  border-left-color: rgb(203 122 0 / 0.05);
  border-right-color: rgb(203 122 0 / 0.05);
}

.border-x-info-hover\/50{
  border-left-color: rgb(203 122 0 / 0.5);
  border-right-color: rgb(203 122 0 / 0.5);
}

.border-x-info-hover\/55{
  border-left-color: rgb(203 122 0 / 0.55);
  border-right-color: rgb(203 122 0 / 0.55);
}

.border-x-info-hover\/60{
  border-left-color: rgb(203 122 0 / 0.6);
  border-right-color: rgb(203 122 0 / 0.6);
}

.border-x-info-hover\/65{
  border-left-color: rgb(203 122 0 / 0.65);
  border-right-color: rgb(203 122 0 / 0.65);
}

.border-x-info-hover\/70{
  border-left-color: rgb(203 122 0 / 0.7);
  border-right-color: rgb(203 122 0 / 0.7);
}

.border-x-info-hover\/75{
  border-left-color: rgb(203 122 0 / 0.75);
  border-right-color: rgb(203 122 0 / 0.75);
}

.border-x-info-hover\/80{
  border-left-color: rgb(203 122 0 / 0.8);
  border-right-color: rgb(203 122 0 / 0.8);
}

.border-x-info-hover\/85{
  border-left-color: rgb(203 122 0 / 0.85);
  border-right-color: rgb(203 122 0 / 0.85);
}

.border-x-info-hover\/90{
  border-left-color: rgb(203 122 0 / 0.9);
  border-right-color: rgb(203 122 0 / 0.9);
}

.border-x-info-hover\/95{
  border-left-color: rgb(203 122 0 / 0.95);
  border-right-color: rgb(203 122 0 / 0.95);
}

.border-x-info\/0{
  border-left-color: rgb(247 159 26 / 0);
  border-right-color: rgb(247 159 26 / 0);
}

.border-x-info\/10{
  border-left-color: rgb(247 159 26 / 0.1);
  border-right-color: rgb(247 159 26 / 0.1);
}

.border-x-info\/100{
  border-left-color: rgb(247 159 26 / 1);
  border-right-color: rgb(247 159 26 / 1);
}

.border-x-info\/15{
  border-left-color: rgb(247 159 26 / 0.15);
  border-right-color: rgb(247 159 26 / 0.15);
}

.border-x-info\/20{
  border-left-color: rgb(247 159 26 / 0.2);
  border-right-color: rgb(247 159 26 / 0.2);
}

.border-x-info\/25{
  border-left-color: rgb(247 159 26 / 0.25);
  border-right-color: rgb(247 159 26 / 0.25);
}

.border-x-info\/30{
  border-left-color: rgb(247 159 26 / 0.3);
  border-right-color: rgb(247 159 26 / 0.3);
}

.border-x-info\/35{
  border-left-color: rgb(247 159 26 / 0.35);
  border-right-color: rgb(247 159 26 / 0.35);
}

.border-x-info\/40{
  border-left-color: rgb(247 159 26 / 0.4);
  border-right-color: rgb(247 159 26 / 0.4);
}

.border-x-info\/45{
  border-left-color: rgb(247 159 26 / 0.45);
  border-right-color: rgb(247 159 26 / 0.45);
}

.border-x-info\/5{
  border-left-color: rgb(247 159 26 / 0.05);
  border-right-color: rgb(247 159 26 / 0.05);
}

.border-x-info\/50{
  border-left-color: rgb(247 159 26 / 0.5);
  border-right-color: rgb(247 159 26 / 0.5);
}

.border-x-info\/55{
  border-left-color: rgb(247 159 26 / 0.55);
  border-right-color: rgb(247 159 26 / 0.55);
}

.border-x-info\/60{
  border-left-color: rgb(247 159 26 / 0.6);
  border-right-color: rgb(247 159 26 / 0.6);
}

.border-x-info\/65{
  border-left-color: rgb(247 159 26 / 0.65);
  border-right-color: rgb(247 159 26 / 0.65);
}

.border-x-info\/70{
  border-left-color: rgb(247 159 26 / 0.7);
  border-right-color: rgb(247 159 26 / 0.7);
}

.border-x-info\/75{
  border-left-color: rgb(247 159 26 / 0.75);
  border-right-color: rgb(247 159 26 / 0.75);
}

.border-x-info\/80{
  border-left-color: rgb(247 159 26 / 0.8);
  border-right-color: rgb(247 159 26 / 0.8);
}

.border-x-info\/85{
  border-left-color: rgb(247 159 26 / 0.85);
  border-right-color: rgb(247 159 26 / 0.85);
}

.border-x-info\/90{
  border-left-color: rgb(247 159 26 / 0.9);
  border-right-color: rgb(247 159 26 / 0.9);
}

.border-x-info\/95{
  border-left-color: rgb(247 159 26 / 0.95);
  border-right-color: rgb(247 159 26 / 0.95);
}

.border-x-inherit{
  border-left-color: inherit;
  border-right-color: inherit;
}

.border-x-lime-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity));
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-x-lime-100\/0{
  border-left-color: rgb(236 252 203 / 0);
  border-right-color: rgb(236 252 203 / 0);
}

.border-x-lime-100\/10{
  border-left-color: rgb(236 252 203 / 0.1);
  border-right-color: rgb(236 252 203 / 0.1);
}

.border-x-lime-100\/100{
  border-left-color: rgb(236 252 203 / 1);
  border-right-color: rgb(236 252 203 / 1);
}

.border-x-lime-100\/15{
  border-left-color: rgb(236 252 203 / 0.15);
  border-right-color: rgb(236 252 203 / 0.15);
}

.border-x-lime-100\/20{
  border-left-color: rgb(236 252 203 / 0.2);
  border-right-color: rgb(236 252 203 / 0.2);
}

.border-x-lime-100\/25{
  border-left-color: rgb(236 252 203 / 0.25);
  border-right-color: rgb(236 252 203 / 0.25);
}

.border-x-lime-100\/30{
  border-left-color: rgb(236 252 203 / 0.3);
  border-right-color: rgb(236 252 203 / 0.3);
}

.border-x-lime-100\/35{
  border-left-color: rgb(236 252 203 / 0.35);
  border-right-color: rgb(236 252 203 / 0.35);
}

.border-x-lime-100\/40{
  border-left-color: rgb(236 252 203 / 0.4);
  border-right-color: rgb(236 252 203 / 0.4);
}

.border-x-lime-100\/45{
  border-left-color: rgb(236 252 203 / 0.45);
  border-right-color: rgb(236 252 203 / 0.45);
}

.border-x-lime-100\/5{
  border-left-color: rgb(236 252 203 / 0.05);
  border-right-color: rgb(236 252 203 / 0.05);
}

.border-x-lime-100\/50{
  border-left-color: rgb(236 252 203 / 0.5);
  border-right-color: rgb(236 252 203 / 0.5);
}

.border-x-lime-100\/55{
  border-left-color: rgb(236 252 203 / 0.55);
  border-right-color: rgb(236 252 203 / 0.55);
}

.border-x-lime-100\/60{
  border-left-color: rgb(236 252 203 / 0.6);
  border-right-color: rgb(236 252 203 / 0.6);
}

.border-x-lime-100\/65{
  border-left-color: rgb(236 252 203 / 0.65);
  border-right-color: rgb(236 252 203 / 0.65);
}

.border-x-lime-100\/70{
  border-left-color: rgb(236 252 203 / 0.7);
  border-right-color: rgb(236 252 203 / 0.7);
}

.border-x-lime-100\/75{
  border-left-color: rgb(236 252 203 / 0.75);
  border-right-color: rgb(236 252 203 / 0.75);
}

.border-x-lime-100\/80{
  border-left-color: rgb(236 252 203 / 0.8);
  border-right-color: rgb(236 252 203 / 0.8);
}

.border-x-lime-100\/85{
  border-left-color: rgb(236 252 203 / 0.85);
  border-right-color: rgb(236 252 203 / 0.85);
}

.border-x-lime-100\/90{
  border-left-color: rgb(236 252 203 / 0.9);
  border-right-color: rgb(236 252 203 / 0.9);
}

.border-x-lime-100\/95{
  border-left-color: rgb(236 252 203 / 0.95);
  border-right-color: rgb(236 252 203 / 0.95);
}

.border-x-lime-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(217 249 157 / 0.15);
  border-right-color: rgb(217 249 157 / 0.15);
}

.border-x-lime-200\/20{
  border-left-color: rgb(217 249 157 / 0.2);
  border-right-color: rgb(217 249 157 / 0.2);
}

.border-x-lime-200\/25{
  border-left-color: rgb(217 249 157 / 0.25);
  border-right-color: rgb(217 249 157 / 0.25);
}

.border-x-lime-200\/30{
  border-left-color: rgb(217 249 157 / 0.3);
  border-right-color: rgb(217 249 157 / 0.3);
}

.border-x-lime-200\/35{
  border-left-color: rgb(217 249 157 / 0.35);
  border-right-color: rgb(217 249 157 / 0.35);
}

.border-x-lime-200\/40{
  border-left-color: rgb(217 249 157 / 0.4);
  border-right-color: rgb(217 249 157 / 0.4);
}

.border-x-lime-200\/45{
  border-left-color: rgb(217 249 157 / 0.45);
  border-right-color: rgb(217 249 157 / 0.45);
}

.border-x-lime-200\/5{
  border-left-color: rgb(217 249 157 / 0.05);
  border-right-color: rgb(217 249 157 / 0.05);
}

.border-x-lime-200\/50{
  border-left-color: rgb(217 249 157 / 0.5);
  border-right-color: rgb(217 249 157 / 0.5);
}

.border-x-lime-200\/55{
  border-left-color: rgb(217 249 157 / 0.55);
  border-right-color: rgb(217 249 157 / 0.55);
}

.border-x-lime-200\/60{
  border-left-color: rgb(217 249 157 / 0.6);
  border-right-color: rgb(217 249 157 / 0.6);
}

.border-x-lime-200\/65{
  border-left-color: rgb(217 249 157 / 0.65);
  border-right-color: rgb(217 249 157 / 0.65);
}

.border-x-lime-200\/70{
  border-left-color: rgb(217 249 157 / 0.7);
  border-right-color: rgb(217 249 157 / 0.7);
}

.border-x-lime-200\/75{
  border-left-color: rgb(217 249 157 / 0.75);
  border-right-color: rgb(217 249 157 / 0.75);
}

.border-x-lime-200\/80{
  border-left-color: rgb(217 249 157 / 0.8);
  border-right-color: rgb(217 249 157 / 0.8);
}

.border-x-lime-200\/85{
  border-left-color: rgb(217 249 157 / 0.85);
  border-right-color: rgb(217 249 157 / 0.85);
}

.border-x-lime-200\/90{
  border-left-color: rgb(217 249 157 / 0.9);
  border-right-color: rgb(217 249 157 / 0.9);
}

.border-x-lime-200\/95{
  border-left-color: rgb(217 249 157 / 0.95);
  border-right-color: rgb(217 249 157 / 0.95);
}

.border-x-lime-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(190 242 100 / 0.15);
  border-right-color: rgb(190 242 100 / 0.15);
}

.border-x-lime-300\/20{
  border-left-color: rgb(190 242 100 / 0.2);
  border-right-color: rgb(190 242 100 / 0.2);
}

.border-x-lime-300\/25{
  border-left-color: rgb(190 242 100 / 0.25);
  border-right-color: rgb(190 242 100 / 0.25);
}

.border-x-lime-300\/30{
  border-left-color: rgb(190 242 100 / 0.3);
  border-right-color: rgb(190 242 100 / 0.3);
}

.border-x-lime-300\/35{
  border-left-color: rgb(190 242 100 / 0.35);
  border-right-color: rgb(190 242 100 / 0.35);
}

.border-x-lime-300\/40{
  border-left-color: rgb(190 242 100 / 0.4);
  border-right-color: rgb(190 242 100 / 0.4);
}

.border-x-lime-300\/45{
  border-left-color: rgb(190 242 100 / 0.45);
  border-right-color: rgb(190 242 100 / 0.45);
}

.border-x-lime-300\/5{
  border-left-color: rgb(190 242 100 / 0.05);
  border-right-color: rgb(190 242 100 / 0.05);
}

.border-x-lime-300\/50{
  border-left-color: rgb(190 242 100 / 0.5);
  border-right-color: rgb(190 242 100 / 0.5);
}

.border-x-lime-300\/55{
  border-left-color: rgb(190 242 100 / 0.55);
  border-right-color: rgb(190 242 100 / 0.55);
}

.border-x-lime-300\/60{
  border-left-color: rgb(190 242 100 / 0.6);
  border-right-color: rgb(190 242 100 / 0.6);
}

.border-x-lime-300\/65{
  border-left-color: rgb(190 242 100 / 0.65);
  border-right-color: rgb(190 242 100 / 0.65);
}

.border-x-lime-300\/70{
  border-left-color: rgb(190 242 100 / 0.7);
  border-right-color: rgb(190 242 100 / 0.7);
}

.border-x-lime-300\/75{
  border-left-color: rgb(190 242 100 / 0.75);
  border-right-color: rgb(190 242 100 / 0.75);
}

.border-x-lime-300\/80{
  border-left-color: rgb(190 242 100 / 0.8);
  border-right-color: rgb(190 242 100 / 0.8);
}

.border-x-lime-300\/85{
  border-left-color: rgb(190 242 100 / 0.85);
  border-right-color: rgb(190 242 100 / 0.85);
}

.border-x-lime-300\/90{
  border-left-color: rgb(190 242 100 / 0.9);
  border-right-color: rgb(190 242 100 / 0.9);
}

.border-x-lime-300\/95{
  border-left-color: rgb(190 242 100 / 0.95);
  border-right-color: rgb(190 242 100 / 0.95);
}

.border-x-lime-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(163 230 53 / 0.15);
  border-right-color: rgb(163 230 53 / 0.15);
}

.border-x-lime-400\/20{
  border-left-color: rgb(163 230 53 / 0.2);
  border-right-color: rgb(163 230 53 / 0.2);
}

.border-x-lime-400\/25{
  border-left-color: rgb(163 230 53 / 0.25);
  border-right-color: rgb(163 230 53 / 0.25);
}

.border-x-lime-400\/30{
  border-left-color: rgb(163 230 53 / 0.3);
  border-right-color: rgb(163 230 53 / 0.3);
}

.border-x-lime-400\/35{
  border-left-color: rgb(163 230 53 / 0.35);
  border-right-color: rgb(163 230 53 / 0.35);
}

.border-x-lime-400\/40{
  border-left-color: rgb(163 230 53 / 0.4);
  border-right-color: rgb(163 230 53 / 0.4);
}

.border-x-lime-400\/45{
  border-left-color: rgb(163 230 53 / 0.45);
  border-right-color: rgb(163 230 53 / 0.45);
}

.border-x-lime-400\/5{
  border-left-color: rgb(163 230 53 / 0.05);
  border-right-color: rgb(163 230 53 / 0.05);
}

.border-x-lime-400\/50{
  border-left-color: rgb(163 230 53 / 0.5);
  border-right-color: rgb(163 230 53 / 0.5);
}

.border-x-lime-400\/55{
  border-left-color: rgb(163 230 53 / 0.55);
  border-right-color: rgb(163 230 53 / 0.55);
}

.border-x-lime-400\/60{
  border-left-color: rgb(163 230 53 / 0.6);
  border-right-color: rgb(163 230 53 / 0.6);
}

.border-x-lime-400\/65{
  border-left-color: rgb(163 230 53 / 0.65);
  border-right-color: rgb(163 230 53 / 0.65);
}

.border-x-lime-400\/70{
  border-left-color: rgb(163 230 53 / 0.7);
  border-right-color: rgb(163 230 53 / 0.7);
}

.border-x-lime-400\/75{
  border-left-color: rgb(163 230 53 / 0.75);
  border-right-color: rgb(163 230 53 / 0.75);
}

.border-x-lime-400\/80{
  border-left-color: rgb(163 230 53 / 0.8);
  border-right-color: rgb(163 230 53 / 0.8);
}

.border-x-lime-400\/85{
  border-left-color: rgb(163 230 53 / 0.85);
  border-right-color: rgb(163 230 53 / 0.85);
}

.border-x-lime-400\/90{
  border-left-color: rgb(163 230 53 / 0.9);
  border-right-color: rgb(163 230 53 / 0.9);
}

.border-x-lime-400\/95{
  border-left-color: rgb(163 230 53 / 0.95);
  border-right-color: rgb(163 230 53 / 0.95);
}

.border-x-lime-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(247 254 231 / 0.15);
  border-right-color: rgb(247 254 231 / 0.15);
}

.border-x-lime-50\/20{
  border-left-color: rgb(247 254 231 / 0.2);
  border-right-color: rgb(247 254 231 / 0.2);
}

.border-x-lime-50\/25{
  border-left-color: rgb(247 254 231 / 0.25);
  border-right-color: rgb(247 254 231 / 0.25);
}

.border-x-lime-50\/30{
  border-left-color: rgb(247 254 231 / 0.3);
  border-right-color: rgb(247 254 231 / 0.3);
}

.border-x-lime-50\/35{
  border-left-color: rgb(247 254 231 / 0.35);
  border-right-color: rgb(247 254 231 / 0.35);
}

.border-x-lime-50\/40{
  border-left-color: rgb(247 254 231 / 0.4);
  border-right-color: rgb(247 254 231 / 0.4);
}

.border-x-lime-50\/45{
  border-left-color: rgb(247 254 231 / 0.45);
  border-right-color: rgb(247 254 231 / 0.45);
}

.border-x-lime-50\/5{
  border-left-color: rgb(247 254 231 / 0.05);
  border-right-color: rgb(247 254 231 / 0.05);
}

.border-x-lime-50\/50{
  border-left-color: rgb(247 254 231 / 0.5);
  border-right-color: rgb(247 254 231 / 0.5);
}

.border-x-lime-50\/55{
  border-left-color: rgb(247 254 231 / 0.55);
  border-right-color: rgb(247 254 231 / 0.55);
}

.border-x-lime-50\/60{
  border-left-color: rgb(247 254 231 / 0.6);
  border-right-color: rgb(247 254 231 / 0.6);
}

.border-x-lime-50\/65{
  border-left-color: rgb(247 254 231 / 0.65);
  border-right-color: rgb(247 254 231 / 0.65);
}

.border-x-lime-50\/70{
  border-left-color: rgb(247 254 231 / 0.7);
  border-right-color: rgb(247 254 231 / 0.7);
}

.border-x-lime-50\/75{
  border-left-color: rgb(247 254 231 / 0.75);
  border-right-color: rgb(247 254 231 / 0.75);
}

.border-x-lime-50\/80{
  border-left-color: rgb(247 254 231 / 0.8);
  border-right-color: rgb(247 254 231 / 0.8);
}

.border-x-lime-50\/85{
  border-left-color: rgb(247 254 231 / 0.85);
  border-right-color: rgb(247 254 231 / 0.85);
}

.border-x-lime-50\/90{
  border-left-color: rgb(247 254 231 / 0.9);
  border-right-color: rgb(247 254 231 / 0.9);
}

.border-x-lime-50\/95{
  border-left-color: rgb(247 254 231 / 0.95);
  border-right-color: rgb(247 254 231 / 0.95);
}

.border-x-lime-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(132 204 22 / 0.15);
  border-right-color: rgb(132 204 22 / 0.15);
}

.border-x-lime-500\/20{
  border-left-color: rgb(132 204 22 / 0.2);
  border-right-color: rgb(132 204 22 / 0.2);
}

.border-x-lime-500\/25{
  border-left-color: rgb(132 204 22 / 0.25);
  border-right-color: rgb(132 204 22 / 0.25);
}

.border-x-lime-500\/30{
  border-left-color: rgb(132 204 22 / 0.3);
  border-right-color: rgb(132 204 22 / 0.3);
}

.border-x-lime-500\/35{
  border-left-color: rgb(132 204 22 / 0.35);
  border-right-color: rgb(132 204 22 / 0.35);
}

.border-x-lime-500\/40{
  border-left-color: rgb(132 204 22 / 0.4);
  border-right-color: rgb(132 204 22 / 0.4);
}

.border-x-lime-500\/45{
  border-left-color: rgb(132 204 22 / 0.45);
  border-right-color: rgb(132 204 22 / 0.45);
}

.border-x-lime-500\/5{
  border-left-color: rgb(132 204 22 / 0.05);
  border-right-color: rgb(132 204 22 / 0.05);
}

.border-x-lime-500\/50{
  border-left-color: rgb(132 204 22 / 0.5);
  border-right-color: rgb(132 204 22 / 0.5);
}

.border-x-lime-500\/55{
  border-left-color: rgb(132 204 22 / 0.55);
  border-right-color: rgb(132 204 22 / 0.55);
}

.border-x-lime-500\/60{
  border-left-color: rgb(132 204 22 / 0.6);
  border-right-color: rgb(132 204 22 / 0.6);
}

.border-x-lime-500\/65{
  border-left-color: rgb(132 204 22 / 0.65);
  border-right-color: rgb(132 204 22 / 0.65);
}

.border-x-lime-500\/70{
  border-left-color: rgb(132 204 22 / 0.7);
  border-right-color: rgb(132 204 22 / 0.7);
}

.border-x-lime-500\/75{
  border-left-color: rgb(132 204 22 / 0.75);
  border-right-color: rgb(132 204 22 / 0.75);
}

.border-x-lime-500\/80{
  border-left-color: rgb(132 204 22 / 0.8);
  border-right-color: rgb(132 204 22 / 0.8);
}

.border-x-lime-500\/85{
  border-left-color: rgb(132 204 22 / 0.85);
  border-right-color: rgb(132 204 22 / 0.85);
}

.border-x-lime-500\/90{
  border-left-color: rgb(132 204 22 / 0.9);
  border-right-color: rgb(132 204 22 / 0.9);
}

.border-x-lime-500\/95{
  border-left-color: rgb(132 204 22 / 0.95);
  border-right-color: rgb(132 204 22 / 0.95);
}

.border-x-lime-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(101 163 13 / 0.15);
  border-right-color: rgb(101 163 13 / 0.15);
}

.border-x-lime-600\/20{
  border-left-color: rgb(101 163 13 / 0.2);
  border-right-color: rgb(101 163 13 / 0.2);
}

.border-x-lime-600\/25{
  border-left-color: rgb(101 163 13 / 0.25);
  border-right-color: rgb(101 163 13 / 0.25);
}

.border-x-lime-600\/30{
  border-left-color: rgb(101 163 13 / 0.3);
  border-right-color: rgb(101 163 13 / 0.3);
}

.border-x-lime-600\/35{
  border-left-color: rgb(101 163 13 / 0.35);
  border-right-color: rgb(101 163 13 / 0.35);
}

.border-x-lime-600\/40{
  border-left-color: rgb(101 163 13 / 0.4);
  border-right-color: rgb(101 163 13 / 0.4);
}

.border-x-lime-600\/45{
  border-left-color: rgb(101 163 13 / 0.45);
  border-right-color: rgb(101 163 13 / 0.45);
}

.border-x-lime-600\/5{
  border-left-color: rgb(101 163 13 / 0.05);
  border-right-color: rgb(101 163 13 / 0.05);
}

.border-x-lime-600\/50{
  border-left-color: rgb(101 163 13 / 0.5);
  border-right-color: rgb(101 163 13 / 0.5);
}

.border-x-lime-600\/55{
  border-left-color: rgb(101 163 13 / 0.55);
  border-right-color: rgb(101 163 13 / 0.55);
}

.border-x-lime-600\/60{
  border-left-color: rgb(101 163 13 / 0.6);
  border-right-color: rgb(101 163 13 / 0.6);
}

.border-x-lime-600\/65{
  border-left-color: rgb(101 163 13 / 0.65);
  border-right-color: rgb(101 163 13 / 0.65);
}

.border-x-lime-600\/70{
  border-left-color: rgb(101 163 13 / 0.7);
  border-right-color: rgb(101 163 13 / 0.7);
}

.border-x-lime-600\/75{
  border-left-color: rgb(101 163 13 / 0.75);
  border-right-color: rgb(101 163 13 / 0.75);
}

.border-x-lime-600\/80{
  border-left-color: rgb(101 163 13 / 0.8);
  border-right-color: rgb(101 163 13 / 0.8);
}

.border-x-lime-600\/85{
  border-left-color: rgb(101 163 13 / 0.85);
  border-right-color: rgb(101 163 13 / 0.85);
}

.border-x-lime-600\/90{
  border-left-color: rgb(101 163 13 / 0.9);
  border-right-color: rgb(101 163 13 / 0.9);
}

.border-x-lime-600\/95{
  border-left-color: rgb(101 163 13 / 0.95);
  border-right-color: rgb(101 163 13 / 0.95);
}

.border-x-lime-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(77 124 15 / 0.15);
  border-right-color: rgb(77 124 15 / 0.15);
}

.border-x-lime-700\/20{
  border-left-color: rgb(77 124 15 / 0.2);
  border-right-color: rgb(77 124 15 / 0.2);
}

.border-x-lime-700\/25{
  border-left-color: rgb(77 124 15 / 0.25);
  border-right-color: rgb(77 124 15 / 0.25);
}

.border-x-lime-700\/30{
  border-left-color: rgb(77 124 15 / 0.3);
  border-right-color: rgb(77 124 15 / 0.3);
}

.border-x-lime-700\/35{
  border-left-color: rgb(77 124 15 / 0.35);
  border-right-color: rgb(77 124 15 / 0.35);
}

.border-x-lime-700\/40{
  border-left-color: rgb(77 124 15 / 0.4);
  border-right-color: rgb(77 124 15 / 0.4);
}

.border-x-lime-700\/45{
  border-left-color: rgb(77 124 15 / 0.45);
  border-right-color: rgb(77 124 15 / 0.45);
}

.border-x-lime-700\/5{
  border-left-color: rgb(77 124 15 / 0.05);
  border-right-color: rgb(77 124 15 / 0.05);
}

.border-x-lime-700\/50{
  border-left-color: rgb(77 124 15 / 0.5);
  border-right-color: rgb(77 124 15 / 0.5);
}

.border-x-lime-700\/55{
  border-left-color: rgb(77 124 15 / 0.55);
  border-right-color: rgb(77 124 15 / 0.55);
}

.border-x-lime-700\/60{
  border-left-color: rgb(77 124 15 / 0.6);
  border-right-color: rgb(77 124 15 / 0.6);
}

.border-x-lime-700\/65{
  border-left-color: rgb(77 124 15 / 0.65);
  border-right-color: rgb(77 124 15 / 0.65);
}

.border-x-lime-700\/70{
  border-left-color: rgb(77 124 15 / 0.7);
  border-right-color: rgb(77 124 15 / 0.7);
}

.border-x-lime-700\/75{
  border-left-color: rgb(77 124 15 / 0.75);
  border-right-color: rgb(77 124 15 / 0.75);
}

.border-x-lime-700\/80{
  border-left-color: rgb(77 124 15 / 0.8);
  border-right-color: rgb(77 124 15 / 0.8);
}

.border-x-lime-700\/85{
  border-left-color: rgb(77 124 15 / 0.85);
  border-right-color: rgb(77 124 15 / 0.85);
}

.border-x-lime-700\/90{
  border-left-color: rgb(77 124 15 / 0.9);
  border-right-color: rgb(77 124 15 / 0.9);
}

.border-x-lime-700\/95{
  border-left-color: rgb(77 124 15 / 0.95);
  border-right-color: rgb(77 124 15 / 0.95);
}

.border-x-lime-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(63 98 18 / 0.15);
  border-right-color: rgb(63 98 18 / 0.15);
}

.border-x-lime-800\/20{
  border-left-color: rgb(63 98 18 / 0.2);
  border-right-color: rgb(63 98 18 / 0.2);
}

.border-x-lime-800\/25{
  border-left-color: rgb(63 98 18 / 0.25);
  border-right-color: rgb(63 98 18 / 0.25);
}

.border-x-lime-800\/30{
  border-left-color: rgb(63 98 18 / 0.3);
  border-right-color: rgb(63 98 18 / 0.3);
}

.border-x-lime-800\/35{
  border-left-color: rgb(63 98 18 / 0.35);
  border-right-color: rgb(63 98 18 / 0.35);
}

.border-x-lime-800\/40{
  border-left-color: rgb(63 98 18 / 0.4);
  border-right-color: rgb(63 98 18 / 0.4);
}

.border-x-lime-800\/45{
  border-left-color: rgb(63 98 18 / 0.45);
  border-right-color: rgb(63 98 18 / 0.45);
}

.border-x-lime-800\/5{
  border-left-color: rgb(63 98 18 / 0.05);
  border-right-color: rgb(63 98 18 / 0.05);
}

.border-x-lime-800\/50{
  border-left-color: rgb(63 98 18 / 0.5);
  border-right-color: rgb(63 98 18 / 0.5);
}

.border-x-lime-800\/55{
  border-left-color: rgb(63 98 18 / 0.55);
  border-right-color: rgb(63 98 18 / 0.55);
}

.border-x-lime-800\/60{
  border-left-color: rgb(63 98 18 / 0.6);
  border-right-color: rgb(63 98 18 / 0.6);
}

.border-x-lime-800\/65{
  border-left-color: rgb(63 98 18 / 0.65);
  border-right-color: rgb(63 98 18 / 0.65);
}

.border-x-lime-800\/70{
  border-left-color: rgb(63 98 18 / 0.7);
  border-right-color: rgb(63 98 18 / 0.7);
}

.border-x-lime-800\/75{
  border-left-color: rgb(63 98 18 / 0.75);
  border-right-color: rgb(63 98 18 / 0.75);
}

.border-x-lime-800\/80{
  border-left-color: rgb(63 98 18 / 0.8);
  border-right-color: rgb(63 98 18 / 0.8);
}

.border-x-lime-800\/85{
  border-left-color: rgb(63 98 18 / 0.85);
  border-right-color: rgb(63 98 18 / 0.85);
}

.border-x-lime-800\/90{
  border-left-color: rgb(63 98 18 / 0.9);
  border-right-color: rgb(63 98 18 / 0.9);
}

.border-x-lime-800\/95{
  border-left-color: rgb(63 98 18 / 0.95);
  border-right-color: rgb(63 98 18 / 0.95);
}

.border-x-lime-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(54 83 20 / 0.15);
  border-right-color: rgb(54 83 20 / 0.15);
}

.border-x-lime-900\/20{
  border-left-color: rgb(54 83 20 / 0.2);
  border-right-color: rgb(54 83 20 / 0.2);
}

.border-x-lime-900\/25{
  border-left-color: rgb(54 83 20 / 0.25);
  border-right-color: rgb(54 83 20 / 0.25);
}

.border-x-lime-900\/30{
  border-left-color: rgb(54 83 20 / 0.3);
  border-right-color: rgb(54 83 20 / 0.3);
}

.border-x-lime-900\/35{
  border-left-color: rgb(54 83 20 / 0.35);
  border-right-color: rgb(54 83 20 / 0.35);
}

.border-x-lime-900\/40{
  border-left-color: rgb(54 83 20 / 0.4);
  border-right-color: rgb(54 83 20 / 0.4);
}

.border-x-lime-900\/45{
  border-left-color: rgb(54 83 20 / 0.45);
  border-right-color: rgb(54 83 20 / 0.45);
}

.border-x-lime-900\/5{
  border-left-color: rgb(54 83 20 / 0.05);
  border-right-color: rgb(54 83 20 / 0.05);
}

.border-x-lime-900\/50{
  border-left-color: rgb(54 83 20 / 0.5);
  border-right-color: rgb(54 83 20 / 0.5);
}

.border-x-lime-900\/55{
  border-left-color: rgb(54 83 20 / 0.55);
  border-right-color: rgb(54 83 20 / 0.55);
}

.border-x-lime-900\/60{
  border-left-color: rgb(54 83 20 / 0.6);
  border-right-color: rgb(54 83 20 / 0.6);
}

.border-x-lime-900\/65{
  border-left-color: rgb(54 83 20 / 0.65);
  border-right-color: rgb(54 83 20 / 0.65);
}

.border-x-lime-900\/70{
  border-left-color: rgb(54 83 20 / 0.7);
  border-right-color: rgb(54 83 20 / 0.7);
}

.border-x-lime-900\/75{
  border-left-color: rgb(54 83 20 / 0.75);
  border-right-color: rgb(54 83 20 / 0.75);
}

.border-x-lime-900\/80{
  border-left-color: rgb(54 83 20 / 0.8);
  border-right-color: rgb(54 83 20 / 0.8);
}

.border-x-lime-900\/85{
  border-left-color: rgb(54 83 20 / 0.85);
  border-right-color: rgb(54 83 20 / 0.85);
}

.border-x-lime-900\/90{
  border-left-color: rgb(54 83 20 / 0.9);
  border-right-color: rgb(54 83 20 / 0.9);
}

.border-x-lime-900\/95{
  border-left-color: rgb(54 83 20 / 0.95);
  border-right-color: rgb(54 83 20 / 0.95);
}

.border-x-lime-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(26 46 5 / 0.15);
  border-right-color: rgb(26 46 5 / 0.15);
}

.border-x-lime-950\/20{
  border-left-color: rgb(26 46 5 / 0.2);
  border-right-color: rgb(26 46 5 / 0.2);
}

.border-x-lime-950\/25{
  border-left-color: rgb(26 46 5 / 0.25);
  border-right-color: rgb(26 46 5 / 0.25);
}

.border-x-lime-950\/30{
  border-left-color: rgb(26 46 5 / 0.3);
  border-right-color: rgb(26 46 5 / 0.3);
}

.border-x-lime-950\/35{
  border-left-color: rgb(26 46 5 / 0.35);
  border-right-color: rgb(26 46 5 / 0.35);
}

.border-x-lime-950\/40{
  border-left-color: rgb(26 46 5 / 0.4);
  border-right-color: rgb(26 46 5 / 0.4);
}

.border-x-lime-950\/45{
  border-left-color: rgb(26 46 5 / 0.45);
  border-right-color: rgb(26 46 5 / 0.45);
}

.border-x-lime-950\/5{
  border-left-color: rgb(26 46 5 / 0.05);
  border-right-color: rgb(26 46 5 / 0.05);
}

.border-x-lime-950\/50{
  border-left-color: rgb(26 46 5 / 0.5);
  border-right-color: rgb(26 46 5 / 0.5);
}

.border-x-lime-950\/55{
  border-left-color: rgb(26 46 5 / 0.55);
  border-right-color: rgb(26 46 5 / 0.55);
}

.border-x-lime-950\/60{
  border-left-color: rgb(26 46 5 / 0.6);
  border-right-color: rgb(26 46 5 / 0.6);
}

.border-x-lime-950\/65{
  border-left-color: rgb(26 46 5 / 0.65);
  border-right-color: rgb(26 46 5 / 0.65);
}

.border-x-lime-950\/70{
  border-left-color: rgb(26 46 5 / 0.7);
  border-right-color: rgb(26 46 5 / 0.7);
}

.border-x-lime-950\/75{
  border-left-color: rgb(26 46 5 / 0.75);
  border-right-color: rgb(26 46 5 / 0.75);
}

.border-x-lime-950\/80{
  border-left-color: rgb(26 46 5 / 0.8);
  border-right-color: rgb(26 46 5 / 0.8);
}

.border-x-lime-950\/85{
  border-left-color: rgb(26 46 5 / 0.85);
  border-right-color: rgb(26 46 5 / 0.85);
}

.border-x-lime-950\/90{
  border-left-color: rgb(26 46 5 / 0.9);
  border-right-color: rgb(26 46 5 / 0.9);
}

.border-x-lime-950\/95{
  border-left-color: rgb(26 46 5 / 0.95);
  border-right-color: rgb(26 46 5 / 0.95);
}

.border-x-neutral-01{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 224 224 / var(--tw-border-opacity));
  border-right-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-x-neutral-01\/0{
  border-left-color: rgb(224 224 224 / 0);
  border-right-color: rgb(224 224 224 / 0);
}

.border-x-neutral-01\/10{
  border-left-color: rgb(224 224 224 / 0.1);
  border-right-color: rgb(224 224 224 / 0.1);
}

.border-x-neutral-01\/100{
  border-left-color: rgb(224 224 224 / 1);
  border-right-color: rgb(224 224 224 / 1);
}

.border-x-neutral-01\/15{
  border-left-color: rgb(224 224 224 / 0.15);
  border-right-color: rgb(224 224 224 / 0.15);
}

.border-x-neutral-01\/20{
  border-left-color: rgb(224 224 224 / 0.2);
  border-right-color: rgb(224 224 224 / 0.2);
}

.border-x-neutral-01\/25{
  border-left-color: rgb(224 224 224 / 0.25);
  border-right-color: rgb(224 224 224 / 0.25);
}

.border-x-neutral-01\/30{
  border-left-color: rgb(224 224 224 / 0.3);
  border-right-color: rgb(224 224 224 / 0.3);
}

.border-x-neutral-01\/35{
  border-left-color: rgb(224 224 224 / 0.35);
  border-right-color: rgb(224 224 224 / 0.35);
}

.border-x-neutral-01\/40{
  border-left-color: rgb(224 224 224 / 0.4);
  border-right-color: rgb(224 224 224 / 0.4);
}

.border-x-neutral-01\/45{
  border-left-color: rgb(224 224 224 / 0.45);
  border-right-color: rgb(224 224 224 / 0.45);
}

.border-x-neutral-01\/5{
  border-left-color: rgb(224 224 224 / 0.05);
  border-right-color: rgb(224 224 224 / 0.05);
}

.border-x-neutral-01\/50{
  border-left-color: rgb(224 224 224 / 0.5);
  border-right-color: rgb(224 224 224 / 0.5);
}

.border-x-neutral-01\/55{
  border-left-color: rgb(224 224 224 / 0.55);
  border-right-color: rgb(224 224 224 / 0.55);
}

.border-x-neutral-01\/60{
  border-left-color: rgb(224 224 224 / 0.6);
  border-right-color: rgb(224 224 224 / 0.6);
}

.border-x-neutral-01\/65{
  border-left-color: rgb(224 224 224 / 0.65);
  border-right-color: rgb(224 224 224 / 0.65);
}

.border-x-neutral-01\/70{
  border-left-color: rgb(224 224 224 / 0.7);
  border-right-color: rgb(224 224 224 / 0.7);
}

.border-x-neutral-01\/75{
  border-left-color: rgb(224 224 224 / 0.75);
  border-right-color: rgb(224 224 224 / 0.75);
}

.border-x-neutral-01\/80{
  border-left-color: rgb(224 224 224 / 0.8);
  border-right-color: rgb(224 224 224 / 0.8);
}

.border-x-neutral-01\/85{
  border-left-color: rgb(224 224 224 / 0.85);
  border-right-color: rgb(224 224 224 / 0.85);
}

.border-x-neutral-01\/90{
  border-left-color: rgb(224 224 224 / 0.9);
  border-right-color: rgb(224 224 224 / 0.9);
}

.border-x-neutral-01\/95{
  border-left-color: rgb(224 224 224 / 0.95);
  border-right-color: rgb(224 224 224 / 0.95);
}

.border-x-neutral-02{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 234 238 / var(--tw-border-opacity));
  border-right-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.border-x-neutral-02\/0{
  border-left-color: rgb(228 234 238 / 0);
  border-right-color: rgb(228 234 238 / 0);
}

.border-x-neutral-02\/10{
  border-left-color: rgb(228 234 238 / 0.1);
  border-right-color: rgb(228 234 238 / 0.1);
}

.border-x-neutral-02\/100{
  border-left-color: rgb(228 234 238 / 1);
  border-right-color: rgb(228 234 238 / 1);
}

.border-x-neutral-02\/15{
  border-left-color: rgb(228 234 238 / 0.15);
  border-right-color: rgb(228 234 238 / 0.15);
}

.border-x-neutral-02\/20{
  border-left-color: rgb(228 234 238 / 0.2);
  border-right-color: rgb(228 234 238 / 0.2);
}

.border-x-neutral-02\/25{
  border-left-color: rgb(228 234 238 / 0.25);
  border-right-color: rgb(228 234 238 / 0.25);
}

.border-x-neutral-02\/30{
  border-left-color: rgb(228 234 238 / 0.3);
  border-right-color: rgb(228 234 238 / 0.3);
}

.border-x-neutral-02\/35{
  border-left-color: rgb(228 234 238 / 0.35);
  border-right-color: rgb(228 234 238 / 0.35);
}

.border-x-neutral-02\/40{
  border-left-color: rgb(228 234 238 / 0.4);
  border-right-color: rgb(228 234 238 / 0.4);
}

.border-x-neutral-02\/45{
  border-left-color: rgb(228 234 238 / 0.45);
  border-right-color: rgb(228 234 238 / 0.45);
}

.border-x-neutral-02\/5{
  border-left-color: rgb(228 234 238 / 0.05);
  border-right-color: rgb(228 234 238 / 0.05);
}

.border-x-neutral-02\/50{
  border-left-color: rgb(228 234 238 / 0.5);
  border-right-color: rgb(228 234 238 / 0.5);
}

.border-x-neutral-02\/55{
  border-left-color: rgb(228 234 238 / 0.55);
  border-right-color: rgb(228 234 238 / 0.55);
}

.border-x-neutral-02\/60{
  border-left-color: rgb(228 234 238 / 0.6);
  border-right-color: rgb(228 234 238 / 0.6);
}

.border-x-neutral-02\/65{
  border-left-color: rgb(228 234 238 / 0.65);
  border-right-color: rgb(228 234 238 / 0.65);
}

.border-x-neutral-02\/70{
  border-left-color: rgb(228 234 238 / 0.7);
  border-right-color: rgb(228 234 238 / 0.7);
}

.border-x-neutral-02\/75{
  border-left-color: rgb(228 234 238 / 0.75);
  border-right-color: rgb(228 234 238 / 0.75);
}

.border-x-neutral-02\/80{
  border-left-color: rgb(228 234 238 / 0.8);
  border-right-color: rgb(228 234 238 / 0.8);
}

.border-x-neutral-02\/85{
  border-left-color: rgb(228 234 238 / 0.85);
  border-right-color: rgb(228 234 238 / 0.85);
}

.border-x-neutral-02\/90{
  border-left-color: rgb(228 234 238 / 0.9);
  border-right-color: rgb(228 234 238 / 0.9);
}

.border-x-neutral-02\/95{
  border-left-color: rgb(228 234 238 / 0.95);
  border-right-color: rgb(228 234 238 / 0.95);
}

.border-x-neutral-03{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 239 250 / var(--tw-border-opacity));
  border-right-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.border-x-neutral-03\/0{
  border-left-color: rgb(236 239 250 / 0);
  border-right-color: rgb(236 239 250 / 0);
}

.border-x-neutral-03\/10{
  border-left-color: rgb(236 239 250 / 0.1);
  border-right-color: rgb(236 239 250 / 0.1);
}

.border-x-neutral-03\/100{
  border-left-color: rgb(236 239 250 / 1);
  border-right-color: rgb(236 239 250 / 1);
}

.border-x-neutral-03\/15{
  border-left-color: rgb(236 239 250 / 0.15);
  border-right-color: rgb(236 239 250 / 0.15);
}

.border-x-neutral-03\/20{
  border-left-color: rgb(236 239 250 / 0.2);
  border-right-color: rgb(236 239 250 / 0.2);
}

.border-x-neutral-03\/25{
  border-left-color: rgb(236 239 250 / 0.25);
  border-right-color: rgb(236 239 250 / 0.25);
}

.border-x-neutral-03\/30{
  border-left-color: rgb(236 239 250 / 0.3);
  border-right-color: rgb(236 239 250 / 0.3);
}

.border-x-neutral-03\/35{
  border-left-color: rgb(236 239 250 / 0.35);
  border-right-color: rgb(236 239 250 / 0.35);
}

.border-x-neutral-03\/40{
  border-left-color: rgb(236 239 250 / 0.4);
  border-right-color: rgb(236 239 250 / 0.4);
}

.border-x-neutral-03\/45{
  border-left-color: rgb(236 239 250 / 0.45);
  border-right-color: rgb(236 239 250 / 0.45);
}

.border-x-neutral-03\/5{
  border-left-color: rgb(236 239 250 / 0.05);
  border-right-color: rgb(236 239 250 / 0.05);
}

.border-x-neutral-03\/50{
  border-left-color: rgb(236 239 250 / 0.5);
  border-right-color: rgb(236 239 250 / 0.5);
}

.border-x-neutral-03\/55{
  border-left-color: rgb(236 239 250 / 0.55);
  border-right-color: rgb(236 239 250 / 0.55);
}

.border-x-neutral-03\/60{
  border-left-color: rgb(236 239 250 / 0.6);
  border-right-color: rgb(236 239 250 / 0.6);
}

.border-x-neutral-03\/65{
  border-left-color: rgb(236 239 250 / 0.65);
  border-right-color: rgb(236 239 250 / 0.65);
}

.border-x-neutral-03\/70{
  border-left-color: rgb(236 239 250 / 0.7);
  border-right-color: rgb(236 239 250 / 0.7);
}

.border-x-neutral-03\/75{
  border-left-color: rgb(236 239 250 / 0.75);
  border-right-color: rgb(236 239 250 / 0.75);
}

.border-x-neutral-03\/80{
  border-left-color: rgb(236 239 250 / 0.8);
  border-right-color: rgb(236 239 250 / 0.8);
}

.border-x-neutral-03\/85{
  border-left-color: rgb(236 239 250 / 0.85);
  border-right-color: rgb(236 239 250 / 0.85);
}

.border-x-neutral-03\/90{
  border-left-color: rgb(236 239 250 / 0.9);
  border-right-color: rgb(236 239 250 / 0.9);
}

.border-x-neutral-03\/95{
  border-left-color: rgb(236 239 250 / 0.95);
  border-right-color: rgb(236 239 250 / 0.95);
}

.border-x-neutral-04{
  --tw-border-opacity: 1;
  border-left-color: rgb(215 218 226 / var(--tw-border-opacity));
  border-right-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-x-neutral-04\/0{
  border-left-color: rgb(215 218 226 / 0);
  border-right-color: rgb(215 218 226 / 0);
}

.border-x-neutral-04\/10{
  border-left-color: rgb(215 218 226 / 0.1);
  border-right-color: rgb(215 218 226 / 0.1);
}

.border-x-neutral-04\/100{
  border-left-color: rgb(215 218 226 / 1);
  border-right-color: rgb(215 218 226 / 1);
}

.border-x-neutral-04\/15{
  border-left-color: rgb(215 218 226 / 0.15);
  border-right-color: rgb(215 218 226 / 0.15);
}

.border-x-neutral-04\/20{
  border-left-color: rgb(215 218 226 / 0.2);
  border-right-color: rgb(215 218 226 / 0.2);
}

.border-x-neutral-04\/25{
  border-left-color: rgb(215 218 226 / 0.25);
  border-right-color: rgb(215 218 226 / 0.25);
}

.border-x-neutral-04\/30{
  border-left-color: rgb(215 218 226 / 0.3);
  border-right-color: rgb(215 218 226 / 0.3);
}

.border-x-neutral-04\/35{
  border-left-color: rgb(215 218 226 / 0.35);
  border-right-color: rgb(215 218 226 / 0.35);
}

.border-x-neutral-04\/40{
  border-left-color: rgb(215 218 226 / 0.4);
  border-right-color: rgb(215 218 226 / 0.4);
}

.border-x-neutral-04\/45{
  border-left-color: rgb(215 218 226 / 0.45);
  border-right-color: rgb(215 218 226 / 0.45);
}

.border-x-neutral-04\/5{
  border-left-color: rgb(215 218 226 / 0.05);
  border-right-color: rgb(215 218 226 / 0.05);
}

.border-x-neutral-04\/50{
  border-left-color: rgb(215 218 226 / 0.5);
  border-right-color: rgb(215 218 226 / 0.5);
}

.border-x-neutral-04\/55{
  border-left-color: rgb(215 218 226 / 0.55);
  border-right-color: rgb(215 218 226 / 0.55);
}

.border-x-neutral-04\/60{
  border-left-color: rgb(215 218 226 / 0.6);
  border-right-color: rgb(215 218 226 / 0.6);
}

.border-x-neutral-04\/65{
  border-left-color: rgb(215 218 226 / 0.65);
  border-right-color: rgb(215 218 226 / 0.65);
}

.border-x-neutral-04\/70{
  border-left-color: rgb(215 218 226 / 0.7);
  border-right-color: rgb(215 218 226 / 0.7);
}

.border-x-neutral-04\/75{
  border-left-color: rgb(215 218 226 / 0.75);
  border-right-color: rgb(215 218 226 / 0.75);
}

.border-x-neutral-04\/80{
  border-left-color: rgb(215 218 226 / 0.8);
  border-right-color: rgb(215 218 226 / 0.8);
}

.border-x-neutral-04\/85{
  border-left-color: rgb(215 218 226 / 0.85);
  border-right-color: rgb(215 218 226 / 0.85);
}

.border-x-neutral-04\/90{
  border-left-color: rgb(215 218 226 / 0.9);
  border-right-color: rgb(215 218 226 / 0.9);
}

.border-x-neutral-04\/95{
  border-left-color: rgb(215 218 226 / 0.95);
  border-right-color: rgb(215 218 226 / 0.95);
}

.border-x-neutral-05{
  --tw-border-opacity: 1;
  border-left-color: rgb(246 246 246 / var(--tw-border-opacity));
  border-right-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.border-x-neutral-05\/0{
  border-left-color: rgb(246 246 246 / 0);
  border-right-color: rgb(246 246 246 / 0);
}

.border-x-neutral-05\/10{
  border-left-color: rgb(246 246 246 / 0.1);
  border-right-color: rgb(246 246 246 / 0.1);
}

.border-x-neutral-05\/100{
  border-left-color: rgb(246 246 246 / 1);
  border-right-color: rgb(246 246 246 / 1);
}

.border-x-neutral-05\/15{
  border-left-color: rgb(246 246 246 / 0.15);
  border-right-color: rgb(246 246 246 / 0.15);
}

.border-x-neutral-05\/20{
  border-left-color: rgb(246 246 246 / 0.2);
  border-right-color: rgb(246 246 246 / 0.2);
}

.border-x-neutral-05\/25{
  border-left-color: rgb(246 246 246 / 0.25);
  border-right-color: rgb(246 246 246 / 0.25);
}

.border-x-neutral-05\/30{
  border-left-color: rgb(246 246 246 / 0.3);
  border-right-color: rgb(246 246 246 / 0.3);
}

.border-x-neutral-05\/35{
  border-left-color: rgb(246 246 246 / 0.35);
  border-right-color: rgb(246 246 246 / 0.35);
}

.border-x-neutral-05\/40{
  border-left-color: rgb(246 246 246 / 0.4);
  border-right-color: rgb(246 246 246 / 0.4);
}

.border-x-neutral-05\/45{
  border-left-color: rgb(246 246 246 / 0.45);
  border-right-color: rgb(246 246 246 / 0.45);
}

.border-x-neutral-05\/5{
  border-left-color: rgb(246 246 246 / 0.05);
  border-right-color: rgb(246 246 246 / 0.05);
}

.border-x-neutral-05\/50{
  border-left-color: rgb(246 246 246 / 0.5);
  border-right-color: rgb(246 246 246 / 0.5);
}

.border-x-neutral-05\/55{
  border-left-color: rgb(246 246 246 / 0.55);
  border-right-color: rgb(246 246 246 / 0.55);
}

.border-x-neutral-05\/60{
  border-left-color: rgb(246 246 246 / 0.6);
  border-right-color: rgb(246 246 246 / 0.6);
}

.border-x-neutral-05\/65{
  border-left-color: rgb(246 246 246 / 0.65);
  border-right-color: rgb(246 246 246 / 0.65);
}

.border-x-neutral-05\/70{
  border-left-color: rgb(246 246 246 / 0.7);
  border-right-color: rgb(246 246 246 / 0.7);
}

.border-x-neutral-05\/75{
  border-left-color: rgb(246 246 246 / 0.75);
  border-right-color: rgb(246 246 246 / 0.75);
}

.border-x-neutral-05\/80{
  border-left-color: rgb(246 246 246 / 0.8);
  border-right-color: rgb(246 246 246 / 0.8);
}

.border-x-neutral-05\/85{
  border-left-color: rgb(246 246 246 / 0.85);
  border-right-color: rgb(246 246 246 / 0.85);
}

.border-x-neutral-05\/90{
  border-left-color: rgb(246 246 246 / 0.9);
  border-right-color: rgb(246 246 246 / 0.9);
}

.border-x-neutral-05\/95{
  border-left-color: rgb(246 246 246 / 0.95);
  border-right-color: rgb(246 246 246 / 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\/15{
  border-left-color: rgb(245 245 245 / 0.15);
  border-right-color: rgb(245 245 245 / 0.15);
}

.border-x-neutral-100\/20{
  border-left-color: rgb(245 245 245 / 0.2);
  border-right-color: rgb(245 245 245 / 0.2);
}

.border-x-neutral-100\/25{
  border-left-color: rgb(245 245 245 / 0.25);
  border-right-color: rgb(245 245 245 / 0.25);
}

.border-x-neutral-100\/30{
  border-left-color: rgb(245 245 245 / 0.3);
  border-right-color: rgb(245 245 245 / 0.3);
}

.border-x-neutral-100\/35{
  border-left-color: rgb(245 245 245 / 0.35);
  border-right-color: rgb(245 245 245 / 0.35);
}

.border-x-neutral-100\/40{
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}

.border-x-neutral-100\/45{
  border-left-color: rgb(245 245 245 / 0.45);
  border-right-color: rgb(245 245 245 / 0.45);
}

.border-x-neutral-100\/5{
  border-left-color: rgb(245 245 245 / 0.05);
  border-right-color: rgb(245 245 245 / 0.05);
}

.border-x-neutral-100\/50{
  border-left-color: rgb(245 245 245 / 0.5);
  border-right-color: rgb(245 245 245 / 0.5);
}

.border-x-neutral-100\/55{
  border-left-color: rgb(245 245 245 / 0.55);
  border-right-color: rgb(245 245 245 / 0.55);
}

.border-x-neutral-100\/60{
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}

.border-x-neutral-100\/65{
  border-left-color: rgb(245 245 245 / 0.65);
  border-right-color: rgb(245 245 245 / 0.65);
}

.border-x-neutral-100\/70{
  border-left-color: rgb(245 245 245 / 0.7);
  border-right-color: rgb(245 245 245 / 0.7);
}

.border-x-neutral-100\/75{
  border-left-color: rgb(245 245 245 / 0.75);
  border-right-color: rgb(245 245 245 / 0.75);
}

.border-x-neutral-100\/80{
  border-left-color: rgb(245 245 245 / 0.8);
  border-right-color: rgb(245 245 245 / 0.8);
}

.border-x-neutral-100\/85{
  border-left-color: rgb(245 245 245 / 0.85);
  border-right-color: rgb(245 245 245 / 0.85);
}

.border-x-neutral-100\/90{
  border-left-color: rgb(245 245 245 / 0.9);
  border-right-color: rgb(245 245 245 / 0.9);
}

.border-x-neutral-100\/95{
  border-left-color: rgb(245 245 245 / 0.95);
  border-right-color: rgb(245 245 245 / 0.95);
}

.border-x-neutral-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(229 229 229 / 0.15);
  border-right-color: rgb(229 229 229 / 0.15);
}

.border-x-neutral-200\/20{
  border-left-color: rgb(229 229 229 / 0.2);
  border-right-color: rgb(229 229 229 / 0.2);
}

.border-x-neutral-200\/25{
  border-left-color: rgb(229 229 229 / 0.25);
  border-right-color: rgb(229 229 229 / 0.25);
}

.border-x-neutral-200\/30{
  border-left-color: rgb(229 229 229 / 0.3);
  border-right-color: rgb(229 229 229 / 0.3);
}

.border-x-neutral-200\/35{
  border-left-color: rgb(229 229 229 / 0.35);
  border-right-color: rgb(229 229 229 / 0.35);
}

.border-x-neutral-200\/40{
  border-left-color: rgb(229 229 229 / 0.4);
  border-right-color: rgb(229 229 229 / 0.4);
}

.border-x-neutral-200\/45{
  border-left-color: rgb(229 229 229 / 0.45);
  border-right-color: rgb(229 229 229 / 0.45);
}

.border-x-neutral-200\/5{
  border-left-color: rgb(229 229 229 / 0.05);
  border-right-color: rgb(229 229 229 / 0.05);
}

.border-x-neutral-200\/50{
  border-left-color: rgb(229 229 229 / 0.5);
  border-right-color: rgb(229 229 229 / 0.5);
}

.border-x-neutral-200\/55{
  border-left-color: rgb(229 229 229 / 0.55);
  border-right-color: rgb(229 229 229 / 0.55);
}

.border-x-neutral-200\/60{
  border-left-color: rgb(229 229 229 / 0.6);
  border-right-color: rgb(229 229 229 / 0.6);
}

.border-x-neutral-200\/65{
  border-left-color: rgb(229 229 229 / 0.65);
  border-right-color: rgb(229 229 229 / 0.65);
}

.border-x-neutral-200\/70{
  border-left-color: rgb(229 229 229 / 0.7);
  border-right-color: rgb(229 229 229 / 0.7);
}

.border-x-neutral-200\/75{
  border-left-color: rgb(229 229 229 / 0.75);
  border-right-color: rgb(229 229 229 / 0.75);
}

.border-x-neutral-200\/80{
  border-left-color: rgb(229 229 229 / 0.8);
  border-right-color: rgb(229 229 229 / 0.8);
}

.border-x-neutral-200\/85{
  border-left-color: rgb(229 229 229 / 0.85);
  border-right-color: rgb(229 229 229 / 0.85);
}

.border-x-neutral-200\/90{
  border-left-color: rgb(229 229 229 / 0.9);
  border-right-color: rgb(229 229 229 / 0.9);
}

.border-x-neutral-200\/95{
  border-left-color: rgb(229 229 229 / 0.95);
  border-right-color: rgb(229 229 229 / 0.95);
}

.border-x-neutral-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(212 212 212 / 0.15);
  border-right-color: rgb(212 212 212 / 0.15);
}

.border-x-neutral-300\/20{
  border-left-color: rgb(212 212 212 / 0.2);
  border-right-color: rgb(212 212 212 / 0.2);
}

.border-x-neutral-300\/25{
  border-left-color: rgb(212 212 212 / 0.25);
  border-right-color: rgb(212 212 212 / 0.25);
}

.border-x-neutral-300\/30{
  border-left-color: rgb(212 212 212 / 0.3);
  border-right-color: rgb(212 212 212 / 0.3);
}

.border-x-neutral-300\/35{
  border-left-color: rgb(212 212 212 / 0.35);
  border-right-color: rgb(212 212 212 / 0.35);
}

.border-x-neutral-300\/40{
  border-left-color: rgb(212 212 212 / 0.4);
  border-right-color: rgb(212 212 212 / 0.4);
}

.border-x-neutral-300\/45{
  border-left-color: rgb(212 212 212 / 0.45);
  border-right-color: rgb(212 212 212 / 0.45);
}

.border-x-neutral-300\/5{
  border-left-color: rgb(212 212 212 / 0.05);
  border-right-color: rgb(212 212 212 / 0.05);
}

.border-x-neutral-300\/50{
  border-left-color: rgb(212 212 212 / 0.5);
  border-right-color: rgb(212 212 212 / 0.5);
}

.border-x-neutral-300\/55{
  border-left-color: rgb(212 212 212 / 0.55);
  border-right-color: rgb(212 212 212 / 0.55);
}

.border-x-neutral-300\/60{
  border-left-color: rgb(212 212 212 / 0.6);
  border-right-color: rgb(212 212 212 / 0.6);
}

.border-x-neutral-300\/65{
  border-left-color: rgb(212 212 212 / 0.65);
  border-right-color: rgb(212 212 212 / 0.65);
}

.border-x-neutral-300\/70{
  border-left-color: rgb(212 212 212 / 0.7);
  border-right-color: rgb(212 212 212 / 0.7);
}

.border-x-neutral-300\/75{
  border-left-color: rgb(212 212 212 / 0.75);
  border-right-color: rgb(212 212 212 / 0.75);
}

.border-x-neutral-300\/80{
  border-left-color: rgb(212 212 212 / 0.8);
  border-right-color: rgb(212 212 212 / 0.8);
}

.border-x-neutral-300\/85{
  border-left-color: rgb(212 212 212 / 0.85);
  border-right-color: rgb(212 212 212 / 0.85);
}

.border-x-neutral-300\/90{
  border-left-color: rgb(212 212 212 / 0.9);
  border-right-color: rgb(212 212 212 / 0.9);
}

.border-x-neutral-300\/95{
  border-left-color: rgb(212 212 212 / 0.95);
  border-right-color: rgb(212 212 212 / 0.95);
}

.border-x-neutral-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(163 163 163 / 0.15);
  border-right-color: rgb(163 163 163 / 0.15);
}

.border-x-neutral-400\/20{
  border-left-color: rgb(163 163 163 / 0.2);
  border-right-color: rgb(163 163 163 / 0.2);
}

.border-x-neutral-400\/25{
  border-left-color: rgb(163 163 163 / 0.25);
  border-right-color: rgb(163 163 163 / 0.25);
}

.border-x-neutral-400\/30{
  border-left-color: rgb(163 163 163 / 0.3);
  border-right-color: rgb(163 163 163 / 0.3);
}

.border-x-neutral-400\/35{
  border-left-color: rgb(163 163 163 / 0.35);
  border-right-color: rgb(163 163 163 / 0.35);
}

.border-x-neutral-400\/40{
  border-left-color: rgb(163 163 163 / 0.4);
  border-right-color: rgb(163 163 163 / 0.4);
}

.border-x-neutral-400\/45{
  border-left-color: rgb(163 163 163 / 0.45);
  border-right-color: rgb(163 163 163 / 0.45);
}

.border-x-neutral-400\/5{
  border-left-color: rgb(163 163 163 / 0.05);
  border-right-color: rgb(163 163 163 / 0.05);
}

.border-x-neutral-400\/50{
  border-left-color: rgb(163 163 163 / 0.5);
  border-right-color: rgb(163 163 163 / 0.5);
}

.border-x-neutral-400\/55{
  border-left-color: rgb(163 163 163 / 0.55);
  border-right-color: rgb(163 163 163 / 0.55);
}

.border-x-neutral-400\/60{
  border-left-color: rgb(163 163 163 / 0.6);
  border-right-color: rgb(163 163 163 / 0.6);
}

.border-x-neutral-400\/65{
  border-left-color: rgb(163 163 163 / 0.65);
  border-right-color: rgb(163 163 163 / 0.65);
}

.border-x-neutral-400\/70{
  border-left-color: rgb(163 163 163 / 0.7);
  border-right-color: rgb(163 163 163 / 0.7);
}

.border-x-neutral-400\/75{
  border-left-color: rgb(163 163 163 / 0.75);
  border-right-color: rgb(163 163 163 / 0.75);
}

.border-x-neutral-400\/80{
  border-left-color: rgb(163 163 163 / 0.8);
  border-right-color: rgb(163 163 163 / 0.8);
}

.border-x-neutral-400\/85{
  border-left-color: rgb(163 163 163 / 0.85);
  border-right-color: rgb(163 163 163 / 0.85);
}

.border-x-neutral-400\/90{
  border-left-color: rgb(163 163 163 / 0.9);
  border-right-color: rgb(163 163 163 / 0.9);
}

.border-x-neutral-400\/95{
  border-left-color: rgb(163 163 163 / 0.95);
  border-right-color: rgb(163 163 163 / 0.95);
}

.border-x-neutral-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}

.border-x-neutral-50\/20{
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-x-neutral-50\/25{
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-x-neutral-50\/30{
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-x-neutral-50\/35{
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}

.border-x-neutral-50\/40{
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-x-neutral-50\/45{
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}

.border-x-neutral-50\/5{
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-x-neutral-50\/50{
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-x-neutral-50\/55{
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}

.border-x-neutral-50\/60{
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-x-neutral-50\/65{
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}

.border-x-neutral-50\/70{
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-x-neutral-50\/75{
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-x-neutral-50\/80{
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-x-neutral-50\/85{
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}

.border-x-neutral-50\/90{
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-x-neutral-50\/95{
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-x-neutral-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(115 115 115 / 0.15);
  border-right-color: rgb(115 115 115 / 0.15);
}

.border-x-neutral-500\/20{
  border-left-color: rgb(115 115 115 / 0.2);
  border-right-color: rgb(115 115 115 / 0.2);
}

.border-x-neutral-500\/25{
  border-left-color: rgb(115 115 115 / 0.25);
  border-right-color: rgb(115 115 115 / 0.25);
}

.border-x-neutral-500\/30{
  border-left-color: rgb(115 115 115 / 0.3);
  border-right-color: rgb(115 115 115 / 0.3);
}

.border-x-neutral-500\/35{
  border-left-color: rgb(115 115 115 / 0.35);
  border-right-color: rgb(115 115 115 / 0.35);
}

.border-x-neutral-500\/40{
  border-left-color: rgb(115 115 115 / 0.4);
  border-right-color: rgb(115 115 115 / 0.4);
}

.border-x-neutral-500\/45{
  border-left-color: rgb(115 115 115 / 0.45);
  border-right-color: rgb(115 115 115 / 0.45);
}

.border-x-neutral-500\/5{
  border-left-color: rgb(115 115 115 / 0.05);
  border-right-color: rgb(115 115 115 / 0.05);
}

.border-x-neutral-500\/50{
  border-left-color: rgb(115 115 115 / 0.5);
  border-right-color: rgb(115 115 115 / 0.5);
}

.border-x-neutral-500\/55{
  border-left-color: rgb(115 115 115 / 0.55);
  border-right-color: rgb(115 115 115 / 0.55);
}

.border-x-neutral-500\/60{
  border-left-color: rgb(115 115 115 / 0.6);
  border-right-color: rgb(115 115 115 / 0.6);
}

.border-x-neutral-500\/65{
  border-left-color: rgb(115 115 115 / 0.65);
  border-right-color: rgb(115 115 115 / 0.65);
}

.border-x-neutral-500\/70{
  border-left-color: rgb(115 115 115 / 0.7);
  border-right-color: rgb(115 115 115 / 0.7);
}

.border-x-neutral-500\/75{
  border-left-color: rgb(115 115 115 / 0.75);
  border-right-color: rgb(115 115 115 / 0.75);
}

.border-x-neutral-500\/80{
  border-left-color: rgb(115 115 115 / 0.8);
  border-right-color: rgb(115 115 115 / 0.8);
}

.border-x-neutral-500\/85{
  border-left-color: rgb(115 115 115 / 0.85);
  border-right-color: rgb(115 115 115 / 0.85);
}

.border-x-neutral-500\/90{
  border-left-color: rgb(115 115 115 / 0.9);
  border-right-color: rgb(115 115 115 / 0.9);
}

.border-x-neutral-500\/95{
  border-left-color: rgb(115 115 115 / 0.95);
  border-right-color: rgb(115 115 115 / 0.95);
}

.border-x-neutral-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(82 82 82 / 0.15);
  border-right-color: rgb(82 82 82 / 0.15);
}

.border-x-neutral-600\/20{
  border-left-color: rgb(82 82 82 / 0.2);
  border-right-color: rgb(82 82 82 / 0.2);
}

.border-x-neutral-600\/25{
  border-left-color: rgb(82 82 82 / 0.25);
  border-right-color: rgb(82 82 82 / 0.25);
}

.border-x-neutral-600\/30{
  border-left-color: rgb(82 82 82 / 0.3);
  border-right-color: rgb(82 82 82 / 0.3);
}

.border-x-neutral-600\/35{
  border-left-color: rgb(82 82 82 / 0.35);
  border-right-color: rgb(82 82 82 / 0.35);
}

.border-x-neutral-600\/40{
  border-left-color: rgb(82 82 82 / 0.4);
  border-right-color: rgb(82 82 82 / 0.4);
}

.border-x-neutral-600\/45{
  border-left-color: rgb(82 82 82 / 0.45);
  border-right-color: rgb(82 82 82 / 0.45);
}

.border-x-neutral-600\/5{
  border-left-color: rgb(82 82 82 / 0.05);
  border-right-color: rgb(82 82 82 / 0.05);
}

.border-x-neutral-600\/50{
  border-left-color: rgb(82 82 82 / 0.5);
  border-right-color: rgb(82 82 82 / 0.5);
}

.border-x-neutral-600\/55{
  border-left-color: rgb(82 82 82 / 0.55);
  border-right-color: rgb(82 82 82 / 0.55);
}

.border-x-neutral-600\/60{
  border-left-color: rgb(82 82 82 / 0.6);
  border-right-color: rgb(82 82 82 / 0.6);
}

.border-x-neutral-600\/65{
  border-left-color: rgb(82 82 82 / 0.65);
  border-right-color: rgb(82 82 82 / 0.65);
}

.border-x-neutral-600\/70{
  border-left-color: rgb(82 82 82 / 0.7);
  border-right-color: rgb(82 82 82 / 0.7);
}

.border-x-neutral-600\/75{
  border-left-color: rgb(82 82 82 / 0.75);
  border-right-color: rgb(82 82 82 / 0.75);
}

.border-x-neutral-600\/80{
  border-left-color: rgb(82 82 82 / 0.8);
  border-right-color: rgb(82 82 82 / 0.8);
}

.border-x-neutral-600\/85{
  border-left-color: rgb(82 82 82 / 0.85);
  border-right-color: rgb(82 82 82 / 0.85);
}

.border-x-neutral-600\/90{
  border-left-color: rgb(82 82 82 / 0.9);
  border-right-color: rgb(82 82 82 / 0.9);
}

.border-x-neutral-600\/95{
  border-left-color: rgb(82 82 82 / 0.95);
  border-right-color: rgb(82 82 82 / 0.95);
}

.border-x-neutral-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(64 64 64 / 0.15);
  border-right-color: rgb(64 64 64 / 0.15);
}

.border-x-neutral-700\/20{
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}

.border-x-neutral-700\/25{
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}

.border-x-neutral-700\/30{
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}

.border-x-neutral-700\/35{
  border-left-color: rgb(64 64 64 / 0.35);
  border-right-color: rgb(64 64 64 / 0.35);
}

.border-x-neutral-700\/40{
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}

.border-x-neutral-700\/45{
  border-left-color: rgb(64 64 64 / 0.45);
  border-right-color: rgb(64 64 64 / 0.45);
}

.border-x-neutral-700\/5{
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}

.border-x-neutral-700\/50{
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}

.border-x-neutral-700\/55{
  border-left-color: rgb(64 64 64 / 0.55);
  border-right-color: rgb(64 64 64 / 0.55);
}

.border-x-neutral-700\/60{
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}

.border-x-neutral-700\/65{
  border-left-color: rgb(64 64 64 / 0.65);
  border-right-color: rgb(64 64 64 / 0.65);
}

.border-x-neutral-700\/70{
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}

.border-x-neutral-700\/75{
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}

.border-x-neutral-700\/80{
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}

.border-x-neutral-700\/85{
  border-left-color: rgb(64 64 64 / 0.85);
  border-right-color: rgb(64 64 64 / 0.85);
}

.border-x-neutral-700\/90{
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}

.border-x-neutral-700\/95{
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}

.border-x-neutral-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(38 38 38 / 0.15);
  border-right-color: rgb(38 38 38 / 0.15);
}

.border-x-neutral-800\/20{
  border-left-color: rgb(38 38 38 / 0.2);
  border-right-color: rgb(38 38 38 / 0.2);
}

.border-x-neutral-800\/25{
  border-left-color: rgb(38 38 38 / 0.25);
  border-right-color: rgb(38 38 38 / 0.25);
}

.border-x-neutral-800\/30{
  border-left-color: rgb(38 38 38 / 0.3);
  border-right-color: rgb(38 38 38 / 0.3);
}

.border-x-neutral-800\/35{
  border-left-color: rgb(38 38 38 / 0.35);
  border-right-color: rgb(38 38 38 / 0.35);
}

.border-x-neutral-800\/40{
  border-left-color: rgb(38 38 38 / 0.4);
  border-right-color: rgb(38 38 38 / 0.4);
}

.border-x-neutral-800\/45{
  border-left-color: rgb(38 38 38 / 0.45);
  border-right-color: rgb(38 38 38 / 0.45);
}

.border-x-neutral-800\/5{
  border-left-color: rgb(38 38 38 / 0.05);
  border-right-color: rgb(38 38 38 / 0.05);
}

.border-x-neutral-800\/50{
  border-left-color: rgb(38 38 38 / 0.5);
  border-right-color: rgb(38 38 38 / 0.5);
}

.border-x-neutral-800\/55{
  border-left-color: rgb(38 38 38 / 0.55);
  border-right-color: rgb(38 38 38 / 0.55);
}

.border-x-neutral-800\/60{
  border-left-color: rgb(38 38 38 / 0.6);
  border-right-color: rgb(38 38 38 / 0.6);
}

.border-x-neutral-800\/65{
  border-left-color: rgb(38 38 38 / 0.65);
  border-right-color: rgb(38 38 38 / 0.65);
}

.border-x-neutral-800\/70{
  border-left-color: rgb(38 38 38 / 0.7);
  border-right-color: rgb(38 38 38 / 0.7);
}

.border-x-neutral-800\/75{
  border-left-color: rgb(38 38 38 / 0.75);
  border-right-color: rgb(38 38 38 / 0.75);
}

.border-x-neutral-800\/80{
  border-left-color: rgb(38 38 38 / 0.8);
  border-right-color: rgb(38 38 38 / 0.8);
}

.border-x-neutral-800\/85{
  border-left-color: rgb(38 38 38 / 0.85);
  border-right-color: rgb(38 38 38 / 0.85);
}

.border-x-neutral-800\/90{
  border-left-color: rgb(38 38 38 / 0.9);
  border-right-color: rgb(38 38 38 / 0.9);
}

.border-x-neutral-800\/95{
  border-left-color: rgb(38 38 38 / 0.95);
  border-right-color: rgb(38 38 38 / 0.95);
}

.border-x-neutral-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(23 23 23 / 0.15);
  border-right-color: rgb(23 23 23 / 0.15);
}

.border-x-neutral-900\/20{
  border-left-color: rgb(23 23 23 / 0.2);
  border-right-color: rgb(23 23 23 / 0.2);
}

.border-x-neutral-900\/25{
  border-left-color: rgb(23 23 23 / 0.25);
  border-right-color: rgb(23 23 23 / 0.25);
}

.border-x-neutral-900\/30{
  border-left-color: rgb(23 23 23 / 0.3);
  border-right-color: rgb(23 23 23 / 0.3);
}

.border-x-neutral-900\/35{
  border-left-color: rgb(23 23 23 / 0.35);
  border-right-color: rgb(23 23 23 / 0.35);
}

.border-x-neutral-900\/40{
  border-left-color: rgb(23 23 23 / 0.4);
  border-right-color: rgb(23 23 23 / 0.4);
}

.border-x-neutral-900\/45{
  border-left-color: rgb(23 23 23 / 0.45);
  border-right-color: rgb(23 23 23 / 0.45);
}

.border-x-neutral-900\/5{
  border-left-color: rgb(23 23 23 / 0.05);
  border-right-color: rgb(23 23 23 / 0.05);
}

.border-x-neutral-900\/50{
  border-left-color: rgb(23 23 23 / 0.5);
  border-right-color: rgb(23 23 23 / 0.5);
}

.border-x-neutral-900\/55{
  border-left-color: rgb(23 23 23 / 0.55);
  border-right-color: rgb(23 23 23 / 0.55);
}

.border-x-neutral-900\/60{
  border-left-color: rgb(23 23 23 / 0.6);
  border-right-color: rgb(23 23 23 / 0.6);
}

.border-x-neutral-900\/65{
  border-left-color: rgb(23 23 23 / 0.65);
  border-right-color: rgb(23 23 23 / 0.65);
}

.border-x-neutral-900\/70{
  border-left-color: rgb(23 23 23 / 0.7);
  border-right-color: rgb(23 23 23 / 0.7);
}

.border-x-neutral-900\/75{
  border-left-color: rgb(23 23 23 / 0.75);
  border-right-color: rgb(23 23 23 / 0.75);
}

.border-x-neutral-900\/80{
  border-left-color: rgb(23 23 23 / 0.8);
  border-right-color: rgb(23 23 23 / 0.8);
}

.border-x-neutral-900\/85{
  border-left-color: rgb(23 23 23 / 0.85);
  border-right-color: rgb(23 23 23 / 0.85);
}

.border-x-neutral-900\/90{
  border-left-color: rgb(23 23 23 / 0.9);
  border-right-color: rgb(23 23 23 / 0.9);
}

.border-x-neutral-900\/95{
  border-left-color: rgb(23 23 23 / 0.95);
  border-right-color: rgb(23 23 23 / 0.95);
}

.border-x-neutral-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(10 10 10 / 0.15);
  border-right-color: rgb(10 10 10 / 0.15);
}

.border-x-neutral-950\/20{
  border-left-color: rgb(10 10 10 / 0.2);
  border-right-color: rgb(10 10 10 / 0.2);
}

.border-x-neutral-950\/25{
  border-left-color: rgb(10 10 10 / 0.25);
  border-right-color: rgb(10 10 10 / 0.25);
}

.border-x-neutral-950\/30{
  border-left-color: rgb(10 10 10 / 0.3);
  border-right-color: rgb(10 10 10 / 0.3);
}

.border-x-neutral-950\/35{
  border-left-color: rgb(10 10 10 / 0.35);
  border-right-color: rgb(10 10 10 / 0.35);
}

.border-x-neutral-950\/40{
  border-left-color: rgb(10 10 10 / 0.4);
  border-right-color: rgb(10 10 10 / 0.4);
}

.border-x-neutral-950\/45{
  border-left-color: rgb(10 10 10 / 0.45);
  border-right-color: rgb(10 10 10 / 0.45);
}

.border-x-neutral-950\/5{
  border-left-color: rgb(10 10 10 / 0.05);
  border-right-color: rgb(10 10 10 / 0.05);
}

.border-x-neutral-950\/50{
  border-left-color: rgb(10 10 10 / 0.5);
  border-right-color: rgb(10 10 10 / 0.5);
}

.border-x-neutral-950\/55{
  border-left-color: rgb(10 10 10 / 0.55);
  border-right-color: rgb(10 10 10 / 0.55);
}

.border-x-neutral-950\/60{
  border-left-color: rgb(10 10 10 / 0.6);
  border-right-color: rgb(10 10 10 / 0.6);
}

.border-x-neutral-950\/65{
  border-left-color: rgb(10 10 10 / 0.65);
  border-right-color: rgb(10 10 10 / 0.65);
}

.border-x-neutral-950\/70{
  border-left-color: rgb(10 10 10 / 0.7);
  border-right-color: rgb(10 10 10 / 0.7);
}

.border-x-neutral-950\/75{
  border-left-color: rgb(10 10 10 / 0.75);
  border-right-color: rgb(10 10 10 / 0.75);
}

.border-x-neutral-950\/80{
  border-left-color: rgb(10 10 10 / 0.8);
  border-right-color: rgb(10 10 10 / 0.8);
}

.border-x-neutral-950\/85{
  border-left-color: rgb(10 10 10 / 0.85);
  border-right-color: rgb(10 10 10 / 0.85);
}

.border-x-neutral-950\/90{
  border-left-color: rgb(10 10 10 / 0.9);
  border-right-color: rgb(10 10 10 / 0.9);
}

.border-x-neutral-950\/95{
  border-left-color: rgb(10 10 10 / 0.95);
  border-right-color: rgb(10 10 10 / 0.95);
}

.border-x-orange-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(255 237 213 / 0.15);
  border-right-color: rgb(255 237 213 / 0.15);
}

.border-x-orange-100\/20{
  border-left-color: rgb(255 237 213 / 0.2);
  border-right-color: rgb(255 237 213 / 0.2);
}

.border-x-orange-100\/25{
  border-left-color: rgb(255 237 213 / 0.25);
  border-right-color: rgb(255 237 213 / 0.25);
}

.border-x-orange-100\/30{
  border-left-color: rgb(255 237 213 / 0.3);
  border-right-color: rgb(255 237 213 / 0.3);
}

.border-x-orange-100\/35{
  border-left-color: rgb(255 237 213 / 0.35);
  border-right-color: rgb(255 237 213 / 0.35);
}

.border-x-orange-100\/40{
  border-left-color: rgb(255 237 213 / 0.4);
  border-right-color: rgb(255 237 213 / 0.4);
}

.border-x-orange-100\/45{
  border-left-color: rgb(255 237 213 / 0.45);
  border-right-color: rgb(255 237 213 / 0.45);
}

.border-x-orange-100\/5{
  border-left-color: rgb(255 237 213 / 0.05);
  border-right-color: rgb(255 237 213 / 0.05);
}

.border-x-orange-100\/50{
  border-left-color: rgb(255 237 213 / 0.5);
  border-right-color: rgb(255 237 213 / 0.5);
}

.border-x-orange-100\/55{
  border-left-color: rgb(255 237 213 / 0.55);
  border-right-color: rgb(255 237 213 / 0.55);
}

.border-x-orange-100\/60{
  border-left-color: rgb(255 237 213 / 0.6);
  border-right-color: rgb(255 237 213 / 0.6);
}

.border-x-orange-100\/65{
  border-left-color: rgb(255 237 213 / 0.65);
  border-right-color: rgb(255 237 213 / 0.65);
}

.border-x-orange-100\/70{
  border-left-color: rgb(255 237 213 / 0.7);
  border-right-color: rgb(255 237 213 / 0.7);
}

.border-x-orange-100\/75{
  border-left-color: rgb(255 237 213 / 0.75);
  border-right-color: rgb(255 237 213 / 0.75);
}

.border-x-orange-100\/80{
  border-left-color: rgb(255 237 213 / 0.8);
  border-right-color: rgb(255 237 213 / 0.8);
}

.border-x-orange-100\/85{
  border-left-color: rgb(255 237 213 / 0.85);
  border-right-color: rgb(255 237 213 / 0.85);
}

.border-x-orange-100\/90{
  border-left-color: rgb(255 237 213 / 0.9);
  border-right-color: rgb(255 237 213 / 0.9);
}

.border-x-orange-100\/95{
  border-left-color: rgb(255 237 213 / 0.95);
  border-right-color: rgb(255 237 213 / 0.95);
}

.border-x-orange-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(254 215 170 / 0.15);
  border-right-color: rgb(254 215 170 / 0.15);
}

.border-x-orange-200\/20{
  border-left-color: rgb(254 215 170 / 0.2);
  border-right-color: rgb(254 215 170 / 0.2);
}

.border-x-orange-200\/25{
  border-left-color: rgb(254 215 170 / 0.25);
  border-right-color: rgb(254 215 170 / 0.25);
}

.border-x-orange-200\/30{
  border-left-color: rgb(254 215 170 / 0.3);
  border-right-color: rgb(254 215 170 / 0.3);
}

.border-x-orange-200\/35{
  border-left-color: rgb(254 215 170 / 0.35);
  border-right-color: rgb(254 215 170 / 0.35);
}

.border-x-orange-200\/40{
  border-left-color: rgb(254 215 170 / 0.4);
  border-right-color: rgb(254 215 170 / 0.4);
}

.border-x-orange-200\/45{
  border-left-color: rgb(254 215 170 / 0.45);
  border-right-color: rgb(254 215 170 / 0.45);
}

.border-x-orange-200\/5{
  border-left-color: rgb(254 215 170 / 0.05);
  border-right-color: rgb(254 215 170 / 0.05);
}

.border-x-orange-200\/50{
  border-left-color: rgb(254 215 170 / 0.5);
  border-right-color: rgb(254 215 170 / 0.5);
}

.border-x-orange-200\/55{
  border-left-color: rgb(254 215 170 / 0.55);
  border-right-color: rgb(254 215 170 / 0.55);
}

.border-x-orange-200\/60{
  border-left-color: rgb(254 215 170 / 0.6);
  border-right-color: rgb(254 215 170 / 0.6);
}

.border-x-orange-200\/65{
  border-left-color: rgb(254 215 170 / 0.65);
  border-right-color: rgb(254 215 170 / 0.65);
}

.border-x-orange-200\/70{
  border-left-color: rgb(254 215 170 / 0.7);
  border-right-color: rgb(254 215 170 / 0.7);
}

.border-x-orange-200\/75{
  border-left-color: rgb(254 215 170 / 0.75);
  border-right-color: rgb(254 215 170 / 0.75);
}

.border-x-orange-200\/80{
  border-left-color: rgb(254 215 170 / 0.8);
  border-right-color: rgb(254 215 170 / 0.8);
}

.border-x-orange-200\/85{
  border-left-color: rgb(254 215 170 / 0.85);
  border-right-color: rgb(254 215 170 / 0.85);
}

.border-x-orange-200\/90{
  border-left-color: rgb(254 215 170 / 0.9);
  border-right-color: rgb(254 215 170 / 0.9);
}

.border-x-orange-200\/95{
  border-left-color: rgb(254 215 170 / 0.95);
  border-right-color: rgb(254 215 170 / 0.95);
}

.border-x-orange-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(253 186 116 / 0.15);
  border-right-color: rgb(253 186 116 / 0.15);
}

.border-x-orange-300\/20{
  border-left-color: rgb(253 186 116 / 0.2);
  border-right-color: rgb(253 186 116 / 0.2);
}

.border-x-orange-300\/25{
  border-left-color: rgb(253 186 116 / 0.25);
  border-right-color: rgb(253 186 116 / 0.25);
}

.border-x-orange-300\/30{
  border-left-color: rgb(253 186 116 / 0.3);
  border-right-color: rgb(253 186 116 / 0.3);
}

.border-x-orange-300\/35{
  border-left-color: rgb(253 186 116 / 0.35);
  border-right-color: rgb(253 186 116 / 0.35);
}

.border-x-orange-300\/40{
  border-left-color: rgb(253 186 116 / 0.4);
  border-right-color: rgb(253 186 116 / 0.4);
}

.border-x-orange-300\/45{
  border-left-color: rgb(253 186 116 / 0.45);
  border-right-color: rgb(253 186 116 / 0.45);
}

.border-x-orange-300\/5{
  border-left-color: rgb(253 186 116 / 0.05);
  border-right-color: rgb(253 186 116 / 0.05);
}

.border-x-orange-300\/50{
  border-left-color: rgb(253 186 116 / 0.5);
  border-right-color: rgb(253 186 116 / 0.5);
}

.border-x-orange-300\/55{
  border-left-color: rgb(253 186 116 / 0.55);
  border-right-color: rgb(253 186 116 / 0.55);
}

.border-x-orange-300\/60{
  border-left-color: rgb(253 186 116 / 0.6);
  border-right-color: rgb(253 186 116 / 0.6);
}

.border-x-orange-300\/65{
  border-left-color: rgb(253 186 116 / 0.65);
  border-right-color: rgb(253 186 116 / 0.65);
}

.border-x-orange-300\/70{
  border-left-color: rgb(253 186 116 / 0.7);
  border-right-color: rgb(253 186 116 / 0.7);
}

.border-x-orange-300\/75{
  border-left-color: rgb(253 186 116 / 0.75);
  border-right-color: rgb(253 186 116 / 0.75);
}

.border-x-orange-300\/80{
  border-left-color: rgb(253 186 116 / 0.8);
  border-right-color: rgb(253 186 116 / 0.8);
}

.border-x-orange-300\/85{
  border-left-color: rgb(253 186 116 / 0.85);
  border-right-color: rgb(253 186 116 / 0.85);
}

.border-x-orange-300\/90{
  border-left-color: rgb(253 186 116 / 0.9);
  border-right-color: rgb(253 186 116 / 0.9);
}

.border-x-orange-300\/95{
  border-left-color: rgb(253 186 116 / 0.95);
  border-right-color: rgb(253 186 116 / 0.95);
}

.border-x-orange-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(251 146 60 / 0.15);
  border-right-color: rgb(251 146 60 / 0.15);
}

.border-x-orange-400\/20{
  border-left-color: rgb(251 146 60 / 0.2);
  border-right-color: rgb(251 146 60 / 0.2);
}

.border-x-orange-400\/25{
  border-left-color: rgb(251 146 60 / 0.25);
  border-right-color: rgb(251 146 60 / 0.25);
}

.border-x-orange-400\/30{
  border-left-color: rgb(251 146 60 / 0.3);
  border-right-color: rgb(251 146 60 / 0.3);
}

.border-x-orange-400\/35{
  border-left-color: rgb(251 146 60 / 0.35);
  border-right-color: rgb(251 146 60 / 0.35);
}

.border-x-orange-400\/40{
  border-left-color: rgb(251 146 60 / 0.4);
  border-right-color: rgb(251 146 60 / 0.4);
}

.border-x-orange-400\/45{
  border-left-color: rgb(251 146 60 / 0.45);
  border-right-color: rgb(251 146 60 / 0.45);
}

.border-x-orange-400\/5{
  border-left-color: rgb(251 146 60 / 0.05);
  border-right-color: rgb(251 146 60 / 0.05);
}

.border-x-orange-400\/50{
  border-left-color: rgb(251 146 60 / 0.5);
  border-right-color: rgb(251 146 60 / 0.5);
}

.border-x-orange-400\/55{
  border-left-color: rgb(251 146 60 / 0.55);
  border-right-color: rgb(251 146 60 / 0.55);
}

.border-x-orange-400\/60{
  border-left-color: rgb(251 146 60 / 0.6);
  border-right-color: rgb(251 146 60 / 0.6);
}

.border-x-orange-400\/65{
  border-left-color: rgb(251 146 60 / 0.65);
  border-right-color: rgb(251 146 60 / 0.65);
}

.border-x-orange-400\/70{
  border-left-color: rgb(251 146 60 / 0.7);
  border-right-color: rgb(251 146 60 / 0.7);
}

.border-x-orange-400\/75{
  border-left-color: rgb(251 146 60 / 0.75);
  border-right-color: rgb(251 146 60 / 0.75);
}

.border-x-orange-400\/80{
  border-left-color: rgb(251 146 60 / 0.8);
  border-right-color: rgb(251 146 60 / 0.8);
}

.border-x-orange-400\/85{
  border-left-color: rgb(251 146 60 / 0.85);
  border-right-color: rgb(251 146 60 / 0.85);
}

.border-x-orange-400\/90{
  border-left-color: rgb(251 146 60 / 0.9);
  border-right-color: rgb(251 146 60 / 0.9);
}

.border-x-orange-400\/95{
  border-left-color: rgb(251 146 60 / 0.95);
  border-right-color: rgb(251 146 60 / 0.95);
}

.border-x-orange-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(255 247 237 / 0.15);
  border-right-color: rgb(255 247 237 / 0.15);
}

.border-x-orange-50\/20{
  border-left-color: rgb(255 247 237 / 0.2);
  border-right-color: rgb(255 247 237 / 0.2);
}

.border-x-orange-50\/25{
  border-left-color: rgb(255 247 237 / 0.25);
  border-right-color: rgb(255 247 237 / 0.25);
}

.border-x-orange-50\/30{
  border-left-color: rgb(255 247 237 / 0.3);
  border-right-color: rgb(255 247 237 / 0.3);
}

.border-x-orange-50\/35{
  border-left-color: rgb(255 247 237 / 0.35);
  border-right-color: rgb(255 247 237 / 0.35);
}

.border-x-orange-50\/40{
  border-left-color: rgb(255 247 237 / 0.4);
  border-right-color: rgb(255 247 237 / 0.4);
}

.border-x-orange-50\/45{
  border-left-color: rgb(255 247 237 / 0.45);
  border-right-color: rgb(255 247 237 / 0.45);
}

.border-x-orange-50\/5{
  border-left-color: rgb(255 247 237 / 0.05);
  border-right-color: rgb(255 247 237 / 0.05);
}

.border-x-orange-50\/50{
  border-left-color: rgb(255 247 237 / 0.5);
  border-right-color: rgb(255 247 237 / 0.5);
}

.border-x-orange-50\/55{
  border-left-color: rgb(255 247 237 / 0.55);
  border-right-color: rgb(255 247 237 / 0.55);
}

.border-x-orange-50\/60{
  border-left-color: rgb(255 247 237 / 0.6);
  border-right-color: rgb(255 247 237 / 0.6);
}

.border-x-orange-50\/65{
  border-left-color: rgb(255 247 237 / 0.65);
  border-right-color: rgb(255 247 237 / 0.65);
}

.border-x-orange-50\/70{
  border-left-color: rgb(255 247 237 / 0.7);
  border-right-color: rgb(255 247 237 / 0.7);
}

.border-x-orange-50\/75{
  border-left-color: rgb(255 247 237 / 0.75);
  border-right-color: rgb(255 247 237 / 0.75);
}

.border-x-orange-50\/80{
  border-left-color: rgb(255 247 237 / 0.8);
  border-right-color: rgb(255 247 237 / 0.8);
}

.border-x-orange-50\/85{
  border-left-color: rgb(255 247 237 / 0.85);
  border-right-color: rgb(255 247 237 / 0.85);
}

.border-x-orange-50\/90{
  border-left-color: rgb(255 247 237 / 0.9);
  border-right-color: rgb(255 247 237 / 0.9);
}

.border-x-orange-50\/95{
  border-left-color: rgb(255 247 237 / 0.95);
  border-right-color: rgb(255 247 237 / 0.95);
}

.border-x-orange-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(249 115 22 / 0.15);
  border-right-color: rgb(249 115 22 / 0.15);
}

.border-x-orange-500\/20{
  border-left-color: rgb(249 115 22 / 0.2);
  border-right-color: rgb(249 115 22 / 0.2);
}

.border-x-orange-500\/25{
  border-left-color: rgb(249 115 22 / 0.25);
  border-right-color: rgb(249 115 22 / 0.25);
}

.border-x-orange-500\/30{
  border-left-color: rgb(249 115 22 / 0.3);
  border-right-color: rgb(249 115 22 / 0.3);
}

.border-x-orange-500\/35{
  border-left-color: rgb(249 115 22 / 0.35);
  border-right-color: rgb(249 115 22 / 0.35);
}

.border-x-orange-500\/40{
  border-left-color: rgb(249 115 22 / 0.4);
  border-right-color: rgb(249 115 22 / 0.4);
}

.border-x-orange-500\/45{
  border-left-color: rgb(249 115 22 / 0.45);
  border-right-color: rgb(249 115 22 / 0.45);
}

.border-x-orange-500\/5{
  border-left-color: rgb(249 115 22 / 0.05);
  border-right-color: rgb(249 115 22 / 0.05);
}

.border-x-orange-500\/50{
  border-left-color: rgb(249 115 22 / 0.5);
  border-right-color: rgb(249 115 22 / 0.5);
}

.border-x-orange-500\/55{
  border-left-color: rgb(249 115 22 / 0.55);
  border-right-color: rgb(249 115 22 / 0.55);
}

.border-x-orange-500\/60{
  border-left-color: rgb(249 115 22 / 0.6);
  border-right-color: rgb(249 115 22 / 0.6);
}

.border-x-orange-500\/65{
  border-left-color: rgb(249 115 22 / 0.65);
  border-right-color: rgb(249 115 22 / 0.65);
}

.border-x-orange-500\/70{
  border-left-color: rgb(249 115 22 / 0.7);
  border-right-color: rgb(249 115 22 / 0.7);
}

.border-x-orange-500\/75{
  border-left-color: rgb(249 115 22 / 0.75);
  border-right-color: rgb(249 115 22 / 0.75);
}

.border-x-orange-500\/80{
  border-left-color: rgb(249 115 22 / 0.8);
  border-right-color: rgb(249 115 22 / 0.8);
}

.border-x-orange-500\/85{
  border-left-color: rgb(249 115 22 / 0.85);
  border-right-color: rgb(249 115 22 / 0.85);
}

.border-x-orange-500\/90{
  border-left-color: rgb(249 115 22 / 0.9);
  border-right-color: rgb(249 115 22 / 0.9);
}

.border-x-orange-500\/95{
  border-left-color: rgb(249 115 22 / 0.95);
  border-right-color: rgb(249 115 22 / 0.95);
}

.border-x-orange-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(234 88 12 / 0.15);
  border-right-color: rgb(234 88 12 / 0.15);
}

.border-x-orange-600\/20{
  border-left-color: rgb(234 88 12 / 0.2);
  border-right-color: rgb(234 88 12 / 0.2);
}

.border-x-orange-600\/25{
  border-left-color: rgb(234 88 12 / 0.25);
  border-right-color: rgb(234 88 12 / 0.25);
}

.border-x-orange-600\/30{
  border-left-color: rgb(234 88 12 / 0.3);
  border-right-color: rgb(234 88 12 / 0.3);
}

.border-x-orange-600\/35{
  border-left-color: rgb(234 88 12 / 0.35);
  border-right-color: rgb(234 88 12 / 0.35);
}

.border-x-orange-600\/40{
  border-left-color: rgb(234 88 12 / 0.4);
  border-right-color: rgb(234 88 12 / 0.4);
}

.border-x-orange-600\/45{
  border-left-color: rgb(234 88 12 / 0.45);
  border-right-color: rgb(234 88 12 / 0.45);
}

.border-x-orange-600\/5{
  border-left-color: rgb(234 88 12 / 0.05);
  border-right-color: rgb(234 88 12 / 0.05);
}

.border-x-orange-600\/50{
  border-left-color: rgb(234 88 12 / 0.5);
  border-right-color: rgb(234 88 12 / 0.5);
}

.border-x-orange-600\/55{
  border-left-color: rgb(234 88 12 / 0.55);
  border-right-color: rgb(234 88 12 / 0.55);
}

.border-x-orange-600\/60{
  border-left-color: rgb(234 88 12 / 0.6);
  border-right-color: rgb(234 88 12 / 0.6);
}

.border-x-orange-600\/65{
  border-left-color: rgb(234 88 12 / 0.65);
  border-right-color: rgb(234 88 12 / 0.65);
}

.border-x-orange-600\/70{
  border-left-color: rgb(234 88 12 / 0.7);
  border-right-color: rgb(234 88 12 / 0.7);
}

.border-x-orange-600\/75{
  border-left-color: rgb(234 88 12 / 0.75);
  border-right-color: rgb(234 88 12 / 0.75);
}

.border-x-orange-600\/80{
  border-left-color: rgb(234 88 12 / 0.8);
  border-right-color: rgb(234 88 12 / 0.8);
}

.border-x-orange-600\/85{
  border-left-color: rgb(234 88 12 / 0.85);
  border-right-color: rgb(234 88 12 / 0.85);
}

.border-x-orange-600\/90{
  border-left-color: rgb(234 88 12 / 0.9);
  border-right-color: rgb(234 88 12 / 0.9);
}

.border-x-orange-600\/95{
  border-left-color: rgb(234 88 12 / 0.95);
  border-right-color: rgb(234 88 12 / 0.95);
}

.border-x-orange-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(194 65 12 / 0.15);
  border-right-color: rgb(194 65 12 / 0.15);
}

.border-x-orange-700\/20{
  border-left-color: rgb(194 65 12 / 0.2);
  border-right-color: rgb(194 65 12 / 0.2);
}

.border-x-orange-700\/25{
  border-left-color: rgb(194 65 12 / 0.25);
  border-right-color: rgb(194 65 12 / 0.25);
}

.border-x-orange-700\/30{
  border-left-color: rgb(194 65 12 / 0.3);
  border-right-color: rgb(194 65 12 / 0.3);
}

.border-x-orange-700\/35{
  border-left-color: rgb(194 65 12 / 0.35);
  border-right-color: rgb(194 65 12 / 0.35);
}

.border-x-orange-700\/40{
  border-left-color: rgb(194 65 12 / 0.4);
  border-right-color: rgb(194 65 12 / 0.4);
}

.border-x-orange-700\/45{
  border-left-color: rgb(194 65 12 / 0.45);
  border-right-color: rgb(194 65 12 / 0.45);
}

.border-x-orange-700\/5{
  border-left-color: rgb(194 65 12 / 0.05);
  border-right-color: rgb(194 65 12 / 0.05);
}

.border-x-orange-700\/50{
  border-left-color: rgb(194 65 12 / 0.5);
  border-right-color: rgb(194 65 12 / 0.5);
}

.border-x-orange-700\/55{
  border-left-color: rgb(194 65 12 / 0.55);
  border-right-color: rgb(194 65 12 / 0.55);
}

.border-x-orange-700\/60{
  border-left-color: rgb(194 65 12 / 0.6);
  border-right-color: rgb(194 65 12 / 0.6);
}

.border-x-orange-700\/65{
  border-left-color: rgb(194 65 12 / 0.65);
  border-right-color: rgb(194 65 12 / 0.65);
}

.border-x-orange-700\/70{
  border-left-color: rgb(194 65 12 / 0.7);
  border-right-color: rgb(194 65 12 / 0.7);
}

.border-x-orange-700\/75{
  border-left-color: rgb(194 65 12 / 0.75);
  border-right-color: rgb(194 65 12 / 0.75);
}

.border-x-orange-700\/80{
  border-left-color: rgb(194 65 12 / 0.8);
  border-right-color: rgb(194 65 12 / 0.8);
}

.border-x-orange-700\/85{
  border-left-color: rgb(194 65 12 / 0.85);
  border-right-color: rgb(194 65 12 / 0.85);
}

.border-x-orange-700\/90{
  border-left-color: rgb(194 65 12 / 0.9);
  border-right-color: rgb(194 65 12 / 0.9);
}

.border-x-orange-700\/95{
  border-left-color: rgb(194 65 12 / 0.95);
  border-right-color: rgb(194 65 12 / 0.95);
}

.border-x-orange-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(154 52 18 / 0.15);
  border-right-color: rgb(154 52 18 / 0.15);
}

.border-x-orange-800\/20{
  border-left-color: rgb(154 52 18 / 0.2);
  border-right-color: rgb(154 52 18 / 0.2);
}

.border-x-orange-800\/25{
  border-left-color: rgb(154 52 18 / 0.25);
  border-right-color: rgb(154 52 18 / 0.25);
}

.border-x-orange-800\/30{
  border-left-color: rgb(154 52 18 / 0.3);
  border-right-color: rgb(154 52 18 / 0.3);
}

.border-x-orange-800\/35{
  border-left-color: rgb(154 52 18 / 0.35);
  border-right-color: rgb(154 52 18 / 0.35);
}

.border-x-orange-800\/40{
  border-left-color: rgb(154 52 18 / 0.4);
  border-right-color: rgb(154 52 18 / 0.4);
}

.border-x-orange-800\/45{
  border-left-color: rgb(154 52 18 / 0.45);
  border-right-color: rgb(154 52 18 / 0.45);
}

.border-x-orange-800\/5{
  border-left-color: rgb(154 52 18 / 0.05);
  border-right-color: rgb(154 52 18 / 0.05);
}

.border-x-orange-800\/50{
  border-left-color: rgb(154 52 18 / 0.5);
  border-right-color: rgb(154 52 18 / 0.5);
}

.border-x-orange-800\/55{
  border-left-color: rgb(154 52 18 / 0.55);
  border-right-color: rgb(154 52 18 / 0.55);
}

.border-x-orange-800\/60{
  border-left-color: rgb(154 52 18 / 0.6);
  border-right-color: rgb(154 52 18 / 0.6);
}

.border-x-orange-800\/65{
  border-left-color: rgb(154 52 18 / 0.65);
  border-right-color: rgb(154 52 18 / 0.65);
}

.border-x-orange-800\/70{
  border-left-color: rgb(154 52 18 / 0.7);
  border-right-color: rgb(154 52 18 / 0.7);
}

.border-x-orange-800\/75{
  border-left-color: rgb(154 52 18 / 0.75);
  border-right-color: rgb(154 52 18 / 0.75);
}

.border-x-orange-800\/80{
  border-left-color: rgb(154 52 18 / 0.8);
  border-right-color: rgb(154 52 18 / 0.8);
}

.border-x-orange-800\/85{
  border-left-color: rgb(154 52 18 / 0.85);
  border-right-color: rgb(154 52 18 / 0.85);
}

.border-x-orange-800\/90{
  border-left-color: rgb(154 52 18 / 0.9);
  border-right-color: rgb(154 52 18 / 0.9);
}

.border-x-orange-800\/95{
  border-left-color: rgb(154 52 18 / 0.95);
  border-right-color: rgb(154 52 18 / 0.95);
}

.border-x-orange-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(124 45 18 / 0.15);
  border-right-color: rgb(124 45 18 / 0.15);
}

.border-x-orange-900\/20{
  border-left-color: rgb(124 45 18 / 0.2);
  border-right-color: rgb(124 45 18 / 0.2);
}

.border-x-orange-900\/25{
  border-left-color: rgb(124 45 18 / 0.25);
  border-right-color: rgb(124 45 18 / 0.25);
}

.border-x-orange-900\/30{
  border-left-color: rgb(124 45 18 / 0.3);
  border-right-color: rgb(124 45 18 / 0.3);
}

.border-x-orange-900\/35{
  border-left-color: rgb(124 45 18 / 0.35);
  border-right-color: rgb(124 45 18 / 0.35);
}

.border-x-orange-900\/40{
  border-left-color: rgb(124 45 18 / 0.4);
  border-right-color: rgb(124 45 18 / 0.4);
}

.border-x-orange-900\/45{
  border-left-color: rgb(124 45 18 / 0.45);
  border-right-color: rgb(124 45 18 / 0.45);
}

.border-x-orange-900\/5{
  border-left-color: rgb(124 45 18 / 0.05);
  border-right-color: rgb(124 45 18 / 0.05);
}

.border-x-orange-900\/50{
  border-left-color: rgb(124 45 18 / 0.5);
  border-right-color: rgb(124 45 18 / 0.5);
}

.border-x-orange-900\/55{
  border-left-color: rgb(124 45 18 / 0.55);
  border-right-color: rgb(124 45 18 / 0.55);
}

.border-x-orange-900\/60{
  border-left-color: rgb(124 45 18 / 0.6);
  border-right-color: rgb(124 45 18 / 0.6);
}

.border-x-orange-900\/65{
  border-left-color: rgb(124 45 18 / 0.65);
  border-right-color: rgb(124 45 18 / 0.65);
}

.border-x-orange-900\/70{
  border-left-color: rgb(124 45 18 / 0.7);
  border-right-color: rgb(124 45 18 / 0.7);
}

.border-x-orange-900\/75{
  border-left-color: rgb(124 45 18 / 0.75);
  border-right-color: rgb(124 45 18 / 0.75);
}

.border-x-orange-900\/80{
  border-left-color: rgb(124 45 18 / 0.8);
  border-right-color: rgb(124 45 18 / 0.8);
}

.border-x-orange-900\/85{
  border-left-color: rgb(124 45 18 / 0.85);
  border-right-color: rgb(124 45 18 / 0.85);
}

.border-x-orange-900\/90{
  border-left-color: rgb(124 45 18 / 0.9);
  border-right-color: rgb(124 45 18 / 0.9);
}

.border-x-orange-900\/95{
  border-left-color: rgb(124 45 18 / 0.95);
  border-right-color: rgb(124 45 18 / 0.95);
}

.border-x-orange-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(67 20 7 / 0.15);
  border-right-color: rgb(67 20 7 / 0.15);
}

.border-x-orange-950\/20{
  border-left-color: rgb(67 20 7 / 0.2);
  border-right-color: rgb(67 20 7 / 0.2);
}

.border-x-orange-950\/25{
  border-left-color: rgb(67 20 7 / 0.25);
  border-right-color: rgb(67 20 7 / 0.25);
}

.border-x-orange-950\/30{
  border-left-color: rgb(67 20 7 / 0.3);
  border-right-color: rgb(67 20 7 / 0.3);
}

.border-x-orange-950\/35{
  border-left-color: rgb(67 20 7 / 0.35);
  border-right-color: rgb(67 20 7 / 0.35);
}

.border-x-orange-950\/40{
  border-left-color: rgb(67 20 7 / 0.4);
  border-right-color: rgb(67 20 7 / 0.4);
}

.border-x-orange-950\/45{
  border-left-color: rgb(67 20 7 / 0.45);
  border-right-color: rgb(67 20 7 / 0.45);
}

.border-x-orange-950\/5{
  border-left-color: rgb(67 20 7 / 0.05);
  border-right-color: rgb(67 20 7 / 0.05);
}

.border-x-orange-950\/50{
  border-left-color: rgb(67 20 7 / 0.5);
  border-right-color: rgb(67 20 7 / 0.5);
}

.border-x-orange-950\/55{
  border-left-color: rgb(67 20 7 / 0.55);
  border-right-color: rgb(67 20 7 / 0.55);
}

.border-x-orange-950\/60{
  border-left-color: rgb(67 20 7 / 0.6);
  border-right-color: rgb(67 20 7 / 0.6);
}

.border-x-orange-950\/65{
  border-left-color: rgb(67 20 7 / 0.65);
  border-right-color: rgb(67 20 7 / 0.65);
}

.border-x-orange-950\/70{
  border-left-color: rgb(67 20 7 / 0.7);
  border-right-color: rgb(67 20 7 / 0.7);
}

.border-x-orange-950\/75{
  border-left-color: rgb(67 20 7 / 0.75);
  border-right-color: rgb(67 20 7 / 0.75);
}

.border-x-orange-950\/80{
  border-left-color: rgb(67 20 7 / 0.8);
  border-right-color: rgb(67 20 7 / 0.8);
}

.border-x-orange-950\/85{
  border-left-color: rgb(67 20 7 / 0.85);
  border-right-color: rgb(67 20 7 / 0.85);
}

.border-x-orange-950\/90{
  border-left-color: rgb(67 20 7 / 0.9);
  border-right-color: rgb(67 20 7 / 0.9);
}

.border-x-orange-950\/95{
  border-left-color: rgb(67 20 7 / 0.95);
  border-right-color: rgb(67 20 7 / 0.95);
}

.border-x-pink-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(252 231 243 / 0.15);
  border-right-color: rgb(252 231 243 / 0.15);
}

.border-x-pink-100\/20{
  border-left-color: rgb(252 231 243 / 0.2);
  border-right-color: rgb(252 231 243 / 0.2);
}

.border-x-pink-100\/25{
  border-left-color: rgb(252 231 243 / 0.25);
  border-right-color: rgb(252 231 243 / 0.25);
}

.border-x-pink-100\/30{
  border-left-color: rgb(252 231 243 / 0.3);
  border-right-color: rgb(252 231 243 / 0.3);
}

.border-x-pink-100\/35{
  border-left-color: rgb(252 231 243 / 0.35);
  border-right-color: rgb(252 231 243 / 0.35);
}

.border-x-pink-100\/40{
  border-left-color: rgb(252 231 243 / 0.4);
  border-right-color: rgb(252 231 243 / 0.4);
}

.border-x-pink-100\/45{
  border-left-color: rgb(252 231 243 / 0.45);
  border-right-color: rgb(252 231 243 / 0.45);
}

.border-x-pink-100\/5{
  border-left-color: rgb(252 231 243 / 0.05);
  border-right-color: rgb(252 231 243 / 0.05);
}

.border-x-pink-100\/50{
  border-left-color: rgb(252 231 243 / 0.5);
  border-right-color: rgb(252 231 243 / 0.5);
}

.border-x-pink-100\/55{
  border-left-color: rgb(252 231 243 / 0.55);
  border-right-color: rgb(252 231 243 / 0.55);
}

.border-x-pink-100\/60{
  border-left-color: rgb(252 231 243 / 0.6);
  border-right-color: rgb(252 231 243 / 0.6);
}

.border-x-pink-100\/65{
  border-left-color: rgb(252 231 243 / 0.65);
  border-right-color: rgb(252 231 243 / 0.65);
}

.border-x-pink-100\/70{
  border-left-color: rgb(252 231 243 / 0.7);
  border-right-color: rgb(252 231 243 / 0.7);
}

.border-x-pink-100\/75{
  border-left-color: rgb(252 231 243 / 0.75);
  border-right-color: rgb(252 231 243 / 0.75);
}

.border-x-pink-100\/80{
  border-left-color: rgb(252 231 243 / 0.8);
  border-right-color: rgb(252 231 243 / 0.8);
}

.border-x-pink-100\/85{
  border-left-color: rgb(252 231 243 / 0.85);
  border-right-color: rgb(252 231 243 / 0.85);
}

.border-x-pink-100\/90{
  border-left-color: rgb(252 231 243 / 0.9);
  border-right-color: rgb(252 231 243 / 0.9);
}

.border-x-pink-100\/95{
  border-left-color: rgb(252 231 243 / 0.95);
  border-right-color: rgb(252 231 243 / 0.95);
}

.border-x-pink-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(251 207 232 / 0.15);
  border-right-color: rgb(251 207 232 / 0.15);
}

.border-x-pink-200\/20{
  border-left-color: rgb(251 207 232 / 0.2);
  border-right-color: rgb(251 207 232 / 0.2);
}

.border-x-pink-200\/25{
  border-left-color: rgb(251 207 232 / 0.25);
  border-right-color: rgb(251 207 232 / 0.25);
}

.border-x-pink-200\/30{
  border-left-color: rgb(251 207 232 / 0.3);
  border-right-color: rgb(251 207 232 / 0.3);
}

.border-x-pink-200\/35{
  border-left-color: rgb(251 207 232 / 0.35);
  border-right-color: rgb(251 207 232 / 0.35);
}

.border-x-pink-200\/40{
  border-left-color: rgb(251 207 232 / 0.4);
  border-right-color: rgb(251 207 232 / 0.4);
}

.border-x-pink-200\/45{
  border-left-color: rgb(251 207 232 / 0.45);
  border-right-color: rgb(251 207 232 / 0.45);
}

.border-x-pink-200\/5{
  border-left-color: rgb(251 207 232 / 0.05);
  border-right-color: rgb(251 207 232 / 0.05);
}

.border-x-pink-200\/50{
  border-left-color: rgb(251 207 232 / 0.5);
  border-right-color: rgb(251 207 232 / 0.5);
}

.border-x-pink-200\/55{
  border-left-color: rgb(251 207 232 / 0.55);
  border-right-color: rgb(251 207 232 / 0.55);
}

.border-x-pink-200\/60{
  border-left-color: rgb(251 207 232 / 0.6);
  border-right-color: rgb(251 207 232 / 0.6);
}

.border-x-pink-200\/65{
  border-left-color: rgb(251 207 232 / 0.65);
  border-right-color: rgb(251 207 232 / 0.65);
}

.border-x-pink-200\/70{
  border-left-color: rgb(251 207 232 / 0.7);
  border-right-color: rgb(251 207 232 / 0.7);
}

.border-x-pink-200\/75{
  border-left-color: rgb(251 207 232 / 0.75);
  border-right-color: rgb(251 207 232 / 0.75);
}

.border-x-pink-200\/80{
  border-left-color: rgb(251 207 232 / 0.8);
  border-right-color: rgb(251 207 232 / 0.8);
}

.border-x-pink-200\/85{
  border-left-color: rgb(251 207 232 / 0.85);
  border-right-color: rgb(251 207 232 / 0.85);
}

.border-x-pink-200\/90{
  border-left-color: rgb(251 207 232 / 0.9);
  border-right-color: rgb(251 207 232 / 0.9);
}

.border-x-pink-200\/95{
  border-left-color: rgb(251 207 232 / 0.95);
  border-right-color: rgb(251 207 232 / 0.95);
}

.border-x-pink-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(249 168 212 / 0.15);
  border-right-color: rgb(249 168 212 / 0.15);
}

.border-x-pink-300\/20{
  border-left-color: rgb(249 168 212 / 0.2);
  border-right-color: rgb(249 168 212 / 0.2);
}

.border-x-pink-300\/25{
  border-left-color: rgb(249 168 212 / 0.25);
  border-right-color: rgb(249 168 212 / 0.25);
}

.border-x-pink-300\/30{
  border-left-color: rgb(249 168 212 / 0.3);
  border-right-color: rgb(249 168 212 / 0.3);
}

.border-x-pink-300\/35{
  border-left-color: rgb(249 168 212 / 0.35);
  border-right-color: rgb(249 168 212 / 0.35);
}

.border-x-pink-300\/40{
  border-left-color: rgb(249 168 212 / 0.4);
  border-right-color: rgb(249 168 212 / 0.4);
}

.border-x-pink-300\/45{
  border-left-color: rgb(249 168 212 / 0.45);
  border-right-color: rgb(249 168 212 / 0.45);
}

.border-x-pink-300\/5{
  border-left-color: rgb(249 168 212 / 0.05);
  border-right-color: rgb(249 168 212 / 0.05);
}

.border-x-pink-300\/50{
  border-left-color: rgb(249 168 212 / 0.5);
  border-right-color: rgb(249 168 212 / 0.5);
}

.border-x-pink-300\/55{
  border-left-color: rgb(249 168 212 / 0.55);
  border-right-color: rgb(249 168 212 / 0.55);
}

.border-x-pink-300\/60{
  border-left-color: rgb(249 168 212 / 0.6);
  border-right-color: rgb(249 168 212 / 0.6);
}

.border-x-pink-300\/65{
  border-left-color: rgb(249 168 212 / 0.65);
  border-right-color: rgb(249 168 212 / 0.65);
}

.border-x-pink-300\/70{
  border-left-color: rgb(249 168 212 / 0.7);
  border-right-color: rgb(249 168 212 / 0.7);
}

.border-x-pink-300\/75{
  border-left-color: rgb(249 168 212 / 0.75);
  border-right-color: rgb(249 168 212 / 0.75);
}

.border-x-pink-300\/80{
  border-left-color: rgb(249 168 212 / 0.8);
  border-right-color: rgb(249 168 212 / 0.8);
}

.border-x-pink-300\/85{
  border-left-color: rgb(249 168 212 / 0.85);
  border-right-color: rgb(249 168 212 / 0.85);
}

.border-x-pink-300\/90{
  border-left-color: rgb(249 168 212 / 0.9);
  border-right-color: rgb(249 168 212 / 0.9);
}

.border-x-pink-300\/95{
  border-left-color: rgb(249 168 212 / 0.95);
  border-right-color: rgb(249 168 212 / 0.95);
}

.border-x-pink-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(244 114 182 / 0.15);
  border-right-color: rgb(244 114 182 / 0.15);
}

.border-x-pink-400\/20{
  border-left-color: rgb(244 114 182 / 0.2);
  border-right-color: rgb(244 114 182 / 0.2);
}

.border-x-pink-400\/25{
  border-left-color: rgb(244 114 182 / 0.25);
  border-right-color: rgb(244 114 182 / 0.25);
}

.border-x-pink-400\/30{
  border-left-color: rgb(244 114 182 / 0.3);
  border-right-color: rgb(244 114 182 / 0.3);
}

.border-x-pink-400\/35{
  border-left-color: rgb(244 114 182 / 0.35);
  border-right-color: rgb(244 114 182 / 0.35);
}

.border-x-pink-400\/40{
  border-left-color: rgb(244 114 182 / 0.4);
  border-right-color: rgb(244 114 182 / 0.4);
}

.border-x-pink-400\/45{
  border-left-color: rgb(244 114 182 / 0.45);
  border-right-color: rgb(244 114 182 / 0.45);
}

.border-x-pink-400\/5{
  border-left-color: rgb(244 114 182 / 0.05);
  border-right-color: rgb(244 114 182 / 0.05);
}

.border-x-pink-400\/50{
  border-left-color: rgb(244 114 182 / 0.5);
  border-right-color: rgb(244 114 182 / 0.5);
}

.border-x-pink-400\/55{
  border-left-color: rgb(244 114 182 / 0.55);
  border-right-color: rgb(244 114 182 / 0.55);
}

.border-x-pink-400\/60{
  border-left-color: rgb(244 114 182 / 0.6);
  border-right-color: rgb(244 114 182 / 0.6);
}

.border-x-pink-400\/65{
  border-left-color: rgb(244 114 182 / 0.65);
  border-right-color: rgb(244 114 182 / 0.65);
}

.border-x-pink-400\/70{
  border-left-color: rgb(244 114 182 / 0.7);
  border-right-color: rgb(244 114 182 / 0.7);
}

.border-x-pink-400\/75{
  border-left-color: rgb(244 114 182 / 0.75);
  border-right-color: rgb(244 114 182 / 0.75);
}

.border-x-pink-400\/80{
  border-left-color: rgb(244 114 182 / 0.8);
  border-right-color: rgb(244 114 182 / 0.8);
}

.border-x-pink-400\/85{
  border-left-color: rgb(244 114 182 / 0.85);
  border-right-color: rgb(244 114 182 / 0.85);
}

.border-x-pink-400\/90{
  border-left-color: rgb(244 114 182 / 0.9);
  border-right-color: rgb(244 114 182 / 0.9);
}

.border-x-pink-400\/95{
  border-left-color: rgb(244 114 182 / 0.95);
  border-right-color: rgb(244 114 182 / 0.95);
}

.border-x-pink-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(253 242 248 / 0.15);
  border-right-color: rgb(253 242 248 / 0.15);
}

.border-x-pink-50\/20{
  border-left-color: rgb(253 242 248 / 0.2);
  border-right-color: rgb(253 242 248 / 0.2);
}

.border-x-pink-50\/25{
  border-left-color: rgb(253 242 248 / 0.25);
  border-right-color: rgb(253 242 248 / 0.25);
}

.border-x-pink-50\/30{
  border-left-color: rgb(253 242 248 / 0.3);
  border-right-color: rgb(253 242 248 / 0.3);
}

.border-x-pink-50\/35{
  border-left-color: rgb(253 242 248 / 0.35);
  border-right-color: rgb(253 242 248 / 0.35);
}

.border-x-pink-50\/40{
  border-left-color: rgb(253 242 248 / 0.4);
  border-right-color: rgb(253 242 248 / 0.4);
}

.border-x-pink-50\/45{
  border-left-color: rgb(253 242 248 / 0.45);
  border-right-color: rgb(253 242 248 / 0.45);
}

.border-x-pink-50\/5{
  border-left-color: rgb(253 242 248 / 0.05);
  border-right-color: rgb(253 242 248 / 0.05);
}

.border-x-pink-50\/50{
  border-left-color: rgb(253 242 248 / 0.5);
  border-right-color: rgb(253 242 248 / 0.5);
}

.border-x-pink-50\/55{
  border-left-color: rgb(253 242 248 / 0.55);
  border-right-color: rgb(253 242 248 / 0.55);
}

.border-x-pink-50\/60{
  border-left-color: rgb(253 242 248 / 0.6);
  border-right-color: rgb(253 242 248 / 0.6);
}

.border-x-pink-50\/65{
  border-left-color: rgb(253 242 248 / 0.65);
  border-right-color: rgb(253 242 248 / 0.65);
}

.border-x-pink-50\/70{
  border-left-color: rgb(253 242 248 / 0.7);
  border-right-color: rgb(253 242 248 / 0.7);
}

.border-x-pink-50\/75{
  border-left-color: rgb(253 242 248 / 0.75);
  border-right-color: rgb(253 242 248 / 0.75);
}

.border-x-pink-50\/80{
  border-left-color: rgb(253 242 248 / 0.8);
  border-right-color: rgb(253 242 248 / 0.8);
}

.border-x-pink-50\/85{
  border-left-color: rgb(253 242 248 / 0.85);
  border-right-color: rgb(253 242 248 / 0.85);
}

.border-x-pink-50\/90{
  border-left-color: rgb(253 242 248 / 0.9);
  border-right-color: rgb(253 242 248 / 0.9);
}

.border-x-pink-50\/95{
  border-left-color: rgb(253 242 248 / 0.95);
  border-right-color: rgb(253 242 248 / 0.95);
}

.border-x-pink-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(236 72 153 / 0.15);
  border-right-color: rgb(236 72 153 / 0.15);
}

.border-x-pink-500\/20{
  border-left-color: rgb(236 72 153 / 0.2);
  border-right-color: rgb(236 72 153 / 0.2);
}

.border-x-pink-500\/25{
  border-left-color: rgb(236 72 153 / 0.25);
  border-right-color: rgb(236 72 153 / 0.25);
}

.border-x-pink-500\/30{
  border-left-color: rgb(236 72 153 / 0.3);
  border-right-color: rgb(236 72 153 / 0.3);
}

.border-x-pink-500\/35{
  border-left-color: rgb(236 72 153 / 0.35);
  border-right-color: rgb(236 72 153 / 0.35);
}

.border-x-pink-500\/40{
  border-left-color: rgb(236 72 153 / 0.4);
  border-right-color: rgb(236 72 153 / 0.4);
}

.border-x-pink-500\/45{
  border-left-color: rgb(236 72 153 / 0.45);
  border-right-color: rgb(236 72 153 / 0.45);
}

.border-x-pink-500\/5{
  border-left-color: rgb(236 72 153 / 0.05);
  border-right-color: rgb(236 72 153 / 0.05);
}

.border-x-pink-500\/50{
  border-left-color: rgb(236 72 153 / 0.5);
  border-right-color: rgb(236 72 153 / 0.5);
}

.border-x-pink-500\/55{
  border-left-color: rgb(236 72 153 / 0.55);
  border-right-color: rgb(236 72 153 / 0.55);
}

.border-x-pink-500\/60{
  border-left-color: rgb(236 72 153 / 0.6);
  border-right-color: rgb(236 72 153 / 0.6);
}

.border-x-pink-500\/65{
  border-left-color: rgb(236 72 153 / 0.65);
  border-right-color: rgb(236 72 153 / 0.65);
}

.border-x-pink-500\/70{
  border-left-color: rgb(236 72 153 / 0.7);
  border-right-color: rgb(236 72 153 / 0.7);
}

.border-x-pink-500\/75{
  border-left-color: rgb(236 72 153 / 0.75);
  border-right-color: rgb(236 72 153 / 0.75);
}

.border-x-pink-500\/80{
  border-left-color: rgb(236 72 153 / 0.8);
  border-right-color: rgb(236 72 153 / 0.8);
}

.border-x-pink-500\/85{
  border-left-color: rgb(236 72 153 / 0.85);
  border-right-color: rgb(236 72 153 / 0.85);
}

.border-x-pink-500\/90{
  border-left-color: rgb(236 72 153 / 0.9);
  border-right-color: rgb(236 72 153 / 0.9);
}

.border-x-pink-500\/95{
  border-left-color: rgb(236 72 153 / 0.95);
  border-right-color: rgb(236 72 153 / 0.95);
}

.border-x-pink-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(219 39 119 / 0.15);
  border-right-color: rgb(219 39 119 / 0.15);
}

.border-x-pink-600\/20{
  border-left-color: rgb(219 39 119 / 0.2);
  border-right-color: rgb(219 39 119 / 0.2);
}

.border-x-pink-600\/25{
  border-left-color: rgb(219 39 119 / 0.25);
  border-right-color: rgb(219 39 119 / 0.25);
}

.border-x-pink-600\/30{
  border-left-color: rgb(219 39 119 / 0.3);
  border-right-color: rgb(219 39 119 / 0.3);
}

.border-x-pink-600\/35{
  border-left-color: rgb(219 39 119 / 0.35);
  border-right-color: rgb(219 39 119 / 0.35);
}

.border-x-pink-600\/40{
  border-left-color: rgb(219 39 119 / 0.4);
  border-right-color: rgb(219 39 119 / 0.4);
}

.border-x-pink-600\/45{
  border-left-color: rgb(219 39 119 / 0.45);
  border-right-color: rgb(219 39 119 / 0.45);
}

.border-x-pink-600\/5{
  border-left-color: rgb(219 39 119 / 0.05);
  border-right-color: rgb(219 39 119 / 0.05);
}

.border-x-pink-600\/50{
  border-left-color: rgb(219 39 119 / 0.5);
  border-right-color: rgb(219 39 119 / 0.5);
}

.border-x-pink-600\/55{
  border-left-color: rgb(219 39 119 / 0.55);
  border-right-color: rgb(219 39 119 / 0.55);
}

.border-x-pink-600\/60{
  border-left-color: rgb(219 39 119 / 0.6);
  border-right-color: rgb(219 39 119 / 0.6);
}

.border-x-pink-600\/65{
  border-left-color: rgb(219 39 119 / 0.65);
  border-right-color: rgb(219 39 119 / 0.65);
}

.border-x-pink-600\/70{
  border-left-color: rgb(219 39 119 / 0.7);
  border-right-color: rgb(219 39 119 / 0.7);
}

.border-x-pink-600\/75{
  border-left-color: rgb(219 39 119 / 0.75);
  border-right-color: rgb(219 39 119 / 0.75);
}

.border-x-pink-600\/80{
  border-left-color: rgb(219 39 119 / 0.8);
  border-right-color: rgb(219 39 119 / 0.8);
}

.border-x-pink-600\/85{
  border-left-color: rgb(219 39 119 / 0.85);
  border-right-color: rgb(219 39 119 / 0.85);
}

.border-x-pink-600\/90{
  border-left-color: rgb(219 39 119 / 0.9);
  border-right-color: rgb(219 39 119 / 0.9);
}

.border-x-pink-600\/95{
  border-left-color: rgb(219 39 119 / 0.95);
  border-right-color: rgb(219 39 119 / 0.95);
}

.border-x-pink-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(190 24 93 / 0.15);
  border-right-color: rgb(190 24 93 / 0.15);
}

.border-x-pink-700\/20{
  border-left-color: rgb(190 24 93 / 0.2);
  border-right-color: rgb(190 24 93 / 0.2);
}

.border-x-pink-700\/25{
  border-left-color: rgb(190 24 93 / 0.25);
  border-right-color: rgb(190 24 93 / 0.25);
}

.border-x-pink-700\/30{
  border-left-color: rgb(190 24 93 / 0.3);
  border-right-color: rgb(190 24 93 / 0.3);
}

.border-x-pink-700\/35{
  border-left-color: rgb(190 24 93 / 0.35);
  border-right-color: rgb(190 24 93 / 0.35);
}

.border-x-pink-700\/40{
  border-left-color: rgb(190 24 93 / 0.4);
  border-right-color: rgb(190 24 93 / 0.4);
}

.border-x-pink-700\/45{
  border-left-color: rgb(190 24 93 / 0.45);
  border-right-color: rgb(190 24 93 / 0.45);
}

.border-x-pink-700\/5{
  border-left-color: rgb(190 24 93 / 0.05);
  border-right-color: rgb(190 24 93 / 0.05);
}

.border-x-pink-700\/50{
  border-left-color: rgb(190 24 93 / 0.5);
  border-right-color: rgb(190 24 93 / 0.5);
}

.border-x-pink-700\/55{
  border-left-color: rgb(190 24 93 / 0.55);
  border-right-color: rgb(190 24 93 / 0.55);
}

.border-x-pink-700\/60{
  border-left-color: rgb(190 24 93 / 0.6);
  border-right-color: rgb(190 24 93 / 0.6);
}

.border-x-pink-700\/65{
  border-left-color: rgb(190 24 93 / 0.65);
  border-right-color: rgb(190 24 93 / 0.65);
}

.border-x-pink-700\/70{
  border-left-color: rgb(190 24 93 / 0.7);
  border-right-color: rgb(190 24 93 / 0.7);
}

.border-x-pink-700\/75{
  border-left-color: rgb(190 24 93 / 0.75);
  border-right-color: rgb(190 24 93 / 0.75);
}

.border-x-pink-700\/80{
  border-left-color: rgb(190 24 93 / 0.8);
  border-right-color: rgb(190 24 93 / 0.8);
}

.border-x-pink-700\/85{
  border-left-color: rgb(190 24 93 / 0.85);
  border-right-color: rgb(190 24 93 / 0.85);
}

.border-x-pink-700\/90{
  border-left-color: rgb(190 24 93 / 0.9);
  border-right-color: rgb(190 24 93 / 0.9);
}

.border-x-pink-700\/95{
  border-left-color: rgb(190 24 93 / 0.95);
  border-right-color: rgb(190 24 93 / 0.95);
}

.border-x-pink-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(157 23 77 / 0.15);
  border-right-color: rgb(157 23 77 / 0.15);
}

.border-x-pink-800\/20{
  border-left-color: rgb(157 23 77 / 0.2);
  border-right-color: rgb(157 23 77 / 0.2);
}

.border-x-pink-800\/25{
  border-left-color: rgb(157 23 77 / 0.25);
  border-right-color: rgb(157 23 77 / 0.25);
}

.border-x-pink-800\/30{
  border-left-color: rgb(157 23 77 / 0.3);
  border-right-color: rgb(157 23 77 / 0.3);
}

.border-x-pink-800\/35{
  border-left-color: rgb(157 23 77 / 0.35);
  border-right-color: rgb(157 23 77 / 0.35);
}

.border-x-pink-800\/40{
  border-left-color: rgb(157 23 77 / 0.4);
  border-right-color: rgb(157 23 77 / 0.4);
}

.border-x-pink-800\/45{
  border-left-color: rgb(157 23 77 / 0.45);
  border-right-color: rgb(157 23 77 / 0.45);
}

.border-x-pink-800\/5{
  border-left-color: rgb(157 23 77 / 0.05);
  border-right-color: rgb(157 23 77 / 0.05);
}

.border-x-pink-800\/50{
  border-left-color: rgb(157 23 77 / 0.5);
  border-right-color: rgb(157 23 77 / 0.5);
}

.border-x-pink-800\/55{
  border-left-color: rgb(157 23 77 / 0.55);
  border-right-color: rgb(157 23 77 / 0.55);
}

.border-x-pink-800\/60{
  border-left-color: rgb(157 23 77 / 0.6);
  border-right-color: rgb(157 23 77 / 0.6);
}

.border-x-pink-800\/65{
  border-left-color: rgb(157 23 77 / 0.65);
  border-right-color: rgb(157 23 77 / 0.65);
}

.border-x-pink-800\/70{
  border-left-color: rgb(157 23 77 / 0.7);
  border-right-color: rgb(157 23 77 / 0.7);
}

.border-x-pink-800\/75{
  border-left-color: rgb(157 23 77 / 0.75);
  border-right-color: rgb(157 23 77 / 0.75);
}

.border-x-pink-800\/80{
  border-left-color: rgb(157 23 77 / 0.8);
  border-right-color: rgb(157 23 77 / 0.8);
}

.border-x-pink-800\/85{
  border-left-color: rgb(157 23 77 / 0.85);
  border-right-color: rgb(157 23 77 / 0.85);
}

.border-x-pink-800\/90{
  border-left-color: rgb(157 23 77 / 0.9);
  border-right-color: rgb(157 23 77 / 0.9);
}

.border-x-pink-800\/95{
  border-left-color: rgb(157 23 77 / 0.95);
  border-right-color: rgb(157 23 77 / 0.95);
}

.border-x-pink-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(131 24 67 / 0.15);
  border-right-color: rgb(131 24 67 / 0.15);
}

.border-x-pink-900\/20{
  border-left-color: rgb(131 24 67 / 0.2);
  border-right-color: rgb(131 24 67 / 0.2);
}

.border-x-pink-900\/25{
  border-left-color: rgb(131 24 67 / 0.25);
  border-right-color: rgb(131 24 67 / 0.25);
}

.border-x-pink-900\/30{
  border-left-color: rgb(131 24 67 / 0.3);
  border-right-color: rgb(131 24 67 / 0.3);
}

.border-x-pink-900\/35{
  border-left-color: rgb(131 24 67 / 0.35);
  border-right-color: rgb(131 24 67 / 0.35);
}

.border-x-pink-900\/40{
  border-left-color: rgb(131 24 67 / 0.4);
  border-right-color: rgb(131 24 67 / 0.4);
}

.border-x-pink-900\/45{
  border-left-color: rgb(131 24 67 / 0.45);
  border-right-color: rgb(131 24 67 / 0.45);
}

.border-x-pink-900\/5{
  border-left-color: rgb(131 24 67 / 0.05);
  border-right-color: rgb(131 24 67 / 0.05);
}

.border-x-pink-900\/50{
  border-left-color: rgb(131 24 67 / 0.5);
  border-right-color: rgb(131 24 67 / 0.5);
}

.border-x-pink-900\/55{
  border-left-color: rgb(131 24 67 / 0.55);
  border-right-color: rgb(131 24 67 / 0.55);
}

.border-x-pink-900\/60{
  border-left-color: rgb(131 24 67 / 0.6);
  border-right-color: rgb(131 24 67 / 0.6);
}

.border-x-pink-900\/65{
  border-left-color: rgb(131 24 67 / 0.65);
  border-right-color: rgb(131 24 67 / 0.65);
}

.border-x-pink-900\/70{
  border-left-color: rgb(131 24 67 / 0.7);
  border-right-color: rgb(131 24 67 / 0.7);
}

.border-x-pink-900\/75{
  border-left-color: rgb(131 24 67 / 0.75);
  border-right-color: rgb(131 24 67 / 0.75);
}

.border-x-pink-900\/80{
  border-left-color: rgb(131 24 67 / 0.8);
  border-right-color: rgb(131 24 67 / 0.8);
}

.border-x-pink-900\/85{
  border-left-color: rgb(131 24 67 / 0.85);
  border-right-color: rgb(131 24 67 / 0.85);
}

.border-x-pink-900\/90{
  border-left-color: rgb(131 24 67 / 0.9);
  border-right-color: rgb(131 24 67 / 0.9);
}

.border-x-pink-900\/95{
  border-left-color: rgb(131 24 67 / 0.95);
  border-right-color: rgb(131 24 67 / 0.95);
}

.border-x-pink-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(80 7 36 / 0.15);
  border-right-color: rgb(80 7 36 / 0.15);
}

.border-x-pink-950\/20{
  border-left-color: rgb(80 7 36 / 0.2);
  border-right-color: rgb(80 7 36 / 0.2);
}

.border-x-pink-950\/25{
  border-left-color: rgb(80 7 36 / 0.25);
  border-right-color: rgb(80 7 36 / 0.25);
}

.border-x-pink-950\/30{
  border-left-color: rgb(80 7 36 / 0.3);
  border-right-color: rgb(80 7 36 / 0.3);
}

.border-x-pink-950\/35{
  border-left-color: rgb(80 7 36 / 0.35);
  border-right-color: rgb(80 7 36 / 0.35);
}

.border-x-pink-950\/40{
  border-left-color: rgb(80 7 36 / 0.4);
  border-right-color: rgb(80 7 36 / 0.4);
}

.border-x-pink-950\/45{
  border-left-color: rgb(80 7 36 / 0.45);
  border-right-color: rgb(80 7 36 / 0.45);
}

.border-x-pink-950\/5{
  border-left-color: rgb(80 7 36 / 0.05);
  border-right-color: rgb(80 7 36 / 0.05);
}

.border-x-pink-950\/50{
  border-left-color: rgb(80 7 36 / 0.5);
  border-right-color: rgb(80 7 36 / 0.5);
}

.border-x-pink-950\/55{
  border-left-color: rgb(80 7 36 / 0.55);
  border-right-color: rgb(80 7 36 / 0.55);
}

.border-x-pink-950\/60{
  border-left-color: rgb(80 7 36 / 0.6);
  border-right-color: rgb(80 7 36 / 0.6);
}

.border-x-pink-950\/65{
  border-left-color: rgb(80 7 36 / 0.65);
  border-right-color: rgb(80 7 36 / 0.65);
}

.border-x-pink-950\/70{
  border-left-color: rgb(80 7 36 / 0.7);
  border-right-color: rgb(80 7 36 / 0.7);
}

.border-x-pink-950\/75{
  border-left-color: rgb(80 7 36 / 0.75);
  border-right-color: rgb(80 7 36 / 0.75);
}

.border-x-pink-950\/80{
  border-left-color: rgb(80 7 36 / 0.8);
  border-right-color: rgb(80 7 36 / 0.8);
}

.border-x-pink-950\/85{
  border-left-color: rgb(80 7 36 / 0.85);
  border-right-color: rgb(80 7 36 / 0.85);
}

.border-x-pink-950\/90{
  border-left-color: rgb(80 7 36 / 0.9);
  border-right-color: rgb(80 7 36 / 0.9);
}

.border-x-pink-950\/95{
  border-left-color: rgb(80 7 36 / 0.95);
  border-right-color: rgb(80 7 36 / 0.95);
}

.border-x-primary{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 70 192 / var(--tw-border-opacity));
  border-right-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.border-x-primary-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 57 169 / var(--tw-border-opacity));
  border-right-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.border-x-primary-hover\/0{
  border-left-color: rgb(71 57 169 / 0);
  border-right-color: rgb(71 57 169 / 0);
}

.border-x-primary-hover\/10{
  border-left-color: rgb(71 57 169 / 0.1);
  border-right-color: rgb(71 57 169 / 0.1);
}

.border-x-primary-hover\/100{
  border-left-color: rgb(71 57 169 / 1);
  border-right-color: rgb(71 57 169 / 1);
}

.border-x-primary-hover\/15{
  border-left-color: rgb(71 57 169 / 0.15);
  border-right-color: rgb(71 57 169 / 0.15);
}

.border-x-primary-hover\/20{
  border-left-color: rgb(71 57 169 / 0.2);
  border-right-color: rgb(71 57 169 / 0.2);
}

.border-x-primary-hover\/25{
  border-left-color: rgb(71 57 169 / 0.25);
  border-right-color: rgb(71 57 169 / 0.25);
}

.border-x-primary-hover\/30{
  border-left-color: rgb(71 57 169 / 0.3);
  border-right-color: rgb(71 57 169 / 0.3);
}

.border-x-primary-hover\/35{
  border-left-color: rgb(71 57 169 / 0.35);
  border-right-color: rgb(71 57 169 / 0.35);
}

.border-x-primary-hover\/40{
  border-left-color: rgb(71 57 169 / 0.4);
  border-right-color: rgb(71 57 169 / 0.4);
}

.border-x-primary-hover\/45{
  border-left-color: rgb(71 57 169 / 0.45);
  border-right-color: rgb(71 57 169 / 0.45);
}

.border-x-primary-hover\/5{
  border-left-color: rgb(71 57 169 / 0.05);
  border-right-color: rgb(71 57 169 / 0.05);
}

.border-x-primary-hover\/50{
  border-left-color: rgb(71 57 169 / 0.5);
  border-right-color: rgb(71 57 169 / 0.5);
}

.border-x-primary-hover\/55{
  border-left-color: rgb(71 57 169 / 0.55);
  border-right-color: rgb(71 57 169 / 0.55);
}

.border-x-primary-hover\/60{
  border-left-color: rgb(71 57 169 / 0.6);
  border-right-color: rgb(71 57 169 / 0.6);
}

.border-x-primary-hover\/65{
  border-left-color: rgb(71 57 169 / 0.65);
  border-right-color: rgb(71 57 169 / 0.65);
}

.border-x-primary-hover\/70{
  border-left-color: rgb(71 57 169 / 0.7);
  border-right-color: rgb(71 57 169 / 0.7);
}

.border-x-primary-hover\/75{
  border-left-color: rgb(71 57 169 / 0.75);
  border-right-color: rgb(71 57 169 / 0.75);
}

.border-x-primary-hover\/80{
  border-left-color: rgb(71 57 169 / 0.8);
  border-right-color: rgb(71 57 169 / 0.8);
}

.border-x-primary-hover\/85{
  border-left-color: rgb(71 57 169 / 0.85);
  border-right-color: rgb(71 57 169 / 0.85);
}

.border-x-primary-hover\/90{
  border-left-color: rgb(71 57 169 / 0.9);
  border-right-color: rgb(71 57 169 / 0.9);
}

.border-x-primary-hover\/95{
  border-left-color: rgb(71 57 169 / 0.95);
  border-right-color: rgb(71 57 169 / 0.95);
}

.border-x-primary\/0{
  border-left-color: rgb(85 70 192 / 0);
  border-right-color: rgb(85 70 192 / 0);
}

.border-x-primary\/10{
  border-left-color: rgb(85 70 192 / 0.1);
  border-right-color: rgb(85 70 192 / 0.1);
}

.border-x-primary\/100{
  border-left-color: rgb(85 70 192 / 1);
  border-right-color: rgb(85 70 192 / 1);
}

.border-x-primary\/15{
  border-left-color: rgb(85 70 192 / 0.15);
  border-right-color: rgb(85 70 192 / 0.15);
}

.border-x-primary\/20{
  border-left-color: rgb(85 70 192 / 0.2);
  border-right-color: rgb(85 70 192 / 0.2);
}

.border-x-primary\/25{
  border-left-color: rgb(85 70 192 / 0.25);
  border-right-color: rgb(85 70 192 / 0.25);
}

.border-x-primary\/30{
  border-left-color: rgb(85 70 192 / 0.3);
  border-right-color: rgb(85 70 192 / 0.3);
}

.border-x-primary\/35{
  border-left-color: rgb(85 70 192 / 0.35);
  border-right-color: rgb(85 70 192 / 0.35);
}

.border-x-primary\/40{
  border-left-color: rgb(85 70 192 / 0.4);
  border-right-color: rgb(85 70 192 / 0.4);
}

.border-x-primary\/45{
  border-left-color: rgb(85 70 192 / 0.45);
  border-right-color: rgb(85 70 192 / 0.45);
}

.border-x-primary\/5{
  border-left-color: rgb(85 70 192 / 0.05);
  border-right-color: rgb(85 70 192 / 0.05);
}

.border-x-primary\/50{
  border-left-color: rgb(85 70 192 / 0.5);
  border-right-color: rgb(85 70 192 / 0.5);
}

.border-x-primary\/55{
  border-left-color: rgb(85 70 192 / 0.55);
  border-right-color: rgb(85 70 192 / 0.55);
}

.border-x-primary\/60{
  border-left-color: rgb(85 70 192 / 0.6);
  border-right-color: rgb(85 70 192 / 0.6);
}

.border-x-primary\/65{
  border-left-color: rgb(85 70 192 / 0.65);
  border-right-color: rgb(85 70 192 / 0.65);
}

.border-x-primary\/70{
  border-left-color: rgb(85 70 192 / 0.7);
  border-right-color: rgb(85 70 192 / 0.7);
}

.border-x-primary\/75{
  border-left-color: rgb(85 70 192 / 0.75);
  border-right-color: rgb(85 70 192 / 0.75);
}

.border-x-primary\/80{
  border-left-color: rgb(85 70 192 / 0.8);
  border-right-color: rgb(85 70 192 / 0.8);
}

.border-x-primary\/85{
  border-left-color: rgb(85 70 192 / 0.85);
  border-right-color: rgb(85 70 192 / 0.85);
}

.border-x-primary\/90{
  border-left-color: rgb(85 70 192 / 0.9);
  border-right-color: rgb(85 70 192 / 0.9);
}

.border-x-primary\/95{
  border-left-color: rgb(85 70 192 / 0.95);
  border-right-color: rgb(85 70 192 / 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\/15{
  border-left-color: rgb(243 232 255 / 0.15);
  border-right-color: rgb(243 232 255 / 0.15);
}

.border-x-purple-100\/20{
  border-left-color: rgb(243 232 255 / 0.2);
  border-right-color: rgb(243 232 255 / 0.2);
}

.border-x-purple-100\/25{
  border-left-color: rgb(243 232 255 / 0.25);
  border-right-color: rgb(243 232 255 / 0.25);
}

.border-x-purple-100\/30{
  border-left-color: rgb(243 232 255 / 0.3);
  border-right-color: rgb(243 232 255 / 0.3);
}

.border-x-purple-100\/35{
  border-left-color: rgb(243 232 255 / 0.35);
  border-right-color: rgb(243 232 255 / 0.35);
}

.border-x-purple-100\/40{
  border-left-color: rgb(243 232 255 / 0.4);
  border-right-color: rgb(243 232 255 / 0.4);
}

.border-x-purple-100\/45{
  border-left-color: rgb(243 232 255 / 0.45);
  border-right-color: rgb(243 232 255 / 0.45);
}

.border-x-purple-100\/5{
  border-left-color: rgb(243 232 255 / 0.05);
  border-right-color: rgb(243 232 255 / 0.05);
}

.border-x-purple-100\/50{
  border-left-color: rgb(243 232 255 / 0.5);
  border-right-color: rgb(243 232 255 / 0.5);
}

.border-x-purple-100\/55{
  border-left-color: rgb(243 232 255 / 0.55);
  border-right-color: rgb(243 232 255 / 0.55);
}

.border-x-purple-100\/60{
  border-left-color: rgb(243 232 255 / 0.6);
  border-right-color: rgb(243 232 255 / 0.6);
}

.border-x-purple-100\/65{
  border-left-color: rgb(243 232 255 / 0.65);
  border-right-color: rgb(243 232 255 / 0.65);
}

.border-x-purple-100\/70{
  border-left-color: rgb(243 232 255 / 0.7);
  border-right-color: rgb(243 232 255 / 0.7);
}

.border-x-purple-100\/75{
  border-left-color: rgb(243 232 255 / 0.75);
  border-right-color: rgb(243 232 255 / 0.75);
}

.border-x-purple-100\/80{
  border-left-color: rgb(243 232 255 / 0.8);
  border-right-color: rgb(243 232 255 / 0.8);
}

.border-x-purple-100\/85{
  border-left-color: rgb(243 232 255 / 0.85);
  border-right-color: rgb(243 232 255 / 0.85);
}

.border-x-purple-100\/90{
  border-left-color: rgb(243 232 255 / 0.9);
  border-right-color: rgb(243 232 255 / 0.9);
}

.border-x-purple-100\/95{
  border-left-color: rgb(243 232 255 / 0.95);
  border-right-color: rgb(243 232 255 / 0.95);
}

.border-x-purple-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(233 213 255 / 0.15);
  border-right-color: rgb(233 213 255 / 0.15);
}

.border-x-purple-200\/20{
  border-left-color: rgb(233 213 255 / 0.2);
  border-right-color: rgb(233 213 255 / 0.2);
}

.border-x-purple-200\/25{
  border-left-color: rgb(233 213 255 / 0.25);
  border-right-color: rgb(233 213 255 / 0.25);
}

.border-x-purple-200\/30{
  border-left-color: rgb(233 213 255 / 0.3);
  border-right-color: rgb(233 213 255 / 0.3);
}

.border-x-purple-200\/35{
  border-left-color: rgb(233 213 255 / 0.35);
  border-right-color: rgb(233 213 255 / 0.35);
}

.border-x-purple-200\/40{
  border-left-color: rgb(233 213 255 / 0.4);
  border-right-color: rgb(233 213 255 / 0.4);
}

.border-x-purple-200\/45{
  border-left-color: rgb(233 213 255 / 0.45);
  border-right-color: rgb(233 213 255 / 0.45);
}

.border-x-purple-200\/5{
  border-left-color: rgb(233 213 255 / 0.05);
  border-right-color: rgb(233 213 255 / 0.05);
}

.border-x-purple-200\/50{
  border-left-color: rgb(233 213 255 / 0.5);
  border-right-color: rgb(233 213 255 / 0.5);
}

.border-x-purple-200\/55{
  border-left-color: rgb(233 213 255 / 0.55);
  border-right-color: rgb(233 213 255 / 0.55);
}

.border-x-purple-200\/60{
  border-left-color: rgb(233 213 255 / 0.6);
  border-right-color: rgb(233 213 255 / 0.6);
}

.border-x-purple-200\/65{
  border-left-color: rgb(233 213 255 / 0.65);
  border-right-color: rgb(233 213 255 / 0.65);
}

.border-x-purple-200\/70{
  border-left-color: rgb(233 213 255 / 0.7);
  border-right-color: rgb(233 213 255 / 0.7);
}

.border-x-purple-200\/75{
  border-left-color: rgb(233 213 255 / 0.75);
  border-right-color: rgb(233 213 255 / 0.75);
}

.border-x-purple-200\/80{
  border-left-color: rgb(233 213 255 / 0.8);
  border-right-color: rgb(233 213 255 / 0.8);
}

.border-x-purple-200\/85{
  border-left-color: rgb(233 213 255 / 0.85);
  border-right-color: rgb(233 213 255 / 0.85);
}

.border-x-purple-200\/90{
  border-left-color: rgb(233 213 255 / 0.9);
  border-right-color: rgb(233 213 255 / 0.9);
}

.border-x-purple-200\/95{
  border-left-color: rgb(233 213 255 / 0.95);
  border-right-color: rgb(233 213 255 / 0.95);
}

.border-x-purple-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(216 180 254 / 0.15);
  border-right-color: rgb(216 180 254 / 0.15);
}

.border-x-purple-300\/20{
  border-left-color: rgb(216 180 254 / 0.2);
  border-right-color: rgb(216 180 254 / 0.2);
}

.border-x-purple-300\/25{
  border-left-color: rgb(216 180 254 / 0.25);
  border-right-color: rgb(216 180 254 / 0.25);
}

.border-x-purple-300\/30{
  border-left-color: rgb(216 180 254 / 0.3);
  border-right-color: rgb(216 180 254 / 0.3);
}

.border-x-purple-300\/35{
  border-left-color: rgb(216 180 254 / 0.35);
  border-right-color: rgb(216 180 254 / 0.35);
}

.border-x-purple-300\/40{
  border-left-color: rgb(216 180 254 / 0.4);
  border-right-color: rgb(216 180 254 / 0.4);
}

.border-x-purple-300\/45{
  border-left-color: rgb(216 180 254 / 0.45);
  border-right-color: rgb(216 180 254 / 0.45);
}

.border-x-purple-300\/5{
  border-left-color: rgb(216 180 254 / 0.05);
  border-right-color: rgb(216 180 254 / 0.05);
}

.border-x-purple-300\/50{
  border-left-color: rgb(216 180 254 / 0.5);
  border-right-color: rgb(216 180 254 / 0.5);
}

.border-x-purple-300\/55{
  border-left-color: rgb(216 180 254 / 0.55);
  border-right-color: rgb(216 180 254 / 0.55);
}

.border-x-purple-300\/60{
  border-left-color: rgb(216 180 254 / 0.6);
  border-right-color: rgb(216 180 254 / 0.6);
}

.border-x-purple-300\/65{
  border-left-color: rgb(216 180 254 / 0.65);
  border-right-color: rgb(216 180 254 / 0.65);
}

.border-x-purple-300\/70{
  border-left-color: rgb(216 180 254 / 0.7);
  border-right-color: rgb(216 180 254 / 0.7);
}

.border-x-purple-300\/75{
  border-left-color: rgb(216 180 254 / 0.75);
  border-right-color: rgb(216 180 254 / 0.75);
}

.border-x-purple-300\/80{
  border-left-color: rgb(216 180 254 / 0.8);
  border-right-color: rgb(216 180 254 / 0.8);
}

.border-x-purple-300\/85{
  border-left-color: rgb(216 180 254 / 0.85);
  border-right-color: rgb(216 180 254 / 0.85);
}

.border-x-purple-300\/90{
  border-left-color: rgb(216 180 254 / 0.9);
  border-right-color: rgb(216 180 254 / 0.9);
}

.border-x-purple-300\/95{
  border-left-color: rgb(216 180 254 / 0.95);
  border-right-color: rgb(216 180 254 / 0.95);
}

.border-x-purple-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(192 132 252 / 0.15);
  border-right-color: rgb(192 132 252 / 0.15);
}

.border-x-purple-400\/20{
  border-left-color: rgb(192 132 252 / 0.2);
  border-right-color: rgb(192 132 252 / 0.2);
}

.border-x-purple-400\/25{
  border-left-color: rgb(192 132 252 / 0.25);
  border-right-color: rgb(192 132 252 / 0.25);
}

.border-x-purple-400\/30{
  border-left-color: rgb(192 132 252 / 0.3);
  border-right-color: rgb(192 132 252 / 0.3);
}

.border-x-purple-400\/35{
  border-left-color: rgb(192 132 252 / 0.35);
  border-right-color: rgb(192 132 252 / 0.35);
}

.border-x-purple-400\/40{
  border-left-color: rgb(192 132 252 / 0.4);
  border-right-color: rgb(192 132 252 / 0.4);
}

.border-x-purple-400\/45{
  border-left-color: rgb(192 132 252 / 0.45);
  border-right-color: rgb(192 132 252 / 0.45);
}

.border-x-purple-400\/5{
  border-left-color: rgb(192 132 252 / 0.05);
  border-right-color: rgb(192 132 252 / 0.05);
}

.border-x-purple-400\/50{
  border-left-color: rgb(192 132 252 / 0.5);
  border-right-color: rgb(192 132 252 / 0.5);
}

.border-x-purple-400\/55{
  border-left-color: rgb(192 132 252 / 0.55);
  border-right-color: rgb(192 132 252 / 0.55);
}

.border-x-purple-400\/60{
  border-left-color: rgb(192 132 252 / 0.6);
  border-right-color: rgb(192 132 252 / 0.6);
}

.border-x-purple-400\/65{
  border-left-color: rgb(192 132 252 / 0.65);
  border-right-color: rgb(192 132 252 / 0.65);
}

.border-x-purple-400\/70{
  border-left-color: rgb(192 132 252 / 0.7);
  border-right-color: rgb(192 132 252 / 0.7);
}

.border-x-purple-400\/75{
  border-left-color: rgb(192 132 252 / 0.75);
  border-right-color: rgb(192 132 252 / 0.75);
}

.border-x-purple-400\/80{
  border-left-color: rgb(192 132 252 / 0.8);
  border-right-color: rgb(192 132 252 / 0.8);
}

.border-x-purple-400\/85{
  border-left-color: rgb(192 132 252 / 0.85);
  border-right-color: rgb(192 132 252 / 0.85);
}

.border-x-purple-400\/90{
  border-left-color: rgb(192 132 252 / 0.9);
  border-right-color: rgb(192 132 252 / 0.9);
}

.border-x-purple-400\/95{
  border-left-color: rgb(192 132 252 / 0.95);
  border-right-color: rgb(192 132 252 / 0.95);
}

.border-x-purple-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(250 245 255 / 0.15);
  border-right-color: rgb(250 245 255 / 0.15);
}

.border-x-purple-50\/20{
  border-left-color: rgb(250 245 255 / 0.2);
  border-right-color: rgb(250 245 255 / 0.2);
}

.border-x-purple-50\/25{
  border-left-color: rgb(250 245 255 / 0.25);
  border-right-color: rgb(250 245 255 / 0.25);
}

.border-x-purple-50\/30{
  border-left-color: rgb(250 245 255 / 0.3);
  border-right-color: rgb(250 245 255 / 0.3);
}

.border-x-purple-50\/35{
  border-left-color: rgb(250 245 255 / 0.35);
  border-right-color: rgb(250 245 255 / 0.35);
}

.border-x-purple-50\/40{
  border-left-color: rgb(250 245 255 / 0.4);
  border-right-color: rgb(250 245 255 / 0.4);
}

.border-x-purple-50\/45{
  border-left-color: rgb(250 245 255 / 0.45);
  border-right-color: rgb(250 245 255 / 0.45);
}

.border-x-purple-50\/5{
  border-left-color: rgb(250 245 255 / 0.05);
  border-right-color: rgb(250 245 255 / 0.05);
}

.border-x-purple-50\/50{
  border-left-color: rgb(250 245 255 / 0.5);
  border-right-color: rgb(250 245 255 / 0.5);
}

.border-x-purple-50\/55{
  border-left-color: rgb(250 245 255 / 0.55);
  border-right-color: rgb(250 245 255 / 0.55);
}

.border-x-purple-50\/60{
  border-left-color: rgb(250 245 255 / 0.6);
  border-right-color: rgb(250 245 255 / 0.6);
}

.border-x-purple-50\/65{
  border-left-color: rgb(250 245 255 / 0.65);
  border-right-color: rgb(250 245 255 / 0.65);
}

.border-x-purple-50\/70{
  border-left-color: rgb(250 245 255 / 0.7);
  border-right-color: rgb(250 245 255 / 0.7);
}

.border-x-purple-50\/75{
  border-left-color: rgb(250 245 255 / 0.75);
  border-right-color: rgb(250 245 255 / 0.75);
}

.border-x-purple-50\/80{
  border-left-color: rgb(250 245 255 / 0.8);
  border-right-color: rgb(250 245 255 / 0.8);
}

.border-x-purple-50\/85{
  border-left-color: rgb(250 245 255 / 0.85);
  border-right-color: rgb(250 245 255 / 0.85);
}

.border-x-purple-50\/90{
  border-left-color: rgb(250 245 255 / 0.9);
  border-right-color: rgb(250 245 255 / 0.9);
}

.border-x-purple-50\/95{
  border-left-color: rgb(250 245 255 / 0.95);
  border-right-color: rgb(250 245 255 / 0.95);
}

.border-x-purple-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(168 85 247 / 0.15);
  border-right-color: rgb(168 85 247 / 0.15);
}

.border-x-purple-500\/20{
  border-left-color: rgb(168 85 247 / 0.2);
  border-right-color: rgb(168 85 247 / 0.2);
}

.border-x-purple-500\/25{
  border-left-color: rgb(168 85 247 / 0.25);
  border-right-color: rgb(168 85 247 / 0.25);
}

.border-x-purple-500\/30{
  border-left-color: rgb(168 85 247 / 0.3);
  border-right-color: rgb(168 85 247 / 0.3);
}

.border-x-purple-500\/35{
  border-left-color: rgb(168 85 247 / 0.35);
  border-right-color: rgb(168 85 247 / 0.35);
}

.border-x-purple-500\/40{
  border-left-color: rgb(168 85 247 / 0.4);
  border-right-color: rgb(168 85 247 / 0.4);
}

.border-x-purple-500\/45{
  border-left-color: rgb(168 85 247 / 0.45);
  border-right-color: rgb(168 85 247 / 0.45);
}

.border-x-purple-500\/5{
  border-left-color: rgb(168 85 247 / 0.05);
  border-right-color: rgb(168 85 247 / 0.05);
}

.border-x-purple-500\/50{
  border-left-color: rgb(168 85 247 / 0.5);
  border-right-color: rgb(168 85 247 / 0.5);
}

.border-x-purple-500\/55{
  border-left-color: rgb(168 85 247 / 0.55);
  border-right-color: rgb(168 85 247 / 0.55);
}

.border-x-purple-500\/60{
  border-left-color: rgb(168 85 247 / 0.6);
  border-right-color: rgb(168 85 247 / 0.6);
}

.border-x-purple-500\/65{
  border-left-color: rgb(168 85 247 / 0.65);
  border-right-color: rgb(168 85 247 / 0.65);
}

.border-x-purple-500\/70{
  border-left-color: rgb(168 85 247 / 0.7);
  border-right-color: rgb(168 85 247 / 0.7);
}

.border-x-purple-500\/75{
  border-left-color: rgb(168 85 247 / 0.75);
  border-right-color: rgb(168 85 247 / 0.75);
}

.border-x-purple-500\/80{
  border-left-color: rgb(168 85 247 / 0.8);
  border-right-color: rgb(168 85 247 / 0.8);
}

.border-x-purple-500\/85{
  border-left-color: rgb(168 85 247 / 0.85);
  border-right-color: rgb(168 85 247 / 0.85);
}

.border-x-purple-500\/90{
  border-left-color: rgb(168 85 247 / 0.9);
  border-right-color: rgb(168 85 247 / 0.9);
}

.border-x-purple-500\/95{
  border-left-color: rgb(168 85 247 / 0.95);
  border-right-color: rgb(168 85 247 / 0.95);
}

.border-x-purple-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(147 51 234 / 0.15);
  border-right-color: rgb(147 51 234 / 0.15);
}

.border-x-purple-600\/20{
  border-left-color: rgb(147 51 234 / 0.2);
  border-right-color: rgb(147 51 234 / 0.2);
}

.border-x-purple-600\/25{
  border-left-color: rgb(147 51 234 / 0.25);
  border-right-color: rgb(147 51 234 / 0.25);
}

.border-x-purple-600\/30{
  border-left-color: rgb(147 51 234 / 0.3);
  border-right-color: rgb(147 51 234 / 0.3);
}

.border-x-purple-600\/35{
  border-left-color: rgb(147 51 234 / 0.35);
  border-right-color: rgb(147 51 234 / 0.35);
}

.border-x-purple-600\/40{
  border-left-color: rgb(147 51 234 / 0.4);
  border-right-color: rgb(147 51 234 / 0.4);
}

.border-x-purple-600\/45{
  border-left-color: rgb(147 51 234 / 0.45);
  border-right-color: rgb(147 51 234 / 0.45);
}

.border-x-purple-600\/5{
  border-left-color: rgb(147 51 234 / 0.05);
  border-right-color: rgb(147 51 234 / 0.05);
}

.border-x-purple-600\/50{
  border-left-color: rgb(147 51 234 / 0.5);
  border-right-color: rgb(147 51 234 / 0.5);
}

.border-x-purple-600\/55{
  border-left-color: rgb(147 51 234 / 0.55);
  border-right-color: rgb(147 51 234 / 0.55);
}

.border-x-purple-600\/60{
  border-left-color: rgb(147 51 234 / 0.6);
  border-right-color: rgb(147 51 234 / 0.6);
}

.border-x-purple-600\/65{
  border-left-color: rgb(147 51 234 / 0.65);
  border-right-color: rgb(147 51 234 / 0.65);
}

.border-x-purple-600\/70{
  border-left-color: rgb(147 51 234 / 0.7);
  border-right-color: rgb(147 51 234 / 0.7);
}

.border-x-purple-600\/75{
  border-left-color: rgb(147 51 234 / 0.75);
  border-right-color: rgb(147 51 234 / 0.75);
}

.border-x-purple-600\/80{
  border-left-color: rgb(147 51 234 / 0.8);
  border-right-color: rgb(147 51 234 / 0.8);
}

.border-x-purple-600\/85{
  border-left-color: rgb(147 51 234 / 0.85);
  border-right-color: rgb(147 51 234 / 0.85);
}

.border-x-purple-600\/90{
  border-left-color: rgb(147 51 234 / 0.9);
  border-right-color: rgb(147 51 234 / 0.9);
}

.border-x-purple-600\/95{
  border-left-color: rgb(147 51 234 / 0.95);
  border-right-color: rgb(147 51 234 / 0.95);
}

.border-x-purple-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(126 34 206 / 0.15);
  border-right-color: rgb(126 34 206 / 0.15);
}

.border-x-purple-700\/20{
  border-left-color: rgb(126 34 206 / 0.2);
  border-right-color: rgb(126 34 206 / 0.2);
}

.border-x-purple-700\/25{
  border-left-color: rgb(126 34 206 / 0.25);
  border-right-color: rgb(126 34 206 / 0.25);
}

.border-x-purple-700\/30{
  border-left-color: rgb(126 34 206 / 0.3);
  border-right-color: rgb(126 34 206 / 0.3);
}

.border-x-purple-700\/35{
  border-left-color: rgb(126 34 206 / 0.35);
  border-right-color: rgb(126 34 206 / 0.35);
}

.border-x-purple-700\/40{
  border-left-color: rgb(126 34 206 / 0.4);
  border-right-color: rgb(126 34 206 / 0.4);
}

.border-x-purple-700\/45{
  border-left-color: rgb(126 34 206 / 0.45);
  border-right-color: rgb(126 34 206 / 0.45);
}

.border-x-purple-700\/5{
  border-left-color: rgb(126 34 206 / 0.05);
  border-right-color: rgb(126 34 206 / 0.05);
}

.border-x-purple-700\/50{
  border-left-color: rgb(126 34 206 / 0.5);
  border-right-color: rgb(126 34 206 / 0.5);
}

.border-x-purple-700\/55{
  border-left-color: rgb(126 34 206 / 0.55);
  border-right-color: rgb(126 34 206 / 0.55);
}

.border-x-purple-700\/60{
  border-left-color: rgb(126 34 206 / 0.6);
  border-right-color: rgb(126 34 206 / 0.6);
}

.border-x-purple-700\/65{
  border-left-color: rgb(126 34 206 / 0.65);
  border-right-color: rgb(126 34 206 / 0.65);
}

.border-x-purple-700\/70{
  border-left-color: rgb(126 34 206 / 0.7);
  border-right-color: rgb(126 34 206 / 0.7);
}

.border-x-purple-700\/75{
  border-left-color: rgb(126 34 206 / 0.75);
  border-right-color: rgb(126 34 206 / 0.75);
}

.border-x-purple-700\/80{
  border-left-color: rgb(126 34 206 / 0.8);
  border-right-color: rgb(126 34 206 / 0.8);
}

.border-x-purple-700\/85{
  border-left-color: rgb(126 34 206 / 0.85);
  border-right-color: rgb(126 34 206 / 0.85);
}

.border-x-purple-700\/90{
  border-left-color: rgb(126 34 206 / 0.9);
  border-right-color: rgb(126 34 206 / 0.9);
}

.border-x-purple-700\/95{
  border-left-color: rgb(126 34 206 / 0.95);
  border-right-color: rgb(126 34 206 / 0.95);
}

.border-x-purple-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(107 33 168 / 0.15);
  border-right-color: rgb(107 33 168 / 0.15);
}

.border-x-purple-800\/20{
  border-left-color: rgb(107 33 168 / 0.2);
  border-right-color: rgb(107 33 168 / 0.2);
}

.border-x-purple-800\/25{
  border-left-color: rgb(107 33 168 / 0.25);
  border-right-color: rgb(107 33 168 / 0.25);
}

.border-x-purple-800\/30{
  border-left-color: rgb(107 33 168 / 0.3);
  border-right-color: rgb(107 33 168 / 0.3);
}

.border-x-purple-800\/35{
  border-left-color: rgb(107 33 168 / 0.35);
  border-right-color: rgb(107 33 168 / 0.35);
}

.border-x-purple-800\/40{
  border-left-color: rgb(107 33 168 / 0.4);
  border-right-color: rgb(107 33 168 / 0.4);
}

.border-x-purple-800\/45{
  border-left-color: rgb(107 33 168 / 0.45);
  border-right-color: rgb(107 33 168 / 0.45);
}

.border-x-purple-800\/5{
  border-left-color: rgb(107 33 168 / 0.05);
  border-right-color: rgb(107 33 168 / 0.05);
}

.border-x-purple-800\/50{
  border-left-color: rgb(107 33 168 / 0.5);
  border-right-color: rgb(107 33 168 / 0.5);
}

.border-x-purple-800\/55{
  border-left-color: rgb(107 33 168 / 0.55);
  border-right-color: rgb(107 33 168 / 0.55);
}

.border-x-purple-800\/60{
  border-left-color: rgb(107 33 168 / 0.6);
  border-right-color: rgb(107 33 168 / 0.6);
}

.border-x-purple-800\/65{
  border-left-color: rgb(107 33 168 / 0.65);
  border-right-color: rgb(107 33 168 / 0.65);
}

.border-x-purple-800\/70{
  border-left-color: rgb(107 33 168 / 0.7);
  border-right-color: rgb(107 33 168 / 0.7);
}

.border-x-purple-800\/75{
  border-left-color: rgb(107 33 168 / 0.75);
  border-right-color: rgb(107 33 168 / 0.75);
}

.border-x-purple-800\/80{
  border-left-color: rgb(107 33 168 / 0.8);
  border-right-color: rgb(107 33 168 / 0.8);
}

.border-x-purple-800\/85{
  border-left-color: rgb(107 33 168 / 0.85);
  border-right-color: rgb(107 33 168 / 0.85);
}

.border-x-purple-800\/90{
  border-left-color: rgb(107 33 168 / 0.9);
  border-right-color: rgb(107 33 168 / 0.9);
}

.border-x-purple-800\/95{
  border-left-color: rgb(107 33 168 / 0.95);
  border-right-color: rgb(107 33 168 / 0.95);
}

.border-x-purple-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(88 28 135 / 0.15);
  border-right-color: rgb(88 28 135 / 0.15);
}

.border-x-purple-900\/20{
  border-left-color: rgb(88 28 135 / 0.2);
  border-right-color: rgb(88 28 135 / 0.2);
}

.border-x-purple-900\/25{
  border-left-color: rgb(88 28 135 / 0.25);
  border-right-color: rgb(88 28 135 / 0.25);
}

.border-x-purple-900\/30{
  border-left-color: rgb(88 28 135 / 0.3);
  border-right-color: rgb(88 28 135 / 0.3);
}

.border-x-purple-900\/35{
  border-left-color: rgb(88 28 135 / 0.35);
  border-right-color: rgb(88 28 135 / 0.35);
}

.border-x-purple-900\/40{
  border-left-color: rgb(88 28 135 / 0.4);
  border-right-color: rgb(88 28 135 / 0.4);
}

.border-x-purple-900\/45{
  border-left-color: rgb(88 28 135 / 0.45);
  border-right-color: rgb(88 28 135 / 0.45);
}

.border-x-purple-900\/5{
  border-left-color: rgb(88 28 135 / 0.05);
  border-right-color: rgb(88 28 135 / 0.05);
}

.border-x-purple-900\/50{
  border-left-color: rgb(88 28 135 / 0.5);
  border-right-color: rgb(88 28 135 / 0.5);
}

.border-x-purple-900\/55{
  border-left-color: rgb(88 28 135 / 0.55);
  border-right-color: rgb(88 28 135 / 0.55);
}

.border-x-purple-900\/60{
  border-left-color: rgb(88 28 135 / 0.6);
  border-right-color: rgb(88 28 135 / 0.6);
}

.border-x-purple-900\/65{
  border-left-color: rgb(88 28 135 / 0.65);
  border-right-color: rgb(88 28 135 / 0.65);
}

.border-x-purple-900\/70{
  border-left-color: rgb(88 28 135 / 0.7);
  border-right-color: rgb(88 28 135 / 0.7);
}

.border-x-purple-900\/75{
  border-left-color: rgb(88 28 135 / 0.75);
  border-right-color: rgb(88 28 135 / 0.75);
}

.border-x-purple-900\/80{
  border-left-color: rgb(88 28 135 / 0.8);
  border-right-color: rgb(88 28 135 / 0.8);
}

.border-x-purple-900\/85{
  border-left-color: rgb(88 28 135 / 0.85);
  border-right-color: rgb(88 28 135 / 0.85);
}

.border-x-purple-900\/90{
  border-left-color: rgb(88 28 135 / 0.9);
  border-right-color: rgb(88 28 135 / 0.9);
}

.border-x-purple-900\/95{
  border-left-color: rgb(88 28 135 / 0.95);
  border-right-color: rgb(88 28 135 / 0.95);
}

.border-x-purple-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(59 7 100 / 0.15);
  border-right-color: rgb(59 7 100 / 0.15);
}

.border-x-purple-950\/20{
  border-left-color: rgb(59 7 100 / 0.2);
  border-right-color: rgb(59 7 100 / 0.2);
}

.border-x-purple-950\/25{
  border-left-color: rgb(59 7 100 / 0.25);
  border-right-color: rgb(59 7 100 / 0.25);
}

.border-x-purple-950\/30{
  border-left-color: rgb(59 7 100 / 0.3);
  border-right-color: rgb(59 7 100 / 0.3);
}

.border-x-purple-950\/35{
  border-left-color: rgb(59 7 100 / 0.35);
  border-right-color: rgb(59 7 100 / 0.35);
}

.border-x-purple-950\/40{
  border-left-color: rgb(59 7 100 / 0.4);
  border-right-color: rgb(59 7 100 / 0.4);
}

.border-x-purple-950\/45{
  border-left-color: rgb(59 7 100 / 0.45);
  border-right-color: rgb(59 7 100 / 0.45);
}

.border-x-purple-950\/5{
  border-left-color: rgb(59 7 100 / 0.05);
  border-right-color: rgb(59 7 100 / 0.05);
}

.border-x-purple-950\/50{
  border-left-color: rgb(59 7 100 / 0.5);
  border-right-color: rgb(59 7 100 / 0.5);
}

.border-x-purple-950\/55{
  border-left-color: rgb(59 7 100 / 0.55);
  border-right-color: rgb(59 7 100 / 0.55);
}

.border-x-purple-950\/60{
  border-left-color: rgb(59 7 100 / 0.6);
  border-right-color: rgb(59 7 100 / 0.6);
}

.border-x-purple-950\/65{
  border-left-color: rgb(59 7 100 / 0.65);
  border-right-color: rgb(59 7 100 / 0.65);
}

.border-x-purple-950\/70{
  border-left-color: rgb(59 7 100 / 0.7);
  border-right-color: rgb(59 7 100 / 0.7);
}

.border-x-purple-950\/75{
  border-left-color: rgb(59 7 100 / 0.75);
  border-right-color: rgb(59 7 100 / 0.75);
}

.border-x-purple-950\/80{
  border-left-color: rgb(59 7 100 / 0.8);
  border-right-color: rgb(59 7 100 / 0.8);
}

.border-x-purple-950\/85{
  border-left-color: rgb(59 7 100 / 0.85);
  border-right-color: rgb(59 7 100 / 0.85);
}

.border-x-purple-950\/90{
  border-left-color: rgb(59 7 100 / 0.9);
  border-right-color: rgb(59 7 100 / 0.9);
}

.border-x-purple-950\/95{
  border-left-color: rgb(59 7 100 / 0.95);
  border-right-color: rgb(59 7 100 / 0.95);
}

.border-x-quaternary{
  --tw-border-opacity: 1;
  border-left-color: rgb(61 209 246 / var(--tw-border-opacity));
  border-right-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.border-x-quaternary-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(43 202 241 / var(--tw-border-opacity));
  border-right-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.border-x-quaternary-hover\/0{
  border-left-color: rgb(43 202 241 / 0);
  border-right-color: rgb(43 202 241 / 0);
}

.border-x-quaternary-hover\/10{
  border-left-color: rgb(43 202 241 / 0.1);
  border-right-color: rgb(43 202 241 / 0.1);
}

.border-x-quaternary-hover\/100{
  border-left-color: rgb(43 202 241 / 1);
  border-right-color: rgb(43 202 241 / 1);
}

.border-x-quaternary-hover\/15{
  border-left-color: rgb(43 202 241 / 0.15);
  border-right-color: rgb(43 202 241 / 0.15);
}

.border-x-quaternary-hover\/20{
  border-left-color: rgb(43 202 241 / 0.2);
  border-right-color: rgb(43 202 241 / 0.2);
}

.border-x-quaternary-hover\/25{
  border-left-color: rgb(43 202 241 / 0.25);
  border-right-color: rgb(43 202 241 / 0.25);
}

.border-x-quaternary-hover\/30{
  border-left-color: rgb(43 202 241 / 0.3);
  border-right-color: rgb(43 202 241 / 0.3);
}

.border-x-quaternary-hover\/35{
  border-left-color: rgb(43 202 241 / 0.35);
  border-right-color: rgb(43 202 241 / 0.35);
}

.border-x-quaternary-hover\/40{
  border-left-color: rgb(43 202 241 / 0.4);
  border-right-color: rgb(43 202 241 / 0.4);
}

.border-x-quaternary-hover\/45{
  border-left-color: rgb(43 202 241 / 0.45);
  border-right-color: rgb(43 202 241 / 0.45);
}

.border-x-quaternary-hover\/5{
  border-left-color: rgb(43 202 241 / 0.05);
  border-right-color: rgb(43 202 241 / 0.05);
}

.border-x-quaternary-hover\/50{
  border-left-color: rgb(43 202 241 / 0.5);
  border-right-color: rgb(43 202 241 / 0.5);
}

.border-x-quaternary-hover\/55{
  border-left-color: rgb(43 202 241 / 0.55);
  border-right-color: rgb(43 202 241 / 0.55);
}

.border-x-quaternary-hover\/60{
  border-left-color: rgb(43 202 241 / 0.6);
  border-right-color: rgb(43 202 241 / 0.6);
}

.border-x-quaternary-hover\/65{
  border-left-color: rgb(43 202 241 / 0.65);
  border-right-color: rgb(43 202 241 / 0.65);
}

.border-x-quaternary-hover\/70{
  border-left-color: rgb(43 202 241 / 0.7);
  border-right-color: rgb(43 202 241 / 0.7);
}

.border-x-quaternary-hover\/75{
  border-left-color: rgb(43 202 241 / 0.75);
  border-right-color: rgb(43 202 241 / 0.75);
}

.border-x-quaternary-hover\/80{
  border-left-color: rgb(43 202 241 / 0.8);
  border-right-color: rgb(43 202 241 / 0.8);
}

.border-x-quaternary-hover\/85{
  border-left-color: rgb(43 202 241 / 0.85);
  border-right-color: rgb(43 202 241 / 0.85);
}

.border-x-quaternary-hover\/90{
  border-left-color: rgb(43 202 241 / 0.9);
  border-right-color: rgb(43 202 241 / 0.9);
}

.border-x-quaternary-hover\/95{
  border-left-color: rgb(43 202 241 / 0.95);
  border-right-color: rgb(43 202 241 / 0.95);
}

.border-x-quaternary\/0{
  border-left-color: rgb(61 209 246 / 0);
  border-right-color: rgb(61 209 246 / 0);
}

.border-x-quaternary\/10{
  border-left-color: rgb(61 209 246 / 0.1);
  border-right-color: rgb(61 209 246 / 0.1);
}

.border-x-quaternary\/100{
  border-left-color: rgb(61 209 246 / 1);
  border-right-color: rgb(61 209 246 / 1);
}

.border-x-quaternary\/15{
  border-left-color: rgb(61 209 246 / 0.15);
  border-right-color: rgb(61 209 246 / 0.15);
}

.border-x-quaternary\/20{
  border-left-color: rgb(61 209 246 / 0.2);
  border-right-color: rgb(61 209 246 / 0.2);
}

.border-x-quaternary\/25{
  border-left-color: rgb(61 209 246 / 0.25);
  border-right-color: rgb(61 209 246 / 0.25);
}

.border-x-quaternary\/30{
  border-left-color: rgb(61 209 246 / 0.3);
  border-right-color: rgb(61 209 246 / 0.3);
}

.border-x-quaternary\/35{
  border-left-color: rgb(61 209 246 / 0.35);
  border-right-color: rgb(61 209 246 / 0.35);
}

.border-x-quaternary\/40{
  border-left-color: rgb(61 209 246 / 0.4);
  border-right-color: rgb(61 209 246 / 0.4);
}

.border-x-quaternary\/45{
  border-left-color: rgb(61 209 246 / 0.45);
  border-right-color: rgb(61 209 246 / 0.45);
}

.border-x-quaternary\/5{
  border-left-color: rgb(61 209 246 / 0.05);
  border-right-color: rgb(61 209 246 / 0.05);
}

.border-x-quaternary\/50{
  border-left-color: rgb(61 209 246 / 0.5);
  border-right-color: rgb(61 209 246 / 0.5);
}

.border-x-quaternary\/55{
  border-left-color: rgb(61 209 246 / 0.55);
  border-right-color: rgb(61 209 246 / 0.55);
}

.border-x-quaternary\/60{
  border-left-color: rgb(61 209 246 / 0.6);
  border-right-color: rgb(61 209 246 / 0.6);
}

.border-x-quaternary\/65{
  border-left-color: rgb(61 209 246 / 0.65);
  border-right-color: rgb(61 209 246 / 0.65);
}

.border-x-quaternary\/70{
  border-left-color: rgb(61 209 246 / 0.7);
  border-right-color: rgb(61 209 246 / 0.7);
}

.border-x-quaternary\/75{
  border-left-color: rgb(61 209 246 / 0.75);
  border-right-color: rgb(61 209 246 / 0.75);
}

.border-x-quaternary\/80{
  border-left-color: rgb(61 209 246 / 0.8);
  border-right-color: rgb(61 209 246 / 0.8);
}

.border-x-quaternary\/85{
  border-left-color: rgb(61 209 246 / 0.85);
  border-right-color: rgb(61 209 246 / 0.85);
}

.border-x-quaternary\/90{
  border-left-color: rgb(61 209 246 / 0.9);
  border-right-color: rgb(61 209 246 / 0.9);
}

.border-x-quaternary\/95{
  border-left-color: rgb(61 209 246 / 0.95);
  border-right-color: rgb(61 209 246 / 0.95);
}

.border-x-quinary{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 150 244 / var(--tw-border-opacity));
  border-right-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.border-x-quinary-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 126 222 / var(--tw-border-opacity));
  border-right-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.border-x-quinary-hover\/0{
  border-left-color: rgb(112 126 222 / 0);
  border-right-color: rgb(112 126 222 / 0);
}

.border-x-quinary-hover\/10{
  border-left-color: rgb(112 126 222 / 0.1);
  border-right-color: rgb(112 126 222 / 0.1);
}

.border-x-quinary-hover\/100{
  border-left-color: rgb(112 126 222 / 1);
  border-right-color: rgb(112 126 222 / 1);
}

.border-x-quinary-hover\/15{
  border-left-color: rgb(112 126 222 / 0.15);
  border-right-color: rgb(112 126 222 / 0.15);
}

.border-x-quinary-hover\/20{
  border-left-color: rgb(112 126 222 / 0.2);
  border-right-color: rgb(112 126 222 / 0.2);
}

.border-x-quinary-hover\/25{
  border-left-color: rgb(112 126 222 / 0.25);
  border-right-color: rgb(112 126 222 / 0.25);
}

.border-x-quinary-hover\/30{
  border-left-color: rgb(112 126 222 / 0.3);
  border-right-color: rgb(112 126 222 / 0.3);
}

.border-x-quinary-hover\/35{
  border-left-color: rgb(112 126 222 / 0.35);
  border-right-color: rgb(112 126 222 / 0.35);
}

.border-x-quinary-hover\/40{
  border-left-color: rgb(112 126 222 / 0.4);
  border-right-color: rgb(112 126 222 / 0.4);
}

.border-x-quinary-hover\/45{
  border-left-color: rgb(112 126 222 / 0.45);
  border-right-color: rgb(112 126 222 / 0.45);
}

.border-x-quinary-hover\/5{
  border-left-color: rgb(112 126 222 / 0.05);
  border-right-color: rgb(112 126 222 / 0.05);
}

.border-x-quinary-hover\/50{
  border-left-color: rgb(112 126 222 / 0.5);
  border-right-color: rgb(112 126 222 / 0.5);
}

.border-x-quinary-hover\/55{
  border-left-color: rgb(112 126 222 / 0.55);
  border-right-color: rgb(112 126 222 / 0.55);
}

.border-x-quinary-hover\/60{
  border-left-color: rgb(112 126 222 / 0.6);
  border-right-color: rgb(112 126 222 / 0.6);
}

.border-x-quinary-hover\/65{
  border-left-color: rgb(112 126 222 / 0.65);
  border-right-color: rgb(112 126 222 / 0.65);
}

.border-x-quinary-hover\/70{
  border-left-color: rgb(112 126 222 / 0.7);
  border-right-color: rgb(112 126 222 / 0.7);
}

.border-x-quinary-hover\/75{
  border-left-color: rgb(112 126 222 / 0.75);
  border-right-color: rgb(112 126 222 / 0.75);
}

.border-x-quinary-hover\/80{
  border-left-color: rgb(112 126 222 / 0.8);
  border-right-color: rgb(112 126 222 / 0.8);
}

.border-x-quinary-hover\/85{
  border-left-color: rgb(112 126 222 / 0.85);
  border-right-color: rgb(112 126 222 / 0.85);
}

.border-x-quinary-hover\/90{
  border-left-color: rgb(112 126 222 / 0.9);
  border-right-color: rgb(112 126 222 / 0.9);
}

.border-x-quinary-hover\/95{
  border-left-color: rgb(112 126 222 / 0.95);
  border-right-color: rgb(112 126 222 / 0.95);
}

.border-x-quinary\/0{
  border-left-color: rgb(136 150 244 / 0);
  border-right-color: rgb(136 150 244 / 0);
}

.border-x-quinary\/10{
  border-left-color: rgb(136 150 244 / 0.1);
  border-right-color: rgb(136 150 244 / 0.1);
}

.border-x-quinary\/100{
  border-left-color: rgb(136 150 244 / 1);
  border-right-color: rgb(136 150 244 / 1);
}

.border-x-quinary\/15{
  border-left-color: rgb(136 150 244 / 0.15);
  border-right-color: rgb(136 150 244 / 0.15);
}

.border-x-quinary\/20{
  border-left-color: rgb(136 150 244 / 0.2);
  border-right-color: rgb(136 150 244 / 0.2);
}

.border-x-quinary\/25{
  border-left-color: rgb(136 150 244 / 0.25);
  border-right-color: rgb(136 150 244 / 0.25);
}

.border-x-quinary\/30{
  border-left-color: rgb(136 150 244 / 0.3);
  border-right-color: rgb(136 150 244 / 0.3);
}

.border-x-quinary\/35{
  border-left-color: rgb(136 150 244 / 0.35);
  border-right-color: rgb(136 150 244 / 0.35);
}

.border-x-quinary\/40{
  border-left-color: rgb(136 150 244 / 0.4);
  border-right-color: rgb(136 150 244 / 0.4);
}

.border-x-quinary\/45{
  border-left-color: rgb(136 150 244 / 0.45);
  border-right-color: rgb(136 150 244 / 0.45);
}

.border-x-quinary\/5{
  border-left-color: rgb(136 150 244 / 0.05);
  border-right-color: rgb(136 150 244 / 0.05);
}

.border-x-quinary\/50{
  border-left-color: rgb(136 150 244 / 0.5);
  border-right-color: rgb(136 150 244 / 0.5);
}

.border-x-quinary\/55{
  border-left-color: rgb(136 150 244 / 0.55);
  border-right-color: rgb(136 150 244 / 0.55);
}

.border-x-quinary\/60{
  border-left-color: rgb(136 150 244 / 0.6);
  border-right-color: rgb(136 150 244 / 0.6);
}

.border-x-quinary\/65{
  border-left-color: rgb(136 150 244 / 0.65);
  border-right-color: rgb(136 150 244 / 0.65);
}

.border-x-quinary\/70{
  border-left-color: rgb(136 150 244 / 0.7);
  border-right-color: rgb(136 150 244 / 0.7);
}

.border-x-quinary\/75{
  border-left-color: rgb(136 150 244 / 0.75);
  border-right-color: rgb(136 150 244 / 0.75);
}

.border-x-quinary\/80{
  border-left-color: rgb(136 150 244 / 0.8);
  border-right-color: rgb(136 150 244 / 0.8);
}

.border-x-quinary\/85{
  border-left-color: rgb(136 150 244 / 0.85);
  border-right-color: rgb(136 150 244 / 0.85);
}

.border-x-quinary\/90{
  border-left-color: rgb(136 150 244 / 0.9);
  border-right-color: rgb(136 150 244 / 0.9);
}

.border-x-quinary\/95{
  border-left-color: rgb(136 150 244 / 0.95);
  border-right-color: rgb(136 150 244 / 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\/15{
  border-left-color: rgb(254 226 226 / 0.15);
  border-right-color: rgb(254 226 226 / 0.15);
}

.border-x-red-100\/20{
  border-left-color: rgb(254 226 226 / 0.2);
  border-right-color: rgb(254 226 226 / 0.2);
}

.border-x-red-100\/25{
  border-left-color: rgb(254 226 226 / 0.25);
  border-right-color: rgb(254 226 226 / 0.25);
}

.border-x-red-100\/30{
  border-left-color: rgb(254 226 226 / 0.3);
  border-right-color: rgb(254 226 226 / 0.3);
}

.border-x-red-100\/35{
  border-left-color: rgb(254 226 226 / 0.35);
  border-right-color: rgb(254 226 226 / 0.35);
}

.border-x-red-100\/40{
  border-left-color: rgb(254 226 226 / 0.4);
  border-right-color: rgb(254 226 226 / 0.4);
}

.border-x-red-100\/45{
  border-left-color: rgb(254 226 226 / 0.45);
  border-right-color: rgb(254 226 226 / 0.45);
}

.border-x-red-100\/5{
  border-left-color: rgb(254 226 226 / 0.05);
  border-right-color: rgb(254 226 226 / 0.05);
}

.border-x-red-100\/50{
  border-left-color: rgb(254 226 226 / 0.5);
  border-right-color: rgb(254 226 226 / 0.5);
}

.border-x-red-100\/55{
  border-left-color: rgb(254 226 226 / 0.55);
  border-right-color: rgb(254 226 226 / 0.55);
}

.border-x-red-100\/60{
  border-left-color: rgb(254 226 226 / 0.6);
  border-right-color: rgb(254 226 226 / 0.6);
}

.border-x-red-100\/65{
  border-left-color: rgb(254 226 226 / 0.65);
  border-right-color: rgb(254 226 226 / 0.65);
}

.border-x-red-100\/70{
  border-left-color: rgb(254 226 226 / 0.7);
  border-right-color: rgb(254 226 226 / 0.7);
}

.border-x-red-100\/75{
  border-left-color: rgb(254 226 226 / 0.75);
  border-right-color: rgb(254 226 226 / 0.75);
}

.border-x-red-100\/80{
  border-left-color: rgb(254 226 226 / 0.8);
  border-right-color: rgb(254 226 226 / 0.8);
}

.border-x-red-100\/85{
  border-left-color: rgb(254 226 226 / 0.85);
  border-right-color: rgb(254 226 226 / 0.85);
}

.border-x-red-100\/90{
  border-left-color: rgb(254 226 226 / 0.9);
  border-right-color: rgb(254 226 226 / 0.9);
}

.border-x-red-100\/95{
  border-left-color: rgb(254 226 226 / 0.95);
  border-right-color: rgb(254 226 226 / 0.95);
}

.border-x-red-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(254 202 202 / 0.15);
  border-right-color: rgb(254 202 202 / 0.15);
}

.border-x-red-200\/20{
  border-left-color: rgb(254 202 202 / 0.2);
  border-right-color: rgb(254 202 202 / 0.2);
}

.border-x-red-200\/25{
  border-left-color: rgb(254 202 202 / 0.25);
  border-right-color: rgb(254 202 202 / 0.25);
}

.border-x-red-200\/30{
  border-left-color: rgb(254 202 202 / 0.3);
  border-right-color: rgb(254 202 202 / 0.3);
}

.border-x-red-200\/35{
  border-left-color: rgb(254 202 202 / 0.35);
  border-right-color: rgb(254 202 202 / 0.35);
}

.border-x-red-200\/40{
  border-left-color: rgb(254 202 202 / 0.4);
  border-right-color: rgb(254 202 202 / 0.4);
}

.border-x-red-200\/45{
  border-left-color: rgb(254 202 202 / 0.45);
  border-right-color: rgb(254 202 202 / 0.45);
}

.border-x-red-200\/5{
  border-left-color: rgb(254 202 202 / 0.05);
  border-right-color: rgb(254 202 202 / 0.05);
}

.border-x-red-200\/50{
  border-left-color: rgb(254 202 202 / 0.5);
  border-right-color: rgb(254 202 202 / 0.5);
}

.border-x-red-200\/55{
  border-left-color: rgb(254 202 202 / 0.55);
  border-right-color: rgb(254 202 202 / 0.55);
}

.border-x-red-200\/60{
  border-left-color: rgb(254 202 202 / 0.6);
  border-right-color: rgb(254 202 202 / 0.6);
}

.border-x-red-200\/65{
  border-left-color: rgb(254 202 202 / 0.65);
  border-right-color: rgb(254 202 202 / 0.65);
}

.border-x-red-200\/70{
  border-left-color: rgb(254 202 202 / 0.7);
  border-right-color: rgb(254 202 202 / 0.7);
}

.border-x-red-200\/75{
  border-left-color: rgb(254 202 202 / 0.75);
  border-right-color: rgb(254 202 202 / 0.75);
}

.border-x-red-200\/80{
  border-left-color: rgb(254 202 202 / 0.8);
  border-right-color: rgb(254 202 202 / 0.8);
}

.border-x-red-200\/85{
  border-left-color: rgb(254 202 202 / 0.85);
  border-right-color: rgb(254 202 202 / 0.85);
}

.border-x-red-200\/90{
  border-left-color: rgb(254 202 202 / 0.9);
  border-right-color: rgb(254 202 202 / 0.9);
}

.border-x-red-200\/95{
  border-left-color: rgb(254 202 202 / 0.95);
  border-right-color: rgb(254 202 202 / 0.95);
}

.border-x-red-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(252 165 165 / 0.15);
  border-right-color: rgb(252 165 165 / 0.15);
}

.border-x-red-300\/20{
  border-left-color: rgb(252 165 165 / 0.2);
  border-right-color: rgb(252 165 165 / 0.2);
}

.border-x-red-300\/25{
  border-left-color: rgb(252 165 165 / 0.25);
  border-right-color: rgb(252 165 165 / 0.25);
}

.border-x-red-300\/30{
  border-left-color: rgb(252 165 165 / 0.3);
  border-right-color: rgb(252 165 165 / 0.3);
}

.border-x-red-300\/35{
  border-left-color: rgb(252 165 165 / 0.35);
  border-right-color: rgb(252 165 165 / 0.35);
}

.border-x-red-300\/40{
  border-left-color: rgb(252 165 165 / 0.4);
  border-right-color: rgb(252 165 165 / 0.4);
}

.border-x-red-300\/45{
  border-left-color: rgb(252 165 165 / 0.45);
  border-right-color: rgb(252 165 165 / 0.45);
}

.border-x-red-300\/5{
  border-left-color: rgb(252 165 165 / 0.05);
  border-right-color: rgb(252 165 165 / 0.05);
}

.border-x-red-300\/50{
  border-left-color: rgb(252 165 165 / 0.5);
  border-right-color: rgb(252 165 165 / 0.5);
}

.border-x-red-300\/55{
  border-left-color: rgb(252 165 165 / 0.55);
  border-right-color: rgb(252 165 165 / 0.55);
}

.border-x-red-300\/60{
  border-left-color: rgb(252 165 165 / 0.6);
  border-right-color: rgb(252 165 165 / 0.6);
}

.border-x-red-300\/65{
  border-left-color: rgb(252 165 165 / 0.65);
  border-right-color: rgb(252 165 165 / 0.65);
}

.border-x-red-300\/70{
  border-left-color: rgb(252 165 165 / 0.7);
  border-right-color: rgb(252 165 165 / 0.7);
}

.border-x-red-300\/75{
  border-left-color: rgb(252 165 165 / 0.75);
  border-right-color: rgb(252 165 165 / 0.75);
}

.border-x-red-300\/80{
  border-left-color: rgb(252 165 165 / 0.8);
  border-right-color: rgb(252 165 165 / 0.8);
}

.border-x-red-300\/85{
  border-left-color: rgb(252 165 165 / 0.85);
  border-right-color: rgb(252 165 165 / 0.85);
}

.border-x-red-300\/90{
  border-left-color: rgb(252 165 165 / 0.9);
  border-right-color: rgb(252 165 165 / 0.9);
}

.border-x-red-300\/95{
  border-left-color: rgb(252 165 165 / 0.95);
  border-right-color: rgb(252 165 165 / 0.95);
}

.border-x-red-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(248 113 113 / 0.15);
  border-right-color: rgb(248 113 113 / 0.15);
}

.border-x-red-400\/20{
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}

.border-x-red-400\/25{
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}

.border-x-red-400\/30{
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}

.border-x-red-400\/35{
  border-left-color: rgb(248 113 113 / 0.35);
  border-right-color: rgb(248 113 113 / 0.35);
}

.border-x-red-400\/40{
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}

.border-x-red-400\/45{
  border-left-color: rgb(248 113 113 / 0.45);
  border-right-color: rgb(248 113 113 / 0.45);
}

.border-x-red-400\/5{
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}

.border-x-red-400\/50{
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}

.border-x-red-400\/55{
  border-left-color: rgb(248 113 113 / 0.55);
  border-right-color: rgb(248 113 113 / 0.55);
}

.border-x-red-400\/60{
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}

.border-x-red-400\/65{
  border-left-color: rgb(248 113 113 / 0.65);
  border-right-color: rgb(248 113 113 / 0.65);
}

.border-x-red-400\/70{
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}

.border-x-red-400\/75{
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}

.border-x-red-400\/80{
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}

.border-x-red-400\/85{
  border-left-color: rgb(248 113 113 / 0.85);
  border-right-color: rgb(248 113 113 / 0.85);
}

.border-x-red-400\/90{
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}

.border-x-red-400\/95{
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}

.border-x-red-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(254 242 242 / 0.15);
  border-right-color: rgb(254 242 242 / 0.15);
}

.border-x-red-50\/20{
  border-left-color: rgb(254 242 242 / 0.2);
  border-right-color: rgb(254 242 242 / 0.2);
}

.border-x-red-50\/25{
  border-left-color: rgb(254 242 242 / 0.25);
  border-right-color: rgb(254 242 242 / 0.25);
}

.border-x-red-50\/30{
  border-left-color: rgb(254 242 242 / 0.3);
  border-right-color: rgb(254 242 242 / 0.3);
}

.border-x-red-50\/35{
  border-left-color: rgb(254 242 242 / 0.35);
  border-right-color: rgb(254 242 242 / 0.35);
}

.border-x-red-50\/40{
  border-left-color: rgb(254 242 242 / 0.4);
  border-right-color: rgb(254 242 242 / 0.4);
}

.border-x-red-50\/45{
  border-left-color: rgb(254 242 242 / 0.45);
  border-right-color: rgb(254 242 242 / 0.45);
}

.border-x-red-50\/5{
  border-left-color: rgb(254 242 242 / 0.05);
  border-right-color: rgb(254 242 242 / 0.05);
}

.border-x-red-50\/50{
  border-left-color: rgb(254 242 242 / 0.5);
  border-right-color: rgb(254 242 242 / 0.5);
}

.border-x-red-50\/55{
  border-left-color: rgb(254 242 242 / 0.55);
  border-right-color: rgb(254 242 242 / 0.55);
}

.border-x-red-50\/60{
  border-left-color: rgb(254 242 242 / 0.6);
  border-right-color: rgb(254 242 242 / 0.6);
}

.border-x-red-50\/65{
  border-left-color: rgb(254 242 242 / 0.65);
  border-right-color: rgb(254 242 242 / 0.65);
}

.border-x-red-50\/70{
  border-left-color: rgb(254 242 242 / 0.7);
  border-right-color: rgb(254 242 242 / 0.7);
}

.border-x-red-50\/75{
  border-left-color: rgb(254 242 242 / 0.75);
  border-right-color: rgb(254 242 242 / 0.75);
}

.border-x-red-50\/80{
  border-left-color: rgb(254 242 242 / 0.8);
  border-right-color: rgb(254 242 242 / 0.8);
}

.border-x-red-50\/85{
  border-left-color: rgb(254 242 242 / 0.85);
  border-right-color: rgb(254 242 242 / 0.85);
}

.border-x-red-50\/90{
  border-left-color: rgb(254 242 242 / 0.9);
  border-right-color: rgb(254 242 242 / 0.9);
}

.border-x-red-50\/95{
  border-left-color: rgb(254 242 242 / 0.95);
  border-right-color: rgb(254 242 242 / 0.95);
}

.border-x-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(239 68 68 / 0.15);
  border-right-color: rgb(239 68 68 / 0.15);
}

.border-x-red-500\/20{
  border-left-color: rgb(239 68 68 / 0.2);
  border-right-color: rgb(239 68 68 / 0.2);
}

.border-x-red-500\/25{
  border-left-color: rgb(239 68 68 / 0.25);
  border-right-color: rgb(239 68 68 / 0.25);
}

.border-x-red-500\/30{
  border-left-color: rgb(239 68 68 / 0.3);
  border-right-color: rgb(239 68 68 / 0.3);
}

.border-x-red-500\/35{
  border-left-color: rgb(239 68 68 / 0.35);
  border-right-color: rgb(239 68 68 / 0.35);
}

.border-x-red-500\/40{
  border-left-color: rgb(239 68 68 / 0.4);
  border-right-color: rgb(239 68 68 / 0.4);
}

.border-x-red-500\/45{
  border-left-color: rgb(239 68 68 / 0.45);
  border-right-color: rgb(239 68 68 / 0.45);
}

.border-x-red-500\/5{
  border-left-color: rgb(239 68 68 / 0.05);
  border-right-color: rgb(239 68 68 / 0.05);
}

.border-x-red-500\/50{
  border-left-color: rgb(239 68 68 / 0.5);
  border-right-color: rgb(239 68 68 / 0.5);
}

.border-x-red-500\/55{
  border-left-color: rgb(239 68 68 / 0.55);
  border-right-color: rgb(239 68 68 / 0.55);
}

.border-x-red-500\/60{
  border-left-color: rgb(239 68 68 / 0.6);
  border-right-color: rgb(239 68 68 / 0.6);
}

.border-x-red-500\/65{
  border-left-color: rgb(239 68 68 / 0.65);
  border-right-color: rgb(239 68 68 / 0.65);
}

.border-x-red-500\/70{
  border-left-color: rgb(239 68 68 / 0.7);
  border-right-color: rgb(239 68 68 / 0.7);
}

.border-x-red-500\/75{
  border-left-color: rgb(239 68 68 / 0.75);
  border-right-color: rgb(239 68 68 / 0.75);
}

.border-x-red-500\/80{
  border-left-color: rgb(239 68 68 / 0.8);
  border-right-color: rgb(239 68 68 / 0.8);
}

.border-x-red-500\/85{
  border-left-color: rgb(239 68 68 / 0.85);
  border-right-color: rgb(239 68 68 / 0.85);
}

.border-x-red-500\/90{
  border-left-color: rgb(239 68 68 / 0.9);
  border-right-color: rgb(239 68 68 / 0.9);
}

.border-x-red-500\/95{
  border-left-color: rgb(239 68 68 / 0.95);
  border-right-color: rgb(239 68 68 / 0.95);
}

.border-x-red-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(220 38 38 / 0.15);
  border-right-color: rgb(220 38 38 / 0.15);
}

.border-x-red-600\/20{
  border-left-color: rgb(220 38 38 / 0.2);
  border-right-color: rgb(220 38 38 / 0.2);
}

.border-x-red-600\/25{
  border-left-color: rgb(220 38 38 / 0.25);
  border-right-color: rgb(220 38 38 / 0.25);
}

.border-x-red-600\/30{
  border-left-color: rgb(220 38 38 / 0.3);
  border-right-color: rgb(220 38 38 / 0.3);
}

.border-x-red-600\/35{
  border-left-color: rgb(220 38 38 / 0.35);
  border-right-color: rgb(220 38 38 / 0.35);
}

.border-x-red-600\/40{
  border-left-color: rgb(220 38 38 / 0.4);
  border-right-color: rgb(220 38 38 / 0.4);
}

.border-x-red-600\/45{
  border-left-color: rgb(220 38 38 / 0.45);
  border-right-color: rgb(220 38 38 / 0.45);
}

.border-x-red-600\/5{
  border-left-color: rgb(220 38 38 / 0.05);
  border-right-color: rgb(220 38 38 / 0.05);
}

.border-x-red-600\/50{
  border-left-color: rgb(220 38 38 / 0.5);
  border-right-color: rgb(220 38 38 / 0.5);
}

.border-x-red-600\/55{
  border-left-color: rgb(220 38 38 / 0.55);
  border-right-color: rgb(220 38 38 / 0.55);
}

.border-x-red-600\/60{
  border-left-color: rgb(220 38 38 / 0.6);
  border-right-color: rgb(220 38 38 / 0.6);
}

.border-x-red-600\/65{
  border-left-color: rgb(220 38 38 / 0.65);
  border-right-color: rgb(220 38 38 / 0.65);
}

.border-x-red-600\/70{
  border-left-color: rgb(220 38 38 / 0.7);
  border-right-color: rgb(220 38 38 / 0.7);
}

.border-x-red-600\/75{
  border-left-color: rgb(220 38 38 / 0.75);
  border-right-color: rgb(220 38 38 / 0.75);
}

.border-x-red-600\/80{
  border-left-color: rgb(220 38 38 / 0.8);
  border-right-color: rgb(220 38 38 / 0.8);
}

.border-x-red-600\/85{
  border-left-color: rgb(220 38 38 / 0.85);
  border-right-color: rgb(220 38 38 / 0.85);
}

.border-x-red-600\/90{
  border-left-color: rgb(220 38 38 / 0.9);
  border-right-color: rgb(220 38 38 / 0.9);
}

.border-x-red-600\/95{
  border-left-color: rgb(220 38 38 / 0.95);
  border-right-color: rgb(220 38 38 / 0.95);
}

.border-x-red-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(185 28 28 / 0.15);
  border-right-color: rgb(185 28 28 / 0.15);
}

.border-x-red-700\/20{
  border-left-color: rgb(185 28 28 / 0.2);
  border-right-color: rgb(185 28 28 / 0.2);
}

.border-x-red-700\/25{
  border-left-color: rgb(185 28 28 / 0.25);
  border-right-color: rgb(185 28 28 / 0.25);
}

.border-x-red-700\/30{
  border-left-color: rgb(185 28 28 / 0.3);
  border-right-color: rgb(185 28 28 / 0.3);
}

.border-x-red-700\/35{
  border-left-color: rgb(185 28 28 / 0.35);
  border-right-color: rgb(185 28 28 / 0.35);
}

.border-x-red-700\/40{
  border-left-color: rgb(185 28 28 / 0.4);
  border-right-color: rgb(185 28 28 / 0.4);
}

.border-x-red-700\/45{
  border-left-color: rgb(185 28 28 / 0.45);
  border-right-color: rgb(185 28 28 / 0.45);
}

.border-x-red-700\/5{
  border-left-color: rgb(185 28 28 / 0.05);
  border-right-color: rgb(185 28 28 / 0.05);
}

.border-x-red-700\/50{
  border-left-color: rgb(185 28 28 / 0.5);
  border-right-color: rgb(185 28 28 / 0.5);
}

.border-x-red-700\/55{
  border-left-color: rgb(185 28 28 / 0.55);
  border-right-color: rgb(185 28 28 / 0.55);
}

.border-x-red-700\/60{
  border-left-color: rgb(185 28 28 / 0.6);
  border-right-color: rgb(185 28 28 / 0.6);
}

.border-x-red-700\/65{
  border-left-color: rgb(185 28 28 / 0.65);
  border-right-color: rgb(185 28 28 / 0.65);
}

.border-x-red-700\/70{
  border-left-color: rgb(185 28 28 / 0.7);
  border-right-color: rgb(185 28 28 / 0.7);
}

.border-x-red-700\/75{
  border-left-color: rgb(185 28 28 / 0.75);
  border-right-color: rgb(185 28 28 / 0.75);
}

.border-x-red-700\/80{
  border-left-color: rgb(185 28 28 / 0.8);
  border-right-color: rgb(185 28 28 / 0.8);
}

.border-x-red-700\/85{
  border-left-color: rgb(185 28 28 / 0.85);
  border-right-color: rgb(185 28 28 / 0.85);
}

.border-x-red-700\/90{
  border-left-color: rgb(185 28 28 / 0.9);
  border-right-color: rgb(185 28 28 / 0.9);
}

.border-x-red-700\/95{
  border-left-color: rgb(185 28 28 / 0.95);
  border-right-color: rgb(185 28 28 / 0.95);
}

.border-x-red-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(153 27 27 / 0.15);
  border-right-color: rgb(153 27 27 / 0.15);
}

.border-x-red-800\/20{
  border-left-color: rgb(153 27 27 / 0.2);
  border-right-color: rgb(153 27 27 / 0.2);
}

.border-x-red-800\/25{
  border-left-color: rgb(153 27 27 / 0.25);
  border-right-color: rgb(153 27 27 / 0.25);
}

.border-x-red-800\/30{
  border-left-color: rgb(153 27 27 / 0.3);
  border-right-color: rgb(153 27 27 / 0.3);
}

.border-x-red-800\/35{
  border-left-color: rgb(153 27 27 / 0.35);
  border-right-color: rgb(153 27 27 / 0.35);
}

.border-x-red-800\/40{
  border-left-color: rgb(153 27 27 / 0.4);
  border-right-color: rgb(153 27 27 / 0.4);
}

.border-x-red-800\/45{
  border-left-color: rgb(153 27 27 / 0.45);
  border-right-color: rgb(153 27 27 / 0.45);
}

.border-x-red-800\/5{
  border-left-color: rgb(153 27 27 / 0.05);
  border-right-color: rgb(153 27 27 / 0.05);
}

.border-x-red-800\/50{
  border-left-color: rgb(153 27 27 / 0.5);
  border-right-color: rgb(153 27 27 / 0.5);
}

.border-x-red-800\/55{
  border-left-color: rgb(153 27 27 / 0.55);
  border-right-color: rgb(153 27 27 / 0.55);
}

.border-x-red-800\/60{
  border-left-color: rgb(153 27 27 / 0.6);
  border-right-color: rgb(153 27 27 / 0.6);
}

.border-x-red-800\/65{
  border-left-color: rgb(153 27 27 / 0.65);
  border-right-color: rgb(153 27 27 / 0.65);
}

.border-x-red-800\/70{
  border-left-color: rgb(153 27 27 / 0.7);
  border-right-color: rgb(153 27 27 / 0.7);
}

.border-x-red-800\/75{
  border-left-color: rgb(153 27 27 / 0.75);
  border-right-color: rgb(153 27 27 / 0.75);
}

.border-x-red-800\/80{
  border-left-color: rgb(153 27 27 / 0.8);
  border-right-color: rgb(153 27 27 / 0.8);
}

.border-x-red-800\/85{
  border-left-color: rgb(153 27 27 / 0.85);
  border-right-color: rgb(153 27 27 / 0.85);
}

.border-x-red-800\/90{
  border-left-color: rgb(153 27 27 / 0.9);
  border-right-color: rgb(153 27 27 / 0.9);
}

.border-x-red-800\/95{
  border-left-color: rgb(153 27 27 / 0.95);
  border-right-color: rgb(153 27 27 / 0.95);
}

.border-x-red-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(127 29 29 / 0.15);
  border-right-color: rgb(127 29 29 / 0.15);
}

.border-x-red-900\/20{
  border-left-color: rgb(127 29 29 / 0.2);
  border-right-color: rgb(127 29 29 / 0.2);
}

.border-x-red-900\/25{
  border-left-color: rgb(127 29 29 / 0.25);
  border-right-color: rgb(127 29 29 / 0.25);
}

.border-x-red-900\/30{
  border-left-color: rgb(127 29 29 / 0.3);
  border-right-color: rgb(127 29 29 / 0.3);
}

.border-x-red-900\/35{
  border-left-color: rgb(127 29 29 / 0.35);
  border-right-color: rgb(127 29 29 / 0.35);
}

.border-x-red-900\/40{
  border-left-color: rgb(127 29 29 / 0.4);
  border-right-color: rgb(127 29 29 / 0.4);
}

.border-x-red-900\/45{
  border-left-color: rgb(127 29 29 / 0.45);
  border-right-color: rgb(127 29 29 / 0.45);
}

.border-x-red-900\/5{
  border-left-color: rgb(127 29 29 / 0.05);
  border-right-color: rgb(127 29 29 / 0.05);
}

.border-x-red-900\/50{
  border-left-color: rgb(127 29 29 / 0.5);
  border-right-color: rgb(127 29 29 / 0.5);
}

.border-x-red-900\/55{
  border-left-color: rgb(127 29 29 / 0.55);
  border-right-color: rgb(127 29 29 / 0.55);
}

.border-x-red-900\/60{
  border-left-color: rgb(127 29 29 / 0.6);
  border-right-color: rgb(127 29 29 / 0.6);
}

.border-x-red-900\/65{
  border-left-color: rgb(127 29 29 / 0.65);
  border-right-color: rgb(127 29 29 / 0.65);
}

.border-x-red-900\/70{
  border-left-color: rgb(127 29 29 / 0.7);
  border-right-color: rgb(127 29 29 / 0.7);
}

.border-x-red-900\/75{
  border-left-color: rgb(127 29 29 / 0.75);
  border-right-color: rgb(127 29 29 / 0.75);
}

.border-x-red-900\/80{
  border-left-color: rgb(127 29 29 / 0.8);
  border-right-color: rgb(127 29 29 / 0.8);
}

.border-x-red-900\/85{
  border-left-color: rgb(127 29 29 / 0.85);
  border-right-color: rgb(127 29 29 / 0.85);
}

.border-x-red-900\/90{
  border-left-color: rgb(127 29 29 / 0.9);
  border-right-color: rgb(127 29 29 / 0.9);
}

.border-x-red-900\/95{
  border-left-color: rgb(127 29 29 / 0.95);
  border-right-color: rgb(127 29 29 / 0.95);
}

.border-x-red-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(69 10 10 / 0.15);
  border-right-color: rgb(69 10 10 / 0.15);
}

.border-x-red-950\/20{
  border-left-color: rgb(69 10 10 / 0.2);
  border-right-color: rgb(69 10 10 / 0.2);
}

.border-x-red-950\/25{
  border-left-color: rgb(69 10 10 / 0.25);
  border-right-color: rgb(69 10 10 / 0.25);
}

.border-x-red-950\/30{
  border-left-color: rgb(69 10 10 / 0.3);
  border-right-color: rgb(69 10 10 / 0.3);
}

.border-x-red-950\/35{
  border-left-color: rgb(69 10 10 / 0.35);
  border-right-color: rgb(69 10 10 / 0.35);
}

.border-x-red-950\/40{
  border-left-color: rgb(69 10 10 / 0.4);
  border-right-color: rgb(69 10 10 / 0.4);
}

.border-x-red-950\/45{
  border-left-color: rgb(69 10 10 / 0.45);
  border-right-color: rgb(69 10 10 / 0.45);
}

.border-x-red-950\/5{
  border-left-color: rgb(69 10 10 / 0.05);
  border-right-color: rgb(69 10 10 / 0.05);
}

.border-x-red-950\/50{
  border-left-color: rgb(69 10 10 / 0.5);
  border-right-color: rgb(69 10 10 / 0.5);
}

.border-x-red-950\/55{
  border-left-color: rgb(69 10 10 / 0.55);
  border-right-color: rgb(69 10 10 / 0.55);
}

.border-x-red-950\/60{
  border-left-color: rgb(69 10 10 / 0.6);
  border-right-color: rgb(69 10 10 / 0.6);
}

.border-x-red-950\/65{
  border-left-color: rgb(69 10 10 / 0.65);
  border-right-color: rgb(69 10 10 / 0.65);
}

.border-x-red-950\/70{
  border-left-color: rgb(69 10 10 / 0.7);
  border-right-color: rgb(69 10 10 / 0.7);
}

.border-x-red-950\/75{
  border-left-color: rgb(69 10 10 / 0.75);
  border-right-color: rgb(69 10 10 / 0.75);
}

.border-x-red-950\/80{
  border-left-color: rgb(69 10 10 / 0.8);
  border-right-color: rgb(69 10 10 / 0.8);
}

.border-x-red-950\/85{
  border-left-color: rgb(69 10 10 / 0.85);
  border-right-color: rgb(69 10 10 / 0.85);
}

.border-x-red-950\/90{
  border-left-color: rgb(69 10 10 / 0.9);
  border-right-color: rgb(69 10 10 / 0.9);
}

.border-x-red-950\/95{
  border-left-color: rgb(69 10 10 / 0.95);
  border-right-color: rgb(69 10 10 / 0.95);
}

.border-x-rose-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(255 228 230 / 0.15);
  border-right-color: rgb(255 228 230 / 0.15);
}

.border-x-rose-100\/20{
  border-left-color: rgb(255 228 230 / 0.2);
  border-right-color: rgb(255 228 230 / 0.2);
}

.border-x-rose-100\/25{
  border-left-color: rgb(255 228 230 / 0.25);
  border-right-color: rgb(255 228 230 / 0.25);
}

.border-x-rose-100\/30{
  border-left-color: rgb(255 228 230 / 0.3);
  border-right-color: rgb(255 228 230 / 0.3);
}

.border-x-rose-100\/35{
  border-left-color: rgb(255 228 230 / 0.35);
  border-right-color: rgb(255 228 230 / 0.35);
}

.border-x-rose-100\/40{
  border-left-color: rgb(255 228 230 / 0.4);
  border-right-color: rgb(255 228 230 / 0.4);
}

.border-x-rose-100\/45{
  border-left-color: rgb(255 228 230 / 0.45);
  border-right-color: rgb(255 228 230 / 0.45);
}

.border-x-rose-100\/5{
  border-left-color: rgb(255 228 230 / 0.05);
  border-right-color: rgb(255 228 230 / 0.05);
}

.border-x-rose-100\/50{
  border-left-color: rgb(255 228 230 / 0.5);
  border-right-color: rgb(255 228 230 / 0.5);
}

.border-x-rose-100\/55{
  border-left-color: rgb(255 228 230 / 0.55);
  border-right-color: rgb(255 228 230 / 0.55);
}

.border-x-rose-100\/60{
  border-left-color: rgb(255 228 230 / 0.6);
  border-right-color: rgb(255 228 230 / 0.6);
}

.border-x-rose-100\/65{
  border-left-color: rgb(255 228 230 / 0.65);
  border-right-color: rgb(255 228 230 / 0.65);
}

.border-x-rose-100\/70{
  border-left-color: rgb(255 228 230 / 0.7);
  border-right-color: rgb(255 228 230 / 0.7);
}

.border-x-rose-100\/75{
  border-left-color: rgb(255 228 230 / 0.75);
  border-right-color: rgb(255 228 230 / 0.75);
}

.border-x-rose-100\/80{
  border-left-color: rgb(255 228 230 / 0.8);
  border-right-color: rgb(255 228 230 / 0.8);
}

.border-x-rose-100\/85{
  border-left-color: rgb(255 228 230 / 0.85);
  border-right-color: rgb(255 228 230 / 0.85);
}

.border-x-rose-100\/90{
  border-left-color: rgb(255 228 230 / 0.9);
  border-right-color: rgb(255 228 230 / 0.9);
}

.border-x-rose-100\/95{
  border-left-color: rgb(255 228 230 / 0.95);
  border-right-color: rgb(255 228 230 / 0.95);
}

.border-x-rose-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(254 205 211 / 0.15);
  border-right-color: rgb(254 205 211 / 0.15);
}

.border-x-rose-200\/20{
  border-left-color: rgb(254 205 211 / 0.2);
  border-right-color: rgb(254 205 211 / 0.2);
}

.border-x-rose-200\/25{
  border-left-color: rgb(254 205 211 / 0.25);
  border-right-color: rgb(254 205 211 / 0.25);
}

.border-x-rose-200\/30{
  border-left-color: rgb(254 205 211 / 0.3);
  border-right-color: rgb(254 205 211 / 0.3);
}

.border-x-rose-200\/35{
  border-left-color: rgb(254 205 211 / 0.35);
  border-right-color: rgb(254 205 211 / 0.35);
}

.border-x-rose-200\/40{
  border-left-color: rgb(254 205 211 / 0.4);
  border-right-color: rgb(254 205 211 / 0.4);
}

.border-x-rose-200\/45{
  border-left-color: rgb(254 205 211 / 0.45);
  border-right-color: rgb(254 205 211 / 0.45);
}

.border-x-rose-200\/5{
  border-left-color: rgb(254 205 211 / 0.05);
  border-right-color: rgb(254 205 211 / 0.05);
}

.border-x-rose-200\/50{
  border-left-color: rgb(254 205 211 / 0.5);
  border-right-color: rgb(254 205 211 / 0.5);
}

.border-x-rose-200\/55{
  border-left-color: rgb(254 205 211 / 0.55);
  border-right-color: rgb(254 205 211 / 0.55);
}

.border-x-rose-200\/60{
  border-left-color: rgb(254 205 211 / 0.6);
  border-right-color: rgb(254 205 211 / 0.6);
}

.border-x-rose-200\/65{
  border-left-color: rgb(254 205 211 / 0.65);
  border-right-color: rgb(254 205 211 / 0.65);
}

.border-x-rose-200\/70{
  border-left-color: rgb(254 205 211 / 0.7);
  border-right-color: rgb(254 205 211 / 0.7);
}

.border-x-rose-200\/75{
  border-left-color: rgb(254 205 211 / 0.75);
  border-right-color: rgb(254 205 211 / 0.75);
}

.border-x-rose-200\/80{
  border-left-color: rgb(254 205 211 / 0.8);
  border-right-color: rgb(254 205 211 / 0.8);
}

.border-x-rose-200\/85{
  border-left-color: rgb(254 205 211 / 0.85);
  border-right-color: rgb(254 205 211 / 0.85);
}

.border-x-rose-200\/90{
  border-left-color: rgb(254 205 211 / 0.9);
  border-right-color: rgb(254 205 211 / 0.9);
}

.border-x-rose-200\/95{
  border-left-color: rgb(254 205 211 / 0.95);
  border-right-color: rgb(254 205 211 / 0.95);
}

.border-x-rose-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(253 164 175 / 0.15);
  border-right-color: rgb(253 164 175 / 0.15);
}

.border-x-rose-300\/20{
  border-left-color: rgb(253 164 175 / 0.2);
  border-right-color: rgb(253 164 175 / 0.2);
}

.border-x-rose-300\/25{
  border-left-color: rgb(253 164 175 / 0.25);
  border-right-color: rgb(253 164 175 / 0.25);
}

.border-x-rose-300\/30{
  border-left-color: rgb(253 164 175 / 0.3);
  border-right-color: rgb(253 164 175 / 0.3);
}

.border-x-rose-300\/35{
  border-left-color: rgb(253 164 175 / 0.35);
  border-right-color: rgb(253 164 175 / 0.35);
}

.border-x-rose-300\/40{
  border-left-color: rgb(253 164 175 / 0.4);
  border-right-color: rgb(253 164 175 / 0.4);
}

.border-x-rose-300\/45{
  border-left-color: rgb(253 164 175 / 0.45);
  border-right-color: rgb(253 164 175 / 0.45);
}

.border-x-rose-300\/5{
  border-left-color: rgb(253 164 175 / 0.05);
  border-right-color: rgb(253 164 175 / 0.05);
}

.border-x-rose-300\/50{
  border-left-color: rgb(253 164 175 / 0.5);
  border-right-color: rgb(253 164 175 / 0.5);
}

.border-x-rose-300\/55{
  border-left-color: rgb(253 164 175 / 0.55);
  border-right-color: rgb(253 164 175 / 0.55);
}

.border-x-rose-300\/60{
  border-left-color: rgb(253 164 175 / 0.6);
  border-right-color: rgb(253 164 175 / 0.6);
}

.border-x-rose-300\/65{
  border-left-color: rgb(253 164 175 / 0.65);
  border-right-color: rgb(253 164 175 / 0.65);
}

.border-x-rose-300\/70{
  border-left-color: rgb(253 164 175 / 0.7);
  border-right-color: rgb(253 164 175 / 0.7);
}

.border-x-rose-300\/75{
  border-left-color: rgb(253 164 175 / 0.75);
  border-right-color: rgb(253 164 175 / 0.75);
}

.border-x-rose-300\/80{
  border-left-color: rgb(253 164 175 / 0.8);
  border-right-color: rgb(253 164 175 / 0.8);
}

.border-x-rose-300\/85{
  border-left-color: rgb(253 164 175 / 0.85);
  border-right-color: rgb(253 164 175 / 0.85);
}

.border-x-rose-300\/90{
  border-left-color: rgb(253 164 175 / 0.9);
  border-right-color: rgb(253 164 175 / 0.9);
}

.border-x-rose-300\/95{
  border-left-color: rgb(253 164 175 / 0.95);
  border-right-color: rgb(253 164 175 / 0.95);
}

.border-x-rose-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(251 113 133 / 0.15);
  border-right-color: rgb(251 113 133 / 0.15);
}

.border-x-rose-400\/20{
  border-left-color: rgb(251 113 133 / 0.2);
  border-right-color: rgb(251 113 133 / 0.2);
}

.border-x-rose-400\/25{
  border-left-color: rgb(251 113 133 / 0.25);
  border-right-color: rgb(251 113 133 / 0.25);
}

.border-x-rose-400\/30{
  border-left-color: rgb(251 113 133 / 0.3);
  border-right-color: rgb(251 113 133 / 0.3);
}

.border-x-rose-400\/35{
  border-left-color: rgb(251 113 133 / 0.35);
  border-right-color: rgb(251 113 133 / 0.35);
}

.border-x-rose-400\/40{
  border-left-color: rgb(251 113 133 / 0.4);
  border-right-color: rgb(251 113 133 / 0.4);
}

.border-x-rose-400\/45{
  border-left-color: rgb(251 113 133 / 0.45);
  border-right-color: rgb(251 113 133 / 0.45);
}

.border-x-rose-400\/5{
  border-left-color: rgb(251 113 133 / 0.05);
  border-right-color: rgb(251 113 133 / 0.05);
}

.border-x-rose-400\/50{
  border-left-color: rgb(251 113 133 / 0.5);
  border-right-color: rgb(251 113 133 / 0.5);
}

.border-x-rose-400\/55{
  border-left-color: rgb(251 113 133 / 0.55);
  border-right-color: rgb(251 113 133 / 0.55);
}

.border-x-rose-400\/60{
  border-left-color: rgb(251 113 133 / 0.6);
  border-right-color: rgb(251 113 133 / 0.6);
}

.border-x-rose-400\/65{
  border-left-color: rgb(251 113 133 / 0.65);
  border-right-color: rgb(251 113 133 / 0.65);
}

.border-x-rose-400\/70{
  border-left-color: rgb(251 113 133 / 0.7);
  border-right-color: rgb(251 113 133 / 0.7);
}

.border-x-rose-400\/75{
  border-left-color: rgb(251 113 133 / 0.75);
  border-right-color: rgb(251 113 133 / 0.75);
}

.border-x-rose-400\/80{
  border-left-color: rgb(251 113 133 / 0.8);
  border-right-color: rgb(251 113 133 / 0.8);
}

.border-x-rose-400\/85{
  border-left-color: rgb(251 113 133 / 0.85);
  border-right-color: rgb(251 113 133 / 0.85);
}

.border-x-rose-400\/90{
  border-left-color: rgb(251 113 133 / 0.9);
  border-right-color: rgb(251 113 133 / 0.9);
}

.border-x-rose-400\/95{
  border-left-color: rgb(251 113 133 / 0.95);
  border-right-color: rgb(251 113 133 / 0.95);
}

.border-x-rose-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(255 241 242 / 0.15);
  border-right-color: rgb(255 241 242 / 0.15);
}

.border-x-rose-50\/20{
  border-left-color: rgb(255 241 242 / 0.2);
  border-right-color: rgb(255 241 242 / 0.2);
}

.border-x-rose-50\/25{
  border-left-color: rgb(255 241 242 / 0.25);
  border-right-color: rgb(255 241 242 / 0.25);
}

.border-x-rose-50\/30{
  border-left-color: rgb(255 241 242 / 0.3);
  border-right-color: rgb(255 241 242 / 0.3);
}

.border-x-rose-50\/35{
  border-left-color: rgb(255 241 242 / 0.35);
  border-right-color: rgb(255 241 242 / 0.35);
}

.border-x-rose-50\/40{
  border-left-color: rgb(255 241 242 / 0.4);
  border-right-color: rgb(255 241 242 / 0.4);
}

.border-x-rose-50\/45{
  border-left-color: rgb(255 241 242 / 0.45);
  border-right-color: rgb(255 241 242 / 0.45);
}

.border-x-rose-50\/5{
  border-left-color: rgb(255 241 242 / 0.05);
  border-right-color: rgb(255 241 242 / 0.05);
}

.border-x-rose-50\/50{
  border-left-color: rgb(255 241 242 / 0.5);
  border-right-color: rgb(255 241 242 / 0.5);
}

.border-x-rose-50\/55{
  border-left-color: rgb(255 241 242 / 0.55);
  border-right-color: rgb(255 241 242 / 0.55);
}

.border-x-rose-50\/60{
  border-left-color: rgb(255 241 242 / 0.6);
  border-right-color: rgb(255 241 242 / 0.6);
}

.border-x-rose-50\/65{
  border-left-color: rgb(255 241 242 / 0.65);
  border-right-color: rgb(255 241 242 / 0.65);
}

.border-x-rose-50\/70{
  border-left-color: rgb(255 241 242 / 0.7);
  border-right-color: rgb(255 241 242 / 0.7);
}

.border-x-rose-50\/75{
  border-left-color: rgb(255 241 242 / 0.75);
  border-right-color: rgb(255 241 242 / 0.75);
}

.border-x-rose-50\/80{
  border-left-color: rgb(255 241 242 / 0.8);
  border-right-color: rgb(255 241 242 / 0.8);
}

.border-x-rose-50\/85{
  border-left-color: rgb(255 241 242 / 0.85);
  border-right-color: rgb(255 241 242 / 0.85);
}

.border-x-rose-50\/90{
  border-left-color: rgb(255 241 242 / 0.9);
  border-right-color: rgb(255 241 242 / 0.9);
}

.border-x-rose-50\/95{
  border-left-color: rgb(255 241 242 / 0.95);
  border-right-color: rgb(255 241 242 / 0.95);
}

.border-x-rose-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(244 63 94 / 0.15);
  border-right-color: rgb(244 63 94 / 0.15);
}

.border-x-rose-500\/20{
  border-left-color: rgb(244 63 94 / 0.2);
  border-right-color: rgb(244 63 94 / 0.2);
}

.border-x-rose-500\/25{
  border-left-color: rgb(244 63 94 / 0.25);
  border-right-color: rgb(244 63 94 / 0.25);
}

.border-x-rose-500\/30{
  border-left-color: rgb(244 63 94 / 0.3);
  border-right-color: rgb(244 63 94 / 0.3);
}

.border-x-rose-500\/35{
  border-left-color: rgb(244 63 94 / 0.35);
  border-right-color: rgb(244 63 94 / 0.35);
}

.border-x-rose-500\/40{
  border-left-color: rgb(244 63 94 / 0.4);
  border-right-color: rgb(244 63 94 / 0.4);
}

.border-x-rose-500\/45{
  border-left-color: rgb(244 63 94 / 0.45);
  border-right-color: rgb(244 63 94 / 0.45);
}

.border-x-rose-500\/5{
  border-left-color: rgb(244 63 94 / 0.05);
  border-right-color: rgb(244 63 94 / 0.05);
}

.border-x-rose-500\/50{
  border-left-color: rgb(244 63 94 / 0.5);
  border-right-color: rgb(244 63 94 / 0.5);
}

.border-x-rose-500\/55{
  border-left-color: rgb(244 63 94 / 0.55);
  border-right-color: rgb(244 63 94 / 0.55);
}

.border-x-rose-500\/60{
  border-left-color: rgb(244 63 94 / 0.6);
  border-right-color: rgb(244 63 94 / 0.6);
}

.border-x-rose-500\/65{
  border-left-color: rgb(244 63 94 / 0.65);
  border-right-color: rgb(244 63 94 / 0.65);
}

.border-x-rose-500\/70{
  border-left-color: rgb(244 63 94 / 0.7);
  border-right-color: rgb(244 63 94 / 0.7);
}

.border-x-rose-500\/75{
  border-left-color: rgb(244 63 94 / 0.75);
  border-right-color: rgb(244 63 94 / 0.75);
}

.border-x-rose-500\/80{
  border-left-color: rgb(244 63 94 / 0.8);
  border-right-color: rgb(244 63 94 / 0.8);
}

.border-x-rose-500\/85{
  border-left-color: rgb(244 63 94 / 0.85);
  border-right-color: rgb(244 63 94 / 0.85);
}

.border-x-rose-500\/90{
  border-left-color: rgb(244 63 94 / 0.9);
  border-right-color: rgb(244 63 94 / 0.9);
}

.border-x-rose-500\/95{
  border-left-color: rgb(244 63 94 / 0.95);
  border-right-color: rgb(244 63 94 / 0.95);
}

.border-x-rose-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(225 29 72 / 0.15);
  border-right-color: rgb(225 29 72 / 0.15);
}

.border-x-rose-600\/20{
  border-left-color: rgb(225 29 72 / 0.2);
  border-right-color: rgb(225 29 72 / 0.2);
}

.border-x-rose-600\/25{
  border-left-color: rgb(225 29 72 / 0.25);
  border-right-color: rgb(225 29 72 / 0.25);
}

.border-x-rose-600\/30{
  border-left-color: rgb(225 29 72 / 0.3);
  border-right-color: rgb(225 29 72 / 0.3);
}

.border-x-rose-600\/35{
  border-left-color: rgb(225 29 72 / 0.35);
  border-right-color: rgb(225 29 72 / 0.35);
}

.border-x-rose-600\/40{
  border-left-color: rgb(225 29 72 / 0.4);
  border-right-color: rgb(225 29 72 / 0.4);
}

.border-x-rose-600\/45{
  border-left-color: rgb(225 29 72 / 0.45);
  border-right-color: rgb(225 29 72 / 0.45);
}

.border-x-rose-600\/5{
  border-left-color: rgb(225 29 72 / 0.05);
  border-right-color: rgb(225 29 72 / 0.05);
}

.border-x-rose-600\/50{
  border-left-color: rgb(225 29 72 / 0.5);
  border-right-color: rgb(225 29 72 / 0.5);
}

.border-x-rose-600\/55{
  border-left-color: rgb(225 29 72 / 0.55);
  border-right-color: rgb(225 29 72 / 0.55);
}

.border-x-rose-600\/60{
  border-left-color: rgb(225 29 72 / 0.6);
  border-right-color: rgb(225 29 72 / 0.6);
}

.border-x-rose-600\/65{
  border-left-color: rgb(225 29 72 / 0.65);
  border-right-color: rgb(225 29 72 / 0.65);
}

.border-x-rose-600\/70{
  border-left-color: rgb(225 29 72 / 0.7);
  border-right-color: rgb(225 29 72 / 0.7);
}

.border-x-rose-600\/75{
  border-left-color: rgb(225 29 72 / 0.75);
  border-right-color: rgb(225 29 72 / 0.75);
}

.border-x-rose-600\/80{
  border-left-color: rgb(225 29 72 / 0.8);
  border-right-color: rgb(225 29 72 / 0.8);
}

.border-x-rose-600\/85{
  border-left-color: rgb(225 29 72 / 0.85);
  border-right-color: rgb(225 29 72 / 0.85);
}

.border-x-rose-600\/90{
  border-left-color: rgb(225 29 72 / 0.9);
  border-right-color: rgb(225 29 72 / 0.9);
}

.border-x-rose-600\/95{
  border-left-color: rgb(225 29 72 / 0.95);
  border-right-color: rgb(225 29 72 / 0.95);
}

.border-x-rose-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(190 18 60 / 0.15);
  border-right-color: rgb(190 18 60 / 0.15);
}

.border-x-rose-700\/20{
  border-left-color: rgb(190 18 60 / 0.2);
  border-right-color: rgb(190 18 60 / 0.2);
}

.border-x-rose-700\/25{
  border-left-color: rgb(190 18 60 / 0.25);
  border-right-color: rgb(190 18 60 / 0.25);
}

.border-x-rose-700\/30{
  border-left-color: rgb(190 18 60 / 0.3);
  border-right-color: rgb(190 18 60 / 0.3);
}

.border-x-rose-700\/35{
  border-left-color: rgb(190 18 60 / 0.35);
  border-right-color: rgb(190 18 60 / 0.35);
}

.border-x-rose-700\/40{
  border-left-color: rgb(190 18 60 / 0.4);
  border-right-color: rgb(190 18 60 / 0.4);
}

.border-x-rose-700\/45{
  border-left-color: rgb(190 18 60 / 0.45);
  border-right-color: rgb(190 18 60 / 0.45);
}

.border-x-rose-700\/5{
  border-left-color: rgb(190 18 60 / 0.05);
  border-right-color: rgb(190 18 60 / 0.05);
}

.border-x-rose-700\/50{
  border-left-color: rgb(190 18 60 / 0.5);
  border-right-color: rgb(190 18 60 / 0.5);
}

.border-x-rose-700\/55{
  border-left-color: rgb(190 18 60 / 0.55);
  border-right-color: rgb(190 18 60 / 0.55);
}

.border-x-rose-700\/60{
  border-left-color: rgb(190 18 60 / 0.6);
  border-right-color: rgb(190 18 60 / 0.6);
}

.border-x-rose-700\/65{
  border-left-color: rgb(190 18 60 / 0.65);
  border-right-color: rgb(190 18 60 / 0.65);
}

.border-x-rose-700\/70{
  border-left-color: rgb(190 18 60 / 0.7);
  border-right-color: rgb(190 18 60 / 0.7);
}

.border-x-rose-700\/75{
  border-left-color: rgb(190 18 60 / 0.75);
  border-right-color: rgb(190 18 60 / 0.75);
}

.border-x-rose-700\/80{
  border-left-color: rgb(190 18 60 / 0.8);
  border-right-color: rgb(190 18 60 / 0.8);
}

.border-x-rose-700\/85{
  border-left-color: rgb(190 18 60 / 0.85);
  border-right-color: rgb(190 18 60 / 0.85);
}

.border-x-rose-700\/90{
  border-left-color: rgb(190 18 60 / 0.9);
  border-right-color: rgb(190 18 60 / 0.9);
}

.border-x-rose-700\/95{
  border-left-color: rgb(190 18 60 / 0.95);
  border-right-color: rgb(190 18 60 / 0.95);
}

.border-x-rose-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(159 18 57 / 0.15);
  border-right-color: rgb(159 18 57 / 0.15);
}

.border-x-rose-800\/20{
  border-left-color: rgb(159 18 57 / 0.2);
  border-right-color: rgb(159 18 57 / 0.2);
}

.border-x-rose-800\/25{
  border-left-color: rgb(159 18 57 / 0.25);
  border-right-color: rgb(159 18 57 / 0.25);
}

.border-x-rose-800\/30{
  border-left-color: rgb(159 18 57 / 0.3);
  border-right-color: rgb(159 18 57 / 0.3);
}

.border-x-rose-800\/35{
  border-left-color: rgb(159 18 57 / 0.35);
  border-right-color: rgb(159 18 57 / 0.35);
}

.border-x-rose-800\/40{
  border-left-color: rgb(159 18 57 / 0.4);
  border-right-color: rgb(159 18 57 / 0.4);
}

.border-x-rose-800\/45{
  border-left-color: rgb(159 18 57 / 0.45);
  border-right-color: rgb(159 18 57 / 0.45);
}

.border-x-rose-800\/5{
  border-left-color: rgb(159 18 57 / 0.05);
  border-right-color: rgb(159 18 57 / 0.05);
}

.border-x-rose-800\/50{
  border-left-color: rgb(159 18 57 / 0.5);
  border-right-color: rgb(159 18 57 / 0.5);
}

.border-x-rose-800\/55{
  border-left-color: rgb(159 18 57 / 0.55);
  border-right-color: rgb(159 18 57 / 0.55);
}

.border-x-rose-800\/60{
  border-left-color: rgb(159 18 57 / 0.6);
  border-right-color: rgb(159 18 57 / 0.6);
}

.border-x-rose-800\/65{
  border-left-color: rgb(159 18 57 / 0.65);
  border-right-color: rgb(159 18 57 / 0.65);
}

.border-x-rose-800\/70{
  border-left-color: rgb(159 18 57 / 0.7);
  border-right-color: rgb(159 18 57 / 0.7);
}

.border-x-rose-800\/75{
  border-left-color: rgb(159 18 57 / 0.75);
  border-right-color: rgb(159 18 57 / 0.75);
}

.border-x-rose-800\/80{
  border-left-color: rgb(159 18 57 / 0.8);
  border-right-color: rgb(159 18 57 / 0.8);
}

.border-x-rose-800\/85{
  border-left-color: rgb(159 18 57 / 0.85);
  border-right-color: rgb(159 18 57 / 0.85);
}

.border-x-rose-800\/90{
  border-left-color: rgb(159 18 57 / 0.9);
  border-right-color: rgb(159 18 57 / 0.9);
}

.border-x-rose-800\/95{
  border-left-color: rgb(159 18 57 / 0.95);
  border-right-color: rgb(159 18 57 / 0.95);
}

.border-x-rose-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(136 19 55 / 0.15);
  border-right-color: rgb(136 19 55 / 0.15);
}

.border-x-rose-900\/20{
  border-left-color: rgb(136 19 55 / 0.2);
  border-right-color: rgb(136 19 55 / 0.2);
}

.border-x-rose-900\/25{
  border-left-color: rgb(136 19 55 / 0.25);
  border-right-color: rgb(136 19 55 / 0.25);
}

.border-x-rose-900\/30{
  border-left-color: rgb(136 19 55 / 0.3);
  border-right-color: rgb(136 19 55 / 0.3);
}

.border-x-rose-900\/35{
  border-left-color: rgb(136 19 55 / 0.35);
  border-right-color: rgb(136 19 55 / 0.35);
}

.border-x-rose-900\/40{
  border-left-color: rgb(136 19 55 / 0.4);
  border-right-color: rgb(136 19 55 / 0.4);
}

.border-x-rose-900\/45{
  border-left-color: rgb(136 19 55 / 0.45);
  border-right-color: rgb(136 19 55 / 0.45);
}

.border-x-rose-900\/5{
  border-left-color: rgb(136 19 55 / 0.05);
  border-right-color: rgb(136 19 55 / 0.05);
}

.border-x-rose-900\/50{
  border-left-color: rgb(136 19 55 / 0.5);
  border-right-color: rgb(136 19 55 / 0.5);
}

.border-x-rose-900\/55{
  border-left-color: rgb(136 19 55 / 0.55);
  border-right-color: rgb(136 19 55 / 0.55);
}

.border-x-rose-900\/60{
  border-left-color: rgb(136 19 55 / 0.6);
  border-right-color: rgb(136 19 55 / 0.6);
}

.border-x-rose-900\/65{
  border-left-color: rgb(136 19 55 / 0.65);
  border-right-color: rgb(136 19 55 / 0.65);
}

.border-x-rose-900\/70{
  border-left-color: rgb(136 19 55 / 0.7);
  border-right-color: rgb(136 19 55 / 0.7);
}

.border-x-rose-900\/75{
  border-left-color: rgb(136 19 55 / 0.75);
  border-right-color: rgb(136 19 55 / 0.75);
}

.border-x-rose-900\/80{
  border-left-color: rgb(136 19 55 / 0.8);
  border-right-color: rgb(136 19 55 / 0.8);
}

.border-x-rose-900\/85{
  border-left-color: rgb(136 19 55 / 0.85);
  border-right-color: rgb(136 19 55 / 0.85);
}

.border-x-rose-900\/90{
  border-left-color: rgb(136 19 55 / 0.9);
  border-right-color: rgb(136 19 55 / 0.9);
}

.border-x-rose-900\/95{
  border-left-color: rgb(136 19 55 / 0.95);
  border-right-color: rgb(136 19 55 / 0.95);
}

.border-x-rose-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(76 5 25 / 0.15);
  border-right-color: rgb(76 5 25 / 0.15);
}

.border-x-rose-950\/20{
  border-left-color: rgb(76 5 25 / 0.2);
  border-right-color: rgb(76 5 25 / 0.2);
}

.border-x-rose-950\/25{
  border-left-color: rgb(76 5 25 / 0.25);
  border-right-color: rgb(76 5 25 / 0.25);
}

.border-x-rose-950\/30{
  border-left-color: rgb(76 5 25 / 0.3);
  border-right-color: rgb(76 5 25 / 0.3);
}

.border-x-rose-950\/35{
  border-left-color: rgb(76 5 25 / 0.35);
  border-right-color: rgb(76 5 25 / 0.35);
}

.border-x-rose-950\/40{
  border-left-color: rgb(76 5 25 / 0.4);
  border-right-color: rgb(76 5 25 / 0.4);
}

.border-x-rose-950\/45{
  border-left-color: rgb(76 5 25 / 0.45);
  border-right-color: rgb(76 5 25 / 0.45);
}

.border-x-rose-950\/5{
  border-left-color: rgb(76 5 25 / 0.05);
  border-right-color: rgb(76 5 25 / 0.05);
}

.border-x-rose-950\/50{
  border-left-color: rgb(76 5 25 / 0.5);
  border-right-color: rgb(76 5 25 / 0.5);
}

.border-x-rose-950\/55{
  border-left-color: rgb(76 5 25 / 0.55);
  border-right-color: rgb(76 5 25 / 0.55);
}

.border-x-rose-950\/60{
  border-left-color: rgb(76 5 25 / 0.6);
  border-right-color: rgb(76 5 25 / 0.6);
}

.border-x-rose-950\/65{
  border-left-color: rgb(76 5 25 / 0.65);
  border-right-color: rgb(76 5 25 / 0.65);
}

.border-x-rose-950\/70{
  border-left-color: rgb(76 5 25 / 0.7);
  border-right-color: rgb(76 5 25 / 0.7);
}

.border-x-rose-950\/75{
  border-left-color: rgb(76 5 25 / 0.75);
  border-right-color: rgb(76 5 25 / 0.75);
}

.border-x-rose-950\/80{
  border-left-color: rgb(76 5 25 / 0.8);
  border-right-color: rgb(76 5 25 / 0.8);
}

.border-x-rose-950\/85{
  border-left-color: rgb(76 5 25 / 0.85);
  border-right-color: rgb(76 5 25 / 0.85);
}

.border-x-rose-950\/90{
  border-left-color: rgb(76 5 25 / 0.9);
  border-right-color: rgb(76 5 25 / 0.9);
}

.border-x-rose-950\/95{
  border-left-color: rgb(76 5 25 / 0.95);
  border-right-color: rgb(76 5 25 / 0.95);
}

.border-x-secondary{
  --tw-border-opacity: 1;
  border-left-color: rgb(141 147 167 / var(--tw-border-opacity));
  border-right-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.border-x-secondary\/0{
  border-left-color: rgb(141 147 167 / 0);
  border-right-color: rgb(141 147 167 / 0);
}

.border-x-secondary\/10{
  border-left-color: rgb(141 147 167 / 0.1);
  border-right-color: rgb(141 147 167 / 0.1);
}

.border-x-secondary\/100{
  border-left-color: rgb(141 147 167 / 1);
  border-right-color: rgb(141 147 167 / 1);
}

.border-x-secondary\/15{
  border-left-color: rgb(141 147 167 / 0.15);
  border-right-color: rgb(141 147 167 / 0.15);
}

.border-x-secondary\/20{
  border-left-color: rgb(141 147 167 / 0.2);
  border-right-color: rgb(141 147 167 / 0.2);
}

.border-x-secondary\/25{
  border-left-color: rgb(141 147 167 / 0.25);
  border-right-color: rgb(141 147 167 / 0.25);
}

.border-x-secondary\/30{
  border-left-color: rgb(141 147 167 / 0.3);
  border-right-color: rgb(141 147 167 / 0.3);
}

.border-x-secondary\/35{
  border-left-color: rgb(141 147 167 / 0.35);
  border-right-color: rgb(141 147 167 / 0.35);
}

.border-x-secondary\/40{
  border-left-color: rgb(141 147 167 / 0.4);
  border-right-color: rgb(141 147 167 / 0.4);
}

.border-x-secondary\/45{
  border-left-color: rgb(141 147 167 / 0.45);
  border-right-color: rgb(141 147 167 / 0.45);
}

.border-x-secondary\/5{
  border-left-color: rgb(141 147 167 / 0.05);
  border-right-color: rgb(141 147 167 / 0.05);
}

.border-x-secondary\/50{
  border-left-color: rgb(141 147 167 / 0.5);
  border-right-color: rgb(141 147 167 / 0.5);
}

.border-x-secondary\/55{
  border-left-color: rgb(141 147 167 / 0.55);
  border-right-color: rgb(141 147 167 / 0.55);
}

.border-x-secondary\/60{
  border-left-color: rgb(141 147 167 / 0.6);
  border-right-color: rgb(141 147 167 / 0.6);
}

.border-x-secondary\/65{
  border-left-color: rgb(141 147 167 / 0.65);
  border-right-color: rgb(141 147 167 / 0.65);
}

.border-x-secondary\/70{
  border-left-color: rgb(141 147 167 / 0.7);
  border-right-color: rgb(141 147 167 / 0.7);
}

.border-x-secondary\/75{
  border-left-color: rgb(141 147 167 / 0.75);
  border-right-color: rgb(141 147 167 / 0.75);
}

.border-x-secondary\/80{
  border-left-color: rgb(141 147 167 / 0.8);
  border-right-color: rgb(141 147 167 / 0.8);
}

.border-x-secondary\/85{
  border-left-color: rgb(141 147 167 / 0.85);
  border-right-color: rgb(141 147 167 / 0.85);
}

.border-x-secondary\/90{
  border-left-color: rgb(141 147 167 / 0.9);
  border-right-color: rgb(141 147 167 / 0.9);
}

.border-x-secondary\/95{
  border-left-color: rgb(141 147 167 / 0.95);
  border-right-color: rgb(141 147 167 / 0.95);
}

.border-x-senary{
  --tw-border-opacity: 1;
  border-left-color: rgb(73 134 231 / var(--tw-border-opacity));
  border-right-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.border-x-senary\/0{
  border-left-color: rgb(73 134 231 / 0);
  border-right-color: rgb(73 134 231 / 0);
}

.border-x-senary\/10{
  border-left-color: rgb(73 134 231 / 0.1);
  border-right-color: rgb(73 134 231 / 0.1);
}

.border-x-senary\/100{
  border-left-color: rgb(73 134 231 / 1);
  border-right-color: rgb(73 134 231 / 1);
}

.border-x-senary\/15{
  border-left-color: rgb(73 134 231 / 0.15);
  border-right-color: rgb(73 134 231 / 0.15);
}

.border-x-senary\/20{
  border-left-color: rgb(73 134 231 / 0.2);
  border-right-color: rgb(73 134 231 / 0.2);
}

.border-x-senary\/25{
  border-left-color: rgb(73 134 231 / 0.25);
  border-right-color: rgb(73 134 231 / 0.25);
}

.border-x-senary\/30{
  border-left-color: rgb(73 134 231 / 0.3);
  border-right-color: rgb(73 134 231 / 0.3);
}

.border-x-senary\/35{
  border-left-color: rgb(73 134 231 / 0.35);
  border-right-color: rgb(73 134 231 / 0.35);
}

.border-x-senary\/40{
  border-left-color: rgb(73 134 231 / 0.4);
  border-right-color: rgb(73 134 231 / 0.4);
}

.border-x-senary\/45{
  border-left-color: rgb(73 134 231 / 0.45);
  border-right-color: rgb(73 134 231 / 0.45);
}

.border-x-senary\/5{
  border-left-color: rgb(73 134 231 / 0.05);
  border-right-color: rgb(73 134 231 / 0.05);
}

.border-x-senary\/50{
  border-left-color: rgb(73 134 231 / 0.5);
  border-right-color: rgb(73 134 231 / 0.5);
}

.border-x-senary\/55{
  border-left-color: rgb(73 134 231 / 0.55);
  border-right-color: rgb(73 134 231 / 0.55);
}

.border-x-senary\/60{
  border-left-color: rgb(73 134 231 / 0.6);
  border-right-color: rgb(73 134 231 / 0.6);
}

.border-x-senary\/65{
  border-left-color: rgb(73 134 231 / 0.65);
  border-right-color: rgb(73 134 231 / 0.65);
}

.border-x-senary\/70{
  border-left-color: rgb(73 134 231 / 0.7);
  border-right-color: rgb(73 134 231 / 0.7);
}

.border-x-senary\/75{
  border-left-color: rgb(73 134 231 / 0.75);
  border-right-color: rgb(73 134 231 / 0.75);
}

.border-x-senary\/80{
  border-left-color: rgb(73 134 231 / 0.8);
  border-right-color: rgb(73 134 231 / 0.8);
}

.border-x-senary\/85{
  border-left-color: rgb(73 134 231 / 0.85);
  border-right-color: rgb(73 134 231 / 0.85);
}

.border-x-senary\/90{
  border-left-color: rgb(73 134 231 / 0.9);
  border-right-color: rgb(73 134 231 / 0.9);
}

.border-x-senary\/95{
  border-left-color: rgb(73 134 231 / 0.95);
  border-right-color: rgb(73 134 231 / 0.95);
}

.border-x-septenary{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 88 129 / var(--tw-border-opacity));
  border-right-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.border-x-septenary\/0{
  border-left-color: rgb(49 88 129 / 0);
  border-right-color: rgb(49 88 129 / 0);
}

.border-x-septenary\/10{
  border-left-color: rgb(49 88 129 / 0.1);
  border-right-color: rgb(49 88 129 / 0.1);
}

.border-x-septenary\/100{
  border-left-color: rgb(49 88 129 / 1);
  border-right-color: rgb(49 88 129 / 1);
}

.border-x-septenary\/15{
  border-left-color: rgb(49 88 129 / 0.15);
  border-right-color: rgb(49 88 129 / 0.15);
}

.border-x-septenary\/20{
  border-left-color: rgb(49 88 129 / 0.2);
  border-right-color: rgb(49 88 129 / 0.2);
}

.border-x-septenary\/25{
  border-left-color: rgb(49 88 129 / 0.25);
  border-right-color: rgb(49 88 129 / 0.25);
}

.border-x-septenary\/30{
  border-left-color: rgb(49 88 129 / 0.3);
  border-right-color: rgb(49 88 129 / 0.3);
}

.border-x-septenary\/35{
  border-left-color: rgb(49 88 129 / 0.35);
  border-right-color: rgb(49 88 129 / 0.35);
}

.border-x-septenary\/40{
  border-left-color: rgb(49 88 129 / 0.4);
  border-right-color: rgb(49 88 129 / 0.4);
}

.border-x-septenary\/45{
  border-left-color: rgb(49 88 129 / 0.45);
  border-right-color: rgb(49 88 129 / 0.45);
}

.border-x-septenary\/5{
  border-left-color: rgb(49 88 129 / 0.05);
  border-right-color: rgb(49 88 129 / 0.05);
}

.border-x-septenary\/50{
  border-left-color: rgb(49 88 129 / 0.5);
  border-right-color: rgb(49 88 129 / 0.5);
}

.border-x-septenary\/55{
  border-left-color: rgb(49 88 129 / 0.55);
  border-right-color: rgb(49 88 129 / 0.55);
}

.border-x-septenary\/60{
  border-left-color: rgb(49 88 129 / 0.6);
  border-right-color: rgb(49 88 129 / 0.6);
}

.border-x-septenary\/65{
  border-left-color: rgb(49 88 129 / 0.65);
  border-right-color: rgb(49 88 129 / 0.65);
}

.border-x-septenary\/70{
  border-left-color: rgb(49 88 129 / 0.7);
  border-right-color: rgb(49 88 129 / 0.7);
}

.border-x-septenary\/75{
  border-left-color: rgb(49 88 129 / 0.75);
  border-right-color: rgb(49 88 129 / 0.75);
}

.border-x-septenary\/80{
  border-left-color: rgb(49 88 129 / 0.8);
  border-right-color: rgb(49 88 129 / 0.8);
}

.border-x-septenary\/85{
  border-left-color: rgb(49 88 129 / 0.85);
  border-right-color: rgb(49 88 129 / 0.85);
}

.border-x-septenary\/90{
  border-left-color: rgb(49 88 129 / 0.9);
  border-right-color: rgb(49 88 129 / 0.9);
}

.border-x-septenary\/95{
  border-left-color: rgb(49 88 129 / 0.95);
  border-right-color: rgb(49 88 129 / 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\/15{
  border-left-color: rgb(224 242 254 / 0.15);
  border-right-color: rgb(224 242 254 / 0.15);
}

.border-x-sky-100\/20{
  border-left-color: rgb(224 242 254 / 0.2);
  border-right-color: rgb(224 242 254 / 0.2);
}

.border-x-sky-100\/25{
  border-left-color: rgb(224 242 254 / 0.25);
  border-right-color: rgb(224 242 254 / 0.25);
}

.border-x-sky-100\/30{
  border-left-color: rgb(224 242 254 / 0.3);
  border-right-color: rgb(224 242 254 / 0.3);
}

.border-x-sky-100\/35{
  border-left-color: rgb(224 242 254 / 0.35);
  border-right-color: rgb(224 242 254 / 0.35);
}

.border-x-sky-100\/40{
  border-left-color: rgb(224 242 254 / 0.4);
  border-right-color: rgb(224 242 254 / 0.4);
}

.border-x-sky-100\/45{
  border-left-color: rgb(224 242 254 / 0.45);
  border-right-color: rgb(224 242 254 / 0.45);
}

.border-x-sky-100\/5{
  border-left-color: rgb(224 242 254 / 0.05);
  border-right-color: rgb(224 242 254 / 0.05);
}

.border-x-sky-100\/50{
  border-left-color: rgb(224 242 254 / 0.5);
  border-right-color: rgb(224 242 254 / 0.5);
}

.border-x-sky-100\/55{
  border-left-color: rgb(224 242 254 / 0.55);
  border-right-color: rgb(224 242 254 / 0.55);
}

.border-x-sky-100\/60{
  border-left-color: rgb(224 242 254 / 0.6);
  border-right-color: rgb(224 242 254 / 0.6);
}

.border-x-sky-100\/65{
  border-left-color: rgb(224 242 254 / 0.65);
  border-right-color: rgb(224 242 254 / 0.65);
}

.border-x-sky-100\/70{
  border-left-color: rgb(224 242 254 / 0.7);
  border-right-color: rgb(224 242 254 / 0.7);
}

.border-x-sky-100\/75{
  border-left-color: rgb(224 242 254 / 0.75);
  border-right-color: rgb(224 242 254 / 0.75);
}

.border-x-sky-100\/80{
  border-left-color: rgb(224 242 254 / 0.8);
  border-right-color: rgb(224 242 254 / 0.8);
}

.border-x-sky-100\/85{
  border-left-color: rgb(224 242 254 / 0.85);
  border-right-color: rgb(224 242 254 / 0.85);
}

.border-x-sky-100\/90{
  border-left-color: rgb(224 242 254 / 0.9);
  border-right-color: rgb(224 242 254 / 0.9);
}

.border-x-sky-100\/95{
  border-left-color: rgb(224 242 254 / 0.95);
  border-right-color: rgb(224 242 254 / 0.95);
}

.border-x-sky-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(186 230 253 / 0.15);
  border-right-color: rgb(186 230 253 / 0.15);
}

.border-x-sky-200\/20{
  border-left-color: rgb(186 230 253 / 0.2);
  border-right-color: rgb(186 230 253 / 0.2);
}

.border-x-sky-200\/25{
  border-left-color: rgb(186 230 253 / 0.25);
  border-right-color: rgb(186 230 253 / 0.25);
}

.border-x-sky-200\/30{
  border-left-color: rgb(186 230 253 / 0.3);
  border-right-color: rgb(186 230 253 / 0.3);
}

.border-x-sky-200\/35{
  border-left-color: rgb(186 230 253 / 0.35);
  border-right-color: rgb(186 230 253 / 0.35);
}

.border-x-sky-200\/40{
  border-left-color: rgb(186 230 253 / 0.4);
  border-right-color: rgb(186 230 253 / 0.4);
}

.border-x-sky-200\/45{
  border-left-color: rgb(186 230 253 / 0.45);
  border-right-color: rgb(186 230 253 / 0.45);
}

.border-x-sky-200\/5{
  border-left-color: rgb(186 230 253 / 0.05);
  border-right-color: rgb(186 230 253 / 0.05);
}

.border-x-sky-200\/50{
  border-left-color: rgb(186 230 253 / 0.5);
  border-right-color: rgb(186 230 253 / 0.5);
}

.border-x-sky-200\/55{
  border-left-color: rgb(186 230 253 / 0.55);
  border-right-color: rgb(186 230 253 / 0.55);
}

.border-x-sky-200\/60{
  border-left-color: rgb(186 230 253 / 0.6);
  border-right-color: rgb(186 230 253 / 0.6);
}

.border-x-sky-200\/65{
  border-left-color: rgb(186 230 253 / 0.65);
  border-right-color: rgb(186 230 253 / 0.65);
}

.border-x-sky-200\/70{
  border-left-color: rgb(186 230 253 / 0.7);
  border-right-color: rgb(186 230 253 / 0.7);
}

.border-x-sky-200\/75{
  border-left-color: rgb(186 230 253 / 0.75);
  border-right-color: rgb(186 230 253 / 0.75);
}

.border-x-sky-200\/80{
  border-left-color: rgb(186 230 253 / 0.8);
  border-right-color: rgb(186 230 253 / 0.8);
}

.border-x-sky-200\/85{
  border-left-color: rgb(186 230 253 / 0.85);
  border-right-color: rgb(186 230 253 / 0.85);
}

.border-x-sky-200\/90{
  border-left-color: rgb(186 230 253 / 0.9);
  border-right-color: rgb(186 230 253 / 0.9);
}

.border-x-sky-200\/95{
  border-left-color: rgb(186 230 253 / 0.95);
  border-right-color: rgb(186 230 253 / 0.95);
}

.border-x-sky-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(125 211 252 / 0.15);
  border-right-color: rgb(125 211 252 / 0.15);
}

.border-x-sky-300\/20{
  border-left-color: rgb(125 211 252 / 0.2);
  border-right-color: rgb(125 211 252 / 0.2);
}

.border-x-sky-300\/25{
  border-left-color: rgb(125 211 252 / 0.25);
  border-right-color: rgb(125 211 252 / 0.25);
}

.border-x-sky-300\/30{
  border-left-color: rgb(125 211 252 / 0.3);
  border-right-color: rgb(125 211 252 / 0.3);
}

.border-x-sky-300\/35{
  border-left-color: rgb(125 211 252 / 0.35);
  border-right-color: rgb(125 211 252 / 0.35);
}

.border-x-sky-300\/40{
  border-left-color: rgb(125 211 252 / 0.4);
  border-right-color: rgb(125 211 252 / 0.4);
}

.border-x-sky-300\/45{
  border-left-color: rgb(125 211 252 / 0.45);
  border-right-color: rgb(125 211 252 / 0.45);
}

.border-x-sky-300\/5{
  border-left-color: rgb(125 211 252 / 0.05);
  border-right-color: rgb(125 211 252 / 0.05);
}

.border-x-sky-300\/50{
  border-left-color: rgb(125 211 252 / 0.5);
  border-right-color: rgb(125 211 252 / 0.5);
}

.border-x-sky-300\/55{
  border-left-color: rgb(125 211 252 / 0.55);
  border-right-color: rgb(125 211 252 / 0.55);
}

.border-x-sky-300\/60{
  border-left-color: rgb(125 211 252 / 0.6);
  border-right-color: rgb(125 211 252 / 0.6);
}

.border-x-sky-300\/65{
  border-left-color: rgb(125 211 252 / 0.65);
  border-right-color: rgb(125 211 252 / 0.65);
}

.border-x-sky-300\/70{
  border-left-color: rgb(125 211 252 / 0.7);
  border-right-color: rgb(125 211 252 / 0.7);
}

.border-x-sky-300\/75{
  border-left-color: rgb(125 211 252 / 0.75);
  border-right-color: rgb(125 211 252 / 0.75);
}

.border-x-sky-300\/80{
  border-left-color: rgb(125 211 252 / 0.8);
  border-right-color: rgb(125 211 252 / 0.8);
}

.border-x-sky-300\/85{
  border-left-color: rgb(125 211 252 / 0.85);
  border-right-color: rgb(125 211 252 / 0.85);
}

.border-x-sky-300\/90{
  border-left-color: rgb(125 211 252 / 0.9);
  border-right-color: rgb(125 211 252 / 0.9);
}

.border-x-sky-300\/95{
  border-left-color: rgb(125 211 252 / 0.95);
  border-right-color: rgb(125 211 252 / 0.95);
}

.border-x-sky-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(56 189 248 / 0.15);
  border-right-color: rgb(56 189 248 / 0.15);
}

.border-x-sky-400\/20{
  border-left-color: rgb(56 189 248 / 0.2);
  border-right-color: rgb(56 189 248 / 0.2);
}

.border-x-sky-400\/25{
  border-left-color: rgb(56 189 248 / 0.25);
  border-right-color: rgb(56 189 248 / 0.25);
}

.border-x-sky-400\/30{
  border-left-color: rgb(56 189 248 / 0.3);
  border-right-color: rgb(56 189 248 / 0.3);
}

.border-x-sky-400\/35{
  border-left-color: rgb(56 189 248 / 0.35);
  border-right-color: rgb(56 189 248 / 0.35);
}

.border-x-sky-400\/40{
  border-left-color: rgb(56 189 248 / 0.4);
  border-right-color: rgb(56 189 248 / 0.4);
}

.border-x-sky-400\/45{
  border-left-color: rgb(56 189 248 / 0.45);
  border-right-color: rgb(56 189 248 / 0.45);
}

.border-x-sky-400\/5{
  border-left-color: rgb(56 189 248 / 0.05);
  border-right-color: rgb(56 189 248 / 0.05);
}

.border-x-sky-400\/50{
  border-left-color: rgb(56 189 248 / 0.5);
  border-right-color: rgb(56 189 248 / 0.5);
}

.border-x-sky-400\/55{
  border-left-color: rgb(56 189 248 / 0.55);
  border-right-color: rgb(56 189 248 / 0.55);
}

.border-x-sky-400\/60{
  border-left-color: rgb(56 189 248 / 0.6);
  border-right-color: rgb(56 189 248 / 0.6);
}

.border-x-sky-400\/65{
  border-left-color: rgb(56 189 248 / 0.65);
  border-right-color: rgb(56 189 248 / 0.65);
}

.border-x-sky-400\/70{
  border-left-color: rgb(56 189 248 / 0.7);
  border-right-color: rgb(56 189 248 / 0.7);
}

.border-x-sky-400\/75{
  border-left-color: rgb(56 189 248 / 0.75);
  border-right-color: rgb(56 189 248 / 0.75);
}

.border-x-sky-400\/80{
  border-left-color: rgb(56 189 248 / 0.8);
  border-right-color: rgb(56 189 248 / 0.8);
}

.border-x-sky-400\/85{
  border-left-color: rgb(56 189 248 / 0.85);
  border-right-color: rgb(56 189 248 / 0.85);
}

.border-x-sky-400\/90{
  border-left-color: rgb(56 189 248 / 0.9);
  border-right-color: rgb(56 189 248 / 0.9);
}

.border-x-sky-400\/95{
  border-left-color: rgb(56 189 248 / 0.95);
  border-right-color: rgb(56 189 248 / 0.95);
}

.border-x-sky-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(240 249 255 / 0.15);
  border-right-color: rgb(240 249 255 / 0.15);
}

.border-x-sky-50\/20{
  border-left-color: rgb(240 249 255 / 0.2);
  border-right-color: rgb(240 249 255 / 0.2);
}

.border-x-sky-50\/25{
  border-left-color: rgb(240 249 255 / 0.25);
  border-right-color: rgb(240 249 255 / 0.25);
}

.border-x-sky-50\/30{
  border-left-color: rgb(240 249 255 / 0.3);
  border-right-color: rgb(240 249 255 / 0.3);
}

.border-x-sky-50\/35{
  border-left-color: rgb(240 249 255 / 0.35);
  border-right-color: rgb(240 249 255 / 0.35);
}

.border-x-sky-50\/40{
  border-left-color: rgb(240 249 255 / 0.4);
  border-right-color: rgb(240 249 255 / 0.4);
}

.border-x-sky-50\/45{
  border-left-color: rgb(240 249 255 / 0.45);
  border-right-color: rgb(240 249 255 / 0.45);
}

.border-x-sky-50\/5{
  border-left-color: rgb(240 249 255 / 0.05);
  border-right-color: rgb(240 249 255 / 0.05);
}

.border-x-sky-50\/50{
  border-left-color: rgb(240 249 255 / 0.5);
  border-right-color: rgb(240 249 255 / 0.5);
}

.border-x-sky-50\/55{
  border-left-color: rgb(240 249 255 / 0.55);
  border-right-color: rgb(240 249 255 / 0.55);
}

.border-x-sky-50\/60{
  border-left-color: rgb(240 249 255 / 0.6);
  border-right-color: rgb(240 249 255 / 0.6);
}

.border-x-sky-50\/65{
  border-left-color: rgb(240 249 255 / 0.65);
  border-right-color: rgb(240 249 255 / 0.65);
}

.border-x-sky-50\/70{
  border-left-color: rgb(240 249 255 / 0.7);
  border-right-color: rgb(240 249 255 / 0.7);
}

.border-x-sky-50\/75{
  border-left-color: rgb(240 249 255 / 0.75);
  border-right-color: rgb(240 249 255 / 0.75);
}

.border-x-sky-50\/80{
  border-left-color: rgb(240 249 255 / 0.8);
  border-right-color: rgb(240 249 255 / 0.8);
}

.border-x-sky-50\/85{
  border-left-color: rgb(240 249 255 / 0.85);
  border-right-color: rgb(240 249 255 / 0.85);
}

.border-x-sky-50\/90{
  border-left-color: rgb(240 249 255 / 0.9);
  border-right-color: rgb(240 249 255 / 0.9);
}

.border-x-sky-50\/95{
  border-left-color: rgb(240 249 255 / 0.95);
  border-right-color: rgb(240 249 255 / 0.95);
}

.border-x-sky-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(14 165 233 / 0.15);
  border-right-color: rgb(14 165 233 / 0.15);
}

.border-x-sky-500\/20{
  border-left-color: rgb(14 165 233 / 0.2);
  border-right-color: rgb(14 165 233 / 0.2);
}

.border-x-sky-500\/25{
  border-left-color: rgb(14 165 233 / 0.25);
  border-right-color: rgb(14 165 233 / 0.25);
}

.border-x-sky-500\/30{
  border-left-color: rgb(14 165 233 / 0.3);
  border-right-color: rgb(14 165 233 / 0.3);
}

.border-x-sky-500\/35{
  border-left-color: rgb(14 165 233 / 0.35);
  border-right-color: rgb(14 165 233 / 0.35);
}

.border-x-sky-500\/40{
  border-left-color: rgb(14 165 233 / 0.4);
  border-right-color: rgb(14 165 233 / 0.4);
}

.border-x-sky-500\/45{
  border-left-color: rgb(14 165 233 / 0.45);
  border-right-color: rgb(14 165 233 / 0.45);
}

.border-x-sky-500\/5{
  border-left-color: rgb(14 165 233 / 0.05);
  border-right-color: rgb(14 165 233 / 0.05);
}

.border-x-sky-500\/50{
  border-left-color: rgb(14 165 233 / 0.5);
  border-right-color: rgb(14 165 233 / 0.5);
}

.border-x-sky-500\/55{
  border-left-color: rgb(14 165 233 / 0.55);
  border-right-color: rgb(14 165 233 / 0.55);
}

.border-x-sky-500\/60{
  border-left-color: rgb(14 165 233 / 0.6);
  border-right-color: rgb(14 165 233 / 0.6);
}

.border-x-sky-500\/65{
  border-left-color: rgb(14 165 233 / 0.65);
  border-right-color: rgb(14 165 233 / 0.65);
}

.border-x-sky-500\/70{
  border-left-color: rgb(14 165 233 / 0.7);
  border-right-color: rgb(14 165 233 / 0.7);
}

.border-x-sky-500\/75{
  border-left-color: rgb(14 165 233 / 0.75);
  border-right-color: rgb(14 165 233 / 0.75);
}

.border-x-sky-500\/80{
  border-left-color: rgb(14 165 233 / 0.8);
  border-right-color: rgb(14 165 233 / 0.8);
}

.border-x-sky-500\/85{
  border-left-color: rgb(14 165 233 / 0.85);
  border-right-color: rgb(14 165 233 / 0.85);
}

.border-x-sky-500\/90{
  border-left-color: rgb(14 165 233 / 0.9);
  border-right-color: rgb(14 165 233 / 0.9);
}

.border-x-sky-500\/95{
  border-left-color: rgb(14 165 233 / 0.95);
  border-right-color: rgb(14 165 233 / 0.95);
}

.border-x-sky-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(2 132 199 / 0.15);
  border-right-color: rgb(2 132 199 / 0.15);
}

.border-x-sky-600\/20{
  border-left-color: rgb(2 132 199 / 0.2);
  border-right-color: rgb(2 132 199 / 0.2);
}

.border-x-sky-600\/25{
  border-left-color: rgb(2 132 199 / 0.25);
  border-right-color: rgb(2 132 199 / 0.25);
}

.border-x-sky-600\/30{
  border-left-color: rgb(2 132 199 / 0.3);
  border-right-color: rgb(2 132 199 / 0.3);
}

.border-x-sky-600\/35{
  border-left-color: rgb(2 132 199 / 0.35);
  border-right-color: rgb(2 132 199 / 0.35);
}

.border-x-sky-600\/40{
  border-left-color: rgb(2 132 199 / 0.4);
  border-right-color: rgb(2 132 199 / 0.4);
}

.border-x-sky-600\/45{
  border-left-color: rgb(2 132 199 / 0.45);
  border-right-color: rgb(2 132 199 / 0.45);
}

.border-x-sky-600\/5{
  border-left-color: rgb(2 132 199 / 0.05);
  border-right-color: rgb(2 132 199 / 0.05);
}

.border-x-sky-600\/50{
  border-left-color: rgb(2 132 199 / 0.5);
  border-right-color: rgb(2 132 199 / 0.5);
}

.border-x-sky-600\/55{
  border-left-color: rgb(2 132 199 / 0.55);
  border-right-color: rgb(2 132 199 / 0.55);
}

.border-x-sky-600\/60{
  border-left-color: rgb(2 132 199 / 0.6);
  border-right-color: rgb(2 132 199 / 0.6);
}

.border-x-sky-600\/65{
  border-left-color: rgb(2 132 199 / 0.65);
  border-right-color: rgb(2 132 199 / 0.65);
}

.border-x-sky-600\/70{
  border-left-color: rgb(2 132 199 / 0.7);
  border-right-color: rgb(2 132 199 / 0.7);
}

.border-x-sky-600\/75{
  border-left-color: rgb(2 132 199 / 0.75);
  border-right-color: rgb(2 132 199 / 0.75);
}

.border-x-sky-600\/80{
  border-left-color: rgb(2 132 199 / 0.8);
  border-right-color: rgb(2 132 199 / 0.8);
}

.border-x-sky-600\/85{
  border-left-color: rgb(2 132 199 / 0.85);
  border-right-color: rgb(2 132 199 / 0.85);
}

.border-x-sky-600\/90{
  border-left-color: rgb(2 132 199 / 0.9);
  border-right-color: rgb(2 132 199 / 0.9);
}

.border-x-sky-600\/95{
  border-left-color: rgb(2 132 199 / 0.95);
  border-right-color: rgb(2 132 199 / 0.95);
}

.border-x-sky-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(3 105 161 / 0.15);
  border-right-color: rgb(3 105 161 / 0.15);
}

.border-x-sky-700\/20{
  border-left-color: rgb(3 105 161 / 0.2);
  border-right-color: rgb(3 105 161 / 0.2);
}

.border-x-sky-700\/25{
  border-left-color: rgb(3 105 161 / 0.25);
  border-right-color: rgb(3 105 161 / 0.25);
}

.border-x-sky-700\/30{
  border-left-color: rgb(3 105 161 / 0.3);
  border-right-color: rgb(3 105 161 / 0.3);
}

.border-x-sky-700\/35{
  border-left-color: rgb(3 105 161 / 0.35);
  border-right-color: rgb(3 105 161 / 0.35);
}

.border-x-sky-700\/40{
  border-left-color: rgb(3 105 161 / 0.4);
  border-right-color: rgb(3 105 161 / 0.4);
}

.border-x-sky-700\/45{
  border-left-color: rgb(3 105 161 / 0.45);
  border-right-color: rgb(3 105 161 / 0.45);
}

.border-x-sky-700\/5{
  border-left-color: rgb(3 105 161 / 0.05);
  border-right-color: rgb(3 105 161 / 0.05);
}

.border-x-sky-700\/50{
  border-left-color: rgb(3 105 161 / 0.5);
  border-right-color: rgb(3 105 161 / 0.5);
}

.border-x-sky-700\/55{
  border-left-color: rgb(3 105 161 / 0.55);
  border-right-color: rgb(3 105 161 / 0.55);
}

.border-x-sky-700\/60{
  border-left-color: rgb(3 105 161 / 0.6);
  border-right-color: rgb(3 105 161 / 0.6);
}

.border-x-sky-700\/65{
  border-left-color: rgb(3 105 161 / 0.65);
  border-right-color: rgb(3 105 161 / 0.65);
}

.border-x-sky-700\/70{
  border-left-color: rgb(3 105 161 / 0.7);
  border-right-color: rgb(3 105 161 / 0.7);
}

.border-x-sky-700\/75{
  border-left-color: rgb(3 105 161 / 0.75);
  border-right-color: rgb(3 105 161 / 0.75);
}

.border-x-sky-700\/80{
  border-left-color: rgb(3 105 161 / 0.8);
  border-right-color: rgb(3 105 161 / 0.8);
}

.border-x-sky-700\/85{
  border-left-color: rgb(3 105 161 / 0.85);
  border-right-color: rgb(3 105 161 / 0.85);
}

.border-x-sky-700\/90{
  border-left-color: rgb(3 105 161 / 0.9);
  border-right-color: rgb(3 105 161 / 0.9);
}

.border-x-sky-700\/95{
  border-left-color: rgb(3 105 161 / 0.95);
  border-right-color: rgb(3 105 161 / 0.95);
}

.border-x-sky-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(7 89 133 / 0.15);
  border-right-color: rgb(7 89 133 / 0.15);
}

.border-x-sky-800\/20{
  border-left-color: rgb(7 89 133 / 0.2);
  border-right-color: rgb(7 89 133 / 0.2);
}

.border-x-sky-800\/25{
  border-left-color: rgb(7 89 133 / 0.25);
  border-right-color: rgb(7 89 133 / 0.25);
}

.border-x-sky-800\/30{
  border-left-color: rgb(7 89 133 / 0.3);
  border-right-color: rgb(7 89 133 / 0.3);
}

.border-x-sky-800\/35{
  border-left-color: rgb(7 89 133 / 0.35);
  border-right-color: rgb(7 89 133 / 0.35);
}

.border-x-sky-800\/40{
  border-left-color: rgb(7 89 133 / 0.4);
  border-right-color: rgb(7 89 133 / 0.4);
}

.border-x-sky-800\/45{
  border-left-color: rgb(7 89 133 / 0.45);
  border-right-color: rgb(7 89 133 / 0.45);
}

.border-x-sky-800\/5{
  border-left-color: rgb(7 89 133 / 0.05);
  border-right-color: rgb(7 89 133 / 0.05);
}

.border-x-sky-800\/50{
  border-left-color: rgb(7 89 133 / 0.5);
  border-right-color: rgb(7 89 133 / 0.5);
}

.border-x-sky-800\/55{
  border-left-color: rgb(7 89 133 / 0.55);
  border-right-color: rgb(7 89 133 / 0.55);
}

.border-x-sky-800\/60{
  border-left-color: rgb(7 89 133 / 0.6);
  border-right-color: rgb(7 89 133 / 0.6);
}

.border-x-sky-800\/65{
  border-left-color: rgb(7 89 133 / 0.65);
  border-right-color: rgb(7 89 133 / 0.65);
}

.border-x-sky-800\/70{
  border-left-color: rgb(7 89 133 / 0.7);
  border-right-color: rgb(7 89 133 / 0.7);
}

.border-x-sky-800\/75{
  border-left-color: rgb(7 89 133 / 0.75);
  border-right-color: rgb(7 89 133 / 0.75);
}

.border-x-sky-800\/80{
  border-left-color: rgb(7 89 133 / 0.8);
  border-right-color: rgb(7 89 133 / 0.8);
}

.border-x-sky-800\/85{
  border-left-color: rgb(7 89 133 / 0.85);
  border-right-color: rgb(7 89 133 / 0.85);
}

.border-x-sky-800\/90{
  border-left-color: rgb(7 89 133 / 0.9);
  border-right-color: rgb(7 89 133 / 0.9);
}

.border-x-sky-800\/95{
  border-left-color: rgb(7 89 133 / 0.95);
  border-right-color: rgb(7 89 133 / 0.95);
}

.border-x-sky-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(12 74 110 / 0.15);
  border-right-color: rgb(12 74 110 / 0.15);
}

.border-x-sky-900\/20{
  border-left-color: rgb(12 74 110 / 0.2);
  border-right-color: rgb(12 74 110 / 0.2);
}

.border-x-sky-900\/25{
  border-left-color: rgb(12 74 110 / 0.25);
  border-right-color: rgb(12 74 110 / 0.25);
}

.border-x-sky-900\/30{
  border-left-color: rgb(12 74 110 / 0.3);
  border-right-color: rgb(12 74 110 / 0.3);
}

.border-x-sky-900\/35{
  border-left-color: rgb(12 74 110 / 0.35);
  border-right-color: rgb(12 74 110 / 0.35);
}

.border-x-sky-900\/40{
  border-left-color: rgb(12 74 110 / 0.4);
  border-right-color: rgb(12 74 110 / 0.4);
}

.border-x-sky-900\/45{
  border-left-color: rgb(12 74 110 / 0.45);
  border-right-color: rgb(12 74 110 / 0.45);
}

.border-x-sky-900\/5{
  border-left-color: rgb(12 74 110 / 0.05);
  border-right-color: rgb(12 74 110 / 0.05);
}

.border-x-sky-900\/50{
  border-left-color: rgb(12 74 110 / 0.5);
  border-right-color: rgb(12 74 110 / 0.5);
}

.border-x-sky-900\/55{
  border-left-color: rgb(12 74 110 / 0.55);
  border-right-color: rgb(12 74 110 / 0.55);
}

.border-x-sky-900\/60{
  border-left-color: rgb(12 74 110 / 0.6);
  border-right-color: rgb(12 74 110 / 0.6);
}

.border-x-sky-900\/65{
  border-left-color: rgb(12 74 110 / 0.65);
  border-right-color: rgb(12 74 110 / 0.65);
}

.border-x-sky-900\/70{
  border-left-color: rgb(12 74 110 / 0.7);
  border-right-color: rgb(12 74 110 / 0.7);
}

.border-x-sky-900\/75{
  border-left-color: rgb(12 74 110 / 0.75);
  border-right-color: rgb(12 74 110 / 0.75);
}

.border-x-sky-900\/80{
  border-left-color: rgb(12 74 110 / 0.8);
  border-right-color: rgb(12 74 110 / 0.8);
}

.border-x-sky-900\/85{
  border-left-color: rgb(12 74 110 / 0.85);
  border-right-color: rgb(12 74 110 / 0.85);
}

.border-x-sky-900\/90{
  border-left-color: rgb(12 74 110 / 0.9);
  border-right-color: rgb(12 74 110 / 0.9);
}

.border-x-sky-900\/95{
  border-left-color: rgb(12 74 110 / 0.95);
  border-right-color: rgb(12 74 110 / 0.95);
}

.border-x-sky-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(8 47 73 / 0.15);
  border-right-color: rgb(8 47 73 / 0.15);
}

.border-x-sky-950\/20{
  border-left-color: rgb(8 47 73 / 0.2);
  border-right-color: rgb(8 47 73 / 0.2);
}

.border-x-sky-950\/25{
  border-left-color: rgb(8 47 73 / 0.25);
  border-right-color: rgb(8 47 73 / 0.25);
}

.border-x-sky-950\/30{
  border-left-color: rgb(8 47 73 / 0.3);
  border-right-color: rgb(8 47 73 / 0.3);
}

.border-x-sky-950\/35{
  border-left-color: rgb(8 47 73 / 0.35);
  border-right-color: rgb(8 47 73 / 0.35);
}

.border-x-sky-950\/40{
  border-left-color: rgb(8 47 73 / 0.4);
  border-right-color: rgb(8 47 73 / 0.4);
}

.border-x-sky-950\/45{
  border-left-color: rgb(8 47 73 / 0.45);
  border-right-color: rgb(8 47 73 / 0.45);
}

.border-x-sky-950\/5{
  border-left-color: rgb(8 47 73 / 0.05);
  border-right-color: rgb(8 47 73 / 0.05);
}

.border-x-sky-950\/50{
  border-left-color: rgb(8 47 73 / 0.5);
  border-right-color: rgb(8 47 73 / 0.5);
}

.border-x-sky-950\/55{
  border-left-color: rgb(8 47 73 / 0.55);
  border-right-color: rgb(8 47 73 / 0.55);
}

.border-x-sky-950\/60{
  border-left-color: rgb(8 47 73 / 0.6);
  border-right-color: rgb(8 47 73 / 0.6);
}

.border-x-sky-950\/65{
  border-left-color: rgb(8 47 73 / 0.65);
  border-right-color: rgb(8 47 73 / 0.65);
}

.border-x-sky-950\/70{
  border-left-color: rgb(8 47 73 / 0.7);
  border-right-color: rgb(8 47 73 / 0.7);
}

.border-x-sky-950\/75{
  border-left-color: rgb(8 47 73 / 0.75);
  border-right-color: rgb(8 47 73 / 0.75);
}

.border-x-sky-950\/80{
  border-left-color: rgb(8 47 73 / 0.8);
  border-right-color: rgb(8 47 73 / 0.8);
}

.border-x-sky-950\/85{
  border-left-color: rgb(8 47 73 / 0.85);
  border-right-color: rgb(8 47 73 / 0.85);
}

.border-x-sky-950\/90{
  border-left-color: rgb(8 47 73 / 0.9);
  border-right-color: rgb(8 47 73 / 0.9);
}

.border-x-sky-950\/95{
  border-left-color: rgb(8 47 73 / 0.95);
  border-right-color: rgb(8 47 73 / 0.95);
}

.border-x-slate-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(241 245 249 / 0.15);
  border-right-color: rgb(241 245 249 / 0.15);
}

.border-x-slate-100\/20{
  border-left-color: rgb(241 245 249 / 0.2);
  border-right-color: rgb(241 245 249 / 0.2);
}

.border-x-slate-100\/25{
  border-left-color: rgb(241 245 249 / 0.25);
  border-right-color: rgb(241 245 249 / 0.25);
}

.border-x-slate-100\/30{
  border-left-color: rgb(241 245 249 / 0.3);
  border-right-color: rgb(241 245 249 / 0.3);
}

.border-x-slate-100\/35{
  border-left-color: rgb(241 245 249 / 0.35);
  border-right-color: rgb(241 245 249 / 0.35);
}

.border-x-slate-100\/40{
  border-left-color: rgb(241 245 249 / 0.4);
  border-right-color: rgb(241 245 249 / 0.4);
}

.border-x-slate-100\/45{
  border-left-color: rgb(241 245 249 / 0.45);
  border-right-color: rgb(241 245 249 / 0.45);
}

.border-x-slate-100\/5{
  border-left-color: rgb(241 245 249 / 0.05);
  border-right-color: rgb(241 245 249 / 0.05);
}

.border-x-slate-100\/50{
  border-left-color: rgb(241 245 249 / 0.5);
  border-right-color: rgb(241 245 249 / 0.5);
}

.border-x-slate-100\/55{
  border-left-color: rgb(241 245 249 / 0.55);
  border-right-color: rgb(241 245 249 / 0.55);
}

.border-x-slate-100\/60{
  border-left-color: rgb(241 245 249 / 0.6);
  border-right-color: rgb(241 245 249 / 0.6);
}

.border-x-slate-100\/65{
  border-left-color: rgb(241 245 249 / 0.65);
  border-right-color: rgb(241 245 249 / 0.65);
}

.border-x-slate-100\/70{
  border-left-color: rgb(241 245 249 / 0.7);
  border-right-color: rgb(241 245 249 / 0.7);
}

.border-x-slate-100\/75{
  border-left-color: rgb(241 245 249 / 0.75);
  border-right-color: rgb(241 245 249 / 0.75);
}

.border-x-slate-100\/80{
  border-left-color: rgb(241 245 249 / 0.8);
  border-right-color: rgb(241 245 249 / 0.8);
}

.border-x-slate-100\/85{
  border-left-color: rgb(241 245 249 / 0.85);
  border-right-color: rgb(241 245 249 / 0.85);
}

.border-x-slate-100\/90{
  border-left-color: rgb(241 245 249 / 0.9);
  border-right-color: rgb(241 245 249 / 0.9);
}

.border-x-slate-100\/95{
  border-left-color: rgb(241 245 249 / 0.95);
  border-right-color: rgb(241 245 249 / 0.95);
}

.border-x-slate-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(226 232 240 / 0.15);
  border-right-color: rgb(226 232 240 / 0.15);
}

.border-x-slate-200\/20{
  border-left-color: rgb(226 232 240 / 0.2);
  border-right-color: rgb(226 232 240 / 0.2);
}

.border-x-slate-200\/25{
  border-left-color: rgb(226 232 240 / 0.25);
  border-right-color: rgb(226 232 240 / 0.25);
}

.border-x-slate-200\/30{
  border-left-color: rgb(226 232 240 / 0.3);
  border-right-color: rgb(226 232 240 / 0.3);
}

.border-x-slate-200\/35{
  border-left-color: rgb(226 232 240 / 0.35);
  border-right-color: rgb(226 232 240 / 0.35);
}

.border-x-slate-200\/40{
  border-left-color: rgb(226 232 240 / 0.4);
  border-right-color: rgb(226 232 240 / 0.4);
}

.border-x-slate-200\/45{
  border-left-color: rgb(226 232 240 / 0.45);
  border-right-color: rgb(226 232 240 / 0.45);
}

.border-x-slate-200\/5{
  border-left-color: rgb(226 232 240 / 0.05);
  border-right-color: rgb(226 232 240 / 0.05);
}

.border-x-slate-200\/50{
  border-left-color: rgb(226 232 240 / 0.5);
  border-right-color: rgb(226 232 240 / 0.5);
}

.border-x-slate-200\/55{
  border-left-color: rgb(226 232 240 / 0.55);
  border-right-color: rgb(226 232 240 / 0.55);
}

.border-x-slate-200\/60{
  border-left-color: rgb(226 232 240 / 0.6);
  border-right-color: rgb(226 232 240 / 0.6);
}

.border-x-slate-200\/65{
  border-left-color: rgb(226 232 240 / 0.65);
  border-right-color: rgb(226 232 240 / 0.65);
}

.border-x-slate-200\/70{
  border-left-color: rgb(226 232 240 / 0.7);
  border-right-color: rgb(226 232 240 / 0.7);
}

.border-x-slate-200\/75{
  border-left-color: rgb(226 232 240 / 0.75);
  border-right-color: rgb(226 232 240 / 0.75);
}

.border-x-slate-200\/80{
  border-left-color: rgb(226 232 240 / 0.8);
  border-right-color: rgb(226 232 240 / 0.8);
}

.border-x-slate-200\/85{
  border-left-color: rgb(226 232 240 / 0.85);
  border-right-color: rgb(226 232 240 / 0.85);
}

.border-x-slate-200\/90{
  border-left-color: rgb(226 232 240 / 0.9);
  border-right-color: rgb(226 232 240 / 0.9);
}

.border-x-slate-200\/95{
  border-left-color: rgb(226 232 240 / 0.95);
  border-right-color: rgb(226 232 240 / 0.95);
}

.border-x-slate-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(203 213 225 / 0.15);
  border-right-color: rgb(203 213 225 / 0.15);
}

.border-x-slate-300\/20{
  border-left-color: rgb(203 213 225 / 0.2);
  border-right-color: rgb(203 213 225 / 0.2);
}

.border-x-slate-300\/25{
  border-left-color: rgb(203 213 225 / 0.25);
  border-right-color: rgb(203 213 225 / 0.25);
}

.border-x-slate-300\/30{
  border-left-color: rgb(203 213 225 / 0.3);
  border-right-color: rgb(203 213 225 / 0.3);
}

.border-x-slate-300\/35{
  border-left-color: rgb(203 213 225 / 0.35);
  border-right-color: rgb(203 213 225 / 0.35);
}

.border-x-slate-300\/40{
  border-left-color: rgb(203 213 225 / 0.4);
  border-right-color: rgb(203 213 225 / 0.4);
}

.border-x-slate-300\/45{
  border-left-color: rgb(203 213 225 / 0.45);
  border-right-color: rgb(203 213 225 / 0.45);
}

.border-x-slate-300\/5{
  border-left-color: rgb(203 213 225 / 0.05);
  border-right-color: rgb(203 213 225 / 0.05);
}

.border-x-slate-300\/50{
  border-left-color: rgb(203 213 225 / 0.5);
  border-right-color: rgb(203 213 225 / 0.5);
}

.border-x-slate-300\/55{
  border-left-color: rgb(203 213 225 / 0.55);
  border-right-color: rgb(203 213 225 / 0.55);
}

.border-x-slate-300\/60{
  border-left-color: rgb(203 213 225 / 0.6);
  border-right-color: rgb(203 213 225 / 0.6);
}

.border-x-slate-300\/65{
  border-left-color: rgb(203 213 225 / 0.65);
  border-right-color: rgb(203 213 225 / 0.65);
}

.border-x-slate-300\/70{
  border-left-color: rgb(203 213 225 / 0.7);
  border-right-color: rgb(203 213 225 / 0.7);
}

.border-x-slate-300\/75{
  border-left-color: rgb(203 213 225 / 0.75);
  border-right-color: rgb(203 213 225 / 0.75);
}

.border-x-slate-300\/80{
  border-left-color: rgb(203 213 225 / 0.8);
  border-right-color: rgb(203 213 225 / 0.8);
}

.border-x-slate-300\/85{
  border-left-color: rgb(203 213 225 / 0.85);
  border-right-color: rgb(203 213 225 / 0.85);
}

.border-x-slate-300\/90{
  border-left-color: rgb(203 213 225 / 0.9);
  border-right-color: rgb(203 213 225 / 0.9);
}

.border-x-slate-300\/95{
  border-left-color: rgb(203 213 225 / 0.95);
  border-right-color: rgb(203 213 225 / 0.95);
}

.border-x-slate-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(148 163 184 / 0.15);
  border-right-color: rgb(148 163 184 / 0.15);
}

.border-x-slate-400\/20{
  border-left-color: rgb(148 163 184 / 0.2);
  border-right-color: rgb(148 163 184 / 0.2);
}

.border-x-slate-400\/25{
  border-left-color: rgb(148 163 184 / 0.25);
  border-right-color: rgb(148 163 184 / 0.25);
}

.border-x-slate-400\/30{
  border-left-color: rgb(148 163 184 / 0.3);
  border-right-color: rgb(148 163 184 / 0.3);
}

.border-x-slate-400\/35{
  border-left-color: rgb(148 163 184 / 0.35);
  border-right-color: rgb(148 163 184 / 0.35);
}

.border-x-slate-400\/40{
  border-left-color: rgb(148 163 184 / 0.4);
  border-right-color: rgb(148 163 184 / 0.4);
}

.border-x-slate-400\/45{
  border-left-color: rgb(148 163 184 / 0.45);
  border-right-color: rgb(148 163 184 / 0.45);
}

.border-x-slate-400\/5{
  border-left-color: rgb(148 163 184 / 0.05);
  border-right-color: rgb(148 163 184 / 0.05);
}

.border-x-slate-400\/50{
  border-left-color: rgb(148 163 184 / 0.5);
  border-right-color: rgb(148 163 184 / 0.5);
}

.border-x-slate-400\/55{
  border-left-color: rgb(148 163 184 / 0.55);
  border-right-color: rgb(148 163 184 / 0.55);
}

.border-x-slate-400\/60{
  border-left-color: rgb(148 163 184 / 0.6);
  border-right-color: rgb(148 163 184 / 0.6);
}

.border-x-slate-400\/65{
  border-left-color: rgb(148 163 184 / 0.65);
  border-right-color: rgb(148 163 184 / 0.65);
}

.border-x-slate-400\/70{
  border-left-color: rgb(148 163 184 / 0.7);
  border-right-color: rgb(148 163 184 / 0.7);
}

.border-x-slate-400\/75{
  border-left-color: rgb(148 163 184 / 0.75);
  border-right-color: rgb(148 163 184 / 0.75);
}

.border-x-slate-400\/80{
  border-left-color: rgb(148 163 184 / 0.8);
  border-right-color: rgb(148 163 184 / 0.8);
}

.border-x-slate-400\/85{
  border-left-color: rgb(148 163 184 / 0.85);
  border-right-color: rgb(148 163 184 / 0.85);
}

.border-x-slate-400\/90{
  border-left-color: rgb(148 163 184 / 0.9);
  border-right-color: rgb(148 163 184 / 0.9);
}

.border-x-slate-400\/95{
  border-left-color: rgb(148 163 184 / 0.95);
  border-right-color: rgb(148 163 184 / 0.95);
}

.border-x-slate-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(248 250 252 / 0.15);
  border-right-color: rgb(248 250 252 / 0.15);
}

.border-x-slate-50\/20{
  border-left-color: rgb(248 250 252 / 0.2);
  border-right-color: rgb(248 250 252 / 0.2);
}

.border-x-slate-50\/25{
  border-left-color: rgb(248 250 252 / 0.25);
  border-right-color: rgb(248 250 252 / 0.25);
}

.border-x-slate-50\/30{
  border-left-color: rgb(248 250 252 / 0.3);
  border-right-color: rgb(248 250 252 / 0.3);
}

.border-x-slate-50\/35{
  border-left-color: rgb(248 250 252 / 0.35);
  border-right-color: rgb(248 250 252 / 0.35);
}

.border-x-slate-50\/40{
  border-left-color: rgb(248 250 252 / 0.4);
  border-right-color: rgb(248 250 252 / 0.4);
}

.border-x-slate-50\/45{
  border-left-color: rgb(248 250 252 / 0.45);
  border-right-color: rgb(248 250 252 / 0.45);
}

.border-x-slate-50\/5{
  border-left-color: rgb(248 250 252 / 0.05);
  border-right-color: rgb(248 250 252 / 0.05);
}

.border-x-slate-50\/50{
  border-left-color: rgb(248 250 252 / 0.5);
  border-right-color: rgb(248 250 252 / 0.5);
}

.border-x-slate-50\/55{
  border-left-color: rgb(248 250 252 / 0.55);
  border-right-color: rgb(248 250 252 / 0.55);
}

.border-x-slate-50\/60{
  border-left-color: rgb(248 250 252 / 0.6);
  border-right-color: rgb(248 250 252 / 0.6);
}

.border-x-slate-50\/65{
  border-left-color: rgb(248 250 252 / 0.65);
  border-right-color: rgb(248 250 252 / 0.65);
}

.border-x-slate-50\/70{
  border-left-color: rgb(248 250 252 / 0.7);
  border-right-color: rgb(248 250 252 / 0.7);
}

.border-x-slate-50\/75{
  border-left-color: rgb(248 250 252 / 0.75);
  border-right-color: rgb(248 250 252 / 0.75);
}

.border-x-slate-50\/80{
  border-left-color: rgb(248 250 252 / 0.8);
  border-right-color: rgb(248 250 252 / 0.8);
}

.border-x-slate-50\/85{
  border-left-color: rgb(248 250 252 / 0.85);
  border-right-color: rgb(248 250 252 / 0.85);
}

.border-x-slate-50\/90{
  border-left-color: rgb(248 250 252 / 0.9);
  border-right-color: rgb(248 250 252 / 0.9);
}

.border-x-slate-50\/95{
  border-left-color: rgb(248 250 252 / 0.95);
  border-right-color: rgb(248 250 252 / 0.95);
}

.border-x-slate-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(100 116 139 / 0.15);
  border-right-color: rgb(100 116 139 / 0.15);
}

.border-x-slate-500\/20{
  border-left-color: rgb(100 116 139 / 0.2);
  border-right-color: rgb(100 116 139 / 0.2);
}

.border-x-slate-500\/25{
  border-left-color: rgb(100 116 139 / 0.25);
  border-right-color: rgb(100 116 139 / 0.25);
}

.border-x-slate-500\/30{
  border-left-color: rgb(100 116 139 / 0.3);
  border-right-color: rgb(100 116 139 / 0.3);
}

.border-x-slate-500\/35{
  border-left-color: rgb(100 116 139 / 0.35);
  border-right-color: rgb(100 116 139 / 0.35);
}

.border-x-slate-500\/40{
  border-left-color: rgb(100 116 139 / 0.4);
  border-right-color: rgb(100 116 139 / 0.4);
}

.border-x-slate-500\/45{
  border-left-color: rgb(100 116 139 / 0.45);
  border-right-color: rgb(100 116 139 / 0.45);
}

.border-x-slate-500\/5{
  border-left-color: rgb(100 116 139 / 0.05);
  border-right-color: rgb(100 116 139 / 0.05);
}

.border-x-slate-500\/50{
  border-left-color: rgb(100 116 139 / 0.5);
  border-right-color: rgb(100 116 139 / 0.5);
}

.border-x-slate-500\/55{
  border-left-color: rgb(100 116 139 / 0.55);
  border-right-color: rgb(100 116 139 / 0.55);
}

.border-x-slate-500\/60{
  border-left-color: rgb(100 116 139 / 0.6);
  border-right-color: rgb(100 116 139 / 0.6);
}

.border-x-slate-500\/65{
  border-left-color: rgb(100 116 139 / 0.65);
  border-right-color: rgb(100 116 139 / 0.65);
}

.border-x-slate-500\/70{
  border-left-color: rgb(100 116 139 / 0.7);
  border-right-color: rgb(100 116 139 / 0.7);
}

.border-x-slate-500\/75{
  border-left-color: rgb(100 116 139 / 0.75);
  border-right-color: rgb(100 116 139 / 0.75);
}

.border-x-slate-500\/80{
  border-left-color: rgb(100 116 139 / 0.8);
  border-right-color: rgb(100 116 139 / 0.8);
}

.border-x-slate-500\/85{
  border-left-color: rgb(100 116 139 / 0.85);
  border-right-color: rgb(100 116 139 / 0.85);
}

.border-x-slate-500\/90{
  border-left-color: rgb(100 116 139 / 0.9);
  border-right-color: rgb(100 116 139 / 0.9);
}

.border-x-slate-500\/95{
  border-left-color: rgb(100 116 139 / 0.95);
  border-right-color: rgb(100 116 139 / 0.95);
}

.border-x-slate-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(71 85 105 / 0.15);
  border-right-color: rgb(71 85 105 / 0.15);
}

.border-x-slate-600\/20{
  border-left-color: rgb(71 85 105 / 0.2);
  border-right-color: rgb(71 85 105 / 0.2);
}

.border-x-slate-600\/25{
  border-left-color: rgb(71 85 105 / 0.25);
  border-right-color: rgb(71 85 105 / 0.25);
}

.border-x-slate-600\/30{
  border-left-color: rgb(71 85 105 / 0.3);
  border-right-color: rgb(71 85 105 / 0.3);
}

.border-x-slate-600\/35{
  border-left-color: rgb(71 85 105 / 0.35);
  border-right-color: rgb(71 85 105 / 0.35);
}

.border-x-slate-600\/40{
  border-left-color: rgb(71 85 105 / 0.4);
  border-right-color: rgb(71 85 105 / 0.4);
}

.border-x-slate-600\/45{
  border-left-color: rgb(71 85 105 / 0.45);
  border-right-color: rgb(71 85 105 / 0.45);
}

.border-x-slate-600\/5{
  border-left-color: rgb(71 85 105 / 0.05);
  border-right-color: rgb(71 85 105 / 0.05);
}

.border-x-slate-600\/50{
  border-left-color: rgb(71 85 105 / 0.5);
  border-right-color: rgb(71 85 105 / 0.5);
}

.border-x-slate-600\/55{
  border-left-color: rgb(71 85 105 / 0.55);
  border-right-color: rgb(71 85 105 / 0.55);
}

.border-x-slate-600\/60{
  border-left-color: rgb(71 85 105 / 0.6);
  border-right-color: rgb(71 85 105 / 0.6);
}

.border-x-slate-600\/65{
  border-left-color: rgb(71 85 105 / 0.65);
  border-right-color: rgb(71 85 105 / 0.65);
}

.border-x-slate-600\/70{
  border-left-color: rgb(71 85 105 / 0.7);
  border-right-color: rgb(71 85 105 / 0.7);
}

.border-x-slate-600\/75{
  border-left-color: rgb(71 85 105 / 0.75);
  border-right-color: rgb(71 85 105 / 0.75);
}

.border-x-slate-600\/80{
  border-left-color: rgb(71 85 105 / 0.8);
  border-right-color: rgb(71 85 105 / 0.8);
}

.border-x-slate-600\/85{
  border-left-color: rgb(71 85 105 / 0.85);
  border-right-color: rgb(71 85 105 / 0.85);
}

.border-x-slate-600\/90{
  border-left-color: rgb(71 85 105 / 0.9);
  border-right-color: rgb(71 85 105 / 0.9);
}

.border-x-slate-600\/95{
  border-left-color: rgb(71 85 105 / 0.95);
  border-right-color: rgb(71 85 105 / 0.95);
}

.border-x-slate-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(51 65 85 / 0.15);
  border-right-color: rgb(51 65 85 / 0.15);
}

.border-x-slate-700\/20{
  border-left-color: rgb(51 65 85 / 0.2);
  border-right-color: rgb(51 65 85 / 0.2);
}

.border-x-slate-700\/25{
  border-left-color: rgb(51 65 85 / 0.25);
  border-right-color: rgb(51 65 85 / 0.25);
}

.border-x-slate-700\/30{
  border-left-color: rgb(51 65 85 / 0.3);
  border-right-color: rgb(51 65 85 / 0.3);
}

.border-x-slate-700\/35{
  border-left-color: rgb(51 65 85 / 0.35);
  border-right-color: rgb(51 65 85 / 0.35);
}

.border-x-slate-700\/40{
  border-left-color: rgb(51 65 85 / 0.4);
  border-right-color: rgb(51 65 85 / 0.4);
}

.border-x-slate-700\/45{
  border-left-color: rgb(51 65 85 / 0.45);
  border-right-color: rgb(51 65 85 / 0.45);
}

.border-x-slate-700\/5{
  border-left-color: rgb(51 65 85 / 0.05);
  border-right-color: rgb(51 65 85 / 0.05);
}

.border-x-slate-700\/50{
  border-left-color: rgb(51 65 85 / 0.5);
  border-right-color: rgb(51 65 85 / 0.5);
}

.border-x-slate-700\/55{
  border-left-color: rgb(51 65 85 / 0.55);
  border-right-color: rgb(51 65 85 / 0.55);
}

.border-x-slate-700\/60{
  border-left-color: rgb(51 65 85 / 0.6);
  border-right-color: rgb(51 65 85 / 0.6);
}

.border-x-slate-700\/65{
  border-left-color: rgb(51 65 85 / 0.65);
  border-right-color: rgb(51 65 85 / 0.65);
}

.border-x-slate-700\/70{
  border-left-color: rgb(51 65 85 / 0.7);
  border-right-color: rgb(51 65 85 / 0.7);
}

.border-x-slate-700\/75{
  border-left-color: rgb(51 65 85 / 0.75);
  border-right-color: rgb(51 65 85 / 0.75);
}

.border-x-slate-700\/80{
  border-left-color: rgb(51 65 85 / 0.8);
  border-right-color: rgb(51 65 85 / 0.8);
}

.border-x-slate-700\/85{
  border-left-color: rgb(51 65 85 / 0.85);
  border-right-color: rgb(51 65 85 / 0.85);
}

.border-x-slate-700\/90{
  border-left-color: rgb(51 65 85 / 0.9);
  border-right-color: rgb(51 65 85 / 0.9);
}

.border-x-slate-700\/95{
  border-left-color: rgb(51 65 85 / 0.95);
  border-right-color: rgb(51 65 85 / 0.95);
}

.border-x-slate-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(30 41 59 / 0.15);
  border-right-color: rgb(30 41 59 / 0.15);
}

.border-x-slate-800\/20{
  border-left-color: rgb(30 41 59 / 0.2);
  border-right-color: rgb(30 41 59 / 0.2);
}

.border-x-slate-800\/25{
  border-left-color: rgb(30 41 59 / 0.25);
  border-right-color: rgb(30 41 59 / 0.25);
}

.border-x-slate-800\/30{
  border-left-color: rgb(30 41 59 / 0.3);
  border-right-color: rgb(30 41 59 / 0.3);
}

.border-x-slate-800\/35{
  border-left-color: rgb(30 41 59 / 0.35);
  border-right-color: rgb(30 41 59 / 0.35);
}

.border-x-slate-800\/40{
  border-left-color: rgb(30 41 59 / 0.4);
  border-right-color: rgb(30 41 59 / 0.4);
}

.border-x-slate-800\/45{
  border-left-color: rgb(30 41 59 / 0.45);
  border-right-color: rgb(30 41 59 / 0.45);
}

.border-x-slate-800\/5{
  border-left-color: rgb(30 41 59 / 0.05);
  border-right-color: rgb(30 41 59 / 0.05);
}

.border-x-slate-800\/50{
  border-left-color: rgb(30 41 59 / 0.5);
  border-right-color: rgb(30 41 59 / 0.5);
}

.border-x-slate-800\/55{
  border-left-color: rgb(30 41 59 / 0.55);
  border-right-color: rgb(30 41 59 / 0.55);
}

.border-x-slate-800\/60{
  border-left-color: rgb(30 41 59 / 0.6);
  border-right-color: rgb(30 41 59 / 0.6);
}

.border-x-slate-800\/65{
  border-left-color: rgb(30 41 59 / 0.65);
  border-right-color: rgb(30 41 59 / 0.65);
}

.border-x-slate-800\/70{
  border-left-color: rgb(30 41 59 / 0.7);
  border-right-color: rgb(30 41 59 / 0.7);
}

.border-x-slate-800\/75{
  border-left-color: rgb(30 41 59 / 0.75);
  border-right-color: rgb(30 41 59 / 0.75);
}

.border-x-slate-800\/80{
  border-left-color: rgb(30 41 59 / 0.8);
  border-right-color: rgb(30 41 59 / 0.8);
}

.border-x-slate-800\/85{
  border-left-color: rgb(30 41 59 / 0.85);
  border-right-color: rgb(30 41 59 / 0.85);
}

.border-x-slate-800\/90{
  border-left-color: rgb(30 41 59 / 0.9);
  border-right-color: rgb(30 41 59 / 0.9);
}

.border-x-slate-800\/95{
  border-left-color: rgb(30 41 59 / 0.95);
  border-right-color: rgb(30 41 59 / 0.95);
}

.border-x-slate-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(15 23 42 / 0.15);
  border-right-color: rgb(15 23 42 / 0.15);
}

.border-x-slate-900\/20{
  border-left-color: rgb(15 23 42 / 0.2);
  border-right-color: rgb(15 23 42 / 0.2);
}

.border-x-slate-900\/25{
  border-left-color: rgb(15 23 42 / 0.25);
  border-right-color: rgb(15 23 42 / 0.25);
}

.border-x-slate-900\/30{
  border-left-color: rgb(15 23 42 / 0.3);
  border-right-color: rgb(15 23 42 / 0.3);
}

.border-x-slate-900\/35{
  border-left-color: rgb(15 23 42 / 0.35);
  border-right-color: rgb(15 23 42 / 0.35);
}

.border-x-slate-900\/40{
  border-left-color: rgb(15 23 42 / 0.4);
  border-right-color: rgb(15 23 42 / 0.4);
}

.border-x-slate-900\/45{
  border-left-color: rgb(15 23 42 / 0.45);
  border-right-color: rgb(15 23 42 / 0.45);
}

.border-x-slate-900\/5{
  border-left-color: rgb(15 23 42 / 0.05);
  border-right-color: rgb(15 23 42 / 0.05);
}

.border-x-slate-900\/50{
  border-left-color: rgb(15 23 42 / 0.5);
  border-right-color: rgb(15 23 42 / 0.5);
}

.border-x-slate-900\/55{
  border-left-color: rgb(15 23 42 / 0.55);
  border-right-color: rgb(15 23 42 / 0.55);
}

.border-x-slate-900\/60{
  border-left-color: rgb(15 23 42 / 0.6);
  border-right-color: rgb(15 23 42 / 0.6);
}

.border-x-slate-900\/65{
  border-left-color: rgb(15 23 42 / 0.65);
  border-right-color: rgb(15 23 42 / 0.65);
}

.border-x-slate-900\/70{
  border-left-color: rgb(15 23 42 / 0.7);
  border-right-color: rgb(15 23 42 / 0.7);
}

.border-x-slate-900\/75{
  border-left-color: rgb(15 23 42 / 0.75);
  border-right-color: rgb(15 23 42 / 0.75);
}

.border-x-slate-900\/80{
  border-left-color: rgb(15 23 42 / 0.8);
  border-right-color: rgb(15 23 42 / 0.8);
}

.border-x-slate-900\/85{
  border-left-color: rgb(15 23 42 / 0.85);
  border-right-color: rgb(15 23 42 / 0.85);
}

.border-x-slate-900\/90{
  border-left-color: rgb(15 23 42 / 0.9);
  border-right-color: rgb(15 23 42 / 0.9);
}

.border-x-slate-900\/95{
  border-left-color: rgb(15 23 42 / 0.95);
  border-right-color: rgb(15 23 42 / 0.95);
}

.border-x-slate-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(2 6 23 / 0.15);
  border-right-color: rgb(2 6 23 / 0.15);
}

.border-x-slate-950\/20{
  border-left-color: rgb(2 6 23 / 0.2);
  border-right-color: rgb(2 6 23 / 0.2);
}

.border-x-slate-950\/25{
  border-left-color: rgb(2 6 23 / 0.25);
  border-right-color: rgb(2 6 23 / 0.25);
}

.border-x-slate-950\/30{
  border-left-color: rgb(2 6 23 / 0.3);
  border-right-color: rgb(2 6 23 / 0.3);
}

.border-x-slate-950\/35{
  border-left-color: rgb(2 6 23 / 0.35);
  border-right-color: rgb(2 6 23 / 0.35);
}

.border-x-slate-950\/40{
  border-left-color: rgb(2 6 23 / 0.4);
  border-right-color: rgb(2 6 23 / 0.4);
}

.border-x-slate-950\/45{
  border-left-color: rgb(2 6 23 / 0.45);
  border-right-color: rgb(2 6 23 / 0.45);
}

.border-x-slate-950\/5{
  border-left-color: rgb(2 6 23 / 0.05);
  border-right-color: rgb(2 6 23 / 0.05);
}

.border-x-slate-950\/50{
  border-left-color: rgb(2 6 23 / 0.5);
  border-right-color: rgb(2 6 23 / 0.5);
}

.border-x-slate-950\/55{
  border-left-color: rgb(2 6 23 / 0.55);
  border-right-color: rgb(2 6 23 / 0.55);
}

.border-x-slate-950\/60{
  border-left-color: rgb(2 6 23 / 0.6);
  border-right-color: rgb(2 6 23 / 0.6);
}

.border-x-slate-950\/65{
  border-left-color: rgb(2 6 23 / 0.65);
  border-right-color: rgb(2 6 23 / 0.65);
}

.border-x-slate-950\/70{
  border-left-color: rgb(2 6 23 / 0.7);
  border-right-color: rgb(2 6 23 / 0.7);
}

.border-x-slate-950\/75{
  border-left-color: rgb(2 6 23 / 0.75);
  border-right-color: rgb(2 6 23 / 0.75);
}

.border-x-slate-950\/80{
  border-left-color: rgb(2 6 23 / 0.8);
  border-right-color: rgb(2 6 23 / 0.8);
}

.border-x-slate-950\/85{
  border-left-color: rgb(2 6 23 / 0.85);
  border-right-color: rgb(2 6 23 / 0.85);
}

.border-x-slate-950\/90{
  border-left-color: rgb(2 6 23 / 0.9);
  border-right-color: rgb(2 6 23 / 0.9);
}

.border-x-slate-950\/95{
  border-left-color: rgb(2 6 23 / 0.95);
  border-right-color: rgb(2 6 23 / 0.95);
}

.border-x-stone-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(245 245 244 / 0.15);
  border-right-color: rgb(245 245 244 / 0.15);
}

.border-x-stone-100\/20{
  border-left-color: rgb(245 245 244 / 0.2);
  border-right-color: rgb(245 245 244 / 0.2);
}

.border-x-stone-100\/25{
  border-left-color: rgb(245 245 244 / 0.25);
  border-right-color: rgb(245 245 244 / 0.25);
}

.border-x-stone-100\/30{
  border-left-color: rgb(245 245 244 / 0.3);
  border-right-color: rgb(245 245 244 / 0.3);
}

.border-x-stone-100\/35{
  border-left-color: rgb(245 245 244 / 0.35);
  border-right-color: rgb(245 245 244 / 0.35);
}

.border-x-stone-100\/40{
  border-left-color: rgb(245 245 244 / 0.4);
  border-right-color: rgb(245 245 244 / 0.4);
}

.border-x-stone-100\/45{
  border-left-color: rgb(245 245 244 / 0.45);
  border-right-color: rgb(245 245 244 / 0.45);
}

.border-x-stone-100\/5{
  border-left-color: rgb(245 245 244 / 0.05);
  border-right-color: rgb(245 245 244 / 0.05);
}

.border-x-stone-100\/50{
  border-left-color: rgb(245 245 244 / 0.5);
  border-right-color: rgb(245 245 244 / 0.5);
}

.border-x-stone-100\/55{
  border-left-color: rgb(245 245 244 / 0.55);
  border-right-color: rgb(245 245 244 / 0.55);
}

.border-x-stone-100\/60{
  border-left-color: rgb(245 245 244 / 0.6);
  border-right-color: rgb(245 245 244 / 0.6);
}

.border-x-stone-100\/65{
  border-left-color: rgb(245 245 244 / 0.65);
  border-right-color: rgb(245 245 244 / 0.65);
}

.border-x-stone-100\/70{
  border-left-color: rgb(245 245 244 / 0.7);
  border-right-color: rgb(245 245 244 / 0.7);
}

.border-x-stone-100\/75{
  border-left-color: rgb(245 245 244 / 0.75);
  border-right-color: rgb(245 245 244 / 0.75);
}

.border-x-stone-100\/80{
  border-left-color: rgb(245 245 244 / 0.8);
  border-right-color: rgb(245 245 244 / 0.8);
}

.border-x-stone-100\/85{
  border-left-color: rgb(245 245 244 / 0.85);
  border-right-color: rgb(245 245 244 / 0.85);
}

.border-x-stone-100\/90{
  border-left-color: rgb(245 245 244 / 0.9);
  border-right-color: rgb(245 245 244 / 0.9);
}

.border-x-stone-100\/95{
  border-left-color: rgb(245 245 244 / 0.95);
  border-right-color: rgb(245 245 244 / 0.95);
}

.border-x-stone-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(231 229 228 / 0.15);
  border-right-color: rgb(231 229 228 / 0.15);
}

.border-x-stone-200\/20{
  border-left-color: rgb(231 229 228 / 0.2);
  border-right-color: rgb(231 229 228 / 0.2);
}

.border-x-stone-200\/25{
  border-left-color: rgb(231 229 228 / 0.25);
  border-right-color: rgb(231 229 228 / 0.25);
}

.border-x-stone-200\/30{
  border-left-color: rgb(231 229 228 / 0.3);
  border-right-color: rgb(231 229 228 / 0.3);
}

.border-x-stone-200\/35{
  border-left-color: rgb(231 229 228 / 0.35);
  border-right-color: rgb(231 229 228 / 0.35);
}

.border-x-stone-200\/40{
  border-left-color: rgb(231 229 228 / 0.4);
  border-right-color: rgb(231 229 228 / 0.4);
}

.border-x-stone-200\/45{
  border-left-color: rgb(231 229 228 / 0.45);
  border-right-color: rgb(231 229 228 / 0.45);
}

.border-x-stone-200\/5{
  border-left-color: rgb(231 229 228 / 0.05);
  border-right-color: rgb(231 229 228 / 0.05);
}

.border-x-stone-200\/50{
  border-left-color: rgb(231 229 228 / 0.5);
  border-right-color: rgb(231 229 228 / 0.5);
}

.border-x-stone-200\/55{
  border-left-color: rgb(231 229 228 / 0.55);
  border-right-color: rgb(231 229 228 / 0.55);
}

.border-x-stone-200\/60{
  border-left-color: rgb(231 229 228 / 0.6);
  border-right-color: rgb(231 229 228 / 0.6);
}

.border-x-stone-200\/65{
  border-left-color: rgb(231 229 228 / 0.65);
  border-right-color: rgb(231 229 228 / 0.65);
}

.border-x-stone-200\/70{
  border-left-color: rgb(231 229 228 / 0.7);
  border-right-color: rgb(231 229 228 / 0.7);
}

.border-x-stone-200\/75{
  border-left-color: rgb(231 229 228 / 0.75);
  border-right-color: rgb(231 229 228 / 0.75);
}

.border-x-stone-200\/80{
  border-left-color: rgb(231 229 228 / 0.8);
  border-right-color: rgb(231 229 228 / 0.8);
}

.border-x-stone-200\/85{
  border-left-color: rgb(231 229 228 / 0.85);
  border-right-color: rgb(231 229 228 / 0.85);
}

.border-x-stone-200\/90{
  border-left-color: rgb(231 229 228 / 0.9);
  border-right-color: rgb(231 229 228 / 0.9);
}

.border-x-stone-200\/95{
  border-left-color: rgb(231 229 228 / 0.95);
  border-right-color: rgb(231 229 228 / 0.95);
}

.border-x-stone-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(214 211 209 / 0.15);
  border-right-color: rgb(214 211 209 / 0.15);
}

.border-x-stone-300\/20{
  border-left-color: rgb(214 211 209 / 0.2);
  border-right-color: rgb(214 211 209 / 0.2);
}

.border-x-stone-300\/25{
  border-left-color: rgb(214 211 209 / 0.25);
  border-right-color: rgb(214 211 209 / 0.25);
}

.border-x-stone-300\/30{
  border-left-color: rgb(214 211 209 / 0.3);
  border-right-color: rgb(214 211 209 / 0.3);
}

.border-x-stone-300\/35{
  border-left-color: rgb(214 211 209 / 0.35);
  border-right-color: rgb(214 211 209 / 0.35);
}

.border-x-stone-300\/40{
  border-left-color: rgb(214 211 209 / 0.4);
  border-right-color: rgb(214 211 209 / 0.4);
}

.border-x-stone-300\/45{
  border-left-color: rgb(214 211 209 / 0.45);
  border-right-color: rgb(214 211 209 / 0.45);
}

.border-x-stone-300\/5{
  border-left-color: rgb(214 211 209 / 0.05);
  border-right-color: rgb(214 211 209 / 0.05);
}

.border-x-stone-300\/50{
  border-left-color: rgb(214 211 209 / 0.5);
  border-right-color: rgb(214 211 209 / 0.5);
}

.border-x-stone-300\/55{
  border-left-color: rgb(214 211 209 / 0.55);
  border-right-color: rgb(214 211 209 / 0.55);
}

.border-x-stone-300\/60{
  border-left-color: rgb(214 211 209 / 0.6);
  border-right-color: rgb(214 211 209 / 0.6);
}

.border-x-stone-300\/65{
  border-left-color: rgb(214 211 209 / 0.65);
  border-right-color: rgb(214 211 209 / 0.65);
}

.border-x-stone-300\/70{
  border-left-color: rgb(214 211 209 / 0.7);
  border-right-color: rgb(214 211 209 / 0.7);
}

.border-x-stone-300\/75{
  border-left-color: rgb(214 211 209 / 0.75);
  border-right-color: rgb(214 211 209 / 0.75);
}

.border-x-stone-300\/80{
  border-left-color: rgb(214 211 209 / 0.8);
  border-right-color: rgb(214 211 209 / 0.8);
}

.border-x-stone-300\/85{
  border-left-color: rgb(214 211 209 / 0.85);
  border-right-color: rgb(214 211 209 / 0.85);
}

.border-x-stone-300\/90{
  border-left-color: rgb(214 211 209 / 0.9);
  border-right-color: rgb(214 211 209 / 0.9);
}

.border-x-stone-300\/95{
  border-left-color: rgb(214 211 209 / 0.95);
  border-right-color: rgb(214 211 209 / 0.95);
}

.border-x-stone-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(168 162 158 / 0.15);
  border-right-color: rgb(168 162 158 / 0.15);
}

.border-x-stone-400\/20{
  border-left-color: rgb(168 162 158 / 0.2);
  border-right-color: rgb(168 162 158 / 0.2);
}

.border-x-stone-400\/25{
  border-left-color: rgb(168 162 158 / 0.25);
  border-right-color: rgb(168 162 158 / 0.25);
}

.border-x-stone-400\/30{
  border-left-color: rgb(168 162 158 / 0.3);
  border-right-color: rgb(168 162 158 / 0.3);
}

.border-x-stone-400\/35{
  border-left-color: rgb(168 162 158 / 0.35);
  border-right-color: rgb(168 162 158 / 0.35);
}

.border-x-stone-400\/40{
  border-left-color: rgb(168 162 158 / 0.4);
  border-right-color: rgb(168 162 158 / 0.4);
}

.border-x-stone-400\/45{
  border-left-color: rgb(168 162 158 / 0.45);
  border-right-color: rgb(168 162 158 / 0.45);
}

.border-x-stone-400\/5{
  border-left-color: rgb(168 162 158 / 0.05);
  border-right-color: rgb(168 162 158 / 0.05);
}

.border-x-stone-400\/50{
  border-left-color: rgb(168 162 158 / 0.5);
  border-right-color: rgb(168 162 158 / 0.5);
}

.border-x-stone-400\/55{
  border-left-color: rgb(168 162 158 / 0.55);
  border-right-color: rgb(168 162 158 / 0.55);
}

.border-x-stone-400\/60{
  border-left-color: rgb(168 162 158 / 0.6);
  border-right-color: rgb(168 162 158 / 0.6);
}

.border-x-stone-400\/65{
  border-left-color: rgb(168 162 158 / 0.65);
  border-right-color: rgb(168 162 158 / 0.65);
}

.border-x-stone-400\/70{
  border-left-color: rgb(168 162 158 / 0.7);
  border-right-color: rgb(168 162 158 / 0.7);
}

.border-x-stone-400\/75{
  border-left-color: rgb(168 162 158 / 0.75);
  border-right-color: rgb(168 162 158 / 0.75);
}

.border-x-stone-400\/80{
  border-left-color: rgb(168 162 158 / 0.8);
  border-right-color: rgb(168 162 158 / 0.8);
}

.border-x-stone-400\/85{
  border-left-color: rgb(168 162 158 / 0.85);
  border-right-color: rgb(168 162 158 / 0.85);
}

.border-x-stone-400\/90{
  border-left-color: rgb(168 162 158 / 0.9);
  border-right-color: rgb(168 162 158 / 0.9);
}

.border-x-stone-400\/95{
  border-left-color: rgb(168 162 158 / 0.95);
  border-right-color: rgb(168 162 158 / 0.95);
}

.border-x-stone-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(250 250 249 / 0.15);
  border-right-color: rgb(250 250 249 / 0.15);
}

.border-x-stone-50\/20{
  border-left-color: rgb(250 250 249 / 0.2);
  border-right-color: rgb(250 250 249 / 0.2);
}

.border-x-stone-50\/25{
  border-left-color: rgb(250 250 249 / 0.25);
  border-right-color: rgb(250 250 249 / 0.25);
}

.border-x-stone-50\/30{
  border-left-color: rgb(250 250 249 / 0.3);
  border-right-color: rgb(250 250 249 / 0.3);
}

.border-x-stone-50\/35{
  border-left-color: rgb(250 250 249 / 0.35);
  border-right-color: rgb(250 250 249 / 0.35);
}

.border-x-stone-50\/40{
  border-left-color: rgb(250 250 249 / 0.4);
  border-right-color: rgb(250 250 249 / 0.4);
}

.border-x-stone-50\/45{
  border-left-color: rgb(250 250 249 / 0.45);
  border-right-color: rgb(250 250 249 / 0.45);
}

.border-x-stone-50\/5{
  border-left-color: rgb(250 250 249 / 0.05);
  border-right-color: rgb(250 250 249 / 0.05);
}

.border-x-stone-50\/50{
  border-left-color: rgb(250 250 249 / 0.5);
  border-right-color: rgb(250 250 249 / 0.5);
}

.border-x-stone-50\/55{
  border-left-color: rgb(250 250 249 / 0.55);
  border-right-color: rgb(250 250 249 / 0.55);
}

.border-x-stone-50\/60{
  border-left-color: rgb(250 250 249 / 0.6);
  border-right-color: rgb(250 250 249 / 0.6);
}

.border-x-stone-50\/65{
  border-left-color: rgb(250 250 249 / 0.65);
  border-right-color: rgb(250 250 249 / 0.65);
}

.border-x-stone-50\/70{
  border-left-color: rgb(250 250 249 / 0.7);
  border-right-color: rgb(250 250 249 / 0.7);
}

.border-x-stone-50\/75{
  border-left-color: rgb(250 250 249 / 0.75);
  border-right-color: rgb(250 250 249 / 0.75);
}

.border-x-stone-50\/80{
  border-left-color: rgb(250 250 249 / 0.8);
  border-right-color: rgb(250 250 249 / 0.8);
}

.border-x-stone-50\/85{
  border-left-color: rgb(250 250 249 / 0.85);
  border-right-color: rgb(250 250 249 / 0.85);
}

.border-x-stone-50\/90{
  border-left-color: rgb(250 250 249 / 0.9);
  border-right-color: rgb(250 250 249 / 0.9);
}

.border-x-stone-50\/95{
  border-left-color: rgb(250 250 249 / 0.95);
  border-right-color: rgb(250 250 249 / 0.95);
}

.border-x-stone-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(120 113 108 / 0.15);
  border-right-color: rgb(120 113 108 / 0.15);
}

.border-x-stone-500\/20{
  border-left-color: rgb(120 113 108 / 0.2);
  border-right-color: rgb(120 113 108 / 0.2);
}

.border-x-stone-500\/25{
  border-left-color: rgb(120 113 108 / 0.25);
  border-right-color: rgb(120 113 108 / 0.25);
}

.border-x-stone-500\/30{
  border-left-color: rgb(120 113 108 / 0.3);
  border-right-color: rgb(120 113 108 / 0.3);
}

.border-x-stone-500\/35{
  border-left-color: rgb(120 113 108 / 0.35);
  border-right-color: rgb(120 113 108 / 0.35);
}

.border-x-stone-500\/40{
  border-left-color: rgb(120 113 108 / 0.4);
  border-right-color: rgb(120 113 108 / 0.4);
}

.border-x-stone-500\/45{
  border-left-color: rgb(120 113 108 / 0.45);
  border-right-color: rgb(120 113 108 / 0.45);
}

.border-x-stone-500\/5{
  border-left-color: rgb(120 113 108 / 0.05);
  border-right-color: rgb(120 113 108 / 0.05);
}

.border-x-stone-500\/50{
  border-left-color: rgb(120 113 108 / 0.5);
  border-right-color: rgb(120 113 108 / 0.5);
}

.border-x-stone-500\/55{
  border-left-color: rgb(120 113 108 / 0.55);
  border-right-color: rgb(120 113 108 / 0.55);
}

.border-x-stone-500\/60{
  border-left-color: rgb(120 113 108 / 0.6);
  border-right-color: rgb(120 113 108 / 0.6);
}

.border-x-stone-500\/65{
  border-left-color: rgb(120 113 108 / 0.65);
  border-right-color: rgb(120 113 108 / 0.65);
}

.border-x-stone-500\/70{
  border-left-color: rgb(120 113 108 / 0.7);
  border-right-color: rgb(120 113 108 / 0.7);
}

.border-x-stone-500\/75{
  border-left-color: rgb(120 113 108 / 0.75);
  border-right-color: rgb(120 113 108 / 0.75);
}

.border-x-stone-500\/80{
  border-left-color: rgb(120 113 108 / 0.8);
  border-right-color: rgb(120 113 108 / 0.8);
}

.border-x-stone-500\/85{
  border-left-color: rgb(120 113 108 / 0.85);
  border-right-color: rgb(120 113 108 / 0.85);
}

.border-x-stone-500\/90{
  border-left-color: rgb(120 113 108 / 0.9);
  border-right-color: rgb(120 113 108 / 0.9);
}

.border-x-stone-500\/95{
  border-left-color: rgb(120 113 108 / 0.95);
  border-right-color: rgb(120 113 108 / 0.95);
}

.border-x-stone-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(87 83 78 / 0.15);
  border-right-color: rgb(87 83 78 / 0.15);
}

.border-x-stone-600\/20{
  border-left-color: rgb(87 83 78 / 0.2);
  border-right-color: rgb(87 83 78 / 0.2);
}

.border-x-stone-600\/25{
  border-left-color: rgb(87 83 78 / 0.25);
  border-right-color: rgb(87 83 78 / 0.25);
}

.border-x-stone-600\/30{
  border-left-color: rgb(87 83 78 / 0.3);
  border-right-color: rgb(87 83 78 / 0.3);
}

.border-x-stone-600\/35{
  border-left-color: rgb(87 83 78 / 0.35);
  border-right-color: rgb(87 83 78 / 0.35);
}

.border-x-stone-600\/40{
  border-left-color: rgb(87 83 78 / 0.4);
  border-right-color: rgb(87 83 78 / 0.4);
}

.border-x-stone-600\/45{
  border-left-color: rgb(87 83 78 / 0.45);
  border-right-color: rgb(87 83 78 / 0.45);
}

.border-x-stone-600\/5{
  border-left-color: rgb(87 83 78 / 0.05);
  border-right-color: rgb(87 83 78 / 0.05);
}

.border-x-stone-600\/50{
  border-left-color: rgb(87 83 78 / 0.5);
  border-right-color: rgb(87 83 78 / 0.5);
}

.border-x-stone-600\/55{
  border-left-color: rgb(87 83 78 / 0.55);
  border-right-color: rgb(87 83 78 / 0.55);
}

.border-x-stone-600\/60{
  border-left-color: rgb(87 83 78 / 0.6);
  border-right-color: rgb(87 83 78 / 0.6);
}

.border-x-stone-600\/65{
  border-left-color: rgb(87 83 78 / 0.65);
  border-right-color: rgb(87 83 78 / 0.65);
}

.border-x-stone-600\/70{
  border-left-color: rgb(87 83 78 / 0.7);
  border-right-color: rgb(87 83 78 / 0.7);
}

.border-x-stone-600\/75{
  border-left-color: rgb(87 83 78 / 0.75);
  border-right-color: rgb(87 83 78 / 0.75);
}

.border-x-stone-600\/80{
  border-left-color: rgb(87 83 78 / 0.8);
  border-right-color: rgb(87 83 78 / 0.8);
}

.border-x-stone-600\/85{
  border-left-color: rgb(87 83 78 / 0.85);
  border-right-color: rgb(87 83 78 / 0.85);
}

.border-x-stone-600\/90{
  border-left-color: rgb(87 83 78 / 0.9);
  border-right-color: rgb(87 83 78 / 0.9);
}

.border-x-stone-600\/95{
  border-left-color: rgb(87 83 78 / 0.95);
  border-right-color: rgb(87 83 78 / 0.95);
}

.border-x-stone-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(68 64 60 / 0.15);
  border-right-color: rgb(68 64 60 / 0.15);
}

.border-x-stone-700\/20{
  border-left-color: rgb(68 64 60 / 0.2);
  border-right-color: rgb(68 64 60 / 0.2);
}

.border-x-stone-700\/25{
  border-left-color: rgb(68 64 60 / 0.25);
  border-right-color: rgb(68 64 60 / 0.25);
}

.border-x-stone-700\/30{
  border-left-color: rgb(68 64 60 / 0.3);
  border-right-color: rgb(68 64 60 / 0.3);
}

.border-x-stone-700\/35{
  border-left-color: rgb(68 64 60 / 0.35);
  border-right-color: rgb(68 64 60 / 0.35);
}

.border-x-stone-700\/40{
  border-left-color: rgb(68 64 60 / 0.4);
  border-right-color: rgb(68 64 60 / 0.4);
}

.border-x-stone-700\/45{
  border-left-color: rgb(68 64 60 / 0.45);
  border-right-color: rgb(68 64 60 / 0.45);
}

.border-x-stone-700\/5{
  border-left-color: rgb(68 64 60 / 0.05);
  border-right-color: rgb(68 64 60 / 0.05);
}

.border-x-stone-700\/50{
  border-left-color: rgb(68 64 60 / 0.5);
  border-right-color: rgb(68 64 60 / 0.5);
}

.border-x-stone-700\/55{
  border-left-color: rgb(68 64 60 / 0.55);
  border-right-color: rgb(68 64 60 / 0.55);
}

.border-x-stone-700\/60{
  border-left-color: rgb(68 64 60 / 0.6);
  border-right-color: rgb(68 64 60 / 0.6);
}

.border-x-stone-700\/65{
  border-left-color: rgb(68 64 60 / 0.65);
  border-right-color: rgb(68 64 60 / 0.65);
}

.border-x-stone-700\/70{
  border-left-color: rgb(68 64 60 / 0.7);
  border-right-color: rgb(68 64 60 / 0.7);
}

.border-x-stone-700\/75{
  border-left-color: rgb(68 64 60 / 0.75);
  border-right-color: rgb(68 64 60 / 0.75);
}

.border-x-stone-700\/80{
  border-left-color: rgb(68 64 60 / 0.8);
  border-right-color: rgb(68 64 60 / 0.8);
}

.border-x-stone-700\/85{
  border-left-color: rgb(68 64 60 / 0.85);
  border-right-color: rgb(68 64 60 / 0.85);
}

.border-x-stone-700\/90{
  border-left-color: rgb(68 64 60 / 0.9);
  border-right-color: rgb(68 64 60 / 0.9);
}

.border-x-stone-700\/95{
  border-left-color: rgb(68 64 60 / 0.95);
  border-right-color: rgb(68 64 60 / 0.95);
}

.border-x-stone-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(41 37 36 / 0.15);
  border-right-color: rgb(41 37 36 / 0.15);
}

.border-x-stone-800\/20{
  border-left-color: rgb(41 37 36 / 0.2);
  border-right-color: rgb(41 37 36 / 0.2);
}

.border-x-stone-800\/25{
  border-left-color: rgb(41 37 36 / 0.25);
  border-right-color: rgb(41 37 36 / 0.25);
}

.border-x-stone-800\/30{
  border-left-color: rgb(41 37 36 / 0.3);
  border-right-color: rgb(41 37 36 / 0.3);
}

.border-x-stone-800\/35{
  border-left-color: rgb(41 37 36 / 0.35);
  border-right-color: rgb(41 37 36 / 0.35);
}

.border-x-stone-800\/40{
  border-left-color: rgb(41 37 36 / 0.4);
  border-right-color: rgb(41 37 36 / 0.4);
}

.border-x-stone-800\/45{
  border-left-color: rgb(41 37 36 / 0.45);
  border-right-color: rgb(41 37 36 / 0.45);
}

.border-x-stone-800\/5{
  border-left-color: rgb(41 37 36 / 0.05);
  border-right-color: rgb(41 37 36 / 0.05);
}

.border-x-stone-800\/50{
  border-left-color: rgb(41 37 36 / 0.5);
  border-right-color: rgb(41 37 36 / 0.5);
}

.border-x-stone-800\/55{
  border-left-color: rgb(41 37 36 / 0.55);
  border-right-color: rgb(41 37 36 / 0.55);
}

.border-x-stone-800\/60{
  border-left-color: rgb(41 37 36 / 0.6);
  border-right-color: rgb(41 37 36 / 0.6);
}

.border-x-stone-800\/65{
  border-left-color: rgb(41 37 36 / 0.65);
  border-right-color: rgb(41 37 36 / 0.65);
}

.border-x-stone-800\/70{
  border-left-color: rgb(41 37 36 / 0.7);
  border-right-color: rgb(41 37 36 / 0.7);
}

.border-x-stone-800\/75{
  border-left-color: rgb(41 37 36 / 0.75);
  border-right-color: rgb(41 37 36 / 0.75);
}

.border-x-stone-800\/80{
  border-left-color: rgb(41 37 36 / 0.8);
  border-right-color: rgb(41 37 36 / 0.8);
}

.border-x-stone-800\/85{
  border-left-color: rgb(41 37 36 / 0.85);
  border-right-color: rgb(41 37 36 / 0.85);
}

.border-x-stone-800\/90{
  border-left-color: rgb(41 37 36 / 0.9);
  border-right-color: rgb(41 37 36 / 0.9);
}

.border-x-stone-800\/95{
  border-left-color: rgb(41 37 36 / 0.95);
  border-right-color: rgb(41 37 36 / 0.95);
}

.border-x-stone-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(28 25 23 / 0.15);
  border-right-color: rgb(28 25 23 / 0.15);
}

.border-x-stone-900\/20{
  border-left-color: rgb(28 25 23 / 0.2);
  border-right-color: rgb(28 25 23 / 0.2);
}

.border-x-stone-900\/25{
  border-left-color: rgb(28 25 23 / 0.25);
  border-right-color: rgb(28 25 23 / 0.25);
}

.border-x-stone-900\/30{
  border-left-color: rgb(28 25 23 / 0.3);
  border-right-color: rgb(28 25 23 / 0.3);
}

.border-x-stone-900\/35{
  border-left-color: rgb(28 25 23 / 0.35);
  border-right-color: rgb(28 25 23 / 0.35);
}

.border-x-stone-900\/40{
  border-left-color: rgb(28 25 23 / 0.4);
  border-right-color: rgb(28 25 23 / 0.4);
}

.border-x-stone-900\/45{
  border-left-color: rgb(28 25 23 / 0.45);
  border-right-color: rgb(28 25 23 / 0.45);
}

.border-x-stone-900\/5{
  border-left-color: rgb(28 25 23 / 0.05);
  border-right-color: rgb(28 25 23 / 0.05);
}

.border-x-stone-900\/50{
  border-left-color: rgb(28 25 23 / 0.5);
  border-right-color: rgb(28 25 23 / 0.5);
}

.border-x-stone-900\/55{
  border-left-color: rgb(28 25 23 / 0.55);
  border-right-color: rgb(28 25 23 / 0.55);
}

.border-x-stone-900\/60{
  border-left-color: rgb(28 25 23 / 0.6);
  border-right-color: rgb(28 25 23 / 0.6);
}

.border-x-stone-900\/65{
  border-left-color: rgb(28 25 23 / 0.65);
  border-right-color: rgb(28 25 23 / 0.65);
}

.border-x-stone-900\/70{
  border-left-color: rgb(28 25 23 / 0.7);
  border-right-color: rgb(28 25 23 / 0.7);
}

.border-x-stone-900\/75{
  border-left-color: rgb(28 25 23 / 0.75);
  border-right-color: rgb(28 25 23 / 0.75);
}

.border-x-stone-900\/80{
  border-left-color: rgb(28 25 23 / 0.8);
  border-right-color: rgb(28 25 23 / 0.8);
}

.border-x-stone-900\/85{
  border-left-color: rgb(28 25 23 / 0.85);
  border-right-color: rgb(28 25 23 / 0.85);
}

.border-x-stone-900\/90{
  border-left-color: rgb(28 25 23 / 0.9);
  border-right-color: rgb(28 25 23 / 0.9);
}

.border-x-stone-900\/95{
  border-left-color: rgb(28 25 23 / 0.95);
  border-right-color: rgb(28 25 23 / 0.95);
}

.border-x-stone-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(12 10 9 / 0.15);
  border-right-color: rgb(12 10 9 / 0.15);
}

.border-x-stone-950\/20{
  border-left-color: rgb(12 10 9 / 0.2);
  border-right-color: rgb(12 10 9 / 0.2);
}

.border-x-stone-950\/25{
  border-left-color: rgb(12 10 9 / 0.25);
  border-right-color: rgb(12 10 9 / 0.25);
}

.border-x-stone-950\/30{
  border-left-color: rgb(12 10 9 / 0.3);
  border-right-color: rgb(12 10 9 / 0.3);
}

.border-x-stone-950\/35{
  border-left-color: rgb(12 10 9 / 0.35);
  border-right-color: rgb(12 10 9 / 0.35);
}

.border-x-stone-950\/40{
  border-left-color: rgb(12 10 9 / 0.4);
  border-right-color: rgb(12 10 9 / 0.4);
}

.border-x-stone-950\/45{
  border-left-color: rgb(12 10 9 / 0.45);
  border-right-color: rgb(12 10 9 / 0.45);
}

.border-x-stone-950\/5{
  border-left-color: rgb(12 10 9 / 0.05);
  border-right-color: rgb(12 10 9 / 0.05);
}

.border-x-stone-950\/50{
  border-left-color: rgb(12 10 9 / 0.5);
  border-right-color: rgb(12 10 9 / 0.5);
}

.border-x-stone-950\/55{
  border-left-color: rgb(12 10 9 / 0.55);
  border-right-color: rgb(12 10 9 / 0.55);
}

.border-x-stone-950\/60{
  border-left-color: rgb(12 10 9 / 0.6);
  border-right-color: rgb(12 10 9 / 0.6);
}

.border-x-stone-950\/65{
  border-left-color: rgb(12 10 9 / 0.65);
  border-right-color: rgb(12 10 9 / 0.65);
}

.border-x-stone-950\/70{
  border-left-color: rgb(12 10 9 / 0.7);
  border-right-color: rgb(12 10 9 / 0.7);
}

.border-x-stone-950\/75{
  border-left-color: rgb(12 10 9 / 0.75);
  border-right-color: rgb(12 10 9 / 0.75);
}

.border-x-stone-950\/80{
  border-left-color: rgb(12 10 9 / 0.8);
  border-right-color: rgb(12 10 9 / 0.8);
}

.border-x-stone-950\/85{
  border-left-color: rgb(12 10 9 / 0.85);
  border-right-color: rgb(12 10 9 / 0.85);
}

.border-x-stone-950\/90{
  border-left-color: rgb(12 10 9 / 0.9);
  border-right-color: rgb(12 10 9 / 0.9);
}

.border-x-stone-950\/95{
  border-left-color: rgb(12 10 9 / 0.95);
  border-right-color: rgb(12 10 9 / 0.95);
}

.border-x-success{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 196 149 / var(--tw-border-opacity));
  border-right-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.border-x-success\/0{
  border-left-color: rgb(7 196 149 / 0);
  border-right-color: rgb(7 196 149 / 0);
}

.border-x-success\/10{
  border-left-color: rgb(7 196 149 / 0.1);
  border-right-color: rgb(7 196 149 / 0.1);
}

.border-x-success\/100{
  border-left-color: rgb(7 196 149 / 1);
  border-right-color: rgb(7 196 149 / 1);
}

.border-x-success\/15{
  border-left-color: rgb(7 196 149 / 0.15);
  border-right-color: rgb(7 196 149 / 0.15);
}

.border-x-success\/20{
  border-left-color: rgb(7 196 149 / 0.2);
  border-right-color: rgb(7 196 149 / 0.2);
}

.border-x-success\/25{
  border-left-color: rgb(7 196 149 / 0.25);
  border-right-color: rgb(7 196 149 / 0.25);
}

.border-x-success\/30{
  border-left-color: rgb(7 196 149 / 0.3);
  border-right-color: rgb(7 196 149 / 0.3);
}

.border-x-success\/35{
  border-left-color: rgb(7 196 149 / 0.35);
  border-right-color: rgb(7 196 149 / 0.35);
}

.border-x-success\/40{
  border-left-color: rgb(7 196 149 / 0.4);
  border-right-color: rgb(7 196 149 / 0.4);
}

.border-x-success\/45{
  border-left-color: rgb(7 196 149 / 0.45);
  border-right-color: rgb(7 196 149 / 0.45);
}

.border-x-success\/5{
  border-left-color: rgb(7 196 149 / 0.05);
  border-right-color: rgb(7 196 149 / 0.05);
}

.border-x-success\/50{
  border-left-color: rgb(7 196 149 / 0.5);
  border-right-color: rgb(7 196 149 / 0.5);
}

.border-x-success\/55{
  border-left-color: rgb(7 196 149 / 0.55);
  border-right-color: rgb(7 196 149 / 0.55);
}

.border-x-success\/60{
  border-left-color: rgb(7 196 149 / 0.6);
  border-right-color: rgb(7 196 149 / 0.6);
}

.border-x-success\/65{
  border-left-color: rgb(7 196 149 / 0.65);
  border-right-color: rgb(7 196 149 / 0.65);
}

.border-x-success\/70{
  border-left-color: rgb(7 196 149 / 0.7);
  border-right-color: rgb(7 196 149 / 0.7);
}

.border-x-success\/75{
  border-left-color: rgb(7 196 149 / 0.75);
  border-right-color: rgb(7 196 149 / 0.75);
}

.border-x-success\/80{
  border-left-color: rgb(7 196 149 / 0.8);
  border-right-color: rgb(7 196 149 / 0.8);
}

.border-x-success\/85{
  border-left-color: rgb(7 196 149 / 0.85);
  border-right-color: rgb(7 196 149 / 0.85);
}

.border-x-success\/90{
  border-left-color: rgb(7 196 149 / 0.9);
  border-right-color: rgb(7 196 149 / 0.9);
}

.border-x-success\/95{
  border-left-color: rgb(7 196 149 / 0.95);
  border-right-color: rgb(7 196 149 / 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\/15{
  border-left-color: rgb(204 251 241 / 0.15);
  border-right-color: rgb(204 251 241 / 0.15);
}

.border-x-teal-100\/20{
  border-left-color: rgb(204 251 241 / 0.2);
  border-right-color: rgb(204 251 241 / 0.2);
}

.border-x-teal-100\/25{
  border-left-color: rgb(204 251 241 / 0.25);
  border-right-color: rgb(204 251 241 / 0.25);
}

.border-x-teal-100\/30{
  border-left-color: rgb(204 251 241 / 0.3);
  border-right-color: rgb(204 251 241 / 0.3);
}

.border-x-teal-100\/35{
  border-left-color: rgb(204 251 241 / 0.35);
  border-right-color: rgb(204 251 241 / 0.35);
}

.border-x-teal-100\/40{
  border-left-color: rgb(204 251 241 / 0.4);
  border-right-color: rgb(204 251 241 / 0.4);
}

.border-x-teal-100\/45{
  border-left-color: rgb(204 251 241 / 0.45);
  border-right-color: rgb(204 251 241 / 0.45);
}

.border-x-teal-100\/5{
  border-left-color: rgb(204 251 241 / 0.05);
  border-right-color: rgb(204 251 241 / 0.05);
}

.border-x-teal-100\/50{
  border-left-color: rgb(204 251 241 / 0.5);
  border-right-color: rgb(204 251 241 / 0.5);
}

.border-x-teal-100\/55{
  border-left-color: rgb(204 251 241 / 0.55);
  border-right-color: rgb(204 251 241 / 0.55);
}

.border-x-teal-100\/60{
  border-left-color: rgb(204 251 241 / 0.6);
  border-right-color: rgb(204 251 241 / 0.6);
}

.border-x-teal-100\/65{
  border-left-color: rgb(204 251 241 / 0.65);
  border-right-color: rgb(204 251 241 / 0.65);
}

.border-x-teal-100\/70{
  border-left-color: rgb(204 251 241 / 0.7);
  border-right-color: rgb(204 251 241 / 0.7);
}

.border-x-teal-100\/75{
  border-left-color: rgb(204 251 241 / 0.75);
  border-right-color: rgb(204 251 241 / 0.75);
}

.border-x-teal-100\/80{
  border-left-color: rgb(204 251 241 / 0.8);
  border-right-color: rgb(204 251 241 / 0.8);
}

.border-x-teal-100\/85{
  border-left-color: rgb(204 251 241 / 0.85);
  border-right-color: rgb(204 251 241 / 0.85);
}

.border-x-teal-100\/90{
  border-left-color: rgb(204 251 241 / 0.9);
  border-right-color: rgb(204 251 241 / 0.9);
}

.border-x-teal-100\/95{
  border-left-color: rgb(204 251 241 / 0.95);
  border-right-color: rgb(204 251 241 / 0.95);
}

.border-x-teal-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(153 246 228 / 0.15);
  border-right-color: rgb(153 246 228 / 0.15);
}

.border-x-teal-200\/20{
  border-left-color: rgb(153 246 228 / 0.2);
  border-right-color: rgb(153 246 228 / 0.2);
}

.border-x-teal-200\/25{
  border-left-color: rgb(153 246 228 / 0.25);
  border-right-color: rgb(153 246 228 / 0.25);
}

.border-x-teal-200\/30{
  border-left-color: rgb(153 246 228 / 0.3);
  border-right-color: rgb(153 246 228 / 0.3);
}

.border-x-teal-200\/35{
  border-left-color: rgb(153 246 228 / 0.35);
  border-right-color: rgb(153 246 228 / 0.35);
}

.border-x-teal-200\/40{
  border-left-color: rgb(153 246 228 / 0.4);
  border-right-color: rgb(153 246 228 / 0.4);
}

.border-x-teal-200\/45{
  border-left-color: rgb(153 246 228 / 0.45);
  border-right-color: rgb(153 246 228 / 0.45);
}

.border-x-teal-200\/5{
  border-left-color: rgb(153 246 228 / 0.05);
  border-right-color: rgb(153 246 228 / 0.05);
}

.border-x-teal-200\/50{
  border-left-color: rgb(153 246 228 / 0.5);
  border-right-color: rgb(153 246 228 / 0.5);
}

.border-x-teal-200\/55{
  border-left-color: rgb(153 246 228 / 0.55);
  border-right-color: rgb(153 246 228 / 0.55);
}

.border-x-teal-200\/60{
  border-left-color: rgb(153 246 228 / 0.6);
  border-right-color: rgb(153 246 228 / 0.6);
}

.border-x-teal-200\/65{
  border-left-color: rgb(153 246 228 / 0.65);
  border-right-color: rgb(153 246 228 / 0.65);
}

.border-x-teal-200\/70{
  border-left-color: rgb(153 246 228 / 0.7);
  border-right-color: rgb(153 246 228 / 0.7);
}

.border-x-teal-200\/75{
  border-left-color: rgb(153 246 228 / 0.75);
  border-right-color: rgb(153 246 228 / 0.75);
}

.border-x-teal-200\/80{
  border-left-color: rgb(153 246 228 / 0.8);
  border-right-color: rgb(153 246 228 / 0.8);
}

.border-x-teal-200\/85{
  border-left-color: rgb(153 246 228 / 0.85);
  border-right-color: rgb(153 246 228 / 0.85);
}

.border-x-teal-200\/90{
  border-left-color: rgb(153 246 228 / 0.9);
  border-right-color: rgb(153 246 228 / 0.9);
}

.border-x-teal-200\/95{
  border-left-color: rgb(153 246 228 / 0.95);
  border-right-color: rgb(153 246 228 / 0.95);
}

.border-x-teal-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(94 234 212 / 0.15);
  border-right-color: rgb(94 234 212 / 0.15);
}

.border-x-teal-300\/20{
  border-left-color: rgb(94 234 212 / 0.2);
  border-right-color: rgb(94 234 212 / 0.2);
}

.border-x-teal-300\/25{
  border-left-color: rgb(94 234 212 / 0.25);
  border-right-color: rgb(94 234 212 / 0.25);
}

.border-x-teal-300\/30{
  border-left-color: rgb(94 234 212 / 0.3);
  border-right-color: rgb(94 234 212 / 0.3);
}

.border-x-teal-300\/35{
  border-left-color: rgb(94 234 212 / 0.35);
  border-right-color: rgb(94 234 212 / 0.35);
}

.border-x-teal-300\/40{
  border-left-color: rgb(94 234 212 / 0.4);
  border-right-color: rgb(94 234 212 / 0.4);
}

.border-x-teal-300\/45{
  border-left-color: rgb(94 234 212 / 0.45);
  border-right-color: rgb(94 234 212 / 0.45);
}

.border-x-teal-300\/5{
  border-left-color: rgb(94 234 212 / 0.05);
  border-right-color: rgb(94 234 212 / 0.05);
}

.border-x-teal-300\/50{
  border-left-color: rgb(94 234 212 / 0.5);
  border-right-color: rgb(94 234 212 / 0.5);
}

.border-x-teal-300\/55{
  border-left-color: rgb(94 234 212 / 0.55);
  border-right-color: rgb(94 234 212 / 0.55);
}

.border-x-teal-300\/60{
  border-left-color: rgb(94 234 212 / 0.6);
  border-right-color: rgb(94 234 212 / 0.6);
}

.border-x-teal-300\/65{
  border-left-color: rgb(94 234 212 / 0.65);
  border-right-color: rgb(94 234 212 / 0.65);
}

.border-x-teal-300\/70{
  border-left-color: rgb(94 234 212 / 0.7);
  border-right-color: rgb(94 234 212 / 0.7);
}

.border-x-teal-300\/75{
  border-left-color: rgb(94 234 212 / 0.75);
  border-right-color: rgb(94 234 212 / 0.75);
}

.border-x-teal-300\/80{
  border-left-color: rgb(94 234 212 / 0.8);
  border-right-color: rgb(94 234 212 / 0.8);
}

.border-x-teal-300\/85{
  border-left-color: rgb(94 234 212 / 0.85);
  border-right-color: rgb(94 234 212 / 0.85);
}

.border-x-teal-300\/90{
  border-left-color: rgb(94 234 212 / 0.9);
  border-right-color: rgb(94 234 212 / 0.9);
}

.border-x-teal-300\/95{
  border-left-color: rgb(94 234 212 / 0.95);
  border-right-color: rgb(94 234 212 / 0.95);
}

.border-x-teal-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(45 212 191 / 0.15);
  border-right-color: rgb(45 212 191 / 0.15);
}

.border-x-teal-400\/20{
  border-left-color: rgb(45 212 191 / 0.2);
  border-right-color: rgb(45 212 191 / 0.2);
}

.border-x-teal-400\/25{
  border-left-color: rgb(45 212 191 / 0.25);
  border-right-color: rgb(45 212 191 / 0.25);
}

.border-x-teal-400\/30{
  border-left-color: rgb(45 212 191 / 0.3);
  border-right-color: rgb(45 212 191 / 0.3);
}

.border-x-teal-400\/35{
  border-left-color: rgb(45 212 191 / 0.35);
  border-right-color: rgb(45 212 191 / 0.35);
}

.border-x-teal-400\/40{
  border-left-color: rgb(45 212 191 / 0.4);
  border-right-color: rgb(45 212 191 / 0.4);
}

.border-x-teal-400\/45{
  border-left-color: rgb(45 212 191 / 0.45);
  border-right-color: rgb(45 212 191 / 0.45);
}

.border-x-teal-400\/5{
  border-left-color: rgb(45 212 191 / 0.05);
  border-right-color: rgb(45 212 191 / 0.05);
}

.border-x-teal-400\/50{
  border-left-color: rgb(45 212 191 / 0.5);
  border-right-color: rgb(45 212 191 / 0.5);
}

.border-x-teal-400\/55{
  border-left-color: rgb(45 212 191 / 0.55);
  border-right-color: rgb(45 212 191 / 0.55);
}

.border-x-teal-400\/60{
  border-left-color: rgb(45 212 191 / 0.6);
  border-right-color: rgb(45 212 191 / 0.6);
}

.border-x-teal-400\/65{
  border-left-color: rgb(45 212 191 / 0.65);
  border-right-color: rgb(45 212 191 / 0.65);
}

.border-x-teal-400\/70{
  border-left-color: rgb(45 212 191 / 0.7);
  border-right-color: rgb(45 212 191 / 0.7);
}

.border-x-teal-400\/75{
  border-left-color: rgb(45 212 191 / 0.75);
  border-right-color: rgb(45 212 191 / 0.75);
}

.border-x-teal-400\/80{
  border-left-color: rgb(45 212 191 / 0.8);
  border-right-color: rgb(45 212 191 / 0.8);
}

.border-x-teal-400\/85{
  border-left-color: rgb(45 212 191 / 0.85);
  border-right-color: rgb(45 212 191 / 0.85);
}

.border-x-teal-400\/90{
  border-left-color: rgb(45 212 191 / 0.9);
  border-right-color: rgb(45 212 191 / 0.9);
}

.border-x-teal-400\/95{
  border-left-color: rgb(45 212 191 / 0.95);
  border-right-color: rgb(45 212 191 / 0.95);
}

.border-x-teal-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(240 253 250 / 0.15);
  border-right-color: rgb(240 253 250 / 0.15);
}

.border-x-teal-50\/20{
  border-left-color: rgb(240 253 250 / 0.2);
  border-right-color: rgb(240 253 250 / 0.2);
}

.border-x-teal-50\/25{
  border-left-color: rgb(240 253 250 / 0.25);
  border-right-color: rgb(240 253 250 / 0.25);
}

.border-x-teal-50\/30{
  border-left-color: rgb(240 253 250 / 0.3);
  border-right-color: rgb(240 253 250 / 0.3);
}

.border-x-teal-50\/35{
  border-left-color: rgb(240 253 250 / 0.35);
  border-right-color: rgb(240 253 250 / 0.35);
}

.border-x-teal-50\/40{
  border-left-color: rgb(240 253 250 / 0.4);
  border-right-color: rgb(240 253 250 / 0.4);
}

.border-x-teal-50\/45{
  border-left-color: rgb(240 253 250 / 0.45);
  border-right-color: rgb(240 253 250 / 0.45);
}

.border-x-teal-50\/5{
  border-left-color: rgb(240 253 250 / 0.05);
  border-right-color: rgb(240 253 250 / 0.05);
}

.border-x-teal-50\/50{
  border-left-color: rgb(240 253 250 / 0.5);
  border-right-color: rgb(240 253 250 / 0.5);
}

.border-x-teal-50\/55{
  border-left-color: rgb(240 253 250 / 0.55);
  border-right-color: rgb(240 253 250 / 0.55);
}

.border-x-teal-50\/60{
  border-left-color: rgb(240 253 250 / 0.6);
  border-right-color: rgb(240 253 250 / 0.6);
}

.border-x-teal-50\/65{
  border-left-color: rgb(240 253 250 / 0.65);
  border-right-color: rgb(240 253 250 / 0.65);
}

.border-x-teal-50\/70{
  border-left-color: rgb(240 253 250 / 0.7);
  border-right-color: rgb(240 253 250 / 0.7);
}

.border-x-teal-50\/75{
  border-left-color: rgb(240 253 250 / 0.75);
  border-right-color: rgb(240 253 250 / 0.75);
}

.border-x-teal-50\/80{
  border-left-color: rgb(240 253 250 / 0.8);
  border-right-color: rgb(240 253 250 / 0.8);
}

.border-x-teal-50\/85{
  border-left-color: rgb(240 253 250 / 0.85);
  border-right-color: rgb(240 253 250 / 0.85);
}

.border-x-teal-50\/90{
  border-left-color: rgb(240 253 250 / 0.9);
  border-right-color: rgb(240 253 250 / 0.9);
}

.border-x-teal-50\/95{
  border-left-color: rgb(240 253 250 / 0.95);
  border-right-color: rgb(240 253 250 / 0.95);
}

.border-x-teal-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(20 184 166 / 0.15);
  border-right-color: rgb(20 184 166 / 0.15);
}

.border-x-teal-500\/20{
  border-left-color: rgb(20 184 166 / 0.2);
  border-right-color: rgb(20 184 166 / 0.2);
}

.border-x-teal-500\/25{
  border-left-color: rgb(20 184 166 / 0.25);
  border-right-color: rgb(20 184 166 / 0.25);
}

.border-x-teal-500\/30{
  border-left-color: rgb(20 184 166 / 0.3);
  border-right-color: rgb(20 184 166 / 0.3);
}

.border-x-teal-500\/35{
  border-left-color: rgb(20 184 166 / 0.35);
  border-right-color: rgb(20 184 166 / 0.35);
}

.border-x-teal-500\/40{
  border-left-color: rgb(20 184 166 / 0.4);
  border-right-color: rgb(20 184 166 / 0.4);
}

.border-x-teal-500\/45{
  border-left-color: rgb(20 184 166 / 0.45);
  border-right-color: rgb(20 184 166 / 0.45);
}

.border-x-teal-500\/5{
  border-left-color: rgb(20 184 166 / 0.05);
  border-right-color: rgb(20 184 166 / 0.05);
}

.border-x-teal-500\/50{
  border-left-color: rgb(20 184 166 / 0.5);
  border-right-color: rgb(20 184 166 / 0.5);
}

.border-x-teal-500\/55{
  border-left-color: rgb(20 184 166 / 0.55);
  border-right-color: rgb(20 184 166 / 0.55);
}

.border-x-teal-500\/60{
  border-left-color: rgb(20 184 166 / 0.6);
  border-right-color: rgb(20 184 166 / 0.6);
}

.border-x-teal-500\/65{
  border-left-color: rgb(20 184 166 / 0.65);
  border-right-color: rgb(20 184 166 / 0.65);
}

.border-x-teal-500\/70{
  border-left-color: rgb(20 184 166 / 0.7);
  border-right-color: rgb(20 184 166 / 0.7);
}

.border-x-teal-500\/75{
  border-left-color: rgb(20 184 166 / 0.75);
  border-right-color: rgb(20 184 166 / 0.75);
}

.border-x-teal-500\/80{
  border-left-color: rgb(20 184 166 / 0.8);
  border-right-color: rgb(20 184 166 / 0.8);
}

.border-x-teal-500\/85{
  border-left-color: rgb(20 184 166 / 0.85);
  border-right-color: rgb(20 184 166 / 0.85);
}

.border-x-teal-500\/90{
  border-left-color: rgb(20 184 166 / 0.9);
  border-right-color: rgb(20 184 166 / 0.9);
}

.border-x-teal-500\/95{
  border-left-color: rgb(20 184 166 / 0.95);
  border-right-color: rgb(20 184 166 / 0.95);
}

.border-x-teal-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(13 148 136 / 0.15);
  border-right-color: rgb(13 148 136 / 0.15);
}

.border-x-teal-600\/20{
  border-left-color: rgb(13 148 136 / 0.2);
  border-right-color: rgb(13 148 136 / 0.2);
}

.border-x-teal-600\/25{
  border-left-color: rgb(13 148 136 / 0.25);
  border-right-color: rgb(13 148 136 / 0.25);
}

.border-x-teal-600\/30{
  border-left-color: rgb(13 148 136 / 0.3);
  border-right-color: rgb(13 148 136 / 0.3);
}

.border-x-teal-600\/35{
  border-left-color: rgb(13 148 136 / 0.35);
  border-right-color: rgb(13 148 136 / 0.35);
}

.border-x-teal-600\/40{
  border-left-color: rgb(13 148 136 / 0.4);
  border-right-color: rgb(13 148 136 / 0.4);
}

.border-x-teal-600\/45{
  border-left-color: rgb(13 148 136 / 0.45);
  border-right-color: rgb(13 148 136 / 0.45);
}

.border-x-teal-600\/5{
  border-left-color: rgb(13 148 136 / 0.05);
  border-right-color: rgb(13 148 136 / 0.05);
}

.border-x-teal-600\/50{
  border-left-color: rgb(13 148 136 / 0.5);
  border-right-color: rgb(13 148 136 / 0.5);
}

.border-x-teal-600\/55{
  border-left-color: rgb(13 148 136 / 0.55);
  border-right-color: rgb(13 148 136 / 0.55);
}

.border-x-teal-600\/60{
  border-left-color: rgb(13 148 136 / 0.6);
  border-right-color: rgb(13 148 136 / 0.6);
}

.border-x-teal-600\/65{
  border-left-color: rgb(13 148 136 / 0.65);
  border-right-color: rgb(13 148 136 / 0.65);
}

.border-x-teal-600\/70{
  border-left-color: rgb(13 148 136 / 0.7);
  border-right-color: rgb(13 148 136 / 0.7);
}

.border-x-teal-600\/75{
  border-left-color: rgb(13 148 136 / 0.75);
  border-right-color: rgb(13 148 136 / 0.75);
}

.border-x-teal-600\/80{
  border-left-color: rgb(13 148 136 / 0.8);
  border-right-color: rgb(13 148 136 / 0.8);
}

.border-x-teal-600\/85{
  border-left-color: rgb(13 148 136 / 0.85);
  border-right-color: rgb(13 148 136 / 0.85);
}

.border-x-teal-600\/90{
  border-left-color: rgb(13 148 136 / 0.9);
  border-right-color: rgb(13 148 136 / 0.9);
}

.border-x-teal-600\/95{
  border-left-color: rgb(13 148 136 / 0.95);
  border-right-color: rgb(13 148 136 / 0.95);
}

.border-x-teal-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(15 118 110 / 0.15);
  border-right-color: rgb(15 118 110 / 0.15);
}

.border-x-teal-700\/20{
  border-left-color: rgb(15 118 110 / 0.2);
  border-right-color: rgb(15 118 110 / 0.2);
}

.border-x-teal-700\/25{
  border-left-color: rgb(15 118 110 / 0.25);
  border-right-color: rgb(15 118 110 / 0.25);
}

.border-x-teal-700\/30{
  border-left-color: rgb(15 118 110 / 0.3);
  border-right-color: rgb(15 118 110 / 0.3);
}

.border-x-teal-700\/35{
  border-left-color: rgb(15 118 110 / 0.35);
  border-right-color: rgb(15 118 110 / 0.35);
}

.border-x-teal-700\/40{
  border-left-color: rgb(15 118 110 / 0.4);
  border-right-color: rgb(15 118 110 / 0.4);
}

.border-x-teal-700\/45{
  border-left-color: rgb(15 118 110 / 0.45);
  border-right-color: rgb(15 118 110 / 0.45);
}

.border-x-teal-700\/5{
  border-left-color: rgb(15 118 110 / 0.05);
  border-right-color: rgb(15 118 110 / 0.05);
}

.border-x-teal-700\/50{
  border-left-color: rgb(15 118 110 / 0.5);
  border-right-color: rgb(15 118 110 / 0.5);
}

.border-x-teal-700\/55{
  border-left-color: rgb(15 118 110 / 0.55);
  border-right-color: rgb(15 118 110 / 0.55);
}

.border-x-teal-700\/60{
  border-left-color: rgb(15 118 110 / 0.6);
  border-right-color: rgb(15 118 110 / 0.6);
}

.border-x-teal-700\/65{
  border-left-color: rgb(15 118 110 / 0.65);
  border-right-color: rgb(15 118 110 / 0.65);
}

.border-x-teal-700\/70{
  border-left-color: rgb(15 118 110 / 0.7);
  border-right-color: rgb(15 118 110 / 0.7);
}

.border-x-teal-700\/75{
  border-left-color: rgb(15 118 110 / 0.75);
  border-right-color: rgb(15 118 110 / 0.75);
}

.border-x-teal-700\/80{
  border-left-color: rgb(15 118 110 / 0.8);
  border-right-color: rgb(15 118 110 / 0.8);
}

.border-x-teal-700\/85{
  border-left-color: rgb(15 118 110 / 0.85);
  border-right-color: rgb(15 118 110 / 0.85);
}

.border-x-teal-700\/90{
  border-left-color: rgb(15 118 110 / 0.9);
  border-right-color: rgb(15 118 110 / 0.9);
}

.border-x-teal-700\/95{
  border-left-color: rgb(15 118 110 / 0.95);
  border-right-color: rgb(15 118 110 / 0.95);
}

.border-x-teal-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(17 94 89 / 0.15);
  border-right-color: rgb(17 94 89 / 0.15);
}

.border-x-teal-800\/20{
  border-left-color: rgb(17 94 89 / 0.2);
  border-right-color: rgb(17 94 89 / 0.2);
}

.border-x-teal-800\/25{
  border-left-color: rgb(17 94 89 / 0.25);
  border-right-color: rgb(17 94 89 / 0.25);
}

.border-x-teal-800\/30{
  border-left-color: rgb(17 94 89 / 0.3);
  border-right-color: rgb(17 94 89 / 0.3);
}

.border-x-teal-800\/35{
  border-left-color: rgb(17 94 89 / 0.35);
  border-right-color: rgb(17 94 89 / 0.35);
}

.border-x-teal-800\/40{
  border-left-color: rgb(17 94 89 / 0.4);
  border-right-color: rgb(17 94 89 / 0.4);
}

.border-x-teal-800\/45{
  border-left-color: rgb(17 94 89 / 0.45);
  border-right-color: rgb(17 94 89 / 0.45);
}

.border-x-teal-800\/5{
  border-left-color: rgb(17 94 89 / 0.05);
  border-right-color: rgb(17 94 89 / 0.05);
}

.border-x-teal-800\/50{
  border-left-color: rgb(17 94 89 / 0.5);
  border-right-color: rgb(17 94 89 / 0.5);
}

.border-x-teal-800\/55{
  border-left-color: rgb(17 94 89 / 0.55);
  border-right-color: rgb(17 94 89 / 0.55);
}

.border-x-teal-800\/60{
  border-left-color: rgb(17 94 89 / 0.6);
  border-right-color: rgb(17 94 89 / 0.6);
}

.border-x-teal-800\/65{
  border-left-color: rgb(17 94 89 / 0.65);
  border-right-color: rgb(17 94 89 / 0.65);
}

.border-x-teal-800\/70{
  border-left-color: rgb(17 94 89 / 0.7);
  border-right-color: rgb(17 94 89 / 0.7);
}

.border-x-teal-800\/75{
  border-left-color: rgb(17 94 89 / 0.75);
  border-right-color: rgb(17 94 89 / 0.75);
}

.border-x-teal-800\/80{
  border-left-color: rgb(17 94 89 / 0.8);
  border-right-color: rgb(17 94 89 / 0.8);
}

.border-x-teal-800\/85{
  border-left-color: rgb(17 94 89 / 0.85);
  border-right-color: rgb(17 94 89 / 0.85);
}

.border-x-teal-800\/90{
  border-left-color: rgb(17 94 89 / 0.9);
  border-right-color: rgb(17 94 89 / 0.9);
}

.border-x-teal-800\/95{
  border-left-color: rgb(17 94 89 / 0.95);
  border-right-color: rgb(17 94 89 / 0.95);
}

.border-x-teal-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(19 78 74 / 0.15);
  border-right-color: rgb(19 78 74 / 0.15);
}

.border-x-teal-900\/20{
  border-left-color: rgb(19 78 74 / 0.2);
  border-right-color: rgb(19 78 74 / 0.2);
}

.border-x-teal-900\/25{
  border-left-color: rgb(19 78 74 / 0.25);
  border-right-color: rgb(19 78 74 / 0.25);
}

.border-x-teal-900\/30{
  border-left-color: rgb(19 78 74 / 0.3);
  border-right-color: rgb(19 78 74 / 0.3);
}

.border-x-teal-900\/35{
  border-left-color: rgb(19 78 74 / 0.35);
  border-right-color: rgb(19 78 74 / 0.35);
}

.border-x-teal-900\/40{
  border-left-color: rgb(19 78 74 / 0.4);
  border-right-color: rgb(19 78 74 / 0.4);
}

.border-x-teal-900\/45{
  border-left-color: rgb(19 78 74 / 0.45);
  border-right-color: rgb(19 78 74 / 0.45);
}

.border-x-teal-900\/5{
  border-left-color: rgb(19 78 74 / 0.05);
  border-right-color: rgb(19 78 74 / 0.05);
}

.border-x-teal-900\/50{
  border-left-color: rgb(19 78 74 / 0.5);
  border-right-color: rgb(19 78 74 / 0.5);
}

.border-x-teal-900\/55{
  border-left-color: rgb(19 78 74 / 0.55);
  border-right-color: rgb(19 78 74 / 0.55);
}

.border-x-teal-900\/60{
  border-left-color: rgb(19 78 74 / 0.6);
  border-right-color: rgb(19 78 74 / 0.6);
}

.border-x-teal-900\/65{
  border-left-color: rgb(19 78 74 / 0.65);
  border-right-color: rgb(19 78 74 / 0.65);
}

.border-x-teal-900\/70{
  border-left-color: rgb(19 78 74 / 0.7);
  border-right-color: rgb(19 78 74 / 0.7);
}

.border-x-teal-900\/75{
  border-left-color: rgb(19 78 74 / 0.75);
  border-right-color: rgb(19 78 74 / 0.75);
}

.border-x-teal-900\/80{
  border-left-color: rgb(19 78 74 / 0.8);
  border-right-color: rgb(19 78 74 / 0.8);
}

.border-x-teal-900\/85{
  border-left-color: rgb(19 78 74 / 0.85);
  border-right-color: rgb(19 78 74 / 0.85);
}

.border-x-teal-900\/90{
  border-left-color: rgb(19 78 74 / 0.9);
  border-right-color: rgb(19 78 74 / 0.9);
}

.border-x-teal-900\/95{
  border-left-color: rgb(19 78 74 / 0.95);
  border-right-color: rgb(19 78 74 / 0.95);
}

.border-x-teal-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(4 47 46 / 0.15);
  border-right-color: rgb(4 47 46 / 0.15);
}

.border-x-teal-950\/20{
  border-left-color: rgb(4 47 46 / 0.2);
  border-right-color: rgb(4 47 46 / 0.2);
}

.border-x-teal-950\/25{
  border-left-color: rgb(4 47 46 / 0.25);
  border-right-color: rgb(4 47 46 / 0.25);
}

.border-x-teal-950\/30{
  border-left-color: rgb(4 47 46 / 0.3);
  border-right-color: rgb(4 47 46 / 0.3);
}

.border-x-teal-950\/35{
  border-left-color: rgb(4 47 46 / 0.35);
  border-right-color: rgb(4 47 46 / 0.35);
}

.border-x-teal-950\/40{
  border-left-color: rgb(4 47 46 / 0.4);
  border-right-color: rgb(4 47 46 / 0.4);
}

.border-x-teal-950\/45{
  border-left-color: rgb(4 47 46 / 0.45);
  border-right-color: rgb(4 47 46 / 0.45);
}

.border-x-teal-950\/5{
  border-left-color: rgb(4 47 46 / 0.05);
  border-right-color: rgb(4 47 46 / 0.05);
}

.border-x-teal-950\/50{
  border-left-color: rgb(4 47 46 / 0.5);
  border-right-color: rgb(4 47 46 / 0.5);
}

.border-x-teal-950\/55{
  border-left-color: rgb(4 47 46 / 0.55);
  border-right-color: rgb(4 47 46 / 0.55);
}

.border-x-teal-950\/60{
  border-left-color: rgb(4 47 46 / 0.6);
  border-right-color: rgb(4 47 46 / 0.6);
}

.border-x-teal-950\/65{
  border-left-color: rgb(4 47 46 / 0.65);
  border-right-color: rgb(4 47 46 / 0.65);
}

.border-x-teal-950\/70{
  border-left-color: rgb(4 47 46 / 0.7);
  border-right-color: rgb(4 47 46 / 0.7);
}

.border-x-teal-950\/75{
  border-left-color: rgb(4 47 46 / 0.75);
  border-right-color: rgb(4 47 46 / 0.75);
}

.border-x-teal-950\/80{
  border-left-color: rgb(4 47 46 / 0.8);
  border-right-color: rgb(4 47 46 / 0.8);
}

.border-x-teal-950\/85{
  border-left-color: rgb(4 47 46 / 0.85);
  border-right-color: rgb(4 47 46 / 0.85);
}

.border-x-teal-950\/90{
  border-left-color: rgb(4 47 46 / 0.9);
  border-right-color: rgb(4 47 46 / 0.9);
}

.border-x-teal-950\/95{
  border-left-color: rgb(4 47 46 / 0.95);
  border-right-color: rgb(4 47 46 / 0.95);
}

.border-x-tertiary{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 137 252 / var(--tw-border-opacity));
  border-right-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.border-x-tertiary-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 123 223 / var(--tw-border-opacity));
  border-right-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.border-x-tertiary-hover\/0{
  border-left-color: rgb(20 123 223 / 0);
  border-right-color: rgb(20 123 223 / 0);
}

.border-x-tertiary-hover\/10{
  border-left-color: rgb(20 123 223 / 0.1);
  border-right-color: rgb(20 123 223 / 0.1);
}

.border-x-tertiary-hover\/100{
  border-left-color: rgb(20 123 223 / 1);
  border-right-color: rgb(20 123 223 / 1);
}

.border-x-tertiary-hover\/15{
  border-left-color: rgb(20 123 223 / 0.15);
  border-right-color: rgb(20 123 223 / 0.15);
}

.border-x-tertiary-hover\/20{
  border-left-color: rgb(20 123 223 / 0.2);
  border-right-color: rgb(20 123 223 / 0.2);
}

.border-x-tertiary-hover\/25{
  border-left-color: rgb(20 123 223 / 0.25);
  border-right-color: rgb(20 123 223 / 0.25);
}

.border-x-tertiary-hover\/30{
  border-left-color: rgb(20 123 223 / 0.3);
  border-right-color: rgb(20 123 223 / 0.3);
}

.border-x-tertiary-hover\/35{
  border-left-color: rgb(20 123 223 / 0.35);
  border-right-color: rgb(20 123 223 / 0.35);
}

.border-x-tertiary-hover\/40{
  border-left-color: rgb(20 123 223 / 0.4);
  border-right-color: rgb(20 123 223 / 0.4);
}

.border-x-tertiary-hover\/45{
  border-left-color: rgb(20 123 223 / 0.45);
  border-right-color: rgb(20 123 223 / 0.45);
}

.border-x-tertiary-hover\/5{
  border-left-color: rgb(20 123 223 / 0.05);
  border-right-color: rgb(20 123 223 / 0.05);
}

.border-x-tertiary-hover\/50{
  border-left-color: rgb(20 123 223 / 0.5);
  border-right-color: rgb(20 123 223 / 0.5);
}

.border-x-tertiary-hover\/55{
  border-left-color: rgb(20 123 223 / 0.55);
  border-right-color: rgb(20 123 223 / 0.55);
}

.border-x-tertiary-hover\/60{
  border-left-color: rgb(20 123 223 / 0.6);
  border-right-color: rgb(20 123 223 / 0.6);
}

.border-x-tertiary-hover\/65{
  border-left-color: rgb(20 123 223 / 0.65);
  border-right-color: rgb(20 123 223 / 0.65);
}

.border-x-tertiary-hover\/70{
  border-left-color: rgb(20 123 223 / 0.7);
  border-right-color: rgb(20 123 223 / 0.7);
}

.border-x-tertiary-hover\/75{
  border-left-color: rgb(20 123 223 / 0.75);
  border-right-color: rgb(20 123 223 / 0.75);
}

.border-x-tertiary-hover\/80{
  border-left-color: rgb(20 123 223 / 0.8);
  border-right-color: rgb(20 123 223 / 0.8);
}

.border-x-tertiary-hover\/85{
  border-left-color: rgb(20 123 223 / 0.85);
  border-right-color: rgb(20 123 223 / 0.85);
}

.border-x-tertiary-hover\/90{
  border-left-color: rgb(20 123 223 / 0.9);
  border-right-color: rgb(20 123 223 / 0.9);
}

.border-x-tertiary-hover\/95{
  border-left-color: rgb(20 123 223 / 0.95);
  border-right-color: rgb(20 123 223 / 0.95);
}

.border-x-tertiary\/0{
  border-left-color: rgb(22 137 252 / 0);
  border-right-color: rgb(22 137 252 / 0);
}

.border-x-tertiary\/10{
  border-left-color: rgb(22 137 252 / 0.1);
  border-right-color: rgb(22 137 252 / 0.1);
}

.border-x-tertiary\/100{
  border-left-color: rgb(22 137 252 / 1);
  border-right-color: rgb(22 137 252 / 1);
}

.border-x-tertiary\/15{
  border-left-color: rgb(22 137 252 / 0.15);
  border-right-color: rgb(22 137 252 / 0.15);
}

.border-x-tertiary\/20{
  border-left-color: rgb(22 137 252 / 0.2);
  border-right-color: rgb(22 137 252 / 0.2);
}

.border-x-tertiary\/25{
  border-left-color: rgb(22 137 252 / 0.25);
  border-right-color: rgb(22 137 252 / 0.25);
}

.border-x-tertiary\/30{
  border-left-color: rgb(22 137 252 / 0.3);
  border-right-color: rgb(22 137 252 / 0.3);
}

.border-x-tertiary\/35{
  border-left-color: rgb(22 137 252 / 0.35);
  border-right-color: rgb(22 137 252 / 0.35);
}

.border-x-tertiary\/40{
  border-left-color: rgb(22 137 252 / 0.4);
  border-right-color: rgb(22 137 252 / 0.4);
}

.border-x-tertiary\/45{
  border-left-color: rgb(22 137 252 / 0.45);
  border-right-color: rgb(22 137 252 / 0.45);
}

.border-x-tertiary\/5{
  border-left-color: rgb(22 137 252 / 0.05);
  border-right-color: rgb(22 137 252 / 0.05);
}

.border-x-tertiary\/50{
  border-left-color: rgb(22 137 252 / 0.5);
  border-right-color: rgb(22 137 252 / 0.5);
}

.border-x-tertiary\/55{
  border-left-color: rgb(22 137 252 / 0.55);
  border-right-color: rgb(22 137 252 / 0.55);
}

.border-x-tertiary\/60{
  border-left-color: rgb(22 137 252 / 0.6);
  border-right-color: rgb(22 137 252 / 0.6);
}

.border-x-tertiary\/65{
  border-left-color: rgb(22 137 252 / 0.65);
  border-right-color: rgb(22 137 252 / 0.65);
}

.border-x-tertiary\/70{
  border-left-color: rgb(22 137 252 / 0.7);
  border-right-color: rgb(22 137 252 / 0.7);
}

.border-x-tertiary\/75{
  border-left-color: rgb(22 137 252 / 0.75);
  border-right-color: rgb(22 137 252 / 0.75);
}

.border-x-tertiary\/80{
  border-left-color: rgb(22 137 252 / 0.8);
  border-right-color: rgb(22 137 252 / 0.8);
}

.border-x-tertiary\/85{
  border-left-color: rgb(22 137 252 / 0.85);
  border-right-color: rgb(22 137 252 / 0.85);
}

.border-x-tertiary\/90{
  border-left-color: rgb(22 137 252 / 0.9);
  border-right-color: rgb(22 137 252 / 0.9);
}

.border-x-tertiary\/95{
  border-left-color: rgb(22 137 252 / 0.95);
  border-right-color: rgb(22 137 252 / 0.95);
}

.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-x-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-transparent\/15{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}

.border-x-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-transparent\/35{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}

.border-x-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-transparent\/45{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}

.border-x-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-transparent\/55{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}

.border-x-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-transparent\/65{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}

.border-x-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-transparent\/85{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}

.border-x-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-x-violet-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(237 233 254 / 0.15);
  border-right-color: rgb(237 233 254 / 0.15);
}

.border-x-violet-100\/20{
  border-left-color: rgb(237 233 254 / 0.2);
  border-right-color: rgb(237 233 254 / 0.2);
}

.border-x-violet-100\/25{
  border-left-color: rgb(237 233 254 / 0.25);
  border-right-color: rgb(237 233 254 / 0.25);
}

.border-x-violet-100\/30{
  border-left-color: rgb(237 233 254 / 0.3);
  border-right-color: rgb(237 233 254 / 0.3);
}

.border-x-violet-100\/35{
  border-left-color: rgb(237 233 254 / 0.35);
  border-right-color: rgb(237 233 254 / 0.35);
}

.border-x-violet-100\/40{
  border-left-color: rgb(237 233 254 / 0.4);
  border-right-color: rgb(237 233 254 / 0.4);
}

.border-x-violet-100\/45{
  border-left-color: rgb(237 233 254 / 0.45);
  border-right-color: rgb(237 233 254 / 0.45);
}

.border-x-violet-100\/5{
  border-left-color: rgb(237 233 254 / 0.05);
  border-right-color: rgb(237 233 254 / 0.05);
}

.border-x-violet-100\/50{
  border-left-color: rgb(237 233 254 / 0.5);
  border-right-color: rgb(237 233 254 / 0.5);
}

.border-x-violet-100\/55{
  border-left-color: rgb(237 233 254 / 0.55);
  border-right-color: rgb(237 233 254 / 0.55);
}

.border-x-violet-100\/60{
  border-left-color: rgb(237 233 254 / 0.6);
  border-right-color: rgb(237 233 254 / 0.6);
}

.border-x-violet-100\/65{
  border-left-color: rgb(237 233 254 / 0.65);
  border-right-color: rgb(237 233 254 / 0.65);
}

.border-x-violet-100\/70{
  border-left-color: rgb(237 233 254 / 0.7);
  border-right-color: rgb(237 233 254 / 0.7);
}

.border-x-violet-100\/75{
  border-left-color: rgb(237 233 254 / 0.75);
  border-right-color: rgb(237 233 254 / 0.75);
}

.border-x-violet-100\/80{
  border-left-color: rgb(237 233 254 / 0.8);
  border-right-color: rgb(237 233 254 / 0.8);
}

.border-x-violet-100\/85{
  border-left-color: rgb(237 233 254 / 0.85);
  border-right-color: rgb(237 233 254 / 0.85);
}

.border-x-violet-100\/90{
  border-left-color: rgb(237 233 254 / 0.9);
  border-right-color: rgb(237 233 254 / 0.9);
}

.border-x-violet-100\/95{
  border-left-color: rgb(237 233 254 / 0.95);
  border-right-color: rgb(237 233 254 / 0.95);
}

.border-x-violet-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(221 214 254 / 0.15);
  border-right-color: rgb(221 214 254 / 0.15);
}

.border-x-violet-200\/20{
  border-left-color: rgb(221 214 254 / 0.2);
  border-right-color: rgb(221 214 254 / 0.2);
}

.border-x-violet-200\/25{
  border-left-color: rgb(221 214 254 / 0.25);
  border-right-color: rgb(221 214 254 / 0.25);
}

.border-x-violet-200\/30{
  border-left-color: rgb(221 214 254 / 0.3);
  border-right-color: rgb(221 214 254 / 0.3);
}

.border-x-violet-200\/35{
  border-left-color: rgb(221 214 254 / 0.35);
  border-right-color: rgb(221 214 254 / 0.35);
}

.border-x-violet-200\/40{
  border-left-color: rgb(221 214 254 / 0.4);
  border-right-color: rgb(221 214 254 / 0.4);
}

.border-x-violet-200\/45{
  border-left-color: rgb(221 214 254 / 0.45);
  border-right-color: rgb(221 214 254 / 0.45);
}

.border-x-violet-200\/5{
  border-left-color: rgb(221 214 254 / 0.05);
  border-right-color: rgb(221 214 254 / 0.05);
}

.border-x-violet-200\/50{
  border-left-color: rgb(221 214 254 / 0.5);
  border-right-color: rgb(221 214 254 / 0.5);
}

.border-x-violet-200\/55{
  border-left-color: rgb(221 214 254 / 0.55);
  border-right-color: rgb(221 214 254 / 0.55);
}

.border-x-violet-200\/60{
  border-left-color: rgb(221 214 254 / 0.6);
  border-right-color: rgb(221 214 254 / 0.6);
}

.border-x-violet-200\/65{
  border-left-color: rgb(221 214 254 / 0.65);
  border-right-color: rgb(221 214 254 / 0.65);
}

.border-x-violet-200\/70{
  border-left-color: rgb(221 214 254 / 0.7);
  border-right-color: rgb(221 214 254 / 0.7);
}

.border-x-violet-200\/75{
  border-left-color: rgb(221 214 254 / 0.75);
  border-right-color: rgb(221 214 254 / 0.75);
}

.border-x-violet-200\/80{
  border-left-color: rgb(221 214 254 / 0.8);
  border-right-color: rgb(221 214 254 / 0.8);
}

.border-x-violet-200\/85{
  border-left-color: rgb(221 214 254 / 0.85);
  border-right-color: rgb(221 214 254 / 0.85);
}

.border-x-violet-200\/90{
  border-left-color: rgb(221 214 254 / 0.9);
  border-right-color: rgb(221 214 254 / 0.9);
}

.border-x-violet-200\/95{
  border-left-color: rgb(221 214 254 / 0.95);
  border-right-color: rgb(221 214 254 / 0.95);
}

.border-x-violet-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(196 181 253 / 0.15);
  border-right-color: rgb(196 181 253 / 0.15);
}

.border-x-violet-300\/20{
  border-left-color: rgb(196 181 253 / 0.2);
  border-right-color: rgb(196 181 253 / 0.2);
}

.border-x-violet-300\/25{
  border-left-color: rgb(196 181 253 / 0.25);
  border-right-color: rgb(196 181 253 / 0.25);
}

.border-x-violet-300\/30{
  border-left-color: rgb(196 181 253 / 0.3);
  border-right-color: rgb(196 181 253 / 0.3);
}

.border-x-violet-300\/35{
  border-left-color: rgb(196 181 253 / 0.35);
  border-right-color: rgb(196 181 253 / 0.35);
}

.border-x-violet-300\/40{
  border-left-color: rgb(196 181 253 / 0.4);
  border-right-color: rgb(196 181 253 / 0.4);
}

.border-x-violet-300\/45{
  border-left-color: rgb(196 181 253 / 0.45);
  border-right-color: rgb(196 181 253 / 0.45);
}

.border-x-violet-300\/5{
  border-left-color: rgb(196 181 253 / 0.05);
  border-right-color: rgb(196 181 253 / 0.05);
}

.border-x-violet-300\/50{
  border-left-color: rgb(196 181 253 / 0.5);
  border-right-color: rgb(196 181 253 / 0.5);
}

.border-x-violet-300\/55{
  border-left-color: rgb(196 181 253 / 0.55);
  border-right-color: rgb(196 181 253 / 0.55);
}

.border-x-violet-300\/60{
  border-left-color: rgb(196 181 253 / 0.6);
  border-right-color: rgb(196 181 253 / 0.6);
}

.border-x-violet-300\/65{
  border-left-color: rgb(196 181 253 / 0.65);
  border-right-color: rgb(196 181 253 / 0.65);
}

.border-x-violet-300\/70{
  border-left-color: rgb(196 181 253 / 0.7);
  border-right-color: rgb(196 181 253 / 0.7);
}

.border-x-violet-300\/75{
  border-left-color: rgb(196 181 253 / 0.75);
  border-right-color: rgb(196 181 253 / 0.75);
}

.border-x-violet-300\/80{
  border-left-color: rgb(196 181 253 / 0.8);
  border-right-color: rgb(196 181 253 / 0.8);
}

.border-x-violet-300\/85{
  border-left-color: rgb(196 181 253 / 0.85);
  border-right-color: rgb(196 181 253 / 0.85);
}

.border-x-violet-300\/90{
  border-left-color: rgb(196 181 253 / 0.9);
  border-right-color: rgb(196 181 253 / 0.9);
}

.border-x-violet-300\/95{
  border-left-color: rgb(196 181 253 / 0.95);
  border-right-color: rgb(196 181 253 / 0.95);
}

.border-x-violet-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(167 139 250 / 0.15);
  border-right-color: rgb(167 139 250 / 0.15);
}

.border-x-violet-400\/20{
  border-left-color: rgb(167 139 250 / 0.2);
  border-right-color: rgb(167 139 250 / 0.2);
}

.border-x-violet-400\/25{
  border-left-color: rgb(167 139 250 / 0.25);
  border-right-color: rgb(167 139 250 / 0.25);
}

.border-x-violet-400\/30{
  border-left-color: rgb(167 139 250 / 0.3);
  border-right-color: rgb(167 139 250 / 0.3);
}

.border-x-violet-400\/35{
  border-left-color: rgb(167 139 250 / 0.35);
  border-right-color: rgb(167 139 250 / 0.35);
}

.border-x-violet-400\/40{
  border-left-color: rgb(167 139 250 / 0.4);
  border-right-color: rgb(167 139 250 / 0.4);
}

.border-x-violet-400\/45{
  border-left-color: rgb(167 139 250 / 0.45);
  border-right-color: rgb(167 139 250 / 0.45);
}

.border-x-violet-400\/5{
  border-left-color: rgb(167 139 250 / 0.05);
  border-right-color: rgb(167 139 250 / 0.05);
}

.border-x-violet-400\/50{
  border-left-color: rgb(167 139 250 / 0.5);
  border-right-color: rgb(167 139 250 / 0.5);
}

.border-x-violet-400\/55{
  border-left-color: rgb(167 139 250 / 0.55);
  border-right-color: rgb(167 139 250 / 0.55);
}

.border-x-violet-400\/60{
  border-left-color: rgb(167 139 250 / 0.6);
  border-right-color: rgb(167 139 250 / 0.6);
}

.border-x-violet-400\/65{
  border-left-color: rgb(167 139 250 / 0.65);
  border-right-color: rgb(167 139 250 / 0.65);
}

.border-x-violet-400\/70{
  border-left-color: rgb(167 139 250 / 0.7);
  border-right-color: rgb(167 139 250 / 0.7);
}

.border-x-violet-400\/75{
  border-left-color: rgb(167 139 250 / 0.75);
  border-right-color: rgb(167 139 250 / 0.75);
}

.border-x-violet-400\/80{
  border-left-color: rgb(167 139 250 / 0.8);
  border-right-color: rgb(167 139 250 / 0.8);
}

.border-x-violet-400\/85{
  border-left-color: rgb(167 139 250 / 0.85);
  border-right-color: rgb(167 139 250 / 0.85);
}

.border-x-violet-400\/90{
  border-left-color: rgb(167 139 250 / 0.9);
  border-right-color: rgb(167 139 250 / 0.9);
}

.border-x-violet-400\/95{
  border-left-color: rgb(167 139 250 / 0.95);
  border-right-color: rgb(167 139 250 / 0.95);
}

.border-x-violet-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(245 243 255 / 0.15);
  border-right-color: rgb(245 243 255 / 0.15);
}

.border-x-violet-50\/20{
  border-left-color: rgb(245 243 255 / 0.2);
  border-right-color: rgb(245 243 255 / 0.2);
}

.border-x-violet-50\/25{
  border-left-color: rgb(245 243 255 / 0.25);
  border-right-color: rgb(245 243 255 / 0.25);
}

.border-x-violet-50\/30{
  border-left-color: rgb(245 243 255 / 0.3);
  border-right-color: rgb(245 243 255 / 0.3);
}

.border-x-violet-50\/35{
  border-left-color: rgb(245 243 255 / 0.35);
  border-right-color: rgb(245 243 255 / 0.35);
}

.border-x-violet-50\/40{
  border-left-color: rgb(245 243 255 / 0.4);
  border-right-color: rgb(245 243 255 / 0.4);
}

.border-x-violet-50\/45{
  border-left-color: rgb(245 243 255 / 0.45);
  border-right-color: rgb(245 243 255 / 0.45);
}

.border-x-violet-50\/5{
  border-left-color: rgb(245 243 255 / 0.05);
  border-right-color: rgb(245 243 255 / 0.05);
}

.border-x-violet-50\/50{
  border-left-color: rgb(245 243 255 / 0.5);
  border-right-color: rgb(245 243 255 / 0.5);
}

.border-x-violet-50\/55{
  border-left-color: rgb(245 243 255 / 0.55);
  border-right-color: rgb(245 243 255 / 0.55);
}

.border-x-violet-50\/60{
  border-left-color: rgb(245 243 255 / 0.6);
  border-right-color: rgb(245 243 255 / 0.6);
}

.border-x-violet-50\/65{
  border-left-color: rgb(245 243 255 / 0.65);
  border-right-color: rgb(245 243 255 / 0.65);
}

.border-x-violet-50\/70{
  border-left-color: rgb(245 243 255 / 0.7);
  border-right-color: rgb(245 243 255 / 0.7);
}

.border-x-violet-50\/75{
  border-left-color: rgb(245 243 255 / 0.75);
  border-right-color: rgb(245 243 255 / 0.75);
}

.border-x-violet-50\/80{
  border-left-color: rgb(245 243 255 / 0.8);
  border-right-color: rgb(245 243 255 / 0.8);
}

.border-x-violet-50\/85{
  border-left-color: rgb(245 243 255 / 0.85);
  border-right-color: rgb(245 243 255 / 0.85);
}

.border-x-violet-50\/90{
  border-left-color: rgb(245 243 255 / 0.9);
  border-right-color: rgb(245 243 255 / 0.9);
}

.border-x-violet-50\/95{
  border-left-color: rgb(245 243 255 / 0.95);
  border-right-color: rgb(245 243 255 / 0.95);
}

.border-x-violet-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(139 92 246 / 0.15);
  border-right-color: rgb(139 92 246 / 0.15);
}

.border-x-violet-500\/20{
  border-left-color: rgb(139 92 246 / 0.2);
  border-right-color: rgb(139 92 246 / 0.2);
}

.border-x-violet-500\/25{
  border-left-color: rgb(139 92 246 / 0.25);
  border-right-color: rgb(139 92 246 / 0.25);
}

.border-x-violet-500\/30{
  border-left-color: rgb(139 92 246 / 0.3);
  border-right-color: rgb(139 92 246 / 0.3);
}

.border-x-violet-500\/35{
  border-left-color: rgb(139 92 246 / 0.35);
  border-right-color: rgb(139 92 246 / 0.35);
}

.border-x-violet-500\/40{
  border-left-color: rgb(139 92 246 / 0.4);
  border-right-color: rgb(139 92 246 / 0.4);
}

.border-x-violet-500\/45{
  border-left-color: rgb(139 92 246 / 0.45);
  border-right-color: rgb(139 92 246 / 0.45);
}

.border-x-violet-500\/5{
  border-left-color: rgb(139 92 246 / 0.05);
  border-right-color: rgb(139 92 246 / 0.05);
}

.border-x-violet-500\/50{
  border-left-color: rgb(139 92 246 / 0.5);
  border-right-color: rgb(139 92 246 / 0.5);
}

.border-x-violet-500\/55{
  border-left-color: rgb(139 92 246 / 0.55);
  border-right-color: rgb(139 92 246 / 0.55);
}

.border-x-violet-500\/60{
  border-left-color: rgb(139 92 246 / 0.6);
  border-right-color: rgb(139 92 246 / 0.6);
}

.border-x-violet-500\/65{
  border-left-color: rgb(139 92 246 / 0.65);
  border-right-color: rgb(139 92 246 / 0.65);
}

.border-x-violet-500\/70{
  border-left-color: rgb(139 92 246 / 0.7);
  border-right-color: rgb(139 92 246 / 0.7);
}

.border-x-violet-500\/75{
  border-left-color: rgb(139 92 246 / 0.75);
  border-right-color: rgb(139 92 246 / 0.75);
}

.border-x-violet-500\/80{
  border-left-color: rgb(139 92 246 / 0.8);
  border-right-color: rgb(139 92 246 / 0.8);
}

.border-x-violet-500\/85{
  border-left-color: rgb(139 92 246 / 0.85);
  border-right-color: rgb(139 92 246 / 0.85);
}

.border-x-violet-500\/90{
  border-left-color: rgb(139 92 246 / 0.9);
  border-right-color: rgb(139 92 246 / 0.9);
}

.border-x-violet-500\/95{
  border-left-color: rgb(139 92 246 / 0.95);
  border-right-color: rgb(139 92 246 / 0.95);
}

.border-x-violet-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(124 58 237 / 0.15);
  border-right-color: rgb(124 58 237 / 0.15);
}

.border-x-violet-600\/20{
  border-left-color: rgb(124 58 237 / 0.2);
  border-right-color: rgb(124 58 237 / 0.2);
}

.border-x-violet-600\/25{
  border-left-color: rgb(124 58 237 / 0.25);
  border-right-color: rgb(124 58 237 / 0.25);
}

.border-x-violet-600\/30{
  border-left-color: rgb(124 58 237 / 0.3);
  border-right-color: rgb(124 58 237 / 0.3);
}

.border-x-violet-600\/35{
  border-left-color: rgb(124 58 237 / 0.35);
  border-right-color: rgb(124 58 237 / 0.35);
}

.border-x-violet-600\/40{
  border-left-color: rgb(124 58 237 / 0.4);
  border-right-color: rgb(124 58 237 / 0.4);
}

.border-x-violet-600\/45{
  border-left-color: rgb(124 58 237 / 0.45);
  border-right-color: rgb(124 58 237 / 0.45);
}

.border-x-violet-600\/5{
  border-left-color: rgb(124 58 237 / 0.05);
  border-right-color: rgb(124 58 237 / 0.05);
}

.border-x-violet-600\/50{
  border-left-color: rgb(124 58 237 / 0.5);
  border-right-color: rgb(124 58 237 / 0.5);
}

.border-x-violet-600\/55{
  border-left-color: rgb(124 58 237 / 0.55);
  border-right-color: rgb(124 58 237 / 0.55);
}

.border-x-violet-600\/60{
  border-left-color: rgb(124 58 237 / 0.6);
  border-right-color: rgb(124 58 237 / 0.6);
}

.border-x-violet-600\/65{
  border-left-color: rgb(124 58 237 / 0.65);
  border-right-color: rgb(124 58 237 / 0.65);
}

.border-x-violet-600\/70{
  border-left-color: rgb(124 58 237 / 0.7);
  border-right-color: rgb(124 58 237 / 0.7);
}

.border-x-violet-600\/75{
  border-left-color: rgb(124 58 237 / 0.75);
  border-right-color: rgb(124 58 237 / 0.75);
}

.border-x-violet-600\/80{
  border-left-color: rgb(124 58 237 / 0.8);
  border-right-color: rgb(124 58 237 / 0.8);
}

.border-x-violet-600\/85{
  border-left-color: rgb(124 58 237 / 0.85);
  border-right-color: rgb(124 58 237 / 0.85);
}

.border-x-violet-600\/90{
  border-left-color: rgb(124 58 237 / 0.9);
  border-right-color: rgb(124 58 237 / 0.9);
}

.border-x-violet-600\/95{
  border-left-color: rgb(124 58 237 / 0.95);
  border-right-color: rgb(124 58 237 / 0.95);
}

.border-x-violet-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(109 40 217 / 0.15);
  border-right-color: rgb(109 40 217 / 0.15);
}

.border-x-violet-700\/20{
  border-left-color: rgb(109 40 217 / 0.2);
  border-right-color: rgb(109 40 217 / 0.2);
}

.border-x-violet-700\/25{
  border-left-color: rgb(109 40 217 / 0.25);
  border-right-color: rgb(109 40 217 / 0.25);
}

.border-x-violet-700\/30{
  border-left-color: rgb(109 40 217 / 0.3);
  border-right-color: rgb(109 40 217 / 0.3);
}

.border-x-violet-700\/35{
  border-left-color: rgb(109 40 217 / 0.35);
  border-right-color: rgb(109 40 217 / 0.35);
}

.border-x-violet-700\/40{
  border-left-color: rgb(109 40 217 / 0.4);
  border-right-color: rgb(109 40 217 / 0.4);
}

.border-x-violet-700\/45{
  border-left-color: rgb(109 40 217 / 0.45);
  border-right-color: rgb(109 40 217 / 0.45);
}

.border-x-violet-700\/5{
  border-left-color: rgb(109 40 217 / 0.05);
  border-right-color: rgb(109 40 217 / 0.05);
}

.border-x-violet-700\/50{
  border-left-color: rgb(109 40 217 / 0.5);
  border-right-color: rgb(109 40 217 / 0.5);
}

.border-x-violet-700\/55{
  border-left-color: rgb(109 40 217 / 0.55);
  border-right-color: rgb(109 40 217 / 0.55);
}

.border-x-violet-700\/60{
  border-left-color: rgb(109 40 217 / 0.6);
  border-right-color: rgb(109 40 217 / 0.6);
}

.border-x-violet-700\/65{
  border-left-color: rgb(109 40 217 / 0.65);
  border-right-color: rgb(109 40 217 / 0.65);
}

.border-x-violet-700\/70{
  border-left-color: rgb(109 40 217 / 0.7);
  border-right-color: rgb(109 40 217 / 0.7);
}

.border-x-violet-700\/75{
  border-left-color: rgb(109 40 217 / 0.75);
  border-right-color: rgb(109 40 217 / 0.75);
}

.border-x-violet-700\/80{
  border-left-color: rgb(109 40 217 / 0.8);
  border-right-color: rgb(109 40 217 / 0.8);
}

.border-x-violet-700\/85{
  border-left-color: rgb(109 40 217 / 0.85);
  border-right-color: rgb(109 40 217 / 0.85);
}

.border-x-violet-700\/90{
  border-left-color: rgb(109 40 217 / 0.9);
  border-right-color: rgb(109 40 217 / 0.9);
}

.border-x-violet-700\/95{
  border-left-color: rgb(109 40 217 / 0.95);
  border-right-color: rgb(109 40 217 / 0.95);
}

.border-x-violet-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(91 33 182 / 0.15);
  border-right-color: rgb(91 33 182 / 0.15);
}

.border-x-violet-800\/20{
  border-left-color: rgb(91 33 182 / 0.2);
  border-right-color: rgb(91 33 182 / 0.2);
}

.border-x-violet-800\/25{
  border-left-color: rgb(91 33 182 / 0.25);
  border-right-color: rgb(91 33 182 / 0.25);
}

.border-x-violet-800\/30{
  border-left-color: rgb(91 33 182 / 0.3);
  border-right-color: rgb(91 33 182 / 0.3);
}

.border-x-violet-800\/35{
  border-left-color: rgb(91 33 182 / 0.35);
  border-right-color: rgb(91 33 182 / 0.35);
}

.border-x-violet-800\/40{
  border-left-color: rgb(91 33 182 / 0.4);
  border-right-color: rgb(91 33 182 / 0.4);
}

.border-x-violet-800\/45{
  border-left-color: rgb(91 33 182 / 0.45);
  border-right-color: rgb(91 33 182 / 0.45);
}

.border-x-violet-800\/5{
  border-left-color: rgb(91 33 182 / 0.05);
  border-right-color: rgb(91 33 182 / 0.05);
}

.border-x-violet-800\/50{
  border-left-color: rgb(91 33 182 / 0.5);
  border-right-color: rgb(91 33 182 / 0.5);
}

.border-x-violet-800\/55{
  border-left-color: rgb(91 33 182 / 0.55);
  border-right-color: rgb(91 33 182 / 0.55);
}

.border-x-violet-800\/60{
  border-left-color: rgb(91 33 182 / 0.6);
  border-right-color: rgb(91 33 182 / 0.6);
}

.border-x-violet-800\/65{
  border-left-color: rgb(91 33 182 / 0.65);
  border-right-color: rgb(91 33 182 / 0.65);
}

.border-x-violet-800\/70{
  border-left-color: rgb(91 33 182 / 0.7);
  border-right-color: rgb(91 33 182 / 0.7);
}

.border-x-violet-800\/75{
  border-left-color: rgb(91 33 182 / 0.75);
  border-right-color: rgb(91 33 182 / 0.75);
}

.border-x-violet-800\/80{
  border-left-color: rgb(91 33 182 / 0.8);
  border-right-color: rgb(91 33 182 / 0.8);
}

.border-x-violet-800\/85{
  border-left-color: rgb(91 33 182 / 0.85);
  border-right-color: rgb(91 33 182 / 0.85);
}

.border-x-violet-800\/90{
  border-left-color: rgb(91 33 182 / 0.9);
  border-right-color: rgb(91 33 182 / 0.9);
}

.border-x-violet-800\/95{
  border-left-color: rgb(91 33 182 / 0.95);
  border-right-color: rgb(91 33 182 / 0.95);
}

.border-x-violet-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(76 29 149 / 0.15);
  border-right-color: rgb(76 29 149 / 0.15);
}

.border-x-violet-900\/20{
  border-left-color: rgb(76 29 149 / 0.2);
  border-right-color: rgb(76 29 149 / 0.2);
}

.border-x-violet-900\/25{
  border-left-color: rgb(76 29 149 / 0.25);
  border-right-color: rgb(76 29 149 / 0.25);
}

.border-x-violet-900\/30{
  border-left-color: rgb(76 29 149 / 0.3);
  border-right-color: rgb(76 29 149 / 0.3);
}

.border-x-violet-900\/35{
  border-left-color: rgb(76 29 149 / 0.35);
  border-right-color: rgb(76 29 149 / 0.35);
}

.border-x-violet-900\/40{
  border-left-color: rgb(76 29 149 / 0.4);
  border-right-color: rgb(76 29 149 / 0.4);
}

.border-x-violet-900\/45{
  border-left-color: rgb(76 29 149 / 0.45);
  border-right-color: rgb(76 29 149 / 0.45);
}

.border-x-violet-900\/5{
  border-left-color: rgb(76 29 149 / 0.05);
  border-right-color: rgb(76 29 149 / 0.05);
}

.border-x-violet-900\/50{
  border-left-color: rgb(76 29 149 / 0.5);
  border-right-color: rgb(76 29 149 / 0.5);
}

.border-x-violet-900\/55{
  border-left-color: rgb(76 29 149 / 0.55);
  border-right-color: rgb(76 29 149 / 0.55);
}

.border-x-violet-900\/60{
  border-left-color: rgb(76 29 149 / 0.6);
  border-right-color: rgb(76 29 149 / 0.6);
}

.border-x-violet-900\/65{
  border-left-color: rgb(76 29 149 / 0.65);
  border-right-color: rgb(76 29 149 / 0.65);
}

.border-x-violet-900\/70{
  border-left-color: rgb(76 29 149 / 0.7);
  border-right-color: rgb(76 29 149 / 0.7);
}

.border-x-violet-900\/75{
  border-left-color: rgb(76 29 149 / 0.75);
  border-right-color: rgb(76 29 149 / 0.75);
}

.border-x-violet-900\/80{
  border-left-color: rgb(76 29 149 / 0.8);
  border-right-color: rgb(76 29 149 / 0.8);
}

.border-x-violet-900\/85{
  border-left-color: rgb(76 29 149 / 0.85);
  border-right-color: rgb(76 29 149 / 0.85);
}

.border-x-violet-900\/90{
  border-left-color: rgb(76 29 149 / 0.9);
  border-right-color: rgb(76 29 149 / 0.9);
}

.border-x-violet-900\/95{
  border-left-color: rgb(76 29 149 / 0.95);
  border-right-color: rgb(76 29 149 / 0.95);
}

.border-x-violet-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(46 16 101 / 0.15);
  border-right-color: rgb(46 16 101 / 0.15);
}

.border-x-violet-950\/20{
  border-left-color: rgb(46 16 101 / 0.2);
  border-right-color: rgb(46 16 101 / 0.2);
}

.border-x-violet-950\/25{
  border-left-color: rgb(46 16 101 / 0.25);
  border-right-color: rgb(46 16 101 / 0.25);
}

.border-x-violet-950\/30{
  border-left-color: rgb(46 16 101 / 0.3);
  border-right-color: rgb(46 16 101 / 0.3);
}

.border-x-violet-950\/35{
  border-left-color: rgb(46 16 101 / 0.35);
  border-right-color: rgb(46 16 101 / 0.35);
}

.border-x-violet-950\/40{
  border-left-color: rgb(46 16 101 / 0.4);
  border-right-color: rgb(46 16 101 / 0.4);
}

.border-x-violet-950\/45{
  border-left-color: rgb(46 16 101 / 0.45);
  border-right-color: rgb(46 16 101 / 0.45);
}

.border-x-violet-950\/5{
  border-left-color: rgb(46 16 101 / 0.05);
  border-right-color: rgb(46 16 101 / 0.05);
}

.border-x-violet-950\/50{
  border-left-color: rgb(46 16 101 / 0.5);
  border-right-color: rgb(46 16 101 / 0.5);
}

.border-x-violet-950\/55{
  border-left-color: rgb(46 16 101 / 0.55);
  border-right-color: rgb(46 16 101 / 0.55);
}

.border-x-violet-950\/60{
  border-left-color: rgb(46 16 101 / 0.6);
  border-right-color: rgb(46 16 101 / 0.6);
}

.border-x-violet-950\/65{
  border-left-color: rgb(46 16 101 / 0.65);
  border-right-color: rgb(46 16 101 / 0.65);
}

.border-x-violet-950\/70{
  border-left-color: rgb(46 16 101 / 0.7);
  border-right-color: rgb(46 16 101 / 0.7);
}

.border-x-violet-950\/75{
  border-left-color: rgb(46 16 101 / 0.75);
  border-right-color: rgb(46 16 101 / 0.75);
}

.border-x-violet-950\/80{
  border-left-color: rgb(46 16 101 / 0.8);
  border-right-color: rgb(46 16 101 / 0.8);
}

.border-x-violet-950\/85{
  border-left-color: rgb(46 16 101 / 0.85);
  border-right-color: rgb(46 16 101 / 0.85);
}

.border-x-violet-950\/90{
  border-left-color: rgb(46 16 101 / 0.9);
  border-right-color: rgb(46 16 101 / 0.9);
}

.border-x-violet-950\/95{
  border-left-color: rgb(46 16 101 / 0.95);
  border-right-color: rgb(46 16 101 / 0.95);
}

.border-x-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-x-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-x-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-x-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-x-white\/35{
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-x-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-x-white\/45{
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-x-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-x-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-x-white\/55{
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-x-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-x-white\/65{
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-x-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-x-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-x-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-x-white\/85{
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-x-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-x-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-x-yellow-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-x-yellow-100\/20{
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-x-yellow-100\/25{
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-x-yellow-100\/30{
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-x-yellow-100\/35{
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-x-yellow-100\/40{
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-x-yellow-100\/45{
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-x-yellow-100\/5{
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-x-yellow-100\/50{
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-x-yellow-100\/55{
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-x-yellow-100\/60{
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-x-yellow-100\/65{
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-x-yellow-100\/70{
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-x-yellow-100\/75{
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-x-yellow-100\/80{
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-x-yellow-100\/85{
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-x-yellow-100\/90{
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-x-yellow-100\/95{
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-x-yellow-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-x-yellow-200\/20{
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-x-yellow-200\/25{
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-x-yellow-200\/30{
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-x-yellow-200\/35{
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-x-yellow-200\/40{
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-x-yellow-200\/45{
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-x-yellow-200\/5{
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-x-yellow-200\/50{
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-x-yellow-200\/55{
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-x-yellow-200\/60{
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-x-yellow-200\/65{
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-x-yellow-200\/70{
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-x-yellow-200\/75{
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-x-yellow-200\/80{
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-x-yellow-200\/85{
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-x-yellow-200\/90{
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-x-yellow-200\/95{
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-x-yellow-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(253 224 71 / 0.15);
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-x-yellow-300\/20{
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-x-yellow-300\/25{
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-x-yellow-300\/30{
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-x-yellow-300\/35{
  border-left-color: rgb(253 224 71 / 0.35);
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-x-yellow-300\/40{
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-x-yellow-300\/45{
  border-left-color: rgb(253 224 71 / 0.45);
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-x-yellow-300\/5{
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-x-yellow-300\/50{
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-x-yellow-300\/55{
  border-left-color: rgb(253 224 71 / 0.55);
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-x-yellow-300\/60{
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-x-yellow-300\/65{
  border-left-color: rgb(253 224 71 / 0.65);
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-x-yellow-300\/70{
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-x-yellow-300\/75{
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-x-yellow-300\/80{
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-x-yellow-300\/85{
  border-left-color: rgb(253 224 71 / 0.85);
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-x-yellow-300\/90{
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-x-yellow-300\/95{
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-x-yellow-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-x-yellow-400\/20{
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-x-yellow-400\/25{
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-x-yellow-400\/30{
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-x-yellow-400\/35{
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-x-yellow-400\/40{
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-x-yellow-400\/45{
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-x-yellow-400\/5{
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-x-yellow-400\/50{
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-x-yellow-400\/55{
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-x-yellow-400\/60{
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-x-yellow-400\/65{
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-x-yellow-400\/70{
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-x-yellow-400\/75{
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-x-yellow-400\/80{
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-x-yellow-400\/85{
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-x-yellow-400\/90{
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-x-yellow-400\/95{
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-x-yellow-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-x-yellow-50\/20{
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-x-yellow-50\/25{
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-x-yellow-50\/30{
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-x-yellow-50\/35{
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-x-yellow-50\/40{
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-x-yellow-50\/45{
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-x-yellow-50\/5{
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-x-yellow-50\/50{
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-x-yellow-50\/55{
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-x-yellow-50\/60{
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-x-yellow-50\/65{
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-x-yellow-50\/70{
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-x-yellow-50\/75{
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-x-yellow-50\/80{
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-x-yellow-50\/85{
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-x-yellow-50\/90{
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-x-yellow-50\/95{
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-x-yellow-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-x-yellow-500\/20{
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-x-yellow-500\/25{
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-x-yellow-500\/30{
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-x-yellow-500\/35{
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-x-yellow-500\/40{
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-x-yellow-500\/45{
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-x-yellow-500\/5{
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-x-yellow-500\/50{
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-x-yellow-500\/55{
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-x-yellow-500\/60{
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-x-yellow-500\/65{
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-x-yellow-500\/70{
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-x-yellow-500\/75{
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-x-yellow-500\/80{
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-x-yellow-500\/85{
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-x-yellow-500\/90{
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-x-yellow-500\/95{
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-x-yellow-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-x-yellow-600\/20{
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-x-yellow-600\/25{
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-x-yellow-600\/30{
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-x-yellow-600\/35{
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-x-yellow-600\/40{
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-x-yellow-600\/45{
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-x-yellow-600\/5{
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-x-yellow-600\/50{
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-x-yellow-600\/55{
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-x-yellow-600\/60{
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-x-yellow-600\/65{
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-x-yellow-600\/70{
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-x-yellow-600\/75{
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-x-yellow-600\/80{
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-x-yellow-600\/85{
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-x-yellow-600\/90{
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-x-yellow-600\/95{
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-x-yellow-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(161 98 7 / 0.15);
  border-right-color: rgb(161 98 7 / 0.15);
}

.border-x-yellow-700\/20{
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-x-yellow-700\/25{
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-x-yellow-700\/30{
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-x-yellow-700\/35{
  border-left-color: rgb(161 98 7 / 0.35);
  border-right-color: rgb(161 98 7 / 0.35);
}

.border-x-yellow-700\/40{
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-x-yellow-700\/45{
  border-left-color: rgb(161 98 7 / 0.45);
  border-right-color: rgb(161 98 7 / 0.45);
}

.border-x-yellow-700\/5{
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-x-yellow-700\/50{
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-x-yellow-700\/55{
  border-left-color: rgb(161 98 7 / 0.55);
  border-right-color: rgb(161 98 7 / 0.55);
}

.border-x-yellow-700\/60{
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-x-yellow-700\/65{
  border-left-color: rgb(161 98 7 / 0.65);
  border-right-color: rgb(161 98 7 / 0.65);
}

.border-x-yellow-700\/70{
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-x-yellow-700\/75{
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-x-yellow-700\/80{
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-x-yellow-700\/85{
  border-left-color: rgb(161 98 7 / 0.85);
  border-right-color: rgb(161 98 7 / 0.85);
}

.border-x-yellow-700\/90{
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-x-yellow-700\/95{
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-x-yellow-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-x-yellow-800\/20{
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-x-yellow-800\/25{
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-x-yellow-800\/30{
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-x-yellow-800\/35{
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-x-yellow-800\/40{
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-x-yellow-800\/45{
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-x-yellow-800\/5{
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-x-yellow-800\/50{
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-x-yellow-800\/55{
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-x-yellow-800\/60{
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-x-yellow-800\/65{
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-x-yellow-800\/70{
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-x-yellow-800\/75{
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-x-yellow-800\/80{
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-x-yellow-800\/85{
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-x-yellow-800\/90{
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-x-yellow-800\/95{
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-x-yellow-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(113 63 18 / 0.15);
  border-right-color: rgb(113 63 18 / 0.15);
}

.border-x-yellow-900\/20{
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-x-yellow-900\/25{
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-x-yellow-900\/30{
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-x-yellow-900\/35{
  border-left-color: rgb(113 63 18 / 0.35);
  border-right-color: rgb(113 63 18 / 0.35);
}

.border-x-yellow-900\/40{
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-x-yellow-900\/45{
  border-left-color: rgb(113 63 18 / 0.45);
  border-right-color: rgb(113 63 18 / 0.45);
}

.border-x-yellow-900\/5{
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-x-yellow-900\/50{
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-x-yellow-900\/55{
  border-left-color: rgb(113 63 18 / 0.55);
  border-right-color: rgb(113 63 18 / 0.55);
}

.border-x-yellow-900\/60{
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-x-yellow-900\/65{
  border-left-color: rgb(113 63 18 / 0.65);
  border-right-color: rgb(113 63 18 / 0.65);
}

.border-x-yellow-900\/70{
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-x-yellow-900\/75{
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-x-yellow-900\/80{
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-x-yellow-900\/85{
  border-left-color: rgb(113 63 18 / 0.85);
  border-right-color: rgb(113 63 18 / 0.85);
}

.border-x-yellow-900\/90{
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-x-yellow-900\/95{
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-x-yellow-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(66 32 6 / 0.15);
  border-right-color: rgb(66 32 6 / 0.15);
}

.border-x-yellow-950\/20{
  border-left-color: rgb(66 32 6 / 0.2);
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-x-yellow-950\/25{
  border-left-color: rgb(66 32 6 / 0.25);
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-x-yellow-950\/30{
  border-left-color: rgb(66 32 6 / 0.3);
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-x-yellow-950\/35{
  border-left-color: rgb(66 32 6 / 0.35);
  border-right-color: rgb(66 32 6 / 0.35);
}

.border-x-yellow-950\/40{
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-x-yellow-950\/45{
  border-left-color: rgb(66 32 6 / 0.45);
  border-right-color: rgb(66 32 6 / 0.45);
}

.border-x-yellow-950\/5{
  border-left-color: rgb(66 32 6 / 0.05);
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-x-yellow-950\/50{
  border-left-color: rgb(66 32 6 / 0.5);
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-x-yellow-950\/55{
  border-left-color: rgb(66 32 6 / 0.55);
  border-right-color: rgb(66 32 6 / 0.55);
}

.border-x-yellow-950\/60{
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-x-yellow-950\/65{
  border-left-color: rgb(66 32 6 / 0.65);
  border-right-color: rgb(66 32 6 / 0.65);
}

.border-x-yellow-950\/70{
  border-left-color: rgb(66 32 6 / 0.7);
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-x-yellow-950\/75{
  border-left-color: rgb(66 32 6 / 0.75);
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-x-yellow-950\/80{
  border-left-color: rgb(66 32 6 / 0.8);
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-x-yellow-950\/85{
  border-left-color: rgb(66 32 6 / 0.85);
  border-right-color: rgb(66 32 6 / 0.85);
}

.border-x-yellow-950\/90{
  border-left-color: rgb(66 32 6 / 0.9);
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-x-yellow-950\/95{
  border-left-color: rgb(66 32 6 / 0.95);
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-x-zinc-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(244 244 245 / 0.15);
  border-right-color: rgb(244 244 245 / 0.15);
}

.border-x-zinc-100\/20{
  border-left-color: rgb(244 244 245 / 0.2);
  border-right-color: rgb(244 244 245 / 0.2);
}

.border-x-zinc-100\/25{
  border-left-color: rgb(244 244 245 / 0.25);
  border-right-color: rgb(244 244 245 / 0.25);
}

.border-x-zinc-100\/30{
  border-left-color: rgb(244 244 245 / 0.3);
  border-right-color: rgb(244 244 245 / 0.3);
}

.border-x-zinc-100\/35{
  border-left-color: rgb(244 244 245 / 0.35);
  border-right-color: rgb(244 244 245 / 0.35);
}

.border-x-zinc-100\/40{
  border-left-color: rgb(244 244 245 / 0.4);
  border-right-color: rgb(244 244 245 / 0.4);
}

.border-x-zinc-100\/45{
  border-left-color: rgb(244 244 245 / 0.45);
  border-right-color: rgb(244 244 245 / 0.45);
}

.border-x-zinc-100\/5{
  border-left-color: rgb(244 244 245 / 0.05);
  border-right-color: rgb(244 244 245 / 0.05);
}

.border-x-zinc-100\/50{
  border-left-color: rgb(244 244 245 / 0.5);
  border-right-color: rgb(244 244 245 / 0.5);
}

.border-x-zinc-100\/55{
  border-left-color: rgb(244 244 245 / 0.55);
  border-right-color: rgb(244 244 245 / 0.55);
}

.border-x-zinc-100\/60{
  border-left-color: rgb(244 244 245 / 0.6);
  border-right-color: rgb(244 244 245 / 0.6);
}

.border-x-zinc-100\/65{
  border-left-color: rgb(244 244 245 / 0.65);
  border-right-color: rgb(244 244 245 / 0.65);
}

.border-x-zinc-100\/70{
  border-left-color: rgb(244 244 245 / 0.7);
  border-right-color: rgb(244 244 245 / 0.7);
}

.border-x-zinc-100\/75{
  border-left-color: rgb(244 244 245 / 0.75);
  border-right-color: rgb(244 244 245 / 0.75);
}

.border-x-zinc-100\/80{
  border-left-color: rgb(244 244 245 / 0.8);
  border-right-color: rgb(244 244 245 / 0.8);
}

.border-x-zinc-100\/85{
  border-left-color: rgb(244 244 245 / 0.85);
  border-right-color: rgb(244 244 245 / 0.85);
}

.border-x-zinc-100\/90{
  border-left-color: rgb(244 244 245 / 0.9);
  border-right-color: rgb(244 244 245 / 0.9);
}

.border-x-zinc-100\/95{
  border-left-color: rgb(244 244 245 / 0.95);
  border-right-color: rgb(244 244 245 / 0.95);
}

.border-x-zinc-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(228 228 231 / 0.15);
  border-right-color: rgb(228 228 231 / 0.15);
}

.border-x-zinc-200\/20{
  border-left-color: rgb(228 228 231 / 0.2);
  border-right-color: rgb(228 228 231 / 0.2);
}

.border-x-zinc-200\/25{
  border-left-color: rgb(228 228 231 / 0.25);
  border-right-color: rgb(228 228 231 / 0.25);
}

.border-x-zinc-200\/30{
  border-left-color: rgb(228 228 231 / 0.3);
  border-right-color: rgb(228 228 231 / 0.3);
}

.border-x-zinc-200\/35{
  border-left-color: rgb(228 228 231 / 0.35);
  border-right-color: rgb(228 228 231 / 0.35);
}

.border-x-zinc-200\/40{
  border-left-color: rgb(228 228 231 / 0.4);
  border-right-color: rgb(228 228 231 / 0.4);
}

.border-x-zinc-200\/45{
  border-left-color: rgb(228 228 231 / 0.45);
  border-right-color: rgb(228 228 231 / 0.45);
}

.border-x-zinc-200\/5{
  border-left-color: rgb(228 228 231 / 0.05);
  border-right-color: rgb(228 228 231 / 0.05);
}

.border-x-zinc-200\/50{
  border-left-color: rgb(228 228 231 / 0.5);
  border-right-color: rgb(228 228 231 / 0.5);
}

.border-x-zinc-200\/55{
  border-left-color: rgb(228 228 231 / 0.55);
  border-right-color: rgb(228 228 231 / 0.55);
}

.border-x-zinc-200\/60{
  border-left-color: rgb(228 228 231 / 0.6);
  border-right-color: rgb(228 228 231 / 0.6);
}

.border-x-zinc-200\/65{
  border-left-color: rgb(228 228 231 / 0.65);
  border-right-color: rgb(228 228 231 / 0.65);
}

.border-x-zinc-200\/70{
  border-left-color: rgb(228 228 231 / 0.7);
  border-right-color: rgb(228 228 231 / 0.7);
}

.border-x-zinc-200\/75{
  border-left-color: rgb(228 228 231 / 0.75);
  border-right-color: rgb(228 228 231 / 0.75);
}

.border-x-zinc-200\/80{
  border-left-color: rgb(228 228 231 / 0.8);
  border-right-color: rgb(228 228 231 / 0.8);
}

.border-x-zinc-200\/85{
  border-left-color: rgb(228 228 231 / 0.85);
  border-right-color: rgb(228 228 231 / 0.85);
}

.border-x-zinc-200\/90{
  border-left-color: rgb(228 228 231 / 0.9);
  border-right-color: rgb(228 228 231 / 0.9);
}

.border-x-zinc-200\/95{
  border-left-color: rgb(228 228 231 / 0.95);
  border-right-color: rgb(228 228 231 / 0.95);
}

.border-x-zinc-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(212 212 216 / 0.15);
  border-right-color: rgb(212 212 216 / 0.15);
}

.border-x-zinc-300\/20{
  border-left-color: rgb(212 212 216 / 0.2);
  border-right-color: rgb(212 212 216 / 0.2);
}

.border-x-zinc-300\/25{
  border-left-color: rgb(212 212 216 / 0.25);
  border-right-color: rgb(212 212 216 / 0.25);
}

.border-x-zinc-300\/30{
  border-left-color: rgb(212 212 216 / 0.3);
  border-right-color: rgb(212 212 216 / 0.3);
}

.border-x-zinc-300\/35{
  border-left-color: rgb(212 212 216 / 0.35);
  border-right-color: rgb(212 212 216 / 0.35);
}

.border-x-zinc-300\/40{
  border-left-color: rgb(212 212 216 / 0.4);
  border-right-color: rgb(212 212 216 / 0.4);
}

.border-x-zinc-300\/45{
  border-left-color: rgb(212 212 216 / 0.45);
  border-right-color: rgb(212 212 216 / 0.45);
}

.border-x-zinc-300\/5{
  border-left-color: rgb(212 212 216 / 0.05);
  border-right-color: rgb(212 212 216 / 0.05);
}

.border-x-zinc-300\/50{
  border-left-color: rgb(212 212 216 / 0.5);
  border-right-color: rgb(212 212 216 / 0.5);
}

.border-x-zinc-300\/55{
  border-left-color: rgb(212 212 216 / 0.55);
  border-right-color: rgb(212 212 216 / 0.55);
}

.border-x-zinc-300\/60{
  border-left-color: rgb(212 212 216 / 0.6);
  border-right-color: rgb(212 212 216 / 0.6);
}

.border-x-zinc-300\/65{
  border-left-color: rgb(212 212 216 / 0.65);
  border-right-color: rgb(212 212 216 / 0.65);
}

.border-x-zinc-300\/70{
  border-left-color: rgb(212 212 216 / 0.7);
  border-right-color: rgb(212 212 216 / 0.7);
}

.border-x-zinc-300\/75{
  border-left-color: rgb(212 212 216 / 0.75);
  border-right-color: rgb(212 212 216 / 0.75);
}

.border-x-zinc-300\/80{
  border-left-color: rgb(212 212 216 / 0.8);
  border-right-color: rgb(212 212 216 / 0.8);
}

.border-x-zinc-300\/85{
  border-left-color: rgb(212 212 216 / 0.85);
  border-right-color: rgb(212 212 216 / 0.85);
}

.border-x-zinc-300\/90{
  border-left-color: rgb(212 212 216 / 0.9);
  border-right-color: rgb(212 212 216 / 0.9);
}

.border-x-zinc-300\/95{
  border-left-color: rgb(212 212 216 / 0.95);
  border-right-color: rgb(212 212 216 / 0.95);
}

.border-x-zinc-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(161 161 170 / 0.15);
  border-right-color: rgb(161 161 170 / 0.15);
}

.border-x-zinc-400\/20{
  border-left-color: rgb(161 161 170 / 0.2);
  border-right-color: rgb(161 161 170 / 0.2);
}

.border-x-zinc-400\/25{
  border-left-color: rgb(161 161 170 / 0.25);
  border-right-color: rgb(161 161 170 / 0.25);
}

.border-x-zinc-400\/30{
  border-left-color: rgb(161 161 170 / 0.3);
  border-right-color: rgb(161 161 170 / 0.3);
}

.border-x-zinc-400\/35{
  border-left-color: rgb(161 161 170 / 0.35);
  border-right-color: rgb(161 161 170 / 0.35);
}

.border-x-zinc-400\/40{
  border-left-color: rgb(161 161 170 / 0.4);
  border-right-color: rgb(161 161 170 / 0.4);
}

.border-x-zinc-400\/45{
  border-left-color: rgb(161 161 170 / 0.45);
  border-right-color: rgb(161 161 170 / 0.45);
}

.border-x-zinc-400\/5{
  border-left-color: rgb(161 161 170 / 0.05);
  border-right-color: rgb(161 161 170 / 0.05);
}

.border-x-zinc-400\/50{
  border-left-color: rgb(161 161 170 / 0.5);
  border-right-color: rgb(161 161 170 / 0.5);
}

.border-x-zinc-400\/55{
  border-left-color: rgb(161 161 170 / 0.55);
  border-right-color: rgb(161 161 170 / 0.55);
}

.border-x-zinc-400\/60{
  border-left-color: rgb(161 161 170 / 0.6);
  border-right-color: rgb(161 161 170 / 0.6);
}

.border-x-zinc-400\/65{
  border-left-color: rgb(161 161 170 / 0.65);
  border-right-color: rgb(161 161 170 / 0.65);
}

.border-x-zinc-400\/70{
  border-left-color: rgb(161 161 170 / 0.7);
  border-right-color: rgb(161 161 170 / 0.7);
}

.border-x-zinc-400\/75{
  border-left-color: rgb(161 161 170 / 0.75);
  border-right-color: rgb(161 161 170 / 0.75);
}

.border-x-zinc-400\/80{
  border-left-color: rgb(161 161 170 / 0.8);
  border-right-color: rgb(161 161 170 / 0.8);
}

.border-x-zinc-400\/85{
  border-left-color: rgb(161 161 170 / 0.85);
  border-right-color: rgb(161 161 170 / 0.85);
}

.border-x-zinc-400\/90{
  border-left-color: rgb(161 161 170 / 0.9);
  border-right-color: rgb(161 161 170 / 0.9);
}

.border-x-zinc-400\/95{
  border-left-color: rgb(161 161 170 / 0.95);
  border-right-color: rgb(161 161 170 / 0.95);
}

.border-x-zinc-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}

.border-x-zinc-50\/20{
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-x-zinc-50\/25{
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-x-zinc-50\/30{
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-x-zinc-50\/35{
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}

.border-x-zinc-50\/40{
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-x-zinc-50\/45{
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}

.border-x-zinc-50\/5{
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-x-zinc-50\/50{
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-x-zinc-50\/55{
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}

.border-x-zinc-50\/60{
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-x-zinc-50\/65{
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}

.border-x-zinc-50\/70{
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-x-zinc-50\/75{
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-x-zinc-50\/80{
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-x-zinc-50\/85{
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}

.border-x-zinc-50\/90{
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-x-zinc-50\/95{
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-x-zinc-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(113 113 122 / 0.15);
  border-right-color: rgb(113 113 122 / 0.15);
}

.border-x-zinc-500\/20{
  border-left-color: rgb(113 113 122 / 0.2);
  border-right-color: rgb(113 113 122 / 0.2);
}

.border-x-zinc-500\/25{
  border-left-color: rgb(113 113 122 / 0.25);
  border-right-color: rgb(113 113 122 / 0.25);
}

.border-x-zinc-500\/30{
  border-left-color: rgb(113 113 122 / 0.3);
  border-right-color: rgb(113 113 122 / 0.3);
}

.border-x-zinc-500\/35{
  border-left-color: rgb(113 113 122 / 0.35);
  border-right-color: rgb(113 113 122 / 0.35);
}

.border-x-zinc-500\/40{
  border-left-color: rgb(113 113 122 / 0.4);
  border-right-color: rgb(113 113 122 / 0.4);
}

.border-x-zinc-500\/45{
  border-left-color: rgb(113 113 122 / 0.45);
  border-right-color: rgb(113 113 122 / 0.45);
}

.border-x-zinc-500\/5{
  border-left-color: rgb(113 113 122 / 0.05);
  border-right-color: rgb(113 113 122 / 0.05);
}

.border-x-zinc-500\/50{
  border-left-color: rgb(113 113 122 / 0.5);
  border-right-color: rgb(113 113 122 / 0.5);
}

.border-x-zinc-500\/55{
  border-left-color: rgb(113 113 122 / 0.55);
  border-right-color: rgb(113 113 122 / 0.55);
}

.border-x-zinc-500\/60{
  border-left-color: rgb(113 113 122 / 0.6);
  border-right-color: rgb(113 113 122 / 0.6);
}

.border-x-zinc-500\/65{
  border-left-color: rgb(113 113 122 / 0.65);
  border-right-color: rgb(113 113 122 / 0.65);
}

.border-x-zinc-500\/70{
  border-left-color: rgb(113 113 122 / 0.7);
  border-right-color: rgb(113 113 122 / 0.7);
}

.border-x-zinc-500\/75{
  border-left-color: rgb(113 113 122 / 0.75);
  border-right-color: rgb(113 113 122 / 0.75);
}

.border-x-zinc-500\/80{
  border-left-color: rgb(113 113 122 / 0.8);
  border-right-color: rgb(113 113 122 / 0.8);
}

.border-x-zinc-500\/85{
  border-left-color: rgb(113 113 122 / 0.85);
  border-right-color: rgb(113 113 122 / 0.85);
}

.border-x-zinc-500\/90{
  border-left-color: rgb(113 113 122 / 0.9);
  border-right-color: rgb(113 113 122 / 0.9);
}

.border-x-zinc-500\/95{
  border-left-color: rgb(113 113 122 / 0.95);
  border-right-color: rgb(113 113 122 / 0.95);
}

.border-x-zinc-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(82 82 91 / 0.15);
  border-right-color: rgb(82 82 91 / 0.15);
}

.border-x-zinc-600\/20{
  border-left-color: rgb(82 82 91 / 0.2);
  border-right-color: rgb(82 82 91 / 0.2);
}

.border-x-zinc-600\/25{
  border-left-color: rgb(82 82 91 / 0.25);
  border-right-color: rgb(82 82 91 / 0.25);
}

.border-x-zinc-600\/30{
  border-left-color: rgb(82 82 91 / 0.3);
  border-right-color: rgb(82 82 91 / 0.3);
}

.border-x-zinc-600\/35{
  border-left-color: rgb(82 82 91 / 0.35);
  border-right-color: rgb(82 82 91 / 0.35);
}

.border-x-zinc-600\/40{
  border-left-color: rgb(82 82 91 / 0.4);
  border-right-color: rgb(82 82 91 / 0.4);
}

.border-x-zinc-600\/45{
  border-left-color: rgb(82 82 91 / 0.45);
  border-right-color: rgb(82 82 91 / 0.45);
}

.border-x-zinc-600\/5{
  border-left-color: rgb(82 82 91 / 0.05);
  border-right-color: rgb(82 82 91 / 0.05);
}

.border-x-zinc-600\/50{
  border-left-color: rgb(82 82 91 / 0.5);
  border-right-color: rgb(82 82 91 / 0.5);
}

.border-x-zinc-600\/55{
  border-left-color: rgb(82 82 91 / 0.55);
  border-right-color: rgb(82 82 91 / 0.55);
}

.border-x-zinc-600\/60{
  border-left-color: rgb(82 82 91 / 0.6);
  border-right-color: rgb(82 82 91 / 0.6);
}

.border-x-zinc-600\/65{
  border-left-color: rgb(82 82 91 / 0.65);
  border-right-color: rgb(82 82 91 / 0.65);
}

.border-x-zinc-600\/70{
  border-left-color: rgb(82 82 91 / 0.7);
  border-right-color: rgb(82 82 91 / 0.7);
}

.border-x-zinc-600\/75{
  border-left-color: rgb(82 82 91 / 0.75);
  border-right-color: rgb(82 82 91 / 0.75);
}

.border-x-zinc-600\/80{
  border-left-color: rgb(82 82 91 / 0.8);
  border-right-color: rgb(82 82 91 / 0.8);
}

.border-x-zinc-600\/85{
  border-left-color: rgb(82 82 91 / 0.85);
  border-right-color: rgb(82 82 91 / 0.85);
}

.border-x-zinc-600\/90{
  border-left-color: rgb(82 82 91 / 0.9);
  border-right-color: rgb(82 82 91 / 0.9);
}

.border-x-zinc-600\/95{
  border-left-color: rgb(82 82 91 / 0.95);
  border-right-color: rgb(82 82 91 / 0.95);
}

.border-x-zinc-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(63 63 70 / 0.15);
  border-right-color: rgb(63 63 70 / 0.15);
}

.border-x-zinc-700\/20{
  border-left-color: rgb(63 63 70 / 0.2);
  border-right-color: rgb(63 63 70 / 0.2);
}

.border-x-zinc-700\/25{
  border-left-color: rgb(63 63 70 / 0.25);
  border-right-color: rgb(63 63 70 / 0.25);
}

.border-x-zinc-700\/30{
  border-left-color: rgb(63 63 70 / 0.3);
  border-right-color: rgb(63 63 70 / 0.3);
}

.border-x-zinc-700\/35{
  border-left-color: rgb(63 63 70 / 0.35);
  border-right-color: rgb(63 63 70 / 0.35);
}

.border-x-zinc-700\/40{
  border-left-color: rgb(63 63 70 / 0.4);
  border-right-color: rgb(63 63 70 / 0.4);
}

.border-x-zinc-700\/45{
  border-left-color: rgb(63 63 70 / 0.45);
  border-right-color: rgb(63 63 70 / 0.45);
}

.border-x-zinc-700\/5{
  border-left-color: rgb(63 63 70 / 0.05);
  border-right-color: rgb(63 63 70 / 0.05);
}

.border-x-zinc-700\/50{
  border-left-color: rgb(63 63 70 / 0.5);
  border-right-color: rgb(63 63 70 / 0.5);
}

.border-x-zinc-700\/55{
  border-left-color: rgb(63 63 70 / 0.55);
  border-right-color: rgb(63 63 70 / 0.55);
}

.border-x-zinc-700\/60{
  border-left-color: rgb(63 63 70 / 0.6);
  border-right-color: rgb(63 63 70 / 0.6);
}

.border-x-zinc-700\/65{
  border-left-color: rgb(63 63 70 / 0.65);
  border-right-color: rgb(63 63 70 / 0.65);
}

.border-x-zinc-700\/70{
  border-left-color: rgb(63 63 70 / 0.7);
  border-right-color: rgb(63 63 70 / 0.7);
}

.border-x-zinc-700\/75{
  border-left-color: rgb(63 63 70 / 0.75);
  border-right-color: rgb(63 63 70 / 0.75);
}

.border-x-zinc-700\/80{
  border-left-color: rgb(63 63 70 / 0.8);
  border-right-color: rgb(63 63 70 / 0.8);
}

.border-x-zinc-700\/85{
  border-left-color: rgb(63 63 70 / 0.85);
  border-right-color: rgb(63 63 70 / 0.85);
}

.border-x-zinc-700\/90{
  border-left-color: rgb(63 63 70 / 0.9);
  border-right-color: rgb(63 63 70 / 0.9);
}

.border-x-zinc-700\/95{
  border-left-color: rgb(63 63 70 / 0.95);
  border-right-color: rgb(63 63 70 / 0.95);
}

.border-x-zinc-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(39 39 42 / 0.15);
  border-right-color: rgb(39 39 42 / 0.15);
}

.border-x-zinc-800\/20{
  border-left-color: rgb(39 39 42 / 0.2);
  border-right-color: rgb(39 39 42 / 0.2);
}

.border-x-zinc-800\/25{
  border-left-color: rgb(39 39 42 / 0.25);
  border-right-color: rgb(39 39 42 / 0.25);
}

.border-x-zinc-800\/30{
  border-left-color: rgb(39 39 42 / 0.3);
  border-right-color: rgb(39 39 42 / 0.3);
}

.border-x-zinc-800\/35{
  border-left-color: rgb(39 39 42 / 0.35);
  border-right-color: rgb(39 39 42 / 0.35);
}

.border-x-zinc-800\/40{
  border-left-color: rgb(39 39 42 / 0.4);
  border-right-color: rgb(39 39 42 / 0.4);
}

.border-x-zinc-800\/45{
  border-left-color: rgb(39 39 42 / 0.45);
  border-right-color: rgb(39 39 42 / 0.45);
}

.border-x-zinc-800\/5{
  border-left-color: rgb(39 39 42 / 0.05);
  border-right-color: rgb(39 39 42 / 0.05);
}

.border-x-zinc-800\/50{
  border-left-color: rgb(39 39 42 / 0.5);
  border-right-color: rgb(39 39 42 / 0.5);
}

.border-x-zinc-800\/55{
  border-left-color: rgb(39 39 42 / 0.55);
  border-right-color: rgb(39 39 42 / 0.55);
}

.border-x-zinc-800\/60{
  border-left-color: rgb(39 39 42 / 0.6);
  border-right-color: rgb(39 39 42 / 0.6);
}

.border-x-zinc-800\/65{
  border-left-color: rgb(39 39 42 / 0.65);
  border-right-color: rgb(39 39 42 / 0.65);
}

.border-x-zinc-800\/70{
  border-left-color: rgb(39 39 42 / 0.7);
  border-right-color: rgb(39 39 42 / 0.7);
}

.border-x-zinc-800\/75{
  border-left-color: rgb(39 39 42 / 0.75);
  border-right-color: rgb(39 39 42 / 0.75);
}

.border-x-zinc-800\/80{
  border-left-color: rgb(39 39 42 / 0.8);
  border-right-color: rgb(39 39 42 / 0.8);
}

.border-x-zinc-800\/85{
  border-left-color: rgb(39 39 42 / 0.85);
  border-right-color: rgb(39 39 42 / 0.85);
}

.border-x-zinc-800\/90{
  border-left-color: rgb(39 39 42 / 0.9);
  border-right-color: rgb(39 39 42 / 0.9);
}

.border-x-zinc-800\/95{
  border-left-color: rgb(39 39 42 / 0.95);
  border-right-color: rgb(39 39 42 / 0.95);
}

.border-x-zinc-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(24 24 27 / 0.15);
  border-right-color: rgb(24 24 27 / 0.15);
}

.border-x-zinc-900\/20{
  border-left-color: rgb(24 24 27 / 0.2);
  border-right-color: rgb(24 24 27 / 0.2);
}

.border-x-zinc-900\/25{
  border-left-color: rgb(24 24 27 / 0.25);
  border-right-color: rgb(24 24 27 / 0.25);
}

.border-x-zinc-900\/30{
  border-left-color: rgb(24 24 27 / 0.3);
  border-right-color: rgb(24 24 27 / 0.3);
}

.border-x-zinc-900\/35{
  border-left-color: rgb(24 24 27 / 0.35);
  border-right-color: rgb(24 24 27 / 0.35);
}

.border-x-zinc-900\/40{
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}

.border-x-zinc-900\/45{
  border-left-color: rgb(24 24 27 / 0.45);
  border-right-color: rgb(24 24 27 / 0.45);
}

.border-x-zinc-900\/5{
  border-left-color: rgb(24 24 27 / 0.05);
  border-right-color: rgb(24 24 27 / 0.05);
}

.border-x-zinc-900\/50{
  border-left-color: rgb(24 24 27 / 0.5);
  border-right-color: rgb(24 24 27 / 0.5);
}

.border-x-zinc-900\/55{
  border-left-color: rgb(24 24 27 / 0.55);
  border-right-color: rgb(24 24 27 / 0.55);
}

.border-x-zinc-900\/60{
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}

.border-x-zinc-900\/65{
  border-left-color: rgb(24 24 27 / 0.65);
  border-right-color: rgb(24 24 27 / 0.65);
}

.border-x-zinc-900\/70{
  border-left-color: rgb(24 24 27 / 0.7);
  border-right-color: rgb(24 24 27 / 0.7);
}

.border-x-zinc-900\/75{
  border-left-color: rgb(24 24 27 / 0.75);
  border-right-color: rgb(24 24 27 / 0.75);
}

.border-x-zinc-900\/80{
  border-left-color: rgb(24 24 27 / 0.8);
  border-right-color: rgb(24 24 27 / 0.8);
}

.border-x-zinc-900\/85{
  border-left-color: rgb(24 24 27 / 0.85);
  border-right-color: rgb(24 24 27 / 0.85);
}

.border-x-zinc-900\/90{
  border-left-color: rgb(24 24 27 / 0.9);
  border-right-color: rgb(24 24 27 / 0.9);
}

.border-x-zinc-900\/95{
  border-left-color: rgb(24 24 27 / 0.95);
  border-right-color: rgb(24 24 27 / 0.95);
}

.border-x-zinc-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity));
  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\/15{
  border-left-color: rgb(9 9 11 / 0.15);
  border-right-color: rgb(9 9 11 / 0.15);
}

.border-x-zinc-950\/20{
  border-left-color: rgb(9 9 11 / 0.2);
  border-right-color: rgb(9 9 11 / 0.2);
}

.border-x-zinc-950\/25{
  border-left-color: rgb(9 9 11 / 0.25);
  border-right-color: rgb(9 9 11 / 0.25);
}

.border-x-zinc-950\/30{
  border-left-color: rgb(9 9 11 / 0.3);
  border-right-color: rgb(9 9 11 / 0.3);
}

.border-x-zinc-950\/35{
  border-left-color: rgb(9 9 11 / 0.35);
  border-right-color: rgb(9 9 11 / 0.35);
}

.border-x-zinc-950\/40{
  border-left-color: rgb(9 9 11 / 0.4);
  border-right-color: rgb(9 9 11 / 0.4);
}

.border-x-zinc-950\/45{
  border-left-color: rgb(9 9 11 / 0.45);
  border-right-color: rgb(9 9 11 / 0.45);
}

.border-x-zinc-950\/5{
  border-left-color: rgb(9 9 11 / 0.05);
  border-right-color: rgb(9 9 11 / 0.05);
}

.border-x-zinc-950\/50{
  border-left-color: rgb(9 9 11 / 0.5);
  border-right-color: rgb(9 9 11 / 0.5);
}

.border-x-zinc-950\/55{
  border-left-color: rgb(9 9 11 / 0.55);
  border-right-color: rgb(9 9 11 / 0.55);
}

.border-x-zinc-950\/60{
  border-left-color: rgb(9 9 11 / 0.6);
  border-right-color: rgb(9 9 11 / 0.6);
}

.border-x-zinc-950\/65{
  border-left-color: rgb(9 9 11 / 0.65);
  border-right-color: rgb(9 9 11 / 0.65);
}

.border-x-zinc-950\/70{
  border-left-color: rgb(9 9 11 / 0.7);
  border-right-color: rgb(9 9 11 / 0.7);
}

.border-x-zinc-950\/75{
  border-left-color: rgb(9 9 11 / 0.75);
  border-right-color: rgb(9 9 11 / 0.75);
}

.border-x-zinc-950\/80{
  border-left-color: rgb(9 9 11 / 0.8);
  border-right-color: rgb(9 9 11 / 0.8);
}

.border-x-zinc-950\/85{
  border-left-color: rgb(9 9 11 / 0.85);
  border-right-color: rgb(9 9 11 / 0.85);
}

.border-x-zinc-950\/90{
  border-left-color: rgb(9 9 11 / 0.9);
  border-right-color: rgb(9 9 11 / 0.9);
}

.border-x-zinc-950\/95{
  border-left-color: rgb(9 9 11 / 0.95);
  border-right-color: rgb(9 9 11 / 0.95);
}

.border-y-accent{
  --tw-border-opacity: 1;
  border-top-color: rgb(70 109 148 / var(--tw-border-opacity));
  border-bottom-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.border-y-accent\/0{
  border-top-color: rgb(70 109 148 / 0);
  border-bottom-color: rgb(70 109 148 / 0);
}

.border-y-accent\/10{
  border-top-color: rgb(70 109 148 / 0.1);
  border-bottom-color: rgb(70 109 148 / 0.1);
}

.border-y-accent\/100{
  border-top-color: rgb(70 109 148 / 1);
  border-bottom-color: rgb(70 109 148 / 1);
}

.border-y-accent\/15{
  border-top-color: rgb(70 109 148 / 0.15);
  border-bottom-color: rgb(70 109 148 / 0.15);
}

.border-y-accent\/20{
  border-top-color: rgb(70 109 148 / 0.2);
  border-bottom-color: rgb(70 109 148 / 0.2);
}

.border-y-accent\/25{
  border-top-color: rgb(70 109 148 / 0.25);
  border-bottom-color: rgb(70 109 148 / 0.25);
}

.border-y-accent\/30{
  border-top-color: rgb(70 109 148 / 0.3);
  border-bottom-color: rgb(70 109 148 / 0.3);
}

.border-y-accent\/35{
  border-top-color: rgb(70 109 148 / 0.35);
  border-bottom-color: rgb(70 109 148 / 0.35);
}

.border-y-accent\/40{
  border-top-color: rgb(70 109 148 / 0.4);
  border-bottom-color: rgb(70 109 148 / 0.4);
}

.border-y-accent\/45{
  border-top-color: rgb(70 109 148 / 0.45);
  border-bottom-color: rgb(70 109 148 / 0.45);
}

.border-y-accent\/5{
  border-top-color: rgb(70 109 148 / 0.05);
  border-bottom-color: rgb(70 109 148 / 0.05);
}

.border-y-accent\/50{
  border-top-color: rgb(70 109 148 / 0.5);
  border-bottom-color: rgb(70 109 148 / 0.5);
}

.border-y-accent\/55{
  border-top-color: rgb(70 109 148 / 0.55);
  border-bottom-color: rgb(70 109 148 / 0.55);
}

.border-y-accent\/60{
  border-top-color: rgb(70 109 148 / 0.6);
  border-bottom-color: rgb(70 109 148 / 0.6);
}

.border-y-accent\/65{
  border-top-color: rgb(70 109 148 / 0.65);
  border-bottom-color: rgb(70 109 148 / 0.65);
}

.border-y-accent\/70{
  border-top-color: rgb(70 109 148 / 0.7);
  border-bottom-color: rgb(70 109 148 / 0.7);
}

.border-y-accent\/75{
  border-top-color: rgb(70 109 148 / 0.75);
  border-bottom-color: rgb(70 109 148 / 0.75);
}

.border-y-accent\/80{
  border-top-color: rgb(70 109 148 / 0.8);
  border-bottom-color: rgb(70 109 148 / 0.8);
}

.border-y-accent\/85{
  border-top-color: rgb(70 109 148 / 0.85);
  border-bottom-color: rgb(70 109 148 / 0.85);
}

.border-y-accent\/90{
  border-top-color: rgb(70 109 148 / 0.9);
  border-bottom-color: rgb(70 109 148 / 0.9);
}

.border-y-accent\/95{
  border-top-color: rgb(70 109 148 / 0.95);
  border-bottom-color: rgb(70 109 148 / 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\/15{
  border-top-color: rgb(254 243 199 / 0.15);
  border-bottom-color: rgb(254 243 199 / 0.15);
}

.border-y-amber-100\/20{
  border-top-color: rgb(254 243 199 / 0.2);
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.border-y-amber-100\/25{
  border-top-color: rgb(254 243 199 / 0.25);
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.border-y-amber-100\/30{
  border-top-color: rgb(254 243 199 / 0.3);
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.border-y-amber-100\/35{
  border-top-color: rgb(254 243 199 / 0.35);
  border-bottom-color: rgb(254 243 199 / 0.35);
}

.border-y-amber-100\/40{
  border-top-color: rgb(254 243 199 / 0.4);
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.border-y-amber-100\/45{
  border-top-color: rgb(254 243 199 / 0.45);
  border-bottom-color: rgb(254 243 199 / 0.45);
}

.border-y-amber-100\/5{
  border-top-color: rgb(254 243 199 / 0.05);
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.border-y-amber-100\/50{
  border-top-color: rgb(254 243 199 / 0.5);
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.border-y-amber-100\/55{
  border-top-color: rgb(254 243 199 / 0.55);
  border-bottom-color: rgb(254 243 199 / 0.55);
}

.border-y-amber-100\/60{
  border-top-color: rgb(254 243 199 / 0.6);
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.border-y-amber-100\/65{
  border-top-color: rgb(254 243 199 / 0.65);
  border-bottom-color: rgb(254 243 199 / 0.65);
}

.border-y-amber-100\/70{
  border-top-color: rgb(254 243 199 / 0.7);
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.border-y-amber-100\/75{
  border-top-color: rgb(254 243 199 / 0.75);
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.border-y-amber-100\/80{
  border-top-color: rgb(254 243 199 / 0.8);
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.border-y-amber-100\/85{
  border-top-color: rgb(254 243 199 / 0.85);
  border-bottom-color: rgb(254 243 199 / 0.85);
}

.border-y-amber-100\/90{
  border-top-color: rgb(254 243 199 / 0.9);
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.border-y-amber-100\/95{
  border-top-color: rgb(254 243 199 / 0.95);
  border-bottom-color: rgb(254 243 199 / 0.95);
}

.border-y-amber-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(253 230 138 / 0.15);
  border-bottom-color: rgb(253 230 138 / 0.15);
}

.border-y-amber-200\/20{
  border-top-color: rgb(253 230 138 / 0.2);
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.border-y-amber-200\/25{
  border-top-color: rgb(253 230 138 / 0.25);
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.border-y-amber-200\/30{
  border-top-color: rgb(253 230 138 / 0.3);
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.border-y-amber-200\/35{
  border-top-color: rgb(253 230 138 / 0.35);
  border-bottom-color: rgb(253 230 138 / 0.35);
}

.border-y-amber-200\/40{
  border-top-color: rgb(253 230 138 / 0.4);
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.border-y-amber-200\/45{
  border-top-color: rgb(253 230 138 / 0.45);
  border-bottom-color: rgb(253 230 138 / 0.45);
}

.border-y-amber-200\/5{
  border-top-color: rgb(253 230 138 / 0.05);
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.border-y-amber-200\/50{
  border-top-color: rgb(253 230 138 / 0.5);
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.border-y-amber-200\/55{
  border-top-color: rgb(253 230 138 / 0.55);
  border-bottom-color: rgb(253 230 138 / 0.55);
}

.border-y-amber-200\/60{
  border-top-color: rgb(253 230 138 / 0.6);
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.border-y-amber-200\/65{
  border-top-color: rgb(253 230 138 / 0.65);
  border-bottom-color: rgb(253 230 138 / 0.65);
}

.border-y-amber-200\/70{
  border-top-color: rgb(253 230 138 / 0.7);
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.border-y-amber-200\/75{
  border-top-color: rgb(253 230 138 / 0.75);
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.border-y-amber-200\/80{
  border-top-color: rgb(253 230 138 / 0.8);
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.border-y-amber-200\/85{
  border-top-color: rgb(253 230 138 / 0.85);
  border-bottom-color: rgb(253 230 138 / 0.85);
}

.border-y-amber-200\/90{
  border-top-color: rgb(253 230 138 / 0.9);
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.border-y-amber-200\/95{
  border-top-color: rgb(253 230 138 / 0.95);
  border-bottom-color: rgb(253 230 138 / 0.95);
}

.border-y-amber-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(252 211 77 / 0.15);
  border-bottom-color: rgb(252 211 77 / 0.15);
}

.border-y-amber-300\/20{
  border-top-color: rgb(252 211 77 / 0.2);
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.border-y-amber-300\/25{
  border-top-color: rgb(252 211 77 / 0.25);
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.border-y-amber-300\/30{
  border-top-color: rgb(252 211 77 / 0.3);
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.border-y-amber-300\/35{
  border-top-color: rgb(252 211 77 / 0.35);
  border-bottom-color: rgb(252 211 77 / 0.35);
}

.border-y-amber-300\/40{
  border-top-color: rgb(252 211 77 / 0.4);
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.border-y-amber-300\/45{
  border-top-color: rgb(252 211 77 / 0.45);
  border-bottom-color: rgb(252 211 77 / 0.45);
}

.border-y-amber-300\/5{
  border-top-color: rgb(252 211 77 / 0.05);
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.border-y-amber-300\/50{
  border-top-color: rgb(252 211 77 / 0.5);
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.border-y-amber-300\/55{
  border-top-color: rgb(252 211 77 / 0.55);
  border-bottom-color: rgb(252 211 77 / 0.55);
}

.border-y-amber-300\/60{
  border-top-color: rgb(252 211 77 / 0.6);
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.border-y-amber-300\/65{
  border-top-color: rgb(252 211 77 / 0.65);
  border-bottom-color: rgb(252 211 77 / 0.65);
}

.border-y-amber-300\/70{
  border-top-color: rgb(252 211 77 / 0.7);
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.border-y-amber-300\/75{
  border-top-color: rgb(252 211 77 / 0.75);
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.border-y-amber-300\/80{
  border-top-color: rgb(252 211 77 / 0.8);
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.border-y-amber-300\/85{
  border-top-color: rgb(252 211 77 / 0.85);
  border-bottom-color: rgb(252 211 77 / 0.85);
}

.border-y-amber-300\/90{
  border-top-color: rgb(252 211 77 / 0.9);
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.border-y-amber-300\/95{
  border-top-color: rgb(252 211 77 / 0.95);
  border-bottom-color: rgb(252 211 77 / 0.95);
}

.border-y-amber-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(251 191 36 / 0.15);
  border-bottom-color: rgb(251 191 36 / 0.15);
}

.border-y-amber-400\/20{
  border-top-color: rgb(251 191 36 / 0.2);
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.border-y-amber-400\/25{
  border-top-color: rgb(251 191 36 / 0.25);
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.border-y-amber-400\/30{
  border-top-color: rgb(251 191 36 / 0.3);
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.border-y-amber-400\/35{
  border-top-color: rgb(251 191 36 / 0.35);
  border-bottom-color: rgb(251 191 36 / 0.35);
}

.border-y-amber-400\/40{
  border-top-color: rgb(251 191 36 / 0.4);
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.border-y-amber-400\/45{
  border-top-color: rgb(251 191 36 / 0.45);
  border-bottom-color: rgb(251 191 36 / 0.45);
}

.border-y-amber-400\/5{
  border-top-color: rgb(251 191 36 / 0.05);
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.border-y-amber-400\/50{
  border-top-color: rgb(251 191 36 / 0.5);
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.border-y-amber-400\/55{
  border-top-color: rgb(251 191 36 / 0.55);
  border-bottom-color: rgb(251 191 36 / 0.55);
}

.border-y-amber-400\/60{
  border-top-color: rgb(251 191 36 / 0.6);
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.border-y-amber-400\/65{
  border-top-color: rgb(251 191 36 / 0.65);
  border-bottom-color: rgb(251 191 36 / 0.65);
}

.border-y-amber-400\/70{
  border-top-color: rgb(251 191 36 / 0.7);
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.border-y-amber-400\/75{
  border-top-color: rgb(251 191 36 / 0.75);
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.border-y-amber-400\/80{
  border-top-color: rgb(251 191 36 / 0.8);
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.border-y-amber-400\/85{
  border-top-color: rgb(251 191 36 / 0.85);
  border-bottom-color: rgb(251 191 36 / 0.85);
}

.border-y-amber-400\/90{
  border-top-color: rgb(251 191 36 / 0.9);
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.border-y-amber-400\/95{
  border-top-color: rgb(251 191 36 / 0.95);
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.border-y-amber-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(255 251 235 / 0.15);
  border-bottom-color: rgb(255 251 235 / 0.15);
}

.border-y-amber-50\/20{
  border-top-color: rgb(255 251 235 / 0.2);
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.border-y-amber-50\/25{
  border-top-color: rgb(255 251 235 / 0.25);
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.border-y-amber-50\/30{
  border-top-color: rgb(255 251 235 / 0.3);
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.border-y-amber-50\/35{
  border-top-color: rgb(255 251 235 / 0.35);
  border-bottom-color: rgb(255 251 235 / 0.35);
}

.border-y-amber-50\/40{
  border-top-color: rgb(255 251 235 / 0.4);
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.border-y-amber-50\/45{
  border-top-color: rgb(255 251 235 / 0.45);
  border-bottom-color: rgb(255 251 235 / 0.45);
}

.border-y-amber-50\/5{
  border-top-color: rgb(255 251 235 / 0.05);
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.border-y-amber-50\/50{
  border-top-color: rgb(255 251 235 / 0.5);
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.border-y-amber-50\/55{
  border-top-color: rgb(255 251 235 / 0.55);
  border-bottom-color: rgb(255 251 235 / 0.55);
}

.border-y-amber-50\/60{
  border-top-color: rgb(255 251 235 / 0.6);
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.border-y-amber-50\/65{
  border-top-color: rgb(255 251 235 / 0.65);
  border-bottom-color: rgb(255 251 235 / 0.65);
}

.border-y-amber-50\/70{
  border-top-color: rgb(255 251 235 / 0.7);
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.border-y-amber-50\/75{
  border-top-color: rgb(255 251 235 / 0.75);
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.border-y-amber-50\/80{
  border-top-color: rgb(255 251 235 / 0.8);
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.border-y-amber-50\/85{
  border-top-color: rgb(255 251 235 / 0.85);
  border-bottom-color: rgb(255 251 235 / 0.85);
}

.border-y-amber-50\/90{
  border-top-color: rgb(255 251 235 / 0.9);
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.border-y-amber-50\/95{
  border-top-color: rgb(255 251 235 / 0.95);
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.border-y-amber-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(245 158 11 / 0.15);
  border-bottom-color: rgb(245 158 11 / 0.15);
}

.border-y-amber-500\/20{
  border-top-color: rgb(245 158 11 / 0.2);
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.border-y-amber-500\/25{
  border-top-color: rgb(245 158 11 / 0.25);
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.border-y-amber-500\/30{
  border-top-color: rgb(245 158 11 / 0.3);
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.border-y-amber-500\/35{
  border-top-color: rgb(245 158 11 / 0.35);
  border-bottom-color: rgb(245 158 11 / 0.35);
}

.border-y-amber-500\/40{
  border-top-color: rgb(245 158 11 / 0.4);
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.border-y-amber-500\/45{
  border-top-color: rgb(245 158 11 / 0.45);
  border-bottom-color: rgb(245 158 11 / 0.45);
}

.border-y-amber-500\/5{
  border-top-color: rgb(245 158 11 / 0.05);
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.border-y-amber-500\/50{
  border-top-color: rgb(245 158 11 / 0.5);
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.border-y-amber-500\/55{
  border-top-color: rgb(245 158 11 / 0.55);
  border-bottom-color: rgb(245 158 11 / 0.55);
}

.border-y-amber-500\/60{
  border-top-color: rgb(245 158 11 / 0.6);
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.border-y-amber-500\/65{
  border-top-color: rgb(245 158 11 / 0.65);
  border-bottom-color: rgb(245 158 11 / 0.65);
}

.border-y-amber-500\/70{
  border-top-color: rgb(245 158 11 / 0.7);
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.border-y-amber-500\/75{
  border-top-color: rgb(245 158 11 / 0.75);
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.border-y-amber-500\/80{
  border-top-color: rgb(245 158 11 / 0.8);
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.border-y-amber-500\/85{
  border-top-color: rgb(245 158 11 / 0.85);
  border-bottom-color: rgb(245 158 11 / 0.85);
}

.border-y-amber-500\/90{
  border-top-color: rgb(245 158 11 / 0.9);
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.border-y-amber-500\/95{
  border-top-color: rgb(245 158 11 / 0.95);
  border-bottom-color: rgb(245 158 11 / 0.95);
}

.border-y-amber-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(217 119 6 / 0.15);
  border-bottom-color: rgb(217 119 6 / 0.15);
}

.border-y-amber-600\/20{
  border-top-color: rgb(217 119 6 / 0.2);
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.border-y-amber-600\/25{
  border-top-color: rgb(217 119 6 / 0.25);
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.border-y-amber-600\/30{
  border-top-color: rgb(217 119 6 / 0.3);
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.border-y-amber-600\/35{
  border-top-color: rgb(217 119 6 / 0.35);
  border-bottom-color: rgb(217 119 6 / 0.35);
}

.border-y-amber-600\/40{
  border-top-color: rgb(217 119 6 / 0.4);
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.border-y-amber-600\/45{
  border-top-color: rgb(217 119 6 / 0.45);
  border-bottom-color: rgb(217 119 6 / 0.45);
}

.border-y-amber-600\/5{
  border-top-color: rgb(217 119 6 / 0.05);
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.border-y-amber-600\/50{
  border-top-color: rgb(217 119 6 / 0.5);
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.border-y-amber-600\/55{
  border-top-color: rgb(217 119 6 / 0.55);
  border-bottom-color: rgb(217 119 6 / 0.55);
}

.border-y-amber-600\/60{
  border-top-color: rgb(217 119 6 / 0.6);
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.border-y-amber-600\/65{
  border-top-color: rgb(217 119 6 / 0.65);
  border-bottom-color: rgb(217 119 6 / 0.65);
}

.border-y-amber-600\/70{
  border-top-color: rgb(217 119 6 / 0.7);
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.border-y-amber-600\/75{
  border-top-color: rgb(217 119 6 / 0.75);
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.border-y-amber-600\/80{
  border-top-color: rgb(217 119 6 / 0.8);
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.border-y-amber-600\/85{
  border-top-color: rgb(217 119 6 / 0.85);
  border-bottom-color: rgb(217 119 6 / 0.85);
}

.border-y-amber-600\/90{
  border-top-color: rgb(217 119 6 / 0.9);
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.border-y-amber-600\/95{
  border-top-color: rgb(217 119 6 / 0.95);
  border-bottom-color: rgb(217 119 6 / 0.95);
}

.border-y-amber-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(180 83 9 / 0.15);
  border-bottom-color: rgb(180 83 9 / 0.15);
}

.border-y-amber-700\/20{
  border-top-color: rgb(180 83 9 / 0.2);
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.border-y-amber-700\/25{
  border-top-color: rgb(180 83 9 / 0.25);
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.border-y-amber-700\/30{
  border-top-color: rgb(180 83 9 / 0.3);
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.border-y-amber-700\/35{
  border-top-color: rgb(180 83 9 / 0.35);
  border-bottom-color: rgb(180 83 9 / 0.35);
}

.border-y-amber-700\/40{
  border-top-color: rgb(180 83 9 / 0.4);
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.border-y-amber-700\/45{
  border-top-color: rgb(180 83 9 / 0.45);
  border-bottom-color: rgb(180 83 9 / 0.45);
}

.border-y-amber-700\/5{
  border-top-color: rgb(180 83 9 / 0.05);
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.border-y-amber-700\/50{
  border-top-color: rgb(180 83 9 / 0.5);
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.border-y-amber-700\/55{
  border-top-color: rgb(180 83 9 / 0.55);
  border-bottom-color: rgb(180 83 9 / 0.55);
}

.border-y-amber-700\/60{
  border-top-color: rgb(180 83 9 / 0.6);
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.border-y-amber-700\/65{
  border-top-color: rgb(180 83 9 / 0.65);
  border-bottom-color: rgb(180 83 9 / 0.65);
}

.border-y-amber-700\/70{
  border-top-color: rgb(180 83 9 / 0.7);
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.border-y-amber-700\/75{
  border-top-color: rgb(180 83 9 / 0.75);
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.border-y-amber-700\/80{
  border-top-color: rgb(180 83 9 / 0.8);
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.border-y-amber-700\/85{
  border-top-color: rgb(180 83 9 / 0.85);
  border-bottom-color: rgb(180 83 9 / 0.85);
}

.border-y-amber-700\/90{
  border-top-color: rgb(180 83 9 / 0.9);
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.border-y-amber-700\/95{
  border-top-color: rgb(180 83 9 / 0.95);
  border-bottom-color: rgb(180 83 9 / 0.95);
}

.border-y-amber-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(146 64 14 / 0.15);
  border-bottom-color: rgb(146 64 14 / 0.15);
}

.border-y-amber-800\/20{
  border-top-color: rgb(146 64 14 / 0.2);
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.border-y-amber-800\/25{
  border-top-color: rgb(146 64 14 / 0.25);
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.border-y-amber-800\/30{
  border-top-color: rgb(146 64 14 / 0.3);
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.border-y-amber-800\/35{
  border-top-color: rgb(146 64 14 / 0.35);
  border-bottom-color: rgb(146 64 14 / 0.35);
}

.border-y-amber-800\/40{
  border-top-color: rgb(146 64 14 / 0.4);
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.border-y-amber-800\/45{
  border-top-color: rgb(146 64 14 / 0.45);
  border-bottom-color: rgb(146 64 14 / 0.45);
}

.border-y-amber-800\/5{
  border-top-color: rgb(146 64 14 / 0.05);
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.border-y-amber-800\/50{
  border-top-color: rgb(146 64 14 / 0.5);
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.border-y-amber-800\/55{
  border-top-color: rgb(146 64 14 / 0.55);
  border-bottom-color: rgb(146 64 14 / 0.55);
}

.border-y-amber-800\/60{
  border-top-color: rgb(146 64 14 / 0.6);
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.border-y-amber-800\/65{
  border-top-color: rgb(146 64 14 / 0.65);
  border-bottom-color: rgb(146 64 14 / 0.65);
}

.border-y-amber-800\/70{
  border-top-color: rgb(146 64 14 / 0.7);
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.border-y-amber-800\/75{
  border-top-color: rgb(146 64 14 / 0.75);
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.border-y-amber-800\/80{
  border-top-color: rgb(146 64 14 / 0.8);
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.border-y-amber-800\/85{
  border-top-color: rgb(146 64 14 / 0.85);
  border-bottom-color: rgb(146 64 14 / 0.85);
}

.border-y-amber-800\/90{
  border-top-color: rgb(146 64 14 / 0.9);
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.border-y-amber-800\/95{
  border-top-color: rgb(146 64 14 / 0.95);
  border-bottom-color: rgb(146 64 14 / 0.95);
}

.border-y-amber-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(120 53 15 / 0.15);
  border-bottom-color: rgb(120 53 15 / 0.15);
}

.border-y-amber-900\/20{
  border-top-color: rgb(120 53 15 / 0.2);
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.border-y-amber-900\/25{
  border-top-color: rgb(120 53 15 / 0.25);
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.border-y-amber-900\/30{
  border-top-color: rgb(120 53 15 / 0.3);
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.border-y-amber-900\/35{
  border-top-color: rgb(120 53 15 / 0.35);
  border-bottom-color: rgb(120 53 15 / 0.35);
}

.border-y-amber-900\/40{
  border-top-color: rgb(120 53 15 / 0.4);
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.border-y-amber-900\/45{
  border-top-color: rgb(120 53 15 / 0.45);
  border-bottom-color: rgb(120 53 15 / 0.45);
}

.border-y-amber-900\/5{
  border-top-color: rgb(120 53 15 / 0.05);
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.border-y-amber-900\/50{
  border-top-color: rgb(120 53 15 / 0.5);
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.border-y-amber-900\/55{
  border-top-color: rgb(120 53 15 / 0.55);
  border-bottom-color: rgb(120 53 15 / 0.55);
}

.border-y-amber-900\/60{
  border-top-color: rgb(120 53 15 / 0.6);
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.border-y-amber-900\/65{
  border-top-color: rgb(120 53 15 / 0.65);
  border-bottom-color: rgb(120 53 15 / 0.65);
}

.border-y-amber-900\/70{
  border-top-color: rgb(120 53 15 / 0.7);
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.border-y-amber-900\/75{
  border-top-color: rgb(120 53 15 / 0.75);
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.border-y-amber-900\/80{
  border-top-color: rgb(120 53 15 / 0.8);
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.border-y-amber-900\/85{
  border-top-color: rgb(120 53 15 / 0.85);
  border-bottom-color: rgb(120 53 15 / 0.85);
}

.border-y-amber-900\/90{
  border-top-color: rgb(120 53 15 / 0.9);
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.border-y-amber-900\/95{
  border-top-color: rgb(120 53 15 / 0.95);
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.border-y-amber-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(69 26 3 / 0.15);
  border-bottom-color: rgb(69 26 3 / 0.15);
}

.border-y-amber-950\/20{
  border-top-color: rgb(69 26 3 / 0.2);
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.border-y-amber-950\/25{
  border-top-color: rgb(69 26 3 / 0.25);
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.border-y-amber-950\/30{
  border-top-color: rgb(69 26 3 / 0.3);
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.border-y-amber-950\/35{
  border-top-color: rgb(69 26 3 / 0.35);
  border-bottom-color: rgb(69 26 3 / 0.35);
}

.border-y-amber-950\/40{
  border-top-color: rgb(69 26 3 / 0.4);
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.border-y-amber-950\/45{
  border-top-color: rgb(69 26 3 / 0.45);
  border-bottom-color: rgb(69 26 3 / 0.45);
}

.border-y-amber-950\/5{
  border-top-color: rgb(69 26 3 / 0.05);
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.border-y-amber-950\/50{
  border-top-color: rgb(69 26 3 / 0.5);
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.border-y-amber-950\/55{
  border-top-color: rgb(69 26 3 / 0.55);
  border-bottom-color: rgb(69 26 3 / 0.55);
}

.border-y-amber-950\/60{
  border-top-color: rgb(69 26 3 / 0.6);
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.border-y-amber-950\/65{
  border-top-color: rgb(69 26 3 / 0.65);
  border-bottom-color: rgb(69 26 3 / 0.65);
}

.border-y-amber-950\/70{
  border-top-color: rgb(69 26 3 / 0.7);
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.border-y-amber-950\/75{
  border-top-color: rgb(69 26 3 / 0.75);
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.border-y-amber-950\/80{
  border-top-color: rgb(69 26 3 / 0.8);
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.border-y-amber-950\/85{
  border-top-color: rgb(69 26 3 / 0.85);
  border-bottom-color: rgb(69 26 3 / 0.85);
}

.border-y-amber-950\/90{
  border-top-color: rgb(69 26 3 / 0.9);
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.border-y-amber-950\/95{
  border-top-color: rgb(69 26 3 / 0.95);
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.border-y-background{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.border-y-background\/0{
  border-top-color: rgb(245 246 250 / 0);
  border-bottom-color: rgb(245 246 250 / 0);
}

.border-y-background\/10{
  border-top-color: rgb(245 246 250 / 0.1);
  border-bottom-color: rgb(245 246 250 / 0.1);
}

.border-y-background\/100{
  border-top-color: rgb(245 246 250 / 1);
  border-bottom-color: rgb(245 246 250 / 1);
}

.border-y-background\/15{
  border-top-color: rgb(245 246 250 / 0.15);
  border-bottom-color: rgb(245 246 250 / 0.15);
}

.border-y-background\/20{
  border-top-color: rgb(245 246 250 / 0.2);
  border-bottom-color: rgb(245 246 250 / 0.2);
}

.border-y-background\/25{
  border-top-color: rgb(245 246 250 / 0.25);
  border-bottom-color: rgb(245 246 250 / 0.25);
}

.border-y-background\/30{
  border-top-color: rgb(245 246 250 / 0.3);
  border-bottom-color: rgb(245 246 250 / 0.3);
}

.border-y-background\/35{
  border-top-color: rgb(245 246 250 / 0.35);
  border-bottom-color: rgb(245 246 250 / 0.35);
}

.border-y-background\/40{
  border-top-color: rgb(245 246 250 / 0.4);
  border-bottom-color: rgb(245 246 250 / 0.4);
}

.border-y-background\/45{
  border-top-color: rgb(245 246 250 / 0.45);
  border-bottom-color: rgb(245 246 250 / 0.45);
}

.border-y-background\/5{
  border-top-color: rgb(245 246 250 / 0.05);
  border-bottom-color: rgb(245 246 250 / 0.05);
}

.border-y-background\/50{
  border-top-color: rgb(245 246 250 / 0.5);
  border-bottom-color: rgb(245 246 250 / 0.5);
}

.border-y-background\/55{
  border-top-color: rgb(245 246 250 / 0.55);
  border-bottom-color: rgb(245 246 250 / 0.55);
}

.border-y-background\/60{
  border-top-color: rgb(245 246 250 / 0.6);
  border-bottom-color: rgb(245 246 250 / 0.6);
}

.border-y-background\/65{
  border-top-color: rgb(245 246 250 / 0.65);
  border-bottom-color: rgb(245 246 250 / 0.65);
}

.border-y-background\/70{
  border-top-color: rgb(245 246 250 / 0.7);
  border-bottom-color: rgb(245 246 250 / 0.7);
}

.border-y-background\/75{
  border-top-color: rgb(245 246 250 / 0.75);
  border-bottom-color: rgb(245 246 250 / 0.75);
}

.border-y-background\/80{
  border-top-color: rgb(245 246 250 / 0.8);
  border-bottom-color: rgb(245 246 250 / 0.8);
}

.border-y-background\/85{
  border-top-color: rgb(245 246 250 / 0.85);
  border-bottom-color: rgb(245 246 250 / 0.85);
}

.border-y-background\/90{
  border-top-color: rgb(245 246 250 / 0.9);
  border-bottom-color: rgb(245 246 250 / 0.9);
}

.border-y-background\/95{
  border-top-color: rgb(245 246 250 / 0.95);
  border-bottom-color: rgb(245 246 250 / 0.95);
}

.border-y-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 44 53 / var(--tw-border-opacity));
  border-bottom-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.border-y-black\/0{
  border-top-color: rgb(41 44 53 / 0);
  border-bottom-color: rgb(41 44 53 / 0);
}

.border-y-black\/10{
  border-top-color: rgb(41 44 53 / 0.1);
  border-bottom-color: rgb(41 44 53 / 0.1);
}

.border-y-black\/100{
  border-top-color: rgb(41 44 53 / 1);
  border-bottom-color: rgb(41 44 53 / 1);
}

.border-y-black\/15{
  border-top-color: rgb(41 44 53 / 0.15);
  border-bottom-color: rgb(41 44 53 / 0.15);
}

.border-y-black\/20{
  border-top-color: rgb(41 44 53 / 0.2);
  border-bottom-color: rgb(41 44 53 / 0.2);
}

.border-y-black\/25{
  border-top-color: rgb(41 44 53 / 0.25);
  border-bottom-color: rgb(41 44 53 / 0.25);
}

.border-y-black\/30{
  border-top-color: rgb(41 44 53 / 0.3);
  border-bottom-color: rgb(41 44 53 / 0.3);
}

.border-y-black\/35{
  border-top-color: rgb(41 44 53 / 0.35);
  border-bottom-color: rgb(41 44 53 / 0.35);
}

.border-y-black\/40{
  border-top-color: rgb(41 44 53 / 0.4);
  border-bottom-color: rgb(41 44 53 / 0.4);
}

.border-y-black\/45{
  border-top-color: rgb(41 44 53 / 0.45);
  border-bottom-color: rgb(41 44 53 / 0.45);
}

.border-y-black\/5{
  border-top-color: rgb(41 44 53 / 0.05);
  border-bottom-color: rgb(41 44 53 / 0.05);
}

.border-y-black\/50{
  border-top-color: rgb(41 44 53 / 0.5);
  border-bottom-color: rgb(41 44 53 / 0.5);
}

.border-y-black\/55{
  border-top-color: rgb(41 44 53 / 0.55);
  border-bottom-color: rgb(41 44 53 / 0.55);
}

.border-y-black\/60{
  border-top-color: rgb(41 44 53 / 0.6);
  border-bottom-color: rgb(41 44 53 / 0.6);
}

.border-y-black\/65{
  border-top-color: rgb(41 44 53 / 0.65);
  border-bottom-color: rgb(41 44 53 / 0.65);
}

.border-y-black\/70{
  border-top-color: rgb(41 44 53 / 0.7);
  border-bottom-color: rgb(41 44 53 / 0.7);
}

.border-y-black\/75{
  border-top-color: rgb(41 44 53 / 0.75);
  border-bottom-color: rgb(41 44 53 / 0.75);
}

.border-y-black\/80{
  border-top-color: rgb(41 44 53 / 0.8);
  border-bottom-color: rgb(41 44 53 / 0.8);
}

.border-y-black\/85{
  border-top-color: rgb(41 44 53 / 0.85);
  border-bottom-color: rgb(41 44 53 / 0.85);
}

.border-y-black\/90{
  border-top-color: rgb(41 44 53 / 0.9);
  border-bottom-color: rgb(41 44 53 / 0.9);
}

.border-y-black\/95{
  border-top-color: rgb(41 44 53 / 0.95);
  border-bottom-color: rgb(41 44 53 / 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\/15{
  border-top-color: rgb(219 234 254 / 0.15);
  border-bottom-color: rgb(219 234 254 / 0.15);
}

.border-y-blue-100\/20{
  border-top-color: rgb(219 234 254 / 0.2);
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.border-y-blue-100\/25{
  border-top-color: rgb(219 234 254 / 0.25);
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.border-y-blue-100\/30{
  border-top-color: rgb(219 234 254 / 0.3);
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.border-y-blue-100\/35{
  border-top-color: rgb(219 234 254 / 0.35);
  border-bottom-color: rgb(219 234 254 / 0.35);
}

.border-y-blue-100\/40{
  border-top-color: rgb(219 234 254 / 0.4);
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.border-y-blue-100\/45{
  border-top-color: rgb(219 234 254 / 0.45);
  border-bottom-color: rgb(219 234 254 / 0.45);
}

.border-y-blue-100\/5{
  border-top-color: rgb(219 234 254 / 0.05);
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.border-y-blue-100\/50{
  border-top-color: rgb(219 234 254 / 0.5);
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.border-y-blue-100\/55{
  border-top-color: rgb(219 234 254 / 0.55);
  border-bottom-color: rgb(219 234 254 / 0.55);
}

.border-y-blue-100\/60{
  border-top-color: rgb(219 234 254 / 0.6);
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.border-y-blue-100\/65{
  border-top-color: rgb(219 234 254 / 0.65);
  border-bottom-color: rgb(219 234 254 / 0.65);
}

.border-y-blue-100\/70{
  border-top-color: rgb(219 234 254 / 0.7);
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.border-y-blue-100\/75{
  border-top-color: rgb(219 234 254 / 0.75);
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.border-y-blue-100\/80{
  border-top-color: rgb(219 234 254 / 0.8);
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.border-y-blue-100\/85{
  border-top-color: rgb(219 234 254 / 0.85);
  border-bottom-color: rgb(219 234 254 / 0.85);
}

.border-y-blue-100\/90{
  border-top-color: rgb(219 234 254 / 0.9);
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.border-y-blue-100\/95{
  border-top-color: rgb(219 234 254 / 0.95);
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.border-y-blue-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(191 219 254 / 0.15);
  border-bottom-color: rgb(191 219 254 / 0.15);
}

.border-y-blue-200\/20{
  border-top-color: rgb(191 219 254 / 0.2);
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.border-y-blue-200\/25{
  border-top-color: rgb(191 219 254 / 0.25);
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.border-y-blue-200\/30{
  border-top-color: rgb(191 219 254 / 0.3);
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.border-y-blue-200\/35{
  border-top-color: rgb(191 219 254 / 0.35);
  border-bottom-color: rgb(191 219 254 / 0.35);
}

.border-y-blue-200\/40{
  border-top-color: rgb(191 219 254 / 0.4);
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.border-y-blue-200\/45{
  border-top-color: rgb(191 219 254 / 0.45);
  border-bottom-color: rgb(191 219 254 / 0.45);
}

.border-y-blue-200\/5{
  border-top-color: rgb(191 219 254 / 0.05);
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.border-y-blue-200\/50{
  border-top-color: rgb(191 219 254 / 0.5);
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.border-y-blue-200\/55{
  border-top-color: rgb(191 219 254 / 0.55);
  border-bottom-color: rgb(191 219 254 / 0.55);
}

.border-y-blue-200\/60{
  border-top-color: rgb(191 219 254 / 0.6);
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.border-y-blue-200\/65{
  border-top-color: rgb(191 219 254 / 0.65);
  border-bottom-color: rgb(191 219 254 / 0.65);
}

.border-y-blue-200\/70{
  border-top-color: rgb(191 219 254 / 0.7);
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.border-y-blue-200\/75{
  border-top-color: rgb(191 219 254 / 0.75);
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.border-y-blue-200\/80{
  border-top-color: rgb(191 219 254 / 0.8);
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.border-y-blue-200\/85{
  border-top-color: rgb(191 219 254 / 0.85);
  border-bottom-color: rgb(191 219 254 / 0.85);
}

.border-y-blue-200\/90{
  border-top-color: rgb(191 219 254 / 0.9);
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.border-y-blue-200\/95{
  border-top-color: rgb(191 219 254 / 0.95);
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.border-y-blue-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(147 197 253 / 0.15);
  border-bottom-color: rgb(147 197 253 / 0.15);
}

.border-y-blue-300\/20{
  border-top-color: rgb(147 197 253 / 0.2);
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.border-y-blue-300\/25{
  border-top-color: rgb(147 197 253 / 0.25);
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.border-y-blue-300\/30{
  border-top-color: rgb(147 197 253 / 0.3);
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.border-y-blue-300\/35{
  border-top-color: rgb(147 197 253 / 0.35);
  border-bottom-color: rgb(147 197 253 / 0.35);
}

.border-y-blue-300\/40{
  border-top-color: rgb(147 197 253 / 0.4);
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.border-y-blue-300\/45{
  border-top-color: rgb(147 197 253 / 0.45);
  border-bottom-color: rgb(147 197 253 / 0.45);
}

.border-y-blue-300\/5{
  border-top-color: rgb(147 197 253 / 0.05);
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.border-y-blue-300\/50{
  border-top-color: rgb(147 197 253 / 0.5);
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.border-y-blue-300\/55{
  border-top-color: rgb(147 197 253 / 0.55);
  border-bottom-color: rgb(147 197 253 / 0.55);
}

.border-y-blue-300\/60{
  border-top-color: rgb(147 197 253 / 0.6);
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.border-y-blue-300\/65{
  border-top-color: rgb(147 197 253 / 0.65);
  border-bottom-color: rgb(147 197 253 / 0.65);
}

.border-y-blue-300\/70{
  border-top-color: rgb(147 197 253 / 0.7);
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.border-y-blue-300\/75{
  border-top-color: rgb(147 197 253 / 0.75);
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.border-y-blue-300\/80{
  border-top-color: rgb(147 197 253 / 0.8);
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.border-y-blue-300\/85{
  border-top-color: rgb(147 197 253 / 0.85);
  border-bottom-color: rgb(147 197 253 / 0.85);
}

.border-y-blue-300\/90{
  border-top-color: rgb(147 197 253 / 0.9);
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.border-y-blue-300\/95{
  border-top-color: rgb(147 197 253 / 0.95);
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.border-y-blue-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(96 165 250 / 0.15);
  border-bottom-color: rgb(96 165 250 / 0.15);
}

.border-y-blue-400\/20{
  border-top-color: rgb(96 165 250 / 0.2);
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.border-y-blue-400\/25{
  border-top-color: rgb(96 165 250 / 0.25);
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.border-y-blue-400\/30{
  border-top-color: rgb(96 165 250 / 0.3);
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.border-y-blue-400\/35{
  border-top-color: rgb(96 165 250 / 0.35);
  border-bottom-color: rgb(96 165 250 / 0.35);
}

.border-y-blue-400\/40{
  border-top-color: rgb(96 165 250 / 0.4);
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.border-y-blue-400\/45{
  border-top-color: rgb(96 165 250 / 0.45);
  border-bottom-color: rgb(96 165 250 / 0.45);
}

.border-y-blue-400\/5{
  border-top-color: rgb(96 165 250 / 0.05);
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.border-y-blue-400\/50{
  border-top-color: rgb(96 165 250 / 0.5);
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.border-y-blue-400\/55{
  border-top-color: rgb(96 165 250 / 0.55);
  border-bottom-color: rgb(96 165 250 / 0.55);
}

.border-y-blue-400\/60{
  border-top-color: rgb(96 165 250 / 0.6);
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.border-y-blue-400\/65{
  border-top-color: rgb(96 165 250 / 0.65);
  border-bottom-color: rgb(96 165 250 / 0.65);
}

.border-y-blue-400\/70{
  border-top-color: rgb(96 165 250 / 0.7);
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.border-y-blue-400\/75{
  border-top-color: rgb(96 165 250 / 0.75);
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.border-y-blue-400\/80{
  border-top-color: rgb(96 165 250 / 0.8);
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.border-y-blue-400\/85{
  border-top-color: rgb(96 165 250 / 0.85);
  border-bottom-color: rgb(96 165 250 / 0.85);
}

.border-y-blue-400\/90{
  border-top-color: rgb(96 165 250 / 0.9);
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.border-y-blue-400\/95{
  border-top-color: rgb(96 165 250 / 0.95);
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.border-y-blue-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(239 246 255 / 0.15);
  border-bottom-color: rgb(239 246 255 / 0.15);
}

.border-y-blue-50\/20{
  border-top-color: rgb(239 246 255 / 0.2);
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.border-y-blue-50\/25{
  border-top-color: rgb(239 246 255 / 0.25);
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.border-y-blue-50\/30{
  border-top-color: rgb(239 246 255 / 0.3);
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.border-y-blue-50\/35{
  border-top-color: rgb(239 246 255 / 0.35);
  border-bottom-color: rgb(239 246 255 / 0.35);
}

.border-y-blue-50\/40{
  border-top-color: rgb(239 246 255 / 0.4);
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.border-y-blue-50\/45{
  border-top-color: rgb(239 246 255 / 0.45);
  border-bottom-color: rgb(239 246 255 / 0.45);
}

.border-y-blue-50\/5{
  border-top-color: rgb(239 246 255 / 0.05);
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.border-y-blue-50\/50{
  border-top-color: rgb(239 246 255 / 0.5);
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.border-y-blue-50\/55{
  border-top-color: rgb(239 246 255 / 0.55);
  border-bottom-color: rgb(239 246 255 / 0.55);
}

.border-y-blue-50\/60{
  border-top-color: rgb(239 246 255 / 0.6);
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.border-y-blue-50\/65{
  border-top-color: rgb(239 246 255 / 0.65);
  border-bottom-color: rgb(239 246 255 / 0.65);
}

.border-y-blue-50\/70{
  border-top-color: rgb(239 246 255 / 0.7);
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.border-y-blue-50\/75{
  border-top-color: rgb(239 246 255 / 0.75);
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.border-y-blue-50\/80{
  border-top-color: rgb(239 246 255 / 0.8);
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.border-y-blue-50\/85{
  border-top-color: rgb(239 246 255 / 0.85);
  border-bottom-color: rgb(239 246 255 / 0.85);
}

.border-y-blue-50\/90{
  border-top-color: rgb(239 246 255 / 0.9);
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.border-y-blue-50\/95{
  border-top-color: rgb(239 246 255 / 0.95);
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.border-y-blue-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(59 130 246 / 0.15);
  border-bottom-color: rgb(59 130 246 / 0.15);
}

.border-y-blue-500\/20{
  border-top-color: rgb(59 130 246 / 0.2);
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.border-y-blue-500\/25{
  border-top-color: rgb(59 130 246 / 0.25);
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.border-y-blue-500\/30{
  border-top-color: rgb(59 130 246 / 0.3);
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.border-y-blue-500\/35{
  border-top-color: rgb(59 130 246 / 0.35);
  border-bottom-color: rgb(59 130 246 / 0.35);
}

.border-y-blue-500\/40{
  border-top-color: rgb(59 130 246 / 0.4);
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.border-y-blue-500\/45{
  border-top-color: rgb(59 130 246 / 0.45);
  border-bottom-color: rgb(59 130 246 / 0.45);
}

.border-y-blue-500\/5{
  border-top-color: rgb(59 130 246 / 0.05);
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.border-y-blue-500\/50{
  border-top-color: rgb(59 130 246 / 0.5);
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.border-y-blue-500\/55{
  border-top-color: rgb(59 130 246 / 0.55);
  border-bottom-color: rgb(59 130 246 / 0.55);
}

.border-y-blue-500\/60{
  border-top-color: rgb(59 130 246 / 0.6);
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.border-y-blue-500\/65{
  border-top-color: rgb(59 130 246 / 0.65);
  border-bottom-color: rgb(59 130 246 / 0.65);
}

.border-y-blue-500\/70{
  border-top-color: rgb(59 130 246 / 0.7);
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.border-y-blue-500\/75{
  border-top-color: rgb(59 130 246 / 0.75);
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.border-y-blue-500\/80{
  border-top-color: rgb(59 130 246 / 0.8);
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.border-y-blue-500\/85{
  border-top-color: rgb(59 130 246 / 0.85);
  border-bottom-color: rgb(59 130 246 / 0.85);
}

.border-y-blue-500\/90{
  border-top-color: rgb(59 130 246 / 0.9);
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.border-y-blue-500\/95{
  border-top-color: rgb(59 130 246 / 0.95);
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.border-y-blue-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(37 99 235 / 0.15);
  border-bottom-color: rgb(37 99 235 / 0.15);
}

.border-y-blue-600\/20{
  border-top-color: rgb(37 99 235 / 0.2);
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.border-y-blue-600\/25{
  border-top-color: rgb(37 99 235 / 0.25);
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.border-y-blue-600\/30{
  border-top-color: rgb(37 99 235 / 0.3);
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.border-y-blue-600\/35{
  border-top-color: rgb(37 99 235 / 0.35);
  border-bottom-color: rgb(37 99 235 / 0.35);
}

.border-y-blue-600\/40{
  border-top-color: rgb(37 99 235 / 0.4);
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.border-y-blue-600\/45{
  border-top-color: rgb(37 99 235 / 0.45);
  border-bottom-color: rgb(37 99 235 / 0.45);
}

.border-y-blue-600\/5{
  border-top-color: rgb(37 99 235 / 0.05);
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.border-y-blue-600\/50{
  border-top-color: rgb(37 99 235 / 0.5);
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.border-y-blue-600\/55{
  border-top-color: rgb(37 99 235 / 0.55);
  border-bottom-color: rgb(37 99 235 / 0.55);
}

.border-y-blue-600\/60{
  border-top-color: rgb(37 99 235 / 0.6);
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.border-y-blue-600\/65{
  border-top-color: rgb(37 99 235 / 0.65);
  border-bottom-color: rgb(37 99 235 / 0.65);
}

.border-y-blue-600\/70{
  border-top-color: rgb(37 99 235 / 0.7);
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.border-y-blue-600\/75{
  border-top-color: rgb(37 99 235 / 0.75);
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.border-y-blue-600\/80{
  border-top-color: rgb(37 99 235 / 0.8);
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.border-y-blue-600\/85{
  border-top-color: rgb(37 99 235 / 0.85);
  border-bottom-color: rgb(37 99 235 / 0.85);
}

.border-y-blue-600\/90{
  border-top-color: rgb(37 99 235 / 0.9);
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.border-y-blue-600\/95{
  border-top-color: rgb(37 99 235 / 0.95);
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.border-y-blue-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(29 78 216 / 0.15);
  border-bottom-color: rgb(29 78 216 / 0.15);
}

.border-y-blue-700\/20{
  border-top-color: rgb(29 78 216 / 0.2);
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.border-y-blue-700\/25{
  border-top-color: rgb(29 78 216 / 0.25);
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.border-y-blue-700\/30{
  border-top-color: rgb(29 78 216 / 0.3);
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.border-y-blue-700\/35{
  border-top-color: rgb(29 78 216 / 0.35);
  border-bottom-color: rgb(29 78 216 / 0.35);
}

.border-y-blue-700\/40{
  border-top-color: rgb(29 78 216 / 0.4);
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.border-y-blue-700\/45{
  border-top-color: rgb(29 78 216 / 0.45);
  border-bottom-color: rgb(29 78 216 / 0.45);
}

.border-y-blue-700\/5{
  border-top-color: rgb(29 78 216 / 0.05);
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.border-y-blue-700\/50{
  border-top-color: rgb(29 78 216 / 0.5);
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.border-y-blue-700\/55{
  border-top-color: rgb(29 78 216 / 0.55);
  border-bottom-color: rgb(29 78 216 / 0.55);
}

.border-y-blue-700\/60{
  border-top-color: rgb(29 78 216 / 0.6);
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.border-y-blue-700\/65{
  border-top-color: rgb(29 78 216 / 0.65);
  border-bottom-color: rgb(29 78 216 / 0.65);
}

.border-y-blue-700\/70{
  border-top-color: rgb(29 78 216 / 0.7);
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.border-y-blue-700\/75{
  border-top-color: rgb(29 78 216 / 0.75);
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.border-y-blue-700\/80{
  border-top-color: rgb(29 78 216 / 0.8);
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.border-y-blue-700\/85{
  border-top-color: rgb(29 78 216 / 0.85);
  border-bottom-color: rgb(29 78 216 / 0.85);
}

.border-y-blue-700\/90{
  border-top-color: rgb(29 78 216 / 0.9);
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.border-y-blue-700\/95{
  border-top-color: rgb(29 78 216 / 0.95);
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.border-y-blue-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(30 64 175 / 0.15);
  border-bottom-color: rgb(30 64 175 / 0.15);
}

.border-y-blue-800\/20{
  border-top-color: rgb(30 64 175 / 0.2);
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.border-y-blue-800\/25{
  border-top-color: rgb(30 64 175 / 0.25);
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.border-y-blue-800\/30{
  border-top-color: rgb(30 64 175 / 0.3);
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.border-y-blue-800\/35{
  border-top-color: rgb(30 64 175 / 0.35);
  border-bottom-color: rgb(30 64 175 / 0.35);
}

.border-y-blue-800\/40{
  border-top-color: rgb(30 64 175 / 0.4);
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.border-y-blue-800\/45{
  border-top-color: rgb(30 64 175 / 0.45);
  border-bottom-color: rgb(30 64 175 / 0.45);
}

.border-y-blue-800\/5{
  border-top-color: rgb(30 64 175 / 0.05);
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.border-y-blue-800\/50{
  border-top-color: rgb(30 64 175 / 0.5);
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.border-y-blue-800\/55{
  border-top-color: rgb(30 64 175 / 0.55);
  border-bottom-color: rgb(30 64 175 / 0.55);
}

.border-y-blue-800\/60{
  border-top-color: rgb(30 64 175 / 0.6);
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.border-y-blue-800\/65{
  border-top-color: rgb(30 64 175 / 0.65);
  border-bottom-color: rgb(30 64 175 / 0.65);
}

.border-y-blue-800\/70{
  border-top-color: rgb(30 64 175 / 0.7);
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.border-y-blue-800\/75{
  border-top-color: rgb(30 64 175 / 0.75);
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.border-y-blue-800\/80{
  border-top-color: rgb(30 64 175 / 0.8);
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.border-y-blue-800\/85{
  border-top-color: rgb(30 64 175 / 0.85);
  border-bottom-color: rgb(30 64 175 / 0.85);
}

.border-y-blue-800\/90{
  border-top-color: rgb(30 64 175 / 0.9);
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.border-y-blue-800\/95{
  border-top-color: rgb(30 64 175 / 0.95);
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.border-y-blue-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(30 58 138 / 0.15);
  border-bottom-color: rgb(30 58 138 / 0.15);
}

.border-y-blue-900\/20{
  border-top-color: rgb(30 58 138 / 0.2);
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.border-y-blue-900\/25{
  border-top-color: rgb(30 58 138 / 0.25);
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.border-y-blue-900\/30{
  border-top-color: rgb(30 58 138 / 0.3);
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.border-y-blue-900\/35{
  border-top-color: rgb(30 58 138 / 0.35);
  border-bottom-color: rgb(30 58 138 / 0.35);
}

.border-y-blue-900\/40{
  border-top-color: rgb(30 58 138 / 0.4);
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.border-y-blue-900\/45{
  border-top-color: rgb(30 58 138 / 0.45);
  border-bottom-color: rgb(30 58 138 / 0.45);
}

.border-y-blue-900\/5{
  border-top-color: rgb(30 58 138 / 0.05);
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.border-y-blue-900\/50{
  border-top-color: rgb(30 58 138 / 0.5);
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.border-y-blue-900\/55{
  border-top-color: rgb(30 58 138 / 0.55);
  border-bottom-color: rgb(30 58 138 / 0.55);
}

.border-y-blue-900\/60{
  border-top-color: rgb(30 58 138 / 0.6);
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.border-y-blue-900\/65{
  border-top-color: rgb(30 58 138 / 0.65);
  border-bottom-color: rgb(30 58 138 / 0.65);
}

.border-y-blue-900\/70{
  border-top-color: rgb(30 58 138 / 0.7);
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.border-y-blue-900\/75{
  border-top-color: rgb(30 58 138 / 0.75);
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.border-y-blue-900\/80{
  border-top-color: rgb(30 58 138 / 0.8);
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.border-y-blue-900\/85{
  border-top-color: rgb(30 58 138 / 0.85);
  border-bottom-color: rgb(30 58 138 / 0.85);
}

.border-y-blue-900\/90{
  border-top-color: rgb(30 58 138 / 0.9);
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.border-y-blue-900\/95{
  border-top-color: rgb(30 58 138 / 0.95);
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.border-y-blue-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(23 37 84 / 0.15);
  border-bottom-color: rgb(23 37 84 / 0.15);
}

.border-y-blue-950\/20{
  border-top-color: rgb(23 37 84 / 0.2);
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.border-y-blue-950\/25{
  border-top-color: rgb(23 37 84 / 0.25);
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.border-y-blue-950\/30{
  border-top-color: rgb(23 37 84 / 0.3);
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.border-y-blue-950\/35{
  border-top-color: rgb(23 37 84 / 0.35);
  border-bottom-color: rgb(23 37 84 / 0.35);
}

.border-y-blue-950\/40{
  border-top-color: rgb(23 37 84 / 0.4);
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.border-y-blue-950\/45{
  border-top-color: rgb(23 37 84 / 0.45);
  border-bottom-color: rgb(23 37 84 / 0.45);
}

.border-y-blue-950\/5{
  border-top-color: rgb(23 37 84 / 0.05);
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.border-y-blue-950\/50{
  border-top-color: rgb(23 37 84 / 0.5);
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.border-y-blue-950\/55{
  border-top-color: rgb(23 37 84 / 0.55);
  border-bottom-color: rgb(23 37 84 / 0.55);
}

.border-y-blue-950\/60{
  border-top-color: rgb(23 37 84 / 0.6);
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.border-y-blue-950\/65{
  border-top-color: rgb(23 37 84 / 0.65);
  border-bottom-color: rgb(23 37 84 / 0.65);
}

.border-y-blue-950\/70{
  border-top-color: rgb(23 37 84 / 0.7);
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.border-y-blue-950\/75{
  border-top-color: rgb(23 37 84 / 0.75);
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.border-y-blue-950\/80{
  border-top-color: rgb(23 37 84 / 0.8);
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.border-y-blue-950\/85{
  border-top-color: rgb(23 37 84 / 0.85);
  border-bottom-color: rgb(23 37 84 / 0.85);
}

.border-y-blue-950\/90{
  border-top-color: rgb(23 37 84 / 0.9);
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.border-y-blue-950\/95{
  border-top-color: rgb(23 37 84 / 0.95);
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.border-y-csv{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 138 43 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.border-y-csv-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 114 37 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.border-y-csv-hover\/0{
  border-top-color: rgb(0 114 37 / 0);
  border-bottom-color: rgb(0 114 37 / 0);
}

.border-y-csv-hover\/10{
  border-top-color: rgb(0 114 37 / 0.1);
  border-bottom-color: rgb(0 114 37 / 0.1);
}

.border-y-csv-hover\/100{
  border-top-color: rgb(0 114 37 / 1);
  border-bottom-color: rgb(0 114 37 / 1);
}

.border-y-csv-hover\/15{
  border-top-color: rgb(0 114 37 / 0.15);
  border-bottom-color: rgb(0 114 37 / 0.15);
}

.border-y-csv-hover\/20{
  border-top-color: rgb(0 114 37 / 0.2);
  border-bottom-color: rgb(0 114 37 / 0.2);
}

.border-y-csv-hover\/25{
  border-top-color: rgb(0 114 37 / 0.25);
  border-bottom-color: rgb(0 114 37 / 0.25);
}

.border-y-csv-hover\/30{
  border-top-color: rgb(0 114 37 / 0.3);
  border-bottom-color: rgb(0 114 37 / 0.3);
}

.border-y-csv-hover\/35{
  border-top-color: rgb(0 114 37 / 0.35);
  border-bottom-color: rgb(0 114 37 / 0.35);
}

.border-y-csv-hover\/40{
  border-top-color: rgb(0 114 37 / 0.4);
  border-bottom-color: rgb(0 114 37 / 0.4);
}

.border-y-csv-hover\/45{
  border-top-color: rgb(0 114 37 / 0.45);
  border-bottom-color: rgb(0 114 37 / 0.45);
}

.border-y-csv-hover\/5{
  border-top-color: rgb(0 114 37 / 0.05);
  border-bottom-color: rgb(0 114 37 / 0.05);
}

.border-y-csv-hover\/50{
  border-top-color: rgb(0 114 37 / 0.5);
  border-bottom-color: rgb(0 114 37 / 0.5);
}

.border-y-csv-hover\/55{
  border-top-color: rgb(0 114 37 / 0.55);
  border-bottom-color: rgb(0 114 37 / 0.55);
}

.border-y-csv-hover\/60{
  border-top-color: rgb(0 114 37 / 0.6);
  border-bottom-color: rgb(0 114 37 / 0.6);
}

.border-y-csv-hover\/65{
  border-top-color: rgb(0 114 37 / 0.65);
  border-bottom-color: rgb(0 114 37 / 0.65);
}

.border-y-csv-hover\/70{
  border-top-color: rgb(0 114 37 / 0.7);
  border-bottom-color: rgb(0 114 37 / 0.7);
}

.border-y-csv-hover\/75{
  border-top-color: rgb(0 114 37 / 0.75);
  border-bottom-color: rgb(0 114 37 / 0.75);
}

.border-y-csv-hover\/80{
  border-top-color: rgb(0 114 37 / 0.8);
  border-bottom-color: rgb(0 114 37 / 0.8);
}

.border-y-csv-hover\/85{
  border-top-color: rgb(0 114 37 / 0.85);
  border-bottom-color: rgb(0 114 37 / 0.85);
}

.border-y-csv-hover\/90{
  border-top-color: rgb(0 114 37 / 0.9);
  border-bottom-color: rgb(0 114 37 / 0.9);
}

.border-y-csv-hover\/95{
  border-top-color: rgb(0 114 37 / 0.95);
  border-bottom-color: rgb(0 114 37 / 0.95);
}

.border-y-csv\/0{
  border-top-color: rgb(0 138 43 / 0);
  border-bottom-color: rgb(0 138 43 / 0);
}

.border-y-csv\/10{
  border-top-color: rgb(0 138 43 / 0.1);
  border-bottom-color: rgb(0 138 43 / 0.1);
}

.border-y-csv\/100{
  border-top-color: rgb(0 138 43 / 1);
  border-bottom-color: rgb(0 138 43 / 1);
}

.border-y-csv\/15{
  border-top-color: rgb(0 138 43 / 0.15);
  border-bottom-color: rgb(0 138 43 / 0.15);
}

.border-y-csv\/20{
  border-top-color: rgb(0 138 43 / 0.2);
  border-bottom-color: rgb(0 138 43 / 0.2);
}

.border-y-csv\/25{
  border-top-color: rgb(0 138 43 / 0.25);
  border-bottom-color: rgb(0 138 43 / 0.25);
}

.border-y-csv\/30{
  border-top-color: rgb(0 138 43 / 0.3);
  border-bottom-color: rgb(0 138 43 / 0.3);
}

.border-y-csv\/35{
  border-top-color: rgb(0 138 43 / 0.35);
  border-bottom-color: rgb(0 138 43 / 0.35);
}

.border-y-csv\/40{
  border-top-color: rgb(0 138 43 / 0.4);
  border-bottom-color: rgb(0 138 43 / 0.4);
}

.border-y-csv\/45{
  border-top-color: rgb(0 138 43 / 0.45);
  border-bottom-color: rgb(0 138 43 / 0.45);
}

.border-y-csv\/5{
  border-top-color: rgb(0 138 43 / 0.05);
  border-bottom-color: rgb(0 138 43 / 0.05);
}

.border-y-csv\/50{
  border-top-color: rgb(0 138 43 / 0.5);
  border-bottom-color: rgb(0 138 43 / 0.5);
}

.border-y-csv\/55{
  border-top-color: rgb(0 138 43 / 0.55);
  border-bottom-color: rgb(0 138 43 / 0.55);
}

.border-y-csv\/60{
  border-top-color: rgb(0 138 43 / 0.6);
  border-bottom-color: rgb(0 138 43 / 0.6);
}

.border-y-csv\/65{
  border-top-color: rgb(0 138 43 / 0.65);
  border-bottom-color: rgb(0 138 43 / 0.65);
}

.border-y-csv\/70{
  border-top-color: rgb(0 138 43 / 0.7);
  border-bottom-color: rgb(0 138 43 / 0.7);
}

.border-y-csv\/75{
  border-top-color: rgb(0 138 43 / 0.75);
  border-bottom-color: rgb(0 138 43 / 0.75);
}

.border-y-csv\/80{
  border-top-color: rgb(0 138 43 / 0.8);
  border-bottom-color: rgb(0 138 43 / 0.8);
}

.border-y-csv\/85{
  border-top-color: rgb(0 138 43 / 0.85);
  border-bottom-color: rgb(0 138 43 / 0.85);
}

.border-y-csv\/90{
  border-top-color: rgb(0 138 43 / 0.9);
  border-bottom-color: rgb(0 138 43 / 0.9);
}

.border-y-csv\/95{
  border-top-color: rgb(0 138 43 / 0.95);
  border-bottom-color: rgb(0 138 43 / 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\/15{
  border-top-color: rgb(207 250 254 / 0.15);
  border-bottom-color: rgb(207 250 254 / 0.15);
}

.border-y-cyan-100\/20{
  border-top-color: rgb(207 250 254 / 0.2);
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.border-y-cyan-100\/25{
  border-top-color: rgb(207 250 254 / 0.25);
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.border-y-cyan-100\/30{
  border-top-color: rgb(207 250 254 / 0.3);
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.border-y-cyan-100\/35{
  border-top-color: rgb(207 250 254 / 0.35);
  border-bottom-color: rgb(207 250 254 / 0.35);
}

.border-y-cyan-100\/40{
  border-top-color: rgb(207 250 254 / 0.4);
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.border-y-cyan-100\/45{
  border-top-color: rgb(207 250 254 / 0.45);
  border-bottom-color: rgb(207 250 254 / 0.45);
}

.border-y-cyan-100\/5{
  border-top-color: rgb(207 250 254 / 0.05);
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.border-y-cyan-100\/50{
  border-top-color: rgb(207 250 254 / 0.5);
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.border-y-cyan-100\/55{
  border-top-color: rgb(207 250 254 / 0.55);
  border-bottom-color: rgb(207 250 254 / 0.55);
}

.border-y-cyan-100\/60{
  border-top-color: rgb(207 250 254 / 0.6);
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.border-y-cyan-100\/65{
  border-top-color: rgb(207 250 254 / 0.65);
  border-bottom-color: rgb(207 250 254 / 0.65);
}

.border-y-cyan-100\/70{
  border-top-color: rgb(207 250 254 / 0.7);
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.border-y-cyan-100\/75{
  border-top-color: rgb(207 250 254 / 0.75);
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.border-y-cyan-100\/80{
  border-top-color: rgb(207 250 254 / 0.8);
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.border-y-cyan-100\/85{
  border-top-color: rgb(207 250 254 / 0.85);
  border-bottom-color: rgb(207 250 254 / 0.85);
}

.border-y-cyan-100\/90{
  border-top-color: rgb(207 250 254 / 0.9);
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.border-y-cyan-100\/95{
  border-top-color: rgb(207 250 254 / 0.95);
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.border-y-cyan-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(165 243 252 / 0.15);
  border-bottom-color: rgb(165 243 252 / 0.15);
}

.border-y-cyan-200\/20{
  border-top-color: rgb(165 243 252 / 0.2);
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.border-y-cyan-200\/25{
  border-top-color: rgb(165 243 252 / 0.25);
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.border-y-cyan-200\/30{
  border-top-color: rgb(165 243 252 / 0.3);
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.border-y-cyan-200\/35{
  border-top-color: rgb(165 243 252 / 0.35);
  border-bottom-color: rgb(165 243 252 / 0.35);
}

.border-y-cyan-200\/40{
  border-top-color: rgb(165 243 252 / 0.4);
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.border-y-cyan-200\/45{
  border-top-color: rgb(165 243 252 / 0.45);
  border-bottom-color: rgb(165 243 252 / 0.45);
}

.border-y-cyan-200\/5{
  border-top-color: rgb(165 243 252 / 0.05);
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.border-y-cyan-200\/50{
  border-top-color: rgb(165 243 252 / 0.5);
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.border-y-cyan-200\/55{
  border-top-color: rgb(165 243 252 / 0.55);
  border-bottom-color: rgb(165 243 252 / 0.55);
}

.border-y-cyan-200\/60{
  border-top-color: rgb(165 243 252 / 0.6);
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.border-y-cyan-200\/65{
  border-top-color: rgb(165 243 252 / 0.65);
  border-bottom-color: rgb(165 243 252 / 0.65);
}

.border-y-cyan-200\/70{
  border-top-color: rgb(165 243 252 / 0.7);
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.border-y-cyan-200\/75{
  border-top-color: rgb(165 243 252 / 0.75);
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.border-y-cyan-200\/80{
  border-top-color: rgb(165 243 252 / 0.8);
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.border-y-cyan-200\/85{
  border-top-color: rgb(165 243 252 / 0.85);
  border-bottom-color: rgb(165 243 252 / 0.85);
}

.border-y-cyan-200\/90{
  border-top-color: rgb(165 243 252 / 0.9);
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.border-y-cyan-200\/95{
  border-top-color: rgb(165 243 252 / 0.95);
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.border-y-cyan-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(103 232 249 / 0.15);
  border-bottom-color: rgb(103 232 249 / 0.15);
}

.border-y-cyan-300\/20{
  border-top-color: rgb(103 232 249 / 0.2);
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.border-y-cyan-300\/25{
  border-top-color: rgb(103 232 249 / 0.25);
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.border-y-cyan-300\/30{
  border-top-color: rgb(103 232 249 / 0.3);
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.border-y-cyan-300\/35{
  border-top-color: rgb(103 232 249 / 0.35);
  border-bottom-color: rgb(103 232 249 / 0.35);
}

.border-y-cyan-300\/40{
  border-top-color: rgb(103 232 249 / 0.4);
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.border-y-cyan-300\/45{
  border-top-color: rgb(103 232 249 / 0.45);
  border-bottom-color: rgb(103 232 249 / 0.45);
}

.border-y-cyan-300\/5{
  border-top-color: rgb(103 232 249 / 0.05);
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.border-y-cyan-300\/50{
  border-top-color: rgb(103 232 249 / 0.5);
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.border-y-cyan-300\/55{
  border-top-color: rgb(103 232 249 / 0.55);
  border-bottom-color: rgb(103 232 249 / 0.55);
}

.border-y-cyan-300\/60{
  border-top-color: rgb(103 232 249 / 0.6);
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.border-y-cyan-300\/65{
  border-top-color: rgb(103 232 249 / 0.65);
  border-bottom-color: rgb(103 232 249 / 0.65);
}

.border-y-cyan-300\/70{
  border-top-color: rgb(103 232 249 / 0.7);
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.border-y-cyan-300\/75{
  border-top-color: rgb(103 232 249 / 0.75);
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.border-y-cyan-300\/80{
  border-top-color: rgb(103 232 249 / 0.8);
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.border-y-cyan-300\/85{
  border-top-color: rgb(103 232 249 / 0.85);
  border-bottom-color: rgb(103 232 249 / 0.85);
}

.border-y-cyan-300\/90{
  border-top-color: rgb(103 232 249 / 0.9);
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.border-y-cyan-300\/95{
  border-top-color: rgb(103 232 249 / 0.95);
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.border-y-cyan-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(34 211 238 / 0.15);
  border-bottom-color: rgb(34 211 238 / 0.15);
}

.border-y-cyan-400\/20{
  border-top-color: rgb(34 211 238 / 0.2);
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.border-y-cyan-400\/25{
  border-top-color: rgb(34 211 238 / 0.25);
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.border-y-cyan-400\/30{
  border-top-color: rgb(34 211 238 / 0.3);
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.border-y-cyan-400\/35{
  border-top-color: rgb(34 211 238 / 0.35);
  border-bottom-color: rgb(34 211 238 / 0.35);
}

.border-y-cyan-400\/40{
  border-top-color: rgb(34 211 238 / 0.4);
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.border-y-cyan-400\/45{
  border-top-color: rgb(34 211 238 / 0.45);
  border-bottom-color: rgb(34 211 238 / 0.45);
}

.border-y-cyan-400\/5{
  border-top-color: rgb(34 211 238 / 0.05);
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.border-y-cyan-400\/50{
  border-top-color: rgb(34 211 238 / 0.5);
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.border-y-cyan-400\/55{
  border-top-color: rgb(34 211 238 / 0.55);
  border-bottom-color: rgb(34 211 238 / 0.55);
}

.border-y-cyan-400\/60{
  border-top-color: rgb(34 211 238 / 0.6);
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.border-y-cyan-400\/65{
  border-top-color: rgb(34 211 238 / 0.65);
  border-bottom-color: rgb(34 211 238 / 0.65);
}

.border-y-cyan-400\/70{
  border-top-color: rgb(34 211 238 / 0.7);
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.border-y-cyan-400\/75{
  border-top-color: rgb(34 211 238 / 0.75);
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.border-y-cyan-400\/80{
  border-top-color: rgb(34 211 238 / 0.8);
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.border-y-cyan-400\/85{
  border-top-color: rgb(34 211 238 / 0.85);
  border-bottom-color: rgb(34 211 238 / 0.85);
}

.border-y-cyan-400\/90{
  border-top-color: rgb(34 211 238 / 0.9);
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.border-y-cyan-400\/95{
  border-top-color: rgb(34 211 238 / 0.95);
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.border-y-cyan-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(236 254 255 / 0.15);
  border-bottom-color: rgb(236 254 255 / 0.15);
}

.border-y-cyan-50\/20{
  border-top-color: rgb(236 254 255 / 0.2);
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.border-y-cyan-50\/25{
  border-top-color: rgb(236 254 255 / 0.25);
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.border-y-cyan-50\/30{
  border-top-color: rgb(236 254 255 / 0.3);
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.border-y-cyan-50\/35{
  border-top-color: rgb(236 254 255 / 0.35);
  border-bottom-color: rgb(236 254 255 / 0.35);
}

.border-y-cyan-50\/40{
  border-top-color: rgb(236 254 255 / 0.4);
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.border-y-cyan-50\/45{
  border-top-color: rgb(236 254 255 / 0.45);
  border-bottom-color: rgb(236 254 255 / 0.45);
}

.border-y-cyan-50\/5{
  border-top-color: rgb(236 254 255 / 0.05);
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.border-y-cyan-50\/50{
  border-top-color: rgb(236 254 255 / 0.5);
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.border-y-cyan-50\/55{
  border-top-color: rgb(236 254 255 / 0.55);
  border-bottom-color: rgb(236 254 255 / 0.55);
}

.border-y-cyan-50\/60{
  border-top-color: rgb(236 254 255 / 0.6);
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.border-y-cyan-50\/65{
  border-top-color: rgb(236 254 255 / 0.65);
  border-bottom-color: rgb(236 254 255 / 0.65);
}

.border-y-cyan-50\/70{
  border-top-color: rgb(236 254 255 / 0.7);
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.border-y-cyan-50\/75{
  border-top-color: rgb(236 254 255 / 0.75);
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.border-y-cyan-50\/80{
  border-top-color: rgb(236 254 255 / 0.8);
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.border-y-cyan-50\/85{
  border-top-color: rgb(236 254 255 / 0.85);
  border-bottom-color: rgb(236 254 255 / 0.85);
}

.border-y-cyan-50\/90{
  border-top-color: rgb(236 254 255 / 0.9);
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.border-y-cyan-50\/95{
  border-top-color: rgb(236 254 255 / 0.95);
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.border-y-cyan-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(6 182 212 / 0.15);
  border-bottom-color: rgb(6 182 212 / 0.15);
}

.border-y-cyan-500\/20{
  border-top-color: rgb(6 182 212 / 0.2);
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.border-y-cyan-500\/25{
  border-top-color: rgb(6 182 212 / 0.25);
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.border-y-cyan-500\/30{
  border-top-color: rgb(6 182 212 / 0.3);
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.border-y-cyan-500\/35{
  border-top-color: rgb(6 182 212 / 0.35);
  border-bottom-color: rgb(6 182 212 / 0.35);
}

.border-y-cyan-500\/40{
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.border-y-cyan-500\/45{
  border-top-color: rgb(6 182 212 / 0.45);
  border-bottom-color: rgb(6 182 212 / 0.45);
}

.border-y-cyan-500\/5{
  border-top-color: rgb(6 182 212 / 0.05);
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.border-y-cyan-500\/50{
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.border-y-cyan-500\/55{
  border-top-color: rgb(6 182 212 / 0.55);
  border-bottom-color: rgb(6 182 212 / 0.55);
}

.border-y-cyan-500\/60{
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.border-y-cyan-500\/65{
  border-top-color: rgb(6 182 212 / 0.65);
  border-bottom-color: rgb(6 182 212 / 0.65);
}

.border-y-cyan-500\/70{
  border-top-color: rgb(6 182 212 / 0.7);
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.border-y-cyan-500\/75{
  border-top-color: rgb(6 182 212 / 0.75);
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.border-y-cyan-500\/80{
  border-top-color: rgb(6 182 212 / 0.8);
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.border-y-cyan-500\/85{
  border-top-color: rgb(6 182 212 / 0.85);
  border-bottom-color: rgb(6 182 212 / 0.85);
}

.border-y-cyan-500\/90{
  border-top-color: rgb(6 182 212 / 0.9);
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.border-y-cyan-500\/95{
  border-top-color: rgb(6 182 212 / 0.95);
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.border-y-cyan-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(8 145 178 / 0.15);
  border-bottom-color: rgb(8 145 178 / 0.15);
}

.border-y-cyan-600\/20{
  border-top-color: rgb(8 145 178 / 0.2);
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.border-y-cyan-600\/25{
  border-top-color: rgb(8 145 178 / 0.25);
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.border-y-cyan-600\/30{
  border-top-color: rgb(8 145 178 / 0.3);
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.border-y-cyan-600\/35{
  border-top-color: rgb(8 145 178 / 0.35);
  border-bottom-color: rgb(8 145 178 / 0.35);
}

.border-y-cyan-600\/40{
  border-top-color: rgb(8 145 178 / 0.4);
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.border-y-cyan-600\/45{
  border-top-color: rgb(8 145 178 / 0.45);
  border-bottom-color: rgb(8 145 178 / 0.45);
}

.border-y-cyan-600\/5{
  border-top-color: rgb(8 145 178 / 0.05);
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.border-y-cyan-600\/50{
  border-top-color: rgb(8 145 178 / 0.5);
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.border-y-cyan-600\/55{
  border-top-color: rgb(8 145 178 / 0.55);
  border-bottom-color: rgb(8 145 178 / 0.55);
}

.border-y-cyan-600\/60{
  border-top-color: rgb(8 145 178 / 0.6);
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.border-y-cyan-600\/65{
  border-top-color: rgb(8 145 178 / 0.65);
  border-bottom-color: rgb(8 145 178 / 0.65);
}

.border-y-cyan-600\/70{
  border-top-color: rgb(8 145 178 / 0.7);
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.border-y-cyan-600\/75{
  border-top-color: rgb(8 145 178 / 0.75);
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.border-y-cyan-600\/80{
  border-top-color: rgb(8 145 178 / 0.8);
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.border-y-cyan-600\/85{
  border-top-color: rgb(8 145 178 / 0.85);
  border-bottom-color: rgb(8 145 178 / 0.85);
}

.border-y-cyan-600\/90{
  border-top-color: rgb(8 145 178 / 0.9);
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.border-y-cyan-600\/95{
  border-top-color: rgb(8 145 178 / 0.95);
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.border-y-cyan-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(14 116 144 / 0.15);
  border-bottom-color: rgb(14 116 144 / 0.15);
}

.border-y-cyan-700\/20{
  border-top-color: rgb(14 116 144 / 0.2);
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.border-y-cyan-700\/25{
  border-top-color: rgb(14 116 144 / 0.25);
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.border-y-cyan-700\/30{
  border-top-color: rgb(14 116 144 / 0.3);
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.border-y-cyan-700\/35{
  border-top-color: rgb(14 116 144 / 0.35);
  border-bottom-color: rgb(14 116 144 / 0.35);
}

.border-y-cyan-700\/40{
  border-top-color: rgb(14 116 144 / 0.4);
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.border-y-cyan-700\/45{
  border-top-color: rgb(14 116 144 / 0.45);
  border-bottom-color: rgb(14 116 144 / 0.45);
}

.border-y-cyan-700\/5{
  border-top-color: rgb(14 116 144 / 0.05);
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.border-y-cyan-700\/50{
  border-top-color: rgb(14 116 144 / 0.5);
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.border-y-cyan-700\/55{
  border-top-color: rgb(14 116 144 / 0.55);
  border-bottom-color: rgb(14 116 144 / 0.55);
}

.border-y-cyan-700\/60{
  border-top-color: rgb(14 116 144 / 0.6);
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.border-y-cyan-700\/65{
  border-top-color: rgb(14 116 144 / 0.65);
  border-bottom-color: rgb(14 116 144 / 0.65);
}

.border-y-cyan-700\/70{
  border-top-color: rgb(14 116 144 / 0.7);
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.border-y-cyan-700\/75{
  border-top-color: rgb(14 116 144 / 0.75);
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.border-y-cyan-700\/80{
  border-top-color: rgb(14 116 144 / 0.8);
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.border-y-cyan-700\/85{
  border-top-color: rgb(14 116 144 / 0.85);
  border-bottom-color: rgb(14 116 144 / 0.85);
}

.border-y-cyan-700\/90{
  border-top-color: rgb(14 116 144 / 0.9);
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.border-y-cyan-700\/95{
  border-top-color: rgb(14 116 144 / 0.95);
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.border-y-cyan-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(21 94 117 / 0.15);
  border-bottom-color: rgb(21 94 117 / 0.15);
}

.border-y-cyan-800\/20{
  border-top-color: rgb(21 94 117 / 0.2);
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.border-y-cyan-800\/25{
  border-top-color: rgb(21 94 117 / 0.25);
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.border-y-cyan-800\/30{
  border-top-color: rgb(21 94 117 / 0.3);
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.border-y-cyan-800\/35{
  border-top-color: rgb(21 94 117 / 0.35);
  border-bottom-color: rgb(21 94 117 / 0.35);
}

.border-y-cyan-800\/40{
  border-top-color: rgb(21 94 117 / 0.4);
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.border-y-cyan-800\/45{
  border-top-color: rgb(21 94 117 / 0.45);
  border-bottom-color: rgb(21 94 117 / 0.45);
}

.border-y-cyan-800\/5{
  border-top-color: rgb(21 94 117 / 0.05);
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.border-y-cyan-800\/50{
  border-top-color: rgb(21 94 117 / 0.5);
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.border-y-cyan-800\/55{
  border-top-color: rgb(21 94 117 / 0.55);
  border-bottom-color: rgb(21 94 117 / 0.55);
}

.border-y-cyan-800\/60{
  border-top-color: rgb(21 94 117 / 0.6);
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.border-y-cyan-800\/65{
  border-top-color: rgb(21 94 117 / 0.65);
  border-bottom-color: rgb(21 94 117 / 0.65);
}

.border-y-cyan-800\/70{
  border-top-color: rgb(21 94 117 / 0.7);
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.border-y-cyan-800\/75{
  border-top-color: rgb(21 94 117 / 0.75);
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.border-y-cyan-800\/80{
  border-top-color: rgb(21 94 117 / 0.8);
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.border-y-cyan-800\/85{
  border-top-color: rgb(21 94 117 / 0.85);
  border-bottom-color: rgb(21 94 117 / 0.85);
}

.border-y-cyan-800\/90{
  border-top-color: rgb(21 94 117 / 0.9);
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.border-y-cyan-800\/95{
  border-top-color: rgb(21 94 117 / 0.95);
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.border-y-cyan-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(22 78 99 / 0.15);
  border-bottom-color: rgb(22 78 99 / 0.15);
}

.border-y-cyan-900\/20{
  border-top-color: rgb(22 78 99 / 0.2);
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.border-y-cyan-900\/25{
  border-top-color: rgb(22 78 99 / 0.25);
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.border-y-cyan-900\/30{
  border-top-color: rgb(22 78 99 / 0.3);
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.border-y-cyan-900\/35{
  border-top-color: rgb(22 78 99 / 0.35);
  border-bottom-color: rgb(22 78 99 / 0.35);
}

.border-y-cyan-900\/40{
  border-top-color: rgb(22 78 99 / 0.4);
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.border-y-cyan-900\/45{
  border-top-color: rgb(22 78 99 / 0.45);
  border-bottom-color: rgb(22 78 99 / 0.45);
}

.border-y-cyan-900\/5{
  border-top-color: rgb(22 78 99 / 0.05);
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.border-y-cyan-900\/50{
  border-top-color: rgb(22 78 99 / 0.5);
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.border-y-cyan-900\/55{
  border-top-color: rgb(22 78 99 / 0.55);
  border-bottom-color: rgb(22 78 99 / 0.55);
}

.border-y-cyan-900\/60{
  border-top-color: rgb(22 78 99 / 0.6);
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.border-y-cyan-900\/65{
  border-top-color: rgb(22 78 99 / 0.65);
  border-bottom-color: rgb(22 78 99 / 0.65);
}

.border-y-cyan-900\/70{
  border-top-color: rgb(22 78 99 / 0.7);
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.border-y-cyan-900\/75{
  border-top-color: rgb(22 78 99 / 0.75);
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.border-y-cyan-900\/80{
  border-top-color: rgb(22 78 99 / 0.8);
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.border-y-cyan-900\/85{
  border-top-color: rgb(22 78 99 / 0.85);
  border-bottom-color: rgb(22 78 99 / 0.85);
}

.border-y-cyan-900\/90{
  border-top-color: rgb(22 78 99 / 0.9);
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.border-y-cyan-900\/95{
  border-top-color: rgb(22 78 99 / 0.95);
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.border-y-cyan-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(8 51 68 / 0.15);
  border-bottom-color: rgb(8 51 68 / 0.15);
}

.border-y-cyan-950\/20{
  border-top-color: rgb(8 51 68 / 0.2);
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.border-y-cyan-950\/25{
  border-top-color: rgb(8 51 68 / 0.25);
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.border-y-cyan-950\/30{
  border-top-color: rgb(8 51 68 / 0.3);
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.border-y-cyan-950\/35{
  border-top-color: rgb(8 51 68 / 0.35);
  border-bottom-color: rgb(8 51 68 / 0.35);
}

.border-y-cyan-950\/40{
  border-top-color: rgb(8 51 68 / 0.4);
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.border-y-cyan-950\/45{
  border-top-color: rgb(8 51 68 / 0.45);
  border-bottom-color: rgb(8 51 68 / 0.45);
}

.border-y-cyan-950\/5{
  border-top-color: rgb(8 51 68 / 0.05);
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.border-y-cyan-950\/50{
  border-top-color: rgb(8 51 68 / 0.5);
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.border-y-cyan-950\/55{
  border-top-color: rgb(8 51 68 / 0.55);
  border-bottom-color: rgb(8 51 68 / 0.55);
}

.border-y-cyan-950\/60{
  border-top-color: rgb(8 51 68 / 0.6);
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.border-y-cyan-950\/65{
  border-top-color: rgb(8 51 68 / 0.65);
  border-bottom-color: rgb(8 51 68 / 0.65);
}

.border-y-cyan-950\/70{
  border-top-color: rgb(8 51 68 / 0.7);
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.border-y-cyan-950\/75{
  border-top-color: rgb(8 51 68 / 0.75);
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.border-y-cyan-950\/80{
  border-top-color: rgb(8 51 68 / 0.8);
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.border-y-cyan-950\/85{
  border-top-color: rgb(8 51 68 / 0.85);
  border-bottom-color: rgb(8 51 68 / 0.85);
}

.border-y-cyan-950\/90{
  border-top-color: rgb(8 51 68 / 0.9);
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.border-y-cyan-950\/95{
  border-top-color: rgb(8 51 68 / 0.95);
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.border-y-danger{
  --tw-border-opacity: 1;
  border-top-color: rgb(207 59 54 / var(--tw-border-opacity));
  border-bottom-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.border-y-danger-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(193 49 44 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.border-y-danger-hover\/0{
  border-top-color: rgb(193 49 44 / 0);
  border-bottom-color: rgb(193 49 44 / 0);
}

.border-y-danger-hover\/10{
  border-top-color: rgb(193 49 44 / 0.1);
  border-bottom-color: rgb(193 49 44 / 0.1);
}

.border-y-danger-hover\/100{
  border-top-color: rgb(193 49 44 / 1);
  border-bottom-color: rgb(193 49 44 / 1);
}

.border-y-danger-hover\/15{
  border-top-color: rgb(193 49 44 / 0.15);
  border-bottom-color: rgb(193 49 44 / 0.15);
}

.border-y-danger-hover\/20{
  border-top-color: rgb(193 49 44 / 0.2);
  border-bottom-color: rgb(193 49 44 / 0.2);
}

.border-y-danger-hover\/25{
  border-top-color: rgb(193 49 44 / 0.25);
  border-bottom-color: rgb(193 49 44 / 0.25);
}

.border-y-danger-hover\/30{
  border-top-color: rgb(193 49 44 / 0.3);
  border-bottom-color: rgb(193 49 44 / 0.3);
}

.border-y-danger-hover\/35{
  border-top-color: rgb(193 49 44 / 0.35);
  border-bottom-color: rgb(193 49 44 / 0.35);
}

.border-y-danger-hover\/40{
  border-top-color: rgb(193 49 44 / 0.4);
  border-bottom-color: rgb(193 49 44 / 0.4);
}

.border-y-danger-hover\/45{
  border-top-color: rgb(193 49 44 / 0.45);
  border-bottom-color: rgb(193 49 44 / 0.45);
}

.border-y-danger-hover\/5{
  border-top-color: rgb(193 49 44 / 0.05);
  border-bottom-color: rgb(193 49 44 / 0.05);
}

.border-y-danger-hover\/50{
  border-top-color: rgb(193 49 44 / 0.5);
  border-bottom-color: rgb(193 49 44 / 0.5);
}

.border-y-danger-hover\/55{
  border-top-color: rgb(193 49 44 / 0.55);
  border-bottom-color: rgb(193 49 44 / 0.55);
}

.border-y-danger-hover\/60{
  border-top-color: rgb(193 49 44 / 0.6);
  border-bottom-color: rgb(193 49 44 / 0.6);
}

.border-y-danger-hover\/65{
  border-top-color: rgb(193 49 44 / 0.65);
  border-bottom-color: rgb(193 49 44 / 0.65);
}

.border-y-danger-hover\/70{
  border-top-color: rgb(193 49 44 / 0.7);
  border-bottom-color: rgb(193 49 44 / 0.7);
}

.border-y-danger-hover\/75{
  border-top-color: rgb(193 49 44 / 0.75);
  border-bottom-color: rgb(193 49 44 / 0.75);
}

.border-y-danger-hover\/80{
  border-top-color: rgb(193 49 44 / 0.8);
  border-bottom-color: rgb(193 49 44 / 0.8);
}

.border-y-danger-hover\/85{
  border-top-color: rgb(193 49 44 / 0.85);
  border-bottom-color: rgb(193 49 44 / 0.85);
}

.border-y-danger-hover\/90{
  border-top-color: rgb(193 49 44 / 0.9);
  border-bottom-color: rgb(193 49 44 / 0.9);
}

.border-y-danger-hover\/95{
  border-top-color: rgb(193 49 44 / 0.95);
  border-bottom-color: rgb(193 49 44 / 0.95);
}

.border-y-danger\/0{
  border-top-color: rgb(207 59 54 / 0);
  border-bottom-color: rgb(207 59 54 / 0);
}

.border-y-danger\/10{
  border-top-color: rgb(207 59 54 / 0.1);
  border-bottom-color: rgb(207 59 54 / 0.1);
}

.border-y-danger\/100{
  border-top-color: rgb(207 59 54 / 1);
  border-bottom-color: rgb(207 59 54 / 1);
}

.border-y-danger\/15{
  border-top-color: rgb(207 59 54 / 0.15);
  border-bottom-color: rgb(207 59 54 / 0.15);
}

.border-y-danger\/20{
  border-top-color: rgb(207 59 54 / 0.2);
  border-bottom-color: rgb(207 59 54 / 0.2);
}

.border-y-danger\/25{
  border-top-color: rgb(207 59 54 / 0.25);
  border-bottom-color: rgb(207 59 54 / 0.25);
}

.border-y-danger\/30{
  border-top-color: rgb(207 59 54 / 0.3);
  border-bottom-color: rgb(207 59 54 / 0.3);
}

.border-y-danger\/35{
  border-top-color: rgb(207 59 54 / 0.35);
  border-bottom-color: rgb(207 59 54 / 0.35);
}

.border-y-danger\/40{
  border-top-color: rgb(207 59 54 / 0.4);
  border-bottom-color: rgb(207 59 54 / 0.4);
}

.border-y-danger\/45{
  border-top-color: rgb(207 59 54 / 0.45);
  border-bottom-color: rgb(207 59 54 / 0.45);
}

.border-y-danger\/5{
  border-top-color: rgb(207 59 54 / 0.05);
  border-bottom-color: rgb(207 59 54 / 0.05);
}

.border-y-danger\/50{
  border-top-color: rgb(207 59 54 / 0.5);
  border-bottom-color: rgb(207 59 54 / 0.5);
}

.border-y-danger\/55{
  border-top-color: rgb(207 59 54 / 0.55);
  border-bottom-color: rgb(207 59 54 / 0.55);
}

.border-y-danger\/60{
  border-top-color: rgb(207 59 54 / 0.6);
  border-bottom-color: rgb(207 59 54 / 0.6);
}

.border-y-danger\/65{
  border-top-color: rgb(207 59 54 / 0.65);
  border-bottom-color: rgb(207 59 54 / 0.65);
}

.border-y-danger\/70{
  border-top-color: rgb(207 59 54 / 0.7);
  border-bottom-color: rgb(207 59 54 / 0.7);
}

.border-y-danger\/75{
  border-top-color: rgb(207 59 54 / 0.75);
  border-bottom-color: rgb(207 59 54 / 0.75);
}

.border-y-danger\/80{
  border-top-color: rgb(207 59 54 / 0.8);
  border-bottom-color: rgb(207 59 54 / 0.8);
}

.border-y-danger\/85{
  border-top-color: rgb(207 59 54 / 0.85);
  border-bottom-color: rgb(207 59 54 / 0.85);
}

.border-y-danger\/90{
  border-top-color: rgb(207 59 54 / 0.9);
  border-bottom-color: rgb(207 59 54 / 0.9);
}

.border-y-danger\/95{
  border-top-color: rgb(207 59 54 / 0.95);
  border-bottom-color: rgb(207 59 54 / 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\/15{
  border-top-color: rgb(209 250 229 / 0.15);
  border-bottom-color: rgb(209 250 229 / 0.15);
}

.border-y-emerald-100\/20{
  border-top-color: rgb(209 250 229 / 0.2);
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.border-y-emerald-100\/25{
  border-top-color: rgb(209 250 229 / 0.25);
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.border-y-emerald-100\/30{
  border-top-color: rgb(209 250 229 / 0.3);
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.border-y-emerald-100\/35{
  border-top-color: rgb(209 250 229 / 0.35);
  border-bottom-color: rgb(209 250 229 / 0.35);
}

.border-y-emerald-100\/40{
  border-top-color: rgb(209 250 229 / 0.4);
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.border-y-emerald-100\/45{
  border-top-color: rgb(209 250 229 / 0.45);
  border-bottom-color: rgb(209 250 229 / 0.45);
}

.border-y-emerald-100\/5{
  border-top-color: rgb(209 250 229 / 0.05);
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.border-y-emerald-100\/50{
  border-top-color: rgb(209 250 229 / 0.5);
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.border-y-emerald-100\/55{
  border-top-color: rgb(209 250 229 / 0.55);
  border-bottom-color: rgb(209 250 229 / 0.55);
}

.border-y-emerald-100\/60{
  border-top-color: rgb(209 250 229 / 0.6);
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.border-y-emerald-100\/65{
  border-top-color: rgb(209 250 229 / 0.65);
  border-bottom-color: rgb(209 250 229 / 0.65);
}

.border-y-emerald-100\/70{
  border-top-color: rgb(209 250 229 / 0.7);
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.border-y-emerald-100\/75{
  border-top-color: rgb(209 250 229 / 0.75);
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.border-y-emerald-100\/80{
  border-top-color: rgb(209 250 229 / 0.8);
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.border-y-emerald-100\/85{
  border-top-color: rgb(209 250 229 / 0.85);
  border-bottom-color: rgb(209 250 229 / 0.85);
}

.border-y-emerald-100\/90{
  border-top-color: rgb(209 250 229 / 0.9);
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.border-y-emerald-100\/95{
  border-top-color: rgb(209 250 229 / 0.95);
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.border-y-emerald-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(167 243 208 / 0.15);
  border-bottom-color: rgb(167 243 208 / 0.15);
}

.border-y-emerald-200\/20{
  border-top-color: rgb(167 243 208 / 0.2);
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.border-y-emerald-200\/25{
  border-top-color: rgb(167 243 208 / 0.25);
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.border-y-emerald-200\/30{
  border-top-color: rgb(167 243 208 / 0.3);
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.border-y-emerald-200\/35{
  border-top-color: rgb(167 243 208 / 0.35);
  border-bottom-color: rgb(167 243 208 / 0.35);
}

.border-y-emerald-200\/40{
  border-top-color: rgb(167 243 208 / 0.4);
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.border-y-emerald-200\/45{
  border-top-color: rgb(167 243 208 / 0.45);
  border-bottom-color: rgb(167 243 208 / 0.45);
}

.border-y-emerald-200\/5{
  border-top-color: rgb(167 243 208 / 0.05);
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.border-y-emerald-200\/50{
  border-top-color: rgb(167 243 208 / 0.5);
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.border-y-emerald-200\/55{
  border-top-color: rgb(167 243 208 / 0.55);
  border-bottom-color: rgb(167 243 208 / 0.55);
}

.border-y-emerald-200\/60{
  border-top-color: rgb(167 243 208 / 0.6);
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.border-y-emerald-200\/65{
  border-top-color: rgb(167 243 208 / 0.65);
  border-bottom-color: rgb(167 243 208 / 0.65);
}

.border-y-emerald-200\/70{
  border-top-color: rgb(167 243 208 / 0.7);
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.border-y-emerald-200\/75{
  border-top-color: rgb(167 243 208 / 0.75);
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.border-y-emerald-200\/80{
  border-top-color: rgb(167 243 208 / 0.8);
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.border-y-emerald-200\/85{
  border-top-color: rgb(167 243 208 / 0.85);
  border-bottom-color: rgb(167 243 208 / 0.85);
}

.border-y-emerald-200\/90{
  border-top-color: rgb(167 243 208 / 0.9);
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.border-y-emerald-200\/95{
  border-top-color: rgb(167 243 208 / 0.95);
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.border-y-emerald-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(110 231 183 / 0.15);
  border-bottom-color: rgb(110 231 183 / 0.15);
}

.border-y-emerald-300\/20{
  border-top-color: rgb(110 231 183 / 0.2);
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.border-y-emerald-300\/25{
  border-top-color: rgb(110 231 183 / 0.25);
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.border-y-emerald-300\/30{
  border-top-color: rgb(110 231 183 / 0.3);
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.border-y-emerald-300\/35{
  border-top-color: rgb(110 231 183 / 0.35);
  border-bottom-color: rgb(110 231 183 / 0.35);
}

.border-y-emerald-300\/40{
  border-top-color: rgb(110 231 183 / 0.4);
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.border-y-emerald-300\/45{
  border-top-color: rgb(110 231 183 / 0.45);
  border-bottom-color: rgb(110 231 183 / 0.45);
}

.border-y-emerald-300\/5{
  border-top-color: rgb(110 231 183 / 0.05);
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.border-y-emerald-300\/50{
  border-top-color: rgb(110 231 183 / 0.5);
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.border-y-emerald-300\/55{
  border-top-color: rgb(110 231 183 / 0.55);
  border-bottom-color: rgb(110 231 183 / 0.55);
}

.border-y-emerald-300\/60{
  border-top-color: rgb(110 231 183 / 0.6);
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.border-y-emerald-300\/65{
  border-top-color: rgb(110 231 183 / 0.65);
  border-bottom-color: rgb(110 231 183 / 0.65);
}

.border-y-emerald-300\/70{
  border-top-color: rgb(110 231 183 / 0.7);
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.border-y-emerald-300\/75{
  border-top-color: rgb(110 231 183 / 0.75);
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.border-y-emerald-300\/80{
  border-top-color: rgb(110 231 183 / 0.8);
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.border-y-emerald-300\/85{
  border-top-color: rgb(110 231 183 / 0.85);
  border-bottom-color: rgb(110 231 183 / 0.85);
}

.border-y-emerald-300\/90{
  border-top-color: rgb(110 231 183 / 0.9);
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.border-y-emerald-300\/95{
  border-top-color: rgb(110 231 183 / 0.95);
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.border-y-emerald-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(52 211 153 / 0.15);
  border-bottom-color: rgb(52 211 153 / 0.15);
}

.border-y-emerald-400\/20{
  border-top-color: rgb(52 211 153 / 0.2);
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.border-y-emerald-400\/25{
  border-top-color: rgb(52 211 153 / 0.25);
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.border-y-emerald-400\/30{
  border-top-color: rgb(52 211 153 / 0.3);
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.border-y-emerald-400\/35{
  border-top-color: rgb(52 211 153 / 0.35);
  border-bottom-color: rgb(52 211 153 / 0.35);
}

.border-y-emerald-400\/40{
  border-top-color: rgb(52 211 153 / 0.4);
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.border-y-emerald-400\/45{
  border-top-color: rgb(52 211 153 / 0.45);
  border-bottom-color: rgb(52 211 153 / 0.45);
}

.border-y-emerald-400\/5{
  border-top-color: rgb(52 211 153 / 0.05);
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.border-y-emerald-400\/50{
  border-top-color: rgb(52 211 153 / 0.5);
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.border-y-emerald-400\/55{
  border-top-color: rgb(52 211 153 / 0.55);
  border-bottom-color: rgb(52 211 153 / 0.55);
}

.border-y-emerald-400\/60{
  border-top-color: rgb(52 211 153 / 0.6);
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.border-y-emerald-400\/65{
  border-top-color: rgb(52 211 153 / 0.65);
  border-bottom-color: rgb(52 211 153 / 0.65);
}

.border-y-emerald-400\/70{
  border-top-color: rgb(52 211 153 / 0.7);
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.border-y-emerald-400\/75{
  border-top-color: rgb(52 211 153 / 0.75);
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.border-y-emerald-400\/80{
  border-top-color: rgb(52 211 153 / 0.8);
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.border-y-emerald-400\/85{
  border-top-color: rgb(52 211 153 / 0.85);
  border-bottom-color: rgb(52 211 153 / 0.85);
}

.border-y-emerald-400\/90{
  border-top-color: rgb(52 211 153 / 0.9);
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.border-y-emerald-400\/95{
  border-top-color: rgb(52 211 153 / 0.95);
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.border-y-emerald-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(236 253 245 / 0.15);
  border-bottom-color: rgb(236 253 245 / 0.15);
}

.border-y-emerald-50\/20{
  border-top-color: rgb(236 253 245 / 0.2);
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.border-y-emerald-50\/25{
  border-top-color: rgb(236 253 245 / 0.25);
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.border-y-emerald-50\/30{
  border-top-color: rgb(236 253 245 / 0.3);
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.border-y-emerald-50\/35{
  border-top-color: rgb(236 253 245 / 0.35);
  border-bottom-color: rgb(236 253 245 / 0.35);
}

.border-y-emerald-50\/40{
  border-top-color: rgb(236 253 245 / 0.4);
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.border-y-emerald-50\/45{
  border-top-color: rgb(236 253 245 / 0.45);
  border-bottom-color: rgb(236 253 245 / 0.45);
}

.border-y-emerald-50\/5{
  border-top-color: rgb(236 253 245 / 0.05);
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.border-y-emerald-50\/50{
  border-top-color: rgb(236 253 245 / 0.5);
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.border-y-emerald-50\/55{
  border-top-color: rgb(236 253 245 / 0.55);
  border-bottom-color: rgb(236 253 245 / 0.55);
}

.border-y-emerald-50\/60{
  border-top-color: rgb(236 253 245 / 0.6);
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.border-y-emerald-50\/65{
  border-top-color: rgb(236 253 245 / 0.65);
  border-bottom-color: rgb(236 253 245 / 0.65);
}

.border-y-emerald-50\/70{
  border-top-color: rgb(236 253 245 / 0.7);
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.border-y-emerald-50\/75{
  border-top-color: rgb(236 253 245 / 0.75);
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.border-y-emerald-50\/80{
  border-top-color: rgb(236 253 245 / 0.8);
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.border-y-emerald-50\/85{
  border-top-color: rgb(236 253 245 / 0.85);
  border-bottom-color: rgb(236 253 245 / 0.85);
}

.border-y-emerald-50\/90{
  border-top-color: rgb(236 253 245 / 0.9);
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.border-y-emerald-50\/95{
  border-top-color: rgb(236 253 245 / 0.95);
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.border-y-emerald-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(16 185 129 / 0.15);
  border-bottom-color: rgb(16 185 129 / 0.15);
}

.border-y-emerald-500\/20{
  border-top-color: rgb(16 185 129 / 0.2);
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.border-y-emerald-500\/25{
  border-top-color: rgb(16 185 129 / 0.25);
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.border-y-emerald-500\/30{
  border-top-color: rgb(16 185 129 / 0.3);
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.border-y-emerald-500\/35{
  border-top-color: rgb(16 185 129 / 0.35);
  border-bottom-color: rgb(16 185 129 / 0.35);
}

.border-y-emerald-500\/40{
  border-top-color: rgb(16 185 129 / 0.4);
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.border-y-emerald-500\/45{
  border-top-color: rgb(16 185 129 / 0.45);
  border-bottom-color: rgb(16 185 129 / 0.45);
}

.border-y-emerald-500\/5{
  border-top-color: rgb(16 185 129 / 0.05);
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.border-y-emerald-500\/50{
  border-top-color: rgb(16 185 129 / 0.5);
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.border-y-emerald-500\/55{
  border-top-color: rgb(16 185 129 / 0.55);
  border-bottom-color: rgb(16 185 129 / 0.55);
}

.border-y-emerald-500\/60{
  border-top-color: rgb(16 185 129 / 0.6);
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.border-y-emerald-500\/65{
  border-top-color: rgb(16 185 129 / 0.65);
  border-bottom-color: rgb(16 185 129 / 0.65);
}

.border-y-emerald-500\/70{
  border-top-color: rgb(16 185 129 / 0.7);
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.border-y-emerald-500\/75{
  border-top-color: rgb(16 185 129 / 0.75);
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.border-y-emerald-500\/80{
  border-top-color: rgb(16 185 129 / 0.8);
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.border-y-emerald-500\/85{
  border-top-color: rgb(16 185 129 / 0.85);
  border-bottom-color: rgb(16 185 129 / 0.85);
}

.border-y-emerald-500\/90{
  border-top-color: rgb(16 185 129 / 0.9);
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.border-y-emerald-500\/95{
  border-top-color: rgb(16 185 129 / 0.95);
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.border-y-emerald-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(5 150 105 / 0.15);
  border-bottom-color: rgb(5 150 105 / 0.15);
}

.border-y-emerald-600\/20{
  border-top-color: rgb(5 150 105 / 0.2);
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.border-y-emerald-600\/25{
  border-top-color: rgb(5 150 105 / 0.25);
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.border-y-emerald-600\/30{
  border-top-color: rgb(5 150 105 / 0.3);
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.border-y-emerald-600\/35{
  border-top-color: rgb(5 150 105 / 0.35);
  border-bottom-color: rgb(5 150 105 / 0.35);
}

.border-y-emerald-600\/40{
  border-top-color: rgb(5 150 105 / 0.4);
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.border-y-emerald-600\/45{
  border-top-color: rgb(5 150 105 / 0.45);
  border-bottom-color: rgb(5 150 105 / 0.45);
}

.border-y-emerald-600\/5{
  border-top-color: rgb(5 150 105 / 0.05);
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.border-y-emerald-600\/50{
  border-top-color: rgb(5 150 105 / 0.5);
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.border-y-emerald-600\/55{
  border-top-color: rgb(5 150 105 / 0.55);
  border-bottom-color: rgb(5 150 105 / 0.55);
}

.border-y-emerald-600\/60{
  border-top-color: rgb(5 150 105 / 0.6);
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.border-y-emerald-600\/65{
  border-top-color: rgb(5 150 105 / 0.65);
  border-bottom-color: rgb(5 150 105 / 0.65);
}

.border-y-emerald-600\/70{
  border-top-color: rgb(5 150 105 / 0.7);
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.border-y-emerald-600\/75{
  border-top-color: rgb(5 150 105 / 0.75);
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.border-y-emerald-600\/80{
  border-top-color: rgb(5 150 105 / 0.8);
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.border-y-emerald-600\/85{
  border-top-color: rgb(5 150 105 / 0.85);
  border-bottom-color: rgb(5 150 105 / 0.85);
}

.border-y-emerald-600\/90{
  border-top-color: rgb(5 150 105 / 0.9);
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.border-y-emerald-600\/95{
  border-top-color: rgb(5 150 105 / 0.95);
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.border-y-emerald-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(4 120 87 / 0.15);
  border-bottom-color: rgb(4 120 87 / 0.15);
}

.border-y-emerald-700\/20{
  border-top-color: rgb(4 120 87 / 0.2);
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.border-y-emerald-700\/25{
  border-top-color: rgb(4 120 87 / 0.25);
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.border-y-emerald-700\/30{
  border-top-color: rgb(4 120 87 / 0.3);
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.border-y-emerald-700\/35{
  border-top-color: rgb(4 120 87 / 0.35);
  border-bottom-color: rgb(4 120 87 / 0.35);
}

.border-y-emerald-700\/40{
  border-top-color: rgb(4 120 87 / 0.4);
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.border-y-emerald-700\/45{
  border-top-color: rgb(4 120 87 / 0.45);
  border-bottom-color: rgb(4 120 87 / 0.45);
}

.border-y-emerald-700\/5{
  border-top-color: rgb(4 120 87 / 0.05);
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.border-y-emerald-700\/50{
  border-top-color: rgb(4 120 87 / 0.5);
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.border-y-emerald-700\/55{
  border-top-color: rgb(4 120 87 / 0.55);
  border-bottom-color: rgb(4 120 87 / 0.55);
}

.border-y-emerald-700\/60{
  border-top-color: rgb(4 120 87 / 0.6);
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.border-y-emerald-700\/65{
  border-top-color: rgb(4 120 87 / 0.65);
  border-bottom-color: rgb(4 120 87 / 0.65);
}

.border-y-emerald-700\/70{
  border-top-color: rgb(4 120 87 / 0.7);
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.border-y-emerald-700\/75{
  border-top-color: rgb(4 120 87 / 0.75);
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.border-y-emerald-700\/80{
  border-top-color: rgb(4 120 87 / 0.8);
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.border-y-emerald-700\/85{
  border-top-color: rgb(4 120 87 / 0.85);
  border-bottom-color: rgb(4 120 87 / 0.85);
}

.border-y-emerald-700\/90{
  border-top-color: rgb(4 120 87 / 0.9);
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.border-y-emerald-700\/95{
  border-top-color: rgb(4 120 87 / 0.95);
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.border-y-emerald-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(6 95 70 / 0.15);
  border-bottom-color: rgb(6 95 70 / 0.15);
}

.border-y-emerald-800\/20{
  border-top-color: rgb(6 95 70 / 0.2);
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.border-y-emerald-800\/25{
  border-top-color: rgb(6 95 70 / 0.25);
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.border-y-emerald-800\/30{
  border-top-color: rgb(6 95 70 / 0.3);
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.border-y-emerald-800\/35{
  border-top-color: rgb(6 95 70 / 0.35);
  border-bottom-color: rgb(6 95 70 / 0.35);
}

.border-y-emerald-800\/40{
  border-top-color: rgb(6 95 70 / 0.4);
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.border-y-emerald-800\/45{
  border-top-color: rgb(6 95 70 / 0.45);
  border-bottom-color: rgb(6 95 70 / 0.45);
}

.border-y-emerald-800\/5{
  border-top-color: rgb(6 95 70 / 0.05);
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.border-y-emerald-800\/50{
  border-top-color: rgb(6 95 70 / 0.5);
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.border-y-emerald-800\/55{
  border-top-color: rgb(6 95 70 / 0.55);
  border-bottom-color: rgb(6 95 70 / 0.55);
}

.border-y-emerald-800\/60{
  border-top-color: rgb(6 95 70 / 0.6);
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.border-y-emerald-800\/65{
  border-top-color: rgb(6 95 70 / 0.65);
  border-bottom-color: rgb(6 95 70 / 0.65);
}

.border-y-emerald-800\/70{
  border-top-color: rgb(6 95 70 / 0.7);
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.border-y-emerald-800\/75{
  border-top-color: rgb(6 95 70 / 0.75);
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.border-y-emerald-800\/80{
  border-top-color: rgb(6 95 70 / 0.8);
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.border-y-emerald-800\/85{
  border-top-color: rgb(6 95 70 / 0.85);
  border-bottom-color: rgb(6 95 70 / 0.85);
}

.border-y-emerald-800\/90{
  border-top-color: rgb(6 95 70 / 0.9);
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.border-y-emerald-800\/95{
  border-top-color: rgb(6 95 70 / 0.95);
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.border-y-emerald-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(6 78 59 / 0.15);
  border-bottom-color: rgb(6 78 59 / 0.15);
}

.border-y-emerald-900\/20{
  border-top-color: rgb(6 78 59 / 0.2);
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.border-y-emerald-900\/25{
  border-top-color: rgb(6 78 59 / 0.25);
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.border-y-emerald-900\/30{
  border-top-color: rgb(6 78 59 / 0.3);
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.border-y-emerald-900\/35{
  border-top-color: rgb(6 78 59 / 0.35);
  border-bottom-color: rgb(6 78 59 / 0.35);
}

.border-y-emerald-900\/40{
  border-top-color: rgb(6 78 59 / 0.4);
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.border-y-emerald-900\/45{
  border-top-color: rgb(6 78 59 / 0.45);
  border-bottom-color: rgb(6 78 59 / 0.45);
}

.border-y-emerald-900\/5{
  border-top-color: rgb(6 78 59 / 0.05);
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.border-y-emerald-900\/50{
  border-top-color: rgb(6 78 59 / 0.5);
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.border-y-emerald-900\/55{
  border-top-color: rgb(6 78 59 / 0.55);
  border-bottom-color: rgb(6 78 59 / 0.55);
}

.border-y-emerald-900\/60{
  border-top-color: rgb(6 78 59 / 0.6);
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.border-y-emerald-900\/65{
  border-top-color: rgb(6 78 59 / 0.65);
  border-bottom-color: rgb(6 78 59 / 0.65);
}

.border-y-emerald-900\/70{
  border-top-color: rgb(6 78 59 / 0.7);
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.border-y-emerald-900\/75{
  border-top-color: rgb(6 78 59 / 0.75);
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.border-y-emerald-900\/80{
  border-top-color: rgb(6 78 59 / 0.8);
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.border-y-emerald-900\/85{
  border-top-color: rgb(6 78 59 / 0.85);
  border-bottom-color: rgb(6 78 59 / 0.85);
}

.border-y-emerald-900\/90{
  border-top-color: rgb(6 78 59 / 0.9);
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.border-y-emerald-900\/95{
  border-top-color: rgb(6 78 59 / 0.95);
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.border-y-emerald-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(2 44 34 / 0.15);
  border-bottom-color: rgb(2 44 34 / 0.15);
}

.border-y-emerald-950\/20{
  border-top-color: rgb(2 44 34 / 0.2);
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.border-y-emerald-950\/25{
  border-top-color: rgb(2 44 34 / 0.25);
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.border-y-emerald-950\/30{
  border-top-color: rgb(2 44 34 / 0.3);
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.border-y-emerald-950\/35{
  border-top-color: rgb(2 44 34 / 0.35);
  border-bottom-color: rgb(2 44 34 / 0.35);
}

.border-y-emerald-950\/40{
  border-top-color: rgb(2 44 34 / 0.4);
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.border-y-emerald-950\/45{
  border-top-color: rgb(2 44 34 / 0.45);
  border-bottom-color: rgb(2 44 34 / 0.45);
}

.border-y-emerald-950\/5{
  border-top-color: rgb(2 44 34 / 0.05);
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.border-y-emerald-950\/50{
  border-top-color: rgb(2 44 34 / 0.5);
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.border-y-emerald-950\/55{
  border-top-color: rgb(2 44 34 / 0.55);
  border-bottom-color: rgb(2 44 34 / 0.55);
}

.border-y-emerald-950\/60{
  border-top-color: rgb(2 44 34 / 0.6);
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.border-y-emerald-950\/65{
  border-top-color: rgb(2 44 34 / 0.65);
  border-bottom-color: rgb(2 44 34 / 0.65);
}

.border-y-emerald-950\/70{
  border-top-color: rgb(2 44 34 / 0.7);
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.border-y-emerald-950\/75{
  border-top-color: rgb(2 44 34 / 0.75);
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.border-y-emerald-950\/80{
  border-top-color: rgb(2 44 34 / 0.8);
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.border-y-emerald-950\/85{
  border-top-color: rgb(2 44 34 / 0.85);
  border-bottom-color: rgb(2 44 34 / 0.85);
}

.border-y-emerald-950\/90{
  border-top-color: rgb(2 44 34 / 0.9);
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.border-y-emerald-950\/95{
  border-top-color: rgb(2 44 34 / 0.95);
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.border-y-excel{
  --tw-border-opacity: 1;
  border-top-color: rgb(11 160 123 / var(--tw-border-opacity));
  border-bottom-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.border-y-excel-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 138 107 / var(--tw-border-opacity));
  border-bottom-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.border-y-excel-hover\/0{
  border-top-color: rgb(9 138 107 / 0);
  border-bottom-color: rgb(9 138 107 / 0);
}

.border-y-excel-hover\/10{
  border-top-color: rgb(9 138 107 / 0.1);
  border-bottom-color: rgb(9 138 107 / 0.1);
}

.border-y-excel-hover\/100{
  border-top-color: rgb(9 138 107 / 1);
  border-bottom-color: rgb(9 138 107 / 1);
}

.border-y-excel-hover\/15{
  border-top-color: rgb(9 138 107 / 0.15);
  border-bottom-color: rgb(9 138 107 / 0.15);
}

.border-y-excel-hover\/20{
  border-top-color: rgb(9 138 107 / 0.2);
  border-bottom-color: rgb(9 138 107 / 0.2);
}

.border-y-excel-hover\/25{
  border-top-color: rgb(9 138 107 / 0.25);
  border-bottom-color: rgb(9 138 107 / 0.25);
}

.border-y-excel-hover\/30{
  border-top-color: rgb(9 138 107 / 0.3);
  border-bottom-color: rgb(9 138 107 / 0.3);
}

.border-y-excel-hover\/35{
  border-top-color: rgb(9 138 107 / 0.35);
  border-bottom-color: rgb(9 138 107 / 0.35);
}

.border-y-excel-hover\/40{
  border-top-color: rgb(9 138 107 / 0.4);
  border-bottom-color: rgb(9 138 107 / 0.4);
}

.border-y-excel-hover\/45{
  border-top-color: rgb(9 138 107 / 0.45);
  border-bottom-color: rgb(9 138 107 / 0.45);
}

.border-y-excel-hover\/5{
  border-top-color: rgb(9 138 107 / 0.05);
  border-bottom-color: rgb(9 138 107 / 0.05);
}

.border-y-excel-hover\/50{
  border-top-color: rgb(9 138 107 / 0.5);
  border-bottom-color: rgb(9 138 107 / 0.5);
}

.border-y-excel-hover\/55{
  border-top-color: rgb(9 138 107 / 0.55);
  border-bottom-color: rgb(9 138 107 / 0.55);
}

.border-y-excel-hover\/60{
  border-top-color: rgb(9 138 107 / 0.6);
  border-bottom-color: rgb(9 138 107 / 0.6);
}

.border-y-excel-hover\/65{
  border-top-color: rgb(9 138 107 / 0.65);
  border-bottom-color: rgb(9 138 107 / 0.65);
}

.border-y-excel-hover\/70{
  border-top-color: rgb(9 138 107 / 0.7);
  border-bottom-color: rgb(9 138 107 / 0.7);
}

.border-y-excel-hover\/75{
  border-top-color: rgb(9 138 107 / 0.75);
  border-bottom-color: rgb(9 138 107 / 0.75);
}

.border-y-excel-hover\/80{
  border-top-color: rgb(9 138 107 / 0.8);
  border-bottom-color: rgb(9 138 107 / 0.8);
}

.border-y-excel-hover\/85{
  border-top-color: rgb(9 138 107 / 0.85);
  border-bottom-color: rgb(9 138 107 / 0.85);
}

.border-y-excel-hover\/90{
  border-top-color: rgb(9 138 107 / 0.9);
  border-bottom-color: rgb(9 138 107 / 0.9);
}

.border-y-excel-hover\/95{
  border-top-color: rgb(9 138 107 / 0.95);
  border-bottom-color: rgb(9 138 107 / 0.95);
}

.border-y-excel\/0{
  border-top-color: rgb(11 160 123 / 0);
  border-bottom-color: rgb(11 160 123 / 0);
}

.border-y-excel\/10{
  border-top-color: rgb(11 160 123 / 0.1);
  border-bottom-color: rgb(11 160 123 / 0.1);
}

.border-y-excel\/100{
  border-top-color: rgb(11 160 123 / 1);
  border-bottom-color: rgb(11 160 123 / 1);
}

.border-y-excel\/15{
  border-top-color: rgb(11 160 123 / 0.15);
  border-bottom-color: rgb(11 160 123 / 0.15);
}

.border-y-excel\/20{
  border-top-color: rgb(11 160 123 / 0.2);
  border-bottom-color: rgb(11 160 123 / 0.2);
}

.border-y-excel\/25{
  border-top-color: rgb(11 160 123 / 0.25);
  border-bottom-color: rgb(11 160 123 / 0.25);
}

.border-y-excel\/30{
  border-top-color: rgb(11 160 123 / 0.3);
  border-bottom-color: rgb(11 160 123 / 0.3);
}

.border-y-excel\/35{
  border-top-color: rgb(11 160 123 / 0.35);
  border-bottom-color: rgb(11 160 123 / 0.35);
}

.border-y-excel\/40{
  border-top-color: rgb(11 160 123 / 0.4);
  border-bottom-color: rgb(11 160 123 / 0.4);
}

.border-y-excel\/45{
  border-top-color: rgb(11 160 123 / 0.45);
  border-bottom-color: rgb(11 160 123 / 0.45);
}

.border-y-excel\/5{
  border-top-color: rgb(11 160 123 / 0.05);
  border-bottom-color: rgb(11 160 123 / 0.05);
}

.border-y-excel\/50{
  border-top-color: rgb(11 160 123 / 0.5);
  border-bottom-color: rgb(11 160 123 / 0.5);
}

.border-y-excel\/55{
  border-top-color: rgb(11 160 123 / 0.55);
  border-bottom-color: rgb(11 160 123 / 0.55);
}

.border-y-excel\/60{
  border-top-color: rgb(11 160 123 / 0.6);
  border-bottom-color: rgb(11 160 123 / 0.6);
}

.border-y-excel\/65{
  border-top-color: rgb(11 160 123 / 0.65);
  border-bottom-color: rgb(11 160 123 / 0.65);
}

.border-y-excel\/70{
  border-top-color: rgb(11 160 123 / 0.7);
  border-bottom-color: rgb(11 160 123 / 0.7);
}

.border-y-excel\/75{
  border-top-color: rgb(11 160 123 / 0.75);
  border-bottom-color: rgb(11 160 123 / 0.75);
}

.border-y-excel\/80{
  border-top-color: rgb(11 160 123 / 0.8);
  border-bottom-color: rgb(11 160 123 / 0.8);
}

.border-y-excel\/85{
  border-top-color: rgb(11 160 123 / 0.85);
  border-bottom-color: rgb(11 160 123 / 0.85);
}

.border-y-excel\/90{
  border-top-color: rgb(11 160 123 / 0.9);
  border-bottom-color: rgb(11 160 123 / 0.9);
}

.border-y-excel\/95{
  border-top-color: rgb(11 160 123 / 0.95);
  border-bottom-color: rgb(11 160 123 / 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\/15{
  border-top-color: rgb(250 232 255 / 0.15);
  border-bottom-color: rgb(250 232 255 / 0.15);
}

.border-y-fuchsia-100\/20{
  border-top-color: rgb(250 232 255 / 0.2);
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.border-y-fuchsia-100\/25{
  border-top-color: rgb(250 232 255 / 0.25);
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.border-y-fuchsia-100\/30{
  border-top-color: rgb(250 232 255 / 0.3);
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.border-y-fuchsia-100\/35{
  border-top-color: rgb(250 232 255 / 0.35);
  border-bottom-color: rgb(250 232 255 / 0.35);
}

.border-y-fuchsia-100\/40{
  border-top-color: rgb(250 232 255 / 0.4);
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.border-y-fuchsia-100\/45{
  border-top-color: rgb(250 232 255 / 0.45);
  border-bottom-color: rgb(250 232 255 / 0.45);
}

.border-y-fuchsia-100\/5{
  border-top-color: rgb(250 232 255 / 0.05);
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.border-y-fuchsia-100\/50{
  border-top-color: rgb(250 232 255 / 0.5);
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.border-y-fuchsia-100\/55{
  border-top-color: rgb(250 232 255 / 0.55);
  border-bottom-color: rgb(250 232 255 / 0.55);
}

.border-y-fuchsia-100\/60{
  border-top-color: rgb(250 232 255 / 0.6);
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.border-y-fuchsia-100\/65{
  border-top-color: rgb(250 232 255 / 0.65);
  border-bottom-color: rgb(250 232 255 / 0.65);
}

.border-y-fuchsia-100\/70{
  border-top-color: rgb(250 232 255 / 0.7);
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.border-y-fuchsia-100\/75{
  border-top-color: rgb(250 232 255 / 0.75);
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.border-y-fuchsia-100\/80{
  border-top-color: rgb(250 232 255 / 0.8);
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.border-y-fuchsia-100\/85{
  border-top-color: rgb(250 232 255 / 0.85);
  border-bottom-color: rgb(250 232 255 / 0.85);
}

.border-y-fuchsia-100\/90{
  border-top-color: rgb(250 232 255 / 0.9);
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.border-y-fuchsia-100\/95{
  border-top-color: rgb(250 232 255 / 0.95);
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.border-y-fuchsia-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(245 208 254 / 0.15);
  border-bottom-color: rgb(245 208 254 / 0.15);
}

.border-y-fuchsia-200\/20{
  border-top-color: rgb(245 208 254 / 0.2);
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.border-y-fuchsia-200\/25{
  border-top-color: rgb(245 208 254 / 0.25);
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.border-y-fuchsia-200\/30{
  border-top-color: rgb(245 208 254 / 0.3);
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.border-y-fuchsia-200\/35{
  border-top-color: rgb(245 208 254 / 0.35);
  border-bottom-color: rgb(245 208 254 / 0.35);
}

.border-y-fuchsia-200\/40{
  border-top-color: rgb(245 208 254 / 0.4);
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.border-y-fuchsia-200\/45{
  border-top-color: rgb(245 208 254 / 0.45);
  border-bottom-color: rgb(245 208 254 / 0.45);
}

.border-y-fuchsia-200\/5{
  border-top-color: rgb(245 208 254 / 0.05);
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.border-y-fuchsia-200\/50{
  border-top-color: rgb(245 208 254 / 0.5);
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.border-y-fuchsia-200\/55{
  border-top-color: rgb(245 208 254 / 0.55);
  border-bottom-color: rgb(245 208 254 / 0.55);
}

.border-y-fuchsia-200\/60{
  border-top-color: rgb(245 208 254 / 0.6);
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.border-y-fuchsia-200\/65{
  border-top-color: rgb(245 208 254 / 0.65);
  border-bottom-color: rgb(245 208 254 / 0.65);
}

.border-y-fuchsia-200\/70{
  border-top-color: rgb(245 208 254 / 0.7);
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.border-y-fuchsia-200\/75{
  border-top-color: rgb(245 208 254 / 0.75);
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.border-y-fuchsia-200\/80{
  border-top-color: rgb(245 208 254 / 0.8);
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.border-y-fuchsia-200\/85{
  border-top-color: rgb(245 208 254 / 0.85);
  border-bottom-color: rgb(245 208 254 / 0.85);
}

.border-y-fuchsia-200\/90{
  border-top-color: rgb(245 208 254 / 0.9);
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.border-y-fuchsia-200\/95{
  border-top-color: rgb(245 208 254 / 0.95);
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.border-y-fuchsia-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(240 171 252 / 0.15);
  border-bottom-color: rgb(240 171 252 / 0.15);
}

.border-y-fuchsia-300\/20{
  border-top-color: rgb(240 171 252 / 0.2);
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.border-y-fuchsia-300\/25{
  border-top-color: rgb(240 171 252 / 0.25);
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.border-y-fuchsia-300\/30{
  border-top-color: rgb(240 171 252 / 0.3);
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.border-y-fuchsia-300\/35{
  border-top-color: rgb(240 171 252 / 0.35);
  border-bottom-color: rgb(240 171 252 / 0.35);
}

.border-y-fuchsia-300\/40{
  border-top-color: rgb(240 171 252 / 0.4);
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.border-y-fuchsia-300\/45{
  border-top-color: rgb(240 171 252 / 0.45);
  border-bottom-color: rgb(240 171 252 / 0.45);
}

.border-y-fuchsia-300\/5{
  border-top-color: rgb(240 171 252 / 0.05);
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.border-y-fuchsia-300\/50{
  border-top-color: rgb(240 171 252 / 0.5);
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.border-y-fuchsia-300\/55{
  border-top-color: rgb(240 171 252 / 0.55);
  border-bottom-color: rgb(240 171 252 / 0.55);
}

.border-y-fuchsia-300\/60{
  border-top-color: rgb(240 171 252 / 0.6);
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.border-y-fuchsia-300\/65{
  border-top-color: rgb(240 171 252 / 0.65);
  border-bottom-color: rgb(240 171 252 / 0.65);
}

.border-y-fuchsia-300\/70{
  border-top-color: rgb(240 171 252 / 0.7);
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.border-y-fuchsia-300\/75{
  border-top-color: rgb(240 171 252 / 0.75);
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.border-y-fuchsia-300\/80{
  border-top-color: rgb(240 171 252 / 0.8);
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.border-y-fuchsia-300\/85{
  border-top-color: rgb(240 171 252 / 0.85);
  border-bottom-color: rgb(240 171 252 / 0.85);
}

.border-y-fuchsia-300\/90{
  border-top-color: rgb(240 171 252 / 0.9);
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.border-y-fuchsia-300\/95{
  border-top-color: rgb(240 171 252 / 0.95);
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.border-y-fuchsia-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(232 121 249 / 0.15);
  border-bottom-color: rgb(232 121 249 / 0.15);
}

.border-y-fuchsia-400\/20{
  border-top-color: rgb(232 121 249 / 0.2);
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.border-y-fuchsia-400\/25{
  border-top-color: rgb(232 121 249 / 0.25);
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.border-y-fuchsia-400\/30{
  border-top-color: rgb(232 121 249 / 0.3);
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.border-y-fuchsia-400\/35{
  border-top-color: rgb(232 121 249 / 0.35);
  border-bottom-color: rgb(232 121 249 / 0.35);
}

.border-y-fuchsia-400\/40{
  border-top-color: rgb(232 121 249 / 0.4);
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.border-y-fuchsia-400\/45{
  border-top-color: rgb(232 121 249 / 0.45);
  border-bottom-color: rgb(232 121 249 / 0.45);
}

.border-y-fuchsia-400\/5{
  border-top-color: rgb(232 121 249 / 0.05);
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.border-y-fuchsia-400\/50{
  border-top-color: rgb(232 121 249 / 0.5);
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.border-y-fuchsia-400\/55{
  border-top-color: rgb(232 121 249 / 0.55);
  border-bottom-color: rgb(232 121 249 / 0.55);
}

.border-y-fuchsia-400\/60{
  border-top-color: rgb(232 121 249 / 0.6);
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.border-y-fuchsia-400\/65{
  border-top-color: rgb(232 121 249 / 0.65);
  border-bottom-color: rgb(232 121 249 / 0.65);
}

.border-y-fuchsia-400\/70{
  border-top-color: rgb(232 121 249 / 0.7);
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.border-y-fuchsia-400\/75{
  border-top-color: rgb(232 121 249 / 0.75);
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.border-y-fuchsia-400\/80{
  border-top-color: rgb(232 121 249 / 0.8);
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.border-y-fuchsia-400\/85{
  border-top-color: rgb(232 121 249 / 0.85);
  border-bottom-color: rgb(232 121 249 / 0.85);
}

.border-y-fuchsia-400\/90{
  border-top-color: rgb(232 121 249 / 0.9);
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.border-y-fuchsia-400\/95{
  border-top-color: rgb(232 121 249 / 0.95);
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.border-y-fuchsia-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(253 244 255 / 0.15);
  border-bottom-color: rgb(253 244 255 / 0.15);
}

.border-y-fuchsia-50\/20{
  border-top-color: rgb(253 244 255 / 0.2);
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.border-y-fuchsia-50\/25{
  border-top-color: rgb(253 244 255 / 0.25);
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.border-y-fuchsia-50\/30{
  border-top-color: rgb(253 244 255 / 0.3);
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.border-y-fuchsia-50\/35{
  border-top-color: rgb(253 244 255 / 0.35);
  border-bottom-color: rgb(253 244 255 / 0.35);
}

.border-y-fuchsia-50\/40{
  border-top-color: rgb(253 244 255 / 0.4);
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.border-y-fuchsia-50\/45{
  border-top-color: rgb(253 244 255 / 0.45);
  border-bottom-color: rgb(253 244 255 / 0.45);
}

.border-y-fuchsia-50\/5{
  border-top-color: rgb(253 244 255 / 0.05);
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.border-y-fuchsia-50\/50{
  border-top-color: rgb(253 244 255 / 0.5);
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.border-y-fuchsia-50\/55{
  border-top-color: rgb(253 244 255 / 0.55);
  border-bottom-color: rgb(253 244 255 / 0.55);
}

.border-y-fuchsia-50\/60{
  border-top-color: rgb(253 244 255 / 0.6);
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.border-y-fuchsia-50\/65{
  border-top-color: rgb(253 244 255 / 0.65);
  border-bottom-color: rgb(253 244 255 / 0.65);
}

.border-y-fuchsia-50\/70{
  border-top-color: rgb(253 244 255 / 0.7);
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.border-y-fuchsia-50\/75{
  border-top-color: rgb(253 244 255 / 0.75);
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.border-y-fuchsia-50\/80{
  border-top-color: rgb(253 244 255 / 0.8);
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.border-y-fuchsia-50\/85{
  border-top-color: rgb(253 244 255 / 0.85);
  border-bottom-color: rgb(253 244 255 / 0.85);
}

.border-y-fuchsia-50\/90{
  border-top-color: rgb(253 244 255 / 0.9);
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.border-y-fuchsia-50\/95{
  border-top-color: rgb(253 244 255 / 0.95);
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.border-y-fuchsia-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(217 70 239 / 0.15);
  border-bottom-color: rgb(217 70 239 / 0.15);
}

.border-y-fuchsia-500\/20{
  border-top-color: rgb(217 70 239 / 0.2);
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.border-y-fuchsia-500\/25{
  border-top-color: rgb(217 70 239 / 0.25);
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.border-y-fuchsia-500\/30{
  border-top-color: rgb(217 70 239 / 0.3);
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.border-y-fuchsia-500\/35{
  border-top-color: rgb(217 70 239 / 0.35);
  border-bottom-color: rgb(217 70 239 / 0.35);
}

.border-y-fuchsia-500\/40{
  border-top-color: rgb(217 70 239 / 0.4);
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.border-y-fuchsia-500\/45{
  border-top-color: rgb(217 70 239 / 0.45);
  border-bottom-color: rgb(217 70 239 / 0.45);
}

.border-y-fuchsia-500\/5{
  border-top-color: rgb(217 70 239 / 0.05);
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.border-y-fuchsia-500\/50{
  border-top-color: rgb(217 70 239 / 0.5);
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.border-y-fuchsia-500\/55{
  border-top-color: rgb(217 70 239 / 0.55);
  border-bottom-color: rgb(217 70 239 / 0.55);
}

.border-y-fuchsia-500\/60{
  border-top-color: rgb(217 70 239 / 0.6);
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.border-y-fuchsia-500\/65{
  border-top-color: rgb(217 70 239 / 0.65);
  border-bottom-color: rgb(217 70 239 / 0.65);
}

.border-y-fuchsia-500\/70{
  border-top-color: rgb(217 70 239 / 0.7);
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.border-y-fuchsia-500\/75{
  border-top-color: rgb(217 70 239 / 0.75);
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.border-y-fuchsia-500\/80{
  border-top-color: rgb(217 70 239 / 0.8);
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.border-y-fuchsia-500\/85{
  border-top-color: rgb(217 70 239 / 0.85);
  border-bottom-color: rgb(217 70 239 / 0.85);
}

.border-y-fuchsia-500\/90{
  border-top-color: rgb(217 70 239 / 0.9);
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.border-y-fuchsia-500\/95{
  border-top-color: rgb(217 70 239 / 0.95);
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.border-y-fuchsia-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(192 38 211 / 0.15);
  border-bottom-color: rgb(192 38 211 / 0.15);
}

.border-y-fuchsia-600\/20{
  border-top-color: rgb(192 38 211 / 0.2);
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.border-y-fuchsia-600\/25{
  border-top-color: rgb(192 38 211 / 0.25);
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.border-y-fuchsia-600\/30{
  border-top-color: rgb(192 38 211 / 0.3);
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.border-y-fuchsia-600\/35{
  border-top-color: rgb(192 38 211 / 0.35);
  border-bottom-color: rgb(192 38 211 / 0.35);
}

.border-y-fuchsia-600\/40{
  border-top-color: rgb(192 38 211 / 0.4);
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.border-y-fuchsia-600\/45{
  border-top-color: rgb(192 38 211 / 0.45);
  border-bottom-color: rgb(192 38 211 / 0.45);
}

.border-y-fuchsia-600\/5{
  border-top-color: rgb(192 38 211 / 0.05);
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.border-y-fuchsia-600\/50{
  border-top-color: rgb(192 38 211 / 0.5);
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.border-y-fuchsia-600\/55{
  border-top-color: rgb(192 38 211 / 0.55);
  border-bottom-color: rgb(192 38 211 / 0.55);
}

.border-y-fuchsia-600\/60{
  border-top-color: rgb(192 38 211 / 0.6);
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.border-y-fuchsia-600\/65{
  border-top-color: rgb(192 38 211 / 0.65);
  border-bottom-color: rgb(192 38 211 / 0.65);
}

.border-y-fuchsia-600\/70{
  border-top-color: rgb(192 38 211 / 0.7);
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.border-y-fuchsia-600\/75{
  border-top-color: rgb(192 38 211 / 0.75);
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.border-y-fuchsia-600\/80{
  border-top-color: rgb(192 38 211 / 0.8);
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.border-y-fuchsia-600\/85{
  border-top-color: rgb(192 38 211 / 0.85);
  border-bottom-color: rgb(192 38 211 / 0.85);
}

.border-y-fuchsia-600\/90{
  border-top-color: rgb(192 38 211 / 0.9);
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.border-y-fuchsia-600\/95{
  border-top-color: rgb(192 38 211 / 0.95);
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.border-y-fuchsia-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(162 28 175 / 0.15);
  border-bottom-color: rgb(162 28 175 / 0.15);
}

.border-y-fuchsia-700\/20{
  border-top-color: rgb(162 28 175 / 0.2);
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.border-y-fuchsia-700\/25{
  border-top-color: rgb(162 28 175 / 0.25);
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.border-y-fuchsia-700\/30{
  border-top-color: rgb(162 28 175 / 0.3);
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.border-y-fuchsia-700\/35{
  border-top-color: rgb(162 28 175 / 0.35);
  border-bottom-color: rgb(162 28 175 / 0.35);
}

.border-y-fuchsia-700\/40{
  border-top-color: rgb(162 28 175 / 0.4);
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.border-y-fuchsia-700\/45{
  border-top-color: rgb(162 28 175 / 0.45);
  border-bottom-color: rgb(162 28 175 / 0.45);
}

.border-y-fuchsia-700\/5{
  border-top-color: rgb(162 28 175 / 0.05);
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.border-y-fuchsia-700\/50{
  border-top-color: rgb(162 28 175 / 0.5);
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.border-y-fuchsia-700\/55{
  border-top-color: rgb(162 28 175 / 0.55);
  border-bottom-color: rgb(162 28 175 / 0.55);
}

.border-y-fuchsia-700\/60{
  border-top-color: rgb(162 28 175 / 0.6);
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.border-y-fuchsia-700\/65{
  border-top-color: rgb(162 28 175 / 0.65);
  border-bottom-color: rgb(162 28 175 / 0.65);
}

.border-y-fuchsia-700\/70{
  border-top-color: rgb(162 28 175 / 0.7);
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.border-y-fuchsia-700\/75{
  border-top-color: rgb(162 28 175 / 0.75);
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.border-y-fuchsia-700\/80{
  border-top-color: rgb(162 28 175 / 0.8);
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.border-y-fuchsia-700\/85{
  border-top-color: rgb(162 28 175 / 0.85);
  border-bottom-color: rgb(162 28 175 / 0.85);
}

.border-y-fuchsia-700\/90{
  border-top-color: rgb(162 28 175 / 0.9);
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.border-y-fuchsia-700\/95{
  border-top-color: rgb(162 28 175 / 0.95);
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.border-y-fuchsia-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(134 25 143 / 0.15);
  border-bottom-color: rgb(134 25 143 / 0.15);
}

.border-y-fuchsia-800\/20{
  border-top-color: rgb(134 25 143 / 0.2);
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.border-y-fuchsia-800\/25{
  border-top-color: rgb(134 25 143 / 0.25);
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.border-y-fuchsia-800\/30{
  border-top-color: rgb(134 25 143 / 0.3);
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.border-y-fuchsia-800\/35{
  border-top-color: rgb(134 25 143 / 0.35);
  border-bottom-color: rgb(134 25 143 / 0.35);
}

.border-y-fuchsia-800\/40{
  border-top-color: rgb(134 25 143 / 0.4);
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.border-y-fuchsia-800\/45{
  border-top-color: rgb(134 25 143 / 0.45);
  border-bottom-color: rgb(134 25 143 / 0.45);
}

.border-y-fuchsia-800\/5{
  border-top-color: rgb(134 25 143 / 0.05);
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.border-y-fuchsia-800\/50{
  border-top-color: rgb(134 25 143 / 0.5);
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.border-y-fuchsia-800\/55{
  border-top-color: rgb(134 25 143 / 0.55);
  border-bottom-color: rgb(134 25 143 / 0.55);
}

.border-y-fuchsia-800\/60{
  border-top-color: rgb(134 25 143 / 0.6);
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.border-y-fuchsia-800\/65{
  border-top-color: rgb(134 25 143 / 0.65);
  border-bottom-color: rgb(134 25 143 / 0.65);
}

.border-y-fuchsia-800\/70{
  border-top-color: rgb(134 25 143 / 0.7);
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.border-y-fuchsia-800\/75{
  border-top-color: rgb(134 25 143 / 0.75);
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.border-y-fuchsia-800\/80{
  border-top-color: rgb(134 25 143 / 0.8);
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.border-y-fuchsia-800\/85{
  border-top-color: rgb(134 25 143 / 0.85);
  border-bottom-color: rgb(134 25 143 / 0.85);
}

.border-y-fuchsia-800\/90{
  border-top-color: rgb(134 25 143 / 0.9);
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.border-y-fuchsia-800\/95{
  border-top-color: rgb(134 25 143 / 0.95);
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.border-y-fuchsia-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(112 26 117 / 0.15);
  border-bottom-color: rgb(112 26 117 / 0.15);
}

.border-y-fuchsia-900\/20{
  border-top-color: rgb(112 26 117 / 0.2);
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.border-y-fuchsia-900\/25{
  border-top-color: rgb(112 26 117 / 0.25);
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.border-y-fuchsia-900\/30{
  border-top-color: rgb(112 26 117 / 0.3);
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.border-y-fuchsia-900\/35{
  border-top-color: rgb(112 26 117 / 0.35);
  border-bottom-color: rgb(112 26 117 / 0.35);
}

.border-y-fuchsia-900\/40{
  border-top-color: rgb(112 26 117 / 0.4);
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.border-y-fuchsia-900\/45{
  border-top-color: rgb(112 26 117 / 0.45);
  border-bottom-color: rgb(112 26 117 / 0.45);
}

.border-y-fuchsia-900\/5{
  border-top-color: rgb(112 26 117 / 0.05);
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.border-y-fuchsia-900\/50{
  border-top-color: rgb(112 26 117 / 0.5);
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.border-y-fuchsia-900\/55{
  border-top-color: rgb(112 26 117 / 0.55);
  border-bottom-color: rgb(112 26 117 / 0.55);
}

.border-y-fuchsia-900\/60{
  border-top-color: rgb(112 26 117 / 0.6);
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.border-y-fuchsia-900\/65{
  border-top-color: rgb(112 26 117 / 0.65);
  border-bottom-color: rgb(112 26 117 / 0.65);
}

.border-y-fuchsia-900\/70{
  border-top-color: rgb(112 26 117 / 0.7);
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.border-y-fuchsia-900\/75{
  border-top-color: rgb(112 26 117 / 0.75);
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.border-y-fuchsia-900\/80{
  border-top-color: rgb(112 26 117 / 0.8);
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.border-y-fuchsia-900\/85{
  border-top-color: rgb(112 26 117 / 0.85);
  border-bottom-color: rgb(112 26 117 / 0.85);
}

.border-y-fuchsia-900\/90{
  border-top-color: rgb(112 26 117 / 0.9);
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.border-y-fuchsia-900\/95{
  border-top-color: rgb(112 26 117 / 0.95);
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.border-y-fuchsia-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(74 4 78 / 0.15);
  border-bottom-color: rgb(74 4 78 / 0.15);
}

.border-y-fuchsia-950\/20{
  border-top-color: rgb(74 4 78 / 0.2);
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.border-y-fuchsia-950\/25{
  border-top-color: rgb(74 4 78 / 0.25);
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.border-y-fuchsia-950\/30{
  border-top-color: rgb(74 4 78 / 0.3);
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.border-y-fuchsia-950\/35{
  border-top-color: rgb(74 4 78 / 0.35);
  border-bottom-color: rgb(74 4 78 / 0.35);
}

.border-y-fuchsia-950\/40{
  border-top-color: rgb(74 4 78 / 0.4);
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.border-y-fuchsia-950\/45{
  border-top-color: rgb(74 4 78 / 0.45);
  border-bottom-color: rgb(74 4 78 / 0.45);
}

.border-y-fuchsia-950\/5{
  border-top-color: rgb(74 4 78 / 0.05);
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.border-y-fuchsia-950\/50{
  border-top-color: rgb(74 4 78 / 0.5);
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.border-y-fuchsia-950\/55{
  border-top-color: rgb(74 4 78 / 0.55);
  border-bottom-color: rgb(74 4 78 / 0.55);
}

.border-y-fuchsia-950\/60{
  border-top-color: rgb(74 4 78 / 0.6);
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.border-y-fuchsia-950\/65{
  border-top-color: rgb(74 4 78 / 0.65);
  border-bottom-color: rgb(74 4 78 / 0.65);
}

.border-y-fuchsia-950\/70{
  border-top-color: rgb(74 4 78 / 0.7);
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.border-y-fuchsia-950\/75{
  border-top-color: rgb(74 4 78 / 0.75);
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.border-y-fuchsia-950\/80{
  border-top-color: rgb(74 4 78 / 0.8);
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.border-y-fuchsia-950\/85{
  border-top-color: rgb(74 4 78 / 0.85);
  border-bottom-color: rgb(74 4 78 / 0.85);
}

.border-y-fuchsia-950\/90{
  border-top-color: rgb(74 4 78 / 0.9);
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.border-y-fuchsia-950\/95{
  border-top-color: rgb(74 4 78 / 0.95);
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.border-y-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(243 244 246 / 0.15);
  border-bottom-color: rgb(243 244 246 / 0.15);
}

.border-y-gray-100\/20{
  border-top-color: rgb(243 244 246 / 0.2);
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.border-y-gray-100\/25{
  border-top-color: rgb(243 244 246 / 0.25);
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.border-y-gray-100\/30{
  border-top-color: rgb(243 244 246 / 0.3);
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.border-y-gray-100\/35{
  border-top-color: rgb(243 244 246 / 0.35);
  border-bottom-color: rgb(243 244 246 / 0.35);
}

.border-y-gray-100\/40{
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.border-y-gray-100\/45{
  border-top-color: rgb(243 244 246 / 0.45);
  border-bottom-color: rgb(243 244 246 / 0.45);
}

.border-y-gray-100\/5{
  border-top-color: rgb(243 244 246 / 0.05);
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.border-y-gray-100\/50{
  border-top-color: rgb(243 244 246 / 0.5);
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.border-y-gray-100\/55{
  border-top-color: rgb(243 244 246 / 0.55);
  border-bottom-color: rgb(243 244 246 / 0.55);
}

.border-y-gray-100\/60{
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.border-y-gray-100\/65{
  border-top-color: rgb(243 244 246 / 0.65);
  border-bottom-color: rgb(243 244 246 / 0.65);
}

.border-y-gray-100\/70{
  border-top-color: rgb(243 244 246 / 0.7);
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.border-y-gray-100\/75{
  border-top-color: rgb(243 244 246 / 0.75);
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.border-y-gray-100\/80{
  border-top-color: rgb(243 244 246 / 0.8);
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.border-y-gray-100\/85{
  border-top-color: rgb(243 244 246 / 0.85);
  border-bottom-color: rgb(243 244 246 / 0.85);
}

.border-y-gray-100\/90{
  border-top-color: rgb(243 244 246 / 0.9);
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.border-y-gray-100\/95{
  border-top-color: rgb(243 244 246 / 0.95);
  border-bottom-color: rgb(243 244 246 / 0.95);
}

.border-y-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(229 231 235 / 0.15);
  border-bottom-color: rgb(229 231 235 / 0.15);
}

.border-y-gray-200\/20{
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.border-y-gray-200\/25{
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.border-y-gray-200\/30{
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.border-y-gray-200\/35{
  border-top-color: rgb(229 231 235 / 0.35);
  border-bottom-color: rgb(229 231 235 / 0.35);
}

.border-y-gray-200\/40{
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.border-y-gray-200\/45{
  border-top-color: rgb(229 231 235 / 0.45);
  border-bottom-color: rgb(229 231 235 / 0.45);
}

.border-y-gray-200\/5{
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.border-y-gray-200\/50{
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.border-y-gray-200\/55{
  border-top-color: rgb(229 231 235 / 0.55);
  border-bottom-color: rgb(229 231 235 / 0.55);
}

.border-y-gray-200\/60{
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.border-y-gray-200\/65{
  border-top-color: rgb(229 231 235 / 0.65);
  border-bottom-color: rgb(229 231 235 / 0.65);
}

.border-y-gray-200\/70{
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.border-y-gray-200\/75{
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.border-y-gray-200\/80{
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.border-y-gray-200\/85{
  border-top-color: rgb(229 231 235 / 0.85);
  border-bottom-color: rgb(229 231 235 / 0.85);
}

.border-y-gray-200\/90{
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.border-y-gray-200\/95{
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.border-y-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(209 213 219 / 0.15);
  border-bottom-color: rgb(209 213 219 / 0.15);
}

.border-y-gray-300\/20{
  border-top-color: rgb(209 213 219 / 0.2);
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.border-y-gray-300\/25{
  border-top-color: rgb(209 213 219 / 0.25);
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.border-y-gray-300\/30{
  border-top-color: rgb(209 213 219 / 0.3);
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.border-y-gray-300\/35{
  border-top-color: rgb(209 213 219 / 0.35);
  border-bottom-color: rgb(209 213 219 / 0.35);
}

.border-y-gray-300\/40{
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.border-y-gray-300\/45{
  border-top-color: rgb(209 213 219 / 0.45);
  border-bottom-color: rgb(209 213 219 / 0.45);
}

.border-y-gray-300\/5{
  border-top-color: rgb(209 213 219 / 0.05);
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.border-y-gray-300\/50{
  border-top-color: rgb(209 213 219 / 0.5);
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.border-y-gray-300\/55{
  border-top-color: rgb(209 213 219 / 0.55);
  border-bottom-color: rgb(209 213 219 / 0.55);
}

.border-y-gray-300\/60{
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.border-y-gray-300\/65{
  border-top-color: rgb(209 213 219 / 0.65);
  border-bottom-color: rgb(209 213 219 / 0.65);
}

.border-y-gray-300\/70{
  border-top-color: rgb(209 213 219 / 0.7);
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.border-y-gray-300\/75{
  border-top-color: rgb(209 213 219 / 0.75);
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.border-y-gray-300\/80{
  border-top-color: rgb(209 213 219 / 0.8);
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.border-y-gray-300\/85{
  border-top-color: rgb(209 213 219 / 0.85);
  border-bottom-color: rgb(209 213 219 / 0.85);
}

.border-y-gray-300\/90{
  border-top-color: rgb(209 213 219 / 0.9);
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.border-y-gray-300\/95{
  border-top-color: rgb(209 213 219 / 0.95);
  border-bottom-color: rgb(209 213 219 / 0.95);
}

.border-y-gray-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(156 163 175 / 0.15);
  border-bottom-color: rgb(156 163 175 / 0.15);
}

.border-y-gray-400\/20{
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}

.border-y-gray-400\/25{
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}

.border-y-gray-400\/30{
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.border-y-gray-400\/35{
  border-top-color: rgb(156 163 175 / 0.35);
  border-bottom-color: rgb(156 163 175 / 0.35);
}

.border-y-gray-400\/40{
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.border-y-gray-400\/45{
  border-top-color: rgb(156 163 175 / 0.45);
  border-bottom-color: rgb(156 163 175 / 0.45);
}

.border-y-gray-400\/5{
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.border-y-gray-400\/50{
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.border-y-gray-400\/55{
  border-top-color: rgb(156 163 175 / 0.55);
  border-bottom-color: rgb(156 163 175 / 0.55);
}

.border-y-gray-400\/60{
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.border-y-gray-400\/65{
  border-top-color: rgb(156 163 175 / 0.65);
  border-bottom-color: rgb(156 163 175 / 0.65);
}

.border-y-gray-400\/70{
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.border-y-gray-400\/75{
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.border-y-gray-400\/80{
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.border-y-gray-400\/85{
  border-top-color: rgb(156 163 175 / 0.85);
  border-bottom-color: rgb(156 163 175 / 0.85);
}

.border-y-gray-400\/90{
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.border-y-gray-400\/95{
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.border-y-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(249 250 251 / 0.15);
  border-bottom-color: rgb(249 250 251 / 0.15);
}

.border-y-gray-50\/20{
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.border-y-gray-50\/25{
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.border-y-gray-50\/30{
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.border-y-gray-50\/35{
  border-top-color: rgb(249 250 251 / 0.35);
  border-bottom-color: rgb(249 250 251 / 0.35);
}

.border-y-gray-50\/40{
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.border-y-gray-50\/45{
  border-top-color: rgb(249 250 251 / 0.45);
  border-bottom-color: rgb(249 250 251 / 0.45);
}

.border-y-gray-50\/5{
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.border-y-gray-50\/50{
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.border-y-gray-50\/55{
  border-top-color: rgb(249 250 251 / 0.55);
  border-bottom-color: rgb(249 250 251 / 0.55);
}

.border-y-gray-50\/60{
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.border-y-gray-50\/65{
  border-top-color: rgb(249 250 251 / 0.65);
  border-bottom-color: rgb(249 250 251 / 0.65);
}

.border-y-gray-50\/70{
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.border-y-gray-50\/75{
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.border-y-gray-50\/80{
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.border-y-gray-50\/85{
  border-top-color: rgb(249 250 251 / 0.85);
  border-bottom-color: rgb(249 250 251 / 0.85);
}

.border-y-gray-50\/90{
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.border-y-gray-50\/95{
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}

.border-y-gray-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(107 114 128 / 0.15);
  border-bottom-color: rgb(107 114 128 / 0.15);
}

.border-y-gray-500\/20{
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.border-y-gray-500\/25{
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.border-y-gray-500\/30{
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.border-y-gray-500\/35{
  border-top-color: rgb(107 114 128 / 0.35);
  border-bottom-color: rgb(107 114 128 / 0.35);
}

.border-y-gray-500\/40{
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.border-y-gray-500\/45{
  border-top-color: rgb(107 114 128 / 0.45);
  border-bottom-color: rgb(107 114 128 / 0.45);
}

.border-y-gray-500\/5{
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.border-y-gray-500\/50{
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.border-y-gray-500\/55{
  border-top-color: rgb(107 114 128 / 0.55);
  border-bottom-color: rgb(107 114 128 / 0.55);
}

.border-y-gray-500\/60{
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.border-y-gray-500\/65{
  border-top-color: rgb(107 114 128 / 0.65);
  border-bottom-color: rgb(107 114 128 / 0.65);
}

.border-y-gray-500\/70{
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.border-y-gray-500\/75{
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.border-y-gray-500\/80{
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.border-y-gray-500\/85{
  border-top-color: rgb(107 114 128 / 0.85);
  border-bottom-color: rgb(107 114 128 / 0.85);
}

.border-y-gray-500\/90{
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.border-y-gray-500\/95{
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.border-y-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(75 85 99 / 0.15);
  border-bottom-color: rgb(75 85 99 / 0.15);
}

.border-y-gray-600\/20{
  border-top-color: rgb(75 85 99 / 0.2);
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.border-y-gray-600\/25{
  border-top-color: rgb(75 85 99 / 0.25);
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.border-y-gray-600\/30{
  border-top-color: rgb(75 85 99 / 0.3);
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.border-y-gray-600\/35{
  border-top-color: rgb(75 85 99 / 0.35);
  border-bottom-color: rgb(75 85 99 / 0.35);
}

.border-y-gray-600\/40{
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.border-y-gray-600\/45{
  border-top-color: rgb(75 85 99 / 0.45);
  border-bottom-color: rgb(75 85 99 / 0.45);
}

.border-y-gray-600\/5{
  border-top-color: rgb(75 85 99 / 0.05);
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.border-y-gray-600\/50{
  border-top-color: rgb(75 85 99 / 0.5);
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.border-y-gray-600\/55{
  border-top-color: rgb(75 85 99 / 0.55);
  border-bottom-color: rgb(75 85 99 / 0.55);
}

.border-y-gray-600\/60{
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.border-y-gray-600\/65{
  border-top-color: rgb(75 85 99 / 0.65);
  border-bottom-color: rgb(75 85 99 / 0.65);
}

.border-y-gray-600\/70{
  border-top-color: rgb(75 85 99 / 0.7);
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.border-y-gray-600\/75{
  border-top-color: rgb(75 85 99 / 0.75);
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.border-y-gray-600\/80{
  border-top-color: rgb(75 85 99 / 0.8);
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.border-y-gray-600\/85{
  border-top-color: rgb(75 85 99 / 0.85);
  border-bottom-color: rgb(75 85 99 / 0.85);
}

.border-y-gray-600\/90{
  border-top-color: rgb(75 85 99 / 0.9);
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.border-y-gray-600\/95{
  border-top-color: rgb(75 85 99 / 0.95);
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.border-y-gray-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(55 65 81 / 0.15);
  border-bottom-color: rgb(55 65 81 / 0.15);
}

.border-y-gray-700\/20{
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.border-y-gray-700\/25{
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.border-y-gray-700\/30{
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.border-y-gray-700\/35{
  border-top-color: rgb(55 65 81 / 0.35);
  border-bottom-color: rgb(55 65 81 / 0.35);
}

.border-y-gray-700\/40{
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.border-y-gray-700\/45{
  border-top-color: rgb(55 65 81 / 0.45);
  border-bottom-color: rgb(55 65 81 / 0.45);
}

.border-y-gray-700\/5{
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.border-y-gray-700\/50{
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.border-y-gray-700\/55{
  border-top-color: rgb(55 65 81 / 0.55);
  border-bottom-color: rgb(55 65 81 / 0.55);
}

.border-y-gray-700\/60{
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.border-y-gray-700\/65{
  border-top-color: rgb(55 65 81 / 0.65);
  border-bottom-color: rgb(55 65 81 / 0.65);
}

.border-y-gray-700\/70{
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.border-y-gray-700\/75{
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.border-y-gray-700\/80{
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.border-y-gray-700\/85{
  border-top-color: rgb(55 65 81 / 0.85);
  border-bottom-color: rgb(55 65 81 / 0.85);
}

.border-y-gray-700\/90{
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.border-y-gray-700\/95{
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.border-y-gray-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(31 41 55 / 0.15);
  border-bottom-color: rgb(31 41 55 / 0.15);
}

.border-y-gray-800\/20{
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.border-y-gray-800\/25{
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.border-y-gray-800\/30{
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.border-y-gray-800\/35{
  border-top-color: rgb(31 41 55 / 0.35);
  border-bottom-color: rgb(31 41 55 / 0.35);
}

.border-y-gray-800\/40{
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.border-y-gray-800\/45{
  border-top-color: rgb(31 41 55 / 0.45);
  border-bottom-color: rgb(31 41 55 / 0.45);
}

.border-y-gray-800\/5{
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.border-y-gray-800\/50{
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.border-y-gray-800\/55{
  border-top-color: rgb(31 41 55 / 0.55);
  border-bottom-color: rgb(31 41 55 / 0.55);
}

.border-y-gray-800\/60{
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.border-y-gray-800\/65{
  border-top-color: rgb(31 41 55 / 0.65);
  border-bottom-color: rgb(31 41 55 / 0.65);
}

.border-y-gray-800\/70{
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.border-y-gray-800\/75{
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.border-y-gray-800\/80{
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.border-y-gray-800\/85{
  border-top-color: rgb(31 41 55 / 0.85);
  border-bottom-color: rgb(31 41 55 / 0.85);
}

.border-y-gray-800\/90{
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.border-y-gray-800\/95{
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.border-y-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(17 24 39 / 0.15);
  border-bottom-color: rgb(17 24 39 / 0.15);
}

.border-y-gray-900\/20{
  border-top-color: rgb(17 24 39 / 0.2);
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.border-y-gray-900\/25{
  border-top-color: rgb(17 24 39 / 0.25);
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.border-y-gray-900\/30{
  border-top-color: rgb(17 24 39 / 0.3);
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.border-y-gray-900\/35{
  border-top-color: rgb(17 24 39 / 0.35);
  border-bottom-color: rgb(17 24 39 / 0.35);
}

.border-y-gray-900\/40{
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.border-y-gray-900\/45{
  border-top-color: rgb(17 24 39 / 0.45);
  border-bottom-color: rgb(17 24 39 / 0.45);
}

.border-y-gray-900\/5{
  border-top-color: rgb(17 24 39 / 0.05);
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.border-y-gray-900\/50{
  border-top-color: rgb(17 24 39 / 0.5);
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.border-y-gray-900\/55{
  border-top-color: rgb(17 24 39 / 0.55);
  border-bottom-color: rgb(17 24 39 / 0.55);
}

.border-y-gray-900\/60{
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.border-y-gray-900\/65{
  border-top-color: rgb(17 24 39 / 0.65);
  border-bottom-color: rgb(17 24 39 / 0.65);
}

.border-y-gray-900\/70{
  border-top-color: rgb(17 24 39 / 0.7);
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.border-y-gray-900\/75{
  border-top-color: rgb(17 24 39 / 0.75);
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.border-y-gray-900\/80{
  border-top-color: rgb(17 24 39 / 0.8);
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.border-y-gray-900\/85{
  border-top-color: rgb(17 24 39 / 0.85);
  border-bottom-color: rgb(17 24 39 / 0.85);
}

.border-y-gray-900\/90{
  border-top-color: rgb(17 24 39 / 0.9);
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.border-y-gray-900\/95{
  border-top-color: rgb(17 24 39 / 0.95);
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.border-y-gray-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(3 7 18 / 0.15);
  border-bottom-color: rgb(3 7 18 / 0.15);
}

.border-y-gray-950\/20{
  border-top-color: rgb(3 7 18 / 0.2);
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.border-y-gray-950\/25{
  border-top-color: rgb(3 7 18 / 0.25);
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.border-y-gray-950\/30{
  border-top-color: rgb(3 7 18 / 0.3);
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.border-y-gray-950\/35{
  border-top-color: rgb(3 7 18 / 0.35);
  border-bottom-color: rgb(3 7 18 / 0.35);
}

.border-y-gray-950\/40{
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.border-y-gray-950\/45{
  border-top-color: rgb(3 7 18 / 0.45);
  border-bottom-color: rgb(3 7 18 / 0.45);
}

.border-y-gray-950\/5{
  border-top-color: rgb(3 7 18 / 0.05);
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.border-y-gray-950\/50{
  border-top-color: rgb(3 7 18 / 0.5);
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.border-y-gray-950\/55{
  border-top-color: rgb(3 7 18 / 0.55);
  border-bottom-color: rgb(3 7 18 / 0.55);
}

.border-y-gray-950\/60{
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.border-y-gray-950\/65{
  border-top-color: rgb(3 7 18 / 0.65);
  border-bottom-color: rgb(3 7 18 / 0.65);
}

.border-y-gray-950\/70{
  border-top-color: rgb(3 7 18 / 0.7);
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.border-y-gray-950\/75{
  border-top-color: rgb(3 7 18 / 0.75);
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.border-y-gray-950\/80{
  border-top-color: rgb(3 7 18 / 0.8);
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.border-y-gray-950\/85{
  border-top-color: rgb(3 7 18 / 0.85);
  border-bottom-color: rgb(3 7 18 / 0.85);
}

.border-y-gray-950\/90{
  border-top-color: rgb(3 7 18 / 0.9);
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.border-y-gray-950\/95{
  border-top-color: rgb(3 7 18 / 0.95);
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.border-y-green-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(220 252 231 / 0.15);
  border-bottom-color: rgb(220 252 231 / 0.15);
}

.border-y-green-100\/20{
  border-top-color: rgb(220 252 231 / 0.2);
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.border-y-green-100\/25{
  border-top-color: rgb(220 252 231 / 0.25);
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.border-y-green-100\/30{
  border-top-color: rgb(220 252 231 / 0.3);
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.border-y-green-100\/35{
  border-top-color: rgb(220 252 231 / 0.35);
  border-bottom-color: rgb(220 252 231 / 0.35);
}

.border-y-green-100\/40{
  border-top-color: rgb(220 252 231 / 0.4);
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.border-y-green-100\/45{
  border-top-color: rgb(220 252 231 / 0.45);
  border-bottom-color: rgb(220 252 231 / 0.45);
}

.border-y-green-100\/5{
  border-top-color: rgb(220 252 231 / 0.05);
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.border-y-green-100\/50{
  border-top-color: rgb(220 252 231 / 0.5);
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.border-y-green-100\/55{
  border-top-color: rgb(220 252 231 / 0.55);
  border-bottom-color: rgb(220 252 231 / 0.55);
}

.border-y-green-100\/60{
  border-top-color: rgb(220 252 231 / 0.6);
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.border-y-green-100\/65{
  border-top-color: rgb(220 252 231 / 0.65);
  border-bottom-color: rgb(220 252 231 / 0.65);
}

.border-y-green-100\/70{
  border-top-color: rgb(220 252 231 / 0.7);
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.border-y-green-100\/75{
  border-top-color: rgb(220 252 231 / 0.75);
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.border-y-green-100\/80{
  border-top-color: rgb(220 252 231 / 0.8);
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.border-y-green-100\/85{
  border-top-color: rgb(220 252 231 / 0.85);
  border-bottom-color: rgb(220 252 231 / 0.85);
}

.border-y-green-100\/90{
  border-top-color: rgb(220 252 231 / 0.9);
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.border-y-green-100\/95{
  border-top-color: rgb(220 252 231 / 0.95);
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.border-y-green-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(187 247 208 / 0.15);
  border-bottom-color: rgb(187 247 208 / 0.15);
}

.border-y-green-200\/20{
  border-top-color: rgb(187 247 208 / 0.2);
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.border-y-green-200\/25{
  border-top-color: rgb(187 247 208 / 0.25);
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.border-y-green-200\/30{
  border-top-color: rgb(187 247 208 / 0.3);
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.border-y-green-200\/35{
  border-top-color: rgb(187 247 208 / 0.35);
  border-bottom-color: rgb(187 247 208 / 0.35);
}

.border-y-green-200\/40{
  border-top-color: rgb(187 247 208 / 0.4);
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.border-y-green-200\/45{
  border-top-color: rgb(187 247 208 / 0.45);
  border-bottom-color: rgb(187 247 208 / 0.45);
}

.border-y-green-200\/5{
  border-top-color: rgb(187 247 208 / 0.05);
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.border-y-green-200\/50{
  border-top-color: rgb(187 247 208 / 0.5);
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.border-y-green-200\/55{
  border-top-color: rgb(187 247 208 / 0.55);
  border-bottom-color: rgb(187 247 208 / 0.55);
}

.border-y-green-200\/60{
  border-top-color: rgb(187 247 208 / 0.6);
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.border-y-green-200\/65{
  border-top-color: rgb(187 247 208 / 0.65);
  border-bottom-color: rgb(187 247 208 / 0.65);
}

.border-y-green-200\/70{
  border-top-color: rgb(187 247 208 / 0.7);
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.border-y-green-200\/75{
  border-top-color: rgb(187 247 208 / 0.75);
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.border-y-green-200\/80{
  border-top-color: rgb(187 247 208 / 0.8);
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.border-y-green-200\/85{
  border-top-color: rgb(187 247 208 / 0.85);
  border-bottom-color: rgb(187 247 208 / 0.85);
}

.border-y-green-200\/90{
  border-top-color: rgb(187 247 208 / 0.9);
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.border-y-green-200\/95{
  border-top-color: rgb(187 247 208 / 0.95);
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.border-y-green-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(134 239 172 / 0.15);
  border-bottom-color: rgb(134 239 172 / 0.15);
}

.border-y-green-300\/20{
  border-top-color: rgb(134 239 172 / 0.2);
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.border-y-green-300\/25{
  border-top-color: rgb(134 239 172 / 0.25);
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.border-y-green-300\/30{
  border-top-color: rgb(134 239 172 / 0.3);
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.border-y-green-300\/35{
  border-top-color: rgb(134 239 172 / 0.35);
  border-bottom-color: rgb(134 239 172 / 0.35);
}

.border-y-green-300\/40{
  border-top-color: rgb(134 239 172 / 0.4);
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.border-y-green-300\/45{
  border-top-color: rgb(134 239 172 / 0.45);
  border-bottom-color: rgb(134 239 172 / 0.45);
}

.border-y-green-300\/5{
  border-top-color: rgb(134 239 172 / 0.05);
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.border-y-green-300\/50{
  border-top-color: rgb(134 239 172 / 0.5);
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.border-y-green-300\/55{
  border-top-color: rgb(134 239 172 / 0.55);
  border-bottom-color: rgb(134 239 172 / 0.55);
}

.border-y-green-300\/60{
  border-top-color: rgb(134 239 172 / 0.6);
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.border-y-green-300\/65{
  border-top-color: rgb(134 239 172 / 0.65);
  border-bottom-color: rgb(134 239 172 / 0.65);
}

.border-y-green-300\/70{
  border-top-color: rgb(134 239 172 / 0.7);
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.border-y-green-300\/75{
  border-top-color: rgb(134 239 172 / 0.75);
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.border-y-green-300\/80{
  border-top-color: rgb(134 239 172 / 0.8);
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.border-y-green-300\/85{
  border-top-color: rgb(134 239 172 / 0.85);
  border-bottom-color: rgb(134 239 172 / 0.85);
}

.border-y-green-300\/90{
  border-top-color: rgb(134 239 172 / 0.9);
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.border-y-green-300\/95{
  border-top-color: rgb(134 239 172 / 0.95);
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.border-y-green-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(74 222 128 / 0.15);
  border-bottom-color: rgb(74 222 128 / 0.15);
}

.border-y-green-400\/20{
  border-top-color: rgb(74 222 128 / 0.2);
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.border-y-green-400\/25{
  border-top-color: rgb(74 222 128 / 0.25);
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.border-y-green-400\/30{
  border-top-color: rgb(74 222 128 / 0.3);
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.border-y-green-400\/35{
  border-top-color: rgb(74 222 128 / 0.35);
  border-bottom-color: rgb(74 222 128 / 0.35);
}

.border-y-green-400\/40{
  border-top-color: rgb(74 222 128 / 0.4);
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.border-y-green-400\/45{
  border-top-color: rgb(74 222 128 / 0.45);
  border-bottom-color: rgb(74 222 128 / 0.45);
}

.border-y-green-400\/5{
  border-top-color: rgb(74 222 128 / 0.05);
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.border-y-green-400\/50{
  border-top-color: rgb(74 222 128 / 0.5);
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.border-y-green-400\/55{
  border-top-color: rgb(74 222 128 / 0.55);
  border-bottom-color: rgb(74 222 128 / 0.55);
}

.border-y-green-400\/60{
  border-top-color: rgb(74 222 128 / 0.6);
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.border-y-green-400\/65{
  border-top-color: rgb(74 222 128 / 0.65);
  border-bottom-color: rgb(74 222 128 / 0.65);
}

.border-y-green-400\/70{
  border-top-color: rgb(74 222 128 / 0.7);
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.border-y-green-400\/75{
  border-top-color: rgb(74 222 128 / 0.75);
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.border-y-green-400\/80{
  border-top-color: rgb(74 222 128 / 0.8);
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.border-y-green-400\/85{
  border-top-color: rgb(74 222 128 / 0.85);
  border-bottom-color: rgb(74 222 128 / 0.85);
}

.border-y-green-400\/90{
  border-top-color: rgb(74 222 128 / 0.9);
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.border-y-green-400\/95{
  border-top-color: rgb(74 222 128 / 0.95);
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.border-y-green-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(240 253 244 / 0.15);
  border-bottom-color: rgb(240 253 244 / 0.15);
}

.border-y-green-50\/20{
  border-top-color: rgb(240 253 244 / 0.2);
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.border-y-green-50\/25{
  border-top-color: rgb(240 253 244 / 0.25);
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.border-y-green-50\/30{
  border-top-color: rgb(240 253 244 / 0.3);
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.border-y-green-50\/35{
  border-top-color: rgb(240 253 244 / 0.35);
  border-bottom-color: rgb(240 253 244 / 0.35);
}

.border-y-green-50\/40{
  border-top-color: rgb(240 253 244 / 0.4);
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.border-y-green-50\/45{
  border-top-color: rgb(240 253 244 / 0.45);
  border-bottom-color: rgb(240 253 244 / 0.45);
}

.border-y-green-50\/5{
  border-top-color: rgb(240 253 244 / 0.05);
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.border-y-green-50\/50{
  border-top-color: rgb(240 253 244 / 0.5);
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.border-y-green-50\/55{
  border-top-color: rgb(240 253 244 / 0.55);
  border-bottom-color: rgb(240 253 244 / 0.55);
}

.border-y-green-50\/60{
  border-top-color: rgb(240 253 244 / 0.6);
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.border-y-green-50\/65{
  border-top-color: rgb(240 253 244 / 0.65);
  border-bottom-color: rgb(240 253 244 / 0.65);
}

.border-y-green-50\/70{
  border-top-color: rgb(240 253 244 / 0.7);
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.border-y-green-50\/75{
  border-top-color: rgb(240 253 244 / 0.75);
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.border-y-green-50\/80{
  border-top-color: rgb(240 253 244 / 0.8);
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.border-y-green-50\/85{
  border-top-color: rgb(240 253 244 / 0.85);
  border-bottom-color: rgb(240 253 244 / 0.85);
}

.border-y-green-50\/90{
  border-top-color: rgb(240 253 244 / 0.9);
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.border-y-green-50\/95{
  border-top-color: rgb(240 253 244 / 0.95);
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.border-y-green-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(34 197 94 / 0.15);
  border-bottom-color: rgb(34 197 94 / 0.15);
}

.border-y-green-500\/20{
  border-top-color: rgb(34 197 94 / 0.2);
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.border-y-green-500\/25{
  border-top-color: rgb(34 197 94 / 0.25);
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.border-y-green-500\/30{
  border-top-color: rgb(34 197 94 / 0.3);
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.border-y-green-500\/35{
  border-top-color: rgb(34 197 94 / 0.35);
  border-bottom-color: rgb(34 197 94 / 0.35);
}

.border-y-green-500\/40{
  border-top-color: rgb(34 197 94 / 0.4);
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.border-y-green-500\/45{
  border-top-color: rgb(34 197 94 / 0.45);
  border-bottom-color: rgb(34 197 94 / 0.45);
}

.border-y-green-500\/5{
  border-top-color: rgb(34 197 94 / 0.05);
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.border-y-green-500\/50{
  border-top-color: rgb(34 197 94 / 0.5);
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.border-y-green-500\/55{
  border-top-color: rgb(34 197 94 / 0.55);
  border-bottom-color: rgb(34 197 94 / 0.55);
}

.border-y-green-500\/60{
  border-top-color: rgb(34 197 94 / 0.6);
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.border-y-green-500\/65{
  border-top-color: rgb(34 197 94 / 0.65);
  border-bottom-color: rgb(34 197 94 / 0.65);
}

.border-y-green-500\/70{
  border-top-color: rgb(34 197 94 / 0.7);
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.border-y-green-500\/75{
  border-top-color: rgb(34 197 94 / 0.75);
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.border-y-green-500\/80{
  border-top-color: rgb(34 197 94 / 0.8);
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.border-y-green-500\/85{
  border-top-color: rgb(34 197 94 / 0.85);
  border-bottom-color: rgb(34 197 94 / 0.85);
}

.border-y-green-500\/90{
  border-top-color: rgb(34 197 94 / 0.9);
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.border-y-green-500\/95{
  border-top-color: rgb(34 197 94 / 0.95);
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.border-y-green-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(22 163 74 / 0.15);
  border-bottom-color: rgb(22 163 74 / 0.15);
}

.border-y-green-600\/20{
  border-top-color: rgb(22 163 74 / 0.2);
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.border-y-green-600\/25{
  border-top-color: rgb(22 163 74 / 0.25);
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.border-y-green-600\/30{
  border-top-color: rgb(22 163 74 / 0.3);
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.border-y-green-600\/35{
  border-top-color: rgb(22 163 74 / 0.35);
  border-bottom-color: rgb(22 163 74 / 0.35);
}

.border-y-green-600\/40{
  border-top-color: rgb(22 163 74 / 0.4);
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.border-y-green-600\/45{
  border-top-color: rgb(22 163 74 / 0.45);
  border-bottom-color: rgb(22 163 74 / 0.45);
}

.border-y-green-600\/5{
  border-top-color: rgb(22 163 74 / 0.05);
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.border-y-green-600\/50{
  border-top-color: rgb(22 163 74 / 0.5);
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.border-y-green-600\/55{
  border-top-color: rgb(22 163 74 / 0.55);
  border-bottom-color: rgb(22 163 74 / 0.55);
}

.border-y-green-600\/60{
  border-top-color: rgb(22 163 74 / 0.6);
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.border-y-green-600\/65{
  border-top-color: rgb(22 163 74 / 0.65);
  border-bottom-color: rgb(22 163 74 / 0.65);
}

.border-y-green-600\/70{
  border-top-color: rgb(22 163 74 / 0.7);
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.border-y-green-600\/75{
  border-top-color: rgb(22 163 74 / 0.75);
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.border-y-green-600\/80{
  border-top-color: rgb(22 163 74 / 0.8);
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.border-y-green-600\/85{
  border-top-color: rgb(22 163 74 / 0.85);
  border-bottom-color: rgb(22 163 74 / 0.85);
}

.border-y-green-600\/90{
  border-top-color: rgb(22 163 74 / 0.9);
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.border-y-green-600\/95{
  border-top-color: rgb(22 163 74 / 0.95);
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.border-y-green-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(21 128 61 / 0.15);
  border-bottom-color: rgb(21 128 61 / 0.15);
}

.border-y-green-700\/20{
  border-top-color: rgb(21 128 61 / 0.2);
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.border-y-green-700\/25{
  border-top-color: rgb(21 128 61 / 0.25);
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.border-y-green-700\/30{
  border-top-color: rgb(21 128 61 / 0.3);
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.border-y-green-700\/35{
  border-top-color: rgb(21 128 61 / 0.35);
  border-bottom-color: rgb(21 128 61 / 0.35);
}

.border-y-green-700\/40{
  border-top-color: rgb(21 128 61 / 0.4);
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.border-y-green-700\/45{
  border-top-color: rgb(21 128 61 / 0.45);
  border-bottom-color: rgb(21 128 61 / 0.45);
}

.border-y-green-700\/5{
  border-top-color: rgb(21 128 61 / 0.05);
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.border-y-green-700\/50{
  border-top-color: rgb(21 128 61 / 0.5);
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.border-y-green-700\/55{
  border-top-color: rgb(21 128 61 / 0.55);
  border-bottom-color: rgb(21 128 61 / 0.55);
}

.border-y-green-700\/60{
  border-top-color: rgb(21 128 61 / 0.6);
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.border-y-green-700\/65{
  border-top-color: rgb(21 128 61 / 0.65);
  border-bottom-color: rgb(21 128 61 / 0.65);
}

.border-y-green-700\/70{
  border-top-color: rgb(21 128 61 / 0.7);
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.border-y-green-700\/75{
  border-top-color: rgb(21 128 61 / 0.75);
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.border-y-green-700\/80{
  border-top-color: rgb(21 128 61 / 0.8);
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.border-y-green-700\/85{
  border-top-color: rgb(21 128 61 / 0.85);
  border-bottom-color: rgb(21 128 61 / 0.85);
}

.border-y-green-700\/90{
  border-top-color: rgb(21 128 61 / 0.9);
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.border-y-green-700\/95{
  border-top-color: rgb(21 128 61 / 0.95);
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.border-y-green-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(22 101 52 / 0.15);
  border-bottom-color: rgb(22 101 52 / 0.15);
}

.border-y-green-800\/20{
  border-top-color: rgb(22 101 52 / 0.2);
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.border-y-green-800\/25{
  border-top-color: rgb(22 101 52 / 0.25);
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.border-y-green-800\/30{
  border-top-color: rgb(22 101 52 / 0.3);
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.border-y-green-800\/35{
  border-top-color: rgb(22 101 52 / 0.35);
  border-bottom-color: rgb(22 101 52 / 0.35);
}

.border-y-green-800\/40{
  border-top-color: rgb(22 101 52 / 0.4);
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.border-y-green-800\/45{
  border-top-color: rgb(22 101 52 / 0.45);
  border-bottom-color: rgb(22 101 52 / 0.45);
}

.border-y-green-800\/5{
  border-top-color: rgb(22 101 52 / 0.05);
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.border-y-green-800\/50{
  border-top-color: rgb(22 101 52 / 0.5);
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.border-y-green-800\/55{
  border-top-color: rgb(22 101 52 / 0.55);
  border-bottom-color: rgb(22 101 52 / 0.55);
}

.border-y-green-800\/60{
  border-top-color: rgb(22 101 52 / 0.6);
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.border-y-green-800\/65{
  border-top-color: rgb(22 101 52 / 0.65);
  border-bottom-color: rgb(22 101 52 / 0.65);
}

.border-y-green-800\/70{
  border-top-color: rgb(22 101 52 / 0.7);
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.border-y-green-800\/75{
  border-top-color: rgb(22 101 52 / 0.75);
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.border-y-green-800\/80{
  border-top-color: rgb(22 101 52 / 0.8);
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.border-y-green-800\/85{
  border-top-color: rgb(22 101 52 / 0.85);
  border-bottom-color: rgb(22 101 52 / 0.85);
}

.border-y-green-800\/90{
  border-top-color: rgb(22 101 52 / 0.9);
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.border-y-green-800\/95{
  border-top-color: rgb(22 101 52 / 0.95);
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.border-y-green-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(20 83 45 / 0.15);
  border-bottom-color: rgb(20 83 45 / 0.15);
}

.border-y-green-900\/20{
  border-top-color: rgb(20 83 45 / 0.2);
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.border-y-green-900\/25{
  border-top-color: rgb(20 83 45 / 0.25);
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.border-y-green-900\/30{
  border-top-color: rgb(20 83 45 / 0.3);
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.border-y-green-900\/35{
  border-top-color: rgb(20 83 45 / 0.35);
  border-bottom-color: rgb(20 83 45 / 0.35);
}

.border-y-green-900\/40{
  border-top-color: rgb(20 83 45 / 0.4);
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.border-y-green-900\/45{
  border-top-color: rgb(20 83 45 / 0.45);
  border-bottom-color: rgb(20 83 45 / 0.45);
}

.border-y-green-900\/5{
  border-top-color: rgb(20 83 45 / 0.05);
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.border-y-green-900\/50{
  border-top-color: rgb(20 83 45 / 0.5);
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.border-y-green-900\/55{
  border-top-color: rgb(20 83 45 / 0.55);
  border-bottom-color: rgb(20 83 45 / 0.55);
}

.border-y-green-900\/60{
  border-top-color: rgb(20 83 45 / 0.6);
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.border-y-green-900\/65{
  border-top-color: rgb(20 83 45 / 0.65);
  border-bottom-color: rgb(20 83 45 / 0.65);
}

.border-y-green-900\/70{
  border-top-color: rgb(20 83 45 / 0.7);
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.border-y-green-900\/75{
  border-top-color: rgb(20 83 45 / 0.75);
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.border-y-green-900\/80{
  border-top-color: rgb(20 83 45 / 0.8);
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.border-y-green-900\/85{
  border-top-color: rgb(20 83 45 / 0.85);
  border-bottom-color: rgb(20 83 45 / 0.85);
}

.border-y-green-900\/90{
  border-top-color: rgb(20 83 45 / 0.9);
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.border-y-green-900\/95{
  border-top-color: rgb(20 83 45 / 0.95);
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.border-y-green-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(5 46 22 / 0.15);
  border-bottom-color: rgb(5 46 22 / 0.15);
}

.border-y-green-950\/20{
  border-top-color: rgb(5 46 22 / 0.2);
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.border-y-green-950\/25{
  border-top-color: rgb(5 46 22 / 0.25);
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.border-y-green-950\/30{
  border-top-color: rgb(5 46 22 / 0.3);
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.border-y-green-950\/35{
  border-top-color: rgb(5 46 22 / 0.35);
  border-bottom-color: rgb(5 46 22 / 0.35);
}

.border-y-green-950\/40{
  border-top-color: rgb(5 46 22 / 0.4);
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.border-y-green-950\/45{
  border-top-color: rgb(5 46 22 / 0.45);
  border-bottom-color: rgb(5 46 22 / 0.45);
}

.border-y-green-950\/5{
  border-top-color: rgb(5 46 22 / 0.05);
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.border-y-green-950\/50{
  border-top-color: rgb(5 46 22 / 0.5);
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.border-y-green-950\/55{
  border-top-color: rgb(5 46 22 / 0.55);
  border-bottom-color: rgb(5 46 22 / 0.55);
}

.border-y-green-950\/60{
  border-top-color: rgb(5 46 22 / 0.6);
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.border-y-green-950\/65{
  border-top-color: rgb(5 46 22 / 0.65);
  border-bottom-color: rgb(5 46 22 / 0.65);
}

.border-y-green-950\/70{
  border-top-color: rgb(5 46 22 / 0.7);
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.border-y-green-950\/75{
  border-top-color: rgb(5 46 22 / 0.75);
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.border-y-green-950\/80{
  border-top-color: rgb(5 46 22 / 0.8);
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.border-y-green-950\/85{
  border-top-color: rgb(5 46 22 / 0.85);
  border-bottom-color: rgb(5 46 22 / 0.85);
}

.border-y-green-950\/90{
  border-top-color: rgb(5 46 22 / 0.9);
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.border-y-green-950\/95{
  border-top-color: rgb(5 46 22 / 0.95);
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.border-y-indigo-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(224 231 255 / 0.15);
  border-bottom-color: rgb(224 231 255 / 0.15);
}

.border-y-indigo-100\/20{
  border-top-color: rgb(224 231 255 / 0.2);
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.border-y-indigo-100\/25{
  border-top-color: rgb(224 231 255 / 0.25);
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.border-y-indigo-100\/30{
  border-top-color: rgb(224 231 255 / 0.3);
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.border-y-indigo-100\/35{
  border-top-color: rgb(224 231 255 / 0.35);
  border-bottom-color: rgb(224 231 255 / 0.35);
}

.border-y-indigo-100\/40{
  border-top-color: rgb(224 231 255 / 0.4);
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.border-y-indigo-100\/45{
  border-top-color: rgb(224 231 255 / 0.45);
  border-bottom-color: rgb(224 231 255 / 0.45);
}

.border-y-indigo-100\/5{
  border-top-color: rgb(224 231 255 / 0.05);
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.border-y-indigo-100\/50{
  border-top-color: rgb(224 231 255 / 0.5);
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.border-y-indigo-100\/55{
  border-top-color: rgb(224 231 255 / 0.55);
  border-bottom-color: rgb(224 231 255 / 0.55);
}

.border-y-indigo-100\/60{
  border-top-color: rgb(224 231 255 / 0.6);
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.border-y-indigo-100\/65{
  border-top-color: rgb(224 231 255 / 0.65);
  border-bottom-color: rgb(224 231 255 / 0.65);
}

.border-y-indigo-100\/70{
  border-top-color: rgb(224 231 255 / 0.7);
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.border-y-indigo-100\/75{
  border-top-color: rgb(224 231 255 / 0.75);
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.border-y-indigo-100\/80{
  border-top-color: rgb(224 231 255 / 0.8);
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.border-y-indigo-100\/85{
  border-top-color: rgb(224 231 255 / 0.85);
  border-bottom-color: rgb(224 231 255 / 0.85);
}

.border-y-indigo-100\/90{
  border-top-color: rgb(224 231 255 / 0.9);
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.border-y-indigo-100\/95{
  border-top-color: rgb(224 231 255 / 0.95);
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.border-y-indigo-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(199 210 254 / 0.15);
  border-bottom-color: rgb(199 210 254 / 0.15);
}

.border-y-indigo-200\/20{
  border-top-color: rgb(199 210 254 / 0.2);
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.border-y-indigo-200\/25{
  border-top-color: rgb(199 210 254 / 0.25);
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.border-y-indigo-200\/30{
  border-top-color: rgb(199 210 254 / 0.3);
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.border-y-indigo-200\/35{
  border-top-color: rgb(199 210 254 / 0.35);
  border-bottom-color: rgb(199 210 254 / 0.35);
}

.border-y-indigo-200\/40{
  border-top-color: rgb(199 210 254 / 0.4);
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.border-y-indigo-200\/45{
  border-top-color: rgb(199 210 254 / 0.45);
  border-bottom-color: rgb(199 210 254 / 0.45);
}

.border-y-indigo-200\/5{
  border-top-color: rgb(199 210 254 / 0.05);
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.border-y-indigo-200\/50{
  border-top-color: rgb(199 210 254 / 0.5);
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.border-y-indigo-200\/55{
  border-top-color: rgb(199 210 254 / 0.55);
  border-bottom-color: rgb(199 210 254 / 0.55);
}

.border-y-indigo-200\/60{
  border-top-color: rgb(199 210 254 / 0.6);
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.border-y-indigo-200\/65{
  border-top-color: rgb(199 210 254 / 0.65);
  border-bottom-color: rgb(199 210 254 / 0.65);
}

.border-y-indigo-200\/70{
  border-top-color: rgb(199 210 254 / 0.7);
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.border-y-indigo-200\/75{
  border-top-color: rgb(199 210 254 / 0.75);
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.border-y-indigo-200\/80{
  border-top-color: rgb(199 210 254 / 0.8);
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.border-y-indigo-200\/85{
  border-top-color: rgb(199 210 254 / 0.85);
  border-bottom-color: rgb(199 210 254 / 0.85);
}

.border-y-indigo-200\/90{
  border-top-color: rgb(199 210 254 / 0.9);
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.border-y-indigo-200\/95{
  border-top-color: rgb(199 210 254 / 0.95);
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.border-y-indigo-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(165 180 252 / 0.15);
  border-bottom-color: rgb(165 180 252 / 0.15);
}

.border-y-indigo-300\/20{
  border-top-color: rgb(165 180 252 / 0.2);
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.border-y-indigo-300\/25{
  border-top-color: rgb(165 180 252 / 0.25);
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.border-y-indigo-300\/30{
  border-top-color: rgb(165 180 252 / 0.3);
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.border-y-indigo-300\/35{
  border-top-color: rgb(165 180 252 / 0.35);
  border-bottom-color: rgb(165 180 252 / 0.35);
}

.border-y-indigo-300\/40{
  border-top-color: rgb(165 180 252 / 0.4);
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.border-y-indigo-300\/45{
  border-top-color: rgb(165 180 252 / 0.45);
  border-bottom-color: rgb(165 180 252 / 0.45);
}

.border-y-indigo-300\/5{
  border-top-color: rgb(165 180 252 / 0.05);
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.border-y-indigo-300\/50{
  border-top-color: rgb(165 180 252 / 0.5);
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.border-y-indigo-300\/55{
  border-top-color: rgb(165 180 252 / 0.55);
  border-bottom-color: rgb(165 180 252 / 0.55);
}

.border-y-indigo-300\/60{
  border-top-color: rgb(165 180 252 / 0.6);
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.border-y-indigo-300\/65{
  border-top-color: rgb(165 180 252 / 0.65);
  border-bottom-color: rgb(165 180 252 / 0.65);
}

.border-y-indigo-300\/70{
  border-top-color: rgb(165 180 252 / 0.7);
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.border-y-indigo-300\/75{
  border-top-color: rgb(165 180 252 / 0.75);
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.border-y-indigo-300\/80{
  border-top-color: rgb(165 180 252 / 0.8);
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.border-y-indigo-300\/85{
  border-top-color: rgb(165 180 252 / 0.85);
  border-bottom-color: rgb(165 180 252 / 0.85);
}

.border-y-indigo-300\/90{
  border-top-color: rgb(165 180 252 / 0.9);
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.border-y-indigo-300\/95{
  border-top-color: rgb(165 180 252 / 0.95);
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.border-y-indigo-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(129 140 248 / 0.15);
  border-bottom-color: rgb(129 140 248 / 0.15);
}

.border-y-indigo-400\/20{
  border-top-color: rgb(129 140 248 / 0.2);
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.border-y-indigo-400\/25{
  border-top-color: rgb(129 140 248 / 0.25);
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.border-y-indigo-400\/30{
  border-top-color: rgb(129 140 248 / 0.3);
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.border-y-indigo-400\/35{
  border-top-color: rgb(129 140 248 / 0.35);
  border-bottom-color: rgb(129 140 248 / 0.35);
}

.border-y-indigo-400\/40{
  border-top-color: rgb(129 140 248 / 0.4);
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.border-y-indigo-400\/45{
  border-top-color: rgb(129 140 248 / 0.45);
  border-bottom-color: rgb(129 140 248 / 0.45);
}

.border-y-indigo-400\/5{
  border-top-color: rgb(129 140 248 / 0.05);
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.border-y-indigo-400\/50{
  border-top-color: rgb(129 140 248 / 0.5);
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.border-y-indigo-400\/55{
  border-top-color: rgb(129 140 248 / 0.55);
  border-bottom-color: rgb(129 140 248 / 0.55);
}

.border-y-indigo-400\/60{
  border-top-color: rgb(129 140 248 / 0.6);
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.border-y-indigo-400\/65{
  border-top-color: rgb(129 140 248 / 0.65);
  border-bottom-color: rgb(129 140 248 / 0.65);
}

.border-y-indigo-400\/70{
  border-top-color: rgb(129 140 248 / 0.7);
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.border-y-indigo-400\/75{
  border-top-color: rgb(129 140 248 / 0.75);
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.border-y-indigo-400\/80{
  border-top-color: rgb(129 140 248 / 0.8);
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.border-y-indigo-400\/85{
  border-top-color: rgb(129 140 248 / 0.85);
  border-bottom-color: rgb(129 140 248 / 0.85);
}

.border-y-indigo-400\/90{
  border-top-color: rgb(129 140 248 / 0.9);
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.border-y-indigo-400\/95{
  border-top-color: rgb(129 140 248 / 0.95);
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.border-y-indigo-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(238 242 255 / 0.15);
  border-bottom-color: rgb(238 242 255 / 0.15);
}

.border-y-indigo-50\/20{
  border-top-color: rgb(238 242 255 / 0.2);
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.border-y-indigo-50\/25{
  border-top-color: rgb(238 242 255 / 0.25);
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.border-y-indigo-50\/30{
  border-top-color: rgb(238 242 255 / 0.3);
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.border-y-indigo-50\/35{
  border-top-color: rgb(238 242 255 / 0.35);
  border-bottom-color: rgb(238 242 255 / 0.35);
}

.border-y-indigo-50\/40{
  border-top-color: rgb(238 242 255 / 0.4);
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.border-y-indigo-50\/45{
  border-top-color: rgb(238 242 255 / 0.45);
  border-bottom-color: rgb(238 242 255 / 0.45);
}

.border-y-indigo-50\/5{
  border-top-color: rgb(238 242 255 / 0.05);
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.border-y-indigo-50\/50{
  border-top-color: rgb(238 242 255 / 0.5);
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.border-y-indigo-50\/55{
  border-top-color: rgb(238 242 255 / 0.55);
  border-bottom-color: rgb(238 242 255 / 0.55);
}

.border-y-indigo-50\/60{
  border-top-color: rgb(238 242 255 / 0.6);
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.border-y-indigo-50\/65{
  border-top-color: rgb(238 242 255 / 0.65);
  border-bottom-color: rgb(238 242 255 / 0.65);
}

.border-y-indigo-50\/70{
  border-top-color: rgb(238 242 255 / 0.7);
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.border-y-indigo-50\/75{
  border-top-color: rgb(238 242 255 / 0.75);
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.border-y-indigo-50\/80{
  border-top-color: rgb(238 242 255 / 0.8);
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.border-y-indigo-50\/85{
  border-top-color: rgb(238 242 255 / 0.85);
  border-bottom-color: rgb(238 242 255 / 0.85);
}

.border-y-indigo-50\/90{
  border-top-color: rgb(238 242 255 / 0.9);
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.border-y-indigo-50\/95{
  border-top-color: rgb(238 242 255 / 0.95);
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.border-y-indigo-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(99 102 241 / 0.15);
  border-bottom-color: rgb(99 102 241 / 0.15);
}

.border-y-indigo-500\/20{
  border-top-color: rgb(99 102 241 / 0.2);
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.border-y-indigo-500\/25{
  border-top-color: rgb(99 102 241 / 0.25);
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.border-y-indigo-500\/30{
  border-top-color: rgb(99 102 241 / 0.3);
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.border-y-indigo-500\/35{
  border-top-color: rgb(99 102 241 / 0.35);
  border-bottom-color: rgb(99 102 241 / 0.35);
}

.border-y-indigo-500\/40{
  border-top-color: rgb(99 102 241 / 0.4);
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.border-y-indigo-500\/45{
  border-top-color: rgb(99 102 241 / 0.45);
  border-bottom-color: rgb(99 102 241 / 0.45);
}

.border-y-indigo-500\/5{
  border-top-color: rgb(99 102 241 / 0.05);
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.border-y-indigo-500\/50{
  border-top-color: rgb(99 102 241 / 0.5);
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.border-y-indigo-500\/55{
  border-top-color: rgb(99 102 241 / 0.55);
  border-bottom-color: rgb(99 102 241 / 0.55);
}

.border-y-indigo-500\/60{
  border-top-color: rgb(99 102 241 / 0.6);
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.border-y-indigo-500\/65{
  border-top-color: rgb(99 102 241 / 0.65);
  border-bottom-color: rgb(99 102 241 / 0.65);
}

.border-y-indigo-500\/70{
  border-top-color: rgb(99 102 241 / 0.7);
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.border-y-indigo-500\/75{
  border-top-color: rgb(99 102 241 / 0.75);
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.border-y-indigo-500\/80{
  border-top-color: rgb(99 102 241 / 0.8);
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.border-y-indigo-500\/85{
  border-top-color: rgb(99 102 241 / 0.85);
  border-bottom-color: rgb(99 102 241 / 0.85);
}

.border-y-indigo-500\/90{
  border-top-color: rgb(99 102 241 / 0.9);
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.border-y-indigo-500\/95{
  border-top-color: rgb(99 102 241 / 0.95);
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.border-y-indigo-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(79 70 229 / 0.15);
  border-bottom-color: rgb(79 70 229 / 0.15);
}

.border-y-indigo-600\/20{
  border-top-color: rgb(79 70 229 / 0.2);
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.border-y-indigo-600\/25{
  border-top-color: rgb(79 70 229 / 0.25);
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.border-y-indigo-600\/30{
  border-top-color: rgb(79 70 229 / 0.3);
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.border-y-indigo-600\/35{
  border-top-color: rgb(79 70 229 / 0.35);
  border-bottom-color: rgb(79 70 229 / 0.35);
}

.border-y-indigo-600\/40{
  border-top-color: rgb(79 70 229 / 0.4);
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.border-y-indigo-600\/45{
  border-top-color: rgb(79 70 229 / 0.45);
  border-bottom-color: rgb(79 70 229 / 0.45);
}

.border-y-indigo-600\/5{
  border-top-color: rgb(79 70 229 / 0.05);
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.border-y-indigo-600\/50{
  border-top-color: rgb(79 70 229 / 0.5);
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.border-y-indigo-600\/55{
  border-top-color: rgb(79 70 229 / 0.55);
  border-bottom-color: rgb(79 70 229 / 0.55);
}

.border-y-indigo-600\/60{
  border-top-color: rgb(79 70 229 / 0.6);
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.border-y-indigo-600\/65{
  border-top-color: rgb(79 70 229 / 0.65);
  border-bottom-color: rgb(79 70 229 / 0.65);
}

.border-y-indigo-600\/70{
  border-top-color: rgb(79 70 229 / 0.7);
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.border-y-indigo-600\/75{
  border-top-color: rgb(79 70 229 / 0.75);
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.border-y-indigo-600\/80{
  border-top-color: rgb(79 70 229 / 0.8);
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.border-y-indigo-600\/85{
  border-top-color: rgb(79 70 229 / 0.85);
  border-bottom-color: rgb(79 70 229 / 0.85);
}

.border-y-indigo-600\/90{
  border-top-color: rgb(79 70 229 / 0.9);
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.border-y-indigo-600\/95{
  border-top-color: rgb(79 70 229 / 0.95);
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.border-y-indigo-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(67 56 202 / 0.15);
  border-bottom-color: rgb(67 56 202 / 0.15);
}

.border-y-indigo-700\/20{
  border-top-color: rgb(67 56 202 / 0.2);
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.border-y-indigo-700\/25{
  border-top-color: rgb(67 56 202 / 0.25);
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.border-y-indigo-700\/30{
  border-top-color: rgb(67 56 202 / 0.3);
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.border-y-indigo-700\/35{
  border-top-color: rgb(67 56 202 / 0.35);
  border-bottom-color: rgb(67 56 202 / 0.35);
}

.border-y-indigo-700\/40{
  border-top-color: rgb(67 56 202 / 0.4);
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.border-y-indigo-700\/45{
  border-top-color: rgb(67 56 202 / 0.45);
  border-bottom-color: rgb(67 56 202 / 0.45);
}

.border-y-indigo-700\/5{
  border-top-color: rgb(67 56 202 / 0.05);
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.border-y-indigo-700\/50{
  border-top-color: rgb(67 56 202 / 0.5);
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.border-y-indigo-700\/55{
  border-top-color: rgb(67 56 202 / 0.55);
  border-bottom-color: rgb(67 56 202 / 0.55);
}

.border-y-indigo-700\/60{
  border-top-color: rgb(67 56 202 / 0.6);
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.border-y-indigo-700\/65{
  border-top-color: rgb(67 56 202 / 0.65);
  border-bottom-color: rgb(67 56 202 / 0.65);
}

.border-y-indigo-700\/70{
  border-top-color: rgb(67 56 202 / 0.7);
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.border-y-indigo-700\/75{
  border-top-color: rgb(67 56 202 / 0.75);
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.border-y-indigo-700\/80{
  border-top-color: rgb(67 56 202 / 0.8);
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.border-y-indigo-700\/85{
  border-top-color: rgb(67 56 202 / 0.85);
  border-bottom-color: rgb(67 56 202 / 0.85);
}

.border-y-indigo-700\/90{
  border-top-color: rgb(67 56 202 / 0.9);
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.border-y-indigo-700\/95{
  border-top-color: rgb(67 56 202 / 0.95);
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.border-y-indigo-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(55 48 163 / 0.15);
  border-bottom-color: rgb(55 48 163 / 0.15);
}

.border-y-indigo-800\/20{
  border-top-color: rgb(55 48 163 / 0.2);
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.border-y-indigo-800\/25{
  border-top-color: rgb(55 48 163 / 0.25);
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.border-y-indigo-800\/30{
  border-top-color: rgb(55 48 163 / 0.3);
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.border-y-indigo-800\/35{
  border-top-color: rgb(55 48 163 / 0.35);
  border-bottom-color: rgb(55 48 163 / 0.35);
}

.border-y-indigo-800\/40{
  border-top-color: rgb(55 48 163 / 0.4);
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.border-y-indigo-800\/45{
  border-top-color: rgb(55 48 163 / 0.45);
  border-bottom-color: rgb(55 48 163 / 0.45);
}

.border-y-indigo-800\/5{
  border-top-color: rgb(55 48 163 / 0.05);
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.border-y-indigo-800\/50{
  border-top-color: rgb(55 48 163 / 0.5);
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.border-y-indigo-800\/55{
  border-top-color: rgb(55 48 163 / 0.55);
  border-bottom-color: rgb(55 48 163 / 0.55);
}

.border-y-indigo-800\/60{
  border-top-color: rgb(55 48 163 / 0.6);
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.border-y-indigo-800\/65{
  border-top-color: rgb(55 48 163 / 0.65);
  border-bottom-color: rgb(55 48 163 / 0.65);
}

.border-y-indigo-800\/70{
  border-top-color: rgb(55 48 163 / 0.7);
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.border-y-indigo-800\/75{
  border-top-color: rgb(55 48 163 / 0.75);
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.border-y-indigo-800\/80{
  border-top-color: rgb(55 48 163 / 0.8);
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.border-y-indigo-800\/85{
  border-top-color: rgb(55 48 163 / 0.85);
  border-bottom-color: rgb(55 48 163 / 0.85);
}

.border-y-indigo-800\/90{
  border-top-color: rgb(55 48 163 / 0.9);
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.border-y-indigo-800\/95{
  border-top-color: rgb(55 48 163 / 0.95);
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.border-y-indigo-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(49 46 129 / 0.15);
  border-bottom-color: rgb(49 46 129 / 0.15);
}

.border-y-indigo-900\/20{
  border-top-color: rgb(49 46 129 / 0.2);
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.border-y-indigo-900\/25{
  border-top-color: rgb(49 46 129 / 0.25);
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.border-y-indigo-900\/30{
  border-top-color: rgb(49 46 129 / 0.3);
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.border-y-indigo-900\/35{
  border-top-color: rgb(49 46 129 / 0.35);
  border-bottom-color: rgb(49 46 129 / 0.35);
}

.border-y-indigo-900\/40{
  border-top-color: rgb(49 46 129 / 0.4);
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.border-y-indigo-900\/45{
  border-top-color: rgb(49 46 129 / 0.45);
  border-bottom-color: rgb(49 46 129 / 0.45);
}

.border-y-indigo-900\/5{
  border-top-color: rgb(49 46 129 / 0.05);
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.border-y-indigo-900\/50{
  border-top-color: rgb(49 46 129 / 0.5);
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.border-y-indigo-900\/55{
  border-top-color: rgb(49 46 129 / 0.55);
  border-bottom-color: rgb(49 46 129 / 0.55);
}

.border-y-indigo-900\/60{
  border-top-color: rgb(49 46 129 / 0.6);
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.border-y-indigo-900\/65{
  border-top-color: rgb(49 46 129 / 0.65);
  border-bottom-color: rgb(49 46 129 / 0.65);
}

.border-y-indigo-900\/70{
  border-top-color: rgb(49 46 129 / 0.7);
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.border-y-indigo-900\/75{
  border-top-color: rgb(49 46 129 / 0.75);
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.border-y-indigo-900\/80{
  border-top-color: rgb(49 46 129 / 0.8);
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.border-y-indigo-900\/85{
  border-top-color: rgb(49 46 129 / 0.85);
  border-bottom-color: rgb(49 46 129 / 0.85);
}

.border-y-indigo-900\/90{
  border-top-color: rgb(49 46 129 / 0.9);
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.border-y-indigo-900\/95{
  border-top-color: rgb(49 46 129 / 0.95);
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.border-y-indigo-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(30 27 75 / 0.15);
  border-bottom-color: rgb(30 27 75 / 0.15);
}

.border-y-indigo-950\/20{
  border-top-color: rgb(30 27 75 / 0.2);
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.border-y-indigo-950\/25{
  border-top-color: rgb(30 27 75 / 0.25);
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.border-y-indigo-950\/30{
  border-top-color: rgb(30 27 75 / 0.3);
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.border-y-indigo-950\/35{
  border-top-color: rgb(30 27 75 / 0.35);
  border-bottom-color: rgb(30 27 75 / 0.35);
}

.border-y-indigo-950\/40{
  border-top-color: rgb(30 27 75 / 0.4);
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.border-y-indigo-950\/45{
  border-top-color: rgb(30 27 75 / 0.45);
  border-bottom-color: rgb(30 27 75 / 0.45);
}

.border-y-indigo-950\/5{
  border-top-color: rgb(30 27 75 / 0.05);
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.border-y-indigo-950\/50{
  border-top-color: rgb(30 27 75 / 0.5);
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.border-y-indigo-950\/55{
  border-top-color: rgb(30 27 75 / 0.55);
  border-bottom-color: rgb(30 27 75 / 0.55);
}

.border-y-indigo-950\/60{
  border-top-color: rgb(30 27 75 / 0.6);
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.border-y-indigo-950\/65{
  border-top-color: rgb(30 27 75 / 0.65);
  border-bottom-color: rgb(30 27 75 / 0.65);
}

.border-y-indigo-950\/70{
  border-top-color: rgb(30 27 75 / 0.7);
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.border-y-indigo-950\/75{
  border-top-color: rgb(30 27 75 / 0.75);
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.border-y-indigo-950\/80{
  border-top-color: rgb(30 27 75 / 0.8);
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.border-y-indigo-950\/85{
  border-top-color: rgb(30 27 75 / 0.85);
  border-bottom-color: rgb(30 27 75 / 0.85);
}

.border-y-indigo-950\/90{
  border-top-color: rgb(30 27 75 / 0.9);
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.border-y-indigo-950\/95{
  border-top-color: rgb(30 27 75 / 0.95);
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.border-y-info{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 159 26 / var(--tw-border-opacity));
  border-bottom-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.border-y-info-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(203 122 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.border-y-info-hover\/0{
  border-top-color: rgb(203 122 0 / 0);
  border-bottom-color: rgb(203 122 0 / 0);
}

.border-y-info-hover\/10{
  border-top-color: rgb(203 122 0 / 0.1);
  border-bottom-color: rgb(203 122 0 / 0.1);
}

.border-y-info-hover\/100{
  border-top-color: rgb(203 122 0 / 1);
  border-bottom-color: rgb(203 122 0 / 1);
}

.border-y-info-hover\/15{
  border-top-color: rgb(203 122 0 / 0.15);
  border-bottom-color: rgb(203 122 0 / 0.15);
}

.border-y-info-hover\/20{
  border-top-color: rgb(203 122 0 / 0.2);
  border-bottom-color: rgb(203 122 0 / 0.2);
}

.border-y-info-hover\/25{
  border-top-color: rgb(203 122 0 / 0.25);
  border-bottom-color: rgb(203 122 0 / 0.25);
}

.border-y-info-hover\/30{
  border-top-color: rgb(203 122 0 / 0.3);
  border-bottom-color: rgb(203 122 0 / 0.3);
}

.border-y-info-hover\/35{
  border-top-color: rgb(203 122 0 / 0.35);
  border-bottom-color: rgb(203 122 0 / 0.35);
}

.border-y-info-hover\/40{
  border-top-color: rgb(203 122 0 / 0.4);
  border-bottom-color: rgb(203 122 0 / 0.4);
}

.border-y-info-hover\/45{
  border-top-color: rgb(203 122 0 / 0.45);
  border-bottom-color: rgb(203 122 0 / 0.45);
}

.border-y-info-hover\/5{
  border-top-color: rgb(203 122 0 / 0.05);
  border-bottom-color: rgb(203 122 0 / 0.05);
}

.border-y-info-hover\/50{
  border-top-color: rgb(203 122 0 / 0.5);
  border-bottom-color: rgb(203 122 0 / 0.5);
}

.border-y-info-hover\/55{
  border-top-color: rgb(203 122 0 / 0.55);
  border-bottom-color: rgb(203 122 0 / 0.55);
}

.border-y-info-hover\/60{
  border-top-color: rgb(203 122 0 / 0.6);
  border-bottom-color: rgb(203 122 0 / 0.6);
}

.border-y-info-hover\/65{
  border-top-color: rgb(203 122 0 / 0.65);
  border-bottom-color: rgb(203 122 0 / 0.65);
}

.border-y-info-hover\/70{
  border-top-color: rgb(203 122 0 / 0.7);
  border-bottom-color: rgb(203 122 0 / 0.7);
}

.border-y-info-hover\/75{
  border-top-color: rgb(203 122 0 / 0.75);
  border-bottom-color: rgb(203 122 0 / 0.75);
}

.border-y-info-hover\/80{
  border-top-color: rgb(203 122 0 / 0.8);
  border-bottom-color: rgb(203 122 0 / 0.8);
}

.border-y-info-hover\/85{
  border-top-color: rgb(203 122 0 / 0.85);
  border-bottom-color: rgb(203 122 0 / 0.85);
}

.border-y-info-hover\/90{
  border-top-color: rgb(203 122 0 / 0.9);
  border-bottom-color: rgb(203 122 0 / 0.9);
}

.border-y-info-hover\/95{
  border-top-color: rgb(203 122 0 / 0.95);
  border-bottom-color: rgb(203 122 0 / 0.95);
}

.border-y-info\/0{
  border-top-color: rgb(247 159 26 / 0);
  border-bottom-color: rgb(247 159 26 / 0);
}

.border-y-info\/10{
  border-top-color: rgb(247 159 26 / 0.1);
  border-bottom-color: rgb(247 159 26 / 0.1);
}

.border-y-info\/100{
  border-top-color: rgb(247 159 26 / 1);
  border-bottom-color: rgb(247 159 26 / 1);
}

.border-y-info\/15{
  border-top-color: rgb(247 159 26 / 0.15);
  border-bottom-color: rgb(247 159 26 / 0.15);
}

.border-y-info\/20{
  border-top-color: rgb(247 159 26 / 0.2);
  border-bottom-color: rgb(247 159 26 / 0.2);
}

.border-y-info\/25{
  border-top-color: rgb(247 159 26 / 0.25);
  border-bottom-color: rgb(247 159 26 / 0.25);
}

.border-y-info\/30{
  border-top-color: rgb(247 159 26 / 0.3);
  border-bottom-color: rgb(247 159 26 / 0.3);
}

.border-y-info\/35{
  border-top-color: rgb(247 159 26 / 0.35);
  border-bottom-color: rgb(247 159 26 / 0.35);
}

.border-y-info\/40{
  border-top-color: rgb(247 159 26 / 0.4);
  border-bottom-color: rgb(247 159 26 / 0.4);
}

.border-y-info\/45{
  border-top-color: rgb(247 159 26 / 0.45);
  border-bottom-color: rgb(247 159 26 / 0.45);
}

.border-y-info\/5{
  border-top-color: rgb(247 159 26 / 0.05);
  border-bottom-color: rgb(247 159 26 / 0.05);
}

.border-y-info\/50{
  border-top-color: rgb(247 159 26 / 0.5);
  border-bottom-color: rgb(247 159 26 / 0.5);
}

.border-y-info\/55{
  border-top-color: rgb(247 159 26 / 0.55);
  border-bottom-color: rgb(247 159 26 / 0.55);
}

.border-y-info\/60{
  border-top-color: rgb(247 159 26 / 0.6);
  border-bottom-color: rgb(247 159 26 / 0.6);
}

.border-y-info\/65{
  border-top-color: rgb(247 159 26 / 0.65);
  border-bottom-color: rgb(247 159 26 / 0.65);
}

.border-y-info\/70{
  border-top-color: rgb(247 159 26 / 0.7);
  border-bottom-color: rgb(247 159 26 / 0.7);
}

.border-y-info\/75{
  border-top-color: rgb(247 159 26 / 0.75);
  border-bottom-color: rgb(247 159 26 / 0.75);
}

.border-y-info\/80{
  border-top-color: rgb(247 159 26 / 0.8);
  border-bottom-color: rgb(247 159 26 / 0.8);
}

.border-y-info\/85{
  border-top-color: rgb(247 159 26 / 0.85);
  border-bottom-color: rgb(247 159 26 / 0.85);
}

.border-y-info\/90{
  border-top-color: rgb(247 159 26 / 0.9);
  border-bottom-color: rgb(247 159 26 / 0.9);
}

.border-y-info\/95{
  border-top-color: rgb(247 159 26 / 0.95);
  border-bottom-color: rgb(247 159 26 / 0.95);
}

.border-y-inherit{
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.border-y-lime-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity));
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-y-lime-100\/0{
  border-top-color: rgb(236 252 203 / 0);
  border-bottom-color: rgb(236 252 203 / 0);
}

.border-y-lime-100\/10{
  border-top-color: rgb(236 252 203 / 0.1);
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.border-y-lime-100\/100{
  border-top-color: rgb(236 252 203 / 1);
  border-bottom-color: rgb(236 252 203 / 1);
}

.border-y-lime-100\/15{
  border-top-color: rgb(236 252 203 / 0.15);
  border-bottom-color: rgb(236 252 203 / 0.15);
}

.border-y-lime-100\/20{
  border-top-color: rgb(236 252 203 / 0.2);
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.border-y-lime-100\/25{
  border-top-color: rgb(236 252 203 / 0.25);
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.border-y-lime-100\/30{
  border-top-color: rgb(236 252 203 / 0.3);
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.border-y-lime-100\/35{
  border-top-color: rgb(236 252 203 / 0.35);
  border-bottom-color: rgb(236 252 203 / 0.35);
}

.border-y-lime-100\/40{
  border-top-color: rgb(236 252 203 / 0.4);
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.border-y-lime-100\/45{
  border-top-color: rgb(236 252 203 / 0.45);
  border-bottom-color: rgb(236 252 203 / 0.45);
}

.border-y-lime-100\/5{
  border-top-color: rgb(236 252 203 / 0.05);
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.border-y-lime-100\/50{
  border-top-color: rgb(236 252 203 / 0.5);
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.border-y-lime-100\/55{
  border-top-color: rgb(236 252 203 / 0.55);
  border-bottom-color: rgb(236 252 203 / 0.55);
}

.border-y-lime-100\/60{
  border-top-color: rgb(236 252 203 / 0.6);
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.border-y-lime-100\/65{
  border-top-color: rgb(236 252 203 / 0.65);
  border-bottom-color: rgb(236 252 203 / 0.65);
}

.border-y-lime-100\/70{
  border-top-color: rgb(236 252 203 / 0.7);
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.border-y-lime-100\/75{
  border-top-color: rgb(236 252 203 / 0.75);
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.border-y-lime-100\/80{
  border-top-color: rgb(236 252 203 / 0.8);
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.border-y-lime-100\/85{
  border-top-color: rgb(236 252 203 / 0.85);
  border-bottom-color: rgb(236 252 203 / 0.85);
}

.border-y-lime-100\/90{
  border-top-color: rgb(236 252 203 / 0.9);
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.border-y-lime-100\/95{
  border-top-color: rgb(236 252 203 / 0.95);
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.border-y-lime-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(217 249 157 / 0.15);
  border-bottom-color: rgb(217 249 157 / 0.15);
}

.border-y-lime-200\/20{
  border-top-color: rgb(217 249 157 / 0.2);
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.border-y-lime-200\/25{
  border-top-color: rgb(217 249 157 / 0.25);
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.border-y-lime-200\/30{
  border-top-color: rgb(217 249 157 / 0.3);
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.border-y-lime-200\/35{
  border-top-color: rgb(217 249 157 / 0.35);
  border-bottom-color: rgb(217 249 157 / 0.35);
}

.border-y-lime-200\/40{
  border-top-color: rgb(217 249 157 / 0.4);
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.border-y-lime-200\/45{
  border-top-color: rgb(217 249 157 / 0.45);
  border-bottom-color: rgb(217 249 157 / 0.45);
}

.border-y-lime-200\/5{
  border-top-color: rgb(217 249 157 / 0.05);
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.border-y-lime-200\/50{
  border-top-color: rgb(217 249 157 / 0.5);
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.border-y-lime-200\/55{
  border-top-color: rgb(217 249 157 / 0.55);
  border-bottom-color: rgb(217 249 157 / 0.55);
}

.border-y-lime-200\/60{
  border-top-color: rgb(217 249 157 / 0.6);
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.border-y-lime-200\/65{
  border-top-color: rgb(217 249 157 / 0.65);
  border-bottom-color: rgb(217 249 157 / 0.65);
}

.border-y-lime-200\/70{
  border-top-color: rgb(217 249 157 / 0.7);
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.border-y-lime-200\/75{
  border-top-color: rgb(217 249 157 / 0.75);
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.border-y-lime-200\/80{
  border-top-color: rgb(217 249 157 / 0.8);
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.border-y-lime-200\/85{
  border-top-color: rgb(217 249 157 / 0.85);
  border-bottom-color: rgb(217 249 157 / 0.85);
}

.border-y-lime-200\/90{
  border-top-color: rgb(217 249 157 / 0.9);
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.border-y-lime-200\/95{
  border-top-color: rgb(217 249 157 / 0.95);
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.border-y-lime-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(190 242 100 / 0.15);
  border-bottom-color: rgb(190 242 100 / 0.15);
}

.border-y-lime-300\/20{
  border-top-color: rgb(190 242 100 / 0.2);
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.border-y-lime-300\/25{
  border-top-color: rgb(190 242 100 / 0.25);
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.border-y-lime-300\/30{
  border-top-color: rgb(190 242 100 / 0.3);
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.border-y-lime-300\/35{
  border-top-color: rgb(190 242 100 / 0.35);
  border-bottom-color: rgb(190 242 100 / 0.35);
}

.border-y-lime-300\/40{
  border-top-color: rgb(190 242 100 / 0.4);
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.border-y-lime-300\/45{
  border-top-color: rgb(190 242 100 / 0.45);
  border-bottom-color: rgb(190 242 100 / 0.45);
}

.border-y-lime-300\/5{
  border-top-color: rgb(190 242 100 / 0.05);
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.border-y-lime-300\/50{
  border-top-color: rgb(190 242 100 / 0.5);
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.border-y-lime-300\/55{
  border-top-color: rgb(190 242 100 / 0.55);
  border-bottom-color: rgb(190 242 100 / 0.55);
}

.border-y-lime-300\/60{
  border-top-color: rgb(190 242 100 / 0.6);
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.border-y-lime-300\/65{
  border-top-color: rgb(190 242 100 / 0.65);
  border-bottom-color: rgb(190 242 100 / 0.65);
}

.border-y-lime-300\/70{
  border-top-color: rgb(190 242 100 / 0.7);
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.border-y-lime-300\/75{
  border-top-color: rgb(190 242 100 / 0.75);
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.border-y-lime-300\/80{
  border-top-color: rgb(190 242 100 / 0.8);
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.border-y-lime-300\/85{
  border-top-color: rgb(190 242 100 / 0.85);
  border-bottom-color: rgb(190 242 100 / 0.85);
}

.border-y-lime-300\/90{
  border-top-color: rgb(190 242 100 / 0.9);
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.border-y-lime-300\/95{
  border-top-color: rgb(190 242 100 / 0.95);
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.border-y-lime-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(163 230 53 / 0.15);
  border-bottom-color: rgb(163 230 53 / 0.15);
}

.border-y-lime-400\/20{
  border-top-color: rgb(163 230 53 / 0.2);
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.border-y-lime-400\/25{
  border-top-color: rgb(163 230 53 / 0.25);
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.border-y-lime-400\/30{
  border-top-color: rgb(163 230 53 / 0.3);
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.border-y-lime-400\/35{
  border-top-color: rgb(163 230 53 / 0.35);
  border-bottom-color: rgb(163 230 53 / 0.35);
}

.border-y-lime-400\/40{
  border-top-color: rgb(163 230 53 / 0.4);
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.border-y-lime-400\/45{
  border-top-color: rgb(163 230 53 / 0.45);
  border-bottom-color: rgb(163 230 53 / 0.45);
}

.border-y-lime-400\/5{
  border-top-color: rgb(163 230 53 / 0.05);
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.border-y-lime-400\/50{
  border-top-color: rgb(163 230 53 / 0.5);
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.border-y-lime-400\/55{
  border-top-color: rgb(163 230 53 / 0.55);
  border-bottom-color: rgb(163 230 53 / 0.55);
}

.border-y-lime-400\/60{
  border-top-color: rgb(163 230 53 / 0.6);
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.border-y-lime-400\/65{
  border-top-color: rgb(163 230 53 / 0.65);
  border-bottom-color: rgb(163 230 53 / 0.65);
}

.border-y-lime-400\/70{
  border-top-color: rgb(163 230 53 / 0.7);
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.border-y-lime-400\/75{
  border-top-color: rgb(163 230 53 / 0.75);
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.border-y-lime-400\/80{
  border-top-color: rgb(163 230 53 / 0.8);
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.border-y-lime-400\/85{
  border-top-color: rgb(163 230 53 / 0.85);
  border-bottom-color: rgb(163 230 53 / 0.85);
}

.border-y-lime-400\/90{
  border-top-color: rgb(163 230 53 / 0.9);
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.border-y-lime-400\/95{
  border-top-color: rgb(163 230 53 / 0.95);
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.border-y-lime-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(247 254 231 / 0.15);
  border-bottom-color: rgb(247 254 231 / 0.15);
}

.border-y-lime-50\/20{
  border-top-color: rgb(247 254 231 / 0.2);
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.border-y-lime-50\/25{
  border-top-color: rgb(247 254 231 / 0.25);
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.border-y-lime-50\/30{
  border-top-color: rgb(247 254 231 / 0.3);
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.border-y-lime-50\/35{
  border-top-color: rgb(247 254 231 / 0.35);
  border-bottom-color: rgb(247 254 231 / 0.35);
}

.border-y-lime-50\/40{
  border-top-color: rgb(247 254 231 / 0.4);
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.border-y-lime-50\/45{
  border-top-color: rgb(247 254 231 / 0.45);
  border-bottom-color: rgb(247 254 231 / 0.45);
}

.border-y-lime-50\/5{
  border-top-color: rgb(247 254 231 / 0.05);
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.border-y-lime-50\/50{
  border-top-color: rgb(247 254 231 / 0.5);
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.border-y-lime-50\/55{
  border-top-color: rgb(247 254 231 / 0.55);
  border-bottom-color: rgb(247 254 231 / 0.55);
}

.border-y-lime-50\/60{
  border-top-color: rgb(247 254 231 / 0.6);
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.border-y-lime-50\/65{
  border-top-color: rgb(247 254 231 / 0.65);
  border-bottom-color: rgb(247 254 231 / 0.65);
}

.border-y-lime-50\/70{
  border-top-color: rgb(247 254 231 / 0.7);
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.border-y-lime-50\/75{
  border-top-color: rgb(247 254 231 / 0.75);
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.border-y-lime-50\/80{
  border-top-color: rgb(247 254 231 / 0.8);
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.border-y-lime-50\/85{
  border-top-color: rgb(247 254 231 / 0.85);
  border-bottom-color: rgb(247 254 231 / 0.85);
}

.border-y-lime-50\/90{
  border-top-color: rgb(247 254 231 / 0.9);
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.border-y-lime-50\/95{
  border-top-color: rgb(247 254 231 / 0.95);
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.border-y-lime-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(132 204 22 / 0.15);
  border-bottom-color: rgb(132 204 22 / 0.15);
}

.border-y-lime-500\/20{
  border-top-color: rgb(132 204 22 / 0.2);
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.border-y-lime-500\/25{
  border-top-color: rgb(132 204 22 / 0.25);
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.border-y-lime-500\/30{
  border-top-color: rgb(132 204 22 / 0.3);
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.border-y-lime-500\/35{
  border-top-color: rgb(132 204 22 / 0.35);
  border-bottom-color: rgb(132 204 22 / 0.35);
}

.border-y-lime-500\/40{
  border-top-color: rgb(132 204 22 / 0.4);
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.border-y-lime-500\/45{
  border-top-color: rgb(132 204 22 / 0.45);
  border-bottom-color: rgb(132 204 22 / 0.45);
}

.border-y-lime-500\/5{
  border-top-color: rgb(132 204 22 / 0.05);
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.border-y-lime-500\/50{
  border-top-color: rgb(132 204 22 / 0.5);
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.border-y-lime-500\/55{
  border-top-color: rgb(132 204 22 / 0.55);
  border-bottom-color: rgb(132 204 22 / 0.55);
}

.border-y-lime-500\/60{
  border-top-color: rgb(132 204 22 / 0.6);
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.border-y-lime-500\/65{
  border-top-color: rgb(132 204 22 / 0.65);
  border-bottom-color: rgb(132 204 22 / 0.65);
}

.border-y-lime-500\/70{
  border-top-color: rgb(132 204 22 / 0.7);
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.border-y-lime-500\/75{
  border-top-color: rgb(132 204 22 / 0.75);
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.border-y-lime-500\/80{
  border-top-color: rgb(132 204 22 / 0.8);
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.border-y-lime-500\/85{
  border-top-color: rgb(132 204 22 / 0.85);
  border-bottom-color: rgb(132 204 22 / 0.85);
}

.border-y-lime-500\/90{
  border-top-color: rgb(132 204 22 / 0.9);
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.border-y-lime-500\/95{
  border-top-color: rgb(132 204 22 / 0.95);
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.border-y-lime-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(101 163 13 / 0.15);
  border-bottom-color: rgb(101 163 13 / 0.15);
}

.border-y-lime-600\/20{
  border-top-color: rgb(101 163 13 / 0.2);
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.border-y-lime-600\/25{
  border-top-color: rgb(101 163 13 / 0.25);
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.border-y-lime-600\/30{
  border-top-color: rgb(101 163 13 / 0.3);
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.border-y-lime-600\/35{
  border-top-color: rgb(101 163 13 / 0.35);
  border-bottom-color: rgb(101 163 13 / 0.35);
}

.border-y-lime-600\/40{
  border-top-color: rgb(101 163 13 / 0.4);
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.border-y-lime-600\/45{
  border-top-color: rgb(101 163 13 / 0.45);
  border-bottom-color: rgb(101 163 13 / 0.45);
}

.border-y-lime-600\/5{
  border-top-color: rgb(101 163 13 / 0.05);
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.border-y-lime-600\/50{
  border-top-color: rgb(101 163 13 / 0.5);
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.border-y-lime-600\/55{
  border-top-color: rgb(101 163 13 / 0.55);
  border-bottom-color: rgb(101 163 13 / 0.55);
}

.border-y-lime-600\/60{
  border-top-color: rgb(101 163 13 / 0.6);
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.border-y-lime-600\/65{
  border-top-color: rgb(101 163 13 / 0.65);
  border-bottom-color: rgb(101 163 13 / 0.65);
}

.border-y-lime-600\/70{
  border-top-color: rgb(101 163 13 / 0.7);
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.border-y-lime-600\/75{
  border-top-color: rgb(101 163 13 / 0.75);
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.border-y-lime-600\/80{
  border-top-color: rgb(101 163 13 / 0.8);
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.border-y-lime-600\/85{
  border-top-color: rgb(101 163 13 / 0.85);
  border-bottom-color: rgb(101 163 13 / 0.85);
}

.border-y-lime-600\/90{
  border-top-color: rgb(101 163 13 / 0.9);
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.border-y-lime-600\/95{
  border-top-color: rgb(101 163 13 / 0.95);
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.border-y-lime-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(77 124 15 / 0.15);
  border-bottom-color: rgb(77 124 15 / 0.15);
}

.border-y-lime-700\/20{
  border-top-color: rgb(77 124 15 / 0.2);
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.border-y-lime-700\/25{
  border-top-color: rgb(77 124 15 / 0.25);
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.border-y-lime-700\/30{
  border-top-color: rgb(77 124 15 / 0.3);
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.border-y-lime-700\/35{
  border-top-color: rgb(77 124 15 / 0.35);
  border-bottom-color: rgb(77 124 15 / 0.35);
}

.border-y-lime-700\/40{
  border-top-color: rgb(77 124 15 / 0.4);
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.border-y-lime-700\/45{
  border-top-color: rgb(77 124 15 / 0.45);
  border-bottom-color: rgb(77 124 15 / 0.45);
}

.border-y-lime-700\/5{
  border-top-color: rgb(77 124 15 / 0.05);
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.border-y-lime-700\/50{
  border-top-color: rgb(77 124 15 / 0.5);
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.border-y-lime-700\/55{
  border-top-color: rgb(77 124 15 / 0.55);
  border-bottom-color: rgb(77 124 15 / 0.55);
}

.border-y-lime-700\/60{
  border-top-color: rgb(77 124 15 / 0.6);
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.border-y-lime-700\/65{
  border-top-color: rgb(77 124 15 / 0.65);
  border-bottom-color: rgb(77 124 15 / 0.65);
}

.border-y-lime-700\/70{
  border-top-color: rgb(77 124 15 / 0.7);
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.border-y-lime-700\/75{
  border-top-color: rgb(77 124 15 / 0.75);
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.border-y-lime-700\/80{
  border-top-color: rgb(77 124 15 / 0.8);
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.border-y-lime-700\/85{
  border-top-color: rgb(77 124 15 / 0.85);
  border-bottom-color: rgb(77 124 15 / 0.85);
}

.border-y-lime-700\/90{
  border-top-color: rgb(77 124 15 / 0.9);
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.border-y-lime-700\/95{
  border-top-color: rgb(77 124 15 / 0.95);
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.border-y-lime-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(63 98 18 / 0.15);
  border-bottom-color: rgb(63 98 18 / 0.15);
}

.border-y-lime-800\/20{
  border-top-color: rgb(63 98 18 / 0.2);
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.border-y-lime-800\/25{
  border-top-color: rgb(63 98 18 / 0.25);
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.border-y-lime-800\/30{
  border-top-color: rgb(63 98 18 / 0.3);
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.border-y-lime-800\/35{
  border-top-color: rgb(63 98 18 / 0.35);
  border-bottom-color: rgb(63 98 18 / 0.35);
}

.border-y-lime-800\/40{
  border-top-color: rgb(63 98 18 / 0.4);
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.border-y-lime-800\/45{
  border-top-color: rgb(63 98 18 / 0.45);
  border-bottom-color: rgb(63 98 18 / 0.45);
}

.border-y-lime-800\/5{
  border-top-color: rgb(63 98 18 / 0.05);
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.border-y-lime-800\/50{
  border-top-color: rgb(63 98 18 / 0.5);
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.border-y-lime-800\/55{
  border-top-color: rgb(63 98 18 / 0.55);
  border-bottom-color: rgb(63 98 18 / 0.55);
}

.border-y-lime-800\/60{
  border-top-color: rgb(63 98 18 / 0.6);
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.border-y-lime-800\/65{
  border-top-color: rgb(63 98 18 / 0.65);
  border-bottom-color: rgb(63 98 18 / 0.65);
}

.border-y-lime-800\/70{
  border-top-color: rgb(63 98 18 / 0.7);
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.border-y-lime-800\/75{
  border-top-color: rgb(63 98 18 / 0.75);
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.border-y-lime-800\/80{
  border-top-color: rgb(63 98 18 / 0.8);
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.border-y-lime-800\/85{
  border-top-color: rgb(63 98 18 / 0.85);
  border-bottom-color: rgb(63 98 18 / 0.85);
}

.border-y-lime-800\/90{
  border-top-color: rgb(63 98 18 / 0.9);
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.border-y-lime-800\/95{
  border-top-color: rgb(63 98 18 / 0.95);
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.border-y-lime-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(54 83 20 / 0.15);
  border-bottom-color: rgb(54 83 20 / 0.15);
}

.border-y-lime-900\/20{
  border-top-color: rgb(54 83 20 / 0.2);
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.border-y-lime-900\/25{
  border-top-color: rgb(54 83 20 / 0.25);
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.border-y-lime-900\/30{
  border-top-color: rgb(54 83 20 / 0.3);
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.border-y-lime-900\/35{
  border-top-color: rgb(54 83 20 / 0.35);
  border-bottom-color: rgb(54 83 20 / 0.35);
}

.border-y-lime-900\/40{
  border-top-color: rgb(54 83 20 / 0.4);
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.border-y-lime-900\/45{
  border-top-color: rgb(54 83 20 / 0.45);
  border-bottom-color: rgb(54 83 20 / 0.45);
}

.border-y-lime-900\/5{
  border-top-color: rgb(54 83 20 / 0.05);
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.border-y-lime-900\/50{
  border-top-color: rgb(54 83 20 / 0.5);
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.border-y-lime-900\/55{
  border-top-color: rgb(54 83 20 / 0.55);
  border-bottom-color: rgb(54 83 20 / 0.55);
}

.border-y-lime-900\/60{
  border-top-color: rgb(54 83 20 / 0.6);
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.border-y-lime-900\/65{
  border-top-color: rgb(54 83 20 / 0.65);
  border-bottom-color: rgb(54 83 20 / 0.65);
}

.border-y-lime-900\/70{
  border-top-color: rgb(54 83 20 / 0.7);
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.border-y-lime-900\/75{
  border-top-color: rgb(54 83 20 / 0.75);
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.border-y-lime-900\/80{
  border-top-color: rgb(54 83 20 / 0.8);
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.border-y-lime-900\/85{
  border-top-color: rgb(54 83 20 / 0.85);
  border-bottom-color: rgb(54 83 20 / 0.85);
}

.border-y-lime-900\/90{
  border-top-color: rgb(54 83 20 / 0.9);
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.border-y-lime-900\/95{
  border-top-color: rgb(54 83 20 / 0.95);
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.border-y-lime-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(26 46 5 / 0.15);
  border-bottom-color: rgb(26 46 5 / 0.15);
}

.border-y-lime-950\/20{
  border-top-color: rgb(26 46 5 / 0.2);
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.border-y-lime-950\/25{
  border-top-color: rgb(26 46 5 / 0.25);
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.border-y-lime-950\/30{
  border-top-color: rgb(26 46 5 / 0.3);
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.border-y-lime-950\/35{
  border-top-color: rgb(26 46 5 / 0.35);
  border-bottom-color: rgb(26 46 5 / 0.35);
}

.border-y-lime-950\/40{
  border-top-color: rgb(26 46 5 / 0.4);
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.border-y-lime-950\/45{
  border-top-color: rgb(26 46 5 / 0.45);
  border-bottom-color: rgb(26 46 5 / 0.45);
}

.border-y-lime-950\/5{
  border-top-color: rgb(26 46 5 / 0.05);
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.border-y-lime-950\/50{
  border-top-color: rgb(26 46 5 / 0.5);
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.border-y-lime-950\/55{
  border-top-color: rgb(26 46 5 / 0.55);
  border-bottom-color: rgb(26 46 5 / 0.55);
}

.border-y-lime-950\/60{
  border-top-color: rgb(26 46 5 / 0.6);
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.border-y-lime-950\/65{
  border-top-color: rgb(26 46 5 / 0.65);
  border-bottom-color: rgb(26 46 5 / 0.65);
}

.border-y-lime-950\/70{
  border-top-color: rgb(26 46 5 / 0.7);
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.border-y-lime-950\/75{
  border-top-color: rgb(26 46 5 / 0.75);
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.border-y-lime-950\/80{
  border-top-color: rgb(26 46 5 / 0.8);
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.border-y-lime-950\/85{
  border-top-color: rgb(26 46 5 / 0.85);
  border-bottom-color: rgb(26 46 5 / 0.85);
}

.border-y-lime-950\/90{
  border-top-color: rgb(26 46 5 / 0.9);
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.border-y-lime-950\/95{
  border-top-color: rgb(26 46 5 / 0.95);
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.border-y-neutral-01{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-y-neutral-01\/0{
  border-top-color: rgb(224 224 224 / 0);
  border-bottom-color: rgb(224 224 224 / 0);
}

.border-y-neutral-01\/10{
  border-top-color: rgb(224 224 224 / 0.1);
  border-bottom-color: rgb(224 224 224 / 0.1);
}

.border-y-neutral-01\/100{
  border-top-color: rgb(224 224 224 / 1);
  border-bottom-color: rgb(224 224 224 / 1);
}

.border-y-neutral-01\/15{
  border-top-color: rgb(224 224 224 / 0.15);
  border-bottom-color: rgb(224 224 224 / 0.15);
}

.border-y-neutral-01\/20{
  border-top-color: rgb(224 224 224 / 0.2);
  border-bottom-color: rgb(224 224 224 / 0.2);
}

.border-y-neutral-01\/25{
  border-top-color: rgb(224 224 224 / 0.25);
  border-bottom-color: rgb(224 224 224 / 0.25);
}

.border-y-neutral-01\/30{
  border-top-color: rgb(224 224 224 / 0.3);
  border-bottom-color: rgb(224 224 224 / 0.3);
}

.border-y-neutral-01\/35{
  border-top-color: rgb(224 224 224 / 0.35);
  border-bottom-color: rgb(224 224 224 / 0.35);
}

.border-y-neutral-01\/40{
  border-top-color: rgb(224 224 224 / 0.4);
  border-bottom-color: rgb(224 224 224 / 0.4);
}

.border-y-neutral-01\/45{
  border-top-color: rgb(224 224 224 / 0.45);
  border-bottom-color: rgb(224 224 224 / 0.45);
}

.border-y-neutral-01\/5{
  border-top-color: rgb(224 224 224 / 0.05);
  border-bottom-color: rgb(224 224 224 / 0.05);
}

.border-y-neutral-01\/50{
  border-top-color: rgb(224 224 224 / 0.5);
  border-bottom-color: rgb(224 224 224 / 0.5);
}

.border-y-neutral-01\/55{
  border-top-color: rgb(224 224 224 / 0.55);
  border-bottom-color: rgb(224 224 224 / 0.55);
}

.border-y-neutral-01\/60{
  border-top-color: rgb(224 224 224 / 0.6);
  border-bottom-color: rgb(224 224 224 / 0.6);
}

.border-y-neutral-01\/65{
  border-top-color: rgb(224 224 224 / 0.65);
  border-bottom-color: rgb(224 224 224 / 0.65);
}

.border-y-neutral-01\/70{
  border-top-color: rgb(224 224 224 / 0.7);
  border-bottom-color: rgb(224 224 224 / 0.7);
}

.border-y-neutral-01\/75{
  border-top-color: rgb(224 224 224 / 0.75);
  border-bottom-color: rgb(224 224 224 / 0.75);
}

.border-y-neutral-01\/80{
  border-top-color: rgb(224 224 224 / 0.8);
  border-bottom-color: rgb(224 224 224 / 0.8);
}

.border-y-neutral-01\/85{
  border-top-color: rgb(224 224 224 / 0.85);
  border-bottom-color: rgb(224 224 224 / 0.85);
}

.border-y-neutral-01\/90{
  border-top-color: rgb(224 224 224 / 0.9);
  border-bottom-color: rgb(224 224 224 / 0.9);
}

.border-y-neutral-01\/95{
  border-top-color: rgb(224 224 224 / 0.95);
  border-bottom-color: rgb(224 224 224 / 0.95);
}

.border-y-neutral-02{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 234 238 / var(--tw-border-opacity));
  border-bottom-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.border-y-neutral-02\/0{
  border-top-color: rgb(228 234 238 / 0);
  border-bottom-color: rgb(228 234 238 / 0);
}

.border-y-neutral-02\/10{
  border-top-color: rgb(228 234 238 / 0.1);
  border-bottom-color: rgb(228 234 238 / 0.1);
}

.border-y-neutral-02\/100{
  border-top-color: rgb(228 234 238 / 1);
  border-bottom-color: rgb(228 234 238 / 1);
}

.border-y-neutral-02\/15{
  border-top-color: rgb(228 234 238 / 0.15);
  border-bottom-color: rgb(228 234 238 / 0.15);
}

.border-y-neutral-02\/20{
  border-top-color: rgb(228 234 238 / 0.2);
  border-bottom-color: rgb(228 234 238 / 0.2);
}

.border-y-neutral-02\/25{
  border-top-color: rgb(228 234 238 / 0.25);
  border-bottom-color: rgb(228 234 238 / 0.25);
}

.border-y-neutral-02\/30{
  border-top-color: rgb(228 234 238 / 0.3);
  border-bottom-color: rgb(228 234 238 / 0.3);
}

.border-y-neutral-02\/35{
  border-top-color: rgb(228 234 238 / 0.35);
  border-bottom-color: rgb(228 234 238 / 0.35);
}

.border-y-neutral-02\/40{
  border-top-color: rgb(228 234 238 / 0.4);
  border-bottom-color: rgb(228 234 238 / 0.4);
}

.border-y-neutral-02\/45{
  border-top-color: rgb(228 234 238 / 0.45);
  border-bottom-color: rgb(228 234 238 / 0.45);
}

.border-y-neutral-02\/5{
  border-top-color: rgb(228 234 238 / 0.05);
  border-bottom-color: rgb(228 234 238 / 0.05);
}

.border-y-neutral-02\/50{
  border-top-color: rgb(228 234 238 / 0.5);
  border-bottom-color: rgb(228 234 238 / 0.5);
}

.border-y-neutral-02\/55{
  border-top-color: rgb(228 234 238 / 0.55);
  border-bottom-color: rgb(228 234 238 / 0.55);
}

.border-y-neutral-02\/60{
  border-top-color: rgb(228 234 238 / 0.6);
  border-bottom-color: rgb(228 234 238 / 0.6);
}

.border-y-neutral-02\/65{
  border-top-color: rgb(228 234 238 / 0.65);
  border-bottom-color: rgb(228 234 238 / 0.65);
}

.border-y-neutral-02\/70{
  border-top-color: rgb(228 234 238 / 0.7);
  border-bottom-color: rgb(228 234 238 / 0.7);
}

.border-y-neutral-02\/75{
  border-top-color: rgb(228 234 238 / 0.75);
  border-bottom-color: rgb(228 234 238 / 0.75);
}

.border-y-neutral-02\/80{
  border-top-color: rgb(228 234 238 / 0.8);
  border-bottom-color: rgb(228 234 238 / 0.8);
}

.border-y-neutral-02\/85{
  border-top-color: rgb(228 234 238 / 0.85);
  border-bottom-color: rgb(228 234 238 / 0.85);
}

.border-y-neutral-02\/90{
  border-top-color: rgb(228 234 238 / 0.9);
  border-bottom-color: rgb(228 234 238 / 0.9);
}

.border-y-neutral-02\/95{
  border-top-color: rgb(228 234 238 / 0.95);
  border-bottom-color: rgb(228 234 238 / 0.95);
}

.border-y-neutral-03{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 239 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.border-y-neutral-03\/0{
  border-top-color: rgb(236 239 250 / 0);
  border-bottom-color: rgb(236 239 250 / 0);
}

.border-y-neutral-03\/10{
  border-top-color: rgb(236 239 250 / 0.1);
  border-bottom-color: rgb(236 239 250 / 0.1);
}

.border-y-neutral-03\/100{
  border-top-color: rgb(236 239 250 / 1);
  border-bottom-color: rgb(236 239 250 / 1);
}

.border-y-neutral-03\/15{
  border-top-color: rgb(236 239 250 / 0.15);
  border-bottom-color: rgb(236 239 250 / 0.15);
}

.border-y-neutral-03\/20{
  border-top-color: rgb(236 239 250 / 0.2);
  border-bottom-color: rgb(236 239 250 / 0.2);
}

.border-y-neutral-03\/25{
  border-top-color: rgb(236 239 250 / 0.25);
  border-bottom-color: rgb(236 239 250 / 0.25);
}

.border-y-neutral-03\/30{
  border-top-color: rgb(236 239 250 / 0.3);
  border-bottom-color: rgb(236 239 250 / 0.3);
}

.border-y-neutral-03\/35{
  border-top-color: rgb(236 239 250 / 0.35);
  border-bottom-color: rgb(236 239 250 / 0.35);
}

.border-y-neutral-03\/40{
  border-top-color: rgb(236 239 250 / 0.4);
  border-bottom-color: rgb(236 239 250 / 0.4);
}

.border-y-neutral-03\/45{
  border-top-color: rgb(236 239 250 / 0.45);
  border-bottom-color: rgb(236 239 250 / 0.45);
}

.border-y-neutral-03\/5{
  border-top-color: rgb(236 239 250 / 0.05);
  border-bottom-color: rgb(236 239 250 / 0.05);
}

.border-y-neutral-03\/50{
  border-top-color: rgb(236 239 250 / 0.5);
  border-bottom-color: rgb(236 239 250 / 0.5);
}

.border-y-neutral-03\/55{
  border-top-color: rgb(236 239 250 / 0.55);
  border-bottom-color: rgb(236 239 250 / 0.55);
}

.border-y-neutral-03\/60{
  border-top-color: rgb(236 239 250 / 0.6);
  border-bottom-color: rgb(236 239 250 / 0.6);
}

.border-y-neutral-03\/65{
  border-top-color: rgb(236 239 250 / 0.65);
  border-bottom-color: rgb(236 239 250 / 0.65);
}

.border-y-neutral-03\/70{
  border-top-color: rgb(236 239 250 / 0.7);
  border-bottom-color: rgb(236 239 250 / 0.7);
}

.border-y-neutral-03\/75{
  border-top-color: rgb(236 239 250 / 0.75);
  border-bottom-color: rgb(236 239 250 / 0.75);
}

.border-y-neutral-03\/80{
  border-top-color: rgb(236 239 250 / 0.8);
  border-bottom-color: rgb(236 239 250 / 0.8);
}

.border-y-neutral-03\/85{
  border-top-color: rgb(236 239 250 / 0.85);
  border-bottom-color: rgb(236 239 250 / 0.85);
}

.border-y-neutral-03\/90{
  border-top-color: rgb(236 239 250 / 0.9);
  border-bottom-color: rgb(236 239 250 / 0.9);
}

.border-y-neutral-03\/95{
  border-top-color: rgb(236 239 250 / 0.95);
  border-bottom-color: rgb(236 239 250 / 0.95);
}

.border-y-neutral-04{
  --tw-border-opacity: 1;
  border-top-color: rgb(215 218 226 / var(--tw-border-opacity));
  border-bottom-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-y-neutral-04\/0{
  border-top-color: rgb(215 218 226 / 0);
  border-bottom-color: rgb(215 218 226 / 0);
}

.border-y-neutral-04\/10{
  border-top-color: rgb(215 218 226 / 0.1);
  border-bottom-color: rgb(215 218 226 / 0.1);
}

.border-y-neutral-04\/100{
  border-top-color: rgb(215 218 226 / 1);
  border-bottom-color: rgb(215 218 226 / 1);
}

.border-y-neutral-04\/15{
  border-top-color: rgb(215 218 226 / 0.15);
  border-bottom-color: rgb(215 218 226 / 0.15);
}

.border-y-neutral-04\/20{
  border-top-color: rgb(215 218 226 / 0.2);
  border-bottom-color: rgb(215 218 226 / 0.2);
}

.border-y-neutral-04\/25{
  border-top-color: rgb(215 218 226 / 0.25);
  border-bottom-color: rgb(215 218 226 / 0.25);
}

.border-y-neutral-04\/30{
  border-top-color: rgb(215 218 226 / 0.3);
  border-bottom-color: rgb(215 218 226 / 0.3);
}

.border-y-neutral-04\/35{
  border-top-color: rgb(215 218 226 / 0.35);
  border-bottom-color: rgb(215 218 226 / 0.35);
}

.border-y-neutral-04\/40{
  border-top-color: rgb(215 218 226 / 0.4);
  border-bottom-color: rgb(215 218 226 / 0.4);
}

.border-y-neutral-04\/45{
  border-top-color: rgb(215 218 226 / 0.45);
  border-bottom-color: rgb(215 218 226 / 0.45);
}

.border-y-neutral-04\/5{
  border-top-color: rgb(215 218 226 / 0.05);
  border-bottom-color: rgb(215 218 226 / 0.05);
}

.border-y-neutral-04\/50{
  border-top-color: rgb(215 218 226 / 0.5);
  border-bottom-color: rgb(215 218 226 / 0.5);
}

.border-y-neutral-04\/55{
  border-top-color: rgb(215 218 226 / 0.55);
  border-bottom-color: rgb(215 218 226 / 0.55);
}

.border-y-neutral-04\/60{
  border-top-color: rgb(215 218 226 / 0.6);
  border-bottom-color: rgb(215 218 226 / 0.6);
}

.border-y-neutral-04\/65{
  border-top-color: rgb(215 218 226 / 0.65);
  border-bottom-color: rgb(215 218 226 / 0.65);
}

.border-y-neutral-04\/70{
  border-top-color: rgb(215 218 226 / 0.7);
  border-bottom-color: rgb(215 218 226 / 0.7);
}

.border-y-neutral-04\/75{
  border-top-color: rgb(215 218 226 / 0.75);
  border-bottom-color: rgb(215 218 226 / 0.75);
}

.border-y-neutral-04\/80{
  border-top-color: rgb(215 218 226 / 0.8);
  border-bottom-color: rgb(215 218 226 / 0.8);
}

.border-y-neutral-04\/85{
  border-top-color: rgb(215 218 226 / 0.85);
  border-bottom-color: rgb(215 218 226 / 0.85);
}

.border-y-neutral-04\/90{
  border-top-color: rgb(215 218 226 / 0.9);
  border-bottom-color: rgb(215 218 226 / 0.9);
}

.border-y-neutral-04\/95{
  border-top-color: rgb(215 218 226 / 0.95);
  border-bottom-color: rgb(215 218 226 / 0.95);
}

.border-y-neutral-05{
  --tw-border-opacity: 1;
  border-top-color: rgb(246 246 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.border-y-neutral-05\/0{
  border-top-color: rgb(246 246 246 / 0);
  border-bottom-color: rgb(246 246 246 / 0);
}

.border-y-neutral-05\/10{
  border-top-color: rgb(246 246 246 / 0.1);
  border-bottom-color: rgb(246 246 246 / 0.1);
}

.border-y-neutral-05\/100{
  border-top-color: rgb(246 246 246 / 1);
  border-bottom-color: rgb(246 246 246 / 1);
}

.border-y-neutral-05\/15{
  border-top-color: rgb(246 246 246 / 0.15);
  border-bottom-color: rgb(246 246 246 / 0.15);
}

.border-y-neutral-05\/20{
  border-top-color: rgb(246 246 246 / 0.2);
  border-bottom-color: rgb(246 246 246 / 0.2);
}

.border-y-neutral-05\/25{
  border-top-color: rgb(246 246 246 / 0.25);
  border-bottom-color: rgb(246 246 246 / 0.25);
}

.border-y-neutral-05\/30{
  border-top-color: rgb(246 246 246 / 0.3);
  border-bottom-color: rgb(246 246 246 / 0.3);
}

.border-y-neutral-05\/35{
  border-top-color: rgb(246 246 246 / 0.35);
  border-bottom-color: rgb(246 246 246 / 0.35);
}

.border-y-neutral-05\/40{
  border-top-color: rgb(246 246 246 / 0.4);
  border-bottom-color: rgb(246 246 246 / 0.4);
}

.border-y-neutral-05\/45{
  border-top-color: rgb(246 246 246 / 0.45);
  border-bottom-color: rgb(246 246 246 / 0.45);
}

.border-y-neutral-05\/5{
  border-top-color: rgb(246 246 246 / 0.05);
  border-bottom-color: rgb(246 246 246 / 0.05);
}

.border-y-neutral-05\/50{
  border-top-color: rgb(246 246 246 / 0.5);
  border-bottom-color: rgb(246 246 246 / 0.5);
}

.border-y-neutral-05\/55{
  border-top-color: rgb(246 246 246 / 0.55);
  border-bottom-color: rgb(246 246 246 / 0.55);
}

.border-y-neutral-05\/60{
  border-top-color: rgb(246 246 246 / 0.6);
  border-bottom-color: rgb(246 246 246 / 0.6);
}

.border-y-neutral-05\/65{
  border-top-color: rgb(246 246 246 / 0.65);
  border-bottom-color: rgb(246 246 246 / 0.65);
}

.border-y-neutral-05\/70{
  border-top-color: rgb(246 246 246 / 0.7);
  border-bottom-color: rgb(246 246 246 / 0.7);
}

.border-y-neutral-05\/75{
  border-top-color: rgb(246 246 246 / 0.75);
  border-bottom-color: rgb(246 246 246 / 0.75);
}

.border-y-neutral-05\/80{
  border-top-color: rgb(246 246 246 / 0.8);
  border-bottom-color: rgb(246 246 246 / 0.8);
}

.border-y-neutral-05\/85{
  border-top-color: rgb(246 246 246 / 0.85);
  border-bottom-color: rgb(246 246 246 / 0.85);
}

.border-y-neutral-05\/90{
  border-top-color: rgb(246 246 246 / 0.9);
  border-bottom-color: rgb(246 246 246 / 0.9);
}

.border-y-neutral-05\/95{
  border-top-color: rgb(246 246 246 / 0.95);
  border-bottom-color: rgb(246 246 246 / 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\/15{
  border-top-color: rgb(245 245 245 / 0.15);
  border-bottom-color: rgb(245 245 245 / 0.15);
}

.border-y-neutral-100\/20{
  border-top-color: rgb(245 245 245 / 0.2);
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.border-y-neutral-100\/25{
  border-top-color: rgb(245 245 245 / 0.25);
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.border-y-neutral-100\/30{
  border-top-color: rgb(245 245 245 / 0.3);
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.border-y-neutral-100\/35{
  border-top-color: rgb(245 245 245 / 0.35);
  border-bottom-color: rgb(245 245 245 / 0.35);
}

.border-y-neutral-100\/40{
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.border-y-neutral-100\/45{
  border-top-color: rgb(245 245 245 / 0.45);
  border-bottom-color: rgb(245 245 245 / 0.45);
}

.border-y-neutral-100\/5{
  border-top-color: rgb(245 245 245 / 0.05);
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.border-y-neutral-100\/50{
  border-top-color: rgb(245 245 245 / 0.5);
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.border-y-neutral-100\/55{
  border-top-color: rgb(245 245 245 / 0.55);
  border-bottom-color: rgb(245 245 245 / 0.55);
}

.border-y-neutral-100\/60{
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.border-y-neutral-100\/65{
  border-top-color: rgb(245 245 245 / 0.65);
  border-bottom-color: rgb(245 245 245 / 0.65);
}

.border-y-neutral-100\/70{
  border-top-color: rgb(245 245 245 / 0.7);
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.border-y-neutral-100\/75{
  border-top-color: rgb(245 245 245 / 0.75);
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.border-y-neutral-100\/80{
  border-top-color: rgb(245 245 245 / 0.8);
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.border-y-neutral-100\/85{
  border-top-color: rgb(245 245 245 / 0.85);
  border-bottom-color: rgb(245 245 245 / 0.85);
}

.border-y-neutral-100\/90{
  border-top-color: rgb(245 245 245 / 0.9);
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.border-y-neutral-100\/95{
  border-top-color: rgb(245 245 245 / 0.95);
  border-bottom-color: rgb(245 245 245 / 0.95);
}

.border-y-neutral-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(229 229 229 / 0.15);
  border-bottom-color: rgb(229 229 229 / 0.15);
}

.border-y-neutral-200\/20{
  border-top-color: rgb(229 229 229 / 0.2);
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.border-y-neutral-200\/25{
  border-top-color: rgb(229 229 229 / 0.25);
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.border-y-neutral-200\/30{
  border-top-color: rgb(229 229 229 / 0.3);
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.border-y-neutral-200\/35{
  border-top-color: rgb(229 229 229 / 0.35);
  border-bottom-color: rgb(229 229 229 / 0.35);
}

.border-y-neutral-200\/40{
  border-top-color: rgb(229 229 229 / 0.4);
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.border-y-neutral-200\/45{
  border-top-color: rgb(229 229 229 / 0.45);
  border-bottom-color: rgb(229 229 229 / 0.45);
}

.border-y-neutral-200\/5{
  border-top-color: rgb(229 229 229 / 0.05);
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.border-y-neutral-200\/50{
  border-top-color: rgb(229 229 229 / 0.5);
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.border-y-neutral-200\/55{
  border-top-color: rgb(229 229 229 / 0.55);
  border-bottom-color: rgb(229 229 229 / 0.55);
}

.border-y-neutral-200\/60{
  border-top-color: rgb(229 229 229 / 0.6);
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.border-y-neutral-200\/65{
  border-top-color: rgb(229 229 229 / 0.65);
  border-bottom-color: rgb(229 229 229 / 0.65);
}

.border-y-neutral-200\/70{
  border-top-color: rgb(229 229 229 / 0.7);
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.border-y-neutral-200\/75{
  border-top-color: rgb(229 229 229 / 0.75);
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.border-y-neutral-200\/80{
  border-top-color: rgb(229 229 229 / 0.8);
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.border-y-neutral-200\/85{
  border-top-color: rgb(229 229 229 / 0.85);
  border-bottom-color: rgb(229 229 229 / 0.85);
}

.border-y-neutral-200\/90{
  border-top-color: rgb(229 229 229 / 0.9);
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.border-y-neutral-200\/95{
  border-top-color: rgb(229 229 229 / 0.95);
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.border-y-neutral-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(212 212 212 / 0.15);
  border-bottom-color: rgb(212 212 212 / 0.15);
}

.border-y-neutral-300\/20{
  border-top-color: rgb(212 212 212 / 0.2);
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.border-y-neutral-300\/25{
  border-top-color: rgb(212 212 212 / 0.25);
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.border-y-neutral-300\/30{
  border-top-color: rgb(212 212 212 / 0.3);
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.border-y-neutral-300\/35{
  border-top-color: rgb(212 212 212 / 0.35);
  border-bottom-color: rgb(212 212 212 / 0.35);
}

.border-y-neutral-300\/40{
  border-top-color: rgb(212 212 212 / 0.4);
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.border-y-neutral-300\/45{
  border-top-color: rgb(212 212 212 / 0.45);
  border-bottom-color: rgb(212 212 212 / 0.45);
}

.border-y-neutral-300\/5{
  border-top-color: rgb(212 212 212 / 0.05);
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.border-y-neutral-300\/50{
  border-top-color: rgb(212 212 212 / 0.5);
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.border-y-neutral-300\/55{
  border-top-color: rgb(212 212 212 / 0.55);
  border-bottom-color: rgb(212 212 212 / 0.55);
}

.border-y-neutral-300\/60{
  border-top-color: rgb(212 212 212 / 0.6);
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.border-y-neutral-300\/65{
  border-top-color: rgb(212 212 212 / 0.65);
  border-bottom-color: rgb(212 212 212 / 0.65);
}

.border-y-neutral-300\/70{
  border-top-color: rgb(212 212 212 / 0.7);
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.border-y-neutral-300\/75{
  border-top-color: rgb(212 212 212 / 0.75);
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.border-y-neutral-300\/80{
  border-top-color: rgb(212 212 212 / 0.8);
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.border-y-neutral-300\/85{
  border-top-color: rgb(212 212 212 / 0.85);
  border-bottom-color: rgb(212 212 212 / 0.85);
}

.border-y-neutral-300\/90{
  border-top-color: rgb(212 212 212 / 0.9);
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.border-y-neutral-300\/95{
  border-top-color: rgb(212 212 212 / 0.95);
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.border-y-neutral-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(163 163 163 / 0.15);
  border-bottom-color: rgb(163 163 163 / 0.15);
}

.border-y-neutral-400\/20{
  border-top-color: rgb(163 163 163 / 0.2);
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.border-y-neutral-400\/25{
  border-top-color: rgb(163 163 163 / 0.25);
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.border-y-neutral-400\/30{
  border-top-color: rgb(163 163 163 / 0.3);
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.border-y-neutral-400\/35{
  border-top-color: rgb(163 163 163 / 0.35);
  border-bottom-color: rgb(163 163 163 / 0.35);
}

.border-y-neutral-400\/40{
  border-top-color: rgb(163 163 163 / 0.4);
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.border-y-neutral-400\/45{
  border-top-color: rgb(163 163 163 / 0.45);
  border-bottom-color: rgb(163 163 163 / 0.45);
}

.border-y-neutral-400\/5{
  border-top-color: rgb(163 163 163 / 0.05);
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.border-y-neutral-400\/50{
  border-top-color: rgb(163 163 163 / 0.5);
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.border-y-neutral-400\/55{
  border-top-color: rgb(163 163 163 / 0.55);
  border-bottom-color: rgb(163 163 163 / 0.55);
}

.border-y-neutral-400\/60{
  border-top-color: rgb(163 163 163 / 0.6);
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.border-y-neutral-400\/65{
  border-top-color: rgb(163 163 163 / 0.65);
  border-bottom-color: rgb(163 163 163 / 0.65);
}

.border-y-neutral-400\/70{
  border-top-color: rgb(163 163 163 / 0.7);
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.border-y-neutral-400\/75{
  border-top-color: rgb(163 163 163 / 0.75);
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.border-y-neutral-400\/80{
  border-top-color: rgb(163 163 163 / 0.8);
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.border-y-neutral-400\/85{
  border-top-color: rgb(163 163 163 / 0.85);
  border-bottom-color: rgb(163 163 163 / 0.85);
}

.border-y-neutral-400\/90{
  border-top-color: rgb(163 163 163 / 0.9);
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.border-y-neutral-400\/95{
  border-top-color: rgb(163 163 163 / 0.95);
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.border-y-neutral-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.border-y-neutral-50\/20{
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-y-neutral-50\/25{
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-y-neutral-50\/30{
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-y-neutral-50\/35{
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.border-y-neutral-50\/40{
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-y-neutral-50\/45{
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.border-y-neutral-50\/5{
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-y-neutral-50\/50{
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-y-neutral-50\/55{
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.border-y-neutral-50\/60{
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-y-neutral-50\/65{
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.border-y-neutral-50\/70{
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-y-neutral-50\/75{
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-y-neutral-50\/80{
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-y-neutral-50\/85{
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.border-y-neutral-50\/90{
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-y-neutral-50\/95{
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-y-neutral-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(115 115 115 / 0.15);
  border-bottom-color: rgb(115 115 115 / 0.15);
}

.border-y-neutral-500\/20{
  border-top-color: rgb(115 115 115 / 0.2);
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.border-y-neutral-500\/25{
  border-top-color: rgb(115 115 115 / 0.25);
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.border-y-neutral-500\/30{
  border-top-color: rgb(115 115 115 / 0.3);
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.border-y-neutral-500\/35{
  border-top-color: rgb(115 115 115 / 0.35);
  border-bottom-color: rgb(115 115 115 / 0.35);
}

.border-y-neutral-500\/40{
  border-top-color: rgb(115 115 115 / 0.4);
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.border-y-neutral-500\/45{
  border-top-color: rgb(115 115 115 / 0.45);
  border-bottom-color: rgb(115 115 115 / 0.45);
}

.border-y-neutral-500\/5{
  border-top-color: rgb(115 115 115 / 0.05);
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.border-y-neutral-500\/50{
  border-top-color: rgb(115 115 115 / 0.5);
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.border-y-neutral-500\/55{
  border-top-color: rgb(115 115 115 / 0.55);
  border-bottom-color: rgb(115 115 115 / 0.55);
}

.border-y-neutral-500\/60{
  border-top-color: rgb(115 115 115 / 0.6);
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.border-y-neutral-500\/65{
  border-top-color: rgb(115 115 115 / 0.65);
  border-bottom-color: rgb(115 115 115 / 0.65);
}

.border-y-neutral-500\/70{
  border-top-color: rgb(115 115 115 / 0.7);
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.border-y-neutral-500\/75{
  border-top-color: rgb(115 115 115 / 0.75);
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.border-y-neutral-500\/80{
  border-top-color: rgb(115 115 115 / 0.8);
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.border-y-neutral-500\/85{
  border-top-color: rgb(115 115 115 / 0.85);
  border-bottom-color: rgb(115 115 115 / 0.85);
}

.border-y-neutral-500\/90{
  border-top-color: rgb(115 115 115 / 0.9);
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.border-y-neutral-500\/95{
  border-top-color: rgb(115 115 115 / 0.95);
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.border-y-neutral-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(82 82 82 / 0.15);
  border-bottom-color: rgb(82 82 82 / 0.15);
}

.border-y-neutral-600\/20{
  border-top-color: rgb(82 82 82 / 0.2);
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.border-y-neutral-600\/25{
  border-top-color: rgb(82 82 82 / 0.25);
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.border-y-neutral-600\/30{
  border-top-color: rgb(82 82 82 / 0.3);
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.border-y-neutral-600\/35{
  border-top-color: rgb(82 82 82 / 0.35);
  border-bottom-color: rgb(82 82 82 / 0.35);
}

.border-y-neutral-600\/40{
  border-top-color: rgb(82 82 82 / 0.4);
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.border-y-neutral-600\/45{
  border-top-color: rgb(82 82 82 / 0.45);
  border-bottom-color: rgb(82 82 82 / 0.45);
}

.border-y-neutral-600\/5{
  border-top-color: rgb(82 82 82 / 0.05);
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.border-y-neutral-600\/50{
  border-top-color: rgb(82 82 82 / 0.5);
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.border-y-neutral-600\/55{
  border-top-color: rgb(82 82 82 / 0.55);
  border-bottom-color: rgb(82 82 82 / 0.55);
}

.border-y-neutral-600\/60{
  border-top-color: rgb(82 82 82 / 0.6);
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.border-y-neutral-600\/65{
  border-top-color: rgb(82 82 82 / 0.65);
  border-bottom-color: rgb(82 82 82 / 0.65);
}

.border-y-neutral-600\/70{
  border-top-color: rgb(82 82 82 / 0.7);
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.border-y-neutral-600\/75{
  border-top-color: rgb(82 82 82 / 0.75);
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.border-y-neutral-600\/80{
  border-top-color: rgb(82 82 82 / 0.8);
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.border-y-neutral-600\/85{
  border-top-color: rgb(82 82 82 / 0.85);
  border-bottom-color: rgb(82 82 82 / 0.85);
}

.border-y-neutral-600\/90{
  border-top-color: rgb(82 82 82 / 0.9);
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.border-y-neutral-600\/95{
  border-top-color: rgb(82 82 82 / 0.95);
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.border-y-neutral-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(64 64 64 / 0.15);
  border-bottom-color: rgb(64 64 64 / 0.15);
}

.border-y-neutral-700\/20{
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.border-y-neutral-700\/25{
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.border-y-neutral-700\/30{
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.border-y-neutral-700\/35{
  border-top-color: rgb(64 64 64 / 0.35);
  border-bottom-color: rgb(64 64 64 / 0.35);
}

.border-y-neutral-700\/40{
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.border-y-neutral-700\/45{
  border-top-color: rgb(64 64 64 / 0.45);
  border-bottom-color: rgb(64 64 64 / 0.45);
}

.border-y-neutral-700\/5{
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.border-y-neutral-700\/50{
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.border-y-neutral-700\/55{
  border-top-color: rgb(64 64 64 / 0.55);
  border-bottom-color: rgb(64 64 64 / 0.55);
}

.border-y-neutral-700\/60{
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.border-y-neutral-700\/65{
  border-top-color: rgb(64 64 64 / 0.65);
  border-bottom-color: rgb(64 64 64 / 0.65);
}

.border-y-neutral-700\/70{
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.border-y-neutral-700\/75{
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.border-y-neutral-700\/80{
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.border-y-neutral-700\/85{
  border-top-color: rgb(64 64 64 / 0.85);
  border-bottom-color: rgb(64 64 64 / 0.85);
}

.border-y-neutral-700\/90{
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.border-y-neutral-700\/95{
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.border-y-neutral-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(38 38 38 / 0.15);
  border-bottom-color: rgb(38 38 38 / 0.15);
}

.border-y-neutral-800\/20{
  border-top-color: rgb(38 38 38 / 0.2);
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.border-y-neutral-800\/25{
  border-top-color: rgb(38 38 38 / 0.25);
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.border-y-neutral-800\/30{
  border-top-color: rgb(38 38 38 / 0.3);
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.border-y-neutral-800\/35{
  border-top-color: rgb(38 38 38 / 0.35);
  border-bottom-color: rgb(38 38 38 / 0.35);
}

.border-y-neutral-800\/40{
  border-top-color: rgb(38 38 38 / 0.4);
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.border-y-neutral-800\/45{
  border-top-color: rgb(38 38 38 / 0.45);
  border-bottom-color: rgb(38 38 38 / 0.45);
}

.border-y-neutral-800\/5{
  border-top-color: rgb(38 38 38 / 0.05);
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.border-y-neutral-800\/50{
  border-top-color: rgb(38 38 38 / 0.5);
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.border-y-neutral-800\/55{
  border-top-color: rgb(38 38 38 / 0.55);
  border-bottom-color: rgb(38 38 38 / 0.55);
}

.border-y-neutral-800\/60{
  border-top-color: rgb(38 38 38 / 0.6);
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.border-y-neutral-800\/65{
  border-top-color: rgb(38 38 38 / 0.65);
  border-bottom-color: rgb(38 38 38 / 0.65);
}

.border-y-neutral-800\/70{
  border-top-color: rgb(38 38 38 / 0.7);
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.border-y-neutral-800\/75{
  border-top-color: rgb(38 38 38 / 0.75);
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.border-y-neutral-800\/80{
  border-top-color: rgb(38 38 38 / 0.8);
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.border-y-neutral-800\/85{
  border-top-color: rgb(38 38 38 / 0.85);
  border-bottom-color: rgb(38 38 38 / 0.85);
}

.border-y-neutral-800\/90{
  border-top-color: rgb(38 38 38 / 0.9);
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.border-y-neutral-800\/95{
  border-top-color: rgb(38 38 38 / 0.95);
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.border-y-neutral-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(23 23 23 / 0.15);
  border-bottom-color: rgb(23 23 23 / 0.15);
}

.border-y-neutral-900\/20{
  border-top-color: rgb(23 23 23 / 0.2);
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.border-y-neutral-900\/25{
  border-top-color: rgb(23 23 23 / 0.25);
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.border-y-neutral-900\/30{
  border-top-color: rgb(23 23 23 / 0.3);
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.border-y-neutral-900\/35{
  border-top-color: rgb(23 23 23 / 0.35);
  border-bottom-color: rgb(23 23 23 / 0.35);
}

.border-y-neutral-900\/40{
  border-top-color: rgb(23 23 23 / 0.4);
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.border-y-neutral-900\/45{
  border-top-color: rgb(23 23 23 / 0.45);
  border-bottom-color: rgb(23 23 23 / 0.45);
}

.border-y-neutral-900\/5{
  border-top-color: rgb(23 23 23 / 0.05);
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.border-y-neutral-900\/50{
  border-top-color: rgb(23 23 23 / 0.5);
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.border-y-neutral-900\/55{
  border-top-color: rgb(23 23 23 / 0.55);
  border-bottom-color: rgb(23 23 23 / 0.55);
}

.border-y-neutral-900\/60{
  border-top-color: rgb(23 23 23 / 0.6);
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.border-y-neutral-900\/65{
  border-top-color: rgb(23 23 23 / 0.65);
  border-bottom-color: rgb(23 23 23 / 0.65);
}

.border-y-neutral-900\/70{
  border-top-color: rgb(23 23 23 / 0.7);
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.border-y-neutral-900\/75{
  border-top-color: rgb(23 23 23 / 0.75);
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.border-y-neutral-900\/80{
  border-top-color: rgb(23 23 23 / 0.8);
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.border-y-neutral-900\/85{
  border-top-color: rgb(23 23 23 / 0.85);
  border-bottom-color: rgb(23 23 23 / 0.85);
}

.border-y-neutral-900\/90{
  border-top-color: rgb(23 23 23 / 0.9);
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.border-y-neutral-900\/95{
  border-top-color: rgb(23 23 23 / 0.95);
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.border-y-neutral-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(10 10 10 / 0.15);
  border-bottom-color: rgb(10 10 10 / 0.15);
}

.border-y-neutral-950\/20{
  border-top-color: rgb(10 10 10 / 0.2);
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.border-y-neutral-950\/25{
  border-top-color: rgb(10 10 10 / 0.25);
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.border-y-neutral-950\/30{
  border-top-color: rgb(10 10 10 / 0.3);
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.border-y-neutral-950\/35{
  border-top-color: rgb(10 10 10 / 0.35);
  border-bottom-color: rgb(10 10 10 / 0.35);
}

.border-y-neutral-950\/40{
  border-top-color: rgb(10 10 10 / 0.4);
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.border-y-neutral-950\/45{
  border-top-color: rgb(10 10 10 / 0.45);
  border-bottom-color: rgb(10 10 10 / 0.45);
}

.border-y-neutral-950\/5{
  border-top-color: rgb(10 10 10 / 0.05);
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.border-y-neutral-950\/50{
  border-top-color: rgb(10 10 10 / 0.5);
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.border-y-neutral-950\/55{
  border-top-color: rgb(10 10 10 / 0.55);
  border-bottom-color: rgb(10 10 10 / 0.55);
}

.border-y-neutral-950\/60{
  border-top-color: rgb(10 10 10 / 0.6);
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.border-y-neutral-950\/65{
  border-top-color: rgb(10 10 10 / 0.65);
  border-bottom-color: rgb(10 10 10 / 0.65);
}

.border-y-neutral-950\/70{
  border-top-color: rgb(10 10 10 / 0.7);
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.border-y-neutral-950\/75{
  border-top-color: rgb(10 10 10 / 0.75);
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.border-y-neutral-950\/80{
  border-top-color: rgb(10 10 10 / 0.8);
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.border-y-neutral-950\/85{
  border-top-color: rgb(10 10 10 / 0.85);
  border-bottom-color: rgb(10 10 10 / 0.85);
}

.border-y-neutral-950\/90{
  border-top-color: rgb(10 10 10 / 0.9);
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.border-y-neutral-950\/95{
  border-top-color: rgb(10 10 10 / 0.95);
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.border-y-orange-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(255 237 213 / 0.15);
  border-bottom-color: rgb(255 237 213 / 0.15);
}

.border-y-orange-100\/20{
  border-top-color: rgb(255 237 213 / 0.2);
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.border-y-orange-100\/25{
  border-top-color: rgb(255 237 213 / 0.25);
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.border-y-orange-100\/30{
  border-top-color: rgb(255 237 213 / 0.3);
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.border-y-orange-100\/35{
  border-top-color: rgb(255 237 213 / 0.35);
  border-bottom-color: rgb(255 237 213 / 0.35);
}

.border-y-orange-100\/40{
  border-top-color: rgb(255 237 213 / 0.4);
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.border-y-orange-100\/45{
  border-top-color: rgb(255 237 213 / 0.45);
  border-bottom-color: rgb(255 237 213 / 0.45);
}

.border-y-orange-100\/5{
  border-top-color: rgb(255 237 213 / 0.05);
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.border-y-orange-100\/50{
  border-top-color: rgb(255 237 213 / 0.5);
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.border-y-orange-100\/55{
  border-top-color: rgb(255 237 213 / 0.55);
  border-bottom-color: rgb(255 237 213 / 0.55);
}

.border-y-orange-100\/60{
  border-top-color: rgb(255 237 213 / 0.6);
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.border-y-orange-100\/65{
  border-top-color: rgb(255 237 213 / 0.65);
  border-bottom-color: rgb(255 237 213 / 0.65);
}

.border-y-orange-100\/70{
  border-top-color: rgb(255 237 213 / 0.7);
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.border-y-orange-100\/75{
  border-top-color: rgb(255 237 213 / 0.75);
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.border-y-orange-100\/80{
  border-top-color: rgb(255 237 213 / 0.8);
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.border-y-orange-100\/85{
  border-top-color: rgb(255 237 213 / 0.85);
  border-bottom-color: rgb(255 237 213 / 0.85);
}

.border-y-orange-100\/90{
  border-top-color: rgb(255 237 213 / 0.9);
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.border-y-orange-100\/95{
  border-top-color: rgb(255 237 213 / 0.95);
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.border-y-orange-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(254 215 170 / 0.15);
  border-bottom-color: rgb(254 215 170 / 0.15);
}

.border-y-orange-200\/20{
  border-top-color: rgb(254 215 170 / 0.2);
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.border-y-orange-200\/25{
  border-top-color: rgb(254 215 170 / 0.25);
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.border-y-orange-200\/30{
  border-top-color: rgb(254 215 170 / 0.3);
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.border-y-orange-200\/35{
  border-top-color: rgb(254 215 170 / 0.35);
  border-bottom-color: rgb(254 215 170 / 0.35);
}

.border-y-orange-200\/40{
  border-top-color: rgb(254 215 170 / 0.4);
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.border-y-orange-200\/45{
  border-top-color: rgb(254 215 170 / 0.45);
  border-bottom-color: rgb(254 215 170 / 0.45);
}

.border-y-orange-200\/5{
  border-top-color: rgb(254 215 170 / 0.05);
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.border-y-orange-200\/50{
  border-top-color: rgb(254 215 170 / 0.5);
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.border-y-orange-200\/55{
  border-top-color: rgb(254 215 170 / 0.55);
  border-bottom-color: rgb(254 215 170 / 0.55);
}

.border-y-orange-200\/60{
  border-top-color: rgb(254 215 170 / 0.6);
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.border-y-orange-200\/65{
  border-top-color: rgb(254 215 170 / 0.65);
  border-bottom-color: rgb(254 215 170 / 0.65);
}

.border-y-orange-200\/70{
  border-top-color: rgb(254 215 170 / 0.7);
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.border-y-orange-200\/75{
  border-top-color: rgb(254 215 170 / 0.75);
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.border-y-orange-200\/80{
  border-top-color: rgb(254 215 170 / 0.8);
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.border-y-orange-200\/85{
  border-top-color: rgb(254 215 170 / 0.85);
  border-bottom-color: rgb(254 215 170 / 0.85);
}

.border-y-orange-200\/90{
  border-top-color: rgb(254 215 170 / 0.9);
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.border-y-orange-200\/95{
  border-top-color: rgb(254 215 170 / 0.95);
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.border-y-orange-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(253 186 116 / 0.15);
  border-bottom-color: rgb(253 186 116 / 0.15);
}

.border-y-orange-300\/20{
  border-top-color: rgb(253 186 116 / 0.2);
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.border-y-orange-300\/25{
  border-top-color: rgb(253 186 116 / 0.25);
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.border-y-orange-300\/30{
  border-top-color: rgb(253 186 116 / 0.3);
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.border-y-orange-300\/35{
  border-top-color: rgb(253 186 116 / 0.35);
  border-bottom-color: rgb(253 186 116 / 0.35);
}

.border-y-orange-300\/40{
  border-top-color: rgb(253 186 116 / 0.4);
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.border-y-orange-300\/45{
  border-top-color: rgb(253 186 116 / 0.45);
  border-bottom-color: rgb(253 186 116 / 0.45);
}

.border-y-orange-300\/5{
  border-top-color: rgb(253 186 116 / 0.05);
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.border-y-orange-300\/50{
  border-top-color: rgb(253 186 116 / 0.5);
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.border-y-orange-300\/55{
  border-top-color: rgb(253 186 116 / 0.55);
  border-bottom-color: rgb(253 186 116 / 0.55);
}

.border-y-orange-300\/60{
  border-top-color: rgb(253 186 116 / 0.6);
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.border-y-orange-300\/65{
  border-top-color: rgb(253 186 116 / 0.65);
  border-bottom-color: rgb(253 186 116 / 0.65);
}

.border-y-orange-300\/70{
  border-top-color: rgb(253 186 116 / 0.7);
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.border-y-orange-300\/75{
  border-top-color: rgb(253 186 116 / 0.75);
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.border-y-orange-300\/80{
  border-top-color: rgb(253 186 116 / 0.8);
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.border-y-orange-300\/85{
  border-top-color: rgb(253 186 116 / 0.85);
  border-bottom-color: rgb(253 186 116 / 0.85);
}

.border-y-orange-300\/90{
  border-top-color: rgb(253 186 116 / 0.9);
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.border-y-orange-300\/95{
  border-top-color: rgb(253 186 116 / 0.95);
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.border-y-orange-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(251 146 60 / 0.15);
  border-bottom-color: rgb(251 146 60 / 0.15);
}

.border-y-orange-400\/20{
  border-top-color: rgb(251 146 60 / 0.2);
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.border-y-orange-400\/25{
  border-top-color: rgb(251 146 60 / 0.25);
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.border-y-orange-400\/30{
  border-top-color: rgb(251 146 60 / 0.3);
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.border-y-orange-400\/35{
  border-top-color: rgb(251 146 60 / 0.35);
  border-bottom-color: rgb(251 146 60 / 0.35);
}

.border-y-orange-400\/40{
  border-top-color: rgb(251 146 60 / 0.4);
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.border-y-orange-400\/45{
  border-top-color: rgb(251 146 60 / 0.45);
  border-bottom-color: rgb(251 146 60 / 0.45);
}

.border-y-orange-400\/5{
  border-top-color: rgb(251 146 60 / 0.05);
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.border-y-orange-400\/50{
  border-top-color: rgb(251 146 60 / 0.5);
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.border-y-orange-400\/55{
  border-top-color: rgb(251 146 60 / 0.55);
  border-bottom-color: rgb(251 146 60 / 0.55);
}

.border-y-orange-400\/60{
  border-top-color: rgb(251 146 60 / 0.6);
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.border-y-orange-400\/65{
  border-top-color: rgb(251 146 60 / 0.65);
  border-bottom-color: rgb(251 146 60 / 0.65);
}

.border-y-orange-400\/70{
  border-top-color: rgb(251 146 60 / 0.7);
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.border-y-orange-400\/75{
  border-top-color: rgb(251 146 60 / 0.75);
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.border-y-orange-400\/80{
  border-top-color: rgb(251 146 60 / 0.8);
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.border-y-orange-400\/85{
  border-top-color: rgb(251 146 60 / 0.85);
  border-bottom-color: rgb(251 146 60 / 0.85);
}

.border-y-orange-400\/90{
  border-top-color: rgb(251 146 60 / 0.9);
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.border-y-orange-400\/95{
  border-top-color: rgb(251 146 60 / 0.95);
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.border-y-orange-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(255 247 237 / 0.15);
  border-bottom-color: rgb(255 247 237 / 0.15);
}

.border-y-orange-50\/20{
  border-top-color: rgb(255 247 237 / 0.2);
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.border-y-orange-50\/25{
  border-top-color: rgb(255 247 237 / 0.25);
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.border-y-orange-50\/30{
  border-top-color: rgb(255 247 237 / 0.3);
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.border-y-orange-50\/35{
  border-top-color: rgb(255 247 237 / 0.35);
  border-bottom-color: rgb(255 247 237 / 0.35);
}

.border-y-orange-50\/40{
  border-top-color: rgb(255 247 237 / 0.4);
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.border-y-orange-50\/45{
  border-top-color: rgb(255 247 237 / 0.45);
  border-bottom-color: rgb(255 247 237 / 0.45);
}

.border-y-orange-50\/5{
  border-top-color: rgb(255 247 237 / 0.05);
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.border-y-orange-50\/50{
  border-top-color: rgb(255 247 237 / 0.5);
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.border-y-orange-50\/55{
  border-top-color: rgb(255 247 237 / 0.55);
  border-bottom-color: rgb(255 247 237 / 0.55);
}

.border-y-orange-50\/60{
  border-top-color: rgb(255 247 237 / 0.6);
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.border-y-orange-50\/65{
  border-top-color: rgb(255 247 237 / 0.65);
  border-bottom-color: rgb(255 247 237 / 0.65);
}

.border-y-orange-50\/70{
  border-top-color: rgb(255 247 237 / 0.7);
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.border-y-orange-50\/75{
  border-top-color: rgb(255 247 237 / 0.75);
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.border-y-orange-50\/80{
  border-top-color: rgb(255 247 237 / 0.8);
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.border-y-orange-50\/85{
  border-top-color: rgb(255 247 237 / 0.85);
  border-bottom-color: rgb(255 247 237 / 0.85);
}

.border-y-orange-50\/90{
  border-top-color: rgb(255 247 237 / 0.9);
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.border-y-orange-50\/95{
  border-top-color: rgb(255 247 237 / 0.95);
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.border-y-orange-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(249 115 22 / 0.15);
  border-bottom-color: rgb(249 115 22 / 0.15);
}

.border-y-orange-500\/20{
  border-top-color: rgb(249 115 22 / 0.2);
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.border-y-orange-500\/25{
  border-top-color: rgb(249 115 22 / 0.25);
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.border-y-orange-500\/30{
  border-top-color: rgb(249 115 22 / 0.3);
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.border-y-orange-500\/35{
  border-top-color: rgb(249 115 22 / 0.35);
  border-bottom-color: rgb(249 115 22 / 0.35);
}

.border-y-orange-500\/40{
  border-top-color: rgb(249 115 22 / 0.4);
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.border-y-orange-500\/45{
  border-top-color: rgb(249 115 22 / 0.45);
  border-bottom-color: rgb(249 115 22 / 0.45);
}

.border-y-orange-500\/5{
  border-top-color: rgb(249 115 22 / 0.05);
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.border-y-orange-500\/50{
  border-top-color: rgb(249 115 22 / 0.5);
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.border-y-orange-500\/55{
  border-top-color: rgb(249 115 22 / 0.55);
  border-bottom-color: rgb(249 115 22 / 0.55);
}

.border-y-orange-500\/60{
  border-top-color: rgb(249 115 22 / 0.6);
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.border-y-orange-500\/65{
  border-top-color: rgb(249 115 22 / 0.65);
  border-bottom-color: rgb(249 115 22 / 0.65);
}

.border-y-orange-500\/70{
  border-top-color: rgb(249 115 22 / 0.7);
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.border-y-orange-500\/75{
  border-top-color: rgb(249 115 22 / 0.75);
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.border-y-orange-500\/80{
  border-top-color: rgb(249 115 22 / 0.8);
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.border-y-orange-500\/85{
  border-top-color: rgb(249 115 22 / 0.85);
  border-bottom-color: rgb(249 115 22 / 0.85);
}

.border-y-orange-500\/90{
  border-top-color: rgb(249 115 22 / 0.9);
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.border-y-orange-500\/95{
  border-top-color: rgb(249 115 22 / 0.95);
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.border-y-orange-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(234 88 12 / 0.15);
  border-bottom-color: rgb(234 88 12 / 0.15);
}

.border-y-orange-600\/20{
  border-top-color: rgb(234 88 12 / 0.2);
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.border-y-orange-600\/25{
  border-top-color: rgb(234 88 12 / 0.25);
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.border-y-orange-600\/30{
  border-top-color: rgb(234 88 12 / 0.3);
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.border-y-orange-600\/35{
  border-top-color: rgb(234 88 12 / 0.35);
  border-bottom-color: rgb(234 88 12 / 0.35);
}

.border-y-orange-600\/40{
  border-top-color: rgb(234 88 12 / 0.4);
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.border-y-orange-600\/45{
  border-top-color: rgb(234 88 12 / 0.45);
  border-bottom-color: rgb(234 88 12 / 0.45);
}

.border-y-orange-600\/5{
  border-top-color: rgb(234 88 12 / 0.05);
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.border-y-orange-600\/50{
  border-top-color: rgb(234 88 12 / 0.5);
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.border-y-orange-600\/55{
  border-top-color: rgb(234 88 12 / 0.55);
  border-bottom-color: rgb(234 88 12 / 0.55);
}

.border-y-orange-600\/60{
  border-top-color: rgb(234 88 12 / 0.6);
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.border-y-orange-600\/65{
  border-top-color: rgb(234 88 12 / 0.65);
  border-bottom-color: rgb(234 88 12 / 0.65);
}

.border-y-orange-600\/70{
  border-top-color: rgb(234 88 12 / 0.7);
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.border-y-orange-600\/75{
  border-top-color: rgb(234 88 12 / 0.75);
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.border-y-orange-600\/80{
  border-top-color: rgb(234 88 12 / 0.8);
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.border-y-orange-600\/85{
  border-top-color: rgb(234 88 12 / 0.85);
  border-bottom-color: rgb(234 88 12 / 0.85);
}

.border-y-orange-600\/90{
  border-top-color: rgb(234 88 12 / 0.9);
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.border-y-orange-600\/95{
  border-top-color: rgb(234 88 12 / 0.95);
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.border-y-orange-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(194 65 12 / 0.15);
  border-bottom-color: rgb(194 65 12 / 0.15);
}

.border-y-orange-700\/20{
  border-top-color: rgb(194 65 12 / 0.2);
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.border-y-orange-700\/25{
  border-top-color: rgb(194 65 12 / 0.25);
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.border-y-orange-700\/30{
  border-top-color: rgb(194 65 12 / 0.3);
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.border-y-orange-700\/35{
  border-top-color: rgb(194 65 12 / 0.35);
  border-bottom-color: rgb(194 65 12 / 0.35);
}

.border-y-orange-700\/40{
  border-top-color: rgb(194 65 12 / 0.4);
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.border-y-orange-700\/45{
  border-top-color: rgb(194 65 12 / 0.45);
  border-bottom-color: rgb(194 65 12 / 0.45);
}

.border-y-orange-700\/5{
  border-top-color: rgb(194 65 12 / 0.05);
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.border-y-orange-700\/50{
  border-top-color: rgb(194 65 12 / 0.5);
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.border-y-orange-700\/55{
  border-top-color: rgb(194 65 12 / 0.55);
  border-bottom-color: rgb(194 65 12 / 0.55);
}

.border-y-orange-700\/60{
  border-top-color: rgb(194 65 12 / 0.6);
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.border-y-orange-700\/65{
  border-top-color: rgb(194 65 12 / 0.65);
  border-bottom-color: rgb(194 65 12 / 0.65);
}

.border-y-orange-700\/70{
  border-top-color: rgb(194 65 12 / 0.7);
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.border-y-orange-700\/75{
  border-top-color: rgb(194 65 12 / 0.75);
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.border-y-orange-700\/80{
  border-top-color: rgb(194 65 12 / 0.8);
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.border-y-orange-700\/85{
  border-top-color: rgb(194 65 12 / 0.85);
  border-bottom-color: rgb(194 65 12 / 0.85);
}

.border-y-orange-700\/90{
  border-top-color: rgb(194 65 12 / 0.9);
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.border-y-orange-700\/95{
  border-top-color: rgb(194 65 12 / 0.95);
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.border-y-orange-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(154 52 18 / 0.15);
  border-bottom-color: rgb(154 52 18 / 0.15);
}

.border-y-orange-800\/20{
  border-top-color: rgb(154 52 18 / 0.2);
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.border-y-orange-800\/25{
  border-top-color: rgb(154 52 18 / 0.25);
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.border-y-orange-800\/30{
  border-top-color: rgb(154 52 18 / 0.3);
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.border-y-orange-800\/35{
  border-top-color: rgb(154 52 18 / 0.35);
  border-bottom-color: rgb(154 52 18 / 0.35);
}

.border-y-orange-800\/40{
  border-top-color: rgb(154 52 18 / 0.4);
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.border-y-orange-800\/45{
  border-top-color: rgb(154 52 18 / 0.45);
  border-bottom-color: rgb(154 52 18 / 0.45);
}

.border-y-orange-800\/5{
  border-top-color: rgb(154 52 18 / 0.05);
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.border-y-orange-800\/50{
  border-top-color: rgb(154 52 18 / 0.5);
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.border-y-orange-800\/55{
  border-top-color: rgb(154 52 18 / 0.55);
  border-bottom-color: rgb(154 52 18 / 0.55);
}

.border-y-orange-800\/60{
  border-top-color: rgb(154 52 18 / 0.6);
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.border-y-orange-800\/65{
  border-top-color: rgb(154 52 18 / 0.65);
  border-bottom-color: rgb(154 52 18 / 0.65);
}

.border-y-orange-800\/70{
  border-top-color: rgb(154 52 18 / 0.7);
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.border-y-orange-800\/75{
  border-top-color: rgb(154 52 18 / 0.75);
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.border-y-orange-800\/80{
  border-top-color: rgb(154 52 18 / 0.8);
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.border-y-orange-800\/85{
  border-top-color: rgb(154 52 18 / 0.85);
  border-bottom-color: rgb(154 52 18 / 0.85);
}

.border-y-orange-800\/90{
  border-top-color: rgb(154 52 18 / 0.9);
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.border-y-orange-800\/95{
  border-top-color: rgb(154 52 18 / 0.95);
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.border-y-orange-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(124 45 18 / 0.15);
  border-bottom-color: rgb(124 45 18 / 0.15);
}

.border-y-orange-900\/20{
  border-top-color: rgb(124 45 18 / 0.2);
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.border-y-orange-900\/25{
  border-top-color: rgb(124 45 18 / 0.25);
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.border-y-orange-900\/30{
  border-top-color: rgb(124 45 18 / 0.3);
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.border-y-orange-900\/35{
  border-top-color: rgb(124 45 18 / 0.35);
  border-bottom-color: rgb(124 45 18 / 0.35);
}

.border-y-orange-900\/40{
  border-top-color: rgb(124 45 18 / 0.4);
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.border-y-orange-900\/45{
  border-top-color: rgb(124 45 18 / 0.45);
  border-bottom-color: rgb(124 45 18 / 0.45);
}

.border-y-orange-900\/5{
  border-top-color: rgb(124 45 18 / 0.05);
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.border-y-orange-900\/50{
  border-top-color: rgb(124 45 18 / 0.5);
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.border-y-orange-900\/55{
  border-top-color: rgb(124 45 18 / 0.55);
  border-bottom-color: rgb(124 45 18 / 0.55);
}

.border-y-orange-900\/60{
  border-top-color: rgb(124 45 18 / 0.6);
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.border-y-orange-900\/65{
  border-top-color: rgb(124 45 18 / 0.65);
  border-bottom-color: rgb(124 45 18 / 0.65);
}

.border-y-orange-900\/70{
  border-top-color: rgb(124 45 18 / 0.7);
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.border-y-orange-900\/75{
  border-top-color: rgb(124 45 18 / 0.75);
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.border-y-orange-900\/80{
  border-top-color: rgb(124 45 18 / 0.8);
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.border-y-orange-900\/85{
  border-top-color: rgb(124 45 18 / 0.85);
  border-bottom-color: rgb(124 45 18 / 0.85);
}

.border-y-orange-900\/90{
  border-top-color: rgb(124 45 18 / 0.9);
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.border-y-orange-900\/95{
  border-top-color: rgb(124 45 18 / 0.95);
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.border-y-orange-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(67 20 7 / 0.15);
  border-bottom-color: rgb(67 20 7 / 0.15);
}

.border-y-orange-950\/20{
  border-top-color: rgb(67 20 7 / 0.2);
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.border-y-orange-950\/25{
  border-top-color: rgb(67 20 7 / 0.25);
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.border-y-orange-950\/30{
  border-top-color: rgb(67 20 7 / 0.3);
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.border-y-orange-950\/35{
  border-top-color: rgb(67 20 7 / 0.35);
  border-bottom-color: rgb(67 20 7 / 0.35);
}

.border-y-orange-950\/40{
  border-top-color: rgb(67 20 7 / 0.4);
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.border-y-orange-950\/45{
  border-top-color: rgb(67 20 7 / 0.45);
  border-bottom-color: rgb(67 20 7 / 0.45);
}

.border-y-orange-950\/5{
  border-top-color: rgb(67 20 7 / 0.05);
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.border-y-orange-950\/50{
  border-top-color: rgb(67 20 7 / 0.5);
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.border-y-orange-950\/55{
  border-top-color: rgb(67 20 7 / 0.55);
  border-bottom-color: rgb(67 20 7 / 0.55);
}

.border-y-orange-950\/60{
  border-top-color: rgb(67 20 7 / 0.6);
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.border-y-orange-950\/65{
  border-top-color: rgb(67 20 7 / 0.65);
  border-bottom-color: rgb(67 20 7 / 0.65);
}

.border-y-orange-950\/70{
  border-top-color: rgb(67 20 7 / 0.7);
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.border-y-orange-950\/75{
  border-top-color: rgb(67 20 7 / 0.75);
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.border-y-orange-950\/80{
  border-top-color: rgb(67 20 7 / 0.8);
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.border-y-orange-950\/85{
  border-top-color: rgb(67 20 7 / 0.85);
  border-bottom-color: rgb(67 20 7 / 0.85);
}

.border-y-orange-950\/90{
  border-top-color: rgb(67 20 7 / 0.9);
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.border-y-orange-950\/95{
  border-top-color: rgb(67 20 7 / 0.95);
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.border-y-pink-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(252 231 243 / 0.15);
  border-bottom-color: rgb(252 231 243 / 0.15);
}

.border-y-pink-100\/20{
  border-top-color: rgb(252 231 243 / 0.2);
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.border-y-pink-100\/25{
  border-top-color: rgb(252 231 243 / 0.25);
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.border-y-pink-100\/30{
  border-top-color: rgb(252 231 243 / 0.3);
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.border-y-pink-100\/35{
  border-top-color: rgb(252 231 243 / 0.35);
  border-bottom-color: rgb(252 231 243 / 0.35);
}

.border-y-pink-100\/40{
  border-top-color: rgb(252 231 243 / 0.4);
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.border-y-pink-100\/45{
  border-top-color: rgb(252 231 243 / 0.45);
  border-bottom-color: rgb(252 231 243 / 0.45);
}

.border-y-pink-100\/5{
  border-top-color: rgb(252 231 243 / 0.05);
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.border-y-pink-100\/50{
  border-top-color: rgb(252 231 243 / 0.5);
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.border-y-pink-100\/55{
  border-top-color: rgb(252 231 243 / 0.55);
  border-bottom-color: rgb(252 231 243 / 0.55);
}

.border-y-pink-100\/60{
  border-top-color: rgb(252 231 243 / 0.6);
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.border-y-pink-100\/65{
  border-top-color: rgb(252 231 243 / 0.65);
  border-bottom-color: rgb(252 231 243 / 0.65);
}

.border-y-pink-100\/70{
  border-top-color: rgb(252 231 243 / 0.7);
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.border-y-pink-100\/75{
  border-top-color: rgb(252 231 243 / 0.75);
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.border-y-pink-100\/80{
  border-top-color: rgb(252 231 243 / 0.8);
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.border-y-pink-100\/85{
  border-top-color: rgb(252 231 243 / 0.85);
  border-bottom-color: rgb(252 231 243 / 0.85);
}

.border-y-pink-100\/90{
  border-top-color: rgb(252 231 243 / 0.9);
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.border-y-pink-100\/95{
  border-top-color: rgb(252 231 243 / 0.95);
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.border-y-pink-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(251 207 232 / 0.15);
  border-bottom-color: rgb(251 207 232 / 0.15);
}

.border-y-pink-200\/20{
  border-top-color: rgb(251 207 232 / 0.2);
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.border-y-pink-200\/25{
  border-top-color: rgb(251 207 232 / 0.25);
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.border-y-pink-200\/30{
  border-top-color: rgb(251 207 232 / 0.3);
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.border-y-pink-200\/35{
  border-top-color: rgb(251 207 232 / 0.35);
  border-bottom-color: rgb(251 207 232 / 0.35);
}

.border-y-pink-200\/40{
  border-top-color: rgb(251 207 232 / 0.4);
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.border-y-pink-200\/45{
  border-top-color: rgb(251 207 232 / 0.45);
  border-bottom-color: rgb(251 207 232 / 0.45);
}

.border-y-pink-200\/5{
  border-top-color: rgb(251 207 232 / 0.05);
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.border-y-pink-200\/50{
  border-top-color: rgb(251 207 232 / 0.5);
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.border-y-pink-200\/55{
  border-top-color: rgb(251 207 232 / 0.55);
  border-bottom-color: rgb(251 207 232 / 0.55);
}

.border-y-pink-200\/60{
  border-top-color: rgb(251 207 232 / 0.6);
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.border-y-pink-200\/65{
  border-top-color: rgb(251 207 232 / 0.65);
  border-bottom-color: rgb(251 207 232 / 0.65);
}

.border-y-pink-200\/70{
  border-top-color: rgb(251 207 232 / 0.7);
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.border-y-pink-200\/75{
  border-top-color: rgb(251 207 232 / 0.75);
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.border-y-pink-200\/80{
  border-top-color: rgb(251 207 232 / 0.8);
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.border-y-pink-200\/85{
  border-top-color: rgb(251 207 232 / 0.85);
  border-bottom-color: rgb(251 207 232 / 0.85);
}

.border-y-pink-200\/90{
  border-top-color: rgb(251 207 232 / 0.9);
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.border-y-pink-200\/95{
  border-top-color: rgb(251 207 232 / 0.95);
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.border-y-pink-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(249 168 212 / 0.15);
  border-bottom-color: rgb(249 168 212 / 0.15);
}

.border-y-pink-300\/20{
  border-top-color: rgb(249 168 212 / 0.2);
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.border-y-pink-300\/25{
  border-top-color: rgb(249 168 212 / 0.25);
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.border-y-pink-300\/30{
  border-top-color: rgb(249 168 212 / 0.3);
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.border-y-pink-300\/35{
  border-top-color: rgb(249 168 212 / 0.35);
  border-bottom-color: rgb(249 168 212 / 0.35);
}

.border-y-pink-300\/40{
  border-top-color: rgb(249 168 212 / 0.4);
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.border-y-pink-300\/45{
  border-top-color: rgb(249 168 212 / 0.45);
  border-bottom-color: rgb(249 168 212 / 0.45);
}

.border-y-pink-300\/5{
  border-top-color: rgb(249 168 212 / 0.05);
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.border-y-pink-300\/50{
  border-top-color: rgb(249 168 212 / 0.5);
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.border-y-pink-300\/55{
  border-top-color: rgb(249 168 212 / 0.55);
  border-bottom-color: rgb(249 168 212 / 0.55);
}

.border-y-pink-300\/60{
  border-top-color: rgb(249 168 212 / 0.6);
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.border-y-pink-300\/65{
  border-top-color: rgb(249 168 212 / 0.65);
  border-bottom-color: rgb(249 168 212 / 0.65);
}

.border-y-pink-300\/70{
  border-top-color: rgb(249 168 212 / 0.7);
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.border-y-pink-300\/75{
  border-top-color: rgb(249 168 212 / 0.75);
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.border-y-pink-300\/80{
  border-top-color: rgb(249 168 212 / 0.8);
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.border-y-pink-300\/85{
  border-top-color: rgb(249 168 212 / 0.85);
  border-bottom-color: rgb(249 168 212 / 0.85);
}

.border-y-pink-300\/90{
  border-top-color: rgb(249 168 212 / 0.9);
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.border-y-pink-300\/95{
  border-top-color: rgb(249 168 212 / 0.95);
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.border-y-pink-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(244 114 182 / 0.15);
  border-bottom-color: rgb(244 114 182 / 0.15);
}

.border-y-pink-400\/20{
  border-top-color: rgb(244 114 182 / 0.2);
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.border-y-pink-400\/25{
  border-top-color: rgb(244 114 182 / 0.25);
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.border-y-pink-400\/30{
  border-top-color: rgb(244 114 182 / 0.3);
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.border-y-pink-400\/35{
  border-top-color: rgb(244 114 182 / 0.35);
  border-bottom-color: rgb(244 114 182 / 0.35);
}

.border-y-pink-400\/40{
  border-top-color: rgb(244 114 182 / 0.4);
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.border-y-pink-400\/45{
  border-top-color: rgb(244 114 182 / 0.45);
  border-bottom-color: rgb(244 114 182 / 0.45);
}

.border-y-pink-400\/5{
  border-top-color: rgb(244 114 182 / 0.05);
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.border-y-pink-400\/50{
  border-top-color: rgb(244 114 182 / 0.5);
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.border-y-pink-400\/55{
  border-top-color: rgb(244 114 182 / 0.55);
  border-bottom-color: rgb(244 114 182 / 0.55);
}

.border-y-pink-400\/60{
  border-top-color: rgb(244 114 182 / 0.6);
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.border-y-pink-400\/65{
  border-top-color: rgb(244 114 182 / 0.65);
  border-bottom-color: rgb(244 114 182 / 0.65);
}

.border-y-pink-400\/70{
  border-top-color: rgb(244 114 182 / 0.7);
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.border-y-pink-400\/75{
  border-top-color: rgb(244 114 182 / 0.75);
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.border-y-pink-400\/80{
  border-top-color: rgb(244 114 182 / 0.8);
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.border-y-pink-400\/85{
  border-top-color: rgb(244 114 182 / 0.85);
  border-bottom-color: rgb(244 114 182 / 0.85);
}

.border-y-pink-400\/90{
  border-top-color: rgb(244 114 182 / 0.9);
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.border-y-pink-400\/95{
  border-top-color: rgb(244 114 182 / 0.95);
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.border-y-pink-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(253 242 248 / 0.15);
  border-bottom-color: rgb(253 242 248 / 0.15);
}

.border-y-pink-50\/20{
  border-top-color: rgb(253 242 248 / 0.2);
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.border-y-pink-50\/25{
  border-top-color: rgb(253 242 248 / 0.25);
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.border-y-pink-50\/30{
  border-top-color: rgb(253 242 248 / 0.3);
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.border-y-pink-50\/35{
  border-top-color: rgb(253 242 248 / 0.35);
  border-bottom-color: rgb(253 242 248 / 0.35);
}

.border-y-pink-50\/40{
  border-top-color: rgb(253 242 248 / 0.4);
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.border-y-pink-50\/45{
  border-top-color: rgb(253 242 248 / 0.45);
  border-bottom-color: rgb(253 242 248 / 0.45);
}

.border-y-pink-50\/5{
  border-top-color: rgb(253 242 248 / 0.05);
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.border-y-pink-50\/50{
  border-top-color: rgb(253 242 248 / 0.5);
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.border-y-pink-50\/55{
  border-top-color: rgb(253 242 248 / 0.55);
  border-bottom-color: rgb(253 242 248 / 0.55);
}

.border-y-pink-50\/60{
  border-top-color: rgb(253 242 248 / 0.6);
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.border-y-pink-50\/65{
  border-top-color: rgb(253 242 248 / 0.65);
  border-bottom-color: rgb(253 242 248 / 0.65);
}

.border-y-pink-50\/70{
  border-top-color: rgb(253 242 248 / 0.7);
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.border-y-pink-50\/75{
  border-top-color: rgb(253 242 248 / 0.75);
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.border-y-pink-50\/80{
  border-top-color: rgb(253 242 248 / 0.8);
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.border-y-pink-50\/85{
  border-top-color: rgb(253 242 248 / 0.85);
  border-bottom-color: rgb(253 242 248 / 0.85);
}

.border-y-pink-50\/90{
  border-top-color: rgb(253 242 248 / 0.9);
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.border-y-pink-50\/95{
  border-top-color: rgb(253 242 248 / 0.95);
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.border-y-pink-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(236 72 153 / 0.15);
  border-bottom-color: rgb(236 72 153 / 0.15);
}

.border-y-pink-500\/20{
  border-top-color: rgb(236 72 153 / 0.2);
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.border-y-pink-500\/25{
  border-top-color: rgb(236 72 153 / 0.25);
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.border-y-pink-500\/30{
  border-top-color: rgb(236 72 153 / 0.3);
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.border-y-pink-500\/35{
  border-top-color: rgb(236 72 153 / 0.35);
  border-bottom-color: rgb(236 72 153 / 0.35);
}

.border-y-pink-500\/40{
  border-top-color: rgb(236 72 153 / 0.4);
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.border-y-pink-500\/45{
  border-top-color: rgb(236 72 153 / 0.45);
  border-bottom-color: rgb(236 72 153 / 0.45);
}

.border-y-pink-500\/5{
  border-top-color: rgb(236 72 153 / 0.05);
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.border-y-pink-500\/50{
  border-top-color: rgb(236 72 153 / 0.5);
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.border-y-pink-500\/55{
  border-top-color: rgb(236 72 153 / 0.55);
  border-bottom-color: rgb(236 72 153 / 0.55);
}

.border-y-pink-500\/60{
  border-top-color: rgb(236 72 153 / 0.6);
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.border-y-pink-500\/65{
  border-top-color: rgb(236 72 153 / 0.65);
  border-bottom-color: rgb(236 72 153 / 0.65);
}

.border-y-pink-500\/70{
  border-top-color: rgb(236 72 153 / 0.7);
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.border-y-pink-500\/75{
  border-top-color: rgb(236 72 153 / 0.75);
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.border-y-pink-500\/80{
  border-top-color: rgb(236 72 153 / 0.8);
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.border-y-pink-500\/85{
  border-top-color: rgb(236 72 153 / 0.85);
  border-bottom-color: rgb(236 72 153 / 0.85);
}

.border-y-pink-500\/90{
  border-top-color: rgb(236 72 153 / 0.9);
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.border-y-pink-500\/95{
  border-top-color: rgb(236 72 153 / 0.95);
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.border-y-pink-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(219 39 119 / 0.15);
  border-bottom-color: rgb(219 39 119 / 0.15);
}

.border-y-pink-600\/20{
  border-top-color: rgb(219 39 119 / 0.2);
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.border-y-pink-600\/25{
  border-top-color: rgb(219 39 119 / 0.25);
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.border-y-pink-600\/30{
  border-top-color: rgb(219 39 119 / 0.3);
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.border-y-pink-600\/35{
  border-top-color: rgb(219 39 119 / 0.35);
  border-bottom-color: rgb(219 39 119 / 0.35);
}

.border-y-pink-600\/40{
  border-top-color: rgb(219 39 119 / 0.4);
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.border-y-pink-600\/45{
  border-top-color: rgb(219 39 119 / 0.45);
  border-bottom-color: rgb(219 39 119 / 0.45);
}

.border-y-pink-600\/5{
  border-top-color: rgb(219 39 119 / 0.05);
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.border-y-pink-600\/50{
  border-top-color: rgb(219 39 119 / 0.5);
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.border-y-pink-600\/55{
  border-top-color: rgb(219 39 119 / 0.55);
  border-bottom-color: rgb(219 39 119 / 0.55);
}

.border-y-pink-600\/60{
  border-top-color: rgb(219 39 119 / 0.6);
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.border-y-pink-600\/65{
  border-top-color: rgb(219 39 119 / 0.65);
  border-bottom-color: rgb(219 39 119 / 0.65);
}

.border-y-pink-600\/70{
  border-top-color: rgb(219 39 119 / 0.7);
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.border-y-pink-600\/75{
  border-top-color: rgb(219 39 119 / 0.75);
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.border-y-pink-600\/80{
  border-top-color: rgb(219 39 119 / 0.8);
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.border-y-pink-600\/85{
  border-top-color: rgb(219 39 119 / 0.85);
  border-bottom-color: rgb(219 39 119 / 0.85);
}

.border-y-pink-600\/90{
  border-top-color: rgb(219 39 119 / 0.9);
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.border-y-pink-600\/95{
  border-top-color: rgb(219 39 119 / 0.95);
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.border-y-pink-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(190 24 93 / 0.15);
  border-bottom-color: rgb(190 24 93 / 0.15);
}

.border-y-pink-700\/20{
  border-top-color: rgb(190 24 93 / 0.2);
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.border-y-pink-700\/25{
  border-top-color: rgb(190 24 93 / 0.25);
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.border-y-pink-700\/30{
  border-top-color: rgb(190 24 93 / 0.3);
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.border-y-pink-700\/35{
  border-top-color: rgb(190 24 93 / 0.35);
  border-bottom-color: rgb(190 24 93 / 0.35);
}

.border-y-pink-700\/40{
  border-top-color: rgb(190 24 93 / 0.4);
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.border-y-pink-700\/45{
  border-top-color: rgb(190 24 93 / 0.45);
  border-bottom-color: rgb(190 24 93 / 0.45);
}

.border-y-pink-700\/5{
  border-top-color: rgb(190 24 93 / 0.05);
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.border-y-pink-700\/50{
  border-top-color: rgb(190 24 93 / 0.5);
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.border-y-pink-700\/55{
  border-top-color: rgb(190 24 93 / 0.55);
  border-bottom-color: rgb(190 24 93 / 0.55);
}

.border-y-pink-700\/60{
  border-top-color: rgb(190 24 93 / 0.6);
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.border-y-pink-700\/65{
  border-top-color: rgb(190 24 93 / 0.65);
  border-bottom-color: rgb(190 24 93 / 0.65);
}

.border-y-pink-700\/70{
  border-top-color: rgb(190 24 93 / 0.7);
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.border-y-pink-700\/75{
  border-top-color: rgb(190 24 93 / 0.75);
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.border-y-pink-700\/80{
  border-top-color: rgb(190 24 93 / 0.8);
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.border-y-pink-700\/85{
  border-top-color: rgb(190 24 93 / 0.85);
  border-bottom-color: rgb(190 24 93 / 0.85);
}

.border-y-pink-700\/90{
  border-top-color: rgb(190 24 93 / 0.9);
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.border-y-pink-700\/95{
  border-top-color: rgb(190 24 93 / 0.95);
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.border-y-pink-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(157 23 77 / 0.15);
  border-bottom-color: rgb(157 23 77 / 0.15);
}

.border-y-pink-800\/20{
  border-top-color: rgb(157 23 77 / 0.2);
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.border-y-pink-800\/25{
  border-top-color: rgb(157 23 77 / 0.25);
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.border-y-pink-800\/30{
  border-top-color: rgb(157 23 77 / 0.3);
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.border-y-pink-800\/35{
  border-top-color: rgb(157 23 77 / 0.35);
  border-bottom-color: rgb(157 23 77 / 0.35);
}

.border-y-pink-800\/40{
  border-top-color: rgb(157 23 77 / 0.4);
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.border-y-pink-800\/45{
  border-top-color: rgb(157 23 77 / 0.45);
  border-bottom-color: rgb(157 23 77 / 0.45);
}

.border-y-pink-800\/5{
  border-top-color: rgb(157 23 77 / 0.05);
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.border-y-pink-800\/50{
  border-top-color: rgb(157 23 77 / 0.5);
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.border-y-pink-800\/55{
  border-top-color: rgb(157 23 77 / 0.55);
  border-bottom-color: rgb(157 23 77 / 0.55);
}

.border-y-pink-800\/60{
  border-top-color: rgb(157 23 77 / 0.6);
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.border-y-pink-800\/65{
  border-top-color: rgb(157 23 77 / 0.65);
  border-bottom-color: rgb(157 23 77 / 0.65);
}

.border-y-pink-800\/70{
  border-top-color: rgb(157 23 77 / 0.7);
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.border-y-pink-800\/75{
  border-top-color: rgb(157 23 77 / 0.75);
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.border-y-pink-800\/80{
  border-top-color: rgb(157 23 77 / 0.8);
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.border-y-pink-800\/85{
  border-top-color: rgb(157 23 77 / 0.85);
  border-bottom-color: rgb(157 23 77 / 0.85);
}

.border-y-pink-800\/90{
  border-top-color: rgb(157 23 77 / 0.9);
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.border-y-pink-800\/95{
  border-top-color: rgb(157 23 77 / 0.95);
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.border-y-pink-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(131 24 67 / 0.15);
  border-bottom-color: rgb(131 24 67 / 0.15);
}

.border-y-pink-900\/20{
  border-top-color: rgb(131 24 67 / 0.2);
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.border-y-pink-900\/25{
  border-top-color: rgb(131 24 67 / 0.25);
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.border-y-pink-900\/30{
  border-top-color: rgb(131 24 67 / 0.3);
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.border-y-pink-900\/35{
  border-top-color: rgb(131 24 67 / 0.35);
  border-bottom-color: rgb(131 24 67 / 0.35);
}

.border-y-pink-900\/40{
  border-top-color: rgb(131 24 67 / 0.4);
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.border-y-pink-900\/45{
  border-top-color: rgb(131 24 67 / 0.45);
  border-bottom-color: rgb(131 24 67 / 0.45);
}

.border-y-pink-900\/5{
  border-top-color: rgb(131 24 67 / 0.05);
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.border-y-pink-900\/50{
  border-top-color: rgb(131 24 67 / 0.5);
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.border-y-pink-900\/55{
  border-top-color: rgb(131 24 67 / 0.55);
  border-bottom-color: rgb(131 24 67 / 0.55);
}

.border-y-pink-900\/60{
  border-top-color: rgb(131 24 67 / 0.6);
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.border-y-pink-900\/65{
  border-top-color: rgb(131 24 67 / 0.65);
  border-bottom-color: rgb(131 24 67 / 0.65);
}

.border-y-pink-900\/70{
  border-top-color: rgb(131 24 67 / 0.7);
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.border-y-pink-900\/75{
  border-top-color: rgb(131 24 67 / 0.75);
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.border-y-pink-900\/80{
  border-top-color: rgb(131 24 67 / 0.8);
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.border-y-pink-900\/85{
  border-top-color: rgb(131 24 67 / 0.85);
  border-bottom-color: rgb(131 24 67 / 0.85);
}

.border-y-pink-900\/90{
  border-top-color: rgb(131 24 67 / 0.9);
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.border-y-pink-900\/95{
  border-top-color: rgb(131 24 67 / 0.95);
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.border-y-pink-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(80 7 36 / 0.15);
  border-bottom-color: rgb(80 7 36 / 0.15);
}

.border-y-pink-950\/20{
  border-top-color: rgb(80 7 36 / 0.2);
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.border-y-pink-950\/25{
  border-top-color: rgb(80 7 36 / 0.25);
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.border-y-pink-950\/30{
  border-top-color: rgb(80 7 36 / 0.3);
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.border-y-pink-950\/35{
  border-top-color: rgb(80 7 36 / 0.35);
  border-bottom-color: rgb(80 7 36 / 0.35);
}

.border-y-pink-950\/40{
  border-top-color: rgb(80 7 36 / 0.4);
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.border-y-pink-950\/45{
  border-top-color: rgb(80 7 36 / 0.45);
  border-bottom-color: rgb(80 7 36 / 0.45);
}

.border-y-pink-950\/5{
  border-top-color: rgb(80 7 36 / 0.05);
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.border-y-pink-950\/50{
  border-top-color: rgb(80 7 36 / 0.5);
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.border-y-pink-950\/55{
  border-top-color: rgb(80 7 36 / 0.55);
  border-bottom-color: rgb(80 7 36 / 0.55);
}

.border-y-pink-950\/60{
  border-top-color: rgb(80 7 36 / 0.6);
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.border-y-pink-950\/65{
  border-top-color: rgb(80 7 36 / 0.65);
  border-bottom-color: rgb(80 7 36 / 0.65);
}

.border-y-pink-950\/70{
  border-top-color: rgb(80 7 36 / 0.7);
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.border-y-pink-950\/75{
  border-top-color: rgb(80 7 36 / 0.75);
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.border-y-pink-950\/80{
  border-top-color: rgb(80 7 36 / 0.8);
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.border-y-pink-950\/85{
  border-top-color: rgb(80 7 36 / 0.85);
  border-bottom-color: rgb(80 7 36 / 0.85);
}

.border-y-pink-950\/90{
  border-top-color: rgb(80 7 36 / 0.9);
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.border-y-pink-950\/95{
  border-top-color: rgb(80 7 36 / 0.95);
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.border-y-primary{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 70 192 / var(--tw-border-opacity));
  border-bottom-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.border-y-primary-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 57 169 / var(--tw-border-opacity));
  border-bottom-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.border-y-primary-hover\/0{
  border-top-color: rgb(71 57 169 / 0);
  border-bottom-color: rgb(71 57 169 / 0);
}

.border-y-primary-hover\/10{
  border-top-color: rgb(71 57 169 / 0.1);
  border-bottom-color: rgb(71 57 169 / 0.1);
}

.border-y-primary-hover\/100{
  border-top-color: rgb(71 57 169 / 1);
  border-bottom-color: rgb(71 57 169 / 1);
}

.border-y-primary-hover\/15{
  border-top-color: rgb(71 57 169 / 0.15);
  border-bottom-color: rgb(71 57 169 / 0.15);
}

.border-y-primary-hover\/20{
  border-top-color: rgb(71 57 169 / 0.2);
  border-bottom-color: rgb(71 57 169 / 0.2);
}

.border-y-primary-hover\/25{
  border-top-color: rgb(71 57 169 / 0.25);
  border-bottom-color: rgb(71 57 169 / 0.25);
}

.border-y-primary-hover\/30{
  border-top-color: rgb(71 57 169 / 0.3);
  border-bottom-color: rgb(71 57 169 / 0.3);
}

.border-y-primary-hover\/35{
  border-top-color: rgb(71 57 169 / 0.35);
  border-bottom-color: rgb(71 57 169 / 0.35);
}

.border-y-primary-hover\/40{
  border-top-color: rgb(71 57 169 / 0.4);
  border-bottom-color: rgb(71 57 169 / 0.4);
}

.border-y-primary-hover\/45{
  border-top-color: rgb(71 57 169 / 0.45);
  border-bottom-color: rgb(71 57 169 / 0.45);
}

.border-y-primary-hover\/5{
  border-top-color: rgb(71 57 169 / 0.05);
  border-bottom-color: rgb(71 57 169 / 0.05);
}

.border-y-primary-hover\/50{
  border-top-color: rgb(71 57 169 / 0.5);
  border-bottom-color: rgb(71 57 169 / 0.5);
}

.border-y-primary-hover\/55{
  border-top-color: rgb(71 57 169 / 0.55);
  border-bottom-color: rgb(71 57 169 / 0.55);
}

.border-y-primary-hover\/60{
  border-top-color: rgb(71 57 169 / 0.6);
  border-bottom-color: rgb(71 57 169 / 0.6);
}

.border-y-primary-hover\/65{
  border-top-color: rgb(71 57 169 / 0.65);
  border-bottom-color: rgb(71 57 169 / 0.65);
}

.border-y-primary-hover\/70{
  border-top-color: rgb(71 57 169 / 0.7);
  border-bottom-color: rgb(71 57 169 / 0.7);
}

.border-y-primary-hover\/75{
  border-top-color: rgb(71 57 169 / 0.75);
  border-bottom-color: rgb(71 57 169 / 0.75);
}

.border-y-primary-hover\/80{
  border-top-color: rgb(71 57 169 / 0.8);
  border-bottom-color: rgb(71 57 169 / 0.8);
}

.border-y-primary-hover\/85{
  border-top-color: rgb(71 57 169 / 0.85);
  border-bottom-color: rgb(71 57 169 / 0.85);
}

.border-y-primary-hover\/90{
  border-top-color: rgb(71 57 169 / 0.9);
  border-bottom-color: rgb(71 57 169 / 0.9);
}

.border-y-primary-hover\/95{
  border-top-color: rgb(71 57 169 / 0.95);
  border-bottom-color: rgb(71 57 169 / 0.95);
}

.border-y-primary\/0{
  border-top-color: rgb(85 70 192 / 0);
  border-bottom-color: rgb(85 70 192 / 0);
}

.border-y-primary\/10{
  border-top-color: rgb(85 70 192 / 0.1);
  border-bottom-color: rgb(85 70 192 / 0.1);
}

.border-y-primary\/100{
  border-top-color: rgb(85 70 192 / 1);
  border-bottom-color: rgb(85 70 192 / 1);
}

.border-y-primary\/15{
  border-top-color: rgb(85 70 192 / 0.15);
  border-bottom-color: rgb(85 70 192 / 0.15);
}

.border-y-primary\/20{
  border-top-color: rgb(85 70 192 / 0.2);
  border-bottom-color: rgb(85 70 192 / 0.2);
}

.border-y-primary\/25{
  border-top-color: rgb(85 70 192 / 0.25);
  border-bottom-color: rgb(85 70 192 / 0.25);
}

.border-y-primary\/30{
  border-top-color: rgb(85 70 192 / 0.3);
  border-bottom-color: rgb(85 70 192 / 0.3);
}

.border-y-primary\/35{
  border-top-color: rgb(85 70 192 / 0.35);
  border-bottom-color: rgb(85 70 192 / 0.35);
}

.border-y-primary\/40{
  border-top-color: rgb(85 70 192 / 0.4);
  border-bottom-color: rgb(85 70 192 / 0.4);
}

.border-y-primary\/45{
  border-top-color: rgb(85 70 192 / 0.45);
  border-bottom-color: rgb(85 70 192 / 0.45);
}

.border-y-primary\/5{
  border-top-color: rgb(85 70 192 / 0.05);
  border-bottom-color: rgb(85 70 192 / 0.05);
}

.border-y-primary\/50{
  border-top-color: rgb(85 70 192 / 0.5);
  border-bottom-color: rgb(85 70 192 / 0.5);
}

.border-y-primary\/55{
  border-top-color: rgb(85 70 192 / 0.55);
  border-bottom-color: rgb(85 70 192 / 0.55);
}

.border-y-primary\/60{
  border-top-color: rgb(85 70 192 / 0.6);
  border-bottom-color: rgb(85 70 192 / 0.6);
}

.border-y-primary\/65{
  border-top-color: rgb(85 70 192 / 0.65);
  border-bottom-color: rgb(85 70 192 / 0.65);
}

.border-y-primary\/70{
  border-top-color: rgb(85 70 192 / 0.7);
  border-bottom-color: rgb(85 70 192 / 0.7);
}

.border-y-primary\/75{
  border-top-color: rgb(85 70 192 / 0.75);
  border-bottom-color: rgb(85 70 192 / 0.75);
}

.border-y-primary\/80{
  border-top-color: rgb(85 70 192 / 0.8);
  border-bottom-color: rgb(85 70 192 / 0.8);
}

.border-y-primary\/85{
  border-top-color: rgb(85 70 192 / 0.85);
  border-bottom-color: rgb(85 70 192 / 0.85);
}

.border-y-primary\/90{
  border-top-color: rgb(85 70 192 / 0.9);
  border-bottom-color: rgb(85 70 192 / 0.9);
}

.border-y-primary\/95{
  border-top-color: rgb(85 70 192 / 0.95);
  border-bottom-color: rgb(85 70 192 / 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\/15{
  border-top-color: rgb(243 232 255 / 0.15);
  border-bottom-color: rgb(243 232 255 / 0.15);
}

.border-y-purple-100\/20{
  border-top-color: rgb(243 232 255 / 0.2);
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.border-y-purple-100\/25{
  border-top-color: rgb(243 232 255 / 0.25);
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.border-y-purple-100\/30{
  border-top-color: rgb(243 232 255 / 0.3);
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.border-y-purple-100\/35{
  border-top-color: rgb(243 232 255 / 0.35);
  border-bottom-color: rgb(243 232 255 / 0.35);
}

.border-y-purple-100\/40{
  border-top-color: rgb(243 232 255 / 0.4);
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.border-y-purple-100\/45{
  border-top-color: rgb(243 232 255 / 0.45);
  border-bottom-color: rgb(243 232 255 / 0.45);
}

.border-y-purple-100\/5{
  border-top-color: rgb(243 232 255 / 0.05);
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.border-y-purple-100\/50{
  border-top-color: rgb(243 232 255 / 0.5);
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.border-y-purple-100\/55{
  border-top-color: rgb(243 232 255 / 0.55);
  border-bottom-color: rgb(243 232 255 / 0.55);
}

.border-y-purple-100\/60{
  border-top-color: rgb(243 232 255 / 0.6);
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.border-y-purple-100\/65{
  border-top-color: rgb(243 232 255 / 0.65);
  border-bottom-color: rgb(243 232 255 / 0.65);
}

.border-y-purple-100\/70{
  border-top-color: rgb(243 232 255 / 0.7);
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.border-y-purple-100\/75{
  border-top-color: rgb(243 232 255 / 0.75);
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.border-y-purple-100\/80{
  border-top-color: rgb(243 232 255 / 0.8);
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.border-y-purple-100\/85{
  border-top-color: rgb(243 232 255 / 0.85);
  border-bottom-color: rgb(243 232 255 / 0.85);
}

.border-y-purple-100\/90{
  border-top-color: rgb(243 232 255 / 0.9);
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.border-y-purple-100\/95{
  border-top-color: rgb(243 232 255 / 0.95);
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.border-y-purple-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(233 213 255 / 0.15);
  border-bottom-color: rgb(233 213 255 / 0.15);
}

.border-y-purple-200\/20{
  border-top-color: rgb(233 213 255 / 0.2);
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.border-y-purple-200\/25{
  border-top-color: rgb(233 213 255 / 0.25);
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.border-y-purple-200\/30{
  border-top-color: rgb(233 213 255 / 0.3);
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.border-y-purple-200\/35{
  border-top-color: rgb(233 213 255 / 0.35);
  border-bottom-color: rgb(233 213 255 / 0.35);
}

.border-y-purple-200\/40{
  border-top-color: rgb(233 213 255 / 0.4);
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.border-y-purple-200\/45{
  border-top-color: rgb(233 213 255 / 0.45);
  border-bottom-color: rgb(233 213 255 / 0.45);
}

.border-y-purple-200\/5{
  border-top-color: rgb(233 213 255 / 0.05);
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.border-y-purple-200\/50{
  border-top-color: rgb(233 213 255 / 0.5);
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.border-y-purple-200\/55{
  border-top-color: rgb(233 213 255 / 0.55);
  border-bottom-color: rgb(233 213 255 / 0.55);
}

.border-y-purple-200\/60{
  border-top-color: rgb(233 213 255 / 0.6);
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.border-y-purple-200\/65{
  border-top-color: rgb(233 213 255 / 0.65);
  border-bottom-color: rgb(233 213 255 / 0.65);
}

.border-y-purple-200\/70{
  border-top-color: rgb(233 213 255 / 0.7);
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.border-y-purple-200\/75{
  border-top-color: rgb(233 213 255 / 0.75);
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.border-y-purple-200\/80{
  border-top-color: rgb(233 213 255 / 0.8);
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.border-y-purple-200\/85{
  border-top-color: rgb(233 213 255 / 0.85);
  border-bottom-color: rgb(233 213 255 / 0.85);
}

.border-y-purple-200\/90{
  border-top-color: rgb(233 213 255 / 0.9);
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.border-y-purple-200\/95{
  border-top-color: rgb(233 213 255 / 0.95);
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.border-y-purple-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(216 180 254 / 0.15);
  border-bottom-color: rgb(216 180 254 / 0.15);
}

.border-y-purple-300\/20{
  border-top-color: rgb(216 180 254 / 0.2);
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.border-y-purple-300\/25{
  border-top-color: rgb(216 180 254 / 0.25);
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.border-y-purple-300\/30{
  border-top-color: rgb(216 180 254 / 0.3);
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.border-y-purple-300\/35{
  border-top-color: rgb(216 180 254 / 0.35);
  border-bottom-color: rgb(216 180 254 / 0.35);
}

.border-y-purple-300\/40{
  border-top-color: rgb(216 180 254 / 0.4);
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.border-y-purple-300\/45{
  border-top-color: rgb(216 180 254 / 0.45);
  border-bottom-color: rgb(216 180 254 / 0.45);
}

.border-y-purple-300\/5{
  border-top-color: rgb(216 180 254 / 0.05);
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.border-y-purple-300\/50{
  border-top-color: rgb(216 180 254 / 0.5);
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.border-y-purple-300\/55{
  border-top-color: rgb(216 180 254 / 0.55);
  border-bottom-color: rgb(216 180 254 / 0.55);
}

.border-y-purple-300\/60{
  border-top-color: rgb(216 180 254 / 0.6);
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.border-y-purple-300\/65{
  border-top-color: rgb(216 180 254 / 0.65);
  border-bottom-color: rgb(216 180 254 / 0.65);
}

.border-y-purple-300\/70{
  border-top-color: rgb(216 180 254 / 0.7);
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.border-y-purple-300\/75{
  border-top-color: rgb(216 180 254 / 0.75);
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.border-y-purple-300\/80{
  border-top-color: rgb(216 180 254 / 0.8);
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.border-y-purple-300\/85{
  border-top-color: rgb(216 180 254 / 0.85);
  border-bottom-color: rgb(216 180 254 / 0.85);
}

.border-y-purple-300\/90{
  border-top-color: rgb(216 180 254 / 0.9);
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.border-y-purple-300\/95{
  border-top-color: rgb(216 180 254 / 0.95);
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.border-y-purple-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(192 132 252 / 0.15);
  border-bottom-color: rgb(192 132 252 / 0.15);
}

.border-y-purple-400\/20{
  border-top-color: rgb(192 132 252 / 0.2);
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.border-y-purple-400\/25{
  border-top-color: rgb(192 132 252 / 0.25);
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.border-y-purple-400\/30{
  border-top-color: rgb(192 132 252 / 0.3);
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.border-y-purple-400\/35{
  border-top-color: rgb(192 132 252 / 0.35);
  border-bottom-color: rgb(192 132 252 / 0.35);
}

.border-y-purple-400\/40{
  border-top-color: rgb(192 132 252 / 0.4);
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.border-y-purple-400\/45{
  border-top-color: rgb(192 132 252 / 0.45);
  border-bottom-color: rgb(192 132 252 / 0.45);
}

.border-y-purple-400\/5{
  border-top-color: rgb(192 132 252 / 0.05);
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.border-y-purple-400\/50{
  border-top-color: rgb(192 132 252 / 0.5);
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.border-y-purple-400\/55{
  border-top-color: rgb(192 132 252 / 0.55);
  border-bottom-color: rgb(192 132 252 / 0.55);
}

.border-y-purple-400\/60{
  border-top-color: rgb(192 132 252 / 0.6);
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.border-y-purple-400\/65{
  border-top-color: rgb(192 132 252 / 0.65);
  border-bottom-color: rgb(192 132 252 / 0.65);
}

.border-y-purple-400\/70{
  border-top-color: rgb(192 132 252 / 0.7);
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.border-y-purple-400\/75{
  border-top-color: rgb(192 132 252 / 0.75);
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.border-y-purple-400\/80{
  border-top-color: rgb(192 132 252 / 0.8);
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.border-y-purple-400\/85{
  border-top-color: rgb(192 132 252 / 0.85);
  border-bottom-color: rgb(192 132 252 / 0.85);
}

.border-y-purple-400\/90{
  border-top-color: rgb(192 132 252 / 0.9);
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.border-y-purple-400\/95{
  border-top-color: rgb(192 132 252 / 0.95);
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.border-y-purple-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(250 245 255 / 0.15);
  border-bottom-color: rgb(250 245 255 / 0.15);
}

.border-y-purple-50\/20{
  border-top-color: rgb(250 245 255 / 0.2);
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.border-y-purple-50\/25{
  border-top-color: rgb(250 245 255 / 0.25);
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.border-y-purple-50\/30{
  border-top-color: rgb(250 245 255 / 0.3);
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.border-y-purple-50\/35{
  border-top-color: rgb(250 245 255 / 0.35);
  border-bottom-color: rgb(250 245 255 / 0.35);
}

.border-y-purple-50\/40{
  border-top-color: rgb(250 245 255 / 0.4);
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.border-y-purple-50\/45{
  border-top-color: rgb(250 245 255 / 0.45);
  border-bottom-color: rgb(250 245 255 / 0.45);
}

.border-y-purple-50\/5{
  border-top-color: rgb(250 245 255 / 0.05);
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.border-y-purple-50\/50{
  border-top-color: rgb(250 245 255 / 0.5);
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.border-y-purple-50\/55{
  border-top-color: rgb(250 245 255 / 0.55);
  border-bottom-color: rgb(250 245 255 / 0.55);
}

.border-y-purple-50\/60{
  border-top-color: rgb(250 245 255 / 0.6);
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.border-y-purple-50\/65{
  border-top-color: rgb(250 245 255 / 0.65);
  border-bottom-color: rgb(250 245 255 / 0.65);
}

.border-y-purple-50\/70{
  border-top-color: rgb(250 245 255 / 0.7);
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.border-y-purple-50\/75{
  border-top-color: rgb(250 245 255 / 0.75);
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.border-y-purple-50\/80{
  border-top-color: rgb(250 245 255 / 0.8);
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.border-y-purple-50\/85{
  border-top-color: rgb(250 245 255 / 0.85);
  border-bottom-color: rgb(250 245 255 / 0.85);
}

.border-y-purple-50\/90{
  border-top-color: rgb(250 245 255 / 0.9);
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.border-y-purple-50\/95{
  border-top-color: rgb(250 245 255 / 0.95);
  border-bottom-color: rgb(250 245 255 / 0.95);
}

.border-y-purple-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(168 85 247 / 0.15);
  border-bottom-color: rgb(168 85 247 / 0.15);
}

.border-y-purple-500\/20{
  border-top-color: rgb(168 85 247 / 0.2);
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.border-y-purple-500\/25{
  border-top-color: rgb(168 85 247 / 0.25);
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.border-y-purple-500\/30{
  border-top-color: rgb(168 85 247 / 0.3);
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.border-y-purple-500\/35{
  border-top-color: rgb(168 85 247 / 0.35);
  border-bottom-color: rgb(168 85 247 / 0.35);
}

.border-y-purple-500\/40{
  border-top-color: rgb(168 85 247 / 0.4);
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.border-y-purple-500\/45{
  border-top-color: rgb(168 85 247 / 0.45);
  border-bottom-color: rgb(168 85 247 / 0.45);
}

.border-y-purple-500\/5{
  border-top-color: rgb(168 85 247 / 0.05);
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.border-y-purple-500\/50{
  border-top-color: rgb(168 85 247 / 0.5);
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.border-y-purple-500\/55{
  border-top-color: rgb(168 85 247 / 0.55);
  border-bottom-color: rgb(168 85 247 / 0.55);
}

.border-y-purple-500\/60{
  border-top-color: rgb(168 85 247 / 0.6);
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.border-y-purple-500\/65{
  border-top-color: rgb(168 85 247 / 0.65);
  border-bottom-color: rgb(168 85 247 / 0.65);
}

.border-y-purple-500\/70{
  border-top-color: rgb(168 85 247 / 0.7);
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.border-y-purple-500\/75{
  border-top-color: rgb(168 85 247 / 0.75);
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.border-y-purple-500\/80{
  border-top-color: rgb(168 85 247 / 0.8);
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.border-y-purple-500\/85{
  border-top-color: rgb(168 85 247 / 0.85);
  border-bottom-color: rgb(168 85 247 / 0.85);
}

.border-y-purple-500\/90{
  border-top-color: rgb(168 85 247 / 0.9);
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.border-y-purple-500\/95{
  border-top-color: rgb(168 85 247 / 0.95);
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.border-y-purple-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(147 51 234 / 0.15);
  border-bottom-color: rgb(147 51 234 / 0.15);
}

.border-y-purple-600\/20{
  border-top-color: rgb(147 51 234 / 0.2);
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.border-y-purple-600\/25{
  border-top-color: rgb(147 51 234 / 0.25);
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.border-y-purple-600\/30{
  border-top-color: rgb(147 51 234 / 0.3);
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.border-y-purple-600\/35{
  border-top-color: rgb(147 51 234 / 0.35);
  border-bottom-color: rgb(147 51 234 / 0.35);
}

.border-y-purple-600\/40{
  border-top-color: rgb(147 51 234 / 0.4);
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.border-y-purple-600\/45{
  border-top-color: rgb(147 51 234 / 0.45);
  border-bottom-color: rgb(147 51 234 / 0.45);
}

.border-y-purple-600\/5{
  border-top-color: rgb(147 51 234 / 0.05);
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.border-y-purple-600\/50{
  border-top-color: rgb(147 51 234 / 0.5);
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.border-y-purple-600\/55{
  border-top-color: rgb(147 51 234 / 0.55);
  border-bottom-color: rgb(147 51 234 / 0.55);
}

.border-y-purple-600\/60{
  border-top-color: rgb(147 51 234 / 0.6);
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.border-y-purple-600\/65{
  border-top-color: rgb(147 51 234 / 0.65);
  border-bottom-color: rgb(147 51 234 / 0.65);
}

.border-y-purple-600\/70{
  border-top-color: rgb(147 51 234 / 0.7);
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.border-y-purple-600\/75{
  border-top-color: rgb(147 51 234 / 0.75);
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.border-y-purple-600\/80{
  border-top-color: rgb(147 51 234 / 0.8);
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.border-y-purple-600\/85{
  border-top-color: rgb(147 51 234 / 0.85);
  border-bottom-color: rgb(147 51 234 / 0.85);
}

.border-y-purple-600\/90{
  border-top-color: rgb(147 51 234 / 0.9);
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.border-y-purple-600\/95{
  border-top-color: rgb(147 51 234 / 0.95);
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.border-y-purple-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(126 34 206 / 0.15);
  border-bottom-color: rgb(126 34 206 / 0.15);
}

.border-y-purple-700\/20{
  border-top-color: rgb(126 34 206 / 0.2);
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.border-y-purple-700\/25{
  border-top-color: rgb(126 34 206 / 0.25);
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.border-y-purple-700\/30{
  border-top-color: rgb(126 34 206 / 0.3);
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.border-y-purple-700\/35{
  border-top-color: rgb(126 34 206 / 0.35);
  border-bottom-color: rgb(126 34 206 / 0.35);
}

.border-y-purple-700\/40{
  border-top-color: rgb(126 34 206 / 0.4);
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.border-y-purple-700\/45{
  border-top-color: rgb(126 34 206 / 0.45);
  border-bottom-color: rgb(126 34 206 / 0.45);
}

.border-y-purple-700\/5{
  border-top-color: rgb(126 34 206 / 0.05);
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.border-y-purple-700\/50{
  border-top-color: rgb(126 34 206 / 0.5);
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.border-y-purple-700\/55{
  border-top-color: rgb(126 34 206 / 0.55);
  border-bottom-color: rgb(126 34 206 / 0.55);
}

.border-y-purple-700\/60{
  border-top-color: rgb(126 34 206 / 0.6);
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.border-y-purple-700\/65{
  border-top-color: rgb(126 34 206 / 0.65);
  border-bottom-color: rgb(126 34 206 / 0.65);
}

.border-y-purple-700\/70{
  border-top-color: rgb(126 34 206 / 0.7);
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.border-y-purple-700\/75{
  border-top-color: rgb(126 34 206 / 0.75);
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.border-y-purple-700\/80{
  border-top-color: rgb(126 34 206 / 0.8);
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.border-y-purple-700\/85{
  border-top-color: rgb(126 34 206 / 0.85);
  border-bottom-color: rgb(126 34 206 / 0.85);
}

.border-y-purple-700\/90{
  border-top-color: rgb(126 34 206 / 0.9);
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.border-y-purple-700\/95{
  border-top-color: rgb(126 34 206 / 0.95);
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.border-y-purple-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(107 33 168 / 0.15);
  border-bottom-color: rgb(107 33 168 / 0.15);
}

.border-y-purple-800\/20{
  border-top-color: rgb(107 33 168 / 0.2);
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.border-y-purple-800\/25{
  border-top-color: rgb(107 33 168 / 0.25);
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.border-y-purple-800\/30{
  border-top-color: rgb(107 33 168 / 0.3);
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.border-y-purple-800\/35{
  border-top-color: rgb(107 33 168 / 0.35);
  border-bottom-color: rgb(107 33 168 / 0.35);
}

.border-y-purple-800\/40{
  border-top-color: rgb(107 33 168 / 0.4);
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.border-y-purple-800\/45{
  border-top-color: rgb(107 33 168 / 0.45);
  border-bottom-color: rgb(107 33 168 / 0.45);
}

.border-y-purple-800\/5{
  border-top-color: rgb(107 33 168 / 0.05);
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.border-y-purple-800\/50{
  border-top-color: rgb(107 33 168 / 0.5);
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.border-y-purple-800\/55{
  border-top-color: rgb(107 33 168 / 0.55);
  border-bottom-color: rgb(107 33 168 / 0.55);
}

.border-y-purple-800\/60{
  border-top-color: rgb(107 33 168 / 0.6);
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.border-y-purple-800\/65{
  border-top-color: rgb(107 33 168 / 0.65);
  border-bottom-color: rgb(107 33 168 / 0.65);
}

.border-y-purple-800\/70{
  border-top-color: rgb(107 33 168 / 0.7);
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.border-y-purple-800\/75{
  border-top-color: rgb(107 33 168 / 0.75);
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.border-y-purple-800\/80{
  border-top-color: rgb(107 33 168 / 0.8);
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.border-y-purple-800\/85{
  border-top-color: rgb(107 33 168 / 0.85);
  border-bottom-color: rgb(107 33 168 / 0.85);
}

.border-y-purple-800\/90{
  border-top-color: rgb(107 33 168 / 0.9);
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.border-y-purple-800\/95{
  border-top-color: rgb(107 33 168 / 0.95);
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.border-y-purple-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(88 28 135 / 0.15);
  border-bottom-color: rgb(88 28 135 / 0.15);
}

.border-y-purple-900\/20{
  border-top-color: rgb(88 28 135 / 0.2);
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.border-y-purple-900\/25{
  border-top-color: rgb(88 28 135 / 0.25);
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.border-y-purple-900\/30{
  border-top-color: rgb(88 28 135 / 0.3);
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.border-y-purple-900\/35{
  border-top-color: rgb(88 28 135 / 0.35);
  border-bottom-color: rgb(88 28 135 / 0.35);
}

.border-y-purple-900\/40{
  border-top-color: rgb(88 28 135 / 0.4);
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.border-y-purple-900\/45{
  border-top-color: rgb(88 28 135 / 0.45);
  border-bottom-color: rgb(88 28 135 / 0.45);
}

.border-y-purple-900\/5{
  border-top-color: rgb(88 28 135 / 0.05);
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.border-y-purple-900\/50{
  border-top-color: rgb(88 28 135 / 0.5);
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.border-y-purple-900\/55{
  border-top-color: rgb(88 28 135 / 0.55);
  border-bottom-color: rgb(88 28 135 / 0.55);
}

.border-y-purple-900\/60{
  border-top-color: rgb(88 28 135 / 0.6);
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.border-y-purple-900\/65{
  border-top-color: rgb(88 28 135 / 0.65);
  border-bottom-color: rgb(88 28 135 / 0.65);
}

.border-y-purple-900\/70{
  border-top-color: rgb(88 28 135 / 0.7);
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.border-y-purple-900\/75{
  border-top-color: rgb(88 28 135 / 0.75);
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.border-y-purple-900\/80{
  border-top-color: rgb(88 28 135 / 0.8);
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.border-y-purple-900\/85{
  border-top-color: rgb(88 28 135 / 0.85);
  border-bottom-color: rgb(88 28 135 / 0.85);
}

.border-y-purple-900\/90{
  border-top-color: rgb(88 28 135 / 0.9);
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.border-y-purple-900\/95{
  border-top-color: rgb(88 28 135 / 0.95);
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.border-y-purple-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(59 7 100 / 0.15);
  border-bottom-color: rgb(59 7 100 / 0.15);
}

.border-y-purple-950\/20{
  border-top-color: rgb(59 7 100 / 0.2);
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.border-y-purple-950\/25{
  border-top-color: rgb(59 7 100 / 0.25);
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.border-y-purple-950\/30{
  border-top-color: rgb(59 7 100 / 0.3);
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.border-y-purple-950\/35{
  border-top-color: rgb(59 7 100 / 0.35);
  border-bottom-color: rgb(59 7 100 / 0.35);
}

.border-y-purple-950\/40{
  border-top-color: rgb(59 7 100 / 0.4);
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.border-y-purple-950\/45{
  border-top-color: rgb(59 7 100 / 0.45);
  border-bottom-color: rgb(59 7 100 / 0.45);
}

.border-y-purple-950\/5{
  border-top-color: rgb(59 7 100 / 0.05);
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.border-y-purple-950\/50{
  border-top-color: rgb(59 7 100 / 0.5);
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.border-y-purple-950\/55{
  border-top-color: rgb(59 7 100 / 0.55);
  border-bottom-color: rgb(59 7 100 / 0.55);
}

.border-y-purple-950\/60{
  border-top-color: rgb(59 7 100 / 0.6);
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.border-y-purple-950\/65{
  border-top-color: rgb(59 7 100 / 0.65);
  border-bottom-color: rgb(59 7 100 / 0.65);
}

.border-y-purple-950\/70{
  border-top-color: rgb(59 7 100 / 0.7);
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.border-y-purple-950\/75{
  border-top-color: rgb(59 7 100 / 0.75);
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.border-y-purple-950\/80{
  border-top-color: rgb(59 7 100 / 0.8);
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.border-y-purple-950\/85{
  border-top-color: rgb(59 7 100 / 0.85);
  border-bottom-color: rgb(59 7 100 / 0.85);
}

.border-y-purple-950\/90{
  border-top-color: rgb(59 7 100 / 0.9);
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.border-y-purple-950\/95{
  border-top-color: rgb(59 7 100 / 0.95);
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.border-y-quaternary{
  --tw-border-opacity: 1;
  border-top-color: rgb(61 209 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.border-y-quaternary-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(43 202 241 / var(--tw-border-opacity));
  border-bottom-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.border-y-quaternary-hover\/0{
  border-top-color: rgb(43 202 241 / 0);
  border-bottom-color: rgb(43 202 241 / 0);
}

.border-y-quaternary-hover\/10{
  border-top-color: rgb(43 202 241 / 0.1);
  border-bottom-color: rgb(43 202 241 / 0.1);
}

.border-y-quaternary-hover\/100{
  border-top-color: rgb(43 202 241 / 1);
  border-bottom-color: rgb(43 202 241 / 1);
}

.border-y-quaternary-hover\/15{
  border-top-color: rgb(43 202 241 / 0.15);
  border-bottom-color: rgb(43 202 241 / 0.15);
}

.border-y-quaternary-hover\/20{
  border-top-color: rgb(43 202 241 / 0.2);
  border-bottom-color: rgb(43 202 241 / 0.2);
}

.border-y-quaternary-hover\/25{
  border-top-color: rgb(43 202 241 / 0.25);
  border-bottom-color: rgb(43 202 241 / 0.25);
}

.border-y-quaternary-hover\/30{
  border-top-color: rgb(43 202 241 / 0.3);
  border-bottom-color: rgb(43 202 241 / 0.3);
}

.border-y-quaternary-hover\/35{
  border-top-color: rgb(43 202 241 / 0.35);
  border-bottom-color: rgb(43 202 241 / 0.35);
}

.border-y-quaternary-hover\/40{
  border-top-color: rgb(43 202 241 / 0.4);
  border-bottom-color: rgb(43 202 241 / 0.4);
}

.border-y-quaternary-hover\/45{
  border-top-color: rgb(43 202 241 / 0.45);
  border-bottom-color: rgb(43 202 241 / 0.45);
}

.border-y-quaternary-hover\/5{
  border-top-color: rgb(43 202 241 / 0.05);
  border-bottom-color: rgb(43 202 241 / 0.05);
}

.border-y-quaternary-hover\/50{
  border-top-color: rgb(43 202 241 / 0.5);
  border-bottom-color: rgb(43 202 241 / 0.5);
}

.border-y-quaternary-hover\/55{
  border-top-color: rgb(43 202 241 / 0.55);
  border-bottom-color: rgb(43 202 241 / 0.55);
}

.border-y-quaternary-hover\/60{
  border-top-color: rgb(43 202 241 / 0.6);
  border-bottom-color: rgb(43 202 241 / 0.6);
}

.border-y-quaternary-hover\/65{
  border-top-color: rgb(43 202 241 / 0.65);
  border-bottom-color: rgb(43 202 241 / 0.65);
}

.border-y-quaternary-hover\/70{
  border-top-color: rgb(43 202 241 / 0.7);
  border-bottom-color: rgb(43 202 241 / 0.7);
}

.border-y-quaternary-hover\/75{
  border-top-color: rgb(43 202 241 / 0.75);
  border-bottom-color: rgb(43 202 241 / 0.75);
}

.border-y-quaternary-hover\/80{
  border-top-color: rgb(43 202 241 / 0.8);
  border-bottom-color: rgb(43 202 241 / 0.8);
}

.border-y-quaternary-hover\/85{
  border-top-color: rgb(43 202 241 / 0.85);
  border-bottom-color: rgb(43 202 241 / 0.85);
}

.border-y-quaternary-hover\/90{
  border-top-color: rgb(43 202 241 / 0.9);
  border-bottom-color: rgb(43 202 241 / 0.9);
}

.border-y-quaternary-hover\/95{
  border-top-color: rgb(43 202 241 / 0.95);
  border-bottom-color: rgb(43 202 241 / 0.95);
}

.border-y-quaternary\/0{
  border-top-color: rgb(61 209 246 / 0);
  border-bottom-color: rgb(61 209 246 / 0);
}

.border-y-quaternary\/10{
  border-top-color: rgb(61 209 246 / 0.1);
  border-bottom-color: rgb(61 209 246 / 0.1);
}

.border-y-quaternary\/100{
  border-top-color: rgb(61 209 246 / 1);
  border-bottom-color: rgb(61 209 246 / 1);
}

.border-y-quaternary\/15{
  border-top-color: rgb(61 209 246 / 0.15);
  border-bottom-color: rgb(61 209 246 / 0.15);
}

.border-y-quaternary\/20{
  border-top-color: rgb(61 209 246 / 0.2);
  border-bottom-color: rgb(61 209 246 / 0.2);
}

.border-y-quaternary\/25{
  border-top-color: rgb(61 209 246 / 0.25);
  border-bottom-color: rgb(61 209 246 / 0.25);
}

.border-y-quaternary\/30{
  border-top-color: rgb(61 209 246 / 0.3);
  border-bottom-color: rgb(61 209 246 / 0.3);
}

.border-y-quaternary\/35{
  border-top-color: rgb(61 209 246 / 0.35);
  border-bottom-color: rgb(61 209 246 / 0.35);
}

.border-y-quaternary\/40{
  border-top-color: rgb(61 209 246 / 0.4);
  border-bottom-color: rgb(61 209 246 / 0.4);
}

.border-y-quaternary\/45{
  border-top-color: rgb(61 209 246 / 0.45);
  border-bottom-color: rgb(61 209 246 / 0.45);
}

.border-y-quaternary\/5{
  border-top-color: rgb(61 209 246 / 0.05);
  border-bottom-color: rgb(61 209 246 / 0.05);
}

.border-y-quaternary\/50{
  border-top-color: rgb(61 209 246 / 0.5);
  border-bottom-color: rgb(61 209 246 / 0.5);
}

.border-y-quaternary\/55{
  border-top-color: rgb(61 209 246 / 0.55);
  border-bottom-color: rgb(61 209 246 / 0.55);
}

.border-y-quaternary\/60{
  border-top-color: rgb(61 209 246 / 0.6);
  border-bottom-color: rgb(61 209 246 / 0.6);
}

.border-y-quaternary\/65{
  border-top-color: rgb(61 209 246 / 0.65);
  border-bottom-color: rgb(61 209 246 / 0.65);
}

.border-y-quaternary\/70{
  border-top-color: rgb(61 209 246 / 0.7);
  border-bottom-color: rgb(61 209 246 / 0.7);
}

.border-y-quaternary\/75{
  border-top-color: rgb(61 209 246 / 0.75);
  border-bottom-color: rgb(61 209 246 / 0.75);
}

.border-y-quaternary\/80{
  border-top-color: rgb(61 209 246 / 0.8);
  border-bottom-color: rgb(61 209 246 / 0.8);
}

.border-y-quaternary\/85{
  border-top-color: rgb(61 209 246 / 0.85);
  border-bottom-color: rgb(61 209 246 / 0.85);
}

.border-y-quaternary\/90{
  border-top-color: rgb(61 209 246 / 0.9);
  border-bottom-color: rgb(61 209 246 / 0.9);
}

.border-y-quaternary\/95{
  border-top-color: rgb(61 209 246 / 0.95);
  border-bottom-color: rgb(61 209 246 / 0.95);
}

.border-y-quinary{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 150 244 / var(--tw-border-opacity));
  border-bottom-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.border-y-quinary-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 126 222 / var(--tw-border-opacity));
  border-bottom-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.border-y-quinary-hover\/0{
  border-top-color: rgb(112 126 222 / 0);
  border-bottom-color: rgb(112 126 222 / 0);
}

.border-y-quinary-hover\/10{
  border-top-color: rgb(112 126 222 / 0.1);
  border-bottom-color: rgb(112 126 222 / 0.1);
}

.border-y-quinary-hover\/100{
  border-top-color: rgb(112 126 222 / 1);
  border-bottom-color: rgb(112 126 222 / 1);
}

.border-y-quinary-hover\/15{
  border-top-color: rgb(112 126 222 / 0.15);
  border-bottom-color: rgb(112 126 222 / 0.15);
}

.border-y-quinary-hover\/20{
  border-top-color: rgb(112 126 222 / 0.2);
  border-bottom-color: rgb(112 126 222 / 0.2);
}

.border-y-quinary-hover\/25{
  border-top-color: rgb(112 126 222 / 0.25);
  border-bottom-color: rgb(112 126 222 / 0.25);
}

.border-y-quinary-hover\/30{
  border-top-color: rgb(112 126 222 / 0.3);
  border-bottom-color: rgb(112 126 222 / 0.3);
}

.border-y-quinary-hover\/35{
  border-top-color: rgb(112 126 222 / 0.35);
  border-bottom-color: rgb(112 126 222 / 0.35);
}

.border-y-quinary-hover\/40{
  border-top-color: rgb(112 126 222 / 0.4);
  border-bottom-color: rgb(112 126 222 / 0.4);
}

.border-y-quinary-hover\/45{
  border-top-color: rgb(112 126 222 / 0.45);
  border-bottom-color: rgb(112 126 222 / 0.45);
}

.border-y-quinary-hover\/5{
  border-top-color: rgb(112 126 222 / 0.05);
  border-bottom-color: rgb(112 126 222 / 0.05);
}

.border-y-quinary-hover\/50{
  border-top-color: rgb(112 126 222 / 0.5);
  border-bottom-color: rgb(112 126 222 / 0.5);
}

.border-y-quinary-hover\/55{
  border-top-color: rgb(112 126 222 / 0.55);
  border-bottom-color: rgb(112 126 222 / 0.55);
}

.border-y-quinary-hover\/60{
  border-top-color: rgb(112 126 222 / 0.6);
  border-bottom-color: rgb(112 126 222 / 0.6);
}

.border-y-quinary-hover\/65{
  border-top-color: rgb(112 126 222 / 0.65);
  border-bottom-color: rgb(112 126 222 / 0.65);
}

.border-y-quinary-hover\/70{
  border-top-color: rgb(112 126 222 / 0.7);
  border-bottom-color: rgb(112 126 222 / 0.7);
}

.border-y-quinary-hover\/75{
  border-top-color: rgb(112 126 222 / 0.75);
  border-bottom-color: rgb(112 126 222 / 0.75);
}

.border-y-quinary-hover\/80{
  border-top-color: rgb(112 126 222 / 0.8);
  border-bottom-color: rgb(112 126 222 / 0.8);
}

.border-y-quinary-hover\/85{
  border-top-color: rgb(112 126 222 / 0.85);
  border-bottom-color: rgb(112 126 222 / 0.85);
}

.border-y-quinary-hover\/90{
  border-top-color: rgb(112 126 222 / 0.9);
  border-bottom-color: rgb(112 126 222 / 0.9);
}

.border-y-quinary-hover\/95{
  border-top-color: rgb(112 126 222 / 0.95);
  border-bottom-color: rgb(112 126 222 / 0.95);
}

.border-y-quinary\/0{
  border-top-color: rgb(136 150 244 / 0);
  border-bottom-color: rgb(136 150 244 / 0);
}

.border-y-quinary\/10{
  border-top-color: rgb(136 150 244 / 0.1);
  border-bottom-color: rgb(136 150 244 / 0.1);
}

.border-y-quinary\/100{
  border-top-color: rgb(136 150 244 / 1);
  border-bottom-color: rgb(136 150 244 / 1);
}

.border-y-quinary\/15{
  border-top-color: rgb(136 150 244 / 0.15);
  border-bottom-color: rgb(136 150 244 / 0.15);
}

.border-y-quinary\/20{
  border-top-color: rgb(136 150 244 / 0.2);
  border-bottom-color: rgb(136 150 244 / 0.2);
}

.border-y-quinary\/25{
  border-top-color: rgb(136 150 244 / 0.25);
  border-bottom-color: rgb(136 150 244 / 0.25);
}

.border-y-quinary\/30{
  border-top-color: rgb(136 150 244 / 0.3);
  border-bottom-color: rgb(136 150 244 / 0.3);
}

.border-y-quinary\/35{
  border-top-color: rgb(136 150 244 / 0.35);
  border-bottom-color: rgb(136 150 244 / 0.35);
}

.border-y-quinary\/40{
  border-top-color: rgb(136 150 244 / 0.4);
  border-bottom-color: rgb(136 150 244 / 0.4);
}

.border-y-quinary\/45{
  border-top-color: rgb(136 150 244 / 0.45);
  border-bottom-color: rgb(136 150 244 / 0.45);
}

.border-y-quinary\/5{
  border-top-color: rgb(136 150 244 / 0.05);
  border-bottom-color: rgb(136 150 244 / 0.05);
}

.border-y-quinary\/50{
  border-top-color: rgb(136 150 244 / 0.5);
  border-bottom-color: rgb(136 150 244 / 0.5);
}

.border-y-quinary\/55{
  border-top-color: rgb(136 150 244 / 0.55);
  border-bottom-color: rgb(136 150 244 / 0.55);
}

.border-y-quinary\/60{
  border-top-color: rgb(136 150 244 / 0.6);
  border-bottom-color: rgb(136 150 244 / 0.6);
}

.border-y-quinary\/65{
  border-top-color: rgb(136 150 244 / 0.65);
  border-bottom-color: rgb(136 150 244 / 0.65);
}

.border-y-quinary\/70{
  border-top-color: rgb(136 150 244 / 0.7);
  border-bottom-color: rgb(136 150 244 / 0.7);
}

.border-y-quinary\/75{
  border-top-color: rgb(136 150 244 / 0.75);
  border-bottom-color: rgb(136 150 244 / 0.75);
}

.border-y-quinary\/80{
  border-top-color: rgb(136 150 244 / 0.8);
  border-bottom-color: rgb(136 150 244 / 0.8);
}

.border-y-quinary\/85{
  border-top-color: rgb(136 150 244 / 0.85);
  border-bottom-color: rgb(136 150 244 / 0.85);
}

.border-y-quinary\/90{
  border-top-color: rgb(136 150 244 / 0.9);
  border-bottom-color: rgb(136 150 244 / 0.9);
}

.border-y-quinary\/95{
  border-top-color: rgb(136 150 244 / 0.95);
  border-bottom-color: rgb(136 150 244 / 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\/15{
  border-top-color: rgb(254 226 226 / 0.15);
  border-bottom-color: rgb(254 226 226 / 0.15);
}

.border-y-red-100\/20{
  border-top-color: rgb(254 226 226 / 0.2);
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.border-y-red-100\/25{
  border-top-color: rgb(254 226 226 / 0.25);
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.border-y-red-100\/30{
  border-top-color: rgb(254 226 226 / 0.3);
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.border-y-red-100\/35{
  border-top-color: rgb(254 226 226 / 0.35);
  border-bottom-color: rgb(254 226 226 / 0.35);
}

.border-y-red-100\/40{
  border-top-color: rgb(254 226 226 / 0.4);
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.border-y-red-100\/45{
  border-top-color: rgb(254 226 226 / 0.45);
  border-bottom-color: rgb(254 226 226 / 0.45);
}

.border-y-red-100\/5{
  border-top-color: rgb(254 226 226 / 0.05);
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.border-y-red-100\/50{
  border-top-color: rgb(254 226 226 / 0.5);
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.border-y-red-100\/55{
  border-top-color: rgb(254 226 226 / 0.55);
  border-bottom-color: rgb(254 226 226 / 0.55);
}

.border-y-red-100\/60{
  border-top-color: rgb(254 226 226 / 0.6);
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.border-y-red-100\/65{
  border-top-color: rgb(254 226 226 / 0.65);
  border-bottom-color: rgb(254 226 226 / 0.65);
}

.border-y-red-100\/70{
  border-top-color: rgb(254 226 226 / 0.7);
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.border-y-red-100\/75{
  border-top-color: rgb(254 226 226 / 0.75);
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.border-y-red-100\/80{
  border-top-color: rgb(254 226 226 / 0.8);
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.border-y-red-100\/85{
  border-top-color: rgb(254 226 226 / 0.85);
  border-bottom-color: rgb(254 226 226 / 0.85);
}

.border-y-red-100\/90{
  border-top-color: rgb(254 226 226 / 0.9);
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.border-y-red-100\/95{
  border-top-color: rgb(254 226 226 / 0.95);
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.border-y-red-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(254 202 202 / 0.15);
  border-bottom-color: rgb(254 202 202 / 0.15);
}

.border-y-red-200\/20{
  border-top-color: rgb(254 202 202 / 0.2);
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.border-y-red-200\/25{
  border-top-color: rgb(254 202 202 / 0.25);
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.border-y-red-200\/30{
  border-top-color: rgb(254 202 202 / 0.3);
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.border-y-red-200\/35{
  border-top-color: rgb(254 202 202 / 0.35);
  border-bottom-color: rgb(254 202 202 / 0.35);
}

.border-y-red-200\/40{
  border-top-color: rgb(254 202 202 / 0.4);
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.border-y-red-200\/45{
  border-top-color: rgb(254 202 202 / 0.45);
  border-bottom-color: rgb(254 202 202 / 0.45);
}

.border-y-red-200\/5{
  border-top-color: rgb(254 202 202 / 0.05);
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.border-y-red-200\/50{
  border-top-color: rgb(254 202 202 / 0.5);
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.border-y-red-200\/55{
  border-top-color: rgb(254 202 202 / 0.55);
  border-bottom-color: rgb(254 202 202 / 0.55);
}

.border-y-red-200\/60{
  border-top-color: rgb(254 202 202 / 0.6);
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.border-y-red-200\/65{
  border-top-color: rgb(254 202 202 / 0.65);
  border-bottom-color: rgb(254 202 202 / 0.65);
}

.border-y-red-200\/70{
  border-top-color: rgb(254 202 202 / 0.7);
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.border-y-red-200\/75{
  border-top-color: rgb(254 202 202 / 0.75);
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.border-y-red-200\/80{
  border-top-color: rgb(254 202 202 / 0.8);
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.border-y-red-200\/85{
  border-top-color: rgb(254 202 202 / 0.85);
  border-bottom-color: rgb(254 202 202 / 0.85);
}

.border-y-red-200\/90{
  border-top-color: rgb(254 202 202 / 0.9);
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.border-y-red-200\/95{
  border-top-color: rgb(254 202 202 / 0.95);
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.border-y-red-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(252 165 165 / 0.15);
  border-bottom-color: rgb(252 165 165 / 0.15);
}

.border-y-red-300\/20{
  border-top-color: rgb(252 165 165 / 0.2);
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.border-y-red-300\/25{
  border-top-color: rgb(252 165 165 / 0.25);
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.border-y-red-300\/30{
  border-top-color: rgb(252 165 165 / 0.3);
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.border-y-red-300\/35{
  border-top-color: rgb(252 165 165 / 0.35);
  border-bottom-color: rgb(252 165 165 / 0.35);
}

.border-y-red-300\/40{
  border-top-color: rgb(252 165 165 / 0.4);
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.border-y-red-300\/45{
  border-top-color: rgb(252 165 165 / 0.45);
  border-bottom-color: rgb(252 165 165 / 0.45);
}

.border-y-red-300\/5{
  border-top-color: rgb(252 165 165 / 0.05);
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.border-y-red-300\/50{
  border-top-color: rgb(252 165 165 / 0.5);
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.border-y-red-300\/55{
  border-top-color: rgb(252 165 165 / 0.55);
  border-bottom-color: rgb(252 165 165 / 0.55);
}

.border-y-red-300\/60{
  border-top-color: rgb(252 165 165 / 0.6);
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.border-y-red-300\/65{
  border-top-color: rgb(252 165 165 / 0.65);
  border-bottom-color: rgb(252 165 165 / 0.65);
}

.border-y-red-300\/70{
  border-top-color: rgb(252 165 165 / 0.7);
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.border-y-red-300\/75{
  border-top-color: rgb(252 165 165 / 0.75);
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.border-y-red-300\/80{
  border-top-color: rgb(252 165 165 / 0.8);
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.border-y-red-300\/85{
  border-top-color: rgb(252 165 165 / 0.85);
  border-bottom-color: rgb(252 165 165 / 0.85);
}

.border-y-red-300\/90{
  border-top-color: rgb(252 165 165 / 0.9);
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.border-y-red-300\/95{
  border-top-color: rgb(252 165 165 / 0.95);
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.border-y-red-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(248 113 113 / 0.15);
  border-bottom-color: rgb(248 113 113 / 0.15);
}

.border-y-red-400\/20{
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.border-y-red-400\/25{
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.border-y-red-400\/30{
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.border-y-red-400\/35{
  border-top-color: rgb(248 113 113 / 0.35);
  border-bottom-color: rgb(248 113 113 / 0.35);
}

.border-y-red-400\/40{
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.border-y-red-400\/45{
  border-top-color: rgb(248 113 113 / 0.45);
  border-bottom-color: rgb(248 113 113 / 0.45);
}

.border-y-red-400\/5{
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.border-y-red-400\/50{
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.border-y-red-400\/55{
  border-top-color: rgb(248 113 113 / 0.55);
  border-bottom-color: rgb(248 113 113 / 0.55);
}

.border-y-red-400\/60{
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.border-y-red-400\/65{
  border-top-color: rgb(248 113 113 / 0.65);
  border-bottom-color: rgb(248 113 113 / 0.65);
}

.border-y-red-400\/70{
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.border-y-red-400\/75{
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.border-y-red-400\/80{
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.border-y-red-400\/85{
  border-top-color: rgb(248 113 113 / 0.85);
  border-bottom-color: rgb(248 113 113 / 0.85);
}

.border-y-red-400\/90{
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.border-y-red-400\/95{
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.border-y-red-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(254 242 242 / 0.15);
  border-bottom-color: rgb(254 242 242 / 0.15);
}

.border-y-red-50\/20{
  border-top-color: rgb(254 242 242 / 0.2);
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.border-y-red-50\/25{
  border-top-color: rgb(254 242 242 / 0.25);
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.border-y-red-50\/30{
  border-top-color: rgb(254 242 242 / 0.3);
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.border-y-red-50\/35{
  border-top-color: rgb(254 242 242 / 0.35);
  border-bottom-color: rgb(254 242 242 / 0.35);
}

.border-y-red-50\/40{
  border-top-color: rgb(254 242 242 / 0.4);
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.border-y-red-50\/45{
  border-top-color: rgb(254 242 242 / 0.45);
  border-bottom-color: rgb(254 242 242 / 0.45);
}

.border-y-red-50\/5{
  border-top-color: rgb(254 242 242 / 0.05);
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.border-y-red-50\/50{
  border-top-color: rgb(254 242 242 / 0.5);
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.border-y-red-50\/55{
  border-top-color: rgb(254 242 242 / 0.55);
  border-bottom-color: rgb(254 242 242 / 0.55);
}

.border-y-red-50\/60{
  border-top-color: rgb(254 242 242 / 0.6);
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.border-y-red-50\/65{
  border-top-color: rgb(254 242 242 / 0.65);
  border-bottom-color: rgb(254 242 242 / 0.65);
}

.border-y-red-50\/70{
  border-top-color: rgb(254 242 242 / 0.7);
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.border-y-red-50\/75{
  border-top-color: rgb(254 242 242 / 0.75);
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.border-y-red-50\/80{
  border-top-color: rgb(254 242 242 / 0.8);
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.border-y-red-50\/85{
  border-top-color: rgb(254 242 242 / 0.85);
  border-bottom-color: rgb(254 242 242 / 0.85);
}

.border-y-red-50\/90{
  border-top-color: rgb(254 242 242 / 0.9);
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.border-y-red-50\/95{
  border-top-color: rgb(254 242 242 / 0.95);
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.border-y-red-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(239 68 68 / 0.15);
  border-bottom-color: rgb(239 68 68 / 0.15);
}

.border-y-red-500\/20{
  border-top-color: rgb(239 68 68 / 0.2);
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.border-y-red-500\/25{
  border-top-color: rgb(239 68 68 / 0.25);
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.border-y-red-500\/30{
  border-top-color: rgb(239 68 68 / 0.3);
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.border-y-red-500\/35{
  border-top-color: rgb(239 68 68 / 0.35);
  border-bottom-color: rgb(239 68 68 / 0.35);
}

.border-y-red-500\/40{
  border-top-color: rgb(239 68 68 / 0.4);
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.border-y-red-500\/45{
  border-top-color: rgb(239 68 68 / 0.45);
  border-bottom-color: rgb(239 68 68 / 0.45);
}

.border-y-red-500\/5{
  border-top-color: rgb(239 68 68 / 0.05);
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.border-y-red-500\/50{
  border-top-color: rgb(239 68 68 / 0.5);
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.border-y-red-500\/55{
  border-top-color: rgb(239 68 68 / 0.55);
  border-bottom-color: rgb(239 68 68 / 0.55);
}

.border-y-red-500\/60{
  border-top-color: rgb(239 68 68 / 0.6);
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.border-y-red-500\/65{
  border-top-color: rgb(239 68 68 / 0.65);
  border-bottom-color: rgb(239 68 68 / 0.65);
}

.border-y-red-500\/70{
  border-top-color: rgb(239 68 68 / 0.7);
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.border-y-red-500\/75{
  border-top-color: rgb(239 68 68 / 0.75);
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.border-y-red-500\/80{
  border-top-color: rgb(239 68 68 / 0.8);
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.border-y-red-500\/85{
  border-top-color: rgb(239 68 68 / 0.85);
  border-bottom-color: rgb(239 68 68 / 0.85);
}

.border-y-red-500\/90{
  border-top-color: rgb(239 68 68 / 0.9);
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.border-y-red-500\/95{
  border-top-color: rgb(239 68 68 / 0.95);
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.border-y-red-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(220 38 38 / 0.15);
  border-bottom-color: rgb(220 38 38 / 0.15);
}

.border-y-red-600\/20{
  border-top-color: rgb(220 38 38 / 0.2);
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.border-y-red-600\/25{
  border-top-color: rgb(220 38 38 / 0.25);
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.border-y-red-600\/30{
  border-top-color: rgb(220 38 38 / 0.3);
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.border-y-red-600\/35{
  border-top-color: rgb(220 38 38 / 0.35);
  border-bottom-color: rgb(220 38 38 / 0.35);
}

.border-y-red-600\/40{
  border-top-color: rgb(220 38 38 / 0.4);
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.border-y-red-600\/45{
  border-top-color: rgb(220 38 38 / 0.45);
  border-bottom-color: rgb(220 38 38 / 0.45);
}

.border-y-red-600\/5{
  border-top-color: rgb(220 38 38 / 0.05);
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.border-y-red-600\/50{
  border-top-color: rgb(220 38 38 / 0.5);
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.border-y-red-600\/55{
  border-top-color: rgb(220 38 38 / 0.55);
  border-bottom-color: rgb(220 38 38 / 0.55);
}

.border-y-red-600\/60{
  border-top-color: rgb(220 38 38 / 0.6);
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.border-y-red-600\/65{
  border-top-color: rgb(220 38 38 / 0.65);
  border-bottom-color: rgb(220 38 38 / 0.65);
}

.border-y-red-600\/70{
  border-top-color: rgb(220 38 38 / 0.7);
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.border-y-red-600\/75{
  border-top-color: rgb(220 38 38 / 0.75);
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.border-y-red-600\/80{
  border-top-color: rgb(220 38 38 / 0.8);
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.border-y-red-600\/85{
  border-top-color: rgb(220 38 38 / 0.85);
  border-bottom-color: rgb(220 38 38 / 0.85);
}

.border-y-red-600\/90{
  border-top-color: rgb(220 38 38 / 0.9);
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.border-y-red-600\/95{
  border-top-color: rgb(220 38 38 / 0.95);
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.border-y-red-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(185 28 28 / 0.15);
  border-bottom-color: rgb(185 28 28 / 0.15);
}

.border-y-red-700\/20{
  border-top-color: rgb(185 28 28 / 0.2);
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.border-y-red-700\/25{
  border-top-color: rgb(185 28 28 / 0.25);
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.border-y-red-700\/30{
  border-top-color: rgb(185 28 28 / 0.3);
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.border-y-red-700\/35{
  border-top-color: rgb(185 28 28 / 0.35);
  border-bottom-color: rgb(185 28 28 / 0.35);
}

.border-y-red-700\/40{
  border-top-color: rgb(185 28 28 / 0.4);
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.border-y-red-700\/45{
  border-top-color: rgb(185 28 28 / 0.45);
  border-bottom-color: rgb(185 28 28 / 0.45);
}

.border-y-red-700\/5{
  border-top-color: rgb(185 28 28 / 0.05);
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.border-y-red-700\/50{
  border-top-color: rgb(185 28 28 / 0.5);
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.border-y-red-700\/55{
  border-top-color: rgb(185 28 28 / 0.55);
  border-bottom-color: rgb(185 28 28 / 0.55);
}

.border-y-red-700\/60{
  border-top-color: rgb(185 28 28 / 0.6);
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.border-y-red-700\/65{
  border-top-color: rgb(185 28 28 / 0.65);
  border-bottom-color: rgb(185 28 28 / 0.65);
}

.border-y-red-700\/70{
  border-top-color: rgb(185 28 28 / 0.7);
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.border-y-red-700\/75{
  border-top-color: rgb(185 28 28 / 0.75);
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.border-y-red-700\/80{
  border-top-color: rgb(185 28 28 / 0.8);
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.border-y-red-700\/85{
  border-top-color: rgb(185 28 28 / 0.85);
  border-bottom-color: rgb(185 28 28 / 0.85);
}

.border-y-red-700\/90{
  border-top-color: rgb(185 28 28 / 0.9);
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.border-y-red-700\/95{
  border-top-color: rgb(185 28 28 / 0.95);
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.border-y-red-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(153 27 27 / 0.15);
  border-bottom-color: rgb(153 27 27 / 0.15);
}

.border-y-red-800\/20{
  border-top-color: rgb(153 27 27 / 0.2);
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.border-y-red-800\/25{
  border-top-color: rgb(153 27 27 / 0.25);
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.border-y-red-800\/30{
  border-top-color: rgb(153 27 27 / 0.3);
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.border-y-red-800\/35{
  border-top-color: rgb(153 27 27 / 0.35);
  border-bottom-color: rgb(153 27 27 / 0.35);
}

.border-y-red-800\/40{
  border-top-color: rgb(153 27 27 / 0.4);
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.border-y-red-800\/45{
  border-top-color: rgb(153 27 27 / 0.45);
  border-bottom-color: rgb(153 27 27 / 0.45);
}

.border-y-red-800\/5{
  border-top-color: rgb(153 27 27 / 0.05);
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.border-y-red-800\/50{
  border-top-color: rgb(153 27 27 / 0.5);
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.border-y-red-800\/55{
  border-top-color: rgb(153 27 27 / 0.55);
  border-bottom-color: rgb(153 27 27 / 0.55);
}

.border-y-red-800\/60{
  border-top-color: rgb(153 27 27 / 0.6);
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.border-y-red-800\/65{
  border-top-color: rgb(153 27 27 / 0.65);
  border-bottom-color: rgb(153 27 27 / 0.65);
}

.border-y-red-800\/70{
  border-top-color: rgb(153 27 27 / 0.7);
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.border-y-red-800\/75{
  border-top-color: rgb(153 27 27 / 0.75);
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.border-y-red-800\/80{
  border-top-color: rgb(153 27 27 / 0.8);
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.border-y-red-800\/85{
  border-top-color: rgb(153 27 27 / 0.85);
  border-bottom-color: rgb(153 27 27 / 0.85);
}

.border-y-red-800\/90{
  border-top-color: rgb(153 27 27 / 0.9);
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.border-y-red-800\/95{
  border-top-color: rgb(153 27 27 / 0.95);
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.border-y-red-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(127 29 29 / 0.15);
  border-bottom-color: rgb(127 29 29 / 0.15);
}

.border-y-red-900\/20{
  border-top-color: rgb(127 29 29 / 0.2);
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.border-y-red-900\/25{
  border-top-color: rgb(127 29 29 / 0.25);
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.border-y-red-900\/30{
  border-top-color: rgb(127 29 29 / 0.3);
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.border-y-red-900\/35{
  border-top-color: rgb(127 29 29 / 0.35);
  border-bottom-color: rgb(127 29 29 / 0.35);
}

.border-y-red-900\/40{
  border-top-color: rgb(127 29 29 / 0.4);
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.border-y-red-900\/45{
  border-top-color: rgb(127 29 29 / 0.45);
  border-bottom-color: rgb(127 29 29 / 0.45);
}

.border-y-red-900\/5{
  border-top-color: rgb(127 29 29 / 0.05);
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.border-y-red-900\/50{
  border-top-color: rgb(127 29 29 / 0.5);
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.border-y-red-900\/55{
  border-top-color: rgb(127 29 29 / 0.55);
  border-bottom-color: rgb(127 29 29 / 0.55);
}

.border-y-red-900\/60{
  border-top-color: rgb(127 29 29 / 0.6);
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.border-y-red-900\/65{
  border-top-color: rgb(127 29 29 / 0.65);
  border-bottom-color: rgb(127 29 29 / 0.65);
}

.border-y-red-900\/70{
  border-top-color: rgb(127 29 29 / 0.7);
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.border-y-red-900\/75{
  border-top-color: rgb(127 29 29 / 0.75);
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.border-y-red-900\/80{
  border-top-color: rgb(127 29 29 / 0.8);
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.border-y-red-900\/85{
  border-top-color: rgb(127 29 29 / 0.85);
  border-bottom-color: rgb(127 29 29 / 0.85);
}

.border-y-red-900\/90{
  border-top-color: rgb(127 29 29 / 0.9);
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.border-y-red-900\/95{
  border-top-color: rgb(127 29 29 / 0.95);
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.border-y-red-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(69 10 10 / 0.15);
  border-bottom-color: rgb(69 10 10 / 0.15);
}

.border-y-red-950\/20{
  border-top-color: rgb(69 10 10 / 0.2);
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.border-y-red-950\/25{
  border-top-color: rgb(69 10 10 / 0.25);
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.border-y-red-950\/30{
  border-top-color: rgb(69 10 10 / 0.3);
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.border-y-red-950\/35{
  border-top-color: rgb(69 10 10 / 0.35);
  border-bottom-color: rgb(69 10 10 / 0.35);
}

.border-y-red-950\/40{
  border-top-color: rgb(69 10 10 / 0.4);
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.border-y-red-950\/45{
  border-top-color: rgb(69 10 10 / 0.45);
  border-bottom-color: rgb(69 10 10 / 0.45);
}

.border-y-red-950\/5{
  border-top-color: rgb(69 10 10 / 0.05);
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.border-y-red-950\/50{
  border-top-color: rgb(69 10 10 / 0.5);
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.border-y-red-950\/55{
  border-top-color: rgb(69 10 10 / 0.55);
  border-bottom-color: rgb(69 10 10 / 0.55);
}

.border-y-red-950\/60{
  border-top-color: rgb(69 10 10 / 0.6);
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.border-y-red-950\/65{
  border-top-color: rgb(69 10 10 / 0.65);
  border-bottom-color: rgb(69 10 10 / 0.65);
}

.border-y-red-950\/70{
  border-top-color: rgb(69 10 10 / 0.7);
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.border-y-red-950\/75{
  border-top-color: rgb(69 10 10 / 0.75);
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.border-y-red-950\/80{
  border-top-color: rgb(69 10 10 / 0.8);
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.border-y-red-950\/85{
  border-top-color: rgb(69 10 10 / 0.85);
  border-bottom-color: rgb(69 10 10 / 0.85);
}

.border-y-red-950\/90{
  border-top-color: rgb(69 10 10 / 0.9);
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.border-y-red-950\/95{
  border-top-color: rgb(69 10 10 / 0.95);
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.border-y-rose-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(255 228 230 / 0.15);
  border-bottom-color: rgb(255 228 230 / 0.15);
}

.border-y-rose-100\/20{
  border-top-color: rgb(255 228 230 / 0.2);
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.border-y-rose-100\/25{
  border-top-color: rgb(255 228 230 / 0.25);
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.border-y-rose-100\/30{
  border-top-color: rgb(255 228 230 / 0.3);
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.border-y-rose-100\/35{
  border-top-color: rgb(255 228 230 / 0.35);
  border-bottom-color: rgb(255 228 230 / 0.35);
}

.border-y-rose-100\/40{
  border-top-color: rgb(255 228 230 / 0.4);
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.border-y-rose-100\/45{
  border-top-color: rgb(255 228 230 / 0.45);
  border-bottom-color: rgb(255 228 230 / 0.45);
}

.border-y-rose-100\/5{
  border-top-color: rgb(255 228 230 / 0.05);
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.border-y-rose-100\/50{
  border-top-color: rgb(255 228 230 / 0.5);
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.border-y-rose-100\/55{
  border-top-color: rgb(255 228 230 / 0.55);
  border-bottom-color: rgb(255 228 230 / 0.55);
}

.border-y-rose-100\/60{
  border-top-color: rgb(255 228 230 / 0.6);
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.border-y-rose-100\/65{
  border-top-color: rgb(255 228 230 / 0.65);
  border-bottom-color: rgb(255 228 230 / 0.65);
}

.border-y-rose-100\/70{
  border-top-color: rgb(255 228 230 / 0.7);
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.border-y-rose-100\/75{
  border-top-color: rgb(255 228 230 / 0.75);
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.border-y-rose-100\/80{
  border-top-color: rgb(255 228 230 / 0.8);
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.border-y-rose-100\/85{
  border-top-color: rgb(255 228 230 / 0.85);
  border-bottom-color: rgb(255 228 230 / 0.85);
}

.border-y-rose-100\/90{
  border-top-color: rgb(255 228 230 / 0.9);
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.border-y-rose-100\/95{
  border-top-color: rgb(255 228 230 / 0.95);
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.border-y-rose-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(254 205 211 / 0.15);
  border-bottom-color: rgb(254 205 211 / 0.15);
}

.border-y-rose-200\/20{
  border-top-color: rgb(254 205 211 / 0.2);
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.border-y-rose-200\/25{
  border-top-color: rgb(254 205 211 / 0.25);
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.border-y-rose-200\/30{
  border-top-color: rgb(254 205 211 / 0.3);
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.border-y-rose-200\/35{
  border-top-color: rgb(254 205 211 / 0.35);
  border-bottom-color: rgb(254 205 211 / 0.35);
}

.border-y-rose-200\/40{
  border-top-color: rgb(254 205 211 / 0.4);
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.border-y-rose-200\/45{
  border-top-color: rgb(254 205 211 / 0.45);
  border-bottom-color: rgb(254 205 211 / 0.45);
}

.border-y-rose-200\/5{
  border-top-color: rgb(254 205 211 / 0.05);
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.border-y-rose-200\/50{
  border-top-color: rgb(254 205 211 / 0.5);
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.border-y-rose-200\/55{
  border-top-color: rgb(254 205 211 / 0.55);
  border-bottom-color: rgb(254 205 211 / 0.55);
}

.border-y-rose-200\/60{
  border-top-color: rgb(254 205 211 / 0.6);
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.border-y-rose-200\/65{
  border-top-color: rgb(254 205 211 / 0.65);
  border-bottom-color: rgb(254 205 211 / 0.65);
}

.border-y-rose-200\/70{
  border-top-color: rgb(254 205 211 / 0.7);
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.border-y-rose-200\/75{
  border-top-color: rgb(254 205 211 / 0.75);
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.border-y-rose-200\/80{
  border-top-color: rgb(254 205 211 / 0.8);
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.border-y-rose-200\/85{
  border-top-color: rgb(254 205 211 / 0.85);
  border-bottom-color: rgb(254 205 211 / 0.85);
}

.border-y-rose-200\/90{
  border-top-color: rgb(254 205 211 / 0.9);
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.border-y-rose-200\/95{
  border-top-color: rgb(254 205 211 / 0.95);
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.border-y-rose-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(253 164 175 / 0.15);
  border-bottom-color: rgb(253 164 175 / 0.15);
}

.border-y-rose-300\/20{
  border-top-color: rgb(253 164 175 / 0.2);
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.border-y-rose-300\/25{
  border-top-color: rgb(253 164 175 / 0.25);
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.border-y-rose-300\/30{
  border-top-color: rgb(253 164 175 / 0.3);
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.border-y-rose-300\/35{
  border-top-color: rgb(253 164 175 / 0.35);
  border-bottom-color: rgb(253 164 175 / 0.35);
}

.border-y-rose-300\/40{
  border-top-color: rgb(253 164 175 / 0.4);
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.border-y-rose-300\/45{
  border-top-color: rgb(253 164 175 / 0.45);
  border-bottom-color: rgb(253 164 175 / 0.45);
}

.border-y-rose-300\/5{
  border-top-color: rgb(253 164 175 / 0.05);
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.border-y-rose-300\/50{
  border-top-color: rgb(253 164 175 / 0.5);
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.border-y-rose-300\/55{
  border-top-color: rgb(253 164 175 / 0.55);
  border-bottom-color: rgb(253 164 175 / 0.55);
}

.border-y-rose-300\/60{
  border-top-color: rgb(253 164 175 / 0.6);
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.border-y-rose-300\/65{
  border-top-color: rgb(253 164 175 / 0.65);
  border-bottom-color: rgb(253 164 175 / 0.65);
}

.border-y-rose-300\/70{
  border-top-color: rgb(253 164 175 / 0.7);
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.border-y-rose-300\/75{
  border-top-color: rgb(253 164 175 / 0.75);
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.border-y-rose-300\/80{
  border-top-color: rgb(253 164 175 / 0.8);
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.border-y-rose-300\/85{
  border-top-color: rgb(253 164 175 / 0.85);
  border-bottom-color: rgb(253 164 175 / 0.85);
}

.border-y-rose-300\/90{
  border-top-color: rgb(253 164 175 / 0.9);
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.border-y-rose-300\/95{
  border-top-color: rgb(253 164 175 / 0.95);
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.border-y-rose-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(251 113 133 / 0.15);
  border-bottom-color: rgb(251 113 133 / 0.15);
}

.border-y-rose-400\/20{
  border-top-color: rgb(251 113 133 / 0.2);
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.border-y-rose-400\/25{
  border-top-color: rgb(251 113 133 / 0.25);
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.border-y-rose-400\/30{
  border-top-color: rgb(251 113 133 / 0.3);
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.border-y-rose-400\/35{
  border-top-color: rgb(251 113 133 / 0.35);
  border-bottom-color: rgb(251 113 133 / 0.35);
}

.border-y-rose-400\/40{
  border-top-color: rgb(251 113 133 / 0.4);
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.border-y-rose-400\/45{
  border-top-color: rgb(251 113 133 / 0.45);
  border-bottom-color: rgb(251 113 133 / 0.45);
}

.border-y-rose-400\/5{
  border-top-color: rgb(251 113 133 / 0.05);
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.border-y-rose-400\/50{
  border-top-color: rgb(251 113 133 / 0.5);
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.border-y-rose-400\/55{
  border-top-color: rgb(251 113 133 / 0.55);
  border-bottom-color: rgb(251 113 133 / 0.55);
}

.border-y-rose-400\/60{
  border-top-color: rgb(251 113 133 / 0.6);
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.border-y-rose-400\/65{
  border-top-color: rgb(251 113 133 / 0.65);
  border-bottom-color: rgb(251 113 133 / 0.65);
}

.border-y-rose-400\/70{
  border-top-color: rgb(251 113 133 / 0.7);
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.border-y-rose-400\/75{
  border-top-color: rgb(251 113 133 / 0.75);
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.border-y-rose-400\/80{
  border-top-color: rgb(251 113 133 / 0.8);
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.border-y-rose-400\/85{
  border-top-color: rgb(251 113 133 / 0.85);
  border-bottom-color: rgb(251 113 133 / 0.85);
}

.border-y-rose-400\/90{
  border-top-color: rgb(251 113 133 / 0.9);
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.border-y-rose-400\/95{
  border-top-color: rgb(251 113 133 / 0.95);
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.border-y-rose-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(255 241 242 / 0.15);
  border-bottom-color: rgb(255 241 242 / 0.15);
}

.border-y-rose-50\/20{
  border-top-color: rgb(255 241 242 / 0.2);
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.border-y-rose-50\/25{
  border-top-color: rgb(255 241 242 / 0.25);
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.border-y-rose-50\/30{
  border-top-color: rgb(255 241 242 / 0.3);
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.border-y-rose-50\/35{
  border-top-color: rgb(255 241 242 / 0.35);
  border-bottom-color: rgb(255 241 242 / 0.35);
}

.border-y-rose-50\/40{
  border-top-color: rgb(255 241 242 / 0.4);
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.border-y-rose-50\/45{
  border-top-color: rgb(255 241 242 / 0.45);
  border-bottom-color: rgb(255 241 242 / 0.45);
}

.border-y-rose-50\/5{
  border-top-color: rgb(255 241 242 / 0.05);
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.border-y-rose-50\/50{
  border-top-color: rgb(255 241 242 / 0.5);
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.border-y-rose-50\/55{
  border-top-color: rgb(255 241 242 / 0.55);
  border-bottom-color: rgb(255 241 242 / 0.55);
}

.border-y-rose-50\/60{
  border-top-color: rgb(255 241 242 / 0.6);
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.border-y-rose-50\/65{
  border-top-color: rgb(255 241 242 / 0.65);
  border-bottom-color: rgb(255 241 242 / 0.65);
}

.border-y-rose-50\/70{
  border-top-color: rgb(255 241 242 / 0.7);
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.border-y-rose-50\/75{
  border-top-color: rgb(255 241 242 / 0.75);
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.border-y-rose-50\/80{
  border-top-color: rgb(255 241 242 / 0.8);
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.border-y-rose-50\/85{
  border-top-color: rgb(255 241 242 / 0.85);
  border-bottom-color: rgb(255 241 242 / 0.85);
}

.border-y-rose-50\/90{
  border-top-color: rgb(255 241 242 / 0.9);
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.border-y-rose-50\/95{
  border-top-color: rgb(255 241 242 / 0.95);
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.border-y-rose-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(244 63 94 / 0.15);
  border-bottom-color: rgb(244 63 94 / 0.15);
}

.border-y-rose-500\/20{
  border-top-color: rgb(244 63 94 / 0.2);
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.border-y-rose-500\/25{
  border-top-color: rgb(244 63 94 / 0.25);
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.border-y-rose-500\/30{
  border-top-color: rgb(244 63 94 / 0.3);
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.border-y-rose-500\/35{
  border-top-color: rgb(244 63 94 / 0.35);
  border-bottom-color: rgb(244 63 94 / 0.35);
}

.border-y-rose-500\/40{
  border-top-color: rgb(244 63 94 / 0.4);
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.border-y-rose-500\/45{
  border-top-color: rgb(244 63 94 / 0.45);
  border-bottom-color: rgb(244 63 94 / 0.45);
}

.border-y-rose-500\/5{
  border-top-color: rgb(244 63 94 / 0.05);
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.border-y-rose-500\/50{
  border-top-color: rgb(244 63 94 / 0.5);
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.border-y-rose-500\/55{
  border-top-color: rgb(244 63 94 / 0.55);
  border-bottom-color: rgb(244 63 94 / 0.55);
}

.border-y-rose-500\/60{
  border-top-color: rgb(244 63 94 / 0.6);
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.border-y-rose-500\/65{
  border-top-color: rgb(244 63 94 / 0.65);
  border-bottom-color: rgb(244 63 94 / 0.65);
}

.border-y-rose-500\/70{
  border-top-color: rgb(244 63 94 / 0.7);
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.border-y-rose-500\/75{
  border-top-color: rgb(244 63 94 / 0.75);
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.border-y-rose-500\/80{
  border-top-color: rgb(244 63 94 / 0.8);
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.border-y-rose-500\/85{
  border-top-color: rgb(244 63 94 / 0.85);
  border-bottom-color: rgb(244 63 94 / 0.85);
}

.border-y-rose-500\/90{
  border-top-color: rgb(244 63 94 / 0.9);
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.border-y-rose-500\/95{
  border-top-color: rgb(244 63 94 / 0.95);
  border-bottom-color: rgb(244 63 94 / 0.95);
}

.border-y-rose-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(225 29 72 / 0.15);
  border-bottom-color: rgb(225 29 72 / 0.15);
}

.border-y-rose-600\/20{
  border-top-color: rgb(225 29 72 / 0.2);
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.border-y-rose-600\/25{
  border-top-color: rgb(225 29 72 / 0.25);
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.border-y-rose-600\/30{
  border-top-color: rgb(225 29 72 / 0.3);
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.border-y-rose-600\/35{
  border-top-color: rgb(225 29 72 / 0.35);
  border-bottom-color: rgb(225 29 72 / 0.35);
}

.border-y-rose-600\/40{
  border-top-color: rgb(225 29 72 / 0.4);
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.border-y-rose-600\/45{
  border-top-color: rgb(225 29 72 / 0.45);
  border-bottom-color: rgb(225 29 72 / 0.45);
}

.border-y-rose-600\/5{
  border-top-color: rgb(225 29 72 / 0.05);
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.border-y-rose-600\/50{
  border-top-color: rgb(225 29 72 / 0.5);
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.border-y-rose-600\/55{
  border-top-color: rgb(225 29 72 / 0.55);
  border-bottom-color: rgb(225 29 72 / 0.55);
}

.border-y-rose-600\/60{
  border-top-color: rgb(225 29 72 / 0.6);
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.border-y-rose-600\/65{
  border-top-color: rgb(225 29 72 / 0.65);
  border-bottom-color: rgb(225 29 72 / 0.65);
}

.border-y-rose-600\/70{
  border-top-color: rgb(225 29 72 / 0.7);
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.border-y-rose-600\/75{
  border-top-color: rgb(225 29 72 / 0.75);
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.border-y-rose-600\/80{
  border-top-color: rgb(225 29 72 / 0.8);
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.border-y-rose-600\/85{
  border-top-color: rgb(225 29 72 / 0.85);
  border-bottom-color: rgb(225 29 72 / 0.85);
}

.border-y-rose-600\/90{
  border-top-color: rgb(225 29 72 / 0.9);
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.border-y-rose-600\/95{
  border-top-color: rgb(225 29 72 / 0.95);
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.border-y-rose-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(190 18 60 / 0.15);
  border-bottom-color: rgb(190 18 60 / 0.15);
}

.border-y-rose-700\/20{
  border-top-color: rgb(190 18 60 / 0.2);
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.border-y-rose-700\/25{
  border-top-color: rgb(190 18 60 / 0.25);
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.border-y-rose-700\/30{
  border-top-color: rgb(190 18 60 / 0.3);
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.border-y-rose-700\/35{
  border-top-color: rgb(190 18 60 / 0.35);
  border-bottom-color: rgb(190 18 60 / 0.35);
}

.border-y-rose-700\/40{
  border-top-color: rgb(190 18 60 / 0.4);
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.border-y-rose-700\/45{
  border-top-color: rgb(190 18 60 / 0.45);
  border-bottom-color: rgb(190 18 60 / 0.45);
}

.border-y-rose-700\/5{
  border-top-color: rgb(190 18 60 / 0.05);
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.border-y-rose-700\/50{
  border-top-color: rgb(190 18 60 / 0.5);
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.border-y-rose-700\/55{
  border-top-color: rgb(190 18 60 / 0.55);
  border-bottom-color: rgb(190 18 60 / 0.55);
}

.border-y-rose-700\/60{
  border-top-color: rgb(190 18 60 / 0.6);
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.border-y-rose-700\/65{
  border-top-color: rgb(190 18 60 / 0.65);
  border-bottom-color: rgb(190 18 60 / 0.65);
}

.border-y-rose-700\/70{
  border-top-color: rgb(190 18 60 / 0.7);
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.border-y-rose-700\/75{
  border-top-color: rgb(190 18 60 / 0.75);
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.border-y-rose-700\/80{
  border-top-color: rgb(190 18 60 / 0.8);
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.border-y-rose-700\/85{
  border-top-color: rgb(190 18 60 / 0.85);
  border-bottom-color: rgb(190 18 60 / 0.85);
}

.border-y-rose-700\/90{
  border-top-color: rgb(190 18 60 / 0.9);
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.border-y-rose-700\/95{
  border-top-color: rgb(190 18 60 / 0.95);
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.border-y-rose-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(159 18 57 / 0.15);
  border-bottom-color: rgb(159 18 57 / 0.15);
}

.border-y-rose-800\/20{
  border-top-color: rgb(159 18 57 / 0.2);
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.border-y-rose-800\/25{
  border-top-color: rgb(159 18 57 / 0.25);
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.border-y-rose-800\/30{
  border-top-color: rgb(159 18 57 / 0.3);
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.border-y-rose-800\/35{
  border-top-color: rgb(159 18 57 / 0.35);
  border-bottom-color: rgb(159 18 57 / 0.35);
}

.border-y-rose-800\/40{
  border-top-color: rgb(159 18 57 / 0.4);
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.border-y-rose-800\/45{
  border-top-color: rgb(159 18 57 / 0.45);
  border-bottom-color: rgb(159 18 57 / 0.45);
}

.border-y-rose-800\/5{
  border-top-color: rgb(159 18 57 / 0.05);
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.border-y-rose-800\/50{
  border-top-color: rgb(159 18 57 / 0.5);
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.border-y-rose-800\/55{
  border-top-color: rgb(159 18 57 / 0.55);
  border-bottom-color: rgb(159 18 57 / 0.55);
}

.border-y-rose-800\/60{
  border-top-color: rgb(159 18 57 / 0.6);
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.border-y-rose-800\/65{
  border-top-color: rgb(159 18 57 / 0.65);
  border-bottom-color: rgb(159 18 57 / 0.65);
}

.border-y-rose-800\/70{
  border-top-color: rgb(159 18 57 / 0.7);
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.border-y-rose-800\/75{
  border-top-color: rgb(159 18 57 / 0.75);
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.border-y-rose-800\/80{
  border-top-color: rgb(159 18 57 / 0.8);
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.border-y-rose-800\/85{
  border-top-color: rgb(159 18 57 / 0.85);
  border-bottom-color: rgb(159 18 57 / 0.85);
}

.border-y-rose-800\/90{
  border-top-color: rgb(159 18 57 / 0.9);
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.border-y-rose-800\/95{
  border-top-color: rgb(159 18 57 / 0.95);
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.border-y-rose-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(136 19 55 / 0.15);
  border-bottom-color: rgb(136 19 55 / 0.15);
}

.border-y-rose-900\/20{
  border-top-color: rgb(136 19 55 / 0.2);
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.border-y-rose-900\/25{
  border-top-color: rgb(136 19 55 / 0.25);
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.border-y-rose-900\/30{
  border-top-color: rgb(136 19 55 / 0.3);
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.border-y-rose-900\/35{
  border-top-color: rgb(136 19 55 / 0.35);
  border-bottom-color: rgb(136 19 55 / 0.35);
}

.border-y-rose-900\/40{
  border-top-color: rgb(136 19 55 / 0.4);
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.border-y-rose-900\/45{
  border-top-color: rgb(136 19 55 / 0.45);
  border-bottom-color: rgb(136 19 55 / 0.45);
}

.border-y-rose-900\/5{
  border-top-color: rgb(136 19 55 / 0.05);
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.border-y-rose-900\/50{
  border-top-color: rgb(136 19 55 / 0.5);
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.border-y-rose-900\/55{
  border-top-color: rgb(136 19 55 / 0.55);
  border-bottom-color: rgb(136 19 55 / 0.55);
}

.border-y-rose-900\/60{
  border-top-color: rgb(136 19 55 / 0.6);
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.border-y-rose-900\/65{
  border-top-color: rgb(136 19 55 / 0.65);
  border-bottom-color: rgb(136 19 55 / 0.65);
}

.border-y-rose-900\/70{
  border-top-color: rgb(136 19 55 / 0.7);
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.border-y-rose-900\/75{
  border-top-color: rgb(136 19 55 / 0.75);
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.border-y-rose-900\/80{
  border-top-color: rgb(136 19 55 / 0.8);
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.border-y-rose-900\/85{
  border-top-color: rgb(136 19 55 / 0.85);
  border-bottom-color: rgb(136 19 55 / 0.85);
}

.border-y-rose-900\/90{
  border-top-color: rgb(136 19 55 / 0.9);
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.border-y-rose-900\/95{
  border-top-color: rgb(136 19 55 / 0.95);
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.border-y-rose-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(76 5 25 / 0.15);
  border-bottom-color: rgb(76 5 25 / 0.15);
}

.border-y-rose-950\/20{
  border-top-color: rgb(76 5 25 / 0.2);
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.border-y-rose-950\/25{
  border-top-color: rgb(76 5 25 / 0.25);
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.border-y-rose-950\/30{
  border-top-color: rgb(76 5 25 / 0.3);
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.border-y-rose-950\/35{
  border-top-color: rgb(76 5 25 / 0.35);
  border-bottom-color: rgb(76 5 25 / 0.35);
}

.border-y-rose-950\/40{
  border-top-color: rgb(76 5 25 / 0.4);
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.border-y-rose-950\/45{
  border-top-color: rgb(76 5 25 / 0.45);
  border-bottom-color: rgb(76 5 25 / 0.45);
}

.border-y-rose-950\/5{
  border-top-color: rgb(76 5 25 / 0.05);
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.border-y-rose-950\/50{
  border-top-color: rgb(76 5 25 / 0.5);
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.border-y-rose-950\/55{
  border-top-color: rgb(76 5 25 / 0.55);
  border-bottom-color: rgb(76 5 25 / 0.55);
}

.border-y-rose-950\/60{
  border-top-color: rgb(76 5 25 / 0.6);
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.border-y-rose-950\/65{
  border-top-color: rgb(76 5 25 / 0.65);
  border-bottom-color: rgb(76 5 25 / 0.65);
}

.border-y-rose-950\/70{
  border-top-color: rgb(76 5 25 / 0.7);
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.border-y-rose-950\/75{
  border-top-color: rgb(76 5 25 / 0.75);
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.border-y-rose-950\/80{
  border-top-color: rgb(76 5 25 / 0.8);
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.border-y-rose-950\/85{
  border-top-color: rgb(76 5 25 / 0.85);
  border-bottom-color: rgb(76 5 25 / 0.85);
}

.border-y-rose-950\/90{
  border-top-color: rgb(76 5 25 / 0.9);
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.border-y-rose-950\/95{
  border-top-color: rgb(76 5 25 / 0.95);
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.border-y-secondary{
  --tw-border-opacity: 1;
  border-top-color: rgb(141 147 167 / var(--tw-border-opacity));
  border-bottom-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.border-y-secondary\/0{
  border-top-color: rgb(141 147 167 / 0);
  border-bottom-color: rgb(141 147 167 / 0);
}

.border-y-secondary\/10{
  border-top-color: rgb(141 147 167 / 0.1);
  border-bottom-color: rgb(141 147 167 / 0.1);
}

.border-y-secondary\/100{
  border-top-color: rgb(141 147 167 / 1);
  border-bottom-color: rgb(141 147 167 / 1);
}

.border-y-secondary\/15{
  border-top-color: rgb(141 147 167 / 0.15);
  border-bottom-color: rgb(141 147 167 / 0.15);
}

.border-y-secondary\/20{
  border-top-color: rgb(141 147 167 / 0.2);
  border-bottom-color: rgb(141 147 167 / 0.2);
}

.border-y-secondary\/25{
  border-top-color: rgb(141 147 167 / 0.25);
  border-bottom-color: rgb(141 147 167 / 0.25);
}

.border-y-secondary\/30{
  border-top-color: rgb(141 147 167 / 0.3);
  border-bottom-color: rgb(141 147 167 / 0.3);
}

.border-y-secondary\/35{
  border-top-color: rgb(141 147 167 / 0.35);
  border-bottom-color: rgb(141 147 167 / 0.35);
}

.border-y-secondary\/40{
  border-top-color: rgb(141 147 167 / 0.4);
  border-bottom-color: rgb(141 147 167 / 0.4);
}

.border-y-secondary\/45{
  border-top-color: rgb(141 147 167 / 0.45);
  border-bottom-color: rgb(141 147 167 / 0.45);
}

.border-y-secondary\/5{
  border-top-color: rgb(141 147 167 / 0.05);
  border-bottom-color: rgb(141 147 167 / 0.05);
}

.border-y-secondary\/50{
  border-top-color: rgb(141 147 167 / 0.5);
  border-bottom-color: rgb(141 147 167 / 0.5);
}

.border-y-secondary\/55{
  border-top-color: rgb(141 147 167 / 0.55);
  border-bottom-color: rgb(141 147 167 / 0.55);
}

.border-y-secondary\/60{
  border-top-color: rgb(141 147 167 / 0.6);
  border-bottom-color: rgb(141 147 167 / 0.6);
}

.border-y-secondary\/65{
  border-top-color: rgb(141 147 167 / 0.65);
  border-bottom-color: rgb(141 147 167 / 0.65);
}

.border-y-secondary\/70{
  border-top-color: rgb(141 147 167 / 0.7);
  border-bottom-color: rgb(141 147 167 / 0.7);
}

.border-y-secondary\/75{
  border-top-color: rgb(141 147 167 / 0.75);
  border-bottom-color: rgb(141 147 167 / 0.75);
}

.border-y-secondary\/80{
  border-top-color: rgb(141 147 167 / 0.8);
  border-bottom-color: rgb(141 147 167 / 0.8);
}

.border-y-secondary\/85{
  border-top-color: rgb(141 147 167 / 0.85);
  border-bottom-color: rgb(141 147 167 / 0.85);
}

.border-y-secondary\/90{
  border-top-color: rgb(141 147 167 / 0.9);
  border-bottom-color: rgb(141 147 167 / 0.9);
}

.border-y-secondary\/95{
  border-top-color: rgb(141 147 167 / 0.95);
  border-bottom-color: rgb(141 147 167 / 0.95);
}

.border-y-senary{
  --tw-border-opacity: 1;
  border-top-color: rgb(73 134 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.border-y-senary\/0{
  border-top-color: rgb(73 134 231 / 0);
  border-bottom-color: rgb(73 134 231 / 0);
}

.border-y-senary\/10{
  border-top-color: rgb(73 134 231 / 0.1);
  border-bottom-color: rgb(73 134 231 / 0.1);
}

.border-y-senary\/100{
  border-top-color: rgb(73 134 231 / 1);
  border-bottom-color: rgb(73 134 231 / 1);
}

.border-y-senary\/15{
  border-top-color: rgb(73 134 231 / 0.15);
  border-bottom-color: rgb(73 134 231 / 0.15);
}

.border-y-senary\/20{
  border-top-color: rgb(73 134 231 / 0.2);
  border-bottom-color: rgb(73 134 231 / 0.2);
}

.border-y-senary\/25{
  border-top-color: rgb(73 134 231 / 0.25);
  border-bottom-color: rgb(73 134 231 / 0.25);
}

.border-y-senary\/30{
  border-top-color: rgb(73 134 231 / 0.3);
  border-bottom-color: rgb(73 134 231 / 0.3);
}

.border-y-senary\/35{
  border-top-color: rgb(73 134 231 / 0.35);
  border-bottom-color: rgb(73 134 231 / 0.35);
}

.border-y-senary\/40{
  border-top-color: rgb(73 134 231 / 0.4);
  border-bottom-color: rgb(73 134 231 / 0.4);
}

.border-y-senary\/45{
  border-top-color: rgb(73 134 231 / 0.45);
  border-bottom-color: rgb(73 134 231 / 0.45);
}

.border-y-senary\/5{
  border-top-color: rgb(73 134 231 / 0.05);
  border-bottom-color: rgb(73 134 231 / 0.05);
}

.border-y-senary\/50{
  border-top-color: rgb(73 134 231 / 0.5);
  border-bottom-color: rgb(73 134 231 / 0.5);
}

.border-y-senary\/55{
  border-top-color: rgb(73 134 231 / 0.55);
  border-bottom-color: rgb(73 134 231 / 0.55);
}

.border-y-senary\/60{
  border-top-color: rgb(73 134 231 / 0.6);
  border-bottom-color: rgb(73 134 231 / 0.6);
}

.border-y-senary\/65{
  border-top-color: rgb(73 134 231 / 0.65);
  border-bottom-color: rgb(73 134 231 / 0.65);
}

.border-y-senary\/70{
  border-top-color: rgb(73 134 231 / 0.7);
  border-bottom-color: rgb(73 134 231 / 0.7);
}

.border-y-senary\/75{
  border-top-color: rgb(73 134 231 / 0.75);
  border-bottom-color: rgb(73 134 231 / 0.75);
}

.border-y-senary\/80{
  border-top-color: rgb(73 134 231 / 0.8);
  border-bottom-color: rgb(73 134 231 / 0.8);
}

.border-y-senary\/85{
  border-top-color: rgb(73 134 231 / 0.85);
  border-bottom-color: rgb(73 134 231 / 0.85);
}

.border-y-senary\/90{
  border-top-color: rgb(73 134 231 / 0.9);
  border-bottom-color: rgb(73 134 231 / 0.9);
}

.border-y-senary\/95{
  border-top-color: rgb(73 134 231 / 0.95);
  border-bottom-color: rgb(73 134 231 / 0.95);
}

.border-y-septenary{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 88 129 / var(--tw-border-opacity));
  border-bottom-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.border-y-septenary\/0{
  border-top-color: rgb(49 88 129 / 0);
  border-bottom-color: rgb(49 88 129 / 0);
}

.border-y-septenary\/10{
  border-top-color: rgb(49 88 129 / 0.1);
  border-bottom-color: rgb(49 88 129 / 0.1);
}

.border-y-septenary\/100{
  border-top-color: rgb(49 88 129 / 1);
  border-bottom-color: rgb(49 88 129 / 1);
}

.border-y-septenary\/15{
  border-top-color: rgb(49 88 129 / 0.15);
  border-bottom-color: rgb(49 88 129 / 0.15);
}

.border-y-septenary\/20{
  border-top-color: rgb(49 88 129 / 0.2);
  border-bottom-color: rgb(49 88 129 / 0.2);
}

.border-y-septenary\/25{
  border-top-color: rgb(49 88 129 / 0.25);
  border-bottom-color: rgb(49 88 129 / 0.25);
}

.border-y-septenary\/30{
  border-top-color: rgb(49 88 129 / 0.3);
  border-bottom-color: rgb(49 88 129 / 0.3);
}

.border-y-septenary\/35{
  border-top-color: rgb(49 88 129 / 0.35);
  border-bottom-color: rgb(49 88 129 / 0.35);
}

.border-y-septenary\/40{
  border-top-color: rgb(49 88 129 / 0.4);
  border-bottom-color: rgb(49 88 129 / 0.4);
}

.border-y-septenary\/45{
  border-top-color: rgb(49 88 129 / 0.45);
  border-bottom-color: rgb(49 88 129 / 0.45);
}

.border-y-septenary\/5{
  border-top-color: rgb(49 88 129 / 0.05);
  border-bottom-color: rgb(49 88 129 / 0.05);
}

.border-y-septenary\/50{
  border-top-color: rgb(49 88 129 / 0.5);
  border-bottom-color: rgb(49 88 129 / 0.5);
}

.border-y-septenary\/55{
  border-top-color: rgb(49 88 129 / 0.55);
  border-bottom-color: rgb(49 88 129 / 0.55);
}

.border-y-septenary\/60{
  border-top-color: rgb(49 88 129 / 0.6);
  border-bottom-color: rgb(49 88 129 / 0.6);
}

.border-y-septenary\/65{
  border-top-color: rgb(49 88 129 / 0.65);
  border-bottom-color: rgb(49 88 129 / 0.65);
}

.border-y-septenary\/70{
  border-top-color: rgb(49 88 129 / 0.7);
  border-bottom-color: rgb(49 88 129 / 0.7);
}

.border-y-septenary\/75{
  border-top-color: rgb(49 88 129 / 0.75);
  border-bottom-color: rgb(49 88 129 / 0.75);
}

.border-y-septenary\/80{
  border-top-color: rgb(49 88 129 / 0.8);
  border-bottom-color: rgb(49 88 129 / 0.8);
}

.border-y-septenary\/85{
  border-top-color: rgb(49 88 129 / 0.85);
  border-bottom-color: rgb(49 88 129 / 0.85);
}

.border-y-septenary\/90{
  border-top-color: rgb(49 88 129 / 0.9);
  border-bottom-color: rgb(49 88 129 / 0.9);
}

.border-y-septenary\/95{
  border-top-color: rgb(49 88 129 / 0.95);
  border-bottom-color: rgb(49 88 129 / 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\/15{
  border-top-color: rgb(224 242 254 / 0.15);
  border-bottom-color: rgb(224 242 254 / 0.15);
}

.border-y-sky-100\/20{
  border-top-color: rgb(224 242 254 / 0.2);
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.border-y-sky-100\/25{
  border-top-color: rgb(224 242 254 / 0.25);
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.border-y-sky-100\/30{
  border-top-color: rgb(224 242 254 / 0.3);
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.border-y-sky-100\/35{
  border-top-color: rgb(224 242 254 / 0.35);
  border-bottom-color: rgb(224 242 254 / 0.35);
}

.border-y-sky-100\/40{
  border-top-color: rgb(224 242 254 / 0.4);
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.border-y-sky-100\/45{
  border-top-color: rgb(224 242 254 / 0.45);
  border-bottom-color: rgb(224 242 254 / 0.45);
}

.border-y-sky-100\/5{
  border-top-color: rgb(224 242 254 / 0.05);
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.border-y-sky-100\/50{
  border-top-color: rgb(224 242 254 / 0.5);
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.border-y-sky-100\/55{
  border-top-color: rgb(224 242 254 / 0.55);
  border-bottom-color: rgb(224 242 254 / 0.55);
}

.border-y-sky-100\/60{
  border-top-color: rgb(224 242 254 / 0.6);
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.border-y-sky-100\/65{
  border-top-color: rgb(224 242 254 / 0.65);
  border-bottom-color: rgb(224 242 254 / 0.65);
}

.border-y-sky-100\/70{
  border-top-color: rgb(224 242 254 / 0.7);
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.border-y-sky-100\/75{
  border-top-color: rgb(224 242 254 / 0.75);
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.border-y-sky-100\/80{
  border-top-color: rgb(224 242 254 / 0.8);
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.border-y-sky-100\/85{
  border-top-color: rgb(224 242 254 / 0.85);
  border-bottom-color: rgb(224 242 254 / 0.85);
}

.border-y-sky-100\/90{
  border-top-color: rgb(224 242 254 / 0.9);
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.border-y-sky-100\/95{
  border-top-color: rgb(224 242 254 / 0.95);
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.border-y-sky-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(186 230 253 / 0.15);
  border-bottom-color: rgb(186 230 253 / 0.15);
}

.border-y-sky-200\/20{
  border-top-color: rgb(186 230 253 / 0.2);
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.border-y-sky-200\/25{
  border-top-color: rgb(186 230 253 / 0.25);
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.border-y-sky-200\/30{
  border-top-color: rgb(186 230 253 / 0.3);
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.border-y-sky-200\/35{
  border-top-color: rgb(186 230 253 / 0.35);
  border-bottom-color: rgb(186 230 253 / 0.35);
}

.border-y-sky-200\/40{
  border-top-color: rgb(186 230 253 / 0.4);
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.border-y-sky-200\/45{
  border-top-color: rgb(186 230 253 / 0.45);
  border-bottom-color: rgb(186 230 253 / 0.45);
}

.border-y-sky-200\/5{
  border-top-color: rgb(186 230 253 / 0.05);
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.border-y-sky-200\/50{
  border-top-color: rgb(186 230 253 / 0.5);
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.border-y-sky-200\/55{
  border-top-color: rgb(186 230 253 / 0.55);
  border-bottom-color: rgb(186 230 253 / 0.55);
}

.border-y-sky-200\/60{
  border-top-color: rgb(186 230 253 / 0.6);
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.border-y-sky-200\/65{
  border-top-color: rgb(186 230 253 / 0.65);
  border-bottom-color: rgb(186 230 253 / 0.65);
}

.border-y-sky-200\/70{
  border-top-color: rgb(186 230 253 / 0.7);
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.border-y-sky-200\/75{
  border-top-color: rgb(186 230 253 / 0.75);
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.border-y-sky-200\/80{
  border-top-color: rgb(186 230 253 / 0.8);
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.border-y-sky-200\/85{
  border-top-color: rgb(186 230 253 / 0.85);
  border-bottom-color: rgb(186 230 253 / 0.85);
}

.border-y-sky-200\/90{
  border-top-color: rgb(186 230 253 / 0.9);
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.border-y-sky-200\/95{
  border-top-color: rgb(186 230 253 / 0.95);
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.border-y-sky-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(125 211 252 / 0.15);
  border-bottom-color: rgb(125 211 252 / 0.15);
}

.border-y-sky-300\/20{
  border-top-color: rgb(125 211 252 / 0.2);
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.border-y-sky-300\/25{
  border-top-color: rgb(125 211 252 / 0.25);
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.border-y-sky-300\/30{
  border-top-color: rgb(125 211 252 / 0.3);
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.border-y-sky-300\/35{
  border-top-color: rgb(125 211 252 / 0.35);
  border-bottom-color: rgb(125 211 252 / 0.35);
}

.border-y-sky-300\/40{
  border-top-color: rgb(125 211 252 / 0.4);
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.border-y-sky-300\/45{
  border-top-color: rgb(125 211 252 / 0.45);
  border-bottom-color: rgb(125 211 252 / 0.45);
}

.border-y-sky-300\/5{
  border-top-color: rgb(125 211 252 / 0.05);
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.border-y-sky-300\/50{
  border-top-color: rgb(125 211 252 / 0.5);
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.border-y-sky-300\/55{
  border-top-color: rgb(125 211 252 / 0.55);
  border-bottom-color: rgb(125 211 252 / 0.55);
}

.border-y-sky-300\/60{
  border-top-color: rgb(125 211 252 / 0.6);
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.border-y-sky-300\/65{
  border-top-color: rgb(125 211 252 / 0.65);
  border-bottom-color: rgb(125 211 252 / 0.65);
}

.border-y-sky-300\/70{
  border-top-color: rgb(125 211 252 / 0.7);
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.border-y-sky-300\/75{
  border-top-color: rgb(125 211 252 / 0.75);
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.border-y-sky-300\/80{
  border-top-color: rgb(125 211 252 / 0.8);
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.border-y-sky-300\/85{
  border-top-color: rgb(125 211 252 / 0.85);
  border-bottom-color: rgb(125 211 252 / 0.85);
}

.border-y-sky-300\/90{
  border-top-color: rgb(125 211 252 / 0.9);
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.border-y-sky-300\/95{
  border-top-color: rgb(125 211 252 / 0.95);
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.border-y-sky-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(56 189 248 / 0.15);
  border-bottom-color: rgb(56 189 248 / 0.15);
}

.border-y-sky-400\/20{
  border-top-color: rgb(56 189 248 / 0.2);
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.border-y-sky-400\/25{
  border-top-color: rgb(56 189 248 / 0.25);
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.border-y-sky-400\/30{
  border-top-color: rgb(56 189 248 / 0.3);
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.border-y-sky-400\/35{
  border-top-color: rgb(56 189 248 / 0.35);
  border-bottom-color: rgb(56 189 248 / 0.35);
}

.border-y-sky-400\/40{
  border-top-color: rgb(56 189 248 / 0.4);
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.border-y-sky-400\/45{
  border-top-color: rgb(56 189 248 / 0.45);
  border-bottom-color: rgb(56 189 248 / 0.45);
}

.border-y-sky-400\/5{
  border-top-color: rgb(56 189 248 / 0.05);
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.border-y-sky-400\/50{
  border-top-color: rgb(56 189 248 / 0.5);
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.border-y-sky-400\/55{
  border-top-color: rgb(56 189 248 / 0.55);
  border-bottom-color: rgb(56 189 248 / 0.55);
}

.border-y-sky-400\/60{
  border-top-color: rgb(56 189 248 / 0.6);
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.border-y-sky-400\/65{
  border-top-color: rgb(56 189 248 / 0.65);
  border-bottom-color: rgb(56 189 248 / 0.65);
}

.border-y-sky-400\/70{
  border-top-color: rgb(56 189 248 / 0.7);
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.border-y-sky-400\/75{
  border-top-color: rgb(56 189 248 / 0.75);
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.border-y-sky-400\/80{
  border-top-color: rgb(56 189 248 / 0.8);
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.border-y-sky-400\/85{
  border-top-color: rgb(56 189 248 / 0.85);
  border-bottom-color: rgb(56 189 248 / 0.85);
}

.border-y-sky-400\/90{
  border-top-color: rgb(56 189 248 / 0.9);
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.border-y-sky-400\/95{
  border-top-color: rgb(56 189 248 / 0.95);
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.border-y-sky-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(240 249 255 / 0.15);
  border-bottom-color: rgb(240 249 255 / 0.15);
}

.border-y-sky-50\/20{
  border-top-color: rgb(240 249 255 / 0.2);
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.border-y-sky-50\/25{
  border-top-color: rgb(240 249 255 / 0.25);
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.border-y-sky-50\/30{
  border-top-color: rgb(240 249 255 / 0.3);
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.border-y-sky-50\/35{
  border-top-color: rgb(240 249 255 / 0.35);
  border-bottom-color: rgb(240 249 255 / 0.35);
}

.border-y-sky-50\/40{
  border-top-color: rgb(240 249 255 / 0.4);
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.border-y-sky-50\/45{
  border-top-color: rgb(240 249 255 / 0.45);
  border-bottom-color: rgb(240 249 255 / 0.45);
}

.border-y-sky-50\/5{
  border-top-color: rgb(240 249 255 / 0.05);
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.border-y-sky-50\/50{
  border-top-color: rgb(240 249 255 / 0.5);
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.border-y-sky-50\/55{
  border-top-color: rgb(240 249 255 / 0.55);
  border-bottom-color: rgb(240 249 255 / 0.55);
}

.border-y-sky-50\/60{
  border-top-color: rgb(240 249 255 / 0.6);
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.border-y-sky-50\/65{
  border-top-color: rgb(240 249 255 / 0.65);
  border-bottom-color: rgb(240 249 255 / 0.65);
}

.border-y-sky-50\/70{
  border-top-color: rgb(240 249 255 / 0.7);
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.border-y-sky-50\/75{
  border-top-color: rgb(240 249 255 / 0.75);
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.border-y-sky-50\/80{
  border-top-color: rgb(240 249 255 / 0.8);
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.border-y-sky-50\/85{
  border-top-color: rgb(240 249 255 / 0.85);
  border-bottom-color: rgb(240 249 255 / 0.85);
}

.border-y-sky-50\/90{
  border-top-color: rgb(240 249 255 / 0.9);
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.border-y-sky-50\/95{
  border-top-color: rgb(240 249 255 / 0.95);
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.border-y-sky-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(14 165 233 / 0.15);
  border-bottom-color: rgb(14 165 233 / 0.15);
}

.border-y-sky-500\/20{
  border-top-color: rgb(14 165 233 / 0.2);
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.border-y-sky-500\/25{
  border-top-color: rgb(14 165 233 / 0.25);
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.border-y-sky-500\/30{
  border-top-color: rgb(14 165 233 / 0.3);
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.border-y-sky-500\/35{
  border-top-color: rgb(14 165 233 / 0.35);
  border-bottom-color: rgb(14 165 233 / 0.35);
}

.border-y-sky-500\/40{
  border-top-color: rgb(14 165 233 / 0.4);
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.border-y-sky-500\/45{
  border-top-color: rgb(14 165 233 / 0.45);
  border-bottom-color: rgb(14 165 233 / 0.45);
}

.border-y-sky-500\/5{
  border-top-color: rgb(14 165 233 / 0.05);
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.border-y-sky-500\/50{
  border-top-color: rgb(14 165 233 / 0.5);
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.border-y-sky-500\/55{
  border-top-color: rgb(14 165 233 / 0.55);
  border-bottom-color: rgb(14 165 233 / 0.55);
}

.border-y-sky-500\/60{
  border-top-color: rgb(14 165 233 / 0.6);
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.border-y-sky-500\/65{
  border-top-color: rgb(14 165 233 / 0.65);
  border-bottom-color: rgb(14 165 233 / 0.65);
}

.border-y-sky-500\/70{
  border-top-color: rgb(14 165 233 / 0.7);
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.border-y-sky-500\/75{
  border-top-color: rgb(14 165 233 / 0.75);
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.border-y-sky-500\/80{
  border-top-color: rgb(14 165 233 / 0.8);
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.border-y-sky-500\/85{
  border-top-color: rgb(14 165 233 / 0.85);
  border-bottom-color: rgb(14 165 233 / 0.85);
}

.border-y-sky-500\/90{
  border-top-color: rgb(14 165 233 / 0.9);
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.border-y-sky-500\/95{
  border-top-color: rgb(14 165 233 / 0.95);
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.border-y-sky-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(2 132 199 / 0.15);
  border-bottom-color: rgb(2 132 199 / 0.15);
}

.border-y-sky-600\/20{
  border-top-color: rgb(2 132 199 / 0.2);
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.border-y-sky-600\/25{
  border-top-color: rgb(2 132 199 / 0.25);
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.border-y-sky-600\/30{
  border-top-color: rgb(2 132 199 / 0.3);
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.border-y-sky-600\/35{
  border-top-color: rgb(2 132 199 / 0.35);
  border-bottom-color: rgb(2 132 199 / 0.35);
}

.border-y-sky-600\/40{
  border-top-color: rgb(2 132 199 / 0.4);
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.border-y-sky-600\/45{
  border-top-color: rgb(2 132 199 / 0.45);
  border-bottom-color: rgb(2 132 199 / 0.45);
}

.border-y-sky-600\/5{
  border-top-color: rgb(2 132 199 / 0.05);
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.border-y-sky-600\/50{
  border-top-color: rgb(2 132 199 / 0.5);
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.border-y-sky-600\/55{
  border-top-color: rgb(2 132 199 / 0.55);
  border-bottom-color: rgb(2 132 199 / 0.55);
}

.border-y-sky-600\/60{
  border-top-color: rgb(2 132 199 / 0.6);
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.border-y-sky-600\/65{
  border-top-color: rgb(2 132 199 / 0.65);
  border-bottom-color: rgb(2 132 199 / 0.65);
}

.border-y-sky-600\/70{
  border-top-color: rgb(2 132 199 / 0.7);
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.border-y-sky-600\/75{
  border-top-color: rgb(2 132 199 / 0.75);
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.border-y-sky-600\/80{
  border-top-color: rgb(2 132 199 / 0.8);
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.border-y-sky-600\/85{
  border-top-color: rgb(2 132 199 / 0.85);
  border-bottom-color: rgb(2 132 199 / 0.85);
}

.border-y-sky-600\/90{
  border-top-color: rgb(2 132 199 / 0.9);
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.border-y-sky-600\/95{
  border-top-color: rgb(2 132 199 / 0.95);
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.border-y-sky-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(3 105 161 / 0.15);
  border-bottom-color: rgb(3 105 161 / 0.15);
}

.border-y-sky-700\/20{
  border-top-color: rgb(3 105 161 / 0.2);
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.border-y-sky-700\/25{
  border-top-color: rgb(3 105 161 / 0.25);
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.border-y-sky-700\/30{
  border-top-color: rgb(3 105 161 / 0.3);
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.border-y-sky-700\/35{
  border-top-color: rgb(3 105 161 / 0.35);
  border-bottom-color: rgb(3 105 161 / 0.35);
}

.border-y-sky-700\/40{
  border-top-color: rgb(3 105 161 / 0.4);
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.border-y-sky-700\/45{
  border-top-color: rgb(3 105 161 / 0.45);
  border-bottom-color: rgb(3 105 161 / 0.45);
}

.border-y-sky-700\/5{
  border-top-color: rgb(3 105 161 / 0.05);
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.border-y-sky-700\/50{
  border-top-color: rgb(3 105 161 / 0.5);
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.border-y-sky-700\/55{
  border-top-color: rgb(3 105 161 / 0.55);
  border-bottom-color: rgb(3 105 161 / 0.55);
}

.border-y-sky-700\/60{
  border-top-color: rgb(3 105 161 / 0.6);
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.border-y-sky-700\/65{
  border-top-color: rgb(3 105 161 / 0.65);
  border-bottom-color: rgb(3 105 161 / 0.65);
}

.border-y-sky-700\/70{
  border-top-color: rgb(3 105 161 / 0.7);
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.border-y-sky-700\/75{
  border-top-color: rgb(3 105 161 / 0.75);
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.border-y-sky-700\/80{
  border-top-color: rgb(3 105 161 / 0.8);
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.border-y-sky-700\/85{
  border-top-color: rgb(3 105 161 / 0.85);
  border-bottom-color: rgb(3 105 161 / 0.85);
}

.border-y-sky-700\/90{
  border-top-color: rgb(3 105 161 / 0.9);
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.border-y-sky-700\/95{
  border-top-color: rgb(3 105 161 / 0.95);
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.border-y-sky-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(7 89 133 / 0.15);
  border-bottom-color: rgb(7 89 133 / 0.15);
}

.border-y-sky-800\/20{
  border-top-color: rgb(7 89 133 / 0.2);
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.border-y-sky-800\/25{
  border-top-color: rgb(7 89 133 / 0.25);
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.border-y-sky-800\/30{
  border-top-color: rgb(7 89 133 / 0.3);
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.border-y-sky-800\/35{
  border-top-color: rgb(7 89 133 / 0.35);
  border-bottom-color: rgb(7 89 133 / 0.35);
}

.border-y-sky-800\/40{
  border-top-color: rgb(7 89 133 / 0.4);
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.border-y-sky-800\/45{
  border-top-color: rgb(7 89 133 / 0.45);
  border-bottom-color: rgb(7 89 133 / 0.45);
}

.border-y-sky-800\/5{
  border-top-color: rgb(7 89 133 / 0.05);
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.border-y-sky-800\/50{
  border-top-color: rgb(7 89 133 / 0.5);
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.border-y-sky-800\/55{
  border-top-color: rgb(7 89 133 / 0.55);
  border-bottom-color: rgb(7 89 133 / 0.55);
}

.border-y-sky-800\/60{
  border-top-color: rgb(7 89 133 / 0.6);
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.border-y-sky-800\/65{
  border-top-color: rgb(7 89 133 / 0.65);
  border-bottom-color: rgb(7 89 133 / 0.65);
}

.border-y-sky-800\/70{
  border-top-color: rgb(7 89 133 / 0.7);
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.border-y-sky-800\/75{
  border-top-color: rgb(7 89 133 / 0.75);
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.border-y-sky-800\/80{
  border-top-color: rgb(7 89 133 / 0.8);
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.border-y-sky-800\/85{
  border-top-color: rgb(7 89 133 / 0.85);
  border-bottom-color: rgb(7 89 133 / 0.85);
}

.border-y-sky-800\/90{
  border-top-color: rgb(7 89 133 / 0.9);
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.border-y-sky-800\/95{
  border-top-color: rgb(7 89 133 / 0.95);
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.border-y-sky-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(12 74 110 / 0.15);
  border-bottom-color: rgb(12 74 110 / 0.15);
}

.border-y-sky-900\/20{
  border-top-color: rgb(12 74 110 / 0.2);
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.border-y-sky-900\/25{
  border-top-color: rgb(12 74 110 / 0.25);
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.border-y-sky-900\/30{
  border-top-color: rgb(12 74 110 / 0.3);
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.border-y-sky-900\/35{
  border-top-color: rgb(12 74 110 / 0.35);
  border-bottom-color: rgb(12 74 110 / 0.35);
}

.border-y-sky-900\/40{
  border-top-color: rgb(12 74 110 / 0.4);
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.border-y-sky-900\/45{
  border-top-color: rgb(12 74 110 / 0.45);
  border-bottom-color: rgb(12 74 110 / 0.45);
}

.border-y-sky-900\/5{
  border-top-color: rgb(12 74 110 / 0.05);
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.border-y-sky-900\/50{
  border-top-color: rgb(12 74 110 / 0.5);
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.border-y-sky-900\/55{
  border-top-color: rgb(12 74 110 / 0.55);
  border-bottom-color: rgb(12 74 110 / 0.55);
}

.border-y-sky-900\/60{
  border-top-color: rgb(12 74 110 / 0.6);
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.border-y-sky-900\/65{
  border-top-color: rgb(12 74 110 / 0.65);
  border-bottom-color: rgb(12 74 110 / 0.65);
}

.border-y-sky-900\/70{
  border-top-color: rgb(12 74 110 / 0.7);
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.border-y-sky-900\/75{
  border-top-color: rgb(12 74 110 / 0.75);
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.border-y-sky-900\/80{
  border-top-color: rgb(12 74 110 / 0.8);
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.border-y-sky-900\/85{
  border-top-color: rgb(12 74 110 / 0.85);
  border-bottom-color: rgb(12 74 110 / 0.85);
}

.border-y-sky-900\/90{
  border-top-color: rgb(12 74 110 / 0.9);
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.border-y-sky-900\/95{
  border-top-color: rgb(12 74 110 / 0.95);
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.border-y-sky-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(8 47 73 / 0.15);
  border-bottom-color: rgb(8 47 73 / 0.15);
}

.border-y-sky-950\/20{
  border-top-color: rgb(8 47 73 / 0.2);
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.border-y-sky-950\/25{
  border-top-color: rgb(8 47 73 / 0.25);
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.border-y-sky-950\/30{
  border-top-color: rgb(8 47 73 / 0.3);
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.border-y-sky-950\/35{
  border-top-color: rgb(8 47 73 / 0.35);
  border-bottom-color: rgb(8 47 73 / 0.35);
}

.border-y-sky-950\/40{
  border-top-color: rgb(8 47 73 / 0.4);
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.border-y-sky-950\/45{
  border-top-color: rgb(8 47 73 / 0.45);
  border-bottom-color: rgb(8 47 73 / 0.45);
}

.border-y-sky-950\/5{
  border-top-color: rgb(8 47 73 / 0.05);
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.border-y-sky-950\/50{
  border-top-color: rgb(8 47 73 / 0.5);
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.border-y-sky-950\/55{
  border-top-color: rgb(8 47 73 / 0.55);
  border-bottom-color: rgb(8 47 73 / 0.55);
}

.border-y-sky-950\/60{
  border-top-color: rgb(8 47 73 / 0.6);
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.border-y-sky-950\/65{
  border-top-color: rgb(8 47 73 / 0.65);
  border-bottom-color: rgb(8 47 73 / 0.65);
}

.border-y-sky-950\/70{
  border-top-color: rgb(8 47 73 / 0.7);
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.border-y-sky-950\/75{
  border-top-color: rgb(8 47 73 / 0.75);
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.border-y-sky-950\/80{
  border-top-color: rgb(8 47 73 / 0.8);
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.border-y-sky-950\/85{
  border-top-color: rgb(8 47 73 / 0.85);
  border-bottom-color: rgb(8 47 73 / 0.85);
}

.border-y-sky-950\/90{
  border-top-color: rgb(8 47 73 / 0.9);
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.border-y-sky-950\/95{
  border-top-color: rgb(8 47 73 / 0.95);
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.border-y-slate-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(241 245 249 / 0.15);
  border-bottom-color: rgb(241 245 249 / 0.15);
}

.border-y-slate-100\/20{
  border-top-color: rgb(241 245 249 / 0.2);
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.border-y-slate-100\/25{
  border-top-color: rgb(241 245 249 / 0.25);
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.border-y-slate-100\/30{
  border-top-color: rgb(241 245 249 / 0.3);
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.border-y-slate-100\/35{
  border-top-color: rgb(241 245 249 / 0.35);
  border-bottom-color: rgb(241 245 249 / 0.35);
}

.border-y-slate-100\/40{
  border-top-color: rgb(241 245 249 / 0.4);
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.border-y-slate-100\/45{
  border-top-color: rgb(241 245 249 / 0.45);
  border-bottom-color: rgb(241 245 249 / 0.45);
}

.border-y-slate-100\/5{
  border-top-color: rgb(241 245 249 / 0.05);
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.border-y-slate-100\/50{
  border-top-color: rgb(241 245 249 / 0.5);
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.border-y-slate-100\/55{
  border-top-color: rgb(241 245 249 / 0.55);
  border-bottom-color: rgb(241 245 249 / 0.55);
}

.border-y-slate-100\/60{
  border-top-color: rgb(241 245 249 / 0.6);
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.border-y-slate-100\/65{
  border-top-color: rgb(241 245 249 / 0.65);
  border-bottom-color: rgb(241 245 249 / 0.65);
}

.border-y-slate-100\/70{
  border-top-color: rgb(241 245 249 / 0.7);
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.border-y-slate-100\/75{
  border-top-color: rgb(241 245 249 / 0.75);
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.border-y-slate-100\/80{
  border-top-color: rgb(241 245 249 / 0.8);
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.border-y-slate-100\/85{
  border-top-color: rgb(241 245 249 / 0.85);
  border-bottom-color: rgb(241 245 249 / 0.85);
}

.border-y-slate-100\/90{
  border-top-color: rgb(241 245 249 / 0.9);
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.border-y-slate-100\/95{
  border-top-color: rgb(241 245 249 / 0.95);
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.border-y-slate-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(226 232 240 / 0.15);
  border-bottom-color: rgb(226 232 240 / 0.15);
}

.border-y-slate-200\/20{
  border-top-color: rgb(226 232 240 / 0.2);
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.border-y-slate-200\/25{
  border-top-color: rgb(226 232 240 / 0.25);
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.border-y-slate-200\/30{
  border-top-color: rgb(226 232 240 / 0.3);
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.border-y-slate-200\/35{
  border-top-color: rgb(226 232 240 / 0.35);
  border-bottom-color: rgb(226 232 240 / 0.35);
}

.border-y-slate-200\/40{
  border-top-color: rgb(226 232 240 / 0.4);
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.border-y-slate-200\/45{
  border-top-color: rgb(226 232 240 / 0.45);
  border-bottom-color: rgb(226 232 240 / 0.45);
}

.border-y-slate-200\/5{
  border-top-color: rgb(226 232 240 / 0.05);
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.border-y-slate-200\/50{
  border-top-color: rgb(226 232 240 / 0.5);
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.border-y-slate-200\/55{
  border-top-color: rgb(226 232 240 / 0.55);
  border-bottom-color: rgb(226 232 240 / 0.55);
}

.border-y-slate-200\/60{
  border-top-color: rgb(226 232 240 / 0.6);
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.border-y-slate-200\/65{
  border-top-color: rgb(226 232 240 / 0.65);
  border-bottom-color: rgb(226 232 240 / 0.65);
}

.border-y-slate-200\/70{
  border-top-color: rgb(226 232 240 / 0.7);
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.border-y-slate-200\/75{
  border-top-color: rgb(226 232 240 / 0.75);
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.border-y-slate-200\/80{
  border-top-color: rgb(226 232 240 / 0.8);
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.border-y-slate-200\/85{
  border-top-color: rgb(226 232 240 / 0.85);
  border-bottom-color: rgb(226 232 240 / 0.85);
}

.border-y-slate-200\/90{
  border-top-color: rgb(226 232 240 / 0.9);
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.border-y-slate-200\/95{
  border-top-color: rgb(226 232 240 / 0.95);
  border-bottom-color: rgb(226 232 240 / 0.95);
}

.border-y-slate-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(203 213 225 / 0.15);
  border-bottom-color: rgb(203 213 225 / 0.15);
}

.border-y-slate-300\/20{
  border-top-color: rgb(203 213 225 / 0.2);
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.border-y-slate-300\/25{
  border-top-color: rgb(203 213 225 / 0.25);
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.border-y-slate-300\/30{
  border-top-color: rgb(203 213 225 / 0.3);
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.border-y-slate-300\/35{
  border-top-color: rgb(203 213 225 / 0.35);
  border-bottom-color: rgb(203 213 225 / 0.35);
}

.border-y-slate-300\/40{
  border-top-color: rgb(203 213 225 / 0.4);
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.border-y-slate-300\/45{
  border-top-color: rgb(203 213 225 / 0.45);
  border-bottom-color: rgb(203 213 225 / 0.45);
}

.border-y-slate-300\/5{
  border-top-color: rgb(203 213 225 / 0.05);
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.border-y-slate-300\/50{
  border-top-color: rgb(203 213 225 / 0.5);
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.border-y-slate-300\/55{
  border-top-color: rgb(203 213 225 / 0.55);
  border-bottom-color: rgb(203 213 225 / 0.55);
}

.border-y-slate-300\/60{
  border-top-color: rgb(203 213 225 / 0.6);
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.border-y-slate-300\/65{
  border-top-color: rgb(203 213 225 / 0.65);
  border-bottom-color: rgb(203 213 225 / 0.65);
}

.border-y-slate-300\/70{
  border-top-color: rgb(203 213 225 / 0.7);
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.border-y-slate-300\/75{
  border-top-color: rgb(203 213 225 / 0.75);
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.border-y-slate-300\/80{
  border-top-color: rgb(203 213 225 / 0.8);
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.border-y-slate-300\/85{
  border-top-color: rgb(203 213 225 / 0.85);
  border-bottom-color: rgb(203 213 225 / 0.85);
}

.border-y-slate-300\/90{
  border-top-color: rgb(203 213 225 / 0.9);
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.border-y-slate-300\/95{
  border-top-color: rgb(203 213 225 / 0.95);
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.border-y-slate-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(148 163 184 / 0.15);
  border-bottom-color: rgb(148 163 184 / 0.15);
}

.border-y-slate-400\/20{
  border-top-color: rgb(148 163 184 / 0.2);
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.border-y-slate-400\/25{
  border-top-color: rgb(148 163 184 / 0.25);
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.border-y-slate-400\/30{
  border-top-color: rgb(148 163 184 / 0.3);
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.border-y-slate-400\/35{
  border-top-color: rgb(148 163 184 / 0.35);
  border-bottom-color: rgb(148 163 184 / 0.35);
}

.border-y-slate-400\/40{
  border-top-color: rgb(148 163 184 / 0.4);
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.border-y-slate-400\/45{
  border-top-color: rgb(148 163 184 / 0.45);
  border-bottom-color: rgb(148 163 184 / 0.45);
}

.border-y-slate-400\/5{
  border-top-color: rgb(148 163 184 / 0.05);
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.border-y-slate-400\/50{
  border-top-color: rgb(148 163 184 / 0.5);
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.border-y-slate-400\/55{
  border-top-color: rgb(148 163 184 / 0.55);
  border-bottom-color: rgb(148 163 184 / 0.55);
}

.border-y-slate-400\/60{
  border-top-color: rgb(148 163 184 / 0.6);
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.border-y-slate-400\/65{
  border-top-color: rgb(148 163 184 / 0.65);
  border-bottom-color: rgb(148 163 184 / 0.65);
}

.border-y-slate-400\/70{
  border-top-color: rgb(148 163 184 / 0.7);
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.border-y-slate-400\/75{
  border-top-color: rgb(148 163 184 / 0.75);
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.border-y-slate-400\/80{
  border-top-color: rgb(148 163 184 / 0.8);
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.border-y-slate-400\/85{
  border-top-color: rgb(148 163 184 / 0.85);
  border-bottom-color: rgb(148 163 184 / 0.85);
}

.border-y-slate-400\/90{
  border-top-color: rgb(148 163 184 / 0.9);
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.border-y-slate-400\/95{
  border-top-color: rgb(148 163 184 / 0.95);
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.border-y-slate-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(248 250 252 / 0.15);
  border-bottom-color: rgb(248 250 252 / 0.15);
}

.border-y-slate-50\/20{
  border-top-color: rgb(248 250 252 / 0.2);
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.border-y-slate-50\/25{
  border-top-color: rgb(248 250 252 / 0.25);
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.border-y-slate-50\/30{
  border-top-color: rgb(248 250 252 / 0.3);
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.border-y-slate-50\/35{
  border-top-color: rgb(248 250 252 / 0.35);
  border-bottom-color: rgb(248 250 252 / 0.35);
}

.border-y-slate-50\/40{
  border-top-color: rgb(248 250 252 / 0.4);
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.border-y-slate-50\/45{
  border-top-color: rgb(248 250 252 / 0.45);
  border-bottom-color: rgb(248 250 252 / 0.45);
}

.border-y-slate-50\/5{
  border-top-color: rgb(248 250 252 / 0.05);
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.border-y-slate-50\/50{
  border-top-color: rgb(248 250 252 / 0.5);
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.border-y-slate-50\/55{
  border-top-color: rgb(248 250 252 / 0.55);
  border-bottom-color: rgb(248 250 252 / 0.55);
}

.border-y-slate-50\/60{
  border-top-color: rgb(248 250 252 / 0.6);
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.border-y-slate-50\/65{
  border-top-color: rgb(248 250 252 / 0.65);
  border-bottom-color: rgb(248 250 252 / 0.65);
}

.border-y-slate-50\/70{
  border-top-color: rgb(248 250 252 / 0.7);
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.border-y-slate-50\/75{
  border-top-color: rgb(248 250 252 / 0.75);
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.border-y-slate-50\/80{
  border-top-color: rgb(248 250 252 / 0.8);
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.border-y-slate-50\/85{
  border-top-color: rgb(248 250 252 / 0.85);
  border-bottom-color: rgb(248 250 252 / 0.85);
}

.border-y-slate-50\/90{
  border-top-color: rgb(248 250 252 / 0.9);
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.border-y-slate-50\/95{
  border-top-color: rgb(248 250 252 / 0.95);
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.border-y-slate-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(100 116 139 / 0.15);
  border-bottom-color: rgb(100 116 139 / 0.15);
}

.border-y-slate-500\/20{
  border-top-color: rgb(100 116 139 / 0.2);
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.border-y-slate-500\/25{
  border-top-color: rgb(100 116 139 / 0.25);
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.border-y-slate-500\/30{
  border-top-color: rgb(100 116 139 / 0.3);
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.border-y-slate-500\/35{
  border-top-color: rgb(100 116 139 / 0.35);
  border-bottom-color: rgb(100 116 139 / 0.35);
}

.border-y-slate-500\/40{
  border-top-color: rgb(100 116 139 / 0.4);
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.border-y-slate-500\/45{
  border-top-color: rgb(100 116 139 / 0.45);
  border-bottom-color: rgb(100 116 139 / 0.45);
}

.border-y-slate-500\/5{
  border-top-color: rgb(100 116 139 / 0.05);
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.border-y-slate-500\/50{
  border-top-color: rgb(100 116 139 / 0.5);
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.border-y-slate-500\/55{
  border-top-color: rgb(100 116 139 / 0.55);
  border-bottom-color: rgb(100 116 139 / 0.55);
}

.border-y-slate-500\/60{
  border-top-color: rgb(100 116 139 / 0.6);
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.border-y-slate-500\/65{
  border-top-color: rgb(100 116 139 / 0.65);
  border-bottom-color: rgb(100 116 139 / 0.65);
}

.border-y-slate-500\/70{
  border-top-color: rgb(100 116 139 / 0.7);
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.border-y-slate-500\/75{
  border-top-color: rgb(100 116 139 / 0.75);
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.border-y-slate-500\/80{
  border-top-color: rgb(100 116 139 / 0.8);
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.border-y-slate-500\/85{
  border-top-color: rgb(100 116 139 / 0.85);
  border-bottom-color: rgb(100 116 139 / 0.85);
}

.border-y-slate-500\/90{
  border-top-color: rgb(100 116 139 / 0.9);
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.border-y-slate-500\/95{
  border-top-color: rgb(100 116 139 / 0.95);
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.border-y-slate-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(71 85 105 / 0.15);
  border-bottom-color: rgb(71 85 105 / 0.15);
}

.border-y-slate-600\/20{
  border-top-color: rgb(71 85 105 / 0.2);
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.border-y-slate-600\/25{
  border-top-color: rgb(71 85 105 / 0.25);
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.border-y-slate-600\/30{
  border-top-color: rgb(71 85 105 / 0.3);
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.border-y-slate-600\/35{
  border-top-color: rgb(71 85 105 / 0.35);
  border-bottom-color: rgb(71 85 105 / 0.35);
}

.border-y-slate-600\/40{
  border-top-color: rgb(71 85 105 / 0.4);
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.border-y-slate-600\/45{
  border-top-color: rgb(71 85 105 / 0.45);
  border-bottom-color: rgb(71 85 105 / 0.45);
}

.border-y-slate-600\/5{
  border-top-color: rgb(71 85 105 / 0.05);
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.border-y-slate-600\/50{
  border-top-color: rgb(71 85 105 / 0.5);
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.border-y-slate-600\/55{
  border-top-color: rgb(71 85 105 / 0.55);
  border-bottom-color: rgb(71 85 105 / 0.55);
}

.border-y-slate-600\/60{
  border-top-color: rgb(71 85 105 / 0.6);
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.border-y-slate-600\/65{
  border-top-color: rgb(71 85 105 / 0.65);
  border-bottom-color: rgb(71 85 105 / 0.65);
}

.border-y-slate-600\/70{
  border-top-color: rgb(71 85 105 / 0.7);
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.border-y-slate-600\/75{
  border-top-color: rgb(71 85 105 / 0.75);
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.border-y-slate-600\/80{
  border-top-color: rgb(71 85 105 / 0.8);
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.border-y-slate-600\/85{
  border-top-color: rgb(71 85 105 / 0.85);
  border-bottom-color: rgb(71 85 105 / 0.85);
}

.border-y-slate-600\/90{
  border-top-color: rgb(71 85 105 / 0.9);
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.border-y-slate-600\/95{
  border-top-color: rgb(71 85 105 / 0.95);
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.border-y-slate-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(51 65 85 / 0.15);
  border-bottom-color: rgb(51 65 85 / 0.15);
}

.border-y-slate-700\/20{
  border-top-color: rgb(51 65 85 / 0.2);
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.border-y-slate-700\/25{
  border-top-color: rgb(51 65 85 / 0.25);
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.border-y-slate-700\/30{
  border-top-color: rgb(51 65 85 / 0.3);
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.border-y-slate-700\/35{
  border-top-color: rgb(51 65 85 / 0.35);
  border-bottom-color: rgb(51 65 85 / 0.35);
}

.border-y-slate-700\/40{
  border-top-color: rgb(51 65 85 / 0.4);
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.border-y-slate-700\/45{
  border-top-color: rgb(51 65 85 / 0.45);
  border-bottom-color: rgb(51 65 85 / 0.45);
}

.border-y-slate-700\/5{
  border-top-color: rgb(51 65 85 / 0.05);
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.border-y-slate-700\/50{
  border-top-color: rgb(51 65 85 / 0.5);
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.border-y-slate-700\/55{
  border-top-color: rgb(51 65 85 / 0.55);
  border-bottom-color: rgb(51 65 85 / 0.55);
}

.border-y-slate-700\/60{
  border-top-color: rgb(51 65 85 / 0.6);
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.border-y-slate-700\/65{
  border-top-color: rgb(51 65 85 / 0.65);
  border-bottom-color: rgb(51 65 85 / 0.65);
}

.border-y-slate-700\/70{
  border-top-color: rgb(51 65 85 / 0.7);
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.border-y-slate-700\/75{
  border-top-color: rgb(51 65 85 / 0.75);
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.border-y-slate-700\/80{
  border-top-color: rgb(51 65 85 / 0.8);
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.border-y-slate-700\/85{
  border-top-color: rgb(51 65 85 / 0.85);
  border-bottom-color: rgb(51 65 85 / 0.85);
}

.border-y-slate-700\/90{
  border-top-color: rgb(51 65 85 / 0.9);
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.border-y-slate-700\/95{
  border-top-color: rgb(51 65 85 / 0.95);
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.border-y-slate-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(30 41 59 / 0.15);
  border-bottom-color: rgb(30 41 59 / 0.15);
}

.border-y-slate-800\/20{
  border-top-color: rgb(30 41 59 / 0.2);
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.border-y-slate-800\/25{
  border-top-color: rgb(30 41 59 / 0.25);
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.border-y-slate-800\/30{
  border-top-color: rgb(30 41 59 / 0.3);
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.border-y-slate-800\/35{
  border-top-color: rgb(30 41 59 / 0.35);
  border-bottom-color: rgb(30 41 59 / 0.35);
}

.border-y-slate-800\/40{
  border-top-color: rgb(30 41 59 / 0.4);
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.border-y-slate-800\/45{
  border-top-color: rgb(30 41 59 / 0.45);
  border-bottom-color: rgb(30 41 59 / 0.45);
}

.border-y-slate-800\/5{
  border-top-color: rgb(30 41 59 / 0.05);
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.border-y-slate-800\/50{
  border-top-color: rgb(30 41 59 / 0.5);
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.border-y-slate-800\/55{
  border-top-color: rgb(30 41 59 / 0.55);
  border-bottom-color: rgb(30 41 59 / 0.55);
}

.border-y-slate-800\/60{
  border-top-color: rgb(30 41 59 / 0.6);
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.border-y-slate-800\/65{
  border-top-color: rgb(30 41 59 / 0.65);
  border-bottom-color: rgb(30 41 59 / 0.65);
}

.border-y-slate-800\/70{
  border-top-color: rgb(30 41 59 / 0.7);
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.border-y-slate-800\/75{
  border-top-color: rgb(30 41 59 / 0.75);
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.border-y-slate-800\/80{
  border-top-color: rgb(30 41 59 / 0.8);
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.border-y-slate-800\/85{
  border-top-color: rgb(30 41 59 / 0.85);
  border-bottom-color: rgb(30 41 59 / 0.85);
}

.border-y-slate-800\/90{
  border-top-color: rgb(30 41 59 / 0.9);
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.border-y-slate-800\/95{
  border-top-color: rgb(30 41 59 / 0.95);
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.border-y-slate-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(15 23 42 / 0.15);
  border-bottom-color: rgb(15 23 42 / 0.15);
}

.border-y-slate-900\/20{
  border-top-color: rgb(15 23 42 / 0.2);
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.border-y-slate-900\/25{
  border-top-color: rgb(15 23 42 / 0.25);
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.border-y-slate-900\/30{
  border-top-color: rgb(15 23 42 / 0.3);
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.border-y-slate-900\/35{
  border-top-color: rgb(15 23 42 / 0.35);
  border-bottom-color: rgb(15 23 42 / 0.35);
}

.border-y-slate-900\/40{
  border-top-color: rgb(15 23 42 / 0.4);
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.border-y-slate-900\/45{
  border-top-color: rgb(15 23 42 / 0.45);
  border-bottom-color: rgb(15 23 42 / 0.45);
}

.border-y-slate-900\/5{
  border-top-color: rgb(15 23 42 / 0.05);
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.border-y-slate-900\/50{
  border-top-color: rgb(15 23 42 / 0.5);
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.border-y-slate-900\/55{
  border-top-color: rgb(15 23 42 / 0.55);
  border-bottom-color: rgb(15 23 42 / 0.55);
}

.border-y-slate-900\/60{
  border-top-color: rgb(15 23 42 / 0.6);
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.border-y-slate-900\/65{
  border-top-color: rgb(15 23 42 / 0.65);
  border-bottom-color: rgb(15 23 42 / 0.65);
}

.border-y-slate-900\/70{
  border-top-color: rgb(15 23 42 / 0.7);
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.border-y-slate-900\/75{
  border-top-color: rgb(15 23 42 / 0.75);
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.border-y-slate-900\/80{
  border-top-color: rgb(15 23 42 / 0.8);
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.border-y-slate-900\/85{
  border-top-color: rgb(15 23 42 / 0.85);
  border-bottom-color: rgb(15 23 42 / 0.85);
}

.border-y-slate-900\/90{
  border-top-color: rgb(15 23 42 / 0.9);
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.border-y-slate-900\/95{
  border-top-color: rgb(15 23 42 / 0.95);
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.border-y-slate-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(2 6 23 / 0.15);
  border-bottom-color: rgb(2 6 23 / 0.15);
}

.border-y-slate-950\/20{
  border-top-color: rgb(2 6 23 / 0.2);
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.border-y-slate-950\/25{
  border-top-color: rgb(2 6 23 / 0.25);
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.border-y-slate-950\/30{
  border-top-color: rgb(2 6 23 / 0.3);
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.border-y-slate-950\/35{
  border-top-color: rgb(2 6 23 / 0.35);
  border-bottom-color: rgb(2 6 23 / 0.35);
}

.border-y-slate-950\/40{
  border-top-color: rgb(2 6 23 / 0.4);
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.border-y-slate-950\/45{
  border-top-color: rgb(2 6 23 / 0.45);
  border-bottom-color: rgb(2 6 23 / 0.45);
}

.border-y-slate-950\/5{
  border-top-color: rgb(2 6 23 / 0.05);
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.border-y-slate-950\/50{
  border-top-color: rgb(2 6 23 / 0.5);
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.border-y-slate-950\/55{
  border-top-color: rgb(2 6 23 / 0.55);
  border-bottom-color: rgb(2 6 23 / 0.55);
}

.border-y-slate-950\/60{
  border-top-color: rgb(2 6 23 / 0.6);
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.border-y-slate-950\/65{
  border-top-color: rgb(2 6 23 / 0.65);
  border-bottom-color: rgb(2 6 23 / 0.65);
}

.border-y-slate-950\/70{
  border-top-color: rgb(2 6 23 / 0.7);
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.border-y-slate-950\/75{
  border-top-color: rgb(2 6 23 / 0.75);
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.border-y-slate-950\/80{
  border-top-color: rgb(2 6 23 / 0.8);
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.border-y-slate-950\/85{
  border-top-color: rgb(2 6 23 / 0.85);
  border-bottom-color: rgb(2 6 23 / 0.85);
}

.border-y-slate-950\/90{
  border-top-color: rgb(2 6 23 / 0.9);
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.border-y-slate-950\/95{
  border-top-color: rgb(2 6 23 / 0.95);
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.border-y-stone-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(245 245 244 / 0.15);
  border-bottom-color: rgb(245 245 244 / 0.15);
}

.border-y-stone-100\/20{
  border-top-color: rgb(245 245 244 / 0.2);
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.border-y-stone-100\/25{
  border-top-color: rgb(245 245 244 / 0.25);
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.border-y-stone-100\/30{
  border-top-color: rgb(245 245 244 / 0.3);
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.border-y-stone-100\/35{
  border-top-color: rgb(245 245 244 / 0.35);
  border-bottom-color: rgb(245 245 244 / 0.35);
}

.border-y-stone-100\/40{
  border-top-color: rgb(245 245 244 / 0.4);
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.border-y-stone-100\/45{
  border-top-color: rgb(245 245 244 / 0.45);
  border-bottom-color: rgb(245 245 244 / 0.45);
}

.border-y-stone-100\/5{
  border-top-color: rgb(245 245 244 / 0.05);
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.border-y-stone-100\/50{
  border-top-color: rgb(245 245 244 / 0.5);
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.border-y-stone-100\/55{
  border-top-color: rgb(245 245 244 / 0.55);
  border-bottom-color: rgb(245 245 244 / 0.55);
}

.border-y-stone-100\/60{
  border-top-color: rgb(245 245 244 / 0.6);
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.border-y-stone-100\/65{
  border-top-color: rgb(245 245 244 / 0.65);
  border-bottom-color: rgb(245 245 244 / 0.65);
}

.border-y-stone-100\/70{
  border-top-color: rgb(245 245 244 / 0.7);
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.border-y-stone-100\/75{
  border-top-color: rgb(245 245 244 / 0.75);
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.border-y-stone-100\/80{
  border-top-color: rgb(245 245 244 / 0.8);
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.border-y-stone-100\/85{
  border-top-color: rgb(245 245 244 / 0.85);
  border-bottom-color: rgb(245 245 244 / 0.85);
}

.border-y-stone-100\/90{
  border-top-color: rgb(245 245 244 / 0.9);
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.border-y-stone-100\/95{
  border-top-color: rgb(245 245 244 / 0.95);
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.border-y-stone-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(231 229 228 / 0.15);
  border-bottom-color: rgb(231 229 228 / 0.15);
}

.border-y-stone-200\/20{
  border-top-color: rgb(231 229 228 / 0.2);
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.border-y-stone-200\/25{
  border-top-color: rgb(231 229 228 / 0.25);
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.border-y-stone-200\/30{
  border-top-color: rgb(231 229 228 / 0.3);
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.border-y-stone-200\/35{
  border-top-color: rgb(231 229 228 / 0.35);
  border-bottom-color: rgb(231 229 228 / 0.35);
}

.border-y-stone-200\/40{
  border-top-color: rgb(231 229 228 / 0.4);
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.border-y-stone-200\/45{
  border-top-color: rgb(231 229 228 / 0.45);
  border-bottom-color: rgb(231 229 228 / 0.45);
}

.border-y-stone-200\/5{
  border-top-color: rgb(231 229 228 / 0.05);
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.border-y-stone-200\/50{
  border-top-color: rgb(231 229 228 / 0.5);
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.border-y-stone-200\/55{
  border-top-color: rgb(231 229 228 / 0.55);
  border-bottom-color: rgb(231 229 228 / 0.55);
}

.border-y-stone-200\/60{
  border-top-color: rgb(231 229 228 / 0.6);
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.border-y-stone-200\/65{
  border-top-color: rgb(231 229 228 / 0.65);
  border-bottom-color: rgb(231 229 228 / 0.65);
}

.border-y-stone-200\/70{
  border-top-color: rgb(231 229 228 / 0.7);
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.border-y-stone-200\/75{
  border-top-color: rgb(231 229 228 / 0.75);
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.border-y-stone-200\/80{
  border-top-color: rgb(231 229 228 / 0.8);
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.border-y-stone-200\/85{
  border-top-color: rgb(231 229 228 / 0.85);
  border-bottom-color: rgb(231 229 228 / 0.85);
}

.border-y-stone-200\/90{
  border-top-color: rgb(231 229 228 / 0.9);
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.border-y-stone-200\/95{
  border-top-color: rgb(231 229 228 / 0.95);
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.border-y-stone-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(214 211 209 / 0.15);
  border-bottom-color: rgb(214 211 209 / 0.15);
}

.border-y-stone-300\/20{
  border-top-color: rgb(214 211 209 / 0.2);
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.border-y-stone-300\/25{
  border-top-color: rgb(214 211 209 / 0.25);
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.border-y-stone-300\/30{
  border-top-color: rgb(214 211 209 / 0.3);
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.border-y-stone-300\/35{
  border-top-color: rgb(214 211 209 / 0.35);
  border-bottom-color: rgb(214 211 209 / 0.35);
}

.border-y-stone-300\/40{
  border-top-color: rgb(214 211 209 / 0.4);
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.border-y-stone-300\/45{
  border-top-color: rgb(214 211 209 / 0.45);
  border-bottom-color: rgb(214 211 209 / 0.45);
}

.border-y-stone-300\/5{
  border-top-color: rgb(214 211 209 / 0.05);
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.border-y-stone-300\/50{
  border-top-color: rgb(214 211 209 / 0.5);
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.border-y-stone-300\/55{
  border-top-color: rgb(214 211 209 / 0.55);
  border-bottom-color: rgb(214 211 209 / 0.55);
}

.border-y-stone-300\/60{
  border-top-color: rgb(214 211 209 / 0.6);
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.border-y-stone-300\/65{
  border-top-color: rgb(214 211 209 / 0.65);
  border-bottom-color: rgb(214 211 209 / 0.65);
}

.border-y-stone-300\/70{
  border-top-color: rgb(214 211 209 / 0.7);
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.border-y-stone-300\/75{
  border-top-color: rgb(214 211 209 / 0.75);
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.border-y-stone-300\/80{
  border-top-color: rgb(214 211 209 / 0.8);
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.border-y-stone-300\/85{
  border-top-color: rgb(214 211 209 / 0.85);
  border-bottom-color: rgb(214 211 209 / 0.85);
}

.border-y-stone-300\/90{
  border-top-color: rgb(214 211 209 / 0.9);
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.border-y-stone-300\/95{
  border-top-color: rgb(214 211 209 / 0.95);
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.border-y-stone-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(168 162 158 / 0.15);
  border-bottom-color: rgb(168 162 158 / 0.15);
}

.border-y-stone-400\/20{
  border-top-color: rgb(168 162 158 / 0.2);
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.border-y-stone-400\/25{
  border-top-color: rgb(168 162 158 / 0.25);
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.border-y-stone-400\/30{
  border-top-color: rgb(168 162 158 / 0.3);
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.border-y-stone-400\/35{
  border-top-color: rgb(168 162 158 / 0.35);
  border-bottom-color: rgb(168 162 158 / 0.35);
}

.border-y-stone-400\/40{
  border-top-color: rgb(168 162 158 / 0.4);
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.border-y-stone-400\/45{
  border-top-color: rgb(168 162 158 / 0.45);
  border-bottom-color: rgb(168 162 158 / 0.45);
}

.border-y-stone-400\/5{
  border-top-color: rgb(168 162 158 / 0.05);
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.border-y-stone-400\/50{
  border-top-color: rgb(168 162 158 / 0.5);
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.border-y-stone-400\/55{
  border-top-color: rgb(168 162 158 / 0.55);
  border-bottom-color: rgb(168 162 158 / 0.55);
}

.border-y-stone-400\/60{
  border-top-color: rgb(168 162 158 / 0.6);
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.border-y-stone-400\/65{
  border-top-color: rgb(168 162 158 / 0.65);
  border-bottom-color: rgb(168 162 158 / 0.65);
}

.border-y-stone-400\/70{
  border-top-color: rgb(168 162 158 / 0.7);
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.border-y-stone-400\/75{
  border-top-color: rgb(168 162 158 / 0.75);
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.border-y-stone-400\/80{
  border-top-color: rgb(168 162 158 / 0.8);
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.border-y-stone-400\/85{
  border-top-color: rgb(168 162 158 / 0.85);
  border-bottom-color: rgb(168 162 158 / 0.85);
}

.border-y-stone-400\/90{
  border-top-color: rgb(168 162 158 / 0.9);
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.border-y-stone-400\/95{
  border-top-color: rgb(168 162 158 / 0.95);
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.border-y-stone-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(250 250 249 / 0.15);
  border-bottom-color: rgb(250 250 249 / 0.15);
}

.border-y-stone-50\/20{
  border-top-color: rgb(250 250 249 / 0.2);
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.border-y-stone-50\/25{
  border-top-color: rgb(250 250 249 / 0.25);
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.border-y-stone-50\/30{
  border-top-color: rgb(250 250 249 / 0.3);
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.border-y-stone-50\/35{
  border-top-color: rgb(250 250 249 / 0.35);
  border-bottom-color: rgb(250 250 249 / 0.35);
}

.border-y-stone-50\/40{
  border-top-color: rgb(250 250 249 / 0.4);
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.border-y-stone-50\/45{
  border-top-color: rgb(250 250 249 / 0.45);
  border-bottom-color: rgb(250 250 249 / 0.45);
}

.border-y-stone-50\/5{
  border-top-color: rgb(250 250 249 / 0.05);
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.border-y-stone-50\/50{
  border-top-color: rgb(250 250 249 / 0.5);
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.border-y-stone-50\/55{
  border-top-color: rgb(250 250 249 / 0.55);
  border-bottom-color: rgb(250 250 249 / 0.55);
}

.border-y-stone-50\/60{
  border-top-color: rgb(250 250 249 / 0.6);
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.border-y-stone-50\/65{
  border-top-color: rgb(250 250 249 / 0.65);
  border-bottom-color: rgb(250 250 249 / 0.65);
}

.border-y-stone-50\/70{
  border-top-color: rgb(250 250 249 / 0.7);
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.border-y-stone-50\/75{
  border-top-color: rgb(250 250 249 / 0.75);
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.border-y-stone-50\/80{
  border-top-color: rgb(250 250 249 / 0.8);
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.border-y-stone-50\/85{
  border-top-color: rgb(250 250 249 / 0.85);
  border-bottom-color: rgb(250 250 249 / 0.85);
}

.border-y-stone-50\/90{
  border-top-color: rgb(250 250 249 / 0.9);
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.border-y-stone-50\/95{
  border-top-color: rgb(250 250 249 / 0.95);
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.border-y-stone-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(120 113 108 / 0.15);
  border-bottom-color: rgb(120 113 108 / 0.15);
}

.border-y-stone-500\/20{
  border-top-color: rgb(120 113 108 / 0.2);
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.border-y-stone-500\/25{
  border-top-color: rgb(120 113 108 / 0.25);
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.border-y-stone-500\/30{
  border-top-color: rgb(120 113 108 / 0.3);
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.border-y-stone-500\/35{
  border-top-color: rgb(120 113 108 / 0.35);
  border-bottom-color: rgb(120 113 108 / 0.35);
}

.border-y-stone-500\/40{
  border-top-color: rgb(120 113 108 / 0.4);
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.border-y-stone-500\/45{
  border-top-color: rgb(120 113 108 / 0.45);
  border-bottom-color: rgb(120 113 108 / 0.45);
}

.border-y-stone-500\/5{
  border-top-color: rgb(120 113 108 / 0.05);
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.border-y-stone-500\/50{
  border-top-color: rgb(120 113 108 / 0.5);
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.border-y-stone-500\/55{
  border-top-color: rgb(120 113 108 / 0.55);
  border-bottom-color: rgb(120 113 108 / 0.55);
}

.border-y-stone-500\/60{
  border-top-color: rgb(120 113 108 / 0.6);
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.border-y-stone-500\/65{
  border-top-color: rgb(120 113 108 / 0.65);
  border-bottom-color: rgb(120 113 108 / 0.65);
}

.border-y-stone-500\/70{
  border-top-color: rgb(120 113 108 / 0.7);
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.border-y-stone-500\/75{
  border-top-color: rgb(120 113 108 / 0.75);
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.border-y-stone-500\/80{
  border-top-color: rgb(120 113 108 / 0.8);
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.border-y-stone-500\/85{
  border-top-color: rgb(120 113 108 / 0.85);
  border-bottom-color: rgb(120 113 108 / 0.85);
}

.border-y-stone-500\/90{
  border-top-color: rgb(120 113 108 / 0.9);
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.border-y-stone-500\/95{
  border-top-color: rgb(120 113 108 / 0.95);
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.border-y-stone-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(87 83 78 / 0.15);
  border-bottom-color: rgb(87 83 78 / 0.15);
}

.border-y-stone-600\/20{
  border-top-color: rgb(87 83 78 / 0.2);
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.border-y-stone-600\/25{
  border-top-color: rgb(87 83 78 / 0.25);
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.border-y-stone-600\/30{
  border-top-color: rgb(87 83 78 / 0.3);
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.border-y-stone-600\/35{
  border-top-color: rgb(87 83 78 / 0.35);
  border-bottom-color: rgb(87 83 78 / 0.35);
}

.border-y-stone-600\/40{
  border-top-color: rgb(87 83 78 / 0.4);
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.border-y-stone-600\/45{
  border-top-color: rgb(87 83 78 / 0.45);
  border-bottom-color: rgb(87 83 78 / 0.45);
}

.border-y-stone-600\/5{
  border-top-color: rgb(87 83 78 / 0.05);
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.border-y-stone-600\/50{
  border-top-color: rgb(87 83 78 / 0.5);
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.border-y-stone-600\/55{
  border-top-color: rgb(87 83 78 / 0.55);
  border-bottom-color: rgb(87 83 78 / 0.55);
}

.border-y-stone-600\/60{
  border-top-color: rgb(87 83 78 / 0.6);
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.border-y-stone-600\/65{
  border-top-color: rgb(87 83 78 / 0.65);
  border-bottom-color: rgb(87 83 78 / 0.65);
}

.border-y-stone-600\/70{
  border-top-color: rgb(87 83 78 / 0.7);
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.border-y-stone-600\/75{
  border-top-color: rgb(87 83 78 / 0.75);
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.border-y-stone-600\/80{
  border-top-color: rgb(87 83 78 / 0.8);
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.border-y-stone-600\/85{
  border-top-color: rgb(87 83 78 / 0.85);
  border-bottom-color: rgb(87 83 78 / 0.85);
}

.border-y-stone-600\/90{
  border-top-color: rgb(87 83 78 / 0.9);
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.border-y-stone-600\/95{
  border-top-color: rgb(87 83 78 / 0.95);
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.border-y-stone-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(68 64 60 / 0.15);
  border-bottom-color: rgb(68 64 60 / 0.15);
}

.border-y-stone-700\/20{
  border-top-color: rgb(68 64 60 / 0.2);
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.border-y-stone-700\/25{
  border-top-color: rgb(68 64 60 / 0.25);
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.border-y-stone-700\/30{
  border-top-color: rgb(68 64 60 / 0.3);
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.border-y-stone-700\/35{
  border-top-color: rgb(68 64 60 / 0.35);
  border-bottom-color: rgb(68 64 60 / 0.35);
}

.border-y-stone-700\/40{
  border-top-color: rgb(68 64 60 / 0.4);
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.border-y-stone-700\/45{
  border-top-color: rgb(68 64 60 / 0.45);
  border-bottom-color: rgb(68 64 60 / 0.45);
}

.border-y-stone-700\/5{
  border-top-color: rgb(68 64 60 / 0.05);
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.border-y-stone-700\/50{
  border-top-color: rgb(68 64 60 / 0.5);
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.border-y-stone-700\/55{
  border-top-color: rgb(68 64 60 / 0.55);
  border-bottom-color: rgb(68 64 60 / 0.55);
}

.border-y-stone-700\/60{
  border-top-color: rgb(68 64 60 / 0.6);
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.border-y-stone-700\/65{
  border-top-color: rgb(68 64 60 / 0.65);
  border-bottom-color: rgb(68 64 60 / 0.65);
}

.border-y-stone-700\/70{
  border-top-color: rgb(68 64 60 / 0.7);
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.border-y-stone-700\/75{
  border-top-color: rgb(68 64 60 / 0.75);
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.border-y-stone-700\/80{
  border-top-color: rgb(68 64 60 / 0.8);
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.border-y-stone-700\/85{
  border-top-color: rgb(68 64 60 / 0.85);
  border-bottom-color: rgb(68 64 60 / 0.85);
}

.border-y-stone-700\/90{
  border-top-color: rgb(68 64 60 / 0.9);
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.border-y-stone-700\/95{
  border-top-color: rgb(68 64 60 / 0.95);
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.border-y-stone-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(41 37 36 / 0.15);
  border-bottom-color: rgb(41 37 36 / 0.15);
}

.border-y-stone-800\/20{
  border-top-color: rgb(41 37 36 / 0.2);
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.border-y-stone-800\/25{
  border-top-color: rgb(41 37 36 / 0.25);
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.border-y-stone-800\/30{
  border-top-color: rgb(41 37 36 / 0.3);
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.border-y-stone-800\/35{
  border-top-color: rgb(41 37 36 / 0.35);
  border-bottom-color: rgb(41 37 36 / 0.35);
}

.border-y-stone-800\/40{
  border-top-color: rgb(41 37 36 / 0.4);
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.border-y-stone-800\/45{
  border-top-color: rgb(41 37 36 / 0.45);
  border-bottom-color: rgb(41 37 36 / 0.45);
}

.border-y-stone-800\/5{
  border-top-color: rgb(41 37 36 / 0.05);
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.border-y-stone-800\/50{
  border-top-color: rgb(41 37 36 / 0.5);
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.border-y-stone-800\/55{
  border-top-color: rgb(41 37 36 / 0.55);
  border-bottom-color: rgb(41 37 36 / 0.55);
}

.border-y-stone-800\/60{
  border-top-color: rgb(41 37 36 / 0.6);
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.border-y-stone-800\/65{
  border-top-color: rgb(41 37 36 / 0.65);
  border-bottom-color: rgb(41 37 36 / 0.65);
}

.border-y-stone-800\/70{
  border-top-color: rgb(41 37 36 / 0.7);
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.border-y-stone-800\/75{
  border-top-color: rgb(41 37 36 / 0.75);
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.border-y-stone-800\/80{
  border-top-color: rgb(41 37 36 / 0.8);
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.border-y-stone-800\/85{
  border-top-color: rgb(41 37 36 / 0.85);
  border-bottom-color: rgb(41 37 36 / 0.85);
}

.border-y-stone-800\/90{
  border-top-color: rgb(41 37 36 / 0.9);
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.border-y-stone-800\/95{
  border-top-color: rgb(41 37 36 / 0.95);
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.border-y-stone-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(28 25 23 / 0.15);
  border-bottom-color: rgb(28 25 23 / 0.15);
}

.border-y-stone-900\/20{
  border-top-color: rgb(28 25 23 / 0.2);
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.border-y-stone-900\/25{
  border-top-color: rgb(28 25 23 / 0.25);
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.border-y-stone-900\/30{
  border-top-color: rgb(28 25 23 / 0.3);
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.border-y-stone-900\/35{
  border-top-color: rgb(28 25 23 / 0.35);
  border-bottom-color: rgb(28 25 23 / 0.35);
}

.border-y-stone-900\/40{
  border-top-color: rgb(28 25 23 / 0.4);
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.border-y-stone-900\/45{
  border-top-color: rgb(28 25 23 / 0.45);
  border-bottom-color: rgb(28 25 23 / 0.45);
}

.border-y-stone-900\/5{
  border-top-color: rgb(28 25 23 / 0.05);
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.border-y-stone-900\/50{
  border-top-color: rgb(28 25 23 / 0.5);
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.border-y-stone-900\/55{
  border-top-color: rgb(28 25 23 / 0.55);
  border-bottom-color: rgb(28 25 23 / 0.55);
}

.border-y-stone-900\/60{
  border-top-color: rgb(28 25 23 / 0.6);
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.border-y-stone-900\/65{
  border-top-color: rgb(28 25 23 / 0.65);
  border-bottom-color: rgb(28 25 23 / 0.65);
}

.border-y-stone-900\/70{
  border-top-color: rgb(28 25 23 / 0.7);
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.border-y-stone-900\/75{
  border-top-color: rgb(28 25 23 / 0.75);
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.border-y-stone-900\/80{
  border-top-color: rgb(28 25 23 / 0.8);
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.border-y-stone-900\/85{
  border-top-color: rgb(28 25 23 / 0.85);
  border-bottom-color: rgb(28 25 23 / 0.85);
}

.border-y-stone-900\/90{
  border-top-color: rgb(28 25 23 / 0.9);
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.border-y-stone-900\/95{
  border-top-color: rgb(28 25 23 / 0.95);
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.border-y-stone-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(12 10 9 / 0.15);
  border-bottom-color: rgb(12 10 9 / 0.15);
}

.border-y-stone-950\/20{
  border-top-color: rgb(12 10 9 / 0.2);
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.border-y-stone-950\/25{
  border-top-color: rgb(12 10 9 / 0.25);
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.border-y-stone-950\/30{
  border-top-color: rgb(12 10 9 / 0.3);
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.border-y-stone-950\/35{
  border-top-color: rgb(12 10 9 / 0.35);
  border-bottom-color: rgb(12 10 9 / 0.35);
}

.border-y-stone-950\/40{
  border-top-color: rgb(12 10 9 / 0.4);
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.border-y-stone-950\/45{
  border-top-color: rgb(12 10 9 / 0.45);
  border-bottom-color: rgb(12 10 9 / 0.45);
}

.border-y-stone-950\/5{
  border-top-color: rgb(12 10 9 / 0.05);
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.border-y-stone-950\/50{
  border-top-color: rgb(12 10 9 / 0.5);
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.border-y-stone-950\/55{
  border-top-color: rgb(12 10 9 / 0.55);
  border-bottom-color: rgb(12 10 9 / 0.55);
}

.border-y-stone-950\/60{
  border-top-color: rgb(12 10 9 / 0.6);
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.border-y-stone-950\/65{
  border-top-color: rgb(12 10 9 / 0.65);
  border-bottom-color: rgb(12 10 9 / 0.65);
}

.border-y-stone-950\/70{
  border-top-color: rgb(12 10 9 / 0.7);
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.border-y-stone-950\/75{
  border-top-color: rgb(12 10 9 / 0.75);
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.border-y-stone-950\/80{
  border-top-color: rgb(12 10 9 / 0.8);
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.border-y-stone-950\/85{
  border-top-color: rgb(12 10 9 / 0.85);
  border-bottom-color: rgb(12 10 9 / 0.85);
}

.border-y-stone-950\/90{
  border-top-color: rgb(12 10 9 / 0.9);
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.border-y-stone-950\/95{
  border-top-color: rgb(12 10 9 / 0.95);
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.border-y-success{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 196 149 / var(--tw-border-opacity));
  border-bottom-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.border-y-success\/0{
  border-top-color: rgb(7 196 149 / 0);
  border-bottom-color: rgb(7 196 149 / 0);
}

.border-y-success\/10{
  border-top-color: rgb(7 196 149 / 0.1);
  border-bottom-color: rgb(7 196 149 / 0.1);
}

.border-y-success\/100{
  border-top-color: rgb(7 196 149 / 1);
  border-bottom-color: rgb(7 196 149 / 1);
}

.border-y-success\/15{
  border-top-color: rgb(7 196 149 / 0.15);
  border-bottom-color: rgb(7 196 149 / 0.15);
}

.border-y-success\/20{
  border-top-color: rgb(7 196 149 / 0.2);
  border-bottom-color: rgb(7 196 149 / 0.2);
}

.border-y-success\/25{
  border-top-color: rgb(7 196 149 / 0.25);
  border-bottom-color: rgb(7 196 149 / 0.25);
}

.border-y-success\/30{
  border-top-color: rgb(7 196 149 / 0.3);
  border-bottom-color: rgb(7 196 149 / 0.3);
}

.border-y-success\/35{
  border-top-color: rgb(7 196 149 / 0.35);
  border-bottom-color: rgb(7 196 149 / 0.35);
}

.border-y-success\/40{
  border-top-color: rgb(7 196 149 / 0.4);
  border-bottom-color: rgb(7 196 149 / 0.4);
}

.border-y-success\/45{
  border-top-color: rgb(7 196 149 / 0.45);
  border-bottom-color: rgb(7 196 149 / 0.45);
}

.border-y-success\/5{
  border-top-color: rgb(7 196 149 / 0.05);
  border-bottom-color: rgb(7 196 149 / 0.05);
}

.border-y-success\/50{
  border-top-color: rgb(7 196 149 / 0.5);
  border-bottom-color: rgb(7 196 149 / 0.5);
}

.border-y-success\/55{
  border-top-color: rgb(7 196 149 / 0.55);
  border-bottom-color: rgb(7 196 149 / 0.55);
}

.border-y-success\/60{
  border-top-color: rgb(7 196 149 / 0.6);
  border-bottom-color: rgb(7 196 149 / 0.6);
}

.border-y-success\/65{
  border-top-color: rgb(7 196 149 / 0.65);
  border-bottom-color: rgb(7 196 149 / 0.65);
}

.border-y-success\/70{
  border-top-color: rgb(7 196 149 / 0.7);
  border-bottom-color: rgb(7 196 149 / 0.7);
}

.border-y-success\/75{
  border-top-color: rgb(7 196 149 / 0.75);
  border-bottom-color: rgb(7 196 149 / 0.75);
}

.border-y-success\/80{
  border-top-color: rgb(7 196 149 / 0.8);
  border-bottom-color: rgb(7 196 149 / 0.8);
}

.border-y-success\/85{
  border-top-color: rgb(7 196 149 / 0.85);
  border-bottom-color: rgb(7 196 149 / 0.85);
}

.border-y-success\/90{
  border-top-color: rgb(7 196 149 / 0.9);
  border-bottom-color: rgb(7 196 149 / 0.9);
}

.border-y-success\/95{
  border-top-color: rgb(7 196 149 / 0.95);
  border-bottom-color: rgb(7 196 149 / 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\/15{
  border-top-color: rgb(204 251 241 / 0.15);
  border-bottom-color: rgb(204 251 241 / 0.15);
}

.border-y-teal-100\/20{
  border-top-color: rgb(204 251 241 / 0.2);
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.border-y-teal-100\/25{
  border-top-color: rgb(204 251 241 / 0.25);
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.border-y-teal-100\/30{
  border-top-color: rgb(204 251 241 / 0.3);
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.border-y-teal-100\/35{
  border-top-color: rgb(204 251 241 / 0.35);
  border-bottom-color: rgb(204 251 241 / 0.35);
}

.border-y-teal-100\/40{
  border-top-color: rgb(204 251 241 / 0.4);
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.border-y-teal-100\/45{
  border-top-color: rgb(204 251 241 / 0.45);
  border-bottom-color: rgb(204 251 241 / 0.45);
}

.border-y-teal-100\/5{
  border-top-color: rgb(204 251 241 / 0.05);
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.border-y-teal-100\/50{
  border-top-color: rgb(204 251 241 / 0.5);
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.border-y-teal-100\/55{
  border-top-color: rgb(204 251 241 / 0.55);
  border-bottom-color: rgb(204 251 241 / 0.55);
}

.border-y-teal-100\/60{
  border-top-color: rgb(204 251 241 / 0.6);
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.border-y-teal-100\/65{
  border-top-color: rgb(204 251 241 / 0.65);
  border-bottom-color: rgb(204 251 241 / 0.65);
}

.border-y-teal-100\/70{
  border-top-color: rgb(204 251 241 / 0.7);
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.border-y-teal-100\/75{
  border-top-color: rgb(204 251 241 / 0.75);
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.border-y-teal-100\/80{
  border-top-color: rgb(204 251 241 / 0.8);
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.border-y-teal-100\/85{
  border-top-color: rgb(204 251 241 / 0.85);
  border-bottom-color: rgb(204 251 241 / 0.85);
}

.border-y-teal-100\/90{
  border-top-color: rgb(204 251 241 / 0.9);
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.border-y-teal-100\/95{
  border-top-color: rgb(204 251 241 / 0.95);
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.border-y-teal-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(153 246 228 / 0.15);
  border-bottom-color: rgb(153 246 228 / 0.15);
}

.border-y-teal-200\/20{
  border-top-color: rgb(153 246 228 / 0.2);
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.border-y-teal-200\/25{
  border-top-color: rgb(153 246 228 / 0.25);
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.border-y-teal-200\/30{
  border-top-color: rgb(153 246 228 / 0.3);
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.border-y-teal-200\/35{
  border-top-color: rgb(153 246 228 / 0.35);
  border-bottom-color: rgb(153 246 228 / 0.35);
}

.border-y-teal-200\/40{
  border-top-color: rgb(153 246 228 / 0.4);
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.border-y-teal-200\/45{
  border-top-color: rgb(153 246 228 / 0.45);
  border-bottom-color: rgb(153 246 228 / 0.45);
}

.border-y-teal-200\/5{
  border-top-color: rgb(153 246 228 / 0.05);
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.border-y-teal-200\/50{
  border-top-color: rgb(153 246 228 / 0.5);
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.border-y-teal-200\/55{
  border-top-color: rgb(153 246 228 / 0.55);
  border-bottom-color: rgb(153 246 228 / 0.55);
}

.border-y-teal-200\/60{
  border-top-color: rgb(153 246 228 / 0.6);
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.border-y-teal-200\/65{
  border-top-color: rgb(153 246 228 / 0.65);
  border-bottom-color: rgb(153 246 228 / 0.65);
}

.border-y-teal-200\/70{
  border-top-color: rgb(153 246 228 / 0.7);
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.border-y-teal-200\/75{
  border-top-color: rgb(153 246 228 / 0.75);
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.border-y-teal-200\/80{
  border-top-color: rgb(153 246 228 / 0.8);
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.border-y-teal-200\/85{
  border-top-color: rgb(153 246 228 / 0.85);
  border-bottom-color: rgb(153 246 228 / 0.85);
}

.border-y-teal-200\/90{
  border-top-color: rgb(153 246 228 / 0.9);
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.border-y-teal-200\/95{
  border-top-color: rgb(153 246 228 / 0.95);
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.border-y-teal-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(94 234 212 / 0.15);
  border-bottom-color: rgb(94 234 212 / 0.15);
}

.border-y-teal-300\/20{
  border-top-color: rgb(94 234 212 / 0.2);
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.border-y-teal-300\/25{
  border-top-color: rgb(94 234 212 / 0.25);
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.border-y-teal-300\/30{
  border-top-color: rgb(94 234 212 / 0.3);
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.border-y-teal-300\/35{
  border-top-color: rgb(94 234 212 / 0.35);
  border-bottom-color: rgb(94 234 212 / 0.35);
}

.border-y-teal-300\/40{
  border-top-color: rgb(94 234 212 / 0.4);
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.border-y-teal-300\/45{
  border-top-color: rgb(94 234 212 / 0.45);
  border-bottom-color: rgb(94 234 212 / 0.45);
}

.border-y-teal-300\/5{
  border-top-color: rgb(94 234 212 / 0.05);
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.border-y-teal-300\/50{
  border-top-color: rgb(94 234 212 / 0.5);
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.border-y-teal-300\/55{
  border-top-color: rgb(94 234 212 / 0.55);
  border-bottom-color: rgb(94 234 212 / 0.55);
}

.border-y-teal-300\/60{
  border-top-color: rgb(94 234 212 / 0.6);
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.border-y-teal-300\/65{
  border-top-color: rgb(94 234 212 / 0.65);
  border-bottom-color: rgb(94 234 212 / 0.65);
}

.border-y-teal-300\/70{
  border-top-color: rgb(94 234 212 / 0.7);
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.border-y-teal-300\/75{
  border-top-color: rgb(94 234 212 / 0.75);
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.border-y-teal-300\/80{
  border-top-color: rgb(94 234 212 / 0.8);
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.border-y-teal-300\/85{
  border-top-color: rgb(94 234 212 / 0.85);
  border-bottom-color: rgb(94 234 212 / 0.85);
}

.border-y-teal-300\/90{
  border-top-color: rgb(94 234 212 / 0.9);
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.border-y-teal-300\/95{
  border-top-color: rgb(94 234 212 / 0.95);
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.border-y-teal-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(45 212 191 / 0.15);
  border-bottom-color: rgb(45 212 191 / 0.15);
}

.border-y-teal-400\/20{
  border-top-color: rgb(45 212 191 / 0.2);
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.border-y-teal-400\/25{
  border-top-color: rgb(45 212 191 / 0.25);
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.border-y-teal-400\/30{
  border-top-color: rgb(45 212 191 / 0.3);
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.border-y-teal-400\/35{
  border-top-color: rgb(45 212 191 / 0.35);
  border-bottom-color: rgb(45 212 191 / 0.35);
}

.border-y-teal-400\/40{
  border-top-color: rgb(45 212 191 / 0.4);
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.border-y-teal-400\/45{
  border-top-color: rgb(45 212 191 / 0.45);
  border-bottom-color: rgb(45 212 191 / 0.45);
}

.border-y-teal-400\/5{
  border-top-color: rgb(45 212 191 / 0.05);
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.border-y-teal-400\/50{
  border-top-color: rgb(45 212 191 / 0.5);
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.border-y-teal-400\/55{
  border-top-color: rgb(45 212 191 / 0.55);
  border-bottom-color: rgb(45 212 191 / 0.55);
}

.border-y-teal-400\/60{
  border-top-color: rgb(45 212 191 / 0.6);
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.border-y-teal-400\/65{
  border-top-color: rgb(45 212 191 / 0.65);
  border-bottom-color: rgb(45 212 191 / 0.65);
}

.border-y-teal-400\/70{
  border-top-color: rgb(45 212 191 / 0.7);
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.border-y-teal-400\/75{
  border-top-color: rgb(45 212 191 / 0.75);
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.border-y-teal-400\/80{
  border-top-color: rgb(45 212 191 / 0.8);
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.border-y-teal-400\/85{
  border-top-color: rgb(45 212 191 / 0.85);
  border-bottom-color: rgb(45 212 191 / 0.85);
}

.border-y-teal-400\/90{
  border-top-color: rgb(45 212 191 / 0.9);
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.border-y-teal-400\/95{
  border-top-color: rgb(45 212 191 / 0.95);
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.border-y-teal-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(240 253 250 / 0.15);
  border-bottom-color: rgb(240 253 250 / 0.15);
}

.border-y-teal-50\/20{
  border-top-color: rgb(240 253 250 / 0.2);
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.border-y-teal-50\/25{
  border-top-color: rgb(240 253 250 / 0.25);
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.border-y-teal-50\/30{
  border-top-color: rgb(240 253 250 / 0.3);
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.border-y-teal-50\/35{
  border-top-color: rgb(240 253 250 / 0.35);
  border-bottom-color: rgb(240 253 250 / 0.35);
}

.border-y-teal-50\/40{
  border-top-color: rgb(240 253 250 / 0.4);
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.border-y-teal-50\/45{
  border-top-color: rgb(240 253 250 / 0.45);
  border-bottom-color: rgb(240 253 250 / 0.45);
}

.border-y-teal-50\/5{
  border-top-color: rgb(240 253 250 / 0.05);
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.border-y-teal-50\/50{
  border-top-color: rgb(240 253 250 / 0.5);
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.border-y-teal-50\/55{
  border-top-color: rgb(240 253 250 / 0.55);
  border-bottom-color: rgb(240 253 250 / 0.55);
}

.border-y-teal-50\/60{
  border-top-color: rgb(240 253 250 / 0.6);
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.border-y-teal-50\/65{
  border-top-color: rgb(240 253 250 / 0.65);
  border-bottom-color: rgb(240 253 250 / 0.65);
}

.border-y-teal-50\/70{
  border-top-color: rgb(240 253 250 / 0.7);
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.border-y-teal-50\/75{
  border-top-color: rgb(240 253 250 / 0.75);
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.border-y-teal-50\/80{
  border-top-color: rgb(240 253 250 / 0.8);
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.border-y-teal-50\/85{
  border-top-color: rgb(240 253 250 / 0.85);
  border-bottom-color: rgb(240 253 250 / 0.85);
}

.border-y-teal-50\/90{
  border-top-color: rgb(240 253 250 / 0.9);
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.border-y-teal-50\/95{
  border-top-color: rgb(240 253 250 / 0.95);
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.border-y-teal-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(20 184 166 / 0.15);
  border-bottom-color: rgb(20 184 166 / 0.15);
}

.border-y-teal-500\/20{
  border-top-color: rgb(20 184 166 / 0.2);
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.border-y-teal-500\/25{
  border-top-color: rgb(20 184 166 / 0.25);
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.border-y-teal-500\/30{
  border-top-color: rgb(20 184 166 / 0.3);
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.border-y-teal-500\/35{
  border-top-color: rgb(20 184 166 / 0.35);
  border-bottom-color: rgb(20 184 166 / 0.35);
}

.border-y-teal-500\/40{
  border-top-color: rgb(20 184 166 / 0.4);
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.border-y-teal-500\/45{
  border-top-color: rgb(20 184 166 / 0.45);
  border-bottom-color: rgb(20 184 166 / 0.45);
}

.border-y-teal-500\/5{
  border-top-color: rgb(20 184 166 / 0.05);
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.border-y-teal-500\/50{
  border-top-color: rgb(20 184 166 / 0.5);
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.border-y-teal-500\/55{
  border-top-color: rgb(20 184 166 / 0.55);
  border-bottom-color: rgb(20 184 166 / 0.55);
}

.border-y-teal-500\/60{
  border-top-color: rgb(20 184 166 / 0.6);
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.border-y-teal-500\/65{
  border-top-color: rgb(20 184 166 / 0.65);
  border-bottom-color: rgb(20 184 166 / 0.65);
}

.border-y-teal-500\/70{
  border-top-color: rgb(20 184 166 / 0.7);
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.border-y-teal-500\/75{
  border-top-color: rgb(20 184 166 / 0.75);
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.border-y-teal-500\/80{
  border-top-color: rgb(20 184 166 / 0.8);
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.border-y-teal-500\/85{
  border-top-color: rgb(20 184 166 / 0.85);
  border-bottom-color: rgb(20 184 166 / 0.85);
}

.border-y-teal-500\/90{
  border-top-color: rgb(20 184 166 / 0.9);
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.border-y-teal-500\/95{
  border-top-color: rgb(20 184 166 / 0.95);
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.border-y-teal-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(13 148 136 / 0.15);
  border-bottom-color: rgb(13 148 136 / 0.15);
}

.border-y-teal-600\/20{
  border-top-color: rgb(13 148 136 / 0.2);
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.border-y-teal-600\/25{
  border-top-color: rgb(13 148 136 / 0.25);
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.border-y-teal-600\/30{
  border-top-color: rgb(13 148 136 / 0.3);
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.border-y-teal-600\/35{
  border-top-color: rgb(13 148 136 / 0.35);
  border-bottom-color: rgb(13 148 136 / 0.35);
}

.border-y-teal-600\/40{
  border-top-color: rgb(13 148 136 / 0.4);
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.border-y-teal-600\/45{
  border-top-color: rgb(13 148 136 / 0.45);
  border-bottom-color: rgb(13 148 136 / 0.45);
}

.border-y-teal-600\/5{
  border-top-color: rgb(13 148 136 / 0.05);
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.border-y-teal-600\/50{
  border-top-color: rgb(13 148 136 / 0.5);
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.border-y-teal-600\/55{
  border-top-color: rgb(13 148 136 / 0.55);
  border-bottom-color: rgb(13 148 136 / 0.55);
}

.border-y-teal-600\/60{
  border-top-color: rgb(13 148 136 / 0.6);
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.border-y-teal-600\/65{
  border-top-color: rgb(13 148 136 / 0.65);
  border-bottom-color: rgb(13 148 136 / 0.65);
}

.border-y-teal-600\/70{
  border-top-color: rgb(13 148 136 / 0.7);
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.border-y-teal-600\/75{
  border-top-color: rgb(13 148 136 / 0.75);
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.border-y-teal-600\/80{
  border-top-color: rgb(13 148 136 / 0.8);
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.border-y-teal-600\/85{
  border-top-color: rgb(13 148 136 / 0.85);
  border-bottom-color: rgb(13 148 136 / 0.85);
}

.border-y-teal-600\/90{
  border-top-color: rgb(13 148 136 / 0.9);
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.border-y-teal-600\/95{
  border-top-color: rgb(13 148 136 / 0.95);
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.border-y-teal-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(15 118 110 / 0.15);
  border-bottom-color: rgb(15 118 110 / 0.15);
}

.border-y-teal-700\/20{
  border-top-color: rgb(15 118 110 / 0.2);
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.border-y-teal-700\/25{
  border-top-color: rgb(15 118 110 / 0.25);
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.border-y-teal-700\/30{
  border-top-color: rgb(15 118 110 / 0.3);
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.border-y-teal-700\/35{
  border-top-color: rgb(15 118 110 / 0.35);
  border-bottom-color: rgb(15 118 110 / 0.35);
}

.border-y-teal-700\/40{
  border-top-color: rgb(15 118 110 / 0.4);
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.border-y-teal-700\/45{
  border-top-color: rgb(15 118 110 / 0.45);
  border-bottom-color: rgb(15 118 110 / 0.45);
}

.border-y-teal-700\/5{
  border-top-color: rgb(15 118 110 / 0.05);
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.border-y-teal-700\/50{
  border-top-color: rgb(15 118 110 / 0.5);
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.border-y-teal-700\/55{
  border-top-color: rgb(15 118 110 / 0.55);
  border-bottom-color: rgb(15 118 110 / 0.55);
}

.border-y-teal-700\/60{
  border-top-color: rgb(15 118 110 / 0.6);
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.border-y-teal-700\/65{
  border-top-color: rgb(15 118 110 / 0.65);
  border-bottom-color: rgb(15 118 110 / 0.65);
}

.border-y-teal-700\/70{
  border-top-color: rgb(15 118 110 / 0.7);
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.border-y-teal-700\/75{
  border-top-color: rgb(15 118 110 / 0.75);
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.border-y-teal-700\/80{
  border-top-color: rgb(15 118 110 / 0.8);
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.border-y-teal-700\/85{
  border-top-color: rgb(15 118 110 / 0.85);
  border-bottom-color: rgb(15 118 110 / 0.85);
}

.border-y-teal-700\/90{
  border-top-color: rgb(15 118 110 / 0.9);
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.border-y-teal-700\/95{
  border-top-color: rgb(15 118 110 / 0.95);
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.border-y-teal-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(17 94 89 / 0.15);
  border-bottom-color: rgb(17 94 89 / 0.15);
}

.border-y-teal-800\/20{
  border-top-color: rgb(17 94 89 / 0.2);
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.border-y-teal-800\/25{
  border-top-color: rgb(17 94 89 / 0.25);
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.border-y-teal-800\/30{
  border-top-color: rgb(17 94 89 / 0.3);
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.border-y-teal-800\/35{
  border-top-color: rgb(17 94 89 / 0.35);
  border-bottom-color: rgb(17 94 89 / 0.35);
}

.border-y-teal-800\/40{
  border-top-color: rgb(17 94 89 / 0.4);
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.border-y-teal-800\/45{
  border-top-color: rgb(17 94 89 / 0.45);
  border-bottom-color: rgb(17 94 89 / 0.45);
}

.border-y-teal-800\/5{
  border-top-color: rgb(17 94 89 / 0.05);
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.border-y-teal-800\/50{
  border-top-color: rgb(17 94 89 / 0.5);
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.border-y-teal-800\/55{
  border-top-color: rgb(17 94 89 / 0.55);
  border-bottom-color: rgb(17 94 89 / 0.55);
}

.border-y-teal-800\/60{
  border-top-color: rgb(17 94 89 / 0.6);
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.border-y-teal-800\/65{
  border-top-color: rgb(17 94 89 / 0.65);
  border-bottom-color: rgb(17 94 89 / 0.65);
}

.border-y-teal-800\/70{
  border-top-color: rgb(17 94 89 / 0.7);
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.border-y-teal-800\/75{
  border-top-color: rgb(17 94 89 / 0.75);
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.border-y-teal-800\/80{
  border-top-color: rgb(17 94 89 / 0.8);
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.border-y-teal-800\/85{
  border-top-color: rgb(17 94 89 / 0.85);
  border-bottom-color: rgb(17 94 89 / 0.85);
}

.border-y-teal-800\/90{
  border-top-color: rgb(17 94 89 / 0.9);
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.border-y-teal-800\/95{
  border-top-color: rgb(17 94 89 / 0.95);
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.border-y-teal-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(19 78 74 / 0.15);
  border-bottom-color: rgb(19 78 74 / 0.15);
}

.border-y-teal-900\/20{
  border-top-color: rgb(19 78 74 / 0.2);
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.border-y-teal-900\/25{
  border-top-color: rgb(19 78 74 / 0.25);
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.border-y-teal-900\/30{
  border-top-color: rgb(19 78 74 / 0.3);
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.border-y-teal-900\/35{
  border-top-color: rgb(19 78 74 / 0.35);
  border-bottom-color: rgb(19 78 74 / 0.35);
}

.border-y-teal-900\/40{
  border-top-color: rgb(19 78 74 / 0.4);
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.border-y-teal-900\/45{
  border-top-color: rgb(19 78 74 / 0.45);
  border-bottom-color: rgb(19 78 74 / 0.45);
}

.border-y-teal-900\/5{
  border-top-color: rgb(19 78 74 / 0.05);
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.border-y-teal-900\/50{
  border-top-color: rgb(19 78 74 / 0.5);
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.border-y-teal-900\/55{
  border-top-color: rgb(19 78 74 / 0.55);
  border-bottom-color: rgb(19 78 74 / 0.55);
}

.border-y-teal-900\/60{
  border-top-color: rgb(19 78 74 / 0.6);
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.border-y-teal-900\/65{
  border-top-color: rgb(19 78 74 / 0.65);
  border-bottom-color: rgb(19 78 74 / 0.65);
}

.border-y-teal-900\/70{
  border-top-color: rgb(19 78 74 / 0.7);
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.border-y-teal-900\/75{
  border-top-color: rgb(19 78 74 / 0.75);
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.border-y-teal-900\/80{
  border-top-color: rgb(19 78 74 / 0.8);
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.border-y-teal-900\/85{
  border-top-color: rgb(19 78 74 / 0.85);
  border-bottom-color: rgb(19 78 74 / 0.85);
}

.border-y-teal-900\/90{
  border-top-color: rgb(19 78 74 / 0.9);
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.border-y-teal-900\/95{
  border-top-color: rgb(19 78 74 / 0.95);
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.border-y-teal-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(4 47 46 / 0.15);
  border-bottom-color: rgb(4 47 46 / 0.15);
}

.border-y-teal-950\/20{
  border-top-color: rgb(4 47 46 / 0.2);
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.border-y-teal-950\/25{
  border-top-color: rgb(4 47 46 / 0.25);
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.border-y-teal-950\/30{
  border-top-color: rgb(4 47 46 / 0.3);
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.border-y-teal-950\/35{
  border-top-color: rgb(4 47 46 / 0.35);
  border-bottom-color: rgb(4 47 46 / 0.35);
}

.border-y-teal-950\/40{
  border-top-color: rgb(4 47 46 / 0.4);
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.border-y-teal-950\/45{
  border-top-color: rgb(4 47 46 / 0.45);
  border-bottom-color: rgb(4 47 46 / 0.45);
}

.border-y-teal-950\/5{
  border-top-color: rgb(4 47 46 / 0.05);
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.border-y-teal-950\/50{
  border-top-color: rgb(4 47 46 / 0.5);
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.border-y-teal-950\/55{
  border-top-color: rgb(4 47 46 / 0.55);
  border-bottom-color: rgb(4 47 46 / 0.55);
}

.border-y-teal-950\/60{
  border-top-color: rgb(4 47 46 / 0.6);
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.border-y-teal-950\/65{
  border-top-color: rgb(4 47 46 / 0.65);
  border-bottom-color: rgb(4 47 46 / 0.65);
}

.border-y-teal-950\/70{
  border-top-color: rgb(4 47 46 / 0.7);
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.border-y-teal-950\/75{
  border-top-color: rgb(4 47 46 / 0.75);
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.border-y-teal-950\/80{
  border-top-color: rgb(4 47 46 / 0.8);
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.border-y-teal-950\/85{
  border-top-color: rgb(4 47 46 / 0.85);
  border-bottom-color: rgb(4 47 46 / 0.85);
}

.border-y-teal-950\/90{
  border-top-color: rgb(4 47 46 / 0.9);
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.border-y-teal-950\/95{
  border-top-color: rgb(4 47 46 / 0.95);
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.border-y-tertiary{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 137 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.border-y-tertiary-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 123 223 / var(--tw-border-opacity));
  border-bottom-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.border-y-tertiary-hover\/0{
  border-top-color: rgb(20 123 223 / 0);
  border-bottom-color: rgb(20 123 223 / 0);
}

.border-y-tertiary-hover\/10{
  border-top-color: rgb(20 123 223 / 0.1);
  border-bottom-color: rgb(20 123 223 / 0.1);
}

.border-y-tertiary-hover\/100{
  border-top-color: rgb(20 123 223 / 1);
  border-bottom-color: rgb(20 123 223 / 1);
}

.border-y-tertiary-hover\/15{
  border-top-color: rgb(20 123 223 / 0.15);
  border-bottom-color: rgb(20 123 223 / 0.15);
}

.border-y-tertiary-hover\/20{
  border-top-color: rgb(20 123 223 / 0.2);
  border-bottom-color: rgb(20 123 223 / 0.2);
}

.border-y-tertiary-hover\/25{
  border-top-color: rgb(20 123 223 / 0.25);
  border-bottom-color: rgb(20 123 223 / 0.25);
}

.border-y-tertiary-hover\/30{
  border-top-color: rgb(20 123 223 / 0.3);
  border-bottom-color: rgb(20 123 223 / 0.3);
}

.border-y-tertiary-hover\/35{
  border-top-color: rgb(20 123 223 / 0.35);
  border-bottom-color: rgb(20 123 223 / 0.35);
}

.border-y-tertiary-hover\/40{
  border-top-color: rgb(20 123 223 / 0.4);
  border-bottom-color: rgb(20 123 223 / 0.4);
}

.border-y-tertiary-hover\/45{
  border-top-color: rgb(20 123 223 / 0.45);
  border-bottom-color: rgb(20 123 223 / 0.45);
}

.border-y-tertiary-hover\/5{
  border-top-color: rgb(20 123 223 / 0.05);
  border-bottom-color: rgb(20 123 223 / 0.05);
}

.border-y-tertiary-hover\/50{
  border-top-color: rgb(20 123 223 / 0.5);
  border-bottom-color: rgb(20 123 223 / 0.5);
}

.border-y-tertiary-hover\/55{
  border-top-color: rgb(20 123 223 / 0.55);
  border-bottom-color: rgb(20 123 223 / 0.55);
}

.border-y-tertiary-hover\/60{
  border-top-color: rgb(20 123 223 / 0.6);
  border-bottom-color: rgb(20 123 223 / 0.6);
}

.border-y-tertiary-hover\/65{
  border-top-color: rgb(20 123 223 / 0.65);
  border-bottom-color: rgb(20 123 223 / 0.65);
}

.border-y-tertiary-hover\/70{
  border-top-color: rgb(20 123 223 / 0.7);
  border-bottom-color: rgb(20 123 223 / 0.7);
}

.border-y-tertiary-hover\/75{
  border-top-color: rgb(20 123 223 / 0.75);
  border-bottom-color: rgb(20 123 223 / 0.75);
}

.border-y-tertiary-hover\/80{
  border-top-color: rgb(20 123 223 / 0.8);
  border-bottom-color: rgb(20 123 223 / 0.8);
}

.border-y-tertiary-hover\/85{
  border-top-color: rgb(20 123 223 / 0.85);
  border-bottom-color: rgb(20 123 223 / 0.85);
}

.border-y-tertiary-hover\/90{
  border-top-color: rgb(20 123 223 / 0.9);
  border-bottom-color: rgb(20 123 223 / 0.9);
}

.border-y-tertiary-hover\/95{
  border-top-color: rgb(20 123 223 / 0.95);
  border-bottom-color: rgb(20 123 223 / 0.95);
}

.border-y-tertiary\/0{
  border-top-color: rgb(22 137 252 / 0);
  border-bottom-color: rgb(22 137 252 / 0);
}

.border-y-tertiary\/10{
  border-top-color: rgb(22 137 252 / 0.1);
  border-bottom-color: rgb(22 137 252 / 0.1);
}

.border-y-tertiary\/100{
  border-top-color: rgb(22 137 252 / 1);
  border-bottom-color: rgb(22 137 252 / 1);
}

.border-y-tertiary\/15{
  border-top-color: rgb(22 137 252 / 0.15);
  border-bottom-color: rgb(22 137 252 / 0.15);
}

.border-y-tertiary\/20{
  border-top-color: rgb(22 137 252 / 0.2);
  border-bottom-color: rgb(22 137 252 / 0.2);
}

.border-y-tertiary\/25{
  border-top-color: rgb(22 137 252 / 0.25);
  border-bottom-color: rgb(22 137 252 / 0.25);
}

.border-y-tertiary\/30{
  border-top-color: rgb(22 137 252 / 0.3);
  border-bottom-color: rgb(22 137 252 / 0.3);
}

.border-y-tertiary\/35{
  border-top-color: rgb(22 137 252 / 0.35);
  border-bottom-color: rgb(22 137 252 / 0.35);
}

.border-y-tertiary\/40{
  border-top-color: rgb(22 137 252 / 0.4);
  border-bottom-color: rgb(22 137 252 / 0.4);
}

.border-y-tertiary\/45{
  border-top-color: rgb(22 137 252 / 0.45);
  border-bottom-color: rgb(22 137 252 / 0.45);
}

.border-y-tertiary\/5{
  border-top-color: rgb(22 137 252 / 0.05);
  border-bottom-color: rgb(22 137 252 / 0.05);
}

.border-y-tertiary\/50{
  border-top-color: rgb(22 137 252 / 0.5);
  border-bottom-color: rgb(22 137 252 / 0.5);
}

.border-y-tertiary\/55{
  border-top-color: rgb(22 137 252 / 0.55);
  border-bottom-color: rgb(22 137 252 / 0.55);
}

.border-y-tertiary\/60{
  border-top-color: rgb(22 137 252 / 0.6);
  border-bottom-color: rgb(22 137 252 / 0.6);
}

.border-y-tertiary\/65{
  border-top-color: rgb(22 137 252 / 0.65);
  border-bottom-color: rgb(22 137 252 / 0.65);
}

.border-y-tertiary\/70{
  border-top-color: rgb(22 137 252 / 0.7);
  border-bottom-color: rgb(22 137 252 / 0.7);
}

.border-y-tertiary\/75{
  border-top-color: rgb(22 137 252 / 0.75);
  border-bottom-color: rgb(22 137 252 / 0.75);
}

.border-y-tertiary\/80{
  border-top-color: rgb(22 137 252 / 0.8);
  border-bottom-color: rgb(22 137 252 / 0.8);
}

.border-y-tertiary\/85{
  border-top-color: rgb(22 137 252 / 0.85);
  border-bottom-color: rgb(22 137 252 / 0.85);
}

.border-y-tertiary\/90{
  border-top-color: rgb(22 137 252 / 0.9);
  border-bottom-color: rgb(22 137 252 / 0.9);
}

.border-y-tertiary\/95{
  border-top-color: rgb(22 137 252 / 0.95);
  border-bottom-color: rgb(22 137 252 / 0.95);
}

.border-y-transparent{
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-y-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-transparent\/15{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.border-y-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-transparent\/35{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.border-y-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-transparent\/45{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.border-y-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-transparent\/55{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.border-y-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-transparent\/65{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.border-y-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-transparent\/85{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.border-y-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-y-violet-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(237 233 254 / 0.15);
  border-bottom-color: rgb(237 233 254 / 0.15);
}

.border-y-violet-100\/20{
  border-top-color: rgb(237 233 254 / 0.2);
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.border-y-violet-100\/25{
  border-top-color: rgb(237 233 254 / 0.25);
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.border-y-violet-100\/30{
  border-top-color: rgb(237 233 254 / 0.3);
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.border-y-violet-100\/35{
  border-top-color: rgb(237 233 254 / 0.35);
  border-bottom-color: rgb(237 233 254 / 0.35);
}

.border-y-violet-100\/40{
  border-top-color: rgb(237 233 254 / 0.4);
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.border-y-violet-100\/45{
  border-top-color: rgb(237 233 254 / 0.45);
  border-bottom-color: rgb(237 233 254 / 0.45);
}

.border-y-violet-100\/5{
  border-top-color: rgb(237 233 254 / 0.05);
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.border-y-violet-100\/50{
  border-top-color: rgb(237 233 254 / 0.5);
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.border-y-violet-100\/55{
  border-top-color: rgb(237 233 254 / 0.55);
  border-bottom-color: rgb(237 233 254 / 0.55);
}

.border-y-violet-100\/60{
  border-top-color: rgb(237 233 254 / 0.6);
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.border-y-violet-100\/65{
  border-top-color: rgb(237 233 254 / 0.65);
  border-bottom-color: rgb(237 233 254 / 0.65);
}

.border-y-violet-100\/70{
  border-top-color: rgb(237 233 254 / 0.7);
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.border-y-violet-100\/75{
  border-top-color: rgb(237 233 254 / 0.75);
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.border-y-violet-100\/80{
  border-top-color: rgb(237 233 254 / 0.8);
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.border-y-violet-100\/85{
  border-top-color: rgb(237 233 254 / 0.85);
  border-bottom-color: rgb(237 233 254 / 0.85);
}

.border-y-violet-100\/90{
  border-top-color: rgb(237 233 254 / 0.9);
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.border-y-violet-100\/95{
  border-top-color: rgb(237 233 254 / 0.95);
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.border-y-violet-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(221 214 254 / 0.15);
  border-bottom-color: rgb(221 214 254 / 0.15);
}

.border-y-violet-200\/20{
  border-top-color: rgb(221 214 254 / 0.2);
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.border-y-violet-200\/25{
  border-top-color: rgb(221 214 254 / 0.25);
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.border-y-violet-200\/30{
  border-top-color: rgb(221 214 254 / 0.3);
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.border-y-violet-200\/35{
  border-top-color: rgb(221 214 254 / 0.35);
  border-bottom-color: rgb(221 214 254 / 0.35);
}

.border-y-violet-200\/40{
  border-top-color: rgb(221 214 254 / 0.4);
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.border-y-violet-200\/45{
  border-top-color: rgb(221 214 254 / 0.45);
  border-bottom-color: rgb(221 214 254 / 0.45);
}

.border-y-violet-200\/5{
  border-top-color: rgb(221 214 254 / 0.05);
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.border-y-violet-200\/50{
  border-top-color: rgb(221 214 254 / 0.5);
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.border-y-violet-200\/55{
  border-top-color: rgb(221 214 254 / 0.55);
  border-bottom-color: rgb(221 214 254 / 0.55);
}

.border-y-violet-200\/60{
  border-top-color: rgb(221 214 254 / 0.6);
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.border-y-violet-200\/65{
  border-top-color: rgb(221 214 254 / 0.65);
  border-bottom-color: rgb(221 214 254 / 0.65);
}

.border-y-violet-200\/70{
  border-top-color: rgb(221 214 254 / 0.7);
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.border-y-violet-200\/75{
  border-top-color: rgb(221 214 254 / 0.75);
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.border-y-violet-200\/80{
  border-top-color: rgb(221 214 254 / 0.8);
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.border-y-violet-200\/85{
  border-top-color: rgb(221 214 254 / 0.85);
  border-bottom-color: rgb(221 214 254 / 0.85);
}

.border-y-violet-200\/90{
  border-top-color: rgb(221 214 254 / 0.9);
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.border-y-violet-200\/95{
  border-top-color: rgb(221 214 254 / 0.95);
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.border-y-violet-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(196 181 253 / 0.15);
  border-bottom-color: rgb(196 181 253 / 0.15);
}

.border-y-violet-300\/20{
  border-top-color: rgb(196 181 253 / 0.2);
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.border-y-violet-300\/25{
  border-top-color: rgb(196 181 253 / 0.25);
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.border-y-violet-300\/30{
  border-top-color: rgb(196 181 253 / 0.3);
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.border-y-violet-300\/35{
  border-top-color: rgb(196 181 253 / 0.35);
  border-bottom-color: rgb(196 181 253 / 0.35);
}

.border-y-violet-300\/40{
  border-top-color: rgb(196 181 253 / 0.4);
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.border-y-violet-300\/45{
  border-top-color: rgb(196 181 253 / 0.45);
  border-bottom-color: rgb(196 181 253 / 0.45);
}

.border-y-violet-300\/5{
  border-top-color: rgb(196 181 253 / 0.05);
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.border-y-violet-300\/50{
  border-top-color: rgb(196 181 253 / 0.5);
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.border-y-violet-300\/55{
  border-top-color: rgb(196 181 253 / 0.55);
  border-bottom-color: rgb(196 181 253 / 0.55);
}

.border-y-violet-300\/60{
  border-top-color: rgb(196 181 253 / 0.6);
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.border-y-violet-300\/65{
  border-top-color: rgb(196 181 253 / 0.65);
  border-bottom-color: rgb(196 181 253 / 0.65);
}

.border-y-violet-300\/70{
  border-top-color: rgb(196 181 253 / 0.7);
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.border-y-violet-300\/75{
  border-top-color: rgb(196 181 253 / 0.75);
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.border-y-violet-300\/80{
  border-top-color: rgb(196 181 253 / 0.8);
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.border-y-violet-300\/85{
  border-top-color: rgb(196 181 253 / 0.85);
  border-bottom-color: rgb(196 181 253 / 0.85);
}

.border-y-violet-300\/90{
  border-top-color: rgb(196 181 253 / 0.9);
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.border-y-violet-300\/95{
  border-top-color: rgb(196 181 253 / 0.95);
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.border-y-violet-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(167 139 250 / 0.15);
  border-bottom-color: rgb(167 139 250 / 0.15);
}

.border-y-violet-400\/20{
  border-top-color: rgb(167 139 250 / 0.2);
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.border-y-violet-400\/25{
  border-top-color: rgb(167 139 250 / 0.25);
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.border-y-violet-400\/30{
  border-top-color: rgb(167 139 250 / 0.3);
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.border-y-violet-400\/35{
  border-top-color: rgb(167 139 250 / 0.35);
  border-bottom-color: rgb(167 139 250 / 0.35);
}

.border-y-violet-400\/40{
  border-top-color: rgb(167 139 250 / 0.4);
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.border-y-violet-400\/45{
  border-top-color: rgb(167 139 250 / 0.45);
  border-bottom-color: rgb(167 139 250 / 0.45);
}

.border-y-violet-400\/5{
  border-top-color: rgb(167 139 250 / 0.05);
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.border-y-violet-400\/50{
  border-top-color: rgb(167 139 250 / 0.5);
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.border-y-violet-400\/55{
  border-top-color: rgb(167 139 250 / 0.55);
  border-bottom-color: rgb(167 139 250 / 0.55);
}

.border-y-violet-400\/60{
  border-top-color: rgb(167 139 250 / 0.6);
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.border-y-violet-400\/65{
  border-top-color: rgb(167 139 250 / 0.65);
  border-bottom-color: rgb(167 139 250 / 0.65);
}

.border-y-violet-400\/70{
  border-top-color: rgb(167 139 250 / 0.7);
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.border-y-violet-400\/75{
  border-top-color: rgb(167 139 250 / 0.75);
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.border-y-violet-400\/80{
  border-top-color: rgb(167 139 250 / 0.8);
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.border-y-violet-400\/85{
  border-top-color: rgb(167 139 250 / 0.85);
  border-bottom-color: rgb(167 139 250 / 0.85);
}

.border-y-violet-400\/90{
  border-top-color: rgb(167 139 250 / 0.9);
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.border-y-violet-400\/95{
  border-top-color: rgb(167 139 250 / 0.95);
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.border-y-violet-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(245 243 255 / 0.15);
  border-bottom-color: rgb(245 243 255 / 0.15);
}

.border-y-violet-50\/20{
  border-top-color: rgb(245 243 255 / 0.2);
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.border-y-violet-50\/25{
  border-top-color: rgb(245 243 255 / 0.25);
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.border-y-violet-50\/30{
  border-top-color: rgb(245 243 255 / 0.3);
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.border-y-violet-50\/35{
  border-top-color: rgb(245 243 255 / 0.35);
  border-bottom-color: rgb(245 243 255 / 0.35);
}

.border-y-violet-50\/40{
  border-top-color: rgb(245 243 255 / 0.4);
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.border-y-violet-50\/45{
  border-top-color: rgb(245 243 255 / 0.45);
  border-bottom-color: rgb(245 243 255 / 0.45);
}

.border-y-violet-50\/5{
  border-top-color: rgb(245 243 255 / 0.05);
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.border-y-violet-50\/50{
  border-top-color: rgb(245 243 255 / 0.5);
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.border-y-violet-50\/55{
  border-top-color: rgb(245 243 255 / 0.55);
  border-bottom-color: rgb(245 243 255 / 0.55);
}

.border-y-violet-50\/60{
  border-top-color: rgb(245 243 255 / 0.6);
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.border-y-violet-50\/65{
  border-top-color: rgb(245 243 255 / 0.65);
  border-bottom-color: rgb(245 243 255 / 0.65);
}

.border-y-violet-50\/70{
  border-top-color: rgb(245 243 255 / 0.7);
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.border-y-violet-50\/75{
  border-top-color: rgb(245 243 255 / 0.75);
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.border-y-violet-50\/80{
  border-top-color: rgb(245 243 255 / 0.8);
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.border-y-violet-50\/85{
  border-top-color: rgb(245 243 255 / 0.85);
  border-bottom-color: rgb(245 243 255 / 0.85);
}

.border-y-violet-50\/90{
  border-top-color: rgb(245 243 255 / 0.9);
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.border-y-violet-50\/95{
  border-top-color: rgb(245 243 255 / 0.95);
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.border-y-violet-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(139 92 246 / 0.15);
  border-bottom-color: rgb(139 92 246 / 0.15);
}

.border-y-violet-500\/20{
  border-top-color: rgb(139 92 246 / 0.2);
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.border-y-violet-500\/25{
  border-top-color: rgb(139 92 246 / 0.25);
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.border-y-violet-500\/30{
  border-top-color: rgb(139 92 246 / 0.3);
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.border-y-violet-500\/35{
  border-top-color: rgb(139 92 246 / 0.35);
  border-bottom-color: rgb(139 92 246 / 0.35);
}

.border-y-violet-500\/40{
  border-top-color: rgb(139 92 246 / 0.4);
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.border-y-violet-500\/45{
  border-top-color: rgb(139 92 246 / 0.45);
  border-bottom-color: rgb(139 92 246 / 0.45);
}

.border-y-violet-500\/5{
  border-top-color: rgb(139 92 246 / 0.05);
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.border-y-violet-500\/50{
  border-top-color: rgb(139 92 246 / 0.5);
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.border-y-violet-500\/55{
  border-top-color: rgb(139 92 246 / 0.55);
  border-bottom-color: rgb(139 92 246 / 0.55);
}

.border-y-violet-500\/60{
  border-top-color: rgb(139 92 246 / 0.6);
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.border-y-violet-500\/65{
  border-top-color: rgb(139 92 246 / 0.65);
  border-bottom-color: rgb(139 92 246 / 0.65);
}

.border-y-violet-500\/70{
  border-top-color: rgb(139 92 246 / 0.7);
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.border-y-violet-500\/75{
  border-top-color: rgb(139 92 246 / 0.75);
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.border-y-violet-500\/80{
  border-top-color: rgb(139 92 246 / 0.8);
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.border-y-violet-500\/85{
  border-top-color: rgb(139 92 246 / 0.85);
  border-bottom-color: rgb(139 92 246 / 0.85);
}

.border-y-violet-500\/90{
  border-top-color: rgb(139 92 246 / 0.9);
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.border-y-violet-500\/95{
  border-top-color: rgb(139 92 246 / 0.95);
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.border-y-violet-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(124 58 237 / 0.15);
  border-bottom-color: rgb(124 58 237 / 0.15);
}

.border-y-violet-600\/20{
  border-top-color: rgb(124 58 237 / 0.2);
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.border-y-violet-600\/25{
  border-top-color: rgb(124 58 237 / 0.25);
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.border-y-violet-600\/30{
  border-top-color: rgb(124 58 237 / 0.3);
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.border-y-violet-600\/35{
  border-top-color: rgb(124 58 237 / 0.35);
  border-bottom-color: rgb(124 58 237 / 0.35);
}

.border-y-violet-600\/40{
  border-top-color: rgb(124 58 237 / 0.4);
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.border-y-violet-600\/45{
  border-top-color: rgb(124 58 237 / 0.45);
  border-bottom-color: rgb(124 58 237 / 0.45);
}

.border-y-violet-600\/5{
  border-top-color: rgb(124 58 237 / 0.05);
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.border-y-violet-600\/50{
  border-top-color: rgb(124 58 237 / 0.5);
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.border-y-violet-600\/55{
  border-top-color: rgb(124 58 237 / 0.55);
  border-bottom-color: rgb(124 58 237 / 0.55);
}

.border-y-violet-600\/60{
  border-top-color: rgb(124 58 237 / 0.6);
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.border-y-violet-600\/65{
  border-top-color: rgb(124 58 237 / 0.65);
  border-bottom-color: rgb(124 58 237 / 0.65);
}

.border-y-violet-600\/70{
  border-top-color: rgb(124 58 237 / 0.7);
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.border-y-violet-600\/75{
  border-top-color: rgb(124 58 237 / 0.75);
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.border-y-violet-600\/80{
  border-top-color: rgb(124 58 237 / 0.8);
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.border-y-violet-600\/85{
  border-top-color: rgb(124 58 237 / 0.85);
  border-bottom-color: rgb(124 58 237 / 0.85);
}

.border-y-violet-600\/90{
  border-top-color: rgb(124 58 237 / 0.9);
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.border-y-violet-600\/95{
  border-top-color: rgb(124 58 237 / 0.95);
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.border-y-violet-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(109 40 217 / 0.15);
  border-bottom-color: rgb(109 40 217 / 0.15);
}

.border-y-violet-700\/20{
  border-top-color: rgb(109 40 217 / 0.2);
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.border-y-violet-700\/25{
  border-top-color: rgb(109 40 217 / 0.25);
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.border-y-violet-700\/30{
  border-top-color: rgb(109 40 217 / 0.3);
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.border-y-violet-700\/35{
  border-top-color: rgb(109 40 217 / 0.35);
  border-bottom-color: rgb(109 40 217 / 0.35);
}

.border-y-violet-700\/40{
  border-top-color: rgb(109 40 217 / 0.4);
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.border-y-violet-700\/45{
  border-top-color: rgb(109 40 217 / 0.45);
  border-bottom-color: rgb(109 40 217 / 0.45);
}

.border-y-violet-700\/5{
  border-top-color: rgb(109 40 217 / 0.05);
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.border-y-violet-700\/50{
  border-top-color: rgb(109 40 217 / 0.5);
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.border-y-violet-700\/55{
  border-top-color: rgb(109 40 217 / 0.55);
  border-bottom-color: rgb(109 40 217 / 0.55);
}

.border-y-violet-700\/60{
  border-top-color: rgb(109 40 217 / 0.6);
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.border-y-violet-700\/65{
  border-top-color: rgb(109 40 217 / 0.65);
  border-bottom-color: rgb(109 40 217 / 0.65);
}

.border-y-violet-700\/70{
  border-top-color: rgb(109 40 217 / 0.7);
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.border-y-violet-700\/75{
  border-top-color: rgb(109 40 217 / 0.75);
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.border-y-violet-700\/80{
  border-top-color: rgb(109 40 217 / 0.8);
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.border-y-violet-700\/85{
  border-top-color: rgb(109 40 217 / 0.85);
  border-bottom-color: rgb(109 40 217 / 0.85);
}

.border-y-violet-700\/90{
  border-top-color: rgb(109 40 217 / 0.9);
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.border-y-violet-700\/95{
  border-top-color: rgb(109 40 217 / 0.95);
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.border-y-violet-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(91 33 182 / 0.15);
  border-bottom-color: rgb(91 33 182 / 0.15);
}

.border-y-violet-800\/20{
  border-top-color: rgb(91 33 182 / 0.2);
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.border-y-violet-800\/25{
  border-top-color: rgb(91 33 182 / 0.25);
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.border-y-violet-800\/30{
  border-top-color: rgb(91 33 182 / 0.3);
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.border-y-violet-800\/35{
  border-top-color: rgb(91 33 182 / 0.35);
  border-bottom-color: rgb(91 33 182 / 0.35);
}

.border-y-violet-800\/40{
  border-top-color: rgb(91 33 182 / 0.4);
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.border-y-violet-800\/45{
  border-top-color: rgb(91 33 182 / 0.45);
  border-bottom-color: rgb(91 33 182 / 0.45);
}

.border-y-violet-800\/5{
  border-top-color: rgb(91 33 182 / 0.05);
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.border-y-violet-800\/50{
  border-top-color: rgb(91 33 182 / 0.5);
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.border-y-violet-800\/55{
  border-top-color: rgb(91 33 182 / 0.55);
  border-bottom-color: rgb(91 33 182 / 0.55);
}

.border-y-violet-800\/60{
  border-top-color: rgb(91 33 182 / 0.6);
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.border-y-violet-800\/65{
  border-top-color: rgb(91 33 182 / 0.65);
  border-bottom-color: rgb(91 33 182 / 0.65);
}

.border-y-violet-800\/70{
  border-top-color: rgb(91 33 182 / 0.7);
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.border-y-violet-800\/75{
  border-top-color: rgb(91 33 182 / 0.75);
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.border-y-violet-800\/80{
  border-top-color: rgb(91 33 182 / 0.8);
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.border-y-violet-800\/85{
  border-top-color: rgb(91 33 182 / 0.85);
  border-bottom-color: rgb(91 33 182 / 0.85);
}

.border-y-violet-800\/90{
  border-top-color: rgb(91 33 182 / 0.9);
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.border-y-violet-800\/95{
  border-top-color: rgb(91 33 182 / 0.95);
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.border-y-violet-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(76 29 149 / 0.15);
  border-bottom-color: rgb(76 29 149 / 0.15);
}

.border-y-violet-900\/20{
  border-top-color: rgb(76 29 149 / 0.2);
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.border-y-violet-900\/25{
  border-top-color: rgb(76 29 149 / 0.25);
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.border-y-violet-900\/30{
  border-top-color: rgb(76 29 149 / 0.3);
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.border-y-violet-900\/35{
  border-top-color: rgb(76 29 149 / 0.35);
  border-bottom-color: rgb(76 29 149 / 0.35);
}

.border-y-violet-900\/40{
  border-top-color: rgb(76 29 149 / 0.4);
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.border-y-violet-900\/45{
  border-top-color: rgb(76 29 149 / 0.45);
  border-bottom-color: rgb(76 29 149 / 0.45);
}

.border-y-violet-900\/5{
  border-top-color: rgb(76 29 149 / 0.05);
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.border-y-violet-900\/50{
  border-top-color: rgb(76 29 149 / 0.5);
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.border-y-violet-900\/55{
  border-top-color: rgb(76 29 149 / 0.55);
  border-bottom-color: rgb(76 29 149 / 0.55);
}

.border-y-violet-900\/60{
  border-top-color: rgb(76 29 149 / 0.6);
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.border-y-violet-900\/65{
  border-top-color: rgb(76 29 149 / 0.65);
  border-bottom-color: rgb(76 29 149 / 0.65);
}

.border-y-violet-900\/70{
  border-top-color: rgb(76 29 149 / 0.7);
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.border-y-violet-900\/75{
  border-top-color: rgb(76 29 149 / 0.75);
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.border-y-violet-900\/80{
  border-top-color: rgb(76 29 149 / 0.8);
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.border-y-violet-900\/85{
  border-top-color: rgb(76 29 149 / 0.85);
  border-bottom-color: rgb(76 29 149 / 0.85);
}

.border-y-violet-900\/90{
  border-top-color: rgb(76 29 149 / 0.9);
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.border-y-violet-900\/95{
  border-top-color: rgb(76 29 149 / 0.95);
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.border-y-violet-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(46 16 101 / 0.15);
  border-bottom-color: rgb(46 16 101 / 0.15);
}

.border-y-violet-950\/20{
  border-top-color: rgb(46 16 101 / 0.2);
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.border-y-violet-950\/25{
  border-top-color: rgb(46 16 101 / 0.25);
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.border-y-violet-950\/30{
  border-top-color: rgb(46 16 101 / 0.3);
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.border-y-violet-950\/35{
  border-top-color: rgb(46 16 101 / 0.35);
  border-bottom-color: rgb(46 16 101 / 0.35);
}

.border-y-violet-950\/40{
  border-top-color: rgb(46 16 101 / 0.4);
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.border-y-violet-950\/45{
  border-top-color: rgb(46 16 101 / 0.45);
  border-bottom-color: rgb(46 16 101 / 0.45);
}

.border-y-violet-950\/5{
  border-top-color: rgb(46 16 101 / 0.05);
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.border-y-violet-950\/50{
  border-top-color: rgb(46 16 101 / 0.5);
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.border-y-violet-950\/55{
  border-top-color: rgb(46 16 101 / 0.55);
  border-bottom-color: rgb(46 16 101 / 0.55);
}

.border-y-violet-950\/60{
  border-top-color: rgb(46 16 101 / 0.6);
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.border-y-violet-950\/65{
  border-top-color: rgb(46 16 101 / 0.65);
  border-bottom-color: rgb(46 16 101 / 0.65);
}

.border-y-violet-950\/70{
  border-top-color: rgb(46 16 101 / 0.7);
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.border-y-violet-950\/75{
  border-top-color: rgb(46 16 101 / 0.75);
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.border-y-violet-950\/80{
  border-top-color: rgb(46 16 101 / 0.8);
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.border-y-violet-950\/85{
  border-top-color: rgb(46 16 101 / 0.85);
  border-bottom-color: rgb(46 16 101 / 0.85);
}

.border-y-violet-950\/90{
  border-top-color: rgb(46 16 101 / 0.9);
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.border-y-violet-950\/95{
  border-top-color: rgb(46 16 101 / 0.95);
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.border-y-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-y-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-y-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-y-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-y-white\/35{
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-y-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-y-white\/45{
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-y-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-y-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-y-white\/55{
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-y-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-y-white\/65{
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-y-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-y-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-y-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-y-white\/85{
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-y-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-y-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-y-yellow-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-y-yellow-100\/20{
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-y-yellow-100\/25{
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-y-yellow-100\/30{
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-y-yellow-100\/35{
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-y-yellow-100\/40{
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-y-yellow-100\/45{
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-y-yellow-100\/5{
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-y-yellow-100\/50{
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-y-yellow-100\/55{
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-y-yellow-100\/60{
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-y-yellow-100\/65{
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-y-yellow-100\/70{
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-y-yellow-100\/75{
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-y-yellow-100\/80{
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-y-yellow-100\/85{
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-y-yellow-100\/90{
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-y-yellow-100\/95{
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-y-yellow-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-y-yellow-200\/20{
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-y-yellow-200\/25{
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-y-yellow-200\/30{
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-y-yellow-200\/35{
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-y-yellow-200\/40{
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-y-yellow-200\/45{
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-y-yellow-200\/5{
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-y-yellow-200\/50{
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-y-yellow-200\/55{
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-y-yellow-200\/60{
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-y-yellow-200\/65{
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-y-yellow-200\/70{
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-y-yellow-200\/75{
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-y-yellow-200\/80{
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-y-yellow-200\/85{
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-y-yellow-200\/90{
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-y-yellow-200\/95{
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-y-yellow-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(253 224 71 / 0.15);
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-y-yellow-300\/20{
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-y-yellow-300\/25{
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-y-yellow-300\/30{
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-y-yellow-300\/35{
  border-top-color: rgb(253 224 71 / 0.35);
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-y-yellow-300\/40{
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-y-yellow-300\/45{
  border-top-color: rgb(253 224 71 / 0.45);
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-y-yellow-300\/5{
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-y-yellow-300\/50{
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-y-yellow-300\/55{
  border-top-color: rgb(253 224 71 / 0.55);
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-y-yellow-300\/60{
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-y-yellow-300\/65{
  border-top-color: rgb(253 224 71 / 0.65);
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-y-yellow-300\/70{
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-y-yellow-300\/75{
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-y-yellow-300\/80{
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-y-yellow-300\/85{
  border-top-color: rgb(253 224 71 / 0.85);
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-y-yellow-300\/90{
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-y-yellow-300\/95{
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-y-yellow-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-y-yellow-400\/20{
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-y-yellow-400\/25{
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-y-yellow-400\/30{
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-y-yellow-400\/35{
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-y-yellow-400\/40{
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-y-yellow-400\/45{
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-y-yellow-400\/5{
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-y-yellow-400\/50{
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-y-yellow-400\/55{
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-y-yellow-400\/60{
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-y-yellow-400\/65{
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-y-yellow-400\/70{
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-y-yellow-400\/75{
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-y-yellow-400\/80{
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-y-yellow-400\/85{
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-y-yellow-400\/90{
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-y-yellow-400\/95{
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-y-yellow-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-y-yellow-50\/20{
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-y-yellow-50\/25{
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-y-yellow-50\/30{
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-y-yellow-50\/35{
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-y-yellow-50\/40{
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-y-yellow-50\/45{
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-y-yellow-50\/5{
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-y-yellow-50\/50{
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-y-yellow-50\/55{
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-y-yellow-50\/60{
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-y-yellow-50\/65{
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-y-yellow-50\/70{
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-y-yellow-50\/75{
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-y-yellow-50\/80{
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-y-yellow-50\/85{
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-y-yellow-50\/90{
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-y-yellow-50\/95{
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-y-yellow-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-y-yellow-500\/20{
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-y-yellow-500\/25{
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-y-yellow-500\/30{
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-y-yellow-500\/35{
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-y-yellow-500\/40{
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-y-yellow-500\/45{
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-y-yellow-500\/5{
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-y-yellow-500\/50{
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-y-yellow-500\/55{
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-y-yellow-500\/60{
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-y-yellow-500\/65{
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-y-yellow-500\/70{
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-y-yellow-500\/75{
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-y-yellow-500\/80{
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-y-yellow-500\/85{
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-y-yellow-500\/90{
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-y-yellow-500\/95{
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-y-yellow-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-y-yellow-600\/20{
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-y-yellow-600\/25{
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-y-yellow-600\/30{
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-y-yellow-600\/35{
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-y-yellow-600\/40{
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-y-yellow-600\/45{
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-y-yellow-600\/5{
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-y-yellow-600\/50{
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-y-yellow-600\/55{
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-y-yellow-600\/60{
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-y-yellow-600\/65{
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-y-yellow-600\/70{
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-y-yellow-600\/75{
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-y-yellow-600\/80{
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-y-yellow-600\/85{
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-y-yellow-600\/90{
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-y-yellow-600\/95{
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-y-yellow-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(161 98 7 / 0.15);
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.border-y-yellow-700\/20{
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-y-yellow-700\/25{
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-y-yellow-700\/30{
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-y-yellow-700\/35{
  border-top-color: rgb(161 98 7 / 0.35);
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.border-y-yellow-700\/40{
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-y-yellow-700\/45{
  border-top-color: rgb(161 98 7 / 0.45);
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.border-y-yellow-700\/5{
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-y-yellow-700\/50{
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-y-yellow-700\/55{
  border-top-color: rgb(161 98 7 / 0.55);
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.border-y-yellow-700\/60{
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-y-yellow-700\/65{
  border-top-color: rgb(161 98 7 / 0.65);
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.border-y-yellow-700\/70{
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-y-yellow-700\/75{
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-y-yellow-700\/80{
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-y-yellow-700\/85{
  border-top-color: rgb(161 98 7 / 0.85);
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.border-y-yellow-700\/90{
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-y-yellow-700\/95{
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-y-yellow-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-y-yellow-800\/20{
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-y-yellow-800\/25{
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-y-yellow-800\/30{
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-y-yellow-800\/35{
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-y-yellow-800\/40{
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-y-yellow-800\/45{
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-y-yellow-800\/5{
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-y-yellow-800\/50{
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-y-yellow-800\/55{
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-y-yellow-800\/60{
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-y-yellow-800\/65{
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-y-yellow-800\/70{
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-y-yellow-800\/75{
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-y-yellow-800\/80{
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-y-yellow-800\/85{
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-y-yellow-800\/90{
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-y-yellow-800\/95{
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-y-yellow-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(113 63 18 / 0.15);
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.border-y-yellow-900\/20{
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-y-yellow-900\/25{
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-y-yellow-900\/30{
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-y-yellow-900\/35{
  border-top-color: rgb(113 63 18 / 0.35);
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.border-y-yellow-900\/40{
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-y-yellow-900\/45{
  border-top-color: rgb(113 63 18 / 0.45);
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.border-y-yellow-900\/5{
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-y-yellow-900\/50{
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-y-yellow-900\/55{
  border-top-color: rgb(113 63 18 / 0.55);
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.border-y-yellow-900\/60{
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-y-yellow-900\/65{
  border-top-color: rgb(113 63 18 / 0.65);
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.border-y-yellow-900\/70{
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-y-yellow-900\/75{
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-y-yellow-900\/80{
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-y-yellow-900\/85{
  border-top-color: rgb(113 63 18 / 0.85);
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.border-y-yellow-900\/90{
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-y-yellow-900\/95{
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-y-yellow-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(66 32 6 / 0.15);
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.border-y-yellow-950\/20{
  border-top-color: rgb(66 32 6 / 0.2);
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-y-yellow-950\/25{
  border-top-color: rgb(66 32 6 / 0.25);
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-y-yellow-950\/30{
  border-top-color: rgb(66 32 6 / 0.3);
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-y-yellow-950\/35{
  border-top-color: rgb(66 32 6 / 0.35);
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.border-y-yellow-950\/40{
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-y-yellow-950\/45{
  border-top-color: rgb(66 32 6 / 0.45);
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.border-y-yellow-950\/5{
  border-top-color: rgb(66 32 6 / 0.05);
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-y-yellow-950\/50{
  border-top-color: rgb(66 32 6 / 0.5);
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-y-yellow-950\/55{
  border-top-color: rgb(66 32 6 / 0.55);
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.border-y-yellow-950\/60{
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-y-yellow-950\/65{
  border-top-color: rgb(66 32 6 / 0.65);
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.border-y-yellow-950\/70{
  border-top-color: rgb(66 32 6 / 0.7);
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-y-yellow-950\/75{
  border-top-color: rgb(66 32 6 / 0.75);
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-y-yellow-950\/80{
  border-top-color: rgb(66 32 6 / 0.8);
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-y-yellow-950\/85{
  border-top-color: rgb(66 32 6 / 0.85);
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.border-y-yellow-950\/90{
  border-top-color: rgb(66 32 6 / 0.9);
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-y-yellow-950\/95{
  border-top-color: rgb(66 32 6 / 0.95);
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-y-zinc-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(244 244 245 / 0.15);
  border-bottom-color: rgb(244 244 245 / 0.15);
}

.border-y-zinc-100\/20{
  border-top-color: rgb(244 244 245 / 0.2);
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.border-y-zinc-100\/25{
  border-top-color: rgb(244 244 245 / 0.25);
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.border-y-zinc-100\/30{
  border-top-color: rgb(244 244 245 / 0.3);
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.border-y-zinc-100\/35{
  border-top-color: rgb(244 244 245 / 0.35);
  border-bottom-color: rgb(244 244 245 / 0.35);
}

.border-y-zinc-100\/40{
  border-top-color: rgb(244 244 245 / 0.4);
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.border-y-zinc-100\/45{
  border-top-color: rgb(244 244 245 / 0.45);
  border-bottom-color: rgb(244 244 245 / 0.45);
}

.border-y-zinc-100\/5{
  border-top-color: rgb(244 244 245 / 0.05);
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.border-y-zinc-100\/50{
  border-top-color: rgb(244 244 245 / 0.5);
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.border-y-zinc-100\/55{
  border-top-color: rgb(244 244 245 / 0.55);
  border-bottom-color: rgb(244 244 245 / 0.55);
}

.border-y-zinc-100\/60{
  border-top-color: rgb(244 244 245 / 0.6);
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.border-y-zinc-100\/65{
  border-top-color: rgb(244 244 245 / 0.65);
  border-bottom-color: rgb(244 244 245 / 0.65);
}

.border-y-zinc-100\/70{
  border-top-color: rgb(244 244 245 / 0.7);
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.border-y-zinc-100\/75{
  border-top-color: rgb(244 244 245 / 0.75);
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.border-y-zinc-100\/80{
  border-top-color: rgb(244 244 245 / 0.8);
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.border-y-zinc-100\/85{
  border-top-color: rgb(244 244 245 / 0.85);
  border-bottom-color: rgb(244 244 245 / 0.85);
}

.border-y-zinc-100\/90{
  border-top-color: rgb(244 244 245 / 0.9);
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.border-y-zinc-100\/95{
  border-top-color: rgb(244 244 245 / 0.95);
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.border-y-zinc-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(228 228 231 / 0.15);
  border-bottom-color: rgb(228 228 231 / 0.15);
}

.border-y-zinc-200\/20{
  border-top-color: rgb(228 228 231 / 0.2);
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.border-y-zinc-200\/25{
  border-top-color: rgb(228 228 231 / 0.25);
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.border-y-zinc-200\/30{
  border-top-color: rgb(228 228 231 / 0.3);
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.border-y-zinc-200\/35{
  border-top-color: rgb(228 228 231 / 0.35);
  border-bottom-color: rgb(228 228 231 / 0.35);
}

.border-y-zinc-200\/40{
  border-top-color: rgb(228 228 231 / 0.4);
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.border-y-zinc-200\/45{
  border-top-color: rgb(228 228 231 / 0.45);
  border-bottom-color: rgb(228 228 231 / 0.45);
}

.border-y-zinc-200\/5{
  border-top-color: rgb(228 228 231 / 0.05);
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.border-y-zinc-200\/50{
  border-top-color: rgb(228 228 231 / 0.5);
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.border-y-zinc-200\/55{
  border-top-color: rgb(228 228 231 / 0.55);
  border-bottom-color: rgb(228 228 231 / 0.55);
}

.border-y-zinc-200\/60{
  border-top-color: rgb(228 228 231 / 0.6);
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.border-y-zinc-200\/65{
  border-top-color: rgb(228 228 231 / 0.65);
  border-bottom-color: rgb(228 228 231 / 0.65);
}

.border-y-zinc-200\/70{
  border-top-color: rgb(228 228 231 / 0.7);
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.border-y-zinc-200\/75{
  border-top-color: rgb(228 228 231 / 0.75);
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.border-y-zinc-200\/80{
  border-top-color: rgb(228 228 231 / 0.8);
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.border-y-zinc-200\/85{
  border-top-color: rgb(228 228 231 / 0.85);
  border-bottom-color: rgb(228 228 231 / 0.85);
}

.border-y-zinc-200\/90{
  border-top-color: rgb(228 228 231 / 0.9);
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.border-y-zinc-200\/95{
  border-top-color: rgb(228 228 231 / 0.95);
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.border-y-zinc-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(212 212 216 / 0.15);
  border-bottom-color: rgb(212 212 216 / 0.15);
}

.border-y-zinc-300\/20{
  border-top-color: rgb(212 212 216 / 0.2);
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.border-y-zinc-300\/25{
  border-top-color: rgb(212 212 216 / 0.25);
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.border-y-zinc-300\/30{
  border-top-color: rgb(212 212 216 / 0.3);
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.border-y-zinc-300\/35{
  border-top-color: rgb(212 212 216 / 0.35);
  border-bottom-color: rgb(212 212 216 / 0.35);
}

.border-y-zinc-300\/40{
  border-top-color: rgb(212 212 216 / 0.4);
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.border-y-zinc-300\/45{
  border-top-color: rgb(212 212 216 / 0.45);
  border-bottom-color: rgb(212 212 216 / 0.45);
}

.border-y-zinc-300\/5{
  border-top-color: rgb(212 212 216 / 0.05);
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.border-y-zinc-300\/50{
  border-top-color: rgb(212 212 216 / 0.5);
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.border-y-zinc-300\/55{
  border-top-color: rgb(212 212 216 / 0.55);
  border-bottom-color: rgb(212 212 216 / 0.55);
}

.border-y-zinc-300\/60{
  border-top-color: rgb(212 212 216 / 0.6);
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.border-y-zinc-300\/65{
  border-top-color: rgb(212 212 216 / 0.65);
  border-bottom-color: rgb(212 212 216 / 0.65);
}

.border-y-zinc-300\/70{
  border-top-color: rgb(212 212 216 / 0.7);
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.border-y-zinc-300\/75{
  border-top-color: rgb(212 212 216 / 0.75);
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.border-y-zinc-300\/80{
  border-top-color: rgb(212 212 216 / 0.8);
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.border-y-zinc-300\/85{
  border-top-color: rgb(212 212 216 / 0.85);
  border-bottom-color: rgb(212 212 216 / 0.85);
}

.border-y-zinc-300\/90{
  border-top-color: rgb(212 212 216 / 0.9);
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.border-y-zinc-300\/95{
  border-top-color: rgb(212 212 216 / 0.95);
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.border-y-zinc-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(161 161 170 / 0.15);
  border-bottom-color: rgb(161 161 170 / 0.15);
}

.border-y-zinc-400\/20{
  border-top-color: rgb(161 161 170 / 0.2);
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.border-y-zinc-400\/25{
  border-top-color: rgb(161 161 170 / 0.25);
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.border-y-zinc-400\/30{
  border-top-color: rgb(161 161 170 / 0.3);
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.border-y-zinc-400\/35{
  border-top-color: rgb(161 161 170 / 0.35);
  border-bottom-color: rgb(161 161 170 / 0.35);
}

.border-y-zinc-400\/40{
  border-top-color: rgb(161 161 170 / 0.4);
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.border-y-zinc-400\/45{
  border-top-color: rgb(161 161 170 / 0.45);
  border-bottom-color: rgb(161 161 170 / 0.45);
}

.border-y-zinc-400\/5{
  border-top-color: rgb(161 161 170 / 0.05);
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.border-y-zinc-400\/50{
  border-top-color: rgb(161 161 170 / 0.5);
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.border-y-zinc-400\/55{
  border-top-color: rgb(161 161 170 / 0.55);
  border-bottom-color: rgb(161 161 170 / 0.55);
}

.border-y-zinc-400\/60{
  border-top-color: rgb(161 161 170 / 0.6);
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.border-y-zinc-400\/65{
  border-top-color: rgb(161 161 170 / 0.65);
  border-bottom-color: rgb(161 161 170 / 0.65);
}

.border-y-zinc-400\/70{
  border-top-color: rgb(161 161 170 / 0.7);
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.border-y-zinc-400\/75{
  border-top-color: rgb(161 161 170 / 0.75);
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.border-y-zinc-400\/80{
  border-top-color: rgb(161 161 170 / 0.8);
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.border-y-zinc-400\/85{
  border-top-color: rgb(161 161 170 / 0.85);
  border-bottom-color: rgb(161 161 170 / 0.85);
}

.border-y-zinc-400\/90{
  border-top-color: rgb(161 161 170 / 0.9);
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.border-y-zinc-400\/95{
  border-top-color: rgb(161 161 170 / 0.95);
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.border-y-zinc-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.border-y-zinc-50\/20{
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-y-zinc-50\/25{
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-y-zinc-50\/30{
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-y-zinc-50\/35{
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.border-y-zinc-50\/40{
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-y-zinc-50\/45{
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.border-y-zinc-50\/5{
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-y-zinc-50\/50{
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-y-zinc-50\/55{
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.border-y-zinc-50\/60{
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-y-zinc-50\/65{
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.border-y-zinc-50\/70{
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-y-zinc-50\/75{
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-y-zinc-50\/80{
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-y-zinc-50\/85{
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.border-y-zinc-50\/90{
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-y-zinc-50\/95{
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-y-zinc-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(113 113 122 / 0.15);
  border-bottom-color: rgb(113 113 122 / 0.15);
}

.border-y-zinc-500\/20{
  border-top-color: rgb(113 113 122 / 0.2);
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.border-y-zinc-500\/25{
  border-top-color: rgb(113 113 122 / 0.25);
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.border-y-zinc-500\/30{
  border-top-color: rgb(113 113 122 / 0.3);
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.border-y-zinc-500\/35{
  border-top-color: rgb(113 113 122 / 0.35);
  border-bottom-color: rgb(113 113 122 / 0.35);
}

.border-y-zinc-500\/40{
  border-top-color: rgb(113 113 122 / 0.4);
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.border-y-zinc-500\/45{
  border-top-color: rgb(113 113 122 / 0.45);
  border-bottom-color: rgb(113 113 122 / 0.45);
}

.border-y-zinc-500\/5{
  border-top-color: rgb(113 113 122 / 0.05);
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.border-y-zinc-500\/50{
  border-top-color: rgb(113 113 122 / 0.5);
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.border-y-zinc-500\/55{
  border-top-color: rgb(113 113 122 / 0.55);
  border-bottom-color: rgb(113 113 122 / 0.55);
}

.border-y-zinc-500\/60{
  border-top-color: rgb(113 113 122 / 0.6);
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.border-y-zinc-500\/65{
  border-top-color: rgb(113 113 122 / 0.65);
  border-bottom-color: rgb(113 113 122 / 0.65);
}

.border-y-zinc-500\/70{
  border-top-color: rgb(113 113 122 / 0.7);
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.border-y-zinc-500\/75{
  border-top-color: rgb(113 113 122 / 0.75);
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.border-y-zinc-500\/80{
  border-top-color: rgb(113 113 122 / 0.8);
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.border-y-zinc-500\/85{
  border-top-color: rgb(113 113 122 / 0.85);
  border-bottom-color: rgb(113 113 122 / 0.85);
}

.border-y-zinc-500\/90{
  border-top-color: rgb(113 113 122 / 0.9);
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.border-y-zinc-500\/95{
  border-top-color: rgb(113 113 122 / 0.95);
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.border-y-zinc-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(82 82 91 / 0.15);
  border-bottom-color: rgb(82 82 91 / 0.15);
}

.border-y-zinc-600\/20{
  border-top-color: rgb(82 82 91 / 0.2);
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.border-y-zinc-600\/25{
  border-top-color: rgb(82 82 91 / 0.25);
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.border-y-zinc-600\/30{
  border-top-color: rgb(82 82 91 / 0.3);
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.border-y-zinc-600\/35{
  border-top-color: rgb(82 82 91 / 0.35);
  border-bottom-color: rgb(82 82 91 / 0.35);
}

.border-y-zinc-600\/40{
  border-top-color: rgb(82 82 91 / 0.4);
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.border-y-zinc-600\/45{
  border-top-color: rgb(82 82 91 / 0.45);
  border-bottom-color: rgb(82 82 91 / 0.45);
}

.border-y-zinc-600\/5{
  border-top-color: rgb(82 82 91 / 0.05);
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.border-y-zinc-600\/50{
  border-top-color: rgb(82 82 91 / 0.5);
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.border-y-zinc-600\/55{
  border-top-color: rgb(82 82 91 / 0.55);
  border-bottom-color: rgb(82 82 91 / 0.55);
}

.border-y-zinc-600\/60{
  border-top-color: rgb(82 82 91 / 0.6);
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.border-y-zinc-600\/65{
  border-top-color: rgb(82 82 91 / 0.65);
  border-bottom-color: rgb(82 82 91 / 0.65);
}

.border-y-zinc-600\/70{
  border-top-color: rgb(82 82 91 / 0.7);
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.border-y-zinc-600\/75{
  border-top-color: rgb(82 82 91 / 0.75);
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.border-y-zinc-600\/80{
  border-top-color: rgb(82 82 91 / 0.8);
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.border-y-zinc-600\/85{
  border-top-color: rgb(82 82 91 / 0.85);
  border-bottom-color: rgb(82 82 91 / 0.85);
}

.border-y-zinc-600\/90{
  border-top-color: rgb(82 82 91 / 0.9);
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.border-y-zinc-600\/95{
  border-top-color: rgb(82 82 91 / 0.95);
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.border-y-zinc-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(63 63 70 / 0.15);
  border-bottom-color: rgb(63 63 70 / 0.15);
}

.border-y-zinc-700\/20{
  border-top-color: rgb(63 63 70 / 0.2);
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.border-y-zinc-700\/25{
  border-top-color: rgb(63 63 70 / 0.25);
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.border-y-zinc-700\/30{
  border-top-color: rgb(63 63 70 / 0.3);
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.border-y-zinc-700\/35{
  border-top-color: rgb(63 63 70 / 0.35);
  border-bottom-color: rgb(63 63 70 / 0.35);
}

.border-y-zinc-700\/40{
  border-top-color: rgb(63 63 70 / 0.4);
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.border-y-zinc-700\/45{
  border-top-color: rgb(63 63 70 / 0.45);
  border-bottom-color: rgb(63 63 70 / 0.45);
}

.border-y-zinc-700\/5{
  border-top-color: rgb(63 63 70 / 0.05);
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.border-y-zinc-700\/50{
  border-top-color: rgb(63 63 70 / 0.5);
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.border-y-zinc-700\/55{
  border-top-color: rgb(63 63 70 / 0.55);
  border-bottom-color: rgb(63 63 70 / 0.55);
}

.border-y-zinc-700\/60{
  border-top-color: rgb(63 63 70 / 0.6);
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.border-y-zinc-700\/65{
  border-top-color: rgb(63 63 70 / 0.65);
  border-bottom-color: rgb(63 63 70 / 0.65);
}

.border-y-zinc-700\/70{
  border-top-color: rgb(63 63 70 / 0.7);
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.border-y-zinc-700\/75{
  border-top-color: rgb(63 63 70 / 0.75);
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.border-y-zinc-700\/80{
  border-top-color: rgb(63 63 70 / 0.8);
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.border-y-zinc-700\/85{
  border-top-color: rgb(63 63 70 / 0.85);
  border-bottom-color: rgb(63 63 70 / 0.85);
}

.border-y-zinc-700\/90{
  border-top-color: rgb(63 63 70 / 0.9);
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.border-y-zinc-700\/95{
  border-top-color: rgb(63 63 70 / 0.95);
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.border-y-zinc-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(39 39 42 / 0.15);
  border-bottom-color: rgb(39 39 42 / 0.15);
}

.border-y-zinc-800\/20{
  border-top-color: rgb(39 39 42 / 0.2);
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.border-y-zinc-800\/25{
  border-top-color: rgb(39 39 42 / 0.25);
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.border-y-zinc-800\/30{
  border-top-color: rgb(39 39 42 / 0.3);
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.border-y-zinc-800\/35{
  border-top-color: rgb(39 39 42 / 0.35);
  border-bottom-color: rgb(39 39 42 / 0.35);
}

.border-y-zinc-800\/40{
  border-top-color: rgb(39 39 42 / 0.4);
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.border-y-zinc-800\/45{
  border-top-color: rgb(39 39 42 / 0.45);
  border-bottom-color: rgb(39 39 42 / 0.45);
}

.border-y-zinc-800\/5{
  border-top-color: rgb(39 39 42 / 0.05);
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.border-y-zinc-800\/50{
  border-top-color: rgb(39 39 42 / 0.5);
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.border-y-zinc-800\/55{
  border-top-color: rgb(39 39 42 / 0.55);
  border-bottom-color: rgb(39 39 42 / 0.55);
}

.border-y-zinc-800\/60{
  border-top-color: rgb(39 39 42 / 0.6);
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.border-y-zinc-800\/65{
  border-top-color: rgb(39 39 42 / 0.65);
  border-bottom-color: rgb(39 39 42 / 0.65);
}

.border-y-zinc-800\/70{
  border-top-color: rgb(39 39 42 / 0.7);
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.border-y-zinc-800\/75{
  border-top-color: rgb(39 39 42 / 0.75);
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.border-y-zinc-800\/80{
  border-top-color: rgb(39 39 42 / 0.8);
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.border-y-zinc-800\/85{
  border-top-color: rgb(39 39 42 / 0.85);
  border-bottom-color: rgb(39 39 42 / 0.85);
}

.border-y-zinc-800\/90{
  border-top-color: rgb(39 39 42 / 0.9);
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.border-y-zinc-800\/95{
  border-top-color: rgb(39 39 42 / 0.95);
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.border-y-zinc-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(24 24 27 / 0.15);
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.border-y-zinc-900\/20{
  border-top-color: rgb(24 24 27 / 0.2);
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.border-y-zinc-900\/25{
  border-top-color: rgb(24 24 27 / 0.25);
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.border-y-zinc-900\/30{
  border-top-color: rgb(24 24 27 / 0.3);
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.border-y-zinc-900\/35{
  border-top-color: rgb(24 24 27 / 0.35);
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.border-y-zinc-900\/40{
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.border-y-zinc-900\/45{
  border-top-color: rgb(24 24 27 / 0.45);
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.border-y-zinc-900\/5{
  border-top-color: rgb(24 24 27 / 0.05);
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.border-y-zinc-900\/50{
  border-top-color: rgb(24 24 27 / 0.5);
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.border-y-zinc-900\/55{
  border-top-color: rgb(24 24 27 / 0.55);
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.border-y-zinc-900\/60{
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.border-y-zinc-900\/65{
  border-top-color: rgb(24 24 27 / 0.65);
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.border-y-zinc-900\/70{
  border-top-color: rgb(24 24 27 / 0.7);
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.border-y-zinc-900\/75{
  border-top-color: rgb(24 24 27 / 0.75);
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.border-y-zinc-900\/80{
  border-top-color: rgb(24 24 27 / 0.8);
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.border-y-zinc-900\/85{
  border-top-color: rgb(24 24 27 / 0.85);
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.border-y-zinc-900\/90{
  border-top-color: rgb(24 24 27 / 0.9);
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.border-y-zinc-900\/95{
  border-top-color: rgb(24 24 27 / 0.95);
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.border-y-zinc-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity));
  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\/15{
  border-top-color: rgb(9 9 11 / 0.15);
  border-bottom-color: rgb(9 9 11 / 0.15);
}

.border-y-zinc-950\/20{
  border-top-color: rgb(9 9 11 / 0.2);
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.border-y-zinc-950\/25{
  border-top-color: rgb(9 9 11 / 0.25);
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.border-y-zinc-950\/30{
  border-top-color: rgb(9 9 11 / 0.3);
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.border-y-zinc-950\/35{
  border-top-color: rgb(9 9 11 / 0.35);
  border-bottom-color: rgb(9 9 11 / 0.35);
}

.border-y-zinc-950\/40{
  border-top-color: rgb(9 9 11 / 0.4);
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.border-y-zinc-950\/45{
  border-top-color: rgb(9 9 11 / 0.45);
  border-bottom-color: rgb(9 9 11 / 0.45);
}

.border-y-zinc-950\/5{
  border-top-color: rgb(9 9 11 / 0.05);
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.border-y-zinc-950\/50{
  border-top-color: rgb(9 9 11 / 0.5);
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.border-y-zinc-950\/55{
  border-top-color: rgb(9 9 11 / 0.55);
  border-bottom-color: rgb(9 9 11 / 0.55);
}

.border-y-zinc-950\/60{
  border-top-color: rgb(9 9 11 / 0.6);
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.border-y-zinc-950\/65{
  border-top-color: rgb(9 9 11 / 0.65);
  border-bottom-color: rgb(9 9 11 / 0.65);
}

.border-y-zinc-950\/70{
  border-top-color: rgb(9 9 11 / 0.7);
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.border-y-zinc-950\/75{
  border-top-color: rgb(9 9 11 / 0.75);
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.border-y-zinc-950\/80{
  border-top-color: rgb(9 9 11 / 0.8);
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.border-y-zinc-950\/85{
  border-top-color: rgb(9 9 11 / 0.85);
  border-bottom-color: rgb(9 9 11 / 0.85);
}

.border-y-zinc-950\/90{
  border-top-color: rgb(9 9 11 / 0.9);
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.border-y-zinc-950\/95{
  border-top-color: rgb(9 9 11 / 0.95);
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.border-b-accent{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.border-b-accent\/0{
  border-bottom-color: rgb(70 109 148 / 0);
}

.border-b-accent\/10{
  border-bottom-color: rgb(70 109 148 / 0.1);
}

.border-b-accent\/100{
  border-bottom-color: rgb(70 109 148 / 1);
}

.border-b-accent\/15{
  border-bottom-color: rgb(70 109 148 / 0.15);
}

.border-b-accent\/20{
  border-bottom-color: rgb(70 109 148 / 0.2);
}

.border-b-accent\/25{
  border-bottom-color: rgb(70 109 148 / 0.25);
}

.border-b-accent\/30{
  border-bottom-color: rgb(70 109 148 / 0.3);
}

.border-b-accent\/35{
  border-bottom-color: rgb(70 109 148 / 0.35);
}

.border-b-accent\/40{
  border-bottom-color: rgb(70 109 148 / 0.4);
}

.border-b-accent\/45{
  border-bottom-color: rgb(70 109 148 / 0.45);
}

.border-b-accent\/5{
  border-bottom-color: rgb(70 109 148 / 0.05);
}

.border-b-accent\/50{
  border-bottom-color: rgb(70 109 148 / 0.5);
}

.border-b-accent\/55{
  border-bottom-color: rgb(70 109 148 / 0.55);
}

.border-b-accent\/60{
  border-bottom-color: rgb(70 109 148 / 0.6);
}

.border-b-accent\/65{
  border-bottom-color: rgb(70 109 148 / 0.65);
}

.border-b-accent\/70{
  border-bottom-color: rgb(70 109 148 / 0.7);
}

.border-b-accent\/75{
  border-bottom-color: rgb(70 109 148 / 0.75);
}

.border-b-accent\/80{
  border-bottom-color: rgb(70 109 148 / 0.8);
}

.border-b-accent\/85{
  border-bottom-color: rgb(70 109 148 / 0.85);
}

.border-b-accent\/90{
  border-bottom-color: rgb(70 109 148 / 0.9);
}

.border-b-accent\/95{
  border-bottom-color: rgb(70 109 148 / 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\/15{
  border-bottom-color: rgb(254 243 199 / 0.15);
}

.border-b-amber-100\/20{
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.border-b-amber-100\/25{
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.border-b-amber-100\/30{
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.border-b-amber-100\/35{
  border-bottom-color: rgb(254 243 199 / 0.35);
}

.border-b-amber-100\/40{
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.border-b-amber-100\/45{
  border-bottom-color: rgb(254 243 199 / 0.45);
}

.border-b-amber-100\/5{
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.border-b-amber-100\/50{
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.border-b-amber-100\/55{
  border-bottom-color: rgb(254 243 199 / 0.55);
}

.border-b-amber-100\/60{
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.border-b-amber-100\/65{
  border-bottom-color: rgb(254 243 199 / 0.65);
}

.border-b-amber-100\/70{
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.border-b-amber-100\/75{
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.border-b-amber-100\/80{
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.border-b-amber-100\/85{
  border-bottom-color: rgb(254 243 199 / 0.85);
}

.border-b-amber-100\/90{
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.border-b-amber-100\/95{
  border-bottom-color: rgb(254 243 199 / 0.95);
}

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

.border-b-amber-200\/0{
  border-bottom-color: rgb(253 230 138 / 0);
}

.border-b-amber-200\/10{
  border-bottom-color: rgb(253 230 138 / 0.1);
}

.border-b-amber-200\/100{
  border-bottom-color: rgb(253 230 138 / 1);
}

.border-b-amber-200\/15{
  border-bottom-color: rgb(253 230 138 / 0.15);
}

.border-b-amber-200\/20{
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.border-b-amber-200\/25{
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.border-b-amber-200\/30{
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.border-b-amber-200\/35{
  border-bottom-color: rgb(253 230 138 / 0.35);
}

.border-b-amber-200\/40{
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.border-b-amber-200\/45{
  border-bottom-color: rgb(253 230 138 / 0.45);
}

.border-b-amber-200\/5{
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.border-b-amber-200\/50{
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.border-b-amber-200\/55{
  border-bottom-color: rgb(253 230 138 / 0.55);
}

.border-b-amber-200\/60{
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.border-b-amber-200\/65{
  border-bottom-color: rgb(253 230 138 / 0.65);
}

.border-b-amber-200\/70{
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.border-b-amber-200\/75{
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.border-b-amber-200\/80{
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.border-b-amber-200\/85{
  border-bottom-color: rgb(253 230 138 / 0.85);
}

.border-b-amber-200\/90{
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.border-b-amber-200\/95{
  border-bottom-color: rgb(253 230 138 / 0.95);
}

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

.border-b-amber-300\/0{
  border-bottom-color: rgb(252 211 77 / 0);
}

.border-b-amber-300\/10{
  border-bottom-color: rgb(252 211 77 / 0.1);
}

.border-b-amber-300\/100{
  border-bottom-color: rgb(252 211 77 / 1);
}

.border-b-amber-300\/15{
  border-bottom-color: rgb(252 211 77 / 0.15);
}

.border-b-amber-300\/20{
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.border-b-amber-300\/25{
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.border-b-amber-300\/30{
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.border-b-amber-300\/35{
  border-bottom-color: rgb(252 211 77 / 0.35);
}

.border-b-amber-300\/40{
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.border-b-amber-300\/45{
  border-bottom-color: rgb(252 211 77 / 0.45);
}

.border-b-amber-300\/5{
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.border-b-amber-300\/50{
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.border-b-amber-300\/55{
  border-bottom-color: rgb(252 211 77 / 0.55);
}

.border-b-amber-300\/60{
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.border-b-amber-300\/65{
  border-bottom-color: rgb(252 211 77 / 0.65);
}

.border-b-amber-300\/70{
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.border-b-amber-300\/75{
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.border-b-amber-300\/80{
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.border-b-amber-300\/85{
  border-bottom-color: rgb(252 211 77 / 0.85);
}

.border-b-amber-300\/90{
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.border-b-amber-300\/95{
  border-bottom-color: rgb(252 211 77 / 0.95);
}

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

.border-b-amber-400\/0{
  border-bottom-color: rgb(251 191 36 / 0);
}

.border-b-amber-400\/10{
  border-bottom-color: rgb(251 191 36 / 0.1);
}

.border-b-amber-400\/100{
  border-bottom-color: rgb(251 191 36 / 1);
}

.border-b-amber-400\/15{
  border-bottom-color: rgb(251 191 36 / 0.15);
}

.border-b-amber-400\/20{
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.border-b-amber-400\/25{
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.border-b-amber-400\/30{
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.border-b-amber-400\/35{
  border-bottom-color: rgb(251 191 36 / 0.35);
}

.border-b-amber-400\/40{
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.border-b-amber-400\/45{
  border-bottom-color: rgb(251 191 36 / 0.45);
}

.border-b-amber-400\/5{
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.border-b-amber-400\/50{
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.border-b-amber-400\/55{
  border-bottom-color: rgb(251 191 36 / 0.55);
}

.border-b-amber-400\/60{
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.border-b-amber-400\/65{
  border-bottom-color: rgb(251 191 36 / 0.65);
}

.border-b-amber-400\/70{
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.border-b-amber-400\/75{
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.border-b-amber-400\/80{
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.border-b-amber-400\/85{
  border-bottom-color: rgb(251 191 36 / 0.85);
}

.border-b-amber-400\/90{
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.border-b-amber-400\/95{
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.border-b-amber-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-b-amber-50\/0{
  border-bottom-color: rgb(255 251 235 / 0);
}

.border-b-amber-50\/10{
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.border-b-amber-50\/100{
  border-bottom-color: rgb(255 251 235 / 1);
}

.border-b-amber-50\/15{
  border-bottom-color: rgb(255 251 235 / 0.15);
}

.border-b-amber-50\/20{
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.border-b-amber-50\/25{
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.border-b-amber-50\/30{
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.border-b-amber-50\/35{
  border-bottom-color: rgb(255 251 235 / 0.35);
}

.border-b-amber-50\/40{
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.border-b-amber-50\/45{
  border-bottom-color: rgb(255 251 235 / 0.45);
}

.border-b-amber-50\/5{
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.border-b-amber-50\/50{
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.border-b-amber-50\/55{
  border-bottom-color: rgb(255 251 235 / 0.55);
}

.border-b-amber-50\/60{
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.border-b-amber-50\/65{
  border-bottom-color: rgb(255 251 235 / 0.65);
}

.border-b-amber-50\/70{
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.border-b-amber-50\/75{
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.border-b-amber-50\/80{
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.border-b-amber-50\/85{
  border-bottom-color: rgb(255 251 235 / 0.85);
}

.border-b-amber-50\/90{
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.border-b-amber-50\/95{
  border-bottom-color: rgb(255 251 235 / 0.95);
}

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

.border-b-amber-500\/0{
  border-bottom-color: rgb(245 158 11 / 0);
}

.border-b-amber-500\/10{
  border-bottom-color: rgb(245 158 11 / 0.1);
}

.border-b-amber-500\/100{
  border-bottom-color: rgb(245 158 11 / 1);
}

.border-b-amber-500\/15{
  border-bottom-color: rgb(245 158 11 / 0.15);
}

.border-b-amber-500\/20{
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.border-b-amber-500\/25{
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.border-b-amber-500\/30{
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.border-b-amber-500\/35{
  border-bottom-color: rgb(245 158 11 / 0.35);
}

.border-b-amber-500\/40{
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.border-b-amber-500\/45{
  border-bottom-color: rgb(245 158 11 / 0.45);
}

.border-b-amber-500\/5{
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.border-b-amber-500\/50{
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.border-b-amber-500\/55{
  border-bottom-color: rgb(245 158 11 / 0.55);
}

.border-b-amber-500\/60{
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.border-b-amber-500\/65{
  border-bottom-color: rgb(245 158 11 / 0.65);
}

.border-b-amber-500\/70{
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.border-b-amber-500\/75{
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.border-b-amber-500\/80{
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.border-b-amber-500\/85{
  border-bottom-color: rgb(245 158 11 / 0.85);
}

.border-b-amber-500\/90{
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.border-b-amber-500\/95{
  border-bottom-color: rgb(245 158 11 / 0.95);
}

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

.border-b-amber-600\/0{
  border-bottom-color: rgb(217 119 6 / 0);
}

.border-b-amber-600\/10{
  border-bottom-color: rgb(217 119 6 / 0.1);
}

.border-b-amber-600\/100{
  border-bottom-color: rgb(217 119 6 / 1);
}

.border-b-amber-600\/15{
  border-bottom-color: rgb(217 119 6 / 0.15);
}

.border-b-amber-600\/20{
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.border-b-amber-600\/25{
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.border-b-amber-600\/30{
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.border-b-amber-600\/35{
  border-bottom-color: rgb(217 119 6 / 0.35);
}

.border-b-amber-600\/40{
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.border-b-amber-600\/45{
  border-bottom-color: rgb(217 119 6 / 0.45);
}

.border-b-amber-600\/5{
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.border-b-amber-600\/50{
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.border-b-amber-600\/55{
  border-bottom-color: rgb(217 119 6 / 0.55);
}

.border-b-amber-600\/60{
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.border-b-amber-600\/65{
  border-bottom-color: rgb(217 119 6 / 0.65);
}

.border-b-amber-600\/70{
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.border-b-amber-600\/75{
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.border-b-amber-600\/80{
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.border-b-amber-600\/85{
  border-bottom-color: rgb(217 119 6 / 0.85);
}

.border-b-amber-600\/90{
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.border-b-amber-600\/95{
  border-bottom-color: rgb(217 119 6 / 0.95);
}

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

.border-b-amber-700\/0{
  border-bottom-color: rgb(180 83 9 / 0);
}

.border-b-amber-700\/10{
  border-bottom-color: rgb(180 83 9 / 0.1);
}

.border-b-amber-700\/100{
  border-bottom-color: rgb(180 83 9 / 1);
}

.border-b-amber-700\/15{
  border-bottom-color: rgb(180 83 9 / 0.15);
}

.border-b-amber-700\/20{
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.border-b-amber-700\/25{
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.border-b-amber-700\/30{
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.border-b-amber-700\/35{
  border-bottom-color: rgb(180 83 9 / 0.35);
}

.border-b-amber-700\/40{
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.border-b-amber-700\/45{
  border-bottom-color: rgb(180 83 9 / 0.45);
}

.border-b-amber-700\/5{
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.border-b-amber-700\/50{
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.border-b-amber-700\/55{
  border-bottom-color: rgb(180 83 9 / 0.55);
}

.border-b-amber-700\/60{
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.border-b-amber-700\/65{
  border-bottom-color: rgb(180 83 9 / 0.65);
}

.border-b-amber-700\/70{
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.border-b-amber-700\/75{
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.border-b-amber-700\/80{
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.border-b-amber-700\/85{
  border-bottom-color: rgb(180 83 9 / 0.85);
}

.border-b-amber-700\/90{
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.border-b-amber-700\/95{
  border-bottom-color: rgb(180 83 9 / 0.95);
}

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

.border-b-amber-800\/0{
  border-bottom-color: rgb(146 64 14 / 0);
}

.border-b-amber-800\/10{
  border-bottom-color: rgb(146 64 14 / 0.1);
}

.border-b-amber-800\/100{
  border-bottom-color: rgb(146 64 14 / 1);
}

.border-b-amber-800\/15{
  border-bottom-color: rgb(146 64 14 / 0.15);
}

.border-b-amber-800\/20{
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.border-b-amber-800\/25{
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.border-b-amber-800\/30{
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.border-b-amber-800\/35{
  border-bottom-color: rgb(146 64 14 / 0.35);
}

.border-b-amber-800\/40{
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.border-b-amber-800\/45{
  border-bottom-color: rgb(146 64 14 / 0.45);
}

.border-b-amber-800\/5{
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.border-b-amber-800\/50{
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.border-b-amber-800\/55{
  border-bottom-color: rgb(146 64 14 / 0.55);
}

.border-b-amber-800\/60{
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.border-b-amber-800\/65{
  border-bottom-color: rgb(146 64 14 / 0.65);
}

.border-b-amber-800\/70{
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.border-b-amber-800\/75{
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.border-b-amber-800\/80{
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.border-b-amber-800\/85{
  border-bottom-color: rgb(146 64 14 / 0.85);
}

.border-b-amber-800\/90{
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.border-b-amber-800\/95{
  border-bottom-color: rgb(146 64 14 / 0.95);
}

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

.border-b-amber-900\/0{
  border-bottom-color: rgb(120 53 15 / 0);
}

.border-b-amber-900\/10{
  border-bottom-color: rgb(120 53 15 / 0.1);
}

.border-b-amber-900\/100{
  border-bottom-color: rgb(120 53 15 / 1);
}

.border-b-amber-900\/15{
  border-bottom-color: rgb(120 53 15 / 0.15);
}

.border-b-amber-900\/20{
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.border-b-amber-900\/25{
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.border-b-amber-900\/30{
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.border-b-amber-900\/35{
  border-bottom-color: rgb(120 53 15 / 0.35);
}

.border-b-amber-900\/40{
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.border-b-amber-900\/45{
  border-bottom-color: rgb(120 53 15 / 0.45);
}

.border-b-amber-900\/5{
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.border-b-amber-900\/50{
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.border-b-amber-900\/55{
  border-bottom-color: rgb(120 53 15 / 0.55);
}

.border-b-amber-900\/60{
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.border-b-amber-900\/65{
  border-bottom-color: rgb(120 53 15 / 0.65);
}

.border-b-amber-900\/70{
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.border-b-amber-900\/75{
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.border-b-amber-900\/80{
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.border-b-amber-900\/85{
  border-bottom-color: rgb(120 53 15 / 0.85);
}

.border-b-amber-900\/90{
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.border-b-amber-900\/95{
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.border-b-amber-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-b-amber-950\/0{
  border-bottom-color: rgb(69 26 3 / 0);
}

.border-b-amber-950\/10{
  border-bottom-color: rgb(69 26 3 / 0.1);
}

.border-b-amber-950\/100{
  border-bottom-color: rgb(69 26 3 / 1);
}

.border-b-amber-950\/15{
  border-bottom-color: rgb(69 26 3 / 0.15);
}

.border-b-amber-950\/20{
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.border-b-amber-950\/25{
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.border-b-amber-950\/30{
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.border-b-amber-950\/35{
  border-bottom-color: rgb(69 26 3 / 0.35);
}

.border-b-amber-950\/40{
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.border-b-amber-950\/45{
  border-bottom-color: rgb(69 26 3 / 0.45);
}

.border-b-amber-950\/5{
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.border-b-amber-950\/50{
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.border-b-amber-950\/55{
  border-bottom-color: rgb(69 26 3 / 0.55);
}

.border-b-amber-950\/60{
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.border-b-amber-950\/65{
  border-bottom-color: rgb(69 26 3 / 0.65);
}

.border-b-amber-950\/70{
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.border-b-amber-950\/75{
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.border-b-amber-950\/80{
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.border-b-amber-950\/85{
  border-bottom-color: rgb(69 26 3 / 0.85);
}

.border-b-amber-950\/90{
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.border-b-amber-950\/95{
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.border-b-background{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.border-b-background\/0{
  border-bottom-color: rgb(245 246 250 / 0);
}

.border-b-background\/10{
  border-bottom-color: rgb(245 246 250 / 0.1);
}

.border-b-background\/100{
  border-bottom-color: rgb(245 246 250 / 1);
}

.border-b-background\/15{
  border-bottom-color: rgb(245 246 250 / 0.15);
}

.border-b-background\/20{
  border-bottom-color: rgb(245 246 250 / 0.2);
}

.border-b-background\/25{
  border-bottom-color: rgb(245 246 250 / 0.25);
}

.border-b-background\/30{
  border-bottom-color: rgb(245 246 250 / 0.3);
}

.border-b-background\/35{
  border-bottom-color: rgb(245 246 250 / 0.35);
}

.border-b-background\/40{
  border-bottom-color: rgb(245 246 250 / 0.4);
}

.border-b-background\/45{
  border-bottom-color: rgb(245 246 250 / 0.45);
}

.border-b-background\/5{
  border-bottom-color: rgb(245 246 250 / 0.05);
}

.border-b-background\/50{
  border-bottom-color: rgb(245 246 250 / 0.5);
}

.border-b-background\/55{
  border-bottom-color: rgb(245 246 250 / 0.55);
}

.border-b-background\/60{
  border-bottom-color: rgb(245 246 250 / 0.6);
}

.border-b-background\/65{
  border-bottom-color: rgb(245 246 250 / 0.65);
}

.border-b-background\/70{
  border-bottom-color: rgb(245 246 250 / 0.7);
}

.border-b-background\/75{
  border-bottom-color: rgb(245 246 250 / 0.75);
}

.border-b-background\/80{
  border-bottom-color: rgb(245 246 250 / 0.8);
}

.border-b-background\/85{
  border-bottom-color: rgb(245 246 250 / 0.85);
}

.border-b-background\/90{
  border-bottom-color: rgb(245 246 250 / 0.9);
}

.border-b-background\/95{
  border-bottom-color: rgb(245 246 250 / 0.95);
}

.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.border-b-black\/0{
  border-bottom-color: rgb(41 44 53 / 0);
}

.border-b-black\/10{
  border-bottom-color: rgb(41 44 53 / 0.1);
}

.border-b-black\/100{
  border-bottom-color: rgb(41 44 53 / 1);
}

.border-b-black\/15{
  border-bottom-color: rgb(41 44 53 / 0.15);
}

.border-b-black\/20{
  border-bottom-color: rgb(41 44 53 / 0.2);
}

.border-b-black\/25{
  border-bottom-color: rgb(41 44 53 / 0.25);
}

.border-b-black\/30{
  border-bottom-color: rgb(41 44 53 / 0.3);
}

.border-b-black\/35{
  border-bottom-color: rgb(41 44 53 / 0.35);
}

.border-b-black\/40{
  border-bottom-color: rgb(41 44 53 / 0.4);
}

.border-b-black\/45{
  border-bottom-color: rgb(41 44 53 / 0.45);
}

.border-b-black\/5{
  border-bottom-color: rgb(41 44 53 / 0.05);
}

.border-b-black\/50{
  border-bottom-color: rgb(41 44 53 / 0.5);
}

.border-b-black\/55{
  border-bottom-color: rgb(41 44 53 / 0.55);
}

.border-b-black\/60{
  border-bottom-color: rgb(41 44 53 / 0.6);
}

.border-b-black\/65{
  border-bottom-color: rgb(41 44 53 / 0.65);
}

.border-b-black\/70{
  border-bottom-color: rgb(41 44 53 / 0.7);
}

.border-b-black\/75{
  border-bottom-color: rgb(41 44 53 / 0.75);
}

.border-b-black\/80{
  border-bottom-color: rgb(41 44 53 / 0.8);
}

.border-b-black\/85{
  border-bottom-color: rgb(41 44 53 / 0.85);
}

.border-b-black\/90{
  border-bottom-color: rgb(41 44 53 / 0.9);
}

.border-b-black\/95{
  border-bottom-color: rgb(41 44 53 / 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\/15{
  border-bottom-color: rgb(219 234 254 / 0.15);
}

.border-b-blue-100\/20{
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.border-b-blue-100\/25{
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.border-b-blue-100\/30{
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.border-b-blue-100\/35{
  border-bottom-color: rgb(219 234 254 / 0.35);
}

.border-b-blue-100\/40{
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.border-b-blue-100\/45{
  border-bottom-color: rgb(219 234 254 / 0.45);
}

.border-b-blue-100\/5{
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.border-b-blue-100\/50{
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.border-b-blue-100\/55{
  border-bottom-color: rgb(219 234 254 / 0.55);
}

.border-b-blue-100\/60{
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.border-b-blue-100\/65{
  border-bottom-color: rgb(219 234 254 / 0.65);
}

.border-b-blue-100\/70{
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.border-b-blue-100\/75{
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.border-b-blue-100\/80{
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.border-b-blue-100\/85{
  border-bottom-color: rgb(219 234 254 / 0.85);
}

.border-b-blue-100\/90{
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.border-b-blue-100\/95{
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.border-b-blue-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-b-blue-200\/0{
  border-bottom-color: rgb(191 219 254 / 0);
}

.border-b-blue-200\/10{
  border-bottom-color: rgb(191 219 254 / 0.1);
}

.border-b-blue-200\/100{
  border-bottom-color: rgb(191 219 254 / 1);
}

.border-b-blue-200\/15{
  border-bottom-color: rgb(191 219 254 / 0.15);
}

.border-b-blue-200\/20{
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.border-b-blue-200\/25{
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.border-b-blue-200\/30{
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.border-b-blue-200\/35{
  border-bottom-color: rgb(191 219 254 / 0.35);
}

.border-b-blue-200\/40{
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.border-b-blue-200\/45{
  border-bottom-color: rgb(191 219 254 / 0.45);
}

.border-b-blue-200\/5{
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.border-b-blue-200\/50{
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.border-b-blue-200\/55{
  border-bottom-color: rgb(191 219 254 / 0.55);
}

.border-b-blue-200\/60{
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.border-b-blue-200\/65{
  border-bottom-color: rgb(191 219 254 / 0.65);
}

.border-b-blue-200\/70{
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.border-b-blue-200\/75{
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.border-b-blue-200\/80{
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.border-b-blue-200\/85{
  border-bottom-color: rgb(191 219 254 / 0.85);
}

.border-b-blue-200\/90{
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.border-b-blue-200\/95{
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.border-b-blue-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-b-blue-300\/0{
  border-bottom-color: rgb(147 197 253 / 0);
}

.border-b-blue-300\/10{
  border-bottom-color: rgb(147 197 253 / 0.1);
}

.border-b-blue-300\/100{
  border-bottom-color: rgb(147 197 253 / 1);
}

.border-b-blue-300\/15{
  border-bottom-color: rgb(147 197 253 / 0.15);
}

.border-b-blue-300\/20{
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.border-b-blue-300\/25{
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.border-b-blue-300\/30{
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.border-b-blue-300\/35{
  border-bottom-color: rgb(147 197 253 / 0.35);
}

.border-b-blue-300\/40{
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.border-b-blue-300\/45{
  border-bottom-color: rgb(147 197 253 / 0.45);
}

.border-b-blue-300\/5{
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.border-b-blue-300\/50{
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.border-b-blue-300\/55{
  border-bottom-color: rgb(147 197 253 / 0.55);
}

.border-b-blue-300\/60{
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.border-b-blue-300\/65{
  border-bottom-color: rgb(147 197 253 / 0.65);
}

.border-b-blue-300\/70{
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.border-b-blue-300\/75{
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.border-b-blue-300\/80{
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.border-b-blue-300\/85{
  border-bottom-color: rgb(147 197 253 / 0.85);
}

.border-b-blue-300\/90{
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.border-b-blue-300\/95{
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.border-b-blue-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-b-blue-400\/0{
  border-bottom-color: rgb(96 165 250 / 0);
}

.border-b-blue-400\/10{
  border-bottom-color: rgb(96 165 250 / 0.1);
}

.border-b-blue-400\/100{
  border-bottom-color: rgb(96 165 250 / 1);
}

.border-b-blue-400\/15{
  border-bottom-color: rgb(96 165 250 / 0.15);
}

.border-b-blue-400\/20{
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.border-b-blue-400\/25{
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.border-b-blue-400\/30{
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.border-b-blue-400\/35{
  border-bottom-color: rgb(96 165 250 / 0.35);
}

.border-b-blue-400\/40{
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.border-b-blue-400\/45{
  border-bottom-color: rgb(96 165 250 / 0.45);
}

.border-b-blue-400\/5{
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.border-b-blue-400\/50{
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.border-b-blue-400\/55{
  border-bottom-color: rgb(96 165 250 / 0.55);
}

.border-b-blue-400\/60{
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.border-b-blue-400\/65{
  border-bottom-color: rgb(96 165 250 / 0.65);
}

.border-b-blue-400\/70{
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.border-b-blue-400\/75{
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.border-b-blue-400\/80{
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.border-b-blue-400\/85{
  border-bottom-color: rgb(96 165 250 / 0.85);
}

.border-b-blue-400\/90{
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.border-b-blue-400\/95{
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.border-b-blue-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-b-blue-50\/0{
  border-bottom-color: rgb(239 246 255 / 0);
}

.border-b-blue-50\/10{
  border-bottom-color: rgb(239 246 255 / 0.1);
}

.border-b-blue-50\/100{
  border-bottom-color: rgb(239 246 255 / 1);
}

.border-b-blue-50\/15{
  border-bottom-color: rgb(239 246 255 / 0.15);
}

.border-b-blue-50\/20{
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.border-b-blue-50\/25{
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.border-b-blue-50\/30{
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.border-b-blue-50\/35{
  border-bottom-color: rgb(239 246 255 / 0.35);
}

.border-b-blue-50\/40{
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.border-b-blue-50\/45{
  border-bottom-color: rgb(239 246 255 / 0.45);
}

.border-b-blue-50\/5{
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.border-b-blue-50\/50{
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.border-b-blue-50\/55{
  border-bottom-color: rgb(239 246 255 / 0.55);
}

.border-b-blue-50\/60{
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.border-b-blue-50\/65{
  border-bottom-color: rgb(239 246 255 / 0.65);
}

.border-b-blue-50\/70{
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.border-b-blue-50\/75{
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.border-b-blue-50\/80{
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.border-b-blue-50\/85{
  border-bottom-color: rgb(239 246 255 / 0.85);
}

.border-b-blue-50\/90{
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.border-b-blue-50\/95{
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.border-b-blue-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-b-blue-500\/0{
  border-bottom-color: rgb(59 130 246 / 0);
}

.border-b-blue-500\/10{
  border-bottom-color: rgb(59 130 246 / 0.1);
}

.border-b-blue-500\/100{
  border-bottom-color: rgb(59 130 246 / 1);
}

.border-b-blue-500\/15{
  border-bottom-color: rgb(59 130 246 / 0.15);
}

.border-b-blue-500\/20{
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.border-b-blue-500\/25{
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.border-b-blue-500\/30{
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.border-b-blue-500\/35{
  border-bottom-color: rgb(59 130 246 / 0.35);
}

.border-b-blue-500\/40{
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.border-b-blue-500\/45{
  border-bottom-color: rgb(59 130 246 / 0.45);
}

.border-b-blue-500\/5{
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.border-b-blue-500\/50{
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.border-b-blue-500\/55{
  border-bottom-color: rgb(59 130 246 / 0.55);
}

.border-b-blue-500\/60{
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.border-b-blue-500\/65{
  border-bottom-color: rgb(59 130 246 / 0.65);
}

.border-b-blue-500\/70{
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.border-b-blue-500\/75{
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.border-b-blue-500\/80{
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.border-b-blue-500\/85{
  border-bottom-color: rgb(59 130 246 / 0.85);
}

.border-b-blue-500\/90{
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.border-b-blue-500\/95{
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.border-b-blue-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-b-blue-600\/0{
  border-bottom-color: rgb(37 99 235 / 0);
}

.border-b-blue-600\/10{
  border-bottom-color: rgb(37 99 235 / 0.1);
}

.border-b-blue-600\/100{
  border-bottom-color: rgb(37 99 235 / 1);
}

.border-b-blue-600\/15{
  border-bottom-color: rgb(37 99 235 / 0.15);
}

.border-b-blue-600\/20{
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.border-b-blue-600\/25{
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.border-b-blue-600\/30{
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.border-b-blue-600\/35{
  border-bottom-color: rgb(37 99 235 / 0.35);
}

.border-b-blue-600\/40{
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.border-b-blue-600\/45{
  border-bottom-color: rgb(37 99 235 / 0.45);
}

.border-b-blue-600\/5{
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.border-b-blue-600\/50{
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.border-b-blue-600\/55{
  border-bottom-color: rgb(37 99 235 / 0.55);
}

.border-b-blue-600\/60{
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.border-b-blue-600\/65{
  border-bottom-color: rgb(37 99 235 / 0.65);
}

.border-b-blue-600\/70{
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.border-b-blue-600\/75{
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.border-b-blue-600\/80{
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.border-b-blue-600\/85{
  border-bottom-color: rgb(37 99 235 / 0.85);
}

.border-b-blue-600\/90{
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.border-b-blue-600\/95{
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.border-b-blue-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-b-blue-700\/0{
  border-bottom-color: rgb(29 78 216 / 0);
}

.border-b-blue-700\/10{
  border-bottom-color: rgb(29 78 216 / 0.1);
}

.border-b-blue-700\/100{
  border-bottom-color: rgb(29 78 216 / 1);
}

.border-b-blue-700\/15{
  border-bottom-color: rgb(29 78 216 / 0.15);
}

.border-b-blue-700\/20{
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.border-b-blue-700\/25{
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.border-b-blue-700\/30{
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.border-b-blue-700\/35{
  border-bottom-color: rgb(29 78 216 / 0.35);
}

.border-b-blue-700\/40{
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.border-b-blue-700\/45{
  border-bottom-color: rgb(29 78 216 / 0.45);
}

.border-b-blue-700\/5{
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.border-b-blue-700\/50{
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.border-b-blue-700\/55{
  border-bottom-color: rgb(29 78 216 / 0.55);
}

.border-b-blue-700\/60{
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.border-b-blue-700\/65{
  border-bottom-color: rgb(29 78 216 / 0.65);
}

.border-b-blue-700\/70{
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.border-b-blue-700\/75{
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.border-b-blue-700\/80{
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.border-b-blue-700\/85{
  border-bottom-color: rgb(29 78 216 / 0.85);
}

.border-b-blue-700\/90{
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.border-b-blue-700\/95{
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.border-b-blue-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-b-blue-800\/0{
  border-bottom-color: rgb(30 64 175 / 0);
}

.border-b-blue-800\/10{
  border-bottom-color: rgb(30 64 175 / 0.1);
}

.border-b-blue-800\/100{
  border-bottom-color: rgb(30 64 175 / 1);
}

.border-b-blue-800\/15{
  border-bottom-color: rgb(30 64 175 / 0.15);
}

.border-b-blue-800\/20{
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.border-b-blue-800\/25{
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.border-b-blue-800\/30{
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.border-b-blue-800\/35{
  border-bottom-color: rgb(30 64 175 / 0.35);
}

.border-b-blue-800\/40{
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.border-b-blue-800\/45{
  border-bottom-color: rgb(30 64 175 / 0.45);
}

.border-b-blue-800\/5{
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.border-b-blue-800\/50{
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.border-b-blue-800\/55{
  border-bottom-color: rgb(30 64 175 / 0.55);
}

.border-b-blue-800\/60{
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.border-b-blue-800\/65{
  border-bottom-color: rgb(30 64 175 / 0.65);
}

.border-b-blue-800\/70{
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.border-b-blue-800\/75{
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.border-b-blue-800\/80{
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.border-b-blue-800\/85{
  border-bottom-color: rgb(30 64 175 / 0.85);
}

.border-b-blue-800\/90{
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.border-b-blue-800\/95{
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.border-b-blue-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-b-blue-900\/0{
  border-bottom-color: rgb(30 58 138 / 0);
}

.border-b-blue-900\/10{
  border-bottom-color: rgb(30 58 138 / 0.1);
}

.border-b-blue-900\/100{
  border-bottom-color: rgb(30 58 138 / 1);
}

.border-b-blue-900\/15{
  border-bottom-color: rgb(30 58 138 / 0.15);
}

.border-b-blue-900\/20{
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.border-b-blue-900\/25{
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.border-b-blue-900\/30{
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.border-b-blue-900\/35{
  border-bottom-color: rgb(30 58 138 / 0.35);
}

.border-b-blue-900\/40{
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.border-b-blue-900\/45{
  border-bottom-color: rgb(30 58 138 / 0.45);
}

.border-b-blue-900\/5{
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.border-b-blue-900\/50{
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.border-b-blue-900\/55{
  border-bottom-color: rgb(30 58 138 / 0.55);
}

.border-b-blue-900\/60{
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.border-b-blue-900\/65{
  border-bottom-color: rgb(30 58 138 / 0.65);
}

.border-b-blue-900\/70{
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.border-b-blue-900\/75{
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.border-b-blue-900\/80{
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.border-b-blue-900\/85{
  border-bottom-color: rgb(30 58 138 / 0.85);
}

.border-b-blue-900\/90{
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.border-b-blue-900\/95{
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.border-b-blue-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-b-blue-950\/0{
  border-bottom-color: rgb(23 37 84 / 0);
}

.border-b-blue-950\/10{
  border-bottom-color: rgb(23 37 84 / 0.1);
}

.border-b-blue-950\/100{
  border-bottom-color: rgb(23 37 84 / 1);
}

.border-b-blue-950\/15{
  border-bottom-color: rgb(23 37 84 / 0.15);
}

.border-b-blue-950\/20{
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.border-b-blue-950\/25{
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.border-b-blue-950\/30{
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.border-b-blue-950\/35{
  border-bottom-color: rgb(23 37 84 / 0.35);
}

.border-b-blue-950\/40{
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.border-b-blue-950\/45{
  border-bottom-color: rgb(23 37 84 / 0.45);
}

.border-b-blue-950\/5{
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.border-b-blue-950\/50{
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.border-b-blue-950\/55{
  border-bottom-color: rgb(23 37 84 / 0.55);
}

.border-b-blue-950\/60{
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.border-b-blue-950\/65{
  border-bottom-color: rgb(23 37 84 / 0.65);
}

.border-b-blue-950\/70{
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.border-b-blue-950\/75{
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.border-b-blue-950\/80{
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.border-b-blue-950\/85{
  border-bottom-color: rgb(23 37 84 / 0.85);
}

.border-b-blue-950\/90{
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.border-b-blue-950\/95{
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.border-b-csv{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.border-b-csv-hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.border-b-csv-hover\/0{
  border-bottom-color: rgb(0 114 37 / 0);
}

.border-b-csv-hover\/10{
  border-bottom-color: rgb(0 114 37 / 0.1);
}

.border-b-csv-hover\/100{
  border-bottom-color: rgb(0 114 37 / 1);
}

.border-b-csv-hover\/15{
  border-bottom-color: rgb(0 114 37 / 0.15);
}

.border-b-csv-hover\/20{
  border-bottom-color: rgb(0 114 37 / 0.2);
}

.border-b-csv-hover\/25{
  border-bottom-color: rgb(0 114 37 / 0.25);
}

.border-b-csv-hover\/30{
  border-bottom-color: rgb(0 114 37 / 0.3);
}

.border-b-csv-hover\/35{
  border-bottom-color: rgb(0 114 37 / 0.35);
}

.border-b-csv-hover\/40{
  border-bottom-color: rgb(0 114 37 / 0.4);
}

.border-b-csv-hover\/45{
  border-bottom-color: rgb(0 114 37 / 0.45);
}

.border-b-csv-hover\/5{
  border-bottom-color: rgb(0 114 37 / 0.05);
}

.border-b-csv-hover\/50{
  border-bottom-color: rgb(0 114 37 / 0.5);
}

.border-b-csv-hover\/55{
  border-bottom-color: rgb(0 114 37 / 0.55);
}

.border-b-csv-hover\/60{
  border-bottom-color: rgb(0 114 37 / 0.6);
}

.border-b-csv-hover\/65{
  border-bottom-color: rgb(0 114 37 / 0.65);
}

.border-b-csv-hover\/70{
  border-bottom-color: rgb(0 114 37 / 0.7);
}

.border-b-csv-hover\/75{
  border-bottom-color: rgb(0 114 37 / 0.75);
}

.border-b-csv-hover\/80{
  border-bottom-color: rgb(0 114 37 / 0.8);
}

.border-b-csv-hover\/85{
  border-bottom-color: rgb(0 114 37 / 0.85);
}

.border-b-csv-hover\/90{
  border-bottom-color: rgb(0 114 37 / 0.9);
}

.border-b-csv-hover\/95{
  border-bottom-color: rgb(0 114 37 / 0.95);
}

.border-b-csv\/0{
  border-bottom-color: rgb(0 138 43 / 0);
}

.border-b-csv\/10{
  border-bottom-color: rgb(0 138 43 / 0.1);
}

.border-b-csv\/100{
  border-bottom-color: rgb(0 138 43 / 1);
}

.border-b-csv\/15{
  border-bottom-color: rgb(0 138 43 / 0.15);
}

.border-b-csv\/20{
  border-bottom-color: rgb(0 138 43 / 0.2);
}

.border-b-csv\/25{
  border-bottom-color: rgb(0 138 43 / 0.25);
}

.border-b-csv\/30{
  border-bottom-color: rgb(0 138 43 / 0.3);
}

.border-b-csv\/35{
  border-bottom-color: rgb(0 138 43 / 0.35);
}

.border-b-csv\/40{
  border-bottom-color: rgb(0 138 43 / 0.4);
}

.border-b-csv\/45{
  border-bottom-color: rgb(0 138 43 / 0.45);
}

.border-b-csv\/5{
  border-bottom-color: rgb(0 138 43 / 0.05);
}

.border-b-csv\/50{
  border-bottom-color: rgb(0 138 43 / 0.5);
}

.border-b-csv\/55{
  border-bottom-color: rgb(0 138 43 / 0.55);
}

.border-b-csv\/60{
  border-bottom-color: rgb(0 138 43 / 0.6);
}

.border-b-csv\/65{
  border-bottom-color: rgb(0 138 43 / 0.65);
}

.border-b-csv\/70{
  border-bottom-color: rgb(0 138 43 / 0.7);
}

.border-b-csv\/75{
  border-bottom-color: rgb(0 138 43 / 0.75);
}

.border-b-csv\/80{
  border-bottom-color: rgb(0 138 43 / 0.8);
}

.border-b-csv\/85{
  border-bottom-color: rgb(0 138 43 / 0.85);
}

.border-b-csv\/90{
  border-bottom-color: rgb(0 138 43 / 0.9);
}

.border-b-csv\/95{
  border-bottom-color: rgb(0 138 43 / 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\/15{
  border-bottom-color: rgb(207 250 254 / 0.15);
}

.border-b-cyan-100\/20{
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.border-b-cyan-100\/25{
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.border-b-cyan-100\/30{
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.border-b-cyan-100\/35{
  border-bottom-color: rgb(207 250 254 / 0.35);
}

.border-b-cyan-100\/40{
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.border-b-cyan-100\/45{
  border-bottom-color: rgb(207 250 254 / 0.45);
}

.border-b-cyan-100\/5{
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.border-b-cyan-100\/50{
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.border-b-cyan-100\/55{
  border-bottom-color: rgb(207 250 254 / 0.55);
}

.border-b-cyan-100\/60{
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.border-b-cyan-100\/65{
  border-bottom-color: rgb(207 250 254 / 0.65);
}

.border-b-cyan-100\/70{
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.border-b-cyan-100\/75{
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.border-b-cyan-100\/80{
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.border-b-cyan-100\/85{
  border-bottom-color: rgb(207 250 254 / 0.85);
}

.border-b-cyan-100\/90{
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.border-b-cyan-100\/95{
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.border-b-cyan-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-b-cyan-200\/0{
  border-bottom-color: rgb(165 243 252 / 0);
}

.border-b-cyan-200\/10{
  border-bottom-color: rgb(165 243 252 / 0.1);
}

.border-b-cyan-200\/100{
  border-bottom-color: rgb(165 243 252 / 1);
}

.border-b-cyan-200\/15{
  border-bottom-color: rgb(165 243 252 / 0.15);
}

.border-b-cyan-200\/20{
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.border-b-cyan-200\/25{
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.border-b-cyan-200\/30{
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.border-b-cyan-200\/35{
  border-bottom-color: rgb(165 243 252 / 0.35);
}

.border-b-cyan-200\/40{
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.border-b-cyan-200\/45{
  border-bottom-color: rgb(165 243 252 / 0.45);
}

.border-b-cyan-200\/5{
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.border-b-cyan-200\/50{
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.border-b-cyan-200\/55{
  border-bottom-color: rgb(165 243 252 / 0.55);
}

.border-b-cyan-200\/60{
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.border-b-cyan-200\/65{
  border-bottom-color: rgb(165 243 252 / 0.65);
}

.border-b-cyan-200\/70{
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.border-b-cyan-200\/75{
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.border-b-cyan-200\/80{
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.border-b-cyan-200\/85{
  border-bottom-color: rgb(165 243 252 / 0.85);
}

.border-b-cyan-200\/90{
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.border-b-cyan-200\/95{
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.border-b-cyan-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-b-cyan-300\/0{
  border-bottom-color: rgb(103 232 249 / 0);
}

.border-b-cyan-300\/10{
  border-bottom-color: rgb(103 232 249 / 0.1);
}

.border-b-cyan-300\/100{
  border-bottom-color: rgb(103 232 249 / 1);
}

.border-b-cyan-300\/15{
  border-bottom-color: rgb(103 232 249 / 0.15);
}

.border-b-cyan-300\/20{
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.border-b-cyan-300\/25{
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.border-b-cyan-300\/30{
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.border-b-cyan-300\/35{
  border-bottom-color: rgb(103 232 249 / 0.35);
}

.border-b-cyan-300\/40{
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.border-b-cyan-300\/45{
  border-bottom-color: rgb(103 232 249 / 0.45);
}

.border-b-cyan-300\/5{
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.border-b-cyan-300\/50{
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.border-b-cyan-300\/55{
  border-bottom-color: rgb(103 232 249 / 0.55);
}

.border-b-cyan-300\/60{
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.border-b-cyan-300\/65{
  border-bottom-color: rgb(103 232 249 / 0.65);
}

.border-b-cyan-300\/70{
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.border-b-cyan-300\/75{
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.border-b-cyan-300\/80{
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.border-b-cyan-300\/85{
  border-bottom-color: rgb(103 232 249 / 0.85);
}

.border-b-cyan-300\/90{
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.border-b-cyan-300\/95{
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.border-b-cyan-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-b-cyan-400\/0{
  border-bottom-color: rgb(34 211 238 / 0);
}

.border-b-cyan-400\/10{
  border-bottom-color: rgb(34 211 238 / 0.1);
}

.border-b-cyan-400\/100{
  border-bottom-color: rgb(34 211 238 / 1);
}

.border-b-cyan-400\/15{
  border-bottom-color: rgb(34 211 238 / 0.15);
}

.border-b-cyan-400\/20{
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.border-b-cyan-400\/25{
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.border-b-cyan-400\/30{
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.border-b-cyan-400\/35{
  border-bottom-color: rgb(34 211 238 / 0.35);
}

.border-b-cyan-400\/40{
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.border-b-cyan-400\/45{
  border-bottom-color: rgb(34 211 238 / 0.45);
}

.border-b-cyan-400\/5{
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.border-b-cyan-400\/50{
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.border-b-cyan-400\/55{
  border-bottom-color: rgb(34 211 238 / 0.55);
}

.border-b-cyan-400\/60{
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.border-b-cyan-400\/65{
  border-bottom-color: rgb(34 211 238 / 0.65);
}

.border-b-cyan-400\/70{
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.border-b-cyan-400\/75{
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.border-b-cyan-400\/80{
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.border-b-cyan-400\/85{
  border-bottom-color: rgb(34 211 238 / 0.85);
}

.border-b-cyan-400\/90{
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.border-b-cyan-400\/95{
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.border-b-cyan-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-b-cyan-50\/0{
  border-bottom-color: rgb(236 254 255 / 0);
}

.border-b-cyan-50\/10{
  border-bottom-color: rgb(236 254 255 / 0.1);
}

.border-b-cyan-50\/100{
  border-bottom-color: rgb(236 254 255 / 1);
}

.border-b-cyan-50\/15{
  border-bottom-color: rgb(236 254 255 / 0.15);
}

.border-b-cyan-50\/20{
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.border-b-cyan-50\/25{
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.border-b-cyan-50\/30{
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.border-b-cyan-50\/35{
  border-bottom-color: rgb(236 254 255 / 0.35);
}

.border-b-cyan-50\/40{
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.border-b-cyan-50\/45{
  border-bottom-color: rgb(236 254 255 / 0.45);
}

.border-b-cyan-50\/5{
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.border-b-cyan-50\/50{
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.border-b-cyan-50\/55{
  border-bottom-color: rgb(236 254 255 / 0.55);
}

.border-b-cyan-50\/60{
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.border-b-cyan-50\/65{
  border-bottom-color: rgb(236 254 255 / 0.65);
}

.border-b-cyan-50\/70{
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.border-b-cyan-50\/75{
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.border-b-cyan-50\/80{
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.border-b-cyan-50\/85{
  border-bottom-color: rgb(236 254 255 / 0.85);
}

.border-b-cyan-50\/90{
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.border-b-cyan-50\/95{
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.border-b-cyan-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-b-cyan-500\/0{
  border-bottom-color: rgb(6 182 212 / 0);
}

.border-b-cyan-500\/10{
  border-bottom-color: rgb(6 182 212 / 0.1);
}

.border-b-cyan-500\/100{
  border-bottom-color: rgb(6 182 212 / 1);
}

.border-b-cyan-500\/15{
  border-bottom-color: rgb(6 182 212 / 0.15);
}

.border-b-cyan-500\/20{
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.border-b-cyan-500\/25{
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.border-b-cyan-500\/30{
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.border-b-cyan-500\/35{
  border-bottom-color: rgb(6 182 212 / 0.35);
}

.border-b-cyan-500\/40{
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.border-b-cyan-500\/45{
  border-bottom-color: rgb(6 182 212 / 0.45);
}

.border-b-cyan-500\/5{
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.border-b-cyan-500\/50{
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.border-b-cyan-500\/55{
  border-bottom-color: rgb(6 182 212 / 0.55);
}

.border-b-cyan-500\/60{
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.border-b-cyan-500\/65{
  border-bottom-color: rgb(6 182 212 / 0.65);
}

.border-b-cyan-500\/70{
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.border-b-cyan-500\/75{
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.border-b-cyan-500\/80{
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.border-b-cyan-500\/85{
  border-bottom-color: rgb(6 182 212 / 0.85);
}

.border-b-cyan-500\/90{
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.border-b-cyan-500\/95{
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.border-b-cyan-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-b-cyan-600\/0{
  border-bottom-color: rgb(8 145 178 / 0);
}

.border-b-cyan-600\/10{
  border-bottom-color: rgb(8 145 178 / 0.1);
}

.border-b-cyan-600\/100{
  border-bottom-color: rgb(8 145 178 / 1);
}

.border-b-cyan-600\/15{
  border-bottom-color: rgb(8 145 178 / 0.15);
}

.border-b-cyan-600\/20{
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.border-b-cyan-600\/25{
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.border-b-cyan-600\/30{
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.border-b-cyan-600\/35{
  border-bottom-color: rgb(8 145 178 / 0.35);
}

.border-b-cyan-600\/40{
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.border-b-cyan-600\/45{
  border-bottom-color: rgb(8 145 178 / 0.45);
}

.border-b-cyan-600\/5{
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.border-b-cyan-600\/50{
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.border-b-cyan-600\/55{
  border-bottom-color: rgb(8 145 178 / 0.55);
}

.border-b-cyan-600\/60{
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.border-b-cyan-600\/65{
  border-bottom-color: rgb(8 145 178 / 0.65);
}

.border-b-cyan-600\/70{
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.border-b-cyan-600\/75{
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.border-b-cyan-600\/80{
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.border-b-cyan-600\/85{
  border-bottom-color: rgb(8 145 178 / 0.85);
}

.border-b-cyan-600\/90{
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.border-b-cyan-600\/95{
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.border-b-cyan-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-b-cyan-700\/0{
  border-bottom-color: rgb(14 116 144 / 0);
}

.border-b-cyan-700\/10{
  border-bottom-color: rgb(14 116 144 / 0.1);
}

.border-b-cyan-700\/100{
  border-bottom-color: rgb(14 116 144 / 1);
}

.border-b-cyan-700\/15{
  border-bottom-color: rgb(14 116 144 / 0.15);
}

.border-b-cyan-700\/20{
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.border-b-cyan-700\/25{
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.border-b-cyan-700\/30{
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.border-b-cyan-700\/35{
  border-bottom-color: rgb(14 116 144 / 0.35);
}

.border-b-cyan-700\/40{
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.border-b-cyan-700\/45{
  border-bottom-color: rgb(14 116 144 / 0.45);
}

.border-b-cyan-700\/5{
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.border-b-cyan-700\/50{
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.border-b-cyan-700\/55{
  border-bottom-color: rgb(14 116 144 / 0.55);
}

.border-b-cyan-700\/60{
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.border-b-cyan-700\/65{
  border-bottom-color: rgb(14 116 144 / 0.65);
}

.border-b-cyan-700\/70{
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.border-b-cyan-700\/75{
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.border-b-cyan-700\/80{
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.border-b-cyan-700\/85{
  border-bottom-color: rgb(14 116 144 / 0.85);
}

.border-b-cyan-700\/90{
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.border-b-cyan-700\/95{
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.border-b-cyan-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-b-cyan-800\/0{
  border-bottom-color: rgb(21 94 117 / 0);
}

.border-b-cyan-800\/10{
  border-bottom-color: rgb(21 94 117 / 0.1);
}

.border-b-cyan-800\/100{
  border-bottom-color: rgb(21 94 117 / 1);
}

.border-b-cyan-800\/15{
  border-bottom-color: rgb(21 94 117 / 0.15);
}

.border-b-cyan-800\/20{
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.border-b-cyan-800\/25{
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.border-b-cyan-800\/30{
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.border-b-cyan-800\/35{
  border-bottom-color: rgb(21 94 117 / 0.35);
}

.border-b-cyan-800\/40{
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.border-b-cyan-800\/45{
  border-bottom-color: rgb(21 94 117 / 0.45);
}

.border-b-cyan-800\/5{
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.border-b-cyan-800\/50{
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.border-b-cyan-800\/55{
  border-bottom-color: rgb(21 94 117 / 0.55);
}

.border-b-cyan-800\/60{
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.border-b-cyan-800\/65{
  border-bottom-color: rgb(21 94 117 / 0.65);
}

.border-b-cyan-800\/70{
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.border-b-cyan-800\/75{
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.border-b-cyan-800\/80{
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.border-b-cyan-800\/85{
  border-bottom-color: rgb(21 94 117 / 0.85);
}

.border-b-cyan-800\/90{
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.border-b-cyan-800\/95{
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.border-b-cyan-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-b-cyan-900\/0{
  border-bottom-color: rgb(22 78 99 / 0);
}

.border-b-cyan-900\/10{
  border-bottom-color: rgb(22 78 99 / 0.1);
}

.border-b-cyan-900\/100{
  border-bottom-color: rgb(22 78 99 / 1);
}

.border-b-cyan-900\/15{
  border-bottom-color: rgb(22 78 99 / 0.15);
}

.border-b-cyan-900\/20{
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.border-b-cyan-900\/25{
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.border-b-cyan-900\/30{
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.border-b-cyan-900\/35{
  border-bottom-color: rgb(22 78 99 / 0.35);
}

.border-b-cyan-900\/40{
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.border-b-cyan-900\/45{
  border-bottom-color: rgb(22 78 99 / 0.45);
}

.border-b-cyan-900\/5{
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.border-b-cyan-900\/50{
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.border-b-cyan-900\/55{
  border-bottom-color: rgb(22 78 99 / 0.55);
}

.border-b-cyan-900\/60{
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.border-b-cyan-900\/65{
  border-bottom-color: rgb(22 78 99 / 0.65);
}

.border-b-cyan-900\/70{
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.border-b-cyan-900\/75{
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.border-b-cyan-900\/80{
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.border-b-cyan-900\/85{
  border-bottom-color: rgb(22 78 99 / 0.85);
}

.border-b-cyan-900\/90{
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.border-b-cyan-900\/95{
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.border-b-cyan-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-b-cyan-950\/0{
  border-bottom-color: rgb(8 51 68 / 0);
}

.border-b-cyan-950\/10{
  border-bottom-color: rgb(8 51 68 / 0.1);
}

.border-b-cyan-950\/100{
  border-bottom-color: rgb(8 51 68 / 1);
}

.border-b-cyan-950\/15{
  border-bottom-color: rgb(8 51 68 / 0.15);
}

.border-b-cyan-950\/20{
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.border-b-cyan-950\/25{
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.border-b-cyan-950\/30{
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.border-b-cyan-950\/35{
  border-bottom-color: rgb(8 51 68 / 0.35);
}

.border-b-cyan-950\/40{
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.border-b-cyan-950\/45{
  border-bottom-color: rgb(8 51 68 / 0.45);
}

.border-b-cyan-950\/5{
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.border-b-cyan-950\/50{
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.border-b-cyan-950\/55{
  border-bottom-color: rgb(8 51 68 / 0.55);
}

.border-b-cyan-950\/60{
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.border-b-cyan-950\/65{
  border-bottom-color: rgb(8 51 68 / 0.65);
}

.border-b-cyan-950\/70{
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.border-b-cyan-950\/75{
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.border-b-cyan-950\/80{
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.border-b-cyan-950\/85{
  border-bottom-color: rgb(8 51 68 / 0.85);
}

.border-b-cyan-950\/90{
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.border-b-cyan-950\/95{
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.border-b-danger{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.border-b-danger-hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.border-b-danger-hover\/0{
  border-bottom-color: rgb(193 49 44 / 0);
}

.border-b-danger-hover\/10{
  border-bottom-color: rgb(193 49 44 / 0.1);
}

.border-b-danger-hover\/100{
  border-bottom-color: rgb(193 49 44 / 1);
}

.border-b-danger-hover\/15{
  border-bottom-color: rgb(193 49 44 / 0.15);
}

.border-b-danger-hover\/20{
  border-bottom-color: rgb(193 49 44 / 0.2);
}

.border-b-danger-hover\/25{
  border-bottom-color: rgb(193 49 44 / 0.25);
}

.border-b-danger-hover\/30{
  border-bottom-color: rgb(193 49 44 / 0.3);
}

.border-b-danger-hover\/35{
  border-bottom-color: rgb(193 49 44 / 0.35);
}

.border-b-danger-hover\/40{
  border-bottom-color: rgb(193 49 44 / 0.4);
}

.border-b-danger-hover\/45{
  border-bottom-color: rgb(193 49 44 / 0.45);
}

.border-b-danger-hover\/5{
  border-bottom-color: rgb(193 49 44 / 0.05);
}

.border-b-danger-hover\/50{
  border-bottom-color: rgb(193 49 44 / 0.5);
}

.border-b-danger-hover\/55{
  border-bottom-color: rgb(193 49 44 / 0.55);
}

.border-b-danger-hover\/60{
  border-bottom-color: rgb(193 49 44 / 0.6);
}

.border-b-danger-hover\/65{
  border-bottom-color: rgb(193 49 44 / 0.65);
}

.border-b-danger-hover\/70{
  border-bottom-color: rgb(193 49 44 / 0.7);
}

.border-b-danger-hover\/75{
  border-bottom-color: rgb(193 49 44 / 0.75);
}

.border-b-danger-hover\/80{
  border-bottom-color: rgb(193 49 44 / 0.8);
}

.border-b-danger-hover\/85{
  border-bottom-color: rgb(193 49 44 / 0.85);
}

.border-b-danger-hover\/90{
  border-bottom-color: rgb(193 49 44 / 0.9);
}

.border-b-danger-hover\/95{
  border-bottom-color: rgb(193 49 44 / 0.95);
}

.border-b-danger\/0{
  border-bottom-color: rgb(207 59 54 / 0);
}

.border-b-danger\/10{
  border-bottom-color: rgb(207 59 54 / 0.1);
}

.border-b-danger\/100{
  border-bottom-color: rgb(207 59 54 / 1);
}

.border-b-danger\/15{
  border-bottom-color: rgb(207 59 54 / 0.15);
}

.border-b-danger\/20{
  border-bottom-color: rgb(207 59 54 / 0.2);
}

.border-b-danger\/25{
  border-bottom-color: rgb(207 59 54 / 0.25);
}

.border-b-danger\/30{
  border-bottom-color: rgb(207 59 54 / 0.3);
}

.border-b-danger\/35{
  border-bottom-color: rgb(207 59 54 / 0.35);
}

.border-b-danger\/40{
  border-bottom-color: rgb(207 59 54 / 0.4);
}

.border-b-danger\/45{
  border-bottom-color: rgb(207 59 54 / 0.45);
}

.border-b-danger\/5{
  border-bottom-color: rgb(207 59 54 / 0.05);
}

.border-b-danger\/50{
  border-bottom-color: rgb(207 59 54 / 0.5);
}

.border-b-danger\/55{
  border-bottom-color: rgb(207 59 54 / 0.55);
}

.border-b-danger\/60{
  border-bottom-color: rgb(207 59 54 / 0.6);
}

.border-b-danger\/65{
  border-bottom-color: rgb(207 59 54 / 0.65);
}

.border-b-danger\/70{
  border-bottom-color: rgb(207 59 54 / 0.7);
}

.border-b-danger\/75{
  border-bottom-color: rgb(207 59 54 / 0.75);
}

.border-b-danger\/80{
  border-bottom-color: rgb(207 59 54 / 0.8);
}

.border-b-danger\/85{
  border-bottom-color: rgb(207 59 54 / 0.85);
}

.border-b-danger\/90{
  border-bottom-color: rgb(207 59 54 / 0.9);
}

.border-b-danger\/95{
  border-bottom-color: rgb(207 59 54 / 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\/15{
  border-bottom-color: rgb(209 250 229 / 0.15);
}

.border-b-emerald-100\/20{
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.border-b-emerald-100\/25{
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.border-b-emerald-100\/30{
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.border-b-emerald-100\/35{
  border-bottom-color: rgb(209 250 229 / 0.35);
}

.border-b-emerald-100\/40{
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.border-b-emerald-100\/45{
  border-bottom-color: rgb(209 250 229 / 0.45);
}

.border-b-emerald-100\/5{
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.border-b-emerald-100\/50{
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.border-b-emerald-100\/55{
  border-bottom-color: rgb(209 250 229 / 0.55);
}

.border-b-emerald-100\/60{
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.border-b-emerald-100\/65{
  border-bottom-color: rgb(209 250 229 / 0.65);
}

.border-b-emerald-100\/70{
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.border-b-emerald-100\/75{
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.border-b-emerald-100\/80{
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.border-b-emerald-100\/85{
  border-bottom-color: rgb(209 250 229 / 0.85);
}

.border-b-emerald-100\/90{
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.border-b-emerald-100\/95{
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.border-b-emerald-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-b-emerald-200\/0{
  border-bottom-color: rgb(167 243 208 / 0);
}

.border-b-emerald-200\/10{
  border-bottom-color: rgb(167 243 208 / 0.1);
}

.border-b-emerald-200\/100{
  border-bottom-color: rgb(167 243 208 / 1);
}

.border-b-emerald-200\/15{
  border-bottom-color: rgb(167 243 208 / 0.15);
}

.border-b-emerald-200\/20{
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.border-b-emerald-200\/25{
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.border-b-emerald-200\/30{
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.border-b-emerald-200\/35{
  border-bottom-color: rgb(167 243 208 / 0.35);
}

.border-b-emerald-200\/40{
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.border-b-emerald-200\/45{
  border-bottom-color: rgb(167 243 208 / 0.45);
}

.border-b-emerald-200\/5{
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.border-b-emerald-200\/50{
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.border-b-emerald-200\/55{
  border-bottom-color: rgb(167 243 208 / 0.55);
}

.border-b-emerald-200\/60{
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.border-b-emerald-200\/65{
  border-bottom-color: rgb(167 243 208 / 0.65);
}

.border-b-emerald-200\/70{
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.border-b-emerald-200\/75{
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.border-b-emerald-200\/80{
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.border-b-emerald-200\/85{
  border-bottom-color: rgb(167 243 208 / 0.85);
}

.border-b-emerald-200\/90{
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.border-b-emerald-200\/95{
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.border-b-emerald-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-b-emerald-300\/0{
  border-bottom-color: rgb(110 231 183 / 0);
}

.border-b-emerald-300\/10{
  border-bottom-color: rgb(110 231 183 / 0.1);
}

.border-b-emerald-300\/100{
  border-bottom-color: rgb(110 231 183 / 1);
}

.border-b-emerald-300\/15{
  border-bottom-color: rgb(110 231 183 / 0.15);
}

.border-b-emerald-300\/20{
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.border-b-emerald-300\/25{
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.border-b-emerald-300\/30{
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.border-b-emerald-300\/35{
  border-bottom-color: rgb(110 231 183 / 0.35);
}

.border-b-emerald-300\/40{
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.border-b-emerald-300\/45{
  border-bottom-color: rgb(110 231 183 / 0.45);
}

.border-b-emerald-300\/5{
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.border-b-emerald-300\/50{
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.border-b-emerald-300\/55{
  border-bottom-color: rgb(110 231 183 / 0.55);
}

.border-b-emerald-300\/60{
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.border-b-emerald-300\/65{
  border-bottom-color: rgb(110 231 183 / 0.65);
}

.border-b-emerald-300\/70{
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.border-b-emerald-300\/75{
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.border-b-emerald-300\/80{
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.border-b-emerald-300\/85{
  border-bottom-color: rgb(110 231 183 / 0.85);
}

.border-b-emerald-300\/90{
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.border-b-emerald-300\/95{
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.border-b-emerald-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-b-emerald-400\/0{
  border-bottom-color: rgb(52 211 153 / 0);
}

.border-b-emerald-400\/10{
  border-bottom-color: rgb(52 211 153 / 0.1);
}

.border-b-emerald-400\/100{
  border-bottom-color: rgb(52 211 153 / 1);
}

.border-b-emerald-400\/15{
  border-bottom-color: rgb(52 211 153 / 0.15);
}

.border-b-emerald-400\/20{
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.border-b-emerald-400\/25{
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.border-b-emerald-400\/30{
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.border-b-emerald-400\/35{
  border-bottom-color: rgb(52 211 153 / 0.35);
}

.border-b-emerald-400\/40{
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.border-b-emerald-400\/45{
  border-bottom-color: rgb(52 211 153 / 0.45);
}

.border-b-emerald-400\/5{
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.border-b-emerald-400\/50{
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.border-b-emerald-400\/55{
  border-bottom-color: rgb(52 211 153 / 0.55);
}

.border-b-emerald-400\/60{
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.border-b-emerald-400\/65{
  border-bottom-color: rgb(52 211 153 / 0.65);
}

.border-b-emerald-400\/70{
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.border-b-emerald-400\/75{
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.border-b-emerald-400\/80{
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.border-b-emerald-400\/85{
  border-bottom-color: rgb(52 211 153 / 0.85);
}

.border-b-emerald-400\/90{
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.border-b-emerald-400\/95{
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.border-b-emerald-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-b-emerald-50\/0{
  border-bottom-color: rgb(236 253 245 / 0);
}

.border-b-emerald-50\/10{
  border-bottom-color: rgb(236 253 245 / 0.1);
}

.border-b-emerald-50\/100{
  border-bottom-color: rgb(236 253 245 / 1);
}

.border-b-emerald-50\/15{
  border-bottom-color: rgb(236 253 245 / 0.15);
}

.border-b-emerald-50\/20{
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.border-b-emerald-50\/25{
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.border-b-emerald-50\/30{
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.border-b-emerald-50\/35{
  border-bottom-color: rgb(236 253 245 / 0.35);
}

.border-b-emerald-50\/40{
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.border-b-emerald-50\/45{
  border-bottom-color: rgb(236 253 245 / 0.45);
}

.border-b-emerald-50\/5{
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.border-b-emerald-50\/50{
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.border-b-emerald-50\/55{
  border-bottom-color: rgb(236 253 245 / 0.55);
}

.border-b-emerald-50\/60{
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.border-b-emerald-50\/65{
  border-bottom-color: rgb(236 253 245 / 0.65);
}

.border-b-emerald-50\/70{
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.border-b-emerald-50\/75{
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.border-b-emerald-50\/80{
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.border-b-emerald-50\/85{
  border-bottom-color: rgb(236 253 245 / 0.85);
}

.border-b-emerald-50\/90{
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.border-b-emerald-50\/95{
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.border-b-emerald-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-b-emerald-500\/0{
  border-bottom-color: rgb(16 185 129 / 0);
}

.border-b-emerald-500\/10{
  border-bottom-color: rgb(16 185 129 / 0.1);
}

.border-b-emerald-500\/100{
  border-bottom-color: rgb(16 185 129 / 1);
}

.border-b-emerald-500\/15{
  border-bottom-color: rgb(16 185 129 / 0.15);
}

.border-b-emerald-500\/20{
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.border-b-emerald-500\/25{
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.border-b-emerald-500\/30{
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.border-b-emerald-500\/35{
  border-bottom-color: rgb(16 185 129 / 0.35);
}

.border-b-emerald-500\/40{
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.border-b-emerald-500\/45{
  border-bottom-color: rgb(16 185 129 / 0.45);
}

.border-b-emerald-500\/5{
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.border-b-emerald-500\/50{
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.border-b-emerald-500\/55{
  border-bottom-color: rgb(16 185 129 / 0.55);
}

.border-b-emerald-500\/60{
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.border-b-emerald-500\/65{
  border-bottom-color: rgb(16 185 129 / 0.65);
}

.border-b-emerald-500\/70{
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.border-b-emerald-500\/75{
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.border-b-emerald-500\/80{
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.border-b-emerald-500\/85{
  border-bottom-color: rgb(16 185 129 / 0.85);
}

.border-b-emerald-500\/90{
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.border-b-emerald-500\/95{
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.border-b-emerald-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-b-emerald-600\/0{
  border-bottom-color: rgb(5 150 105 / 0);
}

.border-b-emerald-600\/10{
  border-bottom-color: rgb(5 150 105 / 0.1);
}

.border-b-emerald-600\/100{
  border-bottom-color: rgb(5 150 105 / 1);
}

.border-b-emerald-600\/15{
  border-bottom-color: rgb(5 150 105 / 0.15);
}

.border-b-emerald-600\/20{
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.border-b-emerald-600\/25{
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.border-b-emerald-600\/30{
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.border-b-emerald-600\/35{
  border-bottom-color: rgb(5 150 105 / 0.35);
}

.border-b-emerald-600\/40{
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.border-b-emerald-600\/45{
  border-bottom-color: rgb(5 150 105 / 0.45);
}

.border-b-emerald-600\/5{
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.border-b-emerald-600\/50{
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.border-b-emerald-600\/55{
  border-bottom-color: rgb(5 150 105 / 0.55);
}

.border-b-emerald-600\/60{
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.border-b-emerald-600\/65{
  border-bottom-color: rgb(5 150 105 / 0.65);
}

.border-b-emerald-600\/70{
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.border-b-emerald-600\/75{
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.border-b-emerald-600\/80{
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.border-b-emerald-600\/85{
  border-bottom-color: rgb(5 150 105 / 0.85);
}

.border-b-emerald-600\/90{
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.border-b-emerald-600\/95{
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.border-b-emerald-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-b-emerald-700\/0{
  border-bottom-color: rgb(4 120 87 / 0);
}

.border-b-emerald-700\/10{
  border-bottom-color: rgb(4 120 87 / 0.1);
}

.border-b-emerald-700\/100{
  border-bottom-color: rgb(4 120 87 / 1);
}

.border-b-emerald-700\/15{
  border-bottom-color: rgb(4 120 87 / 0.15);
}

.border-b-emerald-700\/20{
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.border-b-emerald-700\/25{
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.border-b-emerald-700\/30{
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.border-b-emerald-700\/35{
  border-bottom-color: rgb(4 120 87 / 0.35);
}

.border-b-emerald-700\/40{
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.border-b-emerald-700\/45{
  border-bottom-color: rgb(4 120 87 / 0.45);
}

.border-b-emerald-700\/5{
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.border-b-emerald-700\/50{
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.border-b-emerald-700\/55{
  border-bottom-color: rgb(4 120 87 / 0.55);
}

.border-b-emerald-700\/60{
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.border-b-emerald-700\/65{
  border-bottom-color: rgb(4 120 87 / 0.65);
}

.border-b-emerald-700\/70{
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.border-b-emerald-700\/75{
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.border-b-emerald-700\/80{
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.border-b-emerald-700\/85{
  border-bottom-color: rgb(4 120 87 / 0.85);
}

.border-b-emerald-700\/90{
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.border-b-emerald-700\/95{
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.border-b-emerald-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-b-emerald-800\/0{
  border-bottom-color: rgb(6 95 70 / 0);
}

.border-b-emerald-800\/10{
  border-bottom-color: rgb(6 95 70 / 0.1);
}

.border-b-emerald-800\/100{
  border-bottom-color: rgb(6 95 70 / 1);
}

.border-b-emerald-800\/15{
  border-bottom-color: rgb(6 95 70 / 0.15);
}

.border-b-emerald-800\/20{
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.border-b-emerald-800\/25{
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.border-b-emerald-800\/30{
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.border-b-emerald-800\/35{
  border-bottom-color: rgb(6 95 70 / 0.35);
}

.border-b-emerald-800\/40{
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.border-b-emerald-800\/45{
  border-bottom-color: rgb(6 95 70 / 0.45);
}

.border-b-emerald-800\/5{
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.border-b-emerald-800\/50{
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.border-b-emerald-800\/55{
  border-bottom-color: rgb(6 95 70 / 0.55);
}

.border-b-emerald-800\/60{
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.border-b-emerald-800\/65{
  border-bottom-color: rgb(6 95 70 / 0.65);
}

.border-b-emerald-800\/70{
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.border-b-emerald-800\/75{
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.border-b-emerald-800\/80{
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.border-b-emerald-800\/85{
  border-bottom-color: rgb(6 95 70 / 0.85);
}

.border-b-emerald-800\/90{
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.border-b-emerald-800\/95{
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.border-b-emerald-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-b-emerald-900\/0{
  border-bottom-color: rgb(6 78 59 / 0);
}

.border-b-emerald-900\/10{
  border-bottom-color: rgb(6 78 59 / 0.1);
}

.border-b-emerald-900\/100{
  border-bottom-color: rgb(6 78 59 / 1);
}

.border-b-emerald-900\/15{
  border-bottom-color: rgb(6 78 59 / 0.15);
}

.border-b-emerald-900\/20{
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.border-b-emerald-900\/25{
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.border-b-emerald-900\/30{
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.border-b-emerald-900\/35{
  border-bottom-color: rgb(6 78 59 / 0.35);
}

.border-b-emerald-900\/40{
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.border-b-emerald-900\/45{
  border-bottom-color: rgb(6 78 59 / 0.45);
}

.border-b-emerald-900\/5{
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.border-b-emerald-900\/50{
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.border-b-emerald-900\/55{
  border-bottom-color: rgb(6 78 59 / 0.55);
}

.border-b-emerald-900\/60{
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.border-b-emerald-900\/65{
  border-bottom-color: rgb(6 78 59 / 0.65);
}

.border-b-emerald-900\/70{
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.border-b-emerald-900\/75{
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.border-b-emerald-900\/80{
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.border-b-emerald-900\/85{
  border-bottom-color: rgb(6 78 59 / 0.85);
}

.border-b-emerald-900\/90{
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.border-b-emerald-900\/95{
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.border-b-emerald-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-b-emerald-950\/0{
  border-bottom-color: rgb(2 44 34 / 0);
}

.border-b-emerald-950\/10{
  border-bottom-color: rgb(2 44 34 / 0.1);
}

.border-b-emerald-950\/100{
  border-bottom-color: rgb(2 44 34 / 1);
}

.border-b-emerald-950\/15{
  border-bottom-color: rgb(2 44 34 / 0.15);
}

.border-b-emerald-950\/20{
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.border-b-emerald-950\/25{
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.border-b-emerald-950\/30{
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.border-b-emerald-950\/35{
  border-bottom-color: rgb(2 44 34 / 0.35);
}

.border-b-emerald-950\/40{
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.border-b-emerald-950\/45{
  border-bottom-color: rgb(2 44 34 / 0.45);
}

.border-b-emerald-950\/5{
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.border-b-emerald-950\/50{
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.border-b-emerald-950\/55{
  border-bottom-color: rgb(2 44 34 / 0.55);
}

.border-b-emerald-950\/60{
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.border-b-emerald-950\/65{
  border-bottom-color: rgb(2 44 34 / 0.65);
}

.border-b-emerald-950\/70{
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.border-b-emerald-950\/75{
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.border-b-emerald-950\/80{
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.border-b-emerald-950\/85{
  border-bottom-color: rgb(2 44 34 / 0.85);
}

.border-b-emerald-950\/90{
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.border-b-emerald-950\/95{
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.border-b-excel{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.border-b-excel-hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.border-b-excel-hover\/0{
  border-bottom-color: rgb(9 138 107 / 0);
}

.border-b-excel-hover\/10{
  border-bottom-color: rgb(9 138 107 / 0.1);
}

.border-b-excel-hover\/100{
  border-bottom-color: rgb(9 138 107 / 1);
}

.border-b-excel-hover\/15{
  border-bottom-color: rgb(9 138 107 / 0.15);
}

.border-b-excel-hover\/20{
  border-bottom-color: rgb(9 138 107 / 0.2);
}

.border-b-excel-hover\/25{
  border-bottom-color: rgb(9 138 107 / 0.25);
}

.border-b-excel-hover\/30{
  border-bottom-color: rgb(9 138 107 / 0.3);
}

.border-b-excel-hover\/35{
  border-bottom-color: rgb(9 138 107 / 0.35);
}

.border-b-excel-hover\/40{
  border-bottom-color: rgb(9 138 107 / 0.4);
}

.border-b-excel-hover\/45{
  border-bottom-color: rgb(9 138 107 / 0.45);
}

.border-b-excel-hover\/5{
  border-bottom-color: rgb(9 138 107 / 0.05);
}

.border-b-excel-hover\/50{
  border-bottom-color: rgb(9 138 107 / 0.5);
}

.border-b-excel-hover\/55{
  border-bottom-color: rgb(9 138 107 / 0.55);
}

.border-b-excel-hover\/60{
  border-bottom-color: rgb(9 138 107 / 0.6);
}

.border-b-excel-hover\/65{
  border-bottom-color: rgb(9 138 107 / 0.65);
}

.border-b-excel-hover\/70{
  border-bottom-color: rgb(9 138 107 / 0.7);
}

.border-b-excel-hover\/75{
  border-bottom-color: rgb(9 138 107 / 0.75);
}

.border-b-excel-hover\/80{
  border-bottom-color: rgb(9 138 107 / 0.8);
}

.border-b-excel-hover\/85{
  border-bottom-color: rgb(9 138 107 / 0.85);
}

.border-b-excel-hover\/90{
  border-bottom-color: rgb(9 138 107 / 0.9);
}

.border-b-excel-hover\/95{
  border-bottom-color: rgb(9 138 107 / 0.95);
}

.border-b-excel\/0{
  border-bottom-color: rgb(11 160 123 / 0);
}

.border-b-excel\/10{
  border-bottom-color: rgb(11 160 123 / 0.1);
}

.border-b-excel\/100{
  border-bottom-color: rgb(11 160 123 / 1);
}

.border-b-excel\/15{
  border-bottom-color: rgb(11 160 123 / 0.15);
}

.border-b-excel\/20{
  border-bottom-color: rgb(11 160 123 / 0.2);
}

.border-b-excel\/25{
  border-bottom-color: rgb(11 160 123 / 0.25);
}

.border-b-excel\/30{
  border-bottom-color: rgb(11 160 123 / 0.3);
}

.border-b-excel\/35{
  border-bottom-color: rgb(11 160 123 / 0.35);
}

.border-b-excel\/40{
  border-bottom-color: rgb(11 160 123 / 0.4);
}

.border-b-excel\/45{
  border-bottom-color: rgb(11 160 123 / 0.45);
}

.border-b-excel\/5{
  border-bottom-color: rgb(11 160 123 / 0.05);
}

.border-b-excel\/50{
  border-bottom-color: rgb(11 160 123 / 0.5);
}

.border-b-excel\/55{
  border-bottom-color: rgb(11 160 123 / 0.55);
}

.border-b-excel\/60{
  border-bottom-color: rgb(11 160 123 / 0.6);
}

.border-b-excel\/65{
  border-bottom-color: rgb(11 160 123 / 0.65);
}

.border-b-excel\/70{
  border-bottom-color: rgb(11 160 123 / 0.7);
}

.border-b-excel\/75{
  border-bottom-color: rgb(11 160 123 / 0.75);
}

.border-b-excel\/80{
  border-bottom-color: rgb(11 160 123 / 0.8);
}

.border-b-excel\/85{
  border-bottom-color: rgb(11 160 123 / 0.85);
}

.border-b-excel\/90{
  border-bottom-color: rgb(11 160 123 / 0.9);
}

.border-b-excel\/95{
  border-bottom-color: rgb(11 160 123 / 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\/15{
  border-bottom-color: rgb(250 232 255 / 0.15);
}

.border-b-fuchsia-100\/20{
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.border-b-fuchsia-100\/25{
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.border-b-fuchsia-100\/30{
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.border-b-fuchsia-100\/35{
  border-bottom-color: rgb(250 232 255 / 0.35);
}

.border-b-fuchsia-100\/40{
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.border-b-fuchsia-100\/45{
  border-bottom-color: rgb(250 232 255 / 0.45);
}

.border-b-fuchsia-100\/5{
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.border-b-fuchsia-100\/50{
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.border-b-fuchsia-100\/55{
  border-bottom-color: rgb(250 232 255 / 0.55);
}

.border-b-fuchsia-100\/60{
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.border-b-fuchsia-100\/65{
  border-bottom-color: rgb(250 232 255 / 0.65);
}

.border-b-fuchsia-100\/70{
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.border-b-fuchsia-100\/75{
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.border-b-fuchsia-100\/80{
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.border-b-fuchsia-100\/85{
  border-bottom-color: rgb(250 232 255 / 0.85);
}

.border-b-fuchsia-100\/90{
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.border-b-fuchsia-100\/95{
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.border-b-fuchsia-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-b-fuchsia-200\/0{
  border-bottom-color: rgb(245 208 254 / 0);
}

.border-b-fuchsia-200\/10{
  border-bottom-color: rgb(245 208 254 / 0.1);
}

.border-b-fuchsia-200\/100{
  border-bottom-color: rgb(245 208 254 / 1);
}

.border-b-fuchsia-200\/15{
  border-bottom-color: rgb(245 208 254 / 0.15);
}

.border-b-fuchsia-200\/20{
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.border-b-fuchsia-200\/25{
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.border-b-fuchsia-200\/30{
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.border-b-fuchsia-200\/35{
  border-bottom-color: rgb(245 208 254 / 0.35);
}

.border-b-fuchsia-200\/40{
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.border-b-fuchsia-200\/45{
  border-bottom-color: rgb(245 208 254 / 0.45);
}

.border-b-fuchsia-200\/5{
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.border-b-fuchsia-200\/50{
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.border-b-fuchsia-200\/55{
  border-bottom-color: rgb(245 208 254 / 0.55);
}

.border-b-fuchsia-200\/60{
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.border-b-fuchsia-200\/65{
  border-bottom-color: rgb(245 208 254 / 0.65);
}

.border-b-fuchsia-200\/70{
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.border-b-fuchsia-200\/75{
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.border-b-fuchsia-200\/80{
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.border-b-fuchsia-200\/85{
  border-bottom-color: rgb(245 208 254 / 0.85);
}

.border-b-fuchsia-200\/90{
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.border-b-fuchsia-200\/95{
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.border-b-fuchsia-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-b-fuchsia-300\/0{
  border-bottom-color: rgb(240 171 252 / 0);
}

.border-b-fuchsia-300\/10{
  border-bottom-color: rgb(240 171 252 / 0.1);
}

.border-b-fuchsia-300\/100{
  border-bottom-color: rgb(240 171 252 / 1);
}

.border-b-fuchsia-300\/15{
  border-bottom-color: rgb(240 171 252 / 0.15);
}

.border-b-fuchsia-300\/20{
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.border-b-fuchsia-300\/25{
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.border-b-fuchsia-300\/30{
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.border-b-fuchsia-300\/35{
  border-bottom-color: rgb(240 171 252 / 0.35);
}

.border-b-fuchsia-300\/40{
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.border-b-fuchsia-300\/45{
  border-bottom-color: rgb(240 171 252 / 0.45);
}

.border-b-fuchsia-300\/5{
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.border-b-fuchsia-300\/50{
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.border-b-fuchsia-300\/55{
  border-bottom-color: rgb(240 171 252 / 0.55);
}

.border-b-fuchsia-300\/60{
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.border-b-fuchsia-300\/65{
  border-bottom-color: rgb(240 171 252 / 0.65);
}

.border-b-fuchsia-300\/70{
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.border-b-fuchsia-300\/75{
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.border-b-fuchsia-300\/80{
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.border-b-fuchsia-300\/85{
  border-bottom-color: rgb(240 171 252 / 0.85);
}

.border-b-fuchsia-300\/90{
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.border-b-fuchsia-300\/95{
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.border-b-fuchsia-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-b-fuchsia-400\/0{
  border-bottom-color: rgb(232 121 249 / 0);
}

.border-b-fuchsia-400\/10{
  border-bottom-color: rgb(232 121 249 / 0.1);
}

.border-b-fuchsia-400\/100{
  border-bottom-color: rgb(232 121 249 / 1);
}

.border-b-fuchsia-400\/15{
  border-bottom-color: rgb(232 121 249 / 0.15);
}

.border-b-fuchsia-400\/20{
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.border-b-fuchsia-400\/25{
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.border-b-fuchsia-400\/30{
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.border-b-fuchsia-400\/35{
  border-bottom-color: rgb(232 121 249 / 0.35);
}

.border-b-fuchsia-400\/40{
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.border-b-fuchsia-400\/45{
  border-bottom-color: rgb(232 121 249 / 0.45);
}

.border-b-fuchsia-400\/5{
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.border-b-fuchsia-400\/50{
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.border-b-fuchsia-400\/55{
  border-bottom-color: rgb(232 121 249 / 0.55);
}

.border-b-fuchsia-400\/60{
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.border-b-fuchsia-400\/65{
  border-bottom-color: rgb(232 121 249 / 0.65);
}

.border-b-fuchsia-400\/70{
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.border-b-fuchsia-400\/75{
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.border-b-fuchsia-400\/80{
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.border-b-fuchsia-400\/85{
  border-bottom-color: rgb(232 121 249 / 0.85);
}

.border-b-fuchsia-400\/90{
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.border-b-fuchsia-400\/95{
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.border-b-fuchsia-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-b-fuchsia-50\/0{
  border-bottom-color: rgb(253 244 255 / 0);
}

.border-b-fuchsia-50\/10{
  border-bottom-color: rgb(253 244 255 / 0.1);
}

.border-b-fuchsia-50\/100{
  border-bottom-color: rgb(253 244 255 / 1);
}

.border-b-fuchsia-50\/15{
  border-bottom-color: rgb(253 244 255 / 0.15);
}

.border-b-fuchsia-50\/20{
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.border-b-fuchsia-50\/25{
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.border-b-fuchsia-50\/30{
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.border-b-fuchsia-50\/35{
  border-bottom-color: rgb(253 244 255 / 0.35);
}

.border-b-fuchsia-50\/40{
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.border-b-fuchsia-50\/45{
  border-bottom-color: rgb(253 244 255 / 0.45);
}

.border-b-fuchsia-50\/5{
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.border-b-fuchsia-50\/50{
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.border-b-fuchsia-50\/55{
  border-bottom-color: rgb(253 244 255 / 0.55);
}

.border-b-fuchsia-50\/60{
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.border-b-fuchsia-50\/65{
  border-bottom-color: rgb(253 244 255 / 0.65);
}

.border-b-fuchsia-50\/70{
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.border-b-fuchsia-50\/75{
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.border-b-fuchsia-50\/80{
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.border-b-fuchsia-50\/85{
  border-bottom-color: rgb(253 244 255 / 0.85);
}

.border-b-fuchsia-50\/90{
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.border-b-fuchsia-50\/95{
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.border-b-fuchsia-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-b-fuchsia-500\/0{
  border-bottom-color: rgb(217 70 239 / 0);
}

.border-b-fuchsia-500\/10{
  border-bottom-color: rgb(217 70 239 / 0.1);
}

.border-b-fuchsia-500\/100{
  border-bottom-color: rgb(217 70 239 / 1);
}

.border-b-fuchsia-500\/15{
  border-bottom-color: rgb(217 70 239 / 0.15);
}

.border-b-fuchsia-500\/20{
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.border-b-fuchsia-500\/25{
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.border-b-fuchsia-500\/30{
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.border-b-fuchsia-500\/35{
  border-bottom-color: rgb(217 70 239 / 0.35);
}

.border-b-fuchsia-500\/40{
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.border-b-fuchsia-500\/45{
  border-bottom-color: rgb(217 70 239 / 0.45);
}

.border-b-fuchsia-500\/5{
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.border-b-fuchsia-500\/50{
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.border-b-fuchsia-500\/55{
  border-bottom-color: rgb(217 70 239 / 0.55);
}

.border-b-fuchsia-500\/60{
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.border-b-fuchsia-500\/65{
  border-bottom-color: rgb(217 70 239 / 0.65);
}

.border-b-fuchsia-500\/70{
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.border-b-fuchsia-500\/75{
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.border-b-fuchsia-500\/80{
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.border-b-fuchsia-500\/85{
  border-bottom-color: rgb(217 70 239 / 0.85);
}

.border-b-fuchsia-500\/90{
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.border-b-fuchsia-500\/95{
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.border-b-fuchsia-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-b-fuchsia-600\/0{
  border-bottom-color: rgb(192 38 211 / 0);
}

.border-b-fuchsia-600\/10{
  border-bottom-color: rgb(192 38 211 / 0.1);
}

.border-b-fuchsia-600\/100{
  border-bottom-color: rgb(192 38 211 / 1);
}

.border-b-fuchsia-600\/15{
  border-bottom-color: rgb(192 38 211 / 0.15);
}

.border-b-fuchsia-600\/20{
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.border-b-fuchsia-600\/25{
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.border-b-fuchsia-600\/30{
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.border-b-fuchsia-600\/35{
  border-bottom-color: rgb(192 38 211 / 0.35);
}

.border-b-fuchsia-600\/40{
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.border-b-fuchsia-600\/45{
  border-bottom-color: rgb(192 38 211 / 0.45);
}

.border-b-fuchsia-600\/5{
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.border-b-fuchsia-600\/50{
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.border-b-fuchsia-600\/55{
  border-bottom-color: rgb(192 38 211 / 0.55);
}

.border-b-fuchsia-600\/60{
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.border-b-fuchsia-600\/65{
  border-bottom-color: rgb(192 38 211 / 0.65);
}

.border-b-fuchsia-600\/70{
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.border-b-fuchsia-600\/75{
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.border-b-fuchsia-600\/80{
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.border-b-fuchsia-600\/85{
  border-bottom-color: rgb(192 38 211 / 0.85);
}

.border-b-fuchsia-600\/90{
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.border-b-fuchsia-600\/95{
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.border-b-fuchsia-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-b-fuchsia-700\/0{
  border-bottom-color: rgb(162 28 175 / 0);
}

.border-b-fuchsia-700\/10{
  border-bottom-color: rgb(162 28 175 / 0.1);
}

.border-b-fuchsia-700\/100{
  border-bottom-color: rgb(162 28 175 / 1);
}

.border-b-fuchsia-700\/15{
  border-bottom-color: rgb(162 28 175 / 0.15);
}

.border-b-fuchsia-700\/20{
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.border-b-fuchsia-700\/25{
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.border-b-fuchsia-700\/30{
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.border-b-fuchsia-700\/35{
  border-bottom-color: rgb(162 28 175 / 0.35);
}

.border-b-fuchsia-700\/40{
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.border-b-fuchsia-700\/45{
  border-bottom-color: rgb(162 28 175 / 0.45);
}

.border-b-fuchsia-700\/5{
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.border-b-fuchsia-700\/50{
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.border-b-fuchsia-700\/55{
  border-bottom-color: rgb(162 28 175 / 0.55);
}

.border-b-fuchsia-700\/60{
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.border-b-fuchsia-700\/65{
  border-bottom-color: rgb(162 28 175 / 0.65);
}

.border-b-fuchsia-700\/70{
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.border-b-fuchsia-700\/75{
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.border-b-fuchsia-700\/80{
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.border-b-fuchsia-700\/85{
  border-bottom-color: rgb(162 28 175 / 0.85);
}

.border-b-fuchsia-700\/90{
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.border-b-fuchsia-700\/95{
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.border-b-fuchsia-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-b-fuchsia-800\/0{
  border-bottom-color: rgb(134 25 143 / 0);
}

.border-b-fuchsia-800\/10{
  border-bottom-color: rgb(134 25 143 / 0.1);
}

.border-b-fuchsia-800\/100{
  border-bottom-color: rgb(134 25 143 / 1);
}

.border-b-fuchsia-800\/15{
  border-bottom-color: rgb(134 25 143 / 0.15);
}

.border-b-fuchsia-800\/20{
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.border-b-fuchsia-800\/25{
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.border-b-fuchsia-800\/30{
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.border-b-fuchsia-800\/35{
  border-bottom-color: rgb(134 25 143 / 0.35);
}

.border-b-fuchsia-800\/40{
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.border-b-fuchsia-800\/45{
  border-bottom-color: rgb(134 25 143 / 0.45);
}

.border-b-fuchsia-800\/5{
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.border-b-fuchsia-800\/50{
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.border-b-fuchsia-800\/55{
  border-bottom-color: rgb(134 25 143 / 0.55);
}

.border-b-fuchsia-800\/60{
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.border-b-fuchsia-800\/65{
  border-bottom-color: rgb(134 25 143 / 0.65);
}

.border-b-fuchsia-800\/70{
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.border-b-fuchsia-800\/75{
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.border-b-fuchsia-800\/80{
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.border-b-fuchsia-800\/85{
  border-bottom-color: rgb(134 25 143 / 0.85);
}

.border-b-fuchsia-800\/90{
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.border-b-fuchsia-800\/95{
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.border-b-fuchsia-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-b-fuchsia-900\/0{
  border-bottom-color: rgb(112 26 117 / 0);
}

.border-b-fuchsia-900\/10{
  border-bottom-color: rgb(112 26 117 / 0.1);
}

.border-b-fuchsia-900\/100{
  border-bottom-color: rgb(112 26 117 / 1);
}

.border-b-fuchsia-900\/15{
  border-bottom-color: rgb(112 26 117 / 0.15);
}

.border-b-fuchsia-900\/20{
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.border-b-fuchsia-900\/25{
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.border-b-fuchsia-900\/30{
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.border-b-fuchsia-900\/35{
  border-bottom-color: rgb(112 26 117 / 0.35);
}

.border-b-fuchsia-900\/40{
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.border-b-fuchsia-900\/45{
  border-bottom-color: rgb(112 26 117 / 0.45);
}

.border-b-fuchsia-900\/5{
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.border-b-fuchsia-900\/50{
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.border-b-fuchsia-900\/55{
  border-bottom-color: rgb(112 26 117 / 0.55);
}

.border-b-fuchsia-900\/60{
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.border-b-fuchsia-900\/65{
  border-bottom-color: rgb(112 26 117 / 0.65);
}

.border-b-fuchsia-900\/70{
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.border-b-fuchsia-900\/75{
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.border-b-fuchsia-900\/80{
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.border-b-fuchsia-900\/85{
  border-bottom-color: rgb(112 26 117 / 0.85);
}

.border-b-fuchsia-900\/90{
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.border-b-fuchsia-900\/95{
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.border-b-fuchsia-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-b-fuchsia-950\/0{
  border-bottom-color: rgb(74 4 78 / 0);
}

.border-b-fuchsia-950\/10{
  border-bottom-color: rgb(74 4 78 / 0.1);
}

.border-b-fuchsia-950\/100{
  border-bottom-color: rgb(74 4 78 / 1);
}

.border-b-fuchsia-950\/15{
  border-bottom-color: rgb(74 4 78 / 0.15);
}

.border-b-fuchsia-950\/20{
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.border-b-fuchsia-950\/25{
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.border-b-fuchsia-950\/30{
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.border-b-fuchsia-950\/35{
  border-bottom-color: rgb(74 4 78 / 0.35);
}

.border-b-fuchsia-950\/40{
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.border-b-fuchsia-950\/45{
  border-bottom-color: rgb(74 4 78 / 0.45);
}

.border-b-fuchsia-950\/5{
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.border-b-fuchsia-950\/50{
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.border-b-fuchsia-950\/55{
  border-bottom-color: rgb(74 4 78 / 0.55);
}

.border-b-fuchsia-950\/60{
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.border-b-fuchsia-950\/65{
  border-bottom-color: rgb(74 4 78 / 0.65);
}

.border-b-fuchsia-950\/70{
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.border-b-fuchsia-950\/75{
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.border-b-fuchsia-950\/80{
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.border-b-fuchsia-950\/85{
  border-bottom-color: rgb(74 4 78 / 0.85);
}

.border-b-fuchsia-950\/90{
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.border-b-fuchsia-950\/95{
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.border-b-gray-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-b-gray-100\/0{
  border-bottom-color: rgb(243 244 246 / 0);
}

.border-b-gray-100\/10{
  border-bottom-color: rgb(243 244 246 / 0.1);
}

.border-b-gray-100\/100{
  border-bottom-color: rgb(243 244 246 / 1);
}

.border-b-gray-100\/15{
  border-bottom-color: rgb(243 244 246 / 0.15);
}

.border-b-gray-100\/20{
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.border-b-gray-100\/25{
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.border-b-gray-100\/30{
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.border-b-gray-100\/35{
  border-bottom-color: rgb(243 244 246 / 0.35);
}

.border-b-gray-100\/40{
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.border-b-gray-100\/45{
  border-bottom-color: rgb(243 244 246 / 0.45);
}

.border-b-gray-100\/5{
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.border-b-gray-100\/50{
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.border-b-gray-100\/55{
  border-bottom-color: rgb(243 244 246 / 0.55);
}

.border-b-gray-100\/60{
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.border-b-gray-100\/65{
  border-bottom-color: rgb(243 244 246 / 0.65);
}

.border-b-gray-100\/70{
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.border-b-gray-100\/75{
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.border-b-gray-100\/80{
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.border-b-gray-100\/85{
  border-bottom-color: rgb(243 244 246 / 0.85);
}

.border-b-gray-100\/90{
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.border-b-gray-100\/95{
  border-bottom-color: rgb(243 244 246 / 0.95);
}

.border-b-gray-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-b-gray-200\/0{
  border-bottom-color: rgb(229 231 235 / 0);
}

.border-b-gray-200\/10{
  border-bottom-color: rgb(229 231 235 / 0.1);
}

.border-b-gray-200\/100{
  border-bottom-color: rgb(229 231 235 / 1);
}

.border-b-gray-200\/15{
  border-bottom-color: rgb(229 231 235 / 0.15);
}

.border-b-gray-200\/20{
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.border-b-gray-200\/25{
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.border-b-gray-200\/30{
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.border-b-gray-200\/35{
  border-bottom-color: rgb(229 231 235 / 0.35);
}

.border-b-gray-200\/40{
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.border-b-gray-200\/45{
  border-bottom-color: rgb(229 231 235 / 0.45);
}

.border-b-gray-200\/5{
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.border-b-gray-200\/50{
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.border-b-gray-200\/55{
  border-bottom-color: rgb(229 231 235 / 0.55);
}

.border-b-gray-200\/60{
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.border-b-gray-200\/65{
  border-bottom-color: rgb(229 231 235 / 0.65);
}

.border-b-gray-200\/70{
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.border-b-gray-200\/75{
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.border-b-gray-200\/80{
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.border-b-gray-200\/85{
  border-bottom-color: rgb(229 231 235 / 0.85);
}

.border-b-gray-200\/90{
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.border-b-gray-200\/95{
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.border-b-gray-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-b-gray-300\/0{
  border-bottom-color: rgb(209 213 219 / 0);
}

.border-b-gray-300\/10{
  border-bottom-color: rgb(209 213 219 / 0.1);
}

.border-b-gray-300\/100{
  border-bottom-color: rgb(209 213 219 / 1);
}

.border-b-gray-300\/15{
  border-bottom-color: rgb(209 213 219 / 0.15);
}

.border-b-gray-300\/20{
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.border-b-gray-300\/25{
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.border-b-gray-300\/30{
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.border-b-gray-300\/35{
  border-bottom-color: rgb(209 213 219 / 0.35);
}

.border-b-gray-300\/40{
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.border-b-gray-300\/45{
  border-bottom-color: rgb(209 213 219 / 0.45);
}

.border-b-gray-300\/5{
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.border-b-gray-300\/50{
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.border-b-gray-300\/55{
  border-bottom-color: rgb(209 213 219 / 0.55);
}

.border-b-gray-300\/60{
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.border-b-gray-300\/65{
  border-bottom-color: rgb(209 213 219 / 0.65);
}

.border-b-gray-300\/70{
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.border-b-gray-300\/75{
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.border-b-gray-300\/80{
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.border-b-gray-300\/85{
  border-bottom-color: rgb(209 213 219 / 0.85);
}

.border-b-gray-300\/90{
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.border-b-gray-300\/95{
  border-bottom-color: rgb(209 213 219 / 0.95);
}

.border-b-gray-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-b-gray-400\/0{
  border-bottom-color: rgb(156 163 175 / 0);
}

.border-b-gray-400\/10{
  border-bottom-color: rgb(156 163 175 / 0.1);
}

.border-b-gray-400\/100{
  border-bottom-color: rgb(156 163 175 / 1);
}

.border-b-gray-400\/15{
  border-bottom-color: rgb(156 163 175 / 0.15);
}

.border-b-gray-400\/20{
  border-bottom-color: rgb(156 163 175 / 0.2);
}

.border-b-gray-400\/25{
  border-bottom-color: rgb(156 163 175 / 0.25);
}

.border-b-gray-400\/30{
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.border-b-gray-400\/35{
  border-bottom-color: rgb(156 163 175 / 0.35);
}

.border-b-gray-400\/40{
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.border-b-gray-400\/45{
  border-bottom-color: rgb(156 163 175 / 0.45);
}

.border-b-gray-400\/5{
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.border-b-gray-400\/50{
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.border-b-gray-400\/55{
  border-bottom-color: rgb(156 163 175 / 0.55);
}

.border-b-gray-400\/60{
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.border-b-gray-400\/65{
  border-bottom-color: rgb(156 163 175 / 0.65);
}

.border-b-gray-400\/70{
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.border-b-gray-400\/75{
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.border-b-gray-400\/80{
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.border-b-gray-400\/85{
  border-bottom-color: rgb(156 163 175 / 0.85);
}

.border-b-gray-400\/90{
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.border-b-gray-400\/95{
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.border-b-gray-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-b-gray-50\/0{
  border-bottom-color: rgb(249 250 251 / 0);
}

.border-b-gray-50\/10{
  border-bottom-color: rgb(249 250 251 / 0.1);
}

.border-b-gray-50\/100{
  border-bottom-color: rgb(249 250 251 / 1);
}

.border-b-gray-50\/15{
  border-bottom-color: rgb(249 250 251 / 0.15);
}

.border-b-gray-50\/20{
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.border-b-gray-50\/25{
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.border-b-gray-50\/30{
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.border-b-gray-50\/35{
  border-bottom-color: rgb(249 250 251 / 0.35);
}

.border-b-gray-50\/40{
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.border-b-gray-50\/45{
  border-bottom-color: rgb(249 250 251 / 0.45);
}

.border-b-gray-50\/5{
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.border-b-gray-50\/50{
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.border-b-gray-50\/55{
  border-bottom-color: rgb(249 250 251 / 0.55);
}

.border-b-gray-50\/60{
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.border-b-gray-50\/65{
  border-bottom-color: rgb(249 250 251 / 0.65);
}

.border-b-gray-50\/70{
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.border-b-gray-50\/75{
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.border-b-gray-50\/80{
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.border-b-gray-50\/85{
  border-bottom-color: rgb(249 250 251 / 0.85);
}

.border-b-gray-50\/90{
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.border-b-gray-50\/95{
  border-bottom-color: rgb(249 250 251 / 0.95);
}

.border-b-gray-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-b-gray-500\/0{
  border-bottom-color: rgb(107 114 128 / 0);
}

.border-b-gray-500\/10{
  border-bottom-color: rgb(107 114 128 / 0.1);
}

.border-b-gray-500\/100{
  border-bottom-color: rgb(107 114 128 / 1);
}

.border-b-gray-500\/15{
  border-bottom-color: rgb(107 114 128 / 0.15);
}

.border-b-gray-500\/20{
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.border-b-gray-500\/25{
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.border-b-gray-500\/30{
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.border-b-gray-500\/35{
  border-bottom-color: rgb(107 114 128 / 0.35);
}

.border-b-gray-500\/40{
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.border-b-gray-500\/45{
  border-bottom-color: rgb(107 114 128 / 0.45);
}

.border-b-gray-500\/5{
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.border-b-gray-500\/50{
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.border-b-gray-500\/55{
  border-bottom-color: rgb(107 114 128 / 0.55);
}

.border-b-gray-500\/60{
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.border-b-gray-500\/65{
  border-bottom-color: rgb(107 114 128 / 0.65);
}

.border-b-gray-500\/70{
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.border-b-gray-500\/75{
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.border-b-gray-500\/80{
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.border-b-gray-500\/85{
  border-bottom-color: rgb(107 114 128 / 0.85);
}

.border-b-gray-500\/90{
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.border-b-gray-500\/95{
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.border-b-gray-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-b-gray-600\/0{
  border-bottom-color: rgb(75 85 99 / 0);
}

.border-b-gray-600\/10{
  border-bottom-color: rgb(75 85 99 / 0.1);
}

.border-b-gray-600\/100{
  border-bottom-color: rgb(75 85 99 / 1);
}

.border-b-gray-600\/15{
  border-bottom-color: rgb(75 85 99 / 0.15);
}

.border-b-gray-600\/20{
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.border-b-gray-600\/25{
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.border-b-gray-600\/30{
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.border-b-gray-600\/35{
  border-bottom-color: rgb(75 85 99 / 0.35);
}

.border-b-gray-600\/40{
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.border-b-gray-600\/45{
  border-bottom-color: rgb(75 85 99 / 0.45);
}

.border-b-gray-600\/5{
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.border-b-gray-600\/50{
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.border-b-gray-600\/55{
  border-bottom-color: rgb(75 85 99 / 0.55);
}

.border-b-gray-600\/60{
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.border-b-gray-600\/65{
  border-bottom-color: rgb(75 85 99 / 0.65);
}

.border-b-gray-600\/70{
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.border-b-gray-600\/75{
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.border-b-gray-600\/80{
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.border-b-gray-600\/85{
  border-bottom-color: rgb(75 85 99 / 0.85);
}

.border-b-gray-600\/90{
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.border-b-gray-600\/95{
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.border-b-gray-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-b-gray-700\/0{
  border-bottom-color: rgb(55 65 81 / 0);
}

.border-b-gray-700\/10{
  border-bottom-color: rgb(55 65 81 / 0.1);
}

.border-b-gray-700\/100{
  border-bottom-color: rgb(55 65 81 / 1);
}

.border-b-gray-700\/15{
  border-bottom-color: rgb(55 65 81 / 0.15);
}

.border-b-gray-700\/20{
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.border-b-gray-700\/25{
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.border-b-gray-700\/30{
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.border-b-gray-700\/35{
  border-bottom-color: rgb(55 65 81 / 0.35);
}

.border-b-gray-700\/40{
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.border-b-gray-700\/45{
  border-bottom-color: rgb(55 65 81 / 0.45);
}

.border-b-gray-700\/5{
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.border-b-gray-700\/50{
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.border-b-gray-700\/55{
  border-bottom-color: rgb(55 65 81 / 0.55);
}

.border-b-gray-700\/60{
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.border-b-gray-700\/65{
  border-bottom-color: rgb(55 65 81 / 0.65);
}

.border-b-gray-700\/70{
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.border-b-gray-700\/75{
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.border-b-gray-700\/80{
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.border-b-gray-700\/85{
  border-bottom-color: rgb(55 65 81 / 0.85);
}

.border-b-gray-700\/90{
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.border-b-gray-700\/95{
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.border-b-gray-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-b-gray-800\/0{
  border-bottom-color: rgb(31 41 55 / 0);
}

.border-b-gray-800\/10{
  border-bottom-color: rgb(31 41 55 / 0.1);
}

.border-b-gray-800\/100{
  border-bottom-color: rgb(31 41 55 / 1);
}

.border-b-gray-800\/15{
  border-bottom-color: rgb(31 41 55 / 0.15);
}

.border-b-gray-800\/20{
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.border-b-gray-800\/25{
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.border-b-gray-800\/30{
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.border-b-gray-800\/35{
  border-bottom-color: rgb(31 41 55 / 0.35);
}

.border-b-gray-800\/40{
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.border-b-gray-800\/45{
  border-bottom-color: rgb(31 41 55 / 0.45);
}

.border-b-gray-800\/5{
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.border-b-gray-800\/50{
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.border-b-gray-800\/55{
  border-bottom-color: rgb(31 41 55 / 0.55);
}

.border-b-gray-800\/60{
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.border-b-gray-800\/65{
  border-bottom-color: rgb(31 41 55 / 0.65);
}

.border-b-gray-800\/70{
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.border-b-gray-800\/75{
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.border-b-gray-800\/80{
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.border-b-gray-800\/85{
  border-bottom-color: rgb(31 41 55 / 0.85);
}

.border-b-gray-800\/90{
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.border-b-gray-800\/95{
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.border-b-gray-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-b-gray-900\/0{
  border-bottom-color: rgb(17 24 39 / 0);
}

.border-b-gray-900\/10{
  border-bottom-color: rgb(17 24 39 / 0.1);
}

.border-b-gray-900\/100{
  border-bottom-color: rgb(17 24 39 / 1);
}

.border-b-gray-900\/15{
  border-bottom-color: rgb(17 24 39 / 0.15);
}

.border-b-gray-900\/20{
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.border-b-gray-900\/25{
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.border-b-gray-900\/30{
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.border-b-gray-900\/35{
  border-bottom-color: rgb(17 24 39 / 0.35);
}

.border-b-gray-900\/40{
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.border-b-gray-900\/45{
  border-bottom-color: rgb(17 24 39 / 0.45);
}

.border-b-gray-900\/5{
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.border-b-gray-900\/50{
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.border-b-gray-900\/55{
  border-bottom-color: rgb(17 24 39 / 0.55);
}

.border-b-gray-900\/60{
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.border-b-gray-900\/65{
  border-bottom-color: rgb(17 24 39 / 0.65);
}

.border-b-gray-900\/70{
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.border-b-gray-900\/75{
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.border-b-gray-900\/80{
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.border-b-gray-900\/85{
  border-bottom-color: rgb(17 24 39 / 0.85);
}

.border-b-gray-900\/90{
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.border-b-gray-900\/95{
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.border-b-gray-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-b-gray-950\/0{
  border-bottom-color: rgb(3 7 18 / 0);
}

.border-b-gray-950\/10{
  border-bottom-color: rgb(3 7 18 / 0.1);
}

.border-b-gray-950\/100{
  border-bottom-color: rgb(3 7 18 / 1);
}

.border-b-gray-950\/15{
  border-bottom-color: rgb(3 7 18 / 0.15);
}

.border-b-gray-950\/20{
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.border-b-gray-950\/25{
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.border-b-gray-950\/30{
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.border-b-gray-950\/35{
  border-bottom-color: rgb(3 7 18 / 0.35);
}

.border-b-gray-950\/40{
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.border-b-gray-950\/45{
  border-bottom-color: rgb(3 7 18 / 0.45);
}

.border-b-gray-950\/5{
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.border-b-gray-950\/50{
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.border-b-gray-950\/55{
  border-bottom-color: rgb(3 7 18 / 0.55);
}

.border-b-gray-950\/60{
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.border-b-gray-950\/65{
  border-bottom-color: rgb(3 7 18 / 0.65);
}

.border-b-gray-950\/70{
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.border-b-gray-950\/75{
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.border-b-gray-950\/80{
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.border-b-gray-950\/85{
  border-bottom-color: rgb(3 7 18 / 0.85);
}

.border-b-gray-950\/90{
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.border-b-gray-950\/95{
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.border-b-green-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-b-green-100\/0{
  border-bottom-color: rgb(220 252 231 / 0);
}

.border-b-green-100\/10{
  border-bottom-color: rgb(220 252 231 / 0.1);
}

.border-b-green-100\/100{
  border-bottom-color: rgb(220 252 231 / 1);
}

.border-b-green-100\/15{
  border-bottom-color: rgb(220 252 231 / 0.15);
}

.border-b-green-100\/20{
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.border-b-green-100\/25{
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.border-b-green-100\/30{
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.border-b-green-100\/35{
  border-bottom-color: rgb(220 252 231 / 0.35);
}

.border-b-green-100\/40{
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.border-b-green-100\/45{
  border-bottom-color: rgb(220 252 231 / 0.45);
}

.border-b-green-100\/5{
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.border-b-green-100\/50{
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.border-b-green-100\/55{
  border-bottom-color: rgb(220 252 231 / 0.55);
}

.border-b-green-100\/60{
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.border-b-green-100\/65{
  border-bottom-color: rgb(220 252 231 / 0.65);
}

.border-b-green-100\/70{
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.border-b-green-100\/75{
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.border-b-green-100\/80{
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.border-b-green-100\/85{
  border-bottom-color: rgb(220 252 231 / 0.85);
}

.border-b-green-100\/90{
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.border-b-green-100\/95{
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.border-b-green-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-b-green-200\/0{
  border-bottom-color: rgb(187 247 208 / 0);
}

.border-b-green-200\/10{
  border-bottom-color: rgb(187 247 208 / 0.1);
}

.border-b-green-200\/100{
  border-bottom-color: rgb(187 247 208 / 1);
}

.border-b-green-200\/15{
  border-bottom-color: rgb(187 247 208 / 0.15);
}

.border-b-green-200\/20{
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.border-b-green-200\/25{
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.border-b-green-200\/30{
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.border-b-green-200\/35{
  border-bottom-color: rgb(187 247 208 / 0.35);
}

.border-b-green-200\/40{
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.border-b-green-200\/45{
  border-bottom-color: rgb(187 247 208 / 0.45);
}

.border-b-green-200\/5{
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.border-b-green-200\/50{
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.border-b-green-200\/55{
  border-bottom-color: rgb(187 247 208 / 0.55);
}

.border-b-green-200\/60{
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.border-b-green-200\/65{
  border-bottom-color: rgb(187 247 208 / 0.65);
}

.border-b-green-200\/70{
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.border-b-green-200\/75{
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.border-b-green-200\/80{
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.border-b-green-200\/85{
  border-bottom-color: rgb(187 247 208 / 0.85);
}

.border-b-green-200\/90{
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.border-b-green-200\/95{
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.border-b-green-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-b-green-300\/0{
  border-bottom-color: rgb(134 239 172 / 0);
}

.border-b-green-300\/10{
  border-bottom-color: rgb(134 239 172 / 0.1);
}

.border-b-green-300\/100{
  border-bottom-color: rgb(134 239 172 / 1);
}

.border-b-green-300\/15{
  border-bottom-color: rgb(134 239 172 / 0.15);
}

.border-b-green-300\/20{
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.border-b-green-300\/25{
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.border-b-green-300\/30{
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.border-b-green-300\/35{
  border-bottom-color: rgb(134 239 172 / 0.35);
}

.border-b-green-300\/40{
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.border-b-green-300\/45{
  border-bottom-color: rgb(134 239 172 / 0.45);
}

.border-b-green-300\/5{
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.border-b-green-300\/50{
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.border-b-green-300\/55{
  border-bottom-color: rgb(134 239 172 / 0.55);
}

.border-b-green-300\/60{
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.border-b-green-300\/65{
  border-bottom-color: rgb(134 239 172 / 0.65);
}

.border-b-green-300\/70{
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.border-b-green-300\/75{
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.border-b-green-300\/80{
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.border-b-green-300\/85{
  border-bottom-color: rgb(134 239 172 / 0.85);
}

.border-b-green-300\/90{
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.border-b-green-300\/95{
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.border-b-green-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-b-green-400\/0{
  border-bottom-color: rgb(74 222 128 / 0);
}

.border-b-green-400\/10{
  border-bottom-color: rgb(74 222 128 / 0.1);
}

.border-b-green-400\/100{
  border-bottom-color: rgb(74 222 128 / 1);
}

.border-b-green-400\/15{
  border-bottom-color: rgb(74 222 128 / 0.15);
}

.border-b-green-400\/20{
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.border-b-green-400\/25{
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.border-b-green-400\/30{
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.border-b-green-400\/35{
  border-bottom-color: rgb(74 222 128 / 0.35);
}

.border-b-green-400\/40{
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.border-b-green-400\/45{
  border-bottom-color: rgb(74 222 128 / 0.45);
}

.border-b-green-400\/5{
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.border-b-green-400\/50{
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.border-b-green-400\/55{
  border-bottom-color: rgb(74 222 128 / 0.55);
}

.border-b-green-400\/60{
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.border-b-green-400\/65{
  border-bottom-color: rgb(74 222 128 / 0.65);
}

.border-b-green-400\/70{
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.border-b-green-400\/75{
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.border-b-green-400\/80{
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.border-b-green-400\/85{
  border-bottom-color: rgb(74 222 128 / 0.85);
}

.border-b-green-400\/90{
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.border-b-green-400\/95{
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.border-b-green-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-b-green-50\/0{
  border-bottom-color: rgb(240 253 244 / 0);
}

.border-b-green-50\/10{
  border-bottom-color: rgb(240 253 244 / 0.1);
}

.border-b-green-50\/100{
  border-bottom-color: rgb(240 253 244 / 1);
}

.border-b-green-50\/15{
  border-bottom-color: rgb(240 253 244 / 0.15);
}

.border-b-green-50\/20{
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.border-b-green-50\/25{
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.border-b-green-50\/30{
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.border-b-green-50\/35{
  border-bottom-color: rgb(240 253 244 / 0.35);
}

.border-b-green-50\/40{
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.border-b-green-50\/45{
  border-bottom-color: rgb(240 253 244 / 0.45);
}

.border-b-green-50\/5{
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.border-b-green-50\/50{
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.border-b-green-50\/55{
  border-bottom-color: rgb(240 253 244 / 0.55);
}

.border-b-green-50\/60{
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.border-b-green-50\/65{
  border-bottom-color: rgb(240 253 244 / 0.65);
}

.border-b-green-50\/70{
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.border-b-green-50\/75{
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.border-b-green-50\/80{
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.border-b-green-50\/85{
  border-bottom-color: rgb(240 253 244 / 0.85);
}

.border-b-green-50\/90{
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.border-b-green-50\/95{
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.border-b-green-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-b-green-500\/0{
  border-bottom-color: rgb(34 197 94 / 0);
}

.border-b-green-500\/10{
  border-bottom-color: rgb(34 197 94 / 0.1);
}

.border-b-green-500\/100{
  border-bottom-color: rgb(34 197 94 / 1);
}

.border-b-green-500\/15{
  border-bottom-color: rgb(34 197 94 / 0.15);
}

.border-b-green-500\/20{
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.border-b-green-500\/25{
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.border-b-green-500\/30{
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.border-b-green-500\/35{
  border-bottom-color: rgb(34 197 94 / 0.35);
}

.border-b-green-500\/40{
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.border-b-green-500\/45{
  border-bottom-color: rgb(34 197 94 / 0.45);
}

.border-b-green-500\/5{
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.border-b-green-500\/50{
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.border-b-green-500\/55{
  border-bottom-color: rgb(34 197 94 / 0.55);
}

.border-b-green-500\/60{
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.border-b-green-500\/65{
  border-bottom-color: rgb(34 197 94 / 0.65);
}

.border-b-green-500\/70{
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.border-b-green-500\/75{
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.border-b-green-500\/80{
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.border-b-green-500\/85{
  border-bottom-color: rgb(34 197 94 / 0.85);
}

.border-b-green-500\/90{
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.border-b-green-500\/95{
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.border-b-green-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-b-green-600\/0{
  border-bottom-color: rgb(22 163 74 / 0);
}

.border-b-green-600\/10{
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.border-b-green-600\/100{
  border-bottom-color: rgb(22 163 74 / 1);
}

.border-b-green-600\/15{
  border-bottom-color: rgb(22 163 74 / 0.15);
}

.border-b-green-600\/20{
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.border-b-green-600\/25{
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.border-b-green-600\/30{
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.border-b-green-600\/35{
  border-bottom-color: rgb(22 163 74 / 0.35);
}

.border-b-green-600\/40{
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.border-b-green-600\/45{
  border-bottom-color: rgb(22 163 74 / 0.45);
}

.border-b-green-600\/5{
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.border-b-green-600\/50{
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.border-b-green-600\/55{
  border-bottom-color: rgb(22 163 74 / 0.55);
}

.border-b-green-600\/60{
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.border-b-green-600\/65{
  border-bottom-color: rgb(22 163 74 / 0.65);
}

.border-b-green-600\/70{
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.border-b-green-600\/75{
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.border-b-green-600\/80{
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.border-b-green-600\/85{
  border-bottom-color: rgb(22 163 74 / 0.85);
}

.border-b-green-600\/90{
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.border-b-green-600\/95{
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.border-b-green-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-b-green-700\/0{
  border-bottom-color: rgb(21 128 61 / 0);
}

.border-b-green-700\/10{
  border-bottom-color: rgb(21 128 61 / 0.1);
}

.border-b-green-700\/100{
  border-bottom-color: rgb(21 128 61 / 1);
}

.border-b-green-700\/15{
  border-bottom-color: rgb(21 128 61 / 0.15);
}

.border-b-green-700\/20{
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.border-b-green-700\/25{
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.border-b-green-700\/30{
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.border-b-green-700\/35{
  border-bottom-color: rgb(21 128 61 / 0.35);
}

.border-b-green-700\/40{
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.border-b-green-700\/45{
  border-bottom-color: rgb(21 128 61 / 0.45);
}

.border-b-green-700\/5{
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.border-b-green-700\/50{
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.border-b-green-700\/55{
  border-bottom-color: rgb(21 128 61 / 0.55);
}

.border-b-green-700\/60{
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.border-b-green-700\/65{
  border-bottom-color: rgb(21 128 61 / 0.65);
}

.border-b-green-700\/70{
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.border-b-green-700\/75{
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.border-b-green-700\/80{
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.border-b-green-700\/85{
  border-bottom-color: rgb(21 128 61 / 0.85);
}

.border-b-green-700\/90{
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.border-b-green-700\/95{
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.border-b-green-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-b-green-800\/0{
  border-bottom-color: rgb(22 101 52 / 0);
}

.border-b-green-800\/10{
  border-bottom-color: rgb(22 101 52 / 0.1);
}

.border-b-green-800\/100{
  border-bottom-color: rgb(22 101 52 / 1);
}

.border-b-green-800\/15{
  border-bottom-color: rgb(22 101 52 / 0.15);
}

.border-b-green-800\/20{
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.border-b-green-800\/25{
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.border-b-green-800\/30{
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.border-b-green-800\/35{
  border-bottom-color: rgb(22 101 52 / 0.35);
}

.border-b-green-800\/40{
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.border-b-green-800\/45{
  border-bottom-color: rgb(22 101 52 / 0.45);
}

.border-b-green-800\/5{
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.border-b-green-800\/50{
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.border-b-green-800\/55{
  border-bottom-color: rgb(22 101 52 / 0.55);
}

.border-b-green-800\/60{
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.border-b-green-800\/65{
  border-bottom-color: rgb(22 101 52 / 0.65);
}

.border-b-green-800\/70{
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.border-b-green-800\/75{
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.border-b-green-800\/80{
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.border-b-green-800\/85{
  border-bottom-color: rgb(22 101 52 / 0.85);
}

.border-b-green-800\/90{
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.border-b-green-800\/95{
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.border-b-green-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-b-green-900\/0{
  border-bottom-color: rgb(20 83 45 / 0);
}

.border-b-green-900\/10{
  border-bottom-color: rgb(20 83 45 / 0.1);
}

.border-b-green-900\/100{
  border-bottom-color: rgb(20 83 45 / 1);
}

.border-b-green-900\/15{
  border-bottom-color: rgb(20 83 45 / 0.15);
}

.border-b-green-900\/20{
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.border-b-green-900\/25{
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.border-b-green-900\/30{
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.border-b-green-900\/35{
  border-bottom-color: rgb(20 83 45 / 0.35);
}

.border-b-green-900\/40{
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.border-b-green-900\/45{
  border-bottom-color: rgb(20 83 45 / 0.45);
}

.border-b-green-900\/5{
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.border-b-green-900\/50{
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.border-b-green-900\/55{
  border-bottom-color: rgb(20 83 45 / 0.55);
}

.border-b-green-900\/60{
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.border-b-green-900\/65{
  border-bottom-color: rgb(20 83 45 / 0.65);
}

.border-b-green-900\/70{
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.border-b-green-900\/75{
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.border-b-green-900\/80{
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.border-b-green-900\/85{
  border-bottom-color: rgb(20 83 45 / 0.85);
}

.border-b-green-900\/90{
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.border-b-green-900\/95{
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.border-b-green-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-b-green-950\/0{
  border-bottom-color: rgb(5 46 22 / 0);
}

.border-b-green-950\/10{
  border-bottom-color: rgb(5 46 22 / 0.1);
}

.border-b-green-950\/100{
  border-bottom-color: rgb(5 46 22 / 1);
}

.border-b-green-950\/15{
  border-bottom-color: rgb(5 46 22 / 0.15);
}

.border-b-green-950\/20{
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.border-b-green-950\/25{
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.border-b-green-950\/30{
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.border-b-green-950\/35{
  border-bottom-color: rgb(5 46 22 / 0.35);
}

.border-b-green-950\/40{
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.border-b-green-950\/45{
  border-bottom-color: rgb(5 46 22 / 0.45);
}

.border-b-green-950\/5{
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.border-b-green-950\/50{
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.border-b-green-950\/55{
  border-bottom-color: rgb(5 46 22 / 0.55);
}

.border-b-green-950\/60{
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.border-b-green-950\/65{
  border-bottom-color: rgb(5 46 22 / 0.65);
}

.border-b-green-950\/70{
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.border-b-green-950\/75{
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.border-b-green-950\/80{
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.border-b-green-950\/85{
  border-bottom-color: rgb(5 46 22 / 0.85);
}

.border-b-green-950\/90{
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.border-b-green-950\/95{
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.border-b-indigo-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-b-indigo-100\/0{
  border-bottom-color: rgb(224 231 255 / 0);
}

.border-b-indigo-100\/10{
  border-bottom-color: rgb(224 231 255 / 0.1);
}

.border-b-indigo-100\/100{
  border-bottom-color: rgb(224 231 255 / 1);
}

.border-b-indigo-100\/15{
  border-bottom-color: rgb(224 231 255 / 0.15);
}

.border-b-indigo-100\/20{
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.border-b-indigo-100\/25{
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.border-b-indigo-100\/30{
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.border-b-indigo-100\/35{
  border-bottom-color: rgb(224 231 255 / 0.35);
}

.border-b-indigo-100\/40{
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.border-b-indigo-100\/45{
  border-bottom-color: rgb(224 231 255 / 0.45);
}

.border-b-indigo-100\/5{
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.border-b-indigo-100\/50{
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.border-b-indigo-100\/55{
  border-bottom-color: rgb(224 231 255 / 0.55);
}

.border-b-indigo-100\/60{
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.border-b-indigo-100\/65{
  border-bottom-color: rgb(224 231 255 / 0.65);
}

.border-b-indigo-100\/70{
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.border-b-indigo-100\/75{
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.border-b-indigo-100\/80{
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.border-b-indigo-100\/85{
  border-bottom-color: rgb(224 231 255 / 0.85);
}

.border-b-indigo-100\/90{
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.border-b-indigo-100\/95{
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.border-b-indigo-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-b-indigo-200\/0{
  border-bottom-color: rgb(199 210 254 / 0);
}

.border-b-indigo-200\/10{
  border-bottom-color: rgb(199 210 254 / 0.1);
}

.border-b-indigo-200\/100{
  border-bottom-color: rgb(199 210 254 / 1);
}

.border-b-indigo-200\/15{
  border-bottom-color: rgb(199 210 254 / 0.15);
}

.border-b-indigo-200\/20{
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.border-b-indigo-200\/25{
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.border-b-indigo-200\/30{
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.border-b-indigo-200\/35{
  border-bottom-color: rgb(199 210 254 / 0.35);
}

.border-b-indigo-200\/40{
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.border-b-indigo-200\/45{
  border-bottom-color: rgb(199 210 254 / 0.45);
}

.border-b-indigo-200\/5{
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.border-b-indigo-200\/50{
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.border-b-indigo-200\/55{
  border-bottom-color: rgb(199 210 254 / 0.55);
}

.border-b-indigo-200\/60{
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.border-b-indigo-200\/65{
  border-bottom-color: rgb(199 210 254 / 0.65);
}

.border-b-indigo-200\/70{
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.border-b-indigo-200\/75{
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.border-b-indigo-200\/80{
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.border-b-indigo-200\/85{
  border-bottom-color: rgb(199 210 254 / 0.85);
}

.border-b-indigo-200\/90{
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.border-b-indigo-200\/95{
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.border-b-indigo-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-b-indigo-300\/0{
  border-bottom-color: rgb(165 180 252 / 0);
}

.border-b-indigo-300\/10{
  border-bottom-color: rgb(165 180 252 / 0.1);
}

.border-b-indigo-300\/100{
  border-bottom-color: rgb(165 180 252 / 1);
}

.border-b-indigo-300\/15{
  border-bottom-color: rgb(165 180 252 / 0.15);
}

.border-b-indigo-300\/20{
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.border-b-indigo-300\/25{
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.border-b-indigo-300\/30{
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.border-b-indigo-300\/35{
  border-bottom-color: rgb(165 180 252 / 0.35);
}

.border-b-indigo-300\/40{
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.border-b-indigo-300\/45{
  border-bottom-color: rgb(165 180 252 / 0.45);
}

.border-b-indigo-300\/5{
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.border-b-indigo-300\/50{
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.border-b-indigo-300\/55{
  border-bottom-color: rgb(165 180 252 / 0.55);
}

.border-b-indigo-300\/60{
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.border-b-indigo-300\/65{
  border-bottom-color: rgb(165 180 252 / 0.65);
}

.border-b-indigo-300\/70{
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.border-b-indigo-300\/75{
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.border-b-indigo-300\/80{
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.border-b-indigo-300\/85{
  border-bottom-color: rgb(165 180 252 / 0.85);
}

.border-b-indigo-300\/90{
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.border-b-indigo-300\/95{
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.border-b-indigo-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-b-indigo-400\/0{
  border-bottom-color: rgb(129 140 248 / 0);
}

.border-b-indigo-400\/10{
  border-bottom-color: rgb(129 140 248 / 0.1);
}

.border-b-indigo-400\/100{
  border-bottom-color: rgb(129 140 248 / 1);
}

.border-b-indigo-400\/15{
  border-bottom-color: rgb(129 140 248 / 0.15);
}

.border-b-indigo-400\/20{
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.border-b-indigo-400\/25{
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.border-b-indigo-400\/30{
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.border-b-indigo-400\/35{
  border-bottom-color: rgb(129 140 248 / 0.35);
}

.border-b-indigo-400\/40{
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.border-b-indigo-400\/45{
  border-bottom-color: rgb(129 140 248 / 0.45);
}

.border-b-indigo-400\/5{
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.border-b-indigo-400\/50{
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.border-b-indigo-400\/55{
  border-bottom-color: rgb(129 140 248 / 0.55);
}

.border-b-indigo-400\/60{
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.border-b-indigo-400\/65{
  border-bottom-color: rgb(129 140 248 / 0.65);
}

.border-b-indigo-400\/70{
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.border-b-indigo-400\/75{
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.border-b-indigo-400\/80{
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.border-b-indigo-400\/85{
  border-bottom-color: rgb(129 140 248 / 0.85);
}

.border-b-indigo-400\/90{
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.border-b-indigo-400\/95{
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.border-b-indigo-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-b-indigo-50\/0{
  border-bottom-color: rgb(238 242 255 / 0);
}

.border-b-indigo-50\/10{
  border-bottom-color: rgb(238 242 255 / 0.1);
}

.border-b-indigo-50\/100{
  border-bottom-color: rgb(238 242 255 / 1);
}

.border-b-indigo-50\/15{
  border-bottom-color: rgb(238 242 255 / 0.15);
}

.border-b-indigo-50\/20{
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.border-b-indigo-50\/25{
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.border-b-indigo-50\/30{
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.border-b-indigo-50\/35{
  border-bottom-color: rgb(238 242 255 / 0.35);
}

.border-b-indigo-50\/40{
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.border-b-indigo-50\/45{
  border-bottom-color: rgb(238 242 255 / 0.45);
}

.border-b-indigo-50\/5{
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.border-b-indigo-50\/50{
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.border-b-indigo-50\/55{
  border-bottom-color: rgb(238 242 255 / 0.55);
}

.border-b-indigo-50\/60{
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.border-b-indigo-50\/65{
  border-bottom-color: rgb(238 242 255 / 0.65);
}

.border-b-indigo-50\/70{
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.border-b-indigo-50\/75{
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.border-b-indigo-50\/80{
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.border-b-indigo-50\/85{
  border-bottom-color: rgb(238 242 255 / 0.85);
}

.border-b-indigo-50\/90{
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.border-b-indigo-50\/95{
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.border-b-indigo-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-b-indigo-500\/0{
  border-bottom-color: rgb(99 102 241 / 0);
}

.border-b-indigo-500\/10{
  border-bottom-color: rgb(99 102 241 / 0.1);
}

.border-b-indigo-500\/100{
  border-bottom-color: rgb(99 102 241 / 1);
}

.border-b-indigo-500\/15{
  border-bottom-color: rgb(99 102 241 / 0.15);
}

.border-b-indigo-500\/20{
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.border-b-indigo-500\/25{
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.border-b-indigo-500\/30{
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.border-b-indigo-500\/35{
  border-bottom-color: rgb(99 102 241 / 0.35);
}

.border-b-indigo-500\/40{
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.border-b-indigo-500\/45{
  border-bottom-color: rgb(99 102 241 / 0.45);
}

.border-b-indigo-500\/5{
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.border-b-indigo-500\/50{
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.border-b-indigo-500\/55{
  border-bottom-color: rgb(99 102 241 / 0.55);
}

.border-b-indigo-500\/60{
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.border-b-indigo-500\/65{
  border-bottom-color: rgb(99 102 241 / 0.65);
}

.border-b-indigo-500\/70{
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.border-b-indigo-500\/75{
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.border-b-indigo-500\/80{
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.border-b-indigo-500\/85{
  border-bottom-color: rgb(99 102 241 / 0.85);
}

.border-b-indigo-500\/90{
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.border-b-indigo-500\/95{
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.border-b-indigo-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-b-indigo-600\/0{
  border-bottom-color: rgb(79 70 229 / 0);
}

.border-b-indigo-600\/10{
  border-bottom-color: rgb(79 70 229 / 0.1);
}

.border-b-indigo-600\/100{
  border-bottom-color: rgb(79 70 229 / 1);
}

.border-b-indigo-600\/15{
  border-bottom-color: rgb(79 70 229 / 0.15);
}

.border-b-indigo-600\/20{
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.border-b-indigo-600\/25{
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.border-b-indigo-600\/30{
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.border-b-indigo-600\/35{
  border-bottom-color: rgb(79 70 229 / 0.35);
}

.border-b-indigo-600\/40{
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.border-b-indigo-600\/45{
  border-bottom-color: rgb(79 70 229 / 0.45);
}

.border-b-indigo-600\/5{
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.border-b-indigo-600\/50{
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.border-b-indigo-600\/55{
  border-bottom-color: rgb(79 70 229 / 0.55);
}

.border-b-indigo-600\/60{
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.border-b-indigo-600\/65{
  border-bottom-color: rgb(79 70 229 / 0.65);
}

.border-b-indigo-600\/70{
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.border-b-indigo-600\/75{
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.border-b-indigo-600\/80{
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.border-b-indigo-600\/85{
  border-bottom-color: rgb(79 70 229 / 0.85);
}

.border-b-indigo-600\/90{
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.border-b-indigo-600\/95{
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.border-b-indigo-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-b-indigo-700\/0{
  border-bottom-color: rgb(67 56 202 / 0);
}

.border-b-indigo-700\/10{
  border-bottom-color: rgb(67 56 202 / 0.1);
}

.border-b-indigo-700\/100{
  border-bottom-color: rgb(67 56 202 / 1);
}

.border-b-indigo-700\/15{
  border-bottom-color: rgb(67 56 202 / 0.15);
}

.border-b-indigo-700\/20{
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.border-b-indigo-700\/25{
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.border-b-indigo-700\/30{
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.border-b-indigo-700\/35{
  border-bottom-color: rgb(67 56 202 / 0.35);
}

.border-b-indigo-700\/40{
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.border-b-indigo-700\/45{
  border-bottom-color: rgb(67 56 202 / 0.45);
}

.border-b-indigo-700\/5{
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.border-b-indigo-700\/50{
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.border-b-indigo-700\/55{
  border-bottom-color: rgb(67 56 202 / 0.55);
}

.border-b-indigo-700\/60{
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.border-b-indigo-700\/65{
  border-bottom-color: rgb(67 56 202 / 0.65);
}

.border-b-indigo-700\/70{
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.border-b-indigo-700\/75{
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.border-b-indigo-700\/80{
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.border-b-indigo-700\/85{
  border-bottom-color: rgb(67 56 202 / 0.85);
}

.border-b-indigo-700\/90{
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.border-b-indigo-700\/95{
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.border-b-indigo-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-b-indigo-800\/0{
  border-bottom-color: rgb(55 48 163 / 0);
}

.border-b-indigo-800\/10{
  border-bottom-color: rgb(55 48 163 / 0.1);
}

.border-b-indigo-800\/100{
  border-bottom-color: rgb(55 48 163 / 1);
}

.border-b-indigo-800\/15{
  border-bottom-color: rgb(55 48 163 / 0.15);
}

.border-b-indigo-800\/20{
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.border-b-indigo-800\/25{
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.border-b-indigo-800\/30{
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.border-b-indigo-800\/35{
  border-bottom-color: rgb(55 48 163 / 0.35);
}

.border-b-indigo-800\/40{
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.border-b-indigo-800\/45{
  border-bottom-color: rgb(55 48 163 / 0.45);
}

.border-b-indigo-800\/5{
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.border-b-indigo-800\/50{
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.border-b-indigo-800\/55{
  border-bottom-color: rgb(55 48 163 / 0.55);
}

.border-b-indigo-800\/60{
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.border-b-indigo-800\/65{
  border-bottom-color: rgb(55 48 163 / 0.65);
}

.border-b-indigo-800\/70{
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.border-b-indigo-800\/75{
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.border-b-indigo-800\/80{
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.border-b-indigo-800\/85{
  border-bottom-color: rgb(55 48 163 / 0.85);
}

.border-b-indigo-800\/90{
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.border-b-indigo-800\/95{
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.border-b-indigo-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-b-indigo-900\/0{
  border-bottom-color: rgb(49 46 129 / 0);
}

.border-b-indigo-900\/10{
  border-bottom-color: rgb(49 46 129 / 0.1);
}

.border-b-indigo-900\/100{
  border-bottom-color: rgb(49 46 129 / 1);
}

.border-b-indigo-900\/15{
  border-bottom-color: rgb(49 46 129 / 0.15);
}

.border-b-indigo-900\/20{
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.border-b-indigo-900\/25{
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.border-b-indigo-900\/30{
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.border-b-indigo-900\/35{
  border-bottom-color: rgb(49 46 129 / 0.35);
}

.border-b-indigo-900\/40{
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.border-b-indigo-900\/45{
  border-bottom-color: rgb(49 46 129 / 0.45);
}

.border-b-indigo-900\/5{
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.border-b-indigo-900\/50{
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.border-b-indigo-900\/55{
  border-bottom-color: rgb(49 46 129 / 0.55);
}

.border-b-indigo-900\/60{
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.border-b-indigo-900\/65{
  border-bottom-color: rgb(49 46 129 / 0.65);
}

.border-b-indigo-900\/70{
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.border-b-indigo-900\/75{
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.border-b-indigo-900\/80{
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.border-b-indigo-900\/85{
  border-bottom-color: rgb(49 46 129 / 0.85);
}

.border-b-indigo-900\/90{
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.border-b-indigo-900\/95{
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.border-b-indigo-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-b-indigo-950\/0{
  border-bottom-color: rgb(30 27 75 / 0);
}

.border-b-indigo-950\/10{
  border-bottom-color: rgb(30 27 75 / 0.1);
}

.border-b-indigo-950\/100{
  border-bottom-color: rgb(30 27 75 / 1);
}

.border-b-indigo-950\/15{
  border-bottom-color: rgb(30 27 75 / 0.15);
}

.border-b-indigo-950\/20{
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.border-b-indigo-950\/25{
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.border-b-indigo-950\/30{
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.border-b-indigo-950\/35{
  border-bottom-color: rgb(30 27 75 / 0.35);
}

.border-b-indigo-950\/40{
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.border-b-indigo-950\/45{
  border-bottom-color: rgb(30 27 75 / 0.45);
}

.border-b-indigo-950\/5{
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.border-b-indigo-950\/50{
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.border-b-indigo-950\/55{
  border-bottom-color: rgb(30 27 75 / 0.55);
}

.border-b-indigo-950\/60{
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.border-b-indigo-950\/65{
  border-bottom-color: rgb(30 27 75 / 0.65);
}

.border-b-indigo-950\/70{
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.border-b-indigo-950\/75{
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.border-b-indigo-950\/80{
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.border-b-indigo-950\/85{
  border-bottom-color: rgb(30 27 75 / 0.85);
}

.border-b-indigo-950\/90{
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.border-b-indigo-950\/95{
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.border-b-info{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.border-b-info-hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.border-b-info-hover\/0{
  border-bottom-color: rgb(203 122 0 / 0);
}

.border-b-info-hover\/10{
  border-bottom-color: rgb(203 122 0 / 0.1);
}

.border-b-info-hover\/100{
  border-bottom-color: rgb(203 122 0 / 1);
}

.border-b-info-hover\/15{
  border-bottom-color: rgb(203 122 0 / 0.15);
}

.border-b-info-hover\/20{
  border-bottom-color: rgb(203 122 0 / 0.2);
}

.border-b-info-hover\/25{
  border-bottom-color: rgb(203 122 0 / 0.25);
}

.border-b-info-hover\/30{
  border-bottom-color: rgb(203 122 0 / 0.3);
}

.border-b-info-hover\/35{
  border-bottom-color: rgb(203 122 0 / 0.35);
}

.border-b-info-hover\/40{
  border-bottom-color: rgb(203 122 0 / 0.4);
}

.border-b-info-hover\/45{
  border-bottom-color: rgb(203 122 0 / 0.45);
}

.border-b-info-hover\/5{
  border-bottom-color: rgb(203 122 0 / 0.05);
}

.border-b-info-hover\/50{
  border-bottom-color: rgb(203 122 0 / 0.5);
}

.border-b-info-hover\/55{
  border-bottom-color: rgb(203 122 0 / 0.55);
}

.border-b-info-hover\/60{
  border-bottom-color: rgb(203 122 0 / 0.6);
}

.border-b-info-hover\/65{
  border-bottom-color: rgb(203 122 0 / 0.65);
}

.border-b-info-hover\/70{
  border-bottom-color: rgb(203 122 0 / 0.7);
}

.border-b-info-hover\/75{
  border-bottom-color: rgb(203 122 0 / 0.75);
}

.border-b-info-hover\/80{
  border-bottom-color: rgb(203 122 0 / 0.8);
}

.border-b-info-hover\/85{
  border-bottom-color: rgb(203 122 0 / 0.85);
}

.border-b-info-hover\/90{
  border-bottom-color: rgb(203 122 0 / 0.9);
}

.border-b-info-hover\/95{
  border-bottom-color: rgb(203 122 0 / 0.95);
}

.border-b-info\/0{
  border-bottom-color: rgb(247 159 26 / 0);
}

.border-b-info\/10{
  border-bottom-color: rgb(247 159 26 / 0.1);
}

.border-b-info\/100{
  border-bottom-color: rgb(247 159 26 / 1);
}

.border-b-info\/15{
  border-bottom-color: rgb(247 159 26 / 0.15);
}

.border-b-info\/20{
  border-bottom-color: rgb(247 159 26 / 0.2);
}

.border-b-info\/25{
  border-bottom-color: rgb(247 159 26 / 0.25);
}

.border-b-info\/30{
  border-bottom-color: rgb(247 159 26 / 0.3);
}

.border-b-info\/35{
  border-bottom-color: rgb(247 159 26 / 0.35);
}

.border-b-info\/40{
  border-bottom-color: rgb(247 159 26 / 0.4);
}

.border-b-info\/45{
  border-bottom-color: rgb(247 159 26 / 0.45);
}

.border-b-info\/5{
  border-bottom-color: rgb(247 159 26 / 0.05);
}

.border-b-info\/50{
  border-bottom-color: rgb(247 159 26 / 0.5);
}

.border-b-info\/55{
  border-bottom-color: rgb(247 159 26 / 0.55);
}

.border-b-info\/60{
  border-bottom-color: rgb(247 159 26 / 0.6);
}

.border-b-info\/65{
  border-bottom-color: rgb(247 159 26 / 0.65);
}

.border-b-info\/70{
  border-bottom-color: rgb(247 159 26 / 0.7);
}

.border-b-info\/75{
  border-bottom-color: rgb(247 159 26 / 0.75);
}

.border-b-info\/80{
  border-bottom-color: rgb(247 159 26 / 0.8);
}

.border-b-info\/85{
  border-bottom-color: rgb(247 159 26 / 0.85);
}

.border-b-info\/90{
  border-bottom-color: rgb(247 159 26 / 0.9);
}

.border-b-info\/95{
  border-bottom-color: rgb(247 159 26 / 0.95);
}

.border-b-inherit{
  border-bottom-color: inherit;
}

.border-b-lime-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-b-lime-100\/0{
  border-bottom-color: rgb(236 252 203 / 0);
}

.border-b-lime-100\/10{
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.border-b-lime-100\/100{
  border-bottom-color: rgb(236 252 203 / 1);
}

.border-b-lime-100\/15{
  border-bottom-color: rgb(236 252 203 / 0.15);
}

.border-b-lime-100\/20{
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.border-b-lime-100\/25{
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.border-b-lime-100\/30{
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.border-b-lime-100\/35{
  border-bottom-color: rgb(236 252 203 / 0.35);
}

.border-b-lime-100\/40{
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.border-b-lime-100\/45{
  border-bottom-color: rgb(236 252 203 / 0.45);
}

.border-b-lime-100\/5{
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.border-b-lime-100\/50{
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.border-b-lime-100\/55{
  border-bottom-color: rgb(236 252 203 / 0.55);
}

.border-b-lime-100\/60{
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.border-b-lime-100\/65{
  border-bottom-color: rgb(236 252 203 / 0.65);
}

.border-b-lime-100\/70{
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.border-b-lime-100\/75{
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.border-b-lime-100\/80{
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.border-b-lime-100\/85{
  border-bottom-color: rgb(236 252 203 / 0.85);
}

.border-b-lime-100\/90{
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.border-b-lime-100\/95{
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.border-b-lime-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-b-lime-200\/0{
  border-bottom-color: rgb(217 249 157 / 0);
}

.border-b-lime-200\/10{
  border-bottom-color: rgb(217 249 157 / 0.1);
}

.border-b-lime-200\/100{
  border-bottom-color: rgb(217 249 157 / 1);
}

.border-b-lime-200\/15{
  border-bottom-color: rgb(217 249 157 / 0.15);
}

.border-b-lime-200\/20{
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.border-b-lime-200\/25{
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.border-b-lime-200\/30{
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.border-b-lime-200\/35{
  border-bottom-color: rgb(217 249 157 / 0.35);
}

.border-b-lime-200\/40{
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.border-b-lime-200\/45{
  border-bottom-color: rgb(217 249 157 / 0.45);
}

.border-b-lime-200\/5{
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.border-b-lime-200\/50{
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.border-b-lime-200\/55{
  border-bottom-color: rgb(217 249 157 / 0.55);
}

.border-b-lime-200\/60{
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.border-b-lime-200\/65{
  border-bottom-color: rgb(217 249 157 / 0.65);
}

.border-b-lime-200\/70{
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.border-b-lime-200\/75{
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.border-b-lime-200\/80{
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.border-b-lime-200\/85{
  border-bottom-color: rgb(217 249 157 / 0.85);
}

.border-b-lime-200\/90{
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.border-b-lime-200\/95{
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.border-b-lime-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-b-lime-300\/0{
  border-bottom-color: rgb(190 242 100 / 0);
}

.border-b-lime-300\/10{
  border-bottom-color: rgb(190 242 100 / 0.1);
}

.border-b-lime-300\/100{
  border-bottom-color: rgb(190 242 100 / 1);
}

.border-b-lime-300\/15{
  border-bottom-color: rgb(190 242 100 / 0.15);
}

.border-b-lime-300\/20{
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.border-b-lime-300\/25{
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.border-b-lime-300\/30{
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.border-b-lime-300\/35{
  border-bottom-color: rgb(190 242 100 / 0.35);
}

.border-b-lime-300\/40{
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.border-b-lime-300\/45{
  border-bottom-color: rgb(190 242 100 / 0.45);
}

.border-b-lime-300\/5{
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.border-b-lime-300\/50{
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.border-b-lime-300\/55{
  border-bottom-color: rgb(190 242 100 / 0.55);
}

.border-b-lime-300\/60{
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.border-b-lime-300\/65{
  border-bottom-color: rgb(190 242 100 / 0.65);
}

.border-b-lime-300\/70{
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.border-b-lime-300\/75{
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.border-b-lime-300\/80{
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.border-b-lime-300\/85{
  border-bottom-color: rgb(190 242 100 / 0.85);
}

.border-b-lime-300\/90{
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.border-b-lime-300\/95{
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.border-b-lime-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-b-lime-400\/0{
  border-bottom-color: rgb(163 230 53 / 0);
}

.border-b-lime-400\/10{
  border-bottom-color: rgb(163 230 53 / 0.1);
}

.border-b-lime-400\/100{
  border-bottom-color: rgb(163 230 53 / 1);
}

.border-b-lime-400\/15{
  border-bottom-color: rgb(163 230 53 / 0.15);
}

.border-b-lime-400\/20{
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.border-b-lime-400\/25{
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.border-b-lime-400\/30{
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.border-b-lime-400\/35{
  border-bottom-color: rgb(163 230 53 / 0.35);
}

.border-b-lime-400\/40{
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.border-b-lime-400\/45{
  border-bottom-color: rgb(163 230 53 / 0.45);
}

.border-b-lime-400\/5{
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.border-b-lime-400\/50{
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.border-b-lime-400\/55{
  border-bottom-color: rgb(163 230 53 / 0.55);
}

.border-b-lime-400\/60{
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.border-b-lime-400\/65{
  border-bottom-color: rgb(163 230 53 / 0.65);
}

.border-b-lime-400\/70{
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.border-b-lime-400\/75{
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.border-b-lime-400\/80{
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.border-b-lime-400\/85{
  border-bottom-color: rgb(163 230 53 / 0.85);
}

.border-b-lime-400\/90{
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.border-b-lime-400\/95{
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.border-b-lime-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-b-lime-50\/0{
  border-bottom-color: rgb(247 254 231 / 0);
}

.border-b-lime-50\/10{
  border-bottom-color: rgb(247 254 231 / 0.1);
}

.border-b-lime-50\/100{
  border-bottom-color: rgb(247 254 231 / 1);
}

.border-b-lime-50\/15{
  border-bottom-color: rgb(247 254 231 / 0.15);
}

.border-b-lime-50\/20{
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.border-b-lime-50\/25{
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.border-b-lime-50\/30{
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.border-b-lime-50\/35{
  border-bottom-color: rgb(247 254 231 / 0.35);
}

.border-b-lime-50\/40{
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.border-b-lime-50\/45{
  border-bottom-color: rgb(247 254 231 / 0.45);
}

.border-b-lime-50\/5{
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.border-b-lime-50\/50{
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.border-b-lime-50\/55{
  border-bottom-color: rgb(247 254 231 / 0.55);
}

.border-b-lime-50\/60{
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.border-b-lime-50\/65{
  border-bottom-color: rgb(247 254 231 / 0.65);
}

.border-b-lime-50\/70{
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.border-b-lime-50\/75{
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.border-b-lime-50\/80{
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.border-b-lime-50\/85{
  border-bottom-color: rgb(247 254 231 / 0.85);
}

.border-b-lime-50\/90{
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.border-b-lime-50\/95{
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.border-b-lime-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-b-lime-500\/0{
  border-bottom-color: rgb(132 204 22 / 0);
}

.border-b-lime-500\/10{
  border-bottom-color: rgb(132 204 22 / 0.1);
}

.border-b-lime-500\/100{
  border-bottom-color: rgb(132 204 22 / 1);
}

.border-b-lime-500\/15{
  border-bottom-color: rgb(132 204 22 / 0.15);
}

.border-b-lime-500\/20{
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.border-b-lime-500\/25{
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.border-b-lime-500\/30{
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.border-b-lime-500\/35{
  border-bottom-color: rgb(132 204 22 / 0.35);
}

.border-b-lime-500\/40{
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.border-b-lime-500\/45{
  border-bottom-color: rgb(132 204 22 / 0.45);
}

.border-b-lime-500\/5{
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.border-b-lime-500\/50{
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.border-b-lime-500\/55{
  border-bottom-color: rgb(132 204 22 / 0.55);
}

.border-b-lime-500\/60{
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.border-b-lime-500\/65{
  border-bottom-color: rgb(132 204 22 / 0.65);
}

.border-b-lime-500\/70{
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.border-b-lime-500\/75{
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.border-b-lime-500\/80{
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.border-b-lime-500\/85{
  border-bottom-color: rgb(132 204 22 / 0.85);
}

.border-b-lime-500\/90{
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.border-b-lime-500\/95{
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.border-b-lime-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-b-lime-600\/0{
  border-bottom-color: rgb(101 163 13 / 0);
}

.border-b-lime-600\/10{
  border-bottom-color: rgb(101 163 13 / 0.1);
}

.border-b-lime-600\/100{
  border-bottom-color: rgb(101 163 13 / 1);
}

.border-b-lime-600\/15{
  border-bottom-color: rgb(101 163 13 / 0.15);
}

.border-b-lime-600\/20{
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.border-b-lime-600\/25{
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.border-b-lime-600\/30{
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.border-b-lime-600\/35{
  border-bottom-color: rgb(101 163 13 / 0.35);
}

.border-b-lime-600\/40{
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.border-b-lime-600\/45{
  border-bottom-color: rgb(101 163 13 / 0.45);
}

.border-b-lime-600\/5{
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.border-b-lime-600\/50{
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.border-b-lime-600\/55{
  border-bottom-color: rgb(101 163 13 / 0.55);
}

.border-b-lime-600\/60{
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.border-b-lime-600\/65{
  border-bottom-color: rgb(101 163 13 / 0.65);
}

.border-b-lime-600\/70{
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.border-b-lime-600\/75{
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.border-b-lime-600\/80{
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.border-b-lime-600\/85{
  border-bottom-color: rgb(101 163 13 / 0.85);
}

.border-b-lime-600\/90{
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.border-b-lime-600\/95{
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.border-b-lime-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-b-lime-700\/0{
  border-bottom-color: rgb(77 124 15 / 0);
}

.border-b-lime-700\/10{
  border-bottom-color: rgb(77 124 15 / 0.1);
}

.border-b-lime-700\/100{
  border-bottom-color: rgb(77 124 15 / 1);
}

.border-b-lime-700\/15{
  border-bottom-color: rgb(77 124 15 / 0.15);
}

.border-b-lime-700\/20{
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.border-b-lime-700\/25{
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.border-b-lime-700\/30{
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.border-b-lime-700\/35{
  border-bottom-color: rgb(77 124 15 / 0.35);
}

.border-b-lime-700\/40{
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.border-b-lime-700\/45{
  border-bottom-color: rgb(77 124 15 / 0.45);
}

.border-b-lime-700\/5{
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.border-b-lime-700\/50{
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.border-b-lime-700\/55{
  border-bottom-color: rgb(77 124 15 / 0.55);
}

.border-b-lime-700\/60{
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.border-b-lime-700\/65{
  border-bottom-color: rgb(77 124 15 / 0.65);
}

.border-b-lime-700\/70{
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.border-b-lime-700\/75{
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.border-b-lime-700\/80{
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.border-b-lime-700\/85{
  border-bottom-color: rgb(77 124 15 / 0.85);
}

.border-b-lime-700\/90{
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.border-b-lime-700\/95{
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.border-b-lime-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-b-lime-800\/0{
  border-bottom-color: rgb(63 98 18 / 0);
}

.border-b-lime-800\/10{
  border-bottom-color: rgb(63 98 18 / 0.1);
}

.border-b-lime-800\/100{
  border-bottom-color: rgb(63 98 18 / 1);
}

.border-b-lime-800\/15{
  border-bottom-color: rgb(63 98 18 / 0.15);
}

.border-b-lime-800\/20{
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.border-b-lime-800\/25{
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.border-b-lime-800\/30{
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.border-b-lime-800\/35{
  border-bottom-color: rgb(63 98 18 / 0.35);
}

.border-b-lime-800\/40{
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.border-b-lime-800\/45{
  border-bottom-color: rgb(63 98 18 / 0.45);
}

.border-b-lime-800\/5{
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.border-b-lime-800\/50{
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.border-b-lime-800\/55{
  border-bottom-color: rgb(63 98 18 / 0.55);
}

.border-b-lime-800\/60{
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.border-b-lime-800\/65{
  border-bottom-color: rgb(63 98 18 / 0.65);
}

.border-b-lime-800\/70{
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.border-b-lime-800\/75{
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.border-b-lime-800\/80{
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.border-b-lime-800\/85{
  border-bottom-color: rgb(63 98 18 / 0.85);
}

.border-b-lime-800\/90{
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.border-b-lime-800\/95{
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.border-b-lime-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-b-lime-900\/0{
  border-bottom-color: rgb(54 83 20 / 0);
}

.border-b-lime-900\/10{
  border-bottom-color: rgb(54 83 20 / 0.1);
}

.border-b-lime-900\/100{
  border-bottom-color: rgb(54 83 20 / 1);
}

.border-b-lime-900\/15{
  border-bottom-color: rgb(54 83 20 / 0.15);
}

.border-b-lime-900\/20{
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.border-b-lime-900\/25{
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.border-b-lime-900\/30{
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.border-b-lime-900\/35{
  border-bottom-color: rgb(54 83 20 / 0.35);
}

.border-b-lime-900\/40{
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.border-b-lime-900\/45{
  border-bottom-color: rgb(54 83 20 / 0.45);
}

.border-b-lime-900\/5{
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.border-b-lime-900\/50{
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.border-b-lime-900\/55{
  border-bottom-color: rgb(54 83 20 / 0.55);
}

.border-b-lime-900\/60{
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.border-b-lime-900\/65{
  border-bottom-color: rgb(54 83 20 / 0.65);
}

.border-b-lime-900\/70{
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.border-b-lime-900\/75{
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.border-b-lime-900\/80{
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.border-b-lime-900\/85{
  border-bottom-color: rgb(54 83 20 / 0.85);
}

.border-b-lime-900\/90{
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.border-b-lime-900\/95{
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.border-b-lime-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-b-lime-950\/0{
  border-bottom-color: rgb(26 46 5 / 0);
}

.border-b-lime-950\/10{
  border-bottom-color: rgb(26 46 5 / 0.1);
}

.border-b-lime-950\/100{
  border-bottom-color: rgb(26 46 5 / 1);
}

.border-b-lime-950\/15{
  border-bottom-color: rgb(26 46 5 / 0.15);
}

.border-b-lime-950\/20{
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.border-b-lime-950\/25{
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.border-b-lime-950\/30{
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.border-b-lime-950\/35{
  border-bottom-color: rgb(26 46 5 / 0.35);
}

.border-b-lime-950\/40{
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.border-b-lime-950\/45{
  border-bottom-color: rgb(26 46 5 / 0.45);
}

.border-b-lime-950\/5{
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.border-b-lime-950\/50{
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.border-b-lime-950\/55{
  border-bottom-color: rgb(26 46 5 / 0.55);
}

.border-b-lime-950\/60{
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.border-b-lime-950\/65{
  border-bottom-color: rgb(26 46 5 / 0.65);
}

.border-b-lime-950\/70{
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.border-b-lime-950\/75{
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.border-b-lime-950\/80{
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.border-b-lime-950\/85{
  border-bottom-color: rgb(26 46 5 / 0.85);
}

.border-b-lime-950\/90{
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.border-b-lime-950\/95{
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.border-b-neutral-01{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-b-neutral-01\/0{
  border-bottom-color: rgb(224 224 224 / 0);
}

.border-b-neutral-01\/10{
  border-bottom-color: rgb(224 224 224 / 0.1);
}

.border-b-neutral-01\/100{
  border-bottom-color: rgb(224 224 224 / 1);
}

.border-b-neutral-01\/15{
  border-bottom-color: rgb(224 224 224 / 0.15);
}

.border-b-neutral-01\/20{
  border-bottom-color: rgb(224 224 224 / 0.2);
}

.border-b-neutral-01\/25{
  border-bottom-color: rgb(224 224 224 / 0.25);
}

.border-b-neutral-01\/30{
  border-bottom-color: rgb(224 224 224 / 0.3);
}

.border-b-neutral-01\/35{
  border-bottom-color: rgb(224 224 224 / 0.35);
}

.border-b-neutral-01\/40{
  border-bottom-color: rgb(224 224 224 / 0.4);
}

.border-b-neutral-01\/45{
  border-bottom-color: rgb(224 224 224 / 0.45);
}

.border-b-neutral-01\/5{
  border-bottom-color: rgb(224 224 224 / 0.05);
}

.border-b-neutral-01\/50{
  border-bottom-color: rgb(224 224 224 / 0.5);
}

.border-b-neutral-01\/55{
  border-bottom-color: rgb(224 224 224 / 0.55);
}

.border-b-neutral-01\/60{
  border-bottom-color: rgb(224 224 224 / 0.6);
}

.border-b-neutral-01\/65{
  border-bottom-color: rgb(224 224 224 / 0.65);
}

.border-b-neutral-01\/70{
  border-bottom-color: rgb(224 224 224 / 0.7);
}

.border-b-neutral-01\/75{
  border-bottom-color: rgb(224 224 224 / 0.75);
}

.border-b-neutral-01\/80{
  border-bottom-color: rgb(224 224 224 / 0.8);
}

.border-b-neutral-01\/85{
  border-bottom-color: rgb(224 224 224 / 0.85);
}

.border-b-neutral-01\/90{
  border-bottom-color: rgb(224 224 224 / 0.9);
}

.border-b-neutral-01\/95{
  border-bottom-color: rgb(224 224 224 / 0.95);
}

.border-b-neutral-02{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.border-b-neutral-02\/0{
  border-bottom-color: rgb(228 234 238 / 0);
}

.border-b-neutral-02\/10{
  border-bottom-color: rgb(228 234 238 / 0.1);
}

.border-b-neutral-02\/100{
  border-bottom-color: rgb(228 234 238 / 1);
}

.border-b-neutral-02\/15{
  border-bottom-color: rgb(228 234 238 / 0.15);
}

.border-b-neutral-02\/20{
  border-bottom-color: rgb(228 234 238 / 0.2);
}

.border-b-neutral-02\/25{
  border-bottom-color: rgb(228 234 238 / 0.25);
}

.border-b-neutral-02\/30{
  border-bottom-color: rgb(228 234 238 / 0.3);
}

.border-b-neutral-02\/35{
  border-bottom-color: rgb(228 234 238 / 0.35);
}

.border-b-neutral-02\/40{
  border-bottom-color: rgb(228 234 238 / 0.4);
}

.border-b-neutral-02\/45{
  border-bottom-color: rgb(228 234 238 / 0.45);
}

.border-b-neutral-02\/5{
  border-bottom-color: rgb(228 234 238 / 0.05);
}

.border-b-neutral-02\/50{
  border-bottom-color: rgb(228 234 238 / 0.5);
}

.border-b-neutral-02\/55{
  border-bottom-color: rgb(228 234 238 / 0.55);
}

.border-b-neutral-02\/60{
  border-bottom-color: rgb(228 234 238 / 0.6);
}

.border-b-neutral-02\/65{
  border-bottom-color: rgb(228 234 238 / 0.65);
}

.border-b-neutral-02\/70{
  border-bottom-color: rgb(228 234 238 / 0.7);
}

.border-b-neutral-02\/75{
  border-bottom-color: rgb(228 234 238 / 0.75);
}

.border-b-neutral-02\/80{
  border-bottom-color: rgb(228 234 238 / 0.8);
}

.border-b-neutral-02\/85{
  border-bottom-color: rgb(228 234 238 / 0.85);
}

.border-b-neutral-02\/90{
  border-bottom-color: rgb(228 234 238 / 0.9);
}

.border-b-neutral-02\/95{
  border-bottom-color: rgb(228 234 238 / 0.95);
}

.border-b-neutral-03{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.border-b-neutral-03\/0{
  border-bottom-color: rgb(236 239 250 / 0);
}

.border-b-neutral-03\/10{
  border-bottom-color: rgb(236 239 250 / 0.1);
}

.border-b-neutral-03\/100{
  border-bottom-color: rgb(236 239 250 / 1);
}

.border-b-neutral-03\/15{
  border-bottom-color: rgb(236 239 250 / 0.15);
}

.border-b-neutral-03\/20{
  border-bottom-color: rgb(236 239 250 / 0.2);
}

.border-b-neutral-03\/25{
  border-bottom-color: rgb(236 239 250 / 0.25);
}

.border-b-neutral-03\/30{
  border-bottom-color: rgb(236 239 250 / 0.3);
}

.border-b-neutral-03\/35{
  border-bottom-color: rgb(236 239 250 / 0.35);
}

.border-b-neutral-03\/40{
  border-bottom-color: rgb(236 239 250 / 0.4);
}

.border-b-neutral-03\/45{
  border-bottom-color: rgb(236 239 250 / 0.45);
}

.border-b-neutral-03\/5{
  border-bottom-color: rgb(236 239 250 / 0.05);
}

.border-b-neutral-03\/50{
  border-bottom-color: rgb(236 239 250 / 0.5);
}

.border-b-neutral-03\/55{
  border-bottom-color: rgb(236 239 250 / 0.55);
}

.border-b-neutral-03\/60{
  border-bottom-color: rgb(236 239 250 / 0.6);
}

.border-b-neutral-03\/65{
  border-bottom-color: rgb(236 239 250 / 0.65);
}

.border-b-neutral-03\/70{
  border-bottom-color: rgb(236 239 250 / 0.7);
}

.border-b-neutral-03\/75{
  border-bottom-color: rgb(236 239 250 / 0.75);
}

.border-b-neutral-03\/80{
  border-bottom-color: rgb(236 239 250 / 0.8);
}

.border-b-neutral-03\/85{
  border-bottom-color: rgb(236 239 250 / 0.85);
}

.border-b-neutral-03\/90{
  border-bottom-color: rgb(236 239 250 / 0.9);
}

.border-b-neutral-03\/95{
  border-bottom-color: rgb(236 239 250 / 0.95);
}

.border-b-neutral-04{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-b-neutral-04\/0{
  border-bottom-color: rgb(215 218 226 / 0);
}

.border-b-neutral-04\/10{
  border-bottom-color: rgb(215 218 226 / 0.1);
}

.border-b-neutral-04\/100{
  border-bottom-color: rgb(215 218 226 / 1);
}

.border-b-neutral-04\/15{
  border-bottom-color: rgb(215 218 226 / 0.15);
}

.border-b-neutral-04\/20{
  border-bottom-color: rgb(215 218 226 / 0.2);
}

.border-b-neutral-04\/25{
  border-bottom-color: rgb(215 218 226 / 0.25);
}

.border-b-neutral-04\/30{
  border-bottom-color: rgb(215 218 226 / 0.3);
}

.border-b-neutral-04\/35{
  border-bottom-color: rgb(215 218 226 / 0.35);
}

.border-b-neutral-04\/40{
  border-bottom-color: rgb(215 218 226 / 0.4);
}

.border-b-neutral-04\/45{
  border-bottom-color: rgb(215 218 226 / 0.45);
}

.border-b-neutral-04\/5{
  border-bottom-color: rgb(215 218 226 / 0.05);
}

.border-b-neutral-04\/50{
  border-bottom-color: rgb(215 218 226 / 0.5);
}

.border-b-neutral-04\/55{
  border-bottom-color: rgb(215 218 226 / 0.55);
}

.border-b-neutral-04\/60{
  border-bottom-color: rgb(215 218 226 / 0.6);
}

.border-b-neutral-04\/65{
  border-bottom-color: rgb(215 218 226 / 0.65);
}

.border-b-neutral-04\/70{
  border-bottom-color: rgb(215 218 226 / 0.7);
}

.border-b-neutral-04\/75{
  border-bottom-color: rgb(215 218 226 / 0.75);
}

.border-b-neutral-04\/80{
  border-bottom-color: rgb(215 218 226 / 0.8);
}

.border-b-neutral-04\/85{
  border-bottom-color: rgb(215 218 226 / 0.85);
}

.border-b-neutral-04\/90{
  border-bottom-color: rgb(215 218 226 / 0.9);
}

.border-b-neutral-04\/95{
  border-bottom-color: rgb(215 218 226 / 0.95);
}

.border-b-neutral-05{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.border-b-neutral-05\/0{
  border-bottom-color: rgb(246 246 246 / 0);
}

.border-b-neutral-05\/10{
  border-bottom-color: rgb(246 246 246 / 0.1);
}

.border-b-neutral-05\/100{
  border-bottom-color: rgb(246 246 246 / 1);
}

.border-b-neutral-05\/15{
  border-bottom-color: rgb(246 246 246 / 0.15);
}

.border-b-neutral-05\/20{
  border-bottom-color: rgb(246 246 246 / 0.2);
}

.border-b-neutral-05\/25{
  border-bottom-color: rgb(246 246 246 / 0.25);
}

.border-b-neutral-05\/30{
  border-bottom-color: rgb(246 246 246 / 0.3);
}

.border-b-neutral-05\/35{
  border-bottom-color: rgb(246 246 246 / 0.35);
}

.border-b-neutral-05\/40{
  border-bottom-color: rgb(246 246 246 / 0.4);
}

.border-b-neutral-05\/45{
  border-bottom-color: rgb(246 246 246 / 0.45);
}

.border-b-neutral-05\/5{
  border-bottom-color: rgb(246 246 246 / 0.05);
}

.border-b-neutral-05\/50{
  border-bottom-color: rgb(246 246 246 / 0.5);
}

.border-b-neutral-05\/55{
  border-bottom-color: rgb(246 246 246 / 0.55);
}

.border-b-neutral-05\/60{
  border-bottom-color: rgb(246 246 246 / 0.6);
}

.border-b-neutral-05\/65{
  border-bottom-color: rgb(246 246 246 / 0.65);
}

.border-b-neutral-05\/70{
  border-bottom-color: rgb(246 246 246 / 0.7);
}

.border-b-neutral-05\/75{
  border-bottom-color: rgb(246 246 246 / 0.75);
}

.border-b-neutral-05\/80{
  border-bottom-color: rgb(246 246 246 / 0.8);
}

.border-b-neutral-05\/85{
  border-bottom-color: rgb(246 246 246 / 0.85);
}

.border-b-neutral-05\/90{
  border-bottom-color: rgb(246 246 246 / 0.9);
}

.border-b-neutral-05\/95{
  border-bottom-color: rgb(246 246 246 / 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\/15{
  border-bottom-color: rgb(245 245 245 / 0.15);
}

.border-b-neutral-100\/20{
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.border-b-neutral-100\/25{
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.border-b-neutral-100\/30{
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.border-b-neutral-100\/35{
  border-bottom-color: rgb(245 245 245 / 0.35);
}

.border-b-neutral-100\/40{
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.border-b-neutral-100\/45{
  border-bottom-color: rgb(245 245 245 / 0.45);
}

.border-b-neutral-100\/5{
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.border-b-neutral-100\/50{
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.border-b-neutral-100\/55{
  border-bottom-color: rgb(245 245 245 / 0.55);
}

.border-b-neutral-100\/60{
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.border-b-neutral-100\/65{
  border-bottom-color: rgb(245 245 245 / 0.65);
}

.border-b-neutral-100\/70{
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.border-b-neutral-100\/75{
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.border-b-neutral-100\/80{
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.border-b-neutral-100\/85{
  border-bottom-color: rgb(245 245 245 / 0.85);
}

.border-b-neutral-100\/90{
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.border-b-neutral-100\/95{
  border-bottom-color: rgb(245 245 245 / 0.95);
}

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

.border-b-neutral-200\/0{
  border-bottom-color: rgb(229 229 229 / 0);
}

.border-b-neutral-200\/10{
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.border-b-neutral-200\/100{
  border-bottom-color: rgb(229 229 229 / 1);
}

.border-b-neutral-200\/15{
  border-bottom-color: rgb(229 229 229 / 0.15);
}

.border-b-neutral-200\/20{
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.border-b-neutral-200\/25{
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.border-b-neutral-200\/30{
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.border-b-neutral-200\/35{
  border-bottom-color: rgb(229 229 229 / 0.35);
}

.border-b-neutral-200\/40{
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.border-b-neutral-200\/45{
  border-bottom-color: rgb(229 229 229 / 0.45);
}

.border-b-neutral-200\/5{
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.border-b-neutral-200\/50{
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.border-b-neutral-200\/55{
  border-bottom-color: rgb(229 229 229 / 0.55);
}

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

.border-b-neutral-200\/65{
  border-bottom-color: rgb(229 229 229 / 0.65);
}

.border-b-neutral-200\/70{
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.border-b-neutral-200\/75{
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.border-b-neutral-200\/80{
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.border-b-neutral-200\/85{
  border-bottom-color: rgb(229 229 229 / 0.85);
}

.border-b-neutral-200\/90{
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.border-b-neutral-200\/95{
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.border-b-neutral-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-b-neutral-300\/0{
  border-bottom-color: rgb(212 212 212 / 0);
}

.border-b-neutral-300\/10{
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.border-b-neutral-300\/100{
  border-bottom-color: rgb(212 212 212 / 1);
}

.border-b-neutral-300\/15{
  border-bottom-color: rgb(212 212 212 / 0.15);
}

.border-b-neutral-300\/20{
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.border-b-neutral-300\/25{
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.border-b-neutral-300\/30{
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.border-b-neutral-300\/35{
  border-bottom-color: rgb(212 212 212 / 0.35);
}

.border-b-neutral-300\/40{
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.border-b-neutral-300\/45{
  border-bottom-color: rgb(212 212 212 / 0.45);
}

.border-b-neutral-300\/5{
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.border-b-neutral-300\/50{
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.border-b-neutral-300\/55{
  border-bottom-color: rgb(212 212 212 / 0.55);
}

.border-b-neutral-300\/60{
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.border-b-neutral-300\/65{
  border-bottom-color: rgb(212 212 212 / 0.65);
}

.border-b-neutral-300\/70{
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.border-b-neutral-300\/75{
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.border-b-neutral-300\/80{
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.border-b-neutral-300\/85{
  border-bottom-color: rgb(212 212 212 / 0.85);
}

.border-b-neutral-300\/90{
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.border-b-neutral-300\/95{
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.border-b-neutral-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-b-neutral-400\/0{
  border-bottom-color: rgb(163 163 163 / 0);
}

.border-b-neutral-400\/10{
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.border-b-neutral-400\/100{
  border-bottom-color: rgb(163 163 163 / 1);
}

.border-b-neutral-400\/15{
  border-bottom-color: rgb(163 163 163 / 0.15);
}

.border-b-neutral-400\/20{
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.border-b-neutral-400\/25{
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.border-b-neutral-400\/30{
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.border-b-neutral-400\/35{
  border-bottom-color: rgb(163 163 163 / 0.35);
}

.border-b-neutral-400\/40{
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.border-b-neutral-400\/45{
  border-bottom-color: rgb(163 163 163 / 0.45);
}

.border-b-neutral-400\/5{
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.border-b-neutral-400\/50{
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.border-b-neutral-400\/55{
  border-bottom-color: rgb(163 163 163 / 0.55);
}

.border-b-neutral-400\/60{
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.border-b-neutral-400\/65{
  border-bottom-color: rgb(163 163 163 / 0.65);
}

.border-b-neutral-400\/70{
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.border-b-neutral-400\/75{
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.border-b-neutral-400\/80{
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.border-b-neutral-400\/85{
  border-bottom-color: rgb(163 163 163 / 0.85);
}

.border-b-neutral-400\/90{
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.border-b-neutral-400\/95{
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.border-b-neutral-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-b-neutral-50\/0{
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-b-neutral-50\/10{
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-b-neutral-50\/100{
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-b-neutral-50\/15{
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.border-b-neutral-50\/20{
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-b-neutral-50\/25{
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-b-neutral-50\/30{
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-b-neutral-50\/35{
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.border-b-neutral-50\/40{
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-b-neutral-50\/45{
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.border-b-neutral-50\/5{
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-b-neutral-50\/50{
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-b-neutral-50\/55{
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.border-b-neutral-50\/60{
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-b-neutral-50\/65{
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.border-b-neutral-50\/70{
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-b-neutral-50\/75{
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-b-neutral-50\/80{
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-b-neutral-50\/85{
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.border-b-neutral-50\/90{
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-b-neutral-50\/95{
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-b-neutral-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-b-neutral-500\/0{
  border-bottom-color: rgb(115 115 115 / 0);
}

.border-b-neutral-500\/10{
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.border-b-neutral-500\/100{
  border-bottom-color: rgb(115 115 115 / 1);
}

.border-b-neutral-500\/15{
  border-bottom-color: rgb(115 115 115 / 0.15);
}

.border-b-neutral-500\/20{
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.border-b-neutral-500\/25{
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.border-b-neutral-500\/30{
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.border-b-neutral-500\/35{
  border-bottom-color: rgb(115 115 115 / 0.35);
}

.border-b-neutral-500\/40{
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.border-b-neutral-500\/45{
  border-bottom-color: rgb(115 115 115 / 0.45);
}

.border-b-neutral-500\/5{
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.border-b-neutral-500\/50{
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.border-b-neutral-500\/55{
  border-bottom-color: rgb(115 115 115 / 0.55);
}

.border-b-neutral-500\/60{
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.border-b-neutral-500\/65{
  border-bottom-color: rgb(115 115 115 / 0.65);
}

.border-b-neutral-500\/70{
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.border-b-neutral-500\/75{
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.border-b-neutral-500\/80{
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.border-b-neutral-500\/85{
  border-bottom-color: rgb(115 115 115 / 0.85);
}

.border-b-neutral-500\/90{
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.border-b-neutral-500\/95{
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.border-b-neutral-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-b-neutral-600\/0{
  border-bottom-color: rgb(82 82 82 / 0);
}

.border-b-neutral-600\/10{
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.border-b-neutral-600\/100{
  border-bottom-color: rgb(82 82 82 / 1);
}

.border-b-neutral-600\/15{
  border-bottom-color: rgb(82 82 82 / 0.15);
}

.border-b-neutral-600\/20{
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.border-b-neutral-600\/25{
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.border-b-neutral-600\/30{
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.border-b-neutral-600\/35{
  border-bottom-color: rgb(82 82 82 / 0.35);
}

.border-b-neutral-600\/40{
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.border-b-neutral-600\/45{
  border-bottom-color: rgb(82 82 82 / 0.45);
}

.border-b-neutral-600\/5{
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.border-b-neutral-600\/50{
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.border-b-neutral-600\/55{
  border-bottom-color: rgb(82 82 82 / 0.55);
}

.border-b-neutral-600\/60{
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.border-b-neutral-600\/65{
  border-bottom-color: rgb(82 82 82 / 0.65);
}

.border-b-neutral-600\/70{
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.border-b-neutral-600\/75{
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.border-b-neutral-600\/80{
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.border-b-neutral-600\/85{
  border-bottom-color: rgb(82 82 82 / 0.85);
}

.border-b-neutral-600\/90{
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.border-b-neutral-600\/95{
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.border-b-neutral-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-b-neutral-700\/0{
  border-bottom-color: rgb(64 64 64 / 0);
}

.border-b-neutral-700\/10{
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.border-b-neutral-700\/100{
  border-bottom-color: rgb(64 64 64 / 1);
}

.border-b-neutral-700\/15{
  border-bottom-color: rgb(64 64 64 / 0.15);
}

.border-b-neutral-700\/20{
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.border-b-neutral-700\/25{
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.border-b-neutral-700\/30{
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.border-b-neutral-700\/35{
  border-bottom-color: rgb(64 64 64 / 0.35);
}

.border-b-neutral-700\/40{
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.border-b-neutral-700\/45{
  border-bottom-color: rgb(64 64 64 / 0.45);
}

.border-b-neutral-700\/5{
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.border-b-neutral-700\/50{
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.border-b-neutral-700\/55{
  border-bottom-color: rgb(64 64 64 / 0.55);
}

.border-b-neutral-700\/60{
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.border-b-neutral-700\/65{
  border-bottom-color: rgb(64 64 64 / 0.65);
}

.border-b-neutral-700\/70{
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.border-b-neutral-700\/75{
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.border-b-neutral-700\/80{
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.border-b-neutral-700\/85{
  border-bottom-color: rgb(64 64 64 / 0.85);
}

.border-b-neutral-700\/90{
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.border-b-neutral-700\/95{
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.border-b-neutral-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-b-neutral-800\/0{
  border-bottom-color: rgb(38 38 38 / 0);
}

.border-b-neutral-800\/10{
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.border-b-neutral-800\/100{
  border-bottom-color: rgb(38 38 38 / 1);
}

.border-b-neutral-800\/15{
  border-bottom-color: rgb(38 38 38 / 0.15);
}

.border-b-neutral-800\/20{
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.border-b-neutral-800\/25{
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.border-b-neutral-800\/30{
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.border-b-neutral-800\/35{
  border-bottom-color: rgb(38 38 38 / 0.35);
}

.border-b-neutral-800\/40{
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.border-b-neutral-800\/45{
  border-bottom-color: rgb(38 38 38 / 0.45);
}

.border-b-neutral-800\/5{
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.border-b-neutral-800\/50{
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.border-b-neutral-800\/55{
  border-bottom-color: rgb(38 38 38 / 0.55);
}

.border-b-neutral-800\/60{
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.border-b-neutral-800\/65{
  border-bottom-color: rgb(38 38 38 / 0.65);
}

.border-b-neutral-800\/70{
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.border-b-neutral-800\/75{
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.border-b-neutral-800\/80{
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.border-b-neutral-800\/85{
  border-bottom-color: rgb(38 38 38 / 0.85);
}

.border-b-neutral-800\/90{
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.border-b-neutral-800\/95{
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.border-b-neutral-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-b-neutral-900\/0{
  border-bottom-color: rgb(23 23 23 / 0);
}

.border-b-neutral-900\/10{
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.border-b-neutral-900\/100{
  border-bottom-color: rgb(23 23 23 / 1);
}

.border-b-neutral-900\/15{
  border-bottom-color: rgb(23 23 23 / 0.15);
}

.border-b-neutral-900\/20{
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.border-b-neutral-900\/25{
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.border-b-neutral-900\/30{
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.border-b-neutral-900\/35{
  border-bottom-color: rgb(23 23 23 / 0.35);
}

.border-b-neutral-900\/40{
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.border-b-neutral-900\/45{
  border-bottom-color: rgb(23 23 23 / 0.45);
}

.border-b-neutral-900\/5{
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.border-b-neutral-900\/50{
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.border-b-neutral-900\/55{
  border-bottom-color: rgb(23 23 23 / 0.55);
}

.border-b-neutral-900\/60{
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.border-b-neutral-900\/65{
  border-bottom-color: rgb(23 23 23 / 0.65);
}

.border-b-neutral-900\/70{
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.border-b-neutral-900\/75{
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.border-b-neutral-900\/80{
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.border-b-neutral-900\/85{
  border-bottom-color: rgb(23 23 23 / 0.85);
}

.border-b-neutral-900\/90{
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.border-b-neutral-900\/95{
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.border-b-neutral-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-b-neutral-950\/0{
  border-bottom-color: rgb(10 10 10 / 0);
}

.border-b-neutral-950\/10{
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.border-b-neutral-950\/100{
  border-bottom-color: rgb(10 10 10 / 1);
}

.border-b-neutral-950\/15{
  border-bottom-color: rgb(10 10 10 / 0.15);
}

.border-b-neutral-950\/20{
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.border-b-neutral-950\/25{
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.border-b-neutral-950\/30{
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.border-b-neutral-950\/35{
  border-bottom-color: rgb(10 10 10 / 0.35);
}

.border-b-neutral-950\/40{
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.border-b-neutral-950\/45{
  border-bottom-color: rgb(10 10 10 / 0.45);
}

.border-b-neutral-950\/5{
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.border-b-neutral-950\/50{
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.border-b-neutral-950\/55{
  border-bottom-color: rgb(10 10 10 / 0.55);
}

.border-b-neutral-950\/60{
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.border-b-neutral-950\/65{
  border-bottom-color: rgb(10 10 10 / 0.65);
}

.border-b-neutral-950\/70{
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.border-b-neutral-950\/75{
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.border-b-neutral-950\/80{
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.border-b-neutral-950\/85{
  border-bottom-color: rgb(10 10 10 / 0.85);
}

.border-b-neutral-950\/90{
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.border-b-neutral-950\/95{
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.border-b-orange-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-b-orange-100\/0{
  border-bottom-color: rgb(255 237 213 / 0);
}

.border-b-orange-100\/10{
  border-bottom-color: rgb(255 237 213 / 0.1);
}

.border-b-orange-100\/100{
  border-bottom-color: rgb(255 237 213 / 1);
}

.border-b-orange-100\/15{
  border-bottom-color: rgb(255 237 213 / 0.15);
}

.border-b-orange-100\/20{
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.border-b-orange-100\/25{
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.border-b-orange-100\/30{
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.border-b-orange-100\/35{
  border-bottom-color: rgb(255 237 213 / 0.35);
}

.border-b-orange-100\/40{
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.border-b-orange-100\/45{
  border-bottom-color: rgb(255 237 213 / 0.45);
}

.border-b-orange-100\/5{
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.border-b-orange-100\/50{
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.border-b-orange-100\/55{
  border-bottom-color: rgb(255 237 213 / 0.55);
}

.border-b-orange-100\/60{
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.border-b-orange-100\/65{
  border-bottom-color: rgb(255 237 213 / 0.65);
}

.border-b-orange-100\/70{
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.border-b-orange-100\/75{
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.border-b-orange-100\/80{
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.border-b-orange-100\/85{
  border-bottom-color: rgb(255 237 213 / 0.85);
}

.border-b-orange-100\/90{
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.border-b-orange-100\/95{
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.border-b-orange-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-b-orange-200\/0{
  border-bottom-color: rgb(254 215 170 / 0);
}

.border-b-orange-200\/10{
  border-bottom-color: rgb(254 215 170 / 0.1);
}

.border-b-orange-200\/100{
  border-bottom-color: rgb(254 215 170 / 1);
}

.border-b-orange-200\/15{
  border-bottom-color: rgb(254 215 170 / 0.15);
}

.border-b-orange-200\/20{
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.border-b-orange-200\/25{
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.border-b-orange-200\/30{
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.border-b-orange-200\/35{
  border-bottom-color: rgb(254 215 170 / 0.35);
}

.border-b-orange-200\/40{
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.border-b-orange-200\/45{
  border-bottom-color: rgb(254 215 170 / 0.45);
}

.border-b-orange-200\/5{
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.border-b-orange-200\/50{
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.border-b-orange-200\/55{
  border-bottom-color: rgb(254 215 170 / 0.55);
}

.border-b-orange-200\/60{
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.border-b-orange-200\/65{
  border-bottom-color: rgb(254 215 170 / 0.65);
}

.border-b-orange-200\/70{
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.border-b-orange-200\/75{
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.border-b-orange-200\/80{
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.border-b-orange-200\/85{
  border-bottom-color: rgb(254 215 170 / 0.85);
}

.border-b-orange-200\/90{
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.border-b-orange-200\/95{
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.border-b-orange-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-b-orange-300\/0{
  border-bottom-color: rgb(253 186 116 / 0);
}

.border-b-orange-300\/10{
  border-bottom-color: rgb(253 186 116 / 0.1);
}

.border-b-orange-300\/100{
  border-bottom-color: rgb(253 186 116 / 1);
}

.border-b-orange-300\/15{
  border-bottom-color: rgb(253 186 116 / 0.15);
}

.border-b-orange-300\/20{
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.border-b-orange-300\/25{
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.border-b-orange-300\/30{
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.border-b-orange-300\/35{
  border-bottom-color: rgb(253 186 116 / 0.35);
}

.border-b-orange-300\/40{
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.border-b-orange-300\/45{
  border-bottom-color: rgb(253 186 116 / 0.45);
}

.border-b-orange-300\/5{
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.border-b-orange-300\/50{
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.border-b-orange-300\/55{
  border-bottom-color: rgb(253 186 116 / 0.55);
}

.border-b-orange-300\/60{
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.border-b-orange-300\/65{
  border-bottom-color: rgb(253 186 116 / 0.65);
}

.border-b-orange-300\/70{
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.border-b-orange-300\/75{
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.border-b-orange-300\/80{
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.border-b-orange-300\/85{
  border-bottom-color: rgb(253 186 116 / 0.85);
}

.border-b-orange-300\/90{
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.border-b-orange-300\/95{
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.border-b-orange-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-b-orange-400\/0{
  border-bottom-color: rgb(251 146 60 / 0);
}

.border-b-orange-400\/10{
  border-bottom-color: rgb(251 146 60 / 0.1);
}

.border-b-orange-400\/100{
  border-bottom-color: rgb(251 146 60 / 1);
}

.border-b-orange-400\/15{
  border-bottom-color: rgb(251 146 60 / 0.15);
}

.border-b-orange-400\/20{
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.border-b-orange-400\/25{
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.border-b-orange-400\/30{
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.border-b-orange-400\/35{
  border-bottom-color: rgb(251 146 60 / 0.35);
}

.border-b-orange-400\/40{
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.border-b-orange-400\/45{
  border-bottom-color: rgb(251 146 60 / 0.45);
}

.border-b-orange-400\/5{
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.border-b-orange-400\/50{
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.border-b-orange-400\/55{
  border-bottom-color: rgb(251 146 60 / 0.55);
}

.border-b-orange-400\/60{
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.border-b-orange-400\/65{
  border-bottom-color: rgb(251 146 60 / 0.65);
}

.border-b-orange-400\/70{
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.border-b-orange-400\/75{
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.border-b-orange-400\/80{
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.border-b-orange-400\/85{
  border-bottom-color: rgb(251 146 60 / 0.85);
}

.border-b-orange-400\/90{
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.border-b-orange-400\/95{
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.border-b-orange-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-b-orange-50\/0{
  border-bottom-color: rgb(255 247 237 / 0);
}

.border-b-orange-50\/10{
  border-bottom-color: rgb(255 247 237 / 0.1);
}

.border-b-orange-50\/100{
  border-bottom-color: rgb(255 247 237 / 1);
}

.border-b-orange-50\/15{
  border-bottom-color: rgb(255 247 237 / 0.15);
}

.border-b-orange-50\/20{
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.border-b-orange-50\/25{
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.border-b-orange-50\/30{
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.border-b-orange-50\/35{
  border-bottom-color: rgb(255 247 237 / 0.35);
}

.border-b-orange-50\/40{
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.border-b-orange-50\/45{
  border-bottom-color: rgb(255 247 237 / 0.45);
}

.border-b-orange-50\/5{
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.border-b-orange-50\/50{
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.border-b-orange-50\/55{
  border-bottom-color: rgb(255 247 237 / 0.55);
}

.border-b-orange-50\/60{
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.border-b-orange-50\/65{
  border-bottom-color: rgb(255 247 237 / 0.65);
}

.border-b-orange-50\/70{
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.border-b-orange-50\/75{
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.border-b-orange-50\/80{
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.border-b-orange-50\/85{
  border-bottom-color: rgb(255 247 237 / 0.85);
}

.border-b-orange-50\/90{
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.border-b-orange-50\/95{
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.border-b-orange-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-b-orange-500\/0{
  border-bottom-color: rgb(249 115 22 / 0);
}

.border-b-orange-500\/10{
  border-bottom-color: rgb(249 115 22 / 0.1);
}

.border-b-orange-500\/100{
  border-bottom-color: rgb(249 115 22 / 1);
}

.border-b-orange-500\/15{
  border-bottom-color: rgb(249 115 22 / 0.15);
}

.border-b-orange-500\/20{
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.border-b-orange-500\/25{
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.border-b-orange-500\/30{
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.border-b-orange-500\/35{
  border-bottom-color: rgb(249 115 22 / 0.35);
}

.border-b-orange-500\/40{
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.border-b-orange-500\/45{
  border-bottom-color: rgb(249 115 22 / 0.45);
}

.border-b-orange-500\/5{
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.border-b-orange-500\/50{
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.border-b-orange-500\/55{
  border-bottom-color: rgb(249 115 22 / 0.55);
}

.border-b-orange-500\/60{
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.border-b-orange-500\/65{
  border-bottom-color: rgb(249 115 22 / 0.65);
}

.border-b-orange-500\/70{
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.border-b-orange-500\/75{
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.border-b-orange-500\/80{
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.border-b-orange-500\/85{
  border-bottom-color: rgb(249 115 22 / 0.85);
}

.border-b-orange-500\/90{
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.border-b-orange-500\/95{
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.border-b-orange-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-b-orange-600\/0{
  border-bottom-color: rgb(234 88 12 / 0);
}

.border-b-orange-600\/10{
  border-bottom-color: rgb(234 88 12 / 0.1);
}

.border-b-orange-600\/100{
  border-bottom-color: rgb(234 88 12 / 1);
}

.border-b-orange-600\/15{
  border-bottom-color: rgb(234 88 12 / 0.15);
}

.border-b-orange-600\/20{
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.border-b-orange-600\/25{
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.border-b-orange-600\/30{
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.border-b-orange-600\/35{
  border-bottom-color: rgb(234 88 12 / 0.35);
}

.border-b-orange-600\/40{
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.border-b-orange-600\/45{
  border-bottom-color: rgb(234 88 12 / 0.45);
}

.border-b-orange-600\/5{
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.border-b-orange-600\/50{
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.border-b-orange-600\/55{
  border-bottom-color: rgb(234 88 12 / 0.55);
}

.border-b-orange-600\/60{
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.border-b-orange-600\/65{
  border-bottom-color: rgb(234 88 12 / 0.65);
}

.border-b-orange-600\/70{
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.border-b-orange-600\/75{
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.border-b-orange-600\/80{
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.border-b-orange-600\/85{
  border-bottom-color: rgb(234 88 12 / 0.85);
}

.border-b-orange-600\/90{
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.border-b-orange-600\/95{
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.border-b-orange-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-b-orange-700\/0{
  border-bottom-color: rgb(194 65 12 / 0);
}

.border-b-orange-700\/10{
  border-bottom-color: rgb(194 65 12 / 0.1);
}

.border-b-orange-700\/100{
  border-bottom-color: rgb(194 65 12 / 1);
}

.border-b-orange-700\/15{
  border-bottom-color: rgb(194 65 12 / 0.15);
}

.border-b-orange-700\/20{
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.border-b-orange-700\/25{
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.border-b-orange-700\/30{
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.border-b-orange-700\/35{
  border-bottom-color: rgb(194 65 12 / 0.35);
}

.border-b-orange-700\/40{
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.border-b-orange-700\/45{
  border-bottom-color: rgb(194 65 12 / 0.45);
}

.border-b-orange-700\/5{
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.border-b-orange-700\/50{
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.border-b-orange-700\/55{
  border-bottom-color: rgb(194 65 12 / 0.55);
}

.border-b-orange-700\/60{
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.border-b-orange-700\/65{
  border-bottom-color: rgb(194 65 12 / 0.65);
}

.border-b-orange-700\/70{
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.border-b-orange-700\/75{
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.border-b-orange-700\/80{
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.border-b-orange-700\/85{
  border-bottom-color: rgb(194 65 12 / 0.85);
}

.border-b-orange-700\/90{
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.border-b-orange-700\/95{
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.border-b-orange-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-b-orange-800\/0{
  border-bottom-color: rgb(154 52 18 / 0);
}

.border-b-orange-800\/10{
  border-bottom-color: rgb(154 52 18 / 0.1);
}

.border-b-orange-800\/100{
  border-bottom-color: rgb(154 52 18 / 1);
}

.border-b-orange-800\/15{
  border-bottom-color: rgb(154 52 18 / 0.15);
}

.border-b-orange-800\/20{
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.border-b-orange-800\/25{
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.border-b-orange-800\/30{
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.border-b-orange-800\/35{
  border-bottom-color: rgb(154 52 18 / 0.35);
}

.border-b-orange-800\/40{
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.border-b-orange-800\/45{
  border-bottom-color: rgb(154 52 18 / 0.45);
}

.border-b-orange-800\/5{
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.border-b-orange-800\/50{
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.border-b-orange-800\/55{
  border-bottom-color: rgb(154 52 18 / 0.55);
}

.border-b-orange-800\/60{
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.border-b-orange-800\/65{
  border-bottom-color: rgb(154 52 18 / 0.65);
}

.border-b-orange-800\/70{
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.border-b-orange-800\/75{
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.border-b-orange-800\/80{
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.border-b-orange-800\/85{
  border-bottom-color: rgb(154 52 18 / 0.85);
}

.border-b-orange-800\/90{
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.border-b-orange-800\/95{
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.border-b-orange-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-b-orange-900\/0{
  border-bottom-color: rgb(124 45 18 / 0);
}

.border-b-orange-900\/10{
  border-bottom-color: rgb(124 45 18 / 0.1);
}

.border-b-orange-900\/100{
  border-bottom-color: rgb(124 45 18 / 1);
}

.border-b-orange-900\/15{
  border-bottom-color: rgb(124 45 18 / 0.15);
}

.border-b-orange-900\/20{
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.border-b-orange-900\/25{
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.border-b-orange-900\/30{
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.border-b-orange-900\/35{
  border-bottom-color: rgb(124 45 18 / 0.35);
}

.border-b-orange-900\/40{
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.border-b-orange-900\/45{
  border-bottom-color: rgb(124 45 18 / 0.45);
}

.border-b-orange-900\/5{
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.border-b-orange-900\/50{
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.border-b-orange-900\/55{
  border-bottom-color: rgb(124 45 18 / 0.55);
}

.border-b-orange-900\/60{
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.border-b-orange-900\/65{
  border-bottom-color: rgb(124 45 18 / 0.65);
}

.border-b-orange-900\/70{
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.border-b-orange-900\/75{
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.border-b-orange-900\/80{
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.border-b-orange-900\/85{
  border-bottom-color: rgb(124 45 18 / 0.85);
}

.border-b-orange-900\/90{
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.border-b-orange-900\/95{
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.border-b-orange-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-b-orange-950\/0{
  border-bottom-color: rgb(67 20 7 / 0);
}

.border-b-orange-950\/10{
  border-bottom-color: rgb(67 20 7 / 0.1);
}

.border-b-orange-950\/100{
  border-bottom-color: rgb(67 20 7 / 1);
}

.border-b-orange-950\/15{
  border-bottom-color: rgb(67 20 7 / 0.15);
}

.border-b-orange-950\/20{
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.border-b-orange-950\/25{
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.border-b-orange-950\/30{
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.border-b-orange-950\/35{
  border-bottom-color: rgb(67 20 7 / 0.35);
}

.border-b-orange-950\/40{
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.border-b-orange-950\/45{
  border-bottom-color: rgb(67 20 7 / 0.45);
}

.border-b-orange-950\/5{
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.border-b-orange-950\/50{
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.border-b-orange-950\/55{
  border-bottom-color: rgb(67 20 7 / 0.55);
}

.border-b-orange-950\/60{
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.border-b-orange-950\/65{
  border-bottom-color: rgb(67 20 7 / 0.65);
}

.border-b-orange-950\/70{
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.border-b-orange-950\/75{
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.border-b-orange-950\/80{
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.border-b-orange-950\/85{
  border-bottom-color: rgb(67 20 7 / 0.85);
}

.border-b-orange-950\/90{
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.border-b-orange-950\/95{
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.border-b-pink-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-b-pink-100\/0{
  border-bottom-color: rgb(252 231 243 / 0);
}

.border-b-pink-100\/10{
  border-bottom-color: rgb(252 231 243 / 0.1);
}

.border-b-pink-100\/100{
  border-bottom-color: rgb(252 231 243 / 1);
}

.border-b-pink-100\/15{
  border-bottom-color: rgb(252 231 243 / 0.15);
}

.border-b-pink-100\/20{
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.border-b-pink-100\/25{
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.border-b-pink-100\/30{
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.border-b-pink-100\/35{
  border-bottom-color: rgb(252 231 243 / 0.35);
}

.border-b-pink-100\/40{
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.border-b-pink-100\/45{
  border-bottom-color: rgb(252 231 243 / 0.45);
}

.border-b-pink-100\/5{
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.border-b-pink-100\/50{
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.border-b-pink-100\/55{
  border-bottom-color: rgb(252 231 243 / 0.55);
}

.border-b-pink-100\/60{
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.border-b-pink-100\/65{
  border-bottom-color: rgb(252 231 243 / 0.65);
}

.border-b-pink-100\/70{
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.border-b-pink-100\/75{
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.border-b-pink-100\/80{
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.border-b-pink-100\/85{
  border-bottom-color: rgb(252 231 243 / 0.85);
}

.border-b-pink-100\/90{
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.border-b-pink-100\/95{
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.border-b-pink-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-b-pink-200\/0{
  border-bottom-color: rgb(251 207 232 / 0);
}

.border-b-pink-200\/10{
  border-bottom-color: rgb(251 207 232 / 0.1);
}

.border-b-pink-200\/100{
  border-bottom-color: rgb(251 207 232 / 1);
}

.border-b-pink-200\/15{
  border-bottom-color: rgb(251 207 232 / 0.15);
}

.border-b-pink-200\/20{
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.border-b-pink-200\/25{
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.border-b-pink-200\/30{
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.border-b-pink-200\/35{
  border-bottom-color: rgb(251 207 232 / 0.35);
}

.border-b-pink-200\/40{
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.border-b-pink-200\/45{
  border-bottom-color: rgb(251 207 232 / 0.45);
}

.border-b-pink-200\/5{
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.border-b-pink-200\/50{
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.border-b-pink-200\/55{
  border-bottom-color: rgb(251 207 232 / 0.55);
}

.border-b-pink-200\/60{
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.border-b-pink-200\/65{
  border-bottom-color: rgb(251 207 232 / 0.65);
}

.border-b-pink-200\/70{
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.border-b-pink-200\/75{
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.border-b-pink-200\/80{
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.border-b-pink-200\/85{
  border-bottom-color: rgb(251 207 232 / 0.85);
}

.border-b-pink-200\/90{
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.border-b-pink-200\/95{
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.border-b-pink-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-b-pink-300\/0{
  border-bottom-color: rgb(249 168 212 / 0);
}

.border-b-pink-300\/10{
  border-bottom-color: rgb(249 168 212 / 0.1);
}

.border-b-pink-300\/100{
  border-bottom-color: rgb(249 168 212 / 1);
}

.border-b-pink-300\/15{
  border-bottom-color: rgb(249 168 212 / 0.15);
}

.border-b-pink-300\/20{
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.border-b-pink-300\/25{
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.border-b-pink-300\/30{
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.border-b-pink-300\/35{
  border-bottom-color: rgb(249 168 212 / 0.35);
}

.border-b-pink-300\/40{
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.border-b-pink-300\/45{
  border-bottom-color: rgb(249 168 212 / 0.45);
}

.border-b-pink-300\/5{
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.border-b-pink-300\/50{
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.border-b-pink-300\/55{
  border-bottom-color: rgb(249 168 212 / 0.55);
}

.border-b-pink-300\/60{
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.border-b-pink-300\/65{
  border-bottom-color: rgb(249 168 212 / 0.65);
}

.border-b-pink-300\/70{
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.border-b-pink-300\/75{
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.border-b-pink-300\/80{
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.border-b-pink-300\/85{
  border-bottom-color: rgb(249 168 212 / 0.85);
}

.border-b-pink-300\/90{
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.border-b-pink-300\/95{
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.border-b-pink-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-b-pink-400\/0{
  border-bottom-color: rgb(244 114 182 / 0);
}

.border-b-pink-400\/10{
  border-bottom-color: rgb(244 114 182 / 0.1);
}

.border-b-pink-400\/100{
  border-bottom-color: rgb(244 114 182 / 1);
}

.border-b-pink-400\/15{
  border-bottom-color: rgb(244 114 182 / 0.15);
}

.border-b-pink-400\/20{
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.border-b-pink-400\/25{
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.border-b-pink-400\/30{
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.border-b-pink-400\/35{
  border-bottom-color: rgb(244 114 182 / 0.35);
}

.border-b-pink-400\/40{
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.border-b-pink-400\/45{
  border-bottom-color: rgb(244 114 182 / 0.45);
}

.border-b-pink-400\/5{
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.border-b-pink-400\/50{
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.border-b-pink-400\/55{
  border-bottom-color: rgb(244 114 182 / 0.55);
}

.border-b-pink-400\/60{
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.border-b-pink-400\/65{
  border-bottom-color: rgb(244 114 182 / 0.65);
}

.border-b-pink-400\/70{
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.border-b-pink-400\/75{
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.border-b-pink-400\/80{
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.border-b-pink-400\/85{
  border-bottom-color: rgb(244 114 182 / 0.85);
}

.border-b-pink-400\/90{
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.border-b-pink-400\/95{
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.border-b-pink-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-b-pink-50\/0{
  border-bottom-color: rgb(253 242 248 / 0);
}

.border-b-pink-50\/10{
  border-bottom-color: rgb(253 242 248 / 0.1);
}

.border-b-pink-50\/100{
  border-bottom-color: rgb(253 242 248 / 1);
}

.border-b-pink-50\/15{
  border-bottom-color: rgb(253 242 248 / 0.15);
}

.border-b-pink-50\/20{
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.border-b-pink-50\/25{
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.border-b-pink-50\/30{
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.border-b-pink-50\/35{
  border-bottom-color: rgb(253 242 248 / 0.35);
}

.border-b-pink-50\/40{
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.border-b-pink-50\/45{
  border-bottom-color: rgb(253 242 248 / 0.45);
}

.border-b-pink-50\/5{
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.border-b-pink-50\/50{
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.border-b-pink-50\/55{
  border-bottom-color: rgb(253 242 248 / 0.55);
}

.border-b-pink-50\/60{
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.border-b-pink-50\/65{
  border-bottom-color: rgb(253 242 248 / 0.65);
}

.border-b-pink-50\/70{
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.border-b-pink-50\/75{
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.border-b-pink-50\/80{
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.border-b-pink-50\/85{
  border-bottom-color: rgb(253 242 248 / 0.85);
}

.border-b-pink-50\/90{
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.border-b-pink-50\/95{
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.border-b-pink-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-b-pink-500\/0{
  border-bottom-color: rgb(236 72 153 / 0);
}

.border-b-pink-500\/10{
  border-bottom-color: rgb(236 72 153 / 0.1);
}

.border-b-pink-500\/100{
  border-bottom-color: rgb(236 72 153 / 1);
}

.border-b-pink-500\/15{
  border-bottom-color: rgb(236 72 153 / 0.15);
}

.border-b-pink-500\/20{
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.border-b-pink-500\/25{
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.border-b-pink-500\/30{
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.border-b-pink-500\/35{
  border-bottom-color: rgb(236 72 153 / 0.35);
}

.border-b-pink-500\/40{
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.border-b-pink-500\/45{
  border-bottom-color: rgb(236 72 153 / 0.45);
}

.border-b-pink-500\/5{
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.border-b-pink-500\/50{
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.border-b-pink-500\/55{
  border-bottom-color: rgb(236 72 153 / 0.55);
}

.border-b-pink-500\/60{
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.border-b-pink-500\/65{
  border-bottom-color: rgb(236 72 153 / 0.65);
}

.border-b-pink-500\/70{
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.border-b-pink-500\/75{
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.border-b-pink-500\/80{
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.border-b-pink-500\/85{
  border-bottom-color: rgb(236 72 153 / 0.85);
}

.border-b-pink-500\/90{
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.border-b-pink-500\/95{
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.border-b-pink-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-b-pink-600\/0{
  border-bottom-color: rgb(219 39 119 / 0);
}

.border-b-pink-600\/10{
  border-bottom-color: rgb(219 39 119 / 0.1);
}

.border-b-pink-600\/100{
  border-bottom-color: rgb(219 39 119 / 1);
}

.border-b-pink-600\/15{
  border-bottom-color: rgb(219 39 119 / 0.15);
}

.border-b-pink-600\/20{
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.border-b-pink-600\/25{
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.border-b-pink-600\/30{
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.border-b-pink-600\/35{
  border-bottom-color: rgb(219 39 119 / 0.35);
}

.border-b-pink-600\/40{
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.border-b-pink-600\/45{
  border-bottom-color: rgb(219 39 119 / 0.45);
}

.border-b-pink-600\/5{
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.border-b-pink-600\/50{
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.border-b-pink-600\/55{
  border-bottom-color: rgb(219 39 119 / 0.55);
}

.border-b-pink-600\/60{
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.border-b-pink-600\/65{
  border-bottom-color: rgb(219 39 119 / 0.65);
}

.border-b-pink-600\/70{
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.border-b-pink-600\/75{
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.border-b-pink-600\/80{
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.border-b-pink-600\/85{
  border-bottom-color: rgb(219 39 119 / 0.85);
}

.border-b-pink-600\/90{
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.border-b-pink-600\/95{
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.border-b-pink-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-b-pink-700\/0{
  border-bottom-color: rgb(190 24 93 / 0);
}

.border-b-pink-700\/10{
  border-bottom-color: rgb(190 24 93 / 0.1);
}

.border-b-pink-700\/100{
  border-bottom-color: rgb(190 24 93 / 1);
}

.border-b-pink-700\/15{
  border-bottom-color: rgb(190 24 93 / 0.15);
}

.border-b-pink-700\/20{
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.border-b-pink-700\/25{
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.border-b-pink-700\/30{
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.border-b-pink-700\/35{
  border-bottom-color: rgb(190 24 93 / 0.35);
}

.border-b-pink-700\/40{
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.border-b-pink-700\/45{
  border-bottom-color: rgb(190 24 93 / 0.45);
}

.border-b-pink-700\/5{
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.border-b-pink-700\/50{
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.border-b-pink-700\/55{
  border-bottom-color: rgb(190 24 93 / 0.55);
}

.border-b-pink-700\/60{
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.border-b-pink-700\/65{
  border-bottom-color: rgb(190 24 93 / 0.65);
}

.border-b-pink-700\/70{
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.border-b-pink-700\/75{
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.border-b-pink-700\/80{
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.border-b-pink-700\/85{
  border-bottom-color: rgb(190 24 93 / 0.85);
}

.border-b-pink-700\/90{
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.border-b-pink-700\/95{
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.border-b-pink-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-b-pink-800\/0{
  border-bottom-color: rgb(157 23 77 / 0);
}

.border-b-pink-800\/10{
  border-bottom-color: rgb(157 23 77 / 0.1);
}

.border-b-pink-800\/100{
  border-bottom-color: rgb(157 23 77 / 1);
}

.border-b-pink-800\/15{
  border-bottom-color: rgb(157 23 77 / 0.15);
}

.border-b-pink-800\/20{
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.border-b-pink-800\/25{
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.border-b-pink-800\/30{
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.border-b-pink-800\/35{
  border-bottom-color: rgb(157 23 77 / 0.35);
}

.border-b-pink-800\/40{
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.border-b-pink-800\/45{
  border-bottom-color: rgb(157 23 77 / 0.45);
}

.border-b-pink-800\/5{
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.border-b-pink-800\/50{
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.border-b-pink-800\/55{
  border-bottom-color: rgb(157 23 77 / 0.55);
}

.border-b-pink-800\/60{
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.border-b-pink-800\/65{
  border-bottom-color: rgb(157 23 77 / 0.65);
}

.border-b-pink-800\/70{
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.border-b-pink-800\/75{
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.border-b-pink-800\/80{
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.border-b-pink-800\/85{
  border-bottom-color: rgb(157 23 77 / 0.85);
}

.border-b-pink-800\/90{
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.border-b-pink-800\/95{
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.border-b-pink-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-b-pink-900\/0{
  border-bottom-color: rgb(131 24 67 / 0);
}

.border-b-pink-900\/10{
  border-bottom-color: rgb(131 24 67 / 0.1);
}

.border-b-pink-900\/100{
  border-bottom-color: rgb(131 24 67 / 1);
}

.border-b-pink-900\/15{
  border-bottom-color: rgb(131 24 67 / 0.15);
}

.border-b-pink-900\/20{
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.border-b-pink-900\/25{
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.border-b-pink-900\/30{
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.border-b-pink-900\/35{
  border-bottom-color: rgb(131 24 67 / 0.35);
}

.border-b-pink-900\/40{
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.border-b-pink-900\/45{
  border-bottom-color: rgb(131 24 67 / 0.45);
}

.border-b-pink-900\/5{
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.border-b-pink-900\/50{
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.border-b-pink-900\/55{
  border-bottom-color: rgb(131 24 67 / 0.55);
}

.border-b-pink-900\/60{
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.border-b-pink-900\/65{
  border-bottom-color: rgb(131 24 67 / 0.65);
}

.border-b-pink-900\/70{
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.border-b-pink-900\/75{
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.border-b-pink-900\/80{
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.border-b-pink-900\/85{
  border-bottom-color: rgb(131 24 67 / 0.85);
}

.border-b-pink-900\/90{
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.border-b-pink-900\/95{
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.border-b-pink-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-b-pink-950\/0{
  border-bottom-color: rgb(80 7 36 / 0);
}

.border-b-pink-950\/10{
  border-bottom-color: rgb(80 7 36 / 0.1);
}

.border-b-pink-950\/100{
  border-bottom-color: rgb(80 7 36 / 1);
}

.border-b-pink-950\/15{
  border-bottom-color: rgb(80 7 36 / 0.15);
}

.border-b-pink-950\/20{
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.border-b-pink-950\/25{
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.border-b-pink-950\/30{
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.border-b-pink-950\/35{
  border-bottom-color: rgb(80 7 36 / 0.35);
}

.border-b-pink-950\/40{
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.border-b-pink-950\/45{
  border-bottom-color: rgb(80 7 36 / 0.45);
}

.border-b-pink-950\/5{
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.border-b-pink-950\/50{
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.border-b-pink-950\/55{
  border-bottom-color: rgb(80 7 36 / 0.55);
}

.border-b-pink-950\/60{
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.border-b-pink-950\/65{
  border-bottom-color: rgb(80 7 36 / 0.65);
}

.border-b-pink-950\/70{
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.border-b-pink-950\/75{
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.border-b-pink-950\/80{
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.border-b-pink-950\/85{
  border-bottom-color: rgb(80 7 36 / 0.85);
}

.border-b-pink-950\/90{
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.border-b-pink-950\/95{
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.border-b-primary-hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.border-b-primary-hover\/0{
  border-bottom-color: rgb(71 57 169 / 0);
}

.border-b-primary-hover\/10{
  border-bottom-color: rgb(71 57 169 / 0.1);
}

.border-b-primary-hover\/100{
  border-bottom-color: rgb(71 57 169 / 1);
}

.border-b-primary-hover\/15{
  border-bottom-color: rgb(71 57 169 / 0.15);
}

.border-b-primary-hover\/20{
  border-bottom-color: rgb(71 57 169 / 0.2);
}

.border-b-primary-hover\/25{
  border-bottom-color: rgb(71 57 169 / 0.25);
}

.border-b-primary-hover\/30{
  border-bottom-color: rgb(71 57 169 / 0.3);
}

.border-b-primary-hover\/35{
  border-bottom-color: rgb(71 57 169 / 0.35);
}

.border-b-primary-hover\/40{
  border-bottom-color: rgb(71 57 169 / 0.4);
}

.border-b-primary-hover\/45{
  border-bottom-color: rgb(71 57 169 / 0.45);
}

.border-b-primary-hover\/5{
  border-bottom-color: rgb(71 57 169 / 0.05);
}

.border-b-primary-hover\/50{
  border-bottom-color: rgb(71 57 169 / 0.5);
}

.border-b-primary-hover\/55{
  border-bottom-color: rgb(71 57 169 / 0.55);
}

.border-b-primary-hover\/60{
  border-bottom-color: rgb(71 57 169 / 0.6);
}

.border-b-primary-hover\/65{
  border-bottom-color: rgb(71 57 169 / 0.65);
}

.border-b-primary-hover\/70{
  border-bottom-color: rgb(71 57 169 / 0.7);
}

.border-b-primary-hover\/75{
  border-bottom-color: rgb(71 57 169 / 0.75);
}

.border-b-primary-hover\/80{
  border-bottom-color: rgb(71 57 169 / 0.8);
}

.border-b-primary-hover\/85{
  border-bottom-color: rgb(71 57 169 / 0.85);
}

.border-b-primary-hover\/90{
  border-bottom-color: rgb(71 57 169 / 0.9);
}

.border-b-primary-hover\/95{
  border-bottom-color: rgb(71 57 169 / 0.95);
}

.border-b-primary\/0{
  border-bottom-color: rgb(85 70 192 / 0);
}

.border-b-primary\/10{
  border-bottom-color: rgb(85 70 192 / 0.1);
}

.border-b-primary\/100{
  border-bottom-color: rgb(85 70 192 / 1);
}

.border-b-primary\/15{
  border-bottom-color: rgb(85 70 192 / 0.15);
}

.border-b-primary\/20{
  border-bottom-color: rgb(85 70 192 / 0.2);
}

.border-b-primary\/25{
  border-bottom-color: rgb(85 70 192 / 0.25);
}

.border-b-primary\/30{
  border-bottom-color: rgb(85 70 192 / 0.3);
}

.border-b-primary\/35{
  border-bottom-color: rgb(85 70 192 / 0.35);
}

.border-b-primary\/40{
  border-bottom-color: rgb(85 70 192 / 0.4);
}

.border-b-primary\/45{
  border-bottom-color: rgb(85 70 192 / 0.45);
}

.border-b-primary\/5{
  border-bottom-color: rgb(85 70 192 / 0.05);
}

.border-b-primary\/50{
  border-bottom-color: rgb(85 70 192 / 0.5);
}

.border-b-primary\/55{
  border-bottom-color: rgb(85 70 192 / 0.55);
}

.border-b-primary\/60{
  border-bottom-color: rgb(85 70 192 / 0.6);
}

.border-b-primary\/65{
  border-bottom-color: rgb(85 70 192 / 0.65);
}

.border-b-primary\/70{
  border-bottom-color: rgb(85 70 192 / 0.7);
}

.border-b-primary\/75{
  border-bottom-color: rgb(85 70 192 / 0.75);
}

.border-b-primary\/80{
  border-bottom-color: rgb(85 70 192 / 0.8);
}

.border-b-primary\/85{
  border-bottom-color: rgb(85 70 192 / 0.85);
}

.border-b-primary\/90{
  border-bottom-color: rgb(85 70 192 / 0.9);
}

.border-b-primary\/95{
  border-bottom-color: rgb(85 70 192 / 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\/15{
  border-bottom-color: rgb(243 232 255 / 0.15);
}

.border-b-purple-100\/20{
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.border-b-purple-100\/25{
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.border-b-purple-100\/30{
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.border-b-purple-100\/35{
  border-bottom-color: rgb(243 232 255 / 0.35);
}

.border-b-purple-100\/40{
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.border-b-purple-100\/45{
  border-bottom-color: rgb(243 232 255 / 0.45);
}

.border-b-purple-100\/5{
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.border-b-purple-100\/50{
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.border-b-purple-100\/55{
  border-bottom-color: rgb(243 232 255 / 0.55);
}

.border-b-purple-100\/60{
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.border-b-purple-100\/65{
  border-bottom-color: rgb(243 232 255 / 0.65);
}

.border-b-purple-100\/70{
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.border-b-purple-100\/75{
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.border-b-purple-100\/80{
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.border-b-purple-100\/85{
  border-bottom-color: rgb(243 232 255 / 0.85);
}

.border-b-purple-100\/90{
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.border-b-purple-100\/95{
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.border-b-purple-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-b-purple-200\/0{
  border-bottom-color: rgb(233 213 255 / 0);
}

.border-b-purple-200\/10{
  border-bottom-color: rgb(233 213 255 / 0.1);
}

.border-b-purple-200\/100{
  border-bottom-color: rgb(233 213 255 / 1);
}

.border-b-purple-200\/15{
  border-bottom-color: rgb(233 213 255 / 0.15);
}

.border-b-purple-200\/20{
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.border-b-purple-200\/25{
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.border-b-purple-200\/30{
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.border-b-purple-200\/35{
  border-bottom-color: rgb(233 213 255 / 0.35);
}

.border-b-purple-200\/40{
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.border-b-purple-200\/45{
  border-bottom-color: rgb(233 213 255 / 0.45);
}

.border-b-purple-200\/5{
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.border-b-purple-200\/50{
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.border-b-purple-200\/55{
  border-bottom-color: rgb(233 213 255 / 0.55);
}

.border-b-purple-200\/60{
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.border-b-purple-200\/65{
  border-bottom-color: rgb(233 213 255 / 0.65);
}

.border-b-purple-200\/70{
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.border-b-purple-200\/75{
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.border-b-purple-200\/80{
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.border-b-purple-200\/85{
  border-bottom-color: rgb(233 213 255 / 0.85);
}

.border-b-purple-200\/90{
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.border-b-purple-200\/95{
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.border-b-purple-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-b-purple-300\/0{
  border-bottom-color: rgb(216 180 254 / 0);
}

.border-b-purple-300\/10{
  border-bottom-color: rgb(216 180 254 / 0.1);
}

.border-b-purple-300\/100{
  border-bottom-color: rgb(216 180 254 / 1);
}

.border-b-purple-300\/15{
  border-bottom-color: rgb(216 180 254 / 0.15);
}

.border-b-purple-300\/20{
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.border-b-purple-300\/25{
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.border-b-purple-300\/30{
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.border-b-purple-300\/35{
  border-bottom-color: rgb(216 180 254 / 0.35);
}

.border-b-purple-300\/40{
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.border-b-purple-300\/45{
  border-bottom-color: rgb(216 180 254 / 0.45);
}

.border-b-purple-300\/5{
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.border-b-purple-300\/50{
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.border-b-purple-300\/55{
  border-bottom-color: rgb(216 180 254 / 0.55);
}

.border-b-purple-300\/60{
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.border-b-purple-300\/65{
  border-bottom-color: rgb(216 180 254 / 0.65);
}

.border-b-purple-300\/70{
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.border-b-purple-300\/75{
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.border-b-purple-300\/80{
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.border-b-purple-300\/85{
  border-bottom-color: rgb(216 180 254 / 0.85);
}

.border-b-purple-300\/90{
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.border-b-purple-300\/95{
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.border-b-purple-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-b-purple-400\/0{
  border-bottom-color: rgb(192 132 252 / 0);
}

.border-b-purple-400\/10{
  border-bottom-color: rgb(192 132 252 / 0.1);
}

.border-b-purple-400\/100{
  border-bottom-color: rgb(192 132 252 / 1);
}

.border-b-purple-400\/15{
  border-bottom-color: rgb(192 132 252 / 0.15);
}

.border-b-purple-400\/20{
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.border-b-purple-400\/25{
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.border-b-purple-400\/30{
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.border-b-purple-400\/35{
  border-bottom-color: rgb(192 132 252 / 0.35);
}

.border-b-purple-400\/40{
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.border-b-purple-400\/45{
  border-bottom-color: rgb(192 132 252 / 0.45);
}

.border-b-purple-400\/5{
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.border-b-purple-400\/50{
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.border-b-purple-400\/55{
  border-bottom-color: rgb(192 132 252 / 0.55);
}

.border-b-purple-400\/60{
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.border-b-purple-400\/65{
  border-bottom-color: rgb(192 132 252 / 0.65);
}

.border-b-purple-400\/70{
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.border-b-purple-400\/75{
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.border-b-purple-400\/80{
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.border-b-purple-400\/85{
  border-bottom-color: rgb(192 132 252 / 0.85);
}

.border-b-purple-400\/90{
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.border-b-purple-400\/95{
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.border-b-purple-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-b-purple-50\/0{
  border-bottom-color: rgb(250 245 255 / 0);
}

.border-b-purple-50\/10{
  border-bottom-color: rgb(250 245 255 / 0.1);
}

.border-b-purple-50\/100{
  border-bottom-color: rgb(250 245 255 / 1);
}

.border-b-purple-50\/15{
  border-bottom-color: rgb(250 245 255 / 0.15);
}

.border-b-purple-50\/20{
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.border-b-purple-50\/25{
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.border-b-purple-50\/30{
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.border-b-purple-50\/35{
  border-bottom-color: rgb(250 245 255 / 0.35);
}

.border-b-purple-50\/40{
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.border-b-purple-50\/45{
  border-bottom-color: rgb(250 245 255 / 0.45);
}

.border-b-purple-50\/5{
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.border-b-purple-50\/50{
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.border-b-purple-50\/55{
  border-bottom-color: rgb(250 245 255 / 0.55);
}

.border-b-purple-50\/60{
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.border-b-purple-50\/65{
  border-bottom-color: rgb(250 245 255 / 0.65);
}

.border-b-purple-50\/70{
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.border-b-purple-50\/75{
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.border-b-purple-50\/80{
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.border-b-purple-50\/85{
  border-bottom-color: rgb(250 245 255 / 0.85);
}

.border-b-purple-50\/90{
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.border-b-purple-50\/95{
  border-bottom-color: rgb(250 245 255 / 0.95);
}

.border-b-purple-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.border-b-purple-500\/0{
  border-bottom-color: rgb(168 85 247 / 0);
}

.border-b-purple-500\/10{
  border-bottom-color: rgb(168 85 247 / 0.1);
}

.border-b-purple-500\/100{
  border-bottom-color: rgb(168 85 247 / 1);
}

.border-b-purple-500\/15{
  border-bottom-color: rgb(168 85 247 / 0.15);
}

.border-b-purple-500\/20{
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.border-b-purple-500\/25{
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.border-b-purple-500\/30{
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.border-b-purple-500\/35{
  border-bottom-color: rgb(168 85 247 / 0.35);
}

.border-b-purple-500\/40{
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.border-b-purple-500\/45{
  border-bottom-color: rgb(168 85 247 / 0.45);
}

.border-b-purple-500\/5{
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.border-b-purple-500\/50{
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.border-b-purple-500\/55{
  border-bottom-color: rgb(168 85 247 / 0.55);
}

.border-b-purple-500\/60{
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.border-b-purple-500\/65{
  border-bottom-color: rgb(168 85 247 / 0.65);
}

.border-b-purple-500\/70{
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.border-b-purple-500\/75{
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.border-b-purple-500\/80{
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.border-b-purple-500\/85{
  border-bottom-color: rgb(168 85 247 / 0.85);
}

.border-b-purple-500\/90{
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.border-b-purple-500\/95{
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.border-b-purple-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-b-purple-600\/0{
  border-bottom-color: rgb(147 51 234 / 0);
}

.border-b-purple-600\/10{
  border-bottom-color: rgb(147 51 234 / 0.1);
}

.border-b-purple-600\/100{
  border-bottom-color: rgb(147 51 234 / 1);
}

.border-b-purple-600\/15{
  border-bottom-color: rgb(147 51 234 / 0.15);
}

.border-b-purple-600\/20{
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.border-b-purple-600\/25{
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.border-b-purple-600\/30{
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.border-b-purple-600\/35{
  border-bottom-color: rgb(147 51 234 / 0.35);
}

.border-b-purple-600\/40{
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.border-b-purple-600\/45{
  border-bottom-color: rgb(147 51 234 / 0.45);
}

.border-b-purple-600\/5{
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.border-b-purple-600\/50{
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.border-b-purple-600\/55{
  border-bottom-color: rgb(147 51 234 / 0.55);
}

.border-b-purple-600\/60{
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.border-b-purple-600\/65{
  border-bottom-color: rgb(147 51 234 / 0.65);
}

.border-b-purple-600\/70{
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.border-b-purple-600\/75{
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.border-b-purple-600\/80{
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.border-b-purple-600\/85{
  border-bottom-color: rgb(147 51 234 / 0.85);
}

.border-b-purple-600\/90{
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.border-b-purple-600\/95{
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.border-b-purple-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-b-purple-700\/0{
  border-bottom-color: rgb(126 34 206 / 0);
}

.border-b-purple-700\/10{
  border-bottom-color: rgb(126 34 206 / 0.1);
}

.border-b-purple-700\/100{
  border-bottom-color: rgb(126 34 206 / 1);
}

.border-b-purple-700\/15{
  border-bottom-color: rgb(126 34 206 / 0.15);
}

.border-b-purple-700\/20{
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.border-b-purple-700\/25{
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.border-b-purple-700\/30{
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.border-b-purple-700\/35{
  border-bottom-color: rgb(126 34 206 / 0.35);
}

.border-b-purple-700\/40{
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.border-b-purple-700\/45{
  border-bottom-color: rgb(126 34 206 / 0.45);
}

.border-b-purple-700\/5{
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.border-b-purple-700\/50{
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.border-b-purple-700\/55{
  border-bottom-color: rgb(126 34 206 / 0.55);
}

.border-b-purple-700\/60{
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.border-b-purple-700\/65{
  border-bottom-color: rgb(126 34 206 / 0.65);
}

.border-b-purple-700\/70{
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.border-b-purple-700\/75{
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.border-b-purple-700\/80{
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.border-b-purple-700\/85{
  border-bottom-color: rgb(126 34 206 / 0.85);
}

.border-b-purple-700\/90{
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.border-b-purple-700\/95{
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.border-b-purple-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-b-purple-800\/0{
  border-bottom-color: rgb(107 33 168 / 0);
}

.border-b-purple-800\/10{
  border-bottom-color: rgb(107 33 168 / 0.1);
}

.border-b-purple-800\/100{
  border-bottom-color: rgb(107 33 168 / 1);
}

.border-b-purple-800\/15{
  border-bottom-color: rgb(107 33 168 / 0.15);
}

.border-b-purple-800\/20{
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.border-b-purple-800\/25{
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.border-b-purple-800\/30{
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.border-b-purple-800\/35{
  border-bottom-color: rgb(107 33 168 / 0.35);
}

.border-b-purple-800\/40{
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.border-b-purple-800\/45{
  border-bottom-color: rgb(107 33 168 / 0.45);
}

.border-b-purple-800\/5{
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.border-b-purple-800\/50{
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.border-b-purple-800\/55{
  border-bottom-color: rgb(107 33 168 / 0.55);
}

.border-b-purple-800\/60{
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.border-b-purple-800\/65{
  border-bottom-color: rgb(107 33 168 / 0.65);
}

.border-b-purple-800\/70{
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.border-b-purple-800\/75{
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.border-b-purple-800\/80{
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.border-b-purple-800\/85{
  border-bottom-color: rgb(107 33 168 / 0.85);
}

.border-b-purple-800\/90{
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.border-b-purple-800\/95{
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.border-b-purple-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-b-purple-900\/0{
  border-bottom-color: rgb(88 28 135 / 0);
}

.border-b-purple-900\/10{
  border-bottom-color: rgb(88 28 135 / 0.1);
}

.border-b-purple-900\/100{
  border-bottom-color: rgb(88 28 135 / 1);
}

.border-b-purple-900\/15{
  border-bottom-color: rgb(88 28 135 / 0.15);
}

.border-b-purple-900\/20{
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.border-b-purple-900\/25{
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.border-b-purple-900\/30{
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.border-b-purple-900\/35{
  border-bottom-color: rgb(88 28 135 / 0.35);
}

.border-b-purple-900\/40{
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.border-b-purple-900\/45{
  border-bottom-color: rgb(88 28 135 / 0.45);
}

.border-b-purple-900\/5{
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.border-b-purple-900\/50{
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.border-b-purple-900\/55{
  border-bottom-color: rgb(88 28 135 / 0.55);
}

.border-b-purple-900\/60{
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.border-b-purple-900\/65{
  border-bottom-color: rgb(88 28 135 / 0.65);
}

.border-b-purple-900\/70{
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.border-b-purple-900\/75{
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.border-b-purple-900\/80{
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.border-b-purple-900\/85{
  border-bottom-color: rgb(88 28 135 / 0.85);
}

.border-b-purple-900\/90{
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.border-b-purple-900\/95{
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.border-b-purple-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-b-purple-950\/0{
  border-bottom-color: rgb(59 7 100 / 0);
}

.border-b-purple-950\/10{
  border-bottom-color: rgb(59 7 100 / 0.1);
}

.border-b-purple-950\/100{
  border-bottom-color: rgb(59 7 100 / 1);
}

.border-b-purple-950\/15{
  border-bottom-color: rgb(59 7 100 / 0.15);
}

.border-b-purple-950\/20{
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.border-b-purple-950\/25{
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.border-b-purple-950\/30{
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.border-b-purple-950\/35{
  border-bottom-color: rgb(59 7 100 / 0.35);
}

.border-b-purple-950\/40{
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.border-b-purple-950\/45{
  border-bottom-color: rgb(59 7 100 / 0.45);
}

.border-b-purple-950\/5{
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.border-b-purple-950\/50{
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.border-b-purple-950\/55{
  border-bottom-color: rgb(59 7 100 / 0.55);
}

.border-b-purple-950\/60{
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.border-b-purple-950\/65{
  border-bottom-color: rgb(59 7 100 / 0.65);
}

.border-b-purple-950\/70{
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.border-b-purple-950\/75{
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.border-b-purple-950\/80{
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.border-b-purple-950\/85{
  border-bottom-color: rgb(59 7 100 / 0.85);
}

.border-b-purple-950\/90{
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.border-b-purple-950\/95{
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.border-b-quaternary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.border-b-quaternary-hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.border-b-quaternary-hover\/0{
  border-bottom-color: rgb(43 202 241 / 0);
}

.border-b-quaternary-hover\/10{
  border-bottom-color: rgb(43 202 241 / 0.1);
}

.border-b-quaternary-hover\/100{
  border-bottom-color: rgb(43 202 241 / 1);
}

.border-b-quaternary-hover\/15{
  border-bottom-color: rgb(43 202 241 / 0.15);
}

.border-b-quaternary-hover\/20{
  border-bottom-color: rgb(43 202 241 / 0.2);
}

.border-b-quaternary-hover\/25{
  border-bottom-color: rgb(43 202 241 / 0.25);
}

.border-b-quaternary-hover\/30{
  border-bottom-color: rgb(43 202 241 / 0.3);
}

.border-b-quaternary-hover\/35{
  border-bottom-color: rgb(43 202 241 / 0.35);
}

.border-b-quaternary-hover\/40{
  border-bottom-color: rgb(43 202 241 / 0.4);
}

.border-b-quaternary-hover\/45{
  border-bottom-color: rgb(43 202 241 / 0.45);
}

.border-b-quaternary-hover\/5{
  border-bottom-color: rgb(43 202 241 / 0.05);
}

.border-b-quaternary-hover\/50{
  border-bottom-color: rgb(43 202 241 / 0.5);
}

.border-b-quaternary-hover\/55{
  border-bottom-color: rgb(43 202 241 / 0.55);
}

.border-b-quaternary-hover\/60{
  border-bottom-color: rgb(43 202 241 / 0.6);
}

.border-b-quaternary-hover\/65{
  border-bottom-color: rgb(43 202 241 / 0.65);
}

.border-b-quaternary-hover\/70{
  border-bottom-color: rgb(43 202 241 / 0.7);
}

.border-b-quaternary-hover\/75{
  border-bottom-color: rgb(43 202 241 / 0.75);
}

.border-b-quaternary-hover\/80{
  border-bottom-color: rgb(43 202 241 / 0.8);
}

.border-b-quaternary-hover\/85{
  border-bottom-color: rgb(43 202 241 / 0.85);
}

.border-b-quaternary-hover\/90{
  border-bottom-color: rgb(43 202 241 / 0.9);
}

.border-b-quaternary-hover\/95{
  border-bottom-color: rgb(43 202 241 / 0.95);
}

.border-b-quaternary\/0{
  border-bottom-color: rgb(61 209 246 / 0);
}

.border-b-quaternary\/10{
  border-bottom-color: rgb(61 209 246 / 0.1);
}

.border-b-quaternary\/100{
  border-bottom-color: rgb(61 209 246 / 1);
}

.border-b-quaternary\/15{
  border-bottom-color: rgb(61 209 246 / 0.15);
}

.border-b-quaternary\/20{
  border-bottom-color: rgb(61 209 246 / 0.2);
}

.border-b-quaternary\/25{
  border-bottom-color: rgb(61 209 246 / 0.25);
}

.border-b-quaternary\/30{
  border-bottom-color: rgb(61 209 246 / 0.3);
}

.border-b-quaternary\/35{
  border-bottom-color: rgb(61 209 246 / 0.35);
}

.border-b-quaternary\/40{
  border-bottom-color: rgb(61 209 246 / 0.4);
}

.border-b-quaternary\/45{
  border-bottom-color: rgb(61 209 246 / 0.45);
}

.border-b-quaternary\/5{
  border-bottom-color: rgb(61 209 246 / 0.05);
}

.border-b-quaternary\/50{
  border-bottom-color: rgb(61 209 246 / 0.5);
}

.border-b-quaternary\/55{
  border-bottom-color: rgb(61 209 246 / 0.55);
}

.border-b-quaternary\/60{
  border-bottom-color: rgb(61 209 246 / 0.6);
}

.border-b-quaternary\/65{
  border-bottom-color: rgb(61 209 246 / 0.65);
}

.border-b-quaternary\/70{
  border-bottom-color: rgb(61 209 246 / 0.7);
}

.border-b-quaternary\/75{
  border-bottom-color: rgb(61 209 246 / 0.75);
}

.border-b-quaternary\/80{
  border-bottom-color: rgb(61 209 246 / 0.8);
}

.border-b-quaternary\/85{
  border-bottom-color: rgb(61 209 246 / 0.85);
}

.border-b-quaternary\/90{
  border-bottom-color: rgb(61 209 246 / 0.9);
}

.border-b-quaternary\/95{
  border-bottom-color: rgb(61 209 246 / 0.95);
}

.border-b-quinary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.border-b-quinary-hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.border-b-quinary-hover\/0{
  border-bottom-color: rgb(112 126 222 / 0);
}

.border-b-quinary-hover\/10{
  border-bottom-color: rgb(112 126 222 / 0.1);
}

.border-b-quinary-hover\/100{
  border-bottom-color: rgb(112 126 222 / 1);
}

.border-b-quinary-hover\/15{
  border-bottom-color: rgb(112 126 222 / 0.15);
}

.border-b-quinary-hover\/20{
  border-bottom-color: rgb(112 126 222 / 0.2);
}

.border-b-quinary-hover\/25{
  border-bottom-color: rgb(112 126 222 / 0.25);
}

.border-b-quinary-hover\/30{
  border-bottom-color: rgb(112 126 222 / 0.3);
}

.border-b-quinary-hover\/35{
  border-bottom-color: rgb(112 126 222 / 0.35);
}

.border-b-quinary-hover\/40{
  border-bottom-color: rgb(112 126 222 / 0.4);
}

.border-b-quinary-hover\/45{
  border-bottom-color: rgb(112 126 222 / 0.45);
}

.border-b-quinary-hover\/5{
  border-bottom-color: rgb(112 126 222 / 0.05);
}

.border-b-quinary-hover\/50{
  border-bottom-color: rgb(112 126 222 / 0.5);
}

.border-b-quinary-hover\/55{
  border-bottom-color: rgb(112 126 222 / 0.55);
}

.border-b-quinary-hover\/60{
  border-bottom-color: rgb(112 126 222 / 0.6);
}

.border-b-quinary-hover\/65{
  border-bottom-color: rgb(112 126 222 / 0.65);
}

.border-b-quinary-hover\/70{
  border-bottom-color: rgb(112 126 222 / 0.7);
}

.border-b-quinary-hover\/75{
  border-bottom-color: rgb(112 126 222 / 0.75);
}

.border-b-quinary-hover\/80{
  border-bottom-color: rgb(112 126 222 / 0.8);
}

.border-b-quinary-hover\/85{
  border-bottom-color: rgb(112 126 222 / 0.85);
}

.border-b-quinary-hover\/90{
  border-bottom-color: rgb(112 126 222 / 0.9);
}

.border-b-quinary-hover\/95{
  border-bottom-color: rgb(112 126 222 / 0.95);
}

.border-b-quinary\/0{
  border-bottom-color: rgb(136 150 244 / 0);
}

.border-b-quinary\/10{
  border-bottom-color: rgb(136 150 244 / 0.1);
}

.border-b-quinary\/100{
  border-bottom-color: rgb(136 150 244 / 1);
}

.border-b-quinary\/15{
  border-bottom-color: rgb(136 150 244 / 0.15);
}

.border-b-quinary\/20{
  border-bottom-color: rgb(136 150 244 / 0.2);
}

.border-b-quinary\/25{
  border-bottom-color: rgb(136 150 244 / 0.25);
}

.border-b-quinary\/30{
  border-bottom-color: rgb(136 150 244 / 0.3);
}

.border-b-quinary\/35{
  border-bottom-color: rgb(136 150 244 / 0.35);
}

.border-b-quinary\/40{
  border-bottom-color: rgb(136 150 244 / 0.4);
}

.border-b-quinary\/45{
  border-bottom-color: rgb(136 150 244 / 0.45);
}

.border-b-quinary\/5{
  border-bottom-color: rgb(136 150 244 / 0.05);
}

.border-b-quinary\/50{
  border-bottom-color: rgb(136 150 244 / 0.5);
}

.border-b-quinary\/55{
  border-bottom-color: rgb(136 150 244 / 0.55);
}

.border-b-quinary\/60{
  border-bottom-color: rgb(136 150 244 / 0.6);
}

.border-b-quinary\/65{
  border-bottom-color: rgb(136 150 244 / 0.65);
}

.border-b-quinary\/70{
  border-bottom-color: rgb(136 150 244 / 0.7);
}

.border-b-quinary\/75{
  border-bottom-color: rgb(136 150 244 / 0.75);
}

.border-b-quinary\/80{
  border-bottom-color: rgb(136 150 244 / 0.8);
}

.border-b-quinary\/85{
  border-bottom-color: rgb(136 150 244 / 0.85);
}

.border-b-quinary\/90{
  border-bottom-color: rgb(136 150 244 / 0.9);
}

.border-b-quinary\/95{
  border-bottom-color: rgb(136 150 244 / 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\/15{
  border-bottom-color: rgb(254 226 226 / 0.15);
}

.border-b-red-100\/20{
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.border-b-red-100\/25{
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.border-b-red-100\/30{
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.border-b-red-100\/35{
  border-bottom-color: rgb(254 226 226 / 0.35);
}

.border-b-red-100\/40{
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.border-b-red-100\/45{
  border-bottom-color: rgb(254 226 226 / 0.45);
}

.border-b-red-100\/5{
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.border-b-red-100\/50{
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.border-b-red-100\/55{
  border-bottom-color: rgb(254 226 226 / 0.55);
}

.border-b-red-100\/60{
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.border-b-red-100\/65{
  border-bottom-color: rgb(254 226 226 / 0.65);
}

.border-b-red-100\/70{
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.border-b-red-100\/75{
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.border-b-red-100\/80{
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.border-b-red-100\/85{
  border-bottom-color: rgb(254 226 226 / 0.85);
}

.border-b-red-100\/90{
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.border-b-red-100\/95{
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.border-b-red-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-b-red-200\/0{
  border-bottom-color: rgb(254 202 202 / 0);
}

.border-b-red-200\/10{
  border-bottom-color: rgb(254 202 202 / 0.1);
}

.border-b-red-200\/100{
  border-bottom-color: rgb(254 202 202 / 1);
}

.border-b-red-200\/15{
  border-bottom-color: rgb(254 202 202 / 0.15);
}

.border-b-red-200\/20{
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.border-b-red-200\/25{
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.border-b-red-200\/30{
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.border-b-red-200\/35{
  border-bottom-color: rgb(254 202 202 / 0.35);
}

.border-b-red-200\/40{
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.border-b-red-200\/45{
  border-bottom-color: rgb(254 202 202 / 0.45);
}

.border-b-red-200\/5{
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.border-b-red-200\/50{
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.border-b-red-200\/55{
  border-bottom-color: rgb(254 202 202 / 0.55);
}

.border-b-red-200\/60{
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.border-b-red-200\/65{
  border-bottom-color: rgb(254 202 202 / 0.65);
}

.border-b-red-200\/70{
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.border-b-red-200\/75{
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.border-b-red-200\/80{
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.border-b-red-200\/85{
  border-bottom-color: rgb(254 202 202 / 0.85);
}

.border-b-red-200\/90{
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.border-b-red-200\/95{
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.border-b-red-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-b-red-300\/0{
  border-bottom-color: rgb(252 165 165 / 0);
}

.border-b-red-300\/10{
  border-bottom-color: rgb(252 165 165 / 0.1);
}

.border-b-red-300\/100{
  border-bottom-color: rgb(252 165 165 / 1);
}

.border-b-red-300\/15{
  border-bottom-color: rgb(252 165 165 / 0.15);
}

.border-b-red-300\/20{
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.border-b-red-300\/25{
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.border-b-red-300\/30{
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.border-b-red-300\/35{
  border-bottom-color: rgb(252 165 165 / 0.35);
}

.border-b-red-300\/40{
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.border-b-red-300\/45{
  border-bottom-color: rgb(252 165 165 / 0.45);
}

.border-b-red-300\/5{
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.border-b-red-300\/50{
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.border-b-red-300\/55{
  border-bottom-color: rgb(252 165 165 / 0.55);
}

.border-b-red-300\/60{
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.border-b-red-300\/65{
  border-bottom-color: rgb(252 165 165 / 0.65);
}

.border-b-red-300\/70{
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.border-b-red-300\/75{
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.border-b-red-300\/80{
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.border-b-red-300\/85{
  border-bottom-color: rgb(252 165 165 / 0.85);
}

.border-b-red-300\/90{
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.border-b-red-300\/95{
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.border-b-red-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-b-red-400\/0{
  border-bottom-color: rgb(248 113 113 / 0);
}

.border-b-red-400\/10{
  border-bottom-color: rgb(248 113 113 / 0.1);
}

.border-b-red-400\/100{
  border-bottom-color: rgb(248 113 113 / 1);
}

.border-b-red-400\/15{
  border-bottom-color: rgb(248 113 113 / 0.15);
}

.border-b-red-400\/20{
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.border-b-red-400\/25{
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.border-b-red-400\/30{
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.border-b-red-400\/35{
  border-bottom-color: rgb(248 113 113 / 0.35);
}

.border-b-red-400\/40{
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.border-b-red-400\/45{
  border-bottom-color: rgb(248 113 113 / 0.45);
}

.border-b-red-400\/5{
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.border-b-red-400\/50{
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.border-b-red-400\/55{
  border-bottom-color: rgb(248 113 113 / 0.55);
}

.border-b-red-400\/60{
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.border-b-red-400\/65{
  border-bottom-color: rgb(248 113 113 / 0.65);
}

.border-b-red-400\/70{
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.border-b-red-400\/75{
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.border-b-red-400\/80{
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.border-b-red-400\/85{
  border-bottom-color: rgb(248 113 113 / 0.85);
}

.border-b-red-400\/90{
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.border-b-red-400\/95{
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.border-b-red-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-b-red-50\/0{
  border-bottom-color: rgb(254 242 242 / 0);
}

.border-b-red-50\/10{
  border-bottom-color: rgb(254 242 242 / 0.1);
}

.border-b-red-50\/100{
  border-bottom-color: rgb(254 242 242 / 1);
}

.border-b-red-50\/15{
  border-bottom-color: rgb(254 242 242 / 0.15);
}

.border-b-red-50\/20{
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.border-b-red-50\/25{
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.border-b-red-50\/30{
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.border-b-red-50\/35{
  border-bottom-color: rgb(254 242 242 / 0.35);
}

.border-b-red-50\/40{
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.border-b-red-50\/45{
  border-bottom-color: rgb(254 242 242 / 0.45);
}

.border-b-red-50\/5{
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.border-b-red-50\/50{
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.border-b-red-50\/55{
  border-bottom-color: rgb(254 242 242 / 0.55);
}

.border-b-red-50\/60{
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.border-b-red-50\/65{
  border-bottom-color: rgb(254 242 242 / 0.65);
}

.border-b-red-50\/70{
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.border-b-red-50\/75{
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.border-b-red-50\/80{
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.border-b-red-50\/85{
  border-bottom-color: rgb(254 242 242 / 0.85);
}

.border-b-red-50\/90{
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.border-b-red-50\/95{
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.border-b-red-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-b-red-500\/0{
  border-bottom-color: rgb(239 68 68 / 0);
}

.border-b-red-500\/10{
  border-bottom-color: rgb(239 68 68 / 0.1);
}

.border-b-red-500\/100{
  border-bottom-color: rgb(239 68 68 / 1);
}

.border-b-red-500\/15{
  border-bottom-color: rgb(239 68 68 / 0.15);
}

.border-b-red-500\/20{
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.border-b-red-500\/25{
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.border-b-red-500\/30{
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.border-b-red-500\/35{
  border-bottom-color: rgb(239 68 68 / 0.35);
}

.border-b-red-500\/40{
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.border-b-red-500\/45{
  border-bottom-color: rgb(239 68 68 / 0.45);
}

.border-b-red-500\/5{
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.border-b-red-500\/50{
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.border-b-red-500\/55{
  border-bottom-color: rgb(239 68 68 / 0.55);
}

.border-b-red-500\/60{
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.border-b-red-500\/65{
  border-bottom-color: rgb(239 68 68 / 0.65);
}

.border-b-red-500\/70{
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.border-b-red-500\/75{
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.border-b-red-500\/80{
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.border-b-red-500\/85{
  border-bottom-color: rgb(239 68 68 / 0.85);
}

.border-b-red-500\/90{
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.border-b-red-500\/95{
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.border-b-red-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-b-red-600\/0{
  border-bottom-color: rgb(220 38 38 / 0);
}

.border-b-red-600\/10{
  border-bottom-color: rgb(220 38 38 / 0.1);
}

.border-b-red-600\/100{
  border-bottom-color: rgb(220 38 38 / 1);
}

.border-b-red-600\/15{
  border-bottom-color: rgb(220 38 38 / 0.15);
}

.border-b-red-600\/20{
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.border-b-red-600\/25{
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.border-b-red-600\/30{
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.border-b-red-600\/35{
  border-bottom-color: rgb(220 38 38 / 0.35);
}

.border-b-red-600\/40{
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.border-b-red-600\/45{
  border-bottom-color: rgb(220 38 38 / 0.45);
}

.border-b-red-600\/5{
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.border-b-red-600\/50{
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.border-b-red-600\/55{
  border-bottom-color: rgb(220 38 38 / 0.55);
}

.border-b-red-600\/60{
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.border-b-red-600\/65{
  border-bottom-color: rgb(220 38 38 / 0.65);
}

.border-b-red-600\/70{
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.border-b-red-600\/75{
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.border-b-red-600\/80{
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.border-b-red-600\/85{
  border-bottom-color: rgb(220 38 38 / 0.85);
}

.border-b-red-600\/90{
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.border-b-red-600\/95{
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.border-b-red-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-b-red-700\/0{
  border-bottom-color: rgb(185 28 28 / 0);
}

.border-b-red-700\/10{
  border-bottom-color: rgb(185 28 28 / 0.1);
}

.border-b-red-700\/100{
  border-bottom-color: rgb(185 28 28 / 1);
}

.border-b-red-700\/15{
  border-bottom-color: rgb(185 28 28 / 0.15);
}

.border-b-red-700\/20{
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.border-b-red-700\/25{
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.border-b-red-700\/30{
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.border-b-red-700\/35{
  border-bottom-color: rgb(185 28 28 / 0.35);
}

.border-b-red-700\/40{
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.border-b-red-700\/45{
  border-bottom-color: rgb(185 28 28 / 0.45);
}

.border-b-red-700\/5{
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.border-b-red-700\/50{
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.border-b-red-700\/55{
  border-bottom-color: rgb(185 28 28 / 0.55);
}

.border-b-red-700\/60{
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.border-b-red-700\/65{
  border-bottom-color: rgb(185 28 28 / 0.65);
}

.border-b-red-700\/70{
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.border-b-red-700\/75{
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.border-b-red-700\/80{
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.border-b-red-700\/85{
  border-bottom-color: rgb(185 28 28 / 0.85);
}

.border-b-red-700\/90{
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.border-b-red-700\/95{
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.border-b-red-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-b-red-800\/0{
  border-bottom-color: rgb(153 27 27 / 0);
}

.border-b-red-800\/10{
  border-bottom-color: rgb(153 27 27 / 0.1);
}

.border-b-red-800\/100{
  border-bottom-color: rgb(153 27 27 / 1);
}

.border-b-red-800\/15{
  border-bottom-color: rgb(153 27 27 / 0.15);
}

.border-b-red-800\/20{
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.border-b-red-800\/25{
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.border-b-red-800\/30{
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.border-b-red-800\/35{
  border-bottom-color: rgb(153 27 27 / 0.35);
}

.border-b-red-800\/40{
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.border-b-red-800\/45{
  border-bottom-color: rgb(153 27 27 / 0.45);
}

.border-b-red-800\/5{
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.border-b-red-800\/50{
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.border-b-red-800\/55{
  border-bottom-color: rgb(153 27 27 / 0.55);
}

.border-b-red-800\/60{
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.border-b-red-800\/65{
  border-bottom-color: rgb(153 27 27 / 0.65);
}

.border-b-red-800\/70{
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.border-b-red-800\/75{
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.border-b-red-800\/80{
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.border-b-red-800\/85{
  border-bottom-color: rgb(153 27 27 / 0.85);
}

.border-b-red-800\/90{
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.border-b-red-800\/95{
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.border-b-red-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-b-red-900\/0{
  border-bottom-color: rgb(127 29 29 / 0);
}

.border-b-red-900\/10{
  border-bottom-color: rgb(127 29 29 / 0.1);
}

.border-b-red-900\/100{
  border-bottom-color: rgb(127 29 29 / 1);
}

.border-b-red-900\/15{
  border-bottom-color: rgb(127 29 29 / 0.15);
}

.border-b-red-900\/20{
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.border-b-red-900\/25{
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.border-b-red-900\/30{
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.border-b-red-900\/35{
  border-bottom-color: rgb(127 29 29 / 0.35);
}

.border-b-red-900\/40{
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.border-b-red-900\/45{
  border-bottom-color: rgb(127 29 29 / 0.45);
}

.border-b-red-900\/5{
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.border-b-red-900\/50{
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.border-b-red-900\/55{
  border-bottom-color: rgb(127 29 29 / 0.55);
}

.border-b-red-900\/60{
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.border-b-red-900\/65{
  border-bottom-color: rgb(127 29 29 / 0.65);
}

.border-b-red-900\/70{
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.border-b-red-900\/75{
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.border-b-red-900\/80{
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.border-b-red-900\/85{
  border-bottom-color: rgb(127 29 29 / 0.85);
}

.border-b-red-900\/90{
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.border-b-red-900\/95{
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.border-b-red-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-b-red-950\/0{
  border-bottom-color: rgb(69 10 10 / 0);
}

.border-b-red-950\/10{
  border-bottom-color: rgb(69 10 10 / 0.1);
}

.border-b-red-950\/100{
  border-bottom-color: rgb(69 10 10 / 1);
}

.border-b-red-950\/15{
  border-bottom-color: rgb(69 10 10 / 0.15);
}

.border-b-red-950\/20{
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.border-b-red-950\/25{
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.border-b-red-950\/30{
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.border-b-red-950\/35{
  border-bottom-color: rgb(69 10 10 / 0.35);
}

.border-b-red-950\/40{
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.border-b-red-950\/45{
  border-bottom-color: rgb(69 10 10 / 0.45);
}

.border-b-red-950\/5{
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.border-b-red-950\/50{
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.border-b-red-950\/55{
  border-bottom-color: rgb(69 10 10 / 0.55);
}

.border-b-red-950\/60{
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.border-b-red-950\/65{
  border-bottom-color: rgb(69 10 10 / 0.65);
}

.border-b-red-950\/70{
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.border-b-red-950\/75{
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.border-b-red-950\/80{
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.border-b-red-950\/85{
  border-bottom-color: rgb(69 10 10 / 0.85);
}

.border-b-red-950\/90{
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.border-b-red-950\/95{
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.border-b-rose-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-b-rose-100\/0{
  border-bottom-color: rgb(255 228 230 / 0);
}

.border-b-rose-100\/10{
  border-bottom-color: rgb(255 228 230 / 0.1);
}

.border-b-rose-100\/100{
  border-bottom-color: rgb(255 228 230 / 1);
}

.border-b-rose-100\/15{
  border-bottom-color: rgb(255 228 230 / 0.15);
}

.border-b-rose-100\/20{
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.border-b-rose-100\/25{
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.border-b-rose-100\/30{
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.border-b-rose-100\/35{
  border-bottom-color: rgb(255 228 230 / 0.35);
}

.border-b-rose-100\/40{
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.border-b-rose-100\/45{
  border-bottom-color: rgb(255 228 230 / 0.45);
}

.border-b-rose-100\/5{
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.border-b-rose-100\/50{
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.border-b-rose-100\/55{
  border-bottom-color: rgb(255 228 230 / 0.55);
}

.border-b-rose-100\/60{
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.border-b-rose-100\/65{
  border-bottom-color: rgb(255 228 230 / 0.65);
}

.border-b-rose-100\/70{
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.border-b-rose-100\/75{
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.border-b-rose-100\/80{
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.border-b-rose-100\/85{
  border-bottom-color: rgb(255 228 230 / 0.85);
}

.border-b-rose-100\/90{
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.border-b-rose-100\/95{
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.border-b-rose-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-b-rose-200\/0{
  border-bottom-color: rgb(254 205 211 / 0);
}

.border-b-rose-200\/10{
  border-bottom-color: rgb(254 205 211 / 0.1);
}

.border-b-rose-200\/100{
  border-bottom-color: rgb(254 205 211 / 1);
}

.border-b-rose-200\/15{
  border-bottom-color: rgb(254 205 211 / 0.15);
}

.border-b-rose-200\/20{
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.border-b-rose-200\/25{
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.border-b-rose-200\/30{
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.border-b-rose-200\/35{
  border-bottom-color: rgb(254 205 211 / 0.35);
}

.border-b-rose-200\/40{
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.border-b-rose-200\/45{
  border-bottom-color: rgb(254 205 211 / 0.45);
}

.border-b-rose-200\/5{
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.border-b-rose-200\/50{
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.border-b-rose-200\/55{
  border-bottom-color: rgb(254 205 211 / 0.55);
}

.border-b-rose-200\/60{
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.border-b-rose-200\/65{
  border-bottom-color: rgb(254 205 211 / 0.65);
}

.border-b-rose-200\/70{
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.border-b-rose-200\/75{
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.border-b-rose-200\/80{
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.border-b-rose-200\/85{
  border-bottom-color: rgb(254 205 211 / 0.85);
}

.border-b-rose-200\/90{
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.border-b-rose-200\/95{
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.border-b-rose-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-b-rose-300\/0{
  border-bottom-color: rgb(253 164 175 / 0);
}

.border-b-rose-300\/10{
  border-bottom-color: rgb(253 164 175 / 0.1);
}

.border-b-rose-300\/100{
  border-bottom-color: rgb(253 164 175 / 1);
}

.border-b-rose-300\/15{
  border-bottom-color: rgb(253 164 175 / 0.15);
}

.border-b-rose-300\/20{
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.border-b-rose-300\/25{
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.border-b-rose-300\/30{
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.border-b-rose-300\/35{
  border-bottom-color: rgb(253 164 175 / 0.35);
}

.border-b-rose-300\/40{
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.border-b-rose-300\/45{
  border-bottom-color: rgb(253 164 175 / 0.45);
}

.border-b-rose-300\/5{
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.border-b-rose-300\/50{
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.border-b-rose-300\/55{
  border-bottom-color: rgb(253 164 175 / 0.55);
}

.border-b-rose-300\/60{
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.border-b-rose-300\/65{
  border-bottom-color: rgb(253 164 175 / 0.65);
}

.border-b-rose-300\/70{
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.border-b-rose-300\/75{
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.border-b-rose-300\/80{
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.border-b-rose-300\/85{
  border-bottom-color: rgb(253 164 175 / 0.85);
}

.border-b-rose-300\/90{
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.border-b-rose-300\/95{
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.border-b-rose-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-b-rose-400\/0{
  border-bottom-color: rgb(251 113 133 / 0);
}

.border-b-rose-400\/10{
  border-bottom-color: rgb(251 113 133 / 0.1);
}

.border-b-rose-400\/100{
  border-bottom-color: rgb(251 113 133 / 1);
}

.border-b-rose-400\/15{
  border-bottom-color: rgb(251 113 133 / 0.15);
}

.border-b-rose-400\/20{
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.border-b-rose-400\/25{
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.border-b-rose-400\/30{
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.border-b-rose-400\/35{
  border-bottom-color: rgb(251 113 133 / 0.35);
}

.border-b-rose-400\/40{
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.border-b-rose-400\/45{
  border-bottom-color: rgb(251 113 133 / 0.45);
}

.border-b-rose-400\/5{
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.border-b-rose-400\/50{
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.border-b-rose-400\/55{
  border-bottom-color: rgb(251 113 133 / 0.55);
}

.border-b-rose-400\/60{
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.border-b-rose-400\/65{
  border-bottom-color: rgb(251 113 133 / 0.65);
}

.border-b-rose-400\/70{
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.border-b-rose-400\/75{
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.border-b-rose-400\/80{
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.border-b-rose-400\/85{
  border-bottom-color: rgb(251 113 133 / 0.85);
}

.border-b-rose-400\/90{
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.border-b-rose-400\/95{
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.border-b-rose-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-b-rose-50\/0{
  border-bottom-color: rgb(255 241 242 / 0);
}

.border-b-rose-50\/10{
  border-bottom-color: rgb(255 241 242 / 0.1);
}

.border-b-rose-50\/100{
  border-bottom-color: rgb(255 241 242 / 1);
}

.border-b-rose-50\/15{
  border-bottom-color: rgb(255 241 242 / 0.15);
}

.border-b-rose-50\/20{
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.border-b-rose-50\/25{
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.border-b-rose-50\/30{
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.border-b-rose-50\/35{
  border-bottom-color: rgb(255 241 242 / 0.35);
}

.border-b-rose-50\/40{
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.border-b-rose-50\/45{
  border-bottom-color: rgb(255 241 242 / 0.45);
}

.border-b-rose-50\/5{
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.border-b-rose-50\/50{
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.border-b-rose-50\/55{
  border-bottom-color: rgb(255 241 242 / 0.55);
}

.border-b-rose-50\/60{
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.border-b-rose-50\/65{
  border-bottom-color: rgb(255 241 242 / 0.65);
}

.border-b-rose-50\/70{
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.border-b-rose-50\/75{
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.border-b-rose-50\/80{
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.border-b-rose-50\/85{
  border-bottom-color: rgb(255 241 242 / 0.85);
}

.border-b-rose-50\/90{
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.border-b-rose-50\/95{
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.border-b-rose-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-b-rose-500\/0{
  border-bottom-color: rgb(244 63 94 / 0);
}

.border-b-rose-500\/10{
  border-bottom-color: rgb(244 63 94 / 0.1);
}

.border-b-rose-500\/100{
  border-bottom-color: rgb(244 63 94 / 1);
}

.border-b-rose-500\/15{
  border-bottom-color: rgb(244 63 94 / 0.15);
}

.border-b-rose-500\/20{
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.border-b-rose-500\/25{
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.border-b-rose-500\/30{
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.border-b-rose-500\/35{
  border-bottom-color: rgb(244 63 94 / 0.35);
}

.border-b-rose-500\/40{
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.border-b-rose-500\/45{
  border-bottom-color: rgb(244 63 94 / 0.45);
}

.border-b-rose-500\/5{
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.border-b-rose-500\/50{
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.border-b-rose-500\/55{
  border-bottom-color: rgb(244 63 94 / 0.55);
}

.border-b-rose-500\/60{
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.border-b-rose-500\/65{
  border-bottom-color: rgb(244 63 94 / 0.65);
}

.border-b-rose-500\/70{
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.border-b-rose-500\/75{
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.border-b-rose-500\/80{
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.border-b-rose-500\/85{
  border-bottom-color: rgb(244 63 94 / 0.85);
}

.border-b-rose-500\/90{
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.border-b-rose-500\/95{
  border-bottom-color: rgb(244 63 94 / 0.95);
}

.border-b-rose-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-b-rose-600\/0{
  border-bottom-color: rgb(225 29 72 / 0);
}

.border-b-rose-600\/10{
  border-bottom-color: rgb(225 29 72 / 0.1);
}

.border-b-rose-600\/100{
  border-bottom-color: rgb(225 29 72 / 1);
}

.border-b-rose-600\/15{
  border-bottom-color: rgb(225 29 72 / 0.15);
}

.border-b-rose-600\/20{
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.border-b-rose-600\/25{
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.border-b-rose-600\/30{
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.border-b-rose-600\/35{
  border-bottom-color: rgb(225 29 72 / 0.35);
}

.border-b-rose-600\/40{
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.border-b-rose-600\/45{
  border-bottom-color: rgb(225 29 72 / 0.45);
}

.border-b-rose-600\/5{
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.border-b-rose-600\/50{
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.border-b-rose-600\/55{
  border-bottom-color: rgb(225 29 72 / 0.55);
}

.border-b-rose-600\/60{
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.border-b-rose-600\/65{
  border-bottom-color: rgb(225 29 72 / 0.65);
}

.border-b-rose-600\/70{
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.border-b-rose-600\/75{
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.border-b-rose-600\/80{
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.border-b-rose-600\/85{
  border-bottom-color: rgb(225 29 72 / 0.85);
}

.border-b-rose-600\/90{
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.border-b-rose-600\/95{
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.border-b-rose-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-b-rose-700\/0{
  border-bottom-color: rgb(190 18 60 / 0);
}

.border-b-rose-700\/10{
  border-bottom-color: rgb(190 18 60 / 0.1);
}

.border-b-rose-700\/100{
  border-bottom-color: rgb(190 18 60 / 1);
}

.border-b-rose-700\/15{
  border-bottom-color: rgb(190 18 60 / 0.15);
}

.border-b-rose-700\/20{
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.border-b-rose-700\/25{
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.border-b-rose-700\/30{
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.border-b-rose-700\/35{
  border-bottom-color: rgb(190 18 60 / 0.35);
}

.border-b-rose-700\/40{
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.border-b-rose-700\/45{
  border-bottom-color: rgb(190 18 60 / 0.45);
}

.border-b-rose-700\/5{
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.border-b-rose-700\/50{
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.border-b-rose-700\/55{
  border-bottom-color: rgb(190 18 60 / 0.55);
}

.border-b-rose-700\/60{
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.border-b-rose-700\/65{
  border-bottom-color: rgb(190 18 60 / 0.65);
}

.border-b-rose-700\/70{
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.border-b-rose-700\/75{
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.border-b-rose-700\/80{
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.border-b-rose-700\/85{
  border-bottom-color: rgb(190 18 60 / 0.85);
}

.border-b-rose-700\/90{
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.border-b-rose-700\/95{
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.border-b-rose-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-b-rose-800\/0{
  border-bottom-color: rgb(159 18 57 / 0);
}

.border-b-rose-800\/10{
  border-bottom-color: rgb(159 18 57 / 0.1);
}

.border-b-rose-800\/100{
  border-bottom-color: rgb(159 18 57 / 1);
}

.border-b-rose-800\/15{
  border-bottom-color: rgb(159 18 57 / 0.15);
}

.border-b-rose-800\/20{
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.border-b-rose-800\/25{
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.border-b-rose-800\/30{
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.border-b-rose-800\/35{
  border-bottom-color: rgb(159 18 57 / 0.35);
}

.border-b-rose-800\/40{
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.border-b-rose-800\/45{
  border-bottom-color: rgb(159 18 57 / 0.45);
}

.border-b-rose-800\/5{
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.border-b-rose-800\/50{
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.border-b-rose-800\/55{
  border-bottom-color: rgb(159 18 57 / 0.55);
}

.border-b-rose-800\/60{
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.border-b-rose-800\/65{
  border-bottom-color: rgb(159 18 57 / 0.65);
}

.border-b-rose-800\/70{
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.border-b-rose-800\/75{
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.border-b-rose-800\/80{
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.border-b-rose-800\/85{
  border-bottom-color: rgb(159 18 57 / 0.85);
}

.border-b-rose-800\/90{
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.border-b-rose-800\/95{
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.border-b-rose-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-b-rose-900\/0{
  border-bottom-color: rgb(136 19 55 / 0);
}

.border-b-rose-900\/10{
  border-bottom-color: rgb(136 19 55 / 0.1);
}

.border-b-rose-900\/100{
  border-bottom-color: rgb(136 19 55 / 1);
}

.border-b-rose-900\/15{
  border-bottom-color: rgb(136 19 55 / 0.15);
}

.border-b-rose-900\/20{
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.border-b-rose-900\/25{
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.border-b-rose-900\/30{
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.border-b-rose-900\/35{
  border-bottom-color: rgb(136 19 55 / 0.35);
}

.border-b-rose-900\/40{
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.border-b-rose-900\/45{
  border-bottom-color: rgb(136 19 55 / 0.45);
}

.border-b-rose-900\/5{
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.border-b-rose-900\/50{
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.border-b-rose-900\/55{
  border-bottom-color: rgb(136 19 55 / 0.55);
}

.border-b-rose-900\/60{
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.border-b-rose-900\/65{
  border-bottom-color: rgb(136 19 55 / 0.65);
}

.border-b-rose-900\/70{
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.border-b-rose-900\/75{
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.border-b-rose-900\/80{
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.border-b-rose-900\/85{
  border-bottom-color: rgb(136 19 55 / 0.85);
}

.border-b-rose-900\/90{
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.border-b-rose-900\/95{
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.border-b-rose-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-b-rose-950\/0{
  border-bottom-color: rgb(76 5 25 / 0);
}

.border-b-rose-950\/10{
  border-bottom-color: rgb(76 5 25 / 0.1);
}

.border-b-rose-950\/100{
  border-bottom-color: rgb(76 5 25 / 1);
}

.border-b-rose-950\/15{
  border-bottom-color: rgb(76 5 25 / 0.15);
}

.border-b-rose-950\/20{
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.border-b-rose-950\/25{
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.border-b-rose-950\/30{
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.border-b-rose-950\/35{
  border-bottom-color: rgb(76 5 25 / 0.35);
}

.border-b-rose-950\/40{
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.border-b-rose-950\/45{
  border-bottom-color: rgb(76 5 25 / 0.45);
}

.border-b-rose-950\/5{
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.border-b-rose-950\/50{
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.border-b-rose-950\/55{
  border-bottom-color: rgb(76 5 25 / 0.55);
}

.border-b-rose-950\/60{
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.border-b-rose-950\/65{
  border-bottom-color: rgb(76 5 25 / 0.65);
}

.border-b-rose-950\/70{
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.border-b-rose-950\/75{
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.border-b-rose-950\/80{
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.border-b-rose-950\/85{
  border-bottom-color: rgb(76 5 25 / 0.85);
}

.border-b-rose-950\/90{
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.border-b-rose-950\/95{
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.border-b-secondary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.border-b-secondary\/0{
  border-bottom-color: rgb(141 147 167 / 0);
}

.border-b-secondary\/10{
  border-bottom-color: rgb(141 147 167 / 0.1);
}

.border-b-secondary\/100{
  border-bottom-color: rgb(141 147 167 / 1);
}

.border-b-secondary\/15{
  border-bottom-color: rgb(141 147 167 / 0.15);
}

.border-b-secondary\/20{
  border-bottom-color: rgb(141 147 167 / 0.2);
}

.border-b-secondary\/25{
  border-bottom-color: rgb(141 147 167 / 0.25);
}

.border-b-secondary\/30{
  border-bottom-color: rgb(141 147 167 / 0.3);
}

.border-b-secondary\/35{
  border-bottom-color: rgb(141 147 167 / 0.35);
}

.border-b-secondary\/40{
  border-bottom-color: rgb(141 147 167 / 0.4);
}

.border-b-secondary\/45{
  border-bottom-color: rgb(141 147 167 / 0.45);
}

.border-b-secondary\/5{
  border-bottom-color: rgb(141 147 167 / 0.05);
}

.border-b-secondary\/50{
  border-bottom-color: rgb(141 147 167 / 0.5);
}

.border-b-secondary\/55{
  border-bottom-color: rgb(141 147 167 / 0.55);
}

.border-b-secondary\/60{
  border-bottom-color: rgb(141 147 167 / 0.6);
}

.border-b-secondary\/65{
  border-bottom-color: rgb(141 147 167 / 0.65);
}

.border-b-secondary\/70{
  border-bottom-color: rgb(141 147 167 / 0.7);
}

.border-b-secondary\/75{
  border-bottom-color: rgb(141 147 167 / 0.75);
}

.border-b-secondary\/80{
  border-bottom-color: rgb(141 147 167 / 0.8);
}

.border-b-secondary\/85{
  border-bottom-color: rgb(141 147 167 / 0.85);
}

.border-b-secondary\/90{
  border-bottom-color: rgb(141 147 167 / 0.9);
}

.border-b-secondary\/95{
  border-bottom-color: rgb(141 147 167 / 0.95);
}

.border-b-senary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.border-b-senary\/0{
  border-bottom-color: rgb(73 134 231 / 0);
}

.border-b-senary\/10{
  border-bottom-color: rgb(73 134 231 / 0.1);
}

.border-b-senary\/100{
  border-bottom-color: rgb(73 134 231 / 1);
}

.border-b-senary\/15{
  border-bottom-color: rgb(73 134 231 / 0.15);
}

.border-b-senary\/20{
  border-bottom-color: rgb(73 134 231 / 0.2);
}

.border-b-senary\/25{
  border-bottom-color: rgb(73 134 231 / 0.25);
}

.border-b-senary\/30{
  border-bottom-color: rgb(73 134 231 / 0.3);
}

.border-b-senary\/35{
  border-bottom-color: rgb(73 134 231 / 0.35);
}

.border-b-senary\/40{
  border-bottom-color: rgb(73 134 231 / 0.4);
}

.border-b-senary\/45{
  border-bottom-color: rgb(73 134 231 / 0.45);
}

.border-b-senary\/5{
  border-bottom-color: rgb(73 134 231 / 0.05);
}

.border-b-senary\/50{
  border-bottom-color: rgb(73 134 231 / 0.5);
}

.border-b-senary\/55{
  border-bottom-color: rgb(73 134 231 / 0.55);
}

.border-b-senary\/60{
  border-bottom-color: rgb(73 134 231 / 0.6);
}

.border-b-senary\/65{
  border-bottom-color: rgb(73 134 231 / 0.65);
}

.border-b-senary\/70{
  border-bottom-color: rgb(73 134 231 / 0.7);
}

.border-b-senary\/75{
  border-bottom-color: rgb(73 134 231 / 0.75);
}

.border-b-senary\/80{
  border-bottom-color: rgb(73 134 231 / 0.8);
}

.border-b-senary\/85{
  border-bottom-color: rgb(73 134 231 / 0.85);
}

.border-b-senary\/90{
  border-bottom-color: rgb(73 134 231 / 0.9);
}

.border-b-senary\/95{
  border-bottom-color: rgb(73 134 231 / 0.95);
}

.border-b-septenary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.border-b-septenary\/0{
  border-bottom-color: rgb(49 88 129 / 0);
}

.border-b-septenary\/10{
  border-bottom-color: rgb(49 88 129 / 0.1);
}

.border-b-septenary\/100{
  border-bottom-color: rgb(49 88 129 / 1);
}

.border-b-septenary\/15{
  border-bottom-color: rgb(49 88 129 / 0.15);
}

.border-b-septenary\/20{
  border-bottom-color: rgb(49 88 129 / 0.2);
}

.border-b-septenary\/25{
  border-bottom-color: rgb(49 88 129 / 0.25);
}

.border-b-septenary\/30{
  border-bottom-color: rgb(49 88 129 / 0.3);
}

.border-b-septenary\/35{
  border-bottom-color: rgb(49 88 129 / 0.35);
}

.border-b-septenary\/40{
  border-bottom-color: rgb(49 88 129 / 0.4);
}

.border-b-septenary\/45{
  border-bottom-color: rgb(49 88 129 / 0.45);
}

.border-b-septenary\/5{
  border-bottom-color: rgb(49 88 129 / 0.05);
}

.border-b-septenary\/50{
  border-bottom-color: rgb(49 88 129 / 0.5);
}

.border-b-septenary\/55{
  border-bottom-color: rgb(49 88 129 / 0.55);
}

.border-b-septenary\/60{
  border-bottom-color: rgb(49 88 129 / 0.6);
}

.border-b-septenary\/65{
  border-bottom-color: rgb(49 88 129 / 0.65);
}

.border-b-septenary\/70{
  border-bottom-color: rgb(49 88 129 / 0.7);
}

.border-b-septenary\/75{
  border-bottom-color: rgb(49 88 129 / 0.75);
}

.border-b-septenary\/80{
  border-bottom-color: rgb(49 88 129 / 0.8);
}

.border-b-septenary\/85{
  border-bottom-color: rgb(49 88 129 / 0.85);
}

.border-b-septenary\/90{
  border-bottom-color: rgb(49 88 129 / 0.9);
}

.border-b-septenary\/95{
  border-bottom-color: rgb(49 88 129 / 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\/15{
  border-bottom-color: rgb(224 242 254 / 0.15);
}

.border-b-sky-100\/20{
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.border-b-sky-100\/25{
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.border-b-sky-100\/30{
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.border-b-sky-100\/35{
  border-bottom-color: rgb(224 242 254 / 0.35);
}

.border-b-sky-100\/40{
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.border-b-sky-100\/45{
  border-bottom-color: rgb(224 242 254 / 0.45);
}

.border-b-sky-100\/5{
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.border-b-sky-100\/50{
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.border-b-sky-100\/55{
  border-bottom-color: rgb(224 242 254 / 0.55);
}

.border-b-sky-100\/60{
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.border-b-sky-100\/65{
  border-bottom-color: rgb(224 242 254 / 0.65);
}

.border-b-sky-100\/70{
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.border-b-sky-100\/75{
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.border-b-sky-100\/80{
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.border-b-sky-100\/85{
  border-bottom-color: rgb(224 242 254 / 0.85);
}

.border-b-sky-100\/90{
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.border-b-sky-100\/95{
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.border-b-sky-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-b-sky-200\/0{
  border-bottom-color: rgb(186 230 253 / 0);
}

.border-b-sky-200\/10{
  border-bottom-color: rgb(186 230 253 / 0.1);
}

.border-b-sky-200\/100{
  border-bottom-color: rgb(186 230 253 / 1);
}

.border-b-sky-200\/15{
  border-bottom-color: rgb(186 230 253 / 0.15);
}

.border-b-sky-200\/20{
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.border-b-sky-200\/25{
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.border-b-sky-200\/30{
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.border-b-sky-200\/35{
  border-bottom-color: rgb(186 230 253 / 0.35);
}

.border-b-sky-200\/40{
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.border-b-sky-200\/45{
  border-bottom-color: rgb(186 230 253 / 0.45);
}

.border-b-sky-200\/5{
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.border-b-sky-200\/50{
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.border-b-sky-200\/55{
  border-bottom-color: rgb(186 230 253 / 0.55);
}

.border-b-sky-200\/60{
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.border-b-sky-200\/65{
  border-bottom-color: rgb(186 230 253 / 0.65);
}

.border-b-sky-200\/70{
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.border-b-sky-200\/75{
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.border-b-sky-200\/80{
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.border-b-sky-200\/85{
  border-bottom-color: rgb(186 230 253 / 0.85);
}

.border-b-sky-200\/90{
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.border-b-sky-200\/95{
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.border-b-sky-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-b-sky-300\/0{
  border-bottom-color: rgb(125 211 252 / 0);
}

.border-b-sky-300\/10{
  border-bottom-color: rgb(125 211 252 / 0.1);
}

.border-b-sky-300\/100{
  border-bottom-color: rgb(125 211 252 / 1);
}

.border-b-sky-300\/15{
  border-bottom-color: rgb(125 211 252 / 0.15);
}

.border-b-sky-300\/20{
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.border-b-sky-300\/25{
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.border-b-sky-300\/30{
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.border-b-sky-300\/35{
  border-bottom-color: rgb(125 211 252 / 0.35);
}

.border-b-sky-300\/40{
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.border-b-sky-300\/45{
  border-bottom-color: rgb(125 211 252 / 0.45);
}

.border-b-sky-300\/5{
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.border-b-sky-300\/50{
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.border-b-sky-300\/55{
  border-bottom-color: rgb(125 211 252 / 0.55);
}

.border-b-sky-300\/60{
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.border-b-sky-300\/65{
  border-bottom-color: rgb(125 211 252 / 0.65);
}

.border-b-sky-300\/70{
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.border-b-sky-300\/75{
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.border-b-sky-300\/80{
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.border-b-sky-300\/85{
  border-bottom-color: rgb(125 211 252 / 0.85);
}

.border-b-sky-300\/90{
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.border-b-sky-300\/95{
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.border-b-sky-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-b-sky-400\/0{
  border-bottom-color: rgb(56 189 248 / 0);
}

.border-b-sky-400\/10{
  border-bottom-color: rgb(56 189 248 / 0.1);
}

.border-b-sky-400\/100{
  border-bottom-color: rgb(56 189 248 / 1);
}

.border-b-sky-400\/15{
  border-bottom-color: rgb(56 189 248 / 0.15);
}

.border-b-sky-400\/20{
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.border-b-sky-400\/25{
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.border-b-sky-400\/30{
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.border-b-sky-400\/35{
  border-bottom-color: rgb(56 189 248 / 0.35);
}

.border-b-sky-400\/40{
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.border-b-sky-400\/45{
  border-bottom-color: rgb(56 189 248 / 0.45);
}

.border-b-sky-400\/5{
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.border-b-sky-400\/50{
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.border-b-sky-400\/55{
  border-bottom-color: rgb(56 189 248 / 0.55);
}

.border-b-sky-400\/60{
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.border-b-sky-400\/65{
  border-bottom-color: rgb(56 189 248 / 0.65);
}

.border-b-sky-400\/70{
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.border-b-sky-400\/75{
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.border-b-sky-400\/80{
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.border-b-sky-400\/85{
  border-bottom-color: rgb(56 189 248 / 0.85);
}

.border-b-sky-400\/90{
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.border-b-sky-400\/95{
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.border-b-sky-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-b-sky-50\/0{
  border-bottom-color: rgb(240 249 255 / 0);
}

.border-b-sky-50\/10{
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.border-b-sky-50\/100{
  border-bottom-color: rgb(240 249 255 / 1);
}

.border-b-sky-50\/15{
  border-bottom-color: rgb(240 249 255 / 0.15);
}

.border-b-sky-50\/20{
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.border-b-sky-50\/25{
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.border-b-sky-50\/30{
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.border-b-sky-50\/35{
  border-bottom-color: rgb(240 249 255 / 0.35);
}

.border-b-sky-50\/40{
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.border-b-sky-50\/45{
  border-bottom-color: rgb(240 249 255 / 0.45);
}

.border-b-sky-50\/5{
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.border-b-sky-50\/50{
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.border-b-sky-50\/55{
  border-bottom-color: rgb(240 249 255 / 0.55);
}

.border-b-sky-50\/60{
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.border-b-sky-50\/65{
  border-bottom-color: rgb(240 249 255 / 0.65);
}

.border-b-sky-50\/70{
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.border-b-sky-50\/75{
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.border-b-sky-50\/80{
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.border-b-sky-50\/85{
  border-bottom-color: rgb(240 249 255 / 0.85);
}

.border-b-sky-50\/90{
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.border-b-sky-50\/95{
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.border-b-sky-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-b-sky-500\/0{
  border-bottom-color: rgb(14 165 233 / 0);
}

.border-b-sky-500\/10{
  border-bottom-color: rgb(14 165 233 / 0.1);
}

.border-b-sky-500\/100{
  border-bottom-color: rgb(14 165 233 / 1);
}

.border-b-sky-500\/15{
  border-bottom-color: rgb(14 165 233 / 0.15);
}

.border-b-sky-500\/20{
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.border-b-sky-500\/25{
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.border-b-sky-500\/30{
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.border-b-sky-500\/35{
  border-bottom-color: rgb(14 165 233 / 0.35);
}

.border-b-sky-500\/40{
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.border-b-sky-500\/45{
  border-bottom-color: rgb(14 165 233 / 0.45);
}

.border-b-sky-500\/5{
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.border-b-sky-500\/50{
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.border-b-sky-500\/55{
  border-bottom-color: rgb(14 165 233 / 0.55);
}

.border-b-sky-500\/60{
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.border-b-sky-500\/65{
  border-bottom-color: rgb(14 165 233 / 0.65);
}

.border-b-sky-500\/70{
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.border-b-sky-500\/75{
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.border-b-sky-500\/80{
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.border-b-sky-500\/85{
  border-bottom-color: rgb(14 165 233 / 0.85);
}

.border-b-sky-500\/90{
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.border-b-sky-500\/95{
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.border-b-sky-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-b-sky-600\/0{
  border-bottom-color: rgb(2 132 199 / 0);
}

.border-b-sky-600\/10{
  border-bottom-color: rgb(2 132 199 / 0.1);
}

.border-b-sky-600\/100{
  border-bottom-color: rgb(2 132 199 / 1);
}

.border-b-sky-600\/15{
  border-bottom-color: rgb(2 132 199 / 0.15);
}

.border-b-sky-600\/20{
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.border-b-sky-600\/25{
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.border-b-sky-600\/30{
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.border-b-sky-600\/35{
  border-bottom-color: rgb(2 132 199 / 0.35);
}

.border-b-sky-600\/40{
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.border-b-sky-600\/45{
  border-bottom-color: rgb(2 132 199 / 0.45);
}

.border-b-sky-600\/5{
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.border-b-sky-600\/50{
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.border-b-sky-600\/55{
  border-bottom-color: rgb(2 132 199 / 0.55);
}

.border-b-sky-600\/60{
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.border-b-sky-600\/65{
  border-bottom-color: rgb(2 132 199 / 0.65);
}

.border-b-sky-600\/70{
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.border-b-sky-600\/75{
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.border-b-sky-600\/80{
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.border-b-sky-600\/85{
  border-bottom-color: rgb(2 132 199 / 0.85);
}

.border-b-sky-600\/90{
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.border-b-sky-600\/95{
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.border-b-sky-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-b-sky-700\/0{
  border-bottom-color: rgb(3 105 161 / 0);
}

.border-b-sky-700\/10{
  border-bottom-color: rgb(3 105 161 / 0.1);
}

.border-b-sky-700\/100{
  border-bottom-color: rgb(3 105 161 / 1);
}

.border-b-sky-700\/15{
  border-bottom-color: rgb(3 105 161 / 0.15);
}

.border-b-sky-700\/20{
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.border-b-sky-700\/25{
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.border-b-sky-700\/30{
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.border-b-sky-700\/35{
  border-bottom-color: rgb(3 105 161 / 0.35);
}

.border-b-sky-700\/40{
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.border-b-sky-700\/45{
  border-bottom-color: rgb(3 105 161 / 0.45);
}

.border-b-sky-700\/5{
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.border-b-sky-700\/50{
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.border-b-sky-700\/55{
  border-bottom-color: rgb(3 105 161 / 0.55);
}

.border-b-sky-700\/60{
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.border-b-sky-700\/65{
  border-bottom-color: rgb(3 105 161 / 0.65);
}

.border-b-sky-700\/70{
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.border-b-sky-700\/75{
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.border-b-sky-700\/80{
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.border-b-sky-700\/85{
  border-bottom-color: rgb(3 105 161 / 0.85);
}

.border-b-sky-700\/90{
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.border-b-sky-700\/95{
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.border-b-sky-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-b-sky-800\/0{
  border-bottom-color: rgb(7 89 133 / 0);
}

.border-b-sky-800\/10{
  border-bottom-color: rgb(7 89 133 / 0.1);
}

.border-b-sky-800\/100{
  border-bottom-color: rgb(7 89 133 / 1);
}

.border-b-sky-800\/15{
  border-bottom-color: rgb(7 89 133 / 0.15);
}

.border-b-sky-800\/20{
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.border-b-sky-800\/25{
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.border-b-sky-800\/30{
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.border-b-sky-800\/35{
  border-bottom-color: rgb(7 89 133 / 0.35);
}

.border-b-sky-800\/40{
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.border-b-sky-800\/45{
  border-bottom-color: rgb(7 89 133 / 0.45);
}

.border-b-sky-800\/5{
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.border-b-sky-800\/50{
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.border-b-sky-800\/55{
  border-bottom-color: rgb(7 89 133 / 0.55);
}

.border-b-sky-800\/60{
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.border-b-sky-800\/65{
  border-bottom-color: rgb(7 89 133 / 0.65);
}

.border-b-sky-800\/70{
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.border-b-sky-800\/75{
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.border-b-sky-800\/80{
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.border-b-sky-800\/85{
  border-bottom-color: rgb(7 89 133 / 0.85);
}

.border-b-sky-800\/90{
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.border-b-sky-800\/95{
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.border-b-sky-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-b-sky-900\/0{
  border-bottom-color: rgb(12 74 110 / 0);
}

.border-b-sky-900\/10{
  border-bottom-color: rgb(12 74 110 / 0.1);
}

.border-b-sky-900\/100{
  border-bottom-color: rgb(12 74 110 / 1);
}

.border-b-sky-900\/15{
  border-bottom-color: rgb(12 74 110 / 0.15);
}

.border-b-sky-900\/20{
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.border-b-sky-900\/25{
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.border-b-sky-900\/30{
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.border-b-sky-900\/35{
  border-bottom-color: rgb(12 74 110 / 0.35);
}

.border-b-sky-900\/40{
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.border-b-sky-900\/45{
  border-bottom-color: rgb(12 74 110 / 0.45);
}

.border-b-sky-900\/5{
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.border-b-sky-900\/50{
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.border-b-sky-900\/55{
  border-bottom-color: rgb(12 74 110 / 0.55);
}

.border-b-sky-900\/60{
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.border-b-sky-900\/65{
  border-bottom-color: rgb(12 74 110 / 0.65);
}

.border-b-sky-900\/70{
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.border-b-sky-900\/75{
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.border-b-sky-900\/80{
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.border-b-sky-900\/85{
  border-bottom-color: rgb(12 74 110 / 0.85);
}

.border-b-sky-900\/90{
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.border-b-sky-900\/95{
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.border-b-sky-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-b-sky-950\/0{
  border-bottom-color: rgb(8 47 73 / 0);
}

.border-b-sky-950\/10{
  border-bottom-color: rgb(8 47 73 / 0.1);
}

.border-b-sky-950\/100{
  border-bottom-color: rgb(8 47 73 / 1);
}

.border-b-sky-950\/15{
  border-bottom-color: rgb(8 47 73 / 0.15);
}

.border-b-sky-950\/20{
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.border-b-sky-950\/25{
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.border-b-sky-950\/30{
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.border-b-sky-950\/35{
  border-bottom-color: rgb(8 47 73 / 0.35);
}

.border-b-sky-950\/40{
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.border-b-sky-950\/45{
  border-bottom-color: rgb(8 47 73 / 0.45);
}

.border-b-sky-950\/5{
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.border-b-sky-950\/50{
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.border-b-sky-950\/55{
  border-bottom-color: rgb(8 47 73 / 0.55);
}

.border-b-sky-950\/60{
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.border-b-sky-950\/65{
  border-bottom-color: rgb(8 47 73 / 0.65);
}

.border-b-sky-950\/70{
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.border-b-sky-950\/75{
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.border-b-sky-950\/80{
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.border-b-sky-950\/85{
  border-bottom-color: rgb(8 47 73 / 0.85);
}

.border-b-sky-950\/90{
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.border-b-sky-950\/95{
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.border-b-slate-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-b-slate-100\/0{
  border-bottom-color: rgb(241 245 249 / 0);
}

.border-b-slate-100\/10{
  border-bottom-color: rgb(241 245 249 / 0.1);
}

.border-b-slate-100\/100{
  border-bottom-color: rgb(241 245 249 / 1);
}

.border-b-slate-100\/15{
  border-bottom-color: rgb(241 245 249 / 0.15);
}

.border-b-slate-100\/20{
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.border-b-slate-100\/25{
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.border-b-slate-100\/30{
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.border-b-slate-100\/35{
  border-bottom-color: rgb(241 245 249 / 0.35);
}

.border-b-slate-100\/40{
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.border-b-slate-100\/45{
  border-bottom-color: rgb(241 245 249 / 0.45);
}

.border-b-slate-100\/5{
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.border-b-slate-100\/50{
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.border-b-slate-100\/55{
  border-bottom-color: rgb(241 245 249 / 0.55);
}

.border-b-slate-100\/60{
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.border-b-slate-100\/65{
  border-bottom-color: rgb(241 245 249 / 0.65);
}

.border-b-slate-100\/70{
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.border-b-slate-100\/75{
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.border-b-slate-100\/80{
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.border-b-slate-100\/85{
  border-bottom-color: rgb(241 245 249 / 0.85);
}

.border-b-slate-100\/90{
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.border-b-slate-100\/95{
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.border-b-slate-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-b-slate-200\/0{
  border-bottom-color: rgb(226 232 240 / 0);
}

.border-b-slate-200\/10{
  border-bottom-color: rgb(226 232 240 / 0.1);
}

.border-b-slate-200\/100{
  border-bottom-color: rgb(226 232 240 / 1);
}

.border-b-slate-200\/15{
  border-bottom-color: rgb(226 232 240 / 0.15);
}

.border-b-slate-200\/20{
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.border-b-slate-200\/25{
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.border-b-slate-200\/30{
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.border-b-slate-200\/35{
  border-bottom-color: rgb(226 232 240 / 0.35);
}

.border-b-slate-200\/40{
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.border-b-slate-200\/45{
  border-bottom-color: rgb(226 232 240 / 0.45);
}

.border-b-slate-200\/5{
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.border-b-slate-200\/50{
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.border-b-slate-200\/55{
  border-bottom-color: rgb(226 232 240 / 0.55);
}

.border-b-slate-200\/60{
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.border-b-slate-200\/65{
  border-bottom-color: rgb(226 232 240 / 0.65);
}

.border-b-slate-200\/70{
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.border-b-slate-200\/75{
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.border-b-slate-200\/80{
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.border-b-slate-200\/85{
  border-bottom-color: rgb(226 232 240 / 0.85);
}

.border-b-slate-200\/90{
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.border-b-slate-200\/95{
  border-bottom-color: rgb(226 232 240 / 0.95);
}

.border-b-slate-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-b-slate-300\/0{
  border-bottom-color: rgb(203 213 225 / 0);
}

.border-b-slate-300\/10{
  border-bottom-color: rgb(203 213 225 / 0.1);
}

.border-b-slate-300\/100{
  border-bottom-color: rgb(203 213 225 / 1);
}

.border-b-slate-300\/15{
  border-bottom-color: rgb(203 213 225 / 0.15);
}

.border-b-slate-300\/20{
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.border-b-slate-300\/25{
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.border-b-slate-300\/30{
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.border-b-slate-300\/35{
  border-bottom-color: rgb(203 213 225 / 0.35);
}

.border-b-slate-300\/40{
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.border-b-slate-300\/45{
  border-bottom-color: rgb(203 213 225 / 0.45);
}

.border-b-slate-300\/5{
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.border-b-slate-300\/50{
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.border-b-slate-300\/55{
  border-bottom-color: rgb(203 213 225 / 0.55);
}

.border-b-slate-300\/60{
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.border-b-slate-300\/65{
  border-bottom-color: rgb(203 213 225 / 0.65);
}

.border-b-slate-300\/70{
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.border-b-slate-300\/75{
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.border-b-slate-300\/80{
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.border-b-slate-300\/85{
  border-bottom-color: rgb(203 213 225 / 0.85);
}

.border-b-slate-300\/90{
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.border-b-slate-300\/95{
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.border-b-slate-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-b-slate-400\/0{
  border-bottom-color: rgb(148 163 184 / 0);
}

.border-b-slate-400\/10{
  border-bottom-color: rgb(148 163 184 / 0.1);
}

.border-b-slate-400\/100{
  border-bottom-color: rgb(148 163 184 / 1);
}

.border-b-slate-400\/15{
  border-bottom-color: rgb(148 163 184 / 0.15);
}

.border-b-slate-400\/20{
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.border-b-slate-400\/25{
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.border-b-slate-400\/30{
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.border-b-slate-400\/35{
  border-bottom-color: rgb(148 163 184 / 0.35);
}

.border-b-slate-400\/40{
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.border-b-slate-400\/45{
  border-bottom-color: rgb(148 163 184 / 0.45);
}

.border-b-slate-400\/5{
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.border-b-slate-400\/50{
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.border-b-slate-400\/55{
  border-bottom-color: rgb(148 163 184 / 0.55);
}

.border-b-slate-400\/60{
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.border-b-slate-400\/65{
  border-bottom-color: rgb(148 163 184 / 0.65);
}

.border-b-slate-400\/70{
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.border-b-slate-400\/75{
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.border-b-slate-400\/80{
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.border-b-slate-400\/85{
  border-bottom-color: rgb(148 163 184 / 0.85);
}

.border-b-slate-400\/90{
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.border-b-slate-400\/95{
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.border-b-slate-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-b-slate-50\/0{
  border-bottom-color: rgb(248 250 252 / 0);
}

.border-b-slate-50\/10{
  border-bottom-color: rgb(248 250 252 / 0.1);
}

.border-b-slate-50\/100{
  border-bottom-color: rgb(248 250 252 / 1);
}

.border-b-slate-50\/15{
  border-bottom-color: rgb(248 250 252 / 0.15);
}

.border-b-slate-50\/20{
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.border-b-slate-50\/25{
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.border-b-slate-50\/30{
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.border-b-slate-50\/35{
  border-bottom-color: rgb(248 250 252 / 0.35);
}

.border-b-slate-50\/40{
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.border-b-slate-50\/45{
  border-bottom-color: rgb(248 250 252 / 0.45);
}

.border-b-slate-50\/5{
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.border-b-slate-50\/50{
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.border-b-slate-50\/55{
  border-bottom-color: rgb(248 250 252 / 0.55);
}

.border-b-slate-50\/60{
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.border-b-slate-50\/65{
  border-bottom-color: rgb(248 250 252 / 0.65);
}

.border-b-slate-50\/70{
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.border-b-slate-50\/75{
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.border-b-slate-50\/80{
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.border-b-slate-50\/85{
  border-bottom-color: rgb(248 250 252 / 0.85);
}

.border-b-slate-50\/90{
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.border-b-slate-50\/95{
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.border-b-slate-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-b-slate-500\/0{
  border-bottom-color: rgb(100 116 139 / 0);
}

.border-b-slate-500\/10{
  border-bottom-color: rgb(100 116 139 / 0.1);
}

.border-b-slate-500\/100{
  border-bottom-color: rgb(100 116 139 / 1);
}

.border-b-slate-500\/15{
  border-bottom-color: rgb(100 116 139 / 0.15);
}

.border-b-slate-500\/20{
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.border-b-slate-500\/25{
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.border-b-slate-500\/30{
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.border-b-slate-500\/35{
  border-bottom-color: rgb(100 116 139 / 0.35);
}

.border-b-slate-500\/40{
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.border-b-slate-500\/45{
  border-bottom-color: rgb(100 116 139 / 0.45);
}

.border-b-slate-500\/5{
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.border-b-slate-500\/50{
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.border-b-slate-500\/55{
  border-bottom-color: rgb(100 116 139 / 0.55);
}

.border-b-slate-500\/60{
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.border-b-slate-500\/65{
  border-bottom-color: rgb(100 116 139 / 0.65);
}

.border-b-slate-500\/70{
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.border-b-slate-500\/75{
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.border-b-slate-500\/80{
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.border-b-slate-500\/85{
  border-bottom-color: rgb(100 116 139 / 0.85);
}

.border-b-slate-500\/90{
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.border-b-slate-500\/95{
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.border-b-slate-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-b-slate-600\/0{
  border-bottom-color: rgb(71 85 105 / 0);
}

.border-b-slate-600\/10{
  border-bottom-color: rgb(71 85 105 / 0.1);
}

.border-b-slate-600\/100{
  border-bottom-color: rgb(71 85 105 / 1);
}

.border-b-slate-600\/15{
  border-bottom-color: rgb(71 85 105 / 0.15);
}

.border-b-slate-600\/20{
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.border-b-slate-600\/25{
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.border-b-slate-600\/30{
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.border-b-slate-600\/35{
  border-bottom-color: rgb(71 85 105 / 0.35);
}

.border-b-slate-600\/40{
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.border-b-slate-600\/45{
  border-bottom-color: rgb(71 85 105 / 0.45);
}

.border-b-slate-600\/5{
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.border-b-slate-600\/50{
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.border-b-slate-600\/55{
  border-bottom-color: rgb(71 85 105 / 0.55);
}

.border-b-slate-600\/60{
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.border-b-slate-600\/65{
  border-bottom-color: rgb(71 85 105 / 0.65);
}

.border-b-slate-600\/70{
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.border-b-slate-600\/75{
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.border-b-slate-600\/80{
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.border-b-slate-600\/85{
  border-bottom-color: rgb(71 85 105 / 0.85);
}

.border-b-slate-600\/90{
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.border-b-slate-600\/95{
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.border-b-slate-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-b-slate-700\/0{
  border-bottom-color: rgb(51 65 85 / 0);
}

.border-b-slate-700\/10{
  border-bottom-color: rgb(51 65 85 / 0.1);
}

.border-b-slate-700\/100{
  border-bottom-color: rgb(51 65 85 / 1);
}

.border-b-slate-700\/15{
  border-bottom-color: rgb(51 65 85 / 0.15);
}

.border-b-slate-700\/20{
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.border-b-slate-700\/25{
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.border-b-slate-700\/30{
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.border-b-slate-700\/35{
  border-bottom-color: rgb(51 65 85 / 0.35);
}

.border-b-slate-700\/40{
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.border-b-slate-700\/45{
  border-bottom-color: rgb(51 65 85 / 0.45);
}

.border-b-slate-700\/5{
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.border-b-slate-700\/50{
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.border-b-slate-700\/55{
  border-bottom-color: rgb(51 65 85 / 0.55);
}

.border-b-slate-700\/60{
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.border-b-slate-700\/65{
  border-bottom-color: rgb(51 65 85 / 0.65);
}

.border-b-slate-700\/70{
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.border-b-slate-700\/75{
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.border-b-slate-700\/80{
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.border-b-slate-700\/85{
  border-bottom-color: rgb(51 65 85 / 0.85);
}

.border-b-slate-700\/90{
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.border-b-slate-700\/95{
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.border-b-slate-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-b-slate-800\/0{
  border-bottom-color: rgb(30 41 59 / 0);
}

.border-b-slate-800\/10{
  border-bottom-color: rgb(30 41 59 / 0.1);
}

.border-b-slate-800\/100{
  border-bottom-color: rgb(30 41 59 / 1);
}

.border-b-slate-800\/15{
  border-bottom-color: rgb(30 41 59 / 0.15);
}

.border-b-slate-800\/20{
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.border-b-slate-800\/25{
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.border-b-slate-800\/30{
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.border-b-slate-800\/35{
  border-bottom-color: rgb(30 41 59 / 0.35);
}

.border-b-slate-800\/40{
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.border-b-slate-800\/45{
  border-bottom-color: rgb(30 41 59 / 0.45);
}

.border-b-slate-800\/5{
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.border-b-slate-800\/50{
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.border-b-slate-800\/55{
  border-bottom-color: rgb(30 41 59 / 0.55);
}

.border-b-slate-800\/60{
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.border-b-slate-800\/65{
  border-bottom-color: rgb(30 41 59 / 0.65);
}

.border-b-slate-800\/70{
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.border-b-slate-800\/75{
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.border-b-slate-800\/80{
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.border-b-slate-800\/85{
  border-bottom-color: rgb(30 41 59 / 0.85);
}

.border-b-slate-800\/90{
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.border-b-slate-800\/95{
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.border-b-slate-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-b-slate-900\/0{
  border-bottom-color: rgb(15 23 42 / 0);
}

.border-b-slate-900\/10{
  border-bottom-color: rgb(15 23 42 / 0.1);
}

.border-b-slate-900\/100{
  border-bottom-color: rgb(15 23 42 / 1);
}

.border-b-slate-900\/15{
  border-bottom-color: rgb(15 23 42 / 0.15);
}

.border-b-slate-900\/20{
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.border-b-slate-900\/25{
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.border-b-slate-900\/30{
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.border-b-slate-900\/35{
  border-bottom-color: rgb(15 23 42 / 0.35);
}

.border-b-slate-900\/40{
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.border-b-slate-900\/45{
  border-bottom-color: rgb(15 23 42 / 0.45);
}

.border-b-slate-900\/5{
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.border-b-slate-900\/50{
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.border-b-slate-900\/55{
  border-bottom-color: rgb(15 23 42 / 0.55);
}

.border-b-slate-900\/60{
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.border-b-slate-900\/65{
  border-bottom-color: rgb(15 23 42 / 0.65);
}

.border-b-slate-900\/70{
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.border-b-slate-900\/75{
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.border-b-slate-900\/80{
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.border-b-slate-900\/85{
  border-bottom-color: rgb(15 23 42 / 0.85);
}

.border-b-slate-900\/90{
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.border-b-slate-900\/95{
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.border-b-slate-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-b-slate-950\/0{
  border-bottom-color: rgb(2 6 23 / 0);
}

.border-b-slate-950\/10{
  border-bottom-color: rgb(2 6 23 / 0.1);
}

.border-b-slate-950\/100{
  border-bottom-color: rgb(2 6 23 / 1);
}

.border-b-slate-950\/15{
  border-bottom-color: rgb(2 6 23 / 0.15);
}

.border-b-slate-950\/20{
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.border-b-slate-950\/25{
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.border-b-slate-950\/30{
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.border-b-slate-950\/35{
  border-bottom-color: rgb(2 6 23 / 0.35);
}

.border-b-slate-950\/40{
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.border-b-slate-950\/45{
  border-bottom-color: rgb(2 6 23 / 0.45);
}

.border-b-slate-950\/5{
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.border-b-slate-950\/50{
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.border-b-slate-950\/55{
  border-bottom-color: rgb(2 6 23 / 0.55);
}

.border-b-slate-950\/60{
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.border-b-slate-950\/65{
  border-bottom-color: rgb(2 6 23 / 0.65);
}

.border-b-slate-950\/70{
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.border-b-slate-950\/75{
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.border-b-slate-950\/80{
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.border-b-slate-950\/85{
  border-bottom-color: rgb(2 6 23 / 0.85);
}

.border-b-slate-950\/90{
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.border-b-slate-950\/95{
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.border-b-stone-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-b-stone-100\/0{
  border-bottom-color: rgb(245 245 244 / 0);
}

.border-b-stone-100\/10{
  border-bottom-color: rgb(245 245 244 / 0.1);
}

.border-b-stone-100\/100{
  border-bottom-color: rgb(245 245 244 / 1);
}

.border-b-stone-100\/15{
  border-bottom-color: rgb(245 245 244 / 0.15);
}

.border-b-stone-100\/20{
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.border-b-stone-100\/25{
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.border-b-stone-100\/30{
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.border-b-stone-100\/35{
  border-bottom-color: rgb(245 245 244 / 0.35);
}

.border-b-stone-100\/40{
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.border-b-stone-100\/45{
  border-bottom-color: rgb(245 245 244 / 0.45);
}

.border-b-stone-100\/5{
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.border-b-stone-100\/50{
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.border-b-stone-100\/55{
  border-bottom-color: rgb(245 245 244 / 0.55);
}

.border-b-stone-100\/60{
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.border-b-stone-100\/65{
  border-bottom-color: rgb(245 245 244 / 0.65);
}

.border-b-stone-100\/70{
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.border-b-stone-100\/75{
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.border-b-stone-100\/80{
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.border-b-stone-100\/85{
  border-bottom-color: rgb(245 245 244 / 0.85);
}

.border-b-stone-100\/90{
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.border-b-stone-100\/95{
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.border-b-stone-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-b-stone-200\/0{
  border-bottom-color: rgb(231 229 228 / 0);
}

.border-b-stone-200\/10{
  border-bottom-color: rgb(231 229 228 / 0.1);
}

.border-b-stone-200\/100{
  border-bottom-color: rgb(231 229 228 / 1);
}

.border-b-stone-200\/15{
  border-bottom-color: rgb(231 229 228 / 0.15);
}

.border-b-stone-200\/20{
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.border-b-stone-200\/25{
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.border-b-stone-200\/30{
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.border-b-stone-200\/35{
  border-bottom-color: rgb(231 229 228 / 0.35);
}

.border-b-stone-200\/40{
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.border-b-stone-200\/45{
  border-bottom-color: rgb(231 229 228 / 0.45);
}

.border-b-stone-200\/5{
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.border-b-stone-200\/50{
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.border-b-stone-200\/55{
  border-bottom-color: rgb(231 229 228 / 0.55);
}

.border-b-stone-200\/60{
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.border-b-stone-200\/65{
  border-bottom-color: rgb(231 229 228 / 0.65);
}

.border-b-stone-200\/70{
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.border-b-stone-200\/75{
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.border-b-stone-200\/80{
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.border-b-stone-200\/85{
  border-bottom-color: rgb(231 229 228 / 0.85);
}

.border-b-stone-200\/90{
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.border-b-stone-200\/95{
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.border-b-stone-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-b-stone-300\/0{
  border-bottom-color: rgb(214 211 209 / 0);
}

.border-b-stone-300\/10{
  border-bottom-color: rgb(214 211 209 / 0.1);
}

.border-b-stone-300\/100{
  border-bottom-color: rgb(214 211 209 / 1);
}

.border-b-stone-300\/15{
  border-bottom-color: rgb(214 211 209 / 0.15);
}

.border-b-stone-300\/20{
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.border-b-stone-300\/25{
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.border-b-stone-300\/30{
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.border-b-stone-300\/35{
  border-bottom-color: rgb(214 211 209 / 0.35);
}

.border-b-stone-300\/40{
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.border-b-stone-300\/45{
  border-bottom-color: rgb(214 211 209 / 0.45);
}

.border-b-stone-300\/5{
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.border-b-stone-300\/50{
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.border-b-stone-300\/55{
  border-bottom-color: rgb(214 211 209 / 0.55);
}

.border-b-stone-300\/60{
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.border-b-stone-300\/65{
  border-bottom-color: rgb(214 211 209 / 0.65);
}

.border-b-stone-300\/70{
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.border-b-stone-300\/75{
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.border-b-stone-300\/80{
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.border-b-stone-300\/85{
  border-bottom-color: rgb(214 211 209 / 0.85);
}

.border-b-stone-300\/90{
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.border-b-stone-300\/95{
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.border-b-stone-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-b-stone-400\/0{
  border-bottom-color: rgb(168 162 158 / 0);
}

.border-b-stone-400\/10{
  border-bottom-color: rgb(168 162 158 / 0.1);
}

.border-b-stone-400\/100{
  border-bottom-color: rgb(168 162 158 / 1);
}

.border-b-stone-400\/15{
  border-bottom-color: rgb(168 162 158 / 0.15);
}

.border-b-stone-400\/20{
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.border-b-stone-400\/25{
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.border-b-stone-400\/30{
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.border-b-stone-400\/35{
  border-bottom-color: rgb(168 162 158 / 0.35);
}

.border-b-stone-400\/40{
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.border-b-stone-400\/45{
  border-bottom-color: rgb(168 162 158 / 0.45);
}

.border-b-stone-400\/5{
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.border-b-stone-400\/50{
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.border-b-stone-400\/55{
  border-bottom-color: rgb(168 162 158 / 0.55);
}

.border-b-stone-400\/60{
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.border-b-stone-400\/65{
  border-bottom-color: rgb(168 162 158 / 0.65);
}

.border-b-stone-400\/70{
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.border-b-stone-400\/75{
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.border-b-stone-400\/80{
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.border-b-stone-400\/85{
  border-bottom-color: rgb(168 162 158 / 0.85);
}

.border-b-stone-400\/90{
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.border-b-stone-400\/95{
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.border-b-stone-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-b-stone-50\/0{
  border-bottom-color: rgb(250 250 249 / 0);
}

.border-b-stone-50\/10{
  border-bottom-color: rgb(250 250 249 / 0.1);
}

.border-b-stone-50\/100{
  border-bottom-color: rgb(250 250 249 / 1);
}

.border-b-stone-50\/15{
  border-bottom-color: rgb(250 250 249 / 0.15);
}

.border-b-stone-50\/20{
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.border-b-stone-50\/25{
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.border-b-stone-50\/30{
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.border-b-stone-50\/35{
  border-bottom-color: rgb(250 250 249 / 0.35);
}

.border-b-stone-50\/40{
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.border-b-stone-50\/45{
  border-bottom-color: rgb(250 250 249 / 0.45);
}

.border-b-stone-50\/5{
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.border-b-stone-50\/50{
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.border-b-stone-50\/55{
  border-bottom-color: rgb(250 250 249 / 0.55);
}

.border-b-stone-50\/60{
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.border-b-stone-50\/65{
  border-bottom-color: rgb(250 250 249 / 0.65);
}

.border-b-stone-50\/70{
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.border-b-stone-50\/75{
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.border-b-stone-50\/80{
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.border-b-stone-50\/85{
  border-bottom-color: rgb(250 250 249 / 0.85);
}

.border-b-stone-50\/90{
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.border-b-stone-50\/95{
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.border-b-stone-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-b-stone-500\/0{
  border-bottom-color: rgb(120 113 108 / 0);
}

.border-b-stone-500\/10{
  border-bottom-color: rgb(120 113 108 / 0.1);
}

.border-b-stone-500\/100{
  border-bottom-color: rgb(120 113 108 / 1);
}

.border-b-stone-500\/15{
  border-bottom-color: rgb(120 113 108 / 0.15);
}

.border-b-stone-500\/20{
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.border-b-stone-500\/25{
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.border-b-stone-500\/30{
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.border-b-stone-500\/35{
  border-bottom-color: rgb(120 113 108 / 0.35);
}

.border-b-stone-500\/40{
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.border-b-stone-500\/45{
  border-bottom-color: rgb(120 113 108 / 0.45);
}

.border-b-stone-500\/5{
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.border-b-stone-500\/50{
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.border-b-stone-500\/55{
  border-bottom-color: rgb(120 113 108 / 0.55);
}

.border-b-stone-500\/60{
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.border-b-stone-500\/65{
  border-bottom-color: rgb(120 113 108 / 0.65);
}

.border-b-stone-500\/70{
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.border-b-stone-500\/75{
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.border-b-stone-500\/80{
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.border-b-stone-500\/85{
  border-bottom-color: rgb(120 113 108 / 0.85);
}

.border-b-stone-500\/90{
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.border-b-stone-500\/95{
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.border-b-stone-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-b-stone-600\/0{
  border-bottom-color: rgb(87 83 78 / 0);
}

.border-b-stone-600\/10{
  border-bottom-color: rgb(87 83 78 / 0.1);
}

.border-b-stone-600\/100{
  border-bottom-color: rgb(87 83 78 / 1);
}

.border-b-stone-600\/15{
  border-bottom-color: rgb(87 83 78 / 0.15);
}

.border-b-stone-600\/20{
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.border-b-stone-600\/25{
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.border-b-stone-600\/30{
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.border-b-stone-600\/35{
  border-bottom-color: rgb(87 83 78 / 0.35);
}

.border-b-stone-600\/40{
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.border-b-stone-600\/45{
  border-bottom-color: rgb(87 83 78 / 0.45);
}

.border-b-stone-600\/5{
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.border-b-stone-600\/50{
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.border-b-stone-600\/55{
  border-bottom-color: rgb(87 83 78 / 0.55);
}

.border-b-stone-600\/60{
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.border-b-stone-600\/65{
  border-bottom-color: rgb(87 83 78 / 0.65);
}

.border-b-stone-600\/70{
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.border-b-stone-600\/75{
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.border-b-stone-600\/80{
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.border-b-stone-600\/85{
  border-bottom-color: rgb(87 83 78 / 0.85);
}

.border-b-stone-600\/90{
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.border-b-stone-600\/95{
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.border-b-stone-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-b-stone-700\/0{
  border-bottom-color: rgb(68 64 60 / 0);
}

.border-b-stone-700\/10{
  border-bottom-color: rgb(68 64 60 / 0.1);
}

.border-b-stone-700\/100{
  border-bottom-color: rgb(68 64 60 / 1);
}

.border-b-stone-700\/15{
  border-bottom-color: rgb(68 64 60 / 0.15);
}

.border-b-stone-700\/20{
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.border-b-stone-700\/25{
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.border-b-stone-700\/30{
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.border-b-stone-700\/35{
  border-bottom-color: rgb(68 64 60 / 0.35);
}

.border-b-stone-700\/40{
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.border-b-stone-700\/45{
  border-bottom-color: rgb(68 64 60 / 0.45);
}

.border-b-stone-700\/5{
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.border-b-stone-700\/50{
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.border-b-stone-700\/55{
  border-bottom-color: rgb(68 64 60 / 0.55);
}

.border-b-stone-700\/60{
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.border-b-stone-700\/65{
  border-bottom-color: rgb(68 64 60 / 0.65);
}

.border-b-stone-700\/70{
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.border-b-stone-700\/75{
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.border-b-stone-700\/80{
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.border-b-stone-700\/85{
  border-bottom-color: rgb(68 64 60 / 0.85);
}

.border-b-stone-700\/90{
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.border-b-stone-700\/95{
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.border-b-stone-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-b-stone-800\/0{
  border-bottom-color: rgb(41 37 36 / 0);
}

.border-b-stone-800\/10{
  border-bottom-color: rgb(41 37 36 / 0.1);
}

.border-b-stone-800\/100{
  border-bottom-color: rgb(41 37 36 / 1);
}

.border-b-stone-800\/15{
  border-bottom-color: rgb(41 37 36 / 0.15);
}

.border-b-stone-800\/20{
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.border-b-stone-800\/25{
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.border-b-stone-800\/30{
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.border-b-stone-800\/35{
  border-bottom-color: rgb(41 37 36 / 0.35);
}

.border-b-stone-800\/40{
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.border-b-stone-800\/45{
  border-bottom-color: rgb(41 37 36 / 0.45);
}

.border-b-stone-800\/5{
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.border-b-stone-800\/50{
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.border-b-stone-800\/55{
  border-bottom-color: rgb(41 37 36 / 0.55);
}

.border-b-stone-800\/60{
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.border-b-stone-800\/65{
  border-bottom-color: rgb(41 37 36 / 0.65);
}

.border-b-stone-800\/70{
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.border-b-stone-800\/75{
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.border-b-stone-800\/80{
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.border-b-stone-800\/85{
  border-bottom-color: rgb(41 37 36 / 0.85);
}

.border-b-stone-800\/90{
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.border-b-stone-800\/95{
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.border-b-stone-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-b-stone-900\/0{
  border-bottom-color: rgb(28 25 23 / 0);
}

.border-b-stone-900\/10{
  border-bottom-color: rgb(28 25 23 / 0.1);
}

.border-b-stone-900\/100{
  border-bottom-color: rgb(28 25 23 / 1);
}

.border-b-stone-900\/15{
  border-bottom-color: rgb(28 25 23 / 0.15);
}

.border-b-stone-900\/20{
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.border-b-stone-900\/25{
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.border-b-stone-900\/30{
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.border-b-stone-900\/35{
  border-bottom-color: rgb(28 25 23 / 0.35);
}

.border-b-stone-900\/40{
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.border-b-stone-900\/45{
  border-bottom-color: rgb(28 25 23 / 0.45);
}

.border-b-stone-900\/5{
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.border-b-stone-900\/50{
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.border-b-stone-900\/55{
  border-bottom-color: rgb(28 25 23 / 0.55);
}

.border-b-stone-900\/60{
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.border-b-stone-900\/65{
  border-bottom-color: rgb(28 25 23 / 0.65);
}

.border-b-stone-900\/70{
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.border-b-stone-900\/75{
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.border-b-stone-900\/80{
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.border-b-stone-900\/85{
  border-bottom-color: rgb(28 25 23 / 0.85);
}

.border-b-stone-900\/90{
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.border-b-stone-900\/95{
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.border-b-stone-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-b-stone-950\/0{
  border-bottom-color: rgb(12 10 9 / 0);
}

.border-b-stone-950\/10{
  border-bottom-color: rgb(12 10 9 / 0.1);
}

.border-b-stone-950\/100{
  border-bottom-color: rgb(12 10 9 / 1);
}

.border-b-stone-950\/15{
  border-bottom-color: rgb(12 10 9 / 0.15);
}

.border-b-stone-950\/20{
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.border-b-stone-950\/25{
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.border-b-stone-950\/30{
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.border-b-stone-950\/35{
  border-bottom-color: rgb(12 10 9 / 0.35);
}

.border-b-stone-950\/40{
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.border-b-stone-950\/45{
  border-bottom-color: rgb(12 10 9 / 0.45);
}

.border-b-stone-950\/5{
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.border-b-stone-950\/50{
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.border-b-stone-950\/55{
  border-bottom-color: rgb(12 10 9 / 0.55);
}

.border-b-stone-950\/60{
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.border-b-stone-950\/65{
  border-bottom-color: rgb(12 10 9 / 0.65);
}

.border-b-stone-950\/70{
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.border-b-stone-950\/75{
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.border-b-stone-950\/80{
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.border-b-stone-950\/85{
  border-bottom-color: rgb(12 10 9 / 0.85);
}

.border-b-stone-950\/90{
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.border-b-stone-950\/95{
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.border-b-success{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.border-b-success\/0{
  border-bottom-color: rgb(7 196 149 / 0);
}

.border-b-success\/10{
  border-bottom-color: rgb(7 196 149 / 0.1);
}

.border-b-success\/100{
  border-bottom-color: rgb(7 196 149 / 1);
}

.border-b-success\/15{
  border-bottom-color: rgb(7 196 149 / 0.15);
}

.border-b-success\/20{
  border-bottom-color: rgb(7 196 149 / 0.2);
}

.border-b-success\/25{
  border-bottom-color: rgb(7 196 149 / 0.25);
}

.border-b-success\/30{
  border-bottom-color: rgb(7 196 149 / 0.3);
}

.border-b-success\/35{
  border-bottom-color: rgb(7 196 149 / 0.35);
}

.border-b-success\/40{
  border-bottom-color: rgb(7 196 149 / 0.4);
}

.border-b-success\/45{
  border-bottom-color: rgb(7 196 149 / 0.45);
}

.border-b-success\/5{
  border-bottom-color: rgb(7 196 149 / 0.05);
}

.border-b-success\/50{
  border-bottom-color: rgb(7 196 149 / 0.5);
}

.border-b-success\/55{
  border-bottom-color: rgb(7 196 149 / 0.55);
}

.border-b-success\/60{
  border-bottom-color: rgb(7 196 149 / 0.6);
}

.border-b-success\/65{
  border-bottom-color: rgb(7 196 149 / 0.65);
}

.border-b-success\/70{
  border-bottom-color: rgb(7 196 149 / 0.7);
}

.border-b-success\/75{
  border-bottom-color: rgb(7 196 149 / 0.75);
}

.border-b-success\/80{
  border-bottom-color: rgb(7 196 149 / 0.8);
}

.border-b-success\/85{
  border-bottom-color: rgb(7 196 149 / 0.85);
}

.border-b-success\/90{
  border-bottom-color: rgb(7 196 149 / 0.9);
}

.border-b-success\/95{
  border-bottom-color: rgb(7 196 149 / 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\/15{
  border-bottom-color: rgb(204 251 241 / 0.15);
}

.border-b-teal-100\/20{
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.border-b-teal-100\/25{
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.border-b-teal-100\/30{
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.border-b-teal-100\/35{
  border-bottom-color: rgb(204 251 241 / 0.35);
}

.border-b-teal-100\/40{
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.border-b-teal-100\/45{
  border-bottom-color: rgb(204 251 241 / 0.45);
}

.border-b-teal-100\/5{
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.border-b-teal-100\/50{
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.border-b-teal-100\/55{
  border-bottom-color: rgb(204 251 241 / 0.55);
}

.border-b-teal-100\/60{
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.border-b-teal-100\/65{
  border-bottom-color: rgb(204 251 241 / 0.65);
}

.border-b-teal-100\/70{
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.border-b-teal-100\/75{
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.border-b-teal-100\/80{
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.border-b-teal-100\/85{
  border-bottom-color: rgb(204 251 241 / 0.85);
}

.border-b-teal-100\/90{
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.border-b-teal-100\/95{
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.border-b-teal-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-b-teal-200\/0{
  border-bottom-color: rgb(153 246 228 / 0);
}

.border-b-teal-200\/10{
  border-bottom-color: rgb(153 246 228 / 0.1);
}

.border-b-teal-200\/100{
  border-bottom-color: rgb(153 246 228 / 1);
}

.border-b-teal-200\/15{
  border-bottom-color: rgb(153 246 228 / 0.15);
}

.border-b-teal-200\/20{
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.border-b-teal-200\/25{
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.border-b-teal-200\/30{
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.border-b-teal-200\/35{
  border-bottom-color: rgb(153 246 228 / 0.35);
}

.border-b-teal-200\/40{
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.border-b-teal-200\/45{
  border-bottom-color: rgb(153 246 228 / 0.45);
}

.border-b-teal-200\/5{
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.border-b-teal-200\/50{
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.border-b-teal-200\/55{
  border-bottom-color: rgb(153 246 228 / 0.55);
}

.border-b-teal-200\/60{
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.border-b-teal-200\/65{
  border-bottom-color: rgb(153 246 228 / 0.65);
}

.border-b-teal-200\/70{
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.border-b-teal-200\/75{
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.border-b-teal-200\/80{
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.border-b-teal-200\/85{
  border-bottom-color: rgb(153 246 228 / 0.85);
}

.border-b-teal-200\/90{
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.border-b-teal-200\/95{
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.border-b-teal-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-b-teal-300\/0{
  border-bottom-color: rgb(94 234 212 / 0);
}

.border-b-teal-300\/10{
  border-bottom-color: rgb(94 234 212 / 0.1);
}

.border-b-teal-300\/100{
  border-bottom-color: rgb(94 234 212 / 1);
}

.border-b-teal-300\/15{
  border-bottom-color: rgb(94 234 212 / 0.15);
}

.border-b-teal-300\/20{
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.border-b-teal-300\/25{
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.border-b-teal-300\/30{
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.border-b-teal-300\/35{
  border-bottom-color: rgb(94 234 212 / 0.35);
}

.border-b-teal-300\/40{
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.border-b-teal-300\/45{
  border-bottom-color: rgb(94 234 212 / 0.45);
}

.border-b-teal-300\/5{
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.border-b-teal-300\/50{
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.border-b-teal-300\/55{
  border-bottom-color: rgb(94 234 212 / 0.55);
}

.border-b-teal-300\/60{
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.border-b-teal-300\/65{
  border-bottom-color: rgb(94 234 212 / 0.65);
}

.border-b-teal-300\/70{
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.border-b-teal-300\/75{
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.border-b-teal-300\/80{
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.border-b-teal-300\/85{
  border-bottom-color: rgb(94 234 212 / 0.85);
}

.border-b-teal-300\/90{
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.border-b-teal-300\/95{
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.border-b-teal-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-b-teal-400\/0{
  border-bottom-color: rgb(45 212 191 / 0);
}

.border-b-teal-400\/10{
  border-bottom-color: rgb(45 212 191 / 0.1);
}

.border-b-teal-400\/100{
  border-bottom-color: rgb(45 212 191 / 1);
}

.border-b-teal-400\/15{
  border-bottom-color: rgb(45 212 191 / 0.15);
}

.border-b-teal-400\/20{
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.border-b-teal-400\/25{
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.border-b-teal-400\/30{
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.border-b-teal-400\/35{
  border-bottom-color: rgb(45 212 191 / 0.35);
}

.border-b-teal-400\/40{
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.border-b-teal-400\/45{
  border-bottom-color: rgb(45 212 191 / 0.45);
}

.border-b-teal-400\/5{
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.border-b-teal-400\/50{
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.border-b-teal-400\/55{
  border-bottom-color: rgb(45 212 191 / 0.55);
}

.border-b-teal-400\/60{
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.border-b-teal-400\/65{
  border-bottom-color: rgb(45 212 191 / 0.65);
}

.border-b-teal-400\/70{
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.border-b-teal-400\/75{
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.border-b-teal-400\/80{
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.border-b-teal-400\/85{
  border-bottom-color: rgb(45 212 191 / 0.85);
}

.border-b-teal-400\/90{
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.border-b-teal-400\/95{
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.border-b-teal-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-b-teal-50\/0{
  border-bottom-color: rgb(240 253 250 / 0);
}

.border-b-teal-50\/10{
  border-bottom-color: rgb(240 253 250 / 0.1);
}

.border-b-teal-50\/100{
  border-bottom-color: rgb(240 253 250 / 1);
}

.border-b-teal-50\/15{
  border-bottom-color: rgb(240 253 250 / 0.15);
}

.border-b-teal-50\/20{
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.border-b-teal-50\/25{
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.border-b-teal-50\/30{
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.border-b-teal-50\/35{
  border-bottom-color: rgb(240 253 250 / 0.35);
}

.border-b-teal-50\/40{
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.border-b-teal-50\/45{
  border-bottom-color: rgb(240 253 250 / 0.45);
}

.border-b-teal-50\/5{
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.border-b-teal-50\/50{
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.border-b-teal-50\/55{
  border-bottom-color: rgb(240 253 250 / 0.55);
}

.border-b-teal-50\/60{
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.border-b-teal-50\/65{
  border-bottom-color: rgb(240 253 250 / 0.65);
}

.border-b-teal-50\/70{
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.border-b-teal-50\/75{
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.border-b-teal-50\/80{
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.border-b-teal-50\/85{
  border-bottom-color: rgb(240 253 250 / 0.85);
}

.border-b-teal-50\/90{
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.border-b-teal-50\/95{
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.border-b-teal-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-b-teal-500\/0{
  border-bottom-color: rgb(20 184 166 / 0);
}

.border-b-teal-500\/10{
  border-bottom-color: rgb(20 184 166 / 0.1);
}

.border-b-teal-500\/100{
  border-bottom-color: rgb(20 184 166 / 1);
}

.border-b-teal-500\/15{
  border-bottom-color: rgb(20 184 166 / 0.15);
}

.border-b-teal-500\/20{
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.border-b-teal-500\/25{
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.border-b-teal-500\/30{
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.border-b-teal-500\/35{
  border-bottom-color: rgb(20 184 166 / 0.35);
}

.border-b-teal-500\/40{
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.border-b-teal-500\/45{
  border-bottom-color: rgb(20 184 166 / 0.45);
}

.border-b-teal-500\/5{
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.border-b-teal-500\/50{
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.border-b-teal-500\/55{
  border-bottom-color: rgb(20 184 166 / 0.55);
}

.border-b-teal-500\/60{
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.border-b-teal-500\/65{
  border-bottom-color: rgb(20 184 166 / 0.65);
}

.border-b-teal-500\/70{
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.border-b-teal-500\/75{
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.border-b-teal-500\/80{
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.border-b-teal-500\/85{
  border-bottom-color: rgb(20 184 166 / 0.85);
}

.border-b-teal-500\/90{
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.border-b-teal-500\/95{
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.border-b-teal-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-b-teal-600\/0{
  border-bottom-color: rgb(13 148 136 / 0);
}

.border-b-teal-600\/10{
  border-bottom-color: rgb(13 148 136 / 0.1);
}

.border-b-teal-600\/100{
  border-bottom-color: rgb(13 148 136 / 1);
}

.border-b-teal-600\/15{
  border-bottom-color: rgb(13 148 136 / 0.15);
}

.border-b-teal-600\/20{
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.border-b-teal-600\/25{
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.border-b-teal-600\/30{
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.border-b-teal-600\/35{
  border-bottom-color: rgb(13 148 136 / 0.35);
}

.border-b-teal-600\/40{
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.border-b-teal-600\/45{
  border-bottom-color: rgb(13 148 136 / 0.45);
}

.border-b-teal-600\/5{
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.border-b-teal-600\/50{
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.border-b-teal-600\/55{
  border-bottom-color: rgb(13 148 136 / 0.55);
}

.border-b-teal-600\/60{
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.border-b-teal-600\/65{
  border-bottom-color: rgb(13 148 136 / 0.65);
}

.border-b-teal-600\/70{
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.border-b-teal-600\/75{
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.border-b-teal-600\/80{
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.border-b-teal-600\/85{
  border-bottom-color: rgb(13 148 136 / 0.85);
}

.border-b-teal-600\/90{
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.border-b-teal-600\/95{
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.border-b-teal-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-b-teal-700\/0{
  border-bottom-color: rgb(15 118 110 / 0);
}

.border-b-teal-700\/10{
  border-bottom-color: rgb(15 118 110 / 0.1);
}

.border-b-teal-700\/100{
  border-bottom-color: rgb(15 118 110 / 1);
}

.border-b-teal-700\/15{
  border-bottom-color: rgb(15 118 110 / 0.15);
}

.border-b-teal-700\/20{
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.border-b-teal-700\/25{
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.border-b-teal-700\/30{
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.border-b-teal-700\/35{
  border-bottom-color: rgb(15 118 110 / 0.35);
}

.border-b-teal-700\/40{
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.border-b-teal-700\/45{
  border-bottom-color: rgb(15 118 110 / 0.45);
}

.border-b-teal-700\/5{
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.border-b-teal-700\/50{
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.border-b-teal-700\/55{
  border-bottom-color: rgb(15 118 110 / 0.55);
}

.border-b-teal-700\/60{
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.border-b-teal-700\/65{
  border-bottom-color: rgb(15 118 110 / 0.65);
}

.border-b-teal-700\/70{
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.border-b-teal-700\/75{
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.border-b-teal-700\/80{
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.border-b-teal-700\/85{
  border-bottom-color: rgb(15 118 110 / 0.85);
}

.border-b-teal-700\/90{
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.border-b-teal-700\/95{
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.border-b-teal-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-b-teal-800\/0{
  border-bottom-color: rgb(17 94 89 / 0);
}

.border-b-teal-800\/10{
  border-bottom-color: rgb(17 94 89 / 0.1);
}

.border-b-teal-800\/100{
  border-bottom-color: rgb(17 94 89 / 1);
}

.border-b-teal-800\/15{
  border-bottom-color: rgb(17 94 89 / 0.15);
}

.border-b-teal-800\/20{
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.border-b-teal-800\/25{
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.border-b-teal-800\/30{
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.border-b-teal-800\/35{
  border-bottom-color: rgb(17 94 89 / 0.35);
}

.border-b-teal-800\/40{
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.border-b-teal-800\/45{
  border-bottom-color: rgb(17 94 89 / 0.45);
}

.border-b-teal-800\/5{
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.border-b-teal-800\/50{
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.border-b-teal-800\/55{
  border-bottom-color: rgb(17 94 89 / 0.55);
}

.border-b-teal-800\/60{
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.border-b-teal-800\/65{
  border-bottom-color: rgb(17 94 89 / 0.65);
}

.border-b-teal-800\/70{
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.border-b-teal-800\/75{
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.border-b-teal-800\/80{
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.border-b-teal-800\/85{
  border-bottom-color: rgb(17 94 89 / 0.85);
}

.border-b-teal-800\/90{
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.border-b-teal-800\/95{
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.border-b-teal-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-b-teal-900\/0{
  border-bottom-color: rgb(19 78 74 / 0);
}

.border-b-teal-900\/10{
  border-bottom-color: rgb(19 78 74 / 0.1);
}

.border-b-teal-900\/100{
  border-bottom-color: rgb(19 78 74 / 1);
}

.border-b-teal-900\/15{
  border-bottom-color: rgb(19 78 74 / 0.15);
}

.border-b-teal-900\/20{
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.border-b-teal-900\/25{
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.border-b-teal-900\/30{
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.border-b-teal-900\/35{
  border-bottom-color: rgb(19 78 74 / 0.35);
}

.border-b-teal-900\/40{
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.border-b-teal-900\/45{
  border-bottom-color: rgb(19 78 74 / 0.45);
}

.border-b-teal-900\/5{
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.border-b-teal-900\/50{
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.border-b-teal-900\/55{
  border-bottom-color: rgb(19 78 74 / 0.55);
}

.border-b-teal-900\/60{
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.border-b-teal-900\/65{
  border-bottom-color: rgb(19 78 74 / 0.65);
}

.border-b-teal-900\/70{
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.border-b-teal-900\/75{
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.border-b-teal-900\/80{
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.border-b-teal-900\/85{
  border-bottom-color: rgb(19 78 74 / 0.85);
}

.border-b-teal-900\/90{
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.border-b-teal-900\/95{
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.border-b-teal-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-b-teal-950\/0{
  border-bottom-color: rgb(4 47 46 / 0);
}

.border-b-teal-950\/10{
  border-bottom-color: rgb(4 47 46 / 0.1);
}

.border-b-teal-950\/100{
  border-bottom-color: rgb(4 47 46 / 1);
}

.border-b-teal-950\/15{
  border-bottom-color: rgb(4 47 46 / 0.15);
}

.border-b-teal-950\/20{
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.border-b-teal-950\/25{
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.border-b-teal-950\/30{
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.border-b-teal-950\/35{
  border-bottom-color: rgb(4 47 46 / 0.35);
}

.border-b-teal-950\/40{
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.border-b-teal-950\/45{
  border-bottom-color: rgb(4 47 46 / 0.45);
}

.border-b-teal-950\/5{
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.border-b-teal-950\/50{
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.border-b-teal-950\/55{
  border-bottom-color: rgb(4 47 46 / 0.55);
}

.border-b-teal-950\/60{
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.border-b-teal-950\/65{
  border-bottom-color: rgb(4 47 46 / 0.65);
}

.border-b-teal-950\/70{
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.border-b-teal-950\/75{
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.border-b-teal-950\/80{
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.border-b-teal-950\/85{
  border-bottom-color: rgb(4 47 46 / 0.85);
}

.border-b-teal-950\/90{
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.border-b-teal-950\/95{
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.border-b-tertiary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.border-b-tertiary-hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.border-b-tertiary-hover\/0{
  border-bottom-color: rgb(20 123 223 / 0);
}

.border-b-tertiary-hover\/10{
  border-bottom-color: rgb(20 123 223 / 0.1);
}

.border-b-tertiary-hover\/100{
  border-bottom-color: rgb(20 123 223 / 1);
}

.border-b-tertiary-hover\/15{
  border-bottom-color: rgb(20 123 223 / 0.15);
}

.border-b-tertiary-hover\/20{
  border-bottom-color: rgb(20 123 223 / 0.2);
}

.border-b-tertiary-hover\/25{
  border-bottom-color: rgb(20 123 223 / 0.25);
}

.border-b-tertiary-hover\/30{
  border-bottom-color: rgb(20 123 223 / 0.3);
}

.border-b-tertiary-hover\/35{
  border-bottom-color: rgb(20 123 223 / 0.35);
}

.border-b-tertiary-hover\/40{
  border-bottom-color: rgb(20 123 223 / 0.4);
}

.border-b-tertiary-hover\/45{
  border-bottom-color: rgb(20 123 223 / 0.45);
}

.border-b-tertiary-hover\/5{
  border-bottom-color: rgb(20 123 223 / 0.05);
}

.border-b-tertiary-hover\/50{
  border-bottom-color: rgb(20 123 223 / 0.5);
}

.border-b-tertiary-hover\/55{
  border-bottom-color: rgb(20 123 223 / 0.55);
}

.border-b-tertiary-hover\/60{
  border-bottom-color: rgb(20 123 223 / 0.6);
}

.border-b-tertiary-hover\/65{
  border-bottom-color: rgb(20 123 223 / 0.65);
}

.border-b-tertiary-hover\/70{
  border-bottom-color: rgb(20 123 223 / 0.7);
}

.border-b-tertiary-hover\/75{
  border-bottom-color: rgb(20 123 223 / 0.75);
}

.border-b-tertiary-hover\/80{
  border-bottom-color: rgb(20 123 223 / 0.8);
}

.border-b-tertiary-hover\/85{
  border-bottom-color: rgb(20 123 223 / 0.85);
}

.border-b-tertiary-hover\/90{
  border-bottom-color: rgb(20 123 223 / 0.9);
}

.border-b-tertiary-hover\/95{
  border-bottom-color: rgb(20 123 223 / 0.95);
}

.border-b-tertiary\/0{
  border-bottom-color: rgb(22 137 252 / 0);
}

.border-b-tertiary\/10{
  border-bottom-color: rgb(22 137 252 / 0.1);
}

.border-b-tertiary\/100{
  border-bottom-color: rgb(22 137 252 / 1);
}

.border-b-tertiary\/15{
  border-bottom-color: rgb(22 137 252 / 0.15);
}

.border-b-tertiary\/20{
  border-bottom-color: rgb(22 137 252 / 0.2);
}

.border-b-tertiary\/25{
  border-bottom-color: rgb(22 137 252 / 0.25);
}

.border-b-tertiary\/30{
  border-bottom-color: rgb(22 137 252 / 0.3);
}

.border-b-tertiary\/35{
  border-bottom-color: rgb(22 137 252 / 0.35);
}

.border-b-tertiary\/40{
  border-bottom-color: rgb(22 137 252 / 0.4);
}

.border-b-tertiary\/45{
  border-bottom-color: rgb(22 137 252 / 0.45);
}

.border-b-tertiary\/5{
  border-bottom-color: rgb(22 137 252 / 0.05);
}

.border-b-tertiary\/50{
  border-bottom-color: rgb(22 137 252 / 0.5);
}

.border-b-tertiary\/55{
  border-bottom-color: rgb(22 137 252 / 0.55);
}

.border-b-tertiary\/60{
  border-bottom-color: rgb(22 137 252 / 0.6);
}

.border-b-tertiary\/65{
  border-bottom-color: rgb(22 137 252 / 0.65);
}

.border-b-tertiary\/70{
  border-bottom-color: rgb(22 137 252 / 0.7);
}

.border-b-tertiary\/75{
  border-bottom-color: rgb(22 137 252 / 0.75);
}

.border-b-tertiary\/80{
  border-bottom-color: rgb(22 137 252 / 0.8);
}

.border-b-tertiary\/85{
  border-bottom-color: rgb(22 137 252 / 0.85);
}

.border-b-tertiary\/90{
  border-bottom-color: rgb(22 137 252 / 0.9);
}

.border-b-tertiary\/95{
  border-bottom-color: rgb(22 137 252 / 0.95);
}

.border-b-transparent{
  border-bottom-color: transparent;
}

.border-b-transparent\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-transparent\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-transparent\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-transparent\/15{
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.border-b-transparent\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-transparent\/25{
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-transparent\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-transparent\/35{
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.border-b-transparent\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-transparent\/45{
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.border-b-transparent\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-transparent\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-transparent\/55{
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.border-b-transparent\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-transparent\/65{
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.border-b-transparent\/70{
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-transparent\/75{
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-transparent\/80{
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-transparent\/85{
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.border-b-transparent\/90{
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-transparent\/95{
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-b-violet-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-b-violet-100\/0{
  border-bottom-color: rgb(237 233 254 / 0);
}

.border-b-violet-100\/10{
  border-bottom-color: rgb(237 233 254 / 0.1);
}

.border-b-violet-100\/100{
  border-bottom-color: rgb(237 233 254 / 1);
}

.border-b-violet-100\/15{
  border-bottom-color: rgb(237 233 254 / 0.15);
}

.border-b-violet-100\/20{
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.border-b-violet-100\/25{
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.border-b-violet-100\/30{
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.border-b-violet-100\/35{
  border-bottom-color: rgb(237 233 254 / 0.35);
}

.border-b-violet-100\/40{
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.border-b-violet-100\/45{
  border-bottom-color: rgb(237 233 254 / 0.45);
}

.border-b-violet-100\/5{
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.border-b-violet-100\/50{
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.border-b-violet-100\/55{
  border-bottom-color: rgb(237 233 254 / 0.55);
}

.border-b-violet-100\/60{
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.border-b-violet-100\/65{
  border-bottom-color: rgb(237 233 254 / 0.65);
}

.border-b-violet-100\/70{
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.border-b-violet-100\/75{
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.border-b-violet-100\/80{
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.border-b-violet-100\/85{
  border-bottom-color: rgb(237 233 254 / 0.85);
}

.border-b-violet-100\/90{
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.border-b-violet-100\/95{
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.border-b-violet-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-b-violet-200\/0{
  border-bottom-color: rgb(221 214 254 / 0);
}

.border-b-violet-200\/10{
  border-bottom-color: rgb(221 214 254 / 0.1);
}

.border-b-violet-200\/100{
  border-bottom-color: rgb(221 214 254 / 1);
}

.border-b-violet-200\/15{
  border-bottom-color: rgb(221 214 254 / 0.15);
}

.border-b-violet-200\/20{
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.border-b-violet-200\/25{
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.border-b-violet-200\/30{
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.border-b-violet-200\/35{
  border-bottom-color: rgb(221 214 254 / 0.35);
}

.border-b-violet-200\/40{
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.border-b-violet-200\/45{
  border-bottom-color: rgb(221 214 254 / 0.45);
}

.border-b-violet-200\/5{
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.border-b-violet-200\/50{
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.border-b-violet-200\/55{
  border-bottom-color: rgb(221 214 254 / 0.55);
}

.border-b-violet-200\/60{
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.border-b-violet-200\/65{
  border-bottom-color: rgb(221 214 254 / 0.65);
}

.border-b-violet-200\/70{
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.border-b-violet-200\/75{
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.border-b-violet-200\/80{
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.border-b-violet-200\/85{
  border-bottom-color: rgb(221 214 254 / 0.85);
}

.border-b-violet-200\/90{
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.border-b-violet-200\/95{
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.border-b-violet-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-b-violet-300\/0{
  border-bottom-color: rgb(196 181 253 / 0);
}

.border-b-violet-300\/10{
  border-bottom-color: rgb(196 181 253 / 0.1);
}

.border-b-violet-300\/100{
  border-bottom-color: rgb(196 181 253 / 1);
}

.border-b-violet-300\/15{
  border-bottom-color: rgb(196 181 253 / 0.15);
}

.border-b-violet-300\/20{
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.border-b-violet-300\/25{
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.border-b-violet-300\/30{
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.border-b-violet-300\/35{
  border-bottom-color: rgb(196 181 253 / 0.35);
}

.border-b-violet-300\/40{
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.border-b-violet-300\/45{
  border-bottom-color: rgb(196 181 253 / 0.45);
}

.border-b-violet-300\/5{
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.border-b-violet-300\/50{
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.border-b-violet-300\/55{
  border-bottom-color: rgb(196 181 253 / 0.55);
}

.border-b-violet-300\/60{
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.border-b-violet-300\/65{
  border-bottom-color: rgb(196 181 253 / 0.65);
}

.border-b-violet-300\/70{
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.border-b-violet-300\/75{
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.border-b-violet-300\/80{
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.border-b-violet-300\/85{
  border-bottom-color: rgb(196 181 253 / 0.85);
}

.border-b-violet-300\/90{
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.border-b-violet-300\/95{
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.border-b-violet-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-b-violet-400\/0{
  border-bottom-color: rgb(167 139 250 / 0);
}

.border-b-violet-400\/10{
  border-bottom-color: rgb(167 139 250 / 0.1);
}

.border-b-violet-400\/100{
  border-bottom-color: rgb(167 139 250 / 1);
}

.border-b-violet-400\/15{
  border-bottom-color: rgb(167 139 250 / 0.15);
}

.border-b-violet-400\/20{
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.border-b-violet-400\/25{
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.border-b-violet-400\/30{
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.border-b-violet-400\/35{
  border-bottom-color: rgb(167 139 250 / 0.35);
}

.border-b-violet-400\/40{
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.border-b-violet-400\/45{
  border-bottom-color: rgb(167 139 250 / 0.45);
}

.border-b-violet-400\/5{
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.border-b-violet-400\/50{
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.border-b-violet-400\/55{
  border-bottom-color: rgb(167 139 250 / 0.55);
}

.border-b-violet-400\/60{
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.border-b-violet-400\/65{
  border-bottom-color: rgb(167 139 250 / 0.65);
}

.border-b-violet-400\/70{
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.border-b-violet-400\/75{
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.border-b-violet-400\/80{
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.border-b-violet-400\/85{
  border-bottom-color: rgb(167 139 250 / 0.85);
}

.border-b-violet-400\/90{
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.border-b-violet-400\/95{
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.border-b-violet-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-b-violet-50\/0{
  border-bottom-color: rgb(245 243 255 / 0);
}

.border-b-violet-50\/10{
  border-bottom-color: rgb(245 243 255 / 0.1);
}

.border-b-violet-50\/100{
  border-bottom-color: rgb(245 243 255 / 1);
}

.border-b-violet-50\/15{
  border-bottom-color: rgb(245 243 255 / 0.15);
}

.border-b-violet-50\/20{
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.border-b-violet-50\/25{
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.border-b-violet-50\/30{
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.border-b-violet-50\/35{
  border-bottom-color: rgb(245 243 255 / 0.35);
}

.border-b-violet-50\/40{
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.border-b-violet-50\/45{
  border-bottom-color: rgb(245 243 255 / 0.45);
}

.border-b-violet-50\/5{
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.border-b-violet-50\/50{
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.border-b-violet-50\/55{
  border-bottom-color: rgb(245 243 255 / 0.55);
}

.border-b-violet-50\/60{
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.border-b-violet-50\/65{
  border-bottom-color: rgb(245 243 255 / 0.65);
}

.border-b-violet-50\/70{
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.border-b-violet-50\/75{
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.border-b-violet-50\/80{
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.border-b-violet-50\/85{
  border-bottom-color: rgb(245 243 255 / 0.85);
}

.border-b-violet-50\/90{
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.border-b-violet-50\/95{
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.border-b-violet-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-b-violet-500\/0{
  border-bottom-color: rgb(139 92 246 / 0);
}

.border-b-violet-500\/10{
  border-bottom-color: rgb(139 92 246 / 0.1);
}

.border-b-violet-500\/100{
  border-bottom-color: rgb(139 92 246 / 1);
}

.border-b-violet-500\/15{
  border-bottom-color: rgb(139 92 246 / 0.15);
}

.border-b-violet-500\/20{
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.border-b-violet-500\/25{
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.border-b-violet-500\/30{
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.border-b-violet-500\/35{
  border-bottom-color: rgb(139 92 246 / 0.35);
}

.border-b-violet-500\/40{
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.border-b-violet-500\/45{
  border-bottom-color: rgb(139 92 246 / 0.45);
}

.border-b-violet-500\/5{
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.border-b-violet-500\/50{
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.border-b-violet-500\/55{
  border-bottom-color: rgb(139 92 246 / 0.55);
}

.border-b-violet-500\/60{
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.border-b-violet-500\/65{
  border-bottom-color: rgb(139 92 246 / 0.65);
}

.border-b-violet-500\/70{
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.border-b-violet-500\/75{
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.border-b-violet-500\/80{
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.border-b-violet-500\/85{
  border-bottom-color: rgb(139 92 246 / 0.85);
}

.border-b-violet-500\/90{
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.border-b-violet-500\/95{
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.border-b-violet-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-b-violet-600\/0{
  border-bottom-color: rgb(124 58 237 / 0);
}

.border-b-violet-600\/10{
  border-bottom-color: rgb(124 58 237 / 0.1);
}

.border-b-violet-600\/100{
  border-bottom-color: rgb(124 58 237 / 1);
}

.border-b-violet-600\/15{
  border-bottom-color: rgb(124 58 237 / 0.15);
}

.border-b-violet-600\/20{
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.border-b-violet-600\/25{
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.border-b-violet-600\/30{
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.border-b-violet-600\/35{
  border-bottom-color: rgb(124 58 237 / 0.35);
}

.border-b-violet-600\/40{
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.border-b-violet-600\/45{
  border-bottom-color: rgb(124 58 237 / 0.45);
}

.border-b-violet-600\/5{
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.border-b-violet-600\/50{
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.border-b-violet-600\/55{
  border-bottom-color: rgb(124 58 237 / 0.55);
}

.border-b-violet-600\/60{
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.border-b-violet-600\/65{
  border-bottom-color: rgb(124 58 237 / 0.65);
}

.border-b-violet-600\/70{
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.border-b-violet-600\/75{
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.border-b-violet-600\/80{
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.border-b-violet-600\/85{
  border-bottom-color: rgb(124 58 237 / 0.85);
}

.border-b-violet-600\/90{
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.border-b-violet-600\/95{
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.border-b-violet-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-b-violet-700\/0{
  border-bottom-color: rgb(109 40 217 / 0);
}

.border-b-violet-700\/10{
  border-bottom-color: rgb(109 40 217 / 0.1);
}

.border-b-violet-700\/100{
  border-bottom-color: rgb(109 40 217 / 1);
}

.border-b-violet-700\/15{
  border-bottom-color: rgb(109 40 217 / 0.15);
}

.border-b-violet-700\/20{
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.border-b-violet-700\/25{
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.border-b-violet-700\/30{
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.border-b-violet-700\/35{
  border-bottom-color: rgb(109 40 217 / 0.35);
}

.border-b-violet-700\/40{
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.border-b-violet-700\/45{
  border-bottom-color: rgb(109 40 217 / 0.45);
}

.border-b-violet-700\/5{
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.border-b-violet-700\/50{
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.border-b-violet-700\/55{
  border-bottom-color: rgb(109 40 217 / 0.55);
}

.border-b-violet-700\/60{
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.border-b-violet-700\/65{
  border-bottom-color: rgb(109 40 217 / 0.65);
}

.border-b-violet-700\/70{
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.border-b-violet-700\/75{
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.border-b-violet-700\/80{
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.border-b-violet-700\/85{
  border-bottom-color: rgb(109 40 217 / 0.85);
}

.border-b-violet-700\/90{
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.border-b-violet-700\/95{
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.border-b-violet-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-b-violet-800\/0{
  border-bottom-color: rgb(91 33 182 / 0);
}

.border-b-violet-800\/10{
  border-bottom-color: rgb(91 33 182 / 0.1);
}

.border-b-violet-800\/100{
  border-bottom-color: rgb(91 33 182 / 1);
}

.border-b-violet-800\/15{
  border-bottom-color: rgb(91 33 182 / 0.15);
}

.border-b-violet-800\/20{
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.border-b-violet-800\/25{
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.border-b-violet-800\/30{
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.border-b-violet-800\/35{
  border-bottom-color: rgb(91 33 182 / 0.35);
}

.border-b-violet-800\/40{
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.border-b-violet-800\/45{
  border-bottom-color: rgb(91 33 182 / 0.45);
}

.border-b-violet-800\/5{
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.border-b-violet-800\/50{
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.border-b-violet-800\/55{
  border-bottom-color: rgb(91 33 182 / 0.55);
}

.border-b-violet-800\/60{
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.border-b-violet-800\/65{
  border-bottom-color: rgb(91 33 182 / 0.65);
}

.border-b-violet-800\/70{
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.border-b-violet-800\/75{
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.border-b-violet-800\/80{
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.border-b-violet-800\/85{
  border-bottom-color: rgb(91 33 182 / 0.85);
}

.border-b-violet-800\/90{
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.border-b-violet-800\/95{
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.border-b-violet-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-b-violet-900\/0{
  border-bottom-color: rgb(76 29 149 / 0);
}

.border-b-violet-900\/10{
  border-bottom-color: rgb(76 29 149 / 0.1);
}

.border-b-violet-900\/100{
  border-bottom-color: rgb(76 29 149 / 1);
}

.border-b-violet-900\/15{
  border-bottom-color: rgb(76 29 149 / 0.15);
}

.border-b-violet-900\/20{
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.border-b-violet-900\/25{
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.border-b-violet-900\/30{
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.border-b-violet-900\/35{
  border-bottom-color: rgb(76 29 149 / 0.35);
}

.border-b-violet-900\/40{
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.border-b-violet-900\/45{
  border-bottom-color: rgb(76 29 149 / 0.45);
}

.border-b-violet-900\/5{
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.border-b-violet-900\/50{
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.border-b-violet-900\/55{
  border-bottom-color: rgb(76 29 149 / 0.55);
}

.border-b-violet-900\/60{
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.border-b-violet-900\/65{
  border-bottom-color: rgb(76 29 149 / 0.65);
}

.border-b-violet-900\/70{
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.border-b-violet-900\/75{
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.border-b-violet-900\/80{
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.border-b-violet-900\/85{
  border-bottom-color: rgb(76 29 149 / 0.85);
}

.border-b-violet-900\/90{
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.border-b-violet-900\/95{
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.border-b-violet-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-b-violet-950\/0{
  border-bottom-color: rgb(46 16 101 / 0);
}

.border-b-violet-950\/10{
  border-bottom-color: rgb(46 16 101 / 0.1);
}

.border-b-violet-950\/100{
  border-bottom-color: rgb(46 16 101 / 1);
}

.border-b-violet-950\/15{
  border-bottom-color: rgb(46 16 101 / 0.15);
}

.border-b-violet-950\/20{
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.border-b-violet-950\/25{
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.border-b-violet-950\/30{
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.border-b-violet-950\/35{
  border-bottom-color: rgb(46 16 101 / 0.35);
}

.border-b-violet-950\/40{
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.border-b-violet-950\/45{
  border-bottom-color: rgb(46 16 101 / 0.45);
}

.border-b-violet-950\/5{
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.border-b-violet-950\/50{
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.border-b-violet-950\/55{
  border-bottom-color: rgb(46 16 101 / 0.55);
}

.border-b-violet-950\/60{
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.border-b-violet-950\/65{
  border-bottom-color: rgb(46 16 101 / 0.65);
}

.border-b-violet-950\/70{
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.border-b-violet-950\/75{
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.border-b-violet-950\/80{
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.border-b-violet-950\/85{
  border-bottom-color: rgb(46 16 101 / 0.85);
}

.border-b-violet-950\/90{
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.border-b-violet-950\/95{
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-white\/0{
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-b-white\/10{
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-b-white\/100{
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-b-white\/15{
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-b-white\/20{
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-b-white\/25{
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-b-white\/30{
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-b-white\/35{
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-b-white\/40{
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-b-white\/45{
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-b-white\/5{
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-b-white\/50{
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-b-white\/55{
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-b-white\/60{
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-b-white\/65{
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-b-white\/70{
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-b-white\/75{
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-b-white\/80{
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-b-white\/85{
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-b-white\/90{
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-b-white\/95{
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-b-yellow-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-b-yellow-100\/0{
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-b-yellow-100\/10{
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-b-yellow-100\/100{
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-b-yellow-100\/15{
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-b-yellow-100\/20{
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-b-yellow-100\/25{
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-b-yellow-100\/30{
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-b-yellow-100\/35{
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-b-yellow-100\/40{
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-b-yellow-100\/45{
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-b-yellow-100\/5{
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-b-yellow-100\/50{
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-b-yellow-100\/55{
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-b-yellow-100\/60{
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-b-yellow-100\/65{
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-b-yellow-100\/70{
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-b-yellow-100\/75{
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-b-yellow-100\/80{
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-b-yellow-100\/85{
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-b-yellow-100\/90{
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-b-yellow-100\/95{
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-b-yellow-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-b-yellow-200\/0{
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-b-yellow-200\/10{
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-b-yellow-200\/100{
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-b-yellow-200\/15{
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-b-yellow-200\/20{
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-b-yellow-200\/25{
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-b-yellow-200\/30{
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-b-yellow-200\/35{
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-b-yellow-200\/40{
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-b-yellow-200\/45{
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-b-yellow-200\/5{
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-b-yellow-200\/50{
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-b-yellow-200\/55{
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-b-yellow-200\/60{
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-b-yellow-200\/65{
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-b-yellow-200\/70{
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-b-yellow-200\/75{
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-b-yellow-200\/80{
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-b-yellow-200\/85{
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-b-yellow-200\/90{
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-b-yellow-200\/95{
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-b-yellow-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-b-yellow-300\/0{
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-b-yellow-300\/10{
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-b-yellow-300\/100{
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-b-yellow-300\/15{
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-b-yellow-300\/20{
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-b-yellow-300\/25{
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-b-yellow-300\/30{
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-b-yellow-300\/35{
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-b-yellow-300\/40{
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-b-yellow-300\/45{
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-b-yellow-300\/5{
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-b-yellow-300\/50{
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-b-yellow-300\/55{
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-b-yellow-300\/60{
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-b-yellow-300\/65{
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-b-yellow-300\/70{
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-b-yellow-300\/75{
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-b-yellow-300\/80{
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-b-yellow-300\/85{
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-b-yellow-300\/90{
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-b-yellow-300\/95{
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-b-yellow-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-b-yellow-400\/0{
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-b-yellow-400\/10{
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-b-yellow-400\/100{
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-b-yellow-400\/15{
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-b-yellow-400\/20{
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-b-yellow-400\/25{
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-b-yellow-400\/30{
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-b-yellow-400\/35{
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-b-yellow-400\/40{
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-b-yellow-400\/45{
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-b-yellow-400\/5{
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-b-yellow-400\/50{
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-b-yellow-400\/55{
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-b-yellow-400\/60{
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-b-yellow-400\/65{
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-b-yellow-400\/70{
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-b-yellow-400\/75{
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-b-yellow-400\/80{
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-b-yellow-400\/85{
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-b-yellow-400\/90{
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-b-yellow-400\/95{
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-b-yellow-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-b-yellow-50\/0{
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-b-yellow-50\/10{
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-b-yellow-50\/100{
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-b-yellow-50\/15{
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-b-yellow-50\/20{
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-b-yellow-50\/25{
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-b-yellow-50\/30{
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-b-yellow-50\/35{
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-b-yellow-50\/40{
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-b-yellow-50\/45{
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-b-yellow-50\/5{
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-b-yellow-50\/50{
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-b-yellow-50\/55{
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-b-yellow-50\/60{
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-b-yellow-50\/65{
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-b-yellow-50\/70{
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-b-yellow-50\/75{
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-b-yellow-50\/80{
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-b-yellow-50\/85{
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-b-yellow-50\/90{
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-b-yellow-50\/95{
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-b-yellow-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-b-yellow-500\/0{
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-b-yellow-500\/10{
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-b-yellow-500\/100{
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-b-yellow-500\/15{
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-b-yellow-500\/20{
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-b-yellow-500\/25{
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-b-yellow-500\/30{
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-b-yellow-500\/35{
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-b-yellow-500\/40{
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-b-yellow-500\/45{
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-b-yellow-500\/5{
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-b-yellow-500\/50{
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-b-yellow-500\/55{
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-b-yellow-500\/60{
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-b-yellow-500\/65{
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-b-yellow-500\/70{
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-b-yellow-500\/75{
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-b-yellow-500\/80{
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-b-yellow-500\/85{
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-b-yellow-500\/90{
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-b-yellow-500\/95{
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-b-yellow-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-b-yellow-600\/0{
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-b-yellow-600\/10{
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-b-yellow-600\/100{
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-b-yellow-600\/15{
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-b-yellow-600\/20{
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-b-yellow-600\/25{
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-b-yellow-600\/30{
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-b-yellow-600\/35{
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-b-yellow-600\/40{
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-b-yellow-600\/45{
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-b-yellow-600\/5{
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-b-yellow-600\/50{
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-b-yellow-600\/55{
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-b-yellow-600\/60{
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-b-yellow-600\/65{
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-b-yellow-600\/70{
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-b-yellow-600\/75{
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-b-yellow-600\/80{
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-b-yellow-600\/85{
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-b-yellow-600\/90{
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-b-yellow-600\/95{
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-b-yellow-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-b-yellow-700\/0{
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-b-yellow-700\/10{
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-b-yellow-700\/100{
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-b-yellow-700\/15{
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.border-b-yellow-700\/20{
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-b-yellow-700\/25{
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-b-yellow-700\/30{
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-b-yellow-700\/35{
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.border-b-yellow-700\/40{
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-b-yellow-700\/45{
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.border-b-yellow-700\/5{
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-b-yellow-700\/50{
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-b-yellow-700\/55{
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.border-b-yellow-700\/60{
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-b-yellow-700\/65{
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.border-b-yellow-700\/70{
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-b-yellow-700\/75{
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-b-yellow-700\/80{
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-b-yellow-700\/85{
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.border-b-yellow-700\/90{
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-b-yellow-700\/95{
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-b-yellow-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-b-yellow-800\/0{
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-b-yellow-800\/10{
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-b-yellow-800\/100{
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-b-yellow-800\/15{
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-b-yellow-800\/20{
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-b-yellow-800\/25{
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-b-yellow-800\/30{
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-b-yellow-800\/35{
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-b-yellow-800\/40{
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-b-yellow-800\/45{
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-b-yellow-800\/5{
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-b-yellow-800\/50{
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-b-yellow-800\/55{
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-b-yellow-800\/60{
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-b-yellow-800\/65{
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-b-yellow-800\/70{
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-b-yellow-800\/75{
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-b-yellow-800\/80{
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-b-yellow-800\/85{
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-b-yellow-800\/90{
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-b-yellow-800\/95{
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-b-yellow-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-b-yellow-900\/0{
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-b-yellow-900\/10{
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-b-yellow-900\/100{
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-b-yellow-900\/15{
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.border-b-yellow-900\/20{
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-b-yellow-900\/25{
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-b-yellow-900\/30{
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-b-yellow-900\/35{
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.border-b-yellow-900\/40{
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-b-yellow-900\/45{
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.border-b-yellow-900\/5{
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-b-yellow-900\/50{
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-b-yellow-900\/55{
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.border-b-yellow-900\/60{
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-b-yellow-900\/65{
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.border-b-yellow-900\/70{
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-b-yellow-900\/75{
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-b-yellow-900\/80{
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-b-yellow-900\/85{
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.border-b-yellow-900\/90{
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-b-yellow-900\/95{
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-b-yellow-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-b-yellow-950\/0{
  border-bottom-color: rgb(66 32 6 / 0);
}

.border-b-yellow-950\/10{
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.border-b-yellow-950\/100{
  border-bottom-color: rgb(66 32 6 / 1);
}

.border-b-yellow-950\/15{
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.border-b-yellow-950\/20{
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-b-yellow-950\/25{
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-b-yellow-950\/30{
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-b-yellow-950\/35{
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.border-b-yellow-950\/40{
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-b-yellow-950\/45{
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.border-b-yellow-950\/5{
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-b-yellow-950\/50{
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-b-yellow-950\/55{
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.border-b-yellow-950\/60{
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-b-yellow-950\/65{
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.border-b-yellow-950\/70{
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-b-yellow-950\/75{
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-b-yellow-950\/80{
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-b-yellow-950\/85{
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.border-b-yellow-950\/90{
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-b-yellow-950\/95{
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-b-zinc-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-b-zinc-100\/0{
  border-bottom-color: rgb(244 244 245 / 0);
}

.border-b-zinc-100\/10{
  border-bottom-color: rgb(244 244 245 / 0.1);
}

.border-b-zinc-100\/100{
  border-bottom-color: rgb(244 244 245 / 1);
}

.border-b-zinc-100\/15{
  border-bottom-color: rgb(244 244 245 / 0.15);
}

.border-b-zinc-100\/20{
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.border-b-zinc-100\/25{
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.border-b-zinc-100\/30{
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.border-b-zinc-100\/35{
  border-bottom-color: rgb(244 244 245 / 0.35);
}

.border-b-zinc-100\/40{
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.border-b-zinc-100\/45{
  border-bottom-color: rgb(244 244 245 / 0.45);
}

.border-b-zinc-100\/5{
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.border-b-zinc-100\/50{
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.border-b-zinc-100\/55{
  border-bottom-color: rgb(244 244 245 / 0.55);
}

.border-b-zinc-100\/60{
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.border-b-zinc-100\/65{
  border-bottom-color: rgb(244 244 245 / 0.65);
}

.border-b-zinc-100\/70{
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.border-b-zinc-100\/75{
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.border-b-zinc-100\/80{
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.border-b-zinc-100\/85{
  border-bottom-color: rgb(244 244 245 / 0.85);
}

.border-b-zinc-100\/90{
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.border-b-zinc-100\/95{
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.border-b-zinc-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-b-zinc-200\/0{
  border-bottom-color: rgb(228 228 231 / 0);
}

.border-b-zinc-200\/10{
  border-bottom-color: rgb(228 228 231 / 0.1);
}

.border-b-zinc-200\/100{
  border-bottom-color: rgb(228 228 231 / 1);
}

.border-b-zinc-200\/15{
  border-bottom-color: rgb(228 228 231 / 0.15);
}

.border-b-zinc-200\/20{
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.border-b-zinc-200\/25{
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.border-b-zinc-200\/30{
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.border-b-zinc-200\/35{
  border-bottom-color: rgb(228 228 231 / 0.35);
}

.border-b-zinc-200\/40{
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.border-b-zinc-200\/45{
  border-bottom-color: rgb(228 228 231 / 0.45);
}

.border-b-zinc-200\/5{
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.border-b-zinc-200\/50{
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.border-b-zinc-200\/55{
  border-bottom-color: rgb(228 228 231 / 0.55);
}

.border-b-zinc-200\/60{
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.border-b-zinc-200\/65{
  border-bottom-color: rgb(228 228 231 / 0.65);
}

.border-b-zinc-200\/70{
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.border-b-zinc-200\/75{
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.border-b-zinc-200\/80{
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.border-b-zinc-200\/85{
  border-bottom-color: rgb(228 228 231 / 0.85);
}

.border-b-zinc-200\/90{
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.border-b-zinc-200\/95{
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.border-b-zinc-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-b-zinc-300\/0{
  border-bottom-color: rgb(212 212 216 / 0);
}

.border-b-zinc-300\/10{
  border-bottom-color: rgb(212 212 216 / 0.1);
}

.border-b-zinc-300\/100{
  border-bottom-color: rgb(212 212 216 / 1);
}

.border-b-zinc-300\/15{
  border-bottom-color: rgb(212 212 216 / 0.15);
}

.border-b-zinc-300\/20{
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.border-b-zinc-300\/25{
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.border-b-zinc-300\/30{
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.border-b-zinc-300\/35{
  border-bottom-color: rgb(212 212 216 / 0.35);
}

.border-b-zinc-300\/40{
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.border-b-zinc-300\/45{
  border-bottom-color: rgb(212 212 216 / 0.45);
}

.border-b-zinc-300\/5{
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.border-b-zinc-300\/50{
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.border-b-zinc-300\/55{
  border-bottom-color: rgb(212 212 216 / 0.55);
}

.border-b-zinc-300\/60{
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.border-b-zinc-300\/65{
  border-bottom-color: rgb(212 212 216 / 0.65);
}

.border-b-zinc-300\/70{
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.border-b-zinc-300\/75{
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.border-b-zinc-300\/80{
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.border-b-zinc-300\/85{
  border-bottom-color: rgb(212 212 216 / 0.85);
}

.border-b-zinc-300\/90{
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.border-b-zinc-300\/95{
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.border-b-zinc-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-b-zinc-400\/0{
  border-bottom-color: rgb(161 161 170 / 0);
}

.border-b-zinc-400\/10{
  border-bottom-color: rgb(161 161 170 / 0.1);
}

.border-b-zinc-400\/100{
  border-bottom-color: rgb(161 161 170 / 1);
}

.border-b-zinc-400\/15{
  border-bottom-color: rgb(161 161 170 / 0.15);
}

.border-b-zinc-400\/20{
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.border-b-zinc-400\/25{
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.border-b-zinc-400\/30{
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.border-b-zinc-400\/35{
  border-bottom-color: rgb(161 161 170 / 0.35);
}

.border-b-zinc-400\/40{
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.border-b-zinc-400\/45{
  border-bottom-color: rgb(161 161 170 / 0.45);
}

.border-b-zinc-400\/5{
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.border-b-zinc-400\/50{
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.border-b-zinc-400\/55{
  border-bottom-color: rgb(161 161 170 / 0.55);
}

.border-b-zinc-400\/60{
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.border-b-zinc-400\/65{
  border-bottom-color: rgb(161 161 170 / 0.65);
}

.border-b-zinc-400\/70{
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.border-b-zinc-400\/75{
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.border-b-zinc-400\/80{
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.border-b-zinc-400\/85{
  border-bottom-color: rgb(161 161 170 / 0.85);
}

.border-b-zinc-400\/90{
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.border-b-zinc-400\/95{
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.border-b-zinc-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-b-zinc-50\/0{
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-b-zinc-50\/10{
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-b-zinc-50\/100{
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-b-zinc-50\/15{
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.border-b-zinc-50\/20{
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-b-zinc-50\/25{
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-b-zinc-50\/30{
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-b-zinc-50\/35{
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.border-b-zinc-50\/40{
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-b-zinc-50\/45{
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.border-b-zinc-50\/5{
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-b-zinc-50\/50{
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-b-zinc-50\/55{
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.border-b-zinc-50\/60{
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-b-zinc-50\/65{
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.border-b-zinc-50\/70{
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-b-zinc-50\/75{
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-b-zinc-50\/80{
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-b-zinc-50\/85{
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.border-b-zinc-50\/90{
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-b-zinc-50\/95{
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-b-zinc-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-b-zinc-500\/0{
  border-bottom-color: rgb(113 113 122 / 0);
}

.border-b-zinc-500\/10{
  border-bottom-color: rgb(113 113 122 / 0.1);
}

.border-b-zinc-500\/100{
  border-bottom-color: rgb(113 113 122 / 1);
}

.border-b-zinc-500\/15{
  border-bottom-color: rgb(113 113 122 / 0.15);
}

.border-b-zinc-500\/20{
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.border-b-zinc-500\/25{
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.border-b-zinc-500\/30{
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.border-b-zinc-500\/35{
  border-bottom-color: rgb(113 113 122 / 0.35);
}

.border-b-zinc-500\/40{
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.border-b-zinc-500\/45{
  border-bottom-color: rgb(113 113 122 / 0.45);
}

.border-b-zinc-500\/5{
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.border-b-zinc-500\/50{
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.border-b-zinc-500\/55{
  border-bottom-color: rgb(113 113 122 / 0.55);
}

.border-b-zinc-500\/60{
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.border-b-zinc-500\/65{
  border-bottom-color: rgb(113 113 122 / 0.65);
}

.border-b-zinc-500\/70{
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.border-b-zinc-500\/75{
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.border-b-zinc-500\/80{
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.border-b-zinc-500\/85{
  border-bottom-color: rgb(113 113 122 / 0.85);
}

.border-b-zinc-500\/90{
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.border-b-zinc-500\/95{
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.border-b-zinc-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-b-zinc-600\/0{
  border-bottom-color: rgb(82 82 91 / 0);
}

.border-b-zinc-600\/10{
  border-bottom-color: rgb(82 82 91 / 0.1);
}

.border-b-zinc-600\/100{
  border-bottom-color: rgb(82 82 91 / 1);
}

.border-b-zinc-600\/15{
  border-bottom-color: rgb(82 82 91 / 0.15);
}

.border-b-zinc-600\/20{
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.border-b-zinc-600\/25{
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.border-b-zinc-600\/30{
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.border-b-zinc-600\/35{
  border-bottom-color: rgb(82 82 91 / 0.35);
}

.border-b-zinc-600\/40{
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.border-b-zinc-600\/45{
  border-bottom-color: rgb(82 82 91 / 0.45);
}

.border-b-zinc-600\/5{
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.border-b-zinc-600\/50{
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.border-b-zinc-600\/55{
  border-bottom-color: rgb(82 82 91 / 0.55);
}

.border-b-zinc-600\/60{
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.border-b-zinc-600\/65{
  border-bottom-color: rgb(82 82 91 / 0.65);
}

.border-b-zinc-600\/70{
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.border-b-zinc-600\/75{
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.border-b-zinc-600\/80{
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.border-b-zinc-600\/85{
  border-bottom-color: rgb(82 82 91 / 0.85);
}

.border-b-zinc-600\/90{
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.border-b-zinc-600\/95{
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.border-b-zinc-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-b-zinc-700\/0{
  border-bottom-color: rgb(63 63 70 / 0);
}

.border-b-zinc-700\/10{
  border-bottom-color: rgb(63 63 70 / 0.1);
}

.border-b-zinc-700\/100{
  border-bottom-color: rgb(63 63 70 / 1);
}

.border-b-zinc-700\/15{
  border-bottom-color: rgb(63 63 70 / 0.15);
}

.border-b-zinc-700\/20{
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.border-b-zinc-700\/25{
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.border-b-zinc-700\/30{
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.border-b-zinc-700\/35{
  border-bottom-color: rgb(63 63 70 / 0.35);
}

.border-b-zinc-700\/40{
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.border-b-zinc-700\/45{
  border-bottom-color: rgb(63 63 70 / 0.45);
}

.border-b-zinc-700\/5{
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.border-b-zinc-700\/50{
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.border-b-zinc-700\/55{
  border-bottom-color: rgb(63 63 70 / 0.55);
}

.border-b-zinc-700\/60{
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.border-b-zinc-700\/65{
  border-bottom-color: rgb(63 63 70 / 0.65);
}

.border-b-zinc-700\/70{
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.border-b-zinc-700\/75{
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.border-b-zinc-700\/80{
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.border-b-zinc-700\/85{
  border-bottom-color: rgb(63 63 70 / 0.85);
}

.border-b-zinc-700\/90{
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.border-b-zinc-700\/95{
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.border-b-zinc-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-b-zinc-800\/0{
  border-bottom-color: rgb(39 39 42 / 0);
}

.border-b-zinc-800\/10{
  border-bottom-color: rgb(39 39 42 / 0.1);
}

.border-b-zinc-800\/100{
  border-bottom-color: rgb(39 39 42 / 1);
}

.border-b-zinc-800\/15{
  border-bottom-color: rgb(39 39 42 / 0.15);
}

.border-b-zinc-800\/20{
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.border-b-zinc-800\/25{
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.border-b-zinc-800\/30{
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.border-b-zinc-800\/35{
  border-bottom-color: rgb(39 39 42 / 0.35);
}

.border-b-zinc-800\/40{
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.border-b-zinc-800\/45{
  border-bottom-color: rgb(39 39 42 / 0.45);
}

.border-b-zinc-800\/5{
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.border-b-zinc-800\/50{
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.border-b-zinc-800\/55{
  border-bottom-color: rgb(39 39 42 / 0.55);
}

.border-b-zinc-800\/60{
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.border-b-zinc-800\/65{
  border-bottom-color: rgb(39 39 42 / 0.65);
}

.border-b-zinc-800\/70{
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.border-b-zinc-800\/75{
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.border-b-zinc-800\/80{
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.border-b-zinc-800\/85{
  border-bottom-color: rgb(39 39 42 / 0.85);
}

.border-b-zinc-800\/90{
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.border-b-zinc-800\/95{
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.border-b-zinc-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-b-zinc-900\/0{
  border-bottom-color: rgb(24 24 27 / 0);
}

.border-b-zinc-900\/10{
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.border-b-zinc-900\/100{
  border-bottom-color: rgb(24 24 27 / 1);
}

.border-b-zinc-900\/15{
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.border-b-zinc-900\/20{
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.border-b-zinc-900\/25{
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.border-b-zinc-900\/30{
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.border-b-zinc-900\/35{
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.border-b-zinc-900\/40{
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.border-b-zinc-900\/45{
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.border-b-zinc-900\/5{
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.border-b-zinc-900\/50{
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.border-b-zinc-900\/55{
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.border-b-zinc-900\/60{
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.border-b-zinc-900\/65{
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.border-b-zinc-900\/70{
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.border-b-zinc-900\/75{
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.border-b-zinc-900\/80{
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.border-b-zinc-900\/85{
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.border-b-zinc-900\/90{
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.border-b-zinc-900\/95{
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.border-b-zinc-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-b-zinc-950\/0{
  border-bottom-color: rgb(9 9 11 / 0);
}

.border-b-zinc-950\/10{
  border-bottom-color: rgb(9 9 11 / 0.1);
}

.border-b-zinc-950\/100{
  border-bottom-color: rgb(9 9 11 / 1);
}

.border-b-zinc-950\/15{
  border-bottom-color: rgb(9 9 11 / 0.15);
}

.border-b-zinc-950\/20{
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.border-b-zinc-950\/25{
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.border-b-zinc-950\/30{
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.border-b-zinc-950\/35{
  border-bottom-color: rgb(9 9 11 / 0.35);
}

.border-b-zinc-950\/40{
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.border-b-zinc-950\/45{
  border-bottom-color: rgb(9 9 11 / 0.45);
}

.border-b-zinc-950\/5{
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.border-b-zinc-950\/50{
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.border-b-zinc-950\/55{
  border-bottom-color: rgb(9 9 11 / 0.55);
}

.border-b-zinc-950\/60{
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.border-b-zinc-950\/65{
  border-bottom-color: rgb(9 9 11 / 0.65);
}

.border-b-zinc-950\/70{
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.border-b-zinc-950\/75{
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.border-b-zinc-950\/80{
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.border-b-zinc-950\/85{
  border-bottom-color: rgb(9 9 11 / 0.85);
}

.border-b-zinc-950\/90{
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.border-b-zinc-950\/95{
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.border-e-accent{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.border-e-accent\/0{
  border-inline-end-color: rgb(70 109 148 / 0);
}

.border-e-accent\/10{
  border-inline-end-color: rgb(70 109 148 / 0.1);
}

.border-e-accent\/100{
  border-inline-end-color: rgb(70 109 148 / 1);
}

.border-e-accent\/15{
  border-inline-end-color: rgb(70 109 148 / 0.15);
}

.border-e-accent\/20{
  border-inline-end-color: rgb(70 109 148 / 0.2);
}

.border-e-accent\/25{
  border-inline-end-color: rgb(70 109 148 / 0.25);
}

.border-e-accent\/30{
  border-inline-end-color: rgb(70 109 148 / 0.3);
}

.border-e-accent\/35{
  border-inline-end-color: rgb(70 109 148 / 0.35);
}

.border-e-accent\/40{
  border-inline-end-color: rgb(70 109 148 / 0.4);
}

.border-e-accent\/45{
  border-inline-end-color: rgb(70 109 148 / 0.45);
}

.border-e-accent\/5{
  border-inline-end-color: rgb(70 109 148 / 0.05);
}

.border-e-accent\/50{
  border-inline-end-color: rgb(70 109 148 / 0.5);
}

.border-e-accent\/55{
  border-inline-end-color: rgb(70 109 148 / 0.55);
}

.border-e-accent\/60{
  border-inline-end-color: rgb(70 109 148 / 0.6);
}

.border-e-accent\/65{
  border-inline-end-color: rgb(70 109 148 / 0.65);
}

.border-e-accent\/70{
  border-inline-end-color: rgb(70 109 148 / 0.7);
}

.border-e-accent\/75{
  border-inline-end-color: rgb(70 109 148 / 0.75);
}

.border-e-accent\/80{
  border-inline-end-color: rgb(70 109 148 / 0.8);
}

.border-e-accent\/85{
  border-inline-end-color: rgb(70 109 148 / 0.85);
}

.border-e-accent\/90{
  border-inline-end-color: rgb(70 109 148 / 0.9);
}

.border-e-accent\/95{
  border-inline-end-color: rgb(70 109 148 / 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\/15{
  border-inline-end-color: rgb(254 243 199 / 0.15);
}

.border-e-amber-100\/20{
  border-inline-end-color: rgb(254 243 199 / 0.2);
}

.border-e-amber-100\/25{
  border-inline-end-color: rgb(254 243 199 / 0.25);
}

.border-e-amber-100\/30{
  border-inline-end-color: rgb(254 243 199 / 0.3);
}

.border-e-amber-100\/35{
  border-inline-end-color: rgb(254 243 199 / 0.35);
}

.border-e-amber-100\/40{
  border-inline-end-color: rgb(254 243 199 / 0.4);
}

.border-e-amber-100\/45{
  border-inline-end-color: rgb(254 243 199 / 0.45);
}

.border-e-amber-100\/5{
  border-inline-end-color: rgb(254 243 199 / 0.05);
}

.border-e-amber-100\/50{
  border-inline-end-color: rgb(254 243 199 / 0.5);
}

.border-e-amber-100\/55{
  border-inline-end-color: rgb(254 243 199 / 0.55);
}

.border-e-amber-100\/60{
  border-inline-end-color: rgb(254 243 199 / 0.6);
}

.border-e-amber-100\/65{
  border-inline-end-color: rgb(254 243 199 / 0.65);
}

.border-e-amber-100\/70{
  border-inline-end-color: rgb(254 243 199 / 0.7);
}

.border-e-amber-100\/75{
  border-inline-end-color: rgb(254 243 199 / 0.75);
}

.border-e-amber-100\/80{
  border-inline-end-color: rgb(254 243 199 / 0.8);
}

.border-e-amber-100\/85{
  border-inline-end-color: rgb(254 243 199 / 0.85);
}

.border-e-amber-100\/90{
  border-inline-end-color: rgb(254 243 199 / 0.9);
}

.border-e-amber-100\/95{
  border-inline-end-color: rgb(254 243 199 / 0.95);
}

.border-e-amber-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-e-amber-200\/0{
  border-inline-end-color: rgb(253 230 138 / 0);
}

.border-e-amber-200\/10{
  border-inline-end-color: rgb(253 230 138 / 0.1);
}

.border-e-amber-200\/100{
  border-inline-end-color: rgb(253 230 138 / 1);
}

.border-e-amber-200\/15{
  border-inline-end-color: rgb(253 230 138 / 0.15);
}

.border-e-amber-200\/20{
  border-inline-end-color: rgb(253 230 138 / 0.2);
}

.border-e-amber-200\/25{
  border-inline-end-color: rgb(253 230 138 / 0.25);
}

.border-e-amber-200\/30{
  border-inline-end-color: rgb(253 230 138 / 0.3);
}

.border-e-amber-200\/35{
  border-inline-end-color: rgb(253 230 138 / 0.35);
}

.border-e-amber-200\/40{
  border-inline-end-color: rgb(253 230 138 / 0.4);
}

.border-e-amber-200\/45{
  border-inline-end-color: rgb(253 230 138 / 0.45);
}

.border-e-amber-200\/5{
  border-inline-end-color: rgb(253 230 138 / 0.05);
}

.border-e-amber-200\/50{
  border-inline-end-color: rgb(253 230 138 / 0.5);
}

.border-e-amber-200\/55{
  border-inline-end-color: rgb(253 230 138 / 0.55);
}

.border-e-amber-200\/60{
  border-inline-end-color: rgb(253 230 138 / 0.6);
}

.border-e-amber-200\/65{
  border-inline-end-color: rgb(253 230 138 / 0.65);
}

.border-e-amber-200\/70{
  border-inline-end-color: rgb(253 230 138 / 0.7);
}

.border-e-amber-200\/75{
  border-inline-end-color: rgb(253 230 138 / 0.75);
}

.border-e-amber-200\/80{
  border-inline-end-color: rgb(253 230 138 / 0.8);
}

.border-e-amber-200\/85{
  border-inline-end-color: rgb(253 230 138 / 0.85);
}

.border-e-amber-200\/90{
  border-inline-end-color: rgb(253 230 138 / 0.9);
}

.border-e-amber-200\/95{
  border-inline-end-color: rgb(253 230 138 / 0.95);
}

.border-e-amber-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-e-amber-300\/0{
  border-inline-end-color: rgb(252 211 77 / 0);
}

.border-e-amber-300\/10{
  border-inline-end-color: rgb(252 211 77 / 0.1);
}

.border-e-amber-300\/100{
  border-inline-end-color: rgb(252 211 77 / 1);
}

.border-e-amber-300\/15{
  border-inline-end-color: rgb(252 211 77 / 0.15);
}

.border-e-amber-300\/20{
  border-inline-end-color: rgb(252 211 77 / 0.2);
}

.border-e-amber-300\/25{
  border-inline-end-color: rgb(252 211 77 / 0.25);
}

.border-e-amber-300\/30{
  border-inline-end-color: rgb(252 211 77 / 0.3);
}

.border-e-amber-300\/35{
  border-inline-end-color: rgb(252 211 77 / 0.35);
}

.border-e-amber-300\/40{
  border-inline-end-color: rgb(252 211 77 / 0.4);
}

.border-e-amber-300\/45{
  border-inline-end-color: rgb(252 211 77 / 0.45);
}

.border-e-amber-300\/5{
  border-inline-end-color: rgb(252 211 77 / 0.05);
}

.border-e-amber-300\/50{
  border-inline-end-color: rgb(252 211 77 / 0.5);
}

.border-e-amber-300\/55{
  border-inline-end-color: rgb(252 211 77 / 0.55);
}

.border-e-amber-300\/60{
  border-inline-end-color: rgb(252 211 77 / 0.6);
}

.border-e-amber-300\/65{
  border-inline-end-color: rgb(252 211 77 / 0.65);
}

.border-e-amber-300\/70{
  border-inline-end-color: rgb(252 211 77 / 0.7);
}

.border-e-amber-300\/75{
  border-inline-end-color: rgb(252 211 77 / 0.75);
}

.border-e-amber-300\/80{
  border-inline-end-color: rgb(252 211 77 / 0.8);
}

.border-e-amber-300\/85{
  border-inline-end-color: rgb(252 211 77 / 0.85);
}

.border-e-amber-300\/90{
  border-inline-end-color: rgb(252 211 77 / 0.9);
}

.border-e-amber-300\/95{
  border-inline-end-color: rgb(252 211 77 / 0.95);
}

.border-e-amber-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-e-amber-400\/0{
  border-inline-end-color: rgb(251 191 36 / 0);
}

.border-e-amber-400\/10{
  border-inline-end-color: rgb(251 191 36 / 0.1);
}

.border-e-amber-400\/100{
  border-inline-end-color: rgb(251 191 36 / 1);
}

.border-e-amber-400\/15{
  border-inline-end-color: rgb(251 191 36 / 0.15);
}

.border-e-amber-400\/20{
  border-inline-end-color: rgb(251 191 36 / 0.2);
}

.border-e-amber-400\/25{
  border-inline-end-color: rgb(251 191 36 / 0.25);
}

.border-e-amber-400\/30{
  border-inline-end-color: rgb(251 191 36 / 0.3);
}

.border-e-amber-400\/35{
  border-inline-end-color: rgb(251 191 36 / 0.35);
}

.border-e-amber-400\/40{
  border-inline-end-color: rgb(251 191 36 / 0.4);
}

.border-e-amber-400\/45{
  border-inline-end-color: rgb(251 191 36 / 0.45);
}

.border-e-amber-400\/5{
  border-inline-end-color: rgb(251 191 36 / 0.05);
}

.border-e-amber-400\/50{
  border-inline-end-color: rgb(251 191 36 / 0.5);
}

.border-e-amber-400\/55{
  border-inline-end-color: rgb(251 191 36 / 0.55);
}

.border-e-amber-400\/60{
  border-inline-end-color: rgb(251 191 36 / 0.6);
}

.border-e-amber-400\/65{
  border-inline-end-color: rgb(251 191 36 / 0.65);
}

.border-e-amber-400\/70{
  border-inline-end-color: rgb(251 191 36 / 0.7);
}

.border-e-amber-400\/75{
  border-inline-end-color: rgb(251 191 36 / 0.75);
}

.border-e-amber-400\/80{
  border-inline-end-color: rgb(251 191 36 / 0.8);
}

.border-e-amber-400\/85{
  border-inline-end-color: rgb(251 191 36 / 0.85);
}

.border-e-amber-400\/90{
  border-inline-end-color: rgb(251 191 36 / 0.9);
}

.border-e-amber-400\/95{
  border-inline-end-color: rgb(251 191 36 / 0.95);
}

.border-e-amber-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-e-amber-50\/0{
  border-inline-end-color: rgb(255 251 235 / 0);
}

.border-e-amber-50\/10{
  border-inline-end-color: rgb(255 251 235 / 0.1);
}

.border-e-amber-50\/100{
  border-inline-end-color: rgb(255 251 235 / 1);
}

.border-e-amber-50\/15{
  border-inline-end-color: rgb(255 251 235 / 0.15);
}

.border-e-amber-50\/20{
  border-inline-end-color: rgb(255 251 235 / 0.2);
}

.border-e-amber-50\/25{
  border-inline-end-color: rgb(255 251 235 / 0.25);
}

.border-e-amber-50\/30{
  border-inline-end-color: rgb(255 251 235 / 0.3);
}

.border-e-amber-50\/35{
  border-inline-end-color: rgb(255 251 235 / 0.35);
}

.border-e-amber-50\/40{
  border-inline-end-color: rgb(255 251 235 / 0.4);
}

.border-e-amber-50\/45{
  border-inline-end-color: rgb(255 251 235 / 0.45);
}

.border-e-amber-50\/5{
  border-inline-end-color: rgb(255 251 235 / 0.05);
}

.border-e-amber-50\/50{
  border-inline-end-color: rgb(255 251 235 / 0.5);
}

.border-e-amber-50\/55{
  border-inline-end-color: rgb(255 251 235 / 0.55);
}

.border-e-amber-50\/60{
  border-inline-end-color: rgb(255 251 235 / 0.6);
}

.border-e-amber-50\/65{
  border-inline-end-color: rgb(255 251 235 / 0.65);
}

.border-e-amber-50\/70{
  border-inline-end-color: rgb(255 251 235 / 0.7);
}

.border-e-amber-50\/75{
  border-inline-end-color: rgb(255 251 235 / 0.75);
}

.border-e-amber-50\/80{
  border-inline-end-color: rgb(255 251 235 / 0.8);
}

.border-e-amber-50\/85{
  border-inline-end-color: rgb(255 251 235 / 0.85);
}

.border-e-amber-50\/90{
  border-inline-end-color: rgb(255 251 235 / 0.9);
}

.border-e-amber-50\/95{
  border-inline-end-color: rgb(255 251 235 / 0.95);
}

.border-e-amber-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-e-amber-500\/0{
  border-inline-end-color: rgb(245 158 11 / 0);
}

.border-e-amber-500\/10{
  border-inline-end-color: rgb(245 158 11 / 0.1);
}

.border-e-amber-500\/100{
  border-inline-end-color: rgb(245 158 11 / 1);
}

.border-e-amber-500\/15{
  border-inline-end-color: rgb(245 158 11 / 0.15);
}

.border-e-amber-500\/20{
  border-inline-end-color: rgb(245 158 11 / 0.2);
}

.border-e-amber-500\/25{
  border-inline-end-color: rgb(245 158 11 / 0.25);
}

.border-e-amber-500\/30{
  border-inline-end-color: rgb(245 158 11 / 0.3);
}

.border-e-amber-500\/35{
  border-inline-end-color: rgb(245 158 11 / 0.35);
}

.border-e-amber-500\/40{
  border-inline-end-color: rgb(245 158 11 / 0.4);
}

.border-e-amber-500\/45{
  border-inline-end-color: rgb(245 158 11 / 0.45);
}

.border-e-amber-500\/5{
  border-inline-end-color: rgb(245 158 11 / 0.05);
}

.border-e-amber-500\/50{
  border-inline-end-color: rgb(245 158 11 / 0.5);
}

.border-e-amber-500\/55{
  border-inline-end-color: rgb(245 158 11 / 0.55);
}

.border-e-amber-500\/60{
  border-inline-end-color: rgb(245 158 11 / 0.6);
}

.border-e-amber-500\/65{
  border-inline-end-color: rgb(245 158 11 / 0.65);
}

.border-e-amber-500\/70{
  border-inline-end-color: rgb(245 158 11 / 0.7);
}

.border-e-amber-500\/75{
  border-inline-end-color: rgb(245 158 11 / 0.75);
}

.border-e-amber-500\/80{
  border-inline-end-color: rgb(245 158 11 / 0.8);
}

.border-e-amber-500\/85{
  border-inline-end-color: rgb(245 158 11 / 0.85);
}

.border-e-amber-500\/90{
  border-inline-end-color: rgb(245 158 11 / 0.9);
}

.border-e-amber-500\/95{
  border-inline-end-color: rgb(245 158 11 / 0.95);
}

.border-e-amber-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-e-amber-600\/0{
  border-inline-end-color: rgb(217 119 6 / 0);
}

.border-e-amber-600\/10{
  border-inline-end-color: rgb(217 119 6 / 0.1);
}

.border-e-amber-600\/100{
  border-inline-end-color: rgb(217 119 6 / 1);
}

.border-e-amber-600\/15{
  border-inline-end-color: rgb(217 119 6 / 0.15);
}

.border-e-amber-600\/20{
  border-inline-end-color: rgb(217 119 6 / 0.2);
}

.border-e-amber-600\/25{
  border-inline-end-color: rgb(217 119 6 / 0.25);
}

.border-e-amber-600\/30{
  border-inline-end-color: rgb(217 119 6 / 0.3);
}

.border-e-amber-600\/35{
  border-inline-end-color: rgb(217 119 6 / 0.35);
}

.border-e-amber-600\/40{
  border-inline-end-color: rgb(217 119 6 / 0.4);
}

.border-e-amber-600\/45{
  border-inline-end-color: rgb(217 119 6 / 0.45);
}

.border-e-amber-600\/5{
  border-inline-end-color: rgb(217 119 6 / 0.05);
}

.border-e-amber-600\/50{
  border-inline-end-color: rgb(217 119 6 / 0.5);
}

.border-e-amber-600\/55{
  border-inline-end-color: rgb(217 119 6 / 0.55);
}

.border-e-amber-600\/60{
  border-inline-end-color: rgb(217 119 6 / 0.6);
}

.border-e-amber-600\/65{
  border-inline-end-color: rgb(217 119 6 / 0.65);
}

.border-e-amber-600\/70{
  border-inline-end-color: rgb(217 119 6 / 0.7);
}

.border-e-amber-600\/75{
  border-inline-end-color: rgb(217 119 6 / 0.75);
}

.border-e-amber-600\/80{
  border-inline-end-color: rgb(217 119 6 / 0.8);
}

.border-e-amber-600\/85{
  border-inline-end-color: rgb(217 119 6 / 0.85);
}

.border-e-amber-600\/90{
  border-inline-end-color: rgb(217 119 6 / 0.9);
}

.border-e-amber-600\/95{
  border-inline-end-color: rgb(217 119 6 / 0.95);
}

.border-e-amber-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-e-amber-700\/0{
  border-inline-end-color: rgb(180 83 9 / 0);
}

.border-e-amber-700\/10{
  border-inline-end-color: rgb(180 83 9 / 0.1);
}

.border-e-amber-700\/100{
  border-inline-end-color: rgb(180 83 9 / 1);
}

.border-e-amber-700\/15{
  border-inline-end-color: rgb(180 83 9 / 0.15);
}

.border-e-amber-700\/20{
  border-inline-end-color: rgb(180 83 9 / 0.2);
}

.border-e-amber-700\/25{
  border-inline-end-color: rgb(180 83 9 / 0.25);
}

.border-e-amber-700\/30{
  border-inline-end-color: rgb(180 83 9 / 0.3);
}

.border-e-amber-700\/35{
  border-inline-end-color: rgb(180 83 9 / 0.35);
}

.border-e-amber-700\/40{
  border-inline-end-color: rgb(180 83 9 / 0.4);
}

.border-e-amber-700\/45{
  border-inline-end-color: rgb(180 83 9 / 0.45);
}

.border-e-amber-700\/5{
  border-inline-end-color: rgb(180 83 9 / 0.05);
}

.border-e-amber-700\/50{
  border-inline-end-color: rgb(180 83 9 / 0.5);
}

.border-e-amber-700\/55{
  border-inline-end-color: rgb(180 83 9 / 0.55);
}

.border-e-amber-700\/60{
  border-inline-end-color: rgb(180 83 9 / 0.6);
}

.border-e-amber-700\/65{
  border-inline-end-color: rgb(180 83 9 / 0.65);
}

.border-e-amber-700\/70{
  border-inline-end-color: rgb(180 83 9 / 0.7);
}

.border-e-amber-700\/75{
  border-inline-end-color: rgb(180 83 9 / 0.75);
}

.border-e-amber-700\/80{
  border-inline-end-color: rgb(180 83 9 / 0.8);
}

.border-e-amber-700\/85{
  border-inline-end-color: rgb(180 83 9 / 0.85);
}

.border-e-amber-700\/90{
  border-inline-end-color: rgb(180 83 9 / 0.9);
}

.border-e-amber-700\/95{
  border-inline-end-color: rgb(180 83 9 / 0.95);
}

.border-e-amber-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-e-amber-800\/0{
  border-inline-end-color: rgb(146 64 14 / 0);
}

.border-e-amber-800\/10{
  border-inline-end-color: rgb(146 64 14 / 0.1);
}

.border-e-amber-800\/100{
  border-inline-end-color: rgb(146 64 14 / 1);
}

.border-e-amber-800\/15{
  border-inline-end-color: rgb(146 64 14 / 0.15);
}

.border-e-amber-800\/20{
  border-inline-end-color: rgb(146 64 14 / 0.2);
}

.border-e-amber-800\/25{
  border-inline-end-color: rgb(146 64 14 / 0.25);
}

.border-e-amber-800\/30{
  border-inline-end-color: rgb(146 64 14 / 0.3);
}

.border-e-amber-800\/35{
  border-inline-end-color: rgb(146 64 14 / 0.35);
}

.border-e-amber-800\/40{
  border-inline-end-color: rgb(146 64 14 / 0.4);
}

.border-e-amber-800\/45{
  border-inline-end-color: rgb(146 64 14 / 0.45);
}

.border-e-amber-800\/5{
  border-inline-end-color: rgb(146 64 14 / 0.05);
}

.border-e-amber-800\/50{
  border-inline-end-color: rgb(146 64 14 / 0.5);
}

.border-e-amber-800\/55{
  border-inline-end-color: rgb(146 64 14 / 0.55);
}

.border-e-amber-800\/60{
  border-inline-end-color: rgb(146 64 14 / 0.6);
}

.border-e-amber-800\/65{
  border-inline-end-color: rgb(146 64 14 / 0.65);
}

.border-e-amber-800\/70{
  border-inline-end-color: rgb(146 64 14 / 0.7);
}

.border-e-amber-800\/75{
  border-inline-end-color: rgb(146 64 14 / 0.75);
}

.border-e-amber-800\/80{
  border-inline-end-color: rgb(146 64 14 / 0.8);
}

.border-e-amber-800\/85{
  border-inline-end-color: rgb(146 64 14 / 0.85);
}

.border-e-amber-800\/90{
  border-inline-end-color: rgb(146 64 14 / 0.9);
}

.border-e-amber-800\/95{
  border-inline-end-color: rgb(146 64 14 / 0.95);
}

.border-e-amber-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-e-amber-900\/0{
  border-inline-end-color: rgb(120 53 15 / 0);
}

.border-e-amber-900\/10{
  border-inline-end-color: rgb(120 53 15 / 0.1);
}

.border-e-amber-900\/100{
  border-inline-end-color: rgb(120 53 15 / 1);
}

.border-e-amber-900\/15{
  border-inline-end-color: rgb(120 53 15 / 0.15);
}

.border-e-amber-900\/20{
  border-inline-end-color: rgb(120 53 15 / 0.2);
}

.border-e-amber-900\/25{
  border-inline-end-color: rgb(120 53 15 / 0.25);
}

.border-e-amber-900\/30{
  border-inline-end-color: rgb(120 53 15 / 0.3);
}

.border-e-amber-900\/35{
  border-inline-end-color: rgb(120 53 15 / 0.35);
}

.border-e-amber-900\/40{
  border-inline-end-color: rgb(120 53 15 / 0.4);
}

.border-e-amber-900\/45{
  border-inline-end-color: rgb(120 53 15 / 0.45);
}

.border-e-amber-900\/5{
  border-inline-end-color: rgb(120 53 15 / 0.05);
}

.border-e-amber-900\/50{
  border-inline-end-color: rgb(120 53 15 / 0.5);
}

.border-e-amber-900\/55{
  border-inline-end-color: rgb(120 53 15 / 0.55);
}

.border-e-amber-900\/60{
  border-inline-end-color: rgb(120 53 15 / 0.6);
}

.border-e-amber-900\/65{
  border-inline-end-color: rgb(120 53 15 / 0.65);
}

.border-e-amber-900\/70{
  border-inline-end-color: rgb(120 53 15 / 0.7);
}

.border-e-amber-900\/75{
  border-inline-end-color: rgb(120 53 15 / 0.75);
}

.border-e-amber-900\/80{
  border-inline-end-color: rgb(120 53 15 / 0.8);
}

.border-e-amber-900\/85{
  border-inline-end-color: rgb(120 53 15 / 0.85);
}

.border-e-amber-900\/90{
  border-inline-end-color: rgb(120 53 15 / 0.9);
}

.border-e-amber-900\/95{
  border-inline-end-color: rgb(120 53 15 / 0.95);
}

.border-e-amber-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-e-amber-950\/0{
  border-inline-end-color: rgb(69 26 3 / 0);
}

.border-e-amber-950\/10{
  border-inline-end-color: rgb(69 26 3 / 0.1);
}

.border-e-amber-950\/100{
  border-inline-end-color: rgb(69 26 3 / 1);
}

.border-e-amber-950\/15{
  border-inline-end-color: rgb(69 26 3 / 0.15);
}

.border-e-amber-950\/20{
  border-inline-end-color: rgb(69 26 3 / 0.2);
}

.border-e-amber-950\/25{
  border-inline-end-color: rgb(69 26 3 / 0.25);
}

.border-e-amber-950\/30{
  border-inline-end-color: rgb(69 26 3 / 0.3);
}

.border-e-amber-950\/35{
  border-inline-end-color: rgb(69 26 3 / 0.35);
}

.border-e-amber-950\/40{
  border-inline-end-color: rgb(69 26 3 / 0.4);
}

.border-e-amber-950\/45{
  border-inline-end-color: rgb(69 26 3 / 0.45);
}

.border-e-amber-950\/5{
  border-inline-end-color: rgb(69 26 3 / 0.05);
}

.border-e-amber-950\/50{
  border-inline-end-color: rgb(69 26 3 / 0.5);
}

.border-e-amber-950\/55{
  border-inline-end-color: rgb(69 26 3 / 0.55);
}

.border-e-amber-950\/60{
  border-inline-end-color: rgb(69 26 3 / 0.6);
}

.border-e-amber-950\/65{
  border-inline-end-color: rgb(69 26 3 / 0.65);
}

.border-e-amber-950\/70{
  border-inline-end-color: rgb(69 26 3 / 0.7);
}

.border-e-amber-950\/75{
  border-inline-end-color: rgb(69 26 3 / 0.75);
}

.border-e-amber-950\/80{
  border-inline-end-color: rgb(69 26 3 / 0.8);
}

.border-e-amber-950\/85{
  border-inline-end-color: rgb(69 26 3 / 0.85);
}

.border-e-amber-950\/90{
  border-inline-end-color: rgb(69 26 3 / 0.9);
}

.border-e-amber-950\/95{
  border-inline-end-color: rgb(69 26 3 / 0.95);
}

.border-e-background{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.border-e-background\/0{
  border-inline-end-color: rgb(245 246 250 / 0);
}

.border-e-background\/10{
  border-inline-end-color: rgb(245 246 250 / 0.1);
}

.border-e-background\/100{
  border-inline-end-color: rgb(245 246 250 / 1);
}

.border-e-background\/15{
  border-inline-end-color: rgb(245 246 250 / 0.15);
}

.border-e-background\/20{
  border-inline-end-color: rgb(245 246 250 / 0.2);
}

.border-e-background\/25{
  border-inline-end-color: rgb(245 246 250 / 0.25);
}

.border-e-background\/30{
  border-inline-end-color: rgb(245 246 250 / 0.3);
}

.border-e-background\/35{
  border-inline-end-color: rgb(245 246 250 / 0.35);
}

.border-e-background\/40{
  border-inline-end-color: rgb(245 246 250 / 0.4);
}

.border-e-background\/45{
  border-inline-end-color: rgb(245 246 250 / 0.45);
}

.border-e-background\/5{
  border-inline-end-color: rgb(245 246 250 / 0.05);
}

.border-e-background\/50{
  border-inline-end-color: rgb(245 246 250 / 0.5);
}

.border-e-background\/55{
  border-inline-end-color: rgb(245 246 250 / 0.55);
}

.border-e-background\/60{
  border-inline-end-color: rgb(245 246 250 / 0.6);
}

.border-e-background\/65{
  border-inline-end-color: rgb(245 246 250 / 0.65);
}

.border-e-background\/70{
  border-inline-end-color: rgb(245 246 250 / 0.7);
}

.border-e-background\/75{
  border-inline-end-color: rgb(245 246 250 / 0.75);
}

.border-e-background\/80{
  border-inline-end-color: rgb(245 246 250 / 0.8);
}

.border-e-background\/85{
  border-inline-end-color: rgb(245 246 250 / 0.85);
}

.border-e-background\/90{
  border-inline-end-color: rgb(245 246 250 / 0.9);
}

.border-e-background\/95{
  border-inline-end-color: rgb(245 246 250 / 0.95);
}

.border-e-black{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.border-e-black\/0{
  border-inline-end-color: rgb(41 44 53 / 0);
}

.border-e-black\/10{
  border-inline-end-color: rgb(41 44 53 / 0.1);
}

.border-e-black\/100{
  border-inline-end-color: rgb(41 44 53 / 1);
}

.border-e-black\/15{
  border-inline-end-color: rgb(41 44 53 / 0.15);
}

.border-e-black\/20{
  border-inline-end-color: rgb(41 44 53 / 0.2);
}

.border-e-black\/25{
  border-inline-end-color: rgb(41 44 53 / 0.25);
}

.border-e-black\/30{
  border-inline-end-color: rgb(41 44 53 / 0.3);
}

.border-e-black\/35{
  border-inline-end-color: rgb(41 44 53 / 0.35);
}

.border-e-black\/40{
  border-inline-end-color: rgb(41 44 53 / 0.4);
}

.border-e-black\/45{
  border-inline-end-color: rgb(41 44 53 / 0.45);
}

.border-e-black\/5{
  border-inline-end-color: rgb(41 44 53 / 0.05);
}

.border-e-black\/50{
  border-inline-end-color: rgb(41 44 53 / 0.5);
}

.border-e-black\/55{
  border-inline-end-color: rgb(41 44 53 / 0.55);
}

.border-e-black\/60{
  border-inline-end-color: rgb(41 44 53 / 0.6);
}

.border-e-black\/65{
  border-inline-end-color: rgb(41 44 53 / 0.65);
}

.border-e-black\/70{
  border-inline-end-color: rgb(41 44 53 / 0.7);
}

.border-e-black\/75{
  border-inline-end-color: rgb(41 44 53 / 0.75);
}

.border-e-black\/80{
  border-inline-end-color: rgb(41 44 53 / 0.8);
}

.border-e-black\/85{
  border-inline-end-color: rgb(41 44 53 / 0.85);
}

.border-e-black\/90{
  border-inline-end-color: rgb(41 44 53 / 0.9);
}

.border-e-black\/95{
  border-inline-end-color: rgb(41 44 53 / 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\/15{
  border-inline-end-color: rgb(219 234 254 / 0.15);
}

.border-e-blue-100\/20{
  border-inline-end-color: rgb(219 234 254 / 0.2);
}

.border-e-blue-100\/25{
  border-inline-end-color: rgb(219 234 254 / 0.25);
}

.border-e-blue-100\/30{
  border-inline-end-color: rgb(219 234 254 / 0.3);
}

.border-e-blue-100\/35{
  border-inline-end-color: rgb(219 234 254 / 0.35);
}

.border-e-blue-100\/40{
  border-inline-end-color: rgb(219 234 254 / 0.4);
}

.border-e-blue-100\/45{
  border-inline-end-color: rgb(219 234 254 / 0.45);
}

.border-e-blue-100\/5{
  border-inline-end-color: rgb(219 234 254 / 0.05);
}

.border-e-blue-100\/50{
  border-inline-end-color: rgb(219 234 254 / 0.5);
}

.border-e-blue-100\/55{
  border-inline-end-color: rgb(219 234 254 / 0.55);
}

.border-e-blue-100\/60{
  border-inline-end-color: rgb(219 234 254 / 0.6);
}

.border-e-blue-100\/65{
  border-inline-end-color: rgb(219 234 254 / 0.65);
}

.border-e-blue-100\/70{
  border-inline-end-color: rgb(219 234 254 / 0.7);
}

.border-e-blue-100\/75{
  border-inline-end-color: rgb(219 234 254 / 0.75);
}

.border-e-blue-100\/80{
  border-inline-end-color: rgb(219 234 254 / 0.8);
}

.border-e-blue-100\/85{
  border-inline-end-color: rgb(219 234 254 / 0.85);
}

.border-e-blue-100\/90{
  border-inline-end-color: rgb(219 234 254 / 0.9);
}

.border-e-blue-100\/95{
  border-inline-end-color: rgb(219 234 254 / 0.95);
}

.border-e-blue-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-e-blue-200\/0{
  border-inline-end-color: rgb(191 219 254 / 0);
}

.border-e-blue-200\/10{
  border-inline-end-color: rgb(191 219 254 / 0.1);
}

.border-e-blue-200\/100{
  border-inline-end-color: rgb(191 219 254 / 1);
}

.border-e-blue-200\/15{
  border-inline-end-color: rgb(191 219 254 / 0.15);
}

.border-e-blue-200\/20{
  border-inline-end-color: rgb(191 219 254 / 0.2);
}

.border-e-blue-200\/25{
  border-inline-end-color: rgb(191 219 254 / 0.25);
}

.border-e-blue-200\/30{
  border-inline-end-color: rgb(191 219 254 / 0.3);
}

.border-e-blue-200\/35{
  border-inline-end-color: rgb(191 219 254 / 0.35);
}

.border-e-blue-200\/40{
  border-inline-end-color: rgb(191 219 254 / 0.4);
}

.border-e-blue-200\/45{
  border-inline-end-color: rgb(191 219 254 / 0.45);
}

.border-e-blue-200\/5{
  border-inline-end-color: rgb(191 219 254 / 0.05);
}

.border-e-blue-200\/50{
  border-inline-end-color: rgb(191 219 254 / 0.5);
}

.border-e-blue-200\/55{
  border-inline-end-color: rgb(191 219 254 / 0.55);
}

.border-e-blue-200\/60{
  border-inline-end-color: rgb(191 219 254 / 0.6);
}

.border-e-blue-200\/65{
  border-inline-end-color: rgb(191 219 254 / 0.65);
}

.border-e-blue-200\/70{
  border-inline-end-color: rgb(191 219 254 / 0.7);
}

.border-e-blue-200\/75{
  border-inline-end-color: rgb(191 219 254 / 0.75);
}

.border-e-blue-200\/80{
  border-inline-end-color: rgb(191 219 254 / 0.8);
}

.border-e-blue-200\/85{
  border-inline-end-color: rgb(191 219 254 / 0.85);
}

.border-e-blue-200\/90{
  border-inline-end-color: rgb(191 219 254 / 0.9);
}

.border-e-blue-200\/95{
  border-inline-end-color: rgb(191 219 254 / 0.95);
}

.border-e-blue-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-e-blue-300\/0{
  border-inline-end-color: rgb(147 197 253 / 0);
}

.border-e-blue-300\/10{
  border-inline-end-color: rgb(147 197 253 / 0.1);
}

.border-e-blue-300\/100{
  border-inline-end-color: rgb(147 197 253 / 1);
}

.border-e-blue-300\/15{
  border-inline-end-color: rgb(147 197 253 / 0.15);
}

.border-e-blue-300\/20{
  border-inline-end-color: rgb(147 197 253 / 0.2);
}

.border-e-blue-300\/25{
  border-inline-end-color: rgb(147 197 253 / 0.25);
}

.border-e-blue-300\/30{
  border-inline-end-color: rgb(147 197 253 / 0.3);
}

.border-e-blue-300\/35{
  border-inline-end-color: rgb(147 197 253 / 0.35);
}

.border-e-blue-300\/40{
  border-inline-end-color: rgb(147 197 253 / 0.4);
}

.border-e-blue-300\/45{
  border-inline-end-color: rgb(147 197 253 / 0.45);
}

.border-e-blue-300\/5{
  border-inline-end-color: rgb(147 197 253 / 0.05);
}

.border-e-blue-300\/50{
  border-inline-end-color: rgb(147 197 253 / 0.5);
}

.border-e-blue-300\/55{
  border-inline-end-color: rgb(147 197 253 / 0.55);
}

.border-e-blue-300\/60{
  border-inline-end-color: rgb(147 197 253 / 0.6);
}

.border-e-blue-300\/65{
  border-inline-end-color: rgb(147 197 253 / 0.65);
}

.border-e-blue-300\/70{
  border-inline-end-color: rgb(147 197 253 / 0.7);
}

.border-e-blue-300\/75{
  border-inline-end-color: rgb(147 197 253 / 0.75);
}

.border-e-blue-300\/80{
  border-inline-end-color: rgb(147 197 253 / 0.8);
}

.border-e-blue-300\/85{
  border-inline-end-color: rgb(147 197 253 / 0.85);
}

.border-e-blue-300\/90{
  border-inline-end-color: rgb(147 197 253 / 0.9);
}

.border-e-blue-300\/95{
  border-inline-end-color: rgb(147 197 253 / 0.95);
}

.border-e-blue-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-e-blue-400\/0{
  border-inline-end-color: rgb(96 165 250 / 0);
}

.border-e-blue-400\/10{
  border-inline-end-color: rgb(96 165 250 / 0.1);
}

.border-e-blue-400\/100{
  border-inline-end-color: rgb(96 165 250 / 1);
}

.border-e-blue-400\/15{
  border-inline-end-color: rgb(96 165 250 / 0.15);
}

.border-e-blue-400\/20{
  border-inline-end-color: rgb(96 165 250 / 0.2);
}

.border-e-blue-400\/25{
  border-inline-end-color: rgb(96 165 250 / 0.25);
}

.border-e-blue-400\/30{
  border-inline-end-color: rgb(96 165 250 / 0.3);
}

.border-e-blue-400\/35{
  border-inline-end-color: rgb(96 165 250 / 0.35);
}

.border-e-blue-400\/40{
  border-inline-end-color: rgb(96 165 250 / 0.4);
}

.border-e-blue-400\/45{
  border-inline-end-color: rgb(96 165 250 / 0.45);
}

.border-e-blue-400\/5{
  border-inline-end-color: rgb(96 165 250 / 0.05);
}

.border-e-blue-400\/50{
  border-inline-end-color: rgb(96 165 250 / 0.5);
}

.border-e-blue-400\/55{
  border-inline-end-color: rgb(96 165 250 / 0.55);
}

.border-e-blue-400\/60{
  border-inline-end-color: rgb(96 165 250 / 0.6);
}

.border-e-blue-400\/65{
  border-inline-end-color: rgb(96 165 250 / 0.65);
}

.border-e-blue-400\/70{
  border-inline-end-color: rgb(96 165 250 / 0.7);
}

.border-e-blue-400\/75{
  border-inline-end-color: rgb(96 165 250 / 0.75);
}

.border-e-blue-400\/80{
  border-inline-end-color: rgb(96 165 250 / 0.8);
}

.border-e-blue-400\/85{
  border-inline-end-color: rgb(96 165 250 / 0.85);
}

.border-e-blue-400\/90{
  border-inline-end-color: rgb(96 165 250 / 0.9);
}

.border-e-blue-400\/95{
  border-inline-end-color: rgb(96 165 250 / 0.95);
}

.border-e-blue-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-e-blue-50\/0{
  border-inline-end-color: rgb(239 246 255 / 0);
}

.border-e-blue-50\/10{
  border-inline-end-color: rgb(239 246 255 / 0.1);
}

.border-e-blue-50\/100{
  border-inline-end-color: rgb(239 246 255 / 1);
}

.border-e-blue-50\/15{
  border-inline-end-color: rgb(239 246 255 / 0.15);
}

.border-e-blue-50\/20{
  border-inline-end-color: rgb(239 246 255 / 0.2);
}

.border-e-blue-50\/25{
  border-inline-end-color: rgb(239 246 255 / 0.25);
}

.border-e-blue-50\/30{
  border-inline-end-color: rgb(239 246 255 / 0.3);
}

.border-e-blue-50\/35{
  border-inline-end-color: rgb(239 246 255 / 0.35);
}

.border-e-blue-50\/40{
  border-inline-end-color: rgb(239 246 255 / 0.4);
}

.border-e-blue-50\/45{
  border-inline-end-color: rgb(239 246 255 / 0.45);
}

.border-e-blue-50\/5{
  border-inline-end-color: rgb(239 246 255 / 0.05);
}

.border-e-blue-50\/50{
  border-inline-end-color: rgb(239 246 255 / 0.5);
}

.border-e-blue-50\/55{
  border-inline-end-color: rgb(239 246 255 / 0.55);
}

.border-e-blue-50\/60{
  border-inline-end-color: rgb(239 246 255 / 0.6);
}

.border-e-blue-50\/65{
  border-inline-end-color: rgb(239 246 255 / 0.65);
}

.border-e-blue-50\/70{
  border-inline-end-color: rgb(239 246 255 / 0.7);
}

.border-e-blue-50\/75{
  border-inline-end-color: rgb(239 246 255 / 0.75);
}

.border-e-blue-50\/80{
  border-inline-end-color: rgb(239 246 255 / 0.8);
}

.border-e-blue-50\/85{
  border-inline-end-color: rgb(239 246 255 / 0.85);
}

.border-e-blue-50\/90{
  border-inline-end-color: rgb(239 246 255 / 0.9);
}

.border-e-blue-50\/95{
  border-inline-end-color: rgb(239 246 255 / 0.95);
}

.border-e-blue-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-e-blue-500\/0{
  border-inline-end-color: rgb(59 130 246 / 0);
}

.border-e-blue-500\/10{
  border-inline-end-color: rgb(59 130 246 / 0.1);
}

.border-e-blue-500\/100{
  border-inline-end-color: rgb(59 130 246 / 1);
}

.border-e-blue-500\/15{
  border-inline-end-color: rgb(59 130 246 / 0.15);
}

.border-e-blue-500\/20{
  border-inline-end-color: rgb(59 130 246 / 0.2);
}

.border-e-blue-500\/25{
  border-inline-end-color: rgb(59 130 246 / 0.25);
}

.border-e-blue-500\/30{
  border-inline-end-color: rgb(59 130 246 / 0.3);
}

.border-e-blue-500\/35{
  border-inline-end-color: rgb(59 130 246 / 0.35);
}

.border-e-blue-500\/40{
  border-inline-end-color: rgb(59 130 246 / 0.4);
}

.border-e-blue-500\/45{
  border-inline-end-color: rgb(59 130 246 / 0.45);
}

.border-e-blue-500\/5{
  border-inline-end-color: rgb(59 130 246 / 0.05);
}

.border-e-blue-500\/50{
  border-inline-end-color: rgb(59 130 246 / 0.5);
}

.border-e-blue-500\/55{
  border-inline-end-color: rgb(59 130 246 / 0.55);
}

.border-e-blue-500\/60{
  border-inline-end-color: rgb(59 130 246 / 0.6);
}

.border-e-blue-500\/65{
  border-inline-end-color: rgb(59 130 246 / 0.65);
}

.border-e-blue-500\/70{
  border-inline-end-color: rgb(59 130 246 / 0.7);
}

.border-e-blue-500\/75{
  border-inline-end-color: rgb(59 130 246 / 0.75);
}

.border-e-blue-500\/80{
  border-inline-end-color: rgb(59 130 246 / 0.8);
}

.border-e-blue-500\/85{
  border-inline-end-color: rgb(59 130 246 / 0.85);
}

.border-e-blue-500\/90{
  border-inline-end-color: rgb(59 130 246 / 0.9);
}

.border-e-blue-500\/95{
  border-inline-end-color: rgb(59 130 246 / 0.95);
}

.border-e-blue-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-e-blue-600\/0{
  border-inline-end-color: rgb(37 99 235 / 0);
}

.border-e-blue-600\/10{
  border-inline-end-color: rgb(37 99 235 / 0.1);
}

.border-e-blue-600\/100{
  border-inline-end-color: rgb(37 99 235 / 1);
}

.border-e-blue-600\/15{
  border-inline-end-color: rgb(37 99 235 / 0.15);
}

.border-e-blue-600\/20{
  border-inline-end-color: rgb(37 99 235 / 0.2);
}

.border-e-blue-600\/25{
  border-inline-end-color: rgb(37 99 235 / 0.25);
}

.border-e-blue-600\/30{
  border-inline-end-color: rgb(37 99 235 / 0.3);
}

.border-e-blue-600\/35{
  border-inline-end-color: rgb(37 99 235 / 0.35);
}

.border-e-blue-600\/40{
  border-inline-end-color: rgb(37 99 235 / 0.4);
}

.border-e-blue-600\/45{
  border-inline-end-color: rgb(37 99 235 / 0.45);
}

.border-e-blue-600\/5{
  border-inline-end-color: rgb(37 99 235 / 0.05);
}

.border-e-blue-600\/50{
  border-inline-end-color: rgb(37 99 235 / 0.5);
}

.border-e-blue-600\/55{
  border-inline-end-color: rgb(37 99 235 / 0.55);
}

.border-e-blue-600\/60{
  border-inline-end-color: rgb(37 99 235 / 0.6);
}

.border-e-blue-600\/65{
  border-inline-end-color: rgb(37 99 235 / 0.65);
}

.border-e-blue-600\/70{
  border-inline-end-color: rgb(37 99 235 / 0.7);
}

.border-e-blue-600\/75{
  border-inline-end-color: rgb(37 99 235 / 0.75);
}

.border-e-blue-600\/80{
  border-inline-end-color: rgb(37 99 235 / 0.8);
}

.border-e-blue-600\/85{
  border-inline-end-color: rgb(37 99 235 / 0.85);
}

.border-e-blue-600\/90{
  border-inline-end-color: rgb(37 99 235 / 0.9);
}

.border-e-blue-600\/95{
  border-inline-end-color: rgb(37 99 235 / 0.95);
}

.border-e-blue-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-e-blue-700\/0{
  border-inline-end-color: rgb(29 78 216 / 0);
}

.border-e-blue-700\/10{
  border-inline-end-color: rgb(29 78 216 / 0.1);
}

.border-e-blue-700\/100{
  border-inline-end-color: rgb(29 78 216 / 1);
}

.border-e-blue-700\/15{
  border-inline-end-color: rgb(29 78 216 / 0.15);
}

.border-e-blue-700\/20{
  border-inline-end-color: rgb(29 78 216 / 0.2);
}

.border-e-blue-700\/25{
  border-inline-end-color: rgb(29 78 216 / 0.25);
}

.border-e-blue-700\/30{
  border-inline-end-color: rgb(29 78 216 / 0.3);
}

.border-e-blue-700\/35{
  border-inline-end-color: rgb(29 78 216 / 0.35);
}

.border-e-blue-700\/40{
  border-inline-end-color: rgb(29 78 216 / 0.4);
}

.border-e-blue-700\/45{
  border-inline-end-color: rgb(29 78 216 / 0.45);
}

.border-e-blue-700\/5{
  border-inline-end-color: rgb(29 78 216 / 0.05);
}

.border-e-blue-700\/50{
  border-inline-end-color: rgb(29 78 216 / 0.5);
}

.border-e-blue-700\/55{
  border-inline-end-color: rgb(29 78 216 / 0.55);
}

.border-e-blue-700\/60{
  border-inline-end-color: rgb(29 78 216 / 0.6);
}

.border-e-blue-700\/65{
  border-inline-end-color: rgb(29 78 216 / 0.65);
}

.border-e-blue-700\/70{
  border-inline-end-color: rgb(29 78 216 / 0.7);
}

.border-e-blue-700\/75{
  border-inline-end-color: rgb(29 78 216 / 0.75);
}

.border-e-blue-700\/80{
  border-inline-end-color: rgb(29 78 216 / 0.8);
}

.border-e-blue-700\/85{
  border-inline-end-color: rgb(29 78 216 / 0.85);
}

.border-e-blue-700\/90{
  border-inline-end-color: rgb(29 78 216 / 0.9);
}

.border-e-blue-700\/95{
  border-inline-end-color: rgb(29 78 216 / 0.95);
}

.border-e-blue-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-e-blue-800\/0{
  border-inline-end-color: rgb(30 64 175 / 0);
}

.border-e-blue-800\/10{
  border-inline-end-color: rgb(30 64 175 / 0.1);
}

.border-e-blue-800\/100{
  border-inline-end-color: rgb(30 64 175 / 1);
}

.border-e-blue-800\/15{
  border-inline-end-color: rgb(30 64 175 / 0.15);
}

.border-e-blue-800\/20{
  border-inline-end-color: rgb(30 64 175 / 0.2);
}

.border-e-blue-800\/25{
  border-inline-end-color: rgb(30 64 175 / 0.25);
}

.border-e-blue-800\/30{
  border-inline-end-color: rgb(30 64 175 / 0.3);
}

.border-e-blue-800\/35{
  border-inline-end-color: rgb(30 64 175 / 0.35);
}

.border-e-blue-800\/40{
  border-inline-end-color: rgb(30 64 175 / 0.4);
}

.border-e-blue-800\/45{
  border-inline-end-color: rgb(30 64 175 / 0.45);
}

.border-e-blue-800\/5{
  border-inline-end-color: rgb(30 64 175 / 0.05);
}

.border-e-blue-800\/50{
  border-inline-end-color: rgb(30 64 175 / 0.5);
}

.border-e-blue-800\/55{
  border-inline-end-color: rgb(30 64 175 / 0.55);
}

.border-e-blue-800\/60{
  border-inline-end-color: rgb(30 64 175 / 0.6);
}

.border-e-blue-800\/65{
  border-inline-end-color: rgb(30 64 175 / 0.65);
}

.border-e-blue-800\/70{
  border-inline-end-color: rgb(30 64 175 / 0.7);
}

.border-e-blue-800\/75{
  border-inline-end-color: rgb(30 64 175 / 0.75);
}

.border-e-blue-800\/80{
  border-inline-end-color: rgb(30 64 175 / 0.8);
}

.border-e-blue-800\/85{
  border-inline-end-color: rgb(30 64 175 / 0.85);
}

.border-e-blue-800\/90{
  border-inline-end-color: rgb(30 64 175 / 0.9);
}

.border-e-blue-800\/95{
  border-inline-end-color: rgb(30 64 175 / 0.95);
}

.border-e-blue-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-e-blue-900\/0{
  border-inline-end-color: rgb(30 58 138 / 0);
}

.border-e-blue-900\/10{
  border-inline-end-color: rgb(30 58 138 / 0.1);
}

.border-e-blue-900\/100{
  border-inline-end-color: rgb(30 58 138 / 1);
}

.border-e-blue-900\/15{
  border-inline-end-color: rgb(30 58 138 / 0.15);
}

.border-e-blue-900\/20{
  border-inline-end-color: rgb(30 58 138 / 0.2);
}

.border-e-blue-900\/25{
  border-inline-end-color: rgb(30 58 138 / 0.25);
}

.border-e-blue-900\/30{
  border-inline-end-color: rgb(30 58 138 / 0.3);
}

.border-e-blue-900\/35{
  border-inline-end-color: rgb(30 58 138 / 0.35);
}

.border-e-blue-900\/40{
  border-inline-end-color: rgb(30 58 138 / 0.4);
}

.border-e-blue-900\/45{
  border-inline-end-color: rgb(30 58 138 / 0.45);
}

.border-e-blue-900\/5{
  border-inline-end-color: rgb(30 58 138 / 0.05);
}

.border-e-blue-900\/50{
  border-inline-end-color: rgb(30 58 138 / 0.5);
}

.border-e-blue-900\/55{
  border-inline-end-color: rgb(30 58 138 / 0.55);
}

.border-e-blue-900\/60{
  border-inline-end-color: rgb(30 58 138 / 0.6);
}

.border-e-blue-900\/65{
  border-inline-end-color: rgb(30 58 138 / 0.65);
}

.border-e-blue-900\/70{
  border-inline-end-color: rgb(30 58 138 / 0.7);
}

.border-e-blue-900\/75{
  border-inline-end-color: rgb(30 58 138 / 0.75);
}

.border-e-blue-900\/80{
  border-inline-end-color: rgb(30 58 138 / 0.8);
}

.border-e-blue-900\/85{
  border-inline-end-color: rgb(30 58 138 / 0.85);
}

.border-e-blue-900\/90{
  border-inline-end-color: rgb(30 58 138 / 0.9);
}

.border-e-blue-900\/95{
  border-inline-end-color: rgb(30 58 138 / 0.95);
}

.border-e-blue-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-e-blue-950\/0{
  border-inline-end-color: rgb(23 37 84 / 0);
}

.border-e-blue-950\/10{
  border-inline-end-color: rgb(23 37 84 / 0.1);
}

.border-e-blue-950\/100{
  border-inline-end-color: rgb(23 37 84 / 1);
}

.border-e-blue-950\/15{
  border-inline-end-color: rgb(23 37 84 / 0.15);
}

.border-e-blue-950\/20{
  border-inline-end-color: rgb(23 37 84 / 0.2);
}

.border-e-blue-950\/25{
  border-inline-end-color: rgb(23 37 84 / 0.25);
}

.border-e-blue-950\/30{
  border-inline-end-color: rgb(23 37 84 / 0.3);
}

.border-e-blue-950\/35{
  border-inline-end-color: rgb(23 37 84 / 0.35);
}

.border-e-blue-950\/40{
  border-inline-end-color: rgb(23 37 84 / 0.4);
}

.border-e-blue-950\/45{
  border-inline-end-color: rgb(23 37 84 / 0.45);
}

.border-e-blue-950\/5{
  border-inline-end-color: rgb(23 37 84 / 0.05);
}

.border-e-blue-950\/50{
  border-inline-end-color: rgb(23 37 84 / 0.5);
}

.border-e-blue-950\/55{
  border-inline-end-color: rgb(23 37 84 / 0.55);
}

.border-e-blue-950\/60{
  border-inline-end-color: rgb(23 37 84 / 0.6);
}

.border-e-blue-950\/65{
  border-inline-end-color: rgb(23 37 84 / 0.65);
}

.border-e-blue-950\/70{
  border-inline-end-color: rgb(23 37 84 / 0.7);
}

.border-e-blue-950\/75{
  border-inline-end-color: rgb(23 37 84 / 0.75);
}

.border-e-blue-950\/80{
  border-inline-end-color: rgb(23 37 84 / 0.8);
}

.border-e-blue-950\/85{
  border-inline-end-color: rgb(23 37 84 / 0.85);
}

.border-e-blue-950\/90{
  border-inline-end-color: rgb(23 37 84 / 0.9);
}

.border-e-blue-950\/95{
  border-inline-end-color: rgb(23 37 84 / 0.95);
}

.border-e-csv{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.border-e-csv-hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.border-e-csv-hover\/0{
  border-inline-end-color: rgb(0 114 37 / 0);
}

.border-e-csv-hover\/10{
  border-inline-end-color: rgb(0 114 37 / 0.1);
}

.border-e-csv-hover\/100{
  border-inline-end-color: rgb(0 114 37 / 1);
}

.border-e-csv-hover\/15{
  border-inline-end-color: rgb(0 114 37 / 0.15);
}

.border-e-csv-hover\/20{
  border-inline-end-color: rgb(0 114 37 / 0.2);
}

.border-e-csv-hover\/25{
  border-inline-end-color: rgb(0 114 37 / 0.25);
}

.border-e-csv-hover\/30{
  border-inline-end-color: rgb(0 114 37 / 0.3);
}

.border-e-csv-hover\/35{
  border-inline-end-color: rgb(0 114 37 / 0.35);
}

.border-e-csv-hover\/40{
  border-inline-end-color: rgb(0 114 37 / 0.4);
}

.border-e-csv-hover\/45{
  border-inline-end-color: rgb(0 114 37 / 0.45);
}

.border-e-csv-hover\/5{
  border-inline-end-color: rgb(0 114 37 / 0.05);
}

.border-e-csv-hover\/50{
  border-inline-end-color: rgb(0 114 37 / 0.5);
}

.border-e-csv-hover\/55{
  border-inline-end-color: rgb(0 114 37 / 0.55);
}

.border-e-csv-hover\/60{
  border-inline-end-color: rgb(0 114 37 / 0.6);
}

.border-e-csv-hover\/65{
  border-inline-end-color: rgb(0 114 37 / 0.65);
}

.border-e-csv-hover\/70{
  border-inline-end-color: rgb(0 114 37 / 0.7);
}

.border-e-csv-hover\/75{
  border-inline-end-color: rgb(0 114 37 / 0.75);
}

.border-e-csv-hover\/80{
  border-inline-end-color: rgb(0 114 37 / 0.8);
}

.border-e-csv-hover\/85{
  border-inline-end-color: rgb(0 114 37 / 0.85);
}

.border-e-csv-hover\/90{
  border-inline-end-color: rgb(0 114 37 / 0.9);
}

.border-e-csv-hover\/95{
  border-inline-end-color: rgb(0 114 37 / 0.95);
}

.border-e-csv\/0{
  border-inline-end-color: rgb(0 138 43 / 0);
}

.border-e-csv\/10{
  border-inline-end-color: rgb(0 138 43 / 0.1);
}

.border-e-csv\/100{
  border-inline-end-color: rgb(0 138 43 / 1);
}

.border-e-csv\/15{
  border-inline-end-color: rgb(0 138 43 / 0.15);
}

.border-e-csv\/20{
  border-inline-end-color: rgb(0 138 43 / 0.2);
}

.border-e-csv\/25{
  border-inline-end-color: rgb(0 138 43 / 0.25);
}

.border-e-csv\/30{
  border-inline-end-color: rgb(0 138 43 / 0.3);
}

.border-e-csv\/35{
  border-inline-end-color: rgb(0 138 43 / 0.35);
}

.border-e-csv\/40{
  border-inline-end-color: rgb(0 138 43 / 0.4);
}

.border-e-csv\/45{
  border-inline-end-color: rgb(0 138 43 / 0.45);
}

.border-e-csv\/5{
  border-inline-end-color: rgb(0 138 43 / 0.05);
}

.border-e-csv\/50{
  border-inline-end-color: rgb(0 138 43 / 0.5);
}

.border-e-csv\/55{
  border-inline-end-color: rgb(0 138 43 / 0.55);
}

.border-e-csv\/60{
  border-inline-end-color: rgb(0 138 43 / 0.6);
}

.border-e-csv\/65{
  border-inline-end-color: rgb(0 138 43 / 0.65);
}

.border-e-csv\/70{
  border-inline-end-color: rgb(0 138 43 / 0.7);
}

.border-e-csv\/75{
  border-inline-end-color: rgb(0 138 43 / 0.75);
}

.border-e-csv\/80{
  border-inline-end-color: rgb(0 138 43 / 0.8);
}

.border-e-csv\/85{
  border-inline-end-color: rgb(0 138 43 / 0.85);
}

.border-e-csv\/90{
  border-inline-end-color: rgb(0 138 43 / 0.9);
}

.border-e-csv\/95{
  border-inline-end-color: rgb(0 138 43 / 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\/15{
  border-inline-end-color: rgb(207 250 254 / 0.15);
}

.border-e-cyan-100\/20{
  border-inline-end-color: rgb(207 250 254 / 0.2);
}

.border-e-cyan-100\/25{
  border-inline-end-color: rgb(207 250 254 / 0.25);
}

.border-e-cyan-100\/30{
  border-inline-end-color: rgb(207 250 254 / 0.3);
}

.border-e-cyan-100\/35{
  border-inline-end-color: rgb(207 250 254 / 0.35);
}

.border-e-cyan-100\/40{
  border-inline-end-color: rgb(207 250 254 / 0.4);
}

.border-e-cyan-100\/45{
  border-inline-end-color: rgb(207 250 254 / 0.45);
}

.border-e-cyan-100\/5{
  border-inline-end-color: rgb(207 250 254 / 0.05);
}

.border-e-cyan-100\/50{
  border-inline-end-color: rgb(207 250 254 / 0.5);
}

.border-e-cyan-100\/55{
  border-inline-end-color: rgb(207 250 254 / 0.55);
}

.border-e-cyan-100\/60{
  border-inline-end-color: rgb(207 250 254 / 0.6);
}

.border-e-cyan-100\/65{
  border-inline-end-color: rgb(207 250 254 / 0.65);
}

.border-e-cyan-100\/70{
  border-inline-end-color: rgb(207 250 254 / 0.7);
}

.border-e-cyan-100\/75{
  border-inline-end-color: rgb(207 250 254 / 0.75);
}

.border-e-cyan-100\/80{
  border-inline-end-color: rgb(207 250 254 / 0.8);
}

.border-e-cyan-100\/85{
  border-inline-end-color: rgb(207 250 254 / 0.85);
}

.border-e-cyan-100\/90{
  border-inline-end-color: rgb(207 250 254 / 0.9);
}

.border-e-cyan-100\/95{
  border-inline-end-color: rgb(207 250 254 / 0.95);
}

.border-e-cyan-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-e-cyan-200\/0{
  border-inline-end-color: rgb(165 243 252 / 0);
}

.border-e-cyan-200\/10{
  border-inline-end-color: rgb(165 243 252 / 0.1);
}

.border-e-cyan-200\/100{
  border-inline-end-color: rgb(165 243 252 / 1);
}

.border-e-cyan-200\/15{
  border-inline-end-color: rgb(165 243 252 / 0.15);
}

.border-e-cyan-200\/20{
  border-inline-end-color: rgb(165 243 252 / 0.2);
}

.border-e-cyan-200\/25{
  border-inline-end-color: rgb(165 243 252 / 0.25);
}

.border-e-cyan-200\/30{
  border-inline-end-color: rgb(165 243 252 / 0.3);
}

.border-e-cyan-200\/35{
  border-inline-end-color: rgb(165 243 252 / 0.35);
}

.border-e-cyan-200\/40{
  border-inline-end-color: rgb(165 243 252 / 0.4);
}

.border-e-cyan-200\/45{
  border-inline-end-color: rgb(165 243 252 / 0.45);
}

.border-e-cyan-200\/5{
  border-inline-end-color: rgb(165 243 252 / 0.05);
}

.border-e-cyan-200\/50{
  border-inline-end-color: rgb(165 243 252 / 0.5);
}

.border-e-cyan-200\/55{
  border-inline-end-color: rgb(165 243 252 / 0.55);
}

.border-e-cyan-200\/60{
  border-inline-end-color: rgb(165 243 252 / 0.6);
}

.border-e-cyan-200\/65{
  border-inline-end-color: rgb(165 243 252 / 0.65);
}

.border-e-cyan-200\/70{
  border-inline-end-color: rgb(165 243 252 / 0.7);
}

.border-e-cyan-200\/75{
  border-inline-end-color: rgb(165 243 252 / 0.75);
}

.border-e-cyan-200\/80{
  border-inline-end-color: rgb(165 243 252 / 0.8);
}

.border-e-cyan-200\/85{
  border-inline-end-color: rgb(165 243 252 / 0.85);
}

.border-e-cyan-200\/90{
  border-inline-end-color: rgb(165 243 252 / 0.9);
}

.border-e-cyan-200\/95{
  border-inline-end-color: rgb(165 243 252 / 0.95);
}

.border-e-cyan-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-e-cyan-300\/0{
  border-inline-end-color: rgb(103 232 249 / 0);
}

.border-e-cyan-300\/10{
  border-inline-end-color: rgb(103 232 249 / 0.1);
}

.border-e-cyan-300\/100{
  border-inline-end-color: rgb(103 232 249 / 1);
}

.border-e-cyan-300\/15{
  border-inline-end-color: rgb(103 232 249 / 0.15);
}

.border-e-cyan-300\/20{
  border-inline-end-color: rgb(103 232 249 / 0.2);
}

.border-e-cyan-300\/25{
  border-inline-end-color: rgb(103 232 249 / 0.25);
}

.border-e-cyan-300\/30{
  border-inline-end-color: rgb(103 232 249 / 0.3);
}

.border-e-cyan-300\/35{
  border-inline-end-color: rgb(103 232 249 / 0.35);
}

.border-e-cyan-300\/40{
  border-inline-end-color: rgb(103 232 249 / 0.4);
}

.border-e-cyan-300\/45{
  border-inline-end-color: rgb(103 232 249 / 0.45);
}

.border-e-cyan-300\/5{
  border-inline-end-color: rgb(103 232 249 / 0.05);
}

.border-e-cyan-300\/50{
  border-inline-end-color: rgb(103 232 249 / 0.5);
}

.border-e-cyan-300\/55{
  border-inline-end-color: rgb(103 232 249 / 0.55);
}

.border-e-cyan-300\/60{
  border-inline-end-color: rgb(103 232 249 / 0.6);
}

.border-e-cyan-300\/65{
  border-inline-end-color: rgb(103 232 249 / 0.65);
}

.border-e-cyan-300\/70{
  border-inline-end-color: rgb(103 232 249 / 0.7);
}

.border-e-cyan-300\/75{
  border-inline-end-color: rgb(103 232 249 / 0.75);
}

.border-e-cyan-300\/80{
  border-inline-end-color: rgb(103 232 249 / 0.8);
}

.border-e-cyan-300\/85{
  border-inline-end-color: rgb(103 232 249 / 0.85);
}

.border-e-cyan-300\/90{
  border-inline-end-color: rgb(103 232 249 / 0.9);
}

.border-e-cyan-300\/95{
  border-inline-end-color: rgb(103 232 249 / 0.95);
}

.border-e-cyan-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-e-cyan-400\/0{
  border-inline-end-color: rgb(34 211 238 / 0);
}

.border-e-cyan-400\/10{
  border-inline-end-color: rgb(34 211 238 / 0.1);
}

.border-e-cyan-400\/100{
  border-inline-end-color: rgb(34 211 238 / 1);
}

.border-e-cyan-400\/15{
  border-inline-end-color: rgb(34 211 238 / 0.15);
}

.border-e-cyan-400\/20{
  border-inline-end-color: rgb(34 211 238 / 0.2);
}

.border-e-cyan-400\/25{
  border-inline-end-color: rgb(34 211 238 / 0.25);
}

.border-e-cyan-400\/30{
  border-inline-end-color: rgb(34 211 238 / 0.3);
}

.border-e-cyan-400\/35{
  border-inline-end-color: rgb(34 211 238 / 0.35);
}

.border-e-cyan-400\/40{
  border-inline-end-color: rgb(34 211 238 / 0.4);
}

.border-e-cyan-400\/45{
  border-inline-end-color: rgb(34 211 238 / 0.45);
}

.border-e-cyan-400\/5{
  border-inline-end-color: rgb(34 211 238 / 0.05);
}

.border-e-cyan-400\/50{
  border-inline-end-color: rgb(34 211 238 / 0.5);
}

.border-e-cyan-400\/55{
  border-inline-end-color: rgb(34 211 238 / 0.55);
}

.border-e-cyan-400\/60{
  border-inline-end-color: rgb(34 211 238 / 0.6);
}

.border-e-cyan-400\/65{
  border-inline-end-color: rgb(34 211 238 / 0.65);
}

.border-e-cyan-400\/70{
  border-inline-end-color: rgb(34 211 238 / 0.7);
}

.border-e-cyan-400\/75{
  border-inline-end-color: rgb(34 211 238 / 0.75);
}

.border-e-cyan-400\/80{
  border-inline-end-color: rgb(34 211 238 / 0.8);
}

.border-e-cyan-400\/85{
  border-inline-end-color: rgb(34 211 238 / 0.85);
}

.border-e-cyan-400\/90{
  border-inline-end-color: rgb(34 211 238 / 0.9);
}

.border-e-cyan-400\/95{
  border-inline-end-color: rgb(34 211 238 / 0.95);
}

.border-e-cyan-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-e-cyan-50\/0{
  border-inline-end-color: rgb(236 254 255 / 0);
}

.border-e-cyan-50\/10{
  border-inline-end-color: rgb(236 254 255 / 0.1);
}

.border-e-cyan-50\/100{
  border-inline-end-color: rgb(236 254 255 / 1);
}

.border-e-cyan-50\/15{
  border-inline-end-color: rgb(236 254 255 / 0.15);
}

.border-e-cyan-50\/20{
  border-inline-end-color: rgb(236 254 255 / 0.2);
}

.border-e-cyan-50\/25{
  border-inline-end-color: rgb(236 254 255 / 0.25);
}

.border-e-cyan-50\/30{
  border-inline-end-color: rgb(236 254 255 / 0.3);
}

.border-e-cyan-50\/35{
  border-inline-end-color: rgb(236 254 255 / 0.35);
}

.border-e-cyan-50\/40{
  border-inline-end-color: rgb(236 254 255 / 0.4);
}

.border-e-cyan-50\/45{
  border-inline-end-color: rgb(236 254 255 / 0.45);
}

.border-e-cyan-50\/5{
  border-inline-end-color: rgb(236 254 255 / 0.05);
}

.border-e-cyan-50\/50{
  border-inline-end-color: rgb(236 254 255 / 0.5);
}

.border-e-cyan-50\/55{
  border-inline-end-color: rgb(236 254 255 / 0.55);
}

.border-e-cyan-50\/60{
  border-inline-end-color: rgb(236 254 255 / 0.6);
}

.border-e-cyan-50\/65{
  border-inline-end-color: rgb(236 254 255 / 0.65);
}

.border-e-cyan-50\/70{
  border-inline-end-color: rgb(236 254 255 / 0.7);
}

.border-e-cyan-50\/75{
  border-inline-end-color: rgb(236 254 255 / 0.75);
}

.border-e-cyan-50\/80{
  border-inline-end-color: rgb(236 254 255 / 0.8);
}

.border-e-cyan-50\/85{
  border-inline-end-color: rgb(236 254 255 / 0.85);
}

.border-e-cyan-50\/90{
  border-inline-end-color: rgb(236 254 255 / 0.9);
}

.border-e-cyan-50\/95{
  border-inline-end-color: rgb(236 254 255 / 0.95);
}

.border-e-cyan-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-e-cyan-500\/0{
  border-inline-end-color: rgb(6 182 212 / 0);
}

.border-e-cyan-500\/10{
  border-inline-end-color: rgb(6 182 212 / 0.1);
}

.border-e-cyan-500\/100{
  border-inline-end-color: rgb(6 182 212 / 1);
}

.border-e-cyan-500\/15{
  border-inline-end-color: rgb(6 182 212 / 0.15);
}

.border-e-cyan-500\/20{
  border-inline-end-color: rgb(6 182 212 / 0.2);
}

.border-e-cyan-500\/25{
  border-inline-end-color: rgb(6 182 212 / 0.25);
}

.border-e-cyan-500\/30{
  border-inline-end-color: rgb(6 182 212 / 0.3);
}

.border-e-cyan-500\/35{
  border-inline-end-color: rgb(6 182 212 / 0.35);
}

.border-e-cyan-500\/40{
  border-inline-end-color: rgb(6 182 212 / 0.4);
}

.border-e-cyan-500\/45{
  border-inline-end-color: rgb(6 182 212 / 0.45);
}

.border-e-cyan-500\/5{
  border-inline-end-color: rgb(6 182 212 / 0.05);
}

.border-e-cyan-500\/50{
  border-inline-end-color: rgb(6 182 212 / 0.5);
}

.border-e-cyan-500\/55{
  border-inline-end-color: rgb(6 182 212 / 0.55);
}

.border-e-cyan-500\/60{
  border-inline-end-color: rgb(6 182 212 / 0.6);
}

.border-e-cyan-500\/65{
  border-inline-end-color: rgb(6 182 212 / 0.65);
}

.border-e-cyan-500\/70{
  border-inline-end-color: rgb(6 182 212 / 0.7);
}

.border-e-cyan-500\/75{
  border-inline-end-color: rgb(6 182 212 / 0.75);
}

.border-e-cyan-500\/80{
  border-inline-end-color: rgb(6 182 212 / 0.8);
}

.border-e-cyan-500\/85{
  border-inline-end-color: rgb(6 182 212 / 0.85);
}

.border-e-cyan-500\/90{
  border-inline-end-color: rgb(6 182 212 / 0.9);
}

.border-e-cyan-500\/95{
  border-inline-end-color: rgb(6 182 212 / 0.95);
}

.border-e-cyan-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-e-cyan-600\/0{
  border-inline-end-color: rgb(8 145 178 / 0);
}

.border-e-cyan-600\/10{
  border-inline-end-color: rgb(8 145 178 / 0.1);
}

.border-e-cyan-600\/100{
  border-inline-end-color: rgb(8 145 178 / 1);
}

.border-e-cyan-600\/15{
  border-inline-end-color: rgb(8 145 178 / 0.15);
}

.border-e-cyan-600\/20{
  border-inline-end-color: rgb(8 145 178 / 0.2);
}

.border-e-cyan-600\/25{
  border-inline-end-color: rgb(8 145 178 / 0.25);
}

.border-e-cyan-600\/30{
  border-inline-end-color: rgb(8 145 178 / 0.3);
}

.border-e-cyan-600\/35{
  border-inline-end-color: rgb(8 145 178 / 0.35);
}

.border-e-cyan-600\/40{
  border-inline-end-color: rgb(8 145 178 / 0.4);
}

.border-e-cyan-600\/45{
  border-inline-end-color: rgb(8 145 178 / 0.45);
}

.border-e-cyan-600\/5{
  border-inline-end-color: rgb(8 145 178 / 0.05);
}

.border-e-cyan-600\/50{
  border-inline-end-color: rgb(8 145 178 / 0.5);
}

.border-e-cyan-600\/55{
  border-inline-end-color: rgb(8 145 178 / 0.55);
}

.border-e-cyan-600\/60{
  border-inline-end-color: rgb(8 145 178 / 0.6);
}

.border-e-cyan-600\/65{
  border-inline-end-color: rgb(8 145 178 / 0.65);
}

.border-e-cyan-600\/70{
  border-inline-end-color: rgb(8 145 178 / 0.7);
}

.border-e-cyan-600\/75{
  border-inline-end-color: rgb(8 145 178 / 0.75);
}

.border-e-cyan-600\/80{
  border-inline-end-color: rgb(8 145 178 / 0.8);
}

.border-e-cyan-600\/85{
  border-inline-end-color: rgb(8 145 178 / 0.85);
}

.border-e-cyan-600\/90{
  border-inline-end-color: rgb(8 145 178 / 0.9);
}

.border-e-cyan-600\/95{
  border-inline-end-color: rgb(8 145 178 / 0.95);
}

.border-e-cyan-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-e-cyan-700\/0{
  border-inline-end-color: rgb(14 116 144 / 0);
}

.border-e-cyan-700\/10{
  border-inline-end-color: rgb(14 116 144 / 0.1);
}

.border-e-cyan-700\/100{
  border-inline-end-color: rgb(14 116 144 / 1);
}

.border-e-cyan-700\/15{
  border-inline-end-color: rgb(14 116 144 / 0.15);
}

.border-e-cyan-700\/20{
  border-inline-end-color: rgb(14 116 144 / 0.2);
}

.border-e-cyan-700\/25{
  border-inline-end-color: rgb(14 116 144 / 0.25);
}

.border-e-cyan-700\/30{
  border-inline-end-color: rgb(14 116 144 / 0.3);
}

.border-e-cyan-700\/35{
  border-inline-end-color: rgb(14 116 144 / 0.35);
}

.border-e-cyan-700\/40{
  border-inline-end-color: rgb(14 116 144 / 0.4);
}

.border-e-cyan-700\/45{
  border-inline-end-color: rgb(14 116 144 / 0.45);
}

.border-e-cyan-700\/5{
  border-inline-end-color: rgb(14 116 144 / 0.05);
}

.border-e-cyan-700\/50{
  border-inline-end-color: rgb(14 116 144 / 0.5);
}

.border-e-cyan-700\/55{
  border-inline-end-color: rgb(14 116 144 / 0.55);
}

.border-e-cyan-700\/60{
  border-inline-end-color: rgb(14 116 144 / 0.6);
}

.border-e-cyan-700\/65{
  border-inline-end-color: rgb(14 116 144 / 0.65);
}

.border-e-cyan-700\/70{
  border-inline-end-color: rgb(14 116 144 / 0.7);
}

.border-e-cyan-700\/75{
  border-inline-end-color: rgb(14 116 144 / 0.75);
}

.border-e-cyan-700\/80{
  border-inline-end-color: rgb(14 116 144 / 0.8);
}

.border-e-cyan-700\/85{
  border-inline-end-color: rgb(14 116 144 / 0.85);
}

.border-e-cyan-700\/90{
  border-inline-end-color: rgb(14 116 144 / 0.9);
}

.border-e-cyan-700\/95{
  border-inline-end-color: rgb(14 116 144 / 0.95);
}

.border-e-cyan-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-e-cyan-800\/0{
  border-inline-end-color: rgb(21 94 117 / 0);
}

.border-e-cyan-800\/10{
  border-inline-end-color: rgb(21 94 117 / 0.1);
}

.border-e-cyan-800\/100{
  border-inline-end-color: rgb(21 94 117 / 1);
}

.border-e-cyan-800\/15{
  border-inline-end-color: rgb(21 94 117 / 0.15);
}

.border-e-cyan-800\/20{
  border-inline-end-color: rgb(21 94 117 / 0.2);
}

.border-e-cyan-800\/25{
  border-inline-end-color: rgb(21 94 117 / 0.25);
}

.border-e-cyan-800\/30{
  border-inline-end-color: rgb(21 94 117 / 0.3);
}

.border-e-cyan-800\/35{
  border-inline-end-color: rgb(21 94 117 / 0.35);
}

.border-e-cyan-800\/40{
  border-inline-end-color: rgb(21 94 117 / 0.4);
}

.border-e-cyan-800\/45{
  border-inline-end-color: rgb(21 94 117 / 0.45);
}

.border-e-cyan-800\/5{
  border-inline-end-color: rgb(21 94 117 / 0.05);
}

.border-e-cyan-800\/50{
  border-inline-end-color: rgb(21 94 117 / 0.5);
}

.border-e-cyan-800\/55{
  border-inline-end-color: rgb(21 94 117 / 0.55);
}

.border-e-cyan-800\/60{
  border-inline-end-color: rgb(21 94 117 / 0.6);
}

.border-e-cyan-800\/65{
  border-inline-end-color: rgb(21 94 117 / 0.65);
}

.border-e-cyan-800\/70{
  border-inline-end-color: rgb(21 94 117 / 0.7);
}

.border-e-cyan-800\/75{
  border-inline-end-color: rgb(21 94 117 / 0.75);
}

.border-e-cyan-800\/80{
  border-inline-end-color: rgb(21 94 117 / 0.8);
}

.border-e-cyan-800\/85{
  border-inline-end-color: rgb(21 94 117 / 0.85);
}

.border-e-cyan-800\/90{
  border-inline-end-color: rgb(21 94 117 / 0.9);
}

.border-e-cyan-800\/95{
  border-inline-end-color: rgb(21 94 117 / 0.95);
}

.border-e-cyan-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-e-cyan-900\/0{
  border-inline-end-color: rgb(22 78 99 / 0);
}

.border-e-cyan-900\/10{
  border-inline-end-color: rgb(22 78 99 / 0.1);
}

.border-e-cyan-900\/100{
  border-inline-end-color: rgb(22 78 99 / 1);
}

.border-e-cyan-900\/15{
  border-inline-end-color: rgb(22 78 99 / 0.15);
}

.border-e-cyan-900\/20{
  border-inline-end-color: rgb(22 78 99 / 0.2);
}

.border-e-cyan-900\/25{
  border-inline-end-color: rgb(22 78 99 / 0.25);
}

.border-e-cyan-900\/30{
  border-inline-end-color: rgb(22 78 99 / 0.3);
}

.border-e-cyan-900\/35{
  border-inline-end-color: rgb(22 78 99 / 0.35);
}

.border-e-cyan-900\/40{
  border-inline-end-color: rgb(22 78 99 / 0.4);
}

.border-e-cyan-900\/45{
  border-inline-end-color: rgb(22 78 99 / 0.45);
}

.border-e-cyan-900\/5{
  border-inline-end-color: rgb(22 78 99 / 0.05);
}

.border-e-cyan-900\/50{
  border-inline-end-color: rgb(22 78 99 / 0.5);
}

.border-e-cyan-900\/55{
  border-inline-end-color: rgb(22 78 99 / 0.55);
}

.border-e-cyan-900\/60{
  border-inline-end-color: rgb(22 78 99 / 0.6);
}

.border-e-cyan-900\/65{
  border-inline-end-color: rgb(22 78 99 / 0.65);
}

.border-e-cyan-900\/70{
  border-inline-end-color: rgb(22 78 99 / 0.7);
}

.border-e-cyan-900\/75{
  border-inline-end-color: rgb(22 78 99 / 0.75);
}

.border-e-cyan-900\/80{
  border-inline-end-color: rgb(22 78 99 / 0.8);
}

.border-e-cyan-900\/85{
  border-inline-end-color: rgb(22 78 99 / 0.85);
}

.border-e-cyan-900\/90{
  border-inline-end-color: rgb(22 78 99 / 0.9);
}

.border-e-cyan-900\/95{
  border-inline-end-color: rgb(22 78 99 / 0.95);
}

.border-e-cyan-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-e-cyan-950\/0{
  border-inline-end-color: rgb(8 51 68 / 0);
}

.border-e-cyan-950\/10{
  border-inline-end-color: rgb(8 51 68 / 0.1);
}

.border-e-cyan-950\/100{
  border-inline-end-color: rgb(8 51 68 / 1);
}

.border-e-cyan-950\/15{
  border-inline-end-color: rgb(8 51 68 / 0.15);
}

.border-e-cyan-950\/20{
  border-inline-end-color: rgb(8 51 68 / 0.2);
}

.border-e-cyan-950\/25{
  border-inline-end-color: rgb(8 51 68 / 0.25);
}

.border-e-cyan-950\/30{
  border-inline-end-color: rgb(8 51 68 / 0.3);
}

.border-e-cyan-950\/35{
  border-inline-end-color: rgb(8 51 68 / 0.35);
}

.border-e-cyan-950\/40{
  border-inline-end-color: rgb(8 51 68 / 0.4);
}

.border-e-cyan-950\/45{
  border-inline-end-color: rgb(8 51 68 / 0.45);
}

.border-e-cyan-950\/5{
  border-inline-end-color: rgb(8 51 68 / 0.05);
}

.border-e-cyan-950\/50{
  border-inline-end-color: rgb(8 51 68 / 0.5);
}

.border-e-cyan-950\/55{
  border-inline-end-color: rgb(8 51 68 / 0.55);
}

.border-e-cyan-950\/60{
  border-inline-end-color: rgb(8 51 68 / 0.6);
}

.border-e-cyan-950\/65{
  border-inline-end-color: rgb(8 51 68 / 0.65);
}

.border-e-cyan-950\/70{
  border-inline-end-color: rgb(8 51 68 / 0.7);
}

.border-e-cyan-950\/75{
  border-inline-end-color: rgb(8 51 68 / 0.75);
}

.border-e-cyan-950\/80{
  border-inline-end-color: rgb(8 51 68 / 0.8);
}

.border-e-cyan-950\/85{
  border-inline-end-color: rgb(8 51 68 / 0.85);
}

.border-e-cyan-950\/90{
  border-inline-end-color: rgb(8 51 68 / 0.9);
}

.border-e-cyan-950\/95{
  border-inline-end-color: rgb(8 51 68 / 0.95);
}

.border-e-danger{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.border-e-danger-hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.border-e-danger-hover\/0{
  border-inline-end-color: rgb(193 49 44 / 0);
}

.border-e-danger-hover\/10{
  border-inline-end-color: rgb(193 49 44 / 0.1);
}

.border-e-danger-hover\/100{
  border-inline-end-color: rgb(193 49 44 / 1);
}

.border-e-danger-hover\/15{
  border-inline-end-color: rgb(193 49 44 / 0.15);
}

.border-e-danger-hover\/20{
  border-inline-end-color: rgb(193 49 44 / 0.2);
}

.border-e-danger-hover\/25{
  border-inline-end-color: rgb(193 49 44 / 0.25);
}

.border-e-danger-hover\/30{
  border-inline-end-color: rgb(193 49 44 / 0.3);
}

.border-e-danger-hover\/35{
  border-inline-end-color: rgb(193 49 44 / 0.35);
}

.border-e-danger-hover\/40{
  border-inline-end-color: rgb(193 49 44 / 0.4);
}

.border-e-danger-hover\/45{
  border-inline-end-color: rgb(193 49 44 / 0.45);
}

.border-e-danger-hover\/5{
  border-inline-end-color: rgb(193 49 44 / 0.05);
}

.border-e-danger-hover\/50{
  border-inline-end-color: rgb(193 49 44 / 0.5);
}

.border-e-danger-hover\/55{
  border-inline-end-color: rgb(193 49 44 / 0.55);
}

.border-e-danger-hover\/60{
  border-inline-end-color: rgb(193 49 44 / 0.6);
}

.border-e-danger-hover\/65{
  border-inline-end-color: rgb(193 49 44 / 0.65);
}

.border-e-danger-hover\/70{
  border-inline-end-color: rgb(193 49 44 / 0.7);
}

.border-e-danger-hover\/75{
  border-inline-end-color: rgb(193 49 44 / 0.75);
}

.border-e-danger-hover\/80{
  border-inline-end-color: rgb(193 49 44 / 0.8);
}

.border-e-danger-hover\/85{
  border-inline-end-color: rgb(193 49 44 / 0.85);
}

.border-e-danger-hover\/90{
  border-inline-end-color: rgb(193 49 44 / 0.9);
}

.border-e-danger-hover\/95{
  border-inline-end-color: rgb(193 49 44 / 0.95);
}

.border-e-danger\/0{
  border-inline-end-color: rgb(207 59 54 / 0);
}

.border-e-danger\/10{
  border-inline-end-color: rgb(207 59 54 / 0.1);
}

.border-e-danger\/100{
  border-inline-end-color: rgb(207 59 54 / 1);
}

.border-e-danger\/15{
  border-inline-end-color: rgb(207 59 54 / 0.15);
}

.border-e-danger\/20{
  border-inline-end-color: rgb(207 59 54 / 0.2);
}

.border-e-danger\/25{
  border-inline-end-color: rgb(207 59 54 / 0.25);
}

.border-e-danger\/30{
  border-inline-end-color: rgb(207 59 54 / 0.3);
}

.border-e-danger\/35{
  border-inline-end-color: rgb(207 59 54 / 0.35);
}

.border-e-danger\/40{
  border-inline-end-color: rgb(207 59 54 / 0.4);
}

.border-e-danger\/45{
  border-inline-end-color: rgb(207 59 54 / 0.45);
}

.border-e-danger\/5{
  border-inline-end-color: rgb(207 59 54 / 0.05);
}

.border-e-danger\/50{
  border-inline-end-color: rgb(207 59 54 / 0.5);
}

.border-e-danger\/55{
  border-inline-end-color: rgb(207 59 54 / 0.55);
}

.border-e-danger\/60{
  border-inline-end-color: rgb(207 59 54 / 0.6);
}

.border-e-danger\/65{
  border-inline-end-color: rgb(207 59 54 / 0.65);
}

.border-e-danger\/70{
  border-inline-end-color: rgb(207 59 54 / 0.7);
}

.border-e-danger\/75{
  border-inline-end-color: rgb(207 59 54 / 0.75);
}

.border-e-danger\/80{
  border-inline-end-color: rgb(207 59 54 / 0.8);
}

.border-e-danger\/85{
  border-inline-end-color: rgb(207 59 54 / 0.85);
}

.border-e-danger\/90{
  border-inline-end-color: rgb(207 59 54 / 0.9);
}

.border-e-danger\/95{
  border-inline-end-color: rgb(207 59 54 / 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\/15{
  border-inline-end-color: rgb(209 250 229 / 0.15);
}

.border-e-emerald-100\/20{
  border-inline-end-color: rgb(209 250 229 / 0.2);
}

.border-e-emerald-100\/25{
  border-inline-end-color: rgb(209 250 229 / 0.25);
}

.border-e-emerald-100\/30{
  border-inline-end-color: rgb(209 250 229 / 0.3);
}

.border-e-emerald-100\/35{
  border-inline-end-color: rgb(209 250 229 / 0.35);
}

.border-e-emerald-100\/40{
  border-inline-end-color: rgb(209 250 229 / 0.4);
}

.border-e-emerald-100\/45{
  border-inline-end-color: rgb(209 250 229 / 0.45);
}

.border-e-emerald-100\/5{
  border-inline-end-color: rgb(209 250 229 / 0.05);
}

.border-e-emerald-100\/50{
  border-inline-end-color: rgb(209 250 229 / 0.5);
}

.border-e-emerald-100\/55{
  border-inline-end-color: rgb(209 250 229 / 0.55);
}

.border-e-emerald-100\/60{
  border-inline-end-color: rgb(209 250 229 / 0.6);
}

.border-e-emerald-100\/65{
  border-inline-end-color: rgb(209 250 229 / 0.65);
}

.border-e-emerald-100\/70{
  border-inline-end-color: rgb(209 250 229 / 0.7);
}

.border-e-emerald-100\/75{
  border-inline-end-color: rgb(209 250 229 / 0.75);
}

.border-e-emerald-100\/80{
  border-inline-end-color: rgb(209 250 229 / 0.8);
}

.border-e-emerald-100\/85{
  border-inline-end-color: rgb(209 250 229 / 0.85);
}

.border-e-emerald-100\/90{
  border-inline-end-color: rgb(209 250 229 / 0.9);
}

.border-e-emerald-100\/95{
  border-inline-end-color: rgb(209 250 229 / 0.95);
}

.border-e-emerald-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-e-emerald-200\/0{
  border-inline-end-color: rgb(167 243 208 / 0);
}

.border-e-emerald-200\/10{
  border-inline-end-color: rgb(167 243 208 / 0.1);
}

.border-e-emerald-200\/100{
  border-inline-end-color: rgb(167 243 208 / 1);
}

.border-e-emerald-200\/15{
  border-inline-end-color: rgb(167 243 208 / 0.15);
}

.border-e-emerald-200\/20{
  border-inline-end-color: rgb(167 243 208 / 0.2);
}

.border-e-emerald-200\/25{
  border-inline-end-color: rgb(167 243 208 / 0.25);
}

.border-e-emerald-200\/30{
  border-inline-end-color: rgb(167 243 208 / 0.3);
}

.border-e-emerald-200\/35{
  border-inline-end-color: rgb(167 243 208 / 0.35);
}

.border-e-emerald-200\/40{
  border-inline-end-color: rgb(167 243 208 / 0.4);
}

.border-e-emerald-200\/45{
  border-inline-end-color: rgb(167 243 208 / 0.45);
}

.border-e-emerald-200\/5{
  border-inline-end-color: rgb(167 243 208 / 0.05);
}

.border-e-emerald-200\/50{
  border-inline-end-color: rgb(167 243 208 / 0.5);
}

.border-e-emerald-200\/55{
  border-inline-end-color: rgb(167 243 208 / 0.55);
}

.border-e-emerald-200\/60{
  border-inline-end-color: rgb(167 243 208 / 0.6);
}

.border-e-emerald-200\/65{
  border-inline-end-color: rgb(167 243 208 / 0.65);
}

.border-e-emerald-200\/70{
  border-inline-end-color: rgb(167 243 208 / 0.7);
}

.border-e-emerald-200\/75{
  border-inline-end-color: rgb(167 243 208 / 0.75);
}

.border-e-emerald-200\/80{
  border-inline-end-color: rgb(167 243 208 / 0.8);
}

.border-e-emerald-200\/85{
  border-inline-end-color: rgb(167 243 208 / 0.85);
}

.border-e-emerald-200\/90{
  border-inline-end-color: rgb(167 243 208 / 0.9);
}

.border-e-emerald-200\/95{
  border-inline-end-color: rgb(167 243 208 / 0.95);
}

.border-e-emerald-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-e-emerald-300\/0{
  border-inline-end-color: rgb(110 231 183 / 0);
}

.border-e-emerald-300\/10{
  border-inline-end-color: rgb(110 231 183 / 0.1);
}

.border-e-emerald-300\/100{
  border-inline-end-color: rgb(110 231 183 / 1);
}

.border-e-emerald-300\/15{
  border-inline-end-color: rgb(110 231 183 / 0.15);
}

.border-e-emerald-300\/20{
  border-inline-end-color: rgb(110 231 183 / 0.2);
}

.border-e-emerald-300\/25{
  border-inline-end-color: rgb(110 231 183 / 0.25);
}

.border-e-emerald-300\/30{
  border-inline-end-color: rgb(110 231 183 / 0.3);
}

.border-e-emerald-300\/35{
  border-inline-end-color: rgb(110 231 183 / 0.35);
}

.border-e-emerald-300\/40{
  border-inline-end-color: rgb(110 231 183 / 0.4);
}

.border-e-emerald-300\/45{
  border-inline-end-color: rgb(110 231 183 / 0.45);
}

.border-e-emerald-300\/5{
  border-inline-end-color: rgb(110 231 183 / 0.05);
}

.border-e-emerald-300\/50{
  border-inline-end-color: rgb(110 231 183 / 0.5);
}

.border-e-emerald-300\/55{
  border-inline-end-color: rgb(110 231 183 / 0.55);
}

.border-e-emerald-300\/60{
  border-inline-end-color: rgb(110 231 183 / 0.6);
}

.border-e-emerald-300\/65{
  border-inline-end-color: rgb(110 231 183 / 0.65);
}

.border-e-emerald-300\/70{
  border-inline-end-color: rgb(110 231 183 / 0.7);
}

.border-e-emerald-300\/75{
  border-inline-end-color: rgb(110 231 183 / 0.75);
}

.border-e-emerald-300\/80{
  border-inline-end-color: rgb(110 231 183 / 0.8);
}

.border-e-emerald-300\/85{
  border-inline-end-color: rgb(110 231 183 / 0.85);
}

.border-e-emerald-300\/90{
  border-inline-end-color: rgb(110 231 183 / 0.9);
}

.border-e-emerald-300\/95{
  border-inline-end-color: rgb(110 231 183 / 0.95);
}

.border-e-emerald-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-e-emerald-400\/0{
  border-inline-end-color: rgb(52 211 153 / 0);
}

.border-e-emerald-400\/10{
  border-inline-end-color: rgb(52 211 153 / 0.1);
}

.border-e-emerald-400\/100{
  border-inline-end-color: rgb(52 211 153 / 1);
}

.border-e-emerald-400\/15{
  border-inline-end-color: rgb(52 211 153 / 0.15);
}

.border-e-emerald-400\/20{
  border-inline-end-color: rgb(52 211 153 / 0.2);
}

.border-e-emerald-400\/25{
  border-inline-end-color: rgb(52 211 153 / 0.25);
}

.border-e-emerald-400\/30{
  border-inline-end-color: rgb(52 211 153 / 0.3);
}

.border-e-emerald-400\/35{
  border-inline-end-color: rgb(52 211 153 / 0.35);
}

.border-e-emerald-400\/40{
  border-inline-end-color: rgb(52 211 153 / 0.4);
}

.border-e-emerald-400\/45{
  border-inline-end-color: rgb(52 211 153 / 0.45);
}

.border-e-emerald-400\/5{
  border-inline-end-color: rgb(52 211 153 / 0.05);
}

.border-e-emerald-400\/50{
  border-inline-end-color: rgb(52 211 153 / 0.5);
}

.border-e-emerald-400\/55{
  border-inline-end-color: rgb(52 211 153 / 0.55);
}

.border-e-emerald-400\/60{
  border-inline-end-color: rgb(52 211 153 / 0.6);
}

.border-e-emerald-400\/65{
  border-inline-end-color: rgb(52 211 153 / 0.65);
}

.border-e-emerald-400\/70{
  border-inline-end-color: rgb(52 211 153 / 0.7);
}

.border-e-emerald-400\/75{
  border-inline-end-color: rgb(52 211 153 / 0.75);
}

.border-e-emerald-400\/80{
  border-inline-end-color: rgb(52 211 153 / 0.8);
}

.border-e-emerald-400\/85{
  border-inline-end-color: rgb(52 211 153 / 0.85);
}

.border-e-emerald-400\/90{
  border-inline-end-color: rgb(52 211 153 / 0.9);
}

.border-e-emerald-400\/95{
  border-inline-end-color: rgb(52 211 153 / 0.95);
}

.border-e-emerald-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-e-emerald-50\/0{
  border-inline-end-color: rgb(236 253 245 / 0);
}

.border-e-emerald-50\/10{
  border-inline-end-color: rgb(236 253 245 / 0.1);
}

.border-e-emerald-50\/100{
  border-inline-end-color: rgb(236 253 245 / 1);
}

.border-e-emerald-50\/15{
  border-inline-end-color: rgb(236 253 245 / 0.15);
}

.border-e-emerald-50\/20{
  border-inline-end-color: rgb(236 253 245 / 0.2);
}

.border-e-emerald-50\/25{
  border-inline-end-color: rgb(236 253 245 / 0.25);
}

.border-e-emerald-50\/30{
  border-inline-end-color: rgb(236 253 245 / 0.3);
}

.border-e-emerald-50\/35{
  border-inline-end-color: rgb(236 253 245 / 0.35);
}

.border-e-emerald-50\/40{
  border-inline-end-color: rgb(236 253 245 / 0.4);
}

.border-e-emerald-50\/45{
  border-inline-end-color: rgb(236 253 245 / 0.45);
}

.border-e-emerald-50\/5{
  border-inline-end-color: rgb(236 253 245 / 0.05);
}

.border-e-emerald-50\/50{
  border-inline-end-color: rgb(236 253 245 / 0.5);
}

.border-e-emerald-50\/55{
  border-inline-end-color: rgb(236 253 245 / 0.55);
}

.border-e-emerald-50\/60{
  border-inline-end-color: rgb(236 253 245 / 0.6);
}

.border-e-emerald-50\/65{
  border-inline-end-color: rgb(236 253 245 / 0.65);
}

.border-e-emerald-50\/70{
  border-inline-end-color: rgb(236 253 245 / 0.7);
}

.border-e-emerald-50\/75{
  border-inline-end-color: rgb(236 253 245 / 0.75);
}

.border-e-emerald-50\/80{
  border-inline-end-color: rgb(236 253 245 / 0.8);
}

.border-e-emerald-50\/85{
  border-inline-end-color: rgb(236 253 245 / 0.85);
}

.border-e-emerald-50\/90{
  border-inline-end-color: rgb(236 253 245 / 0.9);
}

.border-e-emerald-50\/95{
  border-inline-end-color: rgb(236 253 245 / 0.95);
}

.border-e-emerald-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-e-emerald-500\/0{
  border-inline-end-color: rgb(16 185 129 / 0);
}

.border-e-emerald-500\/10{
  border-inline-end-color: rgb(16 185 129 / 0.1);
}

.border-e-emerald-500\/100{
  border-inline-end-color: rgb(16 185 129 / 1);
}

.border-e-emerald-500\/15{
  border-inline-end-color: rgb(16 185 129 / 0.15);
}

.border-e-emerald-500\/20{
  border-inline-end-color: rgb(16 185 129 / 0.2);
}

.border-e-emerald-500\/25{
  border-inline-end-color: rgb(16 185 129 / 0.25);
}

.border-e-emerald-500\/30{
  border-inline-end-color: rgb(16 185 129 / 0.3);
}

.border-e-emerald-500\/35{
  border-inline-end-color: rgb(16 185 129 / 0.35);
}

.border-e-emerald-500\/40{
  border-inline-end-color: rgb(16 185 129 / 0.4);
}

.border-e-emerald-500\/45{
  border-inline-end-color: rgb(16 185 129 / 0.45);
}

.border-e-emerald-500\/5{
  border-inline-end-color: rgb(16 185 129 / 0.05);
}

.border-e-emerald-500\/50{
  border-inline-end-color: rgb(16 185 129 / 0.5);
}

.border-e-emerald-500\/55{
  border-inline-end-color: rgb(16 185 129 / 0.55);
}

.border-e-emerald-500\/60{
  border-inline-end-color: rgb(16 185 129 / 0.6);
}

.border-e-emerald-500\/65{
  border-inline-end-color: rgb(16 185 129 / 0.65);
}

.border-e-emerald-500\/70{
  border-inline-end-color: rgb(16 185 129 / 0.7);
}

.border-e-emerald-500\/75{
  border-inline-end-color: rgb(16 185 129 / 0.75);
}

.border-e-emerald-500\/80{
  border-inline-end-color: rgb(16 185 129 / 0.8);
}

.border-e-emerald-500\/85{
  border-inline-end-color: rgb(16 185 129 / 0.85);
}

.border-e-emerald-500\/90{
  border-inline-end-color: rgb(16 185 129 / 0.9);
}

.border-e-emerald-500\/95{
  border-inline-end-color: rgb(16 185 129 / 0.95);
}

.border-e-emerald-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-e-emerald-600\/0{
  border-inline-end-color: rgb(5 150 105 / 0);
}

.border-e-emerald-600\/10{
  border-inline-end-color: rgb(5 150 105 / 0.1);
}

.border-e-emerald-600\/100{
  border-inline-end-color: rgb(5 150 105 / 1);
}

.border-e-emerald-600\/15{
  border-inline-end-color: rgb(5 150 105 / 0.15);
}

.border-e-emerald-600\/20{
  border-inline-end-color: rgb(5 150 105 / 0.2);
}

.border-e-emerald-600\/25{
  border-inline-end-color: rgb(5 150 105 / 0.25);
}

.border-e-emerald-600\/30{
  border-inline-end-color: rgb(5 150 105 / 0.3);
}

.border-e-emerald-600\/35{
  border-inline-end-color: rgb(5 150 105 / 0.35);
}

.border-e-emerald-600\/40{
  border-inline-end-color: rgb(5 150 105 / 0.4);
}

.border-e-emerald-600\/45{
  border-inline-end-color: rgb(5 150 105 / 0.45);
}

.border-e-emerald-600\/5{
  border-inline-end-color: rgb(5 150 105 / 0.05);
}

.border-e-emerald-600\/50{
  border-inline-end-color: rgb(5 150 105 / 0.5);
}

.border-e-emerald-600\/55{
  border-inline-end-color: rgb(5 150 105 / 0.55);
}

.border-e-emerald-600\/60{
  border-inline-end-color: rgb(5 150 105 / 0.6);
}

.border-e-emerald-600\/65{
  border-inline-end-color: rgb(5 150 105 / 0.65);
}

.border-e-emerald-600\/70{
  border-inline-end-color: rgb(5 150 105 / 0.7);
}

.border-e-emerald-600\/75{
  border-inline-end-color: rgb(5 150 105 / 0.75);
}

.border-e-emerald-600\/80{
  border-inline-end-color: rgb(5 150 105 / 0.8);
}

.border-e-emerald-600\/85{
  border-inline-end-color: rgb(5 150 105 / 0.85);
}

.border-e-emerald-600\/90{
  border-inline-end-color: rgb(5 150 105 / 0.9);
}

.border-e-emerald-600\/95{
  border-inline-end-color: rgb(5 150 105 / 0.95);
}

.border-e-emerald-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-e-emerald-700\/0{
  border-inline-end-color: rgb(4 120 87 / 0);
}

.border-e-emerald-700\/10{
  border-inline-end-color: rgb(4 120 87 / 0.1);
}

.border-e-emerald-700\/100{
  border-inline-end-color: rgb(4 120 87 / 1);
}

.border-e-emerald-700\/15{
  border-inline-end-color: rgb(4 120 87 / 0.15);
}

.border-e-emerald-700\/20{
  border-inline-end-color: rgb(4 120 87 / 0.2);
}

.border-e-emerald-700\/25{
  border-inline-end-color: rgb(4 120 87 / 0.25);
}

.border-e-emerald-700\/30{
  border-inline-end-color: rgb(4 120 87 / 0.3);
}

.border-e-emerald-700\/35{
  border-inline-end-color: rgb(4 120 87 / 0.35);
}

.border-e-emerald-700\/40{
  border-inline-end-color: rgb(4 120 87 / 0.4);
}

.border-e-emerald-700\/45{
  border-inline-end-color: rgb(4 120 87 / 0.45);
}

.border-e-emerald-700\/5{
  border-inline-end-color: rgb(4 120 87 / 0.05);
}

.border-e-emerald-700\/50{
  border-inline-end-color: rgb(4 120 87 / 0.5);
}

.border-e-emerald-700\/55{
  border-inline-end-color: rgb(4 120 87 / 0.55);
}

.border-e-emerald-700\/60{
  border-inline-end-color: rgb(4 120 87 / 0.6);
}

.border-e-emerald-700\/65{
  border-inline-end-color: rgb(4 120 87 / 0.65);
}

.border-e-emerald-700\/70{
  border-inline-end-color: rgb(4 120 87 / 0.7);
}

.border-e-emerald-700\/75{
  border-inline-end-color: rgb(4 120 87 / 0.75);
}

.border-e-emerald-700\/80{
  border-inline-end-color: rgb(4 120 87 / 0.8);
}

.border-e-emerald-700\/85{
  border-inline-end-color: rgb(4 120 87 / 0.85);
}

.border-e-emerald-700\/90{
  border-inline-end-color: rgb(4 120 87 / 0.9);
}

.border-e-emerald-700\/95{
  border-inline-end-color: rgb(4 120 87 / 0.95);
}

.border-e-emerald-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-e-emerald-800\/0{
  border-inline-end-color: rgb(6 95 70 / 0);
}

.border-e-emerald-800\/10{
  border-inline-end-color: rgb(6 95 70 / 0.1);
}

.border-e-emerald-800\/100{
  border-inline-end-color: rgb(6 95 70 / 1);
}

.border-e-emerald-800\/15{
  border-inline-end-color: rgb(6 95 70 / 0.15);
}

.border-e-emerald-800\/20{
  border-inline-end-color: rgb(6 95 70 / 0.2);
}

.border-e-emerald-800\/25{
  border-inline-end-color: rgb(6 95 70 / 0.25);
}

.border-e-emerald-800\/30{
  border-inline-end-color: rgb(6 95 70 / 0.3);
}

.border-e-emerald-800\/35{
  border-inline-end-color: rgb(6 95 70 / 0.35);
}

.border-e-emerald-800\/40{
  border-inline-end-color: rgb(6 95 70 / 0.4);
}

.border-e-emerald-800\/45{
  border-inline-end-color: rgb(6 95 70 / 0.45);
}

.border-e-emerald-800\/5{
  border-inline-end-color: rgb(6 95 70 / 0.05);
}

.border-e-emerald-800\/50{
  border-inline-end-color: rgb(6 95 70 / 0.5);
}

.border-e-emerald-800\/55{
  border-inline-end-color: rgb(6 95 70 / 0.55);
}

.border-e-emerald-800\/60{
  border-inline-end-color: rgb(6 95 70 / 0.6);
}

.border-e-emerald-800\/65{
  border-inline-end-color: rgb(6 95 70 / 0.65);
}

.border-e-emerald-800\/70{
  border-inline-end-color: rgb(6 95 70 / 0.7);
}

.border-e-emerald-800\/75{
  border-inline-end-color: rgb(6 95 70 / 0.75);
}

.border-e-emerald-800\/80{
  border-inline-end-color: rgb(6 95 70 / 0.8);
}

.border-e-emerald-800\/85{
  border-inline-end-color: rgb(6 95 70 / 0.85);
}

.border-e-emerald-800\/90{
  border-inline-end-color: rgb(6 95 70 / 0.9);
}

.border-e-emerald-800\/95{
  border-inline-end-color: rgb(6 95 70 / 0.95);
}

.border-e-emerald-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-e-emerald-900\/0{
  border-inline-end-color: rgb(6 78 59 / 0);
}

.border-e-emerald-900\/10{
  border-inline-end-color: rgb(6 78 59 / 0.1);
}

.border-e-emerald-900\/100{
  border-inline-end-color: rgb(6 78 59 / 1);
}

.border-e-emerald-900\/15{
  border-inline-end-color: rgb(6 78 59 / 0.15);
}

.border-e-emerald-900\/20{
  border-inline-end-color: rgb(6 78 59 / 0.2);
}

.border-e-emerald-900\/25{
  border-inline-end-color: rgb(6 78 59 / 0.25);
}

.border-e-emerald-900\/30{
  border-inline-end-color: rgb(6 78 59 / 0.3);
}

.border-e-emerald-900\/35{
  border-inline-end-color: rgb(6 78 59 / 0.35);
}

.border-e-emerald-900\/40{
  border-inline-end-color: rgb(6 78 59 / 0.4);
}

.border-e-emerald-900\/45{
  border-inline-end-color: rgb(6 78 59 / 0.45);
}

.border-e-emerald-900\/5{
  border-inline-end-color: rgb(6 78 59 / 0.05);
}

.border-e-emerald-900\/50{
  border-inline-end-color: rgb(6 78 59 / 0.5);
}

.border-e-emerald-900\/55{
  border-inline-end-color: rgb(6 78 59 / 0.55);
}

.border-e-emerald-900\/60{
  border-inline-end-color: rgb(6 78 59 / 0.6);
}

.border-e-emerald-900\/65{
  border-inline-end-color: rgb(6 78 59 / 0.65);
}

.border-e-emerald-900\/70{
  border-inline-end-color: rgb(6 78 59 / 0.7);
}

.border-e-emerald-900\/75{
  border-inline-end-color: rgb(6 78 59 / 0.75);
}

.border-e-emerald-900\/80{
  border-inline-end-color: rgb(6 78 59 / 0.8);
}

.border-e-emerald-900\/85{
  border-inline-end-color: rgb(6 78 59 / 0.85);
}

.border-e-emerald-900\/90{
  border-inline-end-color: rgb(6 78 59 / 0.9);
}

.border-e-emerald-900\/95{
  border-inline-end-color: rgb(6 78 59 / 0.95);
}

.border-e-emerald-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-e-emerald-950\/0{
  border-inline-end-color: rgb(2 44 34 / 0);
}

.border-e-emerald-950\/10{
  border-inline-end-color: rgb(2 44 34 / 0.1);
}

.border-e-emerald-950\/100{
  border-inline-end-color: rgb(2 44 34 / 1);
}

.border-e-emerald-950\/15{
  border-inline-end-color: rgb(2 44 34 / 0.15);
}

.border-e-emerald-950\/20{
  border-inline-end-color: rgb(2 44 34 / 0.2);
}

.border-e-emerald-950\/25{
  border-inline-end-color: rgb(2 44 34 / 0.25);
}

.border-e-emerald-950\/30{
  border-inline-end-color: rgb(2 44 34 / 0.3);
}

.border-e-emerald-950\/35{
  border-inline-end-color: rgb(2 44 34 / 0.35);
}

.border-e-emerald-950\/40{
  border-inline-end-color: rgb(2 44 34 / 0.4);
}

.border-e-emerald-950\/45{
  border-inline-end-color: rgb(2 44 34 / 0.45);
}

.border-e-emerald-950\/5{
  border-inline-end-color: rgb(2 44 34 / 0.05);
}

.border-e-emerald-950\/50{
  border-inline-end-color: rgb(2 44 34 / 0.5);
}

.border-e-emerald-950\/55{
  border-inline-end-color: rgb(2 44 34 / 0.55);
}

.border-e-emerald-950\/60{
  border-inline-end-color: rgb(2 44 34 / 0.6);
}

.border-e-emerald-950\/65{
  border-inline-end-color: rgb(2 44 34 / 0.65);
}

.border-e-emerald-950\/70{
  border-inline-end-color: rgb(2 44 34 / 0.7);
}

.border-e-emerald-950\/75{
  border-inline-end-color: rgb(2 44 34 / 0.75);
}

.border-e-emerald-950\/80{
  border-inline-end-color: rgb(2 44 34 / 0.8);
}

.border-e-emerald-950\/85{
  border-inline-end-color: rgb(2 44 34 / 0.85);
}

.border-e-emerald-950\/90{
  border-inline-end-color: rgb(2 44 34 / 0.9);
}

.border-e-emerald-950\/95{
  border-inline-end-color: rgb(2 44 34 / 0.95);
}

.border-e-excel{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.border-e-excel-hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.border-e-excel-hover\/0{
  border-inline-end-color: rgb(9 138 107 / 0);
}

.border-e-excel-hover\/10{
  border-inline-end-color: rgb(9 138 107 / 0.1);
}

.border-e-excel-hover\/100{
  border-inline-end-color: rgb(9 138 107 / 1);
}

.border-e-excel-hover\/15{
  border-inline-end-color: rgb(9 138 107 / 0.15);
}

.border-e-excel-hover\/20{
  border-inline-end-color: rgb(9 138 107 / 0.2);
}

.border-e-excel-hover\/25{
  border-inline-end-color: rgb(9 138 107 / 0.25);
}

.border-e-excel-hover\/30{
  border-inline-end-color: rgb(9 138 107 / 0.3);
}

.border-e-excel-hover\/35{
  border-inline-end-color: rgb(9 138 107 / 0.35);
}

.border-e-excel-hover\/40{
  border-inline-end-color: rgb(9 138 107 / 0.4);
}

.border-e-excel-hover\/45{
  border-inline-end-color: rgb(9 138 107 / 0.45);
}

.border-e-excel-hover\/5{
  border-inline-end-color: rgb(9 138 107 / 0.05);
}

.border-e-excel-hover\/50{
  border-inline-end-color: rgb(9 138 107 / 0.5);
}

.border-e-excel-hover\/55{
  border-inline-end-color: rgb(9 138 107 / 0.55);
}

.border-e-excel-hover\/60{
  border-inline-end-color: rgb(9 138 107 / 0.6);
}

.border-e-excel-hover\/65{
  border-inline-end-color: rgb(9 138 107 / 0.65);
}

.border-e-excel-hover\/70{
  border-inline-end-color: rgb(9 138 107 / 0.7);
}

.border-e-excel-hover\/75{
  border-inline-end-color: rgb(9 138 107 / 0.75);
}

.border-e-excel-hover\/80{
  border-inline-end-color: rgb(9 138 107 / 0.8);
}

.border-e-excel-hover\/85{
  border-inline-end-color: rgb(9 138 107 / 0.85);
}

.border-e-excel-hover\/90{
  border-inline-end-color: rgb(9 138 107 / 0.9);
}

.border-e-excel-hover\/95{
  border-inline-end-color: rgb(9 138 107 / 0.95);
}

.border-e-excel\/0{
  border-inline-end-color: rgb(11 160 123 / 0);
}

.border-e-excel\/10{
  border-inline-end-color: rgb(11 160 123 / 0.1);
}

.border-e-excel\/100{
  border-inline-end-color: rgb(11 160 123 / 1);
}

.border-e-excel\/15{
  border-inline-end-color: rgb(11 160 123 / 0.15);
}

.border-e-excel\/20{
  border-inline-end-color: rgb(11 160 123 / 0.2);
}

.border-e-excel\/25{
  border-inline-end-color: rgb(11 160 123 / 0.25);
}

.border-e-excel\/30{
  border-inline-end-color: rgb(11 160 123 / 0.3);
}

.border-e-excel\/35{
  border-inline-end-color: rgb(11 160 123 / 0.35);
}

.border-e-excel\/40{
  border-inline-end-color: rgb(11 160 123 / 0.4);
}

.border-e-excel\/45{
  border-inline-end-color: rgb(11 160 123 / 0.45);
}

.border-e-excel\/5{
  border-inline-end-color: rgb(11 160 123 / 0.05);
}

.border-e-excel\/50{
  border-inline-end-color: rgb(11 160 123 / 0.5);
}

.border-e-excel\/55{
  border-inline-end-color: rgb(11 160 123 / 0.55);
}

.border-e-excel\/60{
  border-inline-end-color: rgb(11 160 123 / 0.6);
}

.border-e-excel\/65{
  border-inline-end-color: rgb(11 160 123 / 0.65);
}

.border-e-excel\/70{
  border-inline-end-color: rgb(11 160 123 / 0.7);
}

.border-e-excel\/75{
  border-inline-end-color: rgb(11 160 123 / 0.75);
}

.border-e-excel\/80{
  border-inline-end-color: rgb(11 160 123 / 0.8);
}

.border-e-excel\/85{
  border-inline-end-color: rgb(11 160 123 / 0.85);
}

.border-e-excel\/90{
  border-inline-end-color: rgb(11 160 123 / 0.9);
}

.border-e-excel\/95{
  border-inline-end-color: rgb(11 160 123 / 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\/15{
  border-inline-end-color: rgb(250 232 255 / 0.15);
}

.border-e-fuchsia-100\/20{
  border-inline-end-color: rgb(250 232 255 / 0.2);
}

.border-e-fuchsia-100\/25{
  border-inline-end-color: rgb(250 232 255 / 0.25);
}

.border-e-fuchsia-100\/30{
  border-inline-end-color: rgb(250 232 255 / 0.3);
}

.border-e-fuchsia-100\/35{
  border-inline-end-color: rgb(250 232 255 / 0.35);
}

.border-e-fuchsia-100\/40{
  border-inline-end-color: rgb(250 232 255 / 0.4);
}

.border-e-fuchsia-100\/45{
  border-inline-end-color: rgb(250 232 255 / 0.45);
}

.border-e-fuchsia-100\/5{
  border-inline-end-color: rgb(250 232 255 / 0.05);
}

.border-e-fuchsia-100\/50{
  border-inline-end-color: rgb(250 232 255 / 0.5);
}

.border-e-fuchsia-100\/55{
  border-inline-end-color: rgb(250 232 255 / 0.55);
}

.border-e-fuchsia-100\/60{
  border-inline-end-color: rgb(250 232 255 / 0.6);
}

.border-e-fuchsia-100\/65{
  border-inline-end-color: rgb(250 232 255 / 0.65);
}

.border-e-fuchsia-100\/70{
  border-inline-end-color: rgb(250 232 255 / 0.7);
}

.border-e-fuchsia-100\/75{
  border-inline-end-color: rgb(250 232 255 / 0.75);
}

.border-e-fuchsia-100\/80{
  border-inline-end-color: rgb(250 232 255 / 0.8);
}

.border-e-fuchsia-100\/85{
  border-inline-end-color: rgb(250 232 255 / 0.85);
}

.border-e-fuchsia-100\/90{
  border-inline-end-color: rgb(250 232 255 / 0.9);
}

.border-e-fuchsia-100\/95{
  border-inline-end-color: rgb(250 232 255 / 0.95);
}

.border-e-fuchsia-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-e-fuchsia-200\/0{
  border-inline-end-color: rgb(245 208 254 / 0);
}

.border-e-fuchsia-200\/10{
  border-inline-end-color: rgb(245 208 254 / 0.1);
}

.border-e-fuchsia-200\/100{
  border-inline-end-color: rgb(245 208 254 / 1);
}

.border-e-fuchsia-200\/15{
  border-inline-end-color: rgb(245 208 254 / 0.15);
}

.border-e-fuchsia-200\/20{
  border-inline-end-color: rgb(245 208 254 / 0.2);
}

.border-e-fuchsia-200\/25{
  border-inline-end-color: rgb(245 208 254 / 0.25);
}

.border-e-fuchsia-200\/30{
  border-inline-end-color: rgb(245 208 254 / 0.3);
}

.border-e-fuchsia-200\/35{
  border-inline-end-color: rgb(245 208 254 / 0.35);
}

.border-e-fuchsia-200\/40{
  border-inline-end-color: rgb(245 208 254 / 0.4);
}

.border-e-fuchsia-200\/45{
  border-inline-end-color: rgb(245 208 254 / 0.45);
}

.border-e-fuchsia-200\/5{
  border-inline-end-color: rgb(245 208 254 / 0.05);
}

.border-e-fuchsia-200\/50{
  border-inline-end-color: rgb(245 208 254 / 0.5);
}

.border-e-fuchsia-200\/55{
  border-inline-end-color: rgb(245 208 254 / 0.55);
}

.border-e-fuchsia-200\/60{
  border-inline-end-color: rgb(245 208 254 / 0.6);
}

.border-e-fuchsia-200\/65{
  border-inline-end-color: rgb(245 208 254 / 0.65);
}

.border-e-fuchsia-200\/70{
  border-inline-end-color: rgb(245 208 254 / 0.7);
}

.border-e-fuchsia-200\/75{
  border-inline-end-color: rgb(245 208 254 / 0.75);
}

.border-e-fuchsia-200\/80{
  border-inline-end-color: rgb(245 208 254 / 0.8);
}

.border-e-fuchsia-200\/85{
  border-inline-end-color: rgb(245 208 254 / 0.85);
}

.border-e-fuchsia-200\/90{
  border-inline-end-color: rgb(245 208 254 / 0.9);
}

.border-e-fuchsia-200\/95{
  border-inline-end-color: rgb(245 208 254 / 0.95);
}

.border-e-fuchsia-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-e-fuchsia-300\/0{
  border-inline-end-color: rgb(240 171 252 / 0);
}

.border-e-fuchsia-300\/10{
  border-inline-end-color: rgb(240 171 252 / 0.1);
}

.border-e-fuchsia-300\/100{
  border-inline-end-color: rgb(240 171 252 / 1);
}

.border-e-fuchsia-300\/15{
  border-inline-end-color: rgb(240 171 252 / 0.15);
}

.border-e-fuchsia-300\/20{
  border-inline-end-color: rgb(240 171 252 / 0.2);
}

.border-e-fuchsia-300\/25{
  border-inline-end-color: rgb(240 171 252 / 0.25);
}

.border-e-fuchsia-300\/30{
  border-inline-end-color: rgb(240 171 252 / 0.3);
}

.border-e-fuchsia-300\/35{
  border-inline-end-color: rgb(240 171 252 / 0.35);
}

.border-e-fuchsia-300\/40{
  border-inline-end-color: rgb(240 171 252 / 0.4);
}

.border-e-fuchsia-300\/45{
  border-inline-end-color: rgb(240 171 252 / 0.45);
}

.border-e-fuchsia-300\/5{
  border-inline-end-color: rgb(240 171 252 / 0.05);
}

.border-e-fuchsia-300\/50{
  border-inline-end-color: rgb(240 171 252 / 0.5);
}

.border-e-fuchsia-300\/55{
  border-inline-end-color: rgb(240 171 252 / 0.55);
}

.border-e-fuchsia-300\/60{
  border-inline-end-color: rgb(240 171 252 / 0.6);
}

.border-e-fuchsia-300\/65{
  border-inline-end-color: rgb(240 171 252 / 0.65);
}

.border-e-fuchsia-300\/70{
  border-inline-end-color: rgb(240 171 252 / 0.7);
}

.border-e-fuchsia-300\/75{
  border-inline-end-color: rgb(240 171 252 / 0.75);
}

.border-e-fuchsia-300\/80{
  border-inline-end-color: rgb(240 171 252 / 0.8);
}

.border-e-fuchsia-300\/85{
  border-inline-end-color: rgb(240 171 252 / 0.85);
}

.border-e-fuchsia-300\/90{
  border-inline-end-color: rgb(240 171 252 / 0.9);
}

.border-e-fuchsia-300\/95{
  border-inline-end-color: rgb(240 171 252 / 0.95);
}

.border-e-fuchsia-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-e-fuchsia-400\/0{
  border-inline-end-color: rgb(232 121 249 / 0);
}

.border-e-fuchsia-400\/10{
  border-inline-end-color: rgb(232 121 249 / 0.1);
}

.border-e-fuchsia-400\/100{
  border-inline-end-color: rgb(232 121 249 / 1);
}

.border-e-fuchsia-400\/15{
  border-inline-end-color: rgb(232 121 249 / 0.15);
}

.border-e-fuchsia-400\/20{
  border-inline-end-color: rgb(232 121 249 / 0.2);
}

.border-e-fuchsia-400\/25{
  border-inline-end-color: rgb(232 121 249 / 0.25);
}

.border-e-fuchsia-400\/30{
  border-inline-end-color: rgb(232 121 249 / 0.3);
}

.border-e-fuchsia-400\/35{
  border-inline-end-color: rgb(232 121 249 / 0.35);
}

.border-e-fuchsia-400\/40{
  border-inline-end-color: rgb(232 121 249 / 0.4);
}

.border-e-fuchsia-400\/45{
  border-inline-end-color: rgb(232 121 249 / 0.45);
}

.border-e-fuchsia-400\/5{
  border-inline-end-color: rgb(232 121 249 / 0.05);
}

.border-e-fuchsia-400\/50{
  border-inline-end-color: rgb(232 121 249 / 0.5);
}

.border-e-fuchsia-400\/55{
  border-inline-end-color: rgb(232 121 249 / 0.55);
}

.border-e-fuchsia-400\/60{
  border-inline-end-color: rgb(232 121 249 / 0.6);
}

.border-e-fuchsia-400\/65{
  border-inline-end-color: rgb(232 121 249 / 0.65);
}

.border-e-fuchsia-400\/70{
  border-inline-end-color: rgb(232 121 249 / 0.7);
}

.border-e-fuchsia-400\/75{
  border-inline-end-color: rgb(232 121 249 / 0.75);
}

.border-e-fuchsia-400\/80{
  border-inline-end-color: rgb(232 121 249 / 0.8);
}

.border-e-fuchsia-400\/85{
  border-inline-end-color: rgb(232 121 249 / 0.85);
}

.border-e-fuchsia-400\/90{
  border-inline-end-color: rgb(232 121 249 / 0.9);
}

.border-e-fuchsia-400\/95{
  border-inline-end-color: rgb(232 121 249 / 0.95);
}

.border-e-fuchsia-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-e-fuchsia-50\/0{
  border-inline-end-color: rgb(253 244 255 / 0);
}

.border-e-fuchsia-50\/10{
  border-inline-end-color: rgb(253 244 255 / 0.1);
}

.border-e-fuchsia-50\/100{
  border-inline-end-color: rgb(253 244 255 / 1);
}

.border-e-fuchsia-50\/15{
  border-inline-end-color: rgb(253 244 255 / 0.15);
}

.border-e-fuchsia-50\/20{
  border-inline-end-color: rgb(253 244 255 / 0.2);
}

.border-e-fuchsia-50\/25{
  border-inline-end-color: rgb(253 244 255 / 0.25);
}

.border-e-fuchsia-50\/30{
  border-inline-end-color: rgb(253 244 255 / 0.3);
}

.border-e-fuchsia-50\/35{
  border-inline-end-color: rgb(253 244 255 / 0.35);
}

.border-e-fuchsia-50\/40{
  border-inline-end-color: rgb(253 244 255 / 0.4);
}

.border-e-fuchsia-50\/45{
  border-inline-end-color: rgb(253 244 255 / 0.45);
}

.border-e-fuchsia-50\/5{
  border-inline-end-color: rgb(253 244 255 / 0.05);
}

.border-e-fuchsia-50\/50{
  border-inline-end-color: rgb(253 244 255 / 0.5);
}

.border-e-fuchsia-50\/55{
  border-inline-end-color: rgb(253 244 255 / 0.55);
}

.border-e-fuchsia-50\/60{
  border-inline-end-color: rgb(253 244 255 / 0.6);
}

.border-e-fuchsia-50\/65{
  border-inline-end-color: rgb(253 244 255 / 0.65);
}

.border-e-fuchsia-50\/70{
  border-inline-end-color: rgb(253 244 255 / 0.7);
}

.border-e-fuchsia-50\/75{
  border-inline-end-color: rgb(253 244 255 / 0.75);
}

.border-e-fuchsia-50\/80{
  border-inline-end-color: rgb(253 244 255 / 0.8);
}

.border-e-fuchsia-50\/85{
  border-inline-end-color: rgb(253 244 255 / 0.85);
}

.border-e-fuchsia-50\/90{
  border-inline-end-color: rgb(253 244 255 / 0.9);
}

.border-e-fuchsia-50\/95{
  border-inline-end-color: rgb(253 244 255 / 0.95);
}

.border-e-fuchsia-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-e-fuchsia-500\/0{
  border-inline-end-color: rgb(217 70 239 / 0);
}

.border-e-fuchsia-500\/10{
  border-inline-end-color: rgb(217 70 239 / 0.1);
}

.border-e-fuchsia-500\/100{
  border-inline-end-color: rgb(217 70 239 / 1);
}

.border-e-fuchsia-500\/15{
  border-inline-end-color: rgb(217 70 239 / 0.15);
}

.border-e-fuchsia-500\/20{
  border-inline-end-color: rgb(217 70 239 / 0.2);
}

.border-e-fuchsia-500\/25{
  border-inline-end-color: rgb(217 70 239 / 0.25);
}

.border-e-fuchsia-500\/30{
  border-inline-end-color: rgb(217 70 239 / 0.3);
}

.border-e-fuchsia-500\/35{
  border-inline-end-color: rgb(217 70 239 / 0.35);
}

.border-e-fuchsia-500\/40{
  border-inline-end-color: rgb(217 70 239 / 0.4);
}

.border-e-fuchsia-500\/45{
  border-inline-end-color: rgb(217 70 239 / 0.45);
}

.border-e-fuchsia-500\/5{
  border-inline-end-color: rgb(217 70 239 / 0.05);
}

.border-e-fuchsia-500\/50{
  border-inline-end-color: rgb(217 70 239 / 0.5);
}

.border-e-fuchsia-500\/55{
  border-inline-end-color: rgb(217 70 239 / 0.55);
}

.border-e-fuchsia-500\/60{
  border-inline-end-color: rgb(217 70 239 / 0.6);
}

.border-e-fuchsia-500\/65{
  border-inline-end-color: rgb(217 70 239 / 0.65);
}

.border-e-fuchsia-500\/70{
  border-inline-end-color: rgb(217 70 239 / 0.7);
}

.border-e-fuchsia-500\/75{
  border-inline-end-color: rgb(217 70 239 / 0.75);
}

.border-e-fuchsia-500\/80{
  border-inline-end-color: rgb(217 70 239 / 0.8);
}

.border-e-fuchsia-500\/85{
  border-inline-end-color: rgb(217 70 239 / 0.85);
}

.border-e-fuchsia-500\/90{
  border-inline-end-color: rgb(217 70 239 / 0.9);
}

.border-e-fuchsia-500\/95{
  border-inline-end-color: rgb(217 70 239 / 0.95);
}

.border-e-fuchsia-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-e-fuchsia-600\/0{
  border-inline-end-color: rgb(192 38 211 / 0);
}

.border-e-fuchsia-600\/10{
  border-inline-end-color: rgb(192 38 211 / 0.1);
}

.border-e-fuchsia-600\/100{
  border-inline-end-color: rgb(192 38 211 / 1);
}

.border-e-fuchsia-600\/15{
  border-inline-end-color: rgb(192 38 211 / 0.15);
}

.border-e-fuchsia-600\/20{
  border-inline-end-color: rgb(192 38 211 / 0.2);
}

.border-e-fuchsia-600\/25{
  border-inline-end-color: rgb(192 38 211 / 0.25);
}

.border-e-fuchsia-600\/30{
  border-inline-end-color: rgb(192 38 211 / 0.3);
}

.border-e-fuchsia-600\/35{
  border-inline-end-color: rgb(192 38 211 / 0.35);
}

.border-e-fuchsia-600\/40{
  border-inline-end-color: rgb(192 38 211 / 0.4);
}

.border-e-fuchsia-600\/45{
  border-inline-end-color: rgb(192 38 211 / 0.45);
}

.border-e-fuchsia-600\/5{
  border-inline-end-color: rgb(192 38 211 / 0.05);
}

.border-e-fuchsia-600\/50{
  border-inline-end-color: rgb(192 38 211 / 0.5);
}

.border-e-fuchsia-600\/55{
  border-inline-end-color: rgb(192 38 211 / 0.55);
}

.border-e-fuchsia-600\/60{
  border-inline-end-color: rgb(192 38 211 / 0.6);
}

.border-e-fuchsia-600\/65{
  border-inline-end-color: rgb(192 38 211 / 0.65);
}

.border-e-fuchsia-600\/70{
  border-inline-end-color: rgb(192 38 211 / 0.7);
}

.border-e-fuchsia-600\/75{
  border-inline-end-color: rgb(192 38 211 / 0.75);
}

.border-e-fuchsia-600\/80{
  border-inline-end-color: rgb(192 38 211 / 0.8);
}

.border-e-fuchsia-600\/85{
  border-inline-end-color: rgb(192 38 211 / 0.85);
}

.border-e-fuchsia-600\/90{
  border-inline-end-color: rgb(192 38 211 / 0.9);
}

.border-e-fuchsia-600\/95{
  border-inline-end-color: rgb(192 38 211 / 0.95);
}

.border-e-fuchsia-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-e-fuchsia-700\/0{
  border-inline-end-color: rgb(162 28 175 / 0);
}

.border-e-fuchsia-700\/10{
  border-inline-end-color: rgb(162 28 175 / 0.1);
}

.border-e-fuchsia-700\/100{
  border-inline-end-color: rgb(162 28 175 / 1);
}

.border-e-fuchsia-700\/15{
  border-inline-end-color: rgb(162 28 175 / 0.15);
}

.border-e-fuchsia-700\/20{
  border-inline-end-color: rgb(162 28 175 / 0.2);
}

.border-e-fuchsia-700\/25{
  border-inline-end-color: rgb(162 28 175 / 0.25);
}

.border-e-fuchsia-700\/30{
  border-inline-end-color: rgb(162 28 175 / 0.3);
}

.border-e-fuchsia-700\/35{
  border-inline-end-color: rgb(162 28 175 / 0.35);
}

.border-e-fuchsia-700\/40{
  border-inline-end-color: rgb(162 28 175 / 0.4);
}

.border-e-fuchsia-700\/45{
  border-inline-end-color: rgb(162 28 175 / 0.45);
}

.border-e-fuchsia-700\/5{
  border-inline-end-color: rgb(162 28 175 / 0.05);
}

.border-e-fuchsia-700\/50{
  border-inline-end-color: rgb(162 28 175 / 0.5);
}

.border-e-fuchsia-700\/55{
  border-inline-end-color: rgb(162 28 175 / 0.55);
}

.border-e-fuchsia-700\/60{
  border-inline-end-color: rgb(162 28 175 / 0.6);
}

.border-e-fuchsia-700\/65{
  border-inline-end-color: rgb(162 28 175 / 0.65);
}

.border-e-fuchsia-700\/70{
  border-inline-end-color: rgb(162 28 175 / 0.7);
}

.border-e-fuchsia-700\/75{
  border-inline-end-color: rgb(162 28 175 / 0.75);
}

.border-e-fuchsia-700\/80{
  border-inline-end-color: rgb(162 28 175 / 0.8);
}

.border-e-fuchsia-700\/85{
  border-inline-end-color: rgb(162 28 175 / 0.85);
}

.border-e-fuchsia-700\/90{
  border-inline-end-color: rgb(162 28 175 / 0.9);
}

.border-e-fuchsia-700\/95{
  border-inline-end-color: rgb(162 28 175 / 0.95);
}

.border-e-fuchsia-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-e-fuchsia-800\/0{
  border-inline-end-color: rgb(134 25 143 / 0);
}

.border-e-fuchsia-800\/10{
  border-inline-end-color: rgb(134 25 143 / 0.1);
}

.border-e-fuchsia-800\/100{
  border-inline-end-color: rgb(134 25 143 / 1);
}

.border-e-fuchsia-800\/15{
  border-inline-end-color: rgb(134 25 143 / 0.15);
}

.border-e-fuchsia-800\/20{
  border-inline-end-color: rgb(134 25 143 / 0.2);
}

.border-e-fuchsia-800\/25{
  border-inline-end-color: rgb(134 25 143 / 0.25);
}

.border-e-fuchsia-800\/30{
  border-inline-end-color: rgb(134 25 143 / 0.3);
}

.border-e-fuchsia-800\/35{
  border-inline-end-color: rgb(134 25 143 / 0.35);
}

.border-e-fuchsia-800\/40{
  border-inline-end-color: rgb(134 25 143 / 0.4);
}

.border-e-fuchsia-800\/45{
  border-inline-end-color: rgb(134 25 143 / 0.45);
}

.border-e-fuchsia-800\/5{
  border-inline-end-color: rgb(134 25 143 / 0.05);
}

.border-e-fuchsia-800\/50{
  border-inline-end-color: rgb(134 25 143 / 0.5);
}

.border-e-fuchsia-800\/55{
  border-inline-end-color: rgb(134 25 143 / 0.55);
}

.border-e-fuchsia-800\/60{
  border-inline-end-color: rgb(134 25 143 / 0.6);
}

.border-e-fuchsia-800\/65{
  border-inline-end-color: rgb(134 25 143 / 0.65);
}

.border-e-fuchsia-800\/70{
  border-inline-end-color: rgb(134 25 143 / 0.7);
}

.border-e-fuchsia-800\/75{
  border-inline-end-color: rgb(134 25 143 / 0.75);
}

.border-e-fuchsia-800\/80{
  border-inline-end-color: rgb(134 25 143 / 0.8);
}

.border-e-fuchsia-800\/85{
  border-inline-end-color: rgb(134 25 143 / 0.85);
}

.border-e-fuchsia-800\/90{
  border-inline-end-color: rgb(134 25 143 / 0.9);
}

.border-e-fuchsia-800\/95{
  border-inline-end-color: rgb(134 25 143 / 0.95);
}

.border-e-fuchsia-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-e-fuchsia-900\/0{
  border-inline-end-color: rgb(112 26 117 / 0);
}

.border-e-fuchsia-900\/10{
  border-inline-end-color: rgb(112 26 117 / 0.1);
}

.border-e-fuchsia-900\/100{
  border-inline-end-color: rgb(112 26 117 / 1);
}

.border-e-fuchsia-900\/15{
  border-inline-end-color: rgb(112 26 117 / 0.15);
}

.border-e-fuchsia-900\/20{
  border-inline-end-color: rgb(112 26 117 / 0.2);
}

.border-e-fuchsia-900\/25{
  border-inline-end-color: rgb(112 26 117 / 0.25);
}

.border-e-fuchsia-900\/30{
  border-inline-end-color: rgb(112 26 117 / 0.3);
}

.border-e-fuchsia-900\/35{
  border-inline-end-color: rgb(112 26 117 / 0.35);
}

.border-e-fuchsia-900\/40{
  border-inline-end-color: rgb(112 26 117 / 0.4);
}

.border-e-fuchsia-900\/45{
  border-inline-end-color: rgb(112 26 117 / 0.45);
}

.border-e-fuchsia-900\/5{
  border-inline-end-color: rgb(112 26 117 / 0.05);
}

.border-e-fuchsia-900\/50{
  border-inline-end-color: rgb(112 26 117 / 0.5);
}

.border-e-fuchsia-900\/55{
  border-inline-end-color: rgb(112 26 117 / 0.55);
}

.border-e-fuchsia-900\/60{
  border-inline-end-color: rgb(112 26 117 / 0.6);
}

.border-e-fuchsia-900\/65{
  border-inline-end-color: rgb(112 26 117 / 0.65);
}

.border-e-fuchsia-900\/70{
  border-inline-end-color: rgb(112 26 117 / 0.7);
}

.border-e-fuchsia-900\/75{
  border-inline-end-color: rgb(112 26 117 / 0.75);
}

.border-e-fuchsia-900\/80{
  border-inline-end-color: rgb(112 26 117 / 0.8);
}

.border-e-fuchsia-900\/85{
  border-inline-end-color: rgb(112 26 117 / 0.85);
}

.border-e-fuchsia-900\/90{
  border-inline-end-color: rgb(112 26 117 / 0.9);
}

.border-e-fuchsia-900\/95{
  border-inline-end-color: rgb(112 26 117 / 0.95);
}

.border-e-fuchsia-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-e-fuchsia-950\/0{
  border-inline-end-color: rgb(74 4 78 / 0);
}

.border-e-fuchsia-950\/10{
  border-inline-end-color: rgb(74 4 78 / 0.1);
}

.border-e-fuchsia-950\/100{
  border-inline-end-color: rgb(74 4 78 / 1);
}

.border-e-fuchsia-950\/15{
  border-inline-end-color: rgb(74 4 78 / 0.15);
}

.border-e-fuchsia-950\/20{
  border-inline-end-color: rgb(74 4 78 / 0.2);
}

.border-e-fuchsia-950\/25{
  border-inline-end-color: rgb(74 4 78 / 0.25);
}

.border-e-fuchsia-950\/30{
  border-inline-end-color: rgb(74 4 78 / 0.3);
}

.border-e-fuchsia-950\/35{
  border-inline-end-color: rgb(74 4 78 / 0.35);
}

.border-e-fuchsia-950\/40{
  border-inline-end-color: rgb(74 4 78 / 0.4);
}

.border-e-fuchsia-950\/45{
  border-inline-end-color: rgb(74 4 78 / 0.45);
}

.border-e-fuchsia-950\/5{
  border-inline-end-color: rgb(74 4 78 / 0.05);
}

.border-e-fuchsia-950\/50{
  border-inline-end-color: rgb(74 4 78 / 0.5);
}

.border-e-fuchsia-950\/55{
  border-inline-end-color: rgb(74 4 78 / 0.55);
}

.border-e-fuchsia-950\/60{
  border-inline-end-color: rgb(74 4 78 / 0.6);
}

.border-e-fuchsia-950\/65{
  border-inline-end-color: rgb(74 4 78 / 0.65);
}

.border-e-fuchsia-950\/70{
  border-inline-end-color: rgb(74 4 78 / 0.7);
}

.border-e-fuchsia-950\/75{
  border-inline-end-color: rgb(74 4 78 / 0.75);
}

.border-e-fuchsia-950\/80{
  border-inline-end-color: rgb(74 4 78 / 0.8);
}

.border-e-fuchsia-950\/85{
  border-inline-end-color: rgb(74 4 78 / 0.85);
}

.border-e-fuchsia-950\/90{
  border-inline-end-color: rgb(74 4 78 / 0.9);
}

.border-e-fuchsia-950\/95{
  border-inline-end-color: rgb(74 4 78 / 0.95);
}

.border-e-gray-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-e-gray-100\/0{
  border-inline-end-color: rgb(243 244 246 / 0);
}

.border-e-gray-100\/10{
  border-inline-end-color: rgb(243 244 246 / 0.1);
}

.border-e-gray-100\/100{
  border-inline-end-color: rgb(243 244 246 / 1);
}

.border-e-gray-100\/15{
  border-inline-end-color: rgb(243 244 246 / 0.15);
}

.border-e-gray-100\/20{
  border-inline-end-color: rgb(243 244 246 / 0.2);
}

.border-e-gray-100\/25{
  border-inline-end-color: rgb(243 244 246 / 0.25);
}

.border-e-gray-100\/30{
  border-inline-end-color: rgb(243 244 246 / 0.3);
}

.border-e-gray-100\/35{
  border-inline-end-color: rgb(243 244 246 / 0.35);
}

.border-e-gray-100\/40{
  border-inline-end-color: rgb(243 244 246 / 0.4);
}

.border-e-gray-100\/45{
  border-inline-end-color: rgb(243 244 246 / 0.45);
}

.border-e-gray-100\/5{
  border-inline-end-color: rgb(243 244 246 / 0.05);
}

.border-e-gray-100\/50{
  border-inline-end-color: rgb(243 244 246 / 0.5);
}

.border-e-gray-100\/55{
  border-inline-end-color: rgb(243 244 246 / 0.55);
}

.border-e-gray-100\/60{
  border-inline-end-color: rgb(243 244 246 / 0.6);
}

.border-e-gray-100\/65{
  border-inline-end-color: rgb(243 244 246 / 0.65);
}

.border-e-gray-100\/70{
  border-inline-end-color: rgb(243 244 246 / 0.7);
}

.border-e-gray-100\/75{
  border-inline-end-color: rgb(243 244 246 / 0.75);
}

.border-e-gray-100\/80{
  border-inline-end-color: rgb(243 244 246 / 0.8);
}

.border-e-gray-100\/85{
  border-inline-end-color: rgb(243 244 246 / 0.85);
}

.border-e-gray-100\/90{
  border-inline-end-color: rgb(243 244 246 / 0.9);
}

.border-e-gray-100\/95{
  border-inline-end-color: rgb(243 244 246 / 0.95);
}

.border-e-gray-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-e-gray-200\/0{
  border-inline-end-color: rgb(229 231 235 / 0);
}

.border-e-gray-200\/10{
  border-inline-end-color: rgb(229 231 235 / 0.1);
}

.border-e-gray-200\/100{
  border-inline-end-color: rgb(229 231 235 / 1);
}

.border-e-gray-200\/15{
  border-inline-end-color: rgb(229 231 235 / 0.15);
}

.border-e-gray-200\/20{
  border-inline-end-color: rgb(229 231 235 / 0.2);
}

.border-e-gray-200\/25{
  border-inline-end-color: rgb(229 231 235 / 0.25);
}

.border-e-gray-200\/30{
  border-inline-end-color: rgb(229 231 235 / 0.3);
}

.border-e-gray-200\/35{
  border-inline-end-color: rgb(229 231 235 / 0.35);
}

.border-e-gray-200\/40{
  border-inline-end-color: rgb(229 231 235 / 0.4);
}

.border-e-gray-200\/45{
  border-inline-end-color: rgb(229 231 235 / 0.45);
}

.border-e-gray-200\/5{
  border-inline-end-color: rgb(229 231 235 / 0.05);
}

.border-e-gray-200\/50{
  border-inline-end-color: rgb(229 231 235 / 0.5);
}

.border-e-gray-200\/55{
  border-inline-end-color: rgb(229 231 235 / 0.55);
}

.border-e-gray-200\/60{
  border-inline-end-color: rgb(229 231 235 / 0.6);
}

.border-e-gray-200\/65{
  border-inline-end-color: rgb(229 231 235 / 0.65);
}

.border-e-gray-200\/70{
  border-inline-end-color: rgb(229 231 235 / 0.7);
}

.border-e-gray-200\/75{
  border-inline-end-color: rgb(229 231 235 / 0.75);
}

.border-e-gray-200\/80{
  border-inline-end-color: rgb(229 231 235 / 0.8);
}

.border-e-gray-200\/85{
  border-inline-end-color: rgb(229 231 235 / 0.85);
}

.border-e-gray-200\/90{
  border-inline-end-color: rgb(229 231 235 / 0.9);
}

.border-e-gray-200\/95{
  border-inline-end-color: rgb(229 231 235 / 0.95);
}

.border-e-gray-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-e-gray-300\/0{
  border-inline-end-color: rgb(209 213 219 / 0);
}

.border-e-gray-300\/10{
  border-inline-end-color: rgb(209 213 219 / 0.1);
}

.border-e-gray-300\/100{
  border-inline-end-color: rgb(209 213 219 / 1);
}

.border-e-gray-300\/15{
  border-inline-end-color: rgb(209 213 219 / 0.15);
}

.border-e-gray-300\/20{
  border-inline-end-color: rgb(209 213 219 / 0.2);
}

.border-e-gray-300\/25{
  border-inline-end-color: rgb(209 213 219 / 0.25);
}

.border-e-gray-300\/30{
  border-inline-end-color: rgb(209 213 219 / 0.3);
}

.border-e-gray-300\/35{
  border-inline-end-color: rgb(209 213 219 / 0.35);
}

.border-e-gray-300\/40{
  border-inline-end-color: rgb(209 213 219 / 0.4);
}

.border-e-gray-300\/45{
  border-inline-end-color: rgb(209 213 219 / 0.45);
}

.border-e-gray-300\/5{
  border-inline-end-color: rgb(209 213 219 / 0.05);
}

.border-e-gray-300\/50{
  border-inline-end-color: rgb(209 213 219 / 0.5);
}

.border-e-gray-300\/55{
  border-inline-end-color: rgb(209 213 219 / 0.55);
}

.border-e-gray-300\/60{
  border-inline-end-color: rgb(209 213 219 / 0.6);
}

.border-e-gray-300\/65{
  border-inline-end-color: rgb(209 213 219 / 0.65);
}

.border-e-gray-300\/70{
  border-inline-end-color: rgb(209 213 219 / 0.7);
}

.border-e-gray-300\/75{
  border-inline-end-color: rgb(209 213 219 / 0.75);
}

.border-e-gray-300\/80{
  border-inline-end-color: rgb(209 213 219 / 0.8);
}

.border-e-gray-300\/85{
  border-inline-end-color: rgb(209 213 219 / 0.85);
}

.border-e-gray-300\/90{
  border-inline-end-color: rgb(209 213 219 / 0.9);
}

.border-e-gray-300\/95{
  border-inline-end-color: rgb(209 213 219 / 0.95);
}

.border-e-gray-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-e-gray-400\/0{
  border-inline-end-color: rgb(156 163 175 / 0);
}

.border-e-gray-400\/10{
  border-inline-end-color: rgb(156 163 175 / 0.1);
}

.border-e-gray-400\/100{
  border-inline-end-color: rgb(156 163 175 / 1);
}

.border-e-gray-400\/15{
  border-inline-end-color: rgb(156 163 175 / 0.15);
}

.border-e-gray-400\/20{
  border-inline-end-color: rgb(156 163 175 / 0.2);
}

.border-e-gray-400\/25{
  border-inline-end-color: rgb(156 163 175 / 0.25);
}

.border-e-gray-400\/30{
  border-inline-end-color: rgb(156 163 175 / 0.3);
}

.border-e-gray-400\/35{
  border-inline-end-color: rgb(156 163 175 / 0.35);
}

.border-e-gray-400\/40{
  border-inline-end-color: rgb(156 163 175 / 0.4);
}

.border-e-gray-400\/45{
  border-inline-end-color: rgb(156 163 175 / 0.45);
}

.border-e-gray-400\/5{
  border-inline-end-color: rgb(156 163 175 / 0.05);
}

.border-e-gray-400\/50{
  border-inline-end-color: rgb(156 163 175 / 0.5);
}

.border-e-gray-400\/55{
  border-inline-end-color: rgb(156 163 175 / 0.55);
}

.border-e-gray-400\/60{
  border-inline-end-color: rgb(156 163 175 / 0.6);
}

.border-e-gray-400\/65{
  border-inline-end-color: rgb(156 163 175 / 0.65);
}

.border-e-gray-400\/70{
  border-inline-end-color: rgb(156 163 175 / 0.7);
}

.border-e-gray-400\/75{
  border-inline-end-color: rgb(156 163 175 / 0.75);
}

.border-e-gray-400\/80{
  border-inline-end-color: rgb(156 163 175 / 0.8);
}

.border-e-gray-400\/85{
  border-inline-end-color: rgb(156 163 175 / 0.85);
}

.border-e-gray-400\/90{
  border-inline-end-color: rgb(156 163 175 / 0.9);
}

.border-e-gray-400\/95{
  border-inline-end-color: rgb(156 163 175 / 0.95);
}

.border-e-gray-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-e-gray-50\/0{
  border-inline-end-color: rgb(249 250 251 / 0);
}

.border-e-gray-50\/10{
  border-inline-end-color: rgb(249 250 251 / 0.1);
}

.border-e-gray-50\/100{
  border-inline-end-color: rgb(249 250 251 / 1);
}

.border-e-gray-50\/15{
  border-inline-end-color: rgb(249 250 251 / 0.15);
}

.border-e-gray-50\/20{
  border-inline-end-color: rgb(249 250 251 / 0.2);
}

.border-e-gray-50\/25{
  border-inline-end-color: rgb(249 250 251 / 0.25);
}

.border-e-gray-50\/30{
  border-inline-end-color: rgb(249 250 251 / 0.3);
}

.border-e-gray-50\/35{
  border-inline-end-color: rgb(249 250 251 / 0.35);
}

.border-e-gray-50\/40{
  border-inline-end-color: rgb(249 250 251 / 0.4);
}

.border-e-gray-50\/45{
  border-inline-end-color: rgb(249 250 251 / 0.45);
}

.border-e-gray-50\/5{
  border-inline-end-color: rgb(249 250 251 / 0.05);
}

.border-e-gray-50\/50{
  border-inline-end-color: rgb(249 250 251 / 0.5);
}

.border-e-gray-50\/55{
  border-inline-end-color: rgb(249 250 251 / 0.55);
}

.border-e-gray-50\/60{
  border-inline-end-color: rgb(249 250 251 / 0.6);
}

.border-e-gray-50\/65{
  border-inline-end-color: rgb(249 250 251 / 0.65);
}

.border-e-gray-50\/70{
  border-inline-end-color: rgb(249 250 251 / 0.7);
}

.border-e-gray-50\/75{
  border-inline-end-color: rgb(249 250 251 / 0.75);
}

.border-e-gray-50\/80{
  border-inline-end-color: rgb(249 250 251 / 0.8);
}

.border-e-gray-50\/85{
  border-inline-end-color: rgb(249 250 251 / 0.85);
}

.border-e-gray-50\/90{
  border-inline-end-color: rgb(249 250 251 / 0.9);
}

.border-e-gray-50\/95{
  border-inline-end-color: rgb(249 250 251 / 0.95);
}

.border-e-gray-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-e-gray-500\/0{
  border-inline-end-color: rgb(107 114 128 / 0);
}

.border-e-gray-500\/10{
  border-inline-end-color: rgb(107 114 128 / 0.1);
}

.border-e-gray-500\/100{
  border-inline-end-color: rgb(107 114 128 / 1);
}

.border-e-gray-500\/15{
  border-inline-end-color: rgb(107 114 128 / 0.15);
}

.border-e-gray-500\/20{
  border-inline-end-color: rgb(107 114 128 / 0.2);
}

.border-e-gray-500\/25{
  border-inline-end-color: rgb(107 114 128 / 0.25);
}

.border-e-gray-500\/30{
  border-inline-end-color: rgb(107 114 128 / 0.3);
}

.border-e-gray-500\/35{
  border-inline-end-color: rgb(107 114 128 / 0.35);
}

.border-e-gray-500\/40{
  border-inline-end-color: rgb(107 114 128 / 0.4);
}

.border-e-gray-500\/45{
  border-inline-end-color: rgb(107 114 128 / 0.45);
}

.border-e-gray-500\/5{
  border-inline-end-color: rgb(107 114 128 / 0.05);
}

.border-e-gray-500\/50{
  border-inline-end-color: rgb(107 114 128 / 0.5);
}

.border-e-gray-500\/55{
  border-inline-end-color: rgb(107 114 128 / 0.55);
}

.border-e-gray-500\/60{
  border-inline-end-color: rgb(107 114 128 / 0.6);
}

.border-e-gray-500\/65{
  border-inline-end-color: rgb(107 114 128 / 0.65);
}

.border-e-gray-500\/70{
  border-inline-end-color: rgb(107 114 128 / 0.7);
}

.border-e-gray-500\/75{
  border-inline-end-color: rgb(107 114 128 / 0.75);
}

.border-e-gray-500\/80{
  border-inline-end-color: rgb(107 114 128 / 0.8);
}

.border-e-gray-500\/85{
  border-inline-end-color: rgb(107 114 128 / 0.85);
}

.border-e-gray-500\/90{
  border-inline-end-color: rgb(107 114 128 / 0.9);
}

.border-e-gray-500\/95{
  border-inline-end-color: rgb(107 114 128 / 0.95);
}

.border-e-gray-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-e-gray-600\/0{
  border-inline-end-color: rgb(75 85 99 / 0);
}

.border-e-gray-600\/10{
  border-inline-end-color: rgb(75 85 99 / 0.1);
}

.border-e-gray-600\/100{
  border-inline-end-color: rgb(75 85 99 / 1);
}

.border-e-gray-600\/15{
  border-inline-end-color: rgb(75 85 99 / 0.15);
}

.border-e-gray-600\/20{
  border-inline-end-color: rgb(75 85 99 / 0.2);
}

.border-e-gray-600\/25{
  border-inline-end-color: rgb(75 85 99 / 0.25);
}

.border-e-gray-600\/30{
  border-inline-end-color: rgb(75 85 99 / 0.3);
}

.border-e-gray-600\/35{
  border-inline-end-color: rgb(75 85 99 / 0.35);
}

.border-e-gray-600\/40{
  border-inline-end-color: rgb(75 85 99 / 0.4);
}

.border-e-gray-600\/45{
  border-inline-end-color: rgb(75 85 99 / 0.45);
}

.border-e-gray-600\/5{
  border-inline-end-color: rgb(75 85 99 / 0.05);
}

.border-e-gray-600\/50{
  border-inline-end-color: rgb(75 85 99 / 0.5);
}

.border-e-gray-600\/55{
  border-inline-end-color: rgb(75 85 99 / 0.55);
}

.border-e-gray-600\/60{
  border-inline-end-color: rgb(75 85 99 / 0.6);
}

.border-e-gray-600\/65{
  border-inline-end-color: rgb(75 85 99 / 0.65);
}

.border-e-gray-600\/70{
  border-inline-end-color: rgb(75 85 99 / 0.7);
}

.border-e-gray-600\/75{
  border-inline-end-color: rgb(75 85 99 / 0.75);
}

.border-e-gray-600\/80{
  border-inline-end-color: rgb(75 85 99 / 0.8);
}

.border-e-gray-600\/85{
  border-inline-end-color: rgb(75 85 99 / 0.85);
}

.border-e-gray-600\/90{
  border-inline-end-color: rgb(75 85 99 / 0.9);
}

.border-e-gray-600\/95{
  border-inline-end-color: rgb(75 85 99 / 0.95);
}

.border-e-gray-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-e-gray-700\/0{
  border-inline-end-color: rgb(55 65 81 / 0);
}

.border-e-gray-700\/10{
  border-inline-end-color: rgb(55 65 81 / 0.1);
}

.border-e-gray-700\/100{
  border-inline-end-color: rgb(55 65 81 / 1);
}

.border-e-gray-700\/15{
  border-inline-end-color: rgb(55 65 81 / 0.15);
}

.border-e-gray-700\/20{
  border-inline-end-color: rgb(55 65 81 / 0.2);
}

.border-e-gray-700\/25{
  border-inline-end-color: rgb(55 65 81 / 0.25);
}

.border-e-gray-700\/30{
  border-inline-end-color: rgb(55 65 81 / 0.3);
}

.border-e-gray-700\/35{
  border-inline-end-color: rgb(55 65 81 / 0.35);
}

.border-e-gray-700\/40{
  border-inline-end-color: rgb(55 65 81 / 0.4);
}

.border-e-gray-700\/45{
  border-inline-end-color: rgb(55 65 81 / 0.45);
}

.border-e-gray-700\/5{
  border-inline-end-color: rgb(55 65 81 / 0.05);
}

.border-e-gray-700\/50{
  border-inline-end-color: rgb(55 65 81 / 0.5);
}

.border-e-gray-700\/55{
  border-inline-end-color: rgb(55 65 81 / 0.55);
}

.border-e-gray-700\/60{
  border-inline-end-color: rgb(55 65 81 / 0.6);
}

.border-e-gray-700\/65{
  border-inline-end-color: rgb(55 65 81 / 0.65);
}

.border-e-gray-700\/70{
  border-inline-end-color: rgb(55 65 81 / 0.7);
}

.border-e-gray-700\/75{
  border-inline-end-color: rgb(55 65 81 / 0.75);
}

.border-e-gray-700\/80{
  border-inline-end-color: rgb(55 65 81 / 0.8);
}

.border-e-gray-700\/85{
  border-inline-end-color: rgb(55 65 81 / 0.85);
}

.border-e-gray-700\/90{
  border-inline-end-color: rgb(55 65 81 / 0.9);
}

.border-e-gray-700\/95{
  border-inline-end-color: rgb(55 65 81 / 0.95);
}

.border-e-gray-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-e-gray-800\/0{
  border-inline-end-color: rgb(31 41 55 / 0);
}

.border-e-gray-800\/10{
  border-inline-end-color: rgb(31 41 55 / 0.1);
}

.border-e-gray-800\/100{
  border-inline-end-color: rgb(31 41 55 / 1);
}

.border-e-gray-800\/15{
  border-inline-end-color: rgb(31 41 55 / 0.15);
}

.border-e-gray-800\/20{
  border-inline-end-color: rgb(31 41 55 / 0.2);
}

.border-e-gray-800\/25{
  border-inline-end-color: rgb(31 41 55 / 0.25);
}

.border-e-gray-800\/30{
  border-inline-end-color: rgb(31 41 55 / 0.3);
}

.border-e-gray-800\/35{
  border-inline-end-color: rgb(31 41 55 / 0.35);
}

.border-e-gray-800\/40{
  border-inline-end-color: rgb(31 41 55 / 0.4);
}

.border-e-gray-800\/45{
  border-inline-end-color: rgb(31 41 55 / 0.45);
}

.border-e-gray-800\/5{
  border-inline-end-color: rgb(31 41 55 / 0.05);
}

.border-e-gray-800\/50{
  border-inline-end-color: rgb(31 41 55 / 0.5);
}

.border-e-gray-800\/55{
  border-inline-end-color: rgb(31 41 55 / 0.55);
}

.border-e-gray-800\/60{
  border-inline-end-color: rgb(31 41 55 / 0.6);
}

.border-e-gray-800\/65{
  border-inline-end-color: rgb(31 41 55 / 0.65);
}

.border-e-gray-800\/70{
  border-inline-end-color: rgb(31 41 55 / 0.7);
}

.border-e-gray-800\/75{
  border-inline-end-color: rgb(31 41 55 / 0.75);
}

.border-e-gray-800\/80{
  border-inline-end-color: rgb(31 41 55 / 0.8);
}

.border-e-gray-800\/85{
  border-inline-end-color: rgb(31 41 55 / 0.85);
}

.border-e-gray-800\/90{
  border-inline-end-color: rgb(31 41 55 / 0.9);
}

.border-e-gray-800\/95{
  border-inline-end-color: rgb(31 41 55 / 0.95);
}

.border-e-gray-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-e-gray-900\/0{
  border-inline-end-color: rgb(17 24 39 / 0);
}

.border-e-gray-900\/10{
  border-inline-end-color: rgb(17 24 39 / 0.1);
}

.border-e-gray-900\/100{
  border-inline-end-color: rgb(17 24 39 / 1);
}

.border-e-gray-900\/15{
  border-inline-end-color: rgb(17 24 39 / 0.15);
}

.border-e-gray-900\/20{
  border-inline-end-color: rgb(17 24 39 / 0.2);
}

.border-e-gray-900\/25{
  border-inline-end-color: rgb(17 24 39 / 0.25);
}

.border-e-gray-900\/30{
  border-inline-end-color: rgb(17 24 39 / 0.3);
}

.border-e-gray-900\/35{
  border-inline-end-color: rgb(17 24 39 / 0.35);
}

.border-e-gray-900\/40{
  border-inline-end-color: rgb(17 24 39 / 0.4);
}

.border-e-gray-900\/45{
  border-inline-end-color: rgb(17 24 39 / 0.45);
}

.border-e-gray-900\/5{
  border-inline-end-color: rgb(17 24 39 / 0.05);
}

.border-e-gray-900\/50{
  border-inline-end-color: rgb(17 24 39 / 0.5);
}

.border-e-gray-900\/55{
  border-inline-end-color: rgb(17 24 39 / 0.55);
}

.border-e-gray-900\/60{
  border-inline-end-color: rgb(17 24 39 / 0.6);
}

.border-e-gray-900\/65{
  border-inline-end-color: rgb(17 24 39 / 0.65);
}

.border-e-gray-900\/70{
  border-inline-end-color: rgb(17 24 39 / 0.7);
}

.border-e-gray-900\/75{
  border-inline-end-color: rgb(17 24 39 / 0.75);
}

.border-e-gray-900\/80{
  border-inline-end-color: rgb(17 24 39 / 0.8);
}

.border-e-gray-900\/85{
  border-inline-end-color: rgb(17 24 39 / 0.85);
}

.border-e-gray-900\/90{
  border-inline-end-color: rgb(17 24 39 / 0.9);
}

.border-e-gray-900\/95{
  border-inline-end-color: rgb(17 24 39 / 0.95);
}

.border-e-gray-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-e-gray-950\/0{
  border-inline-end-color: rgb(3 7 18 / 0);
}

.border-e-gray-950\/10{
  border-inline-end-color: rgb(3 7 18 / 0.1);
}

.border-e-gray-950\/100{
  border-inline-end-color: rgb(3 7 18 / 1);
}

.border-e-gray-950\/15{
  border-inline-end-color: rgb(3 7 18 / 0.15);
}

.border-e-gray-950\/20{
  border-inline-end-color: rgb(3 7 18 / 0.2);
}

.border-e-gray-950\/25{
  border-inline-end-color: rgb(3 7 18 / 0.25);
}

.border-e-gray-950\/30{
  border-inline-end-color: rgb(3 7 18 / 0.3);
}

.border-e-gray-950\/35{
  border-inline-end-color: rgb(3 7 18 / 0.35);
}

.border-e-gray-950\/40{
  border-inline-end-color: rgb(3 7 18 / 0.4);
}

.border-e-gray-950\/45{
  border-inline-end-color: rgb(3 7 18 / 0.45);
}

.border-e-gray-950\/5{
  border-inline-end-color: rgb(3 7 18 / 0.05);
}

.border-e-gray-950\/50{
  border-inline-end-color: rgb(3 7 18 / 0.5);
}

.border-e-gray-950\/55{
  border-inline-end-color: rgb(3 7 18 / 0.55);
}

.border-e-gray-950\/60{
  border-inline-end-color: rgb(3 7 18 / 0.6);
}

.border-e-gray-950\/65{
  border-inline-end-color: rgb(3 7 18 / 0.65);
}

.border-e-gray-950\/70{
  border-inline-end-color: rgb(3 7 18 / 0.7);
}

.border-e-gray-950\/75{
  border-inline-end-color: rgb(3 7 18 / 0.75);
}

.border-e-gray-950\/80{
  border-inline-end-color: rgb(3 7 18 / 0.8);
}

.border-e-gray-950\/85{
  border-inline-end-color: rgb(3 7 18 / 0.85);
}

.border-e-gray-950\/90{
  border-inline-end-color: rgb(3 7 18 / 0.9);
}

.border-e-gray-950\/95{
  border-inline-end-color: rgb(3 7 18 / 0.95);
}

.border-e-green-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-e-green-100\/0{
  border-inline-end-color: rgb(220 252 231 / 0);
}

.border-e-green-100\/10{
  border-inline-end-color: rgb(220 252 231 / 0.1);
}

.border-e-green-100\/100{
  border-inline-end-color: rgb(220 252 231 / 1);
}

.border-e-green-100\/15{
  border-inline-end-color: rgb(220 252 231 / 0.15);
}

.border-e-green-100\/20{
  border-inline-end-color: rgb(220 252 231 / 0.2);
}

.border-e-green-100\/25{
  border-inline-end-color: rgb(220 252 231 / 0.25);
}

.border-e-green-100\/30{
  border-inline-end-color: rgb(220 252 231 / 0.3);
}

.border-e-green-100\/35{
  border-inline-end-color: rgb(220 252 231 / 0.35);
}

.border-e-green-100\/40{
  border-inline-end-color: rgb(220 252 231 / 0.4);
}

.border-e-green-100\/45{
  border-inline-end-color: rgb(220 252 231 / 0.45);
}

.border-e-green-100\/5{
  border-inline-end-color: rgb(220 252 231 / 0.05);
}

.border-e-green-100\/50{
  border-inline-end-color: rgb(220 252 231 / 0.5);
}

.border-e-green-100\/55{
  border-inline-end-color: rgb(220 252 231 / 0.55);
}

.border-e-green-100\/60{
  border-inline-end-color: rgb(220 252 231 / 0.6);
}

.border-e-green-100\/65{
  border-inline-end-color: rgb(220 252 231 / 0.65);
}

.border-e-green-100\/70{
  border-inline-end-color: rgb(220 252 231 / 0.7);
}

.border-e-green-100\/75{
  border-inline-end-color: rgb(220 252 231 / 0.75);
}

.border-e-green-100\/80{
  border-inline-end-color: rgb(220 252 231 / 0.8);
}

.border-e-green-100\/85{
  border-inline-end-color: rgb(220 252 231 / 0.85);
}

.border-e-green-100\/90{
  border-inline-end-color: rgb(220 252 231 / 0.9);
}

.border-e-green-100\/95{
  border-inline-end-color: rgb(220 252 231 / 0.95);
}

.border-e-green-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-e-green-200\/0{
  border-inline-end-color: rgb(187 247 208 / 0);
}

.border-e-green-200\/10{
  border-inline-end-color: rgb(187 247 208 / 0.1);
}

.border-e-green-200\/100{
  border-inline-end-color: rgb(187 247 208 / 1);
}

.border-e-green-200\/15{
  border-inline-end-color: rgb(187 247 208 / 0.15);
}

.border-e-green-200\/20{
  border-inline-end-color: rgb(187 247 208 / 0.2);
}

.border-e-green-200\/25{
  border-inline-end-color: rgb(187 247 208 / 0.25);
}

.border-e-green-200\/30{
  border-inline-end-color: rgb(187 247 208 / 0.3);
}

.border-e-green-200\/35{
  border-inline-end-color: rgb(187 247 208 / 0.35);
}

.border-e-green-200\/40{
  border-inline-end-color: rgb(187 247 208 / 0.4);
}

.border-e-green-200\/45{
  border-inline-end-color: rgb(187 247 208 / 0.45);
}

.border-e-green-200\/5{
  border-inline-end-color: rgb(187 247 208 / 0.05);
}

.border-e-green-200\/50{
  border-inline-end-color: rgb(187 247 208 / 0.5);
}

.border-e-green-200\/55{
  border-inline-end-color: rgb(187 247 208 / 0.55);
}

.border-e-green-200\/60{
  border-inline-end-color: rgb(187 247 208 / 0.6);
}

.border-e-green-200\/65{
  border-inline-end-color: rgb(187 247 208 / 0.65);
}

.border-e-green-200\/70{
  border-inline-end-color: rgb(187 247 208 / 0.7);
}

.border-e-green-200\/75{
  border-inline-end-color: rgb(187 247 208 / 0.75);
}

.border-e-green-200\/80{
  border-inline-end-color: rgb(187 247 208 / 0.8);
}

.border-e-green-200\/85{
  border-inline-end-color: rgb(187 247 208 / 0.85);
}

.border-e-green-200\/90{
  border-inline-end-color: rgb(187 247 208 / 0.9);
}

.border-e-green-200\/95{
  border-inline-end-color: rgb(187 247 208 / 0.95);
}

.border-e-green-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-e-green-300\/0{
  border-inline-end-color: rgb(134 239 172 / 0);
}

.border-e-green-300\/10{
  border-inline-end-color: rgb(134 239 172 / 0.1);
}

.border-e-green-300\/100{
  border-inline-end-color: rgb(134 239 172 / 1);
}

.border-e-green-300\/15{
  border-inline-end-color: rgb(134 239 172 / 0.15);
}

.border-e-green-300\/20{
  border-inline-end-color: rgb(134 239 172 / 0.2);
}

.border-e-green-300\/25{
  border-inline-end-color: rgb(134 239 172 / 0.25);
}

.border-e-green-300\/30{
  border-inline-end-color: rgb(134 239 172 / 0.3);
}

.border-e-green-300\/35{
  border-inline-end-color: rgb(134 239 172 / 0.35);
}

.border-e-green-300\/40{
  border-inline-end-color: rgb(134 239 172 / 0.4);
}

.border-e-green-300\/45{
  border-inline-end-color: rgb(134 239 172 / 0.45);
}

.border-e-green-300\/5{
  border-inline-end-color: rgb(134 239 172 / 0.05);
}

.border-e-green-300\/50{
  border-inline-end-color: rgb(134 239 172 / 0.5);
}

.border-e-green-300\/55{
  border-inline-end-color: rgb(134 239 172 / 0.55);
}

.border-e-green-300\/60{
  border-inline-end-color: rgb(134 239 172 / 0.6);
}

.border-e-green-300\/65{
  border-inline-end-color: rgb(134 239 172 / 0.65);
}

.border-e-green-300\/70{
  border-inline-end-color: rgb(134 239 172 / 0.7);
}

.border-e-green-300\/75{
  border-inline-end-color: rgb(134 239 172 / 0.75);
}

.border-e-green-300\/80{
  border-inline-end-color: rgb(134 239 172 / 0.8);
}

.border-e-green-300\/85{
  border-inline-end-color: rgb(134 239 172 / 0.85);
}

.border-e-green-300\/90{
  border-inline-end-color: rgb(134 239 172 / 0.9);
}

.border-e-green-300\/95{
  border-inline-end-color: rgb(134 239 172 / 0.95);
}

.border-e-green-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-e-green-400\/0{
  border-inline-end-color: rgb(74 222 128 / 0);
}

.border-e-green-400\/10{
  border-inline-end-color: rgb(74 222 128 / 0.1);
}

.border-e-green-400\/100{
  border-inline-end-color: rgb(74 222 128 / 1);
}

.border-e-green-400\/15{
  border-inline-end-color: rgb(74 222 128 / 0.15);
}

.border-e-green-400\/20{
  border-inline-end-color: rgb(74 222 128 / 0.2);
}

.border-e-green-400\/25{
  border-inline-end-color: rgb(74 222 128 / 0.25);
}

.border-e-green-400\/30{
  border-inline-end-color: rgb(74 222 128 / 0.3);
}

.border-e-green-400\/35{
  border-inline-end-color: rgb(74 222 128 / 0.35);
}

.border-e-green-400\/40{
  border-inline-end-color: rgb(74 222 128 / 0.4);
}

.border-e-green-400\/45{
  border-inline-end-color: rgb(74 222 128 / 0.45);
}

.border-e-green-400\/5{
  border-inline-end-color: rgb(74 222 128 / 0.05);
}

.border-e-green-400\/50{
  border-inline-end-color: rgb(74 222 128 / 0.5);
}

.border-e-green-400\/55{
  border-inline-end-color: rgb(74 222 128 / 0.55);
}

.border-e-green-400\/60{
  border-inline-end-color: rgb(74 222 128 / 0.6);
}

.border-e-green-400\/65{
  border-inline-end-color: rgb(74 222 128 / 0.65);
}

.border-e-green-400\/70{
  border-inline-end-color: rgb(74 222 128 / 0.7);
}

.border-e-green-400\/75{
  border-inline-end-color: rgb(74 222 128 / 0.75);
}

.border-e-green-400\/80{
  border-inline-end-color: rgb(74 222 128 / 0.8);
}

.border-e-green-400\/85{
  border-inline-end-color: rgb(74 222 128 / 0.85);
}

.border-e-green-400\/90{
  border-inline-end-color: rgb(74 222 128 / 0.9);
}

.border-e-green-400\/95{
  border-inline-end-color: rgb(74 222 128 / 0.95);
}

.border-e-green-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-e-green-50\/0{
  border-inline-end-color: rgb(240 253 244 / 0);
}

.border-e-green-50\/10{
  border-inline-end-color: rgb(240 253 244 / 0.1);
}

.border-e-green-50\/100{
  border-inline-end-color: rgb(240 253 244 / 1);
}

.border-e-green-50\/15{
  border-inline-end-color: rgb(240 253 244 / 0.15);
}

.border-e-green-50\/20{
  border-inline-end-color: rgb(240 253 244 / 0.2);
}

.border-e-green-50\/25{
  border-inline-end-color: rgb(240 253 244 / 0.25);
}

.border-e-green-50\/30{
  border-inline-end-color: rgb(240 253 244 / 0.3);
}

.border-e-green-50\/35{
  border-inline-end-color: rgb(240 253 244 / 0.35);
}

.border-e-green-50\/40{
  border-inline-end-color: rgb(240 253 244 / 0.4);
}

.border-e-green-50\/45{
  border-inline-end-color: rgb(240 253 244 / 0.45);
}

.border-e-green-50\/5{
  border-inline-end-color: rgb(240 253 244 / 0.05);
}

.border-e-green-50\/50{
  border-inline-end-color: rgb(240 253 244 / 0.5);
}

.border-e-green-50\/55{
  border-inline-end-color: rgb(240 253 244 / 0.55);
}

.border-e-green-50\/60{
  border-inline-end-color: rgb(240 253 244 / 0.6);
}

.border-e-green-50\/65{
  border-inline-end-color: rgb(240 253 244 / 0.65);
}

.border-e-green-50\/70{
  border-inline-end-color: rgb(240 253 244 / 0.7);
}

.border-e-green-50\/75{
  border-inline-end-color: rgb(240 253 244 / 0.75);
}

.border-e-green-50\/80{
  border-inline-end-color: rgb(240 253 244 / 0.8);
}

.border-e-green-50\/85{
  border-inline-end-color: rgb(240 253 244 / 0.85);
}

.border-e-green-50\/90{
  border-inline-end-color: rgb(240 253 244 / 0.9);
}

.border-e-green-50\/95{
  border-inline-end-color: rgb(240 253 244 / 0.95);
}

.border-e-green-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-e-green-500\/0{
  border-inline-end-color: rgb(34 197 94 / 0);
}

.border-e-green-500\/10{
  border-inline-end-color: rgb(34 197 94 / 0.1);
}

.border-e-green-500\/100{
  border-inline-end-color: rgb(34 197 94 / 1);
}

.border-e-green-500\/15{
  border-inline-end-color: rgb(34 197 94 / 0.15);
}

.border-e-green-500\/20{
  border-inline-end-color: rgb(34 197 94 / 0.2);
}

.border-e-green-500\/25{
  border-inline-end-color: rgb(34 197 94 / 0.25);
}

.border-e-green-500\/30{
  border-inline-end-color: rgb(34 197 94 / 0.3);
}

.border-e-green-500\/35{
  border-inline-end-color: rgb(34 197 94 / 0.35);
}

.border-e-green-500\/40{
  border-inline-end-color: rgb(34 197 94 / 0.4);
}

.border-e-green-500\/45{
  border-inline-end-color: rgb(34 197 94 / 0.45);
}

.border-e-green-500\/5{
  border-inline-end-color: rgb(34 197 94 / 0.05);
}

.border-e-green-500\/50{
  border-inline-end-color: rgb(34 197 94 / 0.5);
}

.border-e-green-500\/55{
  border-inline-end-color: rgb(34 197 94 / 0.55);
}

.border-e-green-500\/60{
  border-inline-end-color: rgb(34 197 94 / 0.6);
}

.border-e-green-500\/65{
  border-inline-end-color: rgb(34 197 94 / 0.65);
}

.border-e-green-500\/70{
  border-inline-end-color: rgb(34 197 94 / 0.7);
}

.border-e-green-500\/75{
  border-inline-end-color: rgb(34 197 94 / 0.75);
}

.border-e-green-500\/80{
  border-inline-end-color: rgb(34 197 94 / 0.8);
}

.border-e-green-500\/85{
  border-inline-end-color: rgb(34 197 94 / 0.85);
}

.border-e-green-500\/90{
  border-inline-end-color: rgb(34 197 94 / 0.9);
}

.border-e-green-500\/95{
  border-inline-end-color: rgb(34 197 94 / 0.95);
}

.border-e-green-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-e-green-600\/0{
  border-inline-end-color: rgb(22 163 74 / 0);
}

.border-e-green-600\/10{
  border-inline-end-color: rgb(22 163 74 / 0.1);
}

.border-e-green-600\/100{
  border-inline-end-color: rgb(22 163 74 / 1);
}

.border-e-green-600\/15{
  border-inline-end-color: rgb(22 163 74 / 0.15);
}

.border-e-green-600\/20{
  border-inline-end-color: rgb(22 163 74 / 0.2);
}

.border-e-green-600\/25{
  border-inline-end-color: rgb(22 163 74 / 0.25);
}

.border-e-green-600\/30{
  border-inline-end-color: rgb(22 163 74 / 0.3);
}

.border-e-green-600\/35{
  border-inline-end-color: rgb(22 163 74 / 0.35);
}

.border-e-green-600\/40{
  border-inline-end-color: rgb(22 163 74 / 0.4);
}

.border-e-green-600\/45{
  border-inline-end-color: rgb(22 163 74 / 0.45);
}

.border-e-green-600\/5{
  border-inline-end-color: rgb(22 163 74 / 0.05);
}

.border-e-green-600\/50{
  border-inline-end-color: rgb(22 163 74 / 0.5);
}

.border-e-green-600\/55{
  border-inline-end-color: rgb(22 163 74 / 0.55);
}

.border-e-green-600\/60{
  border-inline-end-color: rgb(22 163 74 / 0.6);
}

.border-e-green-600\/65{
  border-inline-end-color: rgb(22 163 74 / 0.65);
}

.border-e-green-600\/70{
  border-inline-end-color: rgb(22 163 74 / 0.7);
}

.border-e-green-600\/75{
  border-inline-end-color: rgb(22 163 74 / 0.75);
}

.border-e-green-600\/80{
  border-inline-end-color: rgb(22 163 74 / 0.8);
}

.border-e-green-600\/85{
  border-inline-end-color: rgb(22 163 74 / 0.85);
}

.border-e-green-600\/90{
  border-inline-end-color: rgb(22 163 74 / 0.9);
}

.border-e-green-600\/95{
  border-inline-end-color: rgb(22 163 74 / 0.95);
}

.border-e-green-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-e-green-700\/0{
  border-inline-end-color: rgb(21 128 61 / 0);
}

.border-e-green-700\/10{
  border-inline-end-color: rgb(21 128 61 / 0.1);
}

.border-e-green-700\/100{
  border-inline-end-color: rgb(21 128 61 / 1);
}

.border-e-green-700\/15{
  border-inline-end-color: rgb(21 128 61 / 0.15);
}

.border-e-green-700\/20{
  border-inline-end-color: rgb(21 128 61 / 0.2);
}

.border-e-green-700\/25{
  border-inline-end-color: rgb(21 128 61 / 0.25);
}

.border-e-green-700\/30{
  border-inline-end-color: rgb(21 128 61 / 0.3);
}

.border-e-green-700\/35{
  border-inline-end-color: rgb(21 128 61 / 0.35);
}

.border-e-green-700\/40{
  border-inline-end-color: rgb(21 128 61 / 0.4);
}

.border-e-green-700\/45{
  border-inline-end-color: rgb(21 128 61 / 0.45);
}

.border-e-green-700\/5{
  border-inline-end-color: rgb(21 128 61 / 0.05);
}

.border-e-green-700\/50{
  border-inline-end-color: rgb(21 128 61 / 0.5);
}

.border-e-green-700\/55{
  border-inline-end-color: rgb(21 128 61 / 0.55);
}

.border-e-green-700\/60{
  border-inline-end-color: rgb(21 128 61 / 0.6);
}

.border-e-green-700\/65{
  border-inline-end-color: rgb(21 128 61 / 0.65);
}

.border-e-green-700\/70{
  border-inline-end-color: rgb(21 128 61 / 0.7);
}

.border-e-green-700\/75{
  border-inline-end-color: rgb(21 128 61 / 0.75);
}

.border-e-green-700\/80{
  border-inline-end-color: rgb(21 128 61 / 0.8);
}

.border-e-green-700\/85{
  border-inline-end-color: rgb(21 128 61 / 0.85);
}

.border-e-green-700\/90{
  border-inline-end-color: rgb(21 128 61 / 0.9);
}

.border-e-green-700\/95{
  border-inline-end-color: rgb(21 128 61 / 0.95);
}

.border-e-green-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-e-green-800\/0{
  border-inline-end-color: rgb(22 101 52 / 0);
}

.border-e-green-800\/10{
  border-inline-end-color: rgb(22 101 52 / 0.1);
}

.border-e-green-800\/100{
  border-inline-end-color: rgb(22 101 52 / 1);
}

.border-e-green-800\/15{
  border-inline-end-color: rgb(22 101 52 / 0.15);
}

.border-e-green-800\/20{
  border-inline-end-color: rgb(22 101 52 / 0.2);
}

.border-e-green-800\/25{
  border-inline-end-color: rgb(22 101 52 / 0.25);
}

.border-e-green-800\/30{
  border-inline-end-color: rgb(22 101 52 / 0.3);
}

.border-e-green-800\/35{
  border-inline-end-color: rgb(22 101 52 / 0.35);
}

.border-e-green-800\/40{
  border-inline-end-color: rgb(22 101 52 / 0.4);
}

.border-e-green-800\/45{
  border-inline-end-color: rgb(22 101 52 / 0.45);
}

.border-e-green-800\/5{
  border-inline-end-color: rgb(22 101 52 / 0.05);
}

.border-e-green-800\/50{
  border-inline-end-color: rgb(22 101 52 / 0.5);
}

.border-e-green-800\/55{
  border-inline-end-color: rgb(22 101 52 / 0.55);
}

.border-e-green-800\/60{
  border-inline-end-color: rgb(22 101 52 / 0.6);
}

.border-e-green-800\/65{
  border-inline-end-color: rgb(22 101 52 / 0.65);
}

.border-e-green-800\/70{
  border-inline-end-color: rgb(22 101 52 / 0.7);
}

.border-e-green-800\/75{
  border-inline-end-color: rgb(22 101 52 / 0.75);
}

.border-e-green-800\/80{
  border-inline-end-color: rgb(22 101 52 / 0.8);
}

.border-e-green-800\/85{
  border-inline-end-color: rgb(22 101 52 / 0.85);
}

.border-e-green-800\/90{
  border-inline-end-color: rgb(22 101 52 / 0.9);
}

.border-e-green-800\/95{
  border-inline-end-color: rgb(22 101 52 / 0.95);
}

.border-e-green-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-e-green-900\/0{
  border-inline-end-color: rgb(20 83 45 / 0);
}

.border-e-green-900\/10{
  border-inline-end-color: rgb(20 83 45 / 0.1);
}

.border-e-green-900\/100{
  border-inline-end-color: rgb(20 83 45 / 1);
}

.border-e-green-900\/15{
  border-inline-end-color: rgb(20 83 45 / 0.15);
}

.border-e-green-900\/20{
  border-inline-end-color: rgb(20 83 45 / 0.2);
}

.border-e-green-900\/25{
  border-inline-end-color: rgb(20 83 45 / 0.25);
}

.border-e-green-900\/30{
  border-inline-end-color: rgb(20 83 45 / 0.3);
}

.border-e-green-900\/35{
  border-inline-end-color: rgb(20 83 45 / 0.35);
}

.border-e-green-900\/40{
  border-inline-end-color: rgb(20 83 45 / 0.4);
}

.border-e-green-900\/45{
  border-inline-end-color: rgb(20 83 45 / 0.45);
}

.border-e-green-900\/5{
  border-inline-end-color: rgb(20 83 45 / 0.05);
}

.border-e-green-900\/50{
  border-inline-end-color: rgb(20 83 45 / 0.5);
}

.border-e-green-900\/55{
  border-inline-end-color: rgb(20 83 45 / 0.55);
}

.border-e-green-900\/60{
  border-inline-end-color: rgb(20 83 45 / 0.6);
}

.border-e-green-900\/65{
  border-inline-end-color: rgb(20 83 45 / 0.65);
}

.border-e-green-900\/70{
  border-inline-end-color: rgb(20 83 45 / 0.7);
}

.border-e-green-900\/75{
  border-inline-end-color: rgb(20 83 45 / 0.75);
}

.border-e-green-900\/80{
  border-inline-end-color: rgb(20 83 45 / 0.8);
}

.border-e-green-900\/85{
  border-inline-end-color: rgb(20 83 45 / 0.85);
}

.border-e-green-900\/90{
  border-inline-end-color: rgb(20 83 45 / 0.9);
}

.border-e-green-900\/95{
  border-inline-end-color: rgb(20 83 45 / 0.95);
}

.border-e-green-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-e-green-950\/0{
  border-inline-end-color: rgb(5 46 22 / 0);
}

.border-e-green-950\/10{
  border-inline-end-color: rgb(5 46 22 / 0.1);
}

.border-e-green-950\/100{
  border-inline-end-color: rgb(5 46 22 / 1);
}

.border-e-green-950\/15{
  border-inline-end-color: rgb(5 46 22 / 0.15);
}

.border-e-green-950\/20{
  border-inline-end-color: rgb(5 46 22 / 0.2);
}

.border-e-green-950\/25{
  border-inline-end-color: rgb(5 46 22 / 0.25);
}

.border-e-green-950\/30{
  border-inline-end-color: rgb(5 46 22 / 0.3);
}

.border-e-green-950\/35{
  border-inline-end-color: rgb(5 46 22 / 0.35);
}

.border-e-green-950\/40{
  border-inline-end-color: rgb(5 46 22 / 0.4);
}

.border-e-green-950\/45{
  border-inline-end-color: rgb(5 46 22 / 0.45);
}

.border-e-green-950\/5{
  border-inline-end-color: rgb(5 46 22 / 0.05);
}

.border-e-green-950\/50{
  border-inline-end-color: rgb(5 46 22 / 0.5);
}

.border-e-green-950\/55{
  border-inline-end-color: rgb(5 46 22 / 0.55);
}

.border-e-green-950\/60{
  border-inline-end-color: rgb(5 46 22 / 0.6);
}

.border-e-green-950\/65{
  border-inline-end-color: rgb(5 46 22 / 0.65);
}

.border-e-green-950\/70{
  border-inline-end-color: rgb(5 46 22 / 0.7);
}

.border-e-green-950\/75{
  border-inline-end-color: rgb(5 46 22 / 0.75);
}

.border-e-green-950\/80{
  border-inline-end-color: rgb(5 46 22 / 0.8);
}

.border-e-green-950\/85{
  border-inline-end-color: rgb(5 46 22 / 0.85);
}

.border-e-green-950\/90{
  border-inline-end-color: rgb(5 46 22 / 0.9);
}

.border-e-green-950\/95{
  border-inline-end-color: rgb(5 46 22 / 0.95);
}

.border-e-indigo-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-e-indigo-100\/0{
  border-inline-end-color: rgb(224 231 255 / 0);
}

.border-e-indigo-100\/10{
  border-inline-end-color: rgb(224 231 255 / 0.1);
}

.border-e-indigo-100\/100{
  border-inline-end-color: rgb(224 231 255 / 1);
}

.border-e-indigo-100\/15{
  border-inline-end-color: rgb(224 231 255 / 0.15);
}

.border-e-indigo-100\/20{
  border-inline-end-color: rgb(224 231 255 / 0.2);
}

.border-e-indigo-100\/25{
  border-inline-end-color: rgb(224 231 255 / 0.25);
}

.border-e-indigo-100\/30{
  border-inline-end-color: rgb(224 231 255 / 0.3);
}

.border-e-indigo-100\/35{
  border-inline-end-color: rgb(224 231 255 / 0.35);
}

.border-e-indigo-100\/40{
  border-inline-end-color: rgb(224 231 255 / 0.4);
}

.border-e-indigo-100\/45{
  border-inline-end-color: rgb(224 231 255 / 0.45);
}

.border-e-indigo-100\/5{
  border-inline-end-color: rgb(224 231 255 / 0.05);
}

.border-e-indigo-100\/50{
  border-inline-end-color: rgb(224 231 255 / 0.5);
}

.border-e-indigo-100\/55{
  border-inline-end-color: rgb(224 231 255 / 0.55);
}

.border-e-indigo-100\/60{
  border-inline-end-color: rgb(224 231 255 / 0.6);
}

.border-e-indigo-100\/65{
  border-inline-end-color: rgb(224 231 255 / 0.65);
}

.border-e-indigo-100\/70{
  border-inline-end-color: rgb(224 231 255 / 0.7);
}

.border-e-indigo-100\/75{
  border-inline-end-color: rgb(224 231 255 / 0.75);
}

.border-e-indigo-100\/80{
  border-inline-end-color: rgb(224 231 255 / 0.8);
}

.border-e-indigo-100\/85{
  border-inline-end-color: rgb(224 231 255 / 0.85);
}

.border-e-indigo-100\/90{
  border-inline-end-color: rgb(224 231 255 / 0.9);
}

.border-e-indigo-100\/95{
  border-inline-end-color: rgb(224 231 255 / 0.95);
}

.border-e-indigo-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-e-indigo-200\/0{
  border-inline-end-color: rgb(199 210 254 / 0);
}

.border-e-indigo-200\/10{
  border-inline-end-color: rgb(199 210 254 / 0.1);
}

.border-e-indigo-200\/100{
  border-inline-end-color: rgb(199 210 254 / 1);
}

.border-e-indigo-200\/15{
  border-inline-end-color: rgb(199 210 254 / 0.15);
}

.border-e-indigo-200\/20{
  border-inline-end-color: rgb(199 210 254 / 0.2);
}

.border-e-indigo-200\/25{
  border-inline-end-color: rgb(199 210 254 / 0.25);
}

.border-e-indigo-200\/30{
  border-inline-end-color: rgb(199 210 254 / 0.3);
}

.border-e-indigo-200\/35{
  border-inline-end-color: rgb(199 210 254 / 0.35);
}

.border-e-indigo-200\/40{
  border-inline-end-color: rgb(199 210 254 / 0.4);
}

.border-e-indigo-200\/45{
  border-inline-end-color: rgb(199 210 254 / 0.45);
}

.border-e-indigo-200\/5{
  border-inline-end-color: rgb(199 210 254 / 0.05);
}

.border-e-indigo-200\/50{
  border-inline-end-color: rgb(199 210 254 / 0.5);
}

.border-e-indigo-200\/55{
  border-inline-end-color: rgb(199 210 254 / 0.55);
}

.border-e-indigo-200\/60{
  border-inline-end-color: rgb(199 210 254 / 0.6);
}

.border-e-indigo-200\/65{
  border-inline-end-color: rgb(199 210 254 / 0.65);
}

.border-e-indigo-200\/70{
  border-inline-end-color: rgb(199 210 254 / 0.7);
}

.border-e-indigo-200\/75{
  border-inline-end-color: rgb(199 210 254 / 0.75);
}

.border-e-indigo-200\/80{
  border-inline-end-color: rgb(199 210 254 / 0.8);
}

.border-e-indigo-200\/85{
  border-inline-end-color: rgb(199 210 254 / 0.85);
}

.border-e-indigo-200\/90{
  border-inline-end-color: rgb(199 210 254 / 0.9);
}

.border-e-indigo-200\/95{
  border-inline-end-color: rgb(199 210 254 / 0.95);
}

.border-e-indigo-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-e-indigo-300\/0{
  border-inline-end-color: rgb(165 180 252 / 0);
}

.border-e-indigo-300\/10{
  border-inline-end-color: rgb(165 180 252 / 0.1);
}

.border-e-indigo-300\/100{
  border-inline-end-color: rgb(165 180 252 / 1);
}

.border-e-indigo-300\/15{
  border-inline-end-color: rgb(165 180 252 / 0.15);
}

.border-e-indigo-300\/20{
  border-inline-end-color: rgb(165 180 252 / 0.2);
}

.border-e-indigo-300\/25{
  border-inline-end-color: rgb(165 180 252 / 0.25);
}

.border-e-indigo-300\/30{
  border-inline-end-color: rgb(165 180 252 / 0.3);
}

.border-e-indigo-300\/35{
  border-inline-end-color: rgb(165 180 252 / 0.35);
}

.border-e-indigo-300\/40{
  border-inline-end-color: rgb(165 180 252 / 0.4);
}

.border-e-indigo-300\/45{
  border-inline-end-color: rgb(165 180 252 / 0.45);
}

.border-e-indigo-300\/5{
  border-inline-end-color: rgb(165 180 252 / 0.05);
}

.border-e-indigo-300\/50{
  border-inline-end-color: rgb(165 180 252 / 0.5);
}

.border-e-indigo-300\/55{
  border-inline-end-color: rgb(165 180 252 / 0.55);
}

.border-e-indigo-300\/60{
  border-inline-end-color: rgb(165 180 252 / 0.6);
}

.border-e-indigo-300\/65{
  border-inline-end-color: rgb(165 180 252 / 0.65);
}

.border-e-indigo-300\/70{
  border-inline-end-color: rgb(165 180 252 / 0.7);
}

.border-e-indigo-300\/75{
  border-inline-end-color: rgb(165 180 252 / 0.75);
}

.border-e-indigo-300\/80{
  border-inline-end-color: rgb(165 180 252 / 0.8);
}

.border-e-indigo-300\/85{
  border-inline-end-color: rgb(165 180 252 / 0.85);
}

.border-e-indigo-300\/90{
  border-inline-end-color: rgb(165 180 252 / 0.9);
}

.border-e-indigo-300\/95{
  border-inline-end-color: rgb(165 180 252 / 0.95);
}

.border-e-indigo-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-e-indigo-400\/0{
  border-inline-end-color: rgb(129 140 248 / 0);
}

.border-e-indigo-400\/10{
  border-inline-end-color: rgb(129 140 248 / 0.1);
}

.border-e-indigo-400\/100{
  border-inline-end-color: rgb(129 140 248 / 1);
}

.border-e-indigo-400\/15{
  border-inline-end-color: rgb(129 140 248 / 0.15);
}

.border-e-indigo-400\/20{
  border-inline-end-color: rgb(129 140 248 / 0.2);
}

.border-e-indigo-400\/25{
  border-inline-end-color: rgb(129 140 248 / 0.25);
}

.border-e-indigo-400\/30{
  border-inline-end-color: rgb(129 140 248 / 0.3);
}

.border-e-indigo-400\/35{
  border-inline-end-color: rgb(129 140 248 / 0.35);
}

.border-e-indigo-400\/40{
  border-inline-end-color: rgb(129 140 248 / 0.4);
}

.border-e-indigo-400\/45{
  border-inline-end-color: rgb(129 140 248 / 0.45);
}

.border-e-indigo-400\/5{
  border-inline-end-color: rgb(129 140 248 / 0.05);
}

.border-e-indigo-400\/50{
  border-inline-end-color: rgb(129 140 248 / 0.5);
}

.border-e-indigo-400\/55{
  border-inline-end-color: rgb(129 140 248 / 0.55);
}

.border-e-indigo-400\/60{
  border-inline-end-color: rgb(129 140 248 / 0.6);
}

.border-e-indigo-400\/65{
  border-inline-end-color: rgb(129 140 248 / 0.65);
}

.border-e-indigo-400\/70{
  border-inline-end-color: rgb(129 140 248 / 0.7);
}

.border-e-indigo-400\/75{
  border-inline-end-color: rgb(129 140 248 / 0.75);
}

.border-e-indigo-400\/80{
  border-inline-end-color: rgb(129 140 248 / 0.8);
}

.border-e-indigo-400\/85{
  border-inline-end-color: rgb(129 140 248 / 0.85);
}

.border-e-indigo-400\/90{
  border-inline-end-color: rgb(129 140 248 / 0.9);
}

.border-e-indigo-400\/95{
  border-inline-end-color: rgb(129 140 248 / 0.95);
}

.border-e-indigo-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-e-indigo-50\/0{
  border-inline-end-color: rgb(238 242 255 / 0);
}

.border-e-indigo-50\/10{
  border-inline-end-color: rgb(238 242 255 / 0.1);
}

.border-e-indigo-50\/100{
  border-inline-end-color: rgb(238 242 255 / 1);
}

.border-e-indigo-50\/15{
  border-inline-end-color: rgb(238 242 255 / 0.15);
}

.border-e-indigo-50\/20{
  border-inline-end-color: rgb(238 242 255 / 0.2);
}

.border-e-indigo-50\/25{
  border-inline-end-color: rgb(238 242 255 / 0.25);
}

.border-e-indigo-50\/30{
  border-inline-end-color: rgb(238 242 255 / 0.3);
}

.border-e-indigo-50\/35{
  border-inline-end-color: rgb(238 242 255 / 0.35);
}

.border-e-indigo-50\/40{
  border-inline-end-color: rgb(238 242 255 / 0.4);
}

.border-e-indigo-50\/45{
  border-inline-end-color: rgb(238 242 255 / 0.45);
}

.border-e-indigo-50\/5{
  border-inline-end-color: rgb(238 242 255 / 0.05);
}

.border-e-indigo-50\/50{
  border-inline-end-color: rgb(238 242 255 / 0.5);
}

.border-e-indigo-50\/55{
  border-inline-end-color: rgb(238 242 255 / 0.55);
}

.border-e-indigo-50\/60{
  border-inline-end-color: rgb(238 242 255 / 0.6);
}

.border-e-indigo-50\/65{
  border-inline-end-color: rgb(238 242 255 / 0.65);
}

.border-e-indigo-50\/70{
  border-inline-end-color: rgb(238 242 255 / 0.7);
}

.border-e-indigo-50\/75{
  border-inline-end-color: rgb(238 242 255 / 0.75);
}

.border-e-indigo-50\/80{
  border-inline-end-color: rgb(238 242 255 / 0.8);
}

.border-e-indigo-50\/85{
  border-inline-end-color: rgb(238 242 255 / 0.85);
}

.border-e-indigo-50\/90{
  border-inline-end-color: rgb(238 242 255 / 0.9);
}

.border-e-indigo-50\/95{
  border-inline-end-color: rgb(238 242 255 / 0.95);
}

.border-e-indigo-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-e-indigo-500\/0{
  border-inline-end-color: rgb(99 102 241 / 0);
}

.border-e-indigo-500\/10{
  border-inline-end-color: rgb(99 102 241 / 0.1);
}

.border-e-indigo-500\/100{
  border-inline-end-color: rgb(99 102 241 / 1);
}

.border-e-indigo-500\/15{
  border-inline-end-color: rgb(99 102 241 / 0.15);
}

.border-e-indigo-500\/20{
  border-inline-end-color: rgb(99 102 241 / 0.2);
}

.border-e-indigo-500\/25{
  border-inline-end-color: rgb(99 102 241 / 0.25);
}

.border-e-indigo-500\/30{
  border-inline-end-color: rgb(99 102 241 / 0.3);
}

.border-e-indigo-500\/35{
  border-inline-end-color: rgb(99 102 241 / 0.35);
}

.border-e-indigo-500\/40{
  border-inline-end-color: rgb(99 102 241 / 0.4);
}

.border-e-indigo-500\/45{
  border-inline-end-color: rgb(99 102 241 / 0.45);
}

.border-e-indigo-500\/5{
  border-inline-end-color: rgb(99 102 241 / 0.05);
}

.border-e-indigo-500\/50{
  border-inline-end-color: rgb(99 102 241 / 0.5);
}

.border-e-indigo-500\/55{
  border-inline-end-color: rgb(99 102 241 / 0.55);
}

.border-e-indigo-500\/60{
  border-inline-end-color: rgb(99 102 241 / 0.6);
}

.border-e-indigo-500\/65{
  border-inline-end-color: rgb(99 102 241 / 0.65);
}

.border-e-indigo-500\/70{
  border-inline-end-color: rgb(99 102 241 / 0.7);
}

.border-e-indigo-500\/75{
  border-inline-end-color: rgb(99 102 241 / 0.75);
}

.border-e-indigo-500\/80{
  border-inline-end-color: rgb(99 102 241 / 0.8);
}

.border-e-indigo-500\/85{
  border-inline-end-color: rgb(99 102 241 / 0.85);
}

.border-e-indigo-500\/90{
  border-inline-end-color: rgb(99 102 241 / 0.9);
}

.border-e-indigo-500\/95{
  border-inline-end-color: rgb(99 102 241 / 0.95);
}

.border-e-indigo-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-e-indigo-600\/0{
  border-inline-end-color: rgb(79 70 229 / 0);
}

.border-e-indigo-600\/10{
  border-inline-end-color: rgb(79 70 229 / 0.1);
}

.border-e-indigo-600\/100{
  border-inline-end-color: rgb(79 70 229 / 1);
}

.border-e-indigo-600\/15{
  border-inline-end-color: rgb(79 70 229 / 0.15);
}

.border-e-indigo-600\/20{
  border-inline-end-color: rgb(79 70 229 / 0.2);
}

.border-e-indigo-600\/25{
  border-inline-end-color: rgb(79 70 229 / 0.25);
}

.border-e-indigo-600\/30{
  border-inline-end-color: rgb(79 70 229 / 0.3);
}

.border-e-indigo-600\/35{
  border-inline-end-color: rgb(79 70 229 / 0.35);
}

.border-e-indigo-600\/40{
  border-inline-end-color: rgb(79 70 229 / 0.4);
}

.border-e-indigo-600\/45{
  border-inline-end-color: rgb(79 70 229 / 0.45);
}

.border-e-indigo-600\/5{
  border-inline-end-color: rgb(79 70 229 / 0.05);
}

.border-e-indigo-600\/50{
  border-inline-end-color: rgb(79 70 229 / 0.5);
}

.border-e-indigo-600\/55{
  border-inline-end-color: rgb(79 70 229 / 0.55);
}

.border-e-indigo-600\/60{
  border-inline-end-color: rgb(79 70 229 / 0.6);
}

.border-e-indigo-600\/65{
  border-inline-end-color: rgb(79 70 229 / 0.65);
}

.border-e-indigo-600\/70{
  border-inline-end-color: rgb(79 70 229 / 0.7);
}

.border-e-indigo-600\/75{
  border-inline-end-color: rgb(79 70 229 / 0.75);
}

.border-e-indigo-600\/80{
  border-inline-end-color: rgb(79 70 229 / 0.8);
}

.border-e-indigo-600\/85{
  border-inline-end-color: rgb(79 70 229 / 0.85);
}

.border-e-indigo-600\/90{
  border-inline-end-color: rgb(79 70 229 / 0.9);
}

.border-e-indigo-600\/95{
  border-inline-end-color: rgb(79 70 229 / 0.95);
}

.border-e-indigo-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-e-indigo-700\/0{
  border-inline-end-color: rgb(67 56 202 / 0);
}

.border-e-indigo-700\/10{
  border-inline-end-color: rgb(67 56 202 / 0.1);
}

.border-e-indigo-700\/100{
  border-inline-end-color: rgb(67 56 202 / 1);
}

.border-e-indigo-700\/15{
  border-inline-end-color: rgb(67 56 202 / 0.15);
}

.border-e-indigo-700\/20{
  border-inline-end-color: rgb(67 56 202 / 0.2);
}

.border-e-indigo-700\/25{
  border-inline-end-color: rgb(67 56 202 / 0.25);
}

.border-e-indigo-700\/30{
  border-inline-end-color: rgb(67 56 202 / 0.3);
}

.border-e-indigo-700\/35{
  border-inline-end-color: rgb(67 56 202 / 0.35);
}

.border-e-indigo-700\/40{
  border-inline-end-color: rgb(67 56 202 / 0.4);
}

.border-e-indigo-700\/45{
  border-inline-end-color: rgb(67 56 202 / 0.45);
}

.border-e-indigo-700\/5{
  border-inline-end-color: rgb(67 56 202 / 0.05);
}

.border-e-indigo-700\/50{
  border-inline-end-color: rgb(67 56 202 / 0.5);
}

.border-e-indigo-700\/55{
  border-inline-end-color: rgb(67 56 202 / 0.55);
}

.border-e-indigo-700\/60{
  border-inline-end-color: rgb(67 56 202 / 0.6);
}

.border-e-indigo-700\/65{
  border-inline-end-color: rgb(67 56 202 / 0.65);
}

.border-e-indigo-700\/70{
  border-inline-end-color: rgb(67 56 202 / 0.7);
}

.border-e-indigo-700\/75{
  border-inline-end-color: rgb(67 56 202 / 0.75);
}

.border-e-indigo-700\/80{
  border-inline-end-color: rgb(67 56 202 / 0.8);
}

.border-e-indigo-700\/85{
  border-inline-end-color: rgb(67 56 202 / 0.85);
}

.border-e-indigo-700\/90{
  border-inline-end-color: rgb(67 56 202 / 0.9);
}

.border-e-indigo-700\/95{
  border-inline-end-color: rgb(67 56 202 / 0.95);
}

.border-e-indigo-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-e-indigo-800\/0{
  border-inline-end-color: rgb(55 48 163 / 0);
}

.border-e-indigo-800\/10{
  border-inline-end-color: rgb(55 48 163 / 0.1);
}

.border-e-indigo-800\/100{
  border-inline-end-color: rgb(55 48 163 / 1);
}

.border-e-indigo-800\/15{
  border-inline-end-color: rgb(55 48 163 / 0.15);
}

.border-e-indigo-800\/20{
  border-inline-end-color: rgb(55 48 163 / 0.2);
}

.border-e-indigo-800\/25{
  border-inline-end-color: rgb(55 48 163 / 0.25);
}

.border-e-indigo-800\/30{
  border-inline-end-color: rgb(55 48 163 / 0.3);
}

.border-e-indigo-800\/35{
  border-inline-end-color: rgb(55 48 163 / 0.35);
}

.border-e-indigo-800\/40{
  border-inline-end-color: rgb(55 48 163 / 0.4);
}

.border-e-indigo-800\/45{
  border-inline-end-color: rgb(55 48 163 / 0.45);
}

.border-e-indigo-800\/5{
  border-inline-end-color: rgb(55 48 163 / 0.05);
}

.border-e-indigo-800\/50{
  border-inline-end-color: rgb(55 48 163 / 0.5);
}

.border-e-indigo-800\/55{
  border-inline-end-color: rgb(55 48 163 / 0.55);
}

.border-e-indigo-800\/60{
  border-inline-end-color: rgb(55 48 163 / 0.6);
}

.border-e-indigo-800\/65{
  border-inline-end-color: rgb(55 48 163 / 0.65);
}

.border-e-indigo-800\/70{
  border-inline-end-color: rgb(55 48 163 / 0.7);
}

.border-e-indigo-800\/75{
  border-inline-end-color: rgb(55 48 163 / 0.75);
}

.border-e-indigo-800\/80{
  border-inline-end-color: rgb(55 48 163 / 0.8);
}

.border-e-indigo-800\/85{
  border-inline-end-color: rgb(55 48 163 / 0.85);
}

.border-e-indigo-800\/90{
  border-inline-end-color: rgb(55 48 163 / 0.9);
}

.border-e-indigo-800\/95{
  border-inline-end-color: rgb(55 48 163 / 0.95);
}

.border-e-indigo-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-e-indigo-900\/0{
  border-inline-end-color: rgb(49 46 129 / 0);
}

.border-e-indigo-900\/10{
  border-inline-end-color: rgb(49 46 129 / 0.1);
}

.border-e-indigo-900\/100{
  border-inline-end-color: rgb(49 46 129 / 1);
}

.border-e-indigo-900\/15{
  border-inline-end-color: rgb(49 46 129 / 0.15);
}

.border-e-indigo-900\/20{
  border-inline-end-color: rgb(49 46 129 / 0.2);
}

.border-e-indigo-900\/25{
  border-inline-end-color: rgb(49 46 129 / 0.25);
}

.border-e-indigo-900\/30{
  border-inline-end-color: rgb(49 46 129 / 0.3);
}

.border-e-indigo-900\/35{
  border-inline-end-color: rgb(49 46 129 / 0.35);
}

.border-e-indigo-900\/40{
  border-inline-end-color: rgb(49 46 129 / 0.4);
}

.border-e-indigo-900\/45{
  border-inline-end-color: rgb(49 46 129 / 0.45);
}

.border-e-indigo-900\/5{
  border-inline-end-color: rgb(49 46 129 / 0.05);
}

.border-e-indigo-900\/50{
  border-inline-end-color: rgb(49 46 129 / 0.5);
}

.border-e-indigo-900\/55{
  border-inline-end-color: rgb(49 46 129 / 0.55);
}

.border-e-indigo-900\/60{
  border-inline-end-color: rgb(49 46 129 / 0.6);
}

.border-e-indigo-900\/65{
  border-inline-end-color: rgb(49 46 129 / 0.65);
}

.border-e-indigo-900\/70{
  border-inline-end-color: rgb(49 46 129 / 0.7);
}

.border-e-indigo-900\/75{
  border-inline-end-color: rgb(49 46 129 / 0.75);
}

.border-e-indigo-900\/80{
  border-inline-end-color: rgb(49 46 129 / 0.8);
}

.border-e-indigo-900\/85{
  border-inline-end-color: rgb(49 46 129 / 0.85);
}

.border-e-indigo-900\/90{
  border-inline-end-color: rgb(49 46 129 / 0.9);
}

.border-e-indigo-900\/95{
  border-inline-end-color: rgb(49 46 129 / 0.95);
}

.border-e-indigo-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-e-indigo-950\/0{
  border-inline-end-color: rgb(30 27 75 / 0);
}

.border-e-indigo-950\/10{
  border-inline-end-color: rgb(30 27 75 / 0.1);
}

.border-e-indigo-950\/100{
  border-inline-end-color: rgb(30 27 75 / 1);
}

.border-e-indigo-950\/15{
  border-inline-end-color: rgb(30 27 75 / 0.15);
}

.border-e-indigo-950\/20{
  border-inline-end-color: rgb(30 27 75 / 0.2);
}

.border-e-indigo-950\/25{
  border-inline-end-color: rgb(30 27 75 / 0.25);
}

.border-e-indigo-950\/30{
  border-inline-end-color: rgb(30 27 75 / 0.3);
}

.border-e-indigo-950\/35{
  border-inline-end-color: rgb(30 27 75 / 0.35);
}

.border-e-indigo-950\/40{
  border-inline-end-color: rgb(30 27 75 / 0.4);
}

.border-e-indigo-950\/45{
  border-inline-end-color: rgb(30 27 75 / 0.45);
}

.border-e-indigo-950\/5{
  border-inline-end-color: rgb(30 27 75 / 0.05);
}

.border-e-indigo-950\/50{
  border-inline-end-color: rgb(30 27 75 / 0.5);
}

.border-e-indigo-950\/55{
  border-inline-end-color: rgb(30 27 75 / 0.55);
}

.border-e-indigo-950\/60{
  border-inline-end-color: rgb(30 27 75 / 0.6);
}

.border-e-indigo-950\/65{
  border-inline-end-color: rgb(30 27 75 / 0.65);
}

.border-e-indigo-950\/70{
  border-inline-end-color: rgb(30 27 75 / 0.7);
}

.border-e-indigo-950\/75{
  border-inline-end-color: rgb(30 27 75 / 0.75);
}

.border-e-indigo-950\/80{
  border-inline-end-color: rgb(30 27 75 / 0.8);
}

.border-e-indigo-950\/85{
  border-inline-end-color: rgb(30 27 75 / 0.85);
}

.border-e-indigo-950\/90{
  border-inline-end-color: rgb(30 27 75 / 0.9);
}

.border-e-indigo-950\/95{
  border-inline-end-color: rgb(30 27 75 / 0.95);
}

.border-e-info{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.border-e-info-hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.border-e-info-hover\/0{
  border-inline-end-color: rgb(203 122 0 / 0);
}

.border-e-info-hover\/10{
  border-inline-end-color: rgb(203 122 0 / 0.1);
}

.border-e-info-hover\/100{
  border-inline-end-color: rgb(203 122 0 / 1);
}

.border-e-info-hover\/15{
  border-inline-end-color: rgb(203 122 0 / 0.15);
}

.border-e-info-hover\/20{
  border-inline-end-color: rgb(203 122 0 / 0.2);
}

.border-e-info-hover\/25{
  border-inline-end-color: rgb(203 122 0 / 0.25);
}

.border-e-info-hover\/30{
  border-inline-end-color: rgb(203 122 0 / 0.3);
}

.border-e-info-hover\/35{
  border-inline-end-color: rgb(203 122 0 / 0.35);
}

.border-e-info-hover\/40{
  border-inline-end-color: rgb(203 122 0 / 0.4);
}

.border-e-info-hover\/45{
  border-inline-end-color: rgb(203 122 0 / 0.45);
}

.border-e-info-hover\/5{
  border-inline-end-color: rgb(203 122 0 / 0.05);
}

.border-e-info-hover\/50{
  border-inline-end-color: rgb(203 122 0 / 0.5);
}

.border-e-info-hover\/55{
  border-inline-end-color: rgb(203 122 0 / 0.55);
}

.border-e-info-hover\/60{
  border-inline-end-color: rgb(203 122 0 / 0.6);
}

.border-e-info-hover\/65{
  border-inline-end-color: rgb(203 122 0 / 0.65);
}

.border-e-info-hover\/70{
  border-inline-end-color: rgb(203 122 0 / 0.7);
}

.border-e-info-hover\/75{
  border-inline-end-color: rgb(203 122 0 / 0.75);
}

.border-e-info-hover\/80{
  border-inline-end-color: rgb(203 122 0 / 0.8);
}

.border-e-info-hover\/85{
  border-inline-end-color: rgb(203 122 0 / 0.85);
}

.border-e-info-hover\/90{
  border-inline-end-color: rgb(203 122 0 / 0.9);
}

.border-e-info-hover\/95{
  border-inline-end-color: rgb(203 122 0 / 0.95);
}

.border-e-info\/0{
  border-inline-end-color: rgb(247 159 26 / 0);
}

.border-e-info\/10{
  border-inline-end-color: rgb(247 159 26 / 0.1);
}

.border-e-info\/100{
  border-inline-end-color: rgb(247 159 26 / 1);
}

.border-e-info\/15{
  border-inline-end-color: rgb(247 159 26 / 0.15);
}

.border-e-info\/20{
  border-inline-end-color: rgb(247 159 26 / 0.2);
}

.border-e-info\/25{
  border-inline-end-color: rgb(247 159 26 / 0.25);
}

.border-e-info\/30{
  border-inline-end-color: rgb(247 159 26 / 0.3);
}

.border-e-info\/35{
  border-inline-end-color: rgb(247 159 26 / 0.35);
}

.border-e-info\/40{
  border-inline-end-color: rgb(247 159 26 / 0.4);
}

.border-e-info\/45{
  border-inline-end-color: rgb(247 159 26 / 0.45);
}

.border-e-info\/5{
  border-inline-end-color: rgb(247 159 26 / 0.05);
}

.border-e-info\/50{
  border-inline-end-color: rgb(247 159 26 / 0.5);
}

.border-e-info\/55{
  border-inline-end-color: rgb(247 159 26 / 0.55);
}

.border-e-info\/60{
  border-inline-end-color: rgb(247 159 26 / 0.6);
}

.border-e-info\/65{
  border-inline-end-color: rgb(247 159 26 / 0.65);
}

.border-e-info\/70{
  border-inline-end-color: rgb(247 159 26 / 0.7);
}

.border-e-info\/75{
  border-inline-end-color: rgb(247 159 26 / 0.75);
}

.border-e-info\/80{
  border-inline-end-color: rgb(247 159 26 / 0.8);
}

.border-e-info\/85{
  border-inline-end-color: rgb(247 159 26 / 0.85);
}

.border-e-info\/90{
  border-inline-end-color: rgb(247 159 26 / 0.9);
}

.border-e-info\/95{
  border-inline-end-color: rgb(247 159 26 / 0.95);
}

.border-e-inherit{
  border-inline-end-color: inherit;
}

.border-e-lime-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-e-lime-100\/0{
  border-inline-end-color: rgb(236 252 203 / 0);
}

.border-e-lime-100\/10{
  border-inline-end-color: rgb(236 252 203 / 0.1);
}

.border-e-lime-100\/100{
  border-inline-end-color: rgb(236 252 203 / 1);
}

.border-e-lime-100\/15{
  border-inline-end-color: rgb(236 252 203 / 0.15);
}

.border-e-lime-100\/20{
  border-inline-end-color: rgb(236 252 203 / 0.2);
}

.border-e-lime-100\/25{
  border-inline-end-color: rgb(236 252 203 / 0.25);
}

.border-e-lime-100\/30{
  border-inline-end-color: rgb(236 252 203 / 0.3);
}

.border-e-lime-100\/35{
  border-inline-end-color: rgb(236 252 203 / 0.35);
}

.border-e-lime-100\/40{
  border-inline-end-color: rgb(236 252 203 / 0.4);
}

.border-e-lime-100\/45{
  border-inline-end-color: rgb(236 252 203 / 0.45);
}

.border-e-lime-100\/5{
  border-inline-end-color: rgb(236 252 203 / 0.05);
}

.border-e-lime-100\/50{
  border-inline-end-color: rgb(236 252 203 / 0.5);
}

.border-e-lime-100\/55{
  border-inline-end-color: rgb(236 252 203 / 0.55);
}

.border-e-lime-100\/60{
  border-inline-end-color: rgb(236 252 203 / 0.6);
}

.border-e-lime-100\/65{
  border-inline-end-color: rgb(236 252 203 / 0.65);
}

.border-e-lime-100\/70{
  border-inline-end-color: rgb(236 252 203 / 0.7);
}

.border-e-lime-100\/75{
  border-inline-end-color: rgb(236 252 203 / 0.75);
}

.border-e-lime-100\/80{
  border-inline-end-color: rgb(236 252 203 / 0.8);
}

.border-e-lime-100\/85{
  border-inline-end-color: rgb(236 252 203 / 0.85);
}

.border-e-lime-100\/90{
  border-inline-end-color: rgb(236 252 203 / 0.9);
}

.border-e-lime-100\/95{
  border-inline-end-color: rgb(236 252 203 / 0.95);
}

.border-e-lime-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-e-lime-200\/0{
  border-inline-end-color: rgb(217 249 157 / 0);
}

.border-e-lime-200\/10{
  border-inline-end-color: rgb(217 249 157 / 0.1);
}

.border-e-lime-200\/100{
  border-inline-end-color: rgb(217 249 157 / 1);
}

.border-e-lime-200\/15{
  border-inline-end-color: rgb(217 249 157 / 0.15);
}

.border-e-lime-200\/20{
  border-inline-end-color: rgb(217 249 157 / 0.2);
}

.border-e-lime-200\/25{
  border-inline-end-color: rgb(217 249 157 / 0.25);
}

.border-e-lime-200\/30{
  border-inline-end-color: rgb(217 249 157 / 0.3);
}

.border-e-lime-200\/35{
  border-inline-end-color: rgb(217 249 157 / 0.35);
}

.border-e-lime-200\/40{
  border-inline-end-color: rgb(217 249 157 / 0.4);
}

.border-e-lime-200\/45{
  border-inline-end-color: rgb(217 249 157 / 0.45);
}

.border-e-lime-200\/5{
  border-inline-end-color: rgb(217 249 157 / 0.05);
}

.border-e-lime-200\/50{
  border-inline-end-color: rgb(217 249 157 / 0.5);
}

.border-e-lime-200\/55{
  border-inline-end-color: rgb(217 249 157 / 0.55);
}

.border-e-lime-200\/60{
  border-inline-end-color: rgb(217 249 157 / 0.6);
}

.border-e-lime-200\/65{
  border-inline-end-color: rgb(217 249 157 / 0.65);
}

.border-e-lime-200\/70{
  border-inline-end-color: rgb(217 249 157 / 0.7);
}

.border-e-lime-200\/75{
  border-inline-end-color: rgb(217 249 157 / 0.75);
}

.border-e-lime-200\/80{
  border-inline-end-color: rgb(217 249 157 / 0.8);
}

.border-e-lime-200\/85{
  border-inline-end-color: rgb(217 249 157 / 0.85);
}

.border-e-lime-200\/90{
  border-inline-end-color: rgb(217 249 157 / 0.9);
}

.border-e-lime-200\/95{
  border-inline-end-color: rgb(217 249 157 / 0.95);
}

.border-e-lime-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-e-lime-300\/0{
  border-inline-end-color: rgb(190 242 100 / 0);
}

.border-e-lime-300\/10{
  border-inline-end-color: rgb(190 242 100 / 0.1);
}

.border-e-lime-300\/100{
  border-inline-end-color: rgb(190 242 100 / 1);
}

.border-e-lime-300\/15{
  border-inline-end-color: rgb(190 242 100 / 0.15);
}

.border-e-lime-300\/20{
  border-inline-end-color: rgb(190 242 100 / 0.2);
}

.border-e-lime-300\/25{
  border-inline-end-color: rgb(190 242 100 / 0.25);
}

.border-e-lime-300\/30{
  border-inline-end-color: rgb(190 242 100 / 0.3);
}

.border-e-lime-300\/35{
  border-inline-end-color: rgb(190 242 100 / 0.35);
}

.border-e-lime-300\/40{
  border-inline-end-color: rgb(190 242 100 / 0.4);
}

.border-e-lime-300\/45{
  border-inline-end-color: rgb(190 242 100 / 0.45);
}

.border-e-lime-300\/5{
  border-inline-end-color: rgb(190 242 100 / 0.05);
}

.border-e-lime-300\/50{
  border-inline-end-color: rgb(190 242 100 / 0.5);
}

.border-e-lime-300\/55{
  border-inline-end-color: rgb(190 242 100 / 0.55);
}

.border-e-lime-300\/60{
  border-inline-end-color: rgb(190 242 100 / 0.6);
}

.border-e-lime-300\/65{
  border-inline-end-color: rgb(190 242 100 / 0.65);
}

.border-e-lime-300\/70{
  border-inline-end-color: rgb(190 242 100 / 0.7);
}

.border-e-lime-300\/75{
  border-inline-end-color: rgb(190 242 100 / 0.75);
}

.border-e-lime-300\/80{
  border-inline-end-color: rgb(190 242 100 / 0.8);
}

.border-e-lime-300\/85{
  border-inline-end-color: rgb(190 242 100 / 0.85);
}

.border-e-lime-300\/90{
  border-inline-end-color: rgb(190 242 100 / 0.9);
}

.border-e-lime-300\/95{
  border-inline-end-color: rgb(190 242 100 / 0.95);
}

.border-e-lime-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-e-lime-400\/0{
  border-inline-end-color: rgb(163 230 53 / 0);
}

.border-e-lime-400\/10{
  border-inline-end-color: rgb(163 230 53 / 0.1);
}

.border-e-lime-400\/100{
  border-inline-end-color: rgb(163 230 53 / 1);
}

.border-e-lime-400\/15{
  border-inline-end-color: rgb(163 230 53 / 0.15);
}

.border-e-lime-400\/20{
  border-inline-end-color: rgb(163 230 53 / 0.2);
}

.border-e-lime-400\/25{
  border-inline-end-color: rgb(163 230 53 / 0.25);
}

.border-e-lime-400\/30{
  border-inline-end-color: rgb(163 230 53 / 0.3);
}

.border-e-lime-400\/35{
  border-inline-end-color: rgb(163 230 53 / 0.35);
}

.border-e-lime-400\/40{
  border-inline-end-color: rgb(163 230 53 / 0.4);
}

.border-e-lime-400\/45{
  border-inline-end-color: rgb(163 230 53 / 0.45);
}

.border-e-lime-400\/5{
  border-inline-end-color: rgb(163 230 53 / 0.05);
}

.border-e-lime-400\/50{
  border-inline-end-color: rgb(163 230 53 / 0.5);
}

.border-e-lime-400\/55{
  border-inline-end-color: rgb(163 230 53 / 0.55);
}

.border-e-lime-400\/60{
  border-inline-end-color: rgb(163 230 53 / 0.6);
}

.border-e-lime-400\/65{
  border-inline-end-color: rgb(163 230 53 / 0.65);
}

.border-e-lime-400\/70{
  border-inline-end-color: rgb(163 230 53 / 0.7);
}

.border-e-lime-400\/75{
  border-inline-end-color: rgb(163 230 53 / 0.75);
}

.border-e-lime-400\/80{
  border-inline-end-color: rgb(163 230 53 / 0.8);
}

.border-e-lime-400\/85{
  border-inline-end-color: rgb(163 230 53 / 0.85);
}

.border-e-lime-400\/90{
  border-inline-end-color: rgb(163 230 53 / 0.9);
}

.border-e-lime-400\/95{
  border-inline-end-color: rgb(163 230 53 / 0.95);
}

.border-e-lime-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-e-lime-50\/0{
  border-inline-end-color: rgb(247 254 231 / 0);
}

.border-e-lime-50\/10{
  border-inline-end-color: rgb(247 254 231 / 0.1);
}

.border-e-lime-50\/100{
  border-inline-end-color: rgb(247 254 231 / 1);
}

.border-e-lime-50\/15{
  border-inline-end-color: rgb(247 254 231 / 0.15);
}

.border-e-lime-50\/20{
  border-inline-end-color: rgb(247 254 231 / 0.2);
}

.border-e-lime-50\/25{
  border-inline-end-color: rgb(247 254 231 / 0.25);
}

.border-e-lime-50\/30{
  border-inline-end-color: rgb(247 254 231 / 0.3);
}

.border-e-lime-50\/35{
  border-inline-end-color: rgb(247 254 231 / 0.35);
}

.border-e-lime-50\/40{
  border-inline-end-color: rgb(247 254 231 / 0.4);
}

.border-e-lime-50\/45{
  border-inline-end-color: rgb(247 254 231 / 0.45);
}

.border-e-lime-50\/5{
  border-inline-end-color: rgb(247 254 231 / 0.05);
}

.border-e-lime-50\/50{
  border-inline-end-color: rgb(247 254 231 / 0.5);
}

.border-e-lime-50\/55{
  border-inline-end-color: rgb(247 254 231 / 0.55);
}

.border-e-lime-50\/60{
  border-inline-end-color: rgb(247 254 231 / 0.6);
}

.border-e-lime-50\/65{
  border-inline-end-color: rgb(247 254 231 / 0.65);
}

.border-e-lime-50\/70{
  border-inline-end-color: rgb(247 254 231 / 0.7);
}

.border-e-lime-50\/75{
  border-inline-end-color: rgb(247 254 231 / 0.75);
}

.border-e-lime-50\/80{
  border-inline-end-color: rgb(247 254 231 / 0.8);
}

.border-e-lime-50\/85{
  border-inline-end-color: rgb(247 254 231 / 0.85);
}

.border-e-lime-50\/90{
  border-inline-end-color: rgb(247 254 231 / 0.9);
}

.border-e-lime-50\/95{
  border-inline-end-color: rgb(247 254 231 / 0.95);
}

.border-e-lime-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-e-lime-500\/0{
  border-inline-end-color: rgb(132 204 22 / 0);
}

.border-e-lime-500\/10{
  border-inline-end-color: rgb(132 204 22 / 0.1);
}

.border-e-lime-500\/100{
  border-inline-end-color: rgb(132 204 22 / 1);
}

.border-e-lime-500\/15{
  border-inline-end-color: rgb(132 204 22 / 0.15);
}

.border-e-lime-500\/20{
  border-inline-end-color: rgb(132 204 22 / 0.2);
}

.border-e-lime-500\/25{
  border-inline-end-color: rgb(132 204 22 / 0.25);
}

.border-e-lime-500\/30{
  border-inline-end-color: rgb(132 204 22 / 0.3);
}

.border-e-lime-500\/35{
  border-inline-end-color: rgb(132 204 22 / 0.35);
}

.border-e-lime-500\/40{
  border-inline-end-color: rgb(132 204 22 / 0.4);
}

.border-e-lime-500\/45{
  border-inline-end-color: rgb(132 204 22 / 0.45);
}

.border-e-lime-500\/5{
  border-inline-end-color: rgb(132 204 22 / 0.05);
}

.border-e-lime-500\/50{
  border-inline-end-color: rgb(132 204 22 / 0.5);
}

.border-e-lime-500\/55{
  border-inline-end-color: rgb(132 204 22 / 0.55);
}

.border-e-lime-500\/60{
  border-inline-end-color: rgb(132 204 22 / 0.6);
}

.border-e-lime-500\/65{
  border-inline-end-color: rgb(132 204 22 / 0.65);
}

.border-e-lime-500\/70{
  border-inline-end-color: rgb(132 204 22 / 0.7);
}

.border-e-lime-500\/75{
  border-inline-end-color: rgb(132 204 22 / 0.75);
}

.border-e-lime-500\/80{
  border-inline-end-color: rgb(132 204 22 / 0.8);
}

.border-e-lime-500\/85{
  border-inline-end-color: rgb(132 204 22 / 0.85);
}

.border-e-lime-500\/90{
  border-inline-end-color: rgb(132 204 22 / 0.9);
}

.border-e-lime-500\/95{
  border-inline-end-color: rgb(132 204 22 / 0.95);
}

.border-e-lime-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-e-lime-600\/0{
  border-inline-end-color: rgb(101 163 13 / 0);
}

.border-e-lime-600\/10{
  border-inline-end-color: rgb(101 163 13 / 0.1);
}

.border-e-lime-600\/100{
  border-inline-end-color: rgb(101 163 13 / 1);
}

.border-e-lime-600\/15{
  border-inline-end-color: rgb(101 163 13 / 0.15);
}

.border-e-lime-600\/20{
  border-inline-end-color: rgb(101 163 13 / 0.2);
}

.border-e-lime-600\/25{
  border-inline-end-color: rgb(101 163 13 / 0.25);
}

.border-e-lime-600\/30{
  border-inline-end-color: rgb(101 163 13 / 0.3);
}

.border-e-lime-600\/35{
  border-inline-end-color: rgb(101 163 13 / 0.35);
}

.border-e-lime-600\/40{
  border-inline-end-color: rgb(101 163 13 / 0.4);
}

.border-e-lime-600\/45{
  border-inline-end-color: rgb(101 163 13 / 0.45);
}

.border-e-lime-600\/5{
  border-inline-end-color: rgb(101 163 13 / 0.05);
}

.border-e-lime-600\/50{
  border-inline-end-color: rgb(101 163 13 / 0.5);
}

.border-e-lime-600\/55{
  border-inline-end-color: rgb(101 163 13 / 0.55);
}

.border-e-lime-600\/60{
  border-inline-end-color: rgb(101 163 13 / 0.6);
}

.border-e-lime-600\/65{
  border-inline-end-color: rgb(101 163 13 / 0.65);
}

.border-e-lime-600\/70{
  border-inline-end-color: rgb(101 163 13 / 0.7);
}

.border-e-lime-600\/75{
  border-inline-end-color: rgb(101 163 13 / 0.75);
}

.border-e-lime-600\/80{
  border-inline-end-color: rgb(101 163 13 / 0.8);
}

.border-e-lime-600\/85{
  border-inline-end-color: rgb(101 163 13 / 0.85);
}

.border-e-lime-600\/90{
  border-inline-end-color: rgb(101 163 13 / 0.9);
}

.border-e-lime-600\/95{
  border-inline-end-color: rgb(101 163 13 / 0.95);
}

.border-e-lime-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-e-lime-700\/0{
  border-inline-end-color: rgb(77 124 15 / 0);
}

.border-e-lime-700\/10{
  border-inline-end-color: rgb(77 124 15 / 0.1);
}

.border-e-lime-700\/100{
  border-inline-end-color: rgb(77 124 15 / 1);
}

.border-e-lime-700\/15{
  border-inline-end-color: rgb(77 124 15 / 0.15);
}

.border-e-lime-700\/20{
  border-inline-end-color: rgb(77 124 15 / 0.2);
}

.border-e-lime-700\/25{
  border-inline-end-color: rgb(77 124 15 / 0.25);
}

.border-e-lime-700\/30{
  border-inline-end-color: rgb(77 124 15 / 0.3);
}

.border-e-lime-700\/35{
  border-inline-end-color: rgb(77 124 15 / 0.35);
}

.border-e-lime-700\/40{
  border-inline-end-color: rgb(77 124 15 / 0.4);
}

.border-e-lime-700\/45{
  border-inline-end-color: rgb(77 124 15 / 0.45);
}

.border-e-lime-700\/5{
  border-inline-end-color: rgb(77 124 15 / 0.05);
}

.border-e-lime-700\/50{
  border-inline-end-color: rgb(77 124 15 / 0.5);
}

.border-e-lime-700\/55{
  border-inline-end-color: rgb(77 124 15 / 0.55);
}

.border-e-lime-700\/60{
  border-inline-end-color: rgb(77 124 15 / 0.6);
}

.border-e-lime-700\/65{
  border-inline-end-color: rgb(77 124 15 / 0.65);
}

.border-e-lime-700\/70{
  border-inline-end-color: rgb(77 124 15 / 0.7);
}

.border-e-lime-700\/75{
  border-inline-end-color: rgb(77 124 15 / 0.75);
}

.border-e-lime-700\/80{
  border-inline-end-color: rgb(77 124 15 / 0.8);
}

.border-e-lime-700\/85{
  border-inline-end-color: rgb(77 124 15 / 0.85);
}

.border-e-lime-700\/90{
  border-inline-end-color: rgb(77 124 15 / 0.9);
}

.border-e-lime-700\/95{
  border-inline-end-color: rgb(77 124 15 / 0.95);
}

.border-e-lime-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-e-lime-800\/0{
  border-inline-end-color: rgb(63 98 18 / 0);
}

.border-e-lime-800\/10{
  border-inline-end-color: rgb(63 98 18 / 0.1);
}

.border-e-lime-800\/100{
  border-inline-end-color: rgb(63 98 18 / 1);
}

.border-e-lime-800\/15{
  border-inline-end-color: rgb(63 98 18 / 0.15);
}

.border-e-lime-800\/20{
  border-inline-end-color: rgb(63 98 18 / 0.2);
}

.border-e-lime-800\/25{
  border-inline-end-color: rgb(63 98 18 / 0.25);
}

.border-e-lime-800\/30{
  border-inline-end-color: rgb(63 98 18 / 0.3);
}

.border-e-lime-800\/35{
  border-inline-end-color: rgb(63 98 18 / 0.35);
}

.border-e-lime-800\/40{
  border-inline-end-color: rgb(63 98 18 / 0.4);
}

.border-e-lime-800\/45{
  border-inline-end-color: rgb(63 98 18 / 0.45);
}

.border-e-lime-800\/5{
  border-inline-end-color: rgb(63 98 18 / 0.05);
}

.border-e-lime-800\/50{
  border-inline-end-color: rgb(63 98 18 / 0.5);
}

.border-e-lime-800\/55{
  border-inline-end-color: rgb(63 98 18 / 0.55);
}

.border-e-lime-800\/60{
  border-inline-end-color: rgb(63 98 18 / 0.6);
}

.border-e-lime-800\/65{
  border-inline-end-color: rgb(63 98 18 / 0.65);
}

.border-e-lime-800\/70{
  border-inline-end-color: rgb(63 98 18 / 0.7);
}

.border-e-lime-800\/75{
  border-inline-end-color: rgb(63 98 18 / 0.75);
}

.border-e-lime-800\/80{
  border-inline-end-color: rgb(63 98 18 / 0.8);
}

.border-e-lime-800\/85{
  border-inline-end-color: rgb(63 98 18 / 0.85);
}

.border-e-lime-800\/90{
  border-inline-end-color: rgb(63 98 18 / 0.9);
}

.border-e-lime-800\/95{
  border-inline-end-color: rgb(63 98 18 / 0.95);
}

.border-e-lime-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-e-lime-900\/0{
  border-inline-end-color: rgb(54 83 20 / 0);
}

.border-e-lime-900\/10{
  border-inline-end-color: rgb(54 83 20 / 0.1);
}

.border-e-lime-900\/100{
  border-inline-end-color: rgb(54 83 20 / 1);
}

.border-e-lime-900\/15{
  border-inline-end-color: rgb(54 83 20 / 0.15);
}

.border-e-lime-900\/20{
  border-inline-end-color: rgb(54 83 20 / 0.2);
}

.border-e-lime-900\/25{
  border-inline-end-color: rgb(54 83 20 / 0.25);
}

.border-e-lime-900\/30{
  border-inline-end-color: rgb(54 83 20 / 0.3);
}

.border-e-lime-900\/35{
  border-inline-end-color: rgb(54 83 20 / 0.35);
}

.border-e-lime-900\/40{
  border-inline-end-color: rgb(54 83 20 / 0.4);
}

.border-e-lime-900\/45{
  border-inline-end-color: rgb(54 83 20 / 0.45);
}

.border-e-lime-900\/5{
  border-inline-end-color: rgb(54 83 20 / 0.05);
}

.border-e-lime-900\/50{
  border-inline-end-color: rgb(54 83 20 / 0.5);
}

.border-e-lime-900\/55{
  border-inline-end-color: rgb(54 83 20 / 0.55);
}

.border-e-lime-900\/60{
  border-inline-end-color: rgb(54 83 20 / 0.6);
}

.border-e-lime-900\/65{
  border-inline-end-color: rgb(54 83 20 / 0.65);
}

.border-e-lime-900\/70{
  border-inline-end-color: rgb(54 83 20 / 0.7);
}

.border-e-lime-900\/75{
  border-inline-end-color: rgb(54 83 20 / 0.75);
}

.border-e-lime-900\/80{
  border-inline-end-color: rgb(54 83 20 / 0.8);
}

.border-e-lime-900\/85{
  border-inline-end-color: rgb(54 83 20 / 0.85);
}

.border-e-lime-900\/90{
  border-inline-end-color: rgb(54 83 20 / 0.9);
}

.border-e-lime-900\/95{
  border-inline-end-color: rgb(54 83 20 / 0.95);
}

.border-e-lime-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-e-lime-950\/0{
  border-inline-end-color: rgb(26 46 5 / 0);
}

.border-e-lime-950\/10{
  border-inline-end-color: rgb(26 46 5 / 0.1);
}

.border-e-lime-950\/100{
  border-inline-end-color: rgb(26 46 5 / 1);
}

.border-e-lime-950\/15{
  border-inline-end-color: rgb(26 46 5 / 0.15);
}

.border-e-lime-950\/20{
  border-inline-end-color: rgb(26 46 5 / 0.2);
}

.border-e-lime-950\/25{
  border-inline-end-color: rgb(26 46 5 / 0.25);
}

.border-e-lime-950\/30{
  border-inline-end-color: rgb(26 46 5 / 0.3);
}

.border-e-lime-950\/35{
  border-inline-end-color: rgb(26 46 5 / 0.35);
}

.border-e-lime-950\/40{
  border-inline-end-color: rgb(26 46 5 / 0.4);
}

.border-e-lime-950\/45{
  border-inline-end-color: rgb(26 46 5 / 0.45);
}

.border-e-lime-950\/5{
  border-inline-end-color: rgb(26 46 5 / 0.05);
}

.border-e-lime-950\/50{
  border-inline-end-color: rgb(26 46 5 / 0.5);
}

.border-e-lime-950\/55{
  border-inline-end-color: rgb(26 46 5 / 0.55);
}

.border-e-lime-950\/60{
  border-inline-end-color: rgb(26 46 5 / 0.6);
}

.border-e-lime-950\/65{
  border-inline-end-color: rgb(26 46 5 / 0.65);
}

.border-e-lime-950\/70{
  border-inline-end-color: rgb(26 46 5 / 0.7);
}

.border-e-lime-950\/75{
  border-inline-end-color: rgb(26 46 5 / 0.75);
}

.border-e-lime-950\/80{
  border-inline-end-color: rgb(26 46 5 / 0.8);
}

.border-e-lime-950\/85{
  border-inline-end-color: rgb(26 46 5 / 0.85);
}

.border-e-lime-950\/90{
  border-inline-end-color: rgb(26 46 5 / 0.9);
}

.border-e-lime-950\/95{
  border-inline-end-color: rgb(26 46 5 / 0.95);
}

.border-e-neutral-01{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-e-neutral-01\/0{
  border-inline-end-color: rgb(224 224 224 / 0);
}

.border-e-neutral-01\/10{
  border-inline-end-color: rgb(224 224 224 / 0.1);
}

.border-e-neutral-01\/100{
  border-inline-end-color: rgb(224 224 224 / 1);
}

.border-e-neutral-01\/15{
  border-inline-end-color: rgb(224 224 224 / 0.15);
}

.border-e-neutral-01\/20{
  border-inline-end-color: rgb(224 224 224 / 0.2);
}

.border-e-neutral-01\/25{
  border-inline-end-color: rgb(224 224 224 / 0.25);
}

.border-e-neutral-01\/30{
  border-inline-end-color: rgb(224 224 224 / 0.3);
}

.border-e-neutral-01\/35{
  border-inline-end-color: rgb(224 224 224 / 0.35);
}

.border-e-neutral-01\/40{
  border-inline-end-color: rgb(224 224 224 / 0.4);
}

.border-e-neutral-01\/45{
  border-inline-end-color: rgb(224 224 224 / 0.45);
}

.border-e-neutral-01\/5{
  border-inline-end-color: rgb(224 224 224 / 0.05);
}

.border-e-neutral-01\/50{
  border-inline-end-color: rgb(224 224 224 / 0.5);
}

.border-e-neutral-01\/55{
  border-inline-end-color: rgb(224 224 224 / 0.55);
}

.border-e-neutral-01\/60{
  border-inline-end-color: rgb(224 224 224 / 0.6);
}

.border-e-neutral-01\/65{
  border-inline-end-color: rgb(224 224 224 / 0.65);
}

.border-e-neutral-01\/70{
  border-inline-end-color: rgb(224 224 224 / 0.7);
}

.border-e-neutral-01\/75{
  border-inline-end-color: rgb(224 224 224 / 0.75);
}

.border-e-neutral-01\/80{
  border-inline-end-color: rgb(224 224 224 / 0.8);
}

.border-e-neutral-01\/85{
  border-inline-end-color: rgb(224 224 224 / 0.85);
}

.border-e-neutral-01\/90{
  border-inline-end-color: rgb(224 224 224 / 0.9);
}

.border-e-neutral-01\/95{
  border-inline-end-color: rgb(224 224 224 / 0.95);
}

.border-e-neutral-02{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.border-e-neutral-02\/0{
  border-inline-end-color: rgb(228 234 238 / 0);
}

.border-e-neutral-02\/10{
  border-inline-end-color: rgb(228 234 238 / 0.1);
}

.border-e-neutral-02\/100{
  border-inline-end-color: rgb(228 234 238 / 1);
}

.border-e-neutral-02\/15{
  border-inline-end-color: rgb(228 234 238 / 0.15);
}

.border-e-neutral-02\/20{
  border-inline-end-color: rgb(228 234 238 / 0.2);
}

.border-e-neutral-02\/25{
  border-inline-end-color: rgb(228 234 238 / 0.25);
}

.border-e-neutral-02\/30{
  border-inline-end-color: rgb(228 234 238 / 0.3);
}

.border-e-neutral-02\/35{
  border-inline-end-color: rgb(228 234 238 / 0.35);
}

.border-e-neutral-02\/40{
  border-inline-end-color: rgb(228 234 238 / 0.4);
}

.border-e-neutral-02\/45{
  border-inline-end-color: rgb(228 234 238 / 0.45);
}

.border-e-neutral-02\/5{
  border-inline-end-color: rgb(228 234 238 / 0.05);
}

.border-e-neutral-02\/50{
  border-inline-end-color: rgb(228 234 238 / 0.5);
}

.border-e-neutral-02\/55{
  border-inline-end-color: rgb(228 234 238 / 0.55);
}

.border-e-neutral-02\/60{
  border-inline-end-color: rgb(228 234 238 / 0.6);
}

.border-e-neutral-02\/65{
  border-inline-end-color: rgb(228 234 238 / 0.65);
}

.border-e-neutral-02\/70{
  border-inline-end-color: rgb(228 234 238 / 0.7);
}

.border-e-neutral-02\/75{
  border-inline-end-color: rgb(228 234 238 / 0.75);
}

.border-e-neutral-02\/80{
  border-inline-end-color: rgb(228 234 238 / 0.8);
}

.border-e-neutral-02\/85{
  border-inline-end-color: rgb(228 234 238 / 0.85);
}

.border-e-neutral-02\/90{
  border-inline-end-color: rgb(228 234 238 / 0.9);
}

.border-e-neutral-02\/95{
  border-inline-end-color: rgb(228 234 238 / 0.95);
}

.border-e-neutral-03{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.border-e-neutral-03\/0{
  border-inline-end-color: rgb(236 239 250 / 0);
}

.border-e-neutral-03\/10{
  border-inline-end-color: rgb(236 239 250 / 0.1);
}

.border-e-neutral-03\/100{
  border-inline-end-color: rgb(236 239 250 / 1);
}

.border-e-neutral-03\/15{
  border-inline-end-color: rgb(236 239 250 / 0.15);
}

.border-e-neutral-03\/20{
  border-inline-end-color: rgb(236 239 250 / 0.2);
}

.border-e-neutral-03\/25{
  border-inline-end-color: rgb(236 239 250 / 0.25);
}

.border-e-neutral-03\/30{
  border-inline-end-color: rgb(236 239 250 / 0.3);
}

.border-e-neutral-03\/35{
  border-inline-end-color: rgb(236 239 250 / 0.35);
}

.border-e-neutral-03\/40{
  border-inline-end-color: rgb(236 239 250 / 0.4);
}

.border-e-neutral-03\/45{
  border-inline-end-color: rgb(236 239 250 / 0.45);
}

.border-e-neutral-03\/5{
  border-inline-end-color: rgb(236 239 250 / 0.05);
}

.border-e-neutral-03\/50{
  border-inline-end-color: rgb(236 239 250 / 0.5);
}

.border-e-neutral-03\/55{
  border-inline-end-color: rgb(236 239 250 / 0.55);
}

.border-e-neutral-03\/60{
  border-inline-end-color: rgb(236 239 250 / 0.6);
}

.border-e-neutral-03\/65{
  border-inline-end-color: rgb(236 239 250 / 0.65);
}

.border-e-neutral-03\/70{
  border-inline-end-color: rgb(236 239 250 / 0.7);
}

.border-e-neutral-03\/75{
  border-inline-end-color: rgb(236 239 250 / 0.75);
}

.border-e-neutral-03\/80{
  border-inline-end-color: rgb(236 239 250 / 0.8);
}

.border-e-neutral-03\/85{
  border-inline-end-color: rgb(236 239 250 / 0.85);
}

.border-e-neutral-03\/90{
  border-inline-end-color: rgb(236 239 250 / 0.9);
}

.border-e-neutral-03\/95{
  border-inline-end-color: rgb(236 239 250 / 0.95);
}

.border-e-neutral-04{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-e-neutral-04\/0{
  border-inline-end-color: rgb(215 218 226 / 0);
}

.border-e-neutral-04\/10{
  border-inline-end-color: rgb(215 218 226 / 0.1);
}

.border-e-neutral-04\/100{
  border-inline-end-color: rgb(215 218 226 / 1);
}

.border-e-neutral-04\/15{
  border-inline-end-color: rgb(215 218 226 / 0.15);
}

.border-e-neutral-04\/20{
  border-inline-end-color: rgb(215 218 226 / 0.2);
}

.border-e-neutral-04\/25{
  border-inline-end-color: rgb(215 218 226 / 0.25);
}

.border-e-neutral-04\/30{
  border-inline-end-color: rgb(215 218 226 / 0.3);
}

.border-e-neutral-04\/35{
  border-inline-end-color: rgb(215 218 226 / 0.35);
}

.border-e-neutral-04\/40{
  border-inline-end-color: rgb(215 218 226 / 0.4);
}

.border-e-neutral-04\/45{
  border-inline-end-color: rgb(215 218 226 / 0.45);
}

.border-e-neutral-04\/5{
  border-inline-end-color: rgb(215 218 226 / 0.05);
}

.border-e-neutral-04\/50{
  border-inline-end-color: rgb(215 218 226 / 0.5);
}

.border-e-neutral-04\/55{
  border-inline-end-color: rgb(215 218 226 / 0.55);
}

.border-e-neutral-04\/60{
  border-inline-end-color: rgb(215 218 226 / 0.6);
}

.border-e-neutral-04\/65{
  border-inline-end-color: rgb(215 218 226 / 0.65);
}

.border-e-neutral-04\/70{
  border-inline-end-color: rgb(215 218 226 / 0.7);
}

.border-e-neutral-04\/75{
  border-inline-end-color: rgb(215 218 226 / 0.75);
}

.border-e-neutral-04\/80{
  border-inline-end-color: rgb(215 218 226 / 0.8);
}

.border-e-neutral-04\/85{
  border-inline-end-color: rgb(215 218 226 / 0.85);
}

.border-e-neutral-04\/90{
  border-inline-end-color: rgb(215 218 226 / 0.9);
}

.border-e-neutral-04\/95{
  border-inline-end-color: rgb(215 218 226 / 0.95);
}

.border-e-neutral-05{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.border-e-neutral-05\/0{
  border-inline-end-color: rgb(246 246 246 / 0);
}

.border-e-neutral-05\/10{
  border-inline-end-color: rgb(246 246 246 / 0.1);
}

.border-e-neutral-05\/100{
  border-inline-end-color: rgb(246 246 246 / 1);
}

.border-e-neutral-05\/15{
  border-inline-end-color: rgb(246 246 246 / 0.15);
}

.border-e-neutral-05\/20{
  border-inline-end-color: rgb(246 246 246 / 0.2);
}

.border-e-neutral-05\/25{
  border-inline-end-color: rgb(246 246 246 / 0.25);
}

.border-e-neutral-05\/30{
  border-inline-end-color: rgb(246 246 246 / 0.3);
}

.border-e-neutral-05\/35{
  border-inline-end-color: rgb(246 246 246 / 0.35);
}

.border-e-neutral-05\/40{
  border-inline-end-color: rgb(246 246 246 / 0.4);
}

.border-e-neutral-05\/45{
  border-inline-end-color: rgb(246 246 246 / 0.45);
}

.border-e-neutral-05\/5{
  border-inline-end-color: rgb(246 246 246 / 0.05);
}

.border-e-neutral-05\/50{
  border-inline-end-color: rgb(246 246 246 / 0.5);
}

.border-e-neutral-05\/55{
  border-inline-end-color: rgb(246 246 246 / 0.55);
}

.border-e-neutral-05\/60{
  border-inline-end-color: rgb(246 246 246 / 0.6);
}

.border-e-neutral-05\/65{
  border-inline-end-color: rgb(246 246 246 / 0.65);
}

.border-e-neutral-05\/70{
  border-inline-end-color: rgb(246 246 246 / 0.7);
}

.border-e-neutral-05\/75{
  border-inline-end-color: rgb(246 246 246 / 0.75);
}

.border-e-neutral-05\/80{
  border-inline-end-color: rgb(246 246 246 / 0.8);
}

.border-e-neutral-05\/85{
  border-inline-end-color: rgb(246 246 246 / 0.85);
}

.border-e-neutral-05\/90{
  border-inline-end-color: rgb(246 246 246 / 0.9);
}

.border-e-neutral-05\/95{
  border-inline-end-color: rgb(246 246 246 / 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\/15{
  border-inline-end-color: rgb(245 245 245 / 0.15);
}

.border-e-neutral-100\/20{
  border-inline-end-color: rgb(245 245 245 / 0.2);
}

.border-e-neutral-100\/25{
  border-inline-end-color: rgb(245 245 245 / 0.25);
}

.border-e-neutral-100\/30{
  border-inline-end-color: rgb(245 245 245 / 0.3);
}

.border-e-neutral-100\/35{
  border-inline-end-color: rgb(245 245 245 / 0.35);
}

.border-e-neutral-100\/40{
  border-inline-end-color: rgb(245 245 245 / 0.4);
}

.border-e-neutral-100\/45{
  border-inline-end-color: rgb(245 245 245 / 0.45);
}

.border-e-neutral-100\/5{
  border-inline-end-color: rgb(245 245 245 / 0.05);
}

.border-e-neutral-100\/50{
  border-inline-end-color: rgb(245 245 245 / 0.5);
}

.border-e-neutral-100\/55{
  border-inline-end-color: rgb(245 245 245 / 0.55);
}

.border-e-neutral-100\/60{
  border-inline-end-color: rgb(245 245 245 / 0.6);
}

.border-e-neutral-100\/65{
  border-inline-end-color: rgb(245 245 245 / 0.65);
}

.border-e-neutral-100\/70{
  border-inline-end-color: rgb(245 245 245 / 0.7);
}

.border-e-neutral-100\/75{
  border-inline-end-color: rgb(245 245 245 / 0.75);
}

.border-e-neutral-100\/80{
  border-inline-end-color: rgb(245 245 245 / 0.8);
}

.border-e-neutral-100\/85{
  border-inline-end-color: rgb(245 245 245 / 0.85);
}

.border-e-neutral-100\/90{
  border-inline-end-color: rgb(245 245 245 / 0.9);
}

.border-e-neutral-100\/95{
  border-inline-end-color: rgb(245 245 245 / 0.95);
}

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

.border-e-neutral-200\/0{
  border-inline-end-color: rgb(229 229 229 / 0);
}

.border-e-neutral-200\/10{
  border-inline-end-color: rgb(229 229 229 / 0.1);
}

.border-e-neutral-200\/100{
  border-inline-end-color: rgb(229 229 229 / 1);
}

.border-e-neutral-200\/15{
  border-inline-end-color: rgb(229 229 229 / 0.15);
}

.border-e-neutral-200\/20{
  border-inline-end-color: rgb(229 229 229 / 0.2);
}

.border-e-neutral-200\/25{
  border-inline-end-color: rgb(229 229 229 / 0.25);
}

.border-e-neutral-200\/30{
  border-inline-end-color: rgb(229 229 229 / 0.3);
}

.border-e-neutral-200\/35{
  border-inline-end-color: rgb(229 229 229 / 0.35);
}

.border-e-neutral-200\/40{
  border-inline-end-color: rgb(229 229 229 / 0.4);
}

.border-e-neutral-200\/45{
  border-inline-end-color: rgb(229 229 229 / 0.45);
}

.border-e-neutral-200\/5{
  border-inline-end-color: rgb(229 229 229 / 0.05);
}

.border-e-neutral-200\/50{
  border-inline-end-color: rgb(229 229 229 / 0.5);
}

.border-e-neutral-200\/55{
  border-inline-end-color: rgb(229 229 229 / 0.55);
}

.border-e-neutral-200\/60{
  border-inline-end-color: rgb(229 229 229 / 0.6);
}

.border-e-neutral-200\/65{
  border-inline-end-color: rgb(229 229 229 / 0.65);
}

.border-e-neutral-200\/70{
  border-inline-end-color: rgb(229 229 229 / 0.7);
}

.border-e-neutral-200\/75{
  border-inline-end-color: rgb(229 229 229 / 0.75);
}

.border-e-neutral-200\/80{
  border-inline-end-color: rgb(229 229 229 / 0.8);
}

.border-e-neutral-200\/85{
  border-inline-end-color: rgb(229 229 229 / 0.85);
}

.border-e-neutral-200\/90{
  border-inline-end-color: rgb(229 229 229 / 0.9);
}

.border-e-neutral-200\/95{
  border-inline-end-color: rgb(229 229 229 / 0.95);
}

.border-e-neutral-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-e-neutral-300\/0{
  border-inline-end-color: rgb(212 212 212 / 0);
}

.border-e-neutral-300\/10{
  border-inline-end-color: rgb(212 212 212 / 0.1);
}

.border-e-neutral-300\/100{
  border-inline-end-color: rgb(212 212 212 / 1);
}

.border-e-neutral-300\/15{
  border-inline-end-color: rgb(212 212 212 / 0.15);
}

.border-e-neutral-300\/20{
  border-inline-end-color: rgb(212 212 212 / 0.2);
}

.border-e-neutral-300\/25{
  border-inline-end-color: rgb(212 212 212 / 0.25);
}

.border-e-neutral-300\/30{
  border-inline-end-color: rgb(212 212 212 / 0.3);
}

.border-e-neutral-300\/35{
  border-inline-end-color: rgb(212 212 212 / 0.35);
}

.border-e-neutral-300\/40{
  border-inline-end-color: rgb(212 212 212 / 0.4);
}

.border-e-neutral-300\/45{
  border-inline-end-color: rgb(212 212 212 / 0.45);
}

.border-e-neutral-300\/5{
  border-inline-end-color: rgb(212 212 212 / 0.05);
}

.border-e-neutral-300\/50{
  border-inline-end-color: rgb(212 212 212 / 0.5);
}

.border-e-neutral-300\/55{
  border-inline-end-color: rgb(212 212 212 / 0.55);
}

.border-e-neutral-300\/60{
  border-inline-end-color: rgb(212 212 212 / 0.6);
}

.border-e-neutral-300\/65{
  border-inline-end-color: rgb(212 212 212 / 0.65);
}

.border-e-neutral-300\/70{
  border-inline-end-color: rgb(212 212 212 / 0.7);
}

.border-e-neutral-300\/75{
  border-inline-end-color: rgb(212 212 212 / 0.75);
}

.border-e-neutral-300\/80{
  border-inline-end-color: rgb(212 212 212 / 0.8);
}

.border-e-neutral-300\/85{
  border-inline-end-color: rgb(212 212 212 / 0.85);
}

.border-e-neutral-300\/90{
  border-inline-end-color: rgb(212 212 212 / 0.9);
}

.border-e-neutral-300\/95{
  border-inline-end-color: rgb(212 212 212 / 0.95);
}

.border-e-neutral-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-e-neutral-400\/0{
  border-inline-end-color: rgb(163 163 163 / 0);
}

.border-e-neutral-400\/10{
  border-inline-end-color: rgb(163 163 163 / 0.1);
}

.border-e-neutral-400\/100{
  border-inline-end-color: rgb(163 163 163 / 1);
}

.border-e-neutral-400\/15{
  border-inline-end-color: rgb(163 163 163 / 0.15);
}

.border-e-neutral-400\/20{
  border-inline-end-color: rgb(163 163 163 / 0.2);
}

.border-e-neutral-400\/25{
  border-inline-end-color: rgb(163 163 163 / 0.25);
}

.border-e-neutral-400\/30{
  border-inline-end-color: rgb(163 163 163 / 0.3);
}

.border-e-neutral-400\/35{
  border-inline-end-color: rgb(163 163 163 / 0.35);
}

.border-e-neutral-400\/40{
  border-inline-end-color: rgb(163 163 163 / 0.4);
}

.border-e-neutral-400\/45{
  border-inline-end-color: rgb(163 163 163 / 0.45);
}

.border-e-neutral-400\/5{
  border-inline-end-color: rgb(163 163 163 / 0.05);
}

.border-e-neutral-400\/50{
  border-inline-end-color: rgb(163 163 163 / 0.5);
}

.border-e-neutral-400\/55{
  border-inline-end-color: rgb(163 163 163 / 0.55);
}

.border-e-neutral-400\/60{
  border-inline-end-color: rgb(163 163 163 / 0.6);
}

.border-e-neutral-400\/65{
  border-inline-end-color: rgb(163 163 163 / 0.65);
}

.border-e-neutral-400\/70{
  border-inline-end-color: rgb(163 163 163 / 0.7);
}

.border-e-neutral-400\/75{
  border-inline-end-color: rgb(163 163 163 / 0.75);
}

.border-e-neutral-400\/80{
  border-inline-end-color: rgb(163 163 163 / 0.8);
}

.border-e-neutral-400\/85{
  border-inline-end-color: rgb(163 163 163 / 0.85);
}

.border-e-neutral-400\/90{
  border-inline-end-color: rgb(163 163 163 / 0.9);
}

.border-e-neutral-400\/95{
  border-inline-end-color: rgb(163 163 163 / 0.95);
}

.border-e-neutral-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-e-neutral-50\/0{
  border-inline-end-color: rgb(250 250 250 / 0);
}

.border-e-neutral-50\/10{
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.border-e-neutral-50\/100{
  border-inline-end-color: rgb(250 250 250 / 1);
}

.border-e-neutral-50\/15{
  border-inline-end-color: rgb(250 250 250 / 0.15);
}

.border-e-neutral-50\/20{
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.border-e-neutral-50\/25{
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.border-e-neutral-50\/30{
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.border-e-neutral-50\/35{
  border-inline-end-color: rgb(250 250 250 / 0.35);
}

.border-e-neutral-50\/40{
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.border-e-neutral-50\/45{
  border-inline-end-color: rgb(250 250 250 / 0.45);
}

.border-e-neutral-50\/5{
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.border-e-neutral-50\/50{
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.border-e-neutral-50\/55{
  border-inline-end-color: rgb(250 250 250 / 0.55);
}

.border-e-neutral-50\/60{
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.border-e-neutral-50\/65{
  border-inline-end-color: rgb(250 250 250 / 0.65);
}

.border-e-neutral-50\/70{
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.border-e-neutral-50\/75{
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.border-e-neutral-50\/80{
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.border-e-neutral-50\/85{
  border-inline-end-color: rgb(250 250 250 / 0.85);
}

.border-e-neutral-50\/90{
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.border-e-neutral-50\/95{
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.border-e-neutral-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-e-neutral-500\/0{
  border-inline-end-color: rgb(115 115 115 / 0);
}

.border-e-neutral-500\/10{
  border-inline-end-color: rgb(115 115 115 / 0.1);
}

.border-e-neutral-500\/100{
  border-inline-end-color: rgb(115 115 115 / 1);
}

.border-e-neutral-500\/15{
  border-inline-end-color: rgb(115 115 115 / 0.15);
}

.border-e-neutral-500\/20{
  border-inline-end-color: rgb(115 115 115 / 0.2);
}

.border-e-neutral-500\/25{
  border-inline-end-color: rgb(115 115 115 / 0.25);
}

.border-e-neutral-500\/30{
  border-inline-end-color: rgb(115 115 115 / 0.3);
}

.border-e-neutral-500\/35{
  border-inline-end-color: rgb(115 115 115 / 0.35);
}

.border-e-neutral-500\/40{
  border-inline-end-color: rgb(115 115 115 / 0.4);
}

.border-e-neutral-500\/45{
  border-inline-end-color: rgb(115 115 115 / 0.45);
}

.border-e-neutral-500\/5{
  border-inline-end-color: rgb(115 115 115 / 0.05);
}

.border-e-neutral-500\/50{
  border-inline-end-color: rgb(115 115 115 / 0.5);
}

.border-e-neutral-500\/55{
  border-inline-end-color: rgb(115 115 115 / 0.55);
}

.border-e-neutral-500\/60{
  border-inline-end-color: rgb(115 115 115 / 0.6);
}

.border-e-neutral-500\/65{
  border-inline-end-color: rgb(115 115 115 / 0.65);
}

.border-e-neutral-500\/70{
  border-inline-end-color: rgb(115 115 115 / 0.7);
}

.border-e-neutral-500\/75{
  border-inline-end-color: rgb(115 115 115 / 0.75);
}

.border-e-neutral-500\/80{
  border-inline-end-color: rgb(115 115 115 / 0.8);
}

.border-e-neutral-500\/85{
  border-inline-end-color: rgb(115 115 115 / 0.85);
}

.border-e-neutral-500\/90{
  border-inline-end-color: rgb(115 115 115 / 0.9);
}

.border-e-neutral-500\/95{
  border-inline-end-color: rgb(115 115 115 / 0.95);
}

.border-e-neutral-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-e-neutral-600\/0{
  border-inline-end-color: rgb(82 82 82 / 0);
}

.border-e-neutral-600\/10{
  border-inline-end-color: rgb(82 82 82 / 0.1);
}

.border-e-neutral-600\/100{
  border-inline-end-color: rgb(82 82 82 / 1);
}

.border-e-neutral-600\/15{
  border-inline-end-color: rgb(82 82 82 / 0.15);
}

.border-e-neutral-600\/20{
  border-inline-end-color: rgb(82 82 82 / 0.2);
}

.border-e-neutral-600\/25{
  border-inline-end-color: rgb(82 82 82 / 0.25);
}

.border-e-neutral-600\/30{
  border-inline-end-color: rgb(82 82 82 / 0.3);
}

.border-e-neutral-600\/35{
  border-inline-end-color: rgb(82 82 82 / 0.35);
}

.border-e-neutral-600\/40{
  border-inline-end-color: rgb(82 82 82 / 0.4);
}

.border-e-neutral-600\/45{
  border-inline-end-color: rgb(82 82 82 / 0.45);
}

.border-e-neutral-600\/5{
  border-inline-end-color: rgb(82 82 82 / 0.05);
}

.border-e-neutral-600\/50{
  border-inline-end-color: rgb(82 82 82 / 0.5);
}

.border-e-neutral-600\/55{
  border-inline-end-color: rgb(82 82 82 / 0.55);
}

.border-e-neutral-600\/60{
  border-inline-end-color: rgb(82 82 82 / 0.6);
}

.border-e-neutral-600\/65{
  border-inline-end-color: rgb(82 82 82 / 0.65);
}

.border-e-neutral-600\/70{
  border-inline-end-color: rgb(82 82 82 / 0.7);
}

.border-e-neutral-600\/75{
  border-inline-end-color: rgb(82 82 82 / 0.75);
}

.border-e-neutral-600\/80{
  border-inline-end-color: rgb(82 82 82 / 0.8);
}

.border-e-neutral-600\/85{
  border-inline-end-color: rgb(82 82 82 / 0.85);
}

.border-e-neutral-600\/90{
  border-inline-end-color: rgb(82 82 82 / 0.9);
}

.border-e-neutral-600\/95{
  border-inline-end-color: rgb(82 82 82 / 0.95);
}

.border-e-neutral-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-e-neutral-700\/0{
  border-inline-end-color: rgb(64 64 64 / 0);
}

.border-e-neutral-700\/10{
  border-inline-end-color: rgb(64 64 64 / 0.1);
}

.border-e-neutral-700\/100{
  border-inline-end-color: rgb(64 64 64 / 1);
}

.border-e-neutral-700\/15{
  border-inline-end-color: rgb(64 64 64 / 0.15);
}

.border-e-neutral-700\/20{
  border-inline-end-color: rgb(64 64 64 / 0.2);
}

.border-e-neutral-700\/25{
  border-inline-end-color: rgb(64 64 64 / 0.25);
}

.border-e-neutral-700\/30{
  border-inline-end-color: rgb(64 64 64 / 0.3);
}

.border-e-neutral-700\/35{
  border-inline-end-color: rgb(64 64 64 / 0.35);
}

.border-e-neutral-700\/40{
  border-inline-end-color: rgb(64 64 64 / 0.4);
}

.border-e-neutral-700\/45{
  border-inline-end-color: rgb(64 64 64 / 0.45);
}

.border-e-neutral-700\/5{
  border-inline-end-color: rgb(64 64 64 / 0.05);
}

.border-e-neutral-700\/50{
  border-inline-end-color: rgb(64 64 64 / 0.5);
}

.border-e-neutral-700\/55{
  border-inline-end-color: rgb(64 64 64 / 0.55);
}

.border-e-neutral-700\/60{
  border-inline-end-color: rgb(64 64 64 / 0.6);
}

.border-e-neutral-700\/65{
  border-inline-end-color: rgb(64 64 64 / 0.65);
}

.border-e-neutral-700\/70{
  border-inline-end-color: rgb(64 64 64 / 0.7);
}

.border-e-neutral-700\/75{
  border-inline-end-color: rgb(64 64 64 / 0.75);
}

.border-e-neutral-700\/80{
  border-inline-end-color: rgb(64 64 64 / 0.8);
}

.border-e-neutral-700\/85{
  border-inline-end-color: rgb(64 64 64 / 0.85);
}

.border-e-neutral-700\/90{
  border-inline-end-color: rgb(64 64 64 / 0.9);
}

.border-e-neutral-700\/95{
  border-inline-end-color: rgb(64 64 64 / 0.95);
}

.border-e-neutral-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-e-neutral-800\/0{
  border-inline-end-color: rgb(38 38 38 / 0);
}

.border-e-neutral-800\/10{
  border-inline-end-color: rgb(38 38 38 / 0.1);
}

.border-e-neutral-800\/100{
  border-inline-end-color: rgb(38 38 38 / 1);
}

.border-e-neutral-800\/15{
  border-inline-end-color: rgb(38 38 38 / 0.15);
}

.border-e-neutral-800\/20{
  border-inline-end-color: rgb(38 38 38 / 0.2);
}

.border-e-neutral-800\/25{
  border-inline-end-color: rgb(38 38 38 / 0.25);
}

.border-e-neutral-800\/30{
  border-inline-end-color: rgb(38 38 38 / 0.3);
}

.border-e-neutral-800\/35{
  border-inline-end-color: rgb(38 38 38 / 0.35);
}

.border-e-neutral-800\/40{
  border-inline-end-color: rgb(38 38 38 / 0.4);
}

.border-e-neutral-800\/45{
  border-inline-end-color: rgb(38 38 38 / 0.45);
}

.border-e-neutral-800\/5{
  border-inline-end-color: rgb(38 38 38 / 0.05);
}

.border-e-neutral-800\/50{
  border-inline-end-color: rgb(38 38 38 / 0.5);
}

.border-e-neutral-800\/55{
  border-inline-end-color: rgb(38 38 38 / 0.55);
}

.border-e-neutral-800\/60{
  border-inline-end-color: rgb(38 38 38 / 0.6);
}

.border-e-neutral-800\/65{
  border-inline-end-color: rgb(38 38 38 / 0.65);
}

.border-e-neutral-800\/70{
  border-inline-end-color: rgb(38 38 38 / 0.7);
}

.border-e-neutral-800\/75{
  border-inline-end-color: rgb(38 38 38 / 0.75);
}

.border-e-neutral-800\/80{
  border-inline-end-color: rgb(38 38 38 / 0.8);
}

.border-e-neutral-800\/85{
  border-inline-end-color: rgb(38 38 38 / 0.85);
}

.border-e-neutral-800\/90{
  border-inline-end-color: rgb(38 38 38 / 0.9);
}

.border-e-neutral-800\/95{
  border-inline-end-color: rgb(38 38 38 / 0.95);
}

.border-e-neutral-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-e-neutral-900\/0{
  border-inline-end-color: rgb(23 23 23 / 0);
}

.border-e-neutral-900\/10{
  border-inline-end-color: rgb(23 23 23 / 0.1);
}

.border-e-neutral-900\/100{
  border-inline-end-color: rgb(23 23 23 / 1);
}

.border-e-neutral-900\/15{
  border-inline-end-color: rgb(23 23 23 / 0.15);
}

.border-e-neutral-900\/20{
  border-inline-end-color: rgb(23 23 23 / 0.2);
}

.border-e-neutral-900\/25{
  border-inline-end-color: rgb(23 23 23 / 0.25);
}

.border-e-neutral-900\/30{
  border-inline-end-color: rgb(23 23 23 / 0.3);
}

.border-e-neutral-900\/35{
  border-inline-end-color: rgb(23 23 23 / 0.35);
}

.border-e-neutral-900\/40{
  border-inline-end-color: rgb(23 23 23 / 0.4);
}

.border-e-neutral-900\/45{
  border-inline-end-color: rgb(23 23 23 / 0.45);
}

.border-e-neutral-900\/5{
  border-inline-end-color: rgb(23 23 23 / 0.05);
}

.border-e-neutral-900\/50{
  border-inline-end-color: rgb(23 23 23 / 0.5);
}

.border-e-neutral-900\/55{
  border-inline-end-color: rgb(23 23 23 / 0.55);
}

.border-e-neutral-900\/60{
  border-inline-end-color: rgb(23 23 23 / 0.6);
}

.border-e-neutral-900\/65{
  border-inline-end-color: rgb(23 23 23 / 0.65);
}

.border-e-neutral-900\/70{
  border-inline-end-color: rgb(23 23 23 / 0.7);
}

.border-e-neutral-900\/75{
  border-inline-end-color: rgb(23 23 23 / 0.75);
}

.border-e-neutral-900\/80{
  border-inline-end-color: rgb(23 23 23 / 0.8);
}

.border-e-neutral-900\/85{
  border-inline-end-color: rgb(23 23 23 / 0.85);
}

.border-e-neutral-900\/90{
  border-inline-end-color: rgb(23 23 23 / 0.9);
}

.border-e-neutral-900\/95{
  border-inline-end-color: rgb(23 23 23 / 0.95);
}

.border-e-neutral-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-e-neutral-950\/0{
  border-inline-end-color: rgb(10 10 10 / 0);
}

.border-e-neutral-950\/10{
  border-inline-end-color: rgb(10 10 10 / 0.1);
}

.border-e-neutral-950\/100{
  border-inline-end-color: rgb(10 10 10 / 1);
}

.border-e-neutral-950\/15{
  border-inline-end-color: rgb(10 10 10 / 0.15);
}

.border-e-neutral-950\/20{
  border-inline-end-color: rgb(10 10 10 / 0.2);
}

.border-e-neutral-950\/25{
  border-inline-end-color: rgb(10 10 10 / 0.25);
}

.border-e-neutral-950\/30{
  border-inline-end-color: rgb(10 10 10 / 0.3);
}

.border-e-neutral-950\/35{
  border-inline-end-color: rgb(10 10 10 / 0.35);
}

.border-e-neutral-950\/40{
  border-inline-end-color: rgb(10 10 10 / 0.4);
}

.border-e-neutral-950\/45{
  border-inline-end-color: rgb(10 10 10 / 0.45);
}

.border-e-neutral-950\/5{
  border-inline-end-color: rgb(10 10 10 / 0.05);
}

.border-e-neutral-950\/50{
  border-inline-end-color: rgb(10 10 10 / 0.5);
}

.border-e-neutral-950\/55{
  border-inline-end-color: rgb(10 10 10 / 0.55);
}

.border-e-neutral-950\/60{
  border-inline-end-color: rgb(10 10 10 / 0.6);
}

.border-e-neutral-950\/65{
  border-inline-end-color: rgb(10 10 10 / 0.65);
}

.border-e-neutral-950\/70{
  border-inline-end-color: rgb(10 10 10 / 0.7);
}

.border-e-neutral-950\/75{
  border-inline-end-color: rgb(10 10 10 / 0.75);
}

.border-e-neutral-950\/80{
  border-inline-end-color: rgb(10 10 10 / 0.8);
}

.border-e-neutral-950\/85{
  border-inline-end-color: rgb(10 10 10 / 0.85);
}

.border-e-neutral-950\/90{
  border-inline-end-color: rgb(10 10 10 / 0.9);
}

.border-e-neutral-950\/95{
  border-inline-end-color: rgb(10 10 10 / 0.95);
}

.border-e-orange-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-e-orange-100\/0{
  border-inline-end-color: rgb(255 237 213 / 0);
}

.border-e-orange-100\/10{
  border-inline-end-color: rgb(255 237 213 / 0.1);
}

.border-e-orange-100\/100{
  border-inline-end-color: rgb(255 237 213 / 1);
}

.border-e-orange-100\/15{
  border-inline-end-color: rgb(255 237 213 / 0.15);
}

.border-e-orange-100\/20{
  border-inline-end-color: rgb(255 237 213 / 0.2);
}

.border-e-orange-100\/25{
  border-inline-end-color: rgb(255 237 213 / 0.25);
}

.border-e-orange-100\/30{
  border-inline-end-color: rgb(255 237 213 / 0.3);
}

.border-e-orange-100\/35{
  border-inline-end-color: rgb(255 237 213 / 0.35);
}

.border-e-orange-100\/40{
  border-inline-end-color: rgb(255 237 213 / 0.4);
}

.border-e-orange-100\/45{
  border-inline-end-color: rgb(255 237 213 / 0.45);
}

.border-e-orange-100\/5{
  border-inline-end-color: rgb(255 237 213 / 0.05);
}

.border-e-orange-100\/50{
  border-inline-end-color: rgb(255 237 213 / 0.5);
}

.border-e-orange-100\/55{
  border-inline-end-color: rgb(255 237 213 / 0.55);
}

.border-e-orange-100\/60{
  border-inline-end-color: rgb(255 237 213 / 0.6);
}

.border-e-orange-100\/65{
  border-inline-end-color: rgb(255 237 213 / 0.65);
}

.border-e-orange-100\/70{
  border-inline-end-color: rgb(255 237 213 / 0.7);
}

.border-e-orange-100\/75{
  border-inline-end-color: rgb(255 237 213 / 0.75);
}

.border-e-orange-100\/80{
  border-inline-end-color: rgb(255 237 213 / 0.8);
}

.border-e-orange-100\/85{
  border-inline-end-color: rgb(255 237 213 / 0.85);
}

.border-e-orange-100\/90{
  border-inline-end-color: rgb(255 237 213 / 0.9);
}

.border-e-orange-100\/95{
  border-inline-end-color: rgb(255 237 213 / 0.95);
}

.border-e-orange-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-e-orange-200\/0{
  border-inline-end-color: rgb(254 215 170 / 0);
}

.border-e-orange-200\/10{
  border-inline-end-color: rgb(254 215 170 / 0.1);
}

.border-e-orange-200\/100{
  border-inline-end-color: rgb(254 215 170 / 1);
}

.border-e-orange-200\/15{
  border-inline-end-color: rgb(254 215 170 / 0.15);
}

.border-e-orange-200\/20{
  border-inline-end-color: rgb(254 215 170 / 0.2);
}

.border-e-orange-200\/25{
  border-inline-end-color: rgb(254 215 170 / 0.25);
}

.border-e-orange-200\/30{
  border-inline-end-color: rgb(254 215 170 / 0.3);
}

.border-e-orange-200\/35{
  border-inline-end-color: rgb(254 215 170 / 0.35);
}

.border-e-orange-200\/40{
  border-inline-end-color: rgb(254 215 170 / 0.4);
}

.border-e-orange-200\/45{
  border-inline-end-color: rgb(254 215 170 / 0.45);
}

.border-e-orange-200\/5{
  border-inline-end-color: rgb(254 215 170 / 0.05);
}

.border-e-orange-200\/50{
  border-inline-end-color: rgb(254 215 170 / 0.5);
}

.border-e-orange-200\/55{
  border-inline-end-color: rgb(254 215 170 / 0.55);
}

.border-e-orange-200\/60{
  border-inline-end-color: rgb(254 215 170 / 0.6);
}

.border-e-orange-200\/65{
  border-inline-end-color: rgb(254 215 170 / 0.65);
}

.border-e-orange-200\/70{
  border-inline-end-color: rgb(254 215 170 / 0.7);
}

.border-e-orange-200\/75{
  border-inline-end-color: rgb(254 215 170 / 0.75);
}

.border-e-orange-200\/80{
  border-inline-end-color: rgb(254 215 170 / 0.8);
}

.border-e-orange-200\/85{
  border-inline-end-color: rgb(254 215 170 / 0.85);
}

.border-e-orange-200\/90{
  border-inline-end-color: rgb(254 215 170 / 0.9);
}

.border-e-orange-200\/95{
  border-inline-end-color: rgb(254 215 170 / 0.95);
}

.border-e-orange-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-e-orange-300\/0{
  border-inline-end-color: rgb(253 186 116 / 0);
}

.border-e-orange-300\/10{
  border-inline-end-color: rgb(253 186 116 / 0.1);
}

.border-e-orange-300\/100{
  border-inline-end-color: rgb(253 186 116 / 1);
}

.border-e-orange-300\/15{
  border-inline-end-color: rgb(253 186 116 / 0.15);
}

.border-e-orange-300\/20{
  border-inline-end-color: rgb(253 186 116 / 0.2);
}

.border-e-orange-300\/25{
  border-inline-end-color: rgb(253 186 116 / 0.25);
}

.border-e-orange-300\/30{
  border-inline-end-color: rgb(253 186 116 / 0.3);
}

.border-e-orange-300\/35{
  border-inline-end-color: rgb(253 186 116 / 0.35);
}

.border-e-orange-300\/40{
  border-inline-end-color: rgb(253 186 116 / 0.4);
}

.border-e-orange-300\/45{
  border-inline-end-color: rgb(253 186 116 / 0.45);
}

.border-e-orange-300\/5{
  border-inline-end-color: rgb(253 186 116 / 0.05);
}

.border-e-orange-300\/50{
  border-inline-end-color: rgb(253 186 116 / 0.5);
}

.border-e-orange-300\/55{
  border-inline-end-color: rgb(253 186 116 / 0.55);
}

.border-e-orange-300\/60{
  border-inline-end-color: rgb(253 186 116 / 0.6);
}

.border-e-orange-300\/65{
  border-inline-end-color: rgb(253 186 116 / 0.65);
}

.border-e-orange-300\/70{
  border-inline-end-color: rgb(253 186 116 / 0.7);
}

.border-e-orange-300\/75{
  border-inline-end-color: rgb(253 186 116 / 0.75);
}

.border-e-orange-300\/80{
  border-inline-end-color: rgb(253 186 116 / 0.8);
}

.border-e-orange-300\/85{
  border-inline-end-color: rgb(253 186 116 / 0.85);
}

.border-e-orange-300\/90{
  border-inline-end-color: rgb(253 186 116 / 0.9);
}

.border-e-orange-300\/95{
  border-inline-end-color: rgb(253 186 116 / 0.95);
}

.border-e-orange-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-e-orange-400\/0{
  border-inline-end-color: rgb(251 146 60 / 0);
}

.border-e-orange-400\/10{
  border-inline-end-color: rgb(251 146 60 / 0.1);
}

.border-e-orange-400\/100{
  border-inline-end-color: rgb(251 146 60 / 1);
}

.border-e-orange-400\/15{
  border-inline-end-color: rgb(251 146 60 / 0.15);
}

.border-e-orange-400\/20{
  border-inline-end-color: rgb(251 146 60 / 0.2);
}

.border-e-orange-400\/25{
  border-inline-end-color: rgb(251 146 60 / 0.25);
}

.border-e-orange-400\/30{
  border-inline-end-color: rgb(251 146 60 / 0.3);
}

.border-e-orange-400\/35{
  border-inline-end-color: rgb(251 146 60 / 0.35);
}

.border-e-orange-400\/40{
  border-inline-end-color: rgb(251 146 60 / 0.4);
}

.border-e-orange-400\/45{
  border-inline-end-color: rgb(251 146 60 / 0.45);
}

.border-e-orange-400\/5{
  border-inline-end-color: rgb(251 146 60 / 0.05);
}

.border-e-orange-400\/50{
  border-inline-end-color: rgb(251 146 60 / 0.5);
}

.border-e-orange-400\/55{
  border-inline-end-color: rgb(251 146 60 / 0.55);
}

.border-e-orange-400\/60{
  border-inline-end-color: rgb(251 146 60 / 0.6);
}

.border-e-orange-400\/65{
  border-inline-end-color: rgb(251 146 60 / 0.65);
}

.border-e-orange-400\/70{
  border-inline-end-color: rgb(251 146 60 / 0.7);
}

.border-e-orange-400\/75{
  border-inline-end-color: rgb(251 146 60 / 0.75);
}

.border-e-orange-400\/80{
  border-inline-end-color: rgb(251 146 60 / 0.8);
}

.border-e-orange-400\/85{
  border-inline-end-color: rgb(251 146 60 / 0.85);
}

.border-e-orange-400\/90{
  border-inline-end-color: rgb(251 146 60 / 0.9);
}

.border-e-orange-400\/95{
  border-inline-end-color: rgb(251 146 60 / 0.95);
}

.border-e-orange-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-e-orange-50\/0{
  border-inline-end-color: rgb(255 247 237 / 0);
}

.border-e-orange-50\/10{
  border-inline-end-color: rgb(255 247 237 / 0.1);
}

.border-e-orange-50\/100{
  border-inline-end-color: rgb(255 247 237 / 1);
}

.border-e-orange-50\/15{
  border-inline-end-color: rgb(255 247 237 / 0.15);
}

.border-e-orange-50\/20{
  border-inline-end-color: rgb(255 247 237 / 0.2);
}

.border-e-orange-50\/25{
  border-inline-end-color: rgb(255 247 237 / 0.25);
}

.border-e-orange-50\/30{
  border-inline-end-color: rgb(255 247 237 / 0.3);
}

.border-e-orange-50\/35{
  border-inline-end-color: rgb(255 247 237 / 0.35);
}

.border-e-orange-50\/40{
  border-inline-end-color: rgb(255 247 237 / 0.4);
}

.border-e-orange-50\/45{
  border-inline-end-color: rgb(255 247 237 / 0.45);
}

.border-e-orange-50\/5{
  border-inline-end-color: rgb(255 247 237 / 0.05);
}

.border-e-orange-50\/50{
  border-inline-end-color: rgb(255 247 237 / 0.5);
}

.border-e-orange-50\/55{
  border-inline-end-color: rgb(255 247 237 / 0.55);
}

.border-e-orange-50\/60{
  border-inline-end-color: rgb(255 247 237 / 0.6);
}

.border-e-orange-50\/65{
  border-inline-end-color: rgb(255 247 237 / 0.65);
}

.border-e-orange-50\/70{
  border-inline-end-color: rgb(255 247 237 / 0.7);
}

.border-e-orange-50\/75{
  border-inline-end-color: rgb(255 247 237 / 0.75);
}

.border-e-orange-50\/80{
  border-inline-end-color: rgb(255 247 237 / 0.8);
}

.border-e-orange-50\/85{
  border-inline-end-color: rgb(255 247 237 / 0.85);
}

.border-e-orange-50\/90{
  border-inline-end-color: rgb(255 247 237 / 0.9);
}

.border-e-orange-50\/95{
  border-inline-end-color: rgb(255 247 237 / 0.95);
}

.border-e-orange-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-e-orange-500\/0{
  border-inline-end-color: rgb(249 115 22 / 0);
}

.border-e-orange-500\/10{
  border-inline-end-color: rgb(249 115 22 / 0.1);
}

.border-e-orange-500\/100{
  border-inline-end-color: rgb(249 115 22 / 1);
}

.border-e-orange-500\/15{
  border-inline-end-color: rgb(249 115 22 / 0.15);
}

.border-e-orange-500\/20{
  border-inline-end-color: rgb(249 115 22 / 0.2);
}

.border-e-orange-500\/25{
  border-inline-end-color: rgb(249 115 22 / 0.25);
}

.border-e-orange-500\/30{
  border-inline-end-color: rgb(249 115 22 / 0.3);
}

.border-e-orange-500\/35{
  border-inline-end-color: rgb(249 115 22 / 0.35);
}

.border-e-orange-500\/40{
  border-inline-end-color: rgb(249 115 22 / 0.4);
}

.border-e-orange-500\/45{
  border-inline-end-color: rgb(249 115 22 / 0.45);
}

.border-e-orange-500\/5{
  border-inline-end-color: rgb(249 115 22 / 0.05);
}

.border-e-orange-500\/50{
  border-inline-end-color: rgb(249 115 22 / 0.5);
}

.border-e-orange-500\/55{
  border-inline-end-color: rgb(249 115 22 / 0.55);
}

.border-e-orange-500\/60{
  border-inline-end-color: rgb(249 115 22 / 0.6);
}

.border-e-orange-500\/65{
  border-inline-end-color: rgb(249 115 22 / 0.65);
}

.border-e-orange-500\/70{
  border-inline-end-color: rgb(249 115 22 / 0.7);
}

.border-e-orange-500\/75{
  border-inline-end-color: rgb(249 115 22 / 0.75);
}

.border-e-orange-500\/80{
  border-inline-end-color: rgb(249 115 22 / 0.8);
}

.border-e-orange-500\/85{
  border-inline-end-color: rgb(249 115 22 / 0.85);
}

.border-e-orange-500\/90{
  border-inline-end-color: rgb(249 115 22 / 0.9);
}

.border-e-orange-500\/95{
  border-inline-end-color: rgb(249 115 22 / 0.95);
}

.border-e-orange-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-e-orange-600\/0{
  border-inline-end-color: rgb(234 88 12 / 0);
}

.border-e-orange-600\/10{
  border-inline-end-color: rgb(234 88 12 / 0.1);
}

.border-e-orange-600\/100{
  border-inline-end-color: rgb(234 88 12 / 1);
}

.border-e-orange-600\/15{
  border-inline-end-color: rgb(234 88 12 / 0.15);
}

.border-e-orange-600\/20{
  border-inline-end-color: rgb(234 88 12 / 0.2);
}

.border-e-orange-600\/25{
  border-inline-end-color: rgb(234 88 12 / 0.25);
}

.border-e-orange-600\/30{
  border-inline-end-color: rgb(234 88 12 / 0.3);
}

.border-e-orange-600\/35{
  border-inline-end-color: rgb(234 88 12 / 0.35);
}

.border-e-orange-600\/40{
  border-inline-end-color: rgb(234 88 12 / 0.4);
}

.border-e-orange-600\/45{
  border-inline-end-color: rgb(234 88 12 / 0.45);
}

.border-e-orange-600\/5{
  border-inline-end-color: rgb(234 88 12 / 0.05);
}

.border-e-orange-600\/50{
  border-inline-end-color: rgb(234 88 12 / 0.5);
}

.border-e-orange-600\/55{
  border-inline-end-color: rgb(234 88 12 / 0.55);
}

.border-e-orange-600\/60{
  border-inline-end-color: rgb(234 88 12 / 0.6);
}

.border-e-orange-600\/65{
  border-inline-end-color: rgb(234 88 12 / 0.65);
}

.border-e-orange-600\/70{
  border-inline-end-color: rgb(234 88 12 / 0.7);
}

.border-e-orange-600\/75{
  border-inline-end-color: rgb(234 88 12 / 0.75);
}

.border-e-orange-600\/80{
  border-inline-end-color: rgb(234 88 12 / 0.8);
}

.border-e-orange-600\/85{
  border-inline-end-color: rgb(234 88 12 / 0.85);
}

.border-e-orange-600\/90{
  border-inline-end-color: rgb(234 88 12 / 0.9);
}

.border-e-orange-600\/95{
  border-inline-end-color: rgb(234 88 12 / 0.95);
}

.border-e-orange-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-e-orange-700\/0{
  border-inline-end-color: rgb(194 65 12 / 0);
}

.border-e-orange-700\/10{
  border-inline-end-color: rgb(194 65 12 / 0.1);
}

.border-e-orange-700\/100{
  border-inline-end-color: rgb(194 65 12 / 1);
}

.border-e-orange-700\/15{
  border-inline-end-color: rgb(194 65 12 / 0.15);
}

.border-e-orange-700\/20{
  border-inline-end-color: rgb(194 65 12 / 0.2);
}

.border-e-orange-700\/25{
  border-inline-end-color: rgb(194 65 12 / 0.25);
}

.border-e-orange-700\/30{
  border-inline-end-color: rgb(194 65 12 / 0.3);
}

.border-e-orange-700\/35{
  border-inline-end-color: rgb(194 65 12 / 0.35);
}

.border-e-orange-700\/40{
  border-inline-end-color: rgb(194 65 12 / 0.4);
}

.border-e-orange-700\/45{
  border-inline-end-color: rgb(194 65 12 / 0.45);
}

.border-e-orange-700\/5{
  border-inline-end-color: rgb(194 65 12 / 0.05);
}

.border-e-orange-700\/50{
  border-inline-end-color: rgb(194 65 12 / 0.5);
}

.border-e-orange-700\/55{
  border-inline-end-color: rgb(194 65 12 / 0.55);
}

.border-e-orange-700\/60{
  border-inline-end-color: rgb(194 65 12 / 0.6);
}

.border-e-orange-700\/65{
  border-inline-end-color: rgb(194 65 12 / 0.65);
}

.border-e-orange-700\/70{
  border-inline-end-color: rgb(194 65 12 / 0.7);
}

.border-e-orange-700\/75{
  border-inline-end-color: rgb(194 65 12 / 0.75);
}

.border-e-orange-700\/80{
  border-inline-end-color: rgb(194 65 12 / 0.8);
}

.border-e-orange-700\/85{
  border-inline-end-color: rgb(194 65 12 / 0.85);
}

.border-e-orange-700\/90{
  border-inline-end-color: rgb(194 65 12 / 0.9);
}

.border-e-orange-700\/95{
  border-inline-end-color: rgb(194 65 12 / 0.95);
}

.border-e-orange-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-e-orange-800\/0{
  border-inline-end-color: rgb(154 52 18 / 0);
}

.border-e-orange-800\/10{
  border-inline-end-color: rgb(154 52 18 / 0.1);
}

.border-e-orange-800\/100{
  border-inline-end-color: rgb(154 52 18 / 1);
}

.border-e-orange-800\/15{
  border-inline-end-color: rgb(154 52 18 / 0.15);
}

.border-e-orange-800\/20{
  border-inline-end-color: rgb(154 52 18 / 0.2);
}

.border-e-orange-800\/25{
  border-inline-end-color: rgb(154 52 18 / 0.25);
}

.border-e-orange-800\/30{
  border-inline-end-color: rgb(154 52 18 / 0.3);
}

.border-e-orange-800\/35{
  border-inline-end-color: rgb(154 52 18 / 0.35);
}

.border-e-orange-800\/40{
  border-inline-end-color: rgb(154 52 18 / 0.4);
}

.border-e-orange-800\/45{
  border-inline-end-color: rgb(154 52 18 / 0.45);
}

.border-e-orange-800\/5{
  border-inline-end-color: rgb(154 52 18 / 0.05);
}

.border-e-orange-800\/50{
  border-inline-end-color: rgb(154 52 18 / 0.5);
}

.border-e-orange-800\/55{
  border-inline-end-color: rgb(154 52 18 / 0.55);
}

.border-e-orange-800\/60{
  border-inline-end-color: rgb(154 52 18 / 0.6);
}

.border-e-orange-800\/65{
  border-inline-end-color: rgb(154 52 18 / 0.65);
}

.border-e-orange-800\/70{
  border-inline-end-color: rgb(154 52 18 / 0.7);
}

.border-e-orange-800\/75{
  border-inline-end-color: rgb(154 52 18 / 0.75);
}

.border-e-orange-800\/80{
  border-inline-end-color: rgb(154 52 18 / 0.8);
}

.border-e-orange-800\/85{
  border-inline-end-color: rgb(154 52 18 / 0.85);
}

.border-e-orange-800\/90{
  border-inline-end-color: rgb(154 52 18 / 0.9);
}

.border-e-orange-800\/95{
  border-inline-end-color: rgb(154 52 18 / 0.95);
}

.border-e-orange-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-e-orange-900\/0{
  border-inline-end-color: rgb(124 45 18 / 0);
}

.border-e-orange-900\/10{
  border-inline-end-color: rgb(124 45 18 / 0.1);
}

.border-e-orange-900\/100{
  border-inline-end-color: rgb(124 45 18 / 1);
}

.border-e-orange-900\/15{
  border-inline-end-color: rgb(124 45 18 / 0.15);
}

.border-e-orange-900\/20{
  border-inline-end-color: rgb(124 45 18 / 0.2);
}

.border-e-orange-900\/25{
  border-inline-end-color: rgb(124 45 18 / 0.25);
}

.border-e-orange-900\/30{
  border-inline-end-color: rgb(124 45 18 / 0.3);
}

.border-e-orange-900\/35{
  border-inline-end-color: rgb(124 45 18 / 0.35);
}

.border-e-orange-900\/40{
  border-inline-end-color: rgb(124 45 18 / 0.4);
}

.border-e-orange-900\/45{
  border-inline-end-color: rgb(124 45 18 / 0.45);
}

.border-e-orange-900\/5{
  border-inline-end-color: rgb(124 45 18 / 0.05);
}

.border-e-orange-900\/50{
  border-inline-end-color: rgb(124 45 18 / 0.5);
}

.border-e-orange-900\/55{
  border-inline-end-color: rgb(124 45 18 / 0.55);
}

.border-e-orange-900\/60{
  border-inline-end-color: rgb(124 45 18 / 0.6);
}

.border-e-orange-900\/65{
  border-inline-end-color: rgb(124 45 18 / 0.65);
}

.border-e-orange-900\/70{
  border-inline-end-color: rgb(124 45 18 / 0.7);
}

.border-e-orange-900\/75{
  border-inline-end-color: rgb(124 45 18 / 0.75);
}

.border-e-orange-900\/80{
  border-inline-end-color: rgb(124 45 18 / 0.8);
}

.border-e-orange-900\/85{
  border-inline-end-color: rgb(124 45 18 / 0.85);
}

.border-e-orange-900\/90{
  border-inline-end-color: rgb(124 45 18 / 0.9);
}

.border-e-orange-900\/95{
  border-inline-end-color: rgb(124 45 18 / 0.95);
}

.border-e-orange-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-e-orange-950\/0{
  border-inline-end-color: rgb(67 20 7 / 0);
}

.border-e-orange-950\/10{
  border-inline-end-color: rgb(67 20 7 / 0.1);
}

.border-e-orange-950\/100{
  border-inline-end-color: rgb(67 20 7 / 1);
}

.border-e-orange-950\/15{
  border-inline-end-color: rgb(67 20 7 / 0.15);
}

.border-e-orange-950\/20{
  border-inline-end-color: rgb(67 20 7 / 0.2);
}

.border-e-orange-950\/25{
  border-inline-end-color: rgb(67 20 7 / 0.25);
}

.border-e-orange-950\/30{
  border-inline-end-color: rgb(67 20 7 / 0.3);
}

.border-e-orange-950\/35{
  border-inline-end-color: rgb(67 20 7 / 0.35);
}

.border-e-orange-950\/40{
  border-inline-end-color: rgb(67 20 7 / 0.4);
}

.border-e-orange-950\/45{
  border-inline-end-color: rgb(67 20 7 / 0.45);
}

.border-e-orange-950\/5{
  border-inline-end-color: rgb(67 20 7 / 0.05);
}

.border-e-orange-950\/50{
  border-inline-end-color: rgb(67 20 7 / 0.5);
}

.border-e-orange-950\/55{
  border-inline-end-color: rgb(67 20 7 / 0.55);
}

.border-e-orange-950\/60{
  border-inline-end-color: rgb(67 20 7 / 0.6);
}

.border-e-orange-950\/65{
  border-inline-end-color: rgb(67 20 7 / 0.65);
}

.border-e-orange-950\/70{
  border-inline-end-color: rgb(67 20 7 / 0.7);
}

.border-e-orange-950\/75{
  border-inline-end-color: rgb(67 20 7 / 0.75);
}

.border-e-orange-950\/80{
  border-inline-end-color: rgb(67 20 7 / 0.8);
}

.border-e-orange-950\/85{
  border-inline-end-color: rgb(67 20 7 / 0.85);
}

.border-e-orange-950\/90{
  border-inline-end-color: rgb(67 20 7 / 0.9);
}

.border-e-orange-950\/95{
  border-inline-end-color: rgb(67 20 7 / 0.95);
}

.border-e-pink-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-e-pink-100\/0{
  border-inline-end-color: rgb(252 231 243 / 0);
}

.border-e-pink-100\/10{
  border-inline-end-color: rgb(252 231 243 / 0.1);
}

.border-e-pink-100\/100{
  border-inline-end-color: rgb(252 231 243 / 1);
}

.border-e-pink-100\/15{
  border-inline-end-color: rgb(252 231 243 / 0.15);
}

.border-e-pink-100\/20{
  border-inline-end-color: rgb(252 231 243 / 0.2);
}

.border-e-pink-100\/25{
  border-inline-end-color: rgb(252 231 243 / 0.25);
}

.border-e-pink-100\/30{
  border-inline-end-color: rgb(252 231 243 / 0.3);
}

.border-e-pink-100\/35{
  border-inline-end-color: rgb(252 231 243 / 0.35);
}

.border-e-pink-100\/40{
  border-inline-end-color: rgb(252 231 243 / 0.4);
}

.border-e-pink-100\/45{
  border-inline-end-color: rgb(252 231 243 / 0.45);
}

.border-e-pink-100\/5{
  border-inline-end-color: rgb(252 231 243 / 0.05);
}

.border-e-pink-100\/50{
  border-inline-end-color: rgb(252 231 243 / 0.5);
}

.border-e-pink-100\/55{
  border-inline-end-color: rgb(252 231 243 / 0.55);
}

.border-e-pink-100\/60{
  border-inline-end-color: rgb(252 231 243 / 0.6);
}

.border-e-pink-100\/65{
  border-inline-end-color: rgb(252 231 243 / 0.65);
}

.border-e-pink-100\/70{
  border-inline-end-color: rgb(252 231 243 / 0.7);
}

.border-e-pink-100\/75{
  border-inline-end-color: rgb(252 231 243 / 0.75);
}

.border-e-pink-100\/80{
  border-inline-end-color: rgb(252 231 243 / 0.8);
}

.border-e-pink-100\/85{
  border-inline-end-color: rgb(252 231 243 / 0.85);
}

.border-e-pink-100\/90{
  border-inline-end-color: rgb(252 231 243 / 0.9);
}

.border-e-pink-100\/95{
  border-inline-end-color: rgb(252 231 243 / 0.95);
}

.border-e-pink-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-e-pink-200\/0{
  border-inline-end-color: rgb(251 207 232 / 0);
}

.border-e-pink-200\/10{
  border-inline-end-color: rgb(251 207 232 / 0.1);
}

.border-e-pink-200\/100{
  border-inline-end-color: rgb(251 207 232 / 1);
}

.border-e-pink-200\/15{
  border-inline-end-color: rgb(251 207 232 / 0.15);
}

.border-e-pink-200\/20{
  border-inline-end-color: rgb(251 207 232 / 0.2);
}

.border-e-pink-200\/25{
  border-inline-end-color: rgb(251 207 232 / 0.25);
}

.border-e-pink-200\/30{
  border-inline-end-color: rgb(251 207 232 / 0.3);
}

.border-e-pink-200\/35{
  border-inline-end-color: rgb(251 207 232 / 0.35);
}

.border-e-pink-200\/40{
  border-inline-end-color: rgb(251 207 232 / 0.4);
}

.border-e-pink-200\/45{
  border-inline-end-color: rgb(251 207 232 / 0.45);
}

.border-e-pink-200\/5{
  border-inline-end-color: rgb(251 207 232 / 0.05);
}

.border-e-pink-200\/50{
  border-inline-end-color: rgb(251 207 232 / 0.5);
}

.border-e-pink-200\/55{
  border-inline-end-color: rgb(251 207 232 / 0.55);
}

.border-e-pink-200\/60{
  border-inline-end-color: rgb(251 207 232 / 0.6);
}

.border-e-pink-200\/65{
  border-inline-end-color: rgb(251 207 232 / 0.65);
}

.border-e-pink-200\/70{
  border-inline-end-color: rgb(251 207 232 / 0.7);
}

.border-e-pink-200\/75{
  border-inline-end-color: rgb(251 207 232 / 0.75);
}

.border-e-pink-200\/80{
  border-inline-end-color: rgb(251 207 232 / 0.8);
}

.border-e-pink-200\/85{
  border-inline-end-color: rgb(251 207 232 / 0.85);
}

.border-e-pink-200\/90{
  border-inline-end-color: rgb(251 207 232 / 0.9);
}

.border-e-pink-200\/95{
  border-inline-end-color: rgb(251 207 232 / 0.95);
}

.border-e-pink-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-e-pink-300\/0{
  border-inline-end-color: rgb(249 168 212 / 0);
}

.border-e-pink-300\/10{
  border-inline-end-color: rgb(249 168 212 / 0.1);
}

.border-e-pink-300\/100{
  border-inline-end-color: rgb(249 168 212 / 1);
}

.border-e-pink-300\/15{
  border-inline-end-color: rgb(249 168 212 / 0.15);
}

.border-e-pink-300\/20{
  border-inline-end-color: rgb(249 168 212 / 0.2);
}

.border-e-pink-300\/25{
  border-inline-end-color: rgb(249 168 212 / 0.25);
}

.border-e-pink-300\/30{
  border-inline-end-color: rgb(249 168 212 / 0.3);
}

.border-e-pink-300\/35{
  border-inline-end-color: rgb(249 168 212 / 0.35);
}

.border-e-pink-300\/40{
  border-inline-end-color: rgb(249 168 212 / 0.4);
}

.border-e-pink-300\/45{
  border-inline-end-color: rgb(249 168 212 / 0.45);
}

.border-e-pink-300\/5{
  border-inline-end-color: rgb(249 168 212 / 0.05);
}

.border-e-pink-300\/50{
  border-inline-end-color: rgb(249 168 212 / 0.5);
}

.border-e-pink-300\/55{
  border-inline-end-color: rgb(249 168 212 / 0.55);
}

.border-e-pink-300\/60{
  border-inline-end-color: rgb(249 168 212 / 0.6);
}

.border-e-pink-300\/65{
  border-inline-end-color: rgb(249 168 212 / 0.65);
}

.border-e-pink-300\/70{
  border-inline-end-color: rgb(249 168 212 / 0.7);
}

.border-e-pink-300\/75{
  border-inline-end-color: rgb(249 168 212 / 0.75);
}

.border-e-pink-300\/80{
  border-inline-end-color: rgb(249 168 212 / 0.8);
}

.border-e-pink-300\/85{
  border-inline-end-color: rgb(249 168 212 / 0.85);
}

.border-e-pink-300\/90{
  border-inline-end-color: rgb(249 168 212 / 0.9);
}

.border-e-pink-300\/95{
  border-inline-end-color: rgb(249 168 212 / 0.95);
}

.border-e-pink-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-e-pink-400\/0{
  border-inline-end-color: rgb(244 114 182 / 0);
}

.border-e-pink-400\/10{
  border-inline-end-color: rgb(244 114 182 / 0.1);
}

.border-e-pink-400\/100{
  border-inline-end-color: rgb(244 114 182 / 1);
}

.border-e-pink-400\/15{
  border-inline-end-color: rgb(244 114 182 / 0.15);
}

.border-e-pink-400\/20{
  border-inline-end-color: rgb(244 114 182 / 0.2);
}

.border-e-pink-400\/25{
  border-inline-end-color: rgb(244 114 182 / 0.25);
}

.border-e-pink-400\/30{
  border-inline-end-color: rgb(244 114 182 / 0.3);
}

.border-e-pink-400\/35{
  border-inline-end-color: rgb(244 114 182 / 0.35);
}

.border-e-pink-400\/40{
  border-inline-end-color: rgb(244 114 182 / 0.4);
}

.border-e-pink-400\/45{
  border-inline-end-color: rgb(244 114 182 / 0.45);
}

.border-e-pink-400\/5{
  border-inline-end-color: rgb(244 114 182 / 0.05);
}

.border-e-pink-400\/50{
  border-inline-end-color: rgb(244 114 182 / 0.5);
}

.border-e-pink-400\/55{
  border-inline-end-color: rgb(244 114 182 / 0.55);
}

.border-e-pink-400\/60{
  border-inline-end-color: rgb(244 114 182 / 0.6);
}

.border-e-pink-400\/65{
  border-inline-end-color: rgb(244 114 182 / 0.65);
}

.border-e-pink-400\/70{
  border-inline-end-color: rgb(244 114 182 / 0.7);
}

.border-e-pink-400\/75{
  border-inline-end-color: rgb(244 114 182 / 0.75);
}

.border-e-pink-400\/80{
  border-inline-end-color: rgb(244 114 182 / 0.8);
}

.border-e-pink-400\/85{
  border-inline-end-color: rgb(244 114 182 / 0.85);
}

.border-e-pink-400\/90{
  border-inline-end-color: rgb(244 114 182 / 0.9);
}

.border-e-pink-400\/95{
  border-inline-end-color: rgb(244 114 182 / 0.95);
}

.border-e-pink-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-e-pink-50\/0{
  border-inline-end-color: rgb(253 242 248 / 0);
}

.border-e-pink-50\/10{
  border-inline-end-color: rgb(253 242 248 / 0.1);
}

.border-e-pink-50\/100{
  border-inline-end-color: rgb(253 242 248 / 1);
}

.border-e-pink-50\/15{
  border-inline-end-color: rgb(253 242 248 / 0.15);
}

.border-e-pink-50\/20{
  border-inline-end-color: rgb(253 242 248 / 0.2);
}

.border-e-pink-50\/25{
  border-inline-end-color: rgb(253 242 248 / 0.25);
}

.border-e-pink-50\/30{
  border-inline-end-color: rgb(253 242 248 / 0.3);
}

.border-e-pink-50\/35{
  border-inline-end-color: rgb(253 242 248 / 0.35);
}

.border-e-pink-50\/40{
  border-inline-end-color: rgb(253 242 248 / 0.4);
}

.border-e-pink-50\/45{
  border-inline-end-color: rgb(253 242 248 / 0.45);
}

.border-e-pink-50\/5{
  border-inline-end-color: rgb(253 242 248 / 0.05);
}

.border-e-pink-50\/50{
  border-inline-end-color: rgb(253 242 248 / 0.5);
}

.border-e-pink-50\/55{
  border-inline-end-color: rgb(253 242 248 / 0.55);
}

.border-e-pink-50\/60{
  border-inline-end-color: rgb(253 242 248 / 0.6);
}

.border-e-pink-50\/65{
  border-inline-end-color: rgb(253 242 248 / 0.65);
}

.border-e-pink-50\/70{
  border-inline-end-color: rgb(253 242 248 / 0.7);
}

.border-e-pink-50\/75{
  border-inline-end-color: rgb(253 242 248 / 0.75);
}

.border-e-pink-50\/80{
  border-inline-end-color: rgb(253 242 248 / 0.8);
}

.border-e-pink-50\/85{
  border-inline-end-color: rgb(253 242 248 / 0.85);
}

.border-e-pink-50\/90{
  border-inline-end-color: rgb(253 242 248 / 0.9);
}

.border-e-pink-50\/95{
  border-inline-end-color: rgb(253 242 248 / 0.95);
}

.border-e-pink-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-e-pink-500\/0{
  border-inline-end-color: rgb(236 72 153 / 0);
}

.border-e-pink-500\/10{
  border-inline-end-color: rgb(236 72 153 / 0.1);
}

.border-e-pink-500\/100{
  border-inline-end-color: rgb(236 72 153 / 1);
}

.border-e-pink-500\/15{
  border-inline-end-color: rgb(236 72 153 / 0.15);
}

.border-e-pink-500\/20{
  border-inline-end-color: rgb(236 72 153 / 0.2);
}

.border-e-pink-500\/25{
  border-inline-end-color: rgb(236 72 153 / 0.25);
}

.border-e-pink-500\/30{
  border-inline-end-color: rgb(236 72 153 / 0.3);
}

.border-e-pink-500\/35{
  border-inline-end-color: rgb(236 72 153 / 0.35);
}

.border-e-pink-500\/40{
  border-inline-end-color: rgb(236 72 153 / 0.4);
}

.border-e-pink-500\/45{
  border-inline-end-color: rgb(236 72 153 / 0.45);
}

.border-e-pink-500\/5{
  border-inline-end-color: rgb(236 72 153 / 0.05);
}

.border-e-pink-500\/50{
  border-inline-end-color: rgb(236 72 153 / 0.5);
}

.border-e-pink-500\/55{
  border-inline-end-color: rgb(236 72 153 / 0.55);
}

.border-e-pink-500\/60{
  border-inline-end-color: rgb(236 72 153 / 0.6);
}

.border-e-pink-500\/65{
  border-inline-end-color: rgb(236 72 153 / 0.65);
}

.border-e-pink-500\/70{
  border-inline-end-color: rgb(236 72 153 / 0.7);
}

.border-e-pink-500\/75{
  border-inline-end-color: rgb(236 72 153 / 0.75);
}

.border-e-pink-500\/80{
  border-inline-end-color: rgb(236 72 153 / 0.8);
}

.border-e-pink-500\/85{
  border-inline-end-color: rgb(236 72 153 / 0.85);
}

.border-e-pink-500\/90{
  border-inline-end-color: rgb(236 72 153 / 0.9);
}

.border-e-pink-500\/95{
  border-inline-end-color: rgb(236 72 153 / 0.95);
}

.border-e-pink-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-e-pink-600\/0{
  border-inline-end-color: rgb(219 39 119 / 0);
}

.border-e-pink-600\/10{
  border-inline-end-color: rgb(219 39 119 / 0.1);
}

.border-e-pink-600\/100{
  border-inline-end-color: rgb(219 39 119 / 1);
}

.border-e-pink-600\/15{
  border-inline-end-color: rgb(219 39 119 / 0.15);
}

.border-e-pink-600\/20{
  border-inline-end-color: rgb(219 39 119 / 0.2);
}

.border-e-pink-600\/25{
  border-inline-end-color: rgb(219 39 119 / 0.25);
}

.border-e-pink-600\/30{
  border-inline-end-color: rgb(219 39 119 / 0.3);
}

.border-e-pink-600\/35{
  border-inline-end-color: rgb(219 39 119 / 0.35);
}

.border-e-pink-600\/40{
  border-inline-end-color: rgb(219 39 119 / 0.4);
}

.border-e-pink-600\/45{
  border-inline-end-color: rgb(219 39 119 / 0.45);
}

.border-e-pink-600\/5{
  border-inline-end-color: rgb(219 39 119 / 0.05);
}

.border-e-pink-600\/50{
  border-inline-end-color: rgb(219 39 119 / 0.5);
}

.border-e-pink-600\/55{
  border-inline-end-color: rgb(219 39 119 / 0.55);
}

.border-e-pink-600\/60{
  border-inline-end-color: rgb(219 39 119 / 0.6);
}

.border-e-pink-600\/65{
  border-inline-end-color: rgb(219 39 119 / 0.65);
}

.border-e-pink-600\/70{
  border-inline-end-color: rgb(219 39 119 / 0.7);
}

.border-e-pink-600\/75{
  border-inline-end-color: rgb(219 39 119 / 0.75);
}

.border-e-pink-600\/80{
  border-inline-end-color: rgb(219 39 119 / 0.8);
}

.border-e-pink-600\/85{
  border-inline-end-color: rgb(219 39 119 / 0.85);
}

.border-e-pink-600\/90{
  border-inline-end-color: rgb(219 39 119 / 0.9);
}

.border-e-pink-600\/95{
  border-inline-end-color: rgb(219 39 119 / 0.95);
}

.border-e-pink-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-e-pink-700\/0{
  border-inline-end-color: rgb(190 24 93 / 0);
}

.border-e-pink-700\/10{
  border-inline-end-color: rgb(190 24 93 / 0.1);
}

.border-e-pink-700\/100{
  border-inline-end-color: rgb(190 24 93 / 1);
}

.border-e-pink-700\/15{
  border-inline-end-color: rgb(190 24 93 / 0.15);
}

.border-e-pink-700\/20{
  border-inline-end-color: rgb(190 24 93 / 0.2);
}

.border-e-pink-700\/25{
  border-inline-end-color: rgb(190 24 93 / 0.25);
}

.border-e-pink-700\/30{
  border-inline-end-color: rgb(190 24 93 / 0.3);
}

.border-e-pink-700\/35{
  border-inline-end-color: rgb(190 24 93 / 0.35);
}

.border-e-pink-700\/40{
  border-inline-end-color: rgb(190 24 93 / 0.4);
}

.border-e-pink-700\/45{
  border-inline-end-color: rgb(190 24 93 / 0.45);
}

.border-e-pink-700\/5{
  border-inline-end-color: rgb(190 24 93 / 0.05);
}

.border-e-pink-700\/50{
  border-inline-end-color: rgb(190 24 93 / 0.5);
}

.border-e-pink-700\/55{
  border-inline-end-color: rgb(190 24 93 / 0.55);
}

.border-e-pink-700\/60{
  border-inline-end-color: rgb(190 24 93 / 0.6);
}

.border-e-pink-700\/65{
  border-inline-end-color: rgb(190 24 93 / 0.65);
}

.border-e-pink-700\/70{
  border-inline-end-color: rgb(190 24 93 / 0.7);
}

.border-e-pink-700\/75{
  border-inline-end-color: rgb(190 24 93 / 0.75);
}

.border-e-pink-700\/80{
  border-inline-end-color: rgb(190 24 93 / 0.8);
}

.border-e-pink-700\/85{
  border-inline-end-color: rgb(190 24 93 / 0.85);
}

.border-e-pink-700\/90{
  border-inline-end-color: rgb(190 24 93 / 0.9);
}

.border-e-pink-700\/95{
  border-inline-end-color: rgb(190 24 93 / 0.95);
}

.border-e-pink-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-e-pink-800\/0{
  border-inline-end-color: rgb(157 23 77 / 0);
}

.border-e-pink-800\/10{
  border-inline-end-color: rgb(157 23 77 / 0.1);
}

.border-e-pink-800\/100{
  border-inline-end-color: rgb(157 23 77 / 1);
}

.border-e-pink-800\/15{
  border-inline-end-color: rgb(157 23 77 / 0.15);
}

.border-e-pink-800\/20{
  border-inline-end-color: rgb(157 23 77 / 0.2);
}

.border-e-pink-800\/25{
  border-inline-end-color: rgb(157 23 77 / 0.25);
}

.border-e-pink-800\/30{
  border-inline-end-color: rgb(157 23 77 / 0.3);
}

.border-e-pink-800\/35{
  border-inline-end-color: rgb(157 23 77 / 0.35);
}

.border-e-pink-800\/40{
  border-inline-end-color: rgb(157 23 77 / 0.4);
}

.border-e-pink-800\/45{
  border-inline-end-color: rgb(157 23 77 / 0.45);
}

.border-e-pink-800\/5{
  border-inline-end-color: rgb(157 23 77 / 0.05);
}

.border-e-pink-800\/50{
  border-inline-end-color: rgb(157 23 77 / 0.5);
}

.border-e-pink-800\/55{
  border-inline-end-color: rgb(157 23 77 / 0.55);
}

.border-e-pink-800\/60{
  border-inline-end-color: rgb(157 23 77 / 0.6);
}

.border-e-pink-800\/65{
  border-inline-end-color: rgb(157 23 77 / 0.65);
}

.border-e-pink-800\/70{
  border-inline-end-color: rgb(157 23 77 / 0.7);
}

.border-e-pink-800\/75{
  border-inline-end-color: rgb(157 23 77 / 0.75);
}

.border-e-pink-800\/80{
  border-inline-end-color: rgb(157 23 77 / 0.8);
}

.border-e-pink-800\/85{
  border-inline-end-color: rgb(157 23 77 / 0.85);
}

.border-e-pink-800\/90{
  border-inline-end-color: rgb(157 23 77 / 0.9);
}

.border-e-pink-800\/95{
  border-inline-end-color: rgb(157 23 77 / 0.95);
}

.border-e-pink-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-e-pink-900\/0{
  border-inline-end-color: rgb(131 24 67 / 0);
}

.border-e-pink-900\/10{
  border-inline-end-color: rgb(131 24 67 / 0.1);
}

.border-e-pink-900\/100{
  border-inline-end-color: rgb(131 24 67 / 1);
}

.border-e-pink-900\/15{
  border-inline-end-color: rgb(131 24 67 / 0.15);
}

.border-e-pink-900\/20{
  border-inline-end-color: rgb(131 24 67 / 0.2);
}

.border-e-pink-900\/25{
  border-inline-end-color: rgb(131 24 67 / 0.25);
}

.border-e-pink-900\/30{
  border-inline-end-color: rgb(131 24 67 / 0.3);
}

.border-e-pink-900\/35{
  border-inline-end-color: rgb(131 24 67 / 0.35);
}

.border-e-pink-900\/40{
  border-inline-end-color: rgb(131 24 67 / 0.4);
}

.border-e-pink-900\/45{
  border-inline-end-color: rgb(131 24 67 / 0.45);
}

.border-e-pink-900\/5{
  border-inline-end-color: rgb(131 24 67 / 0.05);
}

.border-e-pink-900\/50{
  border-inline-end-color: rgb(131 24 67 / 0.5);
}

.border-e-pink-900\/55{
  border-inline-end-color: rgb(131 24 67 / 0.55);
}

.border-e-pink-900\/60{
  border-inline-end-color: rgb(131 24 67 / 0.6);
}

.border-e-pink-900\/65{
  border-inline-end-color: rgb(131 24 67 / 0.65);
}

.border-e-pink-900\/70{
  border-inline-end-color: rgb(131 24 67 / 0.7);
}

.border-e-pink-900\/75{
  border-inline-end-color: rgb(131 24 67 / 0.75);
}

.border-e-pink-900\/80{
  border-inline-end-color: rgb(131 24 67 / 0.8);
}

.border-e-pink-900\/85{
  border-inline-end-color: rgb(131 24 67 / 0.85);
}

.border-e-pink-900\/90{
  border-inline-end-color: rgb(131 24 67 / 0.9);
}

.border-e-pink-900\/95{
  border-inline-end-color: rgb(131 24 67 / 0.95);
}

.border-e-pink-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-e-pink-950\/0{
  border-inline-end-color: rgb(80 7 36 / 0);
}

.border-e-pink-950\/10{
  border-inline-end-color: rgb(80 7 36 / 0.1);
}

.border-e-pink-950\/100{
  border-inline-end-color: rgb(80 7 36 / 1);
}

.border-e-pink-950\/15{
  border-inline-end-color: rgb(80 7 36 / 0.15);
}

.border-e-pink-950\/20{
  border-inline-end-color: rgb(80 7 36 / 0.2);
}

.border-e-pink-950\/25{
  border-inline-end-color: rgb(80 7 36 / 0.25);
}

.border-e-pink-950\/30{
  border-inline-end-color: rgb(80 7 36 / 0.3);
}

.border-e-pink-950\/35{
  border-inline-end-color: rgb(80 7 36 / 0.35);
}

.border-e-pink-950\/40{
  border-inline-end-color: rgb(80 7 36 / 0.4);
}

.border-e-pink-950\/45{
  border-inline-end-color: rgb(80 7 36 / 0.45);
}

.border-e-pink-950\/5{
  border-inline-end-color: rgb(80 7 36 / 0.05);
}

.border-e-pink-950\/50{
  border-inline-end-color: rgb(80 7 36 / 0.5);
}

.border-e-pink-950\/55{
  border-inline-end-color: rgb(80 7 36 / 0.55);
}

.border-e-pink-950\/60{
  border-inline-end-color: rgb(80 7 36 / 0.6);
}

.border-e-pink-950\/65{
  border-inline-end-color: rgb(80 7 36 / 0.65);
}

.border-e-pink-950\/70{
  border-inline-end-color: rgb(80 7 36 / 0.7);
}

.border-e-pink-950\/75{
  border-inline-end-color: rgb(80 7 36 / 0.75);
}

.border-e-pink-950\/80{
  border-inline-end-color: rgb(80 7 36 / 0.8);
}

.border-e-pink-950\/85{
  border-inline-end-color: rgb(80 7 36 / 0.85);
}

.border-e-pink-950\/90{
  border-inline-end-color: rgb(80 7 36 / 0.9);
}

.border-e-pink-950\/95{
  border-inline-end-color: rgb(80 7 36 / 0.95);
}

.border-e-primary{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.border-e-primary-hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.border-e-primary-hover\/0{
  border-inline-end-color: rgb(71 57 169 / 0);
}

.border-e-primary-hover\/10{
  border-inline-end-color: rgb(71 57 169 / 0.1);
}

.border-e-primary-hover\/100{
  border-inline-end-color: rgb(71 57 169 / 1);
}

.border-e-primary-hover\/15{
  border-inline-end-color: rgb(71 57 169 / 0.15);
}

.border-e-primary-hover\/20{
  border-inline-end-color: rgb(71 57 169 / 0.2);
}

.border-e-primary-hover\/25{
  border-inline-end-color: rgb(71 57 169 / 0.25);
}

.border-e-primary-hover\/30{
  border-inline-end-color: rgb(71 57 169 / 0.3);
}

.border-e-primary-hover\/35{
  border-inline-end-color: rgb(71 57 169 / 0.35);
}

.border-e-primary-hover\/40{
  border-inline-end-color: rgb(71 57 169 / 0.4);
}

.border-e-primary-hover\/45{
  border-inline-end-color: rgb(71 57 169 / 0.45);
}

.border-e-primary-hover\/5{
  border-inline-end-color: rgb(71 57 169 / 0.05);
}

.border-e-primary-hover\/50{
  border-inline-end-color: rgb(71 57 169 / 0.5);
}

.border-e-primary-hover\/55{
  border-inline-end-color: rgb(71 57 169 / 0.55);
}

.border-e-primary-hover\/60{
  border-inline-end-color: rgb(71 57 169 / 0.6);
}

.border-e-primary-hover\/65{
  border-inline-end-color: rgb(71 57 169 / 0.65);
}

.border-e-primary-hover\/70{
  border-inline-end-color: rgb(71 57 169 / 0.7);
}

.border-e-primary-hover\/75{
  border-inline-end-color: rgb(71 57 169 / 0.75);
}

.border-e-primary-hover\/80{
  border-inline-end-color: rgb(71 57 169 / 0.8);
}

.border-e-primary-hover\/85{
  border-inline-end-color: rgb(71 57 169 / 0.85);
}

.border-e-primary-hover\/90{
  border-inline-end-color: rgb(71 57 169 / 0.9);
}

.border-e-primary-hover\/95{
  border-inline-end-color: rgb(71 57 169 / 0.95);
}

.border-e-primary\/0{
  border-inline-end-color: rgb(85 70 192 / 0);
}

.border-e-primary\/10{
  border-inline-end-color: rgb(85 70 192 / 0.1);
}

.border-e-primary\/100{
  border-inline-end-color: rgb(85 70 192 / 1);
}

.border-e-primary\/15{
  border-inline-end-color: rgb(85 70 192 / 0.15);
}

.border-e-primary\/20{
  border-inline-end-color: rgb(85 70 192 / 0.2);
}

.border-e-primary\/25{
  border-inline-end-color: rgb(85 70 192 / 0.25);
}

.border-e-primary\/30{
  border-inline-end-color: rgb(85 70 192 / 0.3);
}

.border-e-primary\/35{
  border-inline-end-color: rgb(85 70 192 / 0.35);
}

.border-e-primary\/40{
  border-inline-end-color: rgb(85 70 192 / 0.4);
}

.border-e-primary\/45{
  border-inline-end-color: rgb(85 70 192 / 0.45);
}

.border-e-primary\/5{
  border-inline-end-color: rgb(85 70 192 / 0.05);
}

.border-e-primary\/50{
  border-inline-end-color: rgb(85 70 192 / 0.5);
}

.border-e-primary\/55{
  border-inline-end-color: rgb(85 70 192 / 0.55);
}

.border-e-primary\/60{
  border-inline-end-color: rgb(85 70 192 / 0.6);
}

.border-e-primary\/65{
  border-inline-end-color: rgb(85 70 192 / 0.65);
}

.border-e-primary\/70{
  border-inline-end-color: rgb(85 70 192 / 0.7);
}

.border-e-primary\/75{
  border-inline-end-color: rgb(85 70 192 / 0.75);
}

.border-e-primary\/80{
  border-inline-end-color: rgb(85 70 192 / 0.8);
}

.border-e-primary\/85{
  border-inline-end-color: rgb(85 70 192 / 0.85);
}

.border-e-primary\/90{
  border-inline-end-color: rgb(85 70 192 / 0.9);
}

.border-e-primary\/95{
  border-inline-end-color: rgb(85 70 192 / 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\/15{
  border-inline-end-color: rgb(243 232 255 / 0.15);
}

.border-e-purple-100\/20{
  border-inline-end-color: rgb(243 232 255 / 0.2);
}

.border-e-purple-100\/25{
  border-inline-end-color: rgb(243 232 255 / 0.25);
}

.border-e-purple-100\/30{
  border-inline-end-color: rgb(243 232 255 / 0.3);
}

.border-e-purple-100\/35{
  border-inline-end-color: rgb(243 232 255 / 0.35);
}

.border-e-purple-100\/40{
  border-inline-end-color: rgb(243 232 255 / 0.4);
}

.border-e-purple-100\/45{
  border-inline-end-color: rgb(243 232 255 / 0.45);
}

.border-e-purple-100\/5{
  border-inline-end-color: rgb(243 232 255 / 0.05);
}

.border-e-purple-100\/50{
  border-inline-end-color: rgb(243 232 255 / 0.5);
}

.border-e-purple-100\/55{
  border-inline-end-color: rgb(243 232 255 / 0.55);
}

.border-e-purple-100\/60{
  border-inline-end-color: rgb(243 232 255 / 0.6);
}

.border-e-purple-100\/65{
  border-inline-end-color: rgb(243 232 255 / 0.65);
}

.border-e-purple-100\/70{
  border-inline-end-color: rgb(243 232 255 / 0.7);
}

.border-e-purple-100\/75{
  border-inline-end-color: rgb(243 232 255 / 0.75);
}

.border-e-purple-100\/80{
  border-inline-end-color: rgb(243 232 255 / 0.8);
}

.border-e-purple-100\/85{
  border-inline-end-color: rgb(243 232 255 / 0.85);
}

.border-e-purple-100\/90{
  border-inline-end-color: rgb(243 232 255 / 0.9);
}

.border-e-purple-100\/95{
  border-inline-end-color: rgb(243 232 255 / 0.95);
}

.border-e-purple-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-e-purple-200\/0{
  border-inline-end-color: rgb(233 213 255 / 0);
}

.border-e-purple-200\/10{
  border-inline-end-color: rgb(233 213 255 / 0.1);
}

.border-e-purple-200\/100{
  border-inline-end-color: rgb(233 213 255 / 1);
}

.border-e-purple-200\/15{
  border-inline-end-color: rgb(233 213 255 / 0.15);
}

.border-e-purple-200\/20{
  border-inline-end-color: rgb(233 213 255 / 0.2);
}

.border-e-purple-200\/25{
  border-inline-end-color: rgb(233 213 255 / 0.25);
}

.border-e-purple-200\/30{
  border-inline-end-color: rgb(233 213 255 / 0.3);
}

.border-e-purple-200\/35{
  border-inline-end-color: rgb(233 213 255 / 0.35);
}

.border-e-purple-200\/40{
  border-inline-end-color: rgb(233 213 255 / 0.4);
}

.border-e-purple-200\/45{
  border-inline-end-color: rgb(233 213 255 / 0.45);
}

.border-e-purple-200\/5{
  border-inline-end-color: rgb(233 213 255 / 0.05);
}

.border-e-purple-200\/50{
  border-inline-end-color: rgb(233 213 255 / 0.5);
}

.border-e-purple-200\/55{
  border-inline-end-color: rgb(233 213 255 / 0.55);
}

.border-e-purple-200\/60{
  border-inline-end-color: rgb(233 213 255 / 0.6);
}

.border-e-purple-200\/65{
  border-inline-end-color: rgb(233 213 255 / 0.65);
}

.border-e-purple-200\/70{
  border-inline-end-color: rgb(233 213 255 / 0.7);
}

.border-e-purple-200\/75{
  border-inline-end-color: rgb(233 213 255 / 0.75);
}

.border-e-purple-200\/80{
  border-inline-end-color: rgb(233 213 255 / 0.8);
}

.border-e-purple-200\/85{
  border-inline-end-color: rgb(233 213 255 / 0.85);
}

.border-e-purple-200\/90{
  border-inline-end-color: rgb(233 213 255 / 0.9);
}

.border-e-purple-200\/95{
  border-inline-end-color: rgb(233 213 255 / 0.95);
}

.border-e-purple-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-e-purple-300\/0{
  border-inline-end-color: rgb(216 180 254 / 0);
}

.border-e-purple-300\/10{
  border-inline-end-color: rgb(216 180 254 / 0.1);
}

.border-e-purple-300\/100{
  border-inline-end-color: rgb(216 180 254 / 1);
}

.border-e-purple-300\/15{
  border-inline-end-color: rgb(216 180 254 / 0.15);
}

.border-e-purple-300\/20{
  border-inline-end-color: rgb(216 180 254 / 0.2);
}

.border-e-purple-300\/25{
  border-inline-end-color: rgb(216 180 254 / 0.25);
}

.border-e-purple-300\/30{
  border-inline-end-color: rgb(216 180 254 / 0.3);
}

.border-e-purple-300\/35{
  border-inline-end-color: rgb(216 180 254 / 0.35);
}

.border-e-purple-300\/40{
  border-inline-end-color: rgb(216 180 254 / 0.4);
}

.border-e-purple-300\/45{
  border-inline-end-color: rgb(216 180 254 / 0.45);
}

.border-e-purple-300\/5{
  border-inline-end-color: rgb(216 180 254 / 0.05);
}

.border-e-purple-300\/50{
  border-inline-end-color: rgb(216 180 254 / 0.5);
}

.border-e-purple-300\/55{
  border-inline-end-color: rgb(216 180 254 / 0.55);
}

.border-e-purple-300\/60{
  border-inline-end-color: rgb(216 180 254 / 0.6);
}

.border-e-purple-300\/65{
  border-inline-end-color: rgb(216 180 254 / 0.65);
}

.border-e-purple-300\/70{
  border-inline-end-color: rgb(216 180 254 / 0.7);
}

.border-e-purple-300\/75{
  border-inline-end-color: rgb(216 180 254 / 0.75);
}

.border-e-purple-300\/80{
  border-inline-end-color: rgb(216 180 254 / 0.8);
}

.border-e-purple-300\/85{
  border-inline-end-color: rgb(216 180 254 / 0.85);
}

.border-e-purple-300\/90{
  border-inline-end-color: rgb(216 180 254 / 0.9);
}

.border-e-purple-300\/95{
  border-inline-end-color: rgb(216 180 254 / 0.95);
}

.border-e-purple-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-e-purple-400\/0{
  border-inline-end-color: rgb(192 132 252 / 0);
}

.border-e-purple-400\/10{
  border-inline-end-color: rgb(192 132 252 / 0.1);
}

.border-e-purple-400\/100{
  border-inline-end-color: rgb(192 132 252 / 1);
}

.border-e-purple-400\/15{
  border-inline-end-color: rgb(192 132 252 / 0.15);
}

.border-e-purple-400\/20{
  border-inline-end-color: rgb(192 132 252 / 0.2);
}

.border-e-purple-400\/25{
  border-inline-end-color: rgb(192 132 252 / 0.25);
}

.border-e-purple-400\/30{
  border-inline-end-color: rgb(192 132 252 / 0.3);
}

.border-e-purple-400\/35{
  border-inline-end-color: rgb(192 132 252 / 0.35);
}

.border-e-purple-400\/40{
  border-inline-end-color: rgb(192 132 252 / 0.4);
}

.border-e-purple-400\/45{
  border-inline-end-color: rgb(192 132 252 / 0.45);
}

.border-e-purple-400\/5{
  border-inline-end-color: rgb(192 132 252 / 0.05);
}

.border-e-purple-400\/50{
  border-inline-end-color: rgb(192 132 252 / 0.5);
}

.border-e-purple-400\/55{
  border-inline-end-color: rgb(192 132 252 / 0.55);
}

.border-e-purple-400\/60{
  border-inline-end-color: rgb(192 132 252 / 0.6);
}

.border-e-purple-400\/65{
  border-inline-end-color: rgb(192 132 252 / 0.65);
}

.border-e-purple-400\/70{
  border-inline-end-color: rgb(192 132 252 / 0.7);
}

.border-e-purple-400\/75{
  border-inline-end-color: rgb(192 132 252 / 0.75);
}

.border-e-purple-400\/80{
  border-inline-end-color: rgb(192 132 252 / 0.8);
}

.border-e-purple-400\/85{
  border-inline-end-color: rgb(192 132 252 / 0.85);
}

.border-e-purple-400\/90{
  border-inline-end-color: rgb(192 132 252 / 0.9);
}

.border-e-purple-400\/95{
  border-inline-end-color: rgb(192 132 252 / 0.95);
}

.border-e-purple-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-e-purple-50\/0{
  border-inline-end-color: rgb(250 245 255 / 0);
}

.border-e-purple-50\/10{
  border-inline-end-color: rgb(250 245 255 / 0.1);
}

.border-e-purple-50\/100{
  border-inline-end-color: rgb(250 245 255 / 1);
}

.border-e-purple-50\/15{
  border-inline-end-color: rgb(250 245 255 / 0.15);
}

.border-e-purple-50\/20{
  border-inline-end-color: rgb(250 245 255 / 0.2);
}

.border-e-purple-50\/25{
  border-inline-end-color: rgb(250 245 255 / 0.25);
}

.border-e-purple-50\/30{
  border-inline-end-color: rgb(250 245 255 / 0.3);
}

.border-e-purple-50\/35{
  border-inline-end-color: rgb(250 245 255 / 0.35);
}

.border-e-purple-50\/40{
  border-inline-end-color: rgb(250 245 255 / 0.4);
}

.border-e-purple-50\/45{
  border-inline-end-color: rgb(250 245 255 / 0.45);
}

.border-e-purple-50\/5{
  border-inline-end-color: rgb(250 245 255 / 0.05);
}

.border-e-purple-50\/50{
  border-inline-end-color: rgb(250 245 255 / 0.5);
}

.border-e-purple-50\/55{
  border-inline-end-color: rgb(250 245 255 / 0.55);
}

.border-e-purple-50\/60{
  border-inline-end-color: rgb(250 245 255 / 0.6);
}

.border-e-purple-50\/65{
  border-inline-end-color: rgb(250 245 255 / 0.65);
}

.border-e-purple-50\/70{
  border-inline-end-color: rgb(250 245 255 / 0.7);
}

.border-e-purple-50\/75{
  border-inline-end-color: rgb(250 245 255 / 0.75);
}

.border-e-purple-50\/80{
  border-inline-end-color: rgb(250 245 255 / 0.8);
}

.border-e-purple-50\/85{
  border-inline-end-color: rgb(250 245 255 / 0.85);
}

.border-e-purple-50\/90{
  border-inline-end-color: rgb(250 245 255 / 0.9);
}

.border-e-purple-50\/95{
  border-inline-end-color: rgb(250 245 255 / 0.95);
}

.border-e-purple-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.border-e-purple-500\/0{
  border-inline-end-color: rgb(168 85 247 / 0);
}

.border-e-purple-500\/10{
  border-inline-end-color: rgb(168 85 247 / 0.1);
}

.border-e-purple-500\/100{
  border-inline-end-color: rgb(168 85 247 / 1);
}

.border-e-purple-500\/15{
  border-inline-end-color: rgb(168 85 247 / 0.15);
}

.border-e-purple-500\/20{
  border-inline-end-color: rgb(168 85 247 / 0.2);
}

.border-e-purple-500\/25{
  border-inline-end-color: rgb(168 85 247 / 0.25);
}

.border-e-purple-500\/30{
  border-inline-end-color: rgb(168 85 247 / 0.3);
}

.border-e-purple-500\/35{
  border-inline-end-color: rgb(168 85 247 / 0.35);
}

.border-e-purple-500\/40{
  border-inline-end-color: rgb(168 85 247 / 0.4);
}

.border-e-purple-500\/45{
  border-inline-end-color: rgb(168 85 247 / 0.45);
}

.border-e-purple-500\/5{
  border-inline-end-color: rgb(168 85 247 / 0.05);
}

.border-e-purple-500\/50{
  border-inline-end-color: rgb(168 85 247 / 0.5);
}

.border-e-purple-500\/55{
  border-inline-end-color: rgb(168 85 247 / 0.55);
}

.border-e-purple-500\/60{
  border-inline-end-color: rgb(168 85 247 / 0.6);
}

.border-e-purple-500\/65{
  border-inline-end-color: rgb(168 85 247 / 0.65);
}

.border-e-purple-500\/70{
  border-inline-end-color: rgb(168 85 247 / 0.7);
}

.border-e-purple-500\/75{
  border-inline-end-color: rgb(168 85 247 / 0.75);
}

.border-e-purple-500\/80{
  border-inline-end-color: rgb(168 85 247 / 0.8);
}

.border-e-purple-500\/85{
  border-inline-end-color: rgb(168 85 247 / 0.85);
}

.border-e-purple-500\/90{
  border-inline-end-color: rgb(168 85 247 / 0.9);
}

.border-e-purple-500\/95{
  border-inline-end-color: rgb(168 85 247 / 0.95);
}

.border-e-purple-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-e-purple-600\/0{
  border-inline-end-color: rgb(147 51 234 / 0);
}

.border-e-purple-600\/10{
  border-inline-end-color: rgb(147 51 234 / 0.1);
}

.border-e-purple-600\/100{
  border-inline-end-color: rgb(147 51 234 / 1);
}

.border-e-purple-600\/15{
  border-inline-end-color: rgb(147 51 234 / 0.15);
}

.border-e-purple-600\/20{
  border-inline-end-color: rgb(147 51 234 / 0.2);
}

.border-e-purple-600\/25{
  border-inline-end-color: rgb(147 51 234 / 0.25);
}

.border-e-purple-600\/30{
  border-inline-end-color: rgb(147 51 234 / 0.3);
}

.border-e-purple-600\/35{
  border-inline-end-color: rgb(147 51 234 / 0.35);
}

.border-e-purple-600\/40{
  border-inline-end-color: rgb(147 51 234 / 0.4);
}

.border-e-purple-600\/45{
  border-inline-end-color: rgb(147 51 234 / 0.45);
}

.border-e-purple-600\/5{
  border-inline-end-color: rgb(147 51 234 / 0.05);
}

.border-e-purple-600\/50{
  border-inline-end-color: rgb(147 51 234 / 0.5);
}

.border-e-purple-600\/55{
  border-inline-end-color: rgb(147 51 234 / 0.55);
}

.border-e-purple-600\/60{
  border-inline-end-color: rgb(147 51 234 / 0.6);
}

.border-e-purple-600\/65{
  border-inline-end-color: rgb(147 51 234 / 0.65);
}

.border-e-purple-600\/70{
  border-inline-end-color: rgb(147 51 234 / 0.7);
}

.border-e-purple-600\/75{
  border-inline-end-color: rgb(147 51 234 / 0.75);
}

.border-e-purple-600\/80{
  border-inline-end-color: rgb(147 51 234 / 0.8);
}

.border-e-purple-600\/85{
  border-inline-end-color: rgb(147 51 234 / 0.85);
}

.border-e-purple-600\/90{
  border-inline-end-color: rgb(147 51 234 / 0.9);
}

.border-e-purple-600\/95{
  border-inline-end-color: rgb(147 51 234 / 0.95);
}

.border-e-purple-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-e-purple-700\/0{
  border-inline-end-color: rgb(126 34 206 / 0);
}

.border-e-purple-700\/10{
  border-inline-end-color: rgb(126 34 206 / 0.1);
}

.border-e-purple-700\/100{
  border-inline-end-color: rgb(126 34 206 / 1);
}

.border-e-purple-700\/15{
  border-inline-end-color: rgb(126 34 206 / 0.15);
}

.border-e-purple-700\/20{
  border-inline-end-color: rgb(126 34 206 / 0.2);
}

.border-e-purple-700\/25{
  border-inline-end-color: rgb(126 34 206 / 0.25);
}

.border-e-purple-700\/30{
  border-inline-end-color: rgb(126 34 206 / 0.3);
}

.border-e-purple-700\/35{
  border-inline-end-color: rgb(126 34 206 / 0.35);
}

.border-e-purple-700\/40{
  border-inline-end-color: rgb(126 34 206 / 0.4);
}

.border-e-purple-700\/45{
  border-inline-end-color: rgb(126 34 206 / 0.45);
}

.border-e-purple-700\/5{
  border-inline-end-color: rgb(126 34 206 / 0.05);
}

.border-e-purple-700\/50{
  border-inline-end-color: rgb(126 34 206 / 0.5);
}

.border-e-purple-700\/55{
  border-inline-end-color: rgb(126 34 206 / 0.55);
}

.border-e-purple-700\/60{
  border-inline-end-color: rgb(126 34 206 / 0.6);
}

.border-e-purple-700\/65{
  border-inline-end-color: rgb(126 34 206 / 0.65);
}

.border-e-purple-700\/70{
  border-inline-end-color: rgb(126 34 206 / 0.7);
}

.border-e-purple-700\/75{
  border-inline-end-color: rgb(126 34 206 / 0.75);
}

.border-e-purple-700\/80{
  border-inline-end-color: rgb(126 34 206 / 0.8);
}

.border-e-purple-700\/85{
  border-inline-end-color: rgb(126 34 206 / 0.85);
}

.border-e-purple-700\/90{
  border-inline-end-color: rgb(126 34 206 / 0.9);
}

.border-e-purple-700\/95{
  border-inline-end-color: rgb(126 34 206 / 0.95);
}

.border-e-purple-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-e-purple-800\/0{
  border-inline-end-color: rgb(107 33 168 / 0);
}

.border-e-purple-800\/10{
  border-inline-end-color: rgb(107 33 168 / 0.1);
}

.border-e-purple-800\/100{
  border-inline-end-color: rgb(107 33 168 / 1);
}

.border-e-purple-800\/15{
  border-inline-end-color: rgb(107 33 168 / 0.15);
}

.border-e-purple-800\/20{
  border-inline-end-color: rgb(107 33 168 / 0.2);
}

.border-e-purple-800\/25{
  border-inline-end-color: rgb(107 33 168 / 0.25);
}

.border-e-purple-800\/30{
  border-inline-end-color: rgb(107 33 168 / 0.3);
}

.border-e-purple-800\/35{
  border-inline-end-color: rgb(107 33 168 / 0.35);
}

.border-e-purple-800\/40{
  border-inline-end-color: rgb(107 33 168 / 0.4);
}

.border-e-purple-800\/45{
  border-inline-end-color: rgb(107 33 168 / 0.45);
}

.border-e-purple-800\/5{
  border-inline-end-color: rgb(107 33 168 / 0.05);
}

.border-e-purple-800\/50{
  border-inline-end-color: rgb(107 33 168 / 0.5);
}

.border-e-purple-800\/55{
  border-inline-end-color: rgb(107 33 168 / 0.55);
}

.border-e-purple-800\/60{
  border-inline-end-color: rgb(107 33 168 / 0.6);
}

.border-e-purple-800\/65{
  border-inline-end-color: rgb(107 33 168 / 0.65);
}

.border-e-purple-800\/70{
  border-inline-end-color: rgb(107 33 168 / 0.7);
}

.border-e-purple-800\/75{
  border-inline-end-color: rgb(107 33 168 / 0.75);
}

.border-e-purple-800\/80{
  border-inline-end-color: rgb(107 33 168 / 0.8);
}

.border-e-purple-800\/85{
  border-inline-end-color: rgb(107 33 168 / 0.85);
}

.border-e-purple-800\/90{
  border-inline-end-color: rgb(107 33 168 / 0.9);
}

.border-e-purple-800\/95{
  border-inline-end-color: rgb(107 33 168 / 0.95);
}

.border-e-purple-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-e-purple-900\/0{
  border-inline-end-color: rgb(88 28 135 / 0);
}

.border-e-purple-900\/10{
  border-inline-end-color: rgb(88 28 135 / 0.1);
}

.border-e-purple-900\/100{
  border-inline-end-color: rgb(88 28 135 / 1);
}

.border-e-purple-900\/15{
  border-inline-end-color: rgb(88 28 135 / 0.15);
}

.border-e-purple-900\/20{
  border-inline-end-color: rgb(88 28 135 / 0.2);
}

.border-e-purple-900\/25{
  border-inline-end-color: rgb(88 28 135 / 0.25);
}

.border-e-purple-900\/30{
  border-inline-end-color: rgb(88 28 135 / 0.3);
}

.border-e-purple-900\/35{
  border-inline-end-color: rgb(88 28 135 / 0.35);
}

.border-e-purple-900\/40{
  border-inline-end-color: rgb(88 28 135 / 0.4);
}

.border-e-purple-900\/45{
  border-inline-end-color: rgb(88 28 135 / 0.45);
}

.border-e-purple-900\/5{
  border-inline-end-color: rgb(88 28 135 / 0.05);
}

.border-e-purple-900\/50{
  border-inline-end-color: rgb(88 28 135 / 0.5);
}

.border-e-purple-900\/55{
  border-inline-end-color: rgb(88 28 135 / 0.55);
}

.border-e-purple-900\/60{
  border-inline-end-color: rgb(88 28 135 / 0.6);
}

.border-e-purple-900\/65{
  border-inline-end-color: rgb(88 28 135 / 0.65);
}

.border-e-purple-900\/70{
  border-inline-end-color: rgb(88 28 135 / 0.7);
}

.border-e-purple-900\/75{
  border-inline-end-color: rgb(88 28 135 / 0.75);
}

.border-e-purple-900\/80{
  border-inline-end-color: rgb(88 28 135 / 0.8);
}

.border-e-purple-900\/85{
  border-inline-end-color: rgb(88 28 135 / 0.85);
}

.border-e-purple-900\/90{
  border-inline-end-color: rgb(88 28 135 / 0.9);
}

.border-e-purple-900\/95{
  border-inline-end-color: rgb(88 28 135 / 0.95);
}

.border-e-purple-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-e-purple-950\/0{
  border-inline-end-color: rgb(59 7 100 / 0);
}

.border-e-purple-950\/10{
  border-inline-end-color: rgb(59 7 100 / 0.1);
}

.border-e-purple-950\/100{
  border-inline-end-color: rgb(59 7 100 / 1);
}

.border-e-purple-950\/15{
  border-inline-end-color: rgb(59 7 100 / 0.15);
}

.border-e-purple-950\/20{
  border-inline-end-color: rgb(59 7 100 / 0.2);
}

.border-e-purple-950\/25{
  border-inline-end-color: rgb(59 7 100 / 0.25);
}

.border-e-purple-950\/30{
  border-inline-end-color: rgb(59 7 100 / 0.3);
}

.border-e-purple-950\/35{
  border-inline-end-color: rgb(59 7 100 / 0.35);
}

.border-e-purple-950\/40{
  border-inline-end-color: rgb(59 7 100 / 0.4);
}

.border-e-purple-950\/45{
  border-inline-end-color: rgb(59 7 100 / 0.45);
}

.border-e-purple-950\/5{
  border-inline-end-color: rgb(59 7 100 / 0.05);
}

.border-e-purple-950\/50{
  border-inline-end-color: rgb(59 7 100 / 0.5);
}

.border-e-purple-950\/55{
  border-inline-end-color: rgb(59 7 100 / 0.55);
}

.border-e-purple-950\/60{
  border-inline-end-color: rgb(59 7 100 / 0.6);
}

.border-e-purple-950\/65{
  border-inline-end-color: rgb(59 7 100 / 0.65);
}

.border-e-purple-950\/70{
  border-inline-end-color: rgb(59 7 100 / 0.7);
}

.border-e-purple-950\/75{
  border-inline-end-color: rgb(59 7 100 / 0.75);
}

.border-e-purple-950\/80{
  border-inline-end-color: rgb(59 7 100 / 0.8);
}

.border-e-purple-950\/85{
  border-inline-end-color: rgb(59 7 100 / 0.85);
}

.border-e-purple-950\/90{
  border-inline-end-color: rgb(59 7 100 / 0.9);
}

.border-e-purple-950\/95{
  border-inline-end-color: rgb(59 7 100 / 0.95);
}

.border-e-quaternary{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.border-e-quaternary-hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.border-e-quaternary-hover\/0{
  border-inline-end-color: rgb(43 202 241 / 0);
}

.border-e-quaternary-hover\/10{
  border-inline-end-color: rgb(43 202 241 / 0.1);
}

.border-e-quaternary-hover\/100{
  border-inline-end-color: rgb(43 202 241 / 1);
}

.border-e-quaternary-hover\/15{
  border-inline-end-color: rgb(43 202 241 / 0.15);
}

.border-e-quaternary-hover\/20{
  border-inline-end-color: rgb(43 202 241 / 0.2);
}

.border-e-quaternary-hover\/25{
  border-inline-end-color: rgb(43 202 241 / 0.25);
}

.border-e-quaternary-hover\/30{
  border-inline-end-color: rgb(43 202 241 / 0.3);
}

.border-e-quaternary-hover\/35{
  border-inline-end-color: rgb(43 202 241 / 0.35);
}

.border-e-quaternary-hover\/40{
  border-inline-end-color: rgb(43 202 241 / 0.4);
}

.border-e-quaternary-hover\/45{
  border-inline-end-color: rgb(43 202 241 / 0.45);
}

.border-e-quaternary-hover\/5{
  border-inline-end-color: rgb(43 202 241 / 0.05);
}

.border-e-quaternary-hover\/50{
  border-inline-end-color: rgb(43 202 241 / 0.5);
}

.border-e-quaternary-hover\/55{
  border-inline-end-color: rgb(43 202 241 / 0.55);
}

.border-e-quaternary-hover\/60{
  border-inline-end-color: rgb(43 202 241 / 0.6);
}

.border-e-quaternary-hover\/65{
  border-inline-end-color: rgb(43 202 241 / 0.65);
}

.border-e-quaternary-hover\/70{
  border-inline-end-color: rgb(43 202 241 / 0.7);
}

.border-e-quaternary-hover\/75{
  border-inline-end-color: rgb(43 202 241 / 0.75);
}

.border-e-quaternary-hover\/80{
  border-inline-end-color: rgb(43 202 241 / 0.8);
}

.border-e-quaternary-hover\/85{
  border-inline-end-color: rgb(43 202 241 / 0.85);
}

.border-e-quaternary-hover\/90{
  border-inline-end-color: rgb(43 202 241 / 0.9);
}

.border-e-quaternary-hover\/95{
  border-inline-end-color: rgb(43 202 241 / 0.95);
}

.border-e-quaternary\/0{
  border-inline-end-color: rgb(61 209 246 / 0);
}

.border-e-quaternary\/10{
  border-inline-end-color: rgb(61 209 246 / 0.1);
}

.border-e-quaternary\/100{
  border-inline-end-color: rgb(61 209 246 / 1);
}

.border-e-quaternary\/15{
  border-inline-end-color: rgb(61 209 246 / 0.15);
}

.border-e-quaternary\/20{
  border-inline-end-color: rgb(61 209 246 / 0.2);
}

.border-e-quaternary\/25{
  border-inline-end-color: rgb(61 209 246 / 0.25);
}

.border-e-quaternary\/30{
  border-inline-end-color: rgb(61 209 246 / 0.3);
}

.border-e-quaternary\/35{
  border-inline-end-color: rgb(61 209 246 / 0.35);
}

.border-e-quaternary\/40{
  border-inline-end-color: rgb(61 209 246 / 0.4);
}

.border-e-quaternary\/45{
  border-inline-end-color: rgb(61 209 246 / 0.45);
}

.border-e-quaternary\/5{
  border-inline-end-color: rgb(61 209 246 / 0.05);
}

.border-e-quaternary\/50{
  border-inline-end-color: rgb(61 209 246 / 0.5);
}

.border-e-quaternary\/55{
  border-inline-end-color: rgb(61 209 246 / 0.55);
}

.border-e-quaternary\/60{
  border-inline-end-color: rgb(61 209 246 / 0.6);
}

.border-e-quaternary\/65{
  border-inline-end-color: rgb(61 209 246 / 0.65);
}

.border-e-quaternary\/70{
  border-inline-end-color: rgb(61 209 246 / 0.7);
}

.border-e-quaternary\/75{
  border-inline-end-color: rgb(61 209 246 / 0.75);
}

.border-e-quaternary\/80{
  border-inline-end-color: rgb(61 209 246 / 0.8);
}

.border-e-quaternary\/85{
  border-inline-end-color: rgb(61 209 246 / 0.85);
}

.border-e-quaternary\/90{
  border-inline-end-color: rgb(61 209 246 / 0.9);
}

.border-e-quaternary\/95{
  border-inline-end-color: rgb(61 209 246 / 0.95);
}

.border-e-quinary{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.border-e-quinary-hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.border-e-quinary-hover\/0{
  border-inline-end-color: rgb(112 126 222 / 0);
}

.border-e-quinary-hover\/10{
  border-inline-end-color: rgb(112 126 222 / 0.1);
}

.border-e-quinary-hover\/100{
  border-inline-end-color: rgb(112 126 222 / 1);
}

.border-e-quinary-hover\/15{
  border-inline-end-color: rgb(112 126 222 / 0.15);
}

.border-e-quinary-hover\/20{
  border-inline-end-color: rgb(112 126 222 / 0.2);
}

.border-e-quinary-hover\/25{
  border-inline-end-color: rgb(112 126 222 / 0.25);
}

.border-e-quinary-hover\/30{
  border-inline-end-color: rgb(112 126 222 / 0.3);
}

.border-e-quinary-hover\/35{
  border-inline-end-color: rgb(112 126 222 / 0.35);
}

.border-e-quinary-hover\/40{
  border-inline-end-color: rgb(112 126 222 / 0.4);
}

.border-e-quinary-hover\/45{
  border-inline-end-color: rgb(112 126 222 / 0.45);
}

.border-e-quinary-hover\/5{
  border-inline-end-color: rgb(112 126 222 / 0.05);
}

.border-e-quinary-hover\/50{
  border-inline-end-color: rgb(112 126 222 / 0.5);
}

.border-e-quinary-hover\/55{
  border-inline-end-color: rgb(112 126 222 / 0.55);
}

.border-e-quinary-hover\/60{
  border-inline-end-color: rgb(112 126 222 / 0.6);
}

.border-e-quinary-hover\/65{
  border-inline-end-color: rgb(112 126 222 / 0.65);
}

.border-e-quinary-hover\/70{
  border-inline-end-color: rgb(112 126 222 / 0.7);
}

.border-e-quinary-hover\/75{
  border-inline-end-color: rgb(112 126 222 / 0.75);
}

.border-e-quinary-hover\/80{
  border-inline-end-color: rgb(112 126 222 / 0.8);
}

.border-e-quinary-hover\/85{
  border-inline-end-color: rgb(112 126 222 / 0.85);
}

.border-e-quinary-hover\/90{
  border-inline-end-color: rgb(112 126 222 / 0.9);
}

.border-e-quinary-hover\/95{
  border-inline-end-color: rgb(112 126 222 / 0.95);
}

.border-e-quinary\/0{
  border-inline-end-color: rgb(136 150 244 / 0);
}

.border-e-quinary\/10{
  border-inline-end-color: rgb(136 150 244 / 0.1);
}

.border-e-quinary\/100{
  border-inline-end-color: rgb(136 150 244 / 1);
}

.border-e-quinary\/15{
  border-inline-end-color: rgb(136 150 244 / 0.15);
}

.border-e-quinary\/20{
  border-inline-end-color: rgb(136 150 244 / 0.2);
}

.border-e-quinary\/25{
  border-inline-end-color: rgb(136 150 244 / 0.25);
}

.border-e-quinary\/30{
  border-inline-end-color: rgb(136 150 244 / 0.3);
}

.border-e-quinary\/35{
  border-inline-end-color: rgb(136 150 244 / 0.35);
}

.border-e-quinary\/40{
  border-inline-end-color: rgb(136 150 244 / 0.4);
}

.border-e-quinary\/45{
  border-inline-end-color: rgb(136 150 244 / 0.45);
}

.border-e-quinary\/5{
  border-inline-end-color: rgb(136 150 244 / 0.05);
}

.border-e-quinary\/50{
  border-inline-end-color: rgb(136 150 244 / 0.5);
}

.border-e-quinary\/55{
  border-inline-end-color: rgb(136 150 244 / 0.55);
}

.border-e-quinary\/60{
  border-inline-end-color: rgb(136 150 244 / 0.6);
}

.border-e-quinary\/65{
  border-inline-end-color: rgb(136 150 244 / 0.65);
}

.border-e-quinary\/70{
  border-inline-end-color: rgb(136 150 244 / 0.7);
}

.border-e-quinary\/75{
  border-inline-end-color: rgb(136 150 244 / 0.75);
}

.border-e-quinary\/80{
  border-inline-end-color: rgb(136 150 244 / 0.8);
}

.border-e-quinary\/85{
  border-inline-end-color: rgb(136 150 244 / 0.85);
}

.border-e-quinary\/90{
  border-inline-end-color: rgb(136 150 244 / 0.9);
}

.border-e-quinary\/95{
  border-inline-end-color: rgb(136 150 244 / 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\/15{
  border-inline-end-color: rgb(254 226 226 / 0.15);
}

.border-e-red-100\/20{
  border-inline-end-color: rgb(254 226 226 / 0.2);
}

.border-e-red-100\/25{
  border-inline-end-color: rgb(254 226 226 / 0.25);
}

.border-e-red-100\/30{
  border-inline-end-color: rgb(254 226 226 / 0.3);
}

.border-e-red-100\/35{
  border-inline-end-color: rgb(254 226 226 / 0.35);
}

.border-e-red-100\/40{
  border-inline-end-color: rgb(254 226 226 / 0.4);
}

.border-e-red-100\/45{
  border-inline-end-color: rgb(254 226 226 / 0.45);
}

.border-e-red-100\/5{
  border-inline-end-color: rgb(254 226 226 / 0.05);
}

.border-e-red-100\/50{
  border-inline-end-color: rgb(254 226 226 / 0.5);
}

.border-e-red-100\/55{
  border-inline-end-color: rgb(254 226 226 / 0.55);
}

.border-e-red-100\/60{
  border-inline-end-color: rgb(254 226 226 / 0.6);
}

.border-e-red-100\/65{
  border-inline-end-color: rgb(254 226 226 / 0.65);
}

.border-e-red-100\/70{
  border-inline-end-color: rgb(254 226 226 / 0.7);
}

.border-e-red-100\/75{
  border-inline-end-color: rgb(254 226 226 / 0.75);
}

.border-e-red-100\/80{
  border-inline-end-color: rgb(254 226 226 / 0.8);
}

.border-e-red-100\/85{
  border-inline-end-color: rgb(254 226 226 / 0.85);
}

.border-e-red-100\/90{
  border-inline-end-color: rgb(254 226 226 / 0.9);
}

.border-e-red-100\/95{
  border-inline-end-color: rgb(254 226 226 / 0.95);
}

.border-e-red-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-e-red-200\/0{
  border-inline-end-color: rgb(254 202 202 / 0);
}

.border-e-red-200\/10{
  border-inline-end-color: rgb(254 202 202 / 0.1);
}

.border-e-red-200\/100{
  border-inline-end-color: rgb(254 202 202 / 1);
}

.border-e-red-200\/15{
  border-inline-end-color: rgb(254 202 202 / 0.15);
}

.border-e-red-200\/20{
  border-inline-end-color: rgb(254 202 202 / 0.2);
}

.border-e-red-200\/25{
  border-inline-end-color: rgb(254 202 202 / 0.25);
}

.border-e-red-200\/30{
  border-inline-end-color: rgb(254 202 202 / 0.3);
}

.border-e-red-200\/35{
  border-inline-end-color: rgb(254 202 202 / 0.35);
}

.border-e-red-200\/40{
  border-inline-end-color: rgb(254 202 202 / 0.4);
}

.border-e-red-200\/45{
  border-inline-end-color: rgb(254 202 202 / 0.45);
}

.border-e-red-200\/5{
  border-inline-end-color: rgb(254 202 202 / 0.05);
}

.border-e-red-200\/50{
  border-inline-end-color: rgb(254 202 202 / 0.5);
}

.border-e-red-200\/55{
  border-inline-end-color: rgb(254 202 202 / 0.55);
}

.border-e-red-200\/60{
  border-inline-end-color: rgb(254 202 202 / 0.6);
}

.border-e-red-200\/65{
  border-inline-end-color: rgb(254 202 202 / 0.65);
}

.border-e-red-200\/70{
  border-inline-end-color: rgb(254 202 202 / 0.7);
}

.border-e-red-200\/75{
  border-inline-end-color: rgb(254 202 202 / 0.75);
}

.border-e-red-200\/80{
  border-inline-end-color: rgb(254 202 202 / 0.8);
}

.border-e-red-200\/85{
  border-inline-end-color: rgb(254 202 202 / 0.85);
}

.border-e-red-200\/90{
  border-inline-end-color: rgb(254 202 202 / 0.9);
}

.border-e-red-200\/95{
  border-inline-end-color: rgb(254 202 202 / 0.95);
}

.border-e-red-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-e-red-300\/0{
  border-inline-end-color: rgb(252 165 165 / 0);
}

.border-e-red-300\/10{
  border-inline-end-color: rgb(252 165 165 / 0.1);
}

.border-e-red-300\/100{
  border-inline-end-color: rgb(252 165 165 / 1);
}

.border-e-red-300\/15{
  border-inline-end-color: rgb(252 165 165 / 0.15);
}

.border-e-red-300\/20{
  border-inline-end-color: rgb(252 165 165 / 0.2);
}

.border-e-red-300\/25{
  border-inline-end-color: rgb(252 165 165 / 0.25);
}

.border-e-red-300\/30{
  border-inline-end-color: rgb(252 165 165 / 0.3);
}

.border-e-red-300\/35{
  border-inline-end-color: rgb(252 165 165 / 0.35);
}

.border-e-red-300\/40{
  border-inline-end-color: rgb(252 165 165 / 0.4);
}

.border-e-red-300\/45{
  border-inline-end-color: rgb(252 165 165 / 0.45);
}

.border-e-red-300\/5{
  border-inline-end-color: rgb(252 165 165 / 0.05);
}

.border-e-red-300\/50{
  border-inline-end-color: rgb(252 165 165 / 0.5);
}

.border-e-red-300\/55{
  border-inline-end-color: rgb(252 165 165 / 0.55);
}

.border-e-red-300\/60{
  border-inline-end-color: rgb(252 165 165 / 0.6);
}

.border-e-red-300\/65{
  border-inline-end-color: rgb(252 165 165 / 0.65);
}

.border-e-red-300\/70{
  border-inline-end-color: rgb(252 165 165 / 0.7);
}

.border-e-red-300\/75{
  border-inline-end-color: rgb(252 165 165 / 0.75);
}

.border-e-red-300\/80{
  border-inline-end-color: rgb(252 165 165 / 0.8);
}

.border-e-red-300\/85{
  border-inline-end-color: rgb(252 165 165 / 0.85);
}

.border-e-red-300\/90{
  border-inline-end-color: rgb(252 165 165 / 0.9);
}

.border-e-red-300\/95{
  border-inline-end-color: rgb(252 165 165 / 0.95);
}

.border-e-red-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-e-red-400\/0{
  border-inline-end-color: rgb(248 113 113 / 0);
}

.border-e-red-400\/10{
  border-inline-end-color: rgb(248 113 113 / 0.1);
}

.border-e-red-400\/100{
  border-inline-end-color: rgb(248 113 113 / 1);
}

.border-e-red-400\/15{
  border-inline-end-color: rgb(248 113 113 / 0.15);
}

.border-e-red-400\/20{
  border-inline-end-color: rgb(248 113 113 / 0.2);
}

.border-e-red-400\/25{
  border-inline-end-color: rgb(248 113 113 / 0.25);
}

.border-e-red-400\/30{
  border-inline-end-color: rgb(248 113 113 / 0.3);
}

.border-e-red-400\/35{
  border-inline-end-color: rgb(248 113 113 / 0.35);
}

.border-e-red-400\/40{
  border-inline-end-color: rgb(248 113 113 / 0.4);
}

.border-e-red-400\/45{
  border-inline-end-color: rgb(248 113 113 / 0.45);
}

.border-e-red-400\/5{
  border-inline-end-color: rgb(248 113 113 / 0.05);
}

.border-e-red-400\/50{
  border-inline-end-color: rgb(248 113 113 / 0.5);
}

.border-e-red-400\/55{
  border-inline-end-color: rgb(248 113 113 / 0.55);
}

.border-e-red-400\/60{
  border-inline-end-color: rgb(248 113 113 / 0.6);
}

.border-e-red-400\/65{
  border-inline-end-color: rgb(248 113 113 / 0.65);
}

.border-e-red-400\/70{
  border-inline-end-color: rgb(248 113 113 / 0.7);
}

.border-e-red-400\/75{
  border-inline-end-color: rgb(248 113 113 / 0.75);
}

.border-e-red-400\/80{
  border-inline-end-color: rgb(248 113 113 / 0.8);
}

.border-e-red-400\/85{
  border-inline-end-color: rgb(248 113 113 / 0.85);
}

.border-e-red-400\/90{
  border-inline-end-color: rgb(248 113 113 / 0.9);
}

.border-e-red-400\/95{
  border-inline-end-color: rgb(248 113 113 / 0.95);
}

.border-e-red-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-e-red-50\/0{
  border-inline-end-color: rgb(254 242 242 / 0);
}

.border-e-red-50\/10{
  border-inline-end-color: rgb(254 242 242 / 0.1);
}

.border-e-red-50\/100{
  border-inline-end-color: rgb(254 242 242 / 1);
}

.border-e-red-50\/15{
  border-inline-end-color: rgb(254 242 242 / 0.15);
}

.border-e-red-50\/20{
  border-inline-end-color: rgb(254 242 242 / 0.2);
}

.border-e-red-50\/25{
  border-inline-end-color: rgb(254 242 242 / 0.25);
}

.border-e-red-50\/30{
  border-inline-end-color: rgb(254 242 242 / 0.3);
}

.border-e-red-50\/35{
  border-inline-end-color: rgb(254 242 242 / 0.35);
}

.border-e-red-50\/40{
  border-inline-end-color: rgb(254 242 242 / 0.4);
}

.border-e-red-50\/45{
  border-inline-end-color: rgb(254 242 242 / 0.45);
}

.border-e-red-50\/5{
  border-inline-end-color: rgb(254 242 242 / 0.05);
}

.border-e-red-50\/50{
  border-inline-end-color: rgb(254 242 242 / 0.5);
}

.border-e-red-50\/55{
  border-inline-end-color: rgb(254 242 242 / 0.55);
}

.border-e-red-50\/60{
  border-inline-end-color: rgb(254 242 242 / 0.6);
}

.border-e-red-50\/65{
  border-inline-end-color: rgb(254 242 242 / 0.65);
}

.border-e-red-50\/70{
  border-inline-end-color: rgb(254 242 242 / 0.7);
}

.border-e-red-50\/75{
  border-inline-end-color: rgb(254 242 242 / 0.75);
}

.border-e-red-50\/80{
  border-inline-end-color: rgb(254 242 242 / 0.8);
}

.border-e-red-50\/85{
  border-inline-end-color: rgb(254 242 242 / 0.85);
}

.border-e-red-50\/90{
  border-inline-end-color: rgb(254 242 242 / 0.9);
}

.border-e-red-50\/95{
  border-inline-end-color: rgb(254 242 242 / 0.95);
}

.border-e-red-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-e-red-500\/0{
  border-inline-end-color: rgb(239 68 68 / 0);
}

.border-e-red-500\/10{
  border-inline-end-color: rgb(239 68 68 / 0.1);
}

.border-e-red-500\/100{
  border-inline-end-color: rgb(239 68 68 / 1);
}

.border-e-red-500\/15{
  border-inline-end-color: rgb(239 68 68 / 0.15);
}

.border-e-red-500\/20{
  border-inline-end-color: rgb(239 68 68 / 0.2);
}

.border-e-red-500\/25{
  border-inline-end-color: rgb(239 68 68 / 0.25);
}

.border-e-red-500\/30{
  border-inline-end-color: rgb(239 68 68 / 0.3);
}

.border-e-red-500\/35{
  border-inline-end-color: rgb(239 68 68 / 0.35);
}

.border-e-red-500\/40{
  border-inline-end-color: rgb(239 68 68 / 0.4);
}

.border-e-red-500\/45{
  border-inline-end-color: rgb(239 68 68 / 0.45);
}

.border-e-red-500\/5{
  border-inline-end-color: rgb(239 68 68 / 0.05);
}

.border-e-red-500\/50{
  border-inline-end-color: rgb(239 68 68 / 0.5);
}

.border-e-red-500\/55{
  border-inline-end-color: rgb(239 68 68 / 0.55);
}

.border-e-red-500\/60{
  border-inline-end-color: rgb(239 68 68 / 0.6);
}

.border-e-red-500\/65{
  border-inline-end-color: rgb(239 68 68 / 0.65);
}

.border-e-red-500\/70{
  border-inline-end-color: rgb(239 68 68 / 0.7);
}

.border-e-red-500\/75{
  border-inline-end-color: rgb(239 68 68 / 0.75);
}

.border-e-red-500\/80{
  border-inline-end-color: rgb(239 68 68 / 0.8);
}

.border-e-red-500\/85{
  border-inline-end-color: rgb(239 68 68 / 0.85);
}

.border-e-red-500\/90{
  border-inline-end-color: rgb(239 68 68 / 0.9);
}

.border-e-red-500\/95{
  border-inline-end-color: rgb(239 68 68 / 0.95);
}

.border-e-red-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-e-red-600\/0{
  border-inline-end-color: rgb(220 38 38 / 0);
}

.border-e-red-600\/10{
  border-inline-end-color: rgb(220 38 38 / 0.1);
}

.border-e-red-600\/100{
  border-inline-end-color: rgb(220 38 38 / 1);
}

.border-e-red-600\/15{
  border-inline-end-color: rgb(220 38 38 / 0.15);
}

.border-e-red-600\/20{
  border-inline-end-color: rgb(220 38 38 / 0.2);
}

.border-e-red-600\/25{
  border-inline-end-color: rgb(220 38 38 / 0.25);
}

.border-e-red-600\/30{
  border-inline-end-color: rgb(220 38 38 / 0.3);
}

.border-e-red-600\/35{
  border-inline-end-color: rgb(220 38 38 / 0.35);
}

.border-e-red-600\/40{
  border-inline-end-color: rgb(220 38 38 / 0.4);
}

.border-e-red-600\/45{
  border-inline-end-color: rgb(220 38 38 / 0.45);
}

.border-e-red-600\/5{
  border-inline-end-color: rgb(220 38 38 / 0.05);
}

.border-e-red-600\/50{
  border-inline-end-color: rgb(220 38 38 / 0.5);
}

.border-e-red-600\/55{
  border-inline-end-color: rgb(220 38 38 / 0.55);
}

.border-e-red-600\/60{
  border-inline-end-color: rgb(220 38 38 / 0.6);
}

.border-e-red-600\/65{
  border-inline-end-color: rgb(220 38 38 / 0.65);
}

.border-e-red-600\/70{
  border-inline-end-color: rgb(220 38 38 / 0.7);
}

.border-e-red-600\/75{
  border-inline-end-color: rgb(220 38 38 / 0.75);
}

.border-e-red-600\/80{
  border-inline-end-color: rgb(220 38 38 / 0.8);
}

.border-e-red-600\/85{
  border-inline-end-color: rgb(220 38 38 / 0.85);
}

.border-e-red-600\/90{
  border-inline-end-color: rgb(220 38 38 / 0.9);
}

.border-e-red-600\/95{
  border-inline-end-color: rgb(220 38 38 / 0.95);
}

.border-e-red-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-e-red-700\/0{
  border-inline-end-color: rgb(185 28 28 / 0);
}

.border-e-red-700\/10{
  border-inline-end-color: rgb(185 28 28 / 0.1);
}

.border-e-red-700\/100{
  border-inline-end-color: rgb(185 28 28 / 1);
}

.border-e-red-700\/15{
  border-inline-end-color: rgb(185 28 28 / 0.15);
}

.border-e-red-700\/20{
  border-inline-end-color: rgb(185 28 28 / 0.2);
}

.border-e-red-700\/25{
  border-inline-end-color: rgb(185 28 28 / 0.25);
}

.border-e-red-700\/30{
  border-inline-end-color: rgb(185 28 28 / 0.3);
}

.border-e-red-700\/35{
  border-inline-end-color: rgb(185 28 28 / 0.35);
}

.border-e-red-700\/40{
  border-inline-end-color: rgb(185 28 28 / 0.4);
}

.border-e-red-700\/45{
  border-inline-end-color: rgb(185 28 28 / 0.45);
}

.border-e-red-700\/5{
  border-inline-end-color: rgb(185 28 28 / 0.05);
}

.border-e-red-700\/50{
  border-inline-end-color: rgb(185 28 28 / 0.5);
}

.border-e-red-700\/55{
  border-inline-end-color: rgb(185 28 28 / 0.55);
}

.border-e-red-700\/60{
  border-inline-end-color: rgb(185 28 28 / 0.6);
}

.border-e-red-700\/65{
  border-inline-end-color: rgb(185 28 28 / 0.65);
}

.border-e-red-700\/70{
  border-inline-end-color: rgb(185 28 28 / 0.7);
}

.border-e-red-700\/75{
  border-inline-end-color: rgb(185 28 28 / 0.75);
}

.border-e-red-700\/80{
  border-inline-end-color: rgb(185 28 28 / 0.8);
}

.border-e-red-700\/85{
  border-inline-end-color: rgb(185 28 28 / 0.85);
}

.border-e-red-700\/90{
  border-inline-end-color: rgb(185 28 28 / 0.9);
}

.border-e-red-700\/95{
  border-inline-end-color: rgb(185 28 28 / 0.95);
}

.border-e-red-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-e-red-800\/0{
  border-inline-end-color: rgb(153 27 27 / 0);
}

.border-e-red-800\/10{
  border-inline-end-color: rgb(153 27 27 / 0.1);
}

.border-e-red-800\/100{
  border-inline-end-color: rgb(153 27 27 / 1);
}

.border-e-red-800\/15{
  border-inline-end-color: rgb(153 27 27 / 0.15);
}

.border-e-red-800\/20{
  border-inline-end-color: rgb(153 27 27 / 0.2);
}

.border-e-red-800\/25{
  border-inline-end-color: rgb(153 27 27 / 0.25);
}

.border-e-red-800\/30{
  border-inline-end-color: rgb(153 27 27 / 0.3);
}

.border-e-red-800\/35{
  border-inline-end-color: rgb(153 27 27 / 0.35);
}

.border-e-red-800\/40{
  border-inline-end-color: rgb(153 27 27 / 0.4);
}

.border-e-red-800\/45{
  border-inline-end-color: rgb(153 27 27 / 0.45);
}

.border-e-red-800\/5{
  border-inline-end-color: rgb(153 27 27 / 0.05);
}

.border-e-red-800\/50{
  border-inline-end-color: rgb(153 27 27 / 0.5);
}

.border-e-red-800\/55{
  border-inline-end-color: rgb(153 27 27 / 0.55);
}

.border-e-red-800\/60{
  border-inline-end-color: rgb(153 27 27 / 0.6);
}

.border-e-red-800\/65{
  border-inline-end-color: rgb(153 27 27 / 0.65);
}

.border-e-red-800\/70{
  border-inline-end-color: rgb(153 27 27 / 0.7);
}

.border-e-red-800\/75{
  border-inline-end-color: rgb(153 27 27 / 0.75);
}

.border-e-red-800\/80{
  border-inline-end-color: rgb(153 27 27 / 0.8);
}

.border-e-red-800\/85{
  border-inline-end-color: rgb(153 27 27 / 0.85);
}

.border-e-red-800\/90{
  border-inline-end-color: rgb(153 27 27 / 0.9);
}

.border-e-red-800\/95{
  border-inline-end-color: rgb(153 27 27 / 0.95);
}

.border-e-red-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-e-red-900\/0{
  border-inline-end-color: rgb(127 29 29 / 0);
}

.border-e-red-900\/10{
  border-inline-end-color: rgb(127 29 29 / 0.1);
}

.border-e-red-900\/100{
  border-inline-end-color: rgb(127 29 29 / 1);
}

.border-e-red-900\/15{
  border-inline-end-color: rgb(127 29 29 / 0.15);
}

.border-e-red-900\/20{
  border-inline-end-color: rgb(127 29 29 / 0.2);
}

.border-e-red-900\/25{
  border-inline-end-color: rgb(127 29 29 / 0.25);
}

.border-e-red-900\/30{
  border-inline-end-color: rgb(127 29 29 / 0.3);
}

.border-e-red-900\/35{
  border-inline-end-color: rgb(127 29 29 / 0.35);
}

.border-e-red-900\/40{
  border-inline-end-color: rgb(127 29 29 / 0.4);
}

.border-e-red-900\/45{
  border-inline-end-color: rgb(127 29 29 / 0.45);
}

.border-e-red-900\/5{
  border-inline-end-color: rgb(127 29 29 / 0.05);
}

.border-e-red-900\/50{
  border-inline-end-color: rgb(127 29 29 / 0.5);
}

.border-e-red-900\/55{
  border-inline-end-color: rgb(127 29 29 / 0.55);
}

.border-e-red-900\/60{
  border-inline-end-color: rgb(127 29 29 / 0.6);
}

.border-e-red-900\/65{
  border-inline-end-color: rgb(127 29 29 / 0.65);
}

.border-e-red-900\/70{
  border-inline-end-color: rgb(127 29 29 / 0.7);
}

.border-e-red-900\/75{
  border-inline-end-color: rgb(127 29 29 / 0.75);
}

.border-e-red-900\/80{
  border-inline-end-color: rgb(127 29 29 / 0.8);
}

.border-e-red-900\/85{
  border-inline-end-color: rgb(127 29 29 / 0.85);
}

.border-e-red-900\/90{
  border-inline-end-color: rgb(127 29 29 / 0.9);
}

.border-e-red-900\/95{
  border-inline-end-color: rgb(127 29 29 / 0.95);
}

.border-e-red-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-e-red-950\/0{
  border-inline-end-color: rgb(69 10 10 / 0);
}

.border-e-red-950\/10{
  border-inline-end-color: rgb(69 10 10 / 0.1);
}

.border-e-red-950\/100{
  border-inline-end-color: rgb(69 10 10 / 1);
}

.border-e-red-950\/15{
  border-inline-end-color: rgb(69 10 10 / 0.15);
}

.border-e-red-950\/20{
  border-inline-end-color: rgb(69 10 10 / 0.2);
}

.border-e-red-950\/25{
  border-inline-end-color: rgb(69 10 10 / 0.25);
}

.border-e-red-950\/30{
  border-inline-end-color: rgb(69 10 10 / 0.3);
}

.border-e-red-950\/35{
  border-inline-end-color: rgb(69 10 10 / 0.35);
}

.border-e-red-950\/40{
  border-inline-end-color: rgb(69 10 10 / 0.4);
}

.border-e-red-950\/45{
  border-inline-end-color: rgb(69 10 10 / 0.45);
}

.border-e-red-950\/5{
  border-inline-end-color: rgb(69 10 10 / 0.05);
}

.border-e-red-950\/50{
  border-inline-end-color: rgb(69 10 10 / 0.5);
}

.border-e-red-950\/55{
  border-inline-end-color: rgb(69 10 10 / 0.55);
}

.border-e-red-950\/60{
  border-inline-end-color: rgb(69 10 10 / 0.6);
}

.border-e-red-950\/65{
  border-inline-end-color: rgb(69 10 10 / 0.65);
}

.border-e-red-950\/70{
  border-inline-end-color: rgb(69 10 10 / 0.7);
}

.border-e-red-950\/75{
  border-inline-end-color: rgb(69 10 10 / 0.75);
}

.border-e-red-950\/80{
  border-inline-end-color: rgb(69 10 10 / 0.8);
}

.border-e-red-950\/85{
  border-inline-end-color: rgb(69 10 10 / 0.85);
}

.border-e-red-950\/90{
  border-inline-end-color: rgb(69 10 10 / 0.9);
}

.border-e-red-950\/95{
  border-inline-end-color: rgb(69 10 10 / 0.95);
}

.border-e-rose-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-e-rose-100\/0{
  border-inline-end-color: rgb(255 228 230 / 0);
}

.border-e-rose-100\/10{
  border-inline-end-color: rgb(255 228 230 / 0.1);
}

.border-e-rose-100\/100{
  border-inline-end-color: rgb(255 228 230 / 1);
}

.border-e-rose-100\/15{
  border-inline-end-color: rgb(255 228 230 / 0.15);
}

.border-e-rose-100\/20{
  border-inline-end-color: rgb(255 228 230 / 0.2);
}

.border-e-rose-100\/25{
  border-inline-end-color: rgb(255 228 230 / 0.25);
}

.border-e-rose-100\/30{
  border-inline-end-color: rgb(255 228 230 / 0.3);
}

.border-e-rose-100\/35{
  border-inline-end-color: rgb(255 228 230 / 0.35);
}

.border-e-rose-100\/40{
  border-inline-end-color: rgb(255 228 230 / 0.4);
}

.border-e-rose-100\/45{
  border-inline-end-color: rgb(255 228 230 / 0.45);
}

.border-e-rose-100\/5{
  border-inline-end-color: rgb(255 228 230 / 0.05);
}

.border-e-rose-100\/50{
  border-inline-end-color: rgb(255 228 230 / 0.5);
}

.border-e-rose-100\/55{
  border-inline-end-color: rgb(255 228 230 / 0.55);
}

.border-e-rose-100\/60{
  border-inline-end-color: rgb(255 228 230 / 0.6);
}

.border-e-rose-100\/65{
  border-inline-end-color: rgb(255 228 230 / 0.65);
}

.border-e-rose-100\/70{
  border-inline-end-color: rgb(255 228 230 / 0.7);
}

.border-e-rose-100\/75{
  border-inline-end-color: rgb(255 228 230 / 0.75);
}

.border-e-rose-100\/80{
  border-inline-end-color: rgb(255 228 230 / 0.8);
}

.border-e-rose-100\/85{
  border-inline-end-color: rgb(255 228 230 / 0.85);
}

.border-e-rose-100\/90{
  border-inline-end-color: rgb(255 228 230 / 0.9);
}

.border-e-rose-100\/95{
  border-inline-end-color: rgb(255 228 230 / 0.95);
}

.border-e-rose-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-e-rose-200\/0{
  border-inline-end-color: rgb(254 205 211 / 0);
}

.border-e-rose-200\/10{
  border-inline-end-color: rgb(254 205 211 / 0.1);
}

.border-e-rose-200\/100{
  border-inline-end-color: rgb(254 205 211 / 1);
}

.border-e-rose-200\/15{
  border-inline-end-color: rgb(254 205 211 / 0.15);
}

.border-e-rose-200\/20{
  border-inline-end-color: rgb(254 205 211 / 0.2);
}

.border-e-rose-200\/25{
  border-inline-end-color: rgb(254 205 211 / 0.25);
}

.border-e-rose-200\/30{
  border-inline-end-color: rgb(254 205 211 / 0.3);
}

.border-e-rose-200\/35{
  border-inline-end-color: rgb(254 205 211 / 0.35);
}

.border-e-rose-200\/40{
  border-inline-end-color: rgb(254 205 211 / 0.4);
}

.border-e-rose-200\/45{
  border-inline-end-color: rgb(254 205 211 / 0.45);
}

.border-e-rose-200\/5{
  border-inline-end-color: rgb(254 205 211 / 0.05);
}

.border-e-rose-200\/50{
  border-inline-end-color: rgb(254 205 211 / 0.5);
}

.border-e-rose-200\/55{
  border-inline-end-color: rgb(254 205 211 / 0.55);
}

.border-e-rose-200\/60{
  border-inline-end-color: rgb(254 205 211 / 0.6);
}

.border-e-rose-200\/65{
  border-inline-end-color: rgb(254 205 211 / 0.65);
}

.border-e-rose-200\/70{
  border-inline-end-color: rgb(254 205 211 / 0.7);
}

.border-e-rose-200\/75{
  border-inline-end-color: rgb(254 205 211 / 0.75);
}

.border-e-rose-200\/80{
  border-inline-end-color: rgb(254 205 211 / 0.8);
}

.border-e-rose-200\/85{
  border-inline-end-color: rgb(254 205 211 / 0.85);
}

.border-e-rose-200\/90{
  border-inline-end-color: rgb(254 205 211 / 0.9);
}

.border-e-rose-200\/95{
  border-inline-end-color: rgb(254 205 211 / 0.95);
}

.border-e-rose-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-e-rose-300\/0{
  border-inline-end-color: rgb(253 164 175 / 0);
}

.border-e-rose-300\/10{
  border-inline-end-color: rgb(253 164 175 / 0.1);
}

.border-e-rose-300\/100{
  border-inline-end-color: rgb(253 164 175 / 1);
}

.border-e-rose-300\/15{
  border-inline-end-color: rgb(253 164 175 / 0.15);
}

.border-e-rose-300\/20{
  border-inline-end-color: rgb(253 164 175 / 0.2);
}

.border-e-rose-300\/25{
  border-inline-end-color: rgb(253 164 175 / 0.25);
}

.border-e-rose-300\/30{
  border-inline-end-color: rgb(253 164 175 / 0.3);
}

.border-e-rose-300\/35{
  border-inline-end-color: rgb(253 164 175 / 0.35);
}

.border-e-rose-300\/40{
  border-inline-end-color: rgb(253 164 175 / 0.4);
}

.border-e-rose-300\/45{
  border-inline-end-color: rgb(253 164 175 / 0.45);
}

.border-e-rose-300\/5{
  border-inline-end-color: rgb(253 164 175 / 0.05);
}

.border-e-rose-300\/50{
  border-inline-end-color: rgb(253 164 175 / 0.5);
}

.border-e-rose-300\/55{
  border-inline-end-color: rgb(253 164 175 / 0.55);
}

.border-e-rose-300\/60{
  border-inline-end-color: rgb(253 164 175 / 0.6);
}

.border-e-rose-300\/65{
  border-inline-end-color: rgb(253 164 175 / 0.65);
}

.border-e-rose-300\/70{
  border-inline-end-color: rgb(253 164 175 / 0.7);
}

.border-e-rose-300\/75{
  border-inline-end-color: rgb(253 164 175 / 0.75);
}

.border-e-rose-300\/80{
  border-inline-end-color: rgb(253 164 175 / 0.8);
}

.border-e-rose-300\/85{
  border-inline-end-color: rgb(253 164 175 / 0.85);
}

.border-e-rose-300\/90{
  border-inline-end-color: rgb(253 164 175 / 0.9);
}

.border-e-rose-300\/95{
  border-inline-end-color: rgb(253 164 175 / 0.95);
}

.border-e-rose-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-e-rose-400\/0{
  border-inline-end-color: rgb(251 113 133 / 0);
}

.border-e-rose-400\/10{
  border-inline-end-color: rgb(251 113 133 / 0.1);
}

.border-e-rose-400\/100{
  border-inline-end-color: rgb(251 113 133 / 1);
}

.border-e-rose-400\/15{
  border-inline-end-color: rgb(251 113 133 / 0.15);
}

.border-e-rose-400\/20{
  border-inline-end-color: rgb(251 113 133 / 0.2);
}

.border-e-rose-400\/25{
  border-inline-end-color: rgb(251 113 133 / 0.25);
}

.border-e-rose-400\/30{
  border-inline-end-color: rgb(251 113 133 / 0.3);
}

.border-e-rose-400\/35{
  border-inline-end-color: rgb(251 113 133 / 0.35);
}

.border-e-rose-400\/40{
  border-inline-end-color: rgb(251 113 133 / 0.4);
}

.border-e-rose-400\/45{
  border-inline-end-color: rgb(251 113 133 / 0.45);
}

.border-e-rose-400\/5{
  border-inline-end-color: rgb(251 113 133 / 0.05);
}

.border-e-rose-400\/50{
  border-inline-end-color: rgb(251 113 133 / 0.5);
}

.border-e-rose-400\/55{
  border-inline-end-color: rgb(251 113 133 / 0.55);
}

.border-e-rose-400\/60{
  border-inline-end-color: rgb(251 113 133 / 0.6);
}

.border-e-rose-400\/65{
  border-inline-end-color: rgb(251 113 133 / 0.65);
}

.border-e-rose-400\/70{
  border-inline-end-color: rgb(251 113 133 / 0.7);
}

.border-e-rose-400\/75{
  border-inline-end-color: rgb(251 113 133 / 0.75);
}

.border-e-rose-400\/80{
  border-inline-end-color: rgb(251 113 133 / 0.8);
}

.border-e-rose-400\/85{
  border-inline-end-color: rgb(251 113 133 / 0.85);
}

.border-e-rose-400\/90{
  border-inline-end-color: rgb(251 113 133 / 0.9);
}

.border-e-rose-400\/95{
  border-inline-end-color: rgb(251 113 133 / 0.95);
}

.border-e-rose-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-e-rose-50\/0{
  border-inline-end-color: rgb(255 241 242 / 0);
}

.border-e-rose-50\/10{
  border-inline-end-color: rgb(255 241 242 / 0.1);
}

.border-e-rose-50\/100{
  border-inline-end-color: rgb(255 241 242 / 1);
}

.border-e-rose-50\/15{
  border-inline-end-color: rgb(255 241 242 / 0.15);
}

.border-e-rose-50\/20{
  border-inline-end-color: rgb(255 241 242 / 0.2);
}

.border-e-rose-50\/25{
  border-inline-end-color: rgb(255 241 242 / 0.25);
}

.border-e-rose-50\/30{
  border-inline-end-color: rgb(255 241 242 / 0.3);
}

.border-e-rose-50\/35{
  border-inline-end-color: rgb(255 241 242 / 0.35);
}

.border-e-rose-50\/40{
  border-inline-end-color: rgb(255 241 242 / 0.4);
}

.border-e-rose-50\/45{
  border-inline-end-color: rgb(255 241 242 / 0.45);
}

.border-e-rose-50\/5{
  border-inline-end-color: rgb(255 241 242 / 0.05);
}

.border-e-rose-50\/50{
  border-inline-end-color: rgb(255 241 242 / 0.5);
}

.border-e-rose-50\/55{
  border-inline-end-color: rgb(255 241 242 / 0.55);
}

.border-e-rose-50\/60{
  border-inline-end-color: rgb(255 241 242 / 0.6);
}

.border-e-rose-50\/65{
  border-inline-end-color: rgb(255 241 242 / 0.65);
}

.border-e-rose-50\/70{
  border-inline-end-color: rgb(255 241 242 / 0.7);
}

.border-e-rose-50\/75{
  border-inline-end-color: rgb(255 241 242 / 0.75);
}

.border-e-rose-50\/80{
  border-inline-end-color: rgb(255 241 242 / 0.8);
}

.border-e-rose-50\/85{
  border-inline-end-color: rgb(255 241 242 / 0.85);
}

.border-e-rose-50\/90{
  border-inline-end-color: rgb(255 241 242 / 0.9);
}

.border-e-rose-50\/95{
  border-inline-end-color: rgb(255 241 242 / 0.95);
}

.border-e-rose-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-e-rose-500\/0{
  border-inline-end-color: rgb(244 63 94 / 0);
}

.border-e-rose-500\/10{
  border-inline-end-color: rgb(244 63 94 / 0.1);
}

.border-e-rose-500\/100{
  border-inline-end-color: rgb(244 63 94 / 1);
}

.border-e-rose-500\/15{
  border-inline-end-color: rgb(244 63 94 / 0.15);
}

.border-e-rose-500\/20{
  border-inline-end-color: rgb(244 63 94 / 0.2);
}

.border-e-rose-500\/25{
  border-inline-end-color: rgb(244 63 94 / 0.25);
}

.border-e-rose-500\/30{
  border-inline-end-color: rgb(244 63 94 / 0.3);
}

.border-e-rose-500\/35{
  border-inline-end-color: rgb(244 63 94 / 0.35);
}

.border-e-rose-500\/40{
  border-inline-end-color: rgb(244 63 94 / 0.4);
}

.border-e-rose-500\/45{
  border-inline-end-color: rgb(244 63 94 / 0.45);
}

.border-e-rose-500\/5{
  border-inline-end-color: rgb(244 63 94 / 0.05);
}

.border-e-rose-500\/50{
  border-inline-end-color: rgb(244 63 94 / 0.5);
}

.border-e-rose-500\/55{
  border-inline-end-color: rgb(244 63 94 / 0.55);
}

.border-e-rose-500\/60{
  border-inline-end-color: rgb(244 63 94 / 0.6);
}

.border-e-rose-500\/65{
  border-inline-end-color: rgb(244 63 94 / 0.65);
}

.border-e-rose-500\/70{
  border-inline-end-color: rgb(244 63 94 / 0.7);
}

.border-e-rose-500\/75{
  border-inline-end-color: rgb(244 63 94 / 0.75);
}

.border-e-rose-500\/80{
  border-inline-end-color: rgb(244 63 94 / 0.8);
}

.border-e-rose-500\/85{
  border-inline-end-color: rgb(244 63 94 / 0.85);
}

.border-e-rose-500\/90{
  border-inline-end-color: rgb(244 63 94 / 0.9);
}

.border-e-rose-500\/95{
  border-inline-end-color: rgb(244 63 94 / 0.95);
}

.border-e-rose-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-e-rose-600\/0{
  border-inline-end-color: rgb(225 29 72 / 0);
}

.border-e-rose-600\/10{
  border-inline-end-color: rgb(225 29 72 / 0.1);
}

.border-e-rose-600\/100{
  border-inline-end-color: rgb(225 29 72 / 1);
}

.border-e-rose-600\/15{
  border-inline-end-color: rgb(225 29 72 / 0.15);
}

.border-e-rose-600\/20{
  border-inline-end-color: rgb(225 29 72 / 0.2);
}

.border-e-rose-600\/25{
  border-inline-end-color: rgb(225 29 72 / 0.25);
}

.border-e-rose-600\/30{
  border-inline-end-color: rgb(225 29 72 / 0.3);
}

.border-e-rose-600\/35{
  border-inline-end-color: rgb(225 29 72 / 0.35);
}

.border-e-rose-600\/40{
  border-inline-end-color: rgb(225 29 72 / 0.4);
}

.border-e-rose-600\/45{
  border-inline-end-color: rgb(225 29 72 / 0.45);
}

.border-e-rose-600\/5{
  border-inline-end-color: rgb(225 29 72 / 0.05);
}

.border-e-rose-600\/50{
  border-inline-end-color: rgb(225 29 72 / 0.5);
}

.border-e-rose-600\/55{
  border-inline-end-color: rgb(225 29 72 / 0.55);
}

.border-e-rose-600\/60{
  border-inline-end-color: rgb(225 29 72 / 0.6);
}

.border-e-rose-600\/65{
  border-inline-end-color: rgb(225 29 72 / 0.65);
}

.border-e-rose-600\/70{
  border-inline-end-color: rgb(225 29 72 / 0.7);
}

.border-e-rose-600\/75{
  border-inline-end-color: rgb(225 29 72 / 0.75);
}

.border-e-rose-600\/80{
  border-inline-end-color: rgb(225 29 72 / 0.8);
}

.border-e-rose-600\/85{
  border-inline-end-color: rgb(225 29 72 / 0.85);
}

.border-e-rose-600\/90{
  border-inline-end-color: rgb(225 29 72 / 0.9);
}

.border-e-rose-600\/95{
  border-inline-end-color: rgb(225 29 72 / 0.95);
}

.border-e-rose-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-e-rose-700\/0{
  border-inline-end-color: rgb(190 18 60 / 0);
}

.border-e-rose-700\/10{
  border-inline-end-color: rgb(190 18 60 / 0.1);
}

.border-e-rose-700\/100{
  border-inline-end-color: rgb(190 18 60 / 1);
}

.border-e-rose-700\/15{
  border-inline-end-color: rgb(190 18 60 / 0.15);
}

.border-e-rose-700\/20{
  border-inline-end-color: rgb(190 18 60 / 0.2);
}

.border-e-rose-700\/25{
  border-inline-end-color: rgb(190 18 60 / 0.25);
}

.border-e-rose-700\/30{
  border-inline-end-color: rgb(190 18 60 / 0.3);
}

.border-e-rose-700\/35{
  border-inline-end-color: rgb(190 18 60 / 0.35);
}

.border-e-rose-700\/40{
  border-inline-end-color: rgb(190 18 60 / 0.4);
}

.border-e-rose-700\/45{
  border-inline-end-color: rgb(190 18 60 / 0.45);
}

.border-e-rose-700\/5{
  border-inline-end-color: rgb(190 18 60 / 0.05);
}

.border-e-rose-700\/50{
  border-inline-end-color: rgb(190 18 60 / 0.5);
}

.border-e-rose-700\/55{
  border-inline-end-color: rgb(190 18 60 / 0.55);
}

.border-e-rose-700\/60{
  border-inline-end-color: rgb(190 18 60 / 0.6);
}

.border-e-rose-700\/65{
  border-inline-end-color: rgb(190 18 60 / 0.65);
}

.border-e-rose-700\/70{
  border-inline-end-color: rgb(190 18 60 / 0.7);
}

.border-e-rose-700\/75{
  border-inline-end-color: rgb(190 18 60 / 0.75);
}

.border-e-rose-700\/80{
  border-inline-end-color: rgb(190 18 60 / 0.8);
}

.border-e-rose-700\/85{
  border-inline-end-color: rgb(190 18 60 / 0.85);
}

.border-e-rose-700\/90{
  border-inline-end-color: rgb(190 18 60 / 0.9);
}

.border-e-rose-700\/95{
  border-inline-end-color: rgb(190 18 60 / 0.95);
}

.border-e-rose-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-e-rose-800\/0{
  border-inline-end-color: rgb(159 18 57 / 0);
}

.border-e-rose-800\/10{
  border-inline-end-color: rgb(159 18 57 / 0.1);
}

.border-e-rose-800\/100{
  border-inline-end-color: rgb(159 18 57 / 1);
}

.border-e-rose-800\/15{
  border-inline-end-color: rgb(159 18 57 / 0.15);
}

.border-e-rose-800\/20{
  border-inline-end-color: rgb(159 18 57 / 0.2);
}

.border-e-rose-800\/25{
  border-inline-end-color: rgb(159 18 57 / 0.25);
}

.border-e-rose-800\/30{
  border-inline-end-color: rgb(159 18 57 / 0.3);
}

.border-e-rose-800\/35{
  border-inline-end-color: rgb(159 18 57 / 0.35);
}

.border-e-rose-800\/40{
  border-inline-end-color: rgb(159 18 57 / 0.4);
}

.border-e-rose-800\/45{
  border-inline-end-color: rgb(159 18 57 / 0.45);
}

.border-e-rose-800\/5{
  border-inline-end-color: rgb(159 18 57 / 0.05);
}

.border-e-rose-800\/50{
  border-inline-end-color: rgb(159 18 57 / 0.5);
}

.border-e-rose-800\/55{
  border-inline-end-color: rgb(159 18 57 / 0.55);
}

.border-e-rose-800\/60{
  border-inline-end-color: rgb(159 18 57 / 0.6);
}

.border-e-rose-800\/65{
  border-inline-end-color: rgb(159 18 57 / 0.65);
}

.border-e-rose-800\/70{
  border-inline-end-color: rgb(159 18 57 / 0.7);
}

.border-e-rose-800\/75{
  border-inline-end-color: rgb(159 18 57 / 0.75);
}

.border-e-rose-800\/80{
  border-inline-end-color: rgb(159 18 57 / 0.8);
}

.border-e-rose-800\/85{
  border-inline-end-color: rgb(159 18 57 / 0.85);
}

.border-e-rose-800\/90{
  border-inline-end-color: rgb(159 18 57 / 0.9);
}

.border-e-rose-800\/95{
  border-inline-end-color: rgb(159 18 57 / 0.95);
}

.border-e-rose-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-e-rose-900\/0{
  border-inline-end-color: rgb(136 19 55 / 0);
}

.border-e-rose-900\/10{
  border-inline-end-color: rgb(136 19 55 / 0.1);
}

.border-e-rose-900\/100{
  border-inline-end-color: rgb(136 19 55 / 1);
}

.border-e-rose-900\/15{
  border-inline-end-color: rgb(136 19 55 / 0.15);
}

.border-e-rose-900\/20{
  border-inline-end-color: rgb(136 19 55 / 0.2);
}

.border-e-rose-900\/25{
  border-inline-end-color: rgb(136 19 55 / 0.25);
}

.border-e-rose-900\/30{
  border-inline-end-color: rgb(136 19 55 / 0.3);
}

.border-e-rose-900\/35{
  border-inline-end-color: rgb(136 19 55 / 0.35);
}

.border-e-rose-900\/40{
  border-inline-end-color: rgb(136 19 55 / 0.4);
}

.border-e-rose-900\/45{
  border-inline-end-color: rgb(136 19 55 / 0.45);
}

.border-e-rose-900\/5{
  border-inline-end-color: rgb(136 19 55 / 0.05);
}

.border-e-rose-900\/50{
  border-inline-end-color: rgb(136 19 55 / 0.5);
}

.border-e-rose-900\/55{
  border-inline-end-color: rgb(136 19 55 / 0.55);
}

.border-e-rose-900\/60{
  border-inline-end-color: rgb(136 19 55 / 0.6);
}

.border-e-rose-900\/65{
  border-inline-end-color: rgb(136 19 55 / 0.65);
}

.border-e-rose-900\/70{
  border-inline-end-color: rgb(136 19 55 / 0.7);
}

.border-e-rose-900\/75{
  border-inline-end-color: rgb(136 19 55 / 0.75);
}

.border-e-rose-900\/80{
  border-inline-end-color: rgb(136 19 55 / 0.8);
}

.border-e-rose-900\/85{
  border-inline-end-color: rgb(136 19 55 / 0.85);
}

.border-e-rose-900\/90{
  border-inline-end-color: rgb(136 19 55 / 0.9);
}

.border-e-rose-900\/95{
  border-inline-end-color: rgb(136 19 55 / 0.95);
}

.border-e-rose-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-e-rose-950\/0{
  border-inline-end-color: rgb(76 5 25 / 0);
}

.border-e-rose-950\/10{
  border-inline-end-color: rgb(76 5 25 / 0.1);
}

.border-e-rose-950\/100{
  border-inline-end-color: rgb(76 5 25 / 1);
}

.border-e-rose-950\/15{
  border-inline-end-color: rgb(76 5 25 / 0.15);
}

.border-e-rose-950\/20{
  border-inline-end-color: rgb(76 5 25 / 0.2);
}

.border-e-rose-950\/25{
  border-inline-end-color: rgb(76 5 25 / 0.25);
}

.border-e-rose-950\/30{
  border-inline-end-color: rgb(76 5 25 / 0.3);
}

.border-e-rose-950\/35{
  border-inline-end-color: rgb(76 5 25 / 0.35);
}

.border-e-rose-950\/40{
  border-inline-end-color: rgb(76 5 25 / 0.4);
}

.border-e-rose-950\/45{
  border-inline-end-color: rgb(76 5 25 / 0.45);
}

.border-e-rose-950\/5{
  border-inline-end-color: rgb(76 5 25 / 0.05);
}

.border-e-rose-950\/50{
  border-inline-end-color: rgb(76 5 25 / 0.5);
}

.border-e-rose-950\/55{
  border-inline-end-color: rgb(76 5 25 / 0.55);
}

.border-e-rose-950\/60{
  border-inline-end-color: rgb(76 5 25 / 0.6);
}

.border-e-rose-950\/65{
  border-inline-end-color: rgb(76 5 25 / 0.65);
}

.border-e-rose-950\/70{
  border-inline-end-color: rgb(76 5 25 / 0.7);
}

.border-e-rose-950\/75{
  border-inline-end-color: rgb(76 5 25 / 0.75);
}

.border-e-rose-950\/80{
  border-inline-end-color: rgb(76 5 25 / 0.8);
}

.border-e-rose-950\/85{
  border-inline-end-color: rgb(76 5 25 / 0.85);
}

.border-e-rose-950\/90{
  border-inline-end-color: rgb(76 5 25 / 0.9);
}

.border-e-rose-950\/95{
  border-inline-end-color: rgb(76 5 25 / 0.95);
}

.border-e-secondary{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.border-e-secondary\/0{
  border-inline-end-color: rgb(141 147 167 / 0);
}

.border-e-secondary\/10{
  border-inline-end-color: rgb(141 147 167 / 0.1);
}

.border-e-secondary\/100{
  border-inline-end-color: rgb(141 147 167 / 1);
}

.border-e-secondary\/15{
  border-inline-end-color: rgb(141 147 167 / 0.15);
}

.border-e-secondary\/20{
  border-inline-end-color: rgb(141 147 167 / 0.2);
}

.border-e-secondary\/25{
  border-inline-end-color: rgb(141 147 167 / 0.25);
}

.border-e-secondary\/30{
  border-inline-end-color: rgb(141 147 167 / 0.3);
}

.border-e-secondary\/35{
  border-inline-end-color: rgb(141 147 167 / 0.35);
}

.border-e-secondary\/40{
  border-inline-end-color: rgb(141 147 167 / 0.4);
}

.border-e-secondary\/45{
  border-inline-end-color: rgb(141 147 167 / 0.45);
}

.border-e-secondary\/5{
  border-inline-end-color: rgb(141 147 167 / 0.05);
}

.border-e-secondary\/50{
  border-inline-end-color: rgb(141 147 167 / 0.5);
}

.border-e-secondary\/55{
  border-inline-end-color: rgb(141 147 167 / 0.55);
}

.border-e-secondary\/60{
  border-inline-end-color: rgb(141 147 167 / 0.6);
}

.border-e-secondary\/65{
  border-inline-end-color: rgb(141 147 167 / 0.65);
}

.border-e-secondary\/70{
  border-inline-end-color: rgb(141 147 167 / 0.7);
}

.border-e-secondary\/75{
  border-inline-end-color: rgb(141 147 167 / 0.75);
}

.border-e-secondary\/80{
  border-inline-end-color: rgb(141 147 167 / 0.8);
}

.border-e-secondary\/85{
  border-inline-end-color: rgb(141 147 167 / 0.85);
}

.border-e-secondary\/90{
  border-inline-end-color: rgb(141 147 167 / 0.9);
}

.border-e-secondary\/95{
  border-inline-end-color: rgb(141 147 167 / 0.95);
}

.border-e-senary{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.border-e-senary\/0{
  border-inline-end-color: rgb(73 134 231 / 0);
}

.border-e-senary\/10{
  border-inline-end-color: rgb(73 134 231 / 0.1);
}

.border-e-senary\/100{
  border-inline-end-color: rgb(73 134 231 / 1);
}

.border-e-senary\/15{
  border-inline-end-color: rgb(73 134 231 / 0.15);
}

.border-e-senary\/20{
  border-inline-end-color: rgb(73 134 231 / 0.2);
}

.border-e-senary\/25{
  border-inline-end-color: rgb(73 134 231 / 0.25);
}

.border-e-senary\/30{
  border-inline-end-color: rgb(73 134 231 / 0.3);
}

.border-e-senary\/35{
  border-inline-end-color: rgb(73 134 231 / 0.35);
}

.border-e-senary\/40{
  border-inline-end-color: rgb(73 134 231 / 0.4);
}

.border-e-senary\/45{
  border-inline-end-color: rgb(73 134 231 / 0.45);
}

.border-e-senary\/5{
  border-inline-end-color: rgb(73 134 231 / 0.05);
}

.border-e-senary\/50{
  border-inline-end-color: rgb(73 134 231 / 0.5);
}

.border-e-senary\/55{
  border-inline-end-color: rgb(73 134 231 / 0.55);
}

.border-e-senary\/60{
  border-inline-end-color: rgb(73 134 231 / 0.6);
}

.border-e-senary\/65{
  border-inline-end-color: rgb(73 134 231 / 0.65);
}

.border-e-senary\/70{
  border-inline-end-color: rgb(73 134 231 / 0.7);
}

.border-e-senary\/75{
  border-inline-end-color: rgb(73 134 231 / 0.75);
}

.border-e-senary\/80{
  border-inline-end-color: rgb(73 134 231 / 0.8);
}

.border-e-senary\/85{
  border-inline-end-color: rgb(73 134 231 / 0.85);
}

.border-e-senary\/90{
  border-inline-end-color: rgb(73 134 231 / 0.9);
}

.border-e-senary\/95{
  border-inline-end-color: rgb(73 134 231 / 0.95);
}

.border-e-septenary{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.border-e-septenary\/0{
  border-inline-end-color: rgb(49 88 129 / 0);
}

.border-e-septenary\/10{
  border-inline-end-color: rgb(49 88 129 / 0.1);
}

.border-e-septenary\/100{
  border-inline-end-color: rgb(49 88 129 / 1);
}

.border-e-septenary\/15{
  border-inline-end-color: rgb(49 88 129 / 0.15);
}

.border-e-septenary\/20{
  border-inline-end-color: rgb(49 88 129 / 0.2);
}

.border-e-septenary\/25{
  border-inline-end-color: rgb(49 88 129 / 0.25);
}

.border-e-septenary\/30{
  border-inline-end-color: rgb(49 88 129 / 0.3);
}

.border-e-septenary\/35{
  border-inline-end-color: rgb(49 88 129 / 0.35);
}

.border-e-septenary\/40{
  border-inline-end-color: rgb(49 88 129 / 0.4);
}

.border-e-septenary\/45{
  border-inline-end-color: rgb(49 88 129 / 0.45);
}

.border-e-septenary\/5{
  border-inline-end-color: rgb(49 88 129 / 0.05);
}

.border-e-septenary\/50{
  border-inline-end-color: rgb(49 88 129 / 0.5);
}

.border-e-septenary\/55{
  border-inline-end-color: rgb(49 88 129 / 0.55);
}

.border-e-septenary\/60{
  border-inline-end-color: rgb(49 88 129 / 0.6);
}

.border-e-septenary\/65{
  border-inline-end-color: rgb(49 88 129 / 0.65);
}

.border-e-septenary\/70{
  border-inline-end-color: rgb(49 88 129 / 0.7);
}

.border-e-septenary\/75{
  border-inline-end-color: rgb(49 88 129 / 0.75);
}

.border-e-septenary\/80{
  border-inline-end-color: rgb(49 88 129 / 0.8);
}

.border-e-septenary\/85{
  border-inline-end-color: rgb(49 88 129 / 0.85);
}

.border-e-septenary\/90{
  border-inline-end-color: rgb(49 88 129 / 0.9);
}

.border-e-septenary\/95{
  border-inline-end-color: rgb(49 88 129 / 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\/15{
  border-inline-end-color: rgb(224 242 254 / 0.15);
}

.border-e-sky-100\/20{
  border-inline-end-color: rgb(224 242 254 / 0.2);
}

.border-e-sky-100\/25{
  border-inline-end-color: rgb(224 242 254 / 0.25);
}

.border-e-sky-100\/30{
  border-inline-end-color: rgb(224 242 254 / 0.3);
}

.border-e-sky-100\/35{
  border-inline-end-color: rgb(224 242 254 / 0.35);
}

.border-e-sky-100\/40{
  border-inline-end-color: rgb(224 242 254 / 0.4);
}

.border-e-sky-100\/45{
  border-inline-end-color: rgb(224 242 254 / 0.45);
}

.border-e-sky-100\/5{
  border-inline-end-color: rgb(224 242 254 / 0.05);
}

.border-e-sky-100\/50{
  border-inline-end-color: rgb(224 242 254 / 0.5);
}

.border-e-sky-100\/55{
  border-inline-end-color: rgb(224 242 254 / 0.55);
}

.border-e-sky-100\/60{
  border-inline-end-color: rgb(224 242 254 / 0.6);
}

.border-e-sky-100\/65{
  border-inline-end-color: rgb(224 242 254 / 0.65);
}

.border-e-sky-100\/70{
  border-inline-end-color: rgb(224 242 254 / 0.7);
}

.border-e-sky-100\/75{
  border-inline-end-color: rgb(224 242 254 / 0.75);
}

.border-e-sky-100\/80{
  border-inline-end-color: rgb(224 242 254 / 0.8);
}

.border-e-sky-100\/85{
  border-inline-end-color: rgb(224 242 254 / 0.85);
}

.border-e-sky-100\/90{
  border-inline-end-color: rgb(224 242 254 / 0.9);
}

.border-e-sky-100\/95{
  border-inline-end-color: rgb(224 242 254 / 0.95);
}

.border-e-sky-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-e-sky-200\/0{
  border-inline-end-color: rgb(186 230 253 / 0);
}

.border-e-sky-200\/10{
  border-inline-end-color: rgb(186 230 253 / 0.1);
}

.border-e-sky-200\/100{
  border-inline-end-color: rgb(186 230 253 / 1);
}

.border-e-sky-200\/15{
  border-inline-end-color: rgb(186 230 253 / 0.15);
}

.border-e-sky-200\/20{
  border-inline-end-color: rgb(186 230 253 / 0.2);
}

.border-e-sky-200\/25{
  border-inline-end-color: rgb(186 230 253 / 0.25);
}

.border-e-sky-200\/30{
  border-inline-end-color: rgb(186 230 253 / 0.3);
}

.border-e-sky-200\/35{
  border-inline-end-color: rgb(186 230 253 / 0.35);
}

.border-e-sky-200\/40{
  border-inline-end-color: rgb(186 230 253 / 0.4);
}

.border-e-sky-200\/45{
  border-inline-end-color: rgb(186 230 253 / 0.45);
}

.border-e-sky-200\/5{
  border-inline-end-color: rgb(186 230 253 / 0.05);
}

.border-e-sky-200\/50{
  border-inline-end-color: rgb(186 230 253 / 0.5);
}

.border-e-sky-200\/55{
  border-inline-end-color: rgb(186 230 253 / 0.55);
}

.border-e-sky-200\/60{
  border-inline-end-color: rgb(186 230 253 / 0.6);
}

.border-e-sky-200\/65{
  border-inline-end-color: rgb(186 230 253 / 0.65);
}

.border-e-sky-200\/70{
  border-inline-end-color: rgb(186 230 253 / 0.7);
}

.border-e-sky-200\/75{
  border-inline-end-color: rgb(186 230 253 / 0.75);
}

.border-e-sky-200\/80{
  border-inline-end-color: rgb(186 230 253 / 0.8);
}

.border-e-sky-200\/85{
  border-inline-end-color: rgb(186 230 253 / 0.85);
}

.border-e-sky-200\/90{
  border-inline-end-color: rgb(186 230 253 / 0.9);
}

.border-e-sky-200\/95{
  border-inline-end-color: rgb(186 230 253 / 0.95);
}

.border-e-sky-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-e-sky-300\/0{
  border-inline-end-color: rgb(125 211 252 / 0);
}

.border-e-sky-300\/10{
  border-inline-end-color: rgb(125 211 252 / 0.1);
}

.border-e-sky-300\/100{
  border-inline-end-color: rgb(125 211 252 / 1);
}

.border-e-sky-300\/15{
  border-inline-end-color: rgb(125 211 252 / 0.15);
}

.border-e-sky-300\/20{
  border-inline-end-color: rgb(125 211 252 / 0.2);
}

.border-e-sky-300\/25{
  border-inline-end-color: rgb(125 211 252 / 0.25);
}

.border-e-sky-300\/30{
  border-inline-end-color: rgb(125 211 252 / 0.3);
}

.border-e-sky-300\/35{
  border-inline-end-color: rgb(125 211 252 / 0.35);
}

.border-e-sky-300\/40{
  border-inline-end-color: rgb(125 211 252 / 0.4);
}

.border-e-sky-300\/45{
  border-inline-end-color: rgb(125 211 252 / 0.45);
}

.border-e-sky-300\/5{
  border-inline-end-color: rgb(125 211 252 / 0.05);
}

.border-e-sky-300\/50{
  border-inline-end-color: rgb(125 211 252 / 0.5);
}

.border-e-sky-300\/55{
  border-inline-end-color: rgb(125 211 252 / 0.55);
}

.border-e-sky-300\/60{
  border-inline-end-color: rgb(125 211 252 / 0.6);
}

.border-e-sky-300\/65{
  border-inline-end-color: rgb(125 211 252 / 0.65);
}

.border-e-sky-300\/70{
  border-inline-end-color: rgb(125 211 252 / 0.7);
}

.border-e-sky-300\/75{
  border-inline-end-color: rgb(125 211 252 / 0.75);
}

.border-e-sky-300\/80{
  border-inline-end-color: rgb(125 211 252 / 0.8);
}

.border-e-sky-300\/85{
  border-inline-end-color: rgb(125 211 252 / 0.85);
}

.border-e-sky-300\/90{
  border-inline-end-color: rgb(125 211 252 / 0.9);
}

.border-e-sky-300\/95{
  border-inline-end-color: rgb(125 211 252 / 0.95);
}

.border-e-sky-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-e-sky-400\/0{
  border-inline-end-color: rgb(56 189 248 / 0);
}

.border-e-sky-400\/10{
  border-inline-end-color: rgb(56 189 248 / 0.1);
}

.border-e-sky-400\/100{
  border-inline-end-color: rgb(56 189 248 / 1);
}

.border-e-sky-400\/15{
  border-inline-end-color: rgb(56 189 248 / 0.15);
}

.border-e-sky-400\/20{
  border-inline-end-color: rgb(56 189 248 / 0.2);
}

.border-e-sky-400\/25{
  border-inline-end-color: rgb(56 189 248 / 0.25);
}

.border-e-sky-400\/30{
  border-inline-end-color: rgb(56 189 248 / 0.3);
}

.border-e-sky-400\/35{
  border-inline-end-color: rgb(56 189 248 / 0.35);
}

.border-e-sky-400\/40{
  border-inline-end-color: rgb(56 189 248 / 0.4);
}

.border-e-sky-400\/45{
  border-inline-end-color: rgb(56 189 248 / 0.45);
}

.border-e-sky-400\/5{
  border-inline-end-color: rgb(56 189 248 / 0.05);
}

.border-e-sky-400\/50{
  border-inline-end-color: rgb(56 189 248 / 0.5);
}

.border-e-sky-400\/55{
  border-inline-end-color: rgb(56 189 248 / 0.55);
}

.border-e-sky-400\/60{
  border-inline-end-color: rgb(56 189 248 / 0.6);
}

.border-e-sky-400\/65{
  border-inline-end-color: rgb(56 189 248 / 0.65);
}

.border-e-sky-400\/70{
  border-inline-end-color: rgb(56 189 248 / 0.7);
}

.border-e-sky-400\/75{
  border-inline-end-color: rgb(56 189 248 / 0.75);
}

.border-e-sky-400\/80{
  border-inline-end-color: rgb(56 189 248 / 0.8);
}

.border-e-sky-400\/85{
  border-inline-end-color: rgb(56 189 248 / 0.85);
}

.border-e-sky-400\/90{
  border-inline-end-color: rgb(56 189 248 / 0.9);
}

.border-e-sky-400\/95{
  border-inline-end-color: rgb(56 189 248 / 0.95);
}

.border-e-sky-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-e-sky-50\/0{
  border-inline-end-color: rgb(240 249 255 / 0);
}

.border-e-sky-50\/10{
  border-inline-end-color: rgb(240 249 255 / 0.1);
}

.border-e-sky-50\/100{
  border-inline-end-color: rgb(240 249 255 / 1);
}

.border-e-sky-50\/15{
  border-inline-end-color: rgb(240 249 255 / 0.15);
}

.border-e-sky-50\/20{
  border-inline-end-color: rgb(240 249 255 / 0.2);
}

.border-e-sky-50\/25{
  border-inline-end-color: rgb(240 249 255 / 0.25);
}

.border-e-sky-50\/30{
  border-inline-end-color: rgb(240 249 255 / 0.3);
}

.border-e-sky-50\/35{
  border-inline-end-color: rgb(240 249 255 / 0.35);
}

.border-e-sky-50\/40{
  border-inline-end-color: rgb(240 249 255 / 0.4);
}

.border-e-sky-50\/45{
  border-inline-end-color: rgb(240 249 255 / 0.45);
}

.border-e-sky-50\/5{
  border-inline-end-color: rgb(240 249 255 / 0.05);
}

.border-e-sky-50\/50{
  border-inline-end-color: rgb(240 249 255 / 0.5);
}

.border-e-sky-50\/55{
  border-inline-end-color: rgb(240 249 255 / 0.55);
}

.border-e-sky-50\/60{
  border-inline-end-color: rgb(240 249 255 / 0.6);
}

.border-e-sky-50\/65{
  border-inline-end-color: rgb(240 249 255 / 0.65);
}

.border-e-sky-50\/70{
  border-inline-end-color: rgb(240 249 255 / 0.7);
}

.border-e-sky-50\/75{
  border-inline-end-color: rgb(240 249 255 / 0.75);
}

.border-e-sky-50\/80{
  border-inline-end-color: rgb(240 249 255 / 0.8);
}

.border-e-sky-50\/85{
  border-inline-end-color: rgb(240 249 255 / 0.85);
}

.border-e-sky-50\/90{
  border-inline-end-color: rgb(240 249 255 / 0.9);
}

.border-e-sky-50\/95{
  border-inline-end-color: rgb(240 249 255 / 0.95);
}

.border-e-sky-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-e-sky-500\/0{
  border-inline-end-color: rgb(14 165 233 / 0);
}

.border-e-sky-500\/10{
  border-inline-end-color: rgb(14 165 233 / 0.1);
}

.border-e-sky-500\/100{
  border-inline-end-color: rgb(14 165 233 / 1);
}

.border-e-sky-500\/15{
  border-inline-end-color: rgb(14 165 233 / 0.15);
}

.border-e-sky-500\/20{
  border-inline-end-color: rgb(14 165 233 / 0.2);
}

.border-e-sky-500\/25{
  border-inline-end-color: rgb(14 165 233 / 0.25);
}

.border-e-sky-500\/30{
  border-inline-end-color: rgb(14 165 233 / 0.3);
}

.border-e-sky-500\/35{
  border-inline-end-color: rgb(14 165 233 / 0.35);
}

.border-e-sky-500\/40{
  border-inline-end-color: rgb(14 165 233 / 0.4);
}

.border-e-sky-500\/45{
  border-inline-end-color: rgb(14 165 233 / 0.45);
}

.border-e-sky-500\/5{
  border-inline-end-color: rgb(14 165 233 / 0.05);
}

.border-e-sky-500\/50{
  border-inline-end-color: rgb(14 165 233 / 0.5);
}

.border-e-sky-500\/55{
  border-inline-end-color: rgb(14 165 233 / 0.55);
}

.border-e-sky-500\/60{
  border-inline-end-color: rgb(14 165 233 / 0.6);
}

.border-e-sky-500\/65{
  border-inline-end-color: rgb(14 165 233 / 0.65);
}

.border-e-sky-500\/70{
  border-inline-end-color: rgb(14 165 233 / 0.7);
}

.border-e-sky-500\/75{
  border-inline-end-color: rgb(14 165 233 / 0.75);
}

.border-e-sky-500\/80{
  border-inline-end-color: rgb(14 165 233 / 0.8);
}

.border-e-sky-500\/85{
  border-inline-end-color: rgb(14 165 233 / 0.85);
}

.border-e-sky-500\/90{
  border-inline-end-color: rgb(14 165 233 / 0.9);
}

.border-e-sky-500\/95{
  border-inline-end-color: rgb(14 165 233 / 0.95);
}

.border-e-sky-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-e-sky-600\/0{
  border-inline-end-color: rgb(2 132 199 / 0);
}

.border-e-sky-600\/10{
  border-inline-end-color: rgb(2 132 199 / 0.1);
}

.border-e-sky-600\/100{
  border-inline-end-color: rgb(2 132 199 / 1);
}

.border-e-sky-600\/15{
  border-inline-end-color: rgb(2 132 199 / 0.15);
}

.border-e-sky-600\/20{
  border-inline-end-color: rgb(2 132 199 / 0.2);
}

.border-e-sky-600\/25{
  border-inline-end-color: rgb(2 132 199 / 0.25);
}

.border-e-sky-600\/30{
  border-inline-end-color: rgb(2 132 199 / 0.3);
}

.border-e-sky-600\/35{
  border-inline-end-color: rgb(2 132 199 / 0.35);
}

.border-e-sky-600\/40{
  border-inline-end-color: rgb(2 132 199 / 0.4);
}

.border-e-sky-600\/45{
  border-inline-end-color: rgb(2 132 199 / 0.45);
}

.border-e-sky-600\/5{
  border-inline-end-color: rgb(2 132 199 / 0.05);
}

.border-e-sky-600\/50{
  border-inline-end-color: rgb(2 132 199 / 0.5);
}

.border-e-sky-600\/55{
  border-inline-end-color: rgb(2 132 199 / 0.55);
}

.border-e-sky-600\/60{
  border-inline-end-color: rgb(2 132 199 / 0.6);
}

.border-e-sky-600\/65{
  border-inline-end-color: rgb(2 132 199 / 0.65);
}

.border-e-sky-600\/70{
  border-inline-end-color: rgb(2 132 199 / 0.7);
}

.border-e-sky-600\/75{
  border-inline-end-color: rgb(2 132 199 / 0.75);
}

.border-e-sky-600\/80{
  border-inline-end-color: rgb(2 132 199 / 0.8);
}

.border-e-sky-600\/85{
  border-inline-end-color: rgb(2 132 199 / 0.85);
}

.border-e-sky-600\/90{
  border-inline-end-color: rgb(2 132 199 / 0.9);
}

.border-e-sky-600\/95{
  border-inline-end-color: rgb(2 132 199 / 0.95);
}

.border-e-sky-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-e-sky-700\/0{
  border-inline-end-color: rgb(3 105 161 / 0);
}

.border-e-sky-700\/10{
  border-inline-end-color: rgb(3 105 161 / 0.1);
}

.border-e-sky-700\/100{
  border-inline-end-color: rgb(3 105 161 / 1);
}

.border-e-sky-700\/15{
  border-inline-end-color: rgb(3 105 161 / 0.15);
}

.border-e-sky-700\/20{
  border-inline-end-color: rgb(3 105 161 / 0.2);
}

.border-e-sky-700\/25{
  border-inline-end-color: rgb(3 105 161 / 0.25);
}

.border-e-sky-700\/30{
  border-inline-end-color: rgb(3 105 161 / 0.3);
}

.border-e-sky-700\/35{
  border-inline-end-color: rgb(3 105 161 / 0.35);
}

.border-e-sky-700\/40{
  border-inline-end-color: rgb(3 105 161 / 0.4);
}

.border-e-sky-700\/45{
  border-inline-end-color: rgb(3 105 161 / 0.45);
}

.border-e-sky-700\/5{
  border-inline-end-color: rgb(3 105 161 / 0.05);
}

.border-e-sky-700\/50{
  border-inline-end-color: rgb(3 105 161 / 0.5);
}

.border-e-sky-700\/55{
  border-inline-end-color: rgb(3 105 161 / 0.55);
}

.border-e-sky-700\/60{
  border-inline-end-color: rgb(3 105 161 / 0.6);
}

.border-e-sky-700\/65{
  border-inline-end-color: rgb(3 105 161 / 0.65);
}

.border-e-sky-700\/70{
  border-inline-end-color: rgb(3 105 161 / 0.7);
}

.border-e-sky-700\/75{
  border-inline-end-color: rgb(3 105 161 / 0.75);
}

.border-e-sky-700\/80{
  border-inline-end-color: rgb(3 105 161 / 0.8);
}

.border-e-sky-700\/85{
  border-inline-end-color: rgb(3 105 161 / 0.85);
}

.border-e-sky-700\/90{
  border-inline-end-color: rgb(3 105 161 / 0.9);
}

.border-e-sky-700\/95{
  border-inline-end-color: rgb(3 105 161 / 0.95);
}

.border-e-sky-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-e-sky-800\/0{
  border-inline-end-color: rgb(7 89 133 / 0);
}

.border-e-sky-800\/10{
  border-inline-end-color: rgb(7 89 133 / 0.1);
}

.border-e-sky-800\/100{
  border-inline-end-color: rgb(7 89 133 / 1);
}

.border-e-sky-800\/15{
  border-inline-end-color: rgb(7 89 133 / 0.15);
}

.border-e-sky-800\/20{
  border-inline-end-color: rgb(7 89 133 / 0.2);
}

.border-e-sky-800\/25{
  border-inline-end-color: rgb(7 89 133 / 0.25);
}

.border-e-sky-800\/30{
  border-inline-end-color: rgb(7 89 133 / 0.3);
}

.border-e-sky-800\/35{
  border-inline-end-color: rgb(7 89 133 / 0.35);
}

.border-e-sky-800\/40{
  border-inline-end-color: rgb(7 89 133 / 0.4);
}

.border-e-sky-800\/45{
  border-inline-end-color: rgb(7 89 133 / 0.45);
}

.border-e-sky-800\/5{
  border-inline-end-color: rgb(7 89 133 / 0.05);
}

.border-e-sky-800\/50{
  border-inline-end-color: rgb(7 89 133 / 0.5);
}

.border-e-sky-800\/55{
  border-inline-end-color: rgb(7 89 133 / 0.55);
}

.border-e-sky-800\/60{
  border-inline-end-color: rgb(7 89 133 / 0.6);
}

.border-e-sky-800\/65{
  border-inline-end-color: rgb(7 89 133 / 0.65);
}

.border-e-sky-800\/70{
  border-inline-end-color: rgb(7 89 133 / 0.7);
}

.border-e-sky-800\/75{
  border-inline-end-color: rgb(7 89 133 / 0.75);
}

.border-e-sky-800\/80{
  border-inline-end-color: rgb(7 89 133 / 0.8);
}

.border-e-sky-800\/85{
  border-inline-end-color: rgb(7 89 133 / 0.85);
}

.border-e-sky-800\/90{
  border-inline-end-color: rgb(7 89 133 / 0.9);
}

.border-e-sky-800\/95{
  border-inline-end-color: rgb(7 89 133 / 0.95);
}

.border-e-sky-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-e-sky-900\/0{
  border-inline-end-color: rgb(12 74 110 / 0);
}

.border-e-sky-900\/10{
  border-inline-end-color: rgb(12 74 110 / 0.1);
}

.border-e-sky-900\/100{
  border-inline-end-color: rgb(12 74 110 / 1);
}

.border-e-sky-900\/15{
  border-inline-end-color: rgb(12 74 110 / 0.15);
}

.border-e-sky-900\/20{
  border-inline-end-color: rgb(12 74 110 / 0.2);
}

.border-e-sky-900\/25{
  border-inline-end-color: rgb(12 74 110 / 0.25);
}

.border-e-sky-900\/30{
  border-inline-end-color: rgb(12 74 110 / 0.3);
}

.border-e-sky-900\/35{
  border-inline-end-color: rgb(12 74 110 / 0.35);
}

.border-e-sky-900\/40{
  border-inline-end-color: rgb(12 74 110 / 0.4);
}

.border-e-sky-900\/45{
  border-inline-end-color: rgb(12 74 110 / 0.45);
}

.border-e-sky-900\/5{
  border-inline-end-color: rgb(12 74 110 / 0.05);
}

.border-e-sky-900\/50{
  border-inline-end-color: rgb(12 74 110 / 0.5);
}

.border-e-sky-900\/55{
  border-inline-end-color: rgb(12 74 110 / 0.55);
}

.border-e-sky-900\/60{
  border-inline-end-color: rgb(12 74 110 / 0.6);
}

.border-e-sky-900\/65{
  border-inline-end-color: rgb(12 74 110 / 0.65);
}

.border-e-sky-900\/70{
  border-inline-end-color: rgb(12 74 110 / 0.7);
}

.border-e-sky-900\/75{
  border-inline-end-color: rgb(12 74 110 / 0.75);
}

.border-e-sky-900\/80{
  border-inline-end-color: rgb(12 74 110 / 0.8);
}

.border-e-sky-900\/85{
  border-inline-end-color: rgb(12 74 110 / 0.85);
}

.border-e-sky-900\/90{
  border-inline-end-color: rgb(12 74 110 / 0.9);
}

.border-e-sky-900\/95{
  border-inline-end-color: rgb(12 74 110 / 0.95);
}

.border-e-sky-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-e-sky-950\/0{
  border-inline-end-color: rgb(8 47 73 / 0);
}

.border-e-sky-950\/10{
  border-inline-end-color: rgb(8 47 73 / 0.1);
}

.border-e-sky-950\/100{
  border-inline-end-color: rgb(8 47 73 / 1);
}

.border-e-sky-950\/15{
  border-inline-end-color: rgb(8 47 73 / 0.15);
}

.border-e-sky-950\/20{
  border-inline-end-color: rgb(8 47 73 / 0.2);
}

.border-e-sky-950\/25{
  border-inline-end-color: rgb(8 47 73 / 0.25);
}

.border-e-sky-950\/30{
  border-inline-end-color: rgb(8 47 73 / 0.3);
}

.border-e-sky-950\/35{
  border-inline-end-color: rgb(8 47 73 / 0.35);
}

.border-e-sky-950\/40{
  border-inline-end-color: rgb(8 47 73 / 0.4);
}

.border-e-sky-950\/45{
  border-inline-end-color: rgb(8 47 73 / 0.45);
}

.border-e-sky-950\/5{
  border-inline-end-color: rgb(8 47 73 / 0.05);
}

.border-e-sky-950\/50{
  border-inline-end-color: rgb(8 47 73 / 0.5);
}

.border-e-sky-950\/55{
  border-inline-end-color: rgb(8 47 73 / 0.55);
}

.border-e-sky-950\/60{
  border-inline-end-color: rgb(8 47 73 / 0.6);
}

.border-e-sky-950\/65{
  border-inline-end-color: rgb(8 47 73 / 0.65);
}

.border-e-sky-950\/70{
  border-inline-end-color: rgb(8 47 73 / 0.7);
}

.border-e-sky-950\/75{
  border-inline-end-color: rgb(8 47 73 / 0.75);
}

.border-e-sky-950\/80{
  border-inline-end-color: rgb(8 47 73 / 0.8);
}

.border-e-sky-950\/85{
  border-inline-end-color: rgb(8 47 73 / 0.85);
}

.border-e-sky-950\/90{
  border-inline-end-color: rgb(8 47 73 / 0.9);
}

.border-e-sky-950\/95{
  border-inline-end-color: rgb(8 47 73 / 0.95);
}

.border-e-slate-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-e-slate-100\/0{
  border-inline-end-color: rgb(241 245 249 / 0);
}

.border-e-slate-100\/10{
  border-inline-end-color: rgb(241 245 249 / 0.1);
}

.border-e-slate-100\/100{
  border-inline-end-color: rgb(241 245 249 / 1);
}

.border-e-slate-100\/15{
  border-inline-end-color: rgb(241 245 249 / 0.15);
}

.border-e-slate-100\/20{
  border-inline-end-color: rgb(241 245 249 / 0.2);
}

.border-e-slate-100\/25{
  border-inline-end-color: rgb(241 245 249 / 0.25);
}

.border-e-slate-100\/30{
  border-inline-end-color: rgb(241 245 249 / 0.3);
}

.border-e-slate-100\/35{
  border-inline-end-color: rgb(241 245 249 / 0.35);
}

.border-e-slate-100\/40{
  border-inline-end-color: rgb(241 245 249 / 0.4);
}

.border-e-slate-100\/45{
  border-inline-end-color: rgb(241 245 249 / 0.45);
}

.border-e-slate-100\/5{
  border-inline-end-color: rgb(241 245 249 / 0.05);
}

.border-e-slate-100\/50{
  border-inline-end-color: rgb(241 245 249 / 0.5);
}

.border-e-slate-100\/55{
  border-inline-end-color: rgb(241 245 249 / 0.55);
}

.border-e-slate-100\/60{
  border-inline-end-color: rgb(241 245 249 / 0.6);
}

.border-e-slate-100\/65{
  border-inline-end-color: rgb(241 245 249 / 0.65);
}

.border-e-slate-100\/70{
  border-inline-end-color: rgb(241 245 249 / 0.7);
}

.border-e-slate-100\/75{
  border-inline-end-color: rgb(241 245 249 / 0.75);
}

.border-e-slate-100\/80{
  border-inline-end-color: rgb(241 245 249 / 0.8);
}

.border-e-slate-100\/85{
  border-inline-end-color: rgb(241 245 249 / 0.85);
}

.border-e-slate-100\/90{
  border-inline-end-color: rgb(241 245 249 / 0.9);
}

.border-e-slate-100\/95{
  border-inline-end-color: rgb(241 245 249 / 0.95);
}

.border-e-slate-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-e-slate-200\/0{
  border-inline-end-color: rgb(226 232 240 / 0);
}

.border-e-slate-200\/10{
  border-inline-end-color: rgb(226 232 240 / 0.1);
}

.border-e-slate-200\/100{
  border-inline-end-color: rgb(226 232 240 / 1);
}

.border-e-slate-200\/15{
  border-inline-end-color: rgb(226 232 240 / 0.15);
}

.border-e-slate-200\/20{
  border-inline-end-color: rgb(226 232 240 / 0.2);
}

.border-e-slate-200\/25{
  border-inline-end-color: rgb(226 232 240 / 0.25);
}

.border-e-slate-200\/30{
  border-inline-end-color: rgb(226 232 240 / 0.3);
}

.border-e-slate-200\/35{
  border-inline-end-color: rgb(226 232 240 / 0.35);
}

.border-e-slate-200\/40{
  border-inline-end-color: rgb(226 232 240 / 0.4);
}

.border-e-slate-200\/45{
  border-inline-end-color: rgb(226 232 240 / 0.45);
}

.border-e-slate-200\/5{
  border-inline-end-color: rgb(226 232 240 / 0.05);
}

.border-e-slate-200\/50{
  border-inline-end-color: rgb(226 232 240 / 0.5);
}

.border-e-slate-200\/55{
  border-inline-end-color: rgb(226 232 240 / 0.55);
}

.border-e-slate-200\/60{
  border-inline-end-color: rgb(226 232 240 / 0.6);
}

.border-e-slate-200\/65{
  border-inline-end-color: rgb(226 232 240 / 0.65);
}

.border-e-slate-200\/70{
  border-inline-end-color: rgb(226 232 240 / 0.7);
}

.border-e-slate-200\/75{
  border-inline-end-color: rgb(226 232 240 / 0.75);
}

.border-e-slate-200\/80{
  border-inline-end-color: rgb(226 232 240 / 0.8);
}

.border-e-slate-200\/85{
  border-inline-end-color: rgb(226 232 240 / 0.85);
}

.border-e-slate-200\/90{
  border-inline-end-color: rgb(226 232 240 / 0.9);
}

.border-e-slate-200\/95{
  border-inline-end-color: rgb(226 232 240 / 0.95);
}

.border-e-slate-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-e-slate-300\/0{
  border-inline-end-color: rgb(203 213 225 / 0);
}

.border-e-slate-300\/10{
  border-inline-end-color: rgb(203 213 225 / 0.1);
}

.border-e-slate-300\/100{
  border-inline-end-color: rgb(203 213 225 / 1);
}

.border-e-slate-300\/15{
  border-inline-end-color: rgb(203 213 225 / 0.15);
}

.border-e-slate-300\/20{
  border-inline-end-color: rgb(203 213 225 / 0.2);
}

.border-e-slate-300\/25{
  border-inline-end-color: rgb(203 213 225 / 0.25);
}

.border-e-slate-300\/30{
  border-inline-end-color: rgb(203 213 225 / 0.3);
}

.border-e-slate-300\/35{
  border-inline-end-color: rgb(203 213 225 / 0.35);
}

.border-e-slate-300\/40{
  border-inline-end-color: rgb(203 213 225 / 0.4);
}

.border-e-slate-300\/45{
  border-inline-end-color: rgb(203 213 225 / 0.45);
}

.border-e-slate-300\/5{
  border-inline-end-color: rgb(203 213 225 / 0.05);
}

.border-e-slate-300\/50{
  border-inline-end-color: rgb(203 213 225 / 0.5);
}

.border-e-slate-300\/55{
  border-inline-end-color: rgb(203 213 225 / 0.55);
}

.border-e-slate-300\/60{
  border-inline-end-color: rgb(203 213 225 / 0.6);
}

.border-e-slate-300\/65{
  border-inline-end-color: rgb(203 213 225 / 0.65);
}

.border-e-slate-300\/70{
  border-inline-end-color: rgb(203 213 225 / 0.7);
}

.border-e-slate-300\/75{
  border-inline-end-color: rgb(203 213 225 / 0.75);
}

.border-e-slate-300\/80{
  border-inline-end-color: rgb(203 213 225 / 0.8);
}

.border-e-slate-300\/85{
  border-inline-end-color: rgb(203 213 225 / 0.85);
}

.border-e-slate-300\/90{
  border-inline-end-color: rgb(203 213 225 / 0.9);
}

.border-e-slate-300\/95{
  border-inline-end-color: rgb(203 213 225 / 0.95);
}

.border-e-slate-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-e-slate-400\/0{
  border-inline-end-color: rgb(148 163 184 / 0);
}

.border-e-slate-400\/10{
  border-inline-end-color: rgb(148 163 184 / 0.1);
}

.border-e-slate-400\/100{
  border-inline-end-color: rgb(148 163 184 / 1);
}

.border-e-slate-400\/15{
  border-inline-end-color: rgb(148 163 184 / 0.15);
}

.border-e-slate-400\/20{
  border-inline-end-color: rgb(148 163 184 / 0.2);
}

.border-e-slate-400\/25{
  border-inline-end-color: rgb(148 163 184 / 0.25);
}

.border-e-slate-400\/30{
  border-inline-end-color: rgb(148 163 184 / 0.3);
}

.border-e-slate-400\/35{
  border-inline-end-color: rgb(148 163 184 / 0.35);
}

.border-e-slate-400\/40{
  border-inline-end-color: rgb(148 163 184 / 0.4);
}

.border-e-slate-400\/45{
  border-inline-end-color: rgb(148 163 184 / 0.45);
}

.border-e-slate-400\/5{
  border-inline-end-color: rgb(148 163 184 / 0.05);
}

.border-e-slate-400\/50{
  border-inline-end-color: rgb(148 163 184 / 0.5);
}

.border-e-slate-400\/55{
  border-inline-end-color: rgb(148 163 184 / 0.55);
}

.border-e-slate-400\/60{
  border-inline-end-color: rgb(148 163 184 / 0.6);
}

.border-e-slate-400\/65{
  border-inline-end-color: rgb(148 163 184 / 0.65);
}

.border-e-slate-400\/70{
  border-inline-end-color: rgb(148 163 184 / 0.7);
}

.border-e-slate-400\/75{
  border-inline-end-color: rgb(148 163 184 / 0.75);
}

.border-e-slate-400\/80{
  border-inline-end-color: rgb(148 163 184 / 0.8);
}

.border-e-slate-400\/85{
  border-inline-end-color: rgb(148 163 184 / 0.85);
}

.border-e-slate-400\/90{
  border-inline-end-color: rgb(148 163 184 / 0.9);
}

.border-e-slate-400\/95{
  border-inline-end-color: rgb(148 163 184 / 0.95);
}

.border-e-slate-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-e-slate-50\/0{
  border-inline-end-color: rgb(248 250 252 / 0);
}

.border-e-slate-50\/10{
  border-inline-end-color: rgb(248 250 252 / 0.1);
}

.border-e-slate-50\/100{
  border-inline-end-color: rgb(248 250 252 / 1);
}

.border-e-slate-50\/15{
  border-inline-end-color: rgb(248 250 252 / 0.15);
}

.border-e-slate-50\/20{
  border-inline-end-color: rgb(248 250 252 / 0.2);
}

.border-e-slate-50\/25{
  border-inline-end-color: rgb(248 250 252 / 0.25);
}

.border-e-slate-50\/30{
  border-inline-end-color: rgb(248 250 252 / 0.3);
}

.border-e-slate-50\/35{
  border-inline-end-color: rgb(248 250 252 / 0.35);
}

.border-e-slate-50\/40{
  border-inline-end-color: rgb(248 250 252 / 0.4);
}

.border-e-slate-50\/45{
  border-inline-end-color: rgb(248 250 252 / 0.45);
}

.border-e-slate-50\/5{
  border-inline-end-color: rgb(248 250 252 / 0.05);
}

.border-e-slate-50\/50{
  border-inline-end-color: rgb(248 250 252 / 0.5);
}

.border-e-slate-50\/55{
  border-inline-end-color: rgb(248 250 252 / 0.55);
}

.border-e-slate-50\/60{
  border-inline-end-color: rgb(248 250 252 / 0.6);
}

.border-e-slate-50\/65{
  border-inline-end-color: rgb(248 250 252 / 0.65);
}

.border-e-slate-50\/70{
  border-inline-end-color: rgb(248 250 252 / 0.7);
}

.border-e-slate-50\/75{
  border-inline-end-color: rgb(248 250 252 / 0.75);
}

.border-e-slate-50\/80{
  border-inline-end-color: rgb(248 250 252 / 0.8);
}

.border-e-slate-50\/85{
  border-inline-end-color: rgb(248 250 252 / 0.85);
}

.border-e-slate-50\/90{
  border-inline-end-color: rgb(248 250 252 / 0.9);
}

.border-e-slate-50\/95{
  border-inline-end-color: rgb(248 250 252 / 0.95);
}

.border-e-slate-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-e-slate-500\/0{
  border-inline-end-color: rgb(100 116 139 / 0);
}

.border-e-slate-500\/10{
  border-inline-end-color: rgb(100 116 139 / 0.1);
}

.border-e-slate-500\/100{
  border-inline-end-color: rgb(100 116 139 / 1);
}

.border-e-slate-500\/15{
  border-inline-end-color: rgb(100 116 139 / 0.15);
}

.border-e-slate-500\/20{
  border-inline-end-color: rgb(100 116 139 / 0.2);
}

.border-e-slate-500\/25{
  border-inline-end-color: rgb(100 116 139 / 0.25);
}

.border-e-slate-500\/30{
  border-inline-end-color: rgb(100 116 139 / 0.3);
}

.border-e-slate-500\/35{
  border-inline-end-color: rgb(100 116 139 / 0.35);
}

.border-e-slate-500\/40{
  border-inline-end-color: rgb(100 116 139 / 0.4);
}

.border-e-slate-500\/45{
  border-inline-end-color: rgb(100 116 139 / 0.45);
}

.border-e-slate-500\/5{
  border-inline-end-color: rgb(100 116 139 / 0.05);
}

.border-e-slate-500\/50{
  border-inline-end-color: rgb(100 116 139 / 0.5);
}

.border-e-slate-500\/55{
  border-inline-end-color: rgb(100 116 139 / 0.55);
}

.border-e-slate-500\/60{
  border-inline-end-color: rgb(100 116 139 / 0.6);
}

.border-e-slate-500\/65{
  border-inline-end-color: rgb(100 116 139 / 0.65);
}

.border-e-slate-500\/70{
  border-inline-end-color: rgb(100 116 139 / 0.7);
}

.border-e-slate-500\/75{
  border-inline-end-color: rgb(100 116 139 / 0.75);
}

.border-e-slate-500\/80{
  border-inline-end-color: rgb(100 116 139 / 0.8);
}

.border-e-slate-500\/85{
  border-inline-end-color: rgb(100 116 139 / 0.85);
}

.border-e-slate-500\/90{
  border-inline-end-color: rgb(100 116 139 / 0.9);
}

.border-e-slate-500\/95{
  border-inline-end-color: rgb(100 116 139 / 0.95);
}

.border-e-slate-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-e-slate-600\/0{
  border-inline-end-color: rgb(71 85 105 / 0);
}

.border-e-slate-600\/10{
  border-inline-end-color: rgb(71 85 105 / 0.1);
}

.border-e-slate-600\/100{
  border-inline-end-color: rgb(71 85 105 / 1);
}

.border-e-slate-600\/15{
  border-inline-end-color: rgb(71 85 105 / 0.15);
}

.border-e-slate-600\/20{
  border-inline-end-color: rgb(71 85 105 / 0.2);
}

.border-e-slate-600\/25{
  border-inline-end-color: rgb(71 85 105 / 0.25);
}

.border-e-slate-600\/30{
  border-inline-end-color: rgb(71 85 105 / 0.3);
}

.border-e-slate-600\/35{
  border-inline-end-color: rgb(71 85 105 / 0.35);
}

.border-e-slate-600\/40{
  border-inline-end-color: rgb(71 85 105 / 0.4);
}

.border-e-slate-600\/45{
  border-inline-end-color: rgb(71 85 105 / 0.45);
}

.border-e-slate-600\/5{
  border-inline-end-color: rgb(71 85 105 / 0.05);
}

.border-e-slate-600\/50{
  border-inline-end-color: rgb(71 85 105 / 0.5);
}

.border-e-slate-600\/55{
  border-inline-end-color: rgb(71 85 105 / 0.55);
}

.border-e-slate-600\/60{
  border-inline-end-color: rgb(71 85 105 / 0.6);
}

.border-e-slate-600\/65{
  border-inline-end-color: rgb(71 85 105 / 0.65);
}

.border-e-slate-600\/70{
  border-inline-end-color: rgb(71 85 105 / 0.7);
}

.border-e-slate-600\/75{
  border-inline-end-color: rgb(71 85 105 / 0.75);
}

.border-e-slate-600\/80{
  border-inline-end-color: rgb(71 85 105 / 0.8);
}

.border-e-slate-600\/85{
  border-inline-end-color: rgb(71 85 105 / 0.85);
}

.border-e-slate-600\/90{
  border-inline-end-color: rgb(71 85 105 / 0.9);
}

.border-e-slate-600\/95{
  border-inline-end-color: rgb(71 85 105 / 0.95);
}

.border-e-slate-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-e-slate-700\/0{
  border-inline-end-color: rgb(51 65 85 / 0);
}

.border-e-slate-700\/10{
  border-inline-end-color: rgb(51 65 85 / 0.1);
}

.border-e-slate-700\/100{
  border-inline-end-color: rgb(51 65 85 / 1);
}

.border-e-slate-700\/15{
  border-inline-end-color: rgb(51 65 85 / 0.15);
}

.border-e-slate-700\/20{
  border-inline-end-color: rgb(51 65 85 / 0.2);
}

.border-e-slate-700\/25{
  border-inline-end-color: rgb(51 65 85 / 0.25);
}

.border-e-slate-700\/30{
  border-inline-end-color: rgb(51 65 85 / 0.3);
}

.border-e-slate-700\/35{
  border-inline-end-color: rgb(51 65 85 / 0.35);
}

.border-e-slate-700\/40{
  border-inline-end-color: rgb(51 65 85 / 0.4);
}

.border-e-slate-700\/45{
  border-inline-end-color: rgb(51 65 85 / 0.45);
}

.border-e-slate-700\/5{
  border-inline-end-color: rgb(51 65 85 / 0.05);
}

.border-e-slate-700\/50{
  border-inline-end-color: rgb(51 65 85 / 0.5);
}

.border-e-slate-700\/55{
  border-inline-end-color: rgb(51 65 85 / 0.55);
}

.border-e-slate-700\/60{
  border-inline-end-color: rgb(51 65 85 / 0.6);
}

.border-e-slate-700\/65{
  border-inline-end-color: rgb(51 65 85 / 0.65);
}

.border-e-slate-700\/70{
  border-inline-end-color: rgb(51 65 85 / 0.7);
}

.border-e-slate-700\/75{
  border-inline-end-color: rgb(51 65 85 / 0.75);
}

.border-e-slate-700\/80{
  border-inline-end-color: rgb(51 65 85 / 0.8);
}

.border-e-slate-700\/85{
  border-inline-end-color: rgb(51 65 85 / 0.85);
}

.border-e-slate-700\/90{
  border-inline-end-color: rgb(51 65 85 / 0.9);
}

.border-e-slate-700\/95{
  border-inline-end-color: rgb(51 65 85 / 0.95);
}

.border-e-slate-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-e-slate-800\/0{
  border-inline-end-color: rgb(30 41 59 / 0);
}

.border-e-slate-800\/10{
  border-inline-end-color: rgb(30 41 59 / 0.1);
}

.border-e-slate-800\/100{
  border-inline-end-color: rgb(30 41 59 / 1);
}

.border-e-slate-800\/15{
  border-inline-end-color: rgb(30 41 59 / 0.15);
}

.border-e-slate-800\/20{
  border-inline-end-color: rgb(30 41 59 / 0.2);
}

.border-e-slate-800\/25{
  border-inline-end-color: rgb(30 41 59 / 0.25);
}

.border-e-slate-800\/30{
  border-inline-end-color: rgb(30 41 59 / 0.3);
}

.border-e-slate-800\/35{
  border-inline-end-color: rgb(30 41 59 / 0.35);
}

.border-e-slate-800\/40{
  border-inline-end-color: rgb(30 41 59 / 0.4);
}

.border-e-slate-800\/45{
  border-inline-end-color: rgb(30 41 59 / 0.45);
}

.border-e-slate-800\/5{
  border-inline-end-color: rgb(30 41 59 / 0.05);
}

.border-e-slate-800\/50{
  border-inline-end-color: rgb(30 41 59 / 0.5);
}

.border-e-slate-800\/55{
  border-inline-end-color: rgb(30 41 59 / 0.55);
}

.border-e-slate-800\/60{
  border-inline-end-color: rgb(30 41 59 / 0.6);
}

.border-e-slate-800\/65{
  border-inline-end-color: rgb(30 41 59 / 0.65);
}

.border-e-slate-800\/70{
  border-inline-end-color: rgb(30 41 59 / 0.7);
}

.border-e-slate-800\/75{
  border-inline-end-color: rgb(30 41 59 / 0.75);
}

.border-e-slate-800\/80{
  border-inline-end-color: rgb(30 41 59 / 0.8);
}

.border-e-slate-800\/85{
  border-inline-end-color: rgb(30 41 59 / 0.85);
}

.border-e-slate-800\/90{
  border-inline-end-color: rgb(30 41 59 / 0.9);
}

.border-e-slate-800\/95{
  border-inline-end-color: rgb(30 41 59 / 0.95);
}

.border-e-slate-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-e-slate-900\/0{
  border-inline-end-color: rgb(15 23 42 / 0);
}

.border-e-slate-900\/10{
  border-inline-end-color: rgb(15 23 42 / 0.1);
}

.border-e-slate-900\/100{
  border-inline-end-color: rgb(15 23 42 / 1);
}

.border-e-slate-900\/15{
  border-inline-end-color: rgb(15 23 42 / 0.15);
}

.border-e-slate-900\/20{
  border-inline-end-color: rgb(15 23 42 / 0.2);
}

.border-e-slate-900\/25{
  border-inline-end-color: rgb(15 23 42 / 0.25);
}

.border-e-slate-900\/30{
  border-inline-end-color: rgb(15 23 42 / 0.3);
}

.border-e-slate-900\/35{
  border-inline-end-color: rgb(15 23 42 / 0.35);
}

.border-e-slate-900\/40{
  border-inline-end-color: rgb(15 23 42 / 0.4);
}

.border-e-slate-900\/45{
  border-inline-end-color: rgb(15 23 42 / 0.45);
}

.border-e-slate-900\/5{
  border-inline-end-color: rgb(15 23 42 / 0.05);
}

.border-e-slate-900\/50{
  border-inline-end-color: rgb(15 23 42 / 0.5);
}

.border-e-slate-900\/55{
  border-inline-end-color: rgb(15 23 42 / 0.55);
}

.border-e-slate-900\/60{
  border-inline-end-color: rgb(15 23 42 / 0.6);
}

.border-e-slate-900\/65{
  border-inline-end-color: rgb(15 23 42 / 0.65);
}

.border-e-slate-900\/70{
  border-inline-end-color: rgb(15 23 42 / 0.7);
}

.border-e-slate-900\/75{
  border-inline-end-color: rgb(15 23 42 / 0.75);
}

.border-e-slate-900\/80{
  border-inline-end-color: rgb(15 23 42 / 0.8);
}

.border-e-slate-900\/85{
  border-inline-end-color: rgb(15 23 42 / 0.85);
}

.border-e-slate-900\/90{
  border-inline-end-color: rgb(15 23 42 / 0.9);
}

.border-e-slate-900\/95{
  border-inline-end-color: rgb(15 23 42 / 0.95);
}

.border-e-slate-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-e-slate-950\/0{
  border-inline-end-color: rgb(2 6 23 / 0);
}

.border-e-slate-950\/10{
  border-inline-end-color: rgb(2 6 23 / 0.1);
}

.border-e-slate-950\/100{
  border-inline-end-color: rgb(2 6 23 / 1);
}

.border-e-slate-950\/15{
  border-inline-end-color: rgb(2 6 23 / 0.15);
}

.border-e-slate-950\/20{
  border-inline-end-color: rgb(2 6 23 / 0.2);
}

.border-e-slate-950\/25{
  border-inline-end-color: rgb(2 6 23 / 0.25);
}

.border-e-slate-950\/30{
  border-inline-end-color: rgb(2 6 23 / 0.3);
}

.border-e-slate-950\/35{
  border-inline-end-color: rgb(2 6 23 / 0.35);
}

.border-e-slate-950\/40{
  border-inline-end-color: rgb(2 6 23 / 0.4);
}

.border-e-slate-950\/45{
  border-inline-end-color: rgb(2 6 23 / 0.45);
}

.border-e-slate-950\/5{
  border-inline-end-color: rgb(2 6 23 / 0.05);
}

.border-e-slate-950\/50{
  border-inline-end-color: rgb(2 6 23 / 0.5);
}

.border-e-slate-950\/55{
  border-inline-end-color: rgb(2 6 23 / 0.55);
}

.border-e-slate-950\/60{
  border-inline-end-color: rgb(2 6 23 / 0.6);
}

.border-e-slate-950\/65{
  border-inline-end-color: rgb(2 6 23 / 0.65);
}

.border-e-slate-950\/70{
  border-inline-end-color: rgb(2 6 23 / 0.7);
}

.border-e-slate-950\/75{
  border-inline-end-color: rgb(2 6 23 / 0.75);
}

.border-e-slate-950\/80{
  border-inline-end-color: rgb(2 6 23 / 0.8);
}

.border-e-slate-950\/85{
  border-inline-end-color: rgb(2 6 23 / 0.85);
}

.border-e-slate-950\/90{
  border-inline-end-color: rgb(2 6 23 / 0.9);
}

.border-e-slate-950\/95{
  border-inline-end-color: rgb(2 6 23 / 0.95);
}

.border-e-stone-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-e-stone-100\/0{
  border-inline-end-color: rgb(245 245 244 / 0);
}

.border-e-stone-100\/10{
  border-inline-end-color: rgb(245 245 244 / 0.1);
}

.border-e-stone-100\/100{
  border-inline-end-color: rgb(245 245 244 / 1);
}

.border-e-stone-100\/15{
  border-inline-end-color: rgb(245 245 244 / 0.15);
}

.border-e-stone-100\/20{
  border-inline-end-color: rgb(245 245 244 / 0.2);
}

.border-e-stone-100\/25{
  border-inline-end-color: rgb(245 245 244 / 0.25);
}

.border-e-stone-100\/30{
  border-inline-end-color: rgb(245 245 244 / 0.3);
}

.border-e-stone-100\/35{
  border-inline-end-color: rgb(245 245 244 / 0.35);
}

.border-e-stone-100\/40{
  border-inline-end-color: rgb(245 245 244 / 0.4);
}

.border-e-stone-100\/45{
  border-inline-end-color: rgb(245 245 244 / 0.45);
}

.border-e-stone-100\/5{
  border-inline-end-color: rgb(245 245 244 / 0.05);
}

.border-e-stone-100\/50{
  border-inline-end-color: rgb(245 245 244 / 0.5);
}

.border-e-stone-100\/55{
  border-inline-end-color: rgb(245 245 244 / 0.55);
}

.border-e-stone-100\/60{
  border-inline-end-color: rgb(245 245 244 / 0.6);
}

.border-e-stone-100\/65{
  border-inline-end-color: rgb(245 245 244 / 0.65);
}

.border-e-stone-100\/70{
  border-inline-end-color: rgb(245 245 244 / 0.7);
}

.border-e-stone-100\/75{
  border-inline-end-color: rgb(245 245 244 / 0.75);
}

.border-e-stone-100\/80{
  border-inline-end-color: rgb(245 245 244 / 0.8);
}

.border-e-stone-100\/85{
  border-inline-end-color: rgb(245 245 244 / 0.85);
}

.border-e-stone-100\/90{
  border-inline-end-color: rgb(245 245 244 / 0.9);
}

.border-e-stone-100\/95{
  border-inline-end-color: rgb(245 245 244 / 0.95);
}

.border-e-stone-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-e-stone-200\/0{
  border-inline-end-color: rgb(231 229 228 / 0);
}

.border-e-stone-200\/10{
  border-inline-end-color: rgb(231 229 228 / 0.1);
}

.border-e-stone-200\/100{
  border-inline-end-color: rgb(231 229 228 / 1);
}

.border-e-stone-200\/15{
  border-inline-end-color: rgb(231 229 228 / 0.15);
}

.border-e-stone-200\/20{
  border-inline-end-color: rgb(231 229 228 / 0.2);
}

.border-e-stone-200\/25{
  border-inline-end-color: rgb(231 229 228 / 0.25);
}

.border-e-stone-200\/30{
  border-inline-end-color: rgb(231 229 228 / 0.3);
}

.border-e-stone-200\/35{
  border-inline-end-color: rgb(231 229 228 / 0.35);
}

.border-e-stone-200\/40{
  border-inline-end-color: rgb(231 229 228 / 0.4);
}

.border-e-stone-200\/45{
  border-inline-end-color: rgb(231 229 228 / 0.45);
}

.border-e-stone-200\/5{
  border-inline-end-color: rgb(231 229 228 / 0.05);
}

.border-e-stone-200\/50{
  border-inline-end-color: rgb(231 229 228 / 0.5);
}

.border-e-stone-200\/55{
  border-inline-end-color: rgb(231 229 228 / 0.55);
}

.border-e-stone-200\/60{
  border-inline-end-color: rgb(231 229 228 / 0.6);
}

.border-e-stone-200\/65{
  border-inline-end-color: rgb(231 229 228 / 0.65);
}

.border-e-stone-200\/70{
  border-inline-end-color: rgb(231 229 228 / 0.7);
}

.border-e-stone-200\/75{
  border-inline-end-color: rgb(231 229 228 / 0.75);
}

.border-e-stone-200\/80{
  border-inline-end-color: rgb(231 229 228 / 0.8);
}

.border-e-stone-200\/85{
  border-inline-end-color: rgb(231 229 228 / 0.85);
}

.border-e-stone-200\/90{
  border-inline-end-color: rgb(231 229 228 / 0.9);
}

.border-e-stone-200\/95{
  border-inline-end-color: rgb(231 229 228 / 0.95);
}

.border-e-stone-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-e-stone-300\/0{
  border-inline-end-color: rgb(214 211 209 / 0);
}

.border-e-stone-300\/10{
  border-inline-end-color: rgb(214 211 209 / 0.1);
}

.border-e-stone-300\/100{
  border-inline-end-color: rgb(214 211 209 / 1);
}

.border-e-stone-300\/15{
  border-inline-end-color: rgb(214 211 209 / 0.15);
}

.border-e-stone-300\/20{
  border-inline-end-color: rgb(214 211 209 / 0.2);
}

.border-e-stone-300\/25{
  border-inline-end-color: rgb(214 211 209 / 0.25);
}

.border-e-stone-300\/30{
  border-inline-end-color: rgb(214 211 209 / 0.3);
}

.border-e-stone-300\/35{
  border-inline-end-color: rgb(214 211 209 / 0.35);
}

.border-e-stone-300\/40{
  border-inline-end-color: rgb(214 211 209 / 0.4);
}

.border-e-stone-300\/45{
  border-inline-end-color: rgb(214 211 209 / 0.45);
}

.border-e-stone-300\/5{
  border-inline-end-color: rgb(214 211 209 / 0.05);
}

.border-e-stone-300\/50{
  border-inline-end-color: rgb(214 211 209 / 0.5);
}

.border-e-stone-300\/55{
  border-inline-end-color: rgb(214 211 209 / 0.55);
}

.border-e-stone-300\/60{
  border-inline-end-color: rgb(214 211 209 / 0.6);
}

.border-e-stone-300\/65{
  border-inline-end-color: rgb(214 211 209 / 0.65);
}

.border-e-stone-300\/70{
  border-inline-end-color: rgb(214 211 209 / 0.7);
}

.border-e-stone-300\/75{
  border-inline-end-color: rgb(214 211 209 / 0.75);
}

.border-e-stone-300\/80{
  border-inline-end-color: rgb(214 211 209 / 0.8);
}

.border-e-stone-300\/85{
  border-inline-end-color: rgb(214 211 209 / 0.85);
}

.border-e-stone-300\/90{
  border-inline-end-color: rgb(214 211 209 / 0.9);
}

.border-e-stone-300\/95{
  border-inline-end-color: rgb(214 211 209 / 0.95);
}

.border-e-stone-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-e-stone-400\/0{
  border-inline-end-color: rgb(168 162 158 / 0);
}

.border-e-stone-400\/10{
  border-inline-end-color: rgb(168 162 158 / 0.1);
}

.border-e-stone-400\/100{
  border-inline-end-color: rgb(168 162 158 / 1);
}

.border-e-stone-400\/15{
  border-inline-end-color: rgb(168 162 158 / 0.15);
}

.border-e-stone-400\/20{
  border-inline-end-color: rgb(168 162 158 / 0.2);
}

.border-e-stone-400\/25{
  border-inline-end-color: rgb(168 162 158 / 0.25);
}

.border-e-stone-400\/30{
  border-inline-end-color: rgb(168 162 158 / 0.3);
}

.border-e-stone-400\/35{
  border-inline-end-color: rgb(168 162 158 / 0.35);
}

.border-e-stone-400\/40{
  border-inline-end-color: rgb(168 162 158 / 0.4);
}

.border-e-stone-400\/45{
  border-inline-end-color: rgb(168 162 158 / 0.45);
}

.border-e-stone-400\/5{
  border-inline-end-color: rgb(168 162 158 / 0.05);
}

.border-e-stone-400\/50{
  border-inline-end-color: rgb(168 162 158 / 0.5);
}

.border-e-stone-400\/55{
  border-inline-end-color: rgb(168 162 158 / 0.55);
}

.border-e-stone-400\/60{
  border-inline-end-color: rgb(168 162 158 / 0.6);
}

.border-e-stone-400\/65{
  border-inline-end-color: rgb(168 162 158 / 0.65);
}

.border-e-stone-400\/70{
  border-inline-end-color: rgb(168 162 158 / 0.7);
}

.border-e-stone-400\/75{
  border-inline-end-color: rgb(168 162 158 / 0.75);
}

.border-e-stone-400\/80{
  border-inline-end-color: rgb(168 162 158 / 0.8);
}

.border-e-stone-400\/85{
  border-inline-end-color: rgb(168 162 158 / 0.85);
}

.border-e-stone-400\/90{
  border-inline-end-color: rgb(168 162 158 / 0.9);
}

.border-e-stone-400\/95{
  border-inline-end-color: rgb(168 162 158 / 0.95);
}

.border-e-stone-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-e-stone-50\/0{
  border-inline-end-color: rgb(250 250 249 / 0);
}

.border-e-stone-50\/10{
  border-inline-end-color: rgb(250 250 249 / 0.1);
}

.border-e-stone-50\/100{
  border-inline-end-color: rgb(250 250 249 / 1);
}

.border-e-stone-50\/15{
  border-inline-end-color: rgb(250 250 249 / 0.15);
}

.border-e-stone-50\/20{
  border-inline-end-color: rgb(250 250 249 / 0.2);
}

.border-e-stone-50\/25{
  border-inline-end-color: rgb(250 250 249 / 0.25);
}

.border-e-stone-50\/30{
  border-inline-end-color: rgb(250 250 249 / 0.3);
}

.border-e-stone-50\/35{
  border-inline-end-color: rgb(250 250 249 / 0.35);
}

.border-e-stone-50\/40{
  border-inline-end-color: rgb(250 250 249 / 0.4);
}

.border-e-stone-50\/45{
  border-inline-end-color: rgb(250 250 249 / 0.45);
}

.border-e-stone-50\/5{
  border-inline-end-color: rgb(250 250 249 / 0.05);
}

.border-e-stone-50\/50{
  border-inline-end-color: rgb(250 250 249 / 0.5);
}

.border-e-stone-50\/55{
  border-inline-end-color: rgb(250 250 249 / 0.55);
}

.border-e-stone-50\/60{
  border-inline-end-color: rgb(250 250 249 / 0.6);
}

.border-e-stone-50\/65{
  border-inline-end-color: rgb(250 250 249 / 0.65);
}

.border-e-stone-50\/70{
  border-inline-end-color: rgb(250 250 249 / 0.7);
}

.border-e-stone-50\/75{
  border-inline-end-color: rgb(250 250 249 / 0.75);
}

.border-e-stone-50\/80{
  border-inline-end-color: rgb(250 250 249 / 0.8);
}

.border-e-stone-50\/85{
  border-inline-end-color: rgb(250 250 249 / 0.85);
}

.border-e-stone-50\/90{
  border-inline-end-color: rgb(250 250 249 / 0.9);
}

.border-e-stone-50\/95{
  border-inline-end-color: rgb(250 250 249 / 0.95);
}

.border-e-stone-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-e-stone-500\/0{
  border-inline-end-color: rgb(120 113 108 / 0);
}

.border-e-stone-500\/10{
  border-inline-end-color: rgb(120 113 108 / 0.1);
}

.border-e-stone-500\/100{
  border-inline-end-color: rgb(120 113 108 / 1);
}

.border-e-stone-500\/15{
  border-inline-end-color: rgb(120 113 108 / 0.15);
}

.border-e-stone-500\/20{
  border-inline-end-color: rgb(120 113 108 / 0.2);
}

.border-e-stone-500\/25{
  border-inline-end-color: rgb(120 113 108 / 0.25);
}

.border-e-stone-500\/30{
  border-inline-end-color: rgb(120 113 108 / 0.3);
}

.border-e-stone-500\/35{
  border-inline-end-color: rgb(120 113 108 / 0.35);
}

.border-e-stone-500\/40{
  border-inline-end-color: rgb(120 113 108 / 0.4);
}

.border-e-stone-500\/45{
  border-inline-end-color: rgb(120 113 108 / 0.45);
}

.border-e-stone-500\/5{
  border-inline-end-color: rgb(120 113 108 / 0.05);
}

.border-e-stone-500\/50{
  border-inline-end-color: rgb(120 113 108 / 0.5);
}

.border-e-stone-500\/55{
  border-inline-end-color: rgb(120 113 108 / 0.55);
}

.border-e-stone-500\/60{
  border-inline-end-color: rgb(120 113 108 / 0.6);
}

.border-e-stone-500\/65{
  border-inline-end-color: rgb(120 113 108 / 0.65);
}

.border-e-stone-500\/70{
  border-inline-end-color: rgb(120 113 108 / 0.7);
}

.border-e-stone-500\/75{
  border-inline-end-color: rgb(120 113 108 / 0.75);
}

.border-e-stone-500\/80{
  border-inline-end-color: rgb(120 113 108 / 0.8);
}

.border-e-stone-500\/85{
  border-inline-end-color: rgb(120 113 108 / 0.85);
}

.border-e-stone-500\/90{
  border-inline-end-color: rgb(120 113 108 / 0.9);
}

.border-e-stone-500\/95{
  border-inline-end-color: rgb(120 113 108 / 0.95);
}

.border-e-stone-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-e-stone-600\/0{
  border-inline-end-color: rgb(87 83 78 / 0);
}

.border-e-stone-600\/10{
  border-inline-end-color: rgb(87 83 78 / 0.1);
}

.border-e-stone-600\/100{
  border-inline-end-color: rgb(87 83 78 / 1);
}

.border-e-stone-600\/15{
  border-inline-end-color: rgb(87 83 78 / 0.15);
}

.border-e-stone-600\/20{
  border-inline-end-color: rgb(87 83 78 / 0.2);
}

.border-e-stone-600\/25{
  border-inline-end-color: rgb(87 83 78 / 0.25);
}

.border-e-stone-600\/30{
  border-inline-end-color: rgb(87 83 78 / 0.3);
}

.border-e-stone-600\/35{
  border-inline-end-color: rgb(87 83 78 / 0.35);
}

.border-e-stone-600\/40{
  border-inline-end-color: rgb(87 83 78 / 0.4);
}

.border-e-stone-600\/45{
  border-inline-end-color: rgb(87 83 78 / 0.45);
}

.border-e-stone-600\/5{
  border-inline-end-color: rgb(87 83 78 / 0.05);
}

.border-e-stone-600\/50{
  border-inline-end-color: rgb(87 83 78 / 0.5);
}

.border-e-stone-600\/55{
  border-inline-end-color: rgb(87 83 78 / 0.55);
}

.border-e-stone-600\/60{
  border-inline-end-color: rgb(87 83 78 / 0.6);
}

.border-e-stone-600\/65{
  border-inline-end-color: rgb(87 83 78 / 0.65);
}

.border-e-stone-600\/70{
  border-inline-end-color: rgb(87 83 78 / 0.7);
}

.border-e-stone-600\/75{
  border-inline-end-color: rgb(87 83 78 / 0.75);
}

.border-e-stone-600\/80{
  border-inline-end-color: rgb(87 83 78 / 0.8);
}

.border-e-stone-600\/85{
  border-inline-end-color: rgb(87 83 78 / 0.85);
}

.border-e-stone-600\/90{
  border-inline-end-color: rgb(87 83 78 / 0.9);
}

.border-e-stone-600\/95{
  border-inline-end-color: rgb(87 83 78 / 0.95);
}

.border-e-stone-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-e-stone-700\/0{
  border-inline-end-color: rgb(68 64 60 / 0);
}

.border-e-stone-700\/10{
  border-inline-end-color: rgb(68 64 60 / 0.1);
}

.border-e-stone-700\/100{
  border-inline-end-color: rgb(68 64 60 / 1);
}

.border-e-stone-700\/15{
  border-inline-end-color: rgb(68 64 60 / 0.15);
}

.border-e-stone-700\/20{
  border-inline-end-color: rgb(68 64 60 / 0.2);
}

.border-e-stone-700\/25{
  border-inline-end-color: rgb(68 64 60 / 0.25);
}

.border-e-stone-700\/30{
  border-inline-end-color: rgb(68 64 60 / 0.3);
}

.border-e-stone-700\/35{
  border-inline-end-color: rgb(68 64 60 / 0.35);
}

.border-e-stone-700\/40{
  border-inline-end-color: rgb(68 64 60 / 0.4);
}

.border-e-stone-700\/45{
  border-inline-end-color: rgb(68 64 60 / 0.45);
}

.border-e-stone-700\/5{
  border-inline-end-color: rgb(68 64 60 / 0.05);
}

.border-e-stone-700\/50{
  border-inline-end-color: rgb(68 64 60 / 0.5);
}

.border-e-stone-700\/55{
  border-inline-end-color: rgb(68 64 60 / 0.55);
}

.border-e-stone-700\/60{
  border-inline-end-color: rgb(68 64 60 / 0.6);
}

.border-e-stone-700\/65{
  border-inline-end-color: rgb(68 64 60 / 0.65);
}

.border-e-stone-700\/70{
  border-inline-end-color: rgb(68 64 60 / 0.7);
}

.border-e-stone-700\/75{
  border-inline-end-color: rgb(68 64 60 / 0.75);
}

.border-e-stone-700\/80{
  border-inline-end-color: rgb(68 64 60 / 0.8);
}

.border-e-stone-700\/85{
  border-inline-end-color: rgb(68 64 60 / 0.85);
}

.border-e-stone-700\/90{
  border-inline-end-color: rgb(68 64 60 / 0.9);
}

.border-e-stone-700\/95{
  border-inline-end-color: rgb(68 64 60 / 0.95);
}

.border-e-stone-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-e-stone-800\/0{
  border-inline-end-color: rgb(41 37 36 / 0);
}

.border-e-stone-800\/10{
  border-inline-end-color: rgb(41 37 36 / 0.1);
}

.border-e-stone-800\/100{
  border-inline-end-color: rgb(41 37 36 / 1);
}

.border-e-stone-800\/15{
  border-inline-end-color: rgb(41 37 36 / 0.15);
}

.border-e-stone-800\/20{
  border-inline-end-color: rgb(41 37 36 / 0.2);
}

.border-e-stone-800\/25{
  border-inline-end-color: rgb(41 37 36 / 0.25);
}

.border-e-stone-800\/30{
  border-inline-end-color: rgb(41 37 36 / 0.3);
}

.border-e-stone-800\/35{
  border-inline-end-color: rgb(41 37 36 / 0.35);
}

.border-e-stone-800\/40{
  border-inline-end-color: rgb(41 37 36 / 0.4);
}

.border-e-stone-800\/45{
  border-inline-end-color: rgb(41 37 36 / 0.45);
}

.border-e-stone-800\/5{
  border-inline-end-color: rgb(41 37 36 / 0.05);
}

.border-e-stone-800\/50{
  border-inline-end-color: rgb(41 37 36 / 0.5);
}

.border-e-stone-800\/55{
  border-inline-end-color: rgb(41 37 36 / 0.55);
}

.border-e-stone-800\/60{
  border-inline-end-color: rgb(41 37 36 / 0.6);
}

.border-e-stone-800\/65{
  border-inline-end-color: rgb(41 37 36 / 0.65);
}

.border-e-stone-800\/70{
  border-inline-end-color: rgb(41 37 36 / 0.7);
}

.border-e-stone-800\/75{
  border-inline-end-color: rgb(41 37 36 / 0.75);
}

.border-e-stone-800\/80{
  border-inline-end-color: rgb(41 37 36 / 0.8);
}

.border-e-stone-800\/85{
  border-inline-end-color: rgb(41 37 36 / 0.85);
}

.border-e-stone-800\/90{
  border-inline-end-color: rgb(41 37 36 / 0.9);
}

.border-e-stone-800\/95{
  border-inline-end-color: rgb(41 37 36 / 0.95);
}

.border-e-stone-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-e-stone-900\/0{
  border-inline-end-color: rgb(28 25 23 / 0);
}

.border-e-stone-900\/10{
  border-inline-end-color: rgb(28 25 23 / 0.1);
}

.border-e-stone-900\/100{
  border-inline-end-color: rgb(28 25 23 / 1);
}

.border-e-stone-900\/15{
  border-inline-end-color: rgb(28 25 23 / 0.15);
}

.border-e-stone-900\/20{
  border-inline-end-color: rgb(28 25 23 / 0.2);
}

.border-e-stone-900\/25{
  border-inline-end-color: rgb(28 25 23 / 0.25);
}

.border-e-stone-900\/30{
  border-inline-end-color: rgb(28 25 23 / 0.3);
}

.border-e-stone-900\/35{
  border-inline-end-color: rgb(28 25 23 / 0.35);
}

.border-e-stone-900\/40{
  border-inline-end-color: rgb(28 25 23 / 0.4);
}

.border-e-stone-900\/45{
  border-inline-end-color: rgb(28 25 23 / 0.45);
}

.border-e-stone-900\/5{
  border-inline-end-color: rgb(28 25 23 / 0.05);
}

.border-e-stone-900\/50{
  border-inline-end-color: rgb(28 25 23 / 0.5);
}

.border-e-stone-900\/55{
  border-inline-end-color: rgb(28 25 23 / 0.55);
}

.border-e-stone-900\/60{
  border-inline-end-color: rgb(28 25 23 / 0.6);
}

.border-e-stone-900\/65{
  border-inline-end-color: rgb(28 25 23 / 0.65);
}

.border-e-stone-900\/70{
  border-inline-end-color: rgb(28 25 23 / 0.7);
}

.border-e-stone-900\/75{
  border-inline-end-color: rgb(28 25 23 / 0.75);
}

.border-e-stone-900\/80{
  border-inline-end-color: rgb(28 25 23 / 0.8);
}

.border-e-stone-900\/85{
  border-inline-end-color: rgb(28 25 23 / 0.85);
}

.border-e-stone-900\/90{
  border-inline-end-color: rgb(28 25 23 / 0.9);
}

.border-e-stone-900\/95{
  border-inline-end-color: rgb(28 25 23 / 0.95);
}

.border-e-stone-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-e-stone-950\/0{
  border-inline-end-color: rgb(12 10 9 / 0);
}

.border-e-stone-950\/10{
  border-inline-end-color: rgb(12 10 9 / 0.1);
}

.border-e-stone-950\/100{
  border-inline-end-color: rgb(12 10 9 / 1);
}

.border-e-stone-950\/15{
  border-inline-end-color: rgb(12 10 9 / 0.15);
}

.border-e-stone-950\/20{
  border-inline-end-color: rgb(12 10 9 / 0.2);
}

.border-e-stone-950\/25{
  border-inline-end-color: rgb(12 10 9 / 0.25);
}

.border-e-stone-950\/30{
  border-inline-end-color: rgb(12 10 9 / 0.3);
}

.border-e-stone-950\/35{
  border-inline-end-color: rgb(12 10 9 / 0.35);
}

.border-e-stone-950\/40{
  border-inline-end-color: rgb(12 10 9 / 0.4);
}

.border-e-stone-950\/45{
  border-inline-end-color: rgb(12 10 9 / 0.45);
}

.border-e-stone-950\/5{
  border-inline-end-color: rgb(12 10 9 / 0.05);
}

.border-e-stone-950\/50{
  border-inline-end-color: rgb(12 10 9 / 0.5);
}

.border-e-stone-950\/55{
  border-inline-end-color: rgb(12 10 9 / 0.55);
}

.border-e-stone-950\/60{
  border-inline-end-color: rgb(12 10 9 / 0.6);
}

.border-e-stone-950\/65{
  border-inline-end-color: rgb(12 10 9 / 0.65);
}

.border-e-stone-950\/70{
  border-inline-end-color: rgb(12 10 9 / 0.7);
}

.border-e-stone-950\/75{
  border-inline-end-color: rgb(12 10 9 / 0.75);
}

.border-e-stone-950\/80{
  border-inline-end-color: rgb(12 10 9 / 0.8);
}

.border-e-stone-950\/85{
  border-inline-end-color: rgb(12 10 9 / 0.85);
}

.border-e-stone-950\/90{
  border-inline-end-color: rgb(12 10 9 / 0.9);
}

.border-e-stone-950\/95{
  border-inline-end-color: rgb(12 10 9 / 0.95);
}

.border-e-success{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.border-e-success\/0{
  border-inline-end-color: rgb(7 196 149 / 0);
}

.border-e-success\/10{
  border-inline-end-color: rgb(7 196 149 / 0.1);
}

.border-e-success\/100{
  border-inline-end-color: rgb(7 196 149 / 1);
}

.border-e-success\/15{
  border-inline-end-color: rgb(7 196 149 / 0.15);
}

.border-e-success\/20{
  border-inline-end-color: rgb(7 196 149 / 0.2);
}

.border-e-success\/25{
  border-inline-end-color: rgb(7 196 149 / 0.25);
}

.border-e-success\/30{
  border-inline-end-color: rgb(7 196 149 / 0.3);
}

.border-e-success\/35{
  border-inline-end-color: rgb(7 196 149 / 0.35);
}

.border-e-success\/40{
  border-inline-end-color: rgb(7 196 149 / 0.4);
}

.border-e-success\/45{
  border-inline-end-color: rgb(7 196 149 / 0.45);
}

.border-e-success\/5{
  border-inline-end-color: rgb(7 196 149 / 0.05);
}

.border-e-success\/50{
  border-inline-end-color: rgb(7 196 149 / 0.5);
}

.border-e-success\/55{
  border-inline-end-color: rgb(7 196 149 / 0.55);
}

.border-e-success\/60{
  border-inline-end-color: rgb(7 196 149 / 0.6);
}

.border-e-success\/65{
  border-inline-end-color: rgb(7 196 149 / 0.65);
}

.border-e-success\/70{
  border-inline-end-color: rgb(7 196 149 / 0.7);
}

.border-e-success\/75{
  border-inline-end-color: rgb(7 196 149 / 0.75);
}

.border-e-success\/80{
  border-inline-end-color: rgb(7 196 149 / 0.8);
}

.border-e-success\/85{
  border-inline-end-color: rgb(7 196 149 / 0.85);
}

.border-e-success\/90{
  border-inline-end-color: rgb(7 196 149 / 0.9);
}

.border-e-success\/95{
  border-inline-end-color: rgb(7 196 149 / 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\/15{
  border-inline-end-color: rgb(204 251 241 / 0.15);
}

.border-e-teal-100\/20{
  border-inline-end-color: rgb(204 251 241 / 0.2);
}

.border-e-teal-100\/25{
  border-inline-end-color: rgb(204 251 241 / 0.25);
}

.border-e-teal-100\/30{
  border-inline-end-color: rgb(204 251 241 / 0.3);
}

.border-e-teal-100\/35{
  border-inline-end-color: rgb(204 251 241 / 0.35);
}

.border-e-teal-100\/40{
  border-inline-end-color: rgb(204 251 241 / 0.4);
}

.border-e-teal-100\/45{
  border-inline-end-color: rgb(204 251 241 / 0.45);
}

.border-e-teal-100\/5{
  border-inline-end-color: rgb(204 251 241 / 0.05);
}

.border-e-teal-100\/50{
  border-inline-end-color: rgb(204 251 241 / 0.5);
}

.border-e-teal-100\/55{
  border-inline-end-color: rgb(204 251 241 / 0.55);
}

.border-e-teal-100\/60{
  border-inline-end-color: rgb(204 251 241 / 0.6);
}

.border-e-teal-100\/65{
  border-inline-end-color: rgb(204 251 241 / 0.65);
}

.border-e-teal-100\/70{
  border-inline-end-color: rgb(204 251 241 / 0.7);
}

.border-e-teal-100\/75{
  border-inline-end-color: rgb(204 251 241 / 0.75);
}

.border-e-teal-100\/80{
  border-inline-end-color: rgb(204 251 241 / 0.8);
}

.border-e-teal-100\/85{
  border-inline-end-color: rgb(204 251 241 / 0.85);
}

.border-e-teal-100\/90{
  border-inline-end-color: rgb(204 251 241 / 0.9);
}

.border-e-teal-100\/95{
  border-inline-end-color: rgb(204 251 241 / 0.95);
}

.border-e-teal-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-e-teal-200\/0{
  border-inline-end-color: rgb(153 246 228 / 0);
}

.border-e-teal-200\/10{
  border-inline-end-color: rgb(153 246 228 / 0.1);
}

.border-e-teal-200\/100{
  border-inline-end-color: rgb(153 246 228 / 1);
}

.border-e-teal-200\/15{
  border-inline-end-color: rgb(153 246 228 / 0.15);
}

.border-e-teal-200\/20{
  border-inline-end-color: rgb(153 246 228 / 0.2);
}

.border-e-teal-200\/25{
  border-inline-end-color: rgb(153 246 228 / 0.25);
}

.border-e-teal-200\/30{
  border-inline-end-color: rgb(153 246 228 / 0.3);
}

.border-e-teal-200\/35{
  border-inline-end-color: rgb(153 246 228 / 0.35);
}

.border-e-teal-200\/40{
  border-inline-end-color: rgb(153 246 228 / 0.4);
}

.border-e-teal-200\/45{
  border-inline-end-color: rgb(153 246 228 / 0.45);
}

.border-e-teal-200\/5{
  border-inline-end-color: rgb(153 246 228 / 0.05);
}

.border-e-teal-200\/50{
  border-inline-end-color: rgb(153 246 228 / 0.5);
}

.border-e-teal-200\/55{
  border-inline-end-color: rgb(153 246 228 / 0.55);
}

.border-e-teal-200\/60{
  border-inline-end-color: rgb(153 246 228 / 0.6);
}

.border-e-teal-200\/65{
  border-inline-end-color: rgb(153 246 228 / 0.65);
}

.border-e-teal-200\/70{
  border-inline-end-color: rgb(153 246 228 / 0.7);
}

.border-e-teal-200\/75{
  border-inline-end-color: rgb(153 246 228 / 0.75);
}

.border-e-teal-200\/80{
  border-inline-end-color: rgb(153 246 228 / 0.8);
}

.border-e-teal-200\/85{
  border-inline-end-color: rgb(153 246 228 / 0.85);
}

.border-e-teal-200\/90{
  border-inline-end-color: rgb(153 246 228 / 0.9);
}

.border-e-teal-200\/95{
  border-inline-end-color: rgb(153 246 228 / 0.95);
}

.border-e-teal-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-e-teal-300\/0{
  border-inline-end-color: rgb(94 234 212 / 0);
}

.border-e-teal-300\/10{
  border-inline-end-color: rgb(94 234 212 / 0.1);
}

.border-e-teal-300\/100{
  border-inline-end-color: rgb(94 234 212 / 1);
}

.border-e-teal-300\/15{
  border-inline-end-color: rgb(94 234 212 / 0.15);
}

.border-e-teal-300\/20{
  border-inline-end-color: rgb(94 234 212 / 0.2);
}

.border-e-teal-300\/25{
  border-inline-end-color: rgb(94 234 212 / 0.25);
}

.border-e-teal-300\/30{
  border-inline-end-color: rgb(94 234 212 / 0.3);
}

.border-e-teal-300\/35{
  border-inline-end-color: rgb(94 234 212 / 0.35);
}

.border-e-teal-300\/40{
  border-inline-end-color: rgb(94 234 212 / 0.4);
}

.border-e-teal-300\/45{
  border-inline-end-color: rgb(94 234 212 / 0.45);
}

.border-e-teal-300\/5{
  border-inline-end-color: rgb(94 234 212 / 0.05);
}

.border-e-teal-300\/50{
  border-inline-end-color: rgb(94 234 212 / 0.5);
}

.border-e-teal-300\/55{
  border-inline-end-color: rgb(94 234 212 / 0.55);
}

.border-e-teal-300\/60{
  border-inline-end-color: rgb(94 234 212 / 0.6);
}

.border-e-teal-300\/65{
  border-inline-end-color: rgb(94 234 212 / 0.65);
}

.border-e-teal-300\/70{
  border-inline-end-color: rgb(94 234 212 / 0.7);
}

.border-e-teal-300\/75{
  border-inline-end-color: rgb(94 234 212 / 0.75);
}

.border-e-teal-300\/80{
  border-inline-end-color: rgb(94 234 212 / 0.8);
}

.border-e-teal-300\/85{
  border-inline-end-color: rgb(94 234 212 / 0.85);
}

.border-e-teal-300\/90{
  border-inline-end-color: rgb(94 234 212 / 0.9);
}

.border-e-teal-300\/95{
  border-inline-end-color: rgb(94 234 212 / 0.95);
}

.border-e-teal-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-e-teal-400\/0{
  border-inline-end-color: rgb(45 212 191 / 0);
}

.border-e-teal-400\/10{
  border-inline-end-color: rgb(45 212 191 / 0.1);
}

.border-e-teal-400\/100{
  border-inline-end-color: rgb(45 212 191 / 1);
}

.border-e-teal-400\/15{
  border-inline-end-color: rgb(45 212 191 / 0.15);
}

.border-e-teal-400\/20{
  border-inline-end-color: rgb(45 212 191 / 0.2);
}

.border-e-teal-400\/25{
  border-inline-end-color: rgb(45 212 191 / 0.25);
}

.border-e-teal-400\/30{
  border-inline-end-color: rgb(45 212 191 / 0.3);
}

.border-e-teal-400\/35{
  border-inline-end-color: rgb(45 212 191 / 0.35);
}

.border-e-teal-400\/40{
  border-inline-end-color: rgb(45 212 191 / 0.4);
}

.border-e-teal-400\/45{
  border-inline-end-color: rgb(45 212 191 / 0.45);
}

.border-e-teal-400\/5{
  border-inline-end-color: rgb(45 212 191 / 0.05);
}

.border-e-teal-400\/50{
  border-inline-end-color: rgb(45 212 191 / 0.5);
}

.border-e-teal-400\/55{
  border-inline-end-color: rgb(45 212 191 / 0.55);
}

.border-e-teal-400\/60{
  border-inline-end-color: rgb(45 212 191 / 0.6);
}

.border-e-teal-400\/65{
  border-inline-end-color: rgb(45 212 191 / 0.65);
}

.border-e-teal-400\/70{
  border-inline-end-color: rgb(45 212 191 / 0.7);
}

.border-e-teal-400\/75{
  border-inline-end-color: rgb(45 212 191 / 0.75);
}

.border-e-teal-400\/80{
  border-inline-end-color: rgb(45 212 191 / 0.8);
}

.border-e-teal-400\/85{
  border-inline-end-color: rgb(45 212 191 / 0.85);
}

.border-e-teal-400\/90{
  border-inline-end-color: rgb(45 212 191 / 0.9);
}

.border-e-teal-400\/95{
  border-inline-end-color: rgb(45 212 191 / 0.95);
}

.border-e-teal-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-e-teal-50\/0{
  border-inline-end-color: rgb(240 253 250 / 0);
}

.border-e-teal-50\/10{
  border-inline-end-color: rgb(240 253 250 / 0.1);
}

.border-e-teal-50\/100{
  border-inline-end-color: rgb(240 253 250 / 1);
}

.border-e-teal-50\/15{
  border-inline-end-color: rgb(240 253 250 / 0.15);
}

.border-e-teal-50\/20{
  border-inline-end-color: rgb(240 253 250 / 0.2);
}

.border-e-teal-50\/25{
  border-inline-end-color: rgb(240 253 250 / 0.25);
}

.border-e-teal-50\/30{
  border-inline-end-color: rgb(240 253 250 / 0.3);
}

.border-e-teal-50\/35{
  border-inline-end-color: rgb(240 253 250 / 0.35);
}

.border-e-teal-50\/40{
  border-inline-end-color: rgb(240 253 250 / 0.4);
}

.border-e-teal-50\/45{
  border-inline-end-color: rgb(240 253 250 / 0.45);
}

.border-e-teal-50\/5{
  border-inline-end-color: rgb(240 253 250 / 0.05);
}

.border-e-teal-50\/50{
  border-inline-end-color: rgb(240 253 250 / 0.5);
}

.border-e-teal-50\/55{
  border-inline-end-color: rgb(240 253 250 / 0.55);
}

.border-e-teal-50\/60{
  border-inline-end-color: rgb(240 253 250 / 0.6);
}

.border-e-teal-50\/65{
  border-inline-end-color: rgb(240 253 250 / 0.65);
}

.border-e-teal-50\/70{
  border-inline-end-color: rgb(240 253 250 / 0.7);
}

.border-e-teal-50\/75{
  border-inline-end-color: rgb(240 253 250 / 0.75);
}

.border-e-teal-50\/80{
  border-inline-end-color: rgb(240 253 250 / 0.8);
}

.border-e-teal-50\/85{
  border-inline-end-color: rgb(240 253 250 / 0.85);
}

.border-e-teal-50\/90{
  border-inline-end-color: rgb(240 253 250 / 0.9);
}

.border-e-teal-50\/95{
  border-inline-end-color: rgb(240 253 250 / 0.95);
}

.border-e-teal-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-e-teal-500\/0{
  border-inline-end-color: rgb(20 184 166 / 0);
}

.border-e-teal-500\/10{
  border-inline-end-color: rgb(20 184 166 / 0.1);
}

.border-e-teal-500\/100{
  border-inline-end-color: rgb(20 184 166 / 1);
}

.border-e-teal-500\/15{
  border-inline-end-color: rgb(20 184 166 / 0.15);
}

.border-e-teal-500\/20{
  border-inline-end-color: rgb(20 184 166 / 0.2);
}

.border-e-teal-500\/25{
  border-inline-end-color: rgb(20 184 166 / 0.25);
}

.border-e-teal-500\/30{
  border-inline-end-color: rgb(20 184 166 / 0.3);
}

.border-e-teal-500\/35{
  border-inline-end-color: rgb(20 184 166 / 0.35);
}

.border-e-teal-500\/40{
  border-inline-end-color: rgb(20 184 166 / 0.4);
}

.border-e-teal-500\/45{
  border-inline-end-color: rgb(20 184 166 / 0.45);
}

.border-e-teal-500\/5{
  border-inline-end-color: rgb(20 184 166 / 0.05);
}

.border-e-teal-500\/50{
  border-inline-end-color: rgb(20 184 166 / 0.5);
}

.border-e-teal-500\/55{
  border-inline-end-color: rgb(20 184 166 / 0.55);
}

.border-e-teal-500\/60{
  border-inline-end-color: rgb(20 184 166 / 0.6);
}

.border-e-teal-500\/65{
  border-inline-end-color: rgb(20 184 166 / 0.65);
}

.border-e-teal-500\/70{
  border-inline-end-color: rgb(20 184 166 / 0.7);
}

.border-e-teal-500\/75{
  border-inline-end-color: rgb(20 184 166 / 0.75);
}

.border-e-teal-500\/80{
  border-inline-end-color: rgb(20 184 166 / 0.8);
}

.border-e-teal-500\/85{
  border-inline-end-color: rgb(20 184 166 / 0.85);
}

.border-e-teal-500\/90{
  border-inline-end-color: rgb(20 184 166 / 0.9);
}

.border-e-teal-500\/95{
  border-inline-end-color: rgb(20 184 166 / 0.95);
}

.border-e-teal-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-e-teal-600\/0{
  border-inline-end-color: rgb(13 148 136 / 0);
}

.border-e-teal-600\/10{
  border-inline-end-color: rgb(13 148 136 / 0.1);
}

.border-e-teal-600\/100{
  border-inline-end-color: rgb(13 148 136 / 1);
}

.border-e-teal-600\/15{
  border-inline-end-color: rgb(13 148 136 / 0.15);
}

.border-e-teal-600\/20{
  border-inline-end-color: rgb(13 148 136 / 0.2);
}

.border-e-teal-600\/25{
  border-inline-end-color: rgb(13 148 136 / 0.25);
}

.border-e-teal-600\/30{
  border-inline-end-color: rgb(13 148 136 / 0.3);
}

.border-e-teal-600\/35{
  border-inline-end-color: rgb(13 148 136 / 0.35);
}

.border-e-teal-600\/40{
  border-inline-end-color: rgb(13 148 136 / 0.4);
}

.border-e-teal-600\/45{
  border-inline-end-color: rgb(13 148 136 / 0.45);
}

.border-e-teal-600\/5{
  border-inline-end-color: rgb(13 148 136 / 0.05);
}

.border-e-teal-600\/50{
  border-inline-end-color: rgb(13 148 136 / 0.5);
}

.border-e-teal-600\/55{
  border-inline-end-color: rgb(13 148 136 / 0.55);
}

.border-e-teal-600\/60{
  border-inline-end-color: rgb(13 148 136 / 0.6);
}

.border-e-teal-600\/65{
  border-inline-end-color: rgb(13 148 136 / 0.65);
}

.border-e-teal-600\/70{
  border-inline-end-color: rgb(13 148 136 / 0.7);
}

.border-e-teal-600\/75{
  border-inline-end-color: rgb(13 148 136 / 0.75);
}

.border-e-teal-600\/80{
  border-inline-end-color: rgb(13 148 136 / 0.8);
}

.border-e-teal-600\/85{
  border-inline-end-color: rgb(13 148 136 / 0.85);
}

.border-e-teal-600\/90{
  border-inline-end-color: rgb(13 148 136 / 0.9);
}

.border-e-teal-600\/95{
  border-inline-end-color: rgb(13 148 136 / 0.95);
}

.border-e-teal-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-e-teal-700\/0{
  border-inline-end-color: rgb(15 118 110 / 0);
}

.border-e-teal-700\/10{
  border-inline-end-color: rgb(15 118 110 / 0.1);
}

.border-e-teal-700\/100{
  border-inline-end-color: rgb(15 118 110 / 1);
}

.border-e-teal-700\/15{
  border-inline-end-color: rgb(15 118 110 / 0.15);
}

.border-e-teal-700\/20{
  border-inline-end-color: rgb(15 118 110 / 0.2);
}

.border-e-teal-700\/25{
  border-inline-end-color: rgb(15 118 110 / 0.25);
}

.border-e-teal-700\/30{
  border-inline-end-color: rgb(15 118 110 / 0.3);
}

.border-e-teal-700\/35{
  border-inline-end-color: rgb(15 118 110 / 0.35);
}

.border-e-teal-700\/40{
  border-inline-end-color: rgb(15 118 110 / 0.4);
}

.border-e-teal-700\/45{
  border-inline-end-color: rgb(15 118 110 / 0.45);
}

.border-e-teal-700\/5{
  border-inline-end-color: rgb(15 118 110 / 0.05);
}

.border-e-teal-700\/50{
  border-inline-end-color: rgb(15 118 110 / 0.5);
}

.border-e-teal-700\/55{
  border-inline-end-color: rgb(15 118 110 / 0.55);
}

.border-e-teal-700\/60{
  border-inline-end-color: rgb(15 118 110 / 0.6);
}

.border-e-teal-700\/65{
  border-inline-end-color: rgb(15 118 110 / 0.65);
}

.border-e-teal-700\/70{
  border-inline-end-color: rgb(15 118 110 / 0.7);
}

.border-e-teal-700\/75{
  border-inline-end-color: rgb(15 118 110 / 0.75);
}

.border-e-teal-700\/80{
  border-inline-end-color: rgb(15 118 110 / 0.8);
}

.border-e-teal-700\/85{
  border-inline-end-color: rgb(15 118 110 / 0.85);
}

.border-e-teal-700\/90{
  border-inline-end-color: rgb(15 118 110 / 0.9);
}

.border-e-teal-700\/95{
  border-inline-end-color: rgb(15 118 110 / 0.95);
}

.border-e-teal-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-e-teal-800\/0{
  border-inline-end-color: rgb(17 94 89 / 0);
}

.border-e-teal-800\/10{
  border-inline-end-color: rgb(17 94 89 / 0.1);
}

.border-e-teal-800\/100{
  border-inline-end-color: rgb(17 94 89 / 1);
}

.border-e-teal-800\/15{
  border-inline-end-color: rgb(17 94 89 / 0.15);
}

.border-e-teal-800\/20{
  border-inline-end-color: rgb(17 94 89 / 0.2);
}

.border-e-teal-800\/25{
  border-inline-end-color: rgb(17 94 89 / 0.25);
}

.border-e-teal-800\/30{
  border-inline-end-color: rgb(17 94 89 / 0.3);
}

.border-e-teal-800\/35{
  border-inline-end-color: rgb(17 94 89 / 0.35);
}

.border-e-teal-800\/40{
  border-inline-end-color: rgb(17 94 89 / 0.4);
}

.border-e-teal-800\/45{
  border-inline-end-color: rgb(17 94 89 / 0.45);
}

.border-e-teal-800\/5{
  border-inline-end-color: rgb(17 94 89 / 0.05);
}

.border-e-teal-800\/50{
  border-inline-end-color: rgb(17 94 89 / 0.5);
}

.border-e-teal-800\/55{
  border-inline-end-color: rgb(17 94 89 / 0.55);
}

.border-e-teal-800\/60{
  border-inline-end-color: rgb(17 94 89 / 0.6);
}

.border-e-teal-800\/65{
  border-inline-end-color: rgb(17 94 89 / 0.65);
}

.border-e-teal-800\/70{
  border-inline-end-color: rgb(17 94 89 / 0.7);
}

.border-e-teal-800\/75{
  border-inline-end-color: rgb(17 94 89 / 0.75);
}

.border-e-teal-800\/80{
  border-inline-end-color: rgb(17 94 89 / 0.8);
}

.border-e-teal-800\/85{
  border-inline-end-color: rgb(17 94 89 / 0.85);
}

.border-e-teal-800\/90{
  border-inline-end-color: rgb(17 94 89 / 0.9);
}

.border-e-teal-800\/95{
  border-inline-end-color: rgb(17 94 89 / 0.95);
}

.border-e-teal-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-e-teal-900\/0{
  border-inline-end-color: rgb(19 78 74 / 0);
}

.border-e-teal-900\/10{
  border-inline-end-color: rgb(19 78 74 / 0.1);
}

.border-e-teal-900\/100{
  border-inline-end-color: rgb(19 78 74 / 1);
}

.border-e-teal-900\/15{
  border-inline-end-color: rgb(19 78 74 / 0.15);
}

.border-e-teal-900\/20{
  border-inline-end-color: rgb(19 78 74 / 0.2);
}

.border-e-teal-900\/25{
  border-inline-end-color: rgb(19 78 74 / 0.25);
}

.border-e-teal-900\/30{
  border-inline-end-color: rgb(19 78 74 / 0.3);
}

.border-e-teal-900\/35{
  border-inline-end-color: rgb(19 78 74 / 0.35);
}

.border-e-teal-900\/40{
  border-inline-end-color: rgb(19 78 74 / 0.4);
}

.border-e-teal-900\/45{
  border-inline-end-color: rgb(19 78 74 / 0.45);
}

.border-e-teal-900\/5{
  border-inline-end-color: rgb(19 78 74 / 0.05);
}

.border-e-teal-900\/50{
  border-inline-end-color: rgb(19 78 74 / 0.5);
}

.border-e-teal-900\/55{
  border-inline-end-color: rgb(19 78 74 / 0.55);
}

.border-e-teal-900\/60{
  border-inline-end-color: rgb(19 78 74 / 0.6);
}

.border-e-teal-900\/65{
  border-inline-end-color: rgb(19 78 74 / 0.65);
}

.border-e-teal-900\/70{
  border-inline-end-color: rgb(19 78 74 / 0.7);
}

.border-e-teal-900\/75{
  border-inline-end-color: rgb(19 78 74 / 0.75);
}

.border-e-teal-900\/80{
  border-inline-end-color: rgb(19 78 74 / 0.8);
}

.border-e-teal-900\/85{
  border-inline-end-color: rgb(19 78 74 / 0.85);
}

.border-e-teal-900\/90{
  border-inline-end-color: rgb(19 78 74 / 0.9);
}

.border-e-teal-900\/95{
  border-inline-end-color: rgb(19 78 74 / 0.95);
}

.border-e-teal-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-e-teal-950\/0{
  border-inline-end-color: rgb(4 47 46 / 0);
}

.border-e-teal-950\/10{
  border-inline-end-color: rgb(4 47 46 / 0.1);
}

.border-e-teal-950\/100{
  border-inline-end-color: rgb(4 47 46 / 1);
}

.border-e-teal-950\/15{
  border-inline-end-color: rgb(4 47 46 / 0.15);
}

.border-e-teal-950\/20{
  border-inline-end-color: rgb(4 47 46 / 0.2);
}

.border-e-teal-950\/25{
  border-inline-end-color: rgb(4 47 46 / 0.25);
}

.border-e-teal-950\/30{
  border-inline-end-color: rgb(4 47 46 / 0.3);
}

.border-e-teal-950\/35{
  border-inline-end-color: rgb(4 47 46 / 0.35);
}

.border-e-teal-950\/40{
  border-inline-end-color: rgb(4 47 46 / 0.4);
}

.border-e-teal-950\/45{
  border-inline-end-color: rgb(4 47 46 / 0.45);
}

.border-e-teal-950\/5{
  border-inline-end-color: rgb(4 47 46 / 0.05);
}

.border-e-teal-950\/50{
  border-inline-end-color: rgb(4 47 46 / 0.5);
}

.border-e-teal-950\/55{
  border-inline-end-color: rgb(4 47 46 / 0.55);
}

.border-e-teal-950\/60{
  border-inline-end-color: rgb(4 47 46 / 0.6);
}

.border-e-teal-950\/65{
  border-inline-end-color: rgb(4 47 46 / 0.65);
}

.border-e-teal-950\/70{
  border-inline-end-color: rgb(4 47 46 / 0.7);
}

.border-e-teal-950\/75{
  border-inline-end-color: rgb(4 47 46 / 0.75);
}

.border-e-teal-950\/80{
  border-inline-end-color: rgb(4 47 46 / 0.8);
}

.border-e-teal-950\/85{
  border-inline-end-color: rgb(4 47 46 / 0.85);
}

.border-e-teal-950\/90{
  border-inline-end-color: rgb(4 47 46 / 0.9);
}

.border-e-teal-950\/95{
  border-inline-end-color: rgb(4 47 46 / 0.95);
}

.border-e-tertiary{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.border-e-tertiary-hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.border-e-tertiary-hover\/0{
  border-inline-end-color: rgb(20 123 223 / 0);
}

.border-e-tertiary-hover\/10{
  border-inline-end-color: rgb(20 123 223 / 0.1);
}

.border-e-tertiary-hover\/100{
  border-inline-end-color: rgb(20 123 223 / 1);
}

.border-e-tertiary-hover\/15{
  border-inline-end-color: rgb(20 123 223 / 0.15);
}

.border-e-tertiary-hover\/20{
  border-inline-end-color: rgb(20 123 223 / 0.2);
}

.border-e-tertiary-hover\/25{
  border-inline-end-color: rgb(20 123 223 / 0.25);
}

.border-e-tertiary-hover\/30{
  border-inline-end-color: rgb(20 123 223 / 0.3);
}

.border-e-tertiary-hover\/35{
  border-inline-end-color: rgb(20 123 223 / 0.35);
}

.border-e-tertiary-hover\/40{
  border-inline-end-color: rgb(20 123 223 / 0.4);
}

.border-e-tertiary-hover\/45{
  border-inline-end-color: rgb(20 123 223 / 0.45);
}

.border-e-tertiary-hover\/5{
  border-inline-end-color: rgb(20 123 223 / 0.05);
}

.border-e-tertiary-hover\/50{
  border-inline-end-color: rgb(20 123 223 / 0.5);
}

.border-e-tertiary-hover\/55{
  border-inline-end-color: rgb(20 123 223 / 0.55);
}

.border-e-tertiary-hover\/60{
  border-inline-end-color: rgb(20 123 223 / 0.6);
}

.border-e-tertiary-hover\/65{
  border-inline-end-color: rgb(20 123 223 / 0.65);
}

.border-e-tertiary-hover\/70{
  border-inline-end-color: rgb(20 123 223 / 0.7);
}

.border-e-tertiary-hover\/75{
  border-inline-end-color: rgb(20 123 223 / 0.75);
}

.border-e-tertiary-hover\/80{
  border-inline-end-color: rgb(20 123 223 / 0.8);
}

.border-e-tertiary-hover\/85{
  border-inline-end-color: rgb(20 123 223 / 0.85);
}

.border-e-tertiary-hover\/90{
  border-inline-end-color: rgb(20 123 223 / 0.9);
}

.border-e-tertiary-hover\/95{
  border-inline-end-color: rgb(20 123 223 / 0.95);
}

.border-e-tertiary\/0{
  border-inline-end-color: rgb(22 137 252 / 0);
}

.border-e-tertiary\/10{
  border-inline-end-color: rgb(22 137 252 / 0.1);
}

.border-e-tertiary\/100{
  border-inline-end-color: rgb(22 137 252 / 1);
}

.border-e-tertiary\/15{
  border-inline-end-color: rgb(22 137 252 / 0.15);
}

.border-e-tertiary\/20{
  border-inline-end-color: rgb(22 137 252 / 0.2);
}

.border-e-tertiary\/25{
  border-inline-end-color: rgb(22 137 252 / 0.25);
}

.border-e-tertiary\/30{
  border-inline-end-color: rgb(22 137 252 / 0.3);
}

.border-e-tertiary\/35{
  border-inline-end-color: rgb(22 137 252 / 0.35);
}

.border-e-tertiary\/40{
  border-inline-end-color: rgb(22 137 252 / 0.4);
}

.border-e-tertiary\/45{
  border-inline-end-color: rgb(22 137 252 / 0.45);
}

.border-e-tertiary\/5{
  border-inline-end-color: rgb(22 137 252 / 0.05);
}

.border-e-tertiary\/50{
  border-inline-end-color: rgb(22 137 252 / 0.5);
}

.border-e-tertiary\/55{
  border-inline-end-color: rgb(22 137 252 / 0.55);
}

.border-e-tertiary\/60{
  border-inline-end-color: rgb(22 137 252 / 0.6);
}

.border-e-tertiary\/65{
  border-inline-end-color: rgb(22 137 252 / 0.65);
}

.border-e-tertiary\/70{
  border-inline-end-color: rgb(22 137 252 / 0.7);
}

.border-e-tertiary\/75{
  border-inline-end-color: rgb(22 137 252 / 0.75);
}

.border-e-tertiary\/80{
  border-inline-end-color: rgb(22 137 252 / 0.8);
}

.border-e-tertiary\/85{
  border-inline-end-color: rgb(22 137 252 / 0.85);
}

.border-e-tertiary\/90{
  border-inline-end-color: rgb(22 137 252 / 0.9);
}

.border-e-tertiary\/95{
  border-inline-end-color: rgb(22 137 252 / 0.95);
}

.border-e-transparent{
  border-inline-end-color: transparent;
}

.border-e-transparent\/0{
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-transparent\/10{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-transparent\/100{
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-transparent\/15{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}

.border-e-transparent\/20{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-transparent\/25{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-transparent\/30{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-transparent\/35{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}

.border-e-transparent\/40{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-transparent\/45{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}

.border-e-transparent\/5{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-transparent\/50{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-transparent\/55{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}

.border-e-transparent\/60{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-transparent\/65{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}

.border-e-transparent\/70{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-transparent\/75{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-transparent\/80{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-transparent\/85{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}

.border-e-transparent\/90{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-transparent\/95{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.border-e-violet-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-e-violet-100\/0{
  border-inline-end-color: rgb(237 233 254 / 0);
}

.border-e-violet-100\/10{
  border-inline-end-color: rgb(237 233 254 / 0.1);
}

.border-e-violet-100\/100{
  border-inline-end-color: rgb(237 233 254 / 1);
}

.border-e-violet-100\/15{
  border-inline-end-color: rgb(237 233 254 / 0.15);
}

.border-e-violet-100\/20{
  border-inline-end-color: rgb(237 233 254 / 0.2);
}

.border-e-violet-100\/25{
  border-inline-end-color: rgb(237 233 254 / 0.25);
}

.border-e-violet-100\/30{
  border-inline-end-color: rgb(237 233 254 / 0.3);
}

.border-e-violet-100\/35{
  border-inline-end-color: rgb(237 233 254 / 0.35);
}

.border-e-violet-100\/40{
  border-inline-end-color: rgb(237 233 254 / 0.4);
}

.border-e-violet-100\/45{
  border-inline-end-color: rgb(237 233 254 / 0.45);
}

.border-e-violet-100\/5{
  border-inline-end-color: rgb(237 233 254 / 0.05);
}

.border-e-violet-100\/50{
  border-inline-end-color: rgb(237 233 254 / 0.5);
}

.border-e-violet-100\/55{
  border-inline-end-color: rgb(237 233 254 / 0.55);
}

.border-e-violet-100\/60{
  border-inline-end-color: rgb(237 233 254 / 0.6);
}

.border-e-violet-100\/65{
  border-inline-end-color: rgb(237 233 254 / 0.65);
}

.border-e-violet-100\/70{
  border-inline-end-color: rgb(237 233 254 / 0.7);
}

.border-e-violet-100\/75{
  border-inline-end-color: rgb(237 233 254 / 0.75);
}

.border-e-violet-100\/80{
  border-inline-end-color: rgb(237 233 254 / 0.8);
}

.border-e-violet-100\/85{
  border-inline-end-color: rgb(237 233 254 / 0.85);
}

.border-e-violet-100\/90{
  border-inline-end-color: rgb(237 233 254 / 0.9);
}

.border-e-violet-100\/95{
  border-inline-end-color: rgb(237 233 254 / 0.95);
}

.border-e-violet-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-e-violet-200\/0{
  border-inline-end-color: rgb(221 214 254 / 0);
}

.border-e-violet-200\/10{
  border-inline-end-color: rgb(221 214 254 / 0.1);
}

.border-e-violet-200\/100{
  border-inline-end-color: rgb(221 214 254 / 1);
}

.border-e-violet-200\/15{
  border-inline-end-color: rgb(221 214 254 / 0.15);
}

.border-e-violet-200\/20{
  border-inline-end-color: rgb(221 214 254 / 0.2);
}

.border-e-violet-200\/25{
  border-inline-end-color: rgb(221 214 254 / 0.25);
}

.border-e-violet-200\/30{
  border-inline-end-color: rgb(221 214 254 / 0.3);
}

.border-e-violet-200\/35{
  border-inline-end-color: rgb(221 214 254 / 0.35);
}

.border-e-violet-200\/40{
  border-inline-end-color: rgb(221 214 254 / 0.4);
}

.border-e-violet-200\/45{
  border-inline-end-color: rgb(221 214 254 / 0.45);
}

.border-e-violet-200\/5{
  border-inline-end-color: rgb(221 214 254 / 0.05);
}

.border-e-violet-200\/50{
  border-inline-end-color: rgb(221 214 254 / 0.5);
}

.border-e-violet-200\/55{
  border-inline-end-color: rgb(221 214 254 / 0.55);
}

.border-e-violet-200\/60{
  border-inline-end-color: rgb(221 214 254 / 0.6);
}

.border-e-violet-200\/65{
  border-inline-end-color: rgb(221 214 254 / 0.65);
}

.border-e-violet-200\/70{
  border-inline-end-color: rgb(221 214 254 / 0.7);
}

.border-e-violet-200\/75{
  border-inline-end-color: rgb(221 214 254 / 0.75);
}

.border-e-violet-200\/80{
  border-inline-end-color: rgb(221 214 254 / 0.8);
}

.border-e-violet-200\/85{
  border-inline-end-color: rgb(221 214 254 / 0.85);
}

.border-e-violet-200\/90{
  border-inline-end-color: rgb(221 214 254 / 0.9);
}

.border-e-violet-200\/95{
  border-inline-end-color: rgb(221 214 254 / 0.95);
}

.border-e-violet-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-e-violet-300\/0{
  border-inline-end-color: rgb(196 181 253 / 0);
}

.border-e-violet-300\/10{
  border-inline-end-color: rgb(196 181 253 / 0.1);
}

.border-e-violet-300\/100{
  border-inline-end-color: rgb(196 181 253 / 1);
}

.border-e-violet-300\/15{
  border-inline-end-color: rgb(196 181 253 / 0.15);
}

.border-e-violet-300\/20{
  border-inline-end-color: rgb(196 181 253 / 0.2);
}

.border-e-violet-300\/25{
  border-inline-end-color: rgb(196 181 253 / 0.25);
}

.border-e-violet-300\/30{
  border-inline-end-color: rgb(196 181 253 / 0.3);
}

.border-e-violet-300\/35{
  border-inline-end-color: rgb(196 181 253 / 0.35);
}

.border-e-violet-300\/40{
  border-inline-end-color: rgb(196 181 253 / 0.4);
}

.border-e-violet-300\/45{
  border-inline-end-color: rgb(196 181 253 / 0.45);
}

.border-e-violet-300\/5{
  border-inline-end-color: rgb(196 181 253 / 0.05);
}

.border-e-violet-300\/50{
  border-inline-end-color: rgb(196 181 253 / 0.5);
}

.border-e-violet-300\/55{
  border-inline-end-color: rgb(196 181 253 / 0.55);
}

.border-e-violet-300\/60{
  border-inline-end-color: rgb(196 181 253 / 0.6);
}

.border-e-violet-300\/65{
  border-inline-end-color: rgb(196 181 253 / 0.65);
}

.border-e-violet-300\/70{
  border-inline-end-color: rgb(196 181 253 / 0.7);
}

.border-e-violet-300\/75{
  border-inline-end-color: rgb(196 181 253 / 0.75);
}

.border-e-violet-300\/80{
  border-inline-end-color: rgb(196 181 253 / 0.8);
}

.border-e-violet-300\/85{
  border-inline-end-color: rgb(196 181 253 / 0.85);
}

.border-e-violet-300\/90{
  border-inline-end-color: rgb(196 181 253 / 0.9);
}

.border-e-violet-300\/95{
  border-inline-end-color: rgb(196 181 253 / 0.95);
}

.border-e-violet-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-e-violet-400\/0{
  border-inline-end-color: rgb(167 139 250 / 0);
}

.border-e-violet-400\/10{
  border-inline-end-color: rgb(167 139 250 / 0.1);
}

.border-e-violet-400\/100{
  border-inline-end-color: rgb(167 139 250 / 1);
}

.border-e-violet-400\/15{
  border-inline-end-color: rgb(167 139 250 / 0.15);
}

.border-e-violet-400\/20{
  border-inline-end-color: rgb(167 139 250 / 0.2);
}

.border-e-violet-400\/25{
  border-inline-end-color: rgb(167 139 250 / 0.25);
}

.border-e-violet-400\/30{
  border-inline-end-color: rgb(167 139 250 / 0.3);
}

.border-e-violet-400\/35{
  border-inline-end-color: rgb(167 139 250 / 0.35);
}

.border-e-violet-400\/40{
  border-inline-end-color: rgb(167 139 250 / 0.4);
}

.border-e-violet-400\/45{
  border-inline-end-color: rgb(167 139 250 / 0.45);
}

.border-e-violet-400\/5{
  border-inline-end-color: rgb(167 139 250 / 0.05);
}

.border-e-violet-400\/50{
  border-inline-end-color: rgb(167 139 250 / 0.5);
}

.border-e-violet-400\/55{
  border-inline-end-color: rgb(167 139 250 / 0.55);
}

.border-e-violet-400\/60{
  border-inline-end-color: rgb(167 139 250 / 0.6);
}

.border-e-violet-400\/65{
  border-inline-end-color: rgb(167 139 250 / 0.65);
}

.border-e-violet-400\/70{
  border-inline-end-color: rgb(167 139 250 / 0.7);
}

.border-e-violet-400\/75{
  border-inline-end-color: rgb(167 139 250 / 0.75);
}

.border-e-violet-400\/80{
  border-inline-end-color: rgb(167 139 250 / 0.8);
}

.border-e-violet-400\/85{
  border-inline-end-color: rgb(167 139 250 / 0.85);
}

.border-e-violet-400\/90{
  border-inline-end-color: rgb(167 139 250 / 0.9);
}

.border-e-violet-400\/95{
  border-inline-end-color: rgb(167 139 250 / 0.95);
}

.border-e-violet-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-e-violet-50\/0{
  border-inline-end-color: rgb(245 243 255 / 0);
}

.border-e-violet-50\/10{
  border-inline-end-color: rgb(245 243 255 / 0.1);
}

.border-e-violet-50\/100{
  border-inline-end-color: rgb(245 243 255 / 1);
}

.border-e-violet-50\/15{
  border-inline-end-color: rgb(245 243 255 / 0.15);
}

.border-e-violet-50\/20{
  border-inline-end-color: rgb(245 243 255 / 0.2);
}

.border-e-violet-50\/25{
  border-inline-end-color: rgb(245 243 255 / 0.25);
}

.border-e-violet-50\/30{
  border-inline-end-color: rgb(245 243 255 / 0.3);
}

.border-e-violet-50\/35{
  border-inline-end-color: rgb(245 243 255 / 0.35);
}

.border-e-violet-50\/40{
  border-inline-end-color: rgb(245 243 255 / 0.4);
}

.border-e-violet-50\/45{
  border-inline-end-color: rgb(245 243 255 / 0.45);
}

.border-e-violet-50\/5{
  border-inline-end-color: rgb(245 243 255 / 0.05);
}

.border-e-violet-50\/50{
  border-inline-end-color: rgb(245 243 255 / 0.5);
}

.border-e-violet-50\/55{
  border-inline-end-color: rgb(245 243 255 / 0.55);
}

.border-e-violet-50\/60{
  border-inline-end-color: rgb(245 243 255 / 0.6);
}

.border-e-violet-50\/65{
  border-inline-end-color: rgb(245 243 255 / 0.65);
}

.border-e-violet-50\/70{
  border-inline-end-color: rgb(245 243 255 / 0.7);
}

.border-e-violet-50\/75{
  border-inline-end-color: rgb(245 243 255 / 0.75);
}

.border-e-violet-50\/80{
  border-inline-end-color: rgb(245 243 255 / 0.8);
}

.border-e-violet-50\/85{
  border-inline-end-color: rgb(245 243 255 / 0.85);
}

.border-e-violet-50\/90{
  border-inline-end-color: rgb(245 243 255 / 0.9);
}

.border-e-violet-50\/95{
  border-inline-end-color: rgb(245 243 255 / 0.95);
}

.border-e-violet-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-e-violet-500\/0{
  border-inline-end-color: rgb(139 92 246 / 0);
}

.border-e-violet-500\/10{
  border-inline-end-color: rgb(139 92 246 / 0.1);
}

.border-e-violet-500\/100{
  border-inline-end-color: rgb(139 92 246 / 1);
}

.border-e-violet-500\/15{
  border-inline-end-color: rgb(139 92 246 / 0.15);
}

.border-e-violet-500\/20{
  border-inline-end-color: rgb(139 92 246 / 0.2);
}

.border-e-violet-500\/25{
  border-inline-end-color: rgb(139 92 246 / 0.25);
}

.border-e-violet-500\/30{
  border-inline-end-color: rgb(139 92 246 / 0.3);
}

.border-e-violet-500\/35{
  border-inline-end-color: rgb(139 92 246 / 0.35);
}

.border-e-violet-500\/40{
  border-inline-end-color: rgb(139 92 246 / 0.4);
}

.border-e-violet-500\/45{
  border-inline-end-color: rgb(139 92 246 / 0.45);
}

.border-e-violet-500\/5{
  border-inline-end-color: rgb(139 92 246 / 0.05);
}

.border-e-violet-500\/50{
  border-inline-end-color: rgb(139 92 246 / 0.5);
}

.border-e-violet-500\/55{
  border-inline-end-color: rgb(139 92 246 / 0.55);
}

.border-e-violet-500\/60{
  border-inline-end-color: rgb(139 92 246 / 0.6);
}

.border-e-violet-500\/65{
  border-inline-end-color: rgb(139 92 246 / 0.65);
}

.border-e-violet-500\/70{
  border-inline-end-color: rgb(139 92 246 / 0.7);
}

.border-e-violet-500\/75{
  border-inline-end-color: rgb(139 92 246 / 0.75);
}

.border-e-violet-500\/80{
  border-inline-end-color: rgb(139 92 246 / 0.8);
}

.border-e-violet-500\/85{
  border-inline-end-color: rgb(139 92 246 / 0.85);
}

.border-e-violet-500\/90{
  border-inline-end-color: rgb(139 92 246 / 0.9);
}

.border-e-violet-500\/95{
  border-inline-end-color: rgb(139 92 246 / 0.95);
}

.border-e-violet-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-e-violet-600\/0{
  border-inline-end-color: rgb(124 58 237 / 0);
}

.border-e-violet-600\/10{
  border-inline-end-color: rgb(124 58 237 / 0.1);
}

.border-e-violet-600\/100{
  border-inline-end-color: rgb(124 58 237 / 1);
}

.border-e-violet-600\/15{
  border-inline-end-color: rgb(124 58 237 / 0.15);
}

.border-e-violet-600\/20{
  border-inline-end-color: rgb(124 58 237 / 0.2);
}

.border-e-violet-600\/25{
  border-inline-end-color: rgb(124 58 237 / 0.25);
}

.border-e-violet-600\/30{
  border-inline-end-color: rgb(124 58 237 / 0.3);
}

.border-e-violet-600\/35{
  border-inline-end-color: rgb(124 58 237 / 0.35);
}

.border-e-violet-600\/40{
  border-inline-end-color: rgb(124 58 237 / 0.4);
}

.border-e-violet-600\/45{
  border-inline-end-color: rgb(124 58 237 / 0.45);
}

.border-e-violet-600\/5{
  border-inline-end-color: rgb(124 58 237 / 0.05);
}

.border-e-violet-600\/50{
  border-inline-end-color: rgb(124 58 237 / 0.5);
}

.border-e-violet-600\/55{
  border-inline-end-color: rgb(124 58 237 / 0.55);
}

.border-e-violet-600\/60{
  border-inline-end-color: rgb(124 58 237 / 0.6);
}

.border-e-violet-600\/65{
  border-inline-end-color: rgb(124 58 237 / 0.65);
}

.border-e-violet-600\/70{
  border-inline-end-color: rgb(124 58 237 / 0.7);
}

.border-e-violet-600\/75{
  border-inline-end-color: rgb(124 58 237 / 0.75);
}

.border-e-violet-600\/80{
  border-inline-end-color: rgb(124 58 237 / 0.8);
}

.border-e-violet-600\/85{
  border-inline-end-color: rgb(124 58 237 / 0.85);
}

.border-e-violet-600\/90{
  border-inline-end-color: rgb(124 58 237 / 0.9);
}

.border-e-violet-600\/95{
  border-inline-end-color: rgb(124 58 237 / 0.95);
}

.border-e-violet-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-e-violet-700\/0{
  border-inline-end-color: rgb(109 40 217 / 0);
}

.border-e-violet-700\/10{
  border-inline-end-color: rgb(109 40 217 / 0.1);
}

.border-e-violet-700\/100{
  border-inline-end-color: rgb(109 40 217 / 1);
}

.border-e-violet-700\/15{
  border-inline-end-color: rgb(109 40 217 / 0.15);
}

.border-e-violet-700\/20{
  border-inline-end-color: rgb(109 40 217 / 0.2);
}

.border-e-violet-700\/25{
  border-inline-end-color: rgb(109 40 217 / 0.25);
}

.border-e-violet-700\/30{
  border-inline-end-color: rgb(109 40 217 / 0.3);
}

.border-e-violet-700\/35{
  border-inline-end-color: rgb(109 40 217 / 0.35);
}

.border-e-violet-700\/40{
  border-inline-end-color: rgb(109 40 217 / 0.4);
}

.border-e-violet-700\/45{
  border-inline-end-color: rgb(109 40 217 / 0.45);
}

.border-e-violet-700\/5{
  border-inline-end-color: rgb(109 40 217 / 0.05);
}

.border-e-violet-700\/50{
  border-inline-end-color: rgb(109 40 217 / 0.5);
}

.border-e-violet-700\/55{
  border-inline-end-color: rgb(109 40 217 / 0.55);
}

.border-e-violet-700\/60{
  border-inline-end-color: rgb(109 40 217 / 0.6);
}

.border-e-violet-700\/65{
  border-inline-end-color: rgb(109 40 217 / 0.65);
}

.border-e-violet-700\/70{
  border-inline-end-color: rgb(109 40 217 / 0.7);
}

.border-e-violet-700\/75{
  border-inline-end-color: rgb(109 40 217 / 0.75);
}

.border-e-violet-700\/80{
  border-inline-end-color: rgb(109 40 217 / 0.8);
}

.border-e-violet-700\/85{
  border-inline-end-color: rgb(109 40 217 / 0.85);
}

.border-e-violet-700\/90{
  border-inline-end-color: rgb(109 40 217 / 0.9);
}

.border-e-violet-700\/95{
  border-inline-end-color: rgb(109 40 217 / 0.95);
}

.border-e-violet-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-e-violet-800\/0{
  border-inline-end-color: rgb(91 33 182 / 0);
}

.border-e-violet-800\/10{
  border-inline-end-color: rgb(91 33 182 / 0.1);
}

.border-e-violet-800\/100{
  border-inline-end-color: rgb(91 33 182 / 1);
}

.border-e-violet-800\/15{
  border-inline-end-color: rgb(91 33 182 / 0.15);
}

.border-e-violet-800\/20{
  border-inline-end-color: rgb(91 33 182 / 0.2);
}

.border-e-violet-800\/25{
  border-inline-end-color: rgb(91 33 182 / 0.25);
}

.border-e-violet-800\/30{
  border-inline-end-color: rgb(91 33 182 / 0.3);
}

.border-e-violet-800\/35{
  border-inline-end-color: rgb(91 33 182 / 0.35);
}

.border-e-violet-800\/40{
  border-inline-end-color: rgb(91 33 182 / 0.4);
}

.border-e-violet-800\/45{
  border-inline-end-color: rgb(91 33 182 / 0.45);
}

.border-e-violet-800\/5{
  border-inline-end-color: rgb(91 33 182 / 0.05);
}

.border-e-violet-800\/50{
  border-inline-end-color: rgb(91 33 182 / 0.5);
}

.border-e-violet-800\/55{
  border-inline-end-color: rgb(91 33 182 / 0.55);
}

.border-e-violet-800\/60{
  border-inline-end-color: rgb(91 33 182 / 0.6);
}

.border-e-violet-800\/65{
  border-inline-end-color: rgb(91 33 182 / 0.65);
}

.border-e-violet-800\/70{
  border-inline-end-color: rgb(91 33 182 / 0.7);
}

.border-e-violet-800\/75{
  border-inline-end-color: rgb(91 33 182 / 0.75);
}

.border-e-violet-800\/80{
  border-inline-end-color: rgb(91 33 182 / 0.8);
}

.border-e-violet-800\/85{
  border-inline-end-color: rgb(91 33 182 / 0.85);
}

.border-e-violet-800\/90{
  border-inline-end-color: rgb(91 33 182 / 0.9);
}

.border-e-violet-800\/95{
  border-inline-end-color: rgb(91 33 182 / 0.95);
}

.border-e-violet-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-e-violet-900\/0{
  border-inline-end-color: rgb(76 29 149 / 0);
}

.border-e-violet-900\/10{
  border-inline-end-color: rgb(76 29 149 / 0.1);
}

.border-e-violet-900\/100{
  border-inline-end-color: rgb(76 29 149 / 1);
}

.border-e-violet-900\/15{
  border-inline-end-color: rgb(76 29 149 / 0.15);
}

.border-e-violet-900\/20{
  border-inline-end-color: rgb(76 29 149 / 0.2);
}

.border-e-violet-900\/25{
  border-inline-end-color: rgb(76 29 149 / 0.25);
}

.border-e-violet-900\/30{
  border-inline-end-color: rgb(76 29 149 / 0.3);
}

.border-e-violet-900\/35{
  border-inline-end-color: rgb(76 29 149 / 0.35);
}

.border-e-violet-900\/40{
  border-inline-end-color: rgb(76 29 149 / 0.4);
}

.border-e-violet-900\/45{
  border-inline-end-color: rgb(76 29 149 / 0.45);
}

.border-e-violet-900\/5{
  border-inline-end-color: rgb(76 29 149 / 0.05);
}

.border-e-violet-900\/50{
  border-inline-end-color: rgb(76 29 149 / 0.5);
}

.border-e-violet-900\/55{
  border-inline-end-color: rgb(76 29 149 / 0.55);
}

.border-e-violet-900\/60{
  border-inline-end-color: rgb(76 29 149 / 0.6);
}

.border-e-violet-900\/65{
  border-inline-end-color: rgb(76 29 149 / 0.65);
}

.border-e-violet-900\/70{
  border-inline-end-color: rgb(76 29 149 / 0.7);
}

.border-e-violet-900\/75{
  border-inline-end-color: rgb(76 29 149 / 0.75);
}

.border-e-violet-900\/80{
  border-inline-end-color: rgb(76 29 149 / 0.8);
}

.border-e-violet-900\/85{
  border-inline-end-color: rgb(76 29 149 / 0.85);
}

.border-e-violet-900\/90{
  border-inline-end-color: rgb(76 29 149 / 0.9);
}

.border-e-violet-900\/95{
  border-inline-end-color: rgb(76 29 149 / 0.95);
}

.border-e-violet-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-e-violet-950\/0{
  border-inline-end-color: rgb(46 16 101 / 0);
}

.border-e-violet-950\/10{
  border-inline-end-color: rgb(46 16 101 / 0.1);
}

.border-e-violet-950\/100{
  border-inline-end-color: rgb(46 16 101 / 1);
}

.border-e-violet-950\/15{
  border-inline-end-color: rgb(46 16 101 / 0.15);
}

.border-e-violet-950\/20{
  border-inline-end-color: rgb(46 16 101 / 0.2);
}

.border-e-violet-950\/25{
  border-inline-end-color: rgb(46 16 101 / 0.25);
}

.border-e-violet-950\/30{
  border-inline-end-color: rgb(46 16 101 / 0.3);
}

.border-e-violet-950\/35{
  border-inline-end-color: rgb(46 16 101 / 0.35);
}

.border-e-violet-950\/40{
  border-inline-end-color: rgb(46 16 101 / 0.4);
}

.border-e-violet-950\/45{
  border-inline-end-color: rgb(46 16 101 / 0.45);
}

.border-e-violet-950\/5{
  border-inline-end-color: rgb(46 16 101 / 0.05);
}

.border-e-violet-950\/50{
  border-inline-end-color: rgb(46 16 101 / 0.5);
}

.border-e-violet-950\/55{
  border-inline-end-color: rgb(46 16 101 / 0.55);
}

.border-e-violet-950\/60{
  border-inline-end-color: rgb(46 16 101 / 0.6);
}

.border-e-violet-950\/65{
  border-inline-end-color: rgb(46 16 101 / 0.65);
}

.border-e-violet-950\/70{
  border-inline-end-color: rgb(46 16 101 / 0.7);
}

.border-e-violet-950\/75{
  border-inline-end-color: rgb(46 16 101 / 0.75);
}

.border-e-violet-950\/80{
  border-inline-end-color: rgb(46 16 101 / 0.8);
}

.border-e-violet-950\/85{
  border-inline-end-color: rgb(46 16 101 / 0.85);
}

.border-e-violet-950\/90{
  border-inline-end-color: rgb(46 16 101 / 0.9);
}

.border-e-violet-950\/95{
  border-inline-end-color: rgb(46 16 101 / 0.95);
}

.border-e-white{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-e-white\/0{
  border-inline-end-color: rgb(255 255 255 / 0);
}

.border-e-white\/10{
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.border-e-white\/100{
  border-inline-end-color: rgb(255 255 255 / 1);
}

.border-e-white\/15{
  border-inline-end-color: rgb(255 255 255 / 0.15);
}

.border-e-white\/20{
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.border-e-white\/25{
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.border-e-white\/30{
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.border-e-white\/35{
  border-inline-end-color: rgb(255 255 255 / 0.35);
}

.border-e-white\/40{
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.border-e-white\/45{
  border-inline-end-color: rgb(255 255 255 / 0.45);
}

.border-e-white\/5{
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.border-e-white\/50{
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.border-e-white\/55{
  border-inline-end-color: rgb(255 255 255 / 0.55);
}

.border-e-white\/60{
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.border-e-white\/65{
  border-inline-end-color: rgb(255 255 255 / 0.65);
}

.border-e-white\/70{
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.border-e-white\/75{
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.border-e-white\/80{
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.border-e-white\/85{
  border-inline-end-color: rgb(255 255 255 / 0.85);
}

.border-e-white\/90{
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.border-e-white\/95{
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.border-e-yellow-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-e-yellow-100\/0{
  border-inline-end-color: rgb(254 249 195 / 0);
}

.border-e-yellow-100\/10{
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.border-e-yellow-100\/100{
  border-inline-end-color: rgb(254 249 195 / 1);
}

.border-e-yellow-100\/15{
  border-inline-end-color: rgb(254 249 195 / 0.15);
}

.border-e-yellow-100\/20{
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.border-e-yellow-100\/25{
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.border-e-yellow-100\/30{
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.border-e-yellow-100\/35{
  border-inline-end-color: rgb(254 249 195 / 0.35);
}

.border-e-yellow-100\/40{
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.border-e-yellow-100\/45{
  border-inline-end-color: rgb(254 249 195 / 0.45);
}

.border-e-yellow-100\/5{
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.border-e-yellow-100\/50{
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.border-e-yellow-100\/55{
  border-inline-end-color: rgb(254 249 195 / 0.55);
}

.border-e-yellow-100\/60{
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.border-e-yellow-100\/65{
  border-inline-end-color: rgb(254 249 195 / 0.65);
}

.border-e-yellow-100\/70{
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.border-e-yellow-100\/75{
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.border-e-yellow-100\/80{
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.border-e-yellow-100\/85{
  border-inline-end-color: rgb(254 249 195 / 0.85);
}

.border-e-yellow-100\/90{
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.border-e-yellow-100\/95{
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

.border-e-yellow-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-e-yellow-200\/0{
  border-inline-end-color: rgb(254 240 138 / 0);
}

.border-e-yellow-200\/10{
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.border-e-yellow-200\/100{
  border-inline-end-color: rgb(254 240 138 / 1);
}

.border-e-yellow-200\/15{
  border-inline-end-color: rgb(254 240 138 / 0.15);
}

.border-e-yellow-200\/20{
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.border-e-yellow-200\/25{
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.border-e-yellow-200\/30{
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.border-e-yellow-200\/35{
  border-inline-end-color: rgb(254 240 138 / 0.35);
}

.border-e-yellow-200\/40{
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.border-e-yellow-200\/45{
  border-inline-end-color: rgb(254 240 138 / 0.45);
}

.border-e-yellow-200\/5{
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.border-e-yellow-200\/50{
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.border-e-yellow-200\/55{
  border-inline-end-color: rgb(254 240 138 / 0.55);
}

.border-e-yellow-200\/60{
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.border-e-yellow-200\/65{
  border-inline-end-color: rgb(254 240 138 / 0.65);
}

.border-e-yellow-200\/70{
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.border-e-yellow-200\/75{
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.border-e-yellow-200\/80{
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.border-e-yellow-200\/85{
  border-inline-end-color: rgb(254 240 138 / 0.85);
}

.border-e-yellow-200\/90{
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.border-e-yellow-200\/95{
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

.border-e-yellow-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-e-yellow-300\/0{
  border-inline-end-color: rgb(253 224 71 / 0);
}

.border-e-yellow-300\/10{
  border-inline-end-color: rgb(253 224 71 / 0.1);
}

.border-e-yellow-300\/100{
  border-inline-end-color: rgb(253 224 71 / 1);
}

.border-e-yellow-300\/15{
  border-inline-end-color: rgb(253 224 71 / 0.15);
}

.border-e-yellow-300\/20{
  border-inline-end-color: rgb(253 224 71 / 0.2);
}

.border-e-yellow-300\/25{
  border-inline-end-color: rgb(253 224 71 / 0.25);
}

.border-e-yellow-300\/30{
  border-inline-end-color: rgb(253 224 71 / 0.3);
}

.border-e-yellow-300\/35{
  border-inline-end-color: rgb(253 224 71 / 0.35);
}

.border-e-yellow-300\/40{
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.border-e-yellow-300\/45{
  border-inline-end-color: rgb(253 224 71 / 0.45);
}

.border-e-yellow-300\/5{
  border-inline-end-color: rgb(253 224 71 / 0.05);
}

.border-e-yellow-300\/50{
  border-inline-end-color: rgb(253 224 71 / 0.5);
}

.border-e-yellow-300\/55{
  border-inline-end-color: rgb(253 224 71 / 0.55);
}

.border-e-yellow-300\/60{
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.border-e-yellow-300\/65{
  border-inline-end-color: rgb(253 224 71 / 0.65);
}

.border-e-yellow-300\/70{
  border-inline-end-color: rgb(253 224 71 / 0.7);
}

.border-e-yellow-300\/75{
  border-inline-end-color: rgb(253 224 71 / 0.75);
}

.border-e-yellow-300\/80{
  border-inline-end-color: rgb(253 224 71 / 0.8);
}

.border-e-yellow-300\/85{
  border-inline-end-color: rgb(253 224 71 / 0.85);
}

.border-e-yellow-300\/90{
  border-inline-end-color: rgb(253 224 71 / 0.9);
}

.border-e-yellow-300\/95{
  border-inline-end-color: rgb(253 224 71 / 0.95);
}

.border-e-yellow-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-e-yellow-400\/0{
  border-inline-end-color: rgb(250 204 21 / 0);
}

.border-e-yellow-400\/10{
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.border-e-yellow-400\/100{
  border-inline-end-color: rgb(250 204 21 / 1);
}

.border-e-yellow-400\/15{
  border-inline-end-color: rgb(250 204 21 / 0.15);
}

.border-e-yellow-400\/20{
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.border-e-yellow-400\/25{
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.border-e-yellow-400\/30{
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.border-e-yellow-400\/35{
  border-inline-end-color: rgb(250 204 21 / 0.35);
}

.border-e-yellow-400\/40{
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.border-e-yellow-400\/45{
  border-inline-end-color: rgb(250 204 21 / 0.45);
}

.border-e-yellow-400\/5{
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.border-e-yellow-400\/50{
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.border-e-yellow-400\/55{
  border-inline-end-color: rgb(250 204 21 / 0.55);
}

.border-e-yellow-400\/60{
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.border-e-yellow-400\/65{
  border-inline-end-color: rgb(250 204 21 / 0.65);
}

.border-e-yellow-400\/70{
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.border-e-yellow-400\/75{
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.border-e-yellow-400\/80{
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.border-e-yellow-400\/85{
  border-inline-end-color: rgb(250 204 21 / 0.85);
}

.border-e-yellow-400\/90{
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.border-e-yellow-400\/95{
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.border-e-yellow-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-e-yellow-50\/0{
  border-inline-end-color: rgb(254 252 232 / 0);
}

.border-e-yellow-50\/10{
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.border-e-yellow-50\/100{
  border-inline-end-color: rgb(254 252 232 / 1);
}

.border-e-yellow-50\/15{
  border-inline-end-color: rgb(254 252 232 / 0.15);
}

.border-e-yellow-50\/20{
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.border-e-yellow-50\/25{
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.border-e-yellow-50\/30{
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.border-e-yellow-50\/35{
  border-inline-end-color: rgb(254 252 232 / 0.35);
}

.border-e-yellow-50\/40{
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.border-e-yellow-50\/45{
  border-inline-end-color: rgb(254 252 232 / 0.45);
}

.border-e-yellow-50\/5{
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.border-e-yellow-50\/50{
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.border-e-yellow-50\/55{
  border-inline-end-color: rgb(254 252 232 / 0.55);
}

.border-e-yellow-50\/60{
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.border-e-yellow-50\/65{
  border-inline-end-color: rgb(254 252 232 / 0.65);
}

.border-e-yellow-50\/70{
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.border-e-yellow-50\/75{
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.border-e-yellow-50\/80{
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.border-e-yellow-50\/85{
  border-inline-end-color: rgb(254 252 232 / 0.85);
}

.border-e-yellow-50\/90{
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.border-e-yellow-50\/95{
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

.border-e-yellow-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-e-yellow-500\/0{
  border-inline-end-color: rgb(234 179 8 / 0);
}

.border-e-yellow-500\/10{
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.border-e-yellow-500\/100{
  border-inline-end-color: rgb(234 179 8 / 1);
}

.border-e-yellow-500\/15{
  border-inline-end-color: rgb(234 179 8 / 0.15);
}

.border-e-yellow-500\/20{
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.border-e-yellow-500\/25{
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.border-e-yellow-500\/30{
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.border-e-yellow-500\/35{
  border-inline-end-color: rgb(234 179 8 / 0.35);
}

.border-e-yellow-500\/40{
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.border-e-yellow-500\/45{
  border-inline-end-color: rgb(234 179 8 / 0.45);
}

.border-e-yellow-500\/5{
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.border-e-yellow-500\/50{
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.border-e-yellow-500\/55{
  border-inline-end-color: rgb(234 179 8 / 0.55);
}

.border-e-yellow-500\/60{
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.border-e-yellow-500\/65{
  border-inline-end-color: rgb(234 179 8 / 0.65);
}

.border-e-yellow-500\/70{
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.border-e-yellow-500\/75{
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.border-e-yellow-500\/80{
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.border-e-yellow-500\/85{
  border-inline-end-color: rgb(234 179 8 / 0.85);
}

.border-e-yellow-500\/90{
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.border-e-yellow-500\/95{
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

.border-e-yellow-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-e-yellow-600\/0{
  border-inline-end-color: rgb(202 138 4 / 0);
}

.border-e-yellow-600\/10{
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.border-e-yellow-600\/100{
  border-inline-end-color: rgb(202 138 4 / 1);
}

.border-e-yellow-600\/15{
  border-inline-end-color: rgb(202 138 4 / 0.15);
}

.border-e-yellow-600\/20{
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.border-e-yellow-600\/25{
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.border-e-yellow-600\/30{
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.border-e-yellow-600\/35{
  border-inline-end-color: rgb(202 138 4 / 0.35);
}

.border-e-yellow-600\/40{
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.border-e-yellow-600\/45{
  border-inline-end-color: rgb(202 138 4 / 0.45);
}

.border-e-yellow-600\/5{
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

.border-e-yellow-600\/50{
  border-inline-end-color: rgb(202 138 4 / 0.5);
}

.border-e-yellow-600\/55{
  border-inline-end-color: rgb(202 138 4 / 0.55);
}

.border-e-yellow-600\/60{
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.border-e-yellow-600\/65{
  border-inline-end-color: rgb(202 138 4 / 0.65);
}

.border-e-yellow-600\/70{
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.border-e-yellow-600\/75{
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.border-e-yellow-600\/80{
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.border-e-yellow-600\/85{
  border-inline-end-color: rgb(202 138 4 / 0.85);
}

.border-e-yellow-600\/90{
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.border-e-yellow-600\/95{
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

.border-e-yellow-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-e-yellow-700\/0{
  border-inline-end-color: rgb(161 98 7 / 0);
}

.border-e-yellow-700\/10{
  border-inline-end-color: rgb(161 98 7 / 0.1);
}

.border-e-yellow-700\/100{
  border-inline-end-color: rgb(161 98 7 / 1);
}

.border-e-yellow-700\/15{
  border-inline-end-color: rgb(161 98 7 / 0.15);
}

.border-e-yellow-700\/20{
  border-inline-end-color: rgb(161 98 7 / 0.2);
}

.border-e-yellow-700\/25{
  border-inline-end-color: rgb(161 98 7 / 0.25);
}

.border-e-yellow-700\/30{
  border-inline-end-color: rgb(161 98 7 / 0.3);
}

.border-e-yellow-700\/35{
  border-inline-end-color: rgb(161 98 7 / 0.35);
}

.border-e-yellow-700\/40{
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.border-e-yellow-700\/45{
  border-inline-end-color: rgb(161 98 7 / 0.45);
}

.border-e-yellow-700\/5{
  border-inline-end-color: rgb(161 98 7 / 0.05);
}

.border-e-yellow-700\/50{
  border-inline-end-color: rgb(161 98 7 / 0.5);
}

.border-e-yellow-700\/55{
  border-inline-end-color: rgb(161 98 7 / 0.55);
}

.border-e-yellow-700\/60{
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.border-e-yellow-700\/65{
  border-inline-end-color: rgb(161 98 7 / 0.65);
}

.border-e-yellow-700\/70{
  border-inline-end-color: rgb(161 98 7 / 0.7);
}

.border-e-yellow-700\/75{
  border-inline-end-color: rgb(161 98 7 / 0.75);
}

.border-e-yellow-700\/80{
  border-inline-end-color: rgb(161 98 7 / 0.8);
}

.border-e-yellow-700\/85{
  border-inline-end-color: rgb(161 98 7 / 0.85);
}

.border-e-yellow-700\/90{
  border-inline-end-color: rgb(161 98 7 / 0.9);
}

.border-e-yellow-700\/95{
  border-inline-end-color: rgb(161 98 7 / 0.95);
}

.border-e-yellow-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-e-yellow-800\/0{
  border-inline-end-color: rgb(133 77 14 / 0);
}

.border-e-yellow-800\/10{
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.border-e-yellow-800\/100{
  border-inline-end-color: rgb(133 77 14 / 1);
}

.border-e-yellow-800\/15{
  border-inline-end-color: rgb(133 77 14 / 0.15);
}

.border-e-yellow-800\/20{
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.border-e-yellow-800\/25{
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.border-e-yellow-800\/30{
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.border-e-yellow-800\/35{
  border-inline-end-color: rgb(133 77 14 / 0.35);
}

.border-e-yellow-800\/40{
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.border-e-yellow-800\/45{
  border-inline-end-color: rgb(133 77 14 / 0.45);
}

.border-e-yellow-800\/5{
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.border-e-yellow-800\/50{
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.border-e-yellow-800\/55{
  border-inline-end-color: rgb(133 77 14 / 0.55);
}

.border-e-yellow-800\/60{
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.border-e-yellow-800\/65{
  border-inline-end-color: rgb(133 77 14 / 0.65);
}

.border-e-yellow-800\/70{
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.border-e-yellow-800\/75{
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.border-e-yellow-800\/80{
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.border-e-yellow-800\/85{
  border-inline-end-color: rgb(133 77 14 / 0.85);
}

.border-e-yellow-800\/90{
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.border-e-yellow-800\/95{
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

.border-e-yellow-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-e-yellow-900\/0{
  border-inline-end-color: rgb(113 63 18 / 0);
}

.border-e-yellow-900\/10{
  border-inline-end-color: rgb(113 63 18 / 0.1);
}

.border-e-yellow-900\/100{
  border-inline-end-color: rgb(113 63 18 / 1);
}

.border-e-yellow-900\/15{
  border-inline-end-color: rgb(113 63 18 / 0.15);
}

.border-e-yellow-900\/20{
  border-inline-end-color: rgb(113 63 18 / 0.2);
}

.border-e-yellow-900\/25{
  border-inline-end-color: rgb(113 63 18 / 0.25);
}

.border-e-yellow-900\/30{
  border-inline-end-color: rgb(113 63 18 / 0.3);
}

.border-e-yellow-900\/35{
  border-inline-end-color: rgb(113 63 18 / 0.35);
}

.border-e-yellow-900\/40{
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.border-e-yellow-900\/45{
  border-inline-end-color: rgb(113 63 18 / 0.45);
}

.border-e-yellow-900\/5{
  border-inline-end-color: rgb(113 63 18 / 0.05);
}

.border-e-yellow-900\/50{
  border-inline-end-color: rgb(113 63 18 / 0.5);
}

.border-e-yellow-900\/55{
  border-inline-end-color: rgb(113 63 18 / 0.55);
}

.border-e-yellow-900\/60{
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.border-e-yellow-900\/65{
  border-inline-end-color: rgb(113 63 18 / 0.65);
}

.border-e-yellow-900\/70{
  border-inline-end-color: rgb(113 63 18 / 0.7);
}

.border-e-yellow-900\/75{
  border-inline-end-color: rgb(113 63 18 / 0.75);
}

.border-e-yellow-900\/80{
  border-inline-end-color: rgb(113 63 18 / 0.8);
}

.border-e-yellow-900\/85{
  border-inline-end-color: rgb(113 63 18 / 0.85);
}

.border-e-yellow-900\/90{
  border-inline-end-color: rgb(113 63 18 / 0.9);
}

.border-e-yellow-900\/95{
  border-inline-end-color: rgb(113 63 18 / 0.95);
}

.border-e-yellow-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-e-yellow-950\/0{
  border-inline-end-color: rgb(66 32 6 / 0);
}

.border-e-yellow-950\/10{
  border-inline-end-color: rgb(66 32 6 / 0.1);
}

.border-e-yellow-950\/100{
  border-inline-end-color: rgb(66 32 6 / 1);
}

.border-e-yellow-950\/15{
  border-inline-end-color: rgb(66 32 6 / 0.15);
}

.border-e-yellow-950\/20{
  border-inline-end-color: rgb(66 32 6 / 0.2);
}

.border-e-yellow-950\/25{
  border-inline-end-color: rgb(66 32 6 / 0.25);
}

.border-e-yellow-950\/30{
  border-inline-end-color: rgb(66 32 6 / 0.3);
}

.border-e-yellow-950\/35{
  border-inline-end-color: rgb(66 32 6 / 0.35);
}

.border-e-yellow-950\/40{
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.border-e-yellow-950\/45{
  border-inline-end-color: rgb(66 32 6 / 0.45);
}

.border-e-yellow-950\/5{
  border-inline-end-color: rgb(66 32 6 / 0.05);
}

.border-e-yellow-950\/50{
  border-inline-end-color: rgb(66 32 6 / 0.5);
}

.border-e-yellow-950\/55{
  border-inline-end-color: rgb(66 32 6 / 0.55);
}

.border-e-yellow-950\/60{
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.border-e-yellow-950\/65{
  border-inline-end-color: rgb(66 32 6 / 0.65);
}

.border-e-yellow-950\/70{
  border-inline-end-color: rgb(66 32 6 / 0.7);
}

.border-e-yellow-950\/75{
  border-inline-end-color: rgb(66 32 6 / 0.75);
}

.border-e-yellow-950\/80{
  border-inline-end-color: rgb(66 32 6 / 0.8);
}

.border-e-yellow-950\/85{
  border-inline-end-color: rgb(66 32 6 / 0.85);
}

.border-e-yellow-950\/90{
  border-inline-end-color: rgb(66 32 6 / 0.9);
}

.border-e-yellow-950\/95{
  border-inline-end-color: rgb(66 32 6 / 0.95);
}

.border-e-zinc-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-e-zinc-100\/0{
  border-inline-end-color: rgb(244 244 245 / 0);
}

.border-e-zinc-100\/10{
  border-inline-end-color: rgb(244 244 245 / 0.1);
}

.border-e-zinc-100\/100{
  border-inline-end-color: rgb(244 244 245 / 1);
}

.border-e-zinc-100\/15{
  border-inline-end-color: rgb(244 244 245 / 0.15);
}

.border-e-zinc-100\/20{
  border-inline-end-color: rgb(244 244 245 / 0.2);
}

.border-e-zinc-100\/25{
  border-inline-end-color: rgb(244 244 245 / 0.25);
}

.border-e-zinc-100\/30{
  border-inline-end-color: rgb(244 244 245 / 0.3);
}

.border-e-zinc-100\/35{
  border-inline-end-color: rgb(244 244 245 / 0.35);
}

.border-e-zinc-100\/40{
  border-inline-end-color: rgb(244 244 245 / 0.4);
}

.border-e-zinc-100\/45{
  border-inline-end-color: rgb(244 244 245 / 0.45);
}

.border-e-zinc-100\/5{
  border-inline-end-color: rgb(244 244 245 / 0.05);
}

.border-e-zinc-100\/50{
  border-inline-end-color: rgb(244 244 245 / 0.5);
}

.border-e-zinc-100\/55{
  border-inline-end-color: rgb(244 244 245 / 0.55);
}

.border-e-zinc-100\/60{
  border-inline-end-color: rgb(244 244 245 / 0.6);
}

.border-e-zinc-100\/65{
  border-inline-end-color: rgb(244 244 245 / 0.65);
}

.border-e-zinc-100\/70{
  border-inline-end-color: rgb(244 244 245 / 0.7);
}

.border-e-zinc-100\/75{
  border-inline-end-color: rgb(244 244 245 / 0.75);
}

.border-e-zinc-100\/80{
  border-inline-end-color: rgb(244 244 245 / 0.8);
}

.border-e-zinc-100\/85{
  border-inline-end-color: rgb(244 244 245 / 0.85);
}

.border-e-zinc-100\/90{
  border-inline-end-color: rgb(244 244 245 / 0.9);
}

.border-e-zinc-100\/95{
  border-inline-end-color: rgb(244 244 245 / 0.95);
}

.border-e-zinc-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-e-zinc-200\/0{
  border-inline-end-color: rgb(228 228 231 / 0);
}

.border-e-zinc-200\/10{
  border-inline-end-color: rgb(228 228 231 / 0.1);
}

.border-e-zinc-200\/100{
  border-inline-end-color: rgb(228 228 231 / 1);
}

.border-e-zinc-200\/15{
  border-inline-end-color: rgb(228 228 231 / 0.15);
}

.border-e-zinc-200\/20{
  border-inline-end-color: rgb(228 228 231 / 0.2);
}

.border-e-zinc-200\/25{
  border-inline-end-color: rgb(228 228 231 / 0.25);
}

.border-e-zinc-200\/30{
  border-inline-end-color: rgb(228 228 231 / 0.3);
}

.border-e-zinc-200\/35{
  border-inline-end-color: rgb(228 228 231 / 0.35);
}

.border-e-zinc-200\/40{
  border-inline-end-color: rgb(228 228 231 / 0.4);
}

.border-e-zinc-200\/45{
  border-inline-end-color: rgb(228 228 231 / 0.45);
}

.border-e-zinc-200\/5{
  border-inline-end-color: rgb(228 228 231 / 0.05);
}

.border-e-zinc-200\/50{
  border-inline-end-color: rgb(228 228 231 / 0.5);
}

.border-e-zinc-200\/55{
  border-inline-end-color: rgb(228 228 231 / 0.55);
}

.border-e-zinc-200\/60{
  border-inline-end-color: rgb(228 228 231 / 0.6);
}

.border-e-zinc-200\/65{
  border-inline-end-color: rgb(228 228 231 / 0.65);
}

.border-e-zinc-200\/70{
  border-inline-end-color: rgb(228 228 231 / 0.7);
}

.border-e-zinc-200\/75{
  border-inline-end-color: rgb(228 228 231 / 0.75);
}

.border-e-zinc-200\/80{
  border-inline-end-color: rgb(228 228 231 / 0.8);
}

.border-e-zinc-200\/85{
  border-inline-end-color: rgb(228 228 231 / 0.85);
}

.border-e-zinc-200\/90{
  border-inline-end-color: rgb(228 228 231 / 0.9);
}

.border-e-zinc-200\/95{
  border-inline-end-color: rgb(228 228 231 / 0.95);
}

.border-e-zinc-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-e-zinc-300\/0{
  border-inline-end-color: rgb(212 212 216 / 0);
}

.border-e-zinc-300\/10{
  border-inline-end-color: rgb(212 212 216 / 0.1);
}

.border-e-zinc-300\/100{
  border-inline-end-color: rgb(212 212 216 / 1);
}

.border-e-zinc-300\/15{
  border-inline-end-color: rgb(212 212 216 / 0.15);
}

.border-e-zinc-300\/20{
  border-inline-end-color: rgb(212 212 216 / 0.2);
}

.border-e-zinc-300\/25{
  border-inline-end-color: rgb(212 212 216 / 0.25);
}

.border-e-zinc-300\/30{
  border-inline-end-color: rgb(212 212 216 / 0.3);
}

.border-e-zinc-300\/35{
  border-inline-end-color: rgb(212 212 216 / 0.35);
}

.border-e-zinc-300\/40{
  border-inline-end-color: rgb(212 212 216 / 0.4);
}

.border-e-zinc-300\/45{
  border-inline-end-color: rgb(212 212 216 / 0.45);
}

.border-e-zinc-300\/5{
  border-inline-end-color: rgb(212 212 216 / 0.05);
}

.border-e-zinc-300\/50{
  border-inline-end-color: rgb(212 212 216 / 0.5);
}

.border-e-zinc-300\/55{
  border-inline-end-color: rgb(212 212 216 / 0.55);
}

.border-e-zinc-300\/60{
  border-inline-end-color: rgb(212 212 216 / 0.6);
}

.border-e-zinc-300\/65{
  border-inline-end-color: rgb(212 212 216 / 0.65);
}

.border-e-zinc-300\/70{
  border-inline-end-color: rgb(212 212 216 / 0.7);
}

.border-e-zinc-300\/75{
  border-inline-end-color: rgb(212 212 216 / 0.75);
}

.border-e-zinc-300\/80{
  border-inline-end-color: rgb(212 212 216 / 0.8);
}

.border-e-zinc-300\/85{
  border-inline-end-color: rgb(212 212 216 / 0.85);
}

.border-e-zinc-300\/90{
  border-inline-end-color: rgb(212 212 216 / 0.9);
}

.border-e-zinc-300\/95{
  border-inline-end-color: rgb(212 212 216 / 0.95);
}

.border-e-zinc-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-e-zinc-400\/0{
  border-inline-end-color: rgb(161 161 170 / 0);
}

.border-e-zinc-400\/10{
  border-inline-end-color: rgb(161 161 170 / 0.1);
}

.border-e-zinc-400\/100{
  border-inline-end-color: rgb(161 161 170 / 1);
}

.border-e-zinc-400\/15{
  border-inline-end-color: rgb(161 161 170 / 0.15);
}

.border-e-zinc-400\/20{
  border-inline-end-color: rgb(161 161 170 / 0.2);
}

.border-e-zinc-400\/25{
  border-inline-end-color: rgb(161 161 170 / 0.25);
}

.border-e-zinc-400\/30{
  border-inline-end-color: rgb(161 161 170 / 0.3);
}

.border-e-zinc-400\/35{
  border-inline-end-color: rgb(161 161 170 / 0.35);
}

.border-e-zinc-400\/40{
  border-inline-end-color: rgb(161 161 170 / 0.4);
}

.border-e-zinc-400\/45{
  border-inline-end-color: rgb(161 161 170 / 0.45);
}

.border-e-zinc-400\/5{
  border-inline-end-color: rgb(161 161 170 / 0.05);
}

.border-e-zinc-400\/50{
  border-inline-end-color: rgb(161 161 170 / 0.5);
}

.border-e-zinc-400\/55{
  border-inline-end-color: rgb(161 161 170 / 0.55);
}

.border-e-zinc-400\/60{
  border-inline-end-color: rgb(161 161 170 / 0.6);
}

.border-e-zinc-400\/65{
  border-inline-end-color: rgb(161 161 170 / 0.65);
}

.border-e-zinc-400\/70{
  border-inline-end-color: rgb(161 161 170 / 0.7);
}

.border-e-zinc-400\/75{
  border-inline-end-color: rgb(161 161 170 / 0.75);
}

.border-e-zinc-400\/80{
  border-inline-end-color: rgb(161 161 170 / 0.8);
}

.border-e-zinc-400\/85{
  border-inline-end-color: rgb(161 161 170 / 0.85);
}

.border-e-zinc-400\/90{
  border-inline-end-color: rgb(161 161 170 / 0.9);
}

.border-e-zinc-400\/95{
  border-inline-end-color: rgb(161 161 170 / 0.95);
}

.border-e-zinc-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-e-zinc-50\/0{
  border-inline-end-color: rgb(250 250 250 / 0);
}

.border-e-zinc-50\/10{
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.border-e-zinc-50\/100{
  border-inline-end-color: rgb(250 250 250 / 1);
}

.border-e-zinc-50\/15{
  border-inline-end-color: rgb(250 250 250 / 0.15);
}

.border-e-zinc-50\/20{
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.border-e-zinc-50\/25{
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.border-e-zinc-50\/30{
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.border-e-zinc-50\/35{
  border-inline-end-color: rgb(250 250 250 / 0.35);
}

.border-e-zinc-50\/40{
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.border-e-zinc-50\/45{
  border-inline-end-color: rgb(250 250 250 / 0.45);
}

.border-e-zinc-50\/5{
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.border-e-zinc-50\/50{
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.border-e-zinc-50\/55{
  border-inline-end-color: rgb(250 250 250 / 0.55);
}

.border-e-zinc-50\/60{
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.border-e-zinc-50\/65{
  border-inline-end-color: rgb(250 250 250 / 0.65);
}

.border-e-zinc-50\/70{
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.border-e-zinc-50\/75{
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.border-e-zinc-50\/80{
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.border-e-zinc-50\/85{
  border-inline-end-color: rgb(250 250 250 / 0.85);
}

.border-e-zinc-50\/90{
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.border-e-zinc-50\/95{
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.border-e-zinc-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-e-zinc-500\/0{
  border-inline-end-color: rgb(113 113 122 / 0);
}

.border-e-zinc-500\/10{
  border-inline-end-color: rgb(113 113 122 / 0.1);
}

.border-e-zinc-500\/100{
  border-inline-end-color: rgb(113 113 122 / 1);
}

.border-e-zinc-500\/15{
  border-inline-end-color: rgb(113 113 122 / 0.15);
}

.border-e-zinc-500\/20{
  border-inline-end-color: rgb(113 113 122 / 0.2);
}

.border-e-zinc-500\/25{
  border-inline-end-color: rgb(113 113 122 / 0.25);
}

.border-e-zinc-500\/30{
  border-inline-end-color: rgb(113 113 122 / 0.3);
}

.border-e-zinc-500\/35{
  border-inline-end-color: rgb(113 113 122 / 0.35);
}

.border-e-zinc-500\/40{
  border-inline-end-color: rgb(113 113 122 / 0.4);
}

.border-e-zinc-500\/45{
  border-inline-end-color: rgb(113 113 122 / 0.45);
}

.border-e-zinc-500\/5{
  border-inline-end-color: rgb(113 113 122 / 0.05);
}

.border-e-zinc-500\/50{
  border-inline-end-color: rgb(113 113 122 / 0.5);
}

.border-e-zinc-500\/55{
  border-inline-end-color: rgb(113 113 122 / 0.55);
}

.border-e-zinc-500\/60{
  border-inline-end-color: rgb(113 113 122 / 0.6);
}

.border-e-zinc-500\/65{
  border-inline-end-color: rgb(113 113 122 / 0.65);
}

.border-e-zinc-500\/70{
  border-inline-end-color: rgb(113 113 122 / 0.7);
}

.border-e-zinc-500\/75{
  border-inline-end-color: rgb(113 113 122 / 0.75);
}

.border-e-zinc-500\/80{
  border-inline-end-color: rgb(113 113 122 / 0.8);
}

.border-e-zinc-500\/85{
  border-inline-end-color: rgb(113 113 122 / 0.85);
}

.border-e-zinc-500\/90{
  border-inline-end-color: rgb(113 113 122 / 0.9);
}

.border-e-zinc-500\/95{
  border-inline-end-color: rgb(113 113 122 / 0.95);
}

.border-e-zinc-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-e-zinc-600\/0{
  border-inline-end-color: rgb(82 82 91 / 0);
}

.border-e-zinc-600\/10{
  border-inline-end-color: rgb(82 82 91 / 0.1);
}

.border-e-zinc-600\/100{
  border-inline-end-color: rgb(82 82 91 / 1);
}

.border-e-zinc-600\/15{
  border-inline-end-color: rgb(82 82 91 / 0.15);
}

.border-e-zinc-600\/20{
  border-inline-end-color: rgb(82 82 91 / 0.2);
}

.border-e-zinc-600\/25{
  border-inline-end-color: rgb(82 82 91 / 0.25);
}

.border-e-zinc-600\/30{
  border-inline-end-color: rgb(82 82 91 / 0.3);
}

.border-e-zinc-600\/35{
  border-inline-end-color: rgb(82 82 91 / 0.35);
}

.border-e-zinc-600\/40{
  border-inline-end-color: rgb(82 82 91 / 0.4);
}

.border-e-zinc-600\/45{
  border-inline-end-color: rgb(82 82 91 / 0.45);
}

.border-e-zinc-600\/5{
  border-inline-end-color: rgb(82 82 91 / 0.05);
}

.border-e-zinc-600\/50{
  border-inline-end-color: rgb(82 82 91 / 0.5);
}

.border-e-zinc-600\/55{
  border-inline-end-color: rgb(82 82 91 / 0.55);
}

.border-e-zinc-600\/60{
  border-inline-end-color: rgb(82 82 91 / 0.6);
}

.border-e-zinc-600\/65{
  border-inline-end-color: rgb(82 82 91 / 0.65);
}

.border-e-zinc-600\/70{
  border-inline-end-color: rgb(82 82 91 / 0.7);
}

.border-e-zinc-600\/75{
  border-inline-end-color: rgb(82 82 91 / 0.75);
}

.border-e-zinc-600\/80{
  border-inline-end-color: rgb(82 82 91 / 0.8);
}

.border-e-zinc-600\/85{
  border-inline-end-color: rgb(82 82 91 / 0.85);
}

.border-e-zinc-600\/90{
  border-inline-end-color: rgb(82 82 91 / 0.9);
}

.border-e-zinc-600\/95{
  border-inline-end-color: rgb(82 82 91 / 0.95);
}

.border-e-zinc-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-e-zinc-700\/0{
  border-inline-end-color: rgb(63 63 70 / 0);
}

.border-e-zinc-700\/10{
  border-inline-end-color: rgb(63 63 70 / 0.1);
}

.border-e-zinc-700\/100{
  border-inline-end-color: rgb(63 63 70 / 1);
}

.border-e-zinc-700\/15{
  border-inline-end-color: rgb(63 63 70 / 0.15);
}

.border-e-zinc-700\/20{
  border-inline-end-color: rgb(63 63 70 / 0.2);
}

.border-e-zinc-700\/25{
  border-inline-end-color: rgb(63 63 70 / 0.25);
}

.border-e-zinc-700\/30{
  border-inline-end-color: rgb(63 63 70 / 0.3);
}

.border-e-zinc-700\/35{
  border-inline-end-color: rgb(63 63 70 / 0.35);
}

.border-e-zinc-700\/40{
  border-inline-end-color: rgb(63 63 70 / 0.4);
}

.border-e-zinc-700\/45{
  border-inline-end-color: rgb(63 63 70 / 0.45);
}

.border-e-zinc-700\/5{
  border-inline-end-color: rgb(63 63 70 / 0.05);
}

.border-e-zinc-700\/50{
  border-inline-end-color: rgb(63 63 70 / 0.5);
}

.border-e-zinc-700\/55{
  border-inline-end-color: rgb(63 63 70 / 0.55);
}

.border-e-zinc-700\/60{
  border-inline-end-color: rgb(63 63 70 / 0.6);
}

.border-e-zinc-700\/65{
  border-inline-end-color: rgb(63 63 70 / 0.65);
}

.border-e-zinc-700\/70{
  border-inline-end-color: rgb(63 63 70 / 0.7);
}

.border-e-zinc-700\/75{
  border-inline-end-color: rgb(63 63 70 / 0.75);
}

.border-e-zinc-700\/80{
  border-inline-end-color: rgb(63 63 70 / 0.8);
}

.border-e-zinc-700\/85{
  border-inline-end-color: rgb(63 63 70 / 0.85);
}

.border-e-zinc-700\/90{
  border-inline-end-color: rgb(63 63 70 / 0.9);
}

.border-e-zinc-700\/95{
  border-inline-end-color: rgb(63 63 70 / 0.95);
}

.border-e-zinc-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-e-zinc-800\/0{
  border-inline-end-color: rgb(39 39 42 / 0);
}

.border-e-zinc-800\/10{
  border-inline-end-color: rgb(39 39 42 / 0.1);
}

.border-e-zinc-800\/100{
  border-inline-end-color: rgb(39 39 42 / 1);
}

.border-e-zinc-800\/15{
  border-inline-end-color: rgb(39 39 42 / 0.15);
}

.border-e-zinc-800\/20{
  border-inline-end-color: rgb(39 39 42 / 0.2);
}

.border-e-zinc-800\/25{
  border-inline-end-color: rgb(39 39 42 / 0.25);
}

.border-e-zinc-800\/30{
  border-inline-end-color: rgb(39 39 42 / 0.3);
}

.border-e-zinc-800\/35{
  border-inline-end-color: rgb(39 39 42 / 0.35);
}

.border-e-zinc-800\/40{
  border-inline-end-color: rgb(39 39 42 / 0.4);
}

.border-e-zinc-800\/45{
  border-inline-end-color: rgb(39 39 42 / 0.45);
}

.border-e-zinc-800\/5{
  border-inline-end-color: rgb(39 39 42 / 0.05);
}

.border-e-zinc-800\/50{
  border-inline-end-color: rgb(39 39 42 / 0.5);
}

.border-e-zinc-800\/55{
  border-inline-end-color: rgb(39 39 42 / 0.55);
}

.border-e-zinc-800\/60{
  border-inline-end-color: rgb(39 39 42 / 0.6);
}

.border-e-zinc-800\/65{
  border-inline-end-color: rgb(39 39 42 / 0.65);
}

.border-e-zinc-800\/70{
  border-inline-end-color: rgb(39 39 42 / 0.7);
}

.border-e-zinc-800\/75{
  border-inline-end-color: rgb(39 39 42 / 0.75);
}

.border-e-zinc-800\/80{
  border-inline-end-color: rgb(39 39 42 / 0.8);
}

.border-e-zinc-800\/85{
  border-inline-end-color: rgb(39 39 42 / 0.85);
}

.border-e-zinc-800\/90{
  border-inline-end-color: rgb(39 39 42 / 0.9);
}

.border-e-zinc-800\/95{
  border-inline-end-color: rgb(39 39 42 / 0.95);
}

.border-e-zinc-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-e-zinc-900\/0{
  border-inline-end-color: rgb(24 24 27 / 0);
}

.border-e-zinc-900\/10{
  border-inline-end-color: rgb(24 24 27 / 0.1);
}

.border-e-zinc-900\/100{
  border-inline-end-color: rgb(24 24 27 / 1);
}

.border-e-zinc-900\/15{
  border-inline-end-color: rgb(24 24 27 / 0.15);
}

.border-e-zinc-900\/20{
  border-inline-end-color: rgb(24 24 27 / 0.2);
}

.border-e-zinc-900\/25{
  border-inline-end-color: rgb(24 24 27 / 0.25);
}

.border-e-zinc-900\/30{
  border-inline-end-color: rgb(24 24 27 / 0.3);
}

.border-e-zinc-900\/35{
  border-inline-end-color: rgb(24 24 27 / 0.35);
}

.border-e-zinc-900\/40{
  border-inline-end-color: rgb(24 24 27 / 0.4);
}

.border-e-zinc-900\/45{
  border-inline-end-color: rgb(24 24 27 / 0.45);
}

.border-e-zinc-900\/5{
  border-inline-end-color: rgb(24 24 27 / 0.05);
}

.border-e-zinc-900\/50{
  border-inline-end-color: rgb(24 24 27 / 0.5);
}

.border-e-zinc-900\/55{
  border-inline-end-color: rgb(24 24 27 / 0.55);
}

.border-e-zinc-900\/60{
  border-inline-end-color: rgb(24 24 27 / 0.6);
}

.border-e-zinc-900\/65{
  border-inline-end-color: rgb(24 24 27 / 0.65);
}

.border-e-zinc-900\/70{
  border-inline-end-color: rgb(24 24 27 / 0.7);
}

.border-e-zinc-900\/75{
  border-inline-end-color: rgb(24 24 27 / 0.75);
}

.border-e-zinc-900\/80{
  border-inline-end-color: rgb(24 24 27 / 0.8);
}

.border-e-zinc-900\/85{
  border-inline-end-color: rgb(24 24 27 / 0.85);
}

.border-e-zinc-900\/90{
  border-inline-end-color: rgb(24 24 27 / 0.9);
}

.border-e-zinc-900\/95{
  border-inline-end-color: rgb(24 24 27 / 0.95);
}

.border-e-zinc-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-e-zinc-950\/0{
  border-inline-end-color: rgb(9 9 11 / 0);
}

.border-e-zinc-950\/10{
  border-inline-end-color: rgb(9 9 11 / 0.1);
}

.border-e-zinc-950\/100{
  border-inline-end-color: rgb(9 9 11 / 1);
}

.border-e-zinc-950\/15{
  border-inline-end-color: rgb(9 9 11 / 0.15);
}

.border-e-zinc-950\/20{
  border-inline-end-color: rgb(9 9 11 / 0.2);
}

.border-e-zinc-950\/25{
  border-inline-end-color: rgb(9 9 11 / 0.25);
}

.border-e-zinc-950\/30{
  border-inline-end-color: rgb(9 9 11 / 0.3);
}

.border-e-zinc-950\/35{
  border-inline-end-color: rgb(9 9 11 / 0.35);
}

.border-e-zinc-950\/40{
  border-inline-end-color: rgb(9 9 11 / 0.4);
}

.border-e-zinc-950\/45{
  border-inline-end-color: rgb(9 9 11 / 0.45);
}

.border-e-zinc-950\/5{
  border-inline-end-color: rgb(9 9 11 / 0.05);
}

.border-e-zinc-950\/50{
  border-inline-end-color: rgb(9 9 11 / 0.5);
}

.border-e-zinc-950\/55{
  border-inline-end-color: rgb(9 9 11 / 0.55);
}

.border-e-zinc-950\/60{
  border-inline-end-color: rgb(9 9 11 / 0.6);
}

.border-e-zinc-950\/65{
  border-inline-end-color: rgb(9 9 11 / 0.65);
}

.border-e-zinc-950\/70{
  border-inline-end-color: rgb(9 9 11 / 0.7);
}

.border-e-zinc-950\/75{
  border-inline-end-color: rgb(9 9 11 / 0.75);
}

.border-e-zinc-950\/80{
  border-inline-end-color: rgb(9 9 11 / 0.8);
}

.border-e-zinc-950\/85{
  border-inline-end-color: rgb(9 9 11 / 0.85);
}

.border-e-zinc-950\/90{
  border-inline-end-color: rgb(9 9 11 / 0.9);
}

.border-e-zinc-950\/95{
  border-inline-end-color: rgb(9 9 11 / 0.95);
}

.border-l-accent{
  --tw-border-opacity: 1;
  border-left-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.border-l-accent\/0{
  border-left-color: rgb(70 109 148 / 0);
}

.border-l-accent\/10{
  border-left-color: rgb(70 109 148 / 0.1);
}

.border-l-accent\/100{
  border-left-color: rgb(70 109 148 / 1);
}

.border-l-accent\/15{
  border-left-color: rgb(70 109 148 / 0.15);
}

.border-l-accent\/20{
  border-left-color: rgb(70 109 148 / 0.2);
}

.border-l-accent\/25{
  border-left-color: rgb(70 109 148 / 0.25);
}

.border-l-accent\/30{
  border-left-color: rgb(70 109 148 / 0.3);
}

.border-l-accent\/35{
  border-left-color: rgb(70 109 148 / 0.35);
}

.border-l-accent\/40{
  border-left-color: rgb(70 109 148 / 0.4);
}

.border-l-accent\/45{
  border-left-color: rgb(70 109 148 / 0.45);
}

.border-l-accent\/5{
  border-left-color: rgb(70 109 148 / 0.05);
}

.border-l-accent\/50{
  border-left-color: rgb(70 109 148 / 0.5);
}

.border-l-accent\/55{
  border-left-color: rgb(70 109 148 / 0.55);
}

.border-l-accent\/60{
  border-left-color: rgb(70 109 148 / 0.6);
}

.border-l-accent\/65{
  border-left-color: rgb(70 109 148 / 0.65);
}

.border-l-accent\/70{
  border-left-color: rgb(70 109 148 / 0.7);
}

.border-l-accent\/75{
  border-left-color: rgb(70 109 148 / 0.75);
}

.border-l-accent\/80{
  border-left-color: rgb(70 109 148 / 0.8);
}

.border-l-accent\/85{
  border-left-color: rgb(70 109 148 / 0.85);
}

.border-l-accent\/90{
  border-left-color: rgb(70 109 148 / 0.9);
}

.border-l-accent\/95{
  border-left-color: rgb(70 109 148 / 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\/15{
  border-left-color: rgb(254 243 199 / 0.15);
}

.border-l-amber-100\/20{
  border-left-color: rgb(254 243 199 / 0.2);
}

.border-l-amber-100\/25{
  border-left-color: rgb(254 243 199 / 0.25);
}

.border-l-amber-100\/30{
  border-left-color: rgb(254 243 199 / 0.3);
}

.border-l-amber-100\/35{
  border-left-color: rgb(254 243 199 / 0.35);
}

.border-l-amber-100\/40{
  border-left-color: rgb(254 243 199 / 0.4);
}

.border-l-amber-100\/45{
  border-left-color: rgb(254 243 199 / 0.45);
}

.border-l-amber-100\/5{
  border-left-color: rgb(254 243 199 / 0.05);
}

.border-l-amber-100\/50{
  border-left-color: rgb(254 243 199 / 0.5);
}

.border-l-amber-100\/55{
  border-left-color: rgb(254 243 199 / 0.55);
}

.border-l-amber-100\/60{
  border-left-color: rgb(254 243 199 / 0.6);
}

.border-l-amber-100\/65{
  border-left-color: rgb(254 243 199 / 0.65);
}

.border-l-amber-100\/70{
  border-left-color: rgb(254 243 199 / 0.7);
}

.border-l-amber-100\/75{
  border-left-color: rgb(254 243 199 / 0.75);
}

.border-l-amber-100\/80{
  border-left-color: rgb(254 243 199 / 0.8);
}

.border-l-amber-100\/85{
  border-left-color: rgb(254 243 199 / 0.85);
}

.border-l-amber-100\/90{
  border-left-color: rgb(254 243 199 / 0.9);
}

.border-l-amber-100\/95{
  border-left-color: rgb(254 243 199 / 0.95);
}

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

.border-l-amber-200\/0{
  border-left-color: rgb(253 230 138 / 0);
}

.border-l-amber-200\/10{
  border-left-color: rgb(253 230 138 / 0.1);
}

.border-l-amber-200\/100{
  border-left-color: rgb(253 230 138 / 1);
}

.border-l-amber-200\/15{
  border-left-color: rgb(253 230 138 / 0.15);
}

.border-l-amber-200\/20{
  border-left-color: rgb(253 230 138 / 0.2);
}

.border-l-amber-200\/25{
  border-left-color: rgb(253 230 138 / 0.25);
}

.border-l-amber-200\/30{
  border-left-color: rgb(253 230 138 / 0.3);
}

.border-l-amber-200\/35{
  border-left-color: rgb(253 230 138 / 0.35);
}

.border-l-amber-200\/40{
  border-left-color: rgb(253 230 138 / 0.4);
}

.border-l-amber-200\/45{
  border-left-color: rgb(253 230 138 / 0.45);
}

.border-l-amber-200\/5{
  border-left-color: rgb(253 230 138 / 0.05);
}

.border-l-amber-200\/50{
  border-left-color: rgb(253 230 138 / 0.5);
}

.border-l-amber-200\/55{
  border-left-color: rgb(253 230 138 / 0.55);
}

.border-l-amber-200\/60{
  border-left-color: rgb(253 230 138 / 0.6);
}

.border-l-amber-200\/65{
  border-left-color: rgb(253 230 138 / 0.65);
}

.border-l-amber-200\/70{
  border-left-color: rgb(253 230 138 / 0.7);
}

.border-l-amber-200\/75{
  border-left-color: rgb(253 230 138 / 0.75);
}

.border-l-amber-200\/80{
  border-left-color: rgb(253 230 138 / 0.8);
}

.border-l-amber-200\/85{
  border-left-color: rgb(253 230 138 / 0.85);
}

.border-l-amber-200\/90{
  border-left-color: rgb(253 230 138 / 0.9);
}

.border-l-amber-200\/95{
  border-left-color: rgb(253 230 138 / 0.95);
}

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

.border-l-amber-300\/0{
  border-left-color: rgb(252 211 77 / 0);
}

.border-l-amber-300\/10{
  border-left-color: rgb(252 211 77 / 0.1);
}

.border-l-amber-300\/100{
  border-left-color: rgb(252 211 77 / 1);
}

.border-l-amber-300\/15{
  border-left-color: rgb(252 211 77 / 0.15);
}

.border-l-amber-300\/20{
  border-left-color: rgb(252 211 77 / 0.2);
}

.border-l-amber-300\/25{
  border-left-color: rgb(252 211 77 / 0.25);
}

.border-l-amber-300\/30{
  border-left-color: rgb(252 211 77 / 0.3);
}

.border-l-amber-300\/35{
  border-left-color: rgb(252 211 77 / 0.35);
}

.border-l-amber-300\/40{
  border-left-color: rgb(252 211 77 / 0.4);
}

.border-l-amber-300\/45{
  border-left-color: rgb(252 211 77 / 0.45);
}

.border-l-amber-300\/5{
  border-left-color: rgb(252 211 77 / 0.05);
}

.border-l-amber-300\/50{
  border-left-color: rgb(252 211 77 / 0.5);
}

.border-l-amber-300\/55{
  border-left-color: rgb(252 211 77 / 0.55);
}

.border-l-amber-300\/60{
  border-left-color: rgb(252 211 77 / 0.6);
}

.border-l-amber-300\/65{
  border-left-color: rgb(252 211 77 / 0.65);
}

.border-l-amber-300\/70{
  border-left-color: rgb(252 211 77 / 0.7);
}

.border-l-amber-300\/75{
  border-left-color: rgb(252 211 77 / 0.75);
}

.border-l-amber-300\/80{
  border-left-color: rgb(252 211 77 / 0.8);
}

.border-l-amber-300\/85{
  border-left-color: rgb(252 211 77 / 0.85);
}

.border-l-amber-300\/90{
  border-left-color: rgb(252 211 77 / 0.9);
}

.border-l-amber-300\/95{
  border-left-color: rgb(252 211 77 / 0.95);
}

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

.border-l-amber-400\/0{
  border-left-color: rgb(251 191 36 / 0);
}

.border-l-amber-400\/10{
  border-left-color: rgb(251 191 36 / 0.1);
}

.border-l-amber-400\/100{
  border-left-color: rgb(251 191 36 / 1);
}

.border-l-amber-400\/15{
  border-left-color: rgb(251 191 36 / 0.15);
}

.border-l-amber-400\/20{
  border-left-color: rgb(251 191 36 / 0.2);
}

.border-l-amber-400\/25{
  border-left-color: rgb(251 191 36 / 0.25);
}

.border-l-amber-400\/30{
  border-left-color: rgb(251 191 36 / 0.3);
}

.border-l-amber-400\/35{
  border-left-color: rgb(251 191 36 / 0.35);
}

.border-l-amber-400\/40{
  border-left-color: rgb(251 191 36 / 0.4);
}

.border-l-amber-400\/45{
  border-left-color: rgb(251 191 36 / 0.45);
}

.border-l-amber-400\/5{
  border-left-color: rgb(251 191 36 / 0.05);
}

.border-l-amber-400\/50{
  border-left-color: rgb(251 191 36 / 0.5);
}

.border-l-amber-400\/55{
  border-left-color: rgb(251 191 36 / 0.55);
}

.border-l-amber-400\/60{
  border-left-color: rgb(251 191 36 / 0.6);
}

.border-l-amber-400\/65{
  border-left-color: rgb(251 191 36 / 0.65);
}

.border-l-amber-400\/70{
  border-left-color: rgb(251 191 36 / 0.7);
}

.border-l-amber-400\/75{
  border-left-color: rgb(251 191 36 / 0.75);
}

.border-l-amber-400\/80{
  border-left-color: rgb(251 191 36 / 0.8);
}

.border-l-amber-400\/85{
  border-left-color: rgb(251 191 36 / 0.85);
}

.border-l-amber-400\/90{
  border-left-color: rgb(251 191 36 / 0.9);
}

.border-l-amber-400\/95{
  border-left-color: rgb(251 191 36 / 0.95);
}

.border-l-amber-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-l-amber-50\/0{
  border-left-color: rgb(255 251 235 / 0);
}

.border-l-amber-50\/10{
  border-left-color: rgb(255 251 235 / 0.1);
}

.border-l-amber-50\/100{
  border-left-color: rgb(255 251 235 / 1);
}

.border-l-amber-50\/15{
  border-left-color: rgb(255 251 235 / 0.15);
}

.border-l-amber-50\/20{
  border-left-color: rgb(255 251 235 / 0.2);
}

.border-l-amber-50\/25{
  border-left-color: rgb(255 251 235 / 0.25);
}

.border-l-amber-50\/30{
  border-left-color: rgb(255 251 235 / 0.3);
}

.border-l-amber-50\/35{
  border-left-color: rgb(255 251 235 / 0.35);
}

.border-l-amber-50\/40{
  border-left-color: rgb(255 251 235 / 0.4);
}

.border-l-amber-50\/45{
  border-left-color: rgb(255 251 235 / 0.45);
}

.border-l-amber-50\/5{
  border-left-color: rgb(255 251 235 / 0.05);
}

.border-l-amber-50\/50{
  border-left-color: rgb(255 251 235 / 0.5);
}

.border-l-amber-50\/55{
  border-left-color: rgb(255 251 235 / 0.55);
}

.border-l-amber-50\/60{
  border-left-color: rgb(255 251 235 / 0.6);
}

.border-l-amber-50\/65{
  border-left-color: rgb(255 251 235 / 0.65);
}

.border-l-amber-50\/70{
  border-left-color: rgb(255 251 235 / 0.7);
}

.border-l-amber-50\/75{
  border-left-color: rgb(255 251 235 / 0.75);
}

.border-l-amber-50\/80{
  border-left-color: rgb(255 251 235 / 0.8);
}

.border-l-amber-50\/85{
  border-left-color: rgb(255 251 235 / 0.85);
}

.border-l-amber-50\/90{
  border-left-color: rgb(255 251 235 / 0.9);
}

.border-l-amber-50\/95{
  border-left-color: rgb(255 251 235 / 0.95);
}

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

.border-l-amber-500\/0{
  border-left-color: rgb(245 158 11 / 0);
}

.border-l-amber-500\/10{
  border-left-color: rgb(245 158 11 / 0.1);
}

.border-l-amber-500\/100{
  border-left-color: rgb(245 158 11 / 1);
}

.border-l-amber-500\/15{
  border-left-color: rgb(245 158 11 / 0.15);
}

.border-l-amber-500\/20{
  border-left-color: rgb(245 158 11 / 0.2);
}

.border-l-amber-500\/25{
  border-left-color: rgb(245 158 11 / 0.25);
}

.border-l-amber-500\/30{
  border-left-color: rgb(245 158 11 / 0.3);
}

.border-l-amber-500\/35{
  border-left-color: rgb(245 158 11 / 0.35);
}

.border-l-amber-500\/40{
  border-left-color: rgb(245 158 11 / 0.4);
}

.border-l-amber-500\/45{
  border-left-color: rgb(245 158 11 / 0.45);
}

.border-l-amber-500\/5{
  border-left-color: rgb(245 158 11 / 0.05);
}

.border-l-amber-500\/50{
  border-left-color: rgb(245 158 11 / 0.5);
}

.border-l-amber-500\/55{
  border-left-color: rgb(245 158 11 / 0.55);
}

.border-l-amber-500\/60{
  border-left-color: rgb(245 158 11 / 0.6);
}

.border-l-amber-500\/65{
  border-left-color: rgb(245 158 11 / 0.65);
}

.border-l-amber-500\/70{
  border-left-color: rgb(245 158 11 / 0.7);
}

.border-l-amber-500\/75{
  border-left-color: rgb(245 158 11 / 0.75);
}

.border-l-amber-500\/80{
  border-left-color: rgb(245 158 11 / 0.8);
}

.border-l-amber-500\/85{
  border-left-color: rgb(245 158 11 / 0.85);
}

.border-l-amber-500\/90{
  border-left-color: rgb(245 158 11 / 0.9);
}

.border-l-amber-500\/95{
  border-left-color: rgb(245 158 11 / 0.95);
}

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

.border-l-amber-600\/0{
  border-left-color: rgb(217 119 6 / 0);
}

.border-l-amber-600\/10{
  border-left-color: rgb(217 119 6 / 0.1);
}

.border-l-amber-600\/100{
  border-left-color: rgb(217 119 6 / 1);
}

.border-l-amber-600\/15{
  border-left-color: rgb(217 119 6 / 0.15);
}

.border-l-amber-600\/20{
  border-left-color: rgb(217 119 6 / 0.2);
}

.border-l-amber-600\/25{
  border-left-color: rgb(217 119 6 / 0.25);
}

.border-l-amber-600\/30{
  border-left-color: rgb(217 119 6 / 0.3);
}

.border-l-amber-600\/35{
  border-left-color: rgb(217 119 6 / 0.35);
}

.border-l-amber-600\/40{
  border-left-color: rgb(217 119 6 / 0.4);
}

.border-l-amber-600\/45{
  border-left-color: rgb(217 119 6 / 0.45);
}

.border-l-amber-600\/5{
  border-left-color: rgb(217 119 6 / 0.05);
}

.border-l-amber-600\/50{
  border-left-color: rgb(217 119 6 / 0.5);
}

.border-l-amber-600\/55{
  border-left-color: rgb(217 119 6 / 0.55);
}

.border-l-amber-600\/60{
  border-left-color: rgb(217 119 6 / 0.6);
}

.border-l-amber-600\/65{
  border-left-color: rgb(217 119 6 / 0.65);
}

.border-l-amber-600\/70{
  border-left-color: rgb(217 119 6 / 0.7);
}

.border-l-amber-600\/75{
  border-left-color: rgb(217 119 6 / 0.75);
}

.border-l-amber-600\/80{
  border-left-color: rgb(217 119 6 / 0.8);
}

.border-l-amber-600\/85{
  border-left-color: rgb(217 119 6 / 0.85);
}

.border-l-amber-600\/90{
  border-left-color: rgb(217 119 6 / 0.9);
}

.border-l-amber-600\/95{
  border-left-color: rgb(217 119 6 / 0.95);
}

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

.border-l-amber-700\/0{
  border-left-color: rgb(180 83 9 / 0);
}

.border-l-amber-700\/10{
  border-left-color: rgb(180 83 9 / 0.1);
}

.border-l-amber-700\/100{
  border-left-color: rgb(180 83 9 / 1);
}

.border-l-amber-700\/15{
  border-left-color: rgb(180 83 9 / 0.15);
}

.border-l-amber-700\/20{
  border-left-color: rgb(180 83 9 / 0.2);
}

.border-l-amber-700\/25{
  border-left-color: rgb(180 83 9 / 0.25);
}

.border-l-amber-700\/30{
  border-left-color: rgb(180 83 9 / 0.3);
}

.border-l-amber-700\/35{
  border-left-color: rgb(180 83 9 / 0.35);
}

.border-l-amber-700\/40{
  border-left-color: rgb(180 83 9 / 0.4);
}

.border-l-amber-700\/45{
  border-left-color: rgb(180 83 9 / 0.45);
}

.border-l-amber-700\/5{
  border-left-color: rgb(180 83 9 / 0.05);
}

.border-l-amber-700\/50{
  border-left-color: rgb(180 83 9 / 0.5);
}

.border-l-amber-700\/55{
  border-left-color: rgb(180 83 9 / 0.55);
}

.border-l-amber-700\/60{
  border-left-color: rgb(180 83 9 / 0.6);
}

.border-l-amber-700\/65{
  border-left-color: rgb(180 83 9 / 0.65);
}

.border-l-amber-700\/70{
  border-left-color: rgb(180 83 9 / 0.7);
}

.border-l-amber-700\/75{
  border-left-color: rgb(180 83 9 / 0.75);
}

.border-l-amber-700\/80{
  border-left-color: rgb(180 83 9 / 0.8);
}

.border-l-amber-700\/85{
  border-left-color: rgb(180 83 9 / 0.85);
}

.border-l-amber-700\/90{
  border-left-color: rgb(180 83 9 / 0.9);
}

.border-l-amber-700\/95{
  border-left-color: rgb(180 83 9 / 0.95);
}

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

.border-l-amber-800\/0{
  border-left-color: rgb(146 64 14 / 0);
}

.border-l-amber-800\/10{
  border-left-color: rgb(146 64 14 / 0.1);
}

.border-l-amber-800\/100{
  border-left-color: rgb(146 64 14 / 1);
}

.border-l-amber-800\/15{
  border-left-color: rgb(146 64 14 / 0.15);
}

.border-l-amber-800\/20{
  border-left-color: rgb(146 64 14 / 0.2);
}

.border-l-amber-800\/25{
  border-left-color: rgb(146 64 14 / 0.25);
}

.border-l-amber-800\/30{
  border-left-color: rgb(146 64 14 / 0.3);
}

.border-l-amber-800\/35{
  border-left-color: rgb(146 64 14 / 0.35);
}

.border-l-amber-800\/40{
  border-left-color: rgb(146 64 14 / 0.4);
}

.border-l-amber-800\/45{
  border-left-color: rgb(146 64 14 / 0.45);
}

.border-l-amber-800\/5{
  border-left-color: rgb(146 64 14 / 0.05);
}

.border-l-amber-800\/50{
  border-left-color: rgb(146 64 14 / 0.5);
}

.border-l-amber-800\/55{
  border-left-color: rgb(146 64 14 / 0.55);
}

.border-l-amber-800\/60{
  border-left-color: rgb(146 64 14 / 0.6);
}

.border-l-amber-800\/65{
  border-left-color: rgb(146 64 14 / 0.65);
}

.border-l-amber-800\/70{
  border-left-color: rgb(146 64 14 / 0.7);
}

.border-l-amber-800\/75{
  border-left-color: rgb(146 64 14 / 0.75);
}

.border-l-amber-800\/80{
  border-left-color: rgb(146 64 14 / 0.8);
}

.border-l-amber-800\/85{
  border-left-color: rgb(146 64 14 / 0.85);
}

.border-l-amber-800\/90{
  border-left-color: rgb(146 64 14 / 0.9);
}

.border-l-amber-800\/95{
  border-left-color: rgb(146 64 14 / 0.95);
}

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

.border-l-amber-900\/0{
  border-left-color: rgb(120 53 15 / 0);
}

.border-l-amber-900\/10{
  border-left-color: rgb(120 53 15 / 0.1);
}

.border-l-amber-900\/100{
  border-left-color: rgb(120 53 15 / 1);
}

.border-l-amber-900\/15{
  border-left-color: rgb(120 53 15 / 0.15);
}

.border-l-amber-900\/20{
  border-left-color: rgb(120 53 15 / 0.2);
}

.border-l-amber-900\/25{
  border-left-color: rgb(120 53 15 / 0.25);
}

.border-l-amber-900\/30{
  border-left-color: rgb(120 53 15 / 0.3);
}

.border-l-amber-900\/35{
  border-left-color: rgb(120 53 15 / 0.35);
}

.border-l-amber-900\/40{
  border-left-color: rgb(120 53 15 / 0.4);
}

.border-l-amber-900\/45{
  border-left-color: rgb(120 53 15 / 0.45);
}

.border-l-amber-900\/5{
  border-left-color: rgb(120 53 15 / 0.05);
}

.border-l-amber-900\/50{
  border-left-color: rgb(120 53 15 / 0.5);
}

.border-l-amber-900\/55{
  border-left-color: rgb(120 53 15 / 0.55);
}

.border-l-amber-900\/60{
  border-left-color: rgb(120 53 15 / 0.6);
}

.border-l-amber-900\/65{
  border-left-color: rgb(120 53 15 / 0.65);
}

.border-l-amber-900\/70{
  border-left-color: rgb(120 53 15 / 0.7);
}

.border-l-amber-900\/75{
  border-left-color: rgb(120 53 15 / 0.75);
}

.border-l-amber-900\/80{
  border-left-color: rgb(120 53 15 / 0.8);
}

.border-l-amber-900\/85{
  border-left-color: rgb(120 53 15 / 0.85);
}

.border-l-amber-900\/90{
  border-left-color: rgb(120 53 15 / 0.9);
}

.border-l-amber-900\/95{
  border-left-color: rgb(120 53 15 / 0.95);
}

.border-l-amber-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-l-amber-950\/0{
  border-left-color: rgb(69 26 3 / 0);
}

.border-l-amber-950\/10{
  border-left-color: rgb(69 26 3 / 0.1);
}

.border-l-amber-950\/100{
  border-left-color: rgb(69 26 3 / 1);
}

.border-l-amber-950\/15{
  border-left-color: rgb(69 26 3 / 0.15);
}

.border-l-amber-950\/20{
  border-left-color: rgb(69 26 3 / 0.2);
}

.border-l-amber-950\/25{
  border-left-color: rgb(69 26 3 / 0.25);
}

.border-l-amber-950\/30{
  border-left-color: rgb(69 26 3 / 0.3);
}

.border-l-amber-950\/35{
  border-left-color: rgb(69 26 3 / 0.35);
}

.border-l-amber-950\/40{
  border-left-color: rgb(69 26 3 / 0.4);
}

.border-l-amber-950\/45{
  border-left-color: rgb(69 26 3 / 0.45);
}

.border-l-amber-950\/5{
  border-left-color: rgb(69 26 3 / 0.05);
}

.border-l-amber-950\/50{
  border-left-color: rgb(69 26 3 / 0.5);
}

.border-l-amber-950\/55{
  border-left-color: rgb(69 26 3 / 0.55);
}

.border-l-amber-950\/60{
  border-left-color: rgb(69 26 3 / 0.6);
}

.border-l-amber-950\/65{
  border-left-color: rgb(69 26 3 / 0.65);
}

.border-l-amber-950\/70{
  border-left-color: rgb(69 26 3 / 0.7);
}

.border-l-amber-950\/75{
  border-left-color: rgb(69 26 3 / 0.75);
}

.border-l-amber-950\/80{
  border-left-color: rgb(69 26 3 / 0.8);
}

.border-l-amber-950\/85{
  border-left-color: rgb(69 26 3 / 0.85);
}

.border-l-amber-950\/90{
  border-left-color: rgb(69 26 3 / 0.9);
}

.border-l-amber-950\/95{
  border-left-color: rgb(69 26 3 / 0.95);
}

.border-l-background{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.border-l-background\/0{
  border-left-color: rgb(245 246 250 / 0);
}

.border-l-background\/10{
  border-left-color: rgb(245 246 250 / 0.1);
}

.border-l-background\/100{
  border-left-color: rgb(245 246 250 / 1);
}

.border-l-background\/15{
  border-left-color: rgb(245 246 250 / 0.15);
}

.border-l-background\/20{
  border-left-color: rgb(245 246 250 / 0.2);
}

.border-l-background\/25{
  border-left-color: rgb(245 246 250 / 0.25);
}

.border-l-background\/30{
  border-left-color: rgb(245 246 250 / 0.3);
}

.border-l-background\/35{
  border-left-color: rgb(245 246 250 / 0.35);
}

.border-l-background\/40{
  border-left-color: rgb(245 246 250 / 0.4);
}

.border-l-background\/45{
  border-left-color: rgb(245 246 250 / 0.45);
}

.border-l-background\/5{
  border-left-color: rgb(245 246 250 / 0.05);
}

.border-l-background\/50{
  border-left-color: rgb(245 246 250 / 0.5);
}

.border-l-background\/55{
  border-left-color: rgb(245 246 250 / 0.55);
}

.border-l-background\/60{
  border-left-color: rgb(245 246 250 / 0.6);
}

.border-l-background\/65{
  border-left-color: rgb(245 246 250 / 0.65);
}

.border-l-background\/70{
  border-left-color: rgb(245 246 250 / 0.7);
}

.border-l-background\/75{
  border-left-color: rgb(245 246 250 / 0.75);
}

.border-l-background\/80{
  border-left-color: rgb(245 246 250 / 0.8);
}

.border-l-background\/85{
  border-left-color: rgb(245 246 250 / 0.85);
}

.border-l-background\/90{
  border-left-color: rgb(245 246 250 / 0.9);
}

.border-l-background\/95{
  border-left-color: rgb(245 246 250 / 0.95);
}

.border-l-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.border-l-black\/0{
  border-left-color: rgb(41 44 53 / 0);
}

.border-l-black\/10{
  border-left-color: rgb(41 44 53 / 0.1);
}

.border-l-black\/100{
  border-left-color: rgb(41 44 53 / 1);
}

.border-l-black\/15{
  border-left-color: rgb(41 44 53 / 0.15);
}

.border-l-black\/20{
  border-left-color: rgb(41 44 53 / 0.2);
}

.border-l-black\/25{
  border-left-color: rgb(41 44 53 / 0.25);
}

.border-l-black\/30{
  border-left-color: rgb(41 44 53 / 0.3);
}

.border-l-black\/35{
  border-left-color: rgb(41 44 53 / 0.35);
}

.border-l-black\/40{
  border-left-color: rgb(41 44 53 / 0.4);
}

.border-l-black\/45{
  border-left-color: rgb(41 44 53 / 0.45);
}

.border-l-black\/5{
  border-left-color: rgb(41 44 53 / 0.05);
}

.border-l-black\/50{
  border-left-color: rgb(41 44 53 / 0.5);
}

.border-l-black\/55{
  border-left-color: rgb(41 44 53 / 0.55);
}

.border-l-black\/60{
  border-left-color: rgb(41 44 53 / 0.6);
}

.border-l-black\/65{
  border-left-color: rgb(41 44 53 / 0.65);
}

.border-l-black\/70{
  border-left-color: rgb(41 44 53 / 0.7);
}

.border-l-black\/75{
  border-left-color: rgb(41 44 53 / 0.75);
}

.border-l-black\/80{
  border-left-color: rgb(41 44 53 / 0.8);
}

.border-l-black\/85{
  border-left-color: rgb(41 44 53 / 0.85);
}

.border-l-black\/90{
  border-left-color: rgb(41 44 53 / 0.9);
}

.border-l-black\/95{
  border-left-color: rgb(41 44 53 / 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\/15{
  border-left-color: rgb(219 234 254 / 0.15);
}

.border-l-blue-100\/20{
  border-left-color: rgb(219 234 254 / 0.2);
}

.border-l-blue-100\/25{
  border-left-color: rgb(219 234 254 / 0.25);
}

.border-l-blue-100\/30{
  border-left-color: rgb(219 234 254 / 0.3);
}

.border-l-blue-100\/35{
  border-left-color: rgb(219 234 254 / 0.35);
}

.border-l-blue-100\/40{
  border-left-color: rgb(219 234 254 / 0.4);
}

.border-l-blue-100\/45{
  border-left-color: rgb(219 234 254 / 0.45);
}

.border-l-blue-100\/5{
  border-left-color: rgb(219 234 254 / 0.05);
}

.border-l-blue-100\/50{
  border-left-color: rgb(219 234 254 / 0.5);
}

.border-l-blue-100\/55{
  border-left-color: rgb(219 234 254 / 0.55);
}

.border-l-blue-100\/60{
  border-left-color: rgb(219 234 254 / 0.6);
}

.border-l-blue-100\/65{
  border-left-color: rgb(219 234 254 / 0.65);
}

.border-l-blue-100\/70{
  border-left-color: rgb(219 234 254 / 0.7);
}

.border-l-blue-100\/75{
  border-left-color: rgb(219 234 254 / 0.75);
}

.border-l-blue-100\/80{
  border-left-color: rgb(219 234 254 / 0.8);
}

.border-l-blue-100\/85{
  border-left-color: rgb(219 234 254 / 0.85);
}

.border-l-blue-100\/90{
  border-left-color: rgb(219 234 254 / 0.9);
}

.border-l-blue-100\/95{
  border-left-color: rgb(219 234 254 / 0.95);
}

.border-l-blue-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-l-blue-200\/0{
  border-left-color: rgb(191 219 254 / 0);
}

.border-l-blue-200\/10{
  border-left-color: rgb(191 219 254 / 0.1);
}

.border-l-blue-200\/100{
  border-left-color: rgb(191 219 254 / 1);
}

.border-l-blue-200\/15{
  border-left-color: rgb(191 219 254 / 0.15);
}

.border-l-blue-200\/20{
  border-left-color: rgb(191 219 254 / 0.2);
}

.border-l-blue-200\/25{
  border-left-color: rgb(191 219 254 / 0.25);
}

.border-l-blue-200\/30{
  border-left-color: rgb(191 219 254 / 0.3);
}

.border-l-blue-200\/35{
  border-left-color: rgb(191 219 254 / 0.35);
}

.border-l-blue-200\/40{
  border-left-color: rgb(191 219 254 / 0.4);
}

.border-l-blue-200\/45{
  border-left-color: rgb(191 219 254 / 0.45);
}

.border-l-blue-200\/5{
  border-left-color: rgb(191 219 254 / 0.05);
}

.border-l-blue-200\/50{
  border-left-color: rgb(191 219 254 / 0.5);
}

.border-l-blue-200\/55{
  border-left-color: rgb(191 219 254 / 0.55);
}

.border-l-blue-200\/60{
  border-left-color: rgb(191 219 254 / 0.6);
}

.border-l-blue-200\/65{
  border-left-color: rgb(191 219 254 / 0.65);
}

.border-l-blue-200\/70{
  border-left-color: rgb(191 219 254 / 0.7);
}

.border-l-blue-200\/75{
  border-left-color: rgb(191 219 254 / 0.75);
}

.border-l-blue-200\/80{
  border-left-color: rgb(191 219 254 / 0.8);
}

.border-l-blue-200\/85{
  border-left-color: rgb(191 219 254 / 0.85);
}

.border-l-blue-200\/90{
  border-left-color: rgb(191 219 254 / 0.9);
}

.border-l-blue-200\/95{
  border-left-color: rgb(191 219 254 / 0.95);
}

.border-l-blue-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-l-blue-300\/0{
  border-left-color: rgb(147 197 253 / 0);
}

.border-l-blue-300\/10{
  border-left-color: rgb(147 197 253 / 0.1);
}

.border-l-blue-300\/100{
  border-left-color: rgb(147 197 253 / 1);
}

.border-l-blue-300\/15{
  border-left-color: rgb(147 197 253 / 0.15);
}

.border-l-blue-300\/20{
  border-left-color: rgb(147 197 253 / 0.2);
}

.border-l-blue-300\/25{
  border-left-color: rgb(147 197 253 / 0.25);
}

.border-l-blue-300\/30{
  border-left-color: rgb(147 197 253 / 0.3);
}

.border-l-blue-300\/35{
  border-left-color: rgb(147 197 253 / 0.35);
}

.border-l-blue-300\/40{
  border-left-color: rgb(147 197 253 / 0.4);
}

.border-l-blue-300\/45{
  border-left-color: rgb(147 197 253 / 0.45);
}

.border-l-blue-300\/5{
  border-left-color: rgb(147 197 253 / 0.05);
}

.border-l-blue-300\/50{
  border-left-color: rgb(147 197 253 / 0.5);
}

.border-l-blue-300\/55{
  border-left-color: rgb(147 197 253 / 0.55);
}

.border-l-blue-300\/60{
  border-left-color: rgb(147 197 253 / 0.6);
}

.border-l-blue-300\/65{
  border-left-color: rgb(147 197 253 / 0.65);
}

.border-l-blue-300\/70{
  border-left-color: rgb(147 197 253 / 0.7);
}

.border-l-blue-300\/75{
  border-left-color: rgb(147 197 253 / 0.75);
}

.border-l-blue-300\/80{
  border-left-color: rgb(147 197 253 / 0.8);
}

.border-l-blue-300\/85{
  border-left-color: rgb(147 197 253 / 0.85);
}

.border-l-blue-300\/90{
  border-left-color: rgb(147 197 253 / 0.9);
}

.border-l-blue-300\/95{
  border-left-color: rgb(147 197 253 / 0.95);
}

.border-l-blue-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-l-blue-400\/0{
  border-left-color: rgb(96 165 250 / 0);
}

.border-l-blue-400\/10{
  border-left-color: rgb(96 165 250 / 0.1);
}

.border-l-blue-400\/100{
  border-left-color: rgb(96 165 250 / 1);
}

.border-l-blue-400\/15{
  border-left-color: rgb(96 165 250 / 0.15);
}

.border-l-blue-400\/20{
  border-left-color: rgb(96 165 250 / 0.2);
}

.border-l-blue-400\/25{
  border-left-color: rgb(96 165 250 / 0.25);
}

.border-l-blue-400\/30{
  border-left-color: rgb(96 165 250 / 0.3);
}

.border-l-blue-400\/35{
  border-left-color: rgb(96 165 250 / 0.35);
}

.border-l-blue-400\/40{
  border-left-color: rgb(96 165 250 / 0.4);
}

.border-l-blue-400\/45{
  border-left-color: rgb(96 165 250 / 0.45);
}

.border-l-blue-400\/5{
  border-left-color: rgb(96 165 250 / 0.05);
}

.border-l-blue-400\/50{
  border-left-color: rgb(96 165 250 / 0.5);
}

.border-l-blue-400\/55{
  border-left-color: rgb(96 165 250 / 0.55);
}

.border-l-blue-400\/60{
  border-left-color: rgb(96 165 250 / 0.6);
}

.border-l-blue-400\/65{
  border-left-color: rgb(96 165 250 / 0.65);
}

.border-l-blue-400\/70{
  border-left-color: rgb(96 165 250 / 0.7);
}

.border-l-blue-400\/75{
  border-left-color: rgb(96 165 250 / 0.75);
}

.border-l-blue-400\/80{
  border-left-color: rgb(96 165 250 / 0.8);
}

.border-l-blue-400\/85{
  border-left-color: rgb(96 165 250 / 0.85);
}

.border-l-blue-400\/90{
  border-left-color: rgb(96 165 250 / 0.9);
}

.border-l-blue-400\/95{
  border-left-color: rgb(96 165 250 / 0.95);
}

.border-l-blue-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-l-blue-50\/0{
  border-left-color: rgb(239 246 255 / 0);
}

.border-l-blue-50\/10{
  border-left-color: rgb(239 246 255 / 0.1);
}

.border-l-blue-50\/100{
  border-left-color: rgb(239 246 255 / 1);
}

.border-l-blue-50\/15{
  border-left-color: rgb(239 246 255 / 0.15);
}

.border-l-blue-50\/20{
  border-left-color: rgb(239 246 255 / 0.2);
}

.border-l-blue-50\/25{
  border-left-color: rgb(239 246 255 / 0.25);
}

.border-l-blue-50\/30{
  border-left-color: rgb(239 246 255 / 0.3);
}

.border-l-blue-50\/35{
  border-left-color: rgb(239 246 255 / 0.35);
}

.border-l-blue-50\/40{
  border-left-color: rgb(239 246 255 / 0.4);
}

.border-l-blue-50\/45{
  border-left-color: rgb(239 246 255 / 0.45);
}

.border-l-blue-50\/5{
  border-left-color: rgb(239 246 255 / 0.05);
}

.border-l-blue-50\/50{
  border-left-color: rgb(239 246 255 / 0.5);
}

.border-l-blue-50\/55{
  border-left-color: rgb(239 246 255 / 0.55);
}

.border-l-blue-50\/60{
  border-left-color: rgb(239 246 255 / 0.6);
}

.border-l-blue-50\/65{
  border-left-color: rgb(239 246 255 / 0.65);
}

.border-l-blue-50\/70{
  border-left-color: rgb(239 246 255 / 0.7);
}

.border-l-blue-50\/75{
  border-left-color: rgb(239 246 255 / 0.75);
}

.border-l-blue-50\/80{
  border-left-color: rgb(239 246 255 / 0.8);
}

.border-l-blue-50\/85{
  border-left-color: rgb(239 246 255 / 0.85);
}

.border-l-blue-50\/90{
  border-left-color: rgb(239 246 255 / 0.9);
}

.border-l-blue-50\/95{
  border-left-color: rgb(239 246 255 / 0.95);
}

.border-l-blue-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-l-blue-500\/0{
  border-left-color: rgb(59 130 246 / 0);
}

.border-l-blue-500\/10{
  border-left-color: rgb(59 130 246 / 0.1);
}

.border-l-blue-500\/100{
  border-left-color: rgb(59 130 246 / 1);
}

.border-l-blue-500\/15{
  border-left-color: rgb(59 130 246 / 0.15);
}

.border-l-blue-500\/20{
  border-left-color: rgb(59 130 246 / 0.2);
}

.border-l-blue-500\/25{
  border-left-color: rgb(59 130 246 / 0.25);
}

.border-l-blue-500\/30{
  border-left-color: rgb(59 130 246 / 0.3);
}

.border-l-blue-500\/35{
  border-left-color: rgb(59 130 246 / 0.35);
}

.border-l-blue-500\/40{
  border-left-color: rgb(59 130 246 / 0.4);
}

.border-l-blue-500\/45{
  border-left-color: rgb(59 130 246 / 0.45);
}

.border-l-blue-500\/5{
  border-left-color: rgb(59 130 246 / 0.05);
}

.border-l-blue-500\/50{
  border-left-color: rgb(59 130 246 / 0.5);
}

.border-l-blue-500\/55{
  border-left-color: rgb(59 130 246 / 0.55);
}

.border-l-blue-500\/60{
  border-left-color: rgb(59 130 246 / 0.6);
}

.border-l-blue-500\/65{
  border-left-color: rgb(59 130 246 / 0.65);
}

.border-l-blue-500\/70{
  border-left-color: rgb(59 130 246 / 0.7);
}

.border-l-blue-500\/75{
  border-left-color: rgb(59 130 246 / 0.75);
}

.border-l-blue-500\/80{
  border-left-color: rgb(59 130 246 / 0.8);
}

.border-l-blue-500\/85{
  border-left-color: rgb(59 130 246 / 0.85);
}

.border-l-blue-500\/90{
  border-left-color: rgb(59 130 246 / 0.9);
}

.border-l-blue-500\/95{
  border-left-color: rgb(59 130 246 / 0.95);
}

.border-l-blue-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-l-blue-600\/0{
  border-left-color: rgb(37 99 235 / 0);
}

.border-l-blue-600\/10{
  border-left-color: rgb(37 99 235 / 0.1);
}

.border-l-blue-600\/100{
  border-left-color: rgb(37 99 235 / 1);
}

.border-l-blue-600\/15{
  border-left-color: rgb(37 99 235 / 0.15);
}

.border-l-blue-600\/20{
  border-left-color: rgb(37 99 235 / 0.2);
}

.border-l-blue-600\/25{
  border-left-color: rgb(37 99 235 / 0.25);
}

.border-l-blue-600\/30{
  border-left-color: rgb(37 99 235 / 0.3);
}

.border-l-blue-600\/35{
  border-left-color: rgb(37 99 235 / 0.35);
}

.border-l-blue-600\/40{
  border-left-color: rgb(37 99 235 / 0.4);
}

.border-l-blue-600\/45{
  border-left-color: rgb(37 99 235 / 0.45);
}

.border-l-blue-600\/5{
  border-left-color: rgb(37 99 235 / 0.05);
}

.border-l-blue-600\/50{
  border-left-color: rgb(37 99 235 / 0.5);
}

.border-l-blue-600\/55{
  border-left-color: rgb(37 99 235 / 0.55);
}

.border-l-blue-600\/60{
  border-left-color: rgb(37 99 235 / 0.6);
}

.border-l-blue-600\/65{
  border-left-color: rgb(37 99 235 / 0.65);
}

.border-l-blue-600\/70{
  border-left-color: rgb(37 99 235 / 0.7);
}

.border-l-blue-600\/75{
  border-left-color: rgb(37 99 235 / 0.75);
}

.border-l-blue-600\/80{
  border-left-color: rgb(37 99 235 / 0.8);
}

.border-l-blue-600\/85{
  border-left-color: rgb(37 99 235 / 0.85);
}

.border-l-blue-600\/90{
  border-left-color: rgb(37 99 235 / 0.9);
}

.border-l-blue-600\/95{
  border-left-color: rgb(37 99 235 / 0.95);
}

.border-l-blue-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-l-blue-700\/0{
  border-left-color: rgb(29 78 216 / 0);
}

.border-l-blue-700\/10{
  border-left-color: rgb(29 78 216 / 0.1);
}

.border-l-blue-700\/100{
  border-left-color: rgb(29 78 216 / 1);
}

.border-l-blue-700\/15{
  border-left-color: rgb(29 78 216 / 0.15);
}

.border-l-blue-700\/20{
  border-left-color: rgb(29 78 216 / 0.2);
}

.border-l-blue-700\/25{
  border-left-color: rgb(29 78 216 / 0.25);
}

.border-l-blue-700\/30{
  border-left-color: rgb(29 78 216 / 0.3);
}

.border-l-blue-700\/35{
  border-left-color: rgb(29 78 216 / 0.35);
}

.border-l-blue-700\/40{
  border-left-color: rgb(29 78 216 / 0.4);
}

.border-l-blue-700\/45{
  border-left-color: rgb(29 78 216 / 0.45);
}

.border-l-blue-700\/5{
  border-left-color: rgb(29 78 216 / 0.05);
}

.border-l-blue-700\/50{
  border-left-color: rgb(29 78 216 / 0.5);
}

.border-l-blue-700\/55{
  border-left-color: rgb(29 78 216 / 0.55);
}

.border-l-blue-700\/60{
  border-left-color: rgb(29 78 216 / 0.6);
}

.border-l-blue-700\/65{
  border-left-color: rgb(29 78 216 / 0.65);
}

.border-l-blue-700\/70{
  border-left-color: rgb(29 78 216 / 0.7);
}

.border-l-blue-700\/75{
  border-left-color: rgb(29 78 216 / 0.75);
}

.border-l-blue-700\/80{
  border-left-color: rgb(29 78 216 / 0.8);
}

.border-l-blue-700\/85{
  border-left-color: rgb(29 78 216 / 0.85);
}

.border-l-blue-700\/90{
  border-left-color: rgb(29 78 216 / 0.9);
}

.border-l-blue-700\/95{
  border-left-color: rgb(29 78 216 / 0.95);
}

.border-l-blue-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-l-blue-800\/0{
  border-left-color: rgb(30 64 175 / 0);
}

.border-l-blue-800\/10{
  border-left-color: rgb(30 64 175 / 0.1);
}

.border-l-blue-800\/100{
  border-left-color: rgb(30 64 175 / 1);
}

.border-l-blue-800\/15{
  border-left-color: rgb(30 64 175 / 0.15);
}

.border-l-blue-800\/20{
  border-left-color: rgb(30 64 175 / 0.2);
}

.border-l-blue-800\/25{
  border-left-color: rgb(30 64 175 / 0.25);
}

.border-l-blue-800\/30{
  border-left-color: rgb(30 64 175 / 0.3);
}

.border-l-blue-800\/35{
  border-left-color: rgb(30 64 175 / 0.35);
}

.border-l-blue-800\/40{
  border-left-color: rgb(30 64 175 / 0.4);
}

.border-l-blue-800\/45{
  border-left-color: rgb(30 64 175 / 0.45);
}

.border-l-blue-800\/5{
  border-left-color: rgb(30 64 175 / 0.05);
}

.border-l-blue-800\/50{
  border-left-color: rgb(30 64 175 / 0.5);
}

.border-l-blue-800\/55{
  border-left-color: rgb(30 64 175 / 0.55);
}

.border-l-blue-800\/60{
  border-left-color: rgb(30 64 175 / 0.6);
}

.border-l-blue-800\/65{
  border-left-color: rgb(30 64 175 / 0.65);
}

.border-l-blue-800\/70{
  border-left-color: rgb(30 64 175 / 0.7);
}

.border-l-blue-800\/75{
  border-left-color: rgb(30 64 175 / 0.75);
}

.border-l-blue-800\/80{
  border-left-color: rgb(30 64 175 / 0.8);
}

.border-l-blue-800\/85{
  border-left-color: rgb(30 64 175 / 0.85);
}

.border-l-blue-800\/90{
  border-left-color: rgb(30 64 175 / 0.9);
}

.border-l-blue-800\/95{
  border-left-color: rgb(30 64 175 / 0.95);
}

.border-l-blue-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-l-blue-900\/0{
  border-left-color: rgb(30 58 138 / 0);
}

.border-l-blue-900\/10{
  border-left-color: rgb(30 58 138 / 0.1);
}

.border-l-blue-900\/100{
  border-left-color: rgb(30 58 138 / 1);
}

.border-l-blue-900\/15{
  border-left-color: rgb(30 58 138 / 0.15);
}

.border-l-blue-900\/20{
  border-left-color: rgb(30 58 138 / 0.2);
}

.border-l-blue-900\/25{
  border-left-color: rgb(30 58 138 / 0.25);
}

.border-l-blue-900\/30{
  border-left-color: rgb(30 58 138 / 0.3);
}

.border-l-blue-900\/35{
  border-left-color: rgb(30 58 138 / 0.35);
}

.border-l-blue-900\/40{
  border-left-color: rgb(30 58 138 / 0.4);
}

.border-l-blue-900\/45{
  border-left-color: rgb(30 58 138 / 0.45);
}

.border-l-blue-900\/5{
  border-left-color: rgb(30 58 138 / 0.05);
}

.border-l-blue-900\/50{
  border-left-color: rgb(30 58 138 / 0.5);
}

.border-l-blue-900\/55{
  border-left-color: rgb(30 58 138 / 0.55);
}

.border-l-blue-900\/60{
  border-left-color: rgb(30 58 138 / 0.6);
}

.border-l-blue-900\/65{
  border-left-color: rgb(30 58 138 / 0.65);
}

.border-l-blue-900\/70{
  border-left-color: rgb(30 58 138 / 0.7);
}

.border-l-blue-900\/75{
  border-left-color: rgb(30 58 138 / 0.75);
}

.border-l-blue-900\/80{
  border-left-color: rgb(30 58 138 / 0.8);
}

.border-l-blue-900\/85{
  border-left-color: rgb(30 58 138 / 0.85);
}

.border-l-blue-900\/90{
  border-left-color: rgb(30 58 138 / 0.9);
}

.border-l-blue-900\/95{
  border-left-color: rgb(30 58 138 / 0.95);
}

.border-l-blue-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-l-blue-950\/0{
  border-left-color: rgb(23 37 84 / 0);
}

.border-l-blue-950\/10{
  border-left-color: rgb(23 37 84 / 0.1);
}

.border-l-blue-950\/100{
  border-left-color: rgb(23 37 84 / 1);
}

.border-l-blue-950\/15{
  border-left-color: rgb(23 37 84 / 0.15);
}

.border-l-blue-950\/20{
  border-left-color: rgb(23 37 84 / 0.2);
}

.border-l-blue-950\/25{
  border-left-color: rgb(23 37 84 / 0.25);
}

.border-l-blue-950\/30{
  border-left-color: rgb(23 37 84 / 0.3);
}

.border-l-blue-950\/35{
  border-left-color: rgb(23 37 84 / 0.35);
}

.border-l-blue-950\/40{
  border-left-color: rgb(23 37 84 / 0.4);
}

.border-l-blue-950\/45{
  border-left-color: rgb(23 37 84 / 0.45);
}

.border-l-blue-950\/5{
  border-left-color: rgb(23 37 84 / 0.05);
}

.border-l-blue-950\/50{
  border-left-color: rgb(23 37 84 / 0.5);
}

.border-l-blue-950\/55{
  border-left-color: rgb(23 37 84 / 0.55);
}

.border-l-blue-950\/60{
  border-left-color: rgb(23 37 84 / 0.6);
}

.border-l-blue-950\/65{
  border-left-color: rgb(23 37 84 / 0.65);
}

.border-l-blue-950\/70{
  border-left-color: rgb(23 37 84 / 0.7);
}

.border-l-blue-950\/75{
  border-left-color: rgb(23 37 84 / 0.75);
}

.border-l-blue-950\/80{
  border-left-color: rgb(23 37 84 / 0.8);
}

.border-l-blue-950\/85{
  border-left-color: rgb(23 37 84 / 0.85);
}

.border-l-blue-950\/90{
  border-left-color: rgb(23 37 84 / 0.9);
}

.border-l-blue-950\/95{
  border-left-color: rgb(23 37 84 / 0.95);
}

.border-l-csv{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.border-l-csv-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.border-l-csv-hover\/0{
  border-left-color: rgb(0 114 37 / 0);
}

.border-l-csv-hover\/10{
  border-left-color: rgb(0 114 37 / 0.1);
}

.border-l-csv-hover\/100{
  border-left-color: rgb(0 114 37 / 1);
}

.border-l-csv-hover\/15{
  border-left-color: rgb(0 114 37 / 0.15);
}

.border-l-csv-hover\/20{
  border-left-color: rgb(0 114 37 / 0.2);
}

.border-l-csv-hover\/25{
  border-left-color: rgb(0 114 37 / 0.25);
}

.border-l-csv-hover\/30{
  border-left-color: rgb(0 114 37 / 0.3);
}

.border-l-csv-hover\/35{
  border-left-color: rgb(0 114 37 / 0.35);
}

.border-l-csv-hover\/40{
  border-left-color: rgb(0 114 37 / 0.4);
}

.border-l-csv-hover\/45{
  border-left-color: rgb(0 114 37 / 0.45);
}

.border-l-csv-hover\/5{
  border-left-color: rgb(0 114 37 / 0.05);
}

.border-l-csv-hover\/50{
  border-left-color: rgb(0 114 37 / 0.5);
}

.border-l-csv-hover\/55{
  border-left-color: rgb(0 114 37 / 0.55);
}

.border-l-csv-hover\/60{
  border-left-color: rgb(0 114 37 / 0.6);
}

.border-l-csv-hover\/65{
  border-left-color: rgb(0 114 37 / 0.65);
}

.border-l-csv-hover\/70{
  border-left-color: rgb(0 114 37 / 0.7);
}

.border-l-csv-hover\/75{
  border-left-color: rgb(0 114 37 / 0.75);
}

.border-l-csv-hover\/80{
  border-left-color: rgb(0 114 37 / 0.8);
}

.border-l-csv-hover\/85{
  border-left-color: rgb(0 114 37 / 0.85);
}

.border-l-csv-hover\/90{
  border-left-color: rgb(0 114 37 / 0.9);
}

.border-l-csv-hover\/95{
  border-left-color: rgb(0 114 37 / 0.95);
}

.border-l-csv\/0{
  border-left-color: rgb(0 138 43 / 0);
}

.border-l-csv\/10{
  border-left-color: rgb(0 138 43 / 0.1);
}

.border-l-csv\/100{
  border-left-color: rgb(0 138 43 / 1);
}

.border-l-csv\/15{
  border-left-color: rgb(0 138 43 / 0.15);
}

.border-l-csv\/20{
  border-left-color: rgb(0 138 43 / 0.2);
}

.border-l-csv\/25{
  border-left-color: rgb(0 138 43 / 0.25);
}

.border-l-csv\/30{
  border-left-color: rgb(0 138 43 / 0.3);
}

.border-l-csv\/35{
  border-left-color: rgb(0 138 43 / 0.35);
}

.border-l-csv\/40{
  border-left-color: rgb(0 138 43 / 0.4);
}

.border-l-csv\/45{
  border-left-color: rgb(0 138 43 / 0.45);
}

.border-l-csv\/5{
  border-left-color: rgb(0 138 43 / 0.05);
}

.border-l-csv\/50{
  border-left-color: rgb(0 138 43 / 0.5);
}

.border-l-csv\/55{
  border-left-color: rgb(0 138 43 / 0.55);
}

.border-l-csv\/60{
  border-left-color: rgb(0 138 43 / 0.6);
}

.border-l-csv\/65{
  border-left-color: rgb(0 138 43 / 0.65);
}

.border-l-csv\/70{
  border-left-color: rgb(0 138 43 / 0.7);
}

.border-l-csv\/75{
  border-left-color: rgb(0 138 43 / 0.75);
}

.border-l-csv\/80{
  border-left-color: rgb(0 138 43 / 0.8);
}

.border-l-csv\/85{
  border-left-color: rgb(0 138 43 / 0.85);
}

.border-l-csv\/90{
  border-left-color: rgb(0 138 43 / 0.9);
}

.border-l-csv\/95{
  border-left-color: rgb(0 138 43 / 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\/15{
  border-left-color: rgb(207 250 254 / 0.15);
}

.border-l-cyan-100\/20{
  border-left-color: rgb(207 250 254 / 0.2);
}

.border-l-cyan-100\/25{
  border-left-color: rgb(207 250 254 / 0.25);
}

.border-l-cyan-100\/30{
  border-left-color: rgb(207 250 254 / 0.3);
}

.border-l-cyan-100\/35{
  border-left-color: rgb(207 250 254 / 0.35);
}

.border-l-cyan-100\/40{
  border-left-color: rgb(207 250 254 / 0.4);
}

.border-l-cyan-100\/45{
  border-left-color: rgb(207 250 254 / 0.45);
}

.border-l-cyan-100\/5{
  border-left-color: rgb(207 250 254 / 0.05);
}

.border-l-cyan-100\/50{
  border-left-color: rgb(207 250 254 / 0.5);
}

.border-l-cyan-100\/55{
  border-left-color: rgb(207 250 254 / 0.55);
}

.border-l-cyan-100\/60{
  border-left-color: rgb(207 250 254 / 0.6);
}

.border-l-cyan-100\/65{
  border-left-color: rgb(207 250 254 / 0.65);
}

.border-l-cyan-100\/70{
  border-left-color: rgb(207 250 254 / 0.7);
}

.border-l-cyan-100\/75{
  border-left-color: rgb(207 250 254 / 0.75);
}

.border-l-cyan-100\/80{
  border-left-color: rgb(207 250 254 / 0.8);
}

.border-l-cyan-100\/85{
  border-left-color: rgb(207 250 254 / 0.85);
}

.border-l-cyan-100\/90{
  border-left-color: rgb(207 250 254 / 0.9);
}

.border-l-cyan-100\/95{
  border-left-color: rgb(207 250 254 / 0.95);
}

.border-l-cyan-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-l-cyan-200\/0{
  border-left-color: rgb(165 243 252 / 0);
}

.border-l-cyan-200\/10{
  border-left-color: rgb(165 243 252 / 0.1);
}

.border-l-cyan-200\/100{
  border-left-color: rgb(165 243 252 / 1);
}

.border-l-cyan-200\/15{
  border-left-color: rgb(165 243 252 / 0.15);
}

.border-l-cyan-200\/20{
  border-left-color: rgb(165 243 252 / 0.2);
}

.border-l-cyan-200\/25{
  border-left-color: rgb(165 243 252 / 0.25);
}

.border-l-cyan-200\/30{
  border-left-color: rgb(165 243 252 / 0.3);
}

.border-l-cyan-200\/35{
  border-left-color: rgb(165 243 252 / 0.35);
}

.border-l-cyan-200\/40{
  border-left-color: rgb(165 243 252 / 0.4);
}

.border-l-cyan-200\/45{
  border-left-color: rgb(165 243 252 / 0.45);
}

.border-l-cyan-200\/5{
  border-left-color: rgb(165 243 252 / 0.05);
}

.border-l-cyan-200\/50{
  border-left-color: rgb(165 243 252 / 0.5);
}

.border-l-cyan-200\/55{
  border-left-color: rgb(165 243 252 / 0.55);
}

.border-l-cyan-200\/60{
  border-left-color: rgb(165 243 252 / 0.6);
}

.border-l-cyan-200\/65{
  border-left-color: rgb(165 243 252 / 0.65);
}

.border-l-cyan-200\/70{
  border-left-color: rgb(165 243 252 / 0.7);
}

.border-l-cyan-200\/75{
  border-left-color: rgb(165 243 252 / 0.75);
}

.border-l-cyan-200\/80{
  border-left-color: rgb(165 243 252 / 0.8);
}

.border-l-cyan-200\/85{
  border-left-color: rgb(165 243 252 / 0.85);
}

.border-l-cyan-200\/90{
  border-left-color: rgb(165 243 252 / 0.9);
}

.border-l-cyan-200\/95{
  border-left-color: rgb(165 243 252 / 0.95);
}

.border-l-cyan-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-l-cyan-300\/0{
  border-left-color: rgb(103 232 249 / 0);
}

.border-l-cyan-300\/10{
  border-left-color: rgb(103 232 249 / 0.1);
}

.border-l-cyan-300\/100{
  border-left-color: rgb(103 232 249 / 1);
}

.border-l-cyan-300\/15{
  border-left-color: rgb(103 232 249 / 0.15);
}

.border-l-cyan-300\/20{
  border-left-color: rgb(103 232 249 / 0.2);
}

.border-l-cyan-300\/25{
  border-left-color: rgb(103 232 249 / 0.25);
}

.border-l-cyan-300\/30{
  border-left-color: rgb(103 232 249 / 0.3);
}

.border-l-cyan-300\/35{
  border-left-color: rgb(103 232 249 / 0.35);
}

.border-l-cyan-300\/40{
  border-left-color: rgb(103 232 249 / 0.4);
}

.border-l-cyan-300\/45{
  border-left-color: rgb(103 232 249 / 0.45);
}

.border-l-cyan-300\/5{
  border-left-color: rgb(103 232 249 / 0.05);
}

.border-l-cyan-300\/50{
  border-left-color: rgb(103 232 249 / 0.5);
}

.border-l-cyan-300\/55{
  border-left-color: rgb(103 232 249 / 0.55);
}

.border-l-cyan-300\/60{
  border-left-color: rgb(103 232 249 / 0.6);
}

.border-l-cyan-300\/65{
  border-left-color: rgb(103 232 249 / 0.65);
}

.border-l-cyan-300\/70{
  border-left-color: rgb(103 232 249 / 0.7);
}

.border-l-cyan-300\/75{
  border-left-color: rgb(103 232 249 / 0.75);
}

.border-l-cyan-300\/80{
  border-left-color: rgb(103 232 249 / 0.8);
}

.border-l-cyan-300\/85{
  border-left-color: rgb(103 232 249 / 0.85);
}

.border-l-cyan-300\/90{
  border-left-color: rgb(103 232 249 / 0.9);
}

.border-l-cyan-300\/95{
  border-left-color: rgb(103 232 249 / 0.95);
}

.border-l-cyan-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-l-cyan-400\/0{
  border-left-color: rgb(34 211 238 / 0);
}

.border-l-cyan-400\/10{
  border-left-color: rgb(34 211 238 / 0.1);
}

.border-l-cyan-400\/100{
  border-left-color: rgb(34 211 238 / 1);
}

.border-l-cyan-400\/15{
  border-left-color: rgb(34 211 238 / 0.15);
}

.border-l-cyan-400\/20{
  border-left-color: rgb(34 211 238 / 0.2);
}

.border-l-cyan-400\/25{
  border-left-color: rgb(34 211 238 / 0.25);
}

.border-l-cyan-400\/30{
  border-left-color: rgb(34 211 238 / 0.3);
}

.border-l-cyan-400\/35{
  border-left-color: rgb(34 211 238 / 0.35);
}

.border-l-cyan-400\/40{
  border-left-color: rgb(34 211 238 / 0.4);
}

.border-l-cyan-400\/45{
  border-left-color: rgb(34 211 238 / 0.45);
}

.border-l-cyan-400\/5{
  border-left-color: rgb(34 211 238 / 0.05);
}

.border-l-cyan-400\/50{
  border-left-color: rgb(34 211 238 / 0.5);
}

.border-l-cyan-400\/55{
  border-left-color: rgb(34 211 238 / 0.55);
}

.border-l-cyan-400\/60{
  border-left-color: rgb(34 211 238 / 0.6);
}

.border-l-cyan-400\/65{
  border-left-color: rgb(34 211 238 / 0.65);
}

.border-l-cyan-400\/70{
  border-left-color: rgb(34 211 238 / 0.7);
}

.border-l-cyan-400\/75{
  border-left-color: rgb(34 211 238 / 0.75);
}

.border-l-cyan-400\/80{
  border-left-color: rgb(34 211 238 / 0.8);
}

.border-l-cyan-400\/85{
  border-left-color: rgb(34 211 238 / 0.85);
}

.border-l-cyan-400\/90{
  border-left-color: rgb(34 211 238 / 0.9);
}

.border-l-cyan-400\/95{
  border-left-color: rgb(34 211 238 / 0.95);
}

.border-l-cyan-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-l-cyan-50\/0{
  border-left-color: rgb(236 254 255 / 0);
}

.border-l-cyan-50\/10{
  border-left-color: rgb(236 254 255 / 0.1);
}

.border-l-cyan-50\/100{
  border-left-color: rgb(236 254 255 / 1);
}

.border-l-cyan-50\/15{
  border-left-color: rgb(236 254 255 / 0.15);
}

.border-l-cyan-50\/20{
  border-left-color: rgb(236 254 255 / 0.2);
}

.border-l-cyan-50\/25{
  border-left-color: rgb(236 254 255 / 0.25);
}

.border-l-cyan-50\/30{
  border-left-color: rgb(236 254 255 / 0.3);
}

.border-l-cyan-50\/35{
  border-left-color: rgb(236 254 255 / 0.35);
}

.border-l-cyan-50\/40{
  border-left-color: rgb(236 254 255 / 0.4);
}

.border-l-cyan-50\/45{
  border-left-color: rgb(236 254 255 / 0.45);
}

.border-l-cyan-50\/5{
  border-left-color: rgb(236 254 255 / 0.05);
}

.border-l-cyan-50\/50{
  border-left-color: rgb(236 254 255 / 0.5);
}

.border-l-cyan-50\/55{
  border-left-color: rgb(236 254 255 / 0.55);
}

.border-l-cyan-50\/60{
  border-left-color: rgb(236 254 255 / 0.6);
}

.border-l-cyan-50\/65{
  border-left-color: rgb(236 254 255 / 0.65);
}

.border-l-cyan-50\/70{
  border-left-color: rgb(236 254 255 / 0.7);
}

.border-l-cyan-50\/75{
  border-left-color: rgb(236 254 255 / 0.75);
}

.border-l-cyan-50\/80{
  border-left-color: rgb(236 254 255 / 0.8);
}

.border-l-cyan-50\/85{
  border-left-color: rgb(236 254 255 / 0.85);
}

.border-l-cyan-50\/90{
  border-left-color: rgb(236 254 255 / 0.9);
}

.border-l-cyan-50\/95{
  border-left-color: rgb(236 254 255 / 0.95);
}

.border-l-cyan-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-l-cyan-500\/0{
  border-left-color: rgb(6 182 212 / 0);
}

.border-l-cyan-500\/10{
  border-left-color: rgb(6 182 212 / 0.1);
}

.border-l-cyan-500\/100{
  border-left-color: rgb(6 182 212 / 1);
}

.border-l-cyan-500\/15{
  border-left-color: rgb(6 182 212 / 0.15);
}

.border-l-cyan-500\/20{
  border-left-color: rgb(6 182 212 / 0.2);
}

.border-l-cyan-500\/25{
  border-left-color: rgb(6 182 212 / 0.25);
}

.border-l-cyan-500\/30{
  border-left-color: rgb(6 182 212 / 0.3);
}

.border-l-cyan-500\/35{
  border-left-color: rgb(6 182 212 / 0.35);
}

.border-l-cyan-500\/40{
  border-left-color: rgb(6 182 212 / 0.4);
}

.border-l-cyan-500\/45{
  border-left-color: rgb(6 182 212 / 0.45);
}

.border-l-cyan-500\/5{
  border-left-color: rgb(6 182 212 / 0.05);
}

.border-l-cyan-500\/50{
  border-left-color: rgb(6 182 212 / 0.5);
}

.border-l-cyan-500\/55{
  border-left-color: rgb(6 182 212 / 0.55);
}

.border-l-cyan-500\/60{
  border-left-color: rgb(6 182 212 / 0.6);
}

.border-l-cyan-500\/65{
  border-left-color: rgb(6 182 212 / 0.65);
}

.border-l-cyan-500\/70{
  border-left-color: rgb(6 182 212 / 0.7);
}

.border-l-cyan-500\/75{
  border-left-color: rgb(6 182 212 / 0.75);
}

.border-l-cyan-500\/80{
  border-left-color: rgb(6 182 212 / 0.8);
}

.border-l-cyan-500\/85{
  border-left-color: rgb(6 182 212 / 0.85);
}

.border-l-cyan-500\/90{
  border-left-color: rgb(6 182 212 / 0.9);
}

.border-l-cyan-500\/95{
  border-left-color: rgb(6 182 212 / 0.95);
}

.border-l-cyan-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-l-cyan-600\/0{
  border-left-color: rgb(8 145 178 / 0);
}

.border-l-cyan-600\/10{
  border-left-color: rgb(8 145 178 / 0.1);
}

.border-l-cyan-600\/100{
  border-left-color: rgb(8 145 178 / 1);
}

.border-l-cyan-600\/15{
  border-left-color: rgb(8 145 178 / 0.15);
}

.border-l-cyan-600\/20{
  border-left-color: rgb(8 145 178 / 0.2);
}

.border-l-cyan-600\/25{
  border-left-color: rgb(8 145 178 / 0.25);
}

.border-l-cyan-600\/30{
  border-left-color: rgb(8 145 178 / 0.3);
}

.border-l-cyan-600\/35{
  border-left-color: rgb(8 145 178 / 0.35);
}

.border-l-cyan-600\/40{
  border-left-color: rgb(8 145 178 / 0.4);
}

.border-l-cyan-600\/45{
  border-left-color: rgb(8 145 178 / 0.45);
}

.border-l-cyan-600\/5{
  border-left-color: rgb(8 145 178 / 0.05);
}

.border-l-cyan-600\/50{
  border-left-color: rgb(8 145 178 / 0.5);
}

.border-l-cyan-600\/55{
  border-left-color: rgb(8 145 178 / 0.55);
}

.border-l-cyan-600\/60{
  border-left-color: rgb(8 145 178 / 0.6);
}

.border-l-cyan-600\/65{
  border-left-color: rgb(8 145 178 / 0.65);
}

.border-l-cyan-600\/70{
  border-left-color: rgb(8 145 178 / 0.7);
}

.border-l-cyan-600\/75{
  border-left-color: rgb(8 145 178 / 0.75);
}

.border-l-cyan-600\/80{
  border-left-color: rgb(8 145 178 / 0.8);
}

.border-l-cyan-600\/85{
  border-left-color: rgb(8 145 178 / 0.85);
}

.border-l-cyan-600\/90{
  border-left-color: rgb(8 145 178 / 0.9);
}

.border-l-cyan-600\/95{
  border-left-color: rgb(8 145 178 / 0.95);
}

.border-l-cyan-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-l-cyan-700\/0{
  border-left-color: rgb(14 116 144 / 0);
}

.border-l-cyan-700\/10{
  border-left-color: rgb(14 116 144 / 0.1);
}

.border-l-cyan-700\/100{
  border-left-color: rgb(14 116 144 / 1);
}

.border-l-cyan-700\/15{
  border-left-color: rgb(14 116 144 / 0.15);
}

.border-l-cyan-700\/20{
  border-left-color: rgb(14 116 144 / 0.2);
}

.border-l-cyan-700\/25{
  border-left-color: rgb(14 116 144 / 0.25);
}

.border-l-cyan-700\/30{
  border-left-color: rgb(14 116 144 / 0.3);
}

.border-l-cyan-700\/35{
  border-left-color: rgb(14 116 144 / 0.35);
}

.border-l-cyan-700\/40{
  border-left-color: rgb(14 116 144 / 0.4);
}

.border-l-cyan-700\/45{
  border-left-color: rgb(14 116 144 / 0.45);
}

.border-l-cyan-700\/5{
  border-left-color: rgb(14 116 144 / 0.05);
}

.border-l-cyan-700\/50{
  border-left-color: rgb(14 116 144 / 0.5);
}

.border-l-cyan-700\/55{
  border-left-color: rgb(14 116 144 / 0.55);
}

.border-l-cyan-700\/60{
  border-left-color: rgb(14 116 144 / 0.6);
}

.border-l-cyan-700\/65{
  border-left-color: rgb(14 116 144 / 0.65);
}

.border-l-cyan-700\/70{
  border-left-color: rgb(14 116 144 / 0.7);
}

.border-l-cyan-700\/75{
  border-left-color: rgb(14 116 144 / 0.75);
}

.border-l-cyan-700\/80{
  border-left-color: rgb(14 116 144 / 0.8);
}

.border-l-cyan-700\/85{
  border-left-color: rgb(14 116 144 / 0.85);
}

.border-l-cyan-700\/90{
  border-left-color: rgb(14 116 144 / 0.9);
}

.border-l-cyan-700\/95{
  border-left-color: rgb(14 116 144 / 0.95);
}

.border-l-cyan-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-l-cyan-800\/0{
  border-left-color: rgb(21 94 117 / 0);
}

.border-l-cyan-800\/10{
  border-left-color: rgb(21 94 117 / 0.1);
}

.border-l-cyan-800\/100{
  border-left-color: rgb(21 94 117 / 1);
}

.border-l-cyan-800\/15{
  border-left-color: rgb(21 94 117 / 0.15);
}

.border-l-cyan-800\/20{
  border-left-color: rgb(21 94 117 / 0.2);
}

.border-l-cyan-800\/25{
  border-left-color: rgb(21 94 117 / 0.25);
}

.border-l-cyan-800\/30{
  border-left-color: rgb(21 94 117 / 0.3);
}

.border-l-cyan-800\/35{
  border-left-color: rgb(21 94 117 / 0.35);
}

.border-l-cyan-800\/40{
  border-left-color: rgb(21 94 117 / 0.4);
}

.border-l-cyan-800\/45{
  border-left-color: rgb(21 94 117 / 0.45);
}

.border-l-cyan-800\/5{
  border-left-color: rgb(21 94 117 / 0.05);
}

.border-l-cyan-800\/50{
  border-left-color: rgb(21 94 117 / 0.5);
}

.border-l-cyan-800\/55{
  border-left-color: rgb(21 94 117 / 0.55);
}

.border-l-cyan-800\/60{
  border-left-color: rgb(21 94 117 / 0.6);
}

.border-l-cyan-800\/65{
  border-left-color: rgb(21 94 117 / 0.65);
}

.border-l-cyan-800\/70{
  border-left-color: rgb(21 94 117 / 0.7);
}

.border-l-cyan-800\/75{
  border-left-color: rgb(21 94 117 / 0.75);
}

.border-l-cyan-800\/80{
  border-left-color: rgb(21 94 117 / 0.8);
}

.border-l-cyan-800\/85{
  border-left-color: rgb(21 94 117 / 0.85);
}

.border-l-cyan-800\/90{
  border-left-color: rgb(21 94 117 / 0.9);
}

.border-l-cyan-800\/95{
  border-left-color: rgb(21 94 117 / 0.95);
}

.border-l-cyan-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-l-cyan-900\/0{
  border-left-color: rgb(22 78 99 / 0);
}

.border-l-cyan-900\/10{
  border-left-color: rgb(22 78 99 / 0.1);
}

.border-l-cyan-900\/100{
  border-left-color: rgb(22 78 99 / 1);
}

.border-l-cyan-900\/15{
  border-left-color: rgb(22 78 99 / 0.15);
}

.border-l-cyan-900\/20{
  border-left-color: rgb(22 78 99 / 0.2);
}

.border-l-cyan-900\/25{
  border-left-color: rgb(22 78 99 / 0.25);
}

.border-l-cyan-900\/30{
  border-left-color: rgb(22 78 99 / 0.3);
}

.border-l-cyan-900\/35{
  border-left-color: rgb(22 78 99 / 0.35);
}

.border-l-cyan-900\/40{
  border-left-color: rgb(22 78 99 / 0.4);
}

.border-l-cyan-900\/45{
  border-left-color: rgb(22 78 99 / 0.45);
}

.border-l-cyan-900\/5{
  border-left-color: rgb(22 78 99 / 0.05);
}

.border-l-cyan-900\/50{
  border-left-color: rgb(22 78 99 / 0.5);
}

.border-l-cyan-900\/55{
  border-left-color: rgb(22 78 99 / 0.55);
}

.border-l-cyan-900\/60{
  border-left-color: rgb(22 78 99 / 0.6);
}

.border-l-cyan-900\/65{
  border-left-color: rgb(22 78 99 / 0.65);
}

.border-l-cyan-900\/70{
  border-left-color: rgb(22 78 99 / 0.7);
}

.border-l-cyan-900\/75{
  border-left-color: rgb(22 78 99 / 0.75);
}

.border-l-cyan-900\/80{
  border-left-color: rgb(22 78 99 / 0.8);
}

.border-l-cyan-900\/85{
  border-left-color: rgb(22 78 99 / 0.85);
}

.border-l-cyan-900\/90{
  border-left-color: rgb(22 78 99 / 0.9);
}

.border-l-cyan-900\/95{
  border-left-color: rgb(22 78 99 / 0.95);
}

.border-l-cyan-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-l-cyan-950\/0{
  border-left-color: rgb(8 51 68 / 0);
}

.border-l-cyan-950\/10{
  border-left-color: rgb(8 51 68 / 0.1);
}

.border-l-cyan-950\/100{
  border-left-color: rgb(8 51 68 / 1);
}

.border-l-cyan-950\/15{
  border-left-color: rgb(8 51 68 / 0.15);
}

.border-l-cyan-950\/20{
  border-left-color: rgb(8 51 68 / 0.2);
}

.border-l-cyan-950\/25{
  border-left-color: rgb(8 51 68 / 0.25);
}

.border-l-cyan-950\/30{
  border-left-color: rgb(8 51 68 / 0.3);
}

.border-l-cyan-950\/35{
  border-left-color: rgb(8 51 68 / 0.35);
}

.border-l-cyan-950\/40{
  border-left-color: rgb(8 51 68 / 0.4);
}

.border-l-cyan-950\/45{
  border-left-color: rgb(8 51 68 / 0.45);
}

.border-l-cyan-950\/5{
  border-left-color: rgb(8 51 68 / 0.05);
}

.border-l-cyan-950\/50{
  border-left-color: rgb(8 51 68 / 0.5);
}

.border-l-cyan-950\/55{
  border-left-color: rgb(8 51 68 / 0.55);
}

.border-l-cyan-950\/60{
  border-left-color: rgb(8 51 68 / 0.6);
}

.border-l-cyan-950\/65{
  border-left-color: rgb(8 51 68 / 0.65);
}

.border-l-cyan-950\/70{
  border-left-color: rgb(8 51 68 / 0.7);
}

.border-l-cyan-950\/75{
  border-left-color: rgb(8 51 68 / 0.75);
}

.border-l-cyan-950\/80{
  border-left-color: rgb(8 51 68 / 0.8);
}

.border-l-cyan-950\/85{
  border-left-color: rgb(8 51 68 / 0.85);
}

.border-l-cyan-950\/90{
  border-left-color: rgb(8 51 68 / 0.9);
}

.border-l-cyan-950\/95{
  border-left-color: rgb(8 51 68 / 0.95);
}

.border-l-danger{
  --tw-border-opacity: 1;
  border-left-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.border-l-danger-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.border-l-danger-hover\/0{
  border-left-color: rgb(193 49 44 / 0);
}

.border-l-danger-hover\/10{
  border-left-color: rgb(193 49 44 / 0.1);
}

.border-l-danger-hover\/100{
  border-left-color: rgb(193 49 44 / 1);
}

.border-l-danger-hover\/15{
  border-left-color: rgb(193 49 44 / 0.15);
}

.border-l-danger-hover\/20{
  border-left-color: rgb(193 49 44 / 0.2);
}

.border-l-danger-hover\/25{
  border-left-color: rgb(193 49 44 / 0.25);
}

.border-l-danger-hover\/30{
  border-left-color: rgb(193 49 44 / 0.3);
}

.border-l-danger-hover\/35{
  border-left-color: rgb(193 49 44 / 0.35);
}

.border-l-danger-hover\/40{
  border-left-color: rgb(193 49 44 / 0.4);
}

.border-l-danger-hover\/45{
  border-left-color: rgb(193 49 44 / 0.45);
}

.border-l-danger-hover\/5{
  border-left-color: rgb(193 49 44 / 0.05);
}

.border-l-danger-hover\/50{
  border-left-color: rgb(193 49 44 / 0.5);
}

.border-l-danger-hover\/55{
  border-left-color: rgb(193 49 44 / 0.55);
}

.border-l-danger-hover\/60{
  border-left-color: rgb(193 49 44 / 0.6);
}

.border-l-danger-hover\/65{
  border-left-color: rgb(193 49 44 / 0.65);
}

.border-l-danger-hover\/70{
  border-left-color: rgb(193 49 44 / 0.7);
}

.border-l-danger-hover\/75{
  border-left-color: rgb(193 49 44 / 0.75);
}

.border-l-danger-hover\/80{
  border-left-color: rgb(193 49 44 / 0.8);
}

.border-l-danger-hover\/85{
  border-left-color: rgb(193 49 44 / 0.85);
}

.border-l-danger-hover\/90{
  border-left-color: rgb(193 49 44 / 0.9);
}

.border-l-danger-hover\/95{
  border-left-color: rgb(193 49 44 / 0.95);
}

.border-l-danger\/0{
  border-left-color: rgb(207 59 54 / 0);
}

.border-l-danger\/10{
  border-left-color: rgb(207 59 54 / 0.1);
}

.border-l-danger\/100{
  border-left-color: rgb(207 59 54 / 1);
}

.border-l-danger\/15{
  border-left-color: rgb(207 59 54 / 0.15);
}

.border-l-danger\/20{
  border-left-color: rgb(207 59 54 / 0.2);
}

.border-l-danger\/25{
  border-left-color: rgb(207 59 54 / 0.25);
}

.border-l-danger\/30{
  border-left-color: rgb(207 59 54 / 0.3);
}

.border-l-danger\/35{
  border-left-color: rgb(207 59 54 / 0.35);
}

.border-l-danger\/40{
  border-left-color: rgb(207 59 54 / 0.4);
}

.border-l-danger\/45{
  border-left-color: rgb(207 59 54 / 0.45);
}

.border-l-danger\/5{
  border-left-color: rgb(207 59 54 / 0.05);
}

.border-l-danger\/50{
  border-left-color: rgb(207 59 54 / 0.5);
}

.border-l-danger\/55{
  border-left-color: rgb(207 59 54 / 0.55);
}

.border-l-danger\/60{
  border-left-color: rgb(207 59 54 / 0.6);
}

.border-l-danger\/65{
  border-left-color: rgb(207 59 54 / 0.65);
}

.border-l-danger\/70{
  border-left-color: rgb(207 59 54 / 0.7);
}

.border-l-danger\/75{
  border-left-color: rgb(207 59 54 / 0.75);
}

.border-l-danger\/80{
  border-left-color: rgb(207 59 54 / 0.8);
}

.border-l-danger\/85{
  border-left-color: rgb(207 59 54 / 0.85);
}

.border-l-danger\/90{
  border-left-color: rgb(207 59 54 / 0.9);
}

.border-l-danger\/95{
  border-left-color: rgb(207 59 54 / 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\/15{
  border-left-color: rgb(209 250 229 / 0.15);
}

.border-l-emerald-100\/20{
  border-left-color: rgb(209 250 229 / 0.2);
}

.border-l-emerald-100\/25{
  border-left-color: rgb(209 250 229 / 0.25);
}

.border-l-emerald-100\/30{
  border-left-color: rgb(209 250 229 / 0.3);
}

.border-l-emerald-100\/35{
  border-left-color: rgb(209 250 229 / 0.35);
}

.border-l-emerald-100\/40{
  border-left-color: rgb(209 250 229 / 0.4);
}

.border-l-emerald-100\/45{
  border-left-color: rgb(209 250 229 / 0.45);
}

.border-l-emerald-100\/5{
  border-left-color: rgb(209 250 229 / 0.05);
}

.border-l-emerald-100\/50{
  border-left-color: rgb(209 250 229 / 0.5);
}

.border-l-emerald-100\/55{
  border-left-color: rgb(209 250 229 / 0.55);
}

.border-l-emerald-100\/60{
  border-left-color: rgb(209 250 229 / 0.6);
}

.border-l-emerald-100\/65{
  border-left-color: rgb(209 250 229 / 0.65);
}

.border-l-emerald-100\/70{
  border-left-color: rgb(209 250 229 / 0.7);
}

.border-l-emerald-100\/75{
  border-left-color: rgb(209 250 229 / 0.75);
}

.border-l-emerald-100\/80{
  border-left-color: rgb(209 250 229 / 0.8);
}

.border-l-emerald-100\/85{
  border-left-color: rgb(209 250 229 / 0.85);
}

.border-l-emerald-100\/90{
  border-left-color: rgb(209 250 229 / 0.9);
}

.border-l-emerald-100\/95{
  border-left-color: rgb(209 250 229 / 0.95);
}

.border-l-emerald-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-l-emerald-200\/0{
  border-left-color: rgb(167 243 208 / 0);
}

.border-l-emerald-200\/10{
  border-left-color: rgb(167 243 208 / 0.1);
}

.border-l-emerald-200\/100{
  border-left-color: rgb(167 243 208 / 1);
}

.border-l-emerald-200\/15{
  border-left-color: rgb(167 243 208 / 0.15);
}

.border-l-emerald-200\/20{
  border-left-color: rgb(167 243 208 / 0.2);
}

.border-l-emerald-200\/25{
  border-left-color: rgb(167 243 208 / 0.25);
}

.border-l-emerald-200\/30{
  border-left-color: rgb(167 243 208 / 0.3);
}

.border-l-emerald-200\/35{
  border-left-color: rgb(167 243 208 / 0.35);
}

.border-l-emerald-200\/40{
  border-left-color: rgb(167 243 208 / 0.4);
}

.border-l-emerald-200\/45{
  border-left-color: rgb(167 243 208 / 0.45);
}

.border-l-emerald-200\/5{
  border-left-color: rgb(167 243 208 / 0.05);
}

.border-l-emerald-200\/50{
  border-left-color: rgb(167 243 208 / 0.5);
}

.border-l-emerald-200\/55{
  border-left-color: rgb(167 243 208 / 0.55);
}

.border-l-emerald-200\/60{
  border-left-color: rgb(167 243 208 / 0.6);
}

.border-l-emerald-200\/65{
  border-left-color: rgb(167 243 208 / 0.65);
}

.border-l-emerald-200\/70{
  border-left-color: rgb(167 243 208 / 0.7);
}

.border-l-emerald-200\/75{
  border-left-color: rgb(167 243 208 / 0.75);
}

.border-l-emerald-200\/80{
  border-left-color: rgb(167 243 208 / 0.8);
}

.border-l-emerald-200\/85{
  border-left-color: rgb(167 243 208 / 0.85);
}

.border-l-emerald-200\/90{
  border-left-color: rgb(167 243 208 / 0.9);
}

.border-l-emerald-200\/95{
  border-left-color: rgb(167 243 208 / 0.95);
}

.border-l-emerald-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-l-emerald-300\/0{
  border-left-color: rgb(110 231 183 / 0);
}

.border-l-emerald-300\/10{
  border-left-color: rgb(110 231 183 / 0.1);
}

.border-l-emerald-300\/100{
  border-left-color: rgb(110 231 183 / 1);
}

.border-l-emerald-300\/15{
  border-left-color: rgb(110 231 183 / 0.15);
}

.border-l-emerald-300\/20{
  border-left-color: rgb(110 231 183 / 0.2);
}

.border-l-emerald-300\/25{
  border-left-color: rgb(110 231 183 / 0.25);
}

.border-l-emerald-300\/30{
  border-left-color: rgb(110 231 183 / 0.3);
}

.border-l-emerald-300\/35{
  border-left-color: rgb(110 231 183 / 0.35);
}

.border-l-emerald-300\/40{
  border-left-color: rgb(110 231 183 / 0.4);
}

.border-l-emerald-300\/45{
  border-left-color: rgb(110 231 183 / 0.45);
}

.border-l-emerald-300\/5{
  border-left-color: rgb(110 231 183 / 0.05);
}

.border-l-emerald-300\/50{
  border-left-color: rgb(110 231 183 / 0.5);
}

.border-l-emerald-300\/55{
  border-left-color: rgb(110 231 183 / 0.55);
}

.border-l-emerald-300\/60{
  border-left-color: rgb(110 231 183 / 0.6);
}

.border-l-emerald-300\/65{
  border-left-color: rgb(110 231 183 / 0.65);
}

.border-l-emerald-300\/70{
  border-left-color: rgb(110 231 183 / 0.7);
}

.border-l-emerald-300\/75{
  border-left-color: rgb(110 231 183 / 0.75);
}

.border-l-emerald-300\/80{
  border-left-color: rgb(110 231 183 / 0.8);
}

.border-l-emerald-300\/85{
  border-left-color: rgb(110 231 183 / 0.85);
}

.border-l-emerald-300\/90{
  border-left-color: rgb(110 231 183 / 0.9);
}

.border-l-emerald-300\/95{
  border-left-color: rgb(110 231 183 / 0.95);
}

.border-l-emerald-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-l-emerald-400\/0{
  border-left-color: rgb(52 211 153 / 0);
}

.border-l-emerald-400\/10{
  border-left-color: rgb(52 211 153 / 0.1);
}

.border-l-emerald-400\/100{
  border-left-color: rgb(52 211 153 / 1);
}

.border-l-emerald-400\/15{
  border-left-color: rgb(52 211 153 / 0.15);
}

.border-l-emerald-400\/20{
  border-left-color: rgb(52 211 153 / 0.2);
}

.border-l-emerald-400\/25{
  border-left-color: rgb(52 211 153 / 0.25);
}

.border-l-emerald-400\/30{
  border-left-color: rgb(52 211 153 / 0.3);
}

.border-l-emerald-400\/35{
  border-left-color: rgb(52 211 153 / 0.35);
}

.border-l-emerald-400\/40{
  border-left-color: rgb(52 211 153 / 0.4);
}

.border-l-emerald-400\/45{
  border-left-color: rgb(52 211 153 / 0.45);
}

.border-l-emerald-400\/5{
  border-left-color: rgb(52 211 153 / 0.05);
}

.border-l-emerald-400\/50{
  border-left-color: rgb(52 211 153 / 0.5);
}

.border-l-emerald-400\/55{
  border-left-color: rgb(52 211 153 / 0.55);
}

.border-l-emerald-400\/60{
  border-left-color: rgb(52 211 153 / 0.6);
}

.border-l-emerald-400\/65{
  border-left-color: rgb(52 211 153 / 0.65);
}

.border-l-emerald-400\/70{
  border-left-color: rgb(52 211 153 / 0.7);
}

.border-l-emerald-400\/75{
  border-left-color: rgb(52 211 153 / 0.75);
}

.border-l-emerald-400\/80{
  border-left-color: rgb(52 211 153 / 0.8);
}

.border-l-emerald-400\/85{
  border-left-color: rgb(52 211 153 / 0.85);
}

.border-l-emerald-400\/90{
  border-left-color: rgb(52 211 153 / 0.9);
}

.border-l-emerald-400\/95{
  border-left-color: rgb(52 211 153 / 0.95);
}

.border-l-emerald-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-l-emerald-50\/0{
  border-left-color: rgb(236 253 245 / 0);
}

.border-l-emerald-50\/10{
  border-left-color: rgb(236 253 245 / 0.1);
}

.border-l-emerald-50\/100{
  border-left-color: rgb(236 253 245 / 1);
}

.border-l-emerald-50\/15{
  border-left-color: rgb(236 253 245 / 0.15);
}

.border-l-emerald-50\/20{
  border-left-color: rgb(236 253 245 / 0.2);
}

.border-l-emerald-50\/25{
  border-left-color: rgb(236 253 245 / 0.25);
}

.border-l-emerald-50\/30{
  border-left-color: rgb(236 253 245 / 0.3);
}

.border-l-emerald-50\/35{
  border-left-color: rgb(236 253 245 / 0.35);
}

.border-l-emerald-50\/40{
  border-left-color: rgb(236 253 245 / 0.4);
}

.border-l-emerald-50\/45{
  border-left-color: rgb(236 253 245 / 0.45);
}

.border-l-emerald-50\/5{
  border-left-color: rgb(236 253 245 / 0.05);
}

.border-l-emerald-50\/50{
  border-left-color: rgb(236 253 245 / 0.5);
}

.border-l-emerald-50\/55{
  border-left-color: rgb(236 253 245 / 0.55);
}

.border-l-emerald-50\/60{
  border-left-color: rgb(236 253 245 / 0.6);
}

.border-l-emerald-50\/65{
  border-left-color: rgb(236 253 245 / 0.65);
}

.border-l-emerald-50\/70{
  border-left-color: rgb(236 253 245 / 0.7);
}

.border-l-emerald-50\/75{
  border-left-color: rgb(236 253 245 / 0.75);
}

.border-l-emerald-50\/80{
  border-left-color: rgb(236 253 245 / 0.8);
}

.border-l-emerald-50\/85{
  border-left-color: rgb(236 253 245 / 0.85);
}

.border-l-emerald-50\/90{
  border-left-color: rgb(236 253 245 / 0.9);
}

.border-l-emerald-50\/95{
  border-left-color: rgb(236 253 245 / 0.95);
}

.border-l-emerald-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-l-emerald-500\/0{
  border-left-color: rgb(16 185 129 / 0);
}

.border-l-emerald-500\/10{
  border-left-color: rgb(16 185 129 / 0.1);
}

.border-l-emerald-500\/100{
  border-left-color: rgb(16 185 129 / 1);
}

.border-l-emerald-500\/15{
  border-left-color: rgb(16 185 129 / 0.15);
}

.border-l-emerald-500\/20{
  border-left-color: rgb(16 185 129 / 0.2);
}

.border-l-emerald-500\/25{
  border-left-color: rgb(16 185 129 / 0.25);
}

.border-l-emerald-500\/30{
  border-left-color: rgb(16 185 129 / 0.3);
}

.border-l-emerald-500\/35{
  border-left-color: rgb(16 185 129 / 0.35);
}

.border-l-emerald-500\/40{
  border-left-color: rgb(16 185 129 / 0.4);
}

.border-l-emerald-500\/45{
  border-left-color: rgb(16 185 129 / 0.45);
}

.border-l-emerald-500\/5{
  border-left-color: rgb(16 185 129 / 0.05);
}

.border-l-emerald-500\/50{
  border-left-color: rgb(16 185 129 / 0.5);
}

.border-l-emerald-500\/55{
  border-left-color: rgb(16 185 129 / 0.55);
}

.border-l-emerald-500\/60{
  border-left-color: rgb(16 185 129 / 0.6);
}

.border-l-emerald-500\/65{
  border-left-color: rgb(16 185 129 / 0.65);
}

.border-l-emerald-500\/70{
  border-left-color: rgb(16 185 129 / 0.7);
}

.border-l-emerald-500\/75{
  border-left-color: rgb(16 185 129 / 0.75);
}

.border-l-emerald-500\/80{
  border-left-color: rgb(16 185 129 / 0.8);
}

.border-l-emerald-500\/85{
  border-left-color: rgb(16 185 129 / 0.85);
}

.border-l-emerald-500\/90{
  border-left-color: rgb(16 185 129 / 0.9);
}

.border-l-emerald-500\/95{
  border-left-color: rgb(16 185 129 / 0.95);
}

.border-l-emerald-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-l-emerald-600\/0{
  border-left-color: rgb(5 150 105 / 0);
}

.border-l-emerald-600\/10{
  border-left-color: rgb(5 150 105 / 0.1);
}

.border-l-emerald-600\/100{
  border-left-color: rgb(5 150 105 / 1);
}

.border-l-emerald-600\/15{
  border-left-color: rgb(5 150 105 / 0.15);
}

.border-l-emerald-600\/20{
  border-left-color: rgb(5 150 105 / 0.2);
}

.border-l-emerald-600\/25{
  border-left-color: rgb(5 150 105 / 0.25);
}

.border-l-emerald-600\/30{
  border-left-color: rgb(5 150 105 / 0.3);
}

.border-l-emerald-600\/35{
  border-left-color: rgb(5 150 105 / 0.35);
}

.border-l-emerald-600\/40{
  border-left-color: rgb(5 150 105 / 0.4);
}

.border-l-emerald-600\/45{
  border-left-color: rgb(5 150 105 / 0.45);
}

.border-l-emerald-600\/5{
  border-left-color: rgb(5 150 105 / 0.05);
}

.border-l-emerald-600\/50{
  border-left-color: rgb(5 150 105 / 0.5);
}

.border-l-emerald-600\/55{
  border-left-color: rgb(5 150 105 / 0.55);
}

.border-l-emerald-600\/60{
  border-left-color: rgb(5 150 105 / 0.6);
}

.border-l-emerald-600\/65{
  border-left-color: rgb(5 150 105 / 0.65);
}

.border-l-emerald-600\/70{
  border-left-color: rgb(5 150 105 / 0.7);
}

.border-l-emerald-600\/75{
  border-left-color: rgb(5 150 105 / 0.75);
}

.border-l-emerald-600\/80{
  border-left-color: rgb(5 150 105 / 0.8);
}

.border-l-emerald-600\/85{
  border-left-color: rgb(5 150 105 / 0.85);
}

.border-l-emerald-600\/90{
  border-left-color: rgb(5 150 105 / 0.9);
}

.border-l-emerald-600\/95{
  border-left-color: rgb(5 150 105 / 0.95);
}

.border-l-emerald-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-l-emerald-700\/0{
  border-left-color: rgb(4 120 87 / 0);
}

.border-l-emerald-700\/10{
  border-left-color: rgb(4 120 87 / 0.1);
}

.border-l-emerald-700\/100{
  border-left-color: rgb(4 120 87 / 1);
}

.border-l-emerald-700\/15{
  border-left-color: rgb(4 120 87 / 0.15);
}

.border-l-emerald-700\/20{
  border-left-color: rgb(4 120 87 / 0.2);
}

.border-l-emerald-700\/25{
  border-left-color: rgb(4 120 87 / 0.25);
}

.border-l-emerald-700\/30{
  border-left-color: rgb(4 120 87 / 0.3);
}

.border-l-emerald-700\/35{
  border-left-color: rgb(4 120 87 / 0.35);
}

.border-l-emerald-700\/40{
  border-left-color: rgb(4 120 87 / 0.4);
}

.border-l-emerald-700\/45{
  border-left-color: rgb(4 120 87 / 0.45);
}

.border-l-emerald-700\/5{
  border-left-color: rgb(4 120 87 / 0.05);
}

.border-l-emerald-700\/50{
  border-left-color: rgb(4 120 87 / 0.5);
}

.border-l-emerald-700\/55{
  border-left-color: rgb(4 120 87 / 0.55);
}

.border-l-emerald-700\/60{
  border-left-color: rgb(4 120 87 / 0.6);
}

.border-l-emerald-700\/65{
  border-left-color: rgb(4 120 87 / 0.65);
}

.border-l-emerald-700\/70{
  border-left-color: rgb(4 120 87 / 0.7);
}

.border-l-emerald-700\/75{
  border-left-color: rgb(4 120 87 / 0.75);
}

.border-l-emerald-700\/80{
  border-left-color: rgb(4 120 87 / 0.8);
}

.border-l-emerald-700\/85{
  border-left-color: rgb(4 120 87 / 0.85);
}

.border-l-emerald-700\/90{
  border-left-color: rgb(4 120 87 / 0.9);
}

.border-l-emerald-700\/95{
  border-left-color: rgb(4 120 87 / 0.95);
}

.border-l-emerald-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-l-emerald-800\/0{
  border-left-color: rgb(6 95 70 / 0);
}

.border-l-emerald-800\/10{
  border-left-color: rgb(6 95 70 / 0.1);
}

.border-l-emerald-800\/100{
  border-left-color: rgb(6 95 70 / 1);
}

.border-l-emerald-800\/15{
  border-left-color: rgb(6 95 70 / 0.15);
}

.border-l-emerald-800\/20{
  border-left-color: rgb(6 95 70 / 0.2);
}

.border-l-emerald-800\/25{
  border-left-color: rgb(6 95 70 / 0.25);
}

.border-l-emerald-800\/30{
  border-left-color: rgb(6 95 70 / 0.3);
}

.border-l-emerald-800\/35{
  border-left-color: rgb(6 95 70 / 0.35);
}

.border-l-emerald-800\/40{
  border-left-color: rgb(6 95 70 / 0.4);
}

.border-l-emerald-800\/45{
  border-left-color: rgb(6 95 70 / 0.45);
}

.border-l-emerald-800\/5{
  border-left-color: rgb(6 95 70 / 0.05);
}

.border-l-emerald-800\/50{
  border-left-color: rgb(6 95 70 / 0.5);
}

.border-l-emerald-800\/55{
  border-left-color: rgb(6 95 70 / 0.55);
}

.border-l-emerald-800\/60{
  border-left-color: rgb(6 95 70 / 0.6);
}

.border-l-emerald-800\/65{
  border-left-color: rgb(6 95 70 / 0.65);
}

.border-l-emerald-800\/70{
  border-left-color: rgb(6 95 70 / 0.7);
}

.border-l-emerald-800\/75{
  border-left-color: rgb(6 95 70 / 0.75);
}

.border-l-emerald-800\/80{
  border-left-color: rgb(6 95 70 / 0.8);
}

.border-l-emerald-800\/85{
  border-left-color: rgb(6 95 70 / 0.85);
}

.border-l-emerald-800\/90{
  border-left-color: rgb(6 95 70 / 0.9);
}

.border-l-emerald-800\/95{
  border-left-color: rgb(6 95 70 / 0.95);
}

.border-l-emerald-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-l-emerald-900\/0{
  border-left-color: rgb(6 78 59 / 0);
}

.border-l-emerald-900\/10{
  border-left-color: rgb(6 78 59 / 0.1);
}

.border-l-emerald-900\/100{
  border-left-color: rgb(6 78 59 / 1);
}

.border-l-emerald-900\/15{
  border-left-color: rgb(6 78 59 / 0.15);
}

.border-l-emerald-900\/20{
  border-left-color: rgb(6 78 59 / 0.2);
}

.border-l-emerald-900\/25{
  border-left-color: rgb(6 78 59 / 0.25);
}

.border-l-emerald-900\/30{
  border-left-color: rgb(6 78 59 / 0.3);
}

.border-l-emerald-900\/35{
  border-left-color: rgb(6 78 59 / 0.35);
}

.border-l-emerald-900\/40{
  border-left-color: rgb(6 78 59 / 0.4);
}

.border-l-emerald-900\/45{
  border-left-color: rgb(6 78 59 / 0.45);
}

.border-l-emerald-900\/5{
  border-left-color: rgb(6 78 59 / 0.05);
}

.border-l-emerald-900\/50{
  border-left-color: rgb(6 78 59 / 0.5);
}

.border-l-emerald-900\/55{
  border-left-color: rgb(6 78 59 / 0.55);
}

.border-l-emerald-900\/60{
  border-left-color: rgb(6 78 59 / 0.6);
}

.border-l-emerald-900\/65{
  border-left-color: rgb(6 78 59 / 0.65);
}

.border-l-emerald-900\/70{
  border-left-color: rgb(6 78 59 / 0.7);
}

.border-l-emerald-900\/75{
  border-left-color: rgb(6 78 59 / 0.75);
}

.border-l-emerald-900\/80{
  border-left-color: rgb(6 78 59 / 0.8);
}

.border-l-emerald-900\/85{
  border-left-color: rgb(6 78 59 / 0.85);
}

.border-l-emerald-900\/90{
  border-left-color: rgb(6 78 59 / 0.9);
}

.border-l-emerald-900\/95{
  border-left-color: rgb(6 78 59 / 0.95);
}

.border-l-emerald-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-l-emerald-950\/0{
  border-left-color: rgb(2 44 34 / 0);
}

.border-l-emerald-950\/10{
  border-left-color: rgb(2 44 34 / 0.1);
}

.border-l-emerald-950\/100{
  border-left-color: rgb(2 44 34 / 1);
}

.border-l-emerald-950\/15{
  border-left-color: rgb(2 44 34 / 0.15);
}

.border-l-emerald-950\/20{
  border-left-color: rgb(2 44 34 / 0.2);
}

.border-l-emerald-950\/25{
  border-left-color: rgb(2 44 34 / 0.25);
}

.border-l-emerald-950\/30{
  border-left-color: rgb(2 44 34 / 0.3);
}

.border-l-emerald-950\/35{
  border-left-color: rgb(2 44 34 / 0.35);
}

.border-l-emerald-950\/40{
  border-left-color: rgb(2 44 34 / 0.4);
}

.border-l-emerald-950\/45{
  border-left-color: rgb(2 44 34 / 0.45);
}

.border-l-emerald-950\/5{
  border-left-color: rgb(2 44 34 / 0.05);
}

.border-l-emerald-950\/50{
  border-left-color: rgb(2 44 34 / 0.5);
}

.border-l-emerald-950\/55{
  border-left-color: rgb(2 44 34 / 0.55);
}

.border-l-emerald-950\/60{
  border-left-color: rgb(2 44 34 / 0.6);
}

.border-l-emerald-950\/65{
  border-left-color: rgb(2 44 34 / 0.65);
}

.border-l-emerald-950\/70{
  border-left-color: rgb(2 44 34 / 0.7);
}

.border-l-emerald-950\/75{
  border-left-color: rgb(2 44 34 / 0.75);
}

.border-l-emerald-950\/80{
  border-left-color: rgb(2 44 34 / 0.8);
}

.border-l-emerald-950\/85{
  border-left-color: rgb(2 44 34 / 0.85);
}

.border-l-emerald-950\/90{
  border-left-color: rgb(2 44 34 / 0.9);
}

.border-l-emerald-950\/95{
  border-left-color: rgb(2 44 34 / 0.95);
}

.border-l-excel{
  --tw-border-opacity: 1;
  border-left-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.border-l-excel-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.border-l-excel-hover\/0{
  border-left-color: rgb(9 138 107 / 0);
}

.border-l-excel-hover\/10{
  border-left-color: rgb(9 138 107 / 0.1);
}

.border-l-excel-hover\/100{
  border-left-color: rgb(9 138 107 / 1);
}

.border-l-excel-hover\/15{
  border-left-color: rgb(9 138 107 / 0.15);
}

.border-l-excel-hover\/20{
  border-left-color: rgb(9 138 107 / 0.2);
}

.border-l-excel-hover\/25{
  border-left-color: rgb(9 138 107 / 0.25);
}

.border-l-excel-hover\/30{
  border-left-color: rgb(9 138 107 / 0.3);
}

.border-l-excel-hover\/35{
  border-left-color: rgb(9 138 107 / 0.35);
}

.border-l-excel-hover\/40{
  border-left-color: rgb(9 138 107 / 0.4);
}

.border-l-excel-hover\/45{
  border-left-color: rgb(9 138 107 / 0.45);
}

.border-l-excel-hover\/5{
  border-left-color: rgb(9 138 107 / 0.05);
}

.border-l-excel-hover\/50{
  border-left-color: rgb(9 138 107 / 0.5);
}

.border-l-excel-hover\/55{
  border-left-color: rgb(9 138 107 / 0.55);
}

.border-l-excel-hover\/60{
  border-left-color: rgb(9 138 107 / 0.6);
}

.border-l-excel-hover\/65{
  border-left-color: rgb(9 138 107 / 0.65);
}

.border-l-excel-hover\/70{
  border-left-color: rgb(9 138 107 / 0.7);
}

.border-l-excel-hover\/75{
  border-left-color: rgb(9 138 107 / 0.75);
}

.border-l-excel-hover\/80{
  border-left-color: rgb(9 138 107 / 0.8);
}

.border-l-excel-hover\/85{
  border-left-color: rgb(9 138 107 / 0.85);
}

.border-l-excel-hover\/90{
  border-left-color: rgb(9 138 107 / 0.9);
}

.border-l-excel-hover\/95{
  border-left-color: rgb(9 138 107 / 0.95);
}

.border-l-excel\/0{
  border-left-color: rgb(11 160 123 / 0);
}

.border-l-excel\/10{
  border-left-color: rgb(11 160 123 / 0.1);
}

.border-l-excel\/100{
  border-left-color: rgb(11 160 123 / 1);
}

.border-l-excel\/15{
  border-left-color: rgb(11 160 123 / 0.15);
}

.border-l-excel\/20{
  border-left-color: rgb(11 160 123 / 0.2);
}

.border-l-excel\/25{
  border-left-color: rgb(11 160 123 / 0.25);
}

.border-l-excel\/30{
  border-left-color: rgb(11 160 123 / 0.3);
}

.border-l-excel\/35{
  border-left-color: rgb(11 160 123 / 0.35);
}

.border-l-excel\/40{
  border-left-color: rgb(11 160 123 / 0.4);
}

.border-l-excel\/45{
  border-left-color: rgb(11 160 123 / 0.45);
}

.border-l-excel\/5{
  border-left-color: rgb(11 160 123 / 0.05);
}

.border-l-excel\/50{
  border-left-color: rgb(11 160 123 / 0.5);
}

.border-l-excel\/55{
  border-left-color: rgb(11 160 123 / 0.55);
}

.border-l-excel\/60{
  border-left-color: rgb(11 160 123 / 0.6);
}

.border-l-excel\/65{
  border-left-color: rgb(11 160 123 / 0.65);
}

.border-l-excel\/70{
  border-left-color: rgb(11 160 123 / 0.7);
}

.border-l-excel\/75{
  border-left-color: rgb(11 160 123 / 0.75);
}

.border-l-excel\/80{
  border-left-color: rgb(11 160 123 / 0.8);
}

.border-l-excel\/85{
  border-left-color: rgb(11 160 123 / 0.85);
}

.border-l-excel\/90{
  border-left-color: rgb(11 160 123 / 0.9);
}

.border-l-excel\/95{
  border-left-color: rgb(11 160 123 / 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\/15{
  border-left-color: rgb(250 232 255 / 0.15);
}

.border-l-fuchsia-100\/20{
  border-left-color: rgb(250 232 255 / 0.2);
}

.border-l-fuchsia-100\/25{
  border-left-color: rgb(250 232 255 / 0.25);
}

.border-l-fuchsia-100\/30{
  border-left-color: rgb(250 232 255 / 0.3);
}

.border-l-fuchsia-100\/35{
  border-left-color: rgb(250 232 255 / 0.35);
}

.border-l-fuchsia-100\/40{
  border-left-color: rgb(250 232 255 / 0.4);
}

.border-l-fuchsia-100\/45{
  border-left-color: rgb(250 232 255 / 0.45);
}

.border-l-fuchsia-100\/5{
  border-left-color: rgb(250 232 255 / 0.05);
}

.border-l-fuchsia-100\/50{
  border-left-color: rgb(250 232 255 / 0.5);
}

.border-l-fuchsia-100\/55{
  border-left-color: rgb(250 232 255 / 0.55);
}

.border-l-fuchsia-100\/60{
  border-left-color: rgb(250 232 255 / 0.6);
}

.border-l-fuchsia-100\/65{
  border-left-color: rgb(250 232 255 / 0.65);
}

.border-l-fuchsia-100\/70{
  border-left-color: rgb(250 232 255 / 0.7);
}

.border-l-fuchsia-100\/75{
  border-left-color: rgb(250 232 255 / 0.75);
}

.border-l-fuchsia-100\/80{
  border-left-color: rgb(250 232 255 / 0.8);
}

.border-l-fuchsia-100\/85{
  border-left-color: rgb(250 232 255 / 0.85);
}

.border-l-fuchsia-100\/90{
  border-left-color: rgb(250 232 255 / 0.9);
}

.border-l-fuchsia-100\/95{
  border-left-color: rgb(250 232 255 / 0.95);
}

.border-l-fuchsia-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-l-fuchsia-200\/0{
  border-left-color: rgb(245 208 254 / 0);
}

.border-l-fuchsia-200\/10{
  border-left-color: rgb(245 208 254 / 0.1);
}

.border-l-fuchsia-200\/100{
  border-left-color: rgb(245 208 254 / 1);
}

.border-l-fuchsia-200\/15{
  border-left-color: rgb(245 208 254 / 0.15);
}

.border-l-fuchsia-200\/20{
  border-left-color: rgb(245 208 254 / 0.2);
}

.border-l-fuchsia-200\/25{
  border-left-color: rgb(245 208 254 / 0.25);
}

.border-l-fuchsia-200\/30{
  border-left-color: rgb(245 208 254 / 0.3);
}

.border-l-fuchsia-200\/35{
  border-left-color: rgb(245 208 254 / 0.35);
}

.border-l-fuchsia-200\/40{
  border-left-color: rgb(245 208 254 / 0.4);
}

.border-l-fuchsia-200\/45{
  border-left-color: rgb(245 208 254 / 0.45);
}

.border-l-fuchsia-200\/5{
  border-left-color: rgb(245 208 254 / 0.05);
}

.border-l-fuchsia-200\/50{
  border-left-color: rgb(245 208 254 / 0.5);
}

.border-l-fuchsia-200\/55{
  border-left-color: rgb(245 208 254 / 0.55);
}

.border-l-fuchsia-200\/60{
  border-left-color: rgb(245 208 254 / 0.6);
}

.border-l-fuchsia-200\/65{
  border-left-color: rgb(245 208 254 / 0.65);
}

.border-l-fuchsia-200\/70{
  border-left-color: rgb(245 208 254 / 0.7);
}

.border-l-fuchsia-200\/75{
  border-left-color: rgb(245 208 254 / 0.75);
}

.border-l-fuchsia-200\/80{
  border-left-color: rgb(245 208 254 / 0.8);
}

.border-l-fuchsia-200\/85{
  border-left-color: rgb(245 208 254 / 0.85);
}

.border-l-fuchsia-200\/90{
  border-left-color: rgb(245 208 254 / 0.9);
}

.border-l-fuchsia-200\/95{
  border-left-color: rgb(245 208 254 / 0.95);
}

.border-l-fuchsia-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-l-fuchsia-300\/0{
  border-left-color: rgb(240 171 252 / 0);
}

.border-l-fuchsia-300\/10{
  border-left-color: rgb(240 171 252 / 0.1);
}

.border-l-fuchsia-300\/100{
  border-left-color: rgb(240 171 252 / 1);
}

.border-l-fuchsia-300\/15{
  border-left-color: rgb(240 171 252 / 0.15);
}

.border-l-fuchsia-300\/20{
  border-left-color: rgb(240 171 252 / 0.2);
}

.border-l-fuchsia-300\/25{
  border-left-color: rgb(240 171 252 / 0.25);
}

.border-l-fuchsia-300\/30{
  border-left-color: rgb(240 171 252 / 0.3);
}

.border-l-fuchsia-300\/35{
  border-left-color: rgb(240 171 252 / 0.35);
}

.border-l-fuchsia-300\/40{
  border-left-color: rgb(240 171 252 / 0.4);
}

.border-l-fuchsia-300\/45{
  border-left-color: rgb(240 171 252 / 0.45);
}

.border-l-fuchsia-300\/5{
  border-left-color: rgb(240 171 252 / 0.05);
}

.border-l-fuchsia-300\/50{
  border-left-color: rgb(240 171 252 / 0.5);
}

.border-l-fuchsia-300\/55{
  border-left-color: rgb(240 171 252 / 0.55);
}

.border-l-fuchsia-300\/60{
  border-left-color: rgb(240 171 252 / 0.6);
}

.border-l-fuchsia-300\/65{
  border-left-color: rgb(240 171 252 / 0.65);
}

.border-l-fuchsia-300\/70{
  border-left-color: rgb(240 171 252 / 0.7);
}

.border-l-fuchsia-300\/75{
  border-left-color: rgb(240 171 252 / 0.75);
}

.border-l-fuchsia-300\/80{
  border-left-color: rgb(240 171 252 / 0.8);
}

.border-l-fuchsia-300\/85{
  border-left-color: rgb(240 171 252 / 0.85);
}

.border-l-fuchsia-300\/90{
  border-left-color: rgb(240 171 252 / 0.9);
}

.border-l-fuchsia-300\/95{
  border-left-color: rgb(240 171 252 / 0.95);
}

.border-l-fuchsia-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-l-fuchsia-400\/0{
  border-left-color: rgb(232 121 249 / 0);
}

.border-l-fuchsia-400\/10{
  border-left-color: rgb(232 121 249 / 0.1);
}

.border-l-fuchsia-400\/100{
  border-left-color: rgb(232 121 249 / 1);
}

.border-l-fuchsia-400\/15{
  border-left-color: rgb(232 121 249 / 0.15);
}

.border-l-fuchsia-400\/20{
  border-left-color: rgb(232 121 249 / 0.2);
}

.border-l-fuchsia-400\/25{
  border-left-color: rgb(232 121 249 / 0.25);
}

.border-l-fuchsia-400\/30{
  border-left-color: rgb(232 121 249 / 0.3);
}

.border-l-fuchsia-400\/35{
  border-left-color: rgb(232 121 249 / 0.35);
}

.border-l-fuchsia-400\/40{
  border-left-color: rgb(232 121 249 / 0.4);
}

.border-l-fuchsia-400\/45{
  border-left-color: rgb(232 121 249 / 0.45);
}

.border-l-fuchsia-400\/5{
  border-left-color: rgb(232 121 249 / 0.05);
}

.border-l-fuchsia-400\/50{
  border-left-color: rgb(232 121 249 / 0.5);
}

.border-l-fuchsia-400\/55{
  border-left-color: rgb(232 121 249 / 0.55);
}

.border-l-fuchsia-400\/60{
  border-left-color: rgb(232 121 249 / 0.6);
}

.border-l-fuchsia-400\/65{
  border-left-color: rgb(232 121 249 / 0.65);
}

.border-l-fuchsia-400\/70{
  border-left-color: rgb(232 121 249 / 0.7);
}

.border-l-fuchsia-400\/75{
  border-left-color: rgb(232 121 249 / 0.75);
}

.border-l-fuchsia-400\/80{
  border-left-color: rgb(232 121 249 / 0.8);
}

.border-l-fuchsia-400\/85{
  border-left-color: rgb(232 121 249 / 0.85);
}

.border-l-fuchsia-400\/90{
  border-left-color: rgb(232 121 249 / 0.9);
}

.border-l-fuchsia-400\/95{
  border-left-color: rgb(232 121 249 / 0.95);
}

.border-l-fuchsia-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-l-fuchsia-50\/0{
  border-left-color: rgb(253 244 255 / 0);
}

.border-l-fuchsia-50\/10{
  border-left-color: rgb(253 244 255 / 0.1);
}

.border-l-fuchsia-50\/100{
  border-left-color: rgb(253 244 255 / 1);
}

.border-l-fuchsia-50\/15{
  border-left-color: rgb(253 244 255 / 0.15);
}

.border-l-fuchsia-50\/20{
  border-left-color: rgb(253 244 255 / 0.2);
}

.border-l-fuchsia-50\/25{
  border-left-color: rgb(253 244 255 / 0.25);
}

.border-l-fuchsia-50\/30{
  border-left-color: rgb(253 244 255 / 0.3);
}

.border-l-fuchsia-50\/35{
  border-left-color: rgb(253 244 255 / 0.35);
}

.border-l-fuchsia-50\/40{
  border-left-color: rgb(253 244 255 / 0.4);
}

.border-l-fuchsia-50\/45{
  border-left-color: rgb(253 244 255 / 0.45);
}

.border-l-fuchsia-50\/5{
  border-left-color: rgb(253 244 255 / 0.05);
}

.border-l-fuchsia-50\/50{
  border-left-color: rgb(253 244 255 / 0.5);
}

.border-l-fuchsia-50\/55{
  border-left-color: rgb(253 244 255 / 0.55);
}

.border-l-fuchsia-50\/60{
  border-left-color: rgb(253 244 255 / 0.6);
}

.border-l-fuchsia-50\/65{
  border-left-color: rgb(253 244 255 / 0.65);
}

.border-l-fuchsia-50\/70{
  border-left-color: rgb(253 244 255 / 0.7);
}

.border-l-fuchsia-50\/75{
  border-left-color: rgb(253 244 255 / 0.75);
}

.border-l-fuchsia-50\/80{
  border-left-color: rgb(253 244 255 / 0.8);
}

.border-l-fuchsia-50\/85{
  border-left-color: rgb(253 244 255 / 0.85);
}

.border-l-fuchsia-50\/90{
  border-left-color: rgb(253 244 255 / 0.9);
}

.border-l-fuchsia-50\/95{
  border-left-color: rgb(253 244 255 / 0.95);
}

.border-l-fuchsia-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-l-fuchsia-500\/0{
  border-left-color: rgb(217 70 239 / 0);
}

.border-l-fuchsia-500\/10{
  border-left-color: rgb(217 70 239 / 0.1);
}

.border-l-fuchsia-500\/100{
  border-left-color: rgb(217 70 239 / 1);
}

.border-l-fuchsia-500\/15{
  border-left-color: rgb(217 70 239 / 0.15);
}

.border-l-fuchsia-500\/20{
  border-left-color: rgb(217 70 239 / 0.2);
}

.border-l-fuchsia-500\/25{
  border-left-color: rgb(217 70 239 / 0.25);
}

.border-l-fuchsia-500\/30{
  border-left-color: rgb(217 70 239 / 0.3);
}

.border-l-fuchsia-500\/35{
  border-left-color: rgb(217 70 239 / 0.35);
}

.border-l-fuchsia-500\/40{
  border-left-color: rgb(217 70 239 / 0.4);
}

.border-l-fuchsia-500\/45{
  border-left-color: rgb(217 70 239 / 0.45);
}

.border-l-fuchsia-500\/5{
  border-left-color: rgb(217 70 239 / 0.05);
}

.border-l-fuchsia-500\/50{
  border-left-color: rgb(217 70 239 / 0.5);
}

.border-l-fuchsia-500\/55{
  border-left-color: rgb(217 70 239 / 0.55);
}

.border-l-fuchsia-500\/60{
  border-left-color: rgb(217 70 239 / 0.6);
}

.border-l-fuchsia-500\/65{
  border-left-color: rgb(217 70 239 / 0.65);
}

.border-l-fuchsia-500\/70{
  border-left-color: rgb(217 70 239 / 0.7);
}

.border-l-fuchsia-500\/75{
  border-left-color: rgb(217 70 239 / 0.75);
}

.border-l-fuchsia-500\/80{
  border-left-color: rgb(217 70 239 / 0.8);
}

.border-l-fuchsia-500\/85{
  border-left-color: rgb(217 70 239 / 0.85);
}

.border-l-fuchsia-500\/90{
  border-left-color: rgb(217 70 239 / 0.9);
}

.border-l-fuchsia-500\/95{
  border-left-color: rgb(217 70 239 / 0.95);
}

.border-l-fuchsia-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-l-fuchsia-600\/0{
  border-left-color: rgb(192 38 211 / 0);
}

.border-l-fuchsia-600\/10{
  border-left-color: rgb(192 38 211 / 0.1);
}

.border-l-fuchsia-600\/100{
  border-left-color: rgb(192 38 211 / 1);
}

.border-l-fuchsia-600\/15{
  border-left-color: rgb(192 38 211 / 0.15);
}

.border-l-fuchsia-600\/20{
  border-left-color: rgb(192 38 211 / 0.2);
}

.border-l-fuchsia-600\/25{
  border-left-color: rgb(192 38 211 / 0.25);
}

.border-l-fuchsia-600\/30{
  border-left-color: rgb(192 38 211 / 0.3);
}

.border-l-fuchsia-600\/35{
  border-left-color: rgb(192 38 211 / 0.35);
}

.border-l-fuchsia-600\/40{
  border-left-color: rgb(192 38 211 / 0.4);
}

.border-l-fuchsia-600\/45{
  border-left-color: rgb(192 38 211 / 0.45);
}

.border-l-fuchsia-600\/5{
  border-left-color: rgb(192 38 211 / 0.05);
}

.border-l-fuchsia-600\/50{
  border-left-color: rgb(192 38 211 / 0.5);
}

.border-l-fuchsia-600\/55{
  border-left-color: rgb(192 38 211 / 0.55);
}

.border-l-fuchsia-600\/60{
  border-left-color: rgb(192 38 211 / 0.6);
}

.border-l-fuchsia-600\/65{
  border-left-color: rgb(192 38 211 / 0.65);
}

.border-l-fuchsia-600\/70{
  border-left-color: rgb(192 38 211 / 0.7);
}

.border-l-fuchsia-600\/75{
  border-left-color: rgb(192 38 211 / 0.75);
}

.border-l-fuchsia-600\/80{
  border-left-color: rgb(192 38 211 / 0.8);
}

.border-l-fuchsia-600\/85{
  border-left-color: rgb(192 38 211 / 0.85);
}

.border-l-fuchsia-600\/90{
  border-left-color: rgb(192 38 211 / 0.9);
}

.border-l-fuchsia-600\/95{
  border-left-color: rgb(192 38 211 / 0.95);
}

.border-l-fuchsia-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-l-fuchsia-700\/0{
  border-left-color: rgb(162 28 175 / 0);
}

.border-l-fuchsia-700\/10{
  border-left-color: rgb(162 28 175 / 0.1);
}

.border-l-fuchsia-700\/100{
  border-left-color: rgb(162 28 175 / 1);
}

.border-l-fuchsia-700\/15{
  border-left-color: rgb(162 28 175 / 0.15);
}

.border-l-fuchsia-700\/20{
  border-left-color: rgb(162 28 175 / 0.2);
}

.border-l-fuchsia-700\/25{
  border-left-color: rgb(162 28 175 / 0.25);
}

.border-l-fuchsia-700\/30{
  border-left-color: rgb(162 28 175 / 0.3);
}

.border-l-fuchsia-700\/35{
  border-left-color: rgb(162 28 175 / 0.35);
}

.border-l-fuchsia-700\/40{
  border-left-color: rgb(162 28 175 / 0.4);
}

.border-l-fuchsia-700\/45{
  border-left-color: rgb(162 28 175 / 0.45);
}

.border-l-fuchsia-700\/5{
  border-left-color: rgb(162 28 175 / 0.05);
}

.border-l-fuchsia-700\/50{
  border-left-color: rgb(162 28 175 / 0.5);
}

.border-l-fuchsia-700\/55{
  border-left-color: rgb(162 28 175 / 0.55);
}

.border-l-fuchsia-700\/60{
  border-left-color: rgb(162 28 175 / 0.6);
}

.border-l-fuchsia-700\/65{
  border-left-color: rgb(162 28 175 / 0.65);
}

.border-l-fuchsia-700\/70{
  border-left-color: rgb(162 28 175 / 0.7);
}

.border-l-fuchsia-700\/75{
  border-left-color: rgb(162 28 175 / 0.75);
}

.border-l-fuchsia-700\/80{
  border-left-color: rgb(162 28 175 / 0.8);
}

.border-l-fuchsia-700\/85{
  border-left-color: rgb(162 28 175 / 0.85);
}

.border-l-fuchsia-700\/90{
  border-left-color: rgb(162 28 175 / 0.9);
}

.border-l-fuchsia-700\/95{
  border-left-color: rgb(162 28 175 / 0.95);
}

.border-l-fuchsia-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-l-fuchsia-800\/0{
  border-left-color: rgb(134 25 143 / 0);
}

.border-l-fuchsia-800\/10{
  border-left-color: rgb(134 25 143 / 0.1);
}

.border-l-fuchsia-800\/100{
  border-left-color: rgb(134 25 143 / 1);
}

.border-l-fuchsia-800\/15{
  border-left-color: rgb(134 25 143 / 0.15);
}

.border-l-fuchsia-800\/20{
  border-left-color: rgb(134 25 143 / 0.2);
}

.border-l-fuchsia-800\/25{
  border-left-color: rgb(134 25 143 / 0.25);
}

.border-l-fuchsia-800\/30{
  border-left-color: rgb(134 25 143 / 0.3);
}

.border-l-fuchsia-800\/35{
  border-left-color: rgb(134 25 143 / 0.35);
}

.border-l-fuchsia-800\/40{
  border-left-color: rgb(134 25 143 / 0.4);
}

.border-l-fuchsia-800\/45{
  border-left-color: rgb(134 25 143 / 0.45);
}

.border-l-fuchsia-800\/5{
  border-left-color: rgb(134 25 143 / 0.05);
}

.border-l-fuchsia-800\/50{
  border-left-color: rgb(134 25 143 / 0.5);
}

.border-l-fuchsia-800\/55{
  border-left-color: rgb(134 25 143 / 0.55);
}

.border-l-fuchsia-800\/60{
  border-left-color: rgb(134 25 143 / 0.6);
}

.border-l-fuchsia-800\/65{
  border-left-color: rgb(134 25 143 / 0.65);
}

.border-l-fuchsia-800\/70{
  border-left-color: rgb(134 25 143 / 0.7);
}

.border-l-fuchsia-800\/75{
  border-left-color: rgb(134 25 143 / 0.75);
}

.border-l-fuchsia-800\/80{
  border-left-color: rgb(134 25 143 / 0.8);
}

.border-l-fuchsia-800\/85{
  border-left-color: rgb(134 25 143 / 0.85);
}

.border-l-fuchsia-800\/90{
  border-left-color: rgb(134 25 143 / 0.9);
}

.border-l-fuchsia-800\/95{
  border-left-color: rgb(134 25 143 / 0.95);
}

.border-l-fuchsia-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-l-fuchsia-900\/0{
  border-left-color: rgb(112 26 117 / 0);
}

.border-l-fuchsia-900\/10{
  border-left-color: rgb(112 26 117 / 0.1);
}

.border-l-fuchsia-900\/100{
  border-left-color: rgb(112 26 117 / 1);
}

.border-l-fuchsia-900\/15{
  border-left-color: rgb(112 26 117 / 0.15);
}

.border-l-fuchsia-900\/20{
  border-left-color: rgb(112 26 117 / 0.2);
}

.border-l-fuchsia-900\/25{
  border-left-color: rgb(112 26 117 / 0.25);
}

.border-l-fuchsia-900\/30{
  border-left-color: rgb(112 26 117 / 0.3);
}

.border-l-fuchsia-900\/35{
  border-left-color: rgb(112 26 117 / 0.35);
}

.border-l-fuchsia-900\/40{
  border-left-color: rgb(112 26 117 / 0.4);
}

.border-l-fuchsia-900\/45{
  border-left-color: rgb(112 26 117 / 0.45);
}

.border-l-fuchsia-900\/5{
  border-left-color: rgb(112 26 117 / 0.05);
}

.border-l-fuchsia-900\/50{
  border-left-color: rgb(112 26 117 / 0.5);
}

.border-l-fuchsia-900\/55{
  border-left-color: rgb(112 26 117 / 0.55);
}

.border-l-fuchsia-900\/60{
  border-left-color: rgb(112 26 117 / 0.6);
}

.border-l-fuchsia-900\/65{
  border-left-color: rgb(112 26 117 / 0.65);
}

.border-l-fuchsia-900\/70{
  border-left-color: rgb(112 26 117 / 0.7);
}

.border-l-fuchsia-900\/75{
  border-left-color: rgb(112 26 117 / 0.75);
}

.border-l-fuchsia-900\/80{
  border-left-color: rgb(112 26 117 / 0.8);
}

.border-l-fuchsia-900\/85{
  border-left-color: rgb(112 26 117 / 0.85);
}

.border-l-fuchsia-900\/90{
  border-left-color: rgb(112 26 117 / 0.9);
}

.border-l-fuchsia-900\/95{
  border-left-color: rgb(112 26 117 / 0.95);
}

.border-l-fuchsia-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-l-fuchsia-950\/0{
  border-left-color: rgb(74 4 78 / 0);
}

.border-l-fuchsia-950\/10{
  border-left-color: rgb(74 4 78 / 0.1);
}

.border-l-fuchsia-950\/100{
  border-left-color: rgb(74 4 78 / 1);
}

.border-l-fuchsia-950\/15{
  border-left-color: rgb(74 4 78 / 0.15);
}

.border-l-fuchsia-950\/20{
  border-left-color: rgb(74 4 78 / 0.2);
}

.border-l-fuchsia-950\/25{
  border-left-color: rgb(74 4 78 / 0.25);
}

.border-l-fuchsia-950\/30{
  border-left-color: rgb(74 4 78 / 0.3);
}

.border-l-fuchsia-950\/35{
  border-left-color: rgb(74 4 78 / 0.35);
}

.border-l-fuchsia-950\/40{
  border-left-color: rgb(74 4 78 / 0.4);
}

.border-l-fuchsia-950\/45{
  border-left-color: rgb(74 4 78 / 0.45);
}

.border-l-fuchsia-950\/5{
  border-left-color: rgb(74 4 78 / 0.05);
}

.border-l-fuchsia-950\/50{
  border-left-color: rgb(74 4 78 / 0.5);
}

.border-l-fuchsia-950\/55{
  border-left-color: rgb(74 4 78 / 0.55);
}

.border-l-fuchsia-950\/60{
  border-left-color: rgb(74 4 78 / 0.6);
}

.border-l-fuchsia-950\/65{
  border-left-color: rgb(74 4 78 / 0.65);
}

.border-l-fuchsia-950\/70{
  border-left-color: rgb(74 4 78 / 0.7);
}

.border-l-fuchsia-950\/75{
  border-left-color: rgb(74 4 78 / 0.75);
}

.border-l-fuchsia-950\/80{
  border-left-color: rgb(74 4 78 / 0.8);
}

.border-l-fuchsia-950\/85{
  border-left-color: rgb(74 4 78 / 0.85);
}

.border-l-fuchsia-950\/90{
  border-left-color: rgb(74 4 78 / 0.9);
}

.border-l-fuchsia-950\/95{
  border-left-color: rgb(74 4 78 / 0.95);
}

.border-l-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-l-gray-100\/0{
  border-left-color: rgb(243 244 246 / 0);
}

.border-l-gray-100\/10{
  border-left-color: rgb(243 244 246 / 0.1);
}

.border-l-gray-100\/100{
  border-left-color: rgb(243 244 246 / 1);
}

.border-l-gray-100\/15{
  border-left-color: rgb(243 244 246 / 0.15);
}

.border-l-gray-100\/20{
  border-left-color: rgb(243 244 246 / 0.2);
}

.border-l-gray-100\/25{
  border-left-color: rgb(243 244 246 / 0.25);
}

.border-l-gray-100\/30{
  border-left-color: rgb(243 244 246 / 0.3);
}

.border-l-gray-100\/35{
  border-left-color: rgb(243 244 246 / 0.35);
}

.border-l-gray-100\/40{
  border-left-color: rgb(243 244 246 / 0.4);
}

.border-l-gray-100\/45{
  border-left-color: rgb(243 244 246 / 0.45);
}

.border-l-gray-100\/5{
  border-left-color: rgb(243 244 246 / 0.05);
}

.border-l-gray-100\/50{
  border-left-color: rgb(243 244 246 / 0.5);
}

.border-l-gray-100\/55{
  border-left-color: rgb(243 244 246 / 0.55);
}

.border-l-gray-100\/60{
  border-left-color: rgb(243 244 246 / 0.6);
}

.border-l-gray-100\/65{
  border-left-color: rgb(243 244 246 / 0.65);
}

.border-l-gray-100\/70{
  border-left-color: rgb(243 244 246 / 0.7);
}

.border-l-gray-100\/75{
  border-left-color: rgb(243 244 246 / 0.75);
}

.border-l-gray-100\/80{
  border-left-color: rgb(243 244 246 / 0.8);
}

.border-l-gray-100\/85{
  border-left-color: rgb(243 244 246 / 0.85);
}

.border-l-gray-100\/90{
  border-left-color: rgb(243 244 246 / 0.9);
}

.border-l-gray-100\/95{
  border-left-color: rgb(243 244 246 / 0.95);
}

.border-l-gray-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-l-gray-200\/0{
  border-left-color: rgb(229 231 235 / 0);
}

.border-l-gray-200\/10{
  border-left-color: rgb(229 231 235 / 0.1);
}

.border-l-gray-200\/100{
  border-left-color: rgb(229 231 235 / 1);
}

.border-l-gray-200\/15{
  border-left-color: rgb(229 231 235 / 0.15);
}

.border-l-gray-200\/20{
  border-left-color: rgb(229 231 235 / 0.2);
}

.border-l-gray-200\/25{
  border-left-color: rgb(229 231 235 / 0.25);
}

.border-l-gray-200\/30{
  border-left-color: rgb(229 231 235 / 0.3);
}

.border-l-gray-200\/35{
  border-left-color: rgb(229 231 235 / 0.35);
}

.border-l-gray-200\/40{
  border-left-color: rgb(229 231 235 / 0.4);
}

.border-l-gray-200\/45{
  border-left-color: rgb(229 231 235 / 0.45);
}

.border-l-gray-200\/5{
  border-left-color: rgb(229 231 235 / 0.05);
}

.border-l-gray-200\/50{
  border-left-color: rgb(229 231 235 / 0.5);
}

.border-l-gray-200\/55{
  border-left-color: rgb(229 231 235 / 0.55);
}

.border-l-gray-200\/60{
  border-left-color: rgb(229 231 235 / 0.6);
}

.border-l-gray-200\/65{
  border-left-color: rgb(229 231 235 / 0.65);
}

.border-l-gray-200\/70{
  border-left-color: rgb(229 231 235 / 0.7);
}

.border-l-gray-200\/75{
  border-left-color: rgb(229 231 235 / 0.75);
}

.border-l-gray-200\/80{
  border-left-color: rgb(229 231 235 / 0.8);
}

.border-l-gray-200\/85{
  border-left-color: rgb(229 231 235 / 0.85);
}

.border-l-gray-200\/90{
  border-left-color: rgb(229 231 235 / 0.9);
}

.border-l-gray-200\/95{
  border-left-color: rgb(229 231 235 / 0.95);
}

.border-l-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-l-gray-300\/0{
  border-left-color: rgb(209 213 219 / 0);
}

.border-l-gray-300\/10{
  border-left-color: rgb(209 213 219 / 0.1);
}

.border-l-gray-300\/100{
  border-left-color: rgb(209 213 219 / 1);
}

.border-l-gray-300\/15{
  border-left-color: rgb(209 213 219 / 0.15);
}

.border-l-gray-300\/20{
  border-left-color: rgb(209 213 219 / 0.2);
}

.border-l-gray-300\/25{
  border-left-color: rgb(209 213 219 / 0.25);
}

.border-l-gray-300\/30{
  border-left-color: rgb(209 213 219 / 0.3);
}

.border-l-gray-300\/35{
  border-left-color: rgb(209 213 219 / 0.35);
}

.border-l-gray-300\/40{
  border-left-color: rgb(209 213 219 / 0.4);
}

.border-l-gray-300\/45{
  border-left-color: rgb(209 213 219 / 0.45);
}

.border-l-gray-300\/5{
  border-left-color: rgb(209 213 219 / 0.05);
}

.border-l-gray-300\/50{
  border-left-color: rgb(209 213 219 / 0.5);
}

.border-l-gray-300\/55{
  border-left-color: rgb(209 213 219 / 0.55);
}

.border-l-gray-300\/60{
  border-left-color: rgb(209 213 219 / 0.6);
}

.border-l-gray-300\/65{
  border-left-color: rgb(209 213 219 / 0.65);
}

.border-l-gray-300\/70{
  border-left-color: rgb(209 213 219 / 0.7);
}

.border-l-gray-300\/75{
  border-left-color: rgb(209 213 219 / 0.75);
}

.border-l-gray-300\/80{
  border-left-color: rgb(209 213 219 / 0.8);
}

.border-l-gray-300\/85{
  border-left-color: rgb(209 213 219 / 0.85);
}

.border-l-gray-300\/90{
  border-left-color: rgb(209 213 219 / 0.9);
}

.border-l-gray-300\/95{
  border-left-color: rgb(209 213 219 / 0.95);
}

.border-l-gray-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-l-gray-400\/0{
  border-left-color: rgb(156 163 175 / 0);
}

.border-l-gray-400\/10{
  border-left-color: rgb(156 163 175 / 0.1);
}

.border-l-gray-400\/100{
  border-left-color: rgb(156 163 175 / 1);
}

.border-l-gray-400\/15{
  border-left-color: rgb(156 163 175 / 0.15);
}

.border-l-gray-400\/20{
  border-left-color: rgb(156 163 175 / 0.2);
}

.border-l-gray-400\/25{
  border-left-color: rgb(156 163 175 / 0.25);
}

.border-l-gray-400\/30{
  border-left-color: rgb(156 163 175 / 0.3);
}

.border-l-gray-400\/35{
  border-left-color: rgb(156 163 175 / 0.35);
}

.border-l-gray-400\/40{
  border-left-color: rgb(156 163 175 / 0.4);
}

.border-l-gray-400\/45{
  border-left-color: rgb(156 163 175 / 0.45);
}

.border-l-gray-400\/5{
  border-left-color: rgb(156 163 175 / 0.05);
}

.border-l-gray-400\/50{
  border-left-color: rgb(156 163 175 / 0.5);
}

.border-l-gray-400\/55{
  border-left-color: rgb(156 163 175 / 0.55);
}

.border-l-gray-400\/60{
  border-left-color: rgb(156 163 175 / 0.6);
}

.border-l-gray-400\/65{
  border-left-color: rgb(156 163 175 / 0.65);
}

.border-l-gray-400\/70{
  border-left-color: rgb(156 163 175 / 0.7);
}

.border-l-gray-400\/75{
  border-left-color: rgb(156 163 175 / 0.75);
}

.border-l-gray-400\/80{
  border-left-color: rgb(156 163 175 / 0.8);
}

.border-l-gray-400\/85{
  border-left-color: rgb(156 163 175 / 0.85);
}

.border-l-gray-400\/90{
  border-left-color: rgb(156 163 175 / 0.9);
}

.border-l-gray-400\/95{
  border-left-color: rgb(156 163 175 / 0.95);
}

.border-l-gray-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-l-gray-50\/0{
  border-left-color: rgb(249 250 251 / 0);
}

.border-l-gray-50\/10{
  border-left-color: rgb(249 250 251 / 0.1);
}

.border-l-gray-50\/100{
  border-left-color: rgb(249 250 251 / 1);
}

.border-l-gray-50\/15{
  border-left-color: rgb(249 250 251 / 0.15);
}

.border-l-gray-50\/20{
  border-left-color: rgb(249 250 251 / 0.2);
}

.border-l-gray-50\/25{
  border-left-color: rgb(249 250 251 / 0.25);
}

.border-l-gray-50\/30{
  border-left-color: rgb(249 250 251 / 0.3);
}

.border-l-gray-50\/35{
  border-left-color: rgb(249 250 251 / 0.35);
}

.border-l-gray-50\/40{
  border-left-color: rgb(249 250 251 / 0.4);
}

.border-l-gray-50\/45{
  border-left-color: rgb(249 250 251 / 0.45);
}

.border-l-gray-50\/5{
  border-left-color: rgb(249 250 251 / 0.05);
}

.border-l-gray-50\/50{
  border-left-color: rgb(249 250 251 / 0.5);
}

.border-l-gray-50\/55{
  border-left-color: rgb(249 250 251 / 0.55);
}

.border-l-gray-50\/60{
  border-left-color: rgb(249 250 251 / 0.6);
}

.border-l-gray-50\/65{
  border-left-color: rgb(249 250 251 / 0.65);
}

.border-l-gray-50\/70{
  border-left-color: rgb(249 250 251 / 0.7);
}

.border-l-gray-50\/75{
  border-left-color: rgb(249 250 251 / 0.75);
}

.border-l-gray-50\/80{
  border-left-color: rgb(249 250 251 / 0.8);
}

.border-l-gray-50\/85{
  border-left-color: rgb(249 250 251 / 0.85);
}

.border-l-gray-50\/90{
  border-left-color: rgb(249 250 251 / 0.9);
}

.border-l-gray-50\/95{
  border-left-color: rgb(249 250 251 / 0.95);
}

.border-l-gray-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-l-gray-500\/0{
  border-left-color: rgb(107 114 128 / 0);
}

.border-l-gray-500\/10{
  border-left-color: rgb(107 114 128 / 0.1);
}

.border-l-gray-500\/100{
  border-left-color: rgb(107 114 128 / 1);
}

.border-l-gray-500\/15{
  border-left-color: rgb(107 114 128 / 0.15);
}

.border-l-gray-500\/20{
  border-left-color: rgb(107 114 128 / 0.2);
}

.border-l-gray-500\/25{
  border-left-color: rgb(107 114 128 / 0.25);
}

.border-l-gray-500\/30{
  border-left-color: rgb(107 114 128 / 0.3);
}

.border-l-gray-500\/35{
  border-left-color: rgb(107 114 128 / 0.35);
}

.border-l-gray-500\/40{
  border-left-color: rgb(107 114 128 / 0.4);
}

.border-l-gray-500\/45{
  border-left-color: rgb(107 114 128 / 0.45);
}

.border-l-gray-500\/5{
  border-left-color: rgb(107 114 128 / 0.05);
}

.border-l-gray-500\/50{
  border-left-color: rgb(107 114 128 / 0.5);
}

.border-l-gray-500\/55{
  border-left-color: rgb(107 114 128 / 0.55);
}

.border-l-gray-500\/60{
  border-left-color: rgb(107 114 128 / 0.6);
}

.border-l-gray-500\/65{
  border-left-color: rgb(107 114 128 / 0.65);
}

.border-l-gray-500\/70{
  border-left-color: rgb(107 114 128 / 0.7);
}

.border-l-gray-500\/75{
  border-left-color: rgb(107 114 128 / 0.75);
}

.border-l-gray-500\/80{
  border-left-color: rgb(107 114 128 / 0.8);
}

.border-l-gray-500\/85{
  border-left-color: rgb(107 114 128 / 0.85);
}

.border-l-gray-500\/90{
  border-left-color: rgb(107 114 128 / 0.9);
}

.border-l-gray-500\/95{
  border-left-color: rgb(107 114 128 / 0.95);
}

.border-l-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-l-gray-600\/0{
  border-left-color: rgb(75 85 99 / 0);
}

.border-l-gray-600\/10{
  border-left-color: rgb(75 85 99 / 0.1);
}

.border-l-gray-600\/100{
  border-left-color: rgb(75 85 99 / 1);
}

.border-l-gray-600\/15{
  border-left-color: rgb(75 85 99 / 0.15);
}

.border-l-gray-600\/20{
  border-left-color: rgb(75 85 99 / 0.2);
}

.border-l-gray-600\/25{
  border-left-color: rgb(75 85 99 / 0.25);
}

.border-l-gray-600\/30{
  border-left-color: rgb(75 85 99 / 0.3);
}

.border-l-gray-600\/35{
  border-left-color: rgb(75 85 99 / 0.35);
}

.border-l-gray-600\/40{
  border-left-color: rgb(75 85 99 / 0.4);
}

.border-l-gray-600\/45{
  border-left-color: rgb(75 85 99 / 0.45);
}

.border-l-gray-600\/5{
  border-left-color: rgb(75 85 99 / 0.05);
}

.border-l-gray-600\/50{
  border-left-color: rgb(75 85 99 / 0.5);
}

.border-l-gray-600\/55{
  border-left-color: rgb(75 85 99 / 0.55);
}

.border-l-gray-600\/60{
  border-left-color: rgb(75 85 99 / 0.6);
}

.border-l-gray-600\/65{
  border-left-color: rgb(75 85 99 / 0.65);
}

.border-l-gray-600\/70{
  border-left-color: rgb(75 85 99 / 0.7);
}

.border-l-gray-600\/75{
  border-left-color: rgb(75 85 99 / 0.75);
}

.border-l-gray-600\/80{
  border-left-color: rgb(75 85 99 / 0.8);
}

.border-l-gray-600\/85{
  border-left-color: rgb(75 85 99 / 0.85);
}

.border-l-gray-600\/90{
  border-left-color: rgb(75 85 99 / 0.9);
}

.border-l-gray-600\/95{
  border-left-color: rgb(75 85 99 / 0.95);
}

.border-l-gray-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-l-gray-700\/0{
  border-left-color: rgb(55 65 81 / 0);
}

.border-l-gray-700\/10{
  border-left-color: rgb(55 65 81 / 0.1);
}

.border-l-gray-700\/100{
  border-left-color: rgb(55 65 81 / 1);
}

.border-l-gray-700\/15{
  border-left-color: rgb(55 65 81 / 0.15);
}

.border-l-gray-700\/20{
  border-left-color: rgb(55 65 81 / 0.2);
}

.border-l-gray-700\/25{
  border-left-color: rgb(55 65 81 / 0.25);
}

.border-l-gray-700\/30{
  border-left-color: rgb(55 65 81 / 0.3);
}

.border-l-gray-700\/35{
  border-left-color: rgb(55 65 81 / 0.35);
}

.border-l-gray-700\/40{
  border-left-color: rgb(55 65 81 / 0.4);
}

.border-l-gray-700\/45{
  border-left-color: rgb(55 65 81 / 0.45);
}

.border-l-gray-700\/5{
  border-left-color: rgb(55 65 81 / 0.05);
}

.border-l-gray-700\/50{
  border-left-color: rgb(55 65 81 / 0.5);
}

.border-l-gray-700\/55{
  border-left-color: rgb(55 65 81 / 0.55);
}

.border-l-gray-700\/60{
  border-left-color: rgb(55 65 81 / 0.6);
}

.border-l-gray-700\/65{
  border-left-color: rgb(55 65 81 / 0.65);
}

.border-l-gray-700\/70{
  border-left-color: rgb(55 65 81 / 0.7);
}

.border-l-gray-700\/75{
  border-left-color: rgb(55 65 81 / 0.75);
}

.border-l-gray-700\/80{
  border-left-color: rgb(55 65 81 / 0.8);
}

.border-l-gray-700\/85{
  border-left-color: rgb(55 65 81 / 0.85);
}

.border-l-gray-700\/90{
  border-left-color: rgb(55 65 81 / 0.9);
}

.border-l-gray-700\/95{
  border-left-color: rgb(55 65 81 / 0.95);
}

.border-l-gray-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-l-gray-800\/0{
  border-left-color: rgb(31 41 55 / 0);
}

.border-l-gray-800\/10{
  border-left-color: rgb(31 41 55 / 0.1);
}

.border-l-gray-800\/100{
  border-left-color: rgb(31 41 55 / 1);
}

.border-l-gray-800\/15{
  border-left-color: rgb(31 41 55 / 0.15);
}

.border-l-gray-800\/20{
  border-left-color: rgb(31 41 55 / 0.2);
}

.border-l-gray-800\/25{
  border-left-color: rgb(31 41 55 / 0.25);
}

.border-l-gray-800\/30{
  border-left-color: rgb(31 41 55 / 0.3);
}

.border-l-gray-800\/35{
  border-left-color: rgb(31 41 55 / 0.35);
}

.border-l-gray-800\/40{
  border-left-color: rgb(31 41 55 / 0.4);
}

.border-l-gray-800\/45{
  border-left-color: rgb(31 41 55 / 0.45);
}

.border-l-gray-800\/5{
  border-left-color: rgb(31 41 55 / 0.05);
}

.border-l-gray-800\/50{
  border-left-color: rgb(31 41 55 / 0.5);
}

.border-l-gray-800\/55{
  border-left-color: rgb(31 41 55 / 0.55);
}

.border-l-gray-800\/60{
  border-left-color: rgb(31 41 55 / 0.6);
}

.border-l-gray-800\/65{
  border-left-color: rgb(31 41 55 / 0.65);
}

.border-l-gray-800\/70{
  border-left-color: rgb(31 41 55 / 0.7);
}

.border-l-gray-800\/75{
  border-left-color: rgb(31 41 55 / 0.75);
}

.border-l-gray-800\/80{
  border-left-color: rgb(31 41 55 / 0.8);
}

.border-l-gray-800\/85{
  border-left-color: rgb(31 41 55 / 0.85);
}

.border-l-gray-800\/90{
  border-left-color: rgb(31 41 55 / 0.9);
}

.border-l-gray-800\/95{
  border-left-color: rgb(31 41 55 / 0.95);
}

.border-l-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-l-gray-900\/0{
  border-left-color: rgb(17 24 39 / 0);
}

.border-l-gray-900\/10{
  border-left-color: rgb(17 24 39 / 0.1);
}

.border-l-gray-900\/100{
  border-left-color: rgb(17 24 39 / 1);
}

.border-l-gray-900\/15{
  border-left-color: rgb(17 24 39 / 0.15);
}

.border-l-gray-900\/20{
  border-left-color: rgb(17 24 39 / 0.2);
}

.border-l-gray-900\/25{
  border-left-color: rgb(17 24 39 / 0.25);
}

.border-l-gray-900\/30{
  border-left-color: rgb(17 24 39 / 0.3);
}

.border-l-gray-900\/35{
  border-left-color: rgb(17 24 39 / 0.35);
}

.border-l-gray-900\/40{
  border-left-color: rgb(17 24 39 / 0.4);
}

.border-l-gray-900\/45{
  border-left-color: rgb(17 24 39 / 0.45);
}

.border-l-gray-900\/5{
  border-left-color: rgb(17 24 39 / 0.05);
}

.border-l-gray-900\/50{
  border-left-color: rgb(17 24 39 / 0.5);
}

.border-l-gray-900\/55{
  border-left-color: rgb(17 24 39 / 0.55);
}

.border-l-gray-900\/60{
  border-left-color: rgb(17 24 39 / 0.6);
}

.border-l-gray-900\/65{
  border-left-color: rgb(17 24 39 / 0.65);
}

.border-l-gray-900\/70{
  border-left-color: rgb(17 24 39 / 0.7);
}

.border-l-gray-900\/75{
  border-left-color: rgb(17 24 39 / 0.75);
}

.border-l-gray-900\/80{
  border-left-color: rgb(17 24 39 / 0.8);
}

.border-l-gray-900\/85{
  border-left-color: rgb(17 24 39 / 0.85);
}

.border-l-gray-900\/90{
  border-left-color: rgb(17 24 39 / 0.9);
}

.border-l-gray-900\/95{
  border-left-color: rgb(17 24 39 / 0.95);
}

.border-l-gray-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-l-gray-950\/0{
  border-left-color: rgb(3 7 18 / 0);
}

.border-l-gray-950\/10{
  border-left-color: rgb(3 7 18 / 0.1);
}

.border-l-gray-950\/100{
  border-left-color: rgb(3 7 18 / 1);
}

.border-l-gray-950\/15{
  border-left-color: rgb(3 7 18 / 0.15);
}

.border-l-gray-950\/20{
  border-left-color: rgb(3 7 18 / 0.2);
}

.border-l-gray-950\/25{
  border-left-color: rgb(3 7 18 / 0.25);
}

.border-l-gray-950\/30{
  border-left-color: rgb(3 7 18 / 0.3);
}

.border-l-gray-950\/35{
  border-left-color: rgb(3 7 18 / 0.35);
}

.border-l-gray-950\/40{
  border-left-color: rgb(3 7 18 / 0.4);
}

.border-l-gray-950\/45{
  border-left-color: rgb(3 7 18 / 0.45);
}

.border-l-gray-950\/5{
  border-left-color: rgb(3 7 18 / 0.05);
}

.border-l-gray-950\/50{
  border-left-color: rgb(3 7 18 / 0.5);
}

.border-l-gray-950\/55{
  border-left-color: rgb(3 7 18 / 0.55);
}

.border-l-gray-950\/60{
  border-left-color: rgb(3 7 18 / 0.6);
}

.border-l-gray-950\/65{
  border-left-color: rgb(3 7 18 / 0.65);
}

.border-l-gray-950\/70{
  border-left-color: rgb(3 7 18 / 0.7);
}

.border-l-gray-950\/75{
  border-left-color: rgb(3 7 18 / 0.75);
}

.border-l-gray-950\/80{
  border-left-color: rgb(3 7 18 / 0.8);
}

.border-l-gray-950\/85{
  border-left-color: rgb(3 7 18 / 0.85);
}

.border-l-gray-950\/90{
  border-left-color: rgb(3 7 18 / 0.9);
}

.border-l-gray-950\/95{
  border-left-color: rgb(3 7 18 / 0.95);
}

.border-l-green-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-l-green-100\/0{
  border-left-color: rgb(220 252 231 / 0);
}

.border-l-green-100\/10{
  border-left-color: rgb(220 252 231 / 0.1);
}

.border-l-green-100\/100{
  border-left-color: rgb(220 252 231 / 1);
}

.border-l-green-100\/15{
  border-left-color: rgb(220 252 231 / 0.15);
}

.border-l-green-100\/20{
  border-left-color: rgb(220 252 231 / 0.2);
}

.border-l-green-100\/25{
  border-left-color: rgb(220 252 231 / 0.25);
}

.border-l-green-100\/30{
  border-left-color: rgb(220 252 231 / 0.3);
}

.border-l-green-100\/35{
  border-left-color: rgb(220 252 231 / 0.35);
}

.border-l-green-100\/40{
  border-left-color: rgb(220 252 231 / 0.4);
}

.border-l-green-100\/45{
  border-left-color: rgb(220 252 231 / 0.45);
}

.border-l-green-100\/5{
  border-left-color: rgb(220 252 231 / 0.05);
}

.border-l-green-100\/50{
  border-left-color: rgb(220 252 231 / 0.5);
}

.border-l-green-100\/55{
  border-left-color: rgb(220 252 231 / 0.55);
}

.border-l-green-100\/60{
  border-left-color: rgb(220 252 231 / 0.6);
}

.border-l-green-100\/65{
  border-left-color: rgb(220 252 231 / 0.65);
}

.border-l-green-100\/70{
  border-left-color: rgb(220 252 231 / 0.7);
}

.border-l-green-100\/75{
  border-left-color: rgb(220 252 231 / 0.75);
}

.border-l-green-100\/80{
  border-left-color: rgb(220 252 231 / 0.8);
}

.border-l-green-100\/85{
  border-left-color: rgb(220 252 231 / 0.85);
}

.border-l-green-100\/90{
  border-left-color: rgb(220 252 231 / 0.9);
}

.border-l-green-100\/95{
  border-left-color: rgb(220 252 231 / 0.95);
}

.border-l-green-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-l-green-200\/0{
  border-left-color: rgb(187 247 208 / 0);
}

.border-l-green-200\/10{
  border-left-color: rgb(187 247 208 / 0.1);
}

.border-l-green-200\/100{
  border-left-color: rgb(187 247 208 / 1);
}

.border-l-green-200\/15{
  border-left-color: rgb(187 247 208 / 0.15);
}

.border-l-green-200\/20{
  border-left-color: rgb(187 247 208 / 0.2);
}

.border-l-green-200\/25{
  border-left-color: rgb(187 247 208 / 0.25);
}

.border-l-green-200\/30{
  border-left-color: rgb(187 247 208 / 0.3);
}

.border-l-green-200\/35{
  border-left-color: rgb(187 247 208 / 0.35);
}

.border-l-green-200\/40{
  border-left-color: rgb(187 247 208 / 0.4);
}

.border-l-green-200\/45{
  border-left-color: rgb(187 247 208 / 0.45);
}

.border-l-green-200\/5{
  border-left-color: rgb(187 247 208 / 0.05);
}

.border-l-green-200\/50{
  border-left-color: rgb(187 247 208 / 0.5);
}

.border-l-green-200\/55{
  border-left-color: rgb(187 247 208 / 0.55);
}

.border-l-green-200\/60{
  border-left-color: rgb(187 247 208 / 0.6);
}

.border-l-green-200\/65{
  border-left-color: rgb(187 247 208 / 0.65);
}

.border-l-green-200\/70{
  border-left-color: rgb(187 247 208 / 0.7);
}

.border-l-green-200\/75{
  border-left-color: rgb(187 247 208 / 0.75);
}

.border-l-green-200\/80{
  border-left-color: rgb(187 247 208 / 0.8);
}

.border-l-green-200\/85{
  border-left-color: rgb(187 247 208 / 0.85);
}

.border-l-green-200\/90{
  border-left-color: rgb(187 247 208 / 0.9);
}

.border-l-green-200\/95{
  border-left-color: rgb(187 247 208 / 0.95);
}

.border-l-green-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-l-green-300\/0{
  border-left-color: rgb(134 239 172 / 0);
}

.border-l-green-300\/10{
  border-left-color: rgb(134 239 172 / 0.1);
}

.border-l-green-300\/100{
  border-left-color: rgb(134 239 172 / 1);
}

.border-l-green-300\/15{
  border-left-color: rgb(134 239 172 / 0.15);
}

.border-l-green-300\/20{
  border-left-color: rgb(134 239 172 / 0.2);
}

.border-l-green-300\/25{
  border-left-color: rgb(134 239 172 / 0.25);
}

.border-l-green-300\/30{
  border-left-color: rgb(134 239 172 / 0.3);
}

.border-l-green-300\/35{
  border-left-color: rgb(134 239 172 / 0.35);
}

.border-l-green-300\/40{
  border-left-color: rgb(134 239 172 / 0.4);
}

.border-l-green-300\/45{
  border-left-color: rgb(134 239 172 / 0.45);
}

.border-l-green-300\/5{
  border-left-color: rgb(134 239 172 / 0.05);
}

.border-l-green-300\/50{
  border-left-color: rgb(134 239 172 / 0.5);
}

.border-l-green-300\/55{
  border-left-color: rgb(134 239 172 / 0.55);
}

.border-l-green-300\/60{
  border-left-color: rgb(134 239 172 / 0.6);
}

.border-l-green-300\/65{
  border-left-color: rgb(134 239 172 / 0.65);
}

.border-l-green-300\/70{
  border-left-color: rgb(134 239 172 / 0.7);
}

.border-l-green-300\/75{
  border-left-color: rgb(134 239 172 / 0.75);
}

.border-l-green-300\/80{
  border-left-color: rgb(134 239 172 / 0.8);
}

.border-l-green-300\/85{
  border-left-color: rgb(134 239 172 / 0.85);
}

.border-l-green-300\/90{
  border-left-color: rgb(134 239 172 / 0.9);
}

.border-l-green-300\/95{
  border-left-color: rgb(134 239 172 / 0.95);
}

.border-l-green-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-l-green-400\/0{
  border-left-color: rgb(74 222 128 / 0);
}

.border-l-green-400\/10{
  border-left-color: rgb(74 222 128 / 0.1);
}

.border-l-green-400\/100{
  border-left-color: rgb(74 222 128 / 1);
}

.border-l-green-400\/15{
  border-left-color: rgb(74 222 128 / 0.15);
}

.border-l-green-400\/20{
  border-left-color: rgb(74 222 128 / 0.2);
}

.border-l-green-400\/25{
  border-left-color: rgb(74 222 128 / 0.25);
}

.border-l-green-400\/30{
  border-left-color: rgb(74 222 128 / 0.3);
}

.border-l-green-400\/35{
  border-left-color: rgb(74 222 128 / 0.35);
}

.border-l-green-400\/40{
  border-left-color: rgb(74 222 128 / 0.4);
}

.border-l-green-400\/45{
  border-left-color: rgb(74 222 128 / 0.45);
}

.border-l-green-400\/5{
  border-left-color: rgb(74 222 128 / 0.05);
}

.border-l-green-400\/50{
  border-left-color: rgb(74 222 128 / 0.5);
}

.border-l-green-400\/55{
  border-left-color: rgb(74 222 128 / 0.55);
}

.border-l-green-400\/60{
  border-left-color: rgb(74 222 128 / 0.6);
}

.border-l-green-400\/65{
  border-left-color: rgb(74 222 128 / 0.65);
}

.border-l-green-400\/70{
  border-left-color: rgb(74 222 128 / 0.7);
}

.border-l-green-400\/75{
  border-left-color: rgb(74 222 128 / 0.75);
}

.border-l-green-400\/80{
  border-left-color: rgb(74 222 128 / 0.8);
}

.border-l-green-400\/85{
  border-left-color: rgb(74 222 128 / 0.85);
}

.border-l-green-400\/90{
  border-left-color: rgb(74 222 128 / 0.9);
}

.border-l-green-400\/95{
  border-left-color: rgb(74 222 128 / 0.95);
}

.border-l-green-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-l-green-50\/0{
  border-left-color: rgb(240 253 244 / 0);
}

.border-l-green-50\/10{
  border-left-color: rgb(240 253 244 / 0.1);
}

.border-l-green-50\/100{
  border-left-color: rgb(240 253 244 / 1);
}

.border-l-green-50\/15{
  border-left-color: rgb(240 253 244 / 0.15);
}

.border-l-green-50\/20{
  border-left-color: rgb(240 253 244 / 0.2);
}

.border-l-green-50\/25{
  border-left-color: rgb(240 253 244 / 0.25);
}

.border-l-green-50\/30{
  border-left-color: rgb(240 253 244 / 0.3);
}

.border-l-green-50\/35{
  border-left-color: rgb(240 253 244 / 0.35);
}

.border-l-green-50\/40{
  border-left-color: rgb(240 253 244 / 0.4);
}

.border-l-green-50\/45{
  border-left-color: rgb(240 253 244 / 0.45);
}

.border-l-green-50\/5{
  border-left-color: rgb(240 253 244 / 0.05);
}

.border-l-green-50\/50{
  border-left-color: rgb(240 253 244 / 0.5);
}

.border-l-green-50\/55{
  border-left-color: rgb(240 253 244 / 0.55);
}

.border-l-green-50\/60{
  border-left-color: rgb(240 253 244 / 0.6);
}

.border-l-green-50\/65{
  border-left-color: rgb(240 253 244 / 0.65);
}

.border-l-green-50\/70{
  border-left-color: rgb(240 253 244 / 0.7);
}

.border-l-green-50\/75{
  border-left-color: rgb(240 253 244 / 0.75);
}

.border-l-green-50\/80{
  border-left-color: rgb(240 253 244 / 0.8);
}

.border-l-green-50\/85{
  border-left-color: rgb(240 253 244 / 0.85);
}

.border-l-green-50\/90{
  border-left-color: rgb(240 253 244 / 0.9);
}

.border-l-green-50\/95{
  border-left-color: rgb(240 253 244 / 0.95);
}

.border-l-green-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-l-green-500\/0{
  border-left-color: rgb(34 197 94 / 0);
}

.border-l-green-500\/10{
  border-left-color: rgb(34 197 94 / 0.1);
}

.border-l-green-500\/100{
  border-left-color: rgb(34 197 94 / 1);
}

.border-l-green-500\/15{
  border-left-color: rgb(34 197 94 / 0.15);
}

.border-l-green-500\/20{
  border-left-color: rgb(34 197 94 / 0.2);
}

.border-l-green-500\/25{
  border-left-color: rgb(34 197 94 / 0.25);
}

.border-l-green-500\/30{
  border-left-color: rgb(34 197 94 / 0.3);
}

.border-l-green-500\/35{
  border-left-color: rgb(34 197 94 / 0.35);
}

.border-l-green-500\/40{
  border-left-color: rgb(34 197 94 / 0.4);
}

.border-l-green-500\/45{
  border-left-color: rgb(34 197 94 / 0.45);
}

.border-l-green-500\/5{
  border-left-color: rgb(34 197 94 / 0.05);
}

.border-l-green-500\/50{
  border-left-color: rgb(34 197 94 / 0.5);
}

.border-l-green-500\/55{
  border-left-color: rgb(34 197 94 / 0.55);
}

.border-l-green-500\/60{
  border-left-color: rgb(34 197 94 / 0.6);
}

.border-l-green-500\/65{
  border-left-color: rgb(34 197 94 / 0.65);
}

.border-l-green-500\/70{
  border-left-color: rgb(34 197 94 / 0.7);
}

.border-l-green-500\/75{
  border-left-color: rgb(34 197 94 / 0.75);
}

.border-l-green-500\/80{
  border-left-color: rgb(34 197 94 / 0.8);
}

.border-l-green-500\/85{
  border-left-color: rgb(34 197 94 / 0.85);
}

.border-l-green-500\/90{
  border-left-color: rgb(34 197 94 / 0.9);
}

.border-l-green-500\/95{
  border-left-color: rgb(34 197 94 / 0.95);
}

.border-l-green-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-l-green-600\/0{
  border-left-color: rgb(22 163 74 / 0);
}

.border-l-green-600\/10{
  border-left-color: rgb(22 163 74 / 0.1);
}

.border-l-green-600\/100{
  border-left-color: rgb(22 163 74 / 1);
}

.border-l-green-600\/15{
  border-left-color: rgb(22 163 74 / 0.15);
}

.border-l-green-600\/20{
  border-left-color: rgb(22 163 74 / 0.2);
}

.border-l-green-600\/25{
  border-left-color: rgb(22 163 74 / 0.25);
}

.border-l-green-600\/30{
  border-left-color: rgb(22 163 74 / 0.3);
}

.border-l-green-600\/35{
  border-left-color: rgb(22 163 74 / 0.35);
}

.border-l-green-600\/40{
  border-left-color: rgb(22 163 74 / 0.4);
}

.border-l-green-600\/45{
  border-left-color: rgb(22 163 74 / 0.45);
}

.border-l-green-600\/5{
  border-left-color: rgb(22 163 74 / 0.05);
}

.border-l-green-600\/50{
  border-left-color: rgb(22 163 74 / 0.5);
}

.border-l-green-600\/55{
  border-left-color: rgb(22 163 74 / 0.55);
}

.border-l-green-600\/60{
  border-left-color: rgb(22 163 74 / 0.6);
}

.border-l-green-600\/65{
  border-left-color: rgb(22 163 74 / 0.65);
}

.border-l-green-600\/70{
  border-left-color: rgb(22 163 74 / 0.7);
}

.border-l-green-600\/75{
  border-left-color: rgb(22 163 74 / 0.75);
}

.border-l-green-600\/80{
  border-left-color: rgb(22 163 74 / 0.8);
}

.border-l-green-600\/85{
  border-left-color: rgb(22 163 74 / 0.85);
}

.border-l-green-600\/90{
  border-left-color: rgb(22 163 74 / 0.9);
}

.border-l-green-600\/95{
  border-left-color: rgb(22 163 74 / 0.95);
}

.border-l-green-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-l-green-700\/0{
  border-left-color: rgb(21 128 61 / 0);
}

.border-l-green-700\/10{
  border-left-color: rgb(21 128 61 / 0.1);
}

.border-l-green-700\/100{
  border-left-color: rgb(21 128 61 / 1);
}

.border-l-green-700\/15{
  border-left-color: rgb(21 128 61 / 0.15);
}

.border-l-green-700\/20{
  border-left-color: rgb(21 128 61 / 0.2);
}

.border-l-green-700\/25{
  border-left-color: rgb(21 128 61 / 0.25);
}

.border-l-green-700\/30{
  border-left-color: rgb(21 128 61 / 0.3);
}

.border-l-green-700\/35{
  border-left-color: rgb(21 128 61 / 0.35);
}

.border-l-green-700\/40{
  border-left-color: rgb(21 128 61 / 0.4);
}

.border-l-green-700\/45{
  border-left-color: rgb(21 128 61 / 0.45);
}

.border-l-green-700\/5{
  border-left-color: rgb(21 128 61 / 0.05);
}

.border-l-green-700\/50{
  border-left-color: rgb(21 128 61 / 0.5);
}

.border-l-green-700\/55{
  border-left-color: rgb(21 128 61 / 0.55);
}

.border-l-green-700\/60{
  border-left-color: rgb(21 128 61 / 0.6);
}

.border-l-green-700\/65{
  border-left-color: rgb(21 128 61 / 0.65);
}

.border-l-green-700\/70{
  border-left-color: rgb(21 128 61 / 0.7);
}

.border-l-green-700\/75{
  border-left-color: rgb(21 128 61 / 0.75);
}

.border-l-green-700\/80{
  border-left-color: rgb(21 128 61 / 0.8);
}

.border-l-green-700\/85{
  border-left-color: rgb(21 128 61 / 0.85);
}

.border-l-green-700\/90{
  border-left-color: rgb(21 128 61 / 0.9);
}

.border-l-green-700\/95{
  border-left-color: rgb(21 128 61 / 0.95);
}

.border-l-green-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-l-green-800\/0{
  border-left-color: rgb(22 101 52 / 0);
}

.border-l-green-800\/10{
  border-left-color: rgb(22 101 52 / 0.1);
}

.border-l-green-800\/100{
  border-left-color: rgb(22 101 52 / 1);
}

.border-l-green-800\/15{
  border-left-color: rgb(22 101 52 / 0.15);
}

.border-l-green-800\/20{
  border-left-color: rgb(22 101 52 / 0.2);
}

.border-l-green-800\/25{
  border-left-color: rgb(22 101 52 / 0.25);
}

.border-l-green-800\/30{
  border-left-color: rgb(22 101 52 / 0.3);
}

.border-l-green-800\/35{
  border-left-color: rgb(22 101 52 / 0.35);
}

.border-l-green-800\/40{
  border-left-color: rgb(22 101 52 / 0.4);
}

.border-l-green-800\/45{
  border-left-color: rgb(22 101 52 / 0.45);
}

.border-l-green-800\/5{
  border-left-color: rgb(22 101 52 / 0.05);
}

.border-l-green-800\/50{
  border-left-color: rgb(22 101 52 / 0.5);
}

.border-l-green-800\/55{
  border-left-color: rgb(22 101 52 / 0.55);
}

.border-l-green-800\/60{
  border-left-color: rgb(22 101 52 / 0.6);
}

.border-l-green-800\/65{
  border-left-color: rgb(22 101 52 / 0.65);
}

.border-l-green-800\/70{
  border-left-color: rgb(22 101 52 / 0.7);
}

.border-l-green-800\/75{
  border-left-color: rgb(22 101 52 / 0.75);
}

.border-l-green-800\/80{
  border-left-color: rgb(22 101 52 / 0.8);
}

.border-l-green-800\/85{
  border-left-color: rgb(22 101 52 / 0.85);
}

.border-l-green-800\/90{
  border-left-color: rgb(22 101 52 / 0.9);
}

.border-l-green-800\/95{
  border-left-color: rgb(22 101 52 / 0.95);
}

.border-l-green-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-l-green-900\/0{
  border-left-color: rgb(20 83 45 / 0);
}

.border-l-green-900\/10{
  border-left-color: rgb(20 83 45 / 0.1);
}

.border-l-green-900\/100{
  border-left-color: rgb(20 83 45 / 1);
}

.border-l-green-900\/15{
  border-left-color: rgb(20 83 45 / 0.15);
}

.border-l-green-900\/20{
  border-left-color: rgb(20 83 45 / 0.2);
}

.border-l-green-900\/25{
  border-left-color: rgb(20 83 45 / 0.25);
}

.border-l-green-900\/30{
  border-left-color: rgb(20 83 45 / 0.3);
}

.border-l-green-900\/35{
  border-left-color: rgb(20 83 45 / 0.35);
}

.border-l-green-900\/40{
  border-left-color: rgb(20 83 45 / 0.4);
}

.border-l-green-900\/45{
  border-left-color: rgb(20 83 45 / 0.45);
}

.border-l-green-900\/5{
  border-left-color: rgb(20 83 45 / 0.05);
}

.border-l-green-900\/50{
  border-left-color: rgb(20 83 45 / 0.5);
}

.border-l-green-900\/55{
  border-left-color: rgb(20 83 45 / 0.55);
}

.border-l-green-900\/60{
  border-left-color: rgb(20 83 45 / 0.6);
}

.border-l-green-900\/65{
  border-left-color: rgb(20 83 45 / 0.65);
}

.border-l-green-900\/70{
  border-left-color: rgb(20 83 45 / 0.7);
}

.border-l-green-900\/75{
  border-left-color: rgb(20 83 45 / 0.75);
}

.border-l-green-900\/80{
  border-left-color: rgb(20 83 45 / 0.8);
}

.border-l-green-900\/85{
  border-left-color: rgb(20 83 45 / 0.85);
}

.border-l-green-900\/90{
  border-left-color: rgb(20 83 45 / 0.9);
}

.border-l-green-900\/95{
  border-left-color: rgb(20 83 45 / 0.95);
}

.border-l-green-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-l-green-950\/0{
  border-left-color: rgb(5 46 22 / 0);
}

.border-l-green-950\/10{
  border-left-color: rgb(5 46 22 / 0.1);
}

.border-l-green-950\/100{
  border-left-color: rgb(5 46 22 / 1);
}

.border-l-green-950\/15{
  border-left-color: rgb(5 46 22 / 0.15);
}

.border-l-green-950\/20{
  border-left-color: rgb(5 46 22 / 0.2);
}

.border-l-green-950\/25{
  border-left-color: rgb(5 46 22 / 0.25);
}

.border-l-green-950\/30{
  border-left-color: rgb(5 46 22 / 0.3);
}

.border-l-green-950\/35{
  border-left-color: rgb(5 46 22 / 0.35);
}

.border-l-green-950\/40{
  border-left-color: rgb(5 46 22 / 0.4);
}

.border-l-green-950\/45{
  border-left-color: rgb(5 46 22 / 0.45);
}

.border-l-green-950\/5{
  border-left-color: rgb(5 46 22 / 0.05);
}

.border-l-green-950\/50{
  border-left-color: rgb(5 46 22 / 0.5);
}

.border-l-green-950\/55{
  border-left-color: rgb(5 46 22 / 0.55);
}

.border-l-green-950\/60{
  border-left-color: rgb(5 46 22 / 0.6);
}

.border-l-green-950\/65{
  border-left-color: rgb(5 46 22 / 0.65);
}

.border-l-green-950\/70{
  border-left-color: rgb(5 46 22 / 0.7);
}

.border-l-green-950\/75{
  border-left-color: rgb(5 46 22 / 0.75);
}

.border-l-green-950\/80{
  border-left-color: rgb(5 46 22 / 0.8);
}

.border-l-green-950\/85{
  border-left-color: rgb(5 46 22 / 0.85);
}

.border-l-green-950\/90{
  border-left-color: rgb(5 46 22 / 0.9);
}

.border-l-green-950\/95{
  border-left-color: rgb(5 46 22 / 0.95);
}

.border-l-indigo-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-l-indigo-100\/0{
  border-left-color: rgb(224 231 255 / 0);
}

.border-l-indigo-100\/10{
  border-left-color: rgb(224 231 255 / 0.1);
}

.border-l-indigo-100\/100{
  border-left-color: rgb(224 231 255 / 1);
}

.border-l-indigo-100\/15{
  border-left-color: rgb(224 231 255 / 0.15);
}

.border-l-indigo-100\/20{
  border-left-color: rgb(224 231 255 / 0.2);
}

.border-l-indigo-100\/25{
  border-left-color: rgb(224 231 255 / 0.25);
}

.border-l-indigo-100\/30{
  border-left-color: rgb(224 231 255 / 0.3);
}

.border-l-indigo-100\/35{
  border-left-color: rgb(224 231 255 / 0.35);
}

.border-l-indigo-100\/40{
  border-left-color: rgb(224 231 255 / 0.4);
}

.border-l-indigo-100\/45{
  border-left-color: rgb(224 231 255 / 0.45);
}

.border-l-indigo-100\/5{
  border-left-color: rgb(224 231 255 / 0.05);
}

.border-l-indigo-100\/50{
  border-left-color: rgb(224 231 255 / 0.5);
}

.border-l-indigo-100\/55{
  border-left-color: rgb(224 231 255 / 0.55);
}

.border-l-indigo-100\/60{
  border-left-color: rgb(224 231 255 / 0.6);
}

.border-l-indigo-100\/65{
  border-left-color: rgb(224 231 255 / 0.65);
}

.border-l-indigo-100\/70{
  border-left-color: rgb(224 231 255 / 0.7);
}

.border-l-indigo-100\/75{
  border-left-color: rgb(224 231 255 / 0.75);
}

.border-l-indigo-100\/80{
  border-left-color: rgb(224 231 255 / 0.8);
}

.border-l-indigo-100\/85{
  border-left-color: rgb(224 231 255 / 0.85);
}

.border-l-indigo-100\/90{
  border-left-color: rgb(224 231 255 / 0.9);
}

.border-l-indigo-100\/95{
  border-left-color: rgb(224 231 255 / 0.95);
}

.border-l-indigo-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-l-indigo-200\/0{
  border-left-color: rgb(199 210 254 / 0);
}

.border-l-indigo-200\/10{
  border-left-color: rgb(199 210 254 / 0.1);
}

.border-l-indigo-200\/100{
  border-left-color: rgb(199 210 254 / 1);
}

.border-l-indigo-200\/15{
  border-left-color: rgb(199 210 254 / 0.15);
}

.border-l-indigo-200\/20{
  border-left-color: rgb(199 210 254 / 0.2);
}

.border-l-indigo-200\/25{
  border-left-color: rgb(199 210 254 / 0.25);
}

.border-l-indigo-200\/30{
  border-left-color: rgb(199 210 254 / 0.3);
}

.border-l-indigo-200\/35{
  border-left-color: rgb(199 210 254 / 0.35);
}

.border-l-indigo-200\/40{
  border-left-color: rgb(199 210 254 / 0.4);
}

.border-l-indigo-200\/45{
  border-left-color: rgb(199 210 254 / 0.45);
}

.border-l-indigo-200\/5{
  border-left-color: rgb(199 210 254 / 0.05);
}

.border-l-indigo-200\/50{
  border-left-color: rgb(199 210 254 / 0.5);
}

.border-l-indigo-200\/55{
  border-left-color: rgb(199 210 254 / 0.55);
}

.border-l-indigo-200\/60{
  border-left-color: rgb(199 210 254 / 0.6);
}

.border-l-indigo-200\/65{
  border-left-color: rgb(199 210 254 / 0.65);
}

.border-l-indigo-200\/70{
  border-left-color: rgb(199 210 254 / 0.7);
}

.border-l-indigo-200\/75{
  border-left-color: rgb(199 210 254 / 0.75);
}

.border-l-indigo-200\/80{
  border-left-color: rgb(199 210 254 / 0.8);
}

.border-l-indigo-200\/85{
  border-left-color: rgb(199 210 254 / 0.85);
}

.border-l-indigo-200\/90{
  border-left-color: rgb(199 210 254 / 0.9);
}

.border-l-indigo-200\/95{
  border-left-color: rgb(199 210 254 / 0.95);
}

.border-l-indigo-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-l-indigo-300\/0{
  border-left-color: rgb(165 180 252 / 0);
}

.border-l-indigo-300\/10{
  border-left-color: rgb(165 180 252 / 0.1);
}

.border-l-indigo-300\/100{
  border-left-color: rgb(165 180 252 / 1);
}

.border-l-indigo-300\/15{
  border-left-color: rgb(165 180 252 / 0.15);
}

.border-l-indigo-300\/20{
  border-left-color: rgb(165 180 252 / 0.2);
}

.border-l-indigo-300\/25{
  border-left-color: rgb(165 180 252 / 0.25);
}

.border-l-indigo-300\/30{
  border-left-color: rgb(165 180 252 / 0.3);
}

.border-l-indigo-300\/35{
  border-left-color: rgb(165 180 252 / 0.35);
}

.border-l-indigo-300\/40{
  border-left-color: rgb(165 180 252 / 0.4);
}

.border-l-indigo-300\/45{
  border-left-color: rgb(165 180 252 / 0.45);
}

.border-l-indigo-300\/5{
  border-left-color: rgb(165 180 252 / 0.05);
}

.border-l-indigo-300\/50{
  border-left-color: rgb(165 180 252 / 0.5);
}

.border-l-indigo-300\/55{
  border-left-color: rgb(165 180 252 / 0.55);
}

.border-l-indigo-300\/60{
  border-left-color: rgb(165 180 252 / 0.6);
}

.border-l-indigo-300\/65{
  border-left-color: rgb(165 180 252 / 0.65);
}

.border-l-indigo-300\/70{
  border-left-color: rgb(165 180 252 / 0.7);
}

.border-l-indigo-300\/75{
  border-left-color: rgb(165 180 252 / 0.75);
}

.border-l-indigo-300\/80{
  border-left-color: rgb(165 180 252 / 0.8);
}

.border-l-indigo-300\/85{
  border-left-color: rgb(165 180 252 / 0.85);
}

.border-l-indigo-300\/90{
  border-left-color: rgb(165 180 252 / 0.9);
}

.border-l-indigo-300\/95{
  border-left-color: rgb(165 180 252 / 0.95);
}

.border-l-indigo-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-l-indigo-400\/0{
  border-left-color: rgb(129 140 248 / 0);
}

.border-l-indigo-400\/10{
  border-left-color: rgb(129 140 248 / 0.1);
}

.border-l-indigo-400\/100{
  border-left-color: rgb(129 140 248 / 1);
}

.border-l-indigo-400\/15{
  border-left-color: rgb(129 140 248 / 0.15);
}

.border-l-indigo-400\/20{
  border-left-color: rgb(129 140 248 / 0.2);
}

.border-l-indigo-400\/25{
  border-left-color: rgb(129 140 248 / 0.25);
}

.border-l-indigo-400\/30{
  border-left-color: rgb(129 140 248 / 0.3);
}

.border-l-indigo-400\/35{
  border-left-color: rgb(129 140 248 / 0.35);
}

.border-l-indigo-400\/40{
  border-left-color: rgb(129 140 248 / 0.4);
}

.border-l-indigo-400\/45{
  border-left-color: rgb(129 140 248 / 0.45);
}

.border-l-indigo-400\/5{
  border-left-color: rgb(129 140 248 / 0.05);
}

.border-l-indigo-400\/50{
  border-left-color: rgb(129 140 248 / 0.5);
}

.border-l-indigo-400\/55{
  border-left-color: rgb(129 140 248 / 0.55);
}

.border-l-indigo-400\/60{
  border-left-color: rgb(129 140 248 / 0.6);
}

.border-l-indigo-400\/65{
  border-left-color: rgb(129 140 248 / 0.65);
}

.border-l-indigo-400\/70{
  border-left-color: rgb(129 140 248 / 0.7);
}

.border-l-indigo-400\/75{
  border-left-color: rgb(129 140 248 / 0.75);
}

.border-l-indigo-400\/80{
  border-left-color: rgb(129 140 248 / 0.8);
}

.border-l-indigo-400\/85{
  border-left-color: rgb(129 140 248 / 0.85);
}

.border-l-indigo-400\/90{
  border-left-color: rgb(129 140 248 / 0.9);
}

.border-l-indigo-400\/95{
  border-left-color: rgb(129 140 248 / 0.95);
}

.border-l-indigo-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-l-indigo-50\/0{
  border-left-color: rgb(238 242 255 / 0);
}

.border-l-indigo-50\/10{
  border-left-color: rgb(238 242 255 / 0.1);
}

.border-l-indigo-50\/100{
  border-left-color: rgb(238 242 255 / 1);
}

.border-l-indigo-50\/15{
  border-left-color: rgb(238 242 255 / 0.15);
}

.border-l-indigo-50\/20{
  border-left-color: rgb(238 242 255 / 0.2);
}

.border-l-indigo-50\/25{
  border-left-color: rgb(238 242 255 / 0.25);
}

.border-l-indigo-50\/30{
  border-left-color: rgb(238 242 255 / 0.3);
}

.border-l-indigo-50\/35{
  border-left-color: rgb(238 242 255 / 0.35);
}

.border-l-indigo-50\/40{
  border-left-color: rgb(238 242 255 / 0.4);
}

.border-l-indigo-50\/45{
  border-left-color: rgb(238 242 255 / 0.45);
}

.border-l-indigo-50\/5{
  border-left-color: rgb(238 242 255 / 0.05);
}

.border-l-indigo-50\/50{
  border-left-color: rgb(238 242 255 / 0.5);
}

.border-l-indigo-50\/55{
  border-left-color: rgb(238 242 255 / 0.55);
}

.border-l-indigo-50\/60{
  border-left-color: rgb(238 242 255 / 0.6);
}

.border-l-indigo-50\/65{
  border-left-color: rgb(238 242 255 / 0.65);
}

.border-l-indigo-50\/70{
  border-left-color: rgb(238 242 255 / 0.7);
}

.border-l-indigo-50\/75{
  border-left-color: rgb(238 242 255 / 0.75);
}

.border-l-indigo-50\/80{
  border-left-color: rgb(238 242 255 / 0.8);
}

.border-l-indigo-50\/85{
  border-left-color: rgb(238 242 255 / 0.85);
}

.border-l-indigo-50\/90{
  border-left-color: rgb(238 242 255 / 0.9);
}

.border-l-indigo-50\/95{
  border-left-color: rgb(238 242 255 / 0.95);
}

.border-l-indigo-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-l-indigo-500\/0{
  border-left-color: rgb(99 102 241 / 0);
}

.border-l-indigo-500\/10{
  border-left-color: rgb(99 102 241 / 0.1);
}

.border-l-indigo-500\/100{
  border-left-color: rgb(99 102 241 / 1);
}

.border-l-indigo-500\/15{
  border-left-color: rgb(99 102 241 / 0.15);
}

.border-l-indigo-500\/20{
  border-left-color: rgb(99 102 241 / 0.2);
}

.border-l-indigo-500\/25{
  border-left-color: rgb(99 102 241 / 0.25);
}

.border-l-indigo-500\/30{
  border-left-color: rgb(99 102 241 / 0.3);
}

.border-l-indigo-500\/35{
  border-left-color: rgb(99 102 241 / 0.35);
}

.border-l-indigo-500\/40{
  border-left-color: rgb(99 102 241 / 0.4);
}

.border-l-indigo-500\/45{
  border-left-color: rgb(99 102 241 / 0.45);
}

.border-l-indigo-500\/5{
  border-left-color: rgb(99 102 241 / 0.05);
}

.border-l-indigo-500\/50{
  border-left-color: rgb(99 102 241 / 0.5);
}

.border-l-indigo-500\/55{
  border-left-color: rgb(99 102 241 / 0.55);
}

.border-l-indigo-500\/60{
  border-left-color: rgb(99 102 241 / 0.6);
}

.border-l-indigo-500\/65{
  border-left-color: rgb(99 102 241 / 0.65);
}

.border-l-indigo-500\/70{
  border-left-color: rgb(99 102 241 / 0.7);
}

.border-l-indigo-500\/75{
  border-left-color: rgb(99 102 241 / 0.75);
}

.border-l-indigo-500\/80{
  border-left-color: rgb(99 102 241 / 0.8);
}

.border-l-indigo-500\/85{
  border-left-color: rgb(99 102 241 / 0.85);
}

.border-l-indigo-500\/90{
  border-left-color: rgb(99 102 241 / 0.9);
}

.border-l-indigo-500\/95{
  border-left-color: rgb(99 102 241 / 0.95);
}

.border-l-indigo-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-l-indigo-600\/0{
  border-left-color: rgb(79 70 229 / 0);
}

.border-l-indigo-600\/10{
  border-left-color: rgb(79 70 229 / 0.1);
}

.border-l-indigo-600\/100{
  border-left-color: rgb(79 70 229 / 1);
}

.border-l-indigo-600\/15{
  border-left-color: rgb(79 70 229 / 0.15);
}

.border-l-indigo-600\/20{
  border-left-color: rgb(79 70 229 / 0.2);
}

.border-l-indigo-600\/25{
  border-left-color: rgb(79 70 229 / 0.25);
}

.border-l-indigo-600\/30{
  border-left-color: rgb(79 70 229 / 0.3);
}

.border-l-indigo-600\/35{
  border-left-color: rgb(79 70 229 / 0.35);
}

.border-l-indigo-600\/40{
  border-left-color: rgb(79 70 229 / 0.4);
}

.border-l-indigo-600\/45{
  border-left-color: rgb(79 70 229 / 0.45);
}

.border-l-indigo-600\/5{
  border-left-color: rgb(79 70 229 / 0.05);
}

.border-l-indigo-600\/50{
  border-left-color: rgb(79 70 229 / 0.5);
}

.border-l-indigo-600\/55{
  border-left-color: rgb(79 70 229 / 0.55);
}

.border-l-indigo-600\/60{
  border-left-color: rgb(79 70 229 / 0.6);
}

.border-l-indigo-600\/65{
  border-left-color: rgb(79 70 229 / 0.65);
}

.border-l-indigo-600\/70{
  border-left-color: rgb(79 70 229 / 0.7);
}

.border-l-indigo-600\/75{
  border-left-color: rgb(79 70 229 / 0.75);
}

.border-l-indigo-600\/80{
  border-left-color: rgb(79 70 229 / 0.8);
}

.border-l-indigo-600\/85{
  border-left-color: rgb(79 70 229 / 0.85);
}

.border-l-indigo-600\/90{
  border-left-color: rgb(79 70 229 / 0.9);
}

.border-l-indigo-600\/95{
  border-left-color: rgb(79 70 229 / 0.95);
}

.border-l-indigo-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-l-indigo-700\/0{
  border-left-color: rgb(67 56 202 / 0);
}

.border-l-indigo-700\/10{
  border-left-color: rgb(67 56 202 / 0.1);
}

.border-l-indigo-700\/100{
  border-left-color: rgb(67 56 202 / 1);
}

.border-l-indigo-700\/15{
  border-left-color: rgb(67 56 202 / 0.15);
}

.border-l-indigo-700\/20{
  border-left-color: rgb(67 56 202 / 0.2);
}

.border-l-indigo-700\/25{
  border-left-color: rgb(67 56 202 / 0.25);
}

.border-l-indigo-700\/30{
  border-left-color: rgb(67 56 202 / 0.3);
}

.border-l-indigo-700\/35{
  border-left-color: rgb(67 56 202 / 0.35);
}

.border-l-indigo-700\/40{
  border-left-color: rgb(67 56 202 / 0.4);
}

.border-l-indigo-700\/45{
  border-left-color: rgb(67 56 202 / 0.45);
}

.border-l-indigo-700\/5{
  border-left-color: rgb(67 56 202 / 0.05);
}

.border-l-indigo-700\/50{
  border-left-color: rgb(67 56 202 / 0.5);
}

.border-l-indigo-700\/55{
  border-left-color: rgb(67 56 202 / 0.55);
}

.border-l-indigo-700\/60{
  border-left-color: rgb(67 56 202 / 0.6);
}

.border-l-indigo-700\/65{
  border-left-color: rgb(67 56 202 / 0.65);
}

.border-l-indigo-700\/70{
  border-left-color: rgb(67 56 202 / 0.7);
}

.border-l-indigo-700\/75{
  border-left-color: rgb(67 56 202 / 0.75);
}

.border-l-indigo-700\/80{
  border-left-color: rgb(67 56 202 / 0.8);
}

.border-l-indigo-700\/85{
  border-left-color: rgb(67 56 202 / 0.85);
}

.border-l-indigo-700\/90{
  border-left-color: rgb(67 56 202 / 0.9);
}

.border-l-indigo-700\/95{
  border-left-color: rgb(67 56 202 / 0.95);
}

.border-l-indigo-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-l-indigo-800\/0{
  border-left-color: rgb(55 48 163 / 0);
}

.border-l-indigo-800\/10{
  border-left-color: rgb(55 48 163 / 0.1);
}

.border-l-indigo-800\/100{
  border-left-color: rgb(55 48 163 / 1);
}

.border-l-indigo-800\/15{
  border-left-color: rgb(55 48 163 / 0.15);
}

.border-l-indigo-800\/20{
  border-left-color: rgb(55 48 163 / 0.2);
}

.border-l-indigo-800\/25{
  border-left-color: rgb(55 48 163 / 0.25);
}

.border-l-indigo-800\/30{
  border-left-color: rgb(55 48 163 / 0.3);
}

.border-l-indigo-800\/35{
  border-left-color: rgb(55 48 163 / 0.35);
}

.border-l-indigo-800\/40{
  border-left-color: rgb(55 48 163 / 0.4);
}

.border-l-indigo-800\/45{
  border-left-color: rgb(55 48 163 / 0.45);
}

.border-l-indigo-800\/5{
  border-left-color: rgb(55 48 163 / 0.05);
}

.border-l-indigo-800\/50{
  border-left-color: rgb(55 48 163 / 0.5);
}

.border-l-indigo-800\/55{
  border-left-color: rgb(55 48 163 / 0.55);
}

.border-l-indigo-800\/60{
  border-left-color: rgb(55 48 163 / 0.6);
}

.border-l-indigo-800\/65{
  border-left-color: rgb(55 48 163 / 0.65);
}

.border-l-indigo-800\/70{
  border-left-color: rgb(55 48 163 / 0.7);
}

.border-l-indigo-800\/75{
  border-left-color: rgb(55 48 163 / 0.75);
}

.border-l-indigo-800\/80{
  border-left-color: rgb(55 48 163 / 0.8);
}

.border-l-indigo-800\/85{
  border-left-color: rgb(55 48 163 / 0.85);
}

.border-l-indigo-800\/90{
  border-left-color: rgb(55 48 163 / 0.9);
}

.border-l-indigo-800\/95{
  border-left-color: rgb(55 48 163 / 0.95);
}

.border-l-indigo-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-l-indigo-900\/0{
  border-left-color: rgb(49 46 129 / 0);
}

.border-l-indigo-900\/10{
  border-left-color: rgb(49 46 129 / 0.1);
}

.border-l-indigo-900\/100{
  border-left-color: rgb(49 46 129 / 1);
}

.border-l-indigo-900\/15{
  border-left-color: rgb(49 46 129 / 0.15);
}

.border-l-indigo-900\/20{
  border-left-color: rgb(49 46 129 / 0.2);
}

.border-l-indigo-900\/25{
  border-left-color: rgb(49 46 129 / 0.25);
}

.border-l-indigo-900\/30{
  border-left-color: rgb(49 46 129 / 0.3);
}

.border-l-indigo-900\/35{
  border-left-color: rgb(49 46 129 / 0.35);
}

.border-l-indigo-900\/40{
  border-left-color: rgb(49 46 129 / 0.4);
}

.border-l-indigo-900\/45{
  border-left-color: rgb(49 46 129 / 0.45);
}

.border-l-indigo-900\/5{
  border-left-color: rgb(49 46 129 / 0.05);
}

.border-l-indigo-900\/50{
  border-left-color: rgb(49 46 129 / 0.5);
}

.border-l-indigo-900\/55{
  border-left-color: rgb(49 46 129 / 0.55);
}

.border-l-indigo-900\/60{
  border-left-color: rgb(49 46 129 / 0.6);
}

.border-l-indigo-900\/65{
  border-left-color: rgb(49 46 129 / 0.65);
}

.border-l-indigo-900\/70{
  border-left-color: rgb(49 46 129 / 0.7);
}

.border-l-indigo-900\/75{
  border-left-color: rgb(49 46 129 / 0.75);
}

.border-l-indigo-900\/80{
  border-left-color: rgb(49 46 129 / 0.8);
}

.border-l-indigo-900\/85{
  border-left-color: rgb(49 46 129 / 0.85);
}

.border-l-indigo-900\/90{
  border-left-color: rgb(49 46 129 / 0.9);
}

.border-l-indigo-900\/95{
  border-left-color: rgb(49 46 129 / 0.95);
}

.border-l-indigo-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-l-indigo-950\/0{
  border-left-color: rgb(30 27 75 / 0);
}

.border-l-indigo-950\/10{
  border-left-color: rgb(30 27 75 / 0.1);
}

.border-l-indigo-950\/100{
  border-left-color: rgb(30 27 75 / 1);
}

.border-l-indigo-950\/15{
  border-left-color: rgb(30 27 75 / 0.15);
}

.border-l-indigo-950\/20{
  border-left-color: rgb(30 27 75 / 0.2);
}

.border-l-indigo-950\/25{
  border-left-color: rgb(30 27 75 / 0.25);
}

.border-l-indigo-950\/30{
  border-left-color: rgb(30 27 75 / 0.3);
}

.border-l-indigo-950\/35{
  border-left-color: rgb(30 27 75 / 0.35);
}

.border-l-indigo-950\/40{
  border-left-color: rgb(30 27 75 / 0.4);
}

.border-l-indigo-950\/45{
  border-left-color: rgb(30 27 75 / 0.45);
}

.border-l-indigo-950\/5{
  border-left-color: rgb(30 27 75 / 0.05);
}

.border-l-indigo-950\/50{
  border-left-color: rgb(30 27 75 / 0.5);
}

.border-l-indigo-950\/55{
  border-left-color: rgb(30 27 75 / 0.55);
}

.border-l-indigo-950\/60{
  border-left-color: rgb(30 27 75 / 0.6);
}

.border-l-indigo-950\/65{
  border-left-color: rgb(30 27 75 / 0.65);
}

.border-l-indigo-950\/70{
  border-left-color: rgb(30 27 75 / 0.7);
}

.border-l-indigo-950\/75{
  border-left-color: rgb(30 27 75 / 0.75);
}

.border-l-indigo-950\/80{
  border-left-color: rgb(30 27 75 / 0.8);
}

.border-l-indigo-950\/85{
  border-left-color: rgb(30 27 75 / 0.85);
}

.border-l-indigo-950\/90{
  border-left-color: rgb(30 27 75 / 0.9);
}

.border-l-indigo-950\/95{
  border-left-color: rgb(30 27 75 / 0.95);
}

.border-l-info{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.border-l-info-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.border-l-info-hover\/0{
  border-left-color: rgb(203 122 0 / 0);
}

.border-l-info-hover\/10{
  border-left-color: rgb(203 122 0 / 0.1);
}

.border-l-info-hover\/100{
  border-left-color: rgb(203 122 0 / 1);
}

.border-l-info-hover\/15{
  border-left-color: rgb(203 122 0 / 0.15);
}

.border-l-info-hover\/20{
  border-left-color: rgb(203 122 0 / 0.2);
}

.border-l-info-hover\/25{
  border-left-color: rgb(203 122 0 / 0.25);
}

.border-l-info-hover\/30{
  border-left-color: rgb(203 122 0 / 0.3);
}

.border-l-info-hover\/35{
  border-left-color: rgb(203 122 0 / 0.35);
}

.border-l-info-hover\/40{
  border-left-color: rgb(203 122 0 / 0.4);
}

.border-l-info-hover\/45{
  border-left-color: rgb(203 122 0 / 0.45);
}

.border-l-info-hover\/5{
  border-left-color: rgb(203 122 0 / 0.05);
}

.border-l-info-hover\/50{
  border-left-color: rgb(203 122 0 / 0.5);
}

.border-l-info-hover\/55{
  border-left-color: rgb(203 122 0 / 0.55);
}

.border-l-info-hover\/60{
  border-left-color: rgb(203 122 0 / 0.6);
}

.border-l-info-hover\/65{
  border-left-color: rgb(203 122 0 / 0.65);
}

.border-l-info-hover\/70{
  border-left-color: rgb(203 122 0 / 0.7);
}

.border-l-info-hover\/75{
  border-left-color: rgb(203 122 0 / 0.75);
}

.border-l-info-hover\/80{
  border-left-color: rgb(203 122 0 / 0.8);
}

.border-l-info-hover\/85{
  border-left-color: rgb(203 122 0 / 0.85);
}

.border-l-info-hover\/90{
  border-left-color: rgb(203 122 0 / 0.9);
}

.border-l-info-hover\/95{
  border-left-color: rgb(203 122 0 / 0.95);
}

.border-l-info\/0{
  border-left-color: rgb(247 159 26 / 0);
}

.border-l-info\/10{
  border-left-color: rgb(247 159 26 / 0.1);
}

.border-l-info\/100{
  border-left-color: rgb(247 159 26 / 1);
}

.border-l-info\/15{
  border-left-color: rgb(247 159 26 / 0.15);
}

.border-l-info\/20{
  border-left-color: rgb(247 159 26 / 0.2);
}

.border-l-info\/25{
  border-left-color: rgb(247 159 26 / 0.25);
}

.border-l-info\/30{
  border-left-color: rgb(247 159 26 / 0.3);
}

.border-l-info\/35{
  border-left-color: rgb(247 159 26 / 0.35);
}

.border-l-info\/40{
  border-left-color: rgb(247 159 26 / 0.4);
}

.border-l-info\/45{
  border-left-color: rgb(247 159 26 / 0.45);
}

.border-l-info\/5{
  border-left-color: rgb(247 159 26 / 0.05);
}

.border-l-info\/50{
  border-left-color: rgb(247 159 26 / 0.5);
}

.border-l-info\/55{
  border-left-color: rgb(247 159 26 / 0.55);
}

.border-l-info\/60{
  border-left-color: rgb(247 159 26 / 0.6);
}

.border-l-info\/65{
  border-left-color: rgb(247 159 26 / 0.65);
}

.border-l-info\/70{
  border-left-color: rgb(247 159 26 / 0.7);
}

.border-l-info\/75{
  border-left-color: rgb(247 159 26 / 0.75);
}

.border-l-info\/80{
  border-left-color: rgb(247 159 26 / 0.8);
}

.border-l-info\/85{
  border-left-color: rgb(247 159 26 / 0.85);
}

.border-l-info\/90{
  border-left-color: rgb(247 159 26 / 0.9);
}

.border-l-info\/95{
  border-left-color: rgb(247 159 26 / 0.95);
}

.border-l-inherit{
  border-left-color: inherit;
}

.border-l-lime-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-l-lime-100\/0{
  border-left-color: rgb(236 252 203 / 0);
}

.border-l-lime-100\/10{
  border-left-color: rgb(236 252 203 / 0.1);
}

.border-l-lime-100\/100{
  border-left-color: rgb(236 252 203 / 1);
}

.border-l-lime-100\/15{
  border-left-color: rgb(236 252 203 / 0.15);
}

.border-l-lime-100\/20{
  border-left-color: rgb(236 252 203 / 0.2);
}

.border-l-lime-100\/25{
  border-left-color: rgb(236 252 203 / 0.25);
}

.border-l-lime-100\/30{
  border-left-color: rgb(236 252 203 / 0.3);
}

.border-l-lime-100\/35{
  border-left-color: rgb(236 252 203 / 0.35);
}

.border-l-lime-100\/40{
  border-left-color: rgb(236 252 203 / 0.4);
}

.border-l-lime-100\/45{
  border-left-color: rgb(236 252 203 / 0.45);
}

.border-l-lime-100\/5{
  border-left-color: rgb(236 252 203 / 0.05);
}

.border-l-lime-100\/50{
  border-left-color: rgb(236 252 203 / 0.5);
}

.border-l-lime-100\/55{
  border-left-color: rgb(236 252 203 / 0.55);
}

.border-l-lime-100\/60{
  border-left-color: rgb(236 252 203 / 0.6);
}

.border-l-lime-100\/65{
  border-left-color: rgb(236 252 203 / 0.65);
}

.border-l-lime-100\/70{
  border-left-color: rgb(236 252 203 / 0.7);
}

.border-l-lime-100\/75{
  border-left-color: rgb(236 252 203 / 0.75);
}

.border-l-lime-100\/80{
  border-left-color: rgb(236 252 203 / 0.8);
}

.border-l-lime-100\/85{
  border-left-color: rgb(236 252 203 / 0.85);
}

.border-l-lime-100\/90{
  border-left-color: rgb(236 252 203 / 0.9);
}

.border-l-lime-100\/95{
  border-left-color: rgb(236 252 203 / 0.95);
}

.border-l-lime-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-l-lime-200\/0{
  border-left-color: rgb(217 249 157 / 0);
}

.border-l-lime-200\/10{
  border-left-color: rgb(217 249 157 / 0.1);
}

.border-l-lime-200\/100{
  border-left-color: rgb(217 249 157 / 1);
}

.border-l-lime-200\/15{
  border-left-color: rgb(217 249 157 / 0.15);
}

.border-l-lime-200\/20{
  border-left-color: rgb(217 249 157 / 0.2);
}

.border-l-lime-200\/25{
  border-left-color: rgb(217 249 157 / 0.25);
}

.border-l-lime-200\/30{
  border-left-color: rgb(217 249 157 / 0.3);
}

.border-l-lime-200\/35{
  border-left-color: rgb(217 249 157 / 0.35);
}

.border-l-lime-200\/40{
  border-left-color: rgb(217 249 157 / 0.4);
}

.border-l-lime-200\/45{
  border-left-color: rgb(217 249 157 / 0.45);
}

.border-l-lime-200\/5{
  border-left-color: rgb(217 249 157 / 0.05);
}

.border-l-lime-200\/50{
  border-left-color: rgb(217 249 157 / 0.5);
}

.border-l-lime-200\/55{
  border-left-color: rgb(217 249 157 / 0.55);
}

.border-l-lime-200\/60{
  border-left-color: rgb(217 249 157 / 0.6);
}

.border-l-lime-200\/65{
  border-left-color: rgb(217 249 157 / 0.65);
}

.border-l-lime-200\/70{
  border-left-color: rgb(217 249 157 / 0.7);
}

.border-l-lime-200\/75{
  border-left-color: rgb(217 249 157 / 0.75);
}

.border-l-lime-200\/80{
  border-left-color: rgb(217 249 157 / 0.8);
}

.border-l-lime-200\/85{
  border-left-color: rgb(217 249 157 / 0.85);
}

.border-l-lime-200\/90{
  border-left-color: rgb(217 249 157 / 0.9);
}

.border-l-lime-200\/95{
  border-left-color: rgb(217 249 157 / 0.95);
}

.border-l-lime-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-l-lime-300\/0{
  border-left-color: rgb(190 242 100 / 0);
}

.border-l-lime-300\/10{
  border-left-color: rgb(190 242 100 / 0.1);
}

.border-l-lime-300\/100{
  border-left-color: rgb(190 242 100 / 1);
}

.border-l-lime-300\/15{
  border-left-color: rgb(190 242 100 / 0.15);
}

.border-l-lime-300\/20{
  border-left-color: rgb(190 242 100 / 0.2);
}

.border-l-lime-300\/25{
  border-left-color: rgb(190 242 100 / 0.25);
}

.border-l-lime-300\/30{
  border-left-color: rgb(190 242 100 / 0.3);
}

.border-l-lime-300\/35{
  border-left-color: rgb(190 242 100 / 0.35);
}

.border-l-lime-300\/40{
  border-left-color: rgb(190 242 100 / 0.4);
}

.border-l-lime-300\/45{
  border-left-color: rgb(190 242 100 / 0.45);
}

.border-l-lime-300\/5{
  border-left-color: rgb(190 242 100 / 0.05);
}

.border-l-lime-300\/50{
  border-left-color: rgb(190 242 100 / 0.5);
}

.border-l-lime-300\/55{
  border-left-color: rgb(190 242 100 / 0.55);
}

.border-l-lime-300\/60{
  border-left-color: rgb(190 242 100 / 0.6);
}

.border-l-lime-300\/65{
  border-left-color: rgb(190 242 100 / 0.65);
}

.border-l-lime-300\/70{
  border-left-color: rgb(190 242 100 / 0.7);
}

.border-l-lime-300\/75{
  border-left-color: rgb(190 242 100 / 0.75);
}

.border-l-lime-300\/80{
  border-left-color: rgb(190 242 100 / 0.8);
}

.border-l-lime-300\/85{
  border-left-color: rgb(190 242 100 / 0.85);
}

.border-l-lime-300\/90{
  border-left-color: rgb(190 242 100 / 0.9);
}

.border-l-lime-300\/95{
  border-left-color: rgb(190 242 100 / 0.95);
}

.border-l-lime-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-l-lime-400\/0{
  border-left-color: rgb(163 230 53 / 0);
}

.border-l-lime-400\/10{
  border-left-color: rgb(163 230 53 / 0.1);
}

.border-l-lime-400\/100{
  border-left-color: rgb(163 230 53 / 1);
}

.border-l-lime-400\/15{
  border-left-color: rgb(163 230 53 / 0.15);
}

.border-l-lime-400\/20{
  border-left-color: rgb(163 230 53 / 0.2);
}

.border-l-lime-400\/25{
  border-left-color: rgb(163 230 53 / 0.25);
}

.border-l-lime-400\/30{
  border-left-color: rgb(163 230 53 / 0.3);
}

.border-l-lime-400\/35{
  border-left-color: rgb(163 230 53 / 0.35);
}

.border-l-lime-400\/40{
  border-left-color: rgb(163 230 53 / 0.4);
}

.border-l-lime-400\/45{
  border-left-color: rgb(163 230 53 / 0.45);
}

.border-l-lime-400\/5{
  border-left-color: rgb(163 230 53 / 0.05);
}

.border-l-lime-400\/50{
  border-left-color: rgb(163 230 53 / 0.5);
}

.border-l-lime-400\/55{
  border-left-color: rgb(163 230 53 / 0.55);
}

.border-l-lime-400\/60{
  border-left-color: rgb(163 230 53 / 0.6);
}

.border-l-lime-400\/65{
  border-left-color: rgb(163 230 53 / 0.65);
}

.border-l-lime-400\/70{
  border-left-color: rgb(163 230 53 / 0.7);
}

.border-l-lime-400\/75{
  border-left-color: rgb(163 230 53 / 0.75);
}

.border-l-lime-400\/80{
  border-left-color: rgb(163 230 53 / 0.8);
}

.border-l-lime-400\/85{
  border-left-color: rgb(163 230 53 / 0.85);
}

.border-l-lime-400\/90{
  border-left-color: rgb(163 230 53 / 0.9);
}

.border-l-lime-400\/95{
  border-left-color: rgb(163 230 53 / 0.95);
}

.border-l-lime-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-l-lime-50\/0{
  border-left-color: rgb(247 254 231 / 0);
}

.border-l-lime-50\/10{
  border-left-color: rgb(247 254 231 / 0.1);
}

.border-l-lime-50\/100{
  border-left-color: rgb(247 254 231 / 1);
}

.border-l-lime-50\/15{
  border-left-color: rgb(247 254 231 / 0.15);
}

.border-l-lime-50\/20{
  border-left-color: rgb(247 254 231 / 0.2);
}

.border-l-lime-50\/25{
  border-left-color: rgb(247 254 231 / 0.25);
}

.border-l-lime-50\/30{
  border-left-color: rgb(247 254 231 / 0.3);
}

.border-l-lime-50\/35{
  border-left-color: rgb(247 254 231 / 0.35);
}

.border-l-lime-50\/40{
  border-left-color: rgb(247 254 231 / 0.4);
}

.border-l-lime-50\/45{
  border-left-color: rgb(247 254 231 / 0.45);
}

.border-l-lime-50\/5{
  border-left-color: rgb(247 254 231 / 0.05);
}

.border-l-lime-50\/50{
  border-left-color: rgb(247 254 231 / 0.5);
}

.border-l-lime-50\/55{
  border-left-color: rgb(247 254 231 / 0.55);
}

.border-l-lime-50\/60{
  border-left-color: rgb(247 254 231 / 0.6);
}

.border-l-lime-50\/65{
  border-left-color: rgb(247 254 231 / 0.65);
}

.border-l-lime-50\/70{
  border-left-color: rgb(247 254 231 / 0.7);
}

.border-l-lime-50\/75{
  border-left-color: rgb(247 254 231 / 0.75);
}

.border-l-lime-50\/80{
  border-left-color: rgb(247 254 231 / 0.8);
}

.border-l-lime-50\/85{
  border-left-color: rgb(247 254 231 / 0.85);
}

.border-l-lime-50\/90{
  border-left-color: rgb(247 254 231 / 0.9);
}

.border-l-lime-50\/95{
  border-left-color: rgb(247 254 231 / 0.95);
}

.border-l-lime-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-l-lime-500\/0{
  border-left-color: rgb(132 204 22 / 0);
}

.border-l-lime-500\/10{
  border-left-color: rgb(132 204 22 / 0.1);
}

.border-l-lime-500\/100{
  border-left-color: rgb(132 204 22 / 1);
}

.border-l-lime-500\/15{
  border-left-color: rgb(132 204 22 / 0.15);
}

.border-l-lime-500\/20{
  border-left-color: rgb(132 204 22 / 0.2);
}

.border-l-lime-500\/25{
  border-left-color: rgb(132 204 22 / 0.25);
}

.border-l-lime-500\/30{
  border-left-color: rgb(132 204 22 / 0.3);
}

.border-l-lime-500\/35{
  border-left-color: rgb(132 204 22 / 0.35);
}

.border-l-lime-500\/40{
  border-left-color: rgb(132 204 22 / 0.4);
}

.border-l-lime-500\/45{
  border-left-color: rgb(132 204 22 / 0.45);
}

.border-l-lime-500\/5{
  border-left-color: rgb(132 204 22 / 0.05);
}

.border-l-lime-500\/50{
  border-left-color: rgb(132 204 22 / 0.5);
}

.border-l-lime-500\/55{
  border-left-color: rgb(132 204 22 / 0.55);
}

.border-l-lime-500\/60{
  border-left-color: rgb(132 204 22 / 0.6);
}

.border-l-lime-500\/65{
  border-left-color: rgb(132 204 22 / 0.65);
}

.border-l-lime-500\/70{
  border-left-color: rgb(132 204 22 / 0.7);
}

.border-l-lime-500\/75{
  border-left-color: rgb(132 204 22 / 0.75);
}

.border-l-lime-500\/80{
  border-left-color: rgb(132 204 22 / 0.8);
}

.border-l-lime-500\/85{
  border-left-color: rgb(132 204 22 / 0.85);
}

.border-l-lime-500\/90{
  border-left-color: rgb(132 204 22 / 0.9);
}

.border-l-lime-500\/95{
  border-left-color: rgb(132 204 22 / 0.95);
}

.border-l-lime-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-l-lime-600\/0{
  border-left-color: rgb(101 163 13 / 0);
}

.border-l-lime-600\/10{
  border-left-color: rgb(101 163 13 / 0.1);
}

.border-l-lime-600\/100{
  border-left-color: rgb(101 163 13 / 1);
}

.border-l-lime-600\/15{
  border-left-color: rgb(101 163 13 / 0.15);
}

.border-l-lime-600\/20{
  border-left-color: rgb(101 163 13 / 0.2);
}

.border-l-lime-600\/25{
  border-left-color: rgb(101 163 13 / 0.25);
}

.border-l-lime-600\/30{
  border-left-color: rgb(101 163 13 / 0.3);
}

.border-l-lime-600\/35{
  border-left-color: rgb(101 163 13 / 0.35);
}

.border-l-lime-600\/40{
  border-left-color: rgb(101 163 13 / 0.4);
}

.border-l-lime-600\/45{
  border-left-color: rgb(101 163 13 / 0.45);
}

.border-l-lime-600\/5{
  border-left-color: rgb(101 163 13 / 0.05);
}

.border-l-lime-600\/50{
  border-left-color: rgb(101 163 13 / 0.5);
}

.border-l-lime-600\/55{
  border-left-color: rgb(101 163 13 / 0.55);
}

.border-l-lime-600\/60{
  border-left-color: rgb(101 163 13 / 0.6);
}

.border-l-lime-600\/65{
  border-left-color: rgb(101 163 13 / 0.65);
}

.border-l-lime-600\/70{
  border-left-color: rgb(101 163 13 / 0.7);
}

.border-l-lime-600\/75{
  border-left-color: rgb(101 163 13 / 0.75);
}

.border-l-lime-600\/80{
  border-left-color: rgb(101 163 13 / 0.8);
}

.border-l-lime-600\/85{
  border-left-color: rgb(101 163 13 / 0.85);
}

.border-l-lime-600\/90{
  border-left-color: rgb(101 163 13 / 0.9);
}

.border-l-lime-600\/95{
  border-left-color: rgb(101 163 13 / 0.95);
}

.border-l-lime-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-l-lime-700\/0{
  border-left-color: rgb(77 124 15 / 0);
}

.border-l-lime-700\/10{
  border-left-color: rgb(77 124 15 / 0.1);
}

.border-l-lime-700\/100{
  border-left-color: rgb(77 124 15 / 1);
}

.border-l-lime-700\/15{
  border-left-color: rgb(77 124 15 / 0.15);
}

.border-l-lime-700\/20{
  border-left-color: rgb(77 124 15 / 0.2);
}

.border-l-lime-700\/25{
  border-left-color: rgb(77 124 15 / 0.25);
}

.border-l-lime-700\/30{
  border-left-color: rgb(77 124 15 / 0.3);
}

.border-l-lime-700\/35{
  border-left-color: rgb(77 124 15 / 0.35);
}

.border-l-lime-700\/40{
  border-left-color: rgb(77 124 15 / 0.4);
}

.border-l-lime-700\/45{
  border-left-color: rgb(77 124 15 / 0.45);
}

.border-l-lime-700\/5{
  border-left-color: rgb(77 124 15 / 0.05);
}

.border-l-lime-700\/50{
  border-left-color: rgb(77 124 15 / 0.5);
}

.border-l-lime-700\/55{
  border-left-color: rgb(77 124 15 / 0.55);
}

.border-l-lime-700\/60{
  border-left-color: rgb(77 124 15 / 0.6);
}

.border-l-lime-700\/65{
  border-left-color: rgb(77 124 15 / 0.65);
}

.border-l-lime-700\/70{
  border-left-color: rgb(77 124 15 / 0.7);
}

.border-l-lime-700\/75{
  border-left-color: rgb(77 124 15 / 0.75);
}

.border-l-lime-700\/80{
  border-left-color: rgb(77 124 15 / 0.8);
}

.border-l-lime-700\/85{
  border-left-color: rgb(77 124 15 / 0.85);
}

.border-l-lime-700\/90{
  border-left-color: rgb(77 124 15 / 0.9);
}

.border-l-lime-700\/95{
  border-left-color: rgb(77 124 15 / 0.95);
}

.border-l-lime-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-l-lime-800\/0{
  border-left-color: rgb(63 98 18 / 0);
}

.border-l-lime-800\/10{
  border-left-color: rgb(63 98 18 / 0.1);
}

.border-l-lime-800\/100{
  border-left-color: rgb(63 98 18 / 1);
}

.border-l-lime-800\/15{
  border-left-color: rgb(63 98 18 / 0.15);
}

.border-l-lime-800\/20{
  border-left-color: rgb(63 98 18 / 0.2);
}

.border-l-lime-800\/25{
  border-left-color: rgb(63 98 18 / 0.25);
}

.border-l-lime-800\/30{
  border-left-color: rgb(63 98 18 / 0.3);
}

.border-l-lime-800\/35{
  border-left-color: rgb(63 98 18 / 0.35);
}

.border-l-lime-800\/40{
  border-left-color: rgb(63 98 18 / 0.4);
}

.border-l-lime-800\/45{
  border-left-color: rgb(63 98 18 / 0.45);
}

.border-l-lime-800\/5{
  border-left-color: rgb(63 98 18 / 0.05);
}

.border-l-lime-800\/50{
  border-left-color: rgb(63 98 18 / 0.5);
}

.border-l-lime-800\/55{
  border-left-color: rgb(63 98 18 / 0.55);
}

.border-l-lime-800\/60{
  border-left-color: rgb(63 98 18 / 0.6);
}

.border-l-lime-800\/65{
  border-left-color: rgb(63 98 18 / 0.65);
}

.border-l-lime-800\/70{
  border-left-color: rgb(63 98 18 / 0.7);
}

.border-l-lime-800\/75{
  border-left-color: rgb(63 98 18 / 0.75);
}

.border-l-lime-800\/80{
  border-left-color: rgb(63 98 18 / 0.8);
}

.border-l-lime-800\/85{
  border-left-color: rgb(63 98 18 / 0.85);
}

.border-l-lime-800\/90{
  border-left-color: rgb(63 98 18 / 0.9);
}

.border-l-lime-800\/95{
  border-left-color: rgb(63 98 18 / 0.95);
}

.border-l-lime-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-l-lime-900\/0{
  border-left-color: rgb(54 83 20 / 0);
}

.border-l-lime-900\/10{
  border-left-color: rgb(54 83 20 / 0.1);
}

.border-l-lime-900\/100{
  border-left-color: rgb(54 83 20 / 1);
}

.border-l-lime-900\/15{
  border-left-color: rgb(54 83 20 / 0.15);
}

.border-l-lime-900\/20{
  border-left-color: rgb(54 83 20 / 0.2);
}

.border-l-lime-900\/25{
  border-left-color: rgb(54 83 20 / 0.25);
}

.border-l-lime-900\/30{
  border-left-color: rgb(54 83 20 / 0.3);
}

.border-l-lime-900\/35{
  border-left-color: rgb(54 83 20 / 0.35);
}

.border-l-lime-900\/40{
  border-left-color: rgb(54 83 20 / 0.4);
}

.border-l-lime-900\/45{
  border-left-color: rgb(54 83 20 / 0.45);
}

.border-l-lime-900\/5{
  border-left-color: rgb(54 83 20 / 0.05);
}

.border-l-lime-900\/50{
  border-left-color: rgb(54 83 20 / 0.5);
}

.border-l-lime-900\/55{
  border-left-color: rgb(54 83 20 / 0.55);
}

.border-l-lime-900\/60{
  border-left-color: rgb(54 83 20 / 0.6);
}

.border-l-lime-900\/65{
  border-left-color: rgb(54 83 20 / 0.65);
}

.border-l-lime-900\/70{
  border-left-color: rgb(54 83 20 / 0.7);
}

.border-l-lime-900\/75{
  border-left-color: rgb(54 83 20 / 0.75);
}

.border-l-lime-900\/80{
  border-left-color: rgb(54 83 20 / 0.8);
}

.border-l-lime-900\/85{
  border-left-color: rgb(54 83 20 / 0.85);
}

.border-l-lime-900\/90{
  border-left-color: rgb(54 83 20 / 0.9);
}

.border-l-lime-900\/95{
  border-left-color: rgb(54 83 20 / 0.95);
}

.border-l-lime-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-l-lime-950\/0{
  border-left-color: rgb(26 46 5 / 0);
}

.border-l-lime-950\/10{
  border-left-color: rgb(26 46 5 / 0.1);
}

.border-l-lime-950\/100{
  border-left-color: rgb(26 46 5 / 1);
}

.border-l-lime-950\/15{
  border-left-color: rgb(26 46 5 / 0.15);
}

.border-l-lime-950\/20{
  border-left-color: rgb(26 46 5 / 0.2);
}

.border-l-lime-950\/25{
  border-left-color: rgb(26 46 5 / 0.25);
}

.border-l-lime-950\/30{
  border-left-color: rgb(26 46 5 / 0.3);
}

.border-l-lime-950\/35{
  border-left-color: rgb(26 46 5 / 0.35);
}

.border-l-lime-950\/40{
  border-left-color: rgb(26 46 5 / 0.4);
}

.border-l-lime-950\/45{
  border-left-color: rgb(26 46 5 / 0.45);
}

.border-l-lime-950\/5{
  border-left-color: rgb(26 46 5 / 0.05);
}

.border-l-lime-950\/50{
  border-left-color: rgb(26 46 5 / 0.5);
}

.border-l-lime-950\/55{
  border-left-color: rgb(26 46 5 / 0.55);
}

.border-l-lime-950\/60{
  border-left-color: rgb(26 46 5 / 0.6);
}

.border-l-lime-950\/65{
  border-left-color: rgb(26 46 5 / 0.65);
}

.border-l-lime-950\/70{
  border-left-color: rgb(26 46 5 / 0.7);
}

.border-l-lime-950\/75{
  border-left-color: rgb(26 46 5 / 0.75);
}

.border-l-lime-950\/80{
  border-left-color: rgb(26 46 5 / 0.8);
}

.border-l-lime-950\/85{
  border-left-color: rgb(26 46 5 / 0.85);
}

.border-l-lime-950\/90{
  border-left-color: rgb(26 46 5 / 0.9);
}

.border-l-lime-950\/95{
  border-left-color: rgb(26 46 5 / 0.95);
}

.border-l-neutral-01{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-l-neutral-01\/0{
  border-left-color: rgb(224 224 224 / 0);
}

.border-l-neutral-01\/10{
  border-left-color: rgb(224 224 224 / 0.1);
}

.border-l-neutral-01\/100{
  border-left-color: rgb(224 224 224 / 1);
}

.border-l-neutral-01\/15{
  border-left-color: rgb(224 224 224 / 0.15);
}

.border-l-neutral-01\/20{
  border-left-color: rgb(224 224 224 / 0.2);
}

.border-l-neutral-01\/25{
  border-left-color: rgb(224 224 224 / 0.25);
}

.border-l-neutral-01\/30{
  border-left-color: rgb(224 224 224 / 0.3);
}

.border-l-neutral-01\/35{
  border-left-color: rgb(224 224 224 / 0.35);
}

.border-l-neutral-01\/40{
  border-left-color: rgb(224 224 224 / 0.4);
}

.border-l-neutral-01\/45{
  border-left-color: rgb(224 224 224 / 0.45);
}

.border-l-neutral-01\/5{
  border-left-color: rgb(224 224 224 / 0.05);
}

.border-l-neutral-01\/50{
  border-left-color: rgb(224 224 224 / 0.5);
}

.border-l-neutral-01\/55{
  border-left-color: rgb(224 224 224 / 0.55);
}

.border-l-neutral-01\/60{
  border-left-color: rgb(224 224 224 / 0.6);
}

.border-l-neutral-01\/65{
  border-left-color: rgb(224 224 224 / 0.65);
}

.border-l-neutral-01\/70{
  border-left-color: rgb(224 224 224 / 0.7);
}

.border-l-neutral-01\/75{
  border-left-color: rgb(224 224 224 / 0.75);
}

.border-l-neutral-01\/80{
  border-left-color: rgb(224 224 224 / 0.8);
}

.border-l-neutral-01\/85{
  border-left-color: rgb(224 224 224 / 0.85);
}

.border-l-neutral-01\/90{
  border-left-color: rgb(224 224 224 / 0.9);
}

.border-l-neutral-01\/95{
  border-left-color: rgb(224 224 224 / 0.95);
}

.border-l-neutral-02{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.border-l-neutral-02\/0{
  border-left-color: rgb(228 234 238 / 0);
}

.border-l-neutral-02\/10{
  border-left-color: rgb(228 234 238 / 0.1);
}

.border-l-neutral-02\/100{
  border-left-color: rgb(228 234 238 / 1);
}

.border-l-neutral-02\/15{
  border-left-color: rgb(228 234 238 / 0.15);
}

.border-l-neutral-02\/20{
  border-left-color: rgb(228 234 238 / 0.2);
}

.border-l-neutral-02\/25{
  border-left-color: rgb(228 234 238 / 0.25);
}

.border-l-neutral-02\/30{
  border-left-color: rgb(228 234 238 / 0.3);
}

.border-l-neutral-02\/35{
  border-left-color: rgb(228 234 238 / 0.35);
}

.border-l-neutral-02\/40{
  border-left-color: rgb(228 234 238 / 0.4);
}

.border-l-neutral-02\/45{
  border-left-color: rgb(228 234 238 / 0.45);
}

.border-l-neutral-02\/5{
  border-left-color: rgb(228 234 238 / 0.05);
}

.border-l-neutral-02\/50{
  border-left-color: rgb(228 234 238 / 0.5);
}

.border-l-neutral-02\/55{
  border-left-color: rgb(228 234 238 / 0.55);
}

.border-l-neutral-02\/60{
  border-left-color: rgb(228 234 238 / 0.6);
}

.border-l-neutral-02\/65{
  border-left-color: rgb(228 234 238 / 0.65);
}

.border-l-neutral-02\/70{
  border-left-color: rgb(228 234 238 / 0.7);
}

.border-l-neutral-02\/75{
  border-left-color: rgb(228 234 238 / 0.75);
}

.border-l-neutral-02\/80{
  border-left-color: rgb(228 234 238 / 0.8);
}

.border-l-neutral-02\/85{
  border-left-color: rgb(228 234 238 / 0.85);
}

.border-l-neutral-02\/90{
  border-left-color: rgb(228 234 238 / 0.9);
}

.border-l-neutral-02\/95{
  border-left-color: rgb(228 234 238 / 0.95);
}

.border-l-neutral-03{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.border-l-neutral-03\/0{
  border-left-color: rgb(236 239 250 / 0);
}

.border-l-neutral-03\/10{
  border-left-color: rgb(236 239 250 / 0.1);
}

.border-l-neutral-03\/100{
  border-left-color: rgb(236 239 250 / 1);
}

.border-l-neutral-03\/15{
  border-left-color: rgb(236 239 250 / 0.15);
}

.border-l-neutral-03\/20{
  border-left-color: rgb(236 239 250 / 0.2);
}

.border-l-neutral-03\/25{
  border-left-color: rgb(236 239 250 / 0.25);
}

.border-l-neutral-03\/30{
  border-left-color: rgb(236 239 250 / 0.3);
}

.border-l-neutral-03\/35{
  border-left-color: rgb(236 239 250 / 0.35);
}

.border-l-neutral-03\/40{
  border-left-color: rgb(236 239 250 / 0.4);
}

.border-l-neutral-03\/45{
  border-left-color: rgb(236 239 250 / 0.45);
}

.border-l-neutral-03\/5{
  border-left-color: rgb(236 239 250 / 0.05);
}

.border-l-neutral-03\/50{
  border-left-color: rgb(236 239 250 / 0.5);
}

.border-l-neutral-03\/55{
  border-left-color: rgb(236 239 250 / 0.55);
}

.border-l-neutral-03\/60{
  border-left-color: rgb(236 239 250 / 0.6);
}

.border-l-neutral-03\/65{
  border-left-color: rgb(236 239 250 / 0.65);
}

.border-l-neutral-03\/70{
  border-left-color: rgb(236 239 250 / 0.7);
}

.border-l-neutral-03\/75{
  border-left-color: rgb(236 239 250 / 0.75);
}

.border-l-neutral-03\/80{
  border-left-color: rgb(236 239 250 / 0.8);
}

.border-l-neutral-03\/85{
  border-left-color: rgb(236 239 250 / 0.85);
}

.border-l-neutral-03\/90{
  border-left-color: rgb(236 239 250 / 0.9);
}

.border-l-neutral-03\/95{
  border-left-color: rgb(236 239 250 / 0.95);
}

.border-l-neutral-04{
  --tw-border-opacity: 1;
  border-left-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-l-neutral-04\/0{
  border-left-color: rgb(215 218 226 / 0);
}

.border-l-neutral-04\/10{
  border-left-color: rgb(215 218 226 / 0.1);
}

.border-l-neutral-04\/100{
  border-left-color: rgb(215 218 226 / 1);
}

.border-l-neutral-04\/15{
  border-left-color: rgb(215 218 226 / 0.15);
}

.border-l-neutral-04\/20{
  border-left-color: rgb(215 218 226 / 0.2);
}

.border-l-neutral-04\/25{
  border-left-color: rgb(215 218 226 / 0.25);
}

.border-l-neutral-04\/30{
  border-left-color: rgb(215 218 226 / 0.3);
}

.border-l-neutral-04\/35{
  border-left-color: rgb(215 218 226 / 0.35);
}

.border-l-neutral-04\/40{
  border-left-color: rgb(215 218 226 / 0.4);
}

.border-l-neutral-04\/45{
  border-left-color: rgb(215 218 226 / 0.45);
}

.border-l-neutral-04\/5{
  border-left-color: rgb(215 218 226 / 0.05);
}

.border-l-neutral-04\/50{
  border-left-color: rgb(215 218 226 / 0.5);
}

.border-l-neutral-04\/55{
  border-left-color: rgb(215 218 226 / 0.55);
}

.border-l-neutral-04\/60{
  border-left-color: rgb(215 218 226 / 0.6);
}

.border-l-neutral-04\/65{
  border-left-color: rgb(215 218 226 / 0.65);
}

.border-l-neutral-04\/70{
  border-left-color: rgb(215 218 226 / 0.7);
}

.border-l-neutral-04\/75{
  border-left-color: rgb(215 218 226 / 0.75);
}

.border-l-neutral-04\/80{
  border-left-color: rgb(215 218 226 / 0.8);
}

.border-l-neutral-04\/85{
  border-left-color: rgb(215 218 226 / 0.85);
}

.border-l-neutral-04\/90{
  border-left-color: rgb(215 218 226 / 0.9);
}

.border-l-neutral-04\/95{
  border-left-color: rgb(215 218 226 / 0.95);
}

.border-l-neutral-05{
  --tw-border-opacity: 1;
  border-left-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.border-l-neutral-05\/0{
  border-left-color: rgb(246 246 246 / 0);
}

.border-l-neutral-05\/10{
  border-left-color: rgb(246 246 246 / 0.1);
}

.border-l-neutral-05\/100{
  border-left-color: rgb(246 246 246 / 1);
}

.border-l-neutral-05\/15{
  border-left-color: rgb(246 246 246 / 0.15);
}

.border-l-neutral-05\/20{
  border-left-color: rgb(246 246 246 / 0.2);
}

.border-l-neutral-05\/25{
  border-left-color: rgb(246 246 246 / 0.25);
}

.border-l-neutral-05\/30{
  border-left-color: rgb(246 246 246 / 0.3);
}

.border-l-neutral-05\/35{
  border-left-color: rgb(246 246 246 / 0.35);
}

.border-l-neutral-05\/40{
  border-left-color: rgb(246 246 246 / 0.4);
}

.border-l-neutral-05\/45{
  border-left-color: rgb(246 246 246 / 0.45);
}

.border-l-neutral-05\/5{
  border-left-color: rgb(246 246 246 / 0.05);
}

.border-l-neutral-05\/50{
  border-left-color: rgb(246 246 246 / 0.5);
}

.border-l-neutral-05\/55{
  border-left-color: rgb(246 246 246 / 0.55);
}

.border-l-neutral-05\/60{
  border-left-color: rgb(246 246 246 / 0.6);
}

.border-l-neutral-05\/65{
  border-left-color: rgb(246 246 246 / 0.65);
}

.border-l-neutral-05\/70{
  border-left-color: rgb(246 246 246 / 0.7);
}

.border-l-neutral-05\/75{
  border-left-color: rgb(246 246 246 / 0.75);
}

.border-l-neutral-05\/80{
  border-left-color: rgb(246 246 246 / 0.8);
}

.border-l-neutral-05\/85{
  border-left-color: rgb(246 246 246 / 0.85);
}

.border-l-neutral-05\/90{
  border-left-color: rgb(246 246 246 / 0.9);
}

.border-l-neutral-05\/95{
  border-left-color: rgb(246 246 246 / 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\/15{
  border-left-color: rgb(245 245 245 / 0.15);
}

.border-l-neutral-100\/20{
  border-left-color: rgb(245 245 245 / 0.2);
}

.border-l-neutral-100\/25{
  border-left-color: rgb(245 245 245 / 0.25);
}

.border-l-neutral-100\/30{
  border-left-color: rgb(245 245 245 / 0.3);
}

.border-l-neutral-100\/35{
  border-left-color: rgb(245 245 245 / 0.35);
}

.border-l-neutral-100\/40{
  border-left-color: rgb(245 245 245 / 0.4);
}

.border-l-neutral-100\/45{
  border-left-color: rgb(245 245 245 / 0.45);
}

.border-l-neutral-100\/5{
  border-left-color: rgb(245 245 245 / 0.05);
}

.border-l-neutral-100\/50{
  border-left-color: rgb(245 245 245 / 0.5);
}

.border-l-neutral-100\/55{
  border-left-color: rgb(245 245 245 / 0.55);
}

.border-l-neutral-100\/60{
  border-left-color: rgb(245 245 245 / 0.6);
}

.border-l-neutral-100\/65{
  border-left-color: rgb(245 245 245 / 0.65);
}

.border-l-neutral-100\/70{
  border-left-color: rgb(245 245 245 / 0.7);
}

.border-l-neutral-100\/75{
  border-left-color: rgb(245 245 245 / 0.75);
}

.border-l-neutral-100\/80{
  border-left-color: rgb(245 245 245 / 0.8);
}

.border-l-neutral-100\/85{
  border-left-color: rgb(245 245 245 / 0.85);
}

.border-l-neutral-100\/90{
  border-left-color: rgb(245 245 245 / 0.9);
}

.border-l-neutral-100\/95{
  border-left-color: rgb(245 245 245 / 0.95);
}

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

.border-l-neutral-200\/0{
  border-left-color: rgb(229 229 229 / 0);
}

.border-l-neutral-200\/10{
  border-left-color: rgb(229 229 229 / 0.1);
}

.border-l-neutral-200\/100{
  border-left-color: rgb(229 229 229 / 1);
}

.border-l-neutral-200\/15{
  border-left-color: rgb(229 229 229 / 0.15);
}

.border-l-neutral-200\/20{
  border-left-color: rgb(229 229 229 / 0.2);
}

.border-l-neutral-200\/25{
  border-left-color: rgb(229 229 229 / 0.25);
}

.border-l-neutral-200\/30{
  border-left-color: rgb(229 229 229 / 0.3);
}

.border-l-neutral-200\/35{
  border-left-color: rgb(229 229 229 / 0.35);
}

.border-l-neutral-200\/40{
  border-left-color: rgb(229 229 229 / 0.4);
}

.border-l-neutral-200\/45{
  border-left-color: rgb(229 229 229 / 0.45);
}

.border-l-neutral-200\/5{
  border-left-color: rgb(229 229 229 / 0.05);
}

.border-l-neutral-200\/50{
  border-left-color: rgb(229 229 229 / 0.5);
}

.border-l-neutral-200\/55{
  border-left-color: rgb(229 229 229 / 0.55);
}

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

.border-l-neutral-200\/65{
  border-left-color: rgb(229 229 229 / 0.65);
}

.border-l-neutral-200\/70{
  border-left-color: rgb(229 229 229 / 0.7);
}

.border-l-neutral-200\/75{
  border-left-color: rgb(229 229 229 / 0.75);
}

.border-l-neutral-200\/80{
  border-left-color: rgb(229 229 229 / 0.8);
}

.border-l-neutral-200\/85{
  border-left-color: rgb(229 229 229 / 0.85);
}

.border-l-neutral-200\/90{
  border-left-color: rgb(229 229 229 / 0.9);
}

.border-l-neutral-200\/95{
  border-left-color: rgb(229 229 229 / 0.95);
}

.border-l-neutral-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-l-neutral-300\/0{
  border-left-color: rgb(212 212 212 / 0);
}

.border-l-neutral-300\/10{
  border-left-color: rgb(212 212 212 / 0.1);
}

.border-l-neutral-300\/100{
  border-left-color: rgb(212 212 212 / 1);
}

.border-l-neutral-300\/15{
  border-left-color: rgb(212 212 212 / 0.15);
}

.border-l-neutral-300\/20{
  border-left-color: rgb(212 212 212 / 0.2);
}

.border-l-neutral-300\/25{
  border-left-color: rgb(212 212 212 / 0.25);
}

.border-l-neutral-300\/30{
  border-left-color: rgb(212 212 212 / 0.3);
}

.border-l-neutral-300\/35{
  border-left-color: rgb(212 212 212 / 0.35);
}

.border-l-neutral-300\/40{
  border-left-color: rgb(212 212 212 / 0.4);
}

.border-l-neutral-300\/45{
  border-left-color: rgb(212 212 212 / 0.45);
}

.border-l-neutral-300\/5{
  border-left-color: rgb(212 212 212 / 0.05);
}

.border-l-neutral-300\/50{
  border-left-color: rgb(212 212 212 / 0.5);
}

.border-l-neutral-300\/55{
  border-left-color: rgb(212 212 212 / 0.55);
}

.border-l-neutral-300\/60{
  border-left-color: rgb(212 212 212 / 0.6);
}

.border-l-neutral-300\/65{
  border-left-color: rgb(212 212 212 / 0.65);
}

.border-l-neutral-300\/70{
  border-left-color: rgb(212 212 212 / 0.7);
}

.border-l-neutral-300\/75{
  border-left-color: rgb(212 212 212 / 0.75);
}

.border-l-neutral-300\/80{
  border-left-color: rgb(212 212 212 / 0.8);
}

.border-l-neutral-300\/85{
  border-left-color: rgb(212 212 212 / 0.85);
}

.border-l-neutral-300\/90{
  border-left-color: rgb(212 212 212 / 0.9);
}

.border-l-neutral-300\/95{
  border-left-color: rgb(212 212 212 / 0.95);
}

.border-l-neutral-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-l-neutral-400\/0{
  border-left-color: rgb(163 163 163 / 0);
}

.border-l-neutral-400\/10{
  border-left-color: rgb(163 163 163 / 0.1);
}

.border-l-neutral-400\/100{
  border-left-color: rgb(163 163 163 / 1);
}

.border-l-neutral-400\/15{
  border-left-color: rgb(163 163 163 / 0.15);
}

.border-l-neutral-400\/20{
  border-left-color: rgb(163 163 163 / 0.2);
}

.border-l-neutral-400\/25{
  border-left-color: rgb(163 163 163 / 0.25);
}

.border-l-neutral-400\/30{
  border-left-color: rgb(163 163 163 / 0.3);
}

.border-l-neutral-400\/35{
  border-left-color: rgb(163 163 163 / 0.35);
}

.border-l-neutral-400\/40{
  border-left-color: rgb(163 163 163 / 0.4);
}

.border-l-neutral-400\/45{
  border-left-color: rgb(163 163 163 / 0.45);
}

.border-l-neutral-400\/5{
  border-left-color: rgb(163 163 163 / 0.05);
}

.border-l-neutral-400\/50{
  border-left-color: rgb(163 163 163 / 0.5);
}

.border-l-neutral-400\/55{
  border-left-color: rgb(163 163 163 / 0.55);
}

.border-l-neutral-400\/60{
  border-left-color: rgb(163 163 163 / 0.6);
}

.border-l-neutral-400\/65{
  border-left-color: rgb(163 163 163 / 0.65);
}

.border-l-neutral-400\/70{
  border-left-color: rgb(163 163 163 / 0.7);
}

.border-l-neutral-400\/75{
  border-left-color: rgb(163 163 163 / 0.75);
}

.border-l-neutral-400\/80{
  border-left-color: rgb(163 163 163 / 0.8);
}

.border-l-neutral-400\/85{
  border-left-color: rgb(163 163 163 / 0.85);
}

.border-l-neutral-400\/90{
  border-left-color: rgb(163 163 163 / 0.9);
}

.border-l-neutral-400\/95{
  border-left-color: rgb(163 163 163 / 0.95);
}

.border-l-neutral-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-l-neutral-50\/0{
  border-left-color: rgb(250 250 250 / 0);
}

.border-l-neutral-50\/10{
  border-left-color: rgb(250 250 250 / 0.1);
}

.border-l-neutral-50\/100{
  border-left-color: rgb(250 250 250 / 1);
}

.border-l-neutral-50\/15{
  border-left-color: rgb(250 250 250 / 0.15);
}

.border-l-neutral-50\/20{
  border-left-color: rgb(250 250 250 / 0.2);
}

.border-l-neutral-50\/25{
  border-left-color: rgb(250 250 250 / 0.25);
}

.border-l-neutral-50\/30{
  border-left-color: rgb(250 250 250 / 0.3);
}

.border-l-neutral-50\/35{
  border-left-color: rgb(250 250 250 / 0.35);
}

.border-l-neutral-50\/40{
  border-left-color: rgb(250 250 250 / 0.4);
}

.border-l-neutral-50\/45{
  border-left-color: rgb(250 250 250 / 0.45);
}

.border-l-neutral-50\/5{
  border-left-color: rgb(250 250 250 / 0.05);
}

.border-l-neutral-50\/50{
  border-left-color: rgb(250 250 250 / 0.5);
}

.border-l-neutral-50\/55{
  border-left-color: rgb(250 250 250 / 0.55);
}

.border-l-neutral-50\/60{
  border-left-color: rgb(250 250 250 / 0.6);
}

.border-l-neutral-50\/65{
  border-left-color: rgb(250 250 250 / 0.65);
}

.border-l-neutral-50\/70{
  border-left-color: rgb(250 250 250 / 0.7);
}

.border-l-neutral-50\/75{
  border-left-color: rgb(250 250 250 / 0.75);
}

.border-l-neutral-50\/80{
  border-left-color: rgb(250 250 250 / 0.8);
}

.border-l-neutral-50\/85{
  border-left-color: rgb(250 250 250 / 0.85);
}

.border-l-neutral-50\/90{
  border-left-color: rgb(250 250 250 / 0.9);
}

.border-l-neutral-50\/95{
  border-left-color: rgb(250 250 250 / 0.95);
}

.border-l-neutral-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-l-neutral-500\/0{
  border-left-color: rgb(115 115 115 / 0);
}

.border-l-neutral-500\/10{
  border-left-color: rgb(115 115 115 / 0.1);
}

.border-l-neutral-500\/100{
  border-left-color: rgb(115 115 115 / 1);
}

.border-l-neutral-500\/15{
  border-left-color: rgb(115 115 115 / 0.15);
}

.border-l-neutral-500\/20{
  border-left-color: rgb(115 115 115 / 0.2);
}

.border-l-neutral-500\/25{
  border-left-color: rgb(115 115 115 / 0.25);
}

.border-l-neutral-500\/30{
  border-left-color: rgb(115 115 115 / 0.3);
}

.border-l-neutral-500\/35{
  border-left-color: rgb(115 115 115 / 0.35);
}

.border-l-neutral-500\/40{
  border-left-color: rgb(115 115 115 / 0.4);
}

.border-l-neutral-500\/45{
  border-left-color: rgb(115 115 115 / 0.45);
}

.border-l-neutral-500\/5{
  border-left-color: rgb(115 115 115 / 0.05);
}

.border-l-neutral-500\/50{
  border-left-color: rgb(115 115 115 / 0.5);
}

.border-l-neutral-500\/55{
  border-left-color: rgb(115 115 115 / 0.55);
}

.border-l-neutral-500\/60{
  border-left-color: rgb(115 115 115 / 0.6);
}

.border-l-neutral-500\/65{
  border-left-color: rgb(115 115 115 / 0.65);
}

.border-l-neutral-500\/70{
  border-left-color: rgb(115 115 115 / 0.7);
}

.border-l-neutral-500\/75{
  border-left-color: rgb(115 115 115 / 0.75);
}

.border-l-neutral-500\/80{
  border-left-color: rgb(115 115 115 / 0.8);
}

.border-l-neutral-500\/85{
  border-left-color: rgb(115 115 115 / 0.85);
}

.border-l-neutral-500\/90{
  border-left-color: rgb(115 115 115 / 0.9);
}

.border-l-neutral-500\/95{
  border-left-color: rgb(115 115 115 / 0.95);
}

.border-l-neutral-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-l-neutral-600\/0{
  border-left-color: rgb(82 82 82 / 0);
}

.border-l-neutral-600\/10{
  border-left-color: rgb(82 82 82 / 0.1);
}

.border-l-neutral-600\/100{
  border-left-color: rgb(82 82 82 / 1);
}

.border-l-neutral-600\/15{
  border-left-color: rgb(82 82 82 / 0.15);
}

.border-l-neutral-600\/20{
  border-left-color: rgb(82 82 82 / 0.2);
}

.border-l-neutral-600\/25{
  border-left-color: rgb(82 82 82 / 0.25);
}

.border-l-neutral-600\/30{
  border-left-color: rgb(82 82 82 / 0.3);
}

.border-l-neutral-600\/35{
  border-left-color: rgb(82 82 82 / 0.35);
}

.border-l-neutral-600\/40{
  border-left-color: rgb(82 82 82 / 0.4);
}

.border-l-neutral-600\/45{
  border-left-color: rgb(82 82 82 / 0.45);
}

.border-l-neutral-600\/5{
  border-left-color: rgb(82 82 82 / 0.05);
}

.border-l-neutral-600\/50{
  border-left-color: rgb(82 82 82 / 0.5);
}

.border-l-neutral-600\/55{
  border-left-color: rgb(82 82 82 / 0.55);
}

.border-l-neutral-600\/60{
  border-left-color: rgb(82 82 82 / 0.6);
}

.border-l-neutral-600\/65{
  border-left-color: rgb(82 82 82 / 0.65);
}

.border-l-neutral-600\/70{
  border-left-color: rgb(82 82 82 / 0.7);
}

.border-l-neutral-600\/75{
  border-left-color: rgb(82 82 82 / 0.75);
}

.border-l-neutral-600\/80{
  border-left-color: rgb(82 82 82 / 0.8);
}

.border-l-neutral-600\/85{
  border-left-color: rgb(82 82 82 / 0.85);
}

.border-l-neutral-600\/90{
  border-left-color: rgb(82 82 82 / 0.9);
}

.border-l-neutral-600\/95{
  border-left-color: rgb(82 82 82 / 0.95);
}

.border-l-neutral-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-l-neutral-700\/0{
  border-left-color: rgb(64 64 64 / 0);
}

.border-l-neutral-700\/10{
  border-left-color: rgb(64 64 64 / 0.1);
}

.border-l-neutral-700\/100{
  border-left-color: rgb(64 64 64 / 1);
}

.border-l-neutral-700\/15{
  border-left-color: rgb(64 64 64 / 0.15);
}

.border-l-neutral-700\/20{
  border-left-color: rgb(64 64 64 / 0.2);
}

.border-l-neutral-700\/25{
  border-left-color: rgb(64 64 64 / 0.25);
}

.border-l-neutral-700\/30{
  border-left-color: rgb(64 64 64 / 0.3);
}

.border-l-neutral-700\/35{
  border-left-color: rgb(64 64 64 / 0.35);
}

.border-l-neutral-700\/40{
  border-left-color: rgb(64 64 64 / 0.4);
}

.border-l-neutral-700\/45{
  border-left-color: rgb(64 64 64 / 0.45);
}

.border-l-neutral-700\/5{
  border-left-color: rgb(64 64 64 / 0.05);
}

.border-l-neutral-700\/50{
  border-left-color: rgb(64 64 64 / 0.5);
}

.border-l-neutral-700\/55{
  border-left-color: rgb(64 64 64 / 0.55);
}

.border-l-neutral-700\/60{
  border-left-color: rgb(64 64 64 / 0.6);
}

.border-l-neutral-700\/65{
  border-left-color: rgb(64 64 64 / 0.65);
}

.border-l-neutral-700\/70{
  border-left-color: rgb(64 64 64 / 0.7);
}

.border-l-neutral-700\/75{
  border-left-color: rgb(64 64 64 / 0.75);
}

.border-l-neutral-700\/80{
  border-left-color: rgb(64 64 64 / 0.8);
}

.border-l-neutral-700\/85{
  border-left-color: rgb(64 64 64 / 0.85);
}

.border-l-neutral-700\/90{
  border-left-color: rgb(64 64 64 / 0.9);
}

.border-l-neutral-700\/95{
  border-left-color: rgb(64 64 64 / 0.95);
}

.border-l-neutral-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-l-neutral-800\/0{
  border-left-color: rgb(38 38 38 / 0);
}

.border-l-neutral-800\/10{
  border-left-color: rgb(38 38 38 / 0.1);
}

.border-l-neutral-800\/100{
  border-left-color: rgb(38 38 38 / 1);
}

.border-l-neutral-800\/15{
  border-left-color: rgb(38 38 38 / 0.15);
}

.border-l-neutral-800\/20{
  border-left-color: rgb(38 38 38 / 0.2);
}

.border-l-neutral-800\/25{
  border-left-color: rgb(38 38 38 / 0.25);
}

.border-l-neutral-800\/30{
  border-left-color: rgb(38 38 38 / 0.3);
}

.border-l-neutral-800\/35{
  border-left-color: rgb(38 38 38 / 0.35);
}

.border-l-neutral-800\/40{
  border-left-color: rgb(38 38 38 / 0.4);
}

.border-l-neutral-800\/45{
  border-left-color: rgb(38 38 38 / 0.45);
}

.border-l-neutral-800\/5{
  border-left-color: rgb(38 38 38 / 0.05);
}

.border-l-neutral-800\/50{
  border-left-color: rgb(38 38 38 / 0.5);
}

.border-l-neutral-800\/55{
  border-left-color: rgb(38 38 38 / 0.55);
}

.border-l-neutral-800\/60{
  border-left-color: rgb(38 38 38 / 0.6);
}

.border-l-neutral-800\/65{
  border-left-color: rgb(38 38 38 / 0.65);
}

.border-l-neutral-800\/70{
  border-left-color: rgb(38 38 38 / 0.7);
}

.border-l-neutral-800\/75{
  border-left-color: rgb(38 38 38 / 0.75);
}

.border-l-neutral-800\/80{
  border-left-color: rgb(38 38 38 / 0.8);
}

.border-l-neutral-800\/85{
  border-left-color: rgb(38 38 38 / 0.85);
}

.border-l-neutral-800\/90{
  border-left-color: rgb(38 38 38 / 0.9);
}

.border-l-neutral-800\/95{
  border-left-color: rgb(38 38 38 / 0.95);
}

.border-l-neutral-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-l-neutral-900\/0{
  border-left-color: rgb(23 23 23 / 0);
}

.border-l-neutral-900\/10{
  border-left-color: rgb(23 23 23 / 0.1);
}

.border-l-neutral-900\/100{
  border-left-color: rgb(23 23 23 / 1);
}

.border-l-neutral-900\/15{
  border-left-color: rgb(23 23 23 / 0.15);
}

.border-l-neutral-900\/20{
  border-left-color: rgb(23 23 23 / 0.2);
}

.border-l-neutral-900\/25{
  border-left-color: rgb(23 23 23 / 0.25);
}

.border-l-neutral-900\/30{
  border-left-color: rgb(23 23 23 / 0.3);
}

.border-l-neutral-900\/35{
  border-left-color: rgb(23 23 23 / 0.35);
}

.border-l-neutral-900\/40{
  border-left-color: rgb(23 23 23 / 0.4);
}

.border-l-neutral-900\/45{
  border-left-color: rgb(23 23 23 / 0.45);
}

.border-l-neutral-900\/5{
  border-left-color: rgb(23 23 23 / 0.05);
}

.border-l-neutral-900\/50{
  border-left-color: rgb(23 23 23 / 0.5);
}

.border-l-neutral-900\/55{
  border-left-color: rgb(23 23 23 / 0.55);
}

.border-l-neutral-900\/60{
  border-left-color: rgb(23 23 23 / 0.6);
}

.border-l-neutral-900\/65{
  border-left-color: rgb(23 23 23 / 0.65);
}

.border-l-neutral-900\/70{
  border-left-color: rgb(23 23 23 / 0.7);
}

.border-l-neutral-900\/75{
  border-left-color: rgb(23 23 23 / 0.75);
}

.border-l-neutral-900\/80{
  border-left-color: rgb(23 23 23 / 0.8);
}

.border-l-neutral-900\/85{
  border-left-color: rgb(23 23 23 / 0.85);
}

.border-l-neutral-900\/90{
  border-left-color: rgb(23 23 23 / 0.9);
}

.border-l-neutral-900\/95{
  border-left-color: rgb(23 23 23 / 0.95);
}

.border-l-neutral-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-l-neutral-950\/0{
  border-left-color: rgb(10 10 10 / 0);
}

.border-l-neutral-950\/10{
  border-left-color: rgb(10 10 10 / 0.1);
}

.border-l-neutral-950\/100{
  border-left-color: rgb(10 10 10 / 1);
}

.border-l-neutral-950\/15{
  border-left-color: rgb(10 10 10 / 0.15);
}

.border-l-neutral-950\/20{
  border-left-color: rgb(10 10 10 / 0.2);
}

.border-l-neutral-950\/25{
  border-left-color: rgb(10 10 10 / 0.25);
}

.border-l-neutral-950\/30{
  border-left-color: rgb(10 10 10 / 0.3);
}

.border-l-neutral-950\/35{
  border-left-color: rgb(10 10 10 / 0.35);
}

.border-l-neutral-950\/40{
  border-left-color: rgb(10 10 10 / 0.4);
}

.border-l-neutral-950\/45{
  border-left-color: rgb(10 10 10 / 0.45);
}

.border-l-neutral-950\/5{
  border-left-color: rgb(10 10 10 / 0.05);
}

.border-l-neutral-950\/50{
  border-left-color: rgb(10 10 10 / 0.5);
}

.border-l-neutral-950\/55{
  border-left-color: rgb(10 10 10 / 0.55);
}

.border-l-neutral-950\/60{
  border-left-color: rgb(10 10 10 / 0.6);
}

.border-l-neutral-950\/65{
  border-left-color: rgb(10 10 10 / 0.65);
}

.border-l-neutral-950\/70{
  border-left-color: rgb(10 10 10 / 0.7);
}

.border-l-neutral-950\/75{
  border-left-color: rgb(10 10 10 / 0.75);
}

.border-l-neutral-950\/80{
  border-left-color: rgb(10 10 10 / 0.8);
}

.border-l-neutral-950\/85{
  border-left-color: rgb(10 10 10 / 0.85);
}

.border-l-neutral-950\/90{
  border-left-color: rgb(10 10 10 / 0.9);
}

.border-l-neutral-950\/95{
  border-left-color: rgb(10 10 10 / 0.95);
}

.border-l-orange-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-l-orange-100\/0{
  border-left-color: rgb(255 237 213 / 0);
}

.border-l-orange-100\/10{
  border-left-color: rgb(255 237 213 / 0.1);
}

.border-l-orange-100\/100{
  border-left-color: rgb(255 237 213 / 1);
}

.border-l-orange-100\/15{
  border-left-color: rgb(255 237 213 / 0.15);
}

.border-l-orange-100\/20{
  border-left-color: rgb(255 237 213 / 0.2);
}

.border-l-orange-100\/25{
  border-left-color: rgb(255 237 213 / 0.25);
}

.border-l-orange-100\/30{
  border-left-color: rgb(255 237 213 / 0.3);
}

.border-l-orange-100\/35{
  border-left-color: rgb(255 237 213 / 0.35);
}

.border-l-orange-100\/40{
  border-left-color: rgb(255 237 213 / 0.4);
}

.border-l-orange-100\/45{
  border-left-color: rgb(255 237 213 / 0.45);
}

.border-l-orange-100\/5{
  border-left-color: rgb(255 237 213 / 0.05);
}

.border-l-orange-100\/50{
  border-left-color: rgb(255 237 213 / 0.5);
}

.border-l-orange-100\/55{
  border-left-color: rgb(255 237 213 / 0.55);
}

.border-l-orange-100\/60{
  border-left-color: rgb(255 237 213 / 0.6);
}

.border-l-orange-100\/65{
  border-left-color: rgb(255 237 213 / 0.65);
}

.border-l-orange-100\/70{
  border-left-color: rgb(255 237 213 / 0.7);
}

.border-l-orange-100\/75{
  border-left-color: rgb(255 237 213 / 0.75);
}

.border-l-orange-100\/80{
  border-left-color: rgb(255 237 213 / 0.8);
}

.border-l-orange-100\/85{
  border-left-color: rgb(255 237 213 / 0.85);
}

.border-l-orange-100\/90{
  border-left-color: rgb(255 237 213 / 0.9);
}

.border-l-orange-100\/95{
  border-left-color: rgb(255 237 213 / 0.95);
}

.border-l-orange-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-l-orange-200\/0{
  border-left-color: rgb(254 215 170 / 0);
}

.border-l-orange-200\/10{
  border-left-color: rgb(254 215 170 / 0.1);
}

.border-l-orange-200\/100{
  border-left-color: rgb(254 215 170 / 1);
}

.border-l-orange-200\/15{
  border-left-color: rgb(254 215 170 / 0.15);
}

.border-l-orange-200\/20{
  border-left-color: rgb(254 215 170 / 0.2);
}

.border-l-orange-200\/25{
  border-left-color: rgb(254 215 170 / 0.25);
}

.border-l-orange-200\/30{
  border-left-color: rgb(254 215 170 / 0.3);
}

.border-l-orange-200\/35{
  border-left-color: rgb(254 215 170 / 0.35);
}

.border-l-orange-200\/40{
  border-left-color: rgb(254 215 170 / 0.4);
}

.border-l-orange-200\/45{
  border-left-color: rgb(254 215 170 / 0.45);
}

.border-l-orange-200\/5{
  border-left-color: rgb(254 215 170 / 0.05);
}

.border-l-orange-200\/50{
  border-left-color: rgb(254 215 170 / 0.5);
}

.border-l-orange-200\/55{
  border-left-color: rgb(254 215 170 / 0.55);
}

.border-l-orange-200\/60{
  border-left-color: rgb(254 215 170 / 0.6);
}

.border-l-orange-200\/65{
  border-left-color: rgb(254 215 170 / 0.65);
}

.border-l-orange-200\/70{
  border-left-color: rgb(254 215 170 / 0.7);
}

.border-l-orange-200\/75{
  border-left-color: rgb(254 215 170 / 0.75);
}

.border-l-orange-200\/80{
  border-left-color: rgb(254 215 170 / 0.8);
}

.border-l-orange-200\/85{
  border-left-color: rgb(254 215 170 / 0.85);
}

.border-l-orange-200\/90{
  border-left-color: rgb(254 215 170 / 0.9);
}

.border-l-orange-200\/95{
  border-left-color: rgb(254 215 170 / 0.95);
}

.border-l-orange-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-l-orange-300\/0{
  border-left-color: rgb(253 186 116 / 0);
}

.border-l-orange-300\/10{
  border-left-color: rgb(253 186 116 / 0.1);
}

.border-l-orange-300\/100{
  border-left-color: rgb(253 186 116 / 1);
}

.border-l-orange-300\/15{
  border-left-color: rgb(253 186 116 / 0.15);
}

.border-l-orange-300\/20{
  border-left-color: rgb(253 186 116 / 0.2);
}

.border-l-orange-300\/25{
  border-left-color: rgb(253 186 116 / 0.25);
}

.border-l-orange-300\/30{
  border-left-color: rgb(253 186 116 / 0.3);
}

.border-l-orange-300\/35{
  border-left-color: rgb(253 186 116 / 0.35);
}

.border-l-orange-300\/40{
  border-left-color: rgb(253 186 116 / 0.4);
}

.border-l-orange-300\/45{
  border-left-color: rgb(253 186 116 / 0.45);
}

.border-l-orange-300\/5{
  border-left-color: rgb(253 186 116 / 0.05);
}

.border-l-orange-300\/50{
  border-left-color: rgb(253 186 116 / 0.5);
}

.border-l-orange-300\/55{
  border-left-color: rgb(253 186 116 / 0.55);
}

.border-l-orange-300\/60{
  border-left-color: rgb(253 186 116 / 0.6);
}

.border-l-orange-300\/65{
  border-left-color: rgb(253 186 116 / 0.65);
}

.border-l-orange-300\/70{
  border-left-color: rgb(253 186 116 / 0.7);
}

.border-l-orange-300\/75{
  border-left-color: rgb(253 186 116 / 0.75);
}

.border-l-orange-300\/80{
  border-left-color: rgb(253 186 116 / 0.8);
}

.border-l-orange-300\/85{
  border-left-color: rgb(253 186 116 / 0.85);
}

.border-l-orange-300\/90{
  border-left-color: rgb(253 186 116 / 0.9);
}

.border-l-orange-300\/95{
  border-left-color: rgb(253 186 116 / 0.95);
}

.border-l-orange-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-l-orange-400\/0{
  border-left-color: rgb(251 146 60 / 0);
}

.border-l-orange-400\/10{
  border-left-color: rgb(251 146 60 / 0.1);
}

.border-l-orange-400\/100{
  border-left-color: rgb(251 146 60 / 1);
}

.border-l-orange-400\/15{
  border-left-color: rgb(251 146 60 / 0.15);
}

.border-l-orange-400\/20{
  border-left-color: rgb(251 146 60 / 0.2);
}

.border-l-orange-400\/25{
  border-left-color: rgb(251 146 60 / 0.25);
}

.border-l-orange-400\/30{
  border-left-color: rgb(251 146 60 / 0.3);
}

.border-l-orange-400\/35{
  border-left-color: rgb(251 146 60 / 0.35);
}

.border-l-orange-400\/40{
  border-left-color: rgb(251 146 60 / 0.4);
}

.border-l-orange-400\/45{
  border-left-color: rgb(251 146 60 / 0.45);
}

.border-l-orange-400\/5{
  border-left-color: rgb(251 146 60 / 0.05);
}

.border-l-orange-400\/50{
  border-left-color: rgb(251 146 60 / 0.5);
}

.border-l-orange-400\/55{
  border-left-color: rgb(251 146 60 / 0.55);
}

.border-l-orange-400\/60{
  border-left-color: rgb(251 146 60 / 0.6);
}

.border-l-orange-400\/65{
  border-left-color: rgb(251 146 60 / 0.65);
}

.border-l-orange-400\/70{
  border-left-color: rgb(251 146 60 / 0.7);
}

.border-l-orange-400\/75{
  border-left-color: rgb(251 146 60 / 0.75);
}

.border-l-orange-400\/80{
  border-left-color: rgb(251 146 60 / 0.8);
}

.border-l-orange-400\/85{
  border-left-color: rgb(251 146 60 / 0.85);
}

.border-l-orange-400\/90{
  border-left-color: rgb(251 146 60 / 0.9);
}

.border-l-orange-400\/95{
  border-left-color: rgb(251 146 60 / 0.95);
}

.border-l-orange-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-l-orange-50\/0{
  border-left-color: rgb(255 247 237 / 0);
}

.border-l-orange-50\/10{
  border-left-color: rgb(255 247 237 / 0.1);
}

.border-l-orange-50\/100{
  border-left-color: rgb(255 247 237 / 1);
}

.border-l-orange-50\/15{
  border-left-color: rgb(255 247 237 / 0.15);
}

.border-l-orange-50\/20{
  border-left-color: rgb(255 247 237 / 0.2);
}

.border-l-orange-50\/25{
  border-left-color: rgb(255 247 237 / 0.25);
}

.border-l-orange-50\/30{
  border-left-color: rgb(255 247 237 / 0.3);
}

.border-l-orange-50\/35{
  border-left-color: rgb(255 247 237 / 0.35);
}

.border-l-orange-50\/40{
  border-left-color: rgb(255 247 237 / 0.4);
}

.border-l-orange-50\/45{
  border-left-color: rgb(255 247 237 / 0.45);
}

.border-l-orange-50\/5{
  border-left-color: rgb(255 247 237 / 0.05);
}

.border-l-orange-50\/50{
  border-left-color: rgb(255 247 237 / 0.5);
}

.border-l-orange-50\/55{
  border-left-color: rgb(255 247 237 / 0.55);
}

.border-l-orange-50\/60{
  border-left-color: rgb(255 247 237 / 0.6);
}

.border-l-orange-50\/65{
  border-left-color: rgb(255 247 237 / 0.65);
}

.border-l-orange-50\/70{
  border-left-color: rgb(255 247 237 / 0.7);
}

.border-l-orange-50\/75{
  border-left-color: rgb(255 247 237 / 0.75);
}

.border-l-orange-50\/80{
  border-left-color: rgb(255 247 237 / 0.8);
}

.border-l-orange-50\/85{
  border-left-color: rgb(255 247 237 / 0.85);
}

.border-l-orange-50\/90{
  border-left-color: rgb(255 247 237 / 0.9);
}

.border-l-orange-50\/95{
  border-left-color: rgb(255 247 237 / 0.95);
}

.border-l-orange-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-l-orange-500\/0{
  border-left-color: rgb(249 115 22 / 0);
}

.border-l-orange-500\/10{
  border-left-color: rgb(249 115 22 / 0.1);
}

.border-l-orange-500\/100{
  border-left-color: rgb(249 115 22 / 1);
}

.border-l-orange-500\/15{
  border-left-color: rgb(249 115 22 / 0.15);
}

.border-l-orange-500\/20{
  border-left-color: rgb(249 115 22 / 0.2);
}

.border-l-orange-500\/25{
  border-left-color: rgb(249 115 22 / 0.25);
}

.border-l-orange-500\/30{
  border-left-color: rgb(249 115 22 / 0.3);
}

.border-l-orange-500\/35{
  border-left-color: rgb(249 115 22 / 0.35);
}

.border-l-orange-500\/40{
  border-left-color: rgb(249 115 22 / 0.4);
}

.border-l-orange-500\/45{
  border-left-color: rgb(249 115 22 / 0.45);
}

.border-l-orange-500\/5{
  border-left-color: rgb(249 115 22 / 0.05);
}

.border-l-orange-500\/50{
  border-left-color: rgb(249 115 22 / 0.5);
}

.border-l-orange-500\/55{
  border-left-color: rgb(249 115 22 / 0.55);
}

.border-l-orange-500\/60{
  border-left-color: rgb(249 115 22 / 0.6);
}

.border-l-orange-500\/65{
  border-left-color: rgb(249 115 22 / 0.65);
}

.border-l-orange-500\/70{
  border-left-color: rgb(249 115 22 / 0.7);
}

.border-l-orange-500\/75{
  border-left-color: rgb(249 115 22 / 0.75);
}

.border-l-orange-500\/80{
  border-left-color: rgb(249 115 22 / 0.8);
}

.border-l-orange-500\/85{
  border-left-color: rgb(249 115 22 / 0.85);
}

.border-l-orange-500\/90{
  border-left-color: rgb(249 115 22 / 0.9);
}

.border-l-orange-500\/95{
  border-left-color: rgb(249 115 22 / 0.95);
}

.border-l-orange-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-l-orange-600\/0{
  border-left-color: rgb(234 88 12 / 0);
}

.border-l-orange-600\/10{
  border-left-color: rgb(234 88 12 / 0.1);
}

.border-l-orange-600\/100{
  border-left-color: rgb(234 88 12 / 1);
}

.border-l-orange-600\/15{
  border-left-color: rgb(234 88 12 / 0.15);
}

.border-l-orange-600\/20{
  border-left-color: rgb(234 88 12 / 0.2);
}

.border-l-orange-600\/25{
  border-left-color: rgb(234 88 12 / 0.25);
}

.border-l-orange-600\/30{
  border-left-color: rgb(234 88 12 / 0.3);
}

.border-l-orange-600\/35{
  border-left-color: rgb(234 88 12 / 0.35);
}

.border-l-orange-600\/40{
  border-left-color: rgb(234 88 12 / 0.4);
}

.border-l-orange-600\/45{
  border-left-color: rgb(234 88 12 / 0.45);
}

.border-l-orange-600\/5{
  border-left-color: rgb(234 88 12 / 0.05);
}

.border-l-orange-600\/50{
  border-left-color: rgb(234 88 12 / 0.5);
}

.border-l-orange-600\/55{
  border-left-color: rgb(234 88 12 / 0.55);
}

.border-l-orange-600\/60{
  border-left-color: rgb(234 88 12 / 0.6);
}

.border-l-orange-600\/65{
  border-left-color: rgb(234 88 12 / 0.65);
}

.border-l-orange-600\/70{
  border-left-color: rgb(234 88 12 / 0.7);
}

.border-l-orange-600\/75{
  border-left-color: rgb(234 88 12 / 0.75);
}

.border-l-orange-600\/80{
  border-left-color: rgb(234 88 12 / 0.8);
}

.border-l-orange-600\/85{
  border-left-color: rgb(234 88 12 / 0.85);
}

.border-l-orange-600\/90{
  border-left-color: rgb(234 88 12 / 0.9);
}

.border-l-orange-600\/95{
  border-left-color: rgb(234 88 12 / 0.95);
}

.border-l-orange-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-l-orange-700\/0{
  border-left-color: rgb(194 65 12 / 0);
}

.border-l-orange-700\/10{
  border-left-color: rgb(194 65 12 / 0.1);
}

.border-l-orange-700\/100{
  border-left-color: rgb(194 65 12 / 1);
}

.border-l-orange-700\/15{
  border-left-color: rgb(194 65 12 / 0.15);
}

.border-l-orange-700\/20{
  border-left-color: rgb(194 65 12 / 0.2);
}

.border-l-orange-700\/25{
  border-left-color: rgb(194 65 12 / 0.25);
}

.border-l-orange-700\/30{
  border-left-color: rgb(194 65 12 / 0.3);
}

.border-l-orange-700\/35{
  border-left-color: rgb(194 65 12 / 0.35);
}

.border-l-orange-700\/40{
  border-left-color: rgb(194 65 12 / 0.4);
}

.border-l-orange-700\/45{
  border-left-color: rgb(194 65 12 / 0.45);
}

.border-l-orange-700\/5{
  border-left-color: rgb(194 65 12 / 0.05);
}

.border-l-orange-700\/50{
  border-left-color: rgb(194 65 12 / 0.5);
}

.border-l-orange-700\/55{
  border-left-color: rgb(194 65 12 / 0.55);
}

.border-l-orange-700\/60{
  border-left-color: rgb(194 65 12 / 0.6);
}

.border-l-orange-700\/65{
  border-left-color: rgb(194 65 12 / 0.65);
}

.border-l-orange-700\/70{
  border-left-color: rgb(194 65 12 / 0.7);
}

.border-l-orange-700\/75{
  border-left-color: rgb(194 65 12 / 0.75);
}

.border-l-orange-700\/80{
  border-left-color: rgb(194 65 12 / 0.8);
}

.border-l-orange-700\/85{
  border-left-color: rgb(194 65 12 / 0.85);
}

.border-l-orange-700\/90{
  border-left-color: rgb(194 65 12 / 0.9);
}

.border-l-orange-700\/95{
  border-left-color: rgb(194 65 12 / 0.95);
}

.border-l-orange-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-l-orange-800\/0{
  border-left-color: rgb(154 52 18 / 0);
}

.border-l-orange-800\/10{
  border-left-color: rgb(154 52 18 / 0.1);
}

.border-l-orange-800\/100{
  border-left-color: rgb(154 52 18 / 1);
}

.border-l-orange-800\/15{
  border-left-color: rgb(154 52 18 / 0.15);
}

.border-l-orange-800\/20{
  border-left-color: rgb(154 52 18 / 0.2);
}

.border-l-orange-800\/25{
  border-left-color: rgb(154 52 18 / 0.25);
}

.border-l-orange-800\/30{
  border-left-color: rgb(154 52 18 / 0.3);
}

.border-l-orange-800\/35{
  border-left-color: rgb(154 52 18 / 0.35);
}

.border-l-orange-800\/40{
  border-left-color: rgb(154 52 18 / 0.4);
}

.border-l-orange-800\/45{
  border-left-color: rgb(154 52 18 / 0.45);
}

.border-l-orange-800\/5{
  border-left-color: rgb(154 52 18 / 0.05);
}

.border-l-orange-800\/50{
  border-left-color: rgb(154 52 18 / 0.5);
}

.border-l-orange-800\/55{
  border-left-color: rgb(154 52 18 / 0.55);
}

.border-l-orange-800\/60{
  border-left-color: rgb(154 52 18 / 0.6);
}

.border-l-orange-800\/65{
  border-left-color: rgb(154 52 18 / 0.65);
}

.border-l-orange-800\/70{
  border-left-color: rgb(154 52 18 / 0.7);
}

.border-l-orange-800\/75{
  border-left-color: rgb(154 52 18 / 0.75);
}

.border-l-orange-800\/80{
  border-left-color: rgb(154 52 18 / 0.8);
}

.border-l-orange-800\/85{
  border-left-color: rgb(154 52 18 / 0.85);
}

.border-l-orange-800\/90{
  border-left-color: rgb(154 52 18 / 0.9);
}

.border-l-orange-800\/95{
  border-left-color: rgb(154 52 18 / 0.95);
}

.border-l-orange-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-l-orange-900\/0{
  border-left-color: rgb(124 45 18 / 0);
}

.border-l-orange-900\/10{
  border-left-color: rgb(124 45 18 / 0.1);
}

.border-l-orange-900\/100{
  border-left-color: rgb(124 45 18 / 1);
}

.border-l-orange-900\/15{
  border-left-color: rgb(124 45 18 / 0.15);
}

.border-l-orange-900\/20{
  border-left-color: rgb(124 45 18 / 0.2);
}

.border-l-orange-900\/25{
  border-left-color: rgb(124 45 18 / 0.25);
}

.border-l-orange-900\/30{
  border-left-color: rgb(124 45 18 / 0.3);
}

.border-l-orange-900\/35{
  border-left-color: rgb(124 45 18 / 0.35);
}

.border-l-orange-900\/40{
  border-left-color: rgb(124 45 18 / 0.4);
}

.border-l-orange-900\/45{
  border-left-color: rgb(124 45 18 / 0.45);
}

.border-l-orange-900\/5{
  border-left-color: rgb(124 45 18 / 0.05);
}

.border-l-orange-900\/50{
  border-left-color: rgb(124 45 18 / 0.5);
}

.border-l-orange-900\/55{
  border-left-color: rgb(124 45 18 / 0.55);
}

.border-l-orange-900\/60{
  border-left-color: rgb(124 45 18 / 0.6);
}

.border-l-orange-900\/65{
  border-left-color: rgb(124 45 18 / 0.65);
}

.border-l-orange-900\/70{
  border-left-color: rgb(124 45 18 / 0.7);
}

.border-l-orange-900\/75{
  border-left-color: rgb(124 45 18 / 0.75);
}

.border-l-orange-900\/80{
  border-left-color: rgb(124 45 18 / 0.8);
}

.border-l-orange-900\/85{
  border-left-color: rgb(124 45 18 / 0.85);
}

.border-l-orange-900\/90{
  border-left-color: rgb(124 45 18 / 0.9);
}

.border-l-orange-900\/95{
  border-left-color: rgb(124 45 18 / 0.95);
}

.border-l-orange-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-l-orange-950\/0{
  border-left-color: rgb(67 20 7 / 0);
}

.border-l-orange-950\/10{
  border-left-color: rgb(67 20 7 / 0.1);
}

.border-l-orange-950\/100{
  border-left-color: rgb(67 20 7 / 1);
}

.border-l-orange-950\/15{
  border-left-color: rgb(67 20 7 / 0.15);
}

.border-l-orange-950\/20{
  border-left-color: rgb(67 20 7 / 0.2);
}

.border-l-orange-950\/25{
  border-left-color: rgb(67 20 7 / 0.25);
}

.border-l-orange-950\/30{
  border-left-color: rgb(67 20 7 / 0.3);
}

.border-l-orange-950\/35{
  border-left-color: rgb(67 20 7 / 0.35);
}

.border-l-orange-950\/40{
  border-left-color: rgb(67 20 7 / 0.4);
}

.border-l-orange-950\/45{
  border-left-color: rgb(67 20 7 / 0.45);
}

.border-l-orange-950\/5{
  border-left-color: rgb(67 20 7 / 0.05);
}

.border-l-orange-950\/50{
  border-left-color: rgb(67 20 7 / 0.5);
}

.border-l-orange-950\/55{
  border-left-color: rgb(67 20 7 / 0.55);
}

.border-l-orange-950\/60{
  border-left-color: rgb(67 20 7 / 0.6);
}

.border-l-orange-950\/65{
  border-left-color: rgb(67 20 7 / 0.65);
}

.border-l-orange-950\/70{
  border-left-color: rgb(67 20 7 / 0.7);
}

.border-l-orange-950\/75{
  border-left-color: rgb(67 20 7 / 0.75);
}

.border-l-orange-950\/80{
  border-left-color: rgb(67 20 7 / 0.8);
}

.border-l-orange-950\/85{
  border-left-color: rgb(67 20 7 / 0.85);
}

.border-l-orange-950\/90{
  border-left-color: rgb(67 20 7 / 0.9);
}

.border-l-orange-950\/95{
  border-left-color: rgb(67 20 7 / 0.95);
}

.border-l-pink-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-l-pink-100\/0{
  border-left-color: rgb(252 231 243 / 0);
}

.border-l-pink-100\/10{
  border-left-color: rgb(252 231 243 / 0.1);
}

.border-l-pink-100\/100{
  border-left-color: rgb(252 231 243 / 1);
}

.border-l-pink-100\/15{
  border-left-color: rgb(252 231 243 / 0.15);
}

.border-l-pink-100\/20{
  border-left-color: rgb(252 231 243 / 0.2);
}

.border-l-pink-100\/25{
  border-left-color: rgb(252 231 243 / 0.25);
}

.border-l-pink-100\/30{
  border-left-color: rgb(252 231 243 / 0.3);
}

.border-l-pink-100\/35{
  border-left-color: rgb(252 231 243 / 0.35);
}

.border-l-pink-100\/40{
  border-left-color: rgb(252 231 243 / 0.4);
}

.border-l-pink-100\/45{
  border-left-color: rgb(252 231 243 / 0.45);
}

.border-l-pink-100\/5{
  border-left-color: rgb(252 231 243 / 0.05);
}

.border-l-pink-100\/50{
  border-left-color: rgb(252 231 243 / 0.5);
}

.border-l-pink-100\/55{
  border-left-color: rgb(252 231 243 / 0.55);
}

.border-l-pink-100\/60{
  border-left-color: rgb(252 231 243 / 0.6);
}

.border-l-pink-100\/65{
  border-left-color: rgb(252 231 243 / 0.65);
}

.border-l-pink-100\/70{
  border-left-color: rgb(252 231 243 / 0.7);
}

.border-l-pink-100\/75{
  border-left-color: rgb(252 231 243 / 0.75);
}

.border-l-pink-100\/80{
  border-left-color: rgb(252 231 243 / 0.8);
}

.border-l-pink-100\/85{
  border-left-color: rgb(252 231 243 / 0.85);
}

.border-l-pink-100\/90{
  border-left-color: rgb(252 231 243 / 0.9);
}

.border-l-pink-100\/95{
  border-left-color: rgb(252 231 243 / 0.95);
}

.border-l-pink-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-l-pink-200\/0{
  border-left-color: rgb(251 207 232 / 0);
}

.border-l-pink-200\/10{
  border-left-color: rgb(251 207 232 / 0.1);
}

.border-l-pink-200\/100{
  border-left-color: rgb(251 207 232 / 1);
}

.border-l-pink-200\/15{
  border-left-color: rgb(251 207 232 / 0.15);
}

.border-l-pink-200\/20{
  border-left-color: rgb(251 207 232 / 0.2);
}

.border-l-pink-200\/25{
  border-left-color: rgb(251 207 232 / 0.25);
}

.border-l-pink-200\/30{
  border-left-color: rgb(251 207 232 / 0.3);
}

.border-l-pink-200\/35{
  border-left-color: rgb(251 207 232 / 0.35);
}

.border-l-pink-200\/40{
  border-left-color: rgb(251 207 232 / 0.4);
}

.border-l-pink-200\/45{
  border-left-color: rgb(251 207 232 / 0.45);
}

.border-l-pink-200\/5{
  border-left-color: rgb(251 207 232 / 0.05);
}

.border-l-pink-200\/50{
  border-left-color: rgb(251 207 232 / 0.5);
}

.border-l-pink-200\/55{
  border-left-color: rgb(251 207 232 / 0.55);
}

.border-l-pink-200\/60{
  border-left-color: rgb(251 207 232 / 0.6);
}

.border-l-pink-200\/65{
  border-left-color: rgb(251 207 232 / 0.65);
}

.border-l-pink-200\/70{
  border-left-color: rgb(251 207 232 / 0.7);
}

.border-l-pink-200\/75{
  border-left-color: rgb(251 207 232 / 0.75);
}

.border-l-pink-200\/80{
  border-left-color: rgb(251 207 232 / 0.8);
}

.border-l-pink-200\/85{
  border-left-color: rgb(251 207 232 / 0.85);
}

.border-l-pink-200\/90{
  border-left-color: rgb(251 207 232 / 0.9);
}

.border-l-pink-200\/95{
  border-left-color: rgb(251 207 232 / 0.95);
}

.border-l-pink-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-l-pink-300\/0{
  border-left-color: rgb(249 168 212 / 0);
}

.border-l-pink-300\/10{
  border-left-color: rgb(249 168 212 / 0.1);
}

.border-l-pink-300\/100{
  border-left-color: rgb(249 168 212 / 1);
}

.border-l-pink-300\/15{
  border-left-color: rgb(249 168 212 / 0.15);
}

.border-l-pink-300\/20{
  border-left-color: rgb(249 168 212 / 0.2);
}

.border-l-pink-300\/25{
  border-left-color: rgb(249 168 212 / 0.25);
}

.border-l-pink-300\/30{
  border-left-color: rgb(249 168 212 / 0.3);
}

.border-l-pink-300\/35{
  border-left-color: rgb(249 168 212 / 0.35);
}

.border-l-pink-300\/40{
  border-left-color: rgb(249 168 212 / 0.4);
}

.border-l-pink-300\/45{
  border-left-color: rgb(249 168 212 / 0.45);
}

.border-l-pink-300\/5{
  border-left-color: rgb(249 168 212 / 0.05);
}

.border-l-pink-300\/50{
  border-left-color: rgb(249 168 212 / 0.5);
}

.border-l-pink-300\/55{
  border-left-color: rgb(249 168 212 / 0.55);
}

.border-l-pink-300\/60{
  border-left-color: rgb(249 168 212 / 0.6);
}

.border-l-pink-300\/65{
  border-left-color: rgb(249 168 212 / 0.65);
}

.border-l-pink-300\/70{
  border-left-color: rgb(249 168 212 / 0.7);
}

.border-l-pink-300\/75{
  border-left-color: rgb(249 168 212 / 0.75);
}

.border-l-pink-300\/80{
  border-left-color: rgb(249 168 212 / 0.8);
}

.border-l-pink-300\/85{
  border-left-color: rgb(249 168 212 / 0.85);
}

.border-l-pink-300\/90{
  border-left-color: rgb(249 168 212 / 0.9);
}

.border-l-pink-300\/95{
  border-left-color: rgb(249 168 212 / 0.95);
}

.border-l-pink-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-l-pink-400\/0{
  border-left-color: rgb(244 114 182 / 0);
}

.border-l-pink-400\/10{
  border-left-color: rgb(244 114 182 / 0.1);
}

.border-l-pink-400\/100{
  border-left-color: rgb(244 114 182 / 1);
}

.border-l-pink-400\/15{
  border-left-color: rgb(244 114 182 / 0.15);
}

.border-l-pink-400\/20{
  border-left-color: rgb(244 114 182 / 0.2);
}

.border-l-pink-400\/25{
  border-left-color: rgb(244 114 182 / 0.25);
}

.border-l-pink-400\/30{
  border-left-color: rgb(244 114 182 / 0.3);
}

.border-l-pink-400\/35{
  border-left-color: rgb(244 114 182 / 0.35);
}

.border-l-pink-400\/40{
  border-left-color: rgb(244 114 182 / 0.4);
}

.border-l-pink-400\/45{
  border-left-color: rgb(244 114 182 / 0.45);
}

.border-l-pink-400\/5{
  border-left-color: rgb(244 114 182 / 0.05);
}

.border-l-pink-400\/50{
  border-left-color: rgb(244 114 182 / 0.5);
}

.border-l-pink-400\/55{
  border-left-color: rgb(244 114 182 / 0.55);
}

.border-l-pink-400\/60{
  border-left-color: rgb(244 114 182 / 0.6);
}

.border-l-pink-400\/65{
  border-left-color: rgb(244 114 182 / 0.65);
}

.border-l-pink-400\/70{
  border-left-color: rgb(244 114 182 / 0.7);
}

.border-l-pink-400\/75{
  border-left-color: rgb(244 114 182 / 0.75);
}

.border-l-pink-400\/80{
  border-left-color: rgb(244 114 182 / 0.8);
}

.border-l-pink-400\/85{
  border-left-color: rgb(244 114 182 / 0.85);
}

.border-l-pink-400\/90{
  border-left-color: rgb(244 114 182 / 0.9);
}

.border-l-pink-400\/95{
  border-left-color: rgb(244 114 182 / 0.95);
}

.border-l-pink-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-l-pink-50\/0{
  border-left-color: rgb(253 242 248 / 0);
}

.border-l-pink-50\/10{
  border-left-color: rgb(253 242 248 / 0.1);
}

.border-l-pink-50\/100{
  border-left-color: rgb(253 242 248 / 1);
}

.border-l-pink-50\/15{
  border-left-color: rgb(253 242 248 / 0.15);
}

.border-l-pink-50\/20{
  border-left-color: rgb(253 242 248 / 0.2);
}

.border-l-pink-50\/25{
  border-left-color: rgb(253 242 248 / 0.25);
}

.border-l-pink-50\/30{
  border-left-color: rgb(253 242 248 / 0.3);
}

.border-l-pink-50\/35{
  border-left-color: rgb(253 242 248 / 0.35);
}

.border-l-pink-50\/40{
  border-left-color: rgb(253 242 248 / 0.4);
}

.border-l-pink-50\/45{
  border-left-color: rgb(253 242 248 / 0.45);
}

.border-l-pink-50\/5{
  border-left-color: rgb(253 242 248 / 0.05);
}

.border-l-pink-50\/50{
  border-left-color: rgb(253 242 248 / 0.5);
}

.border-l-pink-50\/55{
  border-left-color: rgb(253 242 248 / 0.55);
}

.border-l-pink-50\/60{
  border-left-color: rgb(253 242 248 / 0.6);
}

.border-l-pink-50\/65{
  border-left-color: rgb(253 242 248 / 0.65);
}

.border-l-pink-50\/70{
  border-left-color: rgb(253 242 248 / 0.7);
}

.border-l-pink-50\/75{
  border-left-color: rgb(253 242 248 / 0.75);
}

.border-l-pink-50\/80{
  border-left-color: rgb(253 242 248 / 0.8);
}

.border-l-pink-50\/85{
  border-left-color: rgb(253 242 248 / 0.85);
}

.border-l-pink-50\/90{
  border-left-color: rgb(253 242 248 / 0.9);
}

.border-l-pink-50\/95{
  border-left-color: rgb(253 242 248 / 0.95);
}

.border-l-pink-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-l-pink-500\/0{
  border-left-color: rgb(236 72 153 / 0);
}

.border-l-pink-500\/10{
  border-left-color: rgb(236 72 153 / 0.1);
}

.border-l-pink-500\/100{
  border-left-color: rgb(236 72 153 / 1);
}

.border-l-pink-500\/15{
  border-left-color: rgb(236 72 153 / 0.15);
}

.border-l-pink-500\/20{
  border-left-color: rgb(236 72 153 / 0.2);
}

.border-l-pink-500\/25{
  border-left-color: rgb(236 72 153 / 0.25);
}

.border-l-pink-500\/30{
  border-left-color: rgb(236 72 153 / 0.3);
}

.border-l-pink-500\/35{
  border-left-color: rgb(236 72 153 / 0.35);
}

.border-l-pink-500\/40{
  border-left-color: rgb(236 72 153 / 0.4);
}

.border-l-pink-500\/45{
  border-left-color: rgb(236 72 153 / 0.45);
}

.border-l-pink-500\/5{
  border-left-color: rgb(236 72 153 / 0.05);
}

.border-l-pink-500\/50{
  border-left-color: rgb(236 72 153 / 0.5);
}

.border-l-pink-500\/55{
  border-left-color: rgb(236 72 153 / 0.55);
}

.border-l-pink-500\/60{
  border-left-color: rgb(236 72 153 / 0.6);
}

.border-l-pink-500\/65{
  border-left-color: rgb(236 72 153 / 0.65);
}

.border-l-pink-500\/70{
  border-left-color: rgb(236 72 153 / 0.7);
}

.border-l-pink-500\/75{
  border-left-color: rgb(236 72 153 / 0.75);
}

.border-l-pink-500\/80{
  border-left-color: rgb(236 72 153 / 0.8);
}

.border-l-pink-500\/85{
  border-left-color: rgb(236 72 153 / 0.85);
}

.border-l-pink-500\/90{
  border-left-color: rgb(236 72 153 / 0.9);
}

.border-l-pink-500\/95{
  border-left-color: rgb(236 72 153 / 0.95);
}

.border-l-pink-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-l-pink-600\/0{
  border-left-color: rgb(219 39 119 / 0);
}

.border-l-pink-600\/10{
  border-left-color: rgb(219 39 119 / 0.1);
}

.border-l-pink-600\/100{
  border-left-color: rgb(219 39 119 / 1);
}

.border-l-pink-600\/15{
  border-left-color: rgb(219 39 119 / 0.15);
}

.border-l-pink-600\/20{
  border-left-color: rgb(219 39 119 / 0.2);
}

.border-l-pink-600\/25{
  border-left-color: rgb(219 39 119 / 0.25);
}

.border-l-pink-600\/30{
  border-left-color: rgb(219 39 119 / 0.3);
}

.border-l-pink-600\/35{
  border-left-color: rgb(219 39 119 / 0.35);
}

.border-l-pink-600\/40{
  border-left-color: rgb(219 39 119 / 0.4);
}

.border-l-pink-600\/45{
  border-left-color: rgb(219 39 119 / 0.45);
}

.border-l-pink-600\/5{
  border-left-color: rgb(219 39 119 / 0.05);
}

.border-l-pink-600\/50{
  border-left-color: rgb(219 39 119 / 0.5);
}

.border-l-pink-600\/55{
  border-left-color: rgb(219 39 119 / 0.55);
}

.border-l-pink-600\/60{
  border-left-color: rgb(219 39 119 / 0.6);
}

.border-l-pink-600\/65{
  border-left-color: rgb(219 39 119 / 0.65);
}

.border-l-pink-600\/70{
  border-left-color: rgb(219 39 119 / 0.7);
}

.border-l-pink-600\/75{
  border-left-color: rgb(219 39 119 / 0.75);
}

.border-l-pink-600\/80{
  border-left-color: rgb(219 39 119 / 0.8);
}

.border-l-pink-600\/85{
  border-left-color: rgb(219 39 119 / 0.85);
}

.border-l-pink-600\/90{
  border-left-color: rgb(219 39 119 / 0.9);
}

.border-l-pink-600\/95{
  border-left-color: rgb(219 39 119 / 0.95);
}

.border-l-pink-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-l-pink-700\/0{
  border-left-color: rgb(190 24 93 / 0);
}

.border-l-pink-700\/10{
  border-left-color: rgb(190 24 93 / 0.1);
}

.border-l-pink-700\/100{
  border-left-color: rgb(190 24 93 / 1);
}

.border-l-pink-700\/15{
  border-left-color: rgb(190 24 93 / 0.15);
}

.border-l-pink-700\/20{
  border-left-color: rgb(190 24 93 / 0.2);
}

.border-l-pink-700\/25{
  border-left-color: rgb(190 24 93 / 0.25);
}

.border-l-pink-700\/30{
  border-left-color: rgb(190 24 93 / 0.3);
}

.border-l-pink-700\/35{
  border-left-color: rgb(190 24 93 / 0.35);
}

.border-l-pink-700\/40{
  border-left-color: rgb(190 24 93 / 0.4);
}

.border-l-pink-700\/45{
  border-left-color: rgb(190 24 93 / 0.45);
}

.border-l-pink-700\/5{
  border-left-color: rgb(190 24 93 / 0.05);
}

.border-l-pink-700\/50{
  border-left-color: rgb(190 24 93 / 0.5);
}

.border-l-pink-700\/55{
  border-left-color: rgb(190 24 93 / 0.55);
}

.border-l-pink-700\/60{
  border-left-color: rgb(190 24 93 / 0.6);
}

.border-l-pink-700\/65{
  border-left-color: rgb(190 24 93 / 0.65);
}

.border-l-pink-700\/70{
  border-left-color: rgb(190 24 93 / 0.7);
}

.border-l-pink-700\/75{
  border-left-color: rgb(190 24 93 / 0.75);
}

.border-l-pink-700\/80{
  border-left-color: rgb(190 24 93 / 0.8);
}

.border-l-pink-700\/85{
  border-left-color: rgb(190 24 93 / 0.85);
}

.border-l-pink-700\/90{
  border-left-color: rgb(190 24 93 / 0.9);
}

.border-l-pink-700\/95{
  border-left-color: rgb(190 24 93 / 0.95);
}

.border-l-pink-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-l-pink-800\/0{
  border-left-color: rgb(157 23 77 / 0);
}

.border-l-pink-800\/10{
  border-left-color: rgb(157 23 77 / 0.1);
}

.border-l-pink-800\/100{
  border-left-color: rgb(157 23 77 / 1);
}

.border-l-pink-800\/15{
  border-left-color: rgb(157 23 77 / 0.15);
}

.border-l-pink-800\/20{
  border-left-color: rgb(157 23 77 / 0.2);
}

.border-l-pink-800\/25{
  border-left-color: rgb(157 23 77 / 0.25);
}

.border-l-pink-800\/30{
  border-left-color: rgb(157 23 77 / 0.3);
}

.border-l-pink-800\/35{
  border-left-color: rgb(157 23 77 / 0.35);
}

.border-l-pink-800\/40{
  border-left-color: rgb(157 23 77 / 0.4);
}

.border-l-pink-800\/45{
  border-left-color: rgb(157 23 77 / 0.45);
}

.border-l-pink-800\/5{
  border-left-color: rgb(157 23 77 / 0.05);
}

.border-l-pink-800\/50{
  border-left-color: rgb(157 23 77 / 0.5);
}

.border-l-pink-800\/55{
  border-left-color: rgb(157 23 77 / 0.55);
}

.border-l-pink-800\/60{
  border-left-color: rgb(157 23 77 / 0.6);
}

.border-l-pink-800\/65{
  border-left-color: rgb(157 23 77 / 0.65);
}

.border-l-pink-800\/70{
  border-left-color: rgb(157 23 77 / 0.7);
}

.border-l-pink-800\/75{
  border-left-color: rgb(157 23 77 / 0.75);
}

.border-l-pink-800\/80{
  border-left-color: rgb(157 23 77 / 0.8);
}

.border-l-pink-800\/85{
  border-left-color: rgb(157 23 77 / 0.85);
}

.border-l-pink-800\/90{
  border-left-color: rgb(157 23 77 / 0.9);
}

.border-l-pink-800\/95{
  border-left-color: rgb(157 23 77 / 0.95);
}

.border-l-pink-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-l-pink-900\/0{
  border-left-color: rgb(131 24 67 / 0);
}

.border-l-pink-900\/10{
  border-left-color: rgb(131 24 67 / 0.1);
}

.border-l-pink-900\/100{
  border-left-color: rgb(131 24 67 / 1);
}

.border-l-pink-900\/15{
  border-left-color: rgb(131 24 67 / 0.15);
}

.border-l-pink-900\/20{
  border-left-color: rgb(131 24 67 / 0.2);
}

.border-l-pink-900\/25{
  border-left-color: rgb(131 24 67 / 0.25);
}

.border-l-pink-900\/30{
  border-left-color: rgb(131 24 67 / 0.3);
}

.border-l-pink-900\/35{
  border-left-color: rgb(131 24 67 / 0.35);
}

.border-l-pink-900\/40{
  border-left-color: rgb(131 24 67 / 0.4);
}

.border-l-pink-900\/45{
  border-left-color: rgb(131 24 67 / 0.45);
}

.border-l-pink-900\/5{
  border-left-color: rgb(131 24 67 / 0.05);
}

.border-l-pink-900\/50{
  border-left-color: rgb(131 24 67 / 0.5);
}

.border-l-pink-900\/55{
  border-left-color: rgb(131 24 67 / 0.55);
}

.border-l-pink-900\/60{
  border-left-color: rgb(131 24 67 / 0.6);
}

.border-l-pink-900\/65{
  border-left-color: rgb(131 24 67 / 0.65);
}

.border-l-pink-900\/70{
  border-left-color: rgb(131 24 67 / 0.7);
}

.border-l-pink-900\/75{
  border-left-color: rgb(131 24 67 / 0.75);
}

.border-l-pink-900\/80{
  border-left-color: rgb(131 24 67 / 0.8);
}

.border-l-pink-900\/85{
  border-left-color: rgb(131 24 67 / 0.85);
}

.border-l-pink-900\/90{
  border-left-color: rgb(131 24 67 / 0.9);
}

.border-l-pink-900\/95{
  border-left-color: rgb(131 24 67 / 0.95);
}

.border-l-pink-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-l-pink-950\/0{
  border-left-color: rgb(80 7 36 / 0);
}

.border-l-pink-950\/10{
  border-left-color: rgb(80 7 36 / 0.1);
}

.border-l-pink-950\/100{
  border-left-color: rgb(80 7 36 / 1);
}

.border-l-pink-950\/15{
  border-left-color: rgb(80 7 36 / 0.15);
}

.border-l-pink-950\/20{
  border-left-color: rgb(80 7 36 / 0.2);
}

.border-l-pink-950\/25{
  border-left-color: rgb(80 7 36 / 0.25);
}

.border-l-pink-950\/30{
  border-left-color: rgb(80 7 36 / 0.3);
}

.border-l-pink-950\/35{
  border-left-color: rgb(80 7 36 / 0.35);
}

.border-l-pink-950\/40{
  border-left-color: rgb(80 7 36 / 0.4);
}

.border-l-pink-950\/45{
  border-left-color: rgb(80 7 36 / 0.45);
}

.border-l-pink-950\/5{
  border-left-color: rgb(80 7 36 / 0.05);
}

.border-l-pink-950\/50{
  border-left-color: rgb(80 7 36 / 0.5);
}

.border-l-pink-950\/55{
  border-left-color: rgb(80 7 36 / 0.55);
}

.border-l-pink-950\/60{
  border-left-color: rgb(80 7 36 / 0.6);
}

.border-l-pink-950\/65{
  border-left-color: rgb(80 7 36 / 0.65);
}

.border-l-pink-950\/70{
  border-left-color: rgb(80 7 36 / 0.7);
}

.border-l-pink-950\/75{
  border-left-color: rgb(80 7 36 / 0.75);
}

.border-l-pink-950\/80{
  border-left-color: rgb(80 7 36 / 0.8);
}

.border-l-pink-950\/85{
  border-left-color: rgb(80 7 36 / 0.85);
}

.border-l-pink-950\/90{
  border-left-color: rgb(80 7 36 / 0.9);
}

.border-l-pink-950\/95{
  border-left-color: rgb(80 7 36 / 0.95);
}

.border-l-primary{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.border-l-primary-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.border-l-primary-hover\/0{
  border-left-color: rgb(71 57 169 / 0);
}

.border-l-primary-hover\/10{
  border-left-color: rgb(71 57 169 / 0.1);
}

.border-l-primary-hover\/100{
  border-left-color: rgb(71 57 169 / 1);
}

.border-l-primary-hover\/15{
  border-left-color: rgb(71 57 169 / 0.15);
}

.border-l-primary-hover\/20{
  border-left-color: rgb(71 57 169 / 0.2);
}

.border-l-primary-hover\/25{
  border-left-color: rgb(71 57 169 / 0.25);
}

.border-l-primary-hover\/30{
  border-left-color: rgb(71 57 169 / 0.3);
}

.border-l-primary-hover\/35{
  border-left-color: rgb(71 57 169 / 0.35);
}

.border-l-primary-hover\/40{
  border-left-color: rgb(71 57 169 / 0.4);
}

.border-l-primary-hover\/45{
  border-left-color: rgb(71 57 169 / 0.45);
}

.border-l-primary-hover\/5{
  border-left-color: rgb(71 57 169 / 0.05);
}

.border-l-primary-hover\/50{
  border-left-color: rgb(71 57 169 / 0.5);
}

.border-l-primary-hover\/55{
  border-left-color: rgb(71 57 169 / 0.55);
}

.border-l-primary-hover\/60{
  border-left-color: rgb(71 57 169 / 0.6);
}

.border-l-primary-hover\/65{
  border-left-color: rgb(71 57 169 / 0.65);
}

.border-l-primary-hover\/70{
  border-left-color: rgb(71 57 169 / 0.7);
}

.border-l-primary-hover\/75{
  border-left-color: rgb(71 57 169 / 0.75);
}

.border-l-primary-hover\/80{
  border-left-color: rgb(71 57 169 / 0.8);
}

.border-l-primary-hover\/85{
  border-left-color: rgb(71 57 169 / 0.85);
}

.border-l-primary-hover\/90{
  border-left-color: rgb(71 57 169 / 0.9);
}

.border-l-primary-hover\/95{
  border-left-color: rgb(71 57 169 / 0.95);
}

.border-l-primary\/0{
  border-left-color: rgb(85 70 192 / 0);
}

.border-l-primary\/10{
  border-left-color: rgb(85 70 192 / 0.1);
}

.border-l-primary\/100{
  border-left-color: rgb(85 70 192 / 1);
}

.border-l-primary\/15{
  border-left-color: rgb(85 70 192 / 0.15);
}

.border-l-primary\/20{
  border-left-color: rgb(85 70 192 / 0.2);
}

.border-l-primary\/25{
  border-left-color: rgb(85 70 192 / 0.25);
}

.border-l-primary\/30{
  border-left-color: rgb(85 70 192 / 0.3);
}

.border-l-primary\/35{
  border-left-color: rgb(85 70 192 / 0.35);
}

.border-l-primary\/40{
  border-left-color: rgb(85 70 192 / 0.4);
}

.border-l-primary\/45{
  border-left-color: rgb(85 70 192 / 0.45);
}

.border-l-primary\/5{
  border-left-color: rgb(85 70 192 / 0.05);
}

.border-l-primary\/50{
  border-left-color: rgb(85 70 192 / 0.5);
}

.border-l-primary\/55{
  border-left-color: rgb(85 70 192 / 0.55);
}

.border-l-primary\/60{
  border-left-color: rgb(85 70 192 / 0.6);
}

.border-l-primary\/65{
  border-left-color: rgb(85 70 192 / 0.65);
}

.border-l-primary\/70{
  border-left-color: rgb(85 70 192 / 0.7);
}

.border-l-primary\/75{
  border-left-color: rgb(85 70 192 / 0.75);
}

.border-l-primary\/80{
  border-left-color: rgb(85 70 192 / 0.8);
}

.border-l-primary\/85{
  border-left-color: rgb(85 70 192 / 0.85);
}

.border-l-primary\/90{
  border-left-color: rgb(85 70 192 / 0.9);
}

.border-l-primary\/95{
  border-left-color: rgb(85 70 192 / 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\/15{
  border-left-color: rgb(243 232 255 / 0.15);
}

.border-l-purple-100\/20{
  border-left-color: rgb(243 232 255 / 0.2);
}

.border-l-purple-100\/25{
  border-left-color: rgb(243 232 255 / 0.25);
}

.border-l-purple-100\/30{
  border-left-color: rgb(243 232 255 / 0.3);
}

.border-l-purple-100\/35{
  border-left-color: rgb(243 232 255 / 0.35);
}

.border-l-purple-100\/40{
  border-left-color: rgb(243 232 255 / 0.4);
}

.border-l-purple-100\/45{
  border-left-color: rgb(243 232 255 / 0.45);
}

.border-l-purple-100\/5{
  border-left-color: rgb(243 232 255 / 0.05);
}

.border-l-purple-100\/50{
  border-left-color: rgb(243 232 255 / 0.5);
}

.border-l-purple-100\/55{
  border-left-color: rgb(243 232 255 / 0.55);
}

.border-l-purple-100\/60{
  border-left-color: rgb(243 232 255 / 0.6);
}

.border-l-purple-100\/65{
  border-left-color: rgb(243 232 255 / 0.65);
}

.border-l-purple-100\/70{
  border-left-color: rgb(243 232 255 / 0.7);
}

.border-l-purple-100\/75{
  border-left-color: rgb(243 232 255 / 0.75);
}

.border-l-purple-100\/80{
  border-left-color: rgb(243 232 255 / 0.8);
}

.border-l-purple-100\/85{
  border-left-color: rgb(243 232 255 / 0.85);
}

.border-l-purple-100\/90{
  border-left-color: rgb(243 232 255 / 0.9);
}

.border-l-purple-100\/95{
  border-left-color: rgb(243 232 255 / 0.95);
}

.border-l-purple-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-l-purple-200\/0{
  border-left-color: rgb(233 213 255 / 0);
}

.border-l-purple-200\/10{
  border-left-color: rgb(233 213 255 / 0.1);
}

.border-l-purple-200\/100{
  border-left-color: rgb(233 213 255 / 1);
}

.border-l-purple-200\/15{
  border-left-color: rgb(233 213 255 / 0.15);
}

.border-l-purple-200\/20{
  border-left-color: rgb(233 213 255 / 0.2);
}

.border-l-purple-200\/25{
  border-left-color: rgb(233 213 255 / 0.25);
}

.border-l-purple-200\/30{
  border-left-color: rgb(233 213 255 / 0.3);
}

.border-l-purple-200\/35{
  border-left-color: rgb(233 213 255 / 0.35);
}

.border-l-purple-200\/40{
  border-left-color: rgb(233 213 255 / 0.4);
}

.border-l-purple-200\/45{
  border-left-color: rgb(233 213 255 / 0.45);
}

.border-l-purple-200\/5{
  border-left-color: rgb(233 213 255 / 0.05);
}

.border-l-purple-200\/50{
  border-left-color: rgb(233 213 255 / 0.5);
}

.border-l-purple-200\/55{
  border-left-color: rgb(233 213 255 / 0.55);
}

.border-l-purple-200\/60{
  border-left-color: rgb(233 213 255 / 0.6);
}

.border-l-purple-200\/65{
  border-left-color: rgb(233 213 255 / 0.65);
}

.border-l-purple-200\/70{
  border-left-color: rgb(233 213 255 / 0.7);
}

.border-l-purple-200\/75{
  border-left-color: rgb(233 213 255 / 0.75);
}

.border-l-purple-200\/80{
  border-left-color: rgb(233 213 255 / 0.8);
}

.border-l-purple-200\/85{
  border-left-color: rgb(233 213 255 / 0.85);
}

.border-l-purple-200\/90{
  border-left-color: rgb(233 213 255 / 0.9);
}

.border-l-purple-200\/95{
  border-left-color: rgb(233 213 255 / 0.95);
}

.border-l-purple-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-l-purple-300\/0{
  border-left-color: rgb(216 180 254 / 0);
}

.border-l-purple-300\/10{
  border-left-color: rgb(216 180 254 / 0.1);
}

.border-l-purple-300\/100{
  border-left-color: rgb(216 180 254 / 1);
}

.border-l-purple-300\/15{
  border-left-color: rgb(216 180 254 / 0.15);
}

.border-l-purple-300\/20{
  border-left-color: rgb(216 180 254 / 0.2);
}

.border-l-purple-300\/25{
  border-left-color: rgb(216 180 254 / 0.25);
}

.border-l-purple-300\/30{
  border-left-color: rgb(216 180 254 / 0.3);
}

.border-l-purple-300\/35{
  border-left-color: rgb(216 180 254 / 0.35);
}

.border-l-purple-300\/40{
  border-left-color: rgb(216 180 254 / 0.4);
}

.border-l-purple-300\/45{
  border-left-color: rgb(216 180 254 / 0.45);
}

.border-l-purple-300\/5{
  border-left-color: rgb(216 180 254 / 0.05);
}

.border-l-purple-300\/50{
  border-left-color: rgb(216 180 254 / 0.5);
}

.border-l-purple-300\/55{
  border-left-color: rgb(216 180 254 / 0.55);
}

.border-l-purple-300\/60{
  border-left-color: rgb(216 180 254 / 0.6);
}

.border-l-purple-300\/65{
  border-left-color: rgb(216 180 254 / 0.65);
}

.border-l-purple-300\/70{
  border-left-color: rgb(216 180 254 / 0.7);
}

.border-l-purple-300\/75{
  border-left-color: rgb(216 180 254 / 0.75);
}

.border-l-purple-300\/80{
  border-left-color: rgb(216 180 254 / 0.8);
}

.border-l-purple-300\/85{
  border-left-color: rgb(216 180 254 / 0.85);
}

.border-l-purple-300\/90{
  border-left-color: rgb(216 180 254 / 0.9);
}

.border-l-purple-300\/95{
  border-left-color: rgb(216 180 254 / 0.95);
}

.border-l-purple-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-l-purple-400\/0{
  border-left-color: rgb(192 132 252 / 0);
}

.border-l-purple-400\/10{
  border-left-color: rgb(192 132 252 / 0.1);
}

.border-l-purple-400\/100{
  border-left-color: rgb(192 132 252 / 1);
}

.border-l-purple-400\/15{
  border-left-color: rgb(192 132 252 / 0.15);
}

.border-l-purple-400\/20{
  border-left-color: rgb(192 132 252 / 0.2);
}

.border-l-purple-400\/25{
  border-left-color: rgb(192 132 252 / 0.25);
}

.border-l-purple-400\/30{
  border-left-color: rgb(192 132 252 / 0.3);
}

.border-l-purple-400\/35{
  border-left-color: rgb(192 132 252 / 0.35);
}

.border-l-purple-400\/40{
  border-left-color: rgb(192 132 252 / 0.4);
}

.border-l-purple-400\/45{
  border-left-color: rgb(192 132 252 / 0.45);
}

.border-l-purple-400\/5{
  border-left-color: rgb(192 132 252 / 0.05);
}

.border-l-purple-400\/50{
  border-left-color: rgb(192 132 252 / 0.5);
}

.border-l-purple-400\/55{
  border-left-color: rgb(192 132 252 / 0.55);
}

.border-l-purple-400\/60{
  border-left-color: rgb(192 132 252 / 0.6);
}

.border-l-purple-400\/65{
  border-left-color: rgb(192 132 252 / 0.65);
}

.border-l-purple-400\/70{
  border-left-color: rgb(192 132 252 / 0.7);
}

.border-l-purple-400\/75{
  border-left-color: rgb(192 132 252 / 0.75);
}

.border-l-purple-400\/80{
  border-left-color: rgb(192 132 252 / 0.8);
}

.border-l-purple-400\/85{
  border-left-color: rgb(192 132 252 / 0.85);
}

.border-l-purple-400\/90{
  border-left-color: rgb(192 132 252 / 0.9);
}

.border-l-purple-400\/95{
  border-left-color: rgb(192 132 252 / 0.95);
}

.border-l-purple-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-l-purple-50\/0{
  border-left-color: rgb(250 245 255 / 0);
}

.border-l-purple-50\/10{
  border-left-color: rgb(250 245 255 / 0.1);
}

.border-l-purple-50\/100{
  border-left-color: rgb(250 245 255 / 1);
}

.border-l-purple-50\/15{
  border-left-color: rgb(250 245 255 / 0.15);
}

.border-l-purple-50\/20{
  border-left-color: rgb(250 245 255 / 0.2);
}

.border-l-purple-50\/25{
  border-left-color: rgb(250 245 255 / 0.25);
}

.border-l-purple-50\/30{
  border-left-color: rgb(250 245 255 / 0.3);
}

.border-l-purple-50\/35{
  border-left-color: rgb(250 245 255 / 0.35);
}

.border-l-purple-50\/40{
  border-left-color: rgb(250 245 255 / 0.4);
}

.border-l-purple-50\/45{
  border-left-color: rgb(250 245 255 / 0.45);
}

.border-l-purple-50\/5{
  border-left-color: rgb(250 245 255 / 0.05);
}

.border-l-purple-50\/50{
  border-left-color: rgb(250 245 255 / 0.5);
}

.border-l-purple-50\/55{
  border-left-color: rgb(250 245 255 / 0.55);
}

.border-l-purple-50\/60{
  border-left-color: rgb(250 245 255 / 0.6);
}

.border-l-purple-50\/65{
  border-left-color: rgb(250 245 255 / 0.65);
}

.border-l-purple-50\/70{
  border-left-color: rgb(250 245 255 / 0.7);
}

.border-l-purple-50\/75{
  border-left-color: rgb(250 245 255 / 0.75);
}

.border-l-purple-50\/80{
  border-left-color: rgb(250 245 255 / 0.8);
}

.border-l-purple-50\/85{
  border-left-color: rgb(250 245 255 / 0.85);
}

.border-l-purple-50\/90{
  border-left-color: rgb(250 245 255 / 0.9);
}

.border-l-purple-50\/95{
  border-left-color: rgb(250 245 255 / 0.95);
}

.border-l-purple-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.border-l-purple-500\/0{
  border-left-color: rgb(168 85 247 / 0);
}

.border-l-purple-500\/10{
  border-left-color: rgb(168 85 247 / 0.1);
}

.border-l-purple-500\/100{
  border-left-color: rgb(168 85 247 / 1);
}

.border-l-purple-500\/15{
  border-left-color: rgb(168 85 247 / 0.15);
}

.border-l-purple-500\/20{
  border-left-color: rgb(168 85 247 / 0.2);
}

.border-l-purple-500\/25{
  border-left-color: rgb(168 85 247 / 0.25);
}

.border-l-purple-500\/30{
  border-left-color: rgb(168 85 247 / 0.3);
}

.border-l-purple-500\/35{
  border-left-color: rgb(168 85 247 / 0.35);
}

.border-l-purple-500\/40{
  border-left-color: rgb(168 85 247 / 0.4);
}

.border-l-purple-500\/45{
  border-left-color: rgb(168 85 247 / 0.45);
}

.border-l-purple-500\/5{
  border-left-color: rgb(168 85 247 / 0.05);
}

.border-l-purple-500\/50{
  border-left-color: rgb(168 85 247 / 0.5);
}

.border-l-purple-500\/55{
  border-left-color: rgb(168 85 247 / 0.55);
}

.border-l-purple-500\/60{
  border-left-color: rgb(168 85 247 / 0.6);
}

.border-l-purple-500\/65{
  border-left-color: rgb(168 85 247 / 0.65);
}

.border-l-purple-500\/70{
  border-left-color: rgb(168 85 247 / 0.7);
}

.border-l-purple-500\/75{
  border-left-color: rgb(168 85 247 / 0.75);
}

.border-l-purple-500\/80{
  border-left-color: rgb(168 85 247 / 0.8);
}

.border-l-purple-500\/85{
  border-left-color: rgb(168 85 247 / 0.85);
}

.border-l-purple-500\/90{
  border-left-color: rgb(168 85 247 / 0.9);
}

.border-l-purple-500\/95{
  border-left-color: rgb(168 85 247 / 0.95);
}

.border-l-purple-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-l-purple-600\/0{
  border-left-color: rgb(147 51 234 / 0);
}

.border-l-purple-600\/10{
  border-left-color: rgb(147 51 234 / 0.1);
}

.border-l-purple-600\/100{
  border-left-color: rgb(147 51 234 / 1);
}

.border-l-purple-600\/15{
  border-left-color: rgb(147 51 234 / 0.15);
}

.border-l-purple-600\/20{
  border-left-color: rgb(147 51 234 / 0.2);
}

.border-l-purple-600\/25{
  border-left-color: rgb(147 51 234 / 0.25);
}

.border-l-purple-600\/30{
  border-left-color: rgb(147 51 234 / 0.3);
}

.border-l-purple-600\/35{
  border-left-color: rgb(147 51 234 / 0.35);
}

.border-l-purple-600\/40{
  border-left-color: rgb(147 51 234 / 0.4);
}

.border-l-purple-600\/45{
  border-left-color: rgb(147 51 234 / 0.45);
}

.border-l-purple-600\/5{
  border-left-color: rgb(147 51 234 / 0.05);
}

.border-l-purple-600\/50{
  border-left-color: rgb(147 51 234 / 0.5);
}

.border-l-purple-600\/55{
  border-left-color: rgb(147 51 234 / 0.55);
}

.border-l-purple-600\/60{
  border-left-color: rgb(147 51 234 / 0.6);
}

.border-l-purple-600\/65{
  border-left-color: rgb(147 51 234 / 0.65);
}

.border-l-purple-600\/70{
  border-left-color: rgb(147 51 234 / 0.7);
}

.border-l-purple-600\/75{
  border-left-color: rgb(147 51 234 / 0.75);
}

.border-l-purple-600\/80{
  border-left-color: rgb(147 51 234 / 0.8);
}

.border-l-purple-600\/85{
  border-left-color: rgb(147 51 234 / 0.85);
}

.border-l-purple-600\/90{
  border-left-color: rgb(147 51 234 / 0.9);
}

.border-l-purple-600\/95{
  border-left-color: rgb(147 51 234 / 0.95);
}

.border-l-purple-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-l-purple-700\/0{
  border-left-color: rgb(126 34 206 / 0);
}

.border-l-purple-700\/10{
  border-left-color: rgb(126 34 206 / 0.1);
}

.border-l-purple-700\/100{
  border-left-color: rgb(126 34 206 / 1);
}

.border-l-purple-700\/15{
  border-left-color: rgb(126 34 206 / 0.15);
}

.border-l-purple-700\/20{
  border-left-color: rgb(126 34 206 / 0.2);
}

.border-l-purple-700\/25{
  border-left-color: rgb(126 34 206 / 0.25);
}

.border-l-purple-700\/30{
  border-left-color: rgb(126 34 206 / 0.3);
}

.border-l-purple-700\/35{
  border-left-color: rgb(126 34 206 / 0.35);
}

.border-l-purple-700\/40{
  border-left-color: rgb(126 34 206 / 0.4);
}

.border-l-purple-700\/45{
  border-left-color: rgb(126 34 206 / 0.45);
}

.border-l-purple-700\/5{
  border-left-color: rgb(126 34 206 / 0.05);
}

.border-l-purple-700\/50{
  border-left-color: rgb(126 34 206 / 0.5);
}

.border-l-purple-700\/55{
  border-left-color: rgb(126 34 206 / 0.55);
}

.border-l-purple-700\/60{
  border-left-color: rgb(126 34 206 / 0.6);
}

.border-l-purple-700\/65{
  border-left-color: rgb(126 34 206 / 0.65);
}

.border-l-purple-700\/70{
  border-left-color: rgb(126 34 206 / 0.7);
}

.border-l-purple-700\/75{
  border-left-color: rgb(126 34 206 / 0.75);
}

.border-l-purple-700\/80{
  border-left-color: rgb(126 34 206 / 0.8);
}

.border-l-purple-700\/85{
  border-left-color: rgb(126 34 206 / 0.85);
}

.border-l-purple-700\/90{
  border-left-color: rgb(126 34 206 / 0.9);
}

.border-l-purple-700\/95{
  border-left-color: rgb(126 34 206 / 0.95);
}

.border-l-purple-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-l-purple-800\/0{
  border-left-color: rgb(107 33 168 / 0);
}

.border-l-purple-800\/10{
  border-left-color: rgb(107 33 168 / 0.1);
}

.border-l-purple-800\/100{
  border-left-color: rgb(107 33 168 / 1);
}

.border-l-purple-800\/15{
  border-left-color: rgb(107 33 168 / 0.15);
}

.border-l-purple-800\/20{
  border-left-color: rgb(107 33 168 / 0.2);
}

.border-l-purple-800\/25{
  border-left-color: rgb(107 33 168 / 0.25);
}

.border-l-purple-800\/30{
  border-left-color: rgb(107 33 168 / 0.3);
}

.border-l-purple-800\/35{
  border-left-color: rgb(107 33 168 / 0.35);
}

.border-l-purple-800\/40{
  border-left-color: rgb(107 33 168 / 0.4);
}

.border-l-purple-800\/45{
  border-left-color: rgb(107 33 168 / 0.45);
}

.border-l-purple-800\/5{
  border-left-color: rgb(107 33 168 / 0.05);
}

.border-l-purple-800\/50{
  border-left-color: rgb(107 33 168 / 0.5);
}

.border-l-purple-800\/55{
  border-left-color: rgb(107 33 168 / 0.55);
}

.border-l-purple-800\/60{
  border-left-color: rgb(107 33 168 / 0.6);
}

.border-l-purple-800\/65{
  border-left-color: rgb(107 33 168 / 0.65);
}

.border-l-purple-800\/70{
  border-left-color: rgb(107 33 168 / 0.7);
}

.border-l-purple-800\/75{
  border-left-color: rgb(107 33 168 / 0.75);
}

.border-l-purple-800\/80{
  border-left-color: rgb(107 33 168 / 0.8);
}

.border-l-purple-800\/85{
  border-left-color: rgb(107 33 168 / 0.85);
}

.border-l-purple-800\/90{
  border-left-color: rgb(107 33 168 / 0.9);
}

.border-l-purple-800\/95{
  border-left-color: rgb(107 33 168 / 0.95);
}

.border-l-purple-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-l-purple-900\/0{
  border-left-color: rgb(88 28 135 / 0);
}

.border-l-purple-900\/10{
  border-left-color: rgb(88 28 135 / 0.1);
}

.border-l-purple-900\/100{
  border-left-color: rgb(88 28 135 / 1);
}

.border-l-purple-900\/15{
  border-left-color: rgb(88 28 135 / 0.15);
}

.border-l-purple-900\/20{
  border-left-color: rgb(88 28 135 / 0.2);
}

.border-l-purple-900\/25{
  border-left-color: rgb(88 28 135 / 0.25);
}

.border-l-purple-900\/30{
  border-left-color: rgb(88 28 135 / 0.3);
}

.border-l-purple-900\/35{
  border-left-color: rgb(88 28 135 / 0.35);
}

.border-l-purple-900\/40{
  border-left-color: rgb(88 28 135 / 0.4);
}

.border-l-purple-900\/45{
  border-left-color: rgb(88 28 135 / 0.45);
}

.border-l-purple-900\/5{
  border-left-color: rgb(88 28 135 / 0.05);
}

.border-l-purple-900\/50{
  border-left-color: rgb(88 28 135 / 0.5);
}

.border-l-purple-900\/55{
  border-left-color: rgb(88 28 135 / 0.55);
}

.border-l-purple-900\/60{
  border-left-color: rgb(88 28 135 / 0.6);
}

.border-l-purple-900\/65{
  border-left-color: rgb(88 28 135 / 0.65);
}

.border-l-purple-900\/70{
  border-left-color: rgb(88 28 135 / 0.7);
}

.border-l-purple-900\/75{
  border-left-color: rgb(88 28 135 / 0.75);
}

.border-l-purple-900\/80{
  border-left-color: rgb(88 28 135 / 0.8);
}

.border-l-purple-900\/85{
  border-left-color: rgb(88 28 135 / 0.85);
}

.border-l-purple-900\/90{
  border-left-color: rgb(88 28 135 / 0.9);
}

.border-l-purple-900\/95{
  border-left-color: rgb(88 28 135 / 0.95);
}

.border-l-purple-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-l-purple-950\/0{
  border-left-color: rgb(59 7 100 / 0);
}

.border-l-purple-950\/10{
  border-left-color: rgb(59 7 100 / 0.1);
}

.border-l-purple-950\/100{
  border-left-color: rgb(59 7 100 / 1);
}

.border-l-purple-950\/15{
  border-left-color: rgb(59 7 100 / 0.15);
}

.border-l-purple-950\/20{
  border-left-color: rgb(59 7 100 / 0.2);
}

.border-l-purple-950\/25{
  border-left-color: rgb(59 7 100 / 0.25);
}

.border-l-purple-950\/30{
  border-left-color: rgb(59 7 100 / 0.3);
}

.border-l-purple-950\/35{
  border-left-color: rgb(59 7 100 / 0.35);
}

.border-l-purple-950\/40{
  border-left-color: rgb(59 7 100 / 0.4);
}

.border-l-purple-950\/45{
  border-left-color: rgb(59 7 100 / 0.45);
}

.border-l-purple-950\/5{
  border-left-color: rgb(59 7 100 / 0.05);
}

.border-l-purple-950\/50{
  border-left-color: rgb(59 7 100 / 0.5);
}

.border-l-purple-950\/55{
  border-left-color: rgb(59 7 100 / 0.55);
}

.border-l-purple-950\/60{
  border-left-color: rgb(59 7 100 / 0.6);
}

.border-l-purple-950\/65{
  border-left-color: rgb(59 7 100 / 0.65);
}

.border-l-purple-950\/70{
  border-left-color: rgb(59 7 100 / 0.7);
}

.border-l-purple-950\/75{
  border-left-color: rgb(59 7 100 / 0.75);
}

.border-l-purple-950\/80{
  border-left-color: rgb(59 7 100 / 0.8);
}

.border-l-purple-950\/85{
  border-left-color: rgb(59 7 100 / 0.85);
}

.border-l-purple-950\/90{
  border-left-color: rgb(59 7 100 / 0.9);
}

.border-l-purple-950\/95{
  border-left-color: rgb(59 7 100 / 0.95);
}

.border-l-quaternary{
  --tw-border-opacity: 1;
  border-left-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.border-l-quaternary-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.border-l-quaternary-hover\/0{
  border-left-color: rgb(43 202 241 / 0);
}

.border-l-quaternary-hover\/10{
  border-left-color: rgb(43 202 241 / 0.1);
}

.border-l-quaternary-hover\/100{
  border-left-color: rgb(43 202 241 / 1);
}

.border-l-quaternary-hover\/15{
  border-left-color: rgb(43 202 241 / 0.15);
}

.border-l-quaternary-hover\/20{
  border-left-color: rgb(43 202 241 / 0.2);
}

.border-l-quaternary-hover\/25{
  border-left-color: rgb(43 202 241 / 0.25);
}

.border-l-quaternary-hover\/30{
  border-left-color: rgb(43 202 241 / 0.3);
}

.border-l-quaternary-hover\/35{
  border-left-color: rgb(43 202 241 / 0.35);
}

.border-l-quaternary-hover\/40{
  border-left-color: rgb(43 202 241 / 0.4);
}

.border-l-quaternary-hover\/45{
  border-left-color: rgb(43 202 241 / 0.45);
}

.border-l-quaternary-hover\/5{
  border-left-color: rgb(43 202 241 / 0.05);
}

.border-l-quaternary-hover\/50{
  border-left-color: rgb(43 202 241 / 0.5);
}

.border-l-quaternary-hover\/55{
  border-left-color: rgb(43 202 241 / 0.55);
}

.border-l-quaternary-hover\/60{
  border-left-color: rgb(43 202 241 / 0.6);
}

.border-l-quaternary-hover\/65{
  border-left-color: rgb(43 202 241 / 0.65);
}

.border-l-quaternary-hover\/70{
  border-left-color: rgb(43 202 241 / 0.7);
}

.border-l-quaternary-hover\/75{
  border-left-color: rgb(43 202 241 / 0.75);
}

.border-l-quaternary-hover\/80{
  border-left-color: rgb(43 202 241 / 0.8);
}

.border-l-quaternary-hover\/85{
  border-left-color: rgb(43 202 241 / 0.85);
}

.border-l-quaternary-hover\/90{
  border-left-color: rgb(43 202 241 / 0.9);
}

.border-l-quaternary-hover\/95{
  border-left-color: rgb(43 202 241 / 0.95);
}

.border-l-quaternary\/0{
  border-left-color: rgb(61 209 246 / 0);
}

.border-l-quaternary\/10{
  border-left-color: rgb(61 209 246 / 0.1);
}

.border-l-quaternary\/100{
  border-left-color: rgb(61 209 246 / 1);
}

.border-l-quaternary\/15{
  border-left-color: rgb(61 209 246 / 0.15);
}

.border-l-quaternary\/20{
  border-left-color: rgb(61 209 246 / 0.2);
}

.border-l-quaternary\/25{
  border-left-color: rgb(61 209 246 / 0.25);
}

.border-l-quaternary\/30{
  border-left-color: rgb(61 209 246 / 0.3);
}

.border-l-quaternary\/35{
  border-left-color: rgb(61 209 246 / 0.35);
}

.border-l-quaternary\/40{
  border-left-color: rgb(61 209 246 / 0.4);
}

.border-l-quaternary\/45{
  border-left-color: rgb(61 209 246 / 0.45);
}

.border-l-quaternary\/5{
  border-left-color: rgb(61 209 246 / 0.05);
}

.border-l-quaternary\/50{
  border-left-color: rgb(61 209 246 / 0.5);
}

.border-l-quaternary\/55{
  border-left-color: rgb(61 209 246 / 0.55);
}

.border-l-quaternary\/60{
  border-left-color: rgb(61 209 246 / 0.6);
}

.border-l-quaternary\/65{
  border-left-color: rgb(61 209 246 / 0.65);
}

.border-l-quaternary\/70{
  border-left-color: rgb(61 209 246 / 0.7);
}

.border-l-quaternary\/75{
  border-left-color: rgb(61 209 246 / 0.75);
}

.border-l-quaternary\/80{
  border-left-color: rgb(61 209 246 / 0.8);
}

.border-l-quaternary\/85{
  border-left-color: rgb(61 209 246 / 0.85);
}

.border-l-quaternary\/90{
  border-left-color: rgb(61 209 246 / 0.9);
}

.border-l-quaternary\/95{
  border-left-color: rgb(61 209 246 / 0.95);
}

.border-l-quinary{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.border-l-quinary-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.border-l-quinary-hover\/0{
  border-left-color: rgb(112 126 222 / 0);
}

.border-l-quinary-hover\/10{
  border-left-color: rgb(112 126 222 / 0.1);
}

.border-l-quinary-hover\/100{
  border-left-color: rgb(112 126 222 / 1);
}

.border-l-quinary-hover\/15{
  border-left-color: rgb(112 126 222 / 0.15);
}

.border-l-quinary-hover\/20{
  border-left-color: rgb(112 126 222 / 0.2);
}

.border-l-quinary-hover\/25{
  border-left-color: rgb(112 126 222 / 0.25);
}

.border-l-quinary-hover\/30{
  border-left-color: rgb(112 126 222 / 0.3);
}

.border-l-quinary-hover\/35{
  border-left-color: rgb(112 126 222 / 0.35);
}

.border-l-quinary-hover\/40{
  border-left-color: rgb(112 126 222 / 0.4);
}

.border-l-quinary-hover\/45{
  border-left-color: rgb(112 126 222 / 0.45);
}

.border-l-quinary-hover\/5{
  border-left-color: rgb(112 126 222 / 0.05);
}

.border-l-quinary-hover\/50{
  border-left-color: rgb(112 126 222 / 0.5);
}

.border-l-quinary-hover\/55{
  border-left-color: rgb(112 126 222 / 0.55);
}

.border-l-quinary-hover\/60{
  border-left-color: rgb(112 126 222 / 0.6);
}

.border-l-quinary-hover\/65{
  border-left-color: rgb(112 126 222 / 0.65);
}

.border-l-quinary-hover\/70{
  border-left-color: rgb(112 126 222 / 0.7);
}

.border-l-quinary-hover\/75{
  border-left-color: rgb(112 126 222 / 0.75);
}

.border-l-quinary-hover\/80{
  border-left-color: rgb(112 126 222 / 0.8);
}

.border-l-quinary-hover\/85{
  border-left-color: rgb(112 126 222 / 0.85);
}

.border-l-quinary-hover\/90{
  border-left-color: rgb(112 126 222 / 0.9);
}

.border-l-quinary-hover\/95{
  border-left-color: rgb(112 126 222 / 0.95);
}

.border-l-quinary\/0{
  border-left-color: rgb(136 150 244 / 0);
}

.border-l-quinary\/10{
  border-left-color: rgb(136 150 244 / 0.1);
}

.border-l-quinary\/100{
  border-left-color: rgb(136 150 244 / 1);
}

.border-l-quinary\/15{
  border-left-color: rgb(136 150 244 / 0.15);
}

.border-l-quinary\/20{
  border-left-color: rgb(136 150 244 / 0.2);
}

.border-l-quinary\/25{
  border-left-color: rgb(136 150 244 / 0.25);
}

.border-l-quinary\/30{
  border-left-color: rgb(136 150 244 / 0.3);
}

.border-l-quinary\/35{
  border-left-color: rgb(136 150 244 / 0.35);
}

.border-l-quinary\/40{
  border-left-color: rgb(136 150 244 / 0.4);
}

.border-l-quinary\/45{
  border-left-color: rgb(136 150 244 / 0.45);
}

.border-l-quinary\/5{
  border-left-color: rgb(136 150 244 / 0.05);
}

.border-l-quinary\/50{
  border-left-color: rgb(136 150 244 / 0.5);
}

.border-l-quinary\/55{
  border-left-color: rgb(136 150 244 / 0.55);
}

.border-l-quinary\/60{
  border-left-color: rgb(136 150 244 / 0.6);
}

.border-l-quinary\/65{
  border-left-color: rgb(136 150 244 / 0.65);
}

.border-l-quinary\/70{
  border-left-color: rgb(136 150 244 / 0.7);
}

.border-l-quinary\/75{
  border-left-color: rgb(136 150 244 / 0.75);
}

.border-l-quinary\/80{
  border-left-color: rgb(136 150 244 / 0.8);
}

.border-l-quinary\/85{
  border-left-color: rgb(136 150 244 / 0.85);
}

.border-l-quinary\/90{
  border-left-color: rgb(136 150 244 / 0.9);
}

.border-l-quinary\/95{
  border-left-color: rgb(136 150 244 / 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\/15{
  border-left-color: rgb(254 226 226 / 0.15);
}

.border-l-red-100\/20{
  border-left-color: rgb(254 226 226 / 0.2);
}

.border-l-red-100\/25{
  border-left-color: rgb(254 226 226 / 0.25);
}

.border-l-red-100\/30{
  border-left-color: rgb(254 226 226 / 0.3);
}

.border-l-red-100\/35{
  border-left-color: rgb(254 226 226 / 0.35);
}

.border-l-red-100\/40{
  border-left-color: rgb(254 226 226 / 0.4);
}

.border-l-red-100\/45{
  border-left-color: rgb(254 226 226 / 0.45);
}

.border-l-red-100\/5{
  border-left-color: rgb(254 226 226 / 0.05);
}

.border-l-red-100\/50{
  border-left-color: rgb(254 226 226 / 0.5);
}

.border-l-red-100\/55{
  border-left-color: rgb(254 226 226 / 0.55);
}

.border-l-red-100\/60{
  border-left-color: rgb(254 226 226 / 0.6);
}

.border-l-red-100\/65{
  border-left-color: rgb(254 226 226 / 0.65);
}

.border-l-red-100\/70{
  border-left-color: rgb(254 226 226 / 0.7);
}

.border-l-red-100\/75{
  border-left-color: rgb(254 226 226 / 0.75);
}

.border-l-red-100\/80{
  border-left-color: rgb(254 226 226 / 0.8);
}

.border-l-red-100\/85{
  border-left-color: rgb(254 226 226 / 0.85);
}

.border-l-red-100\/90{
  border-left-color: rgb(254 226 226 / 0.9);
}

.border-l-red-100\/95{
  border-left-color: rgb(254 226 226 / 0.95);
}

.border-l-red-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-l-red-200\/0{
  border-left-color: rgb(254 202 202 / 0);
}

.border-l-red-200\/10{
  border-left-color: rgb(254 202 202 / 0.1);
}

.border-l-red-200\/100{
  border-left-color: rgb(254 202 202 / 1);
}

.border-l-red-200\/15{
  border-left-color: rgb(254 202 202 / 0.15);
}

.border-l-red-200\/20{
  border-left-color: rgb(254 202 202 / 0.2);
}

.border-l-red-200\/25{
  border-left-color: rgb(254 202 202 / 0.25);
}

.border-l-red-200\/30{
  border-left-color: rgb(254 202 202 / 0.3);
}

.border-l-red-200\/35{
  border-left-color: rgb(254 202 202 / 0.35);
}

.border-l-red-200\/40{
  border-left-color: rgb(254 202 202 / 0.4);
}

.border-l-red-200\/45{
  border-left-color: rgb(254 202 202 / 0.45);
}

.border-l-red-200\/5{
  border-left-color: rgb(254 202 202 / 0.05);
}

.border-l-red-200\/50{
  border-left-color: rgb(254 202 202 / 0.5);
}

.border-l-red-200\/55{
  border-left-color: rgb(254 202 202 / 0.55);
}

.border-l-red-200\/60{
  border-left-color: rgb(254 202 202 / 0.6);
}

.border-l-red-200\/65{
  border-left-color: rgb(254 202 202 / 0.65);
}

.border-l-red-200\/70{
  border-left-color: rgb(254 202 202 / 0.7);
}

.border-l-red-200\/75{
  border-left-color: rgb(254 202 202 / 0.75);
}

.border-l-red-200\/80{
  border-left-color: rgb(254 202 202 / 0.8);
}

.border-l-red-200\/85{
  border-left-color: rgb(254 202 202 / 0.85);
}

.border-l-red-200\/90{
  border-left-color: rgb(254 202 202 / 0.9);
}

.border-l-red-200\/95{
  border-left-color: rgb(254 202 202 / 0.95);
}

.border-l-red-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-l-red-300\/0{
  border-left-color: rgb(252 165 165 / 0);
}

.border-l-red-300\/10{
  border-left-color: rgb(252 165 165 / 0.1);
}

.border-l-red-300\/100{
  border-left-color: rgb(252 165 165 / 1);
}

.border-l-red-300\/15{
  border-left-color: rgb(252 165 165 / 0.15);
}

.border-l-red-300\/20{
  border-left-color: rgb(252 165 165 / 0.2);
}

.border-l-red-300\/25{
  border-left-color: rgb(252 165 165 / 0.25);
}

.border-l-red-300\/30{
  border-left-color: rgb(252 165 165 / 0.3);
}

.border-l-red-300\/35{
  border-left-color: rgb(252 165 165 / 0.35);
}

.border-l-red-300\/40{
  border-left-color: rgb(252 165 165 / 0.4);
}

.border-l-red-300\/45{
  border-left-color: rgb(252 165 165 / 0.45);
}

.border-l-red-300\/5{
  border-left-color: rgb(252 165 165 / 0.05);
}

.border-l-red-300\/50{
  border-left-color: rgb(252 165 165 / 0.5);
}

.border-l-red-300\/55{
  border-left-color: rgb(252 165 165 / 0.55);
}

.border-l-red-300\/60{
  border-left-color: rgb(252 165 165 / 0.6);
}

.border-l-red-300\/65{
  border-left-color: rgb(252 165 165 / 0.65);
}

.border-l-red-300\/70{
  border-left-color: rgb(252 165 165 / 0.7);
}

.border-l-red-300\/75{
  border-left-color: rgb(252 165 165 / 0.75);
}

.border-l-red-300\/80{
  border-left-color: rgb(252 165 165 / 0.8);
}

.border-l-red-300\/85{
  border-left-color: rgb(252 165 165 / 0.85);
}

.border-l-red-300\/90{
  border-left-color: rgb(252 165 165 / 0.9);
}

.border-l-red-300\/95{
  border-left-color: rgb(252 165 165 / 0.95);
}

.border-l-red-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-l-red-400\/0{
  border-left-color: rgb(248 113 113 / 0);
}

.border-l-red-400\/10{
  border-left-color: rgb(248 113 113 / 0.1);
}

.border-l-red-400\/100{
  border-left-color: rgb(248 113 113 / 1);
}

.border-l-red-400\/15{
  border-left-color: rgb(248 113 113 / 0.15);
}

.border-l-red-400\/20{
  border-left-color: rgb(248 113 113 / 0.2);
}

.border-l-red-400\/25{
  border-left-color: rgb(248 113 113 / 0.25);
}

.border-l-red-400\/30{
  border-left-color: rgb(248 113 113 / 0.3);
}

.border-l-red-400\/35{
  border-left-color: rgb(248 113 113 / 0.35);
}

.border-l-red-400\/40{
  border-left-color: rgb(248 113 113 / 0.4);
}

.border-l-red-400\/45{
  border-left-color: rgb(248 113 113 / 0.45);
}

.border-l-red-400\/5{
  border-left-color: rgb(248 113 113 / 0.05);
}

.border-l-red-400\/50{
  border-left-color: rgb(248 113 113 / 0.5);
}

.border-l-red-400\/55{
  border-left-color: rgb(248 113 113 / 0.55);
}

.border-l-red-400\/60{
  border-left-color: rgb(248 113 113 / 0.6);
}

.border-l-red-400\/65{
  border-left-color: rgb(248 113 113 / 0.65);
}

.border-l-red-400\/70{
  border-left-color: rgb(248 113 113 / 0.7);
}

.border-l-red-400\/75{
  border-left-color: rgb(248 113 113 / 0.75);
}

.border-l-red-400\/80{
  border-left-color: rgb(248 113 113 / 0.8);
}

.border-l-red-400\/85{
  border-left-color: rgb(248 113 113 / 0.85);
}

.border-l-red-400\/90{
  border-left-color: rgb(248 113 113 / 0.9);
}

.border-l-red-400\/95{
  border-left-color: rgb(248 113 113 / 0.95);
}

.border-l-red-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-l-red-50\/0{
  border-left-color: rgb(254 242 242 / 0);
}

.border-l-red-50\/10{
  border-left-color: rgb(254 242 242 / 0.1);
}

.border-l-red-50\/100{
  border-left-color: rgb(254 242 242 / 1);
}

.border-l-red-50\/15{
  border-left-color: rgb(254 242 242 / 0.15);
}

.border-l-red-50\/20{
  border-left-color: rgb(254 242 242 / 0.2);
}

.border-l-red-50\/25{
  border-left-color: rgb(254 242 242 / 0.25);
}

.border-l-red-50\/30{
  border-left-color: rgb(254 242 242 / 0.3);
}

.border-l-red-50\/35{
  border-left-color: rgb(254 242 242 / 0.35);
}

.border-l-red-50\/40{
  border-left-color: rgb(254 242 242 / 0.4);
}

.border-l-red-50\/45{
  border-left-color: rgb(254 242 242 / 0.45);
}

.border-l-red-50\/5{
  border-left-color: rgb(254 242 242 / 0.05);
}

.border-l-red-50\/50{
  border-left-color: rgb(254 242 242 / 0.5);
}

.border-l-red-50\/55{
  border-left-color: rgb(254 242 242 / 0.55);
}

.border-l-red-50\/60{
  border-left-color: rgb(254 242 242 / 0.6);
}

.border-l-red-50\/65{
  border-left-color: rgb(254 242 242 / 0.65);
}

.border-l-red-50\/70{
  border-left-color: rgb(254 242 242 / 0.7);
}

.border-l-red-50\/75{
  border-left-color: rgb(254 242 242 / 0.75);
}

.border-l-red-50\/80{
  border-left-color: rgb(254 242 242 / 0.8);
}

.border-l-red-50\/85{
  border-left-color: rgb(254 242 242 / 0.85);
}

.border-l-red-50\/90{
  border-left-color: rgb(254 242 242 / 0.9);
}

.border-l-red-50\/95{
  border-left-color: rgb(254 242 242 / 0.95);
}

.border-l-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-l-red-500\/0{
  border-left-color: rgb(239 68 68 / 0);
}

.border-l-red-500\/10{
  border-left-color: rgb(239 68 68 / 0.1);
}

.border-l-red-500\/100{
  border-left-color: rgb(239 68 68 / 1);
}

.border-l-red-500\/15{
  border-left-color: rgb(239 68 68 / 0.15);
}

.border-l-red-500\/20{
  border-left-color: rgb(239 68 68 / 0.2);
}

.border-l-red-500\/25{
  border-left-color: rgb(239 68 68 / 0.25);
}

.border-l-red-500\/30{
  border-left-color: rgb(239 68 68 / 0.3);
}

.border-l-red-500\/35{
  border-left-color: rgb(239 68 68 / 0.35);
}

.border-l-red-500\/40{
  border-left-color: rgb(239 68 68 / 0.4);
}

.border-l-red-500\/45{
  border-left-color: rgb(239 68 68 / 0.45);
}

.border-l-red-500\/5{
  border-left-color: rgb(239 68 68 / 0.05);
}

.border-l-red-500\/50{
  border-left-color: rgb(239 68 68 / 0.5);
}

.border-l-red-500\/55{
  border-left-color: rgb(239 68 68 / 0.55);
}

.border-l-red-500\/60{
  border-left-color: rgb(239 68 68 / 0.6);
}

.border-l-red-500\/65{
  border-left-color: rgb(239 68 68 / 0.65);
}

.border-l-red-500\/70{
  border-left-color: rgb(239 68 68 / 0.7);
}

.border-l-red-500\/75{
  border-left-color: rgb(239 68 68 / 0.75);
}

.border-l-red-500\/80{
  border-left-color: rgb(239 68 68 / 0.8);
}

.border-l-red-500\/85{
  border-left-color: rgb(239 68 68 / 0.85);
}

.border-l-red-500\/90{
  border-left-color: rgb(239 68 68 / 0.9);
}

.border-l-red-500\/95{
  border-left-color: rgb(239 68 68 / 0.95);
}

.border-l-red-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-l-red-600\/0{
  border-left-color: rgb(220 38 38 / 0);
}

.border-l-red-600\/10{
  border-left-color: rgb(220 38 38 / 0.1);
}

.border-l-red-600\/100{
  border-left-color: rgb(220 38 38 / 1);
}

.border-l-red-600\/15{
  border-left-color: rgb(220 38 38 / 0.15);
}

.border-l-red-600\/20{
  border-left-color: rgb(220 38 38 / 0.2);
}

.border-l-red-600\/25{
  border-left-color: rgb(220 38 38 / 0.25);
}

.border-l-red-600\/30{
  border-left-color: rgb(220 38 38 / 0.3);
}

.border-l-red-600\/35{
  border-left-color: rgb(220 38 38 / 0.35);
}

.border-l-red-600\/40{
  border-left-color: rgb(220 38 38 / 0.4);
}

.border-l-red-600\/45{
  border-left-color: rgb(220 38 38 / 0.45);
}

.border-l-red-600\/5{
  border-left-color: rgb(220 38 38 / 0.05);
}

.border-l-red-600\/50{
  border-left-color: rgb(220 38 38 / 0.5);
}

.border-l-red-600\/55{
  border-left-color: rgb(220 38 38 / 0.55);
}

.border-l-red-600\/60{
  border-left-color: rgb(220 38 38 / 0.6);
}

.border-l-red-600\/65{
  border-left-color: rgb(220 38 38 / 0.65);
}

.border-l-red-600\/70{
  border-left-color: rgb(220 38 38 / 0.7);
}

.border-l-red-600\/75{
  border-left-color: rgb(220 38 38 / 0.75);
}

.border-l-red-600\/80{
  border-left-color: rgb(220 38 38 / 0.8);
}

.border-l-red-600\/85{
  border-left-color: rgb(220 38 38 / 0.85);
}

.border-l-red-600\/90{
  border-left-color: rgb(220 38 38 / 0.9);
}

.border-l-red-600\/95{
  border-left-color: rgb(220 38 38 / 0.95);
}

.border-l-red-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-l-red-700\/0{
  border-left-color: rgb(185 28 28 / 0);
}

.border-l-red-700\/10{
  border-left-color: rgb(185 28 28 / 0.1);
}

.border-l-red-700\/100{
  border-left-color: rgb(185 28 28 / 1);
}

.border-l-red-700\/15{
  border-left-color: rgb(185 28 28 / 0.15);
}

.border-l-red-700\/20{
  border-left-color: rgb(185 28 28 / 0.2);
}

.border-l-red-700\/25{
  border-left-color: rgb(185 28 28 / 0.25);
}

.border-l-red-700\/30{
  border-left-color: rgb(185 28 28 / 0.3);
}

.border-l-red-700\/35{
  border-left-color: rgb(185 28 28 / 0.35);
}

.border-l-red-700\/40{
  border-left-color: rgb(185 28 28 / 0.4);
}

.border-l-red-700\/45{
  border-left-color: rgb(185 28 28 / 0.45);
}

.border-l-red-700\/5{
  border-left-color: rgb(185 28 28 / 0.05);
}

.border-l-red-700\/50{
  border-left-color: rgb(185 28 28 / 0.5);
}

.border-l-red-700\/55{
  border-left-color: rgb(185 28 28 / 0.55);
}

.border-l-red-700\/60{
  border-left-color: rgb(185 28 28 / 0.6);
}

.border-l-red-700\/65{
  border-left-color: rgb(185 28 28 / 0.65);
}

.border-l-red-700\/70{
  border-left-color: rgb(185 28 28 / 0.7);
}

.border-l-red-700\/75{
  border-left-color: rgb(185 28 28 / 0.75);
}

.border-l-red-700\/80{
  border-left-color: rgb(185 28 28 / 0.8);
}

.border-l-red-700\/85{
  border-left-color: rgb(185 28 28 / 0.85);
}

.border-l-red-700\/90{
  border-left-color: rgb(185 28 28 / 0.9);
}

.border-l-red-700\/95{
  border-left-color: rgb(185 28 28 / 0.95);
}

.border-l-red-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-l-red-800\/0{
  border-left-color: rgb(153 27 27 / 0);
}

.border-l-red-800\/10{
  border-left-color: rgb(153 27 27 / 0.1);
}

.border-l-red-800\/100{
  border-left-color: rgb(153 27 27 / 1);
}

.border-l-red-800\/15{
  border-left-color: rgb(153 27 27 / 0.15);
}

.border-l-red-800\/20{
  border-left-color: rgb(153 27 27 / 0.2);
}

.border-l-red-800\/25{
  border-left-color: rgb(153 27 27 / 0.25);
}

.border-l-red-800\/30{
  border-left-color: rgb(153 27 27 / 0.3);
}

.border-l-red-800\/35{
  border-left-color: rgb(153 27 27 / 0.35);
}

.border-l-red-800\/40{
  border-left-color: rgb(153 27 27 / 0.4);
}

.border-l-red-800\/45{
  border-left-color: rgb(153 27 27 / 0.45);
}

.border-l-red-800\/5{
  border-left-color: rgb(153 27 27 / 0.05);
}

.border-l-red-800\/50{
  border-left-color: rgb(153 27 27 / 0.5);
}

.border-l-red-800\/55{
  border-left-color: rgb(153 27 27 / 0.55);
}

.border-l-red-800\/60{
  border-left-color: rgb(153 27 27 / 0.6);
}

.border-l-red-800\/65{
  border-left-color: rgb(153 27 27 / 0.65);
}

.border-l-red-800\/70{
  border-left-color: rgb(153 27 27 / 0.7);
}

.border-l-red-800\/75{
  border-left-color: rgb(153 27 27 / 0.75);
}

.border-l-red-800\/80{
  border-left-color: rgb(153 27 27 / 0.8);
}

.border-l-red-800\/85{
  border-left-color: rgb(153 27 27 / 0.85);
}

.border-l-red-800\/90{
  border-left-color: rgb(153 27 27 / 0.9);
}

.border-l-red-800\/95{
  border-left-color: rgb(153 27 27 / 0.95);
}

.border-l-red-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-l-red-900\/0{
  border-left-color: rgb(127 29 29 / 0);
}

.border-l-red-900\/10{
  border-left-color: rgb(127 29 29 / 0.1);
}

.border-l-red-900\/100{
  border-left-color: rgb(127 29 29 / 1);
}

.border-l-red-900\/15{
  border-left-color: rgb(127 29 29 / 0.15);
}

.border-l-red-900\/20{
  border-left-color: rgb(127 29 29 / 0.2);
}

.border-l-red-900\/25{
  border-left-color: rgb(127 29 29 / 0.25);
}

.border-l-red-900\/30{
  border-left-color: rgb(127 29 29 / 0.3);
}

.border-l-red-900\/35{
  border-left-color: rgb(127 29 29 / 0.35);
}

.border-l-red-900\/40{
  border-left-color: rgb(127 29 29 / 0.4);
}

.border-l-red-900\/45{
  border-left-color: rgb(127 29 29 / 0.45);
}

.border-l-red-900\/5{
  border-left-color: rgb(127 29 29 / 0.05);
}

.border-l-red-900\/50{
  border-left-color: rgb(127 29 29 / 0.5);
}

.border-l-red-900\/55{
  border-left-color: rgb(127 29 29 / 0.55);
}

.border-l-red-900\/60{
  border-left-color: rgb(127 29 29 / 0.6);
}

.border-l-red-900\/65{
  border-left-color: rgb(127 29 29 / 0.65);
}

.border-l-red-900\/70{
  border-left-color: rgb(127 29 29 / 0.7);
}

.border-l-red-900\/75{
  border-left-color: rgb(127 29 29 / 0.75);
}

.border-l-red-900\/80{
  border-left-color: rgb(127 29 29 / 0.8);
}

.border-l-red-900\/85{
  border-left-color: rgb(127 29 29 / 0.85);
}

.border-l-red-900\/90{
  border-left-color: rgb(127 29 29 / 0.9);
}

.border-l-red-900\/95{
  border-left-color: rgb(127 29 29 / 0.95);
}

.border-l-red-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-l-red-950\/0{
  border-left-color: rgb(69 10 10 / 0);
}

.border-l-red-950\/10{
  border-left-color: rgb(69 10 10 / 0.1);
}

.border-l-red-950\/100{
  border-left-color: rgb(69 10 10 / 1);
}

.border-l-red-950\/15{
  border-left-color: rgb(69 10 10 / 0.15);
}

.border-l-red-950\/20{
  border-left-color: rgb(69 10 10 / 0.2);
}

.border-l-red-950\/25{
  border-left-color: rgb(69 10 10 / 0.25);
}

.border-l-red-950\/30{
  border-left-color: rgb(69 10 10 / 0.3);
}

.border-l-red-950\/35{
  border-left-color: rgb(69 10 10 / 0.35);
}

.border-l-red-950\/40{
  border-left-color: rgb(69 10 10 / 0.4);
}

.border-l-red-950\/45{
  border-left-color: rgb(69 10 10 / 0.45);
}

.border-l-red-950\/5{
  border-left-color: rgb(69 10 10 / 0.05);
}

.border-l-red-950\/50{
  border-left-color: rgb(69 10 10 / 0.5);
}

.border-l-red-950\/55{
  border-left-color: rgb(69 10 10 / 0.55);
}

.border-l-red-950\/60{
  border-left-color: rgb(69 10 10 / 0.6);
}

.border-l-red-950\/65{
  border-left-color: rgb(69 10 10 / 0.65);
}

.border-l-red-950\/70{
  border-left-color: rgb(69 10 10 / 0.7);
}

.border-l-red-950\/75{
  border-left-color: rgb(69 10 10 / 0.75);
}

.border-l-red-950\/80{
  border-left-color: rgb(69 10 10 / 0.8);
}

.border-l-red-950\/85{
  border-left-color: rgb(69 10 10 / 0.85);
}

.border-l-red-950\/90{
  border-left-color: rgb(69 10 10 / 0.9);
}

.border-l-red-950\/95{
  border-left-color: rgb(69 10 10 / 0.95);
}

.border-l-rose-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-l-rose-100\/0{
  border-left-color: rgb(255 228 230 / 0);
}

.border-l-rose-100\/10{
  border-left-color: rgb(255 228 230 / 0.1);
}

.border-l-rose-100\/100{
  border-left-color: rgb(255 228 230 / 1);
}

.border-l-rose-100\/15{
  border-left-color: rgb(255 228 230 / 0.15);
}

.border-l-rose-100\/20{
  border-left-color: rgb(255 228 230 / 0.2);
}

.border-l-rose-100\/25{
  border-left-color: rgb(255 228 230 / 0.25);
}

.border-l-rose-100\/30{
  border-left-color: rgb(255 228 230 / 0.3);
}

.border-l-rose-100\/35{
  border-left-color: rgb(255 228 230 / 0.35);
}

.border-l-rose-100\/40{
  border-left-color: rgb(255 228 230 / 0.4);
}

.border-l-rose-100\/45{
  border-left-color: rgb(255 228 230 / 0.45);
}

.border-l-rose-100\/5{
  border-left-color: rgb(255 228 230 / 0.05);
}

.border-l-rose-100\/50{
  border-left-color: rgb(255 228 230 / 0.5);
}

.border-l-rose-100\/55{
  border-left-color: rgb(255 228 230 / 0.55);
}

.border-l-rose-100\/60{
  border-left-color: rgb(255 228 230 / 0.6);
}

.border-l-rose-100\/65{
  border-left-color: rgb(255 228 230 / 0.65);
}

.border-l-rose-100\/70{
  border-left-color: rgb(255 228 230 / 0.7);
}

.border-l-rose-100\/75{
  border-left-color: rgb(255 228 230 / 0.75);
}

.border-l-rose-100\/80{
  border-left-color: rgb(255 228 230 / 0.8);
}

.border-l-rose-100\/85{
  border-left-color: rgb(255 228 230 / 0.85);
}

.border-l-rose-100\/90{
  border-left-color: rgb(255 228 230 / 0.9);
}

.border-l-rose-100\/95{
  border-left-color: rgb(255 228 230 / 0.95);
}

.border-l-rose-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-l-rose-200\/0{
  border-left-color: rgb(254 205 211 / 0);
}

.border-l-rose-200\/10{
  border-left-color: rgb(254 205 211 / 0.1);
}

.border-l-rose-200\/100{
  border-left-color: rgb(254 205 211 / 1);
}

.border-l-rose-200\/15{
  border-left-color: rgb(254 205 211 / 0.15);
}

.border-l-rose-200\/20{
  border-left-color: rgb(254 205 211 / 0.2);
}

.border-l-rose-200\/25{
  border-left-color: rgb(254 205 211 / 0.25);
}

.border-l-rose-200\/30{
  border-left-color: rgb(254 205 211 / 0.3);
}

.border-l-rose-200\/35{
  border-left-color: rgb(254 205 211 / 0.35);
}

.border-l-rose-200\/40{
  border-left-color: rgb(254 205 211 / 0.4);
}

.border-l-rose-200\/45{
  border-left-color: rgb(254 205 211 / 0.45);
}

.border-l-rose-200\/5{
  border-left-color: rgb(254 205 211 / 0.05);
}

.border-l-rose-200\/50{
  border-left-color: rgb(254 205 211 / 0.5);
}

.border-l-rose-200\/55{
  border-left-color: rgb(254 205 211 / 0.55);
}

.border-l-rose-200\/60{
  border-left-color: rgb(254 205 211 / 0.6);
}

.border-l-rose-200\/65{
  border-left-color: rgb(254 205 211 / 0.65);
}

.border-l-rose-200\/70{
  border-left-color: rgb(254 205 211 / 0.7);
}

.border-l-rose-200\/75{
  border-left-color: rgb(254 205 211 / 0.75);
}

.border-l-rose-200\/80{
  border-left-color: rgb(254 205 211 / 0.8);
}

.border-l-rose-200\/85{
  border-left-color: rgb(254 205 211 / 0.85);
}

.border-l-rose-200\/90{
  border-left-color: rgb(254 205 211 / 0.9);
}

.border-l-rose-200\/95{
  border-left-color: rgb(254 205 211 / 0.95);
}

.border-l-rose-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-l-rose-300\/0{
  border-left-color: rgb(253 164 175 / 0);
}

.border-l-rose-300\/10{
  border-left-color: rgb(253 164 175 / 0.1);
}

.border-l-rose-300\/100{
  border-left-color: rgb(253 164 175 / 1);
}

.border-l-rose-300\/15{
  border-left-color: rgb(253 164 175 / 0.15);
}

.border-l-rose-300\/20{
  border-left-color: rgb(253 164 175 / 0.2);
}

.border-l-rose-300\/25{
  border-left-color: rgb(253 164 175 / 0.25);
}

.border-l-rose-300\/30{
  border-left-color: rgb(253 164 175 / 0.3);
}

.border-l-rose-300\/35{
  border-left-color: rgb(253 164 175 / 0.35);
}

.border-l-rose-300\/40{
  border-left-color: rgb(253 164 175 / 0.4);
}

.border-l-rose-300\/45{
  border-left-color: rgb(253 164 175 / 0.45);
}

.border-l-rose-300\/5{
  border-left-color: rgb(253 164 175 / 0.05);
}

.border-l-rose-300\/50{
  border-left-color: rgb(253 164 175 / 0.5);
}

.border-l-rose-300\/55{
  border-left-color: rgb(253 164 175 / 0.55);
}

.border-l-rose-300\/60{
  border-left-color: rgb(253 164 175 / 0.6);
}

.border-l-rose-300\/65{
  border-left-color: rgb(253 164 175 / 0.65);
}

.border-l-rose-300\/70{
  border-left-color: rgb(253 164 175 / 0.7);
}

.border-l-rose-300\/75{
  border-left-color: rgb(253 164 175 / 0.75);
}

.border-l-rose-300\/80{
  border-left-color: rgb(253 164 175 / 0.8);
}

.border-l-rose-300\/85{
  border-left-color: rgb(253 164 175 / 0.85);
}

.border-l-rose-300\/90{
  border-left-color: rgb(253 164 175 / 0.9);
}

.border-l-rose-300\/95{
  border-left-color: rgb(253 164 175 / 0.95);
}

.border-l-rose-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-l-rose-400\/0{
  border-left-color: rgb(251 113 133 / 0);
}

.border-l-rose-400\/10{
  border-left-color: rgb(251 113 133 / 0.1);
}

.border-l-rose-400\/100{
  border-left-color: rgb(251 113 133 / 1);
}

.border-l-rose-400\/15{
  border-left-color: rgb(251 113 133 / 0.15);
}

.border-l-rose-400\/20{
  border-left-color: rgb(251 113 133 / 0.2);
}

.border-l-rose-400\/25{
  border-left-color: rgb(251 113 133 / 0.25);
}

.border-l-rose-400\/30{
  border-left-color: rgb(251 113 133 / 0.3);
}

.border-l-rose-400\/35{
  border-left-color: rgb(251 113 133 / 0.35);
}

.border-l-rose-400\/40{
  border-left-color: rgb(251 113 133 / 0.4);
}

.border-l-rose-400\/45{
  border-left-color: rgb(251 113 133 / 0.45);
}

.border-l-rose-400\/5{
  border-left-color: rgb(251 113 133 / 0.05);
}

.border-l-rose-400\/50{
  border-left-color: rgb(251 113 133 / 0.5);
}

.border-l-rose-400\/55{
  border-left-color: rgb(251 113 133 / 0.55);
}

.border-l-rose-400\/60{
  border-left-color: rgb(251 113 133 / 0.6);
}

.border-l-rose-400\/65{
  border-left-color: rgb(251 113 133 / 0.65);
}

.border-l-rose-400\/70{
  border-left-color: rgb(251 113 133 / 0.7);
}

.border-l-rose-400\/75{
  border-left-color: rgb(251 113 133 / 0.75);
}

.border-l-rose-400\/80{
  border-left-color: rgb(251 113 133 / 0.8);
}

.border-l-rose-400\/85{
  border-left-color: rgb(251 113 133 / 0.85);
}

.border-l-rose-400\/90{
  border-left-color: rgb(251 113 133 / 0.9);
}

.border-l-rose-400\/95{
  border-left-color: rgb(251 113 133 / 0.95);
}

.border-l-rose-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-l-rose-50\/0{
  border-left-color: rgb(255 241 242 / 0);
}

.border-l-rose-50\/10{
  border-left-color: rgb(255 241 242 / 0.1);
}

.border-l-rose-50\/100{
  border-left-color: rgb(255 241 242 / 1);
}

.border-l-rose-50\/15{
  border-left-color: rgb(255 241 242 / 0.15);
}

.border-l-rose-50\/20{
  border-left-color: rgb(255 241 242 / 0.2);
}

.border-l-rose-50\/25{
  border-left-color: rgb(255 241 242 / 0.25);
}

.border-l-rose-50\/30{
  border-left-color: rgb(255 241 242 / 0.3);
}

.border-l-rose-50\/35{
  border-left-color: rgb(255 241 242 / 0.35);
}

.border-l-rose-50\/40{
  border-left-color: rgb(255 241 242 / 0.4);
}

.border-l-rose-50\/45{
  border-left-color: rgb(255 241 242 / 0.45);
}

.border-l-rose-50\/5{
  border-left-color: rgb(255 241 242 / 0.05);
}

.border-l-rose-50\/50{
  border-left-color: rgb(255 241 242 / 0.5);
}

.border-l-rose-50\/55{
  border-left-color: rgb(255 241 242 / 0.55);
}

.border-l-rose-50\/60{
  border-left-color: rgb(255 241 242 / 0.6);
}

.border-l-rose-50\/65{
  border-left-color: rgb(255 241 242 / 0.65);
}

.border-l-rose-50\/70{
  border-left-color: rgb(255 241 242 / 0.7);
}

.border-l-rose-50\/75{
  border-left-color: rgb(255 241 242 / 0.75);
}

.border-l-rose-50\/80{
  border-left-color: rgb(255 241 242 / 0.8);
}

.border-l-rose-50\/85{
  border-left-color: rgb(255 241 242 / 0.85);
}

.border-l-rose-50\/90{
  border-left-color: rgb(255 241 242 / 0.9);
}

.border-l-rose-50\/95{
  border-left-color: rgb(255 241 242 / 0.95);
}

.border-l-rose-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-l-rose-500\/0{
  border-left-color: rgb(244 63 94 / 0);
}

.border-l-rose-500\/10{
  border-left-color: rgb(244 63 94 / 0.1);
}

.border-l-rose-500\/100{
  border-left-color: rgb(244 63 94 / 1);
}

.border-l-rose-500\/15{
  border-left-color: rgb(244 63 94 / 0.15);
}

.border-l-rose-500\/20{
  border-left-color: rgb(244 63 94 / 0.2);
}

.border-l-rose-500\/25{
  border-left-color: rgb(244 63 94 / 0.25);
}

.border-l-rose-500\/30{
  border-left-color: rgb(244 63 94 / 0.3);
}

.border-l-rose-500\/35{
  border-left-color: rgb(244 63 94 / 0.35);
}

.border-l-rose-500\/40{
  border-left-color: rgb(244 63 94 / 0.4);
}

.border-l-rose-500\/45{
  border-left-color: rgb(244 63 94 / 0.45);
}

.border-l-rose-500\/5{
  border-left-color: rgb(244 63 94 / 0.05);
}

.border-l-rose-500\/50{
  border-left-color: rgb(244 63 94 / 0.5);
}

.border-l-rose-500\/55{
  border-left-color: rgb(244 63 94 / 0.55);
}

.border-l-rose-500\/60{
  border-left-color: rgb(244 63 94 / 0.6);
}

.border-l-rose-500\/65{
  border-left-color: rgb(244 63 94 / 0.65);
}

.border-l-rose-500\/70{
  border-left-color: rgb(244 63 94 / 0.7);
}

.border-l-rose-500\/75{
  border-left-color: rgb(244 63 94 / 0.75);
}

.border-l-rose-500\/80{
  border-left-color: rgb(244 63 94 / 0.8);
}

.border-l-rose-500\/85{
  border-left-color: rgb(244 63 94 / 0.85);
}

.border-l-rose-500\/90{
  border-left-color: rgb(244 63 94 / 0.9);
}

.border-l-rose-500\/95{
  border-left-color: rgb(244 63 94 / 0.95);
}

.border-l-rose-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-l-rose-600\/0{
  border-left-color: rgb(225 29 72 / 0);
}

.border-l-rose-600\/10{
  border-left-color: rgb(225 29 72 / 0.1);
}

.border-l-rose-600\/100{
  border-left-color: rgb(225 29 72 / 1);
}

.border-l-rose-600\/15{
  border-left-color: rgb(225 29 72 / 0.15);
}

.border-l-rose-600\/20{
  border-left-color: rgb(225 29 72 / 0.2);
}

.border-l-rose-600\/25{
  border-left-color: rgb(225 29 72 / 0.25);
}

.border-l-rose-600\/30{
  border-left-color: rgb(225 29 72 / 0.3);
}

.border-l-rose-600\/35{
  border-left-color: rgb(225 29 72 / 0.35);
}

.border-l-rose-600\/40{
  border-left-color: rgb(225 29 72 / 0.4);
}

.border-l-rose-600\/45{
  border-left-color: rgb(225 29 72 / 0.45);
}

.border-l-rose-600\/5{
  border-left-color: rgb(225 29 72 / 0.05);
}

.border-l-rose-600\/50{
  border-left-color: rgb(225 29 72 / 0.5);
}

.border-l-rose-600\/55{
  border-left-color: rgb(225 29 72 / 0.55);
}

.border-l-rose-600\/60{
  border-left-color: rgb(225 29 72 / 0.6);
}

.border-l-rose-600\/65{
  border-left-color: rgb(225 29 72 / 0.65);
}

.border-l-rose-600\/70{
  border-left-color: rgb(225 29 72 / 0.7);
}

.border-l-rose-600\/75{
  border-left-color: rgb(225 29 72 / 0.75);
}

.border-l-rose-600\/80{
  border-left-color: rgb(225 29 72 / 0.8);
}

.border-l-rose-600\/85{
  border-left-color: rgb(225 29 72 / 0.85);
}

.border-l-rose-600\/90{
  border-left-color: rgb(225 29 72 / 0.9);
}

.border-l-rose-600\/95{
  border-left-color: rgb(225 29 72 / 0.95);
}

.border-l-rose-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-l-rose-700\/0{
  border-left-color: rgb(190 18 60 / 0);
}

.border-l-rose-700\/10{
  border-left-color: rgb(190 18 60 / 0.1);
}

.border-l-rose-700\/100{
  border-left-color: rgb(190 18 60 / 1);
}

.border-l-rose-700\/15{
  border-left-color: rgb(190 18 60 / 0.15);
}

.border-l-rose-700\/20{
  border-left-color: rgb(190 18 60 / 0.2);
}

.border-l-rose-700\/25{
  border-left-color: rgb(190 18 60 / 0.25);
}

.border-l-rose-700\/30{
  border-left-color: rgb(190 18 60 / 0.3);
}

.border-l-rose-700\/35{
  border-left-color: rgb(190 18 60 / 0.35);
}

.border-l-rose-700\/40{
  border-left-color: rgb(190 18 60 / 0.4);
}

.border-l-rose-700\/45{
  border-left-color: rgb(190 18 60 / 0.45);
}

.border-l-rose-700\/5{
  border-left-color: rgb(190 18 60 / 0.05);
}

.border-l-rose-700\/50{
  border-left-color: rgb(190 18 60 / 0.5);
}

.border-l-rose-700\/55{
  border-left-color: rgb(190 18 60 / 0.55);
}

.border-l-rose-700\/60{
  border-left-color: rgb(190 18 60 / 0.6);
}

.border-l-rose-700\/65{
  border-left-color: rgb(190 18 60 / 0.65);
}

.border-l-rose-700\/70{
  border-left-color: rgb(190 18 60 / 0.7);
}

.border-l-rose-700\/75{
  border-left-color: rgb(190 18 60 / 0.75);
}

.border-l-rose-700\/80{
  border-left-color: rgb(190 18 60 / 0.8);
}

.border-l-rose-700\/85{
  border-left-color: rgb(190 18 60 / 0.85);
}

.border-l-rose-700\/90{
  border-left-color: rgb(190 18 60 / 0.9);
}

.border-l-rose-700\/95{
  border-left-color: rgb(190 18 60 / 0.95);
}

.border-l-rose-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-l-rose-800\/0{
  border-left-color: rgb(159 18 57 / 0);
}

.border-l-rose-800\/10{
  border-left-color: rgb(159 18 57 / 0.1);
}

.border-l-rose-800\/100{
  border-left-color: rgb(159 18 57 / 1);
}

.border-l-rose-800\/15{
  border-left-color: rgb(159 18 57 / 0.15);
}

.border-l-rose-800\/20{
  border-left-color: rgb(159 18 57 / 0.2);
}

.border-l-rose-800\/25{
  border-left-color: rgb(159 18 57 / 0.25);
}

.border-l-rose-800\/30{
  border-left-color: rgb(159 18 57 / 0.3);
}

.border-l-rose-800\/35{
  border-left-color: rgb(159 18 57 / 0.35);
}

.border-l-rose-800\/40{
  border-left-color: rgb(159 18 57 / 0.4);
}

.border-l-rose-800\/45{
  border-left-color: rgb(159 18 57 / 0.45);
}

.border-l-rose-800\/5{
  border-left-color: rgb(159 18 57 / 0.05);
}

.border-l-rose-800\/50{
  border-left-color: rgb(159 18 57 / 0.5);
}

.border-l-rose-800\/55{
  border-left-color: rgb(159 18 57 / 0.55);
}

.border-l-rose-800\/60{
  border-left-color: rgb(159 18 57 / 0.6);
}

.border-l-rose-800\/65{
  border-left-color: rgb(159 18 57 / 0.65);
}

.border-l-rose-800\/70{
  border-left-color: rgb(159 18 57 / 0.7);
}

.border-l-rose-800\/75{
  border-left-color: rgb(159 18 57 / 0.75);
}

.border-l-rose-800\/80{
  border-left-color: rgb(159 18 57 / 0.8);
}

.border-l-rose-800\/85{
  border-left-color: rgb(159 18 57 / 0.85);
}

.border-l-rose-800\/90{
  border-left-color: rgb(159 18 57 / 0.9);
}

.border-l-rose-800\/95{
  border-left-color: rgb(159 18 57 / 0.95);
}

.border-l-rose-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-l-rose-900\/0{
  border-left-color: rgb(136 19 55 / 0);
}

.border-l-rose-900\/10{
  border-left-color: rgb(136 19 55 / 0.1);
}

.border-l-rose-900\/100{
  border-left-color: rgb(136 19 55 / 1);
}

.border-l-rose-900\/15{
  border-left-color: rgb(136 19 55 / 0.15);
}

.border-l-rose-900\/20{
  border-left-color: rgb(136 19 55 / 0.2);
}

.border-l-rose-900\/25{
  border-left-color: rgb(136 19 55 / 0.25);
}

.border-l-rose-900\/30{
  border-left-color: rgb(136 19 55 / 0.3);
}

.border-l-rose-900\/35{
  border-left-color: rgb(136 19 55 / 0.35);
}

.border-l-rose-900\/40{
  border-left-color: rgb(136 19 55 / 0.4);
}

.border-l-rose-900\/45{
  border-left-color: rgb(136 19 55 / 0.45);
}

.border-l-rose-900\/5{
  border-left-color: rgb(136 19 55 / 0.05);
}

.border-l-rose-900\/50{
  border-left-color: rgb(136 19 55 / 0.5);
}

.border-l-rose-900\/55{
  border-left-color: rgb(136 19 55 / 0.55);
}

.border-l-rose-900\/60{
  border-left-color: rgb(136 19 55 / 0.6);
}

.border-l-rose-900\/65{
  border-left-color: rgb(136 19 55 / 0.65);
}

.border-l-rose-900\/70{
  border-left-color: rgb(136 19 55 / 0.7);
}

.border-l-rose-900\/75{
  border-left-color: rgb(136 19 55 / 0.75);
}

.border-l-rose-900\/80{
  border-left-color: rgb(136 19 55 / 0.8);
}

.border-l-rose-900\/85{
  border-left-color: rgb(136 19 55 / 0.85);
}

.border-l-rose-900\/90{
  border-left-color: rgb(136 19 55 / 0.9);
}

.border-l-rose-900\/95{
  border-left-color: rgb(136 19 55 / 0.95);
}

.border-l-rose-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-l-rose-950\/0{
  border-left-color: rgb(76 5 25 / 0);
}

.border-l-rose-950\/10{
  border-left-color: rgb(76 5 25 / 0.1);
}

.border-l-rose-950\/100{
  border-left-color: rgb(76 5 25 / 1);
}

.border-l-rose-950\/15{
  border-left-color: rgb(76 5 25 / 0.15);
}

.border-l-rose-950\/20{
  border-left-color: rgb(76 5 25 / 0.2);
}

.border-l-rose-950\/25{
  border-left-color: rgb(76 5 25 / 0.25);
}

.border-l-rose-950\/30{
  border-left-color: rgb(76 5 25 / 0.3);
}

.border-l-rose-950\/35{
  border-left-color: rgb(76 5 25 / 0.35);
}

.border-l-rose-950\/40{
  border-left-color: rgb(76 5 25 / 0.4);
}

.border-l-rose-950\/45{
  border-left-color: rgb(76 5 25 / 0.45);
}

.border-l-rose-950\/5{
  border-left-color: rgb(76 5 25 / 0.05);
}

.border-l-rose-950\/50{
  border-left-color: rgb(76 5 25 / 0.5);
}

.border-l-rose-950\/55{
  border-left-color: rgb(76 5 25 / 0.55);
}

.border-l-rose-950\/60{
  border-left-color: rgb(76 5 25 / 0.6);
}

.border-l-rose-950\/65{
  border-left-color: rgb(76 5 25 / 0.65);
}

.border-l-rose-950\/70{
  border-left-color: rgb(76 5 25 / 0.7);
}

.border-l-rose-950\/75{
  border-left-color: rgb(76 5 25 / 0.75);
}

.border-l-rose-950\/80{
  border-left-color: rgb(76 5 25 / 0.8);
}

.border-l-rose-950\/85{
  border-left-color: rgb(76 5 25 / 0.85);
}

.border-l-rose-950\/90{
  border-left-color: rgb(76 5 25 / 0.9);
}

.border-l-rose-950\/95{
  border-left-color: rgb(76 5 25 / 0.95);
}

.border-l-secondary{
  --tw-border-opacity: 1;
  border-left-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.border-l-secondary\/0{
  border-left-color: rgb(141 147 167 / 0);
}

.border-l-secondary\/10{
  border-left-color: rgb(141 147 167 / 0.1);
}

.border-l-secondary\/100{
  border-left-color: rgb(141 147 167 / 1);
}

.border-l-secondary\/15{
  border-left-color: rgb(141 147 167 / 0.15);
}

.border-l-secondary\/20{
  border-left-color: rgb(141 147 167 / 0.2);
}

.border-l-secondary\/25{
  border-left-color: rgb(141 147 167 / 0.25);
}

.border-l-secondary\/30{
  border-left-color: rgb(141 147 167 / 0.3);
}

.border-l-secondary\/35{
  border-left-color: rgb(141 147 167 / 0.35);
}

.border-l-secondary\/40{
  border-left-color: rgb(141 147 167 / 0.4);
}

.border-l-secondary\/45{
  border-left-color: rgb(141 147 167 / 0.45);
}

.border-l-secondary\/5{
  border-left-color: rgb(141 147 167 / 0.05);
}

.border-l-secondary\/50{
  border-left-color: rgb(141 147 167 / 0.5);
}

.border-l-secondary\/55{
  border-left-color: rgb(141 147 167 / 0.55);
}

.border-l-secondary\/60{
  border-left-color: rgb(141 147 167 / 0.6);
}

.border-l-secondary\/65{
  border-left-color: rgb(141 147 167 / 0.65);
}

.border-l-secondary\/70{
  border-left-color: rgb(141 147 167 / 0.7);
}

.border-l-secondary\/75{
  border-left-color: rgb(141 147 167 / 0.75);
}

.border-l-secondary\/80{
  border-left-color: rgb(141 147 167 / 0.8);
}

.border-l-secondary\/85{
  border-left-color: rgb(141 147 167 / 0.85);
}

.border-l-secondary\/90{
  border-left-color: rgb(141 147 167 / 0.9);
}

.border-l-secondary\/95{
  border-left-color: rgb(141 147 167 / 0.95);
}

.border-l-senary{
  --tw-border-opacity: 1;
  border-left-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.border-l-senary\/0{
  border-left-color: rgb(73 134 231 / 0);
}

.border-l-senary\/10{
  border-left-color: rgb(73 134 231 / 0.1);
}

.border-l-senary\/100{
  border-left-color: rgb(73 134 231 / 1);
}

.border-l-senary\/15{
  border-left-color: rgb(73 134 231 / 0.15);
}

.border-l-senary\/20{
  border-left-color: rgb(73 134 231 / 0.2);
}

.border-l-senary\/25{
  border-left-color: rgb(73 134 231 / 0.25);
}

.border-l-senary\/30{
  border-left-color: rgb(73 134 231 / 0.3);
}

.border-l-senary\/35{
  border-left-color: rgb(73 134 231 / 0.35);
}

.border-l-senary\/40{
  border-left-color: rgb(73 134 231 / 0.4);
}

.border-l-senary\/45{
  border-left-color: rgb(73 134 231 / 0.45);
}

.border-l-senary\/5{
  border-left-color: rgb(73 134 231 / 0.05);
}

.border-l-senary\/50{
  border-left-color: rgb(73 134 231 / 0.5);
}

.border-l-senary\/55{
  border-left-color: rgb(73 134 231 / 0.55);
}

.border-l-senary\/60{
  border-left-color: rgb(73 134 231 / 0.6);
}

.border-l-senary\/65{
  border-left-color: rgb(73 134 231 / 0.65);
}

.border-l-senary\/70{
  border-left-color: rgb(73 134 231 / 0.7);
}

.border-l-senary\/75{
  border-left-color: rgb(73 134 231 / 0.75);
}

.border-l-senary\/80{
  border-left-color: rgb(73 134 231 / 0.8);
}

.border-l-senary\/85{
  border-left-color: rgb(73 134 231 / 0.85);
}

.border-l-senary\/90{
  border-left-color: rgb(73 134 231 / 0.9);
}

.border-l-senary\/95{
  border-left-color: rgb(73 134 231 / 0.95);
}

.border-l-septenary{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.border-l-septenary\/0{
  border-left-color: rgb(49 88 129 / 0);
}

.border-l-septenary\/10{
  border-left-color: rgb(49 88 129 / 0.1);
}

.border-l-septenary\/100{
  border-left-color: rgb(49 88 129 / 1);
}

.border-l-septenary\/15{
  border-left-color: rgb(49 88 129 / 0.15);
}

.border-l-septenary\/20{
  border-left-color: rgb(49 88 129 / 0.2);
}

.border-l-septenary\/25{
  border-left-color: rgb(49 88 129 / 0.25);
}

.border-l-septenary\/30{
  border-left-color: rgb(49 88 129 / 0.3);
}

.border-l-septenary\/35{
  border-left-color: rgb(49 88 129 / 0.35);
}

.border-l-septenary\/40{
  border-left-color: rgb(49 88 129 / 0.4);
}

.border-l-septenary\/45{
  border-left-color: rgb(49 88 129 / 0.45);
}

.border-l-septenary\/5{
  border-left-color: rgb(49 88 129 / 0.05);
}

.border-l-septenary\/50{
  border-left-color: rgb(49 88 129 / 0.5);
}

.border-l-septenary\/55{
  border-left-color: rgb(49 88 129 / 0.55);
}

.border-l-septenary\/60{
  border-left-color: rgb(49 88 129 / 0.6);
}

.border-l-septenary\/65{
  border-left-color: rgb(49 88 129 / 0.65);
}

.border-l-septenary\/70{
  border-left-color: rgb(49 88 129 / 0.7);
}

.border-l-septenary\/75{
  border-left-color: rgb(49 88 129 / 0.75);
}

.border-l-septenary\/80{
  border-left-color: rgb(49 88 129 / 0.8);
}

.border-l-septenary\/85{
  border-left-color: rgb(49 88 129 / 0.85);
}

.border-l-septenary\/90{
  border-left-color: rgb(49 88 129 / 0.9);
}

.border-l-septenary\/95{
  border-left-color: rgb(49 88 129 / 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\/15{
  border-left-color: rgb(224 242 254 / 0.15);
}

.border-l-sky-100\/20{
  border-left-color: rgb(224 242 254 / 0.2);
}

.border-l-sky-100\/25{
  border-left-color: rgb(224 242 254 / 0.25);
}

.border-l-sky-100\/30{
  border-left-color: rgb(224 242 254 / 0.3);
}

.border-l-sky-100\/35{
  border-left-color: rgb(224 242 254 / 0.35);
}

.border-l-sky-100\/40{
  border-left-color: rgb(224 242 254 / 0.4);
}

.border-l-sky-100\/45{
  border-left-color: rgb(224 242 254 / 0.45);
}

.border-l-sky-100\/5{
  border-left-color: rgb(224 242 254 / 0.05);
}

.border-l-sky-100\/50{
  border-left-color: rgb(224 242 254 / 0.5);
}

.border-l-sky-100\/55{
  border-left-color: rgb(224 242 254 / 0.55);
}

.border-l-sky-100\/60{
  border-left-color: rgb(224 242 254 / 0.6);
}

.border-l-sky-100\/65{
  border-left-color: rgb(224 242 254 / 0.65);
}

.border-l-sky-100\/70{
  border-left-color: rgb(224 242 254 / 0.7);
}

.border-l-sky-100\/75{
  border-left-color: rgb(224 242 254 / 0.75);
}

.border-l-sky-100\/80{
  border-left-color: rgb(224 242 254 / 0.8);
}

.border-l-sky-100\/85{
  border-left-color: rgb(224 242 254 / 0.85);
}

.border-l-sky-100\/90{
  border-left-color: rgb(224 242 254 / 0.9);
}

.border-l-sky-100\/95{
  border-left-color: rgb(224 242 254 / 0.95);
}

.border-l-sky-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-l-sky-200\/0{
  border-left-color: rgb(186 230 253 / 0);
}

.border-l-sky-200\/10{
  border-left-color: rgb(186 230 253 / 0.1);
}

.border-l-sky-200\/100{
  border-left-color: rgb(186 230 253 / 1);
}

.border-l-sky-200\/15{
  border-left-color: rgb(186 230 253 / 0.15);
}

.border-l-sky-200\/20{
  border-left-color: rgb(186 230 253 / 0.2);
}

.border-l-sky-200\/25{
  border-left-color: rgb(186 230 253 / 0.25);
}

.border-l-sky-200\/30{
  border-left-color: rgb(186 230 253 / 0.3);
}

.border-l-sky-200\/35{
  border-left-color: rgb(186 230 253 / 0.35);
}

.border-l-sky-200\/40{
  border-left-color: rgb(186 230 253 / 0.4);
}

.border-l-sky-200\/45{
  border-left-color: rgb(186 230 253 / 0.45);
}

.border-l-sky-200\/5{
  border-left-color: rgb(186 230 253 / 0.05);
}

.border-l-sky-200\/50{
  border-left-color: rgb(186 230 253 / 0.5);
}

.border-l-sky-200\/55{
  border-left-color: rgb(186 230 253 / 0.55);
}

.border-l-sky-200\/60{
  border-left-color: rgb(186 230 253 / 0.6);
}

.border-l-sky-200\/65{
  border-left-color: rgb(186 230 253 / 0.65);
}

.border-l-sky-200\/70{
  border-left-color: rgb(186 230 253 / 0.7);
}

.border-l-sky-200\/75{
  border-left-color: rgb(186 230 253 / 0.75);
}

.border-l-sky-200\/80{
  border-left-color: rgb(186 230 253 / 0.8);
}

.border-l-sky-200\/85{
  border-left-color: rgb(186 230 253 / 0.85);
}

.border-l-sky-200\/90{
  border-left-color: rgb(186 230 253 / 0.9);
}

.border-l-sky-200\/95{
  border-left-color: rgb(186 230 253 / 0.95);
}

.border-l-sky-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-l-sky-300\/0{
  border-left-color: rgb(125 211 252 / 0);
}

.border-l-sky-300\/10{
  border-left-color: rgb(125 211 252 / 0.1);
}

.border-l-sky-300\/100{
  border-left-color: rgb(125 211 252 / 1);
}

.border-l-sky-300\/15{
  border-left-color: rgb(125 211 252 / 0.15);
}

.border-l-sky-300\/20{
  border-left-color: rgb(125 211 252 / 0.2);
}

.border-l-sky-300\/25{
  border-left-color: rgb(125 211 252 / 0.25);
}

.border-l-sky-300\/30{
  border-left-color: rgb(125 211 252 / 0.3);
}

.border-l-sky-300\/35{
  border-left-color: rgb(125 211 252 / 0.35);
}

.border-l-sky-300\/40{
  border-left-color: rgb(125 211 252 / 0.4);
}

.border-l-sky-300\/45{
  border-left-color: rgb(125 211 252 / 0.45);
}

.border-l-sky-300\/5{
  border-left-color: rgb(125 211 252 / 0.05);
}

.border-l-sky-300\/50{
  border-left-color: rgb(125 211 252 / 0.5);
}

.border-l-sky-300\/55{
  border-left-color: rgb(125 211 252 / 0.55);
}

.border-l-sky-300\/60{
  border-left-color: rgb(125 211 252 / 0.6);
}

.border-l-sky-300\/65{
  border-left-color: rgb(125 211 252 / 0.65);
}

.border-l-sky-300\/70{
  border-left-color: rgb(125 211 252 / 0.7);
}

.border-l-sky-300\/75{
  border-left-color: rgb(125 211 252 / 0.75);
}

.border-l-sky-300\/80{
  border-left-color: rgb(125 211 252 / 0.8);
}

.border-l-sky-300\/85{
  border-left-color: rgb(125 211 252 / 0.85);
}

.border-l-sky-300\/90{
  border-left-color: rgb(125 211 252 / 0.9);
}

.border-l-sky-300\/95{
  border-left-color: rgb(125 211 252 / 0.95);
}

.border-l-sky-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-l-sky-400\/0{
  border-left-color: rgb(56 189 248 / 0);
}

.border-l-sky-400\/10{
  border-left-color: rgb(56 189 248 / 0.1);
}

.border-l-sky-400\/100{
  border-left-color: rgb(56 189 248 / 1);
}

.border-l-sky-400\/15{
  border-left-color: rgb(56 189 248 / 0.15);
}

.border-l-sky-400\/20{
  border-left-color: rgb(56 189 248 / 0.2);
}

.border-l-sky-400\/25{
  border-left-color: rgb(56 189 248 / 0.25);
}

.border-l-sky-400\/30{
  border-left-color: rgb(56 189 248 / 0.3);
}

.border-l-sky-400\/35{
  border-left-color: rgb(56 189 248 / 0.35);
}

.border-l-sky-400\/40{
  border-left-color: rgb(56 189 248 / 0.4);
}

.border-l-sky-400\/45{
  border-left-color: rgb(56 189 248 / 0.45);
}

.border-l-sky-400\/5{
  border-left-color: rgb(56 189 248 / 0.05);
}

.border-l-sky-400\/50{
  border-left-color: rgb(56 189 248 / 0.5);
}

.border-l-sky-400\/55{
  border-left-color: rgb(56 189 248 / 0.55);
}

.border-l-sky-400\/60{
  border-left-color: rgb(56 189 248 / 0.6);
}

.border-l-sky-400\/65{
  border-left-color: rgb(56 189 248 / 0.65);
}

.border-l-sky-400\/70{
  border-left-color: rgb(56 189 248 / 0.7);
}

.border-l-sky-400\/75{
  border-left-color: rgb(56 189 248 / 0.75);
}

.border-l-sky-400\/80{
  border-left-color: rgb(56 189 248 / 0.8);
}

.border-l-sky-400\/85{
  border-left-color: rgb(56 189 248 / 0.85);
}

.border-l-sky-400\/90{
  border-left-color: rgb(56 189 248 / 0.9);
}

.border-l-sky-400\/95{
  border-left-color: rgb(56 189 248 / 0.95);
}

.border-l-sky-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-l-sky-50\/0{
  border-left-color: rgb(240 249 255 / 0);
}

.border-l-sky-50\/10{
  border-left-color: rgb(240 249 255 / 0.1);
}

.border-l-sky-50\/100{
  border-left-color: rgb(240 249 255 / 1);
}

.border-l-sky-50\/15{
  border-left-color: rgb(240 249 255 / 0.15);
}

.border-l-sky-50\/20{
  border-left-color: rgb(240 249 255 / 0.2);
}

.border-l-sky-50\/25{
  border-left-color: rgb(240 249 255 / 0.25);
}

.border-l-sky-50\/30{
  border-left-color: rgb(240 249 255 / 0.3);
}

.border-l-sky-50\/35{
  border-left-color: rgb(240 249 255 / 0.35);
}

.border-l-sky-50\/40{
  border-left-color: rgb(240 249 255 / 0.4);
}

.border-l-sky-50\/45{
  border-left-color: rgb(240 249 255 / 0.45);
}

.border-l-sky-50\/5{
  border-left-color: rgb(240 249 255 / 0.05);
}

.border-l-sky-50\/50{
  border-left-color: rgb(240 249 255 / 0.5);
}

.border-l-sky-50\/55{
  border-left-color: rgb(240 249 255 / 0.55);
}

.border-l-sky-50\/60{
  border-left-color: rgb(240 249 255 / 0.6);
}

.border-l-sky-50\/65{
  border-left-color: rgb(240 249 255 / 0.65);
}

.border-l-sky-50\/70{
  border-left-color: rgb(240 249 255 / 0.7);
}

.border-l-sky-50\/75{
  border-left-color: rgb(240 249 255 / 0.75);
}

.border-l-sky-50\/80{
  border-left-color: rgb(240 249 255 / 0.8);
}

.border-l-sky-50\/85{
  border-left-color: rgb(240 249 255 / 0.85);
}

.border-l-sky-50\/90{
  border-left-color: rgb(240 249 255 / 0.9);
}

.border-l-sky-50\/95{
  border-left-color: rgb(240 249 255 / 0.95);
}

.border-l-sky-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-l-sky-500\/0{
  border-left-color: rgb(14 165 233 / 0);
}

.border-l-sky-500\/10{
  border-left-color: rgb(14 165 233 / 0.1);
}

.border-l-sky-500\/100{
  border-left-color: rgb(14 165 233 / 1);
}

.border-l-sky-500\/15{
  border-left-color: rgb(14 165 233 / 0.15);
}

.border-l-sky-500\/20{
  border-left-color: rgb(14 165 233 / 0.2);
}

.border-l-sky-500\/25{
  border-left-color: rgb(14 165 233 / 0.25);
}

.border-l-sky-500\/30{
  border-left-color: rgb(14 165 233 / 0.3);
}

.border-l-sky-500\/35{
  border-left-color: rgb(14 165 233 / 0.35);
}

.border-l-sky-500\/40{
  border-left-color: rgb(14 165 233 / 0.4);
}

.border-l-sky-500\/45{
  border-left-color: rgb(14 165 233 / 0.45);
}

.border-l-sky-500\/5{
  border-left-color: rgb(14 165 233 / 0.05);
}

.border-l-sky-500\/50{
  border-left-color: rgb(14 165 233 / 0.5);
}

.border-l-sky-500\/55{
  border-left-color: rgb(14 165 233 / 0.55);
}

.border-l-sky-500\/60{
  border-left-color: rgb(14 165 233 / 0.6);
}

.border-l-sky-500\/65{
  border-left-color: rgb(14 165 233 / 0.65);
}

.border-l-sky-500\/70{
  border-left-color: rgb(14 165 233 / 0.7);
}

.border-l-sky-500\/75{
  border-left-color: rgb(14 165 233 / 0.75);
}

.border-l-sky-500\/80{
  border-left-color: rgb(14 165 233 / 0.8);
}

.border-l-sky-500\/85{
  border-left-color: rgb(14 165 233 / 0.85);
}

.border-l-sky-500\/90{
  border-left-color: rgb(14 165 233 / 0.9);
}

.border-l-sky-500\/95{
  border-left-color: rgb(14 165 233 / 0.95);
}

.border-l-sky-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-l-sky-600\/0{
  border-left-color: rgb(2 132 199 / 0);
}

.border-l-sky-600\/10{
  border-left-color: rgb(2 132 199 / 0.1);
}

.border-l-sky-600\/100{
  border-left-color: rgb(2 132 199 / 1);
}

.border-l-sky-600\/15{
  border-left-color: rgb(2 132 199 / 0.15);
}

.border-l-sky-600\/20{
  border-left-color: rgb(2 132 199 / 0.2);
}

.border-l-sky-600\/25{
  border-left-color: rgb(2 132 199 / 0.25);
}

.border-l-sky-600\/30{
  border-left-color: rgb(2 132 199 / 0.3);
}

.border-l-sky-600\/35{
  border-left-color: rgb(2 132 199 / 0.35);
}

.border-l-sky-600\/40{
  border-left-color: rgb(2 132 199 / 0.4);
}

.border-l-sky-600\/45{
  border-left-color: rgb(2 132 199 / 0.45);
}

.border-l-sky-600\/5{
  border-left-color: rgb(2 132 199 / 0.05);
}

.border-l-sky-600\/50{
  border-left-color: rgb(2 132 199 / 0.5);
}

.border-l-sky-600\/55{
  border-left-color: rgb(2 132 199 / 0.55);
}

.border-l-sky-600\/60{
  border-left-color: rgb(2 132 199 / 0.6);
}

.border-l-sky-600\/65{
  border-left-color: rgb(2 132 199 / 0.65);
}

.border-l-sky-600\/70{
  border-left-color: rgb(2 132 199 / 0.7);
}

.border-l-sky-600\/75{
  border-left-color: rgb(2 132 199 / 0.75);
}

.border-l-sky-600\/80{
  border-left-color: rgb(2 132 199 / 0.8);
}

.border-l-sky-600\/85{
  border-left-color: rgb(2 132 199 / 0.85);
}

.border-l-sky-600\/90{
  border-left-color: rgb(2 132 199 / 0.9);
}

.border-l-sky-600\/95{
  border-left-color: rgb(2 132 199 / 0.95);
}

.border-l-sky-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-l-sky-700\/0{
  border-left-color: rgb(3 105 161 / 0);
}

.border-l-sky-700\/10{
  border-left-color: rgb(3 105 161 / 0.1);
}

.border-l-sky-700\/100{
  border-left-color: rgb(3 105 161 / 1);
}

.border-l-sky-700\/15{
  border-left-color: rgb(3 105 161 / 0.15);
}

.border-l-sky-700\/20{
  border-left-color: rgb(3 105 161 / 0.2);
}

.border-l-sky-700\/25{
  border-left-color: rgb(3 105 161 / 0.25);
}

.border-l-sky-700\/30{
  border-left-color: rgb(3 105 161 / 0.3);
}

.border-l-sky-700\/35{
  border-left-color: rgb(3 105 161 / 0.35);
}

.border-l-sky-700\/40{
  border-left-color: rgb(3 105 161 / 0.4);
}

.border-l-sky-700\/45{
  border-left-color: rgb(3 105 161 / 0.45);
}

.border-l-sky-700\/5{
  border-left-color: rgb(3 105 161 / 0.05);
}

.border-l-sky-700\/50{
  border-left-color: rgb(3 105 161 / 0.5);
}

.border-l-sky-700\/55{
  border-left-color: rgb(3 105 161 / 0.55);
}

.border-l-sky-700\/60{
  border-left-color: rgb(3 105 161 / 0.6);
}

.border-l-sky-700\/65{
  border-left-color: rgb(3 105 161 / 0.65);
}

.border-l-sky-700\/70{
  border-left-color: rgb(3 105 161 / 0.7);
}

.border-l-sky-700\/75{
  border-left-color: rgb(3 105 161 / 0.75);
}

.border-l-sky-700\/80{
  border-left-color: rgb(3 105 161 / 0.8);
}

.border-l-sky-700\/85{
  border-left-color: rgb(3 105 161 / 0.85);
}

.border-l-sky-700\/90{
  border-left-color: rgb(3 105 161 / 0.9);
}

.border-l-sky-700\/95{
  border-left-color: rgb(3 105 161 / 0.95);
}

.border-l-sky-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-l-sky-800\/0{
  border-left-color: rgb(7 89 133 / 0);
}

.border-l-sky-800\/10{
  border-left-color: rgb(7 89 133 / 0.1);
}

.border-l-sky-800\/100{
  border-left-color: rgb(7 89 133 / 1);
}

.border-l-sky-800\/15{
  border-left-color: rgb(7 89 133 / 0.15);
}

.border-l-sky-800\/20{
  border-left-color: rgb(7 89 133 / 0.2);
}

.border-l-sky-800\/25{
  border-left-color: rgb(7 89 133 / 0.25);
}

.border-l-sky-800\/30{
  border-left-color: rgb(7 89 133 / 0.3);
}

.border-l-sky-800\/35{
  border-left-color: rgb(7 89 133 / 0.35);
}

.border-l-sky-800\/40{
  border-left-color: rgb(7 89 133 / 0.4);
}

.border-l-sky-800\/45{
  border-left-color: rgb(7 89 133 / 0.45);
}

.border-l-sky-800\/5{
  border-left-color: rgb(7 89 133 / 0.05);
}

.border-l-sky-800\/50{
  border-left-color: rgb(7 89 133 / 0.5);
}

.border-l-sky-800\/55{
  border-left-color: rgb(7 89 133 / 0.55);
}

.border-l-sky-800\/60{
  border-left-color: rgb(7 89 133 / 0.6);
}

.border-l-sky-800\/65{
  border-left-color: rgb(7 89 133 / 0.65);
}

.border-l-sky-800\/70{
  border-left-color: rgb(7 89 133 / 0.7);
}

.border-l-sky-800\/75{
  border-left-color: rgb(7 89 133 / 0.75);
}

.border-l-sky-800\/80{
  border-left-color: rgb(7 89 133 / 0.8);
}

.border-l-sky-800\/85{
  border-left-color: rgb(7 89 133 / 0.85);
}

.border-l-sky-800\/90{
  border-left-color: rgb(7 89 133 / 0.9);
}

.border-l-sky-800\/95{
  border-left-color: rgb(7 89 133 / 0.95);
}

.border-l-sky-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-l-sky-900\/0{
  border-left-color: rgb(12 74 110 / 0);
}

.border-l-sky-900\/10{
  border-left-color: rgb(12 74 110 / 0.1);
}

.border-l-sky-900\/100{
  border-left-color: rgb(12 74 110 / 1);
}

.border-l-sky-900\/15{
  border-left-color: rgb(12 74 110 / 0.15);
}

.border-l-sky-900\/20{
  border-left-color: rgb(12 74 110 / 0.2);
}

.border-l-sky-900\/25{
  border-left-color: rgb(12 74 110 / 0.25);
}

.border-l-sky-900\/30{
  border-left-color: rgb(12 74 110 / 0.3);
}

.border-l-sky-900\/35{
  border-left-color: rgb(12 74 110 / 0.35);
}

.border-l-sky-900\/40{
  border-left-color: rgb(12 74 110 / 0.4);
}

.border-l-sky-900\/45{
  border-left-color: rgb(12 74 110 / 0.45);
}

.border-l-sky-900\/5{
  border-left-color: rgb(12 74 110 / 0.05);
}

.border-l-sky-900\/50{
  border-left-color: rgb(12 74 110 / 0.5);
}

.border-l-sky-900\/55{
  border-left-color: rgb(12 74 110 / 0.55);
}

.border-l-sky-900\/60{
  border-left-color: rgb(12 74 110 / 0.6);
}

.border-l-sky-900\/65{
  border-left-color: rgb(12 74 110 / 0.65);
}

.border-l-sky-900\/70{
  border-left-color: rgb(12 74 110 / 0.7);
}

.border-l-sky-900\/75{
  border-left-color: rgb(12 74 110 / 0.75);
}

.border-l-sky-900\/80{
  border-left-color: rgb(12 74 110 / 0.8);
}

.border-l-sky-900\/85{
  border-left-color: rgb(12 74 110 / 0.85);
}

.border-l-sky-900\/90{
  border-left-color: rgb(12 74 110 / 0.9);
}

.border-l-sky-900\/95{
  border-left-color: rgb(12 74 110 / 0.95);
}

.border-l-sky-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-l-sky-950\/0{
  border-left-color: rgb(8 47 73 / 0);
}

.border-l-sky-950\/10{
  border-left-color: rgb(8 47 73 / 0.1);
}

.border-l-sky-950\/100{
  border-left-color: rgb(8 47 73 / 1);
}

.border-l-sky-950\/15{
  border-left-color: rgb(8 47 73 / 0.15);
}

.border-l-sky-950\/20{
  border-left-color: rgb(8 47 73 / 0.2);
}

.border-l-sky-950\/25{
  border-left-color: rgb(8 47 73 / 0.25);
}

.border-l-sky-950\/30{
  border-left-color: rgb(8 47 73 / 0.3);
}

.border-l-sky-950\/35{
  border-left-color: rgb(8 47 73 / 0.35);
}

.border-l-sky-950\/40{
  border-left-color: rgb(8 47 73 / 0.4);
}

.border-l-sky-950\/45{
  border-left-color: rgb(8 47 73 / 0.45);
}

.border-l-sky-950\/5{
  border-left-color: rgb(8 47 73 / 0.05);
}

.border-l-sky-950\/50{
  border-left-color: rgb(8 47 73 / 0.5);
}

.border-l-sky-950\/55{
  border-left-color: rgb(8 47 73 / 0.55);
}

.border-l-sky-950\/60{
  border-left-color: rgb(8 47 73 / 0.6);
}

.border-l-sky-950\/65{
  border-left-color: rgb(8 47 73 / 0.65);
}

.border-l-sky-950\/70{
  border-left-color: rgb(8 47 73 / 0.7);
}

.border-l-sky-950\/75{
  border-left-color: rgb(8 47 73 / 0.75);
}

.border-l-sky-950\/80{
  border-left-color: rgb(8 47 73 / 0.8);
}

.border-l-sky-950\/85{
  border-left-color: rgb(8 47 73 / 0.85);
}

.border-l-sky-950\/90{
  border-left-color: rgb(8 47 73 / 0.9);
}

.border-l-sky-950\/95{
  border-left-color: rgb(8 47 73 / 0.95);
}

.border-l-slate-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-l-slate-100\/0{
  border-left-color: rgb(241 245 249 / 0);
}

.border-l-slate-100\/10{
  border-left-color: rgb(241 245 249 / 0.1);
}

.border-l-slate-100\/100{
  border-left-color: rgb(241 245 249 / 1);
}

.border-l-slate-100\/15{
  border-left-color: rgb(241 245 249 / 0.15);
}

.border-l-slate-100\/20{
  border-left-color: rgb(241 245 249 / 0.2);
}

.border-l-slate-100\/25{
  border-left-color: rgb(241 245 249 / 0.25);
}

.border-l-slate-100\/30{
  border-left-color: rgb(241 245 249 / 0.3);
}

.border-l-slate-100\/35{
  border-left-color: rgb(241 245 249 / 0.35);
}

.border-l-slate-100\/40{
  border-left-color: rgb(241 245 249 / 0.4);
}

.border-l-slate-100\/45{
  border-left-color: rgb(241 245 249 / 0.45);
}

.border-l-slate-100\/5{
  border-left-color: rgb(241 245 249 / 0.05);
}

.border-l-slate-100\/50{
  border-left-color: rgb(241 245 249 / 0.5);
}

.border-l-slate-100\/55{
  border-left-color: rgb(241 245 249 / 0.55);
}

.border-l-slate-100\/60{
  border-left-color: rgb(241 245 249 / 0.6);
}

.border-l-slate-100\/65{
  border-left-color: rgb(241 245 249 / 0.65);
}

.border-l-slate-100\/70{
  border-left-color: rgb(241 245 249 / 0.7);
}

.border-l-slate-100\/75{
  border-left-color: rgb(241 245 249 / 0.75);
}

.border-l-slate-100\/80{
  border-left-color: rgb(241 245 249 / 0.8);
}

.border-l-slate-100\/85{
  border-left-color: rgb(241 245 249 / 0.85);
}

.border-l-slate-100\/90{
  border-left-color: rgb(241 245 249 / 0.9);
}

.border-l-slate-100\/95{
  border-left-color: rgb(241 245 249 / 0.95);
}

.border-l-slate-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-l-slate-200\/0{
  border-left-color: rgb(226 232 240 / 0);
}

.border-l-slate-200\/10{
  border-left-color: rgb(226 232 240 / 0.1);
}

.border-l-slate-200\/100{
  border-left-color: rgb(226 232 240 / 1);
}

.border-l-slate-200\/15{
  border-left-color: rgb(226 232 240 / 0.15);
}

.border-l-slate-200\/20{
  border-left-color: rgb(226 232 240 / 0.2);
}

.border-l-slate-200\/25{
  border-left-color: rgb(226 232 240 / 0.25);
}

.border-l-slate-200\/30{
  border-left-color: rgb(226 232 240 / 0.3);
}

.border-l-slate-200\/35{
  border-left-color: rgb(226 232 240 / 0.35);
}

.border-l-slate-200\/40{
  border-left-color: rgb(226 232 240 / 0.4);
}

.border-l-slate-200\/45{
  border-left-color: rgb(226 232 240 / 0.45);
}

.border-l-slate-200\/5{
  border-left-color: rgb(226 232 240 / 0.05);
}

.border-l-slate-200\/50{
  border-left-color: rgb(226 232 240 / 0.5);
}

.border-l-slate-200\/55{
  border-left-color: rgb(226 232 240 / 0.55);
}

.border-l-slate-200\/60{
  border-left-color: rgb(226 232 240 / 0.6);
}

.border-l-slate-200\/65{
  border-left-color: rgb(226 232 240 / 0.65);
}

.border-l-slate-200\/70{
  border-left-color: rgb(226 232 240 / 0.7);
}

.border-l-slate-200\/75{
  border-left-color: rgb(226 232 240 / 0.75);
}

.border-l-slate-200\/80{
  border-left-color: rgb(226 232 240 / 0.8);
}

.border-l-slate-200\/85{
  border-left-color: rgb(226 232 240 / 0.85);
}

.border-l-slate-200\/90{
  border-left-color: rgb(226 232 240 / 0.9);
}

.border-l-slate-200\/95{
  border-left-color: rgb(226 232 240 / 0.95);
}

.border-l-slate-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-l-slate-300\/0{
  border-left-color: rgb(203 213 225 / 0);
}

.border-l-slate-300\/10{
  border-left-color: rgb(203 213 225 / 0.1);
}

.border-l-slate-300\/100{
  border-left-color: rgb(203 213 225 / 1);
}

.border-l-slate-300\/15{
  border-left-color: rgb(203 213 225 / 0.15);
}

.border-l-slate-300\/20{
  border-left-color: rgb(203 213 225 / 0.2);
}

.border-l-slate-300\/25{
  border-left-color: rgb(203 213 225 / 0.25);
}

.border-l-slate-300\/30{
  border-left-color: rgb(203 213 225 / 0.3);
}

.border-l-slate-300\/35{
  border-left-color: rgb(203 213 225 / 0.35);
}

.border-l-slate-300\/40{
  border-left-color: rgb(203 213 225 / 0.4);
}

.border-l-slate-300\/45{
  border-left-color: rgb(203 213 225 / 0.45);
}

.border-l-slate-300\/5{
  border-left-color: rgb(203 213 225 / 0.05);
}

.border-l-slate-300\/50{
  border-left-color: rgb(203 213 225 / 0.5);
}

.border-l-slate-300\/55{
  border-left-color: rgb(203 213 225 / 0.55);
}

.border-l-slate-300\/60{
  border-left-color: rgb(203 213 225 / 0.6);
}

.border-l-slate-300\/65{
  border-left-color: rgb(203 213 225 / 0.65);
}

.border-l-slate-300\/70{
  border-left-color: rgb(203 213 225 / 0.7);
}

.border-l-slate-300\/75{
  border-left-color: rgb(203 213 225 / 0.75);
}

.border-l-slate-300\/80{
  border-left-color: rgb(203 213 225 / 0.8);
}

.border-l-slate-300\/85{
  border-left-color: rgb(203 213 225 / 0.85);
}

.border-l-slate-300\/90{
  border-left-color: rgb(203 213 225 / 0.9);
}

.border-l-slate-300\/95{
  border-left-color: rgb(203 213 225 / 0.95);
}

.border-l-slate-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-l-slate-400\/0{
  border-left-color: rgb(148 163 184 / 0);
}

.border-l-slate-400\/10{
  border-left-color: rgb(148 163 184 / 0.1);
}

.border-l-slate-400\/100{
  border-left-color: rgb(148 163 184 / 1);
}

.border-l-slate-400\/15{
  border-left-color: rgb(148 163 184 / 0.15);
}

.border-l-slate-400\/20{
  border-left-color: rgb(148 163 184 / 0.2);
}

.border-l-slate-400\/25{
  border-left-color: rgb(148 163 184 / 0.25);
}

.border-l-slate-400\/30{
  border-left-color: rgb(148 163 184 / 0.3);
}

.border-l-slate-400\/35{
  border-left-color: rgb(148 163 184 / 0.35);
}

.border-l-slate-400\/40{
  border-left-color: rgb(148 163 184 / 0.4);
}

.border-l-slate-400\/45{
  border-left-color: rgb(148 163 184 / 0.45);
}

.border-l-slate-400\/5{
  border-left-color: rgb(148 163 184 / 0.05);
}

.border-l-slate-400\/50{
  border-left-color: rgb(148 163 184 / 0.5);
}

.border-l-slate-400\/55{
  border-left-color: rgb(148 163 184 / 0.55);
}

.border-l-slate-400\/60{
  border-left-color: rgb(148 163 184 / 0.6);
}

.border-l-slate-400\/65{
  border-left-color: rgb(148 163 184 / 0.65);
}

.border-l-slate-400\/70{
  border-left-color: rgb(148 163 184 / 0.7);
}

.border-l-slate-400\/75{
  border-left-color: rgb(148 163 184 / 0.75);
}

.border-l-slate-400\/80{
  border-left-color: rgb(148 163 184 / 0.8);
}

.border-l-slate-400\/85{
  border-left-color: rgb(148 163 184 / 0.85);
}

.border-l-slate-400\/90{
  border-left-color: rgb(148 163 184 / 0.9);
}

.border-l-slate-400\/95{
  border-left-color: rgb(148 163 184 / 0.95);
}

.border-l-slate-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-l-slate-50\/0{
  border-left-color: rgb(248 250 252 / 0);
}

.border-l-slate-50\/10{
  border-left-color: rgb(248 250 252 / 0.1);
}

.border-l-slate-50\/100{
  border-left-color: rgb(248 250 252 / 1);
}

.border-l-slate-50\/15{
  border-left-color: rgb(248 250 252 / 0.15);
}

.border-l-slate-50\/20{
  border-left-color: rgb(248 250 252 / 0.2);
}

.border-l-slate-50\/25{
  border-left-color: rgb(248 250 252 / 0.25);
}

.border-l-slate-50\/30{
  border-left-color: rgb(248 250 252 / 0.3);
}

.border-l-slate-50\/35{
  border-left-color: rgb(248 250 252 / 0.35);
}

.border-l-slate-50\/40{
  border-left-color: rgb(248 250 252 / 0.4);
}

.border-l-slate-50\/45{
  border-left-color: rgb(248 250 252 / 0.45);
}

.border-l-slate-50\/5{
  border-left-color: rgb(248 250 252 / 0.05);
}

.border-l-slate-50\/50{
  border-left-color: rgb(248 250 252 / 0.5);
}

.border-l-slate-50\/55{
  border-left-color: rgb(248 250 252 / 0.55);
}

.border-l-slate-50\/60{
  border-left-color: rgb(248 250 252 / 0.6);
}

.border-l-slate-50\/65{
  border-left-color: rgb(248 250 252 / 0.65);
}

.border-l-slate-50\/70{
  border-left-color: rgb(248 250 252 / 0.7);
}

.border-l-slate-50\/75{
  border-left-color: rgb(248 250 252 / 0.75);
}

.border-l-slate-50\/80{
  border-left-color: rgb(248 250 252 / 0.8);
}

.border-l-slate-50\/85{
  border-left-color: rgb(248 250 252 / 0.85);
}

.border-l-slate-50\/90{
  border-left-color: rgb(248 250 252 / 0.9);
}

.border-l-slate-50\/95{
  border-left-color: rgb(248 250 252 / 0.95);
}

.border-l-slate-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-l-slate-500\/0{
  border-left-color: rgb(100 116 139 / 0);
}

.border-l-slate-500\/10{
  border-left-color: rgb(100 116 139 / 0.1);
}

.border-l-slate-500\/100{
  border-left-color: rgb(100 116 139 / 1);
}

.border-l-slate-500\/15{
  border-left-color: rgb(100 116 139 / 0.15);
}

.border-l-slate-500\/20{
  border-left-color: rgb(100 116 139 / 0.2);
}

.border-l-slate-500\/25{
  border-left-color: rgb(100 116 139 / 0.25);
}

.border-l-slate-500\/30{
  border-left-color: rgb(100 116 139 / 0.3);
}

.border-l-slate-500\/35{
  border-left-color: rgb(100 116 139 / 0.35);
}

.border-l-slate-500\/40{
  border-left-color: rgb(100 116 139 / 0.4);
}

.border-l-slate-500\/45{
  border-left-color: rgb(100 116 139 / 0.45);
}

.border-l-slate-500\/5{
  border-left-color: rgb(100 116 139 / 0.05);
}

.border-l-slate-500\/50{
  border-left-color: rgb(100 116 139 / 0.5);
}

.border-l-slate-500\/55{
  border-left-color: rgb(100 116 139 / 0.55);
}

.border-l-slate-500\/60{
  border-left-color: rgb(100 116 139 / 0.6);
}

.border-l-slate-500\/65{
  border-left-color: rgb(100 116 139 / 0.65);
}

.border-l-slate-500\/70{
  border-left-color: rgb(100 116 139 / 0.7);
}

.border-l-slate-500\/75{
  border-left-color: rgb(100 116 139 / 0.75);
}

.border-l-slate-500\/80{
  border-left-color: rgb(100 116 139 / 0.8);
}

.border-l-slate-500\/85{
  border-left-color: rgb(100 116 139 / 0.85);
}

.border-l-slate-500\/90{
  border-left-color: rgb(100 116 139 / 0.9);
}

.border-l-slate-500\/95{
  border-left-color: rgb(100 116 139 / 0.95);
}

.border-l-slate-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-l-slate-600\/0{
  border-left-color: rgb(71 85 105 / 0);
}

.border-l-slate-600\/10{
  border-left-color: rgb(71 85 105 / 0.1);
}

.border-l-slate-600\/100{
  border-left-color: rgb(71 85 105 / 1);
}

.border-l-slate-600\/15{
  border-left-color: rgb(71 85 105 / 0.15);
}

.border-l-slate-600\/20{
  border-left-color: rgb(71 85 105 / 0.2);
}

.border-l-slate-600\/25{
  border-left-color: rgb(71 85 105 / 0.25);
}

.border-l-slate-600\/30{
  border-left-color: rgb(71 85 105 / 0.3);
}

.border-l-slate-600\/35{
  border-left-color: rgb(71 85 105 / 0.35);
}

.border-l-slate-600\/40{
  border-left-color: rgb(71 85 105 / 0.4);
}

.border-l-slate-600\/45{
  border-left-color: rgb(71 85 105 / 0.45);
}

.border-l-slate-600\/5{
  border-left-color: rgb(71 85 105 / 0.05);
}

.border-l-slate-600\/50{
  border-left-color: rgb(71 85 105 / 0.5);
}

.border-l-slate-600\/55{
  border-left-color: rgb(71 85 105 / 0.55);
}

.border-l-slate-600\/60{
  border-left-color: rgb(71 85 105 / 0.6);
}

.border-l-slate-600\/65{
  border-left-color: rgb(71 85 105 / 0.65);
}

.border-l-slate-600\/70{
  border-left-color: rgb(71 85 105 / 0.7);
}

.border-l-slate-600\/75{
  border-left-color: rgb(71 85 105 / 0.75);
}

.border-l-slate-600\/80{
  border-left-color: rgb(71 85 105 / 0.8);
}

.border-l-slate-600\/85{
  border-left-color: rgb(71 85 105 / 0.85);
}

.border-l-slate-600\/90{
  border-left-color: rgb(71 85 105 / 0.9);
}

.border-l-slate-600\/95{
  border-left-color: rgb(71 85 105 / 0.95);
}

.border-l-slate-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-l-slate-700\/0{
  border-left-color: rgb(51 65 85 / 0);
}

.border-l-slate-700\/10{
  border-left-color: rgb(51 65 85 / 0.1);
}

.border-l-slate-700\/100{
  border-left-color: rgb(51 65 85 / 1);
}

.border-l-slate-700\/15{
  border-left-color: rgb(51 65 85 / 0.15);
}

.border-l-slate-700\/20{
  border-left-color: rgb(51 65 85 / 0.2);
}

.border-l-slate-700\/25{
  border-left-color: rgb(51 65 85 / 0.25);
}

.border-l-slate-700\/30{
  border-left-color: rgb(51 65 85 / 0.3);
}

.border-l-slate-700\/35{
  border-left-color: rgb(51 65 85 / 0.35);
}

.border-l-slate-700\/40{
  border-left-color: rgb(51 65 85 / 0.4);
}

.border-l-slate-700\/45{
  border-left-color: rgb(51 65 85 / 0.45);
}

.border-l-slate-700\/5{
  border-left-color: rgb(51 65 85 / 0.05);
}

.border-l-slate-700\/50{
  border-left-color: rgb(51 65 85 / 0.5);
}

.border-l-slate-700\/55{
  border-left-color: rgb(51 65 85 / 0.55);
}

.border-l-slate-700\/60{
  border-left-color: rgb(51 65 85 / 0.6);
}

.border-l-slate-700\/65{
  border-left-color: rgb(51 65 85 / 0.65);
}

.border-l-slate-700\/70{
  border-left-color: rgb(51 65 85 / 0.7);
}

.border-l-slate-700\/75{
  border-left-color: rgb(51 65 85 / 0.75);
}

.border-l-slate-700\/80{
  border-left-color: rgb(51 65 85 / 0.8);
}

.border-l-slate-700\/85{
  border-left-color: rgb(51 65 85 / 0.85);
}

.border-l-slate-700\/90{
  border-left-color: rgb(51 65 85 / 0.9);
}

.border-l-slate-700\/95{
  border-left-color: rgb(51 65 85 / 0.95);
}

.border-l-slate-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-l-slate-800\/0{
  border-left-color: rgb(30 41 59 / 0);
}

.border-l-slate-800\/10{
  border-left-color: rgb(30 41 59 / 0.1);
}

.border-l-slate-800\/100{
  border-left-color: rgb(30 41 59 / 1);
}

.border-l-slate-800\/15{
  border-left-color: rgb(30 41 59 / 0.15);
}

.border-l-slate-800\/20{
  border-left-color: rgb(30 41 59 / 0.2);
}

.border-l-slate-800\/25{
  border-left-color: rgb(30 41 59 / 0.25);
}

.border-l-slate-800\/30{
  border-left-color: rgb(30 41 59 / 0.3);
}

.border-l-slate-800\/35{
  border-left-color: rgb(30 41 59 / 0.35);
}

.border-l-slate-800\/40{
  border-left-color: rgb(30 41 59 / 0.4);
}

.border-l-slate-800\/45{
  border-left-color: rgb(30 41 59 / 0.45);
}

.border-l-slate-800\/5{
  border-left-color: rgb(30 41 59 / 0.05);
}

.border-l-slate-800\/50{
  border-left-color: rgb(30 41 59 / 0.5);
}

.border-l-slate-800\/55{
  border-left-color: rgb(30 41 59 / 0.55);
}

.border-l-slate-800\/60{
  border-left-color: rgb(30 41 59 / 0.6);
}

.border-l-slate-800\/65{
  border-left-color: rgb(30 41 59 / 0.65);
}

.border-l-slate-800\/70{
  border-left-color: rgb(30 41 59 / 0.7);
}

.border-l-slate-800\/75{
  border-left-color: rgb(30 41 59 / 0.75);
}

.border-l-slate-800\/80{
  border-left-color: rgb(30 41 59 / 0.8);
}

.border-l-slate-800\/85{
  border-left-color: rgb(30 41 59 / 0.85);
}

.border-l-slate-800\/90{
  border-left-color: rgb(30 41 59 / 0.9);
}

.border-l-slate-800\/95{
  border-left-color: rgb(30 41 59 / 0.95);
}

.border-l-slate-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-l-slate-900\/0{
  border-left-color: rgb(15 23 42 / 0);
}

.border-l-slate-900\/10{
  border-left-color: rgb(15 23 42 / 0.1);
}

.border-l-slate-900\/100{
  border-left-color: rgb(15 23 42 / 1);
}

.border-l-slate-900\/15{
  border-left-color: rgb(15 23 42 / 0.15);
}

.border-l-slate-900\/20{
  border-left-color: rgb(15 23 42 / 0.2);
}

.border-l-slate-900\/25{
  border-left-color: rgb(15 23 42 / 0.25);
}

.border-l-slate-900\/30{
  border-left-color: rgb(15 23 42 / 0.3);
}

.border-l-slate-900\/35{
  border-left-color: rgb(15 23 42 / 0.35);
}

.border-l-slate-900\/40{
  border-left-color: rgb(15 23 42 / 0.4);
}

.border-l-slate-900\/45{
  border-left-color: rgb(15 23 42 / 0.45);
}

.border-l-slate-900\/5{
  border-left-color: rgb(15 23 42 / 0.05);
}

.border-l-slate-900\/50{
  border-left-color: rgb(15 23 42 / 0.5);
}

.border-l-slate-900\/55{
  border-left-color: rgb(15 23 42 / 0.55);
}

.border-l-slate-900\/60{
  border-left-color: rgb(15 23 42 / 0.6);
}

.border-l-slate-900\/65{
  border-left-color: rgb(15 23 42 / 0.65);
}

.border-l-slate-900\/70{
  border-left-color: rgb(15 23 42 / 0.7);
}

.border-l-slate-900\/75{
  border-left-color: rgb(15 23 42 / 0.75);
}

.border-l-slate-900\/80{
  border-left-color: rgb(15 23 42 / 0.8);
}

.border-l-slate-900\/85{
  border-left-color: rgb(15 23 42 / 0.85);
}

.border-l-slate-900\/90{
  border-left-color: rgb(15 23 42 / 0.9);
}

.border-l-slate-900\/95{
  border-left-color: rgb(15 23 42 / 0.95);
}

.border-l-slate-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-l-slate-950\/0{
  border-left-color: rgb(2 6 23 / 0);
}

.border-l-slate-950\/10{
  border-left-color: rgb(2 6 23 / 0.1);
}

.border-l-slate-950\/100{
  border-left-color: rgb(2 6 23 / 1);
}

.border-l-slate-950\/15{
  border-left-color: rgb(2 6 23 / 0.15);
}

.border-l-slate-950\/20{
  border-left-color: rgb(2 6 23 / 0.2);
}

.border-l-slate-950\/25{
  border-left-color: rgb(2 6 23 / 0.25);
}

.border-l-slate-950\/30{
  border-left-color: rgb(2 6 23 / 0.3);
}

.border-l-slate-950\/35{
  border-left-color: rgb(2 6 23 / 0.35);
}

.border-l-slate-950\/40{
  border-left-color: rgb(2 6 23 / 0.4);
}

.border-l-slate-950\/45{
  border-left-color: rgb(2 6 23 / 0.45);
}

.border-l-slate-950\/5{
  border-left-color: rgb(2 6 23 / 0.05);
}

.border-l-slate-950\/50{
  border-left-color: rgb(2 6 23 / 0.5);
}

.border-l-slate-950\/55{
  border-left-color: rgb(2 6 23 / 0.55);
}

.border-l-slate-950\/60{
  border-left-color: rgb(2 6 23 / 0.6);
}

.border-l-slate-950\/65{
  border-left-color: rgb(2 6 23 / 0.65);
}

.border-l-slate-950\/70{
  border-left-color: rgb(2 6 23 / 0.7);
}

.border-l-slate-950\/75{
  border-left-color: rgb(2 6 23 / 0.75);
}

.border-l-slate-950\/80{
  border-left-color: rgb(2 6 23 / 0.8);
}

.border-l-slate-950\/85{
  border-left-color: rgb(2 6 23 / 0.85);
}

.border-l-slate-950\/90{
  border-left-color: rgb(2 6 23 / 0.9);
}

.border-l-slate-950\/95{
  border-left-color: rgb(2 6 23 / 0.95);
}

.border-l-stone-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-l-stone-100\/0{
  border-left-color: rgb(245 245 244 / 0);
}

.border-l-stone-100\/10{
  border-left-color: rgb(245 245 244 / 0.1);
}

.border-l-stone-100\/100{
  border-left-color: rgb(245 245 244 / 1);
}

.border-l-stone-100\/15{
  border-left-color: rgb(245 245 244 / 0.15);
}

.border-l-stone-100\/20{
  border-left-color: rgb(245 245 244 / 0.2);
}

.border-l-stone-100\/25{
  border-left-color: rgb(245 245 244 / 0.25);
}

.border-l-stone-100\/30{
  border-left-color: rgb(245 245 244 / 0.3);
}

.border-l-stone-100\/35{
  border-left-color: rgb(245 245 244 / 0.35);
}

.border-l-stone-100\/40{
  border-left-color: rgb(245 245 244 / 0.4);
}

.border-l-stone-100\/45{
  border-left-color: rgb(245 245 244 / 0.45);
}

.border-l-stone-100\/5{
  border-left-color: rgb(245 245 244 / 0.05);
}

.border-l-stone-100\/50{
  border-left-color: rgb(245 245 244 / 0.5);
}

.border-l-stone-100\/55{
  border-left-color: rgb(245 245 244 / 0.55);
}

.border-l-stone-100\/60{
  border-left-color: rgb(245 245 244 / 0.6);
}

.border-l-stone-100\/65{
  border-left-color: rgb(245 245 244 / 0.65);
}

.border-l-stone-100\/70{
  border-left-color: rgb(245 245 244 / 0.7);
}

.border-l-stone-100\/75{
  border-left-color: rgb(245 245 244 / 0.75);
}

.border-l-stone-100\/80{
  border-left-color: rgb(245 245 244 / 0.8);
}

.border-l-stone-100\/85{
  border-left-color: rgb(245 245 244 / 0.85);
}

.border-l-stone-100\/90{
  border-left-color: rgb(245 245 244 / 0.9);
}

.border-l-stone-100\/95{
  border-left-color: rgb(245 245 244 / 0.95);
}

.border-l-stone-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-l-stone-200\/0{
  border-left-color: rgb(231 229 228 / 0);
}

.border-l-stone-200\/10{
  border-left-color: rgb(231 229 228 / 0.1);
}

.border-l-stone-200\/100{
  border-left-color: rgb(231 229 228 / 1);
}

.border-l-stone-200\/15{
  border-left-color: rgb(231 229 228 / 0.15);
}

.border-l-stone-200\/20{
  border-left-color: rgb(231 229 228 / 0.2);
}

.border-l-stone-200\/25{
  border-left-color: rgb(231 229 228 / 0.25);
}

.border-l-stone-200\/30{
  border-left-color: rgb(231 229 228 / 0.3);
}

.border-l-stone-200\/35{
  border-left-color: rgb(231 229 228 / 0.35);
}

.border-l-stone-200\/40{
  border-left-color: rgb(231 229 228 / 0.4);
}

.border-l-stone-200\/45{
  border-left-color: rgb(231 229 228 / 0.45);
}

.border-l-stone-200\/5{
  border-left-color: rgb(231 229 228 / 0.05);
}

.border-l-stone-200\/50{
  border-left-color: rgb(231 229 228 / 0.5);
}

.border-l-stone-200\/55{
  border-left-color: rgb(231 229 228 / 0.55);
}

.border-l-stone-200\/60{
  border-left-color: rgb(231 229 228 / 0.6);
}

.border-l-stone-200\/65{
  border-left-color: rgb(231 229 228 / 0.65);
}

.border-l-stone-200\/70{
  border-left-color: rgb(231 229 228 / 0.7);
}

.border-l-stone-200\/75{
  border-left-color: rgb(231 229 228 / 0.75);
}

.border-l-stone-200\/80{
  border-left-color: rgb(231 229 228 / 0.8);
}

.border-l-stone-200\/85{
  border-left-color: rgb(231 229 228 / 0.85);
}

.border-l-stone-200\/90{
  border-left-color: rgb(231 229 228 / 0.9);
}

.border-l-stone-200\/95{
  border-left-color: rgb(231 229 228 / 0.95);
}

.border-l-stone-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-l-stone-300\/0{
  border-left-color: rgb(214 211 209 / 0);
}

.border-l-stone-300\/10{
  border-left-color: rgb(214 211 209 / 0.1);
}

.border-l-stone-300\/100{
  border-left-color: rgb(214 211 209 / 1);
}

.border-l-stone-300\/15{
  border-left-color: rgb(214 211 209 / 0.15);
}

.border-l-stone-300\/20{
  border-left-color: rgb(214 211 209 / 0.2);
}

.border-l-stone-300\/25{
  border-left-color: rgb(214 211 209 / 0.25);
}

.border-l-stone-300\/30{
  border-left-color: rgb(214 211 209 / 0.3);
}

.border-l-stone-300\/35{
  border-left-color: rgb(214 211 209 / 0.35);
}

.border-l-stone-300\/40{
  border-left-color: rgb(214 211 209 / 0.4);
}

.border-l-stone-300\/45{
  border-left-color: rgb(214 211 209 / 0.45);
}

.border-l-stone-300\/5{
  border-left-color: rgb(214 211 209 / 0.05);
}

.border-l-stone-300\/50{
  border-left-color: rgb(214 211 209 / 0.5);
}

.border-l-stone-300\/55{
  border-left-color: rgb(214 211 209 / 0.55);
}

.border-l-stone-300\/60{
  border-left-color: rgb(214 211 209 / 0.6);
}

.border-l-stone-300\/65{
  border-left-color: rgb(214 211 209 / 0.65);
}

.border-l-stone-300\/70{
  border-left-color: rgb(214 211 209 / 0.7);
}

.border-l-stone-300\/75{
  border-left-color: rgb(214 211 209 / 0.75);
}

.border-l-stone-300\/80{
  border-left-color: rgb(214 211 209 / 0.8);
}

.border-l-stone-300\/85{
  border-left-color: rgb(214 211 209 / 0.85);
}

.border-l-stone-300\/90{
  border-left-color: rgb(214 211 209 / 0.9);
}

.border-l-stone-300\/95{
  border-left-color: rgb(214 211 209 / 0.95);
}

.border-l-stone-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-l-stone-400\/0{
  border-left-color: rgb(168 162 158 / 0);
}

.border-l-stone-400\/10{
  border-left-color: rgb(168 162 158 / 0.1);
}

.border-l-stone-400\/100{
  border-left-color: rgb(168 162 158 / 1);
}

.border-l-stone-400\/15{
  border-left-color: rgb(168 162 158 / 0.15);
}

.border-l-stone-400\/20{
  border-left-color: rgb(168 162 158 / 0.2);
}

.border-l-stone-400\/25{
  border-left-color: rgb(168 162 158 / 0.25);
}

.border-l-stone-400\/30{
  border-left-color: rgb(168 162 158 / 0.3);
}

.border-l-stone-400\/35{
  border-left-color: rgb(168 162 158 / 0.35);
}

.border-l-stone-400\/40{
  border-left-color: rgb(168 162 158 / 0.4);
}

.border-l-stone-400\/45{
  border-left-color: rgb(168 162 158 / 0.45);
}

.border-l-stone-400\/5{
  border-left-color: rgb(168 162 158 / 0.05);
}

.border-l-stone-400\/50{
  border-left-color: rgb(168 162 158 / 0.5);
}

.border-l-stone-400\/55{
  border-left-color: rgb(168 162 158 / 0.55);
}

.border-l-stone-400\/60{
  border-left-color: rgb(168 162 158 / 0.6);
}

.border-l-stone-400\/65{
  border-left-color: rgb(168 162 158 / 0.65);
}

.border-l-stone-400\/70{
  border-left-color: rgb(168 162 158 / 0.7);
}

.border-l-stone-400\/75{
  border-left-color: rgb(168 162 158 / 0.75);
}

.border-l-stone-400\/80{
  border-left-color: rgb(168 162 158 / 0.8);
}

.border-l-stone-400\/85{
  border-left-color: rgb(168 162 158 / 0.85);
}

.border-l-stone-400\/90{
  border-left-color: rgb(168 162 158 / 0.9);
}

.border-l-stone-400\/95{
  border-left-color: rgb(168 162 158 / 0.95);
}

.border-l-stone-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-l-stone-50\/0{
  border-left-color: rgb(250 250 249 / 0);
}

.border-l-stone-50\/10{
  border-left-color: rgb(250 250 249 / 0.1);
}

.border-l-stone-50\/100{
  border-left-color: rgb(250 250 249 / 1);
}

.border-l-stone-50\/15{
  border-left-color: rgb(250 250 249 / 0.15);
}

.border-l-stone-50\/20{
  border-left-color: rgb(250 250 249 / 0.2);
}

.border-l-stone-50\/25{
  border-left-color: rgb(250 250 249 / 0.25);
}

.border-l-stone-50\/30{
  border-left-color: rgb(250 250 249 / 0.3);
}

.border-l-stone-50\/35{
  border-left-color: rgb(250 250 249 / 0.35);
}

.border-l-stone-50\/40{
  border-left-color: rgb(250 250 249 / 0.4);
}

.border-l-stone-50\/45{
  border-left-color: rgb(250 250 249 / 0.45);
}

.border-l-stone-50\/5{
  border-left-color: rgb(250 250 249 / 0.05);
}

.border-l-stone-50\/50{
  border-left-color: rgb(250 250 249 / 0.5);
}

.border-l-stone-50\/55{
  border-left-color: rgb(250 250 249 / 0.55);
}

.border-l-stone-50\/60{
  border-left-color: rgb(250 250 249 / 0.6);
}

.border-l-stone-50\/65{
  border-left-color: rgb(250 250 249 / 0.65);
}

.border-l-stone-50\/70{
  border-left-color: rgb(250 250 249 / 0.7);
}

.border-l-stone-50\/75{
  border-left-color: rgb(250 250 249 / 0.75);
}

.border-l-stone-50\/80{
  border-left-color: rgb(250 250 249 / 0.8);
}

.border-l-stone-50\/85{
  border-left-color: rgb(250 250 249 / 0.85);
}

.border-l-stone-50\/90{
  border-left-color: rgb(250 250 249 / 0.9);
}

.border-l-stone-50\/95{
  border-left-color: rgb(250 250 249 / 0.95);
}

.border-l-stone-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-l-stone-500\/0{
  border-left-color: rgb(120 113 108 / 0);
}

.border-l-stone-500\/10{
  border-left-color: rgb(120 113 108 / 0.1);
}

.border-l-stone-500\/100{
  border-left-color: rgb(120 113 108 / 1);
}

.border-l-stone-500\/15{
  border-left-color: rgb(120 113 108 / 0.15);
}

.border-l-stone-500\/20{
  border-left-color: rgb(120 113 108 / 0.2);
}

.border-l-stone-500\/25{
  border-left-color: rgb(120 113 108 / 0.25);
}

.border-l-stone-500\/30{
  border-left-color: rgb(120 113 108 / 0.3);
}

.border-l-stone-500\/35{
  border-left-color: rgb(120 113 108 / 0.35);
}

.border-l-stone-500\/40{
  border-left-color: rgb(120 113 108 / 0.4);
}

.border-l-stone-500\/45{
  border-left-color: rgb(120 113 108 / 0.45);
}

.border-l-stone-500\/5{
  border-left-color: rgb(120 113 108 / 0.05);
}

.border-l-stone-500\/50{
  border-left-color: rgb(120 113 108 / 0.5);
}

.border-l-stone-500\/55{
  border-left-color: rgb(120 113 108 / 0.55);
}

.border-l-stone-500\/60{
  border-left-color: rgb(120 113 108 / 0.6);
}

.border-l-stone-500\/65{
  border-left-color: rgb(120 113 108 / 0.65);
}

.border-l-stone-500\/70{
  border-left-color: rgb(120 113 108 / 0.7);
}

.border-l-stone-500\/75{
  border-left-color: rgb(120 113 108 / 0.75);
}

.border-l-stone-500\/80{
  border-left-color: rgb(120 113 108 / 0.8);
}

.border-l-stone-500\/85{
  border-left-color: rgb(120 113 108 / 0.85);
}

.border-l-stone-500\/90{
  border-left-color: rgb(120 113 108 / 0.9);
}

.border-l-stone-500\/95{
  border-left-color: rgb(120 113 108 / 0.95);
}

.border-l-stone-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-l-stone-600\/0{
  border-left-color: rgb(87 83 78 / 0);
}

.border-l-stone-600\/10{
  border-left-color: rgb(87 83 78 / 0.1);
}

.border-l-stone-600\/100{
  border-left-color: rgb(87 83 78 / 1);
}

.border-l-stone-600\/15{
  border-left-color: rgb(87 83 78 / 0.15);
}

.border-l-stone-600\/20{
  border-left-color: rgb(87 83 78 / 0.2);
}

.border-l-stone-600\/25{
  border-left-color: rgb(87 83 78 / 0.25);
}

.border-l-stone-600\/30{
  border-left-color: rgb(87 83 78 / 0.3);
}

.border-l-stone-600\/35{
  border-left-color: rgb(87 83 78 / 0.35);
}

.border-l-stone-600\/40{
  border-left-color: rgb(87 83 78 / 0.4);
}

.border-l-stone-600\/45{
  border-left-color: rgb(87 83 78 / 0.45);
}

.border-l-stone-600\/5{
  border-left-color: rgb(87 83 78 / 0.05);
}

.border-l-stone-600\/50{
  border-left-color: rgb(87 83 78 / 0.5);
}

.border-l-stone-600\/55{
  border-left-color: rgb(87 83 78 / 0.55);
}

.border-l-stone-600\/60{
  border-left-color: rgb(87 83 78 / 0.6);
}

.border-l-stone-600\/65{
  border-left-color: rgb(87 83 78 / 0.65);
}

.border-l-stone-600\/70{
  border-left-color: rgb(87 83 78 / 0.7);
}

.border-l-stone-600\/75{
  border-left-color: rgb(87 83 78 / 0.75);
}

.border-l-stone-600\/80{
  border-left-color: rgb(87 83 78 / 0.8);
}

.border-l-stone-600\/85{
  border-left-color: rgb(87 83 78 / 0.85);
}

.border-l-stone-600\/90{
  border-left-color: rgb(87 83 78 / 0.9);
}

.border-l-stone-600\/95{
  border-left-color: rgb(87 83 78 / 0.95);
}

.border-l-stone-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-l-stone-700\/0{
  border-left-color: rgb(68 64 60 / 0);
}

.border-l-stone-700\/10{
  border-left-color: rgb(68 64 60 / 0.1);
}

.border-l-stone-700\/100{
  border-left-color: rgb(68 64 60 / 1);
}

.border-l-stone-700\/15{
  border-left-color: rgb(68 64 60 / 0.15);
}

.border-l-stone-700\/20{
  border-left-color: rgb(68 64 60 / 0.2);
}

.border-l-stone-700\/25{
  border-left-color: rgb(68 64 60 / 0.25);
}

.border-l-stone-700\/30{
  border-left-color: rgb(68 64 60 / 0.3);
}

.border-l-stone-700\/35{
  border-left-color: rgb(68 64 60 / 0.35);
}

.border-l-stone-700\/40{
  border-left-color: rgb(68 64 60 / 0.4);
}

.border-l-stone-700\/45{
  border-left-color: rgb(68 64 60 / 0.45);
}

.border-l-stone-700\/5{
  border-left-color: rgb(68 64 60 / 0.05);
}

.border-l-stone-700\/50{
  border-left-color: rgb(68 64 60 / 0.5);
}

.border-l-stone-700\/55{
  border-left-color: rgb(68 64 60 / 0.55);
}

.border-l-stone-700\/60{
  border-left-color: rgb(68 64 60 / 0.6);
}

.border-l-stone-700\/65{
  border-left-color: rgb(68 64 60 / 0.65);
}

.border-l-stone-700\/70{
  border-left-color: rgb(68 64 60 / 0.7);
}

.border-l-stone-700\/75{
  border-left-color: rgb(68 64 60 / 0.75);
}

.border-l-stone-700\/80{
  border-left-color: rgb(68 64 60 / 0.8);
}

.border-l-stone-700\/85{
  border-left-color: rgb(68 64 60 / 0.85);
}

.border-l-stone-700\/90{
  border-left-color: rgb(68 64 60 / 0.9);
}

.border-l-stone-700\/95{
  border-left-color: rgb(68 64 60 / 0.95);
}

.border-l-stone-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-l-stone-800\/0{
  border-left-color: rgb(41 37 36 / 0);
}

.border-l-stone-800\/10{
  border-left-color: rgb(41 37 36 / 0.1);
}

.border-l-stone-800\/100{
  border-left-color: rgb(41 37 36 / 1);
}

.border-l-stone-800\/15{
  border-left-color: rgb(41 37 36 / 0.15);
}

.border-l-stone-800\/20{
  border-left-color: rgb(41 37 36 / 0.2);
}

.border-l-stone-800\/25{
  border-left-color: rgb(41 37 36 / 0.25);
}

.border-l-stone-800\/30{
  border-left-color: rgb(41 37 36 / 0.3);
}

.border-l-stone-800\/35{
  border-left-color: rgb(41 37 36 / 0.35);
}

.border-l-stone-800\/40{
  border-left-color: rgb(41 37 36 / 0.4);
}

.border-l-stone-800\/45{
  border-left-color: rgb(41 37 36 / 0.45);
}

.border-l-stone-800\/5{
  border-left-color: rgb(41 37 36 / 0.05);
}

.border-l-stone-800\/50{
  border-left-color: rgb(41 37 36 / 0.5);
}

.border-l-stone-800\/55{
  border-left-color: rgb(41 37 36 / 0.55);
}

.border-l-stone-800\/60{
  border-left-color: rgb(41 37 36 / 0.6);
}

.border-l-stone-800\/65{
  border-left-color: rgb(41 37 36 / 0.65);
}

.border-l-stone-800\/70{
  border-left-color: rgb(41 37 36 / 0.7);
}

.border-l-stone-800\/75{
  border-left-color: rgb(41 37 36 / 0.75);
}

.border-l-stone-800\/80{
  border-left-color: rgb(41 37 36 / 0.8);
}

.border-l-stone-800\/85{
  border-left-color: rgb(41 37 36 / 0.85);
}

.border-l-stone-800\/90{
  border-left-color: rgb(41 37 36 / 0.9);
}

.border-l-stone-800\/95{
  border-left-color: rgb(41 37 36 / 0.95);
}

.border-l-stone-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-l-stone-900\/0{
  border-left-color: rgb(28 25 23 / 0);
}

.border-l-stone-900\/10{
  border-left-color: rgb(28 25 23 / 0.1);
}

.border-l-stone-900\/100{
  border-left-color: rgb(28 25 23 / 1);
}

.border-l-stone-900\/15{
  border-left-color: rgb(28 25 23 / 0.15);
}

.border-l-stone-900\/20{
  border-left-color: rgb(28 25 23 / 0.2);
}

.border-l-stone-900\/25{
  border-left-color: rgb(28 25 23 / 0.25);
}

.border-l-stone-900\/30{
  border-left-color: rgb(28 25 23 / 0.3);
}

.border-l-stone-900\/35{
  border-left-color: rgb(28 25 23 / 0.35);
}

.border-l-stone-900\/40{
  border-left-color: rgb(28 25 23 / 0.4);
}

.border-l-stone-900\/45{
  border-left-color: rgb(28 25 23 / 0.45);
}

.border-l-stone-900\/5{
  border-left-color: rgb(28 25 23 / 0.05);
}

.border-l-stone-900\/50{
  border-left-color: rgb(28 25 23 / 0.5);
}

.border-l-stone-900\/55{
  border-left-color: rgb(28 25 23 / 0.55);
}

.border-l-stone-900\/60{
  border-left-color: rgb(28 25 23 / 0.6);
}

.border-l-stone-900\/65{
  border-left-color: rgb(28 25 23 / 0.65);
}

.border-l-stone-900\/70{
  border-left-color: rgb(28 25 23 / 0.7);
}

.border-l-stone-900\/75{
  border-left-color: rgb(28 25 23 / 0.75);
}

.border-l-stone-900\/80{
  border-left-color: rgb(28 25 23 / 0.8);
}

.border-l-stone-900\/85{
  border-left-color: rgb(28 25 23 / 0.85);
}

.border-l-stone-900\/90{
  border-left-color: rgb(28 25 23 / 0.9);
}

.border-l-stone-900\/95{
  border-left-color: rgb(28 25 23 / 0.95);
}

.border-l-stone-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-l-stone-950\/0{
  border-left-color: rgb(12 10 9 / 0);
}

.border-l-stone-950\/10{
  border-left-color: rgb(12 10 9 / 0.1);
}

.border-l-stone-950\/100{
  border-left-color: rgb(12 10 9 / 1);
}

.border-l-stone-950\/15{
  border-left-color: rgb(12 10 9 / 0.15);
}

.border-l-stone-950\/20{
  border-left-color: rgb(12 10 9 / 0.2);
}

.border-l-stone-950\/25{
  border-left-color: rgb(12 10 9 / 0.25);
}

.border-l-stone-950\/30{
  border-left-color: rgb(12 10 9 / 0.3);
}

.border-l-stone-950\/35{
  border-left-color: rgb(12 10 9 / 0.35);
}

.border-l-stone-950\/40{
  border-left-color: rgb(12 10 9 / 0.4);
}

.border-l-stone-950\/45{
  border-left-color: rgb(12 10 9 / 0.45);
}

.border-l-stone-950\/5{
  border-left-color: rgb(12 10 9 / 0.05);
}

.border-l-stone-950\/50{
  border-left-color: rgb(12 10 9 / 0.5);
}

.border-l-stone-950\/55{
  border-left-color: rgb(12 10 9 / 0.55);
}

.border-l-stone-950\/60{
  border-left-color: rgb(12 10 9 / 0.6);
}

.border-l-stone-950\/65{
  border-left-color: rgb(12 10 9 / 0.65);
}

.border-l-stone-950\/70{
  border-left-color: rgb(12 10 9 / 0.7);
}

.border-l-stone-950\/75{
  border-left-color: rgb(12 10 9 / 0.75);
}

.border-l-stone-950\/80{
  border-left-color: rgb(12 10 9 / 0.8);
}

.border-l-stone-950\/85{
  border-left-color: rgb(12 10 9 / 0.85);
}

.border-l-stone-950\/90{
  border-left-color: rgb(12 10 9 / 0.9);
}

.border-l-stone-950\/95{
  border-left-color: rgb(12 10 9 / 0.95);
}

.border-l-success{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.border-l-success\/0{
  border-left-color: rgb(7 196 149 / 0);
}

.border-l-success\/10{
  border-left-color: rgb(7 196 149 / 0.1);
}

.border-l-success\/100{
  border-left-color: rgb(7 196 149 / 1);
}

.border-l-success\/15{
  border-left-color: rgb(7 196 149 / 0.15);
}

.border-l-success\/20{
  border-left-color: rgb(7 196 149 / 0.2);
}

.border-l-success\/25{
  border-left-color: rgb(7 196 149 / 0.25);
}

.border-l-success\/30{
  border-left-color: rgb(7 196 149 / 0.3);
}

.border-l-success\/35{
  border-left-color: rgb(7 196 149 / 0.35);
}

.border-l-success\/40{
  border-left-color: rgb(7 196 149 / 0.4);
}

.border-l-success\/45{
  border-left-color: rgb(7 196 149 / 0.45);
}

.border-l-success\/5{
  border-left-color: rgb(7 196 149 / 0.05);
}

.border-l-success\/50{
  border-left-color: rgb(7 196 149 / 0.5);
}

.border-l-success\/55{
  border-left-color: rgb(7 196 149 / 0.55);
}

.border-l-success\/60{
  border-left-color: rgb(7 196 149 / 0.6);
}

.border-l-success\/65{
  border-left-color: rgb(7 196 149 / 0.65);
}

.border-l-success\/70{
  border-left-color: rgb(7 196 149 / 0.7);
}

.border-l-success\/75{
  border-left-color: rgb(7 196 149 / 0.75);
}

.border-l-success\/80{
  border-left-color: rgb(7 196 149 / 0.8);
}

.border-l-success\/85{
  border-left-color: rgb(7 196 149 / 0.85);
}

.border-l-success\/90{
  border-left-color: rgb(7 196 149 / 0.9);
}

.border-l-success\/95{
  border-left-color: rgb(7 196 149 / 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\/15{
  border-left-color: rgb(204 251 241 / 0.15);
}

.border-l-teal-100\/20{
  border-left-color: rgb(204 251 241 / 0.2);
}

.border-l-teal-100\/25{
  border-left-color: rgb(204 251 241 / 0.25);
}

.border-l-teal-100\/30{
  border-left-color: rgb(204 251 241 / 0.3);
}

.border-l-teal-100\/35{
  border-left-color: rgb(204 251 241 / 0.35);
}

.border-l-teal-100\/40{
  border-left-color: rgb(204 251 241 / 0.4);
}

.border-l-teal-100\/45{
  border-left-color: rgb(204 251 241 / 0.45);
}

.border-l-teal-100\/5{
  border-left-color: rgb(204 251 241 / 0.05);
}

.border-l-teal-100\/50{
  border-left-color: rgb(204 251 241 / 0.5);
}

.border-l-teal-100\/55{
  border-left-color: rgb(204 251 241 / 0.55);
}

.border-l-teal-100\/60{
  border-left-color: rgb(204 251 241 / 0.6);
}

.border-l-teal-100\/65{
  border-left-color: rgb(204 251 241 / 0.65);
}

.border-l-teal-100\/70{
  border-left-color: rgb(204 251 241 / 0.7);
}

.border-l-teal-100\/75{
  border-left-color: rgb(204 251 241 / 0.75);
}

.border-l-teal-100\/80{
  border-left-color: rgb(204 251 241 / 0.8);
}

.border-l-teal-100\/85{
  border-left-color: rgb(204 251 241 / 0.85);
}

.border-l-teal-100\/90{
  border-left-color: rgb(204 251 241 / 0.9);
}

.border-l-teal-100\/95{
  border-left-color: rgb(204 251 241 / 0.95);
}

.border-l-teal-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-l-teal-200\/0{
  border-left-color: rgb(153 246 228 / 0);
}

.border-l-teal-200\/10{
  border-left-color: rgb(153 246 228 / 0.1);
}

.border-l-teal-200\/100{
  border-left-color: rgb(153 246 228 / 1);
}

.border-l-teal-200\/15{
  border-left-color: rgb(153 246 228 / 0.15);
}

.border-l-teal-200\/20{
  border-left-color: rgb(153 246 228 / 0.2);
}

.border-l-teal-200\/25{
  border-left-color: rgb(153 246 228 / 0.25);
}

.border-l-teal-200\/30{
  border-left-color: rgb(153 246 228 / 0.3);
}

.border-l-teal-200\/35{
  border-left-color: rgb(153 246 228 / 0.35);
}

.border-l-teal-200\/40{
  border-left-color: rgb(153 246 228 / 0.4);
}

.border-l-teal-200\/45{
  border-left-color: rgb(153 246 228 / 0.45);
}

.border-l-teal-200\/5{
  border-left-color: rgb(153 246 228 / 0.05);
}

.border-l-teal-200\/50{
  border-left-color: rgb(153 246 228 / 0.5);
}

.border-l-teal-200\/55{
  border-left-color: rgb(153 246 228 / 0.55);
}

.border-l-teal-200\/60{
  border-left-color: rgb(153 246 228 / 0.6);
}

.border-l-teal-200\/65{
  border-left-color: rgb(153 246 228 / 0.65);
}

.border-l-teal-200\/70{
  border-left-color: rgb(153 246 228 / 0.7);
}

.border-l-teal-200\/75{
  border-left-color: rgb(153 246 228 / 0.75);
}

.border-l-teal-200\/80{
  border-left-color: rgb(153 246 228 / 0.8);
}

.border-l-teal-200\/85{
  border-left-color: rgb(153 246 228 / 0.85);
}

.border-l-teal-200\/90{
  border-left-color: rgb(153 246 228 / 0.9);
}

.border-l-teal-200\/95{
  border-left-color: rgb(153 246 228 / 0.95);
}

.border-l-teal-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-l-teal-300\/0{
  border-left-color: rgb(94 234 212 / 0);
}

.border-l-teal-300\/10{
  border-left-color: rgb(94 234 212 / 0.1);
}

.border-l-teal-300\/100{
  border-left-color: rgb(94 234 212 / 1);
}

.border-l-teal-300\/15{
  border-left-color: rgb(94 234 212 / 0.15);
}

.border-l-teal-300\/20{
  border-left-color: rgb(94 234 212 / 0.2);
}

.border-l-teal-300\/25{
  border-left-color: rgb(94 234 212 / 0.25);
}

.border-l-teal-300\/30{
  border-left-color: rgb(94 234 212 / 0.3);
}

.border-l-teal-300\/35{
  border-left-color: rgb(94 234 212 / 0.35);
}

.border-l-teal-300\/40{
  border-left-color: rgb(94 234 212 / 0.4);
}

.border-l-teal-300\/45{
  border-left-color: rgb(94 234 212 / 0.45);
}

.border-l-teal-300\/5{
  border-left-color: rgb(94 234 212 / 0.05);
}

.border-l-teal-300\/50{
  border-left-color: rgb(94 234 212 / 0.5);
}

.border-l-teal-300\/55{
  border-left-color: rgb(94 234 212 / 0.55);
}

.border-l-teal-300\/60{
  border-left-color: rgb(94 234 212 / 0.6);
}

.border-l-teal-300\/65{
  border-left-color: rgb(94 234 212 / 0.65);
}

.border-l-teal-300\/70{
  border-left-color: rgb(94 234 212 / 0.7);
}

.border-l-teal-300\/75{
  border-left-color: rgb(94 234 212 / 0.75);
}

.border-l-teal-300\/80{
  border-left-color: rgb(94 234 212 / 0.8);
}

.border-l-teal-300\/85{
  border-left-color: rgb(94 234 212 / 0.85);
}

.border-l-teal-300\/90{
  border-left-color: rgb(94 234 212 / 0.9);
}

.border-l-teal-300\/95{
  border-left-color: rgb(94 234 212 / 0.95);
}

.border-l-teal-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-l-teal-400\/0{
  border-left-color: rgb(45 212 191 / 0);
}

.border-l-teal-400\/10{
  border-left-color: rgb(45 212 191 / 0.1);
}

.border-l-teal-400\/100{
  border-left-color: rgb(45 212 191 / 1);
}

.border-l-teal-400\/15{
  border-left-color: rgb(45 212 191 / 0.15);
}

.border-l-teal-400\/20{
  border-left-color: rgb(45 212 191 / 0.2);
}

.border-l-teal-400\/25{
  border-left-color: rgb(45 212 191 / 0.25);
}

.border-l-teal-400\/30{
  border-left-color: rgb(45 212 191 / 0.3);
}

.border-l-teal-400\/35{
  border-left-color: rgb(45 212 191 / 0.35);
}

.border-l-teal-400\/40{
  border-left-color: rgb(45 212 191 / 0.4);
}

.border-l-teal-400\/45{
  border-left-color: rgb(45 212 191 / 0.45);
}

.border-l-teal-400\/5{
  border-left-color: rgb(45 212 191 / 0.05);
}

.border-l-teal-400\/50{
  border-left-color: rgb(45 212 191 / 0.5);
}

.border-l-teal-400\/55{
  border-left-color: rgb(45 212 191 / 0.55);
}

.border-l-teal-400\/60{
  border-left-color: rgb(45 212 191 / 0.6);
}

.border-l-teal-400\/65{
  border-left-color: rgb(45 212 191 / 0.65);
}

.border-l-teal-400\/70{
  border-left-color: rgb(45 212 191 / 0.7);
}

.border-l-teal-400\/75{
  border-left-color: rgb(45 212 191 / 0.75);
}

.border-l-teal-400\/80{
  border-left-color: rgb(45 212 191 / 0.8);
}

.border-l-teal-400\/85{
  border-left-color: rgb(45 212 191 / 0.85);
}

.border-l-teal-400\/90{
  border-left-color: rgb(45 212 191 / 0.9);
}

.border-l-teal-400\/95{
  border-left-color: rgb(45 212 191 / 0.95);
}

.border-l-teal-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-l-teal-50\/0{
  border-left-color: rgb(240 253 250 / 0);
}

.border-l-teal-50\/10{
  border-left-color: rgb(240 253 250 / 0.1);
}

.border-l-teal-50\/100{
  border-left-color: rgb(240 253 250 / 1);
}

.border-l-teal-50\/15{
  border-left-color: rgb(240 253 250 / 0.15);
}

.border-l-teal-50\/20{
  border-left-color: rgb(240 253 250 / 0.2);
}

.border-l-teal-50\/25{
  border-left-color: rgb(240 253 250 / 0.25);
}

.border-l-teal-50\/30{
  border-left-color: rgb(240 253 250 / 0.3);
}

.border-l-teal-50\/35{
  border-left-color: rgb(240 253 250 / 0.35);
}

.border-l-teal-50\/40{
  border-left-color: rgb(240 253 250 / 0.4);
}

.border-l-teal-50\/45{
  border-left-color: rgb(240 253 250 / 0.45);
}

.border-l-teal-50\/5{
  border-left-color: rgb(240 253 250 / 0.05);
}

.border-l-teal-50\/50{
  border-left-color: rgb(240 253 250 / 0.5);
}

.border-l-teal-50\/55{
  border-left-color: rgb(240 253 250 / 0.55);
}

.border-l-teal-50\/60{
  border-left-color: rgb(240 253 250 / 0.6);
}

.border-l-teal-50\/65{
  border-left-color: rgb(240 253 250 / 0.65);
}

.border-l-teal-50\/70{
  border-left-color: rgb(240 253 250 / 0.7);
}

.border-l-teal-50\/75{
  border-left-color: rgb(240 253 250 / 0.75);
}

.border-l-teal-50\/80{
  border-left-color: rgb(240 253 250 / 0.8);
}

.border-l-teal-50\/85{
  border-left-color: rgb(240 253 250 / 0.85);
}

.border-l-teal-50\/90{
  border-left-color: rgb(240 253 250 / 0.9);
}

.border-l-teal-50\/95{
  border-left-color: rgb(240 253 250 / 0.95);
}

.border-l-teal-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-l-teal-500\/0{
  border-left-color: rgb(20 184 166 / 0);
}

.border-l-teal-500\/10{
  border-left-color: rgb(20 184 166 / 0.1);
}

.border-l-teal-500\/100{
  border-left-color: rgb(20 184 166 / 1);
}

.border-l-teal-500\/15{
  border-left-color: rgb(20 184 166 / 0.15);
}

.border-l-teal-500\/20{
  border-left-color: rgb(20 184 166 / 0.2);
}

.border-l-teal-500\/25{
  border-left-color: rgb(20 184 166 / 0.25);
}

.border-l-teal-500\/30{
  border-left-color: rgb(20 184 166 / 0.3);
}

.border-l-teal-500\/35{
  border-left-color: rgb(20 184 166 / 0.35);
}

.border-l-teal-500\/40{
  border-left-color: rgb(20 184 166 / 0.4);
}

.border-l-teal-500\/45{
  border-left-color: rgb(20 184 166 / 0.45);
}

.border-l-teal-500\/5{
  border-left-color: rgb(20 184 166 / 0.05);
}

.border-l-teal-500\/50{
  border-left-color: rgb(20 184 166 / 0.5);
}

.border-l-teal-500\/55{
  border-left-color: rgb(20 184 166 / 0.55);
}

.border-l-teal-500\/60{
  border-left-color: rgb(20 184 166 / 0.6);
}

.border-l-teal-500\/65{
  border-left-color: rgb(20 184 166 / 0.65);
}

.border-l-teal-500\/70{
  border-left-color: rgb(20 184 166 / 0.7);
}

.border-l-teal-500\/75{
  border-left-color: rgb(20 184 166 / 0.75);
}

.border-l-teal-500\/80{
  border-left-color: rgb(20 184 166 / 0.8);
}

.border-l-teal-500\/85{
  border-left-color: rgb(20 184 166 / 0.85);
}

.border-l-teal-500\/90{
  border-left-color: rgb(20 184 166 / 0.9);
}

.border-l-teal-500\/95{
  border-left-color: rgb(20 184 166 / 0.95);
}

.border-l-teal-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-l-teal-600\/0{
  border-left-color: rgb(13 148 136 / 0);
}

.border-l-teal-600\/10{
  border-left-color: rgb(13 148 136 / 0.1);
}

.border-l-teal-600\/100{
  border-left-color: rgb(13 148 136 / 1);
}

.border-l-teal-600\/15{
  border-left-color: rgb(13 148 136 / 0.15);
}

.border-l-teal-600\/20{
  border-left-color: rgb(13 148 136 / 0.2);
}

.border-l-teal-600\/25{
  border-left-color: rgb(13 148 136 / 0.25);
}

.border-l-teal-600\/30{
  border-left-color: rgb(13 148 136 / 0.3);
}

.border-l-teal-600\/35{
  border-left-color: rgb(13 148 136 / 0.35);
}

.border-l-teal-600\/40{
  border-left-color: rgb(13 148 136 / 0.4);
}

.border-l-teal-600\/45{
  border-left-color: rgb(13 148 136 / 0.45);
}

.border-l-teal-600\/5{
  border-left-color: rgb(13 148 136 / 0.05);
}

.border-l-teal-600\/50{
  border-left-color: rgb(13 148 136 / 0.5);
}

.border-l-teal-600\/55{
  border-left-color: rgb(13 148 136 / 0.55);
}

.border-l-teal-600\/60{
  border-left-color: rgb(13 148 136 / 0.6);
}

.border-l-teal-600\/65{
  border-left-color: rgb(13 148 136 / 0.65);
}

.border-l-teal-600\/70{
  border-left-color: rgb(13 148 136 / 0.7);
}

.border-l-teal-600\/75{
  border-left-color: rgb(13 148 136 / 0.75);
}

.border-l-teal-600\/80{
  border-left-color: rgb(13 148 136 / 0.8);
}

.border-l-teal-600\/85{
  border-left-color: rgb(13 148 136 / 0.85);
}

.border-l-teal-600\/90{
  border-left-color: rgb(13 148 136 / 0.9);
}

.border-l-teal-600\/95{
  border-left-color: rgb(13 148 136 / 0.95);
}

.border-l-teal-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-l-teal-700\/0{
  border-left-color: rgb(15 118 110 / 0);
}

.border-l-teal-700\/10{
  border-left-color: rgb(15 118 110 / 0.1);
}

.border-l-teal-700\/100{
  border-left-color: rgb(15 118 110 / 1);
}

.border-l-teal-700\/15{
  border-left-color: rgb(15 118 110 / 0.15);
}

.border-l-teal-700\/20{
  border-left-color: rgb(15 118 110 / 0.2);
}

.border-l-teal-700\/25{
  border-left-color: rgb(15 118 110 / 0.25);
}

.border-l-teal-700\/30{
  border-left-color: rgb(15 118 110 / 0.3);
}

.border-l-teal-700\/35{
  border-left-color: rgb(15 118 110 / 0.35);
}

.border-l-teal-700\/40{
  border-left-color: rgb(15 118 110 / 0.4);
}

.border-l-teal-700\/45{
  border-left-color: rgb(15 118 110 / 0.45);
}

.border-l-teal-700\/5{
  border-left-color: rgb(15 118 110 / 0.05);
}

.border-l-teal-700\/50{
  border-left-color: rgb(15 118 110 / 0.5);
}

.border-l-teal-700\/55{
  border-left-color: rgb(15 118 110 / 0.55);
}

.border-l-teal-700\/60{
  border-left-color: rgb(15 118 110 / 0.6);
}

.border-l-teal-700\/65{
  border-left-color: rgb(15 118 110 / 0.65);
}

.border-l-teal-700\/70{
  border-left-color: rgb(15 118 110 / 0.7);
}

.border-l-teal-700\/75{
  border-left-color: rgb(15 118 110 / 0.75);
}

.border-l-teal-700\/80{
  border-left-color: rgb(15 118 110 / 0.8);
}

.border-l-teal-700\/85{
  border-left-color: rgb(15 118 110 / 0.85);
}

.border-l-teal-700\/90{
  border-left-color: rgb(15 118 110 / 0.9);
}

.border-l-teal-700\/95{
  border-left-color: rgb(15 118 110 / 0.95);
}

.border-l-teal-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-l-teal-800\/0{
  border-left-color: rgb(17 94 89 / 0);
}

.border-l-teal-800\/10{
  border-left-color: rgb(17 94 89 / 0.1);
}

.border-l-teal-800\/100{
  border-left-color: rgb(17 94 89 / 1);
}

.border-l-teal-800\/15{
  border-left-color: rgb(17 94 89 / 0.15);
}

.border-l-teal-800\/20{
  border-left-color: rgb(17 94 89 / 0.2);
}

.border-l-teal-800\/25{
  border-left-color: rgb(17 94 89 / 0.25);
}

.border-l-teal-800\/30{
  border-left-color: rgb(17 94 89 / 0.3);
}

.border-l-teal-800\/35{
  border-left-color: rgb(17 94 89 / 0.35);
}

.border-l-teal-800\/40{
  border-left-color: rgb(17 94 89 / 0.4);
}

.border-l-teal-800\/45{
  border-left-color: rgb(17 94 89 / 0.45);
}

.border-l-teal-800\/5{
  border-left-color: rgb(17 94 89 / 0.05);
}

.border-l-teal-800\/50{
  border-left-color: rgb(17 94 89 / 0.5);
}

.border-l-teal-800\/55{
  border-left-color: rgb(17 94 89 / 0.55);
}

.border-l-teal-800\/60{
  border-left-color: rgb(17 94 89 / 0.6);
}

.border-l-teal-800\/65{
  border-left-color: rgb(17 94 89 / 0.65);
}

.border-l-teal-800\/70{
  border-left-color: rgb(17 94 89 / 0.7);
}

.border-l-teal-800\/75{
  border-left-color: rgb(17 94 89 / 0.75);
}

.border-l-teal-800\/80{
  border-left-color: rgb(17 94 89 / 0.8);
}

.border-l-teal-800\/85{
  border-left-color: rgb(17 94 89 / 0.85);
}

.border-l-teal-800\/90{
  border-left-color: rgb(17 94 89 / 0.9);
}

.border-l-teal-800\/95{
  border-left-color: rgb(17 94 89 / 0.95);
}

.border-l-teal-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-l-teal-900\/0{
  border-left-color: rgb(19 78 74 / 0);
}

.border-l-teal-900\/10{
  border-left-color: rgb(19 78 74 / 0.1);
}

.border-l-teal-900\/100{
  border-left-color: rgb(19 78 74 / 1);
}

.border-l-teal-900\/15{
  border-left-color: rgb(19 78 74 / 0.15);
}

.border-l-teal-900\/20{
  border-left-color: rgb(19 78 74 / 0.2);
}

.border-l-teal-900\/25{
  border-left-color: rgb(19 78 74 / 0.25);
}

.border-l-teal-900\/30{
  border-left-color: rgb(19 78 74 / 0.3);
}

.border-l-teal-900\/35{
  border-left-color: rgb(19 78 74 / 0.35);
}

.border-l-teal-900\/40{
  border-left-color: rgb(19 78 74 / 0.4);
}

.border-l-teal-900\/45{
  border-left-color: rgb(19 78 74 / 0.45);
}

.border-l-teal-900\/5{
  border-left-color: rgb(19 78 74 / 0.05);
}

.border-l-teal-900\/50{
  border-left-color: rgb(19 78 74 / 0.5);
}

.border-l-teal-900\/55{
  border-left-color: rgb(19 78 74 / 0.55);
}

.border-l-teal-900\/60{
  border-left-color: rgb(19 78 74 / 0.6);
}

.border-l-teal-900\/65{
  border-left-color: rgb(19 78 74 / 0.65);
}

.border-l-teal-900\/70{
  border-left-color: rgb(19 78 74 / 0.7);
}

.border-l-teal-900\/75{
  border-left-color: rgb(19 78 74 / 0.75);
}

.border-l-teal-900\/80{
  border-left-color: rgb(19 78 74 / 0.8);
}

.border-l-teal-900\/85{
  border-left-color: rgb(19 78 74 / 0.85);
}

.border-l-teal-900\/90{
  border-left-color: rgb(19 78 74 / 0.9);
}

.border-l-teal-900\/95{
  border-left-color: rgb(19 78 74 / 0.95);
}

.border-l-teal-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-l-teal-950\/0{
  border-left-color: rgb(4 47 46 / 0);
}

.border-l-teal-950\/10{
  border-left-color: rgb(4 47 46 / 0.1);
}

.border-l-teal-950\/100{
  border-left-color: rgb(4 47 46 / 1);
}

.border-l-teal-950\/15{
  border-left-color: rgb(4 47 46 / 0.15);
}

.border-l-teal-950\/20{
  border-left-color: rgb(4 47 46 / 0.2);
}

.border-l-teal-950\/25{
  border-left-color: rgb(4 47 46 / 0.25);
}

.border-l-teal-950\/30{
  border-left-color: rgb(4 47 46 / 0.3);
}

.border-l-teal-950\/35{
  border-left-color: rgb(4 47 46 / 0.35);
}

.border-l-teal-950\/40{
  border-left-color: rgb(4 47 46 / 0.4);
}

.border-l-teal-950\/45{
  border-left-color: rgb(4 47 46 / 0.45);
}

.border-l-teal-950\/5{
  border-left-color: rgb(4 47 46 / 0.05);
}

.border-l-teal-950\/50{
  border-left-color: rgb(4 47 46 / 0.5);
}

.border-l-teal-950\/55{
  border-left-color: rgb(4 47 46 / 0.55);
}

.border-l-teal-950\/60{
  border-left-color: rgb(4 47 46 / 0.6);
}

.border-l-teal-950\/65{
  border-left-color: rgb(4 47 46 / 0.65);
}

.border-l-teal-950\/70{
  border-left-color: rgb(4 47 46 / 0.7);
}

.border-l-teal-950\/75{
  border-left-color: rgb(4 47 46 / 0.75);
}

.border-l-teal-950\/80{
  border-left-color: rgb(4 47 46 / 0.8);
}

.border-l-teal-950\/85{
  border-left-color: rgb(4 47 46 / 0.85);
}

.border-l-teal-950\/90{
  border-left-color: rgb(4 47 46 / 0.9);
}

.border-l-teal-950\/95{
  border-left-color: rgb(4 47 46 / 0.95);
}

.border-l-tertiary{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.border-l-tertiary-hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.border-l-tertiary-hover\/0{
  border-left-color: rgb(20 123 223 / 0);
}

.border-l-tertiary-hover\/10{
  border-left-color: rgb(20 123 223 / 0.1);
}

.border-l-tertiary-hover\/100{
  border-left-color: rgb(20 123 223 / 1);
}

.border-l-tertiary-hover\/15{
  border-left-color: rgb(20 123 223 / 0.15);
}

.border-l-tertiary-hover\/20{
  border-left-color: rgb(20 123 223 / 0.2);
}

.border-l-tertiary-hover\/25{
  border-left-color: rgb(20 123 223 / 0.25);
}

.border-l-tertiary-hover\/30{
  border-left-color: rgb(20 123 223 / 0.3);
}

.border-l-tertiary-hover\/35{
  border-left-color: rgb(20 123 223 / 0.35);
}

.border-l-tertiary-hover\/40{
  border-left-color: rgb(20 123 223 / 0.4);
}

.border-l-tertiary-hover\/45{
  border-left-color: rgb(20 123 223 / 0.45);
}

.border-l-tertiary-hover\/5{
  border-left-color: rgb(20 123 223 / 0.05);
}

.border-l-tertiary-hover\/50{
  border-left-color: rgb(20 123 223 / 0.5);
}

.border-l-tertiary-hover\/55{
  border-left-color: rgb(20 123 223 / 0.55);
}

.border-l-tertiary-hover\/60{
  border-left-color: rgb(20 123 223 / 0.6);
}

.border-l-tertiary-hover\/65{
  border-left-color: rgb(20 123 223 / 0.65);
}

.border-l-tertiary-hover\/70{
  border-left-color: rgb(20 123 223 / 0.7);
}

.border-l-tertiary-hover\/75{
  border-left-color: rgb(20 123 223 / 0.75);
}

.border-l-tertiary-hover\/80{
  border-left-color: rgb(20 123 223 / 0.8);
}

.border-l-tertiary-hover\/85{
  border-left-color: rgb(20 123 223 / 0.85);
}

.border-l-tertiary-hover\/90{
  border-left-color: rgb(20 123 223 / 0.9);
}

.border-l-tertiary-hover\/95{
  border-left-color: rgb(20 123 223 / 0.95);
}

.border-l-tertiary\/0{
  border-left-color: rgb(22 137 252 / 0);
}

.border-l-tertiary\/10{
  border-left-color: rgb(22 137 252 / 0.1);
}

.border-l-tertiary\/100{
  border-left-color: rgb(22 137 252 / 1);
}

.border-l-tertiary\/15{
  border-left-color: rgb(22 137 252 / 0.15);
}

.border-l-tertiary\/20{
  border-left-color: rgb(22 137 252 / 0.2);
}

.border-l-tertiary\/25{
  border-left-color: rgb(22 137 252 / 0.25);
}

.border-l-tertiary\/30{
  border-left-color: rgb(22 137 252 / 0.3);
}

.border-l-tertiary\/35{
  border-left-color: rgb(22 137 252 / 0.35);
}

.border-l-tertiary\/40{
  border-left-color: rgb(22 137 252 / 0.4);
}

.border-l-tertiary\/45{
  border-left-color: rgb(22 137 252 / 0.45);
}

.border-l-tertiary\/5{
  border-left-color: rgb(22 137 252 / 0.05);
}

.border-l-tertiary\/50{
  border-left-color: rgb(22 137 252 / 0.5);
}

.border-l-tertiary\/55{
  border-left-color: rgb(22 137 252 / 0.55);
}

.border-l-tertiary\/60{
  border-left-color: rgb(22 137 252 / 0.6);
}

.border-l-tertiary\/65{
  border-left-color: rgb(22 137 252 / 0.65);
}

.border-l-tertiary\/70{
  border-left-color: rgb(22 137 252 / 0.7);
}

.border-l-tertiary\/75{
  border-left-color: rgb(22 137 252 / 0.75);
}

.border-l-tertiary\/80{
  border-left-color: rgb(22 137 252 / 0.8);
}

.border-l-tertiary\/85{
  border-left-color: rgb(22 137 252 / 0.85);
}

.border-l-tertiary\/90{
  border-left-color: rgb(22 137 252 / 0.9);
}

.border-l-tertiary\/95{
  border-left-color: rgb(22 137 252 / 0.95);
}

.border-l-transparent{
  border-left-color: transparent;
}

.border-l-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-transparent\/15{
  border-left-color: rgb(0 0 0 / 0.15);
}

.border-l-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-transparent\/35{
  border-left-color: rgb(0 0 0 / 0.35);
}

.border-l-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-transparent\/45{
  border-left-color: rgb(0 0 0 / 0.45);
}

.border-l-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-transparent\/55{
  border-left-color: rgb(0 0 0 / 0.55);
}

.border-l-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-transparent\/65{
  border-left-color: rgb(0 0 0 / 0.65);
}

.border-l-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-transparent\/85{
  border-left-color: rgb(0 0 0 / 0.85);
}

.border-l-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
}

.border-l-violet-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-l-violet-100\/0{
  border-left-color: rgb(237 233 254 / 0);
}

.border-l-violet-100\/10{
  border-left-color: rgb(237 233 254 / 0.1);
}

.border-l-violet-100\/100{
  border-left-color: rgb(237 233 254 / 1);
}

.border-l-violet-100\/15{
  border-left-color: rgb(237 233 254 / 0.15);
}

.border-l-violet-100\/20{
  border-left-color: rgb(237 233 254 / 0.2);
}

.border-l-violet-100\/25{
  border-left-color: rgb(237 233 254 / 0.25);
}

.border-l-violet-100\/30{
  border-left-color: rgb(237 233 254 / 0.3);
}

.border-l-violet-100\/35{
  border-left-color: rgb(237 233 254 / 0.35);
}

.border-l-violet-100\/40{
  border-left-color: rgb(237 233 254 / 0.4);
}

.border-l-violet-100\/45{
  border-left-color: rgb(237 233 254 / 0.45);
}

.border-l-violet-100\/5{
  border-left-color: rgb(237 233 254 / 0.05);
}

.border-l-violet-100\/50{
  border-left-color: rgb(237 233 254 / 0.5);
}

.border-l-violet-100\/55{
  border-left-color: rgb(237 233 254 / 0.55);
}

.border-l-violet-100\/60{
  border-left-color: rgb(237 233 254 / 0.6);
}

.border-l-violet-100\/65{
  border-left-color: rgb(237 233 254 / 0.65);
}

.border-l-violet-100\/70{
  border-left-color: rgb(237 233 254 / 0.7);
}

.border-l-violet-100\/75{
  border-left-color: rgb(237 233 254 / 0.75);
}

.border-l-violet-100\/80{
  border-left-color: rgb(237 233 254 / 0.8);
}

.border-l-violet-100\/85{
  border-left-color: rgb(237 233 254 / 0.85);
}

.border-l-violet-100\/90{
  border-left-color: rgb(237 233 254 / 0.9);
}

.border-l-violet-100\/95{
  border-left-color: rgb(237 233 254 / 0.95);
}

.border-l-violet-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-l-violet-200\/0{
  border-left-color: rgb(221 214 254 / 0);
}

.border-l-violet-200\/10{
  border-left-color: rgb(221 214 254 / 0.1);
}

.border-l-violet-200\/100{
  border-left-color: rgb(221 214 254 / 1);
}

.border-l-violet-200\/15{
  border-left-color: rgb(221 214 254 / 0.15);
}

.border-l-violet-200\/20{
  border-left-color: rgb(221 214 254 / 0.2);
}

.border-l-violet-200\/25{
  border-left-color: rgb(221 214 254 / 0.25);
}

.border-l-violet-200\/30{
  border-left-color: rgb(221 214 254 / 0.3);
}

.border-l-violet-200\/35{
  border-left-color: rgb(221 214 254 / 0.35);
}

.border-l-violet-200\/40{
  border-left-color: rgb(221 214 254 / 0.4);
}

.border-l-violet-200\/45{
  border-left-color: rgb(221 214 254 / 0.45);
}

.border-l-violet-200\/5{
  border-left-color: rgb(221 214 254 / 0.05);
}

.border-l-violet-200\/50{
  border-left-color: rgb(221 214 254 / 0.5);
}

.border-l-violet-200\/55{
  border-left-color: rgb(221 214 254 / 0.55);
}

.border-l-violet-200\/60{
  border-left-color: rgb(221 214 254 / 0.6);
}

.border-l-violet-200\/65{
  border-left-color: rgb(221 214 254 / 0.65);
}

.border-l-violet-200\/70{
  border-left-color: rgb(221 214 254 / 0.7);
}

.border-l-violet-200\/75{
  border-left-color: rgb(221 214 254 / 0.75);
}

.border-l-violet-200\/80{
  border-left-color: rgb(221 214 254 / 0.8);
}

.border-l-violet-200\/85{
  border-left-color: rgb(221 214 254 / 0.85);
}

.border-l-violet-200\/90{
  border-left-color: rgb(221 214 254 / 0.9);
}

.border-l-violet-200\/95{
  border-left-color: rgb(221 214 254 / 0.95);
}

.border-l-violet-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-l-violet-300\/0{
  border-left-color: rgb(196 181 253 / 0);
}

.border-l-violet-300\/10{
  border-left-color: rgb(196 181 253 / 0.1);
}

.border-l-violet-300\/100{
  border-left-color: rgb(196 181 253 / 1);
}

.border-l-violet-300\/15{
  border-left-color: rgb(196 181 253 / 0.15);
}

.border-l-violet-300\/20{
  border-left-color: rgb(196 181 253 / 0.2);
}

.border-l-violet-300\/25{
  border-left-color: rgb(196 181 253 / 0.25);
}

.border-l-violet-300\/30{
  border-left-color: rgb(196 181 253 / 0.3);
}

.border-l-violet-300\/35{
  border-left-color: rgb(196 181 253 / 0.35);
}

.border-l-violet-300\/40{
  border-left-color: rgb(196 181 253 / 0.4);
}

.border-l-violet-300\/45{
  border-left-color: rgb(196 181 253 / 0.45);
}

.border-l-violet-300\/5{
  border-left-color: rgb(196 181 253 / 0.05);
}

.border-l-violet-300\/50{
  border-left-color: rgb(196 181 253 / 0.5);
}

.border-l-violet-300\/55{
  border-left-color: rgb(196 181 253 / 0.55);
}

.border-l-violet-300\/60{
  border-left-color: rgb(196 181 253 / 0.6);
}

.border-l-violet-300\/65{
  border-left-color: rgb(196 181 253 / 0.65);
}

.border-l-violet-300\/70{
  border-left-color: rgb(196 181 253 / 0.7);
}

.border-l-violet-300\/75{
  border-left-color: rgb(196 181 253 / 0.75);
}

.border-l-violet-300\/80{
  border-left-color: rgb(196 181 253 / 0.8);
}

.border-l-violet-300\/85{
  border-left-color: rgb(196 181 253 / 0.85);
}

.border-l-violet-300\/90{
  border-left-color: rgb(196 181 253 / 0.9);
}

.border-l-violet-300\/95{
  border-left-color: rgb(196 181 253 / 0.95);
}

.border-l-violet-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-l-violet-400\/0{
  border-left-color: rgb(167 139 250 / 0);
}

.border-l-violet-400\/10{
  border-left-color: rgb(167 139 250 / 0.1);
}

.border-l-violet-400\/100{
  border-left-color: rgb(167 139 250 / 1);
}

.border-l-violet-400\/15{
  border-left-color: rgb(167 139 250 / 0.15);
}

.border-l-violet-400\/20{
  border-left-color: rgb(167 139 250 / 0.2);
}

.border-l-violet-400\/25{
  border-left-color: rgb(167 139 250 / 0.25);
}

.border-l-violet-400\/30{
  border-left-color: rgb(167 139 250 / 0.3);
}

.border-l-violet-400\/35{
  border-left-color: rgb(167 139 250 / 0.35);
}

.border-l-violet-400\/40{
  border-left-color: rgb(167 139 250 / 0.4);
}

.border-l-violet-400\/45{
  border-left-color: rgb(167 139 250 / 0.45);
}

.border-l-violet-400\/5{
  border-left-color: rgb(167 139 250 / 0.05);
}

.border-l-violet-400\/50{
  border-left-color: rgb(167 139 250 / 0.5);
}

.border-l-violet-400\/55{
  border-left-color: rgb(167 139 250 / 0.55);
}

.border-l-violet-400\/60{
  border-left-color: rgb(167 139 250 / 0.6);
}

.border-l-violet-400\/65{
  border-left-color: rgb(167 139 250 / 0.65);
}

.border-l-violet-400\/70{
  border-left-color: rgb(167 139 250 / 0.7);
}

.border-l-violet-400\/75{
  border-left-color: rgb(167 139 250 / 0.75);
}

.border-l-violet-400\/80{
  border-left-color: rgb(167 139 250 / 0.8);
}

.border-l-violet-400\/85{
  border-left-color: rgb(167 139 250 / 0.85);
}

.border-l-violet-400\/90{
  border-left-color: rgb(167 139 250 / 0.9);
}

.border-l-violet-400\/95{
  border-left-color: rgb(167 139 250 / 0.95);
}

.border-l-violet-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-l-violet-50\/0{
  border-left-color: rgb(245 243 255 / 0);
}

.border-l-violet-50\/10{
  border-left-color: rgb(245 243 255 / 0.1);
}

.border-l-violet-50\/100{
  border-left-color: rgb(245 243 255 / 1);
}

.border-l-violet-50\/15{
  border-left-color: rgb(245 243 255 / 0.15);
}

.border-l-violet-50\/20{
  border-left-color: rgb(245 243 255 / 0.2);
}

.border-l-violet-50\/25{
  border-left-color: rgb(245 243 255 / 0.25);
}

.border-l-violet-50\/30{
  border-left-color: rgb(245 243 255 / 0.3);
}

.border-l-violet-50\/35{
  border-left-color: rgb(245 243 255 / 0.35);
}

.border-l-violet-50\/40{
  border-left-color: rgb(245 243 255 / 0.4);
}

.border-l-violet-50\/45{
  border-left-color: rgb(245 243 255 / 0.45);
}

.border-l-violet-50\/5{
  border-left-color: rgb(245 243 255 / 0.05);
}

.border-l-violet-50\/50{
  border-left-color: rgb(245 243 255 / 0.5);
}

.border-l-violet-50\/55{
  border-left-color: rgb(245 243 255 / 0.55);
}

.border-l-violet-50\/60{
  border-left-color: rgb(245 243 255 / 0.6);
}

.border-l-violet-50\/65{
  border-left-color: rgb(245 243 255 / 0.65);
}

.border-l-violet-50\/70{
  border-left-color: rgb(245 243 255 / 0.7);
}

.border-l-violet-50\/75{
  border-left-color: rgb(245 243 255 / 0.75);
}

.border-l-violet-50\/80{
  border-left-color: rgb(245 243 255 / 0.8);
}

.border-l-violet-50\/85{
  border-left-color: rgb(245 243 255 / 0.85);
}

.border-l-violet-50\/90{
  border-left-color: rgb(245 243 255 / 0.9);
}

.border-l-violet-50\/95{
  border-left-color: rgb(245 243 255 / 0.95);
}

.border-l-violet-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-l-violet-500\/0{
  border-left-color: rgb(139 92 246 / 0);
}

.border-l-violet-500\/10{
  border-left-color: rgb(139 92 246 / 0.1);
}

.border-l-violet-500\/100{
  border-left-color: rgb(139 92 246 / 1);
}

.border-l-violet-500\/15{
  border-left-color: rgb(139 92 246 / 0.15);
}

.border-l-violet-500\/20{
  border-left-color: rgb(139 92 246 / 0.2);
}

.border-l-violet-500\/25{
  border-left-color: rgb(139 92 246 / 0.25);
}

.border-l-violet-500\/30{
  border-left-color: rgb(139 92 246 / 0.3);
}

.border-l-violet-500\/35{
  border-left-color: rgb(139 92 246 / 0.35);
}

.border-l-violet-500\/40{
  border-left-color: rgb(139 92 246 / 0.4);
}

.border-l-violet-500\/45{
  border-left-color: rgb(139 92 246 / 0.45);
}

.border-l-violet-500\/5{
  border-left-color: rgb(139 92 246 / 0.05);
}

.border-l-violet-500\/50{
  border-left-color: rgb(139 92 246 / 0.5);
}

.border-l-violet-500\/55{
  border-left-color: rgb(139 92 246 / 0.55);
}

.border-l-violet-500\/60{
  border-left-color: rgb(139 92 246 / 0.6);
}

.border-l-violet-500\/65{
  border-left-color: rgb(139 92 246 / 0.65);
}

.border-l-violet-500\/70{
  border-left-color: rgb(139 92 246 / 0.7);
}

.border-l-violet-500\/75{
  border-left-color: rgb(139 92 246 / 0.75);
}

.border-l-violet-500\/80{
  border-left-color: rgb(139 92 246 / 0.8);
}

.border-l-violet-500\/85{
  border-left-color: rgb(139 92 246 / 0.85);
}

.border-l-violet-500\/90{
  border-left-color: rgb(139 92 246 / 0.9);
}

.border-l-violet-500\/95{
  border-left-color: rgb(139 92 246 / 0.95);
}

.border-l-violet-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-l-violet-600\/0{
  border-left-color: rgb(124 58 237 / 0);
}

.border-l-violet-600\/10{
  border-left-color: rgb(124 58 237 / 0.1);
}

.border-l-violet-600\/100{
  border-left-color: rgb(124 58 237 / 1);
}

.border-l-violet-600\/15{
  border-left-color: rgb(124 58 237 / 0.15);
}

.border-l-violet-600\/20{
  border-left-color: rgb(124 58 237 / 0.2);
}

.border-l-violet-600\/25{
  border-left-color: rgb(124 58 237 / 0.25);
}

.border-l-violet-600\/30{
  border-left-color: rgb(124 58 237 / 0.3);
}

.border-l-violet-600\/35{
  border-left-color: rgb(124 58 237 / 0.35);
}

.border-l-violet-600\/40{
  border-left-color: rgb(124 58 237 / 0.4);
}

.border-l-violet-600\/45{
  border-left-color: rgb(124 58 237 / 0.45);
}

.border-l-violet-600\/5{
  border-left-color: rgb(124 58 237 / 0.05);
}

.border-l-violet-600\/50{
  border-left-color: rgb(124 58 237 / 0.5);
}

.border-l-violet-600\/55{
  border-left-color: rgb(124 58 237 / 0.55);
}

.border-l-violet-600\/60{
  border-left-color: rgb(124 58 237 / 0.6);
}

.border-l-violet-600\/65{
  border-left-color: rgb(124 58 237 / 0.65);
}

.border-l-violet-600\/70{
  border-left-color: rgb(124 58 237 / 0.7);
}

.border-l-violet-600\/75{
  border-left-color: rgb(124 58 237 / 0.75);
}

.border-l-violet-600\/80{
  border-left-color: rgb(124 58 237 / 0.8);
}

.border-l-violet-600\/85{
  border-left-color: rgb(124 58 237 / 0.85);
}

.border-l-violet-600\/90{
  border-left-color: rgb(124 58 237 / 0.9);
}

.border-l-violet-600\/95{
  border-left-color: rgb(124 58 237 / 0.95);
}

.border-l-violet-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-l-violet-700\/0{
  border-left-color: rgb(109 40 217 / 0);
}

.border-l-violet-700\/10{
  border-left-color: rgb(109 40 217 / 0.1);
}

.border-l-violet-700\/100{
  border-left-color: rgb(109 40 217 / 1);
}

.border-l-violet-700\/15{
  border-left-color: rgb(109 40 217 / 0.15);
}

.border-l-violet-700\/20{
  border-left-color: rgb(109 40 217 / 0.2);
}

.border-l-violet-700\/25{
  border-left-color: rgb(109 40 217 / 0.25);
}

.border-l-violet-700\/30{
  border-left-color: rgb(109 40 217 / 0.3);
}

.border-l-violet-700\/35{
  border-left-color: rgb(109 40 217 / 0.35);
}

.border-l-violet-700\/40{
  border-left-color: rgb(109 40 217 / 0.4);
}

.border-l-violet-700\/45{
  border-left-color: rgb(109 40 217 / 0.45);
}

.border-l-violet-700\/5{
  border-left-color: rgb(109 40 217 / 0.05);
}

.border-l-violet-700\/50{
  border-left-color: rgb(109 40 217 / 0.5);
}

.border-l-violet-700\/55{
  border-left-color: rgb(109 40 217 / 0.55);
}

.border-l-violet-700\/60{
  border-left-color: rgb(109 40 217 / 0.6);
}

.border-l-violet-700\/65{
  border-left-color: rgb(109 40 217 / 0.65);
}

.border-l-violet-700\/70{
  border-left-color: rgb(109 40 217 / 0.7);
}

.border-l-violet-700\/75{
  border-left-color: rgb(109 40 217 / 0.75);
}

.border-l-violet-700\/80{
  border-left-color: rgb(109 40 217 / 0.8);
}

.border-l-violet-700\/85{
  border-left-color: rgb(109 40 217 / 0.85);
}

.border-l-violet-700\/90{
  border-left-color: rgb(109 40 217 / 0.9);
}

.border-l-violet-700\/95{
  border-left-color: rgb(109 40 217 / 0.95);
}

.border-l-violet-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-l-violet-800\/0{
  border-left-color: rgb(91 33 182 / 0);
}

.border-l-violet-800\/10{
  border-left-color: rgb(91 33 182 / 0.1);
}

.border-l-violet-800\/100{
  border-left-color: rgb(91 33 182 / 1);
}

.border-l-violet-800\/15{
  border-left-color: rgb(91 33 182 / 0.15);
}

.border-l-violet-800\/20{
  border-left-color: rgb(91 33 182 / 0.2);
}

.border-l-violet-800\/25{
  border-left-color: rgb(91 33 182 / 0.25);
}

.border-l-violet-800\/30{
  border-left-color: rgb(91 33 182 / 0.3);
}

.border-l-violet-800\/35{
  border-left-color: rgb(91 33 182 / 0.35);
}

.border-l-violet-800\/40{
  border-left-color: rgb(91 33 182 / 0.4);
}

.border-l-violet-800\/45{
  border-left-color: rgb(91 33 182 / 0.45);
}

.border-l-violet-800\/5{
  border-left-color: rgb(91 33 182 / 0.05);
}

.border-l-violet-800\/50{
  border-left-color: rgb(91 33 182 / 0.5);
}

.border-l-violet-800\/55{
  border-left-color: rgb(91 33 182 / 0.55);
}

.border-l-violet-800\/60{
  border-left-color: rgb(91 33 182 / 0.6);
}

.border-l-violet-800\/65{
  border-left-color: rgb(91 33 182 / 0.65);
}

.border-l-violet-800\/70{
  border-left-color: rgb(91 33 182 / 0.7);
}

.border-l-violet-800\/75{
  border-left-color: rgb(91 33 182 / 0.75);
}

.border-l-violet-800\/80{
  border-left-color: rgb(91 33 182 / 0.8);
}

.border-l-violet-800\/85{
  border-left-color: rgb(91 33 182 / 0.85);
}

.border-l-violet-800\/90{
  border-left-color: rgb(91 33 182 / 0.9);
}

.border-l-violet-800\/95{
  border-left-color: rgb(91 33 182 / 0.95);
}

.border-l-violet-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-l-violet-900\/0{
  border-left-color: rgb(76 29 149 / 0);
}

.border-l-violet-900\/10{
  border-left-color: rgb(76 29 149 / 0.1);
}

.border-l-violet-900\/100{
  border-left-color: rgb(76 29 149 / 1);
}

.border-l-violet-900\/15{
  border-left-color: rgb(76 29 149 / 0.15);
}

.border-l-violet-900\/20{
  border-left-color: rgb(76 29 149 / 0.2);
}

.border-l-violet-900\/25{
  border-left-color: rgb(76 29 149 / 0.25);
}

.border-l-violet-900\/30{
  border-left-color: rgb(76 29 149 / 0.3);
}

.border-l-violet-900\/35{
  border-left-color: rgb(76 29 149 / 0.35);
}

.border-l-violet-900\/40{
  border-left-color: rgb(76 29 149 / 0.4);
}

.border-l-violet-900\/45{
  border-left-color: rgb(76 29 149 / 0.45);
}

.border-l-violet-900\/5{
  border-left-color: rgb(76 29 149 / 0.05);
}

.border-l-violet-900\/50{
  border-left-color: rgb(76 29 149 / 0.5);
}

.border-l-violet-900\/55{
  border-left-color: rgb(76 29 149 / 0.55);
}

.border-l-violet-900\/60{
  border-left-color: rgb(76 29 149 / 0.6);
}

.border-l-violet-900\/65{
  border-left-color: rgb(76 29 149 / 0.65);
}

.border-l-violet-900\/70{
  border-left-color: rgb(76 29 149 / 0.7);
}

.border-l-violet-900\/75{
  border-left-color: rgb(76 29 149 / 0.75);
}

.border-l-violet-900\/80{
  border-left-color: rgb(76 29 149 / 0.8);
}

.border-l-violet-900\/85{
  border-left-color: rgb(76 29 149 / 0.85);
}

.border-l-violet-900\/90{
  border-left-color: rgb(76 29 149 / 0.9);
}

.border-l-violet-900\/95{
  border-left-color: rgb(76 29 149 / 0.95);
}

.border-l-violet-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-l-violet-950\/0{
  border-left-color: rgb(46 16 101 / 0);
}

.border-l-violet-950\/10{
  border-left-color: rgb(46 16 101 / 0.1);
}

.border-l-violet-950\/100{
  border-left-color: rgb(46 16 101 / 1);
}

.border-l-violet-950\/15{
  border-left-color: rgb(46 16 101 / 0.15);
}

.border-l-violet-950\/20{
  border-left-color: rgb(46 16 101 / 0.2);
}

.border-l-violet-950\/25{
  border-left-color: rgb(46 16 101 / 0.25);
}

.border-l-violet-950\/30{
  border-left-color: rgb(46 16 101 / 0.3);
}

.border-l-violet-950\/35{
  border-left-color: rgb(46 16 101 / 0.35);
}

.border-l-violet-950\/40{
  border-left-color: rgb(46 16 101 / 0.4);
}

.border-l-violet-950\/45{
  border-left-color: rgb(46 16 101 / 0.45);
}

.border-l-violet-950\/5{
  border-left-color: rgb(46 16 101 / 0.05);
}

.border-l-violet-950\/50{
  border-left-color: rgb(46 16 101 / 0.5);
}

.border-l-violet-950\/55{
  border-left-color: rgb(46 16 101 / 0.55);
}

.border-l-violet-950\/60{
  border-left-color: rgb(46 16 101 / 0.6);
}

.border-l-violet-950\/65{
  border-left-color: rgb(46 16 101 / 0.65);
}

.border-l-violet-950\/70{
  border-left-color: rgb(46 16 101 / 0.7);
}

.border-l-violet-950\/75{
  border-left-color: rgb(46 16 101 / 0.75);
}

.border-l-violet-950\/80{
  border-left-color: rgb(46 16 101 / 0.8);
}

.border-l-violet-950\/85{
  border-left-color: rgb(46 16 101 / 0.85);
}

.border-l-violet-950\/90{
  border-left-color: rgb(46 16 101 / 0.9);
}

.border-l-violet-950\/95{
  border-left-color: rgb(46 16 101 / 0.95);
}

.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-l-white\/0{
  border-left-color: rgb(255 255 255 / 0);
}

.border-l-white\/10{
  border-left-color: rgb(255 255 255 / 0.1);
}

.border-l-white\/100{
  border-left-color: rgb(255 255 255 / 1);
}

.border-l-white\/15{
  border-left-color: rgb(255 255 255 / 0.15);
}

.border-l-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
}

.border-l-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
}

.border-l-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
}

.border-l-white\/35{
  border-left-color: rgb(255 255 255 / 0.35);
}

.border-l-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
}

.border-l-white\/45{
  border-left-color: rgb(255 255 255 / 0.45);
}

.border-l-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
}

.border-l-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
}

.border-l-white\/55{
  border-left-color: rgb(255 255 255 / 0.55);
}

.border-l-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
}

.border-l-white\/65{
  border-left-color: rgb(255 255 255 / 0.65);
}

.border-l-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
}

.border-l-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
}

.border-l-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
}

.border-l-white\/85{
  border-left-color: rgb(255 255 255 / 0.85);
}

.border-l-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
}

.border-l-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
}

.border-l-yellow-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-l-yellow-100\/0{
  border-left-color: rgb(254 249 195 / 0);
}

.border-l-yellow-100\/10{
  border-left-color: rgb(254 249 195 / 0.1);
}

.border-l-yellow-100\/100{
  border-left-color: rgb(254 249 195 / 1);
}

.border-l-yellow-100\/15{
  border-left-color: rgb(254 249 195 / 0.15);
}

.border-l-yellow-100\/20{
  border-left-color: rgb(254 249 195 / 0.2);
}

.border-l-yellow-100\/25{
  border-left-color: rgb(254 249 195 / 0.25);
}

.border-l-yellow-100\/30{
  border-left-color: rgb(254 249 195 / 0.3);
}

.border-l-yellow-100\/35{
  border-left-color: rgb(254 249 195 / 0.35);
}

.border-l-yellow-100\/40{
  border-left-color: rgb(254 249 195 / 0.4);
}

.border-l-yellow-100\/45{
  border-left-color: rgb(254 249 195 / 0.45);
}

.border-l-yellow-100\/5{
  border-left-color: rgb(254 249 195 / 0.05);
}

.border-l-yellow-100\/50{
  border-left-color: rgb(254 249 195 / 0.5);
}

.border-l-yellow-100\/55{
  border-left-color: rgb(254 249 195 / 0.55);
}

.border-l-yellow-100\/60{
  border-left-color: rgb(254 249 195 / 0.6);
}

.border-l-yellow-100\/65{
  border-left-color: rgb(254 249 195 / 0.65);
}

.border-l-yellow-100\/70{
  border-left-color: rgb(254 249 195 / 0.7);
}

.border-l-yellow-100\/75{
  border-left-color: rgb(254 249 195 / 0.75);
}

.border-l-yellow-100\/80{
  border-left-color: rgb(254 249 195 / 0.8);
}

.border-l-yellow-100\/85{
  border-left-color: rgb(254 249 195 / 0.85);
}

.border-l-yellow-100\/90{
  border-left-color: rgb(254 249 195 / 0.9);
}

.border-l-yellow-100\/95{
  border-left-color: rgb(254 249 195 / 0.95);
}

.border-l-yellow-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-l-yellow-200\/0{
  border-left-color: rgb(254 240 138 / 0);
}

.border-l-yellow-200\/10{
  border-left-color: rgb(254 240 138 / 0.1);
}

.border-l-yellow-200\/100{
  border-left-color: rgb(254 240 138 / 1);
}

.border-l-yellow-200\/15{
  border-left-color: rgb(254 240 138 / 0.15);
}

.border-l-yellow-200\/20{
  border-left-color: rgb(254 240 138 / 0.2);
}

.border-l-yellow-200\/25{
  border-left-color: rgb(254 240 138 / 0.25);
}

.border-l-yellow-200\/30{
  border-left-color: rgb(254 240 138 / 0.3);
}

.border-l-yellow-200\/35{
  border-left-color: rgb(254 240 138 / 0.35);
}

.border-l-yellow-200\/40{
  border-left-color: rgb(254 240 138 / 0.4);
}

.border-l-yellow-200\/45{
  border-left-color: rgb(254 240 138 / 0.45);
}

.border-l-yellow-200\/5{
  border-left-color: rgb(254 240 138 / 0.05);
}

.border-l-yellow-200\/50{
  border-left-color: rgb(254 240 138 / 0.5);
}

.border-l-yellow-200\/55{
  border-left-color: rgb(254 240 138 / 0.55);
}

.border-l-yellow-200\/60{
  border-left-color: rgb(254 240 138 / 0.6);
}

.border-l-yellow-200\/65{
  border-left-color: rgb(254 240 138 / 0.65);
}

.border-l-yellow-200\/70{
  border-left-color: rgb(254 240 138 / 0.7);
}

.border-l-yellow-200\/75{
  border-left-color: rgb(254 240 138 / 0.75);
}

.border-l-yellow-200\/80{
  border-left-color: rgb(254 240 138 / 0.8);
}

.border-l-yellow-200\/85{
  border-left-color: rgb(254 240 138 / 0.85);
}

.border-l-yellow-200\/90{
  border-left-color: rgb(254 240 138 / 0.9);
}

.border-l-yellow-200\/95{
  border-left-color: rgb(254 240 138 / 0.95);
}

.border-l-yellow-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-l-yellow-300\/0{
  border-left-color: rgb(253 224 71 / 0);
}

.border-l-yellow-300\/10{
  border-left-color: rgb(253 224 71 / 0.1);
}

.border-l-yellow-300\/100{
  border-left-color: rgb(253 224 71 / 1);
}

.border-l-yellow-300\/15{
  border-left-color: rgb(253 224 71 / 0.15);
}

.border-l-yellow-300\/20{
  border-left-color: rgb(253 224 71 / 0.2);
}

.border-l-yellow-300\/25{
  border-left-color: rgb(253 224 71 / 0.25);
}

.border-l-yellow-300\/30{
  border-left-color: rgb(253 224 71 / 0.3);
}

.border-l-yellow-300\/35{
  border-left-color: rgb(253 224 71 / 0.35);
}

.border-l-yellow-300\/40{
  border-left-color: rgb(253 224 71 / 0.4);
}

.border-l-yellow-300\/45{
  border-left-color: rgb(253 224 71 / 0.45);
}

.border-l-yellow-300\/5{
  border-left-color: rgb(253 224 71 / 0.05);
}

.border-l-yellow-300\/50{
  border-left-color: rgb(253 224 71 / 0.5);
}

.border-l-yellow-300\/55{
  border-left-color: rgb(253 224 71 / 0.55);
}

.border-l-yellow-300\/60{
  border-left-color: rgb(253 224 71 / 0.6);
}

.border-l-yellow-300\/65{
  border-left-color: rgb(253 224 71 / 0.65);
}

.border-l-yellow-300\/70{
  border-left-color: rgb(253 224 71 / 0.7);
}

.border-l-yellow-300\/75{
  border-left-color: rgb(253 224 71 / 0.75);
}

.border-l-yellow-300\/80{
  border-left-color: rgb(253 224 71 / 0.8);
}

.border-l-yellow-300\/85{
  border-left-color: rgb(253 224 71 / 0.85);
}

.border-l-yellow-300\/90{
  border-left-color: rgb(253 224 71 / 0.9);
}

.border-l-yellow-300\/95{
  border-left-color: rgb(253 224 71 / 0.95);
}

.border-l-yellow-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-l-yellow-400\/0{
  border-left-color: rgb(250 204 21 / 0);
}

.border-l-yellow-400\/10{
  border-left-color: rgb(250 204 21 / 0.1);
}

.border-l-yellow-400\/100{
  border-left-color: rgb(250 204 21 / 1);
}

.border-l-yellow-400\/15{
  border-left-color: rgb(250 204 21 / 0.15);
}

.border-l-yellow-400\/20{
  border-left-color: rgb(250 204 21 / 0.2);
}

.border-l-yellow-400\/25{
  border-left-color: rgb(250 204 21 / 0.25);
}

.border-l-yellow-400\/30{
  border-left-color: rgb(250 204 21 / 0.3);
}

.border-l-yellow-400\/35{
  border-left-color: rgb(250 204 21 / 0.35);
}

.border-l-yellow-400\/40{
  border-left-color: rgb(250 204 21 / 0.4);
}

.border-l-yellow-400\/45{
  border-left-color: rgb(250 204 21 / 0.45);
}

.border-l-yellow-400\/5{
  border-left-color: rgb(250 204 21 / 0.05);
}

.border-l-yellow-400\/50{
  border-left-color: rgb(250 204 21 / 0.5);
}

.border-l-yellow-400\/55{
  border-left-color: rgb(250 204 21 / 0.55);
}

.border-l-yellow-400\/60{
  border-left-color: rgb(250 204 21 / 0.6);
}

.border-l-yellow-400\/65{
  border-left-color: rgb(250 204 21 / 0.65);
}

.border-l-yellow-400\/70{
  border-left-color: rgb(250 204 21 / 0.7);
}

.border-l-yellow-400\/75{
  border-left-color: rgb(250 204 21 / 0.75);
}

.border-l-yellow-400\/80{
  border-left-color: rgb(250 204 21 / 0.8);
}

.border-l-yellow-400\/85{
  border-left-color: rgb(250 204 21 / 0.85);
}

.border-l-yellow-400\/90{
  border-left-color: rgb(250 204 21 / 0.9);
}

.border-l-yellow-400\/95{
  border-left-color: rgb(250 204 21 / 0.95);
}

.border-l-yellow-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-l-yellow-50\/0{
  border-left-color: rgb(254 252 232 / 0);
}

.border-l-yellow-50\/10{
  border-left-color: rgb(254 252 232 / 0.1);
}

.border-l-yellow-50\/100{
  border-left-color: rgb(254 252 232 / 1);
}

.border-l-yellow-50\/15{
  border-left-color: rgb(254 252 232 / 0.15);
}

.border-l-yellow-50\/20{
  border-left-color: rgb(254 252 232 / 0.2);
}

.border-l-yellow-50\/25{
  border-left-color: rgb(254 252 232 / 0.25);
}

.border-l-yellow-50\/30{
  border-left-color: rgb(254 252 232 / 0.3);
}

.border-l-yellow-50\/35{
  border-left-color: rgb(254 252 232 / 0.35);
}

.border-l-yellow-50\/40{
  border-left-color: rgb(254 252 232 / 0.4);
}

.border-l-yellow-50\/45{
  border-left-color: rgb(254 252 232 / 0.45);
}

.border-l-yellow-50\/5{
  border-left-color: rgb(254 252 232 / 0.05);
}

.border-l-yellow-50\/50{
  border-left-color: rgb(254 252 232 / 0.5);
}

.border-l-yellow-50\/55{
  border-left-color: rgb(254 252 232 / 0.55);
}

.border-l-yellow-50\/60{
  border-left-color: rgb(254 252 232 / 0.6);
}

.border-l-yellow-50\/65{
  border-left-color: rgb(254 252 232 / 0.65);
}

.border-l-yellow-50\/70{
  border-left-color: rgb(254 252 232 / 0.7);
}

.border-l-yellow-50\/75{
  border-left-color: rgb(254 252 232 / 0.75);
}

.border-l-yellow-50\/80{
  border-left-color: rgb(254 252 232 / 0.8);
}

.border-l-yellow-50\/85{
  border-left-color: rgb(254 252 232 / 0.85);
}

.border-l-yellow-50\/90{
  border-left-color: rgb(254 252 232 / 0.9);
}

.border-l-yellow-50\/95{
  border-left-color: rgb(254 252 232 / 0.95);
}

.border-l-yellow-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-l-yellow-500\/0{
  border-left-color: rgb(234 179 8 / 0);
}

.border-l-yellow-500\/10{
  border-left-color: rgb(234 179 8 / 0.1);
}

.border-l-yellow-500\/100{
  border-left-color: rgb(234 179 8 / 1);
}

.border-l-yellow-500\/15{
  border-left-color: rgb(234 179 8 / 0.15);
}

.border-l-yellow-500\/20{
  border-left-color: rgb(234 179 8 / 0.2);
}

.border-l-yellow-500\/25{
  border-left-color: rgb(234 179 8 / 0.25);
}

.border-l-yellow-500\/30{
  border-left-color: rgb(234 179 8 / 0.3);
}

.border-l-yellow-500\/35{
  border-left-color: rgb(234 179 8 / 0.35);
}

.border-l-yellow-500\/40{
  border-left-color: rgb(234 179 8 / 0.4);
}

.border-l-yellow-500\/45{
  border-left-color: rgb(234 179 8 / 0.45);
}

.border-l-yellow-500\/5{
  border-left-color: rgb(234 179 8 / 0.05);
}

.border-l-yellow-500\/50{
  border-left-color: rgb(234 179 8 / 0.5);
}

.border-l-yellow-500\/55{
  border-left-color: rgb(234 179 8 / 0.55);
}

.border-l-yellow-500\/60{
  border-left-color: rgb(234 179 8 / 0.6);
}

.border-l-yellow-500\/65{
  border-left-color: rgb(234 179 8 / 0.65);
}

.border-l-yellow-500\/70{
  border-left-color: rgb(234 179 8 / 0.7);
}

.border-l-yellow-500\/75{
  border-left-color: rgb(234 179 8 / 0.75);
}

.border-l-yellow-500\/80{
  border-left-color: rgb(234 179 8 / 0.8);
}

.border-l-yellow-500\/85{
  border-left-color: rgb(234 179 8 / 0.85);
}

.border-l-yellow-500\/90{
  border-left-color: rgb(234 179 8 / 0.9);
}

.border-l-yellow-500\/95{
  border-left-color: rgb(234 179 8 / 0.95);
}

.border-l-yellow-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-l-yellow-600\/0{
  border-left-color: rgb(202 138 4 / 0);
}

.border-l-yellow-600\/10{
  border-left-color: rgb(202 138 4 / 0.1);
}

.border-l-yellow-600\/100{
  border-left-color: rgb(202 138 4 / 1);
}

.border-l-yellow-600\/15{
  border-left-color: rgb(202 138 4 / 0.15);
}

.border-l-yellow-600\/20{
  border-left-color: rgb(202 138 4 / 0.2);
}

.border-l-yellow-600\/25{
  border-left-color: rgb(202 138 4 / 0.25);
}

.border-l-yellow-600\/30{
  border-left-color: rgb(202 138 4 / 0.3);
}

.border-l-yellow-600\/35{
  border-left-color: rgb(202 138 4 / 0.35);
}

.border-l-yellow-600\/40{
  border-left-color: rgb(202 138 4 / 0.4);
}

.border-l-yellow-600\/45{
  border-left-color: rgb(202 138 4 / 0.45);
}

.border-l-yellow-600\/5{
  border-left-color: rgb(202 138 4 / 0.05);
}

.border-l-yellow-600\/50{
  border-left-color: rgb(202 138 4 / 0.5);
}

.border-l-yellow-600\/55{
  border-left-color: rgb(202 138 4 / 0.55);
}

.border-l-yellow-600\/60{
  border-left-color: rgb(202 138 4 / 0.6);
}

.border-l-yellow-600\/65{
  border-left-color: rgb(202 138 4 / 0.65);
}

.border-l-yellow-600\/70{
  border-left-color: rgb(202 138 4 / 0.7);
}

.border-l-yellow-600\/75{
  border-left-color: rgb(202 138 4 / 0.75);
}

.border-l-yellow-600\/80{
  border-left-color: rgb(202 138 4 / 0.8);
}

.border-l-yellow-600\/85{
  border-left-color: rgb(202 138 4 / 0.85);
}

.border-l-yellow-600\/90{
  border-left-color: rgb(202 138 4 / 0.9);
}

.border-l-yellow-600\/95{
  border-left-color: rgb(202 138 4 / 0.95);
}

.border-l-yellow-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-l-yellow-700\/0{
  border-left-color: rgb(161 98 7 / 0);
}

.border-l-yellow-700\/10{
  border-left-color: rgb(161 98 7 / 0.1);
}

.border-l-yellow-700\/100{
  border-left-color: rgb(161 98 7 / 1);
}

.border-l-yellow-700\/15{
  border-left-color: rgb(161 98 7 / 0.15);
}

.border-l-yellow-700\/20{
  border-left-color: rgb(161 98 7 / 0.2);
}

.border-l-yellow-700\/25{
  border-left-color: rgb(161 98 7 / 0.25);
}

.border-l-yellow-700\/30{
  border-left-color: rgb(161 98 7 / 0.3);
}

.border-l-yellow-700\/35{
  border-left-color: rgb(161 98 7 / 0.35);
}

.border-l-yellow-700\/40{
  border-left-color: rgb(161 98 7 / 0.4);
}

.border-l-yellow-700\/45{
  border-left-color: rgb(161 98 7 / 0.45);
}

.border-l-yellow-700\/5{
  border-left-color: rgb(161 98 7 / 0.05);
}

.border-l-yellow-700\/50{
  border-left-color: rgb(161 98 7 / 0.5);
}

.border-l-yellow-700\/55{
  border-left-color: rgb(161 98 7 / 0.55);
}

.border-l-yellow-700\/60{
  border-left-color: rgb(161 98 7 / 0.6);
}

.border-l-yellow-700\/65{
  border-left-color: rgb(161 98 7 / 0.65);
}

.border-l-yellow-700\/70{
  border-left-color: rgb(161 98 7 / 0.7);
}

.border-l-yellow-700\/75{
  border-left-color: rgb(161 98 7 / 0.75);
}

.border-l-yellow-700\/80{
  border-left-color: rgb(161 98 7 / 0.8);
}

.border-l-yellow-700\/85{
  border-left-color: rgb(161 98 7 / 0.85);
}

.border-l-yellow-700\/90{
  border-left-color: rgb(161 98 7 / 0.9);
}

.border-l-yellow-700\/95{
  border-left-color: rgb(161 98 7 / 0.95);
}

.border-l-yellow-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-l-yellow-800\/0{
  border-left-color: rgb(133 77 14 / 0);
}

.border-l-yellow-800\/10{
  border-left-color: rgb(133 77 14 / 0.1);
}

.border-l-yellow-800\/100{
  border-left-color: rgb(133 77 14 / 1);
}

.border-l-yellow-800\/15{
  border-left-color: rgb(133 77 14 / 0.15);
}

.border-l-yellow-800\/20{
  border-left-color: rgb(133 77 14 / 0.2);
}

.border-l-yellow-800\/25{
  border-left-color: rgb(133 77 14 / 0.25);
}

.border-l-yellow-800\/30{
  border-left-color: rgb(133 77 14 / 0.3);
}

.border-l-yellow-800\/35{
  border-left-color: rgb(133 77 14 / 0.35);
}

.border-l-yellow-800\/40{
  border-left-color: rgb(133 77 14 / 0.4);
}

.border-l-yellow-800\/45{
  border-left-color: rgb(133 77 14 / 0.45);
}

.border-l-yellow-800\/5{
  border-left-color: rgb(133 77 14 / 0.05);
}

.border-l-yellow-800\/50{
  border-left-color: rgb(133 77 14 / 0.5);
}

.border-l-yellow-800\/55{
  border-left-color: rgb(133 77 14 / 0.55);
}

.border-l-yellow-800\/60{
  border-left-color: rgb(133 77 14 / 0.6);
}

.border-l-yellow-800\/65{
  border-left-color: rgb(133 77 14 / 0.65);
}

.border-l-yellow-800\/70{
  border-left-color: rgb(133 77 14 / 0.7);
}

.border-l-yellow-800\/75{
  border-left-color: rgb(133 77 14 / 0.75);
}

.border-l-yellow-800\/80{
  border-left-color: rgb(133 77 14 / 0.8);
}

.border-l-yellow-800\/85{
  border-left-color: rgb(133 77 14 / 0.85);
}

.border-l-yellow-800\/90{
  border-left-color: rgb(133 77 14 / 0.9);
}

.border-l-yellow-800\/95{
  border-left-color: rgb(133 77 14 / 0.95);
}

.border-l-yellow-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-l-yellow-900\/0{
  border-left-color: rgb(113 63 18 / 0);
}

.border-l-yellow-900\/10{
  border-left-color: rgb(113 63 18 / 0.1);
}

.border-l-yellow-900\/100{
  border-left-color: rgb(113 63 18 / 1);
}

.border-l-yellow-900\/15{
  border-left-color: rgb(113 63 18 / 0.15);
}

.border-l-yellow-900\/20{
  border-left-color: rgb(113 63 18 / 0.2);
}

.border-l-yellow-900\/25{
  border-left-color: rgb(113 63 18 / 0.25);
}

.border-l-yellow-900\/30{
  border-left-color: rgb(113 63 18 / 0.3);
}

.border-l-yellow-900\/35{
  border-left-color: rgb(113 63 18 / 0.35);
}

.border-l-yellow-900\/40{
  border-left-color: rgb(113 63 18 / 0.4);
}

.border-l-yellow-900\/45{
  border-left-color: rgb(113 63 18 / 0.45);
}

.border-l-yellow-900\/5{
  border-left-color: rgb(113 63 18 / 0.05);
}

.border-l-yellow-900\/50{
  border-left-color: rgb(113 63 18 / 0.5);
}

.border-l-yellow-900\/55{
  border-left-color: rgb(113 63 18 / 0.55);
}

.border-l-yellow-900\/60{
  border-left-color: rgb(113 63 18 / 0.6);
}

.border-l-yellow-900\/65{
  border-left-color: rgb(113 63 18 / 0.65);
}

.border-l-yellow-900\/70{
  border-left-color: rgb(113 63 18 / 0.7);
}

.border-l-yellow-900\/75{
  border-left-color: rgb(113 63 18 / 0.75);
}

.border-l-yellow-900\/80{
  border-left-color: rgb(113 63 18 / 0.8);
}

.border-l-yellow-900\/85{
  border-left-color: rgb(113 63 18 / 0.85);
}

.border-l-yellow-900\/90{
  border-left-color: rgb(113 63 18 / 0.9);
}

.border-l-yellow-900\/95{
  border-left-color: rgb(113 63 18 / 0.95);
}

.border-l-yellow-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-l-yellow-950\/0{
  border-left-color: rgb(66 32 6 / 0);
}

.border-l-yellow-950\/10{
  border-left-color: rgb(66 32 6 / 0.1);
}

.border-l-yellow-950\/100{
  border-left-color: rgb(66 32 6 / 1);
}

.border-l-yellow-950\/15{
  border-left-color: rgb(66 32 6 / 0.15);
}

.border-l-yellow-950\/20{
  border-left-color: rgb(66 32 6 / 0.2);
}

.border-l-yellow-950\/25{
  border-left-color: rgb(66 32 6 / 0.25);
}

.border-l-yellow-950\/30{
  border-left-color: rgb(66 32 6 / 0.3);
}

.border-l-yellow-950\/35{
  border-left-color: rgb(66 32 6 / 0.35);
}

.border-l-yellow-950\/40{
  border-left-color: rgb(66 32 6 / 0.4);
}

.border-l-yellow-950\/45{
  border-left-color: rgb(66 32 6 / 0.45);
}

.border-l-yellow-950\/5{
  border-left-color: rgb(66 32 6 / 0.05);
}

.border-l-yellow-950\/50{
  border-left-color: rgb(66 32 6 / 0.5);
}

.border-l-yellow-950\/55{
  border-left-color: rgb(66 32 6 / 0.55);
}

.border-l-yellow-950\/60{
  border-left-color: rgb(66 32 6 / 0.6);
}

.border-l-yellow-950\/65{
  border-left-color: rgb(66 32 6 / 0.65);
}

.border-l-yellow-950\/70{
  border-left-color: rgb(66 32 6 / 0.7);
}

.border-l-yellow-950\/75{
  border-left-color: rgb(66 32 6 / 0.75);
}

.border-l-yellow-950\/80{
  border-left-color: rgb(66 32 6 / 0.8);
}

.border-l-yellow-950\/85{
  border-left-color: rgb(66 32 6 / 0.85);
}

.border-l-yellow-950\/90{
  border-left-color: rgb(66 32 6 / 0.9);
}

.border-l-yellow-950\/95{
  border-left-color: rgb(66 32 6 / 0.95);
}

.border-l-zinc-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-l-zinc-100\/0{
  border-left-color: rgb(244 244 245 / 0);
}

.border-l-zinc-100\/10{
  border-left-color: rgb(244 244 245 / 0.1);
}

.border-l-zinc-100\/100{
  border-left-color: rgb(244 244 245 / 1);
}

.border-l-zinc-100\/15{
  border-left-color: rgb(244 244 245 / 0.15);
}

.border-l-zinc-100\/20{
  border-left-color: rgb(244 244 245 / 0.2);
}

.border-l-zinc-100\/25{
  border-left-color: rgb(244 244 245 / 0.25);
}

.border-l-zinc-100\/30{
  border-left-color: rgb(244 244 245 / 0.3);
}

.border-l-zinc-100\/35{
  border-left-color: rgb(244 244 245 / 0.35);
}

.border-l-zinc-100\/40{
  border-left-color: rgb(244 244 245 / 0.4);
}

.border-l-zinc-100\/45{
  border-left-color: rgb(244 244 245 / 0.45);
}

.border-l-zinc-100\/5{
  border-left-color: rgb(244 244 245 / 0.05);
}

.border-l-zinc-100\/50{
  border-left-color: rgb(244 244 245 / 0.5);
}

.border-l-zinc-100\/55{
  border-left-color: rgb(244 244 245 / 0.55);
}

.border-l-zinc-100\/60{
  border-left-color: rgb(244 244 245 / 0.6);
}

.border-l-zinc-100\/65{
  border-left-color: rgb(244 244 245 / 0.65);
}

.border-l-zinc-100\/70{
  border-left-color: rgb(244 244 245 / 0.7);
}

.border-l-zinc-100\/75{
  border-left-color: rgb(244 244 245 / 0.75);
}

.border-l-zinc-100\/80{
  border-left-color: rgb(244 244 245 / 0.8);
}

.border-l-zinc-100\/85{
  border-left-color: rgb(244 244 245 / 0.85);
}

.border-l-zinc-100\/90{
  border-left-color: rgb(244 244 245 / 0.9);
}

.border-l-zinc-100\/95{
  border-left-color: rgb(244 244 245 / 0.95);
}

.border-l-zinc-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-l-zinc-200\/0{
  border-left-color: rgb(228 228 231 / 0);
}

.border-l-zinc-200\/10{
  border-left-color: rgb(228 228 231 / 0.1);
}

.border-l-zinc-200\/100{
  border-left-color: rgb(228 228 231 / 1);
}

.border-l-zinc-200\/15{
  border-left-color: rgb(228 228 231 / 0.15);
}

.border-l-zinc-200\/20{
  border-left-color: rgb(228 228 231 / 0.2);
}

.border-l-zinc-200\/25{
  border-left-color: rgb(228 228 231 / 0.25);
}

.border-l-zinc-200\/30{
  border-left-color: rgb(228 228 231 / 0.3);
}

.border-l-zinc-200\/35{
  border-left-color: rgb(228 228 231 / 0.35);
}

.border-l-zinc-200\/40{
  border-left-color: rgb(228 228 231 / 0.4);
}

.border-l-zinc-200\/45{
  border-left-color: rgb(228 228 231 / 0.45);
}

.border-l-zinc-200\/5{
  border-left-color: rgb(228 228 231 / 0.05);
}

.border-l-zinc-200\/50{
  border-left-color: rgb(228 228 231 / 0.5);
}

.border-l-zinc-200\/55{
  border-left-color: rgb(228 228 231 / 0.55);
}

.border-l-zinc-200\/60{
  border-left-color: rgb(228 228 231 / 0.6);
}

.border-l-zinc-200\/65{
  border-left-color: rgb(228 228 231 / 0.65);
}

.border-l-zinc-200\/70{
  border-left-color: rgb(228 228 231 / 0.7);
}

.border-l-zinc-200\/75{
  border-left-color: rgb(228 228 231 / 0.75);
}

.border-l-zinc-200\/80{
  border-left-color: rgb(228 228 231 / 0.8);
}

.border-l-zinc-200\/85{
  border-left-color: rgb(228 228 231 / 0.85);
}

.border-l-zinc-200\/90{
  border-left-color: rgb(228 228 231 / 0.9);
}

.border-l-zinc-200\/95{
  border-left-color: rgb(228 228 231 / 0.95);
}

.border-l-zinc-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-l-zinc-300\/0{
  border-left-color: rgb(212 212 216 / 0);
}

.border-l-zinc-300\/10{
  border-left-color: rgb(212 212 216 / 0.1);
}

.border-l-zinc-300\/100{
  border-left-color: rgb(212 212 216 / 1);
}

.border-l-zinc-300\/15{
  border-left-color: rgb(212 212 216 / 0.15);
}

.border-l-zinc-300\/20{
  border-left-color: rgb(212 212 216 / 0.2);
}

.border-l-zinc-300\/25{
  border-left-color: rgb(212 212 216 / 0.25);
}

.border-l-zinc-300\/30{
  border-left-color: rgb(212 212 216 / 0.3);
}

.border-l-zinc-300\/35{
  border-left-color: rgb(212 212 216 / 0.35);
}

.border-l-zinc-300\/40{
  border-left-color: rgb(212 212 216 / 0.4);
}

.border-l-zinc-300\/45{
  border-left-color: rgb(212 212 216 / 0.45);
}

.border-l-zinc-300\/5{
  border-left-color: rgb(212 212 216 / 0.05);
}

.border-l-zinc-300\/50{
  border-left-color: rgb(212 212 216 / 0.5);
}

.border-l-zinc-300\/55{
  border-left-color: rgb(212 212 216 / 0.55);
}

.border-l-zinc-300\/60{
  border-left-color: rgb(212 212 216 / 0.6);
}

.border-l-zinc-300\/65{
  border-left-color: rgb(212 212 216 / 0.65);
}

.border-l-zinc-300\/70{
  border-left-color: rgb(212 212 216 / 0.7);
}

.border-l-zinc-300\/75{
  border-left-color: rgb(212 212 216 / 0.75);
}

.border-l-zinc-300\/80{
  border-left-color: rgb(212 212 216 / 0.8);
}

.border-l-zinc-300\/85{
  border-left-color: rgb(212 212 216 / 0.85);
}

.border-l-zinc-300\/90{
  border-left-color: rgb(212 212 216 / 0.9);
}

.border-l-zinc-300\/95{
  border-left-color: rgb(212 212 216 / 0.95);
}

.border-l-zinc-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-l-zinc-400\/0{
  border-left-color: rgb(161 161 170 / 0);
}

.border-l-zinc-400\/10{
  border-left-color: rgb(161 161 170 / 0.1);
}

.border-l-zinc-400\/100{
  border-left-color: rgb(161 161 170 / 1);
}

.border-l-zinc-400\/15{
  border-left-color: rgb(161 161 170 / 0.15);
}

.border-l-zinc-400\/20{
  border-left-color: rgb(161 161 170 / 0.2);
}

.border-l-zinc-400\/25{
  border-left-color: rgb(161 161 170 / 0.25);
}

.border-l-zinc-400\/30{
  border-left-color: rgb(161 161 170 / 0.3);
}

.border-l-zinc-400\/35{
  border-left-color: rgb(161 161 170 / 0.35);
}

.border-l-zinc-400\/40{
  border-left-color: rgb(161 161 170 / 0.4);
}

.border-l-zinc-400\/45{
  border-left-color: rgb(161 161 170 / 0.45);
}

.border-l-zinc-400\/5{
  border-left-color: rgb(161 161 170 / 0.05);
}

.border-l-zinc-400\/50{
  border-left-color: rgb(161 161 170 / 0.5);
}

.border-l-zinc-400\/55{
  border-left-color: rgb(161 161 170 / 0.55);
}

.border-l-zinc-400\/60{
  border-left-color: rgb(161 161 170 / 0.6);
}

.border-l-zinc-400\/65{
  border-left-color: rgb(161 161 170 / 0.65);
}

.border-l-zinc-400\/70{
  border-left-color: rgb(161 161 170 / 0.7);
}

.border-l-zinc-400\/75{
  border-left-color: rgb(161 161 170 / 0.75);
}

.border-l-zinc-400\/80{
  border-left-color: rgb(161 161 170 / 0.8);
}

.border-l-zinc-400\/85{
  border-left-color: rgb(161 161 170 / 0.85);
}

.border-l-zinc-400\/90{
  border-left-color: rgb(161 161 170 / 0.9);
}

.border-l-zinc-400\/95{
  border-left-color: rgb(161 161 170 / 0.95);
}

.border-l-zinc-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-l-zinc-50\/0{
  border-left-color: rgb(250 250 250 / 0);
}

.border-l-zinc-50\/10{
  border-left-color: rgb(250 250 250 / 0.1);
}

.border-l-zinc-50\/100{
  border-left-color: rgb(250 250 250 / 1);
}

.border-l-zinc-50\/15{
  border-left-color: rgb(250 250 250 / 0.15);
}

.border-l-zinc-50\/20{
  border-left-color: rgb(250 250 250 / 0.2);
}

.border-l-zinc-50\/25{
  border-left-color: rgb(250 250 250 / 0.25);
}

.border-l-zinc-50\/30{
  border-left-color: rgb(250 250 250 / 0.3);
}

.border-l-zinc-50\/35{
  border-left-color: rgb(250 250 250 / 0.35);
}

.border-l-zinc-50\/40{
  border-left-color: rgb(250 250 250 / 0.4);
}

.border-l-zinc-50\/45{
  border-left-color: rgb(250 250 250 / 0.45);
}

.border-l-zinc-50\/5{
  border-left-color: rgb(250 250 250 / 0.05);
}

.border-l-zinc-50\/50{
  border-left-color: rgb(250 250 250 / 0.5);
}

.border-l-zinc-50\/55{
  border-left-color: rgb(250 250 250 / 0.55);
}

.border-l-zinc-50\/60{
  border-left-color: rgb(250 250 250 / 0.6);
}

.border-l-zinc-50\/65{
  border-left-color: rgb(250 250 250 / 0.65);
}

.border-l-zinc-50\/70{
  border-left-color: rgb(250 250 250 / 0.7);
}

.border-l-zinc-50\/75{
  border-left-color: rgb(250 250 250 / 0.75);
}

.border-l-zinc-50\/80{
  border-left-color: rgb(250 250 250 / 0.8);
}

.border-l-zinc-50\/85{
  border-left-color: rgb(250 250 250 / 0.85);
}

.border-l-zinc-50\/90{
  border-left-color: rgb(250 250 250 / 0.9);
}

.border-l-zinc-50\/95{
  border-left-color: rgb(250 250 250 / 0.95);
}

.border-l-zinc-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-l-zinc-500\/0{
  border-left-color: rgb(113 113 122 / 0);
}

.border-l-zinc-500\/10{
  border-left-color: rgb(113 113 122 / 0.1);
}

.border-l-zinc-500\/100{
  border-left-color: rgb(113 113 122 / 1);
}

.border-l-zinc-500\/15{
  border-left-color: rgb(113 113 122 / 0.15);
}

.border-l-zinc-500\/20{
  border-left-color: rgb(113 113 122 / 0.2);
}

.border-l-zinc-500\/25{
  border-left-color: rgb(113 113 122 / 0.25);
}

.border-l-zinc-500\/30{
  border-left-color: rgb(113 113 122 / 0.3);
}

.border-l-zinc-500\/35{
  border-left-color: rgb(113 113 122 / 0.35);
}

.border-l-zinc-500\/40{
  border-left-color: rgb(113 113 122 / 0.4);
}

.border-l-zinc-500\/45{
  border-left-color: rgb(113 113 122 / 0.45);
}

.border-l-zinc-500\/5{
  border-left-color: rgb(113 113 122 / 0.05);
}

.border-l-zinc-500\/50{
  border-left-color: rgb(113 113 122 / 0.5);
}

.border-l-zinc-500\/55{
  border-left-color: rgb(113 113 122 / 0.55);
}

.border-l-zinc-500\/60{
  border-left-color: rgb(113 113 122 / 0.6);
}

.border-l-zinc-500\/65{
  border-left-color: rgb(113 113 122 / 0.65);
}

.border-l-zinc-500\/70{
  border-left-color: rgb(113 113 122 / 0.7);
}

.border-l-zinc-500\/75{
  border-left-color: rgb(113 113 122 / 0.75);
}

.border-l-zinc-500\/80{
  border-left-color: rgb(113 113 122 / 0.8);
}

.border-l-zinc-500\/85{
  border-left-color: rgb(113 113 122 / 0.85);
}

.border-l-zinc-500\/90{
  border-left-color: rgb(113 113 122 / 0.9);
}

.border-l-zinc-500\/95{
  border-left-color: rgb(113 113 122 / 0.95);
}

.border-l-zinc-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-l-zinc-600\/0{
  border-left-color: rgb(82 82 91 / 0);
}

.border-l-zinc-600\/10{
  border-left-color: rgb(82 82 91 / 0.1);
}

.border-l-zinc-600\/100{
  border-left-color: rgb(82 82 91 / 1);
}

.border-l-zinc-600\/15{
  border-left-color: rgb(82 82 91 / 0.15);
}

.border-l-zinc-600\/20{
  border-left-color: rgb(82 82 91 / 0.2);
}

.border-l-zinc-600\/25{
  border-left-color: rgb(82 82 91 / 0.25);
}

.border-l-zinc-600\/30{
  border-left-color: rgb(82 82 91 / 0.3);
}

.border-l-zinc-600\/35{
  border-left-color: rgb(82 82 91 / 0.35);
}

.border-l-zinc-600\/40{
  border-left-color: rgb(82 82 91 / 0.4);
}

.border-l-zinc-600\/45{
  border-left-color: rgb(82 82 91 / 0.45);
}

.border-l-zinc-600\/5{
  border-left-color: rgb(82 82 91 / 0.05);
}

.border-l-zinc-600\/50{
  border-left-color: rgb(82 82 91 / 0.5);
}

.border-l-zinc-600\/55{
  border-left-color: rgb(82 82 91 / 0.55);
}

.border-l-zinc-600\/60{
  border-left-color: rgb(82 82 91 / 0.6);
}

.border-l-zinc-600\/65{
  border-left-color: rgb(82 82 91 / 0.65);
}

.border-l-zinc-600\/70{
  border-left-color: rgb(82 82 91 / 0.7);
}

.border-l-zinc-600\/75{
  border-left-color: rgb(82 82 91 / 0.75);
}

.border-l-zinc-600\/80{
  border-left-color: rgb(82 82 91 / 0.8);
}

.border-l-zinc-600\/85{
  border-left-color: rgb(82 82 91 / 0.85);
}

.border-l-zinc-600\/90{
  border-left-color: rgb(82 82 91 / 0.9);
}

.border-l-zinc-600\/95{
  border-left-color: rgb(82 82 91 / 0.95);
}

.border-l-zinc-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-l-zinc-700\/0{
  border-left-color: rgb(63 63 70 / 0);
}

.border-l-zinc-700\/10{
  border-left-color: rgb(63 63 70 / 0.1);
}

.border-l-zinc-700\/100{
  border-left-color: rgb(63 63 70 / 1);
}

.border-l-zinc-700\/15{
  border-left-color: rgb(63 63 70 / 0.15);
}

.border-l-zinc-700\/20{
  border-left-color: rgb(63 63 70 / 0.2);
}

.border-l-zinc-700\/25{
  border-left-color: rgb(63 63 70 / 0.25);
}

.border-l-zinc-700\/30{
  border-left-color: rgb(63 63 70 / 0.3);
}

.border-l-zinc-700\/35{
  border-left-color: rgb(63 63 70 / 0.35);
}

.border-l-zinc-700\/40{
  border-left-color: rgb(63 63 70 / 0.4);
}

.border-l-zinc-700\/45{
  border-left-color: rgb(63 63 70 / 0.45);
}

.border-l-zinc-700\/5{
  border-left-color: rgb(63 63 70 / 0.05);
}

.border-l-zinc-700\/50{
  border-left-color: rgb(63 63 70 / 0.5);
}

.border-l-zinc-700\/55{
  border-left-color: rgb(63 63 70 / 0.55);
}

.border-l-zinc-700\/60{
  border-left-color: rgb(63 63 70 / 0.6);
}

.border-l-zinc-700\/65{
  border-left-color: rgb(63 63 70 / 0.65);
}

.border-l-zinc-700\/70{
  border-left-color: rgb(63 63 70 / 0.7);
}

.border-l-zinc-700\/75{
  border-left-color: rgb(63 63 70 / 0.75);
}

.border-l-zinc-700\/80{
  border-left-color: rgb(63 63 70 / 0.8);
}

.border-l-zinc-700\/85{
  border-left-color: rgb(63 63 70 / 0.85);
}

.border-l-zinc-700\/90{
  border-left-color: rgb(63 63 70 / 0.9);
}

.border-l-zinc-700\/95{
  border-left-color: rgb(63 63 70 / 0.95);
}

.border-l-zinc-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-l-zinc-800\/0{
  border-left-color: rgb(39 39 42 / 0);
}

.border-l-zinc-800\/10{
  border-left-color: rgb(39 39 42 / 0.1);
}

.border-l-zinc-800\/100{
  border-left-color: rgb(39 39 42 / 1);
}

.border-l-zinc-800\/15{
  border-left-color: rgb(39 39 42 / 0.15);
}

.border-l-zinc-800\/20{
  border-left-color: rgb(39 39 42 / 0.2);
}

.border-l-zinc-800\/25{
  border-left-color: rgb(39 39 42 / 0.25);
}

.border-l-zinc-800\/30{
  border-left-color: rgb(39 39 42 / 0.3);
}

.border-l-zinc-800\/35{
  border-left-color: rgb(39 39 42 / 0.35);
}

.border-l-zinc-800\/40{
  border-left-color: rgb(39 39 42 / 0.4);
}

.border-l-zinc-800\/45{
  border-left-color: rgb(39 39 42 / 0.45);
}

.border-l-zinc-800\/5{
  border-left-color: rgb(39 39 42 / 0.05);
}

.border-l-zinc-800\/50{
  border-left-color: rgb(39 39 42 / 0.5);
}

.border-l-zinc-800\/55{
  border-left-color: rgb(39 39 42 / 0.55);
}

.border-l-zinc-800\/60{
  border-left-color: rgb(39 39 42 / 0.6);
}

.border-l-zinc-800\/65{
  border-left-color: rgb(39 39 42 / 0.65);
}

.border-l-zinc-800\/70{
  border-left-color: rgb(39 39 42 / 0.7);
}

.border-l-zinc-800\/75{
  border-left-color: rgb(39 39 42 / 0.75);
}

.border-l-zinc-800\/80{
  border-left-color: rgb(39 39 42 / 0.8);
}

.border-l-zinc-800\/85{
  border-left-color: rgb(39 39 42 / 0.85);
}

.border-l-zinc-800\/90{
  border-left-color: rgb(39 39 42 / 0.9);
}

.border-l-zinc-800\/95{
  border-left-color: rgb(39 39 42 / 0.95);
}

.border-l-zinc-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-l-zinc-900\/0{
  border-left-color: rgb(24 24 27 / 0);
}

.border-l-zinc-900\/10{
  border-left-color: rgb(24 24 27 / 0.1);
}

.border-l-zinc-900\/100{
  border-left-color: rgb(24 24 27 / 1);
}

.border-l-zinc-900\/15{
  border-left-color: rgb(24 24 27 / 0.15);
}

.border-l-zinc-900\/20{
  border-left-color: rgb(24 24 27 / 0.2);
}

.border-l-zinc-900\/25{
  border-left-color: rgb(24 24 27 / 0.25);
}

.border-l-zinc-900\/30{
  border-left-color: rgb(24 24 27 / 0.3);
}

.border-l-zinc-900\/35{
  border-left-color: rgb(24 24 27 / 0.35);
}

.border-l-zinc-900\/40{
  border-left-color: rgb(24 24 27 / 0.4);
}

.border-l-zinc-900\/45{
  border-left-color: rgb(24 24 27 / 0.45);
}

.border-l-zinc-900\/5{
  border-left-color: rgb(24 24 27 / 0.05);
}

.border-l-zinc-900\/50{
  border-left-color: rgb(24 24 27 / 0.5);
}

.border-l-zinc-900\/55{
  border-left-color: rgb(24 24 27 / 0.55);
}

.border-l-zinc-900\/60{
  border-left-color: rgb(24 24 27 / 0.6);
}

.border-l-zinc-900\/65{
  border-left-color: rgb(24 24 27 / 0.65);
}

.border-l-zinc-900\/70{
  border-left-color: rgb(24 24 27 / 0.7);
}

.border-l-zinc-900\/75{
  border-left-color: rgb(24 24 27 / 0.75);
}

.border-l-zinc-900\/80{
  border-left-color: rgb(24 24 27 / 0.8);
}

.border-l-zinc-900\/85{
  border-left-color: rgb(24 24 27 / 0.85);
}

.border-l-zinc-900\/90{
  border-left-color: rgb(24 24 27 / 0.9);
}

.border-l-zinc-900\/95{
  border-left-color: rgb(24 24 27 / 0.95);
}

.border-l-zinc-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-l-zinc-950\/0{
  border-left-color: rgb(9 9 11 / 0);
}

.border-l-zinc-950\/10{
  border-left-color: rgb(9 9 11 / 0.1);
}

.border-l-zinc-950\/100{
  border-left-color: rgb(9 9 11 / 1);
}

.border-l-zinc-950\/15{
  border-left-color: rgb(9 9 11 / 0.15);
}

.border-l-zinc-950\/20{
  border-left-color: rgb(9 9 11 / 0.2);
}

.border-l-zinc-950\/25{
  border-left-color: rgb(9 9 11 / 0.25);
}

.border-l-zinc-950\/30{
  border-left-color: rgb(9 9 11 / 0.3);
}

.border-l-zinc-950\/35{
  border-left-color: rgb(9 9 11 / 0.35);
}

.border-l-zinc-950\/40{
  border-left-color: rgb(9 9 11 / 0.4);
}

.border-l-zinc-950\/45{
  border-left-color: rgb(9 9 11 / 0.45);
}

.border-l-zinc-950\/5{
  border-left-color: rgb(9 9 11 / 0.05);
}

.border-l-zinc-950\/50{
  border-left-color: rgb(9 9 11 / 0.5);
}

.border-l-zinc-950\/55{
  border-left-color: rgb(9 9 11 / 0.55);
}

.border-l-zinc-950\/60{
  border-left-color: rgb(9 9 11 / 0.6);
}

.border-l-zinc-950\/65{
  border-left-color: rgb(9 9 11 / 0.65);
}

.border-l-zinc-950\/70{
  border-left-color: rgb(9 9 11 / 0.7);
}

.border-l-zinc-950\/75{
  border-left-color: rgb(9 9 11 / 0.75);
}

.border-l-zinc-950\/80{
  border-left-color: rgb(9 9 11 / 0.8);
}

.border-l-zinc-950\/85{
  border-left-color: rgb(9 9 11 / 0.85);
}

.border-l-zinc-950\/90{
  border-left-color: rgb(9 9 11 / 0.9);
}

.border-l-zinc-950\/95{
  border-left-color: rgb(9 9 11 / 0.95);
}

.border-r-accent{
  --tw-border-opacity: 1;
  border-right-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.border-r-accent\/0{
  border-right-color: rgb(70 109 148 / 0);
}

.border-r-accent\/10{
  border-right-color: rgb(70 109 148 / 0.1);
}

.border-r-accent\/100{
  border-right-color: rgb(70 109 148 / 1);
}

.border-r-accent\/15{
  border-right-color: rgb(70 109 148 / 0.15);
}

.border-r-accent\/20{
  border-right-color: rgb(70 109 148 / 0.2);
}

.border-r-accent\/25{
  border-right-color: rgb(70 109 148 / 0.25);
}

.border-r-accent\/30{
  border-right-color: rgb(70 109 148 / 0.3);
}

.border-r-accent\/35{
  border-right-color: rgb(70 109 148 / 0.35);
}

.border-r-accent\/40{
  border-right-color: rgb(70 109 148 / 0.4);
}

.border-r-accent\/45{
  border-right-color: rgb(70 109 148 / 0.45);
}

.border-r-accent\/5{
  border-right-color: rgb(70 109 148 / 0.05);
}

.border-r-accent\/50{
  border-right-color: rgb(70 109 148 / 0.5);
}

.border-r-accent\/55{
  border-right-color: rgb(70 109 148 / 0.55);
}

.border-r-accent\/60{
  border-right-color: rgb(70 109 148 / 0.6);
}

.border-r-accent\/65{
  border-right-color: rgb(70 109 148 / 0.65);
}

.border-r-accent\/70{
  border-right-color: rgb(70 109 148 / 0.7);
}

.border-r-accent\/75{
  border-right-color: rgb(70 109 148 / 0.75);
}

.border-r-accent\/80{
  border-right-color: rgb(70 109 148 / 0.8);
}

.border-r-accent\/85{
  border-right-color: rgb(70 109 148 / 0.85);
}

.border-r-accent\/90{
  border-right-color: rgb(70 109 148 / 0.9);
}

.border-r-accent\/95{
  border-right-color: rgb(70 109 148 / 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\/15{
  border-right-color: rgb(254 243 199 / 0.15);
}

.border-r-amber-100\/20{
  border-right-color: rgb(254 243 199 / 0.2);
}

.border-r-amber-100\/25{
  border-right-color: rgb(254 243 199 / 0.25);
}

.border-r-amber-100\/30{
  border-right-color: rgb(254 243 199 / 0.3);
}

.border-r-amber-100\/35{
  border-right-color: rgb(254 243 199 / 0.35);
}

.border-r-amber-100\/40{
  border-right-color: rgb(254 243 199 / 0.4);
}

.border-r-amber-100\/45{
  border-right-color: rgb(254 243 199 / 0.45);
}

.border-r-amber-100\/5{
  border-right-color: rgb(254 243 199 / 0.05);
}

.border-r-amber-100\/50{
  border-right-color: rgb(254 243 199 / 0.5);
}

.border-r-amber-100\/55{
  border-right-color: rgb(254 243 199 / 0.55);
}

.border-r-amber-100\/60{
  border-right-color: rgb(254 243 199 / 0.6);
}

.border-r-amber-100\/65{
  border-right-color: rgb(254 243 199 / 0.65);
}

.border-r-amber-100\/70{
  border-right-color: rgb(254 243 199 / 0.7);
}

.border-r-amber-100\/75{
  border-right-color: rgb(254 243 199 / 0.75);
}

.border-r-amber-100\/80{
  border-right-color: rgb(254 243 199 / 0.8);
}

.border-r-amber-100\/85{
  border-right-color: rgb(254 243 199 / 0.85);
}

.border-r-amber-100\/90{
  border-right-color: rgb(254 243 199 / 0.9);
}

.border-r-amber-100\/95{
  border-right-color: rgb(254 243 199 / 0.95);
}

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

.border-r-amber-200\/0{
  border-right-color: rgb(253 230 138 / 0);
}

.border-r-amber-200\/10{
  border-right-color: rgb(253 230 138 / 0.1);
}

.border-r-amber-200\/100{
  border-right-color: rgb(253 230 138 / 1);
}

.border-r-amber-200\/15{
  border-right-color: rgb(253 230 138 / 0.15);
}

.border-r-amber-200\/20{
  border-right-color: rgb(253 230 138 / 0.2);
}

.border-r-amber-200\/25{
  border-right-color: rgb(253 230 138 / 0.25);
}

.border-r-amber-200\/30{
  border-right-color: rgb(253 230 138 / 0.3);
}

.border-r-amber-200\/35{
  border-right-color: rgb(253 230 138 / 0.35);
}

.border-r-amber-200\/40{
  border-right-color: rgb(253 230 138 / 0.4);
}

.border-r-amber-200\/45{
  border-right-color: rgb(253 230 138 / 0.45);
}

.border-r-amber-200\/5{
  border-right-color: rgb(253 230 138 / 0.05);
}

.border-r-amber-200\/50{
  border-right-color: rgb(253 230 138 / 0.5);
}

.border-r-amber-200\/55{
  border-right-color: rgb(253 230 138 / 0.55);
}

.border-r-amber-200\/60{
  border-right-color: rgb(253 230 138 / 0.6);
}

.border-r-amber-200\/65{
  border-right-color: rgb(253 230 138 / 0.65);
}

.border-r-amber-200\/70{
  border-right-color: rgb(253 230 138 / 0.7);
}

.border-r-amber-200\/75{
  border-right-color: rgb(253 230 138 / 0.75);
}

.border-r-amber-200\/80{
  border-right-color: rgb(253 230 138 / 0.8);
}

.border-r-amber-200\/85{
  border-right-color: rgb(253 230 138 / 0.85);
}

.border-r-amber-200\/90{
  border-right-color: rgb(253 230 138 / 0.9);
}

.border-r-amber-200\/95{
  border-right-color: rgb(253 230 138 / 0.95);
}

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

.border-r-amber-300\/0{
  border-right-color: rgb(252 211 77 / 0);
}

.border-r-amber-300\/10{
  border-right-color: rgb(252 211 77 / 0.1);
}

.border-r-amber-300\/100{
  border-right-color: rgb(252 211 77 / 1);
}

.border-r-amber-300\/15{
  border-right-color: rgb(252 211 77 / 0.15);
}

.border-r-amber-300\/20{
  border-right-color: rgb(252 211 77 / 0.2);
}

.border-r-amber-300\/25{
  border-right-color: rgb(252 211 77 / 0.25);
}

.border-r-amber-300\/30{
  border-right-color: rgb(252 211 77 / 0.3);
}

.border-r-amber-300\/35{
  border-right-color: rgb(252 211 77 / 0.35);
}

.border-r-amber-300\/40{
  border-right-color: rgb(252 211 77 / 0.4);
}

.border-r-amber-300\/45{
  border-right-color: rgb(252 211 77 / 0.45);
}

.border-r-amber-300\/5{
  border-right-color: rgb(252 211 77 / 0.05);
}

.border-r-amber-300\/50{
  border-right-color: rgb(252 211 77 / 0.5);
}

.border-r-amber-300\/55{
  border-right-color: rgb(252 211 77 / 0.55);
}

.border-r-amber-300\/60{
  border-right-color: rgb(252 211 77 / 0.6);
}

.border-r-amber-300\/65{
  border-right-color: rgb(252 211 77 / 0.65);
}

.border-r-amber-300\/70{
  border-right-color: rgb(252 211 77 / 0.7);
}

.border-r-amber-300\/75{
  border-right-color: rgb(252 211 77 / 0.75);
}

.border-r-amber-300\/80{
  border-right-color: rgb(252 211 77 / 0.8);
}

.border-r-amber-300\/85{
  border-right-color: rgb(252 211 77 / 0.85);
}

.border-r-amber-300\/90{
  border-right-color: rgb(252 211 77 / 0.9);
}

.border-r-amber-300\/95{
  border-right-color: rgb(252 211 77 / 0.95);
}

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

.border-r-amber-400\/0{
  border-right-color: rgb(251 191 36 / 0);
}

.border-r-amber-400\/10{
  border-right-color: rgb(251 191 36 / 0.1);
}

.border-r-amber-400\/100{
  border-right-color: rgb(251 191 36 / 1);
}

.border-r-amber-400\/15{
  border-right-color: rgb(251 191 36 / 0.15);
}

.border-r-amber-400\/20{
  border-right-color: rgb(251 191 36 / 0.2);
}

.border-r-amber-400\/25{
  border-right-color: rgb(251 191 36 / 0.25);
}

.border-r-amber-400\/30{
  border-right-color: rgb(251 191 36 / 0.3);
}

.border-r-amber-400\/35{
  border-right-color: rgb(251 191 36 / 0.35);
}

.border-r-amber-400\/40{
  border-right-color: rgb(251 191 36 / 0.4);
}

.border-r-amber-400\/45{
  border-right-color: rgb(251 191 36 / 0.45);
}

.border-r-amber-400\/5{
  border-right-color: rgb(251 191 36 / 0.05);
}

.border-r-amber-400\/50{
  border-right-color: rgb(251 191 36 / 0.5);
}

.border-r-amber-400\/55{
  border-right-color: rgb(251 191 36 / 0.55);
}

.border-r-amber-400\/60{
  border-right-color: rgb(251 191 36 / 0.6);
}

.border-r-amber-400\/65{
  border-right-color: rgb(251 191 36 / 0.65);
}

.border-r-amber-400\/70{
  border-right-color: rgb(251 191 36 / 0.7);
}

.border-r-amber-400\/75{
  border-right-color: rgb(251 191 36 / 0.75);
}

.border-r-amber-400\/80{
  border-right-color: rgb(251 191 36 / 0.8);
}

.border-r-amber-400\/85{
  border-right-color: rgb(251 191 36 / 0.85);
}

.border-r-amber-400\/90{
  border-right-color: rgb(251 191 36 / 0.9);
}

.border-r-amber-400\/95{
  border-right-color: rgb(251 191 36 / 0.95);
}

.border-r-amber-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-r-amber-50\/0{
  border-right-color: rgb(255 251 235 / 0);
}

.border-r-amber-50\/10{
  border-right-color: rgb(255 251 235 / 0.1);
}

.border-r-amber-50\/100{
  border-right-color: rgb(255 251 235 / 1);
}

.border-r-amber-50\/15{
  border-right-color: rgb(255 251 235 / 0.15);
}

.border-r-amber-50\/20{
  border-right-color: rgb(255 251 235 / 0.2);
}

.border-r-amber-50\/25{
  border-right-color: rgb(255 251 235 / 0.25);
}

.border-r-amber-50\/30{
  border-right-color: rgb(255 251 235 / 0.3);
}

.border-r-amber-50\/35{
  border-right-color: rgb(255 251 235 / 0.35);
}

.border-r-amber-50\/40{
  border-right-color: rgb(255 251 235 / 0.4);
}

.border-r-amber-50\/45{
  border-right-color: rgb(255 251 235 / 0.45);
}

.border-r-amber-50\/5{
  border-right-color: rgb(255 251 235 / 0.05);
}

.border-r-amber-50\/50{
  border-right-color: rgb(255 251 235 / 0.5);
}

.border-r-amber-50\/55{
  border-right-color: rgb(255 251 235 / 0.55);
}

.border-r-amber-50\/60{
  border-right-color: rgb(255 251 235 / 0.6);
}

.border-r-amber-50\/65{
  border-right-color: rgb(255 251 235 / 0.65);
}

.border-r-amber-50\/70{
  border-right-color: rgb(255 251 235 / 0.7);
}

.border-r-amber-50\/75{
  border-right-color: rgb(255 251 235 / 0.75);
}

.border-r-amber-50\/80{
  border-right-color: rgb(255 251 235 / 0.8);
}

.border-r-amber-50\/85{
  border-right-color: rgb(255 251 235 / 0.85);
}

.border-r-amber-50\/90{
  border-right-color: rgb(255 251 235 / 0.9);
}

.border-r-amber-50\/95{
  border-right-color: rgb(255 251 235 / 0.95);
}

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

.border-r-amber-500\/0{
  border-right-color: rgb(245 158 11 / 0);
}

.border-r-amber-500\/10{
  border-right-color: rgb(245 158 11 / 0.1);
}

.border-r-amber-500\/100{
  border-right-color: rgb(245 158 11 / 1);
}

.border-r-amber-500\/15{
  border-right-color: rgb(245 158 11 / 0.15);
}

.border-r-amber-500\/20{
  border-right-color: rgb(245 158 11 / 0.2);
}

.border-r-amber-500\/25{
  border-right-color: rgb(245 158 11 / 0.25);
}

.border-r-amber-500\/30{
  border-right-color: rgb(245 158 11 / 0.3);
}

.border-r-amber-500\/35{
  border-right-color: rgb(245 158 11 / 0.35);
}

.border-r-amber-500\/40{
  border-right-color: rgb(245 158 11 / 0.4);
}

.border-r-amber-500\/45{
  border-right-color: rgb(245 158 11 / 0.45);
}

.border-r-amber-500\/5{
  border-right-color: rgb(245 158 11 / 0.05);
}

.border-r-amber-500\/50{
  border-right-color: rgb(245 158 11 / 0.5);
}

.border-r-amber-500\/55{
  border-right-color: rgb(245 158 11 / 0.55);
}

.border-r-amber-500\/60{
  border-right-color: rgb(245 158 11 / 0.6);
}

.border-r-amber-500\/65{
  border-right-color: rgb(245 158 11 / 0.65);
}

.border-r-amber-500\/70{
  border-right-color: rgb(245 158 11 / 0.7);
}

.border-r-amber-500\/75{
  border-right-color: rgb(245 158 11 / 0.75);
}

.border-r-amber-500\/80{
  border-right-color: rgb(245 158 11 / 0.8);
}

.border-r-amber-500\/85{
  border-right-color: rgb(245 158 11 / 0.85);
}

.border-r-amber-500\/90{
  border-right-color: rgb(245 158 11 / 0.9);
}

.border-r-amber-500\/95{
  border-right-color: rgb(245 158 11 / 0.95);
}

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

.border-r-amber-600\/0{
  border-right-color: rgb(217 119 6 / 0);
}

.border-r-amber-600\/10{
  border-right-color: rgb(217 119 6 / 0.1);
}

.border-r-amber-600\/100{
  border-right-color: rgb(217 119 6 / 1);
}

.border-r-amber-600\/15{
  border-right-color: rgb(217 119 6 / 0.15);
}

.border-r-amber-600\/20{
  border-right-color: rgb(217 119 6 / 0.2);
}

.border-r-amber-600\/25{
  border-right-color: rgb(217 119 6 / 0.25);
}

.border-r-amber-600\/30{
  border-right-color: rgb(217 119 6 / 0.3);
}

.border-r-amber-600\/35{
  border-right-color: rgb(217 119 6 / 0.35);
}

.border-r-amber-600\/40{
  border-right-color: rgb(217 119 6 / 0.4);
}

.border-r-amber-600\/45{
  border-right-color: rgb(217 119 6 / 0.45);
}

.border-r-amber-600\/5{
  border-right-color: rgb(217 119 6 / 0.05);
}

.border-r-amber-600\/50{
  border-right-color: rgb(217 119 6 / 0.5);
}

.border-r-amber-600\/55{
  border-right-color: rgb(217 119 6 / 0.55);
}

.border-r-amber-600\/60{
  border-right-color: rgb(217 119 6 / 0.6);
}

.border-r-amber-600\/65{
  border-right-color: rgb(217 119 6 / 0.65);
}

.border-r-amber-600\/70{
  border-right-color: rgb(217 119 6 / 0.7);
}

.border-r-amber-600\/75{
  border-right-color: rgb(217 119 6 / 0.75);
}

.border-r-amber-600\/80{
  border-right-color: rgb(217 119 6 / 0.8);
}

.border-r-amber-600\/85{
  border-right-color: rgb(217 119 6 / 0.85);
}

.border-r-amber-600\/90{
  border-right-color: rgb(217 119 6 / 0.9);
}

.border-r-amber-600\/95{
  border-right-color: rgb(217 119 6 / 0.95);
}

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

.border-r-amber-700\/0{
  border-right-color: rgb(180 83 9 / 0);
}

.border-r-amber-700\/10{
  border-right-color: rgb(180 83 9 / 0.1);
}

.border-r-amber-700\/100{
  border-right-color: rgb(180 83 9 / 1);
}

.border-r-amber-700\/15{
  border-right-color: rgb(180 83 9 / 0.15);
}

.border-r-amber-700\/20{
  border-right-color: rgb(180 83 9 / 0.2);
}

.border-r-amber-700\/25{
  border-right-color: rgb(180 83 9 / 0.25);
}

.border-r-amber-700\/30{
  border-right-color: rgb(180 83 9 / 0.3);
}

.border-r-amber-700\/35{
  border-right-color: rgb(180 83 9 / 0.35);
}

.border-r-amber-700\/40{
  border-right-color: rgb(180 83 9 / 0.4);
}

.border-r-amber-700\/45{
  border-right-color: rgb(180 83 9 / 0.45);
}

.border-r-amber-700\/5{
  border-right-color: rgb(180 83 9 / 0.05);
}

.border-r-amber-700\/50{
  border-right-color: rgb(180 83 9 / 0.5);
}

.border-r-amber-700\/55{
  border-right-color: rgb(180 83 9 / 0.55);
}

.border-r-amber-700\/60{
  border-right-color: rgb(180 83 9 / 0.6);
}

.border-r-amber-700\/65{
  border-right-color: rgb(180 83 9 / 0.65);
}

.border-r-amber-700\/70{
  border-right-color: rgb(180 83 9 / 0.7);
}

.border-r-amber-700\/75{
  border-right-color: rgb(180 83 9 / 0.75);
}

.border-r-amber-700\/80{
  border-right-color: rgb(180 83 9 / 0.8);
}

.border-r-amber-700\/85{
  border-right-color: rgb(180 83 9 / 0.85);
}

.border-r-amber-700\/90{
  border-right-color: rgb(180 83 9 / 0.9);
}

.border-r-amber-700\/95{
  border-right-color: rgb(180 83 9 / 0.95);
}

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

.border-r-amber-800\/0{
  border-right-color: rgb(146 64 14 / 0);
}

.border-r-amber-800\/10{
  border-right-color: rgb(146 64 14 / 0.1);
}

.border-r-amber-800\/100{
  border-right-color: rgb(146 64 14 / 1);
}

.border-r-amber-800\/15{
  border-right-color: rgb(146 64 14 / 0.15);
}

.border-r-amber-800\/20{
  border-right-color: rgb(146 64 14 / 0.2);
}

.border-r-amber-800\/25{
  border-right-color: rgb(146 64 14 / 0.25);
}

.border-r-amber-800\/30{
  border-right-color: rgb(146 64 14 / 0.3);
}

.border-r-amber-800\/35{
  border-right-color: rgb(146 64 14 / 0.35);
}

.border-r-amber-800\/40{
  border-right-color: rgb(146 64 14 / 0.4);
}

.border-r-amber-800\/45{
  border-right-color: rgb(146 64 14 / 0.45);
}

.border-r-amber-800\/5{
  border-right-color: rgb(146 64 14 / 0.05);
}

.border-r-amber-800\/50{
  border-right-color: rgb(146 64 14 / 0.5);
}

.border-r-amber-800\/55{
  border-right-color: rgb(146 64 14 / 0.55);
}

.border-r-amber-800\/60{
  border-right-color: rgb(146 64 14 / 0.6);
}

.border-r-amber-800\/65{
  border-right-color: rgb(146 64 14 / 0.65);
}

.border-r-amber-800\/70{
  border-right-color: rgb(146 64 14 / 0.7);
}

.border-r-amber-800\/75{
  border-right-color: rgb(146 64 14 / 0.75);
}

.border-r-amber-800\/80{
  border-right-color: rgb(146 64 14 / 0.8);
}

.border-r-amber-800\/85{
  border-right-color: rgb(146 64 14 / 0.85);
}

.border-r-amber-800\/90{
  border-right-color: rgb(146 64 14 / 0.9);
}

.border-r-amber-800\/95{
  border-right-color: rgb(146 64 14 / 0.95);
}

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

.border-r-amber-900\/0{
  border-right-color: rgb(120 53 15 / 0);
}

.border-r-amber-900\/10{
  border-right-color: rgb(120 53 15 / 0.1);
}

.border-r-amber-900\/100{
  border-right-color: rgb(120 53 15 / 1);
}

.border-r-amber-900\/15{
  border-right-color: rgb(120 53 15 / 0.15);
}

.border-r-amber-900\/20{
  border-right-color: rgb(120 53 15 / 0.2);
}

.border-r-amber-900\/25{
  border-right-color: rgb(120 53 15 / 0.25);
}

.border-r-amber-900\/30{
  border-right-color: rgb(120 53 15 / 0.3);
}

.border-r-amber-900\/35{
  border-right-color: rgb(120 53 15 / 0.35);
}

.border-r-amber-900\/40{
  border-right-color: rgb(120 53 15 / 0.4);
}

.border-r-amber-900\/45{
  border-right-color: rgb(120 53 15 / 0.45);
}

.border-r-amber-900\/5{
  border-right-color: rgb(120 53 15 / 0.05);
}

.border-r-amber-900\/50{
  border-right-color: rgb(120 53 15 / 0.5);
}

.border-r-amber-900\/55{
  border-right-color: rgb(120 53 15 / 0.55);
}

.border-r-amber-900\/60{
  border-right-color: rgb(120 53 15 / 0.6);
}

.border-r-amber-900\/65{
  border-right-color: rgb(120 53 15 / 0.65);
}

.border-r-amber-900\/70{
  border-right-color: rgb(120 53 15 / 0.7);
}

.border-r-amber-900\/75{
  border-right-color: rgb(120 53 15 / 0.75);
}

.border-r-amber-900\/80{
  border-right-color: rgb(120 53 15 / 0.8);
}

.border-r-amber-900\/85{
  border-right-color: rgb(120 53 15 / 0.85);
}

.border-r-amber-900\/90{
  border-right-color: rgb(120 53 15 / 0.9);
}

.border-r-amber-900\/95{
  border-right-color: rgb(120 53 15 / 0.95);
}

.border-r-amber-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-r-amber-950\/0{
  border-right-color: rgb(69 26 3 / 0);
}

.border-r-amber-950\/10{
  border-right-color: rgb(69 26 3 / 0.1);
}

.border-r-amber-950\/100{
  border-right-color: rgb(69 26 3 / 1);
}

.border-r-amber-950\/15{
  border-right-color: rgb(69 26 3 / 0.15);
}

.border-r-amber-950\/20{
  border-right-color: rgb(69 26 3 / 0.2);
}

.border-r-amber-950\/25{
  border-right-color: rgb(69 26 3 / 0.25);
}

.border-r-amber-950\/30{
  border-right-color: rgb(69 26 3 / 0.3);
}

.border-r-amber-950\/35{
  border-right-color: rgb(69 26 3 / 0.35);
}

.border-r-amber-950\/40{
  border-right-color: rgb(69 26 3 / 0.4);
}

.border-r-amber-950\/45{
  border-right-color: rgb(69 26 3 / 0.45);
}

.border-r-amber-950\/5{
  border-right-color: rgb(69 26 3 / 0.05);
}

.border-r-amber-950\/50{
  border-right-color: rgb(69 26 3 / 0.5);
}

.border-r-amber-950\/55{
  border-right-color: rgb(69 26 3 / 0.55);
}

.border-r-amber-950\/60{
  border-right-color: rgb(69 26 3 / 0.6);
}

.border-r-amber-950\/65{
  border-right-color: rgb(69 26 3 / 0.65);
}

.border-r-amber-950\/70{
  border-right-color: rgb(69 26 3 / 0.7);
}

.border-r-amber-950\/75{
  border-right-color: rgb(69 26 3 / 0.75);
}

.border-r-amber-950\/80{
  border-right-color: rgb(69 26 3 / 0.8);
}

.border-r-amber-950\/85{
  border-right-color: rgb(69 26 3 / 0.85);
}

.border-r-amber-950\/90{
  border-right-color: rgb(69 26 3 / 0.9);
}

.border-r-amber-950\/95{
  border-right-color: rgb(69 26 3 / 0.95);
}

.border-r-background{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.border-r-background\/0{
  border-right-color: rgb(245 246 250 / 0);
}

.border-r-background\/10{
  border-right-color: rgb(245 246 250 / 0.1);
}

.border-r-background\/100{
  border-right-color: rgb(245 246 250 / 1);
}

.border-r-background\/15{
  border-right-color: rgb(245 246 250 / 0.15);
}

.border-r-background\/20{
  border-right-color: rgb(245 246 250 / 0.2);
}

.border-r-background\/25{
  border-right-color: rgb(245 246 250 / 0.25);
}

.border-r-background\/30{
  border-right-color: rgb(245 246 250 / 0.3);
}

.border-r-background\/35{
  border-right-color: rgb(245 246 250 / 0.35);
}

.border-r-background\/40{
  border-right-color: rgb(245 246 250 / 0.4);
}

.border-r-background\/45{
  border-right-color: rgb(245 246 250 / 0.45);
}

.border-r-background\/5{
  border-right-color: rgb(245 246 250 / 0.05);
}

.border-r-background\/50{
  border-right-color: rgb(245 246 250 / 0.5);
}

.border-r-background\/55{
  border-right-color: rgb(245 246 250 / 0.55);
}

.border-r-background\/60{
  border-right-color: rgb(245 246 250 / 0.6);
}

.border-r-background\/65{
  border-right-color: rgb(245 246 250 / 0.65);
}

.border-r-background\/70{
  border-right-color: rgb(245 246 250 / 0.7);
}

.border-r-background\/75{
  border-right-color: rgb(245 246 250 / 0.75);
}

.border-r-background\/80{
  border-right-color: rgb(245 246 250 / 0.8);
}

.border-r-background\/85{
  border-right-color: rgb(245 246 250 / 0.85);
}

.border-r-background\/90{
  border-right-color: rgb(245 246 250 / 0.9);
}

.border-r-background\/95{
  border-right-color: rgb(245 246 250 / 0.95);
}

.border-r-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.border-r-black\/0{
  border-right-color: rgb(41 44 53 / 0);
}

.border-r-black\/10{
  border-right-color: rgb(41 44 53 / 0.1);
}

.border-r-black\/100{
  border-right-color: rgb(41 44 53 / 1);
}

.border-r-black\/15{
  border-right-color: rgb(41 44 53 / 0.15);
}

.border-r-black\/20{
  border-right-color: rgb(41 44 53 / 0.2);
}

.border-r-black\/25{
  border-right-color: rgb(41 44 53 / 0.25);
}

.border-r-black\/30{
  border-right-color: rgb(41 44 53 / 0.3);
}

.border-r-black\/35{
  border-right-color: rgb(41 44 53 / 0.35);
}

.border-r-black\/40{
  border-right-color: rgb(41 44 53 / 0.4);
}

.border-r-black\/45{
  border-right-color: rgb(41 44 53 / 0.45);
}

.border-r-black\/5{
  border-right-color: rgb(41 44 53 / 0.05);
}

.border-r-black\/50{
  border-right-color: rgb(41 44 53 / 0.5);
}

.border-r-black\/55{
  border-right-color: rgb(41 44 53 / 0.55);
}

.border-r-black\/60{
  border-right-color: rgb(41 44 53 / 0.6);
}

.border-r-black\/65{
  border-right-color: rgb(41 44 53 / 0.65);
}

.border-r-black\/70{
  border-right-color: rgb(41 44 53 / 0.7);
}

.border-r-black\/75{
  border-right-color: rgb(41 44 53 / 0.75);
}

.border-r-black\/80{
  border-right-color: rgb(41 44 53 / 0.8);
}

.border-r-black\/85{
  border-right-color: rgb(41 44 53 / 0.85);
}

.border-r-black\/90{
  border-right-color: rgb(41 44 53 / 0.9);
}

.border-r-black\/95{
  border-right-color: rgb(41 44 53 / 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\/15{
  border-right-color: rgb(219 234 254 / 0.15);
}

.border-r-blue-100\/20{
  border-right-color: rgb(219 234 254 / 0.2);
}

.border-r-blue-100\/25{
  border-right-color: rgb(219 234 254 / 0.25);
}

.border-r-blue-100\/30{
  border-right-color: rgb(219 234 254 / 0.3);
}

.border-r-blue-100\/35{
  border-right-color: rgb(219 234 254 / 0.35);
}

.border-r-blue-100\/40{
  border-right-color: rgb(219 234 254 / 0.4);
}

.border-r-blue-100\/45{
  border-right-color: rgb(219 234 254 / 0.45);
}

.border-r-blue-100\/5{
  border-right-color: rgb(219 234 254 / 0.05);
}

.border-r-blue-100\/50{
  border-right-color: rgb(219 234 254 / 0.5);
}

.border-r-blue-100\/55{
  border-right-color: rgb(219 234 254 / 0.55);
}

.border-r-blue-100\/60{
  border-right-color: rgb(219 234 254 / 0.6);
}

.border-r-blue-100\/65{
  border-right-color: rgb(219 234 254 / 0.65);
}

.border-r-blue-100\/70{
  border-right-color: rgb(219 234 254 / 0.7);
}

.border-r-blue-100\/75{
  border-right-color: rgb(219 234 254 / 0.75);
}

.border-r-blue-100\/80{
  border-right-color: rgb(219 234 254 / 0.8);
}

.border-r-blue-100\/85{
  border-right-color: rgb(219 234 254 / 0.85);
}

.border-r-blue-100\/90{
  border-right-color: rgb(219 234 254 / 0.9);
}

.border-r-blue-100\/95{
  border-right-color: rgb(219 234 254 / 0.95);
}

.border-r-blue-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-r-blue-200\/0{
  border-right-color: rgb(191 219 254 / 0);
}

.border-r-blue-200\/10{
  border-right-color: rgb(191 219 254 / 0.1);
}

.border-r-blue-200\/100{
  border-right-color: rgb(191 219 254 / 1);
}

.border-r-blue-200\/15{
  border-right-color: rgb(191 219 254 / 0.15);
}

.border-r-blue-200\/20{
  border-right-color: rgb(191 219 254 / 0.2);
}

.border-r-blue-200\/25{
  border-right-color: rgb(191 219 254 / 0.25);
}

.border-r-blue-200\/30{
  border-right-color: rgb(191 219 254 / 0.3);
}

.border-r-blue-200\/35{
  border-right-color: rgb(191 219 254 / 0.35);
}

.border-r-blue-200\/40{
  border-right-color: rgb(191 219 254 / 0.4);
}

.border-r-blue-200\/45{
  border-right-color: rgb(191 219 254 / 0.45);
}

.border-r-blue-200\/5{
  border-right-color: rgb(191 219 254 / 0.05);
}

.border-r-blue-200\/50{
  border-right-color: rgb(191 219 254 / 0.5);
}

.border-r-blue-200\/55{
  border-right-color: rgb(191 219 254 / 0.55);
}

.border-r-blue-200\/60{
  border-right-color: rgb(191 219 254 / 0.6);
}

.border-r-blue-200\/65{
  border-right-color: rgb(191 219 254 / 0.65);
}

.border-r-blue-200\/70{
  border-right-color: rgb(191 219 254 / 0.7);
}

.border-r-blue-200\/75{
  border-right-color: rgb(191 219 254 / 0.75);
}

.border-r-blue-200\/80{
  border-right-color: rgb(191 219 254 / 0.8);
}

.border-r-blue-200\/85{
  border-right-color: rgb(191 219 254 / 0.85);
}

.border-r-blue-200\/90{
  border-right-color: rgb(191 219 254 / 0.9);
}

.border-r-blue-200\/95{
  border-right-color: rgb(191 219 254 / 0.95);
}

.border-r-blue-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-r-blue-300\/0{
  border-right-color: rgb(147 197 253 / 0);
}

.border-r-blue-300\/10{
  border-right-color: rgb(147 197 253 / 0.1);
}

.border-r-blue-300\/100{
  border-right-color: rgb(147 197 253 / 1);
}

.border-r-blue-300\/15{
  border-right-color: rgb(147 197 253 / 0.15);
}

.border-r-blue-300\/20{
  border-right-color: rgb(147 197 253 / 0.2);
}

.border-r-blue-300\/25{
  border-right-color: rgb(147 197 253 / 0.25);
}

.border-r-blue-300\/30{
  border-right-color: rgb(147 197 253 / 0.3);
}

.border-r-blue-300\/35{
  border-right-color: rgb(147 197 253 / 0.35);
}

.border-r-blue-300\/40{
  border-right-color: rgb(147 197 253 / 0.4);
}

.border-r-blue-300\/45{
  border-right-color: rgb(147 197 253 / 0.45);
}

.border-r-blue-300\/5{
  border-right-color: rgb(147 197 253 / 0.05);
}

.border-r-blue-300\/50{
  border-right-color: rgb(147 197 253 / 0.5);
}

.border-r-blue-300\/55{
  border-right-color: rgb(147 197 253 / 0.55);
}

.border-r-blue-300\/60{
  border-right-color: rgb(147 197 253 / 0.6);
}

.border-r-blue-300\/65{
  border-right-color: rgb(147 197 253 / 0.65);
}

.border-r-blue-300\/70{
  border-right-color: rgb(147 197 253 / 0.7);
}

.border-r-blue-300\/75{
  border-right-color: rgb(147 197 253 / 0.75);
}

.border-r-blue-300\/80{
  border-right-color: rgb(147 197 253 / 0.8);
}

.border-r-blue-300\/85{
  border-right-color: rgb(147 197 253 / 0.85);
}

.border-r-blue-300\/90{
  border-right-color: rgb(147 197 253 / 0.9);
}

.border-r-blue-300\/95{
  border-right-color: rgb(147 197 253 / 0.95);
}

.border-r-blue-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-r-blue-400\/0{
  border-right-color: rgb(96 165 250 / 0);
}

.border-r-blue-400\/10{
  border-right-color: rgb(96 165 250 / 0.1);
}

.border-r-blue-400\/100{
  border-right-color: rgb(96 165 250 / 1);
}

.border-r-blue-400\/15{
  border-right-color: rgb(96 165 250 / 0.15);
}

.border-r-blue-400\/20{
  border-right-color: rgb(96 165 250 / 0.2);
}

.border-r-blue-400\/25{
  border-right-color: rgb(96 165 250 / 0.25);
}

.border-r-blue-400\/30{
  border-right-color: rgb(96 165 250 / 0.3);
}

.border-r-blue-400\/35{
  border-right-color: rgb(96 165 250 / 0.35);
}

.border-r-blue-400\/40{
  border-right-color: rgb(96 165 250 / 0.4);
}

.border-r-blue-400\/45{
  border-right-color: rgb(96 165 250 / 0.45);
}

.border-r-blue-400\/5{
  border-right-color: rgb(96 165 250 / 0.05);
}

.border-r-blue-400\/50{
  border-right-color: rgb(96 165 250 / 0.5);
}

.border-r-blue-400\/55{
  border-right-color: rgb(96 165 250 / 0.55);
}

.border-r-blue-400\/60{
  border-right-color: rgb(96 165 250 / 0.6);
}

.border-r-blue-400\/65{
  border-right-color: rgb(96 165 250 / 0.65);
}

.border-r-blue-400\/70{
  border-right-color: rgb(96 165 250 / 0.7);
}

.border-r-blue-400\/75{
  border-right-color: rgb(96 165 250 / 0.75);
}

.border-r-blue-400\/80{
  border-right-color: rgb(96 165 250 / 0.8);
}

.border-r-blue-400\/85{
  border-right-color: rgb(96 165 250 / 0.85);
}

.border-r-blue-400\/90{
  border-right-color: rgb(96 165 250 / 0.9);
}

.border-r-blue-400\/95{
  border-right-color: rgb(96 165 250 / 0.95);
}

.border-r-blue-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-r-blue-50\/0{
  border-right-color: rgb(239 246 255 / 0);
}

.border-r-blue-50\/10{
  border-right-color: rgb(239 246 255 / 0.1);
}

.border-r-blue-50\/100{
  border-right-color: rgb(239 246 255 / 1);
}

.border-r-blue-50\/15{
  border-right-color: rgb(239 246 255 / 0.15);
}

.border-r-blue-50\/20{
  border-right-color: rgb(239 246 255 / 0.2);
}

.border-r-blue-50\/25{
  border-right-color: rgb(239 246 255 / 0.25);
}

.border-r-blue-50\/30{
  border-right-color: rgb(239 246 255 / 0.3);
}

.border-r-blue-50\/35{
  border-right-color: rgb(239 246 255 / 0.35);
}

.border-r-blue-50\/40{
  border-right-color: rgb(239 246 255 / 0.4);
}

.border-r-blue-50\/45{
  border-right-color: rgb(239 246 255 / 0.45);
}

.border-r-blue-50\/5{
  border-right-color: rgb(239 246 255 / 0.05);
}

.border-r-blue-50\/50{
  border-right-color: rgb(239 246 255 / 0.5);
}

.border-r-blue-50\/55{
  border-right-color: rgb(239 246 255 / 0.55);
}

.border-r-blue-50\/60{
  border-right-color: rgb(239 246 255 / 0.6);
}

.border-r-blue-50\/65{
  border-right-color: rgb(239 246 255 / 0.65);
}

.border-r-blue-50\/70{
  border-right-color: rgb(239 246 255 / 0.7);
}

.border-r-blue-50\/75{
  border-right-color: rgb(239 246 255 / 0.75);
}

.border-r-blue-50\/80{
  border-right-color: rgb(239 246 255 / 0.8);
}

.border-r-blue-50\/85{
  border-right-color: rgb(239 246 255 / 0.85);
}

.border-r-blue-50\/90{
  border-right-color: rgb(239 246 255 / 0.9);
}

.border-r-blue-50\/95{
  border-right-color: rgb(239 246 255 / 0.95);
}

.border-r-blue-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-r-blue-500\/0{
  border-right-color: rgb(59 130 246 / 0);
}

.border-r-blue-500\/10{
  border-right-color: rgb(59 130 246 / 0.1);
}

.border-r-blue-500\/100{
  border-right-color: rgb(59 130 246 / 1);
}

.border-r-blue-500\/15{
  border-right-color: rgb(59 130 246 / 0.15);
}

.border-r-blue-500\/20{
  border-right-color: rgb(59 130 246 / 0.2);
}

.border-r-blue-500\/25{
  border-right-color: rgb(59 130 246 / 0.25);
}

.border-r-blue-500\/30{
  border-right-color: rgb(59 130 246 / 0.3);
}

.border-r-blue-500\/35{
  border-right-color: rgb(59 130 246 / 0.35);
}

.border-r-blue-500\/40{
  border-right-color: rgb(59 130 246 / 0.4);
}

.border-r-blue-500\/45{
  border-right-color: rgb(59 130 246 / 0.45);
}

.border-r-blue-500\/5{
  border-right-color: rgb(59 130 246 / 0.05);
}

.border-r-blue-500\/50{
  border-right-color: rgb(59 130 246 / 0.5);
}

.border-r-blue-500\/55{
  border-right-color: rgb(59 130 246 / 0.55);
}

.border-r-blue-500\/60{
  border-right-color: rgb(59 130 246 / 0.6);
}

.border-r-blue-500\/65{
  border-right-color: rgb(59 130 246 / 0.65);
}

.border-r-blue-500\/70{
  border-right-color: rgb(59 130 246 / 0.7);
}

.border-r-blue-500\/75{
  border-right-color: rgb(59 130 246 / 0.75);
}

.border-r-blue-500\/80{
  border-right-color: rgb(59 130 246 / 0.8);
}

.border-r-blue-500\/85{
  border-right-color: rgb(59 130 246 / 0.85);
}

.border-r-blue-500\/90{
  border-right-color: rgb(59 130 246 / 0.9);
}

.border-r-blue-500\/95{
  border-right-color: rgb(59 130 246 / 0.95);
}

.border-r-blue-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-r-blue-600\/0{
  border-right-color: rgb(37 99 235 / 0);
}

.border-r-blue-600\/10{
  border-right-color: rgb(37 99 235 / 0.1);
}

.border-r-blue-600\/100{
  border-right-color: rgb(37 99 235 / 1);
}

.border-r-blue-600\/15{
  border-right-color: rgb(37 99 235 / 0.15);
}

.border-r-blue-600\/20{
  border-right-color: rgb(37 99 235 / 0.2);
}

.border-r-blue-600\/25{
  border-right-color: rgb(37 99 235 / 0.25);
}

.border-r-blue-600\/30{
  border-right-color: rgb(37 99 235 / 0.3);
}

.border-r-blue-600\/35{
  border-right-color: rgb(37 99 235 / 0.35);
}

.border-r-blue-600\/40{
  border-right-color: rgb(37 99 235 / 0.4);
}

.border-r-blue-600\/45{
  border-right-color: rgb(37 99 235 / 0.45);
}

.border-r-blue-600\/5{
  border-right-color: rgb(37 99 235 / 0.05);
}

.border-r-blue-600\/50{
  border-right-color: rgb(37 99 235 / 0.5);
}

.border-r-blue-600\/55{
  border-right-color: rgb(37 99 235 / 0.55);
}

.border-r-blue-600\/60{
  border-right-color: rgb(37 99 235 / 0.6);
}

.border-r-blue-600\/65{
  border-right-color: rgb(37 99 235 / 0.65);
}

.border-r-blue-600\/70{
  border-right-color: rgb(37 99 235 / 0.7);
}

.border-r-blue-600\/75{
  border-right-color: rgb(37 99 235 / 0.75);
}

.border-r-blue-600\/80{
  border-right-color: rgb(37 99 235 / 0.8);
}

.border-r-blue-600\/85{
  border-right-color: rgb(37 99 235 / 0.85);
}

.border-r-blue-600\/90{
  border-right-color: rgb(37 99 235 / 0.9);
}

.border-r-blue-600\/95{
  border-right-color: rgb(37 99 235 / 0.95);
}

.border-r-blue-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-r-blue-700\/0{
  border-right-color: rgb(29 78 216 / 0);
}

.border-r-blue-700\/10{
  border-right-color: rgb(29 78 216 / 0.1);
}

.border-r-blue-700\/100{
  border-right-color: rgb(29 78 216 / 1);
}

.border-r-blue-700\/15{
  border-right-color: rgb(29 78 216 / 0.15);
}

.border-r-blue-700\/20{
  border-right-color: rgb(29 78 216 / 0.2);
}

.border-r-blue-700\/25{
  border-right-color: rgb(29 78 216 / 0.25);
}

.border-r-blue-700\/30{
  border-right-color: rgb(29 78 216 / 0.3);
}

.border-r-blue-700\/35{
  border-right-color: rgb(29 78 216 / 0.35);
}

.border-r-blue-700\/40{
  border-right-color: rgb(29 78 216 / 0.4);
}

.border-r-blue-700\/45{
  border-right-color: rgb(29 78 216 / 0.45);
}

.border-r-blue-700\/5{
  border-right-color: rgb(29 78 216 / 0.05);
}

.border-r-blue-700\/50{
  border-right-color: rgb(29 78 216 / 0.5);
}

.border-r-blue-700\/55{
  border-right-color: rgb(29 78 216 / 0.55);
}

.border-r-blue-700\/60{
  border-right-color: rgb(29 78 216 / 0.6);
}

.border-r-blue-700\/65{
  border-right-color: rgb(29 78 216 / 0.65);
}

.border-r-blue-700\/70{
  border-right-color: rgb(29 78 216 / 0.7);
}

.border-r-blue-700\/75{
  border-right-color: rgb(29 78 216 / 0.75);
}

.border-r-blue-700\/80{
  border-right-color: rgb(29 78 216 / 0.8);
}

.border-r-blue-700\/85{
  border-right-color: rgb(29 78 216 / 0.85);
}

.border-r-blue-700\/90{
  border-right-color: rgb(29 78 216 / 0.9);
}

.border-r-blue-700\/95{
  border-right-color: rgb(29 78 216 / 0.95);
}

.border-r-blue-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-r-blue-800\/0{
  border-right-color: rgb(30 64 175 / 0);
}

.border-r-blue-800\/10{
  border-right-color: rgb(30 64 175 / 0.1);
}

.border-r-blue-800\/100{
  border-right-color: rgb(30 64 175 / 1);
}

.border-r-blue-800\/15{
  border-right-color: rgb(30 64 175 / 0.15);
}

.border-r-blue-800\/20{
  border-right-color: rgb(30 64 175 / 0.2);
}

.border-r-blue-800\/25{
  border-right-color: rgb(30 64 175 / 0.25);
}

.border-r-blue-800\/30{
  border-right-color: rgb(30 64 175 / 0.3);
}

.border-r-blue-800\/35{
  border-right-color: rgb(30 64 175 / 0.35);
}

.border-r-blue-800\/40{
  border-right-color: rgb(30 64 175 / 0.4);
}

.border-r-blue-800\/45{
  border-right-color: rgb(30 64 175 / 0.45);
}

.border-r-blue-800\/5{
  border-right-color: rgb(30 64 175 / 0.05);
}

.border-r-blue-800\/50{
  border-right-color: rgb(30 64 175 / 0.5);
}

.border-r-blue-800\/55{
  border-right-color: rgb(30 64 175 / 0.55);
}

.border-r-blue-800\/60{
  border-right-color: rgb(30 64 175 / 0.6);
}

.border-r-blue-800\/65{
  border-right-color: rgb(30 64 175 / 0.65);
}

.border-r-blue-800\/70{
  border-right-color: rgb(30 64 175 / 0.7);
}

.border-r-blue-800\/75{
  border-right-color: rgb(30 64 175 / 0.75);
}

.border-r-blue-800\/80{
  border-right-color: rgb(30 64 175 / 0.8);
}

.border-r-blue-800\/85{
  border-right-color: rgb(30 64 175 / 0.85);
}

.border-r-blue-800\/90{
  border-right-color: rgb(30 64 175 / 0.9);
}

.border-r-blue-800\/95{
  border-right-color: rgb(30 64 175 / 0.95);
}

.border-r-blue-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-r-blue-900\/0{
  border-right-color: rgb(30 58 138 / 0);
}

.border-r-blue-900\/10{
  border-right-color: rgb(30 58 138 / 0.1);
}

.border-r-blue-900\/100{
  border-right-color: rgb(30 58 138 / 1);
}

.border-r-blue-900\/15{
  border-right-color: rgb(30 58 138 / 0.15);
}

.border-r-blue-900\/20{
  border-right-color: rgb(30 58 138 / 0.2);
}

.border-r-blue-900\/25{
  border-right-color: rgb(30 58 138 / 0.25);
}

.border-r-blue-900\/30{
  border-right-color: rgb(30 58 138 / 0.3);
}

.border-r-blue-900\/35{
  border-right-color: rgb(30 58 138 / 0.35);
}

.border-r-blue-900\/40{
  border-right-color: rgb(30 58 138 / 0.4);
}

.border-r-blue-900\/45{
  border-right-color: rgb(30 58 138 / 0.45);
}

.border-r-blue-900\/5{
  border-right-color: rgb(30 58 138 / 0.05);
}

.border-r-blue-900\/50{
  border-right-color: rgb(30 58 138 / 0.5);
}

.border-r-blue-900\/55{
  border-right-color: rgb(30 58 138 / 0.55);
}

.border-r-blue-900\/60{
  border-right-color: rgb(30 58 138 / 0.6);
}

.border-r-blue-900\/65{
  border-right-color: rgb(30 58 138 / 0.65);
}

.border-r-blue-900\/70{
  border-right-color: rgb(30 58 138 / 0.7);
}

.border-r-blue-900\/75{
  border-right-color: rgb(30 58 138 / 0.75);
}

.border-r-blue-900\/80{
  border-right-color: rgb(30 58 138 / 0.8);
}

.border-r-blue-900\/85{
  border-right-color: rgb(30 58 138 / 0.85);
}

.border-r-blue-900\/90{
  border-right-color: rgb(30 58 138 / 0.9);
}

.border-r-blue-900\/95{
  border-right-color: rgb(30 58 138 / 0.95);
}

.border-r-blue-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-r-blue-950\/0{
  border-right-color: rgb(23 37 84 / 0);
}

.border-r-blue-950\/10{
  border-right-color: rgb(23 37 84 / 0.1);
}

.border-r-blue-950\/100{
  border-right-color: rgb(23 37 84 / 1);
}

.border-r-blue-950\/15{
  border-right-color: rgb(23 37 84 / 0.15);
}

.border-r-blue-950\/20{
  border-right-color: rgb(23 37 84 / 0.2);
}

.border-r-blue-950\/25{
  border-right-color: rgb(23 37 84 / 0.25);
}

.border-r-blue-950\/30{
  border-right-color: rgb(23 37 84 / 0.3);
}

.border-r-blue-950\/35{
  border-right-color: rgb(23 37 84 / 0.35);
}

.border-r-blue-950\/40{
  border-right-color: rgb(23 37 84 / 0.4);
}

.border-r-blue-950\/45{
  border-right-color: rgb(23 37 84 / 0.45);
}

.border-r-blue-950\/5{
  border-right-color: rgb(23 37 84 / 0.05);
}

.border-r-blue-950\/50{
  border-right-color: rgb(23 37 84 / 0.5);
}

.border-r-blue-950\/55{
  border-right-color: rgb(23 37 84 / 0.55);
}

.border-r-blue-950\/60{
  border-right-color: rgb(23 37 84 / 0.6);
}

.border-r-blue-950\/65{
  border-right-color: rgb(23 37 84 / 0.65);
}

.border-r-blue-950\/70{
  border-right-color: rgb(23 37 84 / 0.7);
}

.border-r-blue-950\/75{
  border-right-color: rgb(23 37 84 / 0.75);
}

.border-r-blue-950\/80{
  border-right-color: rgb(23 37 84 / 0.8);
}

.border-r-blue-950\/85{
  border-right-color: rgb(23 37 84 / 0.85);
}

.border-r-blue-950\/90{
  border-right-color: rgb(23 37 84 / 0.9);
}

.border-r-blue-950\/95{
  border-right-color: rgb(23 37 84 / 0.95);
}

.border-r-csv{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.border-r-csv-hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.border-r-csv-hover\/0{
  border-right-color: rgb(0 114 37 / 0);
}

.border-r-csv-hover\/10{
  border-right-color: rgb(0 114 37 / 0.1);
}

.border-r-csv-hover\/100{
  border-right-color: rgb(0 114 37 / 1);
}

.border-r-csv-hover\/15{
  border-right-color: rgb(0 114 37 / 0.15);
}

.border-r-csv-hover\/20{
  border-right-color: rgb(0 114 37 / 0.2);
}

.border-r-csv-hover\/25{
  border-right-color: rgb(0 114 37 / 0.25);
}

.border-r-csv-hover\/30{
  border-right-color: rgb(0 114 37 / 0.3);
}

.border-r-csv-hover\/35{
  border-right-color: rgb(0 114 37 / 0.35);
}

.border-r-csv-hover\/40{
  border-right-color: rgb(0 114 37 / 0.4);
}

.border-r-csv-hover\/45{
  border-right-color: rgb(0 114 37 / 0.45);
}

.border-r-csv-hover\/5{
  border-right-color: rgb(0 114 37 / 0.05);
}

.border-r-csv-hover\/50{
  border-right-color: rgb(0 114 37 / 0.5);
}

.border-r-csv-hover\/55{
  border-right-color: rgb(0 114 37 / 0.55);
}

.border-r-csv-hover\/60{
  border-right-color: rgb(0 114 37 / 0.6);
}

.border-r-csv-hover\/65{
  border-right-color: rgb(0 114 37 / 0.65);
}

.border-r-csv-hover\/70{
  border-right-color: rgb(0 114 37 / 0.7);
}

.border-r-csv-hover\/75{
  border-right-color: rgb(0 114 37 / 0.75);
}

.border-r-csv-hover\/80{
  border-right-color: rgb(0 114 37 / 0.8);
}

.border-r-csv-hover\/85{
  border-right-color: rgb(0 114 37 / 0.85);
}

.border-r-csv-hover\/90{
  border-right-color: rgb(0 114 37 / 0.9);
}

.border-r-csv-hover\/95{
  border-right-color: rgb(0 114 37 / 0.95);
}

.border-r-csv\/0{
  border-right-color: rgb(0 138 43 / 0);
}

.border-r-csv\/10{
  border-right-color: rgb(0 138 43 / 0.1);
}

.border-r-csv\/100{
  border-right-color: rgb(0 138 43 / 1);
}

.border-r-csv\/15{
  border-right-color: rgb(0 138 43 / 0.15);
}

.border-r-csv\/20{
  border-right-color: rgb(0 138 43 / 0.2);
}

.border-r-csv\/25{
  border-right-color: rgb(0 138 43 / 0.25);
}

.border-r-csv\/30{
  border-right-color: rgb(0 138 43 / 0.3);
}

.border-r-csv\/35{
  border-right-color: rgb(0 138 43 / 0.35);
}

.border-r-csv\/40{
  border-right-color: rgb(0 138 43 / 0.4);
}

.border-r-csv\/45{
  border-right-color: rgb(0 138 43 / 0.45);
}

.border-r-csv\/5{
  border-right-color: rgb(0 138 43 / 0.05);
}

.border-r-csv\/50{
  border-right-color: rgb(0 138 43 / 0.5);
}

.border-r-csv\/55{
  border-right-color: rgb(0 138 43 / 0.55);
}

.border-r-csv\/60{
  border-right-color: rgb(0 138 43 / 0.6);
}

.border-r-csv\/65{
  border-right-color: rgb(0 138 43 / 0.65);
}

.border-r-csv\/70{
  border-right-color: rgb(0 138 43 / 0.7);
}

.border-r-csv\/75{
  border-right-color: rgb(0 138 43 / 0.75);
}

.border-r-csv\/80{
  border-right-color: rgb(0 138 43 / 0.8);
}

.border-r-csv\/85{
  border-right-color: rgb(0 138 43 / 0.85);
}

.border-r-csv\/90{
  border-right-color: rgb(0 138 43 / 0.9);
}

.border-r-csv\/95{
  border-right-color: rgb(0 138 43 / 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\/15{
  border-right-color: rgb(207 250 254 / 0.15);
}

.border-r-cyan-100\/20{
  border-right-color: rgb(207 250 254 / 0.2);
}

.border-r-cyan-100\/25{
  border-right-color: rgb(207 250 254 / 0.25);
}

.border-r-cyan-100\/30{
  border-right-color: rgb(207 250 254 / 0.3);
}

.border-r-cyan-100\/35{
  border-right-color: rgb(207 250 254 / 0.35);
}

.border-r-cyan-100\/40{
  border-right-color: rgb(207 250 254 / 0.4);
}

.border-r-cyan-100\/45{
  border-right-color: rgb(207 250 254 / 0.45);
}

.border-r-cyan-100\/5{
  border-right-color: rgb(207 250 254 / 0.05);
}

.border-r-cyan-100\/50{
  border-right-color: rgb(207 250 254 / 0.5);
}

.border-r-cyan-100\/55{
  border-right-color: rgb(207 250 254 / 0.55);
}

.border-r-cyan-100\/60{
  border-right-color: rgb(207 250 254 / 0.6);
}

.border-r-cyan-100\/65{
  border-right-color: rgb(207 250 254 / 0.65);
}

.border-r-cyan-100\/70{
  border-right-color: rgb(207 250 254 / 0.7);
}

.border-r-cyan-100\/75{
  border-right-color: rgb(207 250 254 / 0.75);
}

.border-r-cyan-100\/80{
  border-right-color: rgb(207 250 254 / 0.8);
}

.border-r-cyan-100\/85{
  border-right-color: rgb(207 250 254 / 0.85);
}

.border-r-cyan-100\/90{
  border-right-color: rgb(207 250 254 / 0.9);
}

.border-r-cyan-100\/95{
  border-right-color: rgb(207 250 254 / 0.95);
}

.border-r-cyan-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-r-cyan-200\/0{
  border-right-color: rgb(165 243 252 / 0);
}

.border-r-cyan-200\/10{
  border-right-color: rgb(165 243 252 / 0.1);
}

.border-r-cyan-200\/100{
  border-right-color: rgb(165 243 252 / 1);
}

.border-r-cyan-200\/15{
  border-right-color: rgb(165 243 252 / 0.15);
}

.border-r-cyan-200\/20{
  border-right-color: rgb(165 243 252 / 0.2);
}

.border-r-cyan-200\/25{
  border-right-color: rgb(165 243 252 / 0.25);
}

.border-r-cyan-200\/30{
  border-right-color: rgb(165 243 252 / 0.3);
}

.border-r-cyan-200\/35{
  border-right-color: rgb(165 243 252 / 0.35);
}

.border-r-cyan-200\/40{
  border-right-color: rgb(165 243 252 / 0.4);
}

.border-r-cyan-200\/45{
  border-right-color: rgb(165 243 252 / 0.45);
}

.border-r-cyan-200\/5{
  border-right-color: rgb(165 243 252 / 0.05);
}

.border-r-cyan-200\/50{
  border-right-color: rgb(165 243 252 / 0.5);
}

.border-r-cyan-200\/55{
  border-right-color: rgb(165 243 252 / 0.55);
}

.border-r-cyan-200\/60{
  border-right-color: rgb(165 243 252 / 0.6);
}

.border-r-cyan-200\/65{
  border-right-color: rgb(165 243 252 / 0.65);
}

.border-r-cyan-200\/70{
  border-right-color: rgb(165 243 252 / 0.7);
}

.border-r-cyan-200\/75{
  border-right-color: rgb(165 243 252 / 0.75);
}

.border-r-cyan-200\/80{
  border-right-color: rgb(165 243 252 / 0.8);
}

.border-r-cyan-200\/85{
  border-right-color: rgb(165 243 252 / 0.85);
}

.border-r-cyan-200\/90{
  border-right-color: rgb(165 243 252 / 0.9);
}

.border-r-cyan-200\/95{
  border-right-color: rgb(165 243 252 / 0.95);
}

.border-r-cyan-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-r-cyan-300\/0{
  border-right-color: rgb(103 232 249 / 0);
}

.border-r-cyan-300\/10{
  border-right-color: rgb(103 232 249 / 0.1);
}

.border-r-cyan-300\/100{
  border-right-color: rgb(103 232 249 / 1);
}

.border-r-cyan-300\/15{
  border-right-color: rgb(103 232 249 / 0.15);
}

.border-r-cyan-300\/20{
  border-right-color: rgb(103 232 249 / 0.2);
}

.border-r-cyan-300\/25{
  border-right-color: rgb(103 232 249 / 0.25);
}

.border-r-cyan-300\/30{
  border-right-color: rgb(103 232 249 / 0.3);
}

.border-r-cyan-300\/35{
  border-right-color: rgb(103 232 249 / 0.35);
}

.border-r-cyan-300\/40{
  border-right-color: rgb(103 232 249 / 0.4);
}

.border-r-cyan-300\/45{
  border-right-color: rgb(103 232 249 / 0.45);
}

.border-r-cyan-300\/5{
  border-right-color: rgb(103 232 249 / 0.05);
}

.border-r-cyan-300\/50{
  border-right-color: rgb(103 232 249 / 0.5);
}

.border-r-cyan-300\/55{
  border-right-color: rgb(103 232 249 / 0.55);
}

.border-r-cyan-300\/60{
  border-right-color: rgb(103 232 249 / 0.6);
}

.border-r-cyan-300\/65{
  border-right-color: rgb(103 232 249 / 0.65);
}

.border-r-cyan-300\/70{
  border-right-color: rgb(103 232 249 / 0.7);
}

.border-r-cyan-300\/75{
  border-right-color: rgb(103 232 249 / 0.75);
}

.border-r-cyan-300\/80{
  border-right-color: rgb(103 232 249 / 0.8);
}

.border-r-cyan-300\/85{
  border-right-color: rgb(103 232 249 / 0.85);
}

.border-r-cyan-300\/90{
  border-right-color: rgb(103 232 249 / 0.9);
}

.border-r-cyan-300\/95{
  border-right-color: rgb(103 232 249 / 0.95);
}

.border-r-cyan-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-r-cyan-400\/0{
  border-right-color: rgb(34 211 238 / 0);
}

.border-r-cyan-400\/10{
  border-right-color: rgb(34 211 238 / 0.1);
}

.border-r-cyan-400\/100{
  border-right-color: rgb(34 211 238 / 1);
}

.border-r-cyan-400\/15{
  border-right-color: rgb(34 211 238 / 0.15);
}

.border-r-cyan-400\/20{
  border-right-color: rgb(34 211 238 / 0.2);
}

.border-r-cyan-400\/25{
  border-right-color: rgb(34 211 238 / 0.25);
}

.border-r-cyan-400\/30{
  border-right-color: rgb(34 211 238 / 0.3);
}

.border-r-cyan-400\/35{
  border-right-color: rgb(34 211 238 / 0.35);
}

.border-r-cyan-400\/40{
  border-right-color: rgb(34 211 238 / 0.4);
}

.border-r-cyan-400\/45{
  border-right-color: rgb(34 211 238 / 0.45);
}

.border-r-cyan-400\/5{
  border-right-color: rgb(34 211 238 / 0.05);
}

.border-r-cyan-400\/50{
  border-right-color: rgb(34 211 238 / 0.5);
}

.border-r-cyan-400\/55{
  border-right-color: rgb(34 211 238 / 0.55);
}

.border-r-cyan-400\/60{
  border-right-color: rgb(34 211 238 / 0.6);
}

.border-r-cyan-400\/65{
  border-right-color: rgb(34 211 238 / 0.65);
}

.border-r-cyan-400\/70{
  border-right-color: rgb(34 211 238 / 0.7);
}

.border-r-cyan-400\/75{
  border-right-color: rgb(34 211 238 / 0.75);
}

.border-r-cyan-400\/80{
  border-right-color: rgb(34 211 238 / 0.8);
}

.border-r-cyan-400\/85{
  border-right-color: rgb(34 211 238 / 0.85);
}

.border-r-cyan-400\/90{
  border-right-color: rgb(34 211 238 / 0.9);
}

.border-r-cyan-400\/95{
  border-right-color: rgb(34 211 238 / 0.95);
}

.border-r-cyan-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-r-cyan-50\/0{
  border-right-color: rgb(236 254 255 / 0);
}

.border-r-cyan-50\/10{
  border-right-color: rgb(236 254 255 / 0.1);
}

.border-r-cyan-50\/100{
  border-right-color: rgb(236 254 255 / 1);
}

.border-r-cyan-50\/15{
  border-right-color: rgb(236 254 255 / 0.15);
}

.border-r-cyan-50\/20{
  border-right-color: rgb(236 254 255 / 0.2);
}

.border-r-cyan-50\/25{
  border-right-color: rgb(236 254 255 / 0.25);
}

.border-r-cyan-50\/30{
  border-right-color: rgb(236 254 255 / 0.3);
}

.border-r-cyan-50\/35{
  border-right-color: rgb(236 254 255 / 0.35);
}

.border-r-cyan-50\/40{
  border-right-color: rgb(236 254 255 / 0.4);
}

.border-r-cyan-50\/45{
  border-right-color: rgb(236 254 255 / 0.45);
}

.border-r-cyan-50\/5{
  border-right-color: rgb(236 254 255 / 0.05);
}

.border-r-cyan-50\/50{
  border-right-color: rgb(236 254 255 / 0.5);
}

.border-r-cyan-50\/55{
  border-right-color: rgb(236 254 255 / 0.55);
}

.border-r-cyan-50\/60{
  border-right-color: rgb(236 254 255 / 0.6);
}

.border-r-cyan-50\/65{
  border-right-color: rgb(236 254 255 / 0.65);
}

.border-r-cyan-50\/70{
  border-right-color: rgb(236 254 255 / 0.7);
}

.border-r-cyan-50\/75{
  border-right-color: rgb(236 254 255 / 0.75);
}

.border-r-cyan-50\/80{
  border-right-color: rgb(236 254 255 / 0.8);
}

.border-r-cyan-50\/85{
  border-right-color: rgb(236 254 255 / 0.85);
}

.border-r-cyan-50\/90{
  border-right-color: rgb(236 254 255 / 0.9);
}

.border-r-cyan-50\/95{
  border-right-color: rgb(236 254 255 / 0.95);
}

.border-r-cyan-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-r-cyan-500\/0{
  border-right-color: rgb(6 182 212 / 0);
}

.border-r-cyan-500\/10{
  border-right-color: rgb(6 182 212 / 0.1);
}

.border-r-cyan-500\/100{
  border-right-color: rgb(6 182 212 / 1);
}

.border-r-cyan-500\/15{
  border-right-color: rgb(6 182 212 / 0.15);
}

.border-r-cyan-500\/20{
  border-right-color: rgb(6 182 212 / 0.2);
}

.border-r-cyan-500\/25{
  border-right-color: rgb(6 182 212 / 0.25);
}

.border-r-cyan-500\/30{
  border-right-color: rgb(6 182 212 / 0.3);
}

.border-r-cyan-500\/35{
  border-right-color: rgb(6 182 212 / 0.35);
}

.border-r-cyan-500\/40{
  border-right-color: rgb(6 182 212 / 0.4);
}

.border-r-cyan-500\/45{
  border-right-color: rgb(6 182 212 / 0.45);
}

.border-r-cyan-500\/5{
  border-right-color: rgb(6 182 212 / 0.05);
}

.border-r-cyan-500\/50{
  border-right-color: rgb(6 182 212 / 0.5);
}

.border-r-cyan-500\/55{
  border-right-color: rgb(6 182 212 / 0.55);
}

.border-r-cyan-500\/60{
  border-right-color: rgb(6 182 212 / 0.6);
}

.border-r-cyan-500\/65{
  border-right-color: rgb(6 182 212 / 0.65);
}

.border-r-cyan-500\/70{
  border-right-color: rgb(6 182 212 / 0.7);
}

.border-r-cyan-500\/75{
  border-right-color: rgb(6 182 212 / 0.75);
}

.border-r-cyan-500\/80{
  border-right-color: rgb(6 182 212 / 0.8);
}

.border-r-cyan-500\/85{
  border-right-color: rgb(6 182 212 / 0.85);
}

.border-r-cyan-500\/90{
  border-right-color: rgb(6 182 212 / 0.9);
}

.border-r-cyan-500\/95{
  border-right-color: rgb(6 182 212 / 0.95);
}

.border-r-cyan-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-r-cyan-600\/0{
  border-right-color: rgb(8 145 178 / 0);
}

.border-r-cyan-600\/10{
  border-right-color: rgb(8 145 178 / 0.1);
}

.border-r-cyan-600\/100{
  border-right-color: rgb(8 145 178 / 1);
}

.border-r-cyan-600\/15{
  border-right-color: rgb(8 145 178 / 0.15);
}

.border-r-cyan-600\/20{
  border-right-color: rgb(8 145 178 / 0.2);
}

.border-r-cyan-600\/25{
  border-right-color: rgb(8 145 178 / 0.25);
}

.border-r-cyan-600\/30{
  border-right-color: rgb(8 145 178 / 0.3);
}

.border-r-cyan-600\/35{
  border-right-color: rgb(8 145 178 / 0.35);
}

.border-r-cyan-600\/40{
  border-right-color: rgb(8 145 178 / 0.4);
}

.border-r-cyan-600\/45{
  border-right-color: rgb(8 145 178 / 0.45);
}

.border-r-cyan-600\/5{
  border-right-color: rgb(8 145 178 / 0.05);
}

.border-r-cyan-600\/50{
  border-right-color: rgb(8 145 178 / 0.5);
}

.border-r-cyan-600\/55{
  border-right-color: rgb(8 145 178 / 0.55);
}

.border-r-cyan-600\/60{
  border-right-color: rgb(8 145 178 / 0.6);
}

.border-r-cyan-600\/65{
  border-right-color: rgb(8 145 178 / 0.65);
}

.border-r-cyan-600\/70{
  border-right-color: rgb(8 145 178 / 0.7);
}

.border-r-cyan-600\/75{
  border-right-color: rgb(8 145 178 / 0.75);
}

.border-r-cyan-600\/80{
  border-right-color: rgb(8 145 178 / 0.8);
}

.border-r-cyan-600\/85{
  border-right-color: rgb(8 145 178 / 0.85);
}

.border-r-cyan-600\/90{
  border-right-color: rgb(8 145 178 / 0.9);
}

.border-r-cyan-600\/95{
  border-right-color: rgb(8 145 178 / 0.95);
}

.border-r-cyan-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-r-cyan-700\/0{
  border-right-color: rgb(14 116 144 / 0);
}

.border-r-cyan-700\/10{
  border-right-color: rgb(14 116 144 / 0.1);
}

.border-r-cyan-700\/100{
  border-right-color: rgb(14 116 144 / 1);
}

.border-r-cyan-700\/15{
  border-right-color: rgb(14 116 144 / 0.15);
}

.border-r-cyan-700\/20{
  border-right-color: rgb(14 116 144 / 0.2);
}

.border-r-cyan-700\/25{
  border-right-color: rgb(14 116 144 / 0.25);
}

.border-r-cyan-700\/30{
  border-right-color: rgb(14 116 144 / 0.3);
}

.border-r-cyan-700\/35{
  border-right-color: rgb(14 116 144 / 0.35);
}

.border-r-cyan-700\/40{
  border-right-color: rgb(14 116 144 / 0.4);
}

.border-r-cyan-700\/45{
  border-right-color: rgb(14 116 144 / 0.45);
}

.border-r-cyan-700\/5{
  border-right-color: rgb(14 116 144 / 0.05);
}

.border-r-cyan-700\/50{
  border-right-color: rgb(14 116 144 / 0.5);
}

.border-r-cyan-700\/55{
  border-right-color: rgb(14 116 144 / 0.55);
}

.border-r-cyan-700\/60{
  border-right-color: rgb(14 116 144 / 0.6);
}

.border-r-cyan-700\/65{
  border-right-color: rgb(14 116 144 / 0.65);
}

.border-r-cyan-700\/70{
  border-right-color: rgb(14 116 144 / 0.7);
}

.border-r-cyan-700\/75{
  border-right-color: rgb(14 116 144 / 0.75);
}

.border-r-cyan-700\/80{
  border-right-color: rgb(14 116 144 / 0.8);
}

.border-r-cyan-700\/85{
  border-right-color: rgb(14 116 144 / 0.85);
}

.border-r-cyan-700\/90{
  border-right-color: rgb(14 116 144 / 0.9);
}

.border-r-cyan-700\/95{
  border-right-color: rgb(14 116 144 / 0.95);
}

.border-r-cyan-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-r-cyan-800\/0{
  border-right-color: rgb(21 94 117 / 0);
}

.border-r-cyan-800\/10{
  border-right-color: rgb(21 94 117 / 0.1);
}

.border-r-cyan-800\/100{
  border-right-color: rgb(21 94 117 / 1);
}

.border-r-cyan-800\/15{
  border-right-color: rgb(21 94 117 / 0.15);
}

.border-r-cyan-800\/20{
  border-right-color: rgb(21 94 117 / 0.2);
}

.border-r-cyan-800\/25{
  border-right-color: rgb(21 94 117 / 0.25);
}

.border-r-cyan-800\/30{
  border-right-color: rgb(21 94 117 / 0.3);
}

.border-r-cyan-800\/35{
  border-right-color: rgb(21 94 117 / 0.35);
}

.border-r-cyan-800\/40{
  border-right-color: rgb(21 94 117 / 0.4);
}

.border-r-cyan-800\/45{
  border-right-color: rgb(21 94 117 / 0.45);
}

.border-r-cyan-800\/5{
  border-right-color: rgb(21 94 117 / 0.05);
}

.border-r-cyan-800\/50{
  border-right-color: rgb(21 94 117 / 0.5);
}

.border-r-cyan-800\/55{
  border-right-color: rgb(21 94 117 / 0.55);
}

.border-r-cyan-800\/60{
  border-right-color: rgb(21 94 117 / 0.6);
}

.border-r-cyan-800\/65{
  border-right-color: rgb(21 94 117 / 0.65);
}

.border-r-cyan-800\/70{
  border-right-color: rgb(21 94 117 / 0.7);
}

.border-r-cyan-800\/75{
  border-right-color: rgb(21 94 117 / 0.75);
}

.border-r-cyan-800\/80{
  border-right-color: rgb(21 94 117 / 0.8);
}

.border-r-cyan-800\/85{
  border-right-color: rgb(21 94 117 / 0.85);
}

.border-r-cyan-800\/90{
  border-right-color: rgb(21 94 117 / 0.9);
}

.border-r-cyan-800\/95{
  border-right-color: rgb(21 94 117 / 0.95);
}

.border-r-cyan-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-r-cyan-900\/0{
  border-right-color: rgb(22 78 99 / 0);
}

.border-r-cyan-900\/10{
  border-right-color: rgb(22 78 99 / 0.1);
}

.border-r-cyan-900\/100{
  border-right-color: rgb(22 78 99 / 1);
}

.border-r-cyan-900\/15{
  border-right-color: rgb(22 78 99 / 0.15);
}

.border-r-cyan-900\/20{
  border-right-color: rgb(22 78 99 / 0.2);
}

.border-r-cyan-900\/25{
  border-right-color: rgb(22 78 99 / 0.25);
}

.border-r-cyan-900\/30{
  border-right-color: rgb(22 78 99 / 0.3);
}

.border-r-cyan-900\/35{
  border-right-color: rgb(22 78 99 / 0.35);
}

.border-r-cyan-900\/40{
  border-right-color: rgb(22 78 99 / 0.4);
}

.border-r-cyan-900\/45{
  border-right-color: rgb(22 78 99 / 0.45);
}

.border-r-cyan-900\/5{
  border-right-color: rgb(22 78 99 / 0.05);
}

.border-r-cyan-900\/50{
  border-right-color: rgb(22 78 99 / 0.5);
}

.border-r-cyan-900\/55{
  border-right-color: rgb(22 78 99 / 0.55);
}

.border-r-cyan-900\/60{
  border-right-color: rgb(22 78 99 / 0.6);
}

.border-r-cyan-900\/65{
  border-right-color: rgb(22 78 99 / 0.65);
}

.border-r-cyan-900\/70{
  border-right-color: rgb(22 78 99 / 0.7);
}

.border-r-cyan-900\/75{
  border-right-color: rgb(22 78 99 / 0.75);
}

.border-r-cyan-900\/80{
  border-right-color: rgb(22 78 99 / 0.8);
}

.border-r-cyan-900\/85{
  border-right-color: rgb(22 78 99 / 0.85);
}

.border-r-cyan-900\/90{
  border-right-color: rgb(22 78 99 / 0.9);
}

.border-r-cyan-900\/95{
  border-right-color: rgb(22 78 99 / 0.95);
}

.border-r-cyan-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-r-cyan-950\/0{
  border-right-color: rgb(8 51 68 / 0);
}

.border-r-cyan-950\/10{
  border-right-color: rgb(8 51 68 / 0.1);
}

.border-r-cyan-950\/100{
  border-right-color: rgb(8 51 68 / 1);
}

.border-r-cyan-950\/15{
  border-right-color: rgb(8 51 68 / 0.15);
}

.border-r-cyan-950\/20{
  border-right-color: rgb(8 51 68 / 0.2);
}

.border-r-cyan-950\/25{
  border-right-color: rgb(8 51 68 / 0.25);
}

.border-r-cyan-950\/30{
  border-right-color: rgb(8 51 68 / 0.3);
}

.border-r-cyan-950\/35{
  border-right-color: rgb(8 51 68 / 0.35);
}

.border-r-cyan-950\/40{
  border-right-color: rgb(8 51 68 / 0.4);
}

.border-r-cyan-950\/45{
  border-right-color: rgb(8 51 68 / 0.45);
}

.border-r-cyan-950\/5{
  border-right-color: rgb(8 51 68 / 0.05);
}

.border-r-cyan-950\/50{
  border-right-color: rgb(8 51 68 / 0.5);
}

.border-r-cyan-950\/55{
  border-right-color: rgb(8 51 68 / 0.55);
}

.border-r-cyan-950\/60{
  border-right-color: rgb(8 51 68 / 0.6);
}

.border-r-cyan-950\/65{
  border-right-color: rgb(8 51 68 / 0.65);
}

.border-r-cyan-950\/70{
  border-right-color: rgb(8 51 68 / 0.7);
}

.border-r-cyan-950\/75{
  border-right-color: rgb(8 51 68 / 0.75);
}

.border-r-cyan-950\/80{
  border-right-color: rgb(8 51 68 / 0.8);
}

.border-r-cyan-950\/85{
  border-right-color: rgb(8 51 68 / 0.85);
}

.border-r-cyan-950\/90{
  border-right-color: rgb(8 51 68 / 0.9);
}

.border-r-cyan-950\/95{
  border-right-color: rgb(8 51 68 / 0.95);
}

.border-r-danger{
  --tw-border-opacity: 1;
  border-right-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.border-r-danger-hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.border-r-danger-hover\/0{
  border-right-color: rgb(193 49 44 / 0);
}

.border-r-danger-hover\/10{
  border-right-color: rgb(193 49 44 / 0.1);
}

.border-r-danger-hover\/100{
  border-right-color: rgb(193 49 44 / 1);
}

.border-r-danger-hover\/15{
  border-right-color: rgb(193 49 44 / 0.15);
}

.border-r-danger-hover\/20{
  border-right-color: rgb(193 49 44 / 0.2);
}

.border-r-danger-hover\/25{
  border-right-color: rgb(193 49 44 / 0.25);
}

.border-r-danger-hover\/30{
  border-right-color: rgb(193 49 44 / 0.3);
}

.border-r-danger-hover\/35{
  border-right-color: rgb(193 49 44 / 0.35);
}

.border-r-danger-hover\/40{
  border-right-color: rgb(193 49 44 / 0.4);
}

.border-r-danger-hover\/45{
  border-right-color: rgb(193 49 44 / 0.45);
}

.border-r-danger-hover\/5{
  border-right-color: rgb(193 49 44 / 0.05);
}

.border-r-danger-hover\/50{
  border-right-color: rgb(193 49 44 / 0.5);
}

.border-r-danger-hover\/55{
  border-right-color: rgb(193 49 44 / 0.55);
}

.border-r-danger-hover\/60{
  border-right-color: rgb(193 49 44 / 0.6);
}

.border-r-danger-hover\/65{
  border-right-color: rgb(193 49 44 / 0.65);
}

.border-r-danger-hover\/70{
  border-right-color: rgb(193 49 44 / 0.7);
}

.border-r-danger-hover\/75{
  border-right-color: rgb(193 49 44 / 0.75);
}

.border-r-danger-hover\/80{
  border-right-color: rgb(193 49 44 / 0.8);
}

.border-r-danger-hover\/85{
  border-right-color: rgb(193 49 44 / 0.85);
}

.border-r-danger-hover\/90{
  border-right-color: rgb(193 49 44 / 0.9);
}

.border-r-danger-hover\/95{
  border-right-color: rgb(193 49 44 / 0.95);
}

.border-r-danger\/0{
  border-right-color: rgb(207 59 54 / 0);
}

.border-r-danger\/10{
  border-right-color: rgb(207 59 54 / 0.1);
}

.border-r-danger\/100{
  border-right-color: rgb(207 59 54 / 1);
}

.border-r-danger\/15{
  border-right-color: rgb(207 59 54 / 0.15);
}

.border-r-danger\/20{
  border-right-color: rgb(207 59 54 / 0.2);
}

.border-r-danger\/25{
  border-right-color: rgb(207 59 54 / 0.25);
}

.border-r-danger\/30{
  border-right-color: rgb(207 59 54 / 0.3);
}

.border-r-danger\/35{
  border-right-color: rgb(207 59 54 / 0.35);
}

.border-r-danger\/40{
  border-right-color: rgb(207 59 54 / 0.4);
}

.border-r-danger\/45{
  border-right-color: rgb(207 59 54 / 0.45);
}

.border-r-danger\/5{
  border-right-color: rgb(207 59 54 / 0.05);
}

.border-r-danger\/50{
  border-right-color: rgb(207 59 54 / 0.5);
}

.border-r-danger\/55{
  border-right-color: rgb(207 59 54 / 0.55);
}

.border-r-danger\/60{
  border-right-color: rgb(207 59 54 / 0.6);
}

.border-r-danger\/65{
  border-right-color: rgb(207 59 54 / 0.65);
}

.border-r-danger\/70{
  border-right-color: rgb(207 59 54 / 0.7);
}

.border-r-danger\/75{
  border-right-color: rgb(207 59 54 / 0.75);
}

.border-r-danger\/80{
  border-right-color: rgb(207 59 54 / 0.8);
}

.border-r-danger\/85{
  border-right-color: rgb(207 59 54 / 0.85);
}

.border-r-danger\/90{
  border-right-color: rgb(207 59 54 / 0.9);
}

.border-r-danger\/95{
  border-right-color: rgb(207 59 54 / 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\/15{
  border-right-color: rgb(209 250 229 / 0.15);
}

.border-r-emerald-100\/20{
  border-right-color: rgb(209 250 229 / 0.2);
}

.border-r-emerald-100\/25{
  border-right-color: rgb(209 250 229 / 0.25);
}

.border-r-emerald-100\/30{
  border-right-color: rgb(209 250 229 / 0.3);
}

.border-r-emerald-100\/35{
  border-right-color: rgb(209 250 229 / 0.35);
}

.border-r-emerald-100\/40{
  border-right-color: rgb(209 250 229 / 0.4);
}

.border-r-emerald-100\/45{
  border-right-color: rgb(209 250 229 / 0.45);
}

.border-r-emerald-100\/5{
  border-right-color: rgb(209 250 229 / 0.05);
}

.border-r-emerald-100\/50{
  border-right-color: rgb(209 250 229 / 0.5);
}

.border-r-emerald-100\/55{
  border-right-color: rgb(209 250 229 / 0.55);
}

.border-r-emerald-100\/60{
  border-right-color: rgb(209 250 229 / 0.6);
}

.border-r-emerald-100\/65{
  border-right-color: rgb(209 250 229 / 0.65);
}

.border-r-emerald-100\/70{
  border-right-color: rgb(209 250 229 / 0.7);
}

.border-r-emerald-100\/75{
  border-right-color: rgb(209 250 229 / 0.75);
}

.border-r-emerald-100\/80{
  border-right-color: rgb(209 250 229 / 0.8);
}

.border-r-emerald-100\/85{
  border-right-color: rgb(209 250 229 / 0.85);
}

.border-r-emerald-100\/90{
  border-right-color: rgb(209 250 229 / 0.9);
}

.border-r-emerald-100\/95{
  border-right-color: rgb(209 250 229 / 0.95);
}

.border-r-emerald-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-r-emerald-200\/0{
  border-right-color: rgb(167 243 208 / 0);
}

.border-r-emerald-200\/10{
  border-right-color: rgb(167 243 208 / 0.1);
}

.border-r-emerald-200\/100{
  border-right-color: rgb(167 243 208 / 1);
}

.border-r-emerald-200\/15{
  border-right-color: rgb(167 243 208 / 0.15);
}

.border-r-emerald-200\/20{
  border-right-color: rgb(167 243 208 / 0.2);
}

.border-r-emerald-200\/25{
  border-right-color: rgb(167 243 208 / 0.25);
}

.border-r-emerald-200\/30{
  border-right-color: rgb(167 243 208 / 0.3);
}

.border-r-emerald-200\/35{
  border-right-color: rgb(167 243 208 / 0.35);
}

.border-r-emerald-200\/40{
  border-right-color: rgb(167 243 208 / 0.4);
}

.border-r-emerald-200\/45{
  border-right-color: rgb(167 243 208 / 0.45);
}

.border-r-emerald-200\/5{
  border-right-color: rgb(167 243 208 / 0.05);
}

.border-r-emerald-200\/50{
  border-right-color: rgb(167 243 208 / 0.5);
}

.border-r-emerald-200\/55{
  border-right-color: rgb(167 243 208 / 0.55);
}

.border-r-emerald-200\/60{
  border-right-color: rgb(167 243 208 / 0.6);
}

.border-r-emerald-200\/65{
  border-right-color: rgb(167 243 208 / 0.65);
}

.border-r-emerald-200\/70{
  border-right-color: rgb(167 243 208 / 0.7);
}

.border-r-emerald-200\/75{
  border-right-color: rgb(167 243 208 / 0.75);
}

.border-r-emerald-200\/80{
  border-right-color: rgb(167 243 208 / 0.8);
}

.border-r-emerald-200\/85{
  border-right-color: rgb(167 243 208 / 0.85);
}

.border-r-emerald-200\/90{
  border-right-color: rgb(167 243 208 / 0.9);
}

.border-r-emerald-200\/95{
  border-right-color: rgb(167 243 208 / 0.95);
}

.border-r-emerald-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-r-emerald-300\/0{
  border-right-color: rgb(110 231 183 / 0);
}

.border-r-emerald-300\/10{
  border-right-color: rgb(110 231 183 / 0.1);
}

.border-r-emerald-300\/100{
  border-right-color: rgb(110 231 183 / 1);
}

.border-r-emerald-300\/15{
  border-right-color: rgb(110 231 183 / 0.15);
}

.border-r-emerald-300\/20{
  border-right-color: rgb(110 231 183 / 0.2);
}

.border-r-emerald-300\/25{
  border-right-color: rgb(110 231 183 / 0.25);
}

.border-r-emerald-300\/30{
  border-right-color: rgb(110 231 183 / 0.3);
}

.border-r-emerald-300\/35{
  border-right-color: rgb(110 231 183 / 0.35);
}

.border-r-emerald-300\/40{
  border-right-color: rgb(110 231 183 / 0.4);
}

.border-r-emerald-300\/45{
  border-right-color: rgb(110 231 183 / 0.45);
}

.border-r-emerald-300\/5{
  border-right-color: rgb(110 231 183 / 0.05);
}

.border-r-emerald-300\/50{
  border-right-color: rgb(110 231 183 / 0.5);
}

.border-r-emerald-300\/55{
  border-right-color: rgb(110 231 183 / 0.55);
}

.border-r-emerald-300\/60{
  border-right-color: rgb(110 231 183 / 0.6);
}

.border-r-emerald-300\/65{
  border-right-color: rgb(110 231 183 / 0.65);
}

.border-r-emerald-300\/70{
  border-right-color: rgb(110 231 183 / 0.7);
}

.border-r-emerald-300\/75{
  border-right-color: rgb(110 231 183 / 0.75);
}

.border-r-emerald-300\/80{
  border-right-color: rgb(110 231 183 / 0.8);
}

.border-r-emerald-300\/85{
  border-right-color: rgb(110 231 183 / 0.85);
}

.border-r-emerald-300\/90{
  border-right-color: rgb(110 231 183 / 0.9);
}

.border-r-emerald-300\/95{
  border-right-color: rgb(110 231 183 / 0.95);
}

.border-r-emerald-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-r-emerald-400\/0{
  border-right-color: rgb(52 211 153 / 0);
}

.border-r-emerald-400\/10{
  border-right-color: rgb(52 211 153 / 0.1);
}

.border-r-emerald-400\/100{
  border-right-color: rgb(52 211 153 / 1);
}

.border-r-emerald-400\/15{
  border-right-color: rgb(52 211 153 / 0.15);
}

.border-r-emerald-400\/20{
  border-right-color: rgb(52 211 153 / 0.2);
}

.border-r-emerald-400\/25{
  border-right-color: rgb(52 211 153 / 0.25);
}

.border-r-emerald-400\/30{
  border-right-color: rgb(52 211 153 / 0.3);
}

.border-r-emerald-400\/35{
  border-right-color: rgb(52 211 153 / 0.35);
}

.border-r-emerald-400\/40{
  border-right-color: rgb(52 211 153 / 0.4);
}

.border-r-emerald-400\/45{
  border-right-color: rgb(52 211 153 / 0.45);
}

.border-r-emerald-400\/5{
  border-right-color: rgb(52 211 153 / 0.05);
}

.border-r-emerald-400\/50{
  border-right-color: rgb(52 211 153 / 0.5);
}

.border-r-emerald-400\/55{
  border-right-color: rgb(52 211 153 / 0.55);
}

.border-r-emerald-400\/60{
  border-right-color: rgb(52 211 153 / 0.6);
}

.border-r-emerald-400\/65{
  border-right-color: rgb(52 211 153 / 0.65);
}

.border-r-emerald-400\/70{
  border-right-color: rgb(52 211 153 / 0.7);
}

.border-r-emerald-400\/75{
  border-right-color: rgb(52 211 153 / 0.75);
}

.border-r-emerald-400\/80{
  border-right-color: rgb(52 211 153 / 0.8);
}

.border-r-emerald-400\/85{
  border-right-color: rgb(52 211 153 / 0.85);
}

.border-r-emerald-400\/90{
  border-right-color: rgb(52 211 153 / 0.9);
}

.border-r-emerald-400\/95{
  border-right-color: rgb(52 211 153 / 0.95);
}

.border-r-emerald-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-r-emerald-50\/0{
  border-right-color: rgb(236 253 245 / 0);
}

.border-r-emerald-50\/10{
  border-right-color: rgb(236 253 245 / 0.1);
}

.border-r-emerald-50\/100{
  border-right-color: rgb(236 253 245 / 1);
}

.border-r-emerald-50\/15{
  border-right-color: rgb(236 253 245 / 0.15);
}

.border-r-emerald-50\/20{
  border-right-color: rgb(236 253 245 / 0.2);
}

.border-r-emerald-50\/25{
  border-right-color: rgb(236 253 245 / 0.25);
}

.border-r-emerald-50\/30{
  border-right-color: rgb(236 253 245 / 0.3);
}

.border-r-emerald-50\/35{
  border-right-color: rgb(236 253 245 / 0.35);
}

.border-r-emerald-50\/40{
  border-right-color: rgb(236 253 245 / 0.4);
}

.border-r-emerald-50\/45{
  border-right-color: rgb(236 253 245 / 0.45);
}

.border-r-emerald-50\/5{
  border-right-color: rgb(236 253 245 / 0.05);
}

.border-r-emerald-50\/50{
  border-right-color: rgb(236 253 245 / 0.5);
}

.border-r-emerald-50\/55{
  border-right-color: rgb(236 253 245 / 0.55);
}

.border-r-emerald-50\/60{
  border-right-color: rgb(236 253 245 / 0.6);
}

.border-r-emerald-50\/65{
  border-right-color: rgb(236 253 245 / 0.65);
}

.border-r-emerald-50\/70{
  border-right-color: rgb(236 253 245 / 0.7);
}

.border-r-emerald-50\/75{
  border-right-color: rgb(236 253 245 / 0.75);
}

.border-r-emerald-50\/80{
  border-right-color: rgb(236 253 245 / 0.8);
}

.border-r-emerald-50\/85{
  border-right-color: rgb(236 253 245 / 0.85);
}

.border-r-emerald-50\/90{
  border-right-color: rgb(236 253 245 / 0.9);
}

.border-r-emerald-50\/95{
  border-right-color: rgb(236 253 245 / 0.95);
}

.border-r-emerald-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-r-emerald-500\/0{
  border-right-color: rgb(16 185 129 / 0);
}

.border-r-emerald-500\/10{
  border-right-color: rgb(16 185 129 / 0.1);
}

.border-r-emerald-500\/100{
  border-right-color: rgb(16 185 129 / 1);
}

.border-r-emerald-500\/15{
  border-right-color: rgb(16 185 129 / 0.15);
}

.border-r-emerald-500\/20{
  border-right-color: rgb(16 185 129 / 0.2);
}

.border-r-emerald-500\/25{
  border-right-color: rgb(16 185 129 / 0.25);
}

.border-r-emerald-500\/30{
  border-right-color: rgb(16 185 129 / 0.3);
}

.border-r-emerald-500\/35{
  border-right-color: rgb(16 185 129 / 0.35);
}

.border-r-emerald-500\/40{
  border-right-color: rgb(16 185 129 / 0.4);
}

.border-r-emerald-500\/45{
  border-right-color: rgb(16 185 129 / 0.45);
}

.border-r-emerald-500\/5{
  border-right-color: rgb(16 185 129 / 0.05);
}

.border-r-emerald-500\/50{
  border-right-color: rgb(16 185 129 / 0.5);
}

.border-r-emerald-500\/55{
  border-right-color: rgb(16 185 129 / 0.55);
}

.border-r-emerald-500\/60{
  border-right-color: rgb(16 185 129 / 0.6);
}

.border-r-emerald-500\/65{
  border-right-color: rgb(16 185 129 / 0.65);
}

.border-r-emerald-500\/70{
  border-right-color: rgb(16 185 129 / 0.7);
}

.border-r-emerald-500\/75{
  border-right-color: rgb(16 185 129 / 0.75);
}

.border-r-emerald-500\/80{
  border-right-color: rgb(16 185 129 / 0.8);
}

.border-r-emerald-500\/85{
  border-right-color: rgb(16 185 129 / 0.85);
}

.border-r-emerald-500\/90{
  border-right-color: rgb(16 185 129 / 0.9);
}

.border-r-emerald-500\/95{
  border-right-color: rgb(16 185 129 / 0.95);
}

.border-r-emerald-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-r-emerald-600\/0{
  border-right-color: rgb(5 150 105 / 0);
}

.border-r-emerald-600\/10{
  border-right-color: rgb(5 150 105 / 0.1);
}

.border-r-emerald-600\/100{
  border-right-color: rgb(5 150 105 / 1);
}

.border-r-emerald-600\/15{
  border-right-color: rgb(5 150 105 / 0.15);
}

.border-r-emerald-600\/20{
  border-right-color: rgb(5 150 105 / 0.2);
}

.border-r-emerald-600\/25{
  border-right-color: rgb(5 150 105 / 0.25);
}

.border-r-emerald-600\/30{
  border-right-color: rgb(5 150 105 / 0.3);
}

.border-r-emerald-600\/35{
  border-right-color: rgb(5 150 105 / 0.35);
}

.border-r-emerald-600\/40{
  border-right-color: rgb(5 150 105 / 0.4);
}

.border-r-emerald-600\/45{
  border-right-color: rgb(5 150 105 / 0.45);
}

.border-r-emerald-600\/5{
  border-right-color: rgb(5 150 105 / 0.05);
}

.border-r-emerald-600\/50{
  border-right-color: rgb(5 150 105 / 0.5);
}

.border-r-emerald-600\/55{
  border-right-color: rgb(5 150 105 / 0.55);
}

.border-r-emerald-600\/60{
  border-right-color: rgb(5 150 105 / 0.6);
}

.border-r-emerald-600\/65{
  border-right-color: rgb(5 150 105 / 0.65);
}

.border-r-emerald-600\/70{
  border-right-color: rgb(5 150 105 / 0.7);
}

.border-r-emerald-600\/75{
  border-right-color: rgb(5 150 105 / 0.75);
}

.border-r-emerald-600\/80{
  border-right-color: rgb(5 150 105 / 0.8);
}

.border-r-emerald-600\/85{
  border-right-color: rgb(5 150 105 / 0.85);
}

.border-r-emerald-600\/90{
  border-right-color: rgb(5 150 105 / 0.9);
}

.border-r-emerald-600\/95{
  border-right-color: rgb(5 150 105 / 0.95);
}

.border-r-emerald-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-r-emerald-700\/0{
  border-right-color: rgb(4 120 87 / 0);
}

.border-r-emerald-700\/10{
  border-right-color: rgb(4 120 87 / 0.1);
}

.border-r-emerald-700\/100{
  border-right-color: rgb(4 120 87 / 1);
}

.border-r-emerald-700\/15{
  border-right-color: rgb(4 120 87 / 0.15);
}

.border-r-emerald-700\/20{
  border-right-color: rgb(4 120 87 / 0.2);
}

.border-r-emerald-700\/25{
  border-right-color: rgb(4 120 87 / 0.25);
}

.border-r-emerald-700\/30{
  border-right-color: rgb(4 120 87 / 0.3);
}

.border-r-emerald-700\/35{
  border-right-color: rgb(4 120 87 / 0.35);
}

.border-r-emerald-700\/40{
  border-right-color: rgb(4 120 87 / 0.4);
}

.border-r-emerald-700\/45{
  border-right-color: rgb(4 120 87 / 0.45);
}

.border-r-emerald-700\/5{
  border-right-color: rgb(4 120 87 / 0.05);
}

.border-r-emerald-700\/50{
  border-right-color: rgb(4 120 87 / 0.5);
}

.border-r-emerald-700\/55{
  border-right-color: rgb(4 120 87 / 0.55);
}

.border-r-emerald-700\/60{
  border-right-color: rgb(4 120 87 / 0.6);
}

.border-r-emerald-700\/65{
  border-right-color: rgb(4 120 87 / 0.65);
}

.border-r-emerald-700\/70{
  border-right-color: rgb(4 120 87 / 0.7);
}

.border-r-emerald-700\/75{
  border-right-color: rgb(4 120 87 / 0.75);
}

.border-r-emerald-700\/80{
  border-right-color: rgb(4 120 87 / 0.8);
}

.border-r-emerald-700\/85{
  border-right-color: rgb(4 120 87 / 0.85);
}

.border-r-emerald-700\/90{
  border-right-color: rgb(4 120 87 / 0.9);
}

.border-r-emerald-700\/95{
  border-right-color: rgb(4 120 87 / 0.95);
}

.border-r-emerald-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-r-emerald-800\/0{
  border-right-color: rgb(6 95 70 / 0);
}

.border-r-emerald-800\/10{
  border-right-color: rgb(6 95 70 / 0.1);
}

.border-r-emerald-800\/100{
  border-right-color: rgb(6 95 70 / 1);
}

.border-r-emerald-800\/15{
  border-right-color: rgb(6 95 70 / 0.15);
}

.border-r-emerald-800\/20{
  border-right-color: rgb(6 95 70 / 0.2);
}

.border-r-emerald-800\/25{
  border-right-color: rgb(6 95 70 / 0.25);
}

.border-r-emerald-800\/30{
  border-right-color: rgb(6 95 70 / 0.3);
}

.border-r-emerald-800\/35{
  border-right-color: rgb(6 95 70 / 0.35);
}

.border-r-emerald-800\/40{
  border-right-color: rgb(6 95 70 / 0.4);
}

.border-r-emerald-800\/45{
  border-right-color: rgb(6 95 70 / 0.45);
}

.border-r-emerald-800\/5{
  border-right-color: rgb(6 95 70 / 0.05);
}

.border-r-emerald-800\/50{
  border-right-color: rgb(6 95 70 / 0.5);
}

.border-r-emerald-800\/55{
  border-right-color: rgb(6 95 70 / 0.55);
}

.border-r-emerald-800\/60{
  border-right-color: rgb(6 95 70 / 0.6);
}

.border-r-emerald-800\/65{
  border-right-color: rgb(6 95 70 / 0.65);
}

.border-r-emerald-800\/70{
  border-right-color: rgb(6 95 70 / 0.7);
}

.border-r-emerald-800\/75{
  border-right-color: rgb(6 95 70 / 0.75);
}

.border-r-emerald-800\/80{
  border-right-color: rgb(6 95 70 / 0.8);
}

.border-r-emerald-800\/85{
  border-right-color: rgb(6 95 70 / 0.85);
}

.border-r-emerald-800\/90{
  border-right-color: rgb(6 95 70 / 0.9);
}

.border-r-emerald-800\/95{
  border-right-color: rgb(6 95 70 / 0.95);
}

.border-r-emerald-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-r-emerald-900\/0{
  border-right-color: rgb(6 78 59 / 0);
}

.border-r-emerald-900\/10{
  border-right-color: rgb(6 78 59 / 0.1);
}

.border-r-emerald-900\/100{
  border-right-color: rgb(6 78 59 / 1);
}

.border-r-emerald-900\/15{
  border-right-color: rgb(6 78 59 / 0.15);
}

.border-r-emerald-900\/20{
  border-right-color: rgb(6 78 59 / 0.2);
}

.border-r-emerald-900\/25{
  border-right-color: rgb(6 78 59 / 0.25);
}

.border-r-emerald-900\/30{
  border-right-color: rgb(6 78 59 / 0.3);
}

.border-r-emerald-900\/35{
  border-right-color: rgb(6 78 59 / 0.35);
}

.border-r-emerald-900\/40{
  border-right-color: rgb(6 78 59 / 0.4);
}

.border-r-emerald-900\/45{
  border-right-color: rgb(6 78 59 / 0.45);
}

.border-r-emerald-900\/5{
  border-right-color: rgb(6 78 59 / 0.05);
}

.border-r-emerald-900\/50{
  border-right-color: rgb(6 78 59 / 0.5);
}

.border-r-emerald-900\/55{
  border-right-color: rgb(6 78 59 / 0.55);
}

.border-r-emerald-900\/60{
  border-right-color: rgb(6 78 59 / 0.6);
}

.border-r-emerald-900\/65{
  border-right-color: rgb(6 78 59 / 0.65);
}

.border-r-emerald-900\/70{
  border-right-color: rgb(6 78 59 / 0.7);
}

.border-r-emerald-900\/75{
  border-right-color: rgb(6 78 59 / 0.75);
}

.border-r-emerald-900\/80{
  border-right-color: rgb(6 78 59 / 0.8);
}

.border-r-emerald-900\/85{
  border-right-color: rgb(6 78 59 / 0.85);
}

.border-r-emerald-900\/90{
  border-right-color: rgb(6 78 59 / 0.9);
}

.border-r-emerald-900\/95{
  border-right-color: rgb(6 78 59 / 0.95);
}

.border-r-emerald-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-r-emerald-950\/0{
  border-right-color: rgb(2 44 34 / 0);
}

.border-r-emerald-950\/10{
  border-right-color: rgb(2 44 34 / 0.1);
}

.border-r-emerald-950\/100{
  border-right-color: rgb(2 44 34 / 1);
}

.border-r-emerald-950\/15{
  border-right-color: rgb(2 44 34 / 0.15);
}

.border-r-emerald-950\/20{
  border-right-color: rgb(2 44 34 / 0.2);
}

.border-r-emerald-950\/25{
  border-right-color: rgb(2 44 34 / 0.25);
}

.border-r-emerald-950\/30{
  border-right-color: rgb(2 44 34 / 0.3);
}

.border-r-emerald-950\/35{
  border-right-color: rgb(2 44 34 / 0.35);
}

.border-r-emerald-950\/40{
  border-right-color: rgb(2 44 34 / 0.4);
}

.border-r-emerald-950\/45{
  border-right-color: rgb(2 44 34 / 0.45);
}

.border-r-emerald-950\/5{
  border-right-color: rgb(2 44 34 / 0.05);
}

.border-r-emerald-950\/50{
  border-right-color: rgb(2 44 34 / 0.5);
}

.border-r-emerald-950\/55{
  border-right-color: rgb(2 44 34 / 0.55);
}

.border-r-emerald-950\/60{
  border-right-color: rgb(2 44 34 / 0.6);
}

.border-r-emerald-950\/65{
  border-right-color: rgb(2 44 34 / 0.65);
}

.border-r-emerald-950\/70{
  border-right-color: rgb(2 44 34 / 0.7);
}

.border-r-emerald-950\/75{
  border-right-color: rgb(2 44 34 / 0.75);
}

.border-r-emerald-950\/80{
  border-right-color: rgb(2 44 34 / 0.8);
}

.border-r-emerald-950\/85{
  border-right-color: rgb(2 44 34 / 0.85);
}

.border-r-emerald-950\/90{
  border-right-color: rgb(2 44 34 / 0.9);
}

.border-r-emerald-950\/95{
  border-right-color: rgb(2 44 34 / 0.95);
}

.border-r-excel{
  --tw-border-opacity: 1;
  border-right-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.border-r-excel-hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.border-r-excel-hover\/0{
  border-right-color: rgb(9 138 107 / 0);
}

.border-r-excel-hover\/10{
  border-right-color: rgb(9 138 107 / 0.1);
}

.border-r-excel-hover\/100{
  border-right-color: rgb(9 138 107 / 1);
}

.border-r-excel-hover\/15{
  border-right-color: rgb(9 138 107 / 0.15);
}

.border-r-excel-hover\/20{
  border-right-color: rgb(9 138 107 / 0.2);
}

.border-r-excel-hover\/25{
  border-right-color: rgb(9 138 107 / 0.25);
}

.border-r-excel-hover\/30{
  border-right-color: rgb(9 138 107 / 0.3);
}

.border-r-excel-hover\/35{
  border-right-color: rgb(9 138 107 / 0.35);
}

.border-r-excel-hover\/40{
  border-right-color: rgb(9 138 107 / 0.4);
}

.border-r-excel-hover\/45{
  border-right-color: rgb(9 138 107 / 0.45);
}

.border-r-excel-hover\/5{
  border-right-color: rgb(9 138 107 / 0.05);
}

.border-r-excel-hover\/50{
  border-right-color: rgb(9 138 107 / 0.5);
}

.border-r-excel-hover\/55{
  border-right-color: rgb(9 138 107 / 0.55);
}

.border-r-excel-hover\/60{
  border-right-color: rgb(9 138 107 / 0.6);
}

.border-r-excel-hover\/65{
  border-right-color: rgb(9 138 107 / 0.65);
}

.border-r-excel-hover\/70{
  border-right-color: rgb(9 138 107 / 0.7);
}

.border-r-excel-hover\/75{
  border-right-color: rgb(9 138 107 / 0.75);
}

.border-r-excel-hover\/80{
  border-right-color: rgb(9 138 107 / 0.8);
}

.border-r-excel-hover\/85{
  border-right-color: rgb(9 138 107 / 0.85);
}

.border-r-excel-hover\/90{
  border-right-color: rgb(9 138 107 / 0.9);
}

.border-r-excel-hover\/95{
  border-right-color: rgb(9 138 107 / 0.95);
}

.border-r-excel\/0{
  border-right-color: rgb(11 160 123 / 0);
}

.border-r-excel\/10{
  border-right-color: rgb(11 160 123 / 0.1);
}

.border-r-excel\/100{
  border-right-color: rgb(11 160 123 / 1);
}

.border-r-excel\/15{
  border-right-color: rgb(11 160 123 / 0.15);
}

.border-r-excel\/20{
  border-right-color: rgb(11 160 123 / 0.2);
}

.border-r-excel\/25{
  border-right-color: rgb(11 160 123 / 0.25);
}

.border-r-excel\/30{
  border-right-color: rgb(11 160 123 / 0.3);
}

.border-r-excel\/35{
  border-right-color: rgb(11 160 123 / 0.35);
}

.border-r-excel\/40{
  border-right-color: rgb(11 160 123 / 0.4);
}

.border-r-excel\/45{
  border-right-color: rgb(11 160 123 / 0.45);
}

.border-r-excel\/5{
  border-right-color: rgb(11 160 123 / 0.05);
}

.border-r-excel\/50{
  border-right-color: rgb(11 160 123 / 0.5);
}

.border-r-excel\/55{
  border-right-color: rgb(11 160 123 / 0.55);
}

.border-r-excel\/60{
  border-right-color: rgb(11 160 123 / 0.6);
}

.border-r-excel\/65{
  border-right-color: rgb(11 160 123 / 0.65);
}

.border-r-excel\/70{
  border-right-color: rgb(11 160 123 / 0.7);
}

.border-r-excel\/75{
  border-right-color: rgb(11 160 123 / 0.75);
}

.border-r-excel\/80{
  border-right-color: rgb(11 160 123 / 0.8);
}

.border-r-excel\/85{
  border-right-color: rgb(11 160 123 / 0.85);
}

.border-r-excel\/90{
  border-right-color: rgb(11 160 123 / 0.9);
}

.border-r-excel\/95{
  border-right-color: rgb(11 160 123 / 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\/15{
  border-right-color: rgb(250 232 255 / 0.15);
}

.border-r-fuchsia-100\/20{
  border-right-color: rgb(250 232 255 / 0.2);
}

.border-r-fuchsia-100\/25{
  border-right-color: rgb(250 232 255 / 0.25);
}

.border-r-fuchsia-100\/30{
  border-right-color: rgb(250 232 255 / 0.3);
}

.border-r-fuchsia-100\/35{
  border-right-color: rgb(250 232 255 / 0.35);
}

.border-r-fuchsia-100\/40{
  border-right-color: rgb(250 232 255 / 0.4);
}

.border-r-fuchsia-100\/45{
  border-right-color: rgb(250 232 255 / 0.45);
}

.border-r-fuchsia-100\/5{
  border-right-color: rgb(250 232 255 / 0.05);
}

.border-r-fuchsia-100\/50{
  border-right-color: rgb(250 232 255 / 0.5);
}

.border-r-fuchsia-100\/55{
  border-right-color: rgb(250 232 255 / 0.55);
}

.border-r-fuchsia-100\/60{
  border-right-color: rgb(250 232 255 / 0.6);
}

.border-r-fuchsia-100\/65{
  border-right-color: rgb(250 232 255 / 0.65);
}

.border-r-fuchsia-100\/70{
  border-right-color: rgb(250 232 255 / 0.7);
}

.border-r-fuchsia-100\/75{
  border-right-color: rgb(250 232 255 / 0.75);
}

.border-r-fuchsia-100\/80{
  border-right-color: rgb(250 232 255 / 0.8);
}

.border-r-fuchsia-100\/85{
  border-right-color: rgb(250 232 255 / 0.85);
}

.border-r-fuchsia-100\/90{
  border-right-color: rgb(250 232 255 / 0.9);
}

.border-r-fuchsia-100\/95{
  border-right-color: rgb(250 232 255 / 0.95);
}

.border-r-fuchsia-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-r-fuchsia-200\/0{
  border-right-color: rgb(245 208 254 / 0);
}

.border-r-fuchsia-200\/10{
  border-right-color: rgb(245 208 254 / 0.1);
}

.border-r-fuchsia-200\/100{
  border-right-color: rgb(245 208 254 / 1);
}

.border-r-fuchsia-200\/15{
  border-right-color: rgb(245 208 254 / 0.15);
}

.border-r-fuchsia-200\/20{
  border-right-color: rgb(245 208 254 / 0.2);
}

.border-r-fuchsia-200\/25{
  border-right-color: rgb(245 208 254 / 0.25);
}

.border-r-fuchsia-200\/30{
  border-right-color: rgb(245 208 254 / 0.3);
}

.border-r-fuchsia-200\/35{
  border-right-color: rgb(245 208 254 / 0.35);
}

.border-r-fuchsia-200\/40{
  border-right-color: rgb(245 208 254 / 0.4);
}

.border-r-fuchsia-200\/45{
  border-right-color: rgb(245 208 254 / 0.45);
}

.border-r-fuchsia-200\/5{
  border-right-color: rgb(245 208 254 / 0.05);
}

.border-r-fuchsia-200\/50{
  border-right-color: rgb(245 208 254 / 0.5);
}

.border-r-fuchsia-200\/55{
  border-right-color: rgb(245 208 254 / 0.55);
}

.border-r-fuchsia-200\/60{
  border-right-color: rgb(245 208 254 / 0.6);
}

.border-r-fuchsia-200\/65{
  border-right-color: rgb(245 208 254 / 0.65);
}

.border-r-fuchsia-200\/70{
  border-right-color: rgb(245 208 254 / 0.7);
}

.border-r-fuchsia-200\/75{
  border-right-color: rgb(245 208 254 / 0.75);
}

.border-r-fuchsia-200\/80{
  border-right-color: rgb(245 208 254 / 0.8);
}

.border-r-fuchsia-200\/85{
  border-right-color: rgb(245 208 254 / 0.85);
}

.border-r-fuchsia-200\/90{
  border-right-color: rgb(245 208 254 / 0.9);
}

.border-r-fuchsia-200\/95{
  border-right-color: rgb(245 208 254 / 0.95);
}

.border-r-fuchsia-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-r-fuchsia-300\/0{
  border-right-color: rgb(240 171 252 / 0);
}

.border-r-fuchsia-300\/10{
  border-right-color: rgb(240 171 252 / 0.1);
}

.border-r-fuchsia-300\/100{
  border-right-color: rgb(240 171 252 / 1);
}

.border-r-fuchsia-300\/15{
  border-right-color: rgb(240 171 252 / 0.15);
}

.border-r-fuchsia-300\/20{
  border-right-color: rgb(240 171 252 / 0.2);
}

.border-r-fuchsia-300\/25{
  border-right-color: rgb(240 171 252 / 0.25);
}

.border-r-fuchsia-300\/30{
  border-right-color: rgb(240 171 252 / 0.3);
}

.border-r-fuchsia-300\/35{
  border-right-color: rgb(240 171 252 / 0.35);
}

.border-r-fuchsia-300\/40{
  border-right-color: rgb(240 171 252 / 0.4);
}

.border-r-fuchsia-300\/45{
  border-right-color: rgb(240 171 252 / 0.45);
}

.border-r-fuchsia-300\/5{
  border-right-color: rgb(240 171 252 / 0.05);
}

.border-r-fuchsia-300\/50{
  border-right-color: rgb(240 171 252 / 0.5);
}

.border-r-fuchsia-300\/55{
  border-right-color: rgb(240 171 252 / 0.55);
}

.border-r-fuchsia-300\/60{
  border-right-color: rgb(240 171 252 / 0.6);
}

.border-r-fuchsia-300\/65{
  border-right-color: rgb(240 171 252 / 0.65);
}

.border-r-fuchsia-300\/70{
  border-right-color: rgb(240 171 252 / 0.7);
}

.border-r-fuchsia-300\/75{
  border-right-color: rgb(240 171 252 / 0.75);
}

.border-r-fuchsia-300\/80{
  border-right-color: rgb(240 171 252 / 0.8);
}

.border-r-fuchsia-300\/85{
  border-right-color: rgb(240 171 252 / 0.85);
}

.border-r-fuchsia-300\/90{
  border-right-color: rgb(240 171 252 / 0.9);
}

.border-r-fuchsia-300\/95{
  border-right-color: rgb(240 171 252 / 0.95);
}

.border-r-fuchsia-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-r-fuchsia-400\/0{
  border-right-color: rgb(232 121 249 / 0);
}

.border-r-fuchsia-400\/10{
  border-right-color: rgb(232 121 249 / 0.1);
}

.border-r-fuchsia-400\/100{
  border-right-color: rgb(232 121 249 / 1);
}

.border-r-fuchsia-400\/15{
  border-right-color: rgb(232 121 249 / 0.15);
}

.border-r-fuchsia-400\/20{
  border-right-color: rgb(232 121 249 / 0.2);
}

.border-r-fuchsia-400\/25{
  border-right-color: rgb(232 121 249 / 0.25);
}

.border-r-fuchsia-400\/30{
  border-right-color: rgb(232 121 249 / 0.3);
}

.border-r-fuchsia-400\/35{
  border-right-color: rgb(232 121 249 / 0.35);
}

.border-r-fuchsia-400\/40{
  border-right-color: rgb(232 121 249 / 0.4);
}

.border-r-fuchsia-400\/45{
  border-right-color: rgb(232 121 249 / 0.45);
}

.border-r-fuchsia-400\/5{
  border-right-color: rgb(232 121 249 / 0.05);
}

.border-r-fuchsia-400\/50{
  border-right-color: rgb(232 121 249 / 0.5);
}

.border-r-fuchsia-400\/55{
  border-right-color: rgb(232 121 249 / 0.55);
}

.border-r-fuchsia-400\/60{
  border-right-color: rgb(232 121 249 / 0.6);
}

.border-r-fuchsia-400\/65{
  border-right-color: rgb(232 121 249 / 0.65);
}

.border-r-fuchsia-400\/70{
  border-right-color: rgb(232 121 249 / 0.7);
}

.border-r-fuchsia-400\/75{
  border-right-color: rgb(232 121 249 / 0.75);
}

.border-r-fuchsia-400\/80{
  border-right-color: rgb(232 121 249 / 0.8);
}

.border-r-fuchsia-400\/85{
  border-right-color: rgb(232 121 249 / 0.85);
}

.border-r-fuchsia-400\/90{
  border-right-color: rgb(232 121 249 / 0.9);
}

.border-r-fuchsia-400\/95{
  border-right-color: rgb(232 121 249 / 0.95);
}

.border-r-fuchsia-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-r-fuchsia-50\/0{
  border-right-color: rgb(253 244 255 / 0);
}

.border-r-fuchsia-50\/10{
  border-right-color: rgb(253 244 255 / 0.1);
}

.border-r-fuchsia-50\/100{
  border-right-color: rgb(253 244 255 / 1);
}

.border-r-fuchsia-50\/15{
  border-right-color: rgb(253 244 255 / 0.15);
}

.border-r-fuchsia-50\/20{
  border-right-color: rgb(253 244 255 / 0.2);
}

.border-r-fuchsia-50\/25{
  border-right-color: rgb(253 244 255 / 0.25);
}

.border-r-fuchsia-50\/30{
  border-right-color: rgb(253 244 255 / 0.3);
}

.border-r-fuchsia-50\/35{
  border-right-color: rgb(253 244 255 / 0.35);
}

.border-r-fuchsia-50\/40{
  border-right-color: rgb(253 244 255 / 0.4);
}

.border-r-fuchsia-50\/45{
  border-right-color: rgb(253 244 255 / 0.45);
}

.border-r-fuchsia-50\/5{
  border-right-color: rgb(253 244 255 / 0.05);
}

.border-r-fuchsia-50\/50{
  border-right-color: rgb(253 244 255 / 0.5);
}

.border-r-fuchsia-50\/55{
  border-right-color: rgb(253 244 255 / 0.55);
}

.border-r-fuchsia-50\/60{
  border-right-color: rgb(253 244 255 / 0.6);
}

.border-r-fuchsia-50\/65{
  border-right-color: rgb(253 244 255 / 0.65);
}

.border-r-fuchsia-50\/70{
  border-right-color: rgb(253 244 255 / 0.7);
}

.border-r-fuchsia-50\/75{
  border-right-color: rgb(253 244 255 / 0.75);
}

.border-r-fuchsia-50\/80{
  border-right-color: rgb(253 244 255 / 0.8);
}

.border-r-fuchsia-50\/85{
  border-right-color: rgb(253 244 255 / 0.85);
}

.border-r-fuchsia-50\/90{
  border-right-color: rgb(253 244 255 / 0.9);
}

.border-r-fuchsia-50\/95{
  border-right-color: rgb(253 244 255 / 0.95);
}

.border-r-fuchsia-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-r-fuchsia-500\/0{
  border-right-color: rgb(217 70 239 / 0);
}

.border-r-fuchsia-500\/10{
  border-right-color: rgb(217 70 239 / 0.1);
}

.border-r-fuchsia-500\/100{
  border-right-color: rgb(217 70 239 / 1);
}

.border-r-fuchsia-500\/15{
  border-right-color: rgb(217 70 239 / 0.15);
}

.border-r-fuchsia-500\/20{
  border-right-color: rgb(217 70 239 / 0.2);
}

.border-r-fuchsia-500\/25{
  border-right-color: rgb(217 70 239 / 0.25);
}

.border-r-fuchsia-500\/30{
  border-right-color: rgb(217 70 239 / 0.3);
}

.border-r-fuchsia-500\/35{
  border-right-color: rgb(217 70 239 / 0.35);
}

.border-r-fuchsia-500\/40{
  border-right-color: rgb(217 70 239 / 0.4);
}

.border-r-fuchsia-500\/45{
  border-right-color: rgb(217 70 239 / 0.45);
}

.border-r-fuchsia-500\/5{
  border-right-color: rgb(217 70 239 / 0.05);
}

.border-r-fuchsia-500\/50{
  border-right-color: rgb(217 70 239 / 0.5);
}

.border-r-fuchsia-500\/55{
  border-right-color: rgb(217 70 239 / 0.55);
}

.border-r-fuchsia-500\/60{
  border-right-color: rgb(217 70 239 / 0.6);
}

.border-r-fuchsia-500\/65{
  border-right-color: rgb(217 70 239 / 0.65);
}

.border-r-fuchsia-500\/70{
  border-right-color: rgb(217 70 239 / 0.7);
}

.border-r-fuchsia-500\/75{
  border-right-color: rgb(217 70 239 / 0.75);
}

.border-r-fuchsia-500\/80{
  border-right-color: rgb(217 70 239 / 0.8);
}

.border-r-fuchsia-500\/85{
  border-right-color: rgb(217 70 239 / 0.85);
}

.border-r-fuchsia-500\/90{
  border-right-color: rgb(217 70 239 / 0.9);
}

.border-r-fuchsia-500\/95{
  border-right-color: rgb(217 70 239 / 0.95);
}

.border-r-fuchsia-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-r-fuchsia-600\/0{
  border-right-color: rgb(192 38 211 / 0);
}

.border-r-fuchsia-600\/10{
  border-right-color: rgb(192 38 211 / 0.1);
}

.border-r-fuchsia-600\/100{
  border-right-color: rgb(192 38 211 / 1);
}

.border-r-fuchsia-600\/15{
  border-right-color: rgb(192 38 211 / 0.15);
}

.border-r-fuchsia-600\/20{
  border-right-color: rgb(192 38 211 / 0.2);
}

.border-r-fuchsia-600\/25{
  border-right-color: rgb(192 38 211 / 0.25);
}

.border-r-fuchsia-600\/30{
  border-right-color: rgb(192 38 211 / 0.3);
}

.border-r-fuchsia-600\/35{
  border-right-color: rgb(192 38 211 / 0.35);
}

.border-r-fuchsia-600\/40{
  border-right-color: rgb(192 38 211 / 0.4);
}

.border-r-fuchsia-600\/45{
  border-right-color: rgb(192 38 211 / 0.45);
}

.border-r-fuchsia-600\/5{
  border-right-color: rgb(192 38 211 / 0.05);
}

.border-r-fuchsia-600\/50{
  border-right-color: rgb(192 38 211 / 0.5);
}

.border-r-fuchsia-600\/55{
  border-right-color: rgb(192 38 211 / 0.55);
}

.border-r-fuchsia-600\/60{
  border-right-color: rgb(192 38 211 / 0.6);
}

.border-r-fuchsia-600\/65{
  border-right-color: rgb(192 38 211 / 0.65);
}

.border-r-fuchsia-600\/70{
  border-right-color: rgb(192 38 211 / 0.7);
}

.border-r-fuchsia-600\/75{
  border-right-color: rgb(192 38 211 / 0.75);
}

.border-r-fuchsia-600\/80{
  border-right-color: rgb(192 38 211 / 0.8);
}

.border-r-fuchsia-600\/85{
  border-right-color: rgb(192 38 211 / 0.85);
}

.border-r-fuchsia-600\/90{
  border-right-color: rgb(192 38 211 / 0.9);
}

.border-r-fuchsia-600\/95{
  border-right-color: rgb(192 38 211 / 0.95);
}

.border-r-fuchsia-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-r-fuchsia-700\/0{
  border-right-color: rgb(162 28 175 / 0);
}

.border-r-fuchsia-700\/10{
  border-right-color: rgb(162 28 175 / 0.1);
}

.border-r-fuchsia-700\/100{
  border-right-color: rgb(162 28 175 / 1);
}

.border-r-fuchsia-700\/15{
  border-right-color: rgb(162 28 175 / 0.15);
}

.border-r-fuchsia-700\/20{
  border-right-color: rgb(162 28 175 / 0.2);
}

.border-r-fuchsia-700\/25{
  border-right-color: rgb(162 28 175 / 0.25);
}

.border-r-fuchsia-700\/30{
  border-right-color: rgb(162 28 175 / 0.3);
}

.border-r-fuchsia-700\/35{
  border-right-color: rgb(162 28 175 / 0.35);
}

.border-r-fuchsia-700\/40{
  border-right-color: rgb(162 28 175 / 0.4);
}

.border-r-fuchsia-700\/45{
  border-right-color: rgb(162 28 175 / 0.45);
}

.border-r-fuchsia-700\/5{
  border-right-color: rgb(162 28 175 / 0.05);
}

.border-r-fuchsia-700\/50{
  border-right-color: rgb(162 28 175 / 0.5);
}

.border-r-fuchsia-700\/55{
  border-right-color: rgb(162 28 175 / 0.55);
}

.border-r-fuchsia-700\/60{
  border-right-color: rgb(162 28 175 / 0.6);
}

.border-r-fuchsia-700\/65{
  border-right-color: rgb(162 28 175 / 0.65);
}

.border-r-fuchsia-700\/70{
  border-right-color: rgb(162 28 175 / 0.7);
}

.border-r-fuchsia-700\/75{
  border-right-color: rgb(162 28 175 / 0.75);
}

.border-r-fuchsia-700\/80{
  border-right-color: rgb(162 28 175 / 0.8);
}

.border-r-fuchsia-700\/85{
  border-right-color: rgb(162 28 175 / 0.85);
}

.border-r-fuchsia-700\/90{
  border-right-color: rgb(162 28 175 / 0.9);
}

.border-r-fuchsia-700\/95{
  border-right-color: rgb(162 28 175 / 0.95);
}

.border-r-fuchsia-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-r-fuchsia-800\/0{
  border-right-color: rgb(134 25 143 / 0);
}

.border-r-fuchsia-800\/10{
  border-right-color: rgb(134 25 143 / 0.1);
}

.border-r-fuchsia-800\/100{
  border-right-color: rgb(134 25 143 / 1);
}

.border-r-fuchsia-800\/15{
  border-right-color: rgb(134 25 143 / 0.15);
}

.border-r-fuchsia-800\/20{
  border-right-color: rgb(134 25 143 / 0.2);
}

.border-r-fuchsia-800\/25{
  border-right-color: rgb(134 25 143 / 0.25);
}

.border-r-fuchsia-800\/30{
  border-right-color: rgb(134 25 143 / 0.3);
}

.border-r-fuchsia-800\/35{
  border-right-color: rgb(134 25 143 / 0.35);
}

.border-r-fuchsia-800\/40{
  border-right-color: rgb(134 25 143 / 0.4);
}

.border-r-fuchsia-800\/45{
  border-right-color: rgb(134 25 143 / 0.45);
}

.border-r-fuchsia-800\/5{
  border-right-color: rgb(134 25 143 / 0.05);
}

.border-r-fuchsia-800\/50{
  border-right-color: rgb(134 25 143 / 0.5);
}

.border-r-fuchsia-800\/55{
  border-right-color: rgb(134 25 143 / 0.55);
}

.border-r-fuchsia-800\/60{
  border-right-color: rgb(134 25 143 / 0.6);
}

.border-r-fuchsia-800\/65{
  border-right-color: rgb(134 25 143 / 0.65);
}

.border-r-fuchsia-800\/70{
  border-right-color: rgb(134 25 143 / 0.7);
}

.border-r-fuchsia-800\/75{
  border-right-color: rgb(134 25 143 / 0.75);
}

.border-r-fuchsia-800\/80{
  border-right-color: rgb(134 25 143 / 0.8);
}

.border-r-fuchsia-800\/85{
  border-right-color: rgb(134 25 143 / 0.85);
}

.border-r-fuchsia-800\/90{
  border-right-color: rgb(134 25 143 / 0.9);
}

.border-r-fuchsia-800\/95{
  border-right-color: rgb(134 25 143 / 0.95);
}

.border-r-fuchsia-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-r-fuchsia-900\/0{
  border-right-color: rgb(112 26 117 / 0);
}

.border-r-fuchsia-900\/10{
  border-right-color: rgb(112 26 117 / 0.1);
}

.border-r-fuchsia-900\/100{
  border-right-color: rgb(112 26 117 / 1);
}

.border-r-fuchsia-900\/15{
  border-right-color: rgb(112 26 117 / 0.15);
}

.border-r-fuchsia-900\/20{
  border-right-color: rgb(112 26 117 / 0.2);
}

.border-r-fuchsia-900\/25{
  border-right-color: rgb(112 26 117 / 0.25);
}

.border-r-fuchsia-900\/30{
  border-right-color: rgb(112 26 117 / 0.3);
}

.border-r-fuchsia-900\/35{
  border-right-color: rgb(112 26 117 / 0.35);
}

.border-r-fuchsia-900\/40{
  border-right-color: rgb(112 26 117 / 0.4);
}

.border-r-fuchsia-900\/45{
  border-right-color: rgb(112 26 117 / 0.45);
}

.border-r-fuchsia-900\/5{
  border-right-color: rgb(112 26 117 / 0.05);
}

.border-r-fuchsia-900\/50{
  border-right-color: rgb(112 26 117 / 0.5);
}

.border-r-fuchsia-900\/55{
  border-right-color: rgb(112 26 117 / 0.55);
}

.border-r-fuchsia-900\/60{
  border-right-color: rgb(112 26 117 / 0.6);
}

.border-r-fuchsia-900\/65{
  border-right-color: rgb(112 26 117 / 0.65);
}

.border-r-fuchsia-900\/70{
  border-right-color: rgb(112 26 117 / 0.7);
}

.border-r-fuchsia-900\/75{
  border-right-color: rgb(112 26 117 / 0.75);
}

.border-r-fuchsia-900\/80{
  border-right-color: rgb(112 26 117 / 0.8);
}

.border-r-fuchsia-900\/85{
  border-right-color: rgb(112 26 117 / 0.85);
}

.border-r-fuchsia-900\/90{
  border-right-color: rgb(112 26 117 / 0.9);
}

.border-r-fuchsia-900\/95{
  border-right-color: rgb(112 26 117 / 0.95);
}

.border-r-fuchsia-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-r-fuchsia-950\/0{
  border-right-color: rgb(74 4 78 / 0);
}

.border-r-fuchsia-950\/10{
  border-right-color: rgb(74 4 78 / 0.1);
}

.border-r-fuchsia-950\/100{
  border-right-color: rgb(74 4 78 / 1);
}

.border-r-fuchsia-950\/15{
  border-right-color: rgb(74 4 78 / 0.15);
}

.border-r-fuchsia-950\/20{
  border-right-color: rgb(74 4 78 / 0.2);
}

.border-r-fuchsia-950\/25{
  border-right-color: rgb(74 4 78 / 0.25);
}

.border-r-fuchsia-950\/30{
  border-right-color: rgb(74 4 78 / 0.3);
}

.border-r-fuchsia-950\/35{
  border-right-color: rgb(74 4 78 / 0.35);
}

.border-r-fuchsia-950\/40{
  border-right-color: rgb(74 4 78 / 0.4);
}

.border-r-fuchsia-950\/45{
  border-right-color: rgb(74 4 78 / 0.45);
}

.border-r-fuchsia-950\/5{
  border-right-color: rgb(74 4 78 / 0.05);
}

.border-r-fuchsia-950\/50{
  border-right-color: rgb(74 4 78 / 0.5);
}

.border-r-fuchsia-950\/55{
  border-right-color: rgb(74 4 78 / 0.55);
}

.border-r-fuchsia-950\/60{
  border-right-color: rgb(74 4 78 / 0.6);
}

.border-r-fuchsia-950\/65{
  border-right-color: rgb(74 4 78 / 0.65);
}

.border-r-fuchsia-950\/70{
  border-right-color: rgb(74 4 78 / 0.7);
}

.border-r-fuchsia-950\/75{
  border-right-color: rgb(74 4 78 / 0.75);
}

.border-r-fuchsia-950\/80{
  border-right-color: rgb(74 4 78 / 0.8);
}

.border-r-fuchsia-950\/85{
  border-right-color: rgb(74 4 78 / 0.85);
}

.border-r-fuchsia-950\/90{
  border-right-color: rgb(74 4 78 / 0.9);
}

.border-r-fuchsia-950\/95{
  border-right-color: rgb(74 4 78 / 0.95);
}

.border-r-gray-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-r-gray-100\/0{
  border-right-color: rgb(243 244 246 / 0);
}

.border-r-gray-100\/10{
  border-right-color: rgb(243 244 246 / 0.1);
}

.border-r-gray-100\/100{
  border-right-color: rgb(243 244 246 / 1);
}

.border-r-gray-100\/15{
  border-right-color: rgb(243 244 246 / 0.15);
}

.border-r-gray-100\/20{
  border-right-color: rgb(243 244 246 / 0.2);
}

.border-r-gray-100\/25{
  border-right-color: rgb(243 244 246 / 0.25);
}

.border-r-gray-100\/30{
  border-right-color: rgb(243 244 246 / 0.3);
}

.border-r-gray-100\/35{
  border-right-color: rgb(243 244 246 / 0.35);
}

.border-r-gray-100\/40{
  border-right-color: rgb(243 244 246 / 0.4);
}

.border-r-gray-100\/45{
  border-right-color: rgb(243 244 246 / 0.45);
}

.border-r-gray-100\/5{
  border-right-color: rgb(243 244 246 / 0.05);
}

.border-r-gray-100\/50{
  border-right-color: rgb(243 244 246 / 0.5);
}

.border-r-gray-100\/55{
  border-right-color: rgb(243 244 246 / 0.55);
}

.border-r-gray-100\/60{
  border-right-color: rgb(243 244 246 / 0.6);
}

.border-r-gray-100\/65{
  border-right-color: rgb(243 244 246 / 0.65);
}

.border-r-gray-100\/70{
  border-right-color: rgb(243 244 246 / 0.7);
}

.border-r-gray-100\/75{
  border-right-color: rgb(243 244 246 / 0.75);
}

.border-r-gray-100\/80{
  border-right-color: rgb(243 244 246 / 0.8);
}

.border-r-gray-100\/85{
  border-right-color: rgb(243 244 246 / 0.85);
}

.border-r-gray-100\/90{
  border-right-color: rgb(243 244 246 / 0.9);
}

.border-r-gray-100\/95{
  border-right-color: rgb(243 244 246 / 0.95);
}

.border-r-gray-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-r-gray-200\/0{
  border-right-color: rgb(229 231 235 / 0);
}

.border-r-gray-200\/10{
  border-right-color: rgb(229 231 235 / 0.1);
}

.border-r-gray-200\/100{
  border-right-color: rgb(229 231 235 / 1);
}

.border-r-gray-200\/15{
  border-right-color: rgb(229 231 235 / 0.15);
}

.border-r-gray-200\/20{
  border-right-color: rgb(229 231 235 / 0.2);
}

.border-r-gray-200\/25{
  border-right-color: rgb(229 231 235 / 0.25);
}

.border-r-gray-200\/30{
  border-right-color: rgb(229 231 235 / 0.3);
}

.border-r-gray-200\/35{
  border-right-color: rgb(229 231 235 / 0.35);
}

.border-r-gray-200\/40{
  border-right-color: rgb(229 231 235 / 0.4);
}

.border-r-gray-200\/45{
  border-right-color: rgb(229 231 235 / 0.45);
}

.border-r-gray-200\/5{
  border-right-color: rgb(229 231 235 / 0.05);
}

.border-r-gray-200\/50{
  border-right-color: rgb(229 231 235 / 0.5);
}

.border-r-gray-200\/55{
  border-right-color: rgb(229 231 235 / 0.55);
}

.border-r-gray-200\/60{
  border-right-color: rgb(229 231 235 / 0.6);
}

.border-r-gray-200\/65{
  border-right-color: rgb(229 231 235 / 0.65);
}

.border-r-gray-200\/70{
  border-right-color: rgb(229 231 235 / 0.7);
}

.border-r-gray-200\/75{
  border-right-color: rgb(229 231 235 / 0.75);
}

.border-r-gray-200\/80{
  border-right-color: rgb(229 231 235 / 0.8);
}

.border-r-gray-200\/85{
  border-right-color: rgb(229 231 235 / 0.85);
}

.border-r-gray-200\/90{
  border-right-color: rgb(229 231 235 / 0.9);
}

.border-r-gray-200\/95{
  border-right-color: rgb(229 231 235 / 0.95);
}

.border-r-gray-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-r-gray-300\/0{
  border-right-color: rgb(209 213 219 / 0);
}

.border-r-gray-300\/10{
  border-right-color: rgb(209 213 219 / 0.1);
}

.border-r-gray-300\/100{
  border-right-color: rgb(209 213 219 / 1);
}

.border-r-gray-300\/15{
  border-right-color: rgb(209 213 219 / 0.15);
}

.border-r-gray-300\/20{
  border-right-color: rgb(209 213 219 / 0.2);
}

.border-r-gray-300\/25{
  border-right-color: rgb(209 213 219 / 0.25);
}

.border-r-gray-300\/30{
  border-right-color: rgb(209 213 219 / 0.3);
}

.border-r-gray-300\/35{
  border-right-color: rgb(209 213 219 / 0.35);
}

.border-r-gray-300\/40{
  border-right-color: rgb(209 213 219 / 0.4);
}

.border-r-gray-300\/45{
  border-right-color: rgb(209 213 219 / 0.45);
}

.border-r-gray-300\/5{
  border-right-color: rgb(209 213 219 / 0.05);
}

.border-r-gray-300\/50{
  border-right-color: rgb(209 213 219 / 0.5);
}

.border-r-gray-300\/55{
  border-right-color: rgb(209 213 219 / 0.55);
}

.border-r-gray-300\/60{
  border-right-color: rgb(209 213 219 / 0.6);
}

.border-r-gray-300\/65{
  border-right-color: rgb(209 213 219 / 0.65);
}

.border-r-gray-300\/70{
  border-right-color: rgb(209 213 219 / 0.7);
}

.border-r-gray-300\/75{
  border-right-color: rgb(209 213 219 / 0.75);
}

.border-r-gray-300\/80{
  border-right-color: rgb(209 213 219 / 0.8);
}

.border-r-gray-300\/85{
  border-right-color: rgb(209 213 219 / 0.85);
}

.border-r-gray-300\/90{
  border-right-color: rgb(209 213 219 / 0.9);
}

.border-r-gray-300\/95{
  border-right-color: rgb(209 213 219 / 0.95);
}

.border-r-gray-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-r-gray-400\/0{
  border-right-color: rgb(156 163 175 / 0);
}

.border-r-gray-400\/10{
  border-right-color: rgb(156 163 175 / 0.1);
}

.border-r-gray-400\/100{
  border-right-color: rgb(156 163 175 / 1);
}

.border-r-gray-400\/15{
  border-right-color: rgb(156 163 175 / 0.15);
}

.border-r-gray-400\/20{
  border-right-color: rgb(156 163 175 / 0.2);
}

.border-r-gray-400\/25{
  border-right-color: rgb(156 163 175 / 0.25);
}

.border-r-gray-400\/30{
  border-right-color: rgb(156 163 175 / 0.3);
}

.border-r-gray-400\/35{
  border-right-color: rgb(156 163 175 / 0.35);
}

.border-r-gray-400\/40{
  border-right-color: rgb(156 163 175 / 0.4);
}

.border-r-gray-400\/45{
  border-right-color: rgb(156 163 175 / 0.45);
}

.border-r-gray-400\/5{
  border-right-color: rgb(156 163 175 / 0.05);
}

.border-r-gray-400\/50{
  border-right-color: rgb(156 163 175 / 0.5);
}

.border-r-gray-400\/55{
  border-right-color: rgb(156 163 175 / 0.55);
}

.border-r-gray-400\/60{
  border-right-color: rgb(156 163 175 / 0.6);
}

.border-r-gray-400\/65{
  border-right-color: rgb(156 163 175 / 0.65);
}

.border-r-gray-400\/70{
  border-right-color: rgb(156 163 175 / 0.7);
}

.border-r-gray-400\/75{
  border-right-color: rgb(156 163 175 / 0.75);
}

.border-r-gray-400\/80{
  border-right-color: rgb(156 163 175 / 0.8);
}

.border-r-gray-400\/85{
  border-right-color: rgb(156 163 175 / 0.85);
}

.border-r-gray-400\/90{
  border-right-color: rgb(156 163 175 / 0.9);
}

.border-r-gray-400\/95{
  border-right-color: rgb(156 163 175 / 0.95);
}

.border-r-gray-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-r-gray-50\/0{
  border-right-color: rgb(249 250 251 / 0);
}

.border-r-gray-50\/10{
  border-right-color: rgb(249 250 251 / 0.1);
}

.border-r-gray-50\/100{
  border-right-color: rgb(249 250 251 / 1);
}

.border-r-gray-50\/15{
  border-right-color: rgb(249 250 251 / 0.15);
}

.border-r-gray-50\/20{
  border-right-color: rgb(249 250 251 / 0.2);
}

.border-r-gray-50\/25{
  border-right-color: rgb(249 250 251 / 0.25);
}

.border-r-gray-50\/30{
  border-right-color: rgb(249 250 251 / 0.3);
}

.border-r-gray-50\/35{
  border-right-color: rgb(249 250 251 / 0.35);
}

.border-r-gray-50\/40{
  border-right-color: rgb(249 250 251 / 0.4);
}

.border-r-gray-50\/45{
  border-right-color: rgb(249 250 251 / 0.45);
}

.border-r-gray-50\/5{
  border-right-color: rgb(249 250 251 / 0.05);
}

.border-r-gray-50\/50{
  border-right-color: rgb(249 250 251 / 0.5);
}

.border-r-gray-50\/55{
  border-right-color: rgb(249 250 251 / 0.55);
}

.border-r-gray-50\/60{
  border-right-color: rgb(249 250 251 / 0.6);
}

.border-r-gray-50\/65{
  border-right-color: rgb(249 250 251 / 0.65);
}

.border-r-gray-50\/70{
  border-right-color: rgb(249 250 251 / 0.7);
}

.border-r-gray-50\/75{
  border-right-color: rgb(249 250 251 / 0.75);
}

.border-r-gray-50\/80{
  border-right-color: rgb(249 250 251 / 0.8);
}

.border-r-gray-50\/85{
  border-right-color: rgb(249 250 251 / 0.85);
}

.border-r-gray-50\/90{
  border-right-color: rgb(249 250 251 / 0.9);
}

.border-r-gray-50\/95{
  border-right-color: rgb(249 250 251 / 0.95);
}

.border-r-gray-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-r-gray-500\/0{
  border-right-color: rgb(107 114 128 / 0);
}

.border-r-gray-500\/10{
  border-right-color: rgb(107 114 128 / 0.1);
}

.border-r-gray-500\/100{
  border-right-color: rgb(107 114 128 / 1);
}

.border-r-gray-500\/15{
  border-right-color: rgb(107 114 128 / 0.15);
}

.border-r-gray-500\/20{
  border-right-color: rgb(107 114 128 / 0.2);
}

.border-r-gray-500\/25{
  border-right-color: rgb(107 114 128 / 0.25);
}

.border-r-gray-500\/30{
  border-right-color: rgb(107 114 128 / 0.3);
}

.border-r-gray-500\/35{
  border-right-color: rgb(107 114 128 / 0.35);
}

.border-r-gray-500\/40{
  border-right-color: rgb(107 114 128 / 0.4);
}

.border-r-gray-500\/45{
  border-right-color: rgb(107 114 128 / 0.45);
}

.border-r-gray-500\/5{
  border-right-color: rgb(107 114 128 / 0.05);
}

.border-r-gray-500\/50{
  border-right-color: rgb(107 114 128 / 0.5);
}

.border-r-gray-500\/55{
  border-right-color: rgb(107 114 128 / 0.55);
}

.border-r-gray-500\/60{
  border-right-color: rgb(107 114 128 / 0.6);
}

.border-r-gray-500\/65{
  border-right-color: rgb(107 114 128 / 0.65);
}

.border-r-gray-500\/70{
  border-right-color: rgb(107 114 128 / 0.7);
}

.border-r-gray-500\/75{
  border-right-color: rgb(107 114 128 / 0.75);
}

.border-r-gray-500\/80{
  border-right-color: rgb(107 114 128 / 0.8);
}

.border-r-gray-500\/85{
  border-right-color: rgb(107 114 128 / 0.85);
}

.border-r-gray-500\/90{
  border-right-color: rgb(107 114 128 / 0.9);
}

.border-r-gray-500\/95{
  border-right-color: rgb(107 114 128 / 0.95);
}

.border-r-gray-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-r-gray-600\/0{
  border-right-color: rgb(75 85 99 / 0);
}

.border-r-gray-600\/10{
  border-right-color: rgb(75 85 99 / 0.1);
}

.border-r-gray-600\/100{
  border-right-color: rgb(75 85 99 / 1);
}

.border-r-gray-600\/15{
  border-right-color: rgb(75 85 99 / 0.15);
}

.border-r-gray-600\/20{
  border-right-color: rgb(75 85 99 / 0.2);
}

.border-r-gray-600\/25{
  border-right-color: rgb(75 85 99 / 0.25);
}

.border-r-gray-600\/30{
  border-right-color: rgb(75 85 99 / 0.3);
}

.border-r-gray-600\/35{
  border-right-color: rgb(75 85 99 / 0.35);
}

.border-r-gray-600\/40{
  border-right-color: rgb(75 85 99 / 0.4);
}

.border-r-gray-600\/45{
  border-right-color: rgb(75 85 99 / 0.45);
}

.border-r-gray-600\/5{
  border-right-color: rgb(75 85 99 / 0.05);
}

.border-r-gray-600\/50{
  border-right-color: rgb(75 85 99 / 0.5);
}

.border-r-gray-600\/55{
  border-right-color: rgb(75 85 99 / 0.55);
}

.border-r-gray-600\/60{
  border-right-color: rgb(75 85 99 / 0.6);
}

.border-r-gray-600\/65{
  border-right-color: rgb(75 85 99 / 0.65);
}

.border-r-gray-600\/70{
  border-right-color: rgb(75 85 99 / 0.7);
}

.border-r-gray-600\/75{
  border-right-color: rgb(75 85 99 / 0.75);
}

.border-r-gray-600\/80{
  border-right-color: rgb(75 85 99 / 0.8);
}

.border-r-gray-600\/85{
  border-right-color: rgb(75 85 99 / 0.85);
}

.border-r-gray-600\/90{
  border-right-color: rgb(75 85 99 / 0.9);
}

.border-r-gray-600\/95{
  border-right-color: rgb(75 85 99 / 0.95);
}

.border-r-gray-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-r-gray-700\/0{
  border-right-color: rgb(55 65 81 / 0);
}

.border-r-gray-700\/10{
  border-right-color: rgb(55 65 81 / 0.1);
}

.border-r-gray-700\/100{
  border-right-color: rgb(55 65 81 / 1);
}

.border-r-gray-700\/15{
  border-right-color: rgb(55 65 81 / 0.15);
}

.border-r-gray-700\/20{
  border-right-color: rgb(55 65 81 / 0.2);
}

.border-r-gray-700\/25{
  border-right-color: rgb(55 65 81 / 0.25);
}

.border-r-gray-700\/30{
  border-right-color: rgb(55 65 81 / 0.3);
}

.border-r-gray-700\/35{
  border-right-color: rgb(55 65 81 / 0.35);
}

.border-r-gray-700\/40{
  border-right-color: rgb(55 65 81 / 0.4);
}

.border-r-gray-700\/45{
  border-right-color: rgb(55 65 81 / 0.45);
}

.border-r-gray-700\/5{
  border-right-color: rgb(55 65 81 / 0.05);
}

.border-r-gray-700\/50{
  border-right-color: rgb(55 65 81 / 0.5);
}

.border-r-gray-700\/55{
  border-right-color: rgb(55 65 81 / 0.55);
}

.border-r-gray-700\/60{
  border-right-color: rgb(55 65 81 / 0.6);
}

.border-r-gray-700\/65{
  border-right-color: rgb(55 65 81 / 0.65);
}

.border-r-gray-700\/70{
  border-right-color: rgb(55 65 81 / 0.7);
}

.border-r-gray-700\/75{
  border-right-color: rgb(55 65 81 / 0.75);
}

.border-r-gray-700\/80{
  border-right-color: rgb(55 65 81 / 0.8);
}

.border-r-gray-700\/85{
  border-right-color: rgb(55 65 81 / 0.85);
}

.border-r-gray-700\/90{
  border-right-color: rgb(55 65 81 / 0.9);
}

.border-r-gray-700\/95{
  border-right-color: rgb(55 65 81 / 0.95);
}

.border-r-gray-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-r-gray-800\/0{
  border-right-color: rgb(31 41 55 / 0);
}

.border-r-gray-800\/10{
  border-right-color: rgb(31 41 55 / 0.1);
}

.border-r-gray-800\/100{
  border-right-color: rgb(31 41 55 / 1);
}

.border-r-gray-800\/15{
  border-right-color: rgb(31 41 55 / 0.15);
}

.border-r-gray-800\/20{
  border-right-color: rgb(31 41 55 / 0.2);
}

.border-r-gray-800\/25{
  border-right-color: rgb(31 41 55 / 0.25);
}

.border-r-gray-800\/30{
  border-right-color: rgb(31 41 55 / 0.3);
}

.border-r-gray-800\/35{
  border-right-color: rgb(31 41 55 / 0.35);
}

.border-r-gray-800\/40{
  border-right-color: rgb(31 41 55 / 0.4);
}

.border-r-gray-800\/45{
  border-right-color: rgb(31 41 55 / 0.45);
}

.border-r-gray-800\/5{
  border-right-color: rgb(31 41 55 / 0.05);
}

.border-r-gray-800\/50{
  border-right-color: rgb(31 41 55 / 0.5);
}

.border-r-gray-800\/55{
  border-right-color: rgb(31 41 55 / 0.55);
}

.border-r-gray-800\/60{
  border-right-color: rgb(31 41 55 / 0.6);
}

.border-r-gray-800\/65{
  border-right-color: rgb(31 41 55 / 0.65);
}

.border-r-gray-800\/70{
  border-right-color: rgb(31 41 55 / 0.7);
}

.border-r-gray-800\/75{
  border-right-color: rgb(31 41 55 / 0.75);
}

.border-r-gray-800\/80{
  border-right-color: rgb(31 41 55 / 0.8);
}

.border-r-gray-800\/85{
  border-right-color: rgb(31 41 55 / 0.85);
}

.border-r-gray-800\/90{
  border-right-color: rgb(31 41 55 / 0.9);
}

.border-r-gray-800\/95{
  border-right-color: rgb(31 41 55 / 0.95);
}

.border-r-gray-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-r-gray-900\/0{
  border-right-color: rgb(17 24 39 / 0);
}

.border-r-gray-900\/10{
  border-right-color: rgb(17 24 39 / 0.1);
}

.border-r-gray-900\/100{
  border-right-color: rgb(17 24 39 / 1);
}

.border-r-gray-900\/15{
  border-right-color: rgb(17 24 39 / 0.15);
}

.border-r-gray-900\/20{
  border-right-color: rgb(17 24 39 / 0.2);
}

.border-r-gray-900\/25{
  border-right-color: rgb(17 24 39 / 0.25);
}

.border-r-gray-900\/30{
  border-right-color: rgb(17 24 39 / 0.3);
}

.border-r-gray-900\/35{
  border-right-color: rgb(17 24 39 / 0.35);
}

.border-r-gray-900\/40{
  border-right-color: rgb(17 24 39 / 0.4);
}

.border-r-gray-900\/45{
  border-right-color: rgb(17 24 39 / 0.45);
}

.border-r-gray-900\/5{
  border-right-color: rgb(17 24 39 / 0.05);
}

.border-r-gray-900\/50{
  border-right-color: rgb(17 24 39 / 0.5);
}

.border-r-gray-900\/55{
  border-right-color: rgb(17 24 39 / 0.55);
}

.border-r-gray-900\/60{
  border-right-color: rgb(17 24 39 / 0.6);
}

.border-r-gray-900\/65{
  border-right-color: rgb(17 24 39 / 0.65);
}

.border-r-gray-900\/70{
  border-right-color: rgb(17 24 39 / 0.7);
}

.border-r-gray-900\/75{
  border-right-color: rgb(17 24 39 / 0.75);
}

.border-r-gray-900\/80{
  border-right-color: rgb(17 24 39 / 0.8);
}

.border-r-gray-900\/85{
  border-right-color: rgb(17 24 39 / 0.85);
}

.border-r-gray-900\/90{
  border-right-color: rgb(17 24 39 / 0.9);
}

.border-r-gray-900\/95{
  border-right-color: rgb(17 24 39 / 0.95);
}

.border-r-gray-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-r-gray-950\/0{
  border-right-color: rgb(3 7 18 / 0);
}

.border-r-gray-950\/10{
  border-right-color: rgb(3 7 18 / 0.1);
}

.border-r-gray-950\/100{
  border-right-color: rgb(3 7 18 / 1);
}

.border-r-gray-950\/15{
  border-right-color: rgb(3 7 18 / 0.15);
}

.border-r-gray-950\/20{
  border-right-color: rgb(3 7 18 / 0.2);
}

.border-r-gray-950\/25{
  border-right-color: rgb(3 7 18 / 0.25);
}

.border-r-gray-950\/30{
  border-right-color: rgb(3 7 18 / 0.3);
}

.border-r-gray-950\/35{
  border-right-color: rgb(3 7 18 / 0.35);
}

.border-r-gray-950\/40{
  border-right-color: rgb(3 7 18 / 0.4);
}

.border-r-gray-950\/45{
  border-right-color: rgb(3 7 18 / 0.45);
}

.border-r-gray-950\/5{
  border-right-color: rgb(3 7 18 / 0.05);
}

.border-r-gray-950\/50{
  border-right-color: rgb(3 7 18 / 0.5);
}

.border-r-gray-950\/55{
  border-right-color: rgb(3 7 18 / 0.55);
}

.border-r-gray-950\/60{
  border-right-color: rgb(3 7 18 / 0.6);
}

.border-r-gray-950\/65{
  border-right-color: rgb(3 7 18 / 0.65);
}

.border-r-gray-950\/70{
  border-right-color: rgb(3 7 18 / 0.7);
}

.border-r-gray-950\/75{
  border-right-color: rgb(3 7 18 / 0.75);
}

.border-r-gray-950\/80{
  border-right-color: rgb(3 7 18 / 0.8);
}

.border-r-gray-950\/85{
  border-right-color: rgb(3 7 18 / 0.85);
}

.border-r-gray-950\/90{
  border-right-color: rgb(3 7 18 / 0.9);
}

.border-r-gray-950\/95{
  border-right-color: rgb(3 7 18 / 0.95);
}

.border-r-green-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-r-green-100\/0{
  border-right-color: rgb(220 252 231 / 0);
}

.border-r-green-100\/10{
  border-right-color: rgb(220 252 231 / 0.1);
}

.border-r-green-100\/100{
  border-right-color: rgb(220 252 231 / 1);
}

.border-r-green-100\/15{
  border-right-color: rgb(220 252 231 / 0.15);
}

.border-r-green-100\/20{
  border-right-color: rgb(220 252 231 / 0.2);
}

.border-r-green-100\/25{
  border-right-color: rgb(220 252 231 / 0.25);
}

.border-r-green-100\/30{
  border-right-color: rgb(220 252 231 / 0.3);
}

.border-r-green-100\/35{
  border-right-color: rgb(220 252 231 / 0.35);
}

.border-r-green-100\/40{
  border-right-color: rgb(220 252 231 / 0.4);
}

.border-r-green-100\/45{
  border-right-color: rgb(220 252 231 / 0.45);
}

.border-r-green-100\/5{
  border-right-color: rgb(220 252 231 / 0.05);
}

.border-r-green-100\/50{
  border-right-color: rgb(220 252 231 / 0.5);
}

.border-r-green-100\/55{
  border-right-color: rgb(220 252 231 / 0.55);
}

.border-r-green-100\/60{
  border-right-color: rgb(220 252 231 / 0.6);
}

.border-r-green-100\/65{
  border-right-color: rgb(220 252 231 / 0.65);
}

.border-r-green-100\/70{
  border-right-color: rgb(220 252 231 / 0.7);
}

.border-r-green-100\/75{
  border-right-color: rgb(220 252 231 / 0.75);
}

.border-r-green-100\/80{
  border-right-color: rgb(220 252 231 / 0.8);
}

.border-r-green-100\/85{
  border-right-color: rgb(220 252 231 / 0.85);
}

.border-r-green-100\/90{
  border-right-color: rgb(220 252 231 / 0.9);
}

.border-r-green-100\/95{
  border-right-color: rgb(220 252 231 / 0.95);
}

.border-r-green-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-r-green-200\/0{
  border-right-color: rgb(187 247 208 / 0);
}

.border-r-green-200\/10{
  border-right-color: rgb(187 247 208 / 0.1);
}

.border-r-green-200\/100{
  border-right-color: rgb(187 247 208 / 1);
}

.border-r-green-200\/15{
  border-right-color: rgb(187 247 208 / 0.15);
}

.border-r-green-200\/20{
  border-right-color: rgb(187 247 208 / 0.2);
}

.border-r-green-200\/25{
  border-right-color: rgb(187 247 208 / 0.25);
}

.border-r-green-200\/30{
  border-right-color: rgb(187 247 208 / 0.3);
}

.border-r-green-200\/35{
  border-right-color: rgb(187 247 208 / 0.35);
}

.border-r-green-200\/40{
  border-right-color: rgb(187 247 208 / 0.4);
}

.border-r-green-200\/45{
  border-right-color: rgb(187 247 208 / 0.45);
}

.border-r-green-200\/5{
  border-right-color: rgb(187 247 208 / 0.05);
}

.border-r-green-200\/50{
  border-right-color: rgb(187 247 208 / 0.5);
}

.border-r-green-200\/55{
  border-right-color: rgb(187 247 208 / 0.55);
}

.border-r-green-200\/60{
  border-right-color: rgb(187 247 208 / 0.6);
}

.border-r-green-200\/65{
  border-right-color: rgb(187 247 208 / 0.65);
}

.border-r-green-200\/70{
  border-right-color: rgb(187 247 208 / 0.7);
}

.border-r-green-200\/75{
  border-right-color: rgb(187 247 208 / 0.75);
}

.border-r-green-200\/80{
  border-right-color: rgb(187 247 208 / 0.8);
}

.border-r-green-200\/85{
  border-right-color: rgb(187 247 208 / 0.85);
}

.border-r-green-200\/90{
  border-right-color: rgb(187 247 208 / 0.9);
}

.border-r-green-200\/95{
  border-right-color: rgb(187 247 208 / 0.95);
}

.border-r-green-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-r-green-300\/0{
  border-right-color: rgb(134 239 172 / 0);
}

.border-r-green-300\/10{
  border-right-color: rgb(134 239 172 / 0.1);
}

.border-r-green-300\/100{
  border-right-color: rgb(134 239 172 / 1);
}

.border-r-green-300\/15{
  border-right-color: rgb(134 239 172 / 0.15);
}

.border-r-green-300\/20{
  border-right-color: rgb(134 239 172 / 0.2);
}

.border-r-green-300\/25{
  border-right-color: rgb(134 239 172 / 0.25);
}

.border-r-green-300\/30{
  border-right-color: rgb(134 239 172 / 0.3);
}

.border-r-green-300\/35{
  border-right-color: rgb(134 239 172 / 0.35);
}

.border-r-green-300\/40{
  border-right-color: rgb(134 239 172 / 0.4);
}

.border-r-green-300\/45{
  border-right-color: rgb(134 239 172 / 0.45);
}

.border-r-green-300\/5{
  border-right-color: rgb(134 239 172 / 0.05);
}

.border-r-green-300\/50{
  border-right-color: rgb(134 239 172 / 0.5);
}

.border-r-green-300\/55{
  border-right-color: rgb(134 239 172 / 0.55);
}

.border-r-green-300\/60{
  border-right-color: rgb(134 239 172 / 0.6);
}

.border-r-green-300\/65{
  border-right-color: rgb(134 239 172 / 0.65);
}

.border-r-green-300\/70{
  border-right-color: rgb(134 239 172 / 0.7);
}

.border-r-green-300\/75{
  border-right-color: rgb(134 239 172 / 0.75);
}

.border-r-green-300\/80{
  border-right-color: rgb(134 239 172 / 0.8);
}

.border-r-green-300\/85{
  border-right-color: rgb(134 239 172 / 0.85);
}

.border-r-green-300\/90{
  border-right-color: rgb(134 239 172 / 0.9);
}

.border-r-green-300\/95{
  border-right-color: rgb(134 239 172 / 0.95);
}

.border-r-green-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-r-green-400\/0{
  border-right-color: rgb(74 222 128 / 0);
}

.border-r-green-400\/10{
  border-right-color: rgb(74 222 128 / 0.1);
}

.border-r-green-400\/100{
  border-right-color: rgb(74 222 128 / 1);
}

.border-r-green-400\/15{
  border-right-color: rgb(74 222 128 / 0.15);
}

.border-r-green-400\/20{
  border-right-color: rgb(74 222 128 / 0.2);
}

.border-r-green-400\/25{
  border-right-color: rgb(74 222 128 / 0.25);
}

.border-r-green-400\/30{
  border-right-color: rgb(74 222 128 / 0.3);
}

.border-r-green-400\/35{
  border-right-color: rgb(74 222 128 / 0.35);
}

.border-r-green-400\/40{
  border-right-color: rgb(74 222 128 / 0.4);
}

.border-r-green-400\/45{
  border-right-color: rgb(74 222 128 / 0.45);
}

.border-r-green-400\/5{
  border-right-color: rgb(74 222 128 / 0.05);
}

.border-r-green-400\/50{
  border-right-color: rgb(74 222 128 / 0.5);
}

.border-r-green-400\/55{
  border-right-color: rgb(74 222 128 / 0.55);
}

.border-r-green-400\/60{
  border-right-color: rgb(74 222 128 / 0.6);
}

.border-r-green-400\/65{
  border-right-color: rgb(74 222 128 / 0.65);
}

.border-r-green-400\/70{
  border-right-color: rgb(74 222 128 / 0.7);
}

.border-r-green-400\/75{
  border-right-color: rgb(74 222 128 / 0.75);
}

.border-r-green-400\/80{
  border-right-color: rgb(74 222 128 / 0.8);
}

.border-r-green-400\/85{
  border-right-color: rgb(74 222 128 / 0.85);
}

.border-r-green-400\/90{
  border-right-color: rgb(74 222 128 / 0.9);
}

.border-r-green-400\/95{
  border-right-color: rgb(74 222 128 / 0.95);
}

.border-r-green-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-r-green-50\/0{
  border-right-color: rgb(240 253 244 / 0);
}

.border-r-green-50\/10{
  border-right-color: rgb(240 253 244 / 0.1);
}

.border-r-green-50\/100{
  border-right-color: rgb(240 253 244 / 1);
}

.border-r-green-50\/15{
  border-right-color: rgb(240 253 244 / 0.15);
}

.border-r-green-50\/20{
  border-right-color: rgb(240 253 244 / 0.2);
}

.border-r-green-50\/25{
  border-right-color: rgb(240 253 244 / 0.25);
}

.border-r-green-50\/30{
  border-right-color: rgb(240 253 244 / 0.3);
}

.border-r-green-50\/35{
  border-right-color: rgb(240 253 244 / 0.35);
}

.border-r-green-50\/40{
  border-right-color: rgb(240 253 244 / 0.4);
}

.border-r-green-50\/45{
  border-right-color: rgb(240 253 244 / 0.45);
}

.border-r-green-50\/5{
  border-right-color: rgb(240 253 244 / 0.05);
}

.border-r-green-50\/50{
  border-right-color: rgb(240 253 244 / 0.5);
}

.border-r-green-50\/55{
  border-right-color: rgb(240 253 244 / 0.55);
}

.border-r-green-50\/60{
  border-right-color: rgb(240 253 244 / 0.6);
}

.border-r-green-50\/65{
  border-right-color: rgb(240 253 244 / 0.65);
}

.border-r-green-50\/70{
  border-right-color: rgb(240 253 244 / 0.7);
}

.border-r-green-50\/75{
  border-right-color: rgb(240 253 244 / 0.75);
}

.border-r-green-50\/80{
  border-right-color: rgb(240 253 244 / 0.8);
}

.border-r-green-50\/85{
  border-right-color: rgb(240 253 244 / 0.85);
}

.border-r-green-50\/90{
  border-right-color: rgb(240 253 244 / 0.9);
}

.border-r-green-50\/95{
  border-right-color: rgb(240 253 244 / 0.95);
}

.border-r-green-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-r-green-500\/0{
  border-right-color: rgb(34 197 94 / 0);
}

.border-r-green-500\/10{
  border-right-color: rgb(34 197 94 / 0.1);
}

.border-r-green-500\/100{
  border-right-color: rgb(34 197 94 / 1);
}

.border-r-green-500\/15{
  border-right-color: rgb(34 197 94 / 0.15);
}

.border-r-green-500\/20{
  border-right-color: rgb(34 197 94 / 0.2);
}

.border-r-green-500\/25{
  border-right-color: rgb(34 197 94 / 0.25);
}

.border-r-green-500\/30{
  border-right-color: rgb(34 197 94 / 0.3);
}

.border-r-green-500\/35{
  border-right-color: rgb(34 197 94 / 0.35);
}

.border-r-green-500\/40{
  border-right-color: rgb(34 197 94 / 0.4);
}

.border-r-green-500\/45{
  border-right-color: rgb(34 197 94 / 0.45);
}

.border-r-green-500\/5{
  border-right-color: rgb(34 197 94 / 0.05);
}

.border-r-green-500\/50{
  border-right-color: rgb(34 197 94 / 0.5);
}

.border-r-green-500\/55{
  border-right-color: rgb(34 197 94 / 0.55);
}

.border-r-green-500\/60{
  border-right-color: rgb(34 197 94 / 0.6);
}

.border-r-green-500\/65{
  border-right-color: rgb(34 197 94 / 0.65);
}

.border-r-green-500\/70{
  border-right-color: rgb(34 197 94 / 0.7);
}

.border-r-green-500\/75{
  border-right-color: rgb(34 197 94 / 0.75);
}

.border-r-green-500\/80{
  border-right-color: rgb(34 197 94 / 0.8);
}

.border-r-green-500\/85{
  border-right-color: rgb(34 197 94 / 0.85);
}

.border-r-green-500\/90{
  border-right-color: rgb(34 197 94 / 0.9);
}

.border-r-green-500\/95{
  border-right-color: rgb(34 197 94 / 0.95);
}

.border-r-green-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-r-green-600\/0{
  border-right-color: rgb(22 163 74 / 0);
}

.border-r-green-600\/10{
  border-right-color: rgb(22 163 74 / 0.1);
}

.border-r-green-600\/100{
  border-right-color: rgb(22 163 74 / 1);
}

.border-r-green-600\/15{
  border-right-color: rgb(22 163 74 / 0.15);
}

.border-r-green-600\/20{
  border-right-color: rgb(22 163 74 / 0.2);
}

.border-r-green-600\/25{
  border-right-color: rgb(22 163 74 / 0.25);
}

.border-r-green-600\/30{
  border-right-color: rgb(22 163 74 / 0.3);
}

.border-r-green-600\/35{
  border-right-color: rgb(22 163 74 / 0.35);
}

.border-r-green-600\/40{
  border-right-color: rgb(22 163 74 / 0.4);
}

.border-r-green-600\/45{
  border-right-color: rgb(22 163 74 / 0.45);
}

.border-r-green-600\/5{
  border-right-color: rgb(22 163 74 / 0.05);
}

.border-r-green-600\/50{
  border-right-color: rgb(22 163 74 / 0.5);
}

.border-r-green-600\/55{
  border-right-color: rgb(22 163 74 / 0.55);
}

.border-r-green-600\/60{
  border-right-color: rgb(22 163 74 / 0.6);
}

.border-r-green-600\/65{
  border-right-color: rgb(22 163 74 / 0.65);
}

.border-r-green-600\/70{
  border-right-color: rgb(22 163 74 / 0.7);
}

.border-r-green-600\/75{
  border-right-color: rgb(22 163 74 / 0.75);
}

.border-r-green-600\/80{
  border-right-color: rgb(22 163 74 / 0.8);
}

.border-r-green-600\/85{
  border-right-color: rgb(22 163 74 / 0.85);
}

.border-r-green-600\/90{
  border-right-color: rgb(22 163 74 / 0.9);
}

.border-r-green-600\/95{
  border-right-color: rgb(22 163 74 / 0.95);
}

.border-r-green-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-r-green-700\/0{
  border-right-color: rgb(21 128 61 / 0);
}

.border-r-green-700\/10{
  border-right-color: rgb(21 128 61 / 0.1);
}

.border-r-green-700\/100{
  border-right-color: rgb(21 128 61 / 1);
}

.border-r-green-700\/15{
  border-right-color: rgb(21 128 61 / 0.15);
}

.border-r-green-700\/20{
  border-right-color: rgb(21 128 61 / 0.2);
}

.border-r-green-700\/25{
  border-right-color: rgb(21 128 61 / 0.25);
}

.border-r-green-700\/30{
  border-right-color: rgb(21 128 61 / 0.3);
}

.border-r-green-700\/35{
  border-right-color: rgb(21 128 61 / 0.35);
}

.border-r-green-700\/40{
  border-right-color: rgb(21 128 61 / 0.4);
}

.border-r-green-700\/45{
  border-right-color: rgb(21 128 61 / 0.45);
}

.border-r-green-700\/5{
  border-right-color: rgb(21 128 61 / 0.05);
}

.border-r-green-700\/50{
  border-right-color: rgb(21 128 61 / 0.5);
}

.border-r-green-700\/55{
  border-right-color: rgb(21 128 61 / 0.55);
}

.border-r-green-700\/60{
  border-right-color: rgb(21 128 61 / 0.6);
}

.border-r-green-700\/65{
  border-right-color: rgb(21 128 61 / 0.65);
}

.border-r-green-700\/70{
  border-right-color: rgb(21 128 61 / 0.7);
}

.border-r-green-700\/75{
  border-right-color: rgb(21 128 61 / 0.75);
}

.border-r-green-700\/80{
  border-right-color: rgb(21 128 61 / 0.8);
}

.border-r-green-700\/85{
  border-right-color: rgb(21 128 61 / 0.85);
}

.border-r-green-700\/90{
  border-right-color: rgb(21 128 61 / 0.9);
}

.border-r-green-700\/95{
  border-right-color: rgb(21 128 61 / 0.95);
}

.border-r-green-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-r-green-800\/0{
  border-right-color: rgb(22 101 52 / 0);
}

.border-r-green-800\/10{
  border-right-color: rgb(22 101 52 / 0.1);
}

.border-r-green-800\/100{
  border-right-color: rgb(22 101 52 / 1);
}

.border-r-green-800\/15{
  border-right-color: rgb(22 101 52 / 0.15);
}

.border-r-green-800\/20{
  border-right-color: rgb(22 101 52 / 0.2);
}

.border-r-green-800\/25{
  border-right-color: rgb(22 101 52 / 0.25);
}

.border-r-green-800\/30{
  border-right-color: rgb(22 101 52 / 0.3);
}

.border-r-green-800\/35{
  border-right-color: rgb(22 101 52 / 0.35);
}

.border-r-green-800\/40{
  border-right-color: rgb(22 101 52 / 0.4);
}

.border-r-green-800\/45{
  border-right-color: rgb(22 101 52 / 0.45);
}

.border-r-green-800\/5{
  border-right-color: rgb(22 101 52 / 0.05);
}

.border-r-green-800\/50{
  border-right-color: rgb(22 101 52 / 0.5);
}

.border-r-green-800\/55{
  border-right-color: rgb(22 101 52 / 0.55);
}

.border-r-green-800\/60{
  border-right-color: rgb(22 101 52 / 0.6);
}

.border-r-green-800\/65{
  border-right-color: rgb(22 101 52 / 0.65);
}

.border-r-green-800\/70{
  border-right-color: rgb(22 101 52 / 0.7);
}

.border-r-green-800\/75{
  border-right-color: rgb(22 101 52 / 0.75);
}

.border-r-green-800\/80{
  border-right-color: rgb(22 101 52 / 0.8);
}

.border-r-green-800\/85{
  border-right-color: rgb(22 101 52 / 0.85);
}

.border-r-green-800\/90{
  border-right-color: rgb(22 101 52 / 0.9);
}

.border-r-green-800\/95{
  border-right-color: rgb(22 101 52 / 0.95);
}

.border-r-green-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-r-green-900\/0{
  border-right-color: rgb(20 83 45 / 0);
}

.border-r-green-900\/10{
  border-right-color: rgb(20 83 45 / 0.1);
}

.border-r-green-900\/100{
  border-right-color: rgb(20 83 45 / 1);
}

.border-r-green-900\/15{
  border-right-color: rgb(20 83 45 / 0.15);
}

.border-r-green-900\/20{
  border-right-color: rgb(20 83 45 / 0.2);
}

.border-r-green-900\/25{
  border-right-color: rgb(20 83 45 / 0.25);
}

.border-r-green-900\/30{
  border-right-color: rgb(20 83 45 / 0.3);
}

.border-r-green-900\/35{
  border-right-color: rgb(20 83 45 / 0.35);
}

.border-r-green-900\/40{
  border-right-color: rgb(20 83 45 / 0.4);
}

.border-r-green-900\/45{
  border-right-color: rgb(20 83 45 / 0.45);
}

.border-r-green-900\/5{
  border-right-color: rgb(20 83 45 / 0.05);
}

.border-r-green-900\/50{
  border-right-color: rgb(20 83 45 / 0.5);
}

.border-r-green-900\/55{
  border-right-color: rgb(20 83 45 / 0.55);
}

.border-r-green-900\/60{
  border-right-color: rgb(20 83 45 / 0.6);
}

.border-r-green-900\/65{
  border-right-color: rgb(20 83 45 / 0.65);
}

.border-r-green-900\/70{
  border-right-color: rgb(20 83 45 / 0.7);
}

.border-r-green-900\/75{
  border-right-color: rgb(20 83 45 / 0.75);
}

.border-r-green-900\/80{
  border-right-color: rgb(20 83 45 / 0.8);
}

.border-r-green-900\/85{
  border-right-color: rgb(20 83 45 / 0.85);
}

.border-r-green-900\/90{
  border-right-color: rgb(20 83 45 / 0.9);
}

.border-r-green-900\/95{
  border-right-color: rgb(20 83 45 / 0.95);
}

.border-r-green-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-r-green-950\/0{
  border-right-color: rgb(5 46 22 / 0);
}

.border-r-green-950\/10{
  border-right-color: rgb(5 46 22 / 0.1);
}

.border-r-green-950\/100{
  border-right-color: rgb(5 46 22 / 1);
}

.border-r-green-950\/15{
  border-right-color: rgb(5 46 22 / 0.15);
}

.border-r-green-950\/20{
  border-right-color: rgb(5 46 22 / 0.2);
}

.border-r-green-950\/25{
  border-right-color: rgb(5 46 22 / 0.25);
}

.border-r-green-950\/30{
  border-right-color: rgb(5 46 22 / 0.3);
}

.border-r-green-950\/35{
  border-right-color: rgb(5 46 22 / 0.35);
}

.border-r-green-950\/40{
  border-right-color: rgb(5 46 22 / 0.4);
}

.border-r-green-950\/45{
  border-right-color: rgb(5 46 22 / 0.45);
}

.border-r-green-950\/5{
  border-right-color: rgb(5 46 22 / 0.05);
}

.border-r-green-950\/50{
  border-right-color: rgb(5 46 22 / 0.5);
}

.border-r-green-950\/55{
  border-right-color: rgb(5 46 22 / 0.55);
}

.border-r-green-950\/60{
  border-right-color: rgb(5 46 22 / 0.6);
}

.border-r-green-950\/65{
  border-right-color: rgb(5 46 22 / 0.65);
}

.border-r-green-950\/70{
  border-right-color: rgb(5 46 22 / 0.7);
}

.border-r-green-950\/75{
  border-right-color: rgb(5 46 22 / 0.75);
}

.border-r-green-950\/80{
  border-right-color: rgb(5 46 22 / 0.8);
}

.border-r-green-950\/85{
  border-right-color: rgb(5 46 22 / 0.85);
}

.border-r-green-950\/90{
  border-right-color: rgb(5 46 22 / 0.9);
}

.border-r-green-950\/95{
  border-right-color: rgb(5 46 22 / 0.95);
}

.border-r-indigo-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-r-indigo-100\/0{
  border-right-color: rgb(224 231 255 / 0);
}

.border-r-indigo-100\/10{
  border-right-color: rgb(224 231 255 / 0.1);
}

.border-r-indigo-100\/100{
  border-right-color: rgb(224 231 255 / 1);
}

.border-r-indigo-100\/15{
  border-right-color: rgb(224 231 255 / 0.15);
}

.border-r-indigo-100\/20{
  border-right-color: rgb(224 231 255 / 0.2);
}

.border-r-indigo-100\/25{
  border-right-color: rgb(224 231 255 / 0.25);
}

.border-r-indigo-100\/30{
  border-right-color: rgb(224 231 255 / 0.3);
}

.border-r-indigo-100\/35{
  border-right-color: rgb(224 231 255 / 0.35);
}

.border-r-indigo-100\/40{
  border-right-color: rgb(224 231 255 / 0.4);
}

.border-r-indigo-100\/45{
  border-right-color: rgb(224 231 255 / 0.45);
}

.border-r-indigo-100\/5{
  border-right-color: rgb(224 231 255 / 0.05);
}

.border-r-indigo-100\/50{
  border-right-color: rgb(224 231 255 / 0.5);
}

.border-r-indigo-100\/55{
  border-right-color: rgb(224 231 255 / 0.55);
}

.border-r-indigo-100\/60{
  border-right-color: rgb(224 231 255 / 0.6);
}

.border-r-indigo-100\/65{
  border-right-color: rgb(224 231 255 / 0.65);
}

.border-r-indigo-100\/70{
  border-right-color: rgb(224 231 255 / 0.7);
}

.border-r-indigo-100\/75{
  border-right-color: rgb(224 231 255 / 0.75);
}

.border-r-indigo-100\/80{
  border-right-color: rgb(224 231 255 / 0.8);
}

.border-r-indigo-100\/85{
  border-right-color: rgb(224 231 255 / 0.85);
}

.border-r-indigo-100\/90{
  border-right-color: rgb(224 231 255 / 0.9);
}

.border-r-indigo-100\/95{
  border-right-color: rgb(224 231 255 / 0.95);
}

.border-r-indigo-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-r-indigo-200\/0{
  border-right-color: rgb(199 210 254 / 0);
}

.border-r-indigo-200\/10{
  border-right-color: rgb(199 210 254 / 0.1);
}

.border-r-indigo-200\/100{
  border-right-color: rgb(199 210 254 / 1);
}

.border-r-indigo-200\/15{
  border-right-color: rgb(199 210 254 / 0.15);
}

.border-r-indigo-200\/20{
  border-right-color: rgb(199 210 254 / 0.2);
}

.border-r-indigo-200\/25{
  border-right-color: rgb(199 210 254 / 0.25);
}

.border-r-indigo-200\/30{
  border-right-color: rgb(199 210 254 / 0.3);
}

.border-r-indigo-200\/35{
  border-right-color: rgb(199 210 254 / 0.35);
}

.border-r-indigo-200\/40{
  border-right-color: rgb(199 210 254 / 0.4);
}

.border-r-indigo-200\/45{
  border-right-color: rgb(199 210 254 / 0.45);
}

.border-r-indigo-200\/5{
  border-right-color: rgb(199 210 254 / 0.05);
}

.border-r-indigo-200\/50{
  border-right-color: rgb(199 210 254 / 0.5);
}

.border-r-indigo-200\/55{
  border-right-color: rgb(199 210 254 / 0.55);
}

.border-r-indigo-200\/60{
  border-right-color: rgb(199 210 254 / 0.6);
}

.border-r-indigo-200\/65{
  border-right-color: rgb(199 210 254 / 0.65);
}

.border-r-indigo-200\/70{
  border-right-color: rgb(199 210 254 / 0.7);
}

.border-r-indigo-200\/75{
  border-right-color: rgb(199 210 254 / 0.75);
}

.border-r-indigo-200\/80{
  border-right-color: rgb(199 210 254 / 0.8);
}

.border-r-indigo-200\/85{
  border-right-color: rgb(199 210 254 / 0.85);
}

.border-r-indigo-200\/90{
  border-right-color: rgb(199 210 254 / 0.9);
}

.border-r-indigo-200\/95{
  border-right-color: rgb(199 210 254 / 0.95);
}

.border-r-indigo-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-r-indigo-300\/0{
  border-right-color: rgb(165 180 252 / 0);
}

.border-r-indigo-300\/10{
  border-right-color: rgb(165 180 252 / 0.1);
}

.border-r-indigo-300\/100{
  border-right-color: rgb(165 180 252 / 1);
}

.border-r-indigo-300\/15{
  border-right-color: rgb(165 180 252 / 0.15);
}

.border-r-indigo-300\/20{
  border-right-color: rgb(165 180 252 / 0.2);
}

.border-r-indigo-300\/25{
  border-right-color: rgb(165 180 252 / 0.25);
}

.border-r-indigo-300\/30{
  border-right-color: rgb(165 180 252 / 0.3);
}

.border-r-indigo-300\/35{
  border-right-color: rgb(165 180 252 / 0.35);
}

.border-r-indigo-300\/40{
  border-right-color: rgb(165 180 252 / 0.4);
}

.border-r-indigo-300\/45{
  border-right-color: rgb(165 180 252 / 0.45);
}

.border-r-indigo-300\/5{
  border-right-color: rgb(165 180 252 / 0.05);
}

.border-r-indigo-300\/50{
  border-right-color: rgb(165 180 252 / 0.5);
}

.border-r-indigo-300\/55{
  border-right-color: rgb(165 180 252 / 0.55);
}

.border-r-indigo-300\/60{
  border-right-color: rgb(165 180 252 / 0.6);
}

.border-r-indigo-300\/65{
  border-right-color: rgb(165 180 252 / 0.65);
}

.border-r-indigo-300\/70{
  border-right-color: rgb(165 180 252 / 0.7);
}

.border-r-indigo-300\/75{
  border-right-color: rgb(165 180 252 / 0.75);
}

.border-r-indigo-300\/80{
  border-right-color: rgb(165 180 252 / 0.8);
}

.border-r-indigo-300\/85{
  border-right-color: rgb(165 180 252 / 0.85);
}

.border-r-indigo-300\/90{
  border-right-color: rgb(165 180 252 / 0.9);
}

.border-r-indigo-300\/95{
  border-right-color: rgb(165 180 252 / 0.95);
}

.border-r-indigo-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-r-indigo-400\/0{
  border-right-color: rgb(129 140 248 / 0);
}

.border-r-indigo-400\/10{
  border-right-color: rgb(129 140 248 / 0.1);
}

.border-r-indigo-400\/100{
  border-right-color: rgb(129 140 248 / 1);
}

.border-r-indigo-400\/15{
  border-right-color: rgb(129 140 248 / 0.15);
}

.border-r-indigo-400\/20{
  border-right-color: rgb(129 140 248 / 0.2);
}

.border-r-indigo-400\/25{
  border-right-color: rgb(129 140 248 / 0.25);
}

.border-r-indigo-400\/30{
  border-right-color: rgb(129 140 248 / 0.3);
}

.border-r-indigo-400\/35{
  border-right-color: rgb(129 140 248 / 0.35);
}

.border-r-indigo-400\/40{
  border-right-color: rgb(129 140 248 / 0.4);
}

.border-r-indigo-400\/45{
  border-right-color: rgb(129 140 248 / 0.45);
}

.border-r-indigo-400\/5{
  border-right-color: rgb(129 140 248 / 0.05);
}

.border-r-indigo-400\/50{
  border-right-color: rgb(129 140 248 / 0.5);
}

.border-r-indigo-400\/55{
  border-right-color: rgb(129 140 248 / 0.55);
}

.border-r-indigo-400\/60{
  border-right-color: rgb(129 140 248 / 0.6);
}

.border-r-indigo-400\/65{
  border-right-color: rgb(129 140 248 / 0.65);
}

.border-r-indigo-400\/70{
  border-right-color: rgb(129 140 248 / 0.7);
}

.border-r-indigo-400\/75{
  border-right-color: rgb(129 140 248 / 0.75);
}

.border-r-indigo-400\/80{
  border-right-color: rgb(129 140 248 / 0.8);
}

.border-r-indigo-400\/85{
  border-right-color: rgb(129 140 248 / 0.85);
}

.border-r-indigo-400\/90{
  border-right-color: rgb(129 140 248 / 0.9);
}

.border-r-indigo-400\/95{
  border-right-color: rgb(129 140 248 / 0.95);
}

.border-r-indigo-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-r-indigo-50\/0{
  border-right-color: rgb(238 242 255 / 0);
}

.border-r-indigo-50\/10{
  border-right-color: rgb(238 242 255 / 0.1);
}

.border-r-indigo-50\/100{
  border-right-color: rgb(238 242 255 / 1);
}

.border-r-indigo-50\/15{
  border-right-color: rgb(238 242 255 / 0.15);
}

.border-r-indigo-50\/20{
  border-right-color: rgb(238 242 255 / 0.2);
}

.border-r-indigo-50\/25{
  border-right-color: rgb(238 242 255 / 0.25);
}

.border-r-indigo-50\/30{
  border-right-color: rgb(238 242 255 / 0.3);
}

.border-r-indigo-50\/35{
  border-right-color: rgb(238 242 255 / 0.35);
}

.border-r-indigo-50\/40{
  border-right-color: rgb(238 242 255 / 0.4);
}

.border-r-indigo-50\/45{
  border-right-color: rgb(238 242 255 / 0.45);
}

.border-r-indigo-50\/5{
  border-right-color: rgb(238 242 255 / 0.05);
}

.border-r-indigo-50\/50{
  border-right-color: rgb(238 242 255 / 0.5);
}

.border-r-indigo-50\/55{
  border-right-color: rgb(238 242 255 / 0.55);
}

.border-r-indigo-50\/60{
  border-right-color: rgb(238 242 255 / 0.6);
}

.border-r-indigo-50\/65{
  border-right-color: rgb(238 242 255 / 0.65);
}

.border-r-indigo-50\/70{
  border-right-color: rgb(238 242 255 / 0.7);
}

.border-r-indigo-50\/75{
  border-right-color: rgb(238 242 255 / 0.75);
}

.border-r-indigo-50\/80{
  border-right-color: rgb(238 242 255 / 0.8);
}

.border-r-indigo-50\/85{
  border-right-color: rgb(238 242 255 / 0.85);
}

.border-r-indigo-50\/90{
  border-right-color: rgb(238 242 255 / 0.9);
}

.border-r-indigo-50\/95{
  border-right-color: rgb(238 242 255 / 0.95);
}

.border-r-indigo-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-r-indigo-500\/0{
  border-right-color: rgb(99 102 241 / 0);
}

.border-r-indigo-500\/10{
  border-right-color: rgb(99 102 241 / 0.1);
}

.border-r-indigo-500\/100{
  border-right-color: rgb(99 102 241 / 1);
}

.border-r-indigo-500\/15{
  border-right-color: rgb(99 102 241 / 0.15);
}

.border-r-indigo-500\/20{
  border-right-color: rgb(99 102 241 / 0.2);
}

.border-r-indigo-500\/25{
  border-right-color: rgb(99 102 241 / 0.25);
}

.border-r-indigo-500\/30{
  border-right-color: rgb(99 102 241 / 0.3);
}

.border-r-indigo-500\/35{
  border-right-color: rgb(99 102 241 / 0.35);
}

.border-r-indigo-500\/40{
  border-right-color: rgb(99 102 241 / 0.4);
}

.border-r-indigo-500\/45{
  border-right-color: rgb(99 102 241 / 0.45);
}

.border-r-indigo-500\/5{
  border-right-color: rgb(99 102 241 / 0.05);
}

.border-r-indigo-500\/50{
  border-right-color: rgb(99 102 241 / 0.5);
}

.border-r-indigo-500\/55{
  border-right-color: rgb(99 102 241 / 0.55);
}

.border-r-indigo-500\/60{
  border-right-color: rgb(99 102 241 / 0.6);
}

.border-r-indigo-500\/65{
  border-right-color: rgb(99 102 241 / 0.65);
}

.border-r-indigo-500\/70{
  border-right-color: rgb(99 102 241 / 0.7);
}

.border-r-indigo-500\/75{
  border-right-color: rgb(99 102 241 / 0.75);
}

.border-r-indigo-500\/80{
  border-right-color: rgb(99 102 241 / 0.8);
}

.border-r-indigo-500\/85{
  border-right-color: rgb(99 102 241 / 0.85);
}

.border-r-indigo-500\/90{
  border-right-color: rgb(99 102 241 / 0.9);
}

.border-r-indigo-500\/95{
  border-right-color: rgb(99 102 241 / 0.95);
}

.border-r-indigo-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-r-indigo-600\/0{
  border-right-color: rgb(79 70 229 / 0);
}

.border-r-indigo-600\/10{
  border-right-color: rgb(79 70 229 / 0.1);
}

.border-r-indigo-600\/100{
  border-right-color: rgb(79 70 229 / 1);
}

.border-r-indigo-600\/15{
  border-right-color: rgb(79 70 229 / 0.15);
}

.border-r-indigo-600\/20{
  border-right-color: rgb(79 70 229 / 0.2);
}

.border-r-indigo-600\/25{
  border-right-color: rgb(79 70 229 / 0.25);
}

.border-r-indigo-600\/30{
  border-right-color: rgb(79 70 229 / 0.3);
}

.border-r-indigo-600\/35{
  border-right-color: rgb(79 70 229 / 0.35);
}

.border-r-indigo-600\/40{
  border-right-color: rgb(79 70 229 / 0.4);
}

.border-r-indigo-600\/45{
  border-right-color: rgb(79 70 229 / 0.45);
}

.border-r-indigo-600\/5{
  border-right-color: rgb(79 70 229 / 0.05);
}

.border-r-indigo-600\/50{
  border-right-color: rgb(79 70 229 / 0.5);
}

.border-r-indigo-600\/55{
  border-right-color: rgb(79 70 229 / 0.55);
}

.border-r-indigo-600\/60{
  border-right-color: rgb(79 70 229 / 0.6);
}

.border-r-indigo-600\/65{
  border-right-color: rgb(79 70 229 / 0.65);
}

.border-r-indigo-600\/70{
  border-right-color: rgb(79 70 229 / 0.7);
}

.border-r-indigo-600\/75{
  border-right-color: rgb(79 70 229 / 0.75);
}

.border-r-indigo-600\/80{
  border-right-color: rgb(79 70 229 / 0.8);
}

.border-r-indigo-600\/85{
  border-right-color: rgb(79 70 229 / 0.85);
}

.border-r-indigo-600\/90{
  border-right-color: rgb(79 70 229 / 0.9);
}

.border-r-indigo-600\/95{
  border-right-color: rgb(79 70 229 / 0.95);
}

.border-r-indigo-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-r-indigo-700\/0{
  border-right-color: rgb(67 56 202 / 0);
}

.border-r-indigo-700\/10{
  border-right-color: rgb(67 56 202 / 0.1);
}

.border-r-indigo-700\/100{
  border-right-color: rgb(67 56 202 / 1);
}

.border-r-indigo-700\/15{
  border-right-color: rgb(67 56 202 / 0.15);
}

.border-r-indigo-700\/20{
  border-right-color: rgb(67 56 202 / 0.2);
}

.border-r-indigo-700\/25{
  border-right-color: rgb(67 56 202 / 0.25);
}

.border-r-indigo-700\/30{
  border-right-color: rgb(67 56 202 / 0.3);
}

.border-r-indigo-700\/35{
  border-right-color: rgb(67 56 202 / 0.35);
}

.border-r-indigo-700\/40{
  border-right-color: rgb(67 56 202 / 0.4);
}

.border-r-indigo-700\/45{
  border-right-color: rgb(67 56 202 / 0.45);
}

.border-r-indigo-700\/5{
  border-right-color: rgb(67 56 202 / 0.05);
}

.border-r-indigo-700\/50{
  border-right-color: rgb(67 56 202 / 0.5);
}

.border-r-indigo-700\/55{
  border-right-color: rgb(67 56 202 / 0.55);
}

.border-r-indigo-700\/60{
  border-right-color: rgb(67 56 202 / 0.6);
}

.border-r-indigo-700\/65{
  border-right-color: rgb(67 56 202 / 0.65);
}

.border-r-indigo-700\/70{
  border-right-color: rgb(67 56 202 / 0.7);
}

.border-r-indigo-700\/75{
  border-right-color: rgb(67 56 202 / 0.75);
}

.border-r-indigo-700\/80{
  border-right-color: rgb(67 56 202 / 0.8);
}

.border-r-indigo-700\/85{
  border-right-color: rgb(67 56 202 / 0.85);
}

.border-r-indigo-700\/90{
  border-right-color: rgb(67 56 202 / 0.9);
}

.border-r-indigo-700\/95{
  border-right-color: rgb(67 56 202 / 0.95);
}

.border-r-indigo-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-r-indigo-800\/0{
  border-right-color: rgb(55 48 163 / 0);
}

.border-r-indigo-800\/10{
  border-right-color: rgb(55 48 163 / 0.1);
}

.border-r-indigo-800\/100{
  border-right-color: rgb(55 48 163 / 1);
}

.border-r-indigo-800\/15{
  border-right-color: rgb(55 48 163 / 0.15);
}

.border-r-indigo-800\/20{
  border-right-color: rgb(55 48 163 / 0.2);
}

.border-r-indigo-800\/25{
  border-right-color: rgb(55 48 163 / 0.25);
}

.border-r-indigo-800\/30{
  border-right-color: rgb(55 48 163 / 0.3);
}

.border-r-indigo-800\/35{
  border-right-color: rgb(55 48 163 / 0.35);
}

.border-r-indigo-800\/40{
  border-right-color: rgb(55 48 163 / 0.4);
}

.border-r-indigo-800\/45{
  border-right-color: rgb(55 48 163 / 0.45);
}

.border-r-indigo-800\/5{
  border-right-color: rgb(55 48 163 / 0.05);
}

.border-r-indigo-800\/50{
  border-right-color: rgb(55 48 163 / 0.5);
}

.border-r-indigo-800\/55{
  border-right-color: rgb(55 48 163 / 0.55);
}

.border-r-indigo-800\/60{
  border-right-color: rgb(55 48 163 / 0.6);
}

.border-r-indigo-800\/65{
  border-right-color: rgb(55 48 163 / 0.65);
}

.border-r-indigo-800\/70{
  border-right-color: rgb(55 48 163 / 0.7);
}

.border-r-indigo-800\/75{
  border-right-color: rgb(55 48 163 / 0.75);
}

.border-r-indigo-800\/80{
  border-right-color: rgb(55 48 163 / 0.8);
}

.border-r-indigo-800\/85{
  border-right-color: rgb(55 48 163 / 0.85);
}

.border-r-indigo-800\/90{
  border-right-color: rgb(55 48 163 / 0.9);
}

.border-r-indigo-800\/95{
  border-right-color: rgb(55 48 163 / 0.95);
}

.border-r-indigo-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-r-indigo-900\/0{
  border-right-color: rgb(49 46 129 / 0);
}

.border-r-indigo-900\/10{
  border-right-color: rgb(49 46 129 / 0.1);
}

.border-r-indigo-900\/100{
  border-right-color: rgb(49 46 129 / 1);
}

.border-r-indigo-900\/15{
  border-right-color: rgb(49 46 129 / 0.15);
}

.border-r-indigo-900\/20{
  border-right-color: rgb(49 46 129 / 0.2);
}

.border-r-indigo-900\/25{
  border-right-color: rgb(49 46 129 / 0.25);
}

.border-r-indigo-900\/30{
  border-right-color: rgb(49 46 129 / 0.3);
}

.border-r-indigo-900\/35{
  border-right-color: rgb(49 46 129 / 0.35);
}

.border-r-indigo-900\/40{
  border-right-color: rgb(49 46 129 / 0.4);
}

.border-r-indigo-900\/45{
  border-right-color: rgb(49 46 129 / 0.45);
}

.border-r-indigo-900\/5{
  border-right-color: rgb(49 46 129 / 0.05);
}

.border-r-indigo-900\/50{
  border-right-color: rgb(49 46 129 / 0.5);
}

.border-r-indigo-900\/55{
  border-right-color: rgb(49 46 129 / 0.55);
}

.border-r-indigo-900\/60{
  border-right-color: rgb(49 46 129 / 0.6);
}

.border-r-indigo-900\/65{
  border-right-color: rgb(49 46 129 / 0.65);
}

.border-r-indigo-900\/70{
  border-right-color: rgb(49 46 129 / 0.7);
}

.border-r-indigo-900\/75{
  border-right-color: rgb(49 46 129 / 0.75);
}

.border-r-indigo-900\/80{
  border-right-color: rgb(49 46 129 / 0.8);
}

.border-r-indigo-900\/85{
  border-right-color: rgb(49 46 129 / 0.85);
}

.border-r-indigo-900\/90{
  border-right-color: rgb(49 46 129 / 0.9);
}

.border-r-indigo-900\/95{
  border-right-color: rgb(49 46 129 / 0.95);
}

.border-r-indigo-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-r-indigo-950\/0{
  border-right-color: rgb(30 27 75 / 0);
}

.border-r-indigo-950\/10{
  border-right-color: rgb(30 27 75 / 0.1);
}

.border-r-indigo-950\/100{
  border-right-color: rgb(30 27 75 / 1);
}

.border-r-indigo-950\/15{
  border-right-color: rgb(30 27 75 / 0.15);
}

.border-r-indigo-950\/20{
  border-right-color: rgb(30 27 75 / 0.2);
}

.border-r-indigo-950\/25{
  border-right-color: rgb(30 27 75 / 0.25);
}

.border-r-indigo-950\/30{
  border-right-color: rgb(30 27 75 / 0.3);
}

.border-r-indigo-950\/35{
  border-right-color: rgb(30 27 75 / 0.35);
}

.border-r-indigo-950\/40{
  border-right-color: rgb(30 27 75 / 0.4);
}

.border-r-indigo-950\/45{
  border-right-color: rgb(30 27 75 / 0.45);
}

.border-r-indigo-950\/5{
  border-right-color: rgb(30 27 75 / 0.05);
}

.border-r-indigo-950\/50{
  border-right-color: rgb(30 27 75 / 0.5);
}

.border-r-indigo-950\/55{
  border-right-color: rgb(30 27 75 / 0.55);
}

.border-r-indigo-950\/60{
  border-right-color: rgb(30 27 75 / 0.6);
}

.border-r-indigo-950\/65{
  border-right-color: rgb(30 27 75 / 0.65);
}

.border-r-indigo-950\/70{
  border-right-color: rgb(30 27 75 / 0.7);
}

.border-r-indigo-950\/75{
  border-right-color: rgb(30 27 75 / 0.75);
}

.border-r-indigo-950\/80{
  border-right-color: rgb(30 27 75 / 0.8);
}

.border-r-indigo-950\/85{
  border-right-color: rgb(30 27 75 / 0.85);
}

.border-r-indigo-950\/90{
  border-right-color: rgb(30 27 75 / 0.9);
}

.border-r-indigo-950\/95{
  border-right-color: rgb(30 27 75 / 0.95);
}

.border-r-info{
  --tw-border-opacity: 1;
  border-right-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.border-r-info-hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.border-r-info-hover\/0{
  border-right-color: rgb(203 122 0 / 0);
}

.border-r-info-hover\/10{
  border-right-color: rgb(203 122 0 / 0.1);
}

.border-r-info-hover\/100{
  border-right-color: rgb(203 122 0 / 1);
}

.border-r-info-hover\/15{
  border-right-color: rgb(203 122 0 / 0.15);
}

.border-r-info-hover\/20{
  border-right-color: rgb(203 122 0 / 0.2);
}

.border-r-info-hover\/25{
  border-right-color: rgb(203 122 0 / 0.25);
}

.border-r-info-hover\/30{
  border-right-color: rgb(203 122 0 / 0.3);
}

.border-r-info-hover\/35{
  border-right-color: rgb(203 122 0 / 0.35);
}

.border-r-info-hover\/40{
  border-right-color: rgb(203 122 0 / 0.4);
}

.border-r-info-hover\/45{
  border-right-color: rgb(203 122 0 / 0.45);
}

.border-r-info-hover\/5{
  border-right-color: rgb(203 122 0 / 0.05);
}

.border-r-info-hover\/50{
  border-right-color: rgb(203 122 0 / 0.5);
}

.border-r-info-hover\/55{
  border-right-color: rgb(203 122 0 / 0.55);
}

.border-r-info-hover\/60{
  border-right-color: rgb(203 122 0 / 0.6);
}

.border-r-info-hover\/65{
  border-right-color: rgb(203 122 0 / 0.65);
}

.border-r-info-hover\/70{
  border-right-color: rgb(203 122 0 / 0.7);
}

.border-r-info-hover\/75{
  border-right-color: rgb(203 122 0 / 0.75);
}

.border-r-info-hover\/80{
  border-right-color: rgb(203 122 0 / 0.8);
}

.border-r-info-hover\/85{
  border-right-color: rgb(203 122 0 / 0.85);
}

.border-r-info-hover\/90{
  border-right-color: rgb(203 122 0 / 0.9);
}

.border-r-info-hover\/95{
  border-right-color: rgb(203 122 0 / 0.95);
}

.border-r-info\/0{
  border-right-color: rgb(247 159 26 / 0);
}

.border-r-info\/10{
  border-right-color: rgb(247 159 26 / 0.1);
}

.border-r-info\/100{
  border-right-color: rgb(247 159 26 / 1);
}

.border-r-info\/15{
  border-right-color: rgb(247 159 26 / 0.15);
}

.border-r-info\/20{
  border-right-color: rgb(247 159 26 / 0.2);
}

.border-r-info\/25{
  border-right-color: rgb(247 159 26 / 0.25);
}

.border-r-info\/30{
  border-right-color: rgb(247 159 26 / 0.3);
}

.border-r-info\/35{
  border-right-color: rgb(247 159 26 / 0.35);
}

.border-r-info\/40{
  border-right-color: rgb(247 159 26 / 0.4);
}

.border-r-info\/45{
  border-right-color: rgb(247 159 26 / 0.45);
}

.border-r-info\/5{
  border-right-color: rgb(247 159 26 / 0.05);
}

.border-r-info\/50{
  border-right-color: rgb(247 159 26 / 0.5);
}

.border-r-info\/55{
  border-right-color: rgb(247 159 26 / 0.55);
}

.border-r-info\/60{
  border-right-color: rgb(247 159 26 / 0.6);
}

.border-r-info\/65{
  border-right-color: rgb(247 159 26 / 0.65);
}

.border-r-info\/70{
  border-right-color: rgb(247 159 26 / 0.7);
}

.border-r-info\/75{
  border-right-color: rgb(247 159 26 / 0.75);
}

.border-r-info\/80{
  border-right-color: rgb(247 159 26 / 0.8);
}

.border-r-info\/85{
  border-right-color: rgb(247 159 26 / 0.85);
}

.border-r-info\/90{
  border-right-color: rgb(247 159 26 / 0.9);
}

.border-r-info\/95{
  border-right-color: rgb(247 159 26 / 0.95);
}

.border-r-inherit{
  border-right-color: inherit;
}

.border-r-lime-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-r-lime-100\/0{
  border-right-color: rgb(236 252 203 / 0);
}

.border-r-lime-100\/10{
  border-right-color: rgb(236 252 203 / 0.1);
}

.border-r-lime-100\/100{
  border-right-color: rgb(236 252 203 / 1);
}

.border-r-lime-100\/15{
  border-right-color: rgb(236 252 203 / 0.15);
}

.border-r-lime-100\/20{
  border-right-color: rgb(236 252 203 / 0.2);
}

.border-r-lime-100\/25{
  border-right-color: rgb(236 252 203 / 0.25);
}

.border-r-lime-100\/30{
  border-right-color: rgb(236 252 203 / 0.3);
}

.border-r-lime-100\/35{
  border-right-color: rgb(236 252 203 / 0.35);
}

.border-r-lime-100\/40{
  border-right-color: rgb(236 252 203 / 0.4);
}

.border-r-lime-100\/45{
  border-right-color: rgb(236 252 203 / 0.45);
}

.border-r-lime-100\/5{
  border-right-color: rgb(236 252 203 / 0.05);
}

.border-r-lime-100\/50{
  border-right-color: rgb(236 252 203 / 0.5);
}

.border-r-lime-100\/55{
  border-right-color: rgb(236 252 203 / 0.55);
}

.border-r-lime-100\/60{
  border-right-color: rgb(236 252 203 / 0.6);
}

.border-r-lime-100\/65{
  border-right-color: rgb(236 252 203 / 0.65);
}

.border-r-lime-100\/70{
  border-right-color: rgb(236 252 203 / 0.7);
}

.border-r-lime-100\/75{
  border-right-color: rgb(236 252 203 / 0.75);
}

.border-r-lime-100\/80{
  border-right-color: rgb(236 252 203 / 0.8);
}

.border-r-lime-100\/85{
  border-right-color: rgb(236 252 203 / 0.85);
}

.border-r-lime-100\/90{
  border-right-color: rgb(236 252 203 / 0.9);
}

.border-r-lime-100\/95{
  border-right-color: rgb(236 252 203 / 0.95);
}

.border-r-lime-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-r-lime-200\/0{
  border-right-color: rgb(217 249 157 / 0);
}

.border-r-lime-200\/10{
  border-right-color: rgb(217 249 157 / 0.1);
}

.border-r-lime-200\/100{
  border-right-color: rgb(217 249 157 / 1);
}

.border-r-lime-200\/15{
  border-right-color: rgb(217 249 157 / 0.15);
}

.border-r-lime-200\/20{
  border-right-color: rgb(217 249 157 / 0.2);
}

.border-r-lime-200\/25{
  border-right-color: rgb(217 249 157 / 0.25);
}

.border-r-lime-200\/30{
  border-right-color: rgb(217 249 157 / 0.3);
}

.border-r-lime-200\/35{
  border-right-color: rgb(217 249 157 / 0.35);
}

.border-r-lime-200\/40{
  border-right-color: rgb(217 249 157 / 0.4);
}

.border-r-lime-200\/45{
  border-right-color: rgb(217 249 157 / 0.45);
}

.border-r-lime-200\/5{
  border-right-color: rgb(217 249 157 / 0.05);
}

.border-r-lime-200\/50{
  border-right-color: rgb(217 249 157 / 0.5);
}

.border-r-lime-200\/55{
  border-right-color: rgb(217 249 157 / 0.55);
}

.border-r-lime-200\/60{
  border-right-color: rgb(217 249 157 / 0.6);
}

.border-r-lime-200\/65{
  border-right-color: rgb(217 249 157 / 0.65);
}

.border-r-lime-200\/70{
  border-right-color: rgb(217 249 157 / 0.7);
}

.border-r-lime-200\/75{
  border-right-color: rgb(217 249 157 / 0.75);
}

.border-r-lime-200\/80{
  border-right-color: rgb(217 249 157 / 0.8);
}

.border-r-lime-200\/85{
  border-right-color: rgb(217 249 157 / 0.85);
}

.border-r-lime-200\/90{
  border-right-color: rgb(217 249 157 / 0.9);
}

.border-r-lime-200\/95{
  border-right-color: rgb(217 249 157 / 0.95);
}

.border-r-lime-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-r-lime-300\/0{
  border-right-color: rgb(190 242 100 / 0);
}

.border-r-lime-300\/10{
  border-right-color: rgb(190 242 100 / 0.1);
}

.border-r-lime-300\/100{
  border-right-color: rgb(190 242 100 / 1);
}

.border-r-lime-300\/15{
  border-right-color: rgb(190 242 100 / 0.15);
}

.border-r-lime-300\/20{
  border-right-color: rgb(190 242 100 / 0.2);
}

.border-r-lime-300\/25{
  border-right-color: rgb(190 242 100 / 0.25);
}

.border-r-lime-300\/30{
  border-right-color: rgb(190 242 100 / 0.3);
}

.border-r-lime-300\/35{
  border-right-color: rgb(190 242 100 / 0.35);
}

.border-r-lime-300\/40{
  border-right-color: rgb(190 242 100 / 0.4);
}

.border-r-lime-300\/45{
  border-right-color: rgb(190 242 100 / 0.45);
}

.border-r-lime-300\/5{
  border-right-color: rgb(190 242 100 / 0.05);
}

.border-r-lime-300\/50{
  border-right-color: rgb(190 242 100 / 0.5);
}

.border-r-lime-300\/55{
  border-right-color: rgb(190 242 100 / 0.55);
}

.border-r-lime-300\/60{
  border-right-color: rgb(190 242 100 / 0.6);
}

.border-r-lime-300\/65{
  border-right-color: rgb(190 242 100 / 0.65);
}

.border-r-lime-300\/70{
  border-right-color: rgb(190 242 100 / 0.7);
}

.border-r-lime-300\/75{
  border-right-color: rgb(190 242 100 / 0.75);
}

.border-r-lime-300\/80{
  border-right-color: rgb(190 242 100 / 0.8);
}

.border-r-lime-300\/85{
  border-right-color: rgb(190 242 100 / 0.85);
}

.border-r-lime-300\/90{
  border-right-color: rgb(190 242 100 / 0.9);
}

.border-r-lime-300\/95{
  border-right-color: rgb(190 242 100 / 0.95);
}

.border-r-lime-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-r-lime-400\/0{
  border-right-color: rgb(163 230 53 / 0);
}

.border-r-lime-400\/10{
  border-right-color: rgb(163 230 53 / 0.1);
}

.border-r-lime-400\/100{
  border-right-color: rgb(163 230 53 / 1);
}

.border-r-lime-400\/15{
  border-right-color: rgb(163 230 53 / 0.15);
}

.border-r-lime-400\/20{
  border-right-color: rgb(163 230 53 / 0.2);
}

.border-r-lime-400\/25{
  border-right-color: rgb(163 230 53 / 0.25);
}

.border-r-lime-400\/30{
  border-right-color: rgb(163 230 53 / 0.3);
}

.border-r-lime-400\/35{
  border-right-color: rgb(163 230 53 / 0.35);
}

.border-r-lime-400\/40{
  border-right-color: rgb(163 230 53 / 0.4);
}

.border-r-lime-400\/45{
  border-right-color: rgb(163 230 53 / 0.45);
}

.border-r-lime-400\/5{
  border-right-color: rgb(163 230 53 / 0.05);
}

.border-r-lime-400\/50{
  border-right-color: rgb(163 230 53 / 0.5);
}

.border-r-lime-400\/55{
  border-right-color: rgb(163 230 53 / 0.55);
}

.border-r-lime-400\/60{
  border-right-color: rgb(163 230 53 / 0.6);
}

.border-r-lime-400\/65{
  border-right-color: rgb(163 230 53 / 0.65);
}

.border-r-lime-400\/70{
  border-right-color: rgb(163 230 53 / 0.7);
}

.border-r-lime-400\/75{
  border-right-color: rgb(163 230 53 / 0.75);
}

.border-r-lime-400\/80{
  border-right-color: rgb(163 230 53 / 0.8);
}

.border-r-lime-400\/85{
  border-right-color: rgb(163 230 53 / 0.85);
}

.border-r-lime-400\/90{
  border-right-color: rgb(163 230 53 / 0.9);
}

.border-r-lime-400\/95{
  border-right-color: rgb(163 230 53 / 0.95);
}

.border-r-lime-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-r-lime-50\/0{
  border-right-color: rgb(247 254 231 / 0);
}

.border-r-lime-50\/10{
  border-right-color: rgb(247 254 231 / 0.1);
}

.border-r-lime-50\/100{
  border-right-color: rgb(247 254 231 / 1);
}

.border-r-lime-50\/15{
  border-right-color: rgb(247 254 231 / 0.15);
}

.border-r-lime-50\/20{
  border-right-color: rgb(247 254 231 / 0.2);
}

.border-r-lime-50\/25{
  border-right-color: rgb(247 254 231 / 0.25);
}

.border-r-lime-50\/30{
  border-right-color: rgb(247 254 231 / 0.3);
}

.border-r-lime-50\/35{
  border-right-color: rgb(247 254 231 / 0.35);
}

.border-r-lime-50\/40{
  border-right-color: rgb(247 254 231 / 0.4);
}

.border-r-lime-50\/45{
  border-right-color: rgb(247 254 231 / 0.45);
}

.border-r-lime-50\/5{
  border-right-color: rgb(247 254 231 / 0.05);
}

.border-r-lime-50\/50{
  border-right-color: rgb(247 254 231 / 0.5);
}

.border-r-lime-50\/55{
  border-right-color: rgb(247 254 231 / 0.55);
}

.border-r-lime-50\/60{
  border-right-color: rgb(247 254 231 / 0.6);
}

.border-r-lime-50\/65{
  border-right-color: rgb(247 254 231 / 0.65);
}

.border-r-lime-50\/70{
  border-right-color: rgb(247 254 231 / 0.7);
}

.border-r-lime-50\/75{
  border-right-color: rgb(247 254 231 / 0.75);
}

.border-r-lime-50\/80{
  border-right-color: rgb(247 254 231 / 0.8);
}

.border-r-lime-50\/85{
  border-right-color: rgb(247 254 231 / 0.85);
}

.border-r-lime-50\/90{
  border-right-color: rgb(247 254 231 / 0.9);
}

.border-r-lime-50\/95{
  border-right-color: rgb(247 254 231 / 0.95);
}

.border-r-lime-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-r-lime-500\/0{
  border-right-color: rgb(132 204 22 / 0);
}

.border-r-lime-500\/10{
  border-right-color: rgb(132 204 22 / 0.1);
}

.border-r-lime-500\/100{
  border-right-color: rgb(132 204 22 / 1);
}

.border-r-lime-500\/15{
  border-right-color: rgb(132 204 22 / 0.15);
}

.border-r-lime-500\/20{
  border-right-color: rgb(132 204 22 / 0.2);
}

.border-r-lime-500\/25{
  border-right-color: rgb(132 204 22 / 0.25);
}

.border-r-lime-500\/30{
  border-right-color: rgb(132 204 22 / 0.3);
}

.border-r-lime-500\/35{
  border-right-color: rgb(132 204 22 / 0.35);
}

.border-r-lime-500\/40{
  border-right-color: rgb(132 204 22 / 0.4);
}

.border-r-lime-500\/45{
  border-right-color: rgb(132 204 22 / 0.45);
}

.border-r-lime-500\/5{
  border-right-color: rgb(132 204 22 / 0.05);
}

.border-r-lime-500\/50{
  border-right-color: rgb(132 204 22 / 0.5);
}

.border-r-lime-500\/55{
  border-right-color: rgb(132 204 22 / 0.55);
}

.border-r-lime-500\/60{
  border-right-color: rgb(132 204 22 / 0.6);
}

.border-r-lime-500\/65{
  border-right-color: rgb(132 204 22 / 0.65);
}

.border-r-lime-500\/70{
  border-right-color: rgb(132 204 22 / 0.7);
}

.border-r-lime-500\/75{
  border-right-color: rgb(132 204 22 / 0.75);
}

.border-r-lime-500\/80{
  border-right-color: rgb(132 204 22 / 0.8);
}

.border-r-lime-500\/85{
  border-right-color: rgb(132 204 22 / 0.85);
}

.border-r-lime-500\/90{
  border-right-color: rgb(132 204 22 / 0.9);
}

.border-r-lime-500\/95{
  border-right-color: rgb(132 204 22 / 0.95);
}

.border-r-lime-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-r-lime-600\/0{
  border-right-color: rgb(101 163 13 / 0);
}

.border-r-lime-600\/10{
  border-right-color: rgb(101 163 13 / 0.1);
}

.border-r-lime-600\/100{
  border-right-color: rgb(101 163 13 / 1);
}

.border-r-lime-600\/15{
  border-right-color: rgb(101 163 13 / 0.15);
}

.border-r-lime-600\/20{
  border-right-color: rgb(101 163 13 / 0.2);
}

.border-r-lime-600\/25{
  border-right-color: rgb(101 163 13 / 0.25);
}

.border-r-lime-600\/30{
  border-right-color: rgb(101 163 13 / 0.3);
}

.border-r-lime-600\/35{
  border-right-color: rgb(101 163 13 / 0.35);
}

.border-r-lime-600\/40{
  border-right-color: rgb(101 163 13 / 0.4);
}

.border-r-lime-600\/45{
  border-right-color: rgb(101 163 13 / 0.45);
}

.border-r-lime-600\/5{
  border-right-color: rgb(101 163 13 / 0.05);
}

.border-r-lime-600\/50{
  border-right-color: rgb(101 163 13 / 0.5);
}

.border-r-lime-600\/55{
  border-right-color: rgb(101 163 13 / 0.55);
}

.border-r-lime-600\/60{
  border-right-color: rgb(101 163 13 / 0.6);
}

.border-r-lime-600\/65{
  border-right-color: rgb(101 163 13 / 0.65);
}

.border-r-lime-600\/70{
  border-right-color: rgb(101 163 13 / 0.7);
}

.border-r-lime-600\/75{
  border-right-color: rgb(101 163 13 / 0.75);
}

.border-r-lime-600\/80{
  border-right-color: rgb(101 163 13 / 0.8);
}

.border-r-lime-600\/85{
  border-right-color: rgb(101 163 13 / 0.85);
}

.border-r-lime-600\/90{
  border-right-color: rgb(101 163 13 / 0.9);
}

.border-r-lime-600\/95{
  border-right-color: rgb(101 163 13 / 0.95);
}

.border-r-lime-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-r-lime-700\/0{
  border-right-color: rgb(77 124 15 / 0);
}

.border-r-lime-700\/10{
  border-right-color: rgb(77 124 15 / 0.1);
}

.border-r-lime-700\/100{
  border-right-color: rgb(77 124 15 / 1);
}

.border-r-lime-700\/15{
  border-right-color: rgb(77 124 15 / 0.15);
}

.border-r-lime-700\/20{
  border-right-color: rgb(77 124 15 / 0.2);
}

.border-r-lime-700\/25{
  border-right-color: rgb(77 124 15 / 0.25);
}

.border-r-lime-700\/30{
  border-right-color: rgb(77 124 15 / 0.3);
}

.border-r-lime-700\/35{
  border-right-color: rgb(77 124 15 / 0.35);
}

.border-r-lime-700\/40{
  border-right-color: rgb(77 124 15 / 0.4);
}

.border-r-lime-700\/45{
  border-right-color: rgb(77 124 15 / 0.45);
}

.border-r-lime-700\/5{
  border-right-color: rgb(77 124 15 / 0.05);
}

.border-r-lime-700\/50{
  border-right-color: rgb(77 124 15 / 0.5);
}

.border-r-lime-700\/55{
  border-right-color: rgb(77 124 15 / 0.55);
}

.border-r-lime-700\/60{
  border-right-color: rgb(77 124 15 / 0.6);
}

.border-r-lime-700\/65{
  border-right-color: rgb(77 124 15 / 0.65);
}

.border-r-lime-700\/70{
  border-right-color: rgb(77 124 15 / 0.7);
}

.border-r-lime-700\/75{
  border-right-color: rgb(77 124 15 / 0.75);
}

.border-r-lime-700\/80{
  border-right-color: rgb(77 124 15 / 0.8);
}

.border-r-lime-700\/85{
  border-right-color: rgb(77 124 15 / 0.85);
}

.border-r-lime-700\/90{
  border-right-color: rgb(77 124 15 / 0.9);
}

.border-r-lime-700\/95{
  border-right-color: rgb(77 124 15 / 0.95);
}

.border-r-lime-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-r-lime-800\/0{
  border-right-color: rgb(63 98 18 / 0);
}

.border-r-lime-800\/10{
  border-right-color: rgb(63 98 18 / 0.1);
}

.border-r-lime-800\/100{
  border-right-color: rgb(63 98 18 / 1);
}

.border-r-lime-800\/15{
  border-right-color: rgb(63 98 18 / 0.15);
}

.border-r-lime-800\/20{
  border-right-color: rgb(63 98 18 / 0.2);
}

.border-r-lime-800\/25{
  border-right-color: rgb(63 98 18 / 0.25);
}

.border-r-lime-800\/30{
  border-right-color: rgb(63 98 18 / 0.3);
}

.border-r-lime-800\/35{
  border-right-color: rgb(63 98 18 / 0.35);
}

.border-r-lime-800\/40{
  border-right-color: rgb(63 98 18 / 0.4);
}

.border-r-lime-800\/45{
  border-right-color: rgb(63 98 18 / 0.45);
}

.border-r-lime-800\/5{
  border-right-color: rgb(63 98 18 / 0.05);
}

.border-r-lime-800\/50{
  border-right-color: rgb(63 98 18 / 0.5);
}

.border-r-lime-800\/55{
  border-right-color: rgb(63 98 18 / 0.55);
}

.border-r-lime-800\/60{
  border-right-color: rgb(63 98 18 / 0.6);
}

.border-r-lime-800\/65{
  border-right-color: rgb(63 98 18 / 0.65);
}

.border-r-lime-800\/70{
  border-right-color: rgb(63 98 18 / 0.7);
}

.border-r-lime-800\/75{
  border-right-color: rgb(63 98 18 / 0.75);
}

.border-r-lime-800\/80{
  border-right-color: rgb(63 98 18 / 0.8);
}

.border-r-lime-800\/85{
  border-right-color: rgb(63 98 18 / 0.85);
}

.border-r-lime-800\/90{
  border-right-color: rgb(63 98 18 / 0.9);
}

.border-r-lime-800\/95{
  border-right-color: rgb(63 98 18 / 0.95);
}

.border-r-lime-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-r-lime-900\/0{
  border-right-color: rgb(54 83 20 / 0);
}

.border-r-lime-900\/10{
  border-right-color: rgb(54 83 20 / 0.1);
}

.border-r-lime-900\/100{
  border-right-color: rgb(54 83 20 / 1);
}

.border-r-lime-900\/15{
  border-right-color: rgb(54 83 20 / 0.15);
}

.border-r-lime-900\/20{
  border-right-color: rgb(54 83 20 / 0.2);
}

.border-r-lime-900\/25{
  border-right-color: rgb(54 83 20 / 0.25);
}

.border-r-lime-900\/30{
  border-right-color: rgb(54 83 20 / 0.3);
}

.border-r-lime-900\/35{
  border-right-color: rgb(54 83 20 / 0.35);
}

.border-r-lime-900\/40{
  border-right-color: rgb(54 83 20 / 0.4);
}

.border-r-lime-900\/45{
  border-right-color: rgb(54 83 20 / 0.45);
}

.border-r-lime-900\/5{
  border-right-color: rgb(54 83 20 / 0.05);
}

.border-r-lime-900\/50{
  border-right-color: rgb(54 83 20 / 0.5);
}

.border-r-lime-900\/55{
  border-right-color: rgb(54 83 20 / 0.55);
}

.border-r-lime-900\/60{
  border-right-color: rgb(54 83 20 / 0.6);
}

.border-r-lime-900\/65{
  border-right-color: rgb(54 83 20 / 0.65);
}

.border-r-lime-900\/70{
  border-right-color: rgb(54 83 20 / 0.7);
}

.border-r-lime-900\/75{
  border-right-color: rgb(54 83 20 / 0.75);
}

.border-r-lime-900\/80{
  border-right-color: rgb(54 83 20 / 0.8);
}

.border-r-lime-900\/85{
  border-right-color: rgb(54 83 20 / 0.85);
}

.border-r-lime-900\/90{
  border-right-color: rgb(54 83 20 / 0.9);
}

.border-r-lime-900\/95{
  border-right-color: rgb(54 83 20 / 0.95);
}

.border-r-lime-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-r-lime-950\/0{
  border-right-color: rgb(26 46 5 / 0);
}

.border-r-lime-950\/10{
  border-right-color: rgb(26 46 5 / 0.1);
}

.border-r-lime-950\/100{
  border-right-color: rgb(26 46 5 / 1);
}

.border-r-lime-950\/15{
  border-right-color: rgb(26 46 5 / 0.15);
}

.border-r-lime-950\/20{
  border-right-color: rgb(26 46 5 / 0.2);
}

.border-r-lime-950\/25{
  border-right-color: rgb(26 46 5 / 0.25);
}

.border-r-lime-950\/30{
  border-right-color: rgb(26 46 5 / 0.3);
}

.border-r-lime-950\/35{
  border-right-color: rgb(26 46 5 / 0.35);
}

.border-r-lime-950\/40{
  border-right-color: rgb(26 46 5 / 0.4);
}

.border-r-lime-950\/45{
  border-right-color: rgb(26 46 5 / 0.45);
}

.border-r-lime-950\/5{
  border-right-color: rgb(26 46 5 / 0.05);
}

.border-r-lime-950\/50{
  border-right-color: rgb(26 46 5 / 0.5);
}

.border-r-lime-950\/55{
  border-right-color: rgb(26 46 5 / 0.55);
}

.border-r-lime-950\/60{
  border-right-color: rgb(26 46 5 / 0.6);
}

.border-r-lime-950\/65{
  border-right-color: rgb(26 46 5 / 0.65);
}

.border-r-lime-950\/70{
  border-right-color: rgb(26 46 5 / 0.7);
}

.border-r-lime-950\/75{
  border-right-color: rgb(26 46 5 / 0.75);
}

.border-r-lime-950\/80{
  border-right-color: rgb(26 46 5 / 0.8);
}

.border-r-lime-950\/85{
  border-right-color: rgb(26 46 5 / 0.85);
}

.border-r-lime-950\/90{
  border-right-color: rgb(26 46 5 / 0.9);
}

.border-r-lime-950\/95{
  border-right-color: rgb(26 46 5 / 0.95);
}

.border-r-neutral-01{
  --tw-border-opacity: 1;
  border-right-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-r-neutral-01\/0{
  border-right-color: rgb(224 224 224 / 0);
}

.border-r-neutral-01\/10{
  border-right-color: rgb(224 224 224 / 0.1);
}

.border-r-neutral-01\/100{
  border-right-color: rgb(224 224 224 / 1);
}

.border-r-neutral-01\/15{
  border-right-color: rgb(224 224 224 / 0.15);
}

.border-r-neutral-01\/20{
  border-right-color: rgb(224 224 224 / 0.2);
}

.border-r-neutral-01\/25{
  border-right-color: rgb(224 224 224 / 0.25);
}

.border-r-neutral-01\/30{
  border-right-color: rgb(224 224 224 / 0.3);
}

.border-r-neutral-01\/35{
  border-right-color: rgb(224 224 224 / 0.35);
}

.border-r-neutral-01\/40{
  border-right-color: rgb(224 224 224 / 0.4);
}

.border-r-neutral-01\/45{
  border-right-color: rgb(224 224 224 / 0.45);
}

.border-r-neutral-01\/5{
  border-right-color: rgb(224 224 224 / 0.05);
}

.border-r-neutral-01\/50{
  border-right-color: rgb(224 224 224 / 0.5);
}

.border-r-neutral-01\/55{
  border-right-color: rgb(224 224 224 / 0.55);
}

.border-r-neutral-01\/60{
  border-right-color: rgb(224 224 224 / 0.6);
}

.border-r-neutral-01\/65{
  border-right-color: rgb(224 224 224 / 0.65);
}

.border-r-neutral-01\/70{
  border-right-color: rgb(224 224 224 / 0.7);
}

.border-r-neutral-01\/75{
  border-right-color: rgb(224 224 224 / 0.75);
}

.border-r-neutral-01\/80{
  border-right-color: rgb(224 224 224 / 0.8);
}

.border-r-neutral-01\/85{
  border-right-color: rgb(224 224 224 / 0.85);
}

.border-r-neutral-01\/90{
  border-right-color: rgb(224 224 224 / 0.9);
}

.border-r-neutral-01\/95{
  border-right-color: rgb(224 224 224 / 0.95);
}

.border-r-neutral-02{
  --tw-border-opacity: 1;
  border-right-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.border-r-neutral-02\/0{
  border-right-color: rgb(228 234 238 / 0);
}

.border-r-neutral-02\/10{
  border-right-color: rgb(228 234 238 / 0.1);
}

.border-r-neutral-02\/100{
  border-right-color: rgb(228 234 238 / 1);
}

.border-r-neutral-02\/15{
  border-right-color: rgb(228 234 238 / 0.15);
}

.border-r-neutral-02\/20{
  border-right-color: rgb(228 234 238 / 0.2);
}

.border-r-neutral-02\/25{
  border-right-color: rgb(228 234 238 / 0.25);
}

.border-r-neutral-02\/30{
  border-right-color: rgb(228 234 238 / 0.3);
}

.border-r-neutral-02\/35{
  border-right-color: rgb(228 234 238 / 0.35);
}

.border-r-neutral-02\/40{
  border-right-color: rgb(228 234 238 / 0.4);
}

.border-r-neutral-02\/45{
  border-right-color: rgb(228 234 238 / 0.45);
}

.border-r-neutral-02\/5{
  border-right-color: rgb(228 234 238 / 0.05);
}

.border-r-neutral-02\/50{
  border-right-color: rgb(228 234 238 / 0.5);
}

.border-r-neutral-02\/55{
  border-right-color: rgb(228 234 238 / 0.55);
}

.border-r-neutral-02\/60{
  border-right-color: rgb(228 234 238 / 0.6);
}

.border-r-neutral-02\/65{
  border-right-color: rgb(228 234 238 / 0.65);
}

.border-r-neutral-02\/70{
  border-right-color: rgb(228 234 238 / 0.7);
}

.border-r-neutral-02\/75{
  border-right-color: rgb(228 234 238 / 0.75);
}

.border-r-neutral-02\/80{
  border-right-color: rgb(228 234 238 / 0.8);
}

.border-r-neutral-02\/85{
  border-right-color: rgb(228 234 238 / 0.85);
}

.border-r-neutral-02\/90{
  border-right-color: rgb(228 234 238 / 0.9);
}

.border-r-neutral-02\/95{
  border-right-color: rgb(228 234 238 / 0.95);
}

.border-r-neutral-03{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.border-r-neutral-03\/0{
  border-right-color: rgb(236 239 250 / 0);
}

.border-r-neutral-03\/10{
  border-right-color: rgb(236 239 250 / 0.1);
}

.border-r-neutral-03\/100{
  border-right-color: rgb(236 239 250 / 1);
}

.border-r-neutral-03\/15{
  border-right-color: rgb(236 239 250 / 0.15);
}

.border-r-neutral-03\/20{
  border-right-color: rgb(236 239 250 / 0.2);
}

.border-r-neutral-03\/25{
  border-right-color: rgb(236 239 250 / 0.25);
}

.border-r-neutral-03\/30{
  border-right-color: rgb(236 239 250 / 0.3);
}

.border-r-neutral-03\/35{
  border-right-color: rgb(236 239 250 / 0.35);
}

.border-r-neutral-03\/40{
  border-right-color: rgb(236 239 250 / 0.4);
}

.border-r-neutral-03\/45{
  border-right-color: rgb(236 239 250 / 0.45);
}

.border-r-neutral-03\/5{
  border-right-color: rgb(236 239 250 / 0.05);
}

.border-r-neutral-03\/50{
  border-right-color: rgb(236 239 250 / 0.5);
}

.border-r-neutral-03\/55{
  border-right-color: rgb(236 239 250 / 0.55);
}

.border-r-neutral-03\/60{
  border-right-color: rgb(236 239 250 / 0.6);
}

.border-r-neutral-03\/65{
  border-right-color: rgb(236 239 250 / 0.65);
}

.border-r-neutral-03\/70{
  border-right-color: rgb(236 239 250 / 0.7);
}

.border-r-neutral-03\/75{
  border-right-color: rgb(236 239 250 / 0.75);
}

.border-r-neutral-03\/80{
  border-right-color: rgb(236 239 250 / 0.8);
}

.border-r-neutral-03\/85{
  border-right-color: rgb(236 239 250 / 0.85);
}

.border-r-neutral-03\/90{
  border-right-color: rgb(236 239 250 / 0.9);
}

.border-r-neutral-03\/95{
  border-right-color: rgb(236 239 250 / 0.95);
}

.border-r-neutral-04{
  --tw-border-opacity: 1;
  border-right-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-r-neutral-04\/0{
  border-right-color: rgb(215 218 226 / 0);
}

.border-r-neutral-04\/10{
  border-right-color: rgb(215 218 226 / 0.1);
}

.border-r-neutral-04\/100{
  border-right-color: rgb(215 218 226 / 1);
}

.border-r-neutral-04\/15{
  border-right-color: rgb(215 218 226 / 0.15);
}

.border-r-neutral-04\/20{
  border-right-color: rgb(215 218 226 / 0.2);
}

.border-r-neutral-04\/25{
  border-right-color: rgb(215 218 226 / 0.25);
}

.border-r-neutral-04\/30{
  border-right-color: rgb(215 218 226 / 0.3);
}

.border-r-neutral-04\/35{
  border-right-color: rgb(215 218 226 / 0.35);
}

.border-r-neutral-04\/40{
  border-right-color: rgb(215 218 226 / 0.4);
}

.border-r-neutral-04\/45{
  border-right-color: rgb(215 218 226 / 0.45);
}

.border-r-neutral-04\/5{
  border-right-color: rgb(215 218 226 / 0.05);
}

.border-r-neutral-04\/50{
  border-right-color: rgb(215 218 226 / 0.5);
}

.border-r-neutral-04\/55{
  border-right-color: rgb(215 218 226 / 0.55);
}

.border-r-neutral-04\/60{
  border-right-color: rgb(215 218 226 / 0.6);
}

.border-r-neutral-04\/65{
  border-right-color: rgb(215 218 226 / 0.65);
}

.border-r-neutral-04\/70{
  border-right-color: rgb(215 218 226 / 0.7);
}

.border-r-neutral-04\/75{
  border-right-color: rgb(215 218 226 / 0.75);
}

.border-r-neutral-04\/80{
  border-right-color: rgb(215 218 226 / 0.8);
}

.border-r-neutral-04\/85{
  border-right-color: rgb(215 218 226 / 0.85);
}

.border-r-neutral-04\/90{
  border-right-color: rgb(215 218 226 / 0.9);
}

.border-r-neutral-04\/95{
  border-right-color: rgb(215 218 226 / 0.95);
}

.border-r-neutral-05{
  --tw-border-opacity: 1;
  border-right-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.border-r-neutral-05\/0{
  border-right-color: rgb(246 246 246 / 0);
}

.border-r-neutral-05\/10{
  border-right-color: rgb(246 246 246 / 0.1);
}

.border-r-neutral-05\/100{
  border-right-color: rgb(246 246 246 / 1);
}

.border-r-neutral-05\/15{
  border-right-color: rgb(246 246 246 / 0.15);
}

.border-r-neutral-05\/20{
  border-right-color: rgb(246 246 246 / 0.2);
}

.border-r-neutral-05\/25{
  border-right-color: rgb(246 246 246 / 0.25);
}

.border-r-neutral-05\/30{
  border-right-color: rgb(246 246 246 / 0.3);
}

.border-r-neutral-05\/35{
  border-right-color: rgb(246 246 246 / 0.35);
}

.border-r-neutral-05\/40{
  border-right-color: rgb(246 246 246 / 0.4);
}

.border-r-neutral-05\/45{
  border-right-color: rgb(246 246 246 / 0.45);
}

.border-r-neutral-05\/5{
  border-right-color: rgb(246 246 246 / 0.05);
}

.border-r-neutral-05\/50{
  border-right-color: rgb(246 246 246 / 0.5);
}

.border-r-neutral-05\/55{
  border-right-color: rgb(246 246 246 / 0.55);
}

.border-r-neutral-05\/60{
  border-right-color: rgb(246 246 246 / 0.6);
}

.border-r-neutral-05\/65{
  border-right-color: rgb(246 246 246 / 0.65);
}

.border-r-neutral-05\/70{
  border-right-color: rgb(246 246 246 / 0.7);
}

.border-r-neutral-05\/75{
  border-right-color: rgb(246 246 246 / 0.75);
}

.border-r-neutral-05\/80{
  border-right-color: rgb(246 246 246 / 0.8);
}

.border-r-neutral-05\/85{
  border-right-color: rgb(246 246 246 / 0.85);
}

.border-r-neutral-05\/90{
  border-right-color: rgb(246 246 246 / 0.9);
}

.border-r-neutral-05\/95{
  border-right-color: rgb(246 246 246 / 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\/15{
  border-right-color: rgb(245 245 245 / 0.15);
}

.border-r-neutral-100\/20{
  border-right-color: rgb(245 245 245 / 0.2);
}

.border-r-neutral-100\/25{
  border-right-color: rgb(245 245 245 / 0.25);
}

.border-r-neutral-100\/30{
  border-right-color: rgb(245 245 245 / 0.3);
}

.border-r-neutral-100\/35{
  border-right-color: rgb(245 245 245 / 0.35);
}

.border-r-neutral-100\/40{
  border-right-color: rgb(245 245 245 / 0.4);
}

.border-r-neutral-100\/45{
  border-right-color: rgb(245 245 245 / 0.45);
}

.border-r-neutral-100\/5{
  border-right-color: rgb(245 245 245 / 0.05);
}

.border-r-neutral-100\/50{
  border-right-color: rgb(245 245 245 / 0.5);
}

.border-r-neutral-100\/55{
  border-right-color: rgb(245 245 245 / 0.55);
}

.border-r-neutral-100\/60{
  border-right-color: rgb(245 245 245 / 0.6);
}

.border-r-neutral-100\/65{
  border-right-color: rgb(245 245 245 / 0.65);
}

.border-r-neutral-100\/70{
  border-right-color: rgb(245 245 245 / 0.7);
}

.border-r-neutral-100\/75{
  border-right-color: rgb(245 245 245 / 0.75);
}

.border-r-neutral-100\/80{
  border-right-color: rgb(245 245 245 / 0.8);
}

.border-r-neutral-100\/85{
  border-right-color: rgb(245 245 245 / 0.85);
}

.border-r-neutral-100\/90{
  border-right-color: rgb(245 245 245 / 0.9);
}

.border-r-neutral-100\/95{
  border-right-color: rgb(245 245 245 / 0.95);
}

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

.border-r-neutral-200\/0{
  border-right-color: rgb(229 229 229 / 0);
}

.border-r-neutral-200\/10{
  border-right-color: rgb(229 229 229 / 0.1);
}

.border-r-neutral-200\/100{
  border-right-color: rgb(229 229 229 / 1);
}

.border-r-neutral-200\/15{
  border-right-color: rgb(229 229 229 / 0.15);
}

.border-r-neutral-200\/20{
  border-right-color: rgb(229 229 229 / 0.2);
}

.border-r-neutral-200\/25{
  border-right-color: rgb(229 229 229 / 0.25);
}

.border-r-neutral-200\/30{
  border-right-color: rgb(229 229 229 / 0.3);
}

.border-r-neutral-200\/35{
  border-right-color: rgb(229 229 229 / 0.35);
}

.border-r-neutral-200\/40{
  border-right-color: rgb(229 229 229 / 0.4);
}

.border-r-neutral-200\/45{
  border-right-color: rgb(229 229 229 / 0.45);
}

.border-r-neutral-200\/5{
  border-right-color: rgb(229 229 229 / 0.05);
}

.border-r-neutral-200\/50{
  border-right-color: rgb(229 229 229 / 0.5);
}

.border-r-neutral-200\/55{
  border-right-color: rgb(229 229 229 / 0.55);
}

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

.border-r-neutral-200\/65{
  border-right-color: rgb(229 229 229 / 0.65);
}

.border-r-neutral-200\/70{
  border-right-color: rgb(229 229 229 / 0.7);
}

.border-r-neutral-200\/75{
  border-right-color: rgb(229 229 229 / 0.75);
}

.border-r-neutral-200\/80{
  border-right-color: rgb(229 229 229 / 0.8);
}

.border-r-neutral-200\/85{
  border-right-color: rgb(229 229 229 / 0.85);
}

.border-r-neutral-200\/90{
  border-right-color: rgb(229 229 229 / 0.9);
}

.border-r-neutral-200\/95{
  border-right-color: rgb(229 229 229 / 0.95);
}

.border-r-neutral-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-r-neutral-300\/0{
  border-right-color: rgb(212 212 212 / 0);
}

.border-r-neutral-300\/10{
  border-right-color: rgb(212 212 212 / 0.1);
}

.border-r-neutral-300\/100{
  border-right-color: rgb(212 212 212 / 1);
}

.border-r-neutral-300\/15{
  border-right-color: rgb(212 212 212 / 0.15);
}

.border-r-neutral-300\/20{
  border-right-color: rgb(212 212 212 / 0.2);
}

.border-r-neutral-300\/25{
  border-right-color: rgb(212 212 212 / 0.25);
}

.border-r-neutral-300\/30{
  border-right-color: rgb(212 212 212 / 0.3);
}

.border-r-neutral-300\/35{
  border-right-color: rgb(212 212 212 / 0.35);
}

.border-r-neutral-300\/40{
  border-right-color: rgb(212 212 212 / 0.4);
}

.border-r-neutral-300\/45{
  border-right-color: rgb(212 212 212 / 0.45);
}

.border-r-neutral-300\/5{
  border-right-color: rgb(212 212 212 / 0.05);
}

.border-r-neutral-300\/50{
  border-right-color: rgb(212 212 212 / 0.5);
}

.border-r-neutral-300\/55{
  border-right-color: rgb(212 212 212 / 0.55);
}

.border-r-neutral-300\/60{
  border-right-color: rgb(212 212 212 / 0.6);
}

.border-r-neutral-300\/65{
  border-right-color: rgb(212 212 212 / 0.65);
}

.border-r-neutral-300\/70{
  border-right-color: rgb(212 212 212 / 0.7);
}

.border-r-neutral-300\/75{
  border-right-color: rgb(212 212 212 / 0.75);
}

.border-r-neutral-300\/80{
  border-right-color: rgb(212 212 212 / 0.8);
}

.border-r-neutral-300\/85{
  border-right-color: rgb(212 212 212 / 0.85);
}

.border-r-neutral-300\/90{
  border-right-color: rgb(212 212 212 / 0.9);
}

.border-r-neutral-300\/95{
  border-right-color: rgb(212 212 212 / 0.95);
}

.border-r-neutral-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-r-neutral-400\/0{
  border-right-color: rgb(163 163 163 / 0);
}

.border-r-neutral-400\/10{
  border-right-color: rgb(163 163 163 / 0.1);
}

.border-r-neutral-400\/100{
  border-right-color: rgb(163 163 163 / 1);
}

.border-r-neutral-400\/15{
  border-right-color: rgb(163 163 163 / 0.15);
}

.border-r-neutral-400\/20{
  border-right-color: rgb(163 163 163 / 0.2);
}

.border-r-neutral-400\/25{
  border-right-color: rgb(163 163 163 / 0.25);
}

.border-r-neutral-400\/30{
  border-right-color: rgb(163 163 163 / 0.3);
}

.border-r-neutral-400\/35{
  border-right-color: rgb(163 163 163 / 0.35);
}

.border-r-neutral-400\/40{
  border-right-color: rgb(163 163 163 / 0.4);
}

.border-r-neutral-400\/45{
  border-right-color: rgb(163 163 163 / 0.45);
}

.border-r-neutral-400\/5{
  border-right-color: rgb(163 163 163 / 0.05);
}

.border-r-neutral-400\/50{
  border-right-color: rgb(163 163 163 / 0.5);
}

.border-r-neutral-400\/55{
  border-right-color: rgb(163 163 163 / 0.55);
}

.border-r-neutral-400\/60{
  border-right-color: rgb(163 163 163 / 0.6);
}

.border-r-neutral-400\/65{
  border-right-color: rgb(163 163 163 / 0.65);
}

.border-r-neutral-400\/70{
  border-right-color: rgb(163 163 163 / 0.7);
}

.border-r-neutral-400\/75{
  border-right-color: rgb(163 163 163 / 0.75);
}

.border-r-neutral-400\/80{
  border-right-color: rgb(163 163 163 / 0.8);
}

.border-r-neutral-400\/85{
  border-right-color: rgb(163 163 163 / 0.85);
}

.border-r-neutral-400\/90{
  border-right-color: rgb(163 163 163 / 0.9);
}

.border-r-neutral-400\/95{
  border-right-color: rgb(163 163 163 / 0.95);
}

.border-r-neutral-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-r-neutral-50\/0{
  border-right-color: rgb(250 250 250 / 0);
}

.border-r-neutral-50\/10{
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-r-neutral-50\/100{
  border-right-color: rgb(250 250 250 / 1);
}

.border-r-neutral-50\/15{
  border-right-color: rgb(250 250 250 / 0.15);
}

.border-r-neutral-50\/20{
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-r-neutral-50\/25{
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-r-neutral-50\/30{
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-r-neutral-50\/35{
  border-right-color: rgb(250 250 250 / 0.35);
}

.border-r-neutral-50\/40{
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-r-neutral-50\/45{
  border-right-color: rgb(250 250 250 / 0.45);
}

.border-r-neutral-50\/5{
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-r-neutral-50\/50{
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-r-neutral-50\/55{
  border-right-color: rgb(250 250 250 / 0.55);
}

.border-r-neutral-50\/60{
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-r-neutral-50\/65{
  border-right-color: rgb(250 250 250 / 0.65);
}

.border-r-neutral-50\/70{
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-r-neutral-50\/75{
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-r-neutral-50\/80{
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-r-neutral-50\/85{
  border-right-color: rgb(250 250 250 / 0.85);
}

.border-r-neutral-50\/90{
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-r-neutral-50\/95{
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-r-neutral-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-r-neutral-500\/0{
  border-right-color: rgb(115 115 115 / 0);
}

.border-r-neutral-500\/10{
  border-right-color: rgb(115 115 115 / 0.1);
}

.border-r-neutral-500\/100{
  border-right-color: rgb(115 115 115 / 1);
}

.border-r-neutral-500\/15{
  border-right-color: rgb(115 115 115 / 0.15);
}

.border-r-neutral-500\/20{
  border-right-color: rgb(115 115 115 / 0.2);
}

.border-r-neutral-500\/25{
  border-right-color: rgb(115 115 115 / 0.25);
}

.border-r-neutral-500\/30{
  border-right-color: rgb(115 115 115 / 0.3);
}

.border-r-neutral-500\/35{
  border-right-color: rgb(115 115 115 / 0.35);
}

.border-r-neutral-500\/40{
  border-right-color: rgb(115 115 115 / 0.4);
}

.border-r-neutral-500\/45{
  border-right-color: rgb(115 115 115 / 0.45);
}

.border-r-neutral-500\/5{
  border-right-color: rgb(115 115 115 / 0.05);
}

.border-r-neutral-500\/50{
  border-right-color: rgb(115 115 115 / 0.5);
}

.border-r-neutral-500\/55{
  border-right-color: rgb(115 115 115 / 0.55);
}

.border-r-neutral-500\/60{
  border-right-color: rgb(115 115 115 / 0.6);
}

.border-r-neutral-500\/65{
  border-right-color: rgb(115 115 115 / 0.65);
}

.border-r-neutral-500\/70{
  border-right-color: rgb(115 115 115 / 0.7);
}

.border-r-neutral-500\/75{
  border-right-color: rgb(115 115 115 / 0.75);
}

.border-r-neutral-500\/80{
  border-right-color: rgb(115 115 115 / 0.8);
}

.border-r-neutral-500\/85{
  border-right-color: rgb(115 115 115 / 0.85);
}

.border-r-neutral-500\/90{
  border-right-color: rgb(115 115 115 / 0.9);
}

.border-r-neutral-500\/95{
  border-right-color: rgb(115 115 115 / 0.95);
}

.border-r-neutral-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-r-neutral-600\/0{
  border-right-color: rgb(82 82 82 / 0);
}

.border-r-neutral-600\/10{
  border-right-color: rgb(82 82 82 / 0.1);
}

.border-r-neutral-600\/100{
  border-right-color: rgb(82 82 82 / 1);
}

.border-r-neutral-600\/15{
  border-right-color: rgb(82 82 82 / 0.15);
}

.border-r-neutral-600\/20{
  border-right-color: rgb(82 82 82 / 0.2);
}

.border-r-neutral-600\/25{
  border-right-color: rgb(82 82 82 / 0.25);
}

.border-r-neutral-600\/30{
  border-right-color: rgb(82 82 82 / 0.3);
}

.border-r-neutral-600\/35{
  border-right-color: rgb(82 82 82 / 0.35);
}

.border-r-neutral-600\/40{
  border-right-color: rgb(82 82 82 / 0.4);
}

.border-r-neutral-600\/45{
  border-right-color: rgb(82 82 82 / 0.45);
}

.border-r-neutral-600\/5{
  border-right-color: rgb(82 82 82 / 0.05);
}

.border-r-neutral-600\/50{
  border-right-color: rgb(82 82 82 / 0.5);
}

.border-r-neutral-600\/55{
  border-right-color: rgb(82 82 82 / 0.55);
}

.border-r-neutral-600\/60{
  border-right-color: rgb(82 82 82 / 0.6);
}

.border-r-neutral-600\/65{
  border-right-color: rgb(82 82 82 / 0.65);
}

.border-r-neutral-600\/70{
  border-right-color: rgb(82 82 82 / 0.7);
}

.border-r-neutral-600\/75{
  border-right-color: rgb(82 82 82 / 0.75);
}

.border-r-neutral-600\/80{
  border-right-color: rgb(82 82 82 / 0.8);
}

.border-r-neutral-600\/85{
  border-right-color: rgb(82 82 82 / 0.85);
}

.border-r-neutral-600\/90{
  border-right-color: rgb(82 82 82 / 0.9);
}

.border-r-neutral-600\/95{
  border-right-color: rgb(82 82 82 / 0.95);
}

.border-r-neutral-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-r-neutral-700\/0{
  border-right-color: rgb(64 64 64 / 0);
}

.border-r-neutral-700\/10{
  border-right-color: rgb(64 64 64 / 0.1);
}

.border-r-neutral-700\/100{
  border-right-color: rgb(64 64 64 / 1);
}

.border-r-neutral-700\/15{
  border-right-color: rgb(64 64 64 / 0.15);
}

.border-r-neutral-700\/20{
  border-right-color: rgb(64 64 64 / 0.2);
}

.border-r-neutral-700\/25{
  border-right-color: rgb(64 64 64 / 0.25);
}

.border-r-neutral-700\/30{
  border-right-color: rgb(64 64 64 / 0.3);
}

.border-r-neutral-700\/35{
  border-right-color: rgb(64 64 64 / 0.35);
}

.border-r-neutral-700\/40{
  border-right-color: rgb(64 64 64 / 0.4);
}

.border-r-neutral-700\/45{
  border-right-color: rgb(64 64 64 / 0.45);
}

.border-r-neutral-700\/5{
  border-right-color: rgb(64 64 64 / 0.05);
}

.border-r-neutral-700\/50{
  border-right-color: rgb(64 64 64 / 0.5);
}

.border-r-neutral-700\/55{
  border-right-color: rgb(64 64 64 / 0.55);
}

.border-r-neutral-700\/60{
  border-right-color: rgb(64 64 64 / 0.6);
}

.border-r-neutral-700\/65{
  border-right-color: rgb(64 64 64 / 0.65);
}

.border-r-neutral-700\/70{
  border-right-color: rgb(64 64 64 / 0.7);
}

.border-r-neutral-700\/75{
  border-right-color: rgb(64 64 64 / 0.75);
}

.border-r-neutral-700\/80{
  border-right-color: rgb(64 64 64 / 0.8);
}

.border-r-neutral-700\/85{
  border-right-color: rgb(64 64 64 / 0.85);
}

.border-r-neutral-700\/90{
  border-right-color: rgb(64 64 64 / 0.9);
}

.border-r-neutral-700\/95{
  border-right-color: rgb(64 64 64 / 0.95);
}

.border-r-neutral-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-r-neutral-800\/0{
  border-right-color: rgb(38 38 38 / 0);
}

.border-r-neutral-800\/10{
  border-right-color: rgb(38 38 38 / 0.1);
}

.border-r-neutral-800\/100{
  border-right-color: rgb(38 38 38 / 1);
}

.border-r-neutral-800\/15{
  border-right-color: rgb(38 38 38 / 0.15);
}

.border-r-neutral-800\/20{
  border-right-color: rgb(38 38 38 / 0.2);
}

.border-r-neutral-800\/25{
  border-right-color: rgb(38 38 38 / 0.25);
}

.border-r-neutral-800\/30{
  border-right-color: rgb(38 38 38 / 0.3);
}

.border-r-neutral-800\/35{
  border-right-color: rgb(38 38 38 / 0.35);
}

.border-r-neutral-800\/40{
  border-right-color: rgb(38 38 38 / 0.4);
}

.border-r-neutral-800\/45{
  border-right-color: rgb(38 38 38 / 0.45);
}

.border-r-neutral-800\/5{
  border-right-color: rgb(38 38 38 / 0.05);
}

.border-r-neutral-800\/50{
  border-right-color: rgb(38 38 38 / 0.5);
}

.border-r-neutral-800\/55{
  border-right-color: rgb(38 38 38 / 0.55);
}

.border-r-neutral-800\/60{
  border-right-color: rgb(38 38 38 / 0.6);
}

.border-r-neutral-800\/65{
  border-right-color: rgb(38 38 38 / 0.65);
}

.border-r-neutral-800\/70{
  border-right-color: rgb(38 38 38 / 0.7);
}

.border-r-neutral-800\/75{
  border-right-color: rgb(38 38 38 / 0.75);
}

.border-r-neutral-800\/80{
  border-right-color: rgb(38 38 38 / 0.8);
}

.border-r-neutral-800\/85{
  border-right-color: rgb(38 38 38 / 0.85);
}

.border-r-neutral-800\/90{
  border-right-color: rgb(38 38 38 / 0.9);
}

.border-r-neutral-800\/95{
  border-right-color: rgb(38 38 38 / 0.95);
}

.border-r-neutral-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-r-neutral-900\/0{
  border-right-color: rgb(23 23 23 / 0);
}

.border-r-neutral-900\/10{
  border-right-color: rgb(23 23 23 / 0.1);
}

.border-r-neutral-900\/100{
  border-right-color: rgb(23 23 23 / 1);
}

.border-r-neutral-900\/15{
  border-right-color: rgb(23 23 23 / 0.15);
}

.border-r-neutral-900\/20{
  border-right-color: rgb(23 23 23 / 0.2);
}

.border-r-neutral-900\/25{
  border-right-color: rgb(23 23 23 / 0.25);
}

.border-r-neutral-900\/30{
  border-right-color: rgb(23 23 23 / 0.3);
}

.border-r-neutral-900\/35{
  border-right-color: rgb(23 23 23 / 0.35);
}

.border-r-neutral-900\/40{
  border-right-color: rgb(23 23 23 / 0.4);
}

.border-r-neutral-900\/45{
  border-right-color: rgb(23 23 23 / 0.45);
}

.border-r-neutral-900\/5{
  border-right-color: rgb(23 23 23 / 0.05);
}

.border-r-neutral-900\/50{
  border-right-color: rgb(23 23 23 / 0.5);
}

.border-r-neutral-900\/55{
  border-right-color: rgb(23 23 23 / 0.55);
}

.border-r-neutral-900\/60{
  border-right-color: rgb(23 23 23 / 0.6);
}

.border-r-neutral-900\/65{
  border-right-color: rgb(23 23 23 / 0.65);
}

.border-r-neutral-900\/70{
  border-right-color: rgb(23 23 23 / 0.7);
}

.border-r-neutral-900\/75{
  border-right-color: rgb(23 23 23 / 0.75);
}

.border-r-neutral-900\/80{
  border-right-color: rgb(23 23 23 / 0.8);
}

.border-r-neutral-900\/85{
  border-right-color: rgb(23 23 23 / 0.85);
}

.border-r-neutral-900\/90{
  border-right-color: rgb(23 23 23 / 0.9);
}

.border-r-neutral-900\/95{
  border-right-color: rgb(23 23 23 / 0.95);
}

.border-r-neutral-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-r-neutral-950\/0{
  border-right-color: rgb(10 10 10 / 0);
}

.border-r-neutral-950\/10{
  border-right-color: rgb(10 10 10 / 0.1);
}

.border-r-neutral-950\/100{
  border-right-color: rgb(10 10 10 / 1);
}

.border-r-neutral-950\/15{
  border-right-color: rgb(10 10 10 / 0.15);
}

.border-r-neutral-950\/20{
  border-right-color: rgb(10 10 10 / 0.2);
}

.border-r-neutral-950\/25{
  border-right-color: rgb(10 10 10 / 0.25);
}

.border-r-neutral-950\/30{
  border-right-color: rgb(10 10 10 / 0.3);
}

.border-r-neutral-950\/35{
  border-right-color: rgb(10 10 10 / 0.35);
}

.border-r-neutral-950\/40{
  border-right-color: rgb(10 10 10 / 0.4);
}

.border-r-neutral-950\/45{
  border-right-color: rgb(10 10 10 / 0.45);
}

.border-r-neutral-950\/5{
  border-right-color: rgb(10 10 10 / 0.05);
}

.border-r-neutral-950\/50{
  border-right-color: rgb(10 10 10 / 0.5);
}

.border-r-neutral-950\/55{
  border-right-color: rgb(10 10 10 / 0.55);
}

.border-r-neutral-950\/60{
  border-right-color: rgb(10 10 10 / 0.6);
}

.border-r-neutral-950\/65{
  border-right-color: rgb(10 10 10 / 0.65);
}

.border-r-neutral-950\/70{
  border-right-color: rgb(10 10 10 / 0.7);
}

.border-r-neutral-950\/75{
  border-right-color: rgb(10 10 10 / 0.75);
}

.border-r-neutral-950\/80{
  border-right-color: rgb(10 10 10 / 0.8);
}

.border-r-neutral-950\/85{
  border-right-color: rgb(10 10 10 / 0.85);
}

.border-r-neutral-950\/90{
  border-right-color: rgb(10 10 10 / 0.9);
}

.border-r-neutral-950\/95{
  border-right-color: rgb(10 10 10 / 0.95);
}

.border-r-orange-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-r-orange-100\/0{
  border-right-color: rgb(255 237 213 / 0);
}

.border-r-orange-100\/10{
  border-right-color: rgb(255 237 213 / 0.1);
}

.border-r-orange-100\/100{
  border-right-color: rgb(255 237 213 / 1);
}

.border-r-orange-100\/15{
  border-right-color: rgb(255 237 213 / 0.15);
}

.border-r-orange-100\/20{
  border-right-color: rgb(255 237 213 / 0.2);
}

.border-r-orange-100\/25{
  border-right-color: rgb(255 237 213 / 0.25);
}

.border-r-orange-100\/30{
  border-right-color: rgb(255 237 213 / 0.3);
}

.border-r-orange-100\/35{
  border-right-color: rgb(255 237 213 / 0.35);
}

.border-r-orange-100\/40{
  border-right-color: rgb(255 237 213 / 0.4);
}

.border-r-orange-100\/45{
  border-right-color: rgb(255 237 213 / 0.45);
}

.border-r-orange-100\/5{
  border-right-color: rgb(255 237 213 / 0.05);
}

.border-r-orange-100\/50{
  border-right-color: rgb(255 237 213 / 0.5);
}

.border-r-orange-100\/55{
  border-right-color: rgb(255 237 213 / 0.55);
}

.border-r-orange-100\/60{
  border-right-color: rgb(255 237 213 / 0.6);
}

.border-r-orange-100\/65{
  border-right-color: rgb(255 237 213 / 0.65);
}

.border-r-orange-100\/70{
  border-right-color: rgb(255 237 213 / 0.7);
}

.border-r-orange-100\/75{
  border-right-color: rgb(255 237 213 / 0.75);
}

.border-r-orange-100\/80{
  border-right-color: rgb(255 237 213 / 0.8);
}

.border-r-orange-100\/85{
  border-right-color: rgb(255 237 213 / 0.85);
}

.border-r-orange-100\/90{
  border-right-color: rgb(255 237 213 / 0.9);
}

.border-r-orange-100\/95{
  border-right-color: rgb(255 237 213 / 0.95);
}

.border-r-orange-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-r-orange-200\/0{
  border-right-color: rgb(254 215 170 / 0);
}

.border-r-orange-200\/10{
  border-right-color: rgb(254 215 170 / 0.1);
}

.border-r-orange-200\/100{
  border-right-color: rgb(254 215 170 / 1);
}

.border-r-orange-200\/15{
  border-right-color: rgb(254 215 170 / 0.15);
}

.border-r-orange-200\/20{
  border-right-color: rgb(254 215 170 / 0.2);
}

.border-r-orange-200\/25{
  border-right-color: rgb(254 215 170 / 0.25);
}

.border-r-orange-200\/30{
  border-right-color: rgb(254 215 170 / 0.3);
}

.border-r-orange-200\/35{
  border-right-color: rgb(254 215 170 / 0.35);
}

.border-r-orange-200\/40{
  border-right-color: rgb(254 215 170 / 0.4);
}

.border-r-orange-200\/45{
  border-right-color: rgb(254 215 170 / 0.45);
}

.border-r-orange-200\/5{
  border-right-color: rgb(254 215 170 / 0.05);
}

.border-r-orange-200\/50{
  border-right-color: rgb(254 215 170 / 0.5);
}

.border-r-orange-200\/55{
  border-right-color: rgb(254 215 170 / 0.55);
}

.border-r-orange-200\/60{
  border-right-color: rgb(254 215 170 / 0.6);
}

.border-r-orange-200\/65{
  border-right-color: rgb(254 215 170 / 0.65);
}

.border-r-orange-200\/70{
  border-right-color: rgb(254 215 170 / 0.7);
}

.border-r-orange-200\/75{
  border-right-color: rgb(254 215 170 / 0.75);
}

.border-r-orange-200\/80{
  border-right-color: rgb(254 215 170 / 0.8);
}

.border-r-orange-200\/85{
  border-right-color: rgb(254 215 170 / 0.85);
}

.border-r-orange-200\/90{
  border-right-color: rgb(254 215 170 / 0.9);
}

.border-r-orange-200\/95{
  border-right-color: rgb(254 215 170 / 0.95);
}

.border-r-orange-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-r-orange-300\/0{
  border-right-color: rgb(253 186 116 / 0);
}

.border-r-orange-300\/10{
  border-right-color: rgb(253 186 116 / 0.1);
}

.border-r-orange-300\/100{
  border-right-color: rgb(253 186 116 / 1);
}

.border-r-orange-300\/15{
  border-right-color: rgb(253 186 116 / 0.15);
}

.border-r-orange-300\/20{
  border-right-color: rgb(253 186 116 / 0.2);
}

.border-r-orange-300\/25{
  border-right-color: rgb(253 186 116 / 0.25);
}

.border-r-orange-300\/30{
  border-right-color: rgb(253 186 116 / 0.3);
}

.border-r-orange-300\/35{
  border-right-color: rgb(253 186 116 / 0.35);
}

.border-r-orange-300\/40{
  border-right-color: rgb(253 186 116 / 0.4);
}

.border-r-orange-300\/45{
  border-right-color: rgb(253 186 116 / 0.45);
}

.border-r-orange-300\/5{
  border-right-color: rgb(253 186 116 / 0.05);
}

.border-r-orange-300\/50{
  border-right-color: rgb(253 186 116 / 0.5);
}

.border-r-orange-300\/55{
  border-right-color: rgb(253 186 116 / 0.55);
}

.border-r-orange-300\/60{
  border-right-color: rgb(253 186 116 / 0.6);
}

.border-r-orange-300\/65{
  border-right-color: rgb(253 186 116 / 0.65);
}

.border-r-orange-300\/70{
  border-right-color: rgb(253 186 116 / 0.7);
}

.border-r-orange-300\/75{
  border-right-color: rgb(253 186 116 / 0.75);
}

.border-r-orange-300\/80{
  border-right-color: rgb(253 186 116 / 0.8);
}

.border-r-orange-300\/85{
  border-right-color: rgb(253 186 116 / 0.85);
}

.border-r-orange-300\/90{
  border-right-color: rgb(253 186 116 / 0.9);
}

.border-r-orange-300\/95{
  border-right-color: rgb(253 186 116 / 0.95);
}

.border-r-orange-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-r-orange-400\/0{
  border-right-color: rgb(251 146 60 / 0);
}

.border-r-orange-400\/10{
  border-right-color: rgb(251 146 60 / 0.1);
}

.border-r-orange-400\/100{
  border-right-color: rgb(251 146 60 / 1);
}

.border-r-orange-400\/15{
  border-right-color: rgb(251 146 60 / 0.15);
}

.border-r-orange-400\/20{
  border-right-color: rgb(251 146 60 / 0.2);
}

.border-r-orange-400\/25{
  border-right-color: rgb(251 146 60 / 0.25);
}

.border-r-orange-400\/30{
  border-right-color: rgb(251 146 60 / 0.3);
}

.border-r-orange-400\/35{
  border-right-color: rgb(251 146 60 / 0.35);
}

.border-r-orange-400\/40{
  border-right-color: rgb(251 146 60 / 0.4);
}

.border-r-orange-400\/45{
  border-right-color: rgb(251 146 60 / 0.45);
}

.border-r-orange-400\/5{
  border-right-color: rgb(251 146 60 / 0.05);
}

.border-r-orange-400\/50{
  border-right-color: rgb(251 146 60 / 0.5);
}

.border-r-orange-400\/55{
  border-right-color: rgb(251 146 60 / 0.55);
}

.border-r-orange-400\/60{
  border-right-color: rgb(251 146 60 / 0.6);
}

.border-r-orange-400\/65{
  border-right-color: rgb(251 146 60 / 0.65);
}

.border-r-orange-400\/70{
  border-right-color: rgb(251 146 60 / 0.7);
}

.border-r-orange-400\/75{
  border-right-color: rgb(251 146 60 / 0.75);
}

.border-r-orange-400\/80{
  border-right-color: rgb(251 146 60 / 0.8);
}

.border-r-orange-400\/85{
  border-right-color: rgb(251 146 60 / 0.85);
}

.border-r-orange-400\/90{
  border-right-color: rgb(251 146 60 / 0.9);
}

.border-r-orange-400\/95{
  border-right-color: rgb(251 146 60 / 0.95);
}

.border-r-orange-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-r-orange-50\/0{
  border-right-color: rgb(255 247 237 / 0);
}

.border-r-orange-50\/10{
  border-right-color: rgb(255 247 237 / 0.1);
}

.border-r-orange-50\/100{
  border-right-color: rgb(255 247 237 / 1);
}

.border-r-orange-50\/15{
  border-right-color: rgb(255 247 237 / 0.15);
}

.border-r-orange-50\/20{
  border-right-color: rgb(255 247 237 / 0.2);
}

.border-r-orange-50\/25{
  border-right-color: rgb(255 247 237 / 0.25);
}

.border-r-orange-50\/30{
  border-right-color: rgb(255 247 237 / 0.3);
}

.border-r-orange-50\/35{
  border-right-color: rgb(255 247 237 / 0.35);
}

.border-r-orange-50\/40{
  border-right-color: rgb(255 247 237 / 0.4);
}

.border-r-orange-50\/45{
  border-right-color: rgb(255 247 237 / 0.45);
}

.border-r-orange-50\/5{
  border-right-color: rgb(255 247 237 / 0.05);
}

.border-r-orange-50\/50{
  border-right-color: rgb(255 247 237 / 0.5);
}

.border-r-orange-50\/55{
  border-right-color: rgb(255 247 237 / 0.55);
}

.border-r-orange-50\/60{
  border-right-color: rgb(255 247 237 / 0.6);
}

.border-r-orange-50\/65{
  border-right-color: rgb(255 247 237 / 0.65);
}

.border-r-orange-50\/70{
  border-right-color: rgb(255 247 237 / 0.7);
}

.border-r-orange-50\/75{
  border-right-color: rgb(255 247 237 / 0.75);
}

.border-r-orange-50\/80{
  border-right-color: rgb(255 247 237 / 0.8);
}

.border-r-orange-50\/85{
  border-right-color: rgb(255 247 237 / 0.85);
}

.border-r-orange-50\/90{
  border-right-color: rgb(255 247 237 / 0.9);
}

.border-r-orange-50\/95{
  border-right-color: rgb(255 247 237 / 0.95);
}

.border-r-orange-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-r-orange-500\/0{
  border-right-color: rgb(249 115 22 / 0);
}

.border-r-orange-500\/10{
  border-right-color: rgb(249 115 22 / 0.1);
}

.border-r-orange-500\/100{
  border-right-color: rgb(249 115 22 / 1);
}

.border-r-orange-500\/15{
  border-right-color: rgb(249 115 22 / 0.15);
}

.border-r-orange-500\/20{
  border-right-color: rgb(249 115 22 / 0.2);
}

.border-r-orange-500\/25{
  border-right-color: rgb(249 115 22 / 0.25);
}

.border-r-orange-500\/30{
  border-right-color: rgb(249 115 22 / 0.3);
}

.border-r-orange-500\/35{
  border-right-color: rgb(249 115 22 / 0.35);
}

.border-r-orange-500\/40{
  border-right-color: rgb(249 115 22 / 0.4);
}

.border-r-orange-500\/45{
  border-right-color: rgb(249 115 22 / 0.45);
}

.border-r-orange-500\/5{
  border-right-color: rgb(249 115 22 / 0.05);
}

.border-r-orange-500\/50{
  border-right-color: rgb(249 115 22 / 0.5);
}

.border-r-orange-500\/55{
  border-right-color: rgb(249 115 22 / 0.55);
}

.border-r-orange-500\/60{
  border-right-color: rgb(249 115 22 / 0.6);
}

.border-r-orange-500\/65{
  border-right-color: rgb(249 115 22 / 0.65);
}

.border-r-orange-500\/70{
  border-right-color: rgb(249 115 22 / 0.7);
}

.border-r-orange-500\/75{
  border-right-color: rgb(249 115 22 / 0.75);
}

.border-r-orange-500\/80{
  border-right-color: rgb(249 115 22 / 0.8);
}

.border-r-orange-500\/85{
  border-right-color: rgb(249 115 22 / 0.85);
}

.border-r-orange-500\/90{
  border-right-color: rgb(249 115 22 / 0.9);
}

.border-r-orange-500\/95{
  border-right-color: rgb(249 115 22 / 0.95);
}

.border-r-orange-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-r-orange-600\/0{
  border-right-color: rgb(234 88 12 / 0);
}

.border-r-orange-600\/10{
  border-right-color: rgb(234 88 12 / 0.1);
}

.border-r-orange-600\/100{
  border-right-color: rgb(234 88 12 / 1);
}

.border-r-orange-600\/15{
  border-right-color: rgb(234 88 12 / 0.15);
}

.border-r-orange-600\/20{
  border-right-color: rgb(234 88 12 / 0.2);
}

.border-r-orange-600\/25{
  border-right-color: rgb(234 88 12 / 0.25);
}

.border-r-orange-600\/30{
  border-right-color: rgb(234 88 12 / 0.3);
}

.border-r-orange-600\/35{
  border-right-color: rgb(234 88 12 / 0.35);
}

.border-r-orange-600\/40{
  border-right-color: rgb(234 88 12 / 0.4);
}

.border-r-orange-600\/45{
  border-right-color: rgb(234 88 12 / 0.45);
}

.border-r-orange-600\/5{
  border-right-color: rgb(234 88 12 / 0.05);
}

.border-r-orange-600\/50{
  border-right-color: rgb(234 88 12 / 0.5);
}

.border-r-orange-600\/55{
  border-right-color: rgb(234 88 12 / 0.55);
}

.border-r-orange-600\/60{
  border-right-color: rgb(234 88 12 / 0.6);
}

.border-r-orange-600\/65{
  border-right-color: rgb(234 88 12 / 0.65);
}

.border-r-orange-600\/70{
  border-right-color: rgb(234 88 12 / 0.7);
}

.border-r-orange-600\/75{
  border-right-color: rgb(234 88 12 / 0.75);
}

.border-r-orange-600\/80{
  border-right-color: rgb(234 88 12 / 0.8);
}

.border-r-orange-600\/85{
  border-right-color: rgb(234 88 12 / 0.85);
}

.border-r-orange-600\/90{
  border-right-color: rgb(234 88 12 / 0.9);
}

.border-r-orange-600\/95{
  border-right-color: rgb(234 88 12 / 0.95);
}

.border-r-orange-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-r-orange-700\/0{
  border-right-color: rgb(194 65 12 / 0);
}

.border-r-orange-700\/10{
  border-right-color: rgb(194 65 12 / 0.1);
}

.border-r-orange-700\/100{
  border-right-color: rgb(194 65 12 / 1);
}

.border-r-orange-700\/15{
  border-right-color: rgb(194 65 12 / 0.15);
}

.border-r-orange-700\/20{
  border-right-color: rgb(194 65 12 / 0.2);
}

.border-r-orange-700\/25{
  border-right-color: rgb(194 65 12 / 0.25);
}

.border-r-orange-700\/30{
  border-right-color: rgb(194 65 12 / 0.3);
}

.border-r-orange-700\/35{
  border-right-color: rgb(194 65 12 / 0.35);
}

.border-r-orange-700\/40{
  border-right-color: rgb(194 65 12 / 0.4);
}

.border-r-orange-700\/45{
  border-right-color: rgb(194 65 12 / 0.45);
}

.border-r-orange-700\/5{
  border-right-color: rgb(194 65 12 / 0.05);
}

.border-r-orange-700\/50{
  border-right-color: rgb(194 65 12 / 0.5);
}

.border-r-orange-700\/55{
  border-right-color: rgb(194 65 12 / 0.55);
}

.border-r-orange-700\/60{
  border-right-color: rgb(194 65 12 / 0.6);
}

.border-r-orange-700\/65{
  border-right-color: rgb(194 65 12 / 0.65);
}

.border-r-orange-700\/70{
  border-right-color: rgb(194 65 12 / 0.7);
}

.border-r-orange-700\/75{
  border-right-color: rgb(194 65 12 / 0.75);
}

.border-r-orange-700\/80{
  border-right-color: rgb(194 65 12 / 0.8);
}

.border-r-orange-700\/85{
  border-right-color: rgb(194 65 12 / 0.85);
}

.border-r-orange-700\/90{
  border-right-color: rgb(194 65 12 / 0.9);
}

.border-r-orange-700\/95{
  border-right-color: rgb(194 65 12 / 0.95);
}

.border-r-orange-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-r-orange-800\/0{
  border-right-color: rgb(154 52 18 / 0);
}

.border-r-orange-800\/10{
  border-right-color: rgb(154 52 18 / 0.1);
}

.border-r-orange-800\/100{
  border-right-color: rgb(154 52 18 / 1);
}

.border-r-orange-800\/15{
  border-right-color: rgb(154 52 18 / 0.15);
}

.border-r-orange-800\/20{
  border-right-color: rgb(154 52 18 / 0.2);
}

.border-r-orange-800\/25{
  border-right-color: rgb(154 52 18 / 0.25);
}

.border-r-orange-800\/30{
  border-right-color: rgb(154 52 18 / 0.3);
}

.border-r-orange-800\/35{
  border-right-color: rgb(154 52 18 / 0.35);
}

.border-r-orange-800\/40{
  border-right-color: rgb(154 52 18 / 0.4);
}

.border-r-orange-800\/45{
  border-right-color: rgb(154 52 18 / 0.45);
}

.border-r-orange-800\/5{
  border-right-color: rgb(154 52 18 / 0.05);
}

.border-r-orange-800\/50{
  border-right-color: rgb(154 52 18 / 0.5);
}

.border-r-orange-800\/55{
  border-right-color: rgb(154 52 18 / 0.55);
}

.border-r-orange-800\/60{
  border-right-color: rgb(154 52 18 / 0.6);
}

.border-r-orange-800\/65{
  border-right-color: rgb(154 52 18 / 0.65);
}

.border-r-orange-800\/70{
  border-right-color: rgb(154 52 18 / 0.7);
}

.border-r-orange-800\/75{
  border-right-color: rgb(154 52 18 / 0.75);
}

.border-r-orange-800\/80{
  border-right-color: rgb(154 52 18 / 0.8);
}

.border-r-orange-800\/85{
  border-right-color: rgb(154 52 18 / 0.85);
}

.border-r-orange-800\/90{
  border-right-color: rgb(154 52 18 / 0.9);
}

.border-r-orange-800\/95{
  border-right-color: rgb(154 52 18 / 0.95);
}

.border-r-orange-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-r-orange-900\/0{
  border-right-color: rgb(124 45 18 / 0);
}

.border-r-orange-900\/10{
  border-right-color: rgb(124 45 18 / 0.1);
}

.border-r-orange-900\/100{
  border-right-color: rgb(124 45 18 / 1);
}

.border-r-orange-900\/15{
  border-right-color: rgb(124 45 18 / 0.15);
}

.border-r-orange-900\/20{
  border-right-color: rgb(124 45 18 / 0.2);
}

.border-r-orange-900\/25{
  border-right-color: rgb(124 45 18 / 0.25);
}

.border-r-orange-900\/30{
  border-right-color: rgb(124 45 18 / 0.3);
}

.border-r-orange-900\/35{
  border-right-color: rgb(124 45 18 / 0.35);
}

.border-r-orange-900\/40{
  border-right-color: rgb(124 45 18 / 0.4);
}

.border-r-orange-900\/45{
  border-right-color: rgb(124 45 18 / 0.45);
}

.border-r-orange-900\/5{
  border-right-color: rgb(124 45 18 / 0.05);
}

.border-r-orange-900\/50{
  border-right-color: rgb(124 45 18 / 0.5);
}

.border-r-orange-900\/55{
  border-right-color: rgb(124 45 18 / 0.55);
}

.border-r-orange-900\/60{
  border-right-color: rgb(124 45 18 / 0.6);
}

.border-r-orange-900\/65{
  border-right-color: rgb(124 45 18 / 0.65);
}

.border-r-orange-900\/70{
  border-right-color: rgb(124 45 18 / 0.7);
}

.border-r-orange-900\/75{
  border-right-color: rgb(124 45 18 / 0.75);
}

.border-r-orange-900\/80{
  border-right-color: rgb(124 45 18 / 0.8);
}

.border-r-orange-900\/85{
  border-right-color: rgb(124 45 18 / 0.85);
}

.border-r-orange-900\/90{
  border-right-color: rgb(124 45 18 / 0.9);
}

.border-r-orange-900\/95{
  border-right-color: rgb(124 45 18 / 0.95);
}

.border-r-orange-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-r-orange-950\/0{
  border-right-color: rgb(67 20 7 / 0);
}

.border-r-orange-950\/10{
  border-right-color: rgb(67 20 7 / 0.1);
}

.border-r-orange-950\/100{
  border-right-color: rgb(67 20 7 / 1);
}

.border-r-orange-950\/15{
  border-right-color: rgb(67 20 7 / 0.15);
}

.border-r-orange-950\/20{
  border-right-color: rgb(67 20 7 / 0.2);
}

.border-r-orange-950\/25{
  border-right-color: rgb(67 20 7 / 0.25);
}

.border-r-orange-950\/30{
  border-right-color: rgb(67 20 7 / 0.3);
}

.border-r-orange-950\/35{
  border-right-color: rgb(67 20 7 / 0.35);
}

.border-r-orange-950\/40{
  border-right-color: rgb(67 20 7 / 0.4);
}

.border-r-orange-950\/45{
  border-right-color: rgb(67 20 7 / 0.45);
}

.border-r-orange-950\/5{
  border-right-color: rgb(67 20 7 / 0.05);
}

.border-r-orange-950\/50{
  border-right-color: rgb(67 20 7 / 0.5);
}

.border-r-orange-950\/55{
  border-right-color: rgb(67 20 7 / 0.55);
}

.border-r-orange-950\/60{
  border-right-color: rgb(67 20 7 / 0.6);
}

.border-r-orange-950\/65{
  border-right-color: rgb(67 20 7 / 0.65);
}

.border-r-orange-950\/70{
  border-right-color: rgb(67 20 7 / 0.7);
}

.border-r-orange-950\/75{
  border-right-color: rgb(67 20 7 / 0.75);
}

.border-r-orange-950\/80{
  border-right-color: rgb(67 20 7 / 0.8);
}

.border-r-orange-950\/85{
  border-right-color: rgb(67 20 7 / 0.85);
}

.border-r-orange-950\/90{
  border-right-color: rgb(67 20 7 / 0.9);
}

.border-r-orange-950\/95{
  border-right-color: rgb(67 20 7 / 0.95);
}

.border-r-pink-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-r-pink-100\/0{
  border-right-color: rgb(252 231 243 / 0);
}

.border-r-pink-100\/10{
  border-right-color: rgb(252 231 243 / 0.1);
}

.border-r-pink-100\/100{
  border-right-color: rgb(252 231 243 / 1);
}

.border-r-pink-100\/15{
  border-right-color: rgb(252 231 243 / 0.15);
}

.border-r-pink-100\/20{
  border-right-color: rgb(252 231 243 / 0.2);
}

.border-r-pink-100\/25{
  border-right-color: rgb(252 231 243 / 0.25);
}

.border-r-pink-100\/30{
  border-right-color: rgb(252 231 243 / 0.3);
}

.border-r-pink-100\/35{
  border-right-color: rgb(252 231 243 / 0.35);
}

.border-r-pink-100\/40{
  border-right-color: rgb(252 231 243 / 0.4);
}

.border-r-pink-100\/45{
  border-right-color: rgb(252 231 243 / 0.45);
}

.border-r-pink-100\/5{
  border-right-color: rgb(252 231 243 / 0.05);
}

.border-r-pink-100\/50{
  border-right-color: rgb(252 231 243 / 0.5);
}

.border-r-pink-100\/55{
  border-right-color: rgb(252 231 243 / 0.55);
}

.border-r-pink-100\/60{
  border-right-color: rgb(252 231 243 / 0.6);
}

.border-r-pink-100\/65{
  border-right-color: rgb(252 231 243 / 0.65);
}

.border-r-pink-100\/70{
  border-right-color: rgb(252 231 243 / 0.7);
}

.border-r-pink-100\/75{
  border-right-color: rgb(252 231 243 / 0.75);
}

.border-r-pink-100\/80{
  border-right-color: rgb(252 231 243 / 0.8);
}

.border-r-pink-100\/85{
  border-right-color: rgb(252 231 243 / 0.85);
}

.border-r-pink-100\/90{
  border-right-color: rgb(252 231 243 / 0.9);
}

.border-r-pink-100\/95{
  border-right-color: rgb(252 231 243 / 0.95);
}

.border-r-pink-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-r-pink-200\/0{
  border-right-color: rgb(251 207 232 / 0);
}

.border-r-pink-200\/10{
  border-right-color: rgb(251 207 232 / 0.1);
}

.border-r-pink-200\/100{
  border-right-color: rgb(251 207 232 / 1);
}

.border-r-pink-200\/15{
  border-right-color: rgb(251 207 232 / 0.15);
}

.border-r-pink-200\/20{
  border-right-color: rgb(251 207 232 / 0.2);
}

.border-r-pink-200\/25{
  border-right-color: rgb(251 207 232 / 0.25);
}

.border-r-pink-200\/30{
  border-right-color: rgb(251 207 232 / 0.3);
}

.border-r-pink-200\/35{
  border-right-color: rgb(251 207 232 / 0.35);
}

.border-r-pink-200\/40{
  border-right-color: rgb(251 207 232 / 0.4);
}

.border-r-pink-200\/45{
  border-right-color: rgb(251 207 232 / 0.45);
}

.border-r-pink-200\/5{
  border-right-color: rgb(251 207 232 / 0.05);
}

.border-r-pink-200\/50{
  border-right-color: rgb(251 207 232 / 0.5);
}

.border-r-pink-200\/55{
  border-right-color: rgb(251 207 232 / 0.55);
}

.border-r-pink-200\/60{
  border-right-color: rgb(251 207 232 / 0.6);
}

.border-r-pink-200\/65{
  border-right-color: rgb(251 207 232 / 0.65);
}

.border-r-pink-200\/70{
  border-right-color: rgb(251 207 232 / 0.7);
}

.border-r-pink-200\/75{
  border-right-color: rgb(251 207 232 / 0.75);
}

.border-r-pink-200\/80{
  border-right-color: rgb(251 207 232 / 0.8);
}

.border-r-pink-200\/85{
  border-right-color: rgb(251 207 232 / 0.85);
}

.border-r-pink-200\/90{
  border-right-color: rgb(251 207 232 / 0.9);
}

.border-r-pink-200\/95{
  border-right-color: rgb(251 207 232 / 0.95);
}

.border-r-pink-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-r-pink-300\/0{
  border-right-color: rgb(249 168 212 / 0);
}

.border-r-pink-300\/10{
  border-right-color: rgb(249 168 212 / 0.1);
}

.border-r-pink-300\/100{
  border-right-color: rgb(249 168 212 / 1);
}

.border-r-pink-300\/15{
  border-right-color: rgb(249 168 212 / 0.15);
}

.border-r-pink-300\/20{
  border-right-color: rgb(249 168 212 / 0.2);
}

.border-r-pink-300\/25{
  border-right-color: rgb(249 168 212 / 0.25);
}

.border-r-pink-300\/30{
  border-right-color: rgb(249 168 212 / 0.3);
}

.border-r-pink-300\/35{
  border-right-color: rgb(249 168 212 / 0.35);
}

.border-r-pink-300\/40{
  border-right-color: rgb(249 168 212 / 0.4);
}

.border-r-pink-300\/45{
  border-right-color: rgb(249 168 212 / 0.45);
}

.border-r-pink-300\/5{
  border-right-color: rgb(249 168 212 / 0.05);
}

.border-r-pink-300\/50{
  border-right-color: rgb(249 168 212 / 0.5);
}

.border-r-pink-300\/55{
  border-right-color: rgb(249 168 212 / 0.55);
}

.border-r-pink-300\/60{
  border-right-color: rgb(249 168 212 / 0.6);
}

.border-r-pink-300\/65{
  border-right-color: rgb(249 168 212 / 0.65);
}

.border-r-pink-300\/70{
  border-right-color: rgb(249 168 212 / 0.7);
}

.border-r-pink-300\/75{
  border-right-color: rgb(249 168 212 / 0.75);
}

.border-r-pink-300\/80{
  border-right-color: rgb(249 168 212 / 0.8);
}

.border-r-pink-300\/85{
  border-right-color: rgb(249 168 212 / 0.85);
}

.border-r-pink-300\/90{
  border-right-color: rgb(249 168 212 / 0.9);
}

.border-r-pink-300\/95{
  border-right-color: rgb(249 168 212 / 0.95);
}

.border-r-pink-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-r-pink-400\/0{
  border-right-color: rgb(244 114 182 / 0);
}

.border-r-pink-400\/10{
  border-right-color: rgb(244 114 182 / 0.1);
}

.border-r-pink-400\/100{
  border-right-color: rgb(244 114 182 / 1);
}

.border-r-pink-400\/15{
  border-right-color: rgb(244 114 182 / 0.15);
}

.border-r-pink-400\/20{
  border-right-color: rgb(244 114 182 / 0.2);
}

.border-r-pink-400\/25{
  border-right-color: rgb(244 114 182 / 0.25);
}

.border-r-pink-400\/30{
  border-right-color: rgb(244 114 182 / 0.3);
}

.border-r-pink-400\/35{
  border-right-color: rgb(244 114 182 / 0.35);
}

.border-r-pink-400\/40{
  border-right-color: rgb(244 114 182 / 0.4);
}

.border-r-pink-400\/45{
  border-right-color: rgb(244 114 182 / 0.45);
}

.border-r-pink-400\/5{
  border-right-color: rgb(244 114 182 / 0.05);
}

.border-r-pink-400\/50{
  border-right-color: rgb(244 114 182 / 0.5);
}

.border-r-pink-400\/55{
  border-right-color: rgb(244 114 182 / 0.55);
}

.border-r-pink-400\/60{
  border-right-color: rgb(244 114 182 / 0.6);
}

.border-r-pink-400\/65{
  border-right-color: rgb(244 114 182 / 0.65);
}

.border-r-pink-400\/70{
  border-right-color: rgb(244 114 182 / 0.7);
}

.border-r-pink-400\/75{
  border-right-color: rgb(244 114 182 / 0.75);
}

.border-r-pink-400\/80{
  border-right-color: rgb(244 114 182 / 0.8);
}

.border-r-pink-400\/85{
  border-right-color: rgb(244 114 182 / 0.85);
}

.border-r-pink-400\/90{
  border-right-color: rgb(244 114 182 / 0.9);
}

.border-r-pink-400\/95{
  border-right-color: rgb(244 114 182 / 0.95);
}

.border-r-pink-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-r-pink-50\/0{
  border-right-color: rgb(253 242 248 / 0);
}

.border-r-pink-50\/10{
  border-right-color: rgb(253 242 248 / 0.1);
}

.border-r-pink-50\/100{
  border-right-color: rgb(253 242 248 / 1);
}

.border-r-pink-50\/15{
  border-right-color: rgb(253 242 248 / 0.15);
}

.border-r-pink-50\/20{
  border-right-color: rgb(253 242 248 / 0.2);
}

.border-r-pink-50\/25{
  border-right-color: rgb(253 242 248 / 0.25);
}

.border-r-pink-50\/30{
  border-right-color: rgb(253 242 248 / 0.3);
}

.border-r-pink-50\/35{
  border-right-color: rgb(253 242 248 / 0.35);
}

.border-r-pink-50\/40{
  border-right-color: rgb(253 242 248 / 0.4);
}

.border-r-pink-50\/45{
  border-right-color: rgb(253 242 248 / 0.45);
}

.border-r-pink-50\/5{
  border-right-color: rgb(253 242 248 / 0.05);
}

.border-r-pink-50\/50{
  border-right-color: rgb(253 242 248 / 0.5);
}

.border-r-pink-50\/55{
  border-right-color: rgb(253 242 248 / 0.55);
}

.border-r-pink-50\/60{
  border-right-color: rgb(253 242 248 / 0.6);
}

.border-r-pink-50\/65{
  border-right-color: rgb(253 242 248 / 0.65);
}

.border-r-pink-50\/70{
  border-right-color: rgb(253 242 248 / 0.7);
}

.border-r-pink-50\/75{
  border-right-color: rgb(253 242 248 / 0.75);
}

.border-r-pink-50\/80{
  border-right-color: rgb(253 242 248 / 0.8);
}

.border-r-pink-50\/85{
  border-right-color: rgb(253 242 248 / 0.85);
}

.border-r-pink-50\/90{
  border-right-color: rgb(253 242 248 / 0.9);
}

.border-r-pink-50\/95{
  border-right-color: rgb(253 242 248 / 0.95);
}

.border-r-pink-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-r-pink-500\/0{
  border-right-color: rgb(236 72 153 / 0);
}

.border-r-pink-500\/10{
  border-right-color: rgb(236 72 153 / 0.1);
}

.border-r-pink-500\/100{
  border-right-color: rgb(236 72 153 / 1);
}

.border-r-pink-500\/15{
  border-right-color: rgb(236 72 153 / 0.15);
}

.border-r-pink-500\/20{
  border-right-color: rgb(236 72 153 / 0.2);
}

.border-r-pink-500\/25{
  border-right-color: rgb(236 72 153 / 0.25);
}

.border-r-pink-500\/30{
  border-right-color: rgb(236 72 153 / 0.3);
}

.border-r-pink-500\/35{
  border-right-color: rgb(236 72 153 / 0.35);
}

.border-r-pink-500\/40{
  border-right-color: rgb(236 72 153 / 0.4);
}

.border-r-pink-500\/45{
  border-right-color: rgb(236 72 153 / 0.45);
}

.border-r-pink-500\/5{
  border-right-color: rgb(236 72 153 / 0.05);
}

.border-r-pink-500\/50{
  border-right-color: rgb(236 72 153 / 0.5);
}

.border-r-pink-500\/55{
  border-right-color: rgb(236 72 153 / 0.55);
}

.border-r-pink-500\/60{
  border-right-color: rgb(236 72 153 / 0.6);
}

.border-r-pink-500\/65{
  border-right-color: rgb(236 72 153 / 0.65);
}

.border-r-pink-500\/70{
  border-right-color: rgb(236 72 153 / 0.7);
}

.border-r-pink-500\/75{
  border-right-color: rgb(236 72 153 / 0.75);
}

.border-r-pink-500\/80{
  border-right-color: rgb(236 72 153 / 0.8);
}

.border-r-pink-500\/85{
  border-right-color: rgb(236 72 153 / 0.85);
}

.border-r-pink-500\/90{
  border-right-color: rgb(236 72 153 / 0.9);
}

.border-r-pink-500\/95{
  border-right-color: rgb(236 72 153 / 0.95);
}

.border-r-pink-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-r-pink-600\/0{
  border-right-color: rgb(219 39 119 / 0);
}

.border-r-pink-600\/10{
  border-right-color: rgb(219 39 119 / 0.1);
}

.border-r-pink-600\/100{
  border-right-color: rgb(219 39 119 / 1);
}

.border-r-pink-600\/15{
  border-right-color: rgb(219 39 119 / 0.15);
}

.border-r-pink-600\/20{
  border-right-color: rgb(219 39 119 / 0.2);
}

.border-r-pink-600\/25{
  border-right-color: rgb(219 39 119 / 0.25);
}

.border-r-pink-600\/30{
  border-right-color: rgb(219 39 119 / 0.3);
}

.border-r-pink-600\/35{
  border-right-color: rgb(219 39 119 / 0.35);
}

.border-r-pink-600\/40{
  border-right-color: rgb(219 39 119 / 0.4);
}

.border-r-pink-600\/45{
  border-right-color: rgb(219 39 119 / 0.45);
}

.border-r-pink-600\/5{
  border-right-color: rgb(219 39 119 / 0.05);
}

.border-r-pink-600\/50{
  border-right-color: rgb(219 39 119 / 0.5);
}

.border-r-pink-600\/55{
  border-right-color: rgb(219 39 119 / 0.55);
}

.border-r-pink-600\/60{
  border-right-color: rgb(219 39 119 / 0.6);
}

.border-r-pink-600\/65{
  border-right-color: rgb(219 39 119 / 0.65);
}

.border-r-pink-600\/70{
  border-right-color: rgb(219 39 119 / 0.7);
}

.border-r-pink-600\/75{
  border-right-color: rgb(219 39 119 / 0.75);
}

.border-r-pink-600\/80{
  border-right-color: rgb(219 39 119 / 0.8);
}

.border-r-pink-600\/85{
  border-right-color: rgb(219 39 119 / 0.85);
}

.border-r-pink-600\/90{
  border-right-color: rgb(219 39 119 / 0.9);
}

.border-r-pink-600\/95{
  border-right-color: rgb(219 39 119 / 0.95);
}

.border-r-pink-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-r-pink-700\/0{
  border-right-color: rgb(190 24 93 / 0);
}

.border-r-pink-700\/10{
  border-right-color: rgb(190 24 93 / 0.1);
}

.border-r-pink-700\/100{
  border-right-color: rgb(190 24 93 / 1);
}

.border-r-pink-700\/15{
  border-right-color: rgb(190 24 93 / 0.15);
}

.border-r-pink-700\/20{
  border-right-color: rgb(190 24 93 / 0.2);
}

.border-r-pink-700\/25{
  border-right-color: rgb(190 24 93 / 0.25);
}

.border-r-pink-700\/30{
  border-right-color: rgb(190 24 93 / 0.3);
}

.border-r-pink-700\/35{
  border-right-color: rgb(190 24 93 / 0.35);
}

.border-r-pink-700\/40{
  border-right-color: rgb(190 24 93 / 0.4);
}

.border-r-pink-700\/45{
  border-right-color: rgb(190 24 93 / 0.45);
}

.border-r-pink-700\/5{
  border-right-color: rgb(190 24 93 / 0.05);
}

.border-r-pink-700\/50{
  border-right-color: rgb(190 24 93 / 0.5);
}

.border-r-pink-700\/55{
  border-right-color: rgb(190 24 93 / 0.55);
}

.border-r-pink-700\/60{
  border-right-color: rgb(190 24 93 / 0.6);
}

.border-r-pink-700\/65{
  border-right-color: rgb(190 24 93 / 0.65);
}

.border-r-pink-700\/70{
  border-right-color: rgb(190 24 93 / 0.7);
}

.border-r-pink-700\/75{
  border-right-color: rgb(190 24 93 / 0.75);
}

.border-r-pink-700\/80{
  border-right-color: rgb(190 24 93 / 0.8);
}

.border-r-pink-700\/85{
  border-right-color: rgb(190 24 93 / 0.85);
}

.border-r-pink-700\/90{
  border-right-color: rgb(190 24 93 / 0.9);
}

.border-r-pink-700\/95{
  border-right-color: rgb(190 24 93 / 0.95);
}

.border-r-pink-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-r-pink-800\/0{
  border-right-color: rgb(157 23 77 / 0);
}

.border-r-pink-800\/10{
  border-right-color: rgb(157 23 77 / 0.1);
}

.border-r-pink-800\/100{
  border-right-color: rgb(157 23 77 / 1);
}

.border-r-pink-800\/15{
  border-right-color: rgb(157 23 77 / 0.15);
}

.border-r-pink-800\/20{
  border-right-color: rgb(157 23 77 / 0.2);
}

.border-r-pink-800\/25{
  border-right-color: rgb(157 23 77 / 0.25);
}

.border-r-pink-800\/30{
  border-right-color: rgb(157 23 77 / 0.3);
}

.border-r-pink-800\/35{
  border-right-color: rgb(157 23 77 / 0.35);
}

.border-r-pink-800\/40{
  border-right-color: rgb(157 23 77 / 0.4);
}

.border-r-pink-800\/45{
  border-right-color: rgb(157 23 77 / 0.45);
}

.border-r-pink-800\/5{
  border-right-color: rgb(157 23 77 / 0.05);
}

.border-r-pink-800\/50{
  border-right-color: rgb(157 23 77 / 0.5);
}

.border-r-pink-800\/55{
  border-right-color: rgb(157 23 77 / 0.55);
}

.border-r-pink-800\/60{
  border-right-color: rgb(157 23 77 / 0.6);
}

.border-r-pink-800\/65{
  border-right-color: rgb(157 23 77 / 0.65);
}

.border-r-pink-800\/70{
  border-right-color: rgb(157 23 77 / 0.7);
}

.border-r-pink-800\/75{
  border-right-color: rgb(157 23 77 / 0.75);
}

.border-r-pink-800\/80{
  border-right-color: rgb(157 23 77 / 0.8);
}

.border-r-pink-800\/85{
  border-right-color: rgb(157 23 77 / 0.85);
}

.border-r-pink-800\/90{
  border-right-color: rgb(157 23 77 / 0.9);
}

.border-r-pink-800\/95{
  border-right-color: rgb(157 23 77 / 0.95);
}

.border-r-pink-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-r-pink-900\/0{
  border-right-color: rgb(131 24 67 / 0);
}

.border-r-pink-900\/10{
  border-right-color: rgb(131 24 67 / 0.1);
}

.border-r-pink-900\/100{
  border-right-color: rgb(131 24 67 / 1);
}

.border-r-pink-900\/15{
  border-right-color: rgb(131 24 67 / 0.15);
}

.border-r-pink-900\/20{
  border-right-color: rgb(131 24 67 / 0.2);
}

.border-r-pink-900\/25{
  border-right-color: rgb(131 24 67 / 0.25);
}

.border-r-pink-900\/30{
  border-right-color: rgb(131 24 67 / 0.3);
}

.border-r-pink-900\/35{
  border-right-color: rgb(131 24 67 / 0.35);
}

.border-r-pink-900\/40{
  border-right-color: rgb(131 24 67 / 0.4);
}

.border-r-pink-900\/45{
  border-right-color: rgb(131 24 67 / 0.45);
}

.border-r-pink-900\/5{
  border-right-color: rgb(131 24 67 / 0.05);
}

.border-r-pink-900\/50{
  border-right-color: rgb(131 24 67 / 0.5);
}

.border-r-pink-900\/55{
  border-right-color: rgb(131 24 67 / 0.55);
}

.border-r-pink-900\/60{
  border-right-color: rgb(131 24 67 / 0.6);
}

.border-r-pink-900\/65{
  border-right-color: rgb(131 24 67 / 0.65);
}

.border-r-pink-900\/70{
  border-right-color: rgb(131 24 67 / 0.7);
}

.border-r-pink-900\/75{
  border-right-color: rgb(131 24 67 / 0.75);
}

.border-r-pink-900\/80{
  border-right-color: rgb(131 24 67 / 0.8);
}

.border-r-pink-900\/85{
  border-right-color: rgb(131 24 67 / 0.85);
}

.border-r-pink-900\/90{
  border-right-color: rgb(131 24 67 / 0.9);
}

.border-r-pink-900\/95{
  border-right-color: rgb(131 24 67 / 0.95);
}

.border-r-pink-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-r-pink-950\/0{
  border-right-color: rgb(80 7 36 / 0);
}

.border-r-pink-950\/10{
  border-right-color: rgb(80 7 36 / 0.1);
}

.border-r-pink-950\/100{
  border-right-color: rgb(80 7 36 / 1);
}

.border-r-pink-950\/15{
  border-right-color: rgb(80 7 36 / 0.15);
}

.border-r-pink-950\/20{
  border-right-color: rgb(80 7 36 / 0.2);
}

.border-r-pink-950\/25{
  border-right-color: rgb(80 7 36 / 0.25);
}

.border-r-pink-950\/30{
  border-right-color: rgb(80 7 36 / 0.3);
}

.border-r-pink-950\/35{
  border-right-color: rgb(80 7 36 / 0.35);
}

.border-r-pink-950\/40{
  border-right-color: rgb(80 7 36 / 0.4);
}

.border-r-pink-950\/45{
  border-right-color: rgb(80 7 36 / 0.45);
}

.border-r-pink-950\/5{
  border-right-color: rgb(80 7 36 / 0.05);
}

.border-r-pink-950\/50{
  border-right-color: rgb(80 7 36 / 0.5);
}

.border-r-pink-950\/55{
  border-right-color: rgb(80 7 36 / 0.55);
}

.border-r-pink-950\/60{
  border-right-color: rgb(80 7 36 / 0.6);
}

.border-r-pink-950\/65{
  border-right-color: rgb(80 7 36 / 0.65);
}

.border-r-pink-950\/70{
  border-right-color: rgb(80 7 36 / 0.7);
}

.border-r-pink-950\/75{
  border-right-color: rgb(80 7 36 / 0.75);
}

.border-r-pink-950\/80{
  border-right-color: rgb(80 7 36 / 0.8);
}

.border-r-pink-950\/85{
  border-right-color: rgb(80 7 36 / 0.85);
}

.border-r-pink-950\/90{
  border-right-color: rgb(80 7 36 / 0.9);
}

.border-r-pink-950\/95{
  border-right-color: rgb(80 7 36 / 0.95);
}

.border-r-primary{
  --tw-border-opacity: 1;
  border-right-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.border-r-primary-hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.border-r-primary-hover\/0{
  border-right-color: rgb(71 57 169 / 0);
}

.border-r-primary-hover\/10{
  border-right-color: rgb(71 57 169 / 0.1);
}

.border-r-primary-hover\/100{
  border-right-color: rgb(71 57 169 / 1);
}

.border-r-primary-hover\/15{
  border-right-color: rgb(71 57 169 / 0.15);
}

.border-r-primary-hover\/20{
  border-right-color: rgb(71 57 169 / 0.2);
}

.border-r-primary-hover\/25{
  border-right-color: rgb(71 57 169 / 0.25);
}

.border-r-primary-hover\/30{
  border-right-color: rgb(71 57 169 / 0.3);
}

.border-r-primary-hover\/35{
  border-right-color: rgb(71 57 169 / 0.35);
}

.border-r-primary-hover\/40{
  border-right-color: rgb(71 57 169 / 0.4);
}

.border-r-primary-hover\/45{
  border-right-color: rgb(71 57 169 / 0.45);
}

.border-r-primary-hover\/5{
  border-right-color: rgb(71 57 169 / 0.05);
}

.border-r-primary-hover\/50{
  border-right-color: rgb(71 57 169 / 0.5);
}

.border-r-primary-hover\/55{
  border-right-color: rgb(71 57 169 / 0.55);
}

.border-r-primary-hover\/60{
  border-right-color: rgb(71 57 169 / 0.6);
}

.border-r-primary-hover\/65{
  border-right-color: rgb(71 57 169 / 0.65);
}

.border-r-primary-hover\/70{
  border-right-color: rgb(71 57 169 / 0.7);
}

.border-r-primary-hover\/75{
  border-right-color: rgb(71 57 169 / 0.75);
}

.border-r-primary-hover\/80{
  border-right-color: rgb(71 57 169 / 0.8);
}

.border-r-primary-hover\/85{
  border-right-color: rgb(71 57 169 / 0.85);
}

.border-r-primary-hover\/90{
  border-right-color: rgb(71 57 169 / 0.9);
}

.border-r-primary-hover\/95{
  border-right-color: rgb(71 57 169 / 0.95);
}

.border-r-primary\/0{
  border-right-color: rgb(85 70 192 / 0);
}

.border-r-primary\/10{
  border-right-color: rgb(85 70 192 / 0.1);
}

.border-r-primary\/100{
  border-right-color: rgb(85 70 192 / 1);
}

.border-r-primary\/15{
  border-right-color: rgb(85 70 192 / 0.15);
}

.border-r-primary\/20{
  border-right-color: rgb(85 70 192 / 0.2);
}

.border-r-primary\/25{
  border-right-color: rgb(85 70 192 / 0.25);
}

.border-r-primary\/30{
  border-right-color: rgb(85 70 192 / 0.3);
}

.border-r-primary\/35{
  border-right-color: rgb(85 70 192 / 0.35);
}

.border-r-primary\/40{
  border-right-color: rgb(85 70 192 / 0.4);
}

.border-r-primary\/45{
  border-right-color: rgb(85 70 192 / 0.45);
}

.border-r-primary\/5{
  border-right-color: rgb(85 70 192 / 0.05);
}

.border-r-primary\/50{
  border-right-color: rgb(85 70 192 / 0.5);
}

.border-r-primary\/55{
  border-right-color: rgb(85 70 192 / 0.55);
}

.border-r-primary\/60{
  border-right-color: rgb(85 70 192 / 0.6);
}

.border-r-primary\/65{
  border-right-color: rgb(85 70 192 / 0.65);
}

.border-r-primary\/70{
  border-right-color: rgb(85 70 192 / 0.7);
}

.border-r-primary\/75{
  border-right-color: rgb(85 70 192 / 0.75);
}

.border-r-primary\/80{
  border-right-color: rgb(85 70 192 / 0.8);
}

.border-r-primary\/85{
  border-right-color: rgb(85 70 192 / 0.85);
}

.border-r-primary\/90{
  border-right-color: rgb(85 70 192 / 0.9);
}

.border-r-primary\/95{
  border-right-color: rgb(85 70 192 / 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\/15{
  border-right-color: rgb(243 232 255 / 0.15);
}

.border-r-purple-100\/20{
  border-right-color: rgb(243 232 255 / 0.2);
}

.border-r-purple-100\/25{
  border-right-color: rgb(243 232 255 / 0.25);
}

.border-r-purple-100\/30{
  border-right-color: rgb(243 232 255 / 0.3);
}

.border-r-purple-100\/35{
  border-right-color: rgb(243 232 255 / 0.35);
}

.border-r-purple-100\/40{
  border-right-color: rgb(243 232 255 / 0.4);
}

.border-r-purple-100\/45{
  border-right-color: rgb(243 232 255 / 0.45);
}

.border-r-purple-100\/5{
  border-right-color: rgb(243 232 255 / 0.05);
}

.border-r-purple-100\/50{
  border-right-color: rgb(243 232 255 / 0.5);
}

.border-r-purple-100\/55{
  border-right-color: rgb(243 232 255 / 0.55);
}

.border-r-purple-100\/60{
  border-right-color: rgb(243 232 255 / 0.6);
}

.border-r-purple-100\/65{
  border-right-color: rgb(243 232 255 / 0.65);
}

.border-r-purple-100\/70{
  border-right-color: rgb(243 232 255 / 0.7);
}

.border-r-purple-100\/75{
  border-right-color: rgb(243 232 255 / 0.75);
}

.border-r-purple-100\/80{
  border-right-color: rgb(243 232 255 / 0.8);
}

.border-r-purple-100\/85{
  border-right-color: rgb(243 232 255 / 0.85);
}

.border-r-purple-100\/90{
  border-right-color: rgb(243 232 255 / 0.9);
}

.border-r-purple-100\/95{
  border-right-color: rgb(243 232 255 / 0.95);
}

.border-r-purple-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-r-purple-200\/0{
  border-right-color: rgb(233 213 255 / 0);
}

.border-r-purple-200\/10{
  border-right-color: rgb(233 213 255 / 0.1);
}

.border-r-purple-200\/100{
  border-right-color: rgb(233 213 255 / 1);
}

.border-r-purple-200\/15{
  border-right-color: rgb(233 213 255 / 0.15);
}

.border-r-purple-200\/20{
  border-right-color: rgb(233 213 255 / 0.2);
}

.border-r-purple-200\/25{
  border-right-color: rgb(233 213 255 / 0.25);
}

.border-r-purple-200\/30{
  border-right-color: rgb(233 213 255 / 0.3);
}

.border-r-purple-200\/35{
  border-right-color: rgb(233 213 255 / 0.35);
}

.border-r-purple-200\/40{
  border-right-color: rgb(233 213 255 / 0.4);
}

.border-r-purple-200\/45{
  border-right-color: rgb(233 213 255 / 0.45);
}

.border-r-purple-200\/5{
  border-right-color: rgb(233 213 255 / 0.05);
}

.border-r-purple-200\/50{
  border-right-color: rgb(233 213 255 / 0.5);
}

.border-r-purple-200\/55{
  border-right-color: rgb(233 213 255 / 0.55);
}

.border-r-purple-200\/60{
  border-right-color: rgb(233 213 255 / 0.6);
}

.border-r-purple-200\/65{
  border-right-color: rgb(233 213 255 / 0.65);
}

.border-r-purple-200\/70{
  border-right-color: rgb(233 213 255 / 0.7);
}

.border-r-purple-200\/75{
  border-right-color: rgb(233 213 255 / 0.75);
}

.border-r-purple-200\/80{
  border-right-color: rgb(233 213 255 / 0.8);
}

.border-r-purple-200\/85{
  border-right-color: rgb(233 213 255 / 0.85);
}

.border-r-purple-200\/90{
  border-right-color: rgb(233 213 255 / 0.9);
}

.border-r-purple-200\/95{
  border-right-color: rgb(233 213 255 / 0.95);
}

.border-r-purple-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-r-purple-300\/0{
  border-right-color: rgb(216 180 254 / 0);
}

.border-r-purple-300\/10{
  border-right-color: rgb(216 180 254 / 0.1);
}

.border-r-purple-300\/100{
  border-right-color: rgb(216 180 254 / 1);
}

.border-r-purple-300\/15{
  border-right-color: rgb(216 180 254 / 0.15);
}

.border-r-purple-300\/20{
  border-right-color: rgb(216 180 254 / 0.2);
}

.border-r-purple-300\/25{
  border-right-color: rgb(216 180 254 / 0.25);
}

.border-r-purple-300\/30{
  border-right-color: rgb(216 180 254 / 0.3);
}

.border-r-purple-300\/35{
  border-right-color: rgb(216 180 254 / 0.35);
}

.border-r-purple-300\/40{
  border-right-color: rgb(216 180 254 / 0.4);
}

.border-r-purple-300\/45{
  border-right-color: rgb(216 180 254 / 0.45);
}

.border-r-purple-300\/5{
  border-right-color: rgb(216 180 254 / 0.05);
}

.border-r-purple-300\/50{
  border-right-color: rgb(216 180 254 / 0.5);
}

.border-r-purple-300\/55{
  border-right-color: rgb(216 180 254 / 0.55);
}

.border-r-purple-300\/60{
  border-right-color: rgb(216 180 254 / 0.6);
}

.border-r-purple-300\/65{
  border-right-color: rgb(216 180 254 / 0.65);
}

.border-r-purple-300\/70{
  border-right-color: rgb(216 180 254 / 0.7);
}

.border-r-purple-300\/75{
  border-right-color: rgb(216 180 254 / 0.75);
}

.border-r-purple-300\/80{
  border-right-color: rgb(216 180 254 / 0.8);
}

.border-r-purple-300\/85{
  border-right-color: rgb(216 180 254 / 0.85);
}

.border-r-purple-300\/90{
  border-right-color: rgb(216 180 254 / 0.9);
}

.border-r-purple-300\/95{
  border-right-color: rgb(216 180 254 / 0.95);
}

.border-r-purple-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-r-purple-400\/0{
  border-right-color: rgb(192 132 252 / 0);
}

.border-r-purple-400\/10{
  border-right-color: rgb(192 132 252 / 0.1);
}

.border-r-purple-400\/100{
  border-right-color: rgb(192 132 252 / 1);
}

.border-r-purple-400\/15{
  border-right-color: rgb(192 132 252 / 0.15);
}

.border-r-purple-400\/20{
  border-right-color: rgb(192 132 252 / 0.2);
}

.border-r-purple-400\/25{
  border-right-color: rgb(192 132 252 / 0.25);
}

.border-r-purple-400\/30{
  border-right-color: rgb(192 132 252 / 0.3);
}

.border-r-purple-400\/35{
  border-right-color: rgb(192 132 252 / 0.35);
}

.border-r-purple-400\/40{
  border-right-color: rgb(192 132 252 / 0.4);
}

.border-r-purple-400\/45{
  border-right-color: rgb(192 132 252 / 0.45);
}

.border-r-purple-400\/5{
  border-right-color: rgb(192 132 252 / 0.05);
}

.border-r-purple-400\/50{
  border-right-color: rgb(192 132 252 / 0.5);
}

.border-r-purple-400\/55{
  border-right-color: rgb(192 132 252 / 0.55);
}

.border-r-purple-400\/60{
  border-right-color: rgb(192 132 252 / 0.6);
}

.border-r-purple-400\/65{
  border-right-color: rgb(192 132 252 / 0.65);
}

.border-r-purple-400\/70{
  border-right-color: rgb(192 132 252 / 0.7);
}

.border-r-purple-400\/75{
  border-right-color: rgb(192 132 252 / 0.75);
}

.border-r-purple-400\/80{
  border-right-color: rgb(192 132 252 / 0.8);
}

.border-r-purple-400\/85{
  border-right-color: rgb(192 132 252 / 0.85);
}

.border-r-purple-400\/90{
  border-right-color: rgb(192 132 252 / 0.9);
}

.border-r-purple-400\/95{
  border-right-color: rgb(192 132 252 / 0.95);
}

.border-r-purple-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-r-purple-50\/0{
  border-right-color: rgb(250 245 255 / 0);
}

.border-r-purple-50\/10{
  border-right-color: rgb(250 245 255 / 0.1);
}

.border-r-purple-50\/100{
  border-right-color: rgb(250 245 255 / 1);
}

.border-r-purple-50\/15{
  border-right-color: rgb(250 245 255 / 0.15);
}

.border-r-purple-50\/20{
  border-right-color: rgb(250 245 255 / 0.2);
}

.border-r-purple-50\/25{
  border-right-color: rgb(250 245 255 / 0.25);
}

.border-r-purple-50\/30{
  border-right-color: rgb(250 245 255 / 0.3);
}

.border-r-purple-50\/35{
  border-right-color: rgb(250 245 255 / 0.35);
}

.border-r-purple-50\/40{
  border-right-color: rgb(250 245 255 / 0.4);
}

.border-r-purple-50\/45{
  border-right-color: rgb(250 245 255 / 0.45);
}

.border-r-purple-50\/5{
  border-right-color: rgb(250 245 255 / 0.05);
}

.border-r-purple-50\/50{
  border-right-color: rgb(250 245 255 / 0.5);
}

.border-r-purple-50\/55{
  border-right-color: rgb(250 245 255 / 0.55);
}

.border-r-purple-50\/60{
  border-right-color: rgb(250 245 255 / 0.6);
}

.border-r-purple-50\/65{
  border-right-color: rgb(250 245 255 / 0.65);
}

.border-r-purple-50\/70{
  border-right-color: rgb(250 245 255 / 0.7);
}

.border-r-purple-50\/75{
  border-right-color: rgb(250 245 255 / 0.75);
}

.border-r-purple-50\/80{
  border-right-color: rgb(250 245 255 / 0.8);
}

.border-r-purple-50\/85{
  border-right-color: rgb(250 245 255 / 0.85);
}

.border-r-purple-50\/90{
  border-right-color: rgb(250 245 255 / 0.9);
}

.border-r-purple-50\/95{
  border-right-color: rgb(250 245 255 / 0.95);
}

.border-r-purple-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.border-r-purple-500\/0{
  border-right-color: rgb(168 85 247 / 0);
}

.border-r-purple-500\/10{
  border-right-color: rgb(168 85 247 / 0.1);
}

.border-r-purple-500\/100{
  border-right-color: rgb(168 85 247 / 1);
}

.border-r-purple-500\/15{
  border-right-color: rgb(168 85 247 / 0.15);
}

.border-r-purple-500\/20{
  border-right-color: rgb(168 85 247 / 0.2);
}

.border-r-purple-500\/25{
  border-right-color: rgb(168 85 247 / 0.25);
}

.border-r-purple-500\/30{
  border-right-color: rgb(168 85 247 / 0.3);
}

.border-r-purple-500\/35{
  border-right-color: rgb(168 85 247 / 0.35);
}

.border-r-purple-500\/40{
  border-right-color: rgb(168 85 247 / 0.4);
}

.border-r-purple-500\/45{
  border-right-color: rgb(168 85 247 / 0.45);
}

.border-r-purple-500\/5{
  border-right-color: rgb(168 85 247 / 0.05);
}

.border-r-purple-500\/50{
  border-right-color: rgb(168 85 247 / 0.5);
}

.border-r-purple-500\/55{
  border-right-color: rgb(168 85 247 / 0.55);
}

.border-r-purple-500\/60{
  border-right-color: rgb(168 85 247 / 0.6);
}

.border-r-purple-500\/65{
  border-right-color: rgb(168 85 247 / 0.65);
}

.border-r-purple-500\/70{
  border-right-color: rgb(168 85 247 / 0.7);
}

.border-r-purple-500\/75{
  border-right-color: rgb(168 85 247 / 0.75);
}

.border-r-purple-500\/80{
  border-right-color: rgb(168 85 247 / 0.8);
}

.border-r-purple-500\/85{
  border-right-color: rgb(168 85 247 / 0.85);
}

.border-r-purple-500\/90{
  border-right-color: rgb(168 85 247 / 0.9);
}

.border-r-purple-500\/95{
  border-right-color: rgb(168 85 247 / 0.95);
}

.border-r-purple-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-r-purple-600\/0{
  border-right-color: rgb(147 51 234 / 0);
}

.border-r-purple-600\/10{
  border-right-color: rgb(147 51 234 / 0.1);
}

.border-r-purple-600\/100{
  border-right-color: rgb(147 51 234 / 1);
}

.border-r-purple-600\/15{
  border-right-color: rgb(147 51 234 / 0.15);
}

.border-r-purple-600\/20{
  border-right-color: rgb(147 51 234 / 0.2);
}

.border-r-purple-600\/25{
  border-right-color: rgb(147 51 234 / 0.25);
}

.border-r-purple-600\/30{
  border-right-color: rgb(147 51 234 / 0.3);
}

.border-r-purple-600\/35{
  border-right-color: rgb(147 51 234 / 0.35);
}

.border-r-purple-600\/40{
  border-right-color: rgb(147 51 234 / 0.4);
}

.border-r-purple-600\/45{
  border-right-color: rgb(147 51 234 / 0.45);
}

.border-r-purple-600\/5{
  border-right-color: rgb(147 51 234 / 0.05);
}

.border-r-purple-600\/50{
  border-right-color: rgb(147 51 234 / 0.5);
}

.border-r-purple-600\/55{
  border-right-color: rgb(147 51 234 / 0.55);
}

.border-r-purple-600\/60{
  border-right-color: rgb(147 51 234 / 0.6);
}

.border-r-purple-600\/65{
  border-right-color: rgb(147 51 234 / 0.65);
}

.border-r-purple-600\/70{
  border-right-color: rgb(147 51 234 / 0.7);
}

.border-r-purple-600\/75{
  border-right-color: rgb(147 51 234 / 0.75);
}

.border-r-purple-600\/80{
  border-right-color: rgb(147 51 234 / 0.8);
}

.border-r-purple-600\/85{
  border-right-color: rgb(147 51 234 / 0.85);
}

.border-r-purple-600\/90{
  border-right-color: rgb(147 51 234 / 0.9);
}

.border-r-purple-600\/95{
  border-right-color: rgb(147 51 234 / 0.95);
}

.border-r-purple-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-r-purple-700\/0{
  border-right-color: rgb(126 34 206 / 0);
}

.border-r-purple-700\/10{
  border-right-color: rgb(126 34 206 / 0.1);
}

.border-r-purple-700\/100{
  border-right-color: rgb(126 34 206 / 1);
}

.border-r-purple-700\/15{
  border-right-color: rgb(126 34 206 / 0.15);
}

.border-r-purple-700\/20{
  border-right-color: rgb(126 34 206 / 0.2);
}

.border-r-purple-700\/25{
  border-right-color: rgb(126 34 206 / 0.25);
}

.border-r-purple-700\/30{
  border-right-color: rgb(126 34 206 / 0.3);
}

.border-r-purple-700\/35{
  border-right-color: rgb(126 34 206 / 0.35);
}

.border-r-purple-700\/40{
  border-right-color: rgb(126 34 206 / 0.4);
}

.border-r-purple-700\/45{
  border-right-color: rgb(126 34 206 / 0.45);
}

.border-r-purple-700\/5{
  border-right-color: rgb(126 34 206 / 0.05);
}

.border-r-purple-700\/50{
  border-right-color: rgb(126 34 206 / 0.5);
}

.border-r-purple-700\/55{
  border-right-color: rgb(126 34 206 / 0.55);
}

.border-r-purple-700\/60{
  border-right-color: rgb(126 34 206 / 0.6);
}

.border-r-purple-700\/65{
  border-right-color: rgb(126 34 206 / 0.65);
}

.border-r-purple-700\/70{
  border-right-color: rgb(126 34 206 / 0.7);
}

.border-r-purple-700\/75{
  border-right-color: rgb(126 34 206 / 0.75);
}

.border-r-purple-700\/80{
  border-right-color: rgb(126 34 206 / 0.8);
}

.border-r-purple-700\/85{
  border-right-color: rgb(126 34 206 / 0.85);
}

.border-r-purple-700\/90{
  border-right-color: rgb(126 34 206 / 0.9);
}

.border-r-purple-700\/95{
  border-right-color: rgb(126 34 206 / 0.95);
}

.border-r-purple-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-r-purple-800\/0{
  border-right-color: rgb(107 33 168 / 0);
}

.border-r-purple-800\/10{
  border-right-color: rgb(107 33 168 / 0.1);
}

.border-r-purple-800\/100{
  border-right-color: rgb(107 33 168 / 1);
}

.border-r-purple-800\/15{
  border-right-color: rgb(107 33 168 / 0.15);
}

.border-r-purple-800\/20{
  border-right-color: rgb(107 33 168 / 0.2);
}

.border-r-purple-800\/25{
  border-right-color: rgb(107 33 168 / 0.25);
}

.border-r-purple-800\/30{
  border-right-color: rgb(107 33 168 / 0.3);
}

.border-r-purple-800\/35{
  border-right-color: rgb(107 33 168 / 0.35);
}

.border-r-purple-800\/40{
  border-right-color: rgb(107 33 168 / 0.4);
}

.border-r-purple-800\/45{
  border-right-color: rgb(107 33 168 / 0.45);
}

.border-r-purple-800\/5{
  border-right-color: rgb(107 33 168 / 0.05);
}

.border-r-purple-800\/50{
  border-right-color: rgb(107 33 168 / 0.5);
}

.border-r-purple-800\/55{
  border-right-color: rgb(107 33 168 / 0.55);
}

.border-r-purple-800\/60{
  border-right-color: rgb(107 33 168 / 0.6);
}

.border-r-purple-800\/65{
  border-right-color: rgb(107 33 168 / 0.65);
}

.border-r-purple-800\/70{
  border-right-color: rgb(107 33 168 / 0.7);
}

.border-r-purple-800\/75{
  border-right-color: rgb(107 33 168 / 0.75);
}

.border-r-purple-800\/80{
  border-right-color: rgb(107 33 168 / 0.8);
}

.border-r-purple-800\/85{
  border-right-color: rgb(107 33 168 / 0.85);
}

.border-r-purple-800\/90{
  border-right-color: rgb(107 33 168 / 0.9);
}

.border-r-purple-800\/95{
  border-right-color: rgb(107 33 168 / 0.95);
}

.border-r-purple-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-r-purple-900\/0{
  border-right-color: rgb(88 28 135 / 0);
}

.border-r-purple-900\/10{
  border-right-color: rgb(88 28 135 / 0.1);
}

.border-r-purple-900\/100{
  border-right-color: rgb(88 28 135 / 1);
}

.border-r-purple-900\/15{
  border-right-color: rgb(88 28 135 / 0.15);
}

.border-r-purple-900\/20{
  border-right-color: rgb(88 28 135 / 0.2);
}

.border-r-purple-900\/25{
  border-right-color: rgb(88 28 135 / 0.25);
}

.border-r-purple-900\/30{
  border-right-color: rgb(88 28 135 / 0.3);
}

.border-r-purple-900\/35{
  border-right-color: rgb(88 28 135 / 0.35);
}

.border-r-purple-900\/40{
  border-right-color: rgb(88 28 135 / 0.4);
}

.border-r-purple-900\/45{
  border-right-color: rgb(88 28 135 / 0.45);
}

.border-r-purple-900\/5{
  border-right-color: rgb(88 28 135 / 0.05);
}

.border-r-purple-900\/50{
  border-right-color: rgb(88 28 135 / 0.5);
}

.border-r-purple-900\/55{
  border-right-color: rgb(88 28 135 / 0.55);
}

.border-r-purple-900\/60{
  border-right-color: rgb(88 28 135 / 0.6);
}

.border-r-purple-900\/65{
  border-right-color: rgb(88 28 135 / 0.65);
}

.border-r-purple-900\/70{
  border-right-color: rgb(88 28 135 / 0.7);
}

.border-r-purple-900\/75{
  border-right-color: rgb(88 28 135 / 0.75);
}

.border-r-purple-900\/80{
  border-right-color: rgb(88 28 135 / 0.8);
}

.border-r-purple-900\/85{
  border-right-color: rgb(88 28 135 / 0.85);
}

.border-r-purple-900\/90{
  border-right-color: rgb(88 28 135 / 0.9);
}

.border-r-purple-900\/95{
  border-right-color: rgb(88 28 135 / 0.95);
}

.border-r-purple-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-r-purple-950\/0{
  border-right-color: rgb(59 7 100 / 0);
}

.border-r-purple-950\/10{
  border-right-color: rgb(59 7 100 / 0.1);
}

.border-r-purple-950\/100{
  border-right-color: rgb(59 7 100 / 1);
}

.border-r-purple-950\/15{
  border-right-color: rgb(59 7 100 / 0.15);
}

.border-r-purple-950\/20{
  border-right-color: rgb(59 7 100 / 0.2);
}

.border-r-purple-950\/25{
  border-right-color: rgb(59 7 100 / 0.25);
}

.border-r-purple-950\/30{
  border-right-color: rgb(59 7 100 / 0.3);
}

.border-r-purple-950\/35{
  border-right-color: rgb(59 7 100 / 0.35);
}

.border-r-purple-950\/40{
  border-right-color: rgb(59 7 100 / 0.4);
}

.border-r-purple-950\/45{
  border-right-color: rgb(59 7 100 / 0.45);
}

.border-r-purple-950\/5{
  border-right-color: rgb(59 7 100 / 0.05);
}

.border-r-purple-950\/50{
  border-right-color: rgb(59 7 100 / 0.5);
}

.border-r-purple-950\/55{
  border-right-color: rgb(59 7 100 / 0.55);
}

.border-r-purple-950\/60{
  border-right-color: rgb(59 7 100 / 0.6);
}

.border-r-purple-950\/65{
  border-right-color: rgb(59 7 100 / 0.65);
}

.border-r-purple-950\/70{
  border-right-color: rgb(59 7 100 / 0.7);
}

.border-r-purple-950\/75{
  border-right-color: rgb(59 7 100 / 0.75);
}

.border-r-purple-950\/80{
  border-right-color: rgb(59 7 100 / 0.8);
}

.border-r-purple-950\/85{
  border-right-color: rgb(59 7 100 / 0.85);
}

.border-r-purple-950\/90{
  border-right-color: rgb(59 7 100 / 0.9);
}

.border-r-purple-950\/95{
  border-right-color: rgb(59 7 100 / 0.95);
}

.border-r-quaternary{
  --tw-border-opacity: 1;
  border-right-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.border-r-quaternary-hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.border-r-quaternary-hover\/0{
  border-right-color: rgb(43 202 241 / 0);
}

.border-r-quaternary-hover\/10{
  border-right-color: rgb(43 202 241 / 0.1);
}

.border-r-quaternary-hover\/100{
  border-right-color: rgb(43 202 241 / 1);
}

.border-r-quaternary-hover\/15{
  border-right-color: rgb(43 202 241 / 0.15);
}

.border-r-quaternary-hover\/20{
  border-right-color: rgb(43 202 241 / 0.2);
}

.border-r-quaternary-hover\/25{
  border-right-color: rgb(43 202 241 / 0.25);
}

.border-r-quaternary-hover\/30{
  border-right-color: rgb(43 202 241 / 0.3);
}

.border-r-quaternary-hover\/35{
  border-right-color: rgb(43 202 241 / 0.35);
}

.border-r-quaternary-hover\/40{
  border-right-color: rgb(43 202 241 / 0.4);
}

.border-r-quaternary-hover\/45{
  border-right-color: rgb(43 202 241 / 0.45);
}

.border-r-quaternary-hover\/5{
  border-right-color: rgb(43 202 241 / 0.05);
}

.border-r-quaternary-hover\/50{
  border-right-color: rgb(43 202 241 / 0.5);
}

.border-r-quaternary-hover\/55{
  border-right-color: rgb(43 202 241 / 0.55);
}

.border-r-quaternary-hover\/60{
  border-right-color: rgb(43 202 241 / 0.6);
}

.border-r-quaternary-hover\/65{
  border-right-color: rgb(43 202 241 / 0.65);
}

.border-r-quaternary-hover\/70{
  border-right-color: rgb(43 202 241 / 0.7);
}

.border-r-quaternary-hover\/75{
  border-right-color: rgb(43 202 241 / 0.75);
}

.border-r-quaternary-hover\/80{
  border-right-color: rgb(43 202 241 / 0.8);
}

.border-r-quaternary-hover\/85{
  border-right-color: rgb(43 202 241 / 0.85);
}

.border-r-quaternary-hover\/90{
  border-right-color: rgb(43 202 241 / 0.9);
}

.border-r-quaternary-hover\/95{
  border-right-color: rgb(43 202 241 / 0.95);
}

.border-r-quaternary\/0{
  border-right-color: rgb(61 209 246 / 0);
}

.border-r-quaternary\/10{
  border-right-color: rgb(61 209 246 / 0.1);
}

.border-r-quaternary\/100{
  border-right-color: rgb(61 209 246 / 1);
}

.border-r-quaternary\/15{
  border-right-color: rgb(61 209 246 / 0.15);
}

.border-r-quaternary\/20{
  border-right-color: rgb(61 209 246 / 0.2);
}

.border-r-quaternary\/25{
  border-right-color: rgb(61 209 246 / 0.25);
}

.border-r-quaternary\/30{
  border-right-color: rgb(61 209 246 / 0.3);
}

.border-r-quaternary\/35{
  border-right-color: rgb(61 209 246 / 0.35);
}

.border-r-quaternary\/40{
  border-right-color: rgb(61 209 246 / 0.4);
}

.border-r-quaternary\/45{
  border-right-color: rgb(61 209 246 / 0.45);
}

.border-r-quaternary\/5{
  border-right-color: rgb(61 209 246 / 0.05);
}

.border-r-quaternary\/50{
  border-right-color: rgb(61 209 246 / 0.5);
}

.border-r-quaternary\/55{
  border-right-color: rgb(61 209 246 / 0.55);
}

.border-r-quaternary\/60{
  border-right-color: rgb(61 209 246 / 0.6);
}

.border-r-quaternary\/65{
  border-right-color: rgb(61 209 246 / 0.65);
}

.border-r-quaternary\/70{
  border-right-color: rgb(61 209 246 / 0.7);
}

.border-r-quaternary\/75{
  border-right-color: rgb(61 209 246 / 0.75);
}

.border-r-quaternary\/80{
  border-right-color: rgb(61 209 246 / 0.8);
}

.border-r-quaternary\/85{
  border-right-color: rgb(61 209 246 / 0.85);
}

.border-r-quaternary\/90{
  border-right-color: rgb(61 209 246 / 0.9);
}

.border-r-quaternary\/95{
  border-right-color: rgb(61 209 246 / 0.95);
}

.border-r-quinary{
  --tw-border-opacity: 1;
  border-right-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.border-r-quinary-hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.border-r-quinary-hover\/0{
  border-right-color: rgb(112 126 222 / 0);
}

.border-r-quinary-hover\/10{
  border-right-color: rgb(112 126 222 / 0.1);
}

.border-r-quinary-hover\/100{
  border-right-color: rgb(112 126 222 / 1);
}

.border-r-quinary-hover\/15{
  border-right-color: rgb(112 126 222 / 0.15);
}

.border-r-quinary-hover\/20{
  border-right-color: rgb(112 126 222 / 0.2);
}

.border-r-quinary-hover\/25{
  border-right-color: rgb(112 126 222 / 0.25);
}

.border-r-quinary-hover\/30{
  border-right-color: rgb(112 126 222 / 0.3);
}

.border-r-quinary-hover\/35{
  border-right-color: rgb(112 126 222 / 0.35);
}

.border-r-quinary-hover\/40{
  border-right-color: rgb(112 126 222 / 0.4);
}

.border-r-quinary-hover\/45{
  border-right-color: rgb(112 126 222 / 0.45);
}

.border-r-quinary-hover\/5{
  border-right-color: rgb(112 126 222 / 0.05);
}

.border-r-quinary-hover\/50{
  border-right-color: rgb(112 126 222 / 0.5);
}

.border-r-quinary-hover\/55{
  border-right-color: rgb(112 126 222 / 0.55);
}

.border-r-quinary-hover\/60{
  border-right-color: rgb(112 126 222 / 0.6);
}

.border-r-quinary-hover\/65{
  border-right-color: rgb(112 126 222 / 0.65);
}

.border-r-quinary-hover\/70{
  border-right-color: rgb(112 126 222 / 0.7);
}

.border-r-quinary-hover\/75{
  border-right-color: rgb(112 126 222 / 0.75);
}

.border-r-quinary-hover\/80{
  border-right-color: rgb(112 126 222 / 0.8);
}

.border-r-quinary-hover\/85{
  border-right-color: rgb(112 126 222 / 0.85);
}

.border-r-quinary-hover\/90{
  border-right-color: rgb(112 126 222 / 0.9);
}

.border-r-quinary-hover\/95{
  border-right-color: rgb(112 126 222 / 0.95);
}

.border-r-quinary\/0{
  border-right-color: rgb(136 150 244 / 0);
}

.border-r-quinary\/10{
  border-right-color: rgb(136 150 244 / 0.1);
}

.border-r-quinary\/100{
  border-right-color: rgb(136 150 244 / 1);
}

.border-r-quinary\/15{
  border-right-color: rgb(136 150 244 / 0.15);
}

.border-r-quinary\/20{
  border-right-color: rgb(136 150 244 / 0.2);
}

.border-r-quinary\/25{
  border-right-color: rgb(136 150 244 / 0.25);
}

.border-r-quinary\/30{
  border-right-color: rgb(136 150 244 / 0.3);
}

.border-r-quinary\/35{
  border-right-color: rgb(136 150 244 / 0.35);
}

.border-r-quinary\/40{
  border-right-color: rgb(136 150 244 / 0.4);
}

.border-r-quinary\/45{
  border-right-color: rgb(136 150 244 / 0.45);
}

.border-r-quinary\/5{
  border-right-color: rgb(136 150 244 / 0.05);
}

.border-r-quinary\/50{
  border-right-color: rgb(136 150 244 / 0.5);
}

.border-r-quinary\/55{
  border-right-color: rgb(136 150 244 / 0.55);
}

.border-r-quinary\/60{
  border-right-color: rgb(136 150 244 / 0.6);
}

.border-r-quinary\/65{
  border-right-color: rgb(136 150 244 / 0.65);
}

.border-r-quinary\/70{
  border-right-color: rgb(136 150 244 / 0.7);
}

.border-r-quinary\/75{
  border-right-color: rgb(136 150 244 / 0.75);
}

.border-r-quinary\/80{
  border-right-color: rgb(136 150 244 / 0.8);
}

.border-r-quinary\/85{
  border-right-color: rgb(136 150 244 / 0.85);
}

.border-r-quinary\/90{
  border-right-color: rgb(136 150 244 / 0.9);
}

.border-r-quinary\/95{
  border-right-color: rgb(136 150 244 / 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\/15{
  border-right-color: rgb(254 226 226 / 0.15);
}

.border-r-red-100\/20{
  border-right-color: rgb(254 226 226 / 0.2);
}

.border-r-red-100\/25{
  border-right-color: rgb(254 226 226 / 0.25);
}

.border-r-red-100\/30{
  border-right-color: rgb(254 226 226 / 0.3);
}

.border-r-red-100\/35{
  border-right-color: rgb(254 226 226 / 0.35);
}

.border-r-red-100\/40{
  border-right-color: rgb(254 226 226 / 0.4);
}

.border-r-red-100\/45{
  border-right-color: rgb(254 226 226 / 0.45);
}

.border-r-red-100\/5{
  border-right-color: rgb(254 226 226 / 0.05);
}

.border-r-red-100\/50{
  border-right-color: rgb(254 226 226 / 0.5);
}

.border-r-red-100\/55{
  border-right-color: rgb(254 226 226 / 0.55);
}

.border-r-red-100\/60{
  border-right-color: rgb(254 226 226 / 0.6);
}

.border-r-red-100\/65{
  border-right-color: rgb(254 226 226 / 0.65);
}

.border-r-red-100\/70{
  border-right-color: rgb(254 226 226 / 0.7);
}

.border-r-red-100\/75{
  border-right-color: rgb(254 226 226 / 0.75);
}

.border-r-red-100\/80{
  border-right-color: rgb(254 226 226 / 0.8);
}

.border-r-red-100\/85{
  border-right-color: rgb(254 226 226 / 0.85);
}

.border-r-red-100\/90{
  border-right-color: rgb(254 226 226 / 0.9);
}

.border-r-red-100\/95{
  border-right-color: rgb(254 226 226 / 0.95);
}

.border-r-red-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-r-red-200\/0{
  border-right-color: rgb(254 202 202 / 0);
}

.border-r-red-200\/10{
  border-right-color: rgb(254 202 202 / 0.1);
}

.border-r-red-200\/100{
  border-right-color: rgb(254 202 202 / 1);
}

.border-r-red-200\/15{
  border-right-color: rgb(254 202 202 / 0.15);
}

.border-r-red-200\/20{
  border-right-color: rgb(254 202 202 / 0.2);
}

.border-r-red-200\/25{
  border-right-color: rgb(254 202 202 / 0.25);
}

.border-r-red-200\/30{
  border-right-color: rgb(254 202 202 / 0.3);
}

.border-r-red-200\/35{
  border-right-color: rgb(254 202 202 / 0.35);
}

.border-r-red-200\/40{
  border-right-color: rgb(254 202 202 / 0.4);
}

.border-r-red-200\/45{
  border-right-color: rgb(254 202 202 / 0.45);
}

.border-r-red-200\/5{
  border-right-color: rgb(254 202 202 / 0.05);
}

.border-r-red-200\/50{
  border-right-color: rgb(254 202 202 / 0.5);
}

.border-r-red-200\/55{
  border-right-color: rgb(254 202 202 / 0.55);
}

.border-r-red-200\/60{
  border-right-color: rgb(254 202 202 / 0.6);
}

.border-r-red-200\/65{
  border-right-color: rgb(254 202 202 / 0.65);
}

.border-r-red-200\/70{
  border-right-color: rgb(254 202 202 / 0.7);
}

.border-r-red-200\/75{
  border-right-color: rgb(254 202 202 / 0.75);
}

.border-r-red-200\/80{
  border-right-color: rgb(254 202 202 / 0.8);
}

.border-r-red-200\/85{
  border-right-color: rgb(254 202 202 / 0.85);
}

.border-r-red-200\/90{
  border-right-color: rgb(254 202 202 / 0.9);
}

.border-r-red-200\/95{
  border-right-color: rgb(254 202 202 / 0.95);
}

.border-r-red-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-r-red-300\/0{
  border-right-color: rgb(252 165 165 / 0);
}

.border-r-red-300\/10{
  border-right-color: rgb(252 165 165 / 0.1);
}

.border-r-red-300\/100{
  border-right-color: rgb(252 165 165 / 1);
}

.border-r-red-300\/15{
  border-right-color: rgb(252 165 165 / 0.15);
}

.border-r-red-300\/20{
  border-right-color: rgb(252 165 165 / 0.2);
}

.border-r-red-300\/25{
  border-right-color: rgb(252 165 165 / 0.25);
}

.border-r-red-300\/30{
  border-right-color: rgb(252 165 165 / 0.3);
}

.border-r-red-300\/35{
  border-right-color: rgb(252 165 165 / 0.35);
}

.border-r-red-300\/40{
  border-right-color: rgb(252 165 165 / 0.4);
}

.border-r-red-300\/45{
  border-right-color: rgb(252 165 165 / 0.45);
}

.border-r-red-300\/5{
  border-right-color: rgb(252 165 165 / 0.05);
}

.border-r-red-300\/50{
  border-right-color: rgb(252 165 165 / 0.5);
}

.border-r-red-300\/55{
  border-right-color: rgb(252 165 165 / 0.55);
}

.border-r-red-300\/60{
  border-right-color: rgb(252 165 165 / 0.6);
}

.border-r-red-300\/65{
  border-right-color: rgb(252 165 165 / 0.65);
}

.border-r-red-300\/70{
  border-right-color: rgb(252 165 165 / 0.7);
}

.border-r-red-300\/75{
  border-right-color: rgb(252 165 165 / 0.75);
}

.border-r-red-300\/80{
  border-right-color: rgb(252 165 165 / 0.8);
}

.border-r-red-300\/85{
  border-right-color: rgb(252 165 165 / 0.85);
}

.border-r-red-300\/90{
  border-right-color: rgb(252 165 165 / 0.9);
}

.border-r-red-300\/95{
  border-right-color: rgb(252 165 165 / 0.95);
}

.border-r-red-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-r-red-400\/0{
  border-right-color: rgb(248 113 113 / 0);
}

.border-r-red-400\/10{
  border-right-color: rgb(248 113 113 / 0.1);
}

.border-r-red-400\/100{
  border-right-color: rgb(248 113 113 / 1);
}

.border-r-red-400\/15{
  border-right-color: rgb(248 113 113 / 0.15);
}

.border-r-red-400\/20{
  border-right-color: rgb(248 113 113 / 0.2);
}

.border-r-red-400\/25{
  border-right-color: rgb(248 113 113 / 0.25);
}

.border-r-red-400\/30{
  border-right-color: rgb(248 113 113 / 0.3);
}

.border-r-red-400\/35{
  border-right-color: rgb(248 113 113 / 0.35);
}

.border-r-red-400\/40{
  border-right-color: rgb(248 113 113 / 0.4);
}

.border-r-red-400\/45{
  border-right-color: rgb(248 113 113 / 0.45);
}

.border-r-red-400\/5{
  border-right-color: rgb(248 113 113 / 0.05);
}

.border-r-red-400\/50{
  border-right-color: rgb(248 113 113 / 0.5);
}

.border-r-red-400\/55{
  border-right-color: rgb(248 113 113 / 0.55);
}

.border-r-red-400\/60{
  border-right-color: rgb(248 113 113 / 0.6);
}

.border-r-red-400\/65{
  border-right-color: rgb(248 113 113 / 0.65);
}

.border-r-red-400\/70{
  border-right-color: rgb(248 113 113 / 0.7);
}

.border-r-red-400\/75{
  border-right-color: rgb(248 113 113 / 0.75);
}

.border-r-red-400\/80{
  border-right-color: rgb(248 113 113 / 0.8);
}

.border-r-red-400\/85{
  border-right-color: rgb(248 113 113 / 0.85);
}

.border-r-red-400\/90{
  border-right-color: rgb(248 113 113 / 0.9);
}

.border-r-red-400\/95{
  border-right-color: rgb(248 113 113 / 0.95);
}

.border-r-red-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-r-red-50\/0{
  border-right-color: rgb(254 242 242 / 0);
}

.border-r-red-50\/10{
  border-right-color: rgb(254 242 242 / 0.1);
}

.border-r-red-50\/100{
  border-right-color: rgb(254 242 242 / 1);
}

.border-r-red-50\/15{
  border-right-color: rgb(254 242 242 / 0.15);
}

.border-r-red-50\/20{
  border-right-color: rgb(254 242 242 / 0.2);
}

.border-r-red-50\/25{
  border-right-color: rgb(254 242 242 / 0.25);
}

.border-r-red-50\/30{
  border-right-color: rgb(254 242 242 / 0.3);
}

.border-r-red-50\/35{
  border-right-color: rgb(254 242 242 / 0.35);
}

.border-r-red-50\/40{
  border-right-color: rgb(254 242 242 / 0.4);
}

.border-r-red-50\/45{
  border-right-color: rgb(254 242 242 / 0.45);
}

.border-r-red-50\/5{
  border-right-color: rgb(254 242 242 / 0.05);
}

.border-r-red-50\/50{
  border-right-color: rgb(254 242 242 / 0.5);
}

.border-r-red-50\/55{
  border-right-color: rgb(254 242 242 / 0.55);
}

.border-r-red-50\/60{
  border-right-color: rgb(254 242 242 / 0.6);
}

.border-r-red-50\/65{
  border-right-color: rgb(254 242 242 / 0.65);
}

.border-r-red-50\/70{
  border-right-color: rgb(254 242 242 / 0.7);
}

.border-r-red-50\/75{
  border-right-color: rgb(254 242 242 / 0.75);
}

.border-r-red-50\/80{
  border-right-color: rgb(254 242 242 / 0.8);
}

.border-r-red-50\/85{
  border-right-color: rgb(254 242 242 / 0.85);
}

.border-r-red-50\/90{
  border-right-color: rgb(254 242 242 / 0.9);
}

.border-r-red-50\/95{
  border-right-color: rgb(254 242 242 / 0.95);
}

.border-r-red-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-r-red-500\/0{
  border-right-color: rgb(239 68 68 / 0);
}

.border-r-red-500\/10{
  border-right-color: rgb(239 68 68 / 0.1);
}

.border-r-red-500\/100{
  border-right-color: rgb(239 68 68 / 1);
}

.border-r-red-500\/15{
  border-right-color: rgb(239 68 68 / 0.15);
}

.border-r-red-500\/20{
  border-right-color: rgb(239 68 68 / 0.2);
}

.border-r-red-500\/25{
  border-right-color: rgb(239 68 68 / 0.25);
}

.border-r-red-500\/30{
  border-right-color: rgb(239 68 68 / 0.3);
}

.border-r-red-500\/35{
  border-right-color: rgb(239 68 68 / 0.35);
}

.border-r-red-500\/40{
  border-right-color: rgb(239 68 68 / 0.4);
}

.border-r-red-500\/45{
  border-right-color: rgb(239 68 68 / 0.45);
}

.border-r-red-500\/5{
  border-right-color: rgb(239 68 68 / 0.05);
}

.border-r-red-500\/50{
  border-right-color: rgb(239 68 68 / 0.5);
}

.border-r-red-500\/55{
  border-right-color: rgb(239 68 68 / 0.55);
}

.border-r-red-500\/60{
  border-right-color: rgb(239 68 68 / 0.6);
}

.border-r-red-500\/65{
  border-right-color: rgb(239 68 68 / 0.65);
}

.border-r-red-500\/70{
  border-right-color: rgb(239 68 68 / 0.7);
}

.border-r-red-500\/75{
  border-right-color: rgb(239 68 68 / 0.75);
}

.border-r-red-500\/80{
  border-right-color: rgb(239 68 68 / 0.8);
}

.border-r-red-500\/85{
  border-right-color: rgb(239 68 68 / 0.85);
}

.border-r-red-500\/90{
  border-right-color: rgb(239 68 68 / 0.9);
}

.border-r-red-500\/95{
  border-right-color: rgb(239 68 68 / 0.95);
}

.border-r-red-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-r-red-600\/0{
  border-right-color: rgb(220 38 38 / 0);
}

.border-r-red-600\/10{
  border-right-color: rgb(220 38 38 / 0.1);
}

.border-r-red-600\/100{
  border-right-color: rgb(220 38 38 / 1);
}

.border-r-red-600\/15{
  border-right-color: rgb(220 38 38 / 0.15);
}

.border-r-red-600\/20{
  border-right-color: rgb(220 38 38 / 0.2);
}

.border-r-red-600\/25{
  border-right-color: rgb(220 38 38 / 0.25);
}

.border-r-red-600\/30{
  border-right-color: rgb(220 38 38 / 0.3);
}

.border-r-red-600\/35{
  border-right-color: rgb(220 38 38 / 0.35);
}

.border-r-red-600\/40{
  border-right-color: rgb(220 38 38 / 0.4);
}

.border-r-red-600\/45{
  border-right-color: rgb(220 38 38 / 0.45);
}

.border-r-red-600\/5{
  border-right-color: rgb(220 38 38 / 0.05);
}

.border-r-red-600\/50{
  border-right-color: rgb(220 38 38 / 0.5);
}

.border-r-red-600\/55{
  border-right-color: rgb(220 38 38 / 0.55);
}

.border-r-red-600\/60{
  border-right-color: rgb(220 38 38 / 0.6);
}

.border-r-red-600\/65{
  border-right-color: rgb(220 38 38 / 0.65);
}

.border-r-red-600\/70{
  border-right-color: rgb(220 38 38 / 0.7);
}

.border-r-red-600\/75{
  border-right-color: rgb(220 38 38 / 0.75);
}

.border-r-red-600\/80{
  border-right-color: rgb(220 38 38 / 0.8);
}

.border-r-red-600\/85{
  border-right-color: rgb(220 38 38 / 0.85);
}

.border-r-red-600\/90{
  border-right-color: rgb(220 38 38 / 0.9);
}

.border-r-red-600\/95{
  border-right-color: rgb(220 38 38 / 0.95);
}

.border-r-red-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-r-red-700\/0{
  border-right-color: rgb(185 28 28 / 0);
}

.border-r-red-700\/10{
  border-right-color: rgb(185 28 28 / 0.1);
}

.border-r-red-700\/100{
  border-right-color: rgb(185 28 28 / 1);
}

.border-r-red-700\/15{
  border-right-color: rgb(185 28 28 / 0.15);
}

.border-r-red-700\/20{
  border-right-color: rgb(185 28 28 / 0.2);
}

.border-r-red-700\/25{
  border-right-color: rgb(185 28 28 / 0.25);
}

.border-r-red-700\/30{
  border-right-color: rgb(185 28 28 / 0.3);
}

.border-r-red-700\/35{
  border-right-color: rgb(185 28 28 / 0.35);
}

.border-r-red-700\/40{
  border-right-color: rgb(185 28 28 / 0.4);
}

.border-r-red-700\/45{
  border-right-color: rgb(185 28 28 / 0.45);
}

.border-r-red-700\/5{
  border-right-color: rgb(185 28 28 / 0.05);
}

.border-r-red-700\/50{
  border-right-color: rgb(185 28 28 / 0.5);
}

.border-r-red-700\/55{
  border-right-color: rgb(185 28 28 / 0.55);
}

.border-r-red-700\/60{
  border-right-color: rgb(185 28 28 / 0.6);
}

.border-r-red-700\/65{
  border-right-color: rgb(185 28 28 / 0.65);
}

.border-r-red-700\/70{
  border-right-color: rgb(185 28 28 / 0.7);
}

.border-r-red-700\/75{
  border-right-color: rgb(185 28 28 / 0.75);
}

.border-r-red-700\/80{
  border-right-color: rgb(185 28 28 / 0.8);
}

.border-r-red-700\/85{
  border-right-color: rgb(185 28 28 / 0.85);
}

.border-r-red-700\/90{
  border-right-color: rgb(185 28 28 / 0.9);
}

.border-r-red-700\/95{
  border-right-color: rgb(185 28 28 / 0.95);
}

.border-r-red-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-r-red-800\/0{
  border-right-color: rgb(153 27 27 / 0);
}

.border-r-red-800\/10{
  border-right-color: rgb(153 27 27 / 0.1);
}

.border-r-red-800\/100{
  border-right-color: rgb(153 27 27 / 1);
}

.border-r-red-800\/15{
  border-right-color: rgb(153 27 27 / 0.15);
}

.border-r-red-800\/20{
  border-right-color: rgb(153 27 27 / 0.2);
}

.border-r-red-800\/25{
  border-right-color: rgb(153 27 27 / 0.25);
}

.border-r-red-800\/30{
  border-right-color: rgb(153 27 27 / 0.3);
}

.border-r-red-800\/35{
  border-right-color: rgb(153 27 27 / 0.35);
}

.border-r-red-800\/40{
  border-right-color: rgb(153 27 27 / 0.4);
}

.border-r-red-800\/45{
  border-right-color: rgb(153 27 27 / 0.45);
}

.border-r-red-800\/5{
  border-right-color: rgb(153 27 27 / 0.05);
}

.border-r-red-800\/50{
  border-right-color: rgb(153 27 27 / 0.5);
}

.border-r-red-800\/55{
  border-right-color: rgb(153 27 27 / 0.55);
}

.border-r-red-800\/60{
  border-right-color: rgb(153 27 27 / 0.6);
}

.border-r-red-800\/65{
  border-right-color: rgb(153 27 27 / 0.65);
}

.border-r-red-800\/70{
  border-right-color: rgb(153 27 27 / 0.7);
}

.border-r-red-800\/75{
  border-right-color: rgb(153 27 27 / 0.75);
}

.border-r-red-800\/80{
  border-right-color: rgb(153 27 27 / 0.8);
}

.border-r-red-800\/85{
  border-right-color: rgb(153 27 27 / 0.85);
}

.border-r-red-800\/90{
  border-right-color: rgb(153 27 27 / 0.9);
}

.border-r-red-800\/95{
  border-right-color: rgb(153 27 27 / 0.95);
}

.border-r-red-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-r-red-900\/0{
  border-right-color: rgb(127 29 29 / 0);
}

.border-r-red-900\/10{
  border-right-color: rgb(127 29 29 / 0.1);
}

.border-r-red-900\/100{
  border-right-color: rgb(127 29 29 / 1);
}

.border-r-red-900\/15{
  border-right-color: rgb(127 29 29 / 0.15);
}

.border-r-red-900\/20{
  border-right-color: rgb(127 29 29 / 0.2);
}

.border-r-red-900\/25{
  border-right-color: rgb(127 29 29 / 0.25);
}

.border-r-red-900\/30{
  border-right-color: rgb(127 29 29 / 0.3);
}

.border-r-red-900\/35{
  border-right-color: rgb(127 29 29 / 0.35);
}

.border-r-red-900\/40{
  border-right-color: rgb(127 29 29 / 0.4);
}

.border-r-red-900\/45{
  border-right-color: rgb(127 29 29 / 0.45);
}

.border-r-red-900\/5{
  border-right-color: rgb(127 29 29 / 0.05);
}

.border-r-red-900\/50{
  border-right-color: rgb(127 29 29 / 0.5);
}

.border-r-red-900\/55{
  border-right-color: rgb(127 29 29 / 0.55);
}

.border-r-red-900\/60{
  border-right-color: rgb(127 29 29 / 0.6);
}

.border-r-red-900\/65{
  border-right-color: rgb(127 29 29 / 0.65);
}

.border-r-red-900\/70{
  border-right-color: rgb(127 29 29 / 0.7);
}

.border-r-red-900\/75{
  border-right-color: rgb(127 29 29 / 0.75);
}

.border-r-red-900\/80{
  border-right-color: rgb(127 29 29 / 0.8);
}

.border-r-red-900\/85{
  border-right-color: rgb(127 29 29 / 0.85);
}

.border-r-red-900\/90{
  border-right-color: rgb(127 29 29 / 0.9);
}

.border-r-red-900\/95{
  border-right-color: rgb(127 29 29 / 0.95);
}

.border-r-red-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-r-red-950\/0{
  border-right-color: rgb(69 10 10 / 0);
}

.border-r-red-950\/10{
  border-right-color: rgb(69 10 10 / 0.1);
}

.border-r-red-950\/100{
  border-right-color: rgb(69 10 10 / 1);
}

.border-r-red-950\/15{
  border-right-color: rgb(69 10 10 / 0.15);
}

.border-r-red-950\/20{
  border-right-color: rgb(69 10 10 / 0.2);
}

.border-r-red-950\/25{
  border-right-color: rgb(69 10 10 / 0.25);
}

.border-r-red-950\/30{
  border-right-color: rgb(69 10 10 / 0.3);
}

.border-r-red-950\/35{
  border-right-color: rgb(69 10 10 / 0.35);
}

.border-r-red-950\/40{
  border-right-color: rgb(69 10 10 / 0.4);
}

.border-r-red-950\/45{
  border-right-color: rgb(69 10 10 / 0.45);
}

.border-r-red-950\/5{
  border-right-color: rgb(69 10 10 / 0.05);
}

.border-r-red-950\/50{
  border-right-color: rgb(69 10 10 / 0.5);
}

.border-r-red-950\/55{
  border-right-color: rgb(69 10 10 / 0.55);
}

.border-r-red-950\/60{
  border-right-color: rgb(69 10 10 / 0.6);
}

.border-r-red-950\/65{
  border-right-color: rgb(69 10 10 / 0.65);
}

.border-r-red-950\/70{
  border-right-color: rgb(69 10 10 / 0.7);
}

.border-r-red-950\/75{
  border-right-color: rgb(69 10 10 / 0.75);
}

.border-r-red-950\/80{
  border-right-color: rgb(69 10 10 / 0.8);
}

.border-r-red-950\/85{
  border-right-color: rgb(69 10 10 / 0.85);
}

.border-r-red-950\/90{
  border-right-color: rgb(69 10 10 / 0.9);
}

.border-r-red-950\/95{
  border-right-color: rgb(69 10 10 / 0.95);
}

.border-r-rose-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-r-rose-100\/0{
  border-right-color: rgb(255 228 230 / 0);
}

.border-r-rose-100\/10{
  border-right-color: rgb(255 228 230 / 0.1);
}

.border-r-rose-100\/100{
  border-right-color: rgb(255 228 230 / 1);
}

.border-r-rose-100\/15{
  border-right-color: rgb(255 228 230 / 0.15);
}

.border-r-rose-100\/20{
  border-right-color: rgb(255 228 230 / 0.2);
}

.border-r-rose-100\/25{
  border-right-color: rgb(255 228 230 / 0.25);
}

.border-r-rose-100\/30{
  border-right-color: rgb(255 228 230 / 0.3);
}

.border-r-rose-100\/35{
  border-right-color: rgb(255 228 230 / 0.35);
}

.border-r-rose-100\/40{
  border-right-color: rgb(255 228 230 / 0.4);
}

.border-r-rose-100\/45{
  border-right-color: rgb(255 228 230 / 0.45);
}

.border-r-rose-100\/5{
  border-right-color: rgb(255 228 230 / 0.05);
}

.border-r-rose-100\/50{
  border-right-color: rgb(255 228 230 / 0.5);
}

.border-r-rose-100\/55{
  border-right-color: rgb(255 228 230 / 0.55);
}

.border-r-rose-100\/60{
  border-right-color: rgb(255 228 230 / 0.6);
}

.border-r-rose-100\/65{
  border-right-color: rgb(255 228 230 / 0.65);
}

.border-r-rose-100\/70{
  border-right-color: rgb(255 228 230 / 0.7);
}

.border-r-rose-100\/75{
  border-right-color: rgb(255 228 230 / 0.75);
}

.border-r-rose-100\/80{
  border-right-color: rgb(255 228 230 / 0.8);
}

.border-r-rose-100\/85{
  border-right-color: rgb(255 228 230 / 0.85);
}

.border-r-rose-100\/90{
  border-right-color: rgb(255 228 230 / 0.9);
}

.border-r-rose-100\/95{
  border-right-color: rgb(255 228 230 / 0.95);
}

.border-r-rose-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-r-rose-200\/0{
  border-right-color: rgb(254 205 211 / 0);
}

.border-r-rose-200\/10{
  border-right-color: rgb(254 205 211 / 0.1);
}

.border-r-rose-200\/100{
  border-right-color: rgb(254 205 211 / 1);
}

.border-r-rose-200\/15{
  border-right-color: rgb(254 205 211 / 0.15);
}

.border-r-rose-200\/20{
  border-right-color: rgb(254 205 211 / 0.2);
}

.border-r-rose-200\/25{
  border-right-color: rgb(254 205 211 / 0.25);
}

.border-r-rose-200\/30{
  border-right-color: rgb(254 205 211 / 0.3);
}

.border-r-rose-200\/35{
  border-right-color: rgb(254 205 211 / 0.35);
}

.border-r-rose-200\/40{
  border-right-color: rgb(254 205 211 / 0.4);
}

.border-r-rose-200\/45{
  border-right-color: rgb(254 205 211 / 0.45);
}

.border-r-rose-200\/5{
  border-right-color: rgb(254 205 211 / 0.05);
}

.border-r-rose-200\/50{
  border-right-color: rgb(254 205 211 / 0.5);
}

.border-r-rose-200\/55{
  border-right-color: rgb(254 205 211 / 0.55);
}

.border-r-rose-200\/60{
  border-right-color: rgb(254 205 211 / 0.6);
}

.border-r-rose-200\/65{
  border-right-color: rgb(254 205 211 / 0.65);
}

.border-r-rose-200\/70{
  border-right-color: rgb(254 205 211 / 0.7);
}

.border-r-rose-200\/75{
  border-right-color: rgb(254 205 211 / 0.75);
}

.border-r-rose-200\/80{
  border-right-color: rgb(254 205 211 / 0.8);
}

.border-r-rose-200\/85{
  border-right-color: rgb(254 205 211 / 0.85);
}

.border-r-rose-200\/90{
  border-right-color: rgb(254 205 211 / 0.9);
}

.border-r-rose-200\/95{
  border-right-color: rgb(254 205 211 / 0.95);
}

.border-r-rose-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-r-rose-300\/0{
  border-right-color: rgb(253 164 175 / 0);
}

.border-r-rose-300\/10{
  border-right-color: rgb(253 164 175 / 0.1);
}

.border-r-rose-300\/100{
  border-right-color: rgb(253 164 175 / 1);
}

.border-r-rose-300\/15{
  border-right-color: rgb(253 164 175 / 0.15);
}

.border-r-rose-300\/20{
  border-right-color: rgb(253 164 175 / 0.2);
}

.border-r-rose-300\/25{
  border-right-color: rgb(253 164 175 / 0.25);
}

.border-r-rose-300\/30{
  border-right-color: rgb(253 164 175 / 0.3);
}

.border-r-rose-300\/35{
  border-right-color: rgb(253 164 175 / 0.35);
}

.border-r-rose-300\/40{
  border-right-color: rgb(253 164 175 / 0.4);
}

.border-r-rose-300\/45{
  border-right-color: rgb(253 164 175 / 0.45);
}

.border-r-rose-300\/5{
  border-right-color: rgb(253 164 175 / 0.05);
}

.border-r-rose-300\/50{
  border-right-color: rgb(253 164 175 / 0.5);
}

.border-r-rose-300\/55{
  border-right-color: rgb(253 164 175 / 0.55);
}

.border-r-rose-300\/60{
  border-right-color: rgb(253 164 175 / 0.6);
}

.border-r-rose-300\/65{
  border-right-color: rgb(253 164 175 / 0.65);
}

.border-r-rose-300\/70{
  border-right-color: rgb(253 164 175 / 0.7);
}

.border-r-rose-300\/75{
  border-right-color: rgb(253 164 175 / 0.75);
}

.border-r-rose-300\/80{
  border-right-color: rgb(253 164 175 / 0.8);
}

.border-r-rose-300\/85{
  border-right-color: rgb(253 164 175 / 0.85);
}

.border-r-rose-300\/90{
  border-right-color: rgb(253 164 175 / 0.9);
}

.border-r-rose-300\/95{
  border-right-color: rgb(253 164 175 / 0.95);
}

.border-r-rose-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-r-rose-400\/0{
  border-right-color: rgb(251 113 133 / 0);
}

.border-r-rose-400\/10{
  border-right-color: rgb(251 113 133 / 0.1);
}

.border-r-rose-400\/100{
  border-right-color: rgb(251 113 133 / 1);
}

.border-r-rose-400\/15{
  border-right-color: rgb(251 113 133 / 0.15);
}

.border-r-rose-400\/20{
  border-right-color: rgb(251 113 133 / 0.2);
}

.border-r-rose-400\/25{
  border-right-color: rgb(251 113 133 / 0.25);
}

.border-r-rose-400\/30{
  border-right-color: rgb(251 113 133 / 0.3);
}

.border-r-rose-400\/35{
  border-right-color: rgb(251 113 133 / 0.35);
}

.border-r-rose-400\/40{
  border-right-color: rgb(251 113 133 / 0.4);
}

.border-r-rose-400\/45{
  border-right-color: rgb(251 113 133 / 0.45);
}

.border-r-rose-400\/5{
  border-right-color: rgb(251 113 133 / 0.05);
}

.border-r-rose-400\/50{
  border-right-color: rgb(251 113 133 / 0.5);
}

.border-r-rose-400\/55{
  border-right-color: rgb(251 113 133 / 0.55);
}

.border-r-rose-400\/60{
  border-right-color: rgb(251 113 133 / 0.6);
}

.border-r-rose-400\/65{
  border-right-color: rgb(251 113 133 / 0.65);
}

.border-r-rose-400\/70{
  border-right-color: rgb(251 113 133 / 0.7);
}

.border-r-rose-400\/75{
  border-right-color: rgb(251 113 133 / 0.75);
}

.border-r-rose-400\/80{
  border-right-color: rgb(251 113 133 / 0.8);
}

.border-r-rose-400\/85{
  border-right-color: rgb(251 113 133 / 0.85);
}

.border-r-rose-400\/90{
  border-right-color: rgb(251 113 133 / 0.9);
}

.border-r-rose-400\/95{
  border-right-color: rgb(251 113 133 / 0.95);
}

.border-r-rose-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-r-rose-50\/0{
  border-right-color: rgb(255 241 242 / 0);
}

.border-r-rose-50\/10{
  border-right-color: rgb(255 241 242 / 0.1);
}

.border-r-rose-50\/100{
  border-right-color: rgb(255 241 242 / 1);
}

.border-r-rose-50\/15{
  border-right-color: rgb(255 241 242 / 0.15);
}

.border-r-rose-50\/20{
  border-right-color: rgb(255 241 242 / 0.2);
}

.border-r-rose-50\/25{
  border-right-color: rgb(255 241 242 / 0.25);
}

.border-r-rose-50\/30{
  border-right-color: rgb(255 241 242 / 0.3);
}

.border-r-rose-50\/35{
  border-right-color: rgb(255 241 242 / 0.35);
}

.border-r-rose-50\/40{
  border-right-color: rgb(255 241 242 / 0.4);
}

.border-r-rose-50\/45{
  border-right-color: rgb(255 241 242 / 0.45);
}

.border-r-rose-50\/5{
  border-right-color: rgb(255 241 242 / 0.05);
}

.border-r-rose-50\/50{
  border-right-color: rgb(255 241 242 / 0.5);
}

.border-r-rose-50\/55{
  border-right-color: rgb(255 241 242 / 0.55);
}

.border-r-rose-50\/60{
  border-right-color: rgb(255 241 242 / 0.6);
}

.border-r-rose-50\/65{
  border-right-color: rgb(255 241 242 / 0.65);
}

.border-r-rose-50\/70{
  border-right-color: rgb(255 241 242 / 0.7);
}

.border-r-rose-50\/75{
  border-right-color: rgb(255 241 242 / 0.75);
}

.border-r-rose-50\/80{
  border-right-color: rgb(255 241 242 / 0.8);
}

.border-r-rose-50\/85{
  border-right-color: rgb(255 241 242 / 0.85);
}

.border-r-rose-50\/90{
  border-right-color: rgb(255 241 242 / 0.9);
}

.border-r-rose-50\/95{
  border-right-color: rgb(255 241 242 / 0.95);
}

.border-r-rose-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-r-rose-500\/0{
  border-right-color: rgb(244 63 94 / 0);
}

.border-r-rose-500\/10{
  border-right-color: rgb(244 63 94 / 0.1);
}

.border-r-rose-500\/100{
  border-right-color: rgb(244 63 94 / 1);
}

.border-r-rose-500\/15{
  border-right-color: rgb(244 63 94 / 0.15);
}

.border-r-rose-500\/20{
  border-right-color: rgb(244 63 94 / 0.2);
}

.border-r-rose-500\/25{
  border-right-color: rgb(244 63 94 / 0.25);
}

.border-r-rose-500\/30{
  border-right-color: rgb(244 63 94 / 0.3);
}

.border-r-rose-500\/35{
  border-right-color: rgb(244 63 94 / 0.35);
}

.border-r-rose-500\/40{
  border-right-color: rgb(244 63 94 / 0.4);
}

.border-r-rose-500\/45{
  border-right-color: rgb(244 63 94 / 0.45);
}

.border-r-rose-500\/5{
  border-right-color: rgb(244 63 94 / 0.05);
}

.border-r-rose-500\/50{
  border-right-color: rgb(244 63 94 / 0.5);
}

.border-r-rose-500\/55{
  border-right-color: rgb(244 63 94 / 0.55);
}

.border-r-rose-500\/60{
  border-right-color: rgb(244 63 94 / 0.6);
}

.border-r-rose-500\/65{
  border-right-color: rgb(244 63 94 / 0.65);
}

.border-r-rose-500\/70{
  border-right-color: rgb(244 63 94 / 0.7);
}

.border-r-rose-500\/75{
  border-right-color: rgb(244 63 94 / 0.75);
}

.border-r-rose-500\/80{
  border-right-color: rgb(244 63 94 / 0.8);
}

.border-r-rose-500\/85{
  border-right-color: rgb(244 63 94 / 0.85);
}

.border-r-rose-500\/90{
  border-right-color: rgb(244 63 94 / 0.9);
}

.border-r-rose-500\/95{
  border-right-color: rgb(244 63 94 / 0.95);
}

.border-r-rose-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-r-rose-600\/0{
  border-right-color: rgb(225 29 72 / 0);
}

.border-r-rose-600\/10{
  border-right-color: rgb(225 29 72 / 0.1);
}

.border-r-rose-600\/100{
  border-right-color: rgb(225 29 72 / 1);
}

.border-r-rose-600\/15{
  border-right-color: rgb(225 29 72 / 0.15);
}

.border-r-rose-600\/20{
  border-right-color: rgb(225 29 72 / 0.2);
}

.border-r-rose-600\/25{
  border-right-color: rgb(225 29 72 / 0.25);
}

.border-r-rose-600\/30{
  border-right-color: rgb(225 29 72 / 0.3);
}

.border-r-rose-600\/35{
  border-right-color: rgb(225 29 72 / 0.35);
}

.border-r-rose-600\/40{
  border-right-color: rgb(225 29 72 / 0.4);
}

.border-r-rose-600\/45{
  border-right-color: rgb(225 29 72 / 0.45);
}

.border-r-rose-600\/5{
  border-right-color: rgb(225 29 72 / 0.05);
}

.border-r-rose-600\/50{
  border-right-color: rgb(225 29 72 / 0.5);
}

.border-r-rose-600\/55{
  border-right-color: rgb(225 29 72 / 0.55);
}

.border-r-rose-600\/60{
  border-right-color: rgb(225 29 72 / 0.6);
}

.border-r-rose-600\/65{
  border-right-color: rgb(225 29 72 / 0.65);
}

.border-r-rose-600\/70{
  border-right-color: rgb(225 29 72 / 0.7);
}

.border-r-rose-600\/75{
  border-right-color: rgb(225 29 72 / 0.75);
}

.border-r-rose-600\/80{
  border-right-color: rgb(225 29 72 / 0.8);
}

.border-r-rose-600\/85{
  border-right-color: rgb(225 29 72 / 0.85);
}

.border-r-rose-600\/90{
  border-right-color: rgb(225 29 72 / 0.9);
}

.border-r-rose-600\/95{
  border-right-color: rgb(225 29 72 / 0.95);
}

.border-r-rose-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-r-rose-700\/0{
  border-right-color: rgb(190 18 60 / 0);
}

.border-r-rose-700\/10{
  border-right-color: rgb(190 18 60 / 0.1);
}

.border-r-rose-700\/100{
  border-right-color: rgb(190 18 60 / 1);
}

.border-r-rose-700\/15{
  border-right-color: rgb(190 18 60 / 0.15);
}

.border-r-rose-700\/20{
  border-right-color: rgb(190 18 60 / 0.2);
}

.border-r-rose-700\/25{
  border-right-color: rgb(190 18 60 / 0.25);
}

.border-r-rose-700\/30{
  border-right-color: rgb(190 18 60 / 0.3);
}

.border-r-rose-700\/35{
  border-right-color: rgb(190 18 60 / 0.35);
}

.border-r-rose-700\/40{
  border-right-color: rgb(190 18 60 / 0.4);
}

.border-r-rose-700\/45{
  border-right-color: rgb(190 18 60 / 0.45);
}

.border-r-rose-700\/5{
  border-right-color: rgb(190 18 60 / 0.05);
}

.border-r-rose-700\/50{
  border-right-color: rgb(190 18 60 / 0.5);
}

.border-r-rose-700\/55{
  border-right-color: rgb(190 18 60 / 0.55);
}

.border-r-rose-700\/60{
  border-right-color: rgb(190 18 60 / 0.6);
}

.border-r-rose-700\/65{
  border-right-color: rgb(190 18 60 / 0.65);
}

.border-r-rose-700\/70{
  border-right-color: rgb(190 18 60 / 0.7);
}

.border-r-rose-700\/75{
  border-right-color: rgb(190 18 60 / 0.75);
}

.border-r-rose-700\/80{
  border-right-color: rgb(190 18 60 / 0.8);
}

.border-r-rose-700\/85{
  border-right-color: rgb(190 18 60 / 0.85);
}

.border-r-rose-700\/90{
  border-right-color: rgb(190 18 60 / 0.9);
}

.border-r-rose-700\/95{
  border-right-color: rgb(190 18 60 / 0.95);
}

.border-r-rose-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-r-rose-800\/0{
  border-right-color: rgb(159 18 57 / 0);
}

.border-r-rose-800\/10{
  border-right-color: rgb(159 18 57 / 0.1);
}

.border-r-rose-800\/100{
  border-right-color: rgb(159 18 57 / 1);
}

.border-r-rose-800\/15{
  border-right-color: rgb(159 18 57 / 0.15);
}

.border-r-rose-800\/20{
  border-right-color: rgb(159 18 57 / 0.2);
}

.border-r-rose-800\/25{
  border-right-color: rgb(159 18 57 / 0.25);
}

.border-r-rose-800\/30{
  border-right-color: rgb(159 18 57 / 0.3);
}

.border-r-rose-800\/35{
  border-right-color: rgb(159 18 57 / 0.35);
}

.border-r-rose-800\/40{
  border-right-color: rgb(159 18 57 / 0.4);
}

.border-r-rose-800\/45{
  border-right-color: rgb(159 18 57 / 0.45);
}

.border-r-rose-800\/5{
  border-right-color: rgb(159 18 57 / 0.05);
}

.border-r-rose-800\/50{
  border-right-color: rgb(159 18 57 / 0.5);
}

.border-r-rose-800\/55{
  border-right-color: rgb(159 18 57 / 0.55);
}

.border-r-rose-800\/60{
  border-right-color: rgb(159 18 57 / 0.6);
}

.border-r-rose-800\/65{
  border-right-color: rgb(159 18 57 / 0.65);
}

.border-r-rose-800\/70{
  border-right-color: rgb(159 18 57 / 0.7);
}

.border-r-rose-800\/75{
  border-right-color: rgb(159 18 57 / 0.75);
}

.border-r-rose-800\/80{
  border-right-color: rgb(159 18 57 / 0.8);
}

.border-r-rose-800\/85{
  border-right-color: rgb(159 18 57 / 0.85);
}

.border-r-rose-800\/90{
  border-right-color: rgb(159 18 57 / 0.9);
}

.border-r-rose-800\/95{
  border-right-color: rgb(159 18 57 / 0.95);
}

.border-r-rose-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-r-rose-900\/0{
  border-right-color: rgb(136 19 55 / 0);
}

.border-r-rose-900\/10{
  border-right-color: rgb(136 19 55 / 0.1);
}

.border-r-rose-900\/100{
  border-right-color: rgb(136 19 55 / 1);
}

.border-r-rose-900\/15{
  border-right-color: rgb(136 19 55 / 0.15);
}

.border-r-rose-900\/20{
  border-right-color: rgb(136 19 55 / 0.2);
}

.border-r-rose-900\/25{
  border-right-color: rgb(136 19 55 / 0.25);
}

.border-r-rose-900\/30{
  border-right-color: rgb(136 19 55 / 0.3);
}

.border-r-rose-900\/35{
  border-right-color: rgb(136 19 55 / 0.35);
}

.border-r-rose-900\/40{
  border-right-color: rgb(136 19 55 / 0.4);
}

.border-r-rose-900\/45{
  border-right-color: rgb(136 19 55 / 0.45);
}

.border-r-rose-900\/5{
  border-right-color: rgb(136 19 55 / 0.05);
}

.border-r-rose-900\/50{
  border-right-color: rgb(136 19 55 / 0.5);
}

.border-r-rose-900\/55{
  border-right-color: rgb(136 19 55 / 0.55);
}

.border-r-rose-900\/60{
  border-right-color: rgb(136 19 55 / 0.6);
}

.border-r-rose-900\/65{
  border-right-color: rgb(136 19 55 / 0.65);
}

.border-r-rose-900\/70{
  border-right-color: rgb(136 19 55 / 0.7);
}

.border-r-rose-900\/75{
  border-right-color: rgb(136 19 55 / 0.75);
}

.border-r-rose-900\/80{
  border-right-color: rgb(136 19 55 / 0.8);
}

.border-r-rose-900\/85{
  border-right-color: rgb(136 19 55 / 0.85);
}

.border-r-rose-900\/90{
  border-right-color: rgb(136 19 55 / 0.9);
}

.border-r-rose-900\/95{
  border-right-color: rgb(136 19 55 / 0.95);
}

.border-r-rose-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-r-rose-950\/0{
  border-right-color: rgb(76 5 25 / 0);
}

.border-r-rose-950\/10{
  border-right-color: rgb(76 5 25 / 0.1);
}

.border-r-rose-950\/100{
  border-right-color: rgb(76 5 25 / 1);
}

.border-r-rose-950\/15{
  border-right-color: rgb(76 5 25 / 0.15);
}

.border-r-rose-950\/20{
  border-right-color: rgb(76 5 25 / 0.2);
}

.border-r-rose-950\/25{
  border-right-color: rgb(76 5 25 / 0.25);
}

.border-r-rose-950\/30{
  border-right-color: rgb(76 5 25 / 0.3);
}

.border-r-rose-950\/35{
  border-right-color: rgb(76 5 25 / 0.35);
}

.border-r-rose-950\/40{
  border-right-color: rgb(76 5 25 / 0.4);
}

.border-r-rose-950\/45{
  border-right-color: rgb(76 5 25 / 0.45);
}

.border-r-rose-950\/5{
  border-right-color: rgb(76 5 25 / 0.05);
}

.border-r-rose-950\/50{
  border-right-color: rgb(76 5 25 / 0.5);
}

.border-r-rose-950\/55{
  border-right-color: rgb(76 5 25 / 0.55);
}

.border-r-rose-950\/60{
  border-right-color: rgb(76 5 25 / 0.6);
}

.border-r-rose-950\/65{
  border-right-color: rgb(76 5 25 / 0.65);
}

.border-r-rose-950\/70{
  border-right-color: rgb(76 5 25 / 0.7);
}

.border-r-rose-950\/75{
  border-right-color: rgb(76 5 25 / 0.75);
}

.border-r-rose-950\/80{
  border-right-color: rgb(76 5 25 / 0.8);
}

.border-r-rose-950\/85{
  border-right-color: rgb(76 5 25 / 0.85);
}

.border-r-rose-950\/90{
  border-right-color: rgb(76 5 25 / 0.9);
}

.border-r-rose-950\/95{
  border-right-color: rgb(76 5 25 / 0.95);
}

.border-r-secondary{
  --tw-border-opacity: 1;
  border-right-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.border-r-secondary\/0{
  border-right-color: rgb(141 147 167 / 0);
}

.border-r-secondary\/10{
  border-right-color: rgb(141 147 167 / 0.1);
}

.border-r-secondary\/100{
  border-right-color: rgb(141 147 167 / 1);
}

.border-r-secondary\/15{
  border-right-color: rgb(141 147 167 / 0.15);
}

.border-r-secondary\/20{
  border-right-color: rgb(141 147 167 / 0.2);
}

.border-r-secondary\/25{
  border-right-color: rgb(141 147 167 / 0.25);
}

.border-r-secondary\/30{
  border-right-color: rgb(141 147 167 / 0.3);
}

.border-r-secondary\/35{
  border-right-color: rgb(141 147 167 / 0.35);
}

.border-r-secondary\/40{
  border-right-color: rgb(141 147 167 / 0.4);
}

.border-r-secondary\/45{
  border-right-color: rgb(141 147 167 / 0.45);
}

.border-r-secondary\/5{
  border-right-color: rgb(141 147 167 / 0.05);
}

.border-r-secondary\/50{
  border-right-color: rgb(141 147 167 / 0.5);
}

.border-r-secondary\/55{
  border-right-color: rgb(141 147 167 / 0.55);
}

.border-r-secondary\/60{
  border-right-color: rgb(141 147 167 / 0.6);
}

.border-r-secondary\/65{
  border-right-color: rgb(141 147 167 / 0.65);
}

.border-r-secondary\/70{
  border-right-color: rgb(141 147 167 / 0.7);
}

.border-r-secondary\/75{
  border-right-color: rgb(141 147 167 / 0.75);
}

.border-r-secondary\/80{
  border-right-color: rgb(141 147 167 / 0.8);
}

.border-r-secondary\/85{
  border-right-color: rgb(141 147 167 / 0.85);
}

.border-r-secondary\/90{
  border-right-color: rgb(141 147 167 / 0.9);
}

.border-r-secondary\/95{
  border-right-color: rgb(141 147 167 / 0.95);
}

.border-r-senary{
  --tw-border-opacity: 1;
  border-right-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.border-r-senary\/0{
  border-right-color: rgb(73 134 231 / 0);
}

.border-r-senary\/10{
  border-right-color: rgb(73 134 231 / 0.1);
}

.border-r-senary\/100{
  border-right-color: rgb(73 134 231 / 1);
}

.border-r-senary\/15{
  border-right-color: rgb(73 134 231 / 0.15);
}

.border-r-senary\/20{
  border-right-color: rgb(73 134 231 / 0.2);
}

.border-r-senary\/25{
  border-right-color: rgb(73 134 231 / 0.25);
}

.border-r-senary\/30{
  border-right-color: rgb(73 134 231 / 0.3);
}

.border-r-senary\/35{
  border-right-color: rgb(73 134 231 / 0.35);
}

.border-r-senary\/40{
  border-right-color: rgb(73 134 231 / 0.4);
}

.border-r-senary\/45{
  border-right-color: rgb(73 134 231 / 0.45);
}

.border-r-senary\/5{
  border-right-color: rgb(73 134 231 / 0.05);
}

.border-r-senary\/50{
  border-right-color: rgb(73 134 231 / 0.5);
}

.border-r-senary\/55{
  border-right-color: rgb(73 134 231 / 0.55);
}

.border-r-senary\/60{
  border-right-color: rgb(73 134 231 / 0.6);
}

.border-r-senary\/65{
  border-right-color: rgb(73 134 231 / 0.65);
}

.border-r-senary\/70{
  border-right-color: rgb(73 134 231 / 0.7);
}

.border-r-senary\/75{
  border-right-color: rgb(73 134 231 / 0.75);
}

.border-r-senary\/80{
  border-right-color: rgb(73 134 231 / 0.8);
}

.border-r-senary\/85{
  border-right-color: rgb(73 134 231 / 0.85);
}

.border-r-senary\/90{
  border-right-color: rgb(73 134 231 / 0.9);
}

.border-r-senary\/95{
  border-right-color: rgb(73 134 231 / 0.95);
}

.border-r-septenary{
  --tw-border-opacity: 1;
  border-right-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.border-r-septenary\/0{
  border-right-color: rgb(49 88 129 / 0);
}

.border-r-septenary\/10{
  border-right-color: rgb(49 88 129 / 0.1);
}

.border-r-septenary\/100{
  border-right-color: rgb(49 88 129 / 1);
}

.border-r-septenary\/15{
  border-right-color: rgb(49 88 129 / 0.15);
}

.border-r-septenary\/20{
  border-right-color: rgb(49 88 129 / 0.2);
}

.border-r-septenary\/25{
  border-right-color: rgb(49 88 129 / 0.25);
}

.border-r-septenary\/30{
  border-right-color: rgb(49 88 129 / 0.3);
}

.border-r-septenary\/35{
  border-right-color: rgb(49 88 129 / 0.35);
}

.border-r-septenary\/40{
  border-right-color: rgb(49 88 129 / 0.4);
}

.border-r-septenary\/45{
  border-right-color: rgb(49 88 129 / 0.45);
}

.border-r-septenary\/5{
  border-right-color: rgb(49 88 129 / 0.05);
}

.border-r-septenary\/50{
  border-right-color: rgb(49 88 129 / 0.5);
}

.border-r-septenary\/55{
  border-right-color: rgb(49 88 129 / 0.55);
}

.border-r-septenary\/60{
  border-right-color: rgb(49 88 129 / 0.6);
}

.border-r-septenary\/65{
  border-right-color: rgb(49 88 129 / 0.65);
}

.border-r-septenary\/70{
  border-right-color: rgb(49 88 129 / 0.7);
}

.border-r-septenary\/75{
  border-right-color: rgb(49 88 129 / 0.75);
}

.border-r-septenary\/80{
  border-right-color: rgb(49 88 129 / 0.8);
}

.border-r-septenary\/85{
  border-right-color: rgb(49 88 129 / 0.85);
}

.border-r-septenary\/90{
  border-right-color: rgb(49 88 129 / 0.9);
}

.border-r-septenary\/95{
  border-right-color: rgb(49 88 129 / 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\/15{
  border-right-color: rgb(224 242 254 / 0.15);
}

.border-r-sky-100\/20{
  border-right-color: rgb(224 242 254 / 0.2);
}

.border-r-sky-100\/25{
  border-right-color: rgb(224 242 254 / 0.25);
}

.border-r-sky-100\/30{
  border-right-color: rgb(224 242 254 / 0.3);
}

.border-r-sky-100\/35{
  border-right-color: rgb(224 242 254 / 0.35);
}

.border-r-sky-100\/40{
  border-right-color: rgb(224 242 254 / 0.4);
}

.border-r-sky-100\/45{
  border-right-color: rgb(224 242 254 / 0.45);
}

.border-r-sky-100\/5{
  border-right-color: rgb(224 242 254 / 0.05);
}

.border-r-sky-100\/50{
  border-right-color: rgb(224 242 254 / 0.5);
}

.border-r-sky-100\/55{
  border-right-color: rgb(224 242 254 / 0.55);
}

.border-r-sky-100\/60{
  border-right-color: rgb(224 242 254 / 0.6);
}

.border-r-sky-100\/65{
  border-right-color: rgb(224 242 254 / 0.65);
}

.border-r-sky-100\/70{
  border-right-color: rgb(224 242 254 / 0.7);
}

.border-r-sky-100\/75{
  border-right-color: rgb(224 242 254 / 0.75);
}

.border-r-sky-100\/80{
  border-right-color: rgb(224 242 254 / 0.8);
}

.border-r-sky-100\/85{
  border-right-color: rgb(224 242 254 / 0.85);
}

.border-r-sky-100\/90{
  border-right-color: rgb(224 242 254 / 0.9);
}

.border-r-sky-100\/95{
  border-right-color: rgb(224 242 254 / 0.95);
}

.border-r-sky-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-r-sky-200\/0{
  border-right-color: rgb(186 230 253 / 0);
}

.border-r-sky-200\/10{
  border-right-color: rgb(186 230 253 / 0.1);
}

.border-r-sky-200\/100{
  border-right-color: rgb(186 230 253 / 1);
}

.border-r-sky-200\/15{
  border-right-color: rgb(186 230 253 / 0.15);
}

.border-r-sky-200\/20{
  border-right-color: rgb(186 230 253 / 0.2);
}

.border-r-sky-200\/25{
  border-right-color: rgb(186 230 253 / 0.25);
}

.border-r-sky-200\/30{
  border-right-color: rgb(186 230 253 / 0.3);
}

.border-r-sky-200\/35{
  border-right-color: rgb(186 230 253 / 0.35);
}

.border-r-sky-200\/40{
  border-right-color: rgb(186 230 253 / 0.4);
}

.border-r-sky-200\/45{
  border-right-color: rgb(186 230 253 / 0.45);
}

.border-r-sky-200\/5{
  border-right-color: rgb(186 230 253 / 0.05);
}

.border-r-sky-200\/50{
  border-right-color: rgb(186 230 253 / 0.5);
}

.border-r-sky-200\/55{
  border-right-color: rgb(186 230 253 / 0.55);
}

.border-r-sky-200\/60{
  border-right-color: rgb(186 230 253 / 0.6);
}

.border-r-sky-200\/65{
  border-right-color: rgb(186 230 253 / 0.65);
}

.border-r-sky-200\/70{
  border-right-color: rgb(186 230 253 / 0.7);
}

.border-r-sky-200\/75{
  border-right-color: rgb(186 230 253 / 0.75);
}

.border-r-sky-200\/80{
  border-right-color: rgb(186 230 253 / 0.8);
}

.border-r-sky-200\/85{
  border-right-color: rgb(186 230 253 / 0.85);
}

.border-r-sky-200\/90{
  border-right-color: rgb(186 230 253 / 0.9);
}

.border-r-sky-200\/95{
  border-right-color: rgb(186 230 253 / 0.95);
}

.border-r-sky-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-r-sky-300\/0{
  border-right-color: rgb(125 211 252 / 0);
}

.border-r-sky-300\/10{
  border-right-color: rgb(125 211 252 / 0.1);
}

.border-r-sky-300\/100{
  border-right-color: rgb(125 211 252 / 1);
}

.border-r-sky-300\/15{
  border-right-color: rgb(125 211 252 / 0.15);
}

.border-r-sky-300\/20{
  border-right-color: rgb(125 211 252 / 0.2);
}

.border-r-sky-300\/25{
  border-right-color: rgb(125 211 252 / 0.25);
}

.border-r-sky-300\/30{
  border-right-color: rgb(125 211 252 / 0.3);
}

.border-r-sky-300\/35{
  border-right-color: rgb(125 211 252 / 0.35);
}

.border-r-sky-300\/40{
  border-right-color: rgb(125 211 252 / 0.4);
}

.border-r-sky-300\/45{
  border-right-color: rgb(125 211 252 / 0.45);
}

.border-r-sky-300\/5{
  border-right-color: rgb(125 211 252 / 0.05);
}

.border-r-sky-300\/50{
  border-right-color: rgb(125 211 252 / 0.5);
}

.border-r-sky-300\/55{
  border-right-color: rgb(125 211 252 / 0.55);
}

.border-r-sky-300\/60{
  border-right-color: rgb(125 211 252 / 0.6);
}

.border-r-sky-300\/65{
  border-right-color: rgb(125 211 252 / 0.65);
}

.border-r-sky-300\/70{
  border-right-color: rgb(125 211 252 / 0.7);
}

.border-r-sky-300\/75{
  border-right-color: rgb(125 211 252 / 0.75);
}

.border-r-sky-300\/80{
  border-right-color: rgb(125 211 252 / 0.8);
}

.border-r-sky-300\/85{
  border-right-color: rgb(125 211 252 / 0.85);
}

.border-r-sky-300\/90{
  border-right-color: rgb(125 211 252 / 0.9);
}

.border-r-sky-300\/95{
  border-right-color: rgb(125 211 252 / 0.95);
}

.border-r-sky-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-r-sky-400\/0{
  border-right-color: rgb(56 189 248 / 0);
}

.border-r-sky-400\/10{
  border-right-color: rgb(56 189 248 / 0.1);
}

.border-r-sky-400\/100{
  border-right-color: rgb(56 189 248 / 1);
}

.border-r-sky-400\/15{
  border-right-color: rgb(56 189 248 / 0.15);
}

.border-r-sky-400\/20{
  border-right-color: rgb(56 189 248 / 0.2);
}

.border-r-sky-400\/25{
  border-right-color: rgb(56 189 248 / 0.25);
}

.border-r-sky-400\/30{
  border-right-color: rgb(56 189 248 / 0.3);
}

.border-r-sky-400\/35{
  border-right-color: rgb(56 189 248 / 0.35);
}

.border-r-sky-400\/40{
  border-right-color: rgb(56 189 248 / 0.4);
}

.border-r-sky-400\/45{
  border-right-color: rgb(56 189 248 / 0.45);
}

.border-r-sky-400\/5{
  border-right-color: rgb(56 189 248 / 0.05);
}

.border-r-sky-400\/50{
  border-right-color: rgb(56 189 248 / 0.5);
}

.border-r-sky-400\/55{
  border-right-color: rgb(56 189 248 / 0.55);
}

.border-r-sky-400\/60{
  border-right-color: rgb(56 189 248 / 0.6);
}

.border-r-sky-400\/65{
  border-right-color: rgb(56 189 248 / 0.65);
}

.border-r-sky-400\/70{
  border-right-color: rgb(56 189 248 / 0.7);
}

.border-r-sky-400\/75{
  border-right-color: rgb(56 189 248 / 0.75);
}

.border-r-sky-400\/80{
  border-right-color: rgb(56 189 248 / 0.8);
}

.border-r-sky-400\/85{
  border-right-color: rgb(56 189 248 / 0.85);
}

.border-r-sky-400\/90{
  border-right-color: rgb(56 189 248 / 0.9);
}

.border-r-sky-400\/95{
  border-right-color: rgb(56 189 248 / 0.95);
}

.border-r-sky-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-r-sky-50\/0{
  border-right-color: rgb(240 249 255 / 0);
}

.border-r-sky-50\/10{
  border-right-color: rgb(240 249 255 / 0.1);
}

.border-r-sky-50\/100{
  border-right-color: rgb(240 249 255 / 1);
}

.border-r-sky-50\/15{
  border-right-color: rgb(240 249 255 / 0.15);
}

.border-r-sky-50\/20{
  border-right-color: rgb(240 249 255 / 0.2);
}

.border-r-sky-50\/25{
  border-right-color: rgb(240 249 255 / 0.25);
}

.border-r-sky-50\/30{
  border-right-color: rgb(240 249 255 / 0.3);
}

.border-r-sky-50\/35{
  border-right-color: rgb(240 249 255 / 0.35);
}

.border-r-sky-50\/40{
  border-right-color: rgb(240 249 255 / 0.4);
}

.border-r-sky-50\/45{
  border-right-color: rgb(240 249 255 / 0.45);
}

.border-r-sky-50\/5{
  border-right-color: rgb(240 249 255 / 0.05);
}

.border-r-sky-50\/50{
  border-right-color: rgb(240 249 255 / 0.5);
}

.border-r-sky-50\/55{
  border-right-color: rgb(240 249 255 / 0.55);
}

.border-r-sky-50\/60{
  border-right-color: rgb(240 249 255 / 0.6);
}

.border-r-sky-50\/65{
  border-right-color: rgb(240 249 255 / 0.65);
}

.border-r-sky-50\/70{
  border-right-color: rgb(240 249 255 / 0.7);
}

.border-r-sky-50\/75{
  border-right-color: rgb(240 249 255 / 0.75);
}

.border-r-sky-50\/80{
  border-right-color: rgb(240 249 255 / 0.8);
}

.border-r-sky-50\/85{
  border-right-color: rgb(240 249 255 / 0.85);
}

.border-r-sky-50\/90{
  border-right-color: rgb(240 249 255 / 0.9);
}

.border-r-sky-50\/95{
  border-right-color: rgb(240 249 255 / 0.95);
}

.border-r-sky-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-r-sky-500\/0{
  border-right-color: rgb(14 165 233 / 0);
}

.border-r-sky-500\/10{
  border-right-color: rgb(14 165 233 / 0.1);
}

.border-r-sky-500\/100{
  border-right-color: rgb(14 165 233 / 1);
}

.border-r-sky-500\/15{
  border-right-color: rgb(14 165 233 / 0.15);
}

.border-r-sky-500\/20{
  border-right-color: rgb(14 165 233 / 0.2);
}

.border-r-sky-500\/25{
  border-right-color: rgb(14 165 233 / 0.25);
}

.border-r-sky-500\/30{
  border-right-color: rgb(14 165 233 / 0.3);
}

.border-r-sky-500\/35{
  border-right-color: rgb(14 165 233 / 0.35);
}

.border-r-sky-500\/40{
  border-right-color: rgb(14 165 233 / 0.4);
}

.border-r-sky-500\/45{
  border-right-color: rgb(14 165 233 / 0.45);
}

.border-r-sky-500\/5{
  border-right-color: rgb(14 165 233 / 0.05);
}

.border-r-sky-500\/50{
  border-right-color: rgb(14 165 233 / 0.5);
}

.border-r-sky-500\/55{
  border-right-color: rgb(14 165 233 / 0.55);
}

.border-r-sky-500\/60{
  border-right-color: rgb(14 165 233 / 0.6);
}

.border-r-sky-500\/65{
  border-right-color: rgb(14 165 233 / 0.65);
}

.border-r-sky-500\/70{
  border-right-color: rgb(14 165 233 / 0.7);
}

.border-r-sky-500\/75{
  border-right-color: rgb(14 165 233 / 0.75);
}

.border-r-sky-500\/80{
  border-right-color: rgb(14 165 233 / 0.8);
}

.border-r-sky-500\/85{
  border-right-color: rgb(14 165 233 / 0.85);
}

.border-r-sky-500\/90{
  border-right-color: rgb(14 165 233 / 0.9);
}

.border-r-sky-500\/95{
  border-right-color: rgb(14 165 233 / 0.95);
}

.border-r-sky-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-r-sky-600\/0{
  border-right-color: rgb(2 132 199 / 0);
}

.border-r-sky-600\/10{
  border-right-color: rgb(2 132 199 / 0.1);
}

.border-r-sky-600\/100{
  border-right-color: rgb(2 132 199 / 1);
}

.border-r-sky-600\/15{
  border-right-color: rgb(2 132 199 / 0.15);
}

.border-r-sky-600\/20{
  border-right-color: rgb(2 132 199 / 0.2);
}

.border-r-sky-600\/25{
  border-right-color: rgb(2 132 199 / 0.25);
}

.border-r-sky-600\/30{
  border-right-color: rgb(2 132 199 / 0.3);
}

.border-r-sky-600\/35{
  border-right-color: rgb(2 132 199 / 0.35);
}

.border-r-sky-600\/40{
  border-right-color: rgb(2 132 199 / 0.4);
}

.border-r-sky-600\/45{
  border-right-color: rgb(2 132 199 / 0.45);
}

.border-r-sky-600\/5{
  border-right-color: rgb(2 132 199 / 0.05);
}

.border-r-sky-600\/50{
  border-right-color: rgb(2 132 199 / 0.5);
}

.border-r-sky-600\/55{
  border-right-color: rgb(2 132 199 / 0.55);
}

.border-r-sky-600\/60{
  border-right-color: rgb(2 132 199 / 0.6);
}

.border-r-sky-600\/65{
  border-right-color: rgb(2 132 199 / 0.65);
}

.border-r-sky-600\/70{
  border-right-color: rgb(2 132 199 / 0.7);
}

.border-r-sky-600\/75{
  border-right-color: rgb(2 132 199 / 0.75);
}

.border-r-sky-600\/80{
  border-right-color: rgb(2 132 199 / 0.8);
}

.border-r-sky-600\/85{
  border-right-color: rgb(2 132 199 / 0.85);
}

.border-r-sky-600\/90{
  border-right-color: rgb(2 132 199 / 0.9);
}

.border-r-sky-600\/95{
  border-right-color: rgb(2 132 199 / 0.95);
}

.border-r-sky-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-r-sky-700\/0{
  border-right-color: rgb(3 105 161 / 0);
}

.border-r-sky-700\/10{
  border-right-color: rgb(3 105 161 / 0.1);
}

.border-r-sky-700\/100{
  border-right-color: rgb(3 105 161 / 1);
}

.border-r-sky-700\/15{
  border-right-color: rgb(3 105 161 / 0.15);
}

.border-r-sky-700\/20{
  border-right-color: rgb(3 105 161 / 0.2);
}

.border-r-sky-700\/25{
  border-right-color: rgb(3 105 161 / 0.25);
}

.border-r-sky-700\/30{
  border-right-color: rgb(3 105 161 / 0.3);
}

.border-r-sky-700\/35{
  border-right-color: rgb(3 105 161 / 0.35);
}

.border-r-sky-700\/40{
  border-right-color: rgb(3 105 161 / 0.4);
}

.border-r-sky-700\/45{
  border-right-color: rgb(3 105 161 / 0.45);
}

.border-r-sky-700\/5{
  border-right-color: rgb(3 105 161 / 0.05);
}

.border-r-sky-700\/50{
  border-right-color: rgb(3 105 161 / 0.5);
}

.border-r-sky-700\/55{
  border-right-color: rgb(3 105 161 / 0.55);
}

.border-r-sky-700\/60{
  border-right-color: rgb(3 105 161 / 0.6);
}

.border-r-sky-700\/65{
  border-right-color: rgb(3 105 161 / 0.65);
}

.border-r-sky-700\/70{
  border-right-color: rgb(3 105 161 / 0.7);
}

.border-r-sky-700\/75{
  border-right-color: rgb(3 105 161 / 0.75);
}

.border-r-sky-700\/80{
  border-right-color: rgb(3 105 161 / 0.8);
}

.border-r-sky-700\/85{
  border-right-color: rgb(3 105 161 / 0.85);
}

.border-r-sky-700\/90{
  border-right-color: rgb(3 105 161 / 0.9);
}

.border-r-sky-700\/95{
  border-right-color: rgb(3 105 161 / 0.95);
}

.border-r-sky-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-r-sky-800\/0{
  border-right-color: rgb(7 89 133 / 0);
}

.border-r-sky-800\/10{
  border-right-color: rgb(7 89 133 / 0.1);
}

.border-r-sky-800\/100{
  border-right-color: rgb(7 89 133 / 1);
}

.border-r-sky-800\/15{
  border-right-color: rgb(7 89 133 / 0.15);
}

.border-r-sky-800\/20{
  border-right-color: rgb(7 89 133 / 0.2);
}

.border-r-sky-800\/25{
  border-right-color: rgb(7 89 133 / 0.25);
}

.border-r-sky-800\/30{
  border-right-color: rgb(7 89 133 / 0.3);
}

.border-r-sky-800\/35{
  border-right-color: rgb(7 89 133 / 0.35);
}

.border-r-sky-800\/40{
  border-right-color: rgb(7 89 133 / 0.4);
}

.border-r-sky-800\/45{
  border-right-color: rgb(7 89 133 / 0.45);
}

.border-r-sky-800\/5{
  border-right-color: rgb(7 89 133 / 0.05);
}

.border-r-sky-800\/50{
  border-right-color: rgb(7 89 133 / 0.5);
}

.border-r-sky-800\/55{
  border-right-color: rgb(7 89 133 / 0.55);
}

.border-r-sky-800\/60{
  border-right-color: rgb(7 89 133 / 0.6);
}

.border-r-sky-800\/65{
  border-right-color: rgb(7 89 133 / 0.65);
}

.border-r-sky-800\/70{
  border-right-color: rgb(7 89 133 / 0.7);
}

.border-r-sky-800\/75{
  border-right-color: rgb(7 89 133 / 0.75);
}

.border-r-sky-800\/80{
  border-right-color: rgb(7 89 133 / 0.8);
}

.border-r-sky-800\/85{
  border-right-color: rgb(7 89 133 / 0.85);
}

.border-r-sky-800\/90{
  border-right-color: rgb(7 89 133 / 0.9);
}

.border-r-sky-800\/95{
  border-right-color: rgb(7 89 133 / 0.95);
}

.border-r-sky-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-r-sky-900\/0{
  border-right-color: rgb(12 74 110 / 0);
}

.border-r-sky-900\/10{
  border-right-color: rgb(12 74 110 / 0.1);
}

.border-r-sky-900\/100{
  border-right-color: rgb(12 74 110 / 1);
}

.border-r-sky-900\/15{
  border-right-color: rgb(12 74 110 / 0.15);
}

.border-r-sky-900\/20{
  border-right-color: rgb(12 74 110 / 0.2);
}

.border-r-sky-900\/25{
  border-right-color: rgb(12 74 110 / 0.25);
}

.border-r-sky-900\/30{
  border-right-color: rgb(12 74 110 / 0.3);
}

.border-r-sky-900\/35{
  border-right-color: rgb(12 74 110 / 0.35);
}

.border-r-sky-900\/40{
  border-right-color: rgb(12 74 110 / 0.4);
}

.border-r-sky-900\/45{
  border-right-color: rgb(12 74 110 / 0.45);
}

.border-r-sky-900\/5{
  border-right-color: rgb(12 74 110 / 0.05);
}

.border-r-sky-900\/50{
  border-right-color: rgb(12 74 110 / 0.5);
}

.border-r-sky-900\/55{
  border-right-color: rgb(12 74 110 / 0.55);
}

.border-r-sky-900\/60{
  border-right-color: rgb(12 74 110 / 0.6);
}

.border-r-sky-900\/65{
  border-right-color: rgb(12 74 110 / 0.65);
}

.border-r-sky-900\/70{
  border-right-color: rgb(12 74 110 / 0.7);
}

.border-r-sky-900\/75{
  border-right-color: rgb(12 74 110 / 0.75);
}

.border-r-sky-900\/80{
  border-right-color: rgb(12 74 110 / 0.8);
}

.border-r-sky-900\/85{
  border-right-color: rgb(12 74 110 / 0.85);
}

.border-r-sky-900\/90{
  border-right-color: rgb(12 74 110 / 0.9);
}

.border-r-sky-900\/95{
  border-right-color: rgb(12 74 110 / 0.95);
}

.border-r-sky-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-r-sky-950\/0{
  border-right-color: rgb(8 47 73 / 0);
}

.border-r-sky-950\/10{
  border-right-color: rgb(8 47 73 / 0.1);
}

.border-r-sky-950\/100{
  border-right-color: rgb(8 47 73 / 1);
}

.border-r-sky-950\/15{
  border-right-color: rgb(8 47 73 / 0.15);
}

.border-r-sky-950\/20{
  border-right-color: rgb(8 47 73 / 0.2);
}

.border-r-sky-950\/25{
  border-right-color: rgb(8 47 73 / 0.25);
}

.border-r-sky-950\/30{
  border-right-color: rgb(8 47 73 / 0.3);
}

.border-r-sky-950\/35{
  border-right-color: rgb(8 47 73 / 0.35);
}

.border-r-sky-950\/40{
  border-right-color: rgb(8 47 73 / 0.4);
}

.border-r-sky-950\/45{
  border-right-color: rgb(8 47 73 / 0.45);
}

.border-r-sky-950\/5{
  border-right-color: rgb(8 47 73 / 0.05);
}

.border-r-sky-950\/50{
  border-right-color: rgb(8 47 73 / 0.5);
}

.border-r-sky-950\/55{
  border-right-color: rgb(8 47 73 / 0.55);
}

.border-r-sky-950\/60{
  border-right-color: rgb(8 47 73 / 0.6);
}

.border-r-sky-950\/65{
  border-right-color: rgb(8 47 73 / 0.65);
}

.border-r-sky-950\/70{
  border-right-color: rgb(8 47 73 / 0.7);
}

.border-r-sky-950\/75{
  border-right-color: rgb(8 47 73 / 0.75);
}

.border-r-sky-950\/80{
  border-right-color: rgb(8 47 73 / 0.8);
}

.border-r-sky-950\/85{
  border-right-color: rgb(8 47 73 / 0.85);
}

.border-r-sky-950\/90{
  border-right-color: rgb(8 47 73 / 0.9);
}

.border-r-sky-950\/95{
  border-right-color: rgb(8 47 73 / 0.95);
}

.border-r-slate-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-r-slate-100\/0{
  border-right-color: rgb(241 245 249 / 0);
}

.border-r-slate-100\/10{
  border-right-color: rgb(241 245 249 / 0.1);
}

.border-r-slate-100\/100{
  border-right-color: rgb(241 245 249 / 1);
}

.border-r-slate-100\/15{
  border-right-color: rgb(241 245 249 / 0.15);
}

.border-r-slate-100\/20{
  border-right-color: rgb(241 245 249 / 0.2);
}

.border-r-slate-100\/25{
  border-right-color: rgb(241 245 249 / 0.25);
}

.border-r-slate-100\/30{
  border-right-color: rgb(241 245 249 / 0.3);
}

.border-r-slate-100\/35{
  border-right-color: rgb(241 245 249 / 0.35);
}

.border-r-slate-100\/40{
  border-right-color: rgb(241 245 249 / 0.4);
}

.border-r-slate-100\/45{
  border-right-color: rgb(241 245 249 / 0.45);
}

.border-r-slate-100\/5{
  border-right-color: rgb(241 245 249 / 0.05);
}

.border-r-slate-100\/50{
  border-right-color: rgb(241 245 249 / 0.5);
}

.border-r-slate-100\/55{
  border-right-color: rgb(241 245 249 / 0.55);
}

.border-r-slate-100\/60{
  border-right-color: rgb(241 245 249 / 0.6);
}

.border-r-slate-100\/65{
  border-right-color: rgb(241 245 249 / 0.65);
}

.border-r-slate-100\/70{
  border-right-color: rgb(241 245 249 / 0.7);
}

.border-r-slate-100\/75{
  border-right-color: rgb(241 245 249 / 0.75);
}

.border-r-slate-100\/80{
  border-right-color: rgb(241 245 249 / 0.8);
}

.border-r-slate-100\/85{
  border-right-color: rgb(241 245 249 / 0.85);
}

.border-r-slate-100\/90{
  border-right-color: rgb(241 245 249 / 0.9);
}

.border-r-slate-100\/95{
  border-right-color: rgb(241 245 249 / 0.95);
}

.border-r-slate-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-r-slate-200\/0{
  border-right-color: rgb(226 232 240 / 0);
}

.border-r-slate-200\/10{
  border-right-color: rgb(226 232 240 / 0.1);
}

.border-r-slate-200\/100{
  border-right-color: rgb(226 232 240 / 1);
}

.border-r-slate-200\/15{
  border-right-color: rgb(226 232 240 / 0.15);
}

.border-r-slate-200\/20{
  border-right-color: rgb(226 232 240 / 0.2);
}

.border-r-slate-200\/25{
  border-right-color: rgb(226 232 240 / 0.25);
}

.border-r-slate-200\/30{
  border-right-color: rgb(226 232 240 / 0.3);
}

.border-r-slate-200\/35{
  border-right-color: rgb(226 232 240 / 0.35);
}

.border-r-slate-200\/40{
  border-right-color: rgb(226 232 240 / 0.4);
}

.border-r-slate-200\/45{
  border-right-color: rgb(226 232 240 / 0.45);
}

.border-r-slate-200\/5{
  border-right-color: rgb(226 232 240 / 0.05);
}

.border-r-slate-200\/50{
  border-right-color: rgb(226 232 240 / 0.5);
}

.border-r-slate-200\/55{
  border-right-color: rgb(226 232 240 / 0.55);
}

.border-r-slate-200\/60{
  border-right-color: rgb(226 232 240 / 0.6);
}

.border-r-slate-200\/65{
  border-right-color: rgb(226 232 240 / 0.65);
}

.border-r-slate-200\/70{
  border-right-color: rgb(226 232 240 / 0.7);
}

.border-r-slate-200\/75{
  border-right-color: rgb(226 232 240 / 0.75);
}

.border-r-slate-200\/80{
  border-right-color: rgb(226 232 240 / 0.8);
}

.border-r-slate-200\/85{
  border-right-color: rgb(226 232 240 / 0.85);
}

.border-r-slate-200\/90{
  border-right-color: rgb(226 232 240 / 0.9);
}

.border-r-slate-200\/95{
  border-right-color: rgb(226 232 240 / 0.95);
}

.border-r-slate-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-r-slate-300\/0{
  border-right-color: rgb(203 213 225 / 0);
}

.border-r-slate-300\/10{
  border-right-color: rgb(203 213 225 / 0.1);
}

.border-r-slate-300\/100{
  border-right-color: rgb(203 213 225 / 1);
}

.border-r-slate-300\/15{
  border-right-color: rgb(203 213 225 / 0.15);
}

.border-r-slate-300\/20{
  border-right-color: rgb(203 213 225 / 0.2);
}

.border-r-slate-300\/25{
  border-right-color: rgb(203 213 225 / 0.25);
}

.border-r-slate-300\/30{
  border-right-color: rgb(203 213 225 / 0.3);
}

.border-r-slate-300\/35{
  border-right-color: rgb(203 213 225 / 0.35);
}

.border-r-slate-300\/40{
  border-right-color: rgb(203 213 225 / 0.4);
}

.border-r-slate-300\/45{
  border-right-color: rgb(203 213 225 / 0.45);
}

.border-r-slate-300\/5{
  border-right-color: rgb(203 213 225 / 0.05);
}

.border-r-slate-300\/50{
  border-right-color: rgb(203 213 225 / 0.5);
}

.border-r-slate-300\/55{
  border-right-color: rgb(203 213 225 / 0.55);
}

.border-r-slate-300\/60{
  border-right-color: rgb(203 213 225 / 0.6);
}

.border-r-slate-300\/65{
  border-right-color: rgb(203 213 225 / 0.65);
}

.border-r-slate-300\/70{
  border-right-color: rgb(203 213 225 / 0.7);
}

.border-r-slate-300\/75{
  border-right-color: rgb(203 213 225 / 0.75);
}

.border-r-slate-300\/80{
  border-right-color: rgb(203 213 225 / 0.8);
}

.border-r-slate-300\/85{
  border-right-color: rgb(203 213 225 / 0.85);
}

.border-r-slate-300\/90{
  border-right-color: rgb(203 213 225 / 0.9);
}

.border-r-slate-300\/95{
  border-right-color: rgb(203 213 225 / 0.95);
}

.border-r-slate-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-r-slate-400\/0{
  border-right-color: rgb(148 163 184 / 0);
}

.border-r-slate-400\/10{
  border-right-color: rgb(148 163 184 / 0.1);
}

.border-r-slate-400\/100{
  border-right-color: rgb(148 163 184 / 1);
}

.border-r-slate-400\/15{
  border-right-color: rgb(148 163 184 / 0.15);
}

.border-r-slate-400\/20{
  border-right-color: rgb(148 163 184 / 0.2);
}

.border-r-slate-400\/25{
  border-right-color: rgb(148 163 184 / 0.25);
}

.border-r-slate-400\/30{
  border-right-color: rgb(148 163 184 / 0.3);
}

.border-r-slate-400\/35{
  border-right-color: rgb(148 163 184 / 0.35);
}

.border-r-slate-400\/40{
  border-right-color: rgb(148 163 184 / 0.4);
}

.border-r-slate-400\/45{
  border-right-color: rgb(148 163 184 / 0.45);
}

.border-r-slate-400\/5{
  border-right-color: rgb(148 163 184 / 0.05);
}

.border-r-slate-400\/50{
  border-right-color: rgb(148 163 184 / 0.5);
}

.border-r-slate-400\/55{
  border-right-color: rgb(148 163 184 / 0.55);
}

.border-r-slate-400\/60{
  border-right-color: rgb(148 163 184 / 0.6);
}

.border-r-slate-400\/65{
  border-right-color: rgb(148 163 184 / 0.65);
}

.border-r-slate-400\/70{
  border-right-color: rgb(148 163 184 / 0.7);
}

.border-r-slate-400\/75{
  border-right-color: rgb(148 163 184 / 0.75);
}

.border-r-slate-400\/80{
  border-right-color: rgb(148 163 184 / 0.8);
}

.border-r-slate-400\/85{
  border-right-color: rgb(148 163 184 / 0.85);
}

.border-r-slate-400\/90{
  border-right-color: rgb(148 163 184 / 0.9);
}

.border-r-slate-400\/95{
  border-right-color: rgb(148 163 184 / 0.95);
}

.border-r-slate-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-r-slate-50\/0{
  border-right-color: rgb(248 250 252 / 0);
}

.border-r-slate-50\/10{
  border-right-color: rgb(248 250 252 / 0.1);
}

.border-r-slate-50\/100{
  border-right-color: rgb(248 250 252 / 1);
}

.border-r-slate-50\/15{
  border-right-color: rgb(248 250 252 / 0.15);
}

.border-r-slate-50\/20{
  border-right-color: rgb(248 250 252 / 0.2);
}

.border-r-slate-50\/25{
  border-right-color: rgb(248 250 252 / 0.25);
}

.border-r-slate-50\/30{
  border-right-color: rgb(248 250 252 / 0.3);
}

.border-r-slate-50\/35{
  border-right-color: rgb(248 250 252 / 0.35);
}

.border-r-slate-50\/40{
  border-right-color: rgb(248 250 252 / 0.4);
}

.border-r-slate-50\/45{
  border-right-color: rgb(248 250 252 / 0.45);
}

.border-r-slate-50\/5{
  border-right-color: rgb(248 250 252 / 0.05);
}

.border-r-slate-50\/50{
  border-right-color: rgb(248 250 252 / 0.5);
}

.border-r-slate-50\/55{
  border-right-color: rgb(248 250 252 / 0.55);
}

.border-r-slate-50\/60{
  border-right-color: rgb(248 250 252 / 0.6);
}

.border-r-slate-50\/65{
  border-right-color: rgb(248 250 252 / 0.65);
}

.border-r-slate-50\/70{
  border-right-color: rgb(248 250 252 / 0.7);
}

.border-r-slate-50\/75{
  border-right-color: rgb(248 250 252 / 0.75);
}

.border-r-slate-50\/80{
  border-right-color: rgb(248 250 252 / 0.8);
}

.border-r-slate-50\/85{
  border-right-color: rgb(248 250 252 / 0.85);
}

.border-r-slate-50\/90{
  border-right-color: rgb(248 250 252 / 0.9);
}

.border-r-slate-50\/95{
  border-right-color: rgb(248 250 252 / 0.95);
}

.border-r-slate-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-r-slate-500\/0{
  border-right-color: rgb(100 116 139 / 0);
}

.border-r-slate-500\/10{
  border-right-color: rgb(100 116 139 / 0.1);
}

.border-r-slate-500\/100{
  border-right-color: rgb(100 116 139 / 1);
}

.border-r-slate-500\/15{
  border-right-color: rgb(100 116 139 / 0.15);
}

.border-r-slate-500\/20{
  border-right-color: rgb(100 116 139 / 0.2);
}

.border-r-slate-500\/25{
  border-right-color: rgb(100 116 139 / 0.25);
}

.border-r-slate-500\/30{
  border-right-color: rgb(100 116 139 / 0.3);
}

.border-r-slate-500\/35{
  border-right-color: rgb(100 116 139 / 0.35);
}

.border-r-slate-500\/40{
  border-right-color: rgb(100 116 139 / 0.4);
}

.border-r-slate-500\/45{
  border-right-color: rgb(100 116 139 / 0.45);
}

.border-r-slate-500\/5{
  border-right-color: rgb(100 116 139 / 0.05);
}

.border-r-slate-500\/50{
  border-right-color: rgb(100 116 139 / 0.5);
}

.border-r-slate-500\/55{
  border-right-color: rgb(100 116 139 / 0.55);
}

.border-r-slate-500\/60{
  border-right-color: rgb(100 116 139 / 0.6);
}

.border-r-slate-500\/65{
  border-right-color: rgb(100 116 139 / 0.65);
}

.border-r-slate-500\/70{
  border-right-color: rgb(100 116 139 / 0.7);
}

.border-r-slate-500\/75{
  border-right-color: rgb(100 116 139 / 0.75);
}

.border-r-slate-500\/80{
  border-right-color: rgb(100 116 139 / 0.8);
}

.border-r-slate-500\/85{
  border-right-color: rgb(100 116 139 / 0.85);
}

.border-r-slate-500\/90{
  border-right-color: rgb(100 116 139 / 0.9);
}

.border-r-slate-500\/95{
  border-right-color: rgb(100 116 139 / 0.95);
}

.border-r-slate-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-r-slate-600\/0{
  border-right-color: rgb(71 85 105 / 0);
}

.border-r-slate-600\/10{
  border-right-color: rgb(71 85 105 / 0.1);
}

.border-r-slate-600\/100{
  border-right-color: rgb(71 85 105 / 1);
}

.border-r-slate-600\/15{
  border-right-color: rgb(71 85 105 / 0.15);
}

.border-r-slate-600\/20{
  border-right-color: rgb(71 85 105 / 0.2);
}

.border-r-slate-600\/25{
  border-right-color: rgb(71 85 105 / 0.25);
}

.border-r-slate-600\/30{
  border-right-color: rgb(71 85 105 / 0.3);
}

.border-r-slate-600\/35{
  border-right-color: rgb(71 85 105 / 0.35);
}

.border-r-slate-600\/40{
  border-right-color: rgb(71 85 105 / 0.4);
}

.border-r-slate-600\/45{
  border-right-color: rgb(71 85 105 / 0.45);
}

.border-r-slate-600\/5{
  border-right-color: rgb(71 85 105 / 0.05);
}

.border-r-slate-600\/50{
  border-right-color: rgb(71 85 105 / 0.5);
}

.border-r-slate-600\/55{
  border-right-color: rgb(71 85 105 / 0.55);
}

.border-r-slate-600\/60{
  border-right-color: rgb(71 85 105 / 0.6);
}

.border-r-slate-600\/65{
  border-right-color: rgb(71 85 105 / 0.65);
}

.border-r-slate-600\/70{
  border-right-color: rgb(71 85 105 / 0.7);
}

.border-r-slate-600\/75{
  border-right-color: rgb(71 85 105 / 0.75);
}

.border-r-slate-600\/80{
  border-right-color: rgb(71 85 105 / 0.8);
}

.border-r-slate-600\/85{
  border-right-color: rgb(71 85 105 / 0.85);
}

.border-r-slate-600\/90{
  border-right-color: rgb(71 85 105 / 0.9);
}

.border-r-slate-600\/95{
  border-right-color: rgb(71 85 105 / 0.95);
}

.border-r-slate-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-r-slate-700\/0{
  border-right-color: rgb(51 65 85 / 0);
}

.border-r-slate-700\/10{
  border-right-color: rgb(51 65 85 / 0.1);
}

.border-r-slate-700\/100{
  border-right-color: rgb(51 65 85 / 1);
}

.border-r-slate-700\/15{
  border-right-color: rgb(51 65 85 / 0.15);
}

.border-r-slate-700\/20{
  border-right-color: rgb(51 65 85 / 0.2);
}

.border-r-slate-700\/25{
  border-right-color: rgb(51 65 85 / 0.25);
}

.border-r-slate-700\/30{
  border-right-color: rgb(51 65 85 / 0.3);
}

.border-r-slate-700\/35{
  border-right-color: rgb(51 65 85 / 0.35);
}

.border-r-slate-700\/40{
  border-right-color: rgb(51 65 85 / 0.4);
}

.border-r-slate-700\/45{
  border-right-color: rgb(51 65 85 / 0.45);
}

.border-r-slate-700\/5{
  border-right-color: rgb(51 65 85 / 0.05);
}

.border-r-slate-700\/50{
  border-right-color: rgb(51 65 85 / 0.5);
}

.border-r-slate-700\/55{
  border-right-color: rgb(51 65 85 / 0.55);
}

.border-r-slate-700\/60{
  border-right-color: rgb(51 65 85 / 0.6);
}

.border-r-slate-700\/65{
  border-right-color: rgb(51 65 85 / 0.65);
}

.border-r-slate-700\/70{
  border-right-color: rgb(51 65 85 / 0.7);
}

.border-r-slate-700\/75{
  border-right-color: rgb(51 65 85 / 0.75);
}

.border-r-slate-700\/80{
  border-right-color: rgb(51 65 85 / 0.8);
}

.border-r-slate-700\/85{
  border-right-color: rgb(51 65 85 / 0.85);
}

.border-r-slate-700\/90{
  border-right-color: rgb(51 65 85 / 0.9);
}

.border-r-slate-700\/95{
  border-right-color: rgb(51 65 85 / 0.95);
}

.border-r-slate-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-r-slate-800\/0{
  border-right-color: rgb(30 41 59 / 0);
}

.border-r-slate-800\/10{
  border-right-color: rgb(30 41 59 / 0.1);
}

.border-r-slate-800\/100{
  border-right-color: rgb(30 41 59 / 1);
}

.border-r-slate-800\/15{
  border-right-color: rgb(30 41 59 / 0.15);
}

.border-r-slate-800\/20{
  border-right-color: rgb(30 41 59 / 0.2);
}

.border-r-slate-800\/25{
  border-right-color: rgb(30 41 59 / 0.25);
}

.border-r-slate-800\/30{
  border-right-color: rgb(30 41 59 / 0.3);
}

.border-r-slate-800\/35{
  border-right-color: rgb(30 41 59 / 0.35);
}

.border-r-slate-800\/40{
  border-right-color: rgb(30 41 59 / 0.4);
}

.border-r-slate-800\/45{
  border-right-color: rgb(30 41 59 / 0.45);
}

.border-r-slate-800\/5{
  border-right-color: rgb(30 41 59 / 0.05);
}

.border-r-slate-800\/50{
  border-right-color: rgb(30 41 59 / 0.5);
}

.border-r-slate-800\/55{
  border-right-color: rgb(30 41 59 / 0.55);
}

.border-r-slate-800\/60{
  border-right-color: rgb(30 41 59 / 0.6);
}

.border-r-slate-800\/65{
  border-right-color: rgb(30 41 59 / 0.65);
}

.border-r-slate-800\/70{
  border-right-color: rgb(30 41 59 / 0.7);
}

.border-r-slate-800\/75{
  border-right-color: rgb(30 41 59 / 0.75);
}

.border-r-slate-800\/80{
  border-right-color: rgb(30 41 59 / 0.8);
}

.border-r-slate-800\/85{
  border-right-color: rgb(30 41 59 / 0.85);
}

.border-r-slate-800\/90{
  border-right-color: rgb(30 41 59 / 0.9);
}

.border-r-slate-800\/95{
  border-right-color: rgb(30 41 59 / 0.95);
}

.border-r-slate-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-r-slate-900\/0{
  border-right-color: rgb(15 23 42 / 0);
}

.border-r-slate-900\/10{
  border-right-color: rgb(15 23 42 / 0.1);
}

.border-r-slate-900\/100{
  border-right-color: rgb(15 23 42 / 1);
}

.border-r-slate-900\/15{
  border-right-color: rgb(15 23 42 / 0.15);
}

.border-r-slate-900\/20{
  border-right-color: rgb(15 23 42 / 0.2);
}

.border-r-slate-900\/25{
  border-right-color: rgb(15 23 42 / 0.25);
}

.border-r-slate-900\/30{
  border-right-color: rgb(15 23 42 / 0.3);
}

.border-r-slate-900\/35{
  border-right-color: rgb(15 23 42 / 0.35);
}

.border-r-slate-900\/40{
  border-right-color: rgb(15 23 42 / 0.4);
}

.border-r-slate-900\/45{
  border-right-color: rgb(15 23 42 / 0.45);
}

.border-r-slate-900\/5{
  border-right-color: rgb(15 23 42 / 0.05);
}

.border-r-slate-900\/50{
  border-right-color: rgb(15 23 42 / 0.5);
}

.border-r-slate-900\/55{
  border-right-color: rgb(15 23 42 / 0.55);
}

.border-r-slate-900\/60{
  border-right-color: rgb(15 23 42 / 0.6);
}

.border-r-slate-900\/65{
  border-right-color: rgb(15 23 42 / 0.65);
}

.border-r-slate-900\/70{
  border-right-color: rgb(15 23 42 / 0.7);
}

.border-r-slate-900\/75{
  border-right-color: rgb(15 23 42 / 0.75);
}

.border-r-slate-900\/80{
  border-right-color: rgb(15 23 42 / 0.8);
}

.border-r-slate-900\/85{
  border-right-color: rgb(15 23 42 / 0.85);
}

.border-r-slate-900\/90{
  border-right-color: rgb(15 23 42 / 0.9);
}

.border-r-slate-900\/95{
  border-right-color: rgb(15 23 42 / 0.95);
}

.border-r-slate-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-r-slate-950\/0{
  border-right-color: rgb(2 6 23 / 0);
}

.border-r-slate-950\/10{
  border-right-color: rgb(2 6 23 / 0.1);
}

.border-r-slate-950\/100{
  border-right-color: rgb(2 6 23 / 1);
}

.border-r-slate-950\/15{
  border-right-color: rgb(2 6 23 / 0.15);
}

.border-r-slate-950\/20{
  border-right-color: rgb(2 6 23 / 0.2);
}

.border-r-slate-950\/25{
  border-right-color: rgb(2 6 23 / 0.25);
}

.border-r-slate-950\/30{
  border-right-color: rgb(2 6 23 / 0.3);
}

.border-r-slate-950\/35{
  border-right-color: rgb(2 6 23 / 0.35);
}

.border-r-slate-950\/40{
  border-right-color: rgb(2 6 23 / 0.4);
}

.border-r-slate-950\/45{
  border-right-color: rgb(2 6 23 / 0.45);
}

.border-r-slate-950\/5{
  border-right-color: rgb(2 6 23 / 0.05);
}

.border-r-slate-950\/50{
  border-right-color: rgb(2 6 23 / 0.5);
}

.border-r-slate-950\/55{
  border-right-color: rgb(2 6 23 / 0.55);
}

.border-r-slate-950\/60{
  border-right-color: rgb(2 6 23 / 0.6);
}

.border-r-slate-950\/65{
  border-right-color: rgb(2 6 23 / 0.65);
}

.border-r-slate-950\/70{
  border-right-color: rgb(2 6 23 / 0.7);
}

.border-r-slate-950\/75{
  border-right-color: rgb(2 6 23 / 0.75);
}

.border-r-slate-950\/80{
  border-right-color: rgb(2 6 23 / 0.8);
}

.border-r-slate-950\/85{
  border-right-color: rgb(2 6 23 / 0.85);
}

.border-r-slate-950\/90{
  border-right-color: rgb(2 6 23 / 0.9);
}

.border-r-slate-950\/95{
  border-right-color: rgb(2 6 23 / 0.95);
}

.border-r-stone-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-r-stone-100\/0{
  border-right-color: rgb(245 245 244 / 0);
}

.border-r-stone-100\/10{
  border-right-color: rgb(245 245 244 / 0.1);
}

.border-r-stone-100\/100{
  border-right-color: rgb(245 245 244 / 1);
}

.border-r-stone-100\/15{
  border-right-color: rgb(245 245 244 / 0.15);
}

.border-r-stone-100\/20{
  border-right-color: rgb(245 245 244 / 0.2);
}

.border-r-stone-100\/25{
  border-right-color: rgb(245 245 244 / 0.25);
}

.border-r-stone-100\/30{
  border-right-color: rgb(245 245 244 / 0.3);
}

.border-r-stone-100\/35{
  border-right-color: rgb(245 245 244 / 0.35);
}

.border-r-stone-100\/40{
  border-right-color: rgb(245 245 244 / 0.4);
}

.border-r-stone-100\/45{
  border-right-color: rgb(245 245 244 / 0.45);
}

.border-r-stone-100\/5{
  border-right-color: rgb(245 245 244 / 0.05);
}

.border-r-stone-100\/50{
  border-right-color: rgb(245 245 244 / 0.5);
}

.border-r-stone-100\/55{
  border-right-color: rgb(245 245 244 / 0.55);
}

.border-r-stone-100\/60{
  border-right-color: rgb(245 245 244 / 0.6);
}

.border-r-stone-100\/65{
  border-right-color: rgb(245 245 244 / 0.65);
}

.border-r-stone-100\/70{
  border-right-color: rgb(245 245 244 / 0.7);
}

.border-r-stone-100\/75{
  border-right-color: rgb(245 245 244 / 0.75);
}

.border-r-stone-100\/80{
  border-right-color: rgb(245 245 244 / 0.8);
}

.border-r-stone-100\/85{
  border-right-color: rgb(245 245 244 / 0.85);
}

.border-r-stone-100\/90{
  border-right-color: rgb(245 245 244 / 0.9);
}

.border-r-stone-100\/95{
  border-right-color: rgb(245 245 244 / 0.95);
}

.border-r-stone-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-r-stone-200\/0{
  border-right-color: rgb(231 229 228 / 0);
}

.border-r-stone-200\/10{
  border-right-color: rgb(231 229 228 / 0.1);
}

.border-r-stone-200\/100{
  border-right-color: rgb(231 229 228 / 1);
}

.border-r-stone-200\/15{
  border-right-color: rgb(231 229 228 / 0.15);
}

.border-r-stone-200\/20{
  border-right-color: rgb(231 229 228 / 0.2);
}

.border-r-stone-200\/25{
  border-right-color: rgb(231 229 228 / 0.25);
}

.border-r-stone-200\/30{
  border-right-color: rgb(231 229 228 / 0.3);
}

.border-r-stone-200\/35{
  border-right-color: rgb(231 229 228 / 0.35);
}

.border-r-stone-200\/40{
  border-right-color: rgb(231 229 228 / 0.4);
}

.border-r-stone-200\/45{
  border-right-color: rgb(231 229 228 / 0.45);
}

.border-r-stone-200\/5{
  border-right-color: rgb(231 229 228 / 0.05);
}

.border-r-stone-200\/50{
  border-right-color: rgb(231 229 228 / 0.5);
}

.border-r-stone-200\/55{
  border-right-color: rgb(231 229 228 / 0.55);
}

.border-r-stone-200\/60{
  border-right-color: rgb(231 229 228 / 0.6);
}

.border-r-stone-200\/65{
  border-right-color: rgb(231 229 228 / 0.65);
}

.border-r-stone-200\/70{
  border-right-color: rgb(231 229 228 / 0.7);
}

.border-r-stone-200\/75{
  border-right-color: rgb(231 229 228 / 0.75);
}

.border-r-stone-200\/80{
  border-right-color: rgb(231 229 228 / 0.8);
}

.border-r-stone-200\/85{
  border-right-color: rgb(231 229 228 / 0.85);
}

.border-r-stone-200\/90{
  border-right-color: rgb(231 229 228 / 0.9);
}

.border-r-stone-200\/95{
  border-right-color: rgb(231 229 228 / 0.95);
}

.border-r-stone-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-r-stone-300\/0{
  border-right-color: rgb(214 211 209 / 0);
}

.border-r-stone-300\/10{
  border-right-color: rgb(214 211 209 / 0.1);
}

.border-r-stone-300\/100{
  border-right-color: rgb(214 211 209 / 1);
}

.border-r-stone-300\/15{
  border-right-color: rgb(214 211 209 / 0.15);
}

.border-r-stone-300\/20{
  border-right-color: rgb(214 211 209 / 0.2);
}

.border-r-stone-300\/25{
  border-right-color: rgb(214 211 209 / 0.25);
}

.border-r-stone-300\/30{
  border-right-color: rgb(214 211 209 / 0.3);
}

.border-r-stone-300\/35{
  border-right-color: rgb(214 211 209 / 0.35);
}

.border-r-stone-300\/40{
  border-right-color: rgb(214 211 209 / 0.4);
}

.border-r-stone-300\/45{
  border-right-color: rgb(214 211 209 / 0.45);
}

.border-r-stone-300\/5{
  border-right-color: rgb(214 211 209 / 0.05);
}

.border-r-stone-300\/50{
  border-right-color: rgb(214 211 209 / 0.5);
}

.border-r-stone-300\/55{
  border-right-color: rgb(214 211 209 / 0.55);
}

.border-r-stone-300\/60{
  border-right-color: rgb(214 211 209 / 0.6);
}

.border-r-stone-300\/65{
  border-right-color: rgb(214 211 209 / 0.65);
}

.border-r-stone-300\/70{
  border-right-color: rgb(214 211 209 / 0.7);
}

.border-r-stone-300\/75{
  border-right-color: rgb(214 211 209 / 0.75);
}

.border-r-stone-300\/80{
  border-right-color: rgb(214 211 209 / 0.8);
}

.border-r-stone-300\/85{
  border-right-color: rgb(214 211 209 / 0.85);
}

.border-r-stone-300\/90{
  border-right-color: rgb(214 211 209 / 0.9);
}

.border-r-stone-300\/95{
  border-right-color: rgb(214 211 209 / 0.95);
}

.border-r-stone-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-r-stone-400\/0{
  border-right-color: rgb(168 162 158 / 0);
}

.border-r-stone-400\/10{
  border-right-color: rgb(168 162 158 / 0.1);
}

.border-r-stone-400\/100{
  border-right-color: rgb(168 162 158 / 1);
}

.border-r-stone-400\/15{
  border-right-color: rgb(168 162 158 / 0.15);
}

.border-r-stone-400\/20{
  border-right-color: rgb(168 162 158 / 0.2);
}

.border-r-stone-400\/25{
  border-right-color: rgb(168 162 158 / 0.25);
}

.border-r-stone-400\/30{
  border-right-color: rgb(168 162 158 / 0.3);
}

.border-r-stone-400\/35{
  border-right-color: rgb(168 162 158 / 0.35);
}

.border-r-stone-400\/40{
  border-right-color: rgb(168 162 158 / 0.4);
}

.border-r-stone-400\/45{
  border-right-color: rgb(168 162 158 / 0.45);
}

.border-r-stone-400\/5{
  border-right-color: rgb(168 162 158 / 0.05);
}

.border-r-stone-400\/50{
  border-right-color: rgb(168 162 158 / 0.5);
}

.border-r-stone-400\/55{
  border-right-color: rgb(168 162 158 / 0.55);
}

.border-r-stone-400\/60{
  border-right-color: rgb(168 162 158 / 0.6);
}

.border-r-stone-400\/65{
  border-right-color: rgb(168 162 158 / 0.65);
}

.border-r-stone-400\/70{
  border-right-color: rgb(168 162 158 / 0.7);
}

.border-r-stone-400\/75{
  border-right-color: rgb(168 162 158 / 0.75);
}

.border-r-stone-400\/80{
  border-right-color: rgb(168 162 158 / 0.8);
}

.border-r-stone-400\/85{
  border-right-color: rgb(168 162 158 / 0.85);
}

.border-r-stone-400\/90{
  border-right-color: rgb(168 162 158 / 0.9);
}

.border-r-stone-400\/95{
  border-right-color: rgb(168 162 158 / 0.95);
}

.border-r-stone-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-r-stone-50\/0{
  border-right-color: rgb(250 250 249 / 0);
}

.border-r-stone-50\/10{
  border-right-color: rgb(250 250 249 / 0.1);
}

.border-r-stone-50\/100{
  border-right-color: rgb(250 250 249 / 1);
}

.border-r-stone-50\/15{
  border-right-color: rgb(250 250 249 / 0.15);
}

.border-r-stone-50\/20{
  border-right-color: rgb(250 250 249 / 0.2);
}

.border-r-stone-50\/25{
  border-right-color: rgb(250 250 249 / 0.25);
}

.border-r-stone-50\/30{
  border-right-color: rgb(250 250 249 / 0.3);
}

.border-r-stone-50\/35{
  border-right-color: rgb(250 250 249 / 0.35);
}

.border-r-stone-50\/40{
  border-right-color: rgb(250 250 249 / 0.4);
}

.border-r-stone-50\/45{
  border-right-color: rgb(250 250 249 / 0.45);
}

.border-r-stone-50\/5{
  border-right-color: rgb(250 250 249 / 0.05);
}

.border-r-stone-50\/50{
  border-right-color: rgb(250 250 249 / 0.5);
}

.border-r-stone-50\/55{
  border-right-color: rgb(250 250 249 / 0.55);
}

.border-r-stone-50\/60{
  border-right-color: rgb(250 250 249 / 0.6);
}

.border-r-stone-50\/65{
  border-right-color: rgb(250 250 249 / 0.65);
}

.border-r-stone-50\/70{
  border-right-color: rgb(250 250 249 / 0.7);
}

.border-r-stone-50\/75{
  border-right-color: rgb(250 250 249 / 0.75);
}

.border-r-stone-50\/80{
  border-right-color: rgb(250 250 249 / 0.8);
}

.border-r-stone-50\/85{
  border-right-color: rgb(250 250 249 / 0.85);
}

.border-r-stone-50\/90{
  border-right-color: rgb(250 250 249 / 0.9);
}

.border-r-stone-50\/95{
  border-right-color: rgb(250 250 249 / 0.95);
}

.border-r-stone-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-r-stone-500\/0{
  border-right-color: rgb(120 113 108 / 0);
}

.border-r-stone-500\/10{
  border-right-color: rgb(120 113 108 / 0.1);
}

.border-r-stone-500\/100{
  border-right-color: rgb(120 113 108 / 1);
}

.border-r-stone-500\/15{
  border-right-color: rgb(120 113 108 / 0.15);
}

.border-r-stone-500\/20{
  border-right-color: rgb(120 113 108 / 0.2);
}

.border-r-stone-500\/25{
  border-right-color: rgb(120 113 108 / 0.25);
}

.border-r-stone-500\/30{
  border-right-color: rgb(120 113 108 / 0.3);
}

.border-r-stone-500\/35{
  border-right-color: rgb(120 113 108 / 0.35);
}

.border-r-stone-500\/40{
  border-right-color: rgb(120 113 108 / 0.4);
}

.border-r-stone-500\/45{
  border-right-color: rgb(120 113 108 / 0.45);
}

.border-r-stone-500\/5{
  border-right-color: rgb(120 113 108 / 0.05);
}

.border-r-stone-500\/50{
  border-right-color: rgb(120 113 108 / 0.5);
}

.border-r-stone-500\/55{
  border-right-color: rgb(120 113 108 / 0.55);
}

.border-r-stone-500\/60{
  border-right-color: rgb(120 113 108 / 0.6);
}

.border-r-stone-500\/65{
  border-right-color: rgb(120 113 108 / 0.65);
}

.border-r-stone-500\/70{
  border-right-color: rgb(120 113 108 / 0.7);
}

.border-r-stone-500\/75{
  border-right-color: rgb(120 113 108 / 0.75);
}

.border-r-stone-500\/80{
  border-right-color: rgb(120 113 108 / 0.8);
}

.border-r-stone-500\/85{
  border-right-color: rgb(120 113 108 / 0.85);
}

.border-r-stone-500\/90{
  border-right-color: rgb(120 113 108 / 0.9);
}

.border-r-stone-500\/95{
  border-right-color: rgb(120 113 108 / 0.95);
}

.border-r-stone-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-r-stone-600\/0{
  border-right-color: rgb(87 83 78 / 0);
}

.border-r-stone-600\/10{
  border-right-color: rgb(87 83 78 / 0.1);
}

.border-r-stone-600\/100{
  border-right-color: rgb(87 83 78 / 1);
}

.border-r-stone-600\/15{
  border-right-color: rgb(87 83 78 / 0.15);
}

.border-r-stone-600\/20{
  border-right-color: rgb(87 83 78 / 0.2);
}

.border-r-stone-600\/25{
  border-right-color: rgb(87 83 78 / 0.25);
}

.border-r-stone-600\/30{
  border-right-color: rgb(87 83 78 / 0.3);
}

.border-r-stone-600\/35{
  border-right-color: rgb(87 83 78 / 0.35);
}

.border-r-stone-600\/40{
  border-right-color: rgb(87 83 78 / 0.4);
}

.border-r-stone-600\/45{
  border-right-color: rgb(87 83 78 / 0.45);
}

.border-r-stone-600\/5{
  border-right-color: rgb(87 83 78 / 0.05);
}

.border-r-stone-600\/50{
  border-right-color: rgb(87 83 78 / 0.5);
}

.border-r-stone-600\/55{
  border-right-color: rgb(87 83 78 / 0.55);
}

.border-r-stone-600\/60{
  border-right-color: rgb(87 83 78 / 0.6);
}

.border-r-stone-600\/65{
  border-right-color: rgb(87 83 78 / 0.65);
}

.border-r-stone-600\/70{
  border-right-color: rgb(87 83 78 / 0.7);
}

.border-r-stone-600\/75{
  border-right-color: rgb(87 83 78 / 0.75);
}

.border-r-stone-600\/80{
  border-right-color: rgb(87 83 78 / 0.8);
}

.border-r-stone-600\/85{
  border-right-color: rgb(87 83 78 / 0.85);
}

.border-r-stone-600\/90{
  border-right-color: rgb(87 83 78 / 0.9);
}

.border-r-stone-600\/95{
  border-right-color: rgb(87 83 78 / 0.95);
}

.border-r-stone-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-r-stone-700\/0{
  border-right-color: rgb(68 64 60 / 0);
}

.border-r-stone-700\/10{
  border-right-color: rgb(68 64 60 / 0.1);
}

.border-r-stone-700\/100{
  border-right-color: rgb(68 64 60 / 1);
}

.border-r-stone-700\/15{
  border-right-color: rgb(68 64 60 / 0.15);
}

.border-r-stone-700\/20{
  border-right-color: rgb(68 64 60 / 0.2);
}

.border-r-stone-700\/25{
  border-right-color: rgb(68 64 60 / 0.25);
}

.border-r-stone-700\/30{
  border-right-color: rgb(68 64 60 / 0.3);
}

.border-r-stone-700\/35{
  border-right-color: rgb(68 64 60 / 0.35);
}

.border-r-stone-700\/40{
  border-right-color: rgb(68 64 60 / 0.4);
}

.border-r-stone-700\/45{
  border-right-color: rgb(68 64 60 / 0.45);
}

.border-r-stone-700\/5{
  border-right-color: rgb(68 64 60 / 0.05);
}

.border-r-stone-700\/50{
  border-right-color: rgb(68 64 60 / 0.5);
}

.border-r-stone-700\/55{
  border-right-color: rgb(68 64 60 / 0.55);
}

.border-r-stone-700\/60{
  border-right-color: rgb(68 64 60 / 0.6);
}

.border-r-stone-700\/65{
  border-right-color: rgb(68 64 60 / 0.65);
}

.border-r-stone-700\/70{
  border-right-color: rgb(68 64 60 / 0.7);
}

.border-r-stone-700\/75{
  border-right-color: rgb(68 64 60 / 0.75);
}

.border-r-stone-700\/80{
  border-right-color: rgb(68 64 60 / 0.8);
}

.border-r-stone-700\/85{
  border-right-color: rgb(68 64 60 / 0.85);
}

.border-r-stone-700\/90{
  border-right-color: rgb(68 64 60 / 0.9);
}

.border-r-stone-700\/95{
  border-right-color: rgb(68 64 60 / 0.95);
}

.border-r-stone-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-r-stone-800\/0{
  border-right-color: rgb(41 37 36 / 0);
}

.border-r-stone-800\/10{
  border-right-color: rgb(41 37 36 / 0.1);
}

.border-r-stone-800\/100{
  border-right-color: rgb(41 37 36 / 1);
}

.border-r-stone-800\/15{
  border-right-color: rgb(41 37 36 / 0.15);
}

.border-r-stone-800\/20{
  border-right-color: rgb(41 37 36 / 0.2);
}

.border-r-stone-800\/25{
  border-right-color: rgb(41 37 36 / 0.25);
}

.border-r-stone-800\/30{
  border-right-color: rgb(41 37 36 / 0.3);
}

.border-r-stone-800\/35{
  border-right-color: rgb(41 37 36 / 0.35);
}

.border-r-stone-800\/40{
  border-right-color: rgb(41 37 36 / 0.4);
}

.border-r-stone-800\/45{
  border-right-color: rgb(41 37 36 / 0.45);
}

.border-r-stone-800\/5{
  border-right-color: rgb(41 37 36 / 0.05);
}

.border-r-stone-800\/50{
  border-right-color: rgb(41 37 36 / 0.5);
}

.border-r-stone-800\/55{
  border-right-color: rgb(41 37 36 / 0.55);
}

.border-r-stone-800\/60{
  border-right-color: rgb(41 37 36 / 0.6);
}

.border-r-stone-800\/65{
  border-right-color: rgb(41 37 36 / 0.65);
}

.border-r-stone-800\/70{
  border-right-color: rgb(41 37 36 / 0.7);
}

.border-r-stone-800\/75{
  border-right-color: rgb(41 37 36 / 0.75);
}

.border-r-stone-800\/80{
  border-right-color: rgb(41 37 36 / 0.8);
}

.border-r-stone-800\/85{
  border-right-color: rgb(41 37 36 / 0.85);
}

.border-r-stone-800\/90{
  border-right-color: rgb(41 37 36 / 0.9);
}

.border-r-stone-800\/95{
  border-right-color: rgb(41 37 36 / 0.95);
}

.border-r-stone-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-r-stone-900\/0{
  border-right-color: rgb(28 25 23 / 0);
}

.border-r-stone-900\/10{
  border-right-color: rgb(28 25 23 / 0.1);
}

.border-r-stone-900\/100{
  border-right-color: rgb(28 25 23 / 1);
}

.border-r-stone-900\/15{
  border-right-color: rgb(28 25 23 / 0.15);
}

.border-r-stone-900\/20{
  border-right-color: rgb(28 25 23 / 0.2);
}

.border-r-stone-900\/25{
  border-right-color: rgb(28 25 23 / 0.25);
}

.border-r-stone-900\/30{
  border-right-color: rgb(28 25 23 / 0.3);
}

.border-r-stone-900\/35{
  border-right-color: rgb(28 25 23 / 0.35);
}

.border-r-stone-900\/40{
  border-right-color: rgb(28 25 23 / 0.4);
}

.border-r-stone-900\/45{
  border-right-color: rgb(28 25 23 / 0.45);
}

.border-r-stone-900\/5{
  border-right-color: rgb(28 25 23 / 0.05);
}

.border-r-stone-900\/50{
  border-right-color: rgb(28 25 23 / 0.5);
}

.border-r-stone-900\/55{
  border-right-color: rgb(28 25 23 / 0.55);
}

.border-r-stone-900\/60{
  border-right-color: rgb(28 25 23 / 0.6);
}

.border-r-stone-900\/65{
  border-right-color: rgb(28 25 23 / 0.65);
}

.border-r-stone-900\/70{
  border-right-color: rgb(28 25 23 / 0.7);
}

.border-r-stone-900\/75{
  border-right-color: rgb(28 25 23 / 0.75);
}

.border-r-stone-900\/80{
  border-right-color: rgb(28 25 23 / 0.8);
}

.border-r-stone-900\/85{
  border-right-color: rgb(28 25 23 / 0.85);
}

.border-r-stone-900\/90{
  border-right-color: rgb(28 25 23 / 0.9);
}

.border-r-stone-900\/95{
  border-right-color: rgb(28 25 23 / 0.95);
}

.border-r-stone-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-r-stone-950\/0{
  border-right-color: rgb(12 10 9 / 0);
}

.border-r-stone-950\/10{
  border-right-color: rgb(12 10 9 / 0.1);
}

.border-r-stone-950\/100{
  border-right-color: rgb(12 10 9 / 1);
}

.border-r-stone-950\/15{
  border-right-color: rgb(12 10 9 / 0.15);
}

.border-r-stone-950\/20{
  border-right-color: rgb(12 10 9 / 0.2);
}

.border-r-stone-950\/25{
  border-right-color: rgb(12 10 9 / 0.25);
}

.border-r-stone-950\/30{
  border-right-color: rgb(12 10 9 / 0.3);
}

.border-r-stone-950\/35{
  border-right-color: rgb(12 10 9 / 0.35);
}

.border-r-stone-950\/40{
  border-right-color: rgb(12 10 9 / 0.4);
}

.border-r-stone-950\/45{
  border-right-color: rgb(12 10 9 / 0.45);
}

.border-r-stone-950\/5{
  border-right-color: rgb(12 10 9 / 0.05);
}

.border-r-stone-950\/50{
  border-right-color: rgb(12 10 9 / 0.5);
}

.border-r-stone-950\/55{
  border-right-color: rgb(12 10 9 / 0.55);
}

.border-r-stone-950\/60{
  border-right-color: rgb(12 10 9 / 0.6);
}

.border-r-stone-950\/65{
  border-right-color: rgb(12 10 9 / 0.65);
}

.border-r-stone-950\/70{
  border-right-color: rgb(12 10 9 / 0.7);
}

.border-r-stone-950\/75{
  border-right-color: rgb(12 10 9 / 0.75);
}

.border-r-stone-950\/80{
  border-right-color: rgb(12 10 9 / 0.8);
}

.border-r-stone-950\/85{
  border-right-color: rgb(12 10 9 / 0.85);
}

.border-r-stone-950\/90{
  border-right-color: rgb(12 10 9 / 0.9);
}

.border-r-stone-950\/95{
  border-right-color: rgb(12 10 9 / 0.95);
}

.border-r-success{
  --tw-border-opacity: 1;
  border-right-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.border-r-success\/0{
  border-right-color: rgb(7 196 149 / 0);
}

.border-r-success\/10{
  border-right-color: rgb(7 196 149 / 0.1);
}

.border-r-success\/100{
  border-right-color: rgb(7 196 149 / 1);
}

.border-r-success\/15{
  border-right-color: rgb(7 196 149 / 0.15);
}

.border-r-success\/20{
  border-right-color: rgb(7 196 149 / 0.2);
}

.border-r-success\/25{
  border-right-color: rgb(7 196 149 / 0.25);
}

.border-r-success\/30{
  border-right-color: rgb(7 196 149 / 0.3);
}

.border-r-success\/35{
  border-right-color: rgb(7 196 149 / 0.35);
}

.border-r-success\/40{
  border-right-color: rgb(7 196 149 / 0.4);
}

.border-r-success\/45{
  border-right-color: rgb(7 196 149 / 0.45);
}

.border-r-success\/5{
  border-right-color: rgb(7 196 149 / 0.05);
}

.border-r-success\/50{
  border-right-color: rgb(7 196 149 / 0.5);
}

.border-r-success\/55{
  border-right-color: rgb(7 196 149 / 0.55);
}

.border-r-success\/60{
  border-right-color: rgb(7 196 149 / 0.6);
}

.border-r-success\/65{
  border-right-color: rgb(7 196 149 / 0.65);
}

.border-r-success\/70{
  border-right-color: rgb(7 196 149 / 0.7);
}

.border-r-success\/75{
  border-right-color: rgb(7 196 149 / 0.75);
}

.border-r-success\/80{
  border-right-color: rgb(7 196 149 / 0.8);
}

.border-r-success\/85{
  border-right-color: rgb(7 196 149 / 0.85);
}

.border-r-success\/90{
  border-right-color: rgb(7 196 149 / 0.9);
}

.border-r-success\/95{
  border-right-color: rgb(7 196 149 / 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\/15{
  border-right-color: rgb(204 251 241 / 0.15);
}

.border-r-teal-100\/20{
  border-right-color: rgb(204 251 241 / 0.2);
}

.border-r-teal-100\/25{
  border-right-color: rgb(204 251 241 / 0.25);
}

.border-r-teal-100\/30{
  border-right-color: rgb(204 251 241 / 0.3);
}

.border-r-teal-100\/35{
  border-right-color: rgb(204 251 241 / 0.35);
}

.border-r-teal-100\/40{
  border-right-color: rgb(204 251 241 / 0.4);
}

.border-r-teal-100\/45{
  border-right-color: rgb(204 251 241 / 0.45);
}

.border-r-teal-100\/5{
  border-right-color: rgb(204 251 241 / 0.05);
}

.border-r-teal-100\/50{
  border-right-color: rgb(204 251 241 / 0.5);
}

.border-r-teal-100\/55{
  border-right-color: rgb(204 251 241 / 0.55);
}

.border-r-teal-100\/60{
  border-right-color: rgb(204 251 241 / 0.6);
}

.border-r-teal-100\/65{
  border-right-color: rgb(204 251 241 / 0.65);
}

.border-r-teal-100\/70{
  border-right-color: rgb(204 251 241 / 0.7);
}

.border-r-teal-100\/75{
  border-right-color: rgb(204 251 241 / 0.75);
}

.border-r-teal-100\/80{
  border-right-color: rgb(204 251 241 / 0.8);
}

.border-r-teal-100\/85{
  border-right-color: rgb(204 251 241 / 0.85);
}

.border-r-teal-100\/90{
  border-right-color: rgb(204 251 241 / 0.9);
}

.border-r-teal-100\/95{
  border-right-color: rgb(204 251 241 / 0.95);
}

.border-r-teal-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-r-teal-200\/0{
  border-right-color: rgb(153 246 228 / 0);
}

.border-r-teal-200\/10{
  border-right-color: rgb(153 246 228 / 0.1);
}

.border-r-teal-200\/100{
  border-right-color: rgb(153 246 228 / 1);
}

.border-r-teal-200\/15{
  border-right-color: rgb(153 246 228 / 0.15);
}

.border-r-teal-200\/20{
  border-right-color: rgb(153 246 228 / 0.2);
}

.border-r-teal-200\/25{
  border-right-color: rgb(153 246 228 / 0.25);
}

.border-r-teal-200\/30{
  border-right-color: rgb(153 246 228 / 0.3);
}

.border-r-teal-200\/35{
  border-right-color: rgb(153 246 228 / 0.35);
}

.border-r-teal-200\/40{
  border-right-color: rgb(153 246 228 / 0.4);
}

.border-r-teal-200\/45{
  border-right-color: rgb(153 246 228 / 0.45);
}

.border-r-teal-200\/5{
  border-right-color: rgb(153 246 228 / 0.05);
}

.border-r-teal-200\/50{
  border-right-color: rgb(153 246 228 / 0.5);
}

.border-r-teal-200\/55{
  border-right-color: rgb(153 246 228 / 0.55);
}

.border-r-teal-200\/60{
  border-right-color: rgb(153 246 228 / 0.6);
}

.border-r-teal-200\/65{
  border-right-color: rgb(153 246 228 / 0.65);
}

.border-r-teal-200\/70{
  border-right-color: rgb(153 246 228 / 0.7);
}

.border-r-teal-200\/75{
  border-right-color: rgb(153 246 228 / 0.75);
}

.border-r-teal-200\/80{
  border-right-color: rgb(153 246 228 / 0.8);
}

.border-r-teal-200\/85{
  border-right-color: rgb(153 246 228 / 0.85);
}

.border-r-teal-200\/90{
  border-right-color: rgb(153 246 228 / 0.9);
}

.border-r-teal-200\/95{
  border-right-color: rgb(153 246 228 / 0.95);
}

.border-r-teal-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-r-teal-300\/0{
  border-right-color: rgb(94 234 212 / 0);
}

.border-r-teal-300\/10{
  border-right-color: rgb(94 234 212 / 0.1);
}

.border-r-teal-300\/100{
  border-right-color: rgb(94 234 212 / 1);
}

.border-r-teal-300\/15{
  border-right-color: rgb(94 234 212 / 0.15);
}

.border-r-teal-300\/20{
  border-right-color: rgb(94 234 212 / 0.2);
}

.border-r-teal-300\/25{
  border-right-color: rgb(94 234 212 / 0.25);
}

.border-r-teal-300\/30{
  border-right-color: rgb(94 234 212 / 0.3);
}

.border-r-teal-300\/35{
  border-right-color: rgb(94 234 212 / 0.35);
}

.border-r-teal-300\/40{
  border-right-color: rgb(94 234 212 / 0.4);
}

.border-r-teal-300\/45{
  border-right-color: rgb(94 234 212 / 0.45);
}

.border-r-teal-300\/5{
  border-right-color: rgb(94 234 212 / 0.05);
}

.border-r-teal-300\/50{
  border-right-color: rgb(94 234 212 / 0.5);
}

.border-r-teal-300\/55{
  border-right-color: rgb(94 234 212 / 0.55);
}

.border-r-teal-300\/60{
  border-right-color: rgb(94 234 212 / 0.6);
}

.border-r-teal-300\/65{
  border-right-color: rgb(94 234 212 / 0.65);
}

.border-r-teal-300\/70{
  border-right-color: rgb(94 234 212 / 0.7);
}

.border-r-teal-300\/75{
  border-right-color: rgb(94 234 212 / 0.75);
}

.border-r-teal-300\/80{
  border-right-color: rgb(94 234 212 / 0.8);
}

.border-r-teal-300\/85{
  border-right-color: rgb(94 234 212 / 0.85);
}

.border-r-teal-300\/90{
  border-right-color: rgb(94 234 212 / 0.9);
}

.border-r-teal-300\/95{
  border-right-color: rgb(94 234 212 / 0.95);
}

.border-r-teal-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-r-teal-400\/0{
  border-right-color: rgb(45 212 191 / 0);
}

.border-r-teal-400\/10{
  border-right-color: rgb(45 212 191 / 0.1);
}

.border-r-teal-400\/100{
  border-right-color: rgb(45 212 191 / 1);
}

.border-r-teal-400\/15{
  border-right-color: rgb(45 212 191 / 0.15);
}

.border-r-teal-400\/20{
  border-right-color: rgb(45 212 191 / 0.2);
}

.border-r-teal-400\/25{
  border-right-color: rgb(45 212 191 / 0.25);
}

.border-r-teal-400\/30{
  border-right-color: rgb(45 212 191 / 0.3);
}

.border-r-teal-400\/35{
  border-right-color: rgb(45 212 191 / 0.35);
}

.border-r-teal-400\/40{
  border-right-color: rgb(45 212 191 / 0.4);
}

.border-r-teal-400\/45{
  border-right-color: rgb(45 212 191 / 0.45);
}

.border-r-teal-400\/5{
  border-right-color: rgb(45 212 191 / 0.05);
}

.border-r-teal-400\/50{
  border-right-color: rgb(45 212 191 / 0.5);
}

.border-r-teal-400\/55{
  border-right-color: rgb(45 212 191 / 0.55);
}

.border-r-teal-400\/60{
  border-right-color: rgb(45 212 191 / 0.6);
}

.border-r-teal-400\/65{
  border-right-color: rgb(45 212 191 / 0.65);
}

.border-r-teal-400\/70{
  border-right-color: rgb(45 212 191 / 0.7);
}

.border-r-teal-400\/75{
  border-right-color: rgb(45 212 191 / 0.75);
}

.border-r-teal-400\/80{
  border-right-color: rgb(45 212 191 / 0.8);
}

.border-r-teal-400\/85{
  border-right-color: rgb(45 212 191 / 0.85);
}

.border-r-teal-400\/90{
  border-right-color: rgb(45 212 191 / 0.9);
}

.border-r-teal-400\/95{
  border-right-color: rgb(45 212 191 / 0.95);
}

.border-r-teal-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-r-teal-50\/0{
  border-right-color: rgb(240 253 250 / 0);
}

.border-r-teal-50\/10{
  border-right-color: rgb(240 253 250 / 0.1);
}

.border-r-teal-50\/100{
  border-right-color: rgb(240 253 250 / 1);
}

.border-r-teal-50\/15{
  border-right-color: rgb(240 253 250 / 0.15);
}

.border-r-teal-50\/20{
  border-right-color: rgb(240 253 250 / 0.2);
}

.border-r-teal-50\/25{
  border-right-color: rgb(240 253 250 / 0.25);
}

.border-r-teal-50\/30{
  border-right-color: rgb(240 253 250 / 0.3);
}

.border-r-teal-50\/35{
  border-right-color: rgb(240 253 250 / 0.35);
}

.border-r-teal-50\/40{
  border-right-color: rgb(240 253 250 / 0.4);
}

.border-r-teal-50\/45{
  border-right-color: rgb(240 253 250 / 0.45);
}

.border-r-teal-50\/5{
  border-right-color: rgb(240 253 250 / 0.05);
}

.border-r-teal-50\/50{
  border-right-color: rgb(240 253 250 / 0.5);
}

.border-r-teal-50\/55{
  border-right-color: rgb(240 253 250 / 0.55);
}

.border-r-teal-50\/60{
  border-right-color: rgb(240 253 250 / 0.6);
}

.border-r-teal-50\/65{
  border-right-color: rgb(240 253 250 / 0.65);
}

.border-r-teal-50\/70{
  border-right-color: rgb(240 253 250 / 0.7);
}

.border-r-teal-50\/75{
  border-right-color: rgb(240 253 250 / 0.75);
}

.border-r-teal-50\/80{
  border-right-color: rgb(240 253 250 / 0.8);
}

.border-r-teal-50\/85{
  border-right-color: rgb(240 253 250 / 0.85);
}

.border-r-teal-50\/90{
  border-right-color: rgb(240 253 250 / 0.9);
}

.border-r-teal-50\/95{
  border-right-color: rgb(240 253 250 / 0.95);
}

.border-r-teal-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-r-teal-500\/0{
  border-right-color: rgb(20 184 166 / 0);
}

.border-r-teal-500\/10{
  border-right-color: rgb(20 184 166 / 0.1);
}

.border-r-teal-500\/100{
  border-right-color: rgb(20 184 166 / 1);
}

.border-r-teal-500\/15{
  border-right-color: rgb(20 184 166 / 0.15);
}

.border-r-teal-500\/20{
  border-right-color: rgb(20 184 166 / 0.2);
}

.border-r-teal-500\/25{
  border-right-color: rgb(20 184 166 / 0.25);
}

.border-r-teal-500\/30{
  border-right-color: rgb(20 184 166 / 0.3);
}

.border-r-teal-500\/35{
  border-right-color: rgb(20 184 166 / 0.35);
}

.border-r-teal-500\/40{
  border-right-color: rgb(20 184 166 / 0.4);
}

.border-r-teal-500\/45{
  border-right-color: rgb(20 184 166 / 0.45);
}

.border-r-teal-500\/5{
  border-right-color: rgb(20 184 166 / 0.05);
}

.border-r-teal-500\/50{
  border-right-color: rgb(20 184 166 / 0.5);
}

.border-r-teal-500\/55{
  border-right-color: rgb(20 184 166 / 0.55);
}

.border-r-teal-500\/60{
  border-right-color: rgb(20 184 166 / 0.6);
}

.border-r-teal-500\/65{
  border-right-color: rgb(20 184 166 / 0.65);
}

.border-r-teal-500\/70{
  border-right-color: rgb(20 184 166 / 0.7);
}

.border-r-teal-500\/75{
  border-right-color: rgb(20 184 166 / 0.75);
}

.border-r-teal-500\/80{
  border-right-color: rgb(20 184 166 / 0.8);
}

.border-r-teal-500\/85{
  border-right-color: rgb(20 184 166 / 0.85);
}

.border-r-teal-500\/90{
  border-right-color: rgb(20 184 166 / 0.9);
}

.border-r-teal-500\/95{
  border-right-color: rgb(20 184 166 / 0.95);
}

.border-r-teal-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-r-teal-600\/0{
  border-right-color: rgb(13 148 136 / 0);
}

.border-r-teal-600\/10{
  border-right-color: rgb(13 148 136 / 0.1);
}

.border-r-teal-600\/100{
  border-right-color: rgb(13 148 136 / 1);
}

.border-r-teal-600\/15{
  border-right-color: rgb(13 148 136 / 0.15);
}

.border-r-teal-600\/20{
  border-right-color: rgb(13 148 136 / 0.2);
}

.border-r-teal-600\/25{
  border-right-color: rgb(13 148 136 / 0.25);
}

.border-r-teal-600\/30{
  border-right-color: rgb(13 148 136 / 0.3);
}

.border-r-teal-600\/35{
  border-right-color: rgb(13 148 136 / 0.35);
}

.border-r-teal-600\/40{
  border-right-color: rgb(13 148 136 / 0.4);
}

.border-r-teal-600\/45{
  border-right-color: rgb(13 148 136 / 0.45);
}

.border-r-teal-600\/5{
  border-right-color: rgb(13 148 136 / 0.05);
}

.border-r-teal-600\/50{
  border-right-color: rgb(13 148 136 / 0.5);
}

.border-r-teal-600\/55{
  border-right-color: rgb(13 148 136 / 0.55);
}

.border-r-teal-600\/60{
  border-right-color: rgb(13 148 136 / 0.6);
}

.border-r-teal-600\/65{
  border-right-color: rgb(13 148 136 / 0.65);
}

.border-r-teal-600\/70{
  border-right-color: rgb(13 148 136 / 0.7);
}

.border-r-teal-600\/75{
  border-right-color: rgb(13 148 136 / 0.75);
}

.border-r-teal-600\/80{
  border-right-color: rgb(13 148 136 / 0.8);
}

.border-r-teal-600\/85{
  border-right-color: rgb(13 148 136 / 0.85);
}

.border-r-teal-600\/90{
  border-right-color: rgb(13 148 136 / 0.9);
}

.border-r-teal-600\/95{
  border-right-color: rgb(13 148 136 / 0.95);
}

.border-r-teal-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-r-teal-700\/0{
  border-right-color: rgb(15 118 110 / 0);
}

.border-r-teal-700\/10{
  border-right-color: rgb(15 118 110 / 0.1);
}

.border-r-teal-700\/100{
  border-right-color: rgb(15 118 110 / 1);
}

.border-r-teal-700\/15{
  border-right-color: rgb(15 118 110 / 0.15);
}

.border-r-teal-700\/20{
  border-right-color: rgb(15 118 110 / 0.2);
}

.border-r-teal-700\/25{
  border-right-color: rgb(15 118 110 / 0.25);
}

.border-r-teal-700\/30{
  border-right-color: rgb(15 118 110 / 0.3);
}

.border-r-teal-700\/35{
  border-right-color: rgb(15 118 110 / 0.35);
}

.border-r-teal-700\/40{
  border-right-color: rgb(15 118 110 / 0.4);
}

.border-r-teal-700\/45{
  border-right-color: rgb(15 118 110 / 0.45);
}

.border-r-teal-700\/5{
  border-right-color: rgb(15 118 110 / 0.05);
}

.border-r-teal-700\/50{
  border-right-color: rgb(15 118 110 / 0.5);
}

.border-r-teal-700\/55{
  border-right-color: rgb(15 118 110 / 0.55);
}

.border-r-teal-700\/60{
  border-right-color: rgb(15 118 110 / 0.6);
}

.border-r-teal-700\/65{
  border-right-color: rgb(15 118 110 / 0.65);
}

.border-r-teal-700\/70{
  border-right-color: rgb(15 118 110 / 0.7);
}

.border-r-teal-700\/75{
  border-right-color: rgb(15 118 110 / 0.75);
}

.border-r-teal-700\/80{
  border-right-color: rgb(15 118 110 / 0.8);
}

.border-r-teal-700\/85{
  border-right-color: rgb(15 118 110 / 0.85);
}

.border-r-teal-700\/90{
  border-right-color: rgb(15 118 110 / 0.9);
}

.border-r-teal-700\/95{
  border-right-color: rgb(15 118 110 / 0.95);
}

.border-r-teal-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-r-teal-800\/0{
  border-right-color: rgb(17 94 89 / 0);
}

.border-r-teal-800\/10{
  border-right-color: rgb(17 94 89 / 0.1);
}

.border-r-teal-800\/100{
  border-right-color: rgb(17 94 89 / 1);
}

.border-r-teal-800\/15{
  border-right-color: rgb(17 94 89 / 0.15);
}

.border-r-teal-800\/20{
  border-right-color: rgb(17 94 89 / 0.2);
}

.border-r-teal-800\/25{
  border-right-color: rgb(17 94 89 / 0.25);
}

.border-r-teal-800\/30{
  border-right-color: rgb(17 94 89 / 0.3);
}

.border-r-teal-800\/35{
  border-right-color: rgb(17 94 89 / 0.35);
}

.border-r-teal-800\/40{
  border-right-color: rgb(17 94 89 / 0.4);
}

.border-r-teal-800\/45{
  border-right-color: rgb(17 94 89 / 0.45);
}

.border-r-teal-800\/5{
  border-right-color: rgb(17 94 89 / 0.05);
}

.border-r-teal-800\/50{
  border-right-color: rgb(17 94 89 / 0.5);
}

.border-r-teal-800\/55{
  border-right-color: rgb(17 94 89 / 0.55);
}

.border-r-teal-800\/60{
  border-right-color: rgb(17 94 89 / 0.6);
}

.border-r-teal-800\/65{
  border-right-color: rgb(17 94 89 / 0.65);
}

.border-r-teal-800\/70{
  border-right-color: rgb(17 94 89 / 0.7);
}

.border-r-teal-800\/75{
  border-right-color: rgb(17 94 89 / 0.75);
}

.border-r-teal-800\/80{
  border-right-color: rgb(17 94 89 / 0.8);
}

.border-r-teal-800\/85{
  border-right-color: rgb(17 94 89 / 0.85);
}

.border-r-teal-800\/90{
  border-right-color: rgb(17 94 89 / 0.9);
}

.border-r-teal-800\/95{
  border-right-color: rgb(17 94 89 / 0.95);
}

.border-r-teal-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-r-teal-900\/0{
  border-right-color: rgb(19 78 74 / 0);
}

.border-r-teal-900\/10{
  border-right-color: rgb(19 78 74 / 0.1);
}

.border-r-teal-900\/100{
  border-right-color: rgb(19 78 74 / 1);
}

.border-r-teal-900\/15{
  border-right-color: rgb(19 78 74 / 0.15);
}

.border-r-teal-900\/20{
  border-right-color: rgb(19 78 74 / 0.2);
}

.border-r-teal-900\/25{
  border-right-color: rgb(19 78 74 / 0.25);
}

.border-r-teal-900\/30{
  border-right-color: rgb(19 78 74 / 0.3);
}

.border-r-teal-900\/35{
  border-right-color: rgb(19 78 74 / 0.35);
}

.border-r-teal-900\/40{
  border-right-color: rgb(19 78 74 / 0.4);
}

.border-r-teal-900\/45{
  border-right-color: rgb(19 78 74 / 0.45);
}

.border-r-teal-900\/5{
  border-right-color: rgb(19 78 74 / 0.05);
}

.border-r-teal-900\/50{
  border-right-color: rgb(19 78 74 / 0.5);
}

.border-r-teal-900\/55{
  border-right-color: rgb(19 78 74 / 0.55);
}

.border-r-teal-900\/60{
  border-right-color: rgb(19 78 74 / 0.6);
}

.border-r-teal-900\/65{
  border-right-color: rgb(19 78 74 / 0.65);
}

.border-r-teal-900\/70{
  border-right-color: rgb(19 78 74 / 0.7);
}

.border-r-teal-900\/75{
  border-right-color: rgb(19 78 74 / 0.75);
}

.border-r-teal-900\/80{
  border-right-color: rgb(19 78 74 / 0.8);
}

.border-r-teal-900\/85{
  border-right-color: rgb(19 78 74 / 0.85);
}

.border-r-teal-900\/90{
  border-right-color: rgb(19 78 74 / 0.9);
}

.border-r-teal-900\/95{
  border-right-color: rgb(19 78 74 / 0.95);
}

.border-r-teal-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-r-teal-950\/0{
  border-right-color: rgb(4 47 46 / 0);
}

.border-r-teal-950\/10{
  border-right-color: rgb(4 47 46 / 0.1);
}

.border-r-teal-950\/100{
  border-right-color: rgb(4 47 46 / 1);
}

.border-r-teal-950\/15{
  border-right-color: rgb(4 47 46 / 0.15);
}

.border-r-teal-950\/20{
  border-right-color: rgb(4 47 46 / 0.2);
}

.border-r-teal-950\/25{
  border-right-color: rgb(4 47 46 / 0.25);
}

.border-r-teal-950\/30{
  border-right-color: rgb(4 47 46 / 0.3);
}

.border-r-teal-950\/35{
  border-right-color: rgb(4 47 46 / 0.35);
}

.border-r-teal-950\/40{
  border-right-color: rgb(4 47 46 / 0.4);
}

.border-r-teal-950\/45{
  border-right-color: rgb(4 47 46 / 0.45);
}

.border-r-teal-950\/5{
  border-right-color: rgb(4 47 46 / 0.05);
}

.border-r-teal-950\/50{
  border-right-color: rgb(4 47 46 / 0.5);
}

.border-r-teal-950\/55{
  border-right-color: rgb(4 47 46 / 0.55);
}

.border-r-teal-950\/60{
  border-right-color: rgb(4 47 46 / 0.6);
}

.border-r-teal-950\/65{
  border-right-color: rgb(4 47 46 / 0.65);
}

.border-r-teal-950\/70{
  border-right-color: rgb(4 47 46 / 0.7);
}

.border-r-teal-950\/75{
  border-right-color: rgb(4 47 46 / 0.75);
}

.border-r-teal-950\/80{
  border-right-color: rgb(4 47 46 / 0.8);
}

.border-r-teal-950\/85{
  border-right-color: rgb(4 47 46 / 0.85);
}

.border-r-teal-950\/90{
  border-right-color: rgb(4 47 46 / 0.9);
}

.border-r-teal-950\/95{
  border-right-color: rgb(4 47 46 / 0.95);
}

.border-r-tertiary{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.border-r-tertiary-hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.border-r-tertiary-hover\/0{
  border-right-color: rgb(20 123 223 / 0);
}

.border-r-tertiary-hover\/10{
  border-right-color: rgb(20 123 223 / 0.1);
}

.border-r-tertiary-hover\/100{
  border-right-color: rgb(20 123 223 / 1);
}

.border-r-tertiary-hover\/15{
  border-right-color: rgb(20 123 223 / 0.15);
}

.border-r-tertiary-hover\/20{
  border-right-color: rgb(20 123 223 / 0.2);
}

.border-r-tertiary-hover\/25{
  border-right-color: rgb(20 123 223 / 0.25);
}

.border-r-tertiary-hover\/30{
  border-right-color: rgb(20 123 223 / 0.3);
}

.border-r-tertiary-hover\/35{
  border-right-color: rgb(20 123 223 / 0.35);
}

.border-r-tertiary-hover\/40{
  border-right-color: rgb(20 123 223 / 0.4);
}

.border-r-tertiary-hover\/45{
  border-right-color: rgb(20 123 223 / 0.45);
}

.border-r-tertiary-hover\/5{
  border-right-color: rgb(20 123 223 / 0.05);
}

.border-r-tertiary-hover\/50{
  border-right-color: rgb(20 123 223 / 0.5);
}

.border-r-tertiary-hover\/55{
  border-right-color: rgb(20 123 223 / 0.55);
}

.border-r-tertiary-hover\/60{
  border-right-color: rgb(20 123 223 / 0.6);
}

.border-r-tertiary-hover\/65{
  border-right-color: rgb(20 123 223 / 0.65);
}

.border-r-tertiary-hover\/70{
  border-right-color: rgb(20 123 223 / 0.7);
}

.border-r-tertiary-hover\/75{
  border-right-color: rgb(20 123 223 / 0.75);
}

.border-r-tertiary-hover\/80{
  border-right-color: rgb(20 123 223 / 0.8);
}

.border-r-tertiary-hover\/85{
  border-right-color: rgb(20 123 223 / 0.85);
}

.border-r-tertiary-hover\/90{
  border-right-color: rgb(20 123 223 / 0.9);
}

.border-r-tertiary-hover\/95{
  border-right-color: rgb(20 123 223 / 0.95);
}

.border-r-tertiary\/0{
  border-right-color: rgb(22 137 252 / 0);
}

.border-r-tertiary\/10{
  border-right-color: rgb(22 137 252 / 0.1);
}

.border-r-tertiary\/100{
  border-right-color: rgb(22 137 252 / 1);
}

.border-r-tertiary\/15{
  border-right-color: rgb(22 137 252 / 0.15);
}

.border-r-tertiary\/20{
  border-right-color: rgb(22 137 252 / 0.2);
}

.border-r-tertiary\/25{
  border-right-color: rgb(22 137 252 / 0.25);
}

.border-r-tertiary\/30{
  border-right-color: rgb(22 137 252 / 0.3);
}

.border-r-tertiary\/35{
  border-right-color: rgb(22 137 252 / 0.35);
}

.border-r-tertiary\/40{
  border-right-color: rgb(22 137 252 / 0.4);
}

.border-r-tertiary\/45{
  border-right-color: rgb(22 137 252 / 0.45);
}

.border-r-tertiary\/5{
  border-right-color: rgb(22 137 252 / 0.05);
}

.border-r-tertiary\/50{
  border-right-color: rgb(22 137 252 / 0.5);
}

.border-r-tertiary\/55{
  border-right-color: rgb(22 137 252 / 0.55);
}

.border-r-tertiary\/60{
  border-right-color: rgb(22 137 252 / 0.6);
}

.border-r-tertiary\/65{
  border-right-color: rgb(22 137 252 / 0.65);
}

.border-r-tertiary\/70{
  border-right-color: rgb(22 137 252 / 0.7);
}

.border-r-tertiary\/75{
  border-right-color: rgb(22 137 252 / 0.75);
}

.border-r-tertiary\/80{
  border-right-color: rgb(22 137 252 / 0.8);
}

.border-r-tertiary\/85{
  border-right-color: rgb(22 137 252 / 0.85);
}

.border-r-tertiary\/90{
  border-right-color: rgb(22 137 252 / 0.9);
}

.border-r-tertiary\/95{
  border-right-color: rgb(22 137 252 / 0.95);
}

.border-r-transparent{
  border-right-color: transparent;
}

.border-r-transparent\/0{
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-transparent\/10{
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-transparent\/100{
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-transparent\/15{
  border-right-color: rgb(0 0 0 / 0.15);
}

.border-r-transparent\/20{
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-transparent\/25{
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-transparent\/30{
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-transparent\/35{
  border-right-color: rgb(0 0 0 / 0.35);
}

.border-r-transparent\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-transparent\/45{
  border-right-color: rgb(0 0 0 / 0.45);
}

.border-r-transparent\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-transparent\/50{
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-transparent\/55{
  border-right-color: rgb(0 0 0 / 0.55);
}

.border-r-transparent\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-transparent\/65{
  border-right-color: rgb(0 0 0 / 0.65);
}

.border-r-transparent\/70{
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-transparent\/75{
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-transparent\/80{
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-transparent\/85{
  border-right-color: rgb(0 0 0 / 0.85);
}

.border-r-transparent\/90{
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-transparent\/95{
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-r-violet-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-r-violet-100\/0{
  border-right-color: rgb(237 233 254 / 0);
}

.border-r-violet-100\/10{
  border-right-color: rgb(237 233 254 / 0.1);
}

.border-r-violet-100\/100{
  border-right-color: rgb(237 233 254 / 1);
}

.border-r-violet-100\/15{
  border-right-color: rgb(237 233 254 / 0.15);
}

.border-r-violet-100\/20{
  border-right-color: rgb(237 233 254 / 0.2);
}

.border-r-violet-100\/25{
  border-right-color: rgb(237 233 254 / 0.25);
}

.border-r-violet-100\/30{
  border-right-color: rgb(237 233 254 / 0.3);
}

.border-r-violet-100\/35{
  border-right-color: rgb(237 233 254 / 0.35);
}

.border-r-violet-100\/40{
  border-right-color: rgb(237 233 254 / 0.4);
}

.border-r-violet-100\/45{
  border-right-color: rgb(237 233 254 / 0.45);
}

.border-r-violet-100\/5{
  border-right-color: rgb(237 233 254 / 0.05);
}

.border-r-violet-100\/50{
  border-right-color: rgb(237 233 254 / 0.5);
}

.border-r-violet-100\/55{
  border-right-color: rgb(237 233 254 / 0.55);
}

.border-r-violet-100\/60{
  border-right-color: rgb(237 233 254 / 0.6);
}

.border-r-violet-100\/65{
  border-right-color: rgb(237 233 254 / 0.65);
}

.border-r-violet-100\/70{
  border-right-color: rgb(237 233 254 / 0.7);
}

.border-r-violet-100\/75{
  border-right-color: rgb(237 233 254 / 0.75);
}

.border-r-violet-100\/80{
  border-right-color: rgb(237 233 254 / 0.8);
}

.border-r-violet-100\/85{
  border-right-color: rgb(237 233 254 / 0.85);
}

.border-r-violet-100\/90{
  border-right-color: rgb(237 233 254 / 0.9);
}

.border-r-violet-100\/95{
  border-right-color: rgb(237 233 254 / 0.95);
}

.border-r-violet-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-r-violet-200\/0{
  border-right-color: rgb(221 214 254 / 0);
}

.border-r-violet-200\/10{
  border-right-color: rgb(221 214 254 / 0.1);
}

.border-r-violet-200\/100{
  border-right-color: rgb(221 214 254 / 1);
}

.border-r-violet-200\/15{
  border-right-color: rgb(221 214 254 / 0.15);
}

.border-r-violet-200\/20{
  border-right-color: rgb(221 214 254 / 0.2);
}

.border-r-violet-200\/25{
  border-right-color: rgb(221 214 254 / 0.25);
}

.border-r-violet-200\/30{
  border-right-color: rgb(221 214 254 / 0.3);
}

.border-r-violet-200\/35{
  border-right-color: rgb(221 214 254 / 0.35);
}

.border-r-violet-200\/40{
  border-right-color: rgb(221 214 254 / 0.4);
}

.border-r-violet-200\/45{
  border-right-color: rgb(221 214 254 / 0.45);
}

.border-r-violet-200\/5{
  border-right-color: rgb(221 214 254 / 0.05);
}

.border-r-violet-200\/50{
  border-right-color: rgb(221 214 254 / 0.5);
}

.border-r-violet-200\/55{
  border-right-color: rgb(221 214 254 / 0.55);
}

.border-r-violet-200\/60{
  border-right-color: rgb(221 214 254 / 0.6);
}

.border-r-violet-200\/65{
  border-right-color: rgb(221 214 254 / 0.65);
}

.border-r-violet-200\/70{
  border-right-color: rgb(221 214 254 / 0.7);
}

.border-r-violet-200\/75{
  border-right-color: rgb(221 214 254 / 0.75);
}

.border-r-violet-200\/80{
  border-right-color: rgb(221 214 254 / 0.8);
}

.border-r-violet-200\/85{
  border-right-color: rgb(221 214 254 / 0.85);
}

.border-r-violet-200\/90{
  border-right-color: rgb(221 214 254 / 0.9);
}

.border-r-violet-200\/95{
  border-right-color: rgb(221 214 254 / 0.95);
}

.border-r-violet-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-r-violet-300\/0{
  border-right-color: rgb(196 181 253 / 0);
}

.border-r-violet-300\/10{
  border-right-color: rgb(196 181 253 / 0.1);
}

.border-r-violet-300\/100{
  border-right-color: rgb(196 181 253 / 1);
}

.border-r-violet-300\/15{
  border-right-color: rgb(196 181 253 / 0.15);
}

.border-r-violet-300\/20{
  border-right-color: rgb(196 181 253 / 0.2);
}

.border-r-violet-300\/25{
  border-right-color: rgb(196 181 253 / 0.25);
}

.border-r-violet-300\/30{
  border-right-color: rgb(196 181 253 / 0.3);
}

.border-r-violet-300\/35{
  border-right-color: rgb(196 181 253 / 0.35);
}

.border-r-violet-300\/40{
  border-right-color: rgb(196 181 253 / 0.4);
}

.border-r-violet-300\/45{
  border-right-color: rgb(196 181 253 / 0.45);
}

.border-r-violet-300\/5{
  border-right-color: rgb(196 181 253 / 0.05);
}

.border-r-violet-300\/50{
  border-right-color: rgb(196 181 253 / 0.5);
}

.border-r-violet-300\/55{
  border-right-color: rgb(196 181 253 / 0.55);
}

.border-r-violet-300\/60{
  border-right-color: rgb(196 181 253 / 0.6);
}

.border-r-violet-300\/65{
  border-right-color: rgb(196 181 253 / 0.65);
}

.border-r-violet-300\/70{
  border-right-color: rgb(196 181 253 / 0.7);
}

.border-r-violet-300\/75{
  border-right-color: rgb(196 181 253 / 0.75);
}

.border-r-violet-300\/80{
  border-right-color: rgb(196 181 253 / 0.8);
}

.border-r-violet-300\/85{
  border-right-color: rgb(196 181 253 / 0.85);
}

.border-r-violet-300\/90{
  border-right-color: rgb(196 181 253 / 0.9);
}

.border-r-violet-300\/95{
  border-right-color: rgb(196 181 253 / 0.95);
}

.border-r-violet-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-r-violet-400\/0{
  border-right-color: rgb(167 139 250 / 0);
}

.border-r-violet-400\/10{
  border-right-color: rgb(167 139 250 / 0.1);
}

.border-r-violet-400\/100{
  border-right-color: rgb(167 139 250 / 1);
}

.border-r-violet-400\/15{
  border-right-color: rgb(167 139 250 / 0.15);
}

.border-r-violet-400\/20{
  border-right-color: rgb(167 139 250 / 0.2);
}

.border-r-violet-400\/25{
  border-right-color: rgb(167 139 250 / 0.25);
}

.border-r-violet-400\/30{
  border-right-color: rgb(167 139 250 / 0.3);
}

.border-r-violet-400\/35{
  border-right-color: rgb(167 139 250 / 0.35);
}

.border-r-violet-400\/40{
  border-right-color: rgb(167 139 250 / 0.4);
}

.border-r-violet-400\/45{
  border-right-color: rgb(167 139 250 / 0.45);
}

.border-r-violet-400\/5{
  border-right-color: rgb(167 139 250 / 0.05);
}

.border-r-violet-400\/50{
  border-right-color: rgb(167 139 250 / 0.5);
}

.border-r-violet-400\/55{
  border-right-color: rgb(167 139 250 / 0.55);
}

.border-r-violet-400\/60{
  border-right-color: rgb(167 139 250 / 0.6);
}

.border-r-violet-400\/65{
  border-right-color: rgb(167 139 250 / 0.65);
}

.border-r-violet-400\/70{
  border-right-color: rgb(167 139 250 / 0.7);
}

.border-r-violet-400\/75{
  border-right-color: rgb(167 139 250 / 0.75);
}

.border-r-violet-400\/80{
  border-right-color: rgb(167 139 250 / 0.8);
}

.border-r-violet-400\/85{
  border-right-color: rgb(167 139 250 / 0.85);
}

.border-r-violet-400\/90{
  border-right-color: rgb(167 139 250 / 0.9);
}

.border-r-violet-400\/95{
  border-right-color: rgb(167 139 250 / 0.95);
}

.border-r-violet-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-r-violet-50\/0{
  border-right-color: rgb(245 243 255 / 0);
}

.border-r-violet-50\/10{
  border-right-color: rgb(245 243 255 / 0.1);
}

.border-r-violet-50\/100{
  border-right-color: rgb(245 243 255 / 1);
}

.border-r-violet-50\/15{
  border-right-color: rgb(245 243 255 / 0.15);
}

.border-r-violet-50\/20{
  border-right-color: rgb(245 243 255 / 0.2);
}

.border-r-violet-50\/25{
  border-right-color: rgb(245 243 255 / 0.25);
}

.border-r-violet-50\/30{
  border-right-color: rgb(245 243 255 / 0.3);
}

.border-r-violet-50\/35{
  border-right-color: rgb(245 243 255 / 0.35);
}

.border-r-violet-50\/40{
  border-right-color: rgb(245 243 255 / 0.4);
}

.border-r-violet-50\/45{
  border-right-color: rgb(245 243 255 / 0.45);
}

.border-r-violet-50\/5{
  border-right-color: rgb(245 243 255 / 0.05);
}

.border-r-violet-50\/50{
  border-right-color: rgb(245 243 255 / 0.5);
}

.border-r-violet-50\/55{
  border-right-color: rgb(245 243 255 / 0.55);
}

.border-r-violet-50\/60{
  border-right-color: rgb(245 243 255 / 0.6);
}

.border-r-violet-50\/65{
  border-right-color: rgb(245 243 255 / 0.65);
}

.border-r-violet-50\/70{
  border-right-color: rgb(245 243 255 / 0.7);
}

.border-r-violet-50\/75{
  border-right-color: rgb(245 243 255 / 0.75);
}

.border-r-violet-50\/80{
  border-right-color: rgb(245 243 255 / 0.8);
}

.border-r-violet-50\/85{
  border-right-color: rgb(245 243 255 / 0.85);
}

.border-r-violet-50\/90{
  border-right-color: rgb(245 243 255 / 0.9);
}

.border-r-violet-50\/95{
  border-right-color: rgb(245 243 255 / 0.95);
}

.border-r-violet-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-r-violet-500\/0{
  border-right-color: rgb(139 92 246 / 0);
}

.border-r-violet-500\/10{
  border-right-color: rgb(139 92 246 / 0.1);
}

.border-r-violet-500\/100{
  border-right-color: rgb(139 92 246 / 1);
}

.border-r-violet-500\/15{
  border-right-color: rgb(139 92 246 / 0.15);
}

.border-r-violet-500\/20{
  border-right-color: rgb(139 92 246 / 0.2);
}

.border-r-violet-500\/25{
  border-right-color: rgb(139 92 246 / 0.25);
}

.border-r-violet-500\/30{
  border-right-color: rgb(139 92 246 / 0.3);
}

.border-r-violet-500\/35{
  border-right-color: rgb(139 92 246 / 0.35);
}

.border-r-violet-500\/40{
  border-right-color: rgb(139 92 246 / 0.4);
}

.border-r-violet-500\/45{
  border-right-color: rgb(139 92 246 / 0.45);
}

.border-r-violet-500\/5{
  border-right-color: rgb(139 92 246 / 0.05);
}

.border-r-violet-500\/50{
  border-right-color: rgb(139 92 246 / 0.5);
}

.border-r-violet-500\/55{
  border-right-color: rgb(139 92 246 / 0.55);
}

.border-r-violet-500\/60{
  border-right-color: rgb(139 92 246 / 0.6);
}

.border-r-violet-500\/65{
  border-right-color: rgb(139 92 246 / 0.65);
}

.border-r-violet-500\/70{
  border-right-color: rgb(139 92 246 / 0.7);
}

.border-r-violet-500\/75{
  border-right-color: rgb(139 92 246 / 0.75);
}

.border-r-violet-500\/80{
  border-right-color: rgb(139 92 246 / 0.8);
}

.border-r-violet-500\/85{
  border-right-color: rgb(139 92 246 / 0.85);
}

.border-r-violet-500\/90{
  border-right-color: rgb(139 92 246 / 0.9);
}

.border-r-violet-500\/95{
  border-right-color: rgb(139 92 246 / 0.95);
}

.border-r-violet-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-r-violet-600\/0{
  border-right-color: rgb(124 58 237 / 0);
}

.border-r-violet-600\/10{
  border-right-color: rgb(124 58 237 / 0.1);
}

.border-r-violet-600\/100{
  border-right-color: rgb(124 58 237 / 1);
}

.border-r-violet-600\/15{
  border-right-color: rgb(124 58 237 / 0.15);
}

.border-r-violet-600\/20{
  border-right-color: rgb(124 58 237 / 0.2);
}

.border-r-violet-600\/25{
  border-right-color: rgb(124 58 237 / 0.25);
}

.border-r-violet-600\/30{
  border-right-color: rgb(124 58 237 / 0.3);
}

.border-r-violet-600\/35{
  border-right-color: rgb(124 58 237 / 0.35);
}

.border-r-violet-600\/40{
  border-right-color: rgb(124 58 237 / 0.4);
}

.border-r-violet-600\/45{
  border-right-color: rgb(124 58 237 / 0.45);
}

.border-r-violet-600\/5{
  border-right-color: rgb(124 58 237 / 0.05);
}

.border-r-violet-600\/50{
  border-right-color: rgb(124 58 237 / 0.5);
}

.border-r-violet-600\/55{
  border-right-color: rgb(124 58 237 / 0.55);
}

.border-r-violet-600\/60{
  border-right-color: rgb(124 58 237 / 0.6);
}

.border-r-violet-600\/65{
  border-right-color: rgb(124 58 237 / 0.65);
}

.border-r-violet-600\/70{
  border-right-color: rgb(124 58 237 / 0.7);
}

.border-r-violet-600\/75{
  border-right-color: rgb(124 58 237 / 0.75);
}

.border-r-violet-600\/80{
  border-right-color: rgb(124 58 237 / 0.8);
}

.border-r-violet-600\/85{
  border-right-color: rgb(124 58 237 / 0.85);
}

.border-r-violet-600\/90{
  border-right-color: rgb(124 58 237 / 0.9);
}

.border-r-violet-600\/95{
  border-right-color: rgb(124 58 237 / 0.95);
}

.border-r-violet-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-r-violet-700\/0{
  border-right-color: rgb(109 40 217 / 0);
}

.border-r-violet-700\/10{
  border-right-color: rgb(109 40 217 / 0.1);
}

.border-r-violet-700\/100{
  border-right-color: rgb(109 40 217 / 1);
}

.border-r-violet-700\/15{
  border-right-color: rgb(109 40 217 / 0.15);
}

.border-r-violet-700\/20{
  border-right-color: rgb(109 40 217 / 0.2);
}

.border-r-violet-700\/25{
  border-right-color: rgb(109 40 217 / 0.25);
}

.border-r-violet-700\/30{
  border-right-color: rgb(109 40 217 / 0.3);
}

.border-r-violet-700\/35{
  border-right-color: rgb(109 40 217 / 0.35);
}

.border-r-violet-700\/40{
  border-right-color: rgb(109 40 217 / 0.4);
}

.border-r-violet-700\/45{
  border-right-color: rgb(109 40 217 / 0.45);
}

.border-r-violet-700\/5{
  border-right-color: rgb(109 40 217 / 0.05);
}

.border-r-violet-700\/50{
  border-right-color: rgb(109 40 217 / 0.5);
}

.border-r-violet-700\/55{
  border-right-color: rgb(109 40 217 / 0.55);
}

.border-r-violet-700\/60{
  border-right-color: rgb(109 40 217 / 0.6);
}

.border-r-violet-700\/65{
  border-right-color: rgb(109 40 217 / 0.65);
}

.border-r-violet-700\/70{
  border-right-color: rgb(109 40 217 / 0.7);
}

.border-r-violet-700\/75{
  border-right-color: rgb(109 40 217 / 0.75);
}

.border-r-violet-700\/80{
  border-right-color: rgb(109 40 217 / 0.8);
}

.border-r-violet-700\/85{
  border-right-color: rgb(109 40 217 / 0.85);
}

.border-r-violet-700\/90{
  border-right-color: rgb(109 40 217 / 0.9);
}

.border-r-violet-700\/95{
  border-right-color: rgb(109 40 217 / 0.95);
}

.border-r-violet-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-r-violet-800\/0{
  border-right-color: rgb(91 33 182 / 0);
}

.border-r-violet-800\/10{
  border-right-color: rgb(91 33 182 / 0.1);
}

.border-r-violet-800\/100{
  border-right-color: rgb(91 33 182 / 1);
}

.border-r-violet-800\/15{
  border-right-color: rgb(91 33 182 / 0.15);
}

.border-r-violet-800\/20{
  border-right-color: rgb(91 33 182 / 0.2);
}

.border-r-violet-800\/25{
  border-right-color: rgb(91 33 182 / 0.25);
}

.border-r-violet-800\/30{
  border-right-color: rgb(91 33 182 / 0.3);
}

.border-r-violet-800\/35{
  border-right-color: rgb(91 33 182 / 0.35);
}

.border-r-violet-800\/40{
  border-right-color: rgb(91 33 182 / 0.4);
}

.border-r-violet-800\/45{
  border-right-color: rgb(91 33 182 / 0.45);
}

.border-r-violet-800\/5{
  border-right-color: rgb(91 33 182 / 0.05);
}

.border-r-violet-800\/50{
  border-right-color: rgb(91 33 182 / 0.5);
}

.border-r-violet-800\/55{
  border-right-color: rgb(91 33 182 / 0.55);
}

.border-r-violet-800\/60{
  border-right-color: rgb(91 33 182 / 0.6);
}

.border-r-violet-800\/65{
  border-right-color: rgb(91 33 182 / 0.65);
}

.border-r-violet-800\/70{
  border-right-color: rgb(91 33 182 / 0.7);
}

.border-r-violet-800\/75{
  border-right-color: rgb(91 33 182 / 0.75);
}

.border-r-violet-800\/80{
  border-right-color: rgb(91 33 182 / 0.8);
}

.border-r-violet-800\/85{
  border-right-color: rgb(91 33 182 / 0.85);
}

.border-r-violet-800\/90{
  border-right-color: rgb(91 33 182 / 0.9);
}

.border-r-violet-800\/95{
  border-right-color: rgb(91 33 182 / 0.95);
}

.border-r-violet-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-r-violet-900\/0{
  border-right-color: rgb(76 29 149 / 0);
}

.border-r-violet-900\/10{
  border-right-color: rgb(76 29 149 / 0.1);
}

.border-r-violet-900\/100{
  border-right-color: rgb(76 29 149 / 1);
}

.border-r-violet-900\/15{
  border-right-color: rgb(76 29 149 / 0.15);
}

.border-r-violet-900\/20{
  border-right-color: rgb(76 29 149 / 0.2);
}

.border-r-violet-900\/25{
  border-right-color: rgb(76 29 149 / 0.25);
}

.border-r-violet-900\/30{
  border-right-color: rgb(76 29 149 / 0.3);
}

.border-r-violet-900\/35{
  border-right-color: rgb(76 29 149 / 0.35);
}

.border-r-violet-900\/40{
  border-right-color: rgb(76 29 149 / 0.4);
}

.border-r-violet-900\/45{
  border-right-color: rgb(76 29 149 / 0.45);
}

.border-r-violet-900\/5{
  border-right-color: rgb(76 29 149 / 0.05);
}

.border-r-violet-900\/50{
  border-right-color: rgb(76 29 149 / 0.5);
}

.border-r-violet-900\/55{
  border-right-color: rgb(76 29 149 / 0.55);
}

.border-r-violet-900\/60{
  border-right-color: rgb(76 29 149 / 0.6);
}

.border-r-violet-900\/65{
  border-right-color: rgb(76 29 149 / 0.65);
}

.border-r-violet-900\/70{
  border-right-color: rgb(76 29 149 / 0.7);
}

.border-r-violet-900\/75{
  border-right-color: rgb(76 29 149 / 0.75);
}

.border-r-violet-900\/80{
  border-right-color: rgb(76 29 149 / 0.8);
}

.border-r-violet-900\/85{
  border-right-color: rgb(76 29 149 / 0.85);
}

.border-r-violet-900\/90{
  border-right-color: rgb(76 29 149 / 0.9);
}

.border-r-violet-900\/95{
  border-right-color: rgb(76 29 149 / 0.95);
}

.border-r-violet-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-r-violet-950\/0{
  border-right-color: rgb(46 16 101 / 0);
}

.border-r-violet-950\/10{
  border-right-color: rgb(46 16 101 / 0.1);
}

.border-r-violet-950\/100{
  border-right-color: rgb(46 16 101 / 1);
}

.border-r-violet-950\/15{
  border-right-color: rgb(46 16 101 / 0.15);
}

.border-r-violet-950\/20{
  border-right-color: rgb(46 16 101 / 0.2);
}

.border-r-violet-950\/25{
  border-right-color: rgb(46 16 101 / 0.25);
}

.border-r-violet-950\/30{
  border-right-color: rgb(46 16 101 / 0.3);
}

.border-r-violet-950\/35{
  border-right-color: rgb(46 16 101 / 0.35);
}

.border-r-violet-950\/40{
  border-right-color: rgb(46 16 101 / 0.4);
}

.border-r-violet-950\/45{
  border-right-color: rgb(46 16 101 / 0.45);
}

.border-r-violet-950\/5{
  border-right-color: rgb(46 16 101 / 0.05);
}

.border-r-violet-950\/50{
  border-right-color: rgb(46 16 101 / 0.5);
}

.border-r-violet-950\/55{
  border-right-color: rgb(46 16 101 / 0.55);
}

.border-r-violet-950\/60{
  border-right-color: rgb(46 16 101 / 0.6);
}

.border-r-violet-950\/65{
  border-right-color: rgb(46 16 101 / 0.65);
}

.border-r-violet-950\/70{
  border-right-color: rgb(46 16 101 / 0.7);
}

.border-r-violet-950\/75{
  border-right-color: rgb(46 16 101 / 0.75);
}

.border-r-violet-950\/80{
  border-right-color: rgb(46 16 101 / 0.8);
}

.border-r-violet-950\/85{
  border-right-color: rgb(46 16 101 / 0.85);
}

.border-r-violet-950\/90{
  border-right-color: rgb(46 16 101 / 0.9);
}

.border-r-violet-950\/95{
  border-right-color: rgb(46 16 101 / 0.95);
}

.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-r-white\/0{
  border-right-color: rgb(255 255 255 / 0);
}

.border-r-white\/10{
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-r-white\/100{
  border-right-color: rgb(255 255 255 / 1);
}

.border-r-white\/15{
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-r-white\/20{
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-r-white\/25{
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-r-white\/30{
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-r-white\/35{
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-r-white\/40{
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-r-white\/45{
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-r-white\/5{
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-r-white\/50{
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-r-white\/55{
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-r-white\/60{
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-r-white\/65{
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-r-white\/70{
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-r-white\/75{
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-r-white\/80{
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-r-white\/85{
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-r-white\/90{
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-r-white\/95{
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-r-yellow-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-r-yellow-100\/0{
  border-right-color: rgb(254 249 195 / 0);
}

.border-r-yellow-100\/10{
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-r-yellow-100\/100{
  border-right-color: rgb(254 249 195 / 1);
}

.border-r-yellow-100\/15{
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-r-yellow-100\/20{
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-r-yellow-100\/25{
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-r-yellow-100\/30{
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-r-yellow-100\/35{
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-r-yellow-100\/40{
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-r-yellow-100\/45{
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-r-yellow-100\/5{
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-r-yellow-100\/50{
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-r-yellow-100\/55{
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-r-yellow-100\/60{
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-r-yellow-100\/65{
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-r-yellow-100\/70{
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-r-yellow-100\/75{
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-r-yellow-100\/80{
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-r-yellow-100\/85{
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-r-yellow-100\/90{
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-r-yellow-100\/95{
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-r-yellow-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-r-yellow-200\/0{
  border-right-color: rgb(254 240 138 / 0);
}

.border-r-yellow-200\/10{
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-r-yellow-200\/100{
  border-right-color: rgb(254 240 138 / 1);
}

.border-r-yellow-200\/15{
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-r-yellow-200\/20{
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-r-yellow-200\/25{
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-r-yellow-200\/30{
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-r-yellow-200\/35{
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-r-yellow-200\/40{
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-r-yellow-200\/45{
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-r-yellow-200\/5{
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-r-yellow-200\/50{
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-r-yellow-200\/55{
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-r-yellow-200\/60{
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-r-yellow-200\/65{
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-r-yellow-200\/70{
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-r-yellow-200\/75{
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-r-yellow-200\/80{
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-r-yellow-200\/85{
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-r-yellow-200\/90{
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-r-yellow-200\/95{
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-r-yellow-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-r-yellow-300\/0{
  border-right-color: rgb(253 224 71 / 0);
}

.border-r-yellow-300\/10{
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-r-yellow-300\/100{
  border-right-color: rgb(253 224 71 / 1);
}

.border-r-yellow-300\/15{
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-r-yellow-300\/20{
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-r-yellow-300\/25{
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-r-yellow-300\/30{
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-r-yellow-300\/35{
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-r-yellow-300\/40{
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-r-yellow-300\/45{
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-r-yellow-300\/5{
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-r-yellow-300\/50{
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-r-yellow-300\/55{
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-r-yellow-300\/60{
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-r-yellow-300\/65{
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-r-yellow-300\/70{
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-r-yellow-300\/75{
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-r-yellow-300\/80{
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-r-yellow-300\/85{
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-r-yellow-300\/90{
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-r-yellow-300\/95{
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-r-yellow-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-r-yellow-400\/0{
  border-right-color: rgb(250 204 21 / 0);
}

.border-r-yellow-400\/10{
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-r-yellow-400\/100{
  border-right-color: rgb(250 204 21 / 1);
}

.border-r-yellow-400\/15{
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-r-yellow-400\/20{
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-r-yellow-400\/25{
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-r-yellow-400\/30{
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-r-yellow-400\/35{
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-r-yellow-400\/40{
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-r-yellow-400\/45{
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-r-yellow-400\/5{
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-r-yellow-400\/50{
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-r-yellow-400\/55{
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-r-yellow-400\/60{
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-r-yellow-400\/65{
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-r-yellow-400\/70{
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-r-yellow-400\/75{
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-r-yellow-400\/80{
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-r-yellow-400\/85{
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-r-yellow-400\/90{
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-r-yellow-400\/95{
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-r-yellow-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-r-yellow-50\/0{
  border-right-color: rgb(254 252 232 / 0);
}

.border-r-yellow-50\/10{
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-r-yellow-50\/100{
  border-right-color: rgb(254 252 232 / 1);
}

.border-r-yellow-50\/15{
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-r-yellow-50\/20{
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-r-yellow-50\/25{
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-r-yellow-50\/30{
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-r-yellow-50\/35{
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-r-yellow-50\/40{
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-r-yellow-50\/45{
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-r-yellow-50\/5{
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-r-yellow-50\/50{
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-r-yellow-50\/55{
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-r-yellow-50\/60{
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-r-yellow-50\/65{
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-r-yellow-50\/70{
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-r-yellow-50\/75{
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-r-yellow-50\/80{
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-r-yellow-50\/85{
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-r-yellow-50\/90{
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-r-yellow-50\/95{
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-r-yellow-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-r-yellow-500\/0{
  border-right-color: rgb(234 179 8 / 0);
}

.border-r-yellow-500\/10{
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-r-yellow-500\/100{
  border-right-color: rgb(234 179 8 / 1);
}

.border-r-yellow-500\/15{
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-r-yellow-500\/20{
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-r-yellow-500\/25{
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-r-yellow-500\/30{
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-r-yellow-500\/35{
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-r-yellow-500\/40{
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-r-yellow-500\/45{
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-r-yellow-500\/5{
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-r-yellow-500\/50{
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-r-yellow-500\/55{
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-r-yellow-500\/60{
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-r-yellow-500\/65{
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-r-yellow-500\/70{
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-r-yellow-500\/75{
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-r-yellow-500\/80{
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-r-yellow-500\/85{
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-r-yellow-500\/90{
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-r-yellow-500\/95{
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-r-yellow-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-r-yellow-600\/0{
  border-right-color: rgb(202 138 4 / 0);
}

.border-r-yellow-600\/10{
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-r-yellow-600\/100{
  border-right-color: rgb(202 138 4 / 1);
}

.border-r-yellow-600\/15{
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-r-yellow-600\/20{
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-r-yellow-600\/25{
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-r-yellow-600\/30{
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-r-yellow-600\/35{
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-r-yellow-600\/40{
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-r-yellow-600\/45{
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-r-yellow-600\/5{
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-r-yellow-600\/50{
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-r-yellow-600\/55{
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-r-yellow-600\/60{
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-r-yellow-600\/65{
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-r-yellow-600\/70{
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-r-yellow-600\/75{
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-r-yellow-600\/80{
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-r-yellow-600\/85{
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-r-yellow-600\/90{
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-r-yellow-600\/95{
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-r-yellow-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-r-yellow-700\/0{
  border-right-color: rgb(161 98 7 / 0);
}

.border-r-yellow-700\/10{
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-r-yellow-700\/100{
  border-right-color: rgb(161 98 7 / 1);
}

.border-r-yellow-700\/15{
  border-right-color: rgb(161 98 7 / 0.15);
}

.border-r-yellow-700\/20{
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-r-yellow-700\/25{
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-r-yellow-700\/30{
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-r-yellow-700\/35{
  border-right-color: rgb(161 98 7 / 0.35);
}

.border-r-yellow-700\/40{
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-r-yellow-700\/45{
  border-right-color: rgb(161 98 7 / 0.45);
}

.border-r-yellow-700\/5{
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-r-yellow-700\/50{
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-r-yellow-700\/55{
  border-right-color: rgb(161 98 7 / 0.55);
}

.border-r-yellow-700\/60{
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-r-yellow-700\/65{
  border-right-color: rgb(161 98 7 / 0.65);
}

.border-r-yellow-700\/70{
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-r-yellow-700\/75{
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-r-yellow-700\/80{
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-r-yellow-700\/85{
  border-right-color: rgb(161 98 7 / 0.85);
}

.border-r-yellow-700\/90{
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-r-yellow-700\/95{
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-r-yellow-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-r-yellow-800\/0{
  border-right-color: rgb(133 77 14 / 0);
}

.border-r-yellow-800\/10{
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-r-yellow-800\/100{
  border-right-color: rgb(133 77 14 / 1);
}

.border-r-yellow-800\/15{
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-r-yellow-800\/20{
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-r-yellow-800\/25{
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-r-yellow-800\/30{
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-r-yellow-800\/35{
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-r-yellow-800\/40{
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-r-yellow-800\/45{
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-r-yellow-800\/5{
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-r-yellow-800\/50{
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-r-yellow-800\/55{
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-r-yellow-800\/60{
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-r-yellow-800\/65{
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-r-yellow-800\/70{
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-r-yellow-800\/75{
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-r-yellow-800\/80{
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-r-yellow-800\/85{
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-r-yellow-800\/90{
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-r-yellow-800\/95{
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-r-yellow-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-r-yellow-900\/0{
  border-right-color: rgb(113 63 18 / 0);
}

.border-r-yellow-900\/10{
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-r-yellow-900\/100{
  border-right-color: rgb(113 63 18 / 1);
}

.border-r-yellow-900\/15{
  border-right-color: rgb(113 63 18 / 0.15);
}

.border-r-yellow-900\/20{
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-r-yellow-900\/25{
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-r-yellow-900\/30{
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-r-yellow-900\/35{
  border-right-color: rgb(113 63 18 / 0.35);
}

.border-r-yellow-900\/40{
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-r-yellow-900\/45{
  border-right-color: rgb(113 63 18 / 0.45);
}

.border-r-yellow-900\/5{
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-r-yellow-900\/50{
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-r-yellow-900\/55{
  border-right-color: rgb(113 63 18 / 0.55);
}

.border-r-yellow-900\/60{
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-r-yellow-900\/65{
  border-right-color: rgb(113 63 18 / 0.65);
}

.border-r-yellow-900\/70{
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-r-yellow-900\/75{
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-r-yellow-900\/80{
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-r-yellow-900\/85{
  border-right-color: rgb(113 63 18 / 0.85);
}

.border-r-yellow-900\/90{
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-r-yellow-900\/95{
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-r-yellow-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-r-yellow-950\/0{
  border-right-color: rgb(66 32 6 / 0);
}

.border-r-yellow-950\/10{
  border-right-color: rgb(66 32 6 / 0.1);
}

.border-r-yellow-950\/100{
  border-right-color: rgb(66 32 6 / 1);
}

.border-r-yellow-950\/15{
  border-right-color: rgb(66 32 6 / 0.15);
}

.border-r-yellow-950\/20{
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-r-yellow-950\/25{
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-r-yellow-950\/30{
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-r-yellow-950\/35{
  border-right-color: rgb(66 32 6 / 0.35);
}

.border-r-yellow-950\/40{
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-r-yellow-950\/45{
  border-right-color: rgb(66 32 6 / 0.45);
}

.border-r-yellow-950\/5{
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-r-yellow-950\/50{
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-r-yellow-950\/55{
  border-right-color: rgb(66 32 6 / 0.55);
}

.border-r-yellow-950\/60{
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-r-yellow-950\/65{
  border-right-color: rgb(66 32 6 / 0.65);
}

.border-r-yellow-950\/70{
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-r-yellow-950\/75{
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-r-yellow-950\/80{
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-r-yellow-950\/85{
  border-right-color: rgb(66 32 6 / 0.85);
}

.border-r-yellow-950\/90{
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-r-yellow-950\/95{
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-r-zinc-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-r-zinc-100\/0{
  border-right-color: rgb(244 244 245 / 0);
}

.border-r-zinc-100\/10{
  border-right-color: rgb(244 244 245 / 0.1);
}

.border-r-zinc-100\/100{
  border-right-color: rgb(244 244 245 / 1);
}

.border-r-zinc-100\/15{
  border-right-color: rgb(244 244 245 / 0.15);
}

.border-r-zinc-100\/20{
  border-right-color: rgb(244 244 245 / 0.2);
}

.border-r-zinc-100\/25{
  border-right-color: rgb(244 244 245 / 0.25);
}

.border-r-zinc-100\/30{
  border-right-color: rgb(244 244 245 / 0.3);
}

.border-r-zinc-100\/35{
  border-right-color: rgb(244 244 245 / 0.35);
}

.border-r-zinc-100\/40{
  border-right-color: rgb(244 244 245 / 0.4);
}

.border-r-zinc-100\/45{
  border-right-color: rgb(244 244 245 / 0.45);
}

.border-r-zinc-100\/5{
  border-right-color: rgb(244 244 245 / 0.05);
}

.border-r-zinc-100\/50{
  border-right-color: rgb(244 244 245 / 0.5);
}

.border-r-zinc-100\/55{
  border-right-color: rgb(244 244 245 / 0.55);
}

.border-r-zinc-100\/60{
  border-right-color: rgb(244 244 245 / 0.6);
}

.border-r-zinc-100\/65{
  border-right-color: rgb(244 244 245 / 0.65);
}

.border-r-zinc-100\/70{
  border-right-color: rgb(244 244 245 / 0.7);
}

.border-r-zinc-100\/75{
  border-right-color: rgb(244 244 245 / 0.75);
}

.border-r-zinc-100\/80{
  border-right-color: rgb(244 244 245 / 0.8);
}

.border-r-zinc-100\/85{
  border-right-color: rgb(244 244 245 / 0.85);
}

.border-r-zinc-100\/90{
  border-right-color: rgb(244 244 245 / 0.9);
}

.border-r-zinc-100\/95{
  border-right-color: rgb(244 244 245 / 0.95);
}

.border-r-zinc-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-r-zinc-200\/0{
  border-right-color: rgb(228 228 231 / 0);
}

.border-r-zinc-200\/10{
  border-right-color: rgb(228 228 231 / 0.1);
}

.border-r-zinc-200\/100{
  border-right-color: rgb(228 228 231 / 1);
}

.border-r-zinc-200\/15{
  border-right-color: rgb(228 228 231 / 0.15);
}

.border-r-zinc-200\/20{
  border-right-color: rgb(228 228 231 / 0.2);
}

.border-r-zinc-200\/25{
  border-right-color: rgb(228 228 231 / 0.25);
}

.border-r-zinc-200\/30{
  border-right-color: rgb(228 228 231 / 0.3);
}

.border-r-zinc-200\/35{
  border-right-color: rgb(228 228 231 / 0.35);
}

.border-r-zinc-200\/40{
  border-right-color: rgb(228 228 231 / 0.4);
}

.border-r-zinc-200\/45{
  border-right-color: rgb(228 228 231 / 0.45);
}

.border-r-zinc-200\/5{
  border-right-color: rgb(228 228 231 / 0.05);
}

.border-r-zinc-200\/50{
  border-right-color: rgb(228 228 231 / 0.5);
}

.border-r-zinc-200\/55{
  border-right-color: rgb(228 228 231 / 0.55);
}

.border-r-zinc-200\/60{
  border-right-color: rgb(228 228 231 / 0.6);
}

.border-r-zinc-200\/65{
  border-right-color: rgb(228 228 231 / 0.65);
}

.border-r-zinc-200\/70{
  border-right-color: rgb(228 228 231 / 0.7);
}

.border-r-zinc-200\/75{
  border-right-color: rgb(228 228 231 / 0.75);
}

.border-r-zinc-200\/80{
  border-right-color: rgb(228 228 231 / 0.8);
}

.border-r-zinc-200\/85{
  border-right-color: rgb(228 228 231 / 0.85);
}

.border-r-zinc-200\/90{
  border-right-color: rgb(228 228 231 / 0.9);
}

.border-r-zinc-200\/95{
  border-right-color: rgb(228 228 231 / 0.95);
}

.border-r-zinc-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-r-zinc-300\/0{
  border-right-color: rgb(212 212 216 / 0);
}

.border-r-zinc-300\/10{
  border-right-color: rgb(212 212 216 / 0.1);
}

.border-r-zinc-300\/100{
  border-right-color: rgb(212 212 216 / 1);
}

.border-r-zinc-300\/15{
  border-right-color: rgb(212 212 216 / 0.15);
}

.border-r-zinc-300\/20{
  border-right-color: rgb(212 212 216 / 0.2);
}

.border-r-zinc-300\/25{
  border-right-color: rgb(212 212 216 / 0.25);
}

.border-r-zinc-300\/30{
  border-right-color: rgb(212 212 216 / 0.3);
}

.border-r-zinc-300\/35{
  border-right-color: rgb(212 212 216 / 0.35);
}

.border-r-zinc-300\/40{
  border-right-color: rgb(212 212 216 / 0.4);
}

.border-r-zinc-300\/45{
  border-right-color: rgb(212 212 216 / 0.45);
}

.border-r-zinc-300\/5{
  border-right-color: rgb(212 212 216 / 0.05);
}

.border-r-zinc-300\/50{
  border-right-color: rgb(212 212 216 / 0.5);
}

.border-r-zinc-300\/55{
  border-right-color: rgb(212 212 216 / 0.55);
}

.border-r-zinc-300\/60{
  border-right-color: rgb(212 212 216 / 0.6);
}

.border-r-zinc-300\/65{
  border-right-color: rgb(212 212 216 / 0.65);
}

.border-r-zinc-300\/70{
  border-right-color: rgb(212 212 216 / 0.7);
}

.border-r-zinc-300\/75{
  border-right-color: rgb(212 212 216 / 0.75);
}

.border-r-zinc-300\/80{
  border-right-color: rgb(212 212 216 / 0.8);
}

.border-r-zinc-300\/85{
  border-right-color: rgb(212 212 216 / 0.85);
}

.border-r-zinc-300\/90{
  border-right-color: rgb(212 212 216 / 0.9);
}

.border-r-zinc-300\/95{
  border-right-color: rgb(212 212 216 / 0.95);
}

.border-r-zinc-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-r-zinc-400\/0{
  border-right-color: rgb(161 161 170 / 0);
}

.border-r-zinc-400\/10{
  border-right-color: rgb(161 161 170 / 0.1);
}

.border-r-zinc-400\/100{
  border-right-color: rgb(161 161 170 / 1);
}

.border-r-zinc-400\/15{
  border-right-color: rgb(161 161 170 / 0.15);
}

.border-r-zinc-400\/20{
  border-right-color: rgb(161 161 170 / 0.2);
}

.border-r-zinc-400\/25{
  border-right-color: rgb(161 161 170 / 0.25);
}

.border-r-zinc-400\/30{
  border-right-color: rgb(161 161 170 / 0.3);
}

.border-r-zinc-400\/35{
  border-right-color: rgb(161 161 170 / 0.35);
}

.border-r-zinc-400\/40{
  border-right-color: rgb(161 161 170 / 0.4);
}

.border-r-zinc-400\/45{
  border-right-color: rgb(161 161 170 / 0.45);
}

.border-r-zinc-400\/5{
  border-right-color: rgb(161 161 170 / 0.05);
}

.border-r-zinc-400\/50{
  border-right-color: rgb(161 161 170 / 0.5);
}

.border-r-zinc-400\/55{
  border-right-color: rgb(161 161 170 / 0.55);
}

.border-r-zinc-400\/60{
  border-right-color: rgb(161 161 170 / 0.6);
}

.border-r-zinc-400\/65{
  border-right-color: rgb(161 161 170 / 0.65);
}

.border-r-zinc-400\/70{
  border-right-color: rgb(161 161 170 / 0.7);
}

.border-r-zinc-400\/75{
  border-right-color: rgb(161 161 170 / 0.75);
}

.border-r-zinc-400\/80{
  border-right-color: rgb(161 161 170 / 0.8);
}

.border-r-zinc-400\/85{
  border-right-color: rgb(161 161 170 / 0.85);
}

.border-r-zinc-400\/90{
  border-right-color: rgb(161 161 170 / 0.9);
}

.border-r-zinc-400\/95{
  border-right-color: rgb(161 161 170 / 0.95);
}

.border-r-zinc-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-r-zinc-50\/0{
  border-right-color: rgb(250 250 250 / 0);
}

.border-r-zinc-50\/10{
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-r-zinc-50\/100{
  border-right-color: rgb(250 250 250 / 1);
}

.border-r-zinc-50\/15{
  border-right-color: rgb(250 250 250 / 0.15);
}

.border-r-zinc-50\/20{
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-r-zinc-50\/25{
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-r-zinc-50\/30{
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-r-zinc-50\/35{
  border-right-color: rgb(250 250 250 / 0.35);
}

.border-r-zinc-50\/40{
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-r-zinc-50\/45{
  border-right-color: rgb(250 250 250 / 0.45);
}

.border-r-zinc-50\/5{
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-r-zinc-50\/50{
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-r-zinc-50\/55{
  border-right-color: rgb(250 250 250 / 0.55);
}

.border-r-zinc-50\/60{
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-r-zinc-50\/65{
  border-right-color: rgb(250 250 250 / 0.65);
}

.border-r-zinc-50\/70{
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-r-zinc-50\/75{
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-r-zinc-50\/80{
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-r-zinc-50\/85{
  border-right-color: rgb(250 250 250 / 0.85);
}

.border-r-zinc-50\/90{
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-r-zinc-50\/95{
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-r-zinc-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-r-zinc-500\/0{
  border-right-color: rgb(113 113 122 / 0);
}

.border-r-zinc-500\/10{
  border-right-color: rgb(113 113 122 / 0.1);
}

.border-r-zinc-500\/100{
  border-right-color: rgb(113 113 122 / 1);
}

.border-r-zinc-500\/15{
  border-right-color: rgb(113 113 122 / 0.15);
}

.border-r-zinc-500\/20{
  border-right-color: rgb(113 113 122 / 0.2);
}

.border-r-zinc-500\/25{
  border-right-color: rgb(113 113 122 / 0.25);
}

.border-r-zinc-500\/30{
  border-right-color: rgb(113 113 122 / 0.3);
}

.border-r-zinc-500\/35{
  border-right-color: rgb(113 113 122 / 0.35);
}

.border-r-zinc-500\/40{
  border-right-color: rgb(113 113 122 / 0.4);
}

.border-r-zinc-500\/45{
  border-right-color: rgb(113 113 122 / 0.45);
}

.border-r-zinc-500\/5{
  border-right-color: rgb(113 113 122 / 0.05);
}

.border-r-zinc-500\/50{
  border-right-color: rgb(113 113 122 / 0.5);
}

.border-r-zinc-500\/55{
  border-right-color: rgb(113 113 122 / 0.55);
}

.border-r-zinc-500\/60{
  border-right-color: rgb(113 113 122 / 0.6);
}

.border-r-zinc-500\/65{
  border-right-color: rgb(113 113 122 / 0.65);
}

.border-r-zinc-500\/70{
  border-right-color: rgb(113 113 122 / 0.7);
}

.border-r-zinc-500\/75{
  border-right-color: rgb(113 113 122 / 0.75);
}

.border-r-zinc-500\/80{
  border-right-color: rgb(113 113 122 / 0.8);
}

.border-r-zinc-500\/85{
  border-right-color: rgb(113 113 122 / 0.85);
}

.border-r-zinc-500\/90{
  border-right-color: rgb(113 113 122 / 0.9);
}

.border-r-zinc-500\/95{
  border-right-color: rgb(113 113 122 / 0.95);
}

.border-r-zinc-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-r-zinc-600\/0{
  border-right-color: rgb(82 82 91 / 0);
}

.border-r-zinc-600\/10{
  border-right-color: rgb(82 82 91 / 0.1);
}

.border-r-zinc-600\/100{
  border-right-color: rgb(82 82 91 / 1);
}

.border-r-zinc-600\/15{
  border-right-color: rgb(82 82 91 / 0.15);
}

.border-r-zinc-600\/20{
  border-right-color: rgb(82 82 91 / 0.2);
}

.border-r-zinc-600\/25{
  border-right-color: rgb(82 82 91 / 0.25);
}

.border-r-zinc-600\/30{
  border-right-color: rgb(82 82 91 / 0.3);
}

.border-r-zinc-600\/35{
  border-right-color: rgb(82 82 91 / 0.35);
}

.border-r-zinc-600\/40{
  border-right-color: rgb(82 82 91 / 0.4);
}

.border-r-zinc-600\/45{
  border-right-color: rgb(82 82 91 / 0.45);
}

.border-r-zinc-600\/5{
  border-right-color: rgb(82 82 91 / 0.05);
}

.border-r-zinc-600\/50{
  border-right-color: rgb(82 82 91 / 0.5);
}

.border-r-zinc-600\/55{
  border-right-color: rgb(82 82 91 / 0.55);
}

.border-r-zinc-600\/60{
  border-right-color: rgb(82 82 91 / 0.6);
}

.border-r-zinc-600\/65{
  border-right-color: rgb(82 82 91 / 0.65);
}

.border-r-zinc-600\/70{
  border-right-color: rgb(82 82 91 / 0.7);
}

.border-r-zinc-600\/75{
  border-right-color: rgb(82 82 91 / 0.75);
}

.border-r-zinc-600\/80{
  border-right-color: rgb(82 82 91 / 0.8);
}

.border-r-zinc-600\/85{
  border-right-color: rgb(82 82 91 / 0.85);
}

.border-r-zinc-600\/90{
  border-right-color: rgb(82 82 91 / 0.9);
}

.border-r-zinc-600\/95{
  border-right-color: rgb(82 82 91 / 0.95);
}

.border-r-zinc-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-r-zinc-700\/0{
  border-right-color: rgb(63 63 70 / 0);
}

.border-r-zinc-700\/10{
  border-right-color: rgb(63 63 70 / 0.1);
}

.border-r-zinc-700\/100{
  border-right-color: rgb(63 63 70 / 1);
}

.border-r-zinc-700\/15{
  border-right-color: rgb(63 63 70 / 0.15);
}

.border-r-zinc-700\/20{
  border-right-color: rgb(63 63 70 / 0.2);
}

.border-r-zinc-700\/25{
  border-right-color: rgb(63 63 70 / 0.25);
}

.border-r-zinc-700\/30{
  border-right-color: rgb(63 63 70 / 0.3);
}

.border-r-zinc-700\/35{
  border-right-color: rgb(63 63 70 / 0.35);
}

.border-r-zinc-700\/40{
  border-right-color: rgb(63 63 70 / 0.4);
}

.border-r-zinc-700\/45{
  border-right-color: rgb(63 63 70 / 0.45);
}

.border-r-zinc-700\/5{
  border-right-color: rgb(63 63 70 / 0.05);
}

.border-r-zinc-700\/50{
  border-right-color: rgb(63 63 70 / 0.5);
}

.border-r-zinc-700\/55{
  border-right-color: rgb(63 63 70 / 0.55);
}

.border-r-zinc-700\/60{
  border-right-color: rgb(63 63 70 / 0.6);
}

.border-r-zinc-700\/65{
  border-right-color: rgb(63 63 70 / 0.65);
}

.border-r-zinc-700\/70{
  border-right-color: rgb(63 63 70 / 0.7);
}

.border-r-zinc-700\/75{
  border-right-color: rgb(63 63 70 / 0.75);
}

.border-r-zinc-700\/80{
  border-right-color: rgb(63 63 70 / 0.8);
}

.border-r-zinc-700\/85{
  border-right-color: rgb(63 63 70 / 0.85);
}

.border-r-zinc-700\/90{
  border-right-color: rgb(63 63 70 / 0.9);
}

.border-r-zinc-700\/95{
  border-right-color: rgb(63 63 70 / 0.95);
}

.border-r-zinc-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-r-zinc-800\/0{
  border-right-color: rgb(39 39 42 / 0);
}

.border-r-zinc-800\/10{
  border-right-color: rgb(39 39 42 / 0.1);
}

.border-r-zinc-800\/100{
  border-right-color: rgb(39 39 42 / 1);
}

.border-r-zinc-800\/15{
  border-right-color: rgb(39 39 42 / 0.15);
}

.border-r-zinc-800\/20{
  border-right-color: rgb(39 39 42 / 0.2);
}

.border-r-zinc-800\/25{
  border-right-color: rgb(39 39 42 / 0.25);
}

.border-r-zinc-800\/30{
  border-right-color: rgb(39 39 42 / 0.3);
}

.border-r-zinc-800\/35{
  border-right-color: rgb(39 39 42 / 0.35);
}

.border-r-zinc-800\/40{
  border-right-color: rgb(39 39 42 / 0.4);
}

.border-r-zinc-800\/45{
  border-right-color: rgb(39 39 42 / 0.45);
}

.border-r-zinc-800\/5{
  border-right-color: rgb(39 39 42 / 0.05);
}

.border-r-zinc-800\/50{
  border-right-color: rgb(39 39 42 / 0.5);
}

.border-r-zinc-800\/55{
  border-right-color: rgb(39 39 42 / 0.55);
}

.border-r-zinc-800\/60{
  border-right-color: rgb(39 39 42 / 0.6);
}

.border-r-zinc-800\/65{
  border-right-color: rgb(39 39 42 / 0.65);
}

.border-r-zinc-800\/70{
  border-right-color: rgb(39 39 42 / 0.7);
}

.border-r-zinc-800\/75{
  border-right-color: rgb(39 39 42 / 0.75);
}

.border-r-zinc-800\/80{
  border-right-color: rgb(39 39 42 / 0.8);
}

.border-r-zinc-800\/85{
  border-right-color: rgb(39 39 42 / 0.85);
}

.border-r-zinc-800\/90{
  border-right-color: rgb(39 39 42 / 0.9);
}

.border-r-zinc-800\/95{
  border-right-color: rgb(39 39 42 / 0.95);
}

.border-r-zinc-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-r-zinc-900\/0{
  border-right-color: rgb(24 24 27 / 0);
}

.border-r-zinc-900\/10{
  border-right-color: rgb(24 24 27 / 0.1);
}

.border-r-zinc-900\/100{
  border-right-color: rgb(24 24 27 / 1);
}

.border-r-zinc-900\/15{
  border-right-color: rgb(24 24 27 / 0.15);
}

.border-r-zinc-900\/20{
  border-right-color: rgb(24 24 27 / 0.2);
}

.border-r-zinc-900\/25{
  border-right-color: rgb(24 24 27 / 0.25);
}

.border-r-zinc-900\/30{
  border-right-color: rgb(24 24 27 / 0.3);
}

.border-r-zinc-900\/35{
  border-right-color: rgb(24 24 27 / 0.35);
}

.border-r-zinc-900\/40{
  border-right-color: rgb(24 24 27 / 0.4);
}

.border-r-zinc-900\/45{
  border-right-color: rgb(24 24 27 / 0.45);
}

.border-r-zinc-900\/5{
  border-right-color: rgb(24 24 27 / 0.05);
}

.border-r-zinc-900\/50{
  border-right-color: rgb(24 24 27 / 0.5);
}

.border-r-zinc-900\/55{
  border-right-color: rgb(24 24 27 / 0.55);
}

.border-r-zinc-900\/60{
  border-right-color: rgb(24 24 27 / 0.6);
}

.border-r-zinc-900\/65{
  border-right-color: rgb(24 24 27 / 0.65);
}

.border-r-zinc-900\/70{
  border-right-color: rgb(24 24 27 / 0.7);
}

.border-r-zinc-900\/75{
  border-right-color: rgb(24 24 27 / 0.75);
}

.border-r-zinc-900\/80{
  border-right-color: rgb(24 24 27 / 0.8);
}

.border-r-zinc-900\/85{
  border-right-color: rgb(24 24 27 / 0.85);
}

.border-r-zinc-900\/90{
  border-right-color: rgb(24 24 27 / 0.9);
}

.border-r-zinc-900\/95{
  border-right-color: rgb(24 24 27 / 0.95);
}

.border-r-zinc-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-r-zinc-950\/0{
  border-right-color: rgb(9 9 11 / 0);
}

.border-r-zinc-950\/10{
  border-right-color: rgb(9 9 11 / 0.1);
}

.border-r-zinc-950\/100{
  border-right-color: rgb(9 9 11 / 1);
}

.border-r-zinc-950\/15{
  border-right-color: rgb(9 9 11 / 0.15);
}

.border-r-zinc-950\/20{
  border-right-color: rgb(9 9 11 / 0.2);
}

.border-r-zinc-950\/25{
  border-right-color: rgb(9 9 11 / 0.25);
}

.border-r-zinc-950\/30{
  border-right-color: rgb(9 9 11 / 0.3);
}

.border-r-zinc-950\/35{
  border-right-color: rgb(9 9 11 / 0.35);
}

.border-r-zinc-950\/40{
  border-right-color: rgb(9 9 11 / 0.4);
}

.border-r-zinc-950\/45{
  border-right-color: rgb(9 9 11 / 0.45);
}

.border-r-zinc-950\/5{
  border-right-color: rgb(9 9 11 / 0.05);
}

.border-r-zinc-950\/50{
  border-right-color: rgb(9 9 11 / 0.5);
}

.border-r-zinc-950\/55{
  border-right-color: rgb(9 9 11 / 0.55);
}

.border-r-zinc-950\/60{
  border-right-color: rgb(9 9 11 / 0.6);
}

.border-r-zinc-950\/65{
  border-right-color: rgb(9 9 11 / 0.65);
}

.border-r-zinc-950\/70{
  border-right-color: rgb(9 9 11 / 0.7);
}

.border-r-zinc-950\/75{
  border-right-color: rgb(9 9 11 / 0.75);
}

.border-r-zinc-950\/80{
  border-right-color: rgb(9 9 11 / 0.8);
}

.border-r-zinc-950\/85{
  border-right-color: rgb(9 9 11 / 0.85);
}

.border-r-zinc-950\/90{
  border-right-color: rgb(9 9 11 / 0.9);
}

.border-r-zinc-950\/95{
  border-right-color: rgb(9 9 11 / 0.95);
}

.border-s-accent{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.border-s-accent\/0{
  border-inline-start-color: rgb(70 109 148 / 0);
}

.border-s-accent\/10{
  border-inline-start-color: rgb(70 109 148 / 0.1);
}

.border-s-accent\/100{
  border-inline-start-color: rgb(70 109 148 / 1);
}

.border-s-accent\/15{
  border-inline-start-color: rgb(70 109 148 / 0.15);
}

.border-s-accent\/20{
  border-inline-start-color: rgb(70 109 148 / 0.2);
}

.border-s-accent\/25{
  border-inline-start-color: rgb(70 109 148 / 0.25);
}

.border-s-accent\/30{
  border-inline-start-color: rgb(70 109 148 / 0.3);
}

.border-s-accent\/35{
  border-inline-start-color: rgb(70 109 148 / 0.35);
}

.border-s-accent\/40{
  border-inline-start-color: rgb(70 109 148 / 0.4);
}

.border-s-accent\/45{
  border-inline-start-color: rgb(70 109 148 / 0.45);
}

.border-s-accent\/5{
  border-inline-start-color: rgb(70 109 148 / 0.05);
}

.border-s-accent\/50{
  border-inline-start-color: rgb(70 109 148 / 0.5);
}

.border-s-accent\/55{
  border-inline-start-color: rgb(70 109 148 / 0.55);
}

.border-s-accent\/60{
  border-inline-start-color: rgb(70 109 148 / 0.6);
}

.border-s-accent\/65{
  border-inline-start-color: rgb(70 109 148 / 0.65);
}

.border-s-accent\/70{
  border-inline-start-color: rgb(70 109 148 / 0.7);
}

.border-s-accent\/75{
  border-inline-start-color: rgb(70 109 148 / 0.75);
}

.border-s-accent\/80{
  border-inline-start-color: rgb(70 109 148 / 0.8);
}

.border-s-accent\/85{
  border-inline-start-color: rgb(70 109 148 / 0.85);
}

.border-s-accent\/90{
  border-inline-start-color: rgb(70 109 148 / 0.9);
}

.border-s-accent\/95{
  border-inline-start-color: rgb(70 109 148 / 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\/15{
  border-inline-start-color: rgb(254 243 199 / 0.15);
}

.border-s-amber-100\/20{
  border-inline-start-color: rgb(254 243 199 / 0.2);
}

.border-s-amber-100\/25{
  border-inline-start-color: rgb(254 243 199 / 0.25);
}

.border-s-amber-100\/30{
  border-inline-start-color: rgb(254 243 199 / 0.3);
}

.border-s-amber-100\/35{
  border-inline-start-color: rgb(254 243 199 / 0.35);
}

.border-s-amber-100\/40{
  border-inline-start-color: rgb(254 243 199 / 0.4);
}

.border-s-amber-100\/45{
  border-inline-start-color: rgb(254 243 199 / 0.45);
}

.border-s-amber-100\/5{
  border-inline-start-color: rgb(254 243 199 / 0.05);
}

.border-s-amber-100\/50{
  border-inline-start-color: rgb(254 243 199 / 0.5);
}

.border-s-amber-100\/55{
  border-inline-start-color: rgb(254 243 199 / 0.55);
}

.border-s-amber-100\/60{
  border-inline-start-color: rgb(254 243 199 / 0.6);
}

.border-s-amber-100\/65{
  border-inline-start-color: rgb(254 243 199 / 0.65);
}

.border-s-amber-100\/70{
  border-inline-start-color: rgb(254 243 199 / 0.7);
}

.border-s-amber-100\/75{
  border-inline-start-color: rgb(254 243 199 / 0.75);
}

.border-s-amber-100\/80{
  border-inline-start-color: rgb(254 243 199 / 0.8);
}

.border-s-amber-100\/85{
  border-inline-start-color: rgb(254 243 199 / 0.85);
}

.border-s-amber-100\/90{
  border-inline-start-color: rgb(254 243 199 / 0.9);
}

.border-s-amber-100\/95{
  border-inline-start-color: rgb(254 243 199 / 0.95);
}

.border-s-amber-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-s-amber-200\/0{
  border-inline-start-color: rgb(253 230 138 / 0);
}

.border-s-amber-200\/10{
  border-inline-start-color: rgb(253 230 138 / 0.1);
}

.border-s-amber-200\/100{
  border-inline-start-color: rgb(253 230 138 / 1);
}

.border-s-amber-200\/15{
  border-inline-start-color: rgb(253 230 138 / 0.15);
}

.border-s-amber-200\/20{
  border-inline-start-color: rgb(253 230 138 / 0.2);
}

.border-s-amber-200\/25{
  border-inline-start-color: rgb(253 230 138 / 0.25);
}

.border-s-amber-200\/30{
  border-inline-start-color: rgb(253 230 138 / 0.3);
}

.border-s-amber-200\/35{
  border-inline-start-color: rgb(253 230 138 / 0.35);
}

.border-s-amber-200\/40{
  border-inline-start-color: rgb(253 230 138 / 0.4);
}

.border-s-amber-200\/45{
  border-inline-start-color: rgb(253 230 138 / 0.45);
}

.border-s-amber-200\/5{
  border-inline-start-color: rgb(253 230 138 / 0.05);
}

.border-s-amber-200\/50{
  border-inline-start-color: rgb(253 230 138 / 0.5);
}

.border-s-amber-200\/55{
  border-inline-start-color: rgb(253 230 138 / 0.55);
}

.border-s-amber-200\/60{
  border-inline-start-color: rgb(253 230 138 / 0.6);
}

.border-s-amber-200\/65{
  border-inline-start-color: rgb(253 230 138 / 0.65);
}

.border-s-amber-200\/70{
  border-inline-start-color: rgb(253 230 138 / 0.7);
}

.border-s-amber-200\/75{
  border-inline-start-color: rgb(253 230 138 / 0.75);
}

.border-s-amber-200\/80{
  border-inline-start-color: rgb(253 230 138 / 0.8);
}

.border-s-amber-200\/85{
  border-inline-start-color: rgb(253 230 138 / 0.85);
}

.border-s-amber-200\/90{
  border-inline-start-color: rgb(253 230 138 / 0.9);
}

.border-s-amber-200\/95{
  border-inline-start-color: rgb(253 230 138 / 0.95);
}

.border-s-amber-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-s-amber-300\/0{
  border-inline-start-color: rgb(252 211 77 / 0);
}

.border-s-amber-300\/10{
  border-inline-start-color: rgb(252 211 77 / 0.1);
}

.border-s-amber-300\/100{
  border-inline-start-color: rgb(252 211 77 / 1);
}

.border-s-amber-300\/15{
  border-inline-start-color: rgb(252 211 77 / 0.15);
}

.border-s-amber-300\/20{
  border-inline-start-color: rgb(252 211 77 / 0.2);
}

.border-s-amber-300\/25{
  border-inline-start-color: rgb(252 211 77 / 0.25);
}

.border-s-amber-300\/30{
  border-inline-start-color: rgb(252 211 77 / 0.3);
}

.border-s-amber-300\/35{
  border-inline-start-color: rgb(252 211 77 / 0.35);
}

.border-s-amber-300\/40{
  border-inline-start-color: rgb(252 211 77 / 0.4);
}

.border-s-amber-300\/45{
  border-inline-start-color: rgb(252 211 77 / 0.45);
}

.border-s-amber-300\/5{
  border-inline-start-color: rgb(252 211 77 / 0.05);
}

.border-s-amber-300\/50{
  border-inline-start-color: rgb(252 211 77 / 0.5);
}

.border-s-amber-300\/55{
  border-inline-start-color: rgb(252 211 77 / 0.55);
}

.border-s-amber-300\/60{
  border-inline-start-color: rgb(252 211 77 / 0.6);
}

.border-s-amber-300\/65{
  border-inline-start-color: rgb(252 211 77 / 0.65);
}

.border-s-amber-300\/70{
  border-inline-start-color: rgb(252 211 77 / 0.7);
}

.border-s-amber-300\/75{
  border-inline-start-color: rgb(252 211 77 / 0.75);
}

.border-s-amber-300\/80{
  border-inline-start-color: rgb(252 211 77 / 0.8);
}

.border-s-amber-300\/85{
  border-inline-start-color: rgb(252 211 77 / 0.85);
}

.border-s-amber-300\/90{
  border-inline-start-color: rgb(252 211 77 / 0.9);
}

.border-s-amber-300\/95{
  border-inline-start-color: rgb(252 211 77 / 0.95);
}

.border-s-amber-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-s-amber-400\/0{
  border-inline-start-color: rgb(251 191 36 / 0);
}

.border-s-amber-400\/10{
  border-inline-start-color: rgb(251 191 36 / 0.1);
}

.border-s-amber-400\/100{
  border-inline-start-color: rgb(251 191 36 / 1);
}

.border-s-amber-400\/15{
  border-inline-start-color: rgb(251 191 36 / 0.15);
}

.border-s-amber-400\/20{
  border-inline-start-color: rgb(251 191 36 / 0.2);
}

.border-s-amber-400\/25{
  border-inline-start-color: rgb(251 191 36 / 0.25);
}

.border-s-amber-400\/30{
  border-inline-start-color: rgb(251 191 36 / 0.3);
}

.border-s-amber-400\/35{
  border-inline-start-color: rgb(251 191 36 / 0.35);
}

.border-s-amber-400\/40{
  border-inline-start-color: rgb(251 191 36 / 0.4);
}

.border-s-amber-400\/45{
  border-inline-start-color: rgb(251 191 36 / 0.45);
}

.border-s-amber-400\/5{
  border-inline-start-color: rgb(251 191 36 / 0.05);
}

.border-s-amber-400\/50{
  border-inline-start-color: rgb(251 191 36 / 0.5);
}

.border-s-amber-400\/55{
  border-inline-start-color: rgb(251 191 36 / 0.55);
}

.border-s-amber-400\/60{
  border-inline-start-color: rgb(251 191 36 / 0.6);
}

.border-s-amber-400\/65{
  border-inline-start-color: rgb(251 191 36 / 0.65);
}

.border-s-amber-400\/70{
  border-inline-start-color: rgb(251 191 36 / 0.7);
}

.border-s-amber-400\/75{
  border-inline-start-color: rgb(251 191 36 / 0.75);
}

.border-s-amber-400\/80{
  border-inline-start-color: rgb(251 191 36 / 0.8);
}

.border-s-amber-400\/85{
  border-inline-start-color: rgb(251 191 36 / 0.85);
}

.border-s-amber-400\/90{
  border-inline-start-color: rgb(251 191 36 / 0.9);
}

.border-s-amber-400\/95{
  border-inline-start-color: rgb(251 191 36 / 0.95);
}

.border-s-amber-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-s-amber-50\/0{
  border-inline-start-color: rgb(255 251 235 / 0);
}

.border-s-amber-50\/10{
  border-inline-start-color: rgb(255 251 235 / 0.1);
}

.border-s-amber-50\/100{
  border-inline-start-color: rgb(255 251 235 / 1);
}

.border-s-amber-50\/15{
  border-inline-start-color: rgb(255 251 235 / 0.15);
}

.border-s-amber-50\/20{
  border-inline-start-color: rgb(255 251 235 / 0.2);
}

.border-s-amber-50\/25{
  border-inline-start-color: rgb(255 251 235 / 0.25);
}

.border-s-amber-50\/30{
  border-inline-start-color: rgb(255 251 235 / 0.3);
}

.border-s-amber-50\/35{
  border-inline-start-color: rgb(255 251 235 / 0.35);
}

.border-s-amber-50\/40{
  border-inline-start-color: rgb(255 251 235 / 0.4);
}

.border-s-amber-50\/45{
  border-inline-start-color: rgb(255 251 235 / 0.45);
}

.border-s-amber-50\/5{
  border-inline-start-color: rgb(255 251 235 / 0.05);
}

.border-s-amber-50\/50{
  border-inline-start-color: rgb(255 251 235 / 0.5);
}

.border-s-amber-50\/55{
  border-inline-start-color: rgb(255 251 235 / 0.55);
}

.border-s-amber-50\/60{
  border-inline-start-color: rgb(255 251 235 / 0.6);
}

.border-s-amber-50\/65{
  border-inline-start-color: rgb(255 251 235 / 0.65);
}

.border-s-amber-50\/70{
  border-inline-start-color: rgb(255 251 235 / 0.7);
}

.border-s-amber-50\/75{
  border-inline-start-color: rgb(255 251 235 / 0.75);
}

.border-s-amber-50\/80{
  border-inline-start-color: rgb(255 251 235 / 0.8);
}

.border-s-amber-50\/85{
  border-inline-start-color: rgb(255 251 235 / 0.85);
}

.border-s-amber-50\/90{
  border-inline-start-color: rgb(255 251 235 / 0.9);
}

.border-s-amber-50\/95{
  border-inline-start-color: rgb(255 251 235 / 0.95);
}

.border-s-amber-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-s-amber-500\/0{
  border-inline-start-color: rgb(245 158 11 / 0);
}

.border-s-amber-500\/10{
  border-inline-start-color: rgb(245 158 11 / 0.1);
}

.border-s-amber-500\/100{
  border-inline-start-color: rgb(245 158 11 / 1);
}

.border-s-amber-500\/15{
  border-inline-start-color: rgb(245 158 11 / 0.15);
}

.border-s-amber-500\/20{
  border-inline-start-color: rgb(245 158 11 / 0.2);
}

.border-s-amber-500\/25{
  border-inline-start-color: rgb(245 158 11 / 0.25);
}

.border-s-amber-500\/30{
  border-inline-start-color: rgb(245 158 11 / 0.3);
}

.border-s-amber-500\/35{
  border-inline-start-color: rgb(245 158 11 / 0.35);
}

.border-s-amber-500\/40{
  border-inline-start-color: rgb(245 158 11 / 0.4);
}

.border-s-amber-500\/45{
  border-inline-start-color: rgb(245 158 11 / 0.45);
}

.border-s-amber-500\/5{
  border-inline-start-color: rgb(245 158 11 / 0.05);
}

.border-s-amber-500\/50{
  border-inline-start-color: rgb(245 158 11 / 0.5);
}

.border-s-amber-500\/55{
  border-inline-start-color: rgb(245 158 11 / 0.55);
}

.border-s-amber-500\/60{
  border-inline-start-color: rgb(245 158 11 / 0.6);
}

.border-s-amber-500\/65{
  border-inline-start-color: rgb(245 158 11 / 0.65);
}

.border-s-amber-500\/70{
  border-inline-start-color: rgb(245 158 11 / 0.7);
}

.border-s-amber-500\/75{
  border-inline-start-color: rgb(245 158 11 / 0.75);
}

.border-s-amber-500\/80{
  border-inline-start-color: rgb(245 158 11 / 0.8);
}

.border-s-amber-500\/85{
  border-inline-start-color: rgb(245 158 11 / 0.85);
}

.border-s-amber-500\/90{
  border-inline-start-color: rgb(245 158 11 / 0.9);
}

.border-s-amber-500\/95{
  border-inline-start-color: rgb(245 158 11 / 0.95);
}

.border-s-amber-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-s-amber-600\/0{
  border-inline-start-color: rgb(217 119 6 / 0);
}

.border-s-amber-600\/10{
  border-inline-start-color: rgb(217 119 6 / 0.1);
}

.border-s-amber-600\/100{
  border-inline-start-color: rgb(217 119 6 / 1);
}

.border-s-amber-600\/15{
  border-inline-start-color: rgb(217 119 6 / 0.15);
}

.border-s-amber-600\/20{
  border-inline-start-color: rgb(217 119 6 / 0.2);
}

.border-s-amber-600\/25{
  border-inline-start-color: rgb(217 119 6 / 0.25);
}

.border-s-amber-600\/30{
  border-inline-start-color: rgb(217 119 6 / 0.3);
}

.border-s-amber-600\/35{
  border-inline-start-color: rgb(217 119 6 / 0.35);
}

.border-s-amber-600\/40{
  border-inline-start-color: rgb(217 119 6 / 0.4);
}

.border-s-amber-600\/45{
  border-inline-start-color: rgb(217 119 6 / 0.45);
}

.border-s-amber-600\/5{
  border-inline-start-color: rgb(217 119 6 / 0.05);
}

.border-s-amber-600\/50{
  border-inline-start-color: rgb(217 119 6 / 0.5);
}

.border-s-amber-600\/55{
  border-inline-start-color: rgb(217 119 6 / 0.55);
}

.border-s-amber-600\/60{
  border-inline-start-color: rgb(217 119 6 / 0.6);
}

.border-s-amber-600\/65{
  border-inline-start-color: rgb(217 119 6 / 0.65);
}

.border-s-amber-600\/70{
  border-inline-start-color: rgb(217 119 6 / 0.7);
}

.border-s-amber-600\/75{
  border-inline-start-color: rgb(217 119 6 / 0.75);
}

.border-s-amber-600\/80{
  border-inline-start-color: rgb(217 119 6 / 0.8);
}

.border-s-amber-600\/85{
  border-inline-start-color: rgb(217 119 6 / 0.85);
}

.border-s-amber-600\/90{
  border-inline-start-color: rgb(217 119 6 / 0.9);
}

.border-s-amber-600\/95{
  border-inline-start-color: rgb(217 119 6 / 0.95);
}

.border-s-amber-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-s-amber-700\/0{
  border-inline-start-color: rgb(180 83 9 / 0);
}

.border-s-amber-700\/10{
  border-inline-start-color: rgb(180 83 9 / 0.1);
}

.border-s-amber-700\/100{
  border-inline-start-color: rgb(180 83 9 / 1);
}

.border-s-amber-700\/15{
  border-inline-start-color: rgb(180 83 9 / 0.15);
}

.border-s-amber-700\/20{
  border-inline-start-color: rgb(180 83 9 / 0.2);
}

.border-s-amber-700\/25{
  border-inline-start-color: rgb(180 83 9 / 0.25);
}

.border-s-amber-700\/30{
  border-inline-start-color: rgb(180 83 9 / 0.3);
}

.border-s-amber-700\/35{
  border-inline-start-color: rgb(180 83 9 / 0.35);
}

.border-s-amber-700\/40{
  border-inline-start-color: rgb(180 83 9 / 0.4);
}

.border-s-amber-700\/45{
  border-inline-start-color: rgb(180 83 9 / 0.45);
}

.border-s-amber-700\/5{
  border-inline-start-color: rgb(180 83 9 / 0.05);
}

.border-s-amber-700\/50{
  border-inline-start-color: rgb(180 83 9 / 0.5);
}

.border-s-amber-700\/55{
  border-inline-start-color: rgb(180 83 9 / 0.55);
}

.border-s-amber-700\/60{
  border-inline-start-color: rgb(180 83 9 / 0.6);
}

.border-s-amber-700\/65{
  border-inline-start-color: rgb(180 83 9 / 0.65);
}

.border-s-amber-700\/70{
  border-inline-start-color: rgb(180 83 9 / 0.7);
}

.border-s-amber-700\/75{
  border-inline-start-color: rgb(180 83 9 / 0.75);
}

.border-s-amber-700\/80{
  border-inline-start-color: rgb(180 83 9 / 0.8);
}

.border-s-amber-700\/85{
  border-inline-start-color: rgb(180 83 9 / 0.85);
}

.border-s-amber-700\/90{
  border-inline-start-color: rgb(180 83 9 / 0.9);
}

.border-s-amber-700\/95{
  border-inline-start-color: rgb(180 83 9 / 0.95);
}

.border-s-amber-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-s-amber-800\/0{
  border-inline-start-color: rgb(146 64 14 / 0);
}

.border-s-amber-800\/10{
  border-inline-start-color: rgb(146 64 14 / 0.1);
}

.border-s-amber-800\/100{
  border-inline-start-color: rgb(146 64 14 / 1);
}

.border-s-amber-800\/15{
  border-inline-start-color: rgb(146 64 14 / 0.15);
}

.border-s-amber-800\/20{
  border-inline-start-color: rgb(146 64 14 / 0.2);
}

.border-s-amber-800\/25{
  border-inline-start-color: rgb(146 64 14 / 0.25);
}

.border-s-amber-800\/30{
  border-inline-start-color: rgb(146 64 14 / 0.3);
}

.border-s-amber-800\/35{
  border-inline-start-color: rgb(146 64 14 / 0.35);
}

.border-s-amber-800\/40{
  border-inline-start-color: rgb(146 64 14 / 0.4);
}

.border-s-amber-800\/45{
  border-inline-start-color: rgb(146 64 14 / 0.45);
}

.border-s-amber-800\/5{
  border-inline-start-color: rgb(146 64 14 / 0.05);
}

.border-s-amber-800\/50{
  border-inline-start-color: rgb(146 64 14 / 0.5);
}

.border-s-amber-800\/55{
  border-inline-start-color: rgb(146 64 14 / 0.55);
}

.border-s-amber-800\/60{
  border-inline-start-color: rgb(146 64 14 / 0.6);
}

.border-s-amber-800\/65{
  border-inline-start-color: rgb(146 64 14 / 0.65);
}

.border-s-amber-800\/70{
  border-inline-start-color: rgb(146 64 14 / 0.7);
}

.border-s-amber-800\/75{
  border-inline-start-color: rgb(146 64 14 / 0.75);
}

.border-s-amber-800\/80{
  border-inline-start-color: rgb(146 64 14 / 0.8);
}

.border-s-amber-800\/85{
  border-inline-start-color: rgb(146 64 14 / 0.85);
}

.border-s-amber-800\/90{
  border-inline-start-color: rgb(146 64 14 / 0.9);
}

.border-s-amber-800\/95{
  border-inline-start-color: rgb(146 64 14 / 0.95);
}

.border-s-amber-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-s-amber-900\/0{
  border-inline-start-color: rgb(120 53 15 / 0);
}

.border-s-amber-900\/10{
  border-inline-start-color: rgb(120 53 15 / 0.1);
}

.border-s-amber-900\/100{
  border-inline-start-color: rgb(120 53 15 / 1);
}

.border-s-amber-900\/15{
  border-inline-start-color: rgb(120 53 15 / 0.15);
}

.border-s-amber-900\/20{
  border-inline-start-color: rgb(120 53 15 / 0.2);
}

.border-s-amber-900\/25{
  border-inline-start-color: rgb(120 53 15 / 0.25);
}

.border-s-amber-900\/30{
  border-inline-start-color: rgb(120 53 15 / 0.3);
}

.border-s-amber-900\/35{
  border-inline-start-color: rgb(120 53 15 / 0.35);
}

.border-s-amber-900\/40{
  border-inline-start-color: rgb(120 53 15 / 0.4);
}

.border-s-amber-900\/45{
  border-inline-start-color: rgb(120 53 15 / 0.45);
}

.border-s-amber-900\/5{
  border-inline-start-color: rgb(120 53 15 / 0.05);
}

.border-s-amber-900\/50{
  border-inline-start-color: rgb(120 53 15 / 0.5);
}

.border-s-amber-900\/55{
  border-inline-start-color: rgb(120 53 15 / 0.55);
}

.border-s-amber-900\/60{
  border-inline-start-color: rgb(120 53 15 / 0.6);
}

.border-s-amber-900\/65{
  border-inline-start-color: rgb(120 53 15 / 0.65);
}

.border-s-amber-900\/70{
  border-inline-start-color: rgb(120 53 15 / 0.7);
}

.border-s-amber-900\/75{
  border-inline-start-color: rgb(120 53 15 / 0.75);
}

.border-s-amber-900\/80{
  border-inline-start-color: rgb(120 53 15 / 0.8);
}

.border-s-amber-900\/85{
  border-inline-start-color: rgb(120 53 15 / 0.85);
}

.border-s-amber-900\/90{
  border-inline-start-color: rgb(120 53 15 / 0.9);
}

.border-s-amber-900\/95{
  border-inline-start-color: rgb(120 53 15 / 0.95);
}

.border-s-amber-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-s-amber-950\/0{
  border-inline-start-color: rgb(69 26 3 / 0);
}

.border-s-amber-950\/10{
  border-inline-start-color: rgb(69 26 3 / 0.1);
}

.border-s-amber-950\/100{
  border-inline-start-color: rgb(69 26 3 / 1);
}

.border-s-amber-950\/15{
  border-inline-start-color: rgb(69 26 3 / 0.15);
}

.border-s-amber-950\/20{
  border-inline-start-color: rgb(69 26 3 / 0.2);
}

.border-s-amber-950\/25{
  border-inline-start-color: rgb(69 26 3 / 0.25);
}

.border-s-amber-950\/30{
  border-inline-start-color: rgb(69 26 3 / 0.3);
}

.border-s-amber-950\/35{
  border-inline-start-color: rgb(69 26 3 / 0.35);
}

.border-s-amber-950\/40{
  border-inline-start-color: rgb(69 26 3 / 0.4);
}

.border-s-amber-950\/45{
  border-inline-start-color: rgb(69 26 3 / 0.45);
}

.border-s-amber-950\/5{
  border-inline-start-color: rgb(69 26 3 / 0.05);
}

.border-s-amber-950\/50{
  border-inline-start-color: rgb(69 26 3 / 0.5);
}

.border-s-amber-950\/55{
  border-inline-start-color: rgb(69 26 3 / 0.55);
}

.border-s-amber-950\/60{
  border-inline-start-color: rgb(69 26 3 / 0.6);
}

.border-s-amber-950\/65{
  border-inline-start-color: rgb(69 26 3 / 0.65);
}

.border-s-amber-950\/70{
  border-inline-start-color: rgb(69 26 3 / 0.7);
}

.border-s-amber-950\/75{
  border-inline-start-color: rgb(69 26 3 / 0.75);
}

.border-s-amber-950\/80{
  border-inline-start-color: rgb(69 26 3 / 0.8);
}

.border-s-amber-950\/85{
  border-inline-start-color: rgb(69 26 3 / 0.85);
}

.border-s-amber-950\/90{
  border-inline-start-color: rgb(69 26 3 / 0.9);
}

.border-s-amber-950\/95{
  border-inline-start-color: rgb(69 26 3 / 0.95);
}

.border-s-background{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.border-s-background\/0{
  border-inline-start-color: rgb(245 246 250 / 0);
}

.border-s-background\/10{
  border-inline-start-color: rgb(245 246 250 / 0.1);
}

.border-s-background\/100{
  border-inline-start-color: rgb(245 246 250 / 1);
}

.border-s-background\/15{
  border-inline-start-color: rgb(245 246 250 / 0.15);
}

.border-s-background\/20{
  border-inline-start-color: rgb(245 246 250 / 0.2);
}

.border-s-background\/25{
  border-inline-start-color: rgb(245 246 250 / 0.25);
}

.border-s-background\/30{
  border-inline-start-color: rgb(245 246 250 / 0.3);
}

.border-s-background\/35{
  border-inline-start-color: rgb(245 246 250 / 0.35);
}

.border-s-background\/40{
  border-inline-start-color: rgb(245 246 250 / 0.4);
}

.border-s-background\/45{
  border-inline-start-color: rgb(245 246 250 / 0.45);
}

.border-s-background\/5{
  border-inline-start-color: rgb(245 246 250 / 0.05);
}

.border-s-background\/50{
  border-inline-start-color: rgb(245 246 250 / 0.5);
}

.border-s-background\/55{
  border-inline-start-color: rgb(245 246 250 / 0.55);
}

.border-s-background\/60{
  border-inline-start-color: rgb(245 246 250 / 0.6);
}

.border-s-background\/65{
  border-inline-start-color: rgb(245 246 250 / 0.65);
}

.border-s-background\/70{
  border-inline-start-color: rgb(245 246 250 / 0.7);
}

.border-s-background\/75{
  border-inline-start-color: rgb(245 246 250 / 0.75);
}

.border-s-background\/80{
  border-inline-start-color: rgb(245 246 250 / 0.8);
}

.border-s-background\/85{
  border-inline-start-color: rgb(245 246 250 / 0.85);
}

.border-s-background\/90{
  border-inline-start-color: rgb(245 246 250 / 0.9);
}

.border-s-background\/95{
  border-inline-start-color: rgb(245 246 250 / 0.95);
}

.border-s-black{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.border-s-black\/0{
  border-inline-start-color: rgb(41 44 53 / 0);
}

.border-s-black\/10{
  border-inline-start-color: rgb(41 44 53 / 0.1);
}

.border-s-black\/100{
  border-inline-start-color: rgb(41 44 53 / 1);
}

.border-s-black\/15{
  border-inline-start-color: rgb(41 44 53 / 0.15);
}

.border-s-black\/20{
  border-inline-start-color: rgb(41 44 53 / 0.2);
}

.border-s-black\/25{
  border-inline-start-color: rgb(41 44 53 / 0.25);
}

.border-s-black\/30{
  border-inline-start-color: rgb(41 44 53 / 0.3);
}

.border-s-black\/35{
  border-inline-start-color: rgb(41 44 53 / 0.35);
}

.border-s-black\/40{
  border-inline-start-color: rgb(41 44 53 / 0.4);
}

.border-s-black\/45{
  border-inline-start-color: rgb(41 44 53 / 0.45);
}

.border-s-black\/5{
  border-inline-start-color: rgb(41 44 53 / 0.05);
}

.border-s-black\/50{
  border-inline-start-color: rgb(41 44 53 / 0.5);
}

.border-s-black\/55{
  border-inline-start-color: rgb(41 44 53 / 0.55);
}

.border-s-black\/60{
  border-inline-start-color: rgb(41 44 53 / 0.6);
}

.border-s-black\/65{
  border-inline-start-color: rgb(41 44 53 / 0.65);
}

.border-s-black\/70{
  border-inline-start-color: rgb(41 44 53 / 0.7);
}

.border-s-black\/75{
  border-inline-start-color: rgb(41 44 53 / 0.75);
}

.border-s-black\/80{
  border-inline-start-color: rgb(41 44 53 / 0.8);
}

.border-s-black\/85{
  border-inline-start-color: rgb(41 44 53 / 0.85);
}

.border-s-black\/90{
  border-inline-start-color: rgb(41 44 53 / 0.9);
}

.border-s-black\/95{
  border-inline-start-color: rgb(41 44 53 / 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\/15{
  border-inline-start-color: rgb(219 234 254 / 0.15);
}

.border-s-blue-100\/20{
  border-inline-start-color: rgb(219 234 254 / 0.2);
}

.border-s-blue-100\/25{
  border-inline-start-color: rgb(219 234 254 / 0.25);
}

.border-s-blue-100\/30{
  border-inline-start-color: rgb(219 234 254 / 0.3);
}

.border-s-blue-100\/35{
  border-inline-start-color: rgb(219 234 254 / 0.35);
}

.border-s-blue-100\/40{
  border-inline-start-color: rgb(219 234 254 / 0.4);
}

.border-s-blue-100\/45{
  border-inline-start-color: rgb(219 234 254 / 0.45);
}

.border-s-blue-100\/5{
  border-inline-start-color: rgb(219 234 254 / 0.05);
}

.border-s-blue-100\/50{
  border-inline-start-color: rgb(219 234 254 / 0.5);
}

.border-s-blue-100\/55{
  border-inline-start-color: rgb(219 234 254 / 0.55);
}

.border-s-blue-100\/60{
  border-inline-start-color: rgb(219 234 254 / 0.6);
}

.border-s-blue-100\/65{
  border-inline-start-color: rgb(219 234 254 / 0.65);
}

.border-s-blue-100\/70{
  border-inline-start-color: rgb(219 234 254 / 0.7);
}

.border-s-blue-100\/75{
  border-inline-start-color: rgb(219 234 254 / 0.75);
}

.border-s-blue-100\/80{
  border-inline-start-color: rgb(219 234 254 / 0.8);
}

.border-s-blue-100\/85{
  border-inline-start-color: rgb(219 234 254 / 0.85);
}

.border-s-blue-100\/90{
  border-inline-start-color: rgb(219 234 254 / 0.9);
}

.border-s-blue-100\/95{
  border-inline-start-color: rgb(219 234 254 / 0.95);
}

.border-s-blue-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-s-blue-200\/0{
  border-inline-start-color: rgb(191 219 254 / 0);
}

.border-s-blue-200\/10{
  border-inline-start-color: rgb(191 219 254 / 0.1);
}

.border-s-blue-200\/100{
  border-inline-start-color: rgb(191 219 254 / 1);
}

.border-s-blue-200\/15{
  border-inline-start-color: rgb(191 219 254 / 0.15);
}

.border-s-blue-200\/20{
  border-inline-start-color: rgb(191 219 254 / 0.2);
}

.border-s-blue-200\/25{
  border-inline-start-color: rgb(191 219 254 / 0.25);
}

.border-s-blue-200\/30{
  border-inline-start-color: rgb(191 219 254 / 0.3);
}

.border-s-blue-200\/35{
  border-inline-start-color: rgb(191 219 254 / 0.35);
}

.border-s-blue-200\/40{
  border-inline-start-color: rgb(191 219 254 / 0.4);
}

.border-s-blue-200\/45{
  border-inline-start-color: rgb(191 219 254 / 0.45);
}

.border-s-blue-200\/5{
  border-inline-start-color: rgb(191 219 254 / 0.05);
}

.border-s-blue-200\/50{
  border-inline-start-color: rgb(191 219 254 / 0.5);
}

.border-s-blue-200\/55{
  border-inline-start-color: rgb(191 219 254 / 0.55);
}

.border-s-blue-200\/60{
  border-inline-start-color: rgb(191 219 254 / 0.6);
}

.border-s-blue-200\/65{
  border-inline-start-color: rgb(191 219 254 / 0.65);
}

.border-s-blue-200\/70{
  border-inline-start-color: rgb(191 219 254 / 0.7);
}

.border-s-blue-200\/75{
  border-inline-start-color: rgb(191 219 254 / 0.75);
}

.border-s-blue-200\/80{
  border-inline-start-color: rgb(191 219 254 / 0.8);
}

.border-s-blue-200\/85{
  border-inline-start-color: rgb(191 219 254 / 0.85);
}

.border-s-blue-200\/90{
  border-inline-start-color: rgb(191 219 254 / 0.9);
}

.border-s-blue-200\/95{
  border-inline-start-color: rgb(191 219 254 / 0.95);
}

.border-s-blue-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-s-blue-300\/0{
  border-inline-start-color: rgb(147 197 253 / 0);
}

.border-s-blue-300\/10{
  border-inline-start-color: rgb(147 197 253 / 0.1);
}

.border-s-blue-300\/100{
  border-inline-start-color: rgb(147 197 253 / 1);
}

.border-s-blue-300\/15{
  border-inline-start-color: rgb(147 197 253 / 0.15);
}

.border-s-blue-300\/20{
  border-inline-start-color: rgb(147 197 253 / 0.2);
}

.border-s-blue-300\/25{
  border-inline-start-color: rgb(147 197 253 / 0.25);
}

.border-s-blue-300\/30{
  border-inline-start-color: rgb(147 197 253 / 0.3);
}

.border-s-blue-300\/35{
  border-inline-start-color: rgb(147 197 253 / 0.35);
}

.border-s-blue-300\/40{
  border-inline-start-color: rgb(147 197 253 / 0.4);
}

.border-s-blue-300\/45{
  border-inline-start-color: rgb(147 197 253 / 0.45);
}

.border-s-blue-300\/5{
  border-inline-start-color: rgb(147 197 253 / 0.05);
}

.border-s-blue-300\/50{
  border-inline-start-color: rgb(147 197 253 / 0.5);
}

.border-s-blue-300\/55{
  border-inline-start-color: rgb(147 197 253 / 0.55);
}

.border-s-blue-300\/60{
  border-inline-start-color: rgb(147 197 253 / 0.6);
}

.border-s-blue-300\/65{
  border-inline-start-color: rgb(147 197 253 / 0.65);
}

.border-s-blue-300\/70{
  border-inline-start-color: rgb(147 197 253 / 0.7);
}

.border-s-blue-300\/75{
  border-inline-start-color: rgb(147 197 253 / 0.75);
}

.border-s-blue-300\/80{
  border-inline-start-color: rgb(147 197 253 / 0.8);
}

.border-s-blue-300\/85{
  border-inline-start-color: rgb(147 197 253 / 0.85);
}

.border-s-blue-300\/90{
  border-inline-start-color: rgb(147 197 253 / 0.9);
}

.border-s-blue-300\/95{
  border-inline-start-color: rgb(147 197 253 / 0.95);
}

.border-s-blue-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-s-blue-400\/0{
  border-inline-start-color: rgb(96 165 250 / 0);
}

.border-s-blue-400\/10{
  border-inline-start-color: rgb(96 165 250 / 0.1);
}

.border-s-blue-400\/100{
  border-inline-start-color: rgb(96 165 250 / 1);
}

.border-s-blue-400\/15{
  border-inline-start-color: rgb(96 165 250 / 0.15);
}

.border-s-blue-400\/20{
  border-inline-start-color: rgb(96 165 250 / 0.2);
}

.border-s-blue-400\/25{
  border-inline-start-color: rgb(96 165 250 / 0.25);
}

.border-s-blue-400\/30{
  border-inline-start-color: rgb(96 165 250 / 0.3);
}

.border-s-blue-400\/35{
  border-inline-start-color: rgb(96 165 250 / 0.35);
}

.border-s-blue-400\/40{
  border-inline-start-color: rgb(96 165 250 / 0.4);
}

.border-s-blue-400\/45{
  border-inline-start-color: rgb(96 165 250 / 0.45);
}

.border-s-blue-400\/5{
  border-inline-start-color: rgb(96 165 250 / 0.05);
}

.border-s-blue-400\/50{
  border-inline-start-color: rgb(96 165 250 / 0.5);
}

.border-s-blue-400\/55{
  border-inline-start-color: rgb(96 165 250 / 0.55);
}

.border-s-blue-400\/60{
  border-inline-start-color: rgb(96 165 250 / 0.6);
}

.border-s-blue-400\/65{
  border-inline-start-color: rgb(96 165 250 / 0.65);
}

.border-s-blue-400\/70{
  border-inline-start-color: rgb(96 165 250 / 0.7);
}

.border-s-blue-400\/75{
  border-inline-start-color: rgb(96 165 250 / 0.75);
}

.border-s-blue-400\/80{
  border-inline-start-color: rgb(96 165 250 / 0.8);
}

.border-s-blue-400\/85{
  border-inline-start-color: rgb(96 165 250 / 0.85);
}

.border-s-blue-400\/90{
  border-inline-start-color: rgb(96 165 250 / 0.9);
}

.border-s-blue-400\/95{
  border-inline-start-color: rgb(96 165 250 / 0.95);
}

.border-s-blue-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-s-blue-50\/0{
  border-inline-start-color: rgb(239 246 255 / 0);
}

.border-s-blue-50\/10{
  border-inline-start-color: rgb(239 246 255 / 0.1);
}

.border-s-blue-50\/100{
  border-inline-start-color: rgb(239 246 255 / 1);
}

.border-s-blue-50\/15{
  border-inline-start-color: rgb(239 246 255 / 0.15);
}

.border-s-blue-50\/20{
  border-inline-start-color: rgb(239 246 255 / 0.2);
}

.border-s-blue-50\/25{
  border-inline-start-color: rgb(239 246 255 / 0.25);
}

.border-s-blue-50\/30{
  border-inline-start-color: rgb(239 246 255 / 0.3);
}

.border-s-blue-50\/35{
  border-inline-start-color: rgb(239 246 255 / 0.35);
}

.border-s-blue-50\/40{
  border-inline-start-color: rgb(239 246 255 / 0.4);
}

.border-s-blue-50\/45{
  border-inline-start-color: rgb(239 246 255 / 0.45);
}

.border-s-blue-50\/5{
  border-inline-start-color: rgb(239 246 255 / 0.05);
}

.border-s-blue-50\/50{
  border-inline-start-color: rgb(239 246 255 / 0.5);
}

.border-s-blue-50\/55{
  border-inline-start-color: rgb(239 246 255 / 0.55);
}

.border-s-blue-50\/60{
  border-inline-start-color: rgb(239 246 255 / 0.6);
}

.border-s-blue-50\/65{
  border-inline-start-color: rgb(239 246 255 / 0.65);
}

.border-s-blue-50\/70{
  border-inline-start-color: rgb(239 246 255 / 0.7);
}

.border-s-blue-50\/75{
  border-inline-start-color: rgb(239 246 255 / 0.75);
}

.border-s-blue-50\/80{
  border-inline-start-color: rgb(239 246 255 / 0.8);
}

.border-s-blue-50\/85{
  border-inline-start-color: rgb(239 246 255 / 0.85);
}

.border-s-blue-50\/90{
  border-inline-start-color: rgb(239 246 255 / 0.9);
}

.border-s-blue-50\/95{
  border-inline-start-color: rgb(239 246 255 / 0.95);
}

.border-s-blue-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-s-blue-500\/0{
  border-inline-start-color: rgb(59 130 246 / 0);
}

.border-s-blue-500\/10{
  border-inline-start-color: rgb(59 130 246 / 0.1);
}

.border-s-blue-500\/100{
  border-inline-start-color: rgb(59 130 246 / 1);
}

.border-s-blue-500\/15{
  border-inline-start-color: rgb(59 130 246 / 0.15);
}

.border-s-blue-500\/20{
  border-inline-start-color: rgb(59 130 246 / 0.2);
}

.border-s-blue-500\/25{
  border-inline-start-color: rgb(59 130 246 / 0.25);
}

.border-s-blue-500\/30{
  border-inline-start-color: rgb(59 130 246 / 0.3);
}

.border-s-blue-500\/35{
  border-inline-start-color: rgb(59 130 246 / 0.35);
}

.border-s-blue-500\/40{
  border-inline-start-color: rgb(59 130 246 / 0.4);
}

.border-s-blue-500\/45{
  border-inline-start-color: rgb(59 130 246 / 0.45);
}

.border-s-blue-500\/5{
  border-inline-start-color: rgb(59 130 246 / 0.05);
}

.border-s-blue-500\/50{
  border-inline-start-color: rgb(59 130 246 / 0.5);
}

.border-s-blue-500\/55{
  border-inline-start-color: rgb(59 130 246 / 0.55);
}

.border-s-blue-500\/60{
  border-inline-start-color: rgb(59 130 246 / 0.6);
}

.border-s-blue-500\/65{
  border-inline-start-color: rgb(59 130 246 / 0.65);
}

.border-s-blue-500\/70{
  border-inline-start-color: rgb(59 130 246 / 0.7);
}

.border-s-blue-500\/75{
  border-inline-start-color: rgb(59 130 246 / 0.75);
}

.border-s-blue-500\/80{
  border-inline-start-color: rgb(59 130 246 / 0.8);
}

.border-s-blue-500\/85{
  border-inline-start-color: rgb(59 130 246 / 0.85);
}

.border-s-blue-500\/90{
  border-inline-start-color: rgb(59 130 246 / 0.9);
}

.border-s-blue-500\/95{
  border-inline-start-color: rgb(59 130 246 / 0.95);
}

.border-s-blue-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-s-blue-600\/0{
  border-inline-start-color: rgb(37 99 235 / 0);
}

.border-s-blue-600\/10{
  border-inline-start-color: rgb(37 99 235 / 0.1);
}

.border-s-blue-600\/100{
  border-inline-start-color: rgb(37 99 235 / 1);
}

.border-s-blue-600\/15{
  border-inline-start-color: rgb(37 99 235 / 0.15);
}

.border-s-blue-600\/20{
  border-inline-start-color: rgb(37 99 235 / 0.2);
}

.border-s-blue-600\/25{
  border-inline-start-color: rgb(37 99 235 / 0.25);
}

.border-s-blue-600\/30{
  border-inline-start-color: rgb(37 99 235 / 0.3);
}

.border-s-blue-600\/35{
  border-inline-start-color: rgb(37 99 235 / 0.35);
}

.border-s-blue-600\/40{
  border-inline-start-color: rgb(37 99 235 / 0.4);
}

.border-s-blue-600\/45{
  border-inline-start-color: rgb(37 99 235 / 0.45);
}

.border-s-blue-600\/5{
  border-inline-start-color: rgb(37 99 235 / 0.05);
}

.border-s-blue-600\/50{
  border-inline-start-color: rgb(37 99 235 / 0.5);
}

.border-s-blue-600\/55{
  border-inline-start-color: rgb(37 99 235 / 0.55);
}

.border-s-blue-600\/60{
  border-inline-start-color: rgb(37 99 235 / 0.6);
}

.border-s-blue-600\/65{
  border-inline-start-color: rgb(37 99 235 / 0.65);
}

.border-s-blue-600\/70{
  border-inline-start-color: rgb(37 99 235 / 0.7);
}

.border-s-blue-600\/75{
  border-inline-start-color: rgb(37 99 235 / 0.75);
}

.border-s-blue-600\/80{
  border-inline-start-color: rgb(37 99 235 / 0.8);
}

.border-s-blue-600\/85{
  border-inline-start-color: rgb(37 99 235 / 0.85);
}

.border-s-blue-600\/90{
  border-inline-start-color: rgb(37 99 235 / 0.9);
}

.border-s-blue-600\/95{
  border-inline-start-color: rgb(37 99 235 / 0.95);
}

.border-s-blue-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-s-blue-700\/0{
  border-inline-start-color: rgb(29 78 216 / 0);
}

.border-s-blue-700\/10{
  border-inline-start-color: rgb(29 78 216 / 0.1);
}

.border-s-blue-700\/100{
  border-inline-start-color: rgb(29 78 216 / 1);
}

.border-s-blue-700\/15{
  border-inline-start-color: rgb(29 78 216 / 0.15);
}

.border-s-blue-700\/20{
  border-inline-start-color: rgb(29 78 216 / 0.2);
}

.border-s-blue-700\/25{
  border-inline-start-color: rgb(29 78 216 / 0.25);
}

.border-s-blue-700\/30{
  border-inline-start-color: rgb(29 78 216 / 0.3);
}

.border-s-blue-700\/35{
  border-inline-start-color: rgb(29 78 216 / 0.35);
}

.border-s-blue-700\/40{
  border-inline-start-color: rgb(29 78 216 / 0.4);
}

.border-s-blue-700\/45{
  border-inline-start-color: rgb(29 78 216 / 0.45);
}

.border-s-blue-700\/5{
  border-inline-start-color: rgb(29 78 216 / 0.05);
}

.border-s-blue-700\/50{
  border-inline-start-color: rgb(29 78 216 / 0.5);
}

.border-s-blue-700\/55{
  border-inline-start-color: rgb(29 78 216 / 0.55);
}

.border-s-blue-700\/60{
  border-inline-start-color: rgb(29 78 216 / 0.6);
}

.border-s-blue-700\/65{
  border-inline-start-color: rgb(29 78 216 / 0.65);
}

.border-s-blue-700\/70{
  border-inline-start-color: rgb(29 78 216 / 0.7);
}

.border-s-blue-700\/75{
  border-inline-start-color: rgb(29 78 216 / 0.75);
}

.border-s-blue-700\/80{
  border-inline-start-color: rgb(29 78 216 / 0.8);
}

.border-s-blue-700\/85{
  border-inline-start-color: rgb(29 78 216 / 0.85);
}

.border-s-blue-700\/90{
  border-inline-start-color: rgb(29 78 216 / 0.9);
}

.border-s-blue-700\/95{
  border-inline-start-color: rgb(29 78 216 / 0.95);
}

.border-s-blue-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-s-blue-800\/0{
  border-inline-start-color: rgb(30 64 175 / 0);
}

.border-s-blue-800\/10{
  border-inline-start-color: rgb(30 64 175 / 0.1);
}

.border-s-blue-800\/100{
  border-inline-start-color: rgb(30 64 175 / 1);
}

.border-s-blue-800\/15{
  border-inline-start-color: rgb(30 64 175 / 0.15);
}

.border-s-blue-800\/20{
  border-inline-start-color: rgb(30 64 175 / 0.2);
}

.border-s-blue-800\/25{
  border-inline-start-color: rgb(30 64 175 / 0.25);
}

.border-s-blue-800\/30{
  border-inline-start-color: rgb(30 64 175 / 0.3);
}

.border-s-blue-800\/35{
  border-inline-start-color: rgb(30 64 175 / 0.35);
}

.border-s-blue-800\/40{
  border-inline-start-color: rgb(30 64 175 / 0.4);
}

.border-s-blue-800\/45{
  border-inline-start-color: rgb(30 64 175 / 0.45);
}

.border-s-blue-800\/5{
  border-inline-start-color: rgb(30 64 175 / 0.05);
}

.border-s-blue-800\/50{
  border-inline-start-color: rgb(30 64 175 / 0.5);
}

.border-s-blue-800\/55{
  border-inline-start-color: rgb(30 64 175 / 0.55);
}

.border-s-blue-800\/60{
  border-inline-start-color: rgb(30 64 175 / 0.6);
}

.border-s-blue-800\/65{
  border-inline-start-color: rgb(30 64 175 / 0.65);
}

.border-s-blue-800\/70{
  border-inline-start-color: rgb(30 64 175 / 0.7);
}

.border-s-blue-800\/75{
  border-inline-start-color: rgb(30 64 175 / 0.75);
}

.border-s-blue-800\/80{
  border-inline-start-color: rgb(30 64 175 / 0.8);
}

.border-s-blue-800\/85{
  border-inline-start-color: rgb(30 64 175 / 0.85);
}

.border-s-blue-800\/90{
  border-inline-start-color: rgb(30 64 175 / 0.9);
}

.border-s-blue-800\/95{
  border-inline-start-color: rgb(30 64 175 / 0.95);
}

.border-s-blue-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-s-blue-900\/0{
  border-inline-start-color: rgb(30 58 138 / 0);
}

.border-s-blue-900\/10{
  border-inline-start-color: rgb(30 58 138 / 0.1);
}

.border-s-blue-900\/100{
  border-inline-start-color: rgb(30 58 138 / 1);
}

.border-s-blue-900\/15{
  border-inline-start-color: rgb(30 58 138 / 0.15);
}

.border-s-blue-900\/20{
  border-inline-start-color: rgb(30 58 138 / 0.2);
}

.border-s-blue-900\/25{
  border-inline-start-color: rgb(30 58 138 / 0.25);
}

.border-s-blue-900\/30{
  border-inline-start-color: rgb(30 58 138 / 0.3);
}

.border-s-blue-900\/35{
  border-inline-start-color: rgb(30 58 138 / 0.35);
}

.border-s-blue-900\/40{
  border-inline-start-color: rgb(30 58 138 / 0.4);
}

.border-s-blue-900\/45{
  border-inline-start-color: rgb(30 58 138 / 0.45);
}

.border-s-blue-900\/5{
  border-inline-start-color: rgb(30 58 138 / 0.05);
}

.border-s-blue-900\/50{
  border-inline-start-color: rgb(30 58 138 / 0.5);
}

.border-s-blue-900\/55{
  border-inline-start-color: rgb(30 58 138 / 0.55);
}

.border-s-blue-900\/60{
  border-inline-start-color: rgb(30 58 138 / 0.6);
}

.border-s-blue-900\/65{
  border-inline-start-color: rgb(30 58 138 / 0.65);
}

.border-s-blue-900\/70{
  border-inline-start-color: rgb(30 58 138 / 0.7);
}

.border-s-blue-900\/75{
  border-inline-start-color: rgb(30 58 138 / 0.75);
}

.border-s-blue-900\/80{
  border-inline-start-color: rgb(30 58 138 / 0.8);
}

.border-s-blue-900\/85{
  border-inline-start-color: rgb(30 58 138 / 0.85);
}

.border-s-blue-900\/90{
  border-inline-start-color: rgb(30 58 138 / 0.9);
}

.border-s-blue-900\/95{
  border-inline-start-color: rgb(30 58 138 / 0.95);
}

.border-s-blue-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-s-blue-950\/0{
  border-inline-start-color: rgb(23 37 84 / 0);
}

.border-s-blue-950\/10{
  border-inline-start-color: rgb(23 37 84 / 0.1);
}

.border-s-blue-950\/100{
  border-inline-start-color: rgb(23 37 84 / 1);
}

.border-s-blue-950\/15{
  border-inline-start-color: rgb(23 37 84 / 0.15);
}

.border-s-blue-950\/20{
  border-inline-start-color: rgb(23 37 84 / 0.2);
}

.border-s-blue-950\/25{
  border-inline-start-color: rgb(23 37 84 / 0.25);
}

.border-s-blue-950\/30{
  border-inline-start-color: rgb(23 37 84 / 0.3);
}

.border-s-blue-950\/35{
  border-inline-start-color: rgb(23 37 84 / 0.35);
}

.border-s-blue-950\/40{
  border-inline-start-color: rgb(23 37 84 / 0.4);
}

.border-s-blue-950\/45{
  border-inline-start-color: rgb(23 37 84 / 0.45);
}

.border-s-blue-950\/5{
  border-inline-start-color: rgb(23 37 84 / 0.05);
}

.border-s-blue-950\/50{
  border-inline-start-color: rgb(23 37 84 / 0.5);
}

.border-s-blue-950\/55{
  border-inline-start-color: rgb(23 37 84 / 0.55);
}

.border-s-blue-950\/60{
  border-inline-start-color: rgb(23 37 84 / 0.6);
}

.border-s-blue-950\/65{
  border-inline-start-color: rgb(23 37 84 / 0.65);
}

.border-s-blue-950\/70{
  border-inline-start-color: rgb(23 37 84 / 0.7);
}

.border-s-blue-950\/75{
  border-inline-start-color: rgb(23 37 84 / 0.75);
}

.border-s-blue-950\/80{
  border-inline-start-color: rgb(23 37 84 / 0.8);
}

.border-s-blue-950\/85{
  border-inline-start-color: rgb(23 37 84 / 0.85);
}

.border-s-blue-950\/90{
  border-inline-start-color: rgb(23 37 84 / 0.9);
}

.border-s-blue-950\/95{
  border-inline-start-color: rgb(23 37 84 / 0.95);
}

.border-s-csv{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.border-s-csv-hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.border-s-csv-hover\/0{
  border-inline-start-color: rgb(0 114 37 / 0);
}

.border-s-csv-hover\/10{
  border-inline-start-color: rgb(0 114 37 / 0.1);
}

.border-s-csv-hover\/100{
  border-inline-start-color: rgb(0 114 37 / 1);
}

.border-s-csv-hover\/15{
  border-inline-start-color: rgb(0 114 37 / 0.15);
}

.border-s-csv-hover\/20{
  border-inline-start-color: rgb(0 114 37 / 0.2);
}

.border-s-csv-hover\/25{
  border-inline-start-color: rgb(0 114 37 / 0.25);
}

.border-s-csv-hover\/30{
  border-inline-start-color: rgb(0 114 37 / 0.3);
}

.border-s-csv-hover\/35{
  border-inline-start-color: rgb(0 114 37 / 0.35);
}

.border-s-csv-hover\/40{
  border-inline-start-color: rgb(0 114 37 / 0.4);
}

.border-s-csv-hover\/45{
  border-inline-start-color: rgb(0 114 37 / 0.45);
}

.border-s-csv-hover\/5{
  border-inline-start-color: rgb(0 114 37 / 0.05);
}

.border-s-csv-hover\/50{
  border-inline-start-color: rgb(0 114 37 / 0.5);
}

.border-s-csv-hover\/55{
  border-inline-start-color: rgb(0 114 37 / 0.55);
}

.border-s-csv-hover\/60{
  border-inline-start-color: rgb(0 114 37 / 0.6);
}

.border-s-csv-hover\/65{
  border-inline-start-color: rgb(0 114 37 / 0.65);
}

.border-s-csv-hover\/70{
  border-inline-start-color: rgb(0 114 37 / 0.7);
}

.border-s-csv-hover\/75{
  border-inline-start-color: rgb(0 114 37 / 0.75);
}

.border-s-csv-hover\/80{
  border-inline-start-color: rgb(0 114 37 / 0.8);
}

.border-s-csv-hover\/85{
  border-inline-start-color: rgb(0 114 37 / 0.85);
}

.border-s-csv-hover\/90{
  border-inline-start-color: rgb(0 114 37 / 0.9);
}

.border-s-csv-hover\/95{
  border-inline-start-color: rgb(0 114 37 / 0.95);
}

.border-s-csv\/0{
  border-inline-start-color: rgb(0 138 43 / 0);
}

.border-s-csv\/10{
  border-inline-start-color: rgb(0 138 43 / 0.1);
}

.border-s-csv\/100{
  border-inline-start-color: rgb(0 138 43 / 1);
}

.border-s-csv\/15{
  border-inline-start-color: rgb(0 138 43 / 0.15);
}

.border-s-csv\/20{
  border-inline-start-color: rgb(0 138 43 / 0.2);
}

.border-s-csv\/25{
  border-inline-start-color: rgb(0 138 43 / 0.25);
}

.border-s-csv\/30{
  border-inline-start-color: rgb(0 138 43 / 0.3);
}

.border-s-csv\/35{
  border-inline-start-color: rgb(0 138 43 / 0.35);
}

.border-s-csv\/40{
  border-inline-start-color: rgb(0 138 43 / 0.4);
}

.border-s-csv\/45{
  border-inline-start-color: rgb(0 138 43 / 0.45);
}

.border-s-csv\/5{
  border-inline-start-color: rgb(0 138 43 / 0.05);
}

.border-s-csv\/50{
  border-inline-start-color: rgb(0 138 43 / 0.5);
}

.border-s-csv\/55{
  border-inline-start-color: rgb(0 138 43 / 0.55);
}

.border-s-csv\/60{
  border-inline-start-color: rgb(0 138 43 / 0.6);
}

.border-s-csv\/65{
  border-inline-start-color: rgb(0 138 43 / 0.65);
}

.border-s-csv\/70{
  border-inline-start-color: rgb(0 138 43 / 0.7);
}

.border-s-csv\/75{
  border-inline-start-color: rgb(0 138 43 / 0.75);
}

.border-s-csv\/80{
  border-inline-start-color: rgb(0 138 43 / 0.8);
}

.border-s-csv\/85{
  border-inline-start-color: rgb(0 138 43 / 0.85);
}

.border-s-csv\/90{
  border-inline-start-color: rgb(0 138 43 / 0.9);
}

.border-s-csv\/95{
  border-inline-start-color: rgb(0 138 43 / 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\/15{
  border-inline-start-color: rgb(207 250 254 / 0.15);
}

.border-s-cyan-100\/20{
  border-inline-start-color: rgb(207 250 254 / 0.2);
}

.border-s-cyan-100\/25{
  border-inline-start-color: rgb(207 250 254 / 0.25);
}

.border-s-cyan-100\/30{
  border-inline-start-color: rgb(207 250 254 / 0.3);
}

.border-s-cyan-100\/35{
  border-inline-start-color: rgb(207 250 254 / 0.35);
}

.border-s-cyan-100\/40{
  border-inline-start-color: rgb(207 250 254 / 0.4);
}

.border-s-cyan-100\/45{
  border-inline-start-color: rgb(207 250 254 / 0.45);
}

.border-s-cyan-100\/5{
  border-inline-start-color: rgb(207 250 254 / 0.05);
}

.border-s-cyan-100\/50{
  border-inline-start-color: rgb(207 250 254 / 0.5);
}

.border-s-cyan-100\/55{
  border-inline-start-color: rgb(207 250 254 / 0.55);
}

.border-s-cyan-100\/60{
  border-inline-start-color: rgb(207 250 254 / 0.6);
}

.border-s-cyan-100\/65{
  border-inline-start-color: rgb(207 250 254 / 0.65);
}

.border-s-cyan-100\/70{
  border-inline-start-color: rgb(207 250 254 / 0.7);
}

.border-s-cyan-100\/75{
  border-inline-start-color: rgb(207 250 254 / 0.75);
}

.border-s-cyan-100\/80{
  border-inline-start-color: rgb(207 250 254 / 0.8);
}

.border-s-cyan-100\/85{
  border-inline-start-color: rgb(207 250 254 / 0.85);
}

.border-s-cyan-100\/90{
  border-inline-start-color: rgb(207 250 254 / 0.9);
}

.border-s-cyan-100\/95{
  border-inline-start-color: rgb(207 250 254 / 0.95);
}

.border-s-cyan-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-s-cyan-200\/0{
  border-inline-start-color: rgb(165 243 252 / 0);
}

.border-s-cyan-200\/10{
  border-inline-start-color: rgb(165 243 252 / 0.1);
}

.border-s-cyan-200\/100{
  border-inline-start-color: rgb(165 243 252 / 1);
}

.border-s-cyan-200\/15{
  border-inline-start-color: rgb(165 243 252 / 0.15);
}

.border-s-cyan-200\/20{
  border-inline-start-color: rgb(165 243 252 / 0.2);
}

.border-s-cyan-200\/25{
  border-inline-start-color: rgb(165 243 252 / 0.25);
}

.border-s-cyan-200\/30{
  border-inline-start-color: rgb(165 243 252 / 0.3);
}

.border-s-cyan-200\/35{
  border-inline-start-color: rgb(165 243 252 / 0.35);
}

.border-s-cyan-200\/40{
  border-inline-start-color: rgb(165 243 252 / 0.4);
}

.border-s-cyan-200\/45{
  border-inline-start-color: rgb(165 243 252 / 0.45);
}

.border-s-cyan-200\/5{
  border-inline-start-color: rgb(165 243 252 / 0.05);
}

.border-s-cyan-200\/50{
  border-inline-start-color: rgb(165 243 252 / 0.5);
}

.border-s-cyan-200\/55{
  border-inline-start-color: rgb(165 243 252 / 0.55);
}

.border-s-cyan-200\/60{
  border-inline-start-color: rgb(165 243 252 / 0.6);
}

.border-s-cyan-200\/65{
  border-inline-start-color: rgb(165 243 252 / 0.65);
}

.border-s-cyan-200\/70{
  border-inline-start-color: rgb(165 243 252 / 0.7);
}

.border-s-cyan-200\/75{
  border-inline-start-color: rgb(165 243 252 / 0.75);
}

.border-s-cyan-200\/80{
  border-inline-start-color: rgb(165 243 252 / 0.8);
}

.border-s-cyan-200\/85{
  border-inline-start-color: rgb(165 243 252 / 0.85);
}

.border-s-cyan-200\/90{
  border-inline-start-color: rgb(165 243 252 / 0.9);
}

.border-s-cyan-200\/95{
  border-inline-start-color: rgb(165 243 252 / 0.95);
}

.border-s-cyan-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-s-cyan-300\/0{
  border-inline-start-color: rgb(103 232 249 / 0);
}

.border-s-cyan-300\/10{
  border-inline-start-color: rgb(103 232 249 / 0.1);
}

.border-s-cyan-300\/100{
  border-inline-start-color: rgb(103 232 249 / 1);
}

.border-s-cyan-300\/15{
  border-inline-start-color: rgb(103 232 249 / 0.15);
}

.border-s-cyan-300\/20{
  border-inline-start-color: rgb(103 232 249 / 0.2);
}

.border-s-cyan-300\/25{
  border-inline-start-color: rgb(103 232 249 / 0.25);
}

.border-s-cyan-300\/30{
  border-inline-start-color: rgb(103 232 249 / 0.3);
}

.border-s-cyan-300\/35{
  border-inline-start-color: rgb(103 232 249 / 0.35);
}

.border-s-cyan-300\/40{
  border-inline-start-color: rgb(103 232 249 / 0.4);
}

.border-s-cyan-300\/45{
  border-inline-start-color: rgb(103 232 249 / 0.45);
}

.border-s-cyan-300\/5{
  border-inline-start-color: rgb(103 232 249 / 0.05);
}

.border-s-cyan-300\/50{
  border-inline-start-color: rgb(103 232 249 / 0.5);
}

.border-s-cyan-300\/55{
  border-inline-start-color: rgb(103 232 249 / 0.55);
}

.border-s-cyan-300\/60{
  border-inline-start-color: rgb(103 232 249 / 0.6);
}

.border-s-cyan-300\/65{
  border-inline-start-color: rgb(103 232 249 / 0.65);
}

.border-s-cyan-300\/70{
  border-inline-start-color: rgb(103 232 249 / 0.7);
}

.border-s-cyan-300\/75{
  border-inline-start-color: rgb(103 232 249 / 0.75);
}

.border-s-cyan-300\/80{
  border-inline-start-color: rgb(103 232 249 / 0.8);
}

.border-s-cyan-300\/85{
  border-inline-start-color: rgb(103 232 249 / 0.85);
}

.border-s-cyan-300\/90{
  border-inline-start-color: rgb(103 232 249 / 0.9);
}

.border-s-cyan-300\/95{
  border-inline-start-color: rgb(103 232 249 / 0.95);
}

.border-s-cyan-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-s-cyan-400\/0{
  border-inline-start-color: rgb(34 211 238 / 0);
}

.border-s-cyan-400\/10{
  border-inline-start-color: rgb(34 211 238 / 0.1);
}

.border-s-cyan-400\/100{
  border-inline-start-color: rgb(34 211 238 / 1);
}

.border-s-cyan-400\/15{
  border-inline-start-color: rgb(34 211 238 / 0.15);
}

.border-s-cyan-400\/20{
  border-inline-start-color: rgb(34 211 238 / 0.2);
}

.border-s-cyan-400\/25{
  border-inline-start-color: rgb(34 211 238 / 0.25);
}

.border-s-cyan-400\/30{
  border-inline-start-color: rgb(34 211 238 / 0.3);
}

.border-s-cyan-400\/35{
  border-inline-start-color: rgb(34 211 238 / 0.35);
}

.border-s-cyan-400\/40{
  border-inline-start-color: rgb(34 211 238 / 0.4);
}

.border-s-cyan-400\/45{
  border-inline-start-color: rgb(34 211 238 / 0.45);
}

.border-s-cyan-400\/5{
  border-inline-start-color: rgb(34 211 238 / 0.05);
}

.border-s-cyan-400\/50{
  border-inline-start-color: rgb(34 211 238 / 0.5);
}

.border-s-cyan-400\/55{
  border-inline-start-color: rgb(34 211 238 / 0.55);
}

.border-s-cyan-400\/60{
  border-inline-start-color: rgb(34 211 238 / 0.6);
}

.border-s-cyan-400\/65{
  border-inline-start-color: rgb(34 211 238 / 0.65);
}

.border-s-cyan-400\/70{
  border-inline-start-color: rgb(34 211 238 / 0.7);
}

.border-s-cyan-400\/75{
  border-inline-start-color: rgb(34 211 238 / 0.75);
}

.border-s-cyan-400\/80{
  border-inline-start-color: rgb(34 211 238 / 0.8);
}

.border-s-cyan-400\/85{
  border-inline-start-color: rgb(34 211 238 / 0.85);
}

.border-s-cyan-400\/90{
  border-inline-start-color: rgb(34 211 238 / 0.9);
}

.border-s-cyan-400\/95{
  border-inline-start-color: rgb(34 211 238 / 0.95);
}

.border-s-cyan-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-s-cyan-50\/0{
  border-inline-start-color: rgb(236 254 255 / 0);
}

.border-s-cyan-50\/10{
  border-inline-start-color: rgb(236 254 255 / 0.1);
}

.border-s-cyan-50\/100{
  border-inline-start-color: rgb(236 254 255 / 1);
}

.border-s-cyan-50\/15{
  border-inline-start-color: rgb(236 254 255 / 0.15);
}

.border-s-cyan-50\/20{
  border-inline-start-color: rgb(236 254 255 / 0.2);
}

.border-s-cyan-50\/25{
  border-inline-start-color: rgb(236 254 255 / 0.25);
}

.border-s-cyan-50\/30{
  border-inline-start-color: rgb(236 254 255 / 0.3);
}

.border-s-cyan-50\/35{
  border-inline-start-color: rgb(236 254 255 / 0.35);
}

.border-s-cyan-50\/40{
  border-inline-start-color: rgb(236 254 255 / 0.4);
}

.border-s-cyan-50\/45{
  border-inline-start-color: rgb(236 254 255 / 0.45);
}

.border-s-cyan-50\/5{
  border-inline-start-color: rgb(236 254 255 / 0.05);
}

.border-s-cyan-50\/50{
  border-inline-start-color: rgb(236 254 255 / 0.5);
}

.border-s-cyan-50\/55{
  border-inline-start-color: rgb(236 254 255 / 0.55);
}

.border-s-cyan-50\/60{
  border-inline-start-color: rgb(236 254 255 / 0.6);
}

.border-s-cyan-50\/65{
  border-inline-start-color: rgb(236 254 255 / 0.65);
}

.border-s-cyan-50\/70{
  border-inline-start-color: rgb(236 254 255 / 0.7);
}

.border-s-cyan-50\/75{
  border-inline-start-color: rgb(236 254 255 / 0.75);
}

.border-s-cyan-50\/80{
  border-inline-start-color: rgb(236 254 255 / 0.8);
}

.border-s-cyan-50\/85{
  border-inline-start-color: rgb(236 254 255 / 0.85);
}

.border-s-cyan-50\/90{
  border-inline-start-color: rgb(236 254 255 / 0.9);
}

.border-s-cyan-50\/95{
  border-inline-start-color: rgb(236 254 255 / 0.95);
}

.border-s-cyan-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-s-cyan-500\/0{
  border-inline-start-color: rgb(6 182 212 / 0);
}

.border-s-cyan-500\/10{
  border-inline-start-color: rgb(6 182 212 / 0.1);
}

.border-s-cyan-500\/100{
  border-inline-start-color: rgb(6 182 212 / 1);
}

.border-s-cyan-500\/15{
  border-inline-start-color: rgb(6 182 212 / 0.15);
}

.border-s-cyan-500\/20{
  border-inline-start-color: rgb(6 182 212 / 0.2);
}

.border-s-cyan-500\/25{
  border-inline-start-color: rgb(6 182 212 / 0.25);
}

.border-s-cyan-500\/30{
  border-inline-start-color: rgb(6 182 212 / 0.3);
}

.border-s-cyan-500\/35{
  border-inline-start-color: rgb(6 182 212 / 0.35);
}

.border-s-cyan-500\/40{
  border-inline-start-color: rgb(6 182 212 / 0.4);
}

.border-s-cyan-500\/45{
  border-inline-start-color: rgb(6 182 212 / 0.45);
}

.border-s-cyan-500\/5{
  border-inline-start-color: rgb(6 182 212 / 0.05);
}

.border-s-cyan-500\/50{
  border-inline-start-color: rgb(6 182 212 / 0.5);
}

.border-s-cyan-500\/55{
  border-inline-start-color: rgb(6 182 212 / 0.55);
}

.border-s-cyan-500\/60{
  border-inline-start-color: rgb(6 182 212 / 0.6);
}

.border-s-cyan-500\/65{
  border-inline-start-color: rgb(6 182 212 / 0.65);
}

.border-s-cyan-500\/70{
  border-inline-start-color: rgb(6 182 212 / 0.7);
}

.border-s-cyan-500\/75{
  border-inline-start-color: rgb(6 182 212 / 0.75);
}

.border-s-cyan-500\/80{
  border-inline-start-color: rgb(6 182 212 / 0.8);
}

.border-s-cyan-500\/85{
  border-inline-start-color: rgb(6 182 212 / 0.85);
}

.border-s-cyan-500\/90{
  border-inline-start-color: rgb(6 182 212 / 0.9);
}

.border-s-cyan-500\/95{
  border-inline-start-color: rgb(6 182 212 / 0.95);
}

.border-s-cyan-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-s-cyan-600\/0{
  border-inline-start-color: rgb(8 145 178 / 0);
}

.border-s-cyan-600\/10{
  border-inline-start-color: rgb(8 145 178 / 0.1);
}

.border-s-cyan-600\/100{
  border-inline-start-color: rgb(8 145 178 / 1);
}

.border-s-cyan-600\/15{
  border-inline-start-color: rgb(8 145 178 / 0.15);
}

.border-s-cyan-600\/20{
  border-inline-start-color: rgb(8 145 178 / 0.2);
}

.border-s-cyan-600\/25{
  border-inline-start-color: rgb(8 145 178 / 0.25);
}

.border-s-cyan-600\/30{
  border-inline-start-color: rgb(8 145 178 / 0.3);
}

.border-s-cyan-600\/35{
  border-inline-start-color: rgb(8 145 178 / 0.35);
}

.border-s-cyan-600\/40{
  border-inline-start-color: rgb(8 145 178 / 0.4);
}

.border-s-cyan-600\/45{
  border-inline-start-color: rgb(8 145 178 / 0.45);
}

.border-s-cyan-600\/5{
  border-inline-start-color: rgb(8 145 178 / 0.05);
}

.border-s-cyan-600\/50{
  border-inline-start-color: rgb(8 145 178 / 0.5);
}

.border-s-cyan-600\/55{
  border-inline-start-color: rgb(8 145 178 / 0.55);
}

.border-s-cyan-600\/60{
  border-inline-start-color: rgb(8 145 178 / 0.6);
}

.border-s-cyan-600\/65{
  border-inline-start-color: rgb(8 145 178 / 0.65);
}

.border-s-cyan-600\/70{
  border-inline-start-color: rgb(8 145 178 / 0.7);
}

.border-s-cyan-600\/75{
  border-inline-start-color: rgb(8 145 178 / 0.75);
}

.border-s-cyan-600\/80{
  border-inline-start-color: rgb(8 145 178 / 0.8);
}

.border-s-cyan-600\/85{
  border-inline-start-color: rgb(8 145 178 / 0.85);
}

.border-s-cyan-600\/90{
  border-inline-start-color: rgb(8 145 178 / 0.9);
}

.border-s-cyan-600\/95{
  border-inline-start-color: rgb(8 145 178 / 0.95);
}

.border-s-cyan-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-s-cyan-700\/0{
  border-inline-start-color: rgb(14 116 144 / 0);
}

.border-s-cyan-700\/10{
  border-inline-start-color: rgb(14 116 144 / 0.1);
}

.border-s-cyan-700\/100{
  border-inline-start-color: rgb(14 116 144 / 1);
}

.border-s-cyan-700\/15{
  border-inline-start-color: rgb(14 116 144 / 0.15);
}

.border-s-cyan-700\/20{
  border-inline-start-color: rgb(14 116 144 / 0.2);
}

.border-s-cyan-700\/25{
  border-inline-start-color: rgb(14 116 144 / 0.25);
}

.border-s-cyan-700\/30{
  border-inline-start-color: rgb(14 116 144 / 0.3);
}

.border-s-cyan-700\/35{
  border-inline-start-color: rgb(14 116 144 / 0.35);
}

.border-s-cyan-700\/40{
  border-inline-start-color: rgb(14 116 144 / 0.4);
}

.border-s-cyan-700\/45{
  border-inline-start-color: rgb(14 116 144 / 0.45);
}

.border-s-cyan-700\/5{
  border-inline-start-color: rgb(14 116 144 / 0.05);
}

.border-s-cyan-700\/50{
  border-inline-start-color: rgb(14 116 144 / 0.5);
}

.border-s-cyan-700\/55{
  border-inline-start-color: rgb(14 116 144 / 0.55);
}

.border-s-cyan-700\/60{
  border-inline-start-color: rgb(14 116 144 / 0.6);
}

.border-s-cyan-700\/65{
  border-inline-start-color: rgb(14 116 144 / 0.65);
}

.border-s-cyan-700\/70{
  border-inline-start-color: rgb(14 116 144 / 0.7);
}

.border-s-cyan-700\/75{
  border-inline-start-color: rgb(14 116 144 / 0.75);
}

.border-s-cyan-700\/80{
  border-inline-start-color: rgb(14 116 144 / 0.8);
}

.border-s-cyan-700\/85{
  border-inline-start-color: rgb(14 116 144 / 0.85);
}

.border-s-cyan-700\/90{
  border-inline-start-color: rgb(14 116 144 / 0.9);
}

.border-s-cyan-700\/95{
  border-inline-start-color: rgb(14 116 144 / 0.95);
}

.border-s-cyan-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-s-cyan-800\/0{
  border-inline-start-color: rgb(21 94 117 / 0);
}

.border-s-cyan-800\/10{
  border-inline-start-color: rgb(21 94 117 / 0.1);
}

.border-s-cyan-800\/100{
  border-inline-start-color: rgb(21 94 117 / 1);
}

.border-s-cyan-800\/15{
  border-inline-start-color: rgb(21 94 117 / 0.15);
}

.border-s-cyan-800\/20{
  border-inline-start-color: rgb(21 94 117 / 0.2);
}

.border-s-cyan-800\/25{
  border-inline-start-color: rgb(21 94 117 / 0.25);
}

.border-s-cyan-800\/30{
  border-inline-start-color: rgb(21 94 117 / 0.3);
}

.border-s-cyan-800\/35{
  border-inline-start-color: rgb(21 94 117 / 0.35);
}

.border-s-cyan-800\/40{
  border-inline-start-color: rgb(21 94 117 / 0.4);
}

.border-s-cyan-800\/45{
  border-inline-start-color: rgb(21 94 117 / 0.45);
}

.border-s-cyan-800\/5{
  border-inline-start-color: rgb(21 94 117 / 0.05);
}

.border-s-cyan-800\/50{
  border-inline-start-color: rgb(21 94 117 / 0.5);
}

.border-s-cyan-800\/55{
  border-inline-start-color: rgb(21 94 117 / 0.55);
}

.border-s-cyan-800\/60{
  border-inline-start-color: rgb(21 94 117 / 0.6);
}

.border-s-cyan-800\/65{
  border-inline-start-color: rgb(21 94 117 / 0.65);
}

.border-s-cyan-800\/70{
  border-inline-start-color: rgb(21 94 117 / 0.7);
}

.border-s-cyan-800\/75{
  border-inline-start-color: rgb(21 94 117 / 0.75);
}

.border-s-cyan-800\/80{
  border-inline-start-color: rgb(21 94 117 / 0.8);
}

.border-s-cyan-800\/85{
  border-inline-start-color: rgb(21 94 117 / 0.85);
}

.border-s-cyan-800\/90{
  border-inline-start-color: rgb(21 94 117 / 0.9);
}

.border-s-cyan-800\/95{
  border-inline-start-color: rgb(21 94 117 / 0.95);
}

.border-s-cyan-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-s-cyan-900\/0{
  border-inline-start-color: rgb(22 78 99 / 0);
}

.border-s-cyan-900\/10{
  border-inline-start-color: rgb(22 78 99 / 0.1);
}

.border-s-cyan-900\/100{
  border-inline-start-color: rgb(22 78 99 / 1);
}

.border-s-cyan-900\/15{
  border-inline-start-color: rgb(22 78 99 / 0.15);
}

.border-s-cyan-900\/20{
  border-inline-start-color: rgb(22 78 99 / 0.2);
}

.border-s-cyan-900\/25{
  border-inline-start-color: rgb(22 78 99 / 0.25);
}

.border-s-cyan-900\/30{
  border-inline-start-color: rgb(22 78 99 / 0.3);
}

.border-s-cyan-900\/35{
  border-inline-start-color: rgb(22 78 99 / 0.35);
}

.border-s-cyan-900\/40{
  border-inline-start-color: rgb(22 78 99 / 0.4);
}

.border-s-cyan-900\/45{
  border-inline-start-color: rgb(22 78 99 / 0.45);
}

.border-s-cyan-900\/5{
  border-inline-start-color: rgb(22 78 99 / 0.05);
}

.border-s-cyan-900\/50{
  border-inline-start-color: rgb(22 78 99 / 0.5);
}

.border-s-cyan-900\/55{
  border-inline-start-color: rgb(22 78 99 / 0.55);
}

.border-s-cyan-900\/60{
  border-inline-start-color: rgb(22 78 99 / 0.6);
}

.border-s-cyan-900\/65{
  border-inline-start-color: rgb(22 78 99 / 0.65);
}

.border-s-cyan-900\/70{
  border-inline-start-color: rgb(22 78 99 / 0.7);
}

.border-s-cyan-900\/75{
  border-inline-start-color: rgb(22 78 99 / 0.75);
}

.border-s-cyan-900\/80{
  border-inline-start-color: rgb(22 78 99 / 0.8);
}

.border-s-cyan-900\/85{
  border-inline-start-color: rgb(22 78 99 / 0.85);
}

.border-s-cyan-900\/90{
  border-inline-start-color: rgb(22 78 99 / 0.9);
}

.border-s-cyan-900\/95{
  border-inline-start-color: rgb(22 78 99 / 0.95);
}

.border-s-cyan-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-s-cyan-950\/0{
  border-inline-start-color: rgb(8 51 68 / 0);
}

.border-s-cyan-950\/10{
  border-inline-start-color: rgb(8 51 68 / 0.1);
}

.border-s-cyan-950\/100{
  border-inline-start-color: rgb(8 51 68 / 1);
}

.border-s-cyan-950\/15{
  border-inline-start-color: rgb(8 51 68 / 0.15);
}

.border-s-cyan-950\/20{
  border-inline-start-color: rgb(8 51 68 / 0.2);
}

.border-s-cyan-950\/25{
  border-inline-start-color: rgb(8 51 68 / 0.25);
}

.border-s-cyan-950\/30{
  border-inline-start-color: rgb(8 51 68 / 0.3);
}

.border-s-cyan-950\/35{
  border-inline-start-color: rgb(8 51 68 / 0.35);
}

.border-s-cyan-950\/40{
  border-inline-start-color: rgb(8 51 68 / 0.4);
}

.border-s-cyan-950\/45{
  border-inline-start-color: rgb(8 51 68 / 0.45);
}

.border-s-cyan-950\/5{
  border-inline-start-color: rgb(8 51 68 / 0.05);
}

.border-s-cyan-950\/50{
  border-inline-start-color: rgb(8 51 68 / 0.5);
}

.border-s-cyan-950\/55{
  border-inline-start-color: rgb(8 51 68 / 0.55);
}

.border-s-cyan-950\/60{
  border-inline-start-color: rgb(8 51 68 / 0.6);
}

.border-s-cyan-950\/65{
  border-inline-start-color: rgb(8 51 68 / 0.65);
}

.border-s-cyan-950\/70{
  border-inline-start-color: rgb(8 51 68 / 0.7);
}

.border-s-cyan-950\/75{
  border-inline-start-color: rgb(8 51 68 / 0.75);
}

.border-s-cyan-950\/80{
  border-inline-start-color: rgb(8 51 68 / 0.8);
}

.border-s-cyan-950\/85{
  border-inline-start-color: rgb(8 51 68 / 0.85);
}

.border-s-cyan-950\/90{
  border-inline-start-color: rgb(8 51 68 / 0.9);
}

.border-s-cyan-950\/95{
  border-inline-start-color: rgb(8 51 68 / 0.95);
}

.border-s-danger{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.border-s-danger-hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.border-s-danger-hover\/0{
  border-inline-start-color: rgb(193 49 44 / 0);
}

.border-s-danger-hover\/10{
  border-inline-start-color: rgb(193 49 44 / 0.1);
}

.border-s-danger-hover\/100{
  border-inline-start-color: rgb(193 49 44 / 1);
}

.border-s-danger-hover\/15{
  border-inline-start-color: rgb(193 49 44 / 0.15);
}

.border-s-danger-hover\/20{
  border-inline-start-color: rgb(193 49 44 / 0.2);
}

.border-s-danger-hover\/25{
  border-inline-start-color: rgb(193 49 44 / 0.25);
}

.border-s-danger-hover\/30{
  border-inline-start-color: rgb(193 49 44 / 0.3);
}

.border-s-danger-hover\/35{
  border-inline-start-color: rgb(193 49 44 / 0.35);
}

.border-s-danger-hover\/40{
  border-inline-start-color: rgb(193 49 44 / 0.4);
}

.border-s-danger-hover\/45{
  border-inline-start-color: rgb(193 49 44 / 0.45);
}

.border-s-danger-hover\/5{
  border-inline-start-color: rgb(193 49 44 / 0.05);
}

.border-s-danger-hover\/50{
  border-inline-start-color: rgb(193 49 44 / 0.5);
}

.border-s-danger-hover\/55{
  border-inline-start-color: rgb(193 49 44 / 0.55);
}

.border-s-danger-hover\/60{
  border-inline-start-color: rgb(193 49 44 / 0.6);
}

.border-s-danger-hover\/65{
  border-inline-start-color: rgb(193 49 44 / 0.65);
}

.border-s-danger-hover\/70{
  border-inline-start-color: rgb(193 49 44 / 0.7);
}

.border-s-danger-hover\/75{
  border-inline-start-color: rgb(193 49 44 / 0.75);
}

.border-s-danger-hover\/80{
  border-inline-start-color: rgb(193 49 44 / 0.8);
}

.border-s-danger-hover\/85{
  border-inline-start-color: rgb(193 49 44 / 0.85);
}

.border-s-danger-hover\/90{
  border-inline-start-color: rgb(193 49 44 / 0.9);
}

.border-s-danger-hover\/95{
  border-inline-start-color: rgb(193 49 44 / 0.95);
}

.border-s-danger\/0{
  border-inline-start-color: rgb(207 59 54 / 0);
}

.border-s-danger\/10{
  border-inline-start-color: rgb(207 59 54 / 0.1);
}

.border-s-danger\/100{
  border-inline-start-color: rgb(207 59 54 / 1);
}

.border-s-danger\/15{
  border-inline-start-color: rgb(207 59 54 / 0.15);
}

.border-s-danger\/20{
  border-inline-start-color: rgb(207 59 54 / 0.2);
}

.border-s-danger\/25{
  border-inline-start-color: rgb(207 59 54 / 0.25);
}

.border-s-danger\/30{
  border-inline-start-color: rgb(207 59 54 / 0.3);
}

.border-s-danger\/35{
  border-inline-start-color: rgb(207 59 54 / 0.35);
}

.border-s-danger\/40{
  border-inline-start-color: rgb(207 59 54 / 0.4);
}

.border-s-danger\/45{
  border-inline-start-color: rgb(207 59 54 / 0.45);
}

.border-s-danger\/5{
  border-inline-start-color: rgb(207 59 54 / 0.05);
}

.border-s-danger\/50{
  border-inline-start-color: rgb(207 59 54 / 0.5);
}

.border-s-danger\/55{
  border-inline-start-color: rgb(207 59 54 / 0.55);
}

.border-s-danger\/60{
  border-inline-start-color: rgb(207 59 54 / 0.6);
}

.border-s-danger\/65{
  border-inline-start-color: rgb(207 59 54 / 0.65);
}

.border-s-danger\/70{
  border-inline-start-color: rgb(207 59 54 / 0.7);
}

.border-s-danger\/75{
  border-inline-start-color: rgb(207 59 54 / 0.75);
}

.border-s-danger\/80{
  border-inline-start-color: rgb(207 59 54 / 0.8);
}

.border-s-danger\/85{
  border-inline-start-color: rgb(207 59 54 / 0.85);
}

.border-s-danger\/90{
  border-inline-start-color: rgb(207 59 54 / 0.9);
}

.border-s-danger\/95{
  border-inline-start-color: rgb(207 59 54 / 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\/15{
  border-inline-start-color: rgb(209 250 229 / 0.15);
}

.border-s-emerald-100\/20{
  border-inline-start-color: rgb(209 250 229 / 0.2);
}

.border-s-emerald-100\/25{
  border-inline-start-color: rgb(209 250 229 / 0.25);
}

.border-s-emerald-100\/30{
  border-inline-start-color: rgb(209 250 229 / 0.3);
}

.border-s-emerald-100\/35{
  border-inline-start-color: rgb(209 250 229 / 0.35);
}

.border-s-emerald-100\/40{
  border-inline-start-color: rgb(209 250 229 / 0.4);
}

.border-s-emerald-100\/45{
  border-inline-start-color: rgb(209 250 229 / 0.45);
}

.border-s-emerald-100\/5{
  border-inline-start-color: rgb(209 250 229 / 0.05);
}

.border-s-emerald-100\/50{
  border-inline-start-color: rgb(209 250 229 / 0.5);
}

.border-s-emerald-100\/55{
  border-inline-start-color: rgb(209 250 229 / 0.55);
}

.border-s-emerald-100\/60{
  border-inline-start-color: rgb(209 250 229 / 0.6);
}

.border-s-emerald-100\/65{
  border-inline-start-color: rgb(209 250 229 / 0.65);
}

.border-s-emerald-100\/70{
  border-inline-start-color: rgb(209 250 229 / 0.7);
}

.border-s-emerald-100\/75{
  border-inline-start-color: rgb(209 250 229 / 0.75);
}

.border-s-emerald-100\/80{
  border-inline-start-color: rgb(209 250 229 / 0.8);
}

.border-s-emerald-100\/85{
  border-inline-start-color: rgb(209 250 229 / 0.85);
}

.border-s-emerald-100\/90{
  border-inline-start-color: rgb(209 250 229 / 0.9);
}

.border-s-emerald-100\/95{
  border-inline-start-color: rgb(209 250 229 / 0.95);
}

.border-s-emerald-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-s-emerald-200\/0{
  border-inline-start-color: rgb(167 243 208 / 0);
}

.border-s-emerald-200\/10{
  border-inline-start-color: rgb(167 243 208 / 0.1);
}

.border-s-emerald-200\/100{
  border-inline-start-color: rgb(167 243 208 / 1);
}

.border-s-emerald-200\/15{
  border-inline-start-color: rgb(167 243 208 / 0.15);
}

.border-s-emerald-200\/20{
  border-inline-start-color: rgb(167 243 208 / 0.2);
}

.border-s-emerald-200\/25{
  border-inline-start-color: rgb(167 243 208 / 0.25);
}

.border-s-emerald-200\/30{
  border-inline-start-color: rgb(167 243 208 / 0.3);
}

.border-s-emerald-200\/35{
  border-inline-start-color: rgb(167 243 208 / 0.35);
}

.border-s-emerald-200\/40{
  border-inline-start-color: rgb(167 243 208 / 0.4);
}

.border-s-emerald-200\/45{
  border-inline-start-color: rgb(167 243 208 / 0.45);
}

.border-s-emerald-200\/5{
  border-inline-start-color: rgb(167 243 208 / 0.05);
}

.border-s-emerald-200\/50{
  border-inline-start-color: rgb(167 243 208 / 0.5);
}

.border-s-emerald-200\/55{
  border-inline-start-color: rgb(167 243 208 / 0.55);
}

.border-s-emerald-200\/60{
  border-inline-start-color: rgb(167 243 208 / 0.6);
}

.border-s-emerald-200\/65{
  border-inline-start-color: rgb(167 243 208 / 0.65);
}

.border-s-emerald-200\/70{
  border-inline-start-color: rgb(167 243 208 / 0.7);
}

.border-s-emerald-200\/75{
  border-inline-start-color: rgb(167 243 208 / 0.75);
}

.border-s-emerald-200\/80{
  border-inline-start-color: rgb(167 243 208 / 0.8);
}

.border-s-emerald-200\/85{
  border-inline-start-color: rgb(167 243 208 / 0.85);
}

.border-s-emerald-200\/90{
  border-inline-start-color: rgb(167 243 208 / 0.9);
}

.border-s-emerald-200\/95{
  border-inline-start-color: rgb(167 243 208 / 0.95);
}

.border-s-emerald-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-s-emerald-300\/0{
  border-inline-start-color: rgb(110 231 183 / 0);
}

.border-s-emerald-300\/10{
  border-inline-start-color: rgb(110 231 183 / 0.1);
}

.border-s-emerald-300\/100{
  border-inline-start-color: rgb(110 231 183 / 1);
}

.border-s-emerald-300\/15{
  border-inline-start-color: rgb(110 231 183 / 0.15);
}

.border-s-emerald-300\/20{
  border-inline-start-color: rgb(110 231 183 / 0.2);
}

.border-s-emerald-300\/25{
  border-inline-start-color: rgb(110 231 183 / 0.25);
}

.border-s-emerald-300\/30{
  border-inline-start-color: rgb(110 231 183 / 0.3);
}

.border-s-emerald-300\/35{
  border-inline-start-color: rgb(110 231 183 / 0.35);
}

.border-s-emerald-300\/40{
  border-inline-start-color: rgb(110 231 183 / 0.4);
}

.border-s-emerald-300\/45{
  border-inline-start-color: rgb(110 231 183 / 0.45);
}

.border-s-emerald-300\/5{
  border-inline-start-color: rgb(110 231 183 / 0.05);
}

.border-s-emerald-300\/50{
  border-inline-start-color: rgb(110 231 183 / 0.5);
}

.border-s-emerald-300\/55{
  border-inline-start-color: rgb(110 231 183 / 0.55);
}

.border-s-emerald-300\/60{
  border-inline-start-color: rgb(110 231 183 / 0.6);
}

.border-s-emerald-300\/65{
  border-inline-start-color: rgb(110 231 183 / 0.65);
}

.border-s-emerald-300\/70{
  border-inline-start-color: rgb(110 231 183 / 0.7);
}

.border-s-emerald-300\/75{
  border-inline-start-color: rgb(110 231 183 / 0.75);
}

.border-s-emerald-300\/80{
  border-inline-start-color: rgb(110 231 183 / 0.8);
}

.border-s-emerald-300\/85{
  border-inline-start-color: rgb(110 231 183 / 0.85);
}

.border-s-emerald-300\/90{
  border-inline-start-color: rgb(110 231 183 / 0.9);
}

.border-s-emerald-300\/95{
  border-inline-start-color: rgb(110 231 183 / 0.95);
}

.border-s-emerald-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-s-emerald-400\/0{
  border-inline-start-color: rgb(52 211 153 / 0);
}

.border-s-emerald-400\/10{
  border-inline-start-color: rgb(52 211 153 / 0.1);
}

.border-s-emerald-400\/100{
  border-inline-start-color: rgb(52 211 153 / 1);
}

.border-s-emerald-400\/15{
  border-inline-start-color: rgb(52 211 153 / 0.15);
}

.border-s-emerald-400\/20{
  border-inline-start-color: rgb(52 211 153 / 0.2);
}

.border-s-emerald-400\/25{
  border-inline-start-color: rgb(52 211 153 / 0.25);
}

.border-s-emerald-400\/30{
  border-inline-start-color: rgb(52 211 153 / 0.3);
}

.border-s-emerald-400\/35{
  border-inline-start-color: rgb(52 211 153 / 0.35);
}

.border-s-emerald-400\/40{
  border-inline-start-color: rgb(52 211 153 / 0.4);
}

.border-s-emerald-400\/45{
  border-inline-start-color: rgb(52 211 153 / 0.45);
}

.border-s-emerald-400\/5{
  border-inline-start-color: rgb(52 211 153 / 0.05);
}

.border-s-emerald-400\/50{
  border-inline-start-color: rgb(52 211 153 / 0.5);
}

.border-s-emerald-400\/55{
  border-inline-start-color: rgb(52 211 153 / 0.55);
}

.border-s-emerald-400\/60{
  border-inline-start-color: rgb(52 211 153 / 0.6);
}

.border-s-emerald-400\/65{
  border-inline-start-color: rgb(52 211 153 / 0.65);
}

.border-s-emerald-400\/70{
  border-inline-start-color: rgb(52 211 153 / 0.7);
}

.border-s-emerald-400\/75{
  border-inline-start-color: rgb(52 211 153 / 0.75);
}

.border-s-emerald-400\/80{
  border-inline-start-color: rgb(52 211 153 / 0.8);
}

.border-s-emerald-400\/85{
  border-inline-start-color: rgb(52 211 153 / 0.85);
}

.border-s-emerald-400\/90{
  border-inline-start-color: rgb(52 211 153 / 0.9);
}

.border-s-emerald-400\/95{
  border-inline-start-color: rgb(52 211 153 / 0.95);
}

.border-s-emerald-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-s-emerald-50\/0{
  border-inline-start-color: rgb(236 253 245 / 0);
}

.border-s-emerald-50\/10{
  border-inline-start-color: rgb(236 253 245 / 0.1);
}

.border-s-emerald-50\/100{
  border-inline-start-color: rgb(236 253 245 / 1);
}

.border-s-emerald-50\/15{
  border-inline-start-color: rgb(236 253 245 / 0.15);
}

.border-s-emerald-50\/20{
  border-inline-start-color: rgb(236 253 245 / 0.2);
}

.border-s-emerald-50\/25{
  border-inline-start-color: rgb(236 253 245 / 0.25);
}

.border-s-emerald-50\/30{
  border-inline-start-color: rgb(236 253 245 / 0.3);
}

.border-s-emerald-50\/35{
  border-inline-start-color: rgb(236 253 245 / 0.35);
}

.border-s-emerald-50\/40{
  border-inline-start-color: rgb(236 253 245 / 0.4);
}

.border-s-emerald-50\/45{
  border-inline-start-color: rgb(236 253 245 / 0.45);
}

.border-s-emerald-50\/5{
  border-inline-start-color: rgb(236 253 245 / 0.05);
}

.border-s-emerald-50\/50{
  border-inline-start-color: rgb(236 253 245 / 0.5);
}

.border-s-emerald-50\/55{
  border-inline-start-color: rgb(236 253 245 / 0.55);
}

.border-s-emerald-50\/60{
  border-inline-start-color: rgb(236 253 245 / 0.6);
}

.border-s-emerald-50\/65{
  border-inline-start-color: rgb(236 253 245 / 0.65);
}

.border-s-emerald-50\/70{
  border-inline-start-color: rgb(236 253 245 / 0.7);
}

.border-s-emerald-50\/75{
  border-inline-start-color: rgb(236 253 245 / 0.75);
}

.border-s-emerald-50\/80{
  border-inline-start-color: rgb(236 253 245 / 0.8);
}

.border-s-emerald-50\/85{
  border-inline-start-color: rgb(236 253 245 / 0.85);
}

.border-s-emerald-50\/90{
  border-inline-start-color: rgb(236 253 245 / 0.9);
}

.border-s-emerald-50\/95{
  border-inline-start-color: rgb(236 253 245 / 0.95);
}

.border-s-emerald-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-s-emerald-500\/0{
  border-inline-start-color: rgb(16 185 129 / 0);
}

.border-s-emerald-500\/10{
  border-inline-start-color: rgb(16 185 129 / 0.1);
}

.border-s-emerald-500\/100{
  border-inline-start-color: rgb(16 185 129 / 1);
}

.border-s-emerald-500\/15{
  border-inline-start-color: rgb(16 185 129 / 0.15);
}

.border-s-emerald-500\/20{
  border-inline-start-color: rgb(16 185 129 / 0.2);
}

.border-s-emerald-500\/25{
  border-inline-start-color: rgb(16 185 129 / 0.25);
}

.border-s-emerald-500\/30{
  border-inline-start-color: rgb(16 185 129 / 0.3);
}

.border-s-emerald-500\/35{
  border-inline-start-color: rgb(16 185 129 / 0.35);
}

.border-s-emerald-500\/40{
  border-inline-start-color: rgb(16 185 129 / 0.4);
}

.border-s-emerald-500\/45{
  border-inline-start-color: rgb(16 185 129 / 0.45);
}

.border-s-emerald-500\/5{
  border-inline-start-color: rgb(16 185 129 / 0.05);
}

.border-s-emerald-500\/50{
  border-inline-start-color: rgb(16 185 129 / 0.5);
}

.border-s-emerald-500\/55{
  border-inline-start-color: rgb(16 185 129 / 0.55);
}

.border-s-emerald-500\/60{
  border-inline-start-color: rgb(16 185 129 / 0.6);
}

.border-s-emerald-500\/65{
  border-inline-start-color: rgb(16 185 129 / 0.65);
}

.border-s-emerald-500\/70{
  border-inline-start-color: rgb(16 185 129 / 0.7);
}

.border-s-emerald-500\/75{
  border-inline-start-color: rgb(16 185 129 / 0.75);
}

.border-s-emerald-500\/80{
  border-inline-start-color: rgb(16 185 129 / 0.8);
}

.border-s-emerald-500\/85{
  border-inline-start-color: rgb(16 185 129 / 0.85);
}

.border-s-emerald-500\/90{
  border-inline-start-color: rgb(16 185 129 / 0.9);
}

.border-s-emerald-500\/95{
  border-inline-start-color: rgb(16 185 129 / 0.95);
}

.border-s-emerald-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-s-emerald-600\/0{
  border-inline-start-color: rgb(5 150 105 / 0);
}

.border-s-emerald-600\/10{
  border-inline-start-color: rgb(5 150 105 / 0.1);
}

.border-s-emerald-600\/100{
  border-inline-start-color: rgb(5 150 105 / 1);
}

.border-s-emerald-600\/15{
  border-inline-start-color: rgb(5 150 105 / 0.15);
}

.border-s-emerald-600\/20{
  border-inline-start-color: rgb(5 150 105 / 0.2);
}

.border-s-emerald-600\/25{
  border-inline-start-color: rgb(5 150 105 / 0.25);
}

.border-s-emerald-600\/30{
  border-inline-start-color: rgb(5 150 105 / 0.3);
}

.border-s-emerald-600\/35{
  border-inline-start-color: rgb(5 150 105 / 0.35);
}

.border-s-emerald-600\/40{
  border-inline-start-color: rgb(5 150 105 / 0.4);
}

.border-s-emerald-600\/45{
  border-inline-start-color: rgb(5 150 105 / 0.45);
}

.border-s-emerald-600\/5{
  border-inline-start-color: rgb(5 150 105 / 0.05);
}

.border-s-emerald-600\/50{
  border-inline-start-color: rgb(5 150 105 / 0.5);
}

.border-s-emerald-600\/55{
  border-inline-start-color: rgb(5 150 105 / 0.55);
}

.border-s-emerald-600\/60{
  border-inline-start-color: rgb(5 150 105 / 0.6);
}

.border-s-emerald-600\/65{
  border-inline-start-color: rgb(5 150 105 / 0.65);
}

.border-s-emerald-600\/70{
  border-inline-start-color: rgb(5 150 105 / 0.7);
}

.border-s-emerald-600\/75{
  border-inline-start-color: rgb(5 150 105 / 0.75);
}

.border-s-emerald-600\/80{
  border-inline-start-color: rgb(5 150 105 / 0.8);
}

.border-s-emerald-600\/85{
  border-inline-start-color: rgb(5 150 105 / 0.85);
}

.border-s-emerald-600\/90{
  border-inline-start-color: rgb(5 150 105 / 0.9);
}

.border-s-emerald-600\/95{
  border-inline-start-color: rgb(5 150 105 / 0.95);
}

.border-s-emerald-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-s-emerald-700\/0{
  border-inline-start-color: rgb(4 120 87 / 0);
}

.border-s-emerald-700\/10{
  border-inline-start-color: rgb(4 120 87 / 0.1);
}

.border-s-emerald-700\/100{
  border-inline-start-color: rgb(4 120 87 / 1);
}

.border-s-emerald-700\/15{
  border-inline-start-color: rgb(4 120 87 / 0.15);
}

.border-s-emerald-700\/20{
  border-inline-start-color: rgb(4 120 87 / 0.2);
}

.border-s-emerald-700\/25{
  border-inline-start-color: rgb(4 120 87 / 0.25);
}

.border-s-emerald-700\/30{
  border-inline-start-color: rgb(4 120 87 / 0.3);
}

.border-s-emerald-700\/35{
  border-inline-start-color: rgb(4 120 87 / 0.35);
}

.border-s-emerald-700\/40{
  border-inline-start-color: rgb(4 120 87 / 0.4);
}

.border-s-emerald-700\/45{
  border-inline-start-color: rgb(4 120 87 / 0.45);
}

.border-s-emerald-700\/5{
  border-inline-start-color: rgb(4 120 87 / 0.05);
}

.border-s-emerald-700\/50{
  border-inline-start-color: rgb(4 120 87 / 0.5);
}

.border-s-emerald-700\/55{
  border-inline-start-color: rgb(4 120 87 / 0.55);
}

.border-s-emerald-700\/60{
  border-inline-start-color: rgb(4 120 87 / 0.6);
}

.border-s-emerald-700\/65{
  border-inline-start-color: rgb(4 120 87 / 0.65);
}

.border-s-emerald-700\/70{
  border-inline-start-color: rgb(4 120 87 / 0.7);
}

.border-s-emerald-700\/75{
  border-inline-start-color: rgb(4 120 87 / 0.75);
}

.border-s-emerald-700\/80{
  border-inline-start-color: rgb(4 120 87 / 0.8);
}

.border-s-emerald-700\/85{
  border-inline-start-color: rgb(4 120 87 / 0.85);
}

.border-s-emerald-700\/90{
  border-inline-start-color: rgb(4 120 87 / 0.9);
}

.border-s-emerald-700\/95{
  border-inline-start-color: rgb(4 120 87 / 0.95);
}

.border-s-emerald-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-s-emerald-800\/0{
  border-inline-start-color: rgb(6 95 70 / 0);
}

.border-s-emerald-800\/10{
  border-inline-start-color: rgb(6 95 70 / 0.1);
}

.border-s-emerald-800\/100{
  border-inline-start-color: rgb(6 95 70 / 1);
}

.border-s-emerald-800\/15{
  border-inline-start-color: rgb(6 95 70 / 0.15);
}

.border-s-emerald-800\/20{
  border-inline-start-color: rgb(6 95 70 / 0.2);
}

.border-s-emerald-800\/25{
  border-inline-start-color: rgb(6 95 70 / 0.25);
}

.border-s-emerald-800\/30{
  border-inline-start-color: rgb(6 95 70 / 0.3);
}

.border-s-emerald-800\/35{
  border-inline-start-color: rgb(6 95 70 / 0.35);
}

.border-s-emerald-800\/40{
  border-inline-start-color: rgb(6 95 70 / 0.4);
}

.border-s-emerald-800\/45{
  border-inline-start-color: rgb(6 95 70 / 0.45);
}

.border-s-emerald-800\/5{
  border-inline-start-color: rgb(6 95 70 / 0.05);
}

.border-s-emerald-800\/50{
  border-inline-start-color: rgb(6 95 70 / 0.5);
}

.border-s-emerald-800\/55{
  border-inline-start-color: rgb(6 95 70 / 0.55);
}

.border-s-emerald-800\/60{
  border-inline-start-color: rgb(6 95 70 / 0.6);
}

.border-s-emerald-800\/65{
  border-inline-start-color: rgb(6 95 70 / 0.65);
}

.border-s-emerald-800\/70{
  border-inline-start-color: rgb(6 95 70 / 0.7);
}

.border-s-emerald-800\/75{
  border-inline-start-color: rgb(6 95 70 / 0.75);
}

.border-s-emerald-800\/80{
  border-inline-start-color: rgb(6 95 70 / 0.8);
}

.border-s-emerald-800\/85{
  border-inline-start-color: rgb(6 95 70 / 0.85);
}

.border-s-emerald-800\/90{
  border-inline-start-color: rgb(6 95 70 / 0.9);
}

.border-s-emerald-800\/95{
  border-inline-start-color: rgb(6 95 70 / 0.95);
}

.border-s-emerald-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-s-emerald-900\/0{
  border-inline-start-color: rgb(6 78 59 / 0);
}

.border-s-emerald-900\/10{
  border-inline-start-color: rgb(6 78 59 / 0.1);
}

.border-s-emerald-900\/100{
  border-inline-start-color: rgb(6 78 59 / 1);
}

.border-s-emerald-900\/15{
  border-inline-start-color: rgb(6 78 59 / 0.15);
}

.border-s-emerald-900\/20{
  border-inline-start-color: rgb(6 78 59 / 0.2);
}

.border-s-emerald-900\/25{
  border-inline-start-color: rgb(6 78 59 / 0.25);
}

.border-s-emerald-900\/30{
  border-inline-start-color: rgb(6 78 59 / 0.3);
}

.border-s-emerald-900\/35{
  border-inline-start-color: rgb(6 78 59 / 0.35);
}

.border-s-emerald-900\/40{
  border-inline-start-color: rgb(6 78 59 / 0.4);
}

.border-s-emerald-900\/45{
  border-inline-start-color: rgb(6 78 59 / 0.45);
}

.border-s-emerald-900\/5{
  border-inline-start-color: rgb(6 78 59 / 0.05);
}

.border-s-emerald-900\/50{
  border-inline-start-color: rgb(6 78 59 / 0.5);
}

.border-s-emerald-900\/55{
  border-inline-start-color: rgb(6 78 59 / 0.55);
}

.border-s-emerald-900\/60{
  border-inline-start-color: rgb(6 78 59 / 0.6);
}

.border-s-emerald-900\/65{
  border-inline-start-color: rgb(6 78 59 / 0.65);
}

.border-s-emerald-900\/70{
  border-inline-start-color: rgb(6 78 59 / 0.7);
}

.border-s-emerald-900\/75{
  border-inline-start-color: rgb(6 78 59 / 0.75);
}

.border-s-emerald-900\/80{
  border-inline-start-color: rgb(6 78 59 / 0.8);
}

.border-s-emerald-900\/85{
  border-inline-start-color: rgb(6 78 59 / 0.85);
}

.border-s-emerald-900\/90{
  border-inline-start-color: rgb(6 78 59 / 0.9);
}

.border-s-emerald-900\/95{
  border-inline-start-color: rgb(6 78 59 / 0.95);
}

.border-s-emerald-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-s-emerald-950\/0{
  border-inline-start-color: rgb(2 44 34 / 0);
}

.border-s-emerald-950\/10{
  border-inline-start-color: rgb(2 44 34 / 0.1);
}

.border-s-emerald-950\/100{
  border-inline-start-color: rgb(2 44 34 / 1);
}

.border-s-emerald-950\/15{
  border-inline-start-color: rgb(2 44 34 / 0.15);
}

.border-s-emerald-950\/20{
  border-inline-start-color: rgb(2 44 34 / 0.2);
}

.border-s-emerald-950\/25{
  border-inline-start-color: rgb(2 44 34 / 0.25);
}

.border-s-emerald-950\/30{
  border-inline-start-color: rgb(2 44 34 / 0.3);
}

.border-s-emerald-950\/35{
  border-inline-start-color: rgb(2 44 34 / 0.35);
}

.border-s-emerald-950\/40{
  border-inline-start-color: rgb(2 44 34 / 0.4);
}

.border-s-emerald-950\/45{
  border-inline-start-color: rgb(2 44 34 / 0.45);
}

.border-s-emerald-950\/5{
  border-inline-start-color: rgb(2 44 34 / 0.05);
}

.border-s-emerald-950\/50{
  border-inline-start-color: rgb(2 44 34 / 0.5);
}

.border-s-emerald-950\/55{
  border-inline-start-color: rgb(2 44 34 / 0.55);
}

.border-s-emerald-950\/60{
  border-inline-start-color: rgb(2 44 34 / 0.6);
}

.border-s-emerald-950\/65{
  border-inline-start-color: rgb(2 44 34 / 0.65);
}

.border-s-emerald-950\/70{
  border-inline-start-color: rgb(2 44 34 / 0.7);
}

.border-s-emerald-950\/75{
  border-inline-start-color: rgb(2 44 34 / 0.75);
}

.border-s-emerald-950\/80{
  border-inline-start-color: rgb(2 44 34 / 0.8);
}

.border-s-emerald-950\/85{
  border-inline-start-color: rgb(2 44 34 / 0.85);
}

.border-s-emerald-950\/90{
  border-inline-start-color: rgb(2 44 34 / 0.9);
}

.border-s-emerald-950\/95{
  border-inline-start-color: rgb(2 44 34 / 0.95);
}

.border-s-excel{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.border-s-excel-hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.border-s-excel-hover\/0{
  border-inline-start-color: rgb(9 138 107 / 0);
}

.border-s-excel-hover\/10{
  border-inline-start-color: rgb(9 138 107 / 0.1);
}

.border-s-excel-hover\/100{
  border-inline-start-color: rgb(9 138 107 / 1);
}

.border-s-excel-hover\/15{
  border-inline-start-color: rgb(9 138 107 / 0.15);
}

.border-s-excel-hover\/20{
  border-inline-start-color: rgb(9 138 107 / 0.2);
}

.border-s-excel-hover\/25{
  border-inline-start-color: rgb(9 138 107 / 0.25);
}

.border-s-excel-hover\/30{
  border-inline-start-color: rgb(9 138 107 / 0.3);
}

.border-s-excel-hover\/35{
  border-inline-start-color: rgb(9 138 107 / 0.35);
}

.border-s-excel-hover\/40{
  border-inline-start-color: rgb(9 138 107 / 0.4);
}

.border-s-excel-hover\/45{
  border-inline-start-color: rgb(9 138 107 / 0.45);
}

.border-s-excel-hover\/5{
  border-inline-start-color: rgb(9 138 107 / 0.05);
}

.border-s-excel-hover\/50{
  border-inline-start-color: rgb(9 138 107 / 0.5);
}

.border-s-excel-hover\/55{
  border-inline-start-color: rgb(9 138 107 / 0.55);
}

.border-s-excel-hover\/60{
  border-inline-start-color: rgb(9 138 107 / 0.6);
}

.border-s-excel-hover\/65{
  border-inline-start-color: rgb(9 138 107 / 0.65);
}

.border-s-excel-hover\/70{
  border-inline-start-color: rgb(9 138 107 / 0.7);
}

.border-s-excel-hover\/75{
  border-inline-start-color: rgb(9 138 107 / 0.75);
}

.border-s-excel-hover\/80{
  border-inline-start-color: rgb(9 138 107 / 0.8);
}

.border-s-excel-hover\/85{
  border-inline-start-color: rgb(9 138 107 / 0.85);
}

.border-s-excel-hover\/90{
  border-inline-start-color: rgb(9 138 107 / 0.9);
}

.border-s-excel-hover\/95{
  border-inline-start-color: rgb(9 138 107 / 0.95);
}

.border-s-excel\/0{
  border-inline-start-color: rgb(11 160 123 / 0);
}

.border-s-excel\/10{
  border-inline-start-color: rgb(11 160 123 / 0.1);
}

.border-s-excel\/100{
  border-inline-start-color: rgb(11 160 123 / 1);
}

.border-s-excel\/15{
  border-inline-start-color: rgb(11 160 123 / 0.15);
}

.border-s-excel\/20{
  border-inline-start-color: rgb(11 160 123 / 0.2);
}

.border-s-excel\/25{
  border-inline-start-color: rgb(11 160 123 / 0.25);
}

.border-s-excel\/30{
  border-inline-start-color: rgb(11 160 123 / 0.3);
}

.border-s-excel\/35{
  border-inline-start-color: rgb(11 160 123 / 0.35);
}

.border-s-excel\/40{
  border-inline-start-color: rgb(11 160 123 / 0.4);
}

.border-s-excel\/45{
  border-inline-start-color: rgb(11 160 123 / 0.45);
}

.border-s-excel\/5{
  border-inline-start-color: rgb(11 160 123 / 0.05);
}

.border-s-excel\/50{
  border-inline-start-color: rgb(11 160 123 / 0.5);
}

.border-s-excel\/55{
  border-inline-start-color: rgb(11 160 123 / 0.55);
}

.border-s-excel\/60{
  border-inline-start-color: rgb(11 160 123 / 0.6);
}

.border-s-excel\/65{
  border-inline-start-color: rgb(11 160 123 / 0.65);
}

.border-s-excel\/70{
  border-inline-start-color: rgb(11 160 123 / 0.7);
}

.border-s-excel\/75{
  border-inline-start-color: rgb(11 160 123 / 0.75);
}

.border-s-excel\/80{
  border-inline-start-color: rgb(11 160 123 / 0.8);
}

.border-s-excel\/85{
  border-inline-start-color: rgb(11 160 123 / 0.85);
}

.border-s-excel\/90{
  border-inline-start-color: rgb(11 160 123 / 0.9);
}

.border-s-excel\/95{
  border-inline-start-color: rgb(11 160 123 / 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\/15{
  border-inline-start-color: rgb(250 232 255 / 0.15);
}

.border-s-fuchsia-100\/20{
  border-inline-start-color: rgb(250 232 255 / 0.2);
}

.border-s-fuchsia-100\/25{
  border-inline-start-color: rgb(250 232 255 / 0.25);
}

.border-s-fuchsia-100\/30{
  border-inline-start-color: rgb(250 232 255 / 0.3);
}

.border-s-fuchsia-100\/35{
  border-inline-start-color: rgb(250 232 255 / 0.35);
}

.border-s-fuchsia-100\/40{
  border-inline-start-color: rgb(250 232 255 / 0.4);
}

.border-s-fuchsia-100\/45{
  border-inline-start-color: rgb(250 232 255 / 0.45);
}

.border-s-fuchsia-100\/5{
  border-inline-start-color: rgb(250 232 255 / 0.05);
}

.border-s-fuchsia-100\/50{
  border-inline-start-color: rgb(250 232 255 / 0.5);
}

.border-s-fuchsia-100\/55{
  border-inline-start-color: rgb(250 232 255 / 0.55);
}

.border-s-fuchsia-100\/60{
  border-inline-start-color: rgb(250 232 255 / 0.6);
}

.border-s-fuchsia-100\/65{
  border-inline-start-color: rgb(250 232 255 / 0.65);
}

.border-s-fuchsia-100\/70{
  border-inline-start-color: rgb(250 232 255 / 0.7);
}

.border-s-fuchsia-100\/75{
  border-inline-start-color: rgb(250 232 255 / 0.75);
}

.border-s-fuchsia-100\/80{
  border-inline-start-color: rgb(250 232 255 / 0.8);
}

.border-s-fuchsia-100\/85{
  border-inline-start-color: rgb(250 232 255 / 0.85);
}

.border-s-fuchsia-100\/90{
  border-inline-start-color: rgb(250 232 255 / 0.9);
}

.border-s-fuchsia-100\/95{
  border-inline-start-color: rgb(250 232 255 / 0.95);
}

.border-s-fuchsia-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-s-fuchsia-200\/0{
  border-inline-start-color: rgb(245 208 254 / 0);
}

.border-s-fuchsia-200\/10{
  border-inline-start-color: rgb(245 208 254 / 0.1);
}

.border-s-fuchsia-200\/100{
  border-inline-start-color: rgb(245 208 254 / 1);
}

.border-s-fuchsia-200\/15{
  border-inline-start-color: rgb(245 208 254 / 0.15);
}

.border-s-fuchsia-200\/20{
  border-inline-start-color: rgb(245 208 254 / 0.2);
}

.border-s-fuchsia-200\/25{
  border-inline-start-color: rgb(245 208 254 / 0.25);
}

.border-s-fuchsia-200\/30{
  border-inline-start-color: rgb(245 208 254 / 0.3);
}

.border-s-fuchsia-200\/35{
  border-inline-start-color: rgb(245 208 254 / 0.35);
}

.border-s-fuchsia-200\/40{
  border-inline-start-color: rgb(245 208 254 / 0.4);
}

.border-s-fuchsia-200\/45{
  border-inline-start-color: rgb(245 208 254 / 0.45);
}

.border-s-fuchsia-200\/5{
  border-inline-start-color: rgb(245 208 254 / 0.05);
}

.border-s-fuchsia-200\/50{
  border-inline-start-color: rgb(245 208 254 / 0.5);
}

.border-s-fuchsia-200\/55{
  border-inline-start-color: rgb(245 208 254 / 0.55);
}

.border-s-fuchsia-200\/60{
  border-inline-start-color: rgb(245 208 254 / 0.6);
}

.border-s-fuchsia-200\/65{
  border-inline-start-color: rgb(245 208 254 / 0.65);
}

.border-s-fuchsia-200\/70{
  border-inline-start-color: rgb(245 208 254 / 0.7);
}

.border-s-fuchsia-200\/75{
  border-inline-start-color: rgb(245 208 254 / 0.75);
}

.border-s-fuchsia-200\/80{
  border-inline-start-color: rgb(245 208 254 / 0.8);
}

.border-s-fuchsia-200\/85{
  border-inline-start-color: rgb(245 208 254 / 0.85);
}

.border-s-fuchsia-200\/90{
  border-inline-start-color: rgb(245 208 254 / 0.9);
}

.border-s-fuchsia-200\/95{
  border-inline-start-color: rgb(245 208 254 / 0.95);
}

.border-s-fuchsia-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-s-fuchsia-300\/0{
  border-inline-start-color: rgb(240 171 252 / 0);
}

.border-s-fuchsia-300\/10{
  border-inline-start-color: rgb(240 171 252 / 0.1);
}

.border-s-fuchsia-300\/100{
  border-inline-start-color: rgb(240 171 252 / 1);
}

.border-s-fuchsia-300\/15{
  border-inline-start-color: rgb(240 171 252 / 0.15);
}

.border-s-fuchsia-300\/20{
  border-inline-start-color: rgb(240 171 252 / 0.2);
}

.border-s-fuchsia-300\/25{
  border-inline-start-color: rgb(240 171 252 / 0.25);
}

.border-s-fuchsia-300\/30{
  border-inline-start-color: rgb(240 171 252 / 0.3);
}

.border-s-fuchsia-300\/35{
  border-inline-start-color: rgb(240 171 252 / 0.35);
}

.border-s-fuchsia-300\/40{
  border-inline-start-color: rgb(240 171 252 / 0.4);
}

.border-s-fuchsia-300\/45{
  border-inline-start-color: rgb(240 171 252 / 0.45);
}

.border-s-fuchsia-300\/5{
  border-inline-start-color: rgb(240 171 252 / 0.05);
}

.border-s-fuchsia-300\/50{
  border-inline-start-color: rgb(240 171 252 / 0.5);
}

.border-s-fuchsia-300\/55{
  border-inline-start-color: rgb(240 171 252 / 0.55);
}

.border-s-fuchsia-300\/60{
  border-inline-start-color: rgb(240 171 252 / 0.6);
}

.border-s-fuchsia-300\/65{
  border-inline-start-color: rgb(240 171 252 / 0.65);
}

.border-s-fuchsia-300\/70{
  border-inline-start-color: rgb(240 171 252 / 0.7);
}

.border-s-fuchsia-300\/75{
  border-inline-start-color: rgb(240 171 252 / 0.75);
}

.border-s-fuchsia-300\/80{
  border-inline-start-color: rgb(240 171 252 / 0.8);
}

.border-s-fuchsia-300\/85{
  border-inline-start-color: rgb(240 171 252 / 0.85);
}

.border-s-fuchsia-300\/90{
  border-inline-start-color: rgb(240 171 252 / 0.9);
}

.border-s-fuchsia-300\/95{
  border-inline-start-color: rgb(240 171 252 / 0.95);
}

.border-s-fuchsia-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-s-fuchsia-400\/0{
  border-inline-start-color: rgb(232 121 249 / 0);
}

.border-s-fuchsia-400\/10{
  border-inline-start-color: rgb(232 121 249 / 0.1);
}

.border-s-fuchsia-400\/100{
  border-inline-start-color: rgb(232 121 249 / 1);
}

.border-s-fuchsia-400\/15{
  border-inline-start-color: rgb(232 121 249 / 0.15);
}

.border-s-fuchsia-400\/20{
  border-inline-start-color: rgb(232 121 249 / 0.2);
}

.border-s-fuchsia-400\/25{
  border-inline-start-color: rgb(232 121 249 / 0.25);
}

.border-s-fuchsia-400\/30{
  border-inline-start-color: rgb(232 121 249 / 0.3);
}

.border-s-fuchsia-400\/35{
  border-inline-start-color: rgb(232 121 249 / 0.35);
}

.border-s-fuchsia-400\/40{
  border-inline-start-color: rgb(232 121 249 / 0.4);
}

.border-s-fuchsia-400\/45{
  border-inline-start-color: rgb(232 121 249 / 0.45);
}

.border-s-fuchsia-400\/5{
  border-inline-start-color: rgb(232 121 249 / 0.05);
}

.border-s-fuchsia-400\/50{
  border-inline-start-color: rgb(232 121 249 / 0.5);
}

.border-s-fuchsia-400\/55{
  border-inline-start-color: rgb(232 121 249 / 0.55);
}

.border-s-fuchsia-400\/60{
  border-inline-start-color: rgb(232 121 249 / 0.6);
}

.border-s-fuchsia-400\/65{
  border-inline-start-color: rgb(232 121 249 / 0.65);
}

.border-s-fuchsia-400\/70{
  border-inline-start-color: rgb(232 121 249 / 0.7);
}

.border-s-fuchsia-400\/75{
  border-inline-start-color: rgb(232 121 249 / 0.75);
}

.border-s-fuchsia-400\/80{
  border-inline-start-color: rgb(232 121 249 / 0.8);
}

.border-s-fuchsia-400\/85{
  border-inline-start-color: rgb(232 121 249 / 0.85);
}

.border-s-fuchsia-400\/90{
  border-inline-start-color: rgb(232 121 249 / 0.9);
}

.border-s-fuchsia-400\/95{
  border-inline-start-color: rgb(232 121 249 / 0.95);
}

.border-s-fuchsia-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-s-fuchsia-50\/0{
  border-inline-start-color: rgb(253 244 255 / 0);
}

.border-s-fuchsia-50\/10{
  border-inline-start-color: rgb(253 244 255 / 0.1);
}

.border-s-fuchsia-50\/100{
  border-inline-start-color: rgb(253 244 255 / 1);
}

.border-s-fuchsia-50\/15{
  border-inline-start-color: rgb(253 244 255 / 0.15);
}

.border-s-fuchsia-50\/20{
  border-inline-start-color: rgb(253 244 255 / 0.2);
}

.border-s-fuchsia-50\/25{
  border-inline-start-color: rgb(253 244 255 / 0.25);
}

.border-s-fuchsia-50\/30{
  border-inline-start-color: rgb(253 244 255 / 0.3);
}

.border-s-fuchsia-50\/35{
  border-inline-start-color: rgb(253 244 255 / 0.35);
}

.border-s-fuchsia-50\/40{
  border-inline-start-color: rgb(253 244 255 / 0.4);
}

.border-s-fuchsia-50\/45{
  border-inline-start-color: rgb(253 244 255 / 0.45);
}

.border-s-fuchsia-50\/5{
  border-inline-start-color: rgb(253 244 255 / 0.05);
}

.border-s-fuchsia-50\/50{
  border-inline-start-color: rgb(253 244 255 / 0.5);
}

.border-s-fuchsia-50\/55{
  border-inline-start-color: rgb(253 244 255 / 0.55);
}

.border-s-fuchsia-50\/60{
  border-inline-start-color: rgb(253 244 255 / 0.6);
}

.border-s-fuchsia-50\/65{
  border-inline-start-color: rgb(253 244 255 / 0.65);
}

.border-s-fuchsia-50\/70{
  border-inline-start-color: rgb(253 244 255 / 0.7);
}

.border-s-fuchsia-50\/75{
  border-inline-start-color: rgb(253 244 255 / 0.75);
}

.border-s-fuchsia-50\/80{
  border-inline-start-color: rgb(253 244 255 / 0.8);
}

.border-s-fuchsia-50\/85{
  border-inline-start-color: rgb(253 244 255 / 0.85);
}

.border-s-fuchsia-50\/90{
  border-inline-start-color: rgb(253 244 255 / 0.9);
}

.border-s-fuchsia-50\/95{
  border-inline-start-color: rgb(253 244 255 / 0.95);
}

.border-s-fuchsia-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-s-fuchsia-500\/0{
  border-inline-start-color: rgb(217 70 239 / 0);
}

.border-s-fuchsia-500\/10{
  border-inline-start-color: rgb(217 70 239 / 0.1);
}

.border-s-fuchsia-500\/100{
  border-inline-start-color: rgb(217 70 239 / 1);
}

.border-s-fuchsia-500\/15{
  border-inline-start-color: rgb(217 70 239 / 0.15);
}

.border-s-fuchsia-500\/20{
  border-inline-start-color: rgb(217 70 239 / 0.2);
}

.border-s-fuchsia-500\/25{
  border-inline-start-color: rgb(217 70 239 / 0.25);
}

.border-s-fuchsia-500\/30{
  border-inline-start-color: rgb(217 70 239 / 0.3);
}

.border-s-fuchsia-500\/35{
  border-inline-start-color: rgb(217 70 239 / 0.35);
}

.border-s-fuchsia-500\/40{
  border-inline-start-color: rgb(217 70 239 / 0.4);
}

.border-s-fuchsia-500\/45{
  border-inline-start-color: rgb(217 70 239 / 0.45);
}

.border-s-fuchsia-500\/5{
  border-inline-start-color: rgb(217 70 239 / 0.05);
}

.border-s-fuchsia-500\/50{
  border-inline-start-color: rgb(217 70 239 / 0.5);
}

.border-s-fuchsia-500\/55{
  border-inline-start-color: rgb(217 70 239 / 0.55);
}

.border-s-fuchsia-500\/60{
  border-inline-start-color: rgb(217 70 239 / 0.6);
}

.border-s-fuchsia-500\/65{
  border-inline-start-color: rgb(217 70 239 / 0.65);
}

.border-s-fuchsia-500\/70{
  border-inline-start-color: rgb(217 70 239 / 0.7);
}

.border-s-fuchsia-500\/75{
  border-inline-start-color: rgb(217 70 239 / 0.75);
}

.border-s-fuchsia-500\/80{
  border-inline-start-color: rgb(217 70 239 / 0.8);
}

.border-s-fuchsia-500\/85{
  border-inline-start-color: rgb(217 70 239 / 0.85);
}

.border-s-fuchsia-500\/90{
  border-inline-start-color: rgb(217 70 239 / 0.9);
}

.border-s-fuchsia-500\/95{
  border-inline-start-color: rgb(217 70 239 / 0.95);
}

.border-s-fuchsia-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-s-fuchsia-600\/0{
  border-inline-start-color: rgb(192 38 211 / 0);
}

.border-s-fuchsia-600\/10{
  border-inline-start-color: rgb(192 38 211 / 0.1);
}

.border-s-fuchsia-600\/100{
  border-inline-start-color: rgb(192 38 211 / 1);
}

.border-s-fuchsia-600\/15{
  border-inline-start-color: rgb(192 38 211 / 0.15);
}

.border-s-fuchsia-600\/20{
  border-inline-start-color: rgb(192 38 211 / 0.2);
}

.border-s-fuchsia-600\/25{
  border-inline-start-color: rgb(192 38 211 / 0.25);
}

.border-s-fuchsia-600\/30{
  border-inline-start-color: rgb(192 38 211 / 0.3);
}

.border-s-fuchsia-600\/35{
  border-inline-start-color: rgb(192 38 211 / 0.35);
}

.border-s-fuchsia-600\/40{
  border-inline-start-color: rgb(192 38 211 / 0.4);
}

.border-s-fuchsia-600\/45{
  border-inline-start-color: rgb(192 38 211 / 0.45);
}

.border-s-fuchsia-600\/5{
  border-inline-start-color: rgb(192 38 211 / 0.05);
}

.border-s-fuchsia-600\/50{
  border-inline-start-color: rgb(192 38 211 / 0.5);
}

.border-s-fuchsia-600\/55{
  border-inline-start-color: rgb(192 38 211 / 0.55);
}

.border-s-fuchsia-600\/60{
  border-inline-start-color: rgb(192 38 211 / 0.6);
}

.border-s-fuchsia-600\/65{
  border-inline-start-color: rgb(192 38 211 / 0.65);
}

.border-s-fuchsia-600\/70{
  border-inline-start-color: rgb(192 38 211 / 0.7);
}

.border-s-fuchsia-600\/75{
  border-inline-start-color: rgb(192 38 211 / 0.75);
}

.border-s-fuchsia-600\/80{
  border-inline-start-color: rgb(192 38 211 / 0.8);
}

.border-s-fuchsia-600\/85{
  border-inline-start-color: rgb(192 38 211 / 0.85);
}

.border-s-fuchsia-600\/90{
  border-inline-start-color: rgb(192 38 211 / 0.9);
}

.border-s-fuchsia-600\/95{
  border-inline-start-color: rgb(192 38 211 / 0.95);
}

.border-s-fuchsia-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-s-fuchsia-700\/0{
  border-inline-start-color: rgb(162 28 175 / 0);
}

.border-s-fuchsia-700\/10{
  border-inline-start-color: rgb(162 28 175 / 0.1);
}

.border-s-fuchsia-700\/100{
  border-inline-start-color: rgb(162 28 175 / 1);
}

.border-s-fuchsia-700\/15{
  border-inline-start-color: rgb(162 28 175 / 0.15);
}

.border-s-fuchsia-700\/20{
  border-inline-start-color: rgb(162 28 175 / 0.2);
}

.border-s-fuchsia-700\/25{
  border-inline-start-color: rgb(162 28 175 / 0.25);
}

.border-s-fuchsia-700\/30{
  border-inline-start-color: rgb(162 28 175 / 0.3);
}

.border-s-fuchsia-700\/35{
  border-inline-start-color: rgb(162 28 175 / 0.35);
}

.border-s-fuchsia-700\/40{
  border-inline-start-color: rgb(162 28 175 / 0.4);
}

.border-s-fuchsia-700\/45{
  border-inline-start-color: rgb(162 28 175 / 0.45);
}

.border-s-fuchsia-700\/5{
  border-inline-start-color: rgb(162 28 175 / 0.05);
}

.border-s-fuchsia-700\/50{
  border-inline-start-color: rgb(162 28 175 / 0.5);
}

.border-s-fuchsia-700\/55{
  border-inline-start-color: rgb(162 28 175 / 0.55);
}

.border-s-fuchsia-700\/60{
  border-inline-start-color: rgb(162 28 175 / 0.6);
}

.border-s-fuchsia-700\/65{
  border-inline-start-color: rgb(162 28 175 / 0.65);
}

.border-s-fuchsia-700\/70{
  border-inline-start-color: rgb(162 28 175 / 0.7);
}

.border-s-fuchsia-700\/75{
  border-inline-start-color: rgb(162 28 175 / 0.75);
}

.border-s-fuchsia-700\/80{
  border-inline-start-color: rgb(162 28 175 / 0.8);
}

.border-s-fuchsia-700\/85{
  border-inline-start-color: rgb(162 28 175 / 0.85);
}

.border-s-fuchsia-700\/90{
  border-inline-start-color: rgb(162 28 175 / 0.9);
}

.border-s-fuchsia-700\/95{
  border-inline-start-color: rgb(162 28 175 / 0.95);
}

.border-s-fuchsia-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-s-fuchsia-800\/0{
  border-inline-start-color: rgb(134 25 143 / 0);
}

.border-s-fuchsia-800\/10{
  border-inline-start-color: rgb(134 25 143 / 0.1);
}

.border-s-fuchsia-800\/100{
  border-inline-start-color: rgb(134 25 143 / 1);
}

.border-s-fuchsia-800\/15{
  border-inline-start-color: rgb(134 25 143 / 0.15);
}

.border-s-fuchsia-800\/20{
  border-inline-start-color: rgb(134 25 143 / 0.2);
}

.border-s-fuchsia-800\/25{
  border-inline-start-color: rgb(134 25 143 / 0.25);
}

.border-s-fuchsia-800\/30{
  border-inline-start-color: rgb(134 25 143 / 0.3);
}

.border-s-fuchsia-800\/35{
  border-inline-start-color: rgb(134 25 143 / 0.35);
}

.border-s-fuchsia-800\/40{
  border-inline-start-color: rgb(134 25 143 / 0.4);
}

.border-s-fuchsia-800\/45{
  border-inline-start-color: rgb(134 25 143 / 0.45);
}

.border-s-fuchsia-800\/5{
  border-inline-start-color: rgb(134 25 143 / 0.05);
}

.border-s-fuchsia-800\/50{
  border-inline-start-color: rgb(134 25 143 / 0.5);
}

.border-s-fuchsia-800\/55{
  border-inline-start-color: rgb(134 25 143 / 0.55);
}

.border-s-fuchsia-800\/60{
  border-inline-start-color: rgb(134 25 143 / 0.6);
}

.border-s-fuchsia-800\/65{
  border-inline-start-color: rgb(134 25 143 / 0.65);
}

.border-s-fuchsia-800\/70{
  border-inline-start-color: rgb(134 25 143 / 0.7);
}

.border-s-fuchsia-800\/75{
  border-inline-start-color: rgb(134 25 143 / 0.75);
}

.border-s-fuchsia-800\/80{
  border-inline-start-color: rgb(134 25 143 / 0.8);
}

.border-s-fuchsia-800\/85{
  border-inline-start-color: rgb(134 25 143 / 0.85);
}

.border-s-fuchsia-800\/90{
  border-inline-start-color: rgb(134 25 143 / 0.9);
}

.border-s-fuchsia-800\/95{
  border-inline-start-color: rgb(134 25 143 / 0.95);
}

.border-s-fuchsia-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-s-fuchsia-900\/0{
  border-inline-start-color: rgb(112 26 117 / 0);
}

.border-s-fuchsia-900\/10{
  border-inline-start-color: rgb(112 26 117 / 0.1);
}

.border-s-fuchsia-900\/100{
  border-inline-start-color: rgb(112 26 117 / 1);
}

.border-s-fuchsia-900\/15{
  border-inline-start-color: rgb(112 26 117 / 0.15);
}

.border-s-fuchsia-900\/20{
  border-inline-start-color: rgb(112 26 117 / 0.2);
}

.border-s-fuchsia-900\/25{
  border-inline-start-color: rgb(112 26 117 / 0.25);
}

.border-s-fuchsia-900\/30{
  border-inline-start-color: rgb(112 26 117 / 0.3);
}

.border-s-fuchsia-900\/35{
  border-inline-start-color: rgb(112 26 117 / 0.35);
}

.border-s-fuchsia-900\/40{
  border-inline-start-color: rgb(112 26 117 / 0.4);
}

.border-s-fuchsia-900\/45{
  border-inline-start-color: rgb(112 26 117 / 0.45);
}

.border-s-fuchsia-900\/5{
  border-inline-start-color: rgb(112 26 117 / 0.05);
}

.border-s-fuchsia-900\/50{
  border-inline-start-color: rgb(112 26 117 / 0.5);
}

.border-s-fuchsia-900\/55{
  border-inline-start-color: rgb(112 26 117 / 0.55);
}

.border-s-fuchsia-900\/60{
  border-inline-start-color: rgb(112 26 117 / 0.6);
}

.border-s-fuchsia-900\/65{
  border-inline-start-color: rgb(112 26 117 / 0.65);
}

.border-s-fuchsia-900\/70{
  border-inline-start-color: rgb(112 26 117 / 0.7);
}

.border-s-fuchsia-900\/75{
  border-inline-start-color: rgb(112 26 117 / 0.75);
}

.border-s-fuchsia-900\/80{
  border-inline-start-color: rgb(112 26 117 / 0.8);
}

.border-s-fuchsia-900\/85{
  border-inline-start-color: rgb(112 26 117 / 0.85);
}

.border-s-fuchsia-900\/90{
  border-inline-start-color: rgb(112 26 117 / 0.9);
}

.border-s-fuchsia-900\/95{
  border-inline-start-color: rgb(112 26 117 / 0.95);
}

.border-s-fuchsia-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-s-fuchsia-950\/0{
  border-inline-start-color: rgb(74 4 78 / 0);
}

.border-s-fuchsia-950\/10{
  border-inline-start-color: rgb(74 4 78 / 0.1);
}

.border-s-fuchsia-950\/100{
  border-inline-start-color: rgb(74 4 78 / 1);
}

.border-s-fuchsia-950\/15{
  border-inline-start-color: rgb(74 4 78 / 0.15);
}

.border-s-fuchsia-950\/20{
  border-inline-start-color: rgb(74 4 78 / 0.2);
}

.border-s-fuchsia-950\/25{
  border-inline-start-color: rgb(74 4 78 / 0.25);
}

.border-s-fuchsia-950\/30{
  border-inline-start-color: rgb(74 4 78 / 0.3);
}

.border-s-fuchsia-950\/35{
  border-inline-start-color: rgb(74 4 78 / 0.35);
}

.border-s-fuchsia-950\/40{
  border-inline-start-color: rgb(74 4 78 / 0.4);
}

.border-s-fuchsia-950\/45{
  border-inline-start-color: rgb(74 4 78 / 0.45);
}

.border-s-fuchsia-950\/5{
  border-inline-start-color: rgb(74 4 78 / 0.05);
}

.border-s-fuchsia-950\/50{
  border-inline-start-color: rgb(74 4 78 / 0.5);
}

.border-s-fuchsia-950\/55{
  border-inline-start-color: rgb(74 4 78 / 0.55);
}

.border-s-fuchsia-950\/60{
  border-inline-start-color: rgb(74 4 78 / 0.6);
}

.border-s-fuchsia-950\/65{
  border-inline-start-color: rgb(74 4 78 / 0.65);
}

.border-s-fuchsia-950\/70{
  border-inline-start-color: rgb(74 4 78 / 0.7);
}

.border-s-fuchsia-950\/75{
  border-inline-start-color: rgb(74 4 78 / 0.75);
}

.border-s-fuchsia-950\/80{
  border-inline-start-color: rgb(74 4 78 / 0.8);
}

.border-s-fuchsia-950\/85{
  border-inline-start-color: rgb(74 4 78 / 0.85);
}

.border-s-fuchsia-950\/90{
  border-inline-start-color: rgb(74 4 78 / 0.9);
}

.border-s-fuchsia-950\/95{
  border-inline-start-color: rgb(74 4 78 / 0.95);
}

.border-s-gray-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-s-gray-100\/0{
  border-inline-start-color: rgb(243 244 246 / 0);
}

.border-s-gray-100\/10{
  border-inline-start-color: rgb(243 244 246 / 0.1);
}

.border-s-gray-100\/100{
  border-inline-start-color: rgb(243 244 246 / 1);
}

.border-s-gray-100\/15{
  border-inline-start-color: rgb(243 244 246 / 0.15);
}

.border-s-gray-100\/20{
  border-inline-start-color: rgb(243 244 246 / 0.2);
}

.border-s-gray-100\/25{
  border-inline-start-color: rgb(243 244 246 / 0.25);
}

.border-s-gray-100\/30{
  border-inline-start-color: rgb(243 244 246 / 0.3);
}

.border-s-gray-100\/35{
  border-inline-start-color: rgb(243 244 246 / 0.35);
}

.border-s-gray-100\/40{
  border-inline-start-color: rgb(243 244 246 / 0.4);
}

.border-s-gray-100\/45{
  border-inline-start-color: rgb(243 244 246 / 0.45);
}

.border-s-gray-100\/5{
  border-inline-start-color: rgb(243 244 246 / 0.05);
}

.border-s-gray-100\/50{
  border-inline-start-color: rgb(243 244 246 / 0.5);
}

.border-s-gray-100\/55{
  border-inline-start-color: rgb(243 244 246 / 0.55);
}

.border-s-gray-100\/60{
  border-inline-start-color: rgb(243 244 246 / 0.6);
}

.border-s-gray-100\/65{
  border-inline-start-color: rgb(243 244 246 / 0.65);
}

.border-s-gray-100\/70{
  border-inline-start-color: rgb(243 244 246 / 0.7);
}

.border-s-gray-100\/75{
  border-inline-start-color: rgb(243 244 246 / 0.75);
}

.border-s-gray-100\/80{
  border-inline-start-color: rgb(243 244 246 / 0.8);
}

.border-s-gray-100\/85{
  border-inline-start-color: rgb(243 244 246 / 0.85);
}

.border-s-gray-100\/90{
  border-inline-start-color: rgb(243 244 246 / 0.9);
}

.border-s-gray-100\/95{
  border-inline-start-color: rgb(243 244 246 / 0.95);
}

.border-s-gray-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-s-gray-200\/0{
  border-inline-start-color: rgb(229 231 235 / 0);
}

.border-s-gray-200\/10{
  border-inline-start-color: rgb(229 231 235 / 0.1);
}

.border-s-gray-200\/100{
  border-inline-start-color: rgb(229 231 235 / 1);
}

.border-s-gray-200\/15{
  border-inline-start-color: rgb(229 231 235 / 0.15);
}

.border-s-gray-200\/20{
  border-inline-start-color: rgb(229 231 235 / 0.2);
}

.border-s-gray-200\/25{
  border-inline-start-color: rgb(229 231 235 / 0.25);
}

.border-s-gray-200\/30{
  border-inline-start-color: rgb(229 231 235 / 0.3);
}

.border-s-gray-200\/35{
  border-inline-start-color: rgb(229 231 235 / 0.35);
}

.border-s-gray-200\/40{
  border-inline-start-color: rgb(229 231 235 / 0.4);
}

.border-s-gray-200\/45{
  border-inline-start-color: rgb(229 231 235 / 0.45);
}

.border-s-gray-200\/5{
  border-inline-start-color: rgb(229 231 235 / 0.05);
}

.border-s-gray-200\/50{
  border-inline-start-color: rgb(229 231 235 / 0.5);
}

.border-s-gray-200\/55{
  border-inline-start-color: rgb(229 231 235 / 0.55);
}

.border-s-gray-200\/60{
  border-inline-start-color: rgb(229 231 235 / 0.6);
}

.border-s-gray-200\/65{
  border-inline-start-color: rgb(229 231 235 / 0.65);
}

.border-s-gray-200\/70{
  border-inline-start-color: rgb(229 231 235 / 0.7);
}

.border-s-gray-200\/75{
  border-inline-start-color: rgb(229 231 235 / 0.75);
}

.border-s-gray-200\/80{
  border-inline-start-color: rgb(229 231 235 / 0.8);
}

.border-s-gray-200\/85{
  border-inline-start-color: rgb(229 231 235 / 0.85);
}

.border-s-gray-200\/90{
  border-inline-start-color: rgb(229 231 235 / 0.9);
}

.border-s-gray-200\/95{
  border-inline-start-color: rgb(229 231 235 / 0.95);
}

.border-s-gray-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-s-gray-300\/0{
  border-inline-start-color: rgb(209 213 219 / 0);
}

.border-s-gray-300\/10{
  border-inline-start-color: rgb(209 213 219 / 0.1);
}

.border-s-gray-300\/100{
  border-inline-start-color: rgb(209 213 219 / 1);
}

.border-s-gray-300\/15{
  border-inline-start-color: rgb(209 213 219 / 0.15);
}

.border-s-gray-300\/20{
  border-inline-start-color: rgb(209 213 219 / 0.2);
}

.border-s-gray-300\/25{
  border-inline-start-color: rgb(209 213 219 / 0.25);
}

.border-s-gray-300\/30{
  border-inline-start-color: rgb(209 213 219 / 0.3);
}

.border-s-gray-300\/35{
  border-inline-start-color: rgb(209 213 219 / 0.35);
}

.border-s-gray-300\/40{
  border-inline-start-color: rgb(209 213 219 / 0.4);
}

.border-s-gray-300\/45{
  border-inline-start-color: rgb(209 213 219 / 0.45);
}

.border-s-gray-300\/5{
  border-inline-start-color: rgb(209 213 219 / 0.05);
}

.border-s-gray-300\/50{
  border-inline-start-color: rgb(209 213 219 / 0.5);
}

.border-s-gray-300\/55{
  border-inline-start-color: rgb(209 213 219 / 0.55);
}

.border-s-gray-300\/60{
  border-inline-start-color: rgb(209 213 219 / 0.6);
}

.border-s-gray-300\/65{
  border-inline-start-color: rgb(209 213 219 / 0.65);
}

.border-s-gray-300\/70{
  border-inline-start-color: rgb(209 213 219 / 0.7);
}

.border-s-gray-300\/75{
  border-inline-start-color: rgb(209 213 219 / 0.75);
}

.border-s-gray-300\/80{
  border-inline-start-color: rgb(209 213 219 / 0.8);
}

.border-s-gray-300\/85{
  border-inline-start-color: rgb(209 213 219 / 0.85);
}

.border-s-gray-300\/90{
  border-inline-start-color: rgb(209 213 219 / 0.9);
}

.border-s-gray-300\/95{
  border-inline-start-color: rgb(209 213 219 / 0.95);
}

.border-s-gray-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-s-gray-400\/0{
  border-inline-start-color: rgb(156 163 175 / 0);
}

.border-s-gray-400\/10{
  border-inline-start-color: rgb(156 163 175 / 0.1);
}

.border-s-gray-400\/100{
  border-inline-start-color: rgb(156 163 175 / 1);
}

.border-s-gray-400\/15{
  border-inline-start-color: rgb(156 163 175 / 0.15);
}

.border-s-gray-400\/20{
  border-inline-start-color: rgb(156 163 175 / 0.2);
}

.border-s-gray-400\/25{
  border-inline-start-color: rgb(156 163 175 / 0.25);
}

.border-s-gray-400\/30{
  border-inline-start-color: rgb(156 163 175 / 0.3);
}

.border-s-gray-400\/35{
  border-inline-start-color: rgb(156 163 175 / 0.35);
}

.border-s-gray-400\/40{
  border-inline-start-color: rgb(156 163 175 / 0.4);
}

.border-s-gray-400\/45{
  border-inline-start-color: rgb(156 163 175 / 0.45);
}

.border-s-gray-400\/5{
  border-inline-start-color: rgb(156 163 175 / 0.05);
}

.border-s-gray-400\/50{
  border-inline-start-color: rgb(156 163 175 / 0.5);
}

.border-s-gray-400\/55{
  border-inline-start-color: rgb(156 163 175 / 0.55);
}

.border-s-gray-400\/60{
  border-inline-start-color: rgb(156 163 175 / 0.6);
}

.border-s-gray-400\/65{
  border-inline-start-color: rgb(156 163 175 / 0.65);
}

.border-s-gray-400\/70{
  border-inline-start-color: rgb(156 163 175 / 0.7);
}

.border-s-gray-400\/75{
  border-inline-start-color: rgb(156 163 175 / 0.75);
}

.border-s-gray-400\/80{
  border-inline-start-color: rgb(156 163 175 / 0.8);
}

.border-s-gray-400\/85{
  border-inline-start-color: rgb(156 163 175 / 0.85);
}

.border-s-gray-400\/90{
  border-inline-start-color: rgb(156 163 175 / 0.9);
}

.border-s-gray-400\/95{
  border-inline-start-color: rgb(156 163 175 / 0.95);
}

.border-s-gray-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-s-gray-50\/0{
  border-inline-start-color: rgb(249 250 251 / 0);
}

.border-s-gray-50\/10{
  border-inline-start-color: rgb(249 250 251 / 0.1);
}

.border-s-gray-50\/100{
  border-inline-start-color: rgb(249 250 251 / 1);
}

.border-s-gray-50\/15{
  border-inline-start-color: rgb(249 250 251 / 0.15);
}

.border-s-gray-50\/20{
  border-inline-start-color: rgb(249 250 251 / 0.2);
}

.border-s-gray-50\/25{
  border-inline-start-color: rgb(249 250 251 / 0.25);
}

.border-s-gray-50\/30{
  border-inline-start-color: rgb(249 250 251 / 0.3);
}

.border-s-gray-50\/35{
  border-inline-start-color: rgb(249 250 251 / 0.35);
}

.border-s-gray-50\/40{
  border-inline-start-color: rgb(249 250 251 / 0.4);
}

.border-s-gray-50\/45{
  border-inline-start-color: rgb(249 250 251 / 0.45);
}

.border-s-gray-50\/5{
  border-inline-start-color: rgb(249 250 251 / 0.05);
}

.border-s-gray-50\/50{
  border-inline-start-color: rgb(249 250 251 / 0.5);
}

.border-s-gray-50\/55{
  border-inline-start-color: rgb(249 250 251 / 0.55);
}

.border-s-gray-50\/60{
  border-inline-start-color: rgb(249 250 251 / 0.6);
}

.border-s-gray-50\/65{
  border-inline-start-color: rgb(249 250 251 / 0.65);
}

.border-s-gray-50\/70{
  border-inline-start-color: rgb(249 250 251 / 0.7);
}

.border-s-gray-50\/75{
  border-inline-start-color: rgb(249 250 251 / 0.75);
}

.border-s-gray-50\/80{
  border-inline-start-color: rgb(249 250 251 / 0.8);
}

.border-s-gray-50\/85{
  border-inline-start-color: rgb(249 250 251 / 0.85);
}

.border-s-gray-50\/90{
  border-inline-start-color: rgb(249 250 251 / 0.9);
}

.border-s-gray-50\/95{
  border-inline-start-color: rgb(249 250 251 / 0.95);
}

.border-s-gray-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-s-gray-500\/0{
  border-inline-start-color: rgb(107 114 128 / 0);
}

.border-s-gray-500\/10{
  border-inline-start-color: rgb(107 114 128 / 0.1);
}

.border-s-gray-500\/100{
  border-inline-start-color: rgb(107 114 128 / 1);
}

.border-s-gray-500\/15{
  border-inline-start-color: rgb(107 114 128 / 0.15);
}

.border-s-gray-500\/20{
  border-inline-start-color: rgb(107 114 128 / 0.2);
}

.border-s-gray-500\/25{
  border-inline-start-color: rgb(107 114 128 / 0.25);
}

.border-s-gray-500\/30{
  border-inline-start-color: rgb(107 114 128 / 0.3);
}

.border-s-gray-500\/35{
  border-inline-start-color: rgb(107 114 128 / 0.35);
}

.border-s-gray-500\/40{
  border-inline-start-color: rgb(107 114 128 / 0.4);
}

.border-s-gray-500\/45{
  border-inline-start-color: rgb(107 114 128 / 0.45);
}

.border-s-gray-500\/5{
  border-inline-start-color: rgb(107 114 128 / 0.05);
}

.border-s-gray-500\/50{
  border-inline-start-color: rgb(107 114 128 / 0.5);
}

.border-s-gray-500\/55{
  border-inline-start-color: rgb(107 114 128 / 0.55);
}

.border-s-gray-500\/60{
  border-inline-start-color: rgb(107 114 128 / 0.6);
}

.border-s-gray-500\/65{
  border-inline-start-color: rgb(107 114 128 / 0.65);
}

.border-s-gray-500\/70{
  border-inline-start-color: rgb(107 114 128 / 0.7);
}

.border-s-gray-500\/75{
  border-inline-start-color: rgb(107 114 128 / 0.75);
}

.border-s-gray-500\/80{
  border-inline-start-color: rgb(107 114 128 / 0.8);
}

.border-s-gray-500\/85{
  border-inline-start-color: rgb(107 114 128 / 0.85);
}

.border-s-gray-500\/90{
  border-inline-start-color: rgb(107 114 128 / 0.9);
}

.border-s-gray-500\/95{
  border-inline-start-color: rgb(107 114 128 / 0.95);
}

.border-s-gray-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-s-gray-600\/0{
  border-inline-start-color: rgb(75 85 99 / 0);
}

.border-s-gray-600\/10{
  border-inline-start-color: rgb(75 85 99 / 0.1);
}

.border-s-gray-600\/100{
  border-inline-start-color: rgb(75 85 99 / 1);
}

.border-s-gray-600\/15{
  border-inline-start-color: rgb(75 85 99 / 0.15);
}

.border-s-gray-600\/20{
  border-inline-start-color: rgb(75 85 99 / 0.2);
}

.border-s-gray-600\/25{
  border-inline-start-color: rgb(75 85 99 / 0.25);
}

.border-s-gray-600\/30{
  border-inline-start-color: rgb(75 85 99 / 0.3);
}

.border-s-gray-600\/35{
  border-inline-start-color: rgb(75 85 99 / 0.35);
}

.border-s-gray-600\/40{
  border-inline-start-color: rgb(75 85 99 / 0.4);
}

.border-s-gray-600\/45{
  border-inline-start-color: rgb(75 85 99 / 0.45);
}

.border-s-gray-600\/5{
  border-inline-start-color: rgb(75 85 99 / 0.05);
}

.border-s-gray-600\/50{
  border-inline-start-color: rgb(75 85 99 / 0.5);
}

.border-s-gray-600\/55{
  border-inline-start-color: rgb(75 85 99 / 0.55);
}

.border-s-gray-600\/60{
  border-inline-start-color: rgb(75 85 99 / 0.6);
}

.border-s-gray-600\/65{
  border-inline-start-color: rgb(75 85 99 / 0.65);
}

.border-s-gray-600\/70{
  border-inline-start-color: rgb(75 85 99 / 0.7);
}

.border-s-gray-600\/75{
  border-inline-start-color: rgb(75 85 99 / 0.75);
}

.border-s-gray-600\/80{
  border-inline-start-color: rgb(75 85 99 / 0.8);
}

.border-s-gray-600\/85{
  border-inline-start-color: rgb(75 85 99 / 0.85);
}

.border-s-gray-600\/90{
  border-inline-start-color: rgb(75 85 99 / 0.9);
}

.border-s-gray-600\/95{
  border-inline-start-color: rgb(75 85 99 / 0.95);
}

.border-s-gray-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-s-gray-700\/0{
  border-inline-start-color: rgb(55 65 81 / 0);
}

.border-s-gray-700\/10{
  border-inline-start-color: rgb(55 65 81 / 0.1);
}

.border-s-gray-700\/100{
  border-inline-start-color: rgb(55 65 81 / 1);
}

.border-s-gray-700\/15{
  border-inline-start-color: rgb(55 65 81 / 0.15);
}

.border-s-gray-700\/20{
  border-inline-start-color: rgb(55 65 81 / 0.2);
}

.border-s-gray-700\/25{
  border-inline-start-color: rgb(55 65 81 / 0.25);
}

.border-s-gray-700\/30{
  border-inline-start-color: rgb(55 65 81 / 0.3);
}

.border-s-gray-700\/35{
  border-inline-start-color: rgb(55 65 81 / 0.35);
}

.border-s-gray-700\/40{
  border-inline-start-color: rgb(55 65 81 / 0.4);
}

.border-s-gray-700\/45{
  border-inline-start-color: rgb(55 65 81 / 0.45);
}

.border-s-gray-700\/5{
  border-inline-start-color: rgb(55 65 81 / 0.05);
}

.border-s-gray-700\/50{
  border-inline-start-color: rgb(55 65 81 / 0.5);
}

.border-s-gray-700\/55{
  border-inline-start-color: rgb(55 65 81 / 0.55);
}

.border-s-gray-700\/60{
  border-inline-start-color: rgb(55 65 81 / 0.6);
}

.border-s-gray-700\/65{
  border-inline-start-color: rgb(55 65 81 / 0.65);
}

.border-s-gray-700\/70{
  border-inline-start-color: rgb(55 65 81 / 0.7);
}

.border-s-gray-700\/75{
  border-inline-start-color: rgb(55 65 81 / 0.75);
}

.border-s-gray-700\/80{
  border-inline-start-color: rgb(55 65 81 / 0.8);
}

.border-s-gray-700\/85{
  border-inline-start-color: rgb(55 65 81 / 0.85);
}

.border-s-gray-700\/90{
  border-inline-start-color: rgb(55 65 81 / 0.9);
}

.border-s-gray-700\/95{
  border-inline-start-color: rgb(55 65 81 / 0.95);
}

.border-s-gray-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-s-gray-800\/0{
  border-inline-start-color: rgb(31 41 55 / 0);
}

.border-s-gray-800\/10{
  border-inline-start-color: rgb(31 41 55 / 0.1);
}

.border-s-gray-800\/100{
  border-inline-start-color: rgb(31 41 55 / 1);
}

.border-s-gray-800\/15{
  border-inline-start-color: rgb(31 41 55 / 0.15);
}

.border-s-gray-800\/20{
  border-inline-start-color: rgb(31 41 55 / 0.2);
}

.border-s-gray-800\/25{
  border-inline-start-color: rgb(31 41 55 / 0.25);
}

.border-s-gray-800\/30{
  border-inline-start-color: rgb(31 41 55 / 0.3);
}

.border-s-gray-800\/35{
  border-inline-start-color: rgb(31 41 55 / 0.35);
}

.border-s-gray-800\/40{
  border-inline-start-color: rgb(31 41 55 / 0.4);
}

.border-s-gray-800\/45{
  border-inline-start-color: rgb(31 41 55 / 0.45);
}

.border-s-gray-800\/5{
  border-inline-start-color: rgb(31 41 55 / 0.05);
}

.border-s-gray-800\/50{
  border-inline-start-color: rgb(31 41 55 / 0.5);
}

.border-s-gray-800\/55{
  border-inline-start-color: rgb(31 41 55 / 0.55);
}

.border-s-gray-800\/60{
  border-inline-start-color: rgb(31 41 55 / 0.6);
}

.border-s-gray-800\/65{
  border-inline-start-color: rgb(31 41 55 / 0.65);
}

.border-s-gray-800\/70{
  border-inline-start-color: rgb(31 41 55 / 0.7);
}

.border-s-gray-800\/75{
  border-inline-start-color: rgb(31 41 55 / 0.75);
}

.border-s-gray-800\/80{
  border-inline-start-color: rgb(31 41 55 / 0.8);
}

.border-s-gray-800\/85{
  border-inline-start-color: rgb(31 41 55 / 0.85);
}

.border-s-gray-800\/90{
  border-inline-start-color: rgb(31 41 55 / 0.9);
}

.border-s-gray-800\/95{
  border-inline-start-color: rgb(31 41 55 / 0.95);
}

.border-s-gray-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-s-gray-900\/0{
  border-inline-start-color: rgb(17 24 39 / 0);
}

.border-s-gray-900\/10{
  border-inline-start-color: rgb(17 24 39 / 0.1);
}

.border-s-gray-900\/100{
  border-inline-start-color: rgb(17 24 39 / 1);
}

.border-s-gray-900\/15{
  border-inline-start-color: rgb(17 24 39 / 0.15);
}

.border-s-gray-900\/20{
  border-inline-start-color: rgb(17 24 39 / 0.2);
}

.border-s-gray-900\/25{
  border-inline-start-color: rgb(17 24 39 / 0.25);
}

.border-s-gray-900\/30{
  border-inline-start-color: rgb(17 24 39 / 0.3);
}

.border-s-gray-900\/35{
  border-inline-start-color: rgb(17 24 39 / 0.35);
}

.border-s-gray-900\/40{
  border-inline-start-color: rgb(17 24 39 / 0.4);
}

.border-s-gray-900\/45{
  border-inline-start-color: rgb(17 24 39 / 0.45);
}

.border-s-gray-900\/5{
  border-inline-start-color: rgb(17 24 39 / 0.05);
}

.border-s-gray-900\/50{
  border-inline-start-color: rgb(17 24 39 / 0.5);
}

.border-s-gray-900\/55{
  border-inline-start-color: rgb(17 24 39 / 0.55);
}

.border-s-gray-900\/60{
  border-inline-start-color: rgb(17 24 39 / 0.6);
}

.border-s-gray-900\/65{
  border-inline-start-color: rgb(17 24 39 / 0.65);
}

.border-s-gray-900\/70{
  border-inline-start-color: rgb(17 24 39 / 0.7);
}

.border-s-gray-900\/75{
  border-inline-start-color: rgb(17 24 39 / 0.75);
}

.border-s-gray-900\/80{
  border-inline-start-color: rgb(17 24 39 / 0.8);
}

.border-s-gray-900\/85{
  border-inline-start-color: rgb(17 24 39 / 0.85);
}

.border-s-gray-900\/90{
  border-inline-start-color: rgb(17 24 39 / 0.9);
}

.border-s-gray-900\/95{
  border-inline-start-color: rgb(17 24 39 / 0.95);
}

.border-s-gray-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-s-gray-950\/0{
  border-inline-start-color: rgb(3 7 18 / 0);
}

.border-s-gray-950\/10{
  border-inline-start-color: rgb(3 7 18 / 0.1);
}

.border-s-gray-950\/100{
  border-inline-start-color: rgb(3 7 18 / 1);
}

.border-s-gray-950\/15{
  border-inline-start-color: rgb(3 7 18 / 0.15);
}

.border-s-gray-950\/20{
  border-inline-start-color: rgb(3 7 18 / 0.2);
}

.border-s-gray-950\/25{
  border-inline-start-color: rgb(3 7 18 / 0.25);
}

.border-s-gray-950\/30{
  border-inline-start-color: rgb(3 7 18 / 0.3);
}

.border-s-gray-950\/35{
  border-inline-start-color: rgb(3 7 18 / 0.35);
}

.border-s-gray-950\/40{
  border-inline-start-color: rgb(3 7 18 / 0.4);
}

.border-s-gray-950\/45{
  border-inline-start-color: rgb(3 7 18 / 0.45);
}

.border-s-gray-950\/5{
  border-inline-start-color: rgb(3 7 18 / 0.05);
}

.border-s-gray-950\/50{
  border-inline-start-color: rgb(3 7 18 / 0.5);
}

.border-s-gray-950\/55{
  border-inline-start-color: rgb(3 7 18 / 0.55);
}

.border-s-gray-950\/60{
  border-inline-start-color: rgb(3 7 18 / 0.6);
}

.border-s-gray-950\/65{
  border-inline-start-color: rgb(3 7 18 / 0.65);
}

.border-s-gray-950\/70{
  border-inline-start-color: rgb(3 7 18 / 0.7);
}

.border-s-gray-950\/75{
  border-inline-start-color: rgb(3 7 18 / 0.75);
}

.border-s-gray-950\/80{
  border-inline-start-color: rgb(3 7 18 / 0.8);
}

.border-s-gray-950\/85{
  border-inline-start-color: rgb(3 7 18 / 0.85);
}

.border-s-gray-950\/90{
  border-inline-start-color: rgb(3 7 18 / 0.9);
}

.border-s-gray-950\/95{
  border-inline-start-color: rgb(3 7 18 / 0.95);
}

.border-s-green-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-s-green-100\/0{
  border-inline-start-color: rgb(220 252 231 / 0);
}

.border-s-green-100\/10{
  border-inline-start-color: rgb(220 252 231 / 0.1);
}

.border-s-green-100\/100{
  border-inline-start-color: rgb(220 252 231 / 1);
}

.border-s-green-100\/15{
  border-inline-start-color: rgb(220 252 231 / 0.15);
}

.border-s-green-100\/20{
  border-inline-start-color: rgb(220 252 231 / 0.2);
}

.border-s-green-100\/25{
  border-inline-start-color: rgb(220 252 231 / 0.25);
}

.border-s-green-100\/30{
  border-inline-start-color: rgb(220 252 231 / 0.3);
}

.border-s-green-100\/35{
  border-inline-start-color: rgb(220 252 231 / 0.35);
}

.border-s-green-100\/40{
  border-inline-start-color: rgb(220 252 231 / 0.4);
}

.border-s-green-100\/45{
  border-inline-start-color: rgb(220 252 231 / 0.45);
}

.border-s-green-100\/5{
  border-inline-start-color: rgb(220 252 231 / 0.05);
}

.border-s-green-100\/50{
  border-inline-start-color: rgb(220 252 231 / 0.5);
}

.border-s-green-100\/55{
  border-inline-start-color: rgb(220 252 231 / 0.55);
}

.border-s-green-100\/60{
  border-inline-start-color: rgb(220 252 231 / 0.6);
}

.border-s-green-100\/65{
  border-inline-start-color: rgb(220 252 231 / 0.65);
}

.border-s-green-100\/70{
  border-inline-start-color: rgb(220 252 231 / 0.7);
}

.border-s-green-100\/75{
  border-inline-start-color: rgb(220 252 231 / 0.75);
}

.border-s-green-100\/80{
  border-inline-start-color: rgb(220 252 231 / 0.8);
}

.border-s-green-100\/85{
  border-inline-start-color: rgb(220 252 231 / 0.85);
}

.border-s-green-100\/90{
  border-inline-start-color: rgb(220 252 231 / 0.9);
}

.border-s-green-100\/95{
  border-inline-start-color: rgb(220 252 231 / 0.95);
}

.border-s-green-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-s-green-200\/0{
  border-inline-start-color: rgb(187 247 208 / 0);
}

.border-s-green-200\/10{
  border-inline-start-color: rgb(187 247 208 / 0.1);
}

.border-s-green-200\/100{
  border-inline-start-color: rgb(187 247 208 / 1);
}

.border-s-green-200\/15{
  border-inline-start-color: rgb(187 247 208 / 0.15);
}

.border-s-green-200\/20{
  border-inline-start-color: rgb(187 247 208 / 0.2);
}

.border-s-green-200\/25{
  border-inline-start-color: rgb(187 247 208 / 0.25);
}

.border-s-green-200\/30{
  border-inline-start-color: rgb(187 247 208 / 0.3);
}

.border-s-green-200\/35{
  border-inline-start-color: rgb(187 247 208 / 0.35);
}

.border-s-green-200\/40{
  border-inline-start-color: rgb(187 247 208 / 0.4);
}

.border-s-green-200\/45{
  border-inline-start-color: rgb(187 247 208 / 0.45);
}

.border-s-green-200\/5{
  border-inline-start-color: rgb(187 247 208 / 0.05);
}

.border-s-green-200\/50{
  border-inline-start-color: rgb(187 247 208 / 0.5);
}

.border-s-green-200\/55{
  border-inline-start-color: rgb(187 247 208 / 0.55);
}

.border-s-green-200\/60{
  border-inline-start-color: rgb(187 247 208 / 0.6);
}

.border-s-green-200\/65{
  border-inline-start-color: rgb(187 247 208 / 0.65);
}

.border-s-green-200\/70{
  border-inline-start-color: rgb(187 247 208 / 0.7);
}

.border-s-green-200\/75{
  border-inline-start-color: rgb(187 247 208 / 0.75);
}

.border-s-green-200\/80{
  border-inline-start-color: rgb(187 247 208 / 0.8);
}

.border-s-green-200\/85{
  border-inline-start-color: rgb(187 247 208 / 0.85);
}

.border-s-green-200\/90{
  border-inline-start-color: rgb(187 247 208 / 0.9);
}

.border-s-green-200\/95{
  border-inline-start-color: rgb(187 247 208 / 0.95);
}

.border-s-green-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-s-green-300\/0{
  border-inline-start-color: rgb(134 239 172 / 0);
}

.border-s-green-300\/10{
  border-inline-start-color: rgb(134 239 172 / 0.1);
}

.border-s-green-300\/100{
  border-inline-start-color: rgb(134 239 172 / 1);
}

.border-s-green-300\/15{
  border-inline-start-color: rgb(134 239 172 / 0.15);
}

.border-s-green-300\/20{
  border-inline-start-color: rgb(134 239 172 / 0.2);
}

.border-s-green-300\/25{
  border-inline-start-color: rgb(134 239 172 / 0.25);
}

.border-s-green-300\/30{
  border-inline-start-color: rgb(134 239 172 / 0.3);
}

.border-s-green-300\/35{
  border-inline-start-color: rgb(134 239 172 / 0.35);
}

.border-s-green-300\/40{
  border-inline-start-color: rgb(134 239 172 / 0.4);
}

.border-s-green-300\/45{
  border-inline-start-color: rgb(134 239 172 / 0.45);
}

.border-s-green-300\/5{
  border-inline-start-color: rgb(134 239 172 / 0.05);
}

.border-s-green-300\/50{
  border-inline-start-color: rgb(134 239 172 / 0.5);
}

.border-s-green-300\/55{
  border-inline-start-color: rgb(134 239 172 / 0.55);
}

.border-s-green-300\/60{
  border-inline-start-color: rgb(134 239 172 / 0.6);
}

.border-s-green-300\/65{
  border-inline-start-color: rgb(134 239 172 / 0.65);
}

.border-s-green-300\/70{
  border-inline-start-color: rgb(134 239 172 / 0.7);
}

.border-s-green-300\/75{
  border-inline-start-color: rgb(134 239 172 / 0.75);
}

.border-s-green-300\/80{
  border-inline-start-color: rgb(134 239 172 / 0.8);
}

.border-s-green-300\/85{
  border-inline-start-color: rgb(134 239 172 / 0.85);
}

.border-s-green-300\/90{
  border-inline-start-color: rgb(134 239 172 / 0.9);
}

.border-s-green-300\/95{
  border-inline-start-color: rgb(134 239 172 / 0.95);
}

.border-s-green-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-s-green-400\/0{
  border-inline-start-color: rgb(74 222 128 / 0);
}

.border-s-green-400\/10{
  border-inline-start-color: rgb(74 222 128 / 0.1);
}

.border-s-green-400\/100{
  border-inline-start-color: rgb(74 222 128 / 1);
}

.border-s-green-400\/15{
  border-inline-start-color: rgb(74 222 128 / 0.15);
}

.border-s-green-400\/20{
  border-inline-start-color: rgb(74 222 128 / 0.2);
}

.border-s-green-400\/25{
  border-inline-start-color: rgb(74 222 128 / 0.25);
}

.border-s-green-400\/30{
  border-inline-start-color: rgb(74 222 128 / 0.3);
}

.border-s-green-400\/35{
  border-inline-start-color: rgb(74 222 128 / 0.35);
}

.border-s-green-400\/40{
  border-inline-start-color: rgb(74 222 128 / 0.4);
}

.border-s-green-400\/45{
  border-inline-start-color: rgb(74 222 128 / 0.45);
}

.border-s-green-400\/5{
  border-inline-start-color: rgb(74 222 128 / 0.05);
}

.border-s-green-400\/50{
  border-inline-start-color: rgb(74 222 128 / 0.5);
}

.border-s-green-400\/55{
  border-inline-start-color: rgb(74 222 128 / 0.55);
}

.border-s-green-400\/60{
  border-inline-start-color: rgb(74 222 128 / 0.6);
}

.border-s-green-400\/65{
  border-inline-start-color: rgb(74 222 128 / 0.65);
}

.border-s-green-400\/70{
  border-inline-start-color: rgb(74 222 128 / 0.7);
}

.border-s-green-400\/75{
  border-inline-start-color: rgb(74 222 128 / 0.75);
}

.border-s-green-400\/80{
  border-inline-start-color: rgb(74 222 128 / 0.8);
}

.border-s-green-400\/85{
  border-inline-start-color: rgb(74 222 128 / 0.85);
}

.border-s-green-400\/90{
  border-inline-start-color: rgb(74 222 128 / 0.9);
}

.border-s-green-400\/95{
  border-inline-start-color: rgb(74 222 128 / 0.95);
}

.border-s-green-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-s-green-50\/0{
  border-inline-start-color: rgb(240 253 244 / 0);
}

.border-s-green-50\/10{
  border-inline-start-color: rgb(240 253 244 / 0.1);
}

.border-s-green-50\/100{
  border-inline-start-color: rgb(240 253 244 / 1);
}

.border-s-green-50\/15{
  border-inline-start-color: rgb(240 253 244 / 0.15);
}

.border-s-green-50\/20{
  border-inline-start-color: rgb(240 253 244 / 0.2);
}

.border-s-green-50\/25{
  border-inline-start-color: rgb(240 253 244 / 0.25);
}

.border-s-green-50\/30{
  border-inline-start-color: rgb(240 253 244 / 0.3);
}

.border-s-green-50\/35{
  border-inline-start-color: rgb(240 253 244 / 0.35);
}

.border-s-green-50\/40{
  border-inline-start-color: rgb(240 253 244 / 0.4);
}

.border-s-green-50\/45{
  border-inline-start-color: rgb(240 253 244 / 0.45);
}

.border-s-green-50\/5{
  border-inline-start-color: rgb(240 253 244 / 0.05);
}

.border-s-green-50\/50{
  border-inline-start-color: rgb(240 253 244 / 0.5);
}

.border-s-green-50\/55{
  border-inline-start-color: rgb(240 253 244 / 0.55);
}

.border-s-green-50\/60{
  border-inline-start-color: rgb(240 253 244 / 0.6);
}

.border-s-green-50\/65{
  border-inline-start-color: rgb(240 253 244 / 0.65);
}

.border-s-green-50\/70{
  border-inline-start-color: rgb(240 253 244 / 0.7);
}

.border-s-green-50\/75{
  border-inline-start-color: rgb(240 253 244 / 0.75);
}

.border-s-green-50\/80{
  border-inline-start-color: rgb(240 253 244 / 0.8);
}

.border-s-green-50\/85{
  border-inline-start-color: rgb(240 253 244 / 0.85);
}

.border-s-green-50\/90{
  border-inline-start-color: rgb(240 253 244 / 0.9);
}

.border-s-green-50\/95{
  border-inline-start-color: rgb(240 253 244 / 0.95);
}

.border-s-green-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-s-green-500\/0{
  border-inline-start-color: rgb(34 197 94 / 0);
}

.border-s-green-500\/10{
  border-inline-start-color: rgb(34 197 94 / 0.1);
}

.border-s-green-500\/100{
  border-inline-start-color: rgb(34 197 94 / 1);
}

.border-s-green-500\/15{
  border-inline-start-color: rgb(34 197 94 / 0.15);
}

.border-s-green-500\/20{
  border-inline-start-color: rgb(34 197 94 / 0.2);
}

.border-s-green-500\/25{
  border-inline-start-color: rgb(34 197 94 / 0.25);
}

.border-s-green-500\/30{
  border-inline-start-color: rgb(34 197 94 / 0.3);
}

.border-s-green-500\/35{
  border-inline-start-color: rgb(34 197 94 / 0.35);
}

.border-s-green-500\/40{
  border-inline-start-color: rgb(34 197 94 / 0.4);
}

.border-s-green-500\/45{
  border-inline-start-color: rgb(34 197 94 / 0.45);
}

.border-s-green-500\/5{
  border-inline-start-color: rgb(34 197 94 / 0.05);
}

.border-s-green-500\/50{
  border-inline-start-color: rgb(34 197 94 / 0.5);
}

.border-s-green-500\/55{
  border-inline-start-color: rgb(34 197 94 / 0.55);
}

.border-s-green-500\/60{
  border-inline-start-color: rgb(34 197 94 / 0.6);
}

.border-s-green-500\/65{
  border-inline-start-color: rgb(34 197 94 / 0.65);
}

.border-s-green-500\/70{
  border-inline-start-color: rgb(34 197 94 / 0.7);
}

.border-s-green-500\/75{
  border-inline-start-color: rgb(34 197 94 / 0.75);
}

.border-s-green-500\/80{
  border-inline-start-color: rgb(34 197 94 / 0.8);
}

.border-s-green-500\/85{
  border-inline-start-color: rgb(34 197 94 / 0.85);
}

.border-s-green-500\/90{
  border-inline-start-color: rgb(34 197 94 / 0.9);
}

.border-s-green-500\/95{
  border-inline-start-color: rgb(34 197 94 / 0.95);
}

.border-s-green-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-s-green-600\/0{
  border-inline-start-color: rgb(22 163 74 / 0);
}

.border-s-green-600\/10{
  border-inline-start-color: rgb(22 163 74 / 0.1);
}

.border-s-green-600\/100{
  border-inline-start-color: rgb(22 163 74 / 1);
}

.border-s-green-600\/15{
  border-inline-start-color: rgb(22 163 74 / 0.15);
}

.border-s-green-600\/20{
  border-inline-start-color: rgb(22 163 74 / 0.2);
}

.border-s-green-600\/25{
  border-inline-start-color: rgb(22 163 74 / 0.25);
}

.border-s-green-600\/30{
  border-inline-start-color: rgb(22 163 74 / 0.3);
}

.border-s-green-600\/35{
  border-inline-start-color: rgb(22 163 74 / 0.35);
}

.border-s-green-600\/40{
  border-inline-start-color: rgb(22 163 74 / 0.4);
}

.border-s-green-600\/45{
  border-inline-start-color: rgb(22 163 74 / 0.45);
}

.border-s-green-600\/5{
  border-inline-start-color: rgb(22 163 74 / 0.05);
}

.border-s-green-600\/50{
  border-inline-start-color: rgb(22 163 74 / 0.5);
}

.border-s-green-600\/55{
  border-inline-start-color: rgb(22 163 74 / 0.55);
}

.border-s-green-600\/60{
  border-inline-start-color: rgb(22 163 74 / 0.6);
}

.border-s-green-600\/65{
  border-inline-start-color: rgb(22 163 74 / 0.65);
}

.border-s-green-600\/70{
  border-inline-start-color: rgb(22 163 74 / 0.7);
}

.border-s-green-600\/75{
  border-inline-start-color: rgb(22 163 74 / 0.75);
}

.border-s-green-600\/80{
  border-inline-start-color: rgb(22 163 74 / 0.8);
}

.border-s-green-600\/85{
  border-inline-start-color: rgb(22 163 74 / 0.85);
}

.border-s-green-600\/90{
  border-inline-start-color: rgb(22 163 74 / 0.9);
}

.border-s-green-600\/95{
  border-inline-start-color: rgb(22 163 74 / 0.95);
}

.border-s-green-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-s-green-700\/0{
  border-inline-start-color: rgb(21 128 61 / 0);
}

.border-s-green-700\/10{
  border-inline-start-color: rgb(21 128 61 / 0.1);
}

.border-s-green-700\/100{
  border-inline-start-color: rgb(21 128 61 / 1);
}

.border-s-green-700\/15{
  border-inline-start-color: rgb(21 128 61 / 0.15);
}

.border-s-green-700\/20{
  border-inline-start-color: rgb(21 128 61 / 0.2);
}

.border-s-green-700\/25{
  border-inline-start-color: rgb(21 128 61 / 0.25);
}

.border-s-green-700\/30{
  border-inline-start-color: rgb(21 128 61 / 0.3);
}

.border-s-green-700\/35{
  border-inline-start-color: rgb(21 128 61 / 0.35);
}

.border-s-green-700\/40{
  border-inline-start-color: rgb(21 128 61 / 0.4);
}

.border-s-green-700\/45{
  border-inline-start-color: rgb(21 128 61 / 0.45);
}

.border-s-green-700\/5{
  border-inline-start-color: rgb(21 128 61 / 0.05);
}

.border-s-green-700\/50{
  border-inline-start-color: rgb(21 128 61 / 0.5);
}

.border-s-green-700\/55{
  border-inline-start-color: rgb(21 128 61 / 0.55);
}

.border-s-green-700\/60{
  border-inline-start-color: rgb(21 128 61 / 0.6);
}

.border-s-green-700\/65{
  border-inline-start-color: rgb(21 128 61 / 0.65);
}

.border-s-green-700\/70{
  border-inline-start-color: rgb(21 128 61 / 0.7);
}

.border-s-green-700\/75{
  border-inline-start-color: rgb(21 128 61 / 0.75);
}

.border-s-green-700\/80{
  border-inline-start-color: rgb(21 128 61 / 0.8);
}

.border-s-green-700\/85{
  border-inline-start-color: rgb(21 128 61 / 0.85);
}

.border-s-green-700\/90{
  border-inline-start-color: rgb(21 128 61 / 0.9);
}

.border-s-green-700\/95{
  border-inline-start-color: rgb(21 128 61 / 0.95);
}

.border-s-green-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-s-green-800\/0{
  border-inline-start-color: rgb(22 101 52 / 0);
}

.border-s-green-800\/10{
  border-inline-start-color: rgb(22 101 52 / 0.1);
}

.border-s-green-800\/100{
  border-inline-start-color: rgb(22 101 52 / 1);
}

.border-s-green-800\/15{
  border-inline-start-color: rgb(22 101 52 / 0.15);
}

.border-s-green-800\/20{
  border-inline-start-color: rgb(22 101 52 / 0.2);
}

.border-s-green-800\/25{
  border-inline-start-color: rgb(22 101 52 / 0.25);
}

.border-s-green-800\/30{
  border-inline-start-color: rgb(22 101 52 / 0.3);
}

.border-s-green-800\/35{
  border-inline-start-color: rgb(22 101 52 / 0.35);
}

.border-s-green-800\/40{
  border-inline-start-color: rgb(22 101 52 / 0.4);
}

.border-s-green-800\/45{
  border-inline-start-color: rgb(22 101 52 / 0.45);
}

.border-s-green-800\/5{
  border-inline-start-color: rgb(22 101 52 / 0.05);
}

.border-s-green-800\/50{
  border-inline-start-color: rgb(22 101 52 / 0.5);
}

.border-s-green-800\/55{
  border-inline-start-color: rgb(22 101 52 / 0.55);
}

.border-s-green-800\/60{
  border-inline-start-color: rgb(22 101 52 / 0.6);
}

.border-s-green-800\/65{
  border-inline-start-color: rgb(22 101 52 / 0.65);
}

.border-s-green-800\/70{
  border-inline-start-color: rgb(22 101 52 / 0.7);
}

.border-s-green-800\/75{
  border-inline-start-color: rgb(22 101 52 / 0.75);
}

.border-s-green-800\/80{
  border-inline-start-color: rgb(22 101 52 / 0.8);
}

.border-s-green-800\/85{
  border-inline-start-color: rgb(22 101 52 / 0.85);
}

.border-s-green-800\/90{
  border-inline-start-color: rgb(22 101 52 / 0.9);
}

.border-s-green-800\/95{
  border-inline-start-color: rgb(22 101 52 / 0.95);
}

.border-s-green-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-s-green-900\/0{
  border-inline-start-color: rgb(20 83 45 / 0);
}

.border-s-green-900\/10{
  border-inline-start-color: rgb(20 83 45 / 0.1);
}

.border-s-green-900\/100{
  border-inline-start-color: rgb(20 83 45 / 1);
}

.border-s-green-900\/15{
  border-inline-start-color: rgb(20 83 45 / 0.15);
}

.border-s-green-900\/20{
  border-inline-start-color: rgb(20 83 45 / 0.2);
}

.border-s-green-900\/25{
  border-inline-start-color: rgb(20 83 45 / 0.25);
}

.border-s-green-900\/30{
  border-inline-start-color: rgb(20 83 45 / 0.3);
}

.border-s-green-900\/35{
  border-inline-start-color: rgb(20 83 45 / 0.35);
}

.border-s-green-900\/40{
  border-inline-start-color: rgb(20 83 45 / 0.4);
}

.border-s-green-900\/45{
  border-inline-start-color: rgb(20 83 45 / 0.45);
}

.border-s-green-900\/5{
  border-inline-start-color: rgb(20 83 45 / 0.05);
}

.border-s-green-900\/50{
  border-inline-start-color: rgb(20 83 45 / 0.5);
}

.border-s-green-900\/55{
  border-inline-start-color: rgb(20 83 45 / 0.55);
}

.border-s-green-900\/60{
  border-inline-start-color: rgb(20 83 45 / 0.6);
}

.border-s-green-900\/65{
  border-inline-start-color: rgb(20 83 45 / 0.65);
}

.border-s-green-900\/70{
  border-inline-start-color: rgb(20 83 45 / 0.7);
}

.border-s-green-900\/75{
  border-inline-start-color: rgb(20 83 45 / 0.75);
}

.border-s-green-900\/80{
  border-inline-start-color: rgb(20 83 45 / 0.8);
}

.border-s-green-900\/85{
  border-inline-start-color: rgb(20 83 45 / 0.85);
}

.border-s-green-900\/90{
  border-inline-start-color: rgb(20 83 45 / 0.9);
}

.border-s-green-900\/95{
  border-inline-start-color: rgb(20 83 45 / 0.95);
}

.border-s-green-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-s-green-950\/0{
  border-inline-start-color: rgb(5 46 22 / 0);
}

.border-s-green-950\/10{
  border-inline-start-color: rgb(5 46 22 / 0.1);
}

.border-s-green-950\/100{
  border-inline-start-color: rgb(5 46 22 / 1);
}

.border-s-green-950\/15{
  border-inline-start-color: rgb(5 46 22 / 0.15);
}

.border-s-green-950\/20{
  border-inline-start-color: rgb(5 46 22 / 0.2);
}

.border-s-green-950\/25{
  border-inline-start-color: rgb(5 46 22 / 0.25);
}

.border-s-green-950\/30{
  border-inline-start-color: rgb(5 46 22 / 0.3);
}

.border-s-green-950\/35{
  border-inline-start-color: rgb(5 46 22 / 0.35);
}

.border-s-green-950\/40{
  border-inline-start-color: rgb(5 46 22 / 0.4);
}

.border-s-green-950\/45{
  border-inline-start-color: rgb(5 46 22 / 0.45);
}

.border-s-green-950\/5{
  border-inline-start-color: rgb(5 46 22 / 0.05);
}

.border-s-green-950\/50{
  border-inline-start-color: rgb(5 46 22 / 0.5);
}

.border-s-green-950\/55{
  border-inline-start-color: rgb(5 46 22 / 0.55);
}

.border-s-green-950\/60{
  border-inline-start-color: rgb(5 46 22 / 0.6);
}

.border-s-green-950\/65{
  border-inline-start-color: rgb(5 46 22 / 0.65);
}

.border-s-green-950\/70{
  border-inline-start-color: rgb(5 46 22 / 0.7);
}

.border-s-green-950\/75{
  border-inline-start-color: rgb(5 46 22 / 0.75);
}

.border-s-green-950\/80{
  border-inline-start-color: rgb(5 46 22 / 0.8);
}

.border-s-green-950\/85{
  border-inline-start-color: rgb(5 46 22 / 0.85);
}

.border-s-green-950\/90{
  border-inline-start-color: rgb(5 46 22 / 0.9);
}

.border-s-green-950\/95{
  border-inline-start-color: rgb(5 46 22 / 0.95);
}

.border-s-indigo-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-s-indigo-100\/0{
  border-inline-start-color: rgb(224 231 255 / 0);
}

.border-s-indigo-100\/10{
  border-inline-start-color: rgb(224 231 255 / 0.1);
}

.border-s-indigo-100\/100{
  border-inline-start-color: rgb(224 231 255 / 1);
}

.border-s-indigo-100\/15{
  border-inline-start-color: rgb(224 231 255 / 0.15);
}

.border-s-indigo-100\/20{
  border-inline-start-color: rgb(224 231 255 / 0.2);
}

.border-s-indigo-100\/25{
  border-inline-start-color: rgb(224 231 255 / 0.25);
}

.border-s-indigo-100\/30{
  border-inline-start-color: rgb(224 231 255 / 0.3);
}

.border-s-indigo-100\/35{
  border-inline-start-color: rgb(224 231 255 / 0.35);
}

.border-s-indigo-100\/40{
  border-inline-start-color: rgb(224 231 255 / 0.4);
}

.border-s-indigo-100\/45{
  border-inline-start-color: rgb(224 231 255 / 0.45);
}

.border-s-indigo-100\/5{
  border-inline-start-color: rgb(224 231 255 / 0.05);
}

.border-s-indigo-100\/50{
  border-inline-start-color: rgb(224 231 255 / 0.5);
}

.border-s-indigo-100\/55{
  border-inline-start-color: rgb(224 231 255 / 0.55);
}

.border-s-indigo-100\/60{
  border-inline-start-color: rgb(224 231 255 / 0.6);
}

.border-s-indigo-100\/65{
  border-inline-start-color: rgb(224 231 255 / 0.65);
}

.border-s-indigo-100\/70{
  border-inline-start-color: rgb(224 231 255 / 0.7);
}

.border-s-indigo-100\/75{
  border-inline-start-color: rgb(224 231 255 / 0.75);
}

.border-s-indigo-100\/80{
  border-inline-start-color: rgb(224 231 255 / 0.8);
}

.border-s-indigo-100\/85{
  border-inline-start-color: rgb(224 231 255 / 0.85);
}

.border-s-indigo-100\/90{
  border-inline-start-color: rgb(224 231 255 / 0.9);
}

.border-s-indigo-100\/95{
  border-inline-start-color: rgb(224 231 255 / 0.95);
}

.border-s-indigo-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-s-indigo-200\/0{
  border-inline-start-color: rgb(199 210 254 / 0);
}

.border-s-indigo-200\/10{
  border-inline-start-color: rgb(199 210 254 / 0.1);
}

.border-s-indigo-200\/100{
  border-inline-start-color: rgb(199 210 254 / 1);
}

.border-s-indigo-200\/15{
  border-inline-start-color: rgb(199 210 254 / 0.15);
}

.border-s-indigo-200\/20{
  border-inline-start-color: rgb(199 210 254 / 0.2);
}

.border-s-indigo-200\/25{
  border-inline-start-color: rgb(199 210 254 / 0.25);
}

.border-s-indigo-200\/30{
  border-inline-start-color: rgb(199 210 254 / 0.3);
}

.border-s-indigo-200\/35{
  border-inline-start-color: rgb(199 210 254 / 0.35);
}

.border-s-indigo-200\/40{
  border-inline-start-color: rgb(199 210 254 / 0.4);
}

.border-s-indigo-200\/45{
  border-inline-start-color: rgb(199 210 254 / 0.45);
}

.border-s-indigo-200\/5{
  border-inline-start-color: rgb(199 210 254 / 0.05);
}

.border-s-indigo-200\/50{
  border-inline-start-color: rgb(199 210 254 / 0.5);
}

.border-s-indigo-200\/55{
  border-inline-start-color: rgb(199 210 254 / 0.55);
}

.border-s-indigo-200\/60{
  border-inline-start-color: rgb(199 210 254 / 0.6);
}

.border-s-indigo-200\/65{
  border-inline-start-color: rgb(199 210 254 / 0.65);
}

.border-s-indigo-200\/70{
  border-inline-start-color: rgb(199 210 254 / 0.7);
}

.border-s-indigo-200\/75{
  border-inline-start-color: rgb(199 210 254 / 0.75);
}

.border-s-indigo-200\/80{
  border-inline-start-color: rgb(199 210 254 / 0.8);
}

.border-s-indigo-200\/85{
  border-inline-start-color: rgb(199 210 254 / 0.85);
}

.border-s-indigo-200\/90{
  border-inline-start-color: rgb(199 210 254 / 0.9);
}

.border-s-indigo-200\/95{
  border-inline-start-color: rgb(199 210 254 / 0.95);
}

.border-s-indigo-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-s-indigo-300\/0{
  border-inline-start-color: rgb(165 180 252 / 0);
}

.border-s-indigo-300\/10{
  border-inline-start-color: rgb(165 180 252 / 0.1);
}

.border-s-indigo-300\/100{
  border-inline-start-color: rgb(165 180 252 / 1);
}

.border-s-indigo-300\/15{
  border-inline-start-color: rgb(165 180 252 / 0.15);
}

.border-s-indigo-300\/20{
  border-inline-start-color: rgb(165 180 252 / 0.2);
}

.border-s-indigo-300\/25{
  border-inline-start-color: rgb(165 180 252 / 0.25);
}

.border-s-indigo-300\/30{
  border-inline-start-color: rgb(165 180 252 / 0.3);
}

.border-s-indigo-300\/35{
  border-inline-start-color: rgb(165 180 252 / 0.35);
}

.border-s-indigo-300\/40{
  border-inline-start-color: rgb(165 180 252 / 0.4);
}

.border-s-indigo-300\/45{
  border-inline-start-color: rgb(165 180 252 / 0.45);
}

.border-s-indigo-300\/5{
  border-inline-start-color: rgb(165 180 252 / 0.05);
}

.border-s-indigo-300\/50{
  border-inline-start-color: rgb(165 180 252 / 0.5);
}

.border-s-indigo-300\/55{
  border-inline-start-color: rgb(165 180 252 / 0.55);
}

.border-s-indigo-300\/60{
  border-inline-start-color: rgb(165 180 252 / 0.6);
}

.border-s-indigo-300\/65{
  border-inline-start-color: rgb(165 180 252 / 0.65);
}

.border-s-indigo-300\/70{
  border-inline-start-color: rgb(165 180 252 / 0.7);
}

.border-s-indigo-300\/75{
  border-inline-start-color: rgb(165 180 252 / 0.75);
}

.border-s-indigo-300\/80{
  border-inline-start-color: rgb(165 180 252 / 0.8);
}

.border-s-indigo-300\/85{
  border-inline-start-color: rgb(165 180 252 / 0.85);
}

.border-s-indigo-300\/90{
  border-inline-start-color: rgb(165 180 252 / 0.9);
}

.border-s-indigo-300\/95{
  border-inline-start-color: rgb(165 180 252 / 0.95);
}

.border-s-indigo-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-s-indigo-400\/0{
  border-inline-start-color: rgb(129 140 248 / 0);
}

.border-s-indigo-400\/10{
  border-inline-start-color: rgb(129 140 248 / 0.1);
}

.border-s-indigo-400\/100{
  border-inline-start-color: rgb(129 140 248 / 1);
}

.border-s-indigo-400\/15{
  border-inline-start-color: rgb(129 140 248 / 0.15);
}

.border-s-indigo-400\/20{
  border-inline-start-color: rgb(129 140 248 / 0.2);
}

.border-s-indigo-400\/25{
  border-inline-start-color: rgb(129 140 248 / 0.25);
}

.border-s-indigo-400\/30{
  border-inline-start-color: rgb(129 140 248 / 0.3);
}

.border-s-indigo-400\/35{
  border-inline-start-color: rgb(129 140 248 / 0.35);
}

.border-s-indigo-400\/40{
  border-inline-start-color: rgb(129 140 248 / 0.4);
}

.border-s-indigo-400\/45{
  border-inline-start-color: rgb(129 140 248 / 0.45);
}

.border-s-indigo-400\/5{
  border-inline-start-color: rgb(129 140 248 / 0.05);
}

.border-s-indigo-400\/50{
  border-inline-start-color: rgb(129 140 248 / 0.5);
}

.border-s-indigo-400\/55{
  border-inline-start-color: rgb(129 140 248 / 0.55);
}

.border-s-indigo-400\/60{
  border-inline-start-color: rgb(129 140 248 / 0.6);
}

.border-s-indigo-400\/65{
  border-inline-start-color: rgb(129 140 248 / 0.65);
}

.border-s-indigo-400\/70{
  border-inline-start-color: rgb(129 140 248 / 0.7);
}

.border-s-indigo-400\/75{
  border-inline-start-color: rgb(129 140 248 / 0.75);
}

.border-s-indigo-400\/80{
  border-inline-start-color: rgb(129 140 248 / 0.8);
}

.border-s-indigo-400\/85{
  border-inline-start-color: rgb(129 140 248 / 0.85);
}

.border-s-indigo-400\/90{
  border-inline-start-color: rgb(129 140 248 / 0.9);
}

.border-s-indigo-400\/95{
  border-inline-start-color: rgb(129 140 248 / 0.95);
}

.border-s-indigo-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-s-indigo-50\/0{
  border-inline-start-color: rgb(238 242 255 / 0);
}

.border-s-indigo-50\/10{
  border-inline-start-color: rgb(238 242 255 / 0.1);
}

.border-s-indigo-50\/100{
  border-inline-start-color: rgb(238 242 255 / 1);
}

.border-s-indigo-50\/15{
  border-inline-start-color: rgb(238 242 255 / 0.15);
}

.border-s-indigo-50\/20{
  border-inline-start-color: rgb(238 242 255 / 0.2);
}

.border-s-indigo-50\/25{
  border-inline-start-color: rgb(238 242 255 / 0.25);
}

.border-s-indigo-50\/30{
  border-inline-start-color: rgb(238 242 255 / 0.3);
}

.border-s-indigo-50\/35{
  border-inline-start-color: rgb(238 242 255 / 0.35);
}

.border-s-indigo-50\/40{
  border-inline-start-color: rgb(238 242 255 / 0.4);
}

.border-s-indigo-50\/45{
  border-inline-start-color: rgb(238 242 255 / 0.45);
}

.border-s-indigo-50\/5{
  border-inline-start-color: rgb(238 242 255 / 0.05);
}

.border-s-indigo-50\/50{
  border-inline-start-color: rgb(238 242 255 / 0.5);
}

.border-s-indigo-50\/55{
  border-inline-start-color: rgb(238 242 255 / 0.55);
}

.border-s-indigo-50\/60{
  border-inline-start-color: rgb(238 242 255 / 0.6);
}

.border-s-indigo-50\/65{
  border-inline-start-color: rgb(238 242 255 / 0.65);
}

.border-s-indigo-50\/70{
  border-inline-start-color: rgb(238 242 255 / 0.7);
}

.border-s-indigo-50\/75{
  border-inline-start-color: rgb(238 242 255 / 0.75);
}

.border-s-indigo-50\/80{
  border-inline-start-color: rgb(238 242 255 / 0.8);
}

.border-s-indigo-50\/85{
  border-inline-start-color: rgb(238 242 255 / 0.85);
}

.border-s-indigo-50\/90{
  border-inline-start-color: rgb(238 242 255 / 0.9);
}

.border-s-indigo-50\/95{
  border-inline-start-color: rgb(238 242 255 / 0.95);
}

.border-s-indigo-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-s-indigo-500\/0{
  border-inline-start-color: rgb(99 102 241 / 0);
}

.border-s-indigo-500\/10{
  border-inline-start-color: rgb(99 102 241 / 0.1);
}

.border-s-indigo-500\/100{
  border-inline-start-color: rgb(99 102 241 / 1);
}

.border-s-indigo-500\/15{
  border-inline-start-color: rgb(99 102 241 / 0.15);
}

.border-s-indigo-500\/20{
  border-inline-start-color: rgb(99 102 241 / 0.2);
}

.border-s-indigo-500\/25{
  border-inline-start-color: rgb(99 102 241 / 0.25);
}

.border-s-indigo-500\/30{
  border-inline-start-color: rgb(99 102 241 / 0.3);
}

.border-s-indigo-500\/35{
  border-inline-start-color: rgb(99 102 241 / 0.35);
}

.border-s-indigo-500\/40{
  border-inline-start-color: rgb(99 102 241 / 0.4);
}

.border-s-indigo-500\/45{
  border-inline-start-color: rgb(99 102 241 / 0.45);
}

.border-s-indigo-500\/5{
  border-inline-start-color: rgb(99 102 241 / 0.05);
}

.border-s-indigo-500\/50{
  border-inline-start-color: rgb(99 102 241 / 0.5);
}

.border-s-indigo-500\/55{
  border-inline-start-color: rgb(99 102 241 / 0.55);
}

.border-s-indigo-500\/60{
  border-inline-start-color: rgb(99 102 241 / 0.6);
}

.border-s-indigo-500\/65{
  border-inline-start-color: rgb(99 102 241 / 0.65);
}

.border-s-indigo-500\/70{
  border-inline-start-color: rgb(99 102 241 / 0.7);
}

.border-s-indigo-500\/75{
  border-inline-start-color: rgb(99 102 241 / 0.75);
}

.border-s-indigo-500\/80{
  border-inline-start-color: rgb(99 102 241 / 0.8);
}

.border-s-indigo-500\/85{
  border-inline-start-color: rgb(99 102 241 / 0.85);
}

.border-s-indigo-500\/90{
  border-inline-start-color: rgb(99 102 241 / 0.9);
}

.border-s-indigo-500\/95{
  border-inline-start-color: rgb(99 102 241 / 0.95);
}

.border-s-indigo-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-s-indigo-600\/0{
  border-inline-start-color: rgb(79 70 229 / 0);
}

.border-s-indigo-600\/10{
  border-inline-start-color: rgb(79 70 229 / 0.1);
}

.border-s-indigo-600\/100{
  border-inline-start-color: rgb(79 70 229 / 1);
}

.border-s-indigo-600\/15{
  border-inline-start-color: rgb(79 70 229 / 0.15);
}

.border-s-indigo-600\/20{
  border-inline-start-color: rgb(79 70 229 / 0.2);
}

.border-s-indigo-600\/25{
  border-inline-start-color: rgb(79 70 229 / 0.25);
}

.border-s-indigo-600\/30{
  border-inline-start-color: rgb(79 70 229 / 0.3);
}

.border-s-indigo-600\/35{
  border-inline-start-color: rgb(79 70 229 / 0.35);
}

.border-s-indigo-600\/40{
  border-inline-start-color: rgb(79 70 229 / 0.4);
}

.border-s-indigo-600\/45{
  border-inline-start-color: rgb(79 70 229 / 0.45);
}

.border-s-indigo-600\/5{
  border-inline-start-color: rgb(79 70 229 / 0.05);
}

.border-s-indigo-600\/50{
  border-inline-start-color: rgb(79 70 229 / 0.5);
}

.border-s-indigo-600\/55{
  border-inline-start-color: rgb(79 70 229 / 0.55);
}

.border-s-indigo-600\/60{
  border-inline-start-color: rgb(79 70 229 / 0.6);
}

.border-s-indigo-600\/65{
  border-inline-start-color: rgb(79 70 229 / 0.65);
}

.border-s-indigo-600\/70{
  border-inline-start-color: rgb(79 70 229 / 0.7);
}

.border-s-indigo-600\/75{
  border-inline-start-color: rgb(79 70 229 / 0.75);
}

.border-s-indigo-600\/80{
  border-inline-start-color: rgb(79 70 229 / 0.8);
}

.border-s-indigo-600\/85{
  border-inline-start-color: rgb(79 70 229 / 0.85);
}

.border-s-indigo-600\/90{
  border-inline-start-color: rgb(79 70 229 / 0.9);
}

.border-s-indigo-600\/95{
  border-inline-start-color: rgb(79 70 229 / 0.95);
}

.border-s-indigo-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-s-indigo-700\/0{
  border-inline-start-color: rgb(67 56 202 / 0);
}

.border-s-indigo-700\/10{
  border-inline-start-color: rgb(67 56 202 / 0.1);
}

.border-s-indigo-700\/100{
  border-inline-start-color: rgb(67 56 202 / 1);
}

.border-s-indigo-700\/15{
  border-inline-start-color: rgb(67 56 202 / 0.15);
}

.border-s-indigo-700\/20{
  border-inline-start-color: rgb(67 56 202 / 0.2);
}

.border-s-indigo-700\/25{
  border-inline-start-color: rgb(67 56 202 / 0.25);
}

.border-s-indigo-700\/30{
  border-inline-start-color: rgb(67 56 202 / 0.3);
}

.border-s-indigo-700\/35{
  border-inline-start-color: rgb(67 56 202 / 0.35);
}

.border-s-indigo-700\/40{
  border-inline-start-color: rgb(67 56 202 / 0.4);
}

.border-s-indigo-700\/45{
  border-inline-start-color: rgb(67 56 202 / 0.45);
}

.border-s-indigo-700\/5{
  border-inline-start-color: rgb(67 56 202 / 0.05);
}

.border-s-indigo-700\/50{
  border-inline-start-color: rgb(67 56 202 / 0.5);
}

.border-s-indigo-700\/55{
  border-inline-start-color: rgb(67 56 202 / 0.55);
}

.border-s-indigo-700\/60{
  border-inline-start-color: rgb(67 56 202 / 0.6);
}

.border-s-indigo-700\/65{
  border-inline-start-color: rgb(67 56 202 / 0.65);
}

.border-s-indigo-700\/70{
  border-inline-start-color: rgb(67 56 202 / 0.7);
}

.border-s-indigo-700\/75{
  border-inline-start-color: rgb(67 56 202 / 0.75);
}

.border-s-indigo-700\/80{
  border-inline-start-color: rgb(67 56 202 / 0.8);
}

.border-s-indigo-700\/85{
  border-inline-start-color: rgb(67 56 202 / 0.85);
}

.border-s-indigo-700\/90{
  border-inline-start-color: rgb(67 56 202 / 0.9);
}

.border-s-indigo-700\/95{
  border-inline-start-color: rgb(67 56 202 / 0.95);
}

.border-s-indigo-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-s-indigo-800\/0{
  border-inline-start-color: rgb(55 48 163 / 0);
}

.border-s-indigo-800\/10{
  border-inline-start-color: rgb(55 48 163 / 0.1);
}

.border-s-indigo-800\/100{
  border-inline-start-color: rgb(55 48 163 / 1);
}

.border-s-indigo-800\/15{
  border-inline-start-color: rgb(55 48 163 / 0.15);
}

.border-s-indigo-800\/20{
  border-inline-start-color: rgb(55 48 163 / 0.2);
}

.border-s-indigo-800\/25{
  border-inline-start-color: rgb(55 48 163 / 0.25);
}

.border-s-indigo-800\/30{
  border-inline-start-color: rgb(55 48 163 / 0.3);
}

.border-s-indigo-800\/35{
  border-inline-start-color: rgb(55 48 163 / 0.35);
}

.border-s-indigo-800\/40{
  border-inline-start-color: rgb(55 48 163 / 0.4);
}

.border-s-indigo-800\/45{
  border-inline-start-color: rgb(55 48 163 / 0.45);
}

.border-s-indigo-800\/5{
  border-inline-start-color: rgb(55 48 163 / 0.05);
}

.border-s-indigo-800\/50{
  border-inline-start-color: rgb(55 48 163 / 0.5);
}

.border-s-indigo-800\/55{
  border-inline-start-color: rgb(55 48 163 / 0.55);
}

.border-s-indigo-800\/60{
  border-inline-start-color: rgb(55 48 163 / 0.6);
}

.border-s-indigo-800\/65{
  border-inline-start-color: rgb(55 48 163 / 0.65);
}

.border-s-indigo-800\/70{
  border-inline-start-color: rgb(55 48 163 / 0.7);
}

.border-s-indigo-800\/75{
  border-inline-start-color: rgb(55 48 163 / 0.75);
}

.border-s-indigo-800\/80{
  border-inline-start-color: rgb(55 48 163 / 0.8);
}

.border-s-indigo-800\/85{
  border-inline-start-color: rgb(55 48 163 / 0.85);
}

.border-s-indigo-800\/90{
  border-inline-start-color: rgb(55 48 163 / 0.9);
}

.border-s-indigo-800\/95{
  border-inline-start-color: rgb(55 48 163 / 0.95);
}

.border-s-indigo-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-s-indigo-900\/0{
  border-inline-start-color: rgb(49 46 129 / 0);
}

.border-s-indigo-900\/10{
  border-inline-start-color: rgb(49 46 129 / 0.1);
}

.border-s-indigo-900\/100{
  border-inline-start-color: rgb(49 46 129 / 1);
}

.border-s-indigo-900\/15{
  border-inline-start-color: rgb(49 46 129 / 0.15);
}

.border-s-indigo-900\/20{
  border-inline-start-color: rgb(49 46 129 / 0.2);
}

.border-s-indigo-900\/25{
  border-inline-start-color: rgb(49 46 129 / 0.25);
}

.border-s-indigo-900\/30{
  border-inline-start-color: rgb(49 46 129 / 0.3);
}

.border-s-indigo-900\/35{
  border-inline-start-color: rgb(49 46 129 / 0.35);
}

.border-s-indigo-900\/40{
  border-inline-start-color: rgb(49 46 129 / 0.4);
}

.border-s-indigo-900\/45{
  border-inline-start-color: rgb(49 46 129 / 0.45);
}

.border-s-indigo-900\/5{
  border-inline-start-color: rgb(49 46 129 / 0.05);
}

.border-s-indigo-900\/50{
  border-inline-start-color: rgb(49 46 129 / 0.5);
}

.border-s-indigo-900\/55{
  border-inline-start-color: rgb(49 46 129 / 0.55);
}

.border-s-indigo-900\/60{
  border-inline-start-color: rgb(49 46 129 / 0.6);
}

.border-s-indigo-900\/65{
  border-inline-start-color: rgb(49 46 129 / 0.65);
}

.border-s-indigo-900\/70{
  border-inline-start-color: rgb(49 46 129 / 0.7);
}

.border-s-indigo-900\/75{
  border-inline-start-color: rgb(49 46 129 / 0.75);
}

.border-s-indigo-900\/80{
  border-inline-start-color: rgb(49 46 129 / 0.8);
}

.border-s-indigo-900\/85{
  border-inline-start-color: rgb(49 46 129 / 0.85);
}

.border-s-indigo-900\/90{
  border-inline-start-color: rgb(49 46 129 / 0.9);
}

.border-s-indigo-900\/95{
  border-inline-start-color: rgb(49 46 129 / 0.95);
}

.border-s-indigo-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-s-indigo-950\/0{
  border-inline-start-color: rgb(30 27 75 / 0);
}

.border-s-indigo-950\/10{
  border-inline-start-color: rgb(30 27 75 / 0.1);
}

.border-s-indigo-950\/100{
  border-inline-start-color: rgb(30 27 75 / 1);
}

.border-s-indigo-950\/15{
  border-inline-start-color: rgb(30 27 75 / 0.15);
}

.border-s-indigo-950\/20{
  border-inline-start-color: rgb(30 27 75 / 0.2);
}

.border-s-indigo-950\/25{
  border-inline-start-color: rgb(30 27 75 / 0.25);
}

.border-s-indigo-950\/30{
  border-inline-start-color: rgb(30 27 75 / 0.3);
}

.border-s-indigo-950\/35{
  border-inline-start-color: rgb(30 27 75 / 0.35);
}

.border-s-indigo-950\/40{
  border-inline-start-color: rgb(30 27 75 / 0.4);
}

.border-s-indigo-950\/45{
  border-inline-start-color: rgb(30 27 75 / 0.45);
}

.border-s-indigo-950\/5{
  border-inline-start-color: rgb(30 27 75 / 0.05);
}

.border-s-indigo-950\/50{
  border-inline-start-color: rgb(30 27 75 / 0.5);
}

.border-s-indigo-950\/55{
  border-inline-start-color: rgb(30 27 75 / 0.55);
}

.border-s-indigo-950\/60{
  border-inline-start-color: rgb(30 27 75 / 0.6);
}

.border-s-indigo-950\/65{
  border-inline-start-color: rgb(30 27 75 / 0.65);
}

.border-s-indigo-950\/70{
  border-inline-start-color: rgb(30 27 75 / 0.7);
}

.border-s-indigo-950\/75{
  border-inline-start-color: rgb(30 27 75 / 0.75);
}

.border-s-indigo-950\/80{
  border-inline-start-color: rgb(30 27 75 / 0.8);
}

.border-s-indigo-950\/85{
  border-inline-start-color: rgb(30 27 75 / 0.85);
}

.border-s-indigo-950\/90{
  border-inline-start-color: rgb(30 27 75 / 0.9);
}

.border-s-indigo-950\/95{
  border-inline-start-color: rgb(30 27 75 / 0.95);
}

.border-s-info{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.border-s-info-hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.border-s-info-hover\/0{
  border-inline-start-color: rgb(203 122 0 / 0);
}

.border-s-info-hover\/10{
  border-inline-start-color: rgb(203 122 0 / 0.1);
}

.border-s-info-hover\/100{
  border-inline-start-color: rgb(203 122 0 / 1);
}

.border-s-info-hover\/15{
  border-inline-start-color: rgb(203 122 0 / 0.15);
}

.border-s-info-hover\/20{
  border-inline-start-color: rgb(203 122 0 / 0.2);
}

.border-s-info-hover\/25{
  border-inline-start-color: rgb(203 122 0 / 0.25);
}

.border-s-info-hover\/30{
  border-inline-start-color: rgb(203 122 0 / 0.3);
}

.border-s-info-hover\/35{
  border-inline-start-color: rgb(203 122 0 / 0.35);
}

.border-s-info-hover\/40{
  border-inline-start-color: rgb(203 122 0 / 0.4);
}

.border-s-info-hover\/45{
  border-inline-start-color: rgb(203 122 0 / 0.45);
}

.border-s-info-hover\/5{
  border-inline-start-color: rgb(203 122 0 / 0.05);
}

.border-s-info-hover\/50{
  border-inline-start-color: rgb(203 122 0 / 0.5);
}

.border-s-info-hover\/55{
  border-inline-start-color: rgb(203 122 0 / 0.55);
}

.border-s-info-hover\/60{
  border-inline-start-color: rgb(203 122 0 / 0.6);
}

.border-s-info-hover\/65{
  border-inline-start-color: rgb(203 122 0 / 0.65);
}

.border-s-info-hover\/70{
  border-inline-start-color: rgb(203 122 0 / 0.7);
}

.border-s-info-hover\/75{
  border-inline-start-color: rgb(203 122 0 / 0.75);
}

.border-s-info-hover\/80{
  border-inline-start-color: rgb(203 122 0 / 0.8);
}

.border-s-info-hover\/85{
  border-inline-start-color: rgb(203 122 0 / 0.85);
}

.border-s-info-hover\/90{
  border-inline-start-color: rgb(203 122 0 / 0.9);
}

.border-s-info-hover\/95{
  border-inline-start-color: rgb(203 122 0 / 0.95);
}

.border-s-info\/0{
  border-inline-start-color: rgb(247 159 26 / 0);
}

.border-s-info\/10{
  border-inline-start-color: rgb(247 159 26 / 0.1);
}

.border-s-info\/100{
  border-inline-start-color: rgb(247 159 26 / 1);
}

.border-s-info\/15{
  border-inline-start-color: rgb(247 159 26 / 0.15);
}

.border-s-info\/20{
  border-inline-start-color: rgb(247 159 26 / 0.2);
}

.border-s-info\/25{
  border-inline-start-color: rgb(247 159 26 / 0.25);
}

.border-s-info\/30{
  border-inline-start-color: rgb(247 159 26 / 0.3);
}

.border-s-info\/35{
  border-inline-start-color: rgb(247 159 26 / 0.35);
}

.border-s-info\/40{
  border-inline-start-color: rgb(247 159 26 / 0.4);
}

.border-s-info\/45{
  border-inline-start-color: rgb(247 159 26 / 0.45);
}

.border-s-info\/5{
  border-inline-start-color: rgb(247 159 26 / 0.05);
}

.border-s-info\/50{
  border-inline-start-color: rgb(247 159 26 / 0.5);
}

.border-s-info\/55{
  border-inline-start-color: rgb(247 159 26 / 0.55);
}

.border-s-info\/60{
  border-inline-start-color: rgb(247 159 26 / 0.6);
}

.border-s-info\/65{
  border-inline-start-color: rgb(247 159 26 / 0.65);
}

.border-s-info\/70{
  border-inline-start-color: rgb(247 159 26 / 0.7);
}

.border-s-info\/75{
  border-inline-start-color: rgb(247 159 26 / 0.75);
}

.border-s-info\/80{
  border-inline-start-color: rgb(247 159 26 / 0.8);
}

.border-s-info\/85{
  border-inline-start-color: rgb(247 159 26 / 0.85);
}

.border-s-info\/90{
  border-inline-start-color: rgb(247 159 26 / 0.9);
}

.border-s-info\/95{
  border-inline-start-color: rgb(247 159 26 / 0.95);
}

.border-s-inherit{
  border-inline-start-color: inherit;
}

.border-s-lime-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-s-lime-100\/0{
  border-inline-start-color: rgb(236 252 203 / 0);
}

.border-s-lime-100\/10{
  border-inline-start-color: rgb(236 252 203 / 0.1);
}

.border-s-lime-100\/100{
  border-inline-start-color: rgb(236 252 203 / 1);
}

.border-s-lime-100\/15{
  border-inline-start-color: rgb(236 252 203 / 0.15);
}

.border-s-lime-100\/20{
  border-inline-start-color: rgb(236 252 203 / 0.2);
}

.border-s-lime-100\/25{
  border-inline-start-color: rgb(236 252 203 / 0.25);
}

.border-s-lime-100\/30{
  border-inline-start-color: rgb(236 252 203 / 0.3);
}

.border-s-lime-100\/35{
  border-inline-start-color: rgb(236 252 203 / 0.35);
}

.border-s-lime-100\/40{
  border-inline-start-color: rgb(236 252 203 / 0.4);
}

.border-s-lime-100\/45{
  border-inline-start-color: rgb(236 252 203 / 0.45);
}

.border-s-lime-100\/5{
  border-inline-start-color: rgb(236 252 203 / 0.05);
}

.border-s-lime-100\/50{
  border-inline-start-color: rgb(236 252 203 / 0.5);
}

.border-s-lime-100\/55{
  border-inline-start-color: rgb(236 252 203 / 0.55);
}

.border-s-lime-100\/60{
  border-inline-start-color: rgb(236 252 203 / 0.6);
}

.border-s-lime-100\/65{
  border-inline-start-color: rgb(236 252 203 / 0.65);
}

.border-s-lime-100\/70{
  border-inline-start-color: rgb(236 252 203 / 0.7);
}

.border-s-lime-100\/75{
  border-inline-start-color: rgb(236 252 203 / 0.75);
}

.border-s-lime-100\/80{
  border-inline-start-color: rgb(236 252 203 / 0.8);
}

.border-s-lime-100\/85{
  border-inline-start-color: rgb(236 252 203 / 0.85);
}

.border-s-lime-100\/90{
  border-inline-start-color: rgb(236 252 203 / 0.9);
}

.border-s-lime-100\/95{
  border-inline-start-color: rgb(236 252 203 / 0.95);
}

.border-s-lime-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-s-lime-200\/0{
  border-inline-start-color: rgb(217 249 157 / 0);
}

.border-s-lime-200\/10{
  border-inline-start-color: rgb(217 249 157 / 0.1);
}

.border-s-lime-200\/100{
  border-inline-start-color: rgb(217 249 157 / 1);
}

.border-s-lime-200\/15{
  border-inline-start-color: rgb(217 249 157 / 0.15);
}

.border-s-lime-200\/20{
  border-inline-start-color: rgb(217 249 157 / 0.2);
}

.border-s-lime-200\/25{
  border-inline-start-color: rgb(217 249 157 / 0.25);
}

.border-s-lime-200\/30{
  border-inline-start-color: rgb(217 249 157 / 0.3);
}

.border-s-lime-200\/35{
  border-inline-start-color: rgb(217 249 157 / 0.35);
}

.border-s-lime-200\/40{
  border-inline-start-color: rgb(217 249 157 / 0.4);
}

.border-s-lime-200\/45{
  border-inline-start-color: rgb(217 249 157 / 0.45);
}

.border-s-lime-200\/5{
  border-inline-start-color: rgb(217 249 157 / 0.05);
}

.border-s-lime-200\/50{
  border-inline-start-color: rgb(217 249 157 / 0.5);
}

.border-s-lime-200\/55{
  border-inline-start-color: rgb(217 249 157 / 0.55);
}

.border-s-lime-200\/60{
  border-inline-start-color: rgb(217 249 157 / 0.6);
}

.border-s-lime-200\/65{
  border-inline-start-color: rgb(217 249 157 / 0.65);
}

.border-s-lime-200\/70{
  border-inline-start-color: rgb(217 249 157 / 0.7);
}

.border-s-lime-200\/75{
  border-inline-start-color: rgb(217 249 157 / 0.75);
}

.border-s-lime-200\/80{
  border-inline-start-color: rgb(217 249 157 / 0.8);
}

.border-s-lime-200\/85{
  border-inline-start-color: rgb(217 249 157 / 0.85);
}

.border-s-lime-200\/90{
  border-inline-start-color: rgb(217 249 157 / 0.9);
}

.border-s-lime-200\/95{
  border-inline-start-color: rgb(217 249 157 / 0.95);
}

.border-s-lime-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-s-lime-300\/0{
  border-inline-start-color: rgb(190 242 100 / 0);
}

.border-s-lime-300\/10{
  border-inline-start-color: rgb(190 242 100 / 0.1);
}

.border-s-lime-300\/100{
  border-inline-start-color: rgb(190 242 100 / 1);
}

.border-s-lime-300\/15{
  border-inline-start-color: rgb(190 242 100 / 0.15);
}

.border-s-lime-300\/20{
  border-inline-start-color: rgb(190 242 100 / 0.2);
}

.border-s-lime-300\/25{
  border-inline-start-color: rgb(190 242 100 / 0.25);
}

.border-s-lime-300\/30{
  border-inline-start-color: rgb(190 242 100 / 0.3);
}

.border-s-lime-300\/35{
  border-inline-start-color: rgb(190 242 100 / 0.35);
}

.border-s-lime-300\/40{
  border-inline-start-color: rgb(190 242 100 / 0.4);
}

.border-s-lime-300\/45{
  border-inline-start-color: rgb(190 242 100 / 0.45);
}

.border-s-lime-300\/5{
  border-inline-start-color: rgb(190 242 100 / 0.05);
}

.border-s-lime-300\/50{
  border-inline-start-color: rgb(190 242 100 / 0.5);
}

.border-s-lime-300\/55{
  border-inline-start-color: rgb(190 242 100 / 0.55);
}

.border-s-lime-300\/60{
  border-inline-start-color: rgb(190 242 100 / 0.6);
}

.border-s-lime-300\/65{
  border-inline-start-color: rgb(190 242 100 / 0.65);
}

.border-s-lime-300\/70{
  border-inline-start-color: rgb(190 242 100 / 0.7);
}

.border-s-lime-300\/75{
  border-inline-start-color: rgb(190 242 100 / 0.75);
}

.border-s-lime-300\/80{
  border-inline-start-color: rgb(190 242 100 / 0.8);
}

.border-s-lime-300\/85{
  border-inline-start-color: rgb(190 242 100 / 0.85);
}

.border-s-lime-300\/90{
  border-inline-start-color: rgb(190 242 100 / 0.9);
}

.border-s-lime-300\/95{
  border-inline-start-color: rgb(190 242 100 / 0.95);
}

.border-s-lime-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-s-lime-400\/0{
  border-inline-start-color: rgb(163 230 53 / 0);
}

.border-s-lime-400\/10{
  border-inline-start-color: rgb(163 230 53 / 0.1);
}

.border-s-lime-400\/100{
  border-inline-start-color: rgb(163 230 53 / 1);
}

.border-s-lime-400\/15{
  border-inline-start-color: rgb(163 230 53 / 0.15);
}

.border-s-lime-400\/20{
  border-inline-start-color: rgb(163 230 53 / 0.2);
}

.border-s-lime-400\/25{
  border-inline-start-color: rgb(163 230 53 / 0.25);
}

.border-s-lime-400\/30{
  border-inline-start-color: rgb(163 230 53 / 0.3);
}

.border-s-lime-400\/35{
  border-inline-start-color: rgb(163 230 53 / 0.35);
}

.border-s-lime-400\/40{
  border-inline-start-color: rgb(163 230 53 / 0.4);
}

.border-s-lime-400\/45{
  border-inline-start-color: rgb(163 230 53 / 0.45);
}

.border-s-lime-400\/5{
  border-inline-start-color: rgb(163 230 53 / 0.05);
}

.border-s-lime-400\/50{
  border-inline-start-color: rgb(163 230 53 / 0.5);
}

.border-s-lime-400\/55{
  border-inline-start-color: rgb(163 230 53 / 0.55);
}

.border-s-lime-400\/60{
  border-inline-start-color: rgb(163 230 53 / 0.6);
}

.border-s-lime-400\/65{
  border-inline-start-color: rgb(163 230 53 / 0.65);
}

.border-s-lime-400\/70{
  border-inline-start-color: rgb(163 230 53 / 0.7);
}

.border-s-lime-400\/75{
  border-inline-start-color: rgb(163 230 53 / 0.75);
}

.border-s-lime-400\/80{
  border-inline-start-color: rgb(163 230 53 / 0.8);
}

.border-s-lime-400\/85{
  border-inline-start-color: rgb(163 230 53 / 0.85);
}

.border-s-lime-400\/90{
  border-inline-start-color: rgb(163 230 53 / 0.9);
}

.border-s-lime-400\/95{
  border-inline-start-color: rgb(163 230 53 / 0.95);
}

.border-s-lime-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-s-lime-50\/0{
  border-inline-start-color: rgb(247 254 231 / 0);
}

.border-s-lime-50\/10{
  border-inline-start-color: rgb(247 254 231 / 0.1);
}

.border-s-lime-50\/100{
  border-inline-start-color: rgb(247 254 231 / 1);
}

.border-s-lime-50\/15{
  border-inline-start-color: rgb(247 254 231 / 0.15);
}

.border-s-lime-50\/20{
  border-inline-start-color: rgb(247 254 231 / 0.2);
}

.border-s-lime-50\/25{
  border-inline-start-color: rgb(247 254 231 / 0.25);
}

.border-s-lime-50\/30{
  border-inline-start-color: rgb(247 254 231 / 0.3);
}

.border-s-lime-50\/35{
  border-inline-start-color: rgb(247 254 231 / 0.35);
}

.border-s-lime-50\/40{
  border-inline-start-color: rgb(247 254 231 / 0.4);
}

.border-s-lime-50\/45{
  border-inline-start-color: rgb(247 254 231 / 0.45);
}

.border-s-lime-50\/5{
  border-inline-start-color: rgb(247 254 231 / 0.05);
}

.border-s-lime-50\/50{
  border-inline-start-color: rgb(247 254 231 / 0.5);
}

.border-s-lime-50\/55{
  border-inline-start-color: rgb(247 254 231 / 0.55);
}

.border-s-lime-50\/60{
  border-inline-start-color: rgb(247 254 231 / 0.6);
}

.border-s-lime-50\/65{
  border-inline-start-color: rgb(247 254 231 / 0.65);
}

.border-s-lime-50\/70{
  border-inline-start-color: rgb(247 254 231 / 0.7);
}

.border-s-lime-50\/75{
  border-inline-start-color: rgb(247 254 231 / 0.75);
}

.border-s-lime-50\/80{
  border-inline-start-color: rgb(247 254 231 / 0.8);
}

.border-s-lime-50\/85{
  border-inline-start-color: rgb(247 254 231 / 0.85);
}

.border-s-lime-50\/90{
  border-inline-start-color: rgb(247 254 231 / 0.9);
}

.border-s-lime-50\/95{
  border-inline-start-color: rgb(247 254 231 / 0.95);
}

.border-s-lime-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-s-lime-500\/0{
  border-inline-start-color: rgb(132 204 22 / 0);
}

.border-s-lime-500\/10{
  border-inline-start-color: rgb(132 204 22 / 0.1);
}

.border-s-lime-500\/100{
  border-inline-start-color: rgb(132 204 22 / 1);
}

.border-s-lime-500\/15{
  border-inline-start-color: rgb(132 204 22 / 0.15);
}

.border-s-lime-500\/20{
  border-inline-start-color: rgb(132 204 22 / 0.2);
}

.border-s-lime-500\/25{
  border-inline-start-color: rgb(132 204 22 / 0.25);
}

.border-s-lime-500\/30{
  border-inline-start-color: rgb(132 204 22 / 0.3);
}

.border-s-lime-500\/35{
  border-inline-start-color: rgb(132 204 22 / 0.35);
}

.border-s-lime-500\/40{
  border-inline-start-color: rgb(132 204 22 / 0.4);
}

.border-s-lime-500\/45{
  border-inline-start-color: rgb(132 204 22 / 0.45);
}

.border-s-lime-500\/5{
  border-inline-start-color: rgb(132 204 22 / 0.05);
}

.border-s-lime-500\/50{
  border-inline-start-color: rgb(132 204 22 / 0.5);
}

.border-s-lime-500\/55{
  border-inline-start-color: rgb(132 204 22 / 0.55);
}

.border-s-lime-500\/60{
  border-inline-start-color: rgb(132 204 22 / 0.6);
}

.border-s-lime-500\/65{
  border-inline-start-color: rgb(132 204 22 / 0.65);
}

.border-s-lime-500\/70{
  border-inline-start-color: rgb(132 204 22 / 0.7);
}

.border-s-lime-500\/75{
  border-inline-start-color: rgb(132 204 22 / 0.75);
}

.border-s-lime-500\/80{
  border-inline-start-color: rgb(132 204 22 / 0.8);
}

.border-s-lime-500\/85{
  border-inline-start-color: rgb(132 204 22 / 0.85);
}

.border-s-lime-500\/90{
  border-inline-start-color: rgb(132 204 22 / 0.9);
}

.border-s-lime-500\/95{
  border-inline-start-color: rgb(132 204 22 / 0.95);
}

.border-s-lime-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-s-lime-600\/0{
  border-inline-start-color: rgb(101 163 13 / 0);
}

.border-s-lime-600\/10{
  border-inline-start-color: rgb(101 163 13 / 0.1);
}

.border-s-lime-600\/100{
  border-inline-start-color: rgb(101 163 13 / 1);
}

.border-s-lime-600\/15{
  border-inline-start-color: rgb(101 163 13 / 0.15);
}

.border-s-lime-600\/20{
  border-inline-start-color: rgb(101 163 13 / 0.2);
}

.border-s-lime-600\/25{
  border-inline-start-color: rgb(101 163 13 / 0.25);
}

.border-s-lime-600\/30{
  border-inline-start-color: rgb(101 163 13 / 0.3);
}

.border-s-lime-600\/35{
  border-inline-start-color: rgb(101 163 13 / 0.35);
}

.border-s-lime-600\/40{
  border-inline-start-color: rgb(101 163 13 / 0.4);
}

.border-s-lime-600\/45{
  border-inline-start-color: rgb(101 163 13 / 0.45);
}

.border-s-lime-600\/5{
  border-inline-start-color: rgb(101 163 13 / 0.05);
}

.border-s-lime-600\/50{
  border-inline-start-color: rgb(101 163 13 / 0.5);
}

.border-s-lime-600\/55{
  border-inline-start-color: rgb(101 163 13 / 0.55);
}

.border-s-lime-600\/60{
  border-inline-start-color: rgb(101 163 13 / 0.6);
}

.border-s-lime-600\/65{
  border-inline-start-color: rgb(101 163 13 / 0.65);
}

.border-s-lime-600\/70{
  border-inline-start-color: rgb(101 163 13 / 0.7);
}

.border-s-lime-600\/75{
  border-inline-start-color: rgb(101 163 13 / 0.75);
}

.border-s-lime-600\/80{
  border-inline-start-color: rgb(101 163 13 / 0.8);
}

.border-s-lime-600\/85{
  border-inline-start-color: rgb(101 163 13 / 0.85);
}

.border-s-lime-600\/90{
  border-inline-start-color: rgb(101 163 13 / 0.9);
}

.border-s-lime-600\/95{
  border-inline-start-color: rgb(101 163 13 / 0.95);
}

.border-s-lime-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-s-lime-700\/0{
  border-inline-start-color: rgb(77 124 15 / 0);
}

.border-s-lime-700\/10{
  border-inline-start-color: rgb(77 124 15 / 0.1);
}

.border-s-lime-700\/100{
  border-inline-start-color: rgb(77 124 15 / 1);
}

.border-s-lime-700\/15{
  border-inline-start-color: rgb(77 124 15 / 0.15);
}

.border-s-lime-700\/20{
  border-inline-start-color: rgb(77 124 15 / 0.2);
}

.border-s-lime-700\/25{
  border-inline-start-color: rgb(77 124 15 / 0.25);
}

.border-s-lime-700\/30{
  border-inline-start-color: rgb(77 124 15 / 0.3);
}

.border-s-lime-700\/35{
  border-inline-start-color: rgb(77 124 15 / 0.35);
}

.border-s-lime-700\/40{
  border-inline-start-color: rgb(77 124 15 / 0.4);
}

.border-s-lime-700\/45{
  border-inline-start-color: rgb(77 124 15 / 0.45);
}

.border-s-lime-700\/5{
  border-inline-start-color: rgb(77 124 15 / 0.05);
}

.border-s-lime-700\/50{
  border-inline-start-color: rgb(77 124 15 / 0.5);
}

.border-s-lime-700\/55{
  border-inline-start-color: rgb(77 124 15 / 0.55);
}

.border-s-lime-700\/60{
  border-inline-start-color: rgb(77 124 15 / 0.6);
}

.border-s-lime-700\/65{
  border-inline-start-color: rgb(77 124 15 / 0.65);
}

.border-s-lime-700\/70{
  border-inline-start-color: rgb(77 124 15 / 0.7);
}

.border-s-lime-700\/75{
  border-inline-start-color: rgb(77 124 15 / 0.75);
}

.border-s-lime-700\/80{
  border-inline-start-color: rgb(77 124 15 / 0.8);
}

.border-s-lime-700\/85{
  border-inline-start-color: rgb(77 124 15 / 0.85);
}

.border-s-lime-700\/90{
  border-inline-start-color: rgb(77 124 15 / 0.9);
}

.border-s-lime-700\/95{
  border-inline-start-color: rgb(77 124 15 / 0.95);
}

.border-s-lime-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-s-lime-800\/0{
  border-inline-start-color: rgb(63 98 18 / 0);
}

.border-s-lime-800\/10{
  border-inline-start-color: rgb(63 98 18 / 0.1);
}

.border-s-lime-800\/100{
  border-inline-start-color: rgb(63 98 18 / 1);
}

.border-s-lime-800\/15{
  border-inline-start-color: rgb(63 98 18 / 0.15);
}

.border-s-lime-800\/20{
  border-inline-start-color: rgb(63 98 18 / 0.2);
}

.border-s-lime-800\/25{
  border-inline-start-color: rgb(63 98 18 / 0.25);
}

.border-s-lime-800\/30{
  border-inline-start-color: rgb(63 98 18 / 0.3);
}

.border-s-lime-800\/35{
  border-inline-start-color: rgb(63 98 18 / 0.35);
}

.border-s-lime-800\/40{
  border-inline-start-color: rgb(63 98 18 / 0.4);
}

.border-s-lime-800\/45{
  border-inline-start-color: rgb(63 98 18 / 0.45);
}

.border-s-lime-800\/5{
  border-inline-start-color: rgb(63 98 18 / 0.05);
}

.border-s-lime-800\/50{
  border-inline-start-color: rgb(63 98 18 / 0.5);
}

.border-s-lime-800\/55{
  border-inline-start-color: rgb(63 98 18 / 0.55);
}

.border-s-lime-800\/60{
  border-inline-start-color: rgb(63 98 18 / 0.6);
}

.border-s-lime-800\/65{
  border-inline-start-color: rgb(63 98 18 / 0.65);
}

.border-s-lime-800\/70{
  border-inline-start-color: rgb(63 98 18 / 0.7);
}

.border-s-lime-800\/75{
  border-inline-start-color: rgb(63 98 18 / 0.75);
}

.border-s-lime-800\/80{
  border-inline-start-color: rgb(63 98 18 / 0.8);
}

.border-s-lime-800\/85{
  border-inline-start-color: rgb(63 98 18 / 0.85);
}

.border-s-lime-800\/90{
  border-inline-start-color: rgb(63 98 18 / 0.9);
}

.border-s-lime-800\/95{
  border-inline-start-color: rgb(63 98 18 / 0.95);
}

.border-s-lime-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-s-lime-900\/0{
  border-inline-start-color: rgb(54 83 20 / 0);
}

.border-s-lime-900\/10{
  border-inline-start-color: rgb(54 83 20 / 0.1);
}

.border-s-lime-900\/100{
  border-inline-start-color: rgb(54 83 20 / 1);
}

.border-s-lime-900\/15{
  border-inline-start-color: rgb(54 83 20 / 0.15);
}

.border-s-lime-900\/20{
  border-inline-start-color: rgb(54 83 20 / 0.2);
}

.border-s-lime-900\/25{
  border-inline-start-color: rgb(54 83 20 / 0.25);
}

.border-s-lime-900\/30{
  border-inline-start-color: rgb(54 83 20 / 0.3);
}

.border-s-lime-900\/35{
  border-inline-start-color: rgb(54 83 20 / 0.35);
}

.border-s-lime-900\/40{
  border-inline-start-color: rgb(54 83 20 / 0.4);
}

.border-s-lime-900\/45{
  border-inline-start-color: rgb(54 83 20 / 0.45);
}

.border-s-lime-900\/5{
  border-inline-start-color: rgb(54 83 20 / 0.05);
}

.border-s-lime-900\/50{
  border-inline-start-color: rgb(54 83 20 / 0.5);
}

.border-s-lime-900\/55{
  border-inline-start-color: rgb(54 83 20 / 0.55);
}

.border-s-lime-900\/60{
  border-inline-start-color: rgb(54 83 20 / 0.6);
}

.border-s-lime-900\/65{
  border-inline-start-color: rgb(54 83 20 / 0.65);
}

.border-s-lime-900\/70{
  border-inline-start-color: rgb(54 83 20 / 0.7);
}

.border-s-lime-900\/75{
  border-inline-start-color: rgb(54 83 20 / 0.75);
}

.border-s-lime-900\/80{
  border-inline-start-color: rgb(54 83 20 / 0.8);
}

.border-s-lime-900\/85{
  border-inline-start-color: rgb(54 83 20 / 0.85);
}

.border-s-lime-900\/90{
  border-inline-start-color: rgb(54 83 20 / 0.9);
}

.border-s-lime-900\/95{
  border-inline-start-color: rgb(54 83 20 / 0.95);
}

.border-s-lime-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-s-lime-950\/0{
  border-inline-start-color: rgb(26 46 5 / 0);
}

.border-s-lime-950\/10{
  border-inline-start-color: rgb(26 46 5 / 0.1);
}

.border-s-lime-950\/100{
  border-inline-start-color: rgb(26 46 5 / 1);
}

.border-s-lime-950\/15{
  border-inline-start-color: rgb(26 46 5 / 0.15);
}

.border-s-lime-950\/20{
  border-inline-start-color: rgb(26 46 5 / 0.2);
}

.border-s-lime-950\/25{
  border-inline-start-color: rgb(26 46 5 / 0.25);
}

.border-s-lime-950\/30{
  border-inline-start-color: rgb(26 46 5 / 0.3);
}

.border-s-lime-950\/35{
  border-inline-start-color: rgb(26 46 5 / 0.35);
}

.border-s-lime-950\/40{
  border-inline-start-color: rgb(26 46 5 / 0.4);
}

.border-s-lime-950\/45{
  border-inline-start-color: rgb(26 46 5 / 0.45);
}

.border-s-lime-950\/5{
  border-inline-start-color: rgb(26 46 5 / 0.05);
}

.border-s-lime-950\/50{
  border-inline-start-color: rgb(26 46 5 / 0.5);
}

.border-s-lime-950\/55{
  border-inline-start-color: rgb(26 46 5 / 0.55);
}

.border-s-lime-950\/60{
  border-inline-start-color: rgb(26 46 5 / 0.6);
}

.border-s-lime-950\/65{
  border-inline-start-color: rgb(26 46 5 / 0.65);
}

.border-s-lime-950\/70{
  border-inline-start-color: rgb(26 46 5 / 0.7);
}

.border-s-lime-950\/75{
  border-inline-start-color: rgb(26 46 5 / 0.75);
}

.border-s-lime-950\/80{
  border-inline-start-color: rgb(26 46 5 / 0.8);
}

.border-s-lime-950\/85{
  border-inline-start-color: rgb(26 46 5 / 0.85);
}

.border-s-lime-950\/90{
  border-inline-start-color: rgb(26 46 5 / 0.9);
}

.border-s-lime-950\/95{
  border-inline-start-color: rgb(26 46 5 / 0.95);
}

.border-s-neutral-01{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-s-neutral-01\/0{
  border-inline-start-color: rgb(224 224 224 / 0);
}

.border-s-neutral-01\/10{
  border-inline-start-color: rgb(224 224 224 / 0.1);
}

.border-s-neutral-01\/100{
  border-inline-start-color: rgb(224 224 224 / 1);
}

.border-s-neutral-01\/15{
  border-inline-start-color: rgb(224 224 224 / 0.15);
}

.border-s-neutral-01\/20{
  border-inline-start-color: rgb(224 224 224 / 0.2);
}

.border-s-neutral-01\/25{
  border-inline-start-color: rgb(224 224 224 / 0.25);
}

.border-s-neutral-01\/30{
  border-inline-start-color: rgb(224 224 224 / 0.3);
}

.border-s-neutral-01\/35{
  border-inline-start-color: rgb(224 224 224 / 0.35);
}

.border-s-neutral-01\/40{
  border-inline-start-color: rgb(224 224 224 / 0.4);
}

.border-s-neutral-01\/45{
  border-inline-start-color: rgb(224 224 224 / 0.45);
}

.border-s-neutral-01\/5{
  border-inline-start-color: rgb(224 224 224 / 0.05);
}

.border-s-neutral-01\/50{
  border-inline-start-color: rgb(224 224 224 / 0.5);
}

.border-s-neutral-01\/55{
  border-inline-start-color: rgb(224 224 224 / 0.55);
}

.border-s-neutral-01\/60{
  border-inline-start-color: rgb(224 224 224 / 0.6);
}

.border-s-neutral-01\/65{
  border-inline-start-color: rgb(224 224 224 / 0.65);
}

.border-s-neutral-01\/70{
  border-inline-start-color: rgb(224 224 224 / 0.7);
}

.border-s-neutral-01\/75{
  border-inline-start-color: rgb(224 224 224 / 0.75);
}

.border-s-neutral-01\/80{
  border-inline-start-color: rgb(224 224 224 / 0.8);
}

.border-s-neutral-01\/85{
  border-inline-start-color: rgb(224 224 224 / 0.85);
}

.border-s-neutral-01\/90{
  border-inline-start-color: rgb(224 224 224 / 0.9);
}

.border-s-neutral-01\/95{
  border-inline-start-color: rgb(224 224 224 / 0.95);
}

.border-s-neutral-02{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.border-s-neutral-02\/0{
  border-inline-start-color: rgb(228 234 238 / 0);
}

.border-s-neutral-02\/10{
  border-inline-start-color: rgb(228 234 238 / 0.1);
}

.border-s-neutral-02\/100{
  border-inline-start-color: rgb(228 234 238 / 1);
}

.border-s-neutral-02\/15{
  border-inline-start-color: rgb(228 234 238 / 0.15);
}

.border-s-neutral-02\/20{
  border-inline-start-color: rgb(228 234 238 / 0.2);
}

.border-s-neutral-02\/25{
  border-inline-start-color: rgb(228 234 238 / 0.25);
}

.border-s-neutral-02\/30{
  border-inline-start-color: rgb(228 234 238 / 0.3);
}

.border-s-neutral-02\/35{
  border-inline-start-color: rgb(228 234 238 / 0.35);
}

.border-s-neutral-02\/40{
  border-inline-start-color: rgb(228 234 238 / 0.4);
}

.border-s-neutral-02\/45{
  border-inline-start-color: rgb(228 234 238 / 0.45);
}

.border-s-neutral-02\/5{
  border-inline-start-color: rgb(228 234 238 / 0.05);
}

.border-s-neutral-02\/50{
  border-inline-start-color: rgb(228 234 238 / 0.5);
}

.border-s-neutral-02\/55{
  border-inline-start-color: rgb(228 234 238 / 0.55);
}

.border-s-neutral-02\/60{
  border-inline-start-color: rgb(228 234 238 / 0.6);
}

.border-s-neutral-02\/65{
  border-inline-start-color: rgb(228 234 238 / 0.65);
}

.border-s-neutral-02\/70{
  border-inline-start-color: rgb(228 234 238 / 0.7);
}

.border-s-neutral-02\/75{
  border-inline-start-color: rgb(228 234 238 / 0.75);
}

.border-s-neutral-02\/80{
  border-inline-start-color: rgb(228 234 238 / 0.8);
}

.border-s-neutral-02\/85{
  border-inline-start-color: rgb(228 234 238 / 0.85);
}

.border-s-neutral-02\/90{
  border-inline-start-color: rgb(228 234 238 / 0.9);
}

.border-s-neutral-02\/95{
  border-inline-start-color: rgb(228 234 238 / 0.95);
}

.border-s-neutral-03{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.border-s-neutral-03\/0{
  border-inline-start-color: rgb(236 239 250 / 0);
}

.border-s-neutral-03\/10{
  border-inline-start-color: rgb(236 239 250 / 0.1);
}

.border-s-neutral-03\/100{
  border-inline-start-color: rgb(236 239 250 / 1);
}

.border-s-neutral-03\/15{
  border-inline-start-color: rgb(236 239 250 / 0.15);
}

.border-s-neutral-03\/20{
  border-inline-start-color: rgb(236 239 250 / 0.2);
}

.border-s-neutral-03\/25{
  border-inline-start-color: rgb(236 239 250 / 0.25);
}

.border-s-neutral-03\/30{
  border-inline-start-color: rgb(236 239 250 / 0.3);
}

.border-s-neutral-03\/35{
  border-inline-start-color: rgb(236 239 250 / 0.35);
}

.border-s-neutral-03\/40{
  border-inline-start-color: rgb(236 239 250 / 0.4);
}

.border-s-neutral-03\/45{
  border-inline-start-color: rgb(236 239 250 / 0.45);
}

.border-s-neutral-03\/5{
  border-inline-start-color: rgb(236 239 250 / 0.05);
}

.border-s-neutral-03\/50{
  border-inline-start-color: rgb(236 239 250 / 0.5);
}

.border-s-neutral-03\/55{
  border-inline-start-color: rgb(236 239 250 / 0.55);
}

.border-s-neutral-03\/60{
  border-inline-start-color: rgb(236 239 250 / 0.6);
}

.border-s-neutral-03\/65{
  border-inline-start-color: rgb(236 239 250 / 0.65);
}

.border-s-neutral-03\/70{
  border-inline-start-color: rgb(236 239 250 / 0.7);
}

.border-s-neutral-03\/75{
  border-inline-start-color: rgb(236 239 250 / 0.75);
}

.border-s-neutral-03\/80{
  border-inline-start-color: rgb(236 239 250 / 0.8);
}

.border-s-neutral-03\/85{
  border-inline-start-color: rgb(236 239 250 / 0.85);
}

.border-s-neutral-03\/90{
  border-inline-start-color: rgb(236 239 250 / 0.9);
}

.border-s-neutral-03\/95{
  border-inline-start-color: rgb(236 239 250 / 0.95);
}

.border-s-neutral-04{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-s-neutral-04\/0{
  border-inline-start-color: rgb(215 218 226 / 0);
}

.border-s-neutral-04\/10{
  border-inline-start-color: rgb(215 218 226 / 0.1);
}

.border-s-neutral-04\/100{
  border-inline-start-color: rgb(215 218 226 / 1);
}

.border-s-neutral-04\/15{
  border-inline-start-color: rgb(215 218 226 / 0.15);
}

.border-s-neutral-04\/20{
  border-inline-start-color: rgb(215 218 226 / 0.2);
}

.border-s-neutral-04\/25{
  border-inline-start-color: rgb(215 218 226 / 0.25);
}

.border-s-neutral-04\/30{
  border-inline-start-color: rgb(215 218 226 / 0.3);
}

.border-s-neutral-04\/35{
  border-inline-start-color: rgb(215 218 226 / 0.35);
}

.border-s-neutral-04\/40{
  border-inline-start-color: rgb(215 218 226 / 0.4);
}

.border-s-neutral-04\/45{
  border-inline-start-color: rgb(215 218 226 / 0.45);
}

.border-s-neutral-04\/5{
  border-inline-start-color: rgb(215 218 226 / 0.05);
}

.border-s-neutral-04\/50{
  border-inline-start-color: rgb(215 218 226 / 0.5);
}

.border-s-neutral-04\/55{
  border-inline-start-color: rgb(215 218 226 / 0.55);
}

.border-s-neutral-04\/60{
  border-inline-start-color: rgb(215 218 226 / 0.6);
}

.border-s-neutral-04\/65{
  border-inline-start-color: rgb(215 218 226 / 0.65);
}

.border-s-neutral-04\/70{
  border-inline-start-color: rgb(215 218 226 / 0.7);
}

.border-s-neutral-04\/75{
  border-inline-start-color: rgb(215 218 226 / 0.75);
}

.border-s-neutral-04\/80{
  border-inline-start-color: rgb(215 218 226 / 0.8);
}

.border-s-neutral-04\/85{
  border-inline-start-color: rgb(215 218 226 / 0.85);
}

.border-s-neutral-04\/90{
  border-inline-start-color: rgb(215 218 226 / 0.9);
}

.border-s-neutral-04\/95{
  border-inline-start-color: rgb(215 218 226 / 0.95);
}

.border-s-neutral-05{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.border-s-neutral-05\/0{
  border-inline-start-color: rgb(246 246 246 / 0);
}

.border-s-neutral-05\/10{
  border-inline-start-color: rgb(246 246 246 / 0.1);
}

.border-s-neutral-05\/100{
  border-inline-start-color: rgb(246 246 246 / 1);
}

.border-s-neutral-05\/15{
  border-inline-start-color: rgb(246 246 246 / 0.15);
}

.border-s-neutral-05\/20{
  border-inline-start-color: rgb(246 246 246 / 0.2);
}

.border-s-neutral-05\/25{
  border-inline-start-color: rgb(246 246 246 / 0.25);
}

.border-s-neutral-05\/30{
  border-inline-start-color: rgb(246 246 246 / 0.3);
}

.border-s-neutral-05\/35{
  border-inline-start-color: rgb(246 246 246 / 0.35);
}

.border-s-neutral-05\/40{
  border-inline-start-color: rgb(246 246 246 / 0.4);
}

.border-s-neutral-05\/45{
  border-inline-start-color: rgb(246 246 246 / 0.45);
}

.border-s-neutral-05\/5{
  border-inline-start-color: rgb(246 246 246 / 0.05);
}

.border-s-neutral-05\/50{
  border-inline-start-color: rgb(246 246 246 / 0.5);
}

.border-s-neutral-05\/55{
  border-inline-start-color: rgb(246 246 246 / 0.55);
}

.border-s-neutral-05\/60{
  border-inline-start-color: rgb(246 246 246 / 0.6);
}

.border-s-neutral-05\/65{
  border-inline-start-color: rgb(246 246 246 / 0.65);
}

.border-s-neutral-05\/70{
  border-inline-start-color: rgb(246 246 246 / 0.7);
}

.border-s-neutral-05\/75{
  border-inline-start-color: rgb(246 246 246 / 0.75);
}

.border-s-neutral-05\/80{
  border-inline-start-color: rgb(246 246 246 / 0.8);
}

.border-s-neutral-05\/85{
  border-inline-start-color: rgb(246 246 246 / 0.85);
}

.border-s-neutral-05\/90{
  border-inline-start-color: rgb(246 246 246 / 0.9);
}

.border-s-neutral-05\/95{
  border-inline-start-color: rgb(246 246 246 / 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\/15{
  border-inline-start-color: rgb(245 245 245 / 0.15);
}

.border-s-neutral-100\/20{
  border-inline-start-color: rgb(245 245 245 / 0.2);
}

.border-s-neutral-100\/25{
  border-inline-start-color: rgb(245 245 245 / 0.25);
}

.border-s-neutral-100\/30{
  border-inline-start-color: rgb(245 245 245 / 0.3);
}

.border-s-neutral-100\/35{
  border-inline-start-color: rgb(245 245 245 / 0.35);
}

.border-s-neutral-100\/40{
  border-inline-start-color: rgb(245 245 245 / 0.4);
}

.border-s-neutral-100\/45{
  border-inline-start-color: rgb(245 245 245 / 0.45);
}

.border-s-neutral-100\/5{
  border-inline-start-color: rgb(245 245 245 / 0.05);
}

.border-s-neutral-100\/50{
  border-inline-start-color: rgb(245 245 245 / 0.5);
}

.border-s-neutral-100\/55{
  border-inline-start-color: rgb(245 245 245 / 0.55);
}

.border-s-neutral-100\/60{
  border-inline-start-color: rgb(245 245 245 / 0.6);
}

.border-s-neutral-100\/65{
  border-inline-start-color: rgb(245 245 245 / 0.65);
}

.border-s-neutral-100\/70{
  border-inline-start-color: rgb(245 245 245 / 0.7);
}

.border-s-neutral-100\/75{
  border-inline-start-color: rgb(245 245 245 / 0.75);
}

.border-s-neutral-100\/80{
  border-inline-start-color: rgb(245 245 245 / 0.8);
}

.border-s-neutral-100\/85{
  border-inline-start-color: rgb(245 245 245 / 0.85);
}

.border-s-neutral-100\/90{
  border-inline-start-color: rgb(245 245 245 / 0.9);
}

.border-s-neutral-100\/95{
  border-inline-start-color: rgb(245 245 245 / 0.95);
}

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

.border-s-neutral-200\/0{
  border-inline-start-color: rgb(229 229 229 / 0);
}

.border-s-neutral-200\/10{
  border-inline-start-color: rgb(229 229 229 / 0.1);
}

.border-s-neutral-200\/100{
  border-inline-start-color: rgb(229 229 229 / 1);
}

.border-s-neutral-200\/15{
  border-inline-start-color: rgb(229 229 229 / 0.15);
}

.border-s-neutral-200\/20{
  border-inline-start-color: rgb(229 229 229 / 0.2);
}

.border-s-neutral-200\/25{
  border-inline-start-color: rgb(229 229 229 / 0.25);
}

.border-s-neutral-200\/30{
  border-inline-start-color: rgb(229 229 229 / 0.3);
}

.border-s-neutral-200\/35{
  border-inline-start-color: rgb(229 229 229 / 0.35);
}

.border-s-neutral-200\/40{
  border-inline-start-color: rgb(229 229 229 / 0.4);
}

.border-s-neutral-200\/45{
  border-inline-start-color: rgb(229 229 229 / 0.45);
}

.border-s-neutral-200\/5{
  border-inline-start-color: rgb(229 229 229 / 0.05);
}

.border-s-neutral-200\/50{
  border-inline-start-color: rgb(229 229 229 / 0.5);
}

.border-s-neutral-200\/55{
  border-inline-start-color: rgb(229 229 229 / 0.55);
}

.border-s-neutral-200\/60{
  border-inline-start-color: rgb(229 229 229 / 0.6);
}

.border-s-neutral-200\/65{
  border-inline-start-color: rgb(229 229 229 / 0.65);
}

.border-s-neutral-200\/70{
  border-inline-start-color: rgb(229 229 229 / 0.7);
}

.border-s-neutral-200\/75{
  border-inline-start-color: rgb(229 229 229 / 0.75);
}

.border-s-neutral-200\/80{
  border-inline-start-color: rgb(229 229 229 / 0.8);
}

.border-s-neutral-200\/85{
  border-inline-start-color: rgb(229 229 229 / 0.85);
}

.border-s-neutral-200\/90{
  border-inline-start-color: rgb(229 229 229 / 0.9);
}

.border-s-neutral-200\/95{
  border-inline-start-color: rgb(229 229 229 / 0.95);
}

.border-s-neutral-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-s-neutral-300\/0{
  border-inline-start-color: rgb(212 212 212 / 0);
}

.border-s-neutral-300\/10{
  border-inline-start-color: rgb(212 212 212 / 0.1);
}

.border-s-neutral-300\/100{
  border-inline-start-color: rgb(212 212 212 / 1);
}

.border-s-neutral-300\/15{
  border-inline-start-color: rgb(212 212 212 / 0.15);
}

.border-s-neutral-300\/20{
  border-inline-start-color: rgb(212 212 212 / 0.2);
}

.border-s-neutral-300\/25{
  border-inline-start-color: rgb(212 212 212 / 0.25);
}

.border-s-neutral-300\/30{
  border-inline-start-color: rgb(212 212 212 / 0.3);
}

.border-s-neutral-300\/35{
  border-inline-start-color: rgb(212 212 212 / 0.35);
}

.border-s-neutral-300\/40{
  border-inline-start-color: rgb(212 212 212 / 0.4);
}

.border-s-neutral-300\/45{
  border-inline-start-color: rgb(212 212 212 / 0.45);
}

.border-s-neutral-300\/5{
  border-inline-start-color: rgb(212 212 212 / 0.05);
}

.border-s-neutral-300\/50{
  border-inline-start-color: rgb(212 212 212 / 0.5);
}

.border-s-neutral-300\/55{
  border-inline-start-color: rgb(212 212 212 / 0.55);
}

.border-s-neutral-300\/60{
  border-inline-start-color: rgb(212 212 212 / 0.6);
}

.border-s-neutral-300\/65{
  border-inline-start-color: rgb(212 212 212 / 0.65);
}

.border-s-neutral-300\/70{
  border-inline-start-color: rgb(212 212 212 / 0.7);
}

.border-s-neutral-300\/75{
  border-inline-start-color: rgb(212 212 212 / 0.75);
}

.border-s-neutral-300\/80{
  border-inline-start-color: rgb(212 212 212 / 0.8);
}

.border-s-neutral-300\/85{
  border-inline-start-color: rgb(212 212 212 / 0.85);
}

.border-s-neutral-300\/90{
  border-inline-start-color: rgb(212 212 212 / 0.9);
}

.border-s-neutral-300\/95{
  border-inline-start-color: rgb(212 212 212 / 0.95);
}

.border-s-neutral-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-s-neutral-400\/0{
  border-inline-start-color: rgb(163 163 163 / 0);
}

.border-s-neutral-400\/10{
  border-inline-start-color: rgb(163 163 163 / 0.1);
}

.border-s-neutral-400\/100{
  border-inline-start-color: rgb(163 163 163 / 1);
}

.border-s-neutral-400\/15{
  border-inline-start-color: rgb(163 163 163 / 0.15);
}

.border-s-neutral-400\/20{
  border-inline-start-color: rgb(163 163 163 / 0.2);
}

.border-s-neutral-400\/25{
  border-inline-start-color: rgb(163 163 163 / 0.25);
}

.border-s-neutral-400\/30{
  border-inline-start-color: rgb(163 163 163 / 0.3);
}

.border-s-neutral-400\/35{
  border-inline-start-color: rgb(163 163 163 / 0.35);
}

.border-s-neutral-400\/40{
  border-inline-start-color: rgb(163 163 163 / 0.4);
}

.border-s-neutral-400\/45{
  border-inline-start-color: rgb(163 163 163 / 0.45);
}

.border-s-neutral-400\/5{
  border-inline-start-color: rgb(163 163 163 / 0.05);
}

.border-s-neutral-400\/50{
  border-inline-start-color: rgb(163 163 163 / 0.5);
}

.border-s-neutral-400\/55{
  border-inline-start-color: rgb(163 163 163 / 0.55);
}

.border-s-neutral-400\/60{
  border-inline-start-color: rgb(163 163 163 / 0.6);
}

.border-s-neutral-400\/65{
  border-inline-start-color: rgb(163 163 163 / 0.65);
}

.border-s-neutral-400\/70{
  border-inline-start-color: rgb(163 163 163 / 0.7);
}

.border-s-neutral-400\/75{
  border-inline-start-color: rgb(163 163 163 / 0.75);
}

.border-s-neutral-400\/80{
  border-inline-start-color: rgb(163 163 163 / 0.8);
}

.border-s-neutral-400\/85{
  border-inline-start-color: rgb(163 163 163 / 0.85);
}

.border-s-neutral-400\/90{
  border-inline-start-color: rgb(163 163 163 / 0.9);
}

.border-s-neutral-400\/95{
  border-inline-start-color: rgb(163 163 163 / 0.95);
}

.border-s-neutral-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-s-neutral-50\/0{
  border-inline-start-color: rgb(250 250 250 / 0);
}

.border-s-neutral-50\/10{
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.border-s-neutral-50\/100{
  border-inline-start-color: rgb(250 250 250 / 1);
}

.border-s-neutral-50\/15{
  border-inline-start-color: rgb(250 250 250 / 0.15);
}

.border-s-neutral-50\/20{
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.border-s-neutral-50\/25{
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.border-s-neutral-50\/30{
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.border-s-neutral-50\/35{
  border-inline-start-color: rgb(250 250 250 / 0.35);
}

.border-s-neutral-50\/40{
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.border-s-neutral-50\/45{
  border-inline-start-color: rgb(250 250 250 / 0.45);
}

.border-s-neutral-50\/5{
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.border-s-neutral-50\/50{
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.border-s-neutral-50\/55{
  border-inline-start-color: rgb(250 250 250 / 0.55);
}

.border-s-neutral-50\/60{
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.border-s-neutral-50\/65{
  border-inline-start-color: rgb(250 250 250 / 0.65);
}

.border-s-neutral-50\/70{
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.border-s-neutral-50\/75{
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.border-s-neutral-50\/80{
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.border-s-neutral-50\/85{
  border-inline-start-color: rgb(250 250 250 / 0.85);
}

.border-s-neutral-50\/90{
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.border-s-neutral-50\/95{
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.border-s-neutral-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-s-neutral-500\/0{
  border-inline-start-color: rgb(115 115 115 / 0);
}

.border-s-neutral-500\/10{
  border-inline-start-color: rgb(115 115 115 / 0.1);
}

.border-s-neutral-500\/100{
  border-inline-start-color: rgb(115 115 115 / 1);
}

.border-s-neutral-500\/15{
  border-inline-start-color: rgb(115 115 115 / 0.15);
}

.border-s-neutral-500\/20{
  border-inline-start-color: rgb(115 115 115 / 0.2);
}

.border-s-neutral-500\/25{
  border-inline-start-color: rgb(115 115 115 / 0.25);
}

.border-s-neutral-500\/30{
  border-inline-start-color: rgb(115 115 115 / 0.3);
}

.border-s-neutral-500\/35{
  border-inline-start-color: rgb(115 115 115 / 0.35);
}

.border-s-neutral-500\/40{
  border-inline-start-color: rgb(115 115 115 / 0.4);
}

.border-s-neutral-500\/45{
  border-inline-start-color: rgb(115 115 115 / 0.45);
}

.border-s-neutral-500\/5{
  border-inline-start-color: rgb(115 115 115 / 0.05);
}

.border-s-neutral-500\/50{
  border-inline-start-color: rgb(115 115 115 / 0.5);
}

.border-s-neutral-500\/55{
  border-inline-start-color: rgb(115 115 115 / 0.55);
}

.border-s-neutral-500\/60{
  border-inline-start-color: rgb(115 115 115 / 0.6);
}

.border-s-neutral-500\/65{
  border-inline-start-color: rgb(115 115 115 / 0.65);
}

.border-s-neutral-500\/70{
  border-inline-start-color: rgb(115 115 115 / 0.7);
}

.border-s-neutral-500\/75{
  border-inline-start-color: rgb(115 115 115 / 0.75);
}

.border-s-neutral-500\/80{
  border-inline-start-color: rgb(115 115 115 / 0.8);
}

.border-s-neutral-500\/85{
  border-inline-start-color: rgb(115 115 115 / 0.85);
}

.border-s-neutral-500\/90{
  border-inline-start-color: rgb(115 115 115 / 0.9);
}

.border-s-neutral-500\/95{
  border-inline-start-color: rgb(115 115 115 / 0.95);
}

.border-s-neutral-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-s-neutral-600\/0{
  border-inline-start-color: rgb(82 82 82 / 0);
}

.border-s-neutral-600\/10{
  border-inline-start-color: rgb(82 82 82 / 0.1);
}

.border-s-neutral-600\/100{
  border-inline-start-color: rgb(82 82 82 / 1);
}

.border-s-neutral-600\/15{
  border-inline-start-color: rgb(82 82 82 / 0.15);
}

.border-s-neutral-600\/20{
  border-inline-start-color: rgb(82 82 82 / 0.2);
}

.border-s-neutral-600\/25{
  border-inline-start-color: rgb(82 82 82 / 0.25);
}

.border-s-neutral-600\/30{
  border-inline-start-color: rgb(82 82 82 / 0.3);
}

.border-s-neutral-600\/35{
  border-inline-start-color: rgb(82 82 82 / 0.35);
}

.border-s-neutral-600\/40{
  border-inline-start-color: rgb(82 82 82 / 0.4);
}

.border-s-neutral-600\/45{
  border-inline-start-color: rgb(82 82 82 / 0.45);
}

.border-s-neutral-600\/5{
  border-inline-start-color: rgb(82 82 82 / 0.05);
}

.border-s-neutral-600\/50{
  border-inline-start-color: rgb(82 82 82 / 0.5);
}

.border-s-neutral-600\/55{
  border-inline-start-color: rgb(82 82 82 / 0.55);
}

.border-s-neutral-600\/60{
  border-inline-start-color: rgb(82 82 82 / 0.6);
}

.border-s-neutral-600\/65{
  border-inline-start-color: rgb(82 82 82 / 0.65);
}

.border-s-neutral-600\/70{
  border-inline-start-color: rgb(82 82 82 / 0.7);
}

.border-s-neutral-600\/75{
  border-inline-start-color: rgb(82 82 82 / 0.75);
}

.border-s-neutral-600\/80{
  border-inline-start-color: rgb(82 82 82 / 0.8);
}

.border-s-neutral-600\/85{
  border-inline-start-color: rgb(82 82 82 / 0.85);
}

.border-s-neutral-600\/90{
  border-inline-start-color: rgb(82 82 82 / 0.9);
}

.border-s-neutral-600\/95{
  border-inline-start-color: rgb(82 82 82 / 0.95);
}

.border-s-neutral-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-s-neutral-700\/0{
  border-inline-start-color: rgb(64 64 64 / 0);
}

.border-s-neutral-700\/10{
  border-inline-start-color: rgb(64 64 64 / 0.1);
}

.border-s-neutral-700\/100{
  border-inline-start-color: rgb(64 64 64 / 1);
}

.border-s-neutral-700\/15{
  border-inline-start-color: rgb(64 64 64 / 0.15);
}

.border-s-neutral-700\/20{
  border-inline-start-color: rgb(64 64 64 / 0.2);
}

.border-s-neutral-700\/25{
  border-inline-start-color: rgb(64 64 64 / 0.25);
}

.border-s-neutral-700\/30{
  border-inline-start-color: rgb(64 64 64 / 0.3);
}

.border-s-neutral-700\/35{
  border-inline-start-color: rgb(64 64 64 / 0.35);
}

.border-s-neutral-700\/40{
  border-inline-start-color: rgb(64 64 64 / 0.4);
}

.border-s-neutral-700\/45{
  border-inline-start-color: rgb(64 64 64 / 0.45);
}

.border-s-neutral-700\/5{
  border-inline-start-color: rgb(64 64 64 / 0.05);
}

.border-s-neutral-700\/50{
  border-inline-start-color: rgb(64 64 64 / 0.5);
}

.border-s-neutral-700\/55{
  border-inline-start-color: rgb(64 64 64 / 0.55);
}

.border-s-neutral-700\/60{
  border-inline-start-color: rgb(64 64 64 / 0.6);
}

.border-s-neutral-700\/65{
  border-inline-start-color: rgb(64 64 64 / 0.65);
}

.border-s-neutral-700\/70{
  border-inline-start-color: rgb(64 64 64 / 0.7);
}

.border-s-neutral-700\/75{
  border-inline-start-color: rgb(64 64 64 / 0.75);
}

.border-s-neutral-700\/80{
  border-inline-start-color: rgb(64 64 64 / 0.8);
}

.border-s-neutral-700\/85{
  border-inline-start-color: rgb(64 64 64 / 0.85);
}

.border-s-neutral-700\/90{
  border-inline-start-color: rgb(64 64 64 / 0.9);
}

.border-s-neutral-700\/95{
  border-inline-start-color: rgb(64 64 64 / 0.95);
}

.border-s-neutral-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-s-neutral-800\/0{
  border-inline-start-color: rgb(38 38 38 / 0);
}

.border-s-neutral-800\/10{
  border-inline-start-color: rgb(38 38 38 / 0.1);
}

.border-s-neutral-800\/100{
  border-inline-start-color: rgb(38 38 38 / 1);
}

.border-s-neutral-800\/15{
  border-inline-start-color: rgb(38 38 38 / 0.15);
}

.border-s-neutral-800\/20{
  border-inline-start-color: rgb(38 38 38 / 0.2);
}

.border-s-neutral-800\/25{
  border-inline-start-color: rgb(38 38 38 / 0.25);
}

.border-s-neutral-800\/30{
  border-inline-start-color: rgb(38 38 38 / 0.3);
}

.border-s-neutral-800\/35{
  border-inline-start-color: rgb(38 38 38 / 0.35);
}

.border-s-neutral-800\/40{
  border-inline-start-color: rgb(38 38 38 / 0.4);
}

.border-s-neutral-800\/45{
  border-inline-start-color: rgb(38 38 38 / 0.45);
}

.border-s-neutral-800\/5{
  border-inline-start-color: rgb(38 38 38 / 0.05);
}

.border-s-neutral-800\/50{
  border-inline-start-color: rgb(38 38 38 / 0.5);
}

.border-s-neutral-800\/55{
  border-inline-start-color: rgb(38 38 38 / 0.55);
}

.border-s-neutral-800\/60{
  border-inline-start-color: rgb(38 38 38 / 0.6);
}

.border-s-neutral-800\/65{
  border-inline-start-color: rgb(38 38 38 / 0.65);
}

.border-s-neutral-800\/70{
  border-inline-start-color: rgb(38 38 38 / 0.7);
}

.border-s-neutral-800\/75{
  border-inline-start-color: rgb(38 38 38 / 0.75);
}

.border-s-neutral-800\/80{
  border-inline-start-color: rgb(38 38 38 / 0.8);
}

.border-s-neutral-800\/85{
  border-inline-start-color: rgb(38 38 38 / 0.85);
}

.border-s-neutral-800\/90{
  border-inline-start-color: rgb(38 38 38 / 0.9);
}

.border-s-neutral-800\/95{
  border-inline-start-color: rgb(38 38 38 / 0.95);
}

.border-s-neutral-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-s-neutral-900\/0{
  border-inline-start-color: rgb(23 23 23 / 0);
}

.border-s-neutral-900\/10{
  border-inline-start-color: rgb(23 23 23 / 0.1);
}

.border-s-neutral-900\/100{
  border-inline-start-color: rgb(23 23 23 / 1);
}

.border-s-neutral-900\/15{
  border-inline-start-color: rgb(23 23 23 / 0.15);
}

.border-s-neutral-900\/20{
  border-inline-start-color: rgb(23 23 23 / 0.2);
}

.border-s-neutral-900\/25{
  border-inline-start-color: rgb(23 23 23 / 0.25);
}

.border-s-neutral-900\/30{
  border-inline-start-color: rgb(23 23 23 / 0.3);
}

.border-s-neutral-900\/35{
  border-inline-start-color: rgb(23 23 23 / 0.35);
}

.border-s-neutral-900\/40{
  border-inline-start-color: rgb(23 23 23 / 0.4);
}

.border-s-neutral-900\/45{
  border-inline-start-color: rgb(23 23 23 / 0.45);
}

.border-s-neutral-900\/5{
  border-inline-start-color: rgb(23 23 23 / 0.05);
}

.border-s-neutral-900\/50{
  border-inline-start-color: rgb(23 23 23 / 0.5);
}

.border-s-neutral-900\/55{
  border-inline-start-color: rgb(23 23 23 / 0.55);
}

.border-s-neutral-900\/60{
  border-inline-start-color: rgb(23 23 23 / 0.6);
}

.border-s-neutral-900\/65{
  border-inline-start-color: rgb(23 23 23 / 0.65);
}

.border-s-neutral-900\/70{
  border-inline-start-color: rgb(23 23 23 / 0.7);
}

.border-s-neutral-900\/75{
  border-inline-start-color: rgb(23 23 23 / 0.75);
}

.border-s-neutral-900\/80{
  border-inline-start-color: rgb(23 23 23 / 0.8);
}

.border-s-neutral-900\/85{
  border-inline-start-color: rgb(23 23 23 / 0.85);
}

.border-s-neutral-900\/90{
  border-inline-start-color: rgb(23 23 23 / 0.9);
}

.border-s-neutral-900\/95{
  border-inline-start-color: rgb(23 23 23 / 0.95);
}

.border-s-neutral-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-s-neutral-950\/0{
  border-inline-start-color: rgb(10 10 10 / 0);
}

.border-s-neutral-950\/10{
  border-inline-start-color: rgb(10 10 10 / 0.1);
}

.border-s-neutral-950\/100{
  border-inline-start-color: rgb(10 10 10 / 1);
}

.border-s-neutral-950\/15{
  border-inline-start-color: rgb(10 10 10 / 0.15);
}

.border-s-neutral-950\/20{
  border-inline-start-color: rgb(10 10 10 / 0.2);
}

.border-s-neutral-950\/25{
  border-inline-start-color: rgb(10 10 10 / 0.25);
}

.border-s-neutral-950\/30{
  border-inline-start-color: rgb(10 10 10 / 0.3);
}

.border-s-neutral-950\/35{
  border-inline-start-color: rgb(10 10 10 / 0.35);
}

.border-s-neutral-950\/40{
  border-inline-start-color: rgb(10 10 10 / 0.4);
}

.border-s-neutral-950\/45{
  border-inline-start-color: rgb(10 10 10 / 0.45);
}

.border-s-neutral-950\/5{
  border-inline-start-color: rgb(10 10 10 / 0.05);
}

.border-s-neutral-950\/50{
  border-inline-start-color: rgb(10 10 10 / 0.5);
}

.border-s-neutral-950\/55{
  border-inline-start-color: rgb(10 10 10 / 0.55);
}

.border-s-neutral-950\/60{
  border-inline-start-color: rgb(10 10 10 / 0.6);
}

.border-s-neutral-950\/65{
  border-inline-start-color: rgb(10 10 10 / 0.65);
}

.border-s-neutral-950\/70{
  border-inline-start-color: rgb(10 10 10 / 0.7);
}

.border-s-neutral-950\/75{
  border-inline-start-color: rgb(10 10 10 / 0.75);
}

.border-s-neutral-950\/80{
  border-inline-start-color: rgb(10 10 10 / 0.8);
}

.border-s-neutral-950\/85{
  border-inline-start-color: rgb(10 10 10 / 0.85);
}

.border-s-neutral-950\/90{
  border-inline-start-color: rgb(10 10 10 / 0.9);
}

.border-s-neutral-950\/95{
  border-inline-start-color: rgb(10 10 10 / 0.95);
}

.border-s-orange-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-s-orange-100\/0{
  border-inline-start-color: rgb(255 237 213 / 0);
}

.border-s-orange-100\/10{
  border-inline-start-color: rgb(255 237 213 / 0.1);
}

.border-s-orange-100\/100{
  border-inline-start-color: rgb(255 237 213 / 1);
}

.border-s-orange-100\/15{
  border-inline-start-color: rgb(255 237 213 / 0.15);
}

.border-s-orange-100\/20{
  border-inline-start-color: rgb(255 237 213 / 0.2);
}

.border-s-orange-100\/25{
  border-inline-start-color: rgb(255 237 213 / 0.25);
}

.border-s-orange-100\/30{
  border-inline-start-color: rgb(255 237 213 / 0.3);
}

.border-s-orange-100\/35{
  border-inline-start-color: rgb(255 237 213 / 0.35);
}

.border-s-orange-100\/40{
  border-inline-start-color: rgb(255 237 213 / 0.4);
}

.border-s-orange-100\/45{
  border-inline-start-color: rgb(255 237 213 / 0.45);
}

.border-s-orange-100\/5{
  border-inline-start-color: rgb(255 237 213 / 0.05);
}

.border-s-orange-100\/50{
  border-inline-start-color: rgb(255 237 213 / 0.5);
}

.border-s-orange-100\/55{
  border-inline-start-color: rgb(255 237 213 / 0.55);
}

.border-s-orange-100\/60{
  border-inline-start-color: rgb(255 237 213 / 0.6);
}

.border-s-orange-100\/65{
  border-inline-start-color: rgb(255 237 213 / 0.65);
}

.border-s-orange-100\/70{
  border-inline-start-color: rgb(255 237 213 / 0.7);
}

.border-s-orange-100\/75{
  border-inline-start-color: rgb(255 237 213 / 0.75);
}

.border-s-orange-100\/80{
  border-inline-start-color: rgb(255 237 213 / 0.8);
}

.border-s-orange-100\/85{
  border-inline-start-color: rgb(255 237 213 / 0.85);
}

.border-s-orange-100\/90{
  border-inline-start-color: rgb(255 237 213 / 0.9);
}

.border-s-orange-100\/95{
  border-inline-start-color: rgb(255 237 213 / 0.95);
}

.border-s-orange-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-s-orange-200\/0{
  border-inline-start-color: rgb(254 215 170 / 0);
}

.border-s-orange-200\/10{
  border-inline-start-color: rgb(254 215 170 / 0.1);
}

.border-s-orange-200\/100{
  border-inline-start-color: rgb(254 215 170 / 1);
}

.border-s-orange-200\/15{
  border-inline-start-color: rgb(254 215 170 / 0.15);
}

.border-s-orange-200\/20{
  border-inline-start-color: rgb(254 215 170 / 0.2);
}

.border-s-orange-200\/25{
  border-inline-start-color: rgb(254 215 170 / 0.25);
}

.border-s-orange-200\/30{
  border-inline-start-color: rgb(254 215 170 / 0.3);
}

.border-s-orange-200\/35{
  border-inline-start-color: rgb(254 215 170 / 0.35);
}

.border-s-orange-200\/40{
  border-inline-start-color: rgb(254 215 170 / 0.4);
}

.border-s-orange-200\/45{
  border-inline-start-color: rgb(254 215 170 / 0.45);
}

.border-s-orange-200\/5{
  border-inline-start-color: rgb(254 215 170 / 0.05);
}

.border-s-orange-200\/50{
  border-inline-start-color: rgb(254 215 170 / 0.5);
}

.border-s-orange-200\/55{
  border-inline-start-color: rgb(254 215 170 / 0.55);
}

.border-s-orange-200\/60{
  border-inline-start-color: rgb(254 215 170 / 0.6);
}

.border-s-orange-200\/65{
  border-inline-start-color: rgb(254 215 170 / 0.65);
}

.border-s-orange-200\/70{
  border-inline-start-color: rgb(254 215 170 / 0.7);
}

.border-s-orange-200\/75{
  border-inline-start-color: rgb(254 215 170 / 0.75);
}

.border-s-orange-200\/80{
  border-inline-start-color: rgb(254 215 170 / 0.8);
}

.border-s-orange-200\/85{
  border-inline-start-color: rgb(254 215 170 / 0.85);
}

.border-s-orange-200\/90{
  border-inline-start-color: rgb(254 215 170 / 0.9);
}

.border-s-orange-200\/95{
  border-inline-start-color: rgb(254 215 170 / 0.95);
}

.border-s-orange-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-s-orange-300\/0{
  border-inline-start-color: rgb(253 186 116 / 0);
}

.border-s-orange-300\/10{
  border-inline-start-color: rgb(253 186 116 / 0.1);
}

.border-s-orange-300\/100{
  border-inline-start-color: rgb(253 186 116 / 1);
}

.border-s-orange-300\/15{
  border-inline-start-color: rgb(253 186 116 / 0.15);
}

.border-s-orange-300\/20{
  border-inline-start-color: rgb(253 186 116 / 0.2);
}

.border-s-orange-300\/25{
  border-inline-start-color: rgb(253 186 116 / 0.25);
}

.border-s-orange-300\/30{
  border-inline-start-color: rgb(253 186 116 / 0.3);
}

.border-s-orange-300\/35{
  border-inline-start-color: rgb(253 186 116 / 0.35);
}

.border-s-orange-300\/40{
  border-inline-start-color: rgb(253 186 116 / 0.4);
}

.border-s-orange-300\/45{
  border-inline-start-color: rgb(253 186 116 / 0.45);
}

.border-s-orange-300\/5{
  border-inline-start-color: rgb(253 186 116 / 0.05);
}

.border-s-orange-300\/50{
  border-inline-start-color: rgb(253 186 116 / 0.5);
}

.border-s-orange-300\/55{
  border-inline-start-color: rgb(253 186 116 / 0.55);
}

.border-s-orange-300\/60{
  border-inline-start-color: rgb(253 186 116 / 0.6);
}

.border-s-orange-300\/65{
  border-inline-start-color: rgb(253 186 116 / 0.65);
}

.border-s-orange-300\/70{
  border-inline-start-color: rgb(253 186 116 / 0.7);
}

.border-s-orange-300\/75{
  border-inline-start-color: rgb(253 186 116 / 0.75);
}

.border-s-orange-300\/80{
  border-inline-start-color: rgb(253 186 116 / 0.8);
}

.border-s-orange-300\/85{
  border-inline-start-color: rgb(253 186 116 / 0.85);
}

.border-s-orange-300\/90{
  border-inline-start-color: rgb(253 186 116 / 0.9);
}

.border-s-orange-300\/95{
  border-inline-start-color: rgb(253 186 116 / 0.95);
}

.border-s-orange-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-s-orange-400\/0{
  border-inline-start-color: rgb(251 146 60 / 0);
}

.border-s-orange-400\/10{
  border-inline-start-color: rgb(251 146 60 / 0.1);
}

.border-s-orange-400\/100{
  border-inline-start-color: rgb(251 146 60 / 1);
}

.border-s-orange-400\/15{
  border-inline-start-color: rgb(251 146 60 / 0.15);
}

.border-s-orange-400\/20{
  border-inline-start-color: rgb(251 146 60 / 0.2);
}

.border-s-orange-400\/25{
  border-inline-start-color: rgb(251 146 60 / 0.25);
}

.border-s-orange-400\/30{
  border-inline-start-color: rgb(251 146 60 / 0.3);
}

.border-s-orange-400\/35{
  border-inline-start-color: rgb(251 146 60 / 0.35);
}

.border-s-orange-400\/40{
  border-inline-start-color: rgb(251 146 60 / 0.4);
}

.border-s-orange-400\/45{
  border-inline-start-color: rgb(251 146 60 / 0.45);
}

.border-s-orange-400\/5{
  border-inline-start-color: rgb(251 146 60 / 0.05);
}

.border-s-orange-400\/50{
  border-inline-start-color: rgb(251 146 60 / 0.5);
}

.border-s-orange-400\/55{
  border-inline-start-color: rgb(251 146 60 / 0.55);
}

.border-s-orange-400\/60{
  border-inline-start-color: rgb(251 146 60 / 0.6);
}

.border-s-orange-400\/65{
  border-inline-start-color: rgb(251 146 60 / 0.65);
}

.border-s-orange-400\/70{
  border-inline-start-color: rgb(251 146 60 / 0.7);
}

.border-s-orange-400\/75{
  border-inline-start-color: rgb(251 146 60 / 0.75);
}

.border-s-orange-400\/80{
  border-inline-start-color: rgb(251 146 60 / 0.8);
}

.border-s-orange-400\/85{
  border-inline-start-color: rgb(251 146 60 / 0.85);
}

.border-s-orange-400\/90{
  border-inline-start-color: rgb(251 146 60 / 0.9);
}

.border-s-orange-400\/95{
  border-inline-start-color: rgb(251 146 60 / 0.95);
}

.border-s-orange-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-s-orange-50\/0{
  border-inline-start-color: rgb(255 247 237 / 0);
}

.border-s-orange-50\/10{
  border-inline-start-color: rgb(255 247 237 / 0.1);
}

.border-s-orange-50\/100{
  border-inline-start-color: rgb(255 247 237 / 1);
}

.border-s-orange-50\/15{
  border-inline-start-color: rgb(255 247 237 / 0.15);
}

.border-s-orange-50\/20{
  border-inline-start-color: rgb(255 247 237 / 0.2);
}

.border-s-orange-50\/25{
  border-inline-start-color: rgb(255 247 237 / 0.25);
}

.border-s-orange-50\/30{
  border-inline-start-color: rgb(255 247 237 / 0.3);
}

.border-s-orange-50\/35{
  border-inline-start-color: rgb(255 247 237 / 0.35);
}

.border-s-orange-50\/40{
  border-inline-start-color: rgb(255 247 237 / 0.4);
}

.border-s-orange-50\/45{
  border-inline-start-color: rgb(255 247 237 / 0.45);
}

.border-s-orange-50\/5{
  border-inline-start-color: rgb(255 247 237 / 0.05);
}

.border-s-orange-50\/50{
  border-inline-start-color: rgb(255 247 237 / 0.5);
}

.border-s-orange-50\/55{
  border-inline-start-color: rgb(255 247 237 / 0.55);
}

.border-s-orange-50\/60{
  border-inline-start-color: rgb(255 247 237 / 0.6);
}

.border-s-orange-50\/65{
  border-inline-start-color: rgb(255 247 237 / 0.65);
}

.border-s-orange-50\/70{
  border-inline-start-color: rgb(255 247 237 / 0.7);
}

.border-s-orange-50\/75{
  border-inline-start-color: rgb(255 247 237 / 0.75);
}

.border-s-orange-50\/80{
  border-inline-start-color: rgb(255 247 237 / 0.8);
}

.border-s-orange-50\/85{
  border-inline-start-color: rgb(255 247 237 / 0.85);
}

.border-s-orange-50\/90{
  border-inline-start-color: rgb(255 247 237 / 0.9);
}

.border-s-orange-50\/95{
  border-inline-start-color: rgb(255 247 237 / 0.95);
}

.border-s-orange-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-s-orange-500\/0{
  border-inline-start-color: rgb(249 115 22 / 0);
}

.border-s-orange-500\/10{
  border-inline-start-color: rgb(249 115 22 / 0.1);
}

.border-s-orange-500\/100{
  border-inline-start-color: rgb(249 115 22 / 1);
}

.border-s-orange-500\/15{
  border-inline-start-color: rgb(249 115 22 / 0.15);
}

.border-s-orange-500\/20{
  border-inline-start-color: rgb(249 115 22 / 0.2);
}

.border-s-orange-500\/25{
  border-inline-start-color: rgb(249 115 22 / 0.25);
}

.border-s-orange-500\/30{
  border-inline-start-color: rgb(249 115 22 / 0.3);
}

.border-s-orange-500\/35{
  border-inline-start-color: rgb(249 115 22 / 0.35);
}

.border-s-orange-500\/40{
  border-inline-start-color: rgb(249 115 22 / 0.4);
}

.border-s-orange-500\/45{
  border-inline-start-color: rgb(249 115 22 / 0.45);
}

.border-s-orange-500\/5{
  border-inline-start-color: rgb(249 115 22 / 0.05);
}

.border-s-orange-500\/50{
  border-inline-start-color: rgb(249 115 22 / 0.5);
}

.border-s-orange-500\/55{
  border-inline-start-color: rgb(249 115 22 / 0.55);
}

.border-s-orange-500\/60{
  border-inline-start-color: rgb(249 115 22 / 0.6);
}

.border-s-orange-500\/65{
  border-inline-start-color: rgb(249 115 22 / 0.65);
}

.border-s-orange-500\/70{
  border-inline-start-color: rgb(249 115 22 / 0.7);
}

.border-s-orange-500\/75{
  border-inline-start-color: rgb(249 115 22 / 0.75);
}

.border-s-orange-500\/80{
  border-inline-start-color: rgb(249 115 22 / 0.8);
}

.border-s-orange-500\/85{
  border-inline-start-color: rgb(249 115 22 / 0.85);
}

.border-s-orange-500\/90{
  border-inline-start-color: rgb(249 115 22 / 0.9);
}

.border-s-orange-500\/95{
  border-inline-start-color: rgb(249 115 22 / 0.95);
}

.border-s-orange-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-s-orange-600\/0{
  border-inline-start-color: rgb(234 88 12 / 0);
}

.border-s-orange-600\/10{
  border-inline-start-color: rgb(234 88 12 / 0.1);
}

.border-s-orange-600\/100{
  border-inline-start-color: rgb(234 88 12 / 1);
}

.border-s-orange-600\/15{
  border-inline-start-color: rgb(234 88 12 / 0.15);
}

.border-s-orange-600\/20{
  border-inline-start-color: rgb(234 88 12 / 0.2);
}

.border-s-orange-600\/25{
  border-inline-start-color: rgb(234 88 12 / 0.25);
}

.border-s-orange-600\/30{
  border-inline-start-color: rgb(234 88 12 / 0.3);
}

.border-s-orange-600\/35{
  border-inline-start-color: rgb(234 88 12 / 0.35);
}

.border-s-orange-600\/40{
  border-inline-start-color: rgb(234 88 12 / 0.4);
}

.border-s-orange-600\/45{
  border-inline-start-color: rgb(234 88 12 / 0.45);
}

.border-s-orange-600\/5{
  border-inline-start-color: rgb(234 88 12 / 0.05);
}

.border-s-orange-600\/50{
  border-inline-start-color: rgb(234 88 12 / 0.5);
}

.border-s-orange-600\/55{
  border-inline-start-color: rgb(234 88 12 / 0.55);
}

.border-s-orange-600\/60{
  border-inline-start-color: rgb(234 88 12 / 0.6);
}

.border-s-orange-600\/65{
  border-inline-start-color: rgb(234 88 12 / 0.65);
}

.border-s-orange-600\/70{
  border-inline-start-color: rgb(234 88 12 / 0.7);
}

.border-s-orange-600\/75{
  border-inline-start-color: rgb(234 88 12 / 0.75);
}

.border-s-orange-600\/80{
  border-inline-start-color: rgb(234 88 12 / 0.8);
}

.border-s-orange-600\/85{
  border-inline-start-color: rgb(234 88 12 / 0.85);
}

.border-s-orange-600\/90{
  border-inline-start-color: rgb(234 88 12 / 0.9);
}

.border-s-orange-600\/95{
  border-inline-start-color: rgb(234 88 12 / 0.95);
}

.border-s-orange-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-s-orange-700\/0{
  border-inline-start-color: rgb(194 65 12 / 0);
}

.border-s-orange-700\/10{
  border-inline-start-color: rgb(194 65 12 / 0.1);
}

.border-s-orange-700\/100{
  border-inline-start-color: rgb(194 65 12 / 1);
}

.border-s-orange-700\/15{
  border-inline-start-color: rgb(194 65 12 / 0.15);
}

.border-s-orange-700\/20{
  border-inline-start-color: rgb(194 65 12 / 0.2);
}

.border-s-orange-700\/25{
  border-inline-start-color: rgb(194 65 12 / 0.25);
}

.border-s-orange-700\/30{
  border-inline-start-color: rgb(194 65 12 / 0.3);
}

.border-s-orange-700\/35{
  border-inline-start-color: rgb(194 65 12 / 0.35);
}

.border-s-orange-700\/40{
  border-inline-start-color: rgb(194 65 12 / 0.4);
}

.border-s-orange-700\/45{
  border-inline-start-color: rgb(194 65 12 / 0.45);
}

.border-s-orange-700\/5{
  border-inline-start-color: rgb(194 65 12 / 0.05);
}

.border-s-orange-700\/50{
  border-inline-start-color: rgb(194 65 12 / 0.5);
}

.border-s-orange-700\/55{
  border-inline-start-color: rgb(194 65 12 / 0.55);
}

.border-s-orange-700\/60{
  border-inline-start-color: rgb(194 65 12 / 0.6);
}

.border-s-orange-700\/65{
  border-inline-start-color: rgb(194 65 12 / 0.65);
}

.border-s-orange-700\/70{
  border-inline-start-color: rgb(194 65 12 / 0.7);
}

.border-s-orange-700\/75{
  border-inline-start-color: rgb(194 65 12 / 0.75);
}

.border-s-orange-700\/80{
  border-inline-start-color: rgb(194 65 12 / 0.8);
}

.border-s-orange-700\/85{
  border-inline-start-color: rgb(194 65 12 / 0.85);
}

.border-s-orange-700\/90{
  border-inline-start-color: rgb(194 65 12 / 0.9);
}

.border-s-orange-700\/95{
  border-inline-start-color: rgb(194 65 12 / 0.95);
}

.border-s-orange-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-s-orange-800\/0{
  border-inline-start-color: rgb(154 52 18 / 0);
}

.border-s-orange-800\/10{
  border-inline-start-color: rgb(154 52 18 / 0.1);
}

.border-s-orange-800\/100{
  border-inline-start-color: rgb(154 52 18 / 1);
}

.border-s-orange-800\/15{
  border-inline-start-color: rgb(154 52 18 / 0.15);
}

.border-s-orange-800\/20{
  border-inline-start-color: rgb(154 52 18 / 0.2);
}

.border-s-orange-800\/25{
  border-inline-start-color: rgb(154 52 18 / 0.25);
}

.border-s-orange-800\/30{
  border-inline-start-color: rgb(154 52 18 / 0.3);
}

.border-s-orange-800\/35{
  border-inline-start-color: rgb(154 52 18 / 0.35);
}

.border-s-orange-800\/40{
  border-inline-start-color: rgb(154 52 18 / 0.4);
}

.border-s-orange-800\/45{
  border-inline-start-color: rgb(154 52 18 / 0.45);
}

.border-s-orange-800\/5{
  border-inline-start-color: rgb(154 52 18 / 0.05);
}

.border-s-orange-800\/50{
  border-inline-start-color: rgb(154 52 18 / 0.5);
}

.border-s-orange-800\/55{
  border-inline-start-color: rgb(154 52 18 / 0.55);
}

.border-s-orange-800\/60{
  border-inline-start-color: rgb(154 52 18 / 0.6);
}

.border-s-orange-800\/65{
  border-inline-start-color: rgb(154 52 18 / 0.65);
}

.border-s-orange-800\/70{
  border-inline-start-color: rgb(154 52 18 / 0.7);
}

.border-s-orange-800\/75{
  border-inline-start-color: rgb(154 52 18 / 0.75);
}

.border-s-orange-800\/80{
  border-inline-start-color: rgb(154 52 18 / 0.8);
}

.border-s-orange-800\/85{
  border-inline-start-color: rgb(154 52 18 / 0.85);
}

.border-s-orange-800\/90{
  border-inline-start-color: rgb(154 52 18 / 0.9);
}

.border-s-orange-800\/95{
  border-inline-start-color: rgb(154 52 18 / 0.95);
}

.border-s-orange-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-s-orange-900\/0{
  border-inline-start-color: rgb(124 45 18 / 0);
}

.border-s-orange-900\/10{
  border-inline-start-color: rgb(124 45 18 / 0.1);
}

.border-s-orange-900\/100{
  border-inline-start-color: rgb(124 45 18 / 1);
}

.border-s-orange-900\/15{
  border-inline-start-color: rgb(124 45 18 / 0.15);
}

.border-s-orange-900\/20{
  border-inline-start-color: rgb(124 45 18 / 0.2);
}

.border-s-orange-900\/25{
  border-inline-start-color: rgb(124 45 18 / 0.25);
}

.border-s-orange-900\/30{
  border-inline-start-color: rgb(124 45 18 / 0.3);
}

.border-s-orange-900\/35{
  border-inline-start-color: rgb(124 45 18 / 0.35);
}

.border-s-orange-900\/40{
  border-inline-start-color: rgb(124 45 18 / 0.4);
}

.border-s-orange-900\/45{
  border-inline-start-color: rgb(124 45 18 / 0.45);
}

.border-s-orange-900\/5{
  border-inline-start-color: rgb(124 45 18 / 0.05);
}

.border-s-orange-900\/50{
  border-inline-start-color: rgb(124 45 18 / 0.5);
}

.border-s-orange-900\/55{
  border-inline-start-color: rgb(124 45 18 / 0.55);
}

.border-s-orange-900\/60{
  border-inline-start-color: rgb(124 45 18 / 0.6);
}

.border-s-orange-900\/65{
  border-inline-start-color: rgb(124 45 18 / 0.65);
}

.border-s-orange-900\/70{
  border-inline-start-color: rgb(124 45 18 / 0.7);
}

.border-s-orange-900\/75{
  border-inline-start-color: rgb(124 45 18 / 0.75);
}

.border-s-orange-900\/80{
  border-inline-start-color: rgb(124 45 18 / 0.8);
}

.border-s-orange-900\/85{
  border-inline-start-color: rgb(124 45 18 / 0.85);
}

.border-s-orange-900\/90{
  border-inline-start-color: rgb(124 45 18 / 0.9);
}

.border-s-orange-900\/95{
  border-inline-start-color: rgb(124 45 18 / 0.95);
}

.border-s-orange-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-s-orange-950\/0{
  border-inline-start-color: rgb(67 20 7 / 0);
}

.border-s-orange-950\/10{
  border-inline-start-color: rgb(67 20 7 / 0.1);
}

.border-s-orange-950\/100{
  border-inline-start-color: rgb(67 20 7 / 1);
}

.border-s-orange-950\/15{
  border-inline-start-color: rgb(67 20 7 / 0.15);
}

.border-s-orange-950\/20{
  border-inline-start-color: rgb(67 20 7 / 0.2);
}

.border-s-orange-950\/25{
  border-inline-start-color: rgb(67 20 7 / 0.25);
}

.border-s-orange-950\/30{
  border-inline-start-color: rgb(67 20 7 / 0.3);
}

.border-s-orange-950\/35{
  border-inline-start-color: rgb(67 20 7 / 0.35);
}

.border-s-orange-950\/40{
  border-inline-start-color: rgb(67 20 7 / 0.4);
}

.border-s-orange-950\/45{
  border-inline-start-color: rgb(67 20 7 / 0.45);
}

.border-s-orange-950\/5{
  border-inline-start-color: rgb(67 20 7 / 0.05);
}

.border-s-orange-950\/50{
  border-inline-start-color: rgb(67 20 7 / 0.5);
}

.border-s-orange-950\/55{
  border-inline-start-color: rgb(67 20 7 / 0.55);
}

.border-s-orange-950\/60{
  border-inline-start-color: rgb(67 20 7 / 0.6);
}

.border-s-orange-950\/65{
  border-inline-start-color: rgb(67 20 7 / 0.65);
}

.border-s-orange-950\/70{
  border-inline-start-color: rgb(67 20 7 / 0.7);
}

.border-s-orange-950\/75{
  border-inline-start-color: rgb(67 20 7 / 0.75);
}

.border-s-orange-950\/80{
  border-inline-start-color: rgb(67 20 7 / 0.8);
}

.border-s-orange-950\/85{
  border-inline-start-color: rgb(67 20 7 / 0.85);
}

.border-s-orange-950\/90{
  border-inline-start-color: rgb(67 20 7 / 0.9);
}

.border-s-orange-950\/95{
  border-inline-start-color: rgb(67 20 7 / 0.95);
}

.border-s-pink-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-s-pink-100\/0{
  border-inline-start-color: rgb(252 231 243 / 0);
}

.border-s-pink-100\/10{
  border-inline-start-color: rgb(252 231 243 / 0.1);
}

.border-s-pink-100\/100{
  border-inline-start-color: rgb(252 231 243 / 1);
}

.border-s-pink-100\/15{
  border-inline-start-color: rgb(252 231 243 / 0.15);
}

.border-s-pink-100\/20{
  border-inline-start-color: rgb(252 231 243 / 0.2);
}

.border-s-pink-100\/25{
  border-inline-start-color: rgb(252 231 243 / 0.25);
}

.border-s-pink-100\/30{
  border-inline-start-color: rgb(252 231 243 / 0.3);
}

.border-s-pink-100\/35{
  border-inline-start-color: rgb(252 231 243 / 0.35);
}

.border-s-pink-100\/40{
  border-inline-start-color: rgb(252 231 243 / 0.4);
}

.border-s-pink-100\/45{
  border-inline-start-color: rgb(252 231 243 / 0.45);
}

.border-s-pink-100\/5{
  border-inline-start-color: rgb(252 231 243 / 0.05);
}

.border-s-pink-100\/50{
  border-inline-start-color: rgb(252 231 243 / 0.5);
}

.border-s-pink-100\/55{
  border-inline-start-color: rgb(252 231 243 / 0.55);
}

.border-s-pink-100\/60{
  border-inline-start-color: rgb(252 231 243 / 0.6);
}

.border-s-pink-100\/65{
  border-inline-start-color: rgb(252 231 243 / 0.65);
}

.border-s-pink-100\/70{
  border-inline-start-color: rgb(252 231 243 / 0.7);
}

.border-s-pink-100\/75{
  border-inline-start-color: rgb(252 231 243 / 0.75);
}

.border-s-pink-100\/80{
  border-inline-start-color: rgb(252 231 243 / 0.8);
}

.border-s-pink-100\/85{
  border-inline-start-color: rgb(252 231 243 / 0.85);
}

.border-s-pink-100\/90{
  border-inline-start-color: rgb(252 231 243 / 0.9);
}

.border-s-pink-100\/95{
  border-inline-start-color: rgb(252 231 243 / 0.95);
}

.border-s-pink-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-s-pink-200\/0{
  border-inline-start-color: rgb(251 207 232 / 0);
}

.border-s-pink-200\/10{
  border-inline-start-color: rgb(251 207 232 / 0.1);
}

.border-s-pink-200\/100{
  border-inline-start-color: rgb(251 207 232 / 1);
}

.border-s-pink-200\/15{
  border-inline-start-color: rgb(251 207 232 / 0.15);
}

.border-s-pink-200\/20{
  border-inline-start-color: rgb(251 207 232 / 0.2);
}

.border-s-pink-200\/25{
  border-inline-start-color: rgb(251 207 232 / 0.25);
}

.border-s-pink-200\/30{
  border-inline-start-color: rgb(251 207 232 / 0.3);
}

.border-s-pink-200\/35{
  border-inline-start-color: rgb(251 207 232 / 0.35);
}

.border-s-pink-200\/40{
  border-inline-start-color: rgb(251 207 232 / 0.4);
}

.border-s-pink-200\/45{
  border-inline-start-color: rgb(251 207 232 / 0.45);
}

.border-s-pink-200\/5{
  border-inline-start-color: rgb(251 207 232 / 0.05);
}

.border-s-pink-200\/50{
  border-inline-start-color: rgb(251 207 232 / 0.5);
}

.border-s-pink-200\/55{
  border-inline-start-color: rgb(251 207 232 / 0.55);
}

.border-s-pink-200\/60{
  border-inline-start-color: rgb(251 207 232 / 0.6);
}

.border-s-pink-200\/65{
  border-inline-start-color: rgb(251 207 232 / 0.65);
}

.border-s-pink-200\/70{
  border-inline-start-color: rgb(251 207 232 / 0.7);
}

.border-s-pink-200\/75{
  border-inline-start-color: rgb(251 207 232 / 0.75);
}

.border-s-pink-200\/80{
  border-inline-start-color: rgb(251 207 232 / 0.8);
}

.border-s-pink-200\/85{
  border-inline-start-color: rgb(251 207 232 / 0.85);
}

.border-s-pink-200\/90{
  border-inline-start-color: rgb(251 207 232 / 0.9);
}

.border-s-pink-200\/95{
  border-inline-start-color: rgb(251 207 232 / 0.95);
}

.border-s-pink-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-s-pink-300\/0{
  border-inline-start-color: rgb(249 168 212 / 0);
}

.border-s-pink-300\/10{
  border-inline-start-color: rgb(249 168 212 / 0.1);
}

.border-s-pink-300\/100{
  border-inline-start-color: rgb(249 168 212 / 1);
}

.border-s-pink-300\/15{
  border-inline-start-color: rgb(249 168 212 / 0.15);
}

.border-s-pink-300\/20{
  border-inline-start-color: rgb(249 168 212 / 0.2);
}

.border-s-pink-300\/25{
  border-inline-start-color: rgb(249 168 212 / 0.25);
}

.border-s-pink-300\/30{
  border-inline-start-color: rgb(249 168 212 / 0.3);
}

.border-s-pink-300\/35{
  border-inline-start-color: rgb(249 168 212 / 0.35);
}

.border-s-pink-300\/40{
  border-inline-start-color: rgb(249 168 212 / 0.4);
}

.border-s-pink-300\/45{
  border-inline-start-color: rgb(249 168 212 / 0.45);
}

.border-s-pink-300\/5{
  border-inline-start-color: rgb(249 168 212 / 0.05);
}

.border-s-pink-300\/50{
  border-inline-start-color: rgb(249 168 212 / 0.5);
}

.border-s-pink-300\/55{
  border-inline-start-color: rgb(249 168 212 / 0.55);
}

.border-s-pink-300\/60{
  border-inline-start-color: rgb(249 168 212 / 0.6);
}

.border-s-pink-300\/65{
  border-inline-start-color: rgb(249 168 212 / 0.65);
}

.border-s-pink-300\/70{
  border-inline-start-color: rgb(249 168 212 / 0.7);
}

.border-s-pink-300\/75{
  border-inline-start-color: rgb(249 168 212 / 0.75);
}

.border-s-pink-300\/80{
  border-inline-start-color: rgb(249 168 212 / 0.8);
}

.border-s-pink-300\/85{
  border-inline-start-color: rgb(249 168 212 / 0.85);
}

.border-s-pink-300\/90{
  border-inline-start-color: rgb(249 168 212 / 0.9);
}

.border-s-pink-300\/95{
  border-inline-start-color: rgb(249 168 212 / 0.95);
}

.border-s-pink-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-s-pink-400\/0{
  border-inline-start-color: rgb(244 114 182 / 0);
}

.border-s-pink-400\/10{
  border-inline-start-color: rgb(244 114 182 / 0.1);
}

.border-s-pink-400\/100{
  border-inline-start-color: rgb(244 114 182 / 1);
}

.border-s-pink-400\/15{
  border-inline-start-color: rgb(244 114 182 / 0.15);
}

.border-s-pink-400\/20{
  border-inline-start-color: rgb(244 114 182 / 0.2);
}

.border-s-pink-400\/25{
  border-inline-start-color: rgb(244 114 182 / 0.25);
}

.border-s-pink-400\/30{
  border-inline-start-color: rgb(244 114 182 / 0.3);
}

.border-s-pink-400\/35{
  border-inline-start-color: rgb(244 114 182 / 0.35);
}

.border-s-pink-400\/40{
  border-inline-start-color: rgb(244 114 182 / 0.4);
}

.border-s-pink-400\/45{
  border-inline-start-color: rgb(244 114 182 / 0.45);
}

.border-s-pink-400\/5{
  border-inline-start-color: rgb(244 114 182 / 0.05);
}

.border-s-pink-400\/50{
  border-inline-start-color: rgb(244 114 182 / 0.5);
}

.border-s-pink-400\/55{
  border-inline-start-color: rgb(244 114 182 / 0.55);
}

.border-s-pink-400\/60{
  border-inline-start-color: rgb(244 114 182 / 0.6);
}

.border-s-pink-400\/65{
  border-inline-start-color: rgb(244 114 182 / 0.65);
}

.border-s-pink-400\/70{
  border-inline-start-color: rgb(244 114 182 / 0.7);
}

.border-s-pink-400\/75{
  border-inline-start-color: rgb(244 114 182 / 0.75);
}

.border-s-pink-400\/80{
  border-inline-start-color: rgb(244 114 182 / 0.8);
}

.border-s-pink-400\/85{
  border-inline-start-color: rgb(244 114 182 / 0.85);
}

.border-s-pink-400\/90{
  border-inline-start-color: rgb(244 114 182 / 0.9);
}

.border-s-pink-400\/95{
  border-inline-start-color: rgb(244 114 182 / 0.95);
}

.border-s-pink-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-s-pink-50\/0{
  border-inline-start-color: rgb(253 242 248 / 0);
}

.border-s-pink-50\/10{
  border-inline-start-color: rgb(253 242 248 / 0.1);
}

.border-s-pink-50\/100{
  border-inline-start-color: rgb(253 242 248 / 1);
}

.border-s-pink-50\/15{
  border-inline-start-color: rgb(253 242 248 / 0.15);
}

.border-s-pink-50\/20{
  border-inline-start-color: rgb(253 242 248 / 0.2);
}

.border-s-pink-50\/25{
  border-inline-start-color: rgb(253 242 248 / 0.25);
}

.border-s-pink-50\/30{
  border-inline-start-color: rgb(253 242 248 / 0.3);
}

.border-s-pink-50\/35{
  border-inline-start-color: rgb(253 242 248 / 0.35);
}

.border-s-pink-50\/40{
  border-inline-start-color: rgb(253 242 248 / 0.4);
}

.border-s-pink-50\/45{
  border-inline-start-color: rgb(253 242 248 / 0.45);
}

.border-s-pink-50\/5{
  border-inline-start-color: rgb(253 242 248 / 0.05);
}

.border-s-pink-50\/50{
  border-inline-start-color: rgb(253 242 248 / 0.5);
}

.border-s-pink-50\/55{
  border-inline-start-color: rgb(253 242 248 / 0.55);
}

.border-s-pink-50\/60{
  border-inline-start-color: rgb(253 242 248 / 0.6);
}

.border-s-pink-50\/65{
  border-inline-start-color: rgb(253 242 248 / 0.65);
}

.border-s-pink-50\/70{
  border-inline-start-color: rgb(253 242 248 / 0.7);
}

.border-s-pink-50\/75{
  border-inline-start-color: rgb(253 242 248 / 0.75);
}

.border-s-pink-50\/80{
  border-inline-start-color: rgb(253 242 248 / 0.8);
}

.border-s-pink-50\/85{
  border-inline-start-color: rgb(253 242 248 / 0.85);
}

.border-s-pink-50\/90{
  border-inline-start-color: rgb(253 242 248 / 0.9);
}

.border-s-pink-50\/95{
  border-inline-start-color: rgb(253 242 248 / 0.95);
}

.border-s-pink-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-s-pink-500\/0{
  border-inline-start-color: rgb(236 72 153 / 0);
}

.border-s-pink-500\/10{
  border-inline-start-color: rgb(236 72 153 / 0.1);
}

.border-s-pink-500\/100{
  border-inline-start-color: rgb(236 72 153 / 1);
}

.border-s-pink-500\/15{
  border-inline-start-color: rgb(236 72 153 / 0.15);
}

.border-s-pink-500\/20{
  border-inline-start-color: rgb(236 72 153 / 0.2);
}

.border-s-pink-500\/25{
  border-inline-start-color: rgb(236 72 153 / 0.25);
}

.border-s-pink-500\/30{
  border-inline-start-color: rgb(236 72 153 / 0.3);
}

.border-s-pink-500\/35{
  border-inline-start-color: rgb(236 72 153 / 0.35);
}

.border-s-pink-500\/40{
  border-inline-start-color: rgb(236 72 153 / 0.4);
}

.border-s-pink-500\/45{
  border-inline-start-color: rgb(236 72 153 / 0.45);
}

.border-s-pink-500\/5{
  border-inline-start-color: rgb(236 72 153 / 0.05);
}

.border-s-pink-500\/50{
  border-inline-start-color: rgb(236 72 153 / 0.5);
}

.border-s-pink-500\/55{
  border-inline-start-color: rgb(236 72 153 / 0.55);
}

.border-s-pink-500\/60{
  border-inline-start-color: rgb(236 72 153 / 0.6);
}

.border-s-pink-500\/65{
  border-inline-start-color: rgb(236 72 153 / 0.65);
}

.border-s-pink-500\/70{
  border-inline-start-color: rgb(236 72 153 / 0.7);
}

.border-s-pink-500\/75{
  border-inline-start-color: rgb(236 72 153 / 0.75);
}

.border-s-pink-500\/80{
  border-inline-start-color: rgb(236 72 153 / 0.8);
}

.border-s-pink-500\/85{
  border-inline-start-color: rgb(236 72 153 / 0.85);
}

.border-s-pink-500\/90{
  border-inline-start-color: rgb(236 72 153 / 0.9);
}

.border-s-pink-500\/95{
  border-inline-start-color: rgb(236 72 153 / 0.95);
}

.border-s-pink-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-s-pink-600\/0{
  border-inline-start-color: rgb(219 39 119 / 0);
}

.border-s-pink-600\/10{
  border-inline-start-color: rgb(219 39 119 / 0.1);
}

.border-s-pink-600\/100{
  border-inline-start-color: rgb(219 39 119 / 1);
}

.border-s-pink-600\/15{
  border-inline-start-color: rgb(219 39 119 / 0.15);
}

.border-s-pink-600\/20{
  border-inline-start-color: rgb(219 39 119 / 0.2);
}

.border-s-pink-600\/25{
  border-inline-start-color: rgb(219 39 119 / 0.25);
}

.border-s-pink-600\/30{
  border-inline-start-color: rgb(219 39 119 / 0.3);
}

.border-s-pink-600\/35{
  border-inline-start-color: rgb(219 39 119 / 0.35);
}

.border-s-pink-600\/40{
  border-inline-start-color: rgb(219 39 119 / 0.4);
}

.border-s-pink-600\/45{
  border-inline-start-color: rgb(219 39 119 / 0.45);
}

.border-s-pink-600\/5{
  border-inline-start-color: rgb(219 39 119 / 0.05);
}

.border-s-pink-600\/50{
  border-inline-start-color: rgb(219 39 119 / 0.5);
}

.border-s-pink-600\/55{
  border-inline-start-color: rgb(219 39 119 / 0.55);
}

.border-s-pink-600\/60{
  border-inline-start-color: rgb(219 39 119 / 0.6);
}

.border-s-pink-600\/65{
  border-inline-start-color: rgb(219 39 119 / 0.65);
}

.border-s-pink-600\/70{
  border-inline-start-color: rgb(219 39 119 / 0.7);
}

.border-s-pink-600\/75{
  border-inline-start-color: rgb(219 39 119 / 0.75);
}

.border-s-pink-600\/80{
  border-inline-start-color: rgb(219 39 119 / 0.8);
}

.border-s-pink-600\/85{
  border-inline-start-color: rgb(219 39 119 / 0.85);
}

.border-s-pink-600\/90{
  border-inline-start-color: rgb(219 39 119 / 0.9);
}

.border-s-pink-600\/95{
  border-inline-start-color: rgb(219 39 119 / 0.95);
}

.border-s-pink-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-s-pink-700\/0{
  border-inline-start-color: rgb(190 24 93 / 0);
}

.border-s-pink-700\/10{
  border-inline-start-color: rgb(190 24 93 / 0.1);
}

.border-s-pink-700\/100{
  border-inline-start-color: rgb(190 24 93 / 1);
}

.border-s-pink-700\/15{
  border-inline-start-color: rgb(190 24 93 / 0.15);
}

.border-s-pink-700\/20{
  border-inline-start-color: rgb(190 24 93 / 0.2);
}

.border-s-pink-700\/25{
  border-inline-start-color: rgb(190 24 93 / 0.25);
}

.border-s-pink-700\/30{
  border-inline-start-color: rgb(190 24 93 / 0.3);
}

.border-s-pink-700\/35{
  border-inline-start-color: rgb(190 24 93 / 0.35);
}

.border-s-pink-700\/40{
  border-inline-start-color: rgb(190 24 93 / 0.4);
}

.border-s-pink-700\/45{
  border-inline-start-color: rgb(190 24 93 / 0.45);
}

.border-s-pink-700\/5{
  border-inline-start-color: rgb(190 24 93 / 0.05);
}

.border-s-pink-700\/50{
  border-inline-start-color: rgb(190 24 93 / 0.5);
}

.border-s-pink-700\/55{
  border-inline-start-color: rgb(190 24 93 / 0.55);
}

.border-s-pink-700\/60{
  border-inline-start-color: rgb(190 24 93 / 0.6);
}

.border-s-pink-700\/65{
  border-inline-start-color: rgb(190 24 93 / 0.65);
}

.border-s-pink-700\/70{
  border-inline-start-color: rgb(190 24 93 / 0.7);
}

.border-s-pink-700\/75{
  border-inline-start-color: rgb(190 24 93 / 0.75);
}

.border-s-pink-700\/80{
  border-inline-start-color: rgb(190 24 93 / 0.8);
}

.border-s-pink-700\/85{
  border-inline-start-color: rgb(190 24 93 / 0.85);
}

.border-s-pink-700\/90{
  border-inline-start-color: rgb(190 24 93 / 0.9);
}

.border-s-pink-700\/95{
  border-inline-start-color: rgb(190 24 93 / 0.95);
}

.border-s-pink-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-s-pink-800\/0{
  border-inline-start-color: rgb(157 23 77 / 0);
}

.border-s-pink-800\/10{
  border-inline-start-color: rgb(157 23 77 / 0.1);
}

.border-s-pink-800\/100{
  border-inline-start-color: rgb(157 23 77 / 1);
}

.border-s-pink-800\/15{
  border-inline-start-color: rgb(157 23 77 / 0.15);
}

.border-s-pink-800\/20{
  border-inline-start-color: rgb(157 23 77 / 0.2);
}

.border-s-pink-800\/25{
  border-inline-start-color: rgb(157 23 77 / 0.25);
}

.border-s-pink-800\/30{
  border-inline-start-color: rgb(157 23 77 / 0.3);
}

.border-s-pink-800\/35{
  border-inline-start-color: rgb(157 23 77 / 0.35);
}

.border-s-pink-800\/40{
  border-inline-start-color: rgb(157 23 77 / 0.4);
}

.border-s-pink-800\/45{
  border-inline-start-color: rgb(157 23 77 / 0.45);
}

.border-s-pink-800\/5{
  border-inline-start-color: rgb(157 23 77 / 0.05);
}

.border-s-pink-800\/50{
  border-inline-start-color: rgb(157 23 77 / 0.5);
}

.border-s-pink-800\/55{
  border-inline-start-color: rgb(157 23 77 / 0.55);
}

.border-s-pink-800\/60{
  border-inline-start-color: rgb(157 23 77 / 0.6);
}

.border-s-pink-800\/65{
  border-inline-start-color: rgb(157 23 77 / 0.65);
}

.border-s-pink-800\/70{
  border-inline-start-color: rgb(157 23 77 / 0.7);
}

.border-s-pink-800\/75{
  border-inline-start-color: rgb(157 23 77 / 0.75);
}

.border-s-pink-800\/80{
  border-inline-start-color: rgb(157 23 77 / 0.8);
}

.border-s-pink-800\/85{
  border-inline-start-color: rgb(157 23 77 / 0.85);
}

.border-s-pink-800\/90{
  border-inline-start-color: rgb(157 23 77 / 0.9);
}

.border-s-pink-800\/95{
  border-inline-start-color: rgb(157 23 77 / 0.95);
}

.border-s-pink-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-s-pink-900\/0{
  border-inline-start-color: rgb(131 24 67 / 0);
}

.border-s-pink-900\/10{
  border-inline-start-color: rgb(131 24 67 / 0.1);
}

.border-s-pink-900\/100{
  border-inline-start-color: rgb(131 24 67 / 1);
}

.border-s-pink-900\/15{
  border-inline-start-color: rgb(131 24 67 / 0.15);
}

.border-s-pink-900\/20{
  border-inline-start-color: rgb(131 24 67 / 0.2);
}

.border-s-pink-900\/25{
  border-inline-start-color: rgb(131 24 67 / 0.25);
}

.border-s-pink-900\/30{
  border-inline-start-color: rgb(131 24 67 / 0.3);
}

.border-s-pink-900\/35{
  border-inline-start-color: rgb(131 24 67 / 0.35);
}

.border-s-pink-900\/40{
  border-inline-start-color: rgb(131 24 67 / 0.4);
}

.border-s-pink-900\/45{
  border-inline-start-color: rgb(131 24 67 / 0.45);
}

.border-s-pink-900\/5{
  border-inline-start-color: rgb(131 24 67 / 0.05);
}

.border-s-pink-900\/50{
  border-inline-start-color: rgb(131 24 67 / 0.5);
}

.border-s-pink-900\/55{
  border-inline-start-color: rgb(131 24 67 / 0.55);
}

.border-s-pink-900\/60{
  border-inline-start-color: rgb(131 24 67 / 0.6);
}

.border-s-pink-900\/65{
  border-inline-start-color: rgb(131 24 67 / 0.65);
}

.border-s-pink-900\/70{
  border-inline-start-color: rgb(131 24 67 / 0.7);
}

.border-s-pink-900\/75{
  border-inline-start-color: rgb(131 24 67 / 0.75);
}

.border-s-pink-900\/80{
  border-inline-start-color: rgb(131 24 67 / 0.8);
}

.border-s-pink-900\/85{
  border-inline-start-color: rgb(131 24 67 / 0.85);
}

.border-s-pink-900\/90{
  border-inline-start-color: rgb(131 24 67 / 0.9);
}

.border-s-pink-900\/95{
  border-inline-start-color: rgb(131 24 67 / 0.95);
}

.border-s-pink-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-s-pink-950\/0{
  border-inline-start-color: rgb(80 7 36 / 0);
}

.border-s-pink-950\/10{
  border-inline-start-color: rgb(80 7 36 / 0.1);
}

.border-s-pink-950\/100{
  border-inline-start-color: rgb(80 7 36 / 1);
}

.border-s-pink-950\/15{
  border-inline-start-color: rgb(80 7 36 / 0.15);
}

.border-s-pink-950\/20{
  border-inline-start-color: rgb(80 7 36 / 0.2);
}

.border-s-pink-950\/25{
  border-inline-start-color: rgb(80 7 36 / 0.25);
}

.border-s-pink-950\/30{
  border-inline-start-color: rgb(80 7 36 / 0.3);
}

.border-s-pink-950\/35{
  border-inline-start-color: rgb(80 7 36 / 0.35);
}

.border-s-pink-950\/40{
  border-inline-start-color: rgb(80 7 36 / 0.4);
}

.border-s-pink-950\/45{
  border-inline-start-color: rgb(80 7 36 / 0.45);
}

.border-s-pink-950\/5{
  border-inline-start-color: rgb(80 7 36 / 0.05);
}

.border-s-pink-950\/50{
  border-inline-start-color: rgb(80 7 36 / 0.5);
}

.border-s-pink-950\/55{
  border-inline-start-color: rgb(80 7 36 / 0.55);
}

.border-s-pink-950\/60{
  border-inline-start-color: rgb(80 7 36 / 0.6);
}

.border-s-pink-950\/65{
  border-inline-start-color: rgb(80 7 36 / 0.65);
}

.border-s-pink-950\/70{
  border-inline-start-color: rgb(80 7 36 / 0.7);
}

.border-s-pink-950\/75{
  border-inline-start-color: rgb(80 7 36 / 0.75);
}

.border-s-pink-950\/80{
  border-inline-start-color: rgb(80 7 36 / 0.8);
}

.border-s-pink-950\/85{
  border-inline-start-color: rgb(80 7 36 / 0.85);
}

.border-s-pink-950\/90{
  border-inline-start-color: rgb(80 7 36 / 0.9);
}

.border-s-pink-950\/95{
  border-inline-start-color: rgb(80 7 36 / 0.95);
}

.border-s-primary{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.border-s-primary-hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.border-s-primary-hover\/0{
  border-inline-start-color: rgb(71 57 169 / 0);
}

.border-s-primary-hover\/10{
  border-inline-start-color: rgb(71 57 169 / 0.1);
}

.border-s-primary-hover\/100{
  border-inline-start-color: rgb(71 57 169 / 1);
}

.border-s-primary-hover\/15{
  border-inline-start-color: rgb(71 57 169 / 0.15);
}

.border-s-primary-hover\/20{
  border-inline-start-color: rgb(71 57 169 / 0.2);
}

.border-s-primary-hover\/25{
  border-inline-start-color: rgb(71 57 169 / 0.25);
}

.border-s-primary-hover\/30{
  border-inline-start-color: rgb(71 57 169 / 0.3);
}

.border-s-primary-hover\/35{
  border-inline-start-color: rgb(71 57 169 / 0.35);
}

.border-s-primary-hover\/40{
  border-inline-start-color: rgb(71 57 169 / 0.4);
}

.border-s-primary-hover\/45{
  border-inline-start-color: rgb(71 57 169 / 0.45);
}

.border-s-primary-hover\/5{
  border-inline-start-color: rgb(71 57 169 / 0.05);
}

.border-s-primary-hover\/50{
  border-inline-start-color: rgb(71 57 169 / 0.5);
}

.border-s-primary-hover\/55{
  border-inline-start-color: rgb(71 57 169 / 0.55);
}

.border-s-primary-hover\/60{
  border-inline-start-color: rgb(71 57 169 / 0.6);
}

.border-s-primary-hover\/65{
  border-inline-start-color: rgb(71 57 169 / 0.65);
}

.border-s-primary-hover\/70{
  border-inline-start-color: rgb(71 57 169 / 0.7);
}

.border-s-primary-hover\/75{
  border-inline-start-color: rgb(71 57 169 / 0.75);
}

.border-s-primary-hover\/80{
  border-inline-start-color: rgb(71 57 169 / 0.8);
}

.border-s-primary-hover\/85{
  border-inline-start-color: rgb(71 57 169 / 0.85);
}

.border-s-primary-hover\/90{
  border-inline-start-color: rgb(71 57 169 / 0.9);
}

.border-s-primary-hover\/95{
  border-inline-start-color: rgb(71 57 169 / 0.95);
}

.border-s-primary\/0{
  border-inline-start-color: rgb(85 70 192 / 0);
}

.border-s-primary\/10{
  border-inline-start-color: rgb(85 70 192 / 0.1);
}

.border-s-primary\/100{
  border-inline-start-color: rgb(85 70 192 / 1);
}

.border-s-primary\/15{
  border-inline-start-color: rgb(85 70 192 / 0.15);
}

.border-s-primary\/20{
  border-inline-start-color: rgb(85 70 192 / 0.2);
}

.border-s-primary\/25{
  border-inline-start-color: rgb(85 70 192 / 0.25);
}

.border-s-primary\/30{
  border-inline-start-color: rgb(85 70 192 / 0.3);
}

.border-s-primary\/35{
  border-inline-start-color: rgb(85 70 192 / 0.35);
}

.border-s-primary\/40{
  border-inline-start-color: rgb(85 70 192 / 0.4);
}

.border-s-primary\/45{
  border-inline-start-color: rgb(85 70 192 / 0.45);
}

.border-s-primary\/5{
  border-inline-start-color: rgb(85 70 192 / 0.05);
}

.border-s-primary\/50{
  border-inline-start-color: rgb(85 70 192 / 0.5);
}

.border-s-primary\/55{
  border-inline-start-color: rgb(85 70 192 / 0.55);
}

.border-s-primary\/60{
  border-inline-start-color: rgb(85 70 192 / 0.6);
}

.border-s-primary\/65{
  border-inline-start-color: rgb(85 70 192 / 0.65);
}

.border-s-primary\/70{
  border-inline-start-color: rgb(85 70 192 / 0.7);
}

.border-s-primary\/75{
  border-inline-start-color: rgb(85 70 192 / 0.75);
}

.border-s-primary\/80{
  border-inline-start-color: rgb(85 70 192 / 0.8);
}

.border-s-primary\/85{
  border-inline-start-color: rgb(85 70 192 / 0.85);
}

.border-s-primary\/90{
  border-inline-start-color: rgb(85 70 192 / 0.9);
}

.border-s-primary\/95{
  border-inline-start-color: rgb(85 70 192 / 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\/15{
  border-inline-start-color: rgb(243 232 255 / 0.15);
}

.border-s-purple-100\/20{
  border-inline-start-color: rgb(243 232 255 / 0.2);
}

.border-s-purple-100\/25{
  border-inline-start-color: rgb(243 232 255 / 0.25);
}

.border-s-purple-100\/30{
  border-inline-start-color: rgb(243 232 255 / 0.3);
}

.border-s-purple-100\/35{
  border-inline-start-color: rgb(243 232 255 / 0.35);
}

.border-s-purple-100\/40{
  border-inline-start-color: rgb(243 232 255 / 0.4);
}

.border-s-purple-100\/45{
  border-inline-start-color: rgb(243 232 255 / 0.45);
}

.border-s-purple-100\/5{
  border-inline-start-color: rgb(243 232 255 / 0.05);
}

.border-s-purple-100\/50{
  border-inline-start-color: rgb(243 232 255 / 0.5);
}

.border-s-purple-100\/55{
  border-inline-start-color: rgb(243 232 255 / 0.55);
}

.border-s-purple-100\/60{
  border-inline-start-color: rgb(243 232 255 / 0.6);
}

.border-s-purple-100\/65{
  border-inline-start-color: rgb(243 232 255 / 0.65);
}

.border-s-purple-100\/70{
  border-inline-start-color: rgb(243 232 255 / 0.7);
}

.border-s-purple-100\/75{
  border-inline-start-color: rgb(243 232 255 / 0.75);
}

.border-s-purple-100\/80{
  border-inline-start-color: rgb(243 232 255 / 0.8);
}

.border-s-purple-100\/85{
  border-inline-start-color: rgb(243 232 255 / 0.85);
}

.border-s-purple-100\/90{
  border-inline-start-color: rgb(243 232 255 / 0.9);
}

.border-s-purple-100\/95{
  border-inline-start-color: rgb(243 232 255 / 0.95);
}

.border-s-purple-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-s-purple-200\/0{
  border-inline-start-color: rgb(233 213 255 / 0);
}

.border-s-purple-200\/10{
  border-inline-start-color: rgb(233 213 255 / 0.1);
}

.border-s-purple-200\/100{
  border-inline-start-color: rgb(233 213 255 / 1);
}

.border-s-purple-200\/15{
  border-inline-start-color: rgb(233 213 255 / 0.15);
}

.border-s-purple-200\/20{
  border-inline-start-color: rgb(233 213 255 / 0.2);
}

.border-s-purple-200\/25{
  border-inline-start-color: rgb(233 213 255 / 0.25);
}

.border-s-purple-200\/30{
  border-inline-start-color: rgb(233 213 255 / 0.3);
}

.border-s-purple-200\/35{
  border-inline-start-color: rgb(233 213 255 / 0.35);
}

.border-s-purple-200\/40{
  border-inline-start-color: rgb(233 213 255 / 0.4);
}

.border-s-purple-200\/45{
  border-inline-start-color: rgb(233 213 255 / 0.45);
}

.border-s-purple-200\/5{
  border-inline-start-color: rgb(233 213 255 / 0.05);
}

.border-s-purple-200\/50{
  border-inline-start-color: rgb(233 213 255 / 0.5);
}

.border-s-purple-200\/55{
  border-inline-start-color: rgb(233 213 255 / 0.55);
}

.border-s-purple-200\/60{
  border-inline-start-color: rgb(233 213 255 / 0.6);
}

.border-s-purple-200\/65{
  border-inline-start-color: rgb(233 213 255 / 0.65);
}

.border-s-purple-200\/70{
  border-inline-start-color: rgb(233 213 255 / 0.7);
}

.border-s-purple-200\/75{
  border-inline-start-color: rgb(233 213 255 / 0.75);
}

.border-s-purple-200\/80{
  border-inline-start-color: rgb(233 213 255 / 0.8);
}

.border-s-purple-200\/85{
  border-inline-start-color: rgb(233 213 255 / 0.85);
}

.border-s-purple-200\/90{
  border-inline-start-color: rgb(233 213 255 / 0.9);
}

.border-s-purple-200\/95{
  border-inline-start-color: rgb(233 213 255 / 0.95);
}

.border-s-purple-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-s-purple-300\/0{
  border-inline-start-color: rgb(216 180 254 / 0);
}

.border-s-purple-300\/10{
  border-inline-start-color: rgb(216 180 254 / 0.1);
}

.border-s-purple-300\/100{
  border-inline-start-color: rgb(216 180 254 / 1);
}

.border-s-purple-300\/15{
  border-inline-start-color: rgb(216 180 254 / 0.15);
}

.border-s-purple-300\/20{
  border-inline-start-color: rgb(216 180 254 / 0.2);
}

.border-s-purple-300\/25{
  border-inline-start-color: rgb(216 180 254 / 0.25);
}

.border-s-purple-300\/30{
  border-inline-start-color: rgb(216 180 254 / 0.3);
}

.border-s-purple-300\/35{
  border-inline-start-color: rgb(216 180 254 / 0.35);
}

.border-s-purple-300\/40{
  border-inline-start-color: rgb(216 180 254 / 0.4);
}

.border-s-purple-300\/45{
  border-inline-start-color: rgb(216 180 254 / 0.45);
}

.border-s-purple-300\/5{
  border-inline-start-color: rgb(216 180 254 / 0.05);
}

.border-s-purple-300\/50{
  border-inline-start-color: rgb(216 180 254 / 0.5);
}

.border-s-purple-300\/55{
  border-inline-start-color: rgb(216 180 254 / 0.55);
}

.border-s-purple-300\/60{
  border-inline-start-color: rgb(216 180 254 / 0.6);
}

.border-s-purple-300\/65{
  border-inline-start-color: rgb(216 180 254 / 0.65);
}

.border-s-purple-300\/70{
  border-inline-start-color: rgb(216 180 254 / 0.7);
}

.border-s-purple-300\/75{
  border-inline-start-color: rgb(216 180 254 / 0.75);
}

.border-s-purple-300\/80{
  border-inline-start-color: rgb(216 180 254 / 0.8);
}

.border-s-purple-300\/85{
  border-inline-start-color: rgb(216 180 254 / 0.85);
}

.border-s-purple-300\/90{
  border-inline-start-color: rgb(216 180 254 / 0.9);
}

.border-s-purple-300\/95{
  border-inline-start-color: rgb(216 180 254 / 0.95);
}

.border-s-purple-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-s-purple-400\/0{
  border-inline-start-color: rgb(192 132 252 / 0);
}

.border-s-purple-400\/10{
  border-inline-start-color: rgb(192 132 252 / 0.1);
}

.border-s-purple-400\/100{
  border-inline-start-color: rgb(192 132 252 / 1);
}

.border-s-purple-400\/15{
  border-inline-start-color: rgb(192 132 252 / 0.15);
}

.border-s-purple-400\/20{
  border-inline-start-color: rgb(192 132 252 / 0.2);
}

.border-s-purple-400\/25{
  border-inline-start-color: rgb(192 132 252 / 0.25);
}

.border-s-purple-400\/30{
  border-inline-start-color: rgb(192 132 252 / 0.3);
}

.border-s-purple-400\/35{
  border-inline-start-color: rgb(192 132 252 / 0.35);
}

.border-s-purple-400\/40{
  border-inline-start-color: rgb(192 132 252 / 0.4);
}

.border-s-purple-400\/45{
  border-inline-start-color: rgb(192 132 252 / 0.45);
}

.border-s-purple-400\/5{
  border-inline-start-color: rgb(192 132 252 / 0.05);
}

.border-s-purple-400\/50{
  border-inline-start-color: rgb(192 132 252 / 0.5);
}

.border-s-purple-400\/55{
  border-inline-start-color: rgb(192 132 252 / 0.55);
}

.border-s-purple-400\/60{
  border-inline-start-color: rgb(192 132 252 / 0.6);
}

.border-s-purple-400\/65{
  border-inline-start-color: rgb(192 132 252 / 0.65);
}

.border-s-purple-400\/70{
  border-inline-start-color: rgb(192 132 252 / 0.7);
}

.border-s-purple-400\/75{
  border-inline-start-color: rgb(192 132 252 / 0.75);
}

.border-s-purple-400\/80{
  border-inline-start-color: rgb(192 132 252 / 0.8);
}

.border-s-purple-400\/85{
  border-inline-start-color: rgb(192 132 252 / 0.85);
}

.border-s-purple-400\/90{
  border-inline-start-color: rgb(192 132 252 / 0.9);
}

.border-s-purple-400\/95{
  border-inline-start-color: rgb(192 132 252 / 0.95);
}

.border-s-purple-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-s-purple-50\/0{
  border-inline-start-color: rgb(250 245 255 / 0);
}

.border-s-purple-50\/10{
  border-inline-start-color: rgb(250 245 255 / 0.1);
}

.border-s-purple-50\/100{
  border-inline-start-color: rgb(250 245 255 / 1);
}

.border-s-purple-50\/15{
  border-inline-start-color: rgb(250 245 255 / 0.15);
}

.border-s-purple-50\/20{
  border-inline-start-color: rgb(250 245 255 / 0.2);
}

.border-s-purple-50\/25{
  border-inline-start-color: rgb(250 245 255 / 0.25);
}

.border-s-purple-50\/30{
  border-inline-start-color: rgb(250 245 255 / 0.3);
}

.border-s-purple-50\/35{
  border-inline-start-color: rgb(250 245 255 / 0.35);
}

.border-s-purple-50\/40{
  border-inline-start-color: rgb(250 245 255 / 0.4);
}

.border-s-purple-50\/45{
  border-inline-start-color: rgb(250 245 255 / 0.45);
}

.border-s-purple-50\/5{
  border-inline-start-color: rgb(250 245 255 / 0.05);
}

.border-s-purple-50\/50{
  border-inline-start-color: rgb(250 245 255 / 0.5);
}

.border-s-purple-50\/55{
  border-inline-start-color: rgb(250 245 255 / 0.55);
}

.border-s-purple-50\/60{
  border-inline-start-color: rgb(250 245 255 / 0.6);
}

.border-s-purple-50\/65{
  border-inline-start-color: rgb(250 245 255 / 0.65);
}

.border-s-purple-50\/70{
  border-inline-start-color: rgb(250 245 255 / 0.7);
}

.border-s-purple-50\/75{
  border-inline-start-color: rgb(250 245 255 / 0.75);
}

.border-s-purple-50\/80{
  border-inline-start-color: rgb(250 245 255 / 0.8);
}

.border-s-purple-50\/85{
  border-inline-start-color: rgb(250 245 255 / 0.85);
}

.border-s-purple-50\/90{
  border-inline-start-color: rgb(250 245 255 / 0.9);
}

.border-s-purple-50\/95{
  border-inline-start-color: rgb(250 245 255 / 0.95);
}

.border-s-purple-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.border-s-purple-500\/0{
  border-inline-start-color: rgb(168 85 247 / 0);
}

.border-s-purple-500\/10{
  border-inline-start-color: rgb(168 85 247 / 0.1);
}

.border-s-purple-500\/100{
  border-inline-start-color: rgb(168 85 247 / 1);
}

.border-s-purple-500\/15{
  border-inline-start-color: rgb(168 85 247 / 0.15);
}

.border-s-purple-500\/20{
  border-inline-start-color: rgb(168 85 247 / 0.2);
}

.border-s-purple-500\/25{
  border-inline-start-color: rgb(168 85 247 / 0.25);
}

.border-s-purple-500\/30{
  border-inline-start-color: rgb(168 85 247 / 0.3);
}

.border-s-purple-500\/35{
  border-inline-start-color: rgb(168 85 247 / 0.35);
}

.border-s-purple-500\/40{
  border-inline-start-color: rgb(168 85 247 / 0.4);
}

.border-s-purple-500\/45{
  border-inline-start-color: rgb(168 85 247 / 0.45);
}

.border-s-purple-500\/5{
  border-inline-start-color: rgb(168 85 247 / 0.05);
}

.border-s-purple-500\/50{
  border-inline-start-color: rgb(168 85 247 / 0.5);
}

.border-s-purple-500\/55{
  border-inline-start-color: rgb(168 85 247 / 0.55);
}

.border-s-purple-500\/60{
  border-inline-start-color: rgb(168 85 247 / 0.6);
}

.border-s-purple-500\/65{
  border-inline-start-color: rgb(168 85 247 / 0.65);
}

.border-s-purple-500\/70{
  border-inline-start-color: rgb(168 85 247 / 0.7);
}

.border-s-purple-500\/75{
  border-inline-start-color: rgb(168 85 247 / 0.75);
}

.border-s-purple-500\/80{
  border-inline-start-color: rgb(168 85 247 / 0.8);
}

.border-s-purple-500\/85{
  border-inline-start-color: rgb(168 85 247 / 0.85);
}

.border-s-purple-500\/90{
  border-inline-start-color: rgb(168 85 247 / 0.9);
}

.border-s-purple-500\/95{
  border-inline-start-color: rgb(168 85 247 / 0.95);
}

.border-s-purple-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-s-purple-600\/0{
  border-inline-start-color: rgb(147 51 234 / 0);
}

.border-s-purple-600\/10{
  border-inline-start-color: rgb(147 51 234 / 0.1);
}

.border-s-purple-600\/100{
  border-inline-start-color: rgb(147 51 234 / 1);
}

.border-s-purple-600\/15{
  border-inline-start-color: rgb(147 51 234 / 0.15);
}

.border-s-purple-600\/20{
  border-inline-start-color: rgb(147 51 234 / 0.2);
}

.border-s-purple-600\/25{
  border-inline-start-color: rgb(147 51 234 / 0.25);
}

.border-s-purple-600\/30{
  border-inline-start-color: rgb(147 51 234 / 0.3);
}

.border-s-purple-600\/35{
  border-inline-start-color: rgb(147 51 234 / 0.35);
}

.border-s-purple-600\/40{
  border-inline-start-color: rgb(147 51 234 / 0.4);
}

.border-s-purple-600\/45{
  border-inline-start-color: rgb(147 51 234 / 0.45);
}

.border-s-purple-600\/5{
  border-inline-start-color: rgb(147 51 234 / 0.05);
}

.border-s-purple-600\/50{
  border-inline-start-color: rgb(147 51 234 / 0.5);
}

.border-s-purple-600\/55{
  border-inline-start-color: rgb(147 51 234 / 0.55);
}

.border-s-purple-600\/60{
  border-inline-start-color: rgb(147 51 234 / 0.6);
}

.border-s-purple-600\/65{
  border-inline-start-color: rgb(147 51 234 / 0.65);
}

.border-s-purple-600\/70{
  border-inline-start-color: rgb(147 51 234 / 0.7);
}

.border-s-purple-600\/75{
  border-inline-start-color: rgb(147 51 234 / 0.75);
}

.border-s-purple-600\/80{
  border-inline-start-color: rgb(147 51 234 / 0.8);
}

.border-s-purple-600\/85{
  border-inline-start-color: rgb(147 51 234 / 0.85);
}

.border-s-purple-600\/90{
  border-inline-start-color: rgb(147 51 234 / 0.9);
}

.border-s-purple-600\/95{
  border-inline-start-color: rgb(147 51 234 / 0.95);
}

.border-s-purple-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-s-purple-700\/0{
  border-inline-start-color: rgb(126 34 206 / 0);
}

.border-s-purple-700\/10{
  border-inline-start-color: rgb(126 34 206 / 0.1);
}

.border-s-purple-700\/100{
  border-inline-start-color: rgb(126 34 206 / 1);
}

.border-s-purple-700\/15{
  border-inline-start-color: rgb(126 34 206 / 0.15);
}

.border-s-purple-700\/20{
  border-inline-start-color: rgb(126 34 206 / 0.2);
}

.border-s-purple-700\/25{
  border-inline-start-color: rgb(126 34 206 / 0.25);
}

.border-s-purple-700\/30{
  border-inline-start-color: rgb(126 34 206 / 0.3);
}

.border-s-purple-700\/35{
  border-inline-start-color: rgb(126 34 206 / 0.35);
}

.border-s-purple-700\/40{
  border-inline-start-color: rgb(126 34 206 / 0.4);
}

.border-s-purple-700\/45{
  border-inline-start-color: rgb(126 34 206 / 0.45);
}

.border-s-purple-700\/5{
  border-inline-start-color: rgb(126 34 206 / 0.05);
}

.border-s-purple-700\/50{
  border-inline-start-color: rgb(126 34 206 / 0.5);
}

.border-s-purple-700\/55{
  border-inline-start-color: rgb(126 34 206 / 0.55);
}

.border-s-purple-700\/60{
  border-inline-start-color: rgb(126 34 206 / 0.6);
}

.border-s-purple-700\/65{
  border-inline-start-color: rgb(126 34 206 / 0.65);
}

.border-s-purple-700\/70{
  border-inline-start-color: rgb(126 34 206 / 0.7);
}

.border-s-purple-700\/75{
  border-inline-start-color: rgb(126 34 206 / 0.75);
}

.border-s-purple-700\/80{
  border-inline-start-color: rgb(126 34 206 / 0.8);
}

.border-s-purple-700\/85{
  border-inline-start-color: rgb(126 34 206 / 0.85);
}

.border-s-purple-700\/90{
  border-inline-start-color: rgb(126 34 206 / 0.9);
}

.border-s-purple-700\/95{
  border-inline-start-color: rgb(126 34 206 / 0.95);
}

.border-s-purple-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-s-purple-800\/0{
  border-inline-start-color: rgb(107 33 168 / 0);
}

.border-s-purple-800\/10{
  border-inline-start-color: rgb(107 33 168 / 0.1);
}

.border-s-purple-800\/100{
  border-inline-start-color: rgb(107 33 168 / 1);
}

.border-s-purple-800\/15{
  border-inline-start-color: rgb(107 33 168 / 0.15);
}

.border-s-purple-800\/20{
  border-inline-start-color: rgb(107 33 168 / 0.2);
}

.border-s-purple-800\/25{
  border-inline-start-color: rgb(107 33 168 / 0.25);
}

.border-s-purple-800\/30{
  border-inline-start-color: rgb(107 33 168 / 0.3);
}

.border-s-purple-800\/35{
  border-inline-start-color: rgb(107 33 168 / 0.35);
}

.border-s-purple-800\/40{
  border-inline-start-color: rgb(107 33 168 / 0.4);
}

.border-s-purple-800\/45{
  border-inline-start-color: rgb(107 33 168 / 0.45);
}

.border-s-purple-800\/5{
  border-inline-start-color: rgb(107 33 168 / 0.05);
}

.border-s-purple-800\/50{
  border-inline-start-color: rgb(107 33 168 / 0.5);
}

.border-s-purple-800\/55{
  border-inline-start-color: rgb(107 33 168 / 0.55);
}

.border-s-purple-800\/60{
  border-inline-start-color: rgb(107 33 168 / 0.6);
}

.border-s-purple-800\/65{
  border-inline-start-color: rgb(107 33 168 / 0.65);
}

.border-s-purple-800\/70{
  border-inline-start-color: rgb(107 33 168 / 0.7);
}

.border-s-purple-800\/75{
  border-inline-start-color: rgb(107 33 168 / 0.75);
}

.border-s-purple-800\/80{
  border-inline-start-color: rgb(107 33 168 / 0.8);
}

.border-s-purple-800\/85{
  border-inline-start-color: rgb(107 33 168 / 0.85);
}

.border-s-purple-800\/90{
  border-inline-start-color: rgb(107 33 168 / 0.9);
}

.border-s-purple-800\/95{
  border-inline-start-color: rgb(107 33 168 / 0.95);
}

.border-s-purple-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-s-purple-900\/0{
  border-inline-start-color: rgb(88 28 135 / 0);
}

.border-s-purple-900\/10{
  border-inline-start-color: rgb(88 28 135 / 0.1);
}

.border-s-purple-900\/100{
  border-inline-start-color: rgb(88 28 135 / 1);
}

.border-s-purple-900\/15{
  border-inline-start-color: rgb(88 28 135 / 0.15);
}

.border-s-purple-900\/20{
  border-inline-start-color: rgb(88 28 135 / 0.2);
}

.border-s-purple-900\/25{
  border-inline-start-color: rgb(88 28 135 / 0.25);
}

.border-s-purple-900\/30{
  border-inline-start-color: rgb(88 28 135 / 0.3);
}

.border-s-purple-900\/35{
  border-inline-start-color: rgb(88 28 135 / 0.35);
}

.border-s-purple-900\/40{
  border-inline-start-color: rgb(88 28 135 / 0.4);
}

.border-s-purple-900\/45{
  border-inline-start-color: rgb(88 28 135 / 0.45);
}

.border-s-purple-900\/5{
  border-inline-start-color: rgb(88 28 135 / 0.05);
}

.border-s-purple-900\/50{
  border-inline-start-color: rgb(88 28 135 / 0.5);
}

.border-s-purple-900\/55{
  border-inline-start-color: rgb(88 28 135 / 0.55);
}

.border-s-purple-900\/60{
  border-inline-start-color: rgb(88 28 135 / 0.6);
}

.border-s-purple-900\/65{
  border-inline-start-color: rgb(88 28 135 / 0.65);
}

.border-s-purple-900\/70{
  border-inline-start-color: rgb(88 28 135 / 0.7);
}

.border-s-purple-900\/75{
  border-inline-start-color: rgb(88 28 135 / 0.75);
}

.border-s-purple-900\/80{
  border-inline-start-color: rgb(88 28 135 / 0.8);
}

.border-s-purple-900\/85{
  border-inline-start-color: rgb(88 28 135 / 0.85);
}

.border-s-purple-900\/90{
  border-inline-start-color: rgb(88 28 135 / 0.9);
}

.border-s-purple-900\/95{
  border-inline-start-color: rgb(88 28 135 / 0.95);
}

.border-s-purple-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-s-purple-950\/0{
  border-inline-start-color: rgb(59 7 100 / 0);
}

.border-s-purple-950\/10{
  border-inline-start-color: rgb(59 7 100 / 0.1);
}

.border-s-purple-950\/100{
  border-inline-start-color: rgb(59 7 100 / 1);
}

.border-s-purple-950\/15{
  border-inline-start-color: rgb(59 7 100 / 0.15);
}

.border-s-purple-950\/20{
  border-inline-start-color: rgb(59 7 100 / 0.2);
}

.border-s-purple-950\/25{
  border-inline-start-color: rgb(59 7 100 / 0.25);
}

.border-s-purple-950\/30{
  border-inline-start-color: rgb(59 7 100 / 0.3);
}

.border-s-purple-950\/35{
  border-inline-start-color: rgb(59 7 100 / 0.35);
}

.border-s-purple-950\/40{
  border-inline-start-color: rgb(59 7 100 / 0.4);
}

.border-s-purple-950\/45{
  border-inline-start-color: rgb(59 7 100 / 0.45);
}

.border-s-purple-950\/5{
  border-inline-start-color: rgb(59 7 100 / 0.05);
}

.border-s-purple-950\/50{
  border-inline-start-color: rgb(59 7 100 / 0.5);
}

.border-s-purple-950\/55{
  border-inline-start-color: rgb(59 7 100 / 0.55);
}

.border-s-purple-950\/60{
  border-inline-start-color: rgb(59 7 100 / 0.6);
}

.border-s-purple-950\/65{
  border-inline-start-color: rgb(59 7 100 / 0.65);
}

.border-s-purple-950\/70{
  border-inline-start-color: rgb(59 7 100 / 0.7);
}

.border-s-purple-950\/75{
  border-inline-start-color: rgb(59 7 100 / 0.75);
}

.border-s-purple-950\/80{
  border-inline-start-color: rgb(59 7 100 / 0.8);
}

.border-s-purple-950\/85{
  border-inline-start-color: rgb(59 7 100 / 0.85);
}

.border-s-purple-950\/90{
  border-inline-start-color: rgb(59 7 100 / 0.9);
}

.border-s-purple-950\/95{
  border-inline-start-color: rgb(59 7 100 / 0.95);
}

.border-s-quaternary{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.border-s-quaternary-hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.border-s-quaternary-hover\/0{
  border-inline-start-color: rgb(43 202 241 / 0);
}

.border-s-quaternary-hover\/10{
  border-inline-start-color: rgb(43 202 241 / 0.1);
}

.border-s-quaternary-hover\/100{
  border-inline-start-color: rgb(43 202 241 / 1);
}

.border-s-quaternary-hover\/15{
  border-inline-start-color: rgb(43 202 241 / 0.15);
}

.border-s-quaternary-hover\/20{
  border-inline-start-color: rgb(43 202 241 / 0.2);
}

.border-s-quaternary-hover\/25{
  border-inline-start-color: rgb(43 202 241 / 0.25);
}

.border-s-quaternary-hover\/30{
  border-inline-start-color: rgb(43 202 241 / 0.3);
}

.border-s-quaternary-hover\/35{
  border-inline-start-color: rgb(43 202 241 / 0.35);
}

.border-s-quaternary-hover\/40{
  border-inline-start-color: rgb(43 202 241 / 0.4);
}

.border-s-quaternary-hover\/45{
  border-inline-start-color: rgb(43 202 241 / 0.45);
}

.border-s-quaternary-hover\/5{
  border-inline-start-color: rgb(43 202 241 / 0.05);
}

.border-s-quaternary-hover\/50{
  border-inline-start-color: rgb(43 202 241 / 0.5);
}

.border-s-quaternary-hover\/55{
  border-inline-start-color: rgb(43 202 241 / 0.55);
}

.border-s-quaternary-hover\/60{
  border-inline-start-color: rgb(43 202 241 / 0.6);
}

.border-s-quaternary-hover\/65{
  border-inline-start-color: rgb(43 202 241 / 0.65);
}

.border-s-quaternary-hover\/70{
  border-inline-start-color: rgb(43 202 241 / 0.7);
}

.border-s-quaternary-hover\/75{
  border-inline-start-color: rgb(43 202 241 / 0.75);
}

.border-s-quaternary-hover\/80{
  border-inline-start-color: rgb(43 202 241 / 0.8);
}

.border-s-quaternary-hover\/85{
  border-inline-start-color: rgb(43 202 241 / 0.85);
}

.border-s-quaternary-hover\/90{
  border-inline-start-color: rgb(43 202 241 / 0.9);
}

.border-s-quaternary-hover\/95{
  border-inline-start-color: rgb(43 202 241 / 0.95);
}

.border-s-quaternary\/0{
  border-inline-start-color: rgb(61 209 246 / 0);
}

.border-s-quaternary\/10{
  border-inline-start-color: rgb(61 209 246 / 0.1);
}

.border-s-quaternary\/100{
  border-inline-start-color: rgb(61 209 246 / 1);
}

.border-s-quaternary\/15{
  border-inline-start-color: rgb(61 209 246 / 0.15);
}

.border-s-quaternary\/20{
  border-inline-start-color: rgb(61 209 246 / 0.2);
}

.border-s-quaternary\/25{
  border-inline-start-color: rgb(61 209 246 / 0.25);
}

.border-s-quaternary\/30{
  border-inline-start-color: rgb(61 209 246 / 0.3);
}

.border-s-quaternary\/35{
  border-inline-start-color: rgb(61 209 246 / 0.35);
}

.border-s-quaternary\/40{
  border-inline-start-color: rgb(61 209 246 / 0.4);
}

.border-s-quaternary\/45{
  border-inline-start-color: rgb(61 209 246 / 0.45);
}

.border-s-quaternary\/5{
  border-inline-start-color: rgb(61 209 246 / 0.05);
}

.border-s-quaternary\/50{
  border-inline-start-color: rgb(61 209 246 / 0.5);
}

.border-s-quaternary\/55{
  border-inline-start-color: rgb(61 209 246 / 0.55);
}

.border-s-quaternary\/60{
  border-inline-start-color: rgb(61 209 246 / 0.6);
}

.border-s-quaternary\/65{
  border-inline-start-color: rgb(61 209 246 / 0.65);
}

.border-s-quaternary\/70{
  border-inline-start-color: rgb(61 209 246 / 0.7);
}

.border-s-quaternary\/75{
  border-inline-start-color: rgb(61 209 246 / 0.75);
}

.border-s-quaternary\/80{
  border-inline-start-color: rgb(61 209 246 / 0.8);
}

.border-s-quaternary\/85{
  border-inline-start-color: rgb(61 209 246 / 0.85);
}

.border-s-quaternary\/90{
  border-inline-start-color: rgb(61 209 246 / 0.9);
}

.border-s-quaternary\/95{
  border-inline-start-color: rgb(61 209 246 / 0.95);
}

.border-s-quinary{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.border-s-quinary-hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.border-s-quinary-hover\/0{
  border-inline-start-color: rgb(112 126 222 / 0);
}

.border-s-quinary-hover\/10{
  border-inline-start-color: rgb(112 126 222 / 0.1);
}

.border-s-quinary-hover\/100{
  border-inline-start-color: rgb(112 126 222 / 1);
}

.border-s-quinary-hover\/15{
  border-inline-start-color: rgb(112 126 222 / 0.15);
}

.border-s-quinary-hover\/20{
  border-inline-start-color: rgb(112 126 222 / 0.2);
}

.border-s-quinary-hover\/25{
  border-inline-start-color: rgb(112 126 222 / 0.25);
}

.border-s-quinary-hover\/30{
  border-inline-start-color: rgb(112 126 222 / 0.3);
}

.border-s-quinary-hover\/35{
  border-inline-start-color: rgb(112 126 222 / 0.35);
}

.border-s-quinary-hover\/40{
  border-inline-start-color: rgb(112 126 222 / 0.4);
}

.border-s-quinary-hover\/45{
  border-inline-start-color: rgb(112 126 222 / 0.45);
}

.border-s-quinary-hover\/5{
  border-inline-start-color: rgb(112 126 222 / 0.05);
}

.border-s-quinary-hover\/50{
  border-inline-start-color: rgb(112 126 222 / 0.5);
}

.border-s-quinary-hover\/55{
  border-inline-start-color: rgb(112 126 222 / 0.55);
}

.border-s-quinary-hover\/60{
  border-inline-start-color: rgb(112 126 222 / 0.6);
}

.border-s-quinary-hover\/65{
  border-inline-start-color: rgb(112 126 222 / 0.65);
}

.border-s-quinary-hover\/70{
  border-inline-start-color: rgb(112 126 222 / 0.7);
}

.border-s-quinary-hover\/75{
  border-inline-start-color: rgb(112 126 222 / 0.75);
}

.border-s-quinary-hover\/80{
  border-inline-start-color: rgb(112 126 222 / 0.8);
}

.border-s-quinary-hover\/85{
  border-inline-start-color: rgb(112 126 222 / 0.85);
}

.border-s-quinary-hover\/90{
  border-inline-start-color: rgb(112 126 222 / 0.9);
}

.border-s-quinary-hover\/95{
  border-inline-start-color: rgb(112 126 222 / 0.95);
}

.border-s-quinary\/0{
  border-inline-start-color: rgb(136 150 244 / 0);
}

.border-s-quinary\/10{
  border-inline-start-color: rgb(136 150 244 / 0.1);
}

.border-s-quinary\/100{
  border-inline-start-color: rgb(136 150 244 / 1);
}

.border-s-quinary\/15{
  border-inline-start-color: rgb(136 150 244 / 0.15);
}

.border-s-quinary\/20{
  border-inline-start-color: rgb(136 150 244 / 0.2);
}

.border-s-quinary\/25{
  border-inline-start-color: rgb(136 150 244 / 0.25);
}

.border-s-quinary\/30{
  border-inline-start-color: rgb(136 150 244 / 0.3);
}

.border-s-quinary\/35{
  border-inline-start-color: rgb(136 150 244 / 0.35);
}

.border-s-quinary\/40{
  border-inline-start-color: rgb(136 150 244 / 0.4);
}

.border-s-quinary\/45{
  border-inline-start-color: rgb(136 150 244 / 0.45);
}

.border-s-quinary\/5{
  border-inline-start-color: rgb(136 150 244 / 0.05);
}

.border-s-quinary\/50{
  border-inline-start-color: rgb(136 150 244 / 0.5);
}

.border-s-quinary\/55{
  border-inline-start-color: rgb(136 150 244 / 0.55);
}

.border-s-quinary\/60{
  border-inline-start-color: rgb(136 150 244 / 0.6);
}

.border-s-quinary\/65{
  border-inline-start-color: rgb(136 150 244 / 0.65);
}

.border-s-quinary\/70{
  border-inline-start-color: rgb(136 150 244 / 0.7);
}

.border-s-quinary\/75{
  border-inline-start-color: rgb(136 150 244 / 0.75);
}

.border-s-quinary\/80{
  border-inline-start-color: rgb(136 150 244 / 0.8);
}

.border-s-quinary\/85{
  border-inline-start-color: rgb(136 150 244 / 0.85);
}

.border-s-quinary\/90{
  border-inline-start-color: rgb(136 150 244 / 0.9);
}

.border-s-quinary\/95{
  border-inline-start-color: rgb(136 150 244 / 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\/15{
  border-inline-start-color: rgb(254 226 226 / 0.15);
}

.border-s-red-100\/20{
  border-inline-start-color: rgb(254 226 226 / 0.2);
}

.border-s-red-100\/25{
  border-inline-start-color: rgb(254 226 226 / 0.25);
}

.border-s-red-100\/30{
  border-inline-start-color: rgb(254 226 226 / 0.3);
}

.border-s-red-100\/35{
  border-inline-start-color: rgb(254 226 226 / 0.35);
}

.border-s-red-100\/40{
  border-inline-start-color: rgb(254 226 226 / 0.4);
}

.border-s-red-100\/45{
  border-inline-start-color: rgb(254 226 226 / 0.45);
}

.border-s-red-100\/5{
  border-inline-start-color: rgb(254 226 226 / 0.05);
}

.border-s-red-100\/50{
  border-inline-start-color: rgb(254 226 226 / 0.5);
}

.border-s-red-100\/55{
  border-inline-start-color: rgb(254 226 226 / 0.55);
}

.border-s-red-100\/60{
  border-inline-start-color: rgb(254 226 226 / 0.6);
}

.border-s-red-100\/65{
  border-inline-start-color: rgb(254 226 226 / 0.65);
}

.border-s-red-100\/70{
  border-inline-start-color: rgb(254 226 226 / 0.7);
}

.border-s-red-100\/75{
  border-inline-start-color: rgb(254 226 226 / 0.75);
}

.border-s-red-100\/80{
  border-inline-start-color: rgb(254 226 226 / 0.8);
}

.border-s-red-100\/85{
  border-inline-start-color: rgb(254 226 226 / 0.85);
}

.border-s-red-100\/90{
  border-inline-start-color: rgb(254 226 226 / 0.9);
}

.border-s-red-100\/95{
  border-inline-start-color: rgb(254 226 226 / 0.95);
}

.border-s-red-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-s-red-200\/0{
  border-inline-start-color: rgb(254 202 202 / 0);
}

.border-s-red-200\/10{
  border-inline-start-color: rgb(254 202 202 / 0.1);
}

.border-s-red-200\/100{
  border-inline-start-color: rgb(254 202 202 / 1);
}

.border-s-red-200\/15{
  border-inline-start-color: rgb(254 202 202 / 0.15);
}

.border-s-red-200\/20{
  border-inline-start-color: rgb(254 202 202 / 0.2);
}

.border-s-red-200\/25{
  border-inline-start-color: rgb(254 202 202 / 0.25);
}

.border-s-red-200\/30{
  border-inline-start-color: rgb(254 202 202 / 0.3);
}

.border-s-red-200\/35{
  border-inline-start-color: rgb(254 202 202 / 0.35);
}

.border-s-red-200\/40{
  border-inline-start-color: rgb(254 202 202 / 0.4);
}

.border-s-red-200\/45{
  border-inline-start-color: rgb(254 202 202 / 0.45);
}

.border-s-red-200\/5{
  border-inline-start-color: rgb(254 202 202 / 0.05);
}

.border-s-red-200\/50{
  border-inline-start-color: rgb(254 202 202 / 0.5);
}

.border-s-red-200\/55{
  border-inline-start-color: rgb(254 202 202 / 0.55);
}

.border-s-red-200\/60{
  border-inline-start-color: rgb(254 202 202 / 0.6);
}

.border-s-red-200\/65{
  border-inline-start-color: rgb(254 202 202 / 0.65);
}

.border-s-red-200\/70{
  border-inline-start-color: rgb(254 202 202 / 0.7);
}

.border-s-red-200\/75{
  border-inline-start-color: rgb(254 202 202 / 0.75);
}

.border-s-red-200\/80{
  border-inline-start-color: rgb(254 202 202 / 0.8);
}

.border-s-red-200\/85{
  border-inline-start-color: rgb(254 202 202 / 0.85);
}

.border-s-red-200\/90{
  border-inline-start-color: rgb(254 202 202 / 0.9);
}

.border-s-red-200\/95{
  border-inline-start-color: rgb(254 202 202 / 0.95);
}

.border-s-red-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-s-red-300\/0{
  border-inline-start-color: rgb(252 165 165 / 0);
}

.border-s-red-300\/10{
  border-inline-start-color: rgb(252 165 165 / 0.1);
}

.border-s-red-300\/100{
  border-inline-start-color: rgb(252 165 165 / 1);
}

.border-s-red-300\/15{
  border-inline-start-color: rgb(252 165 165 / 0.15);
}

.border-s-red-300\/20{
  border-inline-start-color: rgb(252 165 165 / 0.2);
}

.border-s-red-300\/25{
  border-inline-start-color: rgb(252 165 165 / 0.25);
}

.border-s-red-300\/30{
  border-inline-start-color: rgb(252 165 165 / 0.3);
}

.border-s-red-300\/35{
  border-inline-start-color: rgb(252 165 165 / 0.35);
}

.border-s-red-300\/40{
  border-inline-start-color: rgb(252 165 165 / 0.4);
}

.border-s-red-300\/45{
  border-inline-start-color: rgb(252 165 165 / 0.45);
}

.border-s-red-300\/5{
  border-inline-start-color: rgb(252 165 165 / 0.05);
}

.border-s-red-300\/50{
  border-inline-start-color: rgb(252 165 165 / 0.5);
}

.border-s-red-300\/55{
  border-inline-start-color: rgb(252 165 165 / 0.55);
}

.border-s-red-300\/60{
  border-inline-start-color: rgb(252 165 165 / 0.6);
}

.border-s-red-300\/65{
  border-inline-start-color: rgb(252 165 165 / 0.65);
}

.border-s-red-300\/70{
  border-inline-start-color: rgb(252 165 165 / 0.7);
}

.border-s-red-300\/75{
  border-inline-start-color: rgb(252 165 165 / 0.75);
}

.border-s-red-300\/80{
  border-inline-start-color: rgb(252 165 165 / 0.8);
}

.border-s-red-300\/85{
  border-inline-start-color: rgb(252 165 165 / 0.85);
}

.border-s-red-300\/90{
  border-inline-start-color: rgb(252 165 165 / 0.9);
}

.border-s-red-300\/95{
  border-inline-start-color: rgb(252 165 165 / 0.95);
}

.border-s-red-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-s-red-400\/0{
  border-inline-start-color: rgb(248 113 113 / 0);
}

.border-s-red-400\/10{
  border-inline-start-color: rgb(248 113 113 / 0.1);
}

.border-s-red-400\/100{
  border-inline-start-color: rgb(248 113 113 / 1);
}

.border-s-red-400\/15{
  border-inline-start-color: rgb(248 113 113 / 0.15);
}

.border-s-red-400\/20{
  border-inline-start-color: rgb(248 113 113 / 0.2);
}

.border-s-red-400\/25{
  border-inline-start-color: rgb(248 113 113 / 0.25);
}

.border-s-red-400\/30{
  border-inline-start-color: rgb(248 113 113 / 0.3);
}

.border-s-red-400\/35{
  border-inline-start-color: rgb(248 113 113 / 0.35);
}

.border-s-red-400\/40{
  border-inline-start-color: rgb(248 113 113 / 0.4);
}

.border-s-red-400\/45{
  border-inline-start-color: rgb(248 113 113 / 0.45);
}

.border-s-red-400\/5{
  border-inline-start-color: rgb(248 113 113 / 0.05);
}

.border-s-red-400\/50{
  border-inline-start-color: rgb(248 113 113 / 0.5);
}

.border-s-red-400\/55{
  border-inline-start-color: rgb(248 113 113 / 0.55);
}

.border-s-red-400\/60{
  border-inline-start-color: rgb(248 113 113 / 0.6);
}

.border-s-red-400\/65{
  border-inline-start-color: rgb(248 113 113 / 0.65);
}

.border-s-red-400\/70{
  border-inline-start-color: rgb(248 113 113 / 0.7);
}

.border-s-red-400\/75{
  border-inline-start-color: rgb(248 113 113 / 0.75);
}

.border-s-red-400\/80{
  border-inline-start-color: rgb(248 113 113 / 0.8);
}

.border-s-red-400\/85{
  border-inline-start-color: rgb(248 113 113 / 0.85);
}

.border-s-red-400\/90{
  border-inline-start-color: rgb(248 113 113 / 0.9);
}

.border-s-red-400\/95{
  border-inline-start-color: rgb(248 113 113 / 0.95);
}

.border-s-red-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-s-red-50\/0{
  border-inline-start-color: rgb(254 242 242 / 0);
}

.border-s-red-50\/10{
  border-inline-start-color: rgb(254 242 242 / 0.1);
}

.border-s-red-50\/100{
  border-inline-start-color: rgb(254 242 242 / 1);
}

.border-s-red-50\/15{
  border-inline-start-color: rgb(254 242 242 / 0.15);
}

.border-s-red-50\/20{
  border-inline-start-color: rgb(254 242 242 / 0.2);
}

.border-s-red-50\/25{
  border-inline-start-color: rgb(254 242 242 / 0.25);
}

.border-s-red-50\/30{
  border-inline-start-color: rgb(254 242 242 / 0.3);
}

.border-s-red-50\/35{
  border-inline-start-color: rgb(254 242 242 / 0.35);
}

.border-s-red-50\/40{
  border-inline-start-color: rgb(254 242 242 / 0.4);
}

.border-s-red-50\/45{
  border-inline-start-color: rgb(254 242 242 / 0.45);
}

.border-s-red-50\/5{
  border-inline-start-color: rgb(254 242 242 / 0.05);
}

.border-s-red-50\/50{
  border-inline-start-color: rgb(254 242 242 / 0.5);
}

.border-s-red-50\/55{
  border-inline-start-color: rgb(254 242 242 / 0.55);
}

.border-s-red-50\/60{
  border-inline-start-color: rgb(254 242 242 / 0.6);
}

.border-s-red-50\/65{
  border-inline-start-color: rgb(254 242 242 / 0.65);
}

.border-s-red-50\/70{
  border-inline-start-color: rgb(254 242 242 / 0.7);
}

.border-s-red-50\/75{
  border-inline-start-color: rgb(254 242 242 / 0.75);
}

.border-s-red-50\/80{
  border-inline-start-color: rgb(254 242 242 / 0.8);
}

.border-s-red-50\/85{
  border-inline-start-color: rgb(254 242 242 / 0.85);
}

.border-s-red-50\/90{
  border-inline-start-color: rgb(254 242 242 / 0.9);
}

.border-s-red-50\/95{
  border-inline-start-color: rgb(254 242 242 / 0.95);
}

.border-s-red-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-s-red-500\/0{
  border-inline-start-color: rgb(239 68 68 / 0);
}

.border-s-red-500\/10{
  border-inline-start-color: rgb(239 68 68 / 0.1);
}

.border-s-red-500\/100{
  border-inline-start-color: rgb(239 68 68 / 1);
}

.border-s-red-500\/15{
  border-inline-start-color: rgb(239 68 68 / 0.15);
}

.border-s-red-500\/20{
  border-inline-start-color: rgb(239 68 68 / 0.2);
}

.border-s-red-500\/25{
  border-inline-start-color: rgb(239 68 68 / 0.25);
}

.border-s-red-500\/30{
  border-inline-start-color: rgb(239 68 68 / 0.3);
}

.border-s-red-500\/35{
  border-inline-start-color: rgb(239 68 68 / 0.35);
}

.border-s-red-500\/40{
  border-inline-start-color: rgb(239 68 68 / 0.4);
}

.border-s-red-500\/45{
  border-inline-start-color: rgb(239 68 68 / 0.45);
}

.border-s-red-500\/5{
  border-inline-start-color: rgb(239 68 68 / 0.05);
}

.border-s-red-500\/50{
  border-inline-start-color: rgb(239 68 68 / 0.5);
}

.border-s-red-500\/55{
  border-inline-start-color: rgb(239 68 68 / 0.55);
}

.border-s-red-500\/60{
  border-inline-start-color: rgb(239 68 68 / 0.6);
}

.border-s-red-500\/65{
  border-inline-start-color: rgb(239 68 68 / 0.65);
}

.border-s-red-500\/70{
  border-inline-start-color: rgb(239 68 68 / 0.7);
}

.border-s-red-500\/75{
  border-inline-start-color: rgb(239 68 68 / 0.75);
}

.border-s-red-500\/80{
  border-inline-start-color: rgb(239 68 68 / 0.8);
}

.border-s-red-500\/85{
  border-inline-start-color: rgb(239 68 68 / 0.85);
}

.border-s-red-500\/90{
  border-inline-start-color: rgb(239 68 68 / 0.9);
}

.border-s-red-500\/95{
  border-inline-start-color: rgb(239 68 68 / 0.95);
}

.border-s-red-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-s-red-600\/0{
  border-inline-start-color: rgb(220 38 38 / 0);
}

.border-s-red-600\/10{
  border-inline-start-color: rgb(220 38 38 / 0.1);
}

.border-s-red-600\/100{
  border-inline-start-color: rgb(220 38 38 / 1);
}

.border-s-red-600\/15{
  border-inline-start-color: rgb(220 38 38 / 0.15);
}

.border-s-red-600\/20{
  border-inline-start-color: rgb(220 38 38 / 0.2);
}

.border-s-red-600\/25{
  border-inline-start-color: rgb(220 38 38 / 0.25);
}

.border-s-red-600\/30{
  border-inline-start-color: rgb(220 38 38 / 0.3);
}

.border-s-red-600\/35{
  border-inline-start-color: rgb(220 38 38 / 0.35);
}

.border-s-red-600\/40{
  border-inline-start-color: rgb(220 38 38 / 0.4);
}

.border-s-red-600\/45{
  border-inline-start-color: rgb(220 38 38 / 0.45);
}

.border-s-red-600\/5{
  border-inline-start-color: rgb(220 38 38 / 0.05);
}

.border-s-red-600\/50{
  border-inline-start-color: rgb(220 38 38 / 0.5);
}

.border-s-red-600\/55{
  border-inline-start-color: rgb(220 38 38 / 0.55);
}

.border-s-red-600\/60{
  border-inline-start-color: rgb(220 38 38 / 0.6);
}

.border-s-red-600\/65{
  border-inline-start-color: rgb(220 38 38 / 0.65);
}

.border-s-red-600\/70{
  border-inline-start-color: rgb(220 38 38 / 0.7);
}

.border-s-red-600\/75{
  border-inline-start-color: rgb(220 38 38 / 0.75);
}

.border-s-red-600\/80{
  border-inline-start-color: rgb(220 38 38 / 0.8);
}

.border-s-red-600\/85{
  border-inline-start-color: rgb(220 38 38 / 0.85);
}

.border-s-red-600\/90{
  border-inline-start-color: rgb(220 38 38 / 0.9);
}

.border-s-red-600\/95{
  border-inline-start-color: rgb(220 38 38 / 0.95);
}

.border-s-red-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-s-red-700\/0{
  border-inline-start-color: rgb(185 28 28 / 0);
}

.border-s-red-700\/10{
  border-inline-start-color: rgb(185 28 28 / 0.1);
}

.border-s-red-700\/100{
  border-inline-start-color: rgb(185 28 28 / 1);
}

.border-s-red-700\/15{
  border-inline-start-color: rgb(185 28 28 / 0.15);
}

.border-s-red-700\/20{
  border-inline-start-color: rgb(185 28 28 / 0.2);
}

.border-s-red-700\/25{
  border-inline-start-color: rgb(185 28 28 / 0.25);
}

.border-s-red-700\/30{
  border-inline-start-color: rgb(185 28 28 / 0.3);
}

.border-s-red-700\/35{
  border-inline-start-color: rgb(185 28 28 / 0.35);
}

.border-s-red-700\/40{
  border-inline-start-color: rgb(185 28 28 / 0.4);
}

.border-s-red-700\/45{
  border-inline-start-color: rgb(185 28 28 / 0.45);
}

.border-s-red-700\/5{
  border-inline-start-color: rgb(185 28 28 / 0.05);
}

.border-s-red-700\/50{
  border-inline-start-color: rgb(185 28 28 / 0.5);
}

.border-s-red-700\/55{
  border-inline-start-color: rgb(185 28 28 / 0.55);
}

.border-s-red-700\/60{
  border-inline-start-color: rgb(185 28 28 / 0.6);
}

.border-s-red-700\/65{
  border-inline-start-color: rgb(185 28 28 / 0.65);
}

.border-s-red-700\/70{
  border-inline-start-color: rgb(185 28 28 / 0.7);
}

.border-s-red-700\/75{
  border-inline-start-color: rgb(185 28 28 / 0.75);
}

.border-s-red-700\/80{
  border-inline-start-color: rgb(185 28 28 / 0.8);
}

.border-s-red-700\/85{
  border-inline-start-color: rgb(185 28 28 / 0.85);
}

.border-s-red-700\/90{
  border-inline-start-color: rgb(185 28 28 / 0.9);
}

.border-s-red-700\/95{
  border-inline-start-color: rgb(185 28 28 / 0.95);
}

.border-s-red-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-s-red-800\/0{
  border-inline-start-color: rgb(153 27 27 / 0);
}

.border-s-red-800\/10{
  border-inline-start-color: rgb(153 27 27 / 0.1);
}

.border-s-red-800\/100{
  border-inline-start-color: rgb(153 27 27 / 1);
}

.border-s-red-800\/15{
  border-inline-start-color: rgb(153 27 27 / 0.15);
}

.border-s-red-800\/20{
  border-inline-start-color: rgb(153 27 27 / 0.2);
}

.border-s-red-800\/25{
  border-inline-start-color: rgb(153 27 27 / 0.25);
}

.border-s-red-800\/30{
  border-inline-start-color: rgb(153 27 27 / 0.3);
}

.border-s-red-800\/35{
  border-inline-start-color: rgb(153 27 27 / 0.35);
}

.border-s-red-800\/40{
  border-inline-start-color: rgb(153 27 27 / 0.4);
}

.border-s-red-800\/45{
  border-inline-start-color: rgb(153 27 27 / 0.45);
}

.border-s-red-800\/5{
  border-inline-start-color: rgb(153 27 27 / 0.05);
}

.border-s-red-800\/50{
  border-inline-start-color: rgb(153 27 27 / 0.5);
}

.border-s-red-800\/55{
  border-inline-start-color: rgb(153 27 27 / 0.55);
}

.border-s-red-800\/60{
  border-inline-start-color: rgb(153 27 27 / 0.6);
}

.border-s-red-800\/65{
  border-inline-start-color: rgb(153 27 27 / 0.65);
}

.border-s-red-800\/70{
  border-inline-start-color: rgb(153 27 27 / 0.7);
}

.border-s-red-800\/75{
  border-inline-start-color: rgb(153 27 27 / 0.75);
}

.border-s-red-800\/80{
  border-inline-start-color: rgb(153 27 27 / 0.8);
}

.border-s-red-800\/85{
  border-inline-start-color: rgb(153 27 27 / 0.85);
}

.border-s-red-800\/90{
  border-inline-start-color: rgb(153 27 27 / 0.9);
}

.border-s-red-800\/95{
  border-inline-start-color: rgb(153 27 27 / 0.95);
}

.border-s-red-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-s-red-900\/0{
  border-inline-start-color: rgb(127 29 29 / 0);
}

.border-s-red-900\/10{
  border-inline-start-color: rgb(127 29 29 / 0.1);
}

.border-s-red-900\/100{
  border-inline-start-color: rgb(127 29 29 / 1);
}

.border-s-red-900\/15{
  border-inline-start-color: rgb(127 29 29 / 0.15);
}

.border-s-red-900\/20{
  border-inline-start-color: rgb(127 29 29 / 0.2);
}

.border-s-red-900\/25{
  border-inline-start-color: rgb(127 29 29 / 0.25);
}

.border-s-red-900\/30{
  border-inline-start-color: rgb(127 29 29 / 0.3);
}

.border-s-red-900\/35{
  border-inline-start-color: rgb(127 29 29 / 0.35);
}

.border-s-red-900\/40{
  border-inline-start-color: rgb(127 29 29 / 0.4);
}

.border-s-red-900\/45{
  border-inline-start-color: rgb(127 29 29 / 0.45);
}

.border-s-red-900\/5{
  border-inline-start-color: rgb(127 29 29 / 0.05);
}

.border-s-red-900\/50{
  border-inline-start-color: rgb(127 29 29 / 0.5);
}

.border-s-red-900\/55{
  border-inline-start-color: rgb(127 29 29 / 0.55);
}

.border-s-red-900\/60{
  border-inline-start-color: rgb(127 29 29 / 0.6);
}

.border-s-red-900\/65{
  border-inline-start-color: rgb(127 29 29 / 0.65);
}

.border-s-red-900\/70{
  border-inline-start-color: rgb(127 29 29 / 0.7);
}

.border-s-red-900\/75{
  border-inline-start-color: rgb(127 29 29 / 0.75);
}

.border-s-red-900\/80{
  border-inline-start-color: rgb(127 29 29 / 0.8);
}

.border-s-red-900\/85{
  border-inline-start-color: rgb(127 29 29 / 0.85);
}

.border-s-red-900\/90{
  border-inline-start-color: rgb(127 29 29 / 0.9);
}

.border-s-red-900\/95{
  border-inline-start-color: rgb(127 29 29 / 0.95);
}

.border-s-red-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-s-red-950\/0{
  border-inline-start-color: rgb(69 10 10 / 0);
}

.border-s-red-950\/10{
  border-inline-start-color: rgb(69 10 10 / 0.1);
}

.border-s-red-950\/100{
  border-inline-start-color: rgb(69 10 10 / 1);
}

.border-s-red-950\/15{
  border-inline-start-color: rgb(69 10 10 / 0.15);
}

.border-s-red-950\/20{
  border-inline-start-color: rgb(69 10 10 / 0.2);
}

.border-s-red-950\/25{
  border-inline-start-color: rgb(69 10 10 / 0.25);
}

.border-s-red-950\/30{
  border-inline-start-color: rgb(69 10 10 / 0.3);
}

.border-s-red-950\/35{
  border-inline-start-color: rgb(69 10 10 / 0.35);
}

.border-s-red-950\/40{
  border-inline-start-color: rgb(69 10 10 / 0.4);
}

.border-s-red-950\/45{
  border-inline-start-color: rgb(69 10 10 / 0.45);
}

.border-s-red-950\/5{
  border-inline-start-color: rgb(69 10 10 / 0.05);
}

.border-s-red-950\/50{
  border-inline-start-color: rgb(69 10 10 / 0.5);
}

.border-s-red-950\/55{
  border-inline-start-color: rgb(69 10 10 / 0.55);
}

.border-s-red-950\/60{
  border-inline-start-color: rgb(69 10 10 / 0.6);
}

.border-s-red-950\/65{
  border-inline-start-color: rgb(69 10 10 / 0.65);
}

.border-s-red-950\/70{
  border-inline-start-color: rgb(69 10 10 / 0.7);
}

.border-s-red-950\/75{
  border-inline-start-color: rgb(69 10 10 / 0.75);
}

.border-s-red-950\/80{
  border-inline-start-color: rgb(69 10 10 / 0.8);
}

.border-s-red-950\/85{
  border-inline-start-color: rgb(69 10 10 / 0.85);
}

.border-s-red-950\/90{
  border-inline-start-color: rgb(69 10 10 / 0.9);
}

.border-s-red-950\/95{
  border-inline-start-color: rgb(69 10 10 / 0.95);
}

.border-s-rose-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-s-rose-100\/0{
  border-inline-start-color: rgb(255 228 230 / 0);
}

.border-s-rose-100\/10{
  border-inline-start-color: rgb(255 228 230 / 0.1);
}

.border-s-rose-100\/100{
  border-inline-start-color: rgb(255 228 230 / 1);
}

.border-s-rose-100\/15{
  border-inline-start-color: rgb(255 228 230 / 0.15);
}

.border-s-rose-100\/20{
  border-inline-start-color: rgb(255 228 230 / 0.2);
}

.border-s-rose-100\/25{
  border-inline-start-color: rgb(255 228 230 / 0.25);
}

.border-s-rose-100\/30{
  border-inline-start-color: rgb(255 228 230 / 0.3);
}

.border-s-rose-100\/35{
  border-inline-start-color: rgb(255 228 230 / 0.35);
}

.border-s-rose-100\/40{
  border-inline-start-color: rgb(255 228 230 / 0.4);
}

.border-s-rose-100\/45{
  border-inline-start-color: rgb(255 228 230 / 0.45);
}

.border-s-rose-100\/5{
  border-inline-start-color: rgb(255 228 230 / 0.05);
}

.border-s-rose-100\/50{
  border-inline-start-color: rgb(255 228 230 / 0.5);
}

.border-s-rose-100\/55{
  border-inline-start-color: rgb(255 228 230 / 0.55);
}

.border-s-rose-100\/60{
  border-inline-start-color: rgb(255 228 230 / 0.6);
}

.border-s-rose-100\/65{
  border-inline-start-color: rgb(255 228 230 / 0.65);
}

.border-s-rose-100\/70{
  border-inline-start-color: rgb(255 228 230 / 0.7);
}

.border-s-rose-100\/75{
  border-inline-start-color: rgb(255 228 230 / 0.75);
}

.border-s-rose-100\/80{
  border-inline-start-color: rgb(255 228 230 / 0.8);
}

.border-s-rose-100\/85{
  border-inline-start-color: rgb(255 228 230 / 0.85);
}

.border-s-rose-100\/90{
  border-inline-start-color: rgb(255 228 230 / 0.9);
}

.border-s-rose-100\/95{
  border-inline-start-color: rgb(255 228 230 / 0.95);
}

.border-s-rose-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-s-rose-200\/0{
  border-inline-start-color: rgb(254 205 211 / 0);
}

.border-s-rose-200\/10{
  border-inline-start-color: rgb(254 205 211 / 0.1);
}

.border-s-rose-200\/100{
  border-inline-start-color: rgb(254 205 211 / 1);
}

.border-s-rose-200\/15{
  border-inline-start-color: rgb(254 205 211 / 0.15);
}

.border-s-rose-200\/20{
  border-inline-start-color: rgb(254 205 211 / 0.2);
}

.border-s-rose-200\/25{
  border-inline-start-color: rgb(254 205 211 / 0.25);
}

.border-s-rose-200\/30{
  border-inline-start-color: rgb(254 205 211 / 0.3);
}

.border-s-rose-200\/35{
  border-inline-start-color: rgb(254 205 211 / 0.35);
}

.border-s-rose-200\/40{
  border-inline-start-color: rgb(254 205 211 / 0.4);
}

.border-s-rose-200\/45{
  border-inline-start-color: rgb(254 205 211 / 0.45);
}

.border-s-rose-200\/5{
  border-inline-start-color: rgb(254 205 211 / 0.05);
}

.border-s-rose-200\/50{
  border-inline-start-color: rgb(254 205 211 / 0.5);
}

.border-s-rose-200\/55{
  border-inline-start-color: rgb(254 205 211 / 0.55);
}

.border-s-rose-200\/60{
  border-inline-start-color: rgb(254 205 211 / 0.6);
}

.border-s-rose-200\/65{
  border-inline-start-color: rgb(254 205 211 / 0.65);
}

.border-s-rose-200\/70{
  border-inline-start-color: rgb(254 205 211 / 0.7);
}

.border-s-rose-200\/75{
  border-inline-start-color: rgb(254 205 211 / 0.75);
}

.border-s-rose-200\/80{
  border-inline-start-color: rgb(254 205 211 / 0.8);
}

.border-s-rose-200\/85{
  border-inline-start-color: rgb(254 205 211 / 0.85);
}

.border-s-rose-200\/90{
  border-inline-start-color: rgb(254 205 211 / 0.9);
}

.border-s-rose-200\/95{
  border-inline-start-color: rgb(254 205 211 / 0.95);
}

.border-s-rose-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-s-rose-300\/0{
  border-inline-start-color: rgb(253 164 175 / 0);
}

.border-s-rose-300\/10{
  border-inline-start-color: rgb(253 164 175 / 0.1);
}

.border-s-rose-300\/100{
  border-inline-start-color: rgb(253 164 175 / 1);
}

.border-s-rose-300\/15{
  border-inline-start-color: rgb(253 164 175 / 0.15);
}

.border-s-rose-300\/20{
  border-inline-start-color: rgb(253 164 175 / 0.2);
}

.border-s-rose-300\/25{
  border-inline-start-color: rgb(253 164 175 / 0.25);
}

.border-s-rose-300\/30{
  border-inline-start-color: rgb(253 164 175 / 0.3);
}

.border-s-rose-300\/35{
  border-inline-start-color: rgb(253 164 175 / 0.35);
}

.border-s-rose-300\/40{
  border-inline-start-color: rgb(253 164 175 / 0.4);
}

.border-s-rose-300\/45{
  border-inline-start-color: rgb(253 164 175 / 0.45);
}

.border-s-rose-300\/5{
  border-inline-start-color: rgb(253 164 175 / 0.05);
}

.border-s-rose-300\/50{
  border-inline-start-color: rgb(253 164 175 / 0.5);
}

.border-s-rose-300\/55{
  border-inline-start-color: rgb(253 164 175 / 0.55);
}

.border-s-rose-300\/60{
  border-inline-start-color: rgb(253 164 175 / 0.6);
}

.border-s-rose-300\/65{
  border-inline-start-color: rgb(253 164 175 / 0.65);
}

.border-s-rose-300\/70{
  border-inline-start-color: rgb(253 164 175 / 0.7);
}

.border-s-rose-300\/75{
  border-inline-start-color: rgb(253 164 175 / 0.75);
}

.border-s-rose-300\/80{
  border-inline-start-color: rgb(253 164 175 / 0.8);
}

.border-s-rose-300\/85{
  border-inline-start-color: rgb(253 164 175 / 0.85);
}

.border-s-rose-300\/90{
  border-inline-start-color: rgb(253 164 175 / 0.9);
}

.border-s-rose-300\/95{
  border-inline-start-color: rgb(253 164 175 / 0.95);
}

.border-s-rose-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-s-rose-400\/0{
  border-inline-start-color: rgb(251 113 133 / 0);
}

.border-s-rose-400\/10{
  border-inline-start-color: rgb(251 113 133 / 0.1);
}

.border-s-rose-400\/100{
  border-inline-start-color: rgb(251 113 133 / 1);
}

.border-s-rose-400\/15{
  border-inline-start-color: rgb(251 113 133 / 0.15);
}

.border-s-rose-400\/20{
  border-inline-start-color: rgb(251 113 133 / 0.2);
}

.border-s-rose-400\/25{
  border-inline-start-color: rgb(251 113 133 / 0.25);
}

.border-s-rose-400\/30{
  border-inline-start-color: rgb(251 113 133 / 0.3);
}

.border-s-rose-400\/35{
  border-inline-start-color: rgb(251 113 133 / 0.35);
}

.border-s-rose-400\/40{
  border-inline-start-color: rgb(251 113 133 / 0.4);
}

.border-s-rose-400\/45{
  border-inline-start-color: rgb(251 113 133 / 0.45);
}

.border-s-rose-400\/5{
  border-inline-start-color: rgb(251 113 133 / 0.05);
}

.border-s-rose-400\/50{
  border-inline-start-color: rgb(251 113 133 / 0.5);
}

.border-s-rose-400\/55{
  border-inline-start-color: rgb(251 113 133 / 0.55);
}

.border-s-rose-400\/60{
  border-inline-start-color: rgb(251 113 133 / 0.6);
}

.border-s-rose-400\/65{
  border-inline-start-color: rgb(251 113 133 / 0.65);
}

.border-s-rose-400\/70{
  border-inline-start-color: rgb(251 113 133 / 0.7);
}

.border-s-rose-400\/75{
  border-inline-start-color: rgb(251 113 133 / 0.75);
}

.border-s-rose-400\/80{
  border-inline-start-color: rgb(251 113 133 / 0.8);
}

.border-s-rose-400\/85{
  border-inline-start-color: rgb(251 113 133 / 0.85);
}

.border-s-rose-400\/90{
  border-inline-start-color: rgb(251 113 133 / 0.9);
}

.border-s-rose-400\/95{
  border-inline-start-color: rgb(251 113 133 / 0.95);
}

.border-s-rose-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-s-rose-50\/0{
  border-inline-start-color: rgb(255 241 242 / 0);
}

.border-s-rose-50\/10{
  border-inline-start-color: rgb(255 241 242 / 0.1);
}

.border-s-rose-50\/100{
  border-inline-start-color: rgb(255 241 242 / 1);
}

.border-s-rose-50\/15{
  border-inline-start-color: rgb(255 241 242 / 0.15);
}

.border-s-rose-50\/20{
  border-inline-start-color: rgb(255 241 242 / 0.2);
}

.border-s-rose-50\/25{
  border-inline-start-color: rgb(255 241 242 / 0.25);
}

.border-s-rose-50\/30{
  border-inline-start-color: rgb(255 241 242 / 0.3);
}

.border-s-rose-50\/35{
  border-inline-start-color: rgb(255 241 242 / 0.35);
}

.border-s-rose-50\/40{
  border-inline-start-color: rgb(255 241 242 / 0.4);
}

.border-s-rose-50\/45{
  border-inline-start-color: rgb(255 241 242 / 0.45);
}

.border-s-rose-50\/5{
  border-inline-start-color: rgb(255 241 242 / 0.05);
}

.border-s-rose-50\/50{
  border-inline-start-color: rgb(255 241 242 / 0.5);
}

.border-s-rose-50\/55{
  border-inline-start-color: rgb(255 241 242 / 0.55);
}

.border-s-rose-50\/60{
  border-inline-start-color: rgb(255 241 242 / 0.6);
}

.border-s-rose-50\/65{
  border-inline-start-color: rgb(255 241 242 / 0.65);
}

.border-s-rose-50\/70{
  border-inline-start-color: rgb(255 241 242 / 0.7);
}

.border-s-rose-50\/75{
  border-inline-start-color: rgb(255 241 242 / 0.75);
}

.border-s-rose-50\/80{
  border-inline-start-color: rgb(255 241 242 / 0.8);
}

.border-s-rose-50\/85{
  border-inline-start-color: rgb(255 241 242 / 0.85);
}

.border-s-rose-50\/90{
  border-inline-start-color: rgb(255 241 242 / 0.9);
}

.border-s-rose-50\/95{
  border-inline-start-color: rgb(255 241 242 / 0.95);
}

.border-s-rose-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-s-rose-500\/0{
  border-inline-start-color: rgb(244 63 94 / 0);
}

.border-s-rose-500\/10{
  border-inline-start-color: rgb(244 63 94 / 0.1);
}

.border-s-rose-500\/100{
  border-inline-start-color: rgb(244 63 94 / 1);
}

.border-s-rose-500\/15{
  border-inline-start-color: rgb(244 63 94 / 0.15);
}

.border-s-rose-500\/20{
  border-inline-start-color: rgb(244 63 94 / 0.2);
}

.border-s-rose-500\/25{
  border-inline-start-color: rgb(244 63 94 / 0.25);
}

.border-s-rose-500\/30{
  border-inline-start-color: rgb(244 63 94 / 0.3);
}

.border-s-rose-500\/35{
  border-inline-start-color: rgb(244 63 94 / 0.35);
}

.border-s-rose-500\/40{
  border-inline-start-color: rgb(244 63 94 / 0.4);
}

.border-s-rose-500\/45{
  border-inline-start-color: rgb(244 63 94 / 0.45);
}

.border-s-rose-500\/5{
  border-inline-start-color: rgb(244 63 94 / 0.05);
}

.border-s-rose-500\/50{
  border-inline-start-color: rgb(244 63 94 / 0.5);
}

.border-s-rose-500\/55{
  border-inline-start-color: rgb(244 63 94 / 0.55);
}

.border-s-rose-500\/60{
  border-inline-start-color: rgb(244 63 94 / 0.6);
}

.border-s-rose-500\/65{
  border-inline-start-color: rgb(244 63 94 / 0.65);
}

.border-s-rose-500\/70{
  border-inline-start-color: rgb(244 63 94 / 0.7);
}

.border-s-rose-500\/75{
  border-inline-start-color: rgb(244 63 94 / 0.75);
}

.border-s-rose-500\/80{
  border-inline-start-color: rgb(244 63 94 / 0.8);
}

.border-s-rose-500\/85{
  border-inline-start-color: rgb(244 63 94 / 0.85);
}

.border-s-rose-500\/90{
  border-inline-start-color: rgb(244 63 94 / 0.9);
}

.border-s-rose-500\/95{
  border-inline-start-color: rgb(244 63 94 / 0.95);
}

.border-s-rose-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-s-rose-600\/0{
  border-inline-start-color: rgb(225 29 72 / 0);
}

.border-s-rose-600\/10{
  border-inline-start-color: rgb(225 29 72 / 0.1);
}

.border-s-rose-600\/100{
  border-inline-start-color: rgb(225 29 72 / 1);
}

.border-s-rose-600\/15{
  border-inline-start-color: rgb(225 29 72 / 0.15);
}

.border-s-rose-600\/20{
  border-inline-start-color: rgb(225 29 72 / 0.2);
}

.border-s-rose-600\/25{
  border-inline-start-color: rgb(225 29 72 / 0.25);
}

.border-s-rose-600\/30{
  border-inline-start-color: rgb(225 29 72 / 0.3);
}

.border-s-rose-600\/35{
  border-inline-start-color: rgb(225 29 72 / 0.35);
}

.border-s-rose-600\/40{
  border-inline-start-color: rgb(225 29 72 / 0.4);
}

.border-s-rose-600\/45{
  border-inline-start-color: rgb(225 29 72 / 0.45);
}

.border-s-rose-600\/5{
  border-inline-start-color: rgb(225 29 72 / 0.05);
}

.border-s-rose-600\/50{
  border-inline-start-color: rgb(225 29 72 / 0.5);
}

.border-s-rose-600\/55{
  border-inline-start-color: rgb(225 29 72 / 0.55);
}

.border-s-rose-600\/60{
  border-inline-start-color: rgb(225 29 72 / 0.6);
}

.border-s-rose-600\/65{
  border-inline-start-color: rgb(225 29 72 / 0.65);
}

.border-s-rose-600\/70{
  border-inline-start-color: rgb(225 29 72 / 0.7);
}

.border-s-rose-600\/75{
  border-inline-start-color: rgb(225 29 72 / 0.75);
}

.border-s-rose-600\/80{
  border-inline-start-color: rgb(225 29 72 / 0.8);
}

.border-s-rose-600\/85{
  border-inline-start-color: rgb(225 29 72 / 0.85);
}

.border-s-rose-600\/90{
  border-inline-start-color: rgb(225 29 72 / 0.9);
}

.border-s-rose-600\/95{
  border-inline-start-color: rgb(225 29 72 / 0.95);
}

.border-s-rose-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-s-rose-700\/0{
  border-inline-start-color: rgb(190 18 60 / 0);
}

.border-s-rose-700\/10{
  border-inline-start-color: rgb(190 18 60 / 0.1);
}

.border-s-rose-700\/100{
  border-inline-start-color: rgb(190 18 60 / 1);
}

.border-s-rose-700\/15{
  border-inline-start-color: rgb(190 18 60 / 0.15);
}

.border-s-rose-700\/20{
  border-inline-start-color: rgb(190 18 60 / 0.2);
}

.border-s-rose-700\/25{
  border-inline-start-color: rgb(190 18 60 / 0.25);
}

.border-s-rose-700\/30{
  border-inline-start-color: rgb(190 18 60 / 0.3);
}

.border-s-rose-700\/35{
  border-inline-start-color: rgb(190 18 60 / 0.35);
}

.border-s-rose-700\/40{
  border-inline-start-color: rgb(190 18 60 / 0.4);
}

.border-s-rose-700\/45{
  border-inline-start-color: rgb(190 18 60 / 0.45);
}

.border-s-rose-700\/5{
  border-inline-start-color: rgb(190 18 60 / 0.05);
}

.border-s-rose-700\/50{
  border-inline-start-color: rgb(190 18 60 / 0.5);
}

.border-s-rose-700\/55{
  border-inline-start-color: rgb(190 18 60 / 0.55);
}

.border-s-rose-700\/60{
  border-inline-start-color: rgb(190 18 60 / 0.6);
}

.border-s-rose-700\/65{
  border-inline-start-color: rgb(190 18 60 / 0.65);
}

.border-s-rose-700\/70{
  border-inline-start-color: rgb(190 18 60 / 0.7);
}

.border-s-rose-700\/75{
  border-inline-start-color: rgb(190 18 60 / 0.75);
}

.border-s-rose-700\/80{
  border-inline-start-color: rgb(190 18 60 / 0.8);
}

.border-s-rose-700\/85{
  border-inline-start-color: rgb(190 18 60 / 0.85);
}

.border-s-rose-700\/90{
  border-inline-start-color: rgb(190 18 60 / 0.9);
}

.border-s-rose-700\/95{
  border-inline-start-color: rgb(190 18 60 / 0.95);
}

.border-s-rose-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-s-rose-800\/0{
  border-inline-start-color: rgb(159 18 57 / 0);
}

.border-s-rose-800\/10{
  border-inline-start-color: rgb(159 18 57 / 0.1);
}

.border-s-rose-800\/100{
  border-inline-start-color: rgb(159 18 57 / 1);
}

.border-s-rose-800\/15{
  border-inline-start-color: rgb(159 18 57 / 0.15);
}

.border-s-rose-800\/20{
  border-inline-start-color: rgb(159 18 57 / 0.2);
}

.border-s-rose-800\/25{
  border-inline-start-color: rgb(159 18 57 / 0.25);
}

.border-s-rose-800\/30{
  border-inline-start-color: rgb(159 18 57 / 0.3);
}

.border-s-rose-800\/35{
  border-inline-start-color: rgb(159 18 57 / 0.35);
}

.border-s-rose-800\/40{
  border-inline-start-color: rgb(159 18 57 / 0.4);
}

.border-s-rose-800\/45{
  border-inline-start-color: rgb(159 18 57 / 0.45);
}

.border-s-rose-800\/5{
  border-inline-start-color: rgb(159 18 57 / 0.05);
}

.border-s-rose-800\/50{
  border-inline-start-color: rgb(159 18 57 / 0.5);
}

.border-s-rose-800\/55{
  border-inline-start-color: rgb(159 18 57 / 0.55);
}

.border-s-rose-800\/60{
  border-inline-start-color: rgb(159 18 57 / 0.6);
}

.border-s-rose-800\/65{
  border-inline-start-color: rgb(159 18 57 / 0.65);
}

.border-s-rose-800\/70{
  border-inline-start-color: rgb(159 18 57 / 0.7);
}

.border-s-rose-800\/75{
  border-inline-start-color: rgb(159 18 57 / 0.75);
}

.border-s-rose-800\/80{
  border-inline-start-color: rgb(159 18 57 / 0.8);
}

.border-s-rose-800\/85{
  border-inline-start-color: rgb(159 18 57 / 0.85);
}

.border-s-rose-800\/90{
  border-inline-start-color: rgb(159 18 57 / 0.9);
}

.border-s-rose-800\/95{
  border-inline-start-color: rgb(159 18 57 / 0.95);
}

.border-s-rose-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-s-rose-900\/0{
  border-inline-start-color: rgb(136 19 55 / 0);
}

.border-s-rose-900\/10{
  border-inline-start-color: rgb(136 19 55 / 0.1);
}

.border-s-rose-900\/100{
  border-inline-start-color: rgb(136 19 55 / 1);
}

.border-s-rose-900\/15{
  border-inline-start-color: rgb(136 19 55 / 0.15);
}

.border-s-rose-900\/20{
  border-inline-start-color: rgb(136 19 55 / 0.2);
}

.border-s-rose-900\/25{
  border-inline-start-color: rgb(136 19 55 / 0.25);
}

.border-s-rose-900\/30{
  border-inline-start-color: rgb(136 19 55 / 0.3);
}

.border-s-rose-900\/35{
  border-inline-start-color: rgb(136 19 55 / 0.35);
}

.border-s-rose-900\/40{
  border-inline-start-color: rgb(136 19 55 / 0.4);
}

.border-s-rose-900\/45{
  border-inline-start-color: rgb(136 19 55 / 0.45);
}

.border-s-rose-900\/5{
  border-inline-start-color: rgb(136 19 55 / 0.05);
}

.border-s-rose-900\/50{
  border-inline-start-color: rgb(136 19 55 / 0.5);
}

.border-s-rose-900\/55{
  border-inline-start-color: rgb(136 19 55 / 0.55);
}

.border-s-rose-900\/60{
  border-inline-start-color: rgb(136 19 55 / 0.6);
}

.border-s-rose-900\/65{
  border-inline-start-color: rgb(136 19 55 / 0.65);
}

.border-s-rose-900\/70{
  border-inline-start-color: rgb(136 19 55 / 0.7);
}

.border-s-rose-900\/75{
  border-inline-start-color: rgb(136 19 55 / 0.75);
}

.border-s-rose-900\/80{
  border-inline-start-color: rgb(136 19 55 / 0.8);
}

.border-s-rose-900\/85{
  border-inline-start-color: rgb(136 19 55 / 0.85);
}

.border-s-rose-900\/90{
  border-inline-start-color: rgb(136 19 55 / 0.9);
}

.border-s-rose-900\/95{
  border-inline-start-color: rgb(136 19 55 / 0.95);
}

.border-s-rose-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-s-rose-950\/0{
  border-inline-start-color: rgb(76 5 25 / 0);
}

.border-s-rose-950\/10{
  border-inline-start-color: rgb(76 5 25 / 0.1);
}

.border-s-rose-950\/100{
  border-inline-start-color: rgb(76 5 25 / 1);
}

.border-s-rose-950\/15{
  border-inline-start-color: rgb(76 5 25 / 0.15);
}

.border-s-rose-950\/20{
  border-inline-start-color: rgb(76 5 25 / 0.2);
}

.border-s-rose-950\/25{
  border-inline-start-color: rgb(76 5 25 / 0.25);
}

.border-s-rose-950\/30{
  border-inline-start-color: rgb(76 5 25 / 0.3);
}

.border-s-rose-950\/35{
  border-inline-start-color: rgb(76 5 25 / 0.35);
}

.border-s-rose-950\/40{
  border-inline-start-color: rgb(76 5 25 / 0.4);
}

.border-s-rose-950\/45{
  border-inline-start-color: rgb(76 5 25 / 0.45);
}

.border-s-rose-950\/5{
  border-inline-start-color: rgb(76 5 25 / 0.05);
}

.border-s-rose-950\/50{
  border-inline-start-color: rgb(76 5 25 / 0.5);
}

.border-s-rose-950\/55{
  border-inline-start-color: rgb(76 5 25 / 0.55);
}

.border-s-rose-950\/60{
  border-inline-start-color: rgb(76 5 25 / 0.6);
}

.border-s-rose-950\/65{
  border-inline-start-color: rgb(76 5 25 / 0.65);
}

.border-s-rose-950\/70{
  border-inline-start-color: rgb(76 5 25 / 0.7);
}

.border-s-rose-950\/75{
  border-inline-start-color: rgb(76 5 25 / 0.75);
}

.border-s-rose-950\/80{
  border-inline-start-color: rgb(76 5 25 / 0.8);
}

.border-s-rose-950\/85{
  border-inline-start-color: rgb(76 5 25 / 0.85);
}

.border-s-rose-950\/90{
  border-inline-start-color: rgb(76 5 25 / 0.9);
}

.border-s-rose-950\/95{
  border-inline-start-color: rgb(76 5 25 / 0.95);
}

.border-s-secondary{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.border-s-secondary\/0{
  border-inline-start-color: rgb(141 147 167 / 0);
}

.border-s-secondary\/10{
  border-inline-start-color: rgb(141 147 167 / 0.1);
}

.border-s-secondary\/100{
  border-inline-start-color: rgb(141 147 167 / 1);
}

.border-s-secondary\/15{
  border-inline-start-color: rgb(141 147 167 / 0.15);
}

.border-s-secondary\/20{
  border-inline-start-color: rgb(141 147 167 / 0.2);
}

.border-s-secondary\/25{
  border-inline-start-color: rgb(141 147 167 / 0.25);
}

.border-s-secondary\/30{
  border-inline-start-color: rgb(141 147 167 / 0.3);
}

.border-s-secondary\/35{
  border-inline-start-color: rgb(141 147 167 / 0.35);
}

.border-s-secondary\/40{
  border-inline-start-color: rgb(141 147 167 / 0.4);
}

.border-s-secondary\/45{
  border-inline-start-color: rgb(141 147 167 / 0.45);
}

.border-s-secondary\/5{
  border-inline-start-color: rgb(141 147 167 / 0.05);
}

.border-s-secondary\/50{
  border-inline-start-color: rgb(141 147 167 / 0.5);
}

.border-s-secondary\/55{
  border-inline-start-color: rgb(141 147 167 / 0.55);
}

.border-s-secondary\/60{
  border-inline-start-color: rgb(141 147 167 / 0.6);
}

.border-s-secondary\/65{
  border-inline-start-color: rgb(141 147 167 / 0.65);
}

.border-s-secondary\/70{
  border-inline-start-color: rgb(141 147 167 / 0.7);
}

.border-s-secondary\/75{
  border-inline-start-color: rgb(141 147 167 / 0.75);
}

.border-s-secondary\/80{
  border-inline-start-color: rgb(141 147 167 / 0.8);
}

.border-s-secondary\/85{
  border-inline-start-color: rgb(141 147 167 / 0.85);
}

.border-s-secondary\/90{
  border-inline-start-color: rgb(141 147 167 / 0.9);
}

.border-s-secondary\/95{
  border-inline-start-color: rgb(141 147 167 / 0.95);
}

.border-s-senary{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.border-s-senary\/0{
  border-inline-start-color: rgb(73 134 231 / 0);
}

.border-s-senary\/10{
  border-inline-start-color: rgb(73 134 231 / 0.1);
}

.border-s-senary\/100{
  border-inline-start-color: rgb(73 134 231 / 1);
}

.border-s-senary\/15{
  border-inline-start-color: rgb(73 134 231 / 0.15);
}

.border-s-senary\/20{
  border-inline-start-color: rgb(73 134 231 / 0.2);
}

.border-s-senary\/25{
  border-inline-start-color: rgb(73 134 231 / 0.25);
}

.border-s-senary\/30{
  border-inline-start-color: rgb(73 134 231 / 0.3);
}

.border-s-senary\/35{
  border-inline-start-color: rgb(73 134 231 / 0.35);
}

.border-s-senary\/40{
  border-inline-start-color: rgb(73 134 231 / 0.4);
}

.border-s-senary\/45{
  border-inline-start-color: rgb(73 134 231 / 0.45);
}

.border-s-senary\/5{
  border-inline-start-color: rgb(73 134 231 / 0.05);
}

.border-s-senary\/50{
  border-inline-start-color: rgb(73 134 231 / 0.5);
}

.border-s-senary\/55{
  border-inline-start-color: rgb(73 134 231 / 0.55);
}

.border-s-senary\/60{
  border-inline-start-color: rgb(73 134 231 / 0.6);
}

.border-s-senary\/65{
  border-inline-start-color: rgb(73 134 231 / 0.65);
}

.border-s-senary\/70{
  border-inline-start-color: rgb(73 134 231 / 0.7);
}

.border-s-senary\/75{
  border-inline-start-color: rgb(73 134 231 / 0.75);
}

.border-s-senary\/80{
  border-inline-start-color: rgb(73 134 231 / 0.8);
}

.border-s-senary\/85{
  border-inline-start-color: rgb(73 134 231 / 0.85);
}

.border-s-senary\/90{
  border-inline-start-color: rgb(73 134 231 / 0.9);
}

.border-s-senary\/95{
  border-inline-start-color: rgb(73 134 231 / 0.95);
}

.border-s-septenary{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.border-s-septenary\/0{
  border-inline-start-color: rgb(49 88 129 / 0);
}

.border-s-septenary\/10{
  border-inline-start-color: rgb(49 88 129 / 0.1);
}

.border-s-septenary\/100{
  border-inline-start-color: rgb(49 88 129 / 1);
}

.border-s-septenary\/15{
  border-inline-start-color: rgb(49 88 129 / 0.15);
}

.border-s-septenary\/20{
  border-inline-start-color: rgb(49 88 129 / 0.2);
}

.border-s-septenary\/25{
  border-inline-start-color: rgb(49 88 129 / 0.25);
}

.border-s-septenary\/30{
  border-inline-start-color: rgb(49 88 129 / 0.3);
}

.border-s-septenary\/35{
  border-inline-start-color: rgb(49 88 129 / 0.35);
}

.border-s-septenary\/40{
  border-inline-start-color: rgb(49 88 129 / 0.4);
}

.border-s-septenary\/45{
  border-inline-start-color: rgb(49 88 129 / 0.45);
}

.border-s-septenary\/5{
  border-inline-start-color: rgb(49 88 129 / 0.05);
}

.border-s-septenary\/50{
  border-inline-start-color: rgb(49 88 129 / 0.5);
}

.border-s-septenary\/55{
  border-inline-start-color: rgb(49 88 129 / 0.55);
}

.border-s-septenary\/60{
  border-inline-start-color: rgb(49 88 129 / 0.6);
}

.border-s-septenary\/65{
  border-inline-start-color: rgb(49 88 129 / 0.65);
}

.border-s-septenary\/70{
  border-inline-start-color: rgb(49 88 129 / 0.7);
}

.border-s-septenary\/75{
  border-inline-start-color: rgb(49 88 129 / 0.75);
}

.border-s-septenary\/80{
  border-inline-start-color: rgb(49 88 129 / 0.8);
}

.border-s-septenary\/85{
  border-inline-start-color: rgb(49 88 129 / 0.85);
}

.border-s-septenary\/90{
  border-inline-start-color: rgb(49 88 129 / 0.9);
}

.border-s-septenary\/95{
  border-inline-start-color: rgb(49 88 129 / 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\/15{
  border-inline-start-color: rgb(224 242 254 / 0.15);
}

.border-s-sky-100\/20{
  border-inline-start-color: rgb(224 242 254 / 0.2);
}

.border-s-sky-100\/25{
  border-inline-start-color: rgb(224 242 254 / 0.25);
}

.border-s-sky-100\/30{
  border-inline-start-color: rgb(224 242 254 / 0.3);
}

.border-s-sky-100\/35{
  border-inline-start-color: rgb(224 242 254 / 0.35);
}

.border-s-sky-100\/40{
  border-inline-start-color: rgb(224 242 254 / 0.4);
}

.border-s-sky-100\/45{
  border-inline-start-color: rgb(224 242 254 / 0.45);
}

.border-s-sky-100\/5{
  border-inline-start-color: rgb(224 242 254 / 0.05);
}

.border-s-sky-100\/50{
  border-inline-start-color: rgb(224 242 254 / 0.5);
}

.border-s-sky-100\/55{
  border-inline-start-color: rgb(224 242 254 / 0.55);
}

.border-s-sky-100\/60{
  border-inline-start-color: rgb(224 242 254 / 0.6);
}

.border-s-sky-100\/65{
  border-inline-start-color: rgb(224 242 254 / 0.65);
}

.border-s-sky-100\/70{
  border-inline-start-color: rgb(224 242 254 / 0.7);
}

.border-s-sky-100\/75{
  border-inline-start-color: rgb(224 242 254 / 0.75);
}

.border-s-sky-100\/80{
  border-inline-start-color: rgb(224 242 254 / 0.8);
}

.border-s-sky-100\/85{
  border-inline-start-color: rgb(224 242 254 / 0.85);
}

.border-s-sky-100\/90{
  border-inline-start-color: rgb(224 242 254 / 0.9);
}

.border-s-sky-100\/95{
  border-inline-start-color: rgb(224 242 254 / 0.95);
}

.border-s-sky-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-s-sky-200\/0{
  border-inline-start-color: rgb(186 230 253 / 0);
}

.border-s-sky-200\/10{
  border-inline-start-color: rgb(186 230 253 / 0.1);
}

.border-s-sky-200\/100{
  border-inline-start-color: rgb(186 230 253 / 1);
}

.border-s-sky-200\/15{
  border-inline-start-color: rgb(186 230 253 / 0.15);
}

.border-s-sky-200\/20{
  border-inline-start-color: rgb(186 230 253 / 0.2);
}

.border-s-sky-200\/25{
  border-inline-start-color: rgb(186 230 253 / 0.25);
}

.border-s-sky-200\/30{
  border-inline-start-color: rgb(186 230 253 / 0.3);
}

.border-s-sky-200\/35{
  border-inline-start-color: rgb(186 230 253 / 0.35);
}

.border-s-sky-200\/40{
  border-inline-start-color: rgb(186 230 253 / 0.4);
}

.border-s-sky-200\/45{
  border-inline-start-color: rgb(186 230 253 / 0.45);
}

.border-s-sky-200\/5{
  border-inline-start-color: rgb(186 230 253 / 0.05);
}

.border-s-sky-200\/50{
  border-inline-start-color: rgb(186 230 253 / 0.5);
}

.border-s-sky-200\/55{
  border-inline-start-color: rgb(186 230 253 / 0.55);
}

.border-s-sky-200\/60{
  border-inline-start-color: rgb(186 230 253 / 0.6);
}

.border-s-sky-200\/65{
  border-inline-start-color: rgb(186 230 253 / 0.65);
}

.border-s-sky-200\/70{
  border-inline-start-color: rgb(186 230 253 / 0.7);
}

.border-s-sky-200\/75{
  border-inline-start-color: rgb(186 230 253 / 0.75);
}

.border-s-sky-200\/80{
  border-inline-start-color: rgb(186 230 253 / 0.8);
}

.border-s-sky-200\/85{
  border-inline-start-color: rgb(186 230 253 / 0.85);
}

.border-s-sky-200\/90{
  border-inline-start-color: rgb(186 230 253 / 0.9);
}

.border-s-sky-200\/95{
  border-inline-start-color: rgb(186 230 253 / 0.95);
}

.border-s-sky-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-s-sky-300\/0{
  border-inline-start-color: rgb(125 211 252 / 0);
}

.border-s-sky-300\/10{
  border-inline-start-color: rgb(125 211 252 / 0.1);
}

.border-s-sky-300\/100{
  border-inline-start-color: rgb(125 211 252 / 1);
}

.border-s-sky-300\/15{
  border-inline-start-color: rgb(125 211 252 / 0.15);
}

.border-s-sky-300\/20{
  border-inline-start-color: rgb(125 211 252 / 0.2);
}

.border-s-sky-300\/25{
  border-inline-start-color: rgb(125 211 252 / 0.25);
}

.border-s-sky-300\/30{
  border-inline-start-color: rgb(125 211 252 / 0.3);
}

.border-s-sky-300\/35{
  border-inline-start-color: rgb(125 211 252 / 0.35);
}

.border-s-sky-300\/40{
  border-inline-start-color: rgb(125 211 252 / 0.4);
}

.border-s-sky-300\/45{
  border-inline-start-color: rgb(125 211 252 / 0.45);
}

.border-s-sky-300\/5{
  border-inline-start-color: rgb(125 211 252 / 0.05);
}

.border-s-sky-300\/50{
  border-inline-start-color: rgb(125 211 252 / 0.5);
}

.border-s-sky-300\/55{
  border-inline-start-color: rgb(125 211 252 / 0.55);
}

.border-s-sky-300\/60{
  border-inline-start-color: rgb(125 211 252 / 0.6);
}

.border-s-sky-300\/65{
  border-inline-start-color: rgb(125 211 252 / 0.65);
}

.border-s-sky-300\/70{
  border-inline-start-color: rgb(125 211 252 / 0.7);
}

.border-s-sky-300\/75{
  border-inline-start-color: rgb(125 211 252 / 0.75);
}

.border-s-sky-300\/80{
  border-inline-start-color: rgb(125 211 252 / 0.8);
}

.border-s-sky-300\/85{
  border-inline-start-color: rgb(125 211 252 / 0.85);
}

.border-s-sky-300\/90{
  border-inline-start-color: rgb(125 211 252 / 0.9);
}

.border-s-sky-300\/95{
  border-inline-start-color: rgb(125 211 252 / 0.95);
}

.border-s-sky-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-s-sky-400\/0{
  border-inline-start-color: rgb(56 189 248 / 0);
}

.border-s-sky-400\/10{
  border-inline-start-color: rgb(56 189 248 / 0.1);
}

.border-s-sky-400\/100{
  border-inline-start-color: rgb(56 189 248 / 1);
}

.border-s-sky-400\/15{
  border-inline-start-color: rgb(56 189 248 / 0.15);
}

.border-s-sky-400\/20{
  border-inline-start-color: rgb(56 189 248 / 0.2);
}

.border-s-sky-400\/25{
  border-inline-start-color: rgb(56 189 248 / 0.25);
}

.border-s-sky-400\/30{
  border-inline-start-color: rgb(56 189 248 / 0.3);
}

.border-s-sky-400\/35{
  border-inline-start-color: rgb(56 189 248 / 0.35);
}

.border-s-sky-400\/40{
  border-inline-start-color: rgb(56 189 248 / 0.4);
}

.border-s-sky-400\/45{
  border-inline-start-color: rgb(56 189 248 / 0.45);
}

.border-s-sky-400\/5{
  border-inline-start-color: rgb(56 189 248 / 0.05);
}

.border-s-sky-400\/50{
  border-inline-start-color: rgb(56 189 248 / 0.5);
}

.border-s-sky-400\/55{
  border-inline-start-color: rgb(56 189 248 / 0.55);
}

.border-s-sky-400\/60{
  border-inline-start-color: rgb(56 189 248 / 0.6);
}

.border-s-sky-400\/65{
  border-inline-start-color: rgb(56 189 248 / 0.65);
}

.border-s-sky-400\/70{
  border-inline-start-color: rgb(56 189 248 / 0.7);
}

.border-s-sky-400\/75{
  border-inline-start-color: rgb(56 189 248 / 0.75);
}

.border-s-sky-400\/80{
  border-inline-start-color: rgb(56 189 248 / 0.8);
}

.border-s-sky-400\/85{
  border-inline-start-color: rgb(56 189 248 / 0.85);
}

.border-s-sky-400\/90{
  border-inline-start-color: rgb(56 189 248 / 0.9);
}

.border-s-sky-400\/95{
  border-inline-start-color: rgb(56 189 248 / 0.95);
}

.border-s-sky-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-s-sky-50\/0{
  border-inline-start-color: rgb(240 249 255 / 0);
}

.border-s-sky-50\/10{
  border-inline-start-color: rgb(240 249 255 / 0.1);
}

.border-s-sky-50\/100{
  border-inline-start-color: rgb(240 249 255 / 1);
}

.border-s-sky-50\/15{
  border-inline-start-color: rgb(240 249 255 / 0.15);
}

.border-s-sky-50\/20{
  border-inline-start-color: rgb(240 249 255 / 0.2);
}

.border-s-sky-50\/25{
  border-inline-start-color: rgb(240 249 255 / 0.25);
}

.border-s-sky-50\/30{
  border-inline-start-color: rgb(240 249 255 / 0.3);
}

.border-s-sky-50\/35{
  border-inline-start-color: rgb(240 249 255 / 0.35);
}

.border-s-sky-50\/40{
  border-inline-start-color: rgb(240 249 255 / 0.4);
}

.border-s-sky-50\/45{
  border-inline-start-color: rgb(240 249 255 / 0.45);
}

.border-s-sky-50\/5{
  border-inline-start-color: rgb(240 249 255 / 0.05);
}

.border-s-sky-50\/50{
  border-inline-start-color: rgb(240 249 255 / 0.5);
}

.border-s-sky-50\/55{
  border-inline-start-color: rgb(240 249 255 / 0.55);
}

.border-s-sky-50\/60{
  border-inline-start-color: rgb(240 249 255 / 0.6);
}

.border-s-sky-50\/65{
  border-inline-start-color: rgb(240 249 255 / 0.65);
}

.border-s-sky-50\/70{
  border-inline-start-color: rgb(240 249 255 / 0.7);
}

.border-s-sky-50\/75{
  border-inline-start-color: rgb(240 249 255 / 0.75);
}

.border-s-sky-50\/80{
  border-inline-start-color: rgb(240 249 255 / 0.8);
}

.border-s-sky-50\/85{
  border-inline-start-color: rgb(240 249 255 / 0.85);
}

.border-s-sky-50\/90{
  border-inline-start-color: rgb(240 249 255 / 0.9);
}

.border-s-sky-50\/95{
  border-inline-start-color: rgb(240 249 255 / 0.95);
}

.border-s-sky-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-s-sky-500\/0{
  border-inline-start-color: rgb(14 165 233 / 0);
}

.border-s-sky-500\/10{
  border-inline-start-color: rgb(14 165 233 / 0.1);
}

.border-s-sky-500\/100{
  border-inline-start-color: rgb(14 165 233 / 1);
}

.border-s-sky-500\/15{
  border-inline-start-color: rgb(14 165 233 / 0.15);
}

.border-s-sky-500\/20{
  border-inline-start-color: rgb(14 165 233 / 0.2);
}

.border-s-sky-500\/25{
  border-inline-start-color: rgb(14 165 233 / 0.25);
}

.border-s-sky-500\/30{
  border-inline-start-color: rgb(14 165 233 / 0.3);
}

.border-s-sky-500\/35{
  border-inline-start-color: rgb(14 165 233 / 0.35);
}

.border-s-sky-500\/40{
  border-inline-start-color: rgb(14 165 233 / 0.4);
}

.border-s-sky-500\/45{
  border-inline-start-color: rgb(14 165 233 / 0.45);
}

.border-s-sky-500\/5{
  border-inline-start-color: rgb(14 165 233 / 0.05);
}

.border-s-sky-500\/50{
  border-inline-start-color: rgb(14 165 233 / 0.5);
}

.border-s-sky-500\/55{
  border-inline-start-color: rgb(14 165 233 / 0.55);
}

.border-s-sky-500\/60{
  border-inline-start-color: rgb(14 165 233 / 0.6);
}

.border-s-sky-500\/65{
  border-inline-start-color: rgb(14 165 233 / 0.65);
}

.border-s-sky-500\/70{
  border-inline-start-color: rgb(14 165 233 / 0.7);
}

.border-s-sky-500\/75{
  border-inline-start-color: rgb(14 165 233 / 0.75);
}

.border-s-sky-500\/80{
  border-inline-start-color: rgb(14 165 233 / 0.8);
}

.border-s-sky-500\/85{
  border-inline-start-color: rgb(14 165 233 / 0.85);
}

.border-s-sky-500\/90{
  border-inline-start-color: rgb(14 165 233 / 0.9);
}

.border-s-sky-500\/95{
  border-inline-start-color: rgb(14 165 233 / 0.95);
}

.border-s-sky-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-s-sky-600\/0{
  border-inline-start-color: rgb(2 132 199 / 0);
}

.border-s-sky-600\/10{
  border-inline-start-color: rgb(2 132 199 / 0.1);
}

.border-s-sky-600\/100{
  border-inline-start-color: rgb(2 132 199 / 1);
}

.border-s-sky-600\/15{
  border-inline-start-color: rgb(2 132 199 / 0.15);
}

.border-s-sky-600\/20{
  border-inline-start-color: rgb(2 132 199 / 0.2);
}

.border-s-sky-600\/25{
  border-inline-start-color: rgb(2 132 199 / 0.25);
}

.border-s-sky-600\/30{
  border-inline-start-color: rgb(2 132 199 / 0.3);
}

.border-s-sky-600\/35{
  border-inline-start-color: rgb(2 132 199 / 0.35);
}

.border-s-sky-600\/40{
  border-inline-start-color: rgb(2 132 199 / 0.4);
}

.border-s-sky-600\/45{
  border-inline-start-color: rgb(2 132 199 / 0.45);
}

.border-s-sky-600\/5{
  border-inline-start-color: rgb(2 132 199 / 0.05);
}

.border-s-sky-600\/50{
  border-inline-start-color: rgb(2 132 199 / 0.5);
}

.border-s-sky-600\/55{
  border-inline-start-color: rgb(2 132 199 / 0.55);
}

.border-s-sky-600\/60{
  border-inline-start-color: rgb(2 132 199 / 0.6);
}

.border-s-sky-600\/65{
  border-inline-start-color: rgb(2 132 199 / 0.65);
}

.border-s-sky-600\/70{
  border-inline-start-color: rgb(2 132 199 / 0.7);
}

.border-s-sky-600\/75{
  border-inline-start-color: rgb(2 132 199 / 0.75);
}

.border-s-sky-600\/80{
  border-inline-start-color: rgb(2 132 199 / 0.8);
}

.border-s-sky-600\/85{
  border-inline-start-color: rgb(2 132 199 / 0.85);
}

.border-s-sky-600\/90{
  border-inline-start-color: rgb(2 132 199 / 0.9);
}

.border-s-sky-600\/95{
  border-inline-start-color: rgb(2 132 199 / 0.95);
}

.border-s-sky-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-s-sky-700\/0{
  border-inline-start-color: rgb(3 105 161 / 0);
}

.border-s-sky-700\/10{
  border-inline-start-color: rgb(3 105 161 / 0.1);
}

.border-s-sky-700\/100{
  border-inline-start-color: rgb(3 105 161 / 1);
}

.border-s-sky-700\/15{
  border-inline-start-color: rgb(3 105 161 / 0.15);
}

.border-s-sky-700\/20{
  border-inline-start-color: rgb(3 105 161 / 0.2);
}

.border-s-sky-700\/25{
  border-inline-start-color: rgb(3 105 161 / 0.25);
}

.border-s-sky-700\/30{
  border-inline-start-color: rgb(3 105 161 / 0.3);
}

.border-s-sky-700\/35{
  border-inline-start-color: rgb(3 105 161 / 0.35);
}

.border-s-sky-700\/40{
  border-inline-start-color: rgb(3 105 161 / 0.4);
}

.border-s-sky-700\/45{
  border-inline-start-color: rgb(3 105 161 / 0.45);
}

.border-s-sky-700\/5{
  border-inline-start-color: rgb(3 105 161 / 0.05);
}

.border-s-sky-700\/50{
  border-inline-start-color: rgb(3 105 161 / 0.5);
}

.border-s-sky-700\/55{
  border-inline-start-color: rgb(3 105 161 / 0.55);
}

.border-s-sky-700\/60{
  border-inline-start-color: rgb(3 105 161 / 0.6);
}

.border-s-sky-700\/65{
  border-inline-start-color: rgb(3 105 161 / 0.65);
}

.border-s-sky-700\/70{
  border-inline-start-color: rgb(3 105 161 / 0.7);
}

.border-s-sky-700\/75{
  border-inline-start-color: rgb(3 105 161 / 0.75);
}

.border-s-sky-700\/80{
  border-inline-start-color: rgb(3 105 161 / 0.8);
}

.border-s-sky-700\/85{
  border-inline-start-color: rgb(3 105 161 / 0.85);
}

.border-s-sky-700\/90{
  border-inline-start-color: rgb(3 105 161 / 0.9);
}

.border-s-sky-700\/95{
  border-inline-start-color: rgb(3 105 161 / 0.95);
}

.border-s-sky-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-s-sky-800\/0{
  border-inline-start-color: rgb(7 89 133 / 0);
}

.border-s-sky-800\/10{
  border-inline-start-color: rgb(7 89 133 / 0.1);
}

.border-s-sky-800\/100{
  border-inline-start-color: rgb(7 89 133 / 1);
}

.border-s-sky-800\/15{
  border-inline-start-color: rgb(7 89 133 / 0.15);
}

.border-s-sky-800\/20{
  border-inline-start-color: rgb(7 89 133 / 0.2);
}

.border-s-sky-800\/25{
  border-inline-start-color: rgb(7 89 133 / 0.25);
}

.border-s-sky-800\/30{
  border-inline-start-color: rgb(7 89 133 / 0.3);
}

.border-s-sky-800\/35{
  border-inline-start-color: rgb(7 89 133 / 0.35);
}

.border-s-sky-800\/40{
  border-inline-start-color: rgb(7 89 133 / 0.4);
}

.border-s-sky-800\/45{
  border-inline-start-color: rgb(7 89 133 / 0.45);
}

.border-s-sky-800\/5{
  border-inline-start-color: rgb(7 89 133 / 0.05);
}

.border-s-sky-800\/50{
  border-inline-start-color: rgb(7 89 133 / 0.5);
}

.border-s-sky-800\/55{
  border-inline-start-color: rgb(7 89 133 / 0.55);
}

.border-s-sky-800\/60{
  border-inline-start-color: rgb(7 89 133 / 0.6);
}

.border-s-sky-800\/65{
  border-inline-start-color: rgb(7 89 133 / 0.65);
}

.border-s-sky-800\/70{
  border-inline-start-color: rgb(7 89 133 / 0.7);
}

.border-s-sky-800\/75{
  border-inline-start-color: rgb(7 89 133 / 0.75);
}

.border-s-sky-800\/80{
  border-inline-start-color: rgb(7 89 133 / 0.8);
}

.border-s-sky-800\/85{
  border-inline-start-color: rgb(7 89 133 / 0.85);
}

.border-s-sky-800\/90{
  border-inline-start-color: rgb(7 89 133 / 0.9);
}

.border-s-sky-800\/95{
  border-inline-start-color: rgb(7 89 133 / 0.95);
}

.border-s-sky-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-s-sky-900\/0{
  border-inline-start-color: rgb(12 74 110 / 0);
}

.border-s-sky-900\/10{
  border-inline-start-color: rgb(12 74 110 / 0.1);
}

.border-s-sky-900\/100{
  border-inline-start-color: rgb(12 74 110 / 1);
}

.border-s-sky-900\/15{
  border-inline-start-color: rgb(12 74 110 / 0.15);
}

.border-s-sky-900\/20{
  border-inline-start-color: rgb(12 74 110 / 0.2);
}

.border-s-sky-900\/25{
  border-inline-start-color: rgb(12 74 110 / 0.25);
}

.border-s-sky-900\/30{
  border-inline-start-color: rgb(12 74 110 / 0.3);
}

.border-s-sky-900\/35{
  border-inline-start-color: rgb(12 74 110 / 0.35);
}

.border-s-sky-900\/40{
  border-inline-start-color: rgb(12 74 110 / 0.4);
}

.border-s-sky-900\/45{
  border-inline-start-color: rgb(12 74 110 / 0.45);
}

.border-s-sky-900\/5{
  border-inline-start-color: rgb(12 74 110 / 0.05);
}

.border-s-sky-900\/50{
  border-inline-start-color: rgb(12 74 110 / 0.5);
}

.border-s-sky-900\/55{
  border-inline-start-color: rgb(12 74 110 / 0.55);
}

.border-s-sky-900\/60{
  border-inline-start-color: rgb(12 74 110 / 0.6);
}

.border-s-sky-900\/65{
  border-inline-start-color: rgb(12 74 110 / 0.65);
}

.border-s-sky-900\/70{
  border-inline-start-color: rgb(12 74 110 / 0.7);
}

.border-s-sky-900\/75{
  border-inline-start-color: rgb(12 74 110 / 0.75);
}

.border-s-sky-900\/80{
  border-inline-start-color: rgb(12 74 110 / 0.8);
}

.border-s-sky-900\/85{
  border-inline-start-color: rgb(12 74 110 / 0.85);
}

.border-s-sky-900\/90{
  border-inline-start-color: rgb(12 74 110 / 0.9);
}

.border-s-sky-900\/95{
  border-inline-start-color: rgb(12 74 110 / 0.95);
}

.border-s-sky-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-s-sky-950\/0{
  border-inline-start-color: rgb(8 47 73 / 0);
}

.border-s-sky-950\/10{
  border-inline-start-color: rgb(8 47 73 / 0.1);
}

.border-s-sky-950\/100{
  border-inline-start-color: rgb(8 47 73 / 1);
}

.border-s-sky-950\/15{
  border-inline-start-color: rgb(8 47 73 / 0.15);
}

.border-s-sky-950\/20{
  border-inline-start-color: rgb(8 47 73 / 0.2);
}

.border-s-sky-950\/25{
  border-inline-start-color: rgb(8 47 73 / 0.25);
}

.border-s-sky-950\/30{
  border-inline-start-color: rgb(8 47 73 / 0.3);
}

.border-s-sky-950\/35{
  border-inline-start-color: rgb(8 47 73 / 0.35);
}

.border-s-sky-950\/40{
  border-inline-start-color: rgb(8 47 73 / 0.4);
}

.border-s-sky-950\/45{
  border-inline-start-color: rgb(8 47 73 / 0.45);
}

.border-s-sky-950\/5{
  border-inline-start-color: rgb(8 47 73 / 0.05);
}

.border-s-sky-950\/50{
  border-inline-start-color: rgb(8 47 73 / 0.5);
}

.border-s-sky-950\/55{
  border-inline-start-color: rgb(8 47 73 / 0.55);
}

.border-s-sky-950\/60{
  border-inline-start-color: rgb(8 47 73 / 0.6);
}

.border-s-sky-950\/65{
  border-inline-start-color: rgb(8 47 73 / 0.65);
}

.border-s-sky-950\/70{
  border-inline-start-color: rgb(8 47 73 / 0.7);
}

.border-s-sky-950\/75{
  border-inline-start-color: rgb(8 47 73 / 0.75);
}

.border-s-sky-950\/80{
  border-inline-start-color: rgb(8 47 73 / 0.8);
}

.border-s-sky-950\/85{
  border-inline-start-color: rgb(8 47 73 / 0.85);
}

.border-s-sky-950\/90{
  border-inline-start-color: rgb(8 47 73 / 0.9);
}

.border-s-sky-950\/95{
  border-inline-start-color: rgb(8 47 73 / 0.95);
}

.border-s-slate-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-s-slate-100\/0{
  border-inline-start-color: rgb(241 245 249 / 0);
}

.border-s-slate-100\/10{
  border-inline-start-color: rgb(241 245 249 / 0.1);
}

.border-s-slate-100\/100{
  border-inline-start-color: rgb(241 245 249 / 1);
}

.border-s-slate-100\/15{
  border-inline-start-color: rgb(241 245 249 / 0.15);
}

.border-s-slate-100\/20{
  border-inline-start-color: rgb(241 245 249 / 0.2);
}

.border-s-slate-100\/25{
  border-inline-start-color: rgb(241 245 249 / 0.25);
}

.border-s-slate-100\/30{
  border-inline-start-color: rgb(241 245 249 / 0.3);
}

.border-s-slate-100\/35{
  border-inline-start-color: rgb(241 245 249 / 0.35);
}

.border-s-slate-100\/40{
  border-inline-start-color: rgb(241 245 249 / 0.4);
}

.border-s-slate-100\/45{
  border-inline-start-color: rgb(241 245 249 / 0.45);
}

.border-s-slate-100\/5{
  border-inline-start-color: rgb(241 245 249 / 0.05);
}

.border-s-slate-100\/50{
  border-inline-start-color: rgb(241 245 249 / 0.5);
}

.border-s-slate-100\/55{
  border-inline-start-color: rgb(241 245 249 / 0.55);
}

.border-s-slate-100\/60{
  border-inline-start-color: rgb(241 245 249 / 0.6);
}

.border-s-slate-100\/65{
  border-inline-start-color: rgb(241 245 249 / 0.65);
}

.border-s-slate-100\/70{
  border-inline-start-color: rgb(241 245 249 / 0.7);
}

.border-s-slate-100\/75{
  border-inline-start-color: rgb(241 245 249 / 0.75);
}

.border-s-slate-100\/80{
  border-inline-start-color: rgb(241 245 249 / 0.8);
}

.border-s-slate-100\/85{
  border-inline-start-color: rgb(241 245 249 / 0.85);
}

.border-s-slate-100\/90{
  border-inline-start-color: rgb(241 245 249 / 0.9);
}

.border-s-slate-100\/95{
  border-inline-start-color: rgb(241 245 249 / 0.95);
}

.border-s-slate-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-s-slate-200\/0{
  border-inline-start-color: rgb(226 232 240 / 0);
}

.border-s-slate-200\/10{
  border-inline-start-color: rgb(226 232 240 / 0.1);
}

.border-s-slate-200\/100{
  border-inline-start-color: rgb(226 232 240 / 1);
}

.border-s-slate-200\/15{
  border-inline-start-color: rgb(226 232 240 / 0.15);
}

.border-s-slate-200\/20{
  border-inline-start-color: rgb(226 232 240 / 0.2);
}

.border-s-slate-200\/25{
  border-inline-start-color: rgb(226 232 240 / 0.25);
}

.border-s-slate-200\/30{
  border-inline-start-color: rgb(226 232 240 / 0.3);
}

.border-s-slate-200\/35{
  border-inline-start-color: rgb(226 232 240 / 0.35);
}

.border-s-slate-200\/40{
  border-inline-start-color: rgb(226 232 240 / 0.4);
}

.border-s-slate-200\/45{
  border-inline-start-color: rgb(226 232 240 / 0.45);
}

.border-s-slate-200\/5{
  border-inline-start-color: rgb(226 232 240 / 0.05);
}

.border-s-slate-200\/50{
  border-inline-start-color: rgb(226 232 240 / 0.5);
}

.border-s-slate-200\/55{
  border-inline-start-color: rgb(226 232 240 / 0.55);
}

.border-s-slate-200\/60{
  border-inline-start-color: rgb(226 232 240 / 0.6);
}

.border-s-slate-200\/65{
  border-inline-start-color: rgb(226 232 240 / 0.65);
}

.border-s-slate-200\/70{
  border-inline-start-color: rgb(226 232 240 / 0.7);
}

.border-s-slate-200\/75{
  border-inline-start-color: rgb(226 232 240 / 0.75);
}

.border-s-slate-200\/80{
  border-inline-start-color: rgb(226 232 240 / 0.8);
}

.border-s-slate-200\/85{
  border-inline-start-color: rgb(226 232 240 / 0.85);
}

.border-s-slate-200\/90{
  border-inline-start-color: rgb(226 232 240 / 0.9);
}

.border-s-slate-200\/95{
  border-inline-start-color: rgb(226 232 240 / 0.95);
}

.border-s-slate-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-s-slate-300\/0{
  border-inline-start-color: rgb(203 213 225 / 0);
}

.border-s-slate-300\/10{
  border-inline-start-color: rgb(203 213 225 / 0.1);
}

.border-s-slate-300\/100{
  border-inline-start-color: rgb(203 213 225 / 1);
}

.border-s-slate-300\/15{
  border-inline-start-color: rgb(203 213 225 / 0.15);
}

.border-s-slate-300\/20{
  border-inline-start-color: rgb(203 213 225 / 0.2);
}

.border-s-slate-300\/25{
  border-inline-start-color: rgb(203 213 225 / 0.25);
}

.border-s-slate-300\/30{
  border-inline-start-color: rgb(203 213 225 / 0.3);
}

.border-s-slate-300\/35{
  border-inline-start-color: rgb(203 213 225 / 0.35);
}

.border-s-slate-300\/40{
  border-inline-start-color: rgb(203 213 225 / 0.4);
}

.border-s-slate-300\/45{
  border-inline-start-color: rgb(203 213 225 / 0.45);
}

.border-s-slate-300\/5{
  border-inline-start-color: rgb(203 213 225 / 0.05);
}

.border-s-slate-300\/50{
  border-inline-start-color: rgb(203 213 225 / 0.5);
}

.border-s-slate-300\/55{
  border-inline-start-color: rgb(203 213 225 / 0.55);
}

.border-s-slate-300\/60{
  border-inline-start-color: rgb(203 213 225 / 0.6);
}

.border-s-slate-300\/65{
  border-inline-start-color: rgb(203 213 225 / 0.65);
}

.border-s-slate-300\/70{
  border-inline-start-color: rgb(203 213 225 / 0.7);
}

.border-s-slate-300\/75{
  border-inline-start-color: rgb(203 213 225 / 0.75);
}

.border-s-slate-300\/80{
  border-inline-start-color: rgb(203 213 225 / 0.8);
}

.border-s-slate-300\/85{
  border-inline-start-color: rgb(203 213 225 / 0.85);
}

.border-s-slate-300\/90{
  border-inline-start-color: rgb(203 213 225 / 0.9);
}

.border-s-slate-300\/95{
  border-inline-start-color: rgb(203 213 225 / 0.95);
}

.border-s-slate-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-s-slate-400\/0{
  border-inline-start-color: rgb(148 163 184 / 0);
}

.border-s-slate-400\/10{
  border-inline-start-color: rgb(148 163 184 / 0.1);
}

.border-s-slate-400\/100{
  border-inline-start-color: rgb(148 163 184 / 1);
}

.border-s-slate-400\/15{
  border-inline-start-color: rgb(148 163 184 / 0.15);
}

.border-s-slate-400\/20{
  border-inline-start-color: rgb(148 163 184 / 0.2);
}

.border-s-slate-400\/25{
  border-inline-start-color: rgb(148 163 184 / 0.25);
}

.border-s-slate-400\/30{
  border-inline-start-color: rgb(148 163 184 / 0.3);
}

.border-s-slate-400\/35{
  border-inline-start-color: rgb(148 163 184 / 0.35);
}

.border-s-slate-400\/40{
  border-inline-start-color: rgb(148 163 184 / 0.4);
}

.border-s-slate-400\/45{
  border-inline-start-color: rgb(148 163 184 / 0.45);
}

.border-s-slate-400\/5{
  border-inline-start-color: rgb(148 163 184 / 0.05);
}

.border-s-slate-400\/50{
  border-inline-start-color: rgb(148 163 184 / 0.5);
}

.border-s-slate-400\/55{
  border-inline-start-color: rgb(148 163 184 / 0.55);
}

.border-s-slate-400\/60{
  border-inline-start-color: rgb(148 163 184 / 0.6);
}

.border-s-slate-400\/65{
  border-inline-start-color: rgb(148 163 184 / 0.65);
}

.border-s-slate-400\/70{
  border-inline-start-color: rgb(148 163 184 / 0.7);
}

.border-s-slate-400\/75{
  border-inline-start-color: rgb(148 163 184 / 0.75);
}

.border-s-slate-400\/80{
  border-inline-start-color: rgb(148 163 184 / 0.8);
}

.border-s-slate-400\/85{
  border-inline-start-color: rgb(148 163 184 / 0.85);
}

.border-s-slate-400\/90{
  border-inline-start-color: rgb(148 163 184 / 0.9);
}

.border-s-slate-400\/95{
  border-inline-start-color: rgb(148 163 184 / 0.95);
}

.border-s-slate-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-s-slate-50\/0{
  border-inline-start-color: rgb(248 250 252 / 0);
}

.border-s-slate-50\/10{
  border-inline-start-color: rgb(248 250 252 / 0.1);
}

.border-s-slate-50\/100{
  border-inline-start-color: rgb(248 250 252 / 1);
}

.border-s-slate-50\/15{
  border-inline-start-color: rgb(248 250 252 / 0.15);
}

.border-s-slate-50\/20{
  border-inline-start-color: rgb(248 250 252 / 0.2);
}

.border-s-slate-50\/25{
  border-inline-start-color: rgb(248 250 252 / 0.25);
}

.border-s-slate-50\/30{
  border-inline-start-color: rgb(248 250 252 / 0.3);
}

.border-s-slate-50\/35{
  border-inline-start-color: rgb(248 250 252 / 0.35);
}

.border-s-slate-50\/40{
  border-inline-start-color: rgb(248 250 252 / 0.4);
}

.border-s-slate-50\/45{
  border-inline-start-color: rgb(248 250 252 / 0.45);
}

.border-s-slate-50\/5{
  border-inline-start-color: rgb(248 250 252 / 0.05);
}

.border-s-slate-50\/50{
  border-inline-start-color: rgb(248 250 252 / 0.5);
}

.border-s-slate-50\/55{
  border-inline-start-color: rgb(248 250 252 / 0.55);
}

.border-s-slate-50\/60{
  border-inline-start-color: rgb(248 250 252 / 0.6);
}

.border-s-slate-50\/65{
  border-inline-start-color: rgb(248 250 252 / 0.65);
}

.border-s-slate-50\/70{
  border-inline-start-color: rgb(248 250 252 / 0.7);
}

.border-s-slate-50\/75{
  border-inline-start-color: rgb(248 250 252 / 0.75);
}

.border-s-slate-50\/80{
  border-inline-start-color: rgb(248 250 252 / 0.8);
}

.border-s-slate-50\/85{
  border-inline-start-color: rgb(248 250 252 / 0.85);
}

.border-s-slate-50\/90{
  border-inline-start-color: rgb(248 250 252 / 0.9);
}

.border-s-slate-50\/95{
  border-inline-start-color: rgb(248 250 252 / 0.95);
}

.border-s-slate-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-s-slate-500\/0{
  border-inline-start-color: rgb(100 116 139 / 0);
}

.border-s-slate-500\/10{
  border-inline-start-color: rgb(100 116 139 / 0.1);
}

.border-s-slate-500\/100{
  border-inline-start-color: rgb(100 116 139 / 1);
}

.border-s-slate-500\/15{
  border-inline-start-color: rgb(100 116 139 / 0.15);
}

.border-s-slate-500\/20{
  border-inline-start-color: rgb(100 116 139 / 0.2);
}

.border-s-slate-500\/25{
  border-inline-start-color: rgb(100 116 139 / 0.25);
}

.border-s-slate-500\/30{
  border-inline-start-color: rgb(100 116 139 / 0.3);
}

.border-s-slate-500\/35{
  border-inline-start-color: rgb(100 116 139 / 0.35);
}

.border-s-slate-500\/40{
  border-inline-start-color: rgb(100 116 139 / 0.4);
}

.border-s-slate-500\/45{
  border-inline-start-color: rgb(100 116 139 / 0.45);
}

.border-s-slate-500\/5{
  border-inline-start-color: rgb(100 116 139 / 0.05);
}

.border-s-slate-500\/50{
  border-inline-start-color: rgb(100 116 139 / 0.5);
}

.border-s-slate-500\/55{
  border-inline-start-color: rgb(100 116 139 / 0.55);
}

.border-s-slate-500\/60{
  border-inline-start-color: rgb(100 116 139 / 0.6);
}

.border-s-slate-500\/65{
  border-inline-start-color: rgb(100 116 139 / 0.65);
}

.border-s-slate-500\/70{
  border-inline-start-color: rgb(100 116 139 / 0.7);
}

.border-s-slate-500\/75{
  border-inline-start-color: rgb(100 116 139 / 0.75);
}

.border-s-slate-500\/80{
  border-inline-start-color: rgb(100 116 139 / 0.8);
}

.border-s-slate-500\/85{
  border-inline-start-color: rgb(100 116 139 / 0.85);
}

.border-s-slate-500\/90{
  border-inline-start-color: rgb(100 116 139 / 0.9);
}

.border-s-slate-500\/95{
  border-inline-start-color: rgb(100 116 139 / 0.95);
}

.border-s-slate-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-s-slate-600\/0{
  border-inline-start-color: rgb(71 85 105 / 0);
}

.border-s-slate-600\/10{
  border-inline-start-color: rgb(71 85 105 / 0.1);
}

.border-s-slate-600\/100{
  border-inline-start-color: rgb(71 85 105 / 1);
}

.border-s-slate-600\/15{
  border-inline-start-color: rgb(71 85 105 / 0.15);
}

.border-s-slate-600\/20{
  border-inline-start-color: rgb(71 85 105 / 0.2);
}

.border-s-slate-600\/25{
  border-inline-start-color: rgb(71 85 105 / 0.25);
}

.border-s-slate-600\/30{
  border-inline-start-color: rgb(71 85 105 / 0.3);
}

.border-s-slate-600\/35{
  border-inline-start-color: rgb(71 85 105 / 0.35);
}

.border-s-slate-600\/40{
  border-inline-start-color: rgb(71 85 105 / 0.4);
}

.border-s-slate-600\/45{
  border-inline-start-color: rgb(71 85 105 / 0.45);
}

.border-s-slate-600\/5{
  border-inline-start-color: rgb(71 85 105 / 0.05);
}

.border-s-slate-600\/50{
  border-inline-start-color: rgb(71 85 105 / 0.5);
}

.border-s-slate-600\/55{
  border-inline-start-color: rgb(71 85 105 / 0.55);
}

.border-s-slate-600\/60{
  border-inline-start-color: rgb(71 85 105 / 0.6);
}

.border-s-slate-600\/65{
  border-inline-start-color: rgb(71 85 105 / 0.65);
}

.border-s-slate-600\/70{
  border-inline-start-color: rgb(71 85 105 / 0.7);
}

.border-s-slate-600\/75{
  border-inline-start-color: rgb(71 85 105 / 0.75);
}

.border-s-slate-600\/80{
  border-inline-start-color: rgb(71 85 105 / 0.8);
}

.border-s-slate-600\/85{
  border-inline-start-color: rgb(71 85 105 / 0.85);
}

.border-s-slate-600\/90{
  border-inline-start-color: rgb(71 85 105 / 0.9);
}

.border-s-slate-600\/95{
  border-inline-start-color: rgb(71 85 105 / 0.95);
}

.border-s-slate-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-s-slate-700\/0{
  border-inline-start-color: rgb(51 65 85 / 0);
}

.border-s-slate-700\/10{
  border-inline-start-color: rgb(51 65 85 / 0.1);
}

.border-s-slate-700\/100{
  border-inline-start-color: rgb(51 65 85 / 1);
}

.border-s-slate-700\/15{
  border-inline-start-color: rgb(51 65 85 / 0.15);
}

.border-s-slate-700\/20{
  border-inline-start-color: rgb(51 65 85 / 0.2);
}

.border-s-slate-700\/25{
  border-inline-start-color: rgb(51 65 85 / 0.25);
}

.border-s-slate-700\/30{
  border-inline-start-color: rgb(51 65 85 / 0.3);
}

.border-s-slate-700\/35{
  border-inline-start-color: rgb(51 65 85 / 0.35);
}

.border-s-slate-700\/40{
  border-inline-start-color: rgb(51 65 85 / 0.4);
}

.border-s-slate-700\/45{
  border-inline-start-color: rgb(51 65 85 / 0.45);
}

.border-s-slate-700\/5{
  border-inline-start-color: rgb(51 65 85 / 0.05);
}

.border-s-slate-700\/50{
  border-inline-start-color: rgb(51 65 85 / 0.5);
}

.border-s-slate-700\/55{
  border-inline-start-color: rgb(51 65 85 / 0.55);
}

.border-s-slate-700\/60{
  border-inline-start-color: rgb(51 65 85 / 0.6);
}

.border-s-slate-700\/65{
  border-inline-start-color: rgb(51 65 85 / 0.65);
}

.border-s-slate-700\/70{
  border-inline-start-color: rgb(51 65 85 / 0.7);
}

.border-s-slate-700\/75{
  border-inline-start-color: rgb(51 65 85 / 0.75);
}

.border-s-slate-700\/80{
  border-inline-start-color: rgb(51 65 85 / 0.8);
}

.border-s-slate-700\/85{
  border-inline-start-color: rgb(51 65 85 / 0.85);
}

.border-s-slate-700\/90{
  border-inline-start-color: rgb(51 65 85 / 0.9);
}

.border-s-slate-700\/95{
  border-inline-start-color: rgb(51 65 85 / 0.95);
}

.border-s-slate-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-s-slate-800\/0{
  border-inline-start-color: rgb(30 41 59 / 0);
}

.border-s-slate-800\/10{
  border-inline-start-color: rgb(30 41 59 / 0.1);
}

.border-s-slate-800\/100{
  border-inline-start-color: rgb(30 41 59 / 1);
}

.border-s-slate-800\/15{
  border-inline-start-color: rgb(30 41 59 / 0.15);
}

.border-s-slate-800\/20{
  border-inline-start-color: rgb(30 41 59 / 0.2);
}

.border-s-slate-800\/25{
  border-inline-start-color: rgb(30 41 59 / 0.25);
}

.border-s-slate-800\/30{
  border-inline-start-color: rgb(30 41 59 / 0.3);
}

.border-s-slate-800\/35{
  border-inline-start-color: rgb(30 41 59 / 0.35);
}

.border-s-slate-800\/40{
  border-inline-start-color: rgb(30 41 59 / 0.4);
}

.border-s-slate-800\/45{
  border-inline-start-color: rgb(30 41 59 / 0.45);
}

.border-s-slate-800\/5{
  border-inline-start-color: rgb(30 41 59 / 0.05);
}

.border-s-slate-800\/50{
  border-inline-start-color: rgb(30 41 59 / 0.5);
}

.border-s-slate-800\/55{
  border-inline-start-color: rgb(30 41 59 / 0.55);
}

.border-s-slate-800\/60{
  border-inline-start-color: rgb(30 41 59 / 0.6);
}

.border-s-slate-800\/65{
  border-inline-start-color: rgb(30 41 59 / 0.65);
}

.border-s-slate-800\/70{
  border-inline-start-color: rgb(30 41 59 / 0.7);
}

.border-s-slate-800\/75{
  border-inline-start-color: rgb(30 41 59 / 0.75);
}

.border-s-slate-800\/80{
  border-inline-start-color: rgb(30 41 59 / 0.8);
}

.border-s-slate-800\/85{
  border-inline-start-color: rgb(30 41 59 / 0.85);
}

.border-s-slate-800\/90{
  border-inline-start-color: rgb(30 41 59 / 0.9);
}

.border-s-slate-800\/95{
  border-inline-start-color: rgb(30 41 59 / 0.95);
}

.border-s-slate-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-s-slate-900\/0{
  border-inline-start-color: rgb(15 23 42 / 0);
}

.border-s-slate-900\/10{
  border-inline-start-color: rgb(15 23 42 / 0.1);
}

.border-s-slate-900\/100{
  border-inline-start-color: rgb(15 23 42 / 1);
}

.border-s-slate-900\/15{
  border-inline-start-color: rgb(15 23 42 / 0.15);
}

.border-s-slate-900\/20{
  border-inline-start-color: rgb(15 23 42 / 0.2);
}

.border-s-slate-900\/25{
  border-inline-start-color: rgb(15 23 42 / 0.25);
}

.border-s-slate-900\/30{
  border-inline-start-color: rgb(15 23 42 / 0.3);
}

.border-s-slate-900\/35{
  border-inline-start-color: rgb(15 23 42 / 0.35);
}

.border-s-slate-900\/40{
  border-inline-start-color: rgb(15 23 42 / 0.4);
}

.border-s-slate-900\/45{
  border-inline-start-color: rgb(15 23 42 / 0.45);
}

.border-s-slate-900\/5{
  border-inline-start-color: rgb(15 23 42 / 0.05);
}

.border-s-slate-900\/50{
  border-inline-start-color: rgb(15 23 42 / 0.5);
}

.border-s-slate-900\/55{
  border-inline-start-color: rgb(15 23 42 / 0.55);
}

.border-s-slate-900\/60{
  border-inline-start-color: rgb(15 23 42 / 0.6);
}

.border-s-slate-900\/65{
  border-inline-start-color: rgb(15 23 42 / 0.65);
}

.border-s-slate-900\/70{
  border-inline-start-color: rgb(15 23 42 / 0.7);
}

.border-s-slate-900\/75{
  border-inline-start-color: rgb(15 23 42 / 0.75);
}

.border-s-slate-900\/80{
  border-inline-start-color: rgb(15 23 42 / 0.8);
}

.border-s-slate-900\/85{
  border-inline-start-color: rgb(15 23 42 / 0.85);
}

.border-s-slate-900\/90{
  border-inline-start-color: rgb(15 23 42 / 0.9);
}

.border-s-slate-900\/95{
  border-inline-start-color: rgb(15 23 42 / 0.95);
}

.border-s-slate-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-s-slate-950\/0{
  border-inline-start-color: rgb(2 6 23 / 0);
}

.border-s-slate-950\/10{
  border-inline-start-color: rgb(2 6 23 / 0.1);
}

.border-s-slate-950\/100{
  border-inline-start-color: rgb(2 6 23 / 1);
}

.border-s-slate-950\/15{
  border-inline-start-color: rgb(2 6 23 / 0.15);
}

.border-s-slate-950\/20{
  border-inline-start-color: rgb(2 6 23 / 0.2);
}

.border-s-slate-950\/25{
  border-inline-start-color: rgb(2 6 23 / 0.25);
}

.border-s-slate-950\/30{
  border-inline-start-color: rgb(2 6 23 / 0.3);
}

.border-s-slate-950\/35{
  border-inline-start-color: rgb(2 6 23 / 0.35);
}

.border-s-slate-950\/40{
  border-inline-start-color: rgb(2 6 23 / 0.4);
}

.border-s-slate-950\/45{
  border-inline-start-color: rgb(2 6 23 / 0.45);
}

.border-s-slate-950\/5{
  border-inline-start-color: rgb(2 6 23 / 0.05);
}

.border-s-slate-950\/50{
  border-inline-start-color: rgb(2 6 23 / 0.5);
}

.border-s-slate-950\/55{
  border-inline-start-color: rgb(2 6 23 / 0.55);
}

.border-s-slate-950\/60{
  border-inline-start-color: rgb(2 6 23 / 0.6);
}

.border-s-slate-950\/65{
  border-inline-start-color: rgb(2 6 23 / 0.65);
}

.border-s-slate-950\/70{
  border-inline-start-color: rgb(2 6 23 / 0.7);
}

.border-s-slate-950\/75{
  border-inline-start-color: rgb(2 6 23 / 0.75);
}

.border-s-slate-950\/80{
  border-inline-start-color: rgb(2 6 23 / 0.8);
}

.border-s-slate-950\/85{
  border-inline-start-color: rgb(2 6 23 / 0.85);
}

.border-s-slate-950\/90{
  border-inline-start-color: rgb(2 6 23 / 0.9);
}

.border-s-slate-950\/95{
  border-inline-start-color: rgb(2 6 23 / 0.95);
}

.border-s-stone-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-s-stone-100\/0{
  border-inline-start-color: rgb(245 245 244 / 0);
}

.border-s-stone-100\/10{
  border-inline-start-color: rgb(245 245 244 / 0.1);
}

.border-s-stone-100\/100{
  border-inline-start-color: rgb(245 245 244 / 1);
}

.border-s-stone-100\/15{
  border-inline-start-color: rgb(245 245 244 / 0.15);
}

.border-s-stone-100\/20{
  border-inline-start-color: rgb(245 245 244 / 0.2);
}

.border-s-stone-100\/25{
  border-inline-start-color: rgb(245 245 244 / 0.25);
}

.border-s-stone-100\/30{
  border-inline-start-color: rgb(245 245 244 / 0.3);
}

.border-s-stone-100\/35{
  border-inline-start-color: rgb(245 245 244 / 0.35);
}

.border-s-stone-100\/40{
  border-inline-start-color: rgb(245 245 244 / 0.4);
}

.border-s-stone-100\/45{
  border-inline-start-color: rgb(245 245 244 / 0.45);
}

.border-s-stone-100\/5{
  border-inline-start-color: rgb(245 245 244 / 0.05);
}

.border-s-stone-100\/50{
  border-inline-start-color: rgb(245 245 244 / 0.5);
}

.border-s-stone-100\/55{
  border-inline-start-color: rgb(245 245 244 / 0.55);
}

.border-s-stone-100\/60{
  border-inline-start-color: rgb(245 245 244 / 0.6);
}

.border-s-stone-100\/65{
  border-inline-start-color: rgb(245 245 244 / 0.65);
}

.border-s-stone-100\/70{
  border-inline-start-color: rgb(245 245 244 / 0.7);
}

.border-s-stone-100\/75{
  border-inline-start-color: rgb(245 245 244 / 0.75);
}

.border-s-stone-100\/80{
  border-inline-start-color: rgb(245 245 244 / 0.8);
}

.border-s-stone-100\/85{
  border-inline-start-color: rgb(245 245 244 / 0.85);
}

.border-s-stone-100\/90{
  border-inline-start-color: rgb(245 245 244 / 0.9);
}

.border-s-stone-100\/95{
  border-inline-start-color: rgb(245 245 244 / 0.95);
}

.border-s-stone-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-s-stone-200\/0{
  border-inline-start-color: rgb(231 229 228 / 0);
}

.border-s-stone-200\/10{
  border-inline-start-color: rgb(231 229 228 / 0.1);
}

.border-s-stone-200\/100{
  border-inline-start-color: rgb(231 229 228 / 1);
}

.border-s-stone-200\/15{
  border-inline-start-color: rgb(231 229 228 / 0.15);
}

.border-s-stone-200\/20{
  border-inline-start-color: rgb(231 229 228 / 0.2);
}

.border-s-stone-200\/25{
  border-inline-start-color: rgb(231 229 228 / 0.25);
}

.border-s-stone-200\/30{
  border-inline-start-color: rgb(231 229 228 / 0.3);
}

.border-s-stone-200\/35{
  border-inline-start-color: rgb(231 229 228 / 0.35);
}

.border-s-stone-200\/40{
  border-inline-start-color: rgb(231 229 228 / 0.4);
}

.border-s-stone-200\/45{
  border-inline-start-color: rgb(231 229 228 / 0.45);
}

.border-s-stone-200\/5{
  border-inline-start-color: rgb(231 229 228 / 0.05);
}

.border-s-stone-200\/50{
  border-inline-start-color: rgb(231 229 228 / 0.5);
}

.border-s-stone-200\/55{
  border-inline-start-color: rgb(231 229 228 / 0.55);
}

.border-s-stone-200\/60{
  border-inline-start-color: rgb(231 229 228 / 0.6);
}

.border-s-stone-200\/65{
  border-inline-start-color: rgb(231 229 228 / 0.65);
}

.border-s-stone-200\/70{
  border-inline-start-color: rgb(231 229 228 / 0.7);
}

.border-s-stone-200\/75{
  border-inline-start-color: rgb(231 229 228 / 0.75);
}

.border-s-stone-200\/80{
  border-inline-start-color: rgb(231 229 228 / 0.8);
}

.border-s-stone-200\/85{
  border-inline-start-color: rgb(231 229 228 / 0.85);
}

.border-s-stone-200\/90{
  border-inline-start-color: rgb(231 229 228 / 0.9);
}

.border-s-stone-200\/95{
  border-inline-start-color: rgb(231 229 228 / 0.95);
}

.border-s-stone-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-s-stone-300\/0{
  border-inline-start-color: rgb(214 211 209 / 0);
}

.border-s-stone-300\/10{
  border-inline-start-color: rgb(214 211 209 / 0.1);
}

.border-s-stone-300\/100{
  border-inline-start-color: rgb(214 211 209 / 1);
}

.border-s-stone-300\/15{
  border-inline-start-color: rgb(214 211 209 / 0.15);
}

.border-s-stone-300\/20{
  border-inline-start-color: rgb(214 211 209 / 0.2);
}

.border-s-stone-300\/25{
  border-inline-start-color: rgb(214 211 209 / 0.25);
}

.border-s-stone-300\/30{
  border-inline-start-color: rgb(214 211 209 / 0.3);
}

.border-s-stone-300\/35{
  border-inline-start-color: rgb(214 211 209 / 0.35);
}

.border-s-stone-300\/40{
  border-inline-start-color: rgb(214 211 209 / 0.4);
}

.border-s-stone-300\/45{
  border-inline-start-color: rgb(214 211 209 / 0.45);
}

.border-s-stone-300\/5{
  border-inline-start-color: rgb(214 211 209 / 0.05);
}

.border-s-stone-300\/50{
  border-inline-start-color: rgb(214 211 209 / 0.5);
}

.border-s-stone-300\/55{
  border-inline-start-color: rgb(214 211 209 / 0.55);
}

.border-s-stone-300\/60{
  border-inline-start-color: rgb(214 211 209 / 0.6);
}

.border-s-stone-300\/65{
  border-inline-start-color: rgb(214 211 209 / 0.65);
}

.border-s-stone-300\/70{
  border-inline-start-color: rgb(214 211 209 / 0.7);
}

.border-s-stone-300\/75{
  border-inline-start-color: rgb(214 211 209 / 0.75);
}

.border-s-stone-300\/80{
  border-inline-start-color: rgb(214 211 209 / 0.8);
}

.border-s-stone-300\/85{
  border-inline-start-color: rgb(214 211 209 / 0.85);
}

.border-s-stone-300\/90{
  border-inline-start-color: rgb(214 211 209 / 0.9);
}

.border-s-stone-300\/95{
  border-inline-start-color: rgb(214 211 209 / 0.95);
}

.border-s-stone-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-s-stone-400\/0{
  border-inline-start-color: rgb(168 162 158 / 0);
}

.border-s-stone-400\/10{
  border-inline-start-color: rgb(168 162 158 / 0.1);
}

.border-s-stone-400\/100{
  border-inline-start-color: rgb(168 162 158 / 1);
}

.border-s-stone-400\/15{
  border-inline-start-color: rgb(168 162 158 / 0.15);
}

.border-s-stone-400\/20{
  border-inline-start-color: rgb(168 162 158 / 0.2);
}

.border-s-stone-400\/25{
  border-inline-start-color: rgb(168 162 158 / 0.25);
}

.border-s-stone-400\/30{
  border-inline-start-color: rgb(168 162 158 / 0.3);
}

.border-s-stone-400\/35{
  border-inline-start-color: rgb(168 162 158 / 0.35);
}

.border-s-stone-400\/40{
  border-inline-start-color: rgb(168 162 158 / 0.4);
}

.border-s-stone-400\/45{
  border-inline-start-color: rgb(168 162 158 / 0.45);
}

.border-s-stone-400\/5{
  border-inline-start-color: rgb(168 162 158 / 0.05);
}

.border-s-stone-400\/50{
  border-inline-start-color: rgb(168 162 158 / 0.5);
}

.border-s-stone-400\/55{
  border-inline-start-color: rgb(168 162 158 / 0.55);
}

.border-s-stone-400\/60{
  border-inline-start-color: rgb(168 162 158 / 0.6);
}

.border-s-stone-400\/65{
  border-inline-start-color: rgb(168 162 158 / 0.65);
}

.border-s-stone-400\/70{
  border-inline-start-color: rgb(168 162 158 / 0.7);
}

.border-s-stone-400\/75{
  border-inline-start-color: rgb(168 162 158 / 0.75);
}

.border-s-stone-400\/80{
  border-inline-start-color: rgb(168 162 158 / 0.8);
}

.border-s-stone-400\/85{
  border-inline-start-color: rgb(168 162 158 / 0.85);
}

.border-s-stone-400\/90{
  border-inline-start-color: rgb(168 162 158 / 0.9);
}

.border-s-stone-400\/95{
  border-inline-start-color: rgb(168 162 158 / 0.95);
}

.border-s-stone-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-s-stone-50\/0{
  border-inline-start-color: rgb(250 250 249 / 0);
}

.border-s-stone-50\/10{
  border-inline-start-color: rgb(250 250 249 / 0.1);
}

.border-s-stone-50\/100{
  border-inline-start-color: rgb(250 250 249 / 1);
}

.border-s-stone-50\/15{
  border-inline-start-color: rgb(250 250 249 / 0.15);
}

.border-s-stone-50\/20{
  border-inline-start-color: rgb(250 250 249 / 0.2);
}

.border-s-stone-50\/25{
  border-inline-start-color: rgb(250 250 249 / 0.25);
}

.border-s-stone-50\/30{
  border-inline-start-color: rgb(250 250 249 / 0.3);
}

.border-s-stone-50\/35{
  border-inline-start-color: rgb(250 250 249 / 0.35);
}

.border-s-stone-50\/40{
  border-inline-start-color: rgb(250 250 249 / 0.4);
}

.border-s-stone-50\/45{
  border-inline-start-color: rgb(250 250 249 / 0.45);
}

.border-s-stone-50\/5{
  border-inline-start-color: rgb(250 250 249 / 0.05);
}

.border-s-stone-50\/50{
  border-inline-start-color: rgb(250 250 249 / 0.5);
}

.border-s-stone-50\/55{
  border-inline-start-color: rgb(250 250 249 / 0.55);
}

.border-s-stone-50\/60{
  border-inline-start-color: rgb(250 250 249 / 0.6);
}

.border-s-stone-50\/65{
  border-inline-start-color: rgb(250 250 249 / 0.65);
}

.border-s-stone-50\/70{
  border-inline-start-color: rgb(250 250 249 / 0.7);
}

.border-s-stone-50\/75{
  border-inline-start-color: rgb(250 250 249 / 0.75);
}

.border-s-stone-50\/80{
  border-inline-start-color: rgb(250 250 249 / 0.8);
}

.border-s-stone-50\/85{
  border-inline-start-color: rgb(250 250 249 / 0.85);
}

.border-s-stone-50\/90{
  border-inline-start-color: rgb(250 250 249 / 0.9);
}

.border-s-stone-50\/95{
  border-inline-start-color: rgb(250 250 249 / 0.95);
}

.border-s-stone-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-s-stone-500\/0{
  border-inline-start-color: rgb(120 113 108 / 0);
}

.border-s-stone-500\/10{
  border-inline-start-color: rgb(120 113 108 / 0.1);
}

.border-s-stone-500\/100{
  border-inline-start-color: rgb(120 113 108 / 1);
}

.border-s-stone-500\/15{
  border-inline-start-color: rgb(120 113 108 / 0.15);
}

.border-s-stone-500\/20{
  border-inline-start-color: rgb(120 113 108 / 0.2);
}

.border-s-stone-500\/25{
  border-inline-start-color: rgb(120 113 108 / 0.25);
}

.border-s-stone-500\/30{
  border-inline-start-color: rgb(120 113 108 / 0.3);
}

.border-s-stone-500\/35{
  border-inline-start-color: rgb(120 113 108 / 0.35);
}

.border-s-stone-500\/40{
  border-inline-start-color: rgb(120 113 108 / 0.4);
}

.border-s-stone-500\/45{
  border-inline-start-color: rgb(120 113 108 / 0.45);
}

.border-s-stone-500\/5{
  border-inline-start-color: rgb(120 113 108 / 0.05);
}

.border-s-stone-500\/50{
  border-inline-start-color: rgb(120 113 108 / 0.5);
}

.border-s-stone-500\/55{
  border-inline-start-color: rgb(120 113 108 / 0.55);
}

.border-s-stone-500\/60{
  border-inline-start-color: rgb(120 113 108 / 0.6);
}

.border-s-stone-500\/65{
  border-inline-start-color: rgb(120 113 108 / 0.65);
}

.border-s-stone-500\/70{
  border-inline-start-color: rgb(120 113 108 / 0.7);
}

.border-s-stone-500\/75{
  border-inline-start-color: rgb(120 113 108 / 0.75);
}

.border-s-stone-500\/80{
  border-inline-start-color: rgb(120 113 108 / 0.8);
}

.border-s-stone-500\/85{
  border-inline-start-color: rgb(120 113 108 / 0.85);
}

.border-s-stone-500\/90{
  border-inline-start-color: rgb(120 113 108 / 0.9);
}

.border-s-stone-500\/95{
  border-inline-start-color: rgb(120 113 108 / 0.95);
}

.border-s-stone-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-s-stone-600\/0{
  border-inline-start-color: rgb(87 83 78 / 0);
}

.border-s-stone-600\/10{
  border-inline-start-color: rgb(87 83 78 / 0.1);
}

.border-s-stone-600\/100{
  border-inline-start-color: rgb(87 83 78 / 1);
}

.border-s-stone-600\/15{
  border-inline-start-color: rgb(87 83 78 / 0.15);
}

.border-s-stone-600\/20{
  border-inline-start-color: rgb(87 83 78 / 0.2);
}

.border-s-stone-600\/25{
  border-inline-start-color: rgb(87 83 78 / 0.25);
}

.border-s-stone-600\/30{
  border-inline-start-color: rgb(87 83 78 / 0.3);
}

.border-s-stone-600\/35{
  border-inline-start-color: rgb(87 83 78 / 0.35);
}

.border-s-stone-600\/40{
  border-inline-start-color: rgb(87 83 78 / 0.4);
}

.border-s-stone-600\/45{
  border-inline-start-color: rgb(87 83 78 / 0.45);
}

.border-s-stone-600\/5{
  border-inline-start-color: rgb(87 83 78 / 0.05);
}

.border-s-stone-600\/50{
  border-inline-start-color: rgb(87 83 78 / 0.5);
}

.border-s-stone-600\/55{
  border-inline-start-color: rgb(87 83 78 / 0.55);
}

.border-s-stone-600\/60{
  border-inline-start-color: rgb(87 83 78 / 0.6);
}

.border-s-stone-600\/65{
  border-inline-start-color: rgb(87 83 78 / 0.65);
}

.border-s-stone-600\/70{
  border-inline-start-color: rgb(87 83 78 / 0.7);
}

.border-s-stone-600\/75{
  border-inline-start-color: rgb(87 83 78 / 0.75);
}

.border-s-stone-600\/80{
  border-inline-start-color: rgb(87 83 78 / 0.8);
}

.border-s-stone-600\/85{
  border-inline-start-color: rgb(87 83 78 / 0.85);
}

.border-s-stone-600\/90{
  border-inline-start-color: rgb(87 83 78 / 0.9);
}

.border-s-stone-600\/95{
  border-inline-start-color: rgb(87 83 78 / 0.95);
}

.border-s-stone-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-s-stone-700\/0{
  border-inline-start-color: rgb(68 64 60 / 0);
}

.border-s-stone-700\/10{
  border-inline-start-color: rgb(68 64 60 / 0.1);
}

.border-s-stone-700\/100{
  border-inline-start-color: rgb(68 64 60 / 1);
}

.border-s-stone-700\/15{
  border-inline-start-color: rgb(68 64 60 / 0.15);
}

.border-s-stone-700\/20{
  border-inline-start-color: rgb(68 64 60 / 0.2);
}

.border-s-stone-700\/25{
  border-inline-start-color: rgb(68 64 60 / 0.25);
}

.border-s-stone-700\/30{
  border-inline-start-color: rgb(68 64 60 / 0.3);
}

.border-s-stone-700\/35{
  border-inline-start-color: rgb(68 64 60 / 0.35);
}

.border-s-stone-700\/40{
  border-inline-start-color: rgb(68 64 60 / 0.4);
}

.border-s-stone-700\/45{
  border-inline-start-color: rgb(68 64 60 / 0.45);
}

.border-s-stone-700\/5{
  border-inline-start-color: rgb(68 64 60 / 0.05);
}

.border-s-stone-700\/50{
  border-inline-start-color: rgb(68 64 60 / 0.5);
}

.border-s-stone-700\/55{
  border-inline-start-color: rgb(68 64 60 / 0.55);
}

.border-s-stone-700\/60{
  border-inline-start-color: rgb(68 64 60 / 0.6);
}

.border-s-stone-700\/65{
  border-inline-start-color: rgb(68 64 60 / 0.65);
}

.border-s-stone-700\/70{
  border-inline-start-color: rgb(68 64 60 / 0.7);
}

.border-s-stone-700\/75{
  border-inline-start-color: rgb(68 64 60 / 0.75);
}

.border-s-stone-700\/80{
  border-inline-start-color: rgb(68 64 60 / 0.8);
}

.border-s-stone-700\/85{
  border-inline-start-color: rgb(68 64 60 / 0.85);
}

.border-s-stone-700\/90{
  border-inline-start-color: rgb(68 64 60 / 0.9);
}

.border-s-stone-700\/95{
  border-inline-start-color: rgb(68 64 60 / 0.95);
}

.border-s-stone-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-s-stone-800\/0{
  border-inline-start-color: rgb(41 37 36 / 0);
}

.border-s-stone-800\/10{
  border-inline-start-color: rgb(41 37 36 / 0.1);
}

.border-s-stone-800\/100{
  border-inline-start-color: rgb(41 37 36 / 1);
}

.border-s-stone-800\/15{
  border-inline-start-color: rgb(41 37 36 / 0.15);
}

.border-s-stone-800\/20{
  border-inline-start-color: rgb(41 37 36 / 0.2);
}

.border-s-stone-800\/25{
  border-inline-start-color: rgb(41 37 36 / 0.25);
}

.border-s-stone-800\/30{
  border-inline-start-color: rgb(41 37 36 / 0.3);
}

.border-s-stone-800\/35{
  border-inline-start-color: rgb(41 37 36 / 0.35);
}

.border-s-stone-800\/40{
  border-inline-start-color: rgb(41 37 36 / 0.4);
}

.border-s-stone-800\/45{
  border-inline-start-color: rgb(41 37 36 / 0.45);
}

.border-s-stone-800\/5{
  border-inline-start-color: rgb(41 37 36 / 0.05);
}

.border-s-stone-800\/50{
  border-inline-start-color: rgb(41 37 36 / 0.5);
}

.border-s-stone-800\/55{
  border-inline-start-color: rgb(41 37 36 / 0.55);
}

.border-s-stone-800\/60{
  border-inline-start-color: rgb(41 37 36 / 0.6);
}

.border-s-stone-800\/65{
  border-inline-start-color: rgb(41 37 36 / 0.65);
}

.border-s-stone-800\/70{
  border-inline-start-color: rgb(41 37 36 / 0.7);
}

.border-s-stone-800\/75{
  border-inline-start-color: rgb(41 37 36 / 0.75);
}

.border-s-stone-800\/80{
  border-inline-start-color: rgb(41 37 36 / 0.8);
}

.border-s-stone-800\/85{
  border-inline-start-color: rgb(41 37 36 / 0.85);
}

.border-s-stone-800\/90{
  border-inline-start-color: rgb(41 37 36 / 0.9);
}

.border-s-stone-800\/95{
  border-inline-start-color: rgb(41 37 36 / 0.95);
}

.border-s-stone-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-s-stone-900\/0{
  border-inline-start-color: rgb(28 25 23 / 0);
}

.border-s-stone-900\/10{
  border-inline-start-color: rgb(28 25 23 / 0.1);
}

.border-s-stone-900\/100{
  border-inline-start-color: rgb(28 25 23 / 1);
}

.border-s-stone-900\/15{
  border-inline-start-color: rgb(28 25 23 / 0.15);
}

.border-s-stone-900\/20{
  border-inline-start-color: rgb(28 25 23 / 0.2);
}

.border-s-stone-900\/25{
  border-inline-start-color: rgb(28 25 23 / 0.25);
}

.border-s-stone-900\/30{
  border-inline-start-color: rgb(28 25 23 / 0.3);
}

.border-s-stone-900\/35{
  border-inline-start-color: rgb(28 25 23 / 0.35);
}

.border-s-stone-900\/40{
  border-inline-start-color: rgb(28 25 23 / 0.4);
}

.border-s-stone-900\/45{
  border-inline-start-color: rgb(28 25 23 / 0.45);
}

.border-s-stone-900\/5{
  border-inline-start-color: rgb(28 25 23 / 0.05);
}

.border-s-stone-900\/50{
  border-inline-start-color: rgb(28 25 23 / 0.5);
}

.border-s-stone-900\/55{
  border-inline-start-color: rgb(28 25 23 / 0.55);
}

.border-s-stone-900\/60{
  border-inline-start-color: rgb(28 25 23 / 0.6);
}

.border-s-stone-900\/65{
  border-inline-start-color: rgb(28 25 23 / 0.65);
}

.border-s-stone-900\/70{
  border-inline-start-color: rgb(28 25 23 / 0.7);
}

.border-s-stone-900\/75{
  border-inline-start-color: rgb(28 25 23 / 0.75);
}

.border-s-stone-900\/80{
  border-inline-start-color: rgb(28 25 23 / 0.8);
}

.border-s-stone-900\/85{
  border-inline-start-color: rgb(28 25 23 / 0.85);
}

.border-s-stone-900\/90{
  border-inline-start-color: rgb(28 25 23 / 0.9);
}

.border-s-stone-900\/95{
  border-inline-start-color: rgb(28 25 23 / 0.95);
}

.border-s-stone-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-s-stone-950\/0{
  border-inline-start-color: rgb(12 10 9 / 0);
}

.border-s-stone-950\/10{
  border-inline-start-color: rgb(12 10 9 / 0.1);
}

.border-s-stone-950\/100{
  border-inline-start-color: rgb(12 10 9 / 1);
}

.border-s-stone-950\/15{
  border-inline-start-color: rgb(12 10 9 / 0.15);
}

.border-s-stone-950\/20{
  border-inline-start-color: rgb(12 10 9 / 0.2);
}

.border-s-stone-950\/25{
  border-inline-start-color: rgb(12 10 9 / 0.25);
}

.border-s-stone-950\/30{
  border-inline-start-color: rgb(12 10 9 / 0.3);
}

.border-s-stone-950\/35{
  border-inline-start-color: rgb(12 10 9 / 0.35);
}

.border-s-stone-950\/40{
  border-inline-start-color: rgb(12 10 9 / 0.4);
}

.border-s-stone-950\/45{
  border-inline-start-color: rgb(12 10 9 / 0.45);
}

.border-s-stone-950\/5{
  border-inline-start-color: rgb(12 10 9 / 0.05);
}

.border-s-stone-950\/50{
  border-inline-start-color: rgb(12 10 9 / 0.5);
}

.border-s-stone-950\/55{
  border-inline-start-color: rgb(12 10 9 / 0.55);
}

.border-s-stone-950\/60{
  border-inline-start-color: rgb(12 10 9 / 0.6);
}

.border-s-stone-950\/65{
  border-inline-start-color: rgb(12 10 9 / 0.65);
}

.border-s-stone-950\/70{
  border-inline-start-color: rgb(12 10 9 / 0.7);
}

.border-s-stone-950\/75{
  border-inline-start-color: rgb(12 10 9 / 0.75);
}

.border-s-stone-950\/80{
  border-inline-start-color: rgb(12 10 9 / 0.8);
}

.border-s-stone-950\/85{
  border-inline-start-color: rgb(12 10 9 / 0.85);
}

.border-s-stone-950\/90{
  border-inline-start-color: rgb(12 10 9 / 0.9);
}

.border-s-stone-950\/95{
  border-inline-start-color: rgb(12 10 9 / 0.95);
}

.border-s-success{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.border-s-success\/0{
  border-inline-start-color: rgb(7 196 149 / 0);
}

.border-s-success\/10{
  border-inline-start-color: rgb(7 196 149 / 0.1);
}

.border-s-success\/100{
  border-inline-start-color: rgb(7 196 149 / 1);
}

.border-s-success\/15{
  border-inline-start-color: rgb(7 196 149 / 0.15);
}

.border-s-success\/20{
  border-inline-start-color: rgb(7 196 149 / 0.2);
}

.border-s-success\/25{
  border-inline-start-color: rgb(7 196 149 / 0.25);
}

.border-s-success\/30{
  border-inline-start-color: rgb(7 196 149 / 0.3);
}

.border-s-success\/35{
  border-inline-start-color: rgb(7 196 149 / 0.35);
}

.border-s-success\/40{
  border-inline-start-color: rgb(7 196 149 / 0.4);
}

.border-s-success\/45{
  border-inline-start-color: rgb(7 196 149 / 0.45);
}

.border-s-success\/5{
  border-inline-start-color: rgb(7 196 149 / 0.05);
}

.border-s-success\/50{
  border-inline-start-color: rgb(7 196 149 / 0.5);
}

.border-s-success\/55{
  border-inline-start-color: rgb(7 196 149 / 0.55);
}

.border-s-success\/60{
  border-inline-start-color: rgb(7 196 149 / 0.6);
}

.border-s-success\/65{
  border-inline-start-color: rgb(7 196 149 / 0.65);
}

.border-s-success\/70{
  border-inline-start-color: rgb(7 196 149 / 0.7);
}

.border-s-success\/75{
  border-inline-start-color: rgb(7 196 149 / 0.75);
}

.border-s-success\/80{
  border-inline-start-color: rgb(7 196 149 / 0.8);
}

.border-s-success\/85{
  border-inline-start-color: rgb(7 196 149 / 0.85);
}

.border-s-success\/90{
  border-inline-start-color: rgb(7 196 149 / 0.9);
}

.border-s-success\/95{
  border-inline-start-color: rgb(7 196 149 / 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\/15{
  border-inline-start-color: rgb(204 251 241 / 0.15);
}

.border-s-teal-100\/20{
  border-inline-start-color: rgb(204 251 241 / 0.2);
}

.border-s-teal-100\/25{
  border-inline-start-color: rgb(204 251 241 / 0.25);
}

.border-s-teal-100\/30{
  border-inline-start-color: rgb(204 251 241 / 0.3);
}

.border-s-teal-100\/35{
  border-inline-start-color: rgb(204 251 241 / 0.35);
}

.border-s-teal-100\/40{
  border-inline-start-color: rgb(204 251 241 / 0.4);
}

.border-s-teal-100\/45{
  border-inline-start-color: rgb(204 251 241 / 0.45);
}

.border-s-teal-100\/5{
  border-inline-start-color: rgb(204 251 241 / 0.05);
}

.border-s-teal-100\/50{
  border-inline-start-color: rgb(204 251 241 / 0.5);
}

.border-s-teal-100\/55{
  border-inline-start-color: rgb(204 251 241 / 0.55);
}

.border-s-teal-100\/60{
  border-inline-start-color: rgb(204 251 241 / 0.6);
}

.border-s-teal-100\/65{
  border-inline-start-color: rgb(204 251 241 / 0.65);
}

.border-s-teal-100\/70{
  border-inline-start-color: rgb(204 251 241 / 0.7);
}

.border-s-teal-100\/75{
  border-inline-start-color: rgb(204 251 241 / 0.75);
}

.border-s-teal-100\/80{
  border-inline-start-color: rgb(204 251 241 / 0.8);
}

.border-s-teal-100\/85{
  border-inline-start-color: rgb(204 251 241 / 0.85);
}

.border-s-teal-100\/90{
  border-inline-start-color: rgb(204 251 241 / 0.9);
}

.border-s-teal-100\/95{
  border-inline-start-color: rgb(204 251 241 / 0.95);
}

.border-s-teal-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-s-teal-200\/0{
  border-inline-start-color: rgb(153 246 228 / 0);
}

.border-s-teal-200\/10{
  border-inline-start-color: rgb(153 246 228 / 0.1);
}

.border-s-teal-200\/100{
  border-inline-start-color: rgb(153 246 228 / 1);
}

.border-s-teal-200\/15{
  border-inline-start-color: rgb(153 246 228 / 0.15);
}

.border-s-teal-200\/20{
  border-inline-start-color: rgb(153 246 228 / 0.2);
}

.border-s-teal-200\/25{
  border-inline-start-color: rgb(153 246 228 / 0.25);
}

.border-s-teal-200\/30{
  border-inline-start-color: rgb(153 246 228 / 0.3);
}

.border-s-teal-200\/35{
  border-inline-start-color: rgb(153 246 228 / 0.35);
}

.border-s-teal-200\/40{
  border-inline-start-color: rgb(153 246 228 / 0.4);
}

.border-s-teal-200\/45{
  border-inline-start-color: rgb(153 246 228 / 0.45);
}

.border-s-teal-200\/5{
  border-inline-start-color: rgb(153 246 228 / 0.05);
}

.border-s-teal-200\/50{
  border-inline-start-color: rgb(153 246 228 / 0.5);
}

.border-s-teal-200\/55{
  border-inline-start-color: rgb(153 246 228 / 0.55);
}

.border-s-teal-200\/60{
  border-inline-start-color: rgb(153 246 228 / 0.6);
}

.border-s-teal-200\/65{
  border-inline-start-color: rgb(153 246 228 / 0.65);
}

.border-s-teal-200\/70{
  border-inline-start-color: rgb(153 246 228 / 0.7);
}

.border-s-teal-200\/75{
  border-inline-start-color: rgb(153 246 228 / 0.75);
}

.border-s-teal-200\/80{
  border-inline-start-color: rgb(153 246 228 / 0.8);
}

.border-s-teal-200\/85{
  border-inline-start-color: rgb(153 246 228 / 0.85);
}

.border-s-teal-200\/90{
  border-inline-start-color: rgb(153 246 228 / 0.9);
}

.border-s-teal-200\/95{
  border-inline-start-color: rgb(153 246 228 / 0.95);
}

.border-s-teal-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-s-teal-300\/0{
  border-inline-start-color: rgb(94 234 212 / 0);
}

.border-s-teal-300\/10{
  border-inline-start-color: rgb(94 234 212 / 0.1);
}

.border-s-teal-300\/100{
  border-inline-start-color: rgb(94 234 212 / 1);
}

.border-s-teal-300\/15{
  border-inline-start-color: rgb(94 234 212 / 0.15);
}

.border-s-teal-300\/20{
  border-inline-start-color: rgb(94 234 212 / 0.2);
}

.border-s-teal-300\/25{
  border-inline-start-color: rgb(94 234 212 / 0.25);
}

.border-s-teal-300\/30{
  border-inline-start-color: rgb(94 234 212 / 0.3);
}

.border-s-teal-300\/35{
  border-inline-start-color: rgb(94 234 212 / 0.35);
}

.border-s-teal-300\/40{
  border-inline-start-color: rgb(94 234 212 / 0.4);
}

.border-s-teal-300\/45{
  border-inline-start-color: rgb(94 234 212 / 0.45);
}

.border-s-teal-300\/5{
  border-inline-start-color: rgb(94 234 212 / 0.05);
}

.border-s-teal-300\/50{
  border-inline-start-color: rgb(94 234 212 / 0.5);
}

.border-s-teal-300\/55{
  border-inline-start-color: rgb(94 234 212 / 0.55);
}

.border-s-teal-300\/60{
  border-inline-start-color: rgb(94 234 212 / 0.6);
}

.border-s-teal-300\/65{
  border-inline-start-color: rgb(94 234 212 / 0.65);
}

.border-s-teal-300\/70{
  border-inline-start-color: rgb(94 234 212 / 0.7);
}

.border-s-teal-300\/75{
  border-inline-start-color: rgb(94 234 212 / 0.75);
}

.border-s-teal-300\/80{
  border-inline-start-color: rgb(94 234 212 / 0.8);
}

.border-s-teal-300\/85{
  border-inline-start-color: rgb(94 234 212 / 0.85);
}

.border-s-teal-300\/90{
  border-inline-start-color: rgb(94 234 212 / 0.9);
}

.border-s-teal-300\/95{
  border-inline-start-color: rgb(94 234 212 / 0.95);
}

.border-s-teal-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-s-teal-400\/0{
  border-inline-start-color: rgb(45 212 191 / 0);
}

.border-s-teal-400\/10{
  border-inline-start-color: rgb(45 212 191 / 0.1);
}

.border-s-teal-400\/100{
  border-inline-start-color: rgb(45 212 191 / 1);
}

.border-s-teal-400\/15{
  border-inline-start-color: rgb(45 212 191 / 0.15);
}

.border-s-teal-400\/20{
  border-inline-start-color: rgb(45 212 191 / 0.2);
}

.border-s-teal-400\/25{
  border-inline-start-color: rgb(45 212 191 / 0.25);
}

.border-s-teal-400\/30{
  border-inline-start-color: rgb(45 212 191 / 0.3);
}

.border-s-teal-400\/35{
  border-inline-start-color: rgb(45 212 191 / 0.35);
}

.border-s-teal-400\/40{
  border-inline-start-color: rgb(45 212 191 / 0.4);
}

.border-s-teal-400\/45{
  border-inline-start-color: rgb(45 212 191 / 0.45);
}

.border-s-teal-400\/5{
  border-inline-start-color: rgb(45 212 191 / 0.05);
}

.border-s-teal-400\/50{
  border-inline-start-color: rgb(45 212 191 / 0.5);
}

.border-s-teal-400\/55{
  border-inline-start-color: rgb(45 212 191 / 0.55);
}

.border-s-teal-400\/60{
  border-inline-start-color: rgb(45 212 191 / 0.6);
}

.border-s-teal-400\/65{
  border-inline-start-color: rgb(45 212 191 / 0.65);
}

.border-s-teal-400\/70{
  border-inline-start-color: rgb(45 212 191 / 0.7);
}

.border-s-teal-400\/75{
  border-inline-start-color: rgb(45 212 191 / 0.75);
}

.border-s-teal-400\/80{
  border-inline-start-color: rgb(45 212 191 / 0.8);
}

.border-s-teal-400\/85{
  border-inline-start-color: rgb(45 212 191 / 0.85);
}

.border-s-teal-400\/90{
  border-inline-start-color: rgb(45 212 191 / 0.9);
}

.border-s-teal-400\/95{
  border-inline-start-color: rgb(45 212 191 / 0.95);
}

.border-s-teal-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-s-teal-50\/0{
  border-inline-start-color: rgb(240 253 250 / 0);
}

.border-s-teal-50\/10{
  border-inline-start-color: rgb(240 253 250 / 0.1);
}

.border-s-teal-50\/100{
  border-inline-start-color: rgb(240 253 250 / 1);
}

.border-s-teal-50\/15{
  border-inline-start-color: rgb(240 253 250 / 0.15);
}

.border-s-teal-50\/20{
  border-inline-start-color: rgb(240 253 250 / 0.2);
}

.border-s-teal-50\/25{
  border-inline-start-color: rgb(240 253 250 / 0.25);
}

.border-s-teal-50\/30{
  border-inline-start-color: rgb(240 253 250 / 0.3);
}

.border-s-teal-50\/35{
  border-inline-start-color: rgb(240 253 250 / 0.35);
}

.border-s-teal-50\/40{
  border-inline-start-color: rgb(240 253 250 / 0.4);
}

.border-s-teal-50\/45{
  border-inline-start-color: rgb(240 253 250 / 0.45);
}

.border-s-teal-50\/5{
  border-inline-start-color: rgb(240 253 250 / 0.05);
}

.border-s-teal-50\/50{
  border-inline-start-color: rgb(240 253 250 / 0.5);
}

.border-s-teal-50\/55{
  border-inline-start-color: rgb(240 253 250 / 0.55);
}

.border-s-teal-50\/60{
  border-inline-start-color: rgb(240 253 250 / 0.6);
}

.border-s-teal-50\/65{
  border-inline-start-color: rgb(240 253 250 / 0.65);
}

.border-s-teal-50\/70{
  border-inline-start-color: rgb(240 253 250 / 0.7);
}

.border-s-teal-50\/75{
  border-inline-start-color: rgb(240 253 250 / 0.75);
}

.border-s-teal-50\/80{
  border-inline-start-color: rgb(240 253 250 / 0.8);
}

.border-s-teal-50\/85{
  border-inline-start-color: rgb(240 253 250 / 0.85);
}

.border-s-teal-50\/90{
  border-inline-start-color: rgb(240 253 250 / 0.9);
}

.border-s-teal-50\/95{
  border-inline-start-color: rgb(240 253 250 / 0.95);
}

.border-s-teal-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-s-teal-500\/0{
  border-inline-start-color: rgb(20 184 166 / 0);
}

.border-s-teal-500\/10{
  border-inline-start-color: rgb(20 184 166 / 0.1);
}

.border-s-teal-500\/100{
  border-inline-start-color: rgb(20 184 166 / 1);
}

.border-s-teal-500\/15{
  border-inline-start-color: rgb(20 184 166 / 0.15);
}

.border-s-teal-500\/20{
  border-inline-start-color: rgb(20 184 166 / 0.2);
}

.border-s-teal-500\/25{
  border-inline-start-color: rgb(20 184 166 / 0.25);
}

.border-s-teal-500\/30{
  border-inline-start-color: rgb(20 184 166 / 0.3);
}

.border-s-teal-500\/35{
  border-inline-start-color: rgb(20 184 166 / 0.35);
}

.border-s-teal-500\/40{
  border-inline-start-color: rgb(20 184 166 / 0.4);
}

.border-s-teal-500\/45{
  border-inline-start-color: rgb(20 184 166 / 0.45);
}

.border-s-teal-500\/5{
  border-inline-start-color: rgb(20 184 166 / 0.05);
}

.border-s-teal-500\/50{
  border-inline-start-color: rgb(20 184 166 / 0.5);
}

.border-s-teal-500\/55{
  border-inline-start-color: rgb(20 184 166 / 0.55);
}

.border-s-teal-500\/60{
  border-inline-start-color: rgb(20 184 166 / 0.6);
}

.border-s-teal-500\/65{
  border-inline-start-color: rgb(20 184 166 / 0.65);
}

.border-s-teal-500\/70{
  border-inline-start-color: rgb(20 184 166 / 0.7);
}

.border-s-teal-500\/75{
  border-inline-start-color: rgb(20 184 166 / 0.75);
}

.border-s-teal-500\/80{
  border-inline-start-color: rgb(20 184 166 / 0.8);
}

.border-s-teal-500\/85{
  border-inline-start-color: rgb(20 184 166 / 0.85);
}

.border-s-teal-500\/90{
  border-inline-start-color: rgb(20 184 166 / 0.9);
}

.border-s-teal-500\/95{
  border-inline-start-color: rgb(20 184 166 / 0.95);
}

.border-s-teal-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-s-teal-600\/0{
  border-inline-start-color: rgb(13 148 136 / 0);
}

.border-s-teal-600\/10{
  border-inline-start-color: rgb(13 148 136 / 0.1);
}

.border-s-teal-600\/100{
  border-inline-start-color: rgb(13 148 136 / 1);
}

.border-s-teal-600\/15{
  border-inline-start-color: rgb(13 148 136 / 0.15);
}

.border-s-teal-600\/20{
  border-inline-start-color: rgb(13 148 136 / 0.2);
}

.border-s-teal-600\/25{
  border-inline-start-color: rgb(13 148 136 / 0.25);
}

.border-s-teal-600\/30{
  border-inline-start-color: rgb(13 148 136 / 0.3);
}

.border-s-teal-600\/35{
  border-inline-start-color: rgb(13 148 136 / 0.35);
}

.border-s-teal-600\/40{
  border-inline-start-color: rgb(13 148 136 / 0.4);
}

.border-s-teal-600\/45{
  border-inline-start-color: rgb(13 148 136 / 0.45);
}

.border-s-teal-600\/5{
  border-inline-start-color: rgb(13 148 136 / 0.05);
}

.border-s-teal-600\/50{
  border-inline-start-color: rgb(13 148 136 / 0.5);
}

.border-s-teal-600\/55{
  border-inline-start-color: rgb(13 148 136 / 0.55);
}

.border-s-teal-600\/60{
  border-inline-start-color: rgb(13 148 136 / 0.6);
}

.border-s-teal-600\/65{
  border-inline-start-color: rgb(13 148 136 / 0.65);
}

.border-s-teal-600\/70{
  border-inline-start-color: rgb(13 148 136 / 0.7);
}

.border-s-teal-600\/75{
  border-inline-start-color: rgb(13 148 136 / 0.75);
}

.border-s-teal-600\/80{
  border-inline-start-color: rgb(13 148 136 / 0.8);
}

.border-s-teal-600\/85{
  border-inline-start-color: rgb(13 148 136 / 0.85);
}

.border-s-teal-600\/90{
  border-inline-start-color: rgb(13 148 136 / 0.9);
}

.border-s-teal-600\/95{
  border-inline-start-color: rgb(13 148 136 / 0.95);
}

.border-s-teal-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-s-teal-700\/0{
  border-inline-start-color: rgb(15 118 110 / 0);
}

.border-s-teal-700\/10{
  border-inline-start-color: rgb(15 118 110 / 0.1);
}

.border-s-teal-700\/100{
  border-inline-start-color: rgb(15 118 110 / 1);
}

.border-s-teal-700\/15{
  border-inline-start-color: rgb(15 118 110 / 0.15);
}

.border-s-teal-700\/20{
  border-inline-start-color: rgb(15 118 110 / 0.2);
}

.border-s-teal-700\/25{
  border-inline-start-color: rgb(15 118 110 / 0.25);
}

.border-s-teal-700\/30{
  border-inline-start-color: rgb(15 118 110 / 0.3);
}

.border-s-teal-700\/35{
  border-inline-start-color: rgb(15 118 110 / 0.35);
}

.border-s-teal-700\/40{
  border-inline-start-color: rgb(15 118 110 / 0.4);
}

.border-s-teal-700\/45{
  border-inline-start-color: rgb(15 118 110 / 0.45);
}

.border-s-teal-700\/5{
  border-inline-start-color: rgb(15 118 110 / 0.05);
}

.border-s-teal-700\/50{
  border-inline-start-color: rgb(15 118 110 / 0.5);
}

.border-s-teal-700\/55{
  border-inline-start-color: rgb(15 118 110 / 0.55);
}

.border-s-teal-700\/60{
  border-inline-start-color: rgb(15 118 110 / 0.6);
}

.border-s-teal-700\/65{
  border-inline-start-color: rgb(15 118 110 / 0.65);
}

.border-s-teal-700\/70{
  border-inline-start-color: rgb(15 118 110 / 0.7);
}

.border-s-teal-700\/75{
  border-inline-start-color: rgb(15 118 110 / 0.75);
}

.border-s-teal-700\/80{
  border-inline-start-color: rgb(15 118 110 / 0.8);
}

.border-s-teal-700\/85{
  border-inline-start-color: rgb(15 118 110 / 0.85);
}

.border-s-teal-700\/90{
  border-inline-start-color: rgb(15 118 110 / 0.9);
}

.border-s-teal-700\/95{
  border-inline-start-color: rgb(15 118 110 / 0.95);
}

.border-s-teal-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-s-teal-800\/0{
  border-inline-start-color: rgb(17 94 89 / 0);
}

.border-s-teal-800\/10{
  border-inline-start-color: rgb(17 94 89 / 0.1);
}

.border-s-teal-800\/100{
  border-inline-start-color: rgb(17 94 89 / 1);
}

.border-s-teal-800\/15{
  border-inline-start-color: rgb(17 94 89 / 0.15);
}

.border-s-teal-800\/20{
  border-inline-start-color: rgb(17 94 89 / 0.2);
}

.border-s-teal-800\/25{
  border-inline-start-color: rgb(17 94 89 / 0.25);
}

.border-s-teal-800\/30{
  border-inline-start-color: rgb(17 94 89 / 0.3);
}

.border-s-teal-800\/35{
  border-inline-start-color: rgb(17 94 89 / 0.35);
}

.border-s-teal-800\/40{
  border-inline-start-color: rgb(17 94 89 / 0.4);
}

.border-s-teal-800\/45{
  border-inline-start-color: rgb(17 94 89 / 0.45);
}

.border-s-teal-800\/5{
  border-inline-start-color: rgb(17 94 89 / 0.05);
}

.border-s-teal-800\/50{
  border-inline-start-color: rgb(17 94 89 / 0.5);
}

.border-s-teal-800\/55{
  border-inline-start-color: rgb(17 94 89 / 0.55);
}

.border-s-teal-800\/60{
  border-inline-start-color: rgb(17 94 89 / 0.6);
}

.border-s-teal-800\/65{
  border-inline-start-color: rgb(17 94 89 / 0.65);
}

.border-s-teal-800\/70{
  border-inline-start-color: rgb(17 94 89 / 0.7);
}

.border-s-teal-800\/75{
  border-inline-start-color: rgb(17 94 89 / 0.75);
}

.border-s-teal-800\/80{
  border-inline-start-color: rgb(17 94 89 / 0.8);
}

.border-s-teal-800\/85{
  border-inline-start-color: rgb(17 94 89 / 0.85);
}

.border-s-teal-800\/90{
  border-inline-start-color: rgb(17 94 89 / 0.9);
}

.border-s-teal-800\/95{
  border-inline-start-color: rgb(17 94 89 / 0.95);
}

.border-s-teal-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-s-teal-900\/0{
  border-inline-start-color: rgb(19 78 74 / 0);
}

.border-s-teal-900\/10{
  border-inline-start-color: rgb(19 78 74 / 0.1);
}

.border-s-teal-900\/100{
  border-inline-start-color: rgb(19 78 74 / 1);
}

.border-s-teal-900\/15{
  border-inline-start-color: rgb(19 78 74 / 0.15);
}

.border-s-teal-900\/20{
  border-inline-start-color: rgb(19 78 74 / 0.2);
}

.border-s-teal-900\/25{
  border-inline-start-color: rgb(19 78 74 / 0.25);
}

.border-s-teal-900\/30{
  border-inline-start-color: rgb(19 78 74 / 0.3);
}

.border-s-teal-900\/35{
  border-inline-start-color: rgb(19 78 74 / 0.35);
}

.border-s-teal-900\/40{
  border-inline-start-color: rgb(19 78 74 / 0.4);
}

.border-s-teal-900\/45{
  border-inline-start-color: rgb(19 78 74 / 0.45);
}

.border-s-teal-900\/5{
  border-inline-start-color: rgb(19 78 74 / 0.05);
}

.border-s-teal-900\/50{
  border-inline-start-color: rgb(19 78 74 / 0.5);
}

.border-s-teal-900\/55{
  border-inline-start-color: rgb(19 78 74 / 0.55);
}

.border-s-teal-900\/60{
  border-inline-start-color: rgb(19 78 74 / 0.6);
}

.border-s-teal-900\/65{
  border-inline-start-color: rgb(19 78 74 / 0.65);
}

.border-s-teal-900\/70{
  border-inline-start-color: rgb(19 78 74 / 0.7);
}

.border-s-teal-900\/75{
  border-inline-start-color: rgb(19 78 74 / 0.75);
}

.border-s-teal-900\/80{
  border-inline-start-color: rgb(19 78 74 / 0.8);
}

.border-s-teal-900\/85{
  border-inline-start-color: rgb(19 78 74 / 0.85);
}

.border-s-teal-900\/90{
  border-inline-start-color: rgb(19 78 74 / 0.9);
}

.border-s-teal-900\/95{
  border-inline-start-color: rgb(19 78 74 / 0.95);
}

.border-s-teal-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-s-teal-950\/0{
  border-inline-start-color: rgb(4 47 46 / 0);
}

.border-s-teal-950\/10{
  border-inline-start-color: rgb(4 47 46 / 0.1);
}

.border-s-teal-950\/100{
  border-inline-start-color: rgb(4 47 46 / 1);
}

.border-s-teal-950\/15{
  border-inline-start-color: rgb(4 47 46 / 0.15);
}

.border-s-teal-950\/20{
  border-inline-start-color: rgb(4 47 46 / 0.2);
}

.border-s-teal-950\/25{
  border-inline-start-color: rgb(4 47 46 / 0.25);
}

.border-s-teal-950\/30{
  border-inline-start-color: rgb(4 47 46 / 0.3);
}

.border-s-teal-950\/35{
  border-inline-start-color: rgb(4 47 46 / 0.35);
}

.border-s-teal-950\/40{
  border-inline-start-color: rgb(4 47 46 / 0.4);
}

.border-s-teal-950\/45{
  border-inline-start-color: rgb(4 47 46 / 0.45);
}

.border-s-teal-950\/5{
  border-inline-start-color: rgb(4 47 46 / 0.05);
}

.border-s-teal-950\/50{
  border-inline-start-color: rgb(4 47 46 / 0.5);
}

.border-s-teal-950\/55{
  border-inline-start-color: rgb(4 47 46 / 0.55);
}

.border-s-teal-950\/60{
  border-inline-start-color: rgb(4 47 46 / 0.6);
}

.border-s-teal-950\/65{
  border-inline-start-color: rgb(4 47 46 / 0.65);
}

.border-s-teal-950\/70{
  border-inline-start-color: rgb(4 47 46 / 0.7);
}

.border-s-teal-950\/75{
  border-inline-start-color: rgb(4 47 46 / 0.75);
}

.border-s-teal-950\/80{
  border-inline-start-color: rgb(4 47 46 / 0.8);
}

.border-s-teal-950\/85{
  border-inline-start-color: rgb(4 47 46 / 0.85);
}

.border-s-teal-950\/90{
  border-inline-start-color: rgb(4 47 46 / 0.9);
}

.border-s-teal-950\/95{
  border-inline-start-color: rgb(4 47 46 / 0.95);
}

.border-s-tertiary{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.border-s-tertiary-hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.border-s-tertiary-hover\/0{
  border-inline-start-color: rgb(20 123 223 / 0);
}

.border-s-tertiary-hover\/10{
  border-inline-start-color: rgb(20 123 223 / 0.1);
}

.border-s-tertiary-hover\/100{
  border-inline-start-color: rgb(20 123 223 / 1);
}

.border-s-tertiary-hover\/15{
  border-inline-start-color: rgb(20 123 223 / 0.15);
}

.border-s-tertiary-hover\/20{
  border-inline-start-color: rgb(20 123 223 / 0.2);
}

.border-s-tertiary-hover\/25{
  border-inline-start-color: rgb(20 123 223 / 0.25);
}

.border-s-tertiary-hover\/30{
  border-inline-start-color: rgb(20 123 223 / 0.3);
}

.border-s-tertiary-hover\/35{
  border-inline-start-color: rgb(20 123 223 / 0.35);
}

.border-s-tertiary-hover\/40{
  border-inline-start-color: rgb(20 123 223 / 0.4);
}

.border-s-tertiary-hover\/45{
  border-inline-start-color: rgb(20 123 223 / 0.45);
}

.border-s-tertiary-hover\/5{
  border-inline-start-color: rgb(20 123 223 / 0.05);
}

.border-s-tertiary-hover\/50{
  border-inline-start-color: rgb(20 123 223 / 0.5);
}

.border-s-tertiary-hover\/55{
  border-inline-start-color: rgb(20 123 223 / 0.55);
}

.border-s-tertiary-hover\/60{
  border-inline-start-color: rgb(20 123 223 / 0.6);
}

.border-s-tertiary-hover\/65{
  border-inline-start-color: rgb(20 123 223 / 0.65);
}

.border-s-tertiary-hover\/70{
  border-inline-start-color: rgb(20 123 223 / 0.7);
}

.border-s-tertiary-hover\/75{
  border-inline-start-color: rgb(20 123 223 / 0.75);
}

.border-s-tertiary-hover\/80{
  border-inline-start-color: rgb(20 123 223 / 0.8);
}

.border-s-tertiary-hover\/85{
  border-inline-start-color: rgb(20 123 223 / 0.85);
}

.border-s-tertiary-hover\/90{
  border-inline-start-color: rgb(20 123 223 / 0.9);
}

.border-s-tertiary-hover\/95{
  border-inline-start-color: rgb(20 123 223 / 0.95);
}

.border-s-tertiary\/0{
  border-inline-start-color: rgb(22 137 252 / 0);
}

.border-s-tertiary\/10{
  border-inline-start-color: rgb(22 137 252 / 0.1);
}

.border-s-tertiary\/100{
  border-inline-start-color: rgb(22 137 252 / 1);
}

.border-s-tertiary\/15{
  border-inline-start-color: rgb(22 137 252 / 0.15);
}

.border-s-tertiary\/20{
  border-inline-start-color: rgb(22 137 252 / 0.2);
}

.border-s-tertiary\/25{
  border-inline-start-color: rgb(22 137 252 / 0.25);
}

.border-s-tertiary\/30{
  border-inline-start-color: rgb(22 137 252 / 0.3);
}

.border-s-tertiary\/35{
  border-inline-start-color: rgb(22 137 252 / 0.35);
}

.border-s-tertiary\/40{
  border-inline-start-color: rgb(22 137 252 / 0.4);
}

.border-s-tertiary\/45{
  border-inline-start-color: rgb(22 137 252 / 0.45);
}

.border-s-tertiary\/5{
  border-inline-start-color: rgb(22 137 252 / 0.05);
}

.border-s-tertiary\/50{
  border-inline-start-color: rgb(22 137 252 / 0.5);
}

.border-s-tertiary\/55{
  border-inline-start-color: rgb(22 137 252 / 0.55);
}

.border-s-tertiary\/60{
  border-inline-start-color: rgb(22 137 252 / 0.6);
}

.border-s-tertiary\/65{
  border-inline-start-color: rgb(22 137 252 / 0.65);
}

.border-s-tertiary\/70{
  border-inline-start-color: rgb(22 137 252 / 0.7);
}

.border-s-tertiary\/75{
  border-inline-start-color: rgb(22 137 252 / 0.75);
}

.border-s-tertiary\/80{
  border-inline-start-color: rgb(22 137 252 / 0.8);
}

.border-s-tertiary\/85{
  border-inline-start-color: rgb(22 137 252 / 0.85);
}

.border-s-tertiary\/90{
  border-inline-start-color: rgb(22 137 252 / 0.9);
}

.border-s-tertiary\/95{
  border-inline-start-color: rgb(22 137 252 / 0.95);
}

.border-s-transparent{
  border-inline-start-color: transparent;
}

.border-s-transparent\/0{
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-transparent\/10{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-transparent\/100{
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-transparent\/15{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}

.border-s-transparent\/20{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-transparent\/25{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-transparent\/30{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-transparent\/35{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}

.border-s-transparent\/40{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-transparent\/45{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}

.border-s-transparent\/5{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-transparent\/50{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-transparent\/55{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}

.border-s-transparent\/60{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-transparent\/65{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}

.border-s-transparent\/70{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-transparent\/75{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-transparent\/80{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-transparent\/85{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}

.border-s-transparent\/90{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-transparent\/95{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.border-s-violet-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-s-violet-100\/0{
  border-inline-start-color: rgb(237 233 254 / 0);
}

.border-s-violet-100\/10{
  border-inline-start-color: rgb(237 233 254 / 0.1);
}

.border-s-violet-100\/100{
  border-inline-start-color: rgb(237 233 254 / 1);
}

.border-s-violet-100\/15{
  border-inline-start-color: rgb(237 233 254 / 0.15);
}

.border-s-violet-100\/20{
  border-inline-start-color: rgb(237 233 254 / 0.2);
}

.border-s-violet-100\/25{
  border-inline-start-color: rgb(237 233 254 / 0.25);
}

.border-s-violet-100\/30{
  border-inline-start-color: rgb(237 233 254 / 0.3);
}

.border-s-violet-100\/35{
  border-inline-start-color: rgb(237 233 254 / 0.35);
}

.border-s-violet-100\/40{
  border-inline-start-color: rgb(237 233 254 / 0.4);
}

.border-s-violet-100\/45{
  border-inline-start-color: rgb(237 233 254 / 0.45);
}

.border-s-violet-100\/5{
  border-inline-start-color: rgb(237 233 254 / 0.05);
}

.border-s-violet-100\/50{
  border-inline-start-color: rgb(237 233 254 / 0.5);
}

.border-s-violet-100\/55{
  border-inline-start-color: rgb(237 233 254 / 0.55);
}

.border-s-violet-100\/60{
  border-inline-start-color: rgb(237 233 254 / 0.6);
}

.border-s-violet-100\/65{
  border-inline-start-color: rgb(237 233 254 / 0.65);
}

.border-s-violet-100\/70{
  border-inline-start-color: rgb(237 233 254 / 0.7);
}

.border-s-violet-100\/75{
  border-inline-start-color: rgb(237 233 254 / 0.75);
}

.border-s-violet-100\/80{
  border-inline-start-color: rgb(237 233 254 / 0.8);
}

.border-s-violet-100\/85{
  border-inline-start-color: rgb(237 233 254 / 0.85);
}

.border-s-violet-100\/90{
  border-inline-start-color: rgb(237 233 254 / 0.9);
}

.border-s-violet-100\/95{
  border-inline-start-color: rgb(237 233 254 / 0.95);
}

.border-s-violet-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-s-violet-200\/0{
  border-inline-start-color: rgb(221 214 254 / 0);
}

.border-s-violet-200\/10{
  border-inline-start-color: rgb(221 214 254 / 0.1);
}

.border-s-violet-200\/100{
  border-inline-start-color: rgb(221 214 254 / 1);
}

.border-s-violet-200\/15{
  border-inline-start-color: rgb(221 214 254 / 0.15);
}

.border-s-violet-200\/20{
  border-inline-start-color: rgb(221 214 254 / 0.2);
}

.border-s-violet-200\/25{
  border-inline-start-color: rgb(221 214 254 / 0.25);
}

.border-s-violet-200\/30{
  border-inline-start-color: rgb(221 214 254 / 0.3);
}

.border-s-violet-200\/35{
  border-inline-start-color: rgb(221 214 254 / 0.35);
}

.border-s-violet-200\/40{
  border-inline-start-color: rgb(221 214 254 / 0.4);
}

.border-s-violet-200\/45{
  border-inline-start-color: rgb(221 214 254 / 0.45);
}

.border-s-violet-200\/5{
  border-inline-start-color: rgb(221 214 254 / 0.05);
}

.border-s-violet-200\/50{
  border-inline-start-color: rgb(221 214 254 / 0.5);
}

.border-s-violet-200\/55{
  border-inline-start-color: rgb(221 214 254 / 0.55);
}

.border-s-violet-200\/60{
  border-inline-start-color: rgb(221 214 254 / 0.6);
}

.border-s-violet-200\/65{
  border-inline-start-color: rgb(221 214 254 / 0.65);
}

.border-s-violet-200\/70{
  border-inline-start-color: rgb(221 214 254 / 0.7);
}

.border-s-violet-200\/75{
  border-inline-start-color: rgb(221 214 254 / 0.75);
}

.border-s-violet-200\/80{
  border-inline-start-color: rgb(221 214 254 / 0.8);
}

.border-s-violet-200\/85{
  border-inline-start-color: rgb(221 214 254 / 0.85);
}

.border-s-violet-200\/90{
  border-inline-start-color: rgb(221 214 254 / 0.9);
}

.border-s-violet-200\/95{
  border-inline-start-color: rgb(221 214 254 / 0.95);
}

.border-s-violet-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-s-violet-300\/0{
  border-inline-start-color: rgb(196 181 253 / 0);
}

.border-s-violet-300\/10{
  border-inline-start-color: rgb(196 181 253 / 0.1);
}

.border-s-violet-300\/100{
  border-inline-start-color: rgb(196 181 253 / 1);
}

.border-s-violet-300\/15{
  border-inline-start-color: rgb(196 181 253 / 0.15);
}

.border-s-violet-300\/20{
  border-inline-start-color: rgb(196 181 253 / 0.2);
}

.border-s-violet-300\/25{
  border-inline-start-color: rgb(196 181 253 / 0.25);
}

.border-s-violet-300\/30{
  border-inline-start-color: rgb(196 181 253 / 0.3);
}

.border-s-violet-300\/35{
  border-inline-start-color: rgb(196 181 253 / 0.35);
}

.border-s-violet-300\/40{
  border-inline-start-color: rgb(196 181 253 / 0.4);
}

.border-s-violet-300\/45{
  border-inline-start-color: rgb(196 181 253 / 0.45);
}

.border-s-violet-300\/5{
  border-inline-start-color: rgb(196 181 253 / 0.05);
}

.border-s-violet-300\/50{
  border-inline-start-color: rgb(196 181 253 / 0.5);
}

.border-s-violet-300\/55{
  border-inline-start-color: rgb(196 181 253 / 0.55);
}

.border-s-violet-300\/60{
  border-inline-start-color: rgb(196 181 253 / 0.6);
}

.border-s-violet-300\/65{
  border-inline-start-color: rgb(196 181 253 / 0.65);
}

.border-s-violet-300\/70{
  border-inline-start-color: rgb(196 181 253 / 0.7);
}

.border-s-violet-300\/75{
  border-inline-start-color: rgb(196 181 253 / 0.75);
}

.border-s-violet-300\/80{
  border-inline-start-color: rgb(196 181 253 / 0.8);
}

.border-s-violet-300\/85{
  border-inline-start-color: rgb(196 181 253 / 0.85);
}

.border-s-violet-300\/90{
  border-inline-start-color: rgb(196 181 253 / 0.9);
}

.border-s-violet-300\/95{
  border-inline-start-color: rgb(196 181 253 / 0.95);
}

.border-s-violet-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-s-violet-400\/0{
  border-inline-start-color: rgb(167 139 250 / 0);
}

.border-s-violet-400\/10{
  border-inline-start-color: rgb(167 139 250 / 0.1);
}

.border-s-violet-400\/100{
  border-inline-start-color: rgb(167 139 250 / 1);
}

.border-s-violet-400\/15{
  border-inline-start-color: rgb(167 139 250 / 0.15);
}

.border-s-violet-400\/20{
  border-inline-start-color: rgb(167 139 250 / 0.2);
}

.border-s-violet-400\/25{
  border-inline-start-color: rgb(167 139 250 / 0.25);
}

.border-s-violet-400\/30{
  border-inline-start-color: rgb(167 139 250 / 0.3);
}

.border-s-violet-400\/35{
  border-inline-start-color: rgb(167 139 250 / 0.35);
}

.border-s-violet-400\/40{
  border-inline-start-color: rgb(167 139 250 / 0.4);
}

.border-s-violet-400\/45{
  border-inline-start-color: rgb(167 139 250 / 0.45);
}

.border-s-violet-400\/5{
  border-inline-start-color: rgb(167 139 250 / 0.05);
}

.border-s-violet-400\/50{
  border-inline-start-color: rgb(167 139 250 / 0.5);
}

.border-s-violet-400\/55{
  border-inline-start-color: rgb(167 139 250 / 0.55);
}

.border-s-violet-400\/60{
  border-inline-start-color: rgb(167 139 250 / 0.6);
}

.border-s-violet-400\/65{
  border-inline-start-color: rgb(167 139 250 / 0.65);
}

.border-s-violet-400\/70{
  border-inline-start-color: rgb(167 139 250 / 0.7);
}

.border-s-violet-400\/75{
  border-inline-start-color: rgb(167 139 250 / 0.75);
}

.border-s-violet-400\/80{
  border-inline-start-color: rgb(167 139 250 / 0.8);
}

.border-s-violet-400\/85{
  border-inline-start-color: rgb(167 139 250 / 0.85);
}

.border-s-violet-400\/90{
  border-inline-start-color: rgb(167 139 250 / 0.9);
}

.border-s-violet-400\/95{
  border-inline-start-color: rgb(167 139 250 / 0.95);
}

.border-s-violet-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-s-violet-50\/0{
  border-inline-start-color: rgb(245 243 255 / 0);
}

.border-s-violet-50\/10{
  border-inline-start-color: rgb(245 243 255 / 0.1);
}

.border-s-violet-50\/100{
  border-inline-start-color: rgb(245 243 255 / 1);
}

.border-s-violet-50\/15{
  border-inline-start-color: rgb(245 243 255 / 0.15);
}

.border-s-violet-50\/20{
  border-inline-start-color: rgb(245 243 255 / 0.2);
}

.border-s-violet-50\/25{
  border-inline-start-color: rgb(245 243 255 / 0.25);
}

.border-s-violet-50\/30{
  border-inline-start-color: rgb(245 243 255 / 0.3);
}

.border-s-violet-50\/35{
  border-inline-start-color: rgb(245 243 255 / 0.35);
}

.border-s-violet-50\/40{
  border-inline-start-color: rgb(245 243 255 / 0.4);
}

.border-s-violet-50\/45{
  border-inline-start-color: rgb(245 243 255 / 0.45);
}

.border-s-violet-50\/5{
  border-inline-start-color: rgb(245 243 255 / 0.05);
}

.border-s-violet-50\/50{
  border-inline-start-color: rgb(245 243 255 / 0.5);
}

.border-s-violet-50\/55{
  border-inline-start-color: rgb(245 243 255 / 0.55);
}

.border-s-violet-50\/60{
  border-inline-start-color: rgb(245 243 255 / 0.6);
}

.border-s-violet-50\/65{
  border-inline-start-color: rgb(245 243 255 / 0.65);
}

.border-s-violet-50\/70{
  border-inline-start-color: rgb(245 243 255 / 0.7);
}

.border-s-violet-50\/75{
  border-inline-start-color: rgb(245 243 255 / 0.75);
}

.border-s-violet-50\/80{
  border-inline-start-color: rgb(245 243 255 / 0.8);
}

.border-s-violet-50\/85{
  border-inline-start-color: rgb(245 243 255 / 0.85);
}

.border-s-violet-50\/90{
  border-inline-start-color: rgb(245 243 255 / 0.9);
}

.border-s-violet-50\/95{
  border-inline-start-color: rgb(245 243 255 / 0.95);
}

.border-s-violet-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-s-violet-500\/0{
  border-inline-start-color: rgb(139 92 246 / 0);
}

.border-s-violet-500\/10{
  border-inline-start-color: rgb(139 92 246 / 0.1);
}

.border-s-violet-500\/100{
  border-inline-start-color: rgb(139 92 246 / 1);
}

.border-s-violet-500\/15{
  border-inline-start-color: rgb(139 92 246 / 0.15);
}

.border-s-violet-500\/20{
  border-inline-start-color: rgb(139 92 246 / 0.2);
}

.border-s-violet-500\/25{
  border-inline-start-color: rgb(139 92 246 / 0.25);
}

.border-s-violet-500\/30{
  border-inline-start-color: rgb(139 92 246 / 0.3);
}

.border-s-violet-500\/35{
  border-inline-start-color: rgb(139 92 246 / 0.35);
}

.border-s-violet-500\/40{
  border-inline-start-color: rgb(139 92 246 / 0.4);
}

.border-s-violet-500\/45{
  border-inline-start-color: rgb(139 92 246 / 0.45);
}

.border-s-violet-500\/5{
  border-inline-start-color: rgb(139 92 246 / 0.05);
}

.border-s-violet-500\/50{
  border-inline-start-color: rgb(139 92 246 / 0.5);
}

.border-s-violet-500\/55{
  border-inline-start-color: rgb(139 92 246 / 0.55);
}

.border-s-violet-500\/60{
  border-inline-start-color: rgb(139 92 246 / 0.6);
}

.border-s-violet-500\/65{
  border-inline-start-color: rgb(139 92 246 / 0.65);
}

.border-s-violet-500\/70{
  border-inline-start-color: rgb(139 92 246 / 0.7);
}

.border-s-violet-500\/75{
  border-inline-start-color: rgb(139 92 246 / 0.75);
}

.border-s-violet-500\/80{
  border-inline-start-color: rgb(139 92 246 / 0.8);
}

.border-s-violet-500\/85{
  border-inline-start-color: rgb(139 92 246 / 0.85);
}

.border-s-violet-500\/90{
  border-inline-start-color: rgb(139 92 246 / 0.9);
}

.border-s-violet-500\/95{
  border-inline-start-color: rgb(139 92 246 / 0.95);
}

.border-s-violet-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-s-violet-600\/0{
  border-inline-start-color: rgb(124 58 237 / 0);
}

.border-s-violet-600\/10{
  border-inline-start-color: rgb(124 58 237 / 0.1);
}

.border-s-violet-600\/100{
  border-inline-start-color: rgb(124 58 237 / 1);
}

.border-s-violet-600\/15{
  border-inline-start-color: rgb(124 58 237 / 0.15);
}

.border-s-violet-600\/20{
  border-inline-start-color: rgb(124 58 237 / 0.2);
}

.border-s-violet-600\/25{
  border-inline-start-color: rgb(124 58 237 / 0.25);
}

.border-s-violet-600\/30{
  border-inline-start-color: rgb(124 58 237 / 0.3);
}

.border-s-violet-600\/35{
  border-inline-start-color: rgb(124 58 237 / 0.35);
}

.border-s-violet-600\/40{
  border-inline-start-color: rgb(124 58 237 / 0.4);
}

.border-s-violet-600\/45{
  border-inline-start-color: rgb(124 58 237 / 0.45);
}

.border-s-violet-600\/5{
  border-inline-start-color: rgb(124 58 237 / 0.05);
}

.border-s-violet-600\/50{
  border-inline-start-color: rgb(124 58 237 / 0.5);
}

.border-s-violet-600\/55{
  border-inline-start-color: rgb(124 58 237 / 0.55);
}

.border-s-violet-600\/60{
  border-inline-start-color: rgb(124 58 237 / 0.6);
}

.border-s-violet-600\/65{
  border-inline-start-color: rgb(124 58 237 / 0.65);
}

.border-s-violet-600\/70{
  border-inline-start-color: rgb(124 58 237 / 0.7);
}

.border-s-violet-600\/75{
  border-inline-start-color: rgb(124 58 237 / 0.75);
}

.border-s-violet-600\/80{
  border-inline-start-color: rgb(124 58 237 / 0.8);
}

.border-s-violet-600\/85{
  border-inline-start-color: rgb(124 58 237 / 0.85);
}

.border-s-violet-600\/90{
  border-inline-start-color: rgb(124 58 237 / 0.9);
}

.border-s-violet-600\/95{
  border-inline-start-color: rgb(124 58 237 / 0.95);
}

.border-s-violet-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-s-violet-700\/0{
  border-inline-start-color: rgb(109 40 217 / 0);
}

.border-s-violet-700\/10{
  border-inline-start-color: rgb(109 40 217 / 0.1);
}

.border-s-violet-700\/100{
  border-inline-start-color: rgb(109 40 217 / 1);
}

.border-s-violet-700\/15{
  border-inline-start-color: rgb(109 40 217 / 0.15);
}

.border-s-violet-700\/20{
  border-inline-start-color: rgb(109 40 217 / 0.2);
}

.border-s-violet-700\/25{
  border-inline-start-color: rgb(109 40 217 / 0.25);
}

.border-s-violet-700\/30{
  border-inline-start-color: rgb(109 40 217 / 0.3);
}

.border-s-violet-700\/35{
  border-inline-start-color: rgb(109 40 217 / 0.35);
}

.border-s-violet-700\/40{
  border-inline-start-color: rgb(109 40 217 / 0.4);
}

.border-s-violet-700\/45{
  border-inline-start-color: rgb(109 40 217 / 0.45);
}

.border-s-violet-700\/5{
  border-inline-start-color: rgb(109 40 217 / 0.05);
}

.border-s-violet-700\/50{
  border-inline-start-color: rgb(109 40 217 / 0.5);
}

.border-s-violet-700\/55{
  border-inline-start-color: rgb(109 40 217 / 0.55);
}

.border-s-violet-700\/60{
  border-inline-start-color: rgb(109 40 217 / 0.6);
}

.border-s-violet-700\/65{
  border-inline-start-color: rgb(109 40 217 / 0.65);
}

.border-s-violet-700\/70{
  border-inline-start-color: rgb(109 40 217 / 0.7);
}

.border-s-violet-700\/75{
  border-inline-start-color: rgb(109 40 217 / 0.75);
}

.border-s-violet-700\/80{
  border-inline-start-color: rgb(109 40 217 / 0.8);
}

.border-s-violet-700\/85{
  border-inline-start-color: rgb(109 40 217 / 0.85);
}

.border-s-violet-700\/90{
  border-inline-start-color: rgb(109 40 217 / 0.9);
}

.border-s-violet-700\/95{
  border-inline-start-color: rgb(109 40 217 / 0.95);
}

.border-s-violet-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-s-violet-800\/0{
  border-inline-start-color: rgb(91 33 182 / 0);
}

.border-s-violet-800\/10{
  border-inline-start-color: rgb(91 33 182 / 0.1);
}

.border-s-violet-800\/100{
  border-inline-start-color: rgb(91 33 182 / 1);
}

.border-s-violet-800\/15{
  border-inline-start-color: rgb(91 33 182 / 0.15);
}

.border-s-violet-800\/20{
  border-inline-start-color: rgb(91 33 182 / 0.2);
}

.border-s-violet-800\/25{
  border-inline-start-color: rgb(91 33 182 / 0.25);
}

.border-s-violet-800\/30{
  border-inline-start-color: rgb(91 33 182 / 0.3);
}

.border-s-violet-800\/35{
  border-inline-start-color: rgb(91 33 182 / 0.35);
}

.border-s-violet-800\/40{
  border-inline-start-color: rgb(91 33 182 / 0.4);
}

.border-s-violet-800\/45{
  border-inline-start-color: rgb(91 33 182 / 0.45);
}

.border-s-violet-800\/5{
  border-inline-start-color: rgb(91 33 182 / 0.05);
}

.border-s-violet-800\/50{
  border-inline-start-color: rgb(91 33 182 / 0.5);
}

.border-s-violet-800\/55{
  border-inline-start-color: rgb(91 33 182 / 0.55);
}

.border-s-violet-800\/60{
  border-inline-start-color: rgb(91 33 182 / 0.6);
}

.border-s-violet-800\/65{
  border-inline-start-color: rgb(91 33 182 / 0.65);
}

.border-s-violet-800\/70{
  border-inline-start-color: rgb(91 33 182 / 0.7);
}

.border-s-violet-800\/75{
  border-inline-start-color: rgb(91 33 182 / 0.75);
}

.border-s-violet-800\/80{
  border-inline-start-color: rgb(91 33 182 / 0.8);
}

.border-s-violet-800\/85{
  border-inline-start-color: rgb(91 33 182 / 0.85);
}

.border-s-violet-800\/90{
  border-inline-start-color: rgb(91 33 182 / 0.9);
}

.border-s-violet-800\/95{
  border-inline-start-color: rgb(91 33 182 / 0.95);
}

.border-s-violet-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-s-violet-900\/0{
  border-inline-start-color: rgb(76 29 149 / 0);
}

.border-s-violet-900\/10{
  border-inline-start-color: rgb(76 29 149 / 0.1);
}

.border-s-violet-900\/100{
  border-inline-start-color: rgb(76 29 149 / 1);
}

.border-s-violet-900\/15{
  border-inline-start-color: rgb(76 29 149 / 0.15);
}

.border-s-violet-900\/20{
  border-inline-start-color: rgb(76 29 149 / 0.2);
}

.border-s-violet-900\/25{
  border-inline-start-color: rgb(76 29 149 / 0.25);
}

.border-s-violet-900\/30{
  border-inline-start-color: rgb(76 29 149 / 0.3);
}

.border-s-violet-900\/35{
  border-inline-start-color: rgb(76 29 149 / 0.35);
}

.border-s-violet-900\/40{
  border-inline-start-color: rgb(76 29 149 / 0.4);
}

.border-s-violet-900\/45{
  border-inline-start-color: rgb(76 29 149 / 0.45);
}

.border-s-violet-900\/5{
  border-inline-start-color: rgb(76 29 149 / 0.05);
}

.border-s-violet-900\/50{
  border-inline-start-color: rgb(76 29 149 / 0.5);
}

.border-s-violet-900\/55{
  border-inline-start-color: rgb(76 29 149 / 0.55);
}

.border-s-violet-900\/60{
  border-inline-start-color: rgb(76 29 149 / 0.6);
}

.border-s-violet-900\/65{
  border-inline-start-color: rgb(76 29 149 / 0.65);
}

.border-s-violet-900\/70{
  border-inline-start-color: rgb(76 29 149 / 0.7);
}

.border-s-violet-900\/75{
  border-inline-start-color: rgb(76 29 149 / 0.75);
}

.border-s-violet-900\/80{
  border-inline-start-color: rgb(76 29 149 / 0.8);
}

.border-s-violet-900\/85{
  border-inline-start-color: rgb(76 29 149 / 0.85);
}

.border-s-violet-900\/90{
  border-inline-start-color: rgb(76 29 149 / 0.9);
}

.border-s-violet-900\/95{
  border-inline-start-color: rgb(76 29 149 / 0.95);
}

.border-s-violet-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-s-violet-950\/0{
  border-inline-start-color: rgb(46 16 101 / 0);
}

.border-s-violet-950\/10{
  border-inline-start-color: rgb(46 16 101 / 0.1);
}

.border-s-violet-950\/100{
  border-inline-start-color: rgb(46 16 101 / 1);
}

.border-s-violet-950\/15{
  border-inline-start-color: rgb(46 16 101 / 0.15);
}

.border-s-violet-950\/20{
  border-inline-start-color: rgb(46 16 101 / 0.2);
}

.border-s-violet-950\/25{
  border-inline-start-color: rgb(46 16 101 / 0.25);
}

.border-s-violet-950\/30{
  border-inline-start-color: rgb(46 16 101 / 0.3);
}

.border-s-violet-950\/35{
  border-inline-start-color: rgb(46 16 101 / 0.35);
}

.border-s-violet-950\/40{
  border-inline-start-color: rgb(46 16 101 / 0.4);
}

.border-s-violet-950\/45{
  border-inline-start-color: rgb(46 16 101 / 0.45);
}

.border-s-violet-950\/5{
  border-inline-start-color: rgb(46 16 101 / 0.05);
}

.border-s-violet-950\/50{
  border-inline-start-color: rgb(46 16 101 / 0.5);
}

.border-s-violet-950\/55{
  border-inline-start-color: rgb(46 16 101 / 0.55);
}

.border-s-violet-950\/60{
  border-inline-start-color: rgb(46 16 101 / 0.6);
}

.border-s-violet-950\/65{
  border-inline-start-color: rgb(46 16 101 / 0.65);
}

.border-s-violet-950\/70{
  border-inline-start-color: rgb(46 16 101 / 0.7);
}

.border-s-violet-950\/75{
  border-inline-start-color: rgb(46 16 101 / 0.75);
}

.border-s-violet-950\/80{
  border-inline-start-color: rgb(46 16 101 / 0.8);
}

.border-s-violet-950\/85{
  border-inline-start-color: rgb(46 16 101 / 0.85);
}

.border-s-violet-950\/90{
  border-inline-start-color: rgb(46 16 101 / 0.9);
}

.border-s-violet-950\/95{
  border-inline-start-color: rgb(46 16 101 / 0.95);
}

.border-s-white{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-s-white\/0{
  border-inline-start-color: rgb(255 255 255 / 0);
}

.border-s-white\/10{
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.border-s-white\/100{
  border-inline-start-color: rgb(255 255 255 / 1);
}

.border-s-white\/15{
  border-inline-start-color: rgb(255 255 255 / 0.15);
}

.border-s-white\/20{
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.border-s-white\/25{
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.border-s-white\/30{
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.border-s-white\/35{
  border-inline-start-color: rgb(255 255 255 / 0.35);
}

.border-s-white\/40{
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.border-s-white\/45{
  border-inline-start-color: rgb(255 255 255 / 0.45);
}

.border-s-white\/5{
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.border-s-white\/50{
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.border-s-white\/55{
  border-inline-start-color: rgb(255 255 255 / 0.55);
}

.border-s-white\/60{
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.border-s-white\/65{
  border-inline-start-color: rgb(255 255 255 / 0.65);
}

.border-s-white\/70{
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.border-s-white\/75{
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.border-s-white\/80{
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.border-s-white\/85{
  border-inline-start-color: rgb(255 255 255 / 0.85);
}

.border-s-white\/90{
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.border-s-white\/95{
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.border-s-yellow-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-s-yellow-100\/0{
  border-inline-start-color: rgb(254 249 195 / 0);
}

.border-s-yellow-100\/10{
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.border-s-yellow-100\/100{
  border-inline-start-color: rgb(254 249 195 / 1);
}

.border-s-yellow-100\/15{
  border-inline-start-color: rgb(254 249 195 / 0.15);
}

.border-s-yellow-100\/20{
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.border-s-yellow-100\/25{
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.border-s-yellow-100\/30{
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.border-s-yellow-100\/35{
  border-inline-start-color: rgb(254 249 195 / 0.35);
}

.border-s-yellow-100\/40{
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.border-s-yellow-100\/45{
  border-inline-start-color: rgb(254 249 195 / 0.45);
}

.border-s-yellow-100\/5{
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.border-s-yellow-100\/50{
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.border-s-yellow-100\/55{
  border-inline-start-color: rgb(254 249 195 / 0.55);
}

.border-s-yellow-100\/60{
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.border-s-yellow-100\/65{
  border-inline-start-color: rgb(254 249 195 / 0.65);
}

.border-s-yellow-100\/70{
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.border-s-yellow-100\/75{
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.border-s-yellow-100\/80{
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.border-s-yellow-100\/85{
  border-inline-start-color: rgb(254 249 195 / 0.85);
}

.border-s-yellow-100\/90{
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.border-s-yellow-100\/95{
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

.border-s-yellow-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-s-yellow-200\/0{
  border-inline-start-color: rgb(254 240 138 / 0);
}

.border-s-yellow-200\/10{
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.border-s-yellow-200\/100{
  border-inline-start-color: rgb(254 240 138 / 1);
}

.border-s-yellow-200\/15{
  border-inline-start-color: rgb(254 240 138 / 0.15);
}

.border-s-yellow-200\/20{
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.border-s-yellow-200\/25{
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.border-s-yellow-200\/30{
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.border-s-yellow-200\/35{
  border-inline-start-color: rgb(254 240 138 / 0.35);
}

.border-s-yellow-200\/40{
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.border-s-yellow-200\/45{
  border-inline-start-color: rgb(254 240 138 / 0.45);
}

.border-s-yellow-200\/5{
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.border-s-yellow-200\/50{
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.border-s-yellow-200\/55{
  border-inline-start-color: rgb(254 240 138 / 0.55);
}

.border-s-yellow-200\/60{
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.border-s-yellow-200\/65{
  border-inline-start-color: rgb(254 240 138 / 0.65);
}

.border-s-yellow-200\/70{
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.border-s-yellow-200\/75{
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.border-s-yellow-200\/80{
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.border-s-yellow-200\/85{
  border-inline-start-color: rgb(254 240 138 / 0.85);
}

.border-s-yellow-200\/90{
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.border-s-yellow-200\/95{
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

.border-s-yellow-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-s-yellow-300\/0{
  border-inline-start-color: rgb(253 224 71 / 0);
}

.border-s-yellow-300\/10{
  border-inline-start-color: rgb(253 224 71 / 0.1);
}

.border-s-yellow-300\/100{
  border-inline-start-color: rgb(253 224 71 / 1);
}

.border-s-yellow-300\/15{
  border-inline-start-color: rgb(253 224 71 / 0.15);
}

.border-s-yellow-300\/20{
  border-inline-start-color: rgb(253 224 71 / 0.2);
}

.border-s-yellow-300\/25{
  border-inline-start-color: rgb(253 224 71 / 0.25);
}

.border-s-yellow-300\/30{
  border-inline-start-color: rgb(253 224 71 / 0.3);
}

.border-s-yellow-300\/35{
  border-inline-start-color: rgb(253 224 71 / 0.35);
}

.border-s-yellow-300\/40{
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.border-s-yellow-300\/45{
  border-inline-start-color: rgb(253 224 71 / 0.45);
}

.border-s-yellow-300\/5{
  border-inline-start-color: rgb(253 224 71 / 0.05);
}

.border-s-yellow-300\/50{
  border-inline-start-color: rgb(253 224 71 / 0.5);
}

.border-s-yellow-300\/55{
  border-inline-start-color: rgb(253 224 71 / 0.55);
}

.border-s-yellow-300\/60{
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.border-s-yellow-300\/65{
  border-inline-start-color: rgb(253 224 71 / 0.65);
}

.border-s-yellow-300\/70{
  border-inline-start-color: rgb(253 224 71 / 0.7);
}

.border-s-yellow-300\/75{
  border-inline-start-color: rgb(253 224 71 / 0.75);
}

.border-s-yellow-300\/80{
  border-inline-start-color: rgb(253 224 71 / 0.8);
}

.border-s-yellow-300\/85{
  border-inline-start-color: rgb(253 224 71 / 0.85);
}

.border-s-yellow-300\/90{
  border-inline-start-color: rgb(253 224 71 / 0.9);
}

.border-s-yellow-300\/95{
  border-inline-start-color: rgb(253 224 71 / 0.95);
}

.border-s-yellow-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-s-yellow-400\/0{
  border-inline-start-color: rgb(250 204 21 / 0);
}

.border-s-yellow-400\/10{
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.border-s-yellow-400\/100{
  border-inline-start-color: rgb(250 204 21 / 1);
}

.border-s-yellow-400\/15{
  border-inline-start-color: rgb(250 204 21 / 0.15);
}

.border-s-yellow-400\/20{
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.border-s-yellow-400\/25{
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.border-s-yellow-400\/30{
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.border-s-yellow-400\/35{
  border-inline-start-color: rgb(250 204 21 / 0.35);
}

.border-s-yellow-400\/40{
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.border-s-yellow-400\/45{
  border-inline-start-color: rgb(250 204 21 / 0.45);
}

.border-s-yellow-400\/5{
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.border-s-yellow-400\/50{
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.border-s-yellow-400\/55{
  border-inline-start-color: rgb(250 204 21 / 0.55);
}

.border-s-yellow-400\/60{
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.border-s-yellow-400\/65{
  border-inline-start-color: rgb(250 204 21 / 0.65);
}

.border-s-yellow-400\/70{
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.border-s-yellow-400\/75{
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.border-s-yellow-400\/80{
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.border-s-yellow-400\/85{
  border-inline-start-color: rgb(250 204 21 / 0.85);
}

.border-s-yellow-400\/90{
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.border-s-yellow-400\/95{
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.border-s-yellow-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-s-yellow-50\/0{
  border-inline-start-color: rgb(254 252 232 / 0);
}

.border-s-yellow-50\/10{
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.border-s-yellow-50\/100{
  border-inline-start-color: rgb(254 252 232 / 1);
}

.border-s-yellow-50\/15{
  border-inline-start-color: rgb(254 252 232 / 0.15);
}

.border-s-yellow-50\/20{
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.border-s-yellow-50\/25{
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.border-s-yellow-50\/30{
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.border-s-yellow-50\/35{
  border-inline-start-color: rgb(254 252 232 / 0.35);
}

.border-s-yellow-50\/40{
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.border-s-yellow-50\/45{
  border-inline-start-color: rgb(254 252 232 / 0.45);
}

.border-s-yellow-50\/5{
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.border-s-yellow-50\/50{
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.border-s-yellow-50\/55{
  border-inline-start-color: rgb(254 252 232 / 0.55);
}

.border-s-yellow-50\/60{
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.border-s-yellow-50\/65{
  border-inline-start-color: rgb(254 252 232 / 0.65);
}

.border-s-yellow-50\/70{
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.border-s-yellow-50\/75{
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.border-s-yellow-50\/80{
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.border-s-yellow-50\/85{
  border-inline-start-color: rgb(254 252 232 / 0.85);
}

.border-s-yellow-50\/90{
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.border-s-yellow-50\/95{
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

.border-s-yellow-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-s-yellow-500\/0{
  border-inline-start-color: rgb(234 179 8 / 0);
}

.border-s-yellow-500\/10{
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.border-s-yellow-500\/100{
  border-inline-start-color: rgb(234 179 8 / 1);
}

.border-s-yellow-500\/15{
  border-inline-start-color: rgb(234 179 8 / 0.15);
}

.border-s-yellow-500\/20{
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.border-s-yellow-500\/25{
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.border-s-yellow-500\/30{
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.border-s-yellow-500\/35{
  border-inline-start-color: rgb(234 179 8 / 0.35);
}

.border-s-yellow-500\/40{
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.border-s-yellow-500\/45{
  border-inline-start-color: rgb(234 179 8 / 0.45);
}

.border-s-yellow-500\/5{
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.border-s-yellow-500\/50{
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.border-s-yellow-500\/55{
  border-inline-start-color: rgb(234 179 8 / 0.55);
}

.border-s-yellow-500\/60{
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.border-s-yellow-500\/65{
  border-inline-start-color: rgb(234 179 8 / 0.65);
}

.border-s-yellow-500\/70{
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.border-s-yellow-500\/75{
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.border-s-yellow-500\/80{
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.border-s-yellow-500\/85{
  border-inline-start-color: rgb(234 179 8 / 0.85);
}

.border-s-yellow-500\/90{
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.border-s-yellow-500\/95{
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

.border-s-yellow-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-s-yellow-600\/0{
  border-inline-start-color: rgb(202 138 4 / 0);
}

.border-s-yellow-600\/10{
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.border-s-yellow-600\/100{
  border-inline-start-color: rgb(202 138 4 / 1);
}

.border-s-yellow-600\/15{
  border-inline-start-color: rgb(202 138 4 / 0.15);
}

.border-s-yellow-600\/20{
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.border-s-yellow-600\/25{
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.border-s-yellow-600\/30{
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.border-s-yellow-600\/35{
  border-inline-start-color: rgb(202 138 4 / 0.35);
}

.border-s-yellow-600\/40{
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.border-s-yellow-600\/45{
  border-inline-start-color: rgb(202 138 4 / 0.45);
}

.border-s-yellow-600\/5{
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

.border-s-yellow-600\/50{
  border-inline-start-color: rgb(202 138 4 / 0.5);
}

.border-s-yellow-600\/55{
  border-inline-start-color: rgb(202 138 4 / 0.55);
}

.border-s-yellow-600\/60{
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.border-s-yellow-600\/65{
  border-inline-start-color: rgb(202 138 4 / 0.65);
}

.border-s-yellow-600\/70{
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.border-s-yellow-600\/75{
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.border-s-yellow-600\/80{
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.border-s-yellow-600\/85{
  border-inline-start-color: rgb(202 138 4 / 0.85);
}

.border-s-yellow-600\/90{
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.border-s-yellow-600\/95{
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

.border-s-yellow-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-s-yellow-700\/0{
  border-inline-start-color: rgb(161 98 7 / 0);
}

.border-s-yellow-700\/10{
  border-inline-start-color: rgb(161 98 7 / 0.1);
}

.border-s-yellow-700\/100{
  border-inline-start-color: rgb(161 98 7 / 1);
}

.border-s-yellow-700\/15{
  border-inline-start-color: rgb(161 98 7 / 0.15);
}

.border-s-yellow-700\/20{
  border-inline-start-color: rgb(161 98 7 / 0.2);
}

.border-s-yellow-700\/25{
  border-inline-start-color: rgb(161 98 7 / 0.25);
}

.border-s-yellow-700\/30{
  border-inline-start-color: rgb(161 98 7 / 0.3);
}

.border-s-yellow-700\/35{
  border-inline-start-color: rgb(161 98 7 / 0.35);
}

.border-s-yellow-700\/40{
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.border-s-yellow-700\/45{
  border-inline-start-color: rgb(161 98 7 / 0.45);
}

.border-s-yellow-700\/5{
  border-inline-start-color: rgb(161 98 7 / 0.05);
}

.border-s-yellow-700\/50{
  border-inline-start-color: rgb(161 98 7 / 0.5);
}

.border-s-yellow-700\/55{
  border-inline-start-color: rgb(161 98 7 / 0.55);
}

.border-s-yellow-700\/60{
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.border-s-yellow-700\/65{
  border-inline-start-color: rgb(161 98 7 / 0.65);
}

.border-s-yellow-700\/70{
  border-inline-start-color: rgb(161 98 7 / 0.7);
}

.border-s-yellow-700\/75{
  border-inline-start-color: rgb(161 98 7 / 0.75);
}

.border-s-yellow-700\/80{
  border-inline-start-color: rgb(161 98 7 / 0.8);
}

.border-s-yellow-700\/85{
  border-inline-start-color: rgb(161 98 7 / 0.85);
}

.border-s-yellow-700\/90{
  border-inline-start-color: rgb(161 98 7 / 0.9);
}

.border-s-yellow-700\/95{
  border-inline-start-color: rgb(161 98 7 / 0.95);
}

.border-s-yellow-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-s-yellow-800\/0{
  border-inline-start-color: rgb(133 77 14 / 0);
}

.border-s-yellow-800\/10{
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.border-s-yellow-800\/100{
  border-inline-start-color: rgb(133 77 14 / 1);
}

.border-s-yellow-800\/15{
  border-inline-start-color: rgb(133 77 14 / 0.15);
}

.border-s-yellow-800\/20{
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.border-s-yellow-800\/25{
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.border-s-yellow-800\/30{
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.border-s-yellow-800\/35{
  border-inline-start-color: rgb(133 77 14 / 0.35);
}

.border-s-yellow-800\/40{
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.border-s-yellow-800\/45{
  border-inline-start-color: rgb(133 77 14 / 0.45);
}

.border-s-yellow-800\/5{
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.border-s-yellow-800\/50{
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.border-s-yellow-800\/55{
  border-inline-start-color: rgb(133 77 14 / 0.55);
}

.border-s-yellow-800\/60{
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.border-s-yellow-800\/65{
  border-inline-start-color: rgb(133 77 14 / 0.65);
}

.border-s-yellow-800\/70{
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.border-s-yellow-800\/75{
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.border-s-yellow-800\/80{
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.border-s-yellow-800\/85{
  border-inline-start-color: rgb(133 77 14 / 0.85);
}

.border-s-yellow-800\/90{
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.border-s-yellow-800\/95{
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

.border-s-yellow-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-s-yellow-900\/0{
  border-inline-start-color: rgb(113 63 18 / 0);
}

.border-s-yellow-900\/10{
  border-inline-start-color: rgb(113 63 18 / 0.1);
}

.border-s-yellow-900\/100{
  border-inline-start-color: rgb(113 63 18 / 1);
}

.border-s-yellow-900\/15{
  border-inline-start-color: rgb(113 63 18 / 0.15);
}

.border-s-yellow-900\/20{
  border-inline-start-color: rgb(113 63 18 / 0.2);
}

.border-s-yellow-900\/25{
  border-inline-start-color: rgb(113 63 18 / 0.25);
}

.border-s-yellow-900\/30{
  border-inline-start-color: rgb(113 63 18 / 0.3);
}

.border-s-yellow-900\/35{
  border-inline-start-color: rgb(113 63 18 / 0.35);
}

.border-s-yellow-900\/40{
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.border-s-yellow-900\/45{
  border-inline-start-color: rgb(113 63 18 / 0.45);
}

.border-s-yellow-900\/5{
  border-inline-start-color: rgb(113 63 18 / 0.05);
}

.border-s-yellow-900\/50{
  border-inline-start-color: rgb(113 63 18 / 0.5);
}

.border-s-yellow-900\/55{
  border-inline-start-color: rgb(113 63 18 / 0.55);
}

.border-s-yellow-900\/60{
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.border-s-yellow-900\/65{
  border-inline-start-color: rgb(113 63 18 / 0.65);
}

.border-s-yellow-900\/70{
  border-inline-start-color: rgb(113 63 18 / 0.7);
}

.border-s-yellow-900\/75{
  border-inline-start-color: rgb(113 63 18 / 0.75);
}

.border-s-yellow-900\/80{
  border-inline-start-color: rgb(113 63 18 / 0.8);
}

.border-s-yellow-900\/85{
  border-inline-start-color: rgb(113 63 18 / 0.85);
}

.border-s-yellow-900\/90{
  border-inline-start-color: rgb(113 63 18 / 0.9);
}

.border-s-yellow-900\/95{
  border-inline-start-color: rgb(113 63 18 / 0.95);
}

.border-s-yellow-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-s-yellow-950\/0{
  border-inline-start-color: rgb(66 32 6 / 0);
}

.border-s-yellow-950\/10{
  border-inline-start-color: rgb(66 32 6 / 0.1);
}

.border-s-yellow-950\/100{
  border-inline-start-color: rgb(66 32 6 / 1);
}

.border-s-yellow-950\/15{
  border-inline-start-color: rgb(66 32 6 / 0.15);
}

.border-s-yellow-950\/20{
  border-inline-start-color: rgb(66 32 6 / 0.2);
}

.border-s-yellow-950\/25{
  border-inline-start-color: rgb(66 32 6 / 0.25);
}

.border-s-yellow-950\/30{
  border-inline-start-color: rgb(66 32 6 / 0.3);
}

.border-s-yellow-950\/35{
  border-inline-start-color: rgb(66 32 6 / 0.35);
}

.border-s-yellow-950\/40{
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.border-s-yellow-950\/45{
  border-inline-start-color: rgb(66 32 6 / 0.45);
}

.border-s-yellow-950\/5{
  border-inline-start-color: rgb(66 32 6 / 0.05);
}

.border-s-yellow-950\/50{
  border-inline-start-color: rgb(66 32 6 / 0.5);
}

.border-s-yellow-950\/55{
  border-inline-start-color: rgb(66 32 6 / 0.55);
}

.border-s-yellow-950\/60{
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.border-s-yellow-950\/65{
  border-inline-start-color: rgb(66 32 6 / 0.65);
}

.border-s-yellow-950\/70{
  border-inline-start-color: rgb(66 32 6 / 0.7);
}

.border-s-yellow-950\/75{
  border-inline-start-color: rgb(66 32 6 / 0.75);
}

.border-s-yellow-950\/80{
  border-inline-start-color: rgb(66 32 6 / 0.8);
}

.border-s-yellow-950\/85{
  border-inline-start-color: rgb(66 32 6 / 0.85);
}

.border-s-yellow-950\/90{
  border-inline-start-color: rgb(66 32 6 / 0.9);
}

.border-s-yellow-950\/95{
  border-inline-start-color: rgb(66 32 6 / 0.95);
}

.border-s-zinc-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-s-zinc-100\/0{
  border-inline-start-color: rgb(244 244 245 / 0);
}

.border-s-zinc-100\/10{
  border-inline-start-color: rgb(244 244 245 / 0.1);
}

.border-s-zinc-100\/100{
  border-inline-start-color: rgb(244 244 245 / 1);
}

.border-s-zinc-100\/15{
  border-inline-start-color: rgb(244 244 245 / 0.15);
}

.border-s-zinc-100\/20{
  border-inline-start-color: rgb(244 244 245 / 0.2);
}

.border-s-zinc-100\/25{
  border-inline-start-color: rgb(244 244 245 / 0.25);
}

.border-s-zinc-100\/30{
  border-inline-start-color: rgb(244 244 245 / 0.3);
}

.border-s-zinc-100\/35{
  border-inline-start-color: rgb(244 244 245 / 0.35);
}

.border-s-zinc-100\/40{
  border-inline-start-color: rgb(244 244 245 / 0.4);
}

.border-s-zinc-100\/45{
  border-inline-start-color: rgb(244 244 245 / 0.45);
}

.border-s-zinc-100\/5{
  border-inline-start-color: rgb(244 244 245 / 0.05);
}

.border-s-zinc-100\/50{
  border-inline-start-color: rgb(244 244 245 / 0.5);
}

.border-s-zinc-100\/55{
  border-inline-start-color: rgb(244 244 245 / 0.55);
}

.border-s-zinc-100\/60{
  border-inline-start-color: rgb(244 244 245 / 0.6);
}

.border-s-zinc-100\/65{
  border-inline-start-color: rgb(244 244 245 / 0.65);
}

.border-s-zinc-100\/70{
  border-inline-start-color: rgb(244 244 245 / 0.7);
}

.border-s-zinc-100\/75{
  border-inline-start-color: rgb(244 244 245 / 0.75);
}

.border-s-zinc-100\/80{
  border-inline-start-color: rgb(244 244 245 / 0.8);
}

.border-s-zinc-100\/85{
  border-inline-start-color: rgb(244 244 245 / 0.85);
}

.border-s-zinc-100\/90{
  border-inline-start-color: rgb(244 244 245 / 0.9);
}

.border-s-zinc-100\/95{
  border-inline-start-color: rgb(244 244 245 / 0.95);
}

.border-s-zinc-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-s-zinc-200\/0{
  border-inline-start-color: rgb(228 228 231 / 0);
}

.border-s-zinc-200\/10{
  border-inline-start-color: rgb(228 228 231 / 0.1);
}

.border-s-zinc-200\/100{
  border-inline-start-color: rgb(228 228 231 / 1);
}

.border-s-zinc-200\/15{
  border-inline-start-color: rgb(228 228 231 / 0.15);
}

.border-s-zinc-200\/20{
  border-inline-start-color: rgb(228 228 231 / 0.2);
}

.border-s-zinc-200\/25{
  border-inline-start-color: rgb(228 228 231 / 0.25);
}

.border-s-zinc-200\/30{
  border-inline-start-color: rgb(228 228 231 / 0.3);
}

.border-s-zinc-200\/35{
  border-inline-start-color: rgb(228 228 231 / 0.35);
}

.border-s-zinc-200\/40{
  border-inline-start-color: rgb(228 228 231 / 0.4);
}

.border-s-zinc-200\/45{
  border-inline-start-color: rgb(228 228 231 / 0.45);
}

.border-s-zinc-200\/5{
  border-inline-start-color: rgb(228 228 231 / 0.05);
}

.border-s-zinc-200\/50{
  border-inline-start-color: rgb(228 228 231 / 0.5);
}

.border-s-zinc-200\/55{
  border-inline-start-color: rgb(228 228 231 / 0.55);
}

.border-s-zinc-200\/60{
  border-inline-start-color: rgb(228 228 231 / 0.6);
}

.border-s-zinc-200\/65{
  border-inline-start-color: rgb(228 228 231 / 0.65);
}

.border-s-zinc-200\/70{
  border-inline-start-color: rgb(228 228 231 / 0.7);
}

.border-s-zinc-200\/75{
  border-inline-start-color: rgb(228 228 231 / 0.75);
}

.border-s-zinc-200\/80{
  border-inline-start-color: rgb(228 228 231 / 0.8);
}

.border-s-zinc-200\/85{
  border-inline-start-color: rgb(228 228 231 / 0.85);
}

.border-s-zinc-200\/90{
  border-inline-start-color: rgb(228 228 231 / 0.9);
}

.border-s-zinc-200\/95{
  border-inline-start-color: rgb(228 228 231 / 0.95);
}

.border-s-zinc-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-s-zinc-300\/0{
  border-inline-start-color: rgb(212 212 216 / 0);
}

.border-s-zinc-300\/10{
  border-inline-start-color: rgb(212 212 216 / 0.1);
}

.border-s-zinc-300\/100{
  border-inline-start-color: rgb(212 212 216 / 1);
}

.border-s-zinc-300\/15{
  border-inline-start-color: rgb(212 212 216 / 0.15);
}

.border-s-zinc-300\/20{
  border-inline-start-color: rgb(212 212 216 / 0.2);
}

.border-s-zinc-300\/25{
  border-inline-start-color: rgb(212 212 216 / 0.25);
}

.border-s-zinc-300\/30{
  border-inline-start-color: rgb(212 212 216 / 0.3);
}

.border-s-zinc-300\/35{
  border-inline-start-color: rgb(212 212 216 / 0.35);
}

.border-s-zinc-300\/40{
  border-inline-start-color: rgb(212 212 216 / 0.4);
}

.border-s-zinc-300\/45{
  border-inline-start-color: rgb(212 212 216 / 0.45);
}

.border-s-zinc-300\/5{
  border-inline-start-color: rgb(212 212 216 / 0.05);
}

.border-s-zinc-300\/50{
  border-inline-start-color: rgb(212 212 216 / 0.5);
}

.border-s-zinc-300\/55{
  border-inline-start-color: rgb(212 212 216 / 0.55);
}

.border-s-zinc-300\/60{
  border-inline-start-color: rgb(212 212 216 / 0.6);
}

.border-s-zinc-300\/65{
  border-inline-start-color: rgb(212 212 216 / 0.65);
}

.border-s-zinc-300\/70{
  border-inline-start-color: rgb(212 212 216 / 0.7);
}

.border-s-zinc-300\/75{
  border-inline-start-color: rgb(212 212 216 / 0.75);
}

.border-s-zinc-300\/80{
  border-inline-start-color: rgb(212 212 216 / 0.8);
}

.border-s-zinc-300\/85{
  border-inline-start-color: rgb(212 212 216 / 0.85);
}

.border-s-zinc-300\/90{
  border-inline-start-color: rgb(212 212 216 / 0.9);
}

.border-s-zinc-300\/95{
  border-inline-start-color: rgb(212 212 216 / 0.95);
}

.border-s-zinc-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-s-zinc-400\/0{
  border-inline-start-color: rgb(161 161 170 / 0);
}

.border-s-zinc-400\/10{
  border-inline-start-color: rgb(161 161 170 / 0.1);
}

.border-s-zinc-400\/100{
  border-inline-start-color: rgb(161 161 170 / 1);
}

.border-s-zinc-400\/15{
  border-inline-start-color: rgb(161 161 170 / 0.15);
}

.border-s-zinc-400\/20{
  border-inline-start-color: rgb(161 161 170 / 0.2);
}

.border-s-zinc-400\/25{
  border-inline-start-color: rgb(161 161 170 / 0.25);
}

.border-s-zinc-400\/30{
  border-inline-start-color: rgb(161 161 170 / 0.3);
}

.border-s-zinc-400\/35{
  border-inline-start-color: rgb(161 161 170 / 0.35);
}

.border-s-zinc-400\/40{
  border-inline-start-color: rgb(161 161 170 / 0.4);
}

.border-s-zinc-400\/45{
  border-inline-start-color: rgb(161 161 170 / 0.45);
}

.border-s-zinc-400\/5{
  border-inline-start-color: rgb(161 161 170 / 0.05);
}

.border-s-zinc-400\/50{
  border-inline-start-color: rgb(161 161 170 / 0.5);
}

.border-s-zinc-400\/55{
  border-inline-start-color: rgb(161 161 170 / 0.55);
}

.border-s-zinc-400\/60{
  border-inline-start-color: rgb(161 161 170 / 0.6);
}

.border-s-zinc-400\/65{
  border-inline-start-color: rgb(161 161 170 / 0.65);
}

.border-s-zinc-400\/70{
  border-inline-start-color: rgb(161 161 170 / 0.7);
}

.border-s-zinc-400\/75{
  border-inline-start-color: rgb(161 161 170 / 0.75);
}

.border-s-zinc-400\/80{
  border-inline-start-color: rgb(161 161 170 / 0.8);
}

.border-s-zinc-400\/85{
  border-inline-start-color: rgb(161 161 170 / 0.85);
}

.border-s-zinc-400\/90{
  border-inline-start-color: rgb(161 161 170 / 0.9);
}

.border-s-zinc-400\/95{
  border-inline-start-color: rgb(161 161 170 / 0.95);
}

.border-s-zinc-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-s-zinc-50\/0{
  border-inline-start-color: rgb(250 250 250 / 0);
}

.border-s-zinc-50\/10{
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.border-s-zinc-50\/100{
  border-inline-start-color: rgb(250 250 250 / 1);
}

.border-s-zinc-50\/15{
  border-inline-start-color: rgb(250 250 250 / 0.15);
}

.border-s-zinc-50\/20{
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.border-s-zinc-50\/25{
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.border-s-zinc-50\/30{
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.border-s-zinc-50\/35{
  border-inline-start-color: rgb(250 250 250 / 0.35);
}

.border-s-zinc-50\/40{
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.border-s-zinc-50\/45{
  border-inline-start-color: rgb(250 250 250 / 0.45);
}

.border-s-zinc-50\/5{
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.border-s-zinc-50\/50{
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.border-s-zinc-50\/55{
  border-inline-start-color: rgb(250 250 250 / 0.55);
}

.border-s-zinc-50\/60{
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.border-s-zinc-50\/65{
  border-inline-start-color: rgb(250 250 250 / 0.65);
}

.border-s-zinc-50\/70{
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.border-s-zinc-50\/75{
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.border-s-zinc-50\/80{
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.border-s-zinc-50\/85{
  border-inline-start-color: rgb(250 250 250 / 0.85);
}

.border-s-zinc-50\/90{
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.border-s-zinc-50\/95{
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.border-s-zinc-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-s-zinc-500\/0{
  border-inline-start-color: rgb(113 113 122 / 0);
}

.border-s-zinc-500\/10{
  border-inline-start-color: rgb(113 113 122 / 0.1);
}

.border-s-zinc-500\/100{
  border-inline-start-color: rgb(113 113 122 / 1);
}

.border-s-zinc-500\/15{
  border-inline-start-color: rgb(113 113 122 / 0.15);
}

.border-s-zinc-500\/20{
  border-inline-start-color: rgb(113 113 122 / 0.2);
}

.border-s-zinc-500\/25{
  border-inline-start-color: rgb(113 113 122 / 0.25);
}

.border-s-zinc-500\/30{
  border-inline-start-color: rgb(113 113 122 / 0.3);
}

.border-s-zinc-500\/35{
  border-inline-start-color: rgb(113 113 122 / 0.35);
}

.border-s-zinc-500\/40{
  border-inline-start-color: rgb(113 113 122 / 0.4);
}

.border-s-zinc-500\/45{
  border-inline-start-color: rgb(113 113 122 / 0.45);
}

.border-s-zinc-500\/5{
  border-inline-start-color: rgb(113 113 122 / 0.05);
}

.border-s-zinc-500\/50{
  border-inline-start-color: rgb(113 113 122 / 0.5);
}

.border-s-zinc-500\/55{
  border-inline-start-color: rgb(113 113 122 / 0.55);
}

.border-s-zinc-500\/60{
  border-inline-start-color: rgb(113 113 122 / 0.6);
}

.border-s-zinc-500\/65{
  border-inline-start-color: rgb(113 113 122 / 0.65);
}

.border-s-zinc-500\/70{
  border-inline-start-color: rgb(113 113 122 / 0.7);
}

.border-s-zinc-500\/75{
  border-inline-start-color: rgb(113 113 122 / 0.75);
}

.border-s-zinc-500\/80{
  border-inline-start-color: rgb(113 113 122 / 0.8);
}

.border-s-zinc-500\/85{
  border-inline-start-color: rgb(113 113 122 / 0.85);
}

.border-s-zinc-500\/90{
  border-inline-start-color: rgb(113 113 122 / 0.9);
}

.border-s-zinc-500\/95{
  border-inline-start-color: rgb(113 113 122 / 0.95);
}

.border-s-zinc-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-s-zinc-600\/0{
  border-inline-start-color: rgb(82 82 91 / 0);
}

.border-s-zinc-600\/10{
  border-inline-start-color: rgb(82 82 91 / 0.1);
}

.border-s-zinc-600\/100{
  border-inline-start-color: rgb(82 82 91 / 1);
}

.border-s-zinc-600\/15{
  border-inline-start-color: rgb(82 82 91 / 0.15);
}

.border-s-zinc-600\/20{
  border-inline-start-color: rgb(82 82 91 / 0.2);
}

.border-s-zinc-600\/25{
  border-inline-start-color: rgb(82 82 91 / 0.25);
}

.border-s-zinc-600\/30{
  border-inline-start-color: rgb(82 82 91 / 0.3);
}

.border-s-zinc-600\/35{
  border-inline-start-color: rgb(82 82 91 / 0.35);
}

.border-s-zinc-600\/40{
  border-inline-start-color: rgb(82 82 91 / 0.4);
}

.border-s-zinc-600\/45{
  border-inline-start-color: rgb(82 82 91 / 0.45);
}

.border-s-zinc-600\/5{
  border-inline-start-color: rgb(82 82 91 / 0.05);
}

.border-s-zinc-600\/50{
  border-inline-start-color: rgb(82 82 91 / 0.5);
}

.border-s-zinc-600\/55{
  border-inline-start-color: rgb(82 82 91 / 0.55);
}

.border-s-zinc-600\/60{
  border-inline-start-color: rgb(82 82 91 / 0.6);
}

.border-s-zinc-600\/65{
  border-inline-start-color: rgb(82 82 91 / 0.65);
}

.border-s-zinc-600\/70{
  border-inline-start-color: rgb(82 82 91 / 0.7);
}

.border-s-zinc-600\/75{
  border-inline-start-color: rgb(82 82 91 / 0.75);
}

.border-s-zinc-600\/80{
  border-inline-start-color: rgb(82 82 91 / 0.8);
}

.border-s-zinc-600\/85{
  border-inline-start-color: rgb(82 82 91 / 0.85);
}

.border-s-zinc-600\/90{
  border-inline-start-color: rgb(82 82 91 / 0.9);
}

.border-s-zinc-600\/95{
  border-inline-start-color: rgb(82 82 91 / 0.95);
}

.border-s-zinc-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-s-zinc-700\/0{
  border-inline-start-color: rgb(63 63 70 / 0);
}

.border-s-zinc-700\/10{
  border-inline-start-color: rgb(63 63 70 / 0.1);
}

.border-s-zinc-700\/100{
  border-inline-start-color: rgb(63 63 70 / 1);
}

.border-s-zinc-700\/15{
  border-inline-start-color: rgb(63 63 70 / 0.15);
}

.border-s-zinc-700\/20{
  border-inline-start-color: rgb(63 63 70 / 0.2);
}

.border-s-zinc-700\/25{
  border-inline-start-color: rgb(63 63 70 / 0.25);
}

.border-s-zinc-700\/30{
  border-inline-start-color: rgb(63 63 70 / 0.3);
}

.border-s-zinc-700\/35{
  border-inline-start-color: rgb(63 63 70 / 0.35);
}

.border-s-zinc-700\/40{
  border-inline-start-color: rgb(63 63 70 / 0.4);
}

.border-s-zinc-700\/45{
  border-inline-start-color: rgb(63 63 70 / 0.45);
}

.border-s-zinc-700\/5{
  border-inline-start-color: rgb(63 63 70 / 0.05);
}

.border-s-zinc-700\/50{
  border-inline-start-color: rgb(63 63 70 / 0.5);
}

.border-s-zinc-700\/55{
  border-inline-start-color: rgb(63 63 70 / 0.55);
}

.border-s-zinc-700\/60{
  border-inline-start-color: rgb(63 63 70 / 0.6);
}

.border-s-zinc-700\/65{
  border-inline-start-color: rgb(63 63 70 / 0.65);
}

.border-s-zinc-700\/70{
  border-inline-start-color: rgb(63 63 70 / 0.7);
}

.border-s-zinc-700\/75{
  border-inline-start-color: rgb(63 63 70 / 0.75);
}

.border-s-zinc-700\/80{
  border-inline-start-color: rgb(63 63 70 / 0.8);
}

.border-s-zinc-700\/85{
  border-inline-start-color: rgb(63 63 70 / 0.85);
}

.border-s-zinc-700\/90{
  border-inline-start-color: rgb(63 63 70 / 0.9);
}

.border-s-zinc-700\/95{
  border-inline-start-color: rgb(63 63 70 / 0.95);
}

.border-s-zinc-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-s-zinc-800\/0{
  border-inline-start-color: rgb(39 39 42 / 0);
}

.border-s-zinc-800\/10{
  border-inline-start-color: rgb(39 39 42 / 0.1);
}

.border-s-zinc-800\/100{
  border-inline-start-color: rgb(39 39 42 / 1);
}

.border-s-zinc-800\/15{
  border-inline-start-color: rgb(39 39 42 / 0.15);
}

.border-s-zinc-800\/20{
  border-inline-start-color: rgb(39 39 42 / 0.2);
}

.border-s-zinc-800\/25{
  border-inline-start-color: rgb(39 39 42 / 0.25);
}

.border-s-zinc-800\/30{
  border-inline-start-color: rgb(39 39 42 / 0.3);
}

.border-s-zinc-800\/35{
  border-inline-start-color: rgb(39 39 42 / 0.35);
}

.border-s-zinc-800\/40{
  border-inline-start-color: rgb(39 39 42 / 0.4);
}

.border-s-zinc-800\/45{
  border-inline-start-color: rgb(39 39 42 / 0.45);
}

.border-s-zinc-800\/5{
  border-inline-start-color: rgb(39 39 42 / 0.05);
}

.border-s-zinc-800\/50{
  border-inline-start-color: rgb(39 39 42 / 0.5);
}

.border-s-zinc-800\/55{
  border-inline-start-color: rgb(39 39 42 / 0.55);
}

.border-s-zinc-800\/60{
  border-inline-start-color: rgb(39 39 42 / 0.6);
}

.border-s-zinc-800\/65{
  border-inline-start-color: rgb(39 39 42 / 0.65);
}

.border-s-zinc-800\/70{
  border-inline-start-color: rgb(39 39 42 / 0.7);
}

.border-s-zinc-800\/75{
  border-inline-start-color: rgb(39 39 42 / 0.75);
}

.border-s-zinc-800\/80{
  border-inline-start-color: rgb(39 39 42 / 0.8);
}

.border-s-zinc-800\/85{
  border-inline-start-color: rgb(39 39 42 / 0.85);
}

.border-s-zinc-800\/90{
  border-inline-start-color: rgb(39 39 42 / 0.9);
}

.border-s-zinc-800\/95{
  border-inline-start-color: rgb(39 39 42 / 0.95);
}

.border-s-zinc-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-s-zinc-900\/0{
  border-inline-start-color: rgb(24 24 27 / 0);
}

.border-s-zinc-900\/10{
  border-inline-start-color: rgb(24 24 27 / 0.1);
}

.border-s-zinc-900\/100{
  border-inline-start-color: rgb(24 24 27 / 1);
}

.border-s-zinc-900\/15{
  border-inline-start-color: rgb(24 24 27 / 0.15);
}

.border-s-zinc-900\/20{
  border-inline-start-color: rgb(24 24 27 / 0.2);
}

.border-s-zinc-900\/25{
  border-inline-start-color: rgb(24 24 27 / 0.25);
}

.border-s-zinc-900\/30{
  border-inline-start-color: rgb(24 24 27 / 0.3);
}

.border-s-zinc-900\/35{
  border-inline-start-color: rgb(24 24 27 / 0.35);
}

.border-s-zinc-900\/40{
  border-inline-start-color: rgb(24 24 27 / 0.4);
}

.border-s-zinc-900\/45{
  border-inline-start-color: rgb(24 24 27 / 0.45);
}

.border-s-zinc-900\/5{
  border-inline-start-color: rgb(24 24 27 / 0.05);
}

.border-s-zinc-900\/50{
  border-inline-start-color: rgb(24 24 27 / 0.5);
}

.border-s-zinc-900\/55{
  border-inline-start-color: rgb(24 24 27 / 0.55);
}

.border-s-zinc-900\/60{
  border-inline-start-color: rgb(24 24 27 / 0.6);
}

.border-s-zinc-900\/65{
  border-inline-start-color: rgb(24 24 27 / 0.65);
}

.border-s-zinc-900\/70{
  border-inline-start-color: rgb(24 24 27 / 0.7);
}

.border-s-zinc-900\/75{
  border-inline-start-color: rgb(24 24 27 / 0.75);
}

.border-s-zinc-900\/80{
  border-inline-start-color: rgb(24 24 27 / 0.8);
}

.border-s-zinc-900\/85{
  border-inline-start-color: rgb(24 24 27 / 0.85);
}

.border-s-zinc-900\/90{
  border-inline-start-color: rgb(24 24 27 / 0.9);
}

.border-s-zinc-900\/95{
  border-inline-start-color: rgb(24 24 27 / 0.95);
}

.border-s-zinc-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-s-zinc-950\/0{
  border-inline-start-color: rgb(9 9 11 / 0);
}

.border-s-zinc-950\/10{
  border-inline-start-color: rgb(9 9 11 / 0.1);
}

.border-s-zinc-950\/100{
  border-inline-start-color: rgb(9 9 11 / 1);
}

.border-s-zinc-950\/15{
  border-inline-start-color: rgb(9 9 11 / 0.15);
}

.border-s-zinc-950\/20{
  border-inline-start-color: rgb(9 9 11 / 0.2);
}

.border-s-zinc-950\/25{
  border-inline-start-color: rgb(9 9 11 / 0.25);
}

.border-s-zinc-950\/30{
  border-inline-start-color: rgb(9 9 11 / 0.3);
}

.border-s-zinc-950\/35{
  border-inline-start-color: rgb(9 9 11 / 0.35);
}

.border-s-zinc-950\/40{
  border-inline-start-color: rgb(9 9 11 / 0.4);
}

.border-s-zinc-950\/45{
  border-inline-start-color: rgb(9 9 11 / 0.45);
}

.border-s-zinc-950\/5{
  border-inline-start-color: rgb(9 9 11 / 0.05);
}

.border-s-zinc-950\/50{
  border-inline-start-color: rgb(9 9 11 / 0.5);
}

.border-s-zinc-950\/55{
  border-inline-start-color: rgb(9 9 11 / 0.55);
}

.border-s-zinc-950\/60{
  border-inline-start-color: rgb(9 9 11 / 0.6);
}

.border-s-zinc-950\/65{
  border-inline-start-color: rgb(9 9 11 / 0.65);
}

.border-s-zinc-950\/70{
  border-inline-start-color: rgb(9 9 11 / 0.7);
}

.border-s-zinc-950\/75{
  border-inline-start-color: rgb(9 9 11 / 0.75);
}

.border-s-zinc-950\/80{
  border-inline-start-color: rgb(9 9 11 / 0.8);
}

.border-s-zinc-950\/85{
  border-inline-start-color: rgb(9 9 11 / 0.85);
}

.border-s-zinc-950\/90{
  border-inline-start-color: rgb(9 9 11 / 0.9);
}

.border-s-zinc-950\/95{
  border-inline-start-color: rgb(9 9 11 / 0.95);
}

.border-t-accent{
  --tw-border-opacity: 1;
  border-top-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.border-t-accent\/0{
  border-top-color: rgb(70 109 148 / 0);
}

.border-t-accent\/10{
  border-top-color: rgb(70 109 148 / 0.1);
}

.border-t-accent\/100{
  border-top-color: rgb(70 109 148 / 1);
}

.border-t-accent\/15{
  border-top-color: rgb(70 109 148 / 0.15);
}

.border-t-accent\/20{
  border-top-color: rgb(70 109 148 / 0.2);
}

.border-t-accent\/25{
  border-top-color: rgb(70 109 148 / 0.25);
}

.border-t-accent\/30{
  border-top-color: rgb(70 109 148 / 0.3);
}

.border-t-accent\/35{
  border-top-color: rgb(70 109 148 / 0.35);
}

.border-t-accent\/40{
  border-top-color: rgb(70 109 148 / 0.4);
}

.border-t-accent\/45{
  border-top-color: rgb(70 109 148 / 0.45);
}

.border-t-accent\/5{
  border-top-color: rgb(70 109 148 / 0.05);
}

.border-t-accent\/50{
  border-top-color: rgb(70 109 148 / 0.5);
}

.border-t-accent\/55{
  border-top-color: rgb(70 109 148 / 0.55);
}

.border-t-accent\/60{
  border-top-color: rgb(70 109 148 / 0.6);
}

.border-t-accent\/65{
  border-top-color: rgb(70 109 148 / 0.65);
}

.border-t-accent\/70{
  border-top-color: rgb(70 109 148 / 0.7);
}

.border-t-accent\/75{
  border-top-color: rgb(70 109 148 / 0.75);
}

.border-t-accent\/80{
  border-top-color: rgb(70 109 148 / 0.8);
}

.border-t-accent\/85{
  border-top-color: rgb(70 109 148 / 0.85);
}

.border-t-accent\/90{
  border-top-color: rgb(70 109 148 / 0.9);
}

.border-t-accent\/95{
  border-top-color: rgb(70 109 148 / 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\/15{
  border-top-color: rgb(254 243 199 / 0.15);
}

.border-t-amber-100\/20{
  border-top-color: rgb(254 243 199 / 0.2);
}

.border-t-amber-100\/25{
  border-top-color: rgb(254 243 199 / 0.25);
}

.border-t-amber-100\/30{
  border-top-color: rgb(254 243 199 / 0.3);
}

.border-t-amber-100\/35{
  border-top-color: rgb(254 243 199 / 0.35);
}

.border-t-amber-100\/40{
  border-top-color: rgb(254 243 199 / 0.4);
}

.border-t-amber-100\/45{
  border-top-color: rgb(254 243 199 / 0.45);
}

.border-t-amber-100\/5{
  border-top-color: rgb(254 243 199 / 0.05);
}

.border-t-amber-100\/50{
  border-top-color: rgb(254 243 199 / 0.5);
}

.border-t-amber-100\/55{
  border-top-color: rgb(254 243 199 / 0.55);
}

.border-t-amber-100\/60{
  border-top-color: rgb(254 243 199 / 0.6);
}

.border-t-amber-100\/65{
  border-top-color: rgb(254 243 199 / 0.65);
}

.border-t-amber-100\/70{
  border-top-color: rgb(254 243 199 / 0.7);
}

.border-t-amber-100\/75{
  border-top-color: rgb(254 243 199 / 0.75);
}

.border-t-amber-100\/80{
  border-top-color: rgb(254 243 199 / 0.8);
}

.border-t-amber-100\/85{
  border-top-color: rgb(254 243 199 / 0.85);
}

.border-t-amber-100\/90{
  border-top-color: rgb(254 243 199 / 0.9);
}

.border-t-amber-100\/95{
  border-top-color: rgb(254 243 199 / 0.95);
}

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

.border-t-amber-200\/0{
  border-top-color: rgb(253 230 138 / 0);
}

.border-t-amber-200\/10{
  border-top-color: rgb(253 230 138 / 0.1);
}

.border-t-amber-200\/100{
  border-top-color: rgb(253 230 138 / 1);
}

.border-t-amber-200\/15{
  border-top-color: rgb(253 230 138 / 0.15);
}

.border-t-amber-200\/20{
  border-top-color: rgb(253 230 138 / 0.2);
}

.border-t-amber-200\/25{
  border-top-color: rgb(253 230 138 / 0.25);
}

.border-t-amber-200\/30{
  border-top-color: rgb(253 230 138 / 0.3);
}

.border-t-amber-200\/35{
  border-top-color: rgb(253 230 138 / 0.35);
}

.border-t-amber-200\/40{
  border-top-color: rgb(253 230 138 / 0.4);
}

.border-t-amber-200\/45{
  border-top-color: rgb(253 230 138 / 0.45);
}

.border-t-amber-200\/5{
  border-top-color: rgb(253 230 138 / 0.05);
}

.border-t-amber-200\/50{
  border-top-color: rgb(253 230 138 / 0.5);
}

.border-t-amber-200\/55{
  border-top-color: rgb(253 230 138 / 0.55);
}

.border-t-amber-200\/60{
  border-top-color: rgb(253 230 138 / 0.6);
}

.border-t-amber-200\/65{
  border-top-color: rgb(253 230 138 / 0.65);
}

.border-t-amber-200\/70{
  border-top-color: rgb(253 230 138 / 0.7);
}

.border-t-amber-200\/75{
  border-top-color: rgb(253 230 138 / 0.75);
}

.border-t-amber-200\/80{
  border-top-color: rgb(253 230 138 / 0.8);
}

.border-t-amber-200\/85{
  border-top-color: rgb(253 230 138 / 0.85);
}

.border-t-amber-200\/90{
  border-top-color: rgb(253 230 138 / 0.9);
}

.border-t-amber-200\/95{
  border-top-color: rgb(253 230 138 / 0.95);
}

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

.border-t-amber-300\/0{
  border-top-color: rgb(252 211 77 / 0);
}

.border-t-amber-300\/10{
  border-top-color: rgb(252 211 77 / 0.1);
}

.border-t-amber-300\/100{
  border-top-color: rgb(252 211 77 / 1);
}

.border-t-amber-300\/15{
  border-top-color: rgb(252 211 77 / 0.15);
}

.border-t-amber-300\/20{
  border-top-color: rgb(252 211 77 / 0.2);
}

.border-t-amber-300\/25{
  border-top-color: rgb(252 211 77 / 0.25);
}

.border-t-amber-300\/30{
  border-top-color: rgb(252 211 77 / 0.3);
}

.border-t-amber-300\/35{
  border-top-color: rgb(252 211 77 / 0.35);
}

.border-t-amber-300\/40{
  border-top-color: rgb(252 211 77 / 0.4);
}

.border-t-amber-300\/45{
  border-top-color: rgb(252 211 77 / 0.45);
}

.border-t-amber-300\/5{
  border-top-color: rgb(252 211 77 / 0.05);
}

.border-t-amber-300\/50{
  border-top-color: rgb(252 211 77 / 0.5);
}

.border-t-amber-300\/55{
  border-top-color: rgb(252 211 77 / 0.55);
}

.border-t-amber-300\/60{
  border-top-color: rgb(252 211 77 / 0.6);
}

.border-t-amber-300\/65{
  border-top-color: rgb(252 211 77 / 0.65);
}

.border-t-amber-300\/70{
  border-top-color: rgb(252 211 77 / 0.7);
}

.border-t-amber-300\/75{
  border-top-color: rgb(252 211 77 / 0.75);
}

.border-t-amber-300\/80{
  border-top-color: rgb(252 211 77 / 0.8);
}

.border-t-amber-300\/85{
  border-top-color: rgb(252 211 77 / 0.85);
}

.border-t-amber-300\/90{
  border-top-color: rgb(252 211 77 / 0.9);
}

.border-t-amber-300\/95{
  border-top-color: rgb(252 211 77 / 0.95);
}

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

.border-t-amber-400\/0{
  border-top-color: rgb(251 191 36 / 0);
}

.border-t-amber-400\/10{
  border-top-color: rgb(251 191 36 / 0.1);
}

.border-t-amber-400\/100{
  border-top-color: rgb(251 191 36 / 1);
}

.border-t-amber-400\/15{
  border-top-color: rgb(251 191 36 / 0.15);
}

.border-t-amber-400\/20{
  border-top-color: rgb(251 191 36 / 0.2);
}

.border-t-amber-400\/25{
  border-top-color: rgb(251 191 36 / 0.25);
}

.border-t-amber-400\/30{
  border-top-color: rgb(251 191 36 / 0.3);
}

.border-t-amber-400\/35{
  border-top-color: rgb(251 191 36 / 0.35);
}

.border-t-amber-400\/40{
  border-top-color: rgb(251 191 36 / 0.4);
}

.border-t-amber-400\/45{
  border-top-color: rgb(251 191 36 / 0.45);
}

.border-t-amber-400\/5{
  border-top-color: rgb(251 191 36 / 0.05);
}

.border-t-amber-400\/50{
  border-top-color: rgb(251 191 36 / 0.5);
}

.border-t-amber-400\/55{
  border-top-color: rgb(251 191 36 / 0.55);
}

.border-t-amber-400\/60{
  border-top-color: rgb(251 191 36 / 0.6);
}

.border-t-amber-400\/65{
  border-top-color: rgb(251 191 36 / 0.65);
}

.border-t-amber-400\/70{
  border-top-color: rgb(251 191 36 / 0.7);
}

.border-t-amber-400\/75{
  border-top-color: rgb(251 191 36 / 0.75);
}

.border-t-amber-400\/80{
  border-top-color: rgb(251 191 36 / 0.8);
}

.border-t-amber-400\/85{
  border-top-color: rgb(251 191 36 / 0.85);
}

.border-t-amber-400\/90{
  border-top-color: rgb(251 191 36 / 0.9);
}

.border-t-amber-400\/95{
  border-top-color: rgb(251 191 36 / 0.95);
}

.border-t-amber-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-t-amber-50\/0{
  border-top-color: rgb(255 251 235 / 0);
}

.border-t-amber-50\/10{
  border-top-color: rgb(255 251 235 / 0.1);
}

.border-t-amber-50\/100{
  border-top-color: rgb(255 251 235 / 1);
}

.border-t-amber-50\/15{
  border-top-color: rgb(255 251 235 / 0.15);
}

.border-t-amber-50\/20{
  border-top-color: rgb(255 251 235 / 0.2);
}

.border-t-amber-50\/25{
  border-top-color: rgb(255 251 235 / 0.25);
}

.border-t-amber-50\/30{
  border-top-color: rgb(255 251 235 / 0.3);
}

.border-t-amber-50\/35{
  border-top-color: rgb(255 251 235 / 0.35);
}

.border-t-amber-50\/40{
  border-top-color: rgb(255 251 235 / 0.4);
}

.border-t-amber-50\/45{
  border-top-color: rgb(255 251 235 / 0.45);
}

.border-t-amber-50\/5{
  border-top-color: rgb(255 251 235 / 0.05);
}

.border-t-amber-50\/50{
  border-top-color: rgb(255 251 235 / 0.5);
}

.border-t-amber-50\/55{
  border-top-color: rgb(255 251 235 / 0.55);
}

.border-t-amber-50\/60{
  border-top-color: rgb(255 251 235 / 0.6);
}

.border-t-amber-50\/65{
  border-top-color: rgb(255 251 235 / 0.65);
}

.border-t-amber-50\/70{
  border-top-color: rgb(255 251 235 / 0.7);
}

.border-t-amber-50\/75{
  border-top-color: rgb(255 251 235 / 0.75);
}

.border-t-amber-50\/80{
  border-top-color: rgb(255 251 235 / 0.8);
}

.border-t-amber-50\/85{
  border-top-color: rgb(255 251 235 / 0.85);
}

.border-t-amber-50\/90{
  border-top-color: rgb(255 251 235 / 0.9);
}

.border-t-amber-50\/95{
  border-top-color: rgb(255 251 235 / 0.95);
}

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

.border-t-amber-500\/0{
  border-top-color: rgb(245 158 11 / 0);
}

.border-t-amber-500\/10{
  border-top-color: rgb(245 158 11 / 0.1);
}

.border-t-amber-500\/100{
  border-top-color: rgb(245 158 11 / 1);
}

.border-t-amber-500\/15{
  border-top-color: rgb(245 158 11 / 0.15);
}

.border-t-amber-500\/20{
  border-top-color: rgb(245 158 11 / 0.2);
}

.border-t-amber-500\/25{
  border-top-color: rgb(245 158 11 / 0.25);
}

.border-t-amber-500\/30{
  border-top-color: rgb(245 158 11 / 0.3);
}

.border-t-amber-500\/35{
  border-top-color: rgb(245 158 11 / 0.35);
}

.border-t-amber-500\/40{
  border-top-color: rgb(245 158 11 / 0.4);
}

.border-t-amber-500\/45{
  border-top-color: rgb(245 158 11 / 0.45);
}

.border-t-amber-500\/5{
  border-top-color: rgb(245 158 11 / 0.05);
}

.border-t-amber-500\/50{
  border-top-color: rgb(245 158 11 / 0.5);
}

.border-t-amber-500\/55{
  border-top-color: rgb(245 158 11 / 0.55);
}

.border-t-amber-500\/60{
  border-top-color: rgb(245 158 11 / 0.6);
}

.border-t-amber-500\/65{
  border-top-color: rgb(245 158 11 / 0.65);
}

.border-t-amber-500\/70{
  border-top-color: rgb(245 158 11 / 0.7);
}

.border-t-amber-500\/75{
  border-top-color: rgb(245 158 11 / 0.75);
}

.border-t-amber-500\/80{
  border-top-color: rgb(245 158 11 / 0.8);
}

.border-t-amber-500\/85{
  border-top-color: rgb(245 158 11 / 0.85);
}

.border-t-amber-500\/90{
  border-top-color: rgb(245 158 11 / 0.9);
}

.border-t-amber-500\/95{
  border-top-color: rgb(245 158 11 / 0.95);
}

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

.border-t-amber-600\/0{
  border-top-color: rgb(217 119 6 / 0);
}

.border-t-amber-600\/10{
  border-top-color: rgb(217 119 6 / 0.1);
}

.border-t-amber-600\/100{
  border-top-color: rgb(217 119 6 / 1);
}

.border-t-amber-600\/15{
  border-top-color: rgb(217 119 6 / 0.15);
}

.border-t-amber-600\/20{
  border-top-color: rgb(217 119 6 / 0.2);
}

.border-t-amber-600\/25{
  border-top-color: rgb(217 119 6 / 0.25);
}

.border-t-amber-600\/30{
  border-top-color: rgb(217 119 6 / 0.3);
}

.border-t-amber-600\/35{
  border-top-color: rgb(217 119 6 / 0.35);
}

.border-t-amber-600\/40{
  border-top-color: rgb(217 119 6 / 0.4);
}

.border-t-amber-600\/45{
  border-top-color: rgb(217 119 6 / 0.45);
}

.border-t-amber-600\/5{
  border-top-color: rgb(217 119 6 / 0.05);
}

.border-t-amber-600\/50{
  border-top-color: rgb(217 119 6 / 0.5);
}

.border-t-amber-600\/55{
  border-top-color: rgb(217 119 6 / 0.55);
}

.border-t-amber-600\/60{
  border-top-color: rgb(217 119 6 / 0.6);
}

.border-t-amber-600\/65{
  border-top-color: rgb(217 119 6 / 0.65);
}

.border-t-amber-600\/70{
  border-top-color: rgb(217 119 6 / 0.7);
}

.border-t-amber-600\/75{
  border-top-color: rgb(217 119 6 / 0.75);
}

.border-t-amber-600\/80{
  border-top-color: rgb(217 119 6 / 0.8);
}

.border-t-amber-600\/85{
  border-top-color: rgb(217 119 6 / 0.85);
}

.border-t-amber-600\/90{
  border-top-color: rgb(217 119 6 / 0.9);
}

.border-t-amber-600\/95{
  border-top-color: rgb(217 119 6 / 0.95);
}

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

.border-t-amber-700\/0{
  border-top-color: rgb(180 83 9 / 0);
}

.border-t-amber-700\/10{
  border-top-color: rgb(180 83 9 / 0.1);
}

.border-t-amber-700\/100{
  border-top-color: rgb(180 83 9 / 1);
}

.border-t-amber-700\/15{
  border-top-color: rgb(180 83 9 / 0.15);
}

.border-t-amber-700\/20{
  border-top-color: rgb(180 83 9 / 0.2);
}

.border-t-amber-700\/25{
  border-top-color: rgb(180 83 9 / 0.25);
}

.border-t-amber-700\/30{
  border-top-color: rgb(180 83 9 / 0.3);
}

.border-t-amber-700\/35{
  border-top-color: rgb(180 83 9 / 0.35);
}

.border-t-amber-700\/40{
  border-top-color: rgb(180 83 9 / 0.4);
}

.border-t-amber-700\/45{
  border-top-color: rgb(180 83 9 / 0.45);
}

.border-t-amber-700\/5{
  border-top-color: rgb(180 83 9 / 0.05);
}

.border-t-amber-700\/50{
  border-top-color: rgb(180 83 9 / 0.5);
}

.border-t-amber-700\/55{
  border-top-color: rgb(180 83 9 / 0.55);
}

.border-t-amber-700\/60{
  border-top-color: rgb(180 83 9 / 0.6);
}

.border-t-amber-700\/65{
  border-top-color: rgb(180 83 9 / 0.65);
}

.border-t-amber-700\/70{
  border-top-color: rgb(180 83 9 / 0.7);
}

.border-t-amber-700\/75{
  border-top-color: rgb(180 83 9 / 0.75);
}

.border-t-amber-700\/80{
  border-top-color: rgb(180 83 9 / 0.8);
}

.border-t-amber-700\/85{
  border-top-color: rgb(180 83 9 / 0.85);
}

.border-t-amber-700\/90{
  border-top-color: rgb(180 83 9 / 0.9);
}

.border-t-amber-700\/95{
  border-top-color: rgb(180 83 9 / 0.95);
}

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

.border-t-amber-800\/0{
  border-top-color: rgb(146 64 14 / 0);
}

.border-t-amber-800\/10{
  border-top-color: rgb(146 64 14 / 0.1);
}

.border-t-amber-800\/100{
  border-top-color: rgb(146 64 14 / 1);
}

.border-t-amber-800\/15{
  border-top-color: rgb(146 64 14 / 0.15);
}

.border-t-amber-800\/20{
  border-top-color: rgb(146 64 14 / 0.2);
}

.border-t-amber-800\/25{
  border-top-color: rgb(146 64 14 / 0.25);
}

.border-t-amber-800\/30{
  border-top-color: rgb(146 64 14 / 0.3);
}

.border-t-amber-800\/35{
  border-top-color: rgb(146 64 14 / 0.35);
}

.border-t-amber-800\/40{
  border-top-color: rgb(146 64 14 / 0.4);
}

.border-t-amber-800\/45{
  border-top-color: rgb(146 64 14 / 0.45);
}

.border-t-amber-800\/5{
  border-top-color: rgb(146 64 14 / 0.05);
}

.border-t-amber-800\/50{
  border-top-color: rgb(146 64 14 / 0.5);
}

.border-t-amber-800\/55{
  border-top-color: rgb(146 64 14 / 0.55);
}

.border-t-amber-800\/60{
  border-top-color: rgb(146 64 14 / 0.6);
}

.border-t-amber-800\/65{
  border-top-color: rgb(146 64 14 / 0.65);
}

.border-t-amber-800\/70{
  border-top-color: rgb(146 64 14 / 0.7);
}

.border-t-amber-800\/75{
  border-top-color: rgb(146 64 14 / 0.75);
}

.border-t-amber-800\/80{
  border-top-color: rgb(146 64 14 / 0.8);
}

.border-t-amber-800\/85{
  border-top-color: rgb(146 64 14 / 0.85);
}

.border-t-amber-800\/90{
  border-top-color: rgb(146 64 14 / 0.9);
}

.border-t-amber-800\/95{
  border-top-color: rgb(146 64 14 / 0.95);
}

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

.border-t-amber-900\/0{
  border-top-color: rgb(120 53 15 / 0);
}

.border-t-amber-900\/10{
  border-top-color: rgb(120 53 15 / 0.1);
}

.border-t-amber-900\/100{
  border-top-color: rgb(120 53 15 / 1);
}

.border-t-amber-900\/15{
  border-top-color: rgb(120 53 15 / 0.15);
}

.border-t-amber-900\/20{
  border-top-color: rgb(120 53 15 / 0.2);
}

.border-t-amber-900\/25{
  border-top-color: rgb(120 53 15 / 0.25);
}

.border-t-amber-900\/30{
  border-top-color: rgb(120 53 15 / 0.3);
}

.border-t-amber-900\/35{
  border-top-color: rgb(120 53 15 / 0.35);
}

.border-t-amber-900\/40{
  border-top-color: rgb(120 53 15 / 0.4);
}

.border-t-amber-900\/45{
  border-top-color: rgb(120 53 15 / 0.45);
}

.border-t-amber-900\/5{
  border-top-color: rgb(120 53 15 / 0.05);
}

.border-t-amber-900\/50{
  border-top-color: rgb(120 53 15 / 0.5);
}

.border-t-amber-900\/55{
  border-top-color: rgb(120 53 15 / 0.55);
}

.border-t-amber-900\/60{
  border-top-color: rgb(120 53 15 / 0.6);
}

.border-t-amber-900\/65{
  border-top-color: rgb(120 53 15 / 0.65);
}

.border-t-amber-900\/70{
  border-top-color: rgb(120 53 15 / 0.7);
}

.border-t-amber-900\/75{
  border-top-color: rgb(120 53 15 / 0.75);
}

.border-t-amber-900\/80{
  border-top-color: rgb(120 53 15 / 0.8);
}

.border-t-amber-900\/85{
  border-top-color: rgb(120 53 15 / 0.85);
}

.border-t-amber-900\/90{
  border-top-color: rgb(120 53 15 / 0.9);
}

.border-t-amber-900\/95{
  border-top-color: rgb(120 53 15 / 0.95);
}

.border-t-amber-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-t-amber-950\/0{
  border-top-color: rgb(69 26 3 / 0);
}

.border-t-amber-950\/10{
  border-top-color: rgb(69 26 3 / 0.1);
}

.border-t-amber-950\/100{
  border-top-color: rgb(69 26 3 / 1);
}

.border-t-amber-950\/15{
  border-top-color: rgb(69 26 3 / 0.15);
}

.border-t-amber-950\/20{
  border-top-color: rgb(69 26 3 / 0.2);
}

.border-t-amber-950\/25{
  border-top-color: rgb(69 26 3 / 0.25);
}

.border-t-amber-950\/30{
  border-top-color: rgb(69 26 3 / 0.3);
}

.border-t-amber-950\/35{
  border-top-color: rgb(69 26 3 / 0.35);
}

.border-t-amber-950\/40{
  border-top-color: rgb(69 26 3 / 0.4);
}

.border-t-amber-950\/45{
  border-top-color: rgb(69 26 3 / 0.45);
}

.border-t-amber-950\/5{
  border-top-color: rgb(69 26 3 / 0.05);
}

.border-t-amber-950\/50{
  border-top-color: rgb(69 26 3 / 0.5);
}

.border-t-amber-950\/55{
  border-top-color: rgb(69 26 3 / 0.55);
}

.border-t-amber-950\/60{
  border-top-color: rgb(69 26 3 / 0.6);
}

.border-t-amber-950\/65{
  border-top-color: rgb(69 26 3 / 0.65);
}

.border-t-amber-950\/70{
  border-top-color: rgb(69 26 3 / 0.7);
}

.border-t-amber-950\/75{
  border-top-color: rgb(69 26 3 / 0.75);
}

.border-t-amber-950\/80{
  border-top-color: rgb(69 26 3 / 0.8);
}

.border-t-amber-950\/85{
  border-top-color: rgb(69 26 3 / 0.85);
}

.border-t-amber-950\/90{
  border-top-color: rgb(69 26 3 / 0.9);
}

.border-t-amber-950\/95{
  border-top-color: rgb(69 26 3 / 0.95);
}

.border-t-background{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.border-t-background\/0{
  border-top-color: rgb(245 246 250 / 0);
}

.border-t-background\/10{
  border-top-color: rgb(245 246 250 / 0.1);
}

.border-t-background\/100{
  border-top-color: rgb(245 246 250 / 1);
}

.border-t-background\/15{
  border-top-color: rgb(245 246 250 / 0.15);
}

.border-t-background\/20{
  border-top-color: rgb(245 246 250 / 0.2);
}

.border-t-background\/25{
  border-top-color: rgb(245 246 250 / 0.25);
}

.border-t-background\/30{
  border-top-color: rgb(245 246 250 / 0.3);
}

.border-t-background\/35{
  border-top-color: rgb(245 246 250 / 0.35);
}

.border-t-background\/40{
  border-top-color: rgb(245 246 250 / 0.4);
}

.border-t-background\/45{
  border-top-color: rgb(245 246 250 / 0.45);
}

.border-t-background\/5{
  border-top-color: rgb(245 246 250 / 0.05);
}

.border-t-background\/50{
  border-top-color: rgb(245 246 250 / 0.5);
}

.border-t-background\/55{
  border-top-color: rgb(245 246 250 / 0.55);
}

.border-t-background\/60{
  border-top-color: rgb(245 246 250 / 0.6);
}

.border-t-background\/65{
  border-top-color: rgb(245 246 250 / 0.65);
}

.border-t-background\/70{
  border-top-color: rgb(245 246 250 / 0.7);
}

.border-t-background\/75{
  border-top-color: rgb(245 246 250 / 0.75);
}

.border-t-background\/80{
  border-top-color: rgb(245 246 250 / 0.8);
}

.border-t-background\/85{
  border-top-color: rgb(245 246 250 / 0.85);
}

.border-t-background\/90{
  border-top-color: rgb(245 246 250 / 0.9);
}

.border-t-background\/95{
  border-top-color: rgb(245 246 250 / 0.95);
}

.border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.border-t-black\/0{
  border-top-color: rgb(41 44 53 / 0);
}

.border-t-black\/10{
  border-top-color: rgb(41 44 53 / 0.1);
}

.border-t-black\/100{
  border-top-color: rgb(41 44 53 / 1);
}

.border-t-black\/15{
  border-top-color: rgb(41 44 53 / 0.15);
}

.border-t-black\/20{
  border-top-color: rgb(41 44 53 / 0.2);
}

.border-t-black\/25{
  border-top-color: rgb(41 44 53 / 0.25);
}

.border-t-black\/30{
  border-top-color: rgb(41 44 53 / 0.3);
}

.border-t-black\/35{
  border-top-color: rgb(41 44 53 / 0.35);
}

.border-t-black\/40{
  border-top-color: rgb(41 44 53 / 0.4);
}

.border-t-black\/45{
  border-top-color: rgb(41 44 53 / 0.45);
}

.border-t-black\/5{
  border-top-color: rgb(41 44 53 / 0.05);
}

.border-t-black\/50{
  border-top-color: rgb(41 44 53 / 0.5);
}

.border-t-black\/55{
  border-top-color: rgb(41 44 53 / 0.55);
}

.border-t-black\/60{
  border-top-color: rgb(41 44 53 / 0.6);
}

.border-t-black\/65{
  border-top-color: rgb(41 44 53 / 0.65);
}

.border-t-black\/70{
  border-top-color: rgb(41 44 53 / 0.7);
}

.border-t-black\/75{
  border-top-color: rgb(41 44 53 / 0.75);
}

.border-t-black\/80{
  border-top-color: rgb(41 44 53 / 0.8);
}

.border-t-black\/85{
  border-top-color: rgb(41 44 53 / 0.85);
}

.border-t-black\/90{
  border-top-color: rgb(41 44 53 / 0.9);
}

.border-t-black\/95{
  border-top-color: rgb(41 44 53 / 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\/15{
  border-top-color: rgb(219 234 254 / 0.15);
}

.border-t-blue-100\/20{
  border-top-color: rgb(219 234 254 / 0.2);
}

.border-t-blue-100\/25{
  border-top-color: rgb(219 234 254 / 0.25);
}

.border-t-blue-100\/30{
  border-top-color: rgb(219 234 254 / 0.3);
}

.border-t-blue-100\/35{
  border-top-color: rgb(219 234 254 / 0.35);
}

.border-t-blue-100\/40{
  border-top-color: rgb(219 234 254 / 0.4);
}

.border-t-blue-100\/45{
  border-top-color: rgb(219 234 254 / 0.45);
}

.border-t-blue-100\/5{
  border-top-color: rgb(219 234 254 / 0.05);
}

.border-t-blue-100\/50{
  border-top-color: rgb(219 234 254 / 0.5);
}

.border-t-blue-100\/55{
  border-top-color: rgb(219 234 254 / 0.55);
}

.border-t-blue-100\/60{
  border-top-color: rgb(219 234 254 / 0.6);
}

.border-t-blue-100\/65{
  border-top-color: rgb(219 234 254 / 0.65);
}

.border-t-blue-100\/70{
  border-top-color: rgb(219 234 254 / 0.7);
}

.border-t-blue-100\/75{
  border-top-color: rgb(219 234 254 / 0.75);
}

.border-t-blue-100\/80{
  border-top-color: rgb(219 234 254 / 0.8);
}

.border-t-blue-100\/85{
  border-top-color: rgb(219 234 254 / 0.85);
}

.border-t-blue-100\/90{
  border-top-color: rgb(219 234 254 / 0.9);
}

.border-t-blue-100\/95{
  border-top-color: rgb(219 234 254 / 0.95);
}

.border-t-blue-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-t-blue-200\/0{
  border-top-color: rgb(191 219 254 / 0);
}

.border-t-blue-200\/10{
  border-top-color: rgb(191 219 254 / 0.1);
}

.border-t-blue-200\/100{
  border-top-color: rgb(191 219 254 / 1);
}

.border-t-blue-200\/15{
  border-top-color: rgb(191 219 254 / 0.15);
}

.border-t-blue-200\/20{
  border-top-color: rgb(191 219 254 / 0.2);
}

.border-t-blue-200\/25{
  border-top-color: rgb(191 219 254 / 0.25);
}

.border-t-blue-200\/30{
  border-top-color: rgb(191 219 254 / 0.3);
}

.border-t-blue-200\/35{
  border-top-color: rgb(191 219 254 / 0.35);
}

.border-t-blue-200\/40{
  border-top-color: rgb(191 219 254 / 0.4);
}

.border-t-blue-200\/45{
  border-top-color: rgb(191 219 254 / 0.45);
}

.border-t-blue-200\/5{
  border-top-color: rgb(191 219 254 / 0.05);
}

.border-t-blue-200\/50{
  border-top-color: rgb(191 219 254 / 0.5);
}

.border-t-blue-200\/55{
  border-top-color: rgb(191 219 254 / 0.55);
}

.border-t-blue-200\/60{
  border-top-color: rgb(191 219 254 / 0.6);
}

.border-t-blue-200\/65{
  border-top-color: rgb(191 219 254 / 0.65);
}

.border-t-blue-200\/70{
  border-top-color: rgb(191 219 254 / 0.7);
}

.border-t-blue-200\/75{
  border-top-color: rgb(191 219 254 / 0.75);
}

.border-t-blue-200\/80{
  border-top-color: rgb(191 219 254 / 0.8);
}

.border-t-blue-200\/85{
  border-top-color: rgb(191 219 254 / 0.85);
}

.border-t-blue-200\/90{
  border-top-color: rgb(191 219 254 / 0.9);
}

.border-t-blue-200\/95{
  border-top-color: rgb(191 219 254 / 0.95);
}

.border-t-blue-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-t-blue-300\/0{
  border-top-color: rgb(147 197 253 / 0);
}

.border-t-blue-300\/10{
  border-top-color: rgb(147 197 253 / 0.1);
}

.border-t-blue-300\/100{
  border-top-color: rgb(147 197 253 / 1);
}

.border-t-blue-300\/15{
  border-top-color: rgb(147 197 253 / 0.15);
}

.border-t-blue-300\/20{
  border-top-color: rgb(147 197 253 / 0.2);
}

.border-t-blue-300\/25{
  border-top-color: rgb(147 197 253 / 0.25);
}

.border-t-blue-300\/30{
  border-top-color: rgb(147 197 253 / 0.3);
}

.border-t-blue-300\/35{
  border-top-color: rgb(147 197 253 / 0.35);
}

.border-t-blue-300\/40{
  border-top-color: rgb(147 197 253 / 0.4);
}

.border-t-blue-300\/45{
  border-top-color: rgb(147 197 253 / 0.45);
}

.border-t-blue-300\/5{
  border-top-color: rgb(147 197 253 / 0.05);
}

.border-t-blue-300\/50{
  border-top-color: rgb(147 197 253 / 0.5);
}

.border-t-blue-300\/55{
  border-top-color: rgb(147 197 253 / 0.55);
}

.border-t-blue-300\/60{
  border-top-color: rgb(147 197 253 / 0.6);
}

.border-t-blue-300\/65{
  border-top-color: rgb(147 197 253 / 0.65);
}

.border-t-blue-300\/70{
  border-top-color: rgb(147 197 253 / 0.7);
}

.border-t-blue-300\/75{
  border-top-color: rgb(147 197 253 / 0.75);
}

.border-t-blue-300\/80{
  border-top-color: rgb(147 197 253 / 0.8);
}

.border-t-blue-300\/85{
  border-top-color: rgb(147 197 253 / 0.85);
}

.border-t-blue-300\/90{
  border-top-color: rgb(147 197 253 / 0.9);
}

.border-t-blue-300\/95{
  border-top-color: rgb(147 197 253 / 0.95);
}

.border-t-blue-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-t-blue-400\/0{
  border-top-color: rgb(96 165 250 / 0);
}

.border-t-blue-400\/10{
  border-top-color: rgb(96 165 250 / 0.1);
}

.border-t-blue-400\/100{
  border-top-color: rgb(96 165 250 / 1);
}

.border-t-blue-400\/15{
  border-top-color: rgb(96 165 250 / 0.15);
}

.border-t-blue-400\/20{
  border-top-color: rgb(96 165 250 / 0.2);
}

.border-t-blue-400\/25{
  border-top-color: rgb(96 165 250 / 0.25);
}

.border-t-blue-400\/30{
  border-top-color: rgb(96 165 250 / 0.3);
}

.border-t-blue-400\/35{
  border-top-color: rgb(96 165 250 / 0.35);
}

.border-t-blue-400\/40{
  border-top-color: rgb(96 165 250 / 0.4);
}

.border-t-blue-400\/45{
  border-top-color: rgb(96 165 250 / 0.45);
}

.border-t-blue-400\/5{
  border-top-color: rgb(96 165 250 / 0.05);
}

.border-t-blue-400\/50{
  border-top-color: rgb(96 165 250 / 0.5);
}

.border-t-blue-400\/55{
  border-top-color: rgb(96 165 250 / 0.55);
}

.border-t-blue-400\/60{
  border-top-color: rgb(96 165 250 / 0.6);
}

.border-t-blue-400\/65{
  border-top-color: rgb(96 165 250 / 0.65);
}

.border-t-blue-400\/70{
  border-top-color: rgb(96 165 250 / 0.7);
}

.border-t-blue-400\/75{
  border-top-color: rgb(96 165 250 / 0.75);
}

.border-t-blue-400\/80{
  border-top-color: rgb(96 165 250 / 0.8);
}

.border-t-blue-400\/85{
  border-top-color: rgb(96 165 250 / 0.85);
}

.border-t-blue-400\/90{
  border-top-color: rgb(96 165 250 / 0.9);
}

.border-t-blue-400\/95{
  border-top-color: rgb(96 165 250 / 0.95);
}

.border-t-blue-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-t-blue-50\/0{
  border-top-color: rgb(239 246 255 / 0);
}

.border-t-blue-50\/10{
  border-top-color: rgb(239 246 255 / 0.1);
}

.border-t-blue-50\/100{
  border-top-color: rgb(239 246 255 / 1);
}

.border-t-blue-50\/15{
  border-top-color: rgb(239 246 255 / 0.15);
}

.border-t-blue-50\/20{
  border-top-color: rgb(239 246 255 / 0.2);
}

.border-t-blue-50\/25{
  border-top-color: rgb(239 246 255 / 0.25);
}

.border-t-blue-50\/30{
  border-top-color: rgb(239 246 255 / 0.3);
}

.border-t-blue-50\/35{
  border-top-color: rgb(239 246 255 / 0.35);
}

.border-t-blue-50\/40{
  border-top-color: rgb(239 246 255 / 0.4);
}

.border-t-blue-50\/45{
  border-top-color: rgb(239 246 255 / 0.45);
}

.border-t-blue-50\/5{
  border-top-color: rgb(239 246 255 / 0.05);
}

.border-t-blue-50\/50{
  border-top-color: rgb(239 246 255 / 0.5);
}

.border-t-blue-50\/55{
  border-top-color: rgb(239 246 255 / 0.55);
}

.border-t-blue-50\/60{
  border-top-color: rgb(239 246 255 / 0.6);
}

.border-t-blue-50\/65{
  border-top-color: rgb(239 246 255 / 0.65);
}

.border-t-blue-50\/70{
  border-top-color: rgb(239 246 255 / 0.7);
}

.border-t-blue-50\/75{
  border-top-color: rgb(239 246 255 / 0.75);
}

.border-t-blue-50\/80{
  border-top-color: rgb(239 246 255 / 0.8);
}

.border-t-blue-50\/85{
  border-top-color: rgb(239 246 255 / 0.85);
}

.border-t-blue-50\/90{
  border-top-color: rgb(239 246 255 / 0.9);
}

.border-t-blue-50\/95{
  border-top-color: rgb(239 246 255 / 0.95);
}

.border-t-blue-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-t-blue-500\/0{
  border-top-color: rgb(59 130 246 / 0);
}

.border-t-blue-500\/10{
  border-top-color: rgb(59 130 246 / 0.1);
}

.border-t-blue-500\/100{
  border-top-color: rgb(59 130 246 / 1);
}

.border-t-blue-500\/15{
  border-top-color: rgb(59 130 246 / 0.15);
}

.border-t-blue-500\/20{
  border-top-color: rgb(59 130 246 / 0.2);
}

.border-t-blue-500\/25{
  border-top-color: rgb(59 130 246 / 0.25);
}

.border-t-blue-500\/30{
  border-top-color: rgb(59 130 246 / 0.3);
}

.border-t-blue-500\/35{
  border-top-color: rgb(59 130 246 / 0.35);
}

.border-t-blue-500\/40{
  border-top-color: rgb(59 130 246 / 0.4);
}

.border-t-blue-500\/45{
  border-top-color: rgb(59 130 246 / 0.45);
}

.border-t-blue-500\/5{
  border-top-color: rgb(59 130 246 / 0.05);
}

.border-t-blue-500\/50{
  border-top-color: rgb(59 130 246 / 0.5);
}

.border-t-blue-500\/55{
  border-top-color: rgb(59 130 246 / 0.55);
}

.border-t-blue-500\/60{
  border-top-color: rgb(59 130 246 / 0.6);
}

.border-t-blue-500\/65{
  border-top-color: rgb(59 130 246 / 0.65);
}

.border-t-blue-500\/70{
  border-top-color: rgb(59 130 246 / 0.7);
}

.border-t-blue-500\/75{
  border-top-color: rgb(59 130 246 / 0.75);
}

.border-t-blue-500\/80{
  border-top-color: rgb(59 130 246 / 0.8);
}

.border-t-blue-500\/85{
  border-top-color: rgb(59 130 246 / 0.85);
}

.border-t-blue-500\/90{
  border-top-color: rgb(59 130 246 / 0.9);
}

.border-t-blue-500\/95{
  border-top-color: rgb(59 130 246 / 0.95);
}

.border-t-blue-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-t-blue-600\/0{
  border-top-color: rgb(37 99 235 / 0);
}

.border-t-blue-600\/10{
  border-top-color: rgb(37 99 235 / 0.1);
}

.border-t-blue-600\/100{
  border-top-color: rgb(37 99 235 / 1);
}

.border-t-blue-600\/15{
  border-top-color: rgb(37 99 235 / 0.15);
}

.border-t-blue-600\/20{
  border-top-color: rgb(37 99 235 / 0.2);
}

.border-t-blue-600\/25{
  border-top-color: rgb(37 99 235 / 0.25);
}

.border-t-blue-600\/30{
  border-top-color: rgb(37 99 235 / 0.3);
}

.border-t-blue-600\/35{
  border-top-color: rgb(37 99 235 / 0.35);
}

.border-t-blue-600\/40{
  border-top-color: rgb(37 99 235 / 0.4);
}

.border-t-blue-600\/45{
  border-top-color: rgb(37 99 235 / 0.45);
}

.border-t-blue-600\/5{
  border-top-color: rgb(37 99 235 / 0.05);
}

.border-t-blue-600\/50{
  border-top-color: rgb(37 99 235 / 0.5);
}

.border-t-blue-600\/55{
  border-top-color: rgb(37 99 235 / 0.55);
}

.border-t-blue-600\/60{
  border-top-color: rgb(37 99 235 / 0.6);
}

.border-t-blue-600\/65{
  border-top-color: rgb(37 99 235 / 0.65);
}

.border-t-blue-600\/70{
  border-top-color: rgb(37 99 235 / 0.7);
}

.border-t-blue-600\/75{
  border-top-color: rgb(37 99 235 / 0.75);
}

.border-t-blue-600\/80{
  border-top-color: rgb(37 99 235 / 0.8);
}

.border-t-blue-600\/85{
  border-top-color: rgb(37 99 235 / 0.85);
}

.border-t-blue-600\/90{
  border-top-color: rgb(37 99 235 / 0.9);
}

.border-t-blue-600\/95{
  border-top-color: rgb(37 99 235 / 0.95);
}

.border-t-blue-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-t-blue-700\/0{
  border-top-color: rgb(29 78 216 / 0);
}

.border-t-blue-700\/10{
  border-top-color: rgb(29 78 216 / 0.1);
}

.border-t-blue-700\/100{
  border-top-color: rgb(29 78 216 / 1);
}

.border-t-blue-700\/15{
  border-top-color: rgb(29 78 216 / 0.15);
}

.border-t-blue-700\/20{
  border-top-color: rgb(29 78 216 / 0.2);
}

.border-t-blue-700\/25{
  border-top-color: rgb(29 78 216 / 0.25);
}

.border-t-blue-700\/30{
  border-top-color: rgb(29 78 216 / 0.3);
}

.border-t-blue-700\/35{
  border-top-color: rgb(29 78 216 / 0.35);
}

.border-t-blue-700\/40{
  border-top-color: rgb(29 78 216 / 0.4);
}

.border-t-blue-700\/45{
  border-top-color: rgb(29 78 216 / 0.45);
}

.border-t-blue-700\/5{
  border-top-color: rgb(29 78 216 / 0.05);
}

.border-t-blue-700\/50{
  border-top-color: rgb(29 78 216 / 0.5);
}

.border-t-blue-700\/55{
  border-top-color: rgb(29 78 216 / 0.55);
}

.border-t-blue-700\/60{
  border-top-color: rgb(29 78 216 / 0.6);
}

.border-t-blue-700\/65{
  border-top-color: rgb(29 78 216 / 0.65);
}

.border-t-blue-700\/70{
  border-top-color: rgb(29 78 216 / 0.7);
}

.border-t-blue-700\/75{
  border-top-color: rgb(29 78 216 / 0.75);
}

.border-t-blue-700\/80{
  border-top-color: rgb(29 78 216 / 0.8);
}

.border-t-blue-700\/85{
  border-top-color: rgb(29 78 216 / 0.85);
}

.border-t-blue-700\/90{
  border-top-color: rgb(29 78 216 / 0.9);
}

.border-t-blue-700\/95{
  border-top-color: rgb(29 78 216 / 0.95);
}

.border-t-blue-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-t-blue-800\/0{
  border-top-color: rgb(30 64 175 / 0);
}

.border-t-blue-800\/10{
  border-top-color: rgb(30 64 175 / 0.1);
}

.border-t-blue-800\/100{
  border-top-color: rgb(30 64 175 / 1);
}

.border-t-blue-800\/15{
  border-top-color: rgb(30 64 175 / 0.15);
}

.border-t-blue-800\/20{
  border-top-color: rgb(30 64 175 / 0.2);
}

.border-t-blue-800\/25{
  border-top-color: rgb(30 64 175 / 0.25);
}

.border-t-blue-800\/30{
  border-top-color: rgb(30 64 175 / 0.3);
}

.border-t-blue-800\/35{
  border-top-color: rgb(30 64 175 / 0.35);
}

.border-t-blue-800\/40{
  border-top-color: rgb(30 64 175 / 0.4);
}

.border-t-blue-800\/45{
  border-top-color: rgb(30 64 175 / 0.45);
}

.border-t-blue-800\/5{
  border-top-color: rgb(30 64 175 / 0.05);
}

.border-t-blue-800\/50{
  border-top-color: rgb(30 64 175 / 0.5);
}

.border-t-blue-800\/55{
  border-top-color: rgb(30 64 175 / 0.55);
}

.border-t-blue-800\/60{
  border-top-color: rgb(30 64 175 / 0.6);
}

.border-t-blue-800\/65{
  border-top-color: rgb(30 64 175 / 0.65);
}

.border-t-blue-800\/70{
  border-top-color: rgb(30 64 175 / 0.7);
}

.border-t-blue-800\/75{
  border-top-color: rgb(30 64 175 / 0.75);
}

.border-t-blue-800\/80{
  border-top-color: rgb(30 64 175 / 0.8);
}

.border-t-blue-800\/85{
  border-top-color: rgb(30 64 175 / 0.85);
}

.border-t-blue-800\/90{
  border-top-color: rgb(30 64 175 / 0.9);
}

.border-t-blue-800\/95{
  border-top-color: rgb(30 64 175 / 0.95);
}

.border-t-blue-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-t-blue-900\/0{
  border-top-color: rgb(30 58 138 / 0);
}

.border-t-blue-900\/10{
  border-top-color: rgb(30 58 138 / 0.1);
}

.border-t-blue-900\/100{
  border-top-color: rgb(30 58 138 / 1);
}

.border-t-blue-900\/15{
  border-top-color: rgb(30 58 138 / 0.15);
}

.border-t-blue-900\/20{
  border-top-color: rgb(30 58 138 / 0.2);
}

.border-t-blue-900\/25{
  border-top-color: rgb(30 58 138 / 0.25);
}

.border-t-blue-900\/30{
  border-top-color: rgb(30 58 138 / 0.3);
}

.border-t-blue-900\/35{
  border-top-color: rgb(30 58 138 / 0.35);
}

.border-t-blue-900\/40{
  border-top-color: rgb(30 58 138 / 0.4);
}

.border-t-blue-900\/45{
  border-top-color: rgb(30 58 138 / 0.45);
}

.border-t-blue-900\/5{
  border-top-color: rgb(30 58 138 / 0.05);
}

.border-t-blue-900\/50{
  border-top-color: rgb(30 58 138 / 0.5);
}

.border-t-blue-900\/55{
  border-top-color: rgb(30 58 138 / 0.55);
}

.border-t-blue-900\/60{
  border-top-color: rgb(30 58 138 / 0.6);
}

.border-t-blue-900\/65{
  border-top-color: rgb(30 58 138 / 0.65);
}

.border-t-blue-900\/70{
  border-top-color: rgb(30 58 138 / 0.7);
}

.border-t-blue-900\/75{
  border-top-color: rgb(30 58 138 / 0.75);
}

.border-t-blue-900\/80{
  border-top-color: rgb(30 58 138 / 0.8);
}

.border-t-blue-900\/85{
  border-top-color: rgb(30 58 138 / 0.85);
}

.border-t-blue-900\/90{
  border-top-color: rgb(30 58 138 / 0.9);
}

.border-t-blue-900\/95{
  border-top-color: rgb(30 58 138 / 0.95);
}

.border-t-blue-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-t-blue-950\/0{
  border-top-color: rgb(23 37 84 / 0);
}

.border-t-blue-950\/10{
  border-top-color: rgb(23 37 84 / 0.1);
}

.border-t-blue-950\/100{
  border-top-color: rgb(23 37 84 / 1);
}

.border-t-blue-950\/15{
  border-top-color: rgb(23 37 84 / 0.15);
}

.border-t-blue-950\/20{
  border-top-color: rgb(23 37 84 / 0.2);
}

.border-t-blue-950\/25{
  border-top-color: rgb(23 37 84 / 0.25);
}

.border-t-blue-950\/30{
  border-top-color: rgb(23 37 84 / 0.3);
}

.border-t-blue-950\/35{
  border-top-color: rgb(23 37 84 / 0.35);
}

.border-t-blue-950\/40{
  border-top-color: rgb(23 37 84 / 0.4);
}

.border-t-blue-950\/45{
  border-top-color: rgb(23 37 84 / 0.45);
}

.border-t-blue-950\/5{
  border-top-color: rgb(23 37 84 / 0.05);
}

.border-t-blue-950\/50{
  border-top-color: rgb(23 37 84 / 0.5);
}

.border-t-blue-950\/55{
  border-top-color: rgb(23 37 84 / 0.55);
}

.border-t-blue-950\/60{
  border-top-color: rgb(23 37 84 / 0.6);
}

.border-t-blue-950\/65{
  border-top-color: rgb(23 37 84 / 0.65);
}

.border-t-blue-950\/70{
  border-top-color: rgb(23 37 84 / 0.7);
}

.border-t-blue-950\/75{
  border-top-color: rgb(23 37 84 / 0.75);
}

.border-t-blue-950\/80{
  border-top-color: rgb(23 37 84 / 0.8);
}

.border-t-blue-950\/85{
  border-top-color: rgb(23 37 84 / 0.85);
}

.border-t-blue-950\/90{
  border-top-color: rgb(23 37 84 / 0.9);
}

.border-t-blue-950\/95{
  border-top-color: rgb(23 37 84 / 0.95);
}

.border-t-csv{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.border-t-csv-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.border-t-csv-hover\/0{
  border-top-color: rgb(0 114 37 / 0);
}

.border-t-csv-hover\/10{
  border-top-color: rgb(0 114 37 / 0.1);
}

.border-t-csv-hover\/100{
  border-top-color: rgb(0 114 37 / 1);
}

.border-t-csv-hover\/15{
  border-top-color: rgb(0 114 37 / 0.15);
}

.border-t-csv-hover\/20{
  border-top-color: rgb(0 114 37 / 0.2);
}

.border-t-csv-hover\/25{
  border-top-color: rgb(0 114 37 / 0.25);
}

.border-t-csv-hover\/30{
  border-top-color: rgb(0 114 37 / 0.3);
}

.border-t-csv-hover\/35{
  border-top-color: rgb(0 114 37 / 0.35);
}

.border-t-csv-hover\/40{
  border-top-color: rgb(0 114 37 / 0.4);
}

.border-t-csv-hover\/45{
  border-top-color: rgb(0 114 37 / 0.45);
}

.border-t-csv-hover\/5{
  border-top-color: rgb(0 114 37 / 0.05);
}

.border-t-csv-hover\/50{
  border-top-color: rgb(0 114 37 / 0.5);
}

.border-t-csv-hover\/55{
  border-top-color: rgb(0 114 37 / 0.55);
}

.border-t-csv-hover\/60{
  border-top-color: rgb(0 114 37 / 0.6);
}

.border-t-csv-hover\/65{
  border-top-color: rgb(0 114 37 / 0.65);
}

.border-t-csv-hover\/70{
  border-top-color: rgb(0 114 37 / 0.7);
}

.border-t-csv-hover\/75{
  border-top-color: rgb(0 114 37 / 0.75);
}

.border-t-csv-hover\/80{
  border-top-color: rgb(0 114 37 / 0.8);
}

.border-t-csv-hover\/85{
  border-top-color: rgb(0 114 37 / 0.85);
}

.border-t-csv-hover\/90{
  border-top-color: rgb(0 114 37 / 0.9);
}

.border-t-csv-hover\/95{
  border-top-color: rgb(0 114 37 / 0.95);
}

.border-t-csv\/0{
  border-top-color: rgb(0 138 43 / 0);
}

.border-t-csv\/10{
  border-top-color: rgb(0 138 43 / 0.1);
}

.border-t-csv\/100{
  border-top-color: rgb(0 138 43 / 1);
}

.border-t-csv\/15{
  border-top-color: rgb(0 138 43 / 0.15);
}

.border-t-csv\/20{
  border-top-color: rgb(0 138 43 / 0.2);
}

.border-t-csv\/25{
  border-top-color: rgb(0 138 43 / 0.25);
}

.border-t-csv\/30{
  border-top-color: rgb(0 138 43 / 0.3);
}

.border-t-csv\/35{
  border-top-color: rgb(0 138 43 / 0.35);
}

.border-t-csv\/40{
  border-top-color: rgb(0 138 43 / 0.4);
}

.border-t-csv\/45{
  border-top-color: rgb(0 138 43 / 0.45);
}

.border-t-csv\/5{
  border-top-color: rgb(0 138 43 / 0.05);
}

.border-t-csv\/50{
  border-top-color: rgb(0 138 43 / 0.5);
}

.border-t-csv\/55{
  border-top-color: rgb(0 138 43 / 0.55);
}

.border-t-csv\/60{
  border-top-color: rgb(0 138 43 / 0.6);
}

.border-t-csv\/65{
  border-top-color: rgb(0 138 43 / 0.65);
}

.border-t-csv\/70{
  border-top-color: rgb(0 138 43 / 0.7);
}

.border-t-csv\/75{
  border-top-color: rgb(0 138 43 / 0.75);
}

.border-t-csv\/80{
  border-top-color: rgb(0 138 43 / 0.8);
}

.border-t-csv\/85{
  border-top-color: rgb(0 138 43 / 0.85);
}

.border-t-csv\/90{
  border-top-color: rgb(0 138 43 / 0.9);
}

.border-t-csv\/95{
  border-top-color: rgb(0 138 43 / 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\/15{
  border-top-color: rgb(207 250 254 / 0.15);
}

.border-t-cyan-100\/20{
  border-top-color: rgb(207 250 254 / 0.2);
}

.border-t-cyan-100\/25{
  border-top-color: rgb(207 250 254 / 0.25);
}

.border-t-cyan-100\/30{
  border-top-color: rgb(207 250 254 / 0.3);
}

.border-t-cyan-100\/35{
  border-top-color: rgb(207 250 254 / 0.35);
}

.border-t-cyan-100\/40{
  border-top-color: rgb(207 250 254 / 0.4);
}

.border-t-cyan-100\/45{
  border-top-color: rgb(207 250 254 / 0.45);
}

.border-t-cyan-100\/5{
  border-top-color: rgb(207 250 254 / 0.05);
}

.border-t-cyan-100\/50{
  border-top-color: rgb(207 250 254 / 0.5);
}

.border-t-cyan-100\/55{
  border-top-color: rgb(207 250 254 / 0.55);
}

.border-t-cyan-100\/60{
  border-top-color: rgb(207 250 254 / 0.6);
}

.border-t-cyan-100\/65{
  border-top-color: rgb(207 250 254 / 0.65);
}

.border-t-cyan-100\/70{
  border-top-color: rgb(207 250 254 / 0.7);
}

.border-t-cyan-100\/75{
  border-top-color: rgb(207 250 254 / 0.75);
}

.border-t-cyan-100\/80{
  border-top-color: rgb(207 250 254 / 0.8);
}

.border-t-cyan-100\/85{
  border-top-color: rgb(207 250 254 / 0.85);
}

.border-t-cyan-100\/90{
  border-top-color: rgb(207 250 254 / 0.9);
}

.border-t-cyan-100\/95{
  border-top-color: rgb(207 250 254 / 0.95);
}

.border-t-cyan-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-t-cyan-200\/0{
  border-top-color: rgb(165 243 252 / 0);
}

.border-t-cyan-200\/10{
  border-top-color: rgb(165 243 252 / 0.1);
}

.border-t-cyan-200\/100{
  border-top-color: rgb(165 243 252 / 1);
}

.border-t-cyan-200\/15{
  border-top-color: rgb(165 243 252 / 0.15);
}

.border-t-cyan-200\/20{
  border-top-color: rgb(165 243 252 / 0.2);
}

.border-t-cyan-200\/25{
  border-top-color: rgb(165 243 252 / 0.25);
}

.border-t-cyan-200\/30{
  border-top-color: rgb(165 243 252 / 0.3);
}

.border-t-cyan-200\/35{
  border-top-color: rgb(165 243 252 / 0.35);
}

.border-t-cyan-200\/40{
  border-top-color: rgb(165 243 252 / 0.4);
}

.border-t-cyan-200\/45{
  border-top-color: rgb(165 243 252 / 0.45);
}

.border-t-cyan-200\/5{
  border-top-color: rgb(165 243 252 / 0.05);
}

.border-t-cyan-200\/50{
  border-top-color: rgb(165 243 252 / 0.5);
}

.border-t-cyan-200\/55{
  border-top-color: rgb(165 243 252 / 0.55);
}

.border-t-cyan-200\/60{
  border-top-color: rgb(165 243 252 / 0.6);
}

.border-t-cyan-200\/65{
  border-top-color: rgb(165 243 252 / 0.65);
}

.border-t-cyan-200\/70{
  border-top-color: rgb(165 243 252 / 0.7);
}

.border-t-cyan-200\/75{
  border-top-color: rgb(165 243 252 / 0.75);
}

.border-t-cyan-200\/80{
  border-top-color: rgb(165 243 252 / 0.8);
}

.border-t-cyan-200\/85{
  border-top-color: rgb(165 243 252 / 0.85);
}

.border-t-cyan-200\/90{
  border-top-color: rgb(165 243 252 / 0.9);
}

.border-t-cyan-200\/95{
  border-top-color: rgb(165 243 252 / 0.95);
}

.border-t-cyan-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-t-cyan-300\/0{
  border-top-color: rgb(103 232 249 / 0);
}

.border-t-cyan-300\/10{
  border-top-color: rgb(103 232 249 / 0.1);
}

.border-t-cyan-300\/100{
  border-top-color: rgb(103 232 249 / 1);
}

.border-t-cyan-300\/15{
  border-top-color: rgb(103 232 249 / 0.15);
}

.border-t-cyan-300\/20{
  border-top-color: rgb(103 232 249 / 0.2);
}

.border-t-cyan-300\/25{
  border-top-color: rgb(103 232 249 / 0.25);
}

.border-t-cyan-300\/30{
  border-top-color: rgb(103 232 249 / 0.3);
}

.border-t-cyan-300\/35{
  border-top-color: rgb(103 232 249 / 0.35);
}

.border-t-cyan-300\/40{
  border-top-color: rgb(103 232 249 / 0.4);
}

.border-t-cyan-300\/45{
  border-top-color: rgb(103 232 249 / 0.45);
}

.border-t-cyan-300\/5{
  border-top-color: rgb(103 232 249 / 0.05);
}

.border-t-cyan-300\/50{
  border-top-color: rgb(103 232 249 / 0.5);
}

.border-t-cyan-300\/55{
  border-top-color: rgb(103 232 249 / 0.55);
}

.border-t-cyan-300\/60{
  border-top-color: rgb(103 232 249 / 0.6);
}

.border-t-cyan-300\/65{
  border-top-color: rgb(103 232 249 / 0.65);
}

.border-t-cyan-300\/70{
  border-top-color: rgb(103 232 249 / 0.7);
}

.border-t-cyan-300\/75{
  border-top-color: rgb(103 232 249 / 0.75);
}

.border-t-cyan-300\/80{
  border-top-color: rgb(103 232 249 / 0.8);
}

.border-t-cyan-300\/85{
  border-top-color: rgb(103 232 249 / 0.85);
}

.border-t-cyan-300\/90{
  border-top-color: rgb(103 232 249 / 0.9);
}

.border-t-cyan-300\/95{
  border-top-color: rgb(103 232 249 / 0.95);
}

.border-t-cyan-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-t-cyan-400\/0{
  border-top-color: rgb(34 211 238 / 0);
}

.border-t-cyan-400\/10{
  border-top-color: rgb(34 211 238 / 0.1);
}

.border-t-cyan-400\/100{
  border-top-color: rgb(34 211 238 / 1);
}

.border-t-cyan-400\/15{
  border-top-color: rgb(34 211 238 / 0.15);
}

.border-t-cyan-400\/20{
  border-top-color: rgb(34 211 238 / 0.2);
}

.border-t-cyan-400\/25{
  border-top-color: rgb(34 211 238 / 0.25);
}

.border-t-cyan-400\/30{
  border-top-color: rgb(34 211 238 / 0.3);
}

.border-t-cyan-400\/35{
  border-top-color: rgb(34 211 238 / 0.35);
}

.border-t-cyan-400\/40{
  border-top-color: rgb(34 211 238 / 0.4);
}

.border-t-cyan-400\/45{
  border-top-color: rgb(34 211 238 / 0.45);
}

.border-t-cyan-400\/5{
  border-top-color: rgb(34 211 238 / 0.05);
}

.border-t-cyan-400\/50{
  border-top-color: rgb(34 211 238 / 0.5);
}

.border-t-cyan-400\/55{
  border-top-color: rgb(34 211 238 / 0.55);
}

.border-t-cyan-400\/60{
  border-top-color: rgb(34 211 238 / 0.6);
}

.border-t-cyan-400\/65{
  border-top-color: rgb(34 211 238 / 0.65);
}

.border-t-cyan-400\/70{
  border-top-color: rgb(34 211 238 / 0.7);
}

.border-t-cyan-400\/75{
  border-top-color: rgb(34 211 238 / 0.75);
}

.border-t-cyan-400\/80{
  border-top-color: rgb(34 211 238 / 0.8);
}

.border-t-cyan-400\/85{
  border-top-color: rgb(34 211 238 / 0.85);
}

.border-t-cyan-400\/90{
  border-top-color: rgb(34 211 238 / 0.9);
}

.border-t-cyan-400\/95{
  border-top-color: rgb(34 211 238 / 0.95);
}

.border-t-cyan-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-t-cyan-50\/0{
  border-top-color: rgb(236 254 255 / 0);
}

.border-t-cyan-50\/10{
  border-top-color: rgb(236 254 255 / 0.1);
}

.border-t-cyan-50\/100{
  border-top-color: rgb(236 254 255 / 1);
}

.border-t-cyan-50\/15{
  border-top-color: rgb(236 254 255 / 0.15);
}

.border-t-cyan-50\/20{
  border-top-color: rgb(236 254 255 / 0.2);
}

.border-t-cyan-50\/25{
  border-top-color: rgb(236 254 255 / 0.25);
}

.border-t-cyan-50\/30{
  border-top-color: rgb(236 254 255 / 0.3);
}

.border-t-cyan-50\/35{
  border-top-color: rgb(236 254 255 / 0.35);
}

.border-t-cyan-50\/40{
  border-top-color: rgb(236 254 255 / 0.4);
}

.border-t-cyan-50\/45{
  border-top-color: rgb(236 254 255 / 0.45);
}

.border-t-cyan-50\/5{
  border-top-color: rgb(236 254 255 / 0.05);
}

.border-t-cyan-50\/50{
  border-top-color: rgb(236 254 255 / 0.5);
}

.border-t-cyan-50\/55{
  border-top-color: rgb(236 254 255 / 0.55);
}

.border-t-cyan-50\/60{
  border-top-color: rgb(236 254 255 / 0.6);
}

.border-t-cyan-50\/65{
  border-top-color: rgb(236 254 255 / 0.65);
}

.border-t-cyan-50\/70{
  border-top-color: rgb(236 254 255 / 0.7);
}

.border-t-cyan-50\/75{
  border-top-color: rgb(236 254 255 / 0.75);
}

.border-t-cyan-50\/80{
  border-top-color: rgb(236 254 255 / 0.8);
}

.border-t-cyan-50\/85{
  border-top-color: rgb(236 254 255 / 0.85);
}

.border-t-cyan-50\/90{
  border-top-color: rgb(236 254 255 / 0.9);
}

.border-t-cyan-50\/95{
  border-top-color: rgb(236 254 255 / 0.95);
}

.border-t-cyan-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-t-cyan-500\/0{
  border-top-color: rgb(6 182 212 / 0);
}

.border-t-cyan-500\/10{
  border-top-color: rgb(6 182 212 / 0.1);
}

.border-t-cyan-500\/100{
  border-top-color: rgb(6 182 212 / 1);
}

.border-t-cyan-500\/15{
  border-top-color: rgb(6 182 212 / 0.15);
}

.border-t-cyan-500\/20{
  border-top-color: rgb(6 182 212 / 0.2);
}

.border-t-cyan-500\/25{
  border-top-color: rgb(6 182 212 / 0.25);
}

.border-t-cyan-500\/30{
  border-top-color: rgb(6 182 212 / 0.3);
}

.border-t-cyan-500\/35{
  border-top-color: rgb(6 182 212 / 0.35);
}

.border-t-cyan-500\/40{
  border-top-color: rgb(6 182 212 / 0.4);
}

.border-t-cyan-500\/45{
  border-top-color: rgb(6 182 212 / 0.45);
}

.border-t-cyan-500\/5{
  border-top-color: rgb(6 182 212 / 0.05);
}

.border-t-cyan-500\/50{
  border-top-color: rgb(6 182 212 / 0.5);
}

.border-t-cyan-500\/55{
  border-top-color: rgb(6 182 212 / 0.55);
}

.border-t-cyan-500\/60{
  border-top-color: rgb(6 182 212 / 0.6);
}

.border-t-cyan-500\/65{
  border-top-color: rgb(6 182 212 / 0.65);
}

.border-t-cyan-500\/70{
  border-top-color: rgb(6 182 212 / 0.7);
}

.border-t-cyan-500\/75{
  border-top-color: rgb(6 182 212 / 0.75);
}

.border-t-cyan-500\/80{
  border-top-color: rgb(6 182 212 / 0.8);
}

.border-t-cyan-500\/85{
  border-top-color: rgb(6 182 212 / 0.85);
}

.border-t-cyan-500\/90{
  border-top-color: rgb(6 182 212 / 0.9);
}

.border-t-cyan-500\/95{
  border-top-color: rgb(6 182 212 / 0.95);
}

.border-t-cyan-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-t-cyan-600\/0{
  border-top-color: rgb(8 145 178 / 0);
}

.border-t-cyan-600\/10{
  border-top-color: rgb(8 145 178 / 0.1);
}

.border-t-cyan-600\/100{
  border-top-color: rgb(8 145 178 / 1);
}

.border-t-cyan-600\/15{
  border-top-color: rgb(8 145 178 / 0.15);
}

.border-t-cyan-600\/20{
  border-top-color: rgb(8 145 178 / 0.2);
}

.border-t-cyan-600\/25{
  border-top-color: rgb(8 145 178 / 0.25);
}

.border-t-cyan-600\/30{
  border-top-color: rgb(8 145 178 / 0.3);
}

.border-t-cyan-600\/35{
  border-top-color: rgb(8 145 178 / 0.35);
}

.border-t-cyan-600\/40{
  border-top-color: rgb(8 145 178 / 0.4);
}

.border-t-cyan-600\/45{
  border-top-color: rgb(8 145 178 / 0.45);
}

.border-t-cyan-600\/5{
  border-top-color: rgb(8 145 178 / 0.05);
}

.border-t-cyan-600\/50{
  border-top-color: rgb(8 145 178 / 0.5);
}

.border-t-cyan-600\/55{
  border-top-color: rgb(8 145 178 / 0.55);
}

.border-t-cyan-600\/60{
  border-top-color: rgb(8 145 178 / 0.6);
}

.border-t-cyan-600\/65{
  border-top-color: rgb(8 145 178 / 0.65);
}

.border-t-cyan-600\/70{
  border-top-color: rgb(8 145 178 / 0.7);
}

.border-t-cyan-600\/75{
  border-top-color: rgb(8 145 178 / 0.75);
}

.border-t-cyan-600\/80{
  border-top-color: rgb(8 145 178 / 0.8);
}

.border-t-cyan-600\/85{
  border-top-color: rgb(8 145 178 / 0.85);
}

.border-t-cyan-600\/90{
  border-top-color: rgb(8 145 178 / 0.9);
}

.border-t-cyan-600\/95{
  border-top-color: rgb(8 145 178 / 0.95);
}

.border-t-cyan-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-t-cyan-700\/0{
  border-top-color: rgb(14 116 144 / 0);
}

.border-t-cyan-700\/10{
  border-top-color: rgb(14 116 144 / 0.1);
}

.border-t-cyan-700\/100{
  border-top-color: rgb(14 116 144 / 1);
}

.border-t-cyan-700\/15{
  border-top-color: rgb(14 116 144 / 0.15);
}

.border-t-cyan-700\/20{
  border-top-color: rgb(14 116 144 / 0.2);
}

.border-t-cyan-700\/25{
  border-top-color: rgb(14 116 144 / 0.25);
}

.border-t-cyan-700\/30{
  border-top-color: rgb(14 116 144 / 0.3);
}

.border-t-cyan-700\/35{
  border-top-color: rgb(14 116 144 / 0.35);
}

.border-t-cyan-700\/40{
  border-top-color: rgb(14 116 144 / 0.4);
}

.border-t-cyan-700\/45{
  border-top-color: rgb(14 116 144 / 0.45);
}

.border-t-cyan-700\/5{
  border-top-color: rgb(14 116 144 / 0.05);
}

.border-t-cyan-700\/50{
  border-top-color: rgb(14 116 144 / 0.5);
}

.border-t-cyan-700\/55{
  border-top-color: rgb(14 116 144 / 0.55);
}

.border-t-cyan-700\/60{
  border-top-color: rgb(14 116 144 / 0.6);
}

.border-t-cyan-700\/65{
  border-top-color: rgb(14 116 144 / 0.65);
}

.border-t-cyan-700\/70{
  border-top-color: rgb(14 116 144 / 0.7);
}

.border-t-cyan-700\/75{
  border-top-color: rgb(14 116 144 / 0.75);
}

.border-t-cyan-700\/80{
  border-top-color: rgb(14 116 144 / 0.8);
}

.border-t-cyan-700\/85{
  border-top-color: rgb(14 116 144 / 0.85);
}

.border-t-cyan-700\/90{
  border-top-color: rgb(14 116 144 / 0.9);
}

.border-t-cyan-700\/95{
  border-top-color: rgb(14 116 144 / 0.95);
}

.border-t-cyan-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-t-cyan-800\/0{
  border-top-color: rgb(21 94 117 / 0);
}

.border-t-cyan-800\/10{
  border-top-color: rgb(21 94 117 / 0.1);
}

.border-t-cyan-800\/100{
  border-top-color: rgb(21 94 117 / 1);
}

.border-t-cyan-800\/15{
  border-top-color: rgb(21 94 117 / 0.15);
}

.border-t-cyan-800\/20{
  border-top-color: rgb(21 94 117 / 0.2);
}

.border-t-cyan-800\/25{
  border-top-color: rgb(21 94 117 / 0.25);
}

.border-t-cyan-800\/30{
  border-top-color: rgb(21 94 117 / 0.3);
}

.border-t-cyan-800\/35{
  border-top-color: rgb(21 94 117 / 0.35);
}

.border-t-cyan-800\/40{
  border-top-color: rgb(21 94 117 / 0.4);
}

.border-t-cyan-800\/45{
  border-top-color: rgb(21 94 117 / 0.45);
}

.border-t-cyan-800\/5{
  border-top-color: rgb(21 94 117 / 0.05);
}

.border-t-cyan-800\/50{
  border-top-color: rgb(21 94 117 / 0.5);
}

.border-t-cyan-800\/55{
  border-top-color: rgb(21 94 117 / 0.55);
}

.border-t-cyan-800\/60{
  border-top-color: rgb(21 94 117 / 0.6);
}

.border-t-cyan-800\/65{
  border-top-color: rgb(21 94 117 / 0.65);
}

.border-t-cyan-800\/70{
  border-top-color: rgb(21 94 117 / 0.7);
}

.border-t-cyan-800\/75{
  border-top-color: rgb(21 94 117 / 0.75);
}

.border-t-cyan-800\/80{
  border-top-color: rgb(21 94 117 / 0.8);
}

.border-t-cyan-800\/85{
  border-top-color: rgb(21 94 117 / 0.85);
}

.border-t-cyan-800\/90{
  border-top-color: rgb(21 94 117 / 0.9);
}

.border-t-cyan-800\/95{
  border-top-color: rgb(21 94 117 / 0.95);
}

.border-t-cyan-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-t-cyan-900\/0{
  border-top-color: rgb(22 78 99 / 0);
}

.border-t-cyan-900\/10{
  border-top-color: rgb(22 78 99 / 0.1);
}

.border-t-cyan-900\/100{
  border-top-color: rgb(22 78 99 / 1);
}

.border-t-cyan-900\/15{
  border-top-color: rgb(22 78 99 / 0.15);
}

.border-t-cyan-900\/20{
  border-top-color: rgb(22 78 99 / 0.2);
}

.border-t-cyan-900\/25{
  border-top-color: rgb(22 78 99 / 0.25);
}

.border-t-cyan-900\/30{
  border-top-color: rgb(22 78 99 / 0.3);
}

.border-t-cyan-900\/35{
  border-top-color: rgb(22 78 99 / 0.35);
}

.border-t-cyan-900\/40{
  border-top-color: rgb(22 78 99 / 0.4);
}

.border-t-cyan-900\/45{
  border-top-color: rgb(22 78 99 / 0.45);
}

.border-t-cyan-900\/5{
  border-top-color: rgb(22 78 99 / 0.05);
}

.border-t-cyan-900\/50{
  border-top-color: rgb(22 78 99 / 0.5);
}

.border-t-cyan-900\/55{
  border-top-color: rgb(22 78 99 / 0.55);
}

.border-t-cyan-900\/60{
  border-top-color: rgb(22 78 99 / 0.6);
}

.border-t-cyan-900\/65{
  border-top-color: rgb(22 78 99 / 0.65);
}

.border-t-cyan-900\/70{
  border-top-color: rgb(22 78 99 / 0.7);
}

.border-t-cyan-900\/75{
  border-top-color: rgb(22 78 99 / 0.75);
}

.border-t-cyan-900\/80{
  border-top-color: rgb(22 78 99 / 0.8);
}

.border-t-cyan-900\/85{
  border-top-color: rgb(22 78 99 / 0.85);
}

.border-t-cyan-900\/90{
  border-top-color: rgb(22 78 99 / 0.9);
}

.border-t-cyan-900\/95{
  border-top-color: rgb(22 78 99 / 0.95);
}

.border-t-cyan-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-t-cyan-950\/0{
  border-top-color: rgb(8 51 68 / 0);
}

.border-t-cyan-950\/10{
  border-top-color: rgb(8 51 68 / 0.1);
}

.border-t-cyan-950\/100{
  border-top-color: rgb(8 51 68 / 1);
}

.border-t-cyan-950\/15{
  border-top-color: rgb(8 51 68 / 0.15);
}

.border-t-cyan-950\/20{
  border-top-color: rgb(8 51 68 / 0.2);
}

.border-t-cyan-950\/25{
  border-top-color: rgb(8 51 68 / 0.25);
}

.border-t-cyan-950\/30{
  border-top-color: rgb(8 51 68 / 0.3);
}

.border-t-cyan-950\/35{
  border-top-color: rgb(8 51 68 / 0.35);
}

.border-t-cyan-950\/40{
  border-top-color: rgb(8 51 68 / 0.4);
}

.border-t-cyan-950\/45{
  border-top-color: rgb(8 51 68 / 0.45);
}

.border-t-cyan-950\/5{
  border-top-color: rgb(8 51 68 / 0.05);
}

.border-t-cyan-950\/50{
  border-top-color: rgb(8 51 68 / 0.5);
}

.border-t-cyan-950\/55{
  border-top-color: rgb(8 51 68 / 0.55);
}

.border-t-cyan-950\/60{
  border-top-color: rgb(8 51 68 / 0.6);
}

.border-t-cyan-950\/65{
  border-top-color: rgb(8 51 68 / 0.65);
}

.border-t-cyan-950\/70{
  border-top-color: rgb(8 51 68 / 0.7);
}

.border-t-cyan-950\/75{
  border-top-color: rgb(8 51 68 / 0.75);
}

.border-t-cyan-950\/80{
  border-top-color: rgb(8 51 68 / 0.8);
}

.border-t-cyan-950\/85{
  border-top-color: rgb(8 51 68 / 0.85);
}

.border-t-cyan-950\/90{
  border-top-color: rgb(8 51 68 / 0.9);
}

.border-t-cyan-950\/95{
  border-top-color: rgb(8 51 68 / 0.95);
}

.border-t-danger{
  --tw-border-opacity: 1;
  border-top-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.border-t-danger-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.border-t-danger-hover\/0{
  border-top-color: rgb(193 49 44 / 0);
}

.border-t-danger-hover\/10{
  border-top-color: rgb(193 49 44 / 0.1);
}

.border-t-danger-hover\/100{
  border-top-color: rgb(193 49 44 / 1);
}

.border-t-danger-hover\/15{
  border-top-color: rgb(193 49 44 / 0.15);
}

.border-t-danger-hover\/20{
  border-top-color: rgb(193 49 44 / 0.2);
}

.border-t-danger-hover\/25{
  border-top-color: rgb(193 49 44 / 0.25);
}

.border-t-danger-hover\/30{
  border-top-color: rgb(193 49 44 / 0.3);
}

.border-t-danger-hover\/35{
  border-top-color: rgb(193 49 44 / 0.35);
}

.border-t-danger-hover\/40{
  border-top-color: rgb(193 49 44 / 0.4);
}

.border-t-danger-hover\/45{
  border-top-color: rgb(193 49 44 / 0.45);
}

.border-t-danger-hover\/5{
  border-top-color: rgb(193 49 44 / 0.05);
}

.border-t-danger-hover\/50{
  border-top-color: rgb(193 49 44 / 0.5);
}

.border-t-danger-hover\/55{
  border-top-color: rgb(193 49 44 / 0.55);
}

.border-t-danger-hover\/60{
  border-top-color: rgb(193 49 44 / 0.6);
}

.border-t-danger-hover\/65{
  border-top-color: rgb(193 49 44 / 0.65);
}

.border-t-danger-hover\/70{
  border-top-color: rgb(193 49 44 / 0.7);
}

.border-t-danger-hover\/75{
  border-top-color: rgb(193 49 44 / 0.75);
}

.border-t-danger-hover\/80{
  border-top-color: rgb(193 49 44 / 0.8);
}

.border-t-danger-hover\/85{
  border-top-color: rgb(193 49 44 / 0.85);
}

.border-t-danger-hover\/90{
  border-top-color: rgb(193 49 44 / 0.9);
}

.border-t-danger-hover\/95{
  border-top-color: rgb(193 49 44 / 0.95);
}

.border-t-danger\/0{
  border-top-color: rgb(207 59 54 / 0);
}

.border-t-danger\/10{
  border-top-color: rgb(207 59 54 / 0.1);
}

.border-t-danger\/100{
  border-top-color: rgb(207 59 54 / 1);
}

.border-t-danger\/15{
  border-top-color: rgb(207 59 54 / 0.15);
}

.border-t-danger\/20{
  border-top-color: rgb(207 59 54 / 0.2);
}

.border-t-danger\/25{
  border-top-color: rgb(207 59 54 / 0.25);
}

.border-t-danger\/30{
  border-top-color: rgb(207 59 54 / 0.3);
}

.border-t-danger\/35{
  border-top-color: rgb(207 59 54 / 0.35);
}

.border-t-danger\/40{
  border-top-color: rgb(207 59 54 / 0.4);
}

.border-t-danger\/45{
  border-top-color: rgb(207 59 54 / 0.45);
}

.border-t-danger\/5{
  border-top-color: rgb(207 59 54 / 0.05);
}

.border-t-danger\/50{
  border-top-color: rgb(207 59 54 / 0.5);
}

.border-t-danger\/55{
  border-top-color: rgb(207 59 54 / 0.55);
}

.border-t-danger\/60{
  border-top-color: rgb(207 59 54 / 0.6);
}

.border-t-danger\/65{
  border-top-color: rgb(207 59 54 / 0.65);
}

.border-t-danger\/70{
  border-top-color: rgb(207 59 54 / 0.7);
}

.border-t-danger\/75{
  border-top-color: rgb(207 59 54 / 0.75);
}

.border-t-danger\/80{
  border-top-color: rgb(207 59 54 / 0.8);
}

.border-t-danger\/85{
  border-top-color: rgb(207 59 54 / 0.85);
}

.border-t-danger\/90{
  border-top-color: rgb(207 59 54 / 0.9);
}

.border-t-danger\/95{
  border-top-color: rgb(207 59 54 / 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\/15{
  border-top-color: rgb(209 250 229 / 0.15);
}

.border-t-emerald-100\/20{
  border-top-color: rgb(209 250 229 / 0.2);
}

.border-t-emerald-100\/25{
  border-top-color: rgb(209 250 229 / 0.25);
}

.border-t-emerald-100\/30{
  border-top-color: rgb(209 250 229 / 0.3);
}

.border-t-emerald-100\/35{
  border-top-color: rgb(209 250 229 / 0.35);
}

.border-t-emerald-100\/40{
  border-top-color: rgb(209 250 229 / 0.4);
}

.border-t-emerald-100\/45{
  border-top-color: rgb(209 250 229 / 0.45);
}

.border-t-emerald-100\/5{
  border-top-color: rgb(209 250 229 / 0.05);
}

.border-t-emerald-100\/50{
  border-top-color: rgb(209 250 229 / 0.5);
}

.border-t-emerald-100\/55{
  border-top-color: rgb(209 250 229 / 0.55);
}

.border-t-emerald-100\/60{
  border-top-color: rgb(209 250 229 / 0.6);
}

.border-t-emerald-100\/65{
  border-top-color: rgb(209 250 229 / 0.65);
}

.border-t-emerald-100\/70{
  border-top-color: rgb(209 250 229 / 0.7);
}

.border-t-emerald-100\/75{
  border-top-color: rgb(209 250 229 / 0.75);
}

.border-t-emerald-100\/80{
  border-top-color: rgb(209 250 229 / 0.8);
}

.border-t-emerald-100\/85{
  border-top-color: rgb(209 250 229 / 0.85);
}

.border-t-emerald-100\/90{
  border-top-color: rgb(209 250 229 / 0.9);
}

.border-t-emerald-100\/95{
  border-top-color: rgb(209 250 229 / 0.95);
}

.border-t-emerald-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-t-emerald-200\/0{
  border-top-color: rgb(167 243 208 / 0);
}

.border-t-emerald-200\/10{
  border-top-color: rgb(167 243 208 / 0.1);
}

.border-t-emerald-200\/100{
  border-top-color: rgb(167 243 208 / 1);
}

.border-t-emerald-200\/15{
  border-top-color: rgb(167 243 208 / 0.15);
}

.border-t-emerald-200\/20{
  border-top-color: rgb(167 243 208 / 0.2);
}

.border-t-emerald-200\/25{
  border-top-color: rgb(167 243 208 / 0.25);
}

.border-t-emerald-200\/30{
  border-top-color: rgb(167 243 208 / 0.3);
}

.border-t-emerald-200\/35{
  border-top-color: rgb(167 243 208 / 0.35);
}

.border-t-emerald-200\/40{
  border-top-color: rgb(167 243 208 / 0.4);
}

.border-t-emerald-200\/45{
  border-top-color: rgb(167 243 208 / 0.45);
}

.border-t-emerald-200\/5{
  border-top-color: rgb(167 243 208 / 0.05);
}

.border-t-emerald-200\/50{
  border-top-color: rgb(167 243 208 / 0.5);
}

.border-t-emerald-200\/55{
  border-top-color: rgb(167 243 208 / 0.55);
}

.border-t-emerald-200\/60{
  border-top-color: rgb(167 243 208 / 0.6);
}

.border-t-emerald-200\/65{
  border-top-color: rgb(167 243 208 / 0.65);
}

.border-t-emerald-200\/70{
  border-top-color: rgb(167 243 208 / 0.7);
}

.border-t-emerald-200\/75{
  border-top-color: rgb(167 243 208 / 0.75);
}

.border-t-emerald-200\/80{
  border-top-color: rgb(167 243 208 / 0.8);
}

.border-t-emerald-200\/85{
  border-top-color: rgb(167 243 208 / 0.85);
}

.border-t-emerald-200\/90{
  border-top-color: rgb(167 243 208 / 0.9);
}

.border-t-emerald-200\/95{
  border-top-color: rgb(167 243 208 / 0.95);
}

.border-t-emerald-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-t-emerald-300\/0{
  border-top-color: rgb(110 231 183 / 0);
}

.border-t-emerald-300\/10{
  border-top-color: rgb(110 231 183 / 0.1);
}

.border-t-emerald-300\/100{
  border-top-color: rgb(110 231 183 / 1);
}

.border-t-emerald-300\/15{
  border-top-color: rgb(110 231 183 / 0.15);
}

.border-t-emerald-300\/20{
  border-top-color: rgb(110 231 183 / 0.2);
}

.border-t-emerald-300\/25{
  border-top-color: rgb(110 231 183 / 0.25);
}

.border-t-emerald-300\/30{
  border-top-color: rgb(110 231 183 / 0.3);
}

.border-t-emerald-300\/35{
  border-top-color: rgb(110 231 183 / 0.35);
}

.border-t-emerald-300\/40{
  border-top-color: rgb(110 231 183 / 0.4);
}

.border-t-emerald-300\/45{
  border-top-color: rgb(110 231 183 / 0.45);
}

.border-t-emerald-300\/5{
  border-top-color: rgb(110 231 183 / 0.05);
}

.border-t-emerald-300\/50{
  border-top-color: rgb(110 231 183 / 0.5);
}

.border-t-emerald-300\/55{
  border-top-color: rgb(110 231 183 / 0.55);
}

.border-t-emerald-300\/60{
  border-top-color: rgb(110 231 183 / 0.6);
}

.border-t-emerald-300\/65{
  border-top-color: rgb(110 231 183 / 0.65);
}

.border-t-emerald-300\/70{
  border-top-color: rgb(110 231 183 / 0.7);
}

.border-t-emerald-300\/75{
  border-top-color: rgb(110 231 183 / 0.75);
}

.border-t-emerald-300\/80{
  border-top-color: rgb(110 231 183 / 0.8);
}

.border-t-emerald-300\/85{
  border-top-color: rgb(110 231 183 / 0.85);
}

.border-t-emerald-300\/90{
  border-top-color: rgb(110 231 183 / 0.9);
}

.border-t-emerald-300\/95{
  border-top-color: rgb(110 231 183 / 0.95);
}

.border-t-emerald-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-t-emerald-400\/0{
  border-top-color: rgb(52 211 153 / 0);
}

.border-t-emerald-400\/10{
  border-top-color: rgb(52 211 153 / 0.1);
}

.border-t-emerald-400\/100{
  border-top-color: rgb(52 211 153 / 1);
}

.border-t-emerald-400\/15{
  border-top-color: rgb(52 211 153 / 0.15);
}

.border-t-emerald-400\/20{
  border-top-color: rgb(52 211 153 / 0.2);
}

.border-t-emerald-400\/25{
  border-top-color: rgb(52 211 153 / 0.25);
}

.border-t-emerald-400\/30{
  border-top-color: rgb(52 211 153 / 0.3);
}

.border-t-emerald-400\/35{
  border-top-color: rgb(52 211 153 / 0.35);
}

.border-t-emerald-400\/40{
  border-top-color: rgb(52 211 153 / 0.4);
}

.border-t-emerald-400\/45{
  border-top-color: rgb(52 211 153 / 0.45);
}

.border-t-emerald-400\/5{
  border-top-color: rgb(52 211 153 / 0.05);
}

.border-t-emerald-400\/50{
  border-top-color: rgb(52 211 153 / 0.5);
}

.border-t-emerald-400\/55{
  border-top-color: rgb(52 211 153 / 0.55);
}

.border-t-emerald-400\/60{
  border-top-color: rgb(52 211 153 / 0.6);
}

.border-t-emerald-400\/65{
  border-top-color: rgb(52 211 153 / 0.65);
}

.border-t-emerald-400\/70{
  border-top-color: rgb(52 211 153 / 0.7);
}

.border-t-emerald-400\/75{
  border-top-color: rgb(52 211 153 / 0.75);
}

.border-t-emerald-400\/80{
  border-top-color: rgb(52 211 153 / 0.8);
}

.border-t-emerald-400\/85{
  border-top-color: rgb(52 211 153 / 0.85);
}

.border-t-emerald-400\/90{
  border-top-color: rgb(52 211 153 / 0.9);
}

.border-t-emerald-400\/95{
  border-top-color: rgb(52 211 153 / 0.95);
}

.border-t-emerald-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-t-emerald-50\/0{
  border-top-color: rgb(236 253 245 / 0);
}

.border-t-emerald-50\/10{
  border-top-color: rgb(236 253 245 / 0.1);
}

.border-t-emerald-50\/100{
  border-top-color: rgb(236 253 245 / 1);
}

.border-t-emerald-50\/15{
  border-top-color: rgb(236 253 245 / 0.15);
}

.border-t-emerald-50\/20{
  border-top-color: rgb(236 253 245 / 0.2);
}

.border-t-emerald-50\/25{
  border-top-color: rgb(236 253 245 / 0.25);
}

.border-t-emerald-50\/30{
  border-top-color: rgb(236 253 245 / 0.3);
}

.border-t-emerald-50\/35{
  border-top-color: rgb(236 253 245 / 0.35);
}

.border-t-emerald-50\/40{
  border-top-color: rgb(236 253 245 / 0.4);
}

.border-t-emerald-50\/45{
  border-top-color: rgb(236 253 245 / 0.45);
}

.border-t-emerald-50\/5{
  border-top-color: rgb(236 253 245 / 0.05);
}

.border-t-emerald-50\/50{
  border-top-color: rgb(236 253 245 / 0.5);
}

.border-t-emerald-50\/55{
  border-top-color: rgb(236 253 245 / 0.55);
}

.border-t-emerald-50\/60{
  border-top-color: rgb(236 253 245 / 0.6);
}

.border-t-emerald-50\/65{
  border-top-color: rgb(236 253 245 / 0.65);
}

.border-t-emerald-50\/70{
  border-top-color: rgb(236 253 245 / 0.7);
}

.border-t-emerald-50\/75{
  border-top-color: rgb(236 253 245 / 0.75);
}

.border-t-emerald-50\/80{
  border-top-color: rgb(236 253 245 / 0.8);
}

.border-t-emerald-50\/85{
  border-top-color: rgb(236 253 245 / 0.85);
}

.border-t-emerald-50\/90{
  border-top-color: rgb(236 253 245 / 0.9);
}

.border-t-emerald-50\/95{
  border-top-color: rgb(236 253 245 / 0.95);
}

.border-t-emerald-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-t-emerald-500\/0{
  border-top-color: rgb(16 185 129 / 0);
}

.border-t-emerald-500\/10{
  border-top-color: rgb(16 185 129 / 0.1);
}

.border-t-emerald-500\/100{
  border-top-color: rgb(16 185 129 / 1);
}

.border-t-emerald-500\/15{
  border-top-color: rgb(16 185 129 / 0.15);
}

.border-t-emerald-500\/20{
  border-top-color: rgb(16 185 129 / 0.2);
}

.border-t-emerald-500\/25{
  border-top-color: rgb(16 185 129 / 0.25);
}

.border-t-emerald-500\/30{
  border-top-color: rgb(16 185 129 / 0.3);
}

.border-t-emerald-500\/35{
  border-top-color: rgb(16 185 129 / 0.35);
}

.border-t-emerald-500\/40{
  border-top-color: rgb(16 185 129 / 0.4);
}

.border-t-emerald-500\/45{
  border-top-color: rgb(16 185 129 / 0.45);
}

.border-t-emerald-500\/5{
  border-top-color: rgb(16 185 129 / 0.05);
}

.border-t-emerald-500\/50{
  border-top-color: rgb(16 185 129 / 0.5);
}

.border-t-emerald-500\/55{
  border-top-color: rgb(16 185 129 / 0.55);
}

.border-t-emerald-500\/60{
  border-top-color: rgb(16 185 129 / 0.6);
}

.border-t-emerald-500\/65{
  border-top-color: rgb(16 185 129 / 0.65);
}

.border-t-emerald-500\/70{
  border-top-color: rgb(16 185 129 / 0.7);
}

.border-t-emerald-500\/75{
  border-top-color: rgb(16 185 129 / 0.75);
}

.border-t-emerald-500\/80{
  border-top-color: rgb(16 185 129 / 0.8);
}

.border-t-emerald-500\/85{
  border-top-color: rgb(16 185 129 / 0.85);
}

.border-t-emerald-500\/90{
  border-top-color: rgb(16 185 129 / 0.9);
}

.border-t-emerald-500\/95{
  border-top-color: rgb(16 185 129 / 0.95);
}

.border-t-emerald-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-t-emerald-600\/0{
  border-top-color: rgb(5 150 105 / 0);
}

.border-t-emerald-600\/10{
  border-top-color: rgb(5 150 105 / 0.1);
}

.border-t-emerald-600\/100{
  border-top-color: rgb(5 150 105 / 1);
}

.border-t-emerald-600\/15{
  border-top-color: rgb(5 150 105 / 0.15);
}

.border-t-emerald-600\/20{
  border-top-color: rgb(5 150 105 / 0.2);
}

.border-t-emerald-600\/25{
  border-top-color: rgb(5 150 105 / 0.25);
}

.border-t-emerald-600\/30{
  border-top-color: rgb(5 150 105 / 0.3);
}

.border-t-emerald-600\/35{
  border-top-color: rgb(5 150 105 / 0.35);
}

.border-t-emerald-600\/40{
  border-top-color: rgb(5 150 105 / 0.4);
}

.border-t-emerald-600\/45{
  border-top-color: rgb(5 150 105 / 0.45);
}

.border-t-emerald-600\/5{
  border-top-color: rgb(5 150 105 / 0.05);
}

.border-t-emerald-600\/50{
  border-top-color: rgb(5 150 105 / 0.5);
}

.border-t-emerald-600\/55{
  border-top-color: rgb(5 150 105 / 0.55);
}

.border-t-emerald-600\/60{
  border-top-color: rgb(5 150 105 / 0.6);
}

.border-t-emerald-600\/65{
  border-top-color: rgb(5 150 105 / 0.65);
}

.border-t-emerald-600\/70{
  border-top-color: rgb(5 150 105 / 0.7);
}

.border-t-emerald-600\/75{
  border-top-color: rgb(5 150 105 / 0.75);
}

.border-t-emerald-600\/80{
  border-top-color: rgb(5 150 105 / 0.8);
}

.border-t-emerald-600\/85{
  border-top-color: rgb(5 150 105 / 0.85);
}

.border-t-emerald-600\/90{
  border-top-color: rgb(5 150 105 / 0.9);
}

.border-t-emerald-600\/95{
  border-top-color: rgb(5 150 105 / 0.95);
}

.border-t-emerald-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-t-emerald-700\/0{
  border-top-color: rgb(4 120 87 / 0);
}

.border-t-emerald-700\/10{
  border-top-color: rgb(4 120 87 / 0.1);
}

.border-t-emerald-700\/100{
  border-top-color: rgb(4 120 87 / 1);
}

.border-t-emerald-700\/15{
  border-top-color: rgb(4 120 87 / 0.15);
}

.border-t-emerald-700\/20{
  border-top-color: rgb(4 120 87 / 0.2);
}

.border-t-emerald-700\/25{
  border-top-color: rgb(4 120 87 / 0.25);
}

.border-t-emerald-700\/30{
  border-top-color: rgb(4 120 87 / 0.3);
}

.border-t-emerald-700\/35{
  border-top-color: rgb(4 120 87 / 0.35);
}

.border-t-emerald-700\/40{
  border-top-color: rgb(4 120 87 / 0.4);
}

.border-t-emerald-700\/45{
  border-top-color: rgb(4 120 87 / 0.45);
}

.border-t-emerald-700\/5{
  border-top-color: rgb(4 120 87 / 0.05);
}

.border-t-emerald-700\/50{
  border-top-color: rgb(4 120 87 / 0.5);
}

.border-t-emerald-700\/55{
  border-top-color: rgb(4 120 87 / 0.55);
}

.border-t-emerald-700\/60{
  border-top-color: rgb(4 120 87 / 0.6);
}

.border-t-emerald-700\/65{
  border-top-color: rgb(4 120 87 / 0.65);
}

.border-t-emerald-700\/70{
  border-top-color: rgb(4 120 87 / 0.7);
}

.border-t-emerald-700\/75{
  border-top-color: rgb(4 120 87 / 0.75);
}

.border-t-emerald-700\/80{
  border-top-color: rgb(4 120 87 / 0.8);
}

.border-t-emerald-700\/85{
  border-top-color: rgb(4 120 87 / 0.85);
}

.border-t-emerald-700\/90{
  border-top-color: rgb(4 120 87 / 0.9);
}

.border-t-emerald-700\/95{
  border-top-color: rgb(4 120 87 / 0.95);
}

.border-t-emerald-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-t-emerald-800\/0{
  border-top-color: rgb(6 95 70 / 0);
}

.border-t-emerald-800\/10{
  border-top-color: rgb(6 95 70 / 0.1);
}

.border-t-emerald-800\/100{
  border-top-color: rgb(6 95 70 / 1);
}

.border-t-emerald-800\/15{
  border-top-color: rgb(6 95 70 / 0.15);
}

.border-t-emerald-800\/20{
  border-top-color: rgb(6 95 70 / 0.2);
}

.border-t-emerald-800\/25{
  border-top-color: rgb(6 95 70 / 0.25);
}

.border-t-emerald-800\/30{
  border-top-color: rgb(6 95 70 / 0.3);
}

.border-t-emerald-800\/35{
  border-top-color: rgb(6 95 70 / 0.35);
}

.border-t-emerald-800\/40{
  border-top-color: rgb(6 95 70 / 0.4);
}

.border-t-emerald-800\/45{
  border-top-color: rgb(6 95 70 / 0.45);
}

.border-t-emerald-800\/5{
  border-top-color: rgb(6 95 70 / 0.05);
}

.border-t-emerald-800\/50{
  border-top-color: rgb(6 95 70 / 0.5);
}

.border-t-emerald-800\/55{
  border-top-color: rgb(6 95 70 / 0.55);
}

.border-t-emerald-800\/60{
  border-top-color: rgb(6 95 70 / 0.6);
}

.border-t-emerald-800\/65{
  border-top-color: rgb(6 95 70 / 0.65);
}

.border-t-emerald-800\/70{
  border-top-color: rgb(6 95 70 / 0.7);
}

.border-t-emerald-800\/75{
  border-top-color: rgb(6 95 70 / 0.75);
}

.border-t-emerald-800\/80{
  border-top-color: rgb(6 95 70 / 0.8);
}

.border-t-emerald-800\/85{
  border-top-color: rgb(6 95 70 / 0.85);
}

.border-t-emerald-800\/90{
  border-top-color: rgb(6 95 70 / 0.9);
}

.border-t-emerald-800\/95{
  border-top-color: rgb(6 95 70 / 0.95);
}

.border-t-emerald-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-t-emerald-900\/0{
  border-top-color: rgb(6 78 59 / 0);
}

.border-t-emerald-900\/10{
  border-top-color: rgb(6 78 59 / 0.1);
}

.border-t-emerald-900\/100{
  border-top-color: rgb(6 78 59 / 1);
}

.border-t-emerald-900\/15{
  border-top-color: rgb(6 78 59 / 0.15);
}

.border-t-emerald-900\/20{
  border-top-color: rgb(6 78 59 / 0.2);
}

.border-t-emerald-900\/25{
  border-top-color: rgb(6 78 59 / 0.25);
}

.border-t-emerald-900\/30{
  border-top-color: rgb(6 78 59 / 0.3);
}

.border-t-emerald-900\/35{
  border-top-color: rgb(6 78 59 / 0.35);
}

.border-t-emerald-900\/40{
  border-top-color: rgb(6 78 59 / 0.4);
}

.border-t-emerald-900\/45{
  border-top-color: rgb(6 78 59 / 0.45);
}

.border-t-emerald-900\/5{
  border-top-color: rgb(6 78 59 / 0.05);
}

.border-t-emerald-900\/50{
  border-top-color: rgb(6 78 59 / 0.5);
}

.border-t-emerald-900\/55{
  border-top-color: rgb(6 78 59 / 0.55);
}

.border-t-emerald-900\/60{
  border-top-color: rgb(6 78 59 / 0.6);
}

.border-t-emerald-900\/65{
  border-top-color: rgb(6 78 59 / 0.65);
}

.border-t-emerald-900\/70{
  border-top-color: rgb(6 78 59 / 0.7);
}

.border-t-emerald-900\/75{
  border-top-color: rgb(6 78 59 / 0.75);
}

.border-t-emerald-900\/80{
  border-top-color: rgb(6 78 59 / 0.8);
}

.border-t-emerald-900\/85{
  border-top-color: rgb(6 78 59 / 0.85);
}

.border-t-emerald-900\/90{
  border-top-color: rgb(6 78 59 / 0.9);
}

.border-t-emerald-900\/95{
  border-top-color: rgb(6 78 59 / 0.95);
}

.border-t-emerald-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-t-emerald-950\/0{
  border-top-color: rgb(2 44 34 / 0);
}

.border-t-emerald-950\/10{
  border-top-color: rgb(2 44 34 / 0.1);
}

.border-t-emerald-950\/100{
  border-top-color: rgb(2 44 34 / 1);
}

.border-t-emerald-950\/15{
  border-top-color: rgb(2 44 34 / 0.15);
}

.border-t-emerald-950\/20{
  border-top-color: rgb(2 44 34 / 0.2);
}

.border-t-emerald-950\/25{
  border-top-color: rgb(2 44 34 / 0.25);
}

.border-t-emerald-950\/30{
  border-top-color: rgb(2 44 34 / 0.3);
}

.border-t-emerald-950\/35{
  border-top-color: rgb(2 44 34 / 0.35);
}

.border-t-emerald-950\/40{
  border-top-color: rgb(2 44 34 / 0.4);
}

.border-t-emerald-950\/45{
  border-top-color: rgb(2 44 34 / 0.45);
}

.border-t-emerald-950\/5{
  border-top-color: rgb(2 44 34 / 0.05);
}

.border-t-emerald-950\/50{
  border-top-color: rgb(2 44 34 / 0.5);
}

.border-t-emerald-950\/55{
  border-top-color: rgb(2 44 34 / 0.55);
}

.border-t-emerald-950\/60{
  border-top-color: rgb(2 44 34 / 0.6);
}

.border-t-emerald-950\/65{
  border-top-color: rgb(2 44 34 / 0.65);
}

.border-t-emerald-950\/70{
  border-top-color: rgb(2 44 34 / 0.7);
}

.border-t-emerald-950\/75{
  border-top-color: rgb(2 44 34 / 0.75);
}

.border-t-emerald-950\/80{
  border-top-color: rgb(2 44 34 / 0.8);
}

.border-t-emerald-950\/85{
  border-top-color: rgb(2 44 34 / 0.85);
}

.border-t-emerald-950\/90{
  border-top-color: rgb(2 44 34 / 0.9);
}

.border-t-emerald-950\/95{
  border-top-color: rgb(2 44 34 / 0.95);
}

.border-t-excel{
  --tw-border-opacity: 1;
  border-top-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.border-t-excel-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.border-t-excel-hover\/0{
  border-top-color: rgb(9 138 107 / 0);
}

.border-t-excel-hover\/10{
  border-top-color: rgb(9 138 107 / 0.1);
}

.border-t-excel-hover\/100{
  border-top-color: rgb(9 138 107 / 1);
}

.border-t-excel-hover\/15{
  border-top-color: rgb(9 138 107 / 0.15);
}

.border-t-excel-hover\/20{
  border-top-color: rgb(9 138 107 / 0.2);
}

.border-t-excel-hover\/25{
  border-top-color: rgb(9 138 107 / 0.25);
}

.border-t-excel-hover\/30{
  border-top-color: rgb(9 138 107 / 0.3);
}

.border-t-excel-hover\/35{
  border-top-color: rgb(9 138 107 / 0.35);
}

.border-t-excel-hover\/40{
  border-top-color: rgb(9 138 107 / 0.4);
}

.border-t-excel-hover\/45{
  border-top-color: rgb(9 138 107 / 0.45);
}

.border-t-excel-hover\/5{
  border-top-color: rgb(9 138 107 / 0.05);
}

.border-t-excel-hover\/50{
  border-top-color: rgb(9 138 107 / 0.5);
}

.border-t-excel-hover\/55{
  border-top-color: rgb(9 138 107 / 0.55);
}

.border-t-excel-hover\/60{
  border-top-color: rgb(9 138 107 / 0.6);
}

.border-t-excel-hover\/65{
  border-top-color: rgb(9 138 107 / 0.65);
}

.border-t-excel-hover\/70{
  border-top-color: rgb(9 138 107 / 0.7);
}

.border-t-excel-hover\/75{
  border-top-color: rgb(9 138 107 / 0.75);
}

.border-t-excel-hover\/80{
  border-top-color: rgb(9 138 107 / 0.8);
}

.border-t-excel-hover\/85{
  border-top-color: rgb(9 138 107 / 0.85);
}

.border-t-excel-hover\/90{
  border-top-color: rgb(9 138 107 / 0.9);
}

.border-t-excel-hover\/95{
  border-top-color: rgb(9 138 107 / 0.95);
}

.border-t-excel\/0{
  border-top-color: rgb(11 160 123 / 0);
}

.border-t-excel\/10{
  border-top-color: rgb(11 160 123 / 0.1);
}

.border-t-excel\/100{
  border-top-color: rgb(11 160 123 / 1);
}

.border-t-excel\/15{
  border-top-color: rgb(11 160 123 / 0.15);
}

.border-t-excel\/20{
  border-top-color: rgb(11 160 123 / 0.2);
}

.border-t-excel\/25{
  border-top-color: rgb(11 160 123 / 0.25);
}

.border-t-excel\/30{
  border-top-color: rgb(11 160 123 / 0.3);
}

.border-t-excel\/35{
  border-top-color: rgb(11 160 123 / 0.35);
}

.border-t-excel\/40{
  border-top-color: rgb(11 160 123 / 0.4);
}

.border-t-excel\/45{
  border-top-color: rgb(11 160 123 / 0.45);
}

.border-t-excel\/5{
  border-top-color: rgb(11 160 123 / 0.05);
}

.border-t-excel\/50{
  border-top-color: rgb(11 160 123 / 0.5);
}

.border-t-excel\/55{
  border-top-color: rgb(11 160 123 / 0.55);
}

.border-t-excel\/60{
  border-top-color: rgb(11 160 123 / 0.6);
}

.border-t-excel\/65{
  border-top-color: rgb(11 160 123 / 0.65);
}

.border-t-excel\/70{
  border-top-color: rgb(11 160 123 / 0.7);
}

.border-t-excel\/75{
  border-top-color: rgb(11 160 123 / 0.75);
}

.border-t-excel\/80{
  border-top-color: rgb(11 160 123 / 0.8);
}

.border-t-excel\/85{
  border-top-color: rgb(11 160 123 / 0.85);
}

.border-t-excel\/90{
  border-top-color: rgb(11 160 123 / 0.9);
}

.border-t-excel\/95{
  border-top-color: rgb(11 160 123 / 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\/15{
  border-top-color: rgb(250 232 255 / 0.15);
}

.border-t-fuchsia-100\/20{
  border-top-color: rgb(250 232 255 / 0.2);
}

.border-t-fuchsia-100\/25{
  border-top-color: rgb(250 232 255 / 0.25);
}

.border-t-fuchsia-100\/30{
  border-top-color: rgb(250 232 255 / 0.3);
}

.border-t-fuchsia-100\/35{
  border-top-color: rgb(250 232 255 / 0.35);
}

.border-t-fuchsia-100\/40{
  border-top-color: rgb(250 232 255 / 0.4);
}

.border-t-fuchsia-100\/45{
  border-top-color: rgb(250 232 255 / 0.45);
}

.border-t-fuchsia-100\/5{
  border-top-color: rgb(250 232 255 / 0.05);
}

.border-t-fuchsia-100\/50{
  border-top-color: rgb(250 232 255 / 0.5);
}

.border-t-fuchsia-100\/55{
  border-top-color: rgb(250 232 255 / 0.55);
}

.border-t-fuchsia-100\/60{
  border-top-color: rgb(250 232 255 / 0.6);
}

.border-t-fuchsia-100\/65{
  border-top-color: rgb(250 232 255 / 0.65);
}

.border-t-fuchsia-100\/70{
  border-top-color: rgb(250 232 255 / 0.7);
}

.border-t-fuchsia-100\/75{
  border-top-color: rgb(250 232 255 / 0.75);
}

.border-t-fuchsia-100\/80{
  border-top-color: rgb(250 232 255 / 0.8);
}

.border-t-fuchsia-100\/85{
  border-top-color: rgb(250 232 255 / 0.85);
}

.border-t-fuchsia-100\/90{
  border-top-color: rgb(250 232 255 / 0.9);
}

.border-t-fuchsia-100\/95{
  border-top-color: rgb(250 232 255 / 0.95);
}

.border-t-fuchsia-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-t-fuchsia-200\/0{
  border-top-color: rgb(245 208 254 / 0);
}

.border-t-fuchsia-200\/10{
  border-top-color: rgb(245 208 254 / 0.1);
}

.border-t-fuchsia-200\/100{
  border-top-color: rgb(245 208 254 / 1);
}

.border-t-fuchsia-200\/15{
  border-top-color: rgb(245 208 254 / 0.15);
}

.border-t-fuchsia-200\/20{
  border-top-color: rgb(245 208 254 / 0.2);
}

.border-t-fuchsia-200\/25{
  border-top-color: rgb(245 208 254 / 0.25);
}

.border-t-fuchsia-200\/30{
  border-top-color: rgb(245 208 254 / 0.3);
}

.border-t-fuchsia-200\/35{
  border-top-color: rgb(245 208 254 / 0.35);
}

.border-t-fuchsia-200\/40{
  border-top-color: rgb(245 208 254 / 0.4);
}

.border-t-fuchsia-200\/45{
  border-top-color: rgb(245 208 254 / 0.45);
}

.border-t-fuchsia-200\/5{
  border-top-color: rgb(245 208 254 / 0.05);
}

.border-t-fuchsia-200\/50{
  border-top-color: rgb(245 208 254 / 0.5);
}

.border-t-fuchsia-200\/55{
  border-top-color: rgb(245 208 254 / 0.55);
}

.border-t-fuchsia-200\/60{
  border-top-color: rgb(245 208 254 / 0.6);
}

.border-t-fuchsia-200\/65{
  border-top-color: rgb(245 208 254 / 0.65);
}

.border-t-fuchsia-200\/70{
  border-top-color: rgb(245 208 254 / 0.7);
}

.border-t-fuchsia-200\/75{
  border-top-color: rgb(245 208 254 / 0.75);
}

.border-t-fuchsia-200\/80{
  border-top-color: rgb(245 208 254 / 0.8);
}

.border-t-fuchsia-200\/85{
  border-top-color: rgb(245 208 254 / 0.85);
}

.border-t-fuchsia-200\/90{
  border-top-color: rgb(245 208 254 / 0.9);
}

.border-t-fuchsia-200\/95{
  border-top-color: rgb(245 208 254 / 0.95);
}

.border-t-fuchsia-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-t-fuchsia-300\/0{
  border-top-color: rgb(240 171 252 / 0);
}

.border-t-fuchsia-300\/10{
  border-top-color: rgb(240 171 252 / 0.1);
}

.border-t-fuchsia-300\/100{
  border-top-color: rgb(240 171 252 / 1);
}

.border-t-fuchsia-300\/15{
  border-top-color: rgb(240 171 252 / 0.15);
}

.border-t-fuchsia-300\/20{
  border-top-color: rgb(240 171 252 / 0.2);
}

.border-t-fuchsia-300\/25{
  border-top-color: rgb(240 171 252 / 0.25);
}

.border-t-fuchsia-300\/30{
  border-top-color: rgb(240 171 252 / 0.3);
}

.border-t-fuchsia-300\/35{
  border-top-color: rgb(240 171 252 / 0.35);
}

.border-t-fuchsia-300\/40{
  border-top-color: rgb(240 171 252 / 0.4);
}

.border-t-fuchsia-300\/45{
  border-top-color: rgb(240 171 252 / 0.45);
}

.border-t-fuchsia-300\/5{
  border-top-color: rgb(240 171 252 / 0.05);
}

.border-t-fuchsia-300\/50{
  border-top-color: rgb(240 171 252 / 0.5);
}

.border-t-fuchsia-300\/55{
  border-top-color: rgb(240 171 252 / 0.55);
}

.border-t-fuchsia-300\/60{
  border-top-color: rgb(240 171 252 / 0.6);
}

.border-t-fuchsia-300\/65{
  border-top-color: rgb(240 171 252 / 0.65);
}

.border-t-fuchsia-300\/70{
  border-top-color: rgb(240 171 252 / 0.7);
}

.border-t-fuchsia-300\/75{
  border-top-color: rgb(240 171 252 / 0.75);
}

.border-t-fuchsia-300\/80{
  border-top-color: rgb(240 171 252 / 0.8);
}

.border-t-fuchsia-300\/85{
  border-top-color: rgb(240 171 252 / 0.85);
}

.border-t-fuchsia-300\/90{
  border-top-color: rgb(240 171 252 / 0.9);
}

.border-t-fuchsia-300\/95{
  border-top-color: rgb(240 171 252 / 0.95);
}

.border-t-fuchsia-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-t-fuchsia-400\/0{
  border-top-color: rgb(232 121 249 / 0);
}

.border-t-fuchsia-400\/10{
  border-top-color: rgb(232 121 249 / 0.1);
}

.border-t-fuchsia-400\/100{
  border-top-color: rgb(232 121 249 / 1);
}

.border-t-fuchsia-400\/15{
  border-top-color: rgb(232 121 249 / 0.15);
}

.border-t-fuchsia-400\/20{
  border-top-color: rgb(232 121 249 / 0.2);
}

.border-t-fuchsia-400\/25{
  border-top-color: rgb(232 121 249 / 0.25);
}

.border-t-fuchsia-400\/30{
  border-top-color: rgb(232 121 249 / 0.3);
}

.border-t-fuchsia-400\/35{
  border-top-color: rgb(232 121 249 / 0.35);
}

.border-t-fuchsia-400\/40{
  border-top-color: rgb(232 121 249 / 0.4);
}

.border-t-fuchsia-400\/45{
  border-top-color: rgb(232 121 249 / 0.45);
}

.border-t-fuchsia-400\/5{
  border-top-color: rgb(232 121 249 / 0.05);
}

.border-t-fuchsia-400\/50{
  border-top-color: rgb(232 121 249 / 0.5);
}

.border-t-fuchsia-400\/55{
  border-top-color: rgb(232 121 249 / 0.55);
}

.border-t-fuchsia-400\/60{
  border-top-color: rgb(232 121 249 / 0.6);
}

.border-t-fuchsia-400\/65{
  border-top-color: rgb(232 121 249 / 0.65);
}

.border-t-fuchsia-400\/70{
  border-top-color: rgb(232 121 249 / 0.7);
}

.border-t-fuchsia-400\/75{
  border-top-color: rgb(232 121 249 / 0.75);
}

.border-t-fuchsia-400\/80{
  border-top-color: rgb(232 121 249 / 0.8);
}

.border-t-fuchsia-400\/85{
  border-top-color: rgb(232 121 249 / 0.85);
}

.border-t-fuchsia-400\/90{
  border-top-color: rgb(232 121 249 / 0.9);
}

.border-t-fuchsia-400\/95{
  border-top-color: rgb(232 121 249 / 0.95);
}

.border-t-fuchsia-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-t-fuchsia-50\/0{
  border-top-color: rgb(253 244 255 / 0);
}

.border-t-fuchsia-50\/10{
  border-top-color: rgb(253 244 255 / 0.1);
}

.border-t-fuchsia-50\/100{
  border-top-color: rgb(253 244 255 / 1);
}

.border-t-fuchsia-50\/15{
  border-top-color: rgb(253 244 255 / 0.15);
}

.border-t-fuchsia-50\/20{
  border-top-color: rgb(253 244 255 / 0.2);
}

.border-t-fuchsia-50\/25{
  border-top-color: rgb(253 244 255 / 0.25);
}

.border-t-fuchsia-50\/30{
  border-top-color: rgb(253 244 255 / 0.3);
}

.border-t-fuchsia-50\/35{
  border-top-color: rgb(253 244 255 / 0.35);
}

.border-t-fuchsia-50\/40{
  border-top-color: rgb(253 244 255 / 0.4);
}

.border-t-fuchsia-50\/45{
  border-top-color: rgb(253 244 255 / 0.45);
}

.border-t-fuchsia-50\/5{
  border-top-color: rgb(253 244 255 / 0.05);
}

.border-t-fuchsia-50\/50{
  border-top-color: rgb(253 244 255 / 0.5);
}

.border-t-fuchsia-50\/55{
  border-top-color: rgb(253 244 255 / 0.55);
}

.border-t-fuchsia-50\/60{
  border-top-color: rgb(253 244 255 / 0.6);
}

.border-t-fuchsia-50\/65{
  border-top-color: rgb(253 244 255 / 0.65);
}

.border-t-fuchsia-50\/70{
  border-top-color: rgb(253 244 255 / 0.7);
}

.border-t-fuchsia-50\/75{
  border-top-color: rgb(253 244 255 / 0.75);
}

.border-t-fuchsia-50\/80{
  border-top-color: rgb(253 244 255 / 0.8);
}

.border-t-fuchsia-50\/85{
  border-top-color: rgb(253 244 255 / 0.85);
}

.border-t-fuchsia-50\/90{
  border-top-color: rgb(253 244 255 / 0.9);
}

.border-t-fuchsia-50\/95{
  border-top-color: rgb(253 244 255 / 0.95);
}

.border-t-fuchsia-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-t-fuchsia-500\/0{
  border-top-color: rgb(217 70 239 / 0);
}

.border-t-fuchsia-500\/10{
  border-top-color: rgb(217 70 239 / 0.1);
}

.border-t-fuchsia-500\/100{
  border-top-color: rgb(217 70 239 / 1);
}

.border-t-fuchsia-500\/15{
  border-top-color: rgb(217 70 239 / 0.15);
}

.border-t-fuchsia-500\/20{
  border-top-color: rgb(217 70 239 / 0.2);
}

.border-t-fuchsia-500\/25{
  border-top-color: rgb(217 70 239 / 0.25);
}

.border-t-fuchsia-500\/30{
  border-top-color: rgb(217 70 239 / 0.3);
}

.border-t-fuchsia-500\/35{
  border-top-color: rgb(217 70 239 / 0.35);
}

.border-t-fuchsia-500\/40{
  border-top-color: rgb(217 70 239 / 0.4);
}

.border-t-fuchsia-500\/45{
  border-top-color: rgb(217 70 239 / 0.45);
}

.border-t-fuchsia-500\/5{
  border-top-color: rgb(217 70 239 / 0.05);
}

.border-t-fuchsia-500\/50{
  border-top-color: rgb(217 70 239 / 0.5);
}

.border-t-fuchsia-500\/55{
  border-top-color: rgb(217 70 239 / 0.55);
}

.border-t-fuchsia-500\/60{
  border-top-color: rgb(217 70 239 / 0.6);
}

.border-t-fuchsia-500\/65{
  border-top-color: rgb(217 70 239 / 0.65);
}

.border-t-fuchsia-500\/70{
  border-top-color: rgb(217 70 239 / 0.7);
}

.border-t-fuchsia-500\/75{
  border-top-color: rgb(217 70 239 / 0.75);
}

.border-t-fuchsia-500\/80{
  border-top-color: rgb(217 70 239 / 0.8);
}

.border-t-fuchsia-500\/85{
  border-top-color: rgb(217 70 239 / 0.85);
}

.border-t-fuchsia-500\/90{
  border-top-color: rgb(217 70 239 / 0.9);
}

.border-t-fuchsia-500\/95{
  border-top-color: rgb(217 70 239 / 0.95);
}

.border-t-fuchsia-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-t-fuchsia-600\/0{
  border-top-color: rgb(192 38 211 / 0);
}

.border-t-fuchsia-600\/10{
  border-top-color: rgb(192 38 211 / 0.1);
}

.border-t-fuchsia-600\/100{
  border-top-color: rgb(192 38 211 / 1);
}

.border-t-fuchsia-600\/15{
  border-top-color: rgb(192 38 211 / 0.15);
}

.border-t-fuchsia-600\/20{
  border-top-color: rgb(192 38 211 / 0.2);
}

.border-t-fuchsia-600\/25{
  border-top-color: rgb(192 38 211 / 0.25);
}

.border-t-fuchsia-600\/30{
  border-top-color: rgb(192 38 211 / 0.3);
}

.border-t-fuchsia-600\/35{
  border-top-color: rgb(192 38 211 / 0.35);
}

.border-t-fuchsia-600\/40{
  border-top-color: rgb(192 38 211 / 0.4);
}

.border-t-fuchsia-600\/45{
  border-top-color: rgb(192 38 211 / 0.45);
}

.border-t-fuchsia-600\/5{
  border-top-color: rgb(192 38 211 / 0.05);
}

.border-t-fuchsia-600\/50{
  border-top-color: rgb(192 38 211 / 0.5);
}

.border-t-fuchsia-600\/55{
  border-top-color: rgb(192 38 211 / 0.55);
}

.border-t-fuchsia-600\/60{
  border-top-color: rgb(192 38 211 / 0.6);
}

.border-t-fuchsia-600\/65{
  border-top-color: rgb(192 38 211 / 0.65);
}

.border-t-fuchsia-600\/70{
  border-top-color: rgb(192 38 211 / 0.7);
}

.border-t-fuchsia-600\/75{
  border-top-color: rgb(192 38 211 / 0.75);
}

.border-t-fuchsia-600\/80{
  border-top-color: rgb(192 38 211 / 0.8);
}

.border-t-fuchsia-600\/85{
  border-top-color: rgb(192 38 211 / 0.85);
}

.border-t-fuchsia-600\/90{
  border-top-color: rgb(192 38 211 / 0.9);
}

.border-t-fuchsia-600\/95{
  border-top-color: rgb(192 38 211 / 0.95);
}

.border-t-fuchsia-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-t-fuchsia-700\/0{
  border-top-color: rgb(162 28 175 / 0);
}

.border-t-fuchsia-700\/10{
  border-top-color: rgb(162 28 175 / 0.1);
}

.border-t-fuchsia-700\/100{
  border-top-color: rgb(162 28 175 / 1);
}

.border-t-fuchsia-700\/15{
  border-top-color: rgb(162 28 175 / 0.15);
}

.border-t-fuchsia-700\/20{
  border-top-color: rgb(162 28 175 / 0.2);
}

.border-t-fuchsia-700\/25{
  border-top-color: rgb(162 28 175 / 0.25);
}

.border-t-fuchsia-700\/30{
  border-top-color: rgb(162 28 175 / 0.3);
}

.border-t-fuchsia-700\/35{
  border-top-color: rgb(162 28 175 / 0.35);
}

.border-t-fuchsia-700\/40{
  border-top-color: rgb(162 28 175 / 0.4);
}

.border-t-fuchsia-700\/45{
  border-top-color: rgb(162 28 175 / 0.45);
}

.border-t-fuchsia-700\/5{
  border-top-color: rgb(162 28 175 / 0.05);
}

.border-t-fuchsia-700\/50{
  border-top-color: rgb(162 28 175 / 0.5);
}

.border-t-fuchsia-700\/55{
  border-top-color: rgb(162 28 175 / 0.55);
}

.border-t-fuchsia-700\/60{
  border-top-color: rgb(162 28 175 / 0.6);
}

.border-t-fuchsia-700\/65{
  border-top-color: rgb(162 28 175 / 0.65);
}

.border-t-fuchsia-700\/70{
  border-top-color: rgb(162 28 175 / 0.7);
}

.border-t-fuchsia-700\/75{
  border-top-color: rgb(162 28 175 / 0.75);
}

.border-t-fuchsia-700\/80{
  border-top-color: rgb(162 28 175 / 0.8);
}

.border-t-fuchsia-700\/85{
  border-top-color: rgb(162 28 175 / 0.85);
}

.border-t-fuchsia-700\/90{
  border-top-color: rgb(162 28 175 / 0.9);
}

.border-t-fuchsia-700\/95{
  border-top-color: rgb(162 28 175 / 0.95);
}

.border-t-fuchsia-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-t-fuchsia-800\/0{
  border-top-color: rgb(134 25 143 / 0);
}

.border-t-fuchsia-800\/10{
  border-top-color: rgb(134 25 143 / 0.1);
}

.border-t-fuchsia-800\/100{
  border-top-color: rgb(134 25 143 / 1);
}

.border-t-fuchsia-800\/15{
  border-top-color: rgb(134 25 143 / 0.15);
}

.border-t-fuchsia-800\/20{
  border-top-color: rgb(134 25 143 / 0.2);
}

.border-t-fuchsia-800\/25{
  border-top-color: rgb(134 25 143 / 0.25);
}

.border-t-fuchsia-800\/30{
  border-top-color: rgb(134 25 143 / 0.3);
}

.border-t-fuchsia-800\/35{
  border-top-color: rgb(134 25 143 / 0.35);
}

.border-t-fuchsia-800\/40{
  border-top-color: rgb(134 25 143 / 0.4);
}

.border-t-fuchsia-800\/45{
  border-top-color: rgb(134 25 143 / 0.45);
}

.border-t-fuchsia-800\/5{
  border-top-color: rgb(134 25 143 / 0.05);
}

.border-t-fuchsia-800\/50{
  border-top-color: rgb(134 25 143 / 0.5);
}

.border-t-fuchsia-800\/55{
  border-top-color: rgb(134 25 143 / 0.55);
}

.border-t-fuchsia-800\/60{
  border-top-color: rgb(134 25 143 / 0.6);
}

.border-t-fuchsia-800\/65{
  border-top-color: rgb(134 25 143 / 0.65);
}

.border-t-fuchsia-800\/70{
  border-top-color: rgb(134 25 143 / 0.7);
}

.border-t-fuchsia-800\/75{
  border-top-color: rgb(134 25 143 / 0.75);
}

.border-t-fuchsia-800\/80{
  border-top-color: rgb(134 25 143 / 0.8);
}

.border-t-fuchsia-800\/85{
  border-top-color: rgb(134 25 143 / 0.85);
}

.border-t-fuchsia-800\/90{
  border-top-color: rgb(134 25 143 / 0.9);
}

.border-t-fuchsia-800\/95{
  border-top-color: rgb(134 25 143 / 0.95);
}

.border-t-fuchsia-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-t-fuchsia-900\/0{
  border-top-color: rgb(112 26 117 / 0);
}

.border-t-fuchsia-900\/10{
  border-top-color: rgb(112 26 117 / 0.1);
}

.border-t-fuchsia-900\/100{
  border-top-color: rgb(112 26 117 / 1);
}

.border-t-fuchsia-900\/15{
  border-top-color: rgb(112 26 117 / 0.15);
}

.border-t-fuchsia-900\/20{
  border-top-color: rgb(112 26 117 / 0.2);
}

.border-t-fuchsia-900\/25{
  border-top-color: rgb(112 26 117 / 0.25);
}

.border-t-fuchsia-900\/30{
  border-top-color: rgb(112 26 117 / 0.3);
}

.border-t-fuchsia-900\/35{
  border-top-color: rgb(112 26 117 / 0.35);
}

.border-t-fuchsia-900\/40{
  border-top-color: rgb(112 26 117 / 0.4);
}

.border-t-fuchsia-900\/45{
  border-top-color: rgb(112 26 117 / 0.45);
}

.border-t-fuchsia-900\/5{
  border-top-color: rgb(112 26 117 / 0.05);
}

.border-t-fuchsia-900\/50{
  border-top-color: rgb(112 26 117 / 0.5);
}

.border-t-fuchsia-900\/55{
  border-top-color: rgb(112 26 117 / 0.55);
}

.border-t-fuchsia-900\/60{
  border-top-color: rgb(112 26 117 / 0.6);
}

.border-t-fuchsia-900\/65{
  border-top-color: rgb(112 26 117 / 0.65);
}

.border-t-fuchsia-900\/70{
  border-top-color: rgb(112 26 117 / 0.7);
}

.border-t-fuchsia-900\/75{
  border-top-color: rgb(112 26 117 / 0.75);
}

.border-t-fuchsia-900\/80{
  border-top-color: rgb(112 26 117 / 0.8);
}

.border-t-fuchsia-900\/85{
  border-top-color: rgb(112 26 117 / 0.85);
}

.border-t-fuchsia-900\/90{
  border-top-color: rgb(112 26 117 / 0.9);
}

.border-t-fuchsia-900\/95{
  border-top-color: rgb(112 26 117 / 0.95);
}

.border-t-fuchsia-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-t-fuchsia-950\/0{
  border-top-color: rgb(74 4 78 / 0);
}

.border-t-fuchsia-950\/10{
  border-top-color: rgb(74 4 78 / 0.1);
}

.border-t-fuchsia-950\/100{
  border-top-color: rgb(74 4 78 / 1);
}

.border-t-fuchsia-950\/15{
  border-top-color: rgb(74 4 78 / 0.15);
}

.border-t-fuchsia-950\/20{
  border-top-color: rgb(74 4 78 / 0.2);
}

.border-t-fuchsia-950\/25{
  border-top-color: rgb(74 4 78 / 0.25);
}

.border-t-fuchsia-950\/30{
  border-top-color: rgb(74 4 78 / 0.3);
}

.border-t-fuchsia-950\/35{
  border-top-color: rgb(74 4 78 / 0.35);
}

.border-t-fuchsia-950\/40{
  border-top-color: rgb(74 4 78 / 0.4);
}

.border-t-fuchsia-950\/45{
  border-top-color: rgb(74 4 78 / 0.45);
}

.border-t-fuchsia-950\/5{
  border-top-color: rgb(74 4 78 / 0.05);
}

.border-t-fuchsia-950\/50{
  border-top-color: rgb(74 4 78 / 0.5);
}

.border-t-fuchsia-950\/55{
  border-top-color: rgb(74 4 78 / 0.55);
}

.border-t-fuchsia-950\/60{
  border-top-color: rgb(74 4 78 / 0.6);
}

.border-t-fuchsia-950\/65{
  border-top-color: rgb(74 4 78 / 0.65);
}

.border-t-fuchsia-950\/70{
  border-top-color: rgb(74 4 78 / 0.7);
}

.border-t-fuchsia-950\/75{
  border-top-color: rgb(74 4 78 / 0.75);
}

.border-t-fuchsia-950\/80{
  border-top-color: rgb(74 4 78 / 0.8);
}

.border-t-fuchsia-950\/85{
  border-top-color: rgb(74 4 78 / 0.85);
}

.border-t-fuchsia-950\/90{
  border-top-color: rgb(74 4 78 / 0.9);
}

.border-t-fuchsia-950\/95{
  border-top-color: rgb(74 4 78 / 0.95);
}

.border-t-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-t-gray-100\/0{
  border-top-color: rgb(243 244 246 / 0);
}

.border-t-gray-100\/10{
  border-top-color: rgb(243 244 246 / 0.1);
}

.border-t-gray-100\/100{
  border-top-color: rgb(243 244 246 / 1);
}

.border-t-gray-100\/15{
  border-top-color: rgb(243 244 246 / 0.15);
}

.border-t-gray-100\/20{
  border-top-color: rgb(243 244 246 / 0.2);
}

.border-t-gray-100\/25{
  border-top-color: rgb(243 244 246 / 0.25);
}

.border-t-gray-100\/30{
  border-top-color: rgb(243 244 246 / 0.3);
}

.border-t-gray-100\/35{
  border-top-color: rgb(243 244 246 / 0.35);
}

.border-t-gray-100\/40{
  border-top-color: rgb(243 244 246 / 0.4);
}

.border-t-gray-100\/45{
  border-top-color: rgb(243 244 246 / 0.45);
}

.border-t-gray-100\/5{
  border-top-color: rgb(243 244 246 / 0.05);
}

.border-t-gray-100\/50{
  border-top-color: rgb(243 244 246 / 0.5);
}

.border-t-gray-100\/55{
  border-top-color: rgb(243 244 246 / 0.55);
}

.border-t-gray-100\/60{
  border-top-color: rgb(243 244 246 / 0.6);
}

.border-t-gray-100\/65{
  border-top-color: rgb(243 244 246 / 0.65);
}

.border-t-gray-100\/70{
  border-top-color: rgb(243 244 246 / 0.7);
}

.border-t-gray-100\/75{
  border-top-color: rgb(243 244 246 / 0.75);
}

.border-t-gray-100\/80{
  border-top-color: rgb(243 244 246 / 0.8);
}

.border-t-gray-100\/85{
  border-top-color: rgb(243 244 246 / 0.85);
}

.border-t-gray-100\/90{
  border-top-color: rgb(243 244 246 / 0.9);
}

.border-t-gray-100\/95{
  border-top-color: rgb(243 244 246 / 0.95);
}

.border-t-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-t-gray-200\/0{
  border-top-color: rgb(229 231 235 / 0);
}

.border-t-gray-200\/10{
  border-top-color: rgb(229 231 235 / 0.1);
}

.border-t-gray-200\/100{
  border-top-color: rgb(229 231 235 / 1);
}

.border-t-gray-200\/15{
  border-top-color: rgb(229 231 235 / 0.15);
}

.border-t-gray-200\/20{
  border-top-color: rgb(229 231 235 / 0.2);
}

.border-t-gray-200\/25{
  border-top-color: rgb(229 231 235 / 0.25);
}

.border-t-gray-200\/30{
  border-top-color: rgb(229 231 235 / 0.3);
}

.border-t-gray-200\/35{
  border-top-color: rgb(229 231 235 / 0.35);
}

.border-t-gray-200\/40{
  border-top-color: rgb(229 231 235 / 0.4);
}

.border-t-gray-200\/45{
  border-top-color: rgb(229 231 235 / 0.45);
}

.border-t-gray-200\/5{
  border-top-color: rgb(229 231 235 / 0.05);
}

.border-t-gray-200\/50{
  border-top-color: rgb(229 231 235 / 0.5);
}

.border-t-gray-200\/55{
  border-top-color: rgb(229 231 235 / 0.55);
}

.border-t-gray-200\/60{
  border-top-color: rgb(229 231 235 / 0.6);
}

.border-t-gray-200\/65{
  border-top-color: rgb(229 231 235 / 0.65);
}

.border-t-gray-200\/70{
  border-top-color: rgb(229 231 235 / 0.7);
}

.border-t-gray-200\/75{
  border-top-color: rgb(229 231 235 / 0.75);
}

.border-t-gray-200\/80{
  border-top-color: rgb(229 231 235 / 0.8);
}

.border-t-gray-200\/85{
  border-top-color: rgb(229 231 235 / 0.85);
}

.border-t-gray-200\/90{
  border-top-color: rgb(229 231 235 / 0.9);
}

.border-t-gray-200\/95{
  border-top-color: rgb(229 231 235 / 0.95);
}

.border-t-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-t-gray-300\/0{
  border-top-color: rgb(209 213 219 / 0);
}

.border-t-gray-300\/10{
  border-top-color: rgb(209 213 219 / 0.1);
}

.border-t-gray-300\/100{
  border-top-color: rgb(209 213 219 / 1);
}

.border-t-gray-300\/15{
  border-top-color: rgb(209 213 219 / 0.15);
}

.border-t-gray-300\/20{
  border-top-color: rgb(209 213 219 / 0.2);
}

.border-t-gray-300\/25{
  border-top-color: rgb(209 213 219 / 0.25);
}

.border-t-gray-300\/30{
  border-top-color: rgb(209 213 219 / 0.3);
}

.border-t-gray-300\/35{
  border-top-color: rgb(209 213 219 / 0.35);
}

.border-t-gray-300\/40{
  border-top-color: rgb(209 213 219 / 0.4);
}

.border-t-gray-300\/45{
  border-top-color: rgb(209 213 219 / 0.45);
}

.border-t-gray-300\/5{
  border-top-color: rgb(209 213 219 / 0.05);
}

.border-t-gray-300\/50{
  border-top-color: rgb(209 213 219 / 0.5);
}

.border-t-gray-300\/55{
  border-top-color: rgb(209 213 219 / 0.55);
}

.border-t-gray-300\/60{
  border-top-color: rgb(209 213 219 / 0.6);
}

.border-t-gray-300\/65{
  border-top-color: rgb(209 213 219 / 0.65);
}

.border-t-gray-300\/70{
  border-top-color: rgb(209 213 219 / 0.7);
}

.border-t-gray-300\/75{
  border-top-color: rgb(209 213 219 / 0.75);
}

.border-t-gray-300\/80{
  border-top-color: rgb(209 213 219 / 0.8);
}

.border-t-gray-300\/85{
  border-top-color: rgb(209 213 219 / 0.85);
}

.border-t-gray-300\/90{
  border-top-color: rgb(209 213 219 / 0.9);
}

.border-t-gray-300\/95{
  border-top-color: rgb(209 213 219 / 0.95);
}

.border-t-gray-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-t-gray-400\/0{
  border-top-color: rgb(156 163 175 / 0);
}

.border-t-gray-400\/10{
  border-top-color: rgb(156 163 175 / 0.1);
}

.border-t-gray-400\/100{
  border-top-color: rgb(156 163 175 / 1);
}

.border-t-gray-400\/15{
  border-top-color: rgb(156 163 175 / 0.15);
}

.border-t-gray-400\/20{
  border-top-color: rgb(156 163 175 / 0.2);
}

.border-t-gray-400\/25{
  border-top-color: rgb(156 163 175 / 0.25);
}

.border-t-gray-400\/30{
  border-top-color: rgb(156 163 175 / 0.3);
}

.border-t-gray-400\/35{
  border-top-color: rgb(156 163 175 / 0.35);
}

.border-t-gray-400\/40{
  border-top-color: rgb(156 163 175 / 0.4);
}

.border-t-gray-400\/45{
  border-top-color: rgb(156 163 175 / 0.45);
}

.border-t-gray-400\/5{
  border-top-color: rgb(156 163 175 / 0.05);
}

.border-t-gray-400\/50{
  border-top-color: rgb(156 163 175 / 0.5);
}

.border-t-gray-400\/55{
  border-top-color: rgb(156 163 175 / 0.55);
}

.border-t-gray-400\/60{
  border-top-color: rgb(156 163 175 / 0.6);
}

.border-t-gray-400\/65{
  border-top-color: rgb(156 163 175 / 0.65);
}

.border-t-gray-400\/70{
  border-top-color: rgb(156 163 175 / 0.7);
}

.border-t-gray-400\/75{
  border-top-color: rgb(156 163 175 / 0.75);
}

.border-t-gray-400\/80{
  border-top-color: rgb(156 163 175 / 0.8);
}

.border-t-gray-400\/85{
  border-top-color: rgb(156 163 175 / 0.85);
}

.border-t-gray-400\/90{
  border-top-color: rgb(156 163 175 / 0.9);
}

.border-t-gray-400\/95{
  border-top-color: rgb(156 163 175 / 0.95);
}

.border-t-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-t-gray-50\/0{
  border-top-color: rgb(249 250 251 / 0);
}

.border-t-gray-50\/10{
  border-top-color: rgb(249 250 251 / 0.1);
}

.border-t-gray-50\/100{
  border-top-color: rgb(249 250 251 / 1);
}

.border-t-gray-50\/15{
  border-top-color: rgb(249 250 251 / 0.15);
}

.border-t-gray-50\/20{
  border-top-color: rgb(249 250 251 / 0.2);
}

.border-t-gray-50\/25{
  border-top-color: rgb(249 250 251 / 0.25);
}

.border-t-gray-50\/30{
  border-top-color: rgb(249 250 251 / 0.3);
}

.border-t-gray-50\/35{
  border-top-color: rgb(249 250 251 / 0.35);
}

.border-t-gray-50\/40{
  border-top-color: rgb(249 250 251 / 0.4);
}

.border-t-gray-50\/45{
  border-top-color: rgb(249 250 251 / 0.45);
}

.border-t-gray-50\/5{
  border-top-color: rgb(249 250 251 / 0.05);
}

.border-t-gray-50\/50{
  border-top-color: rgb(249 250 251 / 0.5);
}

.border-t-gray-50\/55{
  border-top-color: rgb(249 250 251 / 0.55);
}

.border-t-gray-50\/60{
  border-top-color: rgb(249 250 251 / 0.6);
}

.border-t-gray-50\/65{
  border-top-color: rgb(249 250 251 / 0.65);
}

.border-t-gray-50\/70{
  border-top-color: rgb(249 250 251 / 0.7);
}

.border-t-gray-50\/75{
  border-top-color: rgb(249 250 251 / 0.75);
}

.border-t-gray-50\/80{
  border-top-color: rgb(249 250 251 / 0.8);
}

.border-t-gray-50\/85{
  border-top-color: rgb(249 250 251 / 0.85);
}

.border-t-gray-50\/90{
  border-top-color: rgb(249 250 251 / 0.9);
}

.border-t-gray-50\/95{
  border-top-color: rgb(249 250 251 / 0.95);
}

.border-t-gray-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-t-gray-500\/0{
  border-top-color: rgb(107 114 128 / 0);
}

.border-t-gray-500\/10{
  border-top-color: rgb(107 114 128 / 0.1);
}

.border-t-gray-500\/100{
  border-top-color: rgb(107 114 128 / 1);
}

.border-t-gray-500\/15{
  border-top-color: rgb(107 114 128 / 0.15);
}

.border-t-gray-500\/20{
  border-top-color: rgb(107 114 128 / 0.2);
}

.border-t-gray-500\/25{
  border-top-color: rgb(107 114 128 / 0.25);
}

.border-t-gray-500\/30{
  border-top-color: rgb(107 114 128 / 0.3);
}

.border-t-gray-500\/35{
  border-top-color: rgb(107 114 128 / 0.35);
}

.border-t-gray-500\/40{
  border-top-color: rgb(107 114 128 / 0.4);
}

.border-t-gray-500\/45{
  border-top-color: rgb(107 114 128 / 0.45);
}

.border-t-gray-500\/5{
  border-top-color: rgb(107 114 128 / 0.05);
}

.border-t-gray-500\/50{
  border-top-color: rgb(107 114 128 / 0.5);
}

.border-t-gray-500\/55{
  border-top-color: rgb(107 114 128 / 0.55);
}

.border-t-gray-500\/60{
  border-top-color: rgb(107 114 128 / 0.6);
}

.border-t-gray-500\/65{
  border-top-color: rgb(107 114 128 / 0.65);
}

.border-t-gray-500\/70{
  border-top-color: rgb(107 114 128 / 0.7);
}

.border-t-gray-500\/75{
  border-top-color: rgb(107 114 128 / 0.75);
}

.border-t-gray-500\/80{
  border-top-color: rgb(107 114 128 / 0.8);
}

.border-t-gray-500\/85{
  border-top-color: rgb(107 114 128 / 0.85);
}

.border-t-gray-500\/90{
  border-top-color: rgb(107 114 128 / 0.9);
}

.border-t-gray-500\/95{
  border-top-color: rgb(107 114 128 / 0.95);
}

.border-t-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-t-gray-600\/0{
  border-top-color: rgb(75 85 99 / 0);
}

.border-t-gray-600\/10{
  border-top-color: rgb(75 85 99 / 0.1);
}

.border-t-gray-600\/100{
  border-top-color: rgb(75 85 99 / 1);
}

.border-t-gray-600\/15{
  border-top-color: rgb(75 85 99 / 0.15);
}

.border-t-gray-600\/20{
  border-top-color: rgb(75 85 99 / 0.2);
}

.border-t-gray-600\/25{
  border-top-color: rgb(75 85 99 / 0.25);
}

.border-t-gray-600\/30{
  border-top-color: rgb(75 85 99 / 0.3);
}

.border-t-gray-600\/35{
  border-top-color: rgb(75 85 99 / 0.35);
}

.border-t-gray-600\/40{
  border-top-color: rgb(75 85 99 / 0.4);
}

.border-t-gray-600\/45{
  border-top-color: rgb(75 85 99 / 0.45);
}

.border-t-gray-600\/5{
  border-top-color: rgb(75 85 99 / 0.05);
}

.border-t-gray-600\/50{
  border-top-color: rgb(75 85 99 / 0.5);
}

.border-t-gray-600\/55{
  border-top-color: rgb(75 85 99 / 0.55);
}

.border-t-gray-600\/60{
  border-top-color: rgb(75 85 99 / 0.6);
}

.border-t-gray-600\/65{
  border-top-color: rgb(75 85 99 / 0.65);
}

.border-t-gray-600\/70{
  border-top-color: rgb(75 85 99 / 0.7);
}

.border-t-gray-600\/75{
  border-top-color: rgb(75 85 99 / 0.75);
}

.border-t-gray-600\/80{
  border-top-color: rgb(75 85 99 / 0.8);
}

.border-t-gray-600\/85{
  border-top-color: rgb(75 85 99 / 0.85);
}

.border-t-gray-600\/90{
  border-top-color: rgb(75 85 99 / 0.9);
}

.border-t-gray-600\/95{
  border-top-color: rgb(75 85 99 / 0.95);
}

.border-t-gray-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-t-gray-700\/0{
  border-top-color: rgb(55 65 81 / 0);
}

.border-t-gray-700\/10{
  border-top-color: rgb(55 65 81 / 0.1);
}

.border-t-gray-700\/100{
  border-top-color: rgb(55 65 81 / 1);
}

.border-t-gray-700\/15{
  border-top-color: rgb(55 65 81 / 0.15);
}

.border-t-gray-700\/20{
  border-top-color: rgb(55 65 81 / 0.2);
}

.border-t-gray-700\/25{
  border-top-color: rgb(55 65 81 / 0.25);
}

.border-t-gray-700\/30{
  border-top-color: rgb(55 65 81 / 0.3);
}

.border-t-gray-700\/35{
  border-top-color: rgb(55 65 81 / 0.35);
}

.border-t-gray-700\/40{
  border-top-color: rgb(55 65 81 / 0.4);
}

.border-t-gray-700\/45{
  border-top-color: rgb(55 65 81 / 0.45);
}

.border-t-gray-700\/5{
  border-top-color: rgb(55 65 81 / 0.05);
}

.border-t-gray-700\/50{
  border-top-color: rgb(55 65 81 / 0.5);
}

.border-t-gray-700\/55{
  border-top-color: rgb(55 65 81 / 0.55);
}

.border-t-gray-700\/60{
  border-top-color: rgb(55 65 81 / 0.6);
}

.border-t-gray-700\/65{
  border-top-color: rgb(55 65 81 / 0.65);
}

.border-t-gray-700\/70{
  border-top-color: rgb(55 65 81 / 0.7);
}

.border-t-gray-700\/75{
  border-top-color: rgb(55 65 81 / 0.75);
}

.border-t-gray-700\/80{
  border-top-color: rgb(55 65 81 / 0.8);
}

.border-t-gray-700\/85{
  border-top-color: rgb(55 65 81 / 0.85);
}

.border-t-gray-700\/90{
  border-top-color: rgb(55 65 81 / 0.9);
}

.border-t-gray-700\/95{
  border-top-color: rgb(55 65 81 / 0.95);
}

.border-t-gray-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-t-gray-800\/0{
  border-top-color: rgb(31 41 55 / 0);
}

.border-t-gray-800\/10{
  border-top-color: rgb(31 41 55 / 0.1);
}

.border-t-gray-800\/100{
  border-top-color: rgb(31 41 55 / 1);
}

.border-t-gray-800\/15{
  border-top-color: rgb(31 41 55 / 0.15);
}

.border-t-gray-800\/20{
  border-top-color: rgb(31 41 55 / 0.2);
}

.border-t-gray-800\/25{
  border-top-color: rgb(31 41 55 / 0.25);
}

.border-t-gray-800\/30{
  border-top-color: rgb(31 41 55 / 0.3);
}

.border-t-gray-800\/35{
  border-top-color: rgb(31 41 55 / 0.35);
}

.border-t-gray-800\/40{
  border-top-color: rgb(31 41 55 / 0.4);
}

.border-t-gray-800\/45{
  border-top-color: rgb(31 41 55 / 0.45);
}

.border-t-gray-800\/5{
  border-top-color: rgb(31 41 55 / 0.05);
}

.border-t-gray-800\/50{
  border-top-color: rgb(31 41 55 / 0.5);
}

.border-t-gray-800\/55{
  border-top-color: rgb(31 41 55 / 0.55);
}

.border-t-gray-800\/60{
  border-top-color: rgb(31 41 55 / 0.6);
}

.border-t-gray-800\/65{
  border-top-color: rgb(31 41 55 / 0.65);
}

.border-t-gray-800\/70{
  border-top-color: rgb(31 41 55 / 0.7);
}

.border-t-gray-800\/75{
  border-top-color: rgb(31 41 55 / 0.75);
}

.border-t-gray-800\/80{
  border-top-color: rgb(31 41 55 / 0.8);
}

.border-t-gray-800\/85{
  border-top-color: rgb(31 41 55 / 0.85);
}

.border-t-gray-800\/90{
  border-top-color: rgb(31 41 55 / 0.9);
}

.border-t-gray-800\/95{
  border-top-color: rgb(31 41 55 / 0.95);
}

.border-t-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-t-gray-900\/0{
  border-top-color: rgb(17 24 39 / 0);
}

.border-t-gray-900\/10{
  border-top-color: rgb(17 24 39 / 0.1);
}

.border-t-gray-900\/100{
  border-top-color: rgb(17 24 39 / 1);
}

.border-t-gray-900\/15{
  border-top-color: rgb(17 24 39 / 0.15);
}

.border-t-gray-900\/20{
  border-top-color: rgb(17 24 39 / 0.2);
}

.border-t-gray-900\/25{
  border-top-color: rgb(17 24 39 / 0.25);
}

.border-t-gray-900\/30{
  border-top-color: rgb(17 24 39 / 0.3);
}

.border-t-gray-900\/35{
  border-top-color: rgb(17 24 39 / 0.35);
}

.border-t-gray-900\/40{
  border-top-color: rgb(17 24 39 / 0.4);
}

.border-t-gray-900\/45{
  border-top-color: rgb(17 24 39 / 0.45);
}

.border-t-gray-900\/5{
  border-top-color: rgb(17 24 39 / 0.05);
}

.border-t-gray-900\/50{
  border-top-color: rgb(17 24 39 / 0.5);
}

.border-t-gray-900\/55{
  border-top-color: rgb(17 24 39 / 0.55);
}

.border-t-gray-900\/60{
  border-top-color: rgb(17 24 39 / 0.6);
}

.border-t-gray-900\/65{
  border-top-color: rgb(17 24 39 / 0.65);
}

.border-t-gray-900\/70{
  border-top-color: rgb(17 24 39 / 0.7);
}

.border-t-gray-900\/75{
  border-top-color: rgb(17 24 39 / 0.75);
}

.border-t-gray-900\/80{
  border-top-color: rgb(17 24 39 / 0.8);
}

.border-t-gray-900\/85{
  border-top-color: rgb(17 24 39 / 0.85);
}

.border-t-gray-900\/90{
  border-top-color: rgb(17 24 39 / 0.9);
}

.border-t-gray-900\/95{
  border-top-color: rgb(17 24 39 / 0.95);
}

.border-t-gray-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-t-gray-950\/0{
  border-top-color: rgb(3 7 18 / 0);
}

.border-t-gray-950\/10{
  border-top-color: rgb(3 7 18 / 0.1);
}

.border-t-gray-950\/100{
  border-top-color: rgb(3 7 18 / 1);
}

.border-t-gray-950\/15{
  border-top-color: rgb(3 7 18 / 0.15);
}

.border-t-gray-950\/20{
  border-top-color: rgb(3 7 18 / 0.2);
}

.border-t-gray-950\/25{
  border-top-color: rgb(3 7 18 / 0.25);
}

.border-t-gray-950\/30{
  border-top-color: rgb(3 7 18 / 0.3);
}

.border-t-gray-950\/35{
  border-top-color: rgb(3 7 18 / 0.35);
}

.border-t-gray-950\/40{
  border-top-color: rgb(3 7 18 / 0.4);
}

.border-t-gray-950\/45{
  border-top-color: rgb(3 7 18 / 0.45);
}

.border-t-gray-950\/5{
  border-top-color: rgb(3 7 18 / 0.05);
}

.border-t-gray-950\/50{
  border-top-color: rgb(3 7 18 / 0.5);
}

.border-t-gray-950\/55{
  border-top-color: rgb(3 7 18 / 0.55);
}

.border-t-gray-950\/60{
  border-top-color: rgb(3 7 18 / 0.6);
}

.border-t-gray-950\/65{
  border-top-color: rgb(3 7 18 / 0.65);
}

.border-t-gray-950\/70{
  border-top-color: rgb(3 7 18 / 0.7);
}

.border-t-gray-950\/75{
  border-top-color: rgb(3 7 18 / 0.75);
}

.border-t-gray-950\/80{
  border-top-color: rgb(3 7 18 / 0.8);
}

.border-t-gray-950\/85{
  border-top-color: rgb(3 7 18 / 0.85);
}

.border-t-gray-950\/90{
  border-top-color: rgb(3 7 18 / 0.9);
}

.border-t-gray-950\/95{
  border-top-color: rgb(3 7 18 / 0.95);
}

.border-t-green-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-t-green-100\/0{
  border-top-color: rgb(220 252 231 / 0);
}

.border-t-green-100\/10{
  border-top-color: rgb(220 252 231 / 0.1);
}

.border-t-green-100\/100{
  border-top-color: rgb(220 252 231 / 1);
}

.border-t-green-100\/15{
  border-top-color: rgb(220 252 231 / 0.15);
}

.border-t-green-100\/20{
  border-top-color: rgb(220 252 231 / 0.2);
}

.border-t-green-100\/25{
  border-top-color: rgb(220 252 231 / 0.25);
}

.border-t-green-100\/30{
  border-top-color: rgb(220 252 231 / 0.3);
}

.border-t-green-100\/35{
  border-top-color: rgb(220 252 231 / 0.35);
}

.border-t-green-100\/40{
  border-top-color: rgb(220 252 231 / 0.4);
}

.border-t-green-100\/45{
  border-top-color: rgb(220 252 231 / 0.45);
}

.border-t-green-100\/5{
  border-top-color: rgb(220 252 231 / 0.05);
}

.border-t-green-100\/50{
  border-top-color: rgb(220 252 231 / 0.5);
}

.border-t-green-100\/55{
  border-top-color: rgb(220 252 231 / 0.55);
}

.border-t-green-100\/60{
  border-top-color: rgb(220 252 231 / 0.6);
}

.border-t-green-100\/65{
  border-top-color: rgb(220 252 231 / 0.65);
}

.border-t-green-100\/70{
  border-top-color: rgb(220 252 231 / 0.7);
}

.border-t-green-100\/75{
  border-top-color: rgb(220 252 231 / 0.75);
}

.border-t-green-100\/80{
  border-top-color: rgb(220 252 231 / 0.8);
}

.border-t-green-100\/85{
  border-top-color: rgb(220 252 231 / 0.85);
}

.border-t-green-100\/90{
  border-top-color: rgb(220 252 231 / 0.9);
}

.border-t-green-100\/95{
  border-top-color: rgb(220 252 231 / 0.95);
}

.border-t-green-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-t-green-200\/0{
  border-top-color: rgb(187 247 208 / 0);
}

.border-t-green-200\/10{
  border-top-color: rgb(187 247 208 / 0.1);
}

.border-t-green-200\/100{
  border-top-color: rgb(187 247 208 / 1);
}

.border-t-green-200\/15{
  border-top-color: rgb(187 247 208 / 0.15);
}

.border-t-green-200\/20{
  border-top-color: rgb(187 247 208 / 0.2);
}

.border-t-green-200\/25{
  border-top-color: rgb(187 247 208 / 0.25);
}

.border-t-green-200\/30{
  border-top-color: rgb(187 247 208 / 0.3);
}

.border-t-green-200\/35{
  border-top-color: rgb(187 247 208 / 0.35);
}

.border-t-green-200\/40{
  border-top-color: rgb(187 247 208 / 0.4);
}

.border-t-green-200\/45{
  border-top-color: rgb(187 247 208 / 0.45);
}

.border-t-green-200\/5{
  border-top-color: rgb(187 247 208 / 0.05);
}

.border-t-green-200\/50{
  border-top-color: rgb(187 247 208 / 0.5);
}

.border-t-green-200\/55{
  border-top-color: rgb(187 247 208 / 0.55);
}

.border-t-green-200\/60{
  border-top-color: rgb(187 247 208 / 0.6);
}

.border-t-green-200\/65{
  border-top-color: rgb(187 247 208 / 0.65);
}

.border-t-green-200\/70{
  border-top-color: rgb(187 247 208 / 0.7);
}

.border-t-green-200\/75{
  border-top-color: rgb(187 247 208 / 0.75);
}

.border-t-green-200\/80{
  border-top-color: rgb(187 247 208 / 0.8);
}

.border-t-green-200\/85{
  border-top-color: rgb(187 247 208 / 0.85);
}

.border-t-green-200\/90{
  border-top-color: rgb(187 247 208 / 0.9);
}

.border-t-green-200\/95{
  border-top-color: rgb(187 247 208 / 0.95);
}

.border-t-green-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-t-green-300\/0{
  border-top-color: rgb(134 239 172 / 0);
}

.border-t-green-300\/10{
  border-top-color: rgb(134 239 172 / 0.1);
}

.border-t-green-300\/100{
  border-top-color: rgb(134 239 172 / 1);
}

.border-t-green-300\/15{
  border-top-color: rgb(134 239 172 / 0.15);
}

.border-t-green-300\/20{
  border-top-color: rgb(134 239 172 / 0.2);
}

.border-t-green-300\/25{
  border-top-color: rgb(134 239 172 / 0.25);
}

.border-t-green-300\/30{
  border-top-color: rgb(134 239 172 / 0.3);
}

.border-t-green-300\/35{
  border-top-color: rgb(134 239 172 / 0.35);
}

.border-t-green-300\/40{
  border-top-color: rgb(134 239 172 / 0.4);
}

.border-t-green-300\/45{
  border-top-color: rgb(134 239 172 / 0.45);
}

.border-t-green-300\/5{
  border-top-color: rgb(134 239 172 / 0.05);
}

.border-t-green-300\/50{
  border-top-color: rgb(134 239 172 / 0.5);
}

.border-t-green-300\/55{
  border-top-color: rgb(134 239 172 / 0.55);
}

.border-t-green-300\/60{
  border-top-color: rgb(134 239 172 / 0.6);
}

.border-t-green-300\/65{
  border-top-color: rgb(134 239 172 / 0.65);
}

.border-t-green-300\/70{
  border-top-color: rgb(134 239 172 / 0.7);
}

.border-t-green-300\/75{
  border-top-color: rgb(134 239 172 / 0.75);
}

.border-t-green-300\/80{
  border-top-color: rgb(134 239 172 / 0.8);
}

.border-t-green-300\/85{
  border-top-color: rgb(134 239 172 / 0.85);
}

.border-t-green-300\/90{
  border-top-color: rgb(134 239 172 / 0.9);
}

.border-t-green-300\/95{
  border-top-color: rgb(134 239 172 / 0.95);
}

.border-t-green-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-t-green-400\/0{
  border-top-color: rgb(74 222 128 / 0);
}

.border-t-green-400\/10{
  border-top-color: rgb(74 222 128 / 0.1);
}

.border-t-green-400\/100{
  border-top-color: rgb(74 222 128 / 1);
}

.border-t-green-400\/15{
  border-top-color: rgb(74 222 128 / 0.15);
}

.border-t-green-400\/20{
  border-top-color: rgb(74 222 128 / 0.2);
}

.border-t-green-400\/25{
  border-top-color: rgb(74 222 128 / 0.25);
}

.border-t-green-400\/30{
  border-top-color: rgb(74 222 128 / 0.3);
}

.border-t-green-400\/35{
  border-top-color: rgb(74 222 128 / 0.35);
}

.border-t-green-400\/40{
  border-top-color: rgb(74 222 128 / 0.4);
}

.border-t-green-400\/45{
  border-top-color: rgb(74 222 128 / 0.45);
}

.border-t-green-400\/5{
  border-top-color: rgb(74 222 128 / 0.05);
}

.border-t-green-400\/50{
  border-top-color: rgb(74 222 128 / 0.5);
}

.border-t-green-400\/55{
  border-top-color: rgb(74 222 128 / 0.55);
}

.border-t-green-400\/60{
  border-top-color: rgb(74 222 128 / 0.6);
}

.border-t-green-400\/65{
  border-top-color: rgb(74 222 128 / 0.65);
}

.border-t-green-400\/70{
  border-top-color: rgb(74 222 128 / 0.7);
}

.border-t-green-400\/75{
  border-top-color: rgb(74 222 128 / 0.75);
}

.border-t-green-400\/80{
  border-top-color: rgb(74 222 128 / 0.8);
}

.border-t-green-400\/85{
  border-top-color: rgb(74 222 128 / 0.85);
}

.border-t-green-400\/90{
  border-top-color: rgb(74 222 128 / 0.9);
}

.border-t-green-400\/95{
  border-top-color: rgb(74 222 128 / 0.95);
}

.border-t-green-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-t-green-50\/0{
  border-top-color: rgb(240 253 244 / 0);
}

.border-t-green-50\/10{
  border-top-color: rgb(240 253 244 / 0.1);
}

.border-t-green-50\/100{
  border-top-color: rgb(240 253 244 / 1);
}

.border-t-green-50\/15{
  border-top-color: rgb(240 253 244 / 0.15);
}

.border-t-green-50\/20{
  border-top-color: rgb(240 253 244 / 0.2);
}

.border-t-green-50\/25{
  border-top-color: rgb(240 253 244 / 0.25);
}

.border-t-green-50\/30{
  border-top-color: rgb(240 253 244 / 0.3);
}

.border-t-green-50\/35{
  border-top-color: rgb(240 253 244 / 0.35);
}

.border-t-green-50\/40{
  border-top-color: rgb(240 253 244 / 0.4);
}

.border-t-green-50\/45{
  border-top-color: rgb(240 253 244 / 0.45);
}

.border-t-green-50\/5{
  border-top-color: rgb(240 253 244 / 0.05);
}

.border-t-green-50\/50{
  border-top-color: rgb(240 253 244 / 0.5);
}

.border-t-green-50\/55{
  border-top-color: rgb(240 253 244 / 0.55);
}

.border-t-green-50\/60{
  border-top-color: rgb(240 253 244 / 0.6);
}

.border-t-green-50\/65{
  border-top-color: rgb(240 253 244 / 0.65);
}

.border-t-green-50\/70{
  border-top-color: rgb(240 253 244 / 0.7);
}

.border-t-green-50\/75{
  border-top-color: rgb(240 253 244 / 0.75);
}

.border-t-green-50\/80{
  border-top-color: rgb(240 253 244 / 0.8);
}

.border-t-green-50\/85{
  border-top-color: rgb(240 253 244 / 0.85);
}

.border-t-green-50\/90{
  border-top-color: rgb(240 253 244 / 0.9);
}

.border-t-green-50\/95{
  border-top-color: rgb(240 253 244 / 0.95);
}

.border-t-green-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-t-green-500\/0{
  border-top-color: rgb(34 197 94 / 0);
}

.border-t-green-500\/10{
  border-top-color: rgb(34 197 94 / 0.1);
}

.border-t-green-500\/100{
  border-top-color: rgb(34 197 94 / 1);
}

.border-t-green-500\/15{
  border-top-color: rgb(34 197 94 / 0.15);
}

.border-t-green-500\/20{
  border-top-color: rgb(34 197 94 / 0.2);
}

.border-t-green-500\/25{
  border-top-color: rgb(34 197 94 / 0.25);
}

.border-t-green-500\/30{
  border-top-color: rgb(34 197 94 / 0.3);
}

.border-t-green-500\/35{
  border-top-color: rgb(34 197 94 / 0.35);
}

.border-t-green-500\/40{
  border-top-color: rgb(34 197 94 / 0.4);
}

.border-t-green-500\/45{
  border-top-color: rgb(34 197 94 / 0.45);
}

.border-t-green-500\/5{
  border-top-color: rgb(34 197 94 / 0.05);
}

.border-t-green-500\/50{
  border-top-color: rgb(34 197 94 / 0.5);
}

.border-t-green-500\/55{
  border-top-color: rgb(34 197 94 / 0.55);
}

.border-t-green-500\/60{
  border-top-color: rgb(34 197 94 / 0.6);
}

.border-t-green-500\/65{
  border-top-color: rgb(34 197 94 / 0.65);
}

.border-t-green-500\/70{
  border-top-color: rgb(34 197 94 / 0.7);
}

.border-t-green-500\/75{
  border-top-color: rgb(34 197 94 / 0.75);
}

.border-t-green-500\/80{
  border-top-color: rgb(34 197 94 / 0.8);
}

.border-t-green-500\/85{
  border-top-color: rgb(34 197 94 / 0.85);
}

.border-t-green-500\/90{
  border-top-color: rgb(34 197 94 / 0.9);
}

.border-t-green-500\/95{
  border-top-color: rgb(34 197 94 / 0.95);
}

.border-t-green-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-t-green-600\/0{
  border-top-color: rgb(22 163 74 / 0);
}

.border-t-green-600\/10{
  border-top-color: rgb(22 163 74 / 0.1);
}

.border-t-green-600\/100{
  border-top-color: rgb(22 163 74 / 1);
}

.border-t-green-600\/15{
  border-top-color: rgb(22 163 74 / 0.15);
}

.border-t-green-600\/20{
  border-top-color: rgb(22 163 74 / 0.2);
}

.border-t-green-600\/25{
  border-top-color: rgb(22 163 74 / 0.25);
}

.border-t-green-600\/30{
  border-top-color: rgb(22 163 74 / 0.3);
}

.border-t-green-600\/35{
  border-top-color: rgb(22 163 74 / 0.35);
}

.border-t-green-600\/40{
  border-top-color: rgb(22 163 74 / 0.4);
}

.border-t-green-600\/45{
  border-top-color: rgb(22 163 74 / 0.45);
}

.border-t-green-600\/5{
  border-top-color: rgb(22 163 74 / 0.05);
}

.border-t-green-600\/50{
  border-top-color: rgb(22 163 74 / 0.5);
}

.border-t-green-600\/55{
  border-top-color: rgb(22 163 74 / 0.55);
}

.border-t-green-600\/60{
  border-top-color: rgb(22 163 74 / 0.6);
}

.border-t-green-600\/65{
  border-top-color: rgb(22 163 74 / 0.65);
}

.border-t-green-600\/70{
  border-top-color: rgb(22 163 74 / 0.7);
}

.border-t-green-600\/75{
  border-top-color: rgb(22 163 74 / 0.75);
}

.border-t-green-600\/80{
  border-top-color: rgb(22 163 74 / 0.8);
}

.border-t-green-600\/85{
  border-top-color: rgb(22 163 74 / 0.85);
}

.border-t-green-600\/90{
  border-top-color: rgb(22 163 74 / 0.9);
}

.border-t-green-600\/95{
  border-top-color: rgb(22 163 74 / 0.95);
}

.border-t-green-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-t-green-700\/0{
  border-top-color: rgb(21 128 61 / 0);
}

.border-t-green-700\/10{
  border-top-color: rgb(21 128 61 / 0.1);
}

.border-t-green-700\/100{
  border-top-color: rgb(21 128 61 / 1);
}

.border-t-green-700\/15{
  border-top-color: rgb(21 128 61 / 0.15);
}

.border-t-green-700\/20{
  border-top-color: rgb(21 128 61 / 0.2);
}

.border-t-green-700\/25{
  border-top-color: rgb(21 128 61 / 0.25);
}

.border-t-green-700\/30{
  border-top-color: rgb(21 128 61 / 0.3);
}

.border-t-green-700\/35{
  border-top-color: rgb(21 128 61 / 0.35);
}

.border-t-green-700\/40{
  border-top-color: rgb(21 128 61 / 0.4);
}

.border-t-green-700\/45{
  border-top-color: rgb(21 128 61 / 0.45);
}

.border-t-green-700\/5{
  border-top-color: rgb(21 128 61 / 0.05);
}

.border-t-green-700\/50{
  border-top-color: rgb(21 128 61 / 0.5);
}

.border-t-green-700\/55{
  border-top-color: rgb(21 128 61 / 0.55);
}

.border-t-green-700\/60{
  border-top-color: rgb(21 128 61 / 0.6);
}

.border-t-green-700\/65{
  border-top-color: rgb(21 128 61 / 0.65);
}

.border-t-green-700\/70{
  border-top-color: rgb(21 128 61 / 0.7);
}

.border-t-green-700\/75{
  border-top-color: rgb(21 128 61 / 0.75);
}

.border-t-green-700\/80{
  border-top-color: rgb(21 128 61 / 0.8);
}

.border-t-green-700\/85{
  border-top-color: rgb(21 128 61 / 0.85);
}

.border-t-green-700\/90{
  border-top-color: rgb(21 128 61 / 0.9);
}

.border-t-green-700\/95{
  border-top-color: rgb(21 128 61 / 0.95);
}

.border-t-green-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-t-green-800\/0{
  border-top-color: rgb(22 101 52 / 0);
}

.border-t-green-800\/10{
  border-top-color: rgb(22 101 52 / 0.1);
}

.border-t-green-800\/100{
  border-top-color: rgb(22 101 52 / 1);
}

.border-t-green-800\/15{
  border-top-color: rgb(22 101 52 / 0.15);
}

.border-t-green-800\/20{
  border-top-color: rgb(22 101 52 / 0.2);
}

.border-t-green-800\/25{
  border-top-color: rgb(22 101 52 / 0.25);
}

.border-t-green-800\/30{
  border-top-color: rgb(22 101 52 / 0.3);
}

.border-t-green-800\/35{
  border-top-color: rgb(22 101 52 / 0.35);
}

.border-t-green-800\/40{
  border-top-color: rgb(22 101 52 / 0.4);
}

.border-t-green-800\/45{
  border-top-color: rgb(22 101 52 / 0.45);
}

.border-t-green-800\/5{
  border-top-color: rgb(22 101 52 / 0.05);
}

.border-t-green-800\/50{
  border-top-color: rgb(22 101 52 / 0.5);
}

.border-t-green-800\/55{
  border-top-color: rgb(22 101 52 / 0.55);
}

.border-t-green-800\/60{
  border-top-color: rgb(22 101 52 / 0.6);
}

.border-t-green-800\/65{
  border-top-color: rgb(22 101 52 / 0.65);
}

.border-t-green-800\/70{
  border-top-color: rgb(22 101 52 / 0.7);
}

.border-t-green-800\/75{
  border-top-color: rgb(22 101 52 / 0.75);
}

.border-t-green-800\/80{
  border-top-color: rgb(22 101 52 / 0.8);
}

.border-t-green-800\/85{
  border-top-color: rgb(22 101 52 / 0.85);
}

.border-t-green-800\/90{
  border-top-color: rgb(22 101 52 / 0.9);
}

.border-t-green-800\/95{
  border-top-color: rgb(22 101 52 / 0.95);
}

.border-t-green-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-t-green-900\/0{
  border-top-color: rgb(20 83 45 / 0);
}

.border-t-green-900\/10{
  border-top-color: rgb(20 83 45 / 0.1);
}

.border-t-green-900\/100{
  border-top-color: rgb(20 83 45 / 1);
}

.border-t-green-900\/15{
  border-top-color: rgb(20 83 45 / 0.15);
}

.border-t-green-900\/20{
  border-top-color: rgb(20 83 45 / 0.2);
}

.border-t-green-900\/25{
  border-top-color: rgb(20 83 45 / 0.25);
}

.border-t-green-900\/30{
  border-top-color: rgb(20 83 45 / 0.3);
}

.border-t-green-900\/35{
  border-top-color: rgb(20 83 45 / 0.35);
}

.border-t-green-900\/40{
  border-top-color: rgb(20 83 45 / 0.4);
}

.border-t-green-900\/45{
  border-top-color: rgb(20 83 45 / 0.45);
}

.border-t-green-900\/5{
  border-top-color: rgb(20 83 45 / 0.05);
}

.border-t-green-900\/50{
  border-top-color: rgb(20 83 45 / 0.5);
}

.border-t-green-900\/55{
  border-top-color: rgb(20 83 45 / 0.55);
}

.border-t-green-900\/60{
  border-top-color: rgb(20 83 45 / 0.6);
}

.border-t-green-900\/65{
  border-top-color: rgb(20 83 45 / 0.65);
}

.border-t-green-900\/70{
  border-top-color: rgb(20 83 45 / 0.7);
}

.border-t-green-900\/75{
  border-top-color: rgb(20 83 45 / 0.75);
}

.border-t-green-900\/80{
  border-top-color: rgb(20 83 45 / 0.8);
}

.border-t-green-900\/85{
  border-top-color: rgb(20 83 45 / 0.85);
}

.border-t-green-900\/90{
  border-top-color: rgb(20 83 45 / 0.9);
}

.border-t-green-900\/95{
  border-top-color: rgb(20 83 45 / 0.95);
}

.border-t-green-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-t-green-950\/0{
  border-top-color: rgb(5 46 22 / 0);
}

.border-t-green-950\/10{
  border-top-color: rgb(5 46 22 / 0.1);
}

.border-t-green-950\/100{
  border-top-color: rgb(5 46 22 / 1);
}

.border-t-green-950\/15{
  border-top-color: rgb(5 46 22 / 0.15);
}

.border-t-green-950\/20{
  border-top-color: rgb(5 46 22 / 0.2);
}

.border-t-green-950\/25{
  border-top-color: rgb(5 46 22 / 0.25);
}

.border-t-green-950\/30{
  border-top-color: rgb(5 46 22 / 0.3);
}

.border-t-green-950\/35{
  border-top-color: rgb(5 46 22 / 0.35);
}

.border-t-green-950\/40{
  border-top-color: rgb(5 46 22 / 0.4);
}

.border-t-green-950\/45{
  border-top-color: rgb(5 46 22 / 0.45);
}

.border-t-green-950\/5{
  border-top-color: rgb(5 46 22 / 0.05);
}

.border-t-green-950\/50{
  border-top-color: rgb(5 46 22 / 0.5);
}

.border-t-green-950\/55{
  border-top-color: rgb(5 46 22 / 0.55);
}

.border-t-green-950\/60{
  border-top-color: rgb(5 46 22 / 0.6);
}

.border-t-green-950\/65{
  border-top-color: rgb(5 46 22 / 0.65);
}

.border-t-green-950\/70{
  border-top-color: rgb(5 46 22 / 0.7);
}

.border-t-green-950\/75{
  border-top-color: rgb(5 46 22 / 0.75);
}

.border-t-green-950\/80{
  border-top-color: rgb(5 46 22 / 0.8);
}

.border-t-green-950\/85{
  border-top-color: rgb(5 46 22 / 0.85);
}

.border-t-green-950\/90{
  border-top-color: rgb(5 46 22 / 0.9);
}

.border-t-green-950\/95{
  border-top-color: rgb(5 46 22 / 0.95);
}

.border-t-indigo-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-t-indigo-100\/0{
  border-top-color: rgb(224 231 255 / 0);
}

.border-t-indigo-100\/10{
  border-top-color: rgb(224 231 255 / 0.1);
}

.border-t-indigo-100\/100{
  border-top-color: rgb(224 231 255 / 1);
}

.border-t-indigo-100\/15{
  border-top-color: rgb(224 231 255 / 0.15);
}

.border-t-indigo-100\/20{
  border-top-color: rgb(224 231 255 / 0.2);
}

.border-t-indigo-100\/25{
  border-top-color: rgb(224 231 255 / 0.25);
}

.border-t-indigo-100\/30{
  border-top-color: rgb(224 231 255 / 0.3);
}

.border-t-indigo-100\/35{
  border-top-color: rgb(224 231 255 / 0.35);
}

.border-t-indigo-100\/40{
  border-top-color: rgb(224 231 255 / 0.4);
}

.border-t-indigo-100\/45{
  border-top-color: rgb(224 231 255 / 0.45);
}

.border-t-indigo-100\/5{
  border-top-color: rgb(224 231 255 / 0.05);
}

.border-t-indigo-100\/50{
  border-top-color: rgb(224 231 255 / 0.5);
}

.border-t-indigo-100\/55{
  border-top-color: rgb(224 231 255 / 0.55);
}

.border-t-indigo-100\/60{
  border-top-color: rgb(224 231 255 / 0.6);
}

.border-t-indigo-100\/65{
  border-top-color: rgb(224 231 255 / 0.65);
}

.border-t-indigo-100\/70{
  border-top-color: rgb(224 231 255 / 0.7);
}

.border-t-indigo-100\/75{
  border-top-color: rgb(224 231 255 / 0.75);
}

.border-t-indigo-100\/80{
  border-top-color: rgb(224 231 255 / 0.8);
}

.border-t-indigo-100\/85{
  border-top-color: rgb(224 231 255 / 0.85);
}

.border-t-indigo-100\/90{
  border-top-color: rgb(224 231 255 / 0.9);
}

.border-t-indigo-100\/95{
  border-top-color: rgb(224 231 255 / 0.95);
}

.border-t-indigo-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-t-indigo-200\/0{
  border-top-color: rgb(199 210 254 / 0);
}

.border-t-indigo-200\/10{
  border-top-color: rgb(199 210 254 / 0.1);
}

.border-t-indigo-200\/100{
  border-top-color: rgb(199 210 254 / 1);
}

.border-t-indigo-200\/15{
  border-top-color: rgb(199 210 254 / 0.15);
}

.border-t-indigo-200\/20{
  border-top-color: rgb(199 210 254 / 0.2);
}

.border-t-indigo-200\/25{
  border-top-color: rgb(199 210 254 / 0.25);
}

.border-t-indigo-200\/30{
  border-top-color: rgb(199 210 254 / 0.3);
}

.border-t-indigo-200\/35{
  border-top-color: rgb(199 210 254 / 0.35);
}

.border-t-indigo-200\/40{
  border-top-color: rgb(199 210 254 / 0.4);
}

.border-t-indigo-200\/45{
  border-top-color: rgb(199 210 254 / 0.45);
}

.border-t-indigo-200\/5{
  border-top-color: rgb(199 210 254 / 0.05);
}

.border-t-indigo-200\/50{
  border-top-color: rgb(199 210 254 / 0.5);
}

.border-t-indigo-200\/55{
  border-top-color: rgb(199 210 254 / 0.55);
}

.border-t-indigo-200\/60{
  border-top-color: rgb(199 210 254 / 0.6);
}

.border-t-indigo-200\/65{
  border-top-color: rgb(199 210 254 / 0.65);
}

.border-t-indigo-200\/70{
  border-top-color: rgb(199 210 254 / 0.7);
}

.border-t-indigo-200\/75{
  border-top-color: rgb(199 210 254 / 0.75);
}

.border-t-indigo-200\/80{
  border-top-color: rgb(199 210 254 / 0.8);
}

.border-t-indigo-200\/85{
  border-top-color: rgb(199 210 254 / 0.85);
}

.border-t-indigo-200\/90{
  border-top-color: rgb(199 210 254 / 0.9);
}

.border-t-indigo-200\/95{
  border-top-color: rgb(199 210 254 / 0.95);
}

.border-t-indigo-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-t-indigo-300\/0{
  border-top-color: rgb(165 180 252 / 0);
}

.border-t-indigo-300\/10{
  border-top-color: rgb(165 180 252 / 0.1);
}

.border-t-indigo-300\/100{
  border-top-color: rgb(165 180 252 / 1);
}

.border-t-indigo-300\/15{
  border-top-color: rgb(165 180 252 / 0.15);
}

.border-t-indigo-300\/20{
  border-top-color: rgb(165 180 252 / 0.2);
}

.border-t-indigo-300\/25{
  border-top-color: rgb(165 180 252 / 0.25);
}

.border-t-indigo-300\/30{
  border-top-color: rgb(165 180 252 / 0.3);
}

.border-t-indigo-300\/35{
  border-top-color: rgb(165 180 252 / 0.35);
}

.border-t-indigo-300\/40{
  border-top-color: rgb(165 180 252 / 0.4);
}

.border-t-indigo-300\/45{
  border-top-color: rgb(165 180 252 / 0.45);
}

.border-t-indigo-300\/5{
  border-top-color: rgb(165 180 252 / 0.05);
}

.border-t-indigo-300\/50{
  border-top-color: rgb(165 180 252 / 0.5);
}

.border-t-indigo-300\/55{
  border-top-color: rgb(165 180 252 / 0.55);
}

.border-t-indigo-300\/60{
  border-top-color: rgb(165 180 252 / 0.6);
}

.border-t-indigo-300\/65{
  border-top-color: rgb(165 180 252 / 0.65);
}

.border-t-indigo-300\/70{
  border-top-color: rgb(165 180 252 / 0.7);
}

.border-t-indigo-300\/75{
  border-top-color: rgb(165 180 252 / 0.75);
}

.border-t-indigo-300\/80{
  border-top-color: rgb(165 180 252 / 0.8);
}

.border-t-indigo-300\/85{
  border-top-color: rgb(165 180 252 / 0.85);
}

.border-t-indigo-300\/90{
  border-top-color: rgb(165 180 252 / 0.9);
}

.border-t-indigo-300\/95{
  border-top-color: rgb(165 180 252 / 0.95);
}

.border-t-indigo-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-t-indigo-400\/0{
  border-top-color: rgb(129 140 248 / 0);
}

.border-t-indigo-400\/10{
  border-top-color: rgb(129 140 248 / 0.1);
}

.border-t-indigo-400\/100{
  border-top-color: rgb(129 140 248 / 1);
}

.border-t-indigo-400\/15{
  border-top-color: rgb(129 140 248 / 0.15);
}

.border-t-indigo-400\/20{
  border-top-color: rgb(129 140 248 / 0.2);
}

.border-t-indigo-400\/25{
  border-top-color: rgb(129 140 248 / 0.25);
}

.border-t-indigo-400\/30{
  border-top-color: rgb(129 140 248 / 0.3);
}

.border-t-indigo-400\/35{
  border-top-color: rgb(129 140 248 / 0.35);
}

.border-t-indigo-400\/40{
  border-top-color: rgb(129 140 248 / 0.4);
}

.border-t-indigo-400\/45{
  border-top-color: rgb(129 140 248 / 0.45);
}

.border-t-indigo-400\/5{
  border-top-color: rgb(129 140 248 / 0.05);
}

.border-t-indigo-400\/50{
  border-top-color: rgb(129 140 248 / 0.5);
}

.border-t-indigo-400\/55{
  border-top-color: rgb(129 140 248 / 0.55);
}

.border-t-indigo-400\/60{
  border-top-color: rgb(129 140 248 / 0.6);
}

.border-t-indigo-400\/65{
  border-top-color: rgb(129 140 248 / 0.65);
}

.border-t-indigo-400\/70{
  border-top-color: rgb(129 140 248 / 0.7);
}

.border-t-indigo-400\/75{
  border-top-color: rgb(129 140 248 / 0.75);
}

.border-t-indigo-400\/80{
  border-top-color: rgb(129 140 248 / 0.8);
}

.border-t-indigo-400\/85{
  border-top-color: rgb(129 140 248 / 0.85);
}

.border-t-indigo-400\/90{
  border-top-color: rgb(129 140 248 / 0.9);
}

.border-t-indigo-400\/95{
  border-top-color: rgb(129 140 248 / 0.95);
}

.border-t-indigo-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-t-indigo-50\/0{
  border-top-color: rgb(238 242 255 / 0);
}

.border-t-indigo-50\/10{
  border-top-color: rgb(238 242 255 / 0.1);
}

.border-t-indigo-50\/100{
  border-top-color: rgb(238 242 255 / 1);
}

.border-t-indigo-50\/15{
  border-top-color: rgb(238 242 255 / 0.15);
}

.border-t-indigo-50\/20{
  border-top-color: rgb(238 242 255 / 0.2);
}

.border-t-indigo-50\/25{
  border-top-color: rgb(238 242 255 / 0.25);
}

.border-t-indigo-50\/30{
  border-top-color: rgb(238 242 255 / 0.3);
}

.border-t-indigo-50\/35{
  border-top-color: rgb(238 242 255 / 0.35);
}

.border-t-indigo-50\/40{
  border-top-color: rgb(238 242 255 / 0.4);
}

.border-t-indigo-50\/45{
  border-top-color: rgb(238 242 255 / 0.45);
}

.border-t-indigo-50\/5{
  border-top-color: rgb(238 242 255 / 0.05);
}

.border-t-indigo-50\/50{
  border-top-color: rgb(238 242 255 / 0.5);
}

.border-t-indigo-50\/55{
  border-top-color: rgb(238 242 255 / 0.55);
}

.border-t-indigo-50\/60{
  border-top-color: rgb(238 242 255 / 0.6);
}

.border-t-indigo-50\/65{
  border-top-color: rgb(238 242 255 / 0.65);
}

.border-t-indigo-50\/70{
  border-top-color: rgb(238 242 255 / 0.7);
}

.border-t-indigo-50\/75{
  border-top-color: rgb(238 242 255 / 0.75);
}

.border-t-indigo-50\/80{
  border-top-color: rgb(238 242 255 / 0.8);
}

.border-t-indigo-50\/85{
  border-top-color: rgb(238 242 255 / 0.85);
}

.border-t-indigo-50\/90{
  border-top-color: rgb(238 242 255 / 0.9);
}

.border-t-indigo-50\/95{
  border-top-color: rgb(238 242 255 / 0.95);
}

.border-t-indigo-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-t-indigo-500\/0{
  border-top-color: rgb(99 102 241 / 0);
}

.border-t-indigo-500\/10{
  border-top-color: rgb(99 102 241 / 0.1);
}

.border-t-indigo-500\/100{
  border-top-color: rgb(99 102 241 / 1);
}

.border-t-indigo-500\/15{
  border-top-color: rgb(99 102 241 / 0.15);
}

.border-t-indigo-500\/20{
  border-top-color: rgb(99 102 241 / 0.2);
}

.border-t-indigo-500\/25{
  border-top-color: rgb(99 102 241 / 0.25);
}

.border-t-indigo-500\/30{
  border-top-color: rgb(99 102 241 / 0.3);
}

.border-t-indigo-500\/35{
  border-top-color: rgb(99 102 241 / 0.35);
}

.border-t-indigo-500\/40{
  border-top-color: rgb(99 102 241 / 0.4);
}

.border-t-indigo-500\/45{
  border-top-color: rgb(99 102 241 / 0.45);
}

.border-t-indigo-500\/5{
  border-top-color: rgb(99 102 241 / 0.05);
}

.border-t-indigo-500\/50{
  border-top-color: rgb(99 102 241 / 0.5);
}

.border-t-indigo-500\/55{
  border-top-color: rgb(99 102 241 / 0.55);
}

.border-t-indigo-500\/60{
  border-top-color: rgb(99 102 241 / 0.6);
}

.border-t-indigo-500\/65{
  border-top-color: rgb(99 102 241 / 0.65);
}

.border-t-indigo-500\/70{
  border-top-color: rgb(99 102 241 / 0.7);
}

.border-t-indigo-500\/75{
  border-top-color: rgb(99 102 241 / 0.75);
}

.border-t-indigo-500\/80{
  border-top-color: rgb(99 102 241 / 0.8);
}

.border-t-indigo-500\/85{
  border-top-color: rgb(99 102 241 / 0.85);
}

.border-t-indigo-500\/90{
  border-top-color: rgb(99 102 241 / 0.9);
}

.border-t-indigo-500\/95{
  border-top-color: rgb(99 102 241 / 0.95);
}

.border-t-indigo-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-t-indigo-600\/0{
  border-top-color: rgb(79 70 229 / 0);
}

.border-t-indigo-600\/10{
  border-top-color: rgb(79 70 229 / 0.1);
}

.border-t-indigo-600\/100{
  border-top-color: rgb(79 70 229 / 1);
}

.border-t-indigo-600\/15{
  border-top-color: rgb(79 70 229 / 0.15);
}

.border-t-indigo-600\/20{
  border-top-color: rgb(79 70 229 / 0.2);
}

.border-t-indigo-600\/25{
  border-top-color: rgb(79 70 229 / 0.25);
}

.border-t-indigo-600\/30{
  border-top-color: rgb(79 70 229 / 0.3);
}

.border-t-indigo-600\/35{
  border-top-color: rgb(79 70 229 / 0.35);
}

.border-t-indigo-600\/40{
  border-top-color: rgb(79 70 229 / 0.4);
}

.border-t-indigo-600\/45{
  border-top-color: rgb(79 70 229 / 0.45);
}

.border-t-indigo-600\/5{
  border-top-color: rgb(79 70 229 / 0.05);
}

.border-t-indigo-600\/50{
  border-top-color: rgb(79 70 229 / 0.5);
}

.border-t-indigo-600\/55{
  border-top-color: rgb(79 70 229 / 0.55);
}

.border-t-indigo-600\/60{
  border-top-color: rgb(79 70 229 / 0.6);
}

.border-t-indigo-600\/65{
  border-top-color: rgb(79 70 229 / 0.65);
}

.border-t-indigo-600\/70{
  border-top-color: rgb(79 70 229 / 0.7);
}

.border-t-indigo-600\/75{
  border-top-color: rgb(79 70 229 / 0.75);
}

.border-t-indigo-600\/80{
  border-top-color: rgb(79 70 229 / 0.8);
}

.border-t-indigo-600\/85{
  border-top-color: rgb(79 70 229 / 0.85);
}

.border-t-indigo-600\/90{
  border-top-color: rgb(79 70 229 / 0.9);
}

.border-t-indigo-600\/95{
  border-top-color: rgb(79 70 229 / 0.95);
}

.border-t-indigo-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-t-indigo-700\/0{
  border-top-color: rgb(67 56 202 / 0);
}

.border-t-indigo-700\/10{
  border-top-color: rgb(67 56 202 / 0.1);
}

.border-t-indigo-700\/100{
  border-top-color: rgb(67 56 202 / 1);
}

.border-t-indigo-700\/15{
  border-top-color: rgb(67 56 202 / 0.15);
}

.border-t-indigo-700\/20{
  border-top-color: rgb(67 56 202 / 0.2);
}

.border-t-indigo-700\/25{
  border-top-color: rgb(67 56 202 / 0.25);
}

.border-t-indigo-700\/30{
  border-top-color: rgb(67 56 202 / 0.3);
}

.border-t-indigo-700\/35{
  border-top-color: rgb(67 56 202 / 0.35);
}

.border-t-indigo-700\/40{
  border-top-color: rgb(67 56 202 / 0.4);
}

.border-t-indigo-700\/45{
  border-top-color: rgb(67 56 202 / 0.45);
}

.border-t-indigo-700\/5{
  border-top-color: rgb(67 56 202 / 0.05);
}

.border-t-indigo-700\/50{
  border-top-color: rgb(67 56 202 / 0.5);
}

.border-t-indigo-700\/55{
  border-top-color: rgb(67 56 202 / 0.55);
}

.border-t-indigo-700\/60{
  border-top-color: rgb(67 56 202 / 0.6);
}

.border-t-indigo-700\/65{
  border-top-color: rgb(67 56 202 / 0.65);
}

.border-t-indigo-700\/70{
  border-top-color: rgb(67 56 202 / 0.7);
}

.border-t-indigo-700\/75{
  border-top-color: rgb(67 56 202 / 0.75);
}

.border-t-indigo-700\/80{
  border-top-color: rgb(67 56 202 / 0.8);
}

.border-t-indigo-700\/85{
  border-top-color: rgb(67 56 202 / 0.85);
}

.border-t-indigo-700\/90{
  border-top-color: rgb(67 56 202 / 0.9);
}

.border-t-indigo-700\/95{
  border-top-color: rgb(67 56 202 / 0.95);
}

.border-t-indigo-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-t-indigo-800\/0{
  border-top-color: rgb(55 48 163 / 0);
}

.border-t-indigo-800\/10{
  border-top-color: rgb(55 48 163 / 0.1);
}

.border-t-indigo-800\/100{
  border-top-color: rgb(55 48 163 / 1);
}

.border-t-indigo-800\/15{
  border-top-color: rgb(55 48 163 / 0.15);
}

.border-t-indigo-800\/20{
  border-top-color: rgb(55 48 163 / 0.2);
}

.border-t-indigo-800\/25{
  border-top-color: rgb(55 48 163 / 0.25);
}

.border-t-indigo-800\/30{
  border-top-color: rgb(55 48 163 / 0.3);
}

.border-t-indigo-800\/35{
  border-top-color: rgb(55 48 163 / 0.35);
}

.border-t-indigo-800\/40{
  border-top-color: rgb(55 48 163 / 0.4);
}

.border-t-indigo-800\/45{
  border-top-color: rgb(55 48 163 / 0.45);
}

.border-t-indigo-800\/5{
  border-top-color: rgb(55 48 163 / 0.05);
}

.border-t-indigo-800\/50{
  border-top-color: rgb(55 48 163 / 0.5);
}

.border-t-indigo-800\/55{
  border-top-color: rgb(55 48 163 / 0.55);
}

.border-t-indigo-800\/60{
  border-top-color: rgb(55 48 163 / 0.6);
}

.border-t-indigo-800\/65{
  border-top-color: rgb(55 48 163 / 0.65);
}

.border-t-indigo-800\/70{
  border-top-color: rgb(55 48 163 / 0.7);
}

.border-t-indigo-800\/75{
  border-top-color: rgb(55 48 163 / 0.75);
}

.border-t-indigo-800\/80{
  border-top-color: rgb(55 48 163 / 0.8);
}

.border-t-indigo-800\/85{
  border-top-color: rgb(55 48 163 / 0.85);
}

.border-t-indigo-800\/90{
  border-top-color: rgb(55 48 163 / 0.9);
}

.border-t-indigo-800\/95{
  border-top-color: rgb(55 48 163 / 0.95);
}

.border-t-indigo-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-t-indigo-900\/0{
  border-top-color: rgb(49 46 129 / 0);
}

.border-t-indigo-900\/10{
  border-top-color: rgb(49 46 129 / 0.1);
}

.border-t-indigo-900\/100{
  border-top-color: rgb(49 46 129 / 1);
}

.border-t-indigo-900\/15{
  border-top-color: rgb(49 46 129 / 0.15);
}

.border-t-indigo-900\/20{
  border-top-color: rgb(49 46 129 / 0.2);
}

.border-t-indigo-900\/25{
  border-top-color: rgb(49 46 129 / 0.25);
}

.border-t-indigo-900\/30{
  border-top-color: rgb(49 46 129 / 0.3);
}

.border-t-indigo-900\/35{
  border-top-color: rgb(49 46 129 / 0.35);
}

.border-t-indigo-900\/40{
  border-top-color: rgb(49 46 129 / 0.4);
}

.border-t-indigo-900\/45{
  border-top-color: rgb(49 46 129 / 0.45);
}

.border-t-indigo-900\/5{
  border-top-color: rgb(49 46 129 / 0.05);
}

.border-t-indigo-900\/50{
  border-top-color: rgb(49 46 129 / 0.5);
}

.border-t-indigo-900\/55{
  border-top-color: rgb(49 46 129 / 0.55);
}

.border-t-indigo-900\/60{
  border-top-color: rgb(49 46 129 / 0.6);
}

.border-t-indigo-900\/65{
  border-top-color: rgb(49 46 129 / 0.65);
}

.border-t-indigo-900\/70{
  border-top-color: rgb(49 46 129 / 0.7);
}

.border-t-indigo-900\/75{
  border-top-color: rgb(49 46 129 / 0.75);
}

.border-t-indigo-900\/80{
  border-top-color: rgb(49 46 129 / 0.8);
}

.border-t-indigo-900\/85{
  border-top-color: rgb(49 46 129 / 0.85);
}

.border-t-indigo-900\/90{
  border-top-color: rgb(49 46 129 / 0.9);
}

.border-t-indigo-900\/95{
  border-top-color: rgb(49 46 129 / 0.95);
}

.border-t-indigo-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-t-indigo-950\/0{
  border-top-color: rgb(30 27 75 / 0);
}

.border-t-indigo-950\/10{
  border-top-color: rgb(30 27 75 / 0.1);
}

.border-t-indigo-950\/100{
  border-top-color: rgb(30 27 75 / 1);
}

.border-t-indigo-950\/15{
  border-top-color: rgb(30 27 75 / 0.15);
}

.border-t-indigo-950\/20{
  border-top-color: rgb(30 27 75 / 0.2);
}

.border-t-indigo-950\/25{
  border-top-color: rgb(30 27 75 / 0.25);
}

.border-t-indigo-950\/30{
  border-top-color: rgb(30 27 75 / 0.3);
}

.border-t-indigo-950\/35{
  border-top-color: rgb(30 27 75 / 0.35);
}

.border-t-indigo-950\/40{
  border-top-color: rgb(30 27 75 / 0.4);
}

.border-t-indigo-950\/45{
  border-top-color: rgb(30 27 75 / 0.45);
}

.border-t-indigo-950\/5{
  border-top-color: rgb(30 27 75 / 0.05);
}

.border-t-indigo-950\/50{
  border-top-color: rgb(30 27 75 / 0.5);
}

.border-t-indigo-950\/55{
  border-top-color: rgb(30 27 75 / 0.55);
}

.border-t-indigo-950\/60{
  border-top-color: rgb(30 27 75 / 0.6);
}

.border-t-indigo-950\/65{
  border-top-color: rgb(30 27 75 / 0.65);
}

.border-t-indigo-950\/70{
  border-top-color: rgb(30 27 75 / 0.7);
}

.border-t-indigo-950\/75{
  border-top-color: rgb(30 27 75 / 0.75);
}

.border-t-indigo-950\/80{
  border-top-color: rgb(30 27 75 / 0.8);
}

.border-t-indigo-950\/85{
  border-top-color: rgb(30 27 75 / 0.85);
}

.border-t-indigo-950\/90{
  border-top-color: rgb(30 27 75 / 0.9);
}

.border-t-indigo-950\/95{
  border-top-color: rgb(30 27 75 / 0.95);
}

.border-t-info{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.border-t-info-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.border-t-info-hover\/0{
  border-top-color: rgb(203 122 0 / 0);
}

.border-t-info-hover\/10{
  border-top-color: rgb(203 122 0 / 0.1);
}

.border-t-info-hover\/100{
  border-top-color: rgb(203 122 0 / 1);
}

.border-t-info-hover\/15{
  border-top-color: rgb(203 122 0 / 0.15);
}

.border-t-info-hover\/20{
  border-top-color: rgb(203 122 0 / 0.2);
}

.border-t-info-hover\/25{
  border-top-color: rgb(203 122 0 / 0.25);
}

.border-t-info-hover\/30{
  border-top-color: rgb(203 122 0 / 0.3);
}

.border-t-info-hover\/35{
  border-top-color: rgb(203 122 0 / 0.35);
}

.border-t-info-hover\/40{
  border-top-color: rgb(203 122 0 / 0.4);
}

.border-t-info-hover\/45{
  border-top-color: rgb(203 122 0 / 0.45);
}

.border-t-info-hover\/5{
  border-top-color: rgb(203 122 0 / 0.05);
}

.border-t-info-hover\/50{
  border-top-color: rgb(203 122 0 / 0.5);
}

.border-t-info-hover\/55{
  border-top-color: rgb(203 122 0 / 0.55);
}

.border-t-info-hover\/60{
  border-top-color: rgb(203 122 0 / 0.6);
}

.border-t-info-hover\/65{
  border-top-color: rgb(203 122 0 / 0.65);
}

.border-t-info-hover\/70{
  border-top-color: rgb(203 122 0 / 0.7);
}

.border-t-info-hover\/75{
  border-top-color: rgb(203 122 0 / 0.75);
}

.border-t-info-hover\/80{
  border-top-color: rgb(203 122 0 / 0.8);
}

.border-t-info-hover\/85{
  border-top-color: rgb(203 122 0 / 0.85);
}

.border-t-info-hover\/90{
  border-top-color: rgb(203 122 0 / 0.9);
}

.border-t-info-hover\/95{
  border-top-color: rgb(203 122 0 / 0.95);
}

.border-t-info\/0{
  border-top-color: rgb(247 159 26 / 0);
}

.border-t-info\/10{
  border-top-color: rgb(247 159 26 / 0.1);
}

.border-t-info\/100{
  border-top-color: rgb(247 159 26 / 1);
}

.border-t-info\/15{
  border-top-color: rgb(247 159 26 / 0.15);
}

.border-t-info\/20{
  border-top-color: rgb(247 159 26 / 0.2);
}

.border-t-info\/25{
  border-top-color: rgb(247 159 26 / 0.25);
}

.border-t-info\/30{
  border-top-color: rgb(247 159 26 / 0.3);
}

.border-t-info\/35{
  border-top-color: rgb(247 159 26 / 0.35);
}

.border-t-info\/40{
  border-top-color: rgb(247 159 26 / 0.4);
}

.border-t-info\/45{
  border-top-color: rgb(247 159 26 / 0.45);
}

.border-t-info\/5{
  border-top-color: rgb(247 159 26 / 0.05);
}

.border-t-info\/50{
  border-top-color: rgb(247 159 26 / 0.5);
}

.border-t-info\/55{
  border-top-color: rgb(247 159 26 / 0.55);
}

.border-t-info\/60{
  border-top-color: rgb(247 159 26 / 0.6);
}

.border-t-info\/65{
  border-top-color: rgb(247 159 26 / 0.65);
}

.border-t-info\/70{
  border-top-color: rgb(247 159 26 / 0.7);
}

.border-t-info\/75{
  border-top-color: rgb(247 159 26 / 0.75);
}

.border-t-info\/80{
  border-top-color: rgb(247 159 26 / 0.8);
}

.border-t-info\/85{
  border-top-color: rgb(247 159 26 / 0.85);
}

.border-t-info\/90{
  border-top-color: rgb(247 159 26 / 0.9);
}

.border-t-info\/95{
  border-top-color: rgb(247 159 26 / 0.95);
}

.border-t-inherit{
  border-top-color: inherit;
}

.border-t-lime-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-t-lime-100\/0{
  border-top-color: rgb(236 252 203 / 0);
}

.border-t-lime-100\/10{
  border-top-color: rgb(236 252 203 / 0.1);
}

.border-t-lime-100\/100{
  border-top-color: rgb(236 252 203 / 1);
}

.border-t-lime-100\/15{
  border-top-color: rgb(236 252 203 / 0.15);
}

.border-t-lime-100\/20{
  border-top-color: rgb(236 252 203 / 0.2);
}

.border-t-lime-100\/25{
  border-top-color: rgb(236 252 203 / 0.25);
}

.border-t-lime-100\/30{
  border-top-color: rgb(236 252 203 / 0.3);
}

.border-t-lime-100\/35{
  border-top-color: rgb(236 252 203 / 0.35);
}

.border-t-lime-100\/40{
  border-top-color: rgb(236 252 203 / 0.4);
}

.border-t-lime-100\/45{
  border-top-color: rgb(236 252 203 / 0.45);
}

.border-t-lime-100\/5{
  border-top-color: rgb(236 252 203 / 0.05);
}

.border-t-lime-100\/50{
  border-top-color: rgb(236 252 203 / 0.5);
}

.border-t-lime-100\/55{
  border-top-color: rgb(236 252 203 / 0.55);
}

.border-t-lime-100\/60{
  border-top-color: rgb(236 252 203 / 0.6);
}

.border-t-lime-100\/65{
  border-top-color: rgb(236 252 203 / 0.65);
}

.border-t-lime-100\/70{
  border-top-color: rgb(236 252 203 / 0.7);
}

.border-t-lime-100\/75{
  border-top-color: rgb(236 252 203 / 0.75);
}

.border-t-lime-100\/80{
  border-top-color: rgb(236 252 203 / 0.8);
}

.border-t-lime-100\/85{
  border-top-color: rgb(236 252 203 / 0.85);
}

.border-t-lime-100\/90{
  border-top-color: rgb(236 252 203 / 0.9);
}

.border-t-lime-100\/95{
  border-top-color: rgb(236 252 203 / 0.95);
}

.border-t-lime-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-t-lime-200\/0{
  border-top-color: rgb(217 249 157 / 0);
}

.border-t-lime-200\/10{
  border-top-color: rgb(217 249 157 / 0.1);
}

.border-t-lime-200\/100{
  border-top-color: rgb(217 249 157 / 1);
}

.border-t-lime-200\/15{
  border-top-color: rgb(217 249 157 / 0.15);
}

.border-t-lime-200\/20{
  border-top-color: rgb(217 249 157 / 0.2);
}

.border-t-lime-200\/25{
  border-top-color: rgb(217 249 157 / 0.25);
}

.border-t-lime-200\/30{
  border-top-color: rgb(217 249 157 / 0.3);
}

.border-t-lime-200\/35{
  border-top-color: rgb(217 249 157 / 0.35);
}

.border-t-lime-200\/40{
  border-top-color: rgb(217 249 157 / 0.4);
}

.border-t-lime-200\/45{
  border-top-color: rgb(217 249 157 / 0.45);
}

.border-t-lime-200\/5{
  border-top-color: rgb(217 249 157 / 0.05);
}

.border-t-lime-200\/50{
  border-top-color: rgb(217 249 157 / 0.5);
}

.border-t-lime-200\/55{
  border-top-color: rgb(217 249 157 / 0.55);
}

.border-t-lime-200\/60{
  border-top-color: rgb(217 249 157 / 0.6);
}

.border-t-lime-200\/65{
  border-top-color: rgb(217 249 157 / 0.65);
}

.border-t-lime-200\/70{
  border-top-color: rgb(217 249 157 / 0.7);
}

.border-t-lime-200\/75{
  border-top-color: rgb(217 249 157 / 0.75);
}

.border-t-lime-200\/80{
  border-top-color: rgb(217 249 157 / 0.8);
}

.border-t-lime-200\/85{
  border-top-color: rgb(217 249 157 / 0.85);
}

.border-t-lime-200\/90{
  border-top-color: rgb(217 249 157 / 0.9);
}

.border-t-lime-200\/95{
  border-top-color: rgb(217 249 157 / 0.95);
}

.border-t-lime-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-t-lime-300\/0{
  border-top-color: rgb(190 242 100 / 0);
}

.border-t-lime-300\/10{
  border-top-color: rgb(190 242 100 / 0.1);
}

.border-t-lime-300\/100{
  border-top-color: rgb(190 242 100 / 1);
}

.border-t-lime-300\/15{
  border-top-color: rgb(190 242 100 / 0.15);
}

.border-t-lime-300\/20{
  border-top-color: rgb(190 242 100 / 0.2);
}

.border-t-lime-300\/25{
  border-top-color: rgb(190 242 100 / 0.25);
}

.border-t-lime-300\/30{
  border-top-color: rgb(190 242 100 / 0.3);
}

.border-t-lime-300\/35{
  border-top-color: rgb(190 242 100 / 0.35);
}

.border-t-lime-300\/40{
  border-top-color: rgb(190 242 100 / 0.4);
}

.border-t-lime-300\/45{
  border-top-color: rgb(190 242 100 / 0.45);
}

.border-t-lime-300\/5{
  border-top-color: rgb(190 242 100 / 0.05);
}

.border-t-lime-300\/50{
  border-top-color: rgb(190 242 100 / 0.5);
}

.border-t-lime-300\/55{
  border-top-color: rgb(190 242 100 / 0.55);
}

.border-t-lime-300\/60{
  border-top-color: rgb(190 242 100 / 0.6);
}

.border-t-lime-300\/65{
  border-top-color: rgb(190 242 100 / 0.65);
}

.border-t-lime-300\/70{
  border-top-color: rgb(190 242 100 / 0.7);
}

.border-t-lime-300\/75{
  border-top-color: rgb(190 242 100 / 0.75);
}

.border-t-lime-300\/80{
  border-top-color: rgb(190 242 100 / 0.8);
}

.border-t-lime-300\/85{
  border-top-color: rgb(190 242 100 / 0.85);
}

.border-t-lime-300\/90{
  border-top-color: rgb(190 242 100 / 0.9);
}

.border-t-lime-300\/95{
  border-top-color: rgb(190 242 100 / 0.95);
}

.border-t-lime-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-t-lime-400\/0{
  border-top-color: rgb(163 230 53 / 0);
}

.border-t-lime-400\/10{
  border-top-color: rgb(163 230 53 / 0.1);
}

.border-t-lime-400\/100{
  border-top-color: rgb(163 230 53 / 1);
}

.border-t-lime-400\/15{
  border-top-color: rgb(163 230 53 / 0.15);
}

.border-t-lime-400\/20{
  border-top-color: rgb(163 230 53 / 0.2);
}

.border-t-lime-400\/25{
  border-top-color: rgb(163 230 53 / 0.25);
}

.border-t-lime-400\/30{
  border-top-color: rgb(163 230 53 / 0.3);
}

.border-t-lime-400\/35{
  border-top-color: rgb(163 230 53 / 0.35);
}

.border-t-lime-400\/40{
  border-top-color: rgb(163 230 53 / 0.4);
}

.border-t-lime-400\/45{
  border-top-color: rgb(163 230 53 / 0.45);
}

.border-t-lime-400\/5{
  border-top-color: rgb(163 230 53 / 0.05);
}

.border-t-lime-400\/50{
  border-top-color: rgb(163 230 53 / 0.5);
}

.border-t-lime-400\/55{
  border-top-color: rgb(163 230 53 / 0.55);
}

.border-t-lime-400\/60{
  border-top-color: rgb(163 230 53 / 0.6);
}

.border-t-lime-400\/65{
  border-top-color: rgb(163 230 53 / 0.65);
}

.border-t-lime-400\/70{
  border-top-color: rgb(163 230 53 / 0.7);
}

.border-t-lime-400\/75{
  border-top-color: rgb(163 230 53 / 0.75);
}

.border-t-lime-400\/80{
  border-top-color: rgb(163 230 53 / 0.8);
}

.border-t-lime-400\/85{
  border-top-color: rgb(163 230 53 / 0.85);
}

.border-t-lime-400\/90{
  border-top-color: rgb(163 230 53 / 0.9);
}

.border-t-lime-400\/95{
  border-top-color: rgb(163 230 53 / 0.95);
}

.border-t-lime-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-t-lime-50\/0{
  border-top-color: rgb(247 254 231 / 0);
}

.border-t-lime-50\/10{
  border-top-color: rgb(247 254 231 / 0.1);
}

.border-t-lime-50\/100{
  border-top-color: rgb(247 254 231 / 1);
}

.border-t-lime-50\/15{
  border-top-color: rgb(247 254 231 / 0.15);
}

.border-t-lime-50\/20{
  border-top-color: rgb(247 254 231 / 0.2);
}

.border-t-lime-50\/25{
  border-top-color: rgb(247 254 231 / 0.25);
}

.border-t-lime-50\/30{
  border-top-color: rgb(247 254 231 / 0.3);
}

.border-t-lime-50\/35{
  border-top-color: rgb(247 254 231 / 0.35);
}

.border-t-lime-50\/40{
  border-top-color: rgb(247 254 231 / 0.4);
}

.border-t-lime-50\/45{
  border-top-color: rgb(247 254 231 / 0.45);
}

.border-t-lime-50\/5{
  border-top-color: rgb(247 254 231 / 0.05);
}

.border-t-lime-50\/50{
  border-top-color: rgb(247 254 231 / 0.5);
}

.border-t-lime-50\/55{
  border-top-color: rgb(247 254 231 / 0.55);
}

.border-t-lime-50\/60{
  border-top-color: rgb(247 254 231 / 0.6);
}

.border-t-lime-50\/65{
  border-top-color: rgb(247 254 231 / 0.65);
}

.border-t-lime-50\/70{
  border-top-color: rgb(247 254 231 / 0.7);
}

.border-t-lime-50\/75{
  border-top-color: rgb(247 254 231 / 0.75);
}

.border-t-lime-50\/80{
  border-top-color: rgb(247 254 231 / 0.8);
}

.border-t-lime-50\/85{
  border-top-color: rgb(247 254 231 / 0.85);
}

.border-t-lime-50\/90{
  border-top-color: rgb(247 254 231 / 0.9);
}

.border-t-lime-50\/95{
  border-top-color: rgb(247 254 231 / 0.95);
}

.border-t-lime-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-t-lime-500\/0{
  border-top-color: rgb(132 204 22 / 0);
}

.border-t-lime-500\/10{
  border-top-color: rgb(132 204 22 / 0.1);
}

.border-t-lime-500\/100{
  border-top-color: rgb(132 204 22 / 1);
}

.border-t-lime-500\/15{
  border-top-color: rgb(132 204 22 / 0.15);
}

.border-t-lime-500\/20{
  border-top-color: rgb(132 204 22 / 0.2);
}

.border-t-lime-500\/25{
  border-top-color: rgb(132 204 22 / 0.25);
}

.border-t-lime-500\/30{
  border-top-color: rgb(132 204 22 / 0.3);
}

.border-t-lime-500\/35{
  border-top-color: rgb(132 204 22 / 0.35);
}

.border-t-lime-500\/40{
  border-top-color: rgb(132 204 22 / 0.4);
}

.border-t-lime-500\/45{
  border-top-color: rgb(132 204 22 / 0.45);
}

.border-t-lime-500\/5{
  border-top-color: rgb(132 204 22 / 0.05);
}

.border-t-lime-500\/50{
  border-top-color: rgb(132 204 22 / 0.5);
}

.border-t-lime-500\/55{
  border-top-color: rgb(132 204 22 / 0.55);
}

.border-t-lime-500\/60{
  border-top-color: rgb(132 204 22 / 0.6);
}

.border-t-lime-500\/65{
  border-top-color: rgb(132 204 22 / 0.65);
}

.border-t-lime-500\/70{
  border-top-color: rgb(132 204 22 / 0.7);
}

.border-t-lime-500\/75{
  border-top-color: rgb(132 204 22 / 0.75);
}

.border-t-lime-500\/80{
  border-top-color: rgb(132 204 22 / 0.8);
}

.border-t-lime-500\/85{
  border-top-color: rgb(132 204 22 / 0.85);
}

.border-t-lime-500\/90{
  border-top-color: rgb(132 204 22 / 0.9);
}

.border-t-lime-500\/95{
  border-top-color: rgb(132 204 22 / 0.95);
}

.border-t-lime-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-t-lime-600\/0{
  border-top-color: rgb(101 163 13 / 0);
}

.border-t-lime-600\/10{
  border-top-color: rgb(101 163 13 / 0.1);
}

.border-t-lime-600\/100{
  border-top-color: rgb(101 163 13 / 1);
}

.border-t-lime-600\/15{
  border-top-color: rgb(101 163 13 / 0.15);
}

.border-t-lime-600\/20{
  border-top-color: rgb(101 163 13 / 0.2);
}

.border-t-lime-600\/25{
  border-top-color: rgb(101 163 13 / 0.25);
}

.border-t-lime-600\/30{
  border-top-color: rgb(101 163 13 / 0.3);
}

.border-t-lime-600\/35{
  border-top-color: rgb(101 163 13 / 0.35);
}

.border-t-lime-600\/40{
  border-top-color: rgb(101 163 13 / 0.4);
}

.border-t-lime-600\/45{
  border-top-color: rgb(101 163 13 / 0.45);
}

.border-t-lime-600\/5{
  border-top-color: rgb(101 163 13 / 0.05);
}

.border-t-lime-600\/50{
  border-top-color: rgb(101 163 13 / 0.5);
}

.border-t-lime-600\/55{
  border-top-color: rgb(101 163 13 / 0.55);
}

.border-t-lime-600\/60{
  border-top-color: rgb(101 163 13 / 0.6);
}

.border-t-lime-600\/65{
  border-top-color: rgb(101 163 13 / 0.65);
}

.border-t-lime-600\/70{
  border-top-color: rgb(101 163 13 / 0.7);
}

.border-t-lime-600\/75{
  border-top-color: rgb(101 163 13 / 0.75);
}

.border-t-lime-600\/80{
  border-top-color: rgb(101 163 13 / 0.8);
}

.border-t-lime-600\/85{
  border-top-color: rgb(101 163 13 / 0.85);
}

.border-t-lime-600\/90{
  border-top-color: rgb(101 163 13 / 0.9);
}

.border-t-lime-600\/95{
  border-top-color: rgb(101 163 13 / 0.95);
}

.border-t-lime-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-t-lime-700\/0{
  border-top-color: rgb(77 124 15 / 0);
}

.border-t-lime-700\/10{
  border-top-color: rgb(77 124 15 / 0.1);
}

.border-t-lime-700\/100{
  border-top-color: rgb(77 124 15 / 1);
}

.border-t-lime-700\/15{
  border-top-color: rgb(77 124 15 / 0.15);
}

.border-t-lime-700\/20{
  border-top-color: rgb(77 124 15 / 0.2);
}

.border-t-lime-700\/25{
  border-top-color: rgb(77 124 15 / 0.25);
}

.border-t-lime-700\/30{
  border-top-color: rgb(77 124 15 / 0.3);
}

.border-t-lime-700\/35{
  border-top-color: rgb(77 124 15 / 0.35);
}

.border-t-lime-700\/40{
  border-top-color: rgb(77 124 15 / 0.4);
}

.border-t-lime-700\/45{
  border-top-color: rgb(77 124 15 / 0.45);
}

.border-t-lime-700\/5{
  border-top-color: rgb(77 124 15 / 0.05);
}

.border-t-lime-700\/50{
  border-top-color: rgb(77 124 15 / 0.5);
}

.border-t-lime-700\/55{
  border-top-color: rgb(77 124 15 / 0.55);
}

.border-t-lime-700\/60{
  border-top-color: rgb(77 124 15 / 0.6);
}

.border-t-lime-700\/65{
  border-top-color: rgb(77 124 15 / 0.65);
}

.border-t-lime-700\/70{
  border-top-color: rgb(77 124 15 / 0.7);
}

.border-t-lime-700\/75{
  border-top-color: rgb(77 124 15 / 0.75);
}

.border-t-lime-700\/80{
  border-top-color: rgb(77 124 15 / 0.8);
}

.border-t-lime-700\/85{
  border-top-color: rgb(77 124 15 / 0.85);
}

.border-t-lime-700\/90{
  border-top-color: rgb(77 124 15 / 0.9);
}

.border-t-lime-700\/95{
  border-top-color: rgb(77 124 15 / 0.95);
}

.border-t-lime-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-t-lime-800\/0{
  border-top-color: rgb(63 98 18 / 0);
}

.border-t-lime-800\/10{
  border-top-color: rgb(63 98 18 / 0.1);
}

.border-t-lime-800\/100{
  border-top-color: rgb(63 98 18 / 1);
}

.border-t-lime-800\/15{
  border-top-color: rgb(63 98 18 / 0.15);
}

.border-t-lime-800\/20{
  border-top-color: rgb(63 98 18 / 0.2);
}

.border-t-lime-800\/25{
  border-top-color: rgb(63 98 18 / 0.25);
}

.border-t-lime-800\/30{
  border-top-color: rgb(63 98 18 / 0.3);
}

.border-t-lime-800\/35{
  border-top-color: rgb(63 98 18 / 0.35);
}

.border-t-lime-800\/40{
  border-top-color: rgb(63 98 18 / 0.4);
}

.border-t-lime-800\/45{
  border-top-color: rgb(63 98 18 / 0.45);
}

.border-t-lime-800\/5{
  border-top-color: rgb(63 98 18 / 0.05);
}

.border-t-lime-800\/50{
  border-top-color: rgb(63 98 18 / 0.5);
}

.border-t-lime-800\/55{
  border-top-color: rgb(63 98 18 / 0.55);
}

.border-t-lime-800\/60{
  border-top-color: rgb(63 98 18 / 0.6);
}

.border-t-lime-800\/65{
  border-top-color: rgb(63 98 18 / 0.65);
}

.border-t-lime-800\/70{
  border-top-color: rgb(63 98 18 / 0.7);
}

.border-t-lime-800\/75{
  border-top-color: rgb(63 98 18 / 0.75);
}

.border-t-lime-800\/80{
  border-top-color: rgb(63 98 18 / 0.8);
}

.border-t-lime-800\/85{
  border-top-color: rgb(63 98 18 / 0.85);
}

.border-t-lime-800\/90{
  border-top-color: rgb(63 98 18 / 0.9);
}

.border-t-lime-800\/95{
  border-top-color: rgb(63 98 18 / 0.95);
}

.border-t-lime-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-t-lime-900\/0{
  border-top-color: rgb(54 83 20 / 0);
}

.border-t-lime-900\/10{
  border-top-color: rgb(54 83 20 / 0.1);
}

.border-t-lime-900\/100{
  border-top-color: rgb(54 83 20 / 1);
}

.border-t-lime-900\/15{
  border-top-color: rgb(54 83 20 / 0.15);
}

.border-t-lime-900\/20{
  border-top-color: rgb(54 83 20 / 0.2);
}

.border-t-lime-900\/25{
  border-top-color: rgb(54 83 20 / 0.25);
}

.border-t-lime-900\/30{
  border-top-color: rgb(54 83 20 / 0.3);
}

.border-t-lime-900\/35{
  border-top-color: rgb(54 83 20 / 0.35);
}

.border-t-lime-900\/40{
  border-top-color: rgb(54 83 20 / 0.4);
}

.border-t-lime-900\/45{
  border-top-color: rgb(54 83 20 / 0.45);
}

.border-t-lime-900\/5{
  border-top-color: rgb(54 83 20 / 0.05);
}

.border-t-lime-900\/50{
  border-top-color: rgb(54 83 20 / 0.5);
}

.border-t-lime-900\/55{
  border-top-color: rgb(54 83 20 / 0.55);
}

.border-t-lime-900\/60{
  border-top-color: rgb(54 83 20 / 0.6);
}

.border-t-lime-900\/65{
  border-top-color: rgb(54 83 20 / 0.65);
}

.border-t-lime-900\/70{
  border-top-color: rgb(54 83 20 / 0.7);
}

.border-t-lime-900\/75{
  border-top-color: rgb(54 83 20 / 0.75);
}

.border-t-lime-900\/80{
  border-top-color: rgb(54 83 20 / 0.8);
}

.border-t-lime-900\/85{
  border-top-color: rgb(54 83 20 / 0.85);
}

.border-t-lime-900\/90{
  border-top-color: rgb(54 83 20 / 0.9);
}

.border-t-lime-900\/95{
  border-top-color: rgb(54 83 20 / 0.95);
}

.border-t-lime-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-t-lime-950\/0{
  border-top-color: rgb(26 46 5 / 0);
}

.border-t-lime-950\/10{
  border-top-color: rgb(26 46 5 / 0.1);
}

.border-t-lime-950\/100{
  border-top-color: rgb(26 46 5 / 1);
}

.border-t-lime-950\/15{
  border-top-color: rgb(26 46 5 / 0.15);
}

.border-t-lime-950\/20{
  border-top-color: rgb(26 46 5 / 0.2);
}

.border-t-lime-950\/25{
  border-top-color: rgb(26 46 5 / 0.25);
}

.border-t-lime-950\/30{
  border-top-color: rgb(26 46 5 / 0.3);
}

.border-t-lime-950\/35{
  border-top-color: rgb(26 46 5 / 0.35);
}

.border-t-lime-950\/40{
  border-top-color: rgb(26 46 5 / 0.4);
}

.border-t-lime-950\/45{
  border-top-color: rgb(26 46 5 / 0.45);
}

.border-t-lime-950\/5{
  border-top-color: rgb(26 46 5 / 0.05);
}

.border-t-lime-950\/50{
  border-top-color: rgb(26 46 5 / 0.5);
}

.border-t-lime-950\/55{
  border-top-color: rgb(26 46 5 / 0.55);
}

.border-t-lime-950\/60{
  border-top-color: rgb(26 46 5 / 0.6);
}

.border-t-lime-950\/65{
  border-top-color: rgb(26 46 5 / 0.65);
}

.border-t-lime-950\/70{
  border-top-color: rgb(26 46 5 / 0.7);
}

.border-t-lime-950\/75{
  border-top-color: rgb(26 46 5 / 0.75);
}

.border-t-lime-950\/80{
  border-top-color: rgb(26 46 5 / 0.8);
}

.border-t-lime-950\/85{
  border-top-color: rgb(26 46 5 / 0.85);
}

.border-t-lime-950\/90{
  border-top-color: rgb(26 46 5 / 0.9);
}

.border-t-lime-950\/95{
  border-top-color: rgb(26 46 5 / 0.95);
}

.border-t-neutral-01{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-t-neutral-01\/0{
  border-top-color: rgb(224 224 224 / 0);
}

.border-t-neutral-01\/10{
  border-top-color: rgb(224 224 224 / 0.1);
}

.border-t-neutral-01\/100{
  border-top-color: rgb(224 224 224 / 1);
}

.border-t-neutral-01\/15{
  border-top-color: rgb(224 224 224 / 0.15);
}

.border-t-neutral-01\/20{
  border-top-color: rgb(224 224 224 / 0.2);
}

.border-t-neutral-01\/25{
  border-top-color: rgb(224 224 224 / 0.25);
}

.border-t-neutral-01\/30{
  border-top-color: rgb(224 224 224 / 0.3);
}

.border-t-neutral-01\/35{
  border-top-color: rgb(224 224 224 / 0.35);
}

.border-t-neutral-01\/40{
  border-top-color: rgb(224 224 224 / 0.4);
}

.border-t-neutral-01\/45{
  border-top-color: rgb(224 224 224 / 0.45);
}

.border-t-neutral-01\/5{
  border-top-color: rgb(224 224 224 / 0.05);
}

.border-t-neutral-01\/50{
  border-top-color: rgb(224 224 224 / 0.5);
}

.border-t-neutral-01\/55{
  border-top-color: rgb(224 224 224 / 0.55);
}

.border-t-neutral-01\/60{
  border-top-color: rgb(224 224 224 / 0.6);
}

.border-t-neutral-01\/65{
  border-top-color: rgb(224 224 224 / 0.65);
}

.border-t-neutral-01\/70{
  border-top-color: rgb(224 224 224 / 0.7);
}

.border-t-neutral-01\/75{
  border-top-color: rgb(224 224 224 / 0.75);
}

.border-t-neutral-01\/80{
  border-top-color: rgb(224 224 224 / 0.8);
}

.border-t-neutral-01\/85{
  border-top-color: rgb(224 224 224 / 0.85);
}

.border-t-neutral-01\/90{
  border-top-color: rgb(224 224 224 / 0.9);
}

.border-t-neutral-01\/95{
  border-top-color: rgb(224 224 224 / 0.95);
}

.border-t-neutral-02{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.border-t-neutral-02\/0{
  border-top-color: rgb(228 234 238 / 0);
}

.border-t-neutral-02\/10{
  border-top-color: rgb(228 234 238 / 0.1);
}

.border-t-neutral-02\/100{
  border-top-color: rgb(228 234 238 / 1);
}

.border-t-neutral-02\/15{
  border-top-color: rgb(228 234 238 / 0.15);
}

.border-t-neutral-02\/20{
  border-top-color: rgb(228 234 238 / 0.2);
}

.border-t-neutral-02\/25{
  border-top-color: rgb(228 234 238 / 0.25);
}

.border-t-neutral-02\/30{
  border-top-color: rgb(228 234 238 / 0.3);
}

.border-t-neutral-02\/35{
  border-top-color: rgb(228 234 238 / 0.35);
}

.border-t-neutral-02\/40{
  border-top-color: rgb(228 234 238 / 0.4);
}

.border-t-neutral-02\/45{
  border-top-color: rgb(228 234 238 / 0.45);
}

.border-t-neutral-02\/5{
  border-top-color: rgb(228 234 238 / 0.05);
}

.border-t-neutral-02\/50{
  border-top-color: rgb(228 234 238 / 0.5);
}

.border-t-neutral-02\/55{
  border-top-color: rgb(228 234 238 / 0.55);
}

.border-t-neutral-02\/60{
  border-top-color: rgb(228 234 238 / 0.6);
}

.border-t-neutral-02\/65{
  border-top-color: rgb(228 234 238 / 0.65);
}

.border-t-neutral-02\/70{
  border-top-color: rgb(228 234 238 / 0.7);
}

.border-t-neutral-02\/75{
  border-top-color: rgb(228 234 238 / 0.75);
}

.border-t-neutral-02\/80{
  border-top-color: rgb(228 234 238 / 0.8);
}

.border-t-neutral-02\/85{
  border-top-color: rgb(228 234 238 / 0.85);
}

.border-t-neutral-02\/90{
  border-top-color: rgb(228 234 238 / 0.9);
}

.border-t-neutral-02\/95{
  border-top-color: rgb(228 234 238 / 0.95);
}

.border-t-neutral-03{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.border-t-neutral-03\/0{
  border-top-color: rgb(236 239 250 / 0);
}

.border-t-neutral-03\/10{
  border-top-color: rgb(236 239 250 / 0.1);
}

.border-t-neutral-03\/100{
  border-top-color: rgb(236 239 250 / 1);
}

.border-t-neutral-03\/15{
  border-top-color: rgb(236 239 250 / 0.15);
}

.border-t-neutral-03\/20{
  border-top-color: rgb(236 239 250 / 0.2);
}

.border-t-neutral-03\/25{
  border-top-color: rgb(236 239 250 / 0.25);
}

.border-t-neutral-03\/30{
  border-top-color: rgb(236 239 250 / 0.3);
}

.border-t-neutral-03\/35{
  border-top-color: rgb(236 239 250 / 0.35);
}

.border-t-neutral-03\/40{
  border-top-color: rgb(236 239 250 / 0.4);
}

.border-t-neutral-03\/45{
  border-top-color: rgb(236 239 250 / 0.45);
}

.border-t-neutral-03\/5{
  border-top-color: rgb(236 239 250 / 0.05);
}

.border-t-neutral-03\/50{
  border-top-color: rgb(236 239 250 / 0.5);
}

.border-t-neutral-03\/55{
  border-top-color: rgb(236 239 250 / 0.55);
}

.border-t-neutral-03\/60{
  border-top-color: rgb(236 239 250 / 0.6);
}

.border-t-neutral-03\/65{
  border-top-color: rgb(236 239 250 / 0.65);
}

.border-t-neutral-03\/70{
  border-top-color: rgb(236 239 250 / 0.7);
}

.border-t-neutral-03\/75{
  border-top-color: rgb(236 239 250 / 0.75);
}

.border-t-neutral-03\/80{
  border-top-color: rgb(236 239 250 / 0.8);
}

.border-t-neutral-03\/85{
  border-top-color: rgb(236 239 250 / 0.85);
}

.border-t-neutral-03\/90{
  border-top-color: rgb(236 239 250 / 0.9);
}

.border-t-neutral-03\/95{
  border-top-color: rgb(236 239 250 / 0.95);
}

.border-t-neutral-04{
  --tw-border-opacity: 1;
  border-top-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.border-t-neutral-04\/0{
  border-top-color: rgb(215 218 226 / 0);
}

.border-t-neutral-04\/10{
  border-top-color: rgb(215 218 226 / 0.1);
}

.border-t-neutral-04\/100{
  border-top-color: rgb(215 218 226 / 1);
}

.border-t-neutral-04\/15{
  border-top-color: rgb(215 218 226 / 0.15);
}

.border-t-neutral-04\/20{
  border-top-color: rgb(215 218 226 / 0.2);
}

.border-t-neutral-04\/25{
  border-top-color: rgb(215 218 226 / 0.25);
}

.border-t-neutral-04\/30{
  border-top-color: rgb(215 218 226 / 0.3);
}

.border-t-neutral-04\/35{
  border-top-color: rgb(215 218 226 / 0.35);
}

.border-t-neutral-04\/40{
  border-top-color: rgb(215 218 226 / 0.4);
}

.border-t-neutral-04\/45{
  border-top-color: rgb(215 218 226 / 0.45);
}

.border-t-neutral-04\/5{
  border-top-color: rgb(215 218 226 / 0.05);
}

.border-t-neutral-04\/50{
  border-top-color: rgb(215 218 226 / 0.5);
}

.border-t-neutral-04\/55{
  border-top-color: rgb(215 218 226 / 0.55);
}

.border-t-neutral-04\/60{
  border-top-color: rgb(215 218 226 / 0.6);
}

.border-t-neutral-04\/65{
  border-top-color: rgb(215 218 226 / 0.65);
}

.border-t-neutral-04\/70{
  border-top-color: rgb(215 218 226 / 0.7);
}

.border-t-neutral-04\/75{
  border-top-color: rgb(215 218 226 / 0.75);
}

.border-t-neutral-04\/80{
  border-top-color: rgb(215 218 226 / 0.8);
}

.border-t-neutral-04\/85{
  border-top-color: rgb(215 218 226 / 0.85);
}

.border-t-neutral-04\/90{
  border-top-color: rgb(215 218 226 / 0.9);
}

.border-t-neutral-04\/95{
  border-top-color: rgb(215 218 226 / 0.95);
}

.border-t-neutral-05{
  --tw-border-opacity: 1;
  border-top-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.border-t-neutral-05\/0{
  border-top-color: rgb(246 246 246 / 0);
}

.border-t-neutral-05\/10{
  border-top-color: rgb(246 246 246 / 0.1);
}

.border-t-neutral-05\/100{
  border-top-color: rgb(246 246 246 / 1);
}

.border-t-neutral-05\/15{
  border-top-color: rgb(246 246 246 / 0.15);
}

.border-t-neutral-05\/20{
  border-top-color: rgb(246 246 246 / 0.2);
}

.border-t-neutral-05\/25{
  border-top-color: rgb(246 246 246 / 0.25);
}

.border-t-neutral-05\/30{
  border-top-color: rgb(246 246 246 / 0.3);
}

.border-t-neutral-05\/35{
  border-top-color: rgb(246 246 246 / 0.35);
}

.border-t-neutral-05\/40{
  border-top-color: rgb(246 246 246 / 0.4);
}

.border-t-neutral-05\/45{
  border-top-color: rgb(246 246 246 / 0.45);
}

.border-t-neutral-05\/5{
  border-top-color: rgb(246 246 246 / 0.05);
}

.border-t-neutral-05\/50{
  border-top-color: rgb(246 246 246 / 0.5);
}

.border-t-neutral-05\/55{
  border-top-color: rgb(246 246 246 / 0.55);
}

.border-t-neutral-05\/60{
  border-top-color: rgb(246 246 246 / 0.6);
}

.border-t-neutral-05\/65{
  border-top-color: rgb(246 246 246 / 0.65);
}

.border-t-neutral-05\/70{
  border-top-color: rgb(246 246 246 / 0.7);
}

.border-t-neutral-05\/75{
  border-top-color: rgb(246 246 246 / 0.75);
}

.border-t-neutral-05\/80{
  border-top-color: rgb(246 246 246 / 0.8);
}

.border-t-neutral-05\/85{
  border-top-color: rgb(246 246 246 / 0.85);
}

.border-t-neutral-05\/90{
  border-top-color: rgb(246 246 246 / 0.9);
}

.border-t-neutral-05\/95{
  border-top-color: rgb(246 246 246 / 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\/15{
  border-top-color: rgb(245 245 245 / 0.15);
}

.border-t-neutral-100\/20{
  border-top-color: rgb(245 245 245 / 0.2);
}

.border-t-neutral-100\/25{
  border-top-color: rgb(245 245 245 / 0.25);
}

.border-t-neutral-100\/30{
  border-top-color: rgb(245 245 245 / 0.3);
}

.border-t-neutral-100\/35{
  border-top-color: rgb(245 245 245 / 0.35);
}

.border-t-neutral-100\/40{
  border-top-color: rgb(245 245 245 / 0.4);
}

.border-t-neutral-100\/45{
  border-top-color: rgb(245 245 245 / 0.45);
}

.border-t-neutral-100\/5{
  border-top-color: rgb(245 245 245 / 0.05);
}

.border-t-neutral-100\/50{
  border-top-color: rgb(245 245 245 / 0.5);
}

.border-t-neutral-100\/55{
  border-top-color: rgb(245 245 245 / 0.55);
}

.border-t-neutral-100\/60{
  border-top-color: rgb(245 245 245 / 0.6);
}

.border-t-neutral-100\/65{
  border-top-color: rgb(245 245 245 / 0.65);
}

.border-t-neutral-100\/70{
  border-top-color: rgb(245 245 245 / 0.7);
}

.border-t-neutral-100\/75{
  border-top-color: rgb(245 245 245 / 0.75);
}

.border-t-neutral-100\/80{
  border-top-color: rgb(245 245 245 / 0.8);
}

.border-t-neutral-100\/85{
  border-top-color: rgb(245 245 245 / 0.85);
}

.border-t-neutral-100\/90{
  border-top-color: rgb(245 245 245 / 0.9);
}

.border-t-neutral-100\/95{
  border-top-color: rgb(245 245 245 / 0.95);
}

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

.border-t-neutral-200\/0{
  border-top-color: rgb(229 229 229 / 0);
}

.border-t-neutral-200\/10{
  border-top-color: rgb(229 229 229 / 0.1);
}

.border-t-neutral-200\/100{
  border-top-color: rgb(229 229 229 / 1);
}

.border-t-neutral-200\/15{
  border-top-color: rgb(229 229 229 / 0.15);
}

.border-t-neutral-200\/20{
  border-top-color: rgb(229 229 229 / 0.2);
}

.border-t-neutral-200\/25{
  border-top-color: rgb(229 229 229 / 0.25);
}

.border-t-neutral-200\/30{
  border-top-color: rgb(229 229 229 / 0.3);
}

.border-t-neutral-200\/35{
  border-top-color: rgb(229 229 229 / 0.35);
}

.border-t-neutral-200\/40{
  border-top-color: rgb(229 229 229 / 0.4);
}

.border-t-neutral-200\/45{
  border-top-color: rgb(229 229 229 / 0.45);
}

.border-t-neutral-200\/5{
  border-top-color: rgb(229 229 229 / 0.05);
}

.border-t-neutral-200\/50{
  border-top-color: rgb(229 229 229 / 0.5);
}

.border-t-neutral-200\/55{
  border-top-color: rgb(229 229 229 / 0.55);
}

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

.border-t-neutral-200\/65{
  border-top-color: rgb(229 229 229 / 0.65);
}

.border-t-neutral-200\/70{
  border-top-color: rgb(229 229 229 / 0.7);
}

.border-t-neutral-200\/75{
  border-top-color: rgb(229 229 229 / 0.75);
}

.border-t-neutral-200\/80{
  border-top-color: rgb(229 229 229 / 0.8);
}

.border-t-neutral-200\/85{
  border-top-color: rgb(229 229 229 / 0.85);
}

.border-t-neutral-200\/90{
  border-top-color: rgb(229 229 229 / 0.9);
}

.border-t-neutral-200\/95{
  border-top-color: rgb(229 229 229 / 0.95);
}

.border-t-neutral-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-t-neutral-300\/0{
  border-top-color: rgb(212 212 212 / 0);
}

.border-t-neutral-300\/10{
  border-top-color: rgb(212 212 212 / 0.1);
}

.border-t-neutral-300\/100{
  border-top-color: rgb(212 212 212 / 1);
}

.border-t-neutral-300\/15{
  border-top-color: rgb(212 212 212 / 0.15);
}

.border-t-neutral-300\/20{
  border-top-color: rgb(212 212 212 / 0.2);
}

.border-t-neutral-300\/25{
  border-top-color: rgb(212 212 212 / 0.25);
}

.border-t-neutral-300\/30{
  border-top-color: rgb(212 212 212 / 0.3);
}

.border-t-neutral-300\/35{
  border-top-color: rgb(212 212 212 / 0.35);
}

.border-t-neutral-300\/40{
  border-top-color: rgb(212 212 212 / 0.4);
}

.border-t-neutral-300\/45{
  border-top-color: rgb(212 212 212 / 0.45);
}

.border-t-neutral-300\/5{
  border-top-color: rgb(212 212 212 / 0.05);
}

.border-t-neutral-300\/50{
  border-top-color: rgb(212 212 212 / 0.5);
}

.border-t-neutral-300\/55{
  border-top-color: rgb(212 212 212 / 0.55);
}

.border-t-neutral-300\/60{
  border-top-color: rgb(212 212 212 / 0.6);
}

.border-t-neutral-300\/65{
  border-top-color: rgb(212 212 212 / 0.65);
}

.border-t-neutral-300\/70{
  border-top-color: rgb(212 212 212 / 0.7);
}

.border-t-neutral-300\/75{
  border-top-color: rgb(212 212 212 / 0.75);
}

.border-t-neutral-300\/80{
  border-top-color: rgb(212 212 212 / 0.8);
}

.border-t-neutral-300\/85{
  border-top-color: rgb(212 212 212 / 0.85);
}

.border-t-neutral-300\/90{
  border-top-color: rgb(212 212 212 / 0.9);
}

.border-t-neutral-300\/95{
  border-top-color: rgb(212 212 212 / 0.95);
}

.border-t-neutral-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-t-neutral-400\/0{
  border-top-color: rgb(163 163 163 / 0);
}

.border-t-neutral-400\/10{
  border-top-color: rgb(163 163 163 / 0.1);
}

.border-t-neutral-400\/100{
  border-top-color: rgb(163 163 163 / 1);
}

.border-t-neutral-400\/15{
  border-top-color: rgb(163 163 163 / 0.15);
}

.border-t-neutral-400\/20{
  border-top-color: rgb(163 163 163 / 0.2);
}

.border-t-neutral-400\/25{
  border-top-color: rgb(163 163 163 / 0.25);
}

.border-t-neutral-400\/30{
  border-top-color: rgb(163 163 163 / 0.3);
}

.border-t-neutral-400\/35{
  border-top-color: rgb(163 163 163 / 0.35);
}

.border-t-neutral-400\/40{
  border-top-color: rgb(163 163 163 / 0.4);
}

.border-t-neutral-400\/45{
  border-top-color: rgb(163 163 163 / 0.45);
}

.border-t-neutral-400\/5{
  border-top-color: rgb(163 163 163 / 0.05);
}

.border-t-neutral-400\/50{
  border-top-color: rgb(163 163 163 / 0.5);
}

.border-t-neutral-400\/55{
  border-top-color: rgb(163 163 163 / 0.55);
}

.border-t-neutral-400\/60{
  border-top-color: rgb(163 163 163 / 0.6);
}

.border-t-neutral-400\/65{
  border-top-color: rgb(163 163 163 / 0.65);
}

.border-t-neutral-400\/70{
  border-top-color: rgb(163 163 163 / 0.7);
}

.border-t-neutral-400\/75{
  border-top-color: rgb(163 163 163 / 0.75);
}

.border-t-neutral-400\/80{
  border-top-color: rgb(163 163 163 / 0.8);
}

.border-t-neutral-400\/85{
  border-top-color: rgb(163 163 163 / 0.85);
}

.border-t-neutral-400\/90{
  border-top-color: rgb(163 163 163 / 0.9);
}

.border-t-neutral-400\/95{
  border-top-color: rgb(163 163 163 / 0.95);
}

.border-t-neutral-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-t-neutral-50\/0{
  border-top-color: rgb(250 250 250 / 0);
}

.border-t-neutral-50\/10{
  border-top-color: rgb(250 250 250 / 0.1);
}

.border-t-neutral-50\/100{
  border-top-color: rgb(250 250 250 / 1);
}

.border-t-neutral-50\/15{
  border-top-color: rgb(250 250 250 / 0.15);
}

.border-t-neutral-50\/20{
  border-top-color: rgb(250 250 250 / 0.2);
}

.border-t-neutral-50\/25{
  border-top-color: rgb(250 250 250 / 0.25);
}

.border-t-neutral-50\/30{
  border-top-color: rgb(250 250 250 / 0.3);
}

.border-t-neutral-50\/35{
  border-top-color: rgb(250 250 250 / 0.35);
}

.border-t-neutral-50\/40{
  border-top-color: rgb(250 250 250 / 0.4);
}

.border-t-neutral-50\/45{
  border-top-color: rgb(250 250 250 / 0.45);
}

.border-t-neutral-50\/5{
  border-top-color: rgb(250 250 250 / 0.05);
}

.border-t-neutral-50\/50{
  border-top-color: rgb(250 250 250 / 0.5);
}

.border-t-neutral-50\/55{
  border-top-color: rgb(250 250 250 / 0.55);
}

.border-t-neutral-50\/60{
  border-top-color: rgb(250 250 250 / 0.6);
}

.border-t-neutral-50\/65{
  border-top-color: rgb(250 250 250 / 0.65);
}

.border-t-neutral-50\/70{
  border-top-color: rgb(250 250 250 / 0.7);
}

.border-t-neutral-50\/75{
  border-top-color: rgb(250 250 250 / 0.75);
}

.border-t-neutral-50\/80{
  border-top-color: rgb(250 250 250 / 0.8);
}

.border-t-neutral-50\/85{
  border-top-color: rgb(250 250 250 / 0.85);
}

.border-t-neutral-50\/90{
  border-top-color: rgb(250 250 250 / 0.9);
}

.border-t-neutral-50\/95{
  border-top-color: rgb(250 250 250 / 0.95);
}

.border-t-neutral-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-t-neutral-500\/0{
  border-top-color: rgb(115 115 115 / 0);
}

.border-t-neutral-500\/10{
  border-top-color: rgb(115 115 115 / 0.1);
}

.border-t-neutral-500\/100{
  border-top-color: rgb(115 115 115 / 1);
}

.border-t-neutral-500\/15{
  border-top-color: rgb(115 115 115 / 0.15);
}

.border-t-neutral-500\/20{
  border-top-color: rgb(115 115 115 / 0.2);
}

.border-t-neutral-500\/25{
  border-top-color: rgb(115 115 115 / 0.25);
}

.border-t-neutral-500\/30{
  border-top-color: rgb(115 115 115 / 0.3);
}

.border-t-neutral-500\/35{
  border-top-color: rgb(115 115 115 / 0.35);
}

.border-t-neutral-500\/40{
  border-top-color: rgb(115 115 115 / 0.4);
}

.border-t-neutral-500\/45{
  border-top-color: rgb(115 115 115 / 0.45);
}

.border-t-neutral-500\/5{
  border-top-color: rgb(115 115 115 / 0.05);
}

.border-t-neutral-500\/50{
  border-top-color: rgb(115 115 115 / 0.5);
}

.border-t-neutral-500\/55{
  border-top-color: rgb(115 115 115 / 0.55);
}

.border-t-neutral-500\/60{
  border-top-color: rgb(115 115 115 / 0.6);
}

.border-t-neutral-500\/65{
  border-top-color: rgb(115 115 115 / 0.65);
}

.border-t-neutral-500\/70{
  border-top-color: rgb(115 115 115 / 0.7);
}

.border-t-neutral-500\/75{
  border-top-color: rgb(115 115 115 / 0.75);
}

.border-t-neutral-500\/80{
  border-top-color: rgb(115 115 115 / 0.8);
}

.border-t-neutral-500\/85{
  border-top-color: rgb(115 115 115 / 0.85);
}

.border-t-neutral-500\/90{
  border-top-color: rgb(115 115 115 / 0.9);
}

.border-t-neutral-500\/95{
  border-top-color: rgb(115 115 115 / 0.95);
}

.border-t-neutral-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-t-neutral-600\/0{
  border-top-color: rgb(82 82 82 / 0);
}

.border-t-neutral-600\/10{
  border-top-color: rgb(82 82 82 / 0.1);
}

.border-t-neutral-600\/100{
  border-top-color: rgb(82 82 82 / 1);
}

.border-t-neutral-600\/15{
  border-top-color: rgb(82 82 82 / 0.15);
}

.border-t-neutral-600\/20{
  border-top-color: rgb(82 82 82 / 0.2);
}

.border-t-neutral-600\/25{
  border-top-color: rgb(82 82 82 / 0.25);
}

.border-t-neutral-600\/30{
  border-top-color: rgb(82 82 82 / 0.3);
}

.border-t-neutral-600\/35{
  border-top-color: rgb(82 82 82 / 0.35);
}

.border-t-neutral-600\/40{
  border-top-color: rgb(82 82 82 / 0.4);
}

.border-t-neutral-600\/45{
  border-top-color: rgb(82 82 82 / 0.45);
}

.border-t-neutral-600\/5{
  border-top-color: rgb(82 82 82 / 0.05);
}

.border-t-neutral-600\/50{
  border-top-color: rgb(82 82 82 / 0.5);
}

.border-t-neutral-600\/55{
  border-top-color: rgb(82 82 82 / 0.55);
}

.border-t-neutral-600\/60{
  border-top-color: rgb(82 82 82 / 0.6);
}

.border-t-neutral-600\/65{
  border-top-color: rgb(82 82 82 / 0.65);
}

.border-t-neutral-600\/70{
  border-top-color: rgb(82 82 82 / 0.7);
}

.border-t-neutral-600\/75{
  border-top-color: rgb(82 82 82 / 0.75);
}

.border-t-neutral-600\/80{
  border-top-color: rgb(82 82 82 / 0.8);
}

.border-t-neutral-600\/85{
  border-top-color: rgb(82 82 82 / 0.85);
}

.border-t-neutral-600\/90{
  border-top-color: rgb(82 82 82 / 0.9);
}

.border-t-neutral-600\/95{
  border-top-color: rgb(82 82 82 / 0.95);
}

.border-t-neutral-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-t-neutral-700\/0{
  border-top-color: rgb(64 64 64 / 0);
}

.border-t-neutral-700\/10{
  border-top-color: rgb(64 64 64 / 0.1);
}

.border-t-neutral-700\/100{
  border-top-color: rgb(64 64 64 / 1);
}

.border-t-neutral-700\/15{
  border-top-color: rgb(64 64 64 / 0.15);
}

.border-t-neutral-700\/20{
  border-top-color: rgb(64 64 64 / 0.2);
}

.border-t-neutral-700\/25{
  border-top-color: rgb(64 64 64 / 0.25);
}

.border-t-neutral-700\/30{
  border-top-color: rgb(64 64 64 / 0.3);
}

.border-t-neutral-700\/35{
  border-top-color: rgb(64 64 64 / 0.35);
}

.border-t-neutral-700\/40{
  border-top-color: rgb(64 64 64 / 0.4);
}

.border-t-neutral-700\/45{
  border-top-color: rgb(64 64 64 / 0.45);
}

.border-t-neutral-700\/5{
  border-top-color: rgb(64 64 64 / 0.05);
}

.border-t-neutral-700\/50{
  border-top-color: rgb(64 64 64 / 0.5);
}

.border-t-neutral-700\/55{
  border-top-color: rgb(64 64 64 / 0.55);
}

.border-t-neutral-700\/60{
  border-top-color: rgb(64 64 64 / 0.6);
}

.border-t-neutral-700\/65{
  border-top-color: rgb(64 64 64 / 0.65);
}

.border-t-neutral-700\/70{
  border-top-color: rgb(64 64 64 / 0.7);
}

.border-t-neutral-700\/75{
  border-top-color: rgb(64 64 64 / 0.75);
}

.border-t-neutral-700\/80{
  border-top-color: rgb(64 64 64 / 0.8);
}

.border-t-neutral-700\/85{
  border-top-color: rgb(64 64 64 / 0.85);
}

.border-t-neutral-700\/90{
  border-top-color: rgb(64 64 64 / 0.9);
}

.border-t-neutral-700\/95{
  border-top-color: rgb(64 64 64 / 0.95);
}

.border-t-neutral-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-t-neutral-800\/0{
  border-top-color: rgb(38 38 38 / 0);
}

.border-t-neutral-800\/10{
  border-top-color: rgb(38 38 38 / 0.1);
}

.border-t-neutral-800\/100{
  border-top-color: rgb(38 38 38 / 1);
}

.border-t-neutral-800\/15{
  border-top-color: rgb(38 38 38 / 0.15);
}

.border-t-neutral-800\/20{
  border-top-color: rgb(38 38 38 / 0.2);
}

.border-t-neutral-800\/25{
  border-top-color: rgb(38 38 38 / 0.25);
}

.border-t-neutral-800\/30{
  border-top-color: rgb(38 38 38 / 0.3);
}

.border-t-neutral-800\/35{
  border-top-color: rgb(38 38 38 / 0.35);
}

.border-t-neutral-800\/40{
  border-top-color: rgb(38 38 38 / 0.4);
}

.border-t-neutral-800\/45{
  border-top-color: rgb(38 38 38 / 0.45);
}

.border-t-neutral-800\/5{
  border-top-color: rgb(38 38 38 / 0.05);
}

.border-t-neutral-800\/50{
  border-top-color: rgb(38 38 38 / 0.5);
}

.border-t-neutral-800\/55{
  border-top-color: rgb(38 38 38 / 0.55);
}

.border-t-neutral-800\/60{
  border-top-color: rgb(38 38 38 / 0.6);
}

.border-t-neutral-800\/65{
  border-top-color: rgb(38 38 38 / 0.65);
}

.border-t-neutral-800\/70{
  border-top-color: rgb(38 38 38 / 0.7);
}

.border-t-neutral-800\/75{
  border-top-color: rgb(38 38 38 / 0.75);
}

.border-t-neutral-800\/80{
  border-top-color: rgb(38 38 38 / 0.8);
}

.border-t-neutral-800\/85{
  border-top-color: rgb(38 38 38 / 0.85);
}

.border-t-neutral-800\/90{
  border-top-color: rgb(38 38 38 / 0.9);
}

.border-t-neutral-800\/95{
  border-top-color: rgb(38 38 38 / 0.95);
}

.border-t-neutral-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-t-neutral-900\/0{
  border-top-color: rgb(23 23 23 / 0);
}

.border-t-neutral-900\/10{
  border-top-color: rgb(23 23 23 / 0.1);
}

.border-t-neutral-900\/100{
  border-top-color: rgb(23 23 23 / 1);
}

.border-t-neutral-900\/15{
  border-top-color: rgb(23 23 23 / 0.15);
}

.border-t-neutral-900\/20{
  border-top-color: rgb(23 23 23 / 0.2);
}

.border-t-neutral-900\/25{
  border-top-color: rgb(23 23 23 / 0.25);
}

.border-t-neutral-900\/30{
  border-top-color: rgb(23 23 23 / 0.3);
}

.border-t-neutral-900\/35{
  border-top-color: rgb(23 23 23 / 0.35);
}

.border-t-neutral-900\/40{
  border-top-color: rgb(23 23 23 / 0.4);
}

.border-t-neutral-900\/45{
  border-top-color: rgb(23 23 23 / 0.45);
}

.border-t-neutral-900\/5{
  border-top-color: rgb(23 23 23 / 0.05);
}

.border-t-neutral-900\/50{
  border-top-color: rgb(23 23 23 / 0.5);
}

.border-t-neutral-900\/55{
  border-top-color: rgb(23 23 23 / 0.55);
}

.border-t-neutral-900\/60{
  border-top-color: rgb(23 23 23 / 0.6);
}

.border-t-neutral-900\/65{
  border-top-color: rgb(23 23 23 / 0.65);
}

.border-t-neutral-900\/70{
  border-top-color: rgb(23 23 23 / 0.7);
}

.border-t-neutral-900\/75{
  border-top-color: rgb(23 23 23 / 0.75);
}

.border-t-neutral-900\/80{
  border-top-color: rgb(23 23 23 / 0.8);
}

.border-t-neutral-900\/85{
  border-top-color: rgb(23 23 23 / 0.85);
}

.border-t-neutral-900\/90{
  border-top-color: rgb(23 23 23 / 0.9);
}

.border-t-neutral-900\/95{
  border-top-color: rgb(23 23 23 / 0.95);
}

.border-t-neutral-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-t-neutral-950\/0{
  border-top-color: rgb(10 10 10 / 0);
}

.border-t-neutral-950\/10{
  border-top-color: rgb(10 10 10 / 0.1);
}

.border-t-neutral-950\/100{
  border-top-color: rgb(10 10 10 / 1);
}

.border-t-neutral-950\/15{
  border-top-color: rgb(10 10 10 / 0.15);
}

.border-t-neutral-950\/20{
  border-top-color: rgb(10 10 10 / 0.2);
}

.border-t-neutral-950\/25{
  border-top-color: rgb(10 10 10 / 0.25);
}

.border-t-neutral-950\/30{
  border-top-color: rgb(10 10 10 / 0.3);
}

.border-t-neutral-950\/35{
  border-top-color: rgb(10 10 10 / 0.35);
}

.border-t-neutral-950\/40{
  border-top-color: rgb(10 10 10 / 0.4);
}

.border-t-neutral-950\/45{
  border-top-color: rgb(10 10 10 / 0.45);
}

.border-t-neutral-950\/5{
  border-top-color: rgb(10 10 10 / 0.05);
}

.border-t-neutral-950\/50{
  border-top-color: rgb(10 10 10 / 0.5);
}

.border-t-neutral-950\/55{
  border-top-color: rgb(10 10 10 / 0.55);
}

.border-t-neutral-950\/60{
  border-top-color: rgb(10 10 10 / 0.6);
}

.border-t-neutral-950\/65{
  border-top-color: rgb(10 10 10 / 0.65);
}

.border-t-neutral-950\/70{
  border-top-color: rgb(10 10 10 / 0.7);
}

.border-t-neutral-950\/75{
  border-top-color: rgb(10 10 10 / 0.75);
}

.border-t-neutral-950\/80{
  border-top-color: rgb(10 10 10 / 0.8);
}

.border-t-neutral-950\/85{
  border-top-color: rgb(10 10 10 / 0.85);
}

.border-t-neutral-950\/90{
  border-top-color: rgb(10 10 10 / 0.9);
}

.border-t-neutral-950\/95{
  border-top-color: rgb(10 10 10 / 0.95);
}

.border-t-orange-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-t-orange-100\/0{
  border-top-color: rgb(255 237 213 / 0);
}

.border-t-orange-100\/10{
  border-top-color: rgb(255 237 213 / 0.1);
}

.border-t-orange-100\/100{
  border-top-color: rgb(255 237 213 / 1);
}

.border-t-orange-100\/15{
  border-top-color: rgb(255 237 213 / 0.15);
}

.border-t-orange-100\/20{
  border-top-color: rgb(255 237 213 / 0.2);
}

.border-t-orange-100\/25{
  border-top-color: rgb(255 237 213 / 0.25);
}

.border-t-orange-100\/30{
  border-top-color: rgb(255 237 213 / 0.3);
}

.border-t-orange-100\/35{
  border-top-color: rgb(255 237 213 / 0.35);
}

.border-t-orange-100\/40{
  border-top-color: rgb(255 237 213 / 0.4);
}

.border-t-orange-100\/45{
  border-top-color: rgb(255 237 213 / 0.45);
}

.border-t-orange-100\/5{
  border-top-color: rgb(255 237 213 / 0.05);
}

.border-t-orange-100\/50{
  border-top-color: rgb(255 237 213 / 0.5);
}

.border-t-orange-100\/55{
  border-top-color: rgb(255 237 213 / 0.55);
}

.border-t-orange-100\/60{
  border-top-color: rgb(255 237 213 / 0.6);
}

.border-t-orange-100\/65{
  border-top-color: rgb(255 237 213 / 0.65);
}

.border-t-orange-100\/70{
  border-top-color: rgb(255 237 213 / 0.7);
}

.border-t-orange-100\/75{
  border-top-color: rgb(255 237 213 / 0.75);
}

.border-t-orange-100\/80{
  border-top-color: rgb(255 237 213 / 0.8);
}

.border-t-orange-100\/85{
  border-top-color: rgb(255 237 213 / 0.85);
}

.border-t-orange-100\/90{
  border-top-color: rgb(255 237 213 / 0.9);
}

.border-t-orange-100\/95{
  border-top-color: rgb(255 237 213 / 0.95);
}

.border-t-orange-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-t-orange-200\/0{
  border-top-color: rgb(254 215 170 / 0);
}

.border-t-orange-200\/10{
  border-top-color: rgb(254 215 170 / 0.1);
}

.border-t-orange-200\/100{
  border-top-color: rgb(254 215 170 / 1);
}

.border-t-orange-200\/15{
  border-top-color: rgb(254 215 170 / 0.15);
}

.border-t-orange-200\/20{
  border-top-color: rgb(254 215 170 / 0.2);
}

.border-t-orange-200\/25{
  border-top-color: rgb(254 215 170 / 0.25);
}

.border-t-orange-200\/30{
  border-top-color: rgb(254 215 170 / 0.3);
}

.border-t-orange-200\/35{
  border-top-color: rgb(254 215 170 / 0.35);
}

.border-t-orange-200\/40{
  border-top-color: rgb(254 215 170 / 0.4);
}

.border-t-orange-200\/45{
  border-top-color: rgb(254 215 170 / 0.45);
}

.border-t-orange-200\/5{
  border-top-color: rgb(254 215 170 / 0.05);
}

.border-t-orange-200\/50{
  border-top-color: rgb(254 215 170 / 0.5);
}

.border-t-orange-200\/55{
  border-top-color: rgb(254 215 170 / 0.55);
}

.border-t-orange-200\/60{
  border-top-color: rgb(254 215 170 / 0.6);
}

.border-t-orange-200\/65{
  border-top-color: rgb(254 215 170 / 0.65);
}

.border-t-orange-200\/70{
  border-top-color: rgb(254 215 170 / 0.7);
}

.border-t-orange-200\/75{
  border-top-color: rgb(254 215 170 / 0.75);
}

.border-t-orange-200\/80{
  border-top-color: rgb(254 215 170 / 0.8);
}

.border-t-orange-200\/85{
  border-top-color: rgb(254 215 170 / 0.85);
}

.border-t-orange-200\/90{
  border-top-color: rgb(254 215 170 / 0.9);
}

.border-t-orange-200\/95{
  border-top-color: rgb(254 215 170 / 0.95);
}

.border-t-orange-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-t-orange-300\/0{
  border-top-color: rgb(253 186 116 / 0);
}

.border-t-orange-300\/10{
  border-top-color: rgb(253 186 116 / 0.1);
}

.border-t-orange-300\/100{
  border-top-color: rgb(253 186 116 / 1);
}

.border-t-orange-300\/15{
  border-top-color: rgb(253 186 116 / 0.15);
}

.border-t-orange-300\/20{
  border-top-color: rgb(253 186 116 / 0.2);
}

.border-t-orange-300\/25{
  border-top-color: rgb(253 186 116 / 0.25);
}

.border-t-orange-300\/30{
  border-top-color: rgb(253 186 116 / 0.3);
}

.border-t-orange-300\/35{
  border-top-color: rgb(253 186 116 / 0.35);
}

.border-t-orange-300\/40{
  border-top-color: rgb(253 186 116 / 0.4);
}

.border-t-orange-300\/45{
  border-top-color: rgb(253 186 116 / 0.45);
}

.border-t-orange-300\/5{
  border-top-color: rgb(253 186 116 / 0.05);
}

.border-t-orange-300\/50{
  border-top-color: rgb(253 186 116 / 0.5);
}

.border-t-orange-300\/55{
  border-top-color: rgb(253 186 116 / 0.55);
}

.border-t-orange-300\/60{
  border-top-color: rgb(253 186 116 / 0.6);
}

.border-t-orange-300\/65{
  border-top-color: rgb(253 186 116 / 0.65);
}

.border-t-orange-300\/70{
  border-top-color: rgb(253 186 116 / 0.7);
}

.border-t-orange-300\/75{
  border-top-color: rgb(253 186 116 / 0.75);
}

.border-t-orange-300\/80{
  border-top-color: rgb(253 186 116 / 0.8);
}

.border-t-orange-300\/85{
  border-top-color: rgb(253 186 116 / 0.85);
}

.border-t-orange-300\/90{
  border-top-color: rgb(253 186 116 / 0.9);
}

.border-t-orange-300\/95{
  border-top-color: rgb(253 186 116 / 0.95);
}

.border-t-orange-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-t-orange-400\/0{
  border-top-color: rgb(251 146 60 / 0);
}

.border-t-orange-400\/10{
  border-top-color: rgb(251 146 60 / 0.1);
}

.border-t-orange-400\/100{
  border-top-color: rgb(251 146 60 / 1);
}

.border-t-orange-400\/15{
  border-top-color: rgb(251 146 60 / 0.15);
}

.border-t-orange-400\/20{
  border-top-color: rgb(251 146 60 / 0.2);
}

.border-t-orange-400\/25{
  border-top-color: rgb(251 146 60 / 0.25);
}

.border-t-orange-400\/30{
  border-top-color: rgb(251 146 60 / 0.3);
}

.border-t-orange-400\/35{
  border-top-color: rgb(251 146 60 / 0.35);
}

.border-t-orange-400\/40{
  border-top-color: rgb(251 146 60 / 0.4);
}

.border-t-orange-400\/45{
  border-top-color: rgb(251 146 60 / 0.45);
}

.border-t-orange-400\/5{
  border-top-color: rgb(251 146 60 / 0.05);
}

.border-t-orange-400\/50{
  border-top-color: rgb(251 146 60 / 0.5);
}

.border-t-orange-400\/55{
  border-top-color: rgb(251 146 60 / 0.55);
}

.border-t-orange-400\/60{
  border-top-color: rgb(251 146 60 / 0.6);
}

.border-t-orange-400\/65{
  border-top-color: rgb(251 146 60 / 0.65);
}

.border-t-orange-400\/70{
  border-top-color: rgb(251 146 60 / 0.7);
}

.border-t-orange-400\/75{
  border-top-color: rgb(251 146 60 / 0.75);
}

.border-t-orange-400\/80{
  border-top-color: rgb(251 146 60 / 0.8);
}

.border-t-orange-400\/85{
  border-top-color: rgb(251 146 60 / 0.85);
}

.border-t-orange-400\/90{
  border-top-color: rgb(251 146 60 / 0.9);
}

.border-t-orange-400\/95{
  border-top-color: rgb(251 146 60 / 0.95);
}

.border-t-orange-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-t-orange-50\/0{
  border-top-color: rgb(255 247 237 / 0);
}

.border-t-orange-50\/10{
  border-top-color: rgb(255 247 237 / 0.1);
}

.border-t-orange-50\/100{
  border-top-color: rgb(255 247 237 / 1);
}

.border-t-orange-50\/15{
  border-top-color: rgb(255 247 237 / 0.15);
}

.border-t-orange-50\/20{
  border-top-color: rgb(255 247 237 / 0.2);
}

.border-t-orange-50\/25{
  border-top-color: rgb(255 247 237 / 0.25);
}

.border-t-orange-50\/30{
  border-top-color: rgb(255 247 237 / 0.3);
}

.border-t-orange-50\/35{
  border-top-color: rgb(255 247 237 / 0.35);
}

.border-t-orange-50\/40{
  border-top-color: rgb(255 247 237 / 0.4);
}

.border-t-orange-50\/45{
  border-top-color: rgb(255 247 237 / 0.45);
}

.border-t-orange-50\/5{
  border-top-color: rgb(255 247 237 / 0.05);
}

.border-t-orange-50\/50{
  border-top-color: rgb(255 247 237 / 0.5);
}

.border-t-orange-50\/55{
  border-top-color: rgb(255 247 237 / 0.55);
}

.border-t-orange-50\/60{
  border-top-color: rgb(255 247 237 / 0.6);
}

.border-t-orange-50\/65{
  border-top-color: rgb(255 247 237 / 0.65);
}

.border-t-orange-50\/70{
  border-top-color: rgb(255 247 237 / 0.7);
}

.border-t-orange-50\/75{
  border-top-color: rgb(255 247 237 / 0.75);
}

.border-t-orange-50\/80{
  border-top-color: rgb(255 247 237 / 0.8);
}

.border-t-orange-50\/85{
  border-top-color: rgb(255 247 237 / 0.85);
}

.border-t-orange-50\/90{
  border-top-color: rgb(255 247 237 / 0.9);
}

.border-t-orange-50\/95{
  border-top-color: rgb(255 247 237 / 0.95);
}

.border-t-orange-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-t-orange-500\/0{
  border-top-color: rgb(249 115 22 / 0);
}

.border-t-orange-500\/10{
  border-top-color: rgb(249 115 22 / 0.1);
}

.border-t-orange-500\/100{
  border-top-color: rgb(249 115 22 / 1);
}

.border-t-orange-500\/15{
  border-top-color: rgb(249 115 22 / 0.15);
}

.border-t-orange-500\/20{
  border-top-color: rgb(249 115 22 / 0.2);
}

.border-t-orange-500\/25{
  border-top-color: rgb(249 115 22 / 0.25);
}

.border-t-orange-500\/30{
  border-top-color: rgb(249 115 22 / 0.3);
}

.border-t-orange-500\/35{
  border-top-color: rgb(249 115 22 / 0.35);
}

.border-t-orange-500\/40{
  border-top-color: rgb(249 115 22 / 0.4);
}

.border-t-orange-500\/45{
  border-top-color: rgb(249 115 22 / 0.45);
}

.border-t-orange-500\/5{
  border-top-color: rgb(249 115 22 / 0.05);
}

.border-t-orange-500\/50{
  border-top-color: rgb(249 115 22 / 0.5);
}

.border-t-orange-500\/55{
  border-top-color: rgb(249 115 22 / 0.55);
}

.border-t-orange-500\/60{
  border-top-color: rgb(249 115 22 / 0.6);
}

.border-t-orange-500\/65{
  border-top-color: rgb(249 115 22 / 0.65);
}

.border-t-orange-500\/70{
  border-top-color: rgb(249 115 22 / 0.7);
}

.border-t-orange-500\/75{
  border-top-color: rgb(249 115 22 / 0.75);
}

.border-t-orange-500\/80{
  border-top-color: rgb(249 115 22 / 0.8);
}

.border-t-orange-500\/85{
  border-top-color: rgb(249 115 22 / 0.85);
}

.border-t-orange-500\/90{
  border-top-color: rgb(249 115 22 / 0.9);
}

.border-t-orange-500\/95{
  border-top-color: rgb(249 115 22 / 0.95);
}

.border-t-orange-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-t-orange-600\/0{
  border-top-color: rgb(234 88 12 / 0);
}

.border-t-orange-600\/10{
  border-top-color: rgb(234 88 12 / 0.1);
}

.border-t-orange-600\/100{
  border-top-color: rgb(234 88 12 / 1);
}

.border-t-orange-600\/15{
  border-top-color: rgb(234 88 12 / 0.15);
}

.border-t-orange-600\/20{
  border-top-color: rgb(234 88 12 / 0.2);
}

.border-t-orange-600\/25{
  border-top-color: rgb(234 88 12 / 0.25);
}

.border-t-orange-600\/30{
  border-top-color: rgb(234 88 12 / 0.3);
}

.border-t-orange-600\/35{
  border-top-color: rgb(234 88 12 / 0.35);
}

.border-t-orange-600\/40{
  border-top-color: rgb(234 88 12 / 0.4);
}

.border-t-orange-600\/45{
  border-top-color: rgb(234 88 12 / 0.45);
}

.border-t-orange-600\/5{
  border-top-color: rgb(234 88 12 / 0.05);
}

.border-t-orange-600\/50{
  border-top-color: rgb(234 88 12 / 0.5);
}

.border-t-orange-600\/55{
  border-top-color: rgb(234 88 12 / 0.55);
}

.border-t-orange-600\/60{
  border-top-color: rgb(234 88 12 / 0.6);
}

.border-t-orange-600\/65{
  border-top-color: rgb(234 88 12 / 0.65);
}

.border-t-orange-600\/70{
  border-top-color: rgb(234 88 12 / 0.7);
}

.border-t-orange-600\/75{
  border-top-color: rgb(234 88 12 / 0.75);
}

.border-t-orange-600\/80{
  border-top-color: rgb(234 88 12 / 0.8);
}

.border-t-orange-600\/85{
  border-top-color: rgb(234 88 12 / 0.85);
}

.border-t-orange-600\/90{
  border-top-color: rgb(234 88 12 / 0.9);
}

.border-t-orange-600\/95{
  border-top-color: rgb(234 88 12 / 0.95);
}

.border-t-orange-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-t-orange-700\/0{
  border-top-color: rgb(194 65 12 / 0);
}

.border-t-orange-700\/10{
  border-top-color: rgb(194 65 12 / 0.1);
}

.border-t-orange-700\/100{
  border-top-color: rgb(194 65 12 / 1);
}

.border-t-orange-700\/15{
  border-top-color: rgb(194 65 12 / 0.15);
}

.border-t-orange-700\/20{
  border-top-color: rgb(194 65 12 / 0.2);
}

.border-t-orange-700\/25{
  border-top-color: rgb(194 65 12 / 0.25);
}

.border-t-orange-700\/30{
  border-top-color: rgb(194 65 12 / 0.3);
}

.border-t-orange-700\/35{
  border-top-color: rgb(194 65 12 / 0.35);
}

.border-t-orange-700\/40{
  border-top-color: rgb(194 65 12 / 0.4);
}

.border-t-orange-700\/45{
  border-top-color: rgb(194 65 12 / 0.45);
}

.border-t-orange-700\/5{
  border-top-color: rgb(194 65 12 / 0.05);
}

.border-t-orange-700\/50{
  border-top-color: rgb(194 65 12 / 0.5);
}

.border-t-orange-700\/55{
  border-top-color: rgb(194 65 12 / 0.55);
}

.border-t-orange-700\/60{
  border-top-color: rgb(194 65 12 / 0.6);
}

.border-t-orange-700\/65{
  border-top-color: rgb(194 65 12 / 0.65);
}

.border-t-orange-700\/70{
  border-top-color: rgb(194 65 12 / 0.7);
}

.border-t-orange-700\/75{
  border-top-color: rgb(194 65 12 / 0.75);
}

.border-t-orange-700\/80{
  border-top-color: rgb(194 65 12 / 0.8);
}

.border-t-orange-700\/85{
  border-top-color: rgb(194 65 12 / 0.85);
}

.border-t-orange-700\/90{
  border-top-color: rgb(194 65 12 / 0.9);
}

.border-t-orange-700\/95{
  border-top-color: rgb(194 65 12 / 0.95);
}

.border-t-orange-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-t-orange-800\/0{
  border-top-color: rgb(154 52 18 / 0);
}

.border-t-orange-800\/10{
  border-top-color: rgb(154 52 18 / 0.1);
}

.border-t-orange-800\/100{
  border-top-color: rgb(154 52 18 / 1);
}

.border-t-orange-800\/15{
  border-top-color: rgb(154 52 18 / 0.15);
}

.border-t-orange-800\/20{
  border-top-color: rgb(154 52 18 / 0.2);
}

.border-t-orange-800\/25{
  border-top-color: rgb(154 52 18 / 0.25);
}

.border-t-orange-800\/30{
  border-top-color: rgb(154 52 18 / 0.3);
}

.border-t-orange-800\/35{
  border-top-color: rgb(154 52 18 / 0.35);
}

.border-t-orange-800\/40{
  border-top-color: rgb(154 52 18 / 0.4);
}

.border-t-orange-800\/45{
  border-top-color: rgb(154 52 18 / 0.45);
}

.border-t-orange-800\/5{
  border-top-color: rgb(154 52 18 / 0.05);
}

.border-t-orange-800\/50{
  border-top-color: rgb(154 52 18 / 0.5);
}

.border-t-orange-800\/55{
  border-top-color: rgb(154 52 18 / 0.55);
}

.border-t-orange-800\/60{
  border-top-color: rgb(154 52 18 / 0.6);
}

.border-t-orange-800\/65{
  border-top-color: rgb(154 52 18 / 0.65);
}

.border-t-orange-800\/70{
  border-top-color: rgb(154 52 18 / 0.7);
}

.border-t-orange-800\/75{
  border-top-color: rgb(154 52 18 / 0.75);
}

.border-t-orange-800\/80{
  border-top-color: rgb(154 52 18 / 0.8);
}

.border-t-orange-800\/85{
  border-top-color: rgb(154 52 18 / 0.85);
}

.border-t-orange-800\/90{
  border-top-color: rgb(154 52 18 / 0.9);
}

.border-t-orange-800\/95{
  border-top-color: rgb(154 52 18 / 0.95);
}

.border-t-orange-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-t-orange-900\/0{
  border-top-color: rgb(124 45 18 / 0);
}

.border-t-orange-900\/10{
  border-top-color: rgb(124 45 18 / 0.1);
}

.border-t-orange-900\/100{
  border-top-color: rgb(124 45 18 / 1);
}

.border-t-orange-900\/15{
  border-top-color: rgb(124 45 18 / 0.15);
}

.border-t-orange-900\/20{
  border-top-color: rgb(124 45 18 / 0.2);
}

.border-t-orange-900\/25{
  border-top-color: rgb(124 45 18 / 0.25);
}

.border-t-orange-900\/30{
  border-top-color: rgb(124 45 18 / 0.3);
}

.border-t-orange-900\/35{
  border-top-color: rgb(124 45 18 / 0.35);
}

.border-t-orange-900\/40{
  border-top-color: rgb(124 45 18 / 0.4);
}

.border-t-orange-900\/45{
  border-top-color: rgb(124 45 18 / 0.45);
}

.border-t-orange-900\/5{
  border-top-color: rgb(124 45 18 / 0.05);
}

.border-t-orange-900\/50{
  border-top-color: rgb(124 45 18 / 0.5);
}

.border-t-orange-900\/55{
  border-top-color: rgb(124 45 18 / 0.55);
}

.border-t-orange-900\/60{
  border-top-color: rgb(124 45 18 / 0.6);
}

.border-t-orange-900\/65{
  border-top-color: rgb(124 45 18 / 0.65);
}

.border-t-orange-900\/70{
  border-top-color: rgb(124 45 18 / 0.7);
}

.border-t-orange-900\/75{
  border-top-color: rgb(124 45 18 / 0.75);
}

.border-t-orange-900\/80{
  border-top-color: rgb(124 45 18 / 0.8);
}

.border-t-orange-900\/85{
  border-top-color: rgb(124 45 18 / 0.85);
}

.border-t-orange-900\/90{
  border-top-color: rgb(124 45 18 / 0.9);
}

.border-t-orange-900\/95{
  border-top-color: rgb(124 45 18 / 0.95);
}

.border-t-orange-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-t-orange-950\/0{
  border-top-color: rgb(67 20 7 / 0);
}

.border-t-orange-950\/10{
  border-top-color: rgb(67 20 7 / 0.1);
}

.border-t-orange-950\/100{
  border-top-color: rgb(67 20 7 / 1);
}

.border-t-orange-950\/15{
  border-top-color: rgb(67 20 7 / 0.15);
}

.border-t-orange-950\/20{
  border-top-color: rgb(67 20 7 / 0.2);
}

.border-t-orange-950\/25{
  border-top-color: rgb(67 20 7 / 0.25);
}

.border-t-orange-950\/30{
  border-top-color: rgb(67 20 7 / 0.3);
}

.border-t-orange-950\/35{
  border-top-color: rgb(67 20 7 / 0.35);
}

.border-t-orange-950\/40{
  border-top-color: rgb(67 20 7 / 0.4);
}

.border-t-orange-950\/45{
  border-top-color: rgb(67 20 7 / 0.45);
}

.border-t-orange-950\/5{
  border-top-color: rgb(67 20 7 / 0.05);
}

.border-t-orange-950\/50{
  border-top-color: rgb(67 20 7 / 0.5);
}

.border-t-orange-950\/55{
  border-top-color: rgb(67 20 7 / 0.55);
}

.border-t-orange-950\/60{
  border-top-color: rgb(67 20 7 / 0.6);
}

.border-t-orange-950\/65{
  border-top-color: rgb(67 20 7 / 0.65);
}

.border-t-orange-950\/70{
  border-top-color: rgb(67 20 7 / 0.7);
}

.border-t-orange-950\/75{
  border-top-color: rgb(67 20 7 / 0.75);
}

.border-t-orange-950\/80{
  border-top-color: rgb(67 20 7 / 0.8);
}

.border-t-orange-950\/85{
  border-top-color: rgb(67 20 7 / 0.85);
}

.border-t-orange-950\/90{
  border-top-color: rgb(67 20 7 / 0.9);
}

.border-t-orange-950\/95{
  border-top-color: rgb(67 20 7 / 0.95);
}

.border-t-pink-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-t-pink-100\/0{
  border-top-color: rgb(252 231 243 / 0);
}

.border-t-pink-100\/10{
  border-top-color: rgb(252 231 243 / 0.1);
}

.border-t-pink-100\/100{
  border-top-color: rgb(252 231 243 / 1);
}

.border-t-pink-100\/15{
  border-top-color: rgb(252 231 243 / 0.15);
}

.border-t-pink-100\/20{
  border-top-color: rgb(252 231 243 / 0.2);
}

.border-t-pink-100\/25{
  border-top-color: rgb(252 231 243 / 0.25);
}

.border-t-pink-100\/30{
  border-top-color: rgb(252 231 243 / 0.3);
}

.border-t-pink-100\/35{
  border-top-color: rgb(252 231 243 / 0.35);
}

.border-t-pink-100\/40{
  border-top-color: rgb(252 231 243 / 0.4);
}

.border-t-pink-100\/45{
  border-top-color: rgb(252 231 243 / 0.45);
}

.border-t-pink-100\/5{
  border-top-color: rgb(252 231 243 / 0.05);
}

.border-t-pink-100\/50{
  border-top-color: rgb(252 231 243 / 0.5);
}

.border-t-pink-100\/55{
  border-top-color: rgb(252 231 243 / 0.55);
}

.border-t-pink-100\/60{
  border-top-color: rgb(252 231 243 / 0.6);
}

.border-t-pink-100\/65{
  border-top-color: rgb(252 231 243 / 0.65);
}

.border-t-pink-100\/70{
  border-top-color: rgb(252 231 243 / 0.7);
}

.border-t-pink-100\/75{
  border-top-color: rgb(252 231 243 / 0.75);
}

.border-t-pink-100\/80{
  border-top-color: rgb(252 231 243 / 0.8);
}

.border-t-pink-100\/85{
  border-top-color: rgb(252 231 243 / 0.85);
}

.border-t-pink-100\/90{
  border-top-color: rgb(252 231 243 / 0.9);
}

.border-t-pink-100\/95{
  border-top-color: rgb(252 231 243 / 0.95);
}

.border-t-pink-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-t-pink-200\/0{
  border-top-color: rgb(251 207 232 / 0);
}

.border-t-pink-200\/10{
  border-top-color: rgb(251 207 232 / 0.1);
}

.border-t-pink-200\/100{
  border-top-color: rgb(251 207 232 / 1);
}

.border-t-pink-200\/15{
  border-top-color: rgb(251 207 232 / 0.15);
}

.border-t-pink-200\/20{
  border-top-color: rgb(251 207 232 / 0.2);
}

.border-t-pink-200\/25{
  border-top-color: rgb(251 207 232 / 0.25);
}

.border-t-pink-200\/30{
  border-top-color: rgb(251 207 232 / 0.3);
}

.border-t-pink-200\/35{
  border-top-color: rgb(251 207 232 / 0.35);
}

.border-t-pink-200\/40{
  border-top-color: rgb(251 207 232 / 0.4);
}

.border-t-pink-200\/45{
  border-top-color: rgb(251 207 232 / 0.45);
}

.border-t-pink-200\/5{
  border-top-color: rgb(251 207 232 / 0.05);
}

.border-t-pink-200\/50{
  border-top-color: rgb(251 207 232 / 0.5);
}

.border-t-pink-200\/55{
  border-top-color: rgb(251 207 232 / 0.55);
}

.border-t-pink-200\/60{
  border-top-color: rgb(251 207 232 / 0.6);
}

.border-t-pink-200\/65{
  border-top-color: rgb(251 207 232 / 0.65);
}

.border-t-pink-200\/70{
  border-top-color: rgb(251 207 232 / 0.7);
}

.border-t-pink-200\/75{
  border-top-color: rgb(251 207 232 / 0.75);
}

.border-t-pink-200\/80{
  border-top-color: rgb(251 207 232 / 0.8);
}

.border-t-pink-200\/85{
  border-top-color: rgb(251 207 232 / 0.85);
}

.border-t-pink-200\/90{
  border-top-color: rgb(251 207 232 / 0.9);
}

.border-t-pink-200\/95{
  border-top-color: rgb(251 207 232 / 0.95);
}

.border-t-pink-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-t-pink-300\/0{
  border-top-color: rgb(249 168 212 / 0);
}

.border-t-pink-300\/10{
  border-top-color: rgb(249 168 212 / 0.1);
}

.border-t-pink-300\/100{
  border-top-color: rgb(249 168 212 / 1);
}

.border-t-pink-300\/15{
  border-top-color: rgb(249 168 212 / 0.15);
}

.border-t-pink-300\/20{
  border-top-color: rgb(249 168 212 / 0.2);
}

.border-t-pink-300\/25{
  border-top-color: rgb(249 168 212 / 0.25);
}

.border-t-pink-300\/30{
  border-top-color: rgb(249 168 212 / 0.3);
}

.border-t-pink-300\/35{
  border-top-color: rgb(249 168 212 / 0.35);
}

.border-t-pink-300\/40{
  border-top-color: rgb(249 168 212 / 0.4);
}

.border-t-pink-300\/45{
  border-top-color: rgb(249 168 212 / 0.45);
}

.border-t-pink-300\/5{
  border-top-color: rgb(249 168 212 / 0.05);
}

.border-t-pink-300\/50{
  border-top-color: rgb(249 168 212 / 0.5);
}

.border-t-pink-300\/55{
  border-top-color: rgb(249 168 212 / 0.55);
}

.border-t-pink-300\/60{
  border-top-color: rgb(249 168 212 / 0.6);
}

.border-t-pink-300\/65{
  border-top-color: rgb(249 168 212 / 0.65);
}

.border-t-pink-300\/70{
  border-top-color: rgb(249 168 212 / 0.7);
}

.border-t-pink-300\/75{
  border-top-color: rgb(249 168 212 / 0.75);
}

.border-t-pink-300\/80{
  border-top-color: rgb(249 168 212 / 0.8);
}

.border-t-pink-300\/85{
  border-top-color: rgb(249 168 212 / 0.85);
}

.border-t-pink-300\/90{
  border-top-color: rgb(249 168 212 / 0.9);
}

.border-t-pink-300\/95{
  border-top-color: rgb(249 168 212 / 0.95);
}

.border-t-pink-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-t-pink-400\/0{
  border-top-color: rgb(244 114 182 / 0);
}

.border-t-pink-400\/10{
  border-top-color: rgb(244 114 182 / 0.1);
}

.border-t-pink-400\/100{
  border-top-color: rgb(244 114 182 / 1);
}

.border-t-pink-400\/15{
  border-top-color: rgb(244 114 182 / 0.15);
}

.border-t-pink-400\/20{
  border-top-color: rgb(244 114 182 / 0.2);
}

.border-t-pink-400\/25{
  border-top-color: rgb(244 114 182 / 0.25);
}

.border-t-pink-400\/30{
  border-top-color: rgb(244 114 182 / 0.3);
}

.border-t-pink-400\/35{
  border-top-color: rgb(244 114 182 / 0.35);
}

.border-t-pink-400\/40{
  border-top-color: rgb(244 114 182 / 0.4);
}

.border-t-pink-400\/45{
  border-top-color: rgb(244 114 182 / 0.45);
}

.border-t-pink-400\/5{
  border-top-color: rgb(244 114 182 / 0.05);
}

.border-t-pink-400\/50{
  border-top-color: rgb(244 114 182 / 0.5);
}

.border-t-pink-400\/55{
  border-top-color: rgb(244 114 182 / 0.55);
}

.border-t-pink-400\/60{
  border-top-color: rgb(244 114 182 / 0.6);
}

.border-t-pink-400\/65{
  border-top-color: rgb(244 114 182 / 0.65);
}

.border-t-pink-400\/70{
  border-top-color: rgb(244 114 182 / 0.7);
}

.border-t-pink-400\/75{
  border-top-color: rgb(244 114 182 / 0.75);
}

.border-t-pink-400\/80{
  border-top-color: rgb(244 114 182 / 0.8);
}

.border-t-pink-400\/85{
  border-top-color: rgb(244 114 182 / 0.85);
}

.border-t-pink-400\/90{
  border-top-color: rgb(244 114 182 / 0.9);
}

.border-t-pink-400\/95{
  border-top-color: rgb(244 114 182 / 0.95);
}

.border-t-pink-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-t-pink-50\/0{
  border-top-color: rgb(253 242 248 / 0);
}

.border-t-pink-50\/10{
  border-top-color: rgb(253 242 248 / 0.1);
}

.border-t-pink-50\/100{
  border-top-color: rgb(253 242 248 / 1);
}

.border-t-pink-50\/15{
  border-top-color: rgb(253 242 248 / 0.15);
}

.border-t-pink-50\/20{
  border-top-color: rgb(253 242 248 / 0.2);
}

.border-t-pink-50\/25{
  border-top-color: rgb(253 242 248 / 0.25);
}

.border-t-pink-50\/30{
  border-top-color: rgb(253 242 248 / 0.3);
}

.border-t-pink-50\/35{
  border-top-color: rgb(253 242 248 / 0.35);
}

.border-t-pink-50\/40{
  border-top-color: rgb(253 242 248 / 0.4);
}

.border-t-pink-50\/45{
  border-top-color: rgb(253 242 248 / 0.45);
}

.border-t-pink-50\/5{
  border-top-color: rgb(253 242 248 / 0.05);
}

.border-t-pink-50\/50{
  border-top-color: rgb(253 242 248 / 0.5);
}

.border-t-pink-50\/55{
  border-top-color: rgb(253 242 248 / 0.55);
}

.border-t-pink-50\/60{
  border-top-color: rgb(253 242 248 / 0.6);
}

.border-t-pink-50\/65{
  border-top-color: rgb(253 242 248 / 0.65);
}

.border-t-pink-50\/70{
  border-top-color: rgb(253 242 248 / 0.7);
}

.border-t-pink-50\/75{
  border-top-color: rgb(253 242 248 / 0.75);
}

.border-t-pink-50\/80{
  border-top-color: rgb(253 242 248 / 0.8);
}

.border-t-pink-50\/85{
  border-top-color: rgb(253 242 248 / 0.85);
}

.border-t-pink-50\/90{
  border-top-color: rgb(253 242 248 / 0.9);
}

.border-t-pink-50\/95{
  border-top-color: rgb(253 242 248 / 0.95);
}

.border-t-pink-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-t-pink-500\/0{
  border-top-color: rgb(236 72 153 / 0);
}

.border-t-pink-500\/10{
  border-top-color: rgb(236 72 153 / 0.1);
}

.border-t-pink-500\/100{
  border-top-color: rgb(236 72 153 / 1);
}

.border-t-pink-500\/15{
  border-top-color: rgb(236 72 153 / 0.15);
}

.border-t-pink-500\/20{
  border-top-color: rgb(236 72 153 / 0.2);
}

.border-t-pink-500\/25{
  border-top-color: rgb(236 72 153 / 0.25);
}

.border-t-pink-500\/30{
  border-top-color: rgb(236 72 153 / 0.3);
}

.border-t-pink-500\/35{
  border-top-color: rgb(236 72 153 / 0.35);
}

.border-t-pink-500\/40{
  border-top-color: rgb(236 72 153 / 0.4);
}

.border-t-pink-500\/45{
  border-top-color: rgb(236 72 153 / 0.45);
}

.border-t-pink-500\/5{
  border-top-color: rgb(236 72 153 / 0.05);
}

.border-t-pink-500\/50{
  border-top-color: rgb(236 72 153 / 0.5);
}

.border-t-pink-500\/55{
  border-top-color: rgb(236 72 153 / 0.55);
}

.border-t-pink-500\/60{
  border-top-color: rgb(236 72 153 / 0.6);
}

.border-t-pink-500\/65{
  border-top-color: rgb(236 72 153 / 0.65);
}

.border-t-pink-500\/70{
  border-top-color: rgb(236 72 153 / 0.7);
}

.border-t-pink-500\/75{
  border-top-color: rgb(236 72 153 / 0.75);
}

.border-t-pink-500\/80{
  border-top-color: rgb(236 72 153 / 0.8);
}

.border-t-pink-500\/85{
  border-top-color: rgb(236 72 153 / 0.85);
}

.border-t-pink-500\/90{
  border-top-color: rgb(236 72 153 / 0.9);
}

.border-t-pink-500\/95{
  border-top-color: rgb(236 72 153 / 0.95);
}

.border-t-pink-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-t-pink-600\/0{
  border-top-color: rgb(219 39 119 / 0);
}

.border-t-pink-600\/10{
  border-top-color: rgb(219 39 119 / 0.1);
}

.border-t-pink-600\/100{
  border-top-color: rgb(219 39 119 / 1);
}

.border-t-pink-600\/15{
  border-top-color: rgb(219 39 119 / 0.15);
}

.border-t-pink-600\/20{
  border-top-color: rgb(219 39 119 / 0.2);
}

.border-t-pink-600\/25{
  border-top-color: rgb(219 39 119 / 0.25);
}

.border-t-pink-600\/30{
  border-top-color: rgb(219 39 119 / 0.3);
}

.border-t-pink-600\/35{
  border-top-color: rgb(219 39 119 / 0.35);
}

.border-t-pink-600\/40{
  border-top-color: rgb(219 39 119 / 0.4);
}

.border-t-pink-600\/45{
  border-top-color: rgb(219 39 119 / 0.45);
}

.border-t-pink-600\/5{
  border-top-color: rgb(219 39 119 / 0.05);
}

.border-t-pink-600\/50{
  border-top-color: rgb(219 39 119 / 0.5);
}

.border-t-pink-600\/55{
  border-top-color: rgb(219 39 119 / 0.55);
}

.border-t-pink-600\/60{
  border-top-color: rgb(219 39 119 / 0.6);
}

.border-t-pink-600\/65{
  border-top-color: rgb(219 39 119 / 0.65);
}

.border-t-pink-600\/70{
  border-top-color: rgb(219 39 119 / 0.7);
}

.border-t-pink-600\/75{
  border-top-color: rgb(219 39 119 / 0.75);
}

.border-t-pink-600\/80{
  border-top-color: rgb(219 39 119 / 0.8);
}

.border-t-pink-600\/85{
  border-top-color: rgb(219 39 119 / 0.85);
}

.border-t-pink-600\/90{
  border-top-color: rgb(219 39 119 / 0.9);
}

.border-t-pink-600\/95{
  border-top-color: rgb(219 39 119 / 0.95);
}

.border-t-pink-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-t-pink-700\/0{
  border-top-color: rgb(190 24 93 / 0);
}

.border-t-pink-700\/10{
  border-top-color: rgb(190 24 93 / 0.1);
}

.border-t-pink-700\/100{
  border-top-color: rgb(190 24 93 / 1);
}

.border-t-pink-700\/15{
  border-top-color: rgb(190 24 93 / 0.15);
}

.border-t-pink-700\/20{
  border-top-color: rgb(190 24 93 / 0.2);
}

.border-t-pink-700\/25{
  border-top-color: rgb(190 24 93 / 0.25);
}

.border-t-pink-700\/30{
  border-top-color: rgb(190 24 93 / 0.3);
}

.border-t-pink-700\/35{
  border-top-color: rgb(190 24 93 / 0.35);
}

.border-t-pink-700\/40{
  border-top-color: rgb(190 24 93 / 0.4);
}

.border-t-pink-700\/45{
  border-top-color: rgb(190 24 93 / 0.45);
}

.border-t-pink-700\/5{
  border-top-color: rgb(190 24 93 / 0.05);
}

.border-t-pink-700\/50{
  border-top-color: rgb(190 24 93 / 0.5);
}

.border-t-pink-700\/55{
  border-top-color: rgb(190 24 93 / 0.55);
}

.border-t-pink-700\/60{
  border-top-color: rgb(190 24 93 / 0.6);
}

.border-t-pink-700\/65{
  border-top-color: rgb(190 24 93 / 0.65);
}

.border-t-pink-700\/70{
  border-top-color: rgb(190 24 93 / 0.7);
}

.border-t-pink-700\/75{
  border-top-color: rgb(190 24 93 / 0.75);
}

.border-t-pink-700\/80{
  border-top-color: rgb(190 24 93 / 0.8);
}

.border-t-pink-700\/85{
  border-top-color: rgb(190 24 93 / 0.85);
}

.border-t-pink-700\/90{
  border-top-color: rgb(190 24 93 / 0.9);
}

.border-t-pink-700\/95{
  border-top-color: rgb(190 24 93 / 0.95);
}

.border-t-pink-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-t-pink-800\/0{
  border-top-color: rgb(157 23 77 / 0);
}

.border-t-pink-800\/10{
  border-top-color: rgb(157 23 77 / 0.1);
}

.border-t-pink-800\/100{
  border-top-color: rgb(157 23 77 / 1);
}

.border-t-pink-800\/15{
  border-top-color: rgb(157 23 77 / 0.15);
}

.border-t-pink-800\/20{
  border-top-color: rgb(157 23 77 / 0.2);
}

.border-t-pink-800\/25{
  border-top-color: rgb(157 23 77 / 0.25);
}

.border-t-pink-800\/30{
  border-top-color: rgb(157 23 77 / 0.3);
}

.border-t-pink-800\/35{
  border-top-color: rgb(157 23 77 / 0.35);
}

.border-t-pink-800\/40{
  border-top-color: rgb(157 23 77 / 0.4);
}

.border-t-pink-800\/45{
  border-top-color: rgb(157 23 77 / 0.45);
}

.border-t-pink-800\/5{
  border-top-color: rgb(157 23 77 / 0.05);
}

.border-t-pink-800\/50{
  border-top-color: rgb(157 23 77 / 0.5);
}

.border-t-pink-800\/55{
  border-top-color: rgb(157 23 77 / 0.55);
}

.border-t-pink-800\/60{
  border-top-color: rgb(157 23 77 / 0.6);
}

.border-t-pink-800\/65{
  border-top-color: rgb(157 23 77 / 0.65);
}

.border-t-pink-800\/70{
  border-top-color: rgb(157 23 77 / 0.7);
}

.border-t-pink-800\/75{
  border-top-color: rgb(157 23 77 / 0.75);
}

.border-t-pink-800\/80{
  border-top-color: rgb(157 23 77 / 0.8);
}

.border-t-pink-800\/85{
  border-top-color: rgb(157 23 77 / 0.85);
}

.border-t-pink-800\/90{
  border-top-color: rgb(157 23 77 / 0.9);
}

.border-t-pink-800\/95{
  border-top-color: rgb(157 23 77 / 0.95);
}

.border-t-pink-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-t-pink-900\/0{
  border-top-color: rgb(131 24 67 / 0);
}

.border-t-pink-900\/10{
  border-top-color: rgb(131 24 67 / 0.1);
}

.border-t-pink-900\/100{
  border-top-color: rgb(131 24 67 / 1);
}

.border-t-pink-900\/15{
  border-top-color: rgb(131 24 67 / 0.15);
}

.border-t-pink-900\/20{
  border-top-color: rgb(131 24 67 / 0.2);
}

.border-t-pink-900\/25{
  border-top-color: rgb(131 24 67 / 0.25);
}

.border-t-pink-900\/30{
  border-top-color: rgb(131 24 67 / 0.3);
}

.border-t-pink-900\/35{
  border-top-color: rgb(131 24 67 / 0.35);
}

.border-t-pink-900\/40{
  border-top-color: rgb(131 24 67 / 0.4);
}

.border-t-pink-900\/45{
  border-top-color: rgb(131 24 67 / 0.45);
}

.border-t-pink-900\/5{
  border-top-color: rgb(131 24 67 / 0.05);
}

.border-t-pink-900\/50{
  border-top-color: rgb(131 24 67 / 0.5);
}

.border-t-pink-900\/55{
  border-top-color: rgb(131 24 67 / 0.55);
}

.border-t-pink-900\/60{
  border-top-color: rgb(131 24 67 / 0.6);
}

.border-t-pink-900\/65{
  border-top-color: rgb(131 24 67 / 0.65);
}

.border-t-pink-900\/70{
  border-top-color: rgb(131 24 67 / 0.7);
}

.border-t-pink-900\/75{
  border-top-color: rgb(131 24 67 / 0.75);
}

.border-t-pink-900\/80{
  border-top-color: rgb(131 24 67 / 0.8);
}

.border-t-pink-900\/85{
  border-top-color: rgb(131 24 67 / 0.85);
}

.border-t-pink-900\/90{
  border-top-color: rgb(131 24 67 / 0.9);
}

.border-t-pink-900\/95{
  border-top-color: rgb(131 24 67 / 0.95);
}

.border-t-pink-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-t-pink-950\/0{
  border-top-color: rgb(80 7 36 / 0);
}

.border-t-pink-950\/10{
  border-top-color: rgb(80 7 36 / 0.1);
}

.border-t-pink-950\/100{
  border-top-color: rgb(80 7 36 / 1);
}

.border-t-pink-950\/15{
  border-top-color: rgb(80 7 36 / 0.15);
}

.border-t-pink-950\/20{
  border-top-color: rgb(80 7 36 / 0.2);
}

.border-t-pink-950\/25{
  border-top-color: rgb(80 7 36 / 0.25);
}

.border-t-pink-950\/30{
  border-top-color: rgb(80 7 36 / 0.3);
}

.border-t-pink-950\/35{
  border-top-color: rgb(80 7 36 / 0.35);
}

.border-t-pink-950\/40{
  border-top-color: rgb(80 7 36 / 0.4);
}

.border-t-pink-950\/45{
  border-top-color: rgb(80 7 36 / 0.45);
}

.border-t-pink-950\/5{
  border-top-color: rgb(80 7 36 / 0.05);
}

.border-t-pink-950\/50{
  border-top-color: rgb(80 7 36 / 0.5);
}

.border-t-pink-950\/55{
  border-top-color: rgb(80 7 36 / 0.55);
}

.border-t-pink-950\/60{
  border-top-color: rgb(80 7 36 / 0.6);
}

.border-t-pink-950\/65{
  border-top-color: rgb(80 7 36 / 0.65);
}

.border-t-pink-950\/70{
  border-top-color: rgb(80 7 36 / 0.7);
}

.border-t-pink-950\/75{
  border-top-color: rgb(80 7 36 / 0.75);
}

.border-t-pink-950\/80{
  border-top-color: rgb(80 7 36 / 0.8);
}

.border-t-pink-950\/85{
  border-top-color: rgb(80 7 36 / 0.85);
}

.border-t-pink-950\/90{
  border-top-color: rgb(80 7 36 / 0.9);
}

.border-t-pink-950\/95{
  border-top-color: rgb(80 7 36 / 0.95);
}

.border-t-primary{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.border-t-primary-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.border-t-primary-hover\/0{
  border-top-color: rgb(71 57 169 / 0);
}

.border-t-primary-hover\/10{
  border-top-color: rgb(71 57 169 / 0.1);
}

.border-t-primary-hover\/100{
  border-top-color: rgb(71 57 169 / 1);
}

.border-t-primary-hover\/15{
  border-top-color: rgb(71 57 169 / 0.15);
}

.border-t-primary-hover\/20{
  border-top-color: rgb(71 57 169 / 0.2);
}

.border-t-primary-hover\/25{
  border-top-color: rgb(71 57 169 / 0.25);
}

.border-t-primary-hover\/30{
  border-top-color: rgb(71 57 169 / 0.3);
}

.border-t-primary-hover\/35{
  border-top-color: rgb(71 57 169 / 0.35);
}

.border-t-primary-hover\/40{
  border-top-color: rgb(71 57 169 / 0.4);
}

.border-t-primary-hover\/45{
  border-top-color: rgb(71 57 169 / 0.45);
}

.border-t-primary-hover\/5{
  border-top-color: rgb(71 57 169 / 0.05);
}

.border-t-primary-hover\/50{
  border-top-color: rgb(71 57 169 / 0.5);
}

.border-t-primary-hover\/55{
  border-top-color: rgb(71 57 169 / 0.55);
}

.border-t-primary-hover\/60{
  border-top-color: rgb(71 57 169 / 0.6);
}

.border-t-primary-hover\/65{
  border-top-color: rgb(71 57 169 / 0.65);
}

.border-t-primary-hover\/70{
  border-top-color: rgb(71 57 169 / 0.7);
}

.border-t-primary-hover\/75{
  border-top-color: rgb(71 57 169 / 0.75);
}

.border-t-primary-hover\/80{
  border-top-color: rgb(71 57 169 / 0.8);
}

.border-t-primary-hover\/85{
  border-top-color: rgb(71 57 169 / 0.85);
}

.border-t-primary-hover\/90{
  border-top-color: rgb(71 57 169 / 0.9);
}

.border-t-primary-hover\/95{
  border-top-color: rgb(71 57 169 / 0.95);
}

.border-t-primary\/0{
  border-top-color: rgb(85 70 192 / 0);
}

.border-t-primary\/10{
  border-top-color: rgb(85 70 192 / 0.1);
}

.border-t-primary\/100{
  border-top-color: rgb(85 70 192 / 1);
}

.border-t-primary\/15{
  border-top-color: rgb(85 70 192 / 0.15);
}

.border-t-primary\/20{
  border-top-color: rgb(85 70 192 / 0.2);
}

.border-t-primary\/25{
  border-top-color: rgb(85 70 192 / 0.25);
}

.border-t-primary\/30{
  border-top-color: rgb(85 70 192 / 0.3);
}

.border-t-primary\/35{
  border-top-color: rgb(85 70 192 / 0.35);
}

.border-t-primary\/40{
  border-top-color: rgb(85 70 192 / 0.4);
}

.border-t-primary\/45{
  border-top-color: rgb(85 70 192 / 0.45);
}

.border-t-primary\/5{
  border-top-color: rgb(85 70 192 / 0.05);
}

.border-t-primary\/50{
  border-top-color: rgb(85 70 192 / 0.5);
}

.border-t-primary\/55{
  border-top-color: rgb(85 70 192 / 0.55);
}

.border-t-primary\/60{
  border-top-color: rgb(85 70 192 / 0.6);
}

.border-t-primary\/65{
  border-top-color: rgb(85 70 192 / 0.65);
}

.border-t-primary\/70{
  border-top-color: rgb(85 70 192 / 0.7);
}

.border-t-primary\/75{
  border-top-color: rgb(85 70 192 / 0.75);
}

.border-t-primary\/80{
  border-top-color: rgb(85 70 192 / 0.8);
}

.border-t-primary\/85{
  border-top-color: rgb(85 70 192 / 0.85);
}

.border-t-primary\/90{
  border-top-color: rgb(85 70 192 / 0.9);
}

.border-t-primary\/95{
  border-top-color: rgb(85 70 192 / 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\/15{
  border-top-color: rgb(243 232 255 / 0.15);
}

.border-t-purple-100\/20{
  border-top-color: rgb(243 232 255 / 0.2);
}

.border-t-purple-100\/25{
  border-top-color: rgb(243 232 255 / 0.25);
}

.border-t-purple-100\/30{
  border-top-color: rgb(243 232 255 / 0.3);
}

.border-t-purple-100\/35{
  border-top-color: rgb(243 232 255 / 0.35);
}

.border-t-purple-100\/40{
  border-top-color: rgb(243 232 255 / 0.4);
}

.border-t-purple-100\/45{
  border-top-color: rgb(243 232 255 / 0.45);
}

.border-t-purple-100\/5{
  border-top-color: rgb(243 232 255 / 0.05);
}

.border-t-purple-100\/50{
  border-top-color: rgb(243 232 255 / 0.5);
}

.border-t-purple-100\/55{
  border-top-color: rgb(243 232 255 / 0.55);
}

.border-t-purple-100\/60{
  border-top-color: rgb(243 232 255 / 0.6);
}

.border-t-purple-100\/65{
  border-top-color: rgb(243 232 255 / 0.65);
}

.border-t-purple-100\/70{
  border-top-color: rgb(243 232 255 / 0.7);
}

.border-t-purple-100\/75{
  border-top-color: rgb(243 232 255 / 0.75);
}

.border-t-purple-100\/80{
  border-top-color: rgb(243 232 255 / 0.8);
}

.border-t-purple-100\/85{
  border-top-color: rgb(243 232 255 / 0.85);
}

.border-t-purple-100\/90{
  border-top-color: rgb(243 232 255 / 0.9);
}

.border-t-purple-100\/95{
  border-top-color: rgb(243 232 255 / 0.95);
}

.border-t-purple-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-t-purple-200\/0{
  border-top-color: rgb(233 213 255 / 0);
}

.border-t-purple-200\/10{
  border-top-color: rgb(233 213 255 / 0.1);
}

.border-t-purple-200\/100{
  border-top-color: rgb(233 213 255 / 1);
}

.border-t-purple-200\/15{
  border-top-color: rgb(233 213 255 / 0.15);
}

.border-t-purple-200\/20{
  border-top-color: rgb(233 213 255 / 0.2);
}

.border-t-purple-200\/25{
  border-top-color: rgb(233 213 255 / 0.25);
}

.border-t-purple-200\/30{
  border-top-color: rgb(233 213 255 / 0.3);
}

.border-t-purple-200\/35{
  border-top-color: rgb(233 213 255 / 0.35);
}

.border-t-purple-200\/40{
  border-top-color: rgb(233 213 255 / 0.4);
}

.border-t-purple-200\/45{
  border-top-color: rgb(233 213 255 / 0.45);
}

.border-t-purple-200\/5{
  border-top-color: rgb(233 213 255 / 0.05);
}

.border-t-purple-200\/50{
  border-top-color: rgb(233 213 255 / 0.5);
}

.border-t-purple-200\/55{
  border-top-color: rgb(233 213 255 / 0.55);
}

.border-t-purple-200\/60{
  border-top-color: rgb(233 213 255 / 0.6);
}

.border-t-purple-200\/65{
  border-top-color: rgb(233 213 255 / 0.65);
}

.border-t-purple-200\/70{
  border-top-color: rgb(233 213 255 / 0.7);
}

.border-t-purple-200\/75{
  border-top-color: rgb(233 213 255 / 0.75);
}

.border-t-purple-200\/80{
  border-top-color: rgb(233 213 255 / 0.8);
}

.border-t-purple-200\/85{
  border-top-color: rgb(233 213 255 / 0.85);
}

.border-t-purple-200\/90{
  border-top-color: rgb(233 213 255 / 0.9);
}

.border-t-purple-200\/95{
  border-top-color: rgb(233 213 255 / 0.95);
}

.border-t-purple-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-t-purple-300\/0{
  border-top-color: rgb(216 180 254 / 0);
}

.border-t-purple-300\/10{
  border-top-color: rgb(216 180 254 / 0.1);
}

.border-t-purple-300\/100{
  border-top-color: rgb(216 180 254 / 1);
}

.border-t-purple-300\/15{
  border-top-color: rgb(216 180 254 / 0.15);
}

.border-t-purple-300\/20{
  border-top-color: rgb(216 180 254 / 0.2);
}

.border-t-purple-300\/25{
  border-top-color: rgb(216 180 254 / 0.25);
}

.border-t-purple-300\/30{
  border-top-color: rgb(216 180 254 / 0.3);
}

.border-t-purple-300\/35{
  border-top-color: rgb(216 180 254 / 0.35);
}

.border-t-purple-300\/40{
  border-top-color: rgb(216 180 254 / 0.4);
}

.border-t-purple-300\/45{
  border-top-color: rgb(216 180 254 / 0.45);
}

.border-t-purple-300\/5{
  border-top-color: rgb(216 180 254 / 0.05);
}

.border-t-purple-300\/50{
  border-top-color: rgb(216 180 254 / 0.5);
}

.border-t-purple-300\/55{
  border-top-color: rgb(216 180 254 / 0.55);
}

.border-t-purple-300\/60{
  border-top-color: rgb(216 180 254 / 0.6);
}

.border-t-purple-300\/65{
  border-top-color: rgb(216 180 254 / 0.65);
}

.border-t-purple-300\/70{
  border-top-color: rgb(216 180 254 / 0.7);
}

.border-t-purple-300\/75{
  border-top-color: rgb(216 180 254 / 0.75);
}

.border-t-purple-300\/80{
  border-top-color: rgb(216 180 254 / 0.8);
}

.border-t-purple-300\/85{
  border-top-color: rgb(216 180 254 / 0.85);
}

.border-t-purple-300\/90{
  border-top-color: rgb(216 180 254 / 0.9);
}

.border-t-purple-300\/95{
  border-top-color: rgb(216 180 254 / 0.95);
}

.border-t-purple-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-t-purple-400\/0{
  border-top-color: rgb(192 132 252 / 0);
}

.border-t-purple-400\/10{
  border-top-color: rgb(192 132 252 / 0.1);
}

.border-t-purple-400\/100{
  border-top-color: rgb(192 132 252 / 1);
}

.border-t-purple-400\/15{
  border-top-color: rgb(192 132 252 / 0.15);
}

.border-t-purple-400\/20{
  border-top-color: rgb(192 132 252 / 0.2);
}

.border-t-purple-400\/25{
  border-top-color: rgb(192 132 252 / 0.25);
}

.border-t-purple-400\/30{
  border-top-color: rgb(192 132 252 / 0.3);
}

.border-t-purple-400\/35{
  border-top-color: rgb(192 132 252 / 0.35);
}

.border-t-purple-400\/40{
  border-top-color: rgb(192 132 252 / 0.4);
}

.border-t-purple-400\/45{
  border-top-color: rgb(192 132 252 / 0.45);
}

.border-t-purple-400\/5{
  border-top-color: rgb(192 132 252 / 0.05);
}

.border-t-purple-400\/50{
  border-top-color: rgb(192 132 252 / 0.5);
}

.border-t-purple-400\/55{
  border-top-color: rgb(192 132 252 / 0.55);
}

.border-t-purple-400\/60{
  border-top-color: rgb(192 132 252 / 0.6);
}

.border-t-purple-400\/65{
  border-top-color: rgb(192 132 252 / 0.65);
}

.border-t-purple-400\/70{
  border-top-color: rgb(192 132 252 / 0.7);
}

.border-t-purple-400\/75{
  border-top-color: rgb(192 132 252 / 0.75);
}

.border-t-purple-400\/80{
  border-top-color: rgb(192 132 252 / 0.8);
}

.border-t-purple-400\/85{
  border-top-color: rgb(192 132 252 / 0.85);
}

.border-t-purple-400\/90{
  border-top-color: rgb(192 132 252 / 0.9);
}

.border-t-purple-400\/95{
  border-top-color: rgb(192 132 252 / 0.95);
}

.border-t-purple-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-t-purple-50\/0{
  border-top-color: rgb(250 245 255 / 0);
}

.border-t-purple-50\/10{
  border-top-color: rgb(250 245 255 / 0.1);
}

.border-t-purple-50\/100{
  border-top-color: rgb(250 245 255 / 1);
}

.border-t-purple-50\/15{
  border-top-color: rgb(250 245 255 / 0.15);
}

.border-t-purple-50\/20{
  border-top-color: rgb(250 245 255 / 0.2);
}

.border-t-purple-50\/25{
  border-top-color: rgb(250 245 255 / 0.25);
}

.border-t-purple-50\/30{
  border-top-color: rgb(250 245 255 / 0.3);
}

.border-t-purple-50\/35{
  border-top-color: rgb(250 245 255 / 0.35);
}

.border-t-purple-50\/40{
  border-top-color: rgb(250 245 255 / 0.4);
}

.border-t-purple-50\/45{
  border-top-color: rgb(250 245 255 / 0.45);
}

.border-t-purple-50\/5{
  border-top-color: rgb(250 245 255 / 0.05);
}

.border-t-purple-50\/50{
  border-top-color: rgb(250 245 255 / 0.5);
}

.border-t-purple-50\/55{
  border-top-color: rgb(250 245 255 / 0.55);
}

.border-t-purple-50\/60{
  border-top-color: rgb(250 245 255 / 0.6);
}

.border-t-purple-50\/65{
  border-top-color: rgb(250 245 255 / 0.65);
}

.border-t-purple-50\/70{
  border-top-color: rgb(250 245 255 / 0.7);
}

.border-t-purple-50\/75{
  border-top-color: rgb(250 245 255 / 0.75);
}

.border-t-purple-50\/80{
  border-top-color: rgb(250 245 255 / 0.8);
}

.border-t-purple-50\/85{
  border-top-color: rgb(250 245 255 / 0.85);
}

.border-t-purple-50\/90{
  border-top-color: rgb(250 245 255 / 0.9);
}

.border-t-purple-50\/95{
  border-top-color: rgb(250 245 255 / 0.95);
}

.border-t-purple-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.border-t-purple-500\/0{
  border-top-color: rgb(168 85 247 / 0);
}

.border-t-purple-500\/10{
  border-top-color: rgb(168 85 247 / 0.1);
}

.border-t-purple-500\/100{
  border-top-color: rgb(168 85 247 / 1);
}

.border-t-purple-500\/15{
  border-top-color: rgb(168 85 247 / 0.15);
}

.border-t-purple-500\/20{
  border-top-color: rgb(168 85 247 / 0.2);
}

.border-t-purple-500\/25{
  border-top-color: rgb(168 85 247 / 0.25);
}

.border-t-purple-500\/30{
  border-top-color: rgb(168 85 247 / 0.3);
}

.border-t-purple-500\/35{
  border-top-color: rgb(168 85 247 / 0.35);
}

.border-t-purple-500\/40{
  border-top-color: rgb(168 85 247 / 0.4);
}

.border-t-purple-500\/45{
  border-top-color: rgb(168 85 247 / 0.45);
}

.border-t-purple-500\/5{
  border-top-color: rgb(168 85 247 / 0.05);
}

.border-t-purple-500\/50{
  border-top-color: rgb(168 85 247 / 0.5);
}

.border-t-purple-500\/55{
  border-top-color: rgb(168 85 247 / 0.55);
}

.border-t-purple-500\/60{
  border-top-color: rgb(168 85 247 / 0.6);
}

.border-t-purple-500\/65{
  border-top-color: rgb(168 85 247 / 0.65);
}

.border-t-purple-500\/70{
  border-top-color: rgb(168 85 247 / 0.7);
}

.border-t-purple-500\/75{
  border-top-color: rgb(168 85 247 / 0.75);
}

.border-t-purple-500\/80{
  border-top-color: rgb(168 85 247 / 0.8);
}

.border-t-purple-500\/85{
  border-top-color: rgb(168 85 247 / 0.85);
}

.border-t-purple-500\/90{
  border-top-color: rgb(168 85 247 / 0.9);
}

.border-t-purple-500\/95{
  border-top-color: rgb(168 85 247 / 0.95);
}

.border-t-purple-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-t-purple-600\/0{
  border-top-color: rgb(147 51 234 / 0);
}

.border-t-purple-600\/10{
  border-top-color: rgb(147 51 234 / 0.1);
}

.border-t-purple-600\/100{
  border-top-color: rgb(147 51 234 / 1);
}

.border-t-purple-600\/15{
  border-top-color: rgb(147 51 234 / 0.15);
}

.border-t-purple-600\/20{
  border-top-color: rgb(147 51 234 / 0.2);
}

.border-t-purple-600\/25{
  border-top-color: rgb(147 51 234 / 0.25);
}

.border-t-purple-600\/30{
  border-top-color: rgb(147 51 234 / 0.3);
}

.border-t-purple-600\/35{
  border-top-color: rgb(147 51 234 / 0.35);
}

.border-t-purple-600\/40{
  border-top-color: rgb(147 51 234 / 0.4);
}

.border-t-purple-600\/45{
  border-top-color: rgb(147 51 234 / 0.45);
}

.border-t-purple-600\/5{
  border-top-color: rgb(147 51 234 / 0.05);
}

.border-t-purple-600\/50{
  border-top-color: rgb(147 51 234 / 0.5);
}

.border-t-purple-600\/55{
  border-top-color: rgb(147 51 234 / 0.55);
}

.border-t-purple-600\/60{
  border-top-color: rgb(147 51 234 / 0.6);
}

.border-t-purple-600\/65{
  border-top-color: rgb(147 51 234 / 0.65);
}

.border-t-purple-600\/70{
  border-top-color: rgb(147 51 234 / 0.7);
}

.border-t-purple-600\/75{
  border-top-color: rgb(147 51 234 / 0.75);
}

.border-t-purple-600\/80{
  border-top-color: rgb(147 51 234 / 0.8);
}

.border-t-purple-600\/85{
  border-top-color: rgb(147 51 234 / 0.85);
}

.border-t-purple-600\/90{
  border-top-color: rgb(147 51 234 / 0.9);
}

.border-t-purple-600\/95{
  border-top-color: rgb(147 51 234 / 0.95);
}

.border-t-purple-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-t-purple-700\/0{
  border-top-color: rgb(126 34 206 / 0);
}

.border-t-purple-700\/10{
  border-top-color: rgb(126 34 206 / 0.1);
}

.border-t-purple-700\/100{
  border-top-color: rgb(126 34 206 / 1);
}

.border-t-purple-700\/15{
  border-top-color: rgb(126 34 206 / 0.15);
}

.border-t-purple-700\/20{
  border-top-color: rgb(126 34 206 / 0.2);
}

.border-t-purple-700\/25{
  border-top-color: rgb(126 34 206 / 0.25);
}

.border-t-purple-700\/30{
  border-top-color: rgb(126 34 206 / 0.3);
}

.border-t-purple-700\/35{
  border-top-color: rgb(126 34 206 / 0.35);
}

.border-t-purple-700\/40{
  border-top-color: rgb(126 34 206 / 0.4);
}

.border-t-purple-700\/45{
  border-top-color: rgb(126 34 206 / 0.45);
}

.border-t-purple-700\/5{
  border-top-color: rgb(126 34 206 / 0.05);
}

.border-t-purple-700\/50{
  border-top-color: rgb(126 34 206 / 0.5);
}

.border-t-purple-700\/55{
  border-top-color: rgb(126 34 206 / 0.55);
}

.border-t-purple-700\/60{
  border-top-color: rgb(126 34 206 / 0.6);
}

.border-t-purple-700\/65{
  border-top-color: rgb(126 34 206 / 0.65);
}

.border-t-purple-700\/70{
  border-top-color: rgb(126 34 206 / 0.7);
}

.border-t-purple-700\/75{
  border-top-color: rgb(126 34 206 / 0.75);
}

.border-t-purple-700\/80{
  border-top-color: rgb(126 34 206 / 0.8);
}

.border-t-purple-700\/85{
  border-top-color: rgb(126 34 206 / 0.85);
}

.border-t-purple-700\/90{
  border-top-color: rgb(126 34 206 / 0.9);
}

.border-t-purple-700\/95{
  border-top-color: rgb(126 34 206 / 0.95);
}

.border-t-purple-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-t-purple-800\/0{
  border-top-color: rgb(107 33 168 / 0);
}

.border-t-purple-800\/10{
  border-top-color: rgb(107 33 168 / 0.1);
}

.border-t-purple-800\/100{
  border-top-color: rgb(107 33 168 / 1);
}

.border-t-purple-800\/15{
  border-top-color: rgb(107 33 168 / 0.15);
}

.border-t-purple-800\/20{
  border-top-color: rgb(107 33 168 / 0.2);
}

.border-t-purple-800\/25{
  border-top-color: rgb(107 33 168 / 0.25);
}

.border-t-purple-800\/30{
  border-top-color: rgb(107 33 168 / 0.3);
}

.border-t-purple-800\/35{
  border-top-color: rgb(107 33 168 / 0.35);
}

.border-t-purple-800\/40{
  border-top-color: rgb(107 33 168 / 0.4);
}

.border-t-purple-800\/45{
  border-top-color: rgb(107 33 168 / 0.45);
}

.border-t-purple-800\/5{
  border-top-color: rgb(107 33 168 / 0.05);
}

.border-t-purple-800\/50{
  border-top-color: rgb(107 33 168 / 0.5);
}

.border-t-purple-800\/55{
  border-top-color: rgb(107 33 168 / 0.55);
}

.border-t-purple-800\/60{
  border-top-color: rgb(107 33 168 / 0.6);
}

.border-t-purple-800\/65{
  border-top-color: rgb(107 33 168 / 0.65);
}

.border-t-purple-800\/70{
  border-top-color: rgb(107 33 168 / 0.7);
}

.border-t-purple-800\/75{
  border-top-color: rgb(107 33 168 / 0.75);
}

.border-t-purple-800\/80{
  border-top-color: rgb(107 33 168 / 0.8);
}

.border-t-purple-800\/85{
  border-top-color: rgb(107 33 168 / 0.85);
}

.border-t-purple-800\/90{
  border-top-color: rgb(107 33 168 / 0.9);
}

.border-t-purple-800\/95{
  border-top-color: rgb(107 33 168 / 0.95);
}

.border-t-purple-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-t-purple-900\/0{
  border-top-color: rgb(88 28 135 / 0);
}

.border-t-purple-900\/10{
  border-top-color: rgb(88 28 135 / 0.1);
}

.border-t-purple-900\/100{
  border-top-color: rgb(88 28 135 / 1);
}

.border-t-purple-900\/15{
  border-top-color: rgb(88 28 135 / 0.15);
}

.border-t-purple-900\/20{
  border-top-color: rgb(88 28 135 / 0.2);
}

.border-t-purple-900\/25{
  border-top-color: rgb(88 28 135 / 0.25);
}

.border-t-purple-900\/30{
  border-top-color: rgb(88 28 135 / 0.3);
}

.border-t-purple-900\/35{
  border-top-color: rgb(88 28 135 / 0.35);
}

.border-t-purple-900\/40{
  border-top-color: rgb(88 28 135 / 0.4);
}

.border-t-purple-900\/45{
  border-top-color: rgb(88 28 135 / 0.45);
}

.border-t-purple-900\/5{
  border-top-color: rgb(88 28 135 / 0.05);
}

.border-t-purple-900\/50{
  border-top-color: rgb(88 28 135 / 0.5);
}

.border-t-purple-900\/55{
  border-top-color: rgb(88 28 135 / 0.55);
}

.border-t-purple-900\/60{
  border-top-color: rgb(88 28 135 / 0.6);
}

.border-t-purple-900\/65{
  border-top-color: rgb(88 28 135 / 0.65);
}

.border-t-purple-900\/70{
  border-top-color: rgb(88 28 135 / 0.7);
}

.border-t-purple-900\/75{
  border-top-color: rgb(88 28 135 / 0.75);
}

.border-t-purple-900\/80{
  border-top-color: rgb(88 28 135 / 0.8);
}

.border-t-purple-900\/85{
  border-top-color: rgb(88 28 135 / 0.85);
}

.border-t-purple-900\/90{
  border-top-color: rgb(88 28 135 / 0.9);
}

.border-t-purple-900\/95{
  border-top-color: rgb(88 28 135 / 0.95);
}

.border-t-purple-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-t-purple-950\/0{
  border-top-color: rgb(59 7 100 / 0);
}

.border-t-purple-950\/10{
  border-top-color: rgb(59 7 100 / 0.1);
}

.border-t-purple-950\/100{
  border-top-color: rgb(59 7 100 / 1);
}

.border-t-purple-950\/15{
  border-top-color: rgb(59 7 100 / 0.15);
}

.border-t-purple-950\/20{
  border-top-color: rgb(59 7 100 / 0.2);
}

.border-t-purple-950\/25{
  border-top-color: rgb(59 7 100 / 0.25);
}

.border-t-purple-950\/30{
  border-top-color: rgb(59 7 100 / 0.3);
}

.border-t-purple-950\/35{
  border-top-color: rgb(59 7 100 / 0.35);
}

.border-t-purple-950\/40{
  border-top-color: rgb(59 7 100 / 0.4);
}

.border-t-purple-950\/45{
  border-top-color: rgb(59 7 100 / 0.45);
}

.border-t-purple-950\/5{
  border-top-color: rgb(59 7 100 / 0.05);
}

.border-t-purple-950\/50{
  border-top-color: rgb(59 7 100 / 0.5);
}

.border-t-purple-950\/55{
  border-top-color: rgb(59 7 100 / 0.55);
}

.border-t-purple-950\/60{
  border-top-color: rgb(59 7 100 / 0.6);
}

.border-t-purple-950\/65{
  border-top-color: rgb(59 7 100 / 0.65);
}

.border-t-purple-950\/70{
  border-top-color: rgb(59 7 100 / 0.7);
}

.border-t-purple-950\/75{
  border-top-color: rgb(59 7 100 / 0.75);
}

.border-t-purple-950\/80{
  border-top-color: rgb(59 7 100 / 0.8);
}

.border-t-purple-950\/85{
  border-top-color: rgb(59 7 100 / 0.85);
}

.border-t-purple-950\/90{
  border-top-color: rgb(59 7 100 / 0.9);
}

.border-t-purple-950\/95{
  border-top-color: rgb(59 7 100 / 0.95);
}

.border-t-quaternary{
  --tw-border-opacity: 1;
  border-top-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.border-t-quaternary-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.border-t-quaternary-hover\/0{
  border-top-color: rgb(43 202 241 / 0);
}

.border-t-quaternary-hover\/10{
  border-top-color: rgb(43 202 241 / 0.1);
}

.border-t-quaternary-hover\/100{
  border-top-color: rgb(43 202 241 / 1);
}

.border-t-quaternary-hover\/15{
  border-top-color: rgb(43 202 241 / 0.15);
}

.border-t-quaternary-hover\/20{
  border-top-color: rgb(43 202 241 / 0.2);
}

.border-t-quaternary-hover\/25{
  border-top-color: rgb(43 202 241 / 0.25);
}

.border-t-quaternary-hover\/30{
  border-top-color: rgb(43 202 241 / 0.3);
}

.border-t-quaternary-hover\/35{
  border-top-color: rgb(43 202 241 / 0.35);
}

.border-t-quaternary-hover\/40{
  border-top-color: rgb(43 202 241 / 0.4);
}

.border-t-quaternary-hover\/45{
  border-top-color: rgb(43 202 241 / 0.45);
}

.border-t-quaternary-hover\/5{
  border-top-color: rgb(43 202 241 / 0.05);
}

.border-t-quaternary-hover\/50{
  border-top-color: rgb(43 202 241 / 0.5);
}

.border-t-quaternary-hover\/55{
  border-top-color: rgb(43 202 241 / 0.55);
}

.border-t-quaternary-hover\/60{
  border-top-color: rgb(43 202 241 / 0.6);
}

.border-t-quaternary-hover\/65{
  border-top-color: rgb(43 202 241 / 0.65);
}

.border-t-quaternary-hover\/70{
  border-top-color: rgb(43 202 241 / 0.7);
}

.border-t-quaternary-hover\/75{
  border-top-color: rgb(43 202 241 / 0.75);
}

.border-t-quaternary-hover\/80{
  border-top-color: rgb(43 202 241 / 0.8);
}

.border-t-quaternary-hover\/85{
  border-top-color: rgb(43 202 241 / 0.85);
}

.border-t-quaternary-hover\/90{
  border-top-color: rgb(43 202 241 / 0.9);
}

.border-t-quaternary-hover\/95{
  border-top-color: rgb(43 202 241 / 0.95);
}

.border-t-quaternary\/0{
  border-top-color: rgb(61 209 246 / 0);
}

.border-t-quaternary\/10{
  border-top-color: rgb(61 209 246 / 0.1);
}

.border-t-quaternary\/100{
  border-top-color: rgb(61 209 246 / 1);
}

.border-t-quaternary\/15{
  border-top-color: rgb(61 209 246 / 0.15);
}

.border-t-quaternary\/20{
  border-top-color: rgb(61 209 246 / 0.2);
}

.border-t-quaternary\/25{
  border-top-color: rgb(61 209 246 / 0.25);
}

.border-t-quaternary\/30{
  border-top-color: rgb(61 209 246 / 0.3);
}

.border-t-quaternary\/35{
  border-top-color: rgb(61 209 246 / 0.35);
}

.border-t-quaternary\/40{
  border-top-color: rgb(61 209 246 / 0.4);
}

.border-t-quaternary\/45{
  border-top-color: rgb(61 209 246 / 0.45);
}

.border-t-quaternary\/5{
  border-top-color: rgb(61 209 246 / 0.05);
}

.border-t-quaternary\/50{
  border-top-color: rgb(61 209 246 / 0.5);
}

.border-t-quaternary\/55{
  border-top-color: rgb(61 209 246 / 0.55);
}

.border-t-quaternary\/60{
  border-top-color: rgb(61 209 246 / 0.6);
}

.border-t-quaternary\/65{
  border-top-color: rgb(61 209 246 / 0.65);
}

.border-t-quaternary\/70{
  border-top-color: rgb(61 209 246 / 0.7);
}

.border-t-quaternary\/75{
  border-top-color: rgb(61 209 246 / 0.75);
}

.border-t-quaternary\/80{
  border-top-color: rgb(61 209 246 / 0.8);
}

.border-t-quaternary\/85{
  border-top-color: rgb(61 209 246 / 0.85);
}

.border-t-quaternary\/90{
  border-top-color: rgb(61 209 246 / 0.9);
}

.border-t-quaternary\/95{
  border-top-color: rgb(61 209 246 / 0.95);
}

.border-t-quinary{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.border-t-quinary-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.border-t-quinary-hover\/0{
  border-top-color: rgb(112 126 222 / 0);
}

.border-t-quinary-hover\/10{
  border-top-color: rgb(112 126 222 / 0.1);
}

.border-t-quinary-hover\/100{
  border-top-color: rgb(112 126 222 / 1);
}

.border-t-quinary-hover\/15{
  border-top-color: rgb(112 126 222 / 0.15);
}

.border-t-quinary-hover\/20{
  border-top-color: rgb(112 126 222 / 0.2);
}

.border-t-quinary-hover\/25{
  border-top-color: rgb(112 126 222 / 0.25);
}

.border-t-quinary-hover\/30{
  border-top-color: rgb(112 126 222 / 0.3);
}

.border-t-quinary-hover\/35{
  border-top-color: rgb(112 126 222 / 0.35);
}

.border-t-quinary-hover\/40{
  border-top-color: rgb(112 126 222 / 0.4);
}

.border-t-quinary-hover\/45{
  border-top-color: rgb(112 126 222 / 0.45);
}

.border-t-quinary-hover\/5{
  border-top-color: rgb(112 126 222 / 0.05);
}

.border-t-quinary-hover\/50{
  border-top-color: rgb(112 126 222 / 0.5);
}

.border-t-quinary-hover\/55{
  border-top-color: rgb(112 126 222 / 0.55);
}

.border-t-quinary-hover\/60{
  border-top-color: rgb(112 126 222 / 0.6);
}

.border-t-quinary-hover\/65{
  border-top-color: rgb(112 126 222 / 0.65);
}

.border-t-quinary-hover\/70{
  border-top-color: rgb(112 126 222 / 0.7);
}

.border-t-quinary-hover\/75{
  border-top-color: rgb(112 126 222 / 0.75);
}

.border-t-quinary-hover\/80{
  border-top-color: rgb(112 126 222 / 0.8);
}

.border-t-quinary-hover\/85{
  border-top-color: rgb(112 126 222 / 0.85);
}

.border-t-quinary-hover\/90{
  border-top-color: rgb(112 126 222 / 0.9);
}

.border-t-quinary-hover\/95{
  border-top-color: rgb(112 126 222 / 0.95);
}

.border-t-quinary\/0{
  border-top-color: rgb(136 150 244 / 0);
}

.border-t-quinary\/10{
  border-top-color: rgb(136 150 244 / 0.1);
}

.border-t-quinary\/100{
  border-top-color: rgb(136 150 244 / 1);
}

.border-t-quinary\/15{
  border-top-color: rgb(136 150 244 / 0.15);
}

.border-t-quinary\/20{
  border-top-color: rgb(136 150 244 / 0.2);
}

.border-t-quinary\/25{
  border-top-color: rgb(136 150 244 / 0.25);
}

.border-t-quinary\/30{
  border-top-color: rgb(136 150 244 / 0.3);
}

.border-t-quinary\/35{
  border-top-color: rgb(136 150 244 / 0.35);
}

.border-t-quinary\/40{
  border-top-color: rgb(136 150 244 / 0.4);
}

.border-t-quinary\/45{
  border-top-color: rgb(136 150 244 / 0.45);
}

.border-t-quinary\/5{
  border-top-color: rgb(136 150 244 / 0.05);
}

.border-t-quinary\/50{
  border-top-color: rgb(136 150 244 / 0.5);
}

.border-t-quinary\/55{
  border-top-color: rgb(136 150 244 / 0.55);
}

.border-t-quinary\/60{
  border-top-color: rgb(136 150 244 / 0.6);
}

.border-t-quinary\/65{
  border-top-color: rgb(136 150 244 / 0.65);
}

.border-t-quinary\/70{
  border-top-color: rgb(136 150 244 / 0.7);
}

.border-t-quinary\/75{
  border-top-color: rgb(136 150 244 / 0.75);
}

.border-t-quinary\/80{
  border-top-color: rgb(136 150 244 / 0.8);
}

.border-t-quinary\/85{
  border-top-color: rgb(136 150 244 / 0.85);
}

.border-t-quinary\/90{
  border-top-color: rgb(136 150 244 / 0.9);
}

.border-t-quinary\/95{
  border-top-color: rgb(136 150 244 / 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\/15{
  border-top-color: rgb(254 226 226 / 0.15);
}

.border-t-red-100\/20{
  border-top-color: rgb(254 226 226 / 0.2);
}

.border-t-red-100\/25{
  border-top-color: rgb(254 226 226 / 0.25);
}

.border-t-red-100\/30{
  border-top-color: rgb(254 226 226 / 0.3);
}

.border-t-red-100\/35{
  border-top-color: rgb(254 226 226 / 0.35);
}

.border-t-red-100\/40{
  border-top-color: rgb(254 226 226 / 0.4);
}

.border-t-red-100\/45{
  border-top-color: rgb(254 226 226 / 0.45);
}

.border-t-red-100\/5{
  border-top-color: rgb(254 226 226 / 0.05);
}

.border-t-red-100\/50{
  border-top-color: rgb(254 226 226 / 0.5);
}

.border-t-red-100\/55{
  border-top-color: rgb(254 226 226 / 0.55);
}

.border-t-red-100\/60{
  border-top-color: rgb(254 226 226 / 0.6);
}

.border-t-red-100\/65{
  border-top-color: rgb(254 226 226 / 0.65);
}

.border-t-red-100\/70{
  border-top-color: rgb(254 226 226 / 0.7);
}

.border-t-red-100\/75{
  border-top-color: rgb(254 226 226 / 0.75);
}

.border-t-red-100\/80{
  border-top-color: rgb(254 226 226 / 0.8);
}

.border-t-red-100\/85{
  border-top-color: rgb(254 226 226 / 0.85);
}

.border-t-red-100\/90{
  border-top-color: rgb(254 226 226 / 0.9);
}

.border-t-red-100\/95{
  border-top-color: rgb(254 226 226 / 0.95);
}

.border-t-red-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-t-red-200\/0{
  border-top-color: rgb(254 202 202 / 0);
}

.border-t-red-200\/10{
  border-top-color: rgb(254 202 202 / 0.1);
}

.border-t-red-200\/100{
  border-top-color: rgb(254 202 202 / 1);
}

.border-t-red-200\/15{
  border-top-color: rgb(254 202 202 / 0.15);
}

.border-t-red-200\/20{
  border-top-color: rgb(254 202 202 / 0.2);
}

.border-t-red-200\/25{
  border-top-color: rgb(254 202 202 / 0.25);
}

.border-t-red-200\/30{
  border-top-color: rgb(254 202 202 / 0.3);
}

.border-t-red-200\/35{
  border-top-color: rgb(254 202 202 / 0.35);
}

.border-t-red-200\/40{
  border-top-color: rgb(254 202 202 / 0.4);
}

.border-t-red-200\/45{
  border-top-color: rgb(254 202 202 / 0.45);
}

.border-t-red-200\/5{
  border-top-color: rgb(254 202 202 / 0.05);
}

.border-t-red-200\/50{
  border-top-color: rgb(254 202 202 / 0.5);
}

.border-t-red-200\/55{
  border-top-color: rgb(254 202 202 / 0.55);
}

.border-t-red-200\/60{
  border-top-color: rgb(254 202 202 / 0.6);
}

.border-t-red-200\/65{
  border-top-color: rgb(254 202 202 / 0.65);
}

.border-t-red-200\/70{
  border-top-color: rgb(254 202 202 / 0.7);
}

.border-t-red-200\/75{
  border-top-color: rgb(254 202 202 / 0.75);
}

.border-t-red-200\/80{
  border-top-color: rgb(254 202 202 / 0.8);
}

.border-t-red-200\/85{
  border-top-color: rgb(254 202 202 / 0.85);
}

.border-t-red-200\/90{
  border-top-color: rgb(254 202 202 / 0.9);
}

.border-t-red-200\/95{
  border-top-color: rgb(254 202 202 / 0.95);
}

.border-t-red-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-t-red-300\/0{
  border-top-color: rgb(252 165 165 / 0);
}

.border-t-red-300\/10{
  border-top-color: rgb(252 165 165 / 0.1);
}

.border-t-red-300\/100{
  border-top-color: rgb(252 165 165 / 1);
}

.border-t-red-300\/15{
  border-top-color: rgb(252 165 165 / 0.15);
}

.border-t-red-300\/20{
  border-top-color: rgb(252 165 165 / 0.2);
}

.border-t-red-300\/25{
  border-top-color: rgb(252 165 165 / 0.25);
}

.border-t-red-300\/30{
  border-top-color: rgb(252 165 165 / 0.3);
}

.border-t-red-300\/35{
  border-top-color: rgb(252 165 165 / 0.35);
}

.border-t-red-300\/40{
  border-top-color: rgb(252 165 165 / 0.4);
}

.border-t-red-300\/45{
  border-top-color: rgb(252 165 165 / 0.45);
}

.border-t-red-300\/5{
  border-top-color: rgb(252 165 165 / 0.05);
}

.border-t-red-300\/50{
  border-top-color: rgb(252 165 165 / 0.5);
}

.border-t-red-300\/55{
  border-top-color: rgb(252 165 165 / 0.55);
}

.border-t-red-300\/60{
  border-top-color: rgb(252 165 165 / 0.6);
}

.border-t-red-300\/65{
  border-top-color: rgb(252 165 165 / 0.65);
}

.border-t-red-300\/70{
  border-top-color: rgb(252 165 165 / 0.7);
}

.border-t-red-300\/75{
  border-top-color: rgb(252 165 165 / 0.75);
}

.border-t-red-300\/80{
  border-top-color: rgb(252 165 165 / 0.8);
}

.border-t-red-300\/85{
  border-top-color: rgb(252 165 165 / 0.85);
}

.border-t-red-300\/90{
  border-top-color: rgb(252 165 165 / 0.9);
}

.border-t-red-300\/95{
  border-top-color: rgb(252 165 165 / 0.95);
}

.border-t-red-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-t-red-400\/0{
  border-top-color: rgb(248 113 113 / 0);
}

.border-t-red-400\/10{
  border-top-color: rgb(248 113 113 / 0.1);
}

.border-t-red-400\/100{
  border-top-color: rgb(248 113 113 / 1);
}

.border-t-red-400\/15{
  border-top-color: rgb(248 113 113 / 0.15);
}

.border-t-red-400\/20{
  border-top-color: rgb(248 113 113 / 0.2);
}

.border-t-red-400\/25{
  border-top-color: rgb(248 113 113 / 0.25);
}

.border-t-red-400\/30{
  border-top-color: rgb(248 113 113 / 0.3);
}

.border-t-red-400\/35{
  border-top-color: rgb(248 113 113 / 0.35);
}

.border-t-red-400\/40{
  border-top-color: rgb(248 113 113 / 0.4);
}

.border-t-red-400\/45{
  border-top-color: rgb(248 113 113 / 0.45);
}

.border-t-red-400\/5{
  border-top-color: rgb(248 113 113 / 0.05);
}

.border-t-red-400\/50{
  border-top-color: rgb(248 113 113 / 0.5);
}

.border-t-red-400\/55{
  border-top-color: rgb(248 113 113 / 0.55);
}

.border-t-red-400\/60{
  border-top-color: rgb(248 113 113 / 0.6);
}

.border-t-red-400\/65{
  border-top-color: rgb(248 113 113 / 0.65);
}

.border-t-red-400\/70{
  border-top-color: rgb(248 113 113 / 0.7);
}

.border-t-red-400\/75{
  border-top-color: rgb(248 113 113 / 0.75);
}

.border-t-red-400\/80{
  border-top-color: rgb(248 113 113 / 0.8);
}

.border-t-red-400\/85{
  border-top-color: rgb(248 113 113 / 0.85);
}

.border-t-red-400\/90{
  border-top-color: rgb(248 113 113 / 0.9);
}

.border-t-red-400\/95{
  border-top-color: rgb(248 113 113 / 0.95);
}

.border-t-red-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-t-red-50\/0{
  border-top-color: rgb(254 242 242 / 0);
}

.border-t-red-50\/10{
  border-top-color: rgb(254 242 242 / 0.1);
}

.border-t-red-50\/100{
  border-top-color: rgb(254 242 242 / 1);
}

.border-t-red-50\/15{
  border-top-color: rgb(254 242 242 / 0.15);
}

.border-t-red-50\/20{
  border-top-color: rgb(254 242 242 / 0.2);
}

.border-t-red-50\/25{
  border-top-color: rgb(254 242 242 / 0.25);
}

.border-t-red-50\/30{
  border-top-color: rgb(254 242 242 / 0.3);
}

.border-t-red-50\/35{
  border-top-color: rgb(254 242 242 / 0.35);
}

.border-t-red-50\/40{
  border-top-color: rgb(254 242 242 / 0.4);
}

.border-t-red-50\/45{
  border-top-color: rgb(254 242 242 / 0.45);
}

.border-t-red-50\/5{
  border-top-color: rgb(254 242 242 / 0.05);
}

.border-t-red-50\/50{
  border-top-color: rgb(254 242 242 / 0.5);
}

.border-t-red-50\/55{
  border-top-color: rgb(254 242 242 / 0.55);
}

.border-t-red-50\/60{
  border-top-color: rgb(254 242 242 / 0.6);
}

.border-t-red-50\/65{
  border-top-color: rgb(254 242 242 / 0.65);
}

.border-t-red-50\/70{
  border-top-color: rgb(254 242 242 / 0.7);
}

.border-t-red-50\/75{
  border-top-color: rgb(254 242 242 / 0.75);
}

.border-t-red-50\/80{
  border-top-color: rgb(254 242 242 / 0.8);
}

.border-t-red-50\/85{
  border-top-color: rgb(254 242 242 / 0.85);
}

.border-t-red-50\/90{
  border-top-color: rgb(254 242 242 / 0.9);
}

.border-t-red-50\/95{
  border-top-color: rgb(254 242 242 / 0.95);
}

.border-t-red-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-t-red-500\/0{
  border-top-color: rgb(239 68 68 / 0);
}

.border-t-red-500\/10{
  border-top-color: rgb(239 68 68 / 0.1);
}

.border-t-red-500\/100{
  border-top-color: rgb(239 68 68 / 1);
}

.border-t-red-500\/15{
  border-top-color: rgb(239 68 68 / 0.15);
}

.border-t-red-500\/20{
  border-top-color: rgb(239 68 68 / 0.2);
}

.border-t-red-500\/25{
  border-top-color: rgb(239 68 68 / 0.25);
}

.border-t-red-500\/30{
  border-top-color: rgb(239 68 68 / 0.3);
}

.border-t-red-500\/35{
  border-top-color: rgb(239 68 68 / 0.35);
}

.border-t-red-500\/40{
  border-top-color: rgb(239 68 68 / 0.4);
}

.border-t-red-500\/45{
  border-top-color: rgb(239 68 68 / 0.45);
}

.border-t-red-500\/5{
  border-top-color: rgb(239 68 68 / 0.05);
}

.border-t-red-500\/50{
  border-top-color: rgb(239 68 68 / 0.5);
}

.border-t-red-500\/55{
  border-top-color: rgb(239 68 68 / 0.55);
}

.border-t-red-500\/60{
  border-top-color: rgb(239 68 68 / 0.6);
}

.border-t-red-500\/65{
  border-top-color: rgb(239 68 68 / 0.65);
}

.border-t-red-500\/70{
  border-top-color: rgb(239 68 68 / 0.7);
}

.border-t-red-500\/75{
  border-top-color: rgb(239 68 68 / 0.75);
}

.border-t-red-500\/80{
  border-top-color: rgb(239 68 68 / 0.8);
}

.border-t-red-500\/85{
  border-top-color: rgb(239 68 68 / 0.85);
}

.border-t-red-500\/90{
  border-top-color: rgb(239 68 68 / 0.9);
}

.border-t-red-500\/95{
  border-top-color: rgb(239 68 68 / 0.95);
}

.border-t-red-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-t-red-600\/0{
  border-top-color: rgb(220 38 38 / 0);
}

.border-t-red-600\/10{
  border-top-color: rgb(220 38 38 / 0.1);
}

.border-t-red-600\/100{
  border-top-color: rgb(220 38 38 / 1);
}

.border-t-red-600\/15{
  border-top-color: rgb(220 38 38 / 0.15);
}

.border-t-red-600\/20{
  border-top-color: rgb(220 38 38 / 0.2);
}

.border-t-red-600\/25{
  border-top-color: rgb(220 38 38 / 0.25);
}

.border-t-red-600\/30{
  border-top-color: rgb(220 38 38 / 0.3);
}

.border-t-red-600\/35{
  border-top-color: rgb(220 38 38 / 0.35);
}

.border-t-red-600\/40{
  border-top-color: rgb(220 38 38 / 0.4);
}

.border-t-red-600\/45{
  border-top-color: rgb(220 38 38 / 0.45);
}

.border-t-red-600\/5{
  border-top-color: rgb(220 38 38 / 0.05);
}

.border-t-red-600\/50{
  border-top-color: rgb(220 38 38 / 0.5);
}

.border-t-red-600\/55{
  border-top-color: rgb(220 38 38 / 0.55);
}

.border-t-red-600\/60{
  border-top-color: rgb(220 38 38 / 0.6);
}

.border-t-red-600\/65{
  border-top-color: rgb(220 38 38 / 0.65);
}

.border-t-red-600\/70{
  border-top-color: rgb(220 38 38 / 0.7);
}

.border-t-red-600\/75{
  border-top-color: rgb(220 38 38 / 0.75);
}

.border-t-red-600\/80{
  border-top-color: rgb(220 38 38 / 0.8);
}

.border-t-red-600\/85{
  border-top-color: rgb(220 38 38 / 0.85);
}

.border-t-red-600\/90{
  border-top-color: rgb(220 38 38 / 0.9);
}

.border-t-red-600\/95{
  border-top-color: rgb(220 38 38 / 0.95);
}

.border-t-red-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-t-red-700\/0{
  border-top-color: rgb(185 28 28 / 0);
}

.border-t-red-700\/10{
  border-top-color: rgb(185 28 28 / 0.1);
}

.border-t-red-700\/100{
  border-top-color: rgb(185 28 28 / 1);
}

.border-t-red-700\/15{
  border-top-color: rgb(185 28 28 / 0.15);
}

.border-t-red-700\/20{
  border-top-color: rgb(185 28 28 / 0.2);
}

.border-t-red-700\/25{
  border-top-color: rgb(185 28 28 / 0.25);
}

.border-t-red-700\/30{
  border-top-color: rgb(185 28 28 / 0.3);
}

.border-t-red-700\/35{
  border-top-color: rgb(185 28 28 / 0.35);
}

.border-t-red-700\/40{
  border-top-color: rgb(185 28 28 / 0.4);
}

.border-t-red-700\/45{
  border-top-color: rgb(185 28 28 / 0.45);
}

.border-t-red-700\/5{
  border-top-color: rgb(185 28 28 / 0.05);
}

.border-t-red-700\/50{
  border-top-color: rgb(185 28 28 / 0.5);
}

.border-t-red-700\/55{
  border-top-color: rgb(185 28 28 / 0.55);
}

.border-t-red-700\/60{
  border-top-color: rgb(185 28 28 / 0.6);
}

.border-t-red-700\/65{
  border-top-color: rgb(185 28 28 / 0.65);
}

.border-t-red-700\/70{
  border-top-color: rgb(185 28 28 / 0.7);
}

.border-t-red-700\/75{
  border-top-color: rgb(185 28 28 / 0.75);
}

.border-t-red-700\/80{
  border-top-color: rgb(185 28 28 / 0.8);
}

.border-t-red-700\/85{
  border-top-color: rgb(185 28 28 / 0.85);
}

.border-t-red-700\/90{
  border-top-color: rgb(185 28 28 / 0.9);
}

.border-t-red-700\/95{
  border-top-color: rgb(185 28 28 / 0.95);
}

.border-t-red-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-t-red-800\/0{
  border-top-color: rgb(153 27 27 / 0);
}

.border-t-red-800\/10{
  border-top-color: rgb(153 27 27 / 0.1);
}

.border-t-red-800\/100{
  border-top-color: rgb(153 27 27 / 1);
}

.border-t-red-800\/15{
  border-top-color: rgb(153 27 27 / 0.15);
}

.border-t-red-800\/20{
  border-top-color: rgb(153 27 27 / 0.2);
}

.border-t-red-800\/25{
  border-top-color: rgb(153 27 27 / 0.25);
}

.border-t-red-800\/30{
  border-top-color: rgb(153 27 27 / 0.3);
}

.border-t-red-800\/35{
  border-top-color: rgb(153 27 27 / 0.35);
}

.border-t-red-800\/40{
  border-top-color: rgb(153 27 27 / 0.4);
}

.border-t-red-800\/45{
  border-top-color: rgb(153 27 27 / 0.45);
}

.border-t-red-800\/5{
  border-top-color: rgb(153 27 27 / 0.05);
}

.border-t-red-800\/50{
  border-top-color: rgb(153 27 27 / 0.5);
}

.border-t-red-800\/55{
  border-top-color: rgb(153 27 27 / 0.55);
}

.border-t-red-800\/60{
  border-top-color: rgb(153 27 27 / 0.6);
}

.border-t-red-800\/65{
  border-top-color: rgb(153 27 27 / 0.65);
}

.border-t-red-800\/70{
  border-top-color: rgb(153 27 27 / 0.7);
}

.border-t-red-800\/75{
  border-top-color: rgb(153 27 27 / 0.75);
}

.border-t-red-800\/80{
  border-top-color: rgb(153 27 27 / 0.8);
}

.border-t-red-800\/85{
  border-top-color: rgb(153 27 27 / 0.85);
}

.border-t-red-800\/90{
  border-top-color: rgb(153 27 27 / 0.9);
}

.border-t-red-800\/95{
  border-top-color: rgb(153 27 27 / 0.95);
}

.border-t-red-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-t-red-900\/0{
  border-top-color: rgb(127 29 29 / 0);
}

.border-t-red-900\/10{
  border-top-color: rgb(127 29 29 / 0.1);
}

.border-t-red-900\/100{
  border-top-color: rgb(127 29 29 / 1);
}

.border-t-red-900\/15{
  border-top-color: rgb(127 29 29 / 0.15);
}

.border-t-red-900\/20{
  border-top-color: rgb(127 29 29 / 0.2);
}

.border-t-red-900\/25{
  border-top-color: rgb(127 29 29 / 0.25);
}

.border-t-red-900\/30{
  border-top-color: rgb(127 29 29 / 0.3);
}

.border-t-red-900\/35{
  border-top-color: rgb(127 29 29 / 0.35);
}

.border-t-red-900\/40{
  border-top-color: rgb(127 29 29 / 0.4);
}

.border-t-red-900\/45{
  border-top-color: rgb(127 29 29 / 0.45);
}

.border-t-red-900\/5{
  border-top-color: rgb(127 29 29 / 0.05);
}

.border-t-red-900\/50{
  border-top-color: rgb(127 29 29 / 0.5);
}

.border-t-red-900\/55{
  border-top-color: rgb(127 29 29 / 0.55);
}

.border-t-red-900\/60{
  border-top-color: rgb(127 29 29 / 0.6);
}

.border-t-red-900\/65{
  border-top-color: rgb(127 29 29 / 0.65);
}

.border-t-red-900\/70{
  border-top-color: rgb(127 29 29 / 0.7);
}

.border-t-red-900\/75{
  border-top-color: rgb(127 29 29 / 0.75);
}

.border-t-red-900\/80{
  border-top-color: rgb(127 29 29 / 0.8);
}

.border-t-red-900\/85{
  border-top-color: rgb(127 29 29 / 0.85);
}

.border-t-red-900\/90{
  border-top-color: rgb(127 29 29 / 0.9);
}

.border-t-red-900\/95{
  border-top-color: rgb(127 29 29 / 0.95);
}

.border-t-red-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-t-red-950\/0{
  border-top-color: rgb(69 10 10 / 0);
}

.border-t-red-950\/10{
  border-top-color: rgb(69 10 10 / 0.1);
}

.border-t-red-950\/100{
  border-top-color: rgb(69 10 10 / 1);
}

.border-t-red-950\/15{
  border-top-color: rgb(69 10 10 / 0.15);
}

.border-t-red-950\/20{
  border-top-color: rgb(69 10 10 / 0.2);
}

.border-t-red-950\/25{
  border-top-color: rgb(69 10 10 / 0.25);
}

.border-t-red-950\/30{
  border-top-color: rgb(69 10 10 / 0.3);
}

.border-t-red-950\/35{
  border-top-color: rgb(69 10 10 / 0.35);
}

.border-t-red-950\/40{
  border-top-color: rgb(69 10 10 / 0.4);
}

.border-t-red-950\/45{
  border-top-color: rgb(69 10 10 / 0.45);
}

.border-t-red-950\/5{
  border-top-color: rgb(69 10 10 / 0.05);
}

.border-t-red-950\/50{
  border-top-color: rgb(69 10 10 / 0.5);
}

.border-t-red-950\/55{
  border-top-color: rgb(69 10 10 / 0.55);
}

.border-t-red-950\/60{
  border-top-color: rgb(69 10 10 / 0.6);
}

.border-t-red-950\/65{
  border-top-color: rgb(69 10 10 / 0.65);
}

.border-t-red-950\/70{
  border-top-color: rgb(69 10 10 / 0.7);
}

.border-t-red-950\/75{
  border-top-color: rgb(69 10 10 / 0.75);
}

.border-t-red-950\/80{
  border-top-color: rgb(69 10 10 / 0.8);
}

.border-t-red-950\/85{
  border-top-color: rgb(69 10 10 / 0.85);
}

.border-t-red-950\/90{
  border-top-color: rgb(69 10 10 / 0.9);
}

.border-t-red-950\/95{
  border-top-color: rgb(69 10 10 / 0.95);
}

.border-t-rose-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-t-rose-100\/0{
  border-top-color: rgb(255 228 230 / 0);
}

.border-t-rose-100\/10{
  border-top-color: rgb(255 228 230 / 0.1);
}

.border-t-rose-100\/100{
  border-top-color: rgb(255 228 230 / 1);
}

.border-t-rose-100\/15{
  border-top-color: rgb(255 228 230 / 0.15);
}

.border-t-rose-100\/20{
  border-top-color: rgb(255 228 230 / 0.2);
}

.border-t-rose-100\/25{
  border-top-color: rgb(255 228 230 / 0.25);
}

.border-t-rose-100\/30{
  border-top-color: rgb(255 228 230 / 0.3);
}

.border-t-rose-100\/35{
  border-top-color: rgb(255 228 230 / 0.35);
}

.border-t-rose-100\/40{
  border-top-color: rgb(255 228 230 / 0.4);
}

.border-t-rose-100\/45{
  border-top-color: rgb(255 228 230 / 0.45);
}

.border-t-rose-100\/5{
  border-top-color: rgb(255 228 230 / 0.05);
}

.border-t-rose-100\/50{
  border-top-color: rgb(255 228 230 / 0.5);
}

.border-t-rose-100\/55{
  border-top-color: rgb(255 228 230 / 0.55);
}

.border-t-rose-100\/60{
  border-top-color: rgb(255 228 230 / 0.6);
}

.border-t-rose-100\/65{
  border-top-color: rgb(255 228 230 / 0.65);
}

.border-t-rose-100\/70{
  border-top-color: rgb(255 228 230 / 0.7);
}

.border-t-rose-100\/75{
  border-top-color: rgb(255 228 230 / 0.75);
}

.border-t-rose-100\/80{
  border-top-color: rgb(255 228 230 / 0.8);
}

.border-t-rose-100\/85{
  border-top-color: rgb(255 228 230 / 0.85);
}

.border-t-rose-100\/90{
  border-top-color: rgb(255 228 230 / 0.9);
}

.border-t-rose-100\/95{
  border-top-color: rgb(255 228 230 / 0.95);
}

.border-t-rose-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-t-rose-200\/0{
  border-top-color: rgb(254 205 211 / 0);
}

.border-t-rose-200\/10{
  border-top-color: rgb(254 205 211 / 0.1);
}

.border-t-rose-200\/100{
  border-top-color: rgb(254 205 211 / 1);
}

.border-t-rose-200\/15{
  border-top-color: rgb(254 205 211 / 0.15);
}

.border-t-rose-200\/20{
  border-top-color: rgb(254 205 211 / 0.2);
}

.border-t-rose-200\/25{
  border-top-color: rgb(254 205 211 / 0.25);
}

.border-t-rose-200\/30{
  border-top-color: rgb(254 205 211 / 0.3);
}

.border-t-rose-200\/35{
  border-top-color: rgb(254 205 211 / 0.35);
}

.border-t-rose-200\/40{
  border-top-color: rgb(254 205 211 / 0.4);
}

.border-t-rose-200\/45{
  border-top-color: rgb(254 205 211 / 0.45);
}

.border-t-rose-200\/5{
  border-top-color: rgb(254 205 211 / 0.05);
}

.border-t-rose-200\/50{
  border-top-color: rgb(254 205 211 / 0.5);
}

.border-t-rose-200\/55{
  border-top-color: rgb(254 205 211 / 0.55);
}

.border-t-rose-200\/60{
  border-top-color: rgb(254 205 211 / 0.6);
}

.border-t-rose-200\/65{
  border-top-color: rgb(254 205 211 / 0.65);
}

.border-t-rose-200\/70{
  border-top-color: rgb(254 205 211 / 0.7);
}

.border-t-rose-200\/75{
  border-top-color: rgb(254 205 211 / 0.75);
}

.border-t-rose-200\/80{
  border-top-color: rgb(254 205 211 / 0.8);
}

.border-t-rose-200\/85{
  border-top-color: rgb(254 205 211 / 0.85);
}

.border-t-rose-200\/90{
  border-top-color: rgb(254 205 211 / 0.9);
}

.border-t-rose-200\/95{
  border-top-color: rgb(254 205 211 / 0.95);
}

.border-t-rose-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-t-rose-300\/0{
  border-top-color: rgb(253 164 175 / 0);
}

.border-t-rose-300\/10{
  border-top-color: rgb(253 164 175 / 0.1);
}

.border-t-rose-300\/100{
  border-top-color: rgb(253 164 175 / 1);
}

.border-t-rose-300\/15{
  border-top-color: rgb(253 164 175 / 0.15);
}

.border-t-rose-300\/20{
  border-top-color: rgb(253 164 175 / 0.2);
}

.border-t-rose-300\/25{
  border-top-color: rgb(253 164 175 / 0.25);
}

.border-t-rose-300\/30{
  border-top-color: rgb(253 164 175 / 0.3);
}

.border-t-rose-300\/35{
  border-top-color: rgb(253 164 175 / 0.35);
}

.border-t-rose-300\/40{
  border-top-color: rgb(253 164 175 / 0.4);
}

.border-t-rose-300\/45{
  border-top-color: rgb(253 164 175 / 0.45);
}

.border-t-rose-300\/5{
  border-top-color: rgb(253 164 175 / 0.05);
}

.border-t-rose-300\/50{
  border-top-color: rgb(253 164 175 / 0.5);
}

.border-t-rose-300\/55{
  border-top-color: rgb(253 164 175 / 0.55);
}

.border-t-rose-300\/60{
  border-top-color: rgb(253 164 175 / 0.6);
}

.border-t-rose-300\/65{
  border-top-color: rgb(253 164 175 / 0.65);
}

.border-t-rose-300\/70{
  border-top-color: rgb(253 164 175 / 0.7);
}

.border-t-rose-300\/75{
  border-top-color: rgb(253 164 175 / 0.75);
}

.border-t-rose-300\/80{
  border-top-color: rgb(253 164 175 / 0.8);
}

.border-t-rose-300\/85{
  border-top-color: rgb(253 164 175 / 0.85);
}

.border-t-rose-300\/90{
  border-top-color: rgb(253 164 175 / 0.9);
}

.border-t-rose-300\/95{
  border-top-color: rgb(253 164 175 / 0.95);
}

.border-t-rose-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-t-rose-400\/0{
  border-top-color: rgb(251 113 133 / 0);
}

.border-t-rose-400\/10{
  border-top-color: rgb(251 113 133 / 0.1);
}

.border-t-rose-400\/100{
  border-top-color: rgb(251 113 133 / 1);
}

.border-t-rose-400\/15{
  border-top-color: rgb(251 113 133 / 0.15);
}

.border-t-rose-400\/20{
  border-top-color: rgb(251 113 133 / 0.2);
}

.border-t-rose-400\/25{
  border-top-color: rgb(251 113 133 / 0.25);
}

.border-t-rose-400\/30{
  border-top-color: rgb(251 113 133 / 0.3);
}

.border-t-rose-400\/35{
  border-top-color: rgb(251 113 133 / 0.35);
}

.border-t-rose-400\/40{
  border-top-color: rgb(251 113 133 / 0.4);
}

.border-t-rose-400\/45{
  border-top-color: rgb(251 113 133 / 0.45);
}

.border-t-rose-400\/5{
  border-top-color: rgb(251 113 133 / 0.05);
}

.border-t-rose-400\/50{
  border-top-color: rgb(251 113 133 / 0.5);
}

.border-t-rose-400\/55{
  border-top-color: rgb(251 113 133 / 0.55);
}

.border-t-rose-400\/60{
  border-top-color: rgb(251 113 133 / 0.6);
}

.border-t-rose-400\/65{
  border-top-color: rgb(251 113 133 / 0.65);
}

.border-t-rose-400\/70{
  border-top-color: rgb(251 113 133 / 0.7);
}

.border-t-rose-400\/75{
  border-top-color: rgb(251 113 133 / 0.75);
}

.border-t-rose-400\/80{
  border-top-color: rgb(251 113 133 / 0.8);
}

.border-t-rose-400\/85{
  border-top-color: rgb(251 113 133 / 0.85);
}

.border-t-rose-400\/90{
  border-top-color: rgb(251 113 133 / 0.9);
}

.border-t-rose-400\/95{
  border-top-color: rgb(251 113 133 / 0.95);
}

.border-t-rose-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-t-rose-50\/0{
  border-top-color: rgb(255 241 242 / 0);
}

.border-t-rose-50\/10{
  border-top-color: rgb(255 241 242 / 0.1);
}

.border-t-rose-50\/100{
  border-top-color: rgb(255 241 242 / 1);
}

.border-t-rose-50\/15{
  border-top-color: rgb(255 241 242 / 0.15);
}

.border-t-rose-50\/20{
  border-top-color: rgb(255 241 242 / 0.2);
}

.border-t-rose-50\/25{
  border-top-color: rgb(255 241 242 / 0.25);
}

.border-t-rose-50\/30{
  border-top-color: rgb(255 241 242 / 0.3);
}

.border-t-rose-50\/35{
  border-top-color: rgb(255 241 242 / 0.35);
}

.border-t-rose-50\/40{
  border-top-color: rgb(255 241 242 / 0.4);
}

.border-t-rose-50\/45{
  border-top-color: rgb(255 241 242 / 0.45);
}

.border-t-rose-50\/5{
  border-top-color: rgb(255 241 242 / 0.05);
}

.border-t-rose-50\/50{
  border-top-color: rgb(255 241 242 / 0.5);
}

.border-t-rose-50\/55{
  border-top-color: rgb(255 241 242 / 0.55);
}

.border-t-rose-50\/60{
  border-top-color: rgb(255 241 242 / 0.6);
}

.border-t-rose-50\/65{
  border-top-color: rgb(255 241 242 / 0.65);
}

.border-t-rose-50\/70{
  border-top-color: rgb(255 241 242 / 0.7);
}

.border-t-rose-50\/75{
  border-top-color: rgb(255 241 242 / 0.75);
}

.border-t-rose-50\/80{
  border-top-color: rgb(255 241 242 / 0.8);
}

.border-t-rose-50\/85{
  border-top-color: rgb(255 241 242 / 0.85);
}

.border-t-rose-50\/90{
  border-top-color: rgb(255 241 242 / 0.9);
}

.border-t-rose-50\/95{
  border-top-color: rgb(255 241 242 / 0.95);
}

.border-t-rose-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-t-rose-500\/0{
  border-top-color: rgb(244 63 94 / 0);
}

.border-t-rose-500\/10{
  border-top-color: rgb(244 63 94 / 0.1);
}

.border-t-rose-500\/100{
  border-top-color: rgb(244 63 94 / 1);
}

.border-t-rose-500\/15{
  border-top-color: rgb(244 63 94 / 0.15);
}

.border-t-rose-500\/20{
  border-top-color: rgb(244 63 94 / 0.2);
}

.border-t-rose-500\/25{
  border-top-color: rgb(244 63 94 / 0.25);
}

.border-t-rose-500\/30{
  border-top-color: rgb(244 63 94 / 0.3);
}

.border-t-rose-500\/35{
  border-top-color: rgb(244 63 94 / 0.35);
}

.border-t-rose-500\/40{
  border-top-color: rgb(244 63 94 / 0.4);
}

.border-t-rose-500\/45{
  border-top-color: rgb(244 63 94 / 0.45);
}

.border-t-rose-500\/5{
  border-top-color: rgb(244 63 94 / 0.05);
}

.border-t-rose-500\/50{
  border-top-color: rgb(244 63 94 / 0.5);
}

.border-t-rose-500\/55{
  border-top-color: rgb(244 63 94 / 0.55);
}

.border-t-rose-500\/60{
  border-top-color: rgb(244 63 94 / 0.6);
}

.border-t-rose-500\/65{
  border-top-color: rgb(244 63 94 / 0.65);
}

.border-t-rose-500\/70{
  border-top-color: rgb(244 63 94 / 0.7);
}

.border-t-rose-500\/75{
  border-top-color: rgb(244 63 94 / 0.75);
}

.border-t-rose-500\/80{
  border-top-color: rgb(244 63 94 / 0.8);
}

.border-t-rose-500\/85{
  border-top-color: rgb(244 63 94 / 0.85);
}

.border-t-rose-500\/90{
  border-top-color: rgb(244 63 94 / 0.9);
}

.border-t-rose-500\/95{
  border-top-color: rgb(244 63 94 / 0.95);
}

.border-t-rose-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-t-rose-600\/0{
  border-top-color: rgb(225 29 72 / 0);
}

.border-t-rose-600\/10{
  border-top-color: rgb(225 29 72 / 0.1);
}

.border-t-rose-600\/100{
  border-top-color: rgb(225 29 72 / 1);
}

.border-t-rose-600\/15{
  border-top-color: rgb(225 29 72 / 0.15);
}

.border-t-rose-600\/20{
  border-top-color: rgb(225 29 72 / 0.2);
}

.border-t-rose-600\/25{
  border-top-color: rgb(225 29 72 / 0.25);
}

.border-t-rose-600\/30{
  border-top-color: rgb(225 29 72 / 0.3);
}

.border-t-rose-600\/35{
  border-top-color: rgb(225 29 72 / 0.35);
}

.border-t-rose-600\/40{
  border-top-color: rgb(225 29 72 / 0.4);
}

.border-t-rose-600\/45{
  border-top-color: rgb(225 29 72 / 0.45);
}

.border-t-rose-600\/5{
  border-top-color: rgb(225 29 72 / 0.05);
}

.border-t-rose-600\/50{
  border-top-color: rgb(225 29 72 / 0.5);
}

.border-t-rose-600\/55{
  border-top-color: rgb(225 29 72 / 0.55);
}

.border-t-rose-600\/60{
  border-top-color: rgb(225 29 72 / 0.6);
}

.border-t-rose-600\/65{
  border-top-color: rgb(225 29 72 / 0.65);
}

.border-t-rose-600\/70{
  border-top-color: rgb(225 29 72 / 0.7);
}

.border-t-rose-600\/75{
  border-top-color: rgb(225 29 72 / 0.75);
}

.border-t-rose-600\/80{
  border-top-color: rgb(225 29 72 / 0.8);
}

.border-t-rose-600\/85{
  border-top-color: rgb(225 29 72 / 0.85);
}

.border-t-rose-600\/90{
  border-top-color: rgb(225 29 72 / 0.9);
}

.border-t-rose-600\/95{
  border-top-color: rgb(225 29 72 / 0.95);
}

.border-t-rose-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-t-rose-700\/0{
  border-top-color: rgb(190 18 60 / 0);
}

.border-t-rose-700\/10{
  border-top-color: rgb(190 18 60 / 0.1);
}

.border-t-rose-700\/100{
  border-top-color: rgb(190 18 60 / 1);
}

.border-t-rose-700\/15{
  border-top-color: rgb(190 18 60 / 0.15);
}

.border-t-rose-700\/20{
  border-top-color: rgb(190 18 60 / 0.2);
}

.border-t-rose-700\/25{
  border-top-color: rgb(190 18 60 / 0.25);
}

.border-t-rose-700\/30{
  border-top-color: rgb(190 18 60 / 0.3);
}

.border-t-rose-700\/35{
  border-top-color: rgb(190 18 60 / 0.35);
}

.border-t-rose-700\/40{
  border-top-color: rgb(190 18 60 / 0.4);
}

.border-t-rose-700\/45{
  border-top-color: rgb(190 18 60 / 0.45);
}

.border-t-rose-700\/5{
  border-top-color: rgb(190 18 60 / 0.05);
}

.border-t-rose-700\/50{
  border-top-color: rgb(190 18 60 / 0.5);
}

.border-t-rose-700\/55{
  border-top-color: rgb(190 18 60 / 0.55);
}

.border-t-rose-700\/60{
  border-top-color: rgb(190 18 60 / 0.6);
}

.border-t-rose-700\/65{
  border-top-color: rgb(190 18 60 / 0.65);
}

.border-t-rose-700\/70{
  border-top-color: rgb(190 18 60 / 0.7);
}

.border-t-rose-700\/75{
  border-top-color: rgb(190 18 60 / 0.75);
}

.border-t-rose-700\/80{
  border-top-color: rgb(190 18 60 / 0.8);
}

.border-t-rose-700\/85{
  border-top-color: rgb(190 18 60 / 0.85);
}

.border-t-rose-700\/90{
  border-top-color: rgb(190 18 60 / 0.9);
}

.border-t-rose-700\/95{
  border-top-color: rgb(190 18 60 / 0.95);
}

.border-t-rose-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-t-rose-800\/0{
  border-top-color: rgb(159 18 57 / 0);
}

.border-t-rose-800\/10{
  border-top-color: rgb(159 18 57 / 0.1);
}

.border-t-rose-800\/100{
  border-top-color: rgb(159 18 57 / 1);
}

.border-t-rose-800\/15{
  border-top-color: rgb(159 18 57 / 0.15);
}

.border-t-rose-800\/20{
  border-top-color: rgb(159 18 57 / 0.2);
}

.border-t-rose-800\/25{
  border-top-color: rgb(159 18 57 / 0.25);
}

.border-t-rose-800\/30{
  border-top-color: rgb(159 18 57 / 0.3);
}

.border-t-rose-800\/35{
  border-top-color: rgb(159 18 57 / 0.35);
}

.border-t-rose-800\/40{
  border-top-color: rgb(159 18 57 / 0.4);
}

.border-t-rose-800\/45{
  border-top-color: rgb(159 18 57 / 0.45);
}

.border-t-rose-800\/5{
  border-top-color: rgb(159 18 57 / 0.05);
}

.border-t-rose-800\/50{
  border-top-color: rgb(159 18 57 / 0.5);
}

.border-t-rose-800\/55{
  border-top-color: rgb(159 18 57 / 0.55);
}

.border-t-rose-800\/60{
  border-top-color: rgb(159 18 57 / 0.6);
}

.border-t-rose-800\/65{
  border-top-color: rgb(159 18 57 / 0.65);
}

.border-t-rose-800\/70{
  border-top-color: rgb(159 18 57 / 0.7);
}

.border-t-rose-800\/75{
  border-top-color: rgb(159 18 57 / 0.75);
}

.border-t-rose-800\/80{
  border-top-color: rgb(159 18 57 / 0.8);
}

.border-t-rose-800\/85{
  border-top-color: rgb(159 18 57 / 0.85);
}

.border-t-rose-800\/90{
  border-top-color: rgb(159 18 57 / 0.9);
}

.border-t-rose-800\/95{
  border-top-color: rgb(159 18 57 / 0.95);
}

.border-t-rose-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-t-rose-900\/0{
  border-top-color: rgb(136 19 55 / 0);
}

.border-t-rose-900\/10{
  border-top-color: rgb(136 19 55 / 0.1);
}

.border-t-rose-900\/100{
  border-top-color: rgb(136 19 55 / 1);
}

.border-t-rose-900\/15{
  border-top-color: rgb(136 19 55 / 0.15);
}

.border-t-rose-900\/20{
  border-top-color: rgb(136 19 55 / 0.2);
}

.border-t-rose-900\/25{
  border-top-color: rgb(136 19 55 / 0.25);
}

.border-t-rose-900\/30{
  border-top-color: rgb(136 19 55 / 0.3);
}

.border-t-rose-900\/35{
  border-top-color: rgb(136 19 55 / 0.35);
}

.border-t-rose-900\/40{
  border-top-color: rgb(136 19 55 / 0.4);
}

.border-t-rose-900\/45{
  border-top-color: rgb(136 19 55 / 0.45);
}

.border-t-rose-900\/5{
  border-top-color: rgb(136 19 55 / 0.05);
}

.border-t-rose-900\/50{
  border-top-color: rgb(136 19 55 / 0.5);
}

.border-t-rose-900\/55{
  border-top-color: rgb(136 19 55 / 0.55);
}

.border-t-rose-900\/60{
  border-top-color: rgb(136 19 55 / 0.6);
}

.border-t-rose-900\/65{
  border-top-color: rgb(136 19 55 / 0.65);
}

.border-t-rose-900\/70{
  border-top-color: rgb(136 19 55 / 0.7);
}

.border-t-rose-900\/75{
  border-top-color: rgb(136 19 55 / 0.75);
}

.border-t-rose-900\/80{
  border-top-color: rgb(136 19 55 / 0.8);
}

.border-t-rose-900\/85{
  border-top-color: rgb(136 19 55 / 0.85);
}

.border-t-rose-900\/90{
  border-top-color: rgb(136 19 55 / 0.9);
}

.border-t-rose-900\/95{
  border-top-color: rgb(136 19 55 / 0.95);
}

.border-t-rose-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-t-rose-950\/0{
  border-top-color: rgb(76 5 25 / 0);
}

.border-t-rose-950\/10{
  border-top-color: rgb(76 5 25 / 0.1);
}

.border-t-rose-950\/100{
  border-top-color: rgb(76 5 25 / 1);
}

.border-t-rose-950\/15{
  border-top-color: rgb(76 5 25 / 0.15);
}

.border-t-rose-950\/20{
  border-top-color: rgb(76 5 25 / 0.2);
}

.border-t-rose-950\/25{
  border-top-color: rgb(76 5 25 / 0.25);
}

.border-t-rose-950\/30{
  border-top-color: rgb(76 5 25 / 0.3);
}

.border-t-rose-950\/35{
  border-top-color: rgb(76 5 25 / 0.35);
}

.border-t-rose-950\/40{
  border-top-color: rgb(76 5 25 / 0.4);
}

.border-t-rose-950\/45{
  border-top-color: rgb(76 5 25 / 0.45);
}

.border-t-rose-950\/5{
  border-top-color: rgb(76 5 25 / 0.05);
}

.border-t-rose-950\/50{
  border-top-color: rgb(76 5 25 / 0.5);
}

.border-t-rose-950\/55{
  border-top-color: rgb(76 5 25 / 0.55);
}

.border-t-rose-950\/60{
  border-top-color: rgb(76 5 25 / 0.6);
}

.border-t-rose-950\/65{
  border-top-color: rgb(76 5 25 / 0.65);
}

.border-t-rose-950\/70{
  border-top-color: rgb(76 5 25 / 0.7);
}

.border-t-rose-950\/75{
  border-top-color: rgb(76 5 25 / 0.75);
}

.border-t-rose-950\/80{
  border-top-color: rgb(76 5 25 / 0.8);
}

.border-t-rose-950\/85{
  border-top-color: rgb(76 5 25 / 0.85);
}

.border-t-rose-950\/90{
  border-top-color: rgb(76 5 25 / 0.9);
}

.border-t-rose-950\/95{
  border-top-color: rgb(76 5 25 / 0.95);
}

.border-t-secondary{
  --tw-border-opacity: 1;
  border-top-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.border-t-secondary\/0{
  border-top-color: rgb(141 147 167 / 0);
}

.border-t-secondary\/10{
  border-top-color: rgb(141 147 167 / 0.1);
}

.border-t-secondary\/100{
  border-top-color: rgb(141 147 167 / 1);
}

.border-t-secondary\/15{
  border-top-color: rgb(141 147 167 / 0.15);
}

.border-t-secondary\/20{
  border-top-color: rgb(141 147 167 / 0.2);
}

.border-t-secondary\/25{
  border-top-color: rgb(141 147 167 / 0.25);
}

.border-t-secondary\/30{
  border-top-color: rgb(141 147 167 / 0.3);
}

.border-t-secondary\/35{
  border-top-color: rgb(141 147 167 / 0.35);
}

.border-t-secondary\/40{
  border-top-color: rgb(141 147 167 / 0.4);
}

.border-t-secondary\/45{
  border-top-color: rgb(141 147 167 / 0.45);
}

.border-t-secondary\/5{
  border-top-color: rgb(141 147 167 / 0.05);
}

.border-t-secondary\/50{
  border-top-color: rgb(141 147 167 / 0.5);
}

.border-t-secondary\/55{
  border-top-color: rgb(141 147 167 / 0.55);
}

.border-t-secondary\/60{
  border-top-color: rgb(141 147 167 / 0.6);
}

.border-t-secondary\/65{
  border-top-color: rgb(141 147 167 / 0.65);
}

.border-t-secondary\/70{
  border-top-color: rgb(141 147 167 / 0.7);
}

.border-t-secondary\/75{
  border-top-color: rgb(141 147 167 / 0.75);
}

.border-t-secondary\/80{
  border-top-color: rgb(141 147 167 / 0.8);
}

.border-t-secondary\/85{
  border-top-color: rgb(141 147 167 / 0.85);
}

.border-t-secondary\/90{
  border-top-color: rgb(141 147 167 / 0.9);
}

.border-t-secondary\/95{
  border-top-color: rgb(141 147 167 / 0.95);
}

.border-t-senary{
  --tw-border-opacity: 1;
  border-top-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.border-t-senary\/0{
  border-top-color: rgb(73 134 231 / 0);
}

.border-t-senary\/10{
  border-top-color: rgb(73 134 231 / 0.1);
}

.border-t-senary\/100{
  border-top-color: rgb(73 134 231 / 1);
}

.border-t-senary\/15{
  border-top-color: rgb(73 134 231 / 0.15);
}

.border-t-senary\/20{
  border-top-color: rgb(73 134 231 / 0.2);
}

.border-t-senary\/25{
  border-top-color: rgb(73 134 231 / 0.25);
}

.border-t-senary\/30{
  border-top-color: rgb(73 134 231 / 0.3);
}

.border-t-senary\/35{
  border-top-color: rgb(73 134 231 / 0.35);
}

.border-t-senary\/40{
  border-top-color: rgb(73 134 231 / 0.4);
}

.border-t-senary\/45{
  border-top-color: rgb(73 134 231 / 0.45);
}

.border-t-senary\/5{
  border-top-color: rgb(73 134 231 / 0.05);
}

.border-t-senary\/50{
  border-top-color: rgb(73 134 231 / 0.5);
}

.border-t-senary\/55{
  border-top-color: rgb(73 134 231 / 0.55);
}

.border-t-senary\/60{
  border-top-color: rgb(73 134 231 / 0.6);
}

.border-t-senary\/65{
  border-top-color: rgb(73 134 231 / 0.65);
}

.border-t-senary\/70{
  border-top-color: rgb(73 134 231 / 0.7);
}

.border-t-senary\/75{
  border-top-color: rgb(73 134 231 / 0.75);
}

.border-t-senary\/80{
  border-top-color: rgb(73 134 231 / 0.8);
}

.border-t-senary\/85{
  border-top-color: rgb(73 134 231 / 0.85);
}

.border-t-senary\/90{
  border-top-color: rgb(73 134 231 / 0.9);
}

.border-t-senary\/95{
  border-top-color: rgb(73 134 231 / 0.95);
}

.border-t-septenary{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.border-t-septenary\/0{
  border-top-color: rgb(49 88 129 / 0);
}

.border-t-septenary\/10{
  border-top-color: rgb(49 88 129 / 0.1);
}

.border-t-septenary\/100{
  border-top-color: rgb(49 88 129 / 1);
}

.border-t-septenary\/15{
  border-top-color: rgb(49 88 129 / 0.15);
}

.border-t-septenary\/20{
  border-top-color: rgb(49 88 129 / 0.2);
}

.border-t-septenary\/25{
  border-top-color: rgb(49 88 129 / 0.25);
}

.border-t-septenary\/30{
  border-top-color: rgb(49 88 129 / 0.3);
}

.border-t-septenary\/35{
  border-top-color: rgb(49 88 129 / 0.35);
}

.border-t-septenary\/40{
  border-top-color: rgb(49 88 129 / 0.4);
}

.border-t-septenary\/45{
  border-top-color: rgb(49 88 129 / 0.45);
}

.border-t-septenary\/5{
  border-top-color: rgb(49 88 129 / 0.05);
}

.border-t-septenary\/50{
  border-top-color: rgb(49 88 129 / 0.5);
}

.border-t-septenary\/55{
  border-top-color: rgb(49 88 129 / 0.55);
}

.border-t-septenary\/60{
  border-top-color: rgb(49 88 129 / 0.6);
}

.border-t-septenary\/65{
  border-top-color: rgb(49 88 129 / 0.65);
}

.border-t-septenary\/70{
  border-top-color: rgb(49 88 129 / 0.7);
}

.border-t-septenary\/75{
  border-top-color: rgb(49 88 129 / 0.75);
}

.border-t-septenary\/80{
  border-top-color: rgb(49 88 129 / 0.8);
}

.border-t-septenary\/85{
  border-top-color: rgb(49 88 129 / 0.85);
}

.border-t-septenary\/90{
  border-top-color: rgb(49 88 129 / 0.9);
}

.border-t-septenary\/95{
  border-top-color: rgb(49 88 129 / 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\/15{
  border-top-color: rgb(224 242 254 / 0.15);
}

.border-t-sky-100\/20{
  border-top-color: rgb(224 242 254 / 0.2);
}

.border-t-sky-100\/25{
  border-top-color: rgb(224 242 254 / 0.25);
}

.border-t-sky-100\/30{
  border-top-color: rgb(224 242 254 / 0.3);
}

.border-t-sky-100\/35{
  border-top-color: rgb(224 242 254 / 0.35);
}

.border-t-sky-100\/40{
  border-top-color: rgb(224 242 254 / 0.4);
}

.border-t-sky-100\/45{
  border-top-color: rgb(224 242 254 / 0.45);
}

.border-t-sky-100\/5{
  border-top-color: rgb(224 242 254 / 0.05);
}

.border-t-sky-100\/50{
  border-top-color: rgb(224 242 254 / 0.5);
}

.border-t-sky-100\/55{
  border-top-color: rgb(224 242 254 / 0.55);
}

.border-t-sky-100\/60{
  border-top-color: rgb(224 242 254 / 0.6);
}

.border-t-sky-100\/65{
  border-top-color: rgb(224 242 254 / 0.65);
}

.border-t-sky-100\/70{
  border-top-color: rgb(224 242 254 / 0.7);
}

.border-t-sky-100\/75{
  border-top-color: rgb(224 242 254 / 0.75);
}

.border-t-sky-100\/80{
  border-top-color: rgb(224 242 254 / 0.8);
}

.border-t-sky-100\/85{
  border-top-color: rgb(224 242 254 / 0.85);
}

.border-t-sky-100\/90{
  border-top-color: rgb(224 242 254 / 0.9);
}

.border-t-sky-100\/95{
  border-top-color: rgb(224 242 254 / 0.95);
}

.border-t-sky-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-t-sky-200\/0{
  border-top-color: rgb(186 230 253 / 0);
}

.border-t-sky-200\/10{
  border-top-color: rgb(186 230 253 / 0.1);
}

.border-t-sky-200\/100{
  border-top-color: rgb(186 230 253 / 1);
}

.border-t-sky-200\/15{
  border-top-color: rgb(186 230 253 / 0.15);
}

.border-t-sky-200\/20{
  border-top-color: rgb(186 230 253 / 0.2);
}

.border-t-sky-200\/25{
  border-top-color: rgb(186 230 253 / 0.25);
}

.border-t-sky-200\/30{
  border-top-color: rgb(186 230 253 / 0.3);
}

.border-t-sky-200\/35{
  border-top-color: rgb(186 230 253 / 0.35);
}

.border-t-sky-200\/40{
  border-top-color: rgb(186 230 253 / 0.4);
}

.border-t-sky-200\/45{
  border-top-color: rgb(186 230 253 / 0.45);
}

.border-t-sky-200\/5{
  border-top-color: rgb(186 230 253 / 0.05);
}

.border-t-sky-200\/50{
  border-top-color: rgb(186 230 253 / 0.5);
}

.border-t-sky-200\/55{
  border-top-color: rgb(186 230 253 / 0.55);
}

.border-t-sky-200\/60{
  border-top-color: rgb(186 230 253 / 0.6);
}

.border-t-sky-200\/65{
  border-top-color: rgb(186 230 253 / 0.65);
}

.border-t-sky-200\/70{
  border-top-color: rgb(186 230 253 / 0.7);
}

.border-t-sky-200\/75{
  border-top-color: rgb(186 230 253 / 0.75);
}

.border-t-sky-200\/80{
  border-top-color: rgb(186 230 253 / 0.8);
}

.border-t-sky-200\/85{
  border-top-color: rgb(186 230 253 / 0.85);
}

.border-t-sky-200\/90{
  border-top-color: rgb(186 230 253 / 0.9);
}

.border-t-sky-200\/95{
  border-top-color: rgb(186 230 253 / 0.95);
}

.border-t-sky-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-t-sky-300\/0{
  border-top-color: rgb(125 211 252 / 0);
}

.border-t-sky-300\/10{
  border-top-color: rgb(125 211 252 / 0.1);
}

.border-t-sky-300\/100{
  border-top-color: rgb(125 211 252 / 1);
}

.border-t-sky-300\/15{
  border-top-color: rgb(125 211 252 / 0.15);
}

.border-t-sky-300\/20{
  border-top-color: rgb(125 211 252 / 0.2);
}

.border-t-sky-300\/25{
  border-top-color: rgb(125 211 252 / 0.25);
}

.border-t-sky-300\/30{
  border-top-color: rgb(125 211 252 / 0.3);
}

.border-t-sky-300\/35{
  border-top-color: rgb(125 211 252 / 0.35);
}

.border-t-sky-300\/40{
  border-top-color: rgb(125 211 252 / 0.4);
}

.border-t-sky-300\/45{
  border-top-color: rgb(125 211 252 / 0.45);
}

.border-t-sky-300\/5{
  border-top-color: rgb(125 211 252 / 0.05);
}

.border-t-sky-300\/50{
  border-top-color: rgb(125 211 252 / 0.5);
}

.border-t-sky-300\/55{
  border-top-color: rgb(125 211 252 / 0.55);
}

.border-t-sky-300\/60{
  border-top-color: rgb(125 211 252 / 0.6);
}

.border-t-sky-300\/65{
  border-top-color: rgb(125 211 252 / 0.65);
}

.border-t-sky-300\/70{
  border-top-color: rgb(125 211 252 / 0.7);
}

.border-t-sky-300\/75{
  border-top-color: rgb(125 211 252 / 0.75);
}

.border-t-sky-300\/80{
  border-top-color: rgb(125 211 252 / 0.8);
}

.border-t-sky-300\/85{
  border-top-color: rgb(125 211 252 / 0.85);
}

.border-t-sky-300\/90{
  border-top-color: rgb(125 211 252 / 0.9);
}

.border-t-sky-300\/95{
  border-top-color: rgb(125 211 252 / 0.95);
}

.border-t-sky-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-t-sky-400\/0{
  border-top-color: rgb(56 189 248 / 0);
}

.border-t-sky-400\/10{
  border-top-color: rgb(56 189 248 / 0.1);
}

.border-t-sky-400\/100{
  border-top-color: rgb(56 189 248 / 1);
}

.border-t-sky-400\/15{
  border-top-color: rgb(56 189 248 / 0.15);
}

.border-t-sky-400\/20{
  border-top-color: rgb(56 189 248 / 0.2);
}

.border-t-sky-400\/25{
  border-top-color: rgb(56 189 248 / 0.25);
}

.border-t-sky-400\/30{
  border-top-color: rgb(56 189 248 / 0.3);
}

.border-t-sky-400\/35{
  border-top-color: rgb(56 189 248 / 0.35);
}

.border-t-sky-400\/40{
  border-top-color: rgb(56 189 248 / 0.4);
}

.border-t-sky-400\/45{
  border-top-color: rgb(56 189 248 / 0.45);
}

.border-t-sky-400\/5{
  border-top-color: rgb(56 189 248 / 0.05);
}

.border-t-sky-400\/50{
  border-top-color: rgb(56 189 248 / 0.5);
}

.border-t-sky-400\/55{
  border-top-color: rgb(56 189 248 / 0.55);
}

.border-t-sky-400\/60{
  border-top-color: rgb(56 189 248 / 0.6);
}

.border-t-sky-400\/65{
  border-top-color: rgb(56 189 248 / 0.65);
}

.border-t-sky-400\/70{
  border-top-color: rgb(56 189 248 / 0.7);
}

.border-t-sky-400\/75{
  border-top-color: rgb(56 189 248 / 0.75);
}

.border-t-sky-400\/80{
  border-top-color: rgb(56 189 248 / 0.8);
}

.border-t-sky-400\/85{
  border-top-color: rgb(56 189 248 / 0.85);
}

.border-t-sky-400\/90{
  border-top-color: rgb(56 189 248 / 0.9);
}

.border-t-sky-400\/95{
  border-top-color: rgb(56 189 248 / 0.95);
}

.border-t-sky-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-t-sky-50\/0{
  border-top-color: rgb(240 249 255 / 0);
}

.border-t-sky-50\/10{
  border-top-color: rgb(240 249 255 / 0.1);
}

.border-t-sky-50\/100{
  border-top-color: rgb(240 249 255 / 1);
}

.border-t-sky-50\/15{
  border-top-color: rgb(240 249 255 / 0.15);
}

.border-t-sky-50\/20{
  border-top-color: rgb(240 249 255 / 0.2);
}

.border-t-sky-50\/25{
  border-top-color: rgb(240 249 255 / 0.25);
}

.border-t-sky-50\/30{
  border-top-color: rgb(240 249 255 / 0.3);
}

.border-t-sky-50\/35{
  border-top-color: rgb(240 249 255 / 0.35);
}

.border-t-sky-50\/40{
  border-top-color: rgb(240 249 255 / 0.4);
}

.border-t-sky-50\/45{
  border-top-color: rgb(240 249 255 / 0.45);
}

.border-t-sky-50\/5{
  border-top-color: rgb(240 249 255 / 0.05);
}

.border-t-sky-50\/50{
  border-top-color: rgb(240 249 255 / 0.5);
}

.border-t-sky-50\/55{
  border-top-color: rgb(240 249 255 / 0.55);
}

.border-t-sky-50\/60{
  border-top-color: rgb(240 249 255 / 0.6);
}

.border-t-sky-50\/65{
  border-top-color: rgb(240 249 255 / 0.65);
}

.border-t-sky-50\/70{
  border-top-color: rgb(240 249 255 / 0.7);
}

.border-t-sky-50\/75{
  border-top-color: rgb(240 249 255 / 0.75);
}

.border-t-sky-50\/80{
  border-top-color: rgb(240 249 255 / 0.8);
}

.border-t-sky-50\/85{
  border-top-color: rgb(240 249 255 / 0.85);
}

.border-t-sky-50\/90{
  border-top-color: rgb(240 249 255 / 0.9);
}

.border-t-sky-50\/95{
  border-top-color: rgb(240 249 255 / 0.95);
}

.border-t-sky-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-t-sky-500\/0{
  border-top-color: rgb(14 165 233 / 0);
}

.border-t-sky-500\/10{
  border-top-color: rgb(14 165 233 / 0.1);
}

.border-t-sky-500\/100{
  border-top-color: rgb(14 165 233 / 1);
}

.border-t-sky-500\/15{
  border-top-color: rgb(14 165 233 / 0.15);
}

.border-t-sky-500\/20{
  border-top-color: rgb(14 165 233 / 0.2);
}

.border-t-sky-500\/25{
  border-top-color: rgb(14 165 233 / 0.25);
}

.border-t-sky-500\/30{
  border-top-color: rgb(14 165 233 / 0.3);
}

.border-t-sky-500\/35{
  border-top-color: rgb(14 165 233 / 0.35);
}

.border-t-sky-500\/40{
  border-top-color: rgb(14 165 233 / 0.4);
}

.border-t-sky-500\/45{
  border-top-color: rgb(14 165 233 / 0.45);
}

.border-t-sky-500\/5{
  border-top-color: rgb(14 165 233 / 0.05);
}

.border-t-sky-500\/50{
  border-top-color: rgb(14 165 233 / 0.5);
}

.border-t-sky-500\/55{
  border-top-color: rgb(14 165 233 / 0.55);
}

.border-t-sky-500\/60{
  border-top-color: rgb(14 165 233 / 0.6);
}

.border-t-sky-500\/65{
  border-top-color: rgb(14 165 233 / 0.65);
}

.border-t-sky-500\/70{
  border-top-color: rgb(14 165 233 / 0.7);
}

.border-t-sky-500\/75{
  border-top-color: rgb(14 165 233 / 0.75);
}

.border-t-sky-500\/80{
  border-top-color: rgb(14 165 233 / 0.8);
}

.border-t-sky-500\/85{
  border-top-color: rgb(14 165 233 / 0.85);
}

.border-t-sky-500\/90{
  border-top-color: rgb(14 165 233 / 0.9);
}

.border-t-sky-500\/95{
  border-top-color: rgb(14 165 233 / 0.95);
}

.border-t-sky-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-t-sky-600\/0{
  border-top-color: rgb(2 132 199 / 0);
}

.border-t-sky-600\/10{
  border-top-color: rgb(2 132 199 / 0.1);
}

.border-t-sky-600\/100{
  border-top-color: rgb(2 132 199 / 1);
}

.border-t-sky-600\/15{
  border-top-color: rgb(2 132 199 / 0.15);
}

.border-t-sky-600\/20{
  border-top-color: rgb(2 132 199 / 0.2);
}

.border-t-sky-600\/25{
  border-top-color: rgb(2 132 199 / 0.25);
}

.border-t-sky-600\/30{
  border-top-color: rgb(2 132 199 / 0.3);
}

.border-t-sky-600\/35{
  border-top-color: rgb(2 132 199 / 0.35);
}

.border-t-sky-600\/40{
  border-top-color: rgb(2 132 199 / 0.4);
}

.border-t-sky-600\/45{
  border-top-color: rgb(2 132 199 / 0.45);
}

.border-t-sky-600\/5{
  border-top-color: rgb(2 132 199 / 0.05);
}

.border-t-sky-600\/50{
  border-top-color: rgb(2 132 199 / 0.5);
}

.border-t-sky-600\/55{
  border-top-color: rgb(2 132 199 / 0.55);
}

.border-t-sky-600\/60{
  border-top-color: rgb(2 132 199 / 0.6);
}

.border-t-sky-600\/65{
  border-top-color: rgb(2 132 199 / 0.65);
}

.border-t-sky-600\/70{
  border-top-color: rgb(2 132 199 / 0.7);
}

.border-t-sky-600\/75{
  border-top-color: rgb(2 132 199 / 0.75);
}

.border-t-sky-600\/80{
  border-top-color: rgb(2 132 199 / 0.8);
}

.border-t-sky-600\/85{
  border-top-color: rgb(2 132 199 / 0.85);
}

.border-t-sky-600\/90{
  border-top-color: rgb(2 132 199 / 0.9);
}

.border-t-sky-600\/95{
  border-top-color: rgb(2 132 199 / 0.95);
}

.border-t-sky-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-t-sky-700\/0{
  border-top-color: rgb(3 105 161 / 0);
}

.border-t-sky-700\/10{
  border-top-color: rgb(3 105 161 / 0.1);
}

.border-t-sky-700\/100{
  border-top-color: rgb(3 105 161 / 1);
}

.border-t-sky-700\/15{
  border-top-color: rgb(3 105 161 / 0.15);
}

.border-t-sky-700\/20{
  border-top-color: rgb(3 105 161 / 0.2);
}

.border-t-sky-700\/25{
  border-top-color: rgb(3 105 161 / 0.25);
}

.border-t-sky-700\/30{
  border-top-color: rgb(3 105 161 / 0.3);
}

.border-t-sky-700\/35{
  border-top-color: rgb(3 105 161 / 0.35);
}

.border-t-sky-700\/40{
  border-top-color: rgb(3 105 161 / 0.4);
}

.border-t-sky-700\/45{
  border-top-color: rgb(3 105 161 / 0.45);
}

.border-t-sky-700\/5{
  border-top-color: rgb(3 105 161 / 0.05);
}

.border-t-sky-700\/50{
  border-top-color: rgb(3 105 161 / 0.5);
}

.border-t-sky-700\/55{
  border-top-color: rgb(3 105 161 / 0.55);
}

.border-t-sky-700\/60{
  border-top-color: rgb(3 105 161 / 0.6);
}

.border-t-sky-700\/65{
  border-top-color: rgb(3 105 161 / 0.65);
}

.border-t-sky-700\/70{
  border-top-color: rgb(3 105 161 / 0.7);
}

.border-t-sky-700\/75{
  border-top-color: rgb(3 105 161 / 0.75);
}

.border-t-sky-700\/80{
  border-top-color: rgb(3 105 161 / 0.8);
}

.border-t-sky-700\/85{
  border-top-color: rgb(3 105 161 / 0.85);
}

.border-t-sky-700\/90{
  border-top-color: rgb(3 105 161 / 0.9);
}

.border-t-sky-700\/95{
  border-top-color: rgb(3 105 161 / 0.95);
}

.border-t-sky-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-t-sky-800\/0{
  border-top-color: rgb(7 89 133 / 0);
}

.border-t-sky-800\/10{
  border-top-color: rgb(7 89 133 / 0.1);
}

.border-t-sky-800\/100{
  border-top-color: rgb(7 89 133 / 1);
}

.border-t-sky-800\/15{
  border-top-color: rgb(7 89 133 / 0.15);
}

.border-t-sky-800\/20{
  border-top-color: rgb(7 89 133 / 0.2);
}

.border-t-sky-800\/25{
  border-top-color: rgb(7 89 133 / 0.25);
}

.border-t-sky-800\/30{
  border-top-color: rgb(7 89 133 / 0.3);
}

.border-t-sky-800\/35{
  border-top-color: rgb(7 89 133 / 0.35);
}

.border-t-sky-800\/40{
  border-top-color: rgb(7 89 133 / 0.4);
}

.border-t-sky-800\/45{
  border-top-color: rgb(7 89 133 / 0.45);
}

.border-t-sky-800\/5{
  border-top-color: rgb(7 89 133 / 0.05);
}

.border-t-sky-800\/50{
  border-top-color: rgb(7 89 133 / 0.5);
}

.border-t-sky-800\/55{
  border-top-color: rgb(7 89 133 / 0.55);
}

.border-t-sky-800\/60{
  border-top-color: rgb(7 89 133 / 0.6);
}

.border-t-sky-800\/65{
  border-top-color: rgb(7 89 133 / 0.65);
}

.border-t-sky-800\/70{
  border-top-color: rgb(7 89 133 / 0.7);
}

.border-t-sky-800\/75{
  border-top-color: rgb(7 89 133 / 0.75);
}

.border-t-sky-800\/80{
  border-top-color: rgb(7 89 133 / 0.8);
}

.border-t-sky-800\/85{
  border-top-color: rgb(7 89 133 / 0.85);
}

.border-t-sky-800\/90{
  border-top-color: rgb(7 89 133 / 0.9);
}

.border-t-sky-800\/95{
  border-top-color: rgb(7 89 133 / 0.95);
}

.border-t-sky-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-t-sky-900\/0{
  border-top-color: rgb(12 74 110 / 0);
}

.border-t-sky-900\/10{
  border-top-color: rgb(12 74 110 / 0.1);
}

.border-t-sky-900\/100{
  border-top-color: rgb(12 74 110 / 1);
}

.border-t-sky-900\/15{
  border-top-color: rgb(12 74 110 / 0.15);
}

.border-t-sky-900\/20{
  border-top-color: rgb(12 74 110 / 0.2);
}

.border-t-sky-900\/25{
  border-top-color: rgb(12 74 110 / 0.25);
}

.border-t-sky-900\/30{
  border-top-color: rgb(12 74 110 / 0.3);
}

.border-t-sky-900\/35{
  border-top-color: rgb(12 74 110 / 0.35);
}

.border-t-sky-900\/40{
  border-top-color: rgb(12 74 110 / 0.4);
}

.border-t-sky-900\/45{
  border-top-color: rgb(12 74 110 / 0.45);
}

.border-t-sky-900\/5{
  border-top-color: rgb(12 74 110 / 0.05);
}

.border-t-sky-900\/50{
  border-top-color: rgb(12 74 110 / 0.5);
}

.border-t-sky-900\/55{
  border-top-color: rgb(12 74 110 / 0.55);
}

.border-t-sky-900\/60{
  border-top-color: rgb(12 74 110 / 0.6);
}

.border-t-sky-900\/65{
  border-top-color: rgb(12 74 110 / 0.65);
}

.border-t-sky-900\/70{
  border-top-color: rgb(12 74 110 / 0.7);
}

.border-t-sky-900\/75{
  border-top-color: rgb(12 74 110 / 0.75);
}

.border-t-sky-900\/80{
  border-top-color: rgb(12 74 110 / 0.8);
}

.border-t-sky-900\/85{
  border-top-color: rgb(12 74 110 / 0.85);
}

.border-t-sky-900\/90{
  border-top-color: rgb(12 74 110 / 0.9);
}

.border-t-sky-900\/95{
  border-top-color: rgb(12 74 110 / 0.95);
}

.border-t-sky-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-t-sky-950\/0{
  border-top-color: rgb(8 47 73 / 0);
}

.border-t-sky-950\/10{
  border-top-color: rgb(8 47 73 / 0.1);
}

.border-t-sky-950\/100{
  border-top-color: rgb(8 47 73 / 1);
}

.border-t-sky-950\/15{
  border-top-color: rgb(8 47 73 / 0.15);
}

.border-t-sky-950\/20{
  border-top-color: rgb(8 47 73 / 0.2);
}

.border-t-sky-950\/25{
  border-top-color: rgb(8 47 73 / 0.25);
}

.border-t-sky-950\/30{
  border-top-color: rgb(8 47 73 / 0.3);
}

.border-t-sky-950\/35{
  border-top-color: rgb(8 47 73 / 0.35);
}

.border-t-sky-950\/40{
  border-top-color: rgb(8 47 73 / 0.4);
}

.border-t-sky-950\/45{
  border-top-color: rgb(8 47 73 / 0.45);
}

.border-t-sky-950\/5{
  border-top-color: rgb(8 47 73 / 0.05);
}

.border-t-sky-950\/50{
  border-top-color: rgb(8 47 73 / 0.5);
}

.border-t-sky-950\/55{
  border-top-color: rgb(8 47 73 / 0.55);
}

.border-t-sky-950\/60{
  border-top-color: rgb(8 47 73 / 0.6);
}

.border-t-sky-950\/65{
  border-top-color: rgb(8 47 73 / 0.65);
}

.border-t-sky-950\/70{
  border-top-color: rgb(8 47 73 / 0.7);
}

.border-t-sky-950\/75{
  border-top-color: rgb(8 47 73 / 0.75);
}

.border-t-sky-950\/80{
  border-top-color: rgb(8 47 73 / 0.8);
}

.border-t-sky-950\/85{
  border-top-color: rgb(8 47 73 / 0.85);
}

.border-t-sky-950\/90{
  border-top-color: rgb(8 47 73 / 0.9);
}

.border-t-sky-950\/95{
  border-top-color: rgb(8 47 73 / 0.95);
}

.border-t-slate-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-t-slate-100\/0{
  border-top-color: rgb(241 245 249 / 0);
}

.border-t-slate-100\/10{
  border-top-color: rgb(241 245 249 / 0.1);
}

.border-t-slate-100\/100{
  border-top-color: rgb(241 245 249 / 1);
}

.border-t-slate-100\/15{
  border-top-color: rgb(241 245 249 / 0.15);
}

.border-t-slate-100\/20{
  border-top-color: rgb(241 245 249 / 0.2);
}

.border-t-slate-100\/25{
  border-top-color: rgb(241 245 249 / 0.25);
}

.border-t-slate-100\/30{
  border-top-color: rgb(241 245 249 / 0.3);
}

.border-t-slate-100\/35{
  border-top-color: rgb(241 245 249 / 0.35);
}

.border-t-slate-100\/40{
  border-top-color: rgb(241 245 249 / 0.4);
}

.border-t-slate-100\/45{
  border-top-color: rgb(241 245 249 / 0.45);
}

.border-t-slate-100\/5{
  border-top-color: rgb(241 245 249 / 0.05);
}

.border-t-slate-100\/50{
  border-top-color: rgb(241 245 249 / 0.5);
}

.border-t-slate-100\/55{
  border-top-color: rgb(241 245 249 / 0.55);
}

.border-t-slate-100\/60{
  border-top-color: rgb(241 245 249 / 0.6);
}

.border-t-slate-100\/65{
  border-top-color: rgb(241 245 249 / 0.65);
}

.border-t-slate-100\/70{
  border-top-color: rgb(241 245 249 / 0.7);
}

.border-t-slate-100\/75{
  border-top-color: rgb(241 245 249 / 0.75);
}

.border-t-slate-100\/80{
  border-top-color: rgb(241 245 249 / 0.8);
}

.border-t-slate-100\/85{
  border-top-color: rgb(241 245 249 / 0.85);
}

.border-t-slate-100\/90{
  border-top-color: rgb(241 245 249 / 0.9);
}

.border-t-slate-100\/95{
  border-top-color: rgb(241 245 249 / 0.95);
}

.border-t-slate-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-t-slate-200\/0{
  border-top-color: rgb(226 232 240 / 0);
}

.border-t-slate-200\/10{
  border-top-color: rgb(226 232 240 / 0.1);
}

.border-t-slate-200\/100{
  border-top-color: rgb(226 232 240 / 1);
}

.border-t-slate-200\/15{
  border-top-color: rgb(226 232 240 / 0.15);
}

.border-t-slate-200\/20{
  border-top-color: rgb(226 232 240 / 0.2);
}

.border-t-slate-200\/25{
  border-top-color: rgb(226 232 240 / 0.25);
}

.border-t-slate-200\/30{
  border-top-color: rgb(226 232 240 / 0.3);
}

.border-t-slate-200\/35{
  border-top-color: rgb(226 232 240 / 0.35);
}

.border-t-slate-200\/40{
  border-top-color: rgb(226 232 240 / 0.4);
}

.border-t-slate-200\/45{
  border-top-color: rgb(226 232 240 / 0.45);
}

.border-t-slate-200\/5{
  border-top-color: rgb(226 232 240 / 0.05);
}

.border-t-slate-200\/50{
  border-top-color: rgb(226 232 240 / 0.5);
}

.border-t-slate-200\/55{
  border-top-color: rgb(226 232 240 / 0.55);
}

.border-t-slate-200\/60{
  border-top-color: rgb(226 232 240 / 0.6);
}

.border-t-slate-200\/65{
  border-top-color: rgb(226 232 240 / 0.65);
}

.border-t-slate-200\/70{
  border-top-color: rgb(226 232 240 / 0.7);
}

.border-t-slate-200\/75{
  border-top-color: rgb(226 232 240 / 0.75);
}

.border-t-slate-200\/80{
  border-top-color: rgb(226 232 240 / 0.8);
}

.border-t-slate-200\/85{
  border-top-color: rgb(226 232 240 / 0.85);
}

.border-t-slate-200\/90{
  border-top-color: rgb(226 232 240 / 0.9);
}

.border-t-slate-200\/95{
  border-top-color: rgb(226 232 240 / 0.95);
}

.border-t-slate-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-t-slate-300\/0{
  border-top-color: rgb(203 213 225 / 0);
}

.border-t-slate-300\/10{
  border-top-color: rgb(203 213 225 / 0.1);
}

.border-t-slate-300\/100{
  border-top-color: rgb(203 213 225 / 1);
}

.border-t-slate-300\/15{
  border-top-color: rgb(203 213 225 / 0.15);
}

.border-t-slate-300\/20{
  border-top-color: rgb(203 213 225 / 0.2);
}

.border-t-slate-300\/25{
  border-top-color: rgb(203 213 225 / 0.25);
}

.border-t-slate-300\/30{
  border-top-color: rgb(203 213 225 / 0.3);
}

.border-t-slate-300\/35{
  border-top-color: rgb(203 213 225 / 0.35);
}

.border-t-slate-300\/40{
  border-top-color: rgb(203 213 225 / 0.4);
}

.border-t-slate-300\/45{
  border-top-color: rgb(203 213 225 / 0.45);
}

.border-t-slate-300\/5{
  border-top-color: rgb(203 213 225 / 0.05);
}

.border-t-slate-300\/50{
  border-top-color: rgb(203 213 225 / 0.5);
}

.border-t-slate-300\/55{
  border-top-color: rgb(203 213 225 / 0.55);
}

.border-t-slate-300\/60{
  border-top-color: rgb(203 213 225 / 0.6);
}

.border-t-slate-300\/65{
  border-top-color: rgb(203 213 225 / 0.65);
}

.border-t-slate-300\/70{
  border-top-color: rgb(203 213 225 / 0.7);
}

.border-t-slate-300\/75{
  border-top-color: rgb(203 213 225 / 0.75);
}

.border-t-slate-300\/80{
  border-top-color: rgb(203 213 225 / 0.8);
}

.border-t-slate-300\/85{
  border-top-color: rgb(203 213 225 / 0.85);
}

.border-t-slate-300\/90{
  border-top-color: rgb(203 213 225 / 0.9);
}

.border-t-slate-300\/95{
  border-top-color: rgb(203 213 225 / 0.95);
}

.border-t-slate-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-t-slate-400\/0{
  border-top-color: rgb(148 163 184 / 0);
}

.border-t-slate-400\/10{
  border-top-color: rgb(148 163 184 / 0.1);
}

.border-t-slate-400\/100{
  border-top-color: rgb(148 163 184 / 1);
}

.border-t-slate-400\/15{
  border-top-color: rgb(148 163 184 / 0.15);
}

.border-t-slate-400\/20{
  border-top-color: rgb(148 163 184 / 0.2);
}

.border-t-slate-400\/25{
  border-top-color: rgb(148 163 184 / 0.25);
}

.border-t-slate-400\/30{
  border-top-color: rgb(148 163 184 / 0.3);
}

.border-t-slate-400\/35{
  border-top-color: rgb(148 163 184 / 0.35);
}

.border-t-slate-400\/40{
  border-top-color: rgb(148 163 184 / 0.4);
}

.border-t-slate-400\/45{
  border-top-color: rgb(148 163 184 / 0.45);
}

.border-t-slate-400\/5{
  border-top-color: rgb(148 163 184 / 0.05);
}

.border-t-slate-400\/50{
  border-top-color: rgb(148 163 184 / 0.5);
}

.border-t-slate-400\/55{
  border-top-color: rgb(148 163 184 / 0.55);
}

.border-t-slate-400\/60{
  border-top-color: rgb(148 163 184 / 0.6);
}

.border-t-slate-400\/65{
  border-top-color: rgb(148 163 184 / 0.65);
}

.border-t-slate-400\/70{
  border-top-color: rgb(148 163 184 / 0.7);
}

.border-t-slate-400\/75{
  border-top-color: rgb(148 163 184 / 0.75);
}

.border-t-slate-400\/80{
  border-top-color: rgb(148 163 184 / 0.8);
}

.border-t-slate-400\/85{
  border-top-color: rgb(148 163 184 / 0.85);
}

.border-t-slate-400\/90{
  border-top-color: rgb(148 163 184 / 0.9);
}

.border-t-slate-400\/95{
  border-top-color: rgb(148 163 184 / 0.95);
}

.border-t-slate-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-t-slate-50\/0{
  border-top-color: rgb(248 250 252 / 0);
}

.border-t-slate-50\/10{
  border-top-color: rgb(248 250 252 / 0.1);
}

.border-t-slate-50\/100{
  border-top-color: rgb(248 250 252 / 1);
}

.border-t-slate-50\/15{
  border-top-color: rgb(248 250 252 / 0.15);
}

.border-t-slate-50\/20{
  border-top-color: rgb(248 250 252 / 0.2);
}

.border-t-slate-50\/25{
  border-top-color: rgb(248 250 252 / 0.25);
}

.border-t-slate-50\/30{
  border-top-color: rgb(248 250 252 / 0.3);
}

.border-t-slate-50\/35{
  border-top-color: rgb(248 250 252 / 0.35);
}

.border-t-slate-50\/40{
  border-top-color: rgb(248 250 252 / 0.4);
}

.border-t-slate-50\/45{
  border-top-color: rgb(248 250 252 / 0.45);
}

.border-t-slate-50\/5{
  border-top-color: rgb(248 250 252 / 0.05);
}

.border-t-slate-50\/50{
  border-top-color: rgb(248 250 252 / 0.5);
}

.border-t-slate-50\/55{
  border-top-color: rgb(248 250 252 / 0.55);
}

.border-t-slate-50\/60{
  border-top-color: rgb(248 250 252 / 0.6);
}

.border-t-slate-50\/65{
  border-top-color: rgb(248 250 252 / 0.65);
}

.border-t-slate-50\/70{
  border-top-color: rgb(248 250 252 / 0.7);
}

.border-t-slate-50\/75{
  border-top-color: rgb(248 250 252 / 0.75);
}

.border-t-slate-50\/80{
  border-top-color: rgb(248 250 252 / 0.8);
}

.border-t-slate-50\/85{
  border-top-color: rgb(248 250 252 / 0.85);
}

.border-t-slate-50\/90{
  border-top-color: rgb(248 250 252 / 0.9);
}

.border-t-slate-50\/95{
  border-top-color: rgb(248 250 252 / 0.95);
}

.border-t-slate-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-t-slate-500\/0{
  border-top-color: rgb(100 116 139 / 0);
}

.border-t-slate-500\/10{
  border-top-color: rgb(100 116 139 / 0.1);
}

.border-t-slate-500\/100{
  border-top-color: rgb(100 116 139 / 1);
}

.border-t-slate-500\/15{
  border-top-color: rgb(100 116 139 / 0.15);
}

.border-t-slate-500\/20{
  border-top-color: rgb(100 116 139 / 0.2);
}

.border-t-slate-500\/25{
  border-top-color: rgb(100 116 139 / 0.25);
}

.border-t-slate-500\/30{
  border-top-color: rgb(100 116 139 / 0.3);
}

.border-t-slate-500\/35{
  border-top-color: rgb(100 116 139 / 0.35);
}

.border-t-slate-500\/40{
  border-top-color: rgb(100 116 139 / 0.4);
}

.border-t-slate-500\/45{
  border-top-color: rgb(100 116 139 / 0.45);
}

.border-t-slate-500\/5{
  border-top-color: rgb(100 116 139 / 0.05);
}

.border-t-slate-500\/50{
  border-top-color: rgb(100 116 139 / 0.5);
}

.border-t-slate-500\/55{
  border-top-color: rgb(100 116 139 / 0.55);
}

.border-t-slate-500\/60{
  border-top-color: rgb(100 116 139 / 0.6);
}

.border-t-slate-500\/65{
  border-top-color: rgb(100 116 139 / 0.65);
}

.border-t-slate-500\/70{
  border-top-color: rgb(100 116 139 / 0.7);
}

.border-t-slate-500\/75{
  border-top-color: rgb(100 116 139 / 0.75);
}

.border-t-slate-500\/80{
  border-top-color: rgb(100 116 139 / 0.8);
}

.border-t-slate-500\/85{
  border-top-color: rgb(100 116 139 / 0.85);
}

.border-t-slate-500\/90{
  border-top-color: rgb(100 116 139 / 0.9);
}

.border-t-slate-500\/95{
  border-top-color: rgb(100 116 139 / 0.95);
}

.border-t-slate-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-t-slate-600\/0{
  border-top-color: rgb(71 85 105 / 0);
}

.border-t-slate-600\/10{
  border-top-color: rgb(71 85 105 / 0.1);
}

.border-t-slate-600\/100{
  border-top-color: rgb(71 85 105 / 1);
}

.border-t-slate-600\/15{
  border-top-color: rgb(71 85 105 / 0.15);
}

.border-t-slate-600\/20{
  border-top-color: rgb(71 85 105 / 0.2);
}

.border-t-slate-600\/25{
  border-top-color: rgb(71 85 105 / 0.25);
}

.border-t-slate-600\/30{
  border-top-color: rgb(71 85 105 / 0.3);
}

.border-t-slate-600\/35{
  border-top-color: rgb(71 85 105 / 0.35);
}

.border-t-slate-600\/40{
  border-top-color: rgb(71 85 105 / 0.4);
}

.border-t-slate-600\/45{
  border-top-color: rgb(71 85 105 / 0.45);
}

.border-t-slate-600\/5{
  border-top-color: rgb(71 85 105 / 0.05);
}

.border-t-slate-600\/50{
  border-top-color: rgb(71 85 105 / 0.5);
}

.border-t-slate-600\/55{
  border-top-color: rgb(71 85 105 / 0.55);
}

.border-t-slate-600\/60{
  border-top-color: rgb(71 85 105 / 0.6);
}

.border-t-slate-600\/65{
  border-top-color: rgb(71 85 105 / 0.65);
}

.border-t-slate-600\/70{
  border-top-color: rgb(71 85 105 / 0.7);
}

.border-t-slate-600\/75{
  border-top-color: rgb(71 85 105 / 0.75);
}

.border-t-slate-600\/80{
  border-top-color: rgb(71 85 105 / 0.8);
}

.border-t-slate-600\/85{
  border-top-color: rgb(71 85 105 / 0.85);
}

.border-t-slate-600\/90{
  border-top-color: rgb(71 85 105 / 0.9);
}

.border-t-slate-600\/95{
  border-top-color: rgb(71 85 105 / 0.95);
}

.border-t-slate-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-t-slate-700\/0{
  border-top-color: rgb(51 65 85 / 0);
}

.border-t-slate-700\/10{
  border-top-color: rgb(51 65 85 / 0.1);
}

.border-t-slate-700\/100{
  border-top-color: rgb(51 65 85 / 1);
}

.border-t-slate-700\/15{
  border-top-color: rgb(51 65 85 / 0.15);
}

.border-t-slate-700\/20{
  border-top-color: rgb(51 65 85 / 0.2);
}

.border-t-slate-700\/25{
  border-top-color: rgb(51 65 85 / 0.25);
}

.border-t-slate-700\/30{
  border-top-color: rgb(51 65 85 / 0.3);
}

.border-t-slate-700\/35{
  border-top-color: rgb(51 65 85 / 0.35);
}

.border-t-slate-700\/40{
  border-top-color: rgb(51 65 85 / 0.4);
}

.border-t-slate-700\/45{
  border-top-color: rgb(51 65 85 / 0.45);
}

.border-t-slate-700\/5{
  border-top-color: rgb(51 65 85 / 0.05);
}

.border-t-slate-700\/50{
  border-top-color: rgb(51 65 85 / 0.5);
}

.border-t-slate-700\/55{
  border-top-color: rgb(51 65 85 / 0.55);
}

.border-t-slate-700\/60{
  border-top-color: rgb(51 65 85 / 0.6);
}

.border-t-slate-700\/65{
  border-top-color: rgb(51 65 85 / 0.65);
}

.border-t-slate-700\/70{
  border-top-color: rgb(51 65 85 / 0.7);
}

.border-t-slate-700\/75{
  border-top-color: rgb(51 65 85 / 0.75);
}

.border-t-slate-700\/80{
  border-top-color: rgb(51 65 85 / 0.8);
}

.border-t-slate-700\/85{
  border-top-color: rgb(51 65 85 / 0.85);
}

.border-t-slate-700\/90{
  border-top-color: rgb(51 65 85 / 0.9);
}

.border-t-slate-700\/95{
  border-top-color: rgb(51 65 85 / 0.95);
}

.border-t-slate-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-t-slate-800\/0{
  border-top-color: rgb(30 41 59 / 0);
}

.border-t-slate-800\/10{
  border-top-color: rgb(30 41 59 / 0.1);
}

.border-t-slate-800\/100{
  border-top-color: rgb(30 41 59 / 1);
}

.border-t-slate-800\/15{
  border-top-color: rgb(30 41 59 / 0.15);
}

.border-t-slate-800\/20{
  border-top-color: rgb(30 41 59 / 0.2);
}

.border-t-slate-800\/25{
  border-top-color: rgb(30 41 59 / 0.25);
}

.border-t-slate-800\/30{
  border-top-color: rgb(30 41 59 / 0.3);
}

.border-t-slate-800\/35{
  border-top-color: rgb(30 41 59 / 0.35);
}

.border-t-slate-800\/40{
  border-top-color: rgb(30 41 59 / 0.4);
}

.border-t-slate-800\/45{
  border-top-color: rgb(30 41 59 / 0.45);
}

.border-t-slate-800\/5{
  border-top-color: rgb(30 41 59 / 0.05);
}

.border-t-slate-800\/50{
  border-top-color: rgb(30 41 59 / 0.5);
}

.border-t-slate-800\/55{
  border-top-color: rgb(30 41 59 / 0.55);
}

.border-t-slate-800\/60{
  border-top-color: rgb(30 41 59 / 0.6);
}

.border-t-slate-800\/65{
  border-top-color: rgb(30 41 59 / 0.65);
}

.border-t-slate-800\/70{
  border-top-color: rgb(30 41 59 / 0.7);
}

.border-t-slate-800\/75{
  border-top-color: rgb(30 41 59 / 0.75);
}

.border-t-slate-800\/80{
  border-top-color: rgb(30 41 59 / 0.8);
}

.border-t-slate-800\/85{
  border-top-color: rgb(30 41 59 / 0.85);
}

.border-t-slate-800\/90{
  border-top-color: rgb(30 41 59 / 0.9);
}

.border-t-slate-800\/95{
  border-top-color: rgb(30 41 59 / 0.95);
}

.border-t-slate-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-t-slate-900\/0{
  border-top-color: rgb(15 23 42 / 0);
}

.border-t-slate-900\/10{
  border-top-color: rgb(15 23 42 / 0.1);
}

.border-t-slate-900\/100{
  border-top-color: rgb(15 23 42 / 1);
}

.border-t-slate-900\/15{
  border-top-color: rgb(15 23 42 / 0.15);
}

.border-t-slate-900\/20{
  border-top-color: rgb(15 23 42 / 0.2);
}

.border-t-slate-900\/25{
  border-top-color: rgb(15 23 42 / 0.25);
}

.border-t-slate-900\/30{
  border-top-color: rgb(15 23 42 / 0.3);
}

.border-t-slate-900\/35{
  border-top-color: rgb(15 23 42 / 0.35);
}

.border-t-slate-900\/40{
  border-top-color: rgb(15 23 42 / 0.4);
}

.border-t-slate-900\/45{
  border-top-color: rgb(15 23 42 / 0.45);
}

.border-t-slate-900\/5{
  border-top-color: rgb(15 23 42 / 0.05);
}

.border-t-slate-900\/50{
  border-top-color: rgb(15 23 42 / 0.5);
}

.border-t-slate-900\/55{
  border-top-color: rgb(15 23 42 / 0.55);
}

.border-t-slate-900\/60{
  border-top-color: rgb(15 23 42 / 0.6);
}

.border-t-slate-900\/65{
  border-top-color: rgb(15 23 42 / 0.65);
}

.border-t-slate-900\/70{
  border-top-color: rgb(15 23 42 / 0.7);
}

.border-t-slate-900\/75{
  border-top-color: rgb(15 23 42 / 0.75);
}

.border-t-slate-900\/80{
  border-top-color: rgb(15 23 42 / 0.8);
}

.border-t-slate-900\/85{
  border-top-color: rgb(15 23 42 / 0.85);
}

.border-t-slate-900\/90{
  border-top-color: rgb(15 23 42 / 0.9);
}

.border-t-slate-900\/95{
  border-top-color: rgb(15 23 42 / 0.95);
}

.border-t-slate-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-t-slate-950\/0{
  border-top-color: rgb(2 6 23 / 0);
}

.border-t-slate-950\/10{
  border-top-color: rgb(2 6 23 / 0.1);
}

.border-t-slate-950\/100{
  border-top-color: rgb(2 6 23 / 1);
}

.border-t-slate-950\/15{
  border-top-color: rgb(2 6 23 / 0.15);
}

.border-t-slate-950\/20{
  border-top-color: rgb(2 6 23 / 0.2);
}

.border-t-slate-950\/25{
  border-top-color: rgb(2 6 23 / 0.25);
}

.border-t-slate-950\/30{
  border-top-color: rgb(2 6 23 / 0.3);
}

.border-t-slate-950\/35{
  border-top-color: rgb(2 6 23 / 0.35);
}

.border-t-slate-950\/40{
  border-top-color: rgb(2 6 23 / 0.4);
}

.border-t-slate-950\/45{
  border-top-color: rgb(2 6 23 / 0.45);
}

.border-t-slate-950\/5{
  border-top-color: rgb(2 6 23 / 0.05);
}

.border-t-slate-950\/50{
  border-top-color: rgb(2 6 23 / 0.5);
}

.border-t-slate-950\/55{
  border-top-color: rgb(2 6 23 / 0.55);
}

.border-t-slate-950\/60{
  border-top-color: rgb(2 6 23 / 0.6);
}

.border-t-slate-950\/65{
  border-top-color: rgb(2 6 23 / 0.65);
}

.border-t-slate-950\/70{
  border-top-color: rgb(2 6 23 / 0.7);
}

.border-t-slate-950\/75{
  border-top-color: rgb(2 6 23 / 0.75);
}

.border-t-slate-950\/80{
  border-top-color: rgb(2 6 23 / 0.8);
}

.border-t-slate-950\/85{
  border-top-color: rgb(2 6 23 / 0.85);
}

.border-t-slate-950\/90{
  border-top-color: rgb(2 6 23 / 0.9);
}

.border-t-slate-950\/95{
  border-top-color: rgb(2 6 23 / 0.95);
}

.border-t-stone-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-t-stone-100\/0{
  border-top-color: rgb(245 245 244 / 0);
}

.border-t-stone-100\/10{
  border-top-color: rgb(245 245 244 / 0.1);
}

.border-t-stone-100\/100{
  border-top-color: rgb(245 245 244 / 1);
}

.border-t-stone-100\/15{
  border-top-color: rgb(245 245 244 / 0.15);
}

.border-t-stone-100\/20{
  border-top-color: rgb(245 245 244 / 0.2);
}

.border-t-stone-100\/25{
  border-top-color: rgb(245 245 244 / 0.25);
}

.border-t-stone-100\/30{
  border-top-color: rgb(245 245 244 / 0.3);
}

.border-t-stone-100\/35{
  border-top-color: rgb(245 245 244 / 0.35);
}

.border-t-stone-100\/40{
  border-top-color: rgb(245 245 244 / 0.4);
}

.border-t-stone-100\/45{
  border-top-color: rgb(245 245 244 / 0.45);
}

.border-t-stone-100\/5{
  border-top-color: rgb(245 245 244 / 0.05);
}

.border-t-stone-100\/50{
  border-top-color: rgb(245 245 244 / 0.5);
}

.border-t-stone-100\/55{
  border-top-color: rgb(245 245 244 / 0.55);
}

.border-t-stone-100\/60{
  border-top-color: rgb(245 245 244 / 0.6);
}

.border-t-stone-100\/65{
  border-top-color: rgb(245 245 244 / 0.65);
}

.border-t-stone-100\/70{
  border-top-color: rgb(245 245 244 / 0.7);
}

.border-t-stone-100\/75{
  border-top-color: rgb(245 245 244 / 0.75);
}

.border-t-stone-100\/80{
  border-top-color: rgb(245 245 244 / 0.8);
}

.border-t-stone-100\/85{
  border-top-color: rgb(245 245 244 / 0.85);
}

.border-t-stone-100\/90{
  border-top-color: rgb(245 245 244 / 0.9);
}

.border-t-stone-100\/95{
  border-top-color: rgb(245 245 244 / 0.95);
}

.border-t-stone-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-t-stone-200\/0{
  border-top-color: rgb(231 229 228 / 0);
}

.border-t-stone-200\/10{
  border-top-color: rgb(231 229 228 / 0.1);
}

.border-t-stone-200\/100{
  border-top-color: rgb(231 229 228 / 1);
}

.border-t-stone-200\/15{
  border-top-color: rgb(231 229 228 / 0.15);
}

.border-t-stone-200\/20{
  border-top-color: rgb(231 229 228 / 0.2);
}

.border-t-stone-200\/25{
  border-top-color: rgb(231 229 228 / 0.25);
}

.border-t-stone-200\/30{
  border-top-color: rgb(231 229 228 / 0.3);
}

.border-t-stone-200\/35{
  border-top-color: rgb(231 229 228 / 0.35);
}

.border-t-stone-200\/40{
  border-top-color: rgb(231 229 228 / 0.4);
}

.border-t-stone-200\/45{
  border-top-color: rgb(231 229 228 / 0.45);
}

.border-t-stone-200\/5{
  border-top-color: rgb(231 229 228 / 0.05);
}

.border-t-stone-200\/50{
  border-top-color: rgb(231 229 228 / 0.5);
}

.border-t-stone-200\/55{
  border-top-color: rgb(231 229 228 / 0.55);
}

.border-t-stone-200\/60{
  border-top-color: rgb(231 229 228 / 0.6);
}

.border-t-stone-200\/65{
  border-top-color: rgb(231 229 228 / 0.65);
}

.border-t-stone-200\/70{
  border-top-color: rgb(231 229 228 / 0.7);
}

.border-t-stone-200\/75{
  border-top-color: rgb(231 229 228 / 0.75);
}

.border-t-stone-200\/80{
  border-top-color: rgb(231 229 228 / 0.8);
}

.border-t-stone-200\/85{
  border-top-color: rgb(231 229 228 / 0.85);
}

.border-t-stone-200\/90{
  border-top-color: rgb(231 229 228 / 0.9);
}

.border-t-stone-200\/95{
  border-top-color: rgb(231 229 228 / 0.95);
}

.border-t-stone-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-t-stone-300\/0{
  border-top-color: rgb(214 211 209 / 0);
}

.border-t-stone-300\/10{
  border-top-color: rgb(214 211 209 / 0.1);
}

.border-t-stone-300\/100{
  border-top-color: rgb(214 211 209 / 1);
}

.border-t-stone-300\/15{
  border-top-color: rgb(214 211 209 / 0.15);
}

.border-t-stone-300\/20{
  border-top-color: rgb(214 211 209 / 0.2);
}

.border-t-stone-300\/25{
  border-top-color: rgb(214 211 209 / 0.25);
}

.border-t-stone-300\/30{
  border-top-color: rgb(214 211 209 / 0.3);
}

.border-t-stone-300\/35{
  border-top-color: rgb(214 211 209 / 0.35);
}

.border-t-stone-300\/40{
  border-top-color: rgb(214 211 209 / 0.4);
}

.border-t-stone-300\/45{
  border-top-color: rgb(214 211 209 / 0.45);
}

.border-t-stone-300\/5{
  border-top-color: rgb(214 211 209 / 0.05);
}

.border-t-stone-300\/50{
  border-top-color: rgb(214 211 209 / 0.5);
}

.border-t-stone-300\/55{
  border-top-color: rgb(214 211 209 / 0.55);
}

.border-t-stone-300\/60{
  border-top-color: rgb(214 211 209 / 0.6);
}

.border-t-stone-300\/65{
  border-top-color: rgb(214 211 209 / 0.65);
}

.border-t-stone-300\/70{
  border-top-color: rgb(214 211 209 / 0.7);
}

.border-t-stone-300\/75{
  border-top-color: rgb(214 211 209 / 0.75);
}

.border-t-stone-300\/80{
  border-top-color: rgb(214 211 209 / 0.8);
}

.border-t-stone-300\/85{
  border-top-color: rgb(214 211 209 / 0.85);
}

.border-t-stone-300\/90{
  border-top-color: rgb(214 211 209 / 0.9);
}

.border-t-stone-300\/95{
  border-top-color: rgb(214 211 209 / 0.95);
}

.border-t-stone-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-t-stone-400\/0{
  border-top-color: rgb(168 162 158 / 0);
}

.border-t-stone-400\/10{
  border-top-color: rgb(168 162 158 / 0.1);
}

.border-t-stone-400\/100{
  border-top-color: rgb(168 162 158 / 1);
}

.border-t-stone-400\/15{
  border-top-color: rgb(168 162 158 / 0.15);
}

.border-t-stone-400\/20{
  border-top-color: rgb(168 162 158 / 0.2);
}

.border-t-stone-400\/25{
  border-top-color: rgb(168 162 158 / 0.25);
}

.border-t-stone-400\/30{
  border-top-color: rgb(168 162 158 / 0.3);
}

.border-t-stone-400\/35{
  border-top-color: rgb(168 162 158 / 0.35);
}

.border-t-stone-400\/40{
  border-top-color: rgb(168 162 158 / 0.4);
}

.border-t-stone-400\/45{
  border-top-color: rgb(168 162 158 / 0.45);
}

.border-t-stone-400\/5{
  border-top-color: rgb(168 162 158 / 0.05);
}

.border-t-stone-400\/50{
  border-top-color: rgb(168 162 158 / 0.5);
}

.border-t-stone-400\/55{
  border-top-color: rgb(168 162 158 / 0.55);
}

.border-t-stone-400\/60{
  border-top-color: rgb(168 162 158 / 0.6);
}

.border-t-stone-400\/65{
  border-top-color: rgb(168 162 158 / 0.65);
}

.border-t-stone-400\/70{
  border-top-color: rgb(168 162 158 / 0.7);
}

.border-t-stone-400\/75{
  border-top-color: rgb(168 162 158 / 0.75);
}

.border-t-stone-400\/80{
  border-top-color: rgb(168 162 158 / 0.8);
}

.border-t-stone-400\/85{
  border-top-color: rgb(168 162 158 / 0.85);
}

.border-t-stone-400\/90{
  border-top-color: rgb(168 162 158 / 0.9);
}

.border-t-stone-400\/95{
  border-top-color: rgb(168 162 158 / 0.95);
}

.border-t-stone-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-t-stone-50\/0{
  border-top-color: rgb(250 250 249 / 0);
}

.border-t-stone-50\/10{
  border-top-color: rgb(250 250 249 / 0.1);
}

.border-t-stone-50\/100{
  border-top-color: rgb(250 250 249 / 1);
}

.border-t-stone-50\/15{
  border-top-color: rgb(250 250 249 / 0.15);
}

.border-t-stone-50\/20{
  border-top-color: rgb(250 250 249 / 0.2);
}

.border-t-stone-50\/25{
  border-top-color: rgb(250 250 249 / 0.25);
}

.border-t-stone-50\/30{
  border-top-color: rgb(250 250 249 / 0.3);
}

.border-t-stone-50\/35{
  border-top-color: rgb(250 250 249 / 0.35);
}

.border-t-stone-50\/40{
  border-top-color: rgb(250 250 249 / 0.4);
}

.border-t-stone-50\/45{
  border-top-color: rgb(250 250 249 / 0.45);
}

.border-t-stone-50\/5{
  border-top-color: rgb(250 250 249 / 0.05);
}

.border-t-stone-50\/50{
  border-top-color: rgb(250 250 249 / 0.5);
}

.border-t-stone-50\/55{
  border-top-color: rgb(250 250 249 / 0.55);
}

.border-t-stone-50\/60{
  border-top-color: rgb(250 250 249 / 0.6);
}

.border-t-stone-50\/65{
  border-top-color: rgb(250 250 249 / 0.65);
}

.border-t-stone-50\/70{
  border-top-color: rgb(250 250 249 / 0.7);
}

.border-t-stone-50\/75{
  border-top-color: rgb(250 250 249 / 0.75);
}

.border-t-stone-50\/80{
  border-top-color: rgb(250 250 249 / 0.8);
}

.border-t-stone-50\/85{
  border-top-color: rgb(250 250 249 / 0.85);
}

.border-t-stone-50\/90{
  border-top-color: rgb(250 250 249 / 0.9);
}

.border-t-stone-50\/95{
  border-top-color: rgb(250 250 249 / 0.95);
}

.border-t-stone-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-t-stone-500\/0{
  border-top-color: rgb(120 113 108 / 0);
}

.border-t-stone-500\/10{
  border-top-color: rgb(120 113 108 / 0.1);
}

.border-t-stone-500\/100{
  border-top-color: rgb(120 113 108 / 1);
}

.border-t-stone-500\/15{
  border-top-color: rgb(120 113 108 / 0.15);
}

.border-t-stone-500\/20{
  border-top-color: rgb(120 113 108 / 0.2);
}

.border-t-stone-500\/25{
  border-top-color: rgb(120 113 108 / 0.25);
}

.border-t-stone-500\/30{
  border-top-color: rgb(120 113 108 / 0.3);
}

.border-t-stone-500\/35{
  border-top-color: rgb(120 113 108 / 0.35);
}

.border-t-stone-500\/40{
  border-top-color: rgb(120 113 108 / 0.4);
}

.border-t-stone-500\/45{
  border-top-color: rgb(120 113 108 / 0.45);
}

.border-t-stone-500\/5{
  border-top-color: rgb(120 113 108 / 0.05);
}

.border-t-stone-500\/50{
  border-top-color: rgb(120 113 108 / 0.5);
}

.border-t-stone-500\/55{
  border-top-color: rgb(120 113 108 / 0.55);
}

.border-t-stone-500\/60{
  border-top-color: rgb(120 113 108 / 0.6);
}

.border-t-stone-500\/65{
  border-top-color: rgb(120 113 108 / 0.65);
}

.border-t-stone-500\/70{
  border-top-color: rgb(120 113 108 / 0.7);
}

.border-t-stone-500\/75{
  border-top-color: rgb(120 113 108 / 0.75);
}

.border-t-stone-500\/80{
  border-top-color: rgb(120 113 108 / 0.8);
}

.border-t-stone-500\/85{
  border-top-color: rgb(120 113 108 / 0.85);
}

.border-t-stone-500\/90{
  border-top-color: rgb(120 113 108 / 0.9);
}

.border-t-stone-500\/95{
  border-top-color: rgb(120 113 108 / 0.95);
}

.border-t-stone-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-t-stone-600\/0{
  border-top-color: rgb(87 83 78 / 0);
}

.border-t-stone-600\/10{
  border-top-color: rgb(87 83 78 / 0.1);
}

.border-t-stone-600\/100{
  border-top-color: rgb(87 83 78 / 1);
}

.border-t-stone-600\/15{
  border-top-color: rgb(87 83 78 / 0.15);
}

.border-t-stone-600\/20{
  border-top-color: rgb(87 83 78 / 0.2);
}

.border-t-stone-600\/25{
  border-top-color: rgb(87 83 78 / 0.25);
}

.border-t-stone-600\/30{
  border-top-color: rgb(87 83 78 / 0.3);
}

.border-t-stone-600\/35{
  border-top-color: rgb(87 83 78 / 0.35);
}

.border-t-stone-600\/40{
  border-top-color: rgb(87 83 78 / 0.4);
}

.border-t-stone-600\/45{
  border-top-color: rgb(87 83 78 / 0.45);
}

.border-t-stone-600\/5{
  border-top-color: rgb(87 83 78 / 0.05);
}

.border-t-stone-600\/50{
  border-top-color: rgb(87 83 78 / 0.5);
}

.border-t-stone-600\/55{
  border-top-color: rgb(87 83 78 / 0.55);
}

.border-t-stone-600\/60{
  border-top-color: rgb(87 83 78 / 0.6);
}

.border-t-stone-600\/65{
  border-top-color: rgb(87 83 78 / 0.65);
}

.border-t-stone-600\/70{
  border-top-color: rgb(87 83 78 / 0.7);
}

.border-t-stone-600\/75{
  border-top-color: rgb(87 83 78 / 0.75);
}

.border-t-stone-600\/80{
  border-top-color: rgb(87 83 78 / 0.8);
}

.border-t-stone-600\/85{
  border-top-color: rgb(87 83 78 / 0.85);
}

.border-t-stone-600\/90{
  border-top-color: rgb(87 83 78 / 0.9);
}

.border-t-stone-600\/95{
  border-top-color: rgb(87 83 78 / 0.95);
}

.border-t-stone-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-t-stone-700\/0{
  border-top-color: rgb(68 64 60 / 0);
}

.border-t-stone-700\/10{
  border-top-color: rgb(68 64 60 / 0.1);
}

.border-t-stone-700\/100{
  border-top-color: rgb(68 64 60 / 1);
}

.border-t-stone-700\/15{
  border-top-color: rgb(68 64 60 / 0.15);
}

.border-t-stone-700\/20{
  border-top-color: rgb(68 64 60 / 0.2);
}

.border-t-stone-700\/25{
  border-top-color: rgb(68 64 60 / 0.25);
}

.border-t-stone-700\/30{
  border-top-color: rgb(68 64 60 / 0.3);
}

.border-t-stone-700\/35{
  border-top-color: rgb(68 64 60 / 0.35);
}

.border-t-stone-700\/40{
  border-top-color: rgb(68 64 60 / 0.4);
}

.border-t-stone-700\/45{
  border-top-color: rgb(68 64 60 / 0.45);
}

.border-t-stone-700\/5{
  border-top-color: rgb(68 64 60 / 0.05);
}

.border-t-stone-700\/50{
  border-top-color: rgb(68 64 60 / 0.5);
}

.border-t-stone-700\/55{
  border-top-color: rgb(68 64 60 / 0.55);
}

.border-t-stone-700\/60{
  border-top-color: rgb(68 64 60 / 0.6);
}

.border-t-stone-700\/65{
  border-top-color: rgb(68 64 60 / 0.65);
}

.border-t-stone-700\/70{
  border-top-color: rgb(68 64 60 / 0.7);
}

.border-t-stone-700\/75{
  border-top-color: rgb(68 64 60 / 0.75);
}

.border-t-stone-700\/80{
  border-top-color: rgb(68 64 60 / 0.8);
}

.border-t-stone-700\/85{
  border-top-color: rgb(68 64 60 / 0.85);
}

.border-t-stone-700\/90{
  border-top-color: rgb(68 64 60 / 0.9);
}

.border-t-stone-700\/95{
  border-top-color: rgb(68 64 60 / 0.95);
}

.border-t-stone-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-t-stone-800\/0{
  border-top-color: rgb(41 37 36 / 0);
}

.border-t-stone-800\/10{
  border-top-color: rgb(41 37 36 / 0.1);
}

.border-t-stone-800\/100{
  border-top-color: rgb(41 37 36 / 1);
}

.border-t-stone-800\/15{
  border-top-color: rgb(41 37 36 / 0.15);
}

.border-t-stone-800\/20{
  border-top-color: rgb(41 37 36 / 0.2);
}

.border-t-stone-800\/25{
  border-top-color: rgb(41 37 36 / 0.25);
}

.border-t-stone-800\/30{
  border-top-color: rgb(41 37 36 / 0.3);
}

.border-t-stone-800\/35{
  border-top-color: rgb(41 37 36 / 0.35);
}

.border-t-stone-800\/40{
  border-top-color: rgb(41 37 36 / 0.4);
}

.border-t-stone-800\/45{
  border-top-color: rgb(41 37 36 / 0.45);
}

.border-t-stone-800\/5{
  border-top-color: rgb(41 37 36 / 0.05);
}

.border-t-stone-800\/50{
  border-top-color: rgb(41 37 36 / 0.5);
}

.border-t-stone-800\/55{
  border-top-color: rgb(41 37 36 / 0.55);
}

.border-t-stone-800\/60{
  border-top-color: rgb(41 37 36 / 0.6);
}

.border-t-stone-800\/65{
  border-top-color: rgb(41 37 36 / 0.65);
}

.border-t-stone-800\/70{
  border-top-color: rgb(41 37 36 / 0.7);
}

.border-t-stone-800\/75{
  border-top-color: rgb(41 37 36 / 0.75);
}

.border-t-stone-800\/80{
  border-top-color: rgb(41 37 36 / 0.8);
}

.border-t-stone-800\/85{
  border-top-color: rgb(41 37 36 / 0.85);
}

.border-t-stone-800\/90{
  border-top-color: rgb(41 37 36 / 0.9);
}

.border-t-stone-800\/95{
  border-top-color: rgb(41 37 36 / 0.95);
}

.border-t-stone-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-t-stone-900\/0{
  border-top-color: rgb(28 25 23 / 0);
}

.border-t-stone-900\/10{
  border-top-color: rgb(28 25 23 / 0.1);
}

.border-t-stone-900\/100{
  border-top-color: rgb(28 25 23 / 1);
}

.border-t-stone-900\/15{
  border-top-color: rgb(28 25 23 / 0.15);
}

.border-t-stone-900\/20{
  border-top-color: rgb(28 25 23 / 0.2);
}

.border-t-stone-900\/25{
  border-top-color: rgb(28 25 23 / 0.25);
}

.border-t-stone-900\/30{
  border-top-color: rgb(28 25 23 / 0.3);
}

.border-t-stone-900\/35{
  border-top-color: rgb(28 25 23 / 0.35);
}

.border-t-stone-900\/40{
  border-top-color: rgb(28 25 23 / 0.4);
}

.border-t-stone-900\/45{
  border-top-color: rgb(28 25 23 / 0.45);
}

.border-t-stone-900\/5{
  border-top-color: rgb(28 25 23 / 0.05);
}

.border-t-stone-900\/50{
  border-top-color: rgb(28 25 23 / 0.5);
}

.border-t-stone-900\/55{
  border-top-color: rgb(28 25 23 / 0.55);
}

.border-t-stone-900\/60{
  border-top-color: rgb(28 25 23 / 0.6);
}

.border-t-stone-900\/65{
  border-top-color: rgb(28 25 23 / 0.65);
}

.border-t-stone-900\/70{
  border-top-color: rgb(28 25 23 / 0.7);
}

.border-t-stone-900\/75{
  border-top-color: rgb(28 25 23 / 0.75);
}

.border-t-stone-900\/80{
  border-top-color: rgb(28 25 23 / 0.8);
}

.border-t-stone-900\/85{
  border-top-color: rgb(28 25 23 / 0.85);
}

.border-t-stone-900\/90{
  border-top-color: rgb(28 25 23 / 0.9);
}

.border-t-stone-900\/95{
  border-top-color: rgb(28 25 23 / 0.95);
}

.border-t-stone-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-t-stone-950\/0{
  border-top-color: rgb(12 10 9 / 0);
}

.border-t-stone-950\/10{
  border-top-color: rgb(12 10 9 / 0.1);
}

.border-t-stone-950\/100{
  border-top-color: rgb(12 10 9 / 1);
}

.border-t-stone-950\/15{
  border-top-color: rgb(12 10 9 / 0.15);
}

.border-t-stone-950\/20{
  border-top-color: rgb(12 10 9 / 0.2);
}

.border-t-stone-950\/25{
  border-top-color: rgb(12 10 9 / 0.25);
}

.border-t-stone-950\/30{
  border-top-color: rgb(12 10 9 / 0.3);
}

.border-t-stone-950\/35{
  border-top-color: rgb(12 10 9 / 0.35);
}

.border-t-stone-950\/40{
  border-top-color: rgb(12 10 9 / 0.4);
}

.border-t-stone-950\/45{
  border-top-color: rgb(12 10 9 / 0.45);
}

.border-t-stone-950\/5{
  border-top-color: rgb(12 10 9 / 0.05);
}

.border-t-stone-950\/50{
  border-top-color: rgb(12 10 9 / 0.5);
}

.border-t-stone-950\/55{
  border-top-color: rgb(12 10 9 / 0.55);
}

.border-t-stone-950\/60{
  border-top-color: rgb(12 10 9 / 0.6);
}

.border-t-stone-950\/65{
  border-top-color: rgb(12 10 9 / 0.65);
}

.border-t-stone-950\/70{
  border-top-color: rgb(12 10 9 / 0.7);
}

.border-t-stone-950\/75{
  border-top-color: rgb(12 10 9 / 0.75);
}

.border-t-stone-950\/80{
  border-top-color: rgb(12 10 9 / 0.8);
}

.border-t-stone-950\/85{
  border-top-color: rgb(12 10 9 / 0.85);
}

.border-t-stone-950\/90{
  border-top-color: rgb(12 10 9 / 0.9);
}

.border-t-stone-950\/95{
  border-top-color: rgb(12 10 9 / 0.95);
}

.border-t-success{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.border-t-success\/0{
  border-top-color: rgb(7 196 149 / 0);
}

.border-t-success\/10{
  border-top-color: rgb(7 196 149 / 0.1);
}

.border-t-success\/100{
  border-top-color: rgb(7 196 149 / 1);
}

.border-t-success\/15{
  border-top-color: rgb(7 196 149 / 0.15);
}

.border-t-success\/20{
  border-top-color: rgb(7 196 149 / 0.2);
}

.border-t-success\/25{
  border-top-color: rgb(7 196 149 / 0.25);
}

.border-t-success\/30{
  border-top-color: rgb(7 196 149 / 0.3);
}

.border-t-success\/35{
  border-top-color: rgb(7 196 149 / 0.35);
}

.border-t-success\/40{
  border-top-color: rgb(7 196 149 / 0.4);
}

.border-t-success\/45{
  border-top-color: rgb(7 196 149 / 0.45);
}

.border-t-success\/5{
  border-top-color: rgb(7 196 149 / 0.05);
}

.border-t-success\/50{
  border-top-color: rgb(7 196 149 / 0.5);
}

.border-t-success\/55{
  border-top-color: rgb(7 196 149 / 0.55);
}

.border-t-success\/60{
  border-top-color: rgb(7 196 149 / 0.6);
}

.border-t-success\/65{
  border-top-color: rgb(7 196 149 / 0.65);
}

.border-t-success\/70{
  border-top-color: rgb(7 196 149 / 0.7);
}

.border-t-success\/75{
  border-top-color: rgb(7 196 149 / 0.75);
}

.border-t-success\/80{
  border-top-color: rgb(7 196 149 / 0.8);
}

.border-t-success\/85{
  border-top-color: rgb(7 196 149 / 0.85);
}

.border-t-success\/90{
  border-top-color: rgb(7 196 149 / 0.9);
}

.border-t-success\/95{
  border-top-color: rgb(7 196 149 / 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\/15{
  border-top-color: rgb(204 251 241 / 0.15);
}

.border-t-teal-100\/20{
  border-top-color: rgb(204 251 241 / 0.2);
}

.border-t-teal-100\/25{
  border-top-color: rgb(204 251 241 / 0.25);
}

.border-t-teal-100\/30{
  border-top-color: rgb(204 251 241 / 0.3);
}

.border-t-teal-100\/35{
  border-top-color: rgb(204 251 241 / 0.35);
}

.border-t-teal-100\/40{
  border-top-color: rgb(204 251 241 / 0.4);
}

.border-t-teal-100\/45{
  border-top-color: rgb(204 251 241 / 0.45);
}

.border-t-teal-100\/5{
  border-top-color: rgb(204 251 241 / 0.05);
}

.border-t-teal-100\/50{
  border-top-color: rgb(204 251 241 / 0.5);
}

.border-t-teal-100\/55{
  border-top-color: rgb(204 251 241 / 0.55);
}

.border-t-teal-100\/60{
  border-top-color: rgb(204 251 241 / 0.6);
}

.border-t-teal-100\/65{
  border-top-color: rgb(204 251 241 / 0.65);
}

.border-t-teal-100\/70{
  border-top-color: rgb(204 251 241 / 0.7);
}

.border-t-teal-100\/75{
  border-top-color: rgb(204 251 241 / 0.75);
}

.border-t-teal-100\/80{
  border-top-color: rgb(204 251 241 / 0.8);
}

.border-t-teal-100\/85{
  border-top-color: rgb(204 251 241 / 0.85);
}

.border-t-teal-100\/90{
  border-top-color: rgb(204 251 241 / 0.9);
}

.border-t-teal-100\/95{
  border-top-color: rgb(204 251 241 / 0.95);
}

.border-t-teal-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-t-teal-200\/0{
  border-top-color: rgb(153 246 228 / 0);
}

.border-t-teal-200\/10{
  border-top-color: rgb(153 246 228 / 0.1);
}

.border-t-teal-200\/100{
  border-top-color: rgb(153 246 228 / 1);
}

.border-t-teal-200\/15{
  border-top-color: rgb(153 246 228 / 0.15);
}

.border-t-teal-200\/20{
  border-top-color: rgb(153 246 228 / 0.2);
}

.border-t-teal-200\/25{
  border-top-color: rgb(153 246 228 / 0.25);
}

.border-t-teal-200\/30{
  border-top-color: rgb(153 246 228 / 0.3);
}

.border-t-teal-200\/35{
  border-top-color: rgb(153 246 228 / 0.35);
}

.border-t-teal-200\/40{
  border-top-color: rgb(153 246 228 / 0.4);
}

.border-t-teal-200\/45{
  border-top-color: rgb(153 246 228 / 0.45);
}

.border-t-teal-200\/5{
  border-top-color: rgb(153 246 228 / 0.05);
}

.border-t-teal-200\/50{
  border-top-color: rgb(153 246 228 / 0.5);
}

.border-t-teal-200\/55{
  border-top-color: rgb(153 246 228 / 0.55);
}

.border-t-teal-200\/60{
  border-top-color: rgb(153 246 228 / 0.6);
}

.border-t-teal-200\/65{
  border-top-color: rgb(153 246 228 / 0.65);
}

.border-t-teal-200\/70{
  border-top-color: rgb(153 246 228 / 0.7);
}

.border-t-teal-200\/75{
  border-top-color: rgb(153 246 228 / 0.75);
}

.border-t-teal-200\/80{
  border-top-color: rgb(153 246 228 / 0.8);
}

.border-t-teal-200\/85{
  border-top-color: rgb(153 246 228 / 0.85);
}

.border-t-teal-200\/90{
  border-top-color: rgb(153 246 228 / 0.9);
}

.border-t-teal-200\/95{
  border-top-color: rgb(153 246 228 / 0.95);
}

.border-t-teal-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-t-teal-300\/0{
  border-top-color: rgb(94 234 212 / 0);
}

.border-t-teal-300\/10{
  border-top-color: rgb(94 234 212 / 0.1);
}

.border-t-teal-300\/100{
  border-top-color: rgb(94 234 212 / 1);
}

.border-t-teal-300\/15{
  border-top-color: rgb(94 234 212 / 0.15);
}

.border-t-teal-300\/20{
  border-top-color: rgb(94 234 212 / 0.2);
}

.border-t-teal-300\/25{
  border-top-color: rgb(94 234 212 / 0.25);
}

.border-t-teal-300\/30{
  border-top-color: rgb(94 234 212 / 0.3);
}

.border-t-teal-300\/35{
  border-top-color: rgb(94 234 212 / 0.35);
}

.border-t-teal-300\/40{
  border-top-color: rgb(94 234 212 / 0.4);
}

.border-t-teal-300\/45{
  border-top-color: rgb(94 234 212 / 0.45);
}

.border-t-teal-300\/5{
  border-top-color: rgb(94 234 212 / 0.05);
}

.border-t-teal-300\/50{
  border-top-color: rgb(94 234 212 / 0.5);
}

.border-t-teal-300\/55{
  border-top-color: rgb(94 234 212 / 0.55);
}

.border-t-teal-300\/60{
  border-top-color: rgb(94 234 212 / 0.6);
}

.border-t-teal-300\/65{
  border-top-color: rgb(94 234 212 / 0.65);
}

.border-t-teal-300\/70{
  border-top-color: rgb(94 234 212 / 0.7);
}

.border-t-teal-300\/75{
  border-top-color: rgb(94 234 212 / 0.75);
}

.border-t-teal-300\/80{
  border-top-color: rgb(94 234 212 / 0.8);
}

.border-t-teal-300\/85{
  border-top-color: rgb(94 234 212 / 0.85);
}

.border-t-teal-300\/90{
  border-top-color: rgb(94 234 212 / 0.9);
}

.border-t-teal-300\/95{
  border-top-color: rgb(94 234 212 / 0.95);
}

.border-t-teal-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-t-teal-400\/0{
  border-top-color: rgb(45 212 191 / 0);
}

.border-t-teal-400\/10{
  border-top-color: rgb(45 212 191 / 0.1);
}

.border-t-teal-400\/100{
  border-top-color: rgb(45 212 191 / 1);
}

.border-t-teal-400\/15{
  border-top-color: rgb(45 212 191 / 0.15);
}

.border-t-teal-400\/20{
  border-top-color: rgb(45 212 191 / 0.2);
}

.border-t-teal-400\/25{
  border-top-color: rgb(45 212 191 / 0.25);
}

.border-t-teal-400\/30{
  border-top-color: rgb(45 212 191 / 0.3);
}

.border-t-teal-400\/35{
  border-top-color: rgb(45 212 191 / 0.35);
}

.border-t-teal-400\/40{
  border-top-color: rgb(45 212 191 / 0.4);
}

.border-t-teal-400\/45{
  border-top-color: rgb(45 212 191 / 0.45);
}

.border-t-teal-400\/5{
  border-top-color: rgb(45 212 191 / 0.05);
}

.border-t-teal-400\/50{
  border-top-color: rgb(45 212 191 / 0.5);
}

.border-t-teal-400\/55{
  border-top-color: rgb(45 212 191 / 0.55);
}

.border-t-teal-400\/60{
  border-top-color: rgb(45 212 191 / 0.6);
}

.border-t-teal-400\/65{
  border-top-color: rgb(45 212 191 / 0.65);
}

.border-t-teal-400\/70{
  border-top-color: rgb(45 212 191 / 0.7);
}

.border-t-teal-400\/75{
  border-top-color: rgb(45 212 191 / 0.75);
}

.border-t-teal-400\/80{
  border-top-color: rgb(45 212 191 / 0.8);
}

.border-t-teal-400\/85{
  border-top-color: rgb(45 212 191 / 0.85);
}

.border-t-teal-400\/90{
  border-top-color: rgb(45 212 191 / 0.9);
}

.border-t-teal-400\/95{
  border-top-color: rgb(45 212 191 / 0.95);
}

.border-t-teal-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-t-teal-50\/0{
  border-top-color: rgb(240 253 250 / 0);
}

.border-t-teal-50\/10{
  border-top-color: rgb(240 253 250 / 0.1);
}

.border-t-teal-50\/100{
  border-top-color: rgb(240 253 250 / 1);
}

.border-t-teal-50\/15{
  border-top-color: rgb(240 253 250 / 0.15);
}

.border-t-teal-50\/20{
  border-top-color: rgb(240 253 250 / 0.2);
}

.border-t-teal-50\/25{
  border-top-color: rgb(240 253 250 / 0.25);
}

.border-t-teal-50\/30{
  border-top-color: rgb(240 253 250 / 0.3);
}

.border-t-teal-50\/35{
  border-top-color: rgb(240 253 250 / 0.35);
}

.border-t-teal-50\/40{
  border-top-color: rgb(240 253 250 / 0.4);
}

.border-t-teal-50\/45{
  border-top-color: rgb(240 253 250 / 0.45);
}

.border-t-teal-50\/5{
  border-top-color: rgb(240 253 250 / 0.05);
}

.border-t-teal-50\/50{
  border-top-color: rgb(240 253 250 / 0.5);
}

.border-t-teal-50\/55{
  border-top-color: rgb(240 253 250 / 0.55);
}

.border-t-teal-50\/60{
  border-top-color: rgb(240 253 250 / 0.6);
}

.border-t-teal-50\/65{
  border-top-color: rgb(240 253 250 / 0.65);
}

.border-t-teal-50\/70{
  border-top-color: rgb(240 253 250 / 0.7);
}

.border-t-teal-50\/75{
  border-top-color: rgb(240 253 250 / 0.75);
}

.border-t-teal-50\/80{
  border-top-color: rgb(240 253 250 / 0.8);
}

.border-t-teal-50\/85{
  border-top-color: rgb(240 253 250 / 0.85);
}

.border-t-teal-50\/90{
  border-top-color: rgb(240 253 250 / 0.9);
}

.border-t-teal-50\/95{
  border-top-color: rgb(240 253 250 / 0.95);
}

.border-t-teal-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-t-teal-500\/0{
  border-top-color: rgb(20 184 166 / 0);
}

.border-t-teal-500\/10{
  border-top-color: rgb(20 184 166 / 0.1);
}

.border-t-teal-500\/100{
  border-top-color: rgb(20 184 166 / 1);
}

.border-t-teal-500\/15{
  border-top-color: rgb(20 184 166 / 0.15);
}

.border-t-teal-500\/20{
  border-top-color: rgb(20 184 166 / 0.2);
}

.border-t-teal-500\/25{
  border-top-color: rgb(20 184 166 / 0.25);
}

.border-t-teal-500\/30{
  border-top-color: rgb(20 184 166 / 0.3);
}

.border-t-teal-500\/35{
  border-top-color: rgb(20 184 166 / 0.35);
}

.border-t-teal-500\/40{
  border-top-color: rgb(20 184 166 / 0.4);
}

.border-t-teal-500\/45{
  border-top-color: rgb(20 184 166 / 0.45);
}

.border-t-teal-500\/5{
  border-top-color: rgb(20 184 166 / 0.05);
}

.border-t-teal-500\/50{
  border-top-color: rgb(20 184 166 / 0.5);
}

.border-t-teal-500\/55{
  border-top-color: rgb(20 184 166 / 0.55);
}

.border-t-teal-500\/60{
  border-top-color: rgb(20 184 166 / 0.6);
}

.border-t-teal-500\/65{
  border-top-color: rgb(20 184 166 / 0.65);
}

.border-t-teal-500\/70{
  border-top-color: rgb(20 184 166 / 0.7);
}

.border-t-teal-500\/75{
  border-top-color: rgb(20 184 166 / 0.75);
}

.border-t-teal-500\/80{
  border-top-color: rgb(20 184 166 / 0.8);
}

.border-t-teal-500\/85{
  border-top-color: rgb(20 184 166 / 0.85);
}

.border-t-teal-500\/90{
  border-top-color: rgb(20 184 166 / 0.9);
}

.border-t-teal-500\/95{
  border-top-color: rgb(20 184 166 / 0.95);
}

.border-t-teal-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-t-teal-600\/0{
  border-top-color: rgb(13 148 136 / 0);
}

.border-t-teal-600\/10{
  border-top-color: rgb(13 148 136 / 0.1);
}

.border-t-teal-600\/100{
  border-top-color: rgb(13 148 136 / 1);
}

.border-t-teal-600\/15{
  border-top-color: rgb(13 148 136 / 0.15);
}

.border-t-teal-600\/20{
  border-top-color: rgb(13 148 136 / 0.2);
}

.border-t-teal-600\/25{
  border-top-color: rgb(13 148 136 / 0.25);
}

.border-t-teal-600\/30{
  border-top-color: rgb(13 148 136 / 0.3);
}

.border-t-teal-600\/35{
  border-top-color: rgb(13 148 136 / 0.35);
}

.border-t-teal-600\/40{
  border-top-color: rgb(13 148 136 / 0.4);
}

.border-t-teal-600\/45{
  border-top-color: rgb(13 148 136 / 0.45);
}

.border-t-teal-600\/5{
  border-top-color: rgb(13 148 136 / 0.05);
}

.border-t-teal-600\/50{
  border-top-color: rgb(13 148 136 / 0.5);
}

.border-t-teal-600\/55{
  border-top-color: rgb(13 148 136 / 0.55);
}

.border-t-teal-600\/60{
  border-top-color: rgb(13 148 136 / 0.6);
}

.border-t-teal-600\/65{
  border-top-color: rgb(13 148 136 / 0.65);
}

.border-t-teal-600\/70{
  border-top-color: rgb(13 148 136 / 0.7);
}

.border-t-teal-600\/75{
  border-top-color: rgb(13 148 136 / 0.75);
}

.border-t-teal-600\/80{
  border-top-color: rgb(13 148 136 / 0.8);
}

.border-t-teal-600\/85{
  border-top-color: rgb(13 148 136 / 0.85);
}

.border-t-teal-600\/90{
  border-top-color: rgb(13 148 136 / 0.9);
}

.border-t-teal-600\/95{
  border-top-color: rgb(13 148 136 / 0.95);
}

.border-t-teal-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-t-teal-700\/0{
  border-top-color: rgb(15 118 110 / 0);
}

.border-t-teal-700\/10{
  border-top-color: rgb(15 118 110 / 0.1);
}

.border-t-teal-700\/100{
  border-top-color: rgb(15 118 110 / 1);
}

.border-t-teal-700\/15{
  border-top-color: rgb(15 118 110 / 0.15);
}

.border-t-teal-700\/20{
  border-top-color: rgb(15 118 110 / 0.2);
}

.border-t-teal-700\/25{
  border-top-color: rgb(15 118 110 / 0.25);
}

.border-t-teal-700\/30{
  border-top-color: rgb(15 118 110 / 0.3);
}

.border-t-teal-700\/35{
  border-top-color: rgb(15 118 110 / 0.35);
}

.border-t-teal-700\/40{
  border-top-color: rgb(15 118 110 / 0.4);
}

.border-t-teal-700\/45{
  border-top-color: rgb(15 118 110 / 0.45);
}

.border-t-teal-700\/5{
  border-top-color: rgb(15 118 110 / 0.05);
}

.border-t-teal-700\/50{
  border-top-color: rgb(15 118 110 / 0.5);
}

.border-t-teal-700\/55{
  border-top-color: rgb(15 118 110 / 0.55);
}

.border-t-teal-700\/60{
  border-top-color: rgb(15 118 110 / 0.6);
}

.border-t-teal-700\/65{
  border-top-color: rgb(15 118 110 / 0.65);
}

.border-t-teal-700\/70{
  border-top-color: rgb(15 118 110 / 0.7);
}

.border-t-teal-700\/75{
  border-top-color: rgb(15 118 110 / 0.75);
}

.border-t-teal-700\/80{
  border-top-color: rgb(15 118 110 / 0.8);
}

.border-t-teal-700\/85{
  border-top-color: rgb(15 118 110 / 0.85);
}

.border-t-teal-700\/90{
  border-top-color: rgb(15 118 110 / 0.9);
}

.border-t-teal-700\/95{
  border-top-color: rgb(15 118 110 / 0.95);
}

.border-t-teal-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-t-teal-800\/0{
  border-top-color: rgb(17 94 89 / 0);
}

.border-t-teal-800\/10{
  border-top-color: rgb(17 94 89 / 0.1);
}

.border-t-teal-800\/100{
  border-top-color: rgb(17 94 89 / 1);
}

.border-t-teal-800\/15{
  border-top-color: rgb(17 94 89 / 0.15);
}

.border-t-teal-800\/20{
  border-top-color: rgb(17 94 89 / 0.2);
}

.border-t-teal-800\/25{
  border-top-color: rgb(17 94 89 / 0.25);
}

.border-t-teal-800\/30{
  border-top-color: rgb(17 94 89 / 0.3);
}

.border-t-teal-800\/35{
  border-top-color: rgb(17 94 89 / 0.35);
}

.border-t-teal-800\/40{
  border-top-color: rgb(17 94 89 / 0.4);
}

.border-t-teal-800\/45{
  border-top-color: rgb(17 94 89 / 0.45);
}

.border-t-teal-800\/5{
  border-top-color: rgb(17 94 89 / 0.05);
}

.border-t-teal-800\/50{
  border-top-color: rgb(17 94 89 / 0.5);
}

.border-t-teal-800\/55{
  border-top-color: rgb(17 94 89 / 0.55);
}

.border-t-teal-800\/60{
  border-top-color: rgb(17 94 89 / 0.6);
}

.border-t-teal-800\/65{
  border-top-color: rgb(17 94 89 / 0.65);
}

.border-t-teal-800\/70{
  border-top-color: rgb(17 94 89 / 0.7);
}

.border-t-teal-800\/75{
  border-top-color: rgb(17 94 89 / 0.75);
}

.border-t-teal-800\/80{
  border-top-color: rgb(17 94 89 / 0.8);
}

.border-t-teal-800\/85{
  border-top-color: rgb(17 94 89 / 0.85);
}

.border-t-teal-800\/90{
  border-top-color: rgb(17 94 89 / 0.9);
}

.border-t-teal-800\/95{
  border-top-color: rgb(17 94 89 / 0.95);
}

.border-t-teal-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-t-teal-900\/0{
  border-top-color: rgb(19 78 74 / 0);
}

.border-t-teal-900\/10{
  border-top-color: rgb(19 78 74 / 0.1);
}

.border-t-teal-900\/100{
  border-top-color: rgb(19 78 74 / 1);
}

.border-t-teal-900\/15{
  border-top-color: rgb(19 78 74 / 0.15);
}

.border-t-teal-900\/20{
  border-top-color: rgb(19 78 74 / 0.2);
}

.border-t-teal-900\/25{
  border-top-color: rgb(19 78 74 / 0.25);
}

.border-t-teal-900\/30{
  border-top-color: rgb(19 78 74 / 0.3);
}

.border-t-teal-900\/35{
  border-top-color: rgb(19 78 74 / 0.35);
}

.border-t-teal-900\/40{
  border-top-color: rgb(19 78 74 / 0.4);
}

.border-t-teal-900\/45{
  border-top-color: rgb(19 78 74 / 0.45);
}

.border-t-teal-900\/5{
  border-top-color: rgb(19 78 74 / 0.05);
}

.border-t-teal-900\/50{
  border-top-color: rgb(19 78 74 / 0.5);
}

.border-t-teal-900\/55{
  border-top-color: rgb(19 78 74 / 0.55);
}

.border-t-teal-900\/60{
  border-top-color: rgb(19 78 74 / 0.6);
}

.border-t-teal-900\/65{
  border-top-color: rgb(19 78 74 / 0.65);
}

.border-t-teal-900\/70{
  border-top-color: rgb(19 78 74 / 0.7);
}

.border-t-teal-900\/75{
  border-top-color: rgb(19 78 74 / 0.75);
}

.border-t-teal-900\/80{
  border-top-color: rgb(19 78 74 / 0.8);
}

.border-t-teal-900\/85{
  border-top-color: rgb(19 78 74 / 0.85);
}

.border-t-teal-900\/90{
  border-top-color: rgb(19 78 74 / 0.9);
}

.border-t-teal-900\/95{
  border-top-color: rgb(19 78 74 / 0.95);
}

.border-t-teal-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-t-teal-950\/0{
  border-top-color: rgb(4 47 46 / 0);
}

.border-t-teal-950\/10{
  border-top-color: rgb(4 47 46 / 0.1);
}

.border-t-teal-950\/100{
  border-top-color: rgb(4 47 46 / 1);
}

.border-t-teal-950\/15{
  border-top-color: rgb(4 47 46 / 0.15);
}

.border-t-teal-950\/20{
  border-top-color: rgb(4 47 46 / 0.2);
}

.border-t-teal-950\/25{
  border-top-color: rgb(4 47 46 / 0.25);
}

.border-t-teal-950\/30{
  border-top-color: rgb(4 47 46 / 0.3);
}

.border-t-teal-950\/35{
  border-top-color: rgb(4 47 46 / 0.35);
}

.border-t-teal-950\/40{
  border-top-color: rgb(4 47 46 / 0.4);
}

.border-t-teal-950\/45{
  border-top-color: rgb(4 47 46 / 0.45);
}

.border-t-teal-950\/5{
  border-top-color: rgb(4 47 46 / 0.05);
}

.border-t-teal-950\/50{
  border-top-color: rgb(4 47 46 / 0.5);
}

.border-t-teal-950\/55{
  border-top-color: rgb(4 47 46 / 0.55);
}

.border-t-teal-950\/60{
  border-top-color: rgb(4 47 46 / 0.6);
}

.border-t-teal-950\/65{
  border-top-color: rgb(4 47 46 / 0.65);
}

.border-t-teal-950\/70{
  border-top-color: rgb(4 47 46 / 0.7);
}

.border-t-teal-950\/75{
  border-top-color: rgb(4 47 46 / 0.75);
}

.border-t-teal-950\/80{
  border-top-color: rgb(4 47 46 / 0.8);
}

.border-t-teal-950\/85{
  border-top-color: rgb(4 47 46 / 0.85);
}

.border-t-teal-950\/90{
  border-top-color: rgb(4 47 46 / 0.9);
}

.border-t-teal-950\/95{
  border-top-color: rgb(4 47 46 / 0.95);
}

.border-t-tertiary{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.border-t-tertiary-hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.border-t-tertiary-hover\/0{
  border-top-color: rgb(20 123 223 / 0);
}

.border-t-tertiary-hover\/10{
  border-top-color: rgb(20 123 223 / 0.1);
}

.border-t-tertiary-hover\/100{
  border-top-color: rgb(20 123 223 / 1);
}

.border-t-tertiary-hover\/15{
  border-top-color: rgb(20 123 223 / 0.15);
}

.border-t-tertiary-hover\/20{
  border-top-color: rgb(20 123 223 / 0.2);
}

.border-t-tertiary-hover\/25{
  border-top-color: rgb(20 123 223 / 0.25);
}

.border-t-tertiary-hover\/30{
  border-top-color: rgb(20 123 223 / 0.3);
}

.border-t-tertiary-hover\/35{
  border-top-color: rgb(20 123 223 / 0.35);
}

.border-t-tertiary-hover\/40{
  border-top-color: rgb(20 123 223 / 0.4);
}

.border-t-tertiary-hover\/45{
  border-top-color: rgb(20 123 223 / 0.45);
}

.border-t-tertiary-hover\/5{
  border-top-color: rgb(20 123 223 / 0.05);
}

.border-t-tertiary-hover\/50{
  border-top-color: rgb(20 123 223 / 0.5);
}

.border-t-tertiary-hover\/55{
  border-top-color: rgb(20 123 223 / 0.55);
}

.border-t-tertiary-hover\/60{
  border-top-color: rgb(20 123 223 / 0.6);
}

.border-t-tertiary-hover\/65{
  border-top-color: rgb(20 123 223 / 0.65);
}

.border-t-tertiary-hover\/70{
  border-top-color: rgb(20 123 223 / 0.7);
}

.border-t-tertiary-hover\/75{
  border-top-color: rgb(20 123 223 / 0.75);
}

.border-t-tertiary-hover\/80{
  border-top-color: rgb(20 123 223 / 0.8);
}

.border-t-tertiary-hover\/85{
  border-top-color: rgb(20 123 223 / 0.85);
}

.border-t-tertiary-hover\/90{
  border-top-color: rgb(20 123 223 / 0.9);
}

.border-t-tertiary-hover\/95{
  border-top-color: rgb(20 123 223 / 0.95);
}

.border-t-tertiary\/0{
  border-top-color: rgb(22 137 252 / 0);
}

.border-t-tertiary\/10{
  border-top-color: rgb(22 137 252 / 0.1);
}

.border-t-tertiary\/100{
  border-top-color: rgb(22 137 252 / 1);
}

.border-t-tertiary\/15{
  border-top-color: rgb(22 137 252 / 0.15);
}

.border-t-tertiary\/20{
  border-top-color: rgb(22 137 252 / 0.2);
}

.border-t-tertiary\/25{
  border-top-color: rgb(22 137 252 / 0.25);
}

.border-t-tertiary\/30{
  border-top-color: rgb(22 137 252 / 0.3);
}

.border-t-tertiary\/35{
  border-top-color: rgb(22 137 252 / 0.35);
}

.border-t-tertiary\/40{
  border-top-color: rgb(22 137 252 / 0.4);
}

.border-t-tertiary\/45{
  border-top-color: rgb(22 137 252 / 0.45);
}

.border-t-tertiary\/5{
  border-top-color: rgb(22 137 252 / 0.05);
}

.border-t-tertiary\/50{
  border-top-color: rgb(22 137 252 / 0.5);
}

.border-t-tertiary\/55{
  border-top-color: rgb(22 137 252 / 0.55);
}

.border-t-tertiary\/60{
  border-top-color: rgb(22 137 252 / 0.6);
}

.border-t-tertiary\/65{
  border-top-color: rgb(22 137 252 / 0.65);
}

.border-t-tertiary\/70{
  border-top-color: rgb(22 137 252 / 0.7);
}

.border-t-tertiary\/75{
  border-top-color: rgb(22 137 252 / 0.75);
}

.border-t-tertiary\/80{
  border-top-color: rgb(22 137 252 / 0.8);
}

.border-t-tertiary\/85{
  border-top-color: rgb(22 137 252 / 0.85);
}

.border-t-tertiary\/90{
  border-top-color: rgb(22 137 252 / 0.9);
}

.border-t-tertiary\/95{
  border-top-color: rgb(22 137 252 / 0.95);
}

.border-t-transparent{
  border-top-color: transparent;
}

.border-t-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-transparent\/15{
  border-top-color: rgb(0 0 0 / 0.15);
}

.border-t-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-transparent\/35{
  border-top-color: rgb(0 0 0 / 0.35);
}

.border-t-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-transparent\/45{
  border-top-color: rgb(0 0 0 / 0.45);
}

.border-t-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-transparent\/55{
  border-top-color: rgb(0 0 0 / 0.55);
}

.border-t-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-transparent\/65{
  border-top-color: rgb(0 0 0 / 0.65);
}

.border-t-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-transparent\/85{
  border-top-color: rgb(0 0 0 / 0.85);
}

.border-t-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
}

.border-t-violet-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-t-violet-100\/0{
  border-top-color: rgb(237 233 254 / 0);
}

.border-t-violet-100\/10{
  border-top-color: rgb(237 233 254 / 0.1);
}

.border-t-violet-100\/100{
  border-top-color: rgb(237 233 254 / 1);
}

.border-t-violet-100\/15{
  border-top-color: rgb(237 233 254 / 0.15);
}

.border-t-violet-100\/20{
  border-top-color: rgb(237 233 254 / 0.2);
}

.border-t-violet-100\/25{
  border-top-color: rgb(237 233 254 / 0.25);
}

.border-t-violet-100\/30{
  border-top-color: rgb(237 233 254 / 0.3);
}

.border-t-violet-100\/35{
  border-top-color: rgb(237 233 254 / 0.35);
}

.border-t-violet-100\/40{
  border-top-color: rgb(237 233 254 / 0.4);
}

.border-t-violet-100\/45{
  border-top-color: rgb(237 233 254 / 0.45);
}

.border-t-violet-100\/5{
  border-top-color: rgb(237 233 254 / 0.05);
}

.border-t-violet-100\/50{
  border-top-color: rgb(237 233 254 / 0.5);
}

.border-t-violet-100\/55{
  border-top-color: rgb(237 233 254 / 0.55);
}

.border-t-violet-100\/60{
  border-top-color: rgb(237 233 254 / 0.6);
}

.border-t-violet-100\/65{
  border-top-color: rgb(237 233 254 / 0.65);
}

.border-t-violet-100\/70{
  border-top-color: rgb(237 233 254 / 0.7);
}

.border-t-violet-100\/75{
  border-top-color: rgb(237 233 254 / 0.75);
}

.border-t-violet-100\/80{
  border-top-color: rgb(237 233 254 / 0.8);
}

.border-t-violet-100\/85{
  border-top-color: rgb(237 233 254 / 0.85);
}

.border-t-violet-100\/90{
  border-top-color: rgb(237 233 254 / 0.9);
}

.border-t-violet-100\/95{
  border-top-color: rgb(237 233 254 / 0.95);
}

.border-t-violet-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-t-violet-200\/0{
  border-top-color: rgb(221 214 254 / 0);
}

.border-t-violet-200\/10{
  border-top-color: rgb(221 214 254 / 0.1);
}

.border-t-violet-200\/100{
  border-top-color: rgb(221 214 254 / 1);
}

.border-t-violet-200\/15{
  border-top-color: rgb(221 214 254 / 0.15);
}

.border-t-violet-200\/20{
  border-top-color: rgb(221 214 254 / 0.2);
}

.border-t-violet-200\/25{
  border-top-color: rgb(221 214 254 / 0.25);
}

.border-t-violet-200\/30{
  border-top-color: rgb(221 214 254 / 0.3);
}

.border-t-violet-200\/35{
  border-top-color: rgb(221 214 254 / 0.35);
}

.border-t-violet-200\/40{
  border-top-color: rgb(221 214 254 / 0.4);
}

.border-t-violet-200\/45{
  border-top-color: rgb(221 214 254 / 0.45);
}

.border-t-violet-200\/5{
  border-top-color: rgb(221 214 254 / 0.05);
}

.border-t-violet-200\/50{
  border-top-color: rgb(221 214 254 / 0.5);
}

.border-t-violet-200\/55{
  border-top-color: rgb(221 214 254 / 0.55);
}

.border-t-violet-200\/60{
  border-top-color: rgb(221 214 254 / 0.6);
}

.border-t-violet-200\/65{
  border-top-color: rgb(221 214 254 / 0.65);
}

.border-t-violet-200\/70{
  border-top-color: rgb(221 214 254 / 0.7);
}

.border-t-violet-200\/75{
  border-top-color: rgb(221 214 254 / 0.75);
}

.border-t-violet-200\/80{
  border-top-color: rgb(221 214 254 / 0.8);
}

.border-t-violet-200\/85{
  border-top-color: rgb(221 214 254 / 0.85);
}

.border-t-violet-200\/90{
  border-top-color: rgb(221 214 254 / 0.9);
}

.border-t-violet-200\/95{
  border-top-color: rgb(221 214 254 / 0.95);
}

.border-t-violet-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-t-violet-300\/0{
  border-top-color: rgb(196 181 253 / 0);
}

.border-t-violet-300\/10{
  border-top-color: rgb(196 181 253 / 0.1);
}

.border-t-violet-300\/100{
  border-top-color: rgb(196 181 253 / 1);
}

.border-t-violet-300\/15{
  border-top-color: rgb(196 181 253 / 0.15);
}

.border-t-violet-300\/20{
  border-top-color: rgb(196 181 253 / 0.2);
}

.border-t-violet-300\/25{
  border-top-color: rgb(196 181 253 / 0.25);
}

.border-t-violet-300\/30{
  border-top-color: rgb(196 181 253 / 0.3);
}

.border-t-violet-300\/35{
  border-top-color: rgb(196 181 253 / 0.35);
}

.border-t-violet-300\/40{
  border-top-color: rgb(196 181 253 / 0.4);
}

.border-t-violet-300\/45{
  border-top-color: rgb(196 181 253 / 0.45);
}

.border-t-violet-300\/5{
  border-top-color: rgb(196 181 253 / 0.05);
}

.border-t-violet-300\/50{
  border-top-color: rgb(196 181 253 / 0.5);
}

.border-t-violet-300\/55{
  border-top-color: rgb(196 181 253 / 0.55);
}

.border-t-violet-300\/60{
  border-top-color: rgb(196 181 253 / 0.6);
}

.border-t-violet-300\/65{
  border-top-color: rgb(196 181 253 / 0.65);
}

.border-t-violet-300\/70{
  border-top-color: rgb(196 181 253 / 0.7);
}

.border-t-violet-300\/75{
  border-top-color: rgb(196 181 253 / 0.75);
}

.border-t-violet-300\/80{
  border-top-color: rgb(196 181 253 / 0.8);
}

.border-t-violet-300\/85{
  border-top-color: rgb(196 181 253 / 0.85);
}

.border-t-violet-300\/90{
  border-top-color: rgb(196 181 253 / 0.9);
}

.border-t-violet-300\/95{
  border-top-color: rgb(196 181 253 / 0.95);
}

.border-t-violet-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-t-violet-400\/0{
  border-top-color: rgb(167 139 250 / 0);
}

.border-t-violet-400\/10{
  border-top-color: rgb(167 139 250 / 0.1);
}

.border-t-violet-400\/100{
  border-top-color: rgb(167 139 250 / 1);
}

.border-t-violet-400\/15{
  border-top-color: rgb(167 139 250 / 0.15);
}

.border-t-violet-400\/20{
  border-top-color: rgb(167 139 250 / 0.2);
}

.border-t-violet-400\/25{
  border-top-color: rgb(167 139 250 / 0.25);
}

.border-t-violet-400\/30{
  border-top-color: rgb(167 139 250 / 0.3);
}

.border-t-violet-400\/35{
  border-top-color: rgb(167 139 250 / 0.35);
}

.border-t-violet-400\/40{
  border-top-color: rgb(167 139 250 / 0.4);
}

.border-t-violet-400\/45{
  border-top-color: rgb(167 139 250 / 0.45);
}

.border-t-violet-400\/5{
  border-top-color: rgb(167 139 250 / 0.05);
}

.border-t-violet-400\/50{
  border-top-color: rgb(167 139 250 / 0.5);
}

.border-t-violet-400\/55{
  border-top-color: rgb(167 139 250 / 0.55);
}

.border-t-violet-400\/60{
  border-top-color: rgb(167 139 250 / 0.6);
}

.border-t-violet-400\/65{
  border-top-color: rgb(167 139 250 / 0.65);
}

.border-t-violet-400\/70{
  border-top-color: rgb(167 139 250 / 0.7);
}

.border-t-violet-400\/75{
  border-top-color: rgb(167 139 250 / 0.75);
}

.border-t-violet-400\/80{
  border-top-color: rgb(167 139 250 / 0.8);
}

.border-t-violet-400\/85{
  border-top-color: rgb(167 139 250 / 0.85);
}

.border-t-violet-400\/90{
  border-top-color: rgb(167 139 250 / 0.9);
}

.border-t-violet-400\/95{
  border-top-color: rgb(167 139 250 / 0.95);
}

.border-t-violet-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-t-violet-50\/0{
  border-top-color: rgb(245 243 255 / 0);
}

.border-t-violet-50\/10{
  border-top-color: rgb(245 243 255 / 0.1);
}

.border-t-violet-50\/100{
  border-top-color: rgb(245 243 255 / 1);
}

.border-t-violet-50\/15{
  border-top-color: rgb(245 243 255 / 0.15);
}

.border-t-violet-50\/20{
  border-top-color: rgb(245 243 255 / 0.2);
}

.border-t-violet-50\/25{
  border-top-color: rgb(245 243 255 / 0.25);
}

.border-t-violet-50\/30{
  border-top-color: rgb(245 243 255 / 0.3);
}

.border-t-violet-50\/35{
  border-top-color: rgb(245 243 255 / 0.35);
}

.border-t-violet-50\/40{
  border-top-color: rgb(245 243 255 / 0.4);
}

.border-t-violet-50\/45{
  border-top-color: rgb(245 243 255 / 0.45);
}

.border-t-violet-50\/5{
  border-top-color: rgb(245 243 255 / 0.05);
}

.border-t-violet-50\/50{
  border-top-color: rgb(245 243 255 / 0.5);
}

.border-t-violet-50\/55{
  border-top-color: rgb(245 243 255 / 0.55);
}

.border-t-violet-50\/60{
  border-top-color: rgb(245 243 255 / 0.6);
}

.border-t-violet-50\/65{
  border-top-color: rgb(245 243 255 / 0.65);
}

.border-t-violet-50\/70{
  border-top-color: rgb(245 243 255 / 0.7);
}

.border-t-violet-50\/75{
  border-top-color: rgb(245 243 255 / 0.75);
}

.border-t-violet-50\/80{
  border-top-color: rgb(245 243 255 / 0.8);
}

.border-t-violet-50\/85{
  border-top-color: rgb(245 243 255 / 0.85);
}

.border-t-violet-50\/90{
  border-top-color: rgb(245 243 255 / 0.9);
}

.border-t-violet-50\/95{
  border-top-color: rgb(245 243 255 / 0.95);
}

.border-t-violet-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-t-violet-500\/0{
  border-top-color: rgb(139 92 246 / 0);
}

.border-t-violet-500\/10{
  border-top-color: rgb(139 92 246 / 0.1);
}

.border-t-violet-500\/100{
  border-top-color: rgb(139 92 246 / 1);
}

.border-t-violet-500\/15{
  border-top-color: rgb(139 92 246 / 0.15);
}

.border-t-violet-500\/20{
  border-top-color: rgb(139 92 246 / 0.2);
}

.border-t-violet-500\/25{
  border-top-color: rgb(139 92 246 / 0.25);
}

.border-t-violet-500\/30{
  border-top-color: rgb(139 92 246 / 0.3);
}

.border-t-violet-500\/35{
  border-top-color: rgb(139 92 246 / 0.35);
}

.border-t-violet-500\/40{
  border-top-color: rgb(139 92 246 / 0.4);
}

.border-t-violet-500\/45{
  border-top-color: rgb(139 92 246 / 0.45);
}

.border-t-violet-500\/5{
  border-top-color: rgb(139 92 246 / 0.05);
}

.border-t-violet-500\/50{
  border-top-color: rgb(139 92 246 / 0.5);
}

.border-t-violet-500\/55{
  border-top-color: rgb(139 92 246 / 0.55);
}

.border-t-violet-500\/60{
  border-top-color: rgb(139 92 246 / 0.6);
}

.border-t-violet-500\/65{
  border-top-color: rgb(139 92 246 / 0.65);
}

.border-t-violet-500\/70{
  border-top-color: rgb(139 92 246 / 0.7);
}

.border-t-violet-500\/75{
  border-top-color: rgb(139 92 246 / 0.75);
}

.border-t-violet-500\/80{
  border-top-color: rgb(139 92 246 / 0.8);
}

.border-t-violet-500\/85{
  border-top-color: rgb(139 92 246 / 0.85);
}

.border-t-violet-500\/90{
  border-top-color: rgb(139 92 246 / 0.9);
}

.border-t-violet-500\/95{
  border-top-color: rgb(139 92 246 / 0.95);
}

.border-t-violet-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-t-violet-600\/0{
  border-top-color: rgb(124 58 237 / 0);
}

.border-t-violet-600\/10{
  border-top-color: rgb(124 58 237 / 0.1);
}

.border-t-violet-600\/100{
  border-top-color: rgb(124 58 237 / 1);
}

.border-t-violet-600\/15{
  border-top-color: rgb(124 58 237 / 0.15);
}

.border-t-violet-600\/20{
  border-top-color: rgb(124 58 237 / 0.2);
}

.border-t-violet-600\/25{
  border-top-color: rgb(124 58 237 / 0.25);
}

.border-t-violet-600\/30{
  border-top-color: rgb(124 58 237 / 0.3);
}

.border-t-violet-600\/35{
  border-top-color: rgb(124 58 237 / 0.35);
}

.border-t-violet-600\/40{
  border-top-color: rgb(124 58 237 / 0.4);
}

.border-t-violet-600\/45{
  border-top-color: rgb(124 58 237 / 0.45);
}

.border-t-violet-600\/5{
  border-top-color: rgb(124 58 237 / 0.05);
}

.border-t-violet-600\/50{
  border-top-color: rgb(124 58 237 / 0.5);
}

.border-t-violet-600\/55{
  border-top-color: rgb(124 58 237 / 0.55);
}

.border-t-violet-600\/60{
  border-top-color: rgb(124 58 237 / 0.6);
}

.border-t-violet-600\/65{
  border-top-color: rgb(124 58 237 / 0.65);
}

.border-t-violet-600\/70{
  border-top-color: rgb(124 58 237 / 0.7);
}

.border-t-violet-600\/75{
  border-top-color: rgb(124 58 237 / 0.75);
}

.border-t-violet-600\/80{
  border-top-color: rgb(124 58 237 / 0.8);
}

.border-t-violet-600\/85{
  border-top-color: rgb(124 58 237 / 0.85);
}

.border-t-violet-600\/90{
  border-top-color: rgb(124 58 237 / 0.9);
}

.border-t-violet-600\/95{
  border-top-color: rgb(124 58 237 / 0.95);
}

.border-t-violet-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-t-violet-700\/0{
  border-top-color: rgb(109 40 217 / 0);
}

.border-t-violet-700\/10{
  border-top-color: rgb(109 40 217 / 0.1);
}

.border-t-violet-700\/100{
  border-top-color: rgb(109 40 217 / 1);
}

.border-t-violet-700\/15{
  border-top-color: rgb(109 40 217 / 0.15);
}

.border-t-violet-700\/20{
  border-top-color: rgb(109 40 217 / 0.2);
}

.border-t-violet-700\/25{
  border-top-color: rgb(109 40 217 / 0.25);
}

.border-t-violet-700\/30{
  border-top-color: rgb(109 40 217 / 0.3);
}

.border-t-violet-700\/35{
  border-top-color: rgb(109 40 217 / 0.35);
}

.border-t-violet-700\/40{
  border-top-color: rgb(109 40 217 / 0.4);
}

.border-t-violet-700\/45{
  border-top-color: rgb(109 40 217 / 0.45);
}

.border-t-violet-700\/5{
  border-top-color: rgb(109 40 217 / 0.05);
}

.border-t-violet-700\/50{
  border-top-color: rgb(109 40 217 / 0.5);
}

.border-t-violet-700\/55{
  border-top-color: rgb(109 40 217 / 0.55);
}

.border-t-violet-700\/60{
  border-top-color: rgb(109 40 217 / 0.6);
}

.border-t-violet-700\/65{
  border-top-color: rgb(109 40 217 / 0.65);
}

.border-t-violet-700\/70{
  border-top-color: rgb(109 40 217 / 0.7);
}

.border-t-violet-700\/75{
  border-top-color: rgb(109 40 217 / 0.75);
}

.border-t-violet-700\/80{
  border-top-color: rgb(109 40 217 / 0.8);
}

.border-t-violet-700\/85{
  border-top-color: rgb(109 40 217 / 0.85);
}

.border-t-violet-700\/90{
  border-top-color: rgb(109 40 217 / 0.9);
}

.border-t-violet-700\/95{
  border-top-color: rgb(109 40 217 / 0.95);
}

.border-t-violet-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-t-violet-800\/0{
  border-top-color: rgb(91 33 182 / 0);
}

.border-t-violet-800\/10{
  border-top-color: rgb(91 33 182 / 0.1);
}

.border-t-violet-800\/100{
  border-top-color: rgb(91 33 182 / 1);
}

.border-t-violet-800\/15{
  border-top-color: rgb(91 33 182 / 0.15);
}

.border-t-violet-800\/20{
  border-top-color: rgb(91 33 182 / 0.2);
}

.border-t-violet-800\/25{
  border-top-color: rgb(91 33 182 / 0.25);
}

.border-t-violet-800\/30{
  border-top-color: rgb(91 33 182 / 0.3);
}

.border-t-violet-800\/35{
  border-top-color: rgb(91 33 182 / 0.35);
}

.border-t-violet-800\/40{
  border-top-color: rgb(91 33 182 / 0.4);
}

.border-t-violet-800\/45{
  border-top-color: rgb(91 33 182 / 0.45);
}

.border-t-violet-800\/5{
  border-top-color: rgb(91 33 182 / 0.05);
}

.border-t-violet-800\/50{
  border-top-color: rgb(91 33 182 / 0.5);
}

.border-t-violet-800\/55{
  border-top-color: rgb(91 33 182 / 0.55);
}

.border-t-violet-800\/60{
  border-top-color: rgb(91 33 182 / 0.6);
}

.border-t-violet-800\/65{
  border-top-color: rgb(91 33 182 / 0.65);
}

.border-t-violet-800\/70{
  border-top-color: rgb(91 33 182 / 0.7);
}

.border-t-violet-800\/75{
  border-top-color: rgb(91 33 182 / 0.75);
}

.border-t-violet-800\/80{
  border-top-color: rgb(91 33 182 / 0.8);
}

.border-t-violet-800\/85{
  border-top-color: rgb(91 33 182 / 0.85);
}

.border-t-violet-800\/90{
  border-top-color: rgb(91 33 182 / 0.9);
}

.border-t-violet-800\/95{
  border-top-color: rgb(91 33 182 / 0.95);
}

.border-t-violet-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-t-violet-900\/0{
  border-top-color: rgb(76 29 149 / 0);
}

.border-t-violet-900\/10{
  border-top-color: rgb(76 29 149 / 0.1);
}

.border-t-violet-900\/100{
  border-top-color: rgb(76 29 149 / 1);
}

.border-t-violet-900\/15{
  border-top-color: rgb(76 29 149 / 0.15);
}

.border-t-violet-900\/20{
  border-top-color: rgb(76 29 149 / 0.2);
}

.border-t-violet-900\/25{
  border-top-color: rgb(76 29 149 / 0.25);
}

.border-t-violet-900\/30{
  border-top-color: rgb(76 29 149 / 0.3);
}

.border-t-violet-900\/35{
  border-top-color: rgb(76 29 149 / 0.35);
}

.border-t-violet-900\/40{
  border-top-color: rgb(76 29 149 / 0.4);
}

.border-t-violet-900\/45{
  border-top-color: rgb(76 29 149 / 0.45);
}

.border-t-violet-900\/5{
  border-top-color: rgb(76 29 149 / 0.05);
}

.border-t-violet-900\/50{
  border-top-color: rgb(76 29 149 / 0.5);
}

.border-t-violet-900\/55{
  border-top-color: rgb(76 29 149 / 0.55);
}

.border-t-violet-900\/60{
  border-top-color: rgb(76 29 149 / 0.6);
}

.border-t-violet-900\/65{
  border-top-color: rgb(76 29 149 / 0.65);
}

.border-t-violet-900\/70{
  border-top-color: rgb(76 29 149 / 0.7);
}

.border-t-violet-900\/75{
  border-top-color: rgb(76 29 149 / 0.75);
}

.border-t-violet-900\/80{
  border-top-color: rgb(76 29 149 / 0.8);
}

.border-t-violet-900\/85{
  border-top-color: rgb(76 29 149 / 0.85);
}

.border-t-violet-900\/90{
  border-top-color: rgb(76 29 149 / 0.9);
}

.border-t-violet-900\/95{
  border-top-color: rgb(76 29 149 / 0.95);
}

.border-t-violet-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-t-violet-950\/0{
  border-top-color: rgb(46 16 101 / 0);
}

.border-t-violet-950\/10{
  border-top-color: rgb(46 16 101 / 0.1);
}

.border-t-violet-950\/100{
  border-top-color: rgb(46 16 101 / 1);
}

.border-t-violet-950\/15{
  border-top-color: rgb(46 16 101 / 0.15);
}

.border-t-violet-950\/20{
  border-top-color: rgb(46 16 101 / 0.2);
}

.border-t-violet-950\/25{
  border-top-color: rgb(46 16 101 / 0.25);
}

.border-t-violet-950\/30{
  border-top-color: rgb(46 16 101 / 0.3);
}

.border-t-violet-950\/35{
  border-top-color: rgb(46 16 101 / 0.35);
}

.border-t-violet-950\/40{
  border-top-color: rgb(46 16 101 / 0.4);
}

.border-t-violet-950\/45{
  border-top-color: rgb(46 16 101 / 0.45);
}

.border-t-violet-950\/5{
  border-top-color: rgb(46 16 101 / 0.05);
}

.border-t-violet-950\/50{
  border-top-color: rgb(46 16 101 / 0.5);
}

.border-t-violet-950\/55{
  border-top-color: rgb(46 16 101 / 0.55);
}

.border-t-violet-950\/60{
  border-top-color: rgb(46 16 101 / 0.6);
}

.border-t-violet-950\/65{
  border-top-color: rgb(46 16 101 / 0.65);
}

.border-t-violet-950\/70{
  border-top-color: rgb(46 16 101 / 0.7);
}

.border-t-violet-950\/75{
  border-top-color: rgb(46 16 101 / 0.75);
}

.border-t-violet-950\/80{
  border-top-color: rgb(46 16 101 / 0.8);
}

.border-t-violet-950\/85{
  border-top-color: rgb(46 16 101 / 0.85);
}

.border-t-violet-950\/90{
  border-top-color: rgb(46 16 101 / 0.9);
}

.border-t-violet-950\/95{
  border-top-color: rgb(46 16 101 / 0.95);
}

.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-white\/0{
  border-top-color: rgb(255 255 255 / 0);
}

.border-t-white\/10{
  border-top-color: rgb(255 255 255 / 0.1);
}

.border-t-white\/100{
  border-top-color: rgb(255 255 255 / 1);
}

.border-t-white\/15{
  border-top-color: rgb(255 255 255 / 0.15);
}

.border-t-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
}

.border-t-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
}

.border-t-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
}

.border-t-white\/35{
  border-top-color: rgb(255 255 255 / 0.35);
}

.border-t-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
}

.border-t-white\/45{
  border-top-color: rgb(255 255 255 / 0.45);
}

.border-t-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
}

.border-t-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
}

.border-t-white\/55{
  border-top-color: rgb(255 255 255 / 0.55);
}

.border-t-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
}

.border-t-white\/65{
  border-top-color: rgb(255 255 255 / 0.65);
}

.border-t-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
}

.border-t-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
}

.border-t-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
}

.border-t-white\/85{
  border-top-color: rgb(255 255 255 / 0.85);
}

.border-t-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
}

.border-t-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
}

.border-t-yellow-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-t-yellow-100\/0{
  border-top-color: rgb(254 249 195 / 0);
}

.border-t-yellow-100\/10{
  border-top-color: rgb(254 249 195 / 0.1);
}

.border-t-yellow-100\/100{
  border-top-color: rgb(254 249 195 / 1);
}

.border-t-yellow-100\/15{
  border-top-color: rgb(254 249 195 / 0.15);
}

.border-t-yellow-100\/20{
  border-top-color: rgb(254 249 195 / 0.2);
}

.border-t-yellow-100\/25{
  border-top-color: rgb(254 249 195 / 0.25);
}

.border-t-yellow-100\/30{
  border-top-color: rgb(254 249 195 / 0.3);
}

.border-t-yellow-100\/35{
  border-top-color: rgb(254 249 195 / 0.35);
}

.border-t-yellow-100\/40{
  border-top-color: rgb(254 249 195 / 0.4);
}

.border-t-yellow-100\/45{
  border-top-color: rgb(254 249 195 / 0.45);
}

.border-t-yellow-100\/5{
  border-top-color: rgb(254 249 195 / 0.05);
}

.border-t-yellow-100\/50{
  border-top-color: rgb(254 249 195 / 0.5);
}

.border-t-yellow-100\/55{
  border-top-color: rgb(254 249 195 / 0.55);
}

.border-t-yellow-100\/60{
  border-top-color: rgb(254 249 195 / 0.6);
}

.border-t-yellow-100\/65{
  border-top-color: rgb(254 249 195 / 0.65);
}

.border-t-yellow-100\/70{
  border-top-color: rgb(254 249 195 / 0.7);
}

.border-t-yellow-100\/75{
  border-top-color: rgb(254 249 195 / 0.75);
}

.border-t-yellow-100\/80{
  border-top-color: rgb(254 249 195 / 0.8);
}

.border-t-yellow-100\/85{
  border-top-color: rgb(254 249 195 / 0.85);
}

.border-t-yellow-100\/90{
  border-top-color: rgb(254 249 195 / 0.9);
}

.border-t-yellow-100\/95{
  border-top-color: rgb(254 249 195 / 0.95);
}

.border-t-yellow-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-t-yellow-200\/0{
  border-top-color: rgb(254 240 138 / 0);
}

.border-t-yellow-200\/10{
  border-top-color: rgb(254 240 138 / 0.1);
}

.border-t-yellow-200\/100{
  border-top-color: rgb(254 240 138 / 1);
}

.border-t-yellow-200\/15{
  border-top-color: rgb(254 240 138 / 0.15);
}

.border-t-yellow-200\/20{
  border-top-color: rgb(254 240 138 / 0.2);
}

.border-t-yellow-200\/25{
  border-top-color: rgb(254 240 138 / 0.25);
}

.border-t-yellow-200\/30{
  border-top-color: rgb(254 240 138 / 0.3);
}

.border-t-yellow-200\/35{
  border-top-color: rgb(254 240 138 / 0.35);
}

.border-t-yellow-200\/40{
  border-top-color: rgb(254 240 138 / 0.4);
}

.border-t-yellow-200\/45{
  border-top-color: rgb(254 240 138 / 0.45);
}

.border-t-yellow-200\/5{
  border-top-color: rgb(254 240 138 / 0.05);
}

.border-t-yellow-200\/50{
  border-top-color: rgb(254 240 138 / 0.5);
}

.border-t-yellow-200\/55{
  border-top-color: rgb(254 240 138 / 0.55);
}

.border-t-yellow-200\/60{
  border-top-color: rgb(254 240 138 / 0.6);
}

.border-t-yellow-200\/65{
  border-top-color: rgb(254 240 138 / 0.65);
}

.border-t-yellow-200\/70{
  border-top-color: rgb(254 240 138 / 0.7);
}

.border-t-yellow-200\/75{
  border-top-color: rgb(254 240 138 / 0.75);
}

.border-t-yellow-200\/80{
  border-top-color: rgb(254 240 138 / 0.8);
}

.border-t-yellow-200\/85{
  border-top-color: rgb(254 240 138 / 0.85);
}

.border-t-yellow-200\/90{
  border-top-color: rgb(254 240 138 / 0.9);
}

.border-t-yellow-200\/95{
  border-top-color: rgb(254 240 138 / 0.95);
}

.border-t-yellow-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-t-yellow-300\/0{
  border-top-color: rgb(253 224 71 / 0);
}

.border-t-yellow-300\/10{
  border-top-color: rgb(253 224 71 / 0.1);
}

.border-t-yellow-300\/100{
  border-top-color: rgb(253 224 71 / 1);
}

.border-t-yellow-300\/15{
  border-top-color: rgb(253 224 71 / 0.15);
}

.border-t-yellow-300\/20{
  border-top-color: rgb(253 224 71 / 0.2);
}

.border-t-yellow-300\/25{
  border-top-color: rgb(253 224 71 / 0.25);
}

.border-t-yellow-300\/30{
  border-top-color: rgb(253 224 71 / 0.3);
}

.border-t-yellow-300\/35{
  border-top-color: rgb(253 224 71 / 0.35);
}

.border-t-yellow-300\/40{
  border-top-color: rgb(253 224 71 / 0.4);
}

.border-t-yellow-300\/45{
  border-top-color: rgb(253 224 71 / 0.45);
}

.border-t-yellow-300\/5{
  border-top-color: rgb(253 224 71 / 0.05);
}

.border-t-yellow-300\/50{
  border-top-color: rgb(253 224 71 / 0.5);
}

.border-t-yellow-300\/55{
  border-top-color: rgb(253 224 71 / 0.55);
}

.border-t-yellow-300\/60{
  border-top-color: rgb(253 224 71 / 0.6);
}

.border-t-yellow-300\/65{
  border-top-color: rgb(253 224 71 / 0.65);
}

.border-t-yellow-300\/70{
  border-top-color: rgb(253 224 71 / 0.7);
}

.border-t-yellow-300\/75{
  border-top-color: rgb(253 224 71 / 0.75);
}

.border-t-yellow-300\/80{
  border-top-color: rgb(253 224 71 / 0.8);
}

.border-t-yellow-300\/85{
  border-top-color: rgb(253 224 71 / 0.85);
}

.border-t-yellow-300\/90{
  border-top-color: rgb(253 224 71 / 0.9);
}

.border-t-yellow-300\/95{
  border-top-color: rgb(253 224 71 / 0.95);
}

.border-t-yellow-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-t-yellow-400\/0{
  border-top-color: rgb(250 204 21 / 0);
}

.border-t-yellow-400\/10{
  border-top-color: rgb(250 204 21 / 0.1);
}

.border-t-yellow-400\/100{
  border-top-color: rgb(250 204 21 / 1);
}

.border-t-yellow-400\/15{
  border-top-color: rgb(250 204 21 / 0.15);
}

.border-t-yellow-400\/20{
  border-top-color: rgb(250 204 21 / 0.2);
}

.border-t-yellow-400\/25{
  border-top-color: rgb(250 204 21 / 0.25);
}

.border-t-yellow-400\/30{
  border-top-color: rgb(250 204 21 / 0.3);
}

.border-t-yellow-400\/35{
  border-top-color: rgb(250 204 21 / 0.35);
}

.border-t-yellow-400\/40{
  border-top-color: rgb(250 204 21 / 0.4);
}

.border-t-yellow-400\/45{
  border-top-color: rgb(250 204 21 / 0.45);
}

.border-t-yellow-400\/5{
  border-top-color: rgb(250 204 21 / 0.05);
}

.border-t-yellow-400\/50{
  border-top-color: rgb(250 204 21 / 0.5);
}

.border-t-yellow-400\/55{
  border-top-color: rgb(250 204 21 / 0.55);
}

.border-t-yellow-400\/60{
  border-top-color: rgb(250 204 21 / 0.6);
}

.border-t-yellow-400\/65{
  border-top-color: rgb(250 204 21 / 0.65);
}

.border-t-yellow-400\/70{
  border-top-color: rgb(250 204 21 / 0.7);
}

.border-t-yellow-400\/75{
  border-top-color: rgb(250 204 21 / 0.75);
}

.border-t-yellow-400\/80{
  border-top-color: rgb(250 204 21 / 0.8);
}

.border-t-yellow-400\/85{
  border-top-color: rgb(250 204 21 / 0.85);
}

.border-t-yellow-400\/90{
  border-top-color: rgb(250 204 21 / 0.9);
}

.border-t-yellow-400\/95{
  border-top-color: rgb(250 204 21 / 0.95);
}

.border-t-yellow-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-t-yellow-50\/0{
  border-top-color: rgb(254 252 232 / 0);
}

.border-t-yellow-50\/10{
  border-top-color: rgb(254 252 232 / 0.1);
}

.border-t-yellow-50\/100{
  border-top-color: rgb(254 252 232 / 1);
}

.border-t-yellow-50\/15{
  border-top-color: rgb(254 252 232 / 0.15);
}

.border-t-yellow-50\/20{
  border-top-color: rgb(254 252 232 / 0.2);
}

.border-t-yellow-50\/25{
  border-top-color: rgb(254 252 232 / 0.25);
}

.border-t-yellow-50\/30{
  border-top-color: rgb(254 252 232 / 0.3);
}

.border-t-yellow-50\/35{
  border-top-color: rgb(254 252 232 / 0.35);
}

.border-t-yellow-50\/40{
  border-top-color: rgb(254 252 232 / 0.4);
}

.border-t-yellow-50\/45{
  border-top-color: rgb(254 252 232 / 0.45);
}

.border-t-yellow-50\/5{
  border-top-color: rgb(254 252 232 / 0.05);
}

.border-t-yellow-50\/50{
  border-top-color: rgb(254 252 232 / 0.5);
}

.border-t-yellow-50\/55{
  border-top-color: rgb(254 252 232 / 0.55);
}

.border-t-yellow-50\/60{
  border-top-color: rgb(254 252 232 / 0.6);
}

.border-t-yellow-50\/65{
  border-top-color: rgb(254 252 232 / 0.65);
}

.border-t-yellow-50\/70{
  border-top-color: rgb(254 252 232 / 0.7);
}

.border-t-yellow-50\/75{
  border-top-color: rgb(254 252 232 / 0.75);
}

.border-t-yellow-50\/80{
  border-top-color: rgb(254 252 232 / 0.8);
}

.border-t-yellow-50\/85{
  border-top-color: rgb(254 252 232 / 0.85);
}

.border-t-yellow-50\/90{
  border-top-color: rgb(254 252 232 / 0.9);
}

.border-t-yellow-50\/95{
  border-top-color: rgb(254 252 232 / 0.95);
}

.border-t-yellow-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-t-yellow-500\/0{
  border-top-color: rgb(234 179 8 / 0);
}

.border-t-yellow-500\/10{
  border-top-color: rgb(234 179 8 / 0.1);
}

.border-t-yellow-500\/100{
  border-top-color: rgb(234 179 8 / 1);
}

.border-t-yellow-500\/15{
  border-top-color: rgb(234 179 8 / 0.15);
}

.border-t-yellow-500\/20{
  border-top-color: rgb(234 179 8 / 0.2);
}

.border-t-yellow-500\/25{
  border-top-color: rgb(234 179 8 / 0.25);
}

.border-t-yellow-500\/30{
  border-top-color: rgb(234 179 8 / 0.3);
}

.border-t-yellow-500\/35{
  border-top-color: rgb(234 179 8 / 0.35);
}

.border-t-yellow-500\/40{
  border-top-color: rgb(234 179 8 / 0.4);
}

.border-t-yellow-500\/45{
  border-top-color: rgb(234 179 8 / 0.45);
}

.border-t-yellow-500\/5{
  border-top-color: rgb(234 179 8 / 0.05);
}

.border-t-yellow-500\/50{
  border-top-color: rgb(234 179 8 / 0.5);
}

.border-t-yellow-500\/55{
  border-top-color: rgb(234 179 8 / 0.55);
}

.border-t-yellow-500\/60{
  border-top-color: rgb(234 179 8 / 0.6);
}

.border-t-yellow-500\/65{
  border-top-color: rgb(234 179 8 / 0.65);
}

.border-t-yellow-500\/70{
  border-top-color: rgb(234 179 8 / 0.7);
}

.border-t-yellow-500\/75{
  border-top-color: rgb(234 179 8 / 0.75);
}

.border-t-yellow-500\/80{
  border-top-color: rgb(234 179 8 / 0.8);
}

.border-t-yellow-500\/85{
  border-top-color: rgb(234 179 8 / 0.85);
}

.border-t-yellow-500\/90{
  border-top-color: rgb(234 179 8 / 0.9);
}

.border-t-yellow-500\/95{
  border-top-color: rgb(234 179 8 / 0.95);
}

.border-t-yellow-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-t-yellow-600\/0{
  border-top-color: rgb(202 138 4 / 0);
}

.border-t-yellow-600\/10{
  border-top-color: rgb(202 138 4 / 0.1);
}

.border-t-yellow-600\/100{
  border-top-color: rgb(202 138 4 / 1);
}

.border-t-yellow-600\/15{
  border-top-color: rgb(202 138 4 / 0.15);
}

.border-t-yellow-600\/20{
  border-top-color: rgb(202 138 4 / 0.2);
}

.border-t-yellow-600\/25{
  border-top-color: rgb(202 138 4 / 0.25);
}

.border-t-yellow-600\/30{
  border-top-color: rgb(202 138 4 / 0.3);
}

.border-t-yellow-600\/35{
  border-top-color: rgb(202 138 4 / 0.35);
}

.border-t-yellow-600\/40{
  border-top-color: rgb(202 138 4 / 0.4);
}

.border-t-yellow-600\/45{
  border-top-color: rgb(202 138 4 / 0.45);
}

.border-t-yellow-600\/5{
  border-top-color: rgb(202 138 4 / 0.05);
}

.border-t-yellow-600\/50{
  border-top-color: rgb(202 138 4 / 0.5);
}

.border-t-yellow-600\/55{
  border-top-color: rgb(202 138 4 / 0.55);
}

.border-t-yellow-600\/60{
  border-top-color: rgb(202 138 4 / 0.6);
}

.border-t-yellow-600\/65{
  border-top-color: rgb(202 138 4 / 0.65);
}

.border-t-yellow-600\/70{
  border-top-color: rgb(202 138 4 / 0.7);
}

.border-t-yellow-600\/75{
  border-top-color: rgb(202 138 4 / 0.75);
}

.border-t-yellow-600\/80{
  border-top-color: rgb(202 138 4 / 0.8);
}

.border-t-yellow-600\/85{
  border-top-color: rgb(202 138 4 / 0.85);
}

.border-t-yellow-600\/90{
  border-top-color: rgb(202 138 4 / 0.9);
}

.border-t-yellow-600\/95{
  border-top-color: rgb(202 138 4 / 0.95);
}

.border-t-yellow-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-t-yellow-700\/0{
  border-top-color: rgb(161 98 7 / 0);
}

.border-t-yellow-700\/10{
  border-top-color: rgb(161 98 7 / 0.1);
}

.border-t-yellow-700\/100{
  border-top-color: rgb(161 98 7 / 1);
}

.border-t-yellow-700\/15{
  border-top-color: rgb(161 98 7 / 0.15);
}

.border-t-yellow-700\/20{
  border-top-color: rgb(161 98 7 / 0.2);
}

.border-t-yellow-700\/25{
  border-top-color: rgb(161 98 7 / 0.25);
}

.border-t-yellow-700\/30{
  border-top-color: rgb(161 98 7 / 0.3);
}

.border-t-yellow-700\/35{
  border-top-color: rgb(161 98 7 / 0.35);
}

.border-t-yellow-700\/40{
  border-top-color: rgb(161 98 7 / 0.4);
}

.border-t-yellow-700\/45{
  border-top-color: rgb(161 98 7 / 0.45);
}

.border-t-yellow-700\/5{
  border-top-color: rgb(161 98 7 / 0.05);
}

.border-t-yellow-700\/50{
  border-top-color: rgb(161 98 7 / 0.5);
}

.border-t-yellow-700\/55{
  border-top-color: rgb(161 98 7 / 0.55);
}

.border-t-yellow-700\/60{
  border-top-color: rgb(161 98 7 / 0.6);
}

.border-t-yellow-700\/65{
  border-top-color: rgb(161 98 7 / 0.65);
}

.border-t-yellow-700\/70{
  border-top-color: rgb(161 98 7 / 0.7);
}

.border-t-yellow-700\/75{
  border-top-color: rgb(161 98 7 / 0.75);
}

.border-t-yellow-700\/80{
  border-top-color: rgb(161 98 7 / 0.8);
}

.border-t-yellow-700\/85{
  border-top-color: rgb(161 98 7 / 0.85);
}

.border-t-yellow-700\/90{
  border-top-color: rgb(161 98 7 / 0.9);
}

.border-t-yellow-700\/95{
  border-top-color: rgb(161 98 7 / 0.95);
}

.border-t-yellow-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-t-yellow-800\/0{
  border-top-color: rgb(133 77 14 / 0);
}

.border-t-yellow-800\/10{
  border-top-color: rgb(133 77 14 / 0.1);
}

.border-t-yellow-800\/100{
  border-top-color: rgb(133 77 14 / 1);
}

.border-t-yellow-800\/15{
  border-top-color: rgb(133 77 14 / 0.15);
}

.border-t-yellow-800\/20{
  border-top-color: rgb(133 77 14 / 0.2);
}

.border-t-yellow-800\/25{
  border-top-color: rgb(133 77 14 / 0.25);
}

.border-t-yellow-800\/30{
  border-top-color: rgb(133 77 14 / 0.3);
}

.border-t-yellow-800\/35{
  border-top-color: rgb(133 77 14 / 0.35);
}

.border-t-yellow-800\/40{
  border-top-color: rgb(133 77 14 / 0.4);
}

.border-t-yellow-800\/45{
  border-top-color: rgb(133 77 14 / 0.45);
}

.border-t-yellow-800\/5{
  border-top-color: rgb(133 77 14 / 0.05);
}

.border-t-yellow-800\/50{
  border-top-color: rgb(133 77 14 / 0.5);
}

.border-t-yellow-800\/55{
  border-top-color: rgb(133 77 14 / 0.55);
}

.border-t-yellow-800\/60{
  border-top-color: rgb(133 77 14 / 0.6);
}

.border-t-yellow-800\/65{
  border-top-color: rgb(133 77 14 / 0.65);
}

.border-t-yellow-800\/70{
  border-top-color: rgb(133 77 14 / 0.7);
}

.border-t-yellow-800\/75{
  border-top-color: rgb(133 77 14 / 0.75);
}

.border-t-yellow-800\/80{
  border-top-color: rgb(133 77 14 / 0.8);
}

.border-t-yellow-800\/85{
  border-top-color: rgb(133 77 14 / 0.85);
}

.border-t-yellow-800\/90{
  border-top-color: rgb(133 77 14 / 0.9);
}

.border-t-yellow-800\/95{
  border-top-color: rgb(133 77 14 / 0.95);
}

.border-t-yellow-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-t-yellow-900\/0{
  border-top-color: rgb(113 63 18 / 0);
}

.border-t-yellow-900\/10{
  border-top-color: rgb(113 63 18 / 0.1);
}

.border-t-yellow-900\/100{
  border-top-color: rgb(113 63 18 / 1);
}

.border-t-yellow-900\/15{
  border-top-color: rgb(113 63 18 / 0.15);
}

.border-t-yellow-900\/20{
  border-top-color: rgb(113 63 18 / 0.2);
}

.border-t-yellow-900\/25{
  border-top-color: rgb(113 63 18 / 0.25);
}

.border-t-yellow-900\/30{
  border-top-color: rgb(113 63 18 / 0.3);
}

.border-t-yellow-900\/35{
  border-top-color: rgb(113 63 18 / 0.35);
}

.border-t-yellow-900\/40{
  border-top-color: rgb(113 63 18 / 0.4);
}

.border-t-yellow-900\/45{
  border-top-color: rgb(113 63 18 / 0.45);
}

.border-t-yellow-900\/5{
  border-top-color: rgb(113 63 18 / 0.05);
}

.border-t-yellow-900\/50{
  border-top-color: rgb(113 63 18 / 0.5);
}

.border-t-yellow-900\/55{
  border-top-color: rgb(113 63 18 / 0.55);
}

.border-t-yellow-900\/60{
  border-top-color: rgb(113 63 18 / 0.6);
}

.border-t-yellow-900\/65{
  border-top-color: rgb(113 63 18 / 0.65);
}

.border-t-yellow-900\/70{
  border-top-color: rgb(113 63 18 / 0.7);
}

.border-t-yellow-900\/75{
  border-top-color: rgb(113 63 18 / 0.75);
}

.border-t-yellow-900\/80{
  border-top-color: rgb(113 63 18 / 0.8);
}

.border-t-yellow-900\/85{
  border-top-color: rgb(113 63 18 / 0.85);
}

.border-t-yellow-900\/90{
  border-top-color: rgb(113 63 18 / 0.9);
}

.border-t-yellow-900\/95{
  border-top-color: rgb(113 63 18 / 0.95);
}

.border-t-yellow-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-t-yellow-950\/0{
  border-top-color: rgb(66 32 6 / 0);
}

.border-t-yellow-950\/10{
  border-top-color: rgb(66 32 6 / 0.1);
}

.border-t-yellow-950\/100{
  border-top-color: rgb(66 32 6 / 1);
}

.border-t-yellow-950\/15{
  border-top-color: rgb(66 32 6 / 0.15);
}

.border-t-yellow-950\/20{
  border-top-color: rgb(66 32 6 / 0.2);
}

.border-t-yellow-950\/25{
  border-top-color: rgb(66 32 6 / 0.25);
}

.border-t-yellow-950\/30{
  border-top-color: rgb(66 32 6 / 0.3);
}

.border-t-yellow-950\/35{
  border-top-color: rgb(66 32 6 / 0.35);
}

.border-t-yellow-950\/40{
  border-top-color: rgb(66 32 6 / 0.4);
}

.border-t-yellow-950\/45{
  border-top-color: rgb(66 32 6 / 0.45);
}

.border-t-yellow-950\/5{
  border-top-color: rgb(66 32 6 / 0.05);
}

.border-t-yellow-950\/50{
  border-top-color: rgb(66 32 6 / 0.5);
}

.border-t-yellow-950\/55{
  border-top-color: rgb(66 32 6 / 0.55);
}

.border-t-yellow-950\/60{
  border-top-color: rgb(66 32 6 / 0.6);
}

.border-t-yellow-950\/65{
  border-top-color: rgb(66 32 6 / 0.65);
}

.border-t-yellow-950\/70{
  border-top-color: rgb(66 32 6 / 0.7);
}

.border-t-yellow-950\/75{
  border-top-color: rgb(66 32 6 / 0.75);
}

.border-t-yellow-950\/80{
  border-top-color: rgb(66 32 6 / 0.8);
}

.border-t-yellow-950\/85{
  border-top-color: rgb(66 32 6 / 0.85);
}

.border-t-yellow-950\/90{
  border-top-color: rgb(66 32 6 / 0.9);
}

.border-t-yellow-950\/95{
  border-top-color: rgb(66 32 6 / 0.95);
}

.border-t-zinc-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-t-zinc-100\/0{
  border-top-color: rgb(244 244 245 / 0);
}

.border-t-zinc-100\/10{
  border-top-color: rgb(244 244 245 / 0.1);
}

.border-t-zinc-100\/100{
  border-top-color: rgb(244 244 245 / 1);
}

.border-t-zinc-100\/15{
  border-top-color: rgb(244 244 245 / 0.15);
}

.border-t-zinc-100\/20{
  border-top-color: rgb(244 244 245 / 0.2);
}

.border-t-zinc-100\/25{
  border-top-color: rgb(244 244 245 / 0.25);
}

.border-t-zinc-100\/30{
  border-top-color: rgb(244 244 245 / 0.3);
}

.border-t-zinc-100\/35{
  border-top-color: rgb(244 244 245 / 0.35);
}

.border-t-zinc-100\/40{
  border-top-color: rgb(244 244 245 / 0.4);
}

.border-t-zinc-100\/45{
  border-top-color: rgb(244 244 245 / 0.45);
}

.border-t-zinc-100\/5{
  border-top-color: rgb(244 244 245 / 0.05);
}

.border-t-zinc-100\/50{
  border-top-color: rgb(244 244 245 / 0.5);
}

.border-t-zinc-100\/55{
  border-top-color: rgb(244 244 245 / 0.55);
}

.border-t-zinc-100\/60{
  border-top-color: rgb(244 244 245 / 0.6);
}

.border-t-zinc-100\/65{
  border-top-color: rgb(244 244 245 / 0.65);
}

.border-t-zinc-100\/70{
  border-top-color: rgb(244 244 245 / 0.7);
}

.border-t-zinc-100\/75{
  border-top-color: rgb(244 244 245 / 0.75);
}

.border-t-zinc-100\/80{
  border-top-color: rgb(244 244 245 / 0.8);
}

.border-t-zinc-100\/85{
  border-top-color: rgb(244 244 245 / 0.85);
}

.border-t-zinc-100\/90{
  border-top-color: rgb(244 244 245 / 0.9);
}

.border-t-zinc-100\/95{
  border-top-color: rgb(244 244 245 / 0.95);
}

.border-t-zinc-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-t-zinc-200\/0{
  border-top-color: rgb(228 228 231 / 0);
}

.border-t-zinc-200\/10{
  border-top-color: rgb(228 228 231 / 0.1);
}

.border-t-zinc-200\/100{
  border-top-color: rgb(228 228 231 / 1);
}

.border-t-zinc-200\/15{
  border-top-color: rgb(228 228 231 / 0.15);
}

.border-t-zinc-200\/20{
  border-top-color: rgb(228 228 231 / 0.2);
}

.border-t-zinc-200\/25{
  border-top-color: rgb(228 228 231 / 0.25);
}

.border-t-zinc-200\/30{
  border-top-color: rgb(228 228 231 / 0.3);
}

.border-t-zinc-200\/35{
  border-top-color: rgb(228 228 231 / 0.35);
}

.border-t-zinc-200\/40{
  border-top-color: rgb(228 228 231 / 0.4);
}

.border-t-zinc-200\/45{
  border-top-color: rgb(228 228 231 / 0.45);
}

.border-t-zinc-200\/5{
  border-top-color: rgb(228 228 231 / 0.05);
}

.border-t-zinc-200\/50{
  border-top-color: rgb(228 228 231 / 0.5);
}

.border-t-zinc-200\/55{
  border-top-color: rgb(228 228 231 / 0.55);
}

.border-t-zinc-200\/60{
  border-top-color: rgb(228 228 231 / 0.6);
}

.border-t-zinc-200\/65{
  border-top-color: rgb(228 228 231 / 0.65);
}

.border-t-zinc-200\/70{
  border-top-color: rgb(228 228 231 / 0.7);
}

.border-t-zinc-200\/75{
  border-top-color: rgb(228 228 231 / 0.75);
}

.border-t-zinc-200\/80{
  border-top-color: rgb(228 228 231 / 0.8);
}

.border-t-zinc-200\/85{
  border-top-color: rgb(228 228 231 / 0.85);
}

.border-t-zinc-200\/90{
  border-top-color: rgb(228 228 231 / 0.9);
}

.border-t-zinc-200\/95{
  border-top-color: rgb(228 228 231 / 0.95);
}

.border-t-zinc-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-t-zinc-300\/0{
  border-top-color: rgb(212 212 216 / 0);
}

.border-t-zinc-300\/10{
  border-top-color: rgb(212 212 216 / 0.1);
}

.border-t-zinc-300\/100{
  border-top-color: rgb(212 212 216 / 1);
}

.border-t-zinc-300\/15{
  border-top-color: rgb(212 212 216 / 0.15);
}

.border-t-zinc-300\/20{
  border-top-color: rgb(212 212 216 / 0.2);
}

.border-t-zinc-300\/25{
  border-top-color: rgb(212 212 216 / 0.25);
}

.border-t-zinc-300\/30{
  border-top-color: rgb(212 212 216 / 0.3);
}

.border-t-zinc-300\/35{
  border-top-color: rgb(212 212 216 / 0.35);
}

.border-t-zinc-300\/40{
  border-top-color: rgb(212 212 216 / 0.4);
}

.border-t-zinc-300\/45{
  border-top-color: rgb(212 212 216 / 0.45);
}

.border-t-zinc-300\/5{
  border-top-color: rgb(212 212 216 / 0.05);
}

.border-t-zinc-300\/50{
  border-top-color: rgb(212 212 216 / 0.5);
}

.border-t-zinc-300\/55{
  border-top-color: rgb(212 212 216 / 0.55);
}

.border-t-zinc-300\/60{
  border-top-color: rgb(212 212 216 / 0.6);
}

.border-t-zinc-300\/65{
  border-top-color: rgb(212 212 216 / 0.65);
}

.border-t-zinc-300\/70{
  border-top-color: rgb(212 212 216 / 0.7);
}

.border-t-zinc-300\/75{
  border-top-color: rgb(212 212 216 / 0.75);
}

.border-t-zinc-300\/80{
  border-top-color: rgb(212 212 216 / 0.8);
}

.border-t-zinc-300\/85{
  border-top-color: rgb(212 212 216 / 0.85);
}

.border-t-zinc-300\/90{
  border-top-color: rgb(212 212 216 / 0.9);
}

.border-t-zinc-300\/95{
  border-top-color: rgb(212 212 216 / 0.95);
}

.border-t-zinc-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-t-zinc-400\/0{
  border-top-color: rgb(161 161 170 / 0);
}

.border-t-zinc-400\/10{
  border-top-color: rgb(161 161 170 / 0.1);
}

.border-t-zinc-400\/100{
  border-top-color: rgb(161 161 170 / 1);
}

.border-t-zinc-400\/15{
  border-top-color: rgb(161 161 170 / 0.15);
}

.border-t-zinc-400\/20{
  border-top-color: rgb(161 161 170 / 0.2);
}

.border-t-zinc-400\/25{
  border-top-color: rgb(161 161 170 / 0.25);
}

.border-t-zinc-400\/30{
  border-top-color: rgb(161 161 170 / 0.3);
}

.border-t-zinc-400\/35{
  border-top-color: rgb(161 161 170 / 0.35);
}

.border-t-zinc-400\/40{
  border-top-color: rgb(161 161 170 / 0.4);
}

.border-t-zinc-400\/45{
  border-top-color: rgb(161 161 170 / 0.45);
}

.border-t-zinc-400\/5{
  border-top-color: rgb(161 161 170 / 0.05);
}

.border-t-zinc-400\/50{
  border-top-color: rgb(161 161 170 / 0.5);
}

.border-t-zinc-400\/55{
  border-top-color: rgb(161 161 170 / 0.55);
}

.border-t-zinc-400\/60{
  border-top-color: rgb(161 161 170 / 0.6);
}

.border-t-zinc-400\/65{
  border-top-color: rgb(161 161 170 / 0.65);
}

.border-t-zinc-400\/70{
  border-top-color: rgb(161 161 170 / 0.7);
}

.border-t-zinc-400\/75{
  border-top-color: rgb(161 161 170 / 0.75);
}

.border-t-zinc-400\/80{
  border-top-color: rgb(161 161 170 / 0.8);
}

.border-t-zinc-400\/85{
  border-top-color: rgb(161 161 170 / 0.85);
}

.border-t-zinc-400\/90{
  border-top-color: rgb(161 161 170 / 0.9);
}

.border-t-zinc-400\/95{
  border-top-color: rgb(161 161 170 / 0.95);
}

.border-t-zinc-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-t-zinc-50\/0{
  border-top-color: rgb(250 250 250 / 0);
}

.border-t-zinc-50\/10{
  border-top-color: rgb(250 250 250 / 0.1);
}

.border-t-zinc-50\/100{
  border-top-color: rgb(250 250 250 / 1);
}

.border-t-zinc-50\/15{
  border-top-color: rgb(250 250 250 / 0.15);
}

.border-t-zinc-50\/20{
  border-top-color: rgb(250 250 250 / 0.2);
}

.border-t-zinc-50\/25{
  border-top-color: rgb(250 250 250 / 0.25);
}

.border-t-zinc-50\/30{
  border-top-color: rgb(250 250 250 / 0.3);
}

.border-t-zinc-50\/35{
  border-top-color: rgb(250 250 250 / 0.35);
}

.border-t-zinc-50\/40{
  border-top-color: rgb(250 250 250 / 0.4);
}

.border-t-zinc-50\/45{
  border-top-color: rgb(250 250 250 / 0.45);
}

.border-t-zinc-50\/5{
  border-top-color: rgb(250 250 250 / 0.05);
}

.border-t-zinc-50\/50{
  border-top-color: rgb(250 250 250 / 0.5);
}

.border-t-zinc-50\/55{
  border-top-color: rgb(250 250 250 / 0.55);
}

.border-t-zinc-50\/60{
  border-top-color: rgb(250 250 250 / 0.6);
}

.border-t-zinc-50\/65{
  border-top-color: rgb(250 250 250 / 0.65);
}

.border-t-zinc-50\/70{
  border-top-color: rgb(250 250 250 / 0.7);
}

.border-t-zinc-50\/75{
  border-top-color: rgb(250 250 250 / 0.75);
}

.border-t-zinc-50\/80{
  border-top-color: rgb(250 250 250 / 0.8);
}

.border-t-zinc-50\/85{
  border-top-color: rgb(250 250 250 / 0.85);
}

.border-t-zinc-50\/90{
  border-top-color: rgb(250 250 250 / 0.9);
}

.border-t-zinc-50\/95{
  border-top-color: rgb(250 250 250 / 0.95);
}

.border-t-zinc-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-t-zinc-500\/0{
  border-top-color: rgb(113 113 122 / 0);
}

.border-t-zinc-500\/10{
  border-top-color: rgb(113 113 122 / 0.1);
}

.border-t-zinc-500\/100{
  border-top-color: rgb(113 113 122 / 1);
}

.border-t-zinc-500\/15{
  border-top-color: rgb(113 113 122 / 0.15);
}

.border-t-zinc-500\/20{
  border-top-color: rgb(113 113 122 / 0.2);
}

.border-t-zinc-500\/25{
  border-top-color: rgb(113 113 122 / 0.25);
}

.border-t-zinc-500\/30{
  border-top-color: rgb(113 113 122 / 0.3);
}

.border-t-zinc-500\/35{
  border-top-color: rgb(113 113 122 / 0.35);
}

.border-t-zinc-500\/40{
  border-top-color: rgb(113 113 122 / 0.4);
}

.border-t-zinc-500\/45{
  border-top-color: rgb(113 113 122 / 0.45);
}

.border-t-zinc-500\/5{
  border-top-color: rgb(113 113 122 / 0.05);
}

.border-t-zinc-500\/50{
  border-top-color: rgb(113 113 122 / 0.5);
}

.border-t-zinc-500\/55{
  border-top-color: rgb(113 113 122 / 0.55);
}

.border-t-zinc-500\/60{
  border-top-color: rgb(113 113 122 / 0.6);
}

.border-t-zinc-500\/65{
  border-top-color: rgb(113 113 122 / 0.65);
}

.border-t-zinc-500\/70{
  border-top-color: rgb(113 113 122 / 0.7);
}

.border-t-zinc-500\/75{
  border-top-color: rgb(113 113 122 / 0.75);
}

.border-t-zinc-500\/80{
  border-top-color: rgb(113 113 122 / 0.8);
}

.border-t-zinc-500\/85{
  border-top-color: rgb(113 113 122 / 0.85);
}

.border-t-zinc-500\/90{
  border-top-color: rgb(113 113 122 / 0.9);
}

.border-t-zinc-500\/95{
  border-top-color: rgb(113 113 122 / 0.95);
}

.border-t-zinc-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-t-zinc-600\/0{
  border-top-color: rgb(82 82 91 / 0);
}

.border-t-zinc-600\/10{
  border-top-color: rgb(82 82 91 / 0.1);
}

.border-t-zinc-600\/100{
  border-top-color: rgb(82 82 91 / 1);
}

.border-t-zinc-600\/15{
  border-top-color: rgb(82 82 91 / 0.15);
}

.border-t-zinc-600\/20{
  border-top-color: rgb(82 82 91 / 0.2);
}

.border-t-zinc-600\/25{
  border-top-color: rgb(82 82 91 / 0.25);
}

.border-t-zinc-600\/30{
  border-top-color: rgb(82 82 91 / 0.3);
}

.border-t-zinc-600\/35{
  border-top-color: rgb(82 82 91 / 0.35);
}

.border-t-zinc-600\/40{
  border-top-color: rgb(82 82 91 / 0.4);
}

.border-t-zinc-600\/45{
  border-top-color: rgb(82 82 91 / 0.45);
}

.border-t-zinc-600\/5{
  border-top-color: rgb(82 82 91 / 0.05);
}

.border-t-zinc-600\/50{
  border-top-color: rgb(82 82 91 / 0.5);
}

.border-t-zinc-600\/55{
  border-top-color: rgb(82 82 91 / 0.55);
}

.border-t-zinc-600\/60{
  border-top-color: rgb(82 82 91 / 0.6);
}

.border-t-zinc-600\/65{
  border-top-color: rgb(82 82 91 / 0.65);
}

.border-t-zinc-600\/70{
  border-top-color: rgb(82 82 91 / 0.7);
}

.border-t-zinc-600\/75{
  border-top-color: rgb(82 82 91 / 0.75);
}

.border-t-zinc-600\/80{
  border-top-color: rgb(82 82 91 / 0.8);
}

.border-t-zinc-600\/85{
  border-top-color: rgb(82 82 91 / 0.85);
}

.border-t-zinc-600\/90{
  border-top-color: rgb(82 82 91 / 0.9);
}

.border-t-zinc-600\/95{
  border-top-color: rgb(82 82 91 / 0.95);
}

.border-t-zinc-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-t-zinc-700\/0{
  border-top-color: rgb(63 63 70 / 0);
}

.border-t-zinc-700\/10{
  border-top-color: rgb(63 63 70 / 0.1);
}

.border-t-zinc-700\/100{
  border-top-color: rgb(63 63 70 / 1);
}

.border-t-zinc-700\/15{
  border-top-color: rgb(63 63 70 / 0.15);
}

.border-t-zinc-700\/20{
  border-top-color: rgb(63 63 70 / 0.2);
}

.border-t-zinc-700\/25{
  border-top-color: rgb(63 63 70 / 0.25);
}

.border-t-zinc-700\/30{
  border-top-color: rgb(63 63 70 / 0.3);
}

.border-t-zinc-700\/35{
  border-top-color: rgb(63 63 70 / 0.35);
}

.border-t-zinc-700\/40{
  border-top-color: rgb(63 63 70 / 0.4);
}

.border-t-zinc-700\/45{
  border-top-color: rgb(63 63 70 / 0.45);
}

.border-t-zinc-700\/5{
  border-top-color: rgb(63 63 70 / 0.05);
}

.border-t-zinc-700\/50{
  border-top-color: rgb(63 63 70 / 0.5);
}

.border-t-zinc-700\/55{
  border-top-color: rgb(63 63 70 / 0.55);
}

.border-t-zinc-700\/60{
  border-top-color: rgb(63 63 70 / 0.6);
}

.border-t-zinc-700\/65{
  border-top-color: rgb(63 63 70 / 0.65);
}

.border-t-zinc-700\/70{
  border-top-color: rgb(63 63 70 / 0.7);
}

.border-t-zinc-700\/75{
  border-top-color: rgb(63 63 70 / 0.75);
}

.border-t-zinc-700\/80{
  border-top-color: rgb(63 63 70 / 0.8);
}

.border-t-zinc-700\/85{
  border-top-color: rgb(63 63 70 / 0.85);
}

.border-t-zinc-700\/90{
  border-top-color: rgb(63 63 70 / 0.9);
}

.border-t-zinc-700\/95{
  border-top-color: rgb(63 63 70 / 0.95);
}

.border-t-zinc-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-t-zinc-800\/0{
  border-top-color: rgb(39 39 42 / 0);
}

.border-t-zinc-800\/10{
  border-top-color: rgb(39 39 42 / 0.1);
}

.border-t-zinc-800\/100{
  border-top-color: rgb(39 39 42 / 1);
}

.border-t-zinc-800\/15{
  border-top-color: rgb(39 39 42 / 0.15);
}

.border-t-zinc-800\/20{
  border-top-color: rgb(39 39 42 / 0.2);
}

.border-t-zinc-800\/25{
  border-top-color: rgb(39 39 42 / 0.25);
}

.border-t-zinc-800\/30{
  border-top-color: rgb(39 39 42 / 0.3);
}

.border-t-zinc-800\/35{
  border-top-color: rgb(39 39 42 / 0.35);
}

.border-t-zinc-800\/40{
  border-top-color: rgb(39 39 42 / 0.4);
}

.border-t-zinc-800\/45{
  border-top-color: rgb(39 39 42 / 0.45);
}

.border-t-zinc-800\/5{
  border-top-color: rgb(39 39 42 / 0.05);
}

.border-t-zinc-800\/50{
  border-top-color: rgb(39 39 42 / 0.5);
}

.border-t-zinc-800\/55{
  border-top-color: rgb(39 39 42 / 0.55);
}

.border-t-zinc-800\/60{
  border-top-color: rgb(39 39 42 / 0.6);
}

.border-t-zinc-800\/65{
  border-top-color: rgb(39 39 42 / 0.65);
}

.border-t-zinc-800\/70{
  border-top-color: rgb(39 39 42 / 0.7);
}

.border-t-zinc-800\/75{
  border-top-color: rgb(39 39 42 / 0.75);
}

.border-t-zinc-800\/80{
  border-top-color: rgb(39 39 42 / 0.8);
}

.border-t-zinc-800\/85{
  border-top-color: rgb(39 39 42 / 0.85);
}

.border-t-zinc-800\/90{
  border-top-color: rgb(39 39 42 / 0.9);
}

.border-t-zinc-800\/95{
  border-top-color: rgb(39 39 42 / 0.95);
}

.border-t-zinc-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-t-zinc-900\/0{
  border-top-color: rgb(24 24 27 / 0);
}

.border-t-zinc-900\/10{
  border-top-color: rgb(24 24 27 / 0.1);
}

.border-t-zinc-900\/100{
  border-top-color: rgb(24 24 27 / 1);
}

.border-t-zinc-900\/15{
  border-top-color: rgb(24 24 27 / 0.15);
}

.border-t-zinc-900\/20{
  border-top-color: rgb(24 24 27 / 0.2);
}

.border-t-zinc-900\/25{
  border-top-color: rgb(24 24 27 / 0.25);
}

.border-t-zinc-900\/30{
  border-top-color: rgb(24 24 27 / 0.3);
}

.border-t-zinc-900\/35{
  border-top-color: rgb(24 24 27 / 0.35);
}

.border-t-zinc-900\/40{
  border-top-color: rgb(24 24 27 / 0.4);
}

.border-t-zinc-900\/45{
  border-top-color: rgb(24 24 27 / 0.45);
}

.border-t-zinc-900\/5{
  border-top-color: rgb(24 24 27 / 0.05);
}

.border-t-zinc-900\/50{
  border-top-color: rgb(24 24 27 / 0.5);
}

.border-t-zinc-900\/55{
  border-top-color: rgb(24 24 27 / 0.55);
}

.border-t-zinc-900\/60{
  border-top-color: rgb(24 24 27 / 0.6);
}

.border-t-zinc-900\/65{
  border-top-color: rgb(24 24 27 / 0.65);
}

.border-t-zinc-900\/70{
  border-top-color: rgb(24 24 27 / 0.7);
}

.border-t-zinc-900\/75{
  border-top-color: rgb(24 24 27 / 0.75);
}

.border-t-zinc-900\/80{
  border-top-color: rgb(24 24 27 / 0.8);
}

.border-t-zinc-900\/85{
  border-top-color: rgb(24 24 27 / 0.85);
}

.border-t-zinc-900\/90{
  border-top-color: rgb(24 24 27 / 0.9);
}

.border-t-zinc-900\/95{
  border-top-color: rgb(24 24 27 / 0.95);
}

.border-t-zinc-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-t-zinc-950\/0{
  border-top-color: rgb(9 9 11 / 0);
}

.border-t-zinc-950\/10{
  border-top-color: rgb(9 9 11 / 0.1);
}

.border-t-zinc-950\/100{
  border-top-color: rgb(9 9 11 / 1);
}

.border-t-zinc-950\/15{
  border-top-color: rgb(9 9 11 / 0.15);
}

.border-t-zinc-950\/20{
  border-top-color: rgb(9 9 11 / 0.2);
}

.border-t-zinc-950\/25{
  border-top-color: rgb(9 9 11 / 0.25);
}

.border-t-zinc-950\/30{
  border-top-color: rgb(9 9 11 / 0.3);
}

.border-t-zinc-950\/35{
  border-top-color: rgb(9 9 11 / 0.35);
}

.border-t-zinc-950\/40{
  border-top-color: rgb(9 9 11 / 0.4);
}

.border-t-zinc-950\/45{
  border-top-color: rgb(9 9 11 / 0.45);
}

.border-t-zinc-950\/5{
  border-top-color: rgb(9 9 11 / 0.05);
}

.border-t-zinc-950\/50{
  border-top-color: rgb(9 9 11 / 0.5);
}

.border-t-zinc-950\/55{
  border-top-color: rgb(9 9 11 / 0.55);
}

.border-t-zinc-950\/60{
  border-top-color: rgb(9 9 11 / 0.6);
}

.border-t-zinc-950\/65{
  border-top-color: rgb(9 9 11 / 0.65);
}

.border-t-zinc-950\/70{
  border-top-color: rgb(9 9 11 / 0.7);
}

.border-t-zinc-950\/75{
  border-top-color: rgb(9 9 11 / 0.75);
}

.border-t-zinc-950\/80{
  border-top-color: rgb(9 9 11 / 0.8);
}

.border-t-zinc-950\/85{
  border-top-color: rgb(9 9 11 / 0.85);
}

.border-t-zinc-950\/90{
  border-top-color: rgb(9 9 11 / 0.9);
}

.border-t-zinc-950\/95{
  border-top-color: rgb(9 9 11 / 0.95);
}

.border-opacity-0{
  --tw-border-opacity: 0;
}

.border-opacity-10{
  --tw-border-opacity: 0.1;
}

.border-opacity-100{
  --tw-border-opacity: 1;
}

.border-opacity-15{
  --tw-border-opacity: 0.15;
}

.border-opacity-20{
  --tw-border-opacity: 0.2;
}

.border-opacity-25{
  --tw-border-opacity: 0.25;
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

.border-opacity-35{
  --tw-border-opacity: 0.35;
}

.border-opacity-40{
  --tw-border-opacity: 0.4;
}

.border-opacity-45{
  --tw-border-opacity: 0.45;
}

.border-opacity-5{
  --tw-border-opacity: 0.05;
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.border-opacity-55{
  --tw-border-opacity: 0.55;
}

.border-opacity-60{
  --tw-border-opacity: 0.6;
}

.border-opacity-65{
  --tw-border-opacity: 0.65;
}

.border-opacity-70{
  --tw-border-opacity: 0.7;
}

.border-opacity-75{
  --tw-border-opacity: 0.75;
}

.border-opacity-80{
  --tw-border-opacity: 0.8;
}

.border-opacity-85{
  --tw-border-opacity: 0.85;
}

.border-opacity-90{
  --tw-border-opacity: 0.9;
}

.border-opacity-95{
  --tw-border-opacity: 0.95;
}

.bg-\[\#1689FC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 137 252 / var(--tw-bg-opacity));
}

.bg-\[\#3DD1F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(61 209 246 / var(--tw-bg-opacity));
}

.bg-\[\#4C00FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(76 0 255 / var(--tw-bg-opacity));
}

.bg-\[\#501C51\]{
  --tw-bg-opacity: 1;
  background-color: rgb(80 28 81 / var(--tw-bg-opacity));
}

.bg-\[\#5546C0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(85 70 192 / var(--tw-bg-opacity));
}

.bg-\[\#8896F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(136 150 244 / var(--tw-bg-opacity));
}

.bg-\[\#EAF3FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 243 255 / var(--tw-bg-opacity));
}

.bg-\[\#ECEFFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
}

.bg-\[\#F5F7FD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 253 / var(--tw-bg-opacity));
}

.bg-\[\#F8F9FC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 252 / var(--tw-bg-opacity));
}

.bg-\[\#FDE68A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

.bg-\[\#FF4F00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 79 0 / var(--tw-bg-opacity));
}

.bg-\[\#FF7A59\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 89 / var(--tw-bg-opacity));
}

.bg-\[\#f7fafd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 253 / var(--tw-bg-opacity));
}

.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(70 109 148 / var(--tw-bg-opacity));
}

.bg-accent\/0{
  background-color: rgb(70 109 148 / 0);
}

.bg-accent\/10{
  background-color: rgb(70 109 148 / 0.1);
}

.bg-accent\/100{
  background-color: rgb(70 109 148 / 1);
}

.bg-accent\/15{
  background-color: rgb(70 109 148 / 0.15);
}

.bg-accent\/20{
  background-color: rgb(70 109 148 / 0.2);
}

.bg-accent\/25{
  background-color: rgb(70 109 148 / 0.25);
}

.bg-accent\/30{
  background-color: rgb(70 109 148 / 0.3);
}

.bg-accent\/35{
  background-color: rgb(70 109 148 / 0.35);
}

.bg-accent\/40{
  background-color: rgb(70 109 148 / 0.4);
}

.bg-accent\/45{
  background-color: rgb(70 109 148 / 0.45);
}

.bg-accent\/5{
  background-color: rgb(70 109 148 / 0.05);
}

.bg-accent\/50{
  background-color: rgb(70 109 148 / 0.5);
}

.bg-accent\/55{
  background-color: rgb(70 109 148 / 0.55);
}

.bg-accent\/60{
  background-color: rgb(70 109 148 / 0.6);
}

.bg-accent\/65{
  background-color: rgb(70 109 148 / 0.65);
}

.bg-accent\/70{
  background-color: rgb(70 109 148 / 0.7);
}

.bg-accent\/75{
  background-color: rgb(70 109 148 / 0.75);
}

.bg-accent\/80{
  background-color: rgb(70 109 148 / 0.8);
}

.bg-accent\/85{
  background-color: rgb(70 109 148 / 0.85);
}

.bg-accent\/90{
  background-color: rgb(70 109 148 / 0.9);
}

.bg-accent\/95{
  background-color: rgb(70 109 148 / 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\/15{
  background-color: rgb(254 243 199 / 0.15);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.bg-amber-50\/0{
  background-color: rgb(255 251 235 / 0);
}

.bg-amber-50\/10{
  background-color: rgb(255 251 235 / 0.1);
}

.bg-amber-50\/100{
  background-color: rgb(255 251 235 / 1);
}

.bg-amber-50\/15{
  background-color: rgb(255 251 235 / 0.15);
}

.bg-amber-50\/20{
  background-color: rgb(255 251 235 / 0.2);
}

.bg-amber-50\/25{
  background-color: rgb(255 251 235 / 0.25);
}

.bg-amber-50\/30{
  background-color: rgb(255 251 235 / 0.3);
}

.bg-amber-50\/35{
  background-color: rgb(255 251 235 / 0.35);
}

.bg-amber-50\/40{
  background-color: rgb(255 251 235 / 0.4);
}

.bg-amber-50\/45{
  background-color: rgb(255 251 235 / 0.45);
}

.bg-amber-50\/5{
  background-color: rgb(255 251 235 / 0.05);
}

.bg-amber-50\/50{
  background-color: rgb(255 251 235 / 0.5);
}

.bg-amber-50\/55{
  background-color: rgb(255 251 235 / 0.55);
}

.bg-amber-50\/60{
  background-color: rgb(255 251 235 / 0.6);
}

.bg-amber-50\/65{
  background-color: rgb(255 251 235 / 0.65);
}

.bg-amber-50\/70{
  background-color: rgb(255 251 235 / 0.7);
}

.bg-amber-50\/75{
  background-color: rgb(255 251 235 / 0.75);
}

.bg-amber-50\/80{
  background-color: rgb(255 251 235 / 0.8);
}

.bg-amber-50\/85{
  background-color: rgb(255 251 235 / 0.85);
}

.bg-amber-50\/90{
  background-color: rgb(255 251 235 / 0.9);
}

.bg-amber-50\/95{
  background-color: rgb(255 251 235 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-amber-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}

.bg-amber-950\/0{
  background-color: rgb(69 26 3 / 0);
}

.bg-amber-950\/10{
  background-color: rgb(69 26 3 / 0.1);
}

.bg-amber-950\/100{
  background-color: rgb(69 26 3 / 1);
}

.bg-amber-950\/15{
  background-color: rgb(69 26 3 / 0.15);
}

.bg-amber-950\/20{
  background-color: rgb(69 26 3 / 0.2);
}

.bg-amber-950\/25{
  background-color: rgb(69 26 3 / 0.25);
}

.bg-amber-950\/30{
  background-color: rgb(69 26 3 / 0.3);
}

.bg-amber-950\/35{
  background-color: rgb(69 26 3 / 0.35);
}

.bg-amber-950\/40{
  background-color: rgb(69 26 3 / 0.4);
}

.bg-amber-950\/45{
  background-color: rgb(69 26 3 / 0.45);
}

.bg-amber-950\/5{
  background-color: rgb(69 26 3 / 0.05);
}

.bg-amber-950\/50{
  background-color: rgb(69 26 3 / 0.5);
}

.bg-amber-950\/55{
  background-color: rgb(69 26 3 / 0.55);
}

.bg-amber-950\/60{
  background-color: rgb(69 26 3 / 0.6);
}

.bg-amber-950\/65{
  background-color: rgb(69 26 3 / 0.65);
}

.bg-amber-950\/70{
  background-color: rgb(69 26 3 / 0.7);
}

.bg-amber-950\/75{
  background-color: rgb(69 26 3 / 0.75);
}

.bg-amber-950\/80{
  background-color: rgb(69 26 3 / 0.8);
}

.bg-amber-950\/85{
  background-color: rgb(69 26 3 / 0.85);
}

.bg-amber-950\/90{
  background-color: rgb(69 26 3 / 0.9);
}

.bg-amber-950\/95{
  background-color: rgb(69 26 3 / 0.95);
}

.bg-background{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}

.bg-background\/0{
  background-color: rgb(245 246 250 / 0);
}

.bg-background\/10{
  background-color: rgb(245 246 250 / 0.1);
}

.bg-background\/100{
  background-color: rgb(245 246 250 / 1);
}

.bg-background\/15{
  background-color: rgb(245 246 250 / 0.15);
}

.bg-background\/20{
  background-color: rgb(245 246 250 / 0.2);
}

.bg-background\/25{
  background-color: rgb(245 246 250 / 0.25);
}

.bg-background\/30{
  background-color: rgb(245 246 250 / 0.3);
}

.bg-background\/35{
  background-color: rgb(245 246 250 / 0.35);
}

.bg-background\/40{
  background-color: rgb(245 246 250 / 0.4);
}

.bg-background\/45{
  background-color: rgb(245 246 250 / 0.45);
}

.bg-background\/5{
  background-color: rgb(245 246 250 / 0.05);
}

.bg-background\/50{
  background-color: rgb(245 246 250 / 0.5);
}

.bg-background\/55{
  background-color: rgb(245 246 250 / 0.55);
}

.bg-background\/60{
  background-color: rgb(245 246 250 / 0.6);
}

.bg-background\/65{
  background-color: rgb(245 246 250 / 0.65);
}

.bg-background\/70{
  background-color: rgb(245 246 250 / 0.7);
}

.bg-background\/75{
  background-color: rgb(245 246 250 / 0.75);
}

.bg-background\/80{
  background-color: rgb(245 246 250 / 0.8);
}

.bg-background\/85{
  background-color: rgb(245 246 250 / 0.85);
}

.bg-background\/90{
  background-color: rgb(245 246 250 / 0.9);
}

.bg-background\/95{
  background-color: rgb(245 246 250 / 0.95);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(41 44 53 / var(--tw-bg-opacity));
}

.bg-black\/0{
  background-color: rgb(41 44 53 / 0);
}

.bg-black\/10{
  background-color: rgb(41 44 53 / 0.1);
}

.bg-black\/100{
  background-color: rgb(41 44 53 / 1);
}

.bg-black\/15{
  background-color: rgb(41 44 53 / 0.15);
}

.bg-black\/20{
  background-color: rgb(41 44 53 / 0.2);
}

.bg-black\/25{
  background-color: rgb(41 44 53 / 0.25);
}

.bg-black\/30{
  background-color: rgb(41 44 53 / 0.3);
}

.bg-black\/35{
  background-color: rgb(41 44 53 / 0.35);
}

.bg-black\/40{
  background-color: rgb(41 44 53 / 0.4);
}

.bg-black\/45{
  background-color: rgb(41 44 53 / 0.45);
}

.bg-black\/5{
  background-color: rgb(41 44 53 / 0.05);
}

.bg-black\/50{
  background-color: rgb(41 44 53 / 0.5);
}

.bg-black\/55{
  background-color: rgb(41 44 53 / 0.55);
}

.bg-black\/60{
  background-color: rgb(41 44 53 / 0.6);
}

.bg-black\/65{
  background-color: rgb(41 44 53 / 0.65);
}

.bg-black\/70{
  background-color: rgb(41 44 53 / 0.7);
}

.bg-black\/75{
  background-color: rgb(41 44 53 / 0.75);
}

.bg-black\/80{
  background-color: rgb(41 44 53 / 0.8);
}

.bg-black\/85{
  background-color: rgb(41 44 53 / 0.85);
}

.bg-black\/90{
  background-color: rgb(41 44 53 / 0.9);
}

.bg-black\/95{
  background-color: rgb(41 44 53 / 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\/15{
  background-color: rgb(219 234 254 / 0.15);
}

.bg-blue-100\/20{
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25{
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30{
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/35{
  background-color: rgb(219 234 254 / 0.35);
}

.bg-blue-100\/40{
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/45{
  background-color: rgb(219 234 254 / 0.45);
}

.bg-blue-100\/5{
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50{
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/55{
  background-color: rgb(219 234 254 / 0.55);
}

.bg-blue-100\/60{
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/65{
  background-color: rgb(219 234 254 / 0.65);
}

.bg-blue-100\/70{
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75{
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80{
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/85{
  background-color: rgb(219 234 254 / 0.85);
}

.bg-blue-100\/90{
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95{
  background-color: rgb(219 234 254 / 0.95);
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-blue-200\/0{
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10{
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100{
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/15{
  background-color: rgb(191 219 254 / 0.15);
}

.bg-blue-200\/20{
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25{
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30{
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/35{
  background-color: rgb(191 219 254 / 0.35);
}

.bg-blue-200\/40{
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/45{
  background-color: rgb(191 219 254 / 0.45);
}

.bg-blue-200\/5{
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50{
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/55{
  background-color: rgb(191 219 254 / 0.55);
}

.bg-blue-200\/60{
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/65{
  background-color: rgb(191 219 254 / 0.65);
}

.bg-blue-200\/70{
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75{
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80{
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/85{
  background-color: rgb(191 219 254 / 0.85);
}

.bg-blue-200\/90{
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95{
  background-color: rgb(191 219 254 / 0.95);
}

.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.bg-blue-300\/0{
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10{
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100{
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/15{
  background-color: rgb(147 197 253 / 0.15);
}

.bg-blue-300\/20{
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25{
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30{
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/35{
  background-color: rgb(147 197 253 / 0.35);
}

.bg-blue-300\/40{
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/45{
  background-color: rgb(147 197 253 / 0.45);
}

.bg-blue-300\/5{
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50{
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/55{
  background-color: rgb(147 197 253 / 0.55);
}

.bg-blue-300\/60{
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/65{
  background-color: rgb(147 197 253 / 0.65);
}

.bg-blue-300\/70{
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75{
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80{
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/85{
  background-color: rgb(147 197 253 / 0.85);
}

.bg-blue-300\/90{
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95{
  background-color: rgb(147 197 253 / 0.95);
}

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-blue-400\/0{
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10{
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100{
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/15{
  background-color: rgb(96 165 250 / 0.15);
}

.bg-blue-400\/20{
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25{
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30{
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/35{
  background-color: rgb(96 165 250 / 0.35);
}

.bg-blue-400\/40{
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/45{
  background-color: rgb(96 165 250 / 0.45);
}

.bg-blue-400\/5{
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50{
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/55{
  background-color: rgb(96 165 250 / 0.55);
}

.bg-blue-400\/60{
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/65{
  background-color: rgb(96 165 250 / 0.65);
}

.bg-blue-400\/70{
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75{
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80{
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/85{
  background-color: rgb(96 165 250 / 0.85);
}

.bg-blue-400\/90{
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95{
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-50\/0{
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10{
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100{
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/15{
  background-color: rgb(239 246 255 / 0.15);
}

.bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25{
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/35{
  background-color: rgb(239 246 255 / 0.35);
}

.bg-blue-50\/40{
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/45{
  background-color: rgb(239 246 255 / 0.45);
}

.bg-blue-50\/5{
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/55{
  background-color: rgb(239 246 255 / 0.55);
}

.bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/65{
  background-color: rgb(239 246 255 / 0.65);
}

.bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75{
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80{
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/85{
  background-color: rgb(239 246 255 / 0.85);
}

.bg-blue-50\/90{
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95{
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-500\/0{
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100{
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/15{
  background-color: rgb(59 130 246 / 0.15);
}

.bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25{
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30{
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/35{
  background-color: rgb(59 130 246 / 0.35);
}

.bg-blue-500\/40{
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/45{
  background-color: rgb(59 130 246 / 0.45);
}

.bg-blue-500\/5{
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50{
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/55{
  background-color: rgb(59 130 246 / 0.55);
}

.bg-blue-500\/60{
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/65{
  background-color: rgb(59 130 246 / 0.65);
}

.bg-blue-500\/70{
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75{
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80{
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/85{
  background-color: rgb(59 130 246 / 0.85);
}

.bg-blue-500\/90{
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95{
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-blue-600\/0{
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100{
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/15{
  background-color: rgb(37 99 235 / 0.15);
}

.bg-blue-600\/20{
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25{
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30{
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/35{
  background-color: rgb(37 99 235 / 0.35);
}

.bg-blue-600\/40{
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/45{
  background-color: rgb(37 99 235 / 0.45);
}

.bg-blue-600\/5{
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50{
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/55{
  background-color: rgb(37 99 235 / 0.55);
}

.bg-blue-600\/60{
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/65{
  background-color: rgb(37 99 235 / 0.65);
}

.bg-blue-600\/70{
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75{
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80{
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/85{
  background-color: rgb(37 99 235 / 0.85);
}

.bg-blue-600\/90{
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95{
  background-color: rgb(37 99 235 / 0.95);
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-blue-700\/0{
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10{
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100{
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/15{
  background-color: rgb(29 78 216 / 0.15);
}

.bg-blue-700\/20{
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25{
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30{
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/35{
  background-color: rgb(29 78 216 / 0.35);
}

.bg-blue-700\/40{
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/45{
  background-color: rgb(29 78 216 / 0.45);
}

.bg-blue-700\/5{
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50{
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/55{
  background-color: rgb(29 78 216 / 0.55);
}

.bg-blue-700\/60{
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/65{
  background-color: rgb(29 78 216 / 0.65);
}

.bg-blue-700\/70{
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75{
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80{
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/85{
  background-color: rgb(29 78 216 / 0.85);
}

.bg-blue-700\/90{
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95{
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-blue-800\/0{
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10{
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100{
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/15{
  background-color: rgb(30 64 175 / 0.15);
}

.bg-blue-800\/20{
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25{
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30{
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/35{
  background-color: rgb(30 64 175 / 0.35);
}

.bg-blue-800\/40{
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/45{
  background-color: rgb(30 64 175 / 0.45);
}

.bg-blue-800\/5{
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50{
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/55{
  background-color: rgb(30 64 175 / 0.55);
}

.bg-blue-800\/60{
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/65{
  background-color: rgb(30 64 175 / 0.65);
}

.bg-blue-800\/70{
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75{
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80{
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/85{
  background-color: rgb(30 64 175 / 0.85);
}

.bg-blue-800\/90{
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95{
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.bg-blue-900\/0{
  background-color: rgb(30 58 138 / 0);
}

.bg-blue-900\/10{
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/100{
  background-color: rgb(30 58 138 / 1);
}

.bg-blue-900\/15{
  background-color: rgb(30 58 138 / 0.15);
}

.bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/25{
  background-color: rgb(30 58 138 / 0.25);
}

.bg-blue-900\/30{
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/35{
  background-color: rgb(30 58 138 / 0.35);
}

.bg-blue-900\/40{
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/45{
  background-color: rgb(30 58 138 / 0.45);
}

.bg-blue-900\/5{
  background-color: rgb(30 58 138 / 0.05);
}

.bg-blue-900\/50{
  background-color: rgb(30 58 138 / 0.5);
}

.bg-blue-900\/55{
  background-color: rgb(30 58 138 / 0.55);
}

.bg-blue-900\/60{
  background-color: rgb(30 58 138 / 0.6);
}

.bg-blue-900\/65{
  background-color: rgb(30 58 138 / 0.65);
}

.bg-blue-900\/70{
  background-color: rgb(30 58 138 / 0.7);
}

.bg-blue-900\/75{
  background-color: rgb(30 58 138 / 0.75);
}

.bg-blue-900\/80{
  background-color: rgb(30 58 138 / 0.8);
}

.bg-blue-900\/85{
  background-color: rgb(30 58 138 / 0.85);
}

.bg-blue-900\/90{
  background-color: rgb(30 58 138 / 0.9);
}

.bg-blue-900\/95{
  background-color: rgb(30 58 138 / 0.95);
}

.bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.bg-blue-950\/0{
  background-color: rgb(23 37 84 / 0);
}

.bg-blue-950\/10{
  background-color: rgb(23 37 84 / 0.1);
}

.bg-blue-950\/100{
  background-color: rgb(23 37 84 / 1);
}

.bg-blue-950\/15{
  background-color: rgb(23 37 84 / 0.15);
}

.bg-blue-950\/20{
  background-color: rgb(23 37 84 / 0.2);
}

.bg-blue-950\/25{
  background-color: rgb(23 37 84 / 0.25);
}

.bg-blue-950\/30{
  background-color: rgb(23 37 84 / 0.3);
}

.bg-blue-950\/35{
  background-color: rgb(23 37 84 / 0.35);
}

.bg-blue-950\/40{
  background-color: rgb(23 37 84 / 0.4);
}

.bg-blue-950\/45{
  background-color: rgb(23 37 84 / 0.45);
}

.bg-blue-950\/5{
  background-color: rgb(23 37 84 / 0.05);
}

.bg-blue-950\/50{
  background-color: rgb(23 37 84 / 0.5);
}

.bg-blue-950\/55{
  background-color: rgb(23 37 84 / 0.55);
}

.bg-blue-950\/60{
  background-color: rgb(23 37 84 / 0.6);
}

.bg-blue-950\/65{
  background-color: rgb(23 37 84 / 0.65);
}

.bg-blue-950\/70{
  background-color: rgb(23 37 84 / 0.7);
}

.bg-blue-950\/75{
  background-color: rgb(23 37 84 / 0.75);
}

.bg-blue-950\/80{
  background-color: rgb(23 37 84 / 0.8);
}

.bg-blue-950\/85{
  background-color: rgb(23 37 84 / 0.85);
}

.bg-blue-950\/90{
  background-color: rgb(23 37 84 / 0.9);
}

.bg-blue-950\/95{
  background-color: rgb(23 37 84 / 0.95);
}

.bg-csv{
  --tw-bg-opacity: 1;
  background-color: rgb(0 138 43 / var(--tw-bg-opacity));
}

.bg-csv-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 37 / var(--tw-bg-opacity));
}

.bg-csv-hover\/0{
  background-color: rgb(0 114 37 / 0);
}

.bg-csv-hover\/10{
  background-color: rgb(0 114 37 / 0.1);
}

.bg-csv-hover\/100{
  background-color: rgb(0 114 37 / 1);
}

.bg-csv-hover\/15{
  background-color: rgb(0 114 37 / 0.15);
}

.bg-csv-hover\/20{
  background-color: rgb(0 114 37 / 0.2);
}

.bg-csv-hover\/25{
  background-color: rgb(0 114 37 / 0.25);
}

.bg-csv-hover\/30{
  background-color: rgb(0 114 37 / 0.3);
}

.bg-csv-hover\/35{
  background-color: rgb(0 114 37 / 0.35);
}

.bg-csv-hover\/40{
  background-color: rgb(0 114 37 / 0.4);
}

.bg-csv-hover\/45{
  background-color: rgb(0 114 37 / 0.45);
}

.bg-csv-hover\/5{
  background-color: rgb(0 114 37 / 0.05);
}

.bg-csv-hover\/50{
  background-color: rgb(0 114 37 / 0.5);
}

.bg-csv-hover\/55{
  background-color: rgb(0 114 37 / 0.55);
}

.bg-csv-hover\/60{
  background-color: rgb(0 114 37 / 0.6);
}

.bg-csv-hover\/65{
  background-color: rgb(0 114 37 / 0.65);
}

.bg-csv-hover\/70{
  background-color: rgb(0 114 37 / 0.7);
}

.bg-csv-hover\/75{
  background-color: rgb(0 114 37 / 0.75);
}

.bg-csv-hover\/80{
  background-color: rgb(0 114 37 / 0.8);
}

.bg-csv-hover\/85{
  background-color: rgb(0 114 37 / 0.85);
}

.bg-csv-hover\/90{
  background-color: rgb(0 114 37 / 0.9);
}

.bg-csv-hover\/95{
  background-color: rgb(0 114 37 / 0.95);
}

.bg-csv\/0{
  background-color: rgb(0 138 43 / 0);
}

.bg-csv\/10{
  background-color: rgb(0 138 43 / 0.1);
}

.bg-csv\/100{
  background-color: rgb(0 138 43 / 1);
}

.bg-csv\/15{
  background-color: rgb(0 138 43 / 0.15);
}

.bg-csv\/20{
  background-color: rgb(0 138 43 / 0.2);
}

.bg-csv\/25{
  background-color: rgb(0 138 43 / 0.25);
}

.bg-csv\/30{
  background-color: rgb(0 138 43 / 0.3);
}

.bg-csv\/35{
  background-color: rgb(0 138 43 / 0.35);
}

.bg-csv\/40{
  background-color: rgb(0 138 43 / 0.4);
}

.bg-csv\/45{
  background-color: rgb(0 138 43 / 0.45);
}

.bg-csv\/5{
  background-color: rgb(0 138 43 / 0.05);
}

.bg-csv\/50{
  background-color: rgb(0 138 43 / 0.5);
}

.bg-csv\/55{
  background-color: rgb(0 138 43 / 0.55);
}

.bg-csv\/60{
  background-color: rgb(0 138 43 / 0.6);
}

.bg-csv\/65{
  background-color: rgb(0 138 43 / 0.65);
}

.bg-csv\/70{
  background-color: rgb(0 138 43 / 0.7);
}

.bg-csv\/75{
  background-color: rgb(0 138 43 / 0.75);
}

.bg-csv\/80{
  background-color: rgb(0 138 43 / 0.8);
}

.bg-csv\/85{
  background-color: rgb(0 138 43 / 0.85);
}

.bg-csv\/90{
  background-color: rgb(0 138 43 / 0.9);
}

.bg-csv\/95{
  background-color: rgb(0 138 43 / 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\/15{
  background-color: rgb(207 250 254 / 0.15);
}

.bg-cyan-100\/20{
  background-color: rgb(207 250 254 / 0.2);
}

.bg-cyan-100\/25{
  background-color: rgb(207 250 254 / 0.25);
}

.bg-cyan-100\/30{
  background-color: rgb(207 250 254 / 0.3);
}

.bg-cyan-100\/35{
  background-color: rgb(207 250 254 / 0.35);
}

.bg-cyan-100\/40{
  background-color: rgb(207 250 254 / 0.4);
}

.bg-cyan-100\/45{
  background-color: rgb(207 250 254 / 0.45);
}

.bg-cyan-100\/5{
  background-color: rgb(207 250 254 / 0.05);
}

.bg-cyan-100\/50{
  background-color: rgb(207 250 254 / 0.5);
}

.bg-cyan-100\/55{
  background-color: rgb(207 250 254 / 0.55);
}

.bg-cyan-100\/60{
  background-color: rgb(207 250 254 / 0.6);
}

.bg-cyan-100\/65{
  background-color: rgb(207 250 254 / 0.65);
}

.bg-cyan-100\/70{
  background-color: rgb(207 250 254 / 0.7);
}

.bg-cyan-100\/75{
  background-color: rgb(207 250 254 / 0.75);
}

.bg-cyan-100\/80{
  background-color: rgb(207 250 254 / 0.8);
}

.bg-cyan-100\/85{
  background-color: rgb(207 250 254 / 0.85);
}

.bg-cyan-100\/90{
  background-color: rgb(207 250 254 / 0.9);
}

.bg-cyan-100\/95{
  background-color: rgb(207 250 254 / 0.95);
}

.bg-cyan-200{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}

.bg-cyan-200\/0{
  background-color: rgb(165 243 252 / 0);
}

.bg-cyan-200\/10{
  background-color: rgb(165 243 252 / 0.1);
}

.bg-cyan-200\/100{
  background-color: rgb(165 243 252 / 1);
}

.bg-cyan-200\/15{
  background-color: rgb(165 243 252 / 0.15);
}

.bg-cyan-200\/20{
  background-color: rgb(165 243 252 / 0.2);
}

.bg-cyan-200\/25{
  background-color: rgb(165 243 252 / 0.25);
}

.bg-cyan-200\/30{
  background-color: rgb(165 243 252 / 0.3);
}

.bg-cyan-200\/35{
  background-color: rgb(165 243 252 / 0.35);
}

.bg-cyan-200\/40{
  background-color: rgb(165 243 252 / 0.4);
}

.bg-cyan-200\/45{
  background-color: rgb(165 243 252 / 0.45);
}

.bg-cyan-200\/5{
  background-color: rgb(165 243 252 / 0.05);
}

.bg-cyan-200\/50{
  background-color: rgb(165 243 252 / 0.5);
}

.bg-cyan-200\/55{
  background-color: rgb(165 243 252 / 0.55);
}

.bg-cyan-200\/60{
  background-color: rgb(165 243 252 / 0.6);
}

.bg-cyan-200\/65{
  background-color: rgb(165 243 252 / 0.65);
}

.bg-cyan-200\/70{
  background-color: rgb(165 243 252 / 0.7);
}

.bg-cyan-200\/75{
  background-color: rgb(165 243 252 / 0.75);
}

.bg-cyan-200\/80{
  background-color: rgb(165 243 252 / 0.8);
}

.bg-cyan-200\/85{
  background-color: rgb(165 243 252 / 0.85);
}

.bg-cyan-200\/90{
  background-color: rgb(165 243 252 / 0.9);
}

.bg-cyan-200\/95{
  background-color: rgb(165 243 252 / 0.95);
}

.bg-cyan-300{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.bg-cyan-300\/0{
  background-color: rgb(103 232 249 / 0);
}

.bg-cyan-300\/10{
  background-color: rgb(103 232 249 / 0.1);
}

.bg-cyan-300\/100{
  background-color: rgb(103 232 249 / 1);
}

.bg-cyan-300\/15{
  background-color: rgb(103 232 249 / 0.15);
}

.bg-cyan-300\/20{
  background-color: rgb(103 232 249 / 0.2);
}

.bg-cyan-300\/25{
  background-color: rgb(103 232 249 / 0.25);
}

.bg-cyan-300\/30{
  background-color: rgb(103 232 249 / 0.3);
}

.bg-cyan-300\/35{
  background-color: rgb(103 232 249 / 0.35);
}

.bg-cyan-300\/40{
  background-color: rgb(103 232 249 / 0.4);
}

.bg-cyan-300\/45{
  background-color: rgb(103 232 249 / 0.45);
}

.bg-cyan-300\/5{
  background-color: rgb(103 232 249 / 0.05);
}

.bg-cyan-300\/50{
  background-color: rgb(103 232 249 / 0.5);
}

.bg-cyan-300\/55{
  background-color: rgb(103 232 249 / 0.55);
}

.bg-cyan-300\/60{
  background-color: rgb(103 232 249 / 0.6);
}

.bg-cyan-300\/65{
  background-color: rgb(103 232 249 / 0.65);
}

.bg-cyan-300\/70{
  background-color: rgb(103 232 249 / 0.7);
}

.bg-cyan-300\/75{
  background-color: rgb(103 232 249 / 0.75);
}

.bg-cyan-300\/80{
  background-color: rgb(103 232 249 / 0.8);
}

.bg-cyan-300\/85{
  background-color: rgb(103 232 249 / 0.85);
}

.bg-cyan-300\/90{
  background-color: rgb(103 232 249 / 0.9);
}

.bg-cyan-300\/95{
  background-color: rgb(103 232 249 / 0.95);
}

.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.bg-cyan-400\/0{
  background-color: rgb(34 211 238 / 0);
}

.bg-cyan-400\/10{
  background-color: rgb(34 211 238 / 0.1);
}

.bg-cyan-400\/100{
  background-color: rgb(34 211 238 / 1);
}

.bg-cyan-400\/15{
  background-color: rgb(34 211 238 / 0.15);
}

.bg-cyan-400\/20{
  background-color: rgb(34 211 238 / 0.2);
}

.bg-cyan-400\/25{
  background-color: rgb(34 211 238 / 0.25);
}

.bg-cyan-400\/30{
  background-color: rgb(34 211 238 / 0.3);
}

.bg-cyan-400\/35{
  background-color: rgb(34 211 238 / 0.35);
}

.bg-cyan-400\/40{
  background-color: rgb(34 211 238 / 0.4);
}

.bg-cyan-400\/45{
  background-color: rgb(34 211 238 / 0.45);
}

.bg-cyan-400\/5{
  background-color: rgb(34 211 238 / 0.05);
}

.bg-cyan-400\/50{
  background-color: rgb(34 211 238 / 0.5);
}

.bg-cyan-400\/55{
  background-color: rgb(34 211 238 / 0.55);
}

.bg-cyan-400\/60{
  background-color: rgb(34 211 238 / 0.6);
}

.bg-cyan-400\/65{
  background-color: rgb(34 211 238 / 0.65);
}

.bg-cyan-400\/70{
  background-color: rgb(34 211 238 / 0.7);
}

.bg-cyan-400\/75{
  background-color: rgb(34 211 238 / 0.75);
}

.bg-cyan-400\/80{
  background-color: rgb(34 211 238 / 0.8);
}

.bg-cyan-400\/85{
  background-color: rgb(34 211 238 / 0.85);
}

.bg-cyan-400\/90{
  background-color: rgb(34 211 238 / 0.9);
}

.bg-cyan-400\/95{
  background-color: rgb(34 211 238 / 0.95);
}

.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}

.bg-cyan-50\/0{
  background-color: rgb(236 254 255 / 0);
}

.bg-cyan-50\/10{
  background-color: rgb(236 254 255 / 0.1);
}

.bg-cyan-50\/100{
  background-color: rgb(236 254 255 / 1);
}

.bg-cyan-50\/15{
  background-color: rgb(236 254 255 / 0.15);
}

.bg-cyan-50\/20{
  background-color: rgb(236 254 255 / 0.2);
}

.bg-cyan-50\/25{
  background-color: rgb(236 254 255 / 0.25);
}

.bg-cyan-50\/30{
  background-color: rgb(236 254 255 / 0.3);
}

.bg-cyan-50\/35{
  background-color: rgb(236 254 255 / 0.35);
}

.bg-cyan-50\/40{
  background-color: rgb(236 254 255 / 0.4);
}

.bg-cyan-50\/45{
  background-color: rgb(236 254 255 / 0.45);
}

.bg-cyan-50\/5{
  background-color: rgb(236 254 255 / 0.05);
}

.bg-cyan-50\/50{
  background-color: rgb(236 254 255 / 0.5);
}

.bg-cyan-50\/55{
  background-color: rgb(236 254 255 / 0.55);
}

.bg-cyan-50\/60{
  background-color: rgb(236 254 255 / 0.6);
}

.bg-cyan-50\/65{
  background-color: rgb(236 254 255 / 0.65);
}

.bg-cyan-50\/70{
  background-color: rgb(236 254 255 / 0.7);
}

.bg-cyan-50\/75{
  background-color: rgb(236 254 255 / 0.75);
}

.bg-cyan-50\/80{
  background-color: rgb(236 254 255 / 0.8);
}

.bg-cyan-50\/85{
  background-color: rgb(236 254 255 / 0.85);
}

.bg-cyan-50\/90{
  background-color: rgb(236 254 255 / 0.9);
}

.bg-cyan-50\/95{
  background-color: rgb(236 254 255 / 0.95);
}

.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.bg-cyan-500\/0{
  background-color: rgb(6 182 212 / 0);
}

.bg-cyan-500\/10{
  background-color: rgb(6 182 212 / 0.1);
}

.bg-cyan-500\/100{
  background-color: rgb(6 182 212 / 1);
}

.bg-cyan-500\/15{
  background-color: rgb(6 182 212 / 0.15);
}

.bg-cyan-500\/20{
  background-color: rgb(6 182 212 / 0.2);
}

.bg-cyan-500\/25{
  background-color: rgb(6 182 212 / 0.25);
}

.bg-cyan-500\/30{
  background-color: rgb(6 182 212 / 0.3);
}

.bg-cyan-500\/35{
  background-color: rgb(6 182 212 / 0.35);
}

.bg-cyan-500\/40{
  background-color: rgb(6 182 212 / 0.4);
}

.bg-cyan-500\/45{
  background-color: rgb(6 182 212 / 0.45);
}

.bg-cyan-500\/5{
  background-color: rgb(6 182 212 / 0.05);
}

.bg-cyan-500\/50{
  background-color: rgb(6 182 212 / 0.5);
}

.bg-cyan-500\/55{
  background-color: rgb(6 182 212 / 0.55);
}

.bg-cyan-500\/60{
  background-color: rgb(6 182 212 / 0.6);
}

.bg-cyan-500\/65{
  background-color: rgb(6 182 212 / 0.65);
}

.bg-cyan-500\/70{
  background-color: rgb(6 182 212 / 0.7);
}

.bg-cyan-500\/75{
  background-color: rgb(6 182 212 / 0.75);
}

.bg-cyan-500\/80{
  background-color: rgb(6 182 212 / 0.8);
}

.bg-cyan-500\/85{
  background-color: rgb(6 182 212 / 0.85);
}

.bg-cyan-500\/90{
  background-color: rgb(6 182 212 / 0.9);
}

.bg-cyan-500\/95{
  background-color: rgb(6 182 212 / 0.95);
}

.bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.bg-cyan-600\/0{
  background-color: rgb(8 145 178 / 0);
}

.bg-cyan-600\/10{
  background-color: rgb(8 145 178 / 0.1);
}

.bg-cyan-600\/100{
  background-color: rgb(8 145 178 / 1);
}

.bg-cyan-600\/15{
  background-color: rgb(8 145 178 / 0.15);
}

.bg-cyan-600\/20{
  background-color: rgb(8 145 178 / 0.2);
}

.bg-cyan-600\/25{
  background-color: rgb(8 145 178 / 0.25);
}

.bg-cyan-600\/30{
  background-color: rgb(8 145 178 / 0.3);
}

.bg-cyan-600\/35{
  background-color: rgb(8 145 178 / 0.35);
}

.bg-cyan-600\/40{
  background-color: rgb(8 145 178 / 0.4);
}

.bg-cyan-600\/45{
  background-color: rgb(8 145 178 / 0.45);
}

.bg-cyan-600\/5{
  background-color: rgb(8 145 178 / 0.05);
}

.bg-cyan-600\/50{
  background-color: rgb(8 145 178 / 0.5);
}

.bg-cyan-600\/55{
  background-color: rgb(8 145 178 / 0.55);
}

.bg-cyan-600\/60{
  background-color: rgb(8 145 178 / 0.6);
}

.bg-cyan-600\/65{
  background-color: rgb(8 145 178 / 0.65);
}

.bg-cyan-600\/70{
  background-color: rgb(8 145 178 / 0.7);
}

.bg-cyan-600\/75{
  background-color: rgb(8 145 178 / 0.75);
}

.bg-cyan-600\/80{
  background-color: rgb(8 145 178 / 0.8);
}

.bg-cyan-600\/85{
  background-color: rgb(8 145 178 / 0.85);
}

.bg-cyan-600\/90{
  background-color: rgb(8 145 178 / 0.9);
}

.bg-cyan-600\/95{
  background-color: rgb(8 145 178 / 0.95);
}

.bg-cyan-700{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

.bg-cyan-700\/0{
  background-color: rgb(14 116 144 / 0);
}

.bg-cyan-700\/10{
  background-color: rgb(14 116 144 / 0.1);
}

.bg-cyan-700\/100{
  background-color: rgb(14 116 144 / 1);
}

.bg-cyan-700\/15{
  background-color: rgb(14 116 144 / 0.15);
}

.bg-cyan-700\/20{
  background-color: rgb(14 116 144 / 0.2);
}

.bg-cyan-700\/25{
  background-color: rgb(14 116 144 / 0.25);
}

.bg-cyan-700\/30{
  background-color: rgb(14 116 144 / 0.3);
}

.bg-cyan-700\/35{
  background-color: rgb(14 116 144 / 0.35);
}

.bg-cyan-700\/40{
  background-color: rgb(14 116 144 / 0.4);
}

.bg-cyan-700\/45{
  background-color: rgb(14 116 144 / 0.45);
}

.bg-cyan-700\/5{
  background-color: rgb(14 116 144 / 0.05);
}

.bg-cyan-700\/50{
  background-color: rgb(14 116 144 / 0.5);
}

.bg-cyan-700\/55{
  background-color: rgb(14 116 144 / 0.55);
}

.bg-cyan-700\/60{
  background-color: rgb(14 116 144 / 0.6);
}

.bg-cyan-700\/65{
  background-color: rgb(14 116 144 / 0.65);
}

.bg-cyan-700\/70{
  background-color: rgb(14 116 144 / 0.7);
}

.bg-cyan-700\/75{
  background-color: rgb(14 116 144 / 0.75);
}

.bg-cyan-700\/80{
  background-color: rgb(14 116 144 / 0.8);
}

.bg-cyan-700\/85{
  background-color: rgb(14 116 144 / 0.85);
}

.bg-cyan-700\/90{
  background-color: rgb(14 116 144 / 0.9);
}

.bg-cyan-700\/95{
  background-color: rgb(14 116 144 / 0.95);
}

.bg-cyan-800{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.bg-cyan-800\/0{
  background-color: rgb(21 94 117 / 0);
}

.bg-cyan-800\/10{
  background-color: rgb(21 94 117 / 0.1);
}

.bg-cyan-800\/100{
  background-color: rgb(21 94 117 / 1);
}

.bg-cyan-800\/15{
  background-color: rgb(21 94 117 / 0.15);
}

.bg-cyan-800\/20{
  background-color: rgb(21 94 117 / 0.2);
}

.bg-cyan-800\/25{
  background-color: rgb(21 94 117 / 0.25);
}

.bg-cyan-800\/30{
  background-color: rgb(21 94 117 / 0.3);
}

.bg-cyan-800\/35{
  background-color: rgb(21 94 117 / 0.35);
}

.bg-cyan-800\/40{
  background-color: rgb(21 94 117 / 0.4);
}

.bg-cyan-800\/45{
  background-color: rgb(21 94 117 / 0.45);
}

.bg-cyan-800\/5{
  background-color: rgb(21 94 117 / 0.05);
}

.bg-cyan-800\/50{
  background-color: rgb(21 94 117 / 0.5);
}

.bg-cyan-800\/55{
  background-color: rgb(21 94 117 / 0.55);
}

.bg-cyan-800\/60{
  background-color: rgb(21 94 117 / 0.6);
}

.bg-cyan-800\/65{
  background-color: rgb(21 94 117 / 0.65);
}

.bg-cyan-800\/70{
  background-color: rgb(21 94 117 / 0.7);
}

.bg-cyan-800\/75{
  background-color: rgb(21 94 117 / 0.75);
}

.bg-cyan-800\/80{
  background-color: rgb(21 94 117 / 0.8);
}

.bg-cyan-800\/85{
  background-color: rgb(21 94 117 / 0.85);
}

.bg-cyan-800\/90{
  background-color: rgb(21 94 117 / 0.9);
}

.bg-cyan-800\/95{
  background-color: rgb(21 94 117 / 0.95);
}

.bg-cyan-900{
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.bg-cyan-900\/0{
  background-color: rgb(22 78 99 / 0);
}

.bg-cyan-900\/10{
  background-color: rgb(22 78 99 / 0.1);
}

.bg-cyan-900\/100{
  background-color: rgb(22 78 99 / 1);
}

.bg-cyan-900\/15{
  background-color: rgb(22 78 99 / 0.15);
}

.bg-cyan-900\/20{
  background-color: rgb(22 78 99 / 0.2);
}

.bg-cyan-900\/25{
  background-color: rgb(22 78 99 / 0.25);
}

.bg-cyan-900\/30{
  background-color: rgb(22 78 99 / 0.3);
}

.bg-cyan-900\/35{
  background-color: rgb(22 78 99 / 0.35);
}

.bg-cyan-900\/40{
  background-color: rgb(22 78 99 / 0.4);
}

.bg-cyan-900\/45{
  background-color: rgb(22 78 99 / 0.45);
}

.bg-cyan-900\/5{
  background-color: rgb(22 78 99 / 0.05);
}

.bg-cyan-900\/50{
  background-color: rgb(22 78 99 / 0.5);
}

.bg-cyan-900\/55{
  background-color: rgb(22 78 99 / 0.55);
}

.bg-cyan-900\/60{
  background-color: rgb(22 78 99 / 0.6);
}

.bg-cyan-900\/65{
  background-color: rgb(22 78 99 / 0.65);
}

.bg-cyan-900\/70{
  background-color: rgb(22 78 99 / 0.7);
}

.bg-cyan-900\/75{
  background-color: rgb(22 78 99 / 0.75);
}

.bg-cyan-900\/80{
  background-color: rgb(22 78 99 / 0.8);
}

.bg-cyan-900\/85{
  background-color: rgb(22 78 99 / 0.85);
}

.bg-cyan-900\/90{
  background-color: rgb(22 78 99 / 0.9);
}

.bg-cyan-900\/95{
  background-color: rgb(22 78 99 / 0.95);
}

.bg-cyan-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}

.bg-cyan-950\/0{
  background-color: rgb(8 51 68 / 0);
}

.bg-cyan-950\/10{
  background-color: rgb(8 51 68 / 0.1);
}

.bg-cyan-950\/100{
  background-color: rgb(8 51 68 / 1);
}

.bg-cyan-950\/15{
  background-color: rgb(8 51 68 / 0.15);
}

.bg-cyan-950\/20{
  background-color: rgb(8 51 68 / 0.2);
}

.bg-cyan-950\/25{
  background-color: rgb(8 51 68 / 0.25);
}

.bg-cyan-950\/30{
  background-color: rgb(8 51 68 / 0.3);
}

.bg-cyan-950\/35{
  background-color: rgb(8 51 68 / 0.35);
}

.bg-cyan-950\/40{
  background-color: rgb(8 51 68 / 0.4);
}

.bg-cyan-950\/45{
  background-color: rgb(8 51 68 / 0.45);
}

.bg-cyan-950\/5{
  background-color: rgb(8 51 68 / 0.05);
}

.bg-cyan-950\/50{
  background-color: rgb(8 51 68 / 0.5);
}

.bg-cyan-950\/55{
  background-color: rgb(8 51 68 / 0.55);
}

.bg-cyan-950\/60{
  background-color: rgb(8 51 68 / 0.6);
}

.bg-cyan-950\/65{
  background-color: rgb(8 51 68 / 0.65);
}

.bg-cyan-950\/70{
  background-color: rgb(8 51 68 / 0.7);
}

.bg-cyan-950\/75{
  background-color: rgb(8 51 68 / 0.75);
}

.bg-cyan-950\/80{
  background-color: rgb(8 51 68 / 0.8);
}

.bg-cyan-950\/85{
  background-color: rgb(8 51 68 / 0.85);
}

.bg-cyan-950\/90{
  background-color: rgb(8 51 68 / 0.9);
}

.bg-cyan-950\/95{
  background-color: rgb(8 51 68 / 0.95);
}

.bg-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(207 59 54 / var(--tw-bg-opacity));
}

.bg-danger-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(193 49 44 / var(--tw-bg-opacity));
}

.bg-danger-hover\/0{
  background-color: rgb(193 49 44 / 0);
}

.bg-danger-hover\/10{
  background-color: rgb(193 49 44 / 0.1);
}

.bg-danger-hover\/100{
  background-color: rgb(193 49 44 / 1);
}

.bg-danger-hover\/15{
  background-color: rgb(193 49 44 / 0.15);
}

.bg-danger-hover\/20{
  background-color: rgb(193 49 44 / 0.2);
}

.bg-danger-hover\/25{
  background-color: rgb(193 49 44 / 0.25);
}

.bg-danger-hover\/30{
  background-color: rgb(193 49 44 / 0.3);
}

.bg-danger-hover\/35{
  background-color: rgb(193 49 44 / 0.35);
}

.bg-danger-hover\/40{
  background-color: rgb(193 49 44 / 0.4);
}

.bg-danger-hover\/45{
  background-color: rgb(193 49 44 / 0.45);
}

.bg-danger-hover\/5{
  background-color: rgb(193 49 44 / 0.05);
}

.bg-danger-hover\/50{
  background-color: rgb(193 49 44 / 0.5);
}

.bg-danger-hover\/55{
  background-color: rgb(193 49 44 / 0.55);
}

.bg-danger-hover\/60{
  background-color: rgb(193 49 44 / 0.6);
}

.bg-danger-hover\/65{
  background-color: rgb(193 49 44 / 0.65);
}

.bg-danger-hover\/70{
  background-color: rgb(193 49 44 / 0.7);
}

.bg-danger-hover\/75{
  background-color: rgb(193 49 44 / 0.75);
}

.bg-danger-hover\/80{
  background-color: rgb(193 49 44 / 0.8);
}

.bg-danger-hover\/85{
  background-color: rgb(193 49 44 / 0.85);
}

.bg-danger-hover\/90{
  background-color: rgb(193 49 44 / 0.9);
}

.bg-danger-hover\/95{
  background-color: rgb(193 49 44 / 0.95);
}

.bg-danger\/0{
  background-color: rgb(207 59 54 / 0);
}

.bg-danger\/10{
  background-color: rgb(207 59 54 / 0.1);
}

.bg-danger\/100{
  background-color: rgb(207 59 54 / 1);
}

.bg-danger\/15{
  background-color: rgb(207 59 54 / 0.15);
}

.bg-danger\/20{
  background-color: rgb(207 59 54 / 0.2);
}

.bg-danger\/25{
  background-color: rgb(207 59 54 / 0.25);
}

.bg-danger\/30{
  background-color: rgb(207 59 54 / 0.3);
}

.bg-danger\/35{
  background-color: rgb(207 59 54 / 0.35);
}

.bg-danger\/40{
  background-color: rgb(207 59 54 / 0.4);
}

.bg-danger\/45{
  background-color: rgb(207 59 54 / 0.45);
}

.bg-danger\/5{
  background-color: rgb(207 59 54 / 0.05);
}

.bg-danger\/50{
  background-color: rgb(207 59 54 / 0.5);
}

.bg-danger\/55{
  background-color: rgb(207 59 54 / 0.55);
}

.bg-danger\/60{
  background-color: rgb(207 59 54 / 0.6);
}

.bg-danger\/65{
  background-color: rgb(207 59 54 / 0.65);
}

.bg-danger\/70{
  background-color: rgb(207 59 54 / 0.7);
}

.bg-danger\/75{
  background-color: rgb(207 59 54 / 0.75);
}

.bg-danger\/80{
  background-color: rgb(207 59 54 / 0.8);
}

.bg-danger\/85{
  background-color: rgb(207 59 54 / 0.85);
}

.bg-danger\/90{
  background-color: rgb(207 59 54 / 0.9);
}

.bg-danger\/95{
  background-color: rgb(207 59 54 / 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\/15{
  background-color: rgb(209 250 229 / 0.15);
}

.bg-emerald-100\/20{
  background-color: rgb(209 250 229 / 0.2);
}

.bg-emerald-100\/25{
  background-color: rgb(209 250 229 / 0.25);
}

.bg-emerald-100\/30{
  background-color: rgb(209 250 229 / 0.3);
}

.bg-emerald-100\/35{
  background-color: rgb(209 250 229 / 0.35);
}

.bg-emerald-100\/40{
  background-color: rgb(209 250 229 / 0.4);
}

.bg-emerald-100\/45{
  background-color: rgb(209 250 229 / 0.45);
}

.bg-emerald-100\/5{
  background-color: rgb(209 250 229 / 0.05);
}

.bg-emerald-100\/50{
  background-color: rgb(209 250 229 / 0.5);
}

.bg-emerald-100\/55{
  background-color: rgb(209 250 229 / 0.55);
}

.bg-emerald-100\/60{
  background-color: rgb(209 250 229 / 0.6);
}

.bg-emerald-100\/65{
  background-color: rgb(209 250 229 / 0.65);
}

.bg-emerald-100\/70{
  background-color: rgb(209 250 229 / 0.7);
}

.bg-emerald-100\/75{
  background-color: rgb(209 250 229 / 0.75);
}

.bg-emerald-100\/80{
  background-color: rgb(209 250 229 / 0.8);
}

.bg-emerald-100\/85{
  background-color: rgb(209 250 229 / 0.85);
}

.bg-emerald-100\/90{
  background-color: rgb(209 250 229 / 0.9);
}

.bg-emerald-100\/95{
  background-color: rgb(209 250 229 / 0.95);
}

.bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.bg-emerald-200\/0{
  background-color: rgb(167 243 208 / 0);
}

.bg-emerald-200\/10{
  background-color: rgb(167 243 208 / 0.1);
}

.bg-emerald-200\/100{
  background-color: rgb(167 243 208 / 1);
}

.bg-emerald-200\/15{
  background-color: rgb(167 243 208 / 0.15);
}

.bg-emerald-200\/20{
  background-color: rgb(167 243 208 / 0.2);
}

.bg-emerald-200\/25{
  background-color: rgb(167 243 208 / 0.25);
}

.bg-emerald-200\/30{
  background-color: rgb(167 243 208 / 0.3);
}

.bg-emerald-200\/35{
  background-color: rgb(167 243 208 / 0.35);
}

.bg-emerald-200\/40{
  background-color: rgb(167 243 208 / 0.4);
}

.bg-emerald-200\/45{
  background-color: rgb(167 243 208 / 0.45);
}

.bg-emerald-200\/5{
  background-color: rgb(167 243 208 / 0.05);
}

.bg-emerald-200\/50{
  background-color: rgb(167 243 208 / 0.5);
}

.bg-emerald-200\/55{
  background-color: rgb(167 243 208 / 0.55);
}

.bg-emerald-200\/60{
  background-color: rgb(167 243 208 / 0.6);
}

.bg-emerald-200\/65{
  background-color: rgb(167 243 208 / 0.65);
}

.bg-emerald-200\/70{
  background-color: rgb(167 243 208 / 0.7);
}

.bg-emerald-200\/75{
  background-color: rgb(167 243 208 / 0.75);
}

.bg-emerald-200\/80{
  background-color: rgb(167 243 208 / 0.8);
}

.bg-emerald-200\/85{
  background-color: rgb(167 243 208 / 0.85);
}

.bg-emerald-200\/90{
  background-color: rgb(167 243 208 / 0.9);
}

.bg-emerald-200\/95{
  background-color: rgb(167 243 208 / 0.95);
}

.bg-emerald-300{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.bg-emerald-300\/0{
  background-color: rgb(110 231 183 / 0);
}

.bg-emerald-300\/10{
  background-color: rgb(110 231 183 / 0.1);
}

.bg-emerald-300\/100{
  background-color: rgb(110 231 183 / 1);
}

.bg-emerald-300\/15{
  background-color: rgb(110 231 183 / 0.15);
}

.bg-emerald-300\/20{
  background-color: rgb(110 231 183 / 0.2);
}

.bg-emerald-300\/25{
  background-color: rgb(110 231 183 / 0.25);
}

.bg-emerald-300\/30{
  background-color: rgb(110 231 183 / 0.3);
}

.bg-emerald-300\/35{
  background-color: rgb(110 231 183 / 0.35);
}

.bg-emerald-300\/40{
  background-color: rgb(110 231 183 / 0.4);
}

.bg-emerald-300\/45{
  background-color: rgb(110 231 183 / 0.45);
}

.bg-emerald-300\/5{
  background-color: rgb(110 231 183 / 0.05);
}

.bg-emerald-300\/50{
  background-color: rgb(110 231 183 / 0.5);
}

.bg-emerald-300\/55{
  background-color: rgb(110 231 183 / 0.55);
}

.bg-emerald-300\/60{
  background-color: rgb(110 231 183 / 0.6);
}

.bg-emerald-300\/65{
  background-color: rgb(110 231 183 / 0.65);
}

.bg-emerald-300\/70{
  background-color: rgb(110 231 183 / 0.7);
}

.bg-emerald-300\/75{
  background-color: rgb(110 231 183 / 0.75);
}

.bg-emerald-300\/80{
  background-color: rgb(110 231 183 / 0.8);
}

.bg-emerald-300\/85{
  background-color: rgb(110 231 183 / 0.85);
}

.bg-emerald-300\/90{
  background-color: rgb(110 231 183 / 0.9);
}

.bg-emerald-300\/95{
  background-color: rgb(110 231 183 / 0.95);
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.bg-emerald-400\/0{
  background-color: rgb(52 211 153 / 0);
}

.bg-emerald-400\/10{
  background-color: rgb(52 211 153 / 0.1);
}

.bg-emerald-400\/100{
  background-color: rgb(52 211 153 / 1);
}

.bg-emerald-400\/15{
  background-color: rgb(52 211 153 / 0.15);
}

.bg-emerald-400\/20{
  background-color: rgb(52 211 153 / 0.2);
}

.bg-emerald-400\/25{
  background-color: rgb(52 211 153 / 0.25);
}

.bg-emerald-400\/30{
  background-color: rgb(52 211 153 / 0.3);
}

.bg-emerald-400\/35{
  background-color: rgb(52 211 153 / 0.35);
}

.bg-emerald-400\/40{
  background-color: rgb(52 211 153 / 0.4);
}

.bg-emerald-400\/45{
  background-color: rgb(52 211 153 / 0.45);
}

.bg-emerald-400\/5{
  background-color: rgb(52 211 153 / 0.05);
}

.bg-emerald-400\/50{
  background-color: rgb(52 211 153 / 0.5);
}

.bg-emerald-400\/55{
  background-color: rgb(52 211 153 / 0.55);
}

.bg-emerald-400\/60{
  background-color: rgb(52 211 153 / 0.6);
}

.bg-emerald-400\/65{
  background-color: rgb(52 211 153 / 0.65);
}

.bg-emerald-400\/70{
  background-color: rgb(52 211 153 / 0.7);
}

.bg-emerald-400\/75{
  background-color: rgb(52 211 153 / 0.75);
}

.bg-emerald-400\/80{
  background-color: rgb(52 211 153 / 0.8);
}

.bg-emerald-400\/85{
  background-color: rgb(52 211 153 / 0.85);
}

.bg-emerald-400\/90{
  background-color: rgb(52 211 153 / 0.9);
}

.bg-emerald-400\/95{
  background-color: rgb(52 211 153 / 0.95);
}

.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-emerald-50\/0{
  background-color: rgb(236 253 245 / 0);
}

.bg-emerald-50\/10{
  background-color: rgb(236 253 245 / 0.1);
}

.bg-emerald-50\/100{
  background-color: rgb(236 253 245 / 1);
}

.bg-emerald-50\/15{
  background-color: rgb(236 253 245 / 0.15);
}

.bg-emerald-50\/20{
  background-color: rgb(236 253 245 / 0.2);
}

.bg-emerald-50\/25{
  background-color: rgb(236 253 245 / 0.25);
}

.bg-emerald-50\/30{
  background-color: rgb(236 253 245 / 0.3);
}

.bg-emerald-50\/35{
  background-color: rgb(236 253 245 / 0.35);
}

.bg-emerald-50\/40{
  background-color: rgb(236 253 245 / 0.4);
}

.bg-emerald-50\/45{
  background-color: rgb(236 253 245 / 0.45);
}

.bg-emerald-50\/5{
  background-color: rgb(236 253 245 / 0.05);
}

.bg-emerald-50\/50{
  background-color: rgb(236 253 245 / 0.5);
}

.bg-emerald-50\/55{
  background-color: rgb(236 253 245 / 0.55);
}

.bg-emerald-50\/60{
  background-color: rgb(236 253 245 / 0.6);
}

.bg-emerald-50\/65{
  background-color: rgb(236 253 245 / 0.65);
}

.bg-emerald-50\/70{
  background-color: rgb(236 253 245 / 0.7);
}

.bg-emerald-50\/75{
  background-color: rgb(236 253 245 / 0.75);
}

.bg-emerald-50\/80{
  background-color: rgb(236 253 245 / 0.8);
}

.bg-emerald-50\/85{
  background-color: rgb(236 253 245 / 0.85);
}

.bg-emerald-50\/90{
  background-color: rgb(236 253 245 / 0.9);
}

.bg-emerald-50\/95{
  background-color: rgb(236 253 245 / 0.95);
}

.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-emerald-500\/0{
  background-color: rgb(16 185 129 / 0);
}

.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/100{
  background-color: rgb(16 185 129 / 1);
}

.bg-emerald-500\/15{
  background-color: rgb(16 185 129 / 0.15);
}

.bg-emerald-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-500\/25{
  background-color: rgb(16 185 129 / 0.25);
}

.bg-emerald-500\/30{
  background-color: rgb(16 185 129 / 0.3);
}

.bg-emerald-500\/35{
  background-color: rgb(16 185 129 / 0.35);
}

.bg-emerald-500\/40{
  background-color: rgb(16 185 129 / 0.4);
}

.bg-emerald-500\/45{
  background-color: rgb(16 185 129 / 0.45);
}

.bg-emerald-500\/5{
  background-color: rgb(16 185 129 / 0.05);
}

.bg-emerald-500\/50{
  background-color: rgb(16 185 129 / 0.5);
}

.bg-emerald-500\/55{
  background-color: rgb(16 185 129 / 0.55);
}

.bg-emerald-500\/60{
  background-color: rgb(16 185 129 / 0.6);
}

.bg-emerald-500\/65{
  background-color: rgb(16 185 129 / 0.65);
}

.bg-emerald-500\/70{
  background-color: rgb(16 185 129 / 0.7);
}

.bg-emerald-500\/75{
  background-color: rgb(16 185 129 / 0.75);
}

.bg-emerald-500\/80{
  background-color: rgb(16 185 129 / 0.8);
}

.bg-emerald-500\/85{
  background-color: rgb(16 185 129 / 0.85);
}

.bg-emerald-500\/90{
  background-color: rgb(16 185 129 / 0.9);
}

.bg-emerald-500\/95{
  background-color: rgb(16 185 129 / 0.95);
}

.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-emerald-600\/0{
  background-color: rgb(5 150 105 / 0);
}

.bg-emerald-600\/10{
  background-color: rgb(5 150 105 / 0.1);
}

.bg-emerald-600\/100{
  background-color: rgb(5 150 105 / 1);
}

.bg-emerald-600\/15{
  background-color: rgb(5 150 105 / 0.15);
}

.bg-emerald-600\/20{
  background-color: rgb(5 150 105 / 0.2);
}

.bg-emerald-600\/25{
  background-color: rgb(5 150 105 / 0.25);
}

.bg-emerald-600\/30{
  background-color: rgb(5 150 105 / 0.3);
}

.bg-emerald-600\/35{
  background-color: rgb(5 150 105 / 0.35);
}

.bg-emerald-600\/40{
  background-color: rgb(5 150 105 / 0.4);
}

.bg-emerald-600\/45{
  background-color: rgb(5 150 105 / 0.45);
}

.bg-emerald-600\/5{
  background-color: rgb(5 150 105 / 0.05);
}

.bg-emerald-600\/50{
  background-color: rgb(5 150 105 / 0.5);
}

.bg-emerald-600\/55{
  background-color: rgb(5 150 105 / 0.55);
}

.bg-emerald-600\/60{
  background-color: rgb(5 150 105 / 0.6);
}

.bg-emerald-600\/65{
  background-color: rgb(5 150 105 / 0.65);
}

.bg-emerald-600\/70{
  background-color: rgb(5 150 105 / 0.7);
}

.bg-emerald-600\/75{
  background-color: rgb(5 150 105 / 0.75);
}

.bg-emerald-600\/80{
  background-color: rgb(5 150 105 / 0.8);
}

.bg-emerald-600\/85{
  background-color: rgb(5 150 105 / 0.85);
}

.bg-emerald-600\/90{
  background-color: rgb(5 150 105 / 0.9);
}

.bg-emerald-600\/95{
  background-color: rgb(5 150 105 / 0.95);
}

.bg-emerald-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.bg-emerald-700\/0{
  background-color: rgb(4 120 87 / 0);
}

.bg-emerald-700\/10{
  background-color: rgb(4 120 87 / 0.1);
}

.bg-emerald-700\/100{
  background-color: rgb(4 120 87 / 1);
}

.bg-emerald-700\/15{
  background-color: rgb(4 120 87 / 0.15);
}

.bg-emerald-700\/20{
  background-color: rgb(4 120 87 / 0.2);
}

.bg-emerald-700\/25{
  background-color: rgb(4 120 87 / 0.25);
}

.bg-emerald-700\/30{
  background-color: rgb(4 120 87 / 0.3);
}

.bg-emerald-700\/35{
  background-color: rgb(4 120 87 / 0.35);
}

.bg-emerald-700\/40{
  background-color: rgb(4 120 87 / 0.4);
}

.bg-emerald-700\/45{
  background-color: rgb(4 120 87 / 0.45);
}

.bg-emerald-700\/5{
  background-color: rgb(4 120 87 / 0.05);
}

.bg-emerald-700\/50{
  background-color: rgb(4 120 87 / 0.5);
}

.bg-emerald-700\/55{
  background-color: rgb(4 120 87 / 0.55);
}

.bg-emerald-700\/60{
  background-color: rgb(4 120 87 / 0.6);
}

.bg-emerald-700\/65{
  background-color: rgb(4 120 87 / 0.65);
}

.bg-emerald-700\/70{
  background-color: rgb(4 120 87 / 0.7);
}

.bg-emerald-700\/75{
  background-color: rgb(4 120 87 / 0.75);
}

.bg-emerald-700\/80{
  background-color: rgb(4 120 87 / 0.8);
}

.bg-emerald-700\/85{
  background-color: rgb(4 120 87 / 0.85);
}

.bg-emerald-700\/90{
  background-color: rgb(4 120 87 / 0.9);
}

.bg-emerald-700\/95{
  background-color: rgb(4 120 87 / 0.95);
}

.bg-emerald-800{
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.bg-emerald-800\/0{
  background-color: rgb(6 95 70 / 0);
}

.bg-emerald-800\/10{
  background-color: rgb(6 95 70 / 0.1);
}

.bg-emerald-800\/100{
  background-color: rgb(6 95 70 / 1);
}

.bg-emerald-800\/15{
  background-color: rgb(6 95 70 / 0.15);
}

.bg-emerald-800\/20{
  background-color: rgb(6 95 70 / 0.2);
}

.bg-emerald-800\/25{
  background-color: rgb(6 95 70 / 0.25);
}

.bg-emerald-800\/30{
  background-color: rgb(6 95 70 / 0.3);
}

.bg-emerald-800\/35{
  background-color: rgb(6 95 70 / 0.35);
}

.bg-emerald-800\/40{
  background-color: rgb(6 95 70 / 0.4);
}

.bg-emerald-800\/45{
  background-color: rgb(6 95 70 / 0.45);
}

.bg-emerald-800\/5{
  background-color: rgb(6 95 70 / 0.05);
}

.bg-emerald-800\/50{
  background-color: rgb(6 95 70 / 0.5);
}

.bg-emerald-800\/55{
  background-color: rgb(6 95 70 / 0.55);
}

.bg-emerald-800\/60{
  background-color: rgb(6 95 70 / 0.6);
}

.bg-emerald-800\/65{
  background-color: rgb(6 95 70 / 0.65);
}

.bg-emerald-800\/70{
  background-color: rgb(6 95 70 / 0.7);
}

.bg-emerald-800\/75{
  background-color: rgb(6 95 70 / 0.75);
}

.bg-emerald-800\/80{
  background-color: rgb(6 95 70 / 0.8);
}

.bg-emerald-800\/85{
  background-color: rgb(6 95 70 / 0.85);
}

.bg-emerald-800\/90{
  background-color: rgb(6 95 70 / 0.9);
}

.bg-emerald-800\/95{
  background-color: rgb(6 95 70 / 0.95);
}

.bg-emerald-900{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.bg-emerald-900\/0{
  background-color: rgb(6 78 59 / 0);
}

.bg-emerald-900\/10{
  background-color: rgb(6 78 59 / 0.1);
}

.bg-emerald-900\/100{
  background-color: rgb(6 78 59 / 1);
}

.bg-emerald-900\/15{
  background-color: rgb(6 78 59 / 0.15);
}

.bg-emerald-900\/20{
  background-color: rgb(6 78 59 / 0.2);
}

.bg-emerald-900\/25{
  background-color: rgb(6 78 59 / 0.25);
}

.bg-emerald-900\/30{
  background-color: rgb(6 78 59 / 0.3);
}

.bg-emerald-900\/35{
  background-color: rgb(6 78 59 / 0.35);
}

.bg-emerald-900\/40{
  background-color: rgb(6 78 59 / 0.4);
}

.bg-emerald-900\/45{
  background-color: rgb(6 78 59 / 0.45);
}

.bg-emerald-900\/5{
  background-color: rgb(6 78 59 / 0.05);
}

.bg-emerald-900\/50{
  background-color: rgb(6 78 59 / 0.5);
}

.bg-emerald-900\/55{
  background-color: rgb(6 78 59 / 0.55);
}

.bg-emerald-900\/60{
  background-color: rgb(6 78 59 / 0.6);
}

.bg-emerald-900\/65{
  background-color: rgb(6 78 59 / 0.65);
}

.bg-emerald-900\/70{
  background-color: rgb(6 78 59 / 0.7);
}

.bg-emerald-900\/75{
  background-color: rgb(6 78 59 / 0.75);
}

.bg-emerald-900\/80{
  background-color: rgb(6 78 59 / 0.8);
}

.bg-emerald-900\/85{
  background-color: rgb(6 78 59 / 0.85);
}

.bg-emerald-900\/90{
  background-color: rgb(6 78 59 / 0.9);
}

.bg-emerald-900\/95{
  background-color: rgb(6 78 59 / 0.95);
}

.bg-emerald-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}

.bg-emerald-950\/0{
  background-color: rgb(2 44 34 / 0);
}

.bg-emerald-950\/10{
  background-color: rgb(2 44 34 / 0.1);
}

.bg-emerald-950\/100{
  background-color: rgb(2 44 34 / 1);
}

.bg-emerald-950\/15{
  background-color: rgb(2 44 34 / 0.15);
}

.bg-emerald-950\/20{
  background-color: rgb(2 44 34 / 0.2);
}

.bg-emerald-950\/25{
  background-color: rgb(2 44 34 / 0.25);
}

.bg-emerald-950\/30{
  background-color: rgb(2 44 34 / 0.3);
}

.bg-emerald-950\/35{
  background-color: rgb(2 44 34 / 0.35);
}

.bg-emerald-950\/40{
  background-color: rgb(2 44 34 / 0.4);
}

.bg-emerald-950\/45{
  background-color: rgb(2 44 34 / 0.45);
}

.bg-emerald-950\/5{
  background-color: rgb(2 44 34 / 0.05);
}

.bg-emerald-950\/50{
  background-color: rgb(2 44 34 / 0.5);
}

.bg-emerald-950\/55{
  background-color: rgb(2 44 34 / 0.55);
}

.bg-emerald-950\/60{
  background-color: rgb(2 44 34 / 0.6);
}

.bg-emerald-950\/65{
  background-color: rgb(2 44 34 / 0.65);
}

.bg-emerald-950\/70{
  background-color: rgb(2 44 34 / 0.7);
}

.bg-emerald-950\/75{
  background-color: rgb(2 44 34 / 0.75);
}

.bg-emerald-950\/80{
  background-color: rgb(2 44 34 / 0.8);
}

.bg-emerald-950\/85{
  background-color: rgb(2 44 34 / 0.85);
}

.bg-emerald-950\/90{
  background-color: rgb(2 44 34 / 0.9);
}

.bg-emerald-950\/95{
  background-color: rgb(2 44 34 / 0.95);
}

.bg-excel{
  --tw-bg-opacity: 1;
  background-color: rgb(11 160 123 / var(--tw-bg-opacity));
}

.bg-excel-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(9 138 107 / var(--tw-bg-opacity));
}

.bg-excel-hover\/0{
  background-color: rgb(9 138 107 / 0);
}

.bg-excel-hover\/10{
  background-color: rgb(9 138 107 / 0.1);
}

.bg-excel-hover\/100{
  background-color: rgb(9 138 107 / 1);
}

.bg-excel-hover\/15{
  background-color: rgb(9 138 107 / 0.15);
}

.bg-excel-hover\/20{
  background-color: rgb(9 138 107 / 0.2);
}

.bg-excel-hover\/25{
  background-color: rgb(9 138 107 / 0.25);
}

.bg-excel-hover\/30{
  background-color: rgb(9 138 107 / 0.3);
}

.bg-excel-hover\/35{
  background-color: rgb(9 138 107 / 0.35);
}

.bg-excel-hover\/40{
  background-color: rgb(9 138 107 / 0.4);
}

.bg-excel-hover\/45{
  background-color: rgb(9 138 107 / 0.45);
}

.bg-excel-hover\/5{
  background-color: rgb(9 138 107 / 0.05);
}

.bg-excel-hover\/50{
  background-color: rgb(9 138 107 / 0.5);
}

.bg-excel-hover\/55{
  background-color: rgb(9 138 107 / 0.55);
}

.bg-excel-hover\/60{
  background-color: rgb(9 138 107 / 0.6);
}

.bg-excel-hover\/65{
  background-color: rgb(9 138 107 / 0.65);
}

.bg-excel-hover\/70{
  background-color: rgb(9 138 107 / 0.7);
}

.bg-excel-hover\/75{
  background-color: rgb(9 138 107 / 0.75);
}

.bg-excel-hover\/80{
  background-color: rgb(9 138 107 / 0.8);
}

.bg-excel-hover\/85{
  background-color: rgb(9 138 107 / 0.85);
}

.bg-excel-hover\/90{
  background-color: rgb(9 138 107 / 0.9);
}

.bg-excel-hover\/95{
  background-color: rgb(9 138 107 / 0.95);
}

.bg-excel\/0{
  background-color: rgb(11 160 123 / 0);
}

.bg-excel\/10{
  background-color: rgb(11 160 123 / 0.1);
}

.bg-excel\/100{
  background-color: rgb(11 160 123 / 1);
}

.bg-excel\/15{
  background-color: rgb(11 160 123 / 0.15);
}

.bg-excel\/20{
  background-color: rgb(11 160 123 / 0.2);
}

.bg-excel\/25{
  background-color: rgb(11 160 123 / 0.25);
}

.bg-excel\/30{
  background-color: rgb(11 160 123 / 0.3);
}

.bg-excel\/35{
  background-color: rgb(11 160 123 / 0.35);
}

.bg-excel\/40{
  background-color: rgb(11 160 123 / 0.4);
}

.bg-excel\/45{
  background-color: rgb(11 160 123 / 0.45);
}

.bg-excel\/5{
  background-color: rgb(11 160 123 / 0.05);
}

.bg-excel\/50{
  background-color: rgb(11 160 123 / 0.5);
}

.bg-excel\/55{
  background-color: rgb(11 160 123 / 0.55);
}

.bg-excel\/60{
  background-color: rgb(11 160 123 / 0.6);
}

.bg-excel\/65{
  background-color: rgb(11 160 123 / 0.65);
}

.bg-excel\/70{
  background-color: rgb(11 160 123 / 0.7);
}

.bg-excel\/75{
  background-color: rgb(11 160 123 / 0.75);
}

.bg-excel\/80{
  background-color: rgb(11 160 123 / 0.8);
}

.bg-excel\/85{
  background-color: rgb(11 160 123 / 0.85);
}

.bg-excel\/90{
  background-color: rgb(11 160 123 / 0.9);
}

.bg-excel\/95{
  background-color: rgb(11 160 123 / 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\/15{
  background-color: rgb(250 232 255 / 0.15);
}

.bg-fuchsia-100\/20{
  background-color: rgb(250 232 255 / 0.2);
}

.bg-fuchsia-100\/25{
  background-color: rgb(250 232 255 / 0.25);
}

.bg-fuchsia-100\/30{
  background-color: rgb(250 232 255 / 0.3);
}

.bg-fuchsia-100\/35{
  background-color: rgb(250 232 255 / 0.35);
}

.bg-fuchsia-100\/40{
  background-color: rgb(250 232 255 / 0.4);
}

.bg-fuchsia-100\/45{
  background-color: rgb(250 232 255 / 0.45);
}

.bg-fuchsia-100\/5{
  background-color: rgb(250 232 255 / 0.05);
}

.bg-fuchsia-100\/50{
  background-color: rgb(250 232 255 / 0.5);
}

.bg-fuchsia-100\/55{
  background-color: rgb(250 232 255 / 0.55);
}

.bg-fuchsia-100\/60{
  background-color: rgb(250 232 255 / 0.6);
}

.bg-fuchsia-100\/65{
  background-color: rgb(250 232 255 / 0.65);
}

.bg-fuchsia-100\/70{
  background-color: rgb(250 232 255 / 0.7);
}

.bg-fuchsia-100\/75{
  background-color: rgb(250 232 255 / 0.75);
}

.bg-fuchsia-100\/80{
  background-color: rgb(250 232 255 / 0.8);
}

.bg-fuchsia-100\/85{
  background-color: rgb(250 232 255 / 0.85);
}

.bg-fuchsia-100\/90{
  background-color: rgb(250 232 255 / 0.9);
}

.bg-fuchsia-100\/95{
  background-color: rgb(250 232 255 / 0.95);
}

.bg-fuchsia-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}

.bg-fuchsia-200\/0{
  background-color: rgb(245 208 254 / 0);
}

.bg-fuchsia-200\/10{
  background-color: rgb(245 208 254 / 0.1);
}

.bg-fuchsia-200\/100{
  background-color: rgb(245 208 254 / 1);
}

.bg-fuchsia-200\/15{
  background-color: rgb(245 208 254 / 0.15);
}

.bg-fuchsia-200\/20{
  background-color: rgb(245 208 254 / 0.2);
}

.bg-fuchsia-200\/25{
  background-color: rgb(245 208 254 / 0.25);
}

.bg-fuchsia-200\/30{
  background-color: rgb(245 208 254 / 0.3);
}

.bg-fuchsia-200\/35{
  background-color: rgb(245 208 254 / 0.35);
}

.bg-fuchsia-200\/40{
  background-color: rgb(245 208 254 / 0.4);
}

.bg-fuchsia-200\/45{
  background-color: rgb(245 208 254 / 0.45);
}

.bg-fuchsia-200\/5{
  background-color: rgb(245 208 254 / 0.05);
}

.bg-fuchsia-200\/50{
  background-color: rgb(245 208 254 / 0.5);
}

.bg-fuchsia-200\/55{
  background-color: rgb(245 208 254 / 0.55);
}

.bg-fuchsia-200\/60{
  background-color: rgb(245 208 254 / 0.6);
}

.bg-fuchsia-200\/65{
  background-color: rgb(245 208 254 / 0.65);
}

.bg-fuchsia-200\/70{
  background-color: rgb(245 208 254 / 0.7);
}

.bg-fuchsia-200\/75{
  background-color: rgb(245 208 254 / 0.75);
}

.bg-fuchsia-200\/80{
  background-color: rgb(245 208 254 / 0.8);
}

.bg-fuchsia-200\/85{
  background-color: rgb(245 208 254 / 0.85);
}

.bg-fuchsia-200\/90{
  background-color: rgb(245 208 254 / 0.9);
}

.bg-fuchsia-200\/95{
  background-color: rgb(245 208 254 / 0.95);
}

.bg-fuchsia-300{
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.bg-fuchsia-300\/0{
  background-color: rgb(240 171 252 / 0);
}

.bg-fuchsia-300\/10{
  background-color: rgb(240 171 252 / 0.1);
}

.bg-fuchsia-300\/100{
  background-color: rgb(240 171 252 / 1);
}

.bg-fuchsia-300\/15{
  background-color: rgb(240 171 252 / 0.15);
}

.bg-fuchsia-300\/20{
  background-color: rgb(240 171 252 / 0.2);
}

.bg-fuchsia-300\/25{
  background-color: rgb(240 171 252 / 0.25);
}

.bg-fuchsia-300\/30{
  background-color: rgb(240 171 252 / 0.3);
}

.bg-fuchsia-300\/35{
  background-color: rgb(240 171 252 / 0.35);
}

.bg-fuchsia-300\/40{
  background-color: rgb(240 171 252 / 0.4);
}

.bg-fuchsia-300\/45{
  background-color: rgb(240 171 252 / 0.45);
}

.bg-fuchsia-300\/5{
  background-color: rgb(240 171 252 / 0.05);
}

.bg-fuchsia-300\/50{
  background-color: rgb(240 171 252 / 0.5);
}

.bg-fuchsia-300\/55{
  background-color: rgb(240 171 252 / 0.55);
}

.bg-fuchsia-300\/60{
  background-color: rgb(240 171 252 / 0.6);
}

.bg-fuchsia-300\/65{
  background-color: rgb(240 171 252 / 0.65);
}

.bg-fuchsia-300\/70{
  background-color: rgb(240 171 252 / 0.7);
}

.bg-fuchsia-300\/75{
  background-color: rgb(240 171 252 / 0.75);
}

.bg-fuchsia-300\/80{
  background-color: rgb(240 171 252 / 0.8);
}

.bg-fuchsia-300\/85{
  background-color: rgb(240 171 252 / 0.85);
}

.bg-fuchsia-300\/90{
  background-color: rgb(240 171 252 / 0.9);
}

.bg-fuchsia-300\/95{
  background-color: rgb(240 171 252 / 0.95);
}

.bg-fuchsia-400{
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

.bg-fuchsia-400\/0{
  background-color: rgb(232 121 249 / 0);
}

.bg-fuchsia-400\/10{
  background-color: rgb(232 121 249 / 0.1);
}

.bg-fuchsia-400\/100{
  background-color: rgb(232 121 249 / 1);
}

.bg-fuchsia-400\/15{
  background-color: rgb(232 121 249 / 0.15);
}

.bg-fuchsia-400\/20{
  background-color: rgb(232 121 249 / 0.2);
}

.bg-fuchsia-400\/25{
  background-color: rgb(232 121 249 / 0.25);
}

.bg-fuchsia-400\/30{
  background-color: rgb(232 121 249 / 0.3);
}

.bg-fuchsia-400\/35{
  background-color: rgb(232 121 249 / 0.35);
}

.bg-fuchsia-400\/40{
  background-color: rgb(232 121 249 / 0.4);
}

.bg-fuchsia-400\/45{
  background-color: rgb(232 121 249 / 0.45);
}

.bg-fuchsia-400\/5{
  background-color: rgb(232 121 249 / 0.05);
}

.bg-fuchsia-400\/50{
  background-color: rgb(232 121 249 / 0.5);
}

.bg-fuchsia-400\/55{
  background-color: rgb(232 121 249 / 0.55);
}

.bg-fuchsia-400\/60{
  background-color: rgb(232 121 249 / 0.6);
}

.bg-fuchsia-400\/65{
  background-color: rgb(232 121 249 / 0.65);
}

.bg-fuchsia-400\/70{
  background-color: rgb(232 121 249 / 0.7);
}

.bg-fuchsia-400\/75{
  background-color: rgb(232 121 249 / 0.75);
}

.bg-fuchsia-400\/80{
  background-color: rgb(232 121 249 / 0.8);
}

.bg-fuchsia-400\/85{
  background-color: rgb(232 121 249 / 0.85);
}

.bg-fuchsia-400\/90{
  background-color: rgb(232 121 249 / 0.9);
}

.bg-fuchsia-400\/95{
  background-color: rgb(232 121 249 / 0.95);
}

.bg-fuchsia-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-50\/0{
  background-color: rgb(253 244 255 / 0);
}

.bg-fuchsia-50\/10{
  background-color: rgb(253 244 255 / 0.1);
}

.bg-fuchsia-50\/100{
  background-color: rgb(253 244 255 / 1);
}

.bg-fuchsia-50\/15{
  background-color: rgb(253 244 255 / 0.15);
}

.bg-fuchsia-50\/20{
  background-color: rgb(253 244 255 / 0.2);
}

.bg-fuchsia-50\/25{
  background-color: rgb(253 244 255 / 0.25);
}

.bg-fuchsia-50\/30{
  background-color: rgb(253 244 255 / 0.3);
}

.bg-fuchsia-50\/35{
  background-color: rgb(253 244 255 / 0.35);
}

.bg-fuchsia-50\/40{
  background-color: rgb(253 244 255 / 0.4);
}

.bg-fuchsia-50\/45{
  background-color: rgb(253 244 255 / 0.45);
}

.bg-fuchsia-50\/5{
  background-color: rgb(253 244 255 / 0.05);
}

.bg-fuchsia-50\/50{
  background-color: rgb(253 244 255 / 0.5);
}

.bg-fuchsia-50\/55{
  background-color: rgb(253 244 255 / 0.55);
}

.bg-fuchsia-50\/60{
  background-color: rgb(253 244 255 / 0.6);
}

.bg-fuchsia-50\/65{
  background-color: rgb(253 244 255 / 0.65);
}

.bg-fuchsia-50\/70{
  background-color: rgb(253 244 255 / 0.7);
}

.bg-fuchsia-50\/75{
  background-color: rgb(253 244 255 / 0.75);
}

.bg-fuchsia-50\/80{
  background-color: rgb(253 244 255 / 0.8);
}

.bg-fuchsia-50\/85{
  background-color: rgb(253 244 255 / 0.85);
}

.bg-fuchsia-50\/90{
  background-color: rgb(253 244 255 / 0.9);
}

.bg-fuchsia-50\/95{
  background-color: rgb(253 244 255 / 0.95);
}

.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.bg-fuchsia-500\/0{
  background-color: rgb(217 70 239 / 0);
}

.bg-fuchsia-500\/10{
  background-color: rgb(217 70 239 / 0.1);
}

.bg-fuchsia-500\/100{
  background-color: rgb(217 70 239 / 1);
}

.bg-fuchsia-500\/15{
  background-color: rgb(217 70 239 / 0.15);
}

.bg-fuchsia-500\/20{
  background-color: rgb(217 70 239 / 0.2);
}

.bg-fuchsia-500\/25{
  background-color: rgb(217 70 239 / 0.25);
}

.bg-fuchsia-500\/30{
  background-color: rgb(217 70 239 / 0.3);
}

.bg-fuchsia-500\/35{
  background-color: rgb(217 70 239 / 0.35);
}

.bg-fuchsia-500\/40{
  background-color: rgb(217 70 239 / 0.4);
}

.bg-fuchsia-500\/45{
  background-color: rgb(217 70 239 / 0.45);
}

.bg-fuchsia-500\/5{
  background-color: rgb(217 70 239 / 0.05);
}

.bg-fuchsia-500\/50{
  background-color: rgb(217 70 239 / 0.5);
}

.bg-fuchsia-500\/55{
  background-color: rgb(217 70 239 / 0.55);
}

.bg-fuchsia-500\/60{
  background-color: rgb(217 70 239 / 0.6);
}

.bg-fuchsia-500\/65{
  background-color: rgb(217 70 239 / 0.65);
}

.bg-fuchsia-500\/70{
  background-color: rgb(217 70 239 / 0.7);
}

.bg-fuchsia-500\/75{
  background-color: rgb(217 70 239 / 0.75);
}

.bg-fuchsia-500\/80{
  background-color: rgb(217 70 239 / 0.8);
}

.bg-fuchsia-500\/85{
  background-color: rgb(217 70 239 / 0.85);
}

.bg-fuchsia-500\/90{
  background-color: rgb(217 70 239 / 0.9);
}

.bg-fuchsia-500\/95{
  background-color: rgb(217 70 239 / 0.95);
}

.bg-fuchsia-600{
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}

.bg-fuchsia-600\/0{
  background-color: rgb(192 38 211 / 0);
}

.bg-fuchsia-600\/10{
  background-color: rgb(192 38 211 / 0.1);
}

.bg-fuchsia-600\/100{
  background-color: rgb(192 38 211 / 1);
}

.bg-fuchsia-600\/15{
  background-color: rgb(192 38 211 / 0.15);
}

.bg-fuchsia-600\/20{
  background-color: rgb(192 38 211 / 0.2);
}

.bg-fuchsia-600\/25{
  background-color: rgb(192 38 211 / 0.25);
}

.bg-fuchsia-600\/30{
  background-color: rgb(192 38 211 / 0.3);
}

.bg-fuchsia-600\/35{
  background-color: rgb(192 38 211 / 0.35);
}

.bg-fuchsia-600\/40{
  background-color: rgb(192 38 211 / 0.4);
}

.bg-fuchsia-600\/45{
  background-color: rgb(192 38 211 / 0.45);
}

.bg-fuchsia-600\/5{
  background-color: rgb(192 38 211 / 0.05);
}

.bg-fuchsia-600\/50{
  background-color: rgb(192 38 211 / 0.5);
}

.bg-fuchsia-600\/55{
  background-color: rgb(192 38 211 / 0.55);
}

.bg-fuchsia-600\/60{
  background-color: rgb(192 38 211 / 0.6);
}

.bg-fuchsia-600\/65{
  background-color: rgb(192 38 211 / 0.65);
}

.bg-fuchsia-600\/70{
  background-color: rgb(192 38 211 / 0.7);
}

.bg-fuchsia-600\/75{
  background-color: rgb(192 38 211 / 0.75);
}

.bg-fuchsia-600\/80{
  background-color: rgb(192 38 211 / 0.8);
}

.bg-fuchsia-600\/85{
  background-color: rgb(192 38 211 / 0.85);
}

.bg-fuchsia-600\/90{
  background-color: rgb(192 38 211 / 0.9);
}

.bg-fuchsia-600\/95{
  background-color: rgb(192 38 211 / 0.95);
}

.bg-fuchsia-700{
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.bg-fuchsia-700\/0{
  background-color: rgb(162 28 175 / 0);
}

.bg-fuchsia-700\/10{
  background-color: rgb(162 28 175 / 0.1);
}

.bg-fuchsia-700\/100{
  background-color: rgb(162 28 175 / 1);
}

.bg-fuchsia-700\/15{
  background-color: rgb(162 28 175 / 0.15);
}

.bg-fuchsia-700\/20{
  background-color: rgb(162 28 175 / 0.2);
}

.bg-fuchsia-700\/25{
  background-color: rgb(162 28 175 / 0.25);
}

.bg-fuchsia-700\/30{
  background-color: rgb(162 28 175 / 0.3);
}

.bg-fuchsia-700\/35{
  background-color: rgb(162 28 175 / 0.35);
}

.bg-fuchsia-700\/40{
  background-color: rgb(162 28 175 / 0.4);
}

.bg-fuchsia-700\/45{
  background-color: rgb(162 28 175 / 0.45);
}

.bg-fuchsia-700\/5{
  background-color: rgb(162 28 175 / 0.05);
}

.bg-fuchsia-700\/50{
  background-color: rgb(162 28 175 / 0.5);
}

.bg-fuchsia-700\/55{
  background-color: rgb(162 28 175 / 0.55);
}

.bg-fuchsia-700\/60{
  background-color: rgb(162 28 175 / 0.6);
}

.bg-fuchsia-700\/65{
  background-color: rgb(162 28 175 / 0.65);
}

.bg-fuchsia-700\/70{
  background-color: rgb(162 28 175 / 0.7);
}

.bg-fuchsia-700\/75{
  background-color: rgb(162 28 175 / 0.75);
}

.bg-fuchsia-700\/80{
  background-color: rgb(162 28 175 / 0.8);
}

.bg-fuchsia-700\/85{
  background-color: rgb(162 28 175 / 0.85);
}

.bg-fuchsia-700\/90{
  background-color: rgb(162 28 175 / 0.9);
}

.bg-fuchsia-700\/95{
  background-color: rgb(162 28 175 / 0.95);
}

.bg-fuchsia-800{
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.bg-fuchsia-800\/0{
  background-color: rgb(134 25 143 / 0);
}

.bg-fuchsia-800\/10{
  background-color: rgb(134 25 143 / 0.1);
}

.bg-fuchsia-800\/100{
  background-color: rgb(134 25 143 / 1);
}

.bg-fuchsia-800\/15{
  background-color: rgb(134 25 143 / 0.15);
}

.bg-fuchsia-800\/20{
  background-color: rgb(134 25 143 / 0.2);
}

.bg-fuchsia-800\/25{
  background-color: rgb(134 25 143 / 0.25);
}

.bg-fuchsia-800\/30{
  background-color: rgb(134 25 143 / 0.3);
}

.bg-fuchsia-800\/35{
  background-color: rgb(134 25 143 / 0.35);
}

.bg-fuchsia-800\/40{
  background-color: rgb(134 25 143 / 0.4);
}

.bg-fuchsia-800\/45{
  background-color: rgb(134 25 143 / 0.45);
}

.bg-fuchsia-800\/5{
  background-color: rgb(134 25 143 / 0.05);
}

.bg-fuchsia-800\/50{
  background-color: rgb(134 25 143 / 0.5);
}

.bg-fuchsia-800\/55{
  background-color: rgb(134 25 143 / 0.55);
}

.bg-fuchsia-800\/60{
  background-color: rgb(134 25 143 / 0.6);
}

.bg-fuchsia-800\/65{
  background-color: rgb(134 25 143 / 0.65);
}

.bg-fuchsia-800\/70{
  background-color: rgb(134 25 143 / 0.7);
}

.bg-fuchsia-800\/75{
  background-color: rgb(134 25 143 / 0.75);
}

.bg-fuchsia-800\/80{
  background-color: rgb(134 25 143 / 0.8);
}

.bg-fuchsia-800\/85{
  background-color: rgb(134 25 143 / 0.85);
}

.bg-fuchsia-800\/90{
  background-color: rgb(134 25 143 / 0.9);
}

.bg-fuchsia-800\/95{
  background-color: rgb(134 25 143 / 0.95);
}

.bg-fuchsia-900{
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

.bg-fuchsia-900\/0{
  background-color: rgb(112 26 117 / 0);
}

.bg-fuchsia-900\/10{
  background-color: rgb(112 26 117 / 0.1);
}

.bg-fuchsia-900\/100{
  background-color: rgb(112 26 117 / 1);
}

.bg-fuchsia-900\/15{
  background-color: rgb(112 26 117 / 0.15);
}

.bg-fuchsia-900\/20{
  background-color: rgb(112 26 117 / 0.2);
}

.bg-fuchsia-900\/25{
  background-color: rgb(112 26 117 / 0.25);
}

.bg-fuchsia-900\/30{
  background-color: rgb(112 26 117 / 0.3);
}

.bg-fuchsia-900\/35{
  background-color: rgb(112 26 117 / 0.35);
}

.bg-fuchsia-900\/40{
  background-color: rgb(112 26 117 / 0.4);
}

.bg-fuchsia-900\/45{
  background-color: rgb(112 26 117 / 0.45);
}

.bg-fuchsia-900\/5{
  background-color: rgb(112 26 117 / 0.05);
}

.bg-fuchsia-900\/50{
  background-color: rgb(112 26 117 / 0.5);
}

.bg-fuchsia-900\/55{
  background-color: rgb(112 26 117 / 0.55);
}

.bg-fuchsia-900\/60{
  background-color: rgb(112 26 117 / 0.6);
}

.bg-fuchsia-900\/65{
  background-color: rgb(112 26 117 / 0.65);
}

.bg-fuchsia-900\/70{
  background-color: rgb(112 26 117 / 0.7);
}

.bg-fuchsia-900\/75{
  background-color: rgb(112 26 117 / 0.75);
}

.bg-fuchsia-900\/80{
  background-color: rgb(112 26 117 / 0.8);
}

.bg-fuchsia-900\/85{
  background-color: rgb(112 26 117 / 0.85);
}

.bg-fuchsia-900\/90{
  background-color: rgb(112 26 117 / 0.9);
}

.bg-fuchsia-900\/95{
  background-color: rgb(112 26 117 / 0.95);
}

.bg-fuchsia-950{
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}

.bg-fuchsia-950\/0{
  background-color: rgb(74 4 78 / 0);
}

.bg-fuchsia-950\/10{
  background-color: rgb(74 4 78 / 0.1);
}

.bg-fuchsia-950\/100{
  background-color: rgb(74 4 78 / 1);
}

.bg-fuchsia-950\/15{
  background-color: rgb(74 4 78 / 0.15);
}

.bg-fuchsia-950\/20{
  background-color: rgb(74 4 78 / 0.2);
}

.bg-fuchsia-950\/25{
  background-color: rgb(74 4 78 / 0.25);
}

.bg-fuchsia-950\/30{
  background-color: rgb(74 4 78 / 0.3);
}

.bg-fuchsia-950\/35{
  background-color: rgb(74 4 78 / 0.35);
}

.bg-fuchsia-950\/40{
  background-color: rgb(74 4 78 / 0.4);
}

.bg-fuchsia-950\/45{
  background-color: rgb(74 4 78 / 0.45);
}

.bg-fuchsia-950\/5{
  background-color: rgb(74 4 78 / 0.05);
}

.bg-fuchsia-950\/50{
  background-color: rgb(74 4 78 / 0.5);
}

.bg-fuchsia-950\/55{
  background-color: rgb(74 4 78 / 0.55);
}

.bg-fuchsia-950\/60{
  background-color: rgb(74 4 78 / 0.6);
}

.bg-fuchsia-950\/65{
  background-color: rgb(74 4 78 / 0.65);
}

.bg-fuchsia-950\/70{
  background-color: rgb(74 4 78 / 0.7);
}

.bg-fuchsia-950\/75{
  background-color: rgb(74 4 78 / 0.75);
}

.bg-fuchsia-950\/80{
  background-color: rgb(74 4 78 / 0.8);
}

.bg-fuchsia-950\/85{
  background-color: rgb(74 4 78 / 0.85);
}

.bg-fuchsia-950\/90{
  background-color: rgb(74 4 78 / 0.9);
}

.bg-fuchsia-950\/95{
  background-color: rgb(74 4 78 / 0.95);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1);
}

.bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-100\/15{
  background-color: rgb(243 244 246 / 0.15);
}

.bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/35{
  background-color: rgb(243 244 246 / 0.35);
}

.bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/45{
  background-color: rgb(243 244 246 / 0.45);
}

.bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/55{
  background-color: rgb(243 244 246 / 0.55);
}

.bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/65{
  background-color: rgb(243 244 246 / 0.65);
}

.bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/85{
  background-color: rgb(243 244 246 / 0.85);
}

.bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/15{
  background-color: rgb(229 231 235 / 0.15);
}

.bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/35{
  background-color: rgb(229 231 235 / 0.35);
}

.bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/45{
  background-color: rgb(229 231 235 / 0.45);
}

.bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/55{
  background-color: rgb(229 231 235 / 0.55);
}

.bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/65{
  background-color: rgb(229 231 235 / 0.65);
}

.bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/85{
  background-color: rgb(229 231 235 / 0.85);
}

.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95);
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1);
}

.bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1);
}

.bg-gray-300\/15{
  background-color: rgb(209 213 219 / 0.15);
}

.bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/35{
  background-color: rgb(209 213 219 / 0.35);
}

.bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/45{
  background-color: rgb(209 213 219 / 0.45);
}

.bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/55{
  background-color: rgb(209 213 219 / 0.55);
}

.bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/65{
  background-color: rgb(209 213 219 / 0.65);
}

.bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/85{
  background-color: rgb(209 213 219 / 0.85);
}

.bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95);
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/15{
  background-color: rgb(156 163 175 / 0.15);
}

.bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/35{
  background-color: rgb(156 163 175 / 0.35);
}

.bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/45{
  background-color: rgb(156 163 175 / 0.45);
}

.bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/55{
  background-color: rgb(156 163 175 / 0.55);
}

.bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/65{
  background-color: rgb(156 163 175 / 0.65);
}

.bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/85{
  background-color: rgb(156 163 175 / 0.85);
}

.bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95);
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1);
}

.bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-50\/15{
  background-color: rgb(249 250 251 / 0.15);
}

.bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/35{
  background-color: rgb(249 250 251 / 0.35);
}

.bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/45{
  background-color: rgb(249 250 251 / 0.45);
}

.bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/55{
  background-color: rgb(249 250 251 / 0.55);
}

.bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/65{
  background-color: rgb(249 250 251 / 0.65);
}

.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/85{
  background-color: rgb(249 250 251 / 0.85);
}

.bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95);
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/15{
  background-color: rgb(107 114 128 / 0.15);
}

.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/35{
  background-color: rgb(107 114 128 / 0.35);
}

.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/45{
  background-color: rgb(107 114 128 / 0.45);
}

.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/55{
  background-color: rgb(107 114 128 / 0.55);
}

.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/65{
  background-color: rgb(107 114 128 / 0.65);
}

.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/85{
  background-color: rgb(107 114 128 / 0.85);
}

.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95);
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/15{
  background-color: rgb(75 85 99 / 0.15);
}

.bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/35{
  background-color: rgb(75 85 99 / 0.35);
}

.bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/45{
  background-color: rgb(75 85 99 / 0.45);
}

.bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/55{
  background-color: rgb(75 85 99 / 0.55);
}

.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/65{
  background-color: rgb(75 85 99 / 0.65);
}

.bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/85{
  background-color: rgb(75 85 99 / 0.85);
}

.bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95);
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1);
}

.bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1);
}

.bg-gray-700\/15{
  background-color: rgb(55 65 81 / 0.15);
}

.bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/35{
  background-color: rgb(55 65 81 / 0.35);
}

.bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/45{
  background-color: rgb(55 65 81 / 0.45);
}

.bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/55{
  background-color: rgb(55 65 81 / 0.55);
}

.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/65{
  background-color: rgb(55 65 81 / 0.65);
}

.bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/85{
  background-color: rgb(55 65 81 / 0.85);
}

.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95);
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/15{
  background-color: rgb(31 41 55 / 0.15);
}

.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/35{
  background-color: rgb(31 41 55 / 0.35);
}

.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/45{
  background-color: rgb(31 41 55 / 0.45);
}

.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/55{
  background-color: rgb(31 41 55 / 0.55);
}

.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/65{
  background-color: rgb(31 41 55 / 0.65);
}

.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/85{
  background-color: rgb(31 41 55 / 0.85);
}

.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1);
}

.bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-900\/15{
  background-color: rgb(17 24 39 / 0.15);
}

.bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/35{
  background-color: rgb(17 24 39 / 0.35);
}

.bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/45{
  background-color: rgb(17 24 39 / 0.45);
}

.bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/55{
  background-color: rgb(17 24 39 / 0.55);
}

.bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/65{
  background-color: rgb(17 24 39 / 0.65);
}

.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/85{
  background-color: rgb(17 24 39 / 0.85);
}

.bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95);
}

.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.bg-gray-950\/0{
  background-color: rgb(3 7 18 / 0);
}

.bg-gray-950\/10{
  background-color: rgb(3 7 18 / 0.1);
}

.bg-gray-950\/100{
  background-color: rgb(3 7 18 / 1);
}

.bg-gray-950\/15{
  background-color: rgb(3 7 18 / 0.15);
}

.bg-gray-950\/20{
  background-color: rgb(3 7 18 / 0.2);
}

.bg-gray-950\/25{
  background-color: rgb(3 7 18 / 0.25);
}

.bg-gray-950\/30{
  background-color: rgb(3 7 18 / 0.3);
}

.bg-gray-950\/35{
  background-color: rgb(3 7 18 / 0.35);
}

.bg-gray-950\/40{
  background-color: rgb(3 7 18 / 0.4);
}

.bg-gray-950\/45{
  background-color: rgb(3 7 18 / 0.45);
}

.bg-gray-950\/5{
  background-color: rgb(3 7 18 / 0.05);
}

.bg-gray-950\/50{
  background-color: rgb(3 7 18 / 0.5);
}

.bg-gray-950\/55{
  background-color: rgb(3 7 18 / 0.55);
}

.bg-gray-950\/60{
  background-color: rgb(3 7 18 / 0.6);
}

.bg-gray-950\/65{
  background-color: rgb(3 7 18 / 0.65);
}

.bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7);
}

.bg-gray-950\/75{
  background-color: rgb(3 7 18 / 0.75);
}

.bg-gray-950\/80{
  background-color: rgb(3 7 18 / 0.8);
}

.bg-gray-950\/85{
  background-color: rgb(3 7 18 / 0.85);
}

.bg-gray-950\/90{
  background-color: rgb(3 7 18 / 0.9);
}

.bg-gray-950\/95{
  background-color: rgb(3 7 18 / 0.95);
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-100\/0{
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10{
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100{
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/15{
  background-color: rgb(220 252 231 / 0.15);
}

.bg-green-100\/20{
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25{
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30{
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/35{
  background-color: rgb(220 252 231 / 0.35);
}

.bg-green-100\/40{
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/45{
  background-color: rgb(220 252 231 / 0.45);
}

.bg-green-100\/5{
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50{
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/55{
  background-color: rgb(220 252 231 / 0.55);
}

.bg-green-100\/60{
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/65{
  background-color: rgb(220 252 231 / 0.65);
}

.bg-green-100\/70{
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75{
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80{
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/85{
  background-color: rgb(220 252 231 / 0.85);
}

.bg-green-100\/90{
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95{
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-green-200\/0{
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10{
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100{
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/15{
  background-color: rgb(187 247 208 / 0.15);
}

.bg-green-200\/20{
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25{
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30{
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/35{
  background-color: rgb(187 247 208 / 0.35);
}

.bg-green-200\/40{
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/45{
  background-color: rgb(187 247 208 / 0.45);
}

.bg-green-200\/5{
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/55{
  background-color: rgb(187 247 208 / 0.55);
}

.bg-green-200\/60{
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/65{
  background-color: rgb(187 247 208 / 0.65);
}

.bg-green-200\/70{
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75{
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80{
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/85{
  background-color: rgb(187 247 208 / 0.85);
}

.bg-green-200\/90{
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95{
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-green-300\/0{
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100{
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/15{
  background-color: rgb(134 239 172 / 0.15);
}

.bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/35{
  background-color: rgb(134 239 172 / 0.35);
}

.bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/45{
  background-color: rgb(134 239 172 / 0.45);
}

.bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/55{
  background-color: rgb(134 239 172 / 0.55);
}

.bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/65{
  background-color: rgb(134 239 172 / 0.65);
}

.bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/85{
  background-color: rgb(134 239 172 / 0.85);
}

.bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-400\/0{
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10{
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100{
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/15{
  background-color: rgb(74 222 128 / 0.15);
}

.bg-green-400\/20{
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25{
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30{
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/35{
  background-color: rgb(74 222 128 / 0.35);
}

.bg-green-400\/40{
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/45{
  background-color: rgb(74 222 128 / 0.45);
}

.bg-green-400\/5{
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50{
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/55{
  background-color: rgb(74 222 128 / 0.55);
}

.bg-green-400\/60{
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/65{
  background-color: rgb(74 222 128 / 0.65);
}

.bg-green-400\/70{
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75{
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80{
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/85{
  background-color: rgb(74 222 128 / 0.85);
}

.bg-green-400\/90{
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95{
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-green-50\/0{
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10{
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100{
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/15{
  background-color: rgb(240 253 244 / 0.15);
}

.bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25{
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30{
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/35{
  background-color: rgb(240 253 244 / 0.35);
}

.bg-green-50\/40{
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/45{
  background-color: rgb(240 253 244 / 0.45);
}

.bg-green-50\/5{
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/55{
  background-color: rgb(240 253 244 / 0.55);
}

.bg-green-50\/60{
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/65{
  background-color: rgb(240 253 244 / 0.65);
}

.bg-green-50\/70{
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75{
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80{
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/85{
  background-color: rgb(240 253 244 / 0.85);
}

.bg-green-50\/90{
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95{
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-500\/0{
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100{
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/15{
  background-color: rgb(34 197 94 / 0.15);
}

.bg-green-500\/20{
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25{
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30{
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/35{
  background-color: rgb(34 197 94 / 0.35);
}

.bg-green-500\/40{
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/45{
  background-color: rgb(34 197 94 / 0.45);
}

.bg-green-500\/5{
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50{
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/55{
  background-color: rgb(34 197 94 / 0.55);
}

.bg-green-500\/60{
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/65{
  background-color: rgb(34 197 94 / 0.65);
}

.bg-green-500\/70{
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75{
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80{
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/85{
  background-color: rgb(34 197 94 / 0.85);
}

.bg-green-500\/90{
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95{
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-green-600\/0{
  background-color: rgb(22 163 74 / 0);
}

.bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100{
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/15{
  background-color: rgb(22 163 74 / 0.15);
}

.bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25{
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30{
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/35{
  background-color: rgb(22 163 74 / 0.35);
}

.bg-green-600\/40{
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/45{
  background-color: rgb(22 163 74 / 0.45);
}

.bg-green-600\/5{
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green-600\/50{
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/55{
  background-color: rgb(22 163 74 / 0.55);
}

.bg-green-600\/60{
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/65{
  background-color: rgb(22 163 74 / 0.65);
}

.bg-green-600\/70{
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75{
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80{
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/85{
  background-color: rgb(22 163 74 / 0.85);
}

.bg-green-600\/90{
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95{
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.bg-green-700\/0{
  background-color: rgb(21 128 61 / 0);
}

.bg-green-700\/10{
  background-color: rgb(21 128 61 / 0.1);
}

.bg-green-700\/100{
  background-color: rgb(21 128 61 / 1);
}

.bg-green-700\/15{
  background-color: rgb(21 128 61 / 0.15);
}

.bg-green-700\/20{
  background-color: rgb(21 128 61 / 0.2);
}

.bg-green-700\/25{
  background-color: rgb(21 128 61 / 0.25);
}

.bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3);
}

.bg-green-700\/35{
  background-color: rgb(21 128 61 / 0.35);
}

.bg-green-700\/40{
  background-color: rgb(21 128 61 / 0.4);
}

.bg-green-700\/45{
  background-color: rgb(21 128 61 / 0.45);
}

.bg-green-700\/5{
  background-color: rgb(21 128 61 / 0.05);
}

.bg-green-700\/50{
  background-color: rgb(21 128 61 / 0.5);
}

.bg-green-700\/55{
  background-color: rgb(21 128 61 / 0.55);
}

.bg-green-700\/60{
  background-color: rgb(21 128 61 / 0.6);
}

.bg-green-700\/65{
  background-color: rgb(21 128 61 / 0.65);
}

.bg-green-700\/70{
  background-color: rgb(21 128 61 / 0.7);
}

.bg-green-700\/75{
  background-color: rgb(21 128 61 / 0.75);
}

.bg-green-700\/80{
  background-color: rgb(21 128 61 / 0.8);
}

.bg-green-700\/85{
  background-color: rgb(21 128 61 / 0.85);
}

.bg-green-700\/90{
  background-color: rgb(21 128 61 / 0.9);
}

.bg-green-700\/95{
  background-color: rgb(21 128 61 / 0.95);
}

.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.bg-green-800\/0{
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10{
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100{
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/15{
  background-color: rgb(22 101 52 / 0.15);
}

.bg-green-800\/20{
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25{
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30{
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/35{
  background-color: rgb(22 101 52 / 0.35);
}

.bg-green-800\/40{
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/45{
  background-color: rgb(22 101 52 / 0.45);
}

.bg-green-800\/5{
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50{
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/55{
  background-color: rgb(22 101 52 / 0.55);
}

.bg-green-800\/60{
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/65{
  background-color: rgb(22 101 52 / 0.65);
}

.bg-green-800\/70{
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75{
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80{
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/85{
  background-color: rgb(22 101 52 / 0.85);
}

.bg-green-800\/90{
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95{
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.bg-green-900\/0{
  background-color: rgb(20 83 45 / 0);
}

.bg-green-900\/10{
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/100{
  background-color: rgb(20 83 45 / 1);
}

.bg-green-900\/15{
  background-color: rgb(20 83 45 / 0.15);
}

.bg-green-900\/20{
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/25{
  background-color: rgb(20 83 45 / 0.25);
}

.bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-900\/35{
  background-color: rgb(20 83 45 / 0.35);
}

.bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/45{
  background-color: rgb(20 83 45 / 0.45);
}

.bg-green-900\/5{
  background-color: rgb(20 83 45 / 0.05);
}

.bg-green-900\/50{
  background-color: rgb(20 83 45 / 0.5);
}

.bg-green-900\/55{
  background-color: rgb(20 83 45 / 0.55);
}

.bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6);
}

.bg-green-900\/65{
  background-color: rgb(20 83 45 / 0.65);
}

.bg-green-900\/70{
  background-color: rgb(20 83 45 / 0.7);
}

.bg-green-900\/75{
  background-color: rgb(20 83 45 / 0.75);
}

.bg-green-900\/80{
  background-color: rgb(20 83 45 / 0.8);
}

.bg-green-900\/85{
  background-color: rgb(20 83 45 / 0.85);
}

.bg-green-900\/90{
  background-color: rgb(20 83 45 / 0.9);
}

.bg-green-900\/95{
  background-color: rgb(20 83 45 / 0.95);
}

.bg-green-950{
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}

.bg-green-950\/0{
  background-color: rgb(5 46 22 / 0);
}

.bg-green-950\/10{
  background-color: rgb(5 46 22 / 0.1);
}

.bg-green-950\/100{
  background-color: rgb(5 46 22 / 1);
}

.bg-green-950\/15{
  background-color: rgb(5 46 22 / 0.15);
}

.bg-green-950\/20{
  background-color: rgb(5 46 22 / 0.2);
}

.bg-green-950\/25{
  background-color: rgb(5 46 22 / 0.25);
}

.bg-green-950\/30{
  background-color: rgb(5 46 22 / 0.3);
}

.bg-green-950\/35{
  background-color: rgb(5 46 22 / 0.35);
}

.bg-green-950\/40{
  background-color: rgb(5 46 22 / 0.4);
}

.bg-green-950\/45{
  background-color: rgb(5 46 22 / 0.45);
}

.bg-green-950\/5{
  background-color: rgb(5 46 22 / 0.05);
}

.bg-green-950\/50{
  background-color: rgb(5 46 22 / 0.5);
}

.bg-green-950\/55{
  background-color: rgb(5 46 22 / 0.55);
}

.bg-green-950\/60{
  background-color: rgb(5 46 22 / 0.6);
}

.bg-green-950\/65{
  background-color: rgb(5 46 22 / 0.65);
}

.bg-green-950\/70{
  background-color: rgb(5 46 22 / 0.7);
}

.bg-green-950\/75{
  background-color: rgb(5 46 22 / 0.75);
}

.bg-green-950\/80{
  background-color: rgb(5 46 22 / 0.8);
}

.bg-green-950\/85{
  background-color: rgb(5 46 22 / 0.85);
}

.bg-green-950\/90{
  background-color: rgb(5 46 22 / 0.9);
}

.bg-green-950\/95{
  background-color: rgb(5 46 22 / 0.95);
}

.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-100\/0{
  background-color: rgb(224 231 255 / 0);
}

.bg-indigo-100\/10{
  background-color: rgb(224 231 255 / 0.1);
}

.bg-indigo-100\/100{
  background-color: rgb(224 231 255 / 1);
}

.bg-indigo-100\/15{
  background-color: rgb(224 231 255 / 0.15);
}

.bg-indigo-100\/20{
  background-color: rgb(224 231 255 / 0.2);
}

.bg-indigo-100\/25{
  background-color: rgb(224 231 255 / 0.25);
}

.bg-indigo-100\/30{
  background-color: rgb(224 231 255 / 0.3);
}

.bg-indigo-100\/35{
  background-color: rgb(224 231 255 / 0.35);
}

.bg-indigo-100\/40{
  background-color: rgb(224 231 255 / 0.4);
}

.bg-indigo-100\/45{
  background-color: rgb(224 231 255 / 0.45);
}

.bg-indigo-100\/5{
  background-color: rgb(224 231 255 / 0.05);
}

.bg-indigo-100\/50{
  background-color: rgb(224 231 255 / 0.5);
}

.bg-indigo-100\/55{
  background-color: rgb(224 231 255 / 0.55);
}

.bg-indigo-100\/60{
  background-color: rgb(224 231 255 / 0.6);
}

.bg-indigo-100\/65{
  background-color: rgb(224 231 255 / 0.65);
}

.bg-indigo-100\/70{
  background-color: rgb(224 231 255 / 0.7);
}

.bg-indigo-100\/75{
  background-color: rgb(224 231 255 / 0.75);
}

.bg-indigo-100\/80{
  background-color: rgb(224 231 255 / 0.8);
}

.bg-indigo-100\/85{
  background-color: rgb(224 231 255 / 0.85);
}

.bg-indigo-100\/90{
  background-color: rgb(224 231 255 / 0.9);
}

.bg-indigo-100\/95{
  background-color: rgb(224 231 255 / 0.95);
}

.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.bg-indigo-200\/0{
  background-color: rgb(199 210 254 / 0);
}

.bg-indigo-200\/10{
  background-color: rgb(199 210 254 / 0.1);
}

.bg-indigo-200\/100{
  background-color: rgb(199 210 254 / 1);
}

.bg-indigo-200\/15{
  background-color: rgb(199 210 254 / 0.15);
}

.bg-indigo-200\/20{
  background-color: rgb(199 210 254 / 0.2);
}

.bg-indigo-200\/25{
  background-color: rgb(199 210 254 / 0.25);
}

.bg-indigo-200\/30{
  background-color: rgb(199 210 254 / 0.3);
}

.bg-indigo-200\/35{
  background-color: rgb(199 210 254 / 0.35);
}

.bg-indigo-200\/40{
  background-color: rgb(199 210 254 / 0.4);
}

.bg-indigo-200\/45{
  background-color: rgb(199 210 254 / 0.45);
}

.bg-indigo-200\/5{
  background-color: rgb(199 210 254 / 0.05);
}

.bg-indigo-200\/50{
  background-color: rgb(199 210 254 / 0.5);
}

.bg-indigo-200\/55{
  background-color: rgb(199 210 254 / 0.55);
}

.bg-indigo-200\/60{
  background-color: rgb(199 210 254 / 0.6);
}

.bg-indigo-200\/65{
  background-color: rgb(199 210 254 / 0.65);
}

.bg-indigo-200\/70{
  background-color: rgb(199 210 254 / 0.7);
}

.bg-indigo-200\/75{
  background-color: rgb(199 210 254 / 0.75);
}

.bg-indigo-200\/80{
  background-color: rgb(199 210 254 / 0.8);
}

.bg-indigo-200\/85{
  background-color: rgb(199 210 254 / 0.85);
}

.bg-indigo-200\/90{
  background-color: rgb(199 210 254 / 0.9);
}

.bg-indigo-200\/95{
  background-color: rgb(199 210 254 / 0.95);
}

.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.bg-indigo-300\/0{
  background-color: rgb(165 180 252 / 0);
}

.bg-indigo-300\/10{
  background-color: rgb(165 180 252 / 0.1);
}

.bg-indigo-300\/100{
  background-color: rgb(165 180 252 / 1);
}

.bg-indigo-300\/15{
  background-color: rgb(165 180 252 / 0.15);
}

.bg-indigo-300\/20{
  background-color: rgb(165 180 252 / 0.2);
}

.bg-indigo-300\/25{
  background-color: rgb(165 180 252 / 0.25);
}

.bg-indigo-300\/30{
  background-color: rgb(165 180 252 / 0.3);
}

.bg-indigo-300\/35{
  background-color: rgb(165 180 252 / 0.35);
}

.bg-indigo-300\/40{
  background-color: rgb(165 180 252 / 0.4);
}

.bg-indigo-300\/45{
  background-color: rgb(165 180 252 / 0.45);
}

.bg-indigo-300\/5{
  background-color: rgb(165 180 252 / 0.05);
}

.bg-indigo-300\/50{
  background-color: rgb(165 180 252 / 0.5);
}

.bg-indigo-300\/55{
  background-color: rgb(165 180 252 / 0.55);
}

.bg-indigo-300\/60{
  background-color: rgb(165 180 252 / 0.6);
}

.bg-indigo-300\/65{
  background-color: rgb(165 180 252 / 0.65);
}

.bg-indigo-300\/70{
  background-color: rgb(165 180 252 / 0.7);
}

.bg-indigo-300\/75{
  background-color: rgb(165 180 252 / 0.75);
}

.bg-indigo-300\/80{
  background-color: rgb(165 180 252 / 0.8);
}

.bg-indigo-300\/85{
  background-color: rgb(165 180 252 / 0.85);
}

.bg-indigo-300\/90{
  background-color: rgb(165 180 252 / 0.9);
}

.bg-indigo-300\/95{
  background-color: rgb(165 180 252 / 0.95);
}

.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.bg-indigo-400\/0{
  background-color: rgb(129 140 248 / 0);
}

.bg-indigo-400\/10{
  background-color: rgb(129 140 248 / 0.1);
}

.bg-indigo-400\/100{
  background-color: rgb(129 140 248 / 1);
}

.bg-indigo-400\/15{
  background-color: rgb(129 140 248 / 0.15);
}

.bg-indigo-400\/20{
  background-color: rgb(129 140 248 / 0.2);
}

.bg-indigo-400\/25{
  background-color: rgb(129 140 248 / 0.25);
}

.bg-indigo-400\/30{
  background-color: rgb(129 140 248 / 0.3);
}

.bg-indigo-400\/35{
  background-color: rgb(129 140 248 / 0.35);
}

.bg-indigo-400\/40{
  background-color: rgb(129 140 248 / 0.4);
}

.bg-indigo-400\/45{
  background-color: rgb(129 140 248 / 0.45);
}

.bg-indigo-400\/5{
  background-color: rgb(129 140 248 / 0.05);
}

.bg-indigo-400\/50{
  background-color: rgb(129 140 248 / 0.5);
}

.bg-indigo-400\/55{
  background-color: rgb(129 140 248 / 0.55);
}

.bg-indigo-400\/60{
  background-color: rgb(129 140 248 / 0.6);
}

.bg-indigo-400\/65{
  background-color: rgb(129 140 248 / 0.65);
}

.bg-indigo-400\/70{
  background-color: rgb(129 140 248 / 0.7);
}

.bg-indigo-400\/75{
  background-color: rgb(129 140 248 / 0.75);
}

.bg-indigo-400\/80{
  background-color: rgb(129 140 248 / 0.8);
}

.bg-indigo-400\/85{
  background-color: rgb(129 140 248 / 0.85);
}

.bg-indigo-400\/90{
  background-color: rgb(129 140 248 / 0.9);
}

.bg-indigo-400\/95{
  background-color: rgb(129 140 248 / 0.95);
}

.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-indigo-50\/0{
  background-color: rgb(238 242 255 / 0);
}

.bg-indigo-50\/10{
  background-color: rgb(238 242 255 / 0.1);
}

.bg-indigo-50\/100{
  background-color: rgb(238 242 255 / 1);
}

.bg-indigo-50\/15{
  background-color: rgb(238 242 255 / 0.15);
}

.bg-indigo-50\/20{
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/25{
  background-color: rgb(238 242 255 / 0.25);
}

.bg-indigo-50\/30{
  background-color: rgb(238 242 255 / 0.3);
}

.bg-indigo-50\/35{
  background-color: rgb(238 242 255 / 0.35);
}

.bg-indigo-50\/40{
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/45{
  background-color: rgb(238 242 255 / 0.45);
}

.bg-indigo-50\/5{
  background-color: rgb(238 242 255 / 0.05);
}

.bg-indigo-50\/50{
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-50\/55{
  background-color: rgb(238 242 255 / 0.55);
}

.bg-indigo-50\/60{
  background-color: rgb(238 242 255 / 0.6);
}

.bg-indigo-50\/65{
  background-color: rgb(238 242 255 / 0.65);
}

.bg-indigo-50\/70{
  background-color: rgb(238 242 255 / 0.7);
}

.bg-indigo-50\/75{
  background-color: rgb(238 242 255 / 0.75);
}

.bg-indigo-50\/80{
  background-color: rgb(238 242 255 / 0.8);
}

.bg-indigo-50\/85{
  background-color: rgb(238 242 255 / 0.85);
}

.bg-indigo-50\/90{
  background-color: rgb(238 242 255 / 0.9);
}

.bg-indigo-50\/95{
  background-color: rgb(238 242 255 / 0.95);
}

.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-indigo-500\/0{
  background-color: rgb(99 102 241 / 0);
}

.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/100{
  background-color: rgb(99 102 241 / 1);
}

.bg-indigo-500\/15{
  background-color: rgb(99 102 241 / 0.15);
}

.bg-indigo-500\/20{
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/25{
  background-color: rgb(99 102 241 / 0.25);
}

.bg-indigo-500\/30{
  background-color: rgb(99 102 241 / 0.3);
}

.bg-indigo-500\/35{
  background-color: rgb(99 102 241 / 0.35);
}

.bg-indigo-500\/40{
  background-color: rgb(99 102 241 / 0.4);
}

.bg-indigo-500\/45{
  background-color: rgb(99 102 241 / 0.45);
}

.bg-indigo-500\/5{
  background-color: rgb(99 102 241 / 0.05);
}

.bg-indigo-500\/50{
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-500\/55{
  background-color: rgb(99 102 241 / 0.55);
}

.bg-indigo-500\/60{
  background-color: rgb(99 102 241 / 0.6);
}

.bg-indigo-500\/65{
  background-color: rgb(99 102 241 / 0.65);
}

.bg-indigo-500\/70{
  background-color: rgb(99 102 241 / 0.7);
}

.bg-indigo-500\/75{
  background-color: rgb(99 102 241 / 0.75);
}

.bg-indigo-500\/80{
  background-color: rgb(99 102 241 / 0.8);
}

.bg-indigo-500\/85{
  background-color: rgb(99 102 241 / 0.85);
}

.bg-indigo-500\/90{
  background-color: rgb(99 102 241 / 0.9);
}

.bg-indigo-500\/95{
  background-color: rgb(99 102 241 / 0.95);
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-indigo-600\/0{
  background-color: rgb(79 70 229 / 0);
}

.bg-indigo-600\/10{
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-600\/100{
  background-color: rgb(79 70 229 / 1);
}

.bg-indigo-600\/15{
  background-color: rgb(79 70 229 / 0.15);
}

.bg-indigo-600\/20{
  background-color: rgb(79 70 229 / 0.2);
}

.bg-indigo-600\/25{
  background-color: rgb(79 70 229 / 0.25);
}

.bg-indigo-600\/30{
  background-color: rgb(79 70 229 / 0.3);
}

.bg-indigo-600\/35{
  background-color: rgb(79 70 229 / 0.35);
}

.bg-indigo-600\/40{
  background-color: rgb(79 70 229 / 0.4);
}

.bg-indigo-600\/45{
  background-color: rgb(79 70 229 / 0.45);
}

.bg-indigo-600\/5{
  background-color: rgb(79 70 229 / 0.05);
}

.bg-indigo-600\/50{
  background-color: rgb(79 70 229 / 0.5);
}

.bg-indigo-600\/55{
  background-color: rgb(79 70 229 / 0.55);
}

.bg-indigo-600\/60{
  background-color: rgb(79 70 229 / 0.6);
}

.bg-indigo-600\/65{
  background-color: rgb(79 70 229 / 0.65);
}

.bg-indigo-600\/70{
  background-color: rgb(79 70 229 / 0.7);
}

.bg-indigo-600\/75{
  background-color: rgb(79 70 229 / 0.75);
}

.bg-indigo-600\/80{
  background-color: rgb(79 70 229 / 0.8);
}

.bg-indigo-600\/85{
  background-color: rgb(79 70 229 / 0.85);
}

.bg-indigo-600\/90{
  background-color: rgb(79 70 229 / 0.9);
}

.bg-indigo-600\/95{
  background-color: rgb(79 70 229 / 0.95);
}

.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.bg-indigo-700\/0{
  background-color: rgb(67 56 202 / 0);
}

.bg-indigo-700\/10{
  background-color: rgb(67 56 202 / 0.1);
}

.bg-indigo-700\/100{
  background-color: rgb(67 56 202 / 1);
}

.bg-indigo-700\/15{
  background-color: rgb(67 56 202 / 0.15);
}

.bg-indigo-700\/20{
  background-color: rgb(67 56 202 / 0.2);
}

.bg-indigo-700\/25{
  background-color: rgb(67 56 202 / 0.25);
}

.bg-indigo-700\/30{
  background-color: rgb(67 56 202 / 0.3);
}

.bg-indigo-700\/35{
  background-color: rgb(67 56 202 / 0.35);
}

.bg-indigo-700\/40{
  background-color: rgb(67 56 202 / 0.4);
}

.bg-indigo-700\/45{
  background-color: rgb(67 56 202 / 0.45);
}

.bg-indigo-700\/5{
  background-color: rgb(67 56 202 / 0.05);
}

.bg-indigo-700\/50{
  background-color: rgb(67 56 202 / 0.5);
}

.bg-indigo-700\/55{
  background-color: rgb(67 56 202 / 0.55);
}

.bg-indigo-700\/60{
  background-color: rgb(67 56 202 / 0.6);
}

.bg-indigo-700\/65{
  background-color: rgb(67 56 202 / 0.65);
}

.bg-indigo-700\/70{
  background-color: rgb(67 56 202 / 0.7);
}

.bg-indigo-700\/75{
  background-color: rgb(67 56 202 / 0.75);
}

.bg-indigo-700\/80{
  background-color: rgb(67 56 202 / 0.8);
}

.bg-indigo-700\/85{
  background-color: rgb(67 56 202 / 0.85);
}

.bg-indigo-700\/90{
  background-color: rgb(67 56 202 / 0.9);
}

.bg-indigo-700\/95{
  background-color: rgb(67 56 202 / 0.95);
}

.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.bg-indigo-800\/0{
  background-color: rgb(55 48 163 / 0);
}

.bg-indigo-800\/10{
  background-color: rgb(55 48 163 / 0.1);
}

.bg-indigo-800\/100{
  background-color: rgb(55 48 163 / 1);
}

.bg-indigo-800\/15{
  background-color: rgb(55 48 163 / 0.15);
}

.bg-indigo-800\/20{
  background-color: rgb(55 48 163 / 0.2);
}

.bg-indigo-800\/25{
  background-color: rgb(55 48 163 / 0.25);
}

.bg-indigo-800\/30{
  background-color: rgb(55 48 163 / 0.3);
}

.bg-indigo-800\/35{
  background-color: rgb(55 48 163 / 0.35);
}

.bg-indigo-800\/40{
  background-color: rgb(55 48 163 / 0.4);
}

.bg-indigo-800\/45{
  background-color: rgb(55 48 163 / 0.45);
}

.bg-indigo-800\/5{
  background-color: rgb(55 48 163 / 0.05);
}

.bg-indigo-800\/50{
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/55{
  background-color: rgb(55 48 163 / 0.55);
}

.bg-indigo-800\/60{
  background-color: rgb(55 48 163 / 0.6);
}

.bg-indigo-800\/65{
  background-color: rgb(55 48 163 / 0.65);
}

.bg-indigo-800\/70{
  background-color: rgb(55 48 163 / 0.7);
}

.bg-indigo-800\/75{
  background-color: rgb(55 48 163 / 0.75);
}

.bg-indigo-800\/80{
  background-color: rgb(55 48 163 / 0.8);
}

.bg-indigo-800\/85{
  background-color: rgb(55 48 163 / 0.85);
}

.bg-indigo-800\/90{
  background-color: rgb(55 48 163 / 0.9);
}

.bg-indigo-800\/95{
  background-color: rgb(55 48 163 / 0.95);
}

.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.bg-indigo-900\/0{
  background-color: rgb(49 46 129 / 0);
}

.bg-indigo-900\/10{
  background-color: rgb(49 46 129 / 0.1);
}

.bg-indigo-900\/100{
  background-color: rgb(49 46 129 / 1);
}

.bg-indigo-900\/15{
  background-color: rgb(49 46 129 / 0.15);
}

.bg-indigo-900\/20{
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/25{
  background-color: rgb(49 46 129 / 0.25);
}

.bg-indigo-900\/30{
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/35{
  background-color: rgb(49 46 129 / 0.35);
}

.bg-indigo-900\/40{
  background-color: rgb(49 46 129 / 0.4);
}

.bg-indigo-900\/45{
  background-color: rgb(49 46 129 / 0.45);
}

.bg-indigo-900\/5{
  background-color: rgb(49 46 129 / 0.05);
}

.bg-indigo-900\/50{
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-900\/55{
  background-color: rgb(49 46 129 / 0.55);
}

.bg-indigo-900\/60{
  background-color: rgb(49 46 129 / 0.6);
}

.bg-indigo-900\/65{
  background-color: rgb(49 46 129 / 0.65);
}

.bg-indigo-900\/70{
  background-color: rgb(49 46 129 / 0.7);
}

.bg-indigo-900\/75{
  background-color: rgb(49 46 129 / 0.75);
}

.bg-indigo-900\/80{
  background-color: rgb(49 46 129 / 0.8);
}

.bg-indigo-900\/85{
  background-color: rgb(49 46 129 / 0.85);
}

.bg-indigo-900\/90{
  background-color: rgb(49 46 129 / 0.9);
}

.bg-indigo-900\/95{
  background-color: rgb(49 46 129 / 0.95);
}

.bg-indigo-950{
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}

.bg-indigo-950\/0{
  background-color: rgb(30 27 75 / 0);
}

.bg-indigo-950\/10{
  background-color: rgb(30 27 75 / 0.1);
}

.bg-indigo-950\/100{
  background-color: rgb(30 27 75 / 1);
}

.bg-indigo-950\/15{
  background-color: rgb(30 27 75 / 0.15);
}

.bg-indigo-950\/20{
  background-color: rgb(30 27 75 / 0.2);
}

.bg-indigo-950\/25{
  background-color: rgb(30 27 75 / 0.25);
}

.bg-indigo-950\/30{
  background-color: rgb(30 27 75 / 0.3);
}

.bg-indigo-950\/35{
  background-color: rgb(30 27 75 / 0.35);
}

.bg-indigo-950\/40{
  background-color: rgb(30 27 75 / 0.4);
}

.bg-indigo-950\/45{
  background-color: rgb(30 27 75 / 0.45);
}

.bg-indigo-950\/5{
  background-color: rgb(30 27 75 / 0.05);
}

.bg-indigo-950\/50{
  background-color: rgb(30 27 75 / 0.5);
}

.bg-indigo-950\/55{
  background-color: rgb(30 27 75 / 0.55);
}

.bg-indigo-950\/60{
  background-color: rgb(30 27 75 / 0.6);
}

.bg-indigo-950\/65{
  background-color: rgb(30 27 75 / 0.65);
}

.bg-indigo-950\/70{
  background-color: rgb(30 27 75 / 0.7);
}

.bg-indigo-950\/75{
  background-color: rgb(30 27 75 / 0.75);
}

.bg-indigo-950\/80{
  background-color: rgb(30 27 75 / 0.8);
}

.bg-indigo-950\/85{
  background-color: rgb(30 27 75 / 0.85);
}

.bg-indigo-950\/90{
  background-color: rgb(30 27 75 / 0.9);
}

.bg-indigo-950\/95{
  background-color: rgb(30 27 75 / 0.95);
}

.bg-info{
  --tw-bg-opacity: 1;
  background-color: rgb(247 159 26 / var(--tw-bg-opacity));
}

.bg-info-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 122 0 / var(--tw-bg-opacity));
}

.bg-info-hover\/0{
  background-color: rgb(203 122 0 / 0);
}

.bg-info-hover\/10{
  background-color: rgb(203 122 0 / 0.1);
}

.bg-info-hover\/100{
  background-color: rgb(203 122 0 / 1);
}

.bg-info-hover\/15{
  background-color: rgb(203 122 0 / 0.15);
}

.bg-info-hover\/20{
  background-color: rgb(203 122 0 / 0.2);
}

.bg-info-hover\/25{
  background-color: rgb(203 122 0 / 0.25);
}

.bg-info-hover\/30{
  background-color: rgb(203 122 0 / 0.3);
}

.bg-info-hover\/35{
  background-color: rgb(203 122 0 / 0.35);
}

.bg-info-hover\/40{
  background-color: rgb(203 122 0 / 0.4);
}

.bg-info-hover\/45{
  background-color: rgb(203 122 0 / 0.45);
}

.bg-info-hover\/5{
  background-color: rgb(203 122 0 / 0.05);
}

.bg-info-hover\/50{
  background-color: rgb(203 122 0 / 0.5);
}

.bg-info-hover\/55{
  background-color: rgb(203 122 0 / 0.55);
}

.bg-info-hover\/60{
  background-color: rgb(203 122 0 / 0.6);
}

.bg-info-hover\/65{
  background-color: rgb(203 122 0 / 0.65);
}

.bg-info-hover\/70{
  background-color: rgb(203 122 0 / 0.7);
}

.bg-info-hover\/75{
  background-color: rgb(203 122 0 / 0.75);
}

.bg-info-hover\/80{
  background-color: rgb(203 122 0 / 0.8);
}

.bg-info-hover\/85{
  background-color: rgb(203 122 0 / 0.85);
}

.bg-info-hover\/90{
  background-color: rgb(203 122 0 / 0.9);
}

.bg-info-hover\/95{
  background-color: rgb(203 122 0 / 0.95);
}

.bg-info\/0{
  background-color: rgb(247 159 26 / 0);
}

.bg-info\/10{
  background-color: rgb(247 159 26 / 0.1);
}

.bg-info\/100{
  background-color: rgb(247 159 26 / 1);
}

.bg-info\/15{
  background-color: rgb(247 159 26 / 0.15);
}

.bg-info\/20{
  background-color: rgb(247 159 26 / 0.2);
}

.bg-info\/25{
  background-color: rgb(247 159 26 / 0.25);
}

.bg-info\/30{
  background-color: rgb(247 159 26 / 0.3);
}

.bg-info\/35{
  background-color: rgb(247 159 26 / 0.35);
}

.bg-info\/40{
  background-color: rgb(247 159 26 / 0.4);
}

.bg-info\/45{
  background-color: rgb(247 159 26 / 0.45);
}

.bg-info\/5{
  background-color: rgb(247 159 26 / 0.05);
}

.bg-info\/50{
  background-color: rgb(247 159 26 / 0.5);
}

.bg-info\/55{
  background-color: rgb(247 159 26 / 0.55);
}

.bg-info\/60{
  background-color: rgb(247 159 26 / 0.6);
}

.bg-info\/65{
  background-color: rgb(247 159 26 / 0.65);
}

.bg-info\/70{
  background-color: rgb(247 159 26 / 0.7);
}

.bg-info\/75{
  background-color: rgb(247 159 26 / 0.75);
}

.bg-info\/80{
  background-color: rgb(247 159 26 / 0.8);
}

.bg-info\/85{
  background-color: rgb(247 159 26 / 0.85);
}

.bg-info\/90{
  background-color: rgb(247 159 26 / 0.9);
}

.bg-info\/95{
  background-color: rgb(247 159 26 / 0.95);
}

.bg-inherit{
  background-color: inherit;
}

.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\/15{
  background-color: rgb(236 252 203 / 0.15);
}

.bg-lime-100\/20{
  background-color: rgb(236 252 203 / 0.2);
}

.bg-lime-100\/25{
  background-color: rgb(236 252 203 / 0.25);
}

.bg-lime-100\/30{
  background-color: rgb(236 252 203 / 0.3);
}

.bg-lime-100\/35{
  background-color: rgb(236 252 203 / 0.35);
}

.bg-lime-100\/40{
  background-color: rgb(236 252 203 / 0.4);
}

.bg-lime-100\/45{
  background-color: rgb(236 252 203 / 0.45);
}

.bg-lime-100\/5{
  background-color: rgb(236 252 203 / 0.05);
}

.bg-lime-100\/50{
  background-color: rgb(236 252 203 / 0.5);
}

.bg-lime-100\/55{
  background-color: rgb(236 252 203 / 0.55);
}

.bg-lime-100\/60{
  background-color: rgb(236 252 203 / 0.6);
}

.bg-lime-100\/65{
  background-color: rgb(236 252 203 / 0.65);
}

.bg-lime-100\/70{
  background-color: rgb(236 252 203 / 0.7);
}

.bg-lime-100\/75{
  background-color: rgb(236 252 203 / 0.75);
}

.bg-lime-100\/80{
  background-color: rgb(236 252 203 / 0.8);
}

.bg-lime-100\/85{
  background-color: rgb(236 252 203 / 0.85);
}

.bg-lime-100\/90{
  background-color: rgb(236 252 203 / 0.9);
}

.bg-lime-100\/95{
  background-color: rgb(236 252 203 / 0.95);
}

.bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.bg-lime-200\/0{
  background-color: rgb(217 249 157 / 0);
}

.bg-lime-200\/10{
  background-color: rgb(217 249 157 / 0.1);
}

.bg-lime-200\/100{
  background-color: rgb(217 249 157 / 1);
}

.bg-lime-200\/15{
  background-color: rgb(217 249 157 / 0.15);
}

.bg-lime-200\/20{
  background-color: rgb(217 249 157 / 0.2);
}

.bg-lime-200\/25{
  background-color: rgb(217 249 157 / 0.25);
}

.bg-lime-200\/30{
  background-color: rgb(217 249 157 / 0.3);
}

.bg-lime-200\/35{
  background-color: rgb(217 249 157 / 0.35);
}

.bg-lime-200\/40{
  background-color: rgb(217 249 157 / 0.4);
}

.bg-lime-200\/45{
  background-color: rgb(217 249 157 / 0.45);
}

.bg-lime-200\/5{
  background-color: rgb(217 249 157 / 0.05);
}

.bg-lime-200\/50{
  background-color: rgb(217 249 157 / 0.5);
}

.bg-lime-200\/55{
  background-color: rgb(217 249 157 / 0.55);
}

.bg-lime-200\/60{
  background-color: rgb(217 249 157 / 0.6);
}

.bg-lime-200\/65{
  background-color: rgb(217 249 157 / 0.65);
}

.bg-lime-200\/70{
  background-color: rgb(217 249 157 / 0.7);
}

.bg-lime-200\/75{
  background-color: rgb(217 249 157 / 0.75);
}

.bg-lime-200\/80{
  background-color: rgb(217 249 157 / 0.8);
}

.bg-lime-200\/85{
  background-color: rgb(217 249 157 / 0.85);
}

.bg-lime-200\/90{
  background-color: rgb(217 249 157 / 0.9);
}

.bg-lime-200\/95{
  background-color: rgb(217 249 157 / 0.95);
}

.bg-lime-300{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.bg-lime-300\/0{
  background-color: rgb(190 242 100 / 0);
}

.bg-lime-300\/10{
  background-color: rgb(190 242 100 / 0.1);
}

.bg-lime-300\/100{
  background-color: rgb(190 242 100 / 1);
}

.bg-lime-300\/15{
  background-color: rgb(190 242 100 / 0.15);
}

.bg-lime-300\/20{
  background-color: rgb(190 242 100 / 0.2);
}

.bg-lime-300\/25{
  background-color: rgb(190 242 100 / 0.25);
}

.bg-lime-300\/30{
  background-color: rgb(190 242 100 / 0.3);
}

.bg-lime-300\/35{
  background-color: rgb(190 242 100 / 0.35);
}

.bg-lime-300\/40{
  background-color: rgb(190 242 100 / 0.4);
}

.bg-lime-300\/45{
  background-color: rgb(190 242 100 / 0.45);
}

.bg-lime-300\/5{
  background-color: rgb(190 242 100 / 0.05);
}

.bg-lime-300\/50{
  background-color: rgb(190 242 100 / 0.5);
}

.bg-lime-300\/55{
  background-color: rgb(190 242 100 / 0.55);
}

.bg-lime-300\/60{
  background-color: rgb(190 242 100 / 0.6);
}

.bg-lime-300\/65{
  background-color: rgb(190 242 100 / 0.65);
}

.bg-lime-300\/70{
  background-color: rgb(190 242 100 / 0.7);
}

.bg-lime-300\/75{
  background-color: rgb(190 242 100 / 0.75);
}

.bg-lime-300\/80{
  background-color: rgb(190 242 100 / 0.8);
}

.bg-lime-300\/85{
  background-color: rgb(190 242 100 / 0.85);
}

.bg-lime-300\/90{
  background-color: rgb(190 242 100 / 0.9);
}

.bg-lime-300\/95{
  background-color: rgb(190 242 100 / 0.95);
}

.bg-lime-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.bg-lime-400\/0{
  background-color: rgb(163 230 53 / 0);
}

.bg-lime-400\/10{
  background-color: rgb(163 230 53 / 0.1);
}

.bg-lime-400\/100{
  background-color: rgb(163 230 53 / 1);
}

.bg-lime-400\/15{
  background-color: rgb(163 230 53 / 0.15);
}

.bg-lime-400\/20{
  background-color: rgb(163 230 53 / 0.2);
}

.bg-lime-400\/25{
  background-color: rgb(163 230 53 / 0.25);
}

.bg-lime-400\/30{
  background-color: rgb(163 230 53 / 0.3);
}

.bg-lime-400\/35{
  background-color: rgb(163 230 53 / 0.35);
}

.bg-lime-400\/40{
  background-color: rgb(163 230 53 / 0.4);
}

.bg-lime-400\/45{
  background-color: rgb(163 230 53 / 0.45);
}

.bg-lime-400\/5{
  background-color: rgb(163 230 53 / 0.05);
}

.bg-lime-400\/50{
  background-color: rgb(163 230 53 / 0.5);
}

.bg-lime-400\/55{
  background-color: rgb(163 230 53 / 0.55);
}

.bg-lime-400\/60{
  background-color: rgb(163 230 53 / 0.6);
}

.bg-lime-400\/65{
  background-color: rgb(163 230 53 / 0.65);
}

.bg-lime-400\/70{
  background-color: rgb(163 230 53 / 0.7);
}

.bg-lime-400\/75{
  background-color: rgb(163 230 53 / 0.75);
}

.bg-lime-400\/80{
  background-color: rgb(163 230 53 / 0.8);
}

.bg-lime-400\/85{
  background-color: rgb(163 230 53 / 0.85);
}

.bg-lime-400\/90{
  background-color: rgb(163 230 53 / 0.9);
}

.bg-lime-400\/95{
  background-color: rgb(163 230 53 / 0.95);
}

.bg-lime-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.bg-lime-50\/0{
  background-color: rgb(247 254 231 / 0);
}

.bg-lime-50\/10{
  background-color: rgb(247 254 231 / 0.1);
}

.bg-lime-50\/100{
  background-color: rgb(247 254 231 / 1);
}

.bg-lime-50\/15{
  background-color: rgb(247 254 231 / 0.15);
}

.bg-lime-50\/20{
  background-color: rgb(247 254 231 / 0.2);
}

.bg-lime-50\/25{
  background-color: rgb(247 254 231 / 0.25);
}

.bg-lime-50\/30{
  background-color: rgb(247 254 231 / 0.3);
}

.bg-lime-50\/35{
  background-color: rgb(247 254 231 / 0.35);
}

.bg-lime-50\/40{
  background-color: rgb(247 254 231 / 0.4);
}

.bg-lime-50\/45{
  background-color: rgb(247 254 231 / 0.45);
}

.bg-lime-50\/5{
  background-color: rgb(247 254 231 / 0.05);
}

.bg-lime-50\/50{
  background-color: rgb(247 254 231 / 0.5);
}

.bg-lime-50\/55{
  background-color: rgb(247 254 231 / 0.55);
}

.bg-lime-50\/60{
  background-color: rgb(247 254 231 / 0.6);
}

.bg-lime-50\/65{
  background-color: rgb(247 254 231 / 0.65);
}

.bg-lime-50\/70{
  background-color: rgb(247 254 231 / 0.7);
}

.bg-lime-50\/75{
  background-color: rgb(247 254 231 / 0.75);
}

.bg-lime-50\/80{
  background-color: rgb(247 254 231 / 0.8);
}

.bg-lime-50\/85{
  background-color: rgb(247 254 231 / 0.85);
}

.bg-lime-50\/90{
  background-color: rgb(247 254 231 / 0.9);
}

.bg-lime-50\/95{
  background-color: rgb(247 254 231 / 0.95);
}

.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.bg-lime-500\/0{
  background-color: rgb(132 204 22 / 0);
}

.bg-lime-500\/10{
  background-color: rgb(132 204 22 / 0.1);
}

.bg-lime-500\/100{
  background-color: rgb(132 204 22 / 1);
}

.bg-lime-500\/15{
  background-color: rgb(132 204 22 / 0.15);
}

.bg-lime-500\/20{
  background-color: rgb(132 204 22 / 0.2);
}

.bg-lime-500\/25{
  background-color: rgb(132 204 22 / 0.25);
}

.bg-lime-500\/30{
  background-color: rgb(132 204 22 / 0.3);
}

.bg-lime-500\/35{
  background-color: rgb(132 204 22 / 0.35);
}

.bg-lime-500\/40{
  background-color: rgb(132 204 22 / 0.4);
}

.bg-lime-500\/45{
  background-color: rgb(132 204 22 / 0.45);
}

.bg-lime-500\/5{
  background-color: rgb(132 204 22 / 0.05);
}

.bg-lime-500\/50{
  background-color: rgb(132 204 22 / 0.5);
}

.bg-lime-500\/55{
  background-color: rgb(132 204 22 / 0.55);
}

.bg-lime-500\/60{
  background-color: rgb(132 204 22 / 0.6);
}

.bg-lime-500\/65{
  background-color: rgb(132 204 22 / 0.65);
}

.bg-lime-500\/70{
  background-color: rgb(132 204 22 / 0.7);
}

.bg-lime-500\/75{
  background-color: rgb(132 204 22 / 0.75);
}

.bg-lime-500\/80{
  background-color: rgb(132 204 22 / 0.8);
}

.bg-lime-500\/85{
  background-color: rgb(132 204 22 / 0.85);
}

.bg-lime-500\/90{
  background-color: rgb(132 204 22 / 0.9);
}

.bg-lime-500\/95{
  background-color: rgb(132 204 22 / 0.95);
}

.bg-lime-600{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.bg-lime-600\/0{
  background-color: rgb(101 163 13 / 0);
}

.bg-lime-600\/10{
  background-color: rgb(101 163 13 / 0.1);
}

.bg-lime-600\/100{
  background-color: rgb(101 163 13 / 1);
}

.bg-lime-600\/15{
  background-color: rgb(101 163 13 / 0.15);
}

.bg-lime-600\/20{
  background-color: rgb(101 163 13 / 0.2);
}

.bg-lime-600\/25{
  background-color: rgb(101 163 13 / 0.25);
}

.bg-lime-600\/30{
  background-color: rgb(101 163 13 / 0.3);
}

.bg-lime-600\/35{
  background-color: rgb(101 163 13 / 0.35);
}

.bg-lime-600\/40{
  background-color: rgb(101 163 13 / 0.4);
}

.bg-lime-600\/45{
  background-color: rgb(101 163 13 / 0.45);
}

.bg-lime-600\/5{
  background-color: rgb(101 163 13 / 0.05);
}

.bg-lime-600\/50{
  background-color: rgb(101 163 13 / 0.5);
}

.bg-lime-600\/55{
  background-color: rgb(101 163 13 / 0.55);
}

.bg-lime-600\/60{
  background-color: rgb(101 163 13 / 0.6);
}

.bg-lime-600\/65{
  background-color: rgb(101 163 13 / 0.65);
}

.bg-lime-600\/70{
  background-color: rgb(101 163 13 / 0.7);
}

.bg-lime-600\/75{
  background-color: rgb(101 163 13 / 0.75);
}

.bg-lime-600\/80{
  background-color: rgb(101 163 13 / 0.8);
}

.bg-lime-600\/85{
  background-color: rgb(101 163 13 / 0.85);
}

.bg-lime-600\/90{
  background-color: rgb(101 163 13 / 0.9);
}

.bg-lime-600\/95{
  background-color: rgb(101 163 13 / 0.95);
}

.bg-lime-700{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.bg-lime-700\/0{
  background-color: rgb(77 124 15 / 0);
}

.bg-lime-700\/10{
  background-color: rgb(77 124 15 / 0.1);
}

.bg-lime-700\/100{
  background-color: rgb(77 124 15 / 1);
}

.bg-lime-700\/15{
  background-color: rgb(77 124 15 / 0.15);
}

.bg-lime-700\/20{
  background-color: rgb(77 124 15 / 0.2);
}

.bg-lime-700\/25{
  background-color: rgb(77 124 15 / 0.25);
}

.bg-lime-700\/30{
  background-color: rgb(77 124 15 / 0.3);
}

.bg-lime-700\/35{
  background-color: rgb(77 124 15 / 0.35);
}

.bg-lime-700\/40{
  background-color: rgb(77 124 15 / 0.4);
}

.bg-lime-700\/45{
  background-color: rgb(77 124 15 / 0.45);
}

.bg-lime-700\/5{
  background-color: rgb(77 124 15 / 0.05);
}

.bg-lime-700\/50{
  background-color: rgb(77 124 15 / 0.5);
}

.bg-lime-700\/55{
  background-color: rgb(77 124 15 / 0.55);
}

.bg-lime-700\/60{
  background-color: rgb(77 124 15 / 0.6);
}

.bg-lime-700\/65{
  background-color: rgb(77 124 15 / 0.65);
}

.bg-lime-700\/70{
  background-color: rgb(77 124 15 / 0.7);
}

.bg-lime-700\/75{
  background-color: rgb(77 124 15 / 0.75);
}

.bg-lime-700\/80{
  background-color: rgb(77 124 15 / 0.8);
}

.bg-lime-700\/85{
  background-color: rgb(77 124 15 / 0.85);
}

.bg-lime-700\/90{
  background-color: rgb(77 124 15 / 0.9);
}

.bg-lime-700\/95{
  background-color: rgb(77 124 15 / 0.95);
}

.bg-lime-800{
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.bg-lime-800\/0{
  background-color: rgb(63 98 18 / 0);
}

.bg-lime-800\/10{
  background-color: rgb(63 98 18 / 0.1);
}

.bg-lime-800\/100{
  background-color: rgb(63 98 18 / 1);
}

.bg-lime-800\/15{
  background-color: rgb(63 98 18 / 0.15);
}

.bg-lime-800\/20{
  background-color: rgb(63 98 18 / 0.2);
}

.bg-lime-800\/25{
  background-color: rgb(63 98 18 / 0.25);
}

.bg-lime-800\/30{
  background-color: rgb(63 98 18 / 0.3);
}

.bg-lime-800\/35{
  background-color: rgb(63 98 18 / 0.35);
}

.bg-lime-800\/40{
  background-color: rgb(63 98 18 / 0.4);
}

.bg-lime-800\/45{
  background-color: rgb(63 98 18 / 0.45);
}

.bg-lime-800\/5{
  background-color: rgb(63 98 18 / 0.05);
}

.bg-lime-800\/50{
  background-color: rgb(63 98 18 / 0.5);
}

.bg-lime-800\/55{
  background-color: rgb(63 98 18 / 0.55);
}

.bg-lime-800\/60{
  background-color: rgb(63 98 18 / 0.6);
}

.bg-lime-800\/65{
  background-color: rgb(63 98 18 / 0.65);
}

.bg-lime-800\/70{
  background-color: rgb(63 98 18 / 0.7);
}

.bg-lime-800\/75{
  background-color: rgb(63 98 18 / 0.75);
}

.bg-lime-800\/80{
  background-color: rgb(63 98 18 / 0.8);
}

.bg-lime-800\/85{
  background-color: rgb(63 98 18 / 0.85);
}

.bg-lime-800\/90{
  background-color: rgb(63 98 18 / 0.9);
}

.bg-lime-800\/95{
  background-color: rgb(63 98 18 / 0.95);
}

.bg-lime-900{
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

.bg-lime-900\/0{
  background-color: rgb(54 83 20 / 0);
}

.bg-lime-900\/10{
  background-color: rgb(54 83 20 / 0.1);
}

.bg-lime-900\/100{
  background-color: rgb(54 83 20 / 1);
}

.bg-lime-900\/15{
  background-color: rgb(54 83 20 / 0.15);
}

.bg-lime-900\/20{
  background-color: rgb(54 83 20 / 0.2);
}

.bg-lime-900\/25{
  background-color: rgb(54 83 20 / 0.25);
}

.bg-lime-900\/30{
  background-color: rgb(54 83 20 / 0.3);
}

.bg-lime-900\/35{
  background-color: rgb(54 83 20 / 0.35);
}

.bg-lime-900\/40{
  background-color: rgb(54 83 20 / 0.4);
}

.bg-lime-900\/45{
  background-color: rgb(54 83 20 / 0.45);
}

.bg-lime-900\/5{
  background-color: rgb(54 83 20 / 0.05);
}

.bg-lime-900\/50{
  background-color: rgb(54 83 20 / 0.5);
}

.bg-lime-900\/55{
  background-color: rgb(54 83 20 / 0.55);
}

.bg-lime-900\/60{
  background-color: rgb(54 83 20 / 0.6);
}

.bg-lime-900\/65{
  background-color: rgb(54 83 20 / 0.65);
}

.bg-lime-900\/70{
  background-color: rgb(54 83 20 / 0.7);
}

.bg-lime-900\/75{
  background-color: rgb(54 83 20 / 0.75);
}

.bg-lime-900\/80{
  background-color: rgb(54 83 20 / 0.8);
}

.bg-lime-900\/85{
  background-color: rgb(54 83 20 / 0.85);
}

.bg-lime-900\/90{
  background-color: rgb(54 83 20 / 0.9);
}

.bg-lime-900\/95{
  background-color: rgb(54 83 20 / 0.95);
}

.bg-lime-950{
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}

.bg-lime-950\/0{
  background-color: rgb(26 46 5 / 0);
}

.bg-lime-950\/10{
  background-color: rgb(26 46 5 / 0.1);
}

.bg-lime-950\/100{
  background-color: rgb(26 46 5 / 1);
}

.bg-lime-950\/15{
  background-color: rgb(26 46 5 / 0.15);
}

.bg-lime-950\/20{
  background-color: rgb(26 46 5 / 0.2);
}

.bg-lime-950\/25{
  background-color: rgb(26 46 5 / 0.25);
}

.bg-lime-950\/30{
  background-color: rgb(26 46 5 / 0.3);
}

.bg-lime-950\/35{
  background-color: rgb(26 46 5 / 0.35);
}

.bg-lime-950\/40{
  background-color: rgb(26 46 5 / 0.4);
}

.bg-lime-950\/45{
  background-color: rgb(26 46 5 / 0.45);
}

.bg-lime-950\/5{
  background-color: rgb(26 46 5 / 0.05);
}

.bg-lime-950\/50{
  background-color: rgb(26 46 5 / 0.5);
}

.bg-lime-950\/55{
  background-color: rgb(26 46 5 / 0.55);
}

.bg-lime-950\/60{
  background-color: rgb(26 46 5 / 0.6);
}

.bg-lime-950\/65{
  background-color: rgb(26 46 5 / 0.65);
}

.bg-lime-950\/70{
  background-color: rgb(26 46 5 / 0.7);
}

.bg-lime-950\/75{
  background-color: rgb(26 46 5 / 0.75);
}

.bg-lime-950\/80{
  background-color: rgb(26 46 5 / 0.8);
}

.bg-lime-950\/85{
  background-color: rgb(26 46 5 / 0.85);
}

.bg-lime-950\/90{
  background-color: rgb(26 46 5 / 0.9);
}

.bg-lime-950\/95{
  background-color: rgb(26 46 5 / 0.95);
}

.bg-neutral-01{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.bg-neutral-01\/0{
  background-color: rgb(224 224 224 / 0);
}

.bg-neutral-01\/10{
  background-color: rgb(224 224 224 / 0.1);
}

.bg-neutral-01\/100{
  background-color: rgb(224 224 224 / 1);
}

.bg-neutral-01\/15{
  background-color: rgb(224 224 224 / 0.15);
}

.bg-neutral-01\/20{
  background-color: rgb(224 224 224 / 0.2);
}

.bg-neutral-01\/25{
  background-color: rgb(224 224 224 / 0.25);
}

.bg-neutral-01\/30{
  background-color: rgb(224 224 224 / 0.3);
}

.bg-neutral-01\/35{
  background-color: rgb(224 224 224 / 0.35);
}

.bg-neutral-01\/40{
  background-color: rgb(224 224 224 / 0.4);
}

.bg-neutral-01\/45{
  background-color: rgb(224 224 224 / 0.45);
}

.bg-neutral-01\/5{
  background-color: rgb(224 224 224 / 0.05);
}

.bg-neutral-01\/50{
  background-color: rgb(224 224 224 / 0.5);
}

.bg-neutral-01\/55{
  background-color: rgb(224 224 224 / 0.55);
}

.bg-neutral-01\/60{
  background-color: rgb(224 224 224 / 0.6);
}

.bg-neutral-01\/65{
  background-color: rgb(224 224 224 / 0.65);
}

.bg-neutral-01\/70{
  background-color: rgb(224 224 224 / 0.7);
}

.bg-neutral-01\/75{
  background-color: rgb(224 224 224 / 0.75);
}

.bg-neutral-01\/80{
  background-color: rgb(224 224 224 / 0.8);
}

.bg-neutral-01\/85{
  background-color: rgb(224 224 224 / 0.85);
}

.bg-neutral-01\/90{
  background-color: rgb(224 224 224 / 0.9);
}

.bg-neutral-01\/95{
  background-color: rgb(224 224 224 / 0.95);
}

.bg-neutral-02{
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 238 / var(--tw-bg-opacity));
}

.bg-neutral-02\/0{
  background-color: rgb(228 234 238 / 0);
}

.bg-neutral-02\/10{
  background-color: rgb(228 234 238 / 0.1);
}

.bg-neutral-02\/100{
  background-color: rgb(228 234 238 / 1);
}

.bg-neutral-02\/15{
  background-color: rgb(228 234 238 / 0.15);
}

.bg-neutral-02\/20{
  background-color: rgb(228 234 238 / 0.2);
}

.bg-neutral-02\/25{
  background-color: rgb(228 234 238 / 0.25);
}

.bg-neutral-02\/30{
  background-color: rgb(228 234 238 / 0.3);
}

.bg-neutral-02\/35{
  background-color: rgb(228 234 238 / 0.35);
}

.bg-neutral-02\/40{
  background-color: rgb(228 234 238 / 0.4);
}

.bg-neutral-02\/45{
  background-color: rgb(228 234 238 / 0.45);
}

.bg-neutral-02\/5{
  background-color: rgb(228 234 238 / 0.05);
}

.bg-neutral-02\/50{
  background-color: rgb(228 234 238 / 0.5);
}

.bg-neutral-02\/55{
  background-color: rgb(228 234 238 / 0.55);
}

.bg-neutral-02\/60{
  background-color: rgb(228 234 238 / 0.6);
}

.bg-neutral-02\/65{
  background-color: rgb(228 234 238 / 0.65);
}

.bg-neutral-02\/70{
  background-color: rgb(228 234 238 / 0.7);
}

.bg-neutral-02\/75{
  background-color: rgb(228 234 238 / 0.75);
}

.bg-neutral-02\/80{
  background-color: rgb(228 234 238 / 0.8);
}

.bg-neutral-02\/85{
  background-color: rgb(228 234 238 / 0.85);
}

.bg-neutral-02\/90{
  background-color: rgb(228 234 238 / 0.9);
}

.bg-neutral-02\/95{
  background-color: rgb(228 234 238 / 0.95);
}

.bg-neutral-03{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
}

.bg-neutral-03\/0{
  background-color: rgb(236 239 250 / 0);
}

.bg-neutral-03\/10{
  background-color: rgb(236 239 250 / 0.1);
}

.bg-neutral-03\/100{
  background-color: rgb(236 239 250 / 1);
}

.bg-neutral-03\/15{
  background-color: rgb(236 239 250 / 0.15);
}

.bg-neutral-03\/20{
  background-color: rgb(236 239 250 / 0.2);
}

.bg-neutral-03\/25{
  background-color: rgb(236 239 250 / 0.25);
}

.bg-neutral-03\/30{
  background-color: rgb(236 239 250 / 0.3);
}

.bg-neutral-03\/35{
  background-color: rgb(236 239 250 / 0.35);
}

.bg-neutral-03\/40{
  background-color: rgb(236 239 250 / 0.4);
}

.bg-neutral-03\/45{
  background-color: rgb(236 239 250 / 0.45);
}

.bg-neutral-03\/5{
  background-color: rgb(236 239 250 / 0.05);
}

.bg-neutral-03\/50{
  background-color: rgb(236 239 250 / 0.5);
}

.bg-neutral-03\/55{
  background-color: rgb(236 239 250 / 0.55);
}

.bg-neutral-03\/60{
  background-color: rgb(236 239 250 / 0.6);
}

.bg-neutral-03\/65{
  background-color: rgb(236 239 250 / 0.65);
}

.bg-neutral-03\/70{
  background-color: rgb(236 239 250 / 0.7);
}

.bg-neutral-03\/75{
  background-color: rgb(236 239 250 / 0.75);
}

.bg-neutral-03\/80{
  background-color: rgb(236 239 250 / 0.8);
}

.bg-neutral-03\/85{
  background-color: rgb(236 239 250 / 0.85);
}

.bg-neutral-03\/90{
  background-color: rgb(236 239 250 / 0.9);
}

.bg-neutral-03\/95{
  background-color: rgb(236 239 250 / 0.95);
}

.bg-neutral-04{
  --tw-bg-opacity: 1;
  background-color: rgb(215 218 226 / var(--tw-bg-opacity));
}

.bg-neutral-04\/0{
  background-color: rgb(215 218 226 / 0);
}

.bg-neutral-04\/10{
  background-color: rgb(215 218 226 / 0.1);
}

.bg-neutral-04\/100{
  background-color: rgb(215 218 226 / 1);
}

.bg-neutral-04\/15{
  background-color: rgb(215 218 226 / 0.15);
}

.bg-neutral-04\/20{
  background-color: rgb(215 218 226 / 0.2);
}

.bg-neutral-04\/25{
  background-color: rgb(215 218 226 / 0.25);
}

.bg-neutral-04\/30{
  background-color: rgb(215 218 226 / 0.3);
}

.bg-neutral-04\/35{
  background-color: rgb(215 218 226 / 0.35);
}

.bg-neutral-04\/40{
  background-color: rgb(215 218 226 / 0.4);
}

.bg-neutral-04\/45{
  background-color: rgb(215 218 226 / 0.45);
}

.bg-neutral-04\/5{
  background-color: rgb(215 218 226 / 0.05);
}

.bg-neutral-04\/50{
  background-color: rgb(215 218 226 / 0.5);
}

.bg-neutral-04\/55{
  background-color: rgb(215 218 226 / 0.55);
}

.bg-neutral-04\/60{
  background-color: rgb(215 218 226 / 0.6);
}

.bg-neutral-04\/65{
  background-color: rgb(215 218 226 / 0.65);
}

.bg-neutral-04\/70{
  background-color: rgb(215 218 226 / 0.7);
}

.bg-neutral-04\/75{
  background-color: rgb(215 218 226 / 0.75);
}

.bg-neutral-04\/80{
  background-color: rgb(215 218 226 / 0.8);
}

.bg-neutral-04\/85{
  background-color: rgb(215 218 226 / 0.85);
}

.bg-neutral-04\/90{
  background-color: rgb(215 218 226 / 0.9);
}

.bg-neutral-04\/95{
  background-color: rgb(215 218 226 / 0.95);
}

.bg-neutral-05{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-neutral-05\/0{
  background-color: rgb(246 246 246 / 0);
}

.bg-neutral-05\/10{
  background-color: rgb(246 246 246 / 0.1);
}

.bg-neutral-05\/100{
  background-color: rgb(246 246 246 / 1);
}

.bg-neutral-05\/15{
  background-color: rgb(246 246 246 / 0.15);
}

.bg-neutral-05\/20{
  background-color: rgb(246 246 246 / 0.2);
}

.bg-neutral-05\/25{
  background-color: rgb(246 246 246 / 0.25);
}

.bg-neutral-05\/30{
  background-color: rgb(246 246 246 / 0.3);
}

.bg-neutral-05\/35{
  background-color: rgb(246 246 246 / 0.35);
}

.bg-neutral-05\/40{
  background-color: rgb(246 246 246 / 0.4);
}

.bg-neutral-05\/45{
  background-color: rgb(246 246 246 / 0.45);
}

.bg-neutral-05\/5{
  background-color: rgb(246 246 246 / 0.05);
}

.bg-neutral-05\/50{
  background-color: rgb(246 246 246 / 0.5);
}

.bg-neutral-05\/55{
  background-color: rgb(246 246 246 / 0.55);
}

.bg-neutral-05\/60{
  background-color: rgb(246 246 246 / 0.6);
}

.bg-neutral-05\/65{
  background-color: rgb(246 246 246 / 0.65);
}

.bg-neutral-05\/70{
  background-color: rgb(246 246 246 / 0.7);
}

.bg-neutral-05\/75{
  background-color: rgb(246 246 246 / 0.75);
}

.bg-neutral-05\/80{
  background-color: rgb(246 246 246 / 0.8);
}

.bg-neutral-05\/85{
  background-color: rgb(246 246 246 / 0.85);
}

.bg-neutral-05\/90{
  background-color: rgb(246 246 246 / 0.9);
}

.bg-neutral-05\/95{
  background-color: rgb(246 246 246 / 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\/15{
  background-color: rgb(245 245 245 / 0.15);
}

.bg-neutral-100\/20{
  background-color: rgb(245 245 245 / 0.2);
}

.bg-neutral-100\/25{
  background-color: rgb(245 245 245 / 0.25);
}

.bg-neutral-100\/30{
  background-color: rgb(245 245 245 / 0.3);
}

.bg-neutral-100\/35{
  background-color: rgb(245 245 245 / 0.35);
}

.bg-neutral-100\/40{
  background-color: rgb(245 245 245 / 0.4);
}

.bg-neutral-100\/45{
  background-color: rgb(245 245 245 / 0.45);
}

.bg-neutral-100\/5{
  background-color: rgb(245 245 245 / 0.05);
}

.bg-neutral-100\/50{
  background-color: rgb(245 245 245 / 0.5);
}

.bg-neutral-100\/55{
  background-color: rgb(245 245 245 / 0.55);
}

.bg-neutral-100\/60{
  background-color: rgb(245 245 245 / 0.6);
}

.bg-neutral-100\/65{
  background-color: rgb(245 245 245 / 0.65);
}

.bg-neutral-100\/70{
  background-color: rgb(245 245 245 / 0.7);
}

.bg-neutral-100\/75{
  background-color: rgb(245 245 245 / 0.75);
}

.bg-neutral-100\/80{
  background-color: rgb(245 245 245 / 0.8);
}

.bg-neutral-100\/85{
  background-color: rgb(245 245 245 / 0.85);
}

.bg-neutral-100\/90{
  background-color: rgb(245 245 245 / 0.9);
}

.bg-neutral-100\/95{
  background-color: rgb(245 245 245 / 0.95);
}

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

.bg-neutral-200\/0{
  background-color: rgb(229 229 229 / 0);
}

.bg-neutral-200\/10{
  background-color: rgb(229 229 229 / 0.1);
}

.bg-neutral-200\/100{
  background-color: rgb(229 229 229 / 1);
}

.bg-neutral-200\/15{
  background-color: rgb(229 229 229 / 0.15);
}

.bg-neutral-200\/20{
  background-color: rgb(229 229 229 / 0.2);
}

.bg-neutral-200\/25{
  background-color: rgb(229 229 229 / 0.25);
}

.bg-neutral-200\/30{
  background-color: rgb(229 229 229 / 0.3);
}

.bg-neutral-200\/35{
  background-color: rgb(229 229 229 / 0.35);
}

.bg-neutral-200\/40{
  background-color: rgb(229 229 229 / 0.4);
}

.bg-neutral-200\/45{
  background-color: rgb(229 229 229 / 0.45);
}

.bg-neutral-200\/5{
  background-color: rgb(229 229 229 / 0.05);
}

.bg-neutral-200\/50{
  background-color: rgb(229 229 229 / 0.5);
}

.bg-neutral-200\/55{
  background-color: rgb(229 229 229 / 0.55);
}

.bg-neutral-200\/60{
  background-color: rgb(229 229 229 / 0.6);
}

.bg-neutral-200\/65{
  background-color: rgb(229 229 229 / 0.65);
}

.bg-neutral-200\/70{
  background-color: rgb(229 229 229 / 0.7);
}

.bg-neutral-200\/75{
  background-color: rgb(229 229 229 / 0.75);
}

.bg-neutral-200\/80{
  background-color: rgb(229 229 229 / 0.8);
}

.bg-neutral-200\/85{
  background-color: rgb(229 229 229 / 0.85);
}

.bg-neutral-200\/90{
  background-color: rgb(229 229 229 / 0.9);
}

.bg-neutral-200\/95{
  background-color: rgb(229 229 229 / 0.95);
}

.bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-neutral-300\/0{
  background-color: rgb(212 212 212 / 0);
}

.bg-neutral-300\/10{
  background-color: rgb(212 212 212 / 0.1);
}

.bg-neutral-300\/100{
  background-color: rgb(212 212 212 / 1);
}

.bg-neutral-300\/15{
  background-color: rgb(212 212 212 / 0.15);
}

.bg-neutral-300\/20{
  background-color: rgb(212 212 212 / 0.2);
}

.bg-neutral-300\/25{
  background-color: rgb(212 212 212 / 0.25);
}

.bg-neutral-300\/30{
  background-color: rgb(212 212 212 / 0.3);
}

.bg-neutral-300\/35{
  background-color: rgb(212 212 212 / 0.35);
}

.bg-neutral-300\/40{
  background-color: rgb(212 212 212 / 0.4);
}

.bg-neutral-300\/45{
  background-color: rgb(212 212 212 / 0.45);
}

.bg-neutral-300\/5{
  background-color: rgb(212 212 212 / 0.05);
}

.bg-neutral-300\/50{
  background-color: rgb(212 212 212 / 0.5);
}

.bg-neutral-300\/55{
  background-color: rgb(212 212 212 / 0.55);
}

.bg-neutral-300\/60{
  background-color: rgb(212 212 212 / 0.6);
}

.bg-neutral-300\/65{
  background-color: rgb(212 212 212 / 0.65);
}

.bg-neutral-300\/70{
  background-color: rgb(212 212 212 / 0.7);
}

.bg-neutral-300\/75{
  background-color: rgb(212 212 212 / 0.75);
}

.bg-neutral-300\/80{
  background-color: rgb(212 212 212 / 0.8);
}

.bg-neutral-300\/85{
  background-color: rgb(212 212 212 / 0.85);
}

.bg-neutral-300\/90{
  background-color: rgb(212 212 212 / 0.9);
}

.bg-neutral-300\/95{
  background-color: rgb(212 212 212 / 0.95);
}

.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.bg-neutral-400\/0{
  background-color: rgb(163 163 163 / 0);
}

.bg-neutral-400\/10{
  background-color: rgb(163 163 163 / 0.1);
}

.bg-neutral-400\/100{
  background-color: rgb(163 163 163 / 1);
}

.bg-neutral-400\/15{
  background-color: rgb(163 163 163 / 0.15);
}

.bg-neutral-400\/20{
  background-color: rgb(163 163 163 / 0.2);
}

.bg-neutral-400\/25{
  background-color: rgb(163 163 163 / 0.25);
}

.bg-neutral-400\/30{
  background-color: rgb(163 163 163 / 0.3);
}

.bg-neutral-400\/35{
  background-color: rgb(163 163 163 / 0.35);
}

.bg-neutral-400\/40{
  background-color: rgb(163 163 163 / 0.4);
}

.bg-neutral-400\/45{
  background-color: rgb(163 163 163 / 0.45);
}

.bg-neutral-400\/5{
  background-color: rgb(163 163 163 / 0.05);
}

.bg-neutral-400\/50{
  background-color: rgb(163 163 163 / 0.5);
}

.bg-neutral-400\/55{
  background-color: rgb(163 163 163 / 0.55);
}

.bg-neutral-400\/60{
  background-color: rgb(163 163 163 / 0.6);
}

.bg-neutral-400\/65{
  background-color: rgb(163 163 163 / 0.65);
}

.bg-neutral-400\/70{
  background-color: rgb(163 163 163 / 0.7);
}

.bg-neutral-400\/75{
  background-color: rgb(163 163 163 / 0.75);
}

.bg-neutral-400\/80{
  background-color: rgb(163 163 163 / 0.8);
}

.bg-neutral-400\/85{
  background-color: rgb(163 163 163 / 0.85);
}

.bg-neutral-400\/90{
  background-color: rgb(163 163 163 / 0.9);
}

.bg-neutral-400\/95{
  background-color: rgb(163 163 163 / 0.95);
}

.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-neutral-50\/0{
  background-color: rgb(250 250 250 / 0);
}

.bg-neutral-50\/10{
  background-color: rgb(250 250 250 / 0.1);
}

.bg-neutral-50\/100{
  background-color: rgb(250 250 250 / 1);
}

.bg-neutral-50\/15{
  background-color: rgb(250 250 250 / 0.15);
}

.bg-neutral-50\/20{
  background-color: rgb(250 250 250 / 0.2);
}

.bg-neutral-50\/25{
  background-color: rgb(250 250 250 / 0.25);
}

.bg-neutral-50\/30{
  background-color: rgb(250 250 250 / 0.3);
}

.bg-neutral-50\/35{
  background-color: rgb(250 250 250 / 0.35);
}

.bg-neutral-50\/40{
  background-color: rgb(250 250 250 / 0.4);
}

.bg-neutral-50\/45{
  background-color: rgb(250 250 250 / 0.45);
}

.bg-neutral-50\/5{
  background-color: rgb(250 250 250 / 0.05);
}

.bg-neutral-50\/50{
  background-color: rgb(250 250 250 / 0.5);
}

.bg-neutral-50\/55{
  background-color: rgb(250 250 250 / 0.55);
}

.bg-neutral-50\/60{
  background-color: rgb(250 250 250 / 0.6);
}

.bg-neutral-50\/65{
  background-color: rgb(250 250 250 / 0.65);
}

.bg-neutral-50\/70{
  background-color: rgb(250 250 250 / 0.7);
}

.bg-neutral-50\/75{
  background-color: rgb(250 250 250 / 0.75);
}

.bg-neutral-50\/80{
  background-color: rgb(250 250 250 / 0.8);
}

.bg-neutral-50\/85{
  background-color: rgb(250 250 250 / 0.85);
}

.bg-neutral-50\/90{
  background-color: rgb(250 250 250 / 0.9);
}

.bg-neutral-50\/95{
  background-color: rgb(250 250 250 / 0.95);
}

.bg-neutral-500{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-neutral-500\/0{
  background-color: rgb(115 115 115 / 0);
}

.bg-neutral-500\/10{
  background-color: rgb(115 115 115 / 0.1);
}

.bg-neutral-500\/100{
  background-color: rgb(115 115 115 / 1);
}

.bg-neutral-500\/15{
  background-color: rgb(115 115 115 / 0.15);
}

.bg-neutral-500\/20{
  background-color: rgb(115 115 115 / 0.2);
}

.bg-neutral-500\/25{
  background-color: rgb(115 115 115 / 0.25);
}

.bg-neutral-500\/30{
  background-color: rgb(115 115 115 / 0.3);
}

.bg-neutral-500\/35{
  background-color: rgb(115 115 115 / 0.35);
}

.bg-neutral-500\/40{
  background-color: rgb(115 115 115 / 0.4);
}

.bg-neutral-500\/45{
  background-color: rgb(115 115 115 / 0.45);
}

.bg-neutral-500\/5{
  background-color: rgb(115 115 115 / 0.05);
}

.bg-neutral-500\/50{
  background-color: rgb(115 115 115 / 0.5);
}

.bg-neutral-500\/55{
  background-color: rgb(115 115 115 / 0.55);
}

.bg-neutral-500\/60{
  background-color: rgb(115 115 115 / 0.6);
}

.bg-neutral-500\/65{
  background-color: rgb(115 115 115 / 0.65);
}

.bg-neutral-500\/70{
  background-color: rgb(115 115 115 / 0.7);
}

.bg-neutral-500\/75{
  background-color: rgb(115 115 115 / 0.75);
}

.bg-neutral-500\/80{
  background-color: rgb(115 115 115 / 0.8);
}

.bg-neutral-500\/85{
  background-color: rgb(115 115 115 / 0.85);
}

.bg-neutral-500\/90{
  background-color: rgb(115 115 115 / 0.9);
}

.bg-neutral-500\/95{
  background-color: rgb(115 115 115 / 0.95);
}

.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-neutral-600\/0{
  background-color: rgb(82 82 82 / 0);
}

.bg-neutral-600\/10{
  background-color: rgb(82 82 82 / 0.1);
}

.bg-neutral-600\/100{
  background-color: rgb(82 82 82 / 1);
}

.bg-neutral-600\/15{
  background-color: rgb(82 82 82 / 0.15);
}

.bg-neutral-600\/20{
  background-color: rgb(82 82 82 / 0.2);
}

.bg-neutral-600\/25{
  background-color: rgb(82 82 82 / 0.25);
}

.bg-neutral-600\/30{
  background-color: rgb(82 82 82 / 0.3);
}

.bg-neutral-600\/35{
  background-color: rgb(82 82 82 / 0.35);
}

.bg-neutral-600\/40{
  background-color: rgb(82 82 82 / 0.4);
}

.bg-neutral-600\/45{
  background-color: rgb(82 82 82 / 0.45);
}

.bg-neutral-600\/5{
  background-color: rgb(82 82 82 / 0.05);
}

.bg-neutral-600\/50{
  background-color: rgb(82 82 82 / 0.5);
}

.bg-neutral-600\/55{
  background-color: rgb(82 82 82 / 0.55);
}

.bg-neutral-600\/60{
  background-color: rgb(82 82 82 / 0.6);
}

.bg-neutral-600\/65{
  background-color: rgb(82 82 82 / 0.65);
}

.bg-neutral-600\/70{
  background-color: rgb(82 82 82 / 0.7);
}

.bg-neutral-600\/75{
  background-color: rgb(82 82 82 / 0.75);
}

.bg-neutral-600\/80{
  background-color: rgb(82 82 82 / 0.8);
}

.bg-neutral-600\/85{
  background-color: rgb(82 82 82 / 0.85);
}

.bg-neutral-600\/90{
  background-color: rgb(82 82 82 / 0.9);
}

.bg-neutral-600\/95{
  background-color: rgb(82 82 82 / 0.95);
}

.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-neutral-700\/0{
  background-color: rgb(64 64 64 / 0);
}

.bg-neutral-700\/10{
  background-color: rgb(64 64 64 / 0.1);
}

.bg-neutral-700\/100{
  background-color: rgb(64 64 64 / 1);
}

.bg-neutral-700\/15{
  background-color: rgb(64 64 64 / 0.15);
}

.bg-neutral-700\/20{
  background-color: rgb(64 64 64 / 0.2);
}

.bg-neutral-700\/25{
  background-color: rgb(64 64 64 / 0.25);
}

.bg-neutral-700\/30{
  background-color: rgb(64 64 64 / 0.3);
}

.bg-neutral-700\/35{
  background-color: rgb(64 64 64 / 0.35);
}

.bg-neutral-700\/40{
  background-color: rgb(64 64 64 / 0.4);
}

.bg-neutral-700\/45{
  background-color: rgb(64 64 64 / 0.45);
}

.bg-neutral-700\/5{
  background-color: rgb(64 64 64 / 0.05);
}

.bg-neutral-700\/50{
  background-color: rgb(64 64 64 / 0.5);
}

.bg-neutral-700\/55{
  background-color: rgb(64 64 64 / 0.55);
}

.bg-neutral-700\/60{
  background-color: rgb(64 64 64 / 0.6);
}

.bg-neutral-700\/65{
  background-color: rgb(64 64 64 / 0.65);
}

.bg-neutral-700\/70{
  background-color: rgb(64 64 64 / 0.7);
}

.bg-neutral-700\/75{
  background-color: rgb(64 64 64 / 0.75);
}

.bg-neutral-700\/80{
  background-color: rgb(64 64 64 / 0.8);
}

.bg-neutral-700\/85{
  background-color: rgb(64 64 64 / 0.85);
}

.bg-neutral-700\/90{
  background-color: rgb(64 64 64 / 0.9);
}

.bg-neutral-700\/95{
  background-color: rgb(64 64 64 / 0.95);
}

.bg-neutral-800{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-neutral-800\/0{
  background-color: rgb(38 38 38 / 0);
}

.bg-neutral-800\/10{
  background-color: rgb(38 38 38 / 0.1);
}

.bg-neutral-800\/100{
  background-color: rgb(38 38 38 / 1);
}

.bg-neutral-800\/15{
  background-color: rgb(38 38 38 / 0.15);
}

.bg-neutral-800\/20{
  background-color: rgb(38 38 38 / 0.2);
}

.bg-neutral-800\/25{
  background-color: rgb(38 38 38 / 0.25);
}

.bg-neutral-800\/30{
  background-color: rgb(38 38 38 / 0.3);
}

.bg-neutral-800\/35{
  background-color: rgb(38 38 38 / 0.35);
}

.bg-neutral-800\/40{
  background-color: rgb(38 38 38 / 0.4);
}

.bg-neutral-800\/45{
  background-color: rgb(38 38 38 / 0.45);
}

.bg-neutral-800\/5{
  background-color: rgb(38 38 38 / 0.05);
}

.bg-neutral-800\/50{
  background-color: rgb(38 38 38 / 0.5);
}

.bg-neutral-800\/55{
  background-color: rgb(38 38 38 / 0.55);
}

.bg-neutral-800\/60{
  background-color: rgb(38 38 38 / 0.6);
}

.bg-neutral-800\/65{
  background-color: rgb(38 38 38 / 0.65);
}

.bg-neutral-800\/70{
  background-color: rgb(38 38 38 / 0.7);
}

.bg-neutral-800\/75{
  background-color: rgb(38 38 38 / 0.75);
}

.bg-neutral-800\/80{
  background-color: rgb(38 38 38 / 0.8);
}

.bg-neutral-800\/85{
  background-color: rgb(38 38 38 / 0.85);
}

.bg-neutral-800\/90{
  background-color: rgb(38 38 38 / 0.9);
}

.bg-neutral-800\/95{
  background-color: rgb(38 38 38 / 0.95);
}

.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-neutral-900\/0{
  background-color: rgb(23 23 23 / 0);
}

.bg-neutral-900\/10{
  background-color: rgb(23 23 23 / 0.1);
}

.bg-neutral-900\/100{
  background-color: rgb(23 23 23 / 1);
}

.bg-neutral-900\/15{
  background-color: rgb(23 23 23 / 0.15);
}

.bg-neutral-900\/20{
  background-color: rgb(23 23 23 / 0.2);
}

.bg-neutral-900\/25{
  background-color: rgb(23 23 23 / 0.25);
}

.bg-neutral-900\/30{
  background-color: rgb(23 23 23 / 0.3);
}

.bg-neutral-900\/35{
  background-color: rgb(23 23 23 / 0.35);
}

.bg-neutral-900\/40{
  background-color: rgb(23 23 23 / 0.4);
}

.bg-neutral-900\/45{
  background-color: rgb(23 23 23 / 0.45);
}

.bg-neutral-900\/5{
  background-color: rgb(23 23 23 / 0.05);
}

.bg-neutral-900\/50{
  background-color: rgb(23 23 23 / 0.5);
}

.bg-neutral-900\/55{
  background-color: rgb(23 23 23 / 0.55);
}

.bg-neutral-900\/60{
  background-color: rgb(23 23 23 / 0.6);
}

.bg-neutral-900\/65{
  background-color: rgb(23 23 23 / 0.65);
}

.bg-neutral-900\/70{
  background-color: rgb(23 23 23 / 0.7);
}

.bg-neutral-900\/75{
  background-color: rgb(23 23 23 / 0.75);
}

.bg-neutral-900\/80{
  background-color: rgb(23 23 23 / 0.8);
}

.bg-neutral-900\/85{
  background-color: rgb(23 23 23 / 0.85);
}

.bg-neutral-900\/90{
  background-color: rgb(23 23 23 / 0.9);
}

.bg-neutral-900\/95{
  background-color: rgb(23 23 23 / 0.95);
}

.bg-neutral-950{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.bg-neutral-950\/0{
  background-color: rgb(10 10 10 / 0);
}

.bg-neutral-950\/10{
  background-color: rgb(10 10 10 / 0.1);
}

.bg-neutral-950\/100{
  background-color: rgb(10 10 10 / 1);
}

.bg-neutral-950\/15{
  background-color: rgb(10 10 10 / 0.15);
}

.bg-neutral-950\/20{
  background-color: rgb(10 10 10 / 0.2);
}

.bg-neutral-950\/25{
  background-color: rgb(10 10 10 / 0.25);
}

.bg-neutral-950\/30{
  background-color: rgb(10 10 10 / 0.3);
}

.bg-neutral-950\/35{
  background-color: rgb(10 10 10 / 0.35);
}

.bg-neutral-950\/40{
  background-color: rgb(10 10 10 / 0.4);
}

.bg-neutral-950\/45{
  background-color: rgb(10 10 10 / 0.45);
}

.bg-neutral-950\/5{
  background-color: rgb(10 10 10 / 0.05);
}

.bg-neutral-950\/50{
  background-color: rgb(10 10 10 / 0.5);
}

.bg-neutral-950\/55{
  background-color: rgb(10 10 10 / 0.55);
}

.bg-neutral-950\/60{
  background-color: rgb(10 10 10 / 0.6);
}

.bg-neutral-950\/65{
  background-color: rgb(10 10 10 / 0.65);
}

.bg-neutral-950\/70{
  background-color: rgb(10 10 10 / 0.7);
}

.bg-neutral-950\/75{
  background-color: rgb(10 10 10 / 0.75);
}

.bg-neutral-950\/80{
  background-color: rgb(10 10 10 / 0.8);
}

.bg-neutral-950\/85{
  background-color: rgb(10 10 10 / 0.85);
}

.bg-neutral-950\/90{
  background-color: rgb(10 10 10 / 0.9);
}

.bg-neutral-950\/95{
  background-color: rgb(10 10 10 / 0.95);
}

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-orange-100\/0{
  background-color: rgb(255 237 213 / 0);
}

.bg-orange-100\/10{
  background-color: rgb(255 237 213 / 0.1);
}

.bg-orange-100\/100{
  background-color: rgb(255 237 213 / 1);
}

.bg-orange-100\/15{
  background-color: rgb(255 237 213 / 0.15);
}

.bg-orange-100\/20{
  background-color: rgb(255 237 213 / 0.2);
}

.bg-orange-100\/25{
  background-color: rgb(255 237 213 / 0.25);
}

.bg-orange-100\/30{
  background-color: rgb(255 237 213 / 0.3);
}

.bg-orange-100\/35{
  background-color: rgb(255 237 213 / 0.35);
}

.bg-orange-100\/40{
  background-color: rgb(255 237 213 / 0.4);
}

.bg-orange-100\/45{
  background-color: rgb(255 237 213 / 0.45);
}

.bg-orange-100\/5{
  background-color: rgb(255 237 213 / 0.05);
}

.bg-orange-100\/50{
  background-color: rgb(255 237 213 / 0.5);
}

.bg-orange-100\/55{
  background-color: rgb(255 237 213 / 0.55);
}

.bg-orange-100\/60{
  background-color: rgb(255 237 213 / 0.6);
}

.bg-orange-100\/65{
  background-color: rgb(255 237 213 / 0.65);
}

.bg-orange-100\/70{
  background-color: rgb(255 237 213 / 0.7);
}

.bg-orange-100\/75{
  background-color: rgb(255 237 213 / 0.75);
}

.bg-orange-100\/80{
  background-color: rgb(255 237 213 / 0.8);
}

.bg-orange-100\/85{
  background-color: rgb(255 237 213 / 0.85);
}

.bg-orange-100\/90{
  background-color: rgb(255 237 213 / 0.9);
}

.bg-orange-100\/95{
  background-color: rgb(255 237 213 / 0.95);
}

.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.bg-orange-200\/0{
  background-color: rgb(254 215 170 / 0);
}

.bg-orange-200\/10{
  background-color: rgb(254 215 170 / 0.1);
}

.bg-orange-200\/100{
  background-color: rgb(254 215 170 / 1);
}

.bg-orange-200\/15{
  background-color: rgb(254 215 170 / 0.15);
}

.bg-orange-200\/20{
  background-color: rgb(254 215 170 / 0.2);
}

.bg-orange-200\/25{
  background-color: rgb(254 215 170 / 0.25);
}

.bg-orange-200\/30{
  background-color: rgb(254 215 170 / 0.3);
}

.bg-orange-200\/35{
  background-color: rgb(254 215 170 / 0.35);
}

.bg-orange-200\/40{
  background-color: rgb(254 215 170 / 0.4);
}

.bg-orange-200\/45{
  background-color: rgb(254 215 170 / 0.45);
}

.bg-orange-200\/5{
  background-color: rgb(254 215 170 / 0.05);
}

.bg-orange-200\/50{
  background-color: rgb(254 215 170 / 0.5);
}

.bg-orange-200\/55{
  background-color: rgb(254 215 170 / 0.55);
}

.bg-orange-200\/60{
  background-color: rgb(254 215 170 / 0.6);
}

.bg-orange-200\/65{
  background-color: rgb(254 215 170 / 0.65);
}

.bg-orange-200\/70{
  background-color: rgb(254 215 170 / 0.7);
}

.bg-orange-200\/75{
  background-color: rgb(254 215 170 / 0.75);
}

.bg-orange-200\/80{
  background-color: rgb(254 215 170 / 0.8);
}

.bg-orange-200\/85{
  background-color: rgb(254 215 170 / 0.85);
}

.bg-orange-200\/90{
  background-color: rgb(254 215 170 / 0.9);
}

.bg-orange-200\/95{
  background-color: rgb(254 215 170 / 0.95);
}

.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.bg-orange-300\/0{
  background-color: rgb(253 186 116 / 0);
}

.bg-orange-300\/10{
  background-color: rgb(253 186 116 / 0.1);
}

.bg-orange-300\/100{
  background-color: rgb(253 186 116 / 1);
}

.bg-orange-300\/15{
  background-color: rgb(253 186 116 / 0.15);
}

.bg-orange-300\/20{
  background-color: rgb(253 186 116 / 0.2);
}

.bg-orange-300\/25{
  background-color: rgb(253 186 116 / 0.25);
}

.bg-orange-300\/30{
  background-color: rgb(253 186 116 / 0.3);
}

.bg-orange-300\/35{
  background-color: rgb(253 186 116 / 0.35);
}

.bg-orange-300\/40{
  background-color: rgb(253 186 116 / 0.4);
}

.bg-orange-300\/45{
  background-color: rgb(253 186 116 / 0.45);
}

.bg-orange-300\/5{
  background-color: rgb(253 186 116 / 0.05);
}

.bg-orange-300\/50{
  background-color: rgb(253 186 116 / 0.5);
}

.bg-orange-300\/55{
  background-color: rgb(253 186 116 / 0.55);
}

.bg-orange-300\/60{
  background-color: rgb(253 186 116 / 0.6);
}

.bg-orange-300\/65{
  background-color: rgb(253 186 116 / 0.65);
}

.bg-orange-300\/70{
  background-color: rgb(253 186 116 / 0.7);
}

.bg-orange-300\/75{
  background-color: rgb(253 186 116 / 0.75);
}

.bg-orange-300\/80{
  background-color: rgb(253 186 116 / 0.8);
}

.bg-orange-300\/85{
  background-color: rgb(253 186 116 / 0.85);
}

.bg-orange-300\/90{
  background-color: rgb(253 186 116 / 0.9);
}

.bg-orange-300\/95{
  background-color: rgb(253 186 116 / 0.95);
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.bg-orange-400\/0{
  background-color: rgb(251 146 60 / 0);
}

.bg-orange-400\/10{
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-400\/100{
  background-color: rgb(251 146 60 / 1);
}

.bg-orange-400\/15{
  background-color: rgb(251 146 60 / 0.15);
}

.bg-orange-400\/20{
  background-color: rgb(251 146 60 / 0.2);
}

.bg-orange-400\/25{
  background-color: rgb(251 146 60 / 0.25);
}

.bg-orange-400\/30{
  background-color: rgb(251 146 60 / 0.3);
}

.bg-orange-400\/35{
  background-color: rgb(251 146 60 / 0.35);
}

.bg-orange-400\/40{
  background-color: rgb(251 146 60 / 0.4);
}

.bg-orange-400\/45{
  background-color: rgb(251 146 60 / 0.45);
}

.bg-orange-400\/5{
  background-color: rgb(251 146 60 / 0.05);
}

.bg-orange-400\/50{
  background-color: rgb(251 146 60 / 0.5);
}

.bg-orange-400\/55{
  background-color: rgb(251 146 60 / 0.55);
}

.bg-orange-400\/60{
  background-color: rgb(251 146 60 / 0.6);
}

.bg-orange-400\/65{
  background-color: rgb(251 146 60 / 0.65);
}

.bg-orange-400\/70{
  background-color: rgb(251 146 60 / 0.7);
}

.bg-orange-400\/75{
  background-color: rgb(251 146 60 / 0.75);
}

.bg-orange-400\/80{
  background-color: rgb(251 146 60 / 0.8);
}

.bg-orange-400\/85{
  background-color: rgb(251 146 60 / 0.85);
}

.bg-orange-400\/90{
  background-color: rgb(251 146 60 / 0.9);
}

.bg-orange-400\/95{
  background-color: rgb(251 146 60 / 0.95);
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.bg-orange-50\/0{
  background-color: rgb(255 247 237 / 0);
}

.bg-orange-50\/10{
  background-color: rgb(255 247 237 / 0.1);
}

.bg-orange-50\/100{
  background-color: rgb(255 247 237 / 1);
}

.bg-orange-50\/15{
  background-color: rgb(255 247 237 / 0.15);
}

.bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2);
}

.bg-orange-50\/25{
  background-color: rgb(255 247 237 / 0.25);
}

.bg-orange-50\/30{
  background-color: rgb(255 247 237 / 0.3);
}

.bg-orange-50\/35{
  background-color: rgb(255 247 237 / 0.35);
}

.bg-orange-50\/40{
  background-color: rgb(255 247 237 / 0.4);
}

.bg-orange-50\/45{
  background-color: rgb(255 247 237 / 0.45);
}

.bg-orange-50\/5{
  background-color: rgb(255 247 237 / 0.05);
}

.bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5);
}

.bg-orange-50\/55{
  background-color: rgb(255 247 237 / 0.55);
}

.bg-orange-50\/60{
  background-color: rgb(255 247 237 / 0.6);
}

.bg-orange-50\/65{
  background-color: rgb(255 247 237 / 0.65);
}

.bg-orange-50\/70{
  background-color: rgb(255 247 237 / 0.7);
}

.bg-orange-50\/75{
  background-color: rgb(255 247 237 / 0.75);
}

.bg-orange-50\/80{
  background-color: rgb(255 247 237 / 0.8);
}

.bg-orange-50\/85{
  background-color: rgb(255 247 237 / 0.85);
}

.bg-orange-50\/90{
  background-color: rgb(255 247 237 / 0.9);
}

.bg-orange-50\/95{
  background-color: rgb(255 247 237 / 0.95);
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-orange-500\/0{
  background-color: rgb(249 115 22 / 0);
}

.bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1);
}

.bg-orange-500\/100{
  background-color: rgb(249 115 22 / 1);
}

.bg-orange-500\/15{
  background-color: rgb(249 115 22 / 0.15);
}

.bg-orange-500\/20{
  background-color: rgb(249 115 22 / 0.2);
}

.bg-orange-500\/25{
  background-color: rgb(249 115 22 / 0.25);
}

.bg-orange-500\/30{
  background-color: rgb(249 115 22 / 0.3);
}

.bg-orange-500\/35{
  background-color: rgb(249 115 22 / 0.35);
}

.bg-orange-500\/40{
  background-color: rgb(249 115 22 / 0.4);
}

.bg-orange-500\/45{
  background-color: rgb(249 115 22 / 0.45);
}

.bg-orange-500\/5{
  background-color: rgb(249 115 22 / 0.05);
}

.bg-orange-500\/50{
  background-color: rgb(249 115 22 / 0.5);
}

.bg-orange-500\/55{
  background-color: rgb(249 115 22 / 0.55);
}

.bg-orange-500\/60{
  background-color: rgb(249 115 22 / 0.6);
}

.bg-orange-500\/65{
  background-color: rgb(249 115 22 / 0.65);
}

.bg-orange-500\/70{
  background-color: rgb(249 115 22 / 0.7);
}

.bg-orange-500\/75{
  background-color: rgb(249 115 22 / 0.75);
}

.bg-orange-500\/80{
  background-color: rgb(249 115 22 / 0.8);
}

.bg-orange-500\/85{
  background-color: rgb(249 115 22 / 0.85);
}

.bg-orange-500\/90{
  background-color: rgb(249 115 22 / 0.9);
}

.bg-orange-500\/95{
  background-color: rgb(249 115 22 / 0.95);
}

.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-orange-600\/0{
  background-color: rgb(234 88 12 / 0);
}

.bg-orange-600\/10{
  background-color: rgb(234 88 12 / 0.1);
}

.bg-orange-600\/100{
  background-color: rgb(234 88 12 / 1);
}

.bg-orange-600\/15{
  background-color: rgb(234 88 12 / 0.15);
}

.bg-orange-600\/20{
  background-color: rgb(234 88 12 / 0.2);
}

.bg-orange-600\/25{
  background-color: rgb(234 88 12 / 0.25);
}

.bg-orange-600\/30{
  background-color: rgb(234 88 12 / 0.3);
}

.bg-orange-600\/35{
  background-color: rgb(234 88 12 / 0.35);
}

.bg-orange-600\/40{
  background-color: rgb(234 88 12 / 0.4);
}

.bg-orange-600\/45{
  background-color: rgb(234 88 12 / 0.45);
}

.bg-orange-600\/5{
  background-color: rgb(234 88 12 / 0.05);
}

.bg-orange-600\/50{
  background-color: rgb(234 88 12 / 0.5);
}

.bg-orange-600\/55{
  background-color: rgb(234 88 12 / 0.55);
}

.bg-orange-600\/60{
  background-color: rgb(234 88 12 / 0.6);
}

.bg-orange-600\/65{
  background-color: rgb(234 88 12 / 0.65);
}

.bg-orange-600\/70{
  background-color: rgb(234 88 12 / 0.7);
}

.bg-orange-600\/75{
  background-color: rgb(234 88 12 / 0.75);
}

.bg-orange-600\/80{
  background-color: rgb(234 88 12 / 0.8);
}

.bg-orange-600\/85{
  background-color: rgb(234 88 12 / 0.85);
}

.bg-orange-600\/90{
  background-color: rgb(234 88 12 / 0.9);
}

.bg-orange-600\/95{
  background-color: rgb(234 88 12 / 0.95);
}

.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.bg-orange-700\/0{
  background-color: rgb(194 65 12 / 0);
}

.bg-orange-700\/10{
  background-color: rgb(194 65 12 / 0.1);
}

.bg-orange-700\/100{
  background-color: rgb(194 65 12 / 1);
}

.bg-orange-700\/15{
  background-color: rgb(194 65 12 / 0.15);
}

.bg-orange-700\/20{
  background-color: rgb(194 65 12 / 0.2);
}

.bg-orange-700\/25{
  background-color: rgb(194 65 12 / 0.25);
}

.bg-orange-700\/30{
  background-color: rgb(194 65 12 / 0.3);
}

.bg-orange-700\/35{
  background-color: rgb(194 65 12 / 0.35);
}

.bg-orange-700\/40{
  background-color: rgb(194 65 12 / 0.4);
}

.bg-orange-700\/45{
  background-color: rgb(194 65 12 / 0.45);
}

.bg-orange-700\/5{
  background-color: rgb(194 65 12 / 0.05);
}

.bg-orange-700\/50{
  background-color: rgb(194 65 12 / 0.5);
}

.bg-orange-700\/55{
  background-color: rgb(194 65 12 / 0.55);
}

.bg-orange-700\/60{
  background-color: rgb(194 65 12 / 0.6);
}

.bg-orange-700\/65{
  background-color: rgb(194 65 12 / 0.65);
}

.bg-orange-700\/70{
  background-color: rgb(194 65 12 / 0.7);
}

.bg-orange-700\/75{
  background-color: rgb(194 65 12 / 0.75);
}

.bg-orange-700\/80{
  background-color: rgb(194 65 12 / 0.8);
}

.bg-orange-700\/85{
  background-color: rgb(194 65 12 / 0.85);
}

.bg-orange-700\/90{
  background-color: rgb(194 65 12 / 0.9);
}

.bg-orange-700\/95{
  background-color: rgb(194 65 12 / 0.95);
}

.bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.bg-orange-800\/0{
  background-color: rgb(154 52 18 / 0);
}

.bg-orange-800\/10{
  background-color: rgb(154 52 18 / 0.1);
}

.bg-orange-800\/100{
  background-color: rgb(154 52 18 / 1);
}

.bg-orange-800\/15{
  background-color: rgb(154 52 18 / 0.15);
}

.bg-orange-800\/20{
  background-color: rgb(154 52 18 / 0.2);
}

.bg-orange-800\/25{
  background-color: rgb(154 52 18 / 0.25);
}

.bg-orange-800\/30{
  background-color: rgb(154 52 18 / 0.3);
}

.bg-orange-800\/35{
  background-color: rgb(154 52 18 / 0.35);
}

.bg-orange-800\/40{
  background-color: rgb(154 52 18 / 0.4);
}

.bg-orange-800\/45{
  background-color: rgb(154 52 18 / 0.45);
}

.bg-orange-800\/5{
  background-color: rgb(154 52 18 / 0.05);
}

.bg-orange-800\/50{
  background-color: rgb(154 52 18 / 0.5);
}

.bg-orange-800\/55{
  background-color: rgb(154 52 18 / 0.55);
}

.bg-orange-800\/60{
  background-color: rgb(154 52 18 / 0.6);
}

.bg-orange-800\/65{
  background-color: rgb(154 52 18 / 0.65);
}

.bg-orange-800\/70{
  background-color: rgb(154 52 18 / 0.7);
}

.bg-orange-800\/75{
  background-color: rgb(154 52 18 / 0.75);
}

.bg-orange-800\/80{
  background-color: rgb(154 52 18 / 0.8);
}

.bg-orange-800\/85{
  background-color: rgb(154 52 18 / 0.85);
}

.bg-orange-800\/90{
  background-color: rgb(154 52 18 / 0.9);
}

.bg-orange-800\/95{
  background-color: rgb(154 52 18 / 0.95);
}

.bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.bg-orange-900\/0{
  background-color: rgb(124 45 18 / 0);
}

.bg-orange-900\/10{
  background-color: rgb(124 45 18 / 0.1);
}

.bg-orange-900\/100{
  background-color: rgb(124 45 18 / 1);
}

.bg-orange-900\/15{
  background-color: rgb(124 45 18 / 0.15);
}

.bg-orange-900\/20{
  background-color: rgb(124 45 18 / 0.2);
}

.bg-orange-900\/25{
  background-color: rgb(124 45 18 / 0.25);
}

.bg-orange-900\/30{
  background-color: rgb(124 45 18 / 0.3);
}

.bg-orange-900\/35{
  background-color: rgb(124 45 18 / 0.35);
}

.bg-orange-900\/40{
  background-color: rgb(124 45 18 / 0.4);
}

.bg-orange-900\/45{
  background-color: rgb(124 45 18 / 0.45);
}

.bg-orange-900\/5{
  background-color: rgb(124 45 18 / 0.05);
}

.bg-orange-900\/50{
  background-color: rgb(124 45 18 / 0.5);
}

.bg-orange-900\/55{
  background-color: rgb(124 45 18 / 0.55);
}

.bg-orange-900\/60{
  background-color: rgb(124 45 18 / 0.6);
}

.bg-orange-900\/65{
  background-color: rgb(124 45 18 / 0.65);
}

.bg-orange-900\/70{
  background-color: rgb(124 45 18 / 0.7);
}

.bg-orange-900\/75{
  background-color: rgb(124 45 18 / 0.75);
}

.bg-orange-900\/80{
  background-color: rgb(124 45 18 / 0.8);
}

.bg-orange-900\/85{
  background-color: rgb(124 45 18 / 0.85);
}

.bg-orange-900\/90{
  background-color: rgb(124 45 18 / 0.9);
}

.bg-orange-900\/95{
  background-color: rgb(124 45 18 / 0.95);
}

.bg-orange-950{
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}

.bg-orange-950\/0{
  background-color: rgb(67 20 7 / 0);
}

.bg-orange-950\/10{
  background-color: rgb(67 20 7 / 0.1);
}

.bg-orange-950\/100{
  background-color: rgb(67 20 7 / 1);
}

.bg-orange-950\/15{
  background-color: rgb(67 20 7 / 0.15);
}

.bg-orange-950\/20{
  background-color: rgb(67 20 7 / 0.2);
}

.bg-orange-950\/25{
  background-color: rgb(67 20 7 / 0.25);
}

.bg-orange-950\/30{
  background-color: rgb(67 20 7 / 0.3);
}

.bg-orange-950\/35{
  background-color: rgb(67 20 7 / 0.35);
}

.bg-orange-950\/40{
  background-color: rgb(67 20 7 / 0.4);
}

.bg-orange-950\/45{
  background-color: rgb(67 20 7 / 0.45);
}

.bg-orange-950\/5{
  background-color: rgb(67 20 7 / 0.05);
}

.bg-orange-950\/50{
  background-color: rgb(67 20 7 / 0.5);
}

.bg-orange-950\/55{
  background-color: rgb(67 20 7 / 0.55);
}

.bg-orange-950\/60{
  background-color: rgb(67 20 7 / 0.6);
}

.bg-orange-950\/65{
  background-color: rgb(67 20 7 / 0.65);
}

.bg-orange-950\/70{
  background-color: rgb(67 20 7 / 0.7);
}

.bg-orange-950\/75{
  background-color: rgb(67 20 7 / 0.75);
}

.bg-orange-950\/80{
  background-color: rgb(67 20 7 / 0.8);
}

.bg-orange-950\/85{
  background-color: rgb(67 20 7 / 0.85);
}

.bg-orange-950\/90{
  background-color: rgb(67 20 7 / 0.9);
}

.bg-orange-950\/95{
  background-color: rgb(67 20 7 / 0.95);
}

.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.bg-pink-100\/0{
  background-color: rgb(252 231 243 / 0);
}

.bg-pink-100\/10{
  background-color: rgb(252 231 243 / 0.1);
}

.bg-pink-100\/100{
  background-color: rgb(252 231 243 / 1);
}

.bg-pink-100\/15{
  background-color: rgb(252 231 243 / 0.15);
}

.bg-pink-100\/20{
  background-color: rgb(252 231 243 / 0.2);
}

.bg-pink-100\/25{
  background-color: rgb(252 231 243 / 0.25);
}

.bg-pink-100\/30{
  background-color: rgb(252 231 243 / 0.3);
}

.bg-pink-100\/35{
  background-color: rgb(252 231 243 / 0.35);
}

.bg-pink-100\/40{
  background-color: rgb(252 231 243 / 0.4);
}

.bg-pink-100\/45{
  background-color: rgb(252 231 243 / 0.45);
}

.bg-pink-100\/5{
  background-color: rgb(252 231 243 / 0.05);
}

.bg-pink-100\/50{
  background-color: rgb(252 231 243 / 0.5);
}

.bg-pink-100\/55{
  background-color: rgb(252 231 243 / 0.55);
}

.bg-pink-100\/60{
  background-color: rgb(252 231 243 / 0.6);
}

.bg-pink-100\/65{
  background-color: rgb(252 231 243 / 0.65);
}

.bg-pink-100\/70{
  background-color: rgb(252 231 243 / 0.7);
}

.bg-pink-100\/75{
  background-color: rgb(252 231 243 / 0.75);
}

.bg-pink-100\/80{
  background-color: rgb(252 231 243 / 0.8);
}

.bg-pink-100\/85{
  background-color: rgb(252 231 243 / 0.85);
}

.bg-pink-100\/90{
  background-color: rgb(252 231 243 / 0.9);
}

.bg-pink-100\/95{
  background-color: rgb(252 231 243 / 0.95);
}

.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.bg-pink-200\/0{
  background-color: rgb(251 207 232 / 0);
}

.bg-pink-200\/10{
  background-color: rgb(251 207 232 / 0.1);
}

.bg-pink-200\/100{
  background-color: rgb(251 207 232 / 1);
}

.bg-pink-200\/15{
  background-color: rgb(251 207 232 / 0.15);
}

.bg-pink-200\/20{
  background-color: rgb(251 207 232 / 0.2);
}

.bg-pink-200\/25{
  background-color: rgb(251 207 232 / 0.25);
}

.bg-pink-200\/30{
  background-color: rgb(251 207 232 / 0.3);
}

.bg-pink-200\/35{
  background-color: rgb(251 207 232 / 0.35);
}

.bg-pink-200\/40{
  background-color: rgb(251 207 232 / 0.4);
}

.bg-pink-200\/45{
  background-color: rgb(251 207 232 / 0.45);
}

.bg-pink-200\/5{
  background-color: rgb(251 207 232 / 0.05);
}

.bg-pink-200\/50{
  background-color: rgb(251 207 232 / 0.5);
}

.bg-pink-200\/55{
  background-color: rgb(251 207 232 / 0.55);
}

.bg-pink-200\/60{
  background-color: rgb(251 207 232 / 0.6);
}

.bg-pink-200\/65{
  background-color: rgb(251 207 232 / 0.65);
}

.bg-pink-200\/70{
  background-color: rgb(251 207 232 / 0.7);
}

.bg-pink-200\/75{
  background-color: rgb(251 207 232 / 0.75);
}

.bg-pink-200\/80{
  background-color: rgb(251 207 232 / 0.8);
}

.bg-pink-200\/85{
  background-color: rgb(251 207 232 / 0.85);
}

.bg-pink-200\/90{
  background-color: rgb(251 207 232 / 0.9);
}

.bg-pink-200\/95{
  background-color: rgb(251 207 232 / 0.95);
}

.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.bg-pink-300\/0{
  background-color: rgb(249 168 212 / 0);
}

.bg-pink-300\/10{
  background-color: rgb(249 168 212 / 0.1);
}

.bg-pink-300\/100{
  background-color: rgb(249 168 212 / 1);
}

.bg-pink-300\/15{
  background-color: rgb(249 168 212 / 0.15);
}

.bg-pink-300\/20{
  background-color: rgb(249 168 212 / 0.2);
}

.bg-pink-300\/25{
  background-color: rgb(249 168 212 / 0.25);
}

.bg-pink-300\/30{
  background-color: rgb(249 168 212 / 0.3);
}

.bg-pink-300\/35{
  background-color: rgb(249 168 212 / 0.35);
}

.bg-pink-300\/40{
  background-color: rgb(249 168 212 / 0.4);
}

.bg-pink-300\/45{
  background-color: rgb(249 168 212 / 0.45);
}

.bg-pink-300\/5{
  background-color: rgb(249 168 212 / 0.05);
}

.bg-pink-300\/50{
  background-color: rgb(249 168 212 / 0.5);
}

.bg-pink-300\/55{
  background-color: rgb(249 168 212 / 0.55);
}

.bg-pink-300\/60{
  background-color: rgb(249 168 212 / 0.6);
}

.bg-pink-300\/65{
  background-color: rgb(249 168 212 / 0.65);
}

.bg-pink-300\/70{
  background-color: rgb(249 168 212 / 0.7);
}

.bg-pink-300\/75{
  background-color: rgb(249 168 212 / 0.75);
}

.bg-pink-300\/80{
  background-color: rgb(249 168 212 / 0.8);
}

.bg-pink-300\/85{
  background-color: rgb(249 168 212 / 0.85);
}

.bg-pink-300\/90{
  background-color: rgb(249 168 212 / 0.9);
}

.bg-pink-300\/95{
  background-color: rgb(249 168 212 / 0.95);
}

.bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}

.bg-pink-400\/0{
  background-color: rgb(244 114 182 / 0);
}

.bg-pink-400\/10{
  background-color: rgb(244 114 182 / 0.1);
}

.bg-pink-400\/100{
  background-color: rgb(244 114 182 / 1);
}

.bg-pink-400\/15{
  background-color: rgb(244 114 182 / 0.15);
}

.bg-pink-400\/20{
  background-color: rgb(244 114 182 / 0.2);
}

.bg-pink-400\/25{
  background-color: rgb(244 114 182 / 0.25);
}

.bg-pink-400\/30{
  background-color: rgb(244 114 182 / 0.3);
}

.bg-pink-400\/35{
  background-color: rgb(244 114 182 / 0.35);
}

.bg-pink-400\/40{
  background-color: rgb(244 114 182 / 0.4);
}

.bg-pink-400\/45{
  background-color: rgb(244 114 182 / 0.45);
}

.bg-pink-400\/5{
  background-color: rgb(244 114 182 / 0.05);
}

.bg-pink-400\/50{
  background-color: rgb(244 114 182 / 0.5);
}

.bg-pink-400\/55{
  background-color: rgb(244 114 182 / 0.55);
}

.bg-pink-400\/60{
  background-color: rgb(244 114 182 / 0.6);
}

.bg-pink-400\/65{
  background-color: rgb(244 114 182 / 0.65);
}

.bg-pink-400\/70{
  background-color: rgb(244 114 182 / 0.7);
}

.bg-pink-400\/75{
  background-color: rgb(244 114 182 / 0.75);
}

.bg-pink-400\/80{
  background-color: rgb(244 114 182 / 0.8);
}

.bg-pink-400\/85{
  background-color: rgb(244 114 182 / 0.85);
}

.bg-pink-400\/90{
  background-color: rgb(244 114 182 / 0.9);
}

.bg-pink-400\/95{
  background-color: rgb(244 114 182 / 0.95);
}

.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.bg-pink-50\/0{
  background-color: rgb(253 242 248 / 0);
}

.bg-pink-50\/10{
  background-color: rgb(253 242 248 / 0.1);
}

.bg-pink-50\/100{
  background-color: rgb(253 242 248 / 1);
}

.bg-pink-50\/15{
  background-color: rgb(253 242 248 / 0.15);
}

.bg-pink-50\/20{
  background-color: rgb(253 242 248 / 0.2);
}

.bg-pink-50\/25{
  background-color: rgb(253 242 248 / 0.25);
}

.bg-pink-50\/30{
  background-color: rgb(253 242 248 / 0.3);
}

.bg-pink-50\/35{
  background-color: rgb(253 242 248 / 0.35);
}

.bg-pink-50\/40{
  background-color: rgb(253 242 248 / 0.4);
}

.bg-pink-50\/45{
  background-color: rgb(253 242 248 / 0.45);
}

.bg-pink-50\/5{
  background-color: rgb(253 242 248 / 0.05);
}

.bg-pink-50\/50{
  background-color: rgb(253 242 248 / 0.5);
}

.bg-pink-50\/55{
  background-color: rgb(253 242 248 / 0.55);
}

.bg-pink-50\/60{
  background-color: rgb(253 242 248 / 0.6);
}

.bg-pink-50\/65{
  background-color: rgb(253 242 248 / 0.65);
}

.bg-pink-50\/70{
  background-color: rgb(253 242 248 / 0.7);
}

.bg-pink-50\/75{
  background-color: rgb(253 242 248 / 0.75);
}

.bg-pink-50\/80{
  background-color: rgb(253 242 248 / 0.8);
}

.bg-pink-50\/85{
  background-color: rgb(253 242 248 / 0.85);
}

.bg-pink-50\/90{
  background-color: rgb(253 242 248 / 0.9);
}

.bg-pink-50\/95{
  background-color: rgb(253 242 248 / 0.95);
}

.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.bg-pink-500\/0{
  background-color: rgb(236 72 153 / 0);
}

.bg-pink-500\/10{
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-500\/100{
  background-color: rgb(236 72 153 / 1);
}

.bg-pink-500\/15{
  background-color: rgb(236 72 153 / 0.15);
}

.bg-pink-500\/20{
  background-color: rgb(236 72 153 / 0.2);
}

.bg-pink-500\/25{
  background-color: rgb(236 72 153 / 0.25);
}

.bg-pink-500\/30{
  background-color: rgb(236 72 153 / 0.3);
}

.bg-pink-500\/35{
  background-color: rgb(236 72 153 / 0.35);
}

.bg-pink-500\/40{
  background-color: rgb(236 72 153 / 0.4);
}

.bg-pink-500\/45{
  background-color: rgb(236 72 153 / 0.45);
}

.bg-pink-500\/5{
  background-color: rgb(236 72 153 / 0.05);
}

.bg-pink-500\/50{
  background-color: rgb(236 72 153 / 0.5);
}

.bg-pink-500\/55{
  background-color: rgb(236 72 153 / 0.55);
}

.bg-pink-500\/60{
  background-color: rgb(236 72 153 / 0.6);
}

.bg-pink-500\/65{
  background-color: rgb(236 72 153 / 0.65);
}

.bg-pink-500\/70{
  background-color: rgb(236 72 153 / 0.7);
}

.bg-pink-500\/75{
  background-color: rgb(236 72 153 / 0.75);
}

.bg-pink-500\/80{
  background-color: rgb(236 72 153 / 0.8);
}

.bg-pink-500\/85{
  background-color: rgb(236 72 153 / 0.85);
}

.bg-pink-500\/90{
  background-color: rgb(236 72 153 / 0.9);
}

.bg-pink-500\/95{
  background-color: rgb(236 72 153 / 0.95);
}

.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.bg-pink-600\/0{
  background-color: rgb(219 39 119 / 0);
}

.bg-pink-600\/10{
  background-color: rgb(219 39 119 / 0.1);
}

.bg-pink-600\/100{
  background-color: rgb(219 39 119 / 1);
}

.bg-pink-600\/15{
  background-color: rgb(219 39 119 / 0.15);
}

.bg-pink-600\/20{
  background-color: rgb(219 39 119 / 0.2);
}

.bg-pink-600\/25{
  background-color: rgb(219 39 119 / 0.25);
}

.bg-pink-600\/30{
  background-color: rgb(219 39 119 / 0.3);
}

.bg-pink-600\/35{
  background-color: rgb(219 39 119 / 0.35);
}

.bg-pink-600\/40{
  background-color: rgb(219 39 119 / 0.4);
}

.bg-pink-600\/45{
  background-color: rgb(219 39 119 / 0.45);
}

.bg-pink-600\/5{
  background-color: rgb(219 39 119 / 0.05);
}

.bg-pink-600\/50{
  background-color: rgb(219 39 119 / 0.5);
}

.bg-pink-600\/55{
  background-color: rgb(219 39 119 / 0.55);
}

.bg-pink-600\/60{
  background-color: rgb(219 39 119 / 0.6);
}

.bg-pink-600\/65{
  background-color: rgb(219 39 119 / 0.65);
}

.bg-pink-600\/70{
  background-color: rgb(219 39 119 / 0.7);
}

.bg-pink-600\/75{
  background-color: rgb(219 39 119 / 0.75);
}

.bg-pink-600\/80{
  background-color: rgb(219 39 119 / 0.8);
}

.bg-pink-600\/85{
  background-color: rgb(219 39 119 / 0.85);
}

.bg-pink-600\/90{
  background-color: rgb(219 39 119 / 0.9);
}

.bg-pink-600\/95{
  background-color: rgb(219 39 119 / 0.95);
}

.bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.bg-pink-700\/0{
  background-color: rgb(190 24 93 / 0);
}

.bg-pink-700\/10{
  background-color: rgb(190 24 93 / 0.1);
}

.bg-pink-700\/100{
  background-color: rgb(190 24 93 / 1);
}

.bg-pink-700\/15{
  background-color: rgb(190 24 93 / 0.15);
}

.bg-pink-700\/20{
  background-color: rgb(190 24 93 / 0.2);
}

.bg-pink-700\/25{
  background-color: rgb(190 24 93 / 0.25);
}

.bg-pink-700\/30{
  background-color: rgb(190 24 93 / 0.3);
}

.bg-pink-700\/35{
  background-color: rgb(190 24 93 / 0.35);
}

.bg-pink-700\/40{
  background-color: rgb(190 24 93 / 0.4);
}

.bg-pink-700\/45{
  background-color: rgb(190 24 93 / 0.45);
}

.bg-pink-700\/5{
  background-color: rgb(190 24 93 / 0.05);
}

.bg-pink-700\/50{
  background-color: rgb(190 24 93 / 0.5);
}

.bg-pink-700\/55{
  background-color: rgb(190 24 93 / 0.55);
}

.bg-pink-700\/60{
  background-color: rgb(190 24 93 / 0.6);
}

.bg-pink-700\/65{
  background-color: rgb(190 24 93 / 0.65);
}

.bg-pink-700\/70{
  background-color: rgb(190 24 93 / 0.7);
}

.bg-pink-700\/75{
  background-color: rgb(190 24 93 / 0.75);
}

.bg-pink-700\/80{
  background-color: rgb(190 24 93 / 0.8);
}

.bg-pink-700\/85{
  background-color: rgb(190 24 93 / 0.85);
}

.bg-pink-700\/90{
  background-color: rgb(190 24 93 / 0.9);
}

.bg-pink-700\/95{
  background-color: rgb(190 24 93 / 0.95);
}

.bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}

.bg-pink-800\/0{
  background-color: rgb(157 23 77 / 0);
}

.bg-pink-800\/10{
  background-color: rgb(157 23 77 / 0.1);
}

.bg-pink-800\/100{
  background-color: rgb(157 23 77 / 1);
}

.bg-pink-800\/15{
  background-color: rgb(157 23 77 / 0.15);
}

.bg-pink-800\/20{
  background-color: rgb(157 23 77 / 0.2);
}

.bg-pink-800\/25{
  background-color: rgb(157 23 77 / 0.25);
}

.bg-pink-800\/30{
  background-color: rgb(157 23 77 / 0.3);
}

.bg-pink-800\/35{
  background-color: rgb(157 23 77 / 0.35);
}

.bg-pink-800\/40{
  background-color: rgb(157 23 77 / 0.4);
}

.bg-pink-800\/45{
  background-color: rgb(157 23 77 / 0.45);
}

.bg-pink-800\/5{
  background-color: rgb(157 23 77 / 0.05);
}

.bg-pink-800\/50{
  background-color: rgb(157 23 77 / 0.5);
}

.bg-pink-800\/55{
  background-color: rgb(157 23 77 / 0.55);
}

.bg-pink-800\/60{
  background-color: rgb(157 23 77 / 0.6);
}

.bg-pink-800\/65{
  background-color: rgb(157 23 77 / 0.65);
}

.bg-pink-800\/70{
  background-color: rgb(157 23 77 / 0.7);
}

.bg-pink-800\/75{
  background-color: rgb(157 23 77 / 0.75);
}

.bg-pink-800\/80{
  background-color: rgb(157 23 77 / 0.8);
}

.bg-pink-800\/85{
  background-color: rgb(157 23 77 / 0.85);
}

.bg-pink-800\/90{
  background-color: rgb(157 23 77 / 0.9);
}

.bg-pink-800\/95{
  background-color: rgb(157 23 77 / 0.95);
}

.bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.bg-pink-900\/0{
  background-color: rgb(131 24 67 / 0);
}

.bg-pink-900\/10{
  background-color: rgb(131 24 67 / 0.1);
}

.bg-pink-900\/100{
  background-color: rgb(131 24 67 / 1);
}

.bg-pink-900\/15{
  background-color: rgb(131 24 67 / 0.15);
}

.bg-pink-900\/20{
  background-color: rgb(131 24 67 / 0.2);
}

.bg-pink-900\/25{
  background-color: rgb(131 24 67 / 0.25);
}

.bg-pink-900\/30{
  background-color: rgb(131 24 67 / 0.3);
}

.bg-pink-900\/35{
  background-color: rgb(131 24 67 / 0.35);
}

.bg-pink-900\/40{
  background-color: rgb(131 24 67 / 0.4);
}

.bg-pink-900\/45{
  background-color: rgb(131 24 67 / 0.45);
}

.bg-pink-900\/5{
  background-color: rgb(131 24 67 / 0.05);
}

.bg-pink-900\/50{
  background-color: rgb(131 24 67 / 0.5);
}

.bg-pink-900\/55{
  background-color: rgb(131 24 67 / 0.55);
}

.bg-pink-900\/60{
  background-color: rgb(131 24 67 / 0.6);
}

.bg-pink-900\/65{
  background-color: rgb(131 24 67 / 0.65);
}

.bg-pink-900\/70{
  background-color: rgb(131 24 67 / 0.7);
}

.bg-pink-900\/75{
  background-color: rgb(131 24 67 / 0.75);
}

.bg-pink-900\/80{
  background-color: rgb(131 24 67 / 0.8);
}

.bg-pink-900\/85{
  background-color: rgb(131 24 67 / 0.85);
}

.bg-pink-900\/90{
  background-color: rgb(131 24 67 / 0.9);
}

.bg-pink-900\/95{
  background-color: rgb(131 24 67 / 0.95);
}

.bg-pink-950{
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}

.bg-pink-950\/0{
  background-color: rgb(80 7 36 / 0);
}

.bg-pink-950\/10{
  background-color: rgb(80 7 36 / 0.1);
}

.bg-pink-950\/100{
  background-color: rgb(80 7 36 / 1);
}

.bg-pink-950\/15{
  background-color: rgb(80 7 36 / 0.15);
}

.bg-pink-950\/20{
  background-color: rgb(80 7 36 / 0.2);
}

.bg-pink-950\/25{
  background-color: rgb(80 7 36 / 0.25);
}

.bg-pink-950\/30{
  background-color: rgb(80 7 36 / 0.3);
}

.bg-pink-950\/35{
  background-color: rgb(80 7 36 / 0.35);
}

.bg-pink-950\/40{
  background-color: rgb(80 7 36 / 0.4);
}

.bg-pink-950\/45{
  background-color: rgb(80 7 36 / 0.45);
}

.bg-pink-950\/5{
  background-color: rgb(80 7 36 / 0.05);
}

.bg-pink-950\/50{
  background-color: rgb(80 7 36 / 0.5);
}

.bg-pink-950\/55{
  background-color: rgb(80 7 36 / 0.55);
}

.bg-pink-950\/60{
  background-color: rgb(80 7 36 / 0.6);
}

.bg-pink-950\/65{
  background-color: rgb(80 7 36 / 0.65);
}

.bg-pink-950\/70{
  background-color: rgb(80 7 36 / 0.7);
}

.bg-pink-950\/75{
  background-color: rgb(80 7 36 / 0.75);
}

.bg-pink-950\/80{
  background-color: rgb(80 7 36 / 0.8);
}

.bg-pink-950\/85{
  background-color: rgb(80 7 36 / 0.85);
}

.bg-pink-950\/90{
  background-color: rgb(80 7 36 / 0.9);
}

.bg-pink-950\/95{
  background-color: rgb(80 7 36 / 0.95);
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(85 70 192 / var(--tw-bg-opacity));
}

.bg-primary-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 57 169 / var(--tw-bg-opacity));
}

.bg-primary-hover\/0{
  background-color: rgb(71 57 169 / 0);
}

.bg-primary-hover\/10{
  background-color: rgb(71 57 169 / 0.1);
}

.bg-primary-hover\/100{
  background-color: rgb(71 57 169 / 1);
}

.bg-primary-hover\/15{
  background-color: rgb(71 57 169 / 0.15);
}

.bg-primary-hover\/20{
  background-color: rgb(71 57 169 / 0.2);
}

.bg-primary-hover\/25{
  background-color: rgb(71 57 169 / 0.25);
}

.bg-primary-hover\/30{
  background-color: rgb(71 57 169 / 0.3);
}

.bg-primary-hover\/35{
  background-color: rgb(71 57 169 / 0.35);
}

.bg-primary-hover\/40{
  background-color: rgb(71 57 169 / 0.4);
}

.bg-primary-hover\/45{
  background-color: rgb(71 57 169 / 0.45);
}

.bg-primary-hover\/5{
  background-color: rgb(71 57 169 / 0.05);
}

.bg-primary-hover\/50{
  background-color: rgb(71 57 169 / 0.5);
}

.bg-primary-hover\/55{
  background-color: rgb(71 57 169 / 0.55);
}

.bg-primary-hover\/60{
  background-color: rgb(71 57 169 / 0.6);
}

.bg-primary-hover\/65{
  background-color: rgb(71 57 169 / 0.65);
}

.bg-primary-hover\/70{
  background-color: rgb(71 57 169 / 0.7);
}

.bg-primary-hover\/75{
  background-color: rgb(71 57 169 / 0.75);
}

.bg-primary-hover\/80{
  background-color: rgb(71 57 169 / 0.8);
}

.bg-primary-hover\/85{
  background-color: rgb(71 57 169 / 0.85);
}

.bg-primary-hover\/90{
  background-color: rgb(71 57 169 / 0.9);
}

.bg-primary-hover\/95{
  background-color: rgb(71 57 169 / 0.95);
}

.bg-primary\/0{
  background-color: rgb(85 70 192 / 0);
}

.bg-primary\/10{
  background-color: rgb(85 70 192 / 0.1);
}

.bg-primary\/100{
  background-color: rgb(85 70 192 / 1);
}

.bg-primary\/15{
  background-color: rgb(85 70 192 / 0.15);
}

.bg-primary\/20{
  background-color: rgb(85 70 192 / 0.2);
}

.bg-primary\/25{
  background-color: rgb(85 70 192 / 0.25);
}

.bg-primary\/30{
  background-color: rgb(85 70 192 / 0.3);
}

.bg-primary\/35{
  background-color: rgb(85 70 192 / 0.35);
}

.bg-primary\/40{
  background-color: rgb(85 70 192 / 0.4);
}

.bg-primary\/45{
  background-color: rgb(85 70 192 / 0.45);
}

.bg-primary\/5{
  background-color: rgb(85 70 192 / 0.05);
}

.bg-primary\/50{
  background-color: rgb(85 70 192 / 0.5);
}

.bg-primary\/55{
  background-color: rgb(85 70 192 / 0.55);
}

.bg-primary\/60{
  background-color: rgb(85 70 192 / 0.6);
}

.bg-primary\/65{
  background-color: rgb(85 70 192 / 0.65);
}

.bg-primary\/70{
  background-color: rgb(85 70 192 / 0.7);
}

.bg-primary\/75{
  background-color: rgb(85 70 192 / 0.75);
}

.bg-primary\/80{
  background-color: rgb(85 70 192 / 0.8);
}

.bg-primary\/85{
  background-color: rgb(85 70 192 / 0.85);
}

.bg-primary\/90{
  background-color: rgb(85 70 192 / 0.9);
}

.bg-primary\/95{
  background-color: rgb(85 70 192 / 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\/15{
  background-color: rgb(243 232 255 / 0.15);
}

.bg-purple-100\/20{
  background-color: rgb(243 232 255 / 0.2);
}

.bg-purple-100\/25{
  background-color: rgb(243 232 255 / 0.25);
}

.bg-purple-100\/30{
  background-color: rgb(243 232 255 / 0.3);
}

.bg-purple-100\/35{
  background-color: rgb(243 232 255 / 0.35);
}

.bg-purple-100\/40{
  background-color: rgb(243 232 255 / 0.4);
}

.bg-purple-100\/45{
  background-color: rgb(243 232 255 / 0.45);
}

.bg-purple-100\/5{
  background-color: rgb(243 232 255 / 0.05);
}

.bg-purple-100\/50{
  background-color: rgb(243 232 255 / 0.5);
}

.bg-purple-100\/55{
  background-color: rgb(243 232 255 / 0.55);
}

.bg-purple-100\/60{
  background-color: rgb(243 232 255 / 0.6);
}

.bg-purple-100\/65{
  background-color: rgb(243 232 255 / 0.65);
}

.bg-purple-100\/70{
  background-color: rgb(243 232 255 / 0.7);
}

.bg-purple-100\/75{
  background-color: rgb(243 232 255 / 0.75);
}

.bg-purple-100\/80{
  background-color: rgb(243 232 255 / 0.8);
}

.bg-purple-100\/85{
  background-color: rgb(243 232 255 / 0.85);
}

.bg-purple-100\/90{
  background-color: rgb(243 232 255 / 0.9);
}

.bg-purple-100\/95{
  background-color: rgb(243 232 255 / 0.95);
}

.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.bg-purple-200\/0{
  background-color: rgb(233 213 255 / 0);
}

.bg-purple-200\/10{
  background-color: rgb(233 213 255 / 0.1);
}

.bg-purple-200\/100{
  background-color: rgb(233 213 255 / 1);
}

.bg-purple-200\/15{
  background-color: rgb(233 213 255 / 0.15);
}

.bg-purple-200\/20{
  background-color: rgb(233 213 255 / 0.2);
}

.bg-purple-200\/25{
  background-color: rgb(233 213 255 / 0.25);
}

.bg-purple-200\/30{
  background-color: rgb(233 213 255 / 0.3);
}

.bg-purple-200\/35{
  background-color: rgb(233 213 255 / 0.35);
}

.bg-purple-200\/40{
  background-color: rgb(233 213 255 / 0.4);
}

.bg-purple-200\/45{
  background-color: rgb(233 213 255 / 0.45);
}

.bg-purple-200\/5{
  background-color: rgb(233 213 255 / 0.05);
}

.bg-purple-200\/50{
  background-color: rgb(233 213 255 / 0.5);
}

.bg-purple-200\/55{
  background-color: rgb(233 213 255 / 0.55);
}

.bg-purple-200\/60{
  background-color: rgb(233 213 255 / 0.6);
}

.bg-purple-200\/65{
  background-color: rgb(233 213 255 / 0.65);
}

.bg-purple-200\/70{
  background-color: rgb(233 213 255 / 0.7);
}

.bg-purple-200\/75{
  background-color: rgb(233 213 255 / 0.75);
}

.bg-purple-200\/80{
  background-color: rgb(233 213 255 / 0.8);
}

.bg-purple-200\/85{
  background-color: rgb(233 213 255 / 0.85);
}

.bg-purple-200\/90{
  background-color: rgb(233 213 255 / 0.9);
}

.bg-purple-200\/95{
  background-color: rgb(233 213 255 / 0.95);
}

.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.bg-purple-300\/0{
  background-color: rgb(216 180 254 / 0);
}

.bg-purple-300\/10{
  background-color: rgb(216 180 254 / 0.1);
}

.bg-purple-300\/100{
  background-color: rgb(216 180 254 / 1);
}

.bg-purple-300\/15{
  background-color: rgb(216 180 254 / 0.15);
}

.bg-purple-300\/20{
  background-color: rgb(216 180 254 / 0.2);
}

.bg-purple-300\/25{
  background-color: rgb(216 180 254 / 0.25);
}

.bg-purple-300\/30{
  background-color: rgb(216 180 254 / 0.3);
}

.bg-purple-300\/35{
  background-color: rgb(216 180 254 / 0.35);
}

.bg-purple-300\/40{
  background-color: rgb(216 180 254 / 0.4);
}

.bg-purple-300\/45{
  background-color: rgb(216 180 254 / 0.45);
}

.bg-purple-300\/5{
  background-color: rgb(216 180 254 / 0.05);
}

.bg-purple-300\/50{
  background-color: rgb(216 180 254 / 0.5);
}

.bg-purple-300\/55{
  background-color: rgb(216 180 254 / 0.55);
}

.bg-purple-300\/60{
  background-color: rgb(216 180 254 / 0.6);
}

.bg-purple-300\/65{
  background-color: rgb(216 180 254 / 0.65);
}

.bg-purple-300\/70{
  background-color: rgb(216 180 254 / 0.7);
}

.bg-purple-300\/75{
  background-color: rgb(216 180 254 / 0.75);
}

.bg-purple-300\/80{
  background-color: rgb(216 180 254 / 0.8);
}

.bg-purple-300\/85{
  background-color: rgb(216 180 254 / 0.85);
}

.bg-purple-300\/90{
  background-color: rgb(216 180 254 / 0.9);
}

.bg-purple-300\/95{
  background-color: rgb(216 180 254 / 0.95);
}

.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.bg-purple-400\/0{
  background-color: rgb(192 132 252 / 0);
}

.bg-purple-400\/10{
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/100{
  background-color: rgb(192 132 252 / 1);
}

.bg-purple-400\/15{
  background-color: rgb(192 132 252 / 0.15);
}

.bg-purple-400\/20{
  background-color: rgb(192 132 252 / 0.2);
}

.bg-purple-400\/25{
  background-color: rgb(192 132 252 / 0.25);
}

.bg-purple-400\/30{
  background-color: rgb(192 132 252 / 0.3);
}

.bg-purple-400\/35{
  background-color: rgb(192 132 252 / 0.35);
}

.bg-purple-400\/40{
  background-color: rgb(192 132 252 / 0.4);
}

.bg-purple-400\/45{
  background-color: rgb(192 132 252 / 0.45);
}

.bg-purple-400\/5{
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-400\/50{
  background-color: rgb(192 132 252 / 0.5);
}

.bg-purple-400\/55{
  background-color: rgb(192 132 252 / 0.55);
}

.bg-purple-400\/60{
  background-color: rgb(192 132 252 / 0.6);
}

.bg-purple-400\/65{
  background-color: rgb(192 132 252 / 0.65);
}

.bg-purple-400\/70{
  background-color: rgb(192 132 252 / 0.7);
}

.bg-purple-400\/75{
  background-color: rgb(192 132 252 / 0.75);
}

.bg-purple-400\/80{
  background-color: rgb(192 132 252 / 0.8);
}

.bg-purple-400\/85{
  background-color: rgb(192 132 252 / 0.85);
}

.bg-purple-400\/90{
  background-color: rgb(192 132 252 / 0.9);
}

.bg-purple-400\/95{
  background-color: rgb(192 132 252 / 0.95);
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.bg-purple-50\/0{
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10{
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100{
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/15{
  background-color: rgb(250 245 255 / 0.15);
}

.bg-purple-50\/20{
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25{
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30{
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/35{
  background-color: rgb(250 245 255 / 0.35);
}

.bg-purple-50\/40{
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/45{
  background-color: rgb(250 245 255 / 0.45);
}

.bg-purple-50\/5{
  background-color: rgb(250 245 255 / 0.05);
}

.bg-purple-50\/50{
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-50\/55{
  background-color: rgb(250 245 255 / 0.55);
}

.bg-purple-50\/60{
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/65{
  background-color: rgb(250 245 255 / 0.65);
}

.bg-purple-50\/70{
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75{
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80{
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/85{
  background-color: rgb(250 245 255 / 0.85);
}

.bg-purple-50\/90{
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95{
  background-color: rgb(250 245 255 / 0.95);
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.bg-purple-500\/0{
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10{
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100{
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/15{
  background-color: rgb(168 85 247 / 0.15);
}

.bg-purple-500\/20{
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25{
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30{
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/35{
  background-color: rgb(168 85 247 / 0.35);
}

.bg-purple-500\/40{
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/45{
  background-color: rgb(168 85 247 / 0.45);
}

.bg-purple-500\/5{
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50{
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/55{
  background-color: rgb(168 85 247 / 0.55);
}

.bg-purple-500\/60{
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/65{
  background-color: rgb(168 85 247 / 0.65);
}

.bg-purple-500\/70{
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75{
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80{
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/85{
  background-color: rgb(168 85 247 / 0.85);
}

.bg-purple-500\/90{
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95{
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.bg-purple-600\/0{
  background-color: rgb(147 51 234 / 0);
}

.bg-purple-600\/10{
  background-color: rgb(147 51 234 / 0.1);
}

.bg-purple-600\/100{
  background-color: rgb(147 51 234 / 1);
}

.bg-purple-600\/15{
  background-color: rgb(147 51 234 / 0.15);
}

.bg-purple-600\/20{
  background-color: rgb(147 51 234 / 0.2);
}

.bg-purple-600\/25{
  background-color: rgb(147 51 234 / 0.25);
}

.bg-purple-600\/30{
  background-color: rgb(147 51 234 / 0.3);
}

.bg-purple-600\/35{
  background-color: rgb(147 51 234 / 0.35);
}

.bg-purple-600\/40{
  background-color: rgb(147 51 234 / 0.4);
}

.bg-purple-600\/45{
  background-color: rgb(147 51 234 / 0.45);
}

.bg-purple-600\/5{
  background-color: rgb(147 51 234 / 0.05);
}

.bg-purple-600\/50{
  background-color: rgb(147 51 234 / 0.5);
}

.bg-purple-600\/55{
  background-color: rgb(147 51 234 / 0.55);
}

.bg-purple-600\/60{
  background-color: rgb(147 51 234 / 0.6);
}

.bg-purple-600\/65{
  background-color: rgb(147 51 234 / 0.65);
}

.bg-purple-600\/70{
  background-color: rgb(147 51 234 / 0.7);
}

.bg-purple-600\/75{
  background-color: rgb(147 51 234 / 0.75);
}

.bg-purple-600\/80{
  background-color: rgb(147 51 234 / 0.8);
}

.bg-purple-600\/85{
  background-color: rgb(147 51 234 / 0.85);
}

.bg-purple-600\/90{
  background-color: rgb(147 51 234 / 0.9);
}

.bg-purple-600\/95{
  background-color: rgb(147 51 234 / 0.95);
}

.bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.bg-purple-700\/0{
  background-color: rgb(126 34 206 / 0);
}

.bg-purple-700\/10{
  background-color: rgb(126 34 206 / 0.1);
}

.bg-purple-700\/100{
  background-color: rgb(126 34 206 / 1);
}

.bg-purple-700\/15{
  background-color: rgb(126 34 206 / 0.15);
}

.bg-purple-700\/20{
  background-color: rgb(126 34 206 / 0.2);
}

.bg-purple-700\/25{
  background-color: rgb(126 34 206 / 0.25);
}

.bg-purple-700\/30{
  background-color: rgb(126 34 206 / 0.3);
}

.bg-purple-700\/35{
  background-color: rgb(126 34 206 / 0.35);
}

.bg-purple-700\/40{
  background-color: rgb(126 34 206 / 0.4);
}

.bg-purple-700\/45{
  background-color: rgb(126 34 206 / 0.45);
}

.bg-purple-700\/5{
  background-color: rgb(126 34 206 / 0.05);
}

.bg-purple-700\/50{
  background-color: rgb(126 34 206 / 0.5);
}

.bg-purple-700\/55{
  background-color: rgb(126 34 206 / 0.55);
}

.bg-purple-700\/60{
  background-color: rgb(126 34 206 / 0.6);
}

.bg-purple-700\/65{
  background-color: rgb(126 34 206 / 0.65);
}

.bg-purple-700\/70{
  background-color: rgb(126 34 206 / 0.7);
}

.bg-purple-700\/75{
  background-color: rgb(126 34 206 / 0.75);
}

.bg-purple-700\/80{
  background-color: rgb(126 34 206 / 0.8);
}

.bg-purple-700\/85{
  background-color: rgb(126 34 206 / 0.85);
}

.bg-purple-700\/90{
  background-color: rgb(126 34 206 / 0.9);
}

.bg-purple-700\/95{
  background-color: rgb(126 34 206 / 0.95);
}

.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.bg-purple-800\/0{
  background-color: rgb(107 33 168 / 0);
}

.bg-purple-800\/10{
  background-color: rgb(107 33 168 / 0.1);
}

.bg-purple-800\/100{
  background-color: rgb(107 33 168 / 1);
}

.bg-purple-800\/15{
  background-color: rgb(107 33 168 / 0.15);
}

.bg-purple-800\/20{
  background-color: rgb(107 33 168 / 0.2);
}

.bg-purple-800\/25{
  background-color: rgb(107 33 168 / 0.25);
}

.bg-purple-800\/30{
  background-color: rgb(107 33 168 / 0.3);
}

.bg-purple-800\/35{
  background-color: rgb(107 33 168 / 0.35);
}

.bg-purple-800\/40{
  background-color: rgb(107 33 168 / 0.4);
}

.bg-purple-800\/45{
  background-color: rgb(107 33 168 / 0.45);
}

.bg-purple-800\/5{
  background-color: rgb(107 33 168 / 0.05);
}

.bg-purple-800\/50{
  background-color: rgb(107 33 168 / 0.5);
}

.bg-purple-800\/55{
  background-color: rgb(107 33 168 / 0.55);
}

.bg-purple-800\/60{
  background-color: rgb(107 33 168 / 0.6);
}

.bg-purple-800\/65{
  background-color: rgb(107 33 168 / 0.65);
}

.bg-purple-800\/70{
  background-color: rgb(107 33 168 / 0.7);
}

.bg-purple-800\/75{
  background-color: rgb(107 33 168 / 0.75);
}

.bg-purple-800\/80{
  background-color: rgb(107 33 168 / 0.8);
}

.bg-purple-800\/85{
  background-color: rgb(107 33 168 / 0.85);
}

.bg-purple-800\/90{
  background-color: rgb(107 33 168 / 0.9);
}

.bg-purple-800\/95{
  background-color: rgb(107 33 168 / 0.95);
}

.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.bg-purple-900\/0{
  background-color: rgb(88 28 135 / 0);
}

.bg-purple-900\/10{
  background-color: rgb(88 28 135 / 0.1);
}

.bg-purple-900\/100{
  background-color: rgb(88 28 135 / 1);
}

.bg-purple-900\/15{
  background-color: rgb(88 28 135 / 0.15);
}

.bg-purple-900\/20{
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/25{
  background-color: rgb(88 28 135 / 0.25);
}

.bg-purple-900\/30{
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-900\/35{
  background-color: rgb(88 28 135 / 0.35);
}

.bg-purple-900\/40{
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/45{
  background-color: rgb(88 28 135 / 0.45);
}

.bg-purple-900\/5{
  background-color: rgb(88 28 135 / 0.05);
}

.bg-purple-900\/50{
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/55{
  background-color: rgb(88 28 135 / 0.55);
}

.bg-purple-900\/60{
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-900\/65{
  background-color: rgb(88 28 135 / 0.65);
}

.bg-purple-900\/70{
  background-color: rgb(88 28 135 / 0.7);
}

.bg-purple-900\/75{
  background-color: rgb(88 28 135 / 0.75);
}

.bg-purple-900\/80{
  background-color: rgb(88 28 135 / 0.8);
}

.bg-purple-900\/85{
  background-color: rgb(88 28 135 / 0.85);
}

.bg-purple-900\/90{
  background-color: rgb(88 28 135 / 0.9);
}

.bg-purple-900\/95{
  background-color: rgb(88 28 135 / 0.95);
}

.bg-purple-950{
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}

.bg-purple-950\/0{
  background-color: rgb(59 7 100 / 0);
}

.bg-purple-950\/10{
  background-color: rgb(59 7 100 / 0.1);
}

.bg-purple-950\/100{
  background-color: rgb(59 7 100 / 1);
}

.bg-purple-950\/15{
  background-color: rgb(59 7 100 / 0.15);
}

.bg-purple-950\/20{
  background-color: rgb(59 7 100 / 0.2);
}

.bg-purple-950\/25{
  background-color: rgb(59 7 100 / 0.25);
}

.bg-purple-950\/30{
  background-color: rgb(59 7 100 / 0.3);
}

.bg-purple-950\/35{
  background-color: rgb(59 7 100 / 0.35);
}

.bg-purple-950\/40{
  background-color: rgb(59 7 100 / 0.4);
}

.bg-purple-950\/45{
  background-color: rgb(59 7 100 / 0.45);
}

.bg-purple-950\/5{
  background-color: rgb(59 7 100 / 0.05);
}

.bg-purple-950\/50{
  background-color: rgb(59 7 100 / 0.5);
}

.bg-purple-950\/55{
  background-color: rgb(59 7 100 / 0.55);
}

.bg-purple-950\/60{
  background-color: rgb(59 7 100 / 0.6);
}

.bg-purple-950\/65{
  background-color: rgb(59 7 100 / 0.65);
}

.bg-purple-950\/70{
  background-color: rgb(59 7 100 / 0.7);
}

.bg-purple-950\/75{
  background-color: rgb(59 7 100 / 0.75);
}

.bg-purple-950\/80{
  background-color: rgb(59 7 100 / 0.8);
}

.bg-purple-950\/85{
  background-color: rgb(59 7 100 / 0.85);
}

.bg-purple-950\/90{
  background-color: rgb(59 7 100 / 0.9);
}

.bg-purple-950\/95{
  background-color: rgb(59 7 100 / 0.95);
}

.bg-quaternary{
  --tw-bg-opacity: 1;
  background-color: rgb(61 209 246 / var(--tw-bg-opacity));
}

.bg-quaternary-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 202 241 / var(--tw-bg-opacity));
}

.bg-quaternary-hover\/0{
  background-color: rgb(43 202 241 / 0);
}

.bg-quaternary-hover\/10{
  background-color: rgb(43 202 241 / 0.1);
}

.bg-quaternary-hover\/100{
  background-color: rgb(43 202 241 / 1);
}

.bg-quaternary-hover\/15{
  background-color: rgb(43 202 241 / 0.15);
}

.bg-quaternary-hover\/20{
  background-color: rgb(43 202 241 / 0.2);
}

.bg-quaternary-hover\/25{
  background-color: rgb(43 202 241 / 0.25);
}

.bg-quaternary-hover\/30{
  background-color: rgb(43 202 241 / 0.3);
}

.bg-quaternary-hover\/35{
  background-color: rgb(43 202 241 / 0.35);
}

.bg-quaternary-hover\/40{
  background-color: rgb(43 202 241 / 0.4);
}

.bg-quaternary-hover\/45{
  background-color: rgb(43 202 241 / 0.45);
}

.bg-quaternary-hover\/5{
  background-color: rgb(43 202 241 / 0.05);
}

.bg-quaternary-hover\/50{
  background-color: rgb(43 202 241 / 0.5);
}

.bg-quaternary-hover\/55{
  background-color: rgb(43 202 241 / 0.55);
}

.bg-quaternary-hover\/60{
  background-color: rgb(43 202 241 / 0.6);
}

.bg-quaternary-hover\/65{
  background-color: rgb(43 202 241 / 0.65);
}

.bg-quaternary-hover\/70{
  background-color: rgb(43 202 241 / 0.7);
}

.bg-quaternary-hover\/75{
  background-color: rgb(43 202 241 / 0.75);
}

.bg-quaternary-hover\/80{
  background-color: rgb(43 202 241 / 0.8);
}

.bg-quaternary-hover\/85{
  background-color: rgb(43 202 241 / 0.85);
}

.bg-quaternary-hover\/90{
  background-color: rgb(43 202 241 / 0.9);
}

.bg-quaternary-hover\/95{
  background-color: rgb(43 202 241 / 0.95);
}

.bg-quaternary\/0{
  background-color: rgb(61 209 246 / 0);
}

.bg-quaternary\/10{
  background-color: rgb(61 209 246 / 0.1);
}

.bg-quaternary\/100{
  background-color: rgb(61 209 246 / 1);
}

.bg-quaternary\/15{
  background-color: rgb(61 209 246 / 0.15);
}

.bg-quaternary\/20{
  background-color: rgb(61 209 246 / 0.2);
}

.bg-quaternary\/25{
  background-color: rgb(61 209 246 / 0.25);
}

.bg-quaternary\/30{
  background-color: rgb(61 209 246 / 0.3);
}

.bg-quaternary\/35{
  background-color: rgb(61 209 246 / 0.35);
}

.bg-quaternary\/40{
  background-color: rgb(61 209 246 / 0.4);
}

.bg-quaternary\/45{
  background-color: rgb(61 209 246 / 0.45);
}

.bg-quaternary\/5{
  background-color: rgb(61 209 246 / 0.05);
}

.bg-quaternary\/50{
  background-color: rgb(61 209 246 / 0.5);
}

.bg-quaternary\/55{
  background-color: rgb(61 209 246 / 0.55);
}

.bg-quaternary\/60{
  background-color: rgb(61 209 246 / 0.6);
}

.bg-quaternary\/65{
  background-color: rgb(61 209 246 / 0.65);
}

.bg-quaternary\/70{
  background-color: rgb(61 209 246 / 0.7);
}

.bg-quaternary\/75{
  background-color: rgb(61 209 246 / 0.75);
}

.bg-quaternary\/80{
  background-color: rgb(61 209 246 / 0.8);
}

.bg-quaternary\/85{
  background-color: rgb(61 209 246 / 0.85);
}

.bg-quaternary\/90{
  background-color: rgb(61 209 246 / 0.9);
}

.bg-quaternary\/95{
  background-color: rgb(61 209 246 / 0.95);
}

.bg-quinary{
  --tw-bg-opacity: 1;
  background-color: rgb(136 150 244 / var(--tw-bg-opacity));
}

.bg-quinary-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 126 222 / var(--tw-bg-opacity));
}

.bg-quinary-hover\/0{
  background-color: rgb(112 126 222 / 0);
}

.bg-quinary-hover\/10{
  background-color: rgb(112 126 222 / 0.1);
}

.bg-quinary-hover\/100{
  background-color: rgb(112 126 222 / 1);
}

.bg-quinary-hover\/15{
  background-color: rgb(112 126 222 / 0.15);
}

.bg-quinary-hover\/20{
  background-color: rgb(112 126 222 / 0.2);
}

.bg-quinary-hover\/25{
  background-color: rgb(112 126 222 / 0.25);
}

.bg-quinary-hover\/30{
  background-color: rgb(112 126 222 / 0.3);
}

.bg-quinary-hover\/35{
  background-color: rgb(112 126 222 / 0.35);
}

.bg-quinary-hover\/40{
  background-color: rgb(112 126 222 / 0.4);
}

.bg-quinary-hover\/45{
  background-color: rgb(112 126 222 / 0.45);
}

.bg-quinary-hover\/5{
  background-color: rgb(112 126 222 / 0.05);
}

.bg-quinary-hover\/50{
  background-color: rgb(112 126 222 / 0.5);
}

.bg-quinary-hover\/55{
  background-color: rgb(112 126 222 / 0.55);
}

.bg-quinary-hover\/60{
  background-color: rgb(112 126 222 / 0.6);
}

.bg-quinary-hover\/65{
  background-color: rgb(112 126 222 / 0.65);
}

.bg-quinary-hover\/70{
  background-color: rgb(112 126 222 / 0.7);
}

.bg-quinary-hover\/75{
  background-color: rgb(112 126 222 / 0.75);
}

.bg-quinary-hover\/80{
  background-color: rgb(112 126 222 / 0.8);
}

.bg-quinary-hover\/85{
  background-color: rgb(112 126 222 / 0.85);
}

.bg-quinary-hover\/90{
  background-color: rgb(112 126 222 / 0.9);
}

.bg-quinary-hover\/95{
  background-color: rgb(112 126 222 / 0.95);
}

.bg-quinary\/0{
  background-color: rgb(136 150 244 / 0);
}

.bg-quinary\/10{
  background-color: rgb(136 150 244 / 0.1);
}

.bg-quinary\/100{
  background-color: rgb(136 150 244 / 1);
}

.bg-quinary\/15{
  background-color: rgb(136 150 244 / 0.15);
}

.bg-quinary\/20{
  background-color: rgb(136 150 244 / 0.2);
}

.bg-quinary\/25{
  background-color: rgb(136 150 244 / 0.25);
}

.bg-quinary\/30{
  background-color: rgb(136 150 244 / 0.3);
}

.bg-quinary\/35{
  background-color: rgb(136 150 244 / 0.35);
}

.bg-quinary\/40{
  background-color: rgb(136 150 244 / 0.4);
}

.bg-quinary\/45{
  background-color: rgb(136 150 244 / 0.45);
}

.bg-quinary\/5{
  background-color: rgb(136 150 244 / 0.05);
}

.bg-quinary\/50{
  background-color: rgb(136 150 244 / 0.5);
}

.bg-quinary\/55{
  background-color: rgb(136 150 244 / 0.55);
}

.bg-quinary\/60{
  background-color: rgb(136 150 244 / 0.6);
}

.bg-quinary\/65{
  background-color: rgb(136 150 244 / 0.65);
}

.bg-quinary\/70{
  background-color: rgb(136 150 244 / 0.7);
}

.bg-quinary\/75{
  background-color: rgb(136 150 244 / 0.75);
}

.bg-quinary\/80{
  background-color: rgb(136 150 244 / 0.8);
}

.bg-quinary\/85{
  background-color: rgb(136 150 244 / 0.85);
}

.bg-quinary\/90{
  background-color: rgb(136 150 244 / 0.9);
}

.bg-quinary\/95{
  background-color: rgb(136 150 244 / 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\/15{
  background-color: rgb(254 226 226 / 0.15);
}

.bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/35{
  background-color: rgb(254 226 226 / 0.35);
}

.bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/45{
  background-color: rgb(254 226 226 / 0.45);
}

.bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/55{
  background-color: rgb(254 226 226 / 0.55);
}

.bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/65{
  background-color: rgb(254 226 226 / 0.65);
}

.bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/85{
  background-color: rgb(254 226 226 / 0.85);
}

.bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-200\/0{
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100{
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/15{
  background-color: rgb(254 202 202 / 0.15);
}

.bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/35{
  background-color: rgb(254 202 202 / 0.35);
}

.bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/45{
  background-color: rgb(254 202 202 / 0.45);
}

.bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/55{
  background-color: rgb(254 202 202 / 0.55);
}

.bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/65{
  background-color: rgb(254 202 202 / 0.65);
}

.bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/85{
  background-color: rgb(254 202 202 / 0.85);
}

.bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/15{
  background-color: rgb(252 165 165 / 0.15);
}

.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/35{
  background-color: rgb(252 165 165 / 0.35);
}

.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/45{
  background-color: rgb(252 165 165 / 0.45);
}

.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/55{
  background-color: rgb(252 165 165 / 0.55);
}

.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/65{
  background-color: rgb(252 165 165 / 0.65);
}

.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/85{
  background-color: rgb(252 165 165 / 0.85);
}

.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-400\/0{
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100{
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/15{
  background-color: rgb(248 113 113 / 0.15);
}

.bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/35{
  background-color: rgb(248 113 113 / 0.35);
}

.bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/45{
  background-color: rgb(248 113 113 / 0.45);
}

.bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/55{
  background-color: rgb(248 113 113 / 0.55);
}

.bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/65{
  background-color: rgb(248 113 113 / 0.65);
}

.bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/85{
  background-color: rgb(248 113 113 / 0.85);
}

.bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-50\/0{
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100{
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/15{
  background-color: rgb(254 242 242 / 0.15);
}

.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/35{
  background-color: rgb(254 242 242 / 0.35);
}

.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/45{
  background-color: rgb(254 242 242 / 0.45);
}

.bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/55{
  background-color: rgb(254 242 242 / 0.55);
}

.bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/65{
  background-color: rgb(254 242 242 / 0.65);
}

.bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/85{
  background-color: rgb(254 242 242 / 0.85);
}

.bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-500\/0{
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100{
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/15{
  background-color: rgb(239 68 68 / 0.15);
}

.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/35{
  background-color: rgb(239 68 68 / 0.35);
}

.bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/45{
  background-color: rgb(239 68 68 / 0.45);
}

.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/55{
  background-color: rgb(239 68 68 / 0.55);
}

.bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/65{
  background-color: rgb(239 68 68 / 0.65);
}

.bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/85{
  background-color: rgb(239 68 68 / 0.85);
}

.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-red-600\/0{
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100{
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/15{
  background-color: rgb(220 38 38 / 0.15);
}

.bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/35{
  background-color: rgb(220 38 38 / 0.35);
}

.bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/45{
  background-color: rgb(220 38 38 / 0.45);
}

.bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/55{
  background-color: rgb(220 38 38 / 0.55);
}

.bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/65{
  background-color: rgb(220 38 38 / 0.65);
}

.bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/85{
  background-color: rgb(220 38 38 / 0.85);
}

.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/0{
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100{
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/15{
  background-color: rgb(185 28 28 / 0.15);
}

.bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/35{
  background-color: rgb(185 28 28 / 0.35);
}

.bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/45{
  background-color: rgb(185 28 28 / 0.45);
}

.bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/55{
  background-color: rgb(185 28 28 / 0.55);
}

.bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/65{
  background-color: rgb(185 28 28 / 0.65);
}

.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/85{
  background-color: rgb(185 28 28 / 0.85);
}

.bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-red-800\/0{
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100{
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/15{
  background-color: rgb(153 27 27 / 0.15);
}

.bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/35{
  background-color: rgb(153 27 27 / 0.35);
}

.bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/45{
  background-color: rgb(153 27 27 / 0.45);
}

.bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/55{
  background-color: rgb(153 27 27 / 0.55);
}

.bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/65{
  background-color: rgb(153 27 27 / 0.65);
}

.bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/85{
  background-color: rgb(153 27 27 / 0.85);
}

.bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.bg-red-900\/0{
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100{
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/15{
  background-color: rgb(127 29 29 / 0.15);
}

.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/35{
  background-color: rgb(127 29 29 / 0.35);
}

.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/45{
  background-color: rgb(127 29 29 / 0.45);
}

.bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/55{
  background-color: rgb(127 29 29 / 0.55);
}

.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/65{
  background-color: rgb(127 29 29 / 0.65);
}

.bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/85{
  background-color: rgb(127 29 29 / 0.85);
}

.bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}

.bg-red-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}

.bg-red-950\/0{
  background-color: rgb(69 10 10 / 0);
}

.bg-red-950\/10{
  background-color: rgb(69 10 10 / 0.1);
}

.bg-red-950\/100{
  background-color: rgb(69 10 10 / 1);
}

.bg-red-950\/15{
  background-color: rgb(69 10 10 / 0.15);
}

.bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2);
}

.bg-red-950\/25{
  background-color: rgb(69 10 10 / 0.25);
}

.bg-red-950\/30{
  background-color: rgb(69 10 10 / 0.3);
}

.bg-red-950\/35{
  background-color: rgb(69 10 10 / 0.35);
}

.bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4);
}

.bg-red-950\/45{
  background-color: rgb(69 10 10 / 0.45);
}

.bg-red-950\/5{
  background-color: rgb(69 10 10 / 0.05);
}

.bg-red-950\/50{
  background-color: rgb(69 10 10 / 0.5);
}

.bg-red-950\/55{
  background-color: rgb(69 10 10 / 0.55);
}

.bg-red-950\/60{
  background-color: rgb(69 10 10 / 0.6);
}

.bg-red-950\/65{
  background-color: rgb(69 10 10 / 0.65);
}

.bg-red-950\/70{
  background-color: rgb(69 10 10 / 0.7);
}

.bg-red-950\/75{
  background-color: rgb(69 10 10 / 0.75);
}

.bg-red-950\/80{
  background-color: rgb(69 10 10 / 0.8);
}

.bg-red-950\/85{
  background-color: rgb(69 10 10 / 0.85);
}

.bg-red-950\/90{
  background-color: rgb(69 10 10 / 0.9);
}

.bg-red-950\/95{
  background-color: rgb(69 10 10 / 0.95);
}

.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.bg-rose-100\/0{
  background-color: rgb(255 228 230 / 0);
}

.bg-rose-100\/10{
  background-color: rgb(255 228 230 / 0.1);
}

.bg-rose-100\/100{
  background-color: rgb(255 228 230 / 1);
}

.bg-rose-100\/15{
  background-color: rgb(255 228 230 / 0.15);
}

.bg-rose-100\/20{
  background-color: rgb(255 228 230 / 0.2);
}

.bg-rose-100\/25{
  background-color: rgb(255 228 230 / 0.25);
}

.bg-rose-100\/30{
  background-color: rgb(255 228 230 / 0.3);
}

.bg-rose-100\/35{
  background-color: rgb(255 228 230 / 0.35);
}

.bg-rose-100\/40{
  background-color: rgb(255 228 230 / 0.4);
}

.bg-rose-100\/45{
  background-color: rgb(255 228 230 / 0.45);
}

.bg-rose-100\/5{
  background-color: rgb(255 228 230 / 0.05);
}

.bg-rose-100\/50{
  background-color: rgb(255 228 230 / 0.5);
}

.bg-rose-100\/55{
  background-color: rgb(255 228 230 / 0.55);
}

.bg-rose-100\/60{
  background-color: rgb(255 228 230 / 0.6);
}

.bg-rose-100\/65{
  background-color: rgb(255 228 230 / 0.65);
}

.bg-rose-100\/70{
  background-color: rgb(255 228 230 / 0.7);
}

.bg-rose-100\/75{
  background-color: rgb(255 228 230 / 0.75);
}

.bg-rose-100\/80{
  background-color: rgb(255 228 230 / 0.8);
}

.bg-rose-100\/85{
  background-color: rgb(255 228 230 / 0.85);
}

.bg-rose-100\/90{
  background-color: rgb(255 228 230 / 0.9);
}

.bg-rose-100\/95{
  background-color: rgb(255 228 230 / 0.95);
}

.bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.bg-rose-200\/0{
  background-color: rgb(254 205 211 / 0);
}

.bg-rose-200\/10{
  background-color: rgb(254 205 211 / 0.1);
}

.bg-rose-200\/100{
  background-color: rgb(254 205 211 / 1);
}

.bg-rose-200\/15{
  background-color: rgb(254 205 211 / 0.15);
}

.bg-rose-200\/20{
  background-color: rgb(254 205 211 / 0.2);
}

.bg-rose-200\/25{
  background-color: rgb(254 205 211 / 0.25);
}

.bg-rose-200\/30{
  background-color: rgb(254 205 211 / 0.3);
}

.bg-rose-200\/35{
  background-color: rgb(254 205 211 / 0.35);
}

.bg-rose-200\/40{
  background-color: rgb(254 205 211 / 0.4);
}

.bg-rose-200\/45{
  background-color: rgb(254 205 211 / 0.45);
}

.bg-rose-200\/5{
  background-color: rgb(254 205 211 / 0.05);
}

.bg-rose-200\/50{
  background-color: rgb(254 205 211 / 0.5);
}

.bg-rose-200\/55{
  background-color: rgb(254 205 211 / 0.55);
}

.bg-rose-200\/60{
  background-color: rgb(254 205 211 / 0.6);
}

.bg-rose-200\/65{
  background-color: rgb(254 205 211 / 0.65);
}

.bg-rose-200\/70{
  background-color: rgb(254 205 211 / 0.7);
}

.bg-rose-200\/75{
  background-color: rgb(254 205 211 / 0.75);
}

.bg-rose-200\/80{
  background-color: rgb(254 205 211 / 0.8);
}

.bg-rose-200\/85{
  background-color: rgb(254 205 211 / 0.85);
}

.bg-rose-200\/90{
  background-color: rgb(254 205 211 / 0.9);
}

.bg-rose-200\/95{
  background-color: rgb(254 205 211 / 0.95);
}

.bg-rose-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.bg-rose-300\/0{
  background-color: rgb(253 164 175 / 0);
}

.bg-rose-300\/10{
  background-color: rgb(253 164 175 / 0.1);
}

.bg-rose-300\/100{
  background-color: rgb(253 164 175 / 1);
}

.bg-rose-300\/15{
  background-color: rgb(253 164 175 / 0.15);
}

.bg-rose-300\/20{
  background-color: rgb(253 164 175 / 0.2);
}

.bg-rose-300\/25{
  background-color: rgb(253 164 175 / 0.25);
}

.bg-rose-300\/30{
  background-color: rgb(253 164 175 / 0.3);
}

.bg-rose-300\/35{
  background-color: rgb(253 164 175 / 0.35);
}

.bg-rose-300\/40{
  background-color: rgb(253 164 175 / 0.4);
}

.bg-rose-300\/45{
  background-color: rgb(253 164 175 / 0.45);
}

.bg-rose-300\/5{
  background-color: rgb(253 164 175 / 0.05);
}

.bg-rose-300\/50{
  background-color: rgb(253 164 175 / 0.5);
}

.bg-rose-300\/55{
  background-color: rgb(253 164 175 / 0.55);
}

.bg-rose-300\/60{
  background-color: rgb(253 164 175 / 0.6);
}

.bg-rose-300\/65{
  background-color: rgb(253 164 175 / 0.65);
}

.bg-rose-300\/70{
  background-color: rgb(253 164 175 / 0.7);
}

.bg-rose-300\/75{
  background-color: rgb(253 164 175 / 0.75);
}

.bg-rose-300\/80{
  background-color: rgb(253 164 175 / 0.8);
}

.bg-rose-300\/85{
  background-color: rgb(253 164 175 / 0.85);
}

.bg-rose-300\/90{
  background-color: rgb(253 164 175 / 0.9);
}

.bg-rose-300\/95{
  background-color: rgb(253 164 175 / 0.95);
}

.bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.bg-rose-400\/0{
  background-color: rgb(251 113 133 / 0);
}

.bg-rose-400\/10{
  background-color: rgb(251 113 133 / 0.1);
}

.bg-rose-400\/100{
  background-color: rgb(251 113 133 / 1);
}

.bg-rose-400\/15{
  background-color: rgb(251 113 133 / 0.15);
}

.bg-rose-400\/20{
  background-color: rgb(251 113 133 / 0.2);
}

.bg-rose-400\/25{
  background-color: rgb(251 113 133 / 0.25);
}

.bg-rose-400\/30{
  background-color: rgb(251 113 133 / 0.3);
}

.bg-rose-400\/35{
  background-color: rgb(251 113 133 / 0.35);
}

.bg-rose-400\/40{
  background-color: rgb(251 113 133 / 0.4);
}

.bg-rose-400\/45{
  background-color: rgb(251 113 133 / 0.45);
}

.bg-rose-400\/5{
  background-color: rgb(251 113 133 / 0.05);
}

.bg-rose-400\/50{
  background-color: rgb(251 113 133 / 0.5);
}

.bg-rose-400\/55{
  background-color: rgb(251 113 133 / 0.55);
}

.bg-rose-400\/60{
  background-color: rgb(251 113 133 / 0.6);
}

.bg-rose-400\/65{
  background-color: rgb(251 113 133 / 0.65);
}

.bg-rose-400\/70{
  background-color: rgb(251 113 133 / 0.7);
}

.bg-rose-400\/75{
  background-color: rgb(251 113 133 / 0.75);
}

.bg-rose-400\/80{
  background-color: rgb(251 113 133 / 0.8);
}

.bg-rose-400\/85{
  background-color: rgb(251 113 133 / 0.85);
}

.bg-rose-400\/90{
  background-color: rgb(251 113 133 / 0.9);
}

.bg-rose-400\/95{
  background-color: rgb(251 113 133 / 0.95);
}

.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.bg-rose-50\/0{
  background-color: rgb(255 241 242 / 0);
}

.bg-rose-50\/10{
  background-color: rgb(255 241 242 / 0.1);
}

.bg-rose-50\/100{
  background-color: rgb(255 241 242 / 1);
}

.bg-rose-50\/15{
  background-color: rgb(255 241 242 / 0.15);
}

.bg-rose-50\/20{
  background-color: rgb(255 241 242 / 0.2);
}

.bg-rose-50\/25{
  background-color: rgb(255 241 242 / 0.25);
}

.bg-rose-50\/30{
  background-color: rgb(255 241 242 / 0.3);
}

.bg-rose-50\/35{
  background-color: rgb(255 241 242 / 0.35);
}

.bg-rose-50\/40{
  background-color: rgb(255 241 242 / 0.4);
}

.bg-rose-50\/45{
  background-color: rgb(255 241 242 / 0.45);
}

.bg-rose-50\/5{
  background-color: rgb(255 241 242 / 0.05);
}

.bg-rose-50\/50{
  background-color: rgb(255 241 242 / 0.5);
}

.bg-rose-50\/55{
  background-color: rgb(255 241 242 / 0.55);
}

.bg-rose-50\/60{
  background-color: rgb(255 241 242 / 0.6);
}

.bg-rose-50\/65{
  background-color: rgb(255 241 242 / 0.65);
}

.bg-rose-50\/70{
  background-color: rgb(255 241 242 / 0.7);
}

.bg-rose-50\/75{
  background-color: rgb(255 241 242 / 0.75);
}

.bg-rose-50\/80{
  background-color: rgb(255 241 242 / 0.8);
}

.bg-rose-50\/85{
  background-color: rgb(255 241 242 / 0.85);
}

.bg-rose-50\/90{
  background-color: rgb(255 241 242 / 0.9);
}

.bg-rose-50\/95{
  background-color: rgb(255 241 242 / 0.95);
}

.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.bg-rose-500\/0{
  background-color: rgb(244 63 94 / 0);
}

.bg-rose-500\/10{
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/100{
  background-color: rgb(244 63 94 / 1);
}

.bg-rose-500\/15{
  background-color: rgb(244 63 94 / 0.15);
}

.bg-rose-500\/20{
  background-color: rgb(244 63 94 / 0.2);
}

.bg-rose-500\/25{
  background-color: rgb(244 63 94 / 0.25);
}

.bg-rose-500\/30{
  background-color: rgb(244 63 94 / 0.3);
}

.bg-rose-500\/35{
  background-color: rgb(244 63 94 / 0.35);
}

.bg-rose-500\/40{
  background-color: rgb(244 63 94 / 0.4);
}

.bg-rose-500\/45{
  background-color: rgb(244 63 94 / 0.45);
}

.bg-rose-500\/5{
  background-color: rgb(244 63 94 / 0.05);
}

.bg-rose-500\/50{
  background-color: rgb(244 63 94 / 0.5);
}

.bg-rose-500\/55{
  background-color: rgb(244 63 94 / 0.55);
}

.bg-rose-500\/60{
  background-color: rgb(244 63 94 / 0.6);
}

.bg-rose-500\/65{
  background-color: rgb(244 63 94 / 0.65);
}

.bg-rose-500\/70{
  background-color: rgb(244 63 94 / 0.7);
}

.bg-rose-500\/75{
  background-color: rgb(244 63 94 / 0.75);
}

.bg-rose-500\/80{
  background-color: rgb(244 63 94 / 0.8);
}

.bg-rose-500\/85{
  background-color: rgb(244 63 94 / 0.85);
}

.bg-rose-500\/90{
  background-color: rgb(244 63 94 / 0.9);
}

.bg-rose-500\/95{
  background-color: rgb(244 63 94 / 0.95);
}

.bg-rose-600{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.bg-rose-600\/0{
  background-color: rgb(225 29 72 / 0);
}

.bg-rose-600\/10{
  background-color: rgb(225 29 72 / 0.1);
}

.bg-rose-600\/100{
  background-color: rgb(225 29 72 / 1);
}

.bg-rose-600\/15{
  background-color: rgb(225 29 72 / 0.15);
}

.bg-rose-600\/20{
  background-color: rgb(225 29 72 / 0.2);
}

.bg-rose-600\/25{
  background-color: rgb(225 29 72 / 0.25);
}

.bg-rose-600\/30{
  background-color: rgb(225 29 72 / 0.3);
}

.bg-rose-600\/35{
  background-color: rgb(225 29 72 / 0.35);
}

.bg-rose-600\/40{
  background-color: rgb(225 29 72 / 0.4);
}

.bg-rose-600\/45{
  background-color: rgb(225 29 72 / 0.45);
}

.bg-rose-600\/5{
  background-color: rgb(225 29 72 / 0.05);
}

.bg-rose-600\/50{
  background-color: rgb(225 29 72 / 0.5);
}

.bg-rose-600\/55{
  background-color: rgb(225 29 72 / 0.55);
}

.bg-rose-600\/60{
  background-color: rgb(225 29 72 / 0.6);
}

.bg-rose-600\/65{
  background-color: rgb(225 29 72 / 0.65);
}

.bg-rose-600\/70{
  background-color: rgb(225 29 72 / 0.7);
}

.bg-rose-600\/75{
  background-color: rgb(225 29 72 / 0.75);
}

.bg-rose-600\/80{
  background-color: rgb(225 29 72 / 0.8);
}

.bg-rose-600\/85{
  background-color: rgb(225 29 72 / 0.85);
}

.bg-rose-600\/90{
  background-color: rgb(225 29 72 / 0.9);
}

.bg-rose-600\/95{
  background-color: rgb(225 29 72 / 0.95);
}

.bg-rose-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}

.bg-rose-700\/0{
  background-color: rgb(190 18 60 / 0);
}

.bg-rose-700\/10{
  background-color: rgb(190 18 60 / 0.1);
}

.bg-rose-700\/100{
  background-color: rgb(190 18 60 / 1);
}

.bg-rose-700\/15{
  background-color: rgb(190 18 60 / 0.15);
}

.bg-rose-700\/20{
  background-color: rgb(190 18 60 / 0.2);
}

.bg-rose-700\/25{
  background-color: rgb(190 18 60 / 0.25);
}

.bg-rose-700\/30{
  background-color: rgb(190 18 60 / 0.3);
}

.bg-rose-700\/35{
  background-color: rgb(190 18 60 / 0.35);
}

.bg-rose-700\/40{
  background-color: rgb(190 18 60 / 0.4);
}

.bg-rose-700\/45{
  background-color: rgb(190 18 60 / 0.45);
}

.bg-rose-700\/5{
  background-color: rgb(190 18 60 / 0.05);
}

.bg-rose-700\/50{
  background-color: rgb(190 18 60 / 0.5);
}

.bg-rose-700\/55{
  background-color: rgb(190 18 60 / 0.55);
}

.bg-rose-700\/60{
  background-color: rgb(190 18 60 / 0.6);
}

.bg-rose-700\/65{
  background-color: rgb(190 18 60 / 0.65);
}

.bg-rose-700\/70{
  background-color: rgb(190 18 60 / 0.7);
}

.bg-rose-700\/75{
  background-color: rgb(190 18 60 / 0.75);
}

.bg-rose-700\/80{
  background-color: rgb(190 18 60 / 0.8);
}

.bg-rose-700\/85{
  background-color: rgb(190 18 60 / 0.85);
}

.bg-rose-700\/90{
  background-color: rgb(190 18 60 / 0.9);
}

.bg-rose-700\/95{
  background-color: rgb(190 18 60 / 0.95);
}

.bg-rose-800{
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

.bg-rose-800\/0{
  background-color: rgb(159 18 57 / 0);
}

.bg-rose-800\/10{
  background-color: rgb(159 18 57 / 0.1);
}

.bg-rose-800\/100{
  background-color: rgb(159 18 57 / 1);
}

.bg-rose-800\/15{
  background-color: rgb(159 18 57 / 0.15);
}

.bg-rose-800\/20{
  background-color: rgb(159 18 57 / 0.2);
}

.bg-rose-800\/25{
  background-color: rgb(159 18 57 / 0.25);
}

.bg-rose-800\/30{
  background-color: rgb(159 18 57 / 0.3);
}

.bg-rose-800\/35{
  background-color: rgb(159 18 57 / 0.35);
}

.bg-rose-800\/40{
  background-color: rgb(159 18 57 / 0.4);
}

.bg-rose-800\/45{
  background-color: rgb(159 18 57 / 0.45);
}

.bg-rose-800\/5{
  background-color: rgb(159 18 57 / 0.05);
}

.bg-rose-800\/50{
  background-color: rgb(159 18 57 / 0.5);
}

.bg-rose-800\/55{
  background-color: rgb(159 18 57 / 0.55);
}

.bg-rose-800\/60{
  background-color: rgb(159 18 57 / 0.6);
}

.bg-rose-800\/65{
  background-color: rgb(159 18 57 / 0.65);
}

.bg-rose-800\/70{
  background-color: rgb(159 18 57 / 0.7);
}

.bg-rose-800\/75{
  background-color: rgb(159 18 57 / 0.75);
}

.bg-rose-800\/80{
  background-color: rgb(159 18 57 / 0.8);
}

.bg-rose-800\/85{
  background-color: rgb(159 18 57 / 0.85);
}

.bg-rose-800\/90{
  background-color: rgb(159 18 57 / 0.9);
}

.bg-rose-800\/95{
  background-color: rgb(159 18 57 / 0.95);
}

.bg-rose-900{
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.bg-rose-900\/0{
  background-color: rgb(136 19 55 / 0);
}

.bg-rose-900\/10{
  background-color: rgb(136 19 55 / 0.1);
}

.bg-rose-900\/100{
  background-color: rgb(136 19 55 / 1);
}

.bg-rose-900\/15{
  background-color: rgb(136 19 55 / 0.15);
}

.bg-rose-900\/20{
  background-color: rgb(136 19 55 / 0.2);
}

.bg-rose-900\/25{
  background-color: rgb(136 19 55 / 0.25);
}

.bg-rose-900\/30{
  background-color: rgb(136 19 55 / 0.3);
}

.bg-rose-900\/35{
  background-color: rgb(136 19 55 / 0.35);
}

.bg-rose-900\/40{
  background-color: rgb(136 19 55 / 0.4);
}

.bg-rose-900\/45{
  background-color: rgb(136 19 55 / 0.45);
}

.bg-rose-900\/5{
  background-color: rgb(136 19 55 / 0.05);
}

.bg-rose-900\/50{
  background-color: rgb(136 19 55 / 0.5);
}

.bg-rose-900\/55{
  background-color: rgb(136 19 55 / 0.55);
}

.bg-rose-900\/60{
  background-color: rgb(136 19 55 / 0.6);
}

.bg-rose-900\/65{
  background-color: rgb(136 19 55 / 0.65);
}

.bg-rose-900\/70{
  background-color: rgb(136 19 55 / 0.7);
}

.bg-rose-900\/75{
  background-color: rgb(136 19 55 / 0.75);
}

.bg-rose-900\/80{
  background-color: rgb(136 19 55 / 0.8);
}

.bg-rose-900\/85{
  background-color: rgb(136 19 55 / 0.85);
}

.bg-rose-900\/90{
  background-color: rgb(136 19 55 / 0.9);
}

.bg-rose-900\/95{
  background-color: rgb(136 19 55 / 0.95);
}

.bg-rose-950{
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}

.bg-rose-950\/0{
  background-color: rgb(76 5 25 / 0);
}

.bg-rose-950\/10{
  background-color: rgb(76 5 25 / 0.1);
}

.bg-rose-950\/100{
  background-color: rgb(76 5 25 / 1);
}

.bg-rose-950\/15{
  background-color: rgb(76 5 25 / 0.15);
}

.bg-rose-950\/20{
  background-color: rgb(76 5 25 / 0.2);
}

.bg-rose-950\/25{
  background-color: rgb(76 5 25 / 0.25);
}

.bg-rose-950\/30{
  background-color: rgb(76 5 25 / 0.3);
}

.bg-rose-950\/35{
  background-color: rgb(76 5 25 / 0.35);
}

.bg-rose-950\/40{
  background-color: rgb(76 5 25 / 0.4);
}

.bg-rose-950\/45{
  background-color: rgb(76 5 25 / 0.45);
}

.bg-rose-950\/5{
  background-color: rgb(76 5 25 / 0.05);
}

.bg-rose-950\/50{
  background-color: rgb(76 5 25 / 0.5);
}

.bg-rose-950\/55{
  background-color: rgb(76 5 25 / 0.55);
}

.bg-rose-950\/60{
  background-color: rgb(76 5 25 / 0.6);
}

.bg-rose-950\/65{
  background-color: rgb(76 5 25 / 0.65);
}

.bg-rose-950\/70{
  background-color: rgb(76 5 25 / 0.7);
}

.bg-rose-950\/75{
  background-color: rgb(76 5 25 / 0.75);
}

.bg-rose-950\/80{
  background-color: rgb(76 5 25 / 0.8);
}

.bg-rose-950\/85{
  background-color: rgb(76 5 25 / 0.85);
}

.bg-rose-950\/90{
  background-color: rgb(76 5 25 / 0.9);
}

.bg-rose-950\/95{
  background-color: rgb(76 5 25 / 0.95);
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(141 147 167 / var(--tw-bg-opacity));
}

.bg-secondary\/0{
  background-color: rgb(141 147 167 / 0);
}

.bg-secondary\/10{
  background-color: rgb(141 147 167 / 0.1);
}

.bg-secondary\/100{
  background-color: rgb(141 147 167 / 1);
}

.bg-secondary\/15{
  background-color: rgb(141 147 167 / 0.15);
}

.bg-secondary\/20{
  background-color: rgb(141 147 167 / 0.2);
}

.bg-secondary\/25{
  background-color: rgb(141 147 167 / 0.25);
}

.bg-secondary\/30{
  background-color: rgb(141 147 167 / 0.3);
}

.bg-secondary\/35{
  background-color: rgb(141 147 167 / 0.35);
}

.bg-secondary\/40{
  background-color: rgb(141 147 167 / 0.4);
}

.bg-secondary\/45{
  background-color: rgb(141 147 167 / 0.45);
}

.bg-secondary\/5{
  background-color: rgb(141 147 167 / 0.05);
}

.bg-secondary\/50{
  background-color: rgb(141 147 167 / 0.5);
}

.bg-secondary\/55{
  background-color: rgb(141 147 167 / 0.55);
}

.bg-secondary\/60{
  background-color: rgb(141 147 167 / 0.6);
}

.bg-secondary\/65{
  background-color: rgb(141 147 167 / 0.65);
}

.bg-secondary\/70{
  background-color: rgb(141 147 167 / 0.7);
}

.bg-secondary\/75{
  background-color: rgb(141 147 167 / 0.75);
}

.bg-secondary\/80{
  background-color: rgb(141 147 167 / 0.8);
}

.bg-secondary\/85{
  background-color: rgb(141 147 167 / 0.85);
}

.bg-secondary\/90{
  background-color: rgb(141 147 167 / 0.9);
}

.bg-secondary\/95{
  background-color: rgb(141 147 167 / 0.95);
}

.bg-senary{
  --tw-bg-opacity: 1;
  background-color: rgb(73 134 231 / var(--tw-bg-opacity));
}

.bg-senary\/0{
  background-color: rgb(73 134 231 / 0);
}

.bg-senary\/10{
  background-color: rgb(73 134 231 / 0.1);
}

.bg-senary\/100{
  background-color: rgb(73 134 231 / 1);
}

.bg-senary\/15{
  background-color: rgb(73 134 231 / 0.15);
}

.bg-senary\/20{
  background-color: rgb(73 134 231 / 0.2);
}

.bg-senary\/25{
  background-color: rgb(73 134 231 / 0.25);
}

.bg-senary\/30{
  background-color: rgb(73 134 231 / 0.3);
}

.bg-senary\/35{
  background-color: rgb(73 134 231 / 0.35);
}

.bg-senary\/40{
  background-color: rgb(73 134 231 / 0.4);
}

.bg-senary\/45{
  background-color: rgb(73 134 231 / 0.45);
}

.bg-senary\/5{
  background-color: rgb(73 134 231 / 0.05);
}

.bg-senary\/50{
  background-color: rgb(73 134 231 / 0.5);
}

.bg-senary\/55{
  background-color: rgb(73 134 231 / 0.55);
}

.bg-senary\/60{
  background-color: rgb(73 134 231 / 0.6);
}

.bg-senary\/65{
  background-color: rgb(73 134 231 / 0.65);
}

.bg-senary\/70{
  background-color: rgb(73 134 231 / 0.7);
}

.bg-senary\/75{
  background-color: rgb(73 134 231 / 0.75);
}

.bg-senary\/80{
  background-color: rgb(73 134 231 / 0.8);
}

.bg-senary\/85{
  background-color: rgb(73 134 231 / 0.85);
}

.bg-senary\/90{
  background-color: rgb(73 134 231 / 0.9);
}

.bg-senary\/95{
  background-color: rgb(73 134 231 / 0.95);
}

.bg-septenary{
  --tw-bg-opacity: 1;
  background-color: rgb(49 88 129 / var(--tw-bg-opacity));
}

.bg-septenary\/0{
  background-color: rgb(49 88 129 / 0);
}

.bg-septenary\/10{
  background-color: rgb(49 88 129 / 0.1);
}

.bg-septenary\/100{
  background-color: rgb(49 88 129 / 1);
}

.bg-septenary\/15{
  background-color: rgb(49 88 129 / 0.15);
}

.bg-septenary\/20{
  background-color: rgb(49 88 129 / 0.2);
}

.bg-septenary\/25{
  background-color: rgb(49 88 129 / 0.25);
}

.bg-septenary\/30{
  background-color: rgb(49 88 129 / 0.3);
}

.bg-septenary\/35{
  background-color: rgb(49 88 129 / 0.35);
}

.bg-septenary\/40{
  background-color: rgb(49 88 129 / 0.4);
}

.bg-septenary\/45{
  background-color: rgb(49 88 129 / 0.45);
}

.bg-septenary\/5{
  background-color: rgb(49 88 129 / 0.05);
}

.bg-septenary\/50{
  background-color: rgb(49 88 129 / 0.5);
}

.bg-septenary\/55{
  background-color: rgb(49 88 129 / 0.55);
}

.bg-septenary\/60{
  background-color: rgb(49 88 129 / 0.6);
}

.bg-septenary\/65{
  background-color: rgb(49 88 129 / 0.65);
}

.bg-septenary\/70{
  background-color: rgb(49 88 129 / 0.7);
}

.bg-septenary\/75{
  background-color: rgb(49 88 129 / 0.75);
}

.bg-septenary\/80{
  background-color: rgb(49 88 129 / 0.8);
}

.bg-septenary\/85{
  background-color: rgb(49 88 129 / 0.85);
}

.bg-septenary\/90{
  background-color: rgb(49 88 129 / 0.9);
}

.bg-septenary\/95{
  background-color: rgb(49 88 129 / 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\/15{
  background-color: rgb(224 242 254 / 0.15);
}

.bg-sky-100\/20{
  background-color: rgb(224 242 254 / 0.2);
}

.bg-sky-100\/25{
  background-color: rgb(224 242 254 / 0.25);
}

.bg-sky-100\/30{
  background-color: rgb(224 242 254 / 0.3);
}

.bg-sky-100\/35{
  background-color: rgb(224 242 254 / 0.35);
}

.bg-sky-100\/40{
  background-color: rgb(224 242 254 / 0.4);
}

.bg-sky-100\/45{
  background-color: rgb(224 242 254 / 0.45);
}

.bg-sky-100\/5{
  background-color: rgb(224 242 254 / 0.05);
}

.bg-sky-100\/50{
  background-color: rgb(224 242 254 / 0.5);
}

.bg-sky-100\/55{
  background-color: rgb(224 242 254 / 0.55);
}

.bg-sky-100\/60{
  background-color: rgb(224 242 254 / 0.6);
}

.bg-sky-100\/65{
  background-color: rgb(224 242 254 / 0.65);
}

.bg-sky-100\/70{
  background-color: rgb(224 242 254 / 0.7);
}

.bg-sky-100\/75{
  background-color: rgb(224 242 254 / 0.75);
}

.bg-sky-100\/80{
  background-color: rgb(224 242 254 / 0.8);
}

.bg-sky-100\/85{
  background-color: rgb(224 242 254 / 0.85);
}

.bg-sky-100\/90{
  background-color: rgb(224 242 254 / 0.9);
}

.bg-sky-100\/95{
  background-color: rgb(224 242 254 / 0.95);
}

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

.bg-sky-200\/0{
  background-color: rgb(186 230 253 / 0);
}

.bg-sky-200\/10{
  background-color: rgb(186 230 253 / 0.1);
}

.bg-sky-200\/100{
  background-color: rgb(186 230 253 / 1);
}

.bg-sky-200\/15{
  background-color: rgb(186 230 253 / 0.15);
}

.bg-sky-200\/20{
  background-color: rgb(186 230 253 / 0.2);
}

.bg-sky-200\/25{
  background-color: rgb(186 230 253 / 0.25);
}

.bg-sky-200\/30{
  background-color: rgb(186 230 253 / 0.3);
}

.bg-sky-200\/35{
  background-color: rgb(186 230 253 / 0.35);
}

.bg-sky-200\/40{
  background-color: rgb(186 230 253 / 0.4);
}

.bg-sky-200\/45{
  background-color: rgb(186 230 253 / 0.45);
}

.bg-sky-200\/5{
  background-color: rgb(186 230 253 / 0.05);
}

.bg-sky-200\/50{
  background-color: rgb(186 230 253 / 0.5);
}

.bg-sky-200\/55{
  background-color: rgb(186 230 253 / 0.55);
}

.bg-sky-200\/60{
  background-color: rgb(186 230 253 / 0.6);
}

.bg-sky-200\/65{
  background-color: rgb(186 230 253 / 0.65);
}

.bg-sky-200\/70{
  background-color: rgb(186 230 253 / 0.7);
}

.bg-sky-200\/75{
  background-color: rgb(186 230 253 / 0.75);
}

.bg-sky-200\/80{
  background-color: rgb(186 230 253 / 0.8);
}

.bg-sky-200\/85{
  background-color: rgb(186 230 253 / 0.85);
}

.bg-sky-200\/90{
  background-color: rgb(186 230 253 / 0.9);
}

.bg-sky-200\/95{
  background-color: rgb(186 230 253 / 0.95);
}

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

.bg-sky-300\/0{
  background-color: rgb(125 211 252 / 0);
}

.bg-sky-300\/10{
  background-color: rgb(125 211 252 / 0.1);
}

.bg-sky-300\/100{
  background-color: rgb(125 211 252 / 1);
}

.bg-sky-300\/15{
  background-color: rgb(125 211 252 / 0.15);
}

.bg-sky-300\/20{
  background-color: rgb(125 211 252 / 0.2);
}

.bg-sky-300\/25{
  background-color: rgb(125 211 252 / 0.25);
}

.bg-sky-300\/30{
  background-color: rgb(125 211 252 / 0.3);
}

.bg-sky-300\/35{
  background-color: rgb(125 211 252 / 0.35);
}

.bg-sky-300\/40{
  background-color: rgb(125 211 252 / 0.4);
}

.bg-sky-300\/45{
  background-color: rgb(125 211 252 / 0.45);
}

.bg-sky-300\/5{
  background-color: rgb(125 211 252 / 0.05);
}

.bg-sky-300\/50{
  background-color: rgb(125 211 252 / 0.5);
}

.bg-sky-300\/55{
  background-color: rgb(125 211 252 / 0.55);
}

.bg-sky-300\/60{
  background-color: rgb(125 211 252 / 0.6);
}

.bg-sky-300\/65{
  background-color: rgb(125 211 252 / 0.65);
}

.bg-sky-300\/70{
  background-color: rgb(125 211 252 / 0.7);
}

.bg-sky-300\/75{
  background-color: rgb(125 211 252 / 0.75);
}

.bg-sky-300\/80{
  background-color: rgb(125 211 252 / 0.8);
}

.bg-sky-300\/85{
  background-color: rgb(125 211 252 / 0.85);
}

.bg-sky-300\/90{
  background-color: rgb(125 211 252 / 0.9);
}

.bg-sky-300\/95{
  background-color: rgb(125 211 252 / 0.95);
}

.bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.bg-sky-400\/0{
  background-color: rgb(56 189 248 / 0);
}

.bg-sky-400\/10{
  background-color: rgb(56 189 248 / 0.1);
}

.bg-sky-400\/100{
  background-color: rgb(56 189 248 / 1);
}

.bg-sky-400\/15{
  background-color: rgb(56 189 248 / 0.15);
}

.bg-sky-400\/20{
  background-color: rgb(56 189 248 / 0.2);
}

.bg-sky-400\/25{
  background-color: rgb(56 189 248 / 0.25);
}

.bg-sky-400\/30{
  background-color: rgb(56 189 248 / 0.3);
}

.bg-sky-400\/35{
  background-color: rgb(56 189 248 / 0.35);
}

.bg-sky-400\/40{
  background-color: rgb(56 189 248 / 0.4);
}

.bg-sky-400\/45{
  background-color: rgb(56 189 248 / 0.45);
}

.bg-sky-400\/5{
  background-color: rgb(56 189 248 / 0.05);
}

.bg-sky-400\/50{
  background-color: rgb(56 189 248 / 0.5);
}

.bg-sky-400\/55{
  background-color: rgb(56 189 248 / 0.55);
}

.bg-sky-400\/60{
  background-color: rgb(56 189 248 / 0.6);
}

.bg-sky-400\/65{
  background-color: rgb(56 189 248 / 0.65);
}

.bg-sky-400\/70{
  background-color: rgb(56 189 248 / 0.7);
}

.bg-sky-400\/75{
  background-color: rgb(56 189 248 / 0.75);
}

.bg-sky-400\/80{
  background-color: rgb(56 189 248 / 0.8);
}

.bg-sky-400\/85{
  background-color: rgb(56 189 248 / 0.85);
}

.bg-sky-400\/90{
  background-color: rgb(56 189 248 / 0.9);
}

.bg-sky-400\/95{
  background-color: rgb(56 189 248 / 0.95);
}

.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.bg-sky-50\/0{
  background-color: rgb(240 249 255 / 0);
}

.bg-sky-50\/10{
  background-color: rgb(240 249 255 / 0.1);
}

.bg-sky-50\/100{
  background-color: rgb(240 249 255 / 1);
}

.bg-sky-50\/15{
  background-color: rgb(240 249 255 / 0.15);
}

.bg-sky-50\/20{
  background-color: rgb(240 249 255 / 0.2);
}

.bg-sky-50\/25{
  background-color: rgb(240 249 255 / 0.25);
}

.bg-sky-50\/30{
  background-color: rgb(240 249 255 / 0.3);
}

.bg-sky-50\/35{
  background-color: rgb(240 249 255 / 0.35);
}

.bg-sky-50\/40{
  background-color: rgb(240 249 255 / 0.4);
}

.bg-sky-50\/45{
  background-color: rgb(240 249 255 / 0.45);
}

.bg-sky-50\/5{
  background-color: rgb(240 249 255 / 0.05);
}

.bg-sky-50\/50{
  background-color: rgb(240 249 255 / 0.5);
}

.bg-sky-50\/55{
  background-color: rgb(240 249 255 / 0.55);
}

.bg-sky-50\/60{
  background-color: rgb(240 249 255 / 0.6);
}

.bg-sky-50\/65{
  background-color: rgb(240 249 255 / 0.65);
}

.bg-sky-50\/70{
  background-color: rgb(240 249 255 / 0.7);
}

.bg-sky-50\/75{
  background-color: rgb(240 249 255 / 0.75);
}

.bg-sky-50\/80{
  background-color: rgb(240 249 255 / 0.8);
}

.bg-sky-50\/85{
  background-color: rgb(240 249 255 / 0.85);
}

.bg-sky-50\/90{
  background-color: rgb(240 249 255 / 0.9);
}

.bg-sky-50\/95{
  background-color: rgb(240 249 255 / 0.95);
}

.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-sky-500\/0{
  background-color: rgb(14 165 233 / 0);
}

.bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1);
}

.bg-sky-500\/100{
  background-color: rgb(14 165 233 / 1);
}

.bg-sky-500\/15{
  background-color: rgb(14 165 233 / 0.15);
}

.bg-sky-500\/20{
  background-color: rgb(14 165 233 / 0.2);
}

.bg-sky-500\/25{
  background-color: rgb(14 165 233 / 0.25);
}

.bg-sky-500\/30{
  background-color: rgb(14 165 233 / 0.3);
}

.bg-sky-500\/35{
  background-color: rgb(14 165 233 / 0.35);
}

.bg-sky-500\/40{
  background-color: rgb(14 165 233 / 0.4);
}

.bg-sky-500\/45{
  background-color: rgb(14 165 233 / 0.45);
}

.bg-sky-500\/5{
  background-color: rgb(14 165 233 / 0.05);
}

.bg-sky-500\/50{
  background-color: rgb(14 165 233 / 0.5);
}

.bg-sky-500\/55{
  background-color: rgb(14 165 233 / 0.55);
}

.bg-sky-500\/60{
  background-color: rgb(14 165 233 / 0.6);
}

.bg-sky-500\/65{
  background-color: rgb(14 165 233 / 0.65);
}

.bg-sky-500\/70{
  background-color: rgb(14 165 233 / 0.7);
}

.bg-sky-500\/75{
  background-color: rgb(14 165 233 / 0.75);
}

.bg-sky-500\/80{
  background-color: rgb(14 165 233 / 0.8);
}

.bg-sky-500\/85{
  background-color: rgb(14 165 233 / 0.85);
}

.bg-sky-500\/90{
  background-color: rgb(14 165 233 / 0.9);
}

.bg-sky-500\/95{
  background-color: rgb(14 165 233 / 0.95);
}

.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-sky-600\/0{
  background-color: rgb(2 132 199 / 0);
}

.bg-sky-600\/10{
  background-color: rgb(2 132 199 / 0.1);
}

.bg-sky-600\/100{
  background-color: rgb(2 132 199 / 1);
}

.bg-sky-600\/15{
  background-color: rgb(2 132 199 / 0.15);
}

.bg-sky-600\/20{
  background-color: rgb(2 132 199 / 0.2);
}

.bg-sky-600\/25{
  background-color: rgb(2 132 199 / 0.25);
}

.bg-sky-600\/30{
  background-color: rgb(2 132 199 / 0.3);
}

.bg-sky-600\/35{
  background-color: rgb(2 132 199 / 0.35);
}

.bg-sky-600\/40{
  background-color: rgb(2 132 199 / 0.4);
}

.bg-sky-600\/45{
  background-color: rgb(2 132 199 / 0.45);
}

.bg-sky-600\/5{
  background-color: rgb(2 132 199 / 0.05);
}

.bg-sky-600\/50{
  background-color: rgb(2 132 199 / 0.5);
}

.bg-sky-600\/55{
  background-color: rgb(2 132 199 / 0.55);
}

.bg-sky-600\/60{
  background-color: rgb(2 132 199 / 0.6);
}

.bg-sky-600\/65{
  background-color: rgb(2 132 199 / 0.65);
}

.bg-sky-600\/70{
  background-color: rgb(2 132 199 / 0.7);
}

.bg-sky-600\/75{
  background-color: rgb(2 132 199 / 0.75);
}

.bg-sky-600\/80{
  background-color: rgb(2 132 199 / 0.8);
}

.bg-sky-600\/85{
  background-color: rgb(2 132 199 / 0.85);
}

.bg-sky-600\/90{
  background-color: rgb(2 132 199 / 0.9);
}

.bg-sky-600\/95{
  background-color: rgb(2 132 199 / 0.95);
}

.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.bg-sky-700\/0{
  background-color: rgb(3 105 161 / 0);
}

.bg-sky-700\/10{
  background-color: rgb(3 105 161 / 0.1);
}

.bg-sky-700\/100{
  background-color: rgb(3 105 161 / 1);
}

.bg-sky-700\/15{
  background-color: rgb(3 105 161 / 0.15);
}

.bg-sky-700\/20{
  background-color: rgb(3 105 161 / 0.2);
}

.bg-sky-700\/25{
  background-color: rgb(3 105 161 / 0.25);
}

.bg-sky-700\/30{
  background-color: rgb(3 105 161 / 0.3);
}

.bg-sky-700\/35{
  background-color: rgb(3 105 161 / 0.35);
}

.bg-sky-700\/40{
  background-color: rgb(3 105 161 / 0.4);
}

.bg-sky-700\/45{
  background-color: rgb(3 105 161 / 0.45);
}

.bg-sky-700\/5{
  background-color: rgb(3 105 161 / 0.05);
}

.bg-sky-700\/50{
  background-color: rgb(3 105 161 / 0.5);
}

.bg-sky-700\/55{
  background-color: rgb(3 105 161 / 0.55);
}

.bg-sky-700\/60{
  background-color: rgb(3 105 161 / 0.6);
}

.bg-sky-700\/65{
  background-color: rgb(3 105 161 / 0.65);
}

.bg-sky-700\/70{
  background-color: rgb(3 105 161 / 0.7);
}

.bg-sky-700\/75{
  background-color: rgb(3 105 161 / 0.75);
}

.bg-sky-700\/80{
  background-color: rgb(3 105 161 / 0.8);
}

.bg-sky-700\/85{
  background-color: rgb(3 105 161 / 0.85);
}

.bg-sky-700\/90{
  background-color: rgb(3 105 161 / 0.9);
}

.bg-sky-700\/95{
  background-color: rgb(3 105 161 / 0.95);
}

.bg-sky-800{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.bg-sky-800\/0{
  background-color: rgb(7 89 133 / 0);
}

.bg-sky-800\/10{
  background-color: rgb(7 89 133 / 0.1);
}

.bg-sky-800\/100{
  background-color: rgb(7 89 133 / 1);
}

.bg-sky-800\/15{
  background-color: rgb(7 89 133 / 0.15);
}

.bg-sky-800\/20{
  background-color: rgb(7 89 133 / 0.2);
}

.bg-sky-800\/25{
  background-color: rgb(7 89 133 / 0.25);
}

.bg-sky-800\/30{
  background-color: rgb(7 89 133 / 0.3);
}

.bg-sky-800\/35{
  background-color: rgb(7 89 133 / 0.35);
}

.bg-sky-800\/40{
  background-color: rgb(7 89 133 / 0.4);
}

.bg-sky-800\/45{
  background-color: rgb(7 89 133 / 0.45);
}

.bg-sky-800\/5{
  background-color: rgb(7 89 133 / 0.05);
}

.bg-sky-800\/50{
  background-color: rgb(7 89 133 / 0.5);
}

.bg-sky-800\/55{
  background-color: rgb(7 89 133 / 0.55);
}

.bg-sky-800\/60{
  background-color: rgb(7 89 133 / 0.6);
}

.bg-sky-800\/65{
  background-color: rgb(7 89 133 / 0.65);
}

.bg-sky-800\/70{
  background-color: rgb(7 89 133 / 0.7);
}

.bg-sky-800\/75{
  background-color: rgb(7 89 133 / 0.75);
}

.bg-sky-800\/80{
  background-color: rgb(7 89 133 / 0.8);
}

.bg-sky-800\/85{
  background-color: rgb(7 89 133 / 0.85);
}

.bg-sky-800\/90{
  background-color: rgb(7 89 133 / 0.9);
}

.bg-sky-800\/95{
  background-color: rgb(7 89 133 / 0.95);
}

.bg-sky-900{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.bg-sky-900\/0{
  background-color: rgb(12 74 110 / 0);
}

.bg-sky-900\/10{
  background-color: rgb(12 74 110 / 0.1);
}

.bg-sky-900\/100{
  background-color: rgb(12 74 110 / 1);
}

.bg-sky-900\/15{
  background-color: rgb(12 74 110 / 0.15);
}

.bg-sky-900\/20{
  background-color: rgb(12 74 110 / 0.2);
}

.bg-sky-900\/25{
  background-color: rgb(12 74 110 / 0.25);
}

.bg-sky-900\/30{
  background-color: rgb(12 74 110 / 0.3);
}

.bg-sky-900\/35{
  background-color: rgb(12 74 110 / 0.35);
}

.bg-sky-900\/40{
  background-color: rgb(12 74 110 / 0.4);
}

.bg-sky-900\/45{
  background-color: rgb(12 74 110 / 0.45);
}

.bg-sky-900\/5{
  background-color: rgb(12 74 110 / 0.05);
}

.bg-sky-900\/50{
  background-color: rgb(12 74 110 / 0.5);
}

.bg-sky-900\/55{
  background-color: rgb(12 74 110 / 0.55);
}

.bg-sky-900\/60{
  background-color: rgb(12 74 110 / 0.6);
}

.bg-sky-900\/65{
  background-color: rgb(12 74 110 / 0.65);
}

.bg-sky-900\/70{
  background-color: rgb(12 74 110 / 0.7);
}

.bg-sky-900\/75{
  background-color: rgb(12 74 110 / 0.75);
}

.bg-sky-900\/80{
  background-color: rgb(12 74 110 / 0.8);
}

.bg-sky-900\/85{
  background-color: rgb(12 74 110 / 0.85);
}

.bg-sky-900\/90{
  background-color: rgb(12 74 110 / 0.9);
}

.bg-sky-900\/95{
  background-color: rgb(12 74 110 / 0.95);
}

.bg-sky-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.bg-sky-950\/0{
  background-color: rgb(8 47 73 / 0);
}

.bg-sky-950\/10{
  background-color: rgb(8 47 73 / 0.1);
}

.bg-sky-950\/100{
  background-color: rgb(8 47 73 / 1);
}

.bg-sky-950\/15{
  background-color: rgb(8 47 73 / 0.15);
}

.bg-sky-950\/20{
  background-color: rgb(8 47 73 / 0.2);
}

.bg-sky-950\/25{
  background-color: rgb(8 47 73 / 0.25);
}

.bg-sky-950\/30{
  background-color: rgb(8 47 73 / 0.3);
}

.bg-sky-950\/35{
  background-color: rgb(8 47 73 / 0.35);
}

.bg-sky-950\/40{
  background-color: rgb(8 47 73 / 0.4);
}

.bg-sky-950\/45{
  background-color: rgb(8 47 73 / 0.45);
}

.bg-sky-950\/5{
  background-color: rgb(8 47 73 / 0.05);
}

.bg-sky-950\/50{
  background-color: rgb(8 47 73 / 0.5);
}

.bg-sky-950\/55{
  background-color: rgb(8 47 73 / 0.55);
}

.bg-sky-950\/60{
  background-color: rgb(8 47 73 / 0.6);
}

.bg-sky-950\/65{
  background-color: rgb(8 47 73 / 0.65);
}

.bg-sky-950\/70{
  background-color: rgb(8 47 73 / 0.7);
}

.bg-sky-950\/75{
  background-color: rgb(8 47 73 / 0.75);
}

.bg-sky-950\/80{
  background-color: rgb(8 47 73 / 0.8);
}

.bg-sky-950\/85{
  background-color: rgb(8 47 73 / 0.85);
}

.bg-sky-950\/90{
  background-color: rgb(8 47 73 / 0.9);
}

.bg-sky-950\/95{
  background-color: rgb(8 47 73 / 0.95);
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-100\/0{
  background-color: rgb(241 245 249 / 0);
}

.bg-slate-100\/10{
  background-color: rgb(241 245 249 / 0.1);
}

.bg-slate-100\/100{
  background-color: rgb(241 245 249 / 1);
}

.bg-slate-100\/15{
  background-color: rgb(241 245 249 / 0.15);
}

.bg-slate-100\/20{
  background-color: rgb(241 245 249 / 0.2);
}

.bg-slate-100\/25{
  background-color: rgb(241 245 249 / 0.25);
}

.bg-slate-100\/30{
  background-color: rgb(241 245 249 / 0.3);
}

.bg-slate-100\/35{
  background-color: rgb(241 245 249 / 0.35);
}

.bg-slate-100\/40{
  background-color: rgb(241 245 249 / 0.4);
}

.bg-slate-100\/45{
  background-color: rgb(241 245 249 / 0.45);
}

.bg-slate-100\/5{
  background-color: rgb(241 245 249 / 0.05);
}

.bg-slate-100\/50{
  background-color: rgb(241 245 249 / 0.5);
}

.bg-slate-100\/55{
  background-color: rgb(241 245 249 / 0.55);
}

.bg-slate-100\/60{
  background-color: rgb(241 245 249 / 0.6);
}

.bg-slate-100\/65{
  background-color: rgb(241 245 249 / 0.65);
}

.bg-slate-100\/70{
  background-color: rgb(241 245 249 / 0.7);
}

.bg-slate-100\/75{
  background-color: rgb(241 245 249 / 0.75);
}

.bg-slate-100\/80{
  background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-100\/85{
  background-color: rgb(241 245 249 / 0.85);
}

.bg-slate-100\/90{
  background-color: rgb(241 245 249 / 0.9);
}

.bg-slate-100\/95{
  background-color: rgb(241 245 249 / 0.95);
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-200\/0{
  background-color: rgb(226 232 240 / 0);
}

.bg-slate-200\/10{
  background-color: rgb(226 232 240 / 0.1);
}

.bg-slate-200\/100{
  background-color: rgb(226 232 240 / 1);
}

.bg-slate-200\/15{
  background-color: rgb(226 232 240 / 0.15);
}

.bg-slate-200\/20{
  background-color: rgb(226 232 240 / 0.2);
}

.bg-slate-200\/25{
  background-color: rgb(226 232 240 / 0.25);
}

.bg-slate-200\/30{
  background-color: rgb(226 232 240 / 0.3);
}

.bg-slate-200\/35{
  background-color: rgb(226 232 240 / 0.35);
}

.bg-slate-200\/40{
  background-color: rgb(226 232 240 / 0.4);
}

.bg-slate-200\/45{
  background-color: rgb(226 232 240 / 0.45);
}

.bg-slate-200\/5{
  background-color: rgb(226 232 240 / 0.05);
}

.bg-slate-200\/50{
  background-color: rgb(226 232 240 / 0.5);
}

.bg-slate-200\/55{
  background-color: rgb(226 232 240 / 0.55);
}

.bg-slate-200\/60{
  background-color: rgb(226 232 240 / 0.6);
}

.bg-slate-200\/65{
  background-color: rgb(226 232 240 / 0.65);
}

.bg-slate-200\/70{
  background-color: rgb(226 232 240 / 0.7);
}

.bg-slate-200\/75{
  background-color: rgb(226 232 240 / 0.75);
}

.bg-slate-200\/80{
  background-color: rgb(226 232 240 / 0.8);
}

.bg-slate-200\/85{
  background-color: rgb(226 232 240 / 0.85);
}

.bg-slate-200\/90{
  background-color: rgb(226 232 240 / 0.9);
}

.bg-slate-200\/95{
  background-color: rgb(226 232 240 / 0.95);
}

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-slate-300\/0{
  background-color: rgb(203 213 225 / 0);
}

.bg-slate-300\/10{
  background-color: rgb(203 213 225 / 0.1);
}

.bg-slate-300\/100{
  background-color: rgb(203 213 225 / 1);
}

.bg-slate-300\/15{
  background-color: rgb(203 213 225 / 0.15);
}

.bg-slate-300\/20{
  background-color: rgb(203 213 225 / 0.2);
}

.bg-slate-300\/25{
  background-color: rgb(203 213 225 / 0.25);
}

.bg-slate-300\/30{
  background-color: rgb(203 213 225 / 0.3);
}

.bg-slate-300\/35{
  background-color: rgb(203 213 225 / 0.35);
}

.bg-slate-300\/40{
  background-color: rgb(203 213 225 / 0.4);
}

.bg-slate-300\/45{
  background-color: rgb(203 213 225 / 0.45);
}

.bg-slate-300\/5{
  background-color: rgb(203 213 225 / 0.05);
}

.bg-slate-300\/50{
  background-color: rgb(203 213 225 / 0.5);
}

.bg-slate-300\/55{
  background-color: rgb(203 213 225 / 0.55);
}

.bg-slate-300\/60{
  background-color: rgb(203 213 225 / 0.6);
}

.bg-slate-300\/65{
  background-color: rgb(203 213 225 / 0.65);
}

.bg-slate-300\/70{
  background-color: rgb(203 213 225 / 0.7);
}

.bg-slate-300\/75{
  background-color: rgb(203 213 225 / 0.75);
}

.bg-slate-300\/80{
  background-color: rgb(203 213 225 / 0.8);
}

.bg-slate-300\/85{
  background-color: rgb(203 213 225 / 0.85);
}

.bg-slate-300\/90{
  background-color: rgb(203 213 225 / 0.9);
}

.bg-slate-300\/95{
  background-color: rgb(203 213 225 / 0.95);
}

.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-slate-400\/0{
  background-color: rgb(148 163 184 / 0);
}

.bg-slate-400\/10{
  background-color: rgb(148 163 184 / 0.1);
}

.bg-slate-400\/100{
  background-color: rgb(148 163 184 / 1);
}

.bg-slate-400\/15{
  background-color: rgb(148 163 184 / 0.15);
}

.bg-slate-400\/20{
  background-color: rgb(148 163 184 / 0.2);
}

.bg-slate-400\/25{
  background-color: rgb(148 163 184 / 0.25);
}

.bg-slate-400\/30{
  background-color: rgb(148 163 184 / 0.3);
}

.bg-slate-400\/35{
  background-color: rgb(148 163 184 / 0.35);
}

.bg-slate-400\/40{
  background-color: rgb(148 163 184 / 0.4);
}

.bg-slate-400\/45{
  background-color: rgb(148 163 184 / 0.45);
}

.bg-slate-400\/5{
  background-color: rgb(148 163 184 / 0.05);
}

.bg-slate-400\/50{
  background-color: rgb(148 163 184 / 0.5);
}

.bg-slate-400\/55{
  background-color: rgb(148 163 184 / 0.55);
}

.bg-slate-400\/60{
  background-color: rgb(148 163 184 / 0.6);
}

.bg-slate-400\/65{
  background-color: rgb(148 163 184 / 0.65);
}

.bg-slate-400\/70{
  background-color: rgb(148 163 184 / 0.7);
}

.bg-slate-400\/75{
  background-color: rgb(148 163 184 / 0.75);
}

.bg-slate-400\/80{
  background-color: rgb(148 163 184 / 0.8);
}

.bg-slate-400\/85{
  background-color: rgb(148 163 184 / 0.85);
}

.bg-slate-400\/90{
  background-color: rgb(148 163 184 / 0.9);
}

.bg-slate-400\/95{
  background-color: rgb(148 163 184 / 0.95);
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-slate-50\/0{
  background-color: rgb(248 250 252 / 0);
}

.bg-slate-50\/10{
  background-color: rgb(248 250 252 / 0.1);
}

.bg-slate-50\/100{
  background-color: rgb(248 250 252 / 1);
}

.bg-slate-50\/15{
  background-color: rgb(248 250 252 / 0.15);
}

.bg-slate-50\/20{
  background-color: rgb(248 250 252 / 0.2);
}

.bg-slate-50\/25{
  background-color: rgb(248 250 252 / 0.25);
}

.bg-slate-50\/30{
  background-color: rgb(248 250 252 / 0.3);
}

.bg-slate-50\/35{
  background-color: rgb(248 250 252 / 0.35);
}

.bg-slate-50\/40{
  background-color: rgb(248 250 252 / 0.4);
}

.bg-slate-50\/45{
  background-color: rgb(248 250 252 / 0.45);
}

.bg-slate-50\/5{
  background-color: rgb(248 250 252 / 0.05);
}

.bg-slate-50\/50{
  background-color: rgb(248 250 252 / 0.5);
}

.bg-slate-50\/55{
  background-color: rgb(248 250 252 / 0.55);
}

.bg-slate-50\/60{
  background-color: rgb(248 250 252 / 0.6);
}

.bg-slate-50\/65{
  background-color: rgb(248 250 252 / 0.65);
}

.bg-slate-50\/70{
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/75{
  background-color: rgb(248 250 252 / 0.75);
}

.bg-slate-50\/80{
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-50\/85{
  background-color: rgb(248 250 252 / 0.85);
}

.bg-slate-50\/90{
  background-color: rgb(248 250 252 / 0.9);
}

.bg-slate-50\/95{
  background-color: rgb(248 250 252 / 0.95);
}

.bg-slate-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-slate-500\/0{
  background-color: rgb(100 116 139 / 0);
}

.bg-slate-500\/10{
  background-color: rgb(100 116 139 / 0.1);
}

.bg-slate-500\/100{
  background-color: rgb(100 116 139 / 1);
}

.bg-slate-500\/15{
  background-color: rgb(100 116 139 / 0.15);
}

.bg-slate-500\/20{
  background-color: rgb(100 116 139 / 0.2);
}

.bg-slate-500\/25{
  background-color: rgb(100 116 139 / 0.25);
}

.bg-slate-500\/30{
  background-color: rgb(100 116 139 / 0.3);
}

.bg-slate-500\/35{
  background-color: rgb(100 116 139 / 0.35);
}

.bg-slate-500\/40{
  background-color: rgb(100 116 139 / 0.4);
}

.bg-slate-500\/45{
  background-color: rgb(100 116 139 / 0.45);
}

.bg-slate-500\/5{
  background-color: rgb(100 116 139 / 0.05);
}

.bg-slate-500\/50{
  background-color: rgb(100 116 139 / 0.5);
}

.bg-slate-500\/55{
  background-color: rgb(100 116 139 / 0.55);
}

.bg-slate-500\/60{
  background-color: rgb(100 116 139 / 0.6);
}

.bg-slate-500\/65{
  background-color: rgb(100 116 139 / 0.65);
}

.bg-slate-500\/70{
  background-color: rgb(100 116 139 / 0.7);
}

.bg-slate-500\/75{
  background-color: rgb(100 116 139 / 0.75);
}

.bg-slate-500\/80{
  background-color: rgb(100 116 139 / 0.8);
}

.bg-slate-500\/85{
  background-color: rgb(100 116 139 / 0.85);
}

.bg-slate-500\/90{
  background-color: rgb(100 116 139 / 0.9);
}

.bg-slate-500\/95{
  background-color: rgb(100 116 139 / 0.95);
}

.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-slate-600\/0{
  background-color: rgb(71 85 105 / 0);
}

.bg-slate-600\/10{
  background-color: rgb(71 85 105 / 0.1);
}

.bg-slate-600\/100{
  background-color: rgb(71 85 105 / 1);
}

.bg-slate-600\/15{
  background-color: rgb(71 85 105 / 0.15);
}

.bg-slate-600\/20{
  background-color: rgb(71 85 105 / 0.2);
}

.bg-slate-600\/25{
  background-color: rgb(71 85 105 / 0.25);
}

.bg-slate-600\/30{
  background-color: rgb(71 85 105 / 0.3);
}

.bg-slate-600\/35{
  background-color: rgb(71 85 105 / 0.35);
}

.bg-slate-600\/40{
  background-color: rgb(71 85 105 / 0.4);
}

.bg-slate-600\/45{
  background-color: rgb(71 85 105 / 0.45);
}

.bg-slate-600\/5{
  background-color: rgb(71 85 105 / 0.05);
}

.bg-slate-600\/50{
  background-color: rgb(71 85 105 / 0.5);
}

.bg-slate-600\/55{
  background-color: rgb(71 85 105 / 0.55);
}

.bg-slate-600\/60{
  background-color: rgb(71 85 105 / 0.6);
}

.bg-slate-600\/65{
  background-color: rgb(71 85 105 / 0.65);
}

.bg-slate-600\/70{
  background-color: rgb(71 85 105 / 0.7);
}

.bg-slate-600\/75{
  background-color: rgb(71 85 105 / 0.75);
}

.bg-slate-600\/80{
  background-color: rgb(71 85 105 / 0.8);
}

.bg-slate-600\/85{
  background-color: rgb(71 85 105 / 0.85);
}

.bg-slate-600\/90{
  background-color: rgb(71 85 105 / 0.9);
}

.bg-slate-600\/95{
  background-color: rgb(71 85 105 / 0.95);
}

.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.bg-slate-700\/0{
  background-color: rgb(51 65 85 / 0);
}

.bg-slate-700\/10{
  background-color: rgb(51 65 85 / 0.1);
}

.bg-slate-700\/100{
  background-color: rgb(51 65 85 / 1);
}

.bg-slate-700\/15{
  background-color: rgb(51 65 85 / 0.15);
}

.bg-slate-700\/20{
  background-color: rgb(51 65 85 / 0.2);
}

.bg-slate-700\/25{
  background-color: rgb(51 65 85 / 0.25);
}

.bg-slate-700\/30{
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-700\/35{
  background-color: rgb(51 65 85 / 0.35);
}

.bg-slate-700\/40{
  background-color: rgb(51 65 85 / 0.4);
}

.bg-slate-700\/45{
  background-color: rgb(51 65 85 / 0.45);
}

.bg-slate-700\/5{
  background-color: rgb(51 65 85 / 0.05);
}

.bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-700\/55{
  background-color: rgb(51 65 85 / 0.55);
}

.bg-slate-700\/60{
  background-color: rgb(51 65 85 / 0.6);
}

.bg-slate-700\/65{
  background-color: rgb(51 65 85 / 0.65);
}

.bg-slate-700\/70{
  background-color: rgb(51 65 85 / 0.7);
}

.bg-slate-700\/75{
  background-color: rgb(51 65 85 / 0.75);
}

.bg-slate-700\/80{
  background-color: rgb(51 65 85 / 0.8);
}

.bg-slate-700\/85{
  background-color: rgb(51 65 85 / 0.85);
}

.bg-slate-700\/90{
  background-color: rgb(51 65 85 / 0.9);
}

.bg-slate-700\/95{
  background-color: rgb(51 65 85 / 0.95);
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-slate-800\/0{
  background-color: rgb(30 41 59 / 0);
}

.bg-slate-800\/10{
  background-color: rgb(30 41 59 / 0.1);
}

.bg-slate-800\/100{
  background-color: rgb(30 41 59 / 1);
}

.bg-slate-800\/15{
  background-color: rgb(30 41 59 / 0.15);
}

.bg-slate-800\/20{
  background-color: rgb(30 41 59 / 0.2);
}

.bg-slate-800\/25{
  background-color: rgb(30 41 59 / 0.25);
}

.bg-slate-800\/30{
  background-color: rgb(30 41 59 / 0.3);
}

.bg-slate-800\/35{
  background-color: rgb(30 41 59 / 0.35);
}

.bg-slate-800\/40{
  background-color: rgb(30 41 59 / 0.4);
}

.bg-slate-800\/45{
  background-color: rgb(30 41 59 / 0.45);
}

.bg-slate-800\/5{
  background-color: rgb(30 41 59 / 0.05);
}

.bg-slate-800\/50{
  background-color: rgb(30 41 59 / 0.5);
}

.bg-slate-800\/55{
  background-color: rgb(30 41 59 / 0.55);
}

.bg-slate-800\/60{
  background-color: rgb(30 41 59 / 0.6);
}

.bg-slate-800\/65{
  background-color: rgb(30 41 59 / 0.65);
}

.bg-slate-800\/70{
  background-color: rgb(30 41 59 / 0.7);
}

.bg-slate-800\/75{
  background-color: rgb(30 41 59 / 0.75);
}

.bg-slate-800\/80{
  background-color: rgb(30 41 59 / 0.8);
}

.bg-slate-800\/85{
  background-color: rgb(30 41 59 / 0.85);
}

.bg-slate-800\/90{
  background-color: rgb(30 41 59 / 0.9);
}

.bg-slate-800\/95{
  background-color: rgb(30 41 59 / 0.95);
}

.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-slate-900\/0{
  background-color: rgb(15 23 42 / 0);
}

.bg-slate-900\/10{
  background-color: rgb(15 23 42 / 0.1);
}

.bg-slate-900\/100{
  background-color: rgb(15 23 42 / 1);
}

.bg-slate-900\/15{
  background-color: rgb(15 23 42 / 0.15);
}

.bg-slate-900\/20{
  background-color: rgb(15 23 42 / 0.2);
}

.bg-slate-900\/25{
  background-color: rgb(15 23 42 / 0.25);
}

.bg-slate-900\/30{
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/35{
  background-color: rgb(15 23 42 / 0.35);
}

.bg-slate-900\/40{
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/45{
  background-color: rgb(15 23 42 / 0.45);
}

.bg-slate-900\/5{
  background-color: rgb(15 23 42 / 0.05);
}

.bg-slate-900\/50{
  background-color: rgb(15 23 42 / 0.5);
}

.bg-slate-900\/55{
  background-color: rgb(15 23 42 / 0.55);
}

.bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/65{
  background-color: rgb(15 23 42 / 0.65);
}

.bg-slate-900\/70{
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/75{
  background-color: rgb(15 23 42 / 0.75);
}

.bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-900\/85{
  background-color: rgb(15 23 42 / 0.85);
}

.bg-slate-900\/90{
  background-color: rgb(15 23 42 / 0.9);
}

.bg-slate-900\/95{
  background-color: rgb(15 23 42 / 0.95);
}

.bg-slate-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

.bg-slate-950\/0{
  background-color: rgb(2 6 23 / 0);
}

.bg-slate-950\/10{
  background-color: rgb(2 6 23 / 0.1);
}

.bg-slate-950\/100{
  background-color: rgb(2 6 23 / 1);
}

.bg-slate-950\/15{
  background-color: rgb(2 6 23 / 0.15);
}

.bg-slate-950\/20{
  background-color: rgb(2 6 23 / 0.2);
}

.bg-slate-950\/25{
  background-color: rgb(2 6 23 / 0.25);
}

.bg-slate-950\/30{
  background-color: rgb(2 6 23 / 0.3);
}

.bg-slate-950\/35{
  background-color: rgb(2 6 23 / 0.35);
}

.bg-slate-950\/40{
  background-color: rgb(2 6 23 / 0.4);
}

.bg-slate-950\/45{
  background-color: rgb(2 6 23 / 0.45);
}

.bg-slate-950\/5{
  background-color: rgb(2 6 23 / 0.05);
}

.bg-slate-950\/50{
  background-color: rgb(2 6 23 / 0.5);
}

.bg-slate-950\/55{
  background-color: rgb(2 6 23 / 0.55);
}

.bg-slate-950\/60{
  background-color: rgb(2 6 23 / 0.6);
}

.bg-slate-950\/65{
  background-color: rgb(2 6 23 / 0.65);
}

.bg-slate-950\/70{
  background-color: rgb(2 6 23 / 0.7);
}

.bg-slate-950\/75{
  background-color: rgb(2 6 23 / 0.75);
}

.bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8);
}

.bg-slate-950\/85{
  background-color: rgb(2 6 23 / 0.85);
}

.bg-slate-950\/90{
  background-color: rgb(2 6 23 / 0.9);
}

.bg-slate-950\/95{
  background-color: rgb(2 6 23 / 0.95);
}

.bg-stone-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

.bg-stone-100\/0{
  background-color: rgb(245 245 244 / 0);
}

.bg-stone-100\/10{
  background-color: rgb(245 245 244 / 0.1);
}

.bg-stone-100\/100{
  background-color: rgb(245 245 244 / 1);
}

.bg-stone-100\/15{
  background-color: rgb(245 245 244 / 0.15);
}

.bg-stone-100\/20{
  background-color: rgb(245 245 244 / 0.2);
}

.bg-stone-100\/25{
  background-color: rgb(245 245 244 / 0.25);
}

.bg-stone-100\/30{
  background-color: rgb(245 245 244 / 0.3);
}

.bg-stone-100\/35{
  background-color: rgb(245 245 244 / 0.35);
}

.bg-stone-100\/40{
  background-color: rgb(245 245 244 / 0.4);
}

.bg-stone-100\/45{
  background-color: rgb(245 245 244 / 0.45);
}

.bg-stone-100\/5{
  background-color: rgb(245 245 244 / 0.05);
}

.bg-stone-100\/50{
  background-color: rgb(245 245 244 / 0.5);
}

.bg-stone-100\/55{
  background-color: rgb(245 245 244 / 0.55);
}

.bg-stone-100\/60{
  background-color: rgb(245 245 244 / 0.6);
}

.bg-stone-100\/65{
  background-color: rgb(245 245 244 / 0.65);
}

.bg-stone-100\/70{
  background-color: rgb(245 245 244 / 0.7);
}

.bg-stone-100\/75{
  background-color: rgb(245 245 244 / 0.75);
}

.bg-stone-100\/80{
  background-color: rgb(245 245 244 / 0.8);
}

.bg-stone-100\/85{
  background-color: rgb(245 245 244 / 0.85);
}

.bg-stone-100\/90{
  background-color: rgb(245 245 244 / 0.9);
}

.bg-stone-100\/95{
  background-color: rgb(245 245 244 / 0.95);
}

.bg-stone-200{
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.bg-stone-200\/0{
  background-color: rgb(231 229 228 / 0);
}

.bg-stone-200\/10{
  background-color: rgb(231 229 228 / 0.1);
}

.bg-stone-200\/100{
  background-color: rgb(231 229 228 / 1);
}

.bg-stone-200\/15{
  background-color: rgb(231 229 228 / 0.15);
}

.bg-stone-200\/20{
  background-color: rgb(231 229 228 / 0.2);
}

.bg-stone-200\/25{
  background-color: rgb(231 229 228 / 0.25);
}

.bg-stone-200\/30{
  background-color: rgb(231 229 228 / 0.3);
}

.bg-stone-200\/35{
  background-color: rgb(231 229 228 / 0.35);
}

.bg-stone-200\/40{
  background-color: rgb(231 229 228 / 0.4);
}

.bg-stone-200\/45{
  background-color: rgb(231 229 228 / 0.45);
}

.bg-stone-200\/5{
  background-color: rgb(231 229 228 / 0.05);
}

.bg-stone-200\/50{
  background-color: rgb(231 229 228 / 0.5);
}

.bg-stone-200\/55{
  background-color: rgb(231 229 228 / 0.55);
}

.bg-stone-200\/60{
  background-color: rgb(231 229 228 / 0.6);
}

.bg-stone-200\/65{
  background-color: rgb(231 229 228 / 0.65);
}

.bg-stone-200\/70{
  background-color: rgb(231 229 228 / 0.7);
}

.bg-stone-200\/75{
  background-color: rgb(231 229 228 / 0.75);
}

.bg-stone-200\/80{
  background-color: rgb(231 229 228 / 0.8);
}

.bg-stone-200\/85{
  background-color: rgb(231 229 228 / 0.85);
}

.bg-stone-200\/90{
  background-color: rgb(231 229 228 / 0.9);
}

.bg-stone-200\/95{
  background-color: rgb(231 229 228 / 0.95);
}

.bg-stone-300{
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.bg-stone-300\/0{
  background-color: rgb(214 211 209 / 0);
}

.bg-stone-300\/10{
  background-color: rgb(214 211 209 / 0.1);
}

.bg-stone-300\/100{
  background-color: rgb(214 211 209 / 1);
}

.bg-stone-300\/15{
  background-color: rgb(214 211 209 / 0.15);
}

.bg-stone-300\/20{
  background-color: rgb(214 211 209 / 0.2);
}

.bg-stone-300\/25{
  background-color: rgb(214 211 209 / 0.25);
}

.bg-stone-300\/30{
  background-color: rgb(214 211 209 / 0.3);
}

.bg-stone-300\/35{
  background-color: rgb(214 211 209 / 0.35);
}

.bg-stone-300\/40{
  background-color: rgb(214 211 209 / 0.4);
}

.bg-stone-300\/45{
  background-color: rgb(214 211 209 / 0.45);
}

.bg-stone-300\/5{
  background-color: rgb(214 211 209 / 0.05);
}

.bg-stone-300\/50{
  background-color: rgb(214 211 209 / 0.5);
}

.bg-stone-300\/55{
  background-color: rgb(214 211 209 / 0.55);
}

.bg-stone-300\/60{
  background-color: rgb(214 211 209 / 0.6);
}

.bg-stone-300\/65{
  background-color: rgb(214 211 209 / 0.65);
}

.bg-stone-300\/70{
  background-color: rgb(214 211 209 / 0.7);
}

.bg-stone-300\/75{
  background-color: rgb(214 211 209 / 0.75);
}

.bg-stone-300\/80{
  background-color: rgb(214 211 209 / 0.8);
}

.bg-stone-300\/85{
  background-color: rgb(214 211 209 / 0.85);
}

.bg-stone-300\/90{
  background-color: rgb(214 211 209 / 0.9);
}

.bg-stone-300\/95{
  background-color: rgb(214 211 209 / 0.95);
}

.bg-stone-400{
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.bg-stone-400\/0{
  background-color: rgb(168 162 158 / 0);
}

.bg-stone-400\/10{
  background-color: rgb(168 162 158 / 0.1);
}

.bg-stone-400\/100{
  background-color: rgb(168 162 158 / 1);
}

.bg-stone-400\/15{
  background-color: rgb(168 162 158 / 0.15);
}

.bg-stone-400\/20{
  background-color: rgb(168 162 158 / 0.2);
}

.bg-stone-400\/25{
  background-color: rgb(168 162 158 / 0.25);
}

.bg-stone-400\/30{
  background-color: rgb(168 162 158 / 0.3);
}

.bg-stone-400\/35{
  background-color: rgb(168 162 158 / 0.35);
}

.bg-stone-400\/40{
  background-color: rgb(168 162 158 / 0.4);
}

.bg-stone-400\/45{
  background-color: rgb(168 162 158 / 0.45);
}

.bg-stone-400\/5{
  background-color: rgb(168 162 158 / 0.05);
}

.bg-stone-400\/50{
  background-color: rgb(168 162 158 / 0.5);
}

.bg-stone-400\/55{
  background-color: rgb(168 162 158 / 0.55);
}

.bg-stone-400\/60{
  background-color: rgb(168 162 158 / 0.6);
}

.bg-stone-400\/65{
  background-color: rgb(168 162 158 / 0.65);
}

.bg-stone-400\/70{
  background-color: rgb(168 162 158 / 0.7);
}

.bg-stone-400\/75{
  background-color: rgb(168 162 158 / 0.75);
}

.bg-stone-400\/80{
  background-color: rgb(168 162 158 / 0.8);
}

.bg-stone-400\/85{
  background-color: rgb(168 162 158 / 0.85);
}

.bg-stone-400\/90{
  background-color: rgb(168 162 158 / 0.9);
}

.bg-stone-400\/95{
  background-color: rgb(168 162 158 / 0.95);
}

.bg-stone-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

.bg-stone-50\/0{
  background-color: rgb(250 250 249 / 0);
}

.bg-stone-50\/10{
  background-color: rgb(250 250 249 / 0.1);
}

.bg-stone-50\/100{
  background-color: rgb(250 250 249 / 1);
}

.bg-stone-50\/15{
  background-color: rgb(250 250 249 / 0.15);
}

.bg-stone-50\/20{
  background-color: rgb(250 250 249 / 0.2);
}

.bg-stone-50\/25{
  background-color: rgb(250 250 249 / 0.25);
}

.bg-stone-50\/30{
  background-color: rgb(250 250 249 / 0.3);
}

.bg-stone-50\/35{
  background-color: rgb(250 250 249 / 0.35);
}

.bg-stone-50\/40{
  background-color: rgb(250 250 249 / 0.4);
}

.bg-stone-50\/45{
  background-color: rgb(250 250 249 / 0.45);
}

.bg-stone-50\/5{
  background-color: rgb(250 250 249 / 0.05);
}

.bg-stone-50\/50{
  background-color: rgb(250 250 249 / 0.5);
}

.bg-stone-50\/55{
  background-color: rgb(250 250 249 / 0.55);
}

.bg-stone-50\/60{
  background-color: rgb(250 250 249 / 0.6);
}

.bg-stone-50\/65{
  background-color: rgb(250 250 249 / 0.65);
}

.bg-stone-50\/70{
  background-color: rgb(250 250 249 / 0.7);
}

.bg-stone-50\/75{
  background-color: rgb(250 250 249 / 0.75);
}

.bg-stone-50\/80{
  background-color: rgb(250 250 249 / 0.8);
}

.bg-stone-50\/85{
  background-color: rgb(250 250 249 / 0.85);
}

.bg-stone-50\/90{
  background-color: rgb(250 250 249 / 0.9);
}

.bg-stone-50\/95{
  background-color: rgb(250 250 249 / 0.95);
}

.bg-stone-500{
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}

.bg-stone-500\/0{
  background-color: rgb(120 113 108 / 0);
}

.bg-stone-500\/10{
  background-color: rgb(120 113 108 / 0.1);
}

.bg-stone-500\/100{
  background-color: rgb(120 113 108 / 1);
}

.bg-stone-500\/15{
  background-color: rgb(120 113 108 / 0.15);
}

.bg-stone-500\/20{
  background-color: rgb(120 113 108 / 0.2);
}

.bg-stone-500\/25{
  background-color: rgb(120 113 108 / 0.25);
}

.bg-stone-500\/30{
  background-color: rgb(120 113 108 / 0.3);
}

.bg-stone-500\/35{
  background-color: rgb(120 113 108 / 0.35);
}

.bg-stone-500\/40{
  background-color: rgb(120 113 108 / 0.4);
}

.bg-stone-500\/45{
  background-color: rgb(120 113 108 / 0.45);
}

.bg-stone-500\/5{
  background-color: rgb(120 113 108 / 0.05);
}

.bg-stone-500\/50{
  background-color: rgb(120 113 108 / 0.5);
}

.bg-stone-500\/55{
  background-color: rgb(120 113 108 / 0.55);
}

.bg-stone-500\/60{
  background-color: rgb(120 113 108 / 0.6);
}

.bg-stone-500\/65{
  background-color: rgb(120 113 108 / 0.65);
}

.bg-stone-500\/70{
  background-color: rgb(120 113 108 / 0.7);
}

.bg-stone-500\/75{
  background-color: rgb(120 113 108 / 0.75);
}

.bg-stone-500\/80{
  background-color: rgb(120 113 108 / 0.8);
}

.bg-stone-500\/85{
  background-color: rgb(120 113 108 / 0.85);
}

.bg-stone-500\/90{
  background-color: rgb(120 113 108 / 0.9);
}

.bg-stone-500\/95{
  background-color: rgb(120 113 108 / 0.95);
}

.bg-stone-600{
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}

.bg-stone-600\/0{
  background-color: rgb(87 83 78 / 0);
}

.bg-stone-600\/10{
  background-color: rgb(87 83 78 / 0.1);
}

.bg-stone-600\/100{
  background-color: rgb(87 83 78 / 1);
}

.bg-stone-600\/15{
  background-color: rgb(87 83 78 / 0.15);
}

.bg-stone-600\/20{
  background-color: rgb(87 83 78 / 0.2);
}

.bg-stone-600\/25{
  background-color: rgb(87 83 78 / 0.25);
}

.bg-stone-600\/30{
  background-color: rgb(87 83 78 / 0.3);
}

.bg-stone-600\/35{
  background-color: rgb(87 83 78 / 0.35);
}

.bg-stone-600\/40{
  background-color: rgb(87 83 78 / 0.4);
}

.bg-stone-600\/45{
  background-color: rgb(87 83 78 / 0.45);
}

.bg-stone-600\/5{
  background-color: rgb(87 83 78 / 0.05);
}

.bg-stone-600\/50{
  background-color: rgb(87 83 78 / 0.5);
}

.bg-stone-600\/55{
  background-color: rgb(87 83 78 / 0.55);
}

.bg-stone-600\/60{
  background-color: rgb(87 83 78 / 0.6);
}

.bg-stone-600\/65{
  background-color: rgb(87 83 78 / 0.65);
}

.bg-stone-600\/70{
  background-color: rgb(87 83 78 / 0.7);
}

.bg-stone-600\/75{
  background-color: rgb(87 83 78 / 0.75);
}

.bg-stone-600\/80{
  background-color: rgb(87 83 78 / 0.8);
}

.bg-stone-600\/85{
  background-color: rgb(87 83 78 / 0.85);
}

.bg-stone-600\/90{
  background-color: rgb(87 83 78 / 0.9);
}

.bg-stone-600\/95{
  background-color: rgb(87 83 78 / 0.95);
}

.bg-stone-700{
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.bg-stone-700\/0{
  background-color: rgb(68 64 60 / 0);
}

.bg-stone-700\/10{
  background-color: rgb(68 64 60 / 0.1);
}

.bg-stone-700\/100{
  background-color: rgb(68 64 60 / 1);
}

.bg-stone-700\/15{
  background-color: rgb(68 64 60 / 0.15);
}

.bg-stone-700\/20{
  background-color: rgb(68 64 60 / 0.2);
}

.bg-stone-700\/25{
  background-color: rgb(68 64 60 / 0.25);
}

.bg-stone-700\/30{
  background-color: rgb(68 64 60 / 0.3);
}

.bg-stone-700\/35{
  background-color: rgb(68 64 60 / 0.35);
}

.bg-stone-700\/40{
  background-color: rgb(68 64 60 / 0.4);
}

.bg-stone-700\/45{
  background-color: rgb(68 64 60 / 0.45);
}

.bg-stone-700\/5{
  background-color: rgb(68 64 60 / 0.05);
}

.bg-stone-700\/50{
  background-color: rgb(68 64 60 / 0.5);
}

.bg-stone-700\/55{
  background-color: rgb(68 64 60 / 0.55);
}

.bg-stone-700\/60{
  background-color: rgb(68 64 60 / 0.6);
}

.bg-stone-700\/65{
  background-color: rgb(68 64 60 / 0.65);
}

.bg-stone-700\/70{
  background-color: rgb(68 64 60 / 0.7);
}

.bg-stone-700\/75{
  background-color: rgb(68 64 60 / 0.75);
}

.bg-stone-700\/80{
  background-color: rgb(68 64 60 / 0.8);
}

.bg-stone-700\/85{
  background-color: rgb(68 64 60 / 0.85);
}

.bg-stone-700\/90{
  background-color: rgb(68 64 60 / 0.9);
}

.bg-stone-700\/95{
  background-color: rgb(68 64 60 / 0.95);
}

.bg-stone-800{
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.bg-stone-800\/0{
  background-color: rgb(41 37 36 / 0);
}

.bg-stone-800\/10{
  background-color: rgb(41 37 36 / 0.1);
}

.bg-stone-800\/100{
  background-color: rgb(41 37 36 / 1);
}

.bg-stone-800\/15{
  background-color: rgb(41 37 36 / 0.15);
}

.bg-stone-800\/20{
  background-color: rgb(41 37 36 / 0.2);
}

.bg-stone-800\/25{
  background-color: rgb(41 37 36 / 0.25);
}

.bg-stone-800\/30{
  background-color: rgb(41 37 36 / 0.3);
}

.bg-stone-800\/35{
  background-color: rgb(41 37 36 / 0.35);
}

.bg-stone-800\/40{
  background-color: rgb(41 37 36 / 0.4);
}

.bg-stone-800\/45{
  background-color: rgb(41 37 36 / 0.45);
}

.bg-stone-800\/5{
  background-color: rgb(41 37 36 / 0.05);
}

.bg-stone-800\/50{
  background-color: rgb(41 37 36 / 0.5);
}

.bg-stone-800\/55{
  background-color: rgb(41 37 36 / 0.55);
}

.bg-stone-800\/60{
  background-color: rgb(41 37 36 / 0.6);
}

.bg-stone-800\/65{
  background-color: rgb(41 37 36 / 0.65);
}

.bg-stone-800\/70{
  background-color: rgb(41 37 36 / 0.7);
}

.bg-stone-800\/75{
  background-color: rgb(41 37 36 / 0.75);
}

.bg-stone-800\/80{
  background-color: rgb(41 37 36 / 0.8);
}

.bg-stone-800\/85{
  background-color: rgb(41 37 36 / 0.85);
}

.bg-stone-800\/90{
  background-color: rgb(41 37 36 / 0.9);
}

.bg-stone-800\/95{
  background-color: rgb(41 37 36 / 0.95);
}

.bg-stone-900{
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.bg-stone-900\/0{
  background-color: rgb(28 25 23 / 0);
}

.bg-stone-900\/10{
  background-color: rgb(28 25 23 / 0.1);
}

.bg-stone-900\/100{
  background-color: rgb(28 25 23 / 1);
}

.bg-stone-900\/15{
  background-color: rgb(28 25 23 / 0.15);
}

.bg-stone-900\/20{
  background-color: rgb(28 25 23 / 0.2);
}

.bg-stone-900\/25{
  background-color: rgb(28 25 23 / 0.25);
}

.bg-stone-900\/30{
  background-color: rgb(28 25 23 / 0.3);
}

.bg-stone-900\/35{
  background-color: rgb(28 25 23 / 0.35);
}

.bg-stone-900\/40{
  background-color: rgb(28 25 23 / 0.4);
}

.bg-stone-900\/45{
  background-color: rgb(28 25 23 / 0.45);
}

.bg-stone-900\/5{
  background-color: rgb(28 25 23 / 0.05);
}

.bg-stone-900\/50{
  background-color: rgb(28 25 23 / 0.5);
}

.bg-stone-900\/55{
  background-color: rgb(28 25 23 / 0.55);
}

.bg-stone-900\/60{
  background-color: rgb(28 25 23 / 0.6);
}

.bg-stone-900\/65{
  background-color: rgb(28 25 23 / 0.65);
}

.bg-stone-900\/70{
  background-color: rgb(28 25 23 / 0.7);
}

.bg-stone-900\/75{
  background-color: rgb(28 25 23 / 0.75);
}

.bg-stone-900\/80{
  background-color: rgb(28 25 23 / 0.8);
}

.bg-stone-900\/85{
  background-color: rgb(28 25 23 / 0.85);
}

.bg-stone-900\/90{
  background-color: rgb(28 25 23 / 0.9);
}

.bg-stone-900\/95{
  background-color: rgb(28 25 23 / 0.95);
}

.bg-stone-950{
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}

.bg-stone-950\/0{
  background-color: rgb(12 10 9 / 0);
}

.bg-stone-950\/10{
  background-color: rgb(12 10 9 / 0.1);
}

.bg-stone-950\/100{
  background-color: rgb(12 10 9 / 1);
}

.bg-stone-950\/15{
  background-color: rgb(12 10 9 / 0.15);
}

.bg-stone-950\/20{
  background-color: rgb(12 10 9 / 0.2);
}

.bg-stone-950\/25{
  background-color: rgb(12 10 9 / 0.25);
}

.bg-stone-950\/30{
  background-color: rgb(12 10 9 / 0.3);
}

.bg-stone-950\/35{
  background-color: rgb(12 10 9 / 0.35);
}

.bg-stone-950\/40{
  background-color: rgb(12 10 9 / 0.4);
}

.bg-stone-950\/45{
  background-color: rgb(12 10 9 / 0.45);
}

.bg-stone-950\/5{
  background-color: rgb(12 10 9 / 0.05);
}

.bg-stone-950\/50{
  background-color: rgb(12 10 9 / 0.5);
}

.bg-stone-950\/55{
  background-color: rgb(12 10 9 / 0.55);
}

.bg-stone-950\/60{
  background-color: rgb(12 10 9 / 0.6);
}

.bg-stone-950\/65{
  background-color: rgb(12 10 9 / 0.65);
}

.bg-stone-950\/70{
  background-color: rgb(12 10 9 / 0.7);
}

.bg-stone-950\/75{
  background-color: rgb(12 10 9 / 0.75);
}

.bg-stone-950\/80{
  background-color: rgb(12 10 9 / 0.8);
}

.bg-stone-950\/85{
  background-color: rgb(12 10 9 / 0.85);
}

.bg-stone-950\/90{
  background-color: rgb(12 10 9 / 0.9);
}

.bg-stone-950\/95{
  background-color: rgb(12 10 9 / 0.95);
}

.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(7 196 149 / var(--tw-bg-opacity));
}

.bg-success\/0{
  background-color: rgb(7 196 149 / 0);
}

.bg-success\/10{
  background-color: rgb(7 196 149 / 0.1);
}

.bg-success\/100{
  background-color: rgb(7 196 149 / 1);
}

.bg-success\/15{
  background-color: rgb(7 196 149 / 0.15);
}

.bg-success\/20{
  background-color: rgb(7 196 149 / 0.2);
}

.bg-success\/25{
  background-color: rgb(7 196 149 / 0.25);
}

.bg-success\/30{
  background-color: rgb(7 196 149 / 0.3);
}

.bg-success\/35{
  background-color: rgb(7 196 149 / 0.35);
}

.bg-success\/40{
  background-color: rgb(7 196 149 / 0.4);
}

.bg-success\/45{
  background-color: rgb(7 196 149 / 0.45);
}

.bg-success\/5{
  background-color: rgb(7 196 149 / 0.05);
}

.bg-success\/50{
  background-color: rgb(7 196 149 / 0.5);
}

.bg-success\/55{
  background-color: rgb(7 196 149 / 0.55);
}

.bg-success\/60{
  background-color: rgb(7 196 149 / 0.6);
}

.bg-success\/65{
  background-color: rgb(7 196 149 / 0.65);
}

.bg-success\/70{
  background-color: rgb(7 196 149 / 0.7);
}

.bg-success\/75{
  background-color: rgb(7 196 149 / 0.75);
}

.bg-success\/80{
  background-color: rgb(7 196 149 / 0.8);
}

.bg-success\/85{
  background-color: rgb(7 196 149 / 0.85);
}

.bg-success\/90{
  background-color: rgb(7 196 149 / 0.9);
}

.bg-success\/95{
  background-color: rgb(7 196 149 / 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\/15{
  background-color: rgb(204 251 241 / 0.15);
}

.bg-teal-100\/20{
  background-color: rgb(204 251 241 / 0.2);
}

.bg-teal-100\/25{
  background-color: rgb(204 251 241 / 0.25);
}

.bg-teal-100\/30{
  background-color: rgb(204 251 241 / 0.3);
}

.bg-teal-100\/35{
  background-color: rgb(204 251 241 / 0.35);
}

.bg-teal-100\/40{
  background-color: rgb(204 251 241 / 0.4);
}

.bg-teal-100\/45{
  background-color: rgb(204 251 241 / 0.45);
}

.bg-teal-100\/5{
  background-color: rgb(204 251 241 / 0.05);
}

.bg-teal-100\/50{
  background-color: rgb(204 251 241 / 0.5);
}

.bg-teal-100\/55{
  background-color: rgb(204 251 241 / 0.55);
}

.bg-teal-100\/60{
  background-color: rgb(204 251 241 / 0.6);
}

.bg-teal-100\/65{
  background-color: rgb(204 251 241 / 0.65);
}

.bg-teal-100\/70{
  background-color: rgb(204 251 241 / 0.7);
}

.bg-teal-100\/75{
  background-color: rgb(204 251 241 / 0.75);
}

.bg-teal-100\/80{
  background-color: rgb(204 251 241 / 0.8);
}

.bg-teal-100\/85{
  background-color: rgb(204 251 241 / 0.85);
}

.bg-teal-100\/90{
  background-color: rgb(204 251 241 / 0.9);
}

.bg-teal-100\/95{
  background-color: rgb(204 251 241 / 0.95);
}

.bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.bg-teal-200\/0{
  background-color: rgb(153 246 228 / 0);
}

.bg-teal-200\/10{
  background-color: rgb(153 246 228 / 0.1);
}

.bg-teal-200\/100{
  background-color: rgb(153 246 228 / 1);
}

.bg-teal-200\/15{
  background-color: rgb(153 246 228 / 0.15);
}

.bg-teal-200\/20{
  background-color: rgb(153 246 228 / 0.2);
}

.bg-teal-200\/25{
  background-color: rgb(153 246 228 / 0.25);
}

.bg-teal-200\/30{
  background-color: rgb(153 246 228 / 0.3);
}

.bg-teal-200\/35{
  background-color: rgb(153 246 228 / 0.35);
}

.bg-teal-200\/40{
  background-color: rgb(153 246 228 / 0.4);
}

.bg-teal-200\/45{
  background-color: rgb(153 246 228 / 0.45);
}

.bg-teal-200\/5{
  background-color: rgb(153 246 228 / 0.05);
}

.bg-teal-200\/50{
  background-color: rgb(153 246 228 / 0.5);
}

.bg-teal-200\/55{
  background-color: rgb(153 246 228 / 0.55);
}

.bg-teal-200\/60{
  background-color: rgb(153 246 228 / 0.6);
}

.bg-teal-200\/65{
  background-color: rgb(153 246 228 / 0.65);
}

.bg-teal-200\/70{
  background-color: rgb(153 246 228 / 0.7);
}

.bg-teal-200\/75{
  background-color: rgb(153 246 228 / 0.75);
}

.bg-teal-200\/80{
  background-color: rgb(153 246 228 / 0.8);
}

.bg-teal-200\/85{
  background-color: rgb(153 246 228 / 0.85);
}

.bg-teal-200\/90{
  background-color: rgb(153 246 228 / 0.9);
}

.bg-teal-200\/95{
  background-color: rgb(153 246 228 / 0.95);
}

.bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}

.bg-teal-300\/0{
  background-color: rgb(94 234 212 / 0);
}

.bg-teal-300\/10{
  background-color: rgb(94 234 212 / 0.1);
}

.bg-teal-300\/100{
  background-color: rgb(94 234 212 / 1);
}

.bg-teal-300\/15{
  background-color: rgb(94 234 212 / 0.15);
}

.bg-teal-300\/20{
  background-color: rgb(94 234 212 / 0.2);
}

.bg-teal-300\/25{
  background-color: rgb(94 234 212 / 0.25);
}

.bg-teal-300\/30{
  background-color: rgb(94 234 212 / 0.3);
}

.bg-teal-300\/35{
  background-color: rgb(94 234 212 / 0.35);
}

.bg-teal-300\/40{
  background-color: rgb(94 234 212 / 0.4);
}

.bg-teal-300\/45{
  background-color: rgb(94 234 212 / 0.45);
}

.bg-teal-300\/5{
  background-color: rgb(94 234 212 / 0.05);
}

.bg-teal-300\/50{
  background-color: rgb(94 234 212 / 0.5);
}

.bg-teal-300\/55{
  background-color: rgb(94 234 212 / 0.55);
}

.bg-teal-300\/60{
  background-color: rgb(94 234 212 / 0.6);
}

.bg-teal-300\/65{
  background-color: rgb(94 234 212 / 0.65);
}

.bg-teal-300\/70{
  background-color: rgb(94 234 212 / 0.7);
}

.bg-teal-300\/75{
  background-color: rgb(94 234 212 / 0.75);
}

.bg-teal-300\/80{
  background-color: rgb(94 234 212 / 0.8);
}

.bg-teal-300\/85{
  background-color: rgb(94 234 212 / 0.85);
}

.bg-teal-300\/90{
  background-color: rgb(94 234 212 / 0.9);
}

.bg-teal-300\/95{
  background-color: rgb(94 234 212 / 0.95);
}

.bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

.bg-teal-400\/0{
  background-color: rgb(45 212 191 / 0);
}

.bg-teal-400\/10{
  background-color: rgb(45 212 191 / 0.1);
}

.bg-teal-400\/100{
  background-color: rgb(45 212 191 / 1);
}

.bg-teal-400\/15{
  background-color: rgb(45 212 191 / 0.15);
}

.bg-teal-400\/20{
  background-color: rgb(45 212 191 / 0.2);
}

.bg-teal-400\/25{
  background-color: rgb(45 212 191 / 0.25);
}

.bg-teal-400\/30{
  background-color: rgb(45 212 191 / 0.3);
}

.bg-teal-400\/35{
  background-color: rgb(45 212 191 / 0.35);
}

.bg-teal-400\/40{
  background-color: rgb(45 212 191 / 0.4);
}

.bg-teal-400\/45{
  background-color: rgb(45 212 191 / 0.45);
}

.bg-teal-400\/5{
  background-color: rgb(45 212 191 / 0.05);
}

.bg-teal-400\/50{
  background-color: rgb(45 212 191 / 0.5);
}

.bg-teal-400\/55{
  background-color: rgb(45 212 191 / 0.55);
}

.bg-teal-400\/60{
  background-color: rgb(45 212 191 / 0.6);
}

.bg-teal-400\/65{
  background-color: rgb(45 212 191 / 0.65);
}

.bg-teal-400\/70{
  background-color: rgb(45 212 191 / 0.7);
}

.bg-teal-400\/75{
  background-color: rgb(45 212 191 / 0.75);
}

.bg-teal-400\/80{
  background-color: rgb(45 212 191 / 0.8);
}

.bg-teal-400\/85{
  background-color: rgb(45 212 191 / 0.85);
}

.bg-teal-400\/90{
  background-color: rgb(45 212 191 / 0.9);
}

.bg-teal-400\/95{
  background-color: rgb(45 212 191 / 0.95);
}

.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.bg-teal-50\/0{
  background-color: rgb(240 253 250 / 0);
}

.bg-teal-50\/10{
  background-color: rgb(240 253 250 / 0.1);
}

.bg-teal-50\/100{
  background-color: rgb(240 253 250 / 1);
}

.bg-teal-50\/15{
  background-color: rgb(240 253 250 / 0.15);
}

.bg-teal-50\/20{
  background-color: rgb(240 253 250 / 0.2);
}

.bg-teal-50\/25{
  background-color: rgb(240 253 250 / 0.25);
}

.bg-teal-50\/30{
  background-color: rgb(240 253 250 / 0.3);
}

.bg-teal-50\/35{
  background-color: rgb(240 253 250 / 0.35);
}

.bg-teal-50\/40{
  background-color: rgb(240 253 250 / 0.4);
}

.bg-teal-50\/45{
  background-color: rgb(240 253 250 / 0.45);
}

.bg-teal-50\/5{
  background-color: rgb(240 253 250 / 0.05);
}

.bg-teal-50\/50{
  background-color: rgb(240 253 250 / 0.5);
}

.bg-teal-50\/55{
  background-color: rgb(240 253 250 / 0.55);
}

.bg-teal-50\/60{
  background-color: rgb(240 253 250 / 0.6);
}

.bg-teal-50\/65{
  background-color: rgb(240 253 250 / 0.65);
}

.bg-teal-50\/70{
  background-color: rgb(240 253 250 / 0.7);
}

.bg-teal-50\/75{
  background-color: rgb(240 253 250 / 0.75);
}

.bg-teal-50\/80{
  background-color: rgb(240 253 250 / 0.8);
}

.bg-teal-50\/85{
  background-color: rgb(240 253 250 / 0.85);
}

.bg-teal-50\/90{
  background-color: rgb(240 253 250 / 0.9);
}

.bg-teal-50\/95{
  background-color: rgb(240 253 250 / 0.95);
}

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.bg-teal-500\/0{
  background-color: rgb(20 184 166 / 0);
}

.bg-teal-500\/10{
  background-color: rgb(20 184 166 / 0.1);
}

.bg-teal-500\/100{
  background-color: rgb(20 184 166 / 1);
}

.bg-teal-500\/15{
  background-color: rgb(20 184 166 / 0.15);
}

.bg-teal-500\/20{
  background-color: rgb(20 184 166 / 0.2);
}

.bg-teal-500\/25{
  background-color: rgb(20 184 166 / 0.25);
}

.bg-teal-500\/30{
  background-color: rgb(20 184 166 / 0.3);
}

.bg-teal-500\/35{
  background-color: rgb(20 184 166 / 0.35);
}

.bg-teal-500\/40{
  background-color: rgb(20 184 166 / 0.4);
}

.bg-teal-500\/45{
  background-color: rgb(20 184 166 / 0.45);
}

.bg-teal-500\/5{
  background-color: rgb(20 184 166 / 0.05);
}

.bg-teal-500\/50{
  background-color: rgb(20 184 166 / 0.5);
}

.bg-teal-500\/55{
  background-color: rgb(20 184 166 / 0.55);
}

.bg-teal-500\/60{
  background-color: rgb(20 184 166 / 0.6);
}

.bg-teal-500\/65{
  background-color: rgb(20 184 166 / 0.65);
}

.bg-teal-500\/70{
  background-color: rgb(20 184 166 / 0.7);
}

.bg-teal-500\/75{
  background-color: rgb(20 184 166 / 0.75);
}

.bg-teal-500\/80{
  background-color: rgb(20 184 166 / 0.8);
}

.bg-teal-500\/85{
  background-color: rgb(20 184 166 / 0.85);
}

.bg-teal-500\/90{
  background-color: rgb(20 184 166 / 0.9);
}

.bg-teal-500\/95{
  background-color: rgb(20 184 166 / 0.95);
}

.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.bg-teal-600\/0{
  background-color: rgb(13 148 136 / 0);
}

.bg-teal-600\/10{
  background-color: rgb(13 148 136 / 0.1);
}

.bg-teal-600\/100{
  background-color: rgb(13 148 136 / 1);
}

.bg-teal-600\/15{
  background-color: rgb(13 148 136 / 0.15);
}

.bg-teal-600\/20{
  background-color: rgb(13 148 136 / 0.2);
}

.bg-teal-600\/25{
  background-color: rgb(13 148 136 / 0.25);
}

.bg-teal-600\/30{
  background-color: rgb(13 148 136 / 0.3);
}

.bg-teal-600\/35{
  background-color: rgb(13 148 136 / 0.35);
}

.bg-teal-600\/40{
  background-color: rgb(13 148 136 / 0.4);
}

.bg-teal-600\/45{
  background-color: rgb(13 148 136 / 0.45);
}

.bg-teal-600\/5{
  background-color: rgb(13 148 136 / 0.05);
}

.bg-teal-600\/50{
  background-color: rgb(13 148 136 / 0.5);
}

.bg-teal-600\/55{
  background-color: rgb(13 148 136 / 0.55);
}

.bg-teal-600\/60{
  background-color: rgb(13 148 136 / 0.6);
}

.bg-teal-600\/65{
  background-color: rgb(13 148 136 / 0.65);
}

.bg-teal-600\/70{
  background-color: rgb(13 148 136 / 0.7);
}

.bg-teal-600\/75{
  background-color: rgb(13 148 136 / 0.75);
}

.bg-teal-600\/80{
  background-color: rgb(13 148 136 / 0.8);
}

.bg-teal-600\/85{
  background-color: rgb(13 148 136 / 0.85);
}

.bg-teal-600\/90{
  background-color: rgb(13 148 136 / 0.9);
}

.bg-teal-600\/95{
  background-color: rgb(13 148 136 / 0.95);
}

.bg-teal-700{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.bg-teal-700\/0{
  background-color: rgb(15 118 110 / 0);
}

.bg-teal-700\/10{
  background-color: rgb(15 118 110 / 0.1);
}

.bg-teal-700\/100{
  background-color: rgb(15 118 110 / 1);
}

.bg-teal-700\/15{
  background-color: rgb(15 118 110 / 0.15);
}

.bg-teal-700\/20{
  background-color: rgb(15 118 110 / 0.2);
}

.bg-teal-700\/25{
  background-color: rgb(15 118 110 / 0.25);
}

.bg-teal-700\/30{
  background-color: rgb(15 118 110 / 0.3);
}

.bg-teal-700\/35{
  background-color: rgb(15 118 110 / 0.35);
}

.bg-teal-700\/40{
  background-color: rgb(15 118 110 / 0.4);
}

.bg-teal-700\/45{
  background-color: rgb(15 118 110 / 0.45);
}

.bg-teal-700\/5{
  background-color: rgb(15 118 110 / 0.05);
}

.bg-teal-700\/50{
  background-color: rgb(15 118 110 / 0.5);
}

.bg-teal-700\/55{
  background-color: rgb(15 118 110 / 0.55);
}

.bg-teal-700\/60{
  background-color: rgb(15 118 110 / 0.6);
}

.bg-teal-700\/65{
  background-color: rgb(15 118 110 / 0.65);
}

.bg-teal-700\/70{
  background-color: rgb(15 118 110 / 0.7);
}

.bg-teal-700\/75{
  background-color: rgb(15 118 110 / 0.75);
}

.bg-teal-700\/80{
  background-color: rgb(15 118 110 / 0.8);
}

.bg-teal-700\/85{
  background-color: rgb(15 118 110 / 0.85);
}

.bg-teal-700\/90{
  background-color: rgb(15 118 110 / 0.9);
}

.bg-teal-700\/95{
  background-color: rgb(15 118 110 / 0.95);
}

.bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.bg-teal-800\/0{
  background-color: rgb(17 94 89 / 0);
}

.bg-teal-800\/10{
  background-color: rgb(17 94 89 / 0.1);
}

.bg-teal-800\/100{
  background-color: rgb(17 94 89 / 1);
}

.bg-teal-800\/15{
  background-color: rgb(17 94 89 / 0.15);
}

.bg-teal-800\/20{
  background-color: rgb(17 94 89 / 0.2);
}

.bg-teal-800\/25{
  background-color: rgb(17 94 89 / 0.25);
}

.bg-teal-800\/30{
  background-color: rgb(17 94 89 / 0.3);
}

.bg-teal-800\/35{
  background-color: rgb(17 94 89 / 0.35);
}

.bg-teal-800\/40{
  background-color: rgb(17 94 89 / 0.4);
}

.bg-teal-800\/45{
  background-color: rgb(17 94 89 / 0.45);
}

.bg-teal-800\/5{
  background-color: rgb(17 94 89 / 0.05);
}

.bg-teal-800\/50{
  background-color: rgb(17 94 89 / 0.5);
}

.bg-teal-800\/55{
  background-color: rgb(17 94 89 / 0.55);
}

.bg-teal-800\/60{
  background-color: rgb(17 94 89 / 0.6);
}

.bg-teal-800\/65{
  background-color: rgb(17 94 89 / 0.65);
}

.bg-teal-800\/70{
  background-color: rgb(17 94 89 / 0.7);
}

.bg-teal-800\/75{
  background-color: rgb(17 94 89 / 0.75);
}

.bg-teal-800\/80{
  background-color: rgb(17 94 89 / 0.8);
}

.bg-teal-800\/85{
  background-color: rgb(17 94 89 / 0.85);
}

.bg-teal-800\/90{
  background-color: rgb(17 94 89 / 0.9);
}

.bg-teal-800\/95{
  background-color: rgb(17 94 89 / 0.95);
}

.bg-teal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.bg-teal-900\/0{
  background-color: rgb(19 78 74 / 0);
}

.bg-teal-900\/10{
  background-color: rgb(19 78 74 / 0.1);
}

.bg-teal-900\/100{
  background-color: rgb(19 78 74 / 1);
}

.bg-teal-900\/15{
  background-color: rgb(19 78 74 / 0.15);
}

.bg-teal-900\/20{
  background-color: rgb(19 78 74 / 0.2);
}

.bg-teal-900\/25{
  background-color: rgb(19 78 74 / 0.25);
}

.bg-teal-900\/30{
  background-color: rgb(19 78 74 / 0.3);
}

.bg-teal-900\/35{
  background-color: rgb(19 78 74 / 0.35);
}

.bg-teal-900\/40{
  background-color: rgb(19 78 74 / 0.4);
}

.bg-teal-900\/45{
  background-color: rgb(19 78 74 / 0.45);
}

.bg-teal-900\/5{
  background-color: rgb(19 78 74 / 0.05);
}

.bg-teal-900\/50{
  background-color: rgb(19 78 74 / 0.5);
}

.bg-teal-900\/55{
  background-color: rgb(19 78 74 / 0.55);
}

.bg-teal-900\/60{
  background-color: rgb(19 78 74 / 0.6);
}

.bg-teal-900\/65{
  background-color: rgb(19 78 74 / 0.65);
}

.bg-teal-900\/70{
  background-color: rgb(19 78 74 / 0.7);
}

.bg-teal-900\/75{
  background-color: rgb(19 78 74 / 0.75);
}

.bg-teal-900\/80{
  background-color: rgb(19 78 74 / 0.8);
}

.bg-teal-900\/85{
  background-color: rgb(19 78 74 / 0.85);
}

.bg-teal-900\/90{
  background-color: rgb(19 78 74 / 0.9);
}

.bg-teal-900\/95{
  background-color: rgb(19 78 74 / 0.95);
}

.bg-teal-950{
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}

.bg-teal-950\/0{
  background-color: rgb(4 47 46 / 0);
}

.bg-teal-950\/10{
  background-color: rgb(4 47 46 / 0.1);
}

.bg-teal-950\/100{
  background-color: rgb(4 47 46 / 1);
}

.bg-teal-950\/15{
  background-color: rgb(4 47 46 / 0.15);
}

.bg-teal-950\/20{
  background-color: rgb(4 47 46 / 0.2);
}

.bg-teal-950\/25{
  background-color: rgb(4 47 46 / 0.25);
}

.bg-teal-950\/30{
  background-color: rgb(4 47 46 / 0.3);
}

.bg-teal-950\/35{
  background-color: rgb(4 47 46 / 0.35);
}

.bg-teal-950\/40{
  background-color: rgb(4 47 46 / 0.4);
}

.bg-teal-950\/45{
  background-color: rgb(4 47 46 / 0.45);
}

.bg-teal-950\/5{
  background-color: rgb(4 47 46 / 0.05);
}

.bg-teal-950\/50{
  background-color: rgb(4 47 46 / 0.5);
}

.bg-teal-950\/55{
  background-color: rgb(4 47 46 / 0.55);
}

.bg-teal-950\/60{
  background-color: rgb(4 47 46 / 0.6);
}

.bg-teal-950\/65{
  background-color: rgb(4 47 46 / 0.65);
}

.bg-teal-950\/70{
  background-color: rgb(4 47 46 / 0.7);
}

.bg-teal-950\/75{
  background-color: rgb(4 47 46 / 0.75);
}

.bg-teal-950\/80{
  background-color: rgb(4 47 46 / 0.8);
}

.bg-teal-950\/85{
  background-color: rgb(4 47 46 / 0.85);
}

.bg-teal-950\/90{
  background-color: rgb(4 47 46 / 0.9);
}

.bg-teal-950\/95{
  background-color: rgb(4 47 46 / 0.95);
}

.bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(22 137 252 / var(--tw-bg-opacity));
}

.bg-tertiary-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 123 223 / var(--tw-bg-opacity));
}

.bg-tertiary-hover\/0{
  background-color: rgb(20 123 223 / 0);
}

.bg-tertiary-hover\/10{
  background-color: rgb(20 123 223 / 0.1);
}

.bg-tertiary-hover\/100{
  background-color: rgb(20 123 223 / 1);
}

.bg-tertiary-hover\/15{
  background-color: rgb(20 123 223 / 0.15);
}

.bg-tertiary-hover\/20{
  background-color: rgb(20 123 223 / 0.2);
}

.bg-tertiary-hover\/25{
  background-color: rgb(20 123 223 / 0.25);
}

.bg-tertiary-hover\/30{
  background-color: rgb(20 123 223 / 0.3);
}

.bg-tertiary-hover\/35{
  background-color: rgb(20 123 223 / 0.35);
}

.bg-tertiary-hover\/40{
  background-color: rgb(20 123 223 / 0.4);
}

.bg-tertiary-hover\/45{
  background-color: rgb(20 123 223 / 0.45);
}

.bg-tertiary-hover\/5{
  background-color: rgb(20 123 223 / 0.05);
}

.bg-tertiary-hover\/50{
  background-color: rgb(20 123 223 / 0.5);
}

.bg-tertiary-hover\/55{
  background-color: rgb(20 123 223 / 0.55);
}

.bg-tertiary-hover\/60{
  background-color: rgb(20 123 223 / 0.6);
}

.bg-tertiary-hover\/65{
  background-color: rgb(20 123 223 / 0.65);
}

.bg-tertiary-hover\/70{
  background-color: rgb(20 123 223 / 0.7);
}

.bg-tertiary-hover\/75{
  background-color: rgb(20 123 223 / 0.75);
}

.bg-tertiary-hover\/80{
  background-color: rgb(20 123 223 / 0.8);
}

.bg-tertiary-hover\/85{
  background-color: rgb(20 123 223 / 0.85);
}

.bg-tertiary-hover\/90{
  background-color: rgb(20 123 223 / 0.9);
}

.bg-tertiary-hover\/95{
  background-color: rgb(20 123 223 / 0.95);
}

.bg-tertiary\/0{
  background-color: rgb(22 137 252 / 0);
}

.bg-tertiary\/10{
  background-color: rgb(22 137 252 / 0.1);
}

.bg-tertiary\/100{
  background-color: rgb(22 137 252 / 1);
}

.bg-tertiary\/15{
  background-color: rgb(22 137 252 / 0.15);
}

.bg-tertiary\/20{
  background-color: rgb(22 137 252 / 0.2);
}

.bg-tertiary\/25{
  background-color: rgb(22 137 252 / 0.25);
}

.bg-tertiary\/30{
  background-color: rgb(22 137 252 / 0.3);
}

.bg-tertiary\/35{
  background-color: rgb(22 137 252 / 0.35);
}

.bg-tertiary\/40{
  background-color: rgb(22 137 252 / 0.4);
}

.bg-tertiary\/45{
  background-color: rgb(22 137 252 / 0.45);
}

.bg-tertiary\/5{
  background-color: rgb(22 137 252 / 0.05);
}

.bg-tertiary\/50{
  background-color: rgb(22 137 252 / 0.5);
}

.bg-tertiary\/55{
  background-color: rgb(22 137 252 / 0.55);
}

.bg-tertiary\/60{
  background-color: rgb(22 137 252 / 0.6);
}

.bg-tertiary\/65{
  background-color: rgb(22 137 252 / 0.65);
}

.bg-tertiary\/70{
  background-color: rgb(22 137 252 / 0.7);
}

.bg-tertiary\/75{
  background-color: rgb(22 137 252 / 0.75);
}

.bg-tertiary\/80{
  background-color: rgb(22 137 252 / 0.8);
}

.bg-tertiary\/85{
  background-color: rgb(22 137 252 / 0.85);
}

.bg-tertiary\/90{
  background-color: rgb(22 137 252 / 0.9);
}

.bg-tertiary\/95{
  background-color: rgb(22 137 252 / 0.95);
}

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

.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}

.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}

.bg-transparent\/15{
  background-color: rgb(0 0 0 / 0.15);
}

.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}

.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-transparent\/35{
  background-color: rgb(0 0 0 / 0.35);
}

.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45);
}

.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}

.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55);
}

.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65);
}

.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}

.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-transparent\/85{
  background-color: rgb(0 0 0 / 0.85);
}

.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}

.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.bg-violet-100\/0{
  background-color: rgb(237 233 254 / 0);
}

.bg-violet-100\/10{
  background-color: rgb(237 233 254 / 0.1);
}

.bg-violet-100\/100{
  background-color: rgb(237 233 254 / 1);
}

.bg-violet-100\/15{
  background-color: rgb(237 233 254 / 0.15);
}

.bg-violet-100\/20{
  background-color: rgb(237 233 254 / 0.2);
}

.bg-violet-100\/25{
  background-color: rgb(237 233 254 / 0.25);
}

.bg-violet-100\/30{
  background-color: rgb(237 233 254 / 0.3);
}

.bg-violet-100\/35{
  background-color: rgb(237 233 254 / 0.35);
}

.bg-violet-100\/40{
  background-color: rgb(237 233 254 / 0.4);
}

.bg-violet-100\/45{
  background-color: rgb(237 233 254 / 0.45);
}

.bg-violet-100\/5{
  background-color: rgb(237 233 254 / 0.05);
}

.bg-violet-100\/50{
  background-color: rgb(237 233 254 / 0.5);
}

.bg-violet-100\/55{
  background-color: rgb(237 233 254 / 0.55);
}

.bg-violet-100\/60{
  background-color: rgb(237 233 254 / 0.6);
}

.bg-violet-100\/65{
  background-color: rgb(237 233 254 / 0.65);
}

.bg-violet-100\/70{
  background-color: rgb(237 233 254 / 0.7);
}

.bg-violet-100\/75{
  background-color: rgb(237 233 254 / 0.75);
}

.bg-violet-100\/80{
  background-color: rgb(237 233 254 / 0.8);
}

.bg-violet-100\/85{
  background-color: rgb(237 233 254 / 0.85);
}

.bg-violet-100\/90{
  background-color: rgb(237 233 254 / 0.9);
}

.bg-violet-100\/95{
  background-color: rgb(237 233 254 / 0.95);
}

.bg-violet-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.bg-violet-200\/0{
  background-color: rgb(221 214 254 / 0);
}

.bg-violet-200\/10{
  background-color: rgb(221 214 254 / 0.1);
}

.bg-violet-200\/100{
  background-color: rgb(221 214 254 / 1);
}

.bg-violet-200\/15{
  background-color: rgb(221 214 254 / 0.15);
}

.bg-violet-200\/20{
  background-color: rgb(221 214 254 / 0.2);
}

.bg-violet-200\/25{
  background-color: rgb(221 214 254 / 0.25);
}

.bg-violet-200\/30{
  background-color: rgb(221 214 254 / 0.3);
}

.bg-violet-200\/35{
  background-color: rgb(221 214 254 / 0.35);
}

.bg-violet-200\/40{
  background-color: rgb(221 214 254 / 0.4);
}

.bg-violet-200\/45{
  background-color: rgb(221 214 254 / 0.45);
}

.bg-violet-200\/5{
  background-color: rgb(221 214 254 / 0.05);
}

.bg-violet-200\/50{
  background-color: rgb(221 214 254 / 0.5);
}

.bg-violet-200\/55{
  background-color: rgb(221 214 254 / 0.55);
}

.bg-violet-200\/60{
  background-color: rgb(221 214 254 / 0.6);
}

.bg-violet-200\/65{
  background-color: rgb(221 214 254 / 0.65);
}

.bg-violet-200\/70{
  background-color: rgb(221 214 254 / 0.7);
}

.bg-violet-200\/75{
  background-color: rgb(221 214 254 / 0.75);
}

.bg-violet-200\/80{
  background-color: rgb(221 214 254 / 0.8);
}

.bg-violet-200\/85{
  background-color: rgb(221 214 254 / 0.85);
}

.bg-violet-200\/90{
  background-color: rgb(221 214 254 / 0.9);
}

.bg-violet-200\/95{
  background-color: rgb(221 214 254 / 0.95);
}

.bg-violet-300{
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}

.bg-violet-300\/0{
  background-color: rgb(196 181 253 / 0);
}

.bg-violet-300\/10{
  background-color: rgb(196 181 253 / 0.1);
}

.bg-violet-300\/100{
  background-color: rgb(196 181 253 / 1);
}

.bg-violet-300\/15{
  background-color: rgb(196 181 253 / 0.15);
}

.bg-violet-300\/20{
  background-color: rgb(196 181 253 / 0.2);
}

.bg-violet-300\/25{
  background-color: rgb(196 181 253 / 0.25);
}

.bg-violet-300\/30{
  background-color: rgb(196 181 253 / 0.3);
}

.bg-violet-300\/35{
  background-color: rgb(196 181 253 / 0.35);
}

.bg-violet-300\/40{
  background-color: rgb(196 181 253 / 0.4);
}

.bg-violet-300\/45{
  background-color: rgb(196 181 253 / 0.45);
}

.bg-violet-300\/5{
  background-color: rgb(196 181 253 / 0.05);
}

.bg-violet-300\/50{
  background-color: rgb(196 181 253 / 0.5);
}

.bg-violet-300\/55{
  background-color: rgb(196 181 253 / 0.55);
}

.bg-violet-300\/60{
  background-color: rgb(196 181 253 / 0.6);
}

.bg-violet-300\/65{
  background-color: rgb(196 181 253 / 0.65);
}

.bg-violet-300\/70{
  background-color: rgb(196 181 253 / 0.7);
}

.bg-violet-300\/75{
  background-color: rgb(196 181 253 / 0.75);
}

.bg-violet-300\/80{
  background-color: rgb(196 181 253 / 0.8);
}

.bg-violet-300\/85{
  background-color: rgb(196 181 253 / 0.85);
}

.bg-violet-300\/90{
  background-color: rgb(196 181 253 / 0.9);
}

.bg-violet-300\/95{
  background-color: rgb(196 181 253 / 0.95);
}

.bg-violet-400{
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.bg-violet-400\/0{
  background-color: rgb(167 139 250 / 0);
}

.bg-violet-400\/10{
  background-color: rgb(167 139 250 / 0.1);
}

.bg-violet-400\/100{
  background-color: rgb(167 139 250 / 1);
}

.bg-violet-400\/15{
  background-color: rgb(167 139 250 / 0.15);
}

.bg-violet-400\/20{
  background-color: rgb(167 139 250 / 0.2);
}

.bg-violet-400\/25{
  background-color: rgb(167 139 250 / 0.25);
}

.bg-violet-400\/30{
  background-color: rgb(167 139 250 / 0.3);
}

.bg-violet-400\/35{
  background-color: rgb(167 139 250 / 0.35);
}

.bg-violet-400\/40{
  background-color: rgb(167 139 250 / 0.4);
}

.bg-violet-400\/45{
  background-color: rgb(167 139 250 / 0.45);
}

.bg-violet-400\/5{
  background-color: rgb(167 139 250 / 0.05);
}

.bg-violet-400\/50{
  background-color: rgb(167 139 250 / 0.5);
}

.bg-violet-400\/55{
  background-color: rgb(167 139 250 / 0.55);
}

.bg-violet-400\/60{
  background-color: rgb(167 139 250 / 0.6);
}

.bg-violet-400\/65{
  background-color: rgb(167 139 250 / 0.65);
}

.bg-violet-400\/70{
  background-color: rgb(167 139 250 / 0.7);
}

.bg-violet-400\/75{
  background-color: rgb(167 139 250 / 0.75);
}

.bg-violet-400\/80{
  background-color: rgb(167 139 250 / 0.8);
}

.bg-violet-400\/85{
  background-color: rgb(167 139 250 / 0.85);
}

.bg-violet-400\/90{
  background-color: rgb(167 139 250 / 0.9);
}

.bg-violet-400\/95{
  background-color: rgb(167 139 250 / 0.95);
}

.bg-violet-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.bg-violet-50\/0{
  background-color: rgb(245 243 255 / 0);
}

.bg-violet-50\/10{
  background-color: rgb(245 243 255 / 0.1);
}

.bg-violet-50\/100{
  background-color: rgb(245 243 255 / 1);
}

.bg-violet-50\/15{
  background-color: rgb(245 243 255 / 0.15);
}

.bg-violet-50\/20{
  background-color: rgb(245 243 255 / 0.2);
}

.bg-violet-50\/25{
  background-color: rgb(245 243 255 / 0.25);
}

.bg-violet-50\/30{
  background-color: rgb(245 243 255 / 0.3);
}

.bg-violet-50\/35{
  background-color: rgb(245 243 255 / 0.35);
}

.bg-violet-50\/40{
  background-color: rgb(245 243 255 / 0.4);
}

.bg-violet-50\/45{
  background-color: rgb(245 243 255 / 0.45);
}

.bg-violet-50\/5{
  background-color: rgb(245 243 255 / 0.05);
}

.bg-violet-50\/50{
  background-color: rgb(245 243 255 / 0.5);
}

.bg-violet-50\/55{
  background-color: rgb(245 243 255 / 0.55);
}

.bg-violet-50\/60{
  background-color: rgb(245 243 255 / 0.6);
}

.bg-violet-50\/65{
  background-color: rgb(245 243 255 / 0.65);
}

.bg-violet-50\/70{
  background-color: rgb(245 243 255 / 0.7);
}

.bg-violet-50\/75{
  background-color: rgb(245 243 255 / 0.75);
}

.bg-violet-50\/80{
  background-color: rgb(245 243 255 / 0.8);
}

.bg-violet-50\/85{
  background-color: rgb(245 243 255 / 0.85);
}

.bg-violet-50\/90{
  background-color: rgb(245 243 255 / 0.9);
}

.bg-violet-50\/95{
  background-color: rgb(245 243 255 / 0.95);
}

.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.bg-violet-500\/0{
  background-color: rgb(139 92 246 / 0);
}

.bg-violet-500\/10{
  background-color: rgb(139 92 246 / 0.1);
}

.bg-violet-500\/100{
  background-color: rgb(139 92 246 / 1);
}

.bg-violet-500\/15{
  background-color: rgb(139 92 246 / 0.15);
}

.bg-violet-500\/20{
  background-color: rgb(139 92 246 / 0.2);
}

.bg-violet-500\/25{
  background-color: rgb(139 92 246 / 0.25);
}

.bg-violet-500\/30{
  background-color: rgb(139 92 246 / 0.3);
}

.bg-violet-500\/35{
  background-color: rgb(139 92 246 / 0.35);
}

.bg-violet-500\/40{
  background-color: rgb(139 92 246 / 0.4);
}

.bg-violet-500\/45{
  background-color: rgb(139 92 246 / 0.45);
}

.bg-violet-500\/5{
  background-color: rgb(139 92 246 / 0.05);
}

.bg-violet-500\/50{
  background-color: rgb(139 92 246 / 0.5);
}

.bg-violet-500\/55{
  background-color: rgb(139 92 246 / 0.55);
}

.bg-violet-500\/60{
  background-color: rgb(139 92 246 / 0.6);
}

.bg-violet-500\/65{
  background-color: rgb(139 92 246 / 0.65);
}

.bg-violet-500\/70{
  background-color: rgb(139 92 246 / 0.7);
}

.bg-violet-500\/75{
  background-color: rgb(139 92 246 / 0.75);
}

.bg-violet-500\/80{
  background-color: rgb(139 92 246 / 0.8);
}

.bg-violet-500\/85{
  background-color: rgb(139 92 246 / 0.85);
}

.bg-violet-500\/90{
  background-color: rgb(139 92 246 / 0.9);
}

.bg-violet-500\/95{
  background-color: rgb(139 92 246 / 0.95);
}

.bg-violet-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.bg-violet-600\/0{
  background-color: rgb(124 58 237 / 0);
}

.bg-violet-600\/10{
  background-color: rgb(124 58 237 / 0.1);
}

.bg-violet-600\/100{
  background-color: rgb(124 58 237 / 1);
}

.bg-violet-600\/15{
  background-color: rgb(124 58 237 / 0.15);
}

.bg-violet-600\/20{
  background-color: rgb(124 58 237 / 0.2);
}

.bg-violet-600\/25{
  background-color: rgb(124 58 237 / 0.25);
}

.bg-violet-600\/30{
  background-color: rgb(124 58 237 / 0.3);
}

.bg-violet-600\/35{
  background-color: rgb(124 58 237 / 0.35);
}

.bg-violet-600\/40{
  background-color: rgb(124 58 237 / 0.4);
}

.bg-violet-600\/45{
  background-color: rgb(124 58 237 / 0.45);
}

.bg-violet-600\/5{
  background-color: rgb(124 58 237 / 0.05);
}

.bg-violet-600\/50{
  background-color: rgb(124 58 237 / 0.5);
}

.bg-violet-600\/55{
  background-color: rgb(124 58 237 / 0.55);
}

.bg-violet-600\/60{
  background-color: rgb(124 58 237 / 0.6);
}

.bg-violet-600\/65{
  background-color: rgb(124 58 237 / 0.65);
}

.bg-violet-600\/70{
  background-color: rgb(124 58 237 / 0.7);
}

.bg-violet-600\/75{
  background-color: rgb(124 58 237 / 0.75);
}

.bg-violet-600\/80{
  background-color: rgb(124 58 237 / 0.8);
}

.bg-violet-600\/85{
  background-color: rgb(124 58 237 / 0.85);
}

.bg-violet-600\/90{
  background-color: rgb(124 58 237 / 0.9);
}

.bg-violet-600\/95{
  background-color: rgb(124 58 237 / 0.95);
}

.bg-violet-700{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.bg-violet-700\/0{
  background-color: rgb(109 40 217 / 0);
}

.bg-violet-700\/10{
  background-color: rgb(109 40 217 / 0.1);
}

.bg-violet-700\/100{
  background-color: rgb(109 40 217 / 1);
}

.bg-violet-700\/15{
  background-color: rgb(109 40 217 / 0.15);
}

.bg-violet-700\/20{
  background-color: rgb(109 40 217 / 0.2);
}

.bg-violet-700\/25{
  background-color: rgb(109 40 217 / 0.25);
}

.bg-violet-700\/30{
  background-color: rgb(109 40 217 / 0.3);
}

.bg-violet-700\/35{
  background-color: rgb(109 40 217 / 0.35);
}

.bg-violet-700\/40{
  background-color: rgb(109 40 217 / 0.4);
}

.bg-violet-700\/45{
  background-color: rgb(109 40 217 / 0.45);
}

.bg-violet-700\/5{
  background-color: rgb(109 40 217 / 0.05);
}

.bg-violet-700\/50{
  background-color: rgb(109 40 217 / 0.5);
}

.bg-violet-700\/55{
  background-color: rgb(109 40 217 / 0.55);
}

.bg-violet-700\/60{
  background-color: rgb(109 40 217 / 0.6);
}

.bg-violet-700\/65{
  background-color: rgb(109 40 217 / 0.65);
}

.bg-violet-700\/70{
  background-color: rgb(109 40 217 / 0.7);
}

.bg-violet-700\/75{
  background-color: rgb(109 40 217 / 0.75);
}

.bg-violet-700\/80{
  background-color: rgb(109 40 217 / 0.8);
}

.bg-violet-700\/85{
  background-color: rgb(109 40 217 / 0.85);
}

.bg-violet-700\/90{
  background-color: rgb(109 40 217 / 0.9);
}

.bg-violet-700\/95{
  background-color: rgb(109 40 217 / 0.95);
}

.bg-violet-800{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

.bg-violet-800\/0{
  background-color: rgb(91 33 182 / 0);
}

.bg-violet-800\/10{
  background-color: rgb(91 33 182 / 0.1);
}

.bg-violet-800\/100{
  background-color: rgb(91 33 182 / 1);
}

.bg-violet-800\/15{
  background-color: rgb(91 33 182 / 0.15);
}

.bg-violet-800\/20{
  background-color: rgb(91 33 182 / 0.2);
}

.bg-violet-800\/25{
  background-color: rgb(91 33 182 / 0.25);
}

.bg-violet-800\/30{
  background-color: rgb(91 33 182 / 0.3);
}

.bg-violet-800\/35{
  background-color: rgb(91 33 182 / 0.35);
}

.bg-violet-800\/40{
  background-color: rgb(91 33 182 / 0.4);
}

.bg-violet-800\/45{
  background-color: rgb(91 33 182 / 0.45);
}

.bg-violet-800\/5{
  background-color: rgb(91 33 182 / 0.05);
}

.bg-violet-800\/50{
  background-color: rgb(91 33 182 / 0.5);
}

.bg-violet-800\/55{
  background-color: rgb(91 33 182 / 0.55);
}

.bg-violet-800\/60{
  background-color: rgb(91 33 182 / 0.6);
}

.bg-violet-800\/65{
  background-color: rgb(91 33 182 / 0.65);
}

.bg-violet-800\/70{
  background-color: rgb(91 33 182 / 0.7);
}

.bg-violet-800\/75{
  background-color: rgb(91 33 182 / 0.75);
}

.bg-violet-800\/80{
  background-color: rgb(91 33 182 / 0.8);
}

.bg-violet-800\/85{
  background-color: rgb(91 33 182 / 0.85);
}

.bg-violet-800\/90{
  background-color: rgb(91 33 182 / 0.9);
}

.bg-violet-800\/95{
  background-color: rgb(91 33 182 / 0.95);
}

.bg-violet-900{
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

.bg-violet-900\/0{
  background-color: rgb(76 29 149 / 0);
}

.bg-violet-900\/10{
  background-color: rgb(76 29 149 / 0.1);
}

.bg-violet-900\/100{
  background-color: rgb(76 29 149 / 1);
}

.bg-violet-900\/15{
  background-color: rgb(76 29 149 / 0.15);
}

.bg-violet-900\/20{
  background-color: rgb(76 29 149 / 0.2);
}

.bg-violet-900\/25{
  background-color: rgb(76 29 149 / 0.25);
}

.bg-violet-900\/30{
  background-color: rgb(76 29 149 / 0.3);
}

.bg-violet-900\/35{
  background-color: rgb(76 29 149 / 0.35);
}

.bg-violet-900\/40{
  background-color: rgb(76 29 149 / 0.4);
}

.bg-violet-900\/45{
  background-color: rgb(76 29 149 / 0.45);
}

.bg-violet-900\/5{
  background-color: rgb(76 29 149 / 0.05);
}

.bg-violet-900\/50{
  background-color: rgb(76 29 149 / 0.5);
}

.bg-violet-900\/55{
  background-color: rgb(76 29 149 / 0.55);
}

.bg-violet-900\/60{
  background-color: rgb(76 29 149 / 0.6);
}

.bg-violet-900\/65{
  background-color: rgb(76 29 149 / 0.65);
}

.bg-violet-900\/70{
  background-color: rgb(76 29 149 / 0.7);
}

.bg-violet-900\/75{
  background-color: rgb(76 29 149 / 0.75);
}

.bg-violet-900\/80{
  background-color: rgb(76 29 149 / 0.8);
}

.bg-violet-900\/85{
  background-color: rgb(76 29 149 / 0.85);
}

.bg-violet-900\/90{
  background-color: rgb(76 29 149 / 0.9);
}

.bg-violet-900\/95{
  background-color: rgb(76 29 149 / 0.95);
}

.bg-violet-950{
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}

.bg-violet-950\/0{
  background-color: rgb(46 16 101 / 0);
}

.bg-violet-950\/10{
  background-color: rgb(46 16 101 / 0.1);
}

.bg-violet-950\/100{
  background-color: rgb(46 16 101 / 1);
}

.bg-violet-950\/15{
  background-color: rgb(46 16 101 / 0.15);
}

.bg-violet-950\/20{
  background-color: rgb(46 16 101 / 0.2);
}

.bg-violet-950\/25{
  background-color: rgb(46 16 101 / 0.25);
}

.bg-violet-950\/30{
  background-color: rgb(46 16 101 / 0.3);
}

.bg-violet-950\/35{
  background-color: rgb(46 16 101 / 0.35);
}

.bg-violet-950\/40{
  background-color: rgb(46 16 101 / 0.4);
}

.bg-violet-950\/45{
  background-color: rgb(46 16 101 / 0.45);
}

.bg-violet-950\/5{
  background-color: rgb(46 16 101 / 0.05);
}

.bg-violet-950\/50{
  background-color: rgb(46 16 101 / 0.5);
}

.bg-violet-950\/55{
  background-color: rgb(46 16 101 / 0.55);
}

.bg-violet-950\/60{
  background-color: rgb(46 16 101 / 0.6);
}

.bg-violet-950\/65{
  background-color: rgb(46 16 101 / 0.65);
}

.bg-violet-950\/70{
  background-color: rgb(46 16 101 / 0.7);
}

.bg-violet-950\/75{
  background-color: rgb(46 16 101 / 0.75);
}

.bg-violet-950\/80{
  background-color: rgb(46 16 101 / 0.8);
}

.bg-violet-950\/85{
  background-color: rgb(46 16 101 / 0.85);
}

.bg-violet-950\/90{
  background-color: rgb(46 16 101 / 0.9);
}

.bg-violet-950\/95{
  background-color: rgb(46 16 101 / 0.95);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}

.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}

.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}

.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-yellow-100\/0{
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10{
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100{
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/15{
  background-color: rgb(254 249 195 / 0.15);
}

.bg-yellow-100\/20{
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25{
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30{
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/35{
  background-color: rgb(254 249 195 / 0.35);
}

.bg-yellow-100\/40{
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/45{
  background-color: rgb(254 249 195 / 0.45);
}

.bg-yellow-100\/5{
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50{
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/55{
  background-color: rgb(254 249 195 / 0.55);
}

.bg-yellow-100\/60{
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/65{
  background-color: rgb(254 249 195 / 0.65);
}

.bg-yellow-100\/70{
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75{
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80{
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85{
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90{
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95{
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-yellow-200\/0{
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10{
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100{
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/15{
  background-color: rgb(254 240 138 / 0.15);
}

.bg-yellow-200\/20{
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25{
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30{
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/35{
  background-color: rgb(254 240 138 / 0.35);
}

.bg-yellow-200\/40{
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/45{
  background-color: rgb(254 240 138 / 0.45);
}

.bg-yellow-200\/5{
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50{
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/55{
  background-color: rgb(254 240 138 / 0.55);
}

.bg-yellow-200\/60{
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/65{
  background-color: rgb(254 240 138 / 0.65);
}

.bg-yellow-200\/70{
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75{
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80{
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/85{
  background-color: rgb(254 240 138 / 0.85);
}

.bg-yellow-200\/90{
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95{
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-yellow-300\/0{
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10{
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100{
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/15{
  background-color: rgb(253 224 71 / 0.15);
}

.bg-yellow-300\/20{
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25{
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30{
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/35{
  background-color: rgb(253 224 71 / 0.35);
}

.bg-yellow-300\/40{
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/45{
  background-color: rgb(253 224 71 / 0.45);
}

.bg-yellow-300\/5{
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50{
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/55{
  background-color: rgb(253 224 71 / 0.55);
}

.bg-yellow-300\/60{
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/65{
  background-color: rgb(253 224 71 / 0.65);
}

.bg-yellow-300\/70{
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75{
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80{
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/85{
  background-color: rgb(253 224 71 / 0.85);
}

.bg-yellow-300\/90{
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95{
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-yellow-400\/0{
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10{
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100{
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15{
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20{
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25{
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30{
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35{
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40{
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45{
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5{
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50{
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55{
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60{
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65{
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70{
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75{
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80{
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85{
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90{
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95{
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-yellow-50\/0{
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10{
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100{
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/15{
  background-color: rgb(254 252 232 / 0.15);
}

.bg-yellow-50\/20{
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25{
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30{
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/35{
  background-color: rgb(254 252 232 / 0.35);
}

.bg-yellow-50\/40{
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/45{
  background-color: rgb(254 252 232 / 0.45);
}

.bg-yellow-50\/5{
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50{
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/55{
  background-color: rgb(254 252 232 / 0.55);
}

.bg-yellow-50\/60{
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/65{
  background-color: rgb(254 252 232 / 0.65);
}

.bg-yellow-50\/70{
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75{
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80{
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/85{
  background-color: rgb(254 252 232 / 0.85);
}

.bg-yellow-50\/90{
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95{
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-yellow-500\/0{
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100{
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/15{
  background-color: rgb(234 179 8 / 0.15);
}

.bg-yellow-500\/20{
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25{
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30{
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/35{
  background-color: rgb(234 179 8 / 0.35);
}

.bg-yellow-500\/40{
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/45{
  background-color: rgb(234 179 8 / 0.45);
}

.bg-yellow-500\/5{
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50{
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/55{
  background-color: rgb(234 179 8 / 0.55);
}

.bg-yellow-500\/60{
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/65{
  background-color: rgb(234 179 8 / 0.65);
}

.bg-yellow-500\/70{
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75{
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80{
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/85{
  background-color: rgb(234 179 8 / 0.85);
}

.bg-yellow-500\/90{
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95{
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.bg-yellow-600\/0{
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10{
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100{
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15{
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20{
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25{
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30{
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35{
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40{
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45{
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5{
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50{
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55{
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60{
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65{
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70{
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75{
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80{
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85{
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90{
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95{
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.bg-yellow-700\/0{
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10{
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100{
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/15{
  background-color: rgb(161 98 7 / 0.15);
}

.bg-yellow-700\/20{
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25{
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30{
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/35{
  background-color: rgb(161 98 7 / 0.35);
}

.bg-yellow-700\/40{
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/45{
  background-color: rgb(161 98 7 / 0.45);
}

.bg-yellow-700\/5{
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50{
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/55{
  background-color: rgb(161 98 7 / 0.55);
}

.bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/65{
  background-color: rgb(161 98 7 / 0.65);
}

.bg-yellow-700\/70{
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75{
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80{
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/85{
  background-color: rgb(161 98 7 / 0.85);
}

.bg-yellow-700\/90{
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95{
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.bg-yellow-800\/0{
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10{
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100{
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/15{
  background-color: rgb(133 77 14 / 0.15);
}

.bg-yellow-800\/20{
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25{
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30{
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/35{
  background-color: rgb(133 77 14 / 0.35);
}

.bg-yellow-800\/40{
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/45{
  background-color: rgb(133 77 14 / 0.45);
}

.bg-yellow-800\/5{
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/55{
  background-color: rgb(133 77 14 / 0.55);
}

.bg-yellow-800\/60{
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/65{
  background-color: rgb(133 77 14 / 0.65);
}

.bg-yellow-800\/70{
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75{
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80{
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/85{
  background-color: rgb(133 77 14 / 0.85);
}

.bg-yellow-800\/90{
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95{
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.bg-yellow-900\/0{
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100{
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/15{
  background-color: rgb(113 63 18 / 0.15);
}

.bg-yellow-900\/20{
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25{
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30{
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/35{
  background-color: rgb(113 63 18 / 0.35);
}

.bg-yellow-900\/40{
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/45{
  background-color: rgb(113 63 18 / 0.45);
}

.bg-yellow-900\/5{
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/55{
  background-color: rgb(113 63 18 / 0.55);
}

.bg-yellow-900\/60{
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/65{
  background-color: rgb(113 63 18 / 0.65);
}

.bg-yellow-900\/70{
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75{
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80{
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/85{
  background-color: rgb(113 63 18 / 0.85);
}

.bg-yellow-900\/90{
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95{
  background-color: rgb(113 63 18 / 0.95);
}

.bg-yellow-950{
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}

.bg-yellow-950\/0{
  background-color: rgb(66 32 6 / 0);
}

.bg-yellow-950\/10{
  background-color: rgb(66 32 6 / 0.1);
}

.bg-yellow-950\/100{
  background-color: rgb(66 32 6 / 1);
}

.bg-yellow-950\/15{
  background-color: rgb(66 32 6 / 0.15);
}

.bg-yellow-950\/20{
  background-color: rgb(66 32 6 / 0.2);
}

.bg-yellow-950\/25{
  background-color: rgb(66 32 6 / 0.25);
}

.bg-yellow-950\/30{
  background-color: rgb(66 32 6 / 0.3);
}

.bg-yellow-950\/35{
  background-color: rgb(66 32 6 / 0.35);
}

.bg-yellow-950\/40{
  background-color: rgb(66 32 6 / 0.4);
}

.bg-yellow-950\/45{
  background-color: rgb(66 32 6 / 0.45);
}

.bg-yellow-950\/5{
  background-color: rgb(66 32 6 / 0.05);
}

.bg-yellow-950\/50{
  background-color: rgb(66 32 6 / 0.5);
}

.bg-yellow-950\/55{
  background-color: rgb(66 32 6 / 0.55);
}

.bg-yellow-950\/60{
  background-color: rgb(66 32 6 / 0.6);
}

.bg-yellow-950\/65{
  background-color: rgb(66 32 6 / 0.65);
}

.bg-yellow-950\/70{
  background-color: rgb(66 32 6 / 0.7);
}

.bg-yellow-950\/75{
  background-color: rgb(66 32 6 / 0.75);
}

.bg-yellow-950\/80{
  background-color: rgb(66 32 6 / 0.8);
}

.bg-yellow-950\/85{
  background-color: rgb(66 32 6 / 0.85);
}

.bg-yellow-950\/90{
  background-color: rgb(66 32 6 / 0.9);
}

.bg-yellow-950\/95{
  background-color: rgb(66 32 6 / 0.95);
}

.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-zinc-100\/0{
  background-color: rgb(244 244 245 / 0);
}

.bg-zinc-100\/10{
  background-color: rgb(244 244 245 / 0.1);
}

.bg-zinc-100\/100{
  background-color: rgb(244 244 245 / 1);
}

.bg-zinc-100\/15{
  background-color: rgb(244 244 245 / 0.15);
}

.bg-zinc-100\/20{
  background-color: rgb(244 244 245 / 0.2);
}

.bg-zinc-100\/25{
  background-color: rgb(244 244 245 / 0.25);
}

.bg-zinc-100\/30{
  background-color: rgb(244 244 245 / 0.3);
}

.bg-zinc-100\/35{
  background-color: rgb(244 244 245 / 0.35);
}

.bg-zinc-100\/40{
  background-color: rgb(244 244 245 / 0.4);
}

.bg-zinc-100\/45{
  background-color: rgb(244 244 245 / 0.45);
}

.bg-zinc-100\/5{
  background-color: rgb(244 244 245 / 0.05);
}

.bg-zinc-100\/50{
  background-color: rgb(244 244 245 / 0.5);
}

.bg-zinc-100\/55{
  background-color: rgb(244 244 245 / 0.55);
}

.bg-zinc-100\/60{
  background-color: rgb(244 244 245 / 0.6);
}

.bg-zinc-100\/65{
  background-color: rgb(244 244 245 / 0.65);
}

.bg-zinc-100\/70{
  background-color: rgb(244 244 245 / 0.7);
}

.bg-zinc-100\/75{
  background-color: rgb(244 244 245 / 0.75);
}

.bg-zinc-100\/80{
  background-color: rgb(244 244 245 / 0.8);
}

.bg-zinc-100\/85{
  background-color: rgb(244 244 245 / 0.85);
}

.bg-zinc-100\/90{
  background-color: rgb(244 244 245 / 0.9);
}

.bg-zinc-100\/95{
  background-color: rgb(244 244 245 / 0.95);
}

.bg-zinc-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.bg-zinc-200\/0{
  background-color: rgb(228 228 231 / 0);
}

.bg-zinc-200\/10{
  background-color: rgb(228 228 231 / 0.1);
}

.bg-zinc-200\/100{
  background-color: rgb(228 228 231 / 1);
}

.bg-zinc-200\/15{
  background-color: rgb(228 228 231 / 0.15);
}

.bg-zinc-200\/20{
  background-color: rgb(228 228 231 / 0.2);
}

.bg-zinc-200\/25{
  background-color: rgb(228 228 231 / 0.25);
}

.bg-zinc-200\/30{
  background-color: rgb(228 228 231 / 0.3);
}

.bg-zinc-200\/35{
  background-color: rgb(228 228 231 / 0.35);
}

.bg-zinc-200\/40{
  background-color: rgb(228 228 231 / 0.4);
}

.bg-zinc-200\/45{
  background-color: rgb(228 228 231 / 0.45);
}

.bg-zinc-200\/5{
  background-color: rgb(228 228 231 / 0.05);
}

.bg-zinc-200\/50{
  background-color: rgb(228 228 231 / 0.5);
}

.bg-zinc-200\/55{
  background-color: rgb(228 228 231 / 0.55);
}

.bg-zinc-200\/60{
  background-color: rgb(228 228 231 / 0.6);
}

.bg-zinc-200\/65{
  background-color: rgb(228 228 231 / 0.65);
}

.bg-zinc-200\/70{
  background-color: rgb(228 228 231 / 0.7);
}

.bg-zinc-200\/75{
  background-color: rgb(228 228 231 / 0.75);
}

.bg-zinc-200\/80{
  background-color: rgb(228 228 231 / 0.8);
}

.bg-zinc-200\/85{
  background-color: rgb(228 228 231 / 0.85);
}

.bg-zinc-200\/90{
  background-color: rgb(228 228 231 / 0.9);
}

.bg-zinc-200\/95{
  background-color: rgb(228 228 231 / 0.95);
}

.bg-zinc-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.bg-zinc-300\/0{
  background-color: rgb(212 212 216 / 0);
}

.bg-zinc-300\/10{
  background-color: rgb(212 212 216 / 0.1);
}

.bg-zinc-300\/100{
  background-color: rgb(212 212 216 / 1);
}

.bg-zinc-300\/15{
  background-color: rgb(212 212 216 / 0.15);
}

.bg-zinc-300\/20{
  background-color: rgb(212 212 216 / 0.2);
}

.bg-zinc-300\/25{
  background-color: rgb(212 212 216 / 0.25);
}

.bg-zinc-300\/30{
  background-color: rgb(212 212 216 / 0.3);
}

.bg-zinc-300\/35{
  background-color: rgb(212 212 216 / 0.35);
}

.bg-zinc-300\/40{
  background-color: rgb(212 212 216 / 0.4);
}

.bg-zinc-300\/45{
  background-color: rgb(212 212 216 / 0.45);
}

.bg-zinc-300\/5{
  background-color: rgb(212 212 216 / 0.05);
}

.bg-zinc-300\/50{
  background-color: rgb(212 212 216 / 0.5);
}

.bg-zinc-300\/55{
  background-color: rgb(212 212 216 / 0.55);
}

.bg-zinc-300\/60{
  background-color: rgb(212 212 216 / 0.6);
}

.bg-zinc-300\/65{
  background-color: rgb(212 212 216 / 0.65);
}

.bg-zinc-300\/70{
  background-color: rgb(212 212 216 / 0.7);
}

.bg-zinc-300\/75{
  background-color: rgb(212 212 216 / 0.75);
}

.bg-zinc-300\/80{
  background-color: rgb(212 212 216 / 0.8);
}

.bg-zinc-300\/85{
  background-color: rgb(212 212 216 / 0.85);
}

.bg-zinc-300\/90{
  background-color: rgb(212 212 216 / 0.9);
}

.bg-zinc-300\/95{
  background-color: rgb(212 212 216 / 0.95);
}

.bg-zinc-400{
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}

.bg-zinc-400\/0{
  background-color: rgb(161 161 170 / 0);
}

.bg-zinc-400\/10{
  background-color: rgb(161 161 170 / 0.1);
}

.bg-zinc-400\/100{
  background-color: rgb(161 161 170 / 1);
}

.bg-zinc-400\/15{
  background-color: rgb(161 161 170 / 0.15);
}

.bg-zinc-400\/20{
  background-color: rgb(161 161 170 / 0.2);
}

.bg-zinc-400\/25{
  background-color: rgb(161 161 170 / 0.25);
}

.bg-zinc-400\/30{
  background-color: rgb(161 161 170 / 0.3);
}

.bg-zinc-400\/35{
  background-color: rgb(161 161 170 / 0.35);
}

.bg-zinc-400\/40{
  background-color: rgb(161 161 170 / 0.4);
}

.bg-zinc-400\/45{
  background-color: rgb(161 161 170 / 0.45);
}

.bg-zinc-400\/5{
  background-color: rgb(161 161 170 / 0.05);
}

.bg-zinc-400\/50{
  background-color: rgb(161 161 170 / 0.5);
}

.bg-zinc-400\/55{
  background-color: rgb(161 161 170 / 0.55);
}

.bg-zinc-400\/60{
  background-color: rgb(161 161 170 / 0.6);
}

.bg-zinc-400\/65{
  background-color: rgb(161 161 170 / 0.65);
}

.bg-zinc-400\/70{
  background-color: rgb(161 161 170 / 0.7);
}

.bg-zinc-400\/75{
  background-color: rgb(161 161 170 / 0.75);
}

.bg-zinc-400\/80{
  background-color: rgb(161 161 170 / 0.8);
}

.bg-zinc-400\/85{
  background-color: rgb(161 161 170 / 0.85);
}

.bg-zinc-400\/90{
  background-color: rgb(161 161 170 / 0.9);
}

.bg-zinc-400\/95{
  background-color: rgb(161 161 170 / 0.95);
}

.bg-zinc-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-zinc-50\/0{
  background-color: rgb(250 250 250 / 0);
}

.bg-zinc-50\/10{
  background-color: rgb(250 250 250 / 0.1);
}

.bg-zinc-50\/100{
  background-color: rgb(250 250 250 / 1);
}

.bg-zinc-50\/15{
  background-color: rgb(250 250 250 / 0.15);
}

.bg-zinc-50\/20{
  background-color: rgb(250 250 250 / 0.2);
}

.bg-zinc-50\/25{
  background-color: rgb(250 250 250 / 0.25);
}

.bg-zinc-50\/30{
  background-color: rgb(250 250 250 / 0.3);
}

.bg-zinc-50\/35{
  background-color: rgb(250 250 250 / 0.35);
}

.bg-zinc-50\/40{
  background-color: rgb(250 250 250 / 0.4);
}

.bg-zinc-50\/45{
  background-color: rgb(250 250 250 / 0.45);
}

.bg-zinc-50\/5{
  background-color: rgb(250 250 250 / 0.05);
}

.bg-zinc-50\/50{
  background-color: rgb(250 250 250 / 0.5);
}

.bg-zinc-50\/55{
  background-color: rgb(250 250 250 / 0.55);
}

.bg-zinc-50\/60{
  background-color: rgb(250 250 250 / 0.6);
}

.bg-zinc-50\/65{
  background-color: rgb(250 250 250 / 0.65);
}

.bg-zinc-50\/70{
  background-color: rgb(250 250 250 / 0.7);
}

.bg-zinc-50\/75{
  background-color: rgb(250 250 250 / 0.75);
}

.bg-zinc-50\/80{
  background-color: rgb(250 250 250 / 0.8);
}

.bg-zinc-50\/85{
  background-color: rgb(250 250 250 / 0.85);
}

.bg-zinc-50\/90{
  background-color: rgb(250 250 250 / 0.9);
}

.bg-zinc-50\/95{
  background-color: rgb(250 250 250 / 0.95);
}

.bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.bg-zinc-500\/0{
  background-color: rgb(113 113 122 / 0);
}

.bg-zinc-500\/10{
  background-color: rgb(113 113 122 / 0.1);
}

.bg-zinc-500\/100{
  background-color: rgb(113 113 122 / 1);
}

.bg-zinc-500\/15{
  background-color: rgb(113 113 122 / 0.15);
}

.bg-zinc-500\/20{
  background-color: rgb(113 113 122 / 0.2);
}

.bg-zinc-500\/25{
  background-color: rgb(113 113 122 / 0.25);
}

.bg-zinc-500\/30{
  background-color: rgb(113 113 122 / 0.3);
}

.bg-zinc-500\/35{
  background-color: rgb(113 113 122 / 0.35);
}

.bg-zinc-500\/40{
  background-color: rgb(113 113 122 / 0.4);
}

.bg-zinc-500\/45{
  background-color: rgb(113 113 122 / 0.45);
}

.bg-zinc-500\/5{
  background-color: rgb(113 113 122 / 0.05);
}

.bg-zinc-500\/50{
  background-color: rgb(113 113 122 / 0.5);
}

.bg-zinc-500\/55{
  background-color: rgb(113 113 122 / 0.55);
}

.bg-zinc-500\/60{
  background-color: rgb(113 113 122 / 0.6);
}

.bg-zinc-500\/65{
  background-color: rgb(113 113 122 / 0.65);
}

.bg-zinc-500\/70{
  background-color: rgb(113 113 122 / 0.7);
}

.bg-zinc-500\/75{
  background-color: rgb(113 113 122 / 0.75);
}

.bg-zinc-500\/80{
  background-color: rgb(113 113 122 / 0.8);
}

.bg-zinc-500\/85{
  background-color: rgb(113 113 122 / 0.85);
}

.bg-zinc-500\/90{
  background-color: rgb(113 113 122 / 0.9);
}

.bg-zinc-500\/95{
  background-color: rgb(113 113 122 / 0.95);
}

.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

.bg-zinc-600\/0{
  background-color: rgb(82 82 91 / 0);
}

.bg-zinc-600\/10{
  background-color: rgb(82 82 91 / 0.1);
}

.bg-zinc-600\/100{
  background-color: rgb(82 82 91 / 1);
}

.bg-zinc-600\/15{
  background-color: rgb(82 82 91 / 0.15);
}

.bg-zinc-600\/20{
  background-color: rgb(82 82 91 / 0.2);
}

.bg-zinc-600\/25{
  background-color: rgb(82 82 91 / 0.25);
}

.bg-zinc-600\/30{
  background-color: rgb(82 82 91 / 0.3);
}

.bg-zinc-600\/35{
  background-color: rgb(82 82 91 / 0.35);
}

.bg-zinc-600\/40{
  background-color: rgb(82 82 91 / 0.4);
}

.bg-zinc-600\/45{
  background-color: rgb(82 82 91 / 0.45);
}

.bg-zinc-600\/5{
  background-color: rgb(82 82 91 / 0.05);
}

.bg-zinc-600\/50{
  background-color: rgb(82 82 91 / 0.5);
}

.bg-zinc-600\/55{
  background-color: rgb(82 82 91 / 0.55);
}

.bg-zinc-600\/60{
  background-color: rgb(82 82 91 / 0.6);
}

.bg-zinc-600\/65{
  background-color: rgb(82 82 91 / 0.65);
}

.bg-zinc-600\/70{
  background-color: rgb(82 82 91 / 0.7);
}

.bg-zinc-600\/75{
  background-color: rgb(82 82 91 / 0.75);
}

.bg-zinc-600\/80{
  background-color: rgb(82 82 91 / 0.8);
}

.bg-zinc-600\/85{
  background-color: rgb(82 82 91 / 0.85);
}

.bg-zinc-600\/90{
  background-color: rgb(82 82 91 / 0.9);
}

.bg-zinc-600\/95{
  background-color: rgb(82 82 91 / 0.95);
}

.bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.bg-zinc-700\/0{
  background-color: rgb(63 63 70 / 0);
}

.bg-zinc-700\/10{
  background-color: rgb(63 63 70 / 0.1);
}

.bg-zinc-700\/100{
  background-color: rgb(63 63 70 / 1);
}

.bg-zinc-700\/15{
  background-color: rgb(63 63 70 / 0.15);
}

.bg-zinc-700\/20{
  background-color: rgb(63 63 70 / 0.2);
}

.bg-zinc-700\/25{
  background-color: rgb(63 63 70 / 0.25);
}

.bg-zinc-700\/30{
  background-color: rgb(63 63 70 / 0.3);
}

.bg-zinc-700\/35{
  background-color: rgb(63 63 70 / 0.35);
}

.bg-zinc-700\/40{
  background-color: rgb(63 63 70 / 0.4);
}

.bg-zinc-700\/45{
  background-color: rgb(63 63 70 / 0.45);
}

.bg-zinc-700\/5{
  background-color: rgb(63 63 70 / 0.05);
}

.bg-zinc-700\/50{
  background-color: rgb(63 63 70 / 0.5);
}

.bg-zinc-700\/55{
  background-color: rgb(63 63 70 / 0.55);
}

.bg-zinc-700\/60{
  background-color: rgb(63 63 70 / 0.6);
}

.bg-zinc-700\/65{
  background-color: rgb(63 63 70 / 0.65);
}

.bg-zinc-700\/70{
  background-color: rgb(63 63 70 / 0.7);
}

.bg-zinc-700\/75{
  background-color: rgb(63 63 70 / 0.75);
}

.bg-zinc-700\/80{
  background-color: rgb(63 63 70 / 0.8);
}

.bg-zinc-700\/85{
  background-color: rgb(63 63 70 / 0.85);
}

.bg-zinc-700\/90{
  background-color: rgb(63 63 70 / 0.9);
}

.bg-zinc-700\/95{
  background-color: rgb(63 63 70 / 0.95);
}

.bg-zinc-800{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.bg-zinc-800\/0{
  background-color: rgb(39 39 42 / 0);
}

.bg-zinc-800\/10{
  background-color: rgb(39 39 42 / 0.1);
}

.bg-zinc-800\/100{
  background-color: rgb(39 39 42 / 1);
}

.bg-zinc-800\/15{
  background-color: rgb(39 39 42 / 0.15);
}

.bg-zinc-800\/20{
  background-color: rgb(39 39 42 / 0.2);
}

.bg-zinc-800\/25{
  background-color: rgb(39 39 42 / 0.25);
}

.bg-zinc-800\/30{
  background-color: rgb(39 39 42 / 0.3);
}

.bg-zinc-800\/35{
  background-color: rgb(39 39 42 / 0.35);
}

.bg-zinc-800\/40{
  background-color: rgb(39 39 42 / 0.4);
}

.bg-zinc-800\/45{
  background-color: rgb(39 39 42 / 0.45);
}

.bg-zinc-800\/5{
  background-color: rgb(39 39 42 / 0.05);
}

.bg-zinc-800\/50{
  background-color: rgb(39 39 42 / 0.5);
}

.bg-zinc-800\/55{
  background-color: rgb(39 39 42 / 0.55);
}

.bg-zinc-800\/60{
  background-color: rgb(39 39 42 / 0.6);
}

.bg-zinc-800\/65{
  background-color: rgb(39 39 42 / 0.65);
}

.bg-zinc-800\/70{
  background-color: rgb(39 39 42 / 0.7);
}

.bg-zinc-800\/75{
  background-color: rgb(39 39 42 / 0.75);
}

.bg-zinc-800\/80{
  background-color: rgb(39 39 42 / 0.8);
}

.bg-zinc-800\/85{
  background-color: rgb(39 39 42 / 0.85);
}

.bg-zinc-800\/90{
  background-color: rgb(39 39 42 / 0.9);
}

.bg-zinc-800\/95{
  background-color: rgb(39 39 42 / 0.95);
}

.bg-zinc-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.bg-zinc-900\/0{
  background-color: rgb(24 24 27 / 0);
}

.bg-zinc-900\/10{
  background-color: rgb(24 24 27 / 0.1);
}

.bg-zinc-900\/100{
  background-color: rgb(24 24 27 / 1);
}

.bg-zinc-900\/15{
  background-color: rgb(24 24 27 / 0.15);
}

.bg-zinc-900\/20{
  background-color: rgb(24 24 27 / 0.2);
}

.bg-zinc-900\/25{
  background-color: rgb(24 24 27 / 0.25);
}

.bg-zinc-900\/30{
  background-color: rgb(24 24 27 / 0.3);
}

.bg-zinc-900\/35{
  background-color: rgb(24 24 27 / 0.35);
}

.bg-zinc-900\/40{
  background-color: rgb(24 24 27 / 0.4);
}

.bg-zinc-900\/45{
  background-color: rgb(24 24 27 / 0.45);
}

.bg-zinc-900\/5{
  background-color: rgb(24 24 27 / 0.05);
}

.bg-zinc-900\/50{
  background-color: rgb(24 24 27 / 0.5);
}

.bg-zinc-900\/55{
  background-color: rgb(24 24 27 / 0.55);
}

.bg-zinc-900\/60{
  background-color: rgb(24 24 27 / 0.6);
}

.bg-zinc-900\/65{
  background-color: rgb(24 24 27 / 0.65);
}

.bg-zinc-900\/70{
  background-color: rgb(24 24 27 / 0.7);
}

.bg-zinc-900\/75{
  background-color: rgb(24 24 27 / 0.75);
}

.bg-zinc-900\/80{
  background-color: rgb(24 24 27 / 0.8);
}

.bg-zinc-900\/85{
  background-color: rgb(24 24 27 / 0.85);
}

.bg-zinc-900\/90{
  background-color: rgb(24 24 27 / 0.9);
}

.bg-zinc-900\/95{
  background-color: rgb(24 24 27 / 0.95);
}

.bg-zinc-950{
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}

.bg-zinc-950\/0{
  background-color: rgb(9 9 11 / 0);
}

.bg-zinc-950\/10{
  background-color: rgb(9 9 11 / 0.1);
}

.bg-zinc-950\/100{
  background-color: rgb(9 9 11 / 1);
}

.bg-zinc-950\/15{
  background-color: rgb(9 9 11 / 0.15);
}

.bg-zinc-950\/20{
  background-color: rgb(9 9 11 / 0.2);
}

.bg-zinc-950\/25{
  background-color: rgb(9 9 11 / 0.25);
}

.bg-zinc-950\/30{
  background-color: rgb(9 9 11 / 0.3);
}

.bg-zinc-950\/35{
  background-color: rgb(9 9 11 / 0.35);
}

.bg-zinc-950\/40{
  background-color: rgb(9 9 11 / 0.4);
}

.bg-zinc-950\/45{
  background-color: rgb(9 9 11 / 0.45);
}

.bg-zinc-950\/5{
  background-color: rgb(9 9 11 / 0.05);
}

.bg-zinc-950\/50{
  background-color: rgb(9 9 11 / 0.5);
}

.bg-zinc-950\/55{
  background-color: rgb(9 9 11 / 0.55);
}

.bg-zinc-950\/60{
  background-color: rgb(9 9 11 / 0.6);
}

.bg-zinc-950\/65{
  background-color: rgb(9 9 11 / 0.65);
}

.bg-zinc-950\/70{
  background-color: rgb(9 9 11 / 0.7);
}

.bg-zinc-950\/75{
  background-color: rgb(9 9 11 / 0.75);
}

.bg-zinc-950\/80{
  background-color: rgb(9 9 11 / 0.8);
}

.bg-zinc-950\/85{
  background-color: rgb(9 9 11 / 0.85);
}

.bg-zinc-950\/90{
  background-color: rgb(9 9 11 / 0.9);
}

.bg-zinc-950\/95{
  background-color: rgb(9 9 11 / 0.95);
}

.bg-opacity-0{
  --tw-bg-opacity: 0;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-35{
  --tw-bg-opacity: 0.35;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-65{
  --tw-bg-opacity: 0.65;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-brand-gradient{
  background-image: linear-gradient(to right, #5546C0, #3DD1F6);
}

.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-\[\#5546C0\]{
  --tw-gradient-from: #5546C0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(85 70 192 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary{
  --tw-gradient-from: #5546C0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(85 70 192 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-quaternary{
  --tw-gradient-from: #3DD1F6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 209 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-quinary{
  --tw-gradient-from: #8896F4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 150 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-tertiary{
  --tw-gradient-from: #1689FC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 137 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#3DD1F6\]{
  --tw-gradient-to: #3DD1F6 var(--tw-gradient-to-position);
}

.to-quaternary{
  --tw-gradient-to: #3DD1F6 var(--tw-gradient-to-position);
}

.to-quinary{
  --tw-gradient-to: #8896F4 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;
}

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

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

.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-16{
  padding: 4rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.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-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

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

.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-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

.pb-1{
  padding-bottom: 0.25rem;
}

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

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

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

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

.pl-8{
  padding-left: 2rem;
}

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

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

.pr-12{
  padding-right: 3rem;
}

.pr-2{
  padding-right: 0.5rem;
}

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

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pt-1{
  padding-top: 0.25rem;
}

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

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

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

.align-text-bottom{
  vertical-align: text-bottom;
}

.font-arial{
  font-family: Arial;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-times{
  font-family: Times New Roman;
}

.text-10px{
  font-size: 10px;
}

.text-11px{
  font-size: 11px;
}

.text-12px{
  font-size: 12px;
}

.text-13px{
  font-size: 13px;
}

.text-14px{
  font-size: 14px;
}

.text-15px{
  font-size: 15px;
}

.text-16px{
  font-size: 16px;
}

.text-17px{
  font-size: 17px;
}

.text-18px{
  font-size: 18px;
}

.text-19px{
  font-size: 19px;
}

.text-20px{
  font-size: 20px;
}

.text-21px{
  font-size: 21px;
}

.text-22px{
  font-size: 22px;
}

.text-23px{
  font-size: 23px;
}

.text-24px{
  font-size: 24px;
}

.text-25px{
  font-size: 25px;
}

.text-26px{
  font-size: 26px;
}

.text-27px{
  font-size: 27px;
}

.text-28px{
  font-size: 28px;
}

.text-29px{
  font-size: 29px;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-30px{
  font-size: 30px;
}

.text-31px{
  font-size: 31px;
}

.text-32px{
  font-size: 32px;
}

.text-33px{
  font-size: 33px;
}

.text-34px{
  font-size: 34px;
}

.text-35px{
  font-size: 35px;
}

.text-36px{
  font-size: 36px;
}

.text-37px{
  font-size: 37px;
}

.text-38px{
  font-size: 38px;
}

.text-39px{
  font-size: 39px;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-40px{
  font-size: 40px;
}

.text-41px{
  font-size: 41px;
}

.text-42px{
  font-size: 42px;
}

.text-43px{
  font-size: 43px;
}

.text-44px{
  font-size: 44px;
}

.text-45px{
  font-size: 45px;
}

.text-46px{
  font-size: 46px;
}

.text-47px{
  font-size: 47px;
}

.text-48px{
  font-size: 48px;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-8px{
  font-size: 8px;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-9px{
  font-size: 9px;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.text-\[0\.575rem\]{
  font-size: 0.575rem;
}

.text-\[0\.8rem\]{
  font-size: 0.8rem;
}

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

.text-\[1rem\]{
  font-size: 1rem;
}

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

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

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

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.leading-3{
  line-height: .75rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-9{
  line-height: 2.25rem;
}

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

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#5546C0\]{
  --tw-text-opacity: 1;
  color: rgb(85 70 192 / var(--tw-text-opacity));
}

.text-\[\#8896F4\]{
  --tw-text-opacity: 1;
  color: rgb(136 150 244 / var(--tw-text-opacity));
}

.text-\[\#8D93A7\]{
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.text-accent{
  --tw-text-opacity: 1;
  color: rgb(70 109 148 / var(--tw-text-opacity));
}

.text-accent\/0{
  color: rgb(70 109 148 / 0);
}

.text-accent\/10{
  color: rgb(70 109 148 / 0.1);
}

.text-accent\/100{
  color: rgb(70 109 148 / 1);
}

.text-accent\/15{
  color: rgb(70 109 148 / 0.15);
}

.text-accent\/20{
  color: rgb(70 109 148 / 0.2);
}

.text-accent\/25{
  color: rgb(70 109 148 / 0.25);
}

.text-accent\/30{
  color: rgb(70 109 148 / 0.3);
}

.text-accent\/35{
  color: rgb(70 109 148 / 0.35);
}

.text-accent\/40{
  color: rgb(70 109 148 / 0.4);
}

.text-accent\/45{
  color: rgb(70 109 148 / 0.45);
}

.text-accent\/5{
  color: rgb(70 109 148 / 0.05);
}

.text-accent\/50{
  color: rgb(70 109 148 / 0.5);
}

.text-accent\/55{
  color: rgb(70 109 148 / 0.55);
}

.text-accent\/60{
  color: rgb(70 109 148 / 0.6);
}

.text-accent\/65{
  color: rgb(70 109 148 / 0.65);
}

.text-accent\/70{
  color: rgb(70 109 148 / 0.7);
}

.text-accent\/75{
  color: rgb(70 109 148 / 0.75);
}

.text-accent\/80{
  color: rgb(70 109 148 / 0.8);
}

.text-accent\/85{
  color: rgb(70 109 148 / 0.85);
}

.text-accent\/90{
  color: rgb(70 109 148 / 0.9);
}

.text-accent\/95{
  color: rgb(70 109 148 / 0.95);
}

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

.text-amber-100\/0{
  color: rgb(254 243 199 / 0);
}

.text-amber-100\/10{
  color: rgb(254 243 199 / 0.1);
}

.text-amber-100\/100{
  color: rgb(254 243 199 / 1);
}

.text-amber-100\/15{
  color: rgb(254 243 199 / 0.15);
}

.text-amber-100\/20{
  color: rgb(254 243 199 / 0.2);
}

.text-amber-100\/25{
  color: rgb(254 243 199 / 0.25);
}

.text-amber-100\/30{
  color: rgb(254 243 199 / 0.3);
}

.text-amber-100\/35{
  color: rgb(254 243 199 / 0.35);
}

.text-amber-100\/40{
  color: rgb(254 243 199 / 0.4);
}

.text-amber-100\/45{
  color: rgb(254 243 199 / 0.45);
}

.text-amber-100\/5{
  color: rgb(254 243 199 / 0.05);
}

.text-amber-100\/50{
  color: rgb(254 243 199 / 0.5);
}

.text-amber-100\/55{
  color: rgb(254 243 199 / 0.55);
}

.text-amber-100\/60{
  color: rgb(254 243 199 / 0.6);
}

.text-amber-100\/65{
  color: rgb(254 243 199 / 0.65);
}

.text-amber-100\/70{
  color: rgb(254 243 199 / 0.7);
}

.text-amber-100\/75{
  color: rgb(254 243 199 / 0.75);
}

.text-amber-100\/80{
  color: rgb(254 243 199 / 0.8);
}

.text-amber-100\/85{
  color: rgb(254 243 199 / 0.85);
}

.text-amber-100\/90{
  color: rgb(254 243 199 / 0.9);
}

.text-amber-100\/95{
  color: rgb(254 243 199 / 0.95);
}

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

.text-amber-200\/0{
  color: rgb(253 230 138 / 0);
}

.text-amber-200\/10{
  color: rgb(253 230 138 / 0.1);
}

.text-amber-200\/100{
  color: rgb(253 230 138 / 1);
}

.text-amber-200\/15{
  color: rgb(253 230 138 / 0.15);
}

.text-amber-200\/20{
  color: rgb(253 230 138 / 0.2);
}

.text-amber-200\/25{
  color: rgb(253 230 138 / 0.25);
}

.text-amber-200\/30{
  color: rgb(253 230 138 / 0.3);
}

.text-amber-200\/35{
  color: rgb(253 230 138 / 0.35);
}

.text-amber-200\/40{
  color: rgb(253 230 138 / 0.4);
}

.text-amber-200\/45{
  color: rgb(253 230 138 / 0.45);
}

.text-amber-200\/5{
  color: rgb(253 230 138 / 0.05);
}

.text-amber-200\/50{
  color: rgb(253 230 138 / 0.5);
}

.text-amber-200\/55{
  color: rgb(253 230 138 / 0.55);
}

.text-amber-200\/60{
  color: rgb(253 230 138 / 0.6);
}

.text-amber-200\/65{
  color: rgb(253 230 138 / 0.65);
}

.text-amber-200\/70{
  color: rgb(253 230 138 / 0.7);
}

.text-amber-200\/75{
  color: rgb(253 230 138 / 0.75);
}

.text-amber-200\/80{
  color: rgb(253 230 138 / 0.8);
}

.text-amber-200\/85{
  color: rgb(253 230 138 / 0.85);
}

.text-amber-200\/90{
  color: rgb(253 230 138 / 0.9);
}

.text-amber-200\/95{
  color: rgb(253 230 138 / 0.95);
}

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

.text-amber-300\/0{
  color: rgb(252 211 77 / 0);
}

.text-amber-300\/10{
  color: rgb(252 211 77 / 0.1);
}

.text-amber-300\/100{
  color: rgb(252 211 77 / 1);
}

.text-amber-300\/15{
  color: rgb(252 211 77 / 0.15);
}

.text-amber-300\/20{
  color: rgb(252 211 77 / 0.2);
}

.text-amber-300\/25{
  color: rgb(252 211 77 / 0.25);
}

.text-amber-300\/30{
  color: rgb(252 211 77 / 0.3);
}

.text-amber-300\/35{
  color: rgb(252 211 77 / 0.35);
}

.text-amber-300\/40{
  color: rgb(252 211 77 / 0.4);
}

.text-amber-300\/45{
  color: rgb(252 211 77 / 0.45);
}

.text-amber-300\/5{
  color: rgb(252 211 77 / 0.05);
}

.text-amber-300\/50{
  color: rgb(252 211 77 / 0.5);
}

.text-amber-300\/55{
  color: rgb(252 211 77 / 0.55);
}

.text-amber-300\/60{
  color: rgb(252 211 77 / 0.6);
}

.text-amber-300\/65{
  color: rgb(252 211 77 / 0.65);
}

.text-amber-300\/70{
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/75{
  color: rgb(252 211 77 / 0.75);
}

.text-amber-300\/80{
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/85{
  color: rgb(252 211 77 / 0.85);
}

.text-amber-300\/90{
  color: rgb(252 211 77 / 0.9);
}

.text-amber-300\/95{
  color: rgb(252 211 77 / 0.95);
}

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

.text-amber-400\/0{
  color: rgb(251 191 36 / 0);
}

.text-amber-400\/10{
  color: rgb(251 191 36 / 0.1);
}

.text-amber-400\/100{
  color: rgb(251 191 36 / 1);
}

.text-amber-400\/15{
  color: rgb(251 191 36 / 0.15);
}

.text-amber-400\/20{
  color: rgb(251 191 36 / 0.2);
}

.text-amber-400\/25{
  color: rgb(251 191 36 / 0.25);
}

.text-amber-400\/30{
  color: rgb(251 191 36 / 0.3);
}

.text-amber-400\/35{
  color: rgb(251 191 36 / 0.35);
}

.text-amber-400\/40{
  color: rgb(251 191 36 / 0.4);
}

.text-amber-400\/45{
  color: rgb(251 191 36 / 0.45);
}

.text-amber-400\/5{
  color: rgb(251 191 36 / 0.05);
}

.text-amber-400\/50{
  color: rgb(251 191 36 / 0.5);
}

.text-amber-400\/55{
  color: rgb(251 191 36 / 0.55);
}

.text-amber-400\/60{
  color: rgb(251 191 36 / 0.6);
}

.text-amber-400\/65{
  color: rgb(251 191 36 / 0.65);
}

.text-amber-400\/70{
  color: rgb(251 191 36 / 0.7);
}

.text-amber-400\/75{
  color: rgb(251 191 36 / 0.75);
}

.text-amber-400\/80{
  color: rgb(251 191 36 / 0.8);
}

.text-amber-400\/85{
  color: rgb(251 191 36 / 0.85);
}

.text-amber-400\/90{
  color: rgb(251 191 36 / 0.9);
}

.text-amber-400\/95{
  color: rgb(251 191 36 / 0.95);
}

.text-amber-50{
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}

.text-amber-50\/0{
  color: rgb(255 251 235 / 0);
}

.text-amber-50\/10{
  color: rgb(255 251 235 / 0.1);
}

.text-amber-50\/100{
  color: rgb(255 251 235 / 1);
}

.text-amber-50\/15{
  color: rgb(255 251 235 / 0.15);
}

.text-amber-50\/20{
  color: rgb(255 251 235 / 0.2);
}

.text-amber-50\/25{
  color: rgb(255 251 235 / 0.25);
}

.text-amber-50\/30{
  color: rgb(255 251 235 / 0.3);
}

.text-amber-50\/35{
  color: rgb(255 251 235 / 0.35);
}

.text-amber-50\/40{
  color: rgb(255 251 235 / 0.4);
}

.text-amber-50\/45{
  color: rgb(255 251 235 / 0.45);
}

.text-amber-50\/5{
  color: rgb(255 251 235 / 0.05);
}

.text-amber-50\/50{
  color: rgb(255 251 235 / 0.5);
}

.text-amber-50\/55{
  color: rgb(255 251 235 / 0.55);
}

.text-amber-50\/60{
  color: rgb(255 251 235 / 0.6);
}

.text-amber-50\/65{
  color: rgb(255 251 235 / 0.65);
}

.text-amber-50\/70{
  color: rgb(255 251 235 / 0.7);
}

.text-amber-50\/75{
  color: rgb(255 251 235 / 0.75);
}

.text-amber-50\/80{
  color: rgb(255 251 235 / 0.8);
}

.text-amber-50\/85{
  color: rgb(255 251 235 / 0.85);
}

.text-amber-50\/90{
  color: rgb(255 251 235 / 0.9);
}

.text-amber-50\/95{
  color: rgb(255 251 235 / 0.95);
}

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

.text-amber-500\/0{
  color: rgb(245 158 11 / 0);
}

.text-amber-500\/10{
  color: rgb(245 158 11 / 0.1);
}

.text-amber-500\/100{
  color: rgb(245 158 11 / 1);
}

.text-amber-500\/15{
  color: rgb(245 158 11 / 0.15);
}

.text-amber-500\/20{
  color: rgb(245 158 11 / 0.2);
}

.text-amber-500\/25{
  color: rgb(245 158 11 / 0.25);
}

.text-amber-500\/30{
  color: rgb(245 158 11 / 0.3);
}

.text-amber-500\/35{
  color: rgb(245 158 11 / 0.35);
}

.text-amber-500\/40{
  color: rgb(245 158 11 / 0.4);
}

.text-amber-500\/45{
  color: rgb(245 158 11 / 0.45);
}

.text-amber-500\/5{
  color: rgb(245 158 11 / 0.05);
}

.text-amber-500\/50{
  color: rgb(245 158 11 / 0.5);
}

.text-amber-500\/55{
  color: rgb(245 158 11 / 0.55);
}

.text-amber-500\/60{
  color: rgb(245 158 11 / 0.6);
}

.text-amber-500\/65{
  color: rgb(245 158 11 / 0.65);
}

.text-amber-500\/70{
  color: rgb(245 158 11 / 0.7);
}

.text-amber-500\/75{
  color: rgb(245 158 11 / 0.75);
}

.text-amber-500\/80{
  color: rgb(245 158 11 / 0.8);
}

.text-amber-500\/85{
  color: rgb(245 158 11 / 0.85);
}

.text-amber-500\/90{
  color: rgb(245 158 11 / 0.9);
}

.text-amber-500\/95{
  color: rgb(245 158 11 / 0.95);
}

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

.text-amber-600\/0{
  color: rgb(217 119 6 / 0);
}

.text-amber-600\/10{
  color: rgb(217 119 6 / 0.1);
}

.text-amber-600\/100{
  color: rgb(217 119 6 / 1);
}

.text-amber-600\/15{
  color: rgb(217 119 6 / 0.15);
}

.text-amber-600\/20{
  color: rgb(217 119 6 / 0.2);
}

.text-amber-600\/25{
  color: rgb(217 119 6 / 0.25);
}

.text-amber-600\/30{
  color: rgb(217 119 6 / 0.3);
}

.text-amber-600\/35{
  color: rgb(217 119 6 / 0.35);
}

.text-amber-600\/40{
  color: rgb(217 119 6 / 0.4);
}

.text-amber-600\/45{
  color: rgb(217 119 6 / 0.45);
}

.text-amber-600\/5{
  color: rgb(217 119 6 / 0.05);
}

.text-amber-600\/50{
  color: rgb(217 119 6 / 0.5);
}

.text-amber-600\/55{
  color: rgb(217 119 6 / 0.55);
}

.text-amber-600\/60{
  color: rgb(217 119 6 / 0.6);
}

.text-amber-600\/65{
  color: rgb(217 119 6 / 0.65);
}

.text-amber-600\/70{
  color: rgb(217 119 6 / 0.7);
}

.text-amber-600\/75{
  color: rgb(217 119 6 / 0.75);
}

.text-amber-600\/80{
  color: rgb(217 119 6 / 0.8);
}

.text-amber-600\/85{
  color: rgb(217 119 6 / 0.85);
}

.text-amber-600\/90{
  color: rgb(217 119 6 / 0.9);
}

.text-amber-600\/95{
  color: rgb(217 119 6 / 0.95);
}

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

.text-amber-700\/0{
  color: rgb(180 83 9 / 0);
}

.text-amber-700\/10{
  color: rgb(180 83 9 / 0.1);
}

.text-amber-700\/100{
  color: rgb(180 83 9 / 1);
}

.text-amber-700\/15{
  color: rgb(180 83 9 / 0.15);
}

.text-amber-700\/20{
  color: rgb(180 83 9 / 0.2);
}

.text-amber-700\/25{
  color: rgb(180 83 9 / 0.25);
}

.text-amber-700\/30{
  color: rgb(180 83 9 / 0.3);
}

.text-amber-700\/35{
  color: rgb(180 83 9 / 0.35);
}

.text-amber-700\/40{
  color: rgb(180 83 9 / 0.4);
}

.text-amber-700\/45{
  color: rgb(180 83 9 / 0.45);
}

.text-amber-700\/5{
  color: rgb(180 83 9 / 0.05);
}

.text-amber-700\/50{
  color: rgb(180 83 9 / 0.5);
}

.text-amber-700\/55{
  color: rgb(180 83 9 / 0.55);
}

.text-amber-700\/60{
  color: rgb(180 83 9 / 0.6);
}

.text-amber-700\/65{
  color: rgb(180 83 9 / 0.65);
}

.text-amber-700\/70{
  color: rgb(180 83 9 / 0.7);
}

.text-amber-700\/75{
  color: rgb(180 83 9 / 0.75);
}

.text-amber-700\/80{
  color: rgb(180 83 9 / 0.8);
}

.text-amber-700\/85{
  color: rgb(180 83 9 / 0.85);
}

.text-amber-700\/90{
  color: rgb(180 83 9 / 0.9);
}

.text-amber-700\/95{
  color: rgb(180 83 9 / 0.95);
}

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

.text-amber-800\/0{
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10{
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100{
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/15{
  color: rgb(146 64 14 / 0.15);
}

.text-amber-800\/20{
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25{
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30{
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/35{
  color: rgb(146 64 14 / 0.35);
}

.text-amber-800\/40{
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/45{
  color: rgb(146 64 14 / 0.45);
}

.text-amber-800\/5{
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50{
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/55{
  color: rgb(146 64 14 / 0.55);
}

.text-amber-800\/60{
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/65{
  color: rgb(146 64 14 / 0.65);
}

.text-amber-800\/70{
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75{
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80{
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/85{
  color: rgb(146 64 14 / 0.85);
}

.text-amber-800\/90{
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95{
  color: rgb(146 64 14 / 0.95);
}

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

.text-amber-900\/0{
  color: rgb(120 53 15 / 0);
}

.text-amber-900\/10{
  color: rgb(120 53 15 / 0.1);
}

.text-amber-900\/100{
  color: rgb(120 53 15 / 1);
}

.text-amber-900\/15{
  color: rgb(120 53 15 / 0.15);
}

.text-amber-900\/20{
  color: rgb(120 53 15 / 0.2);
}

.text-amber-900\/25{
  color: rgb(120 53 15 / 0.25);
}

.text-amber-900\/30{
  color: rgb(120 53 15 / 0.3);
}

.text-amber-900\/35{
  color: rgb(120 53 15 / 0.35);
}

.text-amber-900\/40{
  color: rgb(120 53 15 / 0.4);
}

.text-amber-900\/45{
  color: rgb(120 53 15 / 0.45);
}

.text-amber-900\/5{
  color: rgb(120 53 15 / 0.05);
}

.text-amber-900\/50{
  color: rgb(120 53 15 / 0.5);
}

.text-amber-900\/55{
  color: rgb(120 53 15 / 0.55);
}

.text-amber-900\/60{
  color: rgb(120 53 15 / 0.6);
}

.text-amber-900\/65{
  color: rgb(120 53 15 / 0.65);
}

.text-amber-900\/70{
  color: rgb(120 53 15 / 0.7);
}

.text-amber-900\/75{
  color: rgb(120 53 15 / 0.75);
}

.text-amber-900\/80{
  color: rgb(120 53 15 / 0.8);
}

.text-amber-900\/85{
  color: rgb(120 53 15 / 0.85);
}

.text-amber-900\/90{
  color: rgb(120 53 15 / 0.9);
}

.text-amber-900\/95{
  color: rgb(120 53 15 / 0.95);
}

.text-amber-950{
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}

.text-amber-950\/0{
  color: rgb(69 26 3 / 0);
}

.text-amber-950\/10{
  color: rgb(69 26 3 / 0.1);
}

.text-amber-950\/100{
  color: rgb(69 26 3 / 1);
}

.text-amber-950\/15{
  color: rgb(69 26 3 / 0.15);
}

.text-amber-950\/20{
  color: rgb(69 26 3 / 0.2);
}

.text-amber-950\/25{
  color: rgb(69 26 3 / 0.25);
}

.text-amber-950\/30{
  color: rgb(69 26 3 / 0.3);
}

.text-amber-950\/35{
  color: rgb(69 26 3 / 0.35);
}

.text-amber-950\/40{
  color: rgb(69 26 3 / 0.4);
}

.text-amber-950\/45{
  color: rgb(69 26 3 / 0.45);
}

.text-amber-950\/5{
  color: rgb(69 26 3 / 0.05);
}

.text-amber-950\/50{
  color: rgb(69 26 3 / 0.5);
}

.text-amber-950\/55{
  color: rgb(69 26 3 / 0.55);
}

.text-amber-950\/60{
  color: rgb(69 26 3 / 0.6);
}

.text-amber-950\/65{
  color: rgb(69 26 3 / 0.65);
}

.text-amber-950\/70{
  color: rgb(69 26 3 / 0.7);
}

.text-amber-950\/75{
  color: rgb(69 26 3 / 0.75);
}

.text-amber-950\/80{
  color: rgb(69 26 3 / 0.8);
}

.text-amber-950\/85{
  color: rgb(69 26 3 / 0.85);
}

.text-amber-950\/90{
  color: rgb(69 26 3 / 0.9);
}

.text-amber-950\/95{
  color: rgb(69 26 3 / 0.95);
}

.text-background{
  --tw-text-opacity: 1;
  color: rgb(245 246 250 / var(--tw-text-opacity));
}

.text-background\/0{
  color: rgb(245 246 250 / 0);
}

.text-background\/10{
  color: rgb(245 246 250 / 0.1);
}

.text-background\/100{
  color: rgb(245 246 250 / 1);
}

.text-background\/15{
  color: rgb(245 246 250 / 0.15);
}

.text-background\/20{
  color: rgb(245 246 250 / 0.2);
}

.text-background\/25{
  color: rgb(245 246 250 / 0.25);
}

.text-background\/30{
  color: rgb(245 246 250 / 0.3);
}

.text-background\/35{
  color: rgb(245 246 250 / 0.35);
}

.text-background\/40{
  color: rgb(245 246 250 / 0.4);
}

.text-background\/45{
  color: rgb(245 246 250 / 0.45);
}

.text-background\/5{
  color: rgb(245 246 250 / 0.05);
}

.text-background\/50{
  color: rgb(245 246 250 / 0.5);
}

.text-background\/55{
  color: rgb(245 246 250 / 0.55);
}

.text-background\/60{
  color: rgb(245 246 250 / 0.6);
}

.text-background\/65{
  color: rgb(245 246 250 / 0.65);
}

.text-background\/70{
  color: rgb(245 246 250 / 0.7);
}

.text-background\/75{
  color: rgb(245 246 250 / 0.75);
}

.text-background\/80{
  color: rgb(245 246 250 / 0.8);
}

.text-background\/85{
  color: rgb(245 246 250 / 0.85);
}

.text-background\/90{
  color: rgb(245 246 250 / 0.9);
}

.text-background\/95{
  color: rgb(245 246 250 / 0.95);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.text-black\/0{
  color: rgb(41 44 53 / 0);
}

.text-black\/10{
  color: rgb(41 44 53 / 0.1);
}

.text-black\/100{
  color: rgb(41 44 53 / 1);
}

.text-black\/15{
  color: rgb(41 44 53 / 0.15);
}

.text-black\/20{
  color: rgb(41 44 53 / 0.2);
}

.text-black\/25{
  color: rgb(41 44 53 / 0.25);
}

.text-black\/30{
  color: rgb(41 44 53 / 0.3);
}

.text-black\/35{
  color: rgb(41 44 53 / 0.35);
}

.text-black\/40{
  color: rgb(41 44 53 / 0.4);
}

.text-black\/45{
  color: rgb(41 44 53 / 0.45);
}

.text-black\/5{
  color: rgb(41 44 53 / 0.05);
}

.text-black\/50{
  color: rgb(41 44 53 / 0.5);
}

.text-black\/55{
  color: rgb(41 44 53 / 0.55);
}

.text-black\/60{
  color: rgb(41 44 53 / 0.6);
}

.text-black\/65{
  color: rgb(41 44 53 / 0.65);
}

.text-black\/70{
  color: rgb(41 44 53 / 0.7);
}

.text-black\/75{
  color: rgb(41 44 53 / 0.75);
}

.text-black\/80{
  color: rgb(41 44 53 / 0.8);
}

.text-black\/85{
  color: rgb(41 44 53 / 0.85);
}

.text-black\/90{
  color: rgb(41 44 53 / 0.9);
}

.text-black\/95{
  color: rgb(41 44 53 / 0.95);
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.text-blue-100\/0{
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10{
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100{
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/15{
  color: rgb(219 234 254 / 0.15);
}

.text-blue-100\/20{
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25{
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30{
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/35{
  color: rgb(219 234 254 / 0.35);
}

.text-blue-100\/40{
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/45{
  color: rgb(219 234 254 / 0.45);
}

.text-blue-100\/5{
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50{
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/55{
  color: rgb(219 234 254 / 0.55);
}

.text-blue-100\/60{
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/65{
  color: rgb(219 234 254 / 0.65);
}

.text-blue-100\/70{
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75{
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80{
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/85{
  color: rgb(219 234 254 / 0.85);
}

.text-blue-100\/90{
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95{
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.text-blue-200\/0{
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10{
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100{
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/15{
  color: rgb(191 219 254 / 0.15);
}

.text-blue-200\/20{
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25{
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30{
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/35{
  color: rgb(191 219 254 / 0.35);
}

.text-blue-200\/40{
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/45{
  color: rgb(191 219 254 / 0.45);
}

.text-blue-200\/5{
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50{
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/55{
  color: rgb(191 219 254 / 0.55);
}

.text-blue-200\/60{
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/65{
  color: rgb(191 219 254 / 0.65);
}

.text-blue-200\/70{
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75{
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80{
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/85{
  color: rgb(191 219 254 / 0.85);
}

.text-blue-200\/90{
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95{
  color: rgb(191 219 254 / 0.95);
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-blue-300\/0{
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10{
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100{
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/15{
  color: rgb(147 197 253 / 0.15);
}

.text-blue-300\/20{
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25{
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30{
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/35{
  color: rgb(147 197 253 / 0.35);
}

.text-blue-300\/40{
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/45{
  color: rgb(147 197 253 / 0.45);
}

.text-blue-300\/5{
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50{
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/55{
  color: rgb(147 197 253 / 0.55);
}

.text-blue-300\/60{
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/65{
  color: rgb(147 197 253 / 0.65);
}

.text-blue-300\/70{
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75{
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80{
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/85{
  color: rgb(147 197 253 / 0.85);
}

.text-blue-300\/90{
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95{
  color: rgb(147 197 253 / 0.95);
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-400\/0{
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10{
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100{
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/15{
  color: rgb(96 165 250 / 0.15);
}

.text-blue-400\/20{
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25{
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30{
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/35{
  color: rgb(96 165 250 / 0.35);
}

.text-blue-400\/40{
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/45{
  color: rgb(96 165 250 / 0.45);
}

.text-blue-400\/5{
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50{
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/55{
  color: rgb(96 165 250 / 0.55);
}

.text-blue-400\/60{
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/65{
  color: rgb(96 165 250 / 0.65);
}

.text-blue-400\/70{
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75{
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80{
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/85{
  color: rgb(96 165 250 / 0.85);
}

.text-blue-400\/90{
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95{
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.text-blue-50\/0{
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10{
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100{
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/15{
  color: rgb(239 246 255 / 0.15);
}

.text-blue-50\/20{
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25{
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30{
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/35{
  color: rgb(239 246 255 / 0.35);
}

.text-blue-50\/40{
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/45{
  color: rgb(239 246 255 / 0.45);
}

.text-blue-50\/5{
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50{
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/55{
  color: rgb(239 246 255 / 0.55);
}

.text-blue-50\/60{
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/65{
  color: rgb(239 246 255 / 0.65);
}

.text-blue-50\/70{
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75{
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80{
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/85{
  color: rgb(239 246 255 / 0.85);
}

.text-blue-50\/90{
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95{
  color: rgb(239 246 255 / 0.95);
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-500\/0{
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10{
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100{
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/15{
  color: rgb(59 130 246 / 0.15);
}

.text-blue-500\/20{
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25{
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30{
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/35{
  color: rgb(59 130 246 / 0.35);
}

.text-blue-500\/40{
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/45{
  color: rgb(59 130 246 / 0.45);
}

.text-blue-500\/5{
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50{
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/55{
  color: rgb(59 130 246 / 0.55);
}

.text-blue-500\/60{
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/65{
  color: rgb(59 130 246 / 0.65);
}

.text-blue-500\/70{
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75{
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80{
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/85{
  color: rgb(59 130 246 / 0.85);
}

.text-blue-500\/90{
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95{
  color: rgb(59 130 246 / 0.95);
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-600\/0{
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10{
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100{
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/15{
  color: rgb(37 99 235 / 0.15);
}

.text-blue-600\/20{
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25{
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30{
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/35{
  color: rgb(37 99 235 / 0.35);
}

.text-blue-600\/40{
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/45{
  color: rgb(37 99 235 / 0.45);
}

.text-blue-600\/5{
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50{
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/55{
  color: rgb(37 99 235 / 0.55);
}

.text-blue-600\/60{
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/65{
  color: rgb(37 99 235 / 0.65);
}

.text-blue-600\/70{
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75{
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80{
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/85{
  color: rgb(37 99 235 / 0.85);
}

.text-blue-600\/90{
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95{
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-700\/0{
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10{
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100{
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/15{
  color: rgb(29 78 216 / 0.15);
}

.text-blue-700\/20{
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25{
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30{
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/35{
  color: rgb(29 78 216 / 0.35);
}

.text-blue-700\/40{
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/45{
  color: rgb(29 78 216 / 0.45);
}

.text-blue-700\/5{
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50{
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/55{
  color: rgb(29 78 216 / 0.55);
}

.text-blue-700\/60{
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/65{
  color: rgb(29 78 216 / 0.65);
}

.text-blue-700\/70{
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75{
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80{
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/85{
  color: rgb(29 78 216 / 0.85);
}

.text-blue-700\/90{
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95{
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-blue-800\/0{
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10{
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100{
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/15{
  color: rgb(30 64 175 / 0.15);
}

.text-blue-800\/20{
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25{
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30{
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/35{
  color: rgb(30 64 175 / 0.35);
}

.text-blue-800\/40{
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/45{
  color: rgb(30 64 175 / 0.45);
}

.text-blue-800\/5{
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50{
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/55{
  color: rgb(30 64 175 / 0.55);
}

.text-blue-800\/60{
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/65{
  color: rgb(30 64 175 / 0.65);
}

.text-blue-800\/70{
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75{
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80{
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/85{
  color: rgb(30 64 175 / 0.85);
}

.text-blue-800\/90{
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95{
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-blue-900\/0{
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10{
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100{
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/15{
  color: rgb(30 58 138 / 0.15);
}

.text-blue-900\/20{
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25{
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30{
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/35{
  color: rgb(30 58 138 / 0.35);
}

.text-blue-900\/40{
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/45{
  color: rgb(30 58 138 / 0.45);
}

.text-blue-900\/5{
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50{
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/55{
  color: rgb(30 58 138 / 0.55);
}

.text-blue-900\/60{
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/65{
  color: rgb(30 58 138 / 0.65);
}

.text-blue-900\/70{
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75{
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80{
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/85{
  color: rgb(30 58 138 / 0.85);
}

.text-blue-900\/90{
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95{
  color: rgb(30 58 138 / 0.95);
}

.text-blue-950{
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}

.text-blue-950\/0{
  color: rgb(23 37 84 / 0);
}

.text-blue-950\/10{
  color: rgb(23 37 84 / 0.1);
}

.text-blue-950\/100{
  color: rgb(23 37 84 / 1);
}

.text-blue-950\/15{
  color: rgb(23 37 84 / 0.15);
}

.text-blue-950\/20{
  color: rgb(23 37 84 / 0.2);
}

.text-blue-950\/25{
  color: rgb(23 37 84 / 0.25);
}

.text-blue-950\/30{
  color: rgb(23 37 84 / 0.3);
}

.text-blue-950\/35{
  color: rgb(23 37 84 / 0.35);
}

.text-blue-950\/40{
  color: rgb(23 37 84 / 0.4);
}

.text-blue-950\/45{
  color: rgb(23 37 84 / 0.45);
}

.text-blue-950\/5{
  color: rgb(23 37 84 / 0.05);
}

.text-blue-950\/50{
  color: rgb(23 37 84 / 0.5);
}

.text-blue-950\/55{
  color: rgb(23 37 84 / 0.55);
}

.text-blue-950\/60{
  color: rgb(23 37 84 / 0.6);
}

.text-blue-950\/65{
  color: rgb(23 37 84 / 0.65);
}

.text-blue-950\/70{
  color: rgb(23 37 84 / 0.7);
}

.text-blue-950\/75{
  color: rgb(23 37 84 / 0.75);
}

.text-blue-950\/80{
  color: rgb(23 37 84 / 0.8);
}

.text-blue-950\/85{
  color: rgb(23 37 84 / 0.85);
}

.text-blue-950\/90{
  color: rgb(23 37 84 / 0.9);
}

.text-blue-950\/95{
  color: rgb(23 37 84 / 0.95);
}

.text-csv{
  --tw-text-opacity: 1;
  color: rgb(0 138 43 / var(--tw-text-opacity));
}

.text-csv-hover{
  --tw-text-opacity: 1;
  color: rgb(0 114 37 / var(--tw-text-opacity));
}

.text-csv-hover\/0{
  color: rgb(0 114 37 / 0);
}

.text-csv-hover\/10{
  color: rgb(0 114 37 / 0.1);
}

.text-csv-hover\/100{
  color: rgb(0 114 37 / 1);
}

.text-csv-hover\/15{
  color: rgb(0 114 37 / 0.15);
}

.text-csv-hover\/20{
  color: rgb(0 114 37 / 0.2);
}

.text-csv-hover\/25{
  color: rgb(0 114 37 / 0.25);
}

.text-csv-hover\/30{
  color: rgb(0 114 37 / 0.3);
}

.text-csv-hover\/35{
  color: rgb(0 114 37 / 0.35);
}

.text-csv-hover\/40{
  color: rgb(0 114 37 / 0.4);
}

.text-csv-hover\/45{
  color: rgb(0 114 37 / 0.45);
}

.text-csv-hover\/5{
  color: rgb(0 114 37 / 0.05);
}

.text-csv-hover\/50{
  color: rgb(0 114 37 / 0.5);
}

.text-csv-hover\/55{
  color: rgb(0 114 37 / 0.55);
}

.text-csv-hover\/60{
  color: rgb(0 114 37 / 0.6);
}

.text-csv-hover\/65{
  color: rgb(0 114 37 / 0.65);
}

.text-csv-hover\/70{
  color: rgb(0 114 37 / 0.7);
}

.text-csv-hover\/75{
  color: rgb(0 114 37 / 0.75);
}

.text-csv-hover\/80{
  color: rgb(0 114 37 / 0.8);
}

.text-csv-hover\/85{
  color: rgb(0 114 37 / 0.85);
}

.text-csv-hover\/90{
  color: rgb(0 114 37 / 0.9);
}

.text-csv-hover\/95{
  color: rgb(0 114 37 / 0.95);
}

.text-csv\/0{
  color: rgb(0 138 43 / 0);
}

.text-csv\/10{
  color: rgb(0 138 43 / 0.1);
}

.text-csv\/100{
  color: rgb(0 138 43 / 1);
}

.text-csv\/15{
  color: rgb(0 138 43 / 0.15);
}

.text-csv\/20{
  color: rgb(0 138 43 / 0.2);
}

.text-csv\/25{
  color: rgb(0 138 43 / 0.25);
}

.text-csv\/30{
  color: rgb(0 138 43 / 0.3);
}

.text-csv\/35{
  color: rgb(0 138 43 / 0.35);
}

.text-csv\/40{
  color: rgb(0 138 43 / 0.4);
}

.text-csv\/45{
  color: rgb(0 138 43 / 0.45);
}

.text-csv\/5{
  color: rgb(0 138 43 / 0.05);
}

.text-csv\/50{
  color: rgb(0 138 43 / 0.5);
}

.text-csv\/55{
  color: rgb(0 138 43 / 0.55);
}

.text-csv\/60{
  color: rgb(0 138 43 / 0.6);
}

.text-csv\/65{
  color: rgb(0 138 43 / 0.65);
}

.text-csv\/70{
  color: rgb(0 138 43 / 0.7);
}

.text-csv\/75{
  color: rgb(0 138 43 / 0.75);
}

.text-csv\/80{
  color: rgb(0 138 43 / 0.8);
}

.text-csv\/85{
  color: rgb(0 138 43 / 0.85);
}

.text-csv\/90{
  color: rgb(0 138 43 / 0.9);
}

.text-csv\/95{
  color: rgb(0 138 43 / 0.95);
}

.text-current{
  color: currentColor;
}

.text-cyan-100{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}

.text-cyan-100\/0{
  color: rgb(207 250 254 / 0);
}

.text-cyan-100\/10{
  color: rgb(207 250 254 / 0.1);
}

.text-cyan-100\/100{
  color: rgb(207 250 254 / 1);
}

.text-cyan-100\/15{
  color: rgb(207 250 254 / 0.15);
}

.text-cyan-100\/20{
  color: rgb(207 250 254 / 0.2);
}

.text-cyan-100\/25{
  color: rgb(207 250 254 / 0.25);
}

.text-cyan-100\/30{
  color: rgb(207 250 254 / 0.3);
}

.text-cyan-100\/35{
  color: rgb(207 250 254 / 0.35);
}

.text-cyan-100\/40{
  color: rgb(207 250 254 / 0.4);
}

.text-cyan-100\/45{
  color: rgb(207 250 254 / 0.45);
}

.text-cyan-100\/5{
  color: rgb(207 250 254 / 0.05);
}

.text-cyan-100\/50{
  color: rgb(207 250 254 / 0.5);
}

.text-cyan-100\/55{
  color: rgb(207 250 254 / 0.55);
}

.text-cyan-100\/60{
  color: rgb(207 250 254 / 0.6);
}

.text-cyan-100\/65{
  color: rgb(207 250 254 / 0.65);
}

.text-cyan-100\/70{
  color: rgb(207 250 254 / 0.7);
}

.text-cyan-100\/75{
  color: rgb(207 250 254 / 0.75);
}

.text-cyan-100\/80{
  color: rgb(207 250 254 / 0.8);
}

.text-cyan-100\/85{
  color: rgb(207 250 254 / 0.85);
}

.text-cyan-100\/90{
  color: rgb(207 250 254 / 0.9);
}

.text-cyan-100\/95{
  color: rgb(207 250 254 / 0.95);
}

.text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}

.text-cyan-200\/0{
  color: rgb(165 243 252 / 0);
}

.text-cyan-200\/10{
  color: rgb(165 243 252 / 0.1);
}

.text-cyan-200\/100{
  color: rgb(165 243 252 / 1);
}

.text-cyan-200\/15{
  color: rgb(165 243 252 / 0.15);
}

.text-cyan-200\/20{
  color: rgb(165 243 252 / 0.2);
}

.text-cyan-200\/25{
  color: rgb(165 243 252 / 0.25);
}

.text-cyan-200\/30{
  color: rgb(165 243 252 / 0.3);
}

.text-cyan-200\/35{
  color: rgb(165 243 252 / 0.35);
}

.text-cyan-200\/40{
  color: rgb(165 243 252 / 0.4);
}

.text-cyan-200\/45{
  color: rgb(165 243 252 / 0.45);
}

.text-cyan-200\/5{
  color: rgb(165 243 252 / 0.05);
}

.text-cyan-200\/50{
  color: rgb(165 243 252 / 0.5);
}

.text-cyan-200\/55{
  color: rgb(165 243 252 / 0.55);
}

.text-cyan-200\/60{
  color: rgb(165 243 252 / 0.6);
}

.text-cyan-200\/65{
  color: rgb(165 243 252 / 0.65);
}

.text-cyan-200\/70{
  color: rgb(165 243 252 / 0.7);
}

.text-cyan-200\/75{
  color: rgb(165 243 252 / 0.75);
}

.text-cyan-200\/80{
  color: rgb(165 243 252 / 0.8);
}

.text-cyan-200\/85{
  color: rgb(165 243 252 / 0.85);
}

.text-cyan-200\/90{
  color: rgb(165 243 252 / 0.9);
}

.text-cyan-200\/95{
  color: rgb(165 243 252 / 0.95);
}

.text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.text-cyan-300\/0{
  color: rgb(103 232 249 / 0);
}

.text-cyan-300\/10{
  color: rgb(103 232 249 / 0.1);
}

.text-cyan-300\/100{
  color: rgb(103 232 249 / 1);
}

.text-cyan-300\/15{
  color: rgb(103 232 249 / 0.15);
}

.text-cyan-300\/20{
  color: rgb(103 232 249 / 0.2);
}

.text-cyan-300\/25{
  color: rgb(103 232 249 / 0.25);
}

.text-cyan-300\/30{
  color: rgb(103 232 249 / 0.3);
}

.text-cyan-300\/35{
  color: rgb(103 232 249 / 0.35);
}

.text-cyan-300\/40{
  color: rgb(103 232 249 / 0.4);
}

.text-cyan-300\/45{
  color: rgb(103 232 249 / 0.45);
}

.text-cyan-300\/5{
  color: rgb(103 232 249 / 0.05);
}

.text-cyan-300\/50{
  color: rgb(103 232 249 / 0.5);
}

.text-cyan-300\/55{
  color: rgb(103 232 249 / 0.55);
}

.text-cyan-300\/60{
  color: rgb(103 232 249 / 0.6);
}

.text-cyan-300\/65{
  color: rgb(103 232 249 / 0.65);
}

.text-cyan-300\/70{
  color: rgb(103 232 249 / 0.7);
}

.text-cyan-300\/75{
  color: rgb(103 232 249 / 0.75);
}

.text-cyan-300\/80{
  color: rgb(103 232 249 / 0.8);
}

.text-cyan-300\/85{
  color: rgb(103 232 249 / 0.85);
}

.text-cyan-300\/90{
  color: rgb(103 232 249 / 0.9);
}

.text-cyan-300\/95{
  color: rgb(103 232 249 / 0.95);
}

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.text-cyan-400\/0{
  color: rgb(34 211 238 / 0);
}

.text-cyan-400\/10{
  color: rgb(34 211 238 / 0.1);
}

.text-cyan-400\/100{
  color: rgb(34 211 238 / 1);
}

.text-cyan-400\/15{
  color: rgb(34 211 238 / 0.15);
}

.text-cyan-400\/20{
  color: rgb(34 211 238 / 0.2);
}

.text-cyan-400\/25{
  color: rgb(34 211 238 / 0.25);
}

.text-cyan-400\/30{
  color: rgb(34 211 238 / 0.3);
}

.text-cyan-400\/35{
  color: rgb(34 211 238 / 0.35);
}

.text-cyan-400\/40{
  color: rgb(34 211 238 / 0.4);
}

.text-cyan-400\/45{
  color: rgb(34 211 238 / 0.45);
}

.text-cyan-400\/5{
  color: rgb(34 211 238 / 0.05);
}

.text-cyan-400\/50{
  color: rgb(34 211 238 / 0.5);
}

.text-cyan-400\/55{
  color: rgb(34 211 238 / 0.55);
}

.text-cyan-400\/60{
  color: rgb(34 211 238 / 0.6);
}

.text-cyan-400\/65{
  color: rgb(34 211 238 / 0.65);
}

.text-cyan-400\/70{
  color: rgb(34 211 238 / 0.7);
}

.text-cyan-400\/75{
  color: rgb(34 211 238 / 0.75);
}

.text-cyan-400\/80{
  color: rgb(34 211 238 / 0.8);
}

.text-cyan-400\/85{
  color: rgb(34 211 238 / 0.85);
}

.text-cyan-400\/90{
  color: rgb(34 211 238 / 0.9);
}

.text-cyan-400\/95{
  color: rgb(34 211 238 / 0.95);
}

.text-cyan-50{
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}

.text-cyan-50\/0{
  color: rgb(236 254 255 / 0);
}

.text-cyan-50\/10{
  color: rgb(236 254 255 / 0.1);
}

.text-cyan-50\/100{
  color: rgb(236 254 255 / 1);
}

.text-cyan-50\/15{
  color: rgb(236 254 255 / 0.15);
}

.text-cyan-50\/20{
  color: rgb(236 254 255 / 0.2);
}

.text-cyan-50\/25{
  color: rgb(236 254 255 / 0.25);
}

.text-cyan-50\/30{
  color: rgb(236 254 255 / 0.3);
}

.text-cyan-50\/35{
  color: rgb(236 254 255 / 0.35);
}

.text-cyan-50\/40{
  color: rgb(236 254 255 / 0.4);
}

.text-cyan-50\/45{
  color: rgb(236 254 255 / 0.45);
}

.text-cyan-50\/5{
  color: rgb(236 254 255 / 0.05);
}

.text-cyan-50\/50{
  color: rgb(236 254 255 / 0.5);
}

.text-cyan-50\/55{
  color: rgb(236 254 255 / 0.55);
}

.text-cyan-50\/60{
  color: rgb(236 254 255 / 0.6);
}

.text-cyan-50\/65{
  color: rgb(236 254 255 / 0.65);
}

.text-cyan-50\/70{
  color: rgb(236 254 255 / 0.7);
}

.text-cyan-50\/75{
  color: rgb(236 254 255 / 0.75);
}

.text-cyan-50\/80{
  color: rgb(236 254 255 / 0.8);
}

.text-cyan-50\/85{
  color: rgb(236 254 255 / 0.85);
}

.text-cyan-50\/90{
  color: rgb(236 254 255 / 0.9);
}

.text-cyan-50\/95{
  color: rgb(236 254 255 / 0.95);
}

.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.text-cyan-500\/0{
  color: rgb(6 182 212 / 0);
}

.text-cyan-500\/10{
  color: rgb(6 182 212 / 0.1);
}

.text-cyan-500\/100{
  color: rgb(6 182 212 / 1);
}

.text-cyan-500\/15{
  color: rgb(6 182 212 / 0.15);
}

.text-cyan-500\/20{
  color: rgb(6 182 212 / 0.2);
}

.text-cyan-500\/25{
  color: rgb(6 182 212 / 0.25);
}

.text-cyan-500\/30{
  color: rgb(6 182 212 / 0.3);
}

.text-cyan-500\/35{
  color: rgb(6 182 212 / 0.35);
}

.text-cyan-500\/40{
  color: rgb(6 182 212 / 0.4);
}

.text-cyan-500\/45{
  color: rgb(6 182 212 / 0.45);
}

.text-cyan-500\/5{
  color: rgb(6 182 212 / 0.05);
}

.text-cyan-500\/50{
  color: rgb(6 182 212 / 0.5);
}

.text-cyan-500\/55{
  color: rgb(6 182 212 / 0.55);
}

.text-cyan-500\/60{
  color: rgb(6 182 212 / 0.6);
}

.text-cyan-500\/65{
  color: rgb(6 182 212 / 0.65);
}

.text-cyan-500\/70{
  color: rgb(6 182 212 / 0.7);
}

.text-cyan-500\/75{
  color: rgb(6 182 212 / 0.75);
}

.text-cyan-500\/80{
  color: rgb(6 182 212 / 0.8);
}

.text-cyan-500\/85{
  color: rgb(6 182 212 / 0.85);
}

.text-cyan-500\/90{
  color: rgb(6 182 212 / 0.9);
}

.text-cyan-500\/95{
  color: rgb(6 182 212 / 0.95);
}

.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.text-cyan-600\/0{
  color: rgb(8 145 178 / 0);
}

.text-cyan-600\/10{
  color: rgb(8 145 178 / 0.1);
}

.text-cyan-600\/100{
  color: rgb(8 145 178 / 1);
}

.text-cyan-600\/15{
  color: rgb(8 145 178 / 0.15);
}

.text-cyan-600\/20{
  color: rgb(8 145 178 / 0.2);
}

.text-cyan-600\/25{
  color: rgb(8 145 178 / 0.25);
}

.text-cyan-600\/30{
  color: rgb(8 145 178 / 0.3);
}

.text-cyan-600\/35{
  color: rgb(8 145 178 / 0.35);
}

.text-cyan-600\/40{
  color: rgb(8 145 178 / 0.4);
}

.text-cyan-600\/45{
  color: rgb(8 145 178 / 0.45);
}

.text-cyan-600\/5{
  color: rgb(8 145 178 / 0.05);
}

.text-cyan-600\/50{
  color: rgb(8 145 178 / 0.5);
}

.text-cyan-600\/55{
  color: rgb(8 145 178 / 0.55);
}

.text-cyan-600\/60{
  color: rgb(8 145 178 / 0.6);
}

.text-cyan-600\/65{
  color: rgb(8 145 178 / 0.65);
}

.text-cyan-600\/70{
  color: rgb(8 145 178 / 0.7);
}

.text-cyan-600\/75{
  color: rgb(8 145 178 / 0.75);
}

.text-cyan-600\/80{
  color: rgb(8 145 178 / 0.8);
}

.text-cyan-600\/85{
  color: rgb(8 145 178 / 0.85);
}

.text-cyan-600\/90{
  color: rgb(8 145 178 / 0.9);
}

.text-cyan-600\/95{
  color: rgb(8 145 178 / 0.95);
}

.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.text-cyan-700\/0{
  color: rgb(14 116 144 / 0);
}

.text-cyan-700\/10{
  color: rgb(14 116 144 / 0.1);
}

.text-cyan-700\/100{
  color: rgb(14 116 144 / 1);
}

.text-cyan-700\/15{
  color: rgb(14 116 144 / 0.15);
}

.text-cyan-700\/20{
  color: rgb(14 116 144 / 0.2);
}

.text-cyan-700\/25{
  color: rgb(14 116 144 / 0.25);
}

.text-cyan-700\/30{
  color: rgb(14 116 144 / 0.3);
}

.text-cyan-700\/35{
  color: rgb(14 116 144 / 0.35);
}

.text-cyan-700\/40{
  color: rgb(14 116 144 / 0.4);
}

.text-cyan-700\/45{
  color: rgb(14 116 144 / 0.45);
}

.text-cyan-700\/5{
  color: rgb(14 116 144 / 0.05);
}

.text-cyan-700\/50{
  color: rgb(14 116 144 / 0.5);
}

.text-cyan-700\/55{
  color: rgb(14 116 144 / 0.55);
}

.text-cyan-700\/60{
  color: rgb(14 116 144 / 0.6);
}

.text-cyan-700\/65{
  color: rgb(14 116 144 / 0.65);
}

.text-cyan-700\/70{
  color: rgb(14 116 144 / 0.7);
}

.text-cyan-700\/75{
  color: rgb(14 116 144 / 0.75);
}

.text-cyan-700\/80{
  color: rgb(14 116 144 / 0.8);
}

.text-cyan-700\/85{
  color: rgb(14 116 144 / 0.85);
}

.text-cyan-700\/90{
  color: rgb(14 116 144 / 0.9);
}

.text-cyan-700\/95{
  color: rgb(14 116 144 / 0.95);
}

.text-cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.text-cyan-800\/0{
  color: rgb(21 94 117 / 0);
}

.text-cyan-800\/10{
  color: rgb(21 94 117 / 0.1);
}

.text-cyan-800\/100{
  color: rgb(21 94 117 / 1);
}

.text-cyan-800\/15{
  color: rgb(21 94 117 / 0.15);
}

.text-cyan-800\/20{
  color: rgb(21 94 117 / 0.2);
}

.text-cyan-800\/25{
  color: rgb(21 94 117 / 0.25);
}

.text-cyan-800\/30{
  color: rgb(21 94 117 / 0.3);
}

.text-cyan-800\/35{
  color: rgb(21 94 117 / 0.35);
}

.text-cyan-800\/40{
  color: rgb(21 94 117 / 0.4);
}

.text-cyan-800\/45{
  color: rgb(21 94 117 / 0.45);
}

.text-cyan-800\/5{
  color: rgb(21 94 117 / 0.05);
}

.text-cyan-800\/50{
  color: rgb(21 94 117 / 0.5);
}

.text-cyan-800\/55{
  color: rgb(21 94 117 / 0.55);
}

.text-cyan-800\/60{
  color: rgb(21 94 117 / 0.6);
}

.text-cyan-800\/65{
  color: rgb(21 94 117 / 0.65);
}

.text-cyan-800\/70{
  color: rgb(21 94 117 / 0.7);
}

.text-cyan-800\/75{
  color: rgb(21 94 117 / 0.75);
}

.text-cyan-800\/80{
  color: rgb(21 94 117 / 0.8);
}

.text-cyan-800\/85{
  color: rgb(21 94 117 / 0.85);
}

.text-cyan-800\/90{
  color: rgb(21 94 117 / 0.9);
}

.text-cyan-800\/95{
  color: rgb(21 94 117 / 0.95);
}

.text-cyan-900{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.text-cyan-900\/0{
  color: rgb(22 78 99 / 0);
}

.text-cyan-900\/10{
  color: rgb(22 78 99 / 0.1);
}

.text-cyan-900\/100{
  color: rgb(22 78 99 / 1);
}

.text-cyan-900\/15{
  color: rgb(22 78 99 / 0.15);
}

.text-cyan-900\/20{
  color: rgb(22 78 99 / 0.2);
}

.text-cyan-900\/25{
  color: rgb(22 78 99 / 0.25);
}

.text-cyan-900\/30{
  color: rgb(22 78 99 / 0.3);
}

.text-cyan-900\/35{
  color: rgb(22 78 99 / 0.35);
}

.text-cyan-900\/40{
  color: rgb(22 78 99 / 0.4);
}

.text-cyan-900\/45{
  color: rgb(22 78 99 / 0.45);
}

.text-cyan-900\/5{
  color: rgb(22 78 99 / 0.05);
}

.text-cyan-900\/50{
  color: rgb(22 78 99 / 0.5);
}

.text-cyan-900\/55{
  color: rgb(22 78 99 / 0.55);
}

.text-cyan-900\/60{
  color: rgb(22 78 99 / 0.6);
}

.text-cyan-900\/65{
  color: rgb(22 78 99 / 0.65);
}

.text-cyan-900\/70{
  color: rgb(22 78 99 / 0.7);
}

.text-cyan-900\/75{
  color: rgb(22 78 99 / 0.75);
}

.text-cyan-900\/80{
  color: rgb(22 78 99 / 0.8);
}

.text-cyan-900\/85{
  color: rgb(22 78 99 / 0.85);
}

.text-cyan-900\/90{
  color: rgb(22 78 99 / 0.9);
}

.text-cyan-900\/95{
  color: rgb(22 78 99 / 0.95);
}

.text-cyan-950{
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}

.text-cyan-950\/0{
  color: rgb(8 51 68 / 0);
}

.text-cyan-950\/10{
  color: rgb(8 51 68 / 0.1);
}

.text-cyan-950\/100{
  color: rgb(8 51 68 / 1);
}

.text-cyan-950\/15{
  color: rgb(8 51 68 / 0.15);
}

.text-cyan-950\/20{
  color: rgb(8 51 68 / 0.2);
}

.text-cyan-950\/25{
  color: rgb(8 51 68 / 0.25);
}

.text-cyan-950\/30{
  color: rgb(8 51 68 / 0.3);
}

.text-cyan-950\/35{
  color: rgb(8 51 68 / 0.35);
}

.text-cyan-950\/40{
  color: rgb(8 51 68 / 0.4);
}

.text-cyan-950\/45{
  color: rgb(8 51 68 / 0.45);
}

.text-cyan-950\/5{
  color: rgb(8 51 68 / 0.05);
}

.text-cyan-950\/50{
  color: rgb(8 51 68 / 0.5);
}

.text-cyan-950\/55{
  color: rgb(8 51 68 / 0.55);
}

.text-cyan-950\/60{
  color: rgb(8 51 68 / 0.6);
}

.text-cyan-950\/65{
  color: rgb(8 51 68 / 0.65);
}

.text-cyan-950\/70{
  color: rgb(8 51 68 / 0.7);
}

.text-cyan-950\/75{
  color: rgb(8 51 68 / 0.75);
}

.text-cyan-950\/80{
  color: rgb(8 51 68 / 0.8);
}

.text-cyan-950\/85{
  color: rgb(8 51 68 / 0.85);
}

.text-cyan-950\/90{
  color: rgb(8 51 68 / 0.9);
}

.text-cyan-950\/95{
  color: rgb(8 51 68 / 0.95);
}

.text-danger{
  --tw-text-opacity: 1;
  color: rgb(207 59 54 / var(--tw-text-opacity));
}

.text-danger-hover{
  --tw-text-opacity: 1;
  color: rgb(193 49 44 / var(--tw-text-opacity));
}

.text-danger-hover\/0{
  color: rgb(193 49 44 / 0);
}

.text-danger-hover\/10{
  color: rgb(193 49 44 / 0.1);
}

.text-danger-hover\/100{
  color: rgb(193 49 44 / 1);
}

.text-danger-hover\/15{
  color: rgb(193 49 44 / 0.15);
}

.text-danger-hover\/20{
  color: rgb(193 49 44 / 0.2);
}

.text-danger-hover\/25{
  color: rgb(193 49 44 / 0.25);
}

.text-danger-hover\/30{
  color: rgb(193 49 44 / 0.3);
}

.text-danger-hover\/35{
  color: rgb(193 49 44 / 0.35);
}

.text-danger-hover\/40{
  color: rgb(193 49 44 / 0.4);
}

.text-danger-hover\/45{
  color: rgb(193 49 44 / 0.45);
}

.text-danger-hover\/5{
  color: rgb(193 49 44 / 0.05);
}

.text-danger-hover\/50{
  color: rgb(193 49 44 / 0.5);
}

.text-danger-hover\/55{
  color: rgb(193 49 44 / 0.55);
}

.text-danger-hover\/60{
  color: rgb(193 49 44 / 0.6);
}

.text-danger-hover\/65{
  color: rgb(193 49 44 / 0.65);
}

.text-danger-hover\/70{
  color: rgb(193 49 44 / 0.7);
}

.text-danger-hover\/75{
  color: rgb(193 49 44 / 0.75);
}

.text-danger-hover\/80{
  color: rgb(193 49 44 / 0.8);
}

.text-danger-hover\/85{
  color: rgb(193 49 44 / 0.85);
}

.text-danger-hover\/90{
  color: rgb(193 49 44 / 0.9);
}

.text-danger-hover\/95{
  color: rgb(193 49 44 / 0.95);
}

.text-danger\/0{
  color: rgb(207 59 54 / 0);
}

.text-danger\/10{
  color: rgb(207 59 54 / 0.1);
}

.text-danger\/100{
  color: rgb(207 59 54 / 1);
}

.text-danger\/15{
  color: rgb(207 59 54 / 0.15);
}

.text-danger\/20{
  color: rgb(207 59 54 / 0.2);
}

.text-danger\/25{
  color: rgb(207 59 54 / 0.25);
}

.text-danger\/30{
  color: rgb(207 59 54 / 0.3);
}

.text-danger\/35{
  color: rgb(207 59 54 / 0.35);
}

.text-danger\/40{
  color: rgb(207 59 54 / 0.4);
}

.text-danger\/45{
  color: rgb(207 59 54 / 0.45);
}

.text-danger\/5{
  color: rgb(207 59 54 / 0.05);
}

.text-danger\/50{
  color: rgb(207 59 54 / 0.5);
}

.text-danger\/55{
  color: rgb(207 59 54 / 0.55);
}

.text-danger\/60{
  color: rgb(207 59 54 / 0.6);
}

.text-danger\/65{
  color: rgb(207 59 54 / 0.65);
}

.text-danger\/70{
  color: rgb(207 59 54 / 0.7);
}

.text-danger\/75{
  color: rgb(207 59 54 / 0.75);
}

.text-danger\/80{
  color: rgb(207 59 54 / 0.8);
}

.text-danger\/85{
  color: rgb(207 59 54 / 0.85);
}

.text-danger\/90{
  color: rgb(207 59 54 / 0.9);
}

.text-danger\/95{
  color: rgb(207 59 54 / 0.95);
}

.text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.text-emerald-100\/0{
  color: rgb(209 250 229 / 0);
}

.text-emerald-100\/10{
  color: rgb(209 250 229 / 0.1);
}

.text-emerald-100\/100{
  color: rgb(209 250 229 / 1);
}

.text-emerald-100\/15{
  color: rgb(209 250 229 / 0.15);
}

.text-emerald-100\/20{
  color: rgb(209 250 229 / 0.2);
}

.text-emerald-100\/25{
  color: rgb(209 250 229 / 0.25);
}

.text-emerald-100\/30{
  color: rgb(209 250 229 / 0.3);
}

.text-emerald-100\/35{
  color: rgb(209 250 229 / 0.35);
}

.text-emerald-100\/40{
  color: rgb(209 250 229 / 0.4);
}

.text-emerald-100\/45{
  color: rgb(209 250 229 / 0.45);
}

.text-emerald-100\/5{
  color: rgb(209 250 229 / 0.05);
}

.text-emerald-100\/50{
  color: rgb(209 250 229 / 0.5);
}

.text-emerald-100\/55{
  color: rgb(209 250 229 / 0.55);
}

.text-emerald-100\/60{
  color: rgb(209 250 229 / 0.6);
}

.text-emerald-100\/65{
  color: rgb(209 250 229 / 0.65);
}

.text-emerald-100\/70{
  color: rgb(209 250 229 / 0.7);
}

.text-emerald-100\/75{
  color: rgb(209 250 229 / 0.75);
}

.text-emerald-100\/80{
  color: rgb(209 250 229 / 0.8);
}

.text-emerald-100\/85{
  color: rgb(209 250 229 / 0.85);
}

.text-emerald-100\/90{
  color: rgb(209 250 229 / 0.9);
}

.text-emerald-100\/95{
  color: rgb(209 250 229 / 0.95);
}

.text-emerald-200{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.text-emerald-200\/0{
  color: rgb(167 243 208 / 0);
}

.text-emerald-200\/10{
  color: rgb(167 243 208 / 0.1);
}

.text-emerald-200\/100{
  color: rgb(167 243 208 / 1);
}

.text-emerald-200\/15{
  color: rgb(167 243 208 / 0.15);
}

.text-emerald-200\/20{
  color: rgb(167 243 208 / 0.2);
}

.text-emerald-200\/25{
  color: rgb(167 243 208 / 0.25);
}

.text-emerald-200\/30{
  color: rgb(167 243 208 / 0.3);
}

.text-emerald-200\/35{
  color: rgb(167 243 208 / 0.35);
}

.text-emerald-200\/40{
  color: rgb(167 243 208 / 0.4);
}

.text-emerald-200\/45{
  color: rgb(167 243 208 / 0.45);
}

.text-emerald-200\/5{
  color: rgb(167 243 208 / 0.05);
}

.text-emerald-200\/50{
  color: rgb(167 243 208 / 0.5);
}

.text-emerald-200\/55{
  color: rgb(167 243 208 / 0.55);
}

.text-emerald-200\/60{
  color: rgb(167 243 208 / 0.6);
}

.text-emerald-200\/65{
  color: rgb(167 243 208 / 0.65);
}

.text-emerald-200\/70{
  color: rgb(167 243 208 / 0.7);
}

.text-emerald-200\/75{
  color: rgb(167 243 208 / 0.75);
}

.text-emerald-200\/80{
  color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/85{
  color: rgb(167 243 208 / 0.85);
}

.text-emerald-200\/90{
  color: rgb(167 243 208 / 0.9);
}

.text-emerald-200\/95{
  color: rgb(167 243 208 / 0.95);
}

.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.text-emerald-300\/0{
  color: rgb(110 231 183 / 0);
}

.text-emerald-300\/10{
  color: rgb(110 231 183 / 0.1);
}

.text-emerald-300\/100{
  color: rgb(110 231 183 / 1);
}

.text-emerald-300\/15{
  color: rgb(110 231 183 / 0.15);
}

.text-emerald-300\/20{
  color: rgb(110 231 183 / 0.2);
}

.text-emerald-300\/25{
  color: rgb(110 231 183 / 0.25);
}

.text-emerald-300\/30{
  color: rgb(110 231 183 / 0.3);
}

.text-emerald-300\/35{
  color: rgb(110 231 183 / 0.35);
}

.text-emerald-300\/40{
  color: rgb(110 231 183 / 0.4);
}

.text-emerald-300\/45{
  color: rgb(110 231 183 / 0.45);
}

.text-emerald-300\/5{
  color: rgb(110 231 183 / 0.05);
}

.text-emerald-300\/50{
  color: rgb(110 231 183 / 0.5);
}

.text-emerald-300\/55{
  color: rgb(110 231 183 / 0.55);
}

.text-emerald-300\/60{
  color: rgb(110 231 183 / 0.6);
}

.text-emerald-300\/65{
  color: rgb(110 231 183 / 0.65);
}

.text-emerald-300\/70{
  color: rgb(110 231 183 / 0.7);
}

.text-emerald-300\/75{
  color: rgb(110 231 183 / 0.75);
}

.text-emerald-300\/80{
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-300\/85{
  color: rgb(110 231 183 / 0.85);
}

.text-emerald-300\/90{
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-300\/95{
  color: rgb(110 231 183 / 0.95);
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.text-emerald-400\/0{
  color: rgb(52 211 153 / 0);
}

.text-emerald-400\/10{
  color: rgb(52 211 153 / 0.1);
}

.text-emerald-400\/100{
  color: rgb(52 211 153 / 1);
}

.text-emerald-400\/15{
  color: rgb(52 211 153 / 0.15);
}

.text-emerald-400\/20{
  color: rgb(52 211 153 / 0.2);
}

.text-emerald-400\/25{
  color: rgb(52 211 153 / 0.25);
}

.text-emerald-400\/30{
  color: rgb(52 211 153 / 0.3);
}

.text-emerald-400\/35{
  color: rgb(52 211 153 / 0.35);
}

.text-emerald-400\/40{
  color: rgb(52 211 153 / 0.4);
}

.text-emerald-400\/45{
  color: rgb(52 211 153 / 0.45);
}

.text-emerald-400\/5{
  color: rgb(52 211 153 / 0.05);
}

.text-emerald-400\/50{
  color: rgb(52 211 153 / 0.5);
}

.text-emerald-400\/55{
  color: rgb(52 211 153 / 0.55);
}

.text-emerald-400\/60{
  color: rgb(52 211 153 / 0.6);
}

.text-emerald-400\/65{
  color: rgb(52 211 153 / 0.65);
}

.text-emerald-400\/70{
  color: rgb(52 211 153 / 0.7);
}

.text-emerald-400\/75{
  color: rgb(52 211 153 / 0.75);
}

.text-emerald-400\/80{
  color: rgb(52 211 153 / 0.8);
}

.text-emerald-400\/85{
  color: rgb(52 211 153 / 0.85);
}

.text-emerald-400\/90{
  color: rgb(52 211 153 / 0.9);
}

.text-emerald-400\/95{
  color: rgb(52 211 153 / 0.95);
}

.text-emerald-50{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.text-emerald-50\/0{
  color: rgb(236 253 245 / 0);
}

.text-emerald-50\/10{
  color: rgb(236 253 245 / 0.1);
}

.text-emerald-50\/100{
  color: rgb(236 253 245 / 1);
}

.text-emerald-50\/15{
  color: rgb(236 253 245 / 0.15);
}

.text-emerald-50\/20{
  color: rgb(236 253 245 / 0.2);
}

.text-emerald-50\/25{
  color: rgb(236 253 245 / 0.25);
}

.text-emerald-50\/30{
  color: rgb(236 253 245 / 0.3);
}

.text-emerald-50\/35{
  color: rgb(236 253 245 / 0.35);
}

.text-emerald-50\/40{
  color: rgb(236 253 245 / 0.4);
}

.text-emerald-50\/45{
  color: rgb(236 253 245 / 0.45);
}

.text-emerald-50\/5{
  color: rgb(236 253 245 / 0.05);
}

.text-emerald-50\/50{
  color: rgb(236 253 245 / 0.5);
}

.text-emerald-50\/55{
  color: rgb(236 253 245 / 0.55);
}

.text-emerald-50\/60{
  color: rgb(236 253 245 / 0.6);
}

.text-emerald-50\/65{
  color: rgb(236 253 245 / 0.65);
}

.text-emerald-50\/70{
  color: rgb(236 253 245 / 0.7);
}

.text-emerald-50\/75{
  color: rgb(236 253 245 / 0.75);
}

.text-emerald-50\/80{
  color: rgb(236 253 245 / 0.8);
}

.text-emerald-50\/85{
  color: rgb(236 253 245 / 0.85);
}

.text-emerald-50\/90{
  color: rgb(236 253 245 / 0.9);
}

.text-emerald-50\/95{
  color: rgb(236 253 245 / 0.95);
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-emerald-500\/0{
  color: rgb(16 185 129 / 0);
}

.text-emerald-500\/10{
  color: rgb(16 185 129 / 0.1);
}

.text-emerald-500\/100{
  color: rgb(16 185 129 / 1);
}

.text-emerald-500\/15{
  color: rgb(16 185 129 / 0.15);
}

.text-emerald-500\/20{
  color: rgb(16 185 129 / 0.2);
}

.text-emerald-500\/25{
  color: rgb(16 185 129 / 0.25);
}

.text-emerald-500\/30{
  color: rgb(16 185 129 / 0.3);
}

.text-emerald-500\/35{
  color: rgb(16 185 129 / 0.35);
}

.text-emerald-500\/40{
  color: rgb(16 185 129 / 0.4);
}

.text-emerald-500\/45{
  color: rgb(16 185 129 / 0.45);
}

.text-emerald-500\/5{
  color: rgb(16 185 129 / 0.05);
}

.text-emerald-500\/50{
  color: rgb(16 185 129 / 0.5);
}

.text-emerald-500\/55{
  color: rgb(16 185 129 / 0.55);
}

.text-emerald-500\/60{
  color: rgb(16 185 129 / 0.6);
}

.text-emerald-500\/65{
  color: rgb(16 185 129 / 0.65);
}

.text-emerald-500\/70{
  color: rgb(16 185 129 / 0.7);
}

.text-emerald-500\/75{
  color: rgb(16 185 129 / 0.75);
}

.text-emerald-500\/80{
  color: rgb(16 185 129 / 0.8);
}

.text-emerald-500\/85{
  color: rgb(16 185 129 / 0.85);
}

.text-emerald-500\/90{
  color: rgb(16 185 129 / 0.9);
}

.text-emerald-500\/95{
  color: rgb(16 185 129 / 0.95);
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-emerald-600\/0{
  color: rgb(5 150 105 / 0);
}

.text-emerald-600\/10{
  color: rgb(5 150 105 / 0.1);
}

.text-emerald-600\/100{
  color: rgb(5 150 105 / 1);
}

.text-emerald-600\/15{
  color: rgb(5 150 105 / 0.15);
}

.text-emerald-600\/20{
  color: rgb(5 150 105 / 0.2);
}

.text-emerald-600\/25{
  color: rgb(5 150 105 / 0.25);
}

.text-emerald-600\/30{
  color: rgb(5 150 105 / 0.3);
}

.text-emerald-600\/35{
  color: rgb(5 150 105 / 0.35);
}

.text-emerald-600\/40{
  color: rgb(5 150 105 / 0.4);
}

.text-emerald-600\/45{
  color: rgb(5 150 105 / 0.45);
}

.text-emerald-600\/5{
  color: rgb(5 150 105 / 0.05);
}

.text-emerald-600\/50{
  color: rgb(5 150 105 / 0.5);
}

.text-emerald-600\/55{
  color: rgb(5 150 105 / 0.55);
}

.text-emerald-600\/60{
  color: rgb(5 150 105 / 0.6);
}

.text-emerald-600\/65{
  color: rgb(5 150 105 / 0.65);
}

.text-emerald-600\/70{
  color: rgb(5 150 105 / 0.7);
}

.text-emerald-600\/75{
  color: rgb(5 150 105 / 0.75);
}

.text-emerald-600\/80{
  color: rgb(5 150 105 / 0.8);
}

.text-emerald-600\/85{
  color: rgb(5 150 105 / 0.85);
}

.text-emerald-600\/90{
  color: rgb(5 150 105 / 0.9);
}

.text-emerald-600\/95{
  color: rgb(5 150 105 / 0.95);
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-emerald-700\/0{
  color: rgb(4 120 87 / 0);
}

.text-emerald-700\/10{
  color: rgb(4 120 87 / 0.1);
}

.text-emerald-700\/100{
  color: rgb(4 120 87 / 1);
}

.text-emerald-700\/15{
  color: rgb(4 120 87 / 0.15);
}

.text-emerald-700\/20{
  color: rgb(4 120 87 / 0.2);
}

.text-emerald-700\/25{
  color: rgb(4 120 87 / 0.25);
}

.text-emerald-700\/30{
  color: rgb(4 120 87 / 0.3);
}

.text-emerald-700\/35{
  color: rgb(4 120 87 / 0.35);
}

.text-emerald-700\/40{
  color: rgb(4 120 87 / 0.4);
}

.text-emerald-700\/45{
  color: rgb(4 120 87 / 0.45);
}

.text-emerald-700\/5{
  color: rgb(4 120 87 / 0.05);
}

.text-emerald-700\/50{
  color: rgb(4 120 87 / 0.5);
}

.text-emerald-700\/55{
  color: rgb(4 120 87 / 0.55);
}

.text-emerald-700\/60{
  color: rgb(4 120 87 / 0.6);
}

.text-emerald-700\/65{
  color: rgb(4 120 87 / 0.65);
}

.text-emerald-700\/70{
  color: rgb(4 120 87 / 0.7);
}

.text-emerald-700\/75{
  color: rgb(4 120 87 / 0.75);
}

.text-emerald-700\/80{
  color: rgb(4 120 87 / 0.8);
}

.text-emerald-700\/85{
  color: rgb(4 120 87 / 0.85);
}

.text-emerald-700\/90{
  color: rgb(4 120 87 / 0.9);
}

.text-emerald-700\/95{
  color: rgb(4 120 87 / 0.95);
}

.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.text-emerald-800\/0{
  color: rgb(6 95 70 / 0);
}

.text-emerald-800\/10{
  color: rgb(6 95 70 / 0.1);
}

.text-emerald-800\/100{
  color: rgb(6 95 70 / 1);
}

.text-emerald-800\/15{
  color: rgb(6 95 70 / 0.15);
}

.text-emerald-800\/20{
  color: rgb(6 95 70 / 0.2);
}

.text-emerald-800\/25{
  color: rgb(6 95 70 / 0.25);
}

.text-emerald-800\/30{
  color: rgb(6 95 70 / 0.3);
}

.text-emerald-800\/35{
  color: rgb(6 95 70 / 0.35);
}

.text-emerald-800\/40{
  color: rgb(6 95 70 / 0.4);
}

.text-emerald-800\/45{
  color: rgb(6 95 70 / 0.45);
}

.text-emerald-800\/5{
  color: rgb(6 95 70 / 0.05);
}

.text-emerald-800\/50{
  color: rgb(6 95 70 / 0.5);
}

.text-emerald-800\/55{
  color: rgb(6 95 70 / 0.55);
}

.text-emerald-800\/60{
  color: rgb(6 95 70 / 0.6);
}

.text-emerald-800\/65{
  color: rgb(6 95 70 / 0.65);
}

.text-emerald-800\/70{
  color: rgb(6 95 70 / 0.7);
}

.text-emerald-800\/75{
  color: rgb(6 95 70 / 0.75);
}

.text-emerald-800\/80{
  color: rgb(6 95 70 / 0.8);
}

.text-emerald-800\/85{
  color: rgb(6 95 70 / 0.85);
}

.text-emerald-800\/90{
  color: rgb(6 95 70 / 0.9);
}

.text-emerald-800\/95{
  color: rgb(6 95 70 / 0.95);
}

.text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.text-emerald-900\/0{
  color: rgb(6 78 59 / 0);
}

.text-emerald-900\/10{
  color: rgb(6 78 59 / 0.1);
}

.text-emerald-900\/100{
  color: rgb(6 78 59 / 1);
}

.text-emerald-900\/15{
  color: rgb(6 78 59 / 0.15);
}

.text-emerald-900\/20{
  color: rgb(6 78 59 / 0.2);
}

.text-emerald-900\/25{
  color: rgb(6 78 59 / 0.25);
}

.text-emerald-900\/30{
  color: rgb(6 78 59 / 0.3);
}

.text-emerald-900\/35{
  color: rgb(6 78 59 / 0.35);
}

.text-emerald-900\/40{
  color: rgb(6 78 59 / 0.4);
}

.text-emerald-900\/45{
  color: rgb(6 78 59 / 0.45);
}

.text-emerald-900\/5{
  color: rgb(6 78 59 / 0.05);
}

.text-emerald-900\/50{
  color: rgb(6 78 59 / 0.5);
}

.text-emerald-900\/55{
  color: rgb(6 78 59 / 0.55);
}

.text-emerald-900\/60{
  color: rgb(6 78 59 / 0.6);
}

.text-emerald-900\/65{
  color: rgb(6 78 59 / 0.65);
}

.text-emerald-900\/70{
  color: rgb(6 78 59 / 0.7);
}

.text-emerald-900\/75{
  color: rgb(6 78 59 / 0.75);
}

.text-emerald-900\/80{
  color: rgb(6 78 59 / 0.8);
}

.text-emerald-900\/85{
  color: rgb(6 78 59 / 0.85);
}

.text-emerald-900\/90{
  color: rgb(6 78 59 / 0.9);
}

.text-emerald-900\/95{
  color: rgb(6 78 59 / 0.95);
}

.text-emerald-950{
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}

.text-emerald-950\/0{
  color: rgb(2 44 34 / 0);
}

.text-emerald-950\/10{
  color: rgb(2 44 34 / 0.1);
}

.text-emerald-950\/100{
  color: rgb(2 44 34 / 1);
}

.text-emerald-950\/15{
  color: rgb(2 44 34 / 0.15);
}

.text-emerald-950\/20{
  color: rgb(2 44 34 / 0.2);
}

.text-emerald-950\/25{
  color: rgb(2 44 34 / 0.25);
}

.text-emerald-950\/30{
  color: rgb(2 44 34 / 0.3);
}

.text-emerald-950\/35{
  color: rgb(2 44 34 / 0.35);
}

.text-emerald-950\/40{
  color: rgb(2 44 34 / 0.4);
}

.text-emerald-950\/45{
  color: rgb(2 44 34 / 0.45);
}

.text-emerald-950\/5{
  color: rgb(2 44 34 / 0.05);
}

.text-emerald-950\/50{
  color: rgb(2 44 34 / 0.5);
}

.text-emerald-950\/55{
  color: rgb(2 44 34 / 0.55);
}

.text-emerald-950\/60{
  color: rgb(2 44 34 / 0.6);
}

.text-emerald-950\/65{
  color: rgb(2 44 34 / 0.65);
}

.text-emerald-950\/70{
  color: rgb(2 44 34 / 0.7);
}

.text-emerald-950\/75{
  color: rgb(2 44 34 / 0.75);
}

.text-emerald-950\/80{
  color: rgb(2 44 34 / 0.8);
}

.text-emerald-950\/85{
  color: rgb(2 44 34 / 0.85);
}

.text-emerald-950\/90{
  color: rgb(2 44 34 / 0.9);
}

.text-emerald-950\/95{
  color: rgb(2 44 34 / 0.95);
}

.text-excel{
  --tw-text-opacity: 1;
  color: rgb(11 160 123 / var(--tw-text-opacity));
}

.text-excel-hover{
  --tw-text-opacity: 1;
  color: rgb(9 138 107 / var(--tw-text-opacity));
}

.text-excel-hover\/0{
  color: rgb(9 138 107 / 0);
}

.text-excel-hover\/10{
  color: rgb(9 138 107 / 0.1);
}

.text-excel-hover\/100{
  color: rgb(9 138 107 / 1);
}

.text-excel-hover\/15{
  color: rgb(9 138 107 / 0.15);
}

.text-excel-hover\/20{
  color: rgb(9 138 107 / 0.2);
}

.text-excel-hover\/25{
  color: rgb(9 138 107 / 0.25);
}

.text-excel-hover\/30{
  color: rgb(9 138 107 / 0.3);
}

.text-excel-hover\/35{
  color: rgb(9 138 107 / 0.35);
}

.text-excel-hover\/40{
  color: rgb(9 138 107 / 0.4);
}

.text-excel-hover\/45{
  color: rgb(9 138 107 / 0.45);
}

.text-excel-hover\/5{
  color: rgb(9 138 107 / 0.05);
}

.text-excel-hover\/50{
  color: rgb(9 138 107 / 0.5);
}

.text-excel-hover\/55{
  color: rgb(9 138 107 / 0.55);
}

.text-excel-hover\/60{
  color: rgb(9 138 107 / 0.6);
}

.text-excel-hover\/65{
  color: rgb(9 138 107 / 0.65);
}

.text-excel-hover\/70{
  color: rgb(9 138 107 / 0.7);
}

.text-excel-hover\/75{
  color: rgb(9 138 107 / 0.75);
}

.text-excel-hover\/80{
  color: rgb(9 138 107 / 0.8);
}

.text-excel-hover\/85{
  color: rgb(9 138 107 / 0.85);
}

.text-excel-hover\/90{
  color: rgb(9 138 107 / 0.9);
}

.text-excel-hover\/95{
  color: rgb(9 138 107 / 0.95);
}

.text-excel\/0{
  color: rgb(11 160 123 / 0);
}

.text-excel\/10{
  color: rgb(11 160 123 / 0.1);
}

.text-excel\/100{
  color: rgb(11 160 123 / 1);
}

.text-excel\/15{
  color: rgb(11 160 123 / 0.15);
}

.text-excel\/20{
  color: rgb(11 160 123 / 0.2);
}

.text-excel\/25{
  color: rgb(11 160 123 / 0.25);
}

.text-excel\/30{
  color: rgb(11 160 123 / 0.3);
}

.text-excel\/35{
  color: rgb(11 160 123 / 0.35);
}

.text-excel\/40{
  color: rgb(11 160 123 / 0.4);
}

.text-excel\/45{
  color: rgb(11 160 123 / 0.45);
}

.text-excel\/5{
  color: rgb(11 160 123 / 0.05);
}

.text-excel\/50{
  color: rgb(11 160 123 / 0.5);
}

.text-excel\/55{
  color: rgb(11 160 123 / 0.55);
}

.text-excel\/60{
  color: rgb(11 160 123 / 0.6);
}

.text-excel\/65{
  color: rgb(11 160 123 / 0.65);
}

.text-excel\/70{
  color: rgb(11 160 123 / 0.7);
}

.text-excel\/75{
  color: rgb(11 160 123 / 0.75);
}

.text-excel\/80{
  color: rgb(11 160 123 / 0.8);
}

.text-excel\/85{
  color: rgb(11 160 123 / 0.85);
}

.text-excel\/90{
  color: rgb(11 160 123 / 0.9);
}

.text-excel\/95{
  color: rgb(11 160 123 / 0.95);
}

.text-fuchsia-100{
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}

.text-fuchsia-100\/0{
  color: rgb(250 232 255 / 0);
}

.text-fuchsia-100\/10{
  color: rgb(250 232 255 / 0.1);
}

.text-fuchsia-100\/100{
  color: rgb(250 232 255 / 1);
}

.text-fuchsia-100\/15{
  color: rgb(250 232 255 / 0.15);
}

.text-fuchsia-100\/20{
  color: rgb(250 232 255 / 0.2);
}

.text-fuchsia-100\/25{
  color: rgb(250 232 255 / 0.25);
}

.text-fuchsia-100\/30{
  color: rgb(250 232 255 / 0.3);
}

.text-fuchsia-100\/35{
  color: rgb(250 232 255 / 0.35);
}

.text-fuchsia-100\/40{
  color: rgb(250 232 255 / 0.4);
}

.text-fuchsia-100\/45{
  color: rgb(250 232 255 / 0.45);
}

.text-fuchsia-100\/5{
  color: rgb(250 232 255 / 0.05);
}

.text-fuchsia-100\/50{
  color: rgb(250 232 255 / 0.5);
}

.text-fuchsia-100\/55{
  color: rgb(250 232 255 / 0.55);
}

.text-fuchsia-100\/60{
  color: rgb(250 232 255 / 0.6);
}

.text-fuchsia-100\/65{
  color: rgb(250 232 255 / 0.65);
}

.text-fuchsia-100\/70{
  color: rgb(250 232 255 / 0.7);
}

.text-fuchsia-100\/75{
  color: rgb(250 232 255 / 0.75);
}

.text-fuchsia-100\/80{
  color: rgb(250 232 255 / 0.8);
}

.text-fuchsia-100\/85{
  color: rgb(250 232 255 / 0.85);
}

.text-fuchsia-100\/90{
  color: rgb(250 232 255 / 0.9);
}

.text-fuchsia-100\/95{
  color: rgb(250 232 255 / 0.95);
}

.text-fuchsia-200{
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}

.text-fuchsia-200\/0{
  color: rgb(245 208 254 / 0);
}

.text-fuchsia-200\/10{
  color: rgb(245 208 254 / 0.1);
}

.text-fuchsia-200\/100{
  color: rgb(245 208 254 / 1);
}

.text-fuchsia-200\/15{
  color: rgb(245 208 254 / 0.15);
}

.text-fuchsia-200\/20{
  color: rgb(245 208 254 / 0.2);
}

.text-fuchsia-200\/25{
  color: rgb(245 208 254 / 0.25);
}

.text-fuchsia-200\/30{
  color: rgb(245 208 254 / 0.3);
}

.text-fuchsia-200\/35{
  color: rgb(245 208 254 / 0.35);
}

.text-fuchsia-200\/40{
  color: rgb(245 208 254 / 0.4);
}

.text-fuchsia-200\/45{
  color: rgb(245 208 254 / 0.45);
}

.text-fuchsia-200\/5{
  color: rgb(245 208 254 / 0.05);
}

.text-fuchsia-200\/50{
  color: rgb(245 208 254 / 0.5);
}

.text-fuchsia-200\/55{
  color: rgb(245 208 254 / 0.55);
}

.text-fuchsia-200\/60{
  color: rgb(245 208 254 / 0.6);
}

.text-fuchsia-200\/65{
  color: rgb(245 208 254 / 0.65);
}

.text-fuchsia-200\/70{
  color: rgb(245 208 254 / 0.7);
}

.text-fuchsia-200\/75{
  color: rgb(245 208 254 / 0.75);
}

.text-fuchsia-200\/80{
  color: rgb(245 208 254 / 0.8);
}

.text-fuchsia-200\/85{
  color: rgb(245 208 254 / 0.85);
}

.text-fuchsia-200\/90{
  color: rgb(245 208 254 / 0.9);
}

.text-fuchsia-200\/95{
  color: rgb(245 208 254 / 0.95);
}

.text-fuchsia-300{
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}

.text-fuchsia-300\/0{
  color: rgb(240 171 252 / 0);
}

.text-fuchsia-300\/10{
  color: rgb(240 171 252 / 0.1);
}

.text-fuchsia-300\/100{
  color: rgb(240 171 252 / 1);
}

.text-fuchsia-300\/15{
  color: rgb(240 171 252 / 0.15);
}

.text-fuchsia-300\/20{
  color: rgb(240 171 252 / 0.2);
}

.text-fuchsia-300\/25{
  color: rgb(240 171 252 / 0.25);
}

.text-fuchsia-300\/30{
  color: rgb(240 171 252 / 0.3);
}

.text-fuchsia-300\/35{
  color: rgb(240 171 252 / 0.35);
}

.text-fuchsia-300\/40{
  color: rgb(240 171 252 / 0.4);
}

.text-fuchsia-300\/45{
  color: rgb(240 171 252 / 0.45);
}

.text-fuchsia-300\/5{
  color: rgb(240 171 252 / 0.05);
}

.text-fuchsia-300\/50{
  color: rgb(240 171 252 / 0.5);
}

.text-fuchsia-300\/55{
  color: rgb(240 171 252 / 0.55);
}

.text-fuchsia-300\/60{
  color: rgb(240 171 252 / 0.6);
}

.text-fuchsia-300\/65{
  color: rgb(240 171 252 / 0.65);
}

.text-fuchsia-300\/70{
  color: rgb(240 171 252 / 0.7);
}

.text-fuchsia-300\/75{
  color: rgb(240 171 252 / 0.75);
}

.text-fuchsia-300\/80{
  color: rgb(240 171 252 / 0.8);
}

.text-fuchsia-300\/85{
  color: rgb(240 171 252 / 0.85);
}

.text-fuchsia-300\/90{
  color: rgb(240 171 252 / 0.9);
}

.text-fuchsia-300\/95{
  color: rgb(240 171 252 / 0.95);
}

.text-fuchsia-400{
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}

.text-fuchsia-400\/0{
  color: rgb(232 121 249 / 0);
}

.text-fuchsia-400\/10{
  color: rgb(232 121 249 / 0.1);
}

.text-fuchsia-400\/100{
  color: rgb(232 121 249 / 1);
}

.text-fuchsia-400\/15{
  color: rgb(232 121 249 / 0.15);
}

.text-fuchsia-400\/20{
  color: rgb(232 121 249 / 0.2);
}

.text-fuchsia-400\/25{
  color: rgb(232 121 249 / 0.25);
}

.text-fuchsia-400\/30{
  color: rgb(232 121 249 / 0.3);
}

.text-fuchsia-400\/35{
  color: rgb(232 121 249 / 0.35);
}

.text-fuchsia-400\/40{
  color: rgb(232 121 249 / 0.4);
}

.text-fuchsia-400\/45{
  color: rgb(232 121 249 / 0.45);
}

.text-fuchsia-400\/5{
  color: rgb(232 121 249 / 0.05);
}

.text-fuchsia-400\/50{
  color: rgb(232 121 249 / 0.5);
}

.text-fuchsia-400\/55{
  color: rgb(232 121 249 / 0.55);
}

.text-fuchsia-400\/60{
  color: rgb(232 121 249 / 0.6);
}

.text-fuchsia-400\/65{
  color: rgb(232 121 249 / 0.65);
}

.text-fuchsia-400\/70{
  color: rgb(232 121 249 / 0.7);
}

.text-fuchsia-400\/75{
  color: rgb(232 121 249 / 0.75);
}

.text-fuchsia-400\/80{
  color: rgb(232 121 249 / 0.8);
}

.text-fuchsia-400\/85{
  color: rgb(232 121 249 / 0.85);
}

.text-fuchsia-400\/90{
  color: rgb(232 121 249 / 0.9);
}

.text-fuchsia-400\/95{
  color: rgb(232 121 249 / 0.95);
}

.text-fuchsia-50{
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}

.text-fuchsia-50\/0{
  color: rgb(253 244 255 / 0);
}

.text-fuchsia-50\/10{
  color: rgb(253 244 255 / 0.1);
}

.text-fuchsia-50\/100{
  color: rgb(253 244 255 / 1);
}

.text-fuchsia-50\/15{
  color: rgb(253 244 255 / 0.15);
}

.text-fuchsia-50\/20{
  color: rgb(253 244 255 / 0.2);
}

.text-fuchsia-50\/25{
  color: rgb(253 244 255 / 0.25);
}

.text-fuchsia-50\/30{
  color: rgb(253 244 255 / 0.3);
}

.text-fuchsia-50\/35{
  color: rgb(253 244 255 / 0.35);
}

.text-fuchsia-50\/40{
  color: rgb(253 244 255 / 0.4);
}

.text-fuchsia-50\/45{
  color: rgb(253 244 255 / 0.45);
}

.text-fuchsia-50\/5{
  color: rgb(253 244 255 / 0.05);
}

.text-fuchsia-50\/50{
  color: rgb(253 244 255 / 0.5);
}

.text-fuchsia-50\/55{
  color: rgb(253 244 255 / 0.55);
}

.text-fuchsia-50\/60{
  color: rgb(253 244 255 / 0.6);
}

.text-fuchsia-50\/65{
  color: rgb(253 244 255 / 0.65);
}

.text-fuchsia-50\/70{
  color: rgb(253 244 255 / 0.7);
}

.text-fuchsia-50\/75{
  color: rgb(253 244 255 / 0.75);
}

.text-fuchsia-50\/80{
  color: rgb(253 244 255 / 0.8);
}

.text-fuchsia-50\/85{
  color: rgb(253 244 255 / 0.85);
}

.text-fuchsia-50\/90{
  color: rgb(253 244 255 / 0.9);
}

.text-fuchsia-50\/95{
  color: rgb(253 244 255 / 0.95);
}

.text-fuchsia-500{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}

.text-fuchsia-500\/0{
  color: rgb(217 70 239 / 0);
}

.text-fuchsia-500\/10{
  color: rgb(217 70 239 / 0.1);
}

.text-fuchsia-500\/100{
  color: rgb(217 70 239 / 1);
}

.text-fuchsia-500\/15{
  color: rgb(217 70 239 / 0.15);
}

.text-fuchsia-500\/20{
  color: rgb(217 70 239 / 0.2);
}

.text-fuchsia-500\/25{
  color: rgb(217 70 239 / 0.25);
}

.text-fuchsia-500\/30{
  color: rgb(217 70 239 / 0.3);
}

.text-fuchsia-500\/35{
  color: rgb(217 70 239 / 0.35);
}

.text-fuchsia-500\/40{
  color: rgb(217 70 239 / 0.4);
}

.text-fuchsia-500\/45{
  color: rgb(217 70 239 / 0.45);
}

.text-fuchsia-500\/5{
  color: rgb(217 70 239 / 0.05);
}

.text-fuchsia-500\/50{
  color: rgb(217 70 239 / 0.5);
}

.text-fuchsia-500\/55{
  color: rgb(217 70 239 / 0.55);
}

.text-fuchsia-500\/60{
  color: rgb(217 70 239 / 0.6);
}

.text-fuchsia-500\/65{
  color: rgb(217 70 239 / 0.65);
}

.text-fuchsia-500\/70{
  color: rgb(217 70 239 / 0.7);
}

.text-fuchsia-500\/75{
  color: rgb(217 70 239 / 0.75);
}

.text-fuchsia-500\/80{
  color: rgb(217 70 239 / 0.8);
}

.text-fuchsia-500\/85{
  color: rgb(217 70 239 / 0.85);
}

.text-fuchsia-500\/90{
  color: rgb(217 70 239 / 0.9);
}

.text-fuchsia-500\/95{
  color: rgb(217 70 239 / 0.95);
}

.text-fuchsia-600{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}

.text-fuchsia-600\/0{
  color: rgb(192 38 211 / 0);
}

.text-fuchsia-600\/10{
  color: rgb(192 38 211 / 0.1);
}

.text-fuchsia-600\/100{
  color: rgb(192 38 211 / 1);
}

.text-fuchsia-600\/15{
  color: rgb(192 38 211 / 0.15);
}

.text-fuchsia-600\/20{
  color: rgb(192 38 211 / 0.2);
}

.text-fuchsia-600\/25{
  color: rgb(192 38 211 / 0.25);
}

.text-fuchsia-600\/30{
  color: rgb(192 38 211 / 0.3);
}

.text-fuchsia-600\/35{
  color: rgb(192 38 211 / 0.35);
}

.text-fuchsia-600\/40{
  color: rgb(192 38 211 / 0.4);
}

.text-fuchsia-600\/45{
  color: rgb(192 38 211 / 0.45);
}

.text-fuchsia-600\/5{
  color: rgb(192 38 211 / 0.05);
}

.text-fuchsia-600\/50{
  color: rgb(192 38 211 / 0.5);
}

.text-fuchsia-600\/55{
  color: rgb(192 38 211 / 0.55);
}

.text-fuchsia-600\/60{
  color: rgb(192 38 211 / 0.6);
}

.text-fuchsia-600\/65{
  color: rgb(192 38 211 / 0.65);
}

.text-fuchsia-600\/70{
  color: rgb(192 38 211 / 0.7);
}

.text-fuchsia-600\/75{
  color: rgb(192 38 211 / 0.75);
}

.text-fuchsia-600\/80{
  color: rgb(192 38 211 / 0.8);
}

.text-fuchsia-600\/85{
  color: rgb(192 38 211 / 0.85);
}

.text-fuchsia-600\/90{
  color: rgb(192 38 211 / 0.9);
}

.text-fuchsia-600\/95{
  color: rgb(192 38 211 / 0.95);
}

.text-fuchsia-700{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}

.text-fuchsia-700\/0{
  color: rgb(162 28 175 / 0);
}

.text-fuchsia-700\/10{
  color: rgb(162 28 175 / 0.1);
}

.text-fuchsia-700\/100{
  color: rgb(162 28 175 / 1);
}

.text-fuchsia-700\/15{
  color: rgb(162 28 175 / 0.15);
}

.text-fuchsia-700\/20{
  color: rgb(162 28 175 / 0.2);
}

.text-fuchsia-700\/25{
  color: rgb(162 28 175 / 0.25);
}

.text-fuchsia-700\/30{
  color: rgb(162 28 175 / 0.3);
}

.text-fuchsia-700\/35{
  color: rgb(162 28 175 / 0.35);
}

.text-fuchsia-700\/40{
  color: rgb(162 28 175 / 0.4);
}

.text-fuchsia-700\/45{
  color: rgb(162 28 175 / 0.45);
}

.text-fuchsia-700\/5{
  color: rgb(162 28 175 / 0.05);
}

.text-fuchsia-700\/50{
  color: rgb(162 28 175 / 0.5);
}

.text-fuchsia-700\/55{
  color: rgb(162 28 175 / 0.55);
}

.text-fuchsia-700\/60{
  color: rgb(162 28 175 / 0.6);
}

.text-fuchsia-700\/65{
  color: rgb(162 28 175 / 0.65);
}

.text-fuchsia-700\/70{
  color: rgb(162 28 175 / 0.7);
}

.text-fuchsia-700\/75{
  color: rgb(162 28 175 / 0.75);
}

.text-fuchsia-700\/80{
  color: rgb(162 28 175 / 0.8);
}

.text-fuchsia-700\/85{
  color: rgb(162 28 175 / 0.85);
}

.text-fuchsia-700\/90{
  color: rgb(162 28 175 / 0.9);
}

.text-fuchsia-700\/95{
  color: rgb(162 28 175 / 0.95);
}

.text-fuchsia-800{
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}

.text-fuchsia-800\/0{
  color: rgb(134 25 143 / 0);
}

.text-fuchsia-800\/10{
  color: rgb(134 25 143 / 0.1);
}

.text-fuchsia-800\/100{
  color: rgb(134 25 143 / 1);
}

.text-fuchsia-800\/15{
  color: rgb(134 25 143 / 0.15);
}

.text-fuchsia-800\/20{
  color: rgb(134 25 143 / 0.2);
}

.text-fuchsia-800\/25{
  color: rgb(134 25 143 / 0.25);
}

.text-fuchsia-800\/30{
  color: rgb(134 25 143 / 0.3);
}

.text-fuchsia-800\/35{
  color: rgb(134 25 143 / 0.35);
}

.text-fuchsia-800\/40{
  color: rgb(134 25 143 / 0.4);
}

.text-fuchsia-800\/45{
  color: rgb(134 25 143 / 0.45);
}

.text-fuchsia-800\/5{
  color: rgb(134 25 143 / 0.05);
}

.text-fuchsia-800\/50{
  color: rgb(134 25 143 / 0.5);
}

.text-fuchsia-800\/55{
  color: rgb(134 25 143 / 0.55);
}

.text-fuchsia-800\/60{
  color: rgb(134 25 143 / 0.6);
}

.text-fuchsia-800\/65{
  color: rgb(134 25 143 / 0.65);
}

.text-fuchsia-800\/70{
  color: rgb(134 25 143 / 0.7);
}

.text-fuchsia-800\/75{
  color: rgb(134 25 143 / 0.75);
}

.text-fuchsia-800\/80{
  color: rgb(134 25 143 / 0.8);
}

.text-fuchsia-800\/85{
  color: rgb(134 25 143 / 0.85);
}

.text-fuchsia-800\/90{
  color: rgb(134 25 143 / 0.9);
}

.text-fuchsia-800\/95{
  color: rgb(134 25 143 / 0.95);
}

.text-fuchsia-900{
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}

.text-fuchsia-900\/0{
  color: rgb(112 26 117 / 0);
}

.text-fuchsia-900\/10{
  color: rgb(112 26 117 / 0.1);
}

.text-fuchsia-900\/100{
  color: rgb(112 26 117 / 1);
}

.text-fuchsia-900\/15{
  color: rgb(112 26 117 / 0.15);
}

.text-fuchsia-900\/20{
  color: rgb(112 26 117 / 0.2);
}

.text-fuchsia-900\/25{
  color: rgb(112 26 117 / 0.25);
}

.text-fuchsia-900\/30{
  color: rgb(112 26 117 / 0.3);
}

.text-fuchsia-900\/35{
  color: rgb(112 26 117 / 0.35);
}

.text-fuchsia-900\/40{
  color: rgb(112 26 117 / 0.4);
}

.text-fuchsia-900\/45{
  color: rgb(112 26 117 / 0.45);
}

.text-fuchsia-900\/5{
  color: rgb(112 26 117 / 0.05);
}

.text-fuchsia-900\/50{
  color: rgb(112 26 117 / 0.5);
}

.text-fuchsia-900\/55{
  color: rgb(112 26 117 / 0.55);
}

.text-fuchsia-900\/60{
  color: rgb(112 26 117 / 0.6);
}

.text-fuchsia-900\/65{
  color: rgb(112 26 117 / 0.65);
}

.text-fuchsia-900\/70{
  color: rgb(112 26 117 / 0.7);
}

.text-fuchsia-900\/75{
  color: rgb(112 26 117 / 0.75);
}

.text-fuchsia-900\/80{
  color: rgb(112 26 117 / 0.8);
}

.text-fuchsia-900\/85{
  color: rgb(112 26 117 / 0.85);
}

.text-fuchsia-900\/90{
  color: rgb(112 26 117 / 0.9);
}

.text-fuchsia-900\/95{
  color: rgb(112 26 117 / 0.95);
}

.text-fuchsia-950{
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}

.text-fuchsia-950\/0{
  color: rgb(74 4 78 / 0);
}

.text-fuchsia-950\/10{
  color: rgb(74 4 78 / 0.1);
}

.text-fuchsia-950\/100{
  color: rgb(74 4 78 / 1);
}

.text-fuchsia-950\/15{
  color: rgb(74 4 78 / 0.15);
}

.text-fuchsia-950\/20{
  color: rgb(74 4 78 / 0.2);
}

.text-fuchsia-950\/25{
  color: rgb(74 4 78 / 0.25);
}

.text-fuchsia-950\/30{
  color: rgb(74 4 78 / 0.3);
}

.text-fuchsia-950\/35{
  color: rgb(74 4 78 / 0.35);
}

.text-fuchsia-950\/40{
  color: rgb(74 4 78 / 0.4);
}

.text-fuchsia-950\/45{
  color: rgb(74 4 78 / 0.45);
}

.text-fuchsia-950\/5{
  color: rgb(74 4 78 / 0.05);
}

.text-fuchsia-950\/50{
  color: rgb(74 4 78 / 0.5);
}

.text-fuchsia-950\/55{
  color: rgb(74 4 78 / 0.55);
}

.text-fuchsia-950\/60{
  color: rgb(74 4 78 / 0.6);
}

.text-fuchsia-950\/65{
  color: rgb(74 4 78 / 0.65);
}

.text-fuchsia-950\/70{
  color: rgb(74 4 78 / 0.7);
}

.text-fuchsia-950\/75{
  color: rgb(74 4 78 / 0.75);
}

.text-fuchsia-950\/80{
  color: rgb(74 4 78 / 0.8);
}

.text-fuchsia-950\/85{
  color: rgb(74 4 78 / 0.85);
}

.text-fuchsia-950\/90{
  color: rgb(74 4 78 / 0.9);
}

.text-fuchsia-950\/95{
  color: rgb(74 4 78 / 0.95);
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-100\/0{
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100{
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/15{
  color: rgb(243 244 246 / 0.15);
}

.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/35{
  color: rgb(243 244 246 / 0.35);
}

.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/45{
  color: rgb(243 244 246 / 0.45);
}

.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/55{
  color: rgb(243 244 246 / 0.55);
}

.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/65{
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85{
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-200\/0{
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100{
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15{
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35{
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45{
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55{
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65{
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85{
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-300\/0{
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100{
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15{
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35{
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45{
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55{
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65{
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85{
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-400\/0{
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100{
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15{
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35{
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45{
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55{
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65{
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85{
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-50\/0{
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100{
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/15{
  color: rgb(249 250 251 / 0.15);
}

.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/35{
  color: rgb(249 250 251 / 0.35);
}

.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/45{
  color: rgb(249 250 251 / 0.45);
}

.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/55{
  color: rgb(249 250 251 / 0.55);
}

.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/65{
  color: rgb(249 250 251 / 0.65);
}

.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/85{
  color: rgb(249 250 251 / 0.85);
}

.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95);
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-500\/0{
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100{
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15{
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35{
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45{
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55{
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65{
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85{
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-600\/0{
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100{
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15{
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35{
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45{
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55{
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65{
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85{
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-700\/0{
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100{
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15{
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35{
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45{
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55{
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65{
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85{
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-800\/0{
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100{
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15{
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35{
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45{
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55{
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65{
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85{
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-900\/0{
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100{
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/15{
  color: rgb(17 24 39 / 0.15);
}

.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/35{
  color: rgb(17 24 39 / 0.35);
}

.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/45{
  color: rgb(17 24 39 / 0.45);
}

.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/55{
  color: rgb(17 24 39 / 0.55);
}

.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/65{
  color: rgb(17 24 39 / 0.65);
}

.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/85{
  color: rgb(17 24 39 / 0.85);
}

.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95);
}

.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.text-gray-950\/0{
  color: rgb(3 7 18 / 0);
}

.text-gray-950\/10{
  color: rgb(3 7 18 / 0.1);
}

.text-gray-950\/100{
  color: rgb(3 7 18 / 1);
}

.text-gray-950\/15{
  color: rgb(3 7 18 / 0.15);
}

.text-gray-950\/20{
  color: rgb(3 7 18 / 0.2);
}

.text-gray-950\/25{
  color: rgb(3 7 18 / 0.25);
}

.text-gray-950\/30{
  color: rgb(3 7 18 / 0.3);
}

.text-gray-950\/35{
  color: rgb(3 7 18 / 0.35);
}

.text-gray-950\/40{
  color: rgb(3 7 18 / 0.4);
}

.text-gray-950\/45{
  color: rgb(3 7 18 / 0.45);
}

.text-gray-950\/5{
  color: rgb(3 7 18 / 0.05);
}

.text-gray-950\/50{
  color: rgb(3 7 18 / 0.5);
}

.text-gray-950\/55{
  color: rgb(3 7 18 / 0.55);
}

.text-gray-950\/60{
  color: rgb(3 7 18 / 0.6);
}

.text-gray-950\/65{
  color: rgb(3 7 18 / 0.65);
}

.text-gray-950\/70{
  color: rgb(3 7 18 / 0.7);
}

.text-gray-950\/75{
  color: rgb(3 7 18 / 0.75);
}

.text-gray-950\/80{
  color: rgb(3 7 18 / 0.8);
}

.text-gray-950\/85{
  color: rgb(3 7 18 / 0.85);
}

.text-gray-950\/90{
  color: rgb(3 7 18 / 0.9);
}

.text-gray-950\/95{
  color: rgb(3 7 18 / 0.95);
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.text-green-100\/0{
  color: rgb(220 252 231 / 0);
}

.text-green-100\/10{
  color: rgb(220 252 231 / 0.1);
}

.text-green-100\/100{
  color: rgb(220 252 231 / 1);
}

.text-green-100\/15{
  color: rgb(220 252 231 / 0.15);
}

.text-green-100\/20{
  color: rgb(220 252 231 / 0.2);
}

.text-green-100\/25{
  color: rgb(220 252 231 / 0.25);
}

.text-green-100\/30{
  color: rgb(220 252 231 / 0.3);
}

.text-green-100\/35{
  color: rgb(220 252 231 / 0.35);
}

.text-green-100\/40{
  color: rgb(220 252 231 / 0.4);
}

.text-green-100\/45{
  color: rgb(220 252 231 / 0.45);
}

.text-green-100\/5{
  color: rgb(220 252 231 / 0.05);
}

.text-green-100\/50{
  color: rgb(220 252 231 / 0.5);
}

.text-green-100\/55{
  color: rgb(220 252 231 / 0.55);
}

.text-green-100\/60{
  color: rgb(220 252 231 / 0.6);
}

.text-green-100\/65{
  color: rgb(220 252 231 / 0.65);
}

.text-green-100\/70{
  color: rgb(220 252 231 / 0.7);
}

.text-green-100\/75{
  color: rgb(220 252 231 / 0.75);
}

.text-green-100\/80{
  color: rgb(220 252 231 / 0.8);
}

.text-green-100\/85{
  color: rgb(220 252 231 / 0.85);
}

.text-green-100\/90{
  color: rgb(220 252 231 / 0.9);
}

.text-green-100\/95{
  color: rgb(220 252 231 / 0.95);
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.text-green-200\/0{
  color: rgb(187 247 208 / 0);
}

.text-green-200\/10{
  color: rgb(187 247 208 / 0.1);
}

.text-green-200\/100{
  color: rgb(187 247 208 / 1);
}

.text-green-200\/15{
  color: rgb(187 247 208 / 0.15);
}

.text-green-200\/20{
  color: rgb(187 247 208 / 0.2);
}

.text-green-200\/25{
  color: rgb(187 247 208 / 0.25);
}

.text-green-200\/30{
  color: rgb(187 247 208 / 0.3);
}

.text-green-200\/35{
  color: rgb(187 247 208 / 0.35);
}

.text-green-200\/40{
  color: rgb(187 247 208 / 0.4);
}

.text-green-200\/45{
  color: rgb(187 247 208 / 0.45);
}

.text-green-200\/5{
  color: rgb(187 247 208 / 0.05);
}

.text-green-200\/50{
  color: rgb(187 247 208 / 0.5);
}

.text-green-200\/55{
  color: rgb(187 247 208 / 0.55);
}

.text-green-200\/60{
  color: rgb(187 247 208 / 0.6);
}

.text-green-200\/65{
  color: rgb(187 247 208 / 0.65);
}

.text-green-200\/70{
  color: rgb(187 247 208 / 0.7);
}

.text-green-200\/75{
  color: rgb(187 247 208 / 0.75);
}

.text-green-200\/80{
  color: rgb(187 247 208 / 0.8);
}

.text-green-200\/85{
  color: rgb(187 247 208 / 0.85);
}

.text-green-200\/90{
  color: rgb(187 247 208 / 0.9);
}

.text-green-200\/95{
  color: rgb(187 247 208 / 0.95);
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.text-green-300\/0{
  color: rgb(134 239 172 / 0);
}

.text-green-300\/10{
  color: rgb(134 239 172 / 0.1);
}

.text-green-300\/100{
  color: rgb(134 239 172 / 1);
}

.text-green-300\/15{
  color: rgb(134 239 172 / 0.15);
}

.text-green-300\/20{
  color: rgb(134 239 172 / 0.2);
}

.text-green-300\/25{
  color: rgb(134 239 172 / 0.25);
}

.text-green-300\/30{
  color: rgb(134 239 172 / 0.3);
}

.text-green-300\/35{
  color: rgb(134 239 172 / 0.35);
}

.text-green-300\/40{
  color: rgb(134 239 172 / 0.4);
}

.text-green-300\/45{
  color: rgb(134 239 172 / 0.45);
}

.text-green-300\/5{
  color: rgb(134 239 172 / 0.05);
}

.text-green-300\/50{
  color: rgb(134 239 172 / 0.5);
}

.text-green-300\/55{
  color: rgb(134 239 172 / 0.55);
}

.text-green-300\/60{
  color: rgb(134 239 172 / 0.6);
}

.text-green-300\/65{
  color: rgb(134 239 172 / 0.65);
}

.text-green-300\/70{
  color: rgb(134 239 172 / 0.7);
}

.text-green-300\/75{
  color: rgb(134 239 172 / 0.75);
}

.text-green-300\/80{
  color: rgb(134 239 172 / 0.8);
}

.text-green-300\/85{
  color: rgb(134 239 172 / 0.85);
}

.text-green-300\/90{
  color: rgb(134 239 172 / 0.9);
}

.text-green-300\/95{
  color: rgb(134 239 172 / 0.95);
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-green-400\/0{
  color: rgb(74 222 128 / 0);
}

.text-green-400\/10{
  color: rgb(74 222 128 / 0.1);
}

.text-green-400\/100{
  color: rgb(74 222 128 / 1);
}

.text-green-400\/15{
  color: rgb(74 222 128 / 0.15);
}

.text-green-400\/20{
  color: rgb(74 222 128 / 0.2);
}

.text-green-400\/25{
  color: rgb(74 222 128 / 0.25);
}

.text-green-400\/30{
  color: rgb(74 222 128 / 0.3);
}

.text-green-400\/35{
  color: rgb(74 222 128 / 0.35);
}

.text-green-400\/40{
  color: rgb(74 222 128 / 0.4);
}

.text-green-400\/45{
  color: rgb(74 222 128 / 0.45);
}

.text-green-400\/5{
  color: rgb(74 222 128 / 0.05);
}

.text-green-400\/50{
  color: rgb(74 222 128 / 0.5);
}

.text-green-400\/55{
  color: rgb(74 222 128 / 0.55);
}

.text-green-400\/60{
  color: rgb(74 222 128 / 0.6);
}

.text-green-400\/65{
  color: rgb(74 222 128 / 0.65);
}

.text-green-400\/70{
  color: rgb(74 222 128 / 0.7);
}

.text-green-400\/75{
  color: rgb(74 222 128 / 0.75);
}

.text-green-400\/80{
  color: rgb(74 222 128 / 0.8);
}

.text-green-400\/85{
  color: rgb(74 222 128 / 0.85);
}

.text-green-400\/90{
  color: rgb(74 222 128 / 0.9);
}

.text-green-400\/95{
  color: rgb(74 222 128 / 0.95);
}

.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.text-green-50\/0{
  color: rgb(240 253 244 / 0);
}

.text-green-50\/10{
  color: rgb(240 253 244 / 0.1);
}

.text-green-50\/100{
  color: rgb(240 253 244 / 1);
}

.text-green-50\/15{
  color: rgb(240 253 244 / 0.15);
}

.text-green-50\/20{
  color: rgb(240 253 244 / 0.2);
}

.text-green-50\/25{
  color: rgb(240 253 244 / 0.25);
}

.text-green-50\/30{
  color: rgb(240 253 244 / 0.3);
}

.text-green-50\/35{
  color: rgb(240 253 244 / 0.35);
}

.text-green-50\/40{
  color: rgb(240 253 244 / 0.4);
}

.text-green-50\/45{
  color: rgb(240 253 244 / 0.45);
}

.text-green-50\/5{
  color: rgb(240 253 244 / 0.05);
}

.text-green-50\/50{
  color: rgb(240 253 244 / 0.5);
}

.text-green-50\/55{
  color: rgb(240 253 244 / 0.55);
}

.text-green-50\/60{
  color: rgb(240 253 244 / 0.6);
}

.text-green-50\/65{
  color: rgb(240 253 244 / 0.65);
}

.text-green-50\/70{
  color: rgb(240 253 244 / 0.7);
}

.text-green-50\/75{
  color: rgb(240 253 244 / 0.75);
}

.text-green-50\/80{
  color: rgb(240 253 244 / 0.8);
}

.text-green-50\/85{
  color: rgb(240 253 244 / 0.85);
}

.text-green-50\/90{
  color: rgb(240 253 244 / 0.9);
}

.text-green-50\/95{
  color: rgb(240 253 244 / 0.95);
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-500\/0{
  color: rgb(34 197 94 / 0);
}

.text-green-500\/10{
  color: rgb(34 197 94 / 0.1);
}

.text-green-500\/100{
  color: rgb(34 197 94 / 1);
}

.text-green-500\/15{
  color: rgb(34 197 94 / 0.15);
}

.text-green-500\/20{
  color: rgb(34 197 94 / 0.2);
}

.text-green-500\/25{
  color: rgb(34 197 94 / 0.25);
}

.text-green-500\/30{
  color: rgb(34 197 94 / 0.3);
}

.text-green-500\/35{
  color: rgb(34 197 94 / 0.35);
}

.text-green-500\/40{
  color: rgb(34 197 94 / 0.4);
}

.text-green-500\/45{
  color: rgb(34 197 94 / 0.45);
}

.text-green-500\/5{
  color: rgb(34 197 94 / 0.05);
}

.text-green-500\/50{
  color: rgb(34 197 94 / 0.5);
}

.text-green-500\/55{
  color: rgb(34 197 94 / 0.55);
}

.text-green-500\/60{
  color: rgb(34 197 94 / 0.6);
}

.text-green-500\/65{
  color: rgb(34 197 94 / 0.65);
}

.text-green-500\/70{
  color: rgb(34 197 94 / 0.7);
}

.text-green-500\/75{
  color: rgb(34 197 94 / 0.75);
}

.text-green-500\/80{
  color: rgb(34 197 94 / 0.8);
}

.text-green-500\/85{
  color: rgb(34 197 94 / 0.85);
}

.text-green-500\/90{
  color: rgb(34 197 94 / 0.9);
}

.text-green-500\/95{
  color: rgb(34 197 94 / 0.95);
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-600\/0{
  color: rgb(22 163 74 / 0);
}

.text-green-600\/10{
  color: rgb(22 163 74 / 0.1);
}

.text-green-600\/100{
  color: rgb(22 163 74 / 1);
}

.text-green-600\/15{
  color: rgb(22 163 74 / 0.15);
}

.text-green-600\/20{
  color: rgb(22 163 74 / 0.2);
}

.text-green-600\/25{
  color: rgb(22 163 74 / 0.25);
}

.text-green-600\/30{
  color: rgb(22 163 74 / 0.3);
}

.text-green-600\/35{
  color: rgb(22 163 74 / 0.35);
}

.text-green-600\/40{
  color: rgb(22 163 74 / 0.4);
}

.text-green-600\/45{
  color: rgb(22 163 74 / 0.45);
}

.text-green-600\/5{
  color: rgb(22 163 74 / 0.05);
}

.text-green-600\/50{
  color: rgb(22 163 74 / 0.5);
}

.text-green-600\/55{
  color: rgb(22 163 74 / 0.55);
}

.text-green-600\/60{
  color: rgb(22 163 74 / 0.6);
}

.text-green-600\/65{
  color: rgb(22 163 74 / 0.65);
}

.text-green-600\/70{
  color: rgb(22 163 74 / 0.7);
}

.text-green-600\/75{
  color: rgb(22 163 74 / 0.75);
}

.text-green-600\/80{
  color: rgb(22 163 74 / 0.8);
}

.text-green-600\/85{
  color: rgb(22 163 74 / 0.85);
}

.text-green-600\/90{
  color: rgb(22 163 74 / 0.9);
}

.text-green-600\/95{
  color: rgb(22 163 74 / 0.95);
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-green-700\/0{
  color: rgb(21 128 61 / 0);
}

.text-green-700\/10{
  color: rgb(21 128 61 / 0.1);
}

.text-green-700\/100{
  color: rgb(21 128 61 / 1);
}

.text-green-700\/15{
  color: rgb(21 128 61 / 0.15);
}

.text-green-700\/20{
  color: rgb(21 128 61 / 0.2);
}

.text-green-700\/25{
  color: rgb(21 128 61 / 0.25);
}

.text-green-700\/30{
  color: rgb(21 128 61 / 0.3);
}

.text-green-700\/35{
  color: rgb(21 128 61 / 0.35);
}

.text-green-700\/40{
  color: rgb(21 128 61 / 0.4);
}

.text-green-700\/45{
  color: rgb(21 128 61 / 0.45);
}

.text-green-700\/5{
  color: rgb(21 128 61 / 0.05);
}

.text-green-700\/50{
  color: rgb(21 128 61 / 0.5);
}

.text-green-700\/55{
  color: rgb(21 128 61 / 0.55);
}

.text-green-700\/60{
  color: rgb(21 128 61 / 0.6);
}

.text-green-700\/65{
  color: rgb(21 128 61 / 0.65);
}

.text-green-700\/70{
  color: rgb(21 128 61 / 0.7);
}

.text-green-700\/75{
  color: rgb(21 128 61 / 0.75);
}

.text-green-700\/80{
  color: rgb(21 128 61 / 0.8);
}

.text-green-700\/85{
  color: rgb(21 128 61 / 0.85);
}

.text-green-700\/90{
  color: rgb(21 128 61 / 0.9);
}

.text-green-700\/95{
  color: rgb(21 128 61 / 0.95);
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-green-800\/0{
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10{
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100{
  color: rgb(22 101 52 / 1);
}

.text-green-800\/15{
  color: rgb(22 101 52 / 0.15);
}

.text-green-800\/20{
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25{
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30{
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/35{
  color: rgb(22 101 52 / 0.35);
}

.text-green-800\/40{
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/45{
  color: rgb(22 101 52 / 0.45);
}

.text-green-800\/5{
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50{
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/55{
  color: rgb(22 101 52 / 0.55);
}

.text-green-800\/60{
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/65{
  color: rgb(22 101 52 / 0.65);
}

.text-green-800\/70{
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75{
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80{
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/85{
  color: rgb(22 101 52 / 0.85);
}

.text-green-800\/90{
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95{
  color: rgb(22 101 52 / 0.95);
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-green-900\/0{
  color: rgb(20 83 45 / 0);
}

.text-green-900\/10{
  color: rgb(20 83 45 / 0.1);
}

.text-green-900\/100{
  color: rgb(20 83 45 / 1);
}

.text-green-900\/15{
  color: rgb(20 83 45 / 0.15);
}

.text-green-900\/20{
  color: rgb(20 83 45 / 0.2);
}

.text-green-900\/25{
  color: rgb(20 83 45 / 0.25);
}

.text-green-900\/30{
  color: rgb(20 83 45 / 0.3);
}

.text-green-900\/35{
  color: rgb(20 83 45 / 0.35);
}

.text-green-900\/40{
  color: rgb(20 83 45 / 0.4);
}

.text-green-900\/45{
  color: rgb(20 83 45 / 0.45);
}

.text-green-900\/5{
  color: rgb(20 83 45 / 0.05);
}

.text-green-900\/50{
  color: rgb(20 83 45 / 0.5);
}

.text-green-900\/55{
  color: rgb(20 83 45 / 0.55);
}

.text-green-900\/60{
  color: rgb(20 83 45 / 0.6);
}

.text-green-900\/65{
  color: rgb(20 83 45 / 0.65);
}

.text-green-900\/70{
  color: rgb(20 83 45 / 0.7);
}

.text-green-900\/75{
  color: rgb(20 83 45 / 0.75);
}

.text-green-900\/80{
  color: rgb(20 83 45 / 0.8);
}

.text-green-900\/85{
  color: rgb(20 83 45 / 0.85);
}

.text-green-900\/90{
  color: rgb(20 83 45 / 0.9);
}

.text-green-900\/95{
  color: rgb(20 83 45 / 0.95);
}

.text-green-950{
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}

.text-green-950\/0{
  color: rgb(5 46 22 / 0);
}

.text-green-950\/10{
  color: rgb(5 46 22 / 0.1);
}

.text-green-950\/100{
  color: rgb(5 46 22 / 1);
}

.text-green-950\/15{
  color: rgb(5 46 22 / 0.15);
}

.text-green-950\/20{
  color: rgb(5 46 22 / 0.2);
}

.text-green-950\/25{
  color: rgb(5 46 22 / 0.25);
}

.text-green-950\/30{
  color: rgb(5 46 22 / 0.3);
}

.text-green-950\/35{
  color: rgb(5 46 22 / 0.35);
}

.text-green-950\/40{
  color: rgb(5 46 22 / 0.4);
}

.text-green-950\/45{
  color: rgb(5 46 22 / 0.45);
}

.text-green-950\/5{
  color: rgb(5 46 22 / 0.05);
}

.text-green-950\/50{
  color: rgb(5 46 22 / 0.5);
}

.text-green-950\/55{
  color: rgb(5 46 22 / 0.55);
}

.text-green-950\/60{
  color: rgb(5 46 22 / 0.6);
}

.text-green-950\/65{
  color: rgb(5 46 22 / 0.65);
}

.text-green-950\/70{
  color: rgb(5 46 22 / 0.7);
}

.text-green-950\/75{
  color: rgb(5 46 22 / 0.75);
}

.text-green-950\/80{
  color: rgb(5 46 22 / 0.8);
}

.text-green-950\/85{
  color: rgb(5 46 22 / 0.85);
}

.text-green-950\/90{
  color: rgb(5 46 22 / 0.9);
}

.text-green-950\/95{
  color: rgb(5 46 22 / 0.95);
}

.text-indigo-100{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.text-indigo-100\/0{
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10{
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100{
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/15{
  color: rgb(224 231 255 / 0.15);
}

.text-indigo-100\/20{
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25{
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30{
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/35{
  color: rgb(224 231 255 / 0.35);
}

.text-indigo-100\/40{
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/45{
  color: rgb(224 231 255 / 0.45);
}

.text-indigo-100\/5{
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50{
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/55{
  color: rgb(224 231 255 / 0.55);
}

.text-indigo-100\/60{
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/65{
  color: rgb(224 231 255 / 0.65);
}

.text-indigo-100\/70{
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75{
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80{
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/85{
  color: rgb(224 231 255 / 0.85);
}

.text-indigo-100\/90{
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95{
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.text-indigo-200\/0{
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10{
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100{
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/15{
  color: rgb(199 210 254 / 0.15);
}

.text-indigo-200\/20{
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25{
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30{
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/35{
  color: rgb(199 210 254 / 0.35);
}

.text-indigo-200\/40{
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/45{
  color: rgb(199 210 254 / 0.45);
}

.text-indigo-200\/5{
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50{
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/55{
  color: rgb(199 210 254 / 0.55);
}

.text-indigo-200\/60{
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/65{
  color: rgb(199 210 254 / 0.65);
}

.text-indigo-200\/70{
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75{
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80{
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/85{
  color: rgb(199 210 254 / 0.85);
}

.text-indigo-200\/90{
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95{
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.text-indigo-300\/0{
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10{
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100{
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/15{
  color: rgb(165 180 252 / 0.15);
}

.text-indigo-300\/20{
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25{
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30{
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/35{
  color: rgb(165 180 252 / 0.35);
}

.text-indigo-300\/40{
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/45{
  color: rgb(165 180 252 / 0.45);
}

.text-indigo-300\/5{
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50{
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/55{
  color: rgb(165 180 252 / 0.55);
}

.text-indigo-300\/60{
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/65{
  color: rgb(165 180 252 / 0.65);
}

.text-indigo-300\/70{
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75{
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80{
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/85{
  color: rgb(165 180 252 / 0.85);
}

.text-indigo-300\/90{
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95{
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-400\/0{
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10{
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100{
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/15{
  color: rgb(129 140 248 / 0.15);
}

.text-indigo-400\/20{
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25{
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30{
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/35{
  color: rgb(129 140 248 / 0.35);
}

.text-indigo-400\/40{
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/45{
  color: rgb(129 140 248 / 0.45);
}

.text-indigo-400\/5{
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50{
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/55{
  color: rgb(129 140 248 / 0.55);
}

.text-indigo-400\/60{
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/65{
  color: rgb(129 140 248 / 0.65);
}

.text-indigo-400\/70{
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75{
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80{
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/85{
  color: rgb(129 140 248 / 0.85);
}

.text-indigo-400\/90{
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95{
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.text-indigo-50\/0{
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10{
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100{
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/15{
  color: rgb(238 242 255 / 0.15);
}

.text-indigo-50\/20{
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25{
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30{
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/35{
  color: rgb(238 242 255 / 0.35);
}

.text-indigo-50\/40{
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/45{
  color: rgb(238 242 255 / 0.45);
}

.text-indigo-50\/5{
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50{
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/55{
  color: rgb(238 242 255 / 0.55);
}

.text-indigo-50\/60{
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/65{
  color: rgb(238 242 255 / 0.65);
}

.text-indigo-50\/70{
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75{
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80{
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/85{
  color: rgb(238 242 255 / 0.85);
}

.text-indigo-50\/90{
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95{
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-500\/0{
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10{
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100{
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/15{
  color: rgb(99 102 241 / 0.15);
}

.text-indigo-500\/20{
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25{
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30{
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/35{
  color: rgb(99 102 241 / 0.35);
}

.text-indigo-500\/40{
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/45{
  color: rgb(99 102 241 / 0.45);
}

.text-indigo-500\/5{
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50{
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/55{
  color: rgb(99 102 241 / 0.55);
}

.text-indigo-500\/60{
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/65{
  color: rgb(99 102 241 / 0.65);
}

.text-indigo-500\/70{
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75{
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80{
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/85{
  color: rgb(99 102 241 / 0.85);
}

.text-indigo-500\/90{
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95{
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-indigo-600\/0{
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10{
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100{
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/15{
  color: rgb(79 70 229 / 0.15);
}

.text-indigo-600\/20{
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25{
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30{
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/35{
  color: rgb(79 70 229 / 0.35);
}

.text-indigo-600\/40{
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/45{
  color: rgb(79 70 229 / 0.45);
}

.text-indigo-600\/5{
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50{
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/55{
  color: rgb(79 70 229 / 0.55);
}

.text-indigo-600\/60{
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/65{
  color: rgb(79 70 229 / 0.65);
}

.text-indigo-600\/70{
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75{
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80{
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/85{
  color: rgb(79 70 229 / 0.85);
}

.text-indigo-600\/90{
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95{
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-indigo-700\/0{
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10{
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100{
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/15{
  color: rgb(67 56 202 / 0.15);
}

.text-indigo-700\/20{
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25{
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30{
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/35{
  color: rgb(67 56 202 / 0.35);
}

.text-indigo-700\/40{
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/45{
  color: rgb(67 56 202 / 0.45);
}

.text-indigo-700\/5{
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50{
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/55{
  color: rgb(67 56 202 / 0.55);
}

.text-indigo-700\/60{
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/65{
  color: rgb(67 56 202 / 0.65);
}

.text-indigo-700\/70{
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75{
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80{
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/85{
  color: rgb(67 56 202 / 0.85);
}

.text-indigo-700\/90{
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95{
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.text-indigo-800\/0{
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10{
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100{
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/15{
  color: rgb(55 48 163 / 0.15);
}

.text-indigo-800\/20{
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25{
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30{
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/35{
  color: rgb(55 48 163 / 0.35);
}

.text-indigo-800\/40{
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/45{
  color: rgb(55 48 163 / 0.45);
}

.text-indigo-800\/5{
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50{
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/55{
  color: rgb(55 48 163 / 0.55);
}

.text-indigo-800\/60{
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/65{
  color: rgb(55 48 163 / 0.65);
}

.text-indigo-800\/70{
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75{
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80{
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/85{
  color: rgb(55 48 163 / 0.85);
}

.text-indigo-800\/90{
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95{
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.text-indigo-900\/0{
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10{
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100{
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/15{
  color: rgb(49 46 129 / 0.15);
}

.text-indigo-900\/20{
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25{
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30{
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/35{
  color: rgb(49 46 129 / 0.35);
}

.text-indigo-900\/40{
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/45{
  color: rgb(49 46 129 / 0.45);
}

.text-indigo-900\/5{
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50{
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/55{
  color: rgb(49 46 129 / 0.55);
}

.text-indigo-900\/60{
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/65{
  color: rgb(49 46 129 / 0.65);
}

.text-indigo-900\/70{
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75{
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80{
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/85{
  color: rgb(49 46 129 / 0.85);
}

.text-indigo-900\/90{
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95{
  color: rgb(49 46 129 / 0.95);
}

.text-indigo-950{
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}

.text-indigo-950\/0{
  color: rgb(30 27 75 / 0);
}

.text-indigo-950\/10{
  color: rgb(30 27 75 / 0.1);
}

.text-indigo-950\/100{
  color: rgb(30 27 75 / 1);
}

.text-indigo-950\/15{
  color: rgb(30 27 75 / 0.15);
}

.text-indigo-950\/20{
  color: rgb(30 27 75 / 0.2);
}

.text-indigo-950\/25{
  color: rgb(30 27 75 / 0.25);
}

.text-indigo-950\/30{
  color: rgb(30 27 75 / 0.3);
}

.text-indigo-950\/35{
  color: rgb(30 27 75 / 0.35);
}

.text-indigo-950\/40{
  color: rgb(30 27 75 / 0.4);
}

.text-indigo-950\/45{
  color: rgb(30 27 75 / 0.45);
}

.text-indigo-950\/5{
  color: rgb(30 27 75 / 0.05);
}

.text-indigo-950\/50{
  color: rgb(30 27 75 / 0.5);
}

.text-indigo-950\/55{
  color: rgb(30 27 75 / 0.55);
}

.text-indigo-950\/60{
  color: rgb(30 27 75 / 0.6);
}

.text-indigo-950\/65{
  color: rgb(30 27 75 / 0.65);
}

.text-indigo-950\/70{
  color: rgb(30 27 75 / 0.7);
}

.text-indigo-950\/75{
  color: rgb(30 27 75 / 0.75);
}

.text-indigo-950\/80{
  color: rgb(30 27 75 / 0.8);
}

.text-indigo-950\/85{
  color: rgb(30 27 75 / 0.85);
}

.text-indigo-950\/90{
  color: rgb(30 27 75 / 0.9);
}

.text-indigo-950\/95{
  color: rgb(30 27 75 / 0.95);
}

.text-info{
  --tw-text-opacity: 1;
  color: rgb(247 159 26 / var(--tw-text-opacity));
}

.text-info-hover{
  --tw-text-opacity: 1;
  color: rgb(203 122 0 / var(--tw-text-opacity));
}

.text-info-hover\/0{
  color: rgb(203 122 0 / 0);
}

.text-info-hover\/10{
  color: rgb(203 122 0 / 0.1);
}

.text-info-hover\/100{
  color: rgb(203 122 0 / 1);
}

.text-info-hover\/15{
  color: rgb(203 122 0 / 0.15);
}

.text-info-hover\/20{
  color: rgb(203 122 0 / 0.2);
}

.text-info-hover\/25{
  color: rgb(203 122 0 / 0.25);
}

.text-info-hover\/30{
  color: rgb(203 122 0 / 0.3);
}

.text-info-hover\/35{
  color: rgb(203 122 0 / 0.35);
}

.text-info-hover\/40{
  color: rgb(203 122 0 / 0.4);
}

.text-info-hover\/45{
  color: rgb(203 122 0 / 0.45);
}

.text-info-hover\/5{
  color: rgb(203 122 0 / 0.05);
}

.text-info-hover\/50{
  color: rgb(203 122 0 / 0.5);
}

.text-info-hover\/55{
  color: rgb(203 122 0 / 0.55);
}

.text-info-hover\/60{
  color: rgb(203 122 0 / 0.6);
}

.text-info-hover\/65{
  color: rgb(203 122 0 / 0.65);
}

.text-info-hover\/70{
  color: rgb(203 122 0 / 0.7);
}

.text-info-hover\/75{
  color: rgb(203 122 0 / 0.75);
}

.text-info-hover\/80{
  color: rgb(203 122 0 / 0.8);
}

.text-info-hover\/85{
  color: rgb(203 122 0 / 0.85);
}

.text-info-hover\/90{
  color: rgb(203 122 0 / 0.9);
}

.text-info-hover\/95{
  color: rgb(203 122 0 / 0.95);
}

.text-info\/0{
  color: rgb(247 159 26 / 0);
}

.text-info\/10{
  color: rgb(247 159 26 / 0.1);
}

.text-info\/100{
  color: rgb(247 159 26 / 1);
}

.text-info\/15{
  color: rgb(247 159 26 / 0.15);
}

.text-info\/20{
  color: rgb(247 159 26 / 0.2);
}

.text-info\/25{
  color: rgb(247 159 26 / 0.25);
}

.text-info\/30{
  color: rgb(247 159 26 / 0.3);
}

.text-info\/35{
  color: rgb(247 159 26 / 0.35);
}

.text-info\/40{
  color: rgb(247 159 26 / 0.4);
}

.text-info\/45{
  color: rgb(247 159 26 / 0.45);
}

.text-info\/5{
  color: rgb(247 159 26 / 0.05);
}

.text-info\/50{
  color: rgb(247 159 26 / 0.5);
}

.text-info\/55{
  color: rgb(247 159 26 / 0.55);
}

.text-info\/60{
  color: rgb(247 159 26 / 0.6);
}

.text-info\/65{
  color: rgb(247 159 26 / 0.65);
}

.text-info\/70{
  color: rgb(247 159 26 / 0.7);
}

.text-info\/75{
  color: rgb(247 159 26 / 0.75);
}

.text-info\/80{
  color: rgb(247 159 26 / 0.8);
}

.text-info\/85{
  color: rgb(247 159 26 / 0.85);
}

.text-info\/90{
  color: rgb(247 159 26 / 0.9);
}

.text-info\/95{
  color: rgb(247 159 26 / 0.95);
}

.text-inherit{
  color: inherit;
}

.text-lime-100{
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}

.text-lime-100\/0{
  color: rgb(236 252 203 / 0);
}

.text-lime-100\/10{
  color: rgb(236 252 203 / 0.1);
}

.text-lime-100\/100{
  color: rgb(236 252 203 / 1);
}

.text-lime-100\/15{
  color: rgb(236 252 203 / 0.15);
}

.text-lime-100\/20{
  color: rgb(236 252 203 / 0.2);
}

.text-lime-100\/25{
  color: rgb(236 252 203 / 0.25);
}

.text-lime-100\/30{
  color: rgb(236 252 203 / 0.3);
}

.text-lime-100\/35{
  color: rgb(236 252 203 / 0.35);
}

.text-lime-100\/40{
  color: rgb(236 252 203 / 0.4);
}

.text-lime-100\/45{
  color: rgb(236 252 203 / 0.45);
}

.text-lime-100\/5{
  color: rgb(236 252 203 / 0.05);
}

.text-lime-100\/50{
  color: rgb(236 252 203 / 0.5);
}

.text-lime-100\/55{
  color: rgb(236 252 203 / 0.55);
}

.text-lime-100\/60{
  color: rgb(236 252 203 / 0.6);
}

.text-lime-100\/65{
  color: rgb(236 252 203 / 0.65);
}

.text-lime-100\/70{
  color: rgb(236 252 203 / 0.7);
}

.text-lime-100\/75{
  color: rgb(236 252 203 / 0.75);
}

.text-lime-100\/80{
  color: rgb(236 252 203 / 0.8);
}

.text-lime-100\/85{
  color: rgb(236 252 203 / 0.85);
}

.text-lime-100\/90{
  color: rgb(236 252 203 / 0.9);
}

.text-lime-100\/95{
  color: rgb(236 252 203 / 0.95);
}

.text-lime-200{
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}

.text-lime-200\/0{
  color: rgb(217 249 157 / 0);
}

.text-lime-200\/10{
  color: rgb(217 249 157 / 0.1);
}

.text-lime-200\/100{
  color: rgb(217 249 157 / 1);
}

.text-lime-200\/15{
  color: rgb(217 249 157 / 0.15);
}

.text-lime-200\/20{
  color: rgb(217 249 157 / 0.2);
}

.text-lime-200\/25{
  color: rgb(217 249 157 / 0.25);
}

.text-lime-200\/30{
  color: rgb(217 249 157 / 0.3);
}

.text-lime-200\/35{
  color: rgb(217 249 157 / 0.35);
}

.text-lime-200\/40{
  color: rgb(217 249 157 / 0.4);
}

.text-lime-200\/45{
  color: rgb(217 249 157 / 0.45);
}

.text-lime-200\/5{
  color: rgb(217 249 157 / 0.05);
}

.text-lime-200\/50{
  color: rgb(217 249 157 / 0.5);
}

.text-lime-200\/55{
  color: rgb(217 249 157 / 0.55);
}

.text-lime-200\/60{
  color: rgb(217 249 157 / 0.6);
}

.text-lime-200\/65{
  color: rgb(217 249 157 / 0.65);
}

.text-lime-200\/70{
  color: rgb(217 249 157 / 0.7);
}

.text-lime-200\/75{
  color: rgb(217 249 157 / 0.75);
}

.text-lime-200\/80{
  color: rgb(217 249 157 / 0.8);
}

.text-lime-200\/85{
  color: rgb(217 249 157 / 0.85);
}

.text-lime-200\/90{
  color: rgb(217 249 157 / 0.9);
}

.text-lime-200\/95{
  color: rgb(217 249 157 / 0.95);
}

.text-lime-300{
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}

.text-lime-300\/0{
  color: rgb(190 242 100 / 0);
}

.text-lime-300\/10{
  color: rgb(190 242 100 / 0.1);
}

.text-lime-300\/100{
  color: rgb(190 242 100 / 1);
}

.text-lime-300\/15{
  color: rgb(190 242 100 / 0.15);
}

.text-lime-300\/20{
  color: rgb(190 242 100 / 0.2);
}

.text-lime-300\/25{
  color: rgb(190 242 100 / 0.25);
}

.text-lime-300\/30{
  color: rgb(190 242 100 / 0.3);
}

.text-lime-300\/35{
  color: rgb(190 242 100 / 0.35);
}

.text-lime-300\/40{
  color: rgb(190 242 100 / 0.4);
}

.text-lime-300\/45{
  color: rgb(190 242 100 / 0.45);
}

.text-lime-300\/5{
  color: rgb(190 242 100 / 0.05);
}

.text-lime-300\/50{
  color: rgb(190 242 100 / 0.5);
}

.text-lime-300\/55{
  color: rgb(190 242 100 / 0.55);
}

.text-lime-300\/60{
  color: rgb(190 242 100 / 0.6);
}

.text-lime-300\/65{
  color: rgb(190 242 100 / 0.65);
}

.text-lime-300\/70{
  color: rgb(190 242 100 / 0.7);
}

.text-lime-300\/75{
  color: rgb(190 242 100 / 0.75);
}

.text-lime-300\/80{
  color: rgb(190 242 100 / 0.8);
}

.text-lime-300\/85{
  color: rgb(190 242 100 / 0.85);
}

.text-lime-300\/90{
  color: rgb(190 242 100 / 0.9);
}

.text-lime-300\/95{
  color: rgb(190 242 100 / 0.95);
}

.text-lime-400{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.text-lime-400\/0{
  color: rgb(163 230 53 / 0);
}

.text-lime-400\/10{
  color: rgb(163 230 53 / 0.1);
}

.text-lime-400\/100{
  color: rgb(163 230 53 / 1);
}

.text-lime-400\/15{
  color: rgb(163 230 53 / 0.15);
}

.text-lime-400\/20{
  color: rgb(163 230 53 / 0.2);
}

.text-lime-400\/25{
  color: rgb(163 230 53 / 0.25);
}

.text-lime-400\/30{
  color: rgb(163 230 53 / 0.3);
}

.text-lime-400\/35{
  color: rgb(163 230 53 / 0.35);
}

.text-lime-400\/40{
  color: rgb(163 230 53 / 0.4);
}

.text-lime-400\/45{
  color: rgb(163 230 53 / 0.45);
}

.text-lime-400\/5{
  color: rgb(163 230 53 / 0.05);
}

.text-lime-400\/50{
  color: rgb(163 230 53 / 0.5);
}

.text-lime-400\/55{
  color: rgb(163 230 53 / 0.55);
}

.text-lime-400\/60{
  color: rgb(163 230 53 / 0.6);
}

.text-lime-400\/65{
  color: rgb(163 230 53 / 0.65);
}

.text-lime-400\/70{
  color: rgb(163 230 53 / 0.7);
}

.text-lime-400\/75{
  color: rgb(163 230 53 / 0.75);
}

.text-lime-400\/80{
  color: rgb(163 230 53 / 0.8);
}

.text-lime-400\/85{
  color: rgb(163 230 53 / 0.85);
}

.text-lime-400\/90{
  color: rgb(163 230 53 / 0.9);
}

.text-lime-400\/95{
  color: rgb(163 230 53 / 0.95);
}

.text-lime-50{
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}

.text-lime-50\/0{
  color: rgb(247 254 231 / 0);
}

.text-lime-50\/10{
  color: rgb(247 254 231 / 0.1);
}

.text-lime-50\/100{
  color: rgb(247 254 231 / 1);
}

.text-lime-50\/15{
  color: rgb(247 254 231 / 0.15);
}

.text-lime-50\/20{
  color: rgb(247 254 231 / 0.2);
}

.text-lime-50\/25{
  color: rgb(247 254 231 / 0.25);
}

.text-lime-50\/30{
  color: rgb(247 254 231 / 0.3);
}

.text-lime-50\/35{
  color: rgb(247 254 231 / 0.35);
}

.text-lime-50\/40{
  color: rgb(247 254 231 / 0.4);
}

.text-lime-50\/45{
  color: rgb(247 254 231 / 0.45);
}

.text-lime-50\/5{
  color: rgb(247 254 231 / 0.05);
}

.text-lime-50\/50{
  color: rgb(247 254 231 / 0.5);
}

.text-lime-50\/55{
  color: rgb(247 254 231 / 0.55);
}

.text-lime-50\/60{
  color: rgb(247 254 231 / 0.6);
}

.text-lime-50\/65{
  color: rgb(247 254 231 / 0.65);
}

.text-lime-50\/70{
  color: rgb(247 254 231 / 0.7);
}

.text-lime-50\/75{
  color: rgb(247 254 231 / 0.75);
}

.text-lime-50\/80{
  color: rgb(247 254 231 / 0.8);
}

.text-lime-50\/85{
  color: rgb(247 254 231 / 0.85);
}

.text-lime-50\/90{
  color: rgb(247 254 231 / 0.9);
}

.text-lime-50\/95{
  color: rgb(247 254 231 / 0.95);
}

.text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.text-lime-500\/0{
  color: rgb(132 204 22 / 0);
}

.text-lime-500\/10{
  color: rgb(132 204 22 / 0.1);
}

.text-lime-500\/100{
  color: rgb(132 204 22 / 1);
}

.text-lime-500\/15{
  color: rgb(132 204 22 / 0.15);
}

.text-lime-500\/20{
  color: rgb(132 204 22 / 0.2);
}

.text-lime-500\/25{
  color: rgb(132 204 22 / 0.25);
}

.text-lime-500\/30{
  color: rgb(132 204 22 / 0.3);
}

.text-lime-500\/35{
  color: rgb(132 204 22 / 0.35);
}

.text-lime-500\/40{
  color: rgb(132 204 22 / 0.4);
}

.text-lime-500\/45{
  color: rgb(132 204 22 / 0.45);
}

.text-lime-500\/5{
  color: rgb(132 204 22 / 0.05);
}

.text-lime-500\/50{
  color: rgb(132 204 22 / 0.5);
}

.text-lime-500\/55{
  color: rgb(132 204 22 / 0.55);
}

.text-lime-500\/60{
  color: rgb(132 204 22 / 0.6);
}

.text-lime-500\/65{
  color: rgb(132 204 22 / 0.65);
}

.text-lime-500\/70{
  color: rgb(132 204 22 / 0.7);
}

.text-lime-500\/75{
  color: rgb(132 204 22 / 0.75);
}

.text-lime-500\/80{
  color: rgb(132 204 22 / 0.8);
}

.text-lime-500\/85{
  color: rgb(132 204 22 / 0.85);
}

.text-lime-500\/90{
  color: rgb(132 204 22 / 0.9);
}

.text-lime-500\/95{
  color: rgb(132 204 22 / 0.95);
}

.text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.text-lime-600\/0{
  color: rgb(101 163 13 / 0);
}

.text-lime-600\/10{
  color: rgb(101 163 13 / 0.1);
}

.text-lime-600\/100{
  color: rgb(101 163 13 / 1);
}

.text-lime-600\/15{
  color: rgb(101 163 13 / 0.15);
}

.text-lime-600\/20{
  color: rgb(101 163 13 / 0.2);
}

.text-lime-600\/25{
  color: rgb(101 163 13 / 0.25);
}

.text-lime-600\/30{
  color: rgb(101 163 13 / 0.3);
}

.text-lime-600\/35{
  color: rgb(101 163 13 / 0.35);
}

.text-lime-600\/40{
  color: rgb(101 163 13 / 0.4);
}

.text-lime-600\/45{
  color: rgb(101 163 13 / 0.45);
}

.text-lime-600\/5{
  color: rgb(101 163 13 / 0.05);
}

.text-lime-600\/50{
  color: rgb(101 163 13 / 0.5);
}

.text-lime-600\/55{
  color: rgb(101 163 13 / 0.55);
}

.text-lime-600\/60{
  color: rgb(101 163 13 / 0.6);
}

.text-lime-600\/65{
  color: rgb(101 163 13 / 0.65);
}

.text-lime-600\/70{
  color: rgb(101 163 13 / 0.7);
}

.text-lime-600\/75{
  color: rgb(101 163 13 / 0.75);
}

.text-lime-600\/80{
  color: rgb(101 163 13 / 0.8);
}

.text-lime-600\/85{
  color: rgb(101 163 13 / 0.85);
}

.text-lime-600\/90{
  color: rgb(101 163 13 / 0.9);
}

.text-lime-600\/95{
  color: rgb(101 163 13 / 0.95);
}

.text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.text-lime-700\/0{
  color: rgb(77 124 15 / 0);
}

.text-lime-700\/10{
  color: rgb(77 124 15 / 0.1);
}

.text-lime-700\/100{
  color: rgb(77 124 15 / 1);
}

.text-lime-700\/15{
  color: rgb(77 124 15 / 0.15);
}

.text-lime-700\/20{
  color: rgb(77 124 15 / 0.2);
}

.text-lime-700\/25{
  color: rgb(77 124 15 / 0.25);
}

.text-lime-700\/30{
  color: rgb(77 124 15 / 0.3);
}

.text-lime-700\/35{
  color: rgb(77 124 15 / 0.35);
}

.text-lime-700\/40{
  color: rgb(77 124 15 / 0.4);
}

.text-lime-700\/45{
  color: rgb(77 124 15 / 0.45);
}

.text-lime-700\/5{
  color: rgb(77 124 15 / 0.05);
}

.text-lime-700\/50{
  color: rgb(77 124 15 / 0.5);
}

.text-lime-700\/55{
  color: rgb(77 124 15 / 0.55);
}

.text-lime-700\/60{
  color: rgb(77 124 15 / 0.6);
}

.text-lime-700\/65{
  color: rgb(77 124 15 / 0.65);
}

.text-lime-700\/70{
  color: rgb(77 124 15 / 0.7);
}

.text-lime-700\/75{
  color: rgb(77 124 15 / 0.75);
}

.text-lime-700\/80{
  color: rgb(77 124 15 / 0.8);
}

.text-lime-700\/85{
  color: rgb(77 124 15 / 0.85);
}

.text-lime-700\/90{
  color: rgb(77 124 15 / 0.9);
}

.text-lime-700\/95{
  color: rgb(77 124 15 / 0.95);
}

.text-lime-800{
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}

.text-lime-800\/0{
  color: rgb(63 98 18 / 0);
}

.text-lime-800\/10{
  color: rgb(63 98 18 / 0.1);
}

.text-lime-800\/100{
  color: rgb(63 98 18 / 1);
}

.text-lime-800\/15{
  color: rgb(63 98 18 / 0.15);
}

.text-lime-800\/20{
  color: rgb(63 98 18 / 0.2);
}

.text-lime-800\/25{
  color: rgb(63 98 18 / 0.25);
}

.text-lime-800\/30{
  color: rgb(63 98 18 / 0.3);
}

.text-lime-800\/35{
  color: rgb(63 98 18 / 0.35);
}

.text-lime-800\/40{
  color: rgb(63 98 18 / 0.4);
}

.text-lime-800\/45{
  color: rgb(63 98 18 / 0.45);
}

.text-lime-800\/5{
  color: rgb(63 98 18 / 0.05);
}

.text-lime-800\/50{
  color: rgb(63 98 18 / 0.5);
}

.text-lime-800\/55{
  color: rgb(63 98 18 / 0.55);
}

.text-lime-800\/60{
  color: rgb(63 98 18 / 0.6);
}

.text-lime-800\/65{
  color: rgb(63 98 18 / 0.65);
}

.text-lime-800\/70{
  color: rgb(63 98 18 / 0.7);
}

.text-lime-800\/75{
  color: rgb(63 98 18 / 0.75);
}

.text-lime-800\/80{
  color: rgb(63 98 18 / 0.8);
}

.text-lime-800\/85{
  color: rgb(63 98 18 / 0.85);
}

.text-lime-800\/90{
  color: rgb(63 98 18 / 0.9);
}

.text-lime-800\/95{
  color: rgb(63 98 18 / 0.95);
}

.text-lime-900{
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}

.text-lime-900\/0{
  color: rgb(54 83 20 / 0);
}

.text-lime-900\/10{
  color: rgb(54 83 20 / 0.1);
}

.text-lime-900\/100{
  color: rgb(54 83 20 / 1);
}

.text-lime-900\/15{
  color: rgb(54 83 20 / 0.15);
}

.text-lime-900\/20{
  color: rgb(54 83 20 / 0.2);
}

.text-lime-900\/25{
  color: rgb(54 83 20 / 0.25);
}

.text-lime-900\/30{
  color: rgb(54 83 20 / 0.3);
}

.text-lime-900\/35{
  color: rgb(54 83 20 / 0.35);
}

.text-lime-900\/40{
  color: rgb(54 83 20 / 0.4);
}

.text-lime-900\/45{
  color: rgb(54 83 20 / 0.45);
}

.text-lime-900\/5{
  color: rgb(54 83 20 / 0.05);
}

.text-lime-900\/50{
  color: rgb(54 83 20 / 0.5);
}

.text-lime-900\/55{
  color: rgb(54 83 20 / 0.55);
}

.text-lime-900\/60{
  color: rgb(54 83 20 / 0.6);
}

.text-lime-900\/65{
  color: rgb(54 83 20 / 0.65);
}

.text-lime-900\/70{
  color: rgb(54 83 20 / 0.7);
}

.text-lime-900\/75{
  color: rgb(54 83 20 / 0.75);
}

.text-lime-900\/80{
  color: rgb(54 83 20 / 0.8);
}

.text-lime-900\/85{
  color: rgb(54 83 20 / 0.85);
}

.text-lime-900\/90{
  color: rgb(54 83 20 / 0.9);
}

.text-lime-900\/95{
  color: rgb(54 83 20 / 0.95);
}

.text-lime-950{
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}

.text-lime-950\/0{
  color: rgb(26 46 5 / 0);
}

.text-lime-950\/10{
  color: rgb(26 46 5 / 0.1);
}

.text-lime-950\/100{
  color: rgb(26 46 5 / 1);
}

.text-lime-950\/15{
  color: rgb(26 46 5 / 0.15);
}

.text-lime-950\/20{
  color: rgb(26 46 5 / 0.2);
}

.text-lime-950\/25{
  color: rgb(26 46 5 / 0.25);
}

.text-lime-950\/30{
  color: rgb(26 46 5 / 0.3);
}

.text-lime-950\/35{
  color: rgb(26 46 5 / 0.35);
}

.text-lime-950\/40{
  color: rgb(26 46 5 / 0.4);
}

.text-lime-950\/45{
  color: rgb(26 46 5 / 0.45);
}

.text-lime-950\/5{
  color: rgb(26 46 5 / 0.05);
}

.text-lime-950\/50{
  color: rgb(26 46 5 / 0.5);
}

.text-lime-950\/55{
  color: rgb(26 46 5 / 0.55);
}

.text-lime-950\/60{
  color: rgb(26 46 5 / 0.6);
}

.text-lime-950\/65{
  color: rgb(26 46 5 / 0.65);
}

.text-lime-950\/70{
  color: rgb(26 46 5 / 0.7);
}

.text-lime-950\/75{
  color: rgb(26 46 5 / 0.75);
}

.text-lime-950\/80{
  color: rgb(26 46 5 / 0.8);
}

.text-lime-950\/85{
  color: rgb(26 46 5 / 0.85);
}

.text-lime-950\/90{
  color: rgb(26 46 5 / 0.9);
}

.text-lime-950\/95{
  color: rgb(26 46 5 / 0.95);
}

.text-neutral-01{
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}

.text-neutral-01\/0{
  color: rgb(224 224 224 / 0);
}

.text-neutral-01\/10{
  color: rgb(224 224 224 / 0.1);
}

.text-neutral-01\/100{
  color: rgb(224 224 224 / 1);
}

.text-neutral-01\/15{
  color: rgb(224 224 224 / 0.15);
}

.text-neutral-01\/20{
  color: rgb(224 224 224 / 0.2);
}

.text-neutral-01\/25{
  color: rgb(224 224 224 / 0.25);
}

.text-neutral-01\/30{
  color: rgb(224 224 224 / 0.3);
}

.text-neutral-01\/35{
  color: rgb(224 224 224 / 0.35);
}

.text-neutral-01\/40{
  color: rgb(224 224 224 / 0.4);
}

.text-neutral-01\/45{
  color: rgb(224 224 224 / 0.45);
}

.text-neutral-01\/5{
  color: rgb(224 224 224 / 0.05);
}

.text-neutral-01\/50{
  color: rgb(224 224 224 / 0.5);
}

.text-neutral-01\/55{
  color: rgb(224 224 224 / 0.55);
}

.text-neutral-01\/60{
  color: rgb(224 224 224 / 0.6);
}

.text-neutral-01\/65{
  color: rgb(224 224 224 / 0.65);
}

.text-neutral-01\/70{
  color: rgb(224 224 224 / 0.7);
}

.text-neutral-01\/75{
  color: rgb(224 224 224 / 0.75);
}

.text-neutral-01\/80{
  color: rgb(224 224 224 / 0.8);
}

.text-neutral-01\/85{
  color: rgb(224 224 224 / 0.85);
}

.text-neutral-01\/90{
  color: rgb(224 224 224 / 0.9);
}

.text-neutral-01\/95{
  color: rgb(224 224 224 / 0.95);
}

.text-neutral-02{
  --tw-text-opacity: 1;
  color: rgb(228 234 238 / var(--tw-text-opacity));
}

.text-neutral-02\/0{
  color: rgb(228 234 238 / 0);
}

.text-neutral-02\/10{
  color: rgb(228 234 238 / 0.1);
}

.text-neutral-02\/100{
  color: rgb(228 234 238 / 1);
}

.text-neutral-02\/15{
  color: rgb(228 234 238 / 0.15);
}

.text-neutral-02\/20{
  color: rgb(228 234 238 / 0.2);
}

.text-neutral-02\/25{
  color: rgb(228 234 238 / 0.25);
}

.text-neutral-02\/30{
  color: rgb(228 234 238 / 0.3);
}

.text-neutral-02\/35{
  color: rgb(228 234 238 / 0.35);
}

.text-neutral-02\/40{
  color: rgb(228 234 238 / 0.4);
}

.text-neutral-02\/45{
  color: rgb(228 234 238 / 0.45);
}

.text-neutral-02\/5{
  color: rgb(228 234 238 / 0.05);
}

.text-neutral-02\/50{
  color: rgb(228 234 238 / 0.5);
}

.text-neutral-02\/55{
  color: rgb(228 234 238 / 0.55);
}

.text-neutral-02\/60{
  color: rgb(228 234 238 / 0.6);
}

.text-neutral-02\/65{
  color: rgb(228 234 238 / 0.65);
}

.text-neutral-02\/70{
  color: rgb(228 234 238 / 0.7);
}

.text-neutral-02\/75{
  color: rgb(228 234 238 / 0.75);
}

.text-neutral-02\/80{
  color: rgb(228 234 238 / 0.8);
}

.text-neutral-02\/85{
  color: rgb(228 234 238 / 0.85);
}

.text-neutral-02\/90{
  color: rgb(228 234 238 / 0.9);
}

.text-neutral-02\/95{
  color: rgb(228 234 238 / 0.95);
}

.text-neutral-03{
  --tw-text-opacity: 1;
  color: rgb(236 239 250 / var(--tw-text-opacity));
}

.text-neutral-03\/0{
  color: rgb(236 239 250 / 0);
}

.text-neutral-03\/10{
  color: rgb(236 239 250 / 0.1);
}

.text-neutral-03\/100{
  color: rgb(236 239 250 / 1);
}

.text-neutral-03\/15{
  color: rgb(236 239 250 / 0.15);
}

.text-neutral-03\/20{
  color: rgb(236 239 250 / 0.2);
}

.text-neutral-03\/25{
  color: rgb(236 239 250 / 0.25);
}

.text-neutral-03\/30{
  color: rgb(236 239 250 / 0.3);
}

.text-neutral-03\/35{
  color: rgb(236 239 250 / 0.35);
}

.text-neutral-03\/40{
  color: rgb(236 239 250 / 0.4);
}

.text-neutral-03\/45{
  color: rgb(236 239 250 / 0.45);
}

.text-neutral-03\/5{
  color: rgb(236 239 250 / 0.05);
}

.text-neutral-03\/50{
  color: rgb(236 239 250 / 0.5);
}

.text-neutral-03\/55{
  color: rgb(236 239 250 / 0.55);
}

.text-neutral-03\/60{
  color: rgb(236 239 250 / 0.6);
}

.text-neutral-03\/65{
  color: rgb(236 239 250 / 0.65);
}

.text-neutral-03\/70{
  color: rgb(236 239 250 / 0.7);
}

.text-neutral-03\/75{
  color: rgb(236 239 250 / 0.75);
}

.text-neutral-03\/80{
  color: rgb(236 239 250 / 0.8);
}

.text-neutral-03\/85{
  color: rgb(236 239 250 / 0.85);
}

.text-neutral-03\/90{
  color: rgb(236 239 250 / 0.9);
}

.text-neutral-03\/95{
  color: rgb(236 239 250 / 0.95);
}

.text-neutral-04{
  --tw-text-opacity: 1;
  color: rgb(215 218 226 / var(--tw-text-opacity));
}

.text-neutral-04\/0{
  color: rgb(215 218 226 / 0);
}

.text-neutral-04\/10{
  color: rgb(215 218 226 / 0.1);
}

.text-neutral-04\/100{
  color: rgb(215 218 226 / 1);
}

.text-neutral-04\/15{
  color: rgb(215 218 226 / 0.15);
}

.text-neutral-04\/20{
  color: rgb(215 218 226 / 0.2);
}

.text-neutral-04\/25{
  color: rgb(215 218 226 / 0.25);
}

.text-neutral-04\/30{
  color: rgb(215 218 226 / 0.3);
}

.text-neutral-04\/35{
  color: rgb(215 218 226 / 0.35);
}

.text-neutral-04\/40{
  color: rgb(215 218 226 / 0.4);
}

.text-neutral-04\/45{
  color: rgb(215 218 226 / 0.45);
}

.text-neutral-04\/5{
  color: rgb(215 218 226 / 0.05);
}

.text-neutral-04\/50{
  color: rgb(215 218 226 / 0.5);
}

.text-neutral-04\/55{
  color: rgb(215 218 226 / 0.55);
}

.text-neutral-04\/60{
  color: rgb(215 218 226 / 0.6);
}

.text-neutral-04\/65{
  color: rgb(215 218 226 / 0.65);
}

.text-neutral-04\/70{
  color: rgb(215 218 226 / 0.7);
}

.text-neutral-04\/75{
  color: rgb(215 218 226 / 0.75);
}

.text-neutral-04\/80{
  color: rgb(215 218 226 / 0.8);
}

.text-neutral-04\/85{
  color: rgb(215 218 226 / 0.85);
}

.text-neutral-04\/90{
  color: rgb(215 218 226 / 0.9);
}

.text-neutral-04\/95{
  color: rgb(215 218 226 / 0.95);
}

.text-neutral-05{
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}

.text-neutral-05\/0{
  color: rgb(246 246 246 / 0);
}

.text-neutral-05\/10{
  color: rgb(246 246 246 / 0.1);
}

.text-neutral-05\/100{
  color: rgb(246 246 246 / 1);
}

.text-neutral-05\/15{
  color: rgb(246 246 246 / 0.15);
}

.text-neutral-05\/20{
  color: rgb(246 246 246 / 0.2);
}

.text-neutral-05\/25{
  color: rgb(246 246 246 / 0.25);
}

.text-neutral-05\/30{
  color: rgb(246 246 246 / 0.3);
}

.text-neutral-05\/35{
  color: rgb(246 246 246 / 0.35);
}

.text-neutral-05\/40{
  color: rgb(246 246 246 / 0.4);
}

.text-neutral-05\/45{
  color: rgb(246 246 246 / 0.45);
}

.text-neutral-05\/5{
  color: rgb(246 246 246 / 0.05);
}

.text-neutral-05\/50{
  color: rgb(246 246 246 / 0.5);
}

.text-neutral-05\/55{
  color: rgb(246 246 246 / 0.55);
}

.text-neutral-05\/60{
  color: rgb(246 246 246 / 0.6);
}

.text-neutral-05\/65{
  color: rgb(246 246 246 / 0.65);
}

.text-neutral-05\/70{
  color: rgb(246 246 246 / 0.7);
}

.text-neutral-05\/75{
  color: rgb(246 246 246 / 0.75);
}

.text-neutral-05\/80{
  color: rgb(246 246 246 / 0.8);
}

.text-neutral-05\/85{
  color: rgb(246 246 246 / 0.85);
}

.text-neutral-05\/90{
  color: rgb(246 246 246 / 0.9);
}

.text-neutral-05\/95{
  color: rgb(246 246 246 / 0.95);
}

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

.text-neutral-100\/0{
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10{
  color: rgb(245 245 245 / 0.1);
}

.text-neutral-100\/100{
  color: rgb(245 245 245 / 1);
}

.text-neutral-100\/15{
  color: rgb(245 245 245 / 0.15);
}

.text-neutral-100\/20{
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25{
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30{
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/35{
  color: rgb(245 245 245 / 0.35);
}

.text-neutral-100\/40{
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/45{
  color: rgb(245 245 245 / 0.45);
}

.text-neutral-100\/5{
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50{
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/55{
  color: rgb(245 245 245 / 0.55);
}

.text-neutral-100\/60{
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/65{
  color: rgb(245 245 245 / 0.65);
}

.text-neutral-100\/70{
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75{
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80{
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/85{
  color: rgb(245 245 245 / 0.85);
}

.text-neutral-100\/90{
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95{
  color: rgb(245 245 245 / 0.95);
}

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

.text-neutral-200\/0{
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10{
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100{
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/15{
  color: rgb(229 229 229 / 0.15);
}

.text-neutral-200\/20{
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25{
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30{
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/35{
  color: rgb(229 229 229 / 0.35);
}

.text-neutral-200\/40{
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/45{
  color: rgb(229 229 229 / 0.45);
}

.text-neutral-200\/5{
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50{
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/55{
  color: rgb(229 229 229 / 0.55);
}

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

.text-neutral-200\/65{
  color: rgb(229 229 229 / 0.65);
}

.text-neutral-200\/70{
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75{
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80{
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/85{
  color: rgb(229 229 229 / 0.85);
}

.text-neutral-200\/90{
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95{
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-300\/0{
  color: rgb(212 212 212 / 0);
}

.text-neutral-300\/10{
  color: rgb(212 212 212 / 0.1);
}

.text-neutral-300\/100{
  color: rgb(212 212 212 / 1);
}

.text-neutral-300\/15{
  color: rgb(212 212 212 / 0.15);
}

.text-neutral-300\/20{
  color: rgb(212 212 212 / 0.2);
}

.text-neutral-300\/25{
  color: rgb(212 212 212 / 0.25);
}

.text-neutral-300\/30{
  color: rgb(212 212 212 / 0.3);
}

.text-neutral-300\/35{
  color: rgb(212 212 212 / 0.35);
}

.text-neutral-300\/40{
  color: rgb(212 212 212 / 0.4);
}

.text-neutral-300\/45{
  color: rgb(212 212 212 / 0.45);
}

.text-neutral-300\/5{
  color: rgb(212 212 212 / 0.05);
}

.text-neutral-300\/50{
  color: rgb(212 212 212 / 0.5);
}

.text-neutral-300\/55{
  color: rgb(212 212 212 / 0.55);
}

.text-neutral-300\/60{
  color: rgb(212 212 212 / 0.6);
}

.text-neutral-300\/65{
  color: rgb(212 212 212 / 0.65);
}

.text-neutral-300\/70{
  color: rgb(212 212 212 / 0.7);
}

.text-neutral-300\/75{
  color: rgb(212 212 212 / 0.75);
}

.text-neutral-300\/80{
  color: rgb(212 212 212 / 0.8);
}

.text-neutral-300\/85{
  color: rgb(212 212 212 / 0.85);
}

.text-neutral-300\/90{
  color: rgb(212 212 212 / 0.9);
}

.text-neutral-300\/95{
  color: rgb(212 212 212 / 0.95);
}

.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-400\/0{
  color: rgb(163 163 163 / 0);
}

.text-neutral-400\/10{
  color: rgb(163 163 163 / 0.1);
}

.text-neutral-400\/100{
  color: rgb(163 163 163 / 1);
}

.text-neutral-400\/15{
  color: rgb(163 163 163 / 0.15);
}

.text-neutral-400\/20{
  color: rgb(163 163 163 / 0.2);
}

.text-neutral-400\/25{
  color: rgb(163 163 163 / 0.25);
}

.text-neutral-400\/30{
  color: rgb(163 163 163 / 0.3);
}

.text-neutral-400\/35{
  color: rgb(163 163 163 / 0.35);
}

.text-neutral-400\/40{
  color: rgb(163 163 163 / 0.4);
}

.text-neutral-400\/45{
  color: rgb(163 163 163 / 0.45);
}

.text-neutral-400\/5{
  color: rgb(163 163 163 / 0.05);
}

.text-neutral-400\/50{
  color: rgb(163 163 163 / 0.5);
}

.text-neutral-400\/55{
  color: rgb(163 163 163 / 0.55);
}

.text-neutral-400\/60{
  color: rgb(163 163 163 / 0.6);
}

.text-neutral-400\/65{
  color: rgb(163 163 163 / 0.65);
}

.text-neutral-400\/70{
  color: rgb(163 163 163 / 0.7);
}

.text-neutral-400\/75{
  color: rgb(163 163 163 / 0.75);
}

.text-neutral-400\/80{
  color: rgb(163 163 163 / 0.8);
}

.text-neutral-400\/85{
  color: rgb(163 163 163 / 0.85);
}

.text-neutral-400\/90{
  color: rgb(163 163 163 / 0.9);
}

.text-neutral-400\/95{
  color: rgb(163 163 163 / 0.95);
}

.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-neutral-50\/0{
  color: rgb(250 250 250 / 0);
}

.text-neutral-50\/10{
  color: rgb(250 250 250 / 0.1);
}

.text-neutral-50\/100{
  color: rgb(250 250 250 / 1);
}

.text-neutral-50\/15{
  color: rgb(250 250 250 / 0.15);
}

.text-neutral-50\/20{
  color: rgb(250 250 250 / 0.2);
}

.text-neutral-50\/25{
  color: rgb(250 250 250 / 0.25);
}

.text-neutral-50\/30{
  color: rgb(250 250 250 / 0.3);
}

.text-neutral-50\/35{
  color: rgb(250 250 250 / 0.35);
}

.text-neutral-50\/40{
  color: rgb(250 250 250 / 0.4);
}

.text-neutral-50\/45{
  color: rgb(250 250 250 / 0.45);
}

.text-neutral-50\/5{
  color: rgb(250 250 250 / 0.05);
}

.text-neutral-50\/50{
  color: rgb(250 250 250 / 0.5);
}

.text-neutral-50\/55{
  color: rgb(250 250 250 / 0.55);
}

.text-neutral-50\/60{
  color: rgb(250 250 250 / 0.6);
}

.text-neutral-50\/65{
  color: rgb(250 250 250 / 0.65);
}

.text-neutral-50\/70{
  color: rgb(250 250 250 / 0.7);
}

.text-neutral-50\/75{
  color: rgb(250 250 250 / 0.75);
}

.text-neutral-50\/80{
  color: rgb(250 250 250 / 0.8);
}

.text-neutral-50\/85{
  color: rgb(250 250 250 / 0.85);
}

.text-neutral-50\/90{
  color: rgb(250 250 250 / 0.9);
}

.text-neutral-50\/95{
  color: rgb(250 250 250 / 0.95);
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-500\/0{
  color: rgb(115 115 115 / 0);
}

.text-neutral-500\/10{
  color: rgb(115 115 115 / 0.1);
}

.text-neutral-500\/100{
  color: rgb(115 115 115 / 1);
}

.text-neutral-500\/15{
  color: rgb(115 115 115 / 0.15);
}

.text-neutral-500\/20{
  color: rgb(115 115 115 / 0.2);
}

.text-neutral-500\/25{
  color: rgb(115 115 115 / 0.25);
}

.text-neutral-500\/30{
  color: rgb(115 115 115 / 0.3);
}

.text-neutral-500\/35{
  color: rgb(115 115 115 / 0.35);
}

.text-neutral-500\/40{
  color: rgb(115 115 115 / 0.4);
}

.text-neutral-500\/45{
  color: rgb(115 115 115 / 0.45);
}

.text-neutral-500\/5{
  color: rgb(115 115 115 / 0.05);
}

.text-neutral-500\/50{
  color: rgb(115 115 115 / 0.5);
}

.text-neutral-500\/55{
  color: rgb(115 115 115 / 0.55);
}

.text-neutral-500\/60{
  color: rgb(115 115 115 / 0.6);
}

.text-neutral-500\/65{
  color: rgb(115 115 115 / 0.65);
}

.text-neutral-500\/70{
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/75{
  color: rgb(115 115 115 / 0.75);
}

.text-neutral-500\/80{
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-500\/85{
  color: rgb(115 115 115 / 0.85);
}

.text-neutral-500\/90{
  color: rgb(115 115 115 / 0.9);
}

.text-neutral-500\/95{
  color: rgb(115 115 115 / 0.95);
}

.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-600\/0{
  color: rgb(82 82 82 / 0);
}

.text-neutral-600\/10{
  color: rgb(82 82 82 / 0.1);
}

.text-neutral-600\/100{
  color: rgb(82 82 82 / 1);
}

.text-neutral-600\/15{
  color: rgb(82 82 82 / 0.15);
}

.text-neutral-600\/20{
  color: rgb(82 82 82 / 0.2);
}

.text-neutral-600\/25{
  color: rgb(82 82 82 / 0.25);
}

.text-neutral-600\/30{
  color: rgb(82 82 82 / 0.3);
}

.text-neutral-600\/35{
  color: rgb(82 82 82 / 0.35);
}

.text-neutral-600\/40{
  color: rgb(82 82 82 / 0.4);
}

.text-neutral-600\/45{
  color: rgb(82 82 82 / 0.45);
}

.text-neutral-600\/5{
  color: rgb(82 82 82 / 0.05);
}

.text-neutral-600\/50{
  color: rgb(82 82 82 / 0.5);
}

.text-neutral-600\/55{
  color: rgb(82 82 82 / 0.55);
}

.text-neutral-600\/60{
  color: rgb(82 82 82 / 0.6);
}

.text-neutral-600\/65{
  color: rgb(82 82 82 / 0.65);
}

.text-neutral-600\/70{
  color: rgb(82 82 82 / 0.7);
}

.text-neutral-600\/75{
  color: rgb(82 82 82 / 0.75);
}

.text-neutral-600\/80{
  color: rgb(82 82 82 / 0.8);
}

.text-neutral-600\/85{
  color: rgb(82 82 82 / 0.85);
}

.text-neutral-600\/90{
  color: rgb(82 82 82 / 0.9);
}

.text-neutral-600\/95{
  color: rgb(82 82 82 / 0.95);
}

.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-700\/0{
  color: rgb(64 64 64 / 0);
}

.text-neutral-700\/10{
  color: rgb(64 64 64 / 0.1);
}

.text-neutral-700\/100{
  color: rgb(64 64 64 / 1);
}

.text-neutral-700\/15{
  color: rgb(64 64 64 / 0.15);
}

.text-neutral-700\/20{
  color: rgb(64 64 64 / 0.2);
}

.text-neutral-700\/25{
  color: rgb(64 64 64 / 0.25);
}

.text-neutral-700\/30{
  color: rgb(64 64 64 / 0.3);
}

.text-neutral-700\/35{
  color: rgb(64 64 64 / 0.35);
}

.text-neutral-700\/40{
  color: rgb(64 64 64 / 0.4);
}

.text-neutral-700\/45{
  color: rgb(64 64 64 / 0.45);
}

.text-neutral-700\/5{
  color: rgb(64 64 64 / 0.05);
}

.text-neutral-700\/50{
  color: rgb(64 64 64 / 0.5);
}

.text-neutral-700\/55{
  color: rgb(64 64 64 / 0.55);
}

.text-neutral-700\/60{
  color: rgb(64 64 64 / 0.6);
}

.text-neutral-700\/65{
  color: rgb(64 64 64 / 0.65);
}

.text-neutral-700\/70{
  color: rgb(64 64 64 / 0.7);
}

.text-neutral-700\/75{
  color: rgb(64 64 64 / 0.75);
}

.text-neutral-700\/80{
  color: rgb(64 64 64 / 0.8);
}

.text-neutral-700\/85{
  color: rgb(64 64 64 / 0.85);
}

.text-neutral-700\/90{
  color: rgb(64 64 64 / 0.9);
}

.text-neutral-700\/95{
  color: rgb(64 64 64 / 0.95);
}

.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-neutral-800\/0{
  color: rgb(38 38 38 / 0);
}

.text-neutral-800\/10{
  color: rgb(38 38 38 / 0.1);
}

.text-neutral-800\/100{
  color: rgb(38 38 38 / 1);
}

.text-neutral-800\/15{
  color: rgb(38 38 38 / 0.15);
}

.text-neutral-800\/20{
  color: rgb(38 38 38 / 0.2);
}

.text-neutral-800\/25{
  color: rgb(38 38 38 / 0.25);
}

.text-neutral-800\/30{
  color: rgb(38 38 38 / 0.3);
}

.text-neutral-800\/35{
  color: rgb(38 38 38 / 0.35);
}

.text-neutral-800\/40{
  color: rgb(38 38 38 / 0.4);
}

.text-neutral-800\/45{
  color: rgb(38 38 38 / 0.45);
}

.text-neutral-800\/5{
  color: rgb(38 38 38 / 0.05);
}

.text-neutral-800\/50{
  color: rgb(38 38 38 / 0.5);
}

.text-neutral-800\/55{
  color: rgb(38 38 38 / 0.55);
}

.text-neutral-800\/60{
  color: rgb(38 38 38 / 0.6);
}

.text-neutral-800\/65{
  color: rgb(38 38 38 / 0.65);
}

.text-neutral-800\/70{
  color: rgb(38 38 38 / 0.7);
}

.text-neutral-800\/75{
  color: rgb(38 38 38 / 0.75);
}

.text-neutral-800\/80{
  color: rgb(38 38 38 / 0.8);
}

.text-neutral-800\/85{
  color: rgb(38 38 38 / 0.85);
}

.text-neutral-800\/90{
  color: rgb(38 38 38 / 0.9);
}

.text-neutral-800\/95{
  color: rgb(38 38 38 / 0.95);
}

.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-neutral-900\/0{
  color: rgb(23 23 23 / 0);
}

.text-neutral-900\/10{
  color: rgb(23 23 23 / 0.1);
}

.text-neutral-900\/100{
  color: rgb(23 23 23 / 1);
}

.text-neutral-900\/15{
  color: rgb(23 23 23 / 0.15);
}

.text-neutral-900\/20{
  color: rgb(23 23 23 / 0.2);
}

.text-neutral-900\/25{
  color: rgb(23 23 23 / 0.25);
}

.text-neutral-900\/30{
  color: rgb(23 23 23 / 0.3);
}

.text-neutral-900\/35{
  color: rgb(23 23 23 / 0.35);
}

.text-neutral-900\/40{
  color: rgb(23 23 23 / 0.4);
}

.text-neutral-900\/45{
  color: rgb(23 23 23 / 0.45);
}

.text-neutral-900\/5{
  color: rgb(23 23 23 / 0.05);
}

.text-neutral-900\/50{
  color: rgb(23 23 23 / 0.5);
}

.text-neutral-900\/55{
  color: rgb(23 23 23 / 0.55);
}

.text-neutral-900\/60{
  color: rgb(23 23 23 / 0.6);
}

.text-neutral-900\/65{
  color: rgb(23 23 23 / 0.65);
}

.text-neutral-900\/70{
  color: rgb(23 23 23 / 0.7);
}

.text-neutral-900\/75{
  color: rgb(23 23 23 / 0.75);
}

.text-neutral-900\/80{
  color: rgb(23 23 23 / 0.8);
}

.text-neutral-900\/85{
  color: rgb(23 23 23 / 0.85);
}

.text-neutral-900\/90{
  color: rgb(23 23 23 / 0.9);
}

.text-neutral-900\/95{
  color: rgb(23 23 23 / 0.95);
}

.text-neutral-950{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.text-neutral-950\/0{
  color: rgb(10 10 10 / 0);
}

.text-neutral-950\/10{
  color: rgb(10 10 10 / 0.1);
}

.text-neutral-950\/100{
  color: rgb(10 10 10 / 1);
}

.text-neutral-950\/15{
  color: rgb(10 10 10 / 0.15);
}

.text-neutral-950\/20{
  color: rgb(10 10 10 / 0.2);
}

.text-neutral-950\/25{
  color: rgb(10 10 10 / 0.25);
}

.text-neutral-950\/30{
  color: rgb(10 10 10 / 0.3);
}

.text-neutral-950\/35{
  color: rgb(10 10 10 / 0.35);
}

.text-neutral-950\/40{
  color: rgb(10 10 10 / 0.4);
}

.text-neutral-950\/45{
  color: rgb(10 10 10 / 0.45);
}

.text-neutral-950\/5{
  color: rgb(10 10 10 / 0.05);
}

.text-neutral-950\/50{
  color: rgb(10 10 10 / 0.5);
}

.text-neutral-950\/55{
  color: rgb(10 10 10 / 0.55);
}

.text-neutral-950\/60{
  color: rgb(10 10 10 / 0.6);
}

.text-neutral-950\/65{
  color: rgb(10 10 10 / 0.65);
}

.text-neutral-950\/70{
  color: rgb(10 10 10 / 0.7);
}

.text-neutral-950\/75{
  color: rgb(10 10 10 / 0.75);
}

.text-neutral-950\/80{
  color: rgb(10 10 10 / 0.8);
}

.text-neutral-950\/85{
  color: rgb(10 10 10 / 0.85);
}

.text-neutral-950\/90{
  color: rgb(10 10 10 / 0.9);
}

.text-neutral-950\/95{
  color: rgb(10 10 10 / 0.95);
}

.text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}

.text-orange-100\/0{
  color: rgb(255 237 213 / 0);
}

.text-orange-100\/10{
  color: rgb(255 237 213 / 0.1);
}

.text-orange-100\/100{
  color: rgb(255 237 213 / 1);
}

.text-orange-100\/15{
  color: rgb(255 237 213 / 0.15);
}

.text-orange-100\/20{
  color: rgb(255 237 213 / 0.2);
}

.text-orange-100\/25{
  color: rgb(255 237 213 / 0.25);
}

.text-orange-100\/30{
  color: rgb(255 237 213 / 0.3);
}

.text-orange-100\/35{
  color: rgb(255 237 213 / 0.35);
}

.text-orange-100\/40{
  color: rgb(255 237 213 / 0.4);
}

.text-orange-100\/45{
  color: rgb(255 237 213 / 0.45);
}

.text-orange-100\/5{
  color: rgb(255 237 213 / 0.05);
}

.text-orange-100\/50{
  color: rgb(255 237 213 / 0.5);
}

.text-orange-100\/55{
  color: rgb(255 237 213 / 0.55);
}

.text-orange-100\/60{
  color: rgb(255 237 213 / 0.6);
}

.text-orange-100\/65{
  color: rgb(255 237 213 / 0.65);
}

.text-orange-100\/70{
  color: rgb(255 237 213 / 0.7);
}

.text-orange-100\/75{
  color: rgb(255 237 213 / 0.75);
}

.text-orange-100\/80{
  color: rgb(255 237 213 / 0.8);
}

.text-orange-100\/85{
  color: rgb(255 237 213 / 0.85);
}

.text-orange-100\/90{
  color: rgb(255 237 213 / 0.9);
}

.text-orange-100\/95{
  color: rgb(255 237 213 / 0.95);
}

.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}

.text-orange-200\/0{
  color: rgb(254 215 170 / 0);
}

.text-orange-200\/10{
  color: rgb(254 215 170 / 0.1);
}

.text-orange-200\/100{
  color: rgb(254 215 170 / 1);
}

.text-orange-200\/15{
  color: rgb(254 215 170 / 0.15);
}

.text-orange-200\/20{
  color: rgb(254 215 170 / 0.2);
}

.text-orange-200\/25{
  color: rgb(254 215 170 / 0.25);
}

.text-orange-200\/30{
  color: rgb(254 215 170 / 0.3);
}

.text-orange-200\/35{
  color: rgb(254 215 170 / 0.35);
}

.text-orange-200\/40{
  color: rgb(254 215 170 / 0.4);
}

.text-orange-200\/45{
  color: rgb(254 215 170 / 0.45);
}

.text-orange-200\/5{
  color: rgb(254 215 170 / 0.05);
}

.text-orange-200\/50{
  color: rgb(254 215 170 / 0.5);
}

.text-orange-200\/55{
  color: rgb(254 215 170 / 0.55);
}

.text-orange-200\/60{
  color: rgb(254 215 170 / 0.6);
}

.text-orange-200\/65{
  color: rgb(254 215 170 / 0.65);
}

.text-orange-200\/70{
  color: rgb(254 215 170 / 0.7);
}

.text-orange-200\/75{
  color: rgb(254 215 170 / 0.75);
}

.text-orange-200\/80{
  color: rgb(254 215 170 / 0.8);
}

.text-orange-200\/85{
  color: rgb(254 215 170 / 0.85);
}

.text-orange-200\/90{
  color: rgb(254 215 170 / 0.9);
}

.text-orange-200\/95{
  color: rgb(254 215 170 / 0.95);
}

.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

.text-orange-300\/0{
  color: rgb(253 186 116 / 0);
}

.text-orange-300\/10{
  color: rgb(253 186 116 / 0.1);
}

.text-orange-300\/100{
  color: rgb(253 186 116 / 1);
}

.text-orange-300\/15{
  color: rgb(253 186 116 / 0.15);
}

.text-orange-300\/20{
  color: rgb(253 186 116 / 0.2);
}

.text-orange-300\/25{
  color: rgb(253 186 116 / 0.25);
}

.text-orange-300\/30{
  color: rgb(253 186 116 / 0.3);
}

.text-orange-300\/35{
  color: rgb(253 186 116 / 0.35);
}

.text-orange-300\/40{
  color: rgb(253 186 116 / 0.4);
}

.text-orange-300\/45{
  color: rgb(253 186 116 / 0.45);
}

.text-orange-300\/5{
  color: rgb(253 186 116 / 0.05);
}

.text-orange-300\/50{
  color: rgb(253 186 116 / 0.5);
}

.text-orange-300\/55{
  color: rgb(253 186 116 / 0.55);
}

.text-orange-300\/60{
  color: rgb(253 186 116 / 0.6);
}

.text-orange-300\/65{
  color: rgb(253 186 116 / 0.65);
}

.text-orange-300\/70{
  color: rgb(253 186 116 / 0.7);
}

.text-orange-300\/75{
  color: rgb(253 186 116 / 0.75);
}

.text-orange-300\/80{
  color: rgb(253 186 116 / 0.8);
}

.text-orange-300\/85{
  color: rgb(253 186 116 / 0.85);
}

.text-orange-300\/90{
  color: rgb(253 186 116 / 0.9);
}

.text-orange-300\/95{
  color: rgb(253 186 116 / 0.95);
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-orange-400\/0{
  color: rgb(251 146 60 / 0);
}

.text-orange-400\/10{
  color: rgb(251 146 60 / 0.1);
}

.text-orange-400\/100{
  color: rgb(251 146 60 / 1);
}

.text-orange-400\/15{
  color: rgb(251 146 60 / 0.15);
}

.text-orange-400\/20{
  color: rgb(251 146 60 / 0.2);
}

.text-orange-400\/25{
  color: rgb(251 146 60 / 0.25);
}

.text-orange-400\/30{
  color: rgb(251 146 60 / 0.3);
}

.text-orange-400\/35{
  color: rgb(251 146 60 / 0.35);
}

.text-orange-400\/40{
  color: rgb(251 146 60 / 0.4);
}

.text-orange-400\/45{
  color: rgb(251 146 60 / 0.45);
}

.text-orange-400\/5{
  color: rgb(251 146 60 / 0.05);
}

.text-orange-400\/50{
  color: rgb(251 146 60 / 0.5);
}

.text-orange-400\/55{
  color: rgb(251 146 60 / 0.55);
}

.text-orange-400\/60{
  color: rgb(251 146 60 / 0.6);
}

.text-orange-400\/65{
  color: rgb(251 146 60 / 0.65);
}

.text-orange-400\/70{
  color: rgb(251 146 60 / 0.7);
}

.text-orange-400\/75{
  color: rgb(251 146 60 / 0.75);
}

.text-orange-400\/80{
  color: rgb(251 146 60 / 0.8);
}

.text-orange-400\/85{
  color: rgb(251 146 60 / 0.85);
}

.text-orange-400\/90{
  color: rgb(251 146 60 / 0.9);
}

.text-orange-400\/95{
  color: rgb(251 146 60 / 0.95);
}

.text-orange-50{
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}

.text-orange-50\/0{
  color: rgb(255 247 237 / 0);
}

.text-orange-50\/10{
  color: rgb(255 247 237 / 0.1);
}

.text-orange-50\/100{
  color: rgb(255 247 237 / 1);
}

.text-orange-50\/15{
  color: rgb(255 247 237 / 0.15);
}

.text-orange-50\/20{
  color: rgb(255 247 237 / 0.2);
}

.text-orange-50\/25{
  color: rgb(255 247 237 / 0.25);
}

.text-orange-50\/30{
  color: rgb(255 247 237 / 0.3);
}

.text-orange-50\/35{
  color: rgb(255 247 237 / 0.35);
}

.text-orange-50\/40{
  color: rgb(255 247 237 / 0.4);
}

.text-orange-50\/45{
  color: rgb(255 247 237 / 0.45);
}

.text-orange-50\/5{
  color: rgb(255 247 237 / 0.05);
}

.text-orange-50\/50{
  color: rgb(255 247 237 / 0.5);
}

.text-orange-50\/55{
  color: rgb(255 247 237 / 0.55);
}

.text-orange-50\/60{
  color: rgb(255 247 237 / 0.6);
}

.text-orange-50\/65{
  color: rgb(255 247 237 / 0.65);
}

.text-orange-50\/70{
  color: rgb(255 247 237 / 0.7);
}

.text-orange-50\/75{
  color: rgb(255 247 237 / 0.75);
}

.text-orange-50\/80{
  color: rgb(255 247 237 / 0.8);
}

.text-orange-50\/85{
  color: rgb(255 247 237 / 0.85);
}

.text-orange-50\/90{
  color: rgb(255 247 237 / 0.9);
}

.text-orange-50\/95{
  color: rgb(255 247 237 / 0.95);
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-orange-500\/0{
  color: rgb(249 115 22 / 0);
}

.text-orange-500\/10{
  color: rgb(249 115 22 / 0.1);
}

.text-orange-500\/100{
  color: rgb(249 115 22 / 1);
}

.text-orange-500\/15{
  color: rgb(249 115 22 / 0.15);
}

.text-orange-500\/20{
  color: rgb(249 115 22 / 0.2);
}

.text-orange-500\/25{
  color: rgb(249 115 22 / 0.25);
}

.text-orange-500\/30{
  color: rgb(249 115 22 / 0.3);
}

.text-orange-500\/35{
  color: rgb(249 115 22 / 0.35);
}

.text-orange-500\/40{
  color: rgb(249 115 22 / 0.4);
}

.text-orange-500\/45{
  color: rgb(249 115 22 / 0.45);
}

.text-orange-500\/5{
  color: rgb(249 115 22 / 0.05);
}

.text-orange-500\/50{
  color: rgb(249 115 22 / 0.5);
}

.text-orange-500\/55{
  color: rgb(249 115 22 / 0.55);
}

.text-orange-500\/60{
  color: rgb(249 115 22 / 0.6);
}

.text-orange-500\/65{
  color: rgb(249 115 22 / 0.65);
}

.text-orange-500\/70{
  color: rgb(249 115 22 / 0.7);
}

.text-orange-500\/75{
  color: rgb(249 115 22 / 0.75);
}

.text-orange-500\/80{
  color: rgb(249 115 22 / 0.8);
}

.text-orange-500\/85{
  color: rgb(249 115 22 / 0.85);
}

.text-orange-500\/90{
  color: rgb(249 115 22 / 0.9);
}

.text-orange-500\/95{
  color: rgb(249 115 22 / 0.95);
}

.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-orange-600\/0{
  color: rgb(234 88 12 / 0);
}

.text-orange-600\/10{
  color: rgb(234 88 12 / 0.1);
}

.text-orange-600\/100{
  color: rgb(234 88 12 / 1);
}

.text-orange-600\/15{
  color: rgb(234 88 12 / 0.15);
}

.text-orange-600\/20{
  color: rgb(234 88 12 / 0.2);
}

.text-orange-600\/25{
  color: rgb(234 88 12 / 0.25);
}

.text-orange-600\/30{
  color: rgb(234 88 12 / 0.3);
}

.text-orange-600\/35{
  color: rgb(234 88 12 / 0.35);
}

.text-orange-600\/40{
  color: rgb(234 88 12 / 0.4);
}

.text-orange-600\/45{
  color: rgb(234 88 12 / 0.45);
}

.text-orange-600\/5{
  color: rgb(234 88 12 / 0.05);
}

.text-orange-600\/50{
  color: rgb(234 88 12 / 0.5);
}

.text-orange-600\/55{
  color: rgb(234 88 12 / 0.55);
}

.text-orange-600\/60{
  color: rgb(234 88 12 / 0.6);
}

.text-orange-600\/65{
  color: rgb(234 88 12 / 0.65);
}

.text-orange-600\/70{
  color: rgb(234 88 12 / 0.7);
}

.text-orange-600\/75{
  color: rgb(234 88 12 / 0.75);
}

.text-orange-600\/80{
  color: rgb(234 88 12 / 0.8);
}

.text-orange-600\/85{
  color: rgb(234 88 12 / 0.85);
}

.text-orange-600\/90{
  color: rgb(234 88 12 / 0.9);
}

.text-orange-600\/95{
  color: rgb(234 88 12 / 0.95);
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.text-orange-700\/0{
  color: rgb(194 65 12 / 0);
}

.text-orange-700\/10{
  color: rgb(194 65 12 / 0.1);
}

.text-orange-700\/100{
  color: rgb(194 65 12 / 1);
}

.text-orange-700\/15{
  color: rgb(194 65 12 / 0.15);
}

.text-orange-700\/20{
  color: rgb(194 65 12 / 0.2);
}

.text-orange-700\/25{
  color: rgb(194 65 12 / 0.25);
}

.text-orange-700\/30{
  color: rgb(194 65 12 / 0.3);
}

.text-orange-700\/35{
  color: rgb(194 65 12 / 0.35);
}

.text-orange-700\/40{
  color: rgb(194 65 12 / 0.4);
}

.text-orange-700\/45{
  color: rgb(194 65 12 / 0.45);
}

.text-orange-700\/5{
  color: rgb(194 65 12 / 0.05);
}

.text-orange-700\/50{
  color: rgb(194 65 12 / 0.5);
}

.text-orange-700\/55{
  color: rgb(194 65 12 / 0.55);
}

.text-orange-700\/60{
  color: rgb(194 65 12 / 0.6);
}

.text-orange-700\/65{
  color: rgb(194 65 12 / 0.65);
}

.text-orange-700\/70{
  color: rgb(194 65 12 / 0.7);
}

.text-orange-700\/75{
  color: rgb(194 65 12 / 0.75);
}

.text-orange-700\/80{
  color: rgb(194 65 12 / 0.8);
}

.text-orange-700\/85{
  color: rgb(194 65 12 / 0.85);
}

.text-orange-700\/90{
  color: rgb(194 65 12 / 0.9);
}

.text-orange-700\/95{
  color: rgb(194 65 12 / 0.95);
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.text-orange-800\/0{
  color: rgb(154 52 18 / 0);
}

.text-orange-800\/10{
  color: rgb(154 52 18 / 0.1);
}

.text-orange-800\/100{
  color: rgb(154 52 18 / 1);
}

.text-orange-800\/15{
  color: rgb(154 52 18 / 0.15);
}

.text-orange-800\/20{
  color: rgb(154 52 18 / 0.2);
}

.text-orange-800\/25{
  color: rgb(154 52 18 / 0.25);
}

.text-orange-800\/30{
  color: rgb(154 52 18 / 0.3);
}

.text-orange-800\/35{
  color: rgb(154 52 18 / 0.35);
}

.text-orange-800\/40{
  color: rgb(154 52 18 / 0.4);
}

.text-orange-800\/45{
  color: rgb(154 52 18 / 0.45);
}

.text-orange-800\/5{
  color: rgb(154 52 18 / 0.05);
}

.text-orange-800\/50{
  color: rgb(154 52 18 / 0.5);
}

.text-orange-800\/55{
  color: rgb(154 52 18 / 0.55);
}

.text-orange-800\/60{
  color: rgb(154 52 18 / 0.6);
}

.text-orange-800\/65{
  color: rgb(154 52 18 / 0.65);
}

.text-orange-800\/70{
  color: rgb(154 52 18 / 0.7);
}

.text-orange-800\/75{
  color: rgb(154 52 18 / 0.75);
}

.text-orange-800\/80{
  color: rgb(154 52 18 / 0.8);
}

.text-orange-800\/85{
  color: rgb(154 52 18 / 0.85);
}

.text-orange-800\/90{
  color: rgb(154 52 18 / 0.9);
}

.text-orange-800\/95{
  color: rgb(154 52 18 / 0.95);
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.text-orange-900\/0{
  color: rgb(124 45 18 / 0);
}

.text-orange-900\/10{
  color: rgb(124 45 18 / 0.1);
}

.text-orange-900\/100{
  color: rgb(124 45 18 / 1);
}

.text-orange-900\/15{
  color: rgb(124 45 18 / 0.15);
}

.text-orange-900\/20{
  color: rgb(124 45 18 / 0.2);
}

.text-orange-900\/25{
  color: rgb(124 45 18 / 0.25);
}

.text-orange-900\/30{
  color: rgb(124 45 18 / 0.3);
}

.text-orange-900\/35{
  color: rgb(124 45 18 / 0.35);
}

.text-orange-900\/40{
  color: rgb(124 45 18 / 0.4);
}

.text-orange-900\/45{
  color: rgb(124 45 18 / 0.45);
}

.text-orange-900\/5{
  color: rgb(124 45 18 / 0.05);
}

.text-orange-900\/50{
  color: rgb(124 45 18 / 0.5);
}

.text-orange-900\/55{
  color: rgb(124 45 18 / 0.55);
}

.text-orange-900\/60{
  color: rgb(124 45 18 / 0.6);
}

.text-orange-900\/65{
  color: rgb(124 45 18 / 0.65);
}

.text-orange-900\/70{
  color: rgb(124 45 18 / 0.7);
}

.text-orange-900\/75{
  color: rgb(124 45 18 / 0.75);
}

.text-orange-900\/80{
  color: rgb(124 45 18 / 0.8);
}

.text-orange-900\/85{
  color: rgb(124 45 18 / 0.85);
}

.text-orange-900\/90{
  color: rgb(124 45 18 / 0.9);
}

.text-orange-900\/95{
  color: rgb(124 45 18 / 0.95);
}

.text-orange-950{
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}

.text-orange-950\/0{
  color: rgb(67 20 7 / 0);
}

.text-orange-950\/10{
  color: rgb(67 20 7 / 0.1);
}

.text-orange-950\/100{
  color: rgb(67 20 7 / 1);
}

.text-orange-950\/15{
  color: rgb(67 20 7 / 0.15);
}

.text-orange-950\/20{
  color: rgb(67 20 7 / 0.2);
}

.text-orange-950\/25{
  color: rgb(67 20 7 / 0.25);
}

.text-orange-950\/30{
  color: rgb(67 20 7 / 0.3);
}

.text-orange-950\/35{
  color: rgb(67 20 7 / 0.35);
}

.text-orange-950\/40{
  color: rgb(67 20 7 / 0.4);
}

.text-orange-950\/45{
  color: rgb(67 20 7 / 0.45);
}

.text-orange-950\/5{
  color: rgb(67 20 7 / 0.05);
}

.text-orange-950\/50{
  color: rgb(67 20 7 / 0.5);
}

.text-orange-950\/55{
  color: rgb(67 20 7 / 0.55);
}

.text-orange-950\/60{
  color: rgb(67 20 7 / 0.6);
}

.text-orange-950\/65{
  color: rgb(67 20 7 / 0.65);
}

.text-orange-950\/70{
  color: rgb(67 20 7 / 0.7);
}

.text-orange-950\/75{
  color: rgb(67 20 7 / 0.75);
}

.text-orange-950\/80{
  color: rgb(67 20 7 / 0.8);
}

.text-orange-950\/85{
  color: rgb(67 20 7 / 0.85);
}

.text-orange-950\/90{
  color: rgb(67 20 7 / 0.9);
}

.text-orange-950\/95{
  color: rgb(67 20 7 / 0.95);
}

.text-pink-100{
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}

.text-pink-100\/0{
  color: rgb(252 231 243 / 0);
}

.text-pink-100\/10{
  color: rgb(252 231 243 / 0.1);
}

.text-pink-100\/100{
  color: rgb(252 231 243 / 1);
}

.text-pink-100\/15{
  color: rgb(252 231 243 / 0.15);
}

.text-pink-100\/20{
  color: rgb(252 231 243 / 0.2);
}

.text-pink-100\/25{
  color: rgb(252 231 243 / 0.25);
}

.text-pink-100\/30{
  color: rgb(252 231 243 / 0.3);
}

.text-pink-100\/35{
  color: rgb(252 231 243 / 0.35);
}

.text-pink-100\/40{
  color: rgb(252 231 243 / 0.4);
}

.text-pink-100\/45{
  color: rgb(252 231 243 / 0.45);
}

.text-pink-100\/5{
  color: rgb(252 231 243 / 0.05);
}

.text-pink-100\/50{
  color: rgb(252 231 243 / 0.5);
}

.text-pink-100\/55{
  color: rgb(252 231 243 / 0.55);
}

.text-pink-100\/60{
  color: rgb(252 231 243 / 0.6);
}

.text-pink-100\/65{
  color: rgb(252 231 243 / 0.65);
}

.text-pink-100\/70{
  color: rgb(252 231 243 / 0.7);
}

.text-pink-100\/75{
  color: rgb(252 231 243 / 0.75);
}

.text-pink-100\/80{
  color: rgb(252 231 243 / 0.8);
}

.text-pink-100\/85{
  color: rgb(252 231 243 / 0.85);
}

.text-pink-100\/90{
  color: rgb(252 231 243 / 0.9);
}

.text-pink-100\/95{
  color: rgb(252 231 243 / 0.95);
}

.text-pink-200{
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}

.text-pink-200\/0{
  color: rgb(251 207 232 / 0);
}

.text-pink-200\/10{
  color: rgb(251 207 232 / 0.1);
}

.text-pink-200\/100{
  color: rgb(251 207 232 / 1);
}

.text-pink-200\/15{
  color: rgb(251 207 232 / 0.15);
}

.text-pink-200\/20{
  color: rgb(251 207 232 / 0.2);
}

.text-pink-200\/25{
  color: rgb(251 207 232 / 0.25);
}

.text-pink-200\/30{
  color: rgb(251 207 232 / 0.3);
}

.text-pink-200\/35{
  color: rgb(251 207 232 / 0.35);
}

.text-pink-200\/40{
  color: rgb(251 207 232 / 0.4);
}

.text-pink-200\/45{
  color: rgb(251 207 232 / 0.45);
}

.text-pink-200\/5{
  color: rgb(251 207 232 / 0.05);
}

.text-pink-200\/50{
  color: rgb(251 207 232 / 0.5);
}

.text-pink-200\/55{
  color: rgb(251 207 232 / 0.55);
}

.text-pink-200\/60{
  color: rgb(251 207 232 / 0.6);
}

.text-pink-200\/65{
  color: rgb(251 207 232 / 0.65);
}

.text-pink-200\/70{
  color: rgb(251 207 232 / 0.7);
}

.text-pink-200\/75{
  color: rgb(251 207 232 / 0.75);
}

.text-pink-200\/80{
  color: rgb(251 207 232 / 0.8);
}

.text-pink-200\/85{
  color: rgb(251 207 232 / 0.85);
}

.text-pink-200\/90{
  color: rgb(251 207 232 / 0.9);
}

.text-pink-200\/95{
  color: rgb(251 207 232 / 0.95);
}

.text-pink-300{
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}

.text-pink-300\/0{
  color: rgb(249 168 212 / 0);
}

.text-pink-300\/10{
  color: rgb(249 168 212 / 0.1);
}

.text-pink-300\/100{
  color: rgb(249 168 212 / 1);
}

.text-pink-300\/15{
  color: rgb(249 168 212 / 0.15);
}

.text-pink-300\/20{
  color: rgb(249 168 212 / 0.2);
}

.text-pink-300\/25{
  color: rgb(249 168 212 / 0.25);
}

.text-pink-300\/30{
  color: rgb(249 168 212 / 0.3);
}

.text-pink-300\/35{
  color: rgb(249 168 212 / 0.35);
}

.text-pink-300\/40{
  color: rgb(249 168 212 / 0.4);
}

.text-pink-300\/45{
  color: rgb(249 168 212 / 0.45);
}

.text-pink-300\/5{
  color: rgb(249 168 212 / 0.05);
}

.text-pink-300\/50{
  color: rgb(249 168 212 / 0.5);
}

.text-pink-300\/55{
  color: rgb(249 168 212 / 0.55);
}

.text-pink-300\/60{
  color: rgb(249 168 212 / 0.6);
}

.text-pink-300\/65{
  color: rgb(249 168 212 / 0.65);
}

.text-pink-300\/70{
  color: rgb(249 168 212 / 0.7);
}

.text-pink-300\/75{
  color: rgb(249 168 212 / 0.75);
}

.text-pink-300\/80{
  color: rgb(249 168 212 / 0.8);
}

.text-pink-300\/85{
  color: rgb(249 168 212 / 0.85);
}

.text-pink-300\/90{
  color: rgb(249 168 212 / 0.9);
}

.text-pink-300\/95{
  color: rgb(249 168 212 / 0.95);
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.text-pink-400\/0{
  color: rgb(244 114 182 / 0);
}

.text-pink-400\/10{
  color: rgb(244 114 182 / 0.1);
}

.text-pink-400\/100{
  color: rgb(244 114 182 / 1);
}

.text-pink-400\/15{
  color: rgb(244 114 182 / 0.15);
}

.text-pink-400\/20{
  color: rgb(244 114 182 / 0.2);
}

.text-pink-400\/25{
  color: rgb(244 114 182 / 0.25);
}

.text-pink-400\/30{
  color: rgb(244 114 182 / 0.3);
}

.text-pink-400\/35{
  color: rgb(244 114 182 / 0.35);
}

.text-pink-400\/40{
  color: rgb(244 114 182 / 0.4);
}

.text-pink-400\/45{
  color: rgb(244 114 182 / 0.45);
}

.text-pink-400\/5{
  color: rgb(244 114 182 / 0.05);
}

.text-pink-400\/50{
  color: rgb(244 114 182 / 0.5);
}

.text-pink-400\/55{
  color: rgb(244 114 182 / 0.55);
}

.text-pink-400\/60{
  color: rgb(244 114 182 / 0.6);
}

.text-pink-400\/65{
  color: rgb(244 114 182 / 0.65);
}

.text-pink-400\/70{
  color: rgb(244 114 182 / 0.7);
}

.text-pink-400\/75{
  color: rgb(244 114 182 / 0.75);
}

.text-pink-400\/80{
  color: rgb(244 114 182 / 0.8);
}

.text-pink-400\/85{
  color: rgb(244 114 182 / 0.85);
}

.text-pink-400\/90{
  color: rgb(244 114 182 / 0.9);
}

.text-pink-400\/95{
  color: rgb(244 114 182 / 0.95);
}

.text-pink-50{
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}

.text-pink-50\/0{
  color: rgb(253 242 248 / 0);
}

.text-pink-50\/10{
  color: rgb(253 242 248 / 0.1);
}

.text-pink-50\/100{
  color: rgb(253 242 248 / 1);
}

.text-pink-50\/15{
  color: rgb(253 242 248 / 0.15);
}

.text-pink-50\/20{
  color: rgb(253 242 248 / 0.2);
}

.text-pink-50\/25{
  color: rgb(253 242 248 / 0.25);
}

.text-pink-50\/30{
  color: rgb(253 242 248 / 0.3);
}

.text-pink-50\/35{
  color: rgb(253 242 248 / 0.35);
}

.text-pink-50\/40{
  color: rgb(253 242 248 / 0.4);
}

.text-pink-50\/45{
  color: rgb(253 242 248 / 0.45);
}

.text-pink-50\/5{
  color: rgb(253 242 248 / 0.05);
}

.text-pink-50\/50{
  color: rgb(253 242 248 / 0.5);
}

.text-pink-50\/55{
  color: rgb(253 242 248 / 0.55);
}

.text-pink-50\/60{
  color: rgb(253 242 248 / 0.6);
}

.text-pink-50\/65{
  color: rgb(253 242 248 / 0.65);
}

.text-pink-50\/70{
  color: rgb(253 242 248 / 0.7);
}

.text-pink-50\/75{
  color: rgb(253 242 248 / 0.75);
}

.text-pink-50\/80{
  color: rgb(253 242 248 / 0.8);
}

.text-pink-50\/85{
  color: rgb(253 242 248 / 0.85);
}

.text-pink-50\/90{
  color: rgb(253 242 248 / 0.9);
}

.text-pink-50\/95{
  color: rgb(253 242 248 / 0.95);
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.text-pink-500\/0{
  color: rgb(236 72 153 / 0);
}

.text-pink-500\/10{
  color: rgb(236 72 153 / 0.1);
}

.text-pink-500\/100{
  color: rgb(236 72 153 / 1);
}

.text-pink-500\/15{
  color: rgb(236 72 153 / 0.15);
}

.text-pink-500\/20{
  color: rgb(236 72 153 / 0.2);
}

.text-pink-500\/25{
  color: rgb(236 72 153 / 0.25);
}

.text-pink-500\/30{
  color: rgb(236 72 153 / 0.3);
}

.text-pink-500\/35{
  color: rgb(236 72 153 / 0.35);
}

.text-pink-500\/40{
  color: rgb(236 72 153 / 0.4);
}

.text-pink-500\/45{
  color: rgb(236 72 153 / 0.45);
}

.text-pink-500\/5{
  color: rgb(236 72 153 / 0.05);
}

.text-pink-500\/50{
  color: rgb(236 72 153 / 0.5);
}

.text-pink-500\/55{
  color: rgb(236 72 153 / 0.55);
}

.text-pink-500\/60{
  color: rgb(236 72 153 / 0.6);
}

.text-pink-500\/65{
  color: rgb(236 72 153 / 0.65);
}

.text-pink-500\/70{
  color: rgb(236 72 153 / 0.7);
}

.text-pink-500\/75{
  color: rgb(236 72 153 / 0.75);
}

.text-pink-500\/80{
  color: rgb(236 72 153 / 0.8);
}

.text-pink-500\/85{
  color: rgb(236 72 153 / 0.85);
}

.text-pink-500\/90{
  color: rgb(236 72 153 / 0.9);
}

.text-pink-500\/95{
  color: rgb(236 72 153 / 0.95);
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.text-pink-600\/0{
  color: rgb(219 39 119 / 0);
}

.text-pink-600\/10{
  color: rgb(219 39 119 / 0.1);
}

.text-pink-600\/100{
  color: rgb(219 39 119 / 1);
}

.text-pink-600\/15{
  color: rgb(219 39 119 / 0.15);
}

.text-pink-600\/20{
  color: rgb(219 39 119 / 0.2);
}

.text-pink-600\/25{
  color: rgb(219 39 119 / 0.25);
}

.text-pink-600\/30{
  color: rgb(219 39 119 / 0.3);
}

.text-pink-600\/35{
  color: rgb(219 39 119 / 0.35);
}

.text-pink-600\/40{
  color: rgb(219 39 119 / 0.4);
}

.text-pink-600\/45{
  color: rgb(219 39 119 / 0.45);
}

.text-pink-600\/5{
  color: rgb(219 39 119 / 0.05);
}

.text-pink-600\/50{
  color: rgb(219 39 119 / 0.5);
}

.text-pink-600\/55{
  color: rgb(219 39 119 / 0.55);
}

.text-pink-600\/60{
  color: rgb(219 39 119 / 0.6);
}

.text-pink-600\/65{
  color: rgb(219 39 119 / 0.65);
}

.text-pink-600\/70{
  color: rgb(219 39 119 / 0.7);
}

.text-pink-600\/75{
  color: rgb(219 39 119 / 0.75);
}

.text-pink-600\/80{
  color: rgb(219 39 119 / 0.8);
}

.text-pink-600\/85{
  color: rgb(219 39 119 / 0.85);
}

.text-pink-600\/90{
  color: rgb(219 39 119 / 0.9);
}

.text-pink-600\/95{
  color: rgb(219 39 119 / 0.95);
}

.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}

.text-pink-700\/0{
  color: rgb(190 24 93 / 0);
}

.text-pink-700\/10{
  color: rgb(190 24 93 / 0.1);
}

.text-pink-700\/100{
  color: rgb(190 24 93 / 1);
}

.text-pink-700\/15{
  color: rgb(190 24 93 / 0.15);
}

.text-pink-700\/20{
  color: rgb(190 24 93 / 0.2);
}

.text-pink-700\/25{
  color: rgb(190 24 93 / 0.25);
}

.text-pink-700\/30{
  color: rgb(190 24 93 / 0.3);
}

.text-pink-700\/35{
  color: rgb(190 24 93 / 0.35);
}

.text-pink-700\/40{
  color: rgb(190 24 93 / 0.4);
}

.text-pink-700\/45{
  color: rgb(190 24 93 / 0.45);
}

.text-pink-700\/5{
  color: rgb(190 24 93 / 0.05);
}

.text-pink-700\/50{
  color: rgb(190 24 93 / 0.5);
}

.text-pink-700\/55{
  color: rgb(190 24 93 / 0.55);
}

.text-pink-700\/60{
  color: rgb(190 24 93 / 0.6);
}

.text-pink-700\/65{
  color: rgb(190 24 93 / 0.65);
}

.text-pink-700\/70{
  color: rgb(190 24 93 / 0.7);
}

.text-pink-700\/75{
  color: rgb(190 24 93 / 0.75);
}

.text-pink-700\/80{
  color: rgb(190 24 93 / 0.8);
}

.text-pink-700\/85{
  color: rgb(190 24 93 / 0.85);
}

.text-pink-700\/90{
  color: rgb(190 24 93 / 0.9);
}

.text-pink-700\/95{
  color: rgb(190 24 93 / 0.95);
}

.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}

.text-pink-800\/0{
  color: rgb(157 23 77 / 0);
}

.text-pink-800\/10{
  color: rgb(157 23 77 / 0.1);
}

.text-pink-800\/100{
  color: rgb(157 23 77 / 1);
}

.text-pink-800\/15{
  color: rgb(157 23 77 / 0.15);
}

.text-pink-800\/20{
  color: rgb(157 23 77 / 0.2);
}

.text-pink-800\/25{
  color: rgb(157 23 77 / 0.25);
}

.text-pink-800\/30{
  color: rgb(157 23 77 / 0.3);
}

.text-pink-800\/35{
  color: rgb(157 23 77 / 0.35);
}

.text-pink-800\/40{
  color: rgb(157 23 77 / 0.4);
}

.text-pink-800\/45{
  color: rgb(157 23 77 / 0.45);
}

.text-pink-800\/5{
  color: rgb(157 23 77 / 0.05);
}

.text-pink-800\/50{
  color: rgb(157 23 77 / 0.5);
}

.text-pink-800\/55{
  color: rgb(157 23 77 / 0.55);
}

.text-pink-800\/60{
  color: rgb(157 23 77 / 0.6);
}

.text-pink-800\/65{
  color: rgb(157 23 77 / 0.65);
}

.text-pink-800\/70{
  color: rgb(157 23 77 / 0.7);
}

.text-pink-800\/75{
  color: rgb(157 23 77 / 0.75);
}

.text-pink-800\/80{
  color: rgb(157 23 77 / 0.8);
}

.text-pink-800\/85{
  color: rgb(157 23 77 / 0.85);
}

.text-pink-800\/90{
  color: rgb(157 23 77 / 0.9);
}

.text-pink-800\/95{
  color: rgb(157 23 77 / 0.95);
}

.text-pink-900{
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}

.text-pink-900\/0{
  color: rgb(131 24 67 / 0);
}

.text-pink-900\/10{
  color: rgb(131 24 67 / 0.1);
}

.text-pink-900\/100{
  color: rgb(131 24 67 / 1);
}

.text-pink-900\/15{
  color: rgb(131 24 67 / 0.15);
}

.text-pink-900\/20{
  color: rgb(131 24 67 / 0.2);
}

.text-pink-900\/25{
  color: rgb(131 24 67 / 0.25);
}

.text-pink-900\/30{
  color: rgb(131 24 67 / 0.3);
}

.text-pink-900\/35{
  color: rgb(131 24 67 / 0.35);
}

.text-pink-900\/40{
  color: rgb(131 24 67 / 0.4);
}

.text-pink-900\/45{
  color: rgb(131 24 67 / 0.45);
}

.text-pink-900\/5{
  color: rgb(131 24 67 / 0.05);
}

.text-pink-900\/50{
  color: rgb(131 24 67 / 0.5);
}

.text-pink-900\/55{
  color: rgb(131 24 67 / 0.55);
}

.text-pink-900\/60{
  color: rgb(131 24 67 / 0.6);
}

.text-pink-900\/65{
  color: rgb(131 24 67 / 0.65);
}

.text-pink-900\/70{
  color: rgb(131 24 67 / 0.7);
}

.text-pink-900\/75{
  color: rgb(131 24 67 / 0.75);
}

.text-pink-900\/80{
  color: rgb(131 24 67 / 0.8);
}

.text-pink-900\/85{
  color: rgb(131 24 67 / 0.85);
}

.text-pink-900\/90{
  color: rgb(131 24 67 / 0.9);
}

.text-pink-900\/95{
  color: rgb(131 24 67 / 0.95);
}

.text-pink-950{
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}

.text-pink-950\/0{
  color: rgb(80 7 36 / 0);
}

.text-pink-950\/10{
  color: rgb(80 7 36 / 0.1);
}

.text-pink-950\/100{
  color: rgb(80 7 36 / 1);
}

.text-pink-950\/15{
  color: rgb(80 7 36 / 0.15);
}

.text-pink-950\/20{
  color: rgb(80 7 36 / 0.2);
}

.text-pink-950\/25{
  color: rgb(80 7 36 / 0.25);
}

.text-pink-950\/30{
  color: rgb(80 7 36 / 0.3);
}

.text-pink-950\/35{
  color: rgb(80 7 36 / 0.35);
}

.text-pink-950\/40{
  color: rgb(80 7 36 / 0.4);
}

.text-pink-950\/45{
  color: rgb(80 7 36 / 0.45);
}

.text-pink-950\/5{
  color: rgb(80 7 36 / 0.05);
}

.text-pink-950\/50{
  color: rgb(80 7 36 / 0.5);
}

.text-pink-950\/55{
  color: rgb(80 7 36 / 0.55);
}

.text-pink-950\/60{
  color: rgb(80 7 36 / 0.6);
}

.text-pink-950\/65{
  color: rgb(80 7 36 / 0.65);
}

.text-pink-950\/70{
  color: rgb(80 7 36 / 0.7);
}

.text-pink-950\/75{
  color: rgb(80 7 36 / 0.75);
}

.text-pink-950\/80{
  color: rgb(80 7 36 / 0.8);
}

.text-pink-950\/85{
  color: rgb(80 7 36 / 0.85);
}

.text-pink-950\/90{
  color: rgb(80 7 36 / 0.9);
}

.text-pink-950\/95{
  color: rgb(80 7 36 / 0.95);
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(85 70 192 / var(--tw-text-opacity));
}

.text-primary-hover{
  --tw-text-opacity: 1;
  color: rgb(71 57 169 / var(--tw-text-opacity));
}

.text-primary-hover\/0{
  color: rgb(71 57 169 / 0);
}

.text-primary-hover\/10{
  color: rgb(71 57 169 / 0.1);
}

.text-primary-hover\/100{
  color: rgb(71 57 169 / 1);
}

.text-primary-hover\/15{
  color: rgb(71 57 169 / 0.15);
}

.text-primary-hover\/20{
  color: rgb(71 57 169 / 0.2);
}

.text-primary-hover\/25{
  color: rgb(71 57 169 / 0.25);
}

.text-primary-hover\/30{
  color: rgb(71 57 169 / 0.3);
}

.text-primary-hover\/35{
  color: rgb(71 57 169 / 0.35);
}

.text-primary-hover\/40{
  color: rgb(71 57 169 / 0.4);
}

.text-primary-hover\/45{
  color: rgb(71 57 169 / 0.45);
}

.text-primary-hover\/5{
  color: rgb(71 57 169 / 0.05);
}

.text-primary-hover\/50{
  color: rgb(71 57 169 / 0.5);
}

.text-primary-hover\/55{
  color: rgb(71 57 169 / 0.55);
}

.text-primary-hover\/60{
  color: rgb(71 57 169 / 0.6);
}

.text-primary-hover\/65{
  color: rgb(71 57 169 / 0.65);
}

.text-primary-hover\/70{
  color: rgb(71 57 169 / 0.7);
}

.text-primary-hover\/75{
  color: rgb(71 57 169 / 0.75);
}

.text-primary-hover\/80{
  color: rgb(71 57 169 / 0.8);
}

.text-primary-hover\/85{
  color: rgb(71 57 169 / 0.85);
}

.text-primary-hover\/90{
  color: rgb(71 57 169 / 0.9);
}

.text-primary-hover\/95{
  color: rgb(71 57 169 / 0.95);
}

.text-primary\/0{
  color: rgb(85 70 192 / 0);
}

.text-primary\/10{
  color: rgb(85 70 192 / 0.1);
}

.text-primary\/100{
  color: rgb(85 70 192 / 1);
}

.text-primary\/15{
  color: rgb(85 70 192 / 0.15);
}

.text-primary\/20{
  color: rgb(85 70 192 / 0.2);
}

.text-primary\/25{
  color: rgb(85 70 192 / 0.25);
}

.text-primary\/30{
  color: rgb(85 70 192 / 0.3);
}

.text-primary\/35{
  color: rgb(85 70 192 / 0.35);
}

.text-primary\/40{
  color: rgb(85 70 192 / 0.4);
}

.text-primary\/45{
  color: rgb(85 70 192 / 0.45);
}

.text-primary\/5{
  color: rgb(85 70 192 / 0.05);
}

.text-primary\/50{
  color: rgb(85 70 192 / 0.5);
}

.text-primary\/55{
  color: rgb(85 70 192 / 0.55);
}

.text-primary\/60{
  color: rgb(85 70 192 / 0.6);
}

.text-primary\/65{
  color: rgb(85 70 192 / 0.65);
}

.text-primary\/70{
  color: rgb(85 70 192 / 0.7);
}

.text-primary\/75{
  color: rgb(85 70 192 / 0.75);
}

.text-primary\/80{
  color: rgb(85 70 192 / 0.8);
}

.text-primary\/85{
  color: rgb(85 70 192 / 0.85);
}

.text-primary\/90{
  color: rgb(85 70 192 / 0.9);
}

.text-primary\/95{
  color: rgb(85 70 192 / 0.95);
}

.text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}

.text-purple-100\/0{
  color: rgb(243 232 255 / 0);
}

.text-purple-100\/10{
  color: rgb(243 232 255 / 0.1);
}

.text-purple-100\/100{
  color: rgb(243 232 255 / 1);
}

.text-purple-100\/15{
  color: rgb(243 232 255 / 0.15);
}

.text-purple-100\/20{
  color: rgb(243 232 255 / 0.2);
}

.text-purple-100\/25{
  color: rgb(243 232 255 / 0.25);
}

.text-purple-100\/30{
  color: rgb(243 232 255 / 0.3);
}

.text-purple-100\/35{
  color: rgb(243 232 255 / 0.35);
}

.text-purple-100\/40{
  color: rgb(243 232 255 / 0.4);
}

.text-purple-100\/45{
  color: rgb(243 232 255 / 0.45);
}

.text-purple-100\/5{
  color: rgb(243 232 255 / 0.05);
}

.text-purple-100\/50{
  color: rgb(243 232 255 / 0.5);
}

.text-purple-100\/55{
  color: rgb(243 232 255 / 0.55);
}

.text-purple-100\/60{
  color: rgb(243 232 255 / 0.6);
}

.text-purple-100\/65{
  color: rgb(243 232 255 / 0.65);
}

.text-purple-100\/70{
  color: rgb(243 232 255 / 0.7);
}

.text-purple-100\/75{
  color: rgb(243 232 255 / 0.75);
}

.text-purple-100\/80{
  color: rgb(243 232 255 / 0.8);
}

.text-purple-100\/85{
  color: rgb(243 232 255 / 0.85);
}

.text-purple-100\/90{
  color: rgb(243 232 255 / 0.9);
}

.text-purple-100\/95{
  color: rgb(243 232 255 / 0.95);
}

.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}

.text-purple-200\/0{
  color: rgb(233 213 255 / 0);
}

.text-purple-200\/10{
  color: rgb(233 213 255 / 0.1);
}

.text-purple-200\/100{
  color: rgb(233 213 255 / 1);
}

.text-purple-200\/15{
  color: rgb(233 213 255 / 0.15);
}

.text-purple-200\/20{
  color: rgb(233 213 255 / 0.2);
}

.text-purple-200\/25{
  color: rgb(233 213 255 / 0.25);
}

.text-purple-200\/30{
  color: rgb(233 213 255 / 0.3);
}

.text-purple-200\/35{
  color: rgb(233 213 255 / 0.35);
}

.text-purple-200\/40{
  color: rgb(233 213 255 / 0.4);
}

.text-purple-200\/45{
  color: rgb(233 213 255 / 0.45);
}

.text-purple-200\/5{
  color: rgb(233 213 255 / 0.05);
}

.text-purple-200\/50{
  color: rgb(233 213 255 / 0.5);
}

.text-purple-200\/55{
  color: rgb(233 213 255 / 0.55);
}

.text-purple-200\/60{
  color: rgb(233 213 255 / 0.6);
}

.text-purple-200\/65{
  color: rgb(233 213 255 / 0.65);
}

.text-purple-200\/70{
  color: rgb(233 213 255 / 0.7);
}

.text-purple-200\/75{
  color: rgb(233 213 255 / 0.75);
}

.text-purple-200\/80{
  color: rgb(233 213 255 / 0.8);
}

.text-purple-200\/85{
  color: rgb(233 213 255 / 0.85);
}

.text-purple-200\/90{
  color: rgb(233 213 255 / 0.9);
}

.text-purple-200\/95{
  color: rgb(233 213 255 / 0.95);
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.text-purple-300\/0{
  color: rgb(216 180 254 / 0);
}

.text-purple-300\/10{
  color: rgb(216 180 254 / 0.1);
}

.text-purple-300\/100{
  color: rgb(216 180 254 / 1);
}

.text-purple-300\/15{
  color: rgb(216 180 254 / 0.15);
}

.text-purple-300\/20{
  color: rgb(216 180 254 / 0.2);
}

.text-purple-300\/25{
  color: rgb(216 180 254 / 0.25);
}

.text-purple-300\/30{
  color: rgb(216 180 254 / 0.3);
}

.text-purple-300\/35{
  color: rgb(216 180 254 / 0.35);
}

.text-purple-300\/40{
  color: rgb(216 180 254 / 0.4);
}

.text-purple-300\/45{
  color: rgb(216 180 254 / 0.45);
}

.text-purple-300\/5{
  color: rgb(216 180 254 / 0.05);
}

.text-purple-300\/50{
  color: rgb(216 180 254 / 0.5);
}

.text-purple-300\/55{
  color: rgb(216 180 254 / 0.55);
}

.text-purple-300\/60{
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/65{
  color: rgb(216 180 254 / 0.65);
}

.text-purple-300\/70{
  color: rgb(216 180 254 / 0.7);
}

.text-purple-300\/75{
  color: rgb(216 180 254 / 0.75);
}

.text-purple-300\/80{
  color: rgb(216 180 254 / 0.8);
}

.text-purple-300\/85{
  color: rgb(216 180 254 / 0.85);
}

.text-purple-300\/90{
  color: rgb(216 180 254 / 0.9);
}

.text-purple-300\/95{
  color: rgb(216 180 254 / 0.95);
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.text-purple-400\/0{
  color: rgb(192 132 252 / 0);
}

.text-purple-400\/10{
  color: rgb(192 132 252 / 0.1);
}

.text-purple-400\/100{
  color: rgb(192 132 252 / 1);
}

.text-purple-400\/15{
  color: rgb(192 132 252 / 0.15);
}

.text-purple-400\/20{
  color: rgb(192 132 252 / 0.2);
}

.text-purple-400\/25{
  color: rgb(192 132 252 / 0.25);
}

.text-purple-400\/30{
  color: rgb(192 132 252 / 0.3);
}

.text-purple-400\/35{
  color: rgb(192 132 252 / 0.35);
}

.text-purple-400\/40{
  color: rgb(192 132 252 / 0.4);
}

.text-purple-400\/45{
  color: rgb(192 132 252 / 0.45);
}

.text-purple-400\/5{
  color: rgb(192 132 252 / 0.05);
}

.text-purple-400\/50{
  color: rgb(192 132 252 / 0.5);
}

.text-purple-400\/55{
  color: rgb(192 132 252 / 0.55);
}

.text-purple-400\/60{
  color: rgb(192 132 252 / 0.6);
}

.text-purple-400\/65{
  color: rgb(192 132 252 / 0.65);
}

.text-purple-400\/70{
  color: rgb(192 132 252 / 0.7);
}

.text-purple-400\/75{
  color: rgb(192 132 252 / 0.75);
}

.text-purple-400\/80{
  color: rgb(192 132 252 / 0.8);
}

.text-purple-400\/85{
  color: rgb(192 132 252 / 0.85);
}

.text-purple-400\/90{
  color: rgb(192 132 252 / 0.9);
}

.text-purple-400\/95{
  color: rgb(192 132 252 / 0.95);
}

.text-purple-50{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}

.text-purple-50\/0{
  color: rgb(250 245 255 / 0);
}

.text-purple-50\/10{
  color: rgb(250 245 255 / 0.1);
}

.text-purple-50\/100{
  color: rgb(250 245 255 / 1);
}

.text-purple-50\/15{
  color: rgb(250 245 255 / 0.15);
}

.text-purple-50\/20{
  color: rgb(250 245 255 / 0.2);
}

.text-purple-50\/25{
  color: rgb(250 245 255 / 0.25);
}

.text-purple-50\/30{
  color: rgb(250 245 255 / 0.3);
}

.text-purple-50\/35{
  color: rgb(250 245 255 / 0.35);
}

.text-purple-50\/40{
  color: rgb(250 245 255 / 0.4);
}

.text-purple-50\/45{
  color: rgb(250 245 255 / 0.45);
}

.text-purple-50\/5{
  color: rgb(250 245 255 / 0.05);
}

.text-purple-50\/50{
  color: rgb(250 245 255 / 0.5);
}

.text-purple-50\/55{
  color: rgb(250 245 255 / 0.55);
}

.text-purple-50\/60{
  color: rgb(250 245 255 / 0.6);
}

.text-purple-50\/65{
  color: rgb(250 245 255 / 0.65);
}

.text-purple-50\/70{
  color: rgb(250 245 255 / 0.7);
}

.text-purple-50\/75{
  color: rgb(250 245 255 / 0.75);
}

.text-purple-50\/80{
  color: rgb(250 245 255 / 0.8);
}

.text-purple-50\/85{
  color: rgb(250 245 255 / 0.85);
}

.text-purple-50\/90{
  color: rgb(250 245 255 / 0.9);
}

.text-purple-50\/95{
  color: rgb(250 245 255 / 0.95);
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.text-purple-500\/0{
  color: rgb(168 85 247 / 0);
}

.text-purple-500\/10{
  color: rgb(168 85 247 / 0.1);
}

.text-purple-500\/100{
  color: rgb(168 85 247 / 1);
}

.text-purple-500\/15{
  color: rgb(168 85 247 / 0.15);
}

.text-purple-500\/20{
  color: rgb(168 85 247 / 0.2);
}

.text-purple-500\/25{
  color: rgb(168 85 247 / 0.25);
}

.text-purple-500\/30{
  color: rgb(168 85 247 / 0.3);
}

.text-purple-500\/35{
  color: rgb(168 85 247 / 0.35);
}

.text-purple-500\/40{
  color: rgb(168 85 247 / 0.4);
}

.text-purple-500\/45{
  color: rgb(168 85 247 / 0.45);
}

.text-purple-500\/5{
  color: rgb(168 85 247 / 0.05);
}

.text-purple-500\/50{
  color: rgb(168 85 247 / 0.5);
}

.text-purple-500\/55{
  color: rgb(168 85 247 / 0.55);
}

.text-purple-500\/60{
  color: rgb(168 85 247 / 0.6);
}

.text-purple-500\/65{
  color: rgb(168 85 247 / 0.65);
}

.text-purple-500\/70{
  color: rgb(168 85 247 / 0.7);
}

.text-purple-500\/75{
  color: rgb(168 85 247 / 0.75);
}

.text-purple-500\/80{
  color: rgb(168 85 247 / 0.8);
}

.text-purple-500\/85{
  color: rgb(168 85 247 / 0.85);
}

.text-purple-500\/90{
  color: rgb(168 85 247 / 0.9);
}

.text-purple-500\/95{
  color: rgb(168 85 247 / 0.95);
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.text-purple-600\/0{
  color: rgb(147 51 234 / 0);
}

.text-purple-600\/10{
  color: rgb(147 51 234 / 0.1);
}

.text-purple-600\/100{
  color: rgb(147 51 234 / 1);
}

.text-purple-600\/15{
  color: rgb(147 51 234 / 0.15);
}

.text-purple-600\/20{
  color: rgb(147 51 234 / 0.2);
}

.text-purple-600\/25{
  color: rgb(147 51 234 / 0.25);
}

.text-purple-600\/30{
  color: rgb(147 51 234 / 0.3);
}

.text-purple-600\/35{
  color: rgb(147 51 234 / 0.35);
}

.text-purple-600\/40{
  color: rgb(147 51 234 / 0.4);
}

.text-purple-600\/45{
  color: rgb(147 51 234 / 0.45);
}

.text-purple-600\/5{
  color: rgb(147 51 234 / 0.05);
}

.text-purple-600\/50{
  color: rgb(147 51 234 / 0.5);
}

.text-purple-600\/55{
  color: rgb(147 51 234 / 0.55);
}

.text-purple-600\/60{
  color: rgb(147 51 234 / 0.6);
}

.text-purple-600\/65{
  color: rgb(147 51 234 / 0.65);
}

.text-purple-600\/70{
  color: rgb(147 51 234 / 0.7);
}

.text-purple-600\/75{
  color: rgb(147 51 234 / 0.75);
}

.text-purple-600\/80{
  color: rgb(147 51 234 / 0.8);
}

.text-purple-600\/85{
  color: rgb(147 51 234 / 0.85);
}

.text-purple-600\/90{
  color: rgb(147 51 234 / 0.9);
}

.text-purple-600\/95{
  color: rgb(147 51 234 / 0.95);
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-purple-700\/0{
  color: rgb(126 34 206 / 0);
}

.text-purple-700\/10{
  color: rgb(126 34 206 / 0.1);
}

.text-purple-700\/100{
  color: rgb(126 34 206 / 1);
}

.text-purple-700\/15{
  color: rgb(126 34 206 / 0.15);
}

.text-purple-700\/20{
  color: rgb(126 34 206 / 0.2);
}

.text-purple-700\/25{
  color: rgb(126 34 206 / 0.25);
}

.text-purple-700\/30{
  color: rgb(126 34 206 / 0.3);
}

.text-purple-700\/35{
  color: rgb(126 34 206 / 0.35);
}

.text-purple-700\/40{
  color: rgb(126 34 206 / 0.4);
}

.text-purple-700\/45{
  color: rgb(126 34 206 / 0.45);
}

.text-purple-700\/5{
  color: rgb(126 34 206 / 0.05);
}

.text-purple-700\/50{
  color: rgb(126 34 206 / 0.5);
}

.text-purple-700\/55{
  color: rgb(126 34 206 / 0.55);
}

.text-purple-700\/60{
  color: rgb(126 34 206 / 0.6);
}

.text-purple-700\/65{
  color: rgb(126 34 206 / 0.65);
}

.text-purple-700\/70{
  color: rgb(126 34 206 / 0.7);
}

.text-purple-700\/75{
  color: rgb(126 34 206 / 0.75);
}

.text-purple-700\/80{
  color: rgb(126 34 206 / 0.8);
}

.text-purple-700\/85{
  color: rgb(126 34 206 / 0.85);
}

.text-purple-700\/90{
  color: rgb(126 34 206 / 0.9);
}

.text-purple-700\/95{
  color: rgb(126 34 206 / 0.95);
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.text-purple-800\/0{
  color: rgb(107 33 168 / 0);
}

.text-purple-800\/10{
  color: rgb(107 33 168 / 0.1);
}

.text-purple-800\/100{
  color: rgb(107 33 168 / 1);
}

.text-purple-800\/15{
  color: rgb(107 33 168 / 0.15);
}

.text-purple-800\/20{
  color: rgb(107 33 168 / 0.2);
}

.text-purple-800\/25{
  color: rgb(107 33 168 / 0.25);
}

.text-purple-800\/30{
  color: rgb(107 33 168 / 0.3);
}

.text-purple-800\/35{
  color: rgb(107 33 168 / 0.35);
}

.text-purple-800\/40{
  color: rgb(107 33 168 / 0.4);
}

.text-purple-800\/45{
  color: rgb(107 33 168 / 0.45);
}

.text-purple-800\/5{
  color: rgb(107 33 168 / 0.05);
}

.text-purple-800\/50{
  color: rgb(107 33 168 / 0.5);
}

.text-purple-800\/55{
  color: rgb(107 33 168 / 0.55);
}

.text-purple-800\/60{
  color: rgb(107 33 168 / 0.6);
}

.text-purple-800\/65{
  color: rgb(107 33 168 / 0.65);
}

.text-purple-800\/70{
  color: rgb(107 33 168 / 0.7);
}

.text-purple-800\/75{
  color: rgb(107 33 168 / 0.75);
}

.text-purple-800\/80{
  color: rgb(107 33 168 / 0.8);
}

.text-purple-800\/85{
  color: rgb(107 33 168 / 0.85);
}

.text-purple-800\/90{
  color: rgb(107 33 168 / 0.9);
}

.text-purple-800\/95{
  color: rgb(107 33 168 / 0.95);
}

.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.text-purple-900\/0{
  color: rgb(88 28 135 / 0);
}

.text-purple-900\/10{
  color: rgb(88 28 135 / 0.1);
}

.text-purple-900\/100{
  color: rgb(88 28 135 / 1);
}

.text-purple-900\/15{
  color: rgb(88 28 135 / 0.15);
}

.text-purple-900\/20{
  color: rgb(88 28 135 / 0.2);
}

.text-purple-900\/25{
  color: rgb(88 28 135 / 0.25);
}

.text-purple-900\/30{
  color: rgb(88 28 135 / 0.3);
}

.text-purple-900\/35{
  color: rgb(88 28 135 / 0.35);
}

.text-purple-900\/40{
  color: rgb(88 28 135 / 0.4);
}

.text-purple-900\/45{
  color: rgb(88 28 135 / 0.45);
}

.text-purple-900\/5{
  color: rgb(88 28 135 / 0.05);
}

.text-purple-900\/50{
  color: rgb(88 28 135 / 0.5);
}

.text-purple-900\/55{
  color: rgb(88 28 135 / 0.55);
}

.text-purple-900\/60{
  color: rgb(88 28 135 / 0.6);
}

.text-purple-900\/65{
  color: rgb(88 28 135 / 0.65);
}

.text-purple-900\/70{
  color: rgb(88 28 135 / 0.7);
}

.text-purple-900\/75{
  color: rgb(88 28 135 / 0.75);
}

.text-purple-900\/80{
  color: rgb(88 28 135 / 0.8);
}

.text-purple-900\/85{
  color: rgb(88 28 135 / 0.85);
}

.text-purple-900\/90{
  color: rgb(88 28 135 / 0.9);
}

.text-purple-900\/95{
  color: rgb(88 28 135 / 0.95);
}

.text-purple-950{
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}

.text-purple-950\/0{
  color: rgb(59 7 100 / 0);
}

.text-purple-950\/10{
  color: rgb(59 7 100 / 0.1);
}

.text-purple-950\/100{
  color: rgb(59 7 100 / 1);
}

.text-purple-950\/15{
  color: rgb(59 7 100 / 0.15);
}

.text-purple-950\/20{
  color: rgb(59 7 100 / 0.2);
}

.text-purple-950\/25{
  color: rgb(59 7 100 / 0.25);
}

.text-purple-950\/30{
  color: rgb(59 7 100 / 0.3);
}

.text-purple-950\/35{
  color: rgb(59 7 100 / 0.35);
}

.text-purple-950\/40{
  color: rgb(59 7 100 / 0.4);
}

.text-purple-950\/45{
  color: rgb(59 7 100 / 0.45);
}

.text-purple-950\/5{
  color: rgb(59 7 100 / 0.05);
}

.text-purple-950\/50{
  color: rgb(59 7 100 / 0.5);
}

.text-purple-950\/55{
  color: rgb(59 7 100 / 0.55);
}

.text-purple-950\/60{
  color: rgb(59 7 100 / 0.6);
}

.text-purple-950\/65{
  color: rgb(59 7 100 / 0.65);
}

.text-purple-950\/70{
  color: rgb(59 7 100 / 0.7);
}

.text-purple-950\/75{
  color: rgb(59 7 100 / 0.75);
}

.text-purple-950\/80{
  color: rgb(59 7 100 / 0.8);
}

.text-purple-950\/85{
  color: rgb(59 7 100 / 0.85);
}

.text-purple-950\/90{
  color: rgb(59 7 100 / 0.9);
}

.text-purple-950\/95{
  color: rgb(59 7 100 / 0.95);
}

.text-quaternary{
  --tw-text-opacity: 1;
  color: rgb(61 209 246 / var(--tw-text-opacity));
}

.text-quaternary-hover{
  --tw-text-opacity: 1;
  color: rgb(43 202 241 / var(--tw-text-opacity));
}

.text-quaternary-hover\/0{
  color: rgb(43 202 241 / 0);
}

.text-quaternary-hover\/10{
  color: rgb(43 202 241 / 0.1);
}

.text-quaternary-hover\/100{
  color: rgb(43 202 241 / 1);
}

.text-quaternary-hover\/15{
  color: rgb(43 202 241 / 0.15);
}

.text-quaternary-hover\/20{
  color: rgb(43 202 241 / 0.2);
}

.text-quaternary-hover\/25{
  color: rgb(43 202 241 / 0.25);
}

.text-quaternary-hover\/30{
  color: rgb(43 202 241 / 0.3);
}

.text-quaternary-hover\/35{
  color: rgb(43 202 241 / 0.35);
}

.text-quaternary-hover\/40{
  color: rgb(43 202 241 / 0.4);
}

.text-quaternary-hover\/45{
  color: rgb(43 202 241 / 0.45);
}

.text-quaternary-hover\/5{
  color: rgb(43 202 241 / 0.05);
}

.text-quaternary-hover\/50{
  color: rgb(43 202 241 / 0.5);
}

.text-quaternary-hover\/55{
  color: rgb(43 202 241 / 0.55);
}

.text-quaternary-hover\/60{
  color: rgb(43 202 241 / 0.6);
}

.text-quaternary-hover\/65{
  color: rgb(43 202 241 / 0.65);
}

.text-quaternary-hover\/70{
  color: rgb(43 202 241 / 0.7);
}

.text-quaternary-hover\/75{
  color: rgb(43 202 241 / 0.75);
}

.text-quaternary-hover\/80{
  color: rgb(43 202 241 / 0.8);
}

.text-quaternary-hover\/85{
  color: rgb(43 202 241 / 0.85);
}

.text-quaternary-hover\/90{
  color: rgb(43 202 241 / 0.9);
}

.text-quaternary-hover\/95{
  color: rgb(43 202 241 / 0.95);
}

.text-quaternary\/0{
  color: rgb(61 209 246 / 0);
}

.text-quaternary\/10{
  color: rgb(61 209 246 / 0.1);
}

.text-quaternary\/100{
  color: rgb(61 209 246 / 1);
}

.text-quaternary\/15{
  color: rgb(61 209 246 / 0.15);
}

.text-quaternary\/20{
  color: rgb(61 209 246 / 0.2);
}

.text-quaternary\/25{
  color: rgb(61 209 246 / 0.25);
}

.text-quaternary\/30{
  color: rgb(61 209 246 / 0.3);
}

.text-quaternary\/35{
  color: rgb(61 209 246 / 0.35);
}

.text-quaternary\/40{
  color: rgb(61 209 246 / 0.4);
}

.text-quaternary\/45{
  color: rgb(61 209 246 / 0.45);
}

.text-quaternary\/5{
  color: rgb(61 209 246 / 0.05);
}

.text-quaternary\/50{
  color: rgb(61 209 246 / 0.5);
}

.text-quaternary\/55{
  color: rgb(61 209 246 / 0.55);
}

.text-quaternary\/60{
  color: rgb(61 209 246 / 0.6);
}

.text-quaternary\/65{
  color: rgb(61 209 246 / 0.65);
}

.text-quaternary\/70{
  color: rgb(61 209 246 / 0.7);
}

.text-quaternary\/75{
  color: rgb(61 209 246 / 0.75);
}

.text-quaternary\/80{
  color: rgb(61 209 246 / 0.8);
}

.text-quaternary\/85{
  color: rgb(61 209 246 / 0.85);
}

.text-quaternary\/90{
  color: rgb(61 209 246 / 0.9);
}

.text-quaternary\/95{
  color: rgb(61 209 246 / 0.95);
}

.text-quinary{
  --tw-text-opacity: 1;
  color: rgb(136 150 244 / var(--tw-text-opacity));
}

.text-quinary-hover{
  --tw-text-opacity: 1;
  color: rgb(112 126 222 / var(--tw-text-opacity));
}

.text-quinary-hover\/0{
  color: rgb(112 126 222 / 0);
}

.text-quinary-hover\/10{
  color: rgb(112 126 222 / 0.1);
}

.text-quinary-hover\/100{
  color: rgb(112 126 222 / 1);
}

.text-quinary-hover\/15{
  color: rgb(112 126 222 / 0.15);
}

.text-quinary-hover\/20{
  color: rgb(112 126 222 / 0.2);
}

.text-quinary-hover\/25{
  color: rgb(112 126 222 / 0.25);
}

.text-quinary-hover\/30{
  color: rgb(112 126 222 / 0.3);
}

.text-quinary-hover\/35{
  color: rgb(112 126 222 / 0.35);
}

.text-quinary-hover\/40{
  color: rgb(112 126 222 / 0.4);
}

.text-quinary-hover\/45{
  color: rgb(112 126 222 / 0.45);
}

.text-quinary-hover\/5{
  color: rgb(112 126 222 / 0.05);
}

.text-quinary-hover\/50{
  color: rgb(112 126 222 / 0.5);
}

.text-quinary-hover\/55{
  color: rgb(112 126 222 / 0.55);
}

.text-quinary-hover\/60{
  color: rgb(112 126 222 / 0.6);
}

.text-quinary-hover\/65{
  color: rgb(112 126 222 / 0.65);
}

.text-quinary-hover\/70{
  color: rgb(112 126 222 / 0.7);
}

.text-quinary-hover\/75{
  color: rgb(112 126 222 / 0.75);
}

.text-quinary-hover\/80{
  color: rgb(112 126 222 / 0.8);
}

.text-quinary-hover\/85{
  color: rgb(112 126 222 / 0.85);
}

.text-quinary-hover\/90{
  color: rgb(112 126 222 / 0.9);
}

.text-quinary-hover\/95{
  color: rgb(112 126 222 / 0.95);
}

.text-quinary\/0{
  color: rgb(136 150 244 / 0);
}

.text-quinary\/10{
  color: rgb(136 150 244 / 0.1);
}

.text-quinary\/100{
  color: rgb(136 150 244 / 1);
}

.text-quinary\/15{
  color: rgb(136 150 244 / 0.15);
}

.text-quinary\/20{
  color: rgb(136 150 244 / 0.2);
}

.text-quinary\/25{
  color: rgb(136 150 244 / 0.25);
}

.text-quinary\/30{
  color: rgb(136 150 244 / 0.3);
}

.text-quinary\/35{
  color: rgb(136 150 244 / 0.35);
}

.text-quinary\/40{
  color: rgb(136 150 244 / 0.4);
}

.text-quinary\/45{
  color: rgb(136 150 244 / 0.45);
}

.text-quinary\/5{
  color: rgb(136 150 244 / 0.05);
}

.text-quinary\/50{
  color: rgb(136 150 244 / 0.5);
}

.text-quinary\/55{
  color: rgb(136 150 244 / 0.55);
}

.text-quinary\/60{
  color: rgb(136 150 244 / 0.6);
}

.text-quinary\/65{
  color: rgb(136 150 244 / 0.65);
}

.text-quinary\/70{
  color: rgb(136 150 244 / 0.7);
}

.text-quinary\/75{
  color: rgb(136 150 244 / 0.75);
}

.text-quinary\/80{
  color: rgb(136 150 244 / 0.8);
}

.text-quinary\/85{
  color: rgb(136 150 244 / 0.85);
}

.text-quinary\/90{
  color: rgb(136 150 244 / 0.9);
}

.text-quinary\/95{
  color: rgb(136 150 244 / 0.95);
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.text-red-100\/0{
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10{
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100{
  color: rgb(254 226 226 / 1);
}

.text-red-100\/15{
  color: rgb(254 226 226 / 0.15);
}

.text-red-100\/20{
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25{
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30{
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/35{
  color: rgb(254 226 226 / 0.35);
}

.text-red-100\/40{
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/45{
  color: rgb(254 226 226 / 0.45);
}

.text-red-100\/5{
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50{
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/55{
  color: rgb(254 226 226 / 0.55);
}

.text-red-100\/60{
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/65{
  color: rgb(254 226 226 / 0.65);
}

.text-red-100\/70{
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75{
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80{
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/85{
  color: rgb(254 226 226 / 0.85);
}

.text-red-100\/90{
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95{
  color: rgb(254 226 226 / 0.95);
}

.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.text-red-200\/0{
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10{
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100{
  color: rgb(254 202 202 / 1);
}

.text-red-200\/15{
  color: rgb(254 202 202 / 0.15);
}

.text-red-200\/20{
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25{
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30{
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/35{
  color: rgb(254 202 202 / 0.35);
}

.text-red-200\/40{
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/45{
  color: rgb(254 202 202 / 0.45);
}

.text-red-200\/5{
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50{
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/55{
  color: rgb(254 202 202 / 0.55);
}

.text-red-200\/60{
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/65{
  color: rgb(254 202 202 / 0.65);
}

.text-red-200\/70{
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75{
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80{
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/85{
  color: rgb(254 202 202 / 0.85);
}

.text-red-200\/90{
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95{
  color: rgb(254 202 202 / 0.95);
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.text-red-300\/0{
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10{
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100{
  color: rgb(252 165 165 / 1);
}

.text-red-300\/15{
  color: rgb(252 165 165 / 0.15);
}

.text-red-300\/20{
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25{
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30{
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/35{
  color: rgb(252 165 165 / 0.35);
}

.text-red-300\/40{
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/45{
  color: rgb(252 165 165 / 0.45);
}

.text-red-300\/5{
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50{
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/55{
  color: rgb(252 165 165 / 0.55);
}

.text-red-300\/60{
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/65{
  color: rgb(252 165 165 / 0.65);
}

.text-red-300\/70{
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75{
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80{
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/85{
  color: rgb(252 165 165 / 0.85);
}

.text-red-300\/90{
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95{
  color: rgb(252 165 165 / 0.95);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-400\/0{
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10{
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100{
  color: rgb(248 113 113 / 1);
}

.text-red-400\/15{
  color: rgb(248 113 113 / 0.15);
}

.text-red-400\/20{
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25{
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30{
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/35{
  color: rgb(248 113 113 / 0.35);
}

.text-red-400\/40{
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/45{
  color: rgb(248 113 113 / 0.45);
}

.text-red-400\/5{
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50{
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/55{
  color: rgb(248 113 113 / 0.55);
}

.text-red-400\/60{
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/65{
  color: rgb(248 113 113 / 0.65);
}

.text-red-400\/70{
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75{
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80{
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/85{
  color: rgb(248 113 113 / 0.85);
}

.text-red-400\/90{
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95{
  color: rgb(248 113 113 / 0.95);
}

.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-red-50\/0{
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10{
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100{
  color: rgb(254 242 242 / 1);
}

.text-red-50\/15{
  color: rgb(254 242 242 / 0.15);
}

.text-red-50\/20{
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25{
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30{
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/35{
  color: rgb(254 242 242 / 0.35);
}

.text-red-50\/40{
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/45{
  color: rgb(254 242 242 / 0.45);
}

.text-red-50\/5{
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50{
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/55{
  color: rgb(254 242 242 / 0.55);
}

.text-red-50\/60{
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/65{
  color: rgb(254 242 242 / 0.65);
}

.text-red-50\/70{
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75{
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80{
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/85{
  color: rgb(254 242 242 / 0.85);
}

.text-red-50\/90{
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95{
  color: rgb(254 242 242 / 0.95);
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-500\/0{
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10{
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100{
  color: rgb(239 68 68 / 1);
}

.text-red-500\/15{
  color: rgb(239 68 68 / 0.15);
}

.text-red-500\/20{
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25{
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30{
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/35{
  color: rgb(239 68 68 / 0.35);
}

.text-red-500\/40{
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/45{
  color: rgb(239 68 68 / 0.45);
}

.text-red-500\/5{
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50{
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/55{
  color: rgb(239 68 68 / 0.55);
}

.text-red-500\/60{
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/65{
  color: rgb(239 68 68 / 0.65);
}

.text-red-500\/70{
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75{
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80{
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/85{
  color: rgb(239 68 68 / 0.85);
}

.text-red-500\/90{
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95{
  color: rgb(239 68 68 / 0.95);
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-600\/0{
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10{
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100{
  color: rgb(220 38 38 / 1);
}

.text-red-600\/15{
  color: rgb(220 38 38 / 0.15);
}

.text-red-600\/20{
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25{
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30{
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/35{
  color: rgb(220 38 38 / 0.35);
}

.text-red-600\/40{
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/45{
  color: rgb(220 38 38 / 0.45);
}

.text-red-600\/5{
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50{
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/55{
  color: rgb(220 38 38 / 0.55);
}

.text-red-600\/60{
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/65{
  color: rgb(220 38 38 / 0.65);
}

.text-red-600\/70{
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75{
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80{
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/85{
  color: rgb(220 38 38 / 0.85);
}

.text-red-600\/90{
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95{
  color: rgb(220 38 38 / 0.95);
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-700\/0{
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10{
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100{
  color: rgb(185 28 28 / 1);
}

.text-red-700\/15{
  color: rgb(185 28 28 / 0.15);
}

.text-red-700\/20{
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25{
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30{
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/35{
  color: rgb(185 28 28 / 0.35);
}

.text-red-700\/40{
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/45{
  color: rgb(185 28 28 / 0.45);
}

.text-red-700\/5{
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50{
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/55{
  color: rgb(185 28 28 / 0.55);
}

.text-red-700\/60{
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/65{
  color: rgb(185 28 28 / 0.65);
}

.text-red-700\/70{
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75{
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80{
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/85{
  color: rgb(185 28 28 / 0.85);
}

.text-red-700\/90{
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95{
  color: rgb(185 28 28 / 0.95);
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-red-800\/0{
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10{
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100{
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15{
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20{
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25{
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30{
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35{
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40{
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45{
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5{
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50{
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55{
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60{
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65{
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70{
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75{
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80{
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85{
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90{
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95{
  color: rgb(153 27 27 / 0.95);
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-red-900\/0{
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10{
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100{
  color: rgb(127 29 29 / 1);
}

.text-red-900\/15{
  color: rgb(127 29 29 / 0.15);
}

.text-red-900\/20{
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25{
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30{
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/35{
  color: rgb(127 29 29 / 0.35);
}

.text-red-900\/40{
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/45{
  color: rgb(127 29 29 / 0.45);
}

.text-red-900\/5{
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50{
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/55{
  color: rgb(127 29 29 / 0.55);
}

.text-red-900\/60{
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/65{
  color: rgb(127 29 29 / 0.65);
}

.text-red-900\/70{
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75{
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80{
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/85{
  color: rgb(127 29 29 / 0.85);
}

.text-red-900\/90{
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95{
  color: rgb(127 29 29 / 0.95);
}

.text-red-950{
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}

.text-red-950\/0{
  color: rgb(69 10 10 / 0);
}

.text-red-950\/10{
  color: rgb(69 10 10 / 0.1);
}

.text-red-950\/100{
  color: rgb(69 10 10 / 1);
}

.text-red-950\/15{
  color: rgb(69 10 10 / 0.15);
}

.text-red-950\/20{
  color: rgb(69 10 10 / 0.2);
}

.text-red-950\/25{
  color: rgb(69 10 10 / 0.25);
}

.text-red-950\/30{
  color: rgb(69 10 10 / 0.3);
}

.text-red-950\/35{
  color: rgb(69 10 10 / 0.35);
}

.text-red-950\/40{
  color: rgb(69 10 10 / 0.4);
}

.text-red-950\/45{
  color: rgb(69 10 10 / 0.45);
}

.text-red-950\/5{
  color: rgb(69 10 10 / 0.05);
}

.text-red-950\/50{
  color: rgb(69 10 10 / 0.5);
}

.text-red-950\/55{
  color: rgb(69 10 10 / 0.55);
}

.text-red-950\/60{
  color: rgb(69 10 10 / 0.6);
}

.text-red-950\/65{
  color: rgb(69 10 10 / 0.65);
}

.text-red-950\/70{
  color: rgb(69 10 10 / 0.7);
}

.text-red-950\/75{
  color: rgb(69 10 10 / 0.75);
}

.text-red-950\/80{
  color: rgb(69 10 10 / 0.8);
}

.text-red-950\/85{
  color: rgb(69 10 10 / 0.85);
}

.text-red-950\/90{
  color: rgb(69 10 10 / 0.9);
}

.text-red-950\/95{
  color: rgb(69 10 10 / 0.95);
}

.text-rose-100{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}

.text-rose-100\/0{
  color: rgb(255 228 230 / 0);
}

.text-rose-100\/10{
  color: rgb(255 228 230 / 0.1);
}

.text-rose-100\/100{
  color: rgb(255 228 230 / 1);
}

.text-rose-100\/15{
  color: rgb(255 228 230 / 0.15);
}

.text-rose-100\/20{
  color: rgb(255 228 230 / 0.2);
}

.text-rose-100\/25{
  color: rgb(255 228 230 / 0.25);
}

.text-rose-100\/30{
  color: rgb(255 228 230 / 0.3);
}

.text-rose-100\/35{
  color: rgb(255 228 230 / 0.35);
}

.text-rose-100\/40{
  color: rgb(255 228 230 / 0.4);
}

.text-rose-100\/45{
  color: rgb(255 228 230 / 0.45);
}

.text-rose-100\/5{
  color: rgb(255 228 230 / 0.05);
}

.text-rose-100\/50{
  color: rgb(255 228 230 / 0.5);
}

.text-rose-100\/55{
  color: rgb(255 228 230 / 0.55);
}

.text-rose-100\/60{
  color: rgb(255 228 230 / 0.6);
}

.text-rose-100\/65{
  color: rgb(255 228 230 / 0.65);
}

.text-rose-100\/70{
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/75{
  color: rgb(255 228 230 / 0.75);
}

.text-rose-100\/80{
  color: rgb(255 228 230 / 0.8);
}

.text-rose-100\/85{
  color: rgb(255 228 230 / 0.85);
}

.text-rose-100\/90{
  color: rgb(255 228 230 / 0.9);
}

.text-rose-100\/95{
  color: rgb(255 228 230 / 0.95);
}

.text-rose-200{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}

.text-rose-200\/0{
  color: rgb(254 205 211 / 0);
}

.text-rose-200\/10{
  color: rgb(254 205 211 / 0.1);
}

.text-rose-200\/100{
  color: rgb(254 205 211 / 1);
}

.text-rose-200\/15{
  color: rgb(254 205 211 / 0.15);
}

.text-rose-200\/20{
  color: rgb(254 205 211 / 0.2);
}

.text-rose-200\/25{
  color: rgb(254 205 211 / 0.25);
}

.text-rose-200\/30{
  color: rgb(254 205 211 / 0.3);
}

.text-rose-200\/35{
  color: rgb(254 205 211 / 0.35);
}

.text-rose-200\/40{
  color: rgb(254 205 211 / 0.4);
}

.text-rose-200\/45{
  color: rgb(254 205 211 / 0.45);
}

.text-rose-200\/5{
  color: rgb(254 205 211 / 0.05);
}

.text-rose-200\/50{
  color: rgb(254 205 211 / 0.5);
}

.text-rose-200\/55{
  color: rgb(254 205 211 / 0.55);
}

.text-rose-200\/60{
  color: rgb(254 205 211 / 0.6);
}

.text-rose-200\/65{
  color: rgb(254 205 211 / 0.65);
}

.text-rose-200\/70{
  color: rgb(254 205 211 / 0.7);
}

.text-rose-200\/75{
  color: rgb(254 205 211 / 0.75);
}

.text-rose-200\/80{
  color: rgb(254 205 211 / 0.8);
}

.text-rose-200\/85{
  color: rgb(254 205 211 / 0.85);
}

.text-rose-200\/90{
  color: rgb(254 205 211 / 0.9);
}

.text-rose-200\/95{
  color: rgb(254 205 211 / 0.95);
}

.text-rose-300{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}

.text-rose-300\/0{
  color: rgb(253 164 175 / 0);
}

.text-rose-300\/10{
  color: rgb(253 164 175 / 0.1);
}

.text-rose-300\/100{
  color: rgb(253 164 175 / 1);
}

.text-rose-300\/15{
  color: rgb(253 164 175 / 0.15);
}

.text-rose-300\/20{
  color: rgb(253 164 175 / 0.2);
}

.text-rose-300\/25{
  color: rgb(253 164 175 / 0.25);
}

.text-rose-300\/30{
  color: rgb(253 164 175 / 0.3);
}

.text-rose-300\/35{
  color: rgb(253 164 175 / 0.35);
}

.text-rose-300\/40{
  color: rgb(253 164 175 / 0.4);
}

.text-rose-300\/45{
  color: rgb(253 164 175 / 0.45);
}

.text-rose-300\/5{
  color: rgb(253 164 175 / 0.05);
}

.text-rose-300\/50{
  color: rgb(253 164 175 / 0.5);
}

.text-rose-300\/55{
  color: rgb(253 164 175 / 0.55);
}

.text-rose-300\/60{
  color: rgb(253 164 175 / 0.6);
}

.text-rose-300\/65{
  color: rgb(253 164 175 / 0.65);
}

.text-rose-300\/70{
  color: rgb(253 164 175 / 0.7);
}

.text-rose-300\/75{
  color: rgb(253 164 175 / 0.75);
}

.text-rose-300\/80{
  color: rgb(253 164 175 / 0.8);
}

.text-rose-300\/85{
  color: rgb(253 164 175 / 0.85);
}

.text-rose-300\/90{
  color: rgb(253 164 175 / 0.9);
}

.text-rose-300\/95{
  color: rgb(253 164 175 / 0.95);
}

.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.text-rose-400\/0{
  color: rgb(251 113 133 / 0);
}

.text-rose-400\/10{
  color: rgb(251 113 133 / 0.1);
}

.text-rose-400\/100{
  color: rgb(251 113 133 / 1);
}

.text-rose-400\/15{
  color: rgb(251 113 133 / 0.15);
}

.text-rose-400\/20{
  color: rgb(251 113 133 / 0.2);
}

.text-rose-400\/25{
  color: rgb(251 113 133 / 0.25);
}

.text-rose-400\/30{
  color: rgb(251 113 133 / 0.3);
}

.text-rose-400\/35{
  color: rgb(251 113 133 / 0.35);
}

.text-rose-400\/40{
  color: rgb(251 113 133 / 0.4);
}

.text-rose-400\/45{
  color: rgb(251 113 133 / 0.45);
}

.text-rose-400\/5{
  color: rgb(251 113 133 / 0.05);
}

.text-rose-400\/50{
  color: rgb(251 113 133 / 0.5);
}

.text-rose-400\/55{
  color: rgb(251 113 133 / 0.55);
}

.text-rose-400\/60{
  color: rgb(251 113 133 / 0.6);
}

.text-rose-400\/65{
  color: rgb(251 113 133 / 0.65);
}

.text-rose-400\/70{
  color: rgb(251 113 133 / 0.7);
}

.text-rose-400\/75{
  color: rgb(251 113 133 / 0.75);
}

.text-rose-400\/80{
  color: rgb(251 113 133 / 0.8);
}

.text-rose-400\/85{
  color: rgb(251 113 133 / 0.85);
}

.text-rose-400\/90{
  color: rgb(251 113 133 / 0.9);
}

.text-rose-400\/95{
  color: rgb(251 113 133 / 0.95);
}

.text-rose-50{
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}

.text-rose-50\/0{
  color: rgb(255 241 242 / 0);
}

.text-rose-50\/10{
  color: rgb(255 241 242 / 0.1);
}

.text-rose-50\/100{
  color: rgb(255 241 242 / 1);
}

.text-rose-50\/15{
  color: rgb(255 241 242 / 0.15);
}

.text-rose-50\/20{
  color: rgb(255 241 242 / 0.2);
}

.text-rose-50\/25{
  color: rgb(255 241 242 / 0.25);
}

.text-rose-50\/30{
  color: rgb(255 241 242 / 0.3);
}

.text-rose-50\/35{
  color: rgb(255 241 242 / 0.35);
}

.text-rose-50\/40{
  color: rgb(255 241 242 / 0.4);
}

.text-rose-50\/45{
  color: rgb(255 241 242 / 0.45);
}

.text-rose-50\/5{
  color: rgb(255 241 242 / 0.05);
}

.text-rose-50\/50{
  color: rgb(255 241 242 / 0.5);
}

.text-rose-50\/55{
  color: rgb(255 241 242 / 0.55);
}

.text-rose-50\/60{
  color: rgb(255 241 242 / 0.6);
}

.text-rose-50\/65{
  color: rgb(255 241 242 / 0.65);
}

.text-rose-50\/70{
  color: rgb(255 241 242 / 0.7);
}

.text-rose-50\/75{
  color: rgb(255 241 242 / 0.75);
}

.text-rose-50\/80{
  color: rgb(255 241 242 / 0.8);
}

.text-rose-50\/85{
  color: rgb(255 241 242 / 0.85);
}

.text-rose-50\/90{
  color: rgb(255 241 242 / 0.9);
}

.text-rose-50\/95{
  color: rgb(255 241 242 / 0.95);
}

.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.text-rose-500\/0{
  color: rgb(244 63 94 / 0);
}

.text-rose-500\/10{
  color: rgb(244 63 94 / 0.1);
}

.text-rose-500\/100{
  color: rgb(244 63 94 / 1);
}

.text-rose-500\/15{
  color: rgb(244 63 94 / 0.15);
}

.text-rose-500\/20{
  color: rgb(244 63 94 / 0.2);
}

.text-rose-500\/25{
  color: rgb(244 63 94 / 0.25);
}

.text-rose-500\/30{
  color: rgb(244 63 94 / 0.3);
}

.text-rose-500\/35{
  color: rgb(244 63 94 / 0.35);
}

.text-rose-500\/40{
  color: rgb(244 63 94 / 0.4);
}

.text-rose-500\/45{
  color: rgb(244 63 94 / 0.45);
}

.text-rose-500\/5{
  color: rgb(244 63 94 / 0.05);
}

.text-rose-500\/50{
  color: rgb(244 63 94 / 0.5);
}

.text-rose-500\/55{
  color: rgb(244 63 94 / 0.55);
}

.text-rose-500\/60{
  color: rgb(244 63 94 / 0.6);
}

.text-rose-500\/65{
  color: rgb(244 63 94 / 0.65);
}

.text-rose-500\/70{
  color: rgb(244 63 94 / 0.7);
}

.text-rose-500\/75{
  color: rgb(244 63 94 / 0.75);
}

.text-rose-500\/80{
  color: rgb(244 63 94 / 0.8);
}

.text-rose-500\/85{
  color: rgb(244 63 94 / 0.85);
}

.text-rose-500\/90{
  color: rgb(244 63 94 / 0.9);
}

.text-rose-500\/95{
  color: rgb(244 63 94 / 0.95);
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.text-rose-600\/0{
  color: rgb(225 29 72 / 0);
}

.text-rose-600\/10{
  color: rgb(225 29 72 / 0.1);
}

.text-rose-600\/100{
  color: rgb(225 29 72 / 1);
}

.text-rose-600\/15{
  color: rgb(225 29 72 / 0.15);
}

.text-rose-600\/20{
  color: rgb(225 29 72 / 0.2);
}

.text-rose-600\/25{
  color: rgb(225 29 72 / 0.25);
}

.text-rose-600\/30{
  color: rgb(225 29 72 / 0.3);
}

.text-rose-600\/35{
  color: rgb(225 29 72 / 0.35);
}

.text-rose-600\/40{
  color: rgb(225 29 72 / 0.4);
}

.text-rose-600\/45{
  color: rgb(225 29 72 / 0.45);
}

.text-rose-600\/5{
  color: rgb(225 29 72 / 0.05);
}

.text-rose-600\/50{
  color: rgb(225 29 72 / 0.5);
}

.text-rose-600\/55{
  color: rgb(225 29 72 / 0.55);
}

.text-rose-600\/60{
  color: rgb(225 29 72 / 0.6);
}

.text-rose-600\/65{
  color: rgb(225 29 72 / 0.65);
}

.text-rose-600\/70{
  color: rgb(225 29 72 / 0.7);
}

.text-rose-600\/75{
  color: rgb(225 29 72 / 0.75);
}

.text-rose-600\/80{
  color: rgb(225 29 72 / 0.8);
}

.text-rose-600\/85{
  color: rgb(225 29 72 / 0.85);
}

.text-rose-600\/90{
  color: rgb(225 29 72 / 0.9);
}

.text-rose-600\/95{
  color: rgb(225 29 72 / 0.95);
}

.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.text-rose-700\/0{
  color: rgb(190 18 60 / 0);
}

.text-rose-700\/10{
  color: rgb(190 18 60 / 0.1);
}

.text-rose-700\/100{
  color: rgb(190 18 60 / 1);
}

.text-rose-700\/15{
  color: rgb(190 18 60 / 0.15);
}

.text-rose-700\/20{
  color: rgb(190 18 60 / 0.2);
}

.text-rose-700\/25{
  color: rgb(190 18 60 / 0.25);
}

.text-rose-700\/30{
  color: rgb(190 18 60 / 0.3);
}

.text-rose-700\/35{
  color: rgb(190 18 60 / 0.35);
}

.text-rose-700\/40{
  color: rgb(190 18 60 / 0.4);
}

.text-rose-700\/45{
  color: rgb(190 18 60 / 0.45);
}

.text-rose-700\/5{
  color: rgb(190 18 60 / 0.05);
}

.text-rose-700\/50{
  color: rgb(190 18 60 / 0.5);
}

.text-rose-700\/55{
  color: rgb(190 18 60 / 0.55);
}

.text-rose-700\/60{
  color: rgb(190 18 60 / 0.6);
}

.text-rose-700\/65{
  color: rgb(190 18 60 / 0.65);
}

.text-rose-700\/70{
  color: rgb(190 18 60 / 0.7);
}

.text-rose-700\/75{
  color: rgb(190 18 60 / 0.75);
}

.text-rose-700\/80{
  color: rgb(190 18 60 / 0.8);
}

.text-rose-700\/85{
  color: rgb(190 18 60 / 0.85);
}

.text-rose-700\/90{
  color: rgb(190 18 60 / 0.9);
}

.text-rose-700\/95{
  color: rgb(190 18 60 / 0.95);
}

.text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}

.text-rose-800\/0{
  color: rgb(159 18 57 / 0);
}

.text-rose-800\/10{
  color: rgb(159 18 57 / 0.1);
}

.text-rose-800\/100{
  color: rgb(159 18 57 / 1);
}

.text-rose-800\/15{
  color: rgb(159 18 57 / 0.15);
}

.text-rose-800\/20{
  color: rgb(159 18 57 / 0.2);
}

.text-rose-800\/25{
  color: rgb(159 18 57 / 0.25);
}

.text-rose-800\/30{
  color: rgb(159 18 57 / 0.3);
}

.text-rose-800\/35{
  color: rgb(159 18 57 / 0.35);
}

.text-rose-800\/40{
  color: rgb(159 18 57 / 0.4);
}

.text-rose-800\/45{
  color: rgb(159 18 57 / 0.45);
}

.text-rose-800\/5{
  color: rgb(159 18 57 / 0.05);
}

.text-rose-800\/50{
  color: rgb(159 18 57 / 0.5);
}

.text-rose-800\/55{
  color: rgb(159 18 57 / 0.55);
}

.text-rose-800\/60{
  color: rgb(159 18 57 / 0.6);
}

.text-rose-800\/65{
  color: rgb(159 18 57 / 0.65);
}

.text-rose-800\/70{
  color: rgb(159 18 57 / 0.7);
}

.text-rose-800\/75{
  color: rgb(159 18 57 / 0.75);
}

.text-rose-800\/80{
  color: rgb(159 18 57 / 0.8);
}

.text-rose-800\/85{
  color: rgb(159 18 57 / 0.85);
}

.text-rose-800\/90{
  color: rgb(159 18 57 / 0.9);
}

.text-rose-800\/95{
  color: rgb(159 18 57 / 0.95);
}

.text-rose-900{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.text-rose-900\/0{
  color: rgb(136 19 55 / 0);
}

.text-rose-900\/10{
  color: rgb(136 19 55 / 0.1);
}

.text-rose-900\/100{
  color: rgb(136 19 55 / 1);
}

.text-rose-900\/15{
  color: rgb(136 19 55 / 0.15);
}

.text-rose-900\/20{
  color: rgb(136 19 55 / 0.2);
}

.text-rose-900\/25{
  color: rgb(136 19 55 / 0.25);
}

.text-rose-900\/30{
  color: rgb(136 19 55 / 0.3);
}

.text-rose-900\/35{
  color: rgb(136 19 55 / 0.35);
}

.text-rose-900\/40{
  color: rgb(136 19 55 / 0.4);
}

.text-rose-900\/45{
  color: rgb(136 19 55 / 0.45);
}

.text-rose-900\/5{
  color: rgb(136 19 55 / 0.05);
}

.text-rose-900\/50{
  color: rgb(136 19 55 / 0.5);
}

.text-rose-900\/55{
  color: rgb(136 19 55 / 0.55);
}

.text-rose-900\/60{
  color: rgb(136 19 55 / 0.6);
}

.text-rose-900\/65{
  color: rgb(136 19 55 / 0.65);
}

.text-rose-900\/70{
  color: rgb(136 19 55 / 0.7);
}

.text-rose-900\/75{
  color: rgb(136 19 55 / 0.75);
}

.text-rose-900\/80{
  color: rgb(136 19 55 / 0.8);
}

.text-rose-900\/85{
  color: rgb(136 19 55 / 0.85);
}

.text-rose-900\/90{
  color: rgb(136 19 55 / 0.9);
}

.text-rose-900\/95{
  color: rgb(136 19 55 / 0.95);
}

.text-rose-950{
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}

.text-rose-950\/0{
  color: rgb(76 5 25 / 0);
}

.text-rose-950\/10{
  color: rgb(76 5 25 / 0.1);
}

.text-rose-950\/100{
  color: rgb(76 5 25 / 1);
}

.text-rose-950\/15{
  color: rgb(76 5 25 / 0.15);
}

.text-rose-950\/20{
  color: rgb(76 5 25 / 0.2);
}

.text-rose-950\/25{
  color: rgb(76 5 25 / 0.25);
}

.text-rose-950\/30{
  color: rgb(76 5 25 / 0.3);
}

.text-rose-950\/35{
  color: rgb(76 5 25 / 0.35);
}

.text-rose-950\/40{
  color: rgb(76 5 25 / 0.4);
}

.text-rose-950\/45{
  color: rgb(76 5 25 / 0.45);
}

.text-rose-950\/5{
  color: rgb(76 5 25 / 0.05);
}

.text-rose-950\/50{
  color: rgb(76 5 25 / 0.5);
}

.text-rose-950\/55{
  color: rgb(76 5 25 / 0.55);
}

.text-rose-950\/60{
  color: rgb(76 5 25 / 0.6);
}

.text-rose-950\/65{
  color: rgb(76 5 25 / 0.65);
}

.text-rose-950\/70{
  color: rgb(76 5 25 / 0.7);
}

.text-rose-950\/75{
  color: rgb(76 5 25 / 0.75);
}

.text-rose-950\/80{
  color: rgb(76 5 25 / 0.8);
}

.text-rose-950\/85{
  color: rgb(76 5 25 / 0.85);
}

.text-rose-950\/90{
  color: rgb(76 5 25 / 0.9);
}

.text-rose-950\/95{
  color: rgb(76 5 25 / 0.95);
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.text-secondary\/0{
  color: rgb(141 147 167 / 0);
}

.text-secondary\/10{
  color: rgb(141 147 167 / 0.1);
}

.text-secondary\/100{
  color: rgb(141 147 167 / 1);
}

.text-secondary\/15{
  color: rgb(141 147 167 / 0.15);
}

.text-secondary\/20{
  color: rgb(141 147 167 / 0.2);
}

.text-secondary\/25{
  color: rgb(141 147 167 / 0.25);
}

.text-secondary\/30{
  color: rgb(141 147 167 / 0.3);
}

.text-secondary\/35{
  color: rgb(141 147 167 / 0.35);
}

.text-secondary\/40{
  color: rgb(141 147 167 / 0.4);
}

.text-secondary\/45{
  color: rgb(141 147 167 / 0.45);
}

.text-secondary\/5{
  color: rgb(141 147 167 / 0.05);
}

.text-secondary\/50{
  color: rgb(141 147 167 / 0.5);
}

.text-secondary\/55{
  color: rgb(141 147 167 / 0.55);
}

.text-secondary\/60{
  color: rgb(141 147 167 / 0.6);
}

.text-secondary\/65{
  color: rgb(141 147 167 / 0.65);
}

.text-secondary\/70{
  color: rgb(141 147 167 / 0.7);
}

.text-secondary\/75{
  color: rgb(141 147 167 / 0.75);
}

.text-secondary\/80{
  color: rgb(141 147 167 / 0.8);
}

.text-secondary\/85{
  color: rgb(141 147 167 / 0.85);
}

.text-secondary\/90{
  color: rgb(141 147 167 / 0.9);
}

.text-secondary\/95{
  color: rgb(141 147 167 / 0.95);
}

.text-senary{
  --tw-text-opacity: 1;
  color: rgb(73 134 231 / var(--tw-text-opacity));
}

.text-senary\/0{
  color: rgb(73 134 231 / 0);
}

.text-senary\/10{
  color: rgb(73 134 231 / 0.1);
}

.text-senary\/100{
  color: rgb(73 134 231 / 1);
}

.text-senary\/15{
  color: rgb(73 134 231 / 0.15);
}

.text-senary\/20{
  color: rgb(73 134 231 / 0.2);
}

.text-senary\/25{
  color: rgb(73 134 231 / 0.25);
}

.text-senary\/30{
  color: rgb(73 134 231 / 0.3);
}

.text-senary\/35{
  color: rgb(73 134 231 / 0.35);
}

.text-senary\/40{
  color: rgb(73 134 231 / 0.4);
}

.text-senary\/45{
  color: rgb(73 134 231 / 0.45);
}

.text-senary\/5{
  color: rgb(73 134 231 / 0.05);
}

.text-senary\/50{
  color: rgb(73 134 231 / 0.5);
}

.text-senary\/55{
  color: rgb(73 134 231 / 0.55);
}

.text-senary\/60{
  color: rgb(73 134 231 / 0.6);
}

.text-senary\/65{
  color: rgb(73 134 231 / 0.65);
}

.text-senary\/70{
  color: rgb(73 134 231 / 0.7);
}

.text-senary\/75{
  color: rgb(73 134 231 / 0.75);
}

.text-senary\/80{
  color: rgb(73 134 231 / 0.8);
}

.text-senary\/85{
  color: rgb(73 134 231 / 0.85);
}

.text-senary\/90{
  color: rgb(73 134 231 / 0.9);
}

.text-senary\/95{
  color: rgb(73 134 231 / 0.95);
}

.text-septenary{
  --tw-text-opacity: 1;
  color: rgb(49 88 129 / var(--tw-text-opacity));
}

.text-septenary\/0{
  color: rgb(49 88 129 / 0);
}

.text-septenary\/10{
  color: rgb(49 88 129 / 0.1);
}

.text-septenary\/100{
  color: rgb(49 88 129 / 1);
}

.text-septenary\/15{
  color: rgb(49 88 129 / 0.15);
}

.text-septenary\/20{
  color: rgb(49 88 129 / 0.2);
}

.text-septenary\/25{
  color: rgb(49 88 129 / 0.25);
}

.text-septenary\/30{
  color: rgb(49 88 129 / 0.3);
}

.text-septenary\/35{
  color: rgb(49 88 129 / 0.35);
}

.text-septenary\/40{
  color: rgb(49 88 129 / 0.4);
}

.text-septenary\/45{
  color: rgb(49 88 129 / 0.45);
}

.text-septenary\/5{
  color: rgb(49 88 129 / 0.05);
}

.text-septenary\/50{
  color: rgb(49 88 129 / 0.5);
}

.text-septenary\/55{
  color: rgb(49 88 129 / 0.55);
}

.text-septenary\/60{
  color: rgb(49 88 129 / 0.6);
}

.text-septenary\/65{
  color: rgb(49 88 129 / 0.65);
}

.text-septenary\/70{
  color: rgb(49 88 129 / 0.7);
}

.text-septenary\/75{
  color: rgb(49 88 129 / 0.75);
}

.text-septenary\/80{
  color: rgb(49 88 129 / 0.8);
}

.text-septenary\/85{
  color: rgb(49 88 129 / 0.85);
}

.text-septenary\/90{
  color: rgb(49 88 129 / 0.9);
}

.text-septenary\/95{
  color: rgb(49 88 129 / 0.95);
}

.text-sky-100{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}

.text-sky-100\/0{
  color: rgb(224 242 254 / 0);
}

.text-sky-100\/10{
  color: rgb(224 242 254 / 0.1);
}

.text-sky-100\/100{
  color: rgb(224 242 254 / 1);
}

.text-sky-100\/15{
  color: rgb(224 242 254 / 0.15);
}

.text-sky-100\/20{
  color: rgb(224 242 254 / 0.2);
}

.text-sky-100\/25{
  color: rgb(224 242 254 / 0.25);
}

.text-sky-100\/30{
  color: rgb(224 242 254 / 0.3);
}

.text-sky-100\/35{
  color: rgb(224 242 254 / 0.35);
}

.text-sky-100\/40{
  color: rgb(224 242 254 / 0.4);
}

.text-sky-100\/45{
  color: rgb(224 242 254 / 0.45);
}

.text-sky-100\/5{
  color: rgb(224 242 254 / 0.05);
}

.text-sky-100\/50{
  color: rgb(224 242 254 / 0.5);
}

.text-sky-100\/55{
  color: rgb(224 242 254 / 0.55);
}

.text-sky-100\/60{
  color: rgb(224 242 254 / 0.6);
}

.text-sky-100\/65{
  color: rgb(224 242 254 / 0.65);
}

.text-sky-100\/70{
  color: rgb(224 242 254 / 0.7);
}

.text-sky-100\/75{
  color: rgb(224 242 254 / 0.75);
}

.text-sky-100\/80{
  color: rgb(224 242 254 / 0.8);
}

.text-sky-100\/85{
  color: rgb(224 242 254 / 0.85);
}

.text-sky-100\/90{
  color: rgb(224 242 254 / 0.9);
}

.text-sky-100\/95{
  color: rgb(224 242 254 / 0.95);
}

.text-sky-200{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}

.text-sky-200\/0{
  color: rgb(186 230 253 / 0);
}

.text-sky-200\/10{
  color: rgb(186 230 253 / 0.1);
}

.text-sky-200\/100{
  color: rgb(186 230 253 / 1);
}

.text-sky-200\/15{
  color: rgb(186 230 253 / 0.15);
}

.text-sky-200\/20{
  color: rgb(186 230 253 / 0.2);
}

.text-sky-200\/25{
  color: rgb(186 230 253 / 0.25);
}

.text-sky-200\/30{
  color: rgb(186 230 253 / 0.3);
}

.text-sky-200\/35{
  color: rgb(186 230 253 / 0.35);
}

.text-sky-200\/40{
  color: rgb(186 230 253 / 0.4);
}

.text-sky-200\/45{
  color: rgb(186 230 253 / 0.45);
}

.text-sky-200\/5{
  color: rgb(186 230 253 / 0.05);
}

.text-sky-200\/50{
  color: rgb(186 230 253 / 0.5);
}

.text-sky-200\/55{
  color: rgb(186 230 253 / 0.55);
}

.text-sky-200\/60{
  color: rgb(186 230 253 / 0.6);
}

.text-sky-200\/65{
  color: rgb(186 230 253 / 0.65);
}

.text-sky-200\/70{
  color: rgb(186 230 253 / 0.7);
}

.text-sky-200\/75{
  color: rgb(186 230 253 / 0.75);
}

.text-sky-200\/80{
  color: rgb(186 230 253 / 0.8);
}

.text-sky-200\/85{
  color: rgb(186 230 253 / 0.85);
}

.text-sky-200\/90{
  color: rgb(186 230 253 / 0.9);
}

.text-sky-200\/95{
  color: rgb(186 230 253 / 0.95);
}

.text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.text-sky-300\/0{
  color: rgb(125 211 252 / 0);
}

.text-sky-300\/10{
  color: rgb(125 211 252 / 0.1);
}

.text-sky-300\/100{
  color: rgb(125 211 252 / 1);
}

.text-sky-300\/15{
  color: rgb(125 211 252 / 0.15);
}

.text-sky-300\/20{
  color: rgb(125 211 252 / 0.2);
}

.text-sky-300\/25{
  color: rgb(125 211 252 / 0.25);
}

.text-sky-300\/30{
  color: rgb(125 211 252 / 0.3);
}

.text-sky-300\/35{
  color: rgb(125 211 252 / 0.35);
}

.text-sky-300\/40{
  color: rgb(125 211 252 / 0.4);
}

.text-sky-300\/45{
  color: rgb(125 211 252 / 0.45);
}

.text-sky-300\/5{
  color: rgb(125 211 252 / 0.05);
}

.text-sky-300\/50{
  color: rgb(125 211 252 / 0.5);
}

.text-sky-300\/55{
  color: rgb(125 211 252 / 0.55);
}

.text-sky-300\/60{
  color: rgb(125 211 252 / 0.6);
}

.text-sky-300\/65{
  color: rgb(125 211 252 / 0.65);
}

.text-sky-300\/70{
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/75{
  color: rgb(125 211 252 / 0.75);
}

.text-sky-300\/80{
  color: rgb(125 211 252 / 0.8);
}

.text-sky-300\/85{
  color: rgb(125 211 252 / 0.85);
}

.text-sky-300\/90{
  color: rgb(125 211 252 / 0.9);
}

.text-sky-300\/95{
  color: rgb(125 211 252 / 0.95);
}

.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.text-sky-400\/0{
  color: rgb(56 189 248 / 0);
}

.text-sky-400\/10{
  color: rgb(56 189 248 / 0.1);
}

.text-sky-400\/100{
  color: rgb(56 189 248 / 1);
}

.text-sky-400\/15{
  color: rgb(56 189 248 / 0.15);
}

.text-sky-400\/20{
  color: rgb(56 189 248 / 0.2);
}

.text-sky-400\/25{
  color: rgb(56 189 248 / 0.25);
}

.text-sky-400\/30{
  color: rgb(56 189 248 / 0.3);
}

.text-sky-400\/35{
  color: rgb(56 189 248 / 0.35);
}

.text-sky-400\/40{
  color: rgb(56 189 248 / 0.4);
}

.text-sky-400\/45{
  color: rgb(56 189 248 / 0.45);
}

.text-sky-400\/5{
  color: rgb(56 189 248 / 0.05);
}

.text-sky-400\/50{
  color: rgb(56 189 248 / 0.5);
}

.text-sky-400\/55{
  color: rgb(56 189 248 / 0.55);
}

.text-sky-400\/60{
  color: rgb(56 189 248 / 0.6);
}

.text-sky-400\/65{
  color: rgb(56 189 248 / 0.65);
}

.text-sky-400\/70{
  color: rgb(56 189 248 / 0.7);
}

.text-sky-400\/75{
  color: rgb(56 189 248 / 0.75);
}

.text-sky-400\/80{
  color: rgb(56 189 248 / 0.8);
}

.text-sky-400\/85{
  color: rgb(56 189 248 / 0.85);
}

.text-sky-400\/90{
  color: rgb(56 189 248 / 0.9);
}

.text-sky-400\/95{
  color: rgb(56 189 248 / 0.95);
}

.text-sky-50{
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}

.text-sky-50\/0{
  color: rgb(240 249 255 / 0);
}

.text-sky-50\/10{
  color: rgb(240 249 255 / 0.1);
}

.text-sky-50\/100{
  color: rgb(240 249 255 / 1);
}

.text-sky-50\/15{
  color: rgb(240 249 255 / 0.15);
}

.text-sky-50\/20{
  color: rgb(240 249 255 / 0.2);
}

.text-sky-50\/25{
  color: rgb(240 249 255 / 0.25);
}

.text-sky-50\/30{
  color: rgb(240 249 255 / 0.3);
}

.text-sky-50\/35{
  color: rgb(240 249 255 / 0.35);
}

.text-sky-50\/40{
  color: rgb(240 249 255 / 0.4);
}

.text-sky-50\/45{
  color: rgb(240 249 255 / 0.45);
}

.text-sky-50\/5{
  color: rgb(240 249 255 / 0.05);
}

.text-sky-50\/50{
  color: rgb(240 249 255 / 0.5);
}

.text-sky-50\/55{
  color: rgb(240 249 255 / 0.55);
}

.text-sky-50\/60{
  color: rgb(240 249 255 / 0.6);
}

.text-sky-50\/65{
  color: rgb(240 249 255 / 0.65);
}

.text-sky-50\/70{
  color: rgb(240 249 255 / 0.7);
}

.text-sky-50\/75{
  color: rgb(240 249 255 / 0.75);
}

.text-sky-50\/80{
  color: rgb(240 249 255 / 0.8);
}

.text-sky-50\/85{
  color: rgb(240 249 255 / 0.85);
}

.text-sky-50\/90{
  color: rgb(240 249 255 / 0.9);
}

.text-sky-50\/95{
  color: rgb(240 249 255 / 0.95);
}

.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.text-sky-500\/0{
  color: rgb(14 165 233 / 0);
}

.text-sky-500\/10{
  color: rgb(14 165 233 / 0.1);
}

.text-sky-500\/100{
  color: rgb(14 165 233 / 1);
}

.text-sky-500\/15{
  color: rgb(14 165 233 / 0.15);
}

.text-sky-500\/20{
  color: rgb(14 165 233 / 0.2);
}

.text-sky-500\/25{
  color: rgb(14 165 233 / 0.25);
}

.text-sky-500\/30{
  color: rgb(14 165 233 / 0.3);
}

.text-sky-500\/35{
  color: rgb(14 165 233 / 0.35);
}

.text-sky-500\/40{
  color: rgb(14 165 233 / 0.4);
}

.text-sky-500\/45{
  color: rgb(14 165 233 / 0.45);
}

.text-sky-500\/5{
  color: rgb(14 165 233 / 0.05);
}

.text-sky-500\/50{
  color: rgb(14 165 233 / 0.5);
}

.text-sky-500\/55{
  color: rgb(14 165 233 / 0.55);
}

.text-sky-500\/60{
  color: rgb(14 165 233 / 0.6);
}

.text-sky-500\/65{
  color: rgb(14 165 233 / 0.65);
}

.text-sky-500\/70{
  color: rgb(14 165 233 / 0.7);
}

.text-sky-500\/75{
  color: rgb(14 165 233 / 0.75);
}

.text-sky-500\/80{
  color: rgb(14 165 233 / 0.8);
}

.text-sky-500\/85{
  color: rgb(14 165 233 / 0.85);
}

.text-sky-500\/90{
  color: rgb(14 165 233 / 0.9);
}

.text-sky-500\/95{
  color: rgb(14 165 233 / 0.95);
}

.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-sky-600\/0{
  color: rgb(2 132 199 / 0);
}

.text-sky-600\/10{
  color: rgb(2 132 199 / 0.1);
}

.text-sky-600\/100{
  color: rgb(2 132 199 / 1);
}

.text-sky-600\/15{
  color: rgb(2 132 199 / 0.15);
}

.text-sky-600\/20{
  color: rgb(2 132 199 / 0.2);
}

.text-sky-600\/25{
  color: rgb(2 132 199 / 0.25);
}

.text-sky-600\/30{
  color: rgb(2 132 199 / 0.3);
}

.text-sky-600\/35{
  color: rgb(2 132 199 / 0.35);
}

.text-sky-600\/40{
  color: rgb(2 132 199 / 0.4);
}

.text-sky-600\/45{
  color: rgb(2 132 199 / 0.45);
}

.text-sky-600\/5{
  color: rgb(2 132 199 / 0.05);
}

.text-sky-600\/50{
  color: rgb(2 132 199 / 0.5);
}

.text-sky-600\/55{
  color: rgb(2 132 199 / 0.55);
}

.text-sky-600\/60{
  color: rgb(2 132 199 / 0.6);
}

.text-sky-600\/65{
  color: rgb(2 132 199 / 0.65);
}

.text-sky-600\/70{
  color: rgb(2 132 199 / 0.7);
}

.text-sky-600\/75{
  color: rgb(2 132 199 / 0.75);
}

.text-sky-600\/80{
  color: rgb(2 132 199 / 0.8);
}

.text-sky-600\/85{
  color: rgb(2 132 199 / 0.85);
}

.text-sky-600\/90{
  color: rgb(2 132 199 / 0.9);
}

.text-sky-600\/95{
  color: rgb(2 132 199 / 0.95);
}

.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.text-sky-700\/0{
  color: rgb(3 105 161 / 0);
}

.text-sky-700\/10{
  color: rgb(3 105 161 / 0.1);
}

.text-sky-700\/100{
  color: rgb(3 105 161 / 1);
}

.text-sky-700\/15{
  color: rgb(3 105 161 / 0.15);
}

.text-sky-700\/20{
  color: rgb(3 105 161 / 0.2);
}

.text-sky-700\/25{
  color: rgb(3 105 161 / 0.25);
}

.text-sky-700\/30{
  color: rgb(3 105 161 / 0.3);
}

.text-sky-700\/35{
  color: rgb(3 105 161 / 0.35);
}

.text-sky-700\/40{
  color: rgb(3 105 161 / 0.4);
}

.text-sky-700\/45{
  color: rgb(3 105 161 / 0.45);
}

.text-sky-700\/5{
  color: rgb(3 105 161 / 0.05);
}

.text-sky-700\/50{
  color: rgb(3 105 161 / 0.5);
}

.text-sky-700\/55{
  color: rgb(3 105 161 / 0.55);
}

.text-sky-700\/60{
  color: rgb(3 105 161 / 0.6);
}

.text-sky-700\/65{
  color: rgb(3 105 161 / 0.65);
}

.text-sky-700\/70{
  color: rgb(3 105 161 / 0.7);
}

.text-sky-700\/75{
  color: rgb(3 105 161 / 0.75);
}

.text-sky-700\/80{
  color: rgb(3 105 161 / 0.8);
}

.text-sky-700\/85{
  color: rgb(3 105 161 / 0.85);
}

.text-sky-700\/90{
  color: rgb(3 105 161 / 0.9);
}

.text-sky-700\/95{
  color: rgb(3 105 161 / 0.95);
}

.text-sky-800{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.text-sky-800\/0{
  color: rgb(7 89 133 / 0);
}

.text-sky-800\/10{
  color: rgb(7 89 133 / 0.1);
}

.text-sky-800\/100{
  color: rgb(7 89 133 / 1);
}

.text-sky-800\/15{
  color: rgb(7 89 133 / 0.15);
}

.text-sky-800\/20{
  color: rgb(7 89 133 / 0.2);
}

.text-sky-800\/25{
  color: rgb(7 89 133 / 0.25);
}

.text-sky-800\/30{
  color: rgb(7 89 133 / 0.3);
}

.text-sky-800\/35{
  color: rgb(7 89 133 / 0.35);
}

.text-sky-800\/40{
  color: rgb(7 89 133 / 0.4);
}

.text-sky-800\/45{
  color: rgb(7 89 133 / 0.45);
}

.text-sky-800\/5{
  color: rgb(7 89 133 / 0.05);
}

.text-sky-800\/50{
  color: rgb(7 89 133 / 0.5);
}

.text-sky-800\/55{
  color: rgb(7 89 133 / 0.55);
}

.text-sky-800\/60{
  color: rgb(7 89 133 / 0.6);
}

.text-sky-800\/65{
  color: rgb(7 89 133 / 0.65);
}

.text-sky-800\/70{
  color: rgb(7 89 133 / 0.7);
}

.text-sky-800\/75{
  color: rgb(7 89 133 / 0.75);
}

.text-sky-800\/80{
  color: rgb(7 89 133 / 0.8);
}

.text-sky-800\/85{
  color: rgb(7 89 133 / 0.85);
}

.text-sky-800\/90{
  color: rgb(7 89 133 / 0.9);
}

.text-sky-800\/95{
  color: rgb(7 89 133 / 0.95);
}

.text-sky-900{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.text-sky-900\/0{
  color: rgb(12 74 110 / 0);
}

.text-sky-900\/10{
  color: rgb(12 74 110 / 0.1);
}

.text-sky-900\/100{
  color: rgb(12 74 110 / 1);
}

.text-sky-900\/15{
  color: rgb(12 74 110 / 0.15);
}

.text-sky-900\/20{
  color: rgb(12 74 110 / 0.2);
}

.text-sky-900\/25{
  color: rgb(12 74 110 / 0.25);
}

.text-sky-900\/30{
  color: rgb(12 74 110 / 0.3);
}

.text-sky-900\/35{
  color: rgb(12 74 110 / 0.35);
}

.text-sky-900\/40{
  color: rgb(12 74 110 / 0.4);
}

.text-sky-900\/45{
  color: rgb(12 74 110 / 0.45);
}

.text-sky-900\/5{
  color: rgb(12 74 110 / 0.05);
}

.text-sky-900\/50{
  color: rgb(12 74 110 / 0.5);
}

.text-sky-900\/55{
  color: rgb(12 74 110 / 0.55);
}

.text-sky-900\/60{
  color: rgb(12 74 110 / 0.6);
}

.text-sky-900\/65{
  color: rgb(12 74 110 / 0.65);
}

.text-sky-900\/70{
  color: rgb(12 74 110 / 0.7);
}

.text-sky-900\/75{
  color: rgb(12 74 110 / 0.75);
}

.text-sky-900\/80{
  color: rgb(12 74 110 / 0.8);
}

.text-sky-900\/85{
  color: rgb(12 74 110 / 0.85);
}

.text-sky-900\/90{
  color: rgb(12 74 110 / 0.9);
}

.text-sky-900\/95{
  color: rgb(12 74 110 / 0.95);
}

.text-sky-950{
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}

.text-sky-950\/0{
  color: rgb(8 47 73 / 0);
}

.text-sky-950\/10{
  color: rgb(8 47 73 / 0.1);
}

.text-sky-950\/100{
  color: rgb(8 47 73 / 1);
}

.text-sky-950\/15{
  color: rgb(8 47 73 / 0.15);
}

.text-sky-950\/20{
  color: rgb(8 47 73 / 0.2);
}

.text-sky-950\/25{
  color: rgb(8 47 73 / 0.25);
}

.text-sky-950\/30{
  color: rgb(8 47 73 / 0.3);
}

.text-sky-950\/35{
  color: rgb(8 47 73 / 0.35);
}

.text-sky-950\/40{
  color: rgb(8 47 73 / 0.4);
}

.text-sky-950\/45{
  color: rgb(8 47 73 / 0.45);
}

.text-sky-950\/5{
  color: rgb(8 47 73 / 0.05);
}

.text-sky-950\/50{
  color: rgb(8 47 73 / 0.5);
}

.text-sky-950\/55{
  color: rgb(8 47 73 / 0.55);
}

.text-sky-950\/60{
  color: rgb(8 47 73 / 0.6);
}

.text-sky-950\/65{
  color: rgb(8 47 73 / 0.65);
}

.text-sky-950\/70{
  color: rgb(8 47 73 / 0.7);
}

.text-sky-950\/75{
  color: rgb(8 47 73 / 0.75);
}

.text-sky-950\/80{
  color: rgb(8 47 73 / 0.8);
}

.text-sky-950\/85{
  color: rgb(8 47 73 / 0.85);
}

.text-sky-950\/90{
  color: rgb(8 47 73 / 0.9);
}

.text-sky-950\/95{
  color: rgb(8 47 73 / 0.95);
}

.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.text-slate-100\/0{
  color: rgb(241 245 249 / 0);
}

.text-slate-100\/10{
  color: rgb(241 245 249 / 0.1);
}

.text-slate-100\/100{
  color: rgb(241 245 249 / 1);
}

.text-slate-100\/15{
  color: rgb(241 245 249 / 0.15);
}

.text-slate-100\/20{
  color: rgb(241 245 249 / 0.2);
}

.text-slate-100\/25{
  color: rgb(241 245 249 / 0.25);
}

.text-slate-100\/30{
  color: rgb(241 245 249 / 0.3);
}

.text-slate-100\/35{
  color: rgb(241 245 249 / 0.35);
}

.text-slate-100\/40{
  color: rgb(241 245 249 / 0.4);
}

.text-slate-100\/45{
  color: rgb(241 245 249 / 0.45);
}

.text-slate-100\/5{
  color: rgb(241 245 249 / 0.05);
}

.text-slate-100\/50{
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/55{
  color: rgb(241 245 249 / 0.55);
}

.text-slate-100\/60{
  color: rgb(241 245 249 / 0.6);
}

.text-slate-100\/65{
  color: rgb(241 245 249 / 0.65);
}

.text-slate-100\/70{
  color: rgb(241 245 249 / 0.7);
}

.text-slate-100\/75{
  color: rgb(241 245 249 / 0.75);
}

.text-slate-100\/80{
  color: rgb(241 245 249 / 0.8);
}

.text-slate-100\/85{
  color: rgb(241 245 249 / 0.85);
}

.text-slate-100\/90{
  color: rgb(241 245 249 / 0.9);
}

.text-slate-100\/95{
  color: rgb(241 245 249 / 0.95);
}

.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-slate-200\/0{
  color: rgb(226 232 240 / 0);
}

.text-slate-200\/10{
  color: rgb(226 232 240 / 0.1);
}

.text-slate-200\/100{
  color: rgb(226 232 240 / 1);
}

.text-slate-200\/15{
  color: rgb(226 232 240 / 0.15);
}

.text-slate-200\/20{
  color: rgb(226 232 240 / 0.2);
}

.text-slate-200\/25{
  color: rgb(226 232 240 / 0.25);
}

.text-slate-200\/30{
  color: rgb(226 232 240 / 0.3);
}

.text-slate-200\/35{
  color: rgb(226 232 240 / 0.35);
}

.text-slate-200\/40{
  color: rgb(226 232 240 / 0.4);
}

.text-slate-200\/45{
  color: rgb(226 232 240 / 0.45);
}

.text-slate-200\/5{
  color: rgb(226 232 240 / 0.05);
}

.text-slate-200\/50{
  color: rgb(226 232 240 / 0.5);
}

.text-slate-200\/55{
  color: rgb(226 232 240 / 0.55);
}

.text-slate-200\/60{
  color: rgb(226 232 240 / 0.6);
}

.text-slate-200\/65{
  color: rgb(226 232 240 / 0.65);
}

.text-slate-200\/70{
  color: rgb(226 232 240 / 0.7);
}

.text-slate-200\/75{
  color: rgb(226 232 240 / 0.75);
}

.text-slate-200\/80{
  color: rgb(226 232 240 / 0.8);
}

.text-slate-200\/85{
  color: rgb(226 232 240 / 0.85);
}

.text-slate-200\/90{
  color: rgb(226 232 240 / 0.9);
}

.text-slate-200\/95{
  color: rgb(226 232 240 / 0.95);
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-300\/0{
  color: rgb(203 213 225 / 0);
}

.text-slate-300\/10{
  color: rgb(203 213 225 / 0.1);
}

.text-slate-300\/100{
  color: rgb(203 213 225 / 1);
}

.text-slate-300\/15{
  color: rgb(203 213 225 / 0.15);
}

.text-slate-300\/20{
  color: rgb(203 213 225 / 0.2);
}

.text-slate-300\/25{
  color: rgb(203 213 225 / 0.25);
}

.text-slate-300\/30{
  color: rgb(203 213 225 / 0.3);
}

.text-slate-300\/35{
  color: rgb(203 213 225 / 0.35);
}

.text-slate-300\/40{
  color: rgb(203 213 225 / 0.4);
}

.text-slate-300\/45{
  color: rgb(203 213 225 / 0.45);
}

.text-slate-300\/5{
  color: rgb(203 213 225 / 0.05);
}

.text-slate-300\/50{
  color: rgb(203 213 225 / 0.5);
}

.text-slate-300\/55{
  color: rgb(203 213 225 / 0.55);
}

.text-slate-300\/60{
  color: rgb(203 213 225 / 0.6);
}

.text-slate-300\/65{
  color: rgb(203 213 225 / 0.65);
}

.text-slate-300\/70{
  color: rgb(203 213 225 / 0.7);
}

.text-slate-300\/75{
  color: rgb(203 213 225 / 0.75);
}

.text-slate-300\/80{
  color: rgb(203 213 225 / 0.8);
}

.text-slate-300\/85{
  color: rgb(203 213 225 / 0.85);
}

.text-slate-300\/90{
  color: rgb(203 213 225 / 0.9);
}

.text-slate-300\/95{
  color: rgb(203 213 225 / 0.95);
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-400\/0{
  color: rgb(148 163 184 / 0);
}

.text-slate-400\/10{
  color: rgb(148 163 184 / 0.1);
}

.text-slate-400\/100{
  color: rgb(148 163 184 / 1);
}

.text-slate-400\/15{
  color: rgb(148 163 184 / 0.15);
}

.text-slate-400\/20{
  color: rgb(148 163 184 / 0.2);
}

.text-slate-400\/25{
  color: rgb(148 163 184 / 0.25);
}

.text-slate-400\/30{
  color: rgb(148 163 184 / 0.3);
}

.text-slate-400\/35{
  color: rgb(148 163 184 / 0.35);
}

.text-slate-400\/40{
  color: rgb(148 163 184 / 0.4);
}

.text-slate-400\/45{
  color: rgb(148 163 184 / 0.45);
}

.text-slate-400\/5{
  color: rgb(148 163 184 / 0.05);
}

.text-slate-400\/50{
  color: rgb(148 163 184 / 0.5);
}

.text-slate-400\/55{
  color: rgb(148 163 184 / 0.55);
}

.text-slate-400\/60{
  color: rgb(148 163 184 / 0.6);
}

.text-slate-400\/65{
  color: rgb(148 163 184 / 0.65);
}

.text-slate-400\/70{
  color: rgb(148 163 184 / 0.7);
}

.text-slate-400\/75{
  color: rgb(148 163 184 / 0.75);
}

.text-slate-400\/80{
  color: rgb(148 163 184 / 0.8);
}

.text-slate-400\/85{
  color: rgb(148 163 184 / 0.85);
}

.text-slate-400\/90{
  color: rgb(148 163 184 / 0.9);
}

.text-slate-400\/95{
  color: rgb(148 163 184 / 0.95);
}

.text-slate-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-slate-50\/0{
  color: rgb(248 250 252 / 0);
}

.text-slate-50\/10{
  color: rgb(248 250 252 / 0.1);
}

.text-slate-50\/100{
  color: rgb(248 250 252 / 1);
}

.text-slate-50\/15{
  color: rgb(248 250 252 / 0.15);
}

.text-slate-50\/20{
  color: rgb(248 250 252 / 0.2);
}

.text-slate-50\/25{
  color: rgb(248 250 252 / 0.25);
}

.text-slate-50\/30{
  color: rgb(248 250 252 / 0.3);
}

.text-slate-50\/35{
  color: rgb(248 250 252 / 0.35);
}

.text-slate-50\/40{
  color: rgb(248 250 252 / 0.4);
}

.text-slate-50\/45{
  color: rgb(248 250 252 / 0.45);
}

.text-slate-50\/5{
  color: rgb(248 250 252 / 0.05);
}

.text-slate-50\/50{
  color: rgb(248 250 252 / 0.5);
}

.text-slate-50\/55{
  color: rgb(248 250 252 / 0.55);
}

.text-slate-50\/60{
  color: rgb(248 250 252 / 0.6);
}

.text-slate-50\/65{
  color: rgb(248 250 252 / 0.65);
}

.text-slate-50\/70{
  color: rgb(248 250 252 / 0.7);
}

.text-slate-50\/75{
  color: rgb(248 250 252 / 0.75);
}

.text-slate-50\/80{
  color: rgb(248 250 252 / 0.8);
}

.text-slate-50\/85{
  color: rgb(248 250 252 / 0.85);
}

.text-slate-50\/90{
  color: rgb(248 250 252 / 0.9);
}

.text-slate-50\/95{
  color: rgb(248 250 252 / 0.95);
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-500\/0{
  color: rgb(100 116 139 / 0);
}

.text-slate-500\/10{
  color: rgb(100 116 139 / 0.1);
}

.text-slate-500\/100{
  color: rgb(100 116 139 / 1);
}

.text-slate-500\/15{
  color: rgb(100 116 139 / 0.15);
}

.text-slate-500\/20{
  color: rgb(100 116 139 / 0.2);
}

.text-slate-500\/25{
  color: rgb(100 116 139 / 0.25);
}

.text-slate-500\/30{
  color: rgb(100 116 139 / 0.3);
}

.text-slate-500\/35{
  color: rgb(100 116 139 / 0.35);
}

.text-slate-500\/40{
  color: rgb(100 116 139 / 0.4);
}

.text-slate-500\/45{
  color: rgb(100 116 139 / 0.45);
}

.text-slate-500\/5{
  color: rgb(100 116 139 / 0.05);
}

.text-slate-500\/50{
  color: rgb(100 116 139 / 0.5);
}

.text-slate-500\/55{
  color: rgb(100 116 139 / 0.55);
}

.text-slate-500\/60{
  color: rgb(100 116 139 / 0.6);
}

.text-slate-500\/65{
  color: rgb(100 116 139 / 0.65);
}

.text-slate-500\/70{
  color: rgb(100 116 139 / 0.7);
}

.text-slate-500\/75{
  color: rgb(100 116 139 / 0.75);
}

.text-slate-500\/80{
  color: rgb(100 116 139 / 0.8);
}

.text-slate-500\/85{
  color: rgb(100 116 139 / 0.85);
}

.text-slate-500\/90{
  color: rgb(100 116 139 / 0.9);
}

.text-slate-500\/95{
  color: rgb(100 116 139 / 0.95);
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-600\/0{
  color: rgb(71 85 105 / 0);
}

.text-slate-600\/10{
  color: rgb(71 85 105 / 0.1);
}

.text-slate-600\/100{
  color: rgb(71 85 105 / 1);
}

.text-slate-600\/15{
  color: rgb(71 85 105 / 0.15);
}

.text-slate-600\/20{
  color: rgb(71 85 105 / 0.2);
}

.text-slate-600\/25{
  color: rgb(71 85 105 / 0.25);
}

.text-slate-600\/30{
  color: rgb(71 85 105 / 0.3);
}

.text-slate-600\/35{
  color: rgb(71 85 105 / 0.35);
}

.text-slate-600\/40{
  color: rgb(71 85 105 / 0.4);
}

.text-slate-600\/45{
  color: rgb(71 85 105 / 0.45);
}

.text-slate-600\/5{
  color: rgb(71 85 105 / 0.05);
}

.text-slate-600\/50{
  color: rgb(71 85 105 / 0.5);
}

.text-slate-600\/55{
  color: rgb(71 85 105 / 0.55);
}

.text-slate-600\/60{
  color: rgb(71 85 105 / 0.6);
}

.text-slate-600\/65{
  color: rgb(71 85 105 / 0.65);
}

.text-slate-600\/70{
  color: rgb(71 85 105 / 0.7);
}

.text-slate-600\/75{
  color: rgb(71 85 105 / 0.75);
}

.text-slate-600\/80{
  color: rgb(71 85 105 / 0.8);
}

.text-slate-600\/85{
  color: rgb(71 85 105 / 0.85);
}

.text-slate-600\/90{
  color: rgb(71 85 105 / 0.9);
}

.text-slate-600\/95{
  color: rgb(71 85 105 / 0.95);
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-700\/0{
  color: rgb(51 65 85 / 0);
}

.text-slate-700\/10{
  color: rgb(51 65 85 / 0.1);
}

.text-slate-700\/100{
  color: rgb(51 65 85 / 1);
}

.text-slate-700\/15{
  color: rgb(51 65 85 / 0.15);
}

.text-slate-700\/20{
  color: rgb(51 65 85 / 0.2);
}

.text-slate-700\/25{
  color: rgb(51 65 85 / 0.25);
}

.text-slate-700\/30{
  color: rgb(51 65 85 / 0.3);
}

.text-slate-700\/35{
  color: rgb(51 65 85 / 0.35);
}

.text-slate-700\/40{
  color: rgb(51 65 85 / 0.4);
}

.text-slate-700\/45{
  color: rgb(51 65 85 / 0.45);
}

.text-slate-700\/5{
  color: rgb(51 65 85 / 0.05);
}

.text-slate-700\/50{
  color: rgb(51 65 85 / 0.5);
}

.text-slate-700\/55{
  color: rgb(51 65 85 / 0.55);
}

.text-slate-700\/60{
  color: rgb(51 65 85 / 0.6);
}

.text-slate-700\/65{
  color: rgb(51 65 85 / 0.65);
}

.text-slate-700\/70{
  color: rgb(51 65 85 / 0.7);
}

.text-slate-700\/75{
  color: rgb(51 65 85 / 0.75);
}

.text-slate-700\/80{
  color: rgb(51 65 85 / 0.8);
}

.text-slate-700\/85{
  color: rgb(51 65 85 / 0.85);
}

.text-slate-700\/90{
  color: rgb(51 65 85 / 0.9);
}

.text-slate-700\/95{
  color: rgb(51 65 85 / 0.95);
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-800\/0{
  color: rgb(30 41 59 / 0);
}

.text-slate-800\/10{
  color: rgb(30 41 59 / 0.1);
}

.text-slate-800\/100{
  color: rgb(30 41 59 / 1);
}

.text-slate-800\/15{
  color: rgb(30 41 59 / 0.15);
}

.text-slate-800\/20{
  color: rgb(30 41 59 / 0.2);
}

.text-slate-800\/25{
  color: rgb(30 41 59 / 0.25);
}

.text-slate-800\/30{
  color: rgb(30 41 59 / 0.3);
}

.text-slate-800\/35{
  color: rgb(30 41 59 / 0.35);
}

.text-slate-800\/40{
  color: rgb(30 41 59 / 0.4);
}

.text-slate-800\/45{
  color: rgb(30 41 59 / 0.45);
}

.text-slate-800\/5{
  color: rgb(30 41 59 / 0.05);
}

.text-slate-800\/50{
  color: rgb(30 41 59 / 0.5);
}

.text-slate-800\/55{
  color: rgb(30 41 59 / 0.55);
}

.text-slate-800\/60{
  color: rgb(30 41 59 / 0.6);
}

.text-slate-800\/65{
  color: rgb(30 41 59 / 0.65);
}

.text-slate-800\/70{
  color: rgb(30 41 59 / 0.7);
}

.text-slate-800\/75{
  color: rgb(30 41 59 / 0.75);
}

.text-slate-800\/80{
  color: rgb(30 41 59 / 0.8);
}

.text-slate-800\/85{
  color: rgb(30 41 59 / 0.85);
}

.text-slate-800\/90{
  color: rgb(30 41 59 / 0.9);
}

.text-slate-800\/95{
  color: rgb(30 41 59 / 0.95);
}

.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-slate-900\/0{
  color: rgb(15 23 42 / 0);
}

.text-slate-900\/10{
  color: rgb(15 23 42 / 0.1);
}

.text-slate-900\/100{
  color: rgb(15 23 42 / 1);
}

.text-slate-900\/15{
  color: rgb(15 23 42 / 0.15);
}

.text-slate-900\/20{
  color: rgb(15 23 42 / 0.2);
}

.text-slate-900\/25{
  color: rgb(15 23 42 / 0.25);
}

.text-slate-900\/30{
  color: rgb(15 23 42 / 0.3);
}

.text-slate-900\/35{
  color: rgb(15 23 42 / 0.35);
}

.text-slate-900\/40{
  color: rgb(15 23 42 / 0.4);
}

.text-slate-900\/45{
  color: rgb(15 23 42 / 0.45);
}

.text-slate-900\/5{
  color: rgb(15 23 42 / 0.05);
}

.text-slate-900\/50{
  color: rgb(15 23 42 / 0.5);
}

.text-slate-900\/55{
  color: rgb(15 23 42 / 0.55);
}

.text-slate-900\/60{
  color: rgb(15 23 42 / 0.6);
}

.text-slate-900\/65{
  color: rgb(15 23 42 / 0.65);
}

.text-slate-900\/70{
  color: rgb(15 23 42 / 0.7);
}

.text-slate-900\/75{
  color: rgb(15 23 42 / 0.75);
}

.text-slate-900\/80{
  color: rgb(15 23 42 / 0.8);
}

.text-slate-900\/85{
  color: rgb(15 23 42 / 0.85);
}

.text-slate-900\/90{
  color: rgb(15 23 42 / 0.9);
}

.text-slate-900\/95{
  color: rgb(15 23 42 / 0.95);
}

.text-slate-950{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}

.text-slate-950\/0{
  color: rgb(2 6 23 / 0);
}

.text-slate-950\/10{
  color: rgb(2 6 23 / 0.1);
}

.text-slate-950\/100{
  color: rgb(2 6 23 / 1);
}

.text-slate-950\/15{
  color: rgb(2 6 23 / 0.15);
}

.text-slate-950\/20{
  color: rgb(2 6 23 / 0.2);
}

.text-slate-950\/25{
  color: rgb(2 6 23 / 0.25);
}

.text-slate-950\/30{
  color: rgb(2 6 23 / 0.3);
}

.text-slate-950\/35{
  color: rgb(2 6 23 / 0.35);
}

.text-slate-950\/40{
  color: rgb(2 6 23 / 0.4);
}

.text-slate-950\/45{
  color: rgb(2 6 23 / 0.45);
}

.text-slate-950\/5{
  color: rgb(2 6 23 / 0.05);
}

.text-slate-950\/50{
  color: rgb(2 6 23 / 0.5);
}

.text-slate-950\/55{
  color: rgb(2 6 23 / 0.55);
}

.text-slate-950\/60{
  color: rgb(2 6 23 / 0.6);
}

.text-slate-950\/65{
  color: rgb(2 6 23 / 0.65);
}

.text-slate-950\/70{
  color: rgb(2 6 23 / 0.7);
}

.text-slate-950\/75{
  color: rgb(2 6 23 / 0.75);
}

.text-slate-950\/80{
  color: rgb(2 6 23 / 0.8);
}

.text-slate-950\/85{
  color: rgb(2 6 23 / 0.85);
}

.text-slate-950\/90{
  color: rgb(2 6 23 / 0.9);
}

.text-slate-950\/95{
  color: rgb(2 6 23 / 0.95);
}

.text-stone-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}

.text-stone-100\/0{
  color: rgb(245 245 244 / 0);
}

.text-stone-100\/10{
  color: rgb(245 245 244 / 0.1);
}

.text-stone-100\/100{
  color: rgb(245 245 244 / 1);
}

.text-stone-100\/15{
  color: rgb(245 245 244 / 0.15);
}

.text-stone-100\/20{
  color: rgb(245 245 244 / 0.2);
}

.text-stone-100\/25{
  color: rgb(245 245 244 / 0.25);
}

.text-stone-100\/30{
  color: rgb(245 245 244 / 0.3);
}

.text-stone-100\/35{
  color: rgb(245 245 244 / 0.35);
}

.text-stone-100\/40{
  color: rgb(245 245 244 / 0.4);
}

.text-stone-100\/45{
  color: rgb(245 245 244 / 0.45);
}

.text-stone-100\/5{
  color: rgb(245 245 244 / 0.05);
}

.text-stone-100\/50{
  color: rgb(245 245 244 / 0.5);
}

.text-stone-100\/55{
  color: rgb(245 245 244 / 0.55);
}

.text-stone-100\/60{
  color: rgb(245 245 244 / 0.6);
}

.text-stone-100\/65{
  color: rgb(245 245 244 / 0.65);
}

.text-stone-100\/70{
  color: rgb(245 245 244 / 0.7);
}

.text-stone-100\/75{
  color: rgb(245 245 244 / 0.75);
}

.text-stone-100\/80{
  color: rgb(245 245 244 / 0.8);
}

.text-stone-100\/85{
  color: rgb(245 245 244 / 0.85);
}

.text-stone-100\/90{
  color: rgb(245 245 244 / 0.9);
}

.text-stone-100\/95{
  color: rgb(245 245 244 / 0.95);
}

.text-stone-200{
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}

.text-stone-200\/0{
  color: rgb(231 229 228 / 0);
}

.text-stone-200\/10{
  color: rgb(231 229 228 / 0.1);
}

.text-stone-200\/100{
  color: rgb(231 229 228 / 1);
}

.text-stone-200\/15{
  color: rgb(231 229 228 / 0.15);
}

.text-stone-200\/20{
  color: rgb(231 229 228 / 0.2);
}

.text-stone-200\/25{
  color: rgb(231 229 228 / 0.25);
}

.text-stone-200\/30{
  color: rgb(231 229 228 / 0.3);
}

.text-stone-200\/35{
  color: rgb(231 229 228 / 0.35);
}

.text-stone-200\/40{
  color: rgb(231 229 228 / 0.4);
}

.text-stone-200\/45{
  color: rgb(231 229 228 / 0.45);
}

.text-stone-200\/5{
  color: rgb(231 229 228 / 0.05);
}

.text-stone-200\/50{
  color: rgb(231 229 228 / 0.5);
}

.text-stone-200\/55{
  color: rgb(231 229 228 / 0.55);
}

.text-stone-200\/60{
  color: rgb(231 229 228 / 0.6);
}

.text-stone-200\/65{
  color: rgb(231 229 228 / 0.65);
}

.text-stone-200\/70{
  color: rgb(231 229 228 / 0.7);
}

.text-stone-200\/75{
  color: rgb(231 229 228 / 0.75);
}

.text-stone-200\/80{
  color: rgb(231 229 228 / 0.8);
}

.text-stone-200\/85{
  color: rgb(231 229 228 / 0.85);
}

.text-stone-200\/90{
  color: rgb(231 229 228 / 0.9);
}

.text-stone-200\/95{
  color: rgb(231 229 228 / 0.95);
}

.text-stone-300{
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.text-stone-300\/0{
  color: rgb(214 211 209 / 0);
}

.text-stone-300\/10{
  color: rgb(214 211 209 / 0.1);
}

.text-stone-300\/100{
  color: rgb(214 211 209 / 1);
}

.text-stone-300\/15{
  color: rgb(214 211 209 / 0.15);
}

.text-stone-300\/20{
  color: rgb(214 211 209 / 0.2);
}

.text-stone-300\/25{
  color: rgb(214 211 209 / 0.25);
}

.text-stone-300\/30{
  color: rgb(214 211 209 / 0.3);
}

.text-stone-300\/35{
  color: rgb(214 211 209 / 0.35);
}

.text-stone-300\/40{
  color: rgb(214 211 209 / 0.4);
}

.text-stone-300\/45{
  color: rgb(214 211 209 / 0.45);
}

.text-stone-300\/5{
  color: rgb(214 211 209 / 0.05);
}

.text-stone-300\/50{
  color: rgb(214 211 209 / 0.5);
}

.text-stone-300\/55{
  color: rgb(214 211 209 / 0.55);
}

.text-stone-300\/60{
  color: rgb(214 211 209 / 0.6);
}

.text-stone-300\/65{
  color: rgb(214 211 209 / 0.65);
}

.text-stone-300\/70{
  color: rgb(214 211 209 / 0.7);
}

.text-stone-300\/75{
  color: rgb(214 211 209 / 0.75);
}

.text-stone-300\/80{
  color: rgb(214 211 209 / 0.8);
}

.text-stone-300\/85{
  color: rgb(214 211 209 / 0.85);
}

.text-stone-300\/90{
  color: rgb(214 211 209 / 0.9);
}

.text-stone-300\/95{
  color: rgb(214 211 209 / 0.95);
}

.text-stone-400{
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.text-stone-400\/0{
  color: rgb(168 162 158 / 0);
}

.text-stone-400\/10{
  color: rgb(168 162 158 / 0.1);
}

.text-stone-400\/100{
  color: rgb(168 162 158 / 1);
}

.text-stone-400\/15{
  color: rgb(168 162 158 / 0.15);
}

.text-stone-400\/20{
  color: rgb(168 162 158 / 0.2);
}

.text-stone-400\/25{
  color: rgb(168 162 158 / 0.25);
}

.text-stone-400\/30{
  color: rgb(168 162 158 / 0.3);
}

.text-stone-400\/35{
  color: rgb(168 162 158 / 0.35);
}

.text-stone-400\/40{
  color: rgb(168 162 158 / 0.4);
}

.text-stone-400\/45{
  color: rgb(168 162 158 / 0.45);
}

.text-stone-400\/5{
  color: rgb(168 162 158 / 0.05);
}

.text-stone-400\/50{
  color: rgb(168 162 158 / 0.5);
}

.text-stone-400\/55{
  color: rgb(168 162 158 / 0.55);
}

.text-stone-400\/60{
  color: rgb(168 162 158 / 0.6);
}

.text-stone-400\/65{
  color: rgb(168 162 158 / 0.65);
}

.text-stone-400\/70{
  color: rgb(168 162 158 / 0.7);
}

.text-stone-400\/75{
  color: rgb(168 162 158 / 0.75);
}

.text-stone-400\/80{
  color: rgb(168 162 158 / 0.8);
}

.text-stone-400\/85{
  color: rgb(168 162 158 / 0.85);
}

.text-stone-400\/90{
  color: rgb(168 162 158 / 0.9);
}

.text-stone-400\/95{
  color: rgb(168 162 158 / 0.95);
}

.text-stone-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}

.text-stone-50\/0{
  color: rgb(250 250 249 / 0);
}

.text-stone-50\/10{
  color: rgb(250 250 249 / 0.1);
}

.text-stone-50\/100{
  color: rgb(250 250 249 / 1);
}

.text-stone-50\/15{
  color: rgb(250 250 249 / 0.15);
}

.text-stone-50\/20{
  color: rgb(250 250 249 / 0.2);
}

.text-stone-50\/25{
  color: rgb(250 250 249 / 0.25);
}

.text-stone-50\/30{
  color: rgb(250 250 249 / 0.3);
}

.text-stone-50\/35{
  color: rgb(250 250 249 / 0.35);
}

.text-stone-50\/40{
  color: rgb(250 250 249 / 0.4);
}

.text-stone-50\/45{
  color: rgb(250 250 249 / 0.45);
}

.text-stone-50\/5{
  color: rgb(250 250 249 / 0.05);
}

.text-stone-50\/50{
  color: rgb(250 250 249 / 0.5);
}

.text-stone-50\/55{
  color: rgb(250 250 249 / 0.55);
}

.text-stone-50\/60{
  color: rgb(250 250 249 / 0.6);
}

.text-stone-50\/65{
  color: rgb(250 250 249 / 0.65);
}

.text-stone-50\/70{
  color: rgb(250 250 249 / 0.7);
}

.text-stone-50\/75{
  color: rgb(250 250 249 / 0.75);
}

.text-stone-50\/80{
  color: rgb(250 250 249 / 0.8);
}

.text-stone-50\/85{
  color: rgb(250 250 249 / 0.85);
}

.text-stone-50\/90{
  color: rgb(250 250 249 / 0.9);
}

.text-stone-50\/95{
  color: rgb(250 250 249 / 0.95);
}

.text-stone-500{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.text-stone-500\/0{
  color: rgb(120 113 108 / 0);
}

.text-stone-500\/10{
  color: rgb(120 113 108 / 0.1);
}

.text-stone-500\/100{
  color: rgb(120 113 108 / 1);
}

.text-stone-500\/15{
  color: rgb(120 113 108 / 0.15);
}

.text-stone-500\/20{
  color: rgb(120 113 108 / 0.2);
}

.text-stone-500\/25{
  color: rgb(120 113 108 / 0.25);
}

.text-stone-500\/30{
  color: rgb(120 113 108 / 0.3);
}

.text-stone-500\/35{
  color: rgb(120 113 108 / 0.35);
}

.text-stone-500\/40{
  color: rgb(120 113 108 / 0.4);
}

.text-stone-500\/45{
  color: rgb(120 113 108 / 0.45);
}

.text-stone-500\/5{
  color: rgb(120 113 108 / 0.05);
}

.text-stone-500\/50{
  color: rgb(120 113 108 / 0.5);
}

.text-stone-500\/55{
  color: rgb(120 113 108 / 0.55);
}

.text-stone-500\/60{
  color: rgb(120 113 108 / 0.6);
}

.text-stone-500\/65{
  color: rgb(120 113 108 / 0.65);
}

.text-stone-500\/70{
  color: rgb(120 113 108 / 0.7);
}

.text-stone-500\/75{
  color: rgb(120 113 108 / 0.75);
}

.text-stone-500\/80{
  color: rgb(120 113 108 / 0.8);
}

.text-stone-500\/85{
  color: rgb(120 113 108 / 0.85);
}

.text-stone-500\/90{
  color: rgb(120 113 108 / 0.9);
}

.text-stone-500\/95{
  color: rgb(120 113 108 / 0.95);
}

.text-stone-600{
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.text-stone-600\/0{
  color: rgb(87 83 78 / 0);
}

.text-stone-600\/10{
  color: rgb(87 83 78 / 0.1);
}

.text-stone-600\/100{
  color: rgb(87 83 78 / 1);
}

.text-stone-600\/15{
  color: rgb(87 83 78 / 0.15);
}

.text-stone-600\/20{
  color: rgb(87 83 78 / 0.2);
}

.text-stone-600\/25{
  color: rgb(87 83 78 / 0.25);
}

.text-stone-600\/30{
  color: rgb(87 83 78 / 0.3);
}

.text-stone-600\/35{
  color: rgb(87 83 78 / 0.35);
}

.text-stone-600\/40{
  color: rgb(87 83 78 / 0.4);
}

.text-stone-600\/45{
  color: rgb(87 83 78 / 0.45);
}

.text-stone-600\/5{
  color: rgb(87 83 78 / 0.05);
}

.text-stone-600\/50{
  color: rgb(87 83 78 / 0.5);
}

.text-stone-600\/55{
  color: rgb(87 83 78 / 0.55);
}

.text-stone-600\/60{
  color: rgb(87 83 78 / 0.6);
}

.text-stone-600\/65{
  color: rgb(87 83 78 / 0.65);
}

.text-stone-600\/70{
  color: rgb(87 83 78 / 0.7);
}

.text-stone-600\/75{
  color: rgb(87 83 78 / 0.75);
}

.text-stone-600\/80{
  color: rgb(87 83 78 / 0.8);
}

.text-stone-600\/85{
  color: rgb(87 83 78 / 0.85);
}

.text-stone-600\/90{
  color: rgb(87 83 78 / 0.9);
}

.text-stone-600\/95{
  color: rgb(87 83 78 / 0.95);
}

.text-stone-700{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}

.text-stone-700\/0{
  color: rgb(68 64 60 / 0);
}

.text-stone-700\/10{
  color: rgb(68 64 60 / 0.1);
}

.text-stone-700\/100{
  color: rgb(68 64 60 / 1);
}

.text-stone-700\/15{
  color: rgb(68 64 60 / 0.15);
}

.text-stone-700\/20{
  color: rgb(68 64 60 / 0.2);
}

.text-stone-700\/25{
  color: rgb(68 64 60 / 0.25);
}

.text-stone-700\/30{
  color: rgb(68 64 60 / 0.3);
}

.text-stone-700\/35{
  color: rgb(68 64 60 / 0.35);
}

.text-stone-700\/40{
  color: rgb(68 64 60 / 0.4);
}

.text-stone-700\/45{
  color: rgb(68 64 60 / 0.45);
}

.text-stone-700\/5{
  color: rgb(68 64 60 / 0.05);
}

.text-stone-700\/50{
  color: rgb(68 64 60 / 0.5);
}

.text-stone-700\/55{
  color: rgb(68 64 60 / 0.55);
}

.text-stone-700\/60{
  color: rgb(68 64 60 / 0.6);
}

.text-stone-700\/65{
  color: rgb(68 64 60 / 0.65);
}

.text-stone-700\/70{
  color: rgb(68 64 60 / 0.7);
}

.text-stone-700\/75{
  color: rgb(68 64 60 / 0.75);
}

.text-stone-700\/80{
  color: rgb(68 64 60 / 0.8);
}

.text-stone-700\/85{
  color: rgb(68 64 60 / 0.85);
}

.text-stone-700\/90{
  color: rgb(68 64 60 / 0.9);
}

.text-stone-700\/95{
  color: rgb(68 64 60 / 0.95);
}

.text-stone-800{
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}

.text-stone-800\/0{
  color: rgb(41 37 36 / 0);
}

.text-stone-800\/10{
  color: rgb(41 37 36 / 0.1);
}

.text-stone-800\/100{
  color: rgb(41 37 36 / 1);
}

.text-stone-800\/15{
  color: rgb(41 37 36 / 0.15);
}

.text-stone-800\/20{
  color: rgb(41 37 36 / 0.2);
}

.text-stone-800\/25{
  color: rgb(41 37 36 / 0.25);
}

.text-stone-800\/30{
  color: rgb(41 37 36 / 0.3);
}

.text-stone-800\/35{
  color: rgb(41 37 36 / 0.35);
}

.text-stone-800\/40{
  color: rgb(41 37 36 / 0.4);
}

.text-stone-800\/45{
  color: rgb(41 37 36 / 0.45);
}

.text-stone-800\/5{
  color: rgb(41 37 36 / 0.05);
}

.text-stone-800\/50{
  color: rgb(41 37 36 / 0.5);
}

.text-stone-800\/55{
  color: rgb(41 37 36 / 0.55);
}

.text-stone-800\/60{
  color: rgb(41 37 36 / 0.6);
}

.text-stone-800\/65{
  color: rgb(41 37 36 / 0.65);
}

.text-stone-800\/70{
  color: rgb(41 37 36 / 0.7);
}

.text-stone-800\/75{
  color: rgb(41 37 36 / 0.75);
}

.text-stone-800\/80{
  color: rgb(41 37 36 / 0.8);
}

.text-stone-800\/85{
  color: rgb(41 37 36 / 0.85);
}

.text-stone-800\/90{
  color: rgb(41 37 36 / 0.9);
}

.text-stone-800\/95{
  color: rgb(41 37 36 / 0.95);
}

.text-stone-900{
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.text-stone-900\/0{
  color: rgb(28 25 23 / 0);
}

.text-stone-900\/10{
  color: rgb(28 25 23 / 0.1);
}

.text-stone-900\/100{
  color: rgb(28 25 23 / 1);
}

.text-stone-900\/15{
  color: rgb(28 25 23 / 0.15);
}

.text-stone-900\/20{
  color: rgb(28 25 23 / 0.2);
}

.text-stone-900\/25{
  color: rgb(28 25 23 / 0.25);
}

.text-stone-900\/30{
  color: rgb(28 25 23 / 0.3);
}

.text-stone-900\/35{
  color: rgb(28 25 23 / 0.35);
}

.text-stone-900\/40{
  color: rgb(28 25 23 / 0.4);
}

.text-stone-900\/45{
  color: rgb(28 25 23 / 0.45);
}

.text-stone-900\/5{
  color: rgb(28 25 23 / 0.05);
}

.text-stone-900\/50{
  color: rgb(28 25 23 / 0.5);
}

.text-stone-900\/55{
  color: rgb(28 25 23 / 0.55);
}

.text-stone-900\/60{
  color: rgb(28 25 23 / 0.6);
}

.text-stone-900\/65{
  color: rgb(28 25 23 / 0.65);
}

.text-stone-900\/70{
  color: rgb(28 25 23 / 0.7);
}

.text-stone-900\/75{
  color: rgb(28 25 23 / 0.75);
}

.text-stone-900\/80{
  color: rgb(28 25 23 / 0.8);
}

.text-stone-900\/85{
  color: rgb(28 25 23 / 0.85);
}

.text-stone-900\/90{
  color: rgb(28 25 23 / 0.9);
}

.text-stone-900\/95{
  color: rgb(28 25 23 / 0.95);
}

.text-stone-950{
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}

.text-stone-950\/0{
  color: rgb(12 10 9 / 0);
}

.text-stone-950\/10{
  color: rgb(12 10 9 / 0.1);
}

.text-stone-950\/100{
  color: rgb(12 10 9 / 1);
}

.text-stone-950\/15{
  color: rgb(12 10 9 / 0.15);
}

.text-stone-950\/20{
  color: rgb(12 10 9 / 0.2);
}

.text-stone-950\/25{
  color: rgb(12 10 9 / 0.25);
}

.text-stone-950\/30{
  color: rgb(12 10 9 / 0.3);
}

.text-stone-950\/35{
  color: rgb(12 10 9 / 0.35);
}

.text-stone-950\/40{
  color: rgb(12 10 9 / 0.4);
}

.text-stone-950\/45{
  color: rgb(12 10 9 / 0.45);
}

.text-stone-950\/5{
  color: rgb(12 10 9 / 0.05);
}

.text-stone-950\/50{
  color: rgb(12 10 9 / 0.5);
}

.text-stone-950\/55{
  color: rgb(12 10 9 / 0.55);
}

.text-stone-950\/60{
  color: rgb(12 10 9 / 0.6);
}

.text-stone-950\/65{
  color: rgb(12 10 9 / 0.65);
}

.text-stone-950\/70{
  color: rgb(12 10 9 / 0.7);
}

.text-stone-950\/75{
  color: rgb(12 10 9 / 0.75);
}

.text-stone-950\/80{
  color: rgb(12 10 9 / 0.8);
}

.text-stone-950\/85{
  color: rgb(12 10 9 / 0.85);
}

.text-stone-950\/90{
  color: rgb(12 10 9 / 0.9);
}

.text-stone-950\/95{
  color: rgb(12 10 9 / 0.95);
}

.text-success{
  --tw-text-opacity: 1;
  color: rgb(7 196 149 / var(--tw-text-opacity));
}

.text-success\/0{
  color: rgb(7 196 149 / 0);
}

.text-success\/10{
  color: rgb(7 196 149 / 0.1);
}

.text-success\/100{
  color: rgb(7 196 149 / 1);
}

.text-success\/15{
  color: rgb(7 196 149 / 0.15);
}

.text-success\/20{
  color: rgb(7 196 149 / 0.2);
}

.text-success\/25{
  color: rgb(7 196 149 / 0.25);
}

.text-success\/30{
  color: rgb(7 196 149 / 0.3);
}

.text-success\/35{
  color: rgb(7 196 149 / 0.35);
}

.text-success\/40{
  color: rgb(7 196 149 / 0.4);
}

.text-success\/45{
  color: rgb(7 196 149 / 0.45);
}

.text-success\/5{
  color: rgb(7 196 149 / 0.05);
}

.text-success\/50{
  color: rgb(7 196 149 / 0.5);
}

.text-success\/55{
  color: rgb(7 196 149 / 0.55);
}

.text-success\/60{
  color: rgb(7 196 149 / 0.6);
}

.text-success\/65{
  color: rgb(7 196 149 / 0.65);
}

.text-success\/70{
  color: rgb(7 196 149 / 0.7);
}

.text-success\/75{
  color: rgb(7 196 149 / 0.75);
}

.text-success\/80{
  color: rgb(7 196 149 / 0.8);
}

.text-success\/85{
  color: rgb(7 196 149 / 0.85);
}

.text-success\/90{
  color: rgb(7 196 149 / 0.9);
}

.text-success\/95{
  color: rgb(7 196 149 / 0.95);
}

.text-teal-100{
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}

.text-teal-100\/0{
  color: rgb(204 251 241 / 0);
}

.text-teal-100\/10{
  color: rgb(204 251 241 / 0.1);
}

.text-teal-100\/100{
  color: rgb(204 251 241 / 1);
}

.text-teal-100\/15{
  color: rgb(204 251 241 / 0.15);
}

.text-teal-100\/20{
  color: rgb(204 251 241 / 0.2);
}

.text-teal-100\/25{
  color: rgb(204 251 241 / 0.25);
}

.text-teal-100\/30{
  color: rgb(204 251 241 / 0.3);
}

.text-teal-100\/35{
  color: rgb(204 251 241 / 0.35);
}

.text-teal-100\/40{
  color: rgb(204 251 241 / 0.4);
}

.text-teal-100\/45{
  color: rgb(204 251 241 / 0.45);
}

.text-teal-100\/5{
  color: rgb(204 251 241 / 0.05);
}

.text-teal-100\/50{
  color: rgb(204 251 241 / 0.5);
}

.text-teal-100\/55{
  color: rgb(204 251 241 / 0.55);
}

.text-teal-100\/60{
  color: rgb(204 251 241 / 0.6);
}

.text-teal-100\/65{
  color: rgb(204 251 241 / 0.65);
}

.text-teal-100\/70{
  color: rgb(204 251 241 / 0.7);
}

.text-teal-100\/75{
  color: rgb(204 251 241 / 0.75);
}

.text-teal-100\/80{
  color: rgb(204 251 241 / 0.8);
}

.text-teal-100\/85{
  color: rgb(204 251 241 / 0.85);
}

.text-teal-100\/90{
  color: rgb(204 251 241 / 0.9);
}

.text-teal-100\/95{
  color: rgb(204 251 241 / 0.95);
}

.text-teal-200{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}

.text-teal-200\/0{
  color: rgb(153 246 228 / 0);
}

.text-teal-200\/10{
  color: rgb(153 246 228 / 0.1);
}

.text-teal-200\/100{
  color: rgb(153 246 228 / 1);
}

.text-teal-200\/15{
  color: rgb(153 246 228 / 0.15);
}

.text-teal-200\/20{
  color: rgb(153 246 228 / 0.2);
}

.text-teal-200\/25{
  color: rgb(153 246 228 / 0.25);
}

.text-teal-200\/30{
  color: rgb(153 246 228 / 0.3);
}

.text-teal-200\/35{
  color: rgb(153 246 228 / 0.35);
}

.text-teal-200\/40{
  color: rgb(153 246 228 / 0.4);
}

.text-teal-200\/45{
  color: rgb(153 246 228 / 0.45);
}

.text-teal-200\/5{
  color: rgb(153 246 228 / 0.05);
}

.text-teal-200\/50{
  color: rgb(153 246 228 / 0.5);
}

.text-teal-200\/55{
  color: rgb(153 246 228 / 0.55);
}

.text-teal-200\/60{
  color: rgb(153 246 228 / 0.6);
}

.text-teal-200\/65{
  color: rgb(153 246 228 / 0.65);
}

.text-teal-200\/70{
  color: rgb(153 246 228 / 0.7);
}

.text-teal-200\/75{
  color: rgb(153 246 228 / 0.75);
}

.text-teal-200\/80{
  color: rgb(153 246 228 / 0.8);
}

.text-teal-200\/85{
  color: rgb(153 246 228 / 0.85);
}

.text-teal-200\/90{
  color: rgb(153 246 228 / 0.9);
}

.text-teal-200\/95{
  color: rgb(153 246 228 / 0.95);
}

.text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

.text-teal-300\/0{
  color: rgb(94 234 212 / 0);
}

.text-teal-300\/10{
  color: rgb(94 234 212 / 0.1);
}

.text-teal-300\/100{
  color: rgb(94 234 212 / 1);
}

.text-teal-300\/15{
  color: rgb(94 234 212 / 0.15);
}

.text-teal-300\/20{
  color: rgb(94 234 212 / 0.2);
}

.text-teal-300\/25{
  color: rgb(94 234 212 / 0.25);
}

.text-teal-300\/30{
  color: rgb(94 234 212 / 0.3);
}

.text-teal-300\/35{
  color: rgb(94 234 212 / 0.35);
}

.text-teal-300\/40{
  color: rgb(94 234 212 / 0.4);
}

.text-teal-300\/45{
  color: rgb(94 234 212 / 0.45);
}

.text-teal-300\/5{
  color: rgb(94 234 212 / 0.05);
}

.text-teal-300\/50{
  color: rgb(94 234 212 / 0.5);
}

.text-teal-300\/55{
  color: rgb(94 234 212 / 0.55);
}

.text-teal-300\/60{
  color: rgb(94 234 212 / 0.6);
}

.text-teal-300\/65{
  color: rgb(94 234 212 / 0.65);
}

.text-teal-300\/70{
  color: rgb(94 234 212 / 0.7);
}

.text-teal-300\/75{
  color: rgb(94 234 212 / 0.75);
}

.text-teal-300\/80{
  color: rgb(94 234 212 / 0.8);
}

.text-teal-300\/85{
  color: rgb(94 234 212 / 0.85);
}

.text-teal-300\/90{
  color: rgb(94 234 212 / 0.9);
}

.text-teal-300\/95{
  color: rgb(94 234 212 / 0.95);
}

.text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}

.text-teal-400\/0{
  color: rgb(45 212 191 / 0);
}

.text-teal-400\/10{
  color: rgb(45 212 191 / 0.1);
}

.text-teal-400\/100{
  color: rgb(45 212 191 / 1);
}

.text-teal-400\/15{
  color: rgb(45 212 191 / 0.15);
}

.text-teal-400\/20{
  color: rgb(45 212 191 / 0.2);
}

.text-teal-400\/25{
  color: rgb(45 212 191 / 0.25);
}

.text-teal-400\/30{
  color: rgb(45 212 191 / 0.3);
}

.text-teal-400\/35{
  color: rgb(45 212 191 / 0.35);
}

.text-teal-400\/40{
  color: rgb(45 212 191 / 0.4);
}

.text-teal-400\/45{
  color: rgb(45 212 191 / 0.45);
}

.text-teal-400\/5{
  color: rgb(45 212 191 / 0.05);
}

.text-teal-400\/50{
  color: rgb(45 212 191 / 0.5);
}

.text-teal-400\/55{
  color: rgb(45 212 191 / 0.55);
}

.text-teal-400\/60{
  color: rgb(45 212 191 / 0.6);
}

.text-teal-400\/65{
  color: rgb(45 212 191 / 0.65);
}

.text-teal-400\/70{
  color: rgb(45 212 191 / 0.7);
}

.text-teal-400\/75{
  color: rgb(45 212 191 / 0.75);
}

.text-teal-400\/80{
  color: rgb(45 212 191 / 0.8);
}

.text-teal-400\/85{
  color: rgb(45 212 191 / 0.85);
}

.text-teal-400\/90{
  color: rgb(45 212 191 / 0.9);
}

.text-teal-400\/95{
  color: rgb(45 212 191 / 0.95);
}

.text-teal-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}

.text-teal-50\/0{
  color: rgb(240 253 250 / 0);
}

.text-teal-50\/10{
  color: rgb(240 253 250 / 0.1);
}

.text-teal-50\/100{
  color: rgb(240 253 250 / 1);
}

.text-teal-50\/15{
  color: rgb(240 253 250 / 0.15);
}

.text-teal-50\/20{
  color: rgb(240 253 250 / 0.2);
}

.text-teal-50\/25{
  color: rgb(240 253 250 / 0.25);
}

.text-teal-50\/30{
  color: rgb(240 253 250 / 0.3);
}

.text-teal-50\/35{
  color: rgb(240 253 250 / 0.35);
}

.text-teal-50\/40{
  color: rgb(240 253 250 / 0.4);
}

.text-teal-50\/45{
  color: rgb(240 253 250 / 0.45);
}

.text-teal-50\/5{
  color: rgb(240 253 250 / 0.05);
}

.text-teal-50\/50{
  color: rgb(240 253 250 / 0.5);
}

.text-teal-50\/55{
  color: rgb(240 253 250 / 0.55);
}

.text-teal-50\/60{
  color: rgb(240 253 250 / 0.6);
}

.text-teal-50\/65{
  color: rgb(240 253 250 / 0.65);
}

.text-teal-50\/70{
  color: rgb(240 253 250 / 0.7);
}

.text-teal-50\/75{
  color: rgb(240 253 250 / 0.75);
}

.text-teal-50\/80{
  color: rgb(240 253 250 / 0.8);
}

.text-teal-50\/85{
  color: rgb(240 253 250 / 0.85);
}

.text-teal-50\/90{
  color: rgb(240 253 250 / 0.9);
}

.text-teal-50\/95{
  color: rgb(240 253 250 / 0.95);
}

.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.text-teal-500\/0{
  color: rgb(20 184 166 / 0);
}

.text-teal-500\/10{
  color: rgb(20 184 166 / 0.1);
}

.text-teal-500\/100{
  color: rgb(20 184 166 / 1);
}

.text-teal-500\/15{
  color: rgb(20 184 166 / 0.15);
}

.text-teal-500\/20{
  color: rgb(20 184 166 / 0.2);
}

.text-teal-500\/25{
  color: rgb(20 184 166 / 0.25);
}

.text-teal-500\/30{
  color: rgb(20 184 166 / 0.3);
}

.text-teal-500\/35{
  color: rgb(20 184 166 / 0.35);
}

.text-teal-500\/40{
  color: rgb(20 184 166 / 0.4);
}

.text-teal-500\/45{
  color: rgb(20 184 166 / 0.45);
}

.text-teal-500\/5{
  color: rgb(20 184 166 / 0.05);
}

.text-teal-500\/50{
  color: rgb(20 184 166 / 0.5);
}

.text-teal-500\/55{
  color: rgb(20 184 166 / 0.55);
}

.text-teal-500\/60{
  color: rgb(20 184 166 / 0.6);
}

.text-teal-500\/65{
  color: rgb(20 184 166 / 0.65);
}

.text-teal-500\/70{
  color: rgb(20 184 166 / 0.7);
}

.text-teal-500\/75{
  color: rgb(20 184 166 / 0.75);
}

.text-teal-500\/80{
  color: rgb(20 184 166 / 0.8);
}

.text-teal-500\/85{
  color: rgb(20 184 166 / 0.85);
}

.text-teal-500\/90{
  color: rgb(20 184 166 / 0.9);
}

.text-teal-500\/95{
  color: rgb(20 184 166 / 0.95);
}

.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.text-teal-600\/0{
  color: rgb(13 148 136 / 0);
}

.text-teal-600\/10{
  color: rgb(13 148 136 / 0.1);
}

.text-teal-600\/100{
  color: rgb(13 148 136 / 1);
}

.text-teal-600\/15{
  color: rgb(13 148 136 / 0.15);
}

.text-teal-600\/20{
  color: rgb(13 148 136 / 0.2);
}

.text-teal-600\/25{
  color: rgb(13 148 136 / 0.25);
}

.text-teal-600\/30{
  color: rgb(13 148 136 / 0.3);
}

.text-teal-600\/35{
  color: rgb(13 148 136 / 0.35);
}

.text-teal-600\/40{
  color: rgb(13 148 136 / 0.4);
}

.text-teal-600\/45{
  color: rgb(13 148 136 / 0.45);
}

.text-teal-600\/5{
  color: rgb(13 148 136 / 0.05);
}

.text-teal-600\/50{
  color: rgb(13 148 136 / 0.5);
}

.text-teal-600\/55{
  color: rgb(13 148 136 / 0.55);
}

.text-teal-600\/60{
  color: rgb(13 148 136 / 0.6);
}

.text-teal-600\/65{
  color: rgb(13 148 136 / 0.65);
}

.text-teal-600\/70{
  color: rgb(13 148 136 / 0.7);
}

.text-teal-600\/75{
  color: rgb(13 148 136 / 0.75);
}

.text-teal-600\/80{
  color: rgb(13 148 136 / 0.8);
}

.text-teal-600\/85{
  color: rgb(13 148 136 / 0.85);
}

.text-teal-600\/90{
  color: rgb(13 148 136 / 0.9);
}

.text-teal-600\/95{
  color: rgb(13 148 136 / 0.95);
}

.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

.text-teal-700\/0{
  color: rgb(15 118 110 / 0);
}

.text-teal-700\/10{
  color: rgb(15 118 110 / 0.1);
}

.text-teal-700\/100{
  color: rgb(15 118 110 / 1);
}

.text-teal-700\/15{
  color: rgb(15 118 110 / 0.15);
}

.text-teal-700\/20{
  color: rgb(15 118 110 / 0.2);
}

.text-teal-700\/25{
  color: rgb(15 118 110 / 0.25);
}

.text-teal-700\/30{
  color: rgb(15 118 110 / 0.3);
}

.text-teal-700\/35{
  color: rgb(15 118 110 / 0.35);
}

.text-teal-700\/40{
  color: rgb(15 118 110 / 0.4);
}

.text-teal-700\/45{
  color: rgb(15 118 110 / 0.45);
}

.text-teal-700\/5{
  color: rgb(15 118 110 / 0.05);
}

.text-teal-700\/50{
  color: rgb(15 118 110 / 0.5);
}

.text-teal-700\/55{
  color: rgb(15 118 110 / 0.55);
}

.text-teal-700\/60{
  color: rgb(15 118 110 / 0.6);
}

.text-teal-700\/65{
  color: rgb(15 118 110 / 0.65);
}

.text-teal-700\/70{
  color: rgb(15 118 110 / 0.7);
}

.text-teal-700\/75{
  color: rgb(15 118 110 / 0.75);
}

.text-teal-700\/80{
  color: rgb(15 118 110 / 0.8);
}

.text-teal-700\/85{
  color: rgb(15 118 110 / 0.85);
}

.text-teal-700\/90{
  color: rgb(15 118 110 / 0.9);
}

.text-teal-700\/95{
  color: rgb(15 118 110 / 0.95);
}

.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}

.text-teal-800\/0{
  color: rgb(17 94 89 / 0);
}

.text-teal-800\/10{
  color: rgb(17 94 89 / 0.1);
}

.text-teal-800\/100{
  color: rgb(17 94 89 / 1);
}

.text-teal-800\/15{
  color: rgb(17 94 89 / 0.15);
}

.text-teal-800\/20{
  color: rgb(17 94 89 / 0.2);
}

.text-teal-800\/25{
  color: rgb(17 94 89 / 0.25);
}

.text-teal-800\/30{
  color: rgb(17 94 89 / 0.3);
}

.text-teal-800\/35{
  color: rgb(17 94 89 / 0.35);
}

.text-teal-800\/40{
  color: rgb(17 94 89 / 0.4);
}

.text-teal-800\/45{
  color: rgb(17 94 89 / 0.45);
}

.text-teal-800\/5{
  color: rgb(17 94 89 / 0.05);
}

.text-teal-800\/50{
  color: rgb(17 94 89 / 0.5);
}

.text-teal-800\/55{
  color: rgb(17 94 89 / 0.55);
}

.text-teal-800\/60{
  color: rgb(17 94 89 / 0.6);
}

.text-teal-800\/65{
  color: rgb(17 94 89 / 0.65);
}

.text-teal-800\/70{
  color: rgb(17 94 89 / 0.7);
}

.text-teal-800\/75{
  color: rgb(17 94 89 / 0.75);
}

.text-teal-800\/80{
  color: rgb(17 94 89 / 0.8);
}

.text-teal-800\/85{
  color: rgb(17 94 89 / 0.85);
}

.text-teal-800\/90{
  color: rgb(17 94 89 / 0.9);
}

.text-teal-800\/95{
  color: rgb(17 94 89 / 0.95);
}

.text-teal-900{
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.text-teal-900\/0{
  color: rgb(19 78 74 / 0);
}

.text-teal-900\/10{
  color: rgb(19 78 74 / 0.1);
}

.text-teal-900\/100{
  color: rgb(19 78 74 / 1);
}

.text-teal-900\/15{
  color: rgb(19 78 74 / 0.15);
}

.text-teal-900\/20{
  color: rgb(19 78 74 / 0.2);
}

.text-teal-900\/25{
  color: rgb(19 78 74 / 0.25);
}

.text-teal-900\/30{
  color: rgb(19 78 74 / 0.3);
}

.text-teal-900\/35{
  color: rgb(19 78 74 / 0.35);
}

.text-teal-900\/40{
  color: rgb(19 78 74 / 0.4);
}

.text-teal-900\/45{
  color: rgb(19 78 74 / 0.45);
}

.text-teal-900\/5{
  color: rgb(19 78 74 / 0.05);
}

.text-teal-900\/50{
  color: rgb(19 78 74 / 0.5);
}

.text-teal-900\/55{
  color: rgb(19 78 74 / 0.55);
}

.text-teal-900\/60{
  color: rgb(19 78 74 / 0.6);
}

.text-teal-900\/65{
  color: rgb(19 78 74 / 0.65);
}

.text-teal-900\/70{
  color: rgb(19 78 74 / 0.7);
}

.text-teal-900\/75{
  color: rgb(19 78 74 / 0.75);
}

.text-teal-900\/80{
  color: rgb(19 78 74 / 0.8);
}

.text-teal-900\/85{
  color: rgb(19 78 74 / 0.85);
}

.text-teal-900\/90{
  color: rgb(19 78 74 / 0.9);
}

.text-teal-900\/95{
  color: rgb(19 78 74 / 0.95);
}

.text-teal-950{
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}

.text-teal-950\/0{
  color: rgb(4 47 46 / 0);
}

.text-teal-950\/10{
  color: rgb(4 47 46 / 0.1);
}

.text-teal-950\/100{
  color: rgb(4 47 46 / 1);
}

.text-teal-950\/15{
  color: rgb(4 47 46 / 0.15);
}

.text-teal-950\/20{
  color: rgb(4 47 46 / 0.2);
}

.text-teal-950\/25{
  color: rgb(4 47 46 / 0.25);
}

.text-teal-950\/30{
  color: rgb(4 47 46 / 0.3);
}

.text-teal-950\/35{
  color: rgb(4 47 46 / 0.35);
}

.text-teal-950\/40{
  color: rgb(4 47 46 / 0.4);
}

.text-teal-950\/45{
  color: rgb(4 47 46 / 0.45);
}

.text-teal-950\/5{
  color: rgb(4 47 46 / 0.05);
}

.text-teal-950\/50{
  color: rgb(4 47 46 / 0.5);
}

.text-teal-950\/55{
  color: rgb(4 47 46 / 0.55);
}

.text-teal-950\/60{
  color: rgb(4 47 46 / 0.6);
}

.text-teal-950\/65{
  color: rgb(4 47 46 / 0.65);
}

.text-teal-950\/70{
  color: rgb(4 47 46 / 0.7);
}

.text-teal-950\/75{
  color: rgb(4 47 46 / 0.75);
}

.text-teal-950\/80{
  color: rgb(4 47 46 / 0.8);
}

.text-teal-950\/85{
  color: rgb(4 47 46 / 0.85);
}

.text-teal-950\/90{
  color: rgb(4 47 46 / 0.9);
}

.text-teal-950\/95{
  color: rgb(4 47 46 / 0.95);
}

.text-tertiary{
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
}

.text-tertiary-hover{
  --tw-text-opacity: 1;
  color: rgb(20 123 223 / var(--tw-text-opacity));
}

.text-tertiary-hover\/0{
  color: rgb(20 123 223 / 0);
}

.text-tertiary-hover\/10{
  color: rgb(20 123 223 / 0.1);
}

.text-tertiary-hover\/100{
  color: rgb(20 123 223 / 1);
}

.text-tertiary-hover\/15{
  color: rgb(20 123 223 / 0.15);
}

.text-tertiary-hover\/20{
  color: rgb(20 123 223 / 0.2);
}

.text-tertiary-hover\/25{
  color: rgb(20 123 223 / 0.25);
}

.text-tertiary-hover\/30{
  color: rgb(20 123 223 / 0.3);
}

.text-tertiary-hover\/35{
  color: rgb(20 123 223 / 0.35);
}

.text-tertiary-hover\/40{
  color: rgb(20 123 223 / 0.4);
}

.text-tertiary-hover\/45{
  color: rgb(20 123 223 / 0.45);
}

.text-tertiary-hover\/5{
  color: rgb(20 123 223 / 0.05);
}

.text-tertiary-hover\/50{
  color: rgb(20 123 223 / 0.5);
}

.text-tertiary-hover\/55{
  color: rgb(20 123 223 / 0.55);
}

.text-tertiary-hover\/60{
  color: rgb(20 123 223 / 0.6);
}

.text-tertiary-hover\/65{
  color: rgb(20 123 223 / 0.65);
}

.text-tertiary-hover\/70{
  color: rgb(20 123 223 / 0.7);
}

.text-tertiary-hover\/75{
  color: rgb(20 123 223 / 0.75);
}

.text-tertiary-hover\/80{
  color: rgb(20 123 223 / 0.8);
}

.text-tertiary-hover\/85{
  color: rgb(20 123 223 / 0.85);
}

.text-tertiary-hover\/90{
  color: rgb(20 123 223 / 0.9);
}

.text-tertiary-hover\/95{
  color: rgb(20 123 223 / 0.95);
}

.text-tertiary\/0{
  color: rgb(22 137 252 / 0);
}

.text-tertiary\/10{
  color: rgb(22 137 252 / 0.1);
}

.text-tertiary\/100{
  color: rgb(22 137 252 / 1);
}

.text-tertiary\/15{
  color: rgb(22 137 252 / 0.15);
}

.text-tertiary\/20{
  color: rgb(22 137 252 / 0.2);
}

.text-tertiary\/25{
  color: rgb(22 137 252 / 0.25);
}

.text-tertiary\/30{
  color: rgb(22 137 252 / 0.3);
}

.text-tertiary\/35{
  color: rgb(22 137 252 / 0.35);
}

.text-tertiary\/40{
  color: rgb(22 137 252 / 0.4);
}

.text-tertiary\/45{
  color: rgb(22 137 252 / 0.45);
}

.text-tertiary\/5{
  color: rgb(22 137 252 / 0.05);
}

.text-tertiary\/50{
  color: rgb(22 137 252 / 0.5);
}

.text-tertiary\/55{
  color: rgb(22 137 252 / 0.55);
}

.text-tertiary\/60{
  color: rgb(22 137 252 / 0.6);
}

.text-tertiary\/65{
  color: rgb(22 137 252 / 0.65);
}

.text-tertiary\/70{
  color: rgb(22 137 252 / 0.7);
}

.text-tertiary\/75{
  color: rgb(22 137 252 / 0.75);
}

.text-tertiary\/80{
  color: rgb(22 137 252 / 0.8);
}

.text-tertiary\/85{
  color: rgb(22 137 252 / 0.85);
}

.text-tertiary\/90{
  color: rgb(22 137 252 / 0.9);
}

.text-tertiary\/95{
  color: rgb(22 137 252 / 0.95);
}

.text-transparent{
  color: transparent;
}

.text-transparent\/0{
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100{
  color: rgb(0 0 0 / 1);
}

.text-transparent\/15{
  color: rgb(0 0 0 / 0.15);
}

.text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/35{
  color: rgb(0 0 0 / 0.35);
}

.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/45{
  color: rgb(0 0 0 / 0.45);
}

.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/55{
  color: rgb(0 0 0 / 0.55);
}

.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/65{
  color: rgb(0 0 0 / 0.65);
}

.text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/85{
  color: rgb(0 0 0 / 0.85);
}

.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}

.text-violet-100{
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}

.text-violet-100\/0{
  color: rgb(237 233 254 / 0);
}

.text-violet-100\/10{
  color: rgb(237 233 254 / 0.1);
}

.text-violet-100\/100{
  color: rgb(237 233 254 / 1);
}

.text-violet-100\/15{
  color: rgb(237 233 254 / 0.15);
}

.text-violet-100\/20{
  color: rgb(237 233 254 / 0.2);
}

.text-violet-100\/25{
  color: rgb(237 233 254 / 0.25);
}

.text-violet-100\/30{
  color: rgb(237 233 254 / 0.3);
}

.text-violet-100\/35{
  color: rgb(237 233 254 / 0.35);
}

.text-violet-100\/40{
  color: rgb(237 233 254 / 0.4);
}

.text-violet-100\/45{
  color: rgb(237 233 254 / 0.45);
}

.text-violet-100\/5{
  color: rgb(237 233 254 / 0.05);
}

.text-violet-100\/50{
  color: rgb(237 233 254 / 0.5);
}

.text-violet-100\/55{
  color: rgb(237 233 254 / 0.55);
}

.text-violet-100\/60{
  color: rgb(237 233 254 / 0.6);
}

.text-violet-100\/65{
  color: rgb(237 233 254 / 0.65);
}

.text-violet-100\/70{
  color: rgb(237 233 254 / 0.7);
}

.text-violet-100\/75{
  color: rgb(237 233 254 / 0.75);
}

.text-violet-100\/80{
  color: rgb(237 233 254 / 0.8);
}

.text-violet-100\/85{
  color: rgb(237 233 254 / 0.85);
}

.text-violet-100\/90{
  color: rgb(237 233 254 / 0.9);
}

.text-violet-100\/95{
  color: rgb(237 233 254 / 0.95);
}

.text-violet-200{
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}

.text-violet-200\/0{
  color: rgb(221 214 254 / 0);
}

.text-violet-200\/10{
  color: rgb(221 214 254 / 0.1);
}

.text-violet-200\/100{
  color: rgb(221 214 254 / 1);
}

.text-violet-200\/15{
  color: rgb(221 214 254 / 0.15);
}

.text-violet-200\/20{
  color: rgb(221 214 254 / 0.2);
}

.text-violet-200\/25{
  color: rgb(221 214 254 / 0.25);
}

.text-violet-200\/30{
  color: rgb(221 214 254 / 0.3);
}

.text-violet-200\/35{
  color: rgb(221 214 254 / 0.35);
}

.text-violet-200\/40{
  color: rgb(221 214 254 / 0.4);
}

.text-violet-200\/45{
  color: rgb(221 214 254 / 0.45);
}

.text-violet-200\/5{
  color: rgb(221 214 254 / 0.05);
}

.text-violet-200\/50{
  color: rgb(221 214 254 / 0.5);
}

.text-violet-200\/55{
  color: rgb(221 214 254 / 0.55);
}

.text-violet-200\/60{
  color: rgb(221 214 254 / 0.6);
}

.text-violet-200\/65{
  color: rgb(221 214 254 / 0.65);
}

.text-violet-200\/70{
  color: rgb(221 214 254 / 0.7);
}

.text-violet-200\/75{
  color: rgb(221 214 254 / 0.75);
}

.text-violet-200\/80{
  color: rgb(221 214 254 / 0.8);
}

.text-violet-200\/85{
  color: rgb(221 214 254 / 0.85);
}

.text-violet-200\/90{
  color: rgb(221 214 254 / 0.9);
}

.text-violet-200\/95{
  color: rgb(221 214 254 / 0.95);
}

.text-violet-300{
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}

.text-violet-300\/0{
  color: rgb(196 181 253 / 0);
}

.text-violet-300\/10{
  color: rgb(196 181 253 / 0.1);
}

.text-violet-300\/100{
  color: rgb(196 181 253 / 1);
}

.text-violet-300\/15{
  color: rgb(196 181 253 / 0.15);
}

.text-violet-300\/20{
  color: rgb(196 181 253 / 0.2);
}

.text-violet-300\/25{
  color: rgb(196 181 253 / 0.25);
}

.text-violet-300\/30{
  color: rgb(196 181 253 / 0.3);
}

.text-violet-300\/35{
  color: rgb(196 181 253 / 0.35);
}

.text-violet-300\/40{
  color: rgb(196 181 253 / 0.4);
}

.text-violet-300\/45{
  color: rgb(196 181 253 / 0.45);
}

.text-violet-300\/5{
  color: rgb(196 181 253 / 0.05);
}

.text-violet-300\/50{
  color: rgb(196 181 253 / 0.5);
}

.text-violet-300\/55{
  color: rgb(196 181 253 / 0.55);
}

.text-violet-300\/60{
  color: rgb(196 181 253 / 0.6);
}

.text-violet-300\/65{
  color: rgb(196 181 253 / 0.65);
}

.text-violet-300\/70{
  color: rgb(196 181 253 / 0.7);
}

.text-violet-300\/75{
  color: rgb(196 181 253 / 0.75);
}

.text-violet-300\/80{
  color: rgb(196 181 253 / 0.8);
}

.text-violet-300\/85{
  color: rgb(196 181 253 / 0.85);
}

.text-violet-300\/90{
  color: rgb(196 181 253 / 0.9);
}

.text-violet-300\/95{
  color: rgb(196 181 253 / 0.95);
}

.text-violet-400{
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.text-violet-400\/0{
  color: rgb(167 139 250 / 0);
}

.text-violet-400\/10{
  color: rgb(167 139 250 / 0.1);
}

.text-violet-400\/100{
  color: rgb(167 139 250 / 1);
}

.text-violet-400\/15{
  color: rgb(167 139 250 / 0.15);
}

.text-violet-400\/20{
  color: rgb(167 139 250 / 0.2);
}

.text-violet-400\/25{
  color: rgb(167 139 250 / 0.25);
}

.text-violet-400\/30{
  color: rgb(167 139 250 / 0.3);
}

.text-violet-400\/35{
  color: rgb(167 139 250 / 0.35);
}

.text-violet-400\/40{
  color: rgb(167 139 250 / 0.4);
}

.text-violet-400\/45{
  color: rgb(167 139 250 / 0.45);
}

.text-violet-400\/5{
  color: rgb(167 139 250 / 0.05);
}

.text-violet-400\/50{
  color: rgb(167 139 250 / 0.5);
}

.text-violet-400\/55{
  color: rgb(167 139 250 / 0.55);
}

.text-violet-400\/60{
  color: rgb(167 139 250 / 0.6);
}

.text-violet-400\/65{
  color: rgb(167 139 250 / 0.65);
}

.text-violet-400\/70{
  color: rgb(167 139 250 / 0.7);
}

.text-violet-400\/75{
  color: rgb(167 139 250 / 0.75);
}

.text-violet-400\/80{
  color: rgb(167 139 250 / 0.8);
}

.text-violet-400\/85{
  color: rgb(167 139 250 / 0.85);
}

.text-violet-400\/90{
  color: rgb(167 139 250 / 0.9);
}

.text-violet-400\/95{
  color: rgb(167 139 250 / 0.95);
}

.text-violet-50{
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}

.text-violet-50\/0{
  color: rgb(245 243 255 / 0);
}

.text-violet-50\/10{
  color: rgb(245 243 255 / 0.1);
}

.text-violet-50\/100{
  color: rgb(245 243 255 / 1);
}

.text-violet-50\/15{
  color: rgb(245 243 255 / 0.15);
}

.text-violet-50\/20{
  color: rgb(245 243 255 / 0.2);
}

.text-violet-50\/25{
  color: rgb(245 243 255 / 0.25);
}

.text-violet-50\/30{
  color: rgb(245 243 255 / 0.3);
}

.text-violet-50\/35{
  color: rgb(245 243 255 / 0.35);
}

.text-violet-50\/40{
  color: rgb(245 243 255 / 0.4);
}

.text-violet-50\/45{
  color: rgb(245 243 255 / 0.45);
}

.text-violet-50\/5{
  color: rgb(245 243 255 / 0.05);
}

.text-violet-50\/50{
  color: rgb(245 243 255 / 0.5);
}

.text-violet-50\/55{
  color: rgb(245 243 255 / 0.55);
}

.text-violet-50\/60{
  color: rgb(245 243 255 / 0.6);
}

.text-violet-50\/65{
  color: rgb(245 243 255 / 0.65);
}

.text-violet-50\/70{
  color: rgb(245 243 255 / 0.7);
}

.text-violet-50\/75{
  color: rgb(245 243 255 / 0.75);
}

.text-violet-50\/80{
  color: rgb(245 243 255 / 0.8);
}

.text-violet-50\/85{
  color: rgb(245 243 255 / 0.85);
}

.text-violet-50\/90{
  color: rgb(245 243 255 / 0.9);
}

.text-violet-50\/95{
  color: rgb(245 243 255 / 0.95);
}

.text-violet-500{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.text-violet-500\/0{
  color: rgb(139 92 246 / 0);
}

.text-violet-500\/10{
  color: rgb(139 92 246 / 0.1);
}

.text-violet-500\/100{
  color: rgb(139 92 246 / 1);
}

.text-violet-500\/15{
  color: rgb(139 92 246 / 0.15);
}

.text-violet-500\/20{
  color: rgb(139 92 246 / 0.2);
}

.text-violet-500\/25{
  color: rgb(139 92 246 / 0.25);
}

.text-violet-500\/30{
  color: rgb(139 92 246 / 0.3);
}

.text-violet-500\/35{
  color: rgb(139 92 246 / 0.35);
}

.text-violet-500\/40{
  color: rgb(139 92 246 / 0.4);
}

.text-violet-500\/45{
  color: rgb(139 92 246 / 0.45);
}

.text-violet-500\/5{
  color: rgb(139 92 246 / 0.05);
}

.text-violet-500\/50{
  color: rgb(139 92 246 / 0.5);
}

.text-violet-500\/55{
  color: rgb(139 92 246 / 0.55);
}

.text-violet-500\/60{
  color: rgb(139 92 246 / 0.6);
}

.text-violet-500\/65{
  color: rgb(139 92 246 / 0.65);
}

.text-violet-500\/70{
  color: rgb(139 92 246 / 0.7);
}

.text-violet-500\/75{
  color: rgb(139 92 246 / 0.75);
}

.text-violet-500\/80{
  color: rgb(139 92 246 / 0.8);
}

.text-violet-500\/85{
  color: rgb(139 92 246 / 0.85);
}

.text-violet-500\/90{
  color: rgb(139 92 246 / 0.9);
}

.text-violet-500\/95{
  color: rgb(139 92 246 / 0.95);
}

.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.text-violet-600\/0{
  color: rgb(124 58 237 / 0);
}

.text-violet-600\/10{
  color: rgb(124 58 237 / 0.1);
}

.text-violet-600\/100{
  color: rgb(124 58 237 / 1);
}

.text-violet-600\/15{
  color: rgb(124 58 237 / 0.15);
}

.text-violet-600\/20{
  color: rgb(124 58 237 / 0.2);
}

.text-violet-600\/25{
  color: rgb(124 58 237 / 0.25);
}

.text-violet-600\/30{
  color: rgb(124 58 237 / 0.3);
}

.text-violet-600\/35{
  color: rgb(124 58 237 / 0.35);
}

.text-violet-600\/40{
  color: rgb(124 58 237 / 0.4);
}

.text-violet-600\/45{
  color: rgb(124 58 237 / 0.45);
}

.text-violet-600\/5{
  color: rgb(124 58 237 / 0.05);
}

.text-violet-600\/50{
  color: rgb(124 58 237 / 0.5);
}

.text-violet-600\/55{
  color: rgb(124 58 237 / 0.55);
}

.text-violet-600\/60{
  color: rgb(124 58 237 / 0.6);
}

.text-violet-600\/65{
  color: rgb(124 58 237 / 0.65);
}

.text-violet-600\/70{
  color: rgb(124 58 237 / 0.7);
}

.text-violet-600\/75{
  color: rgb(124 58 237 / 0.75);
}

.text-violet-600\/80{
  color: rgb(124 58 237 / 0.8);
}

.text-violet-600\/85{
  color: rgb(124 58 237 / 0.85);
}

.text-violet-600\/90{
  color: rgb(124 58 237 / 0.9);
}

.text-violet-600\/95{
  color: rgb(124 58 237 / 0.95);
}

.text-violet-700{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-violet-700\/0{
  color: rgb(109 40 217 / 0);
}

.text-violet-700\/10{
  color: rgb(109 40 217 / 0.1);
}

.text-violet-700\/100{
  color: rgb(109 40 217 / 1);
}

.text-violet-700\/15{
  color: rgb(109 40 217 / 0.15);
}

.text-violet-700\/20{
  color: rgb(109 40 217 / 0.2);
}

.text-violet-700\/25{
  color: rgb(109 40 217 / 0.25);
}

.text-violet-700\/30{
  color: rgb(109 40 217 / 0.3);
}

.text-violet-700\/35{
  color: rgb(109 40 217 / 0.35);
}

.text-violet-700\/40{
  color: rgb(109 40 217 / 0.4);
}

.text-violet-700\/45{
  color: rgb(109 40 217 / 0.45);
}

.text-violet-700\/5{
  color: rgb(109 40 217 / 0.05);
}

.text-violet-700\/50{
  color: rgb(109 40 217 / 0.5);
}

.text-violet-700\/55{
  color: rgb(109 40 217 / 0.55);
}

.text-violet-700\/60{
  color: rgb(109 40 217 / 0.6);
}

.text-violet-700\/65{
  color: rgb(109 40 217 / 0.65);
}

.text-violet-700\/70{
  color: rgb(109 40 217 / 0.7);
}

.text-violet-700\/75{
  color: rgb(109 40 217 / 0.75);
}

.text-violet-700\/80{
  color: rgb(109 40 217 / 0.8);
}

.text-violet-700\/85{
  color: rgb(109 40 217 / 0.85);
}

.text-violet-700\/90{
  color: rgb(109 40 217 / 0.9);
}

.text-violet-700\/95{
  color: rgb(109 40 217 / 0.95);
}

.text-violet-800{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}

.text-violet-800\/0{
  color: rgb(91 33 182 / 0);
}

.text-violet-800\/10{
  color: rgb(91 33 182 / 0.1);
}

.text-violet-800\/100{
  color: rgb(91 33 182 / 1);
}

.text-violet-800\/15{
  color: rgb(91 33 182 / 0.15);
}

.text-violet-800\/20{
  color: rgb(91 33 182 / 0.2);
}

.text-violet-800\/25{
  color: rgb(91 33 182 / 0.25);
}

.text-violet-800\/30{
  color: rgb(91 33 182 / 0.3);
}

.text-violet-800\/35{
  color: rgb(91 33 182 / 0.35);
}

.text-violet-800\/40{
  color: rgb(91 33 182 / 0.4);
}

.text-violet-800\/45{
  color: rgb(91 33 182 / 0.45);
}

.text-violet-800\/5{
  color: rgb(91 33 182 / 0.05);
}

.text-violet-800\/50{
  color: rgb(91 33 182 / 0.5);
}

.text-violet-800\/55{
  color: rgb(91 33 182 / 0.55);
}

.text-violet-800\/60{
  color: rgb(91 33 182 / 0.6);
}

.text-violet-800\/65{
  color: rgb(91 33 182 / 0.65);
}

.text-violet-800\/70{
  color: rgb(91 33 182 / 0.7);
}

.text-violet-800\/75{
  color: rgb(91 33 182 / 0.75);
}

.text-violet-800\/80{
  color: rgb(91 33 182 / 0.8);
}

.text-violet-800\/85{
  color: rgb(91 33 182 / 0.85);
}

.text-violet-800\/90{
  color: rgb(91 33 182 / 0.9);
}

.text-violet-800\/95{
  color: rgb(91 33 182 / 0.95);
}

.text-violet-900{
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}

.text-violet-900\/0{
  color: rgb(76 29 149 / 0);
}

.text-violet-900\/10{
  color: rgb(76 29 149 / 0.1);
}

.text-violet-900\/100{
  color: rgb(76 29 149 / 1);
}

.text-violet-900\/15{
  color: rgb(76 29 149 / 0.15);
}

.text-violet-900\/20{
  color: rgb(76 29 149 / 0.2);
}

.text-violet-900\/25{
  color: rgb(76 29 149 / 0.25);
}

.text-violet-900\/30{
  color: rgb(76 29 149 / 0.3);
}

.text-violet-900\/35{
  color: rgb(76 29 149 / 0.35);
}

.text-violet-900\/40{
  color: rgb(76 29 149 / 0.4);
}

.text-violet-900\/45{
  color: rgb(76 29 149 / 0.45);
}

.text-violet-900\/5{
  color: rgb(76 29 149 / 0.05);
}

.text-violet-900\/50{
  color: rgb(76 29 149 / 0.5);
}

.text-violet-900\/55{
  color: rgb(76 29 149 / 0.55);
}

.text-violet-900\/60{
  color: rgb(76 29 149 / 0.6);
}

.text-violet-900\/65{
  color: rgb(76 29 149 / 0.65);
}

.text-violet-900\/70{
  color: rgb(76 29 149 / 0.7);
}

.text-violet-900\/75{
  color: rgb(76 29 149 / 0.75);
}

.text-violet-900\/80{
  color: rgb(76 29 149 / 0.8);
}

.text-violet-900\/85{
  color: rgb(76 29 149 / 0.85);
}

.text-violet-900\/90{
  color: rgb(76 29 149 / 0.9);
}

.text-violet-900\/95{
  color: rgb(76 29 149 / 0.95);
}

.text-violet-950{
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}

.text-violet-950\/0{
  color: rgb(46 16 101 / 0);
}

.text-violet-950\/10{
  color: rgb(46 16 101 / 0.1);
}

.text-violet-950\/100{
  color: rgb(46 16 101 / 1);
}

.text-violet-950\/15{
  color: rgb(46 16 101 / 0.15);
}

.text-violet-950\/20{
  color: rgb(46 16 101 / 0.2);
}

.text-violet-950\/25{
  color: rgb(46 16 101 / 0.25);
}

.text-violet-950\/30{
  color: rgb(46 16 101 / 0.3);
}

.text-violet-950\/35{
  color: rgb(46 16 101 / 0.35);
}

.text-violet-950\/40{
  color: rgb(46 16 101 / 0.4);
}

.text-violet-950\/45{
  color: rgb(46 16 101 / 0.45);
}

.text-violet-950\/5{
  color: rgb(46 16 101 / 0.05);
}

.text-violet-950\/50{
  color: rgb(46 16 101 / 0.5);
}

.text-violet-950\/55{
  color: rgb(46 16 101 / 0.55);
}

.text-violet-950\/60{
  color: rgb(46 16 101 / 0.6);
}

.text-violet-950\/65{
  color: rgb(46 16 101 / 0.65);
}

.text-violet-950\/70{
  color: rgb(46 16 101 / 0.7);
}

.text-violet-950\/75{
  color: rgb(46 16 101 / 0.75);
}

.text-violet-950\/80{
  color: rgb(46 16 101 / 0.8);
}

.text-violet-950\/85{
  color: rgb(46 16 101 / 0.85);
}

.text-violet-950\/90{
  color: rgb(46 16 101 / 0.9);
}

.text-violet-950\/95{
  color: rgb(46 16 101 / 0.95);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/0{
  color: rgb(255 255 255 / 0);
}

.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100{
  color: rgb(255 255 255 / 1);
}

.text-white\/15{
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35{
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45{
  color: rgb(255 255 255 / 0.45);
}

.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55{
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65{
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}

.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-100\/0{
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100{
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15{
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35{
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45{
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55{
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65{
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85{
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.text-yellow-200\/0{
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100{
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15{
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35{
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45{
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55{
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65{
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85{
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-300\/0{
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100{
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15{
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35{
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45{
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55{
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65{
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85{
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-400\/0{
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100{
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15{
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35{
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45{
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55{
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65{
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85{
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.text-yellow-50\/0{
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100{
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15{
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35{
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45{
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55{
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65{
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85{
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-500\/0{
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100{
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15{
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35{
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45{
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55{
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65{
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85{
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-600\/0{
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100{
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15{
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35{
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45{
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55{
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65{
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85{
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-700\/0{
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100{
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/15{
  color: rgb(161 98 7 / 0.15);
}

.text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/35{
  color: rgb(161 98 7 / 0.35);
}

.text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/45{
  color: rgb(161 98 7 / 0.45);
}

.text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/55{
  color: rgb(161 98 7 / 0.55);
}

.text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/65{
  color: rgb(161 98 7 / 0.65);
}

.text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/85{
  color: rgb(161 98 7 / 0.85);
}

.text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-yellow-800\/0{
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100{
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15{
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35{
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45{
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55{
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65{
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85{
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.text-yellow-900\/0{
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100{
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/15{
  color: rgb(113 63 18 / 0.15);
}

.text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/35{
  color: rgb(113 63 18 / 0.35);
}

.text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/45{
  color: rgb(113 63 18 / 0.45);
}

.text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/55{
  color: rgb(113 63 18 / 0.55);
}

.text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/65{
  color: rgb(113 63 18 / 0.65);
}

.text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/85{
  color: rgb(113 63 18 / 0.85);
}

.text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95);
}

.text-yellow-950{
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}

.text-yellow-950\/0{
  color: rgb(66 32 6 / 0);
}

.text-yellow-950\/10{
  color: rgb(66 32 6 / 0.1);
}

.text-yellow-950\/100{
  color: rgb(66 32 6 / 1);
}

.text-yellow-950\/15{
  color: rgb(66 32 6 / 0.15);
}

.text-yellow-950\/20{
  color: rgb(66 32 6 / 0.2);
}

.text-yellow-950\/25{
  color: rgb(66 32 6 / 0.25);
}

.text-yellow-950\/30{
  color: rgb(66 32 6 / 0.3);
}

.text-yellow-950\/35{
  color: rgb(66 32 6 / 0.35);
}

.text-yellow-950\/40{
  color: rgb(66 32 6 / 0.4);
}

.text-yellow-950\/45{
  color: rgb(66 32 6 / 0.45);
}

.text-yellow-950\/5{
  color: rgb(66 32 6 / 0.05);
}

.text-yellow-950\/50{
  color: rgb(66 32 6 / 0.5);
}

.text-yellow-950\/55{
  color: rgb(66 32 6 / 0.55);
}

.text-yellow-950\/60{
  color: rgb(66 32 6 / 0.6);
}

.text-yellow-950\/65{
  color: rgb(66 32 6 / 0.65);
}

.text-yellow-950\/70{
  color: rgb(66 32 6 / 0.7);
}

.text-yellow-950\/75{
  color: rgb(66 32 6 / 0.75);
}

.text-yellow-950\/80{
  color: rgb(66 32 6 / 0.8);
}

.text-yellow-950\/85{
  color: rgb(66 32 6 / 0.85);
}

.text-yellow-950\/90{
  color: rgb(66 32 6 / 0.9);
}

.text-yellow-950\/95{
  color: rgb(66 32 6 / 0.95);
}

.text-zinc-100{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

.text-zinc-100\/0{
  color: rgb(244 244 245 / 0);
}

.text-zinc-100\/10{
  color: rgb(244 244 245 / 0.1);
}

.text-zinc-100\/100{
  color: rgb(244 244 245 / 1);
}

.text-zinc-100\/15{
  color: rgb(244 244 245 / 0.15);
}

.text-zinc-100\/20{
  color: rgb(244 244 245 / 0.2);
}

.text-zinc-100\/25{
  color: rgb(244 244 245 / 0.25);
}

.text-zinc-100\/30{
  color: rgb(244 244 245 / 0.3);
}

.text-zinc-100\/35{
  color: rgb(244 244 245 / 0.35);
}

.text-zinc-100\/40{
  color: rgb(244 244 245 / 0.4);
}

.text-zinc-100\/45{
  color: rgb(244 244 245 / 0.45);
}

.text-zinc-100\/5{
  color: rgb(244 244 245 / 0.05);
}

.text-zinc-100\/50{
  color: rgb(244 244 245 / 0.5);
}

.text-zinc-100\/55{
  color: rgb(244 244 245 / 0.55);
}

.text-zinc-100\/60{
  color: rgb(244 244 245 / 0.6);
}

.text-zinc-100\/65{
  color: rgb(244 244 245 / 0.65);
}

.text-zinc-100\/70{
  color: rgb(244 244 245 / 0.7);
}

.text-zinc-100\/75{
  color: rgb(244 244 245 / 0.75);
}

.text-zinc-100\/80{
  color: rgb(244 244 245 / 0.8);
}

.text-zinc-100\/85{
  color: rgb(244 244 245 / 0.85);
}

.text-zinc-100\/90{
  color: rgb(244 244 245 / 0.9);
}

.text-zinc-100\/95{
  color: rgb(244 244 245 / 0.95);
}

.text-zinc-200{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}

.text-zinc-200\/0{
  color: rgb(228 228 231 / 0);
}

.text-zinc-200\/10{
  color: rgb(228 228 231 / 0.1);
}

.text-zinc-200\/100{
  color: rgb(228 228 231 / 1);
}

.text-zinc-200\/15{
  color: rgb(228 228 231 / 0.15);
}

.text-zinc-200\/20{
  color: rgb(228 228 231 / 0.2);
}

.text-zinc-200\/25{
  color: rgb(228 228 231 / 0.25);
}

.text-zinc-200\/30{
  color: rgb(228 228 231 / 0.3);
}

.text-zinc-200\/35{
  color: rgb(228 228 231 / 0.35);
}

.text-zinc-200\/40{
  color: rgb(228 228 231 / 0.4);
}

.text-zinc-200\/45{
  color: rgb(228 228 231 / 0.45);
}

.text-zinc-200\/5{
  color: rgb(228 228 231 / 0.05);
}

.text-zinc-200\/50{
  color: rgb(228 228 231 / 0.5);
}

.text-zinc-200\/55{
  color: rgb(228 228 231 / 0.55);
}

.text-zinc-200\/60{
  color: rgb(228 228 231 / 0.6);
}

.text-zinc-200\/65{
  color: rgb(228 228 231 / 0.65);
}

.text-zinc-200\/70{
  color: rgb(228 228 231 / 0.7);
}

.text-zinc-200\/75{
  color: rgb(228 228 231 / 0.75);
}

.text-zinc-200\/80{
  color: rgb(228 228 231 / 0.8);
}

.text-zinc-200\/85{
  color: rgb(228 228 231 / 0.85);
}

.text-zinc-200\/90{
  color: rgb(228 228 231 / 0.9);
}

.text-zinc-200\/95{
  color: rgb(228 228 231 / 0.95);
}

.text-zinc-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.text-zinc-300\/0{
  color: rgb(212 212 216 / 0);
}

.text-zinc-300\/10{
  color: rgb(212 212 216 / 0.1);
}

.text-zinc-300\/100{
  color: rgb(212 212 216 / 1);
}

.text-zinc-300\/15{
  color: rgb(212 212 216 / 0.15);
}

.text-zinc-300\/20{
  color: rgb(212 212 216 / 0.2);
}

.text-zinc-300\/25{
  color: rgb(212 212 216 / 0.25);
}

.text-zinc-300\/30{
  color: rgb(212 212 216 / 0.3);
}

.text-zinc-300\/35{
  color: rgb(212 212 216 / 0.35);
}

.text-zinc-300\/40{
  color: rgb(212 212 216 / 0.4);
}

.text-zinc-300\/45{
  color: rgb(212 212 216 / 0.45);
}

.text-zinc-300\/5{
  color: rgb(212 212 216 / 0.05);
}

.text-zinc-300\/50{
  color: rgb(212 212 216 / 0.5);
}

.text-zinc-300\/55{
  color: rgb(212 212 216 / 0.55);
}

.text-zinc-300\/60{
  color: rgb(212 212 216 / 0.6);
}

.text-zinc-300\/65{
  color: rgb(212 212 216 / 0.65);
}

.text-zinc-300\/70{
  color: rgb(212 212 216 / 0.7);
}

.text-zinc-300\/75{
  color: rgb(212 212 216 / 0.75);
}

.text-zinc-300\/80{
  color: rgb(212 212 216 / 0.8);
}

.text-zinc-300\/85{
  color: rgb(212 212 216 / 0.85);
}

.text-zinc-300\/90{
  color: rgb(212 212 216 / 0.9);
}

.text-zinc-300\/95{
  color: rgb(212 212 216 / 0.95);
}

.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.text-zinc-400\/0{
  color: rgb(161 161 170 / 0);
}

.text-zinc-400\/10{
  color: rgb(161 161 170 / 0.1);
}

.text-zinc-400\/100{
  color: rgb(161 161 170 / 1);
}

.text-zinc-400\/15{
  color: rgb(161 161 170 / 0.15);
}

.text-zinc-400\/20{
  color: rgb(161 161 170 / 0.2);
}

.text-zinc-400\/25{
  color: rgb(161 161 170 / 0.25);
}

.text-zinc-400\/30{
  color: rgb(161 161 170 / 0.3);
}

.text-zinc-400\/35{
  color: rgb(161 161 170 / 0.35);
}

.text-zinc-400\/40{
  color: rgb(161 161 170 / 0.4);
}

.text-zinc-400\/45{
  color: rgb(161 161 170 / 0.45);
}

.text-zinc-400\/5{
  color: rgb(161 161 170 / 0.05);
}

.text-zinc-400\/50{
  color: rgb(161 161 170 / 0.5);
}

.text-zinc-400\/55{
  color: rgb(161 161 170 / 0.55);
}

.text-zinc-400\/60{
  color: rgb(161 161 170 / 0.6);
}

.text-zinc-400\/65{
  color: rgb(161 161 170 / 0.65);
}

.text-zinc-400\/70{
  color: rgb(161 161 170 / 0.7);
}

.text-zinc-400\/75{
  color: rgb(161 161 170 / 0.75);
}

.text-zinc-400\/80{
  color: rgb(161 161 170 / 0.8);
}

.text-zinc-400\/85{
  color: rgb(161 161 170 / 0.85);
}

.text-zinc-400\/90{
  color: rgb(161 161 170 / 0.9);
}

.text-zinc-400\/95{
  color: rgb(161 161 170 / 0.95);
}

.text-zinc-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-zinc-50\/0{
  color: rgb(250 250 250 / 0);
}

.text-zinc-50\/10{
  color: rgb(250 250 250 / 0.1);
}

.text-zinc-50\/100{
  color: rgb(250 250 250 / 1);
}

.text-zinc-50\/15{
  color: rgb(250 250 250 / 0.15);
}

.text-zinc-50\/20{
  color: rgb(250 250 250 / 0.2);
}

.text-zinc-50\/25{
  color: rgb(250 250 250 / 0.25);
}

.text-zinc-50\/30{
  color: rgb(250 250 250 / 0.3);
}

.text-zinc-50\/35{
  color: rgb(250 250 250 / 0.35);
}

.text-zinc-50\/40{
  color: rgb(250 250 250 / 0.4);
}

.text-zinc-50\/45{
  color: rgb(250 250 250 / 0.45);
}

.text-zinc-50\/5{
  color: rgb(250 250 250 / 0.05);
}

.text-zinc-50\/50{
  color: rgb(250 250 250 / 0.5);
}

.text-zinc-50\/55{
  color: rgb(250 250 250 / 0.55);
}

.text-zinc-50\/60{
  color: rgb(250 250 250 / 0.6);
}

.text-zinc-50\/65{
  color: rgb(250 250 250 / 0.65);
}

.text-zinc-50\/70{
  color: rgb(250 250 250 / 0.7);
}

.text-zinc-50\/75{
  color: rgb(250 250 250 / 0.75);
}

.text-zinc-50\/80{
  color: rgb(250 250 250 / 0.8);
}

.text-zinc-50\/85{
  color: rgb(250 250 250 / 0.85);
}

.text-zinc-50\/90{
  color: rgb(250 250 250 / 0.9);
}

.text-zinc-50\/95{
  color: rgb(250 250 250 / 0.95);
}

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-500\/0{
  color: rgb(113 113 122 / 0);
}

.text-zinc-500\/10{
  color: rgb(113 113 122 / 0.1);
}

.text-zinc-500\/100{
  color: rgb(113 113 122 / 1);
}

.text-zinc-500\/15{
  color: rgb(113 113 122 / 0.15);
}

.text-zinc-500\/20{
  color: rgb(113 113 122 / 0.2);
}

.text-zinc-500\/25{
  color: rgb(113 113 122 / 0.25);
}

.text-zinc-500\/30{
  color: rgb(113 113 122 / 0.3);
}

.text-zinc-500\/35{
  color: rgb(113 113 122 / 0.35);
}

.text-zinc-500\/40{
  color: rgb(113 113 122 / 0.4);
}

.text-zinc-500\/45{
  color: rgb(113 113 122 / 0.45);
}

.text-zinc-500\/5{
  color: rgb(113 113 122 / 0.05);
}

.text-zinc-500\/50{
  color: rgb(113 113 122 / 0.5);
}

.text-zinc-500\/55{
  color: rgb(113 113 122 / 0.55);
}

.text-zinc-500\/60{
  color: rgb(113 113 122 / 0.6);
}

.text-zinc-500\/65{
  color: rgb(113 113 122 / 0.65);
}

.text-zinc-500\/70{
  color: rgb(113 113 122 / 0.7);
}

.text-zinc-500\/75{
  color: rgb(113 113 122 / 0.75);
}

.text-zinc-500\/80{
  color: rgb(113 113 122 / 0.8);
}

.text-zinc-500\/85{
  color: rgb(113 113 122 / 0.85);
}

.text-zinc-500\/90{
  color: rgb(113 113 122 / 0.9);
}

.text-zinc-500\/95{
  color: rgb(113 113 122 / 0.95);
}

.text-zinc-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.text-zinc-600\/0{
  color: rgb(82 82 91 / 0);
}

.text-zinc-600\/10{
  color: rgb(82 82 91 / 0.1);
}

.text-zinc-600\/100{
  color: rgb(82 82 91 / 1);
}

.text-zinc-600\/15{
  color: rgb(82 82 91 / 0.15);
}

.text-zinc-600\/20{
  color: rgb(82 82 91 / 0.2);
}

.text-zinc-600\/25{
  color: rgb(82 82 91 / 0.25);
}

.text-zinc-600\/30{
  color: rgb(82 82 91 / 0.3);
}

.text-zinc-600\/35{
  color: rgb(82 82 91 / 0.35);
}

.text-zinc-600\/40{
  color: rgb(82 82 91 / 0.4);
}

.text-zinc-600\/45{
  color: rgb(82 82 91 / 0.45);
}

.text-zinc-600\/5{
  color: rgb(82 82 91 / 0.05);
}

.text-zinc-600\/50{
  color: rgb(82 82 91 / 0.5);
}

.text-zinc-600\/55{
  color: rgb(82 82 91 / 0.55);
}

.text-zinc-600\/60{
  color: rgb(82 82 91 / 0.6);
}

.text-zinc-600\/65{
  color: rgb(82 82 91 / 0.65);
}

.text-zinc-600\/70{
  color: rgb(82 82 91 / 0.7);
}

.text-zinc-600\/75{
  color: rgb(82 82 91 / 0.75);
}

.text-zinc-600\/80{
  color: rgb(82 82 91 / 0.8);
}

.text-zinc-600\/85{
  color: rgb(82 82 91 / 0.85);
}

.text-zinc-600\/90{
  color: rgb(82 82 91 / 0.9);
}

.text-zinc-600\/95{
  color: rgb(82 82 91 / 0.95);
}

.text-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.text-zinc-700\/0{
  color: rgb(63 63 70 / 0);
}

.text-zinc-700\/10{
  color: rgb(63 63 70 / 0.1);
}

.text-zinc-700\/100{
  color: rgb(63 63 70 / 1);
}

.text-zinc-700\/15{
  color: rgb(63 63 70 / 0.15);
}

.text-zinc-700\/20{
  color: rgb(63 63 70 / 0.2);
}

.text-zinc-700\/25{
  color: rgb(63 63 70 / 0.25);
}

.text-zinc-700\/30{
  color: rgb(63 63 70 / 0.3);
}

.text-zinc-700\/35{
  color: rgb(63 63 70 / 0.35);
}

.text-zinc-700\/40{
  color: rgb(63 63 70 / 0.4);
}

.text-zinc-700\/45{
  color: rgb(63 63 70 / 0.45);
}

.text-zinc-700\/5{
  color: rgb(63 63 70 / 0.05);
}

.text-zinc-700\/50{
  color: rgb(63 63 70 / 0.5);
}

.text-zinc-700\/55{
  color: rgb(63 63 70 / 0.55);
}

.text-zinc-700\/60{
  color: rgb(63 63 70 / 0.6);
}

.text-zinc-700\/65{
  color: rgb(63 63 70 / 0.65);
}

.text-zinc-700\/70{
  color: rgb(63 63 70 / 0.7);
}

.text-zinc-700\/75{
  color: rgb(63 63 70 / 0.75);
}

.text-zinc-700\/80{
  color: rgb(63 63 70 / 0.8);
}

.text-zinc-700\/85{
  color: rgb(63 63 70 / 0.85);
}

.text-zinc-700\/90{
  color: rgb(63 63 70 / 0.9);
}

.text-zinc-700\/95{
  color: rgb(63 63 70 / 0.95);
}

.text-zinc-800{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-zinc-800\/0{
  color: rgb(39 39 42 / 0);
}

.text-zinc-800\/10{
  color: rgb(39 39 42 / 0.1);
}

.text-zinc-800\/100{
  color: rgb(39 39 42 / 1);
}

.text-zinc-800\/15{
  color: rgb(39 39 42 / 0.15);
}

.text-zinc-800\/20{
  color: rgb(39 39 42 / 0.2);
}

.text-zinc-800\/25{
  color: rgb(39 39 42 / 0.25);
}

.text-zinc-800\/30{
  color: rgb(39 39 42 / 0.3);
}

.text-zinc-800\/35{
  color: rgb(39 39 42 / 0.35);
}

.text-zinc-800\/40{
  color: rgb(39 39 42 / 0.4);
}

.text-zinc-800\/45{
  color: rgb(39 39 42 / 0.45);
}

.text-zinc-800\/5{
  color: rgb(39 39 42 / 0.05);
}

.text-zinc-800\/50{
  color: rgb(39 39 42 / 0.5);
}

.text-zinc-800\/55{
  color: rgb(39 39 42 / 0.55);
}

.text-zinc-800\/60{
  color: rgb(39 39 42 / 0.6);
}

.text-zinc-800\/65{
  color: rgb(39 39 42 / 0.65);
}

.text-zinc-800\/70{
  color: rgb(39 39 42 / 0.7);
}

.text-zinc-800\/75{
  color: rgb(39 39 42 / 0.75);
}

.text-zinc-800\/80{
  color: rgb(39 39 42 / 0.8);
}

.text-zinc-800\/85{
  color: rgb(39 39 42 / 0.85);
}

.text-zinc-800\/90{
  color: rgb(39 39 42 / 0.9);
}

.text-zinc-800\/95{
  color: rgb(39 39 42 / 0.95);
}

.text-zinc-900{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.text-zinc-900\/0{
  color: rgb(24 24 27 / 0);
}

.text-zinc-900\/10{
  color: rgb(24 24 27 / 0.1);
}

.text-zinc-900\/100{
  color: rgb(24 24 27 / 1);
}

.text-zinc-900\/15{
  color: rgb(24 24 27 / 0.15);
}

.text-zinc-900\/20{
  color: rgb(24 24 27 / 0.2);
}

.text-zinc-900\/25{
  color: rgb(24 24 27 / 0.25);
}

.text-zinc-900\/30{
  color: rgb(24 24 27 / 0.3);
}

.text-zinc-900\/35{
  color: rgb(24 24 27 / 0.35);
}

.text-zinc-900\/40{
  color: rgb(24 24 27 / 0.4);
}

.text-zinc-900\/45{
  color: rgb(24 24 27 / 0.45);
}

.text-zinc-900\/5{
  color: rgb(24 24 27 / 0.05);
}

.text-zinc-900\/50{
  color: rgb(24 24 27 / 0.5);
}

.text-zinc-900\/55{
  color: rgb(24 24 27 / 0.55);
}

.text-zinc-900\/60{
  color: rgb(24 24 27 / 0.6);
}

.text-zinc-900\/65{
  color: rgb(24 24 27 / 0.65);
}

.text-zinc-900\/70{
  color: rgb(24 24 27 / 0.7);
}

.text-zinc-900\/75{
  color: rgb(24 24 27 / 0.75);
}

.text-zinc-900\/80{
  color: rgb(24 24 27 / 0.8);
}

.text-zinc-900\/85{
  color: rgb(24 24 27 / 0.85);
}

.text-zinc-900\/90{
  color: rgb(24 24 27 / 0.9);
}

.text-zinc-900\/95{
  color: rgb(24 24 27 / 0.95);
}

.text-zinc-950{
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}

.text-zinc-950\/0{
  color: rgb(9 9 11 / 0);
}

.text-zinc-950\/10{
  color: rgb(9 9 11 / 0.1);
}

.text-zinc-950\/100{
  color: rgb(9 9 11 / 1);
}

.text-zinc-950\/15{
  color: rgb(9 9 11 / 0.15);
}

.text-zinc-950\/20{
  color: rgb(9 9 11 / 0.2);
}

.text-zinc-950\/25{
  color: rgb(9 9 11 / 0.25);
}

.text-zinc-950\/30{
  color: rgb(9 9 11 / 0.3);
}

.text-zinc-950\/35{
  color: rgb(9 9 11 / 0.35);
}

.text-zinc-950\/40{
  color: rgb(9 9 11 / 0.4);
}

.text-zinc-950\/45{
  color: rgb(9 9 11 / 0.45);
}

.text-zinc-950\/5{
  color: rgb(9 9 11 / 0.05);
}

.text-zinc-950\/50{
  color: rgb(9 9 11 / 0.5);
}

.text-zinc-950\/55{
  color: rgb(9 9 11 / 0.55);
}

.text-zinc-950\/60{
  color: rgb(9 9 11 / 0.6);
}

.text-zinc-950\/65{
  color: rgb(9 9 11 / 0.65);
}

.text-zinc-950\/70{
  color: rgb(9 9 11 / 0.7);
}

.text-zinc-950\/75{
  color: rgb(9 9 11 / 0.75);
}

.text-zinc-950\/80{
  color: rgb(9 9 11 / 0.8);
}

.text-zinc-950\/85{
  color: rgb(9 9 11 / 0.85);
}

.text-zinc-950\/90{
  color: rgb(9 9 11 / 0.9);
}

.text-zinc-950\/95{
  color: rgb(9 9 11 / 0.95);
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-10{
  --tw-text-opacity: 0.1;
}

.text-opacity-100{
  --tw-text-opacity: 1;
}

.text-opacity-15{
  --tw-text-opacity: 0.15;
}

.text-opacity-20{
  --tw-text-opacity: 0.2;
}

.text-opacity-25{
  --tw-text-opacity: 0.25;
}

.text-opacity-30{
  --tw-text-opacity: 0.3;
}

.text-opacity-35{
  --tw-text-opacity: 0.35;
}

.text-opacity-40{
  --tw-text-opacity: 0.4;
}

.text-opacity-45{
  --tw-text-opacity: 0.45;
}

.text-opacity-5{
  --tw-text-opacity: 0.05;
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-55{
  --tw-text-opacity: 0.55;
}

.text-opacity-60{
  --tw-text-opacity: 0.6;
}

.text-opacity-65{
  --tw-text-opacity: 0.65;
}

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

.text-opacity-75{
  --tw-text-opacity: 0.75;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.text-opacity-85{
  --tw-text-opacity: 0.85;
}

.text-opacity-90{
  --tw-text-opacity: 0.9;
}

.text-opacity-95{
  --tw-text-opacity: 0.95;
}

.underline{
  text-decoration-line: underline;
}

.underline-offset-4{
  text-underline-offset: 4px;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.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-\[0_-5px_20px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]{
  --tw-shadow: 0 -5px 20px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 -5px 20px 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-\[0_10px_20px_0_rgba\(0\2c 0\2c 0\2c 0\.20\)\]{
  --tw-shadow: 0 10px 20px 0 rgba(0,0,0,0.20);
  --tw-shadow-colored: 0 10px 20px 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-\[0_2\.25px_5\.625px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 2.25px 5.625px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 2.25px 5.625px 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-custom{
  --tw-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 3px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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-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-top{
  --tw-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 -3px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-blue-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
}

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.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-sm{
  --tw-backdrop-blur: blur(4px);
  -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-\[width\]{
  transition-property: width;
  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-none{
  transition-property: none;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.bg-clip-text{
  background-clip: text;
  -webkit-background-clip: text;
}

.text-transparent{
  color: transparent;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}

.hover\:bg-overlay:hover{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(41 44 53 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}

.hover\:bg-half:hover{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  background-color: rgb(41 44 53 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}

.focus\:bg-overlay:focus{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(41 44 53 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}

.focus\:bg-half:focus{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  background-color: rgb(41 44 53 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after{
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-neutral-04::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.checked\:bg-quinary:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(136 150 244 / var(--tw-bg-opacity));
}

.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\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem;
  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\:-translate-y-2:hover{
  --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));
}

.hover\:scale-110:hover{
  --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));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:text-ellipsis:hover{
  text-overflow: ellipsis;
}

.hover\:text-clip:hover{
  text-overflow: clip;
}

.hover\:text-wrap:hover{
  text-wrap: wrap;
}

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

.hover\:text-balance:hover{
  text-wrap: balance;
}

.hover\:text-pretty:hover{
  text-wrap: pretty;
}

.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-accent:hover{
  --tw-border-opacity: 1;
  border-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.hover\:border-accent\/0:hover{
  border-color: rgb(70 109 148 / 0);
}

.hover\:border-accent\/10:hover{
  border-color: rgb(70 109 148 / 0.1);
}

.hover\:border-accent\/100:hover{
  border-color: rgb(70 109 148 / 1);
}

.hover\:border-accent\/15:hover{
  border-color: rgb(70 109 148 / 0.15);
}

.hover\:border-accent\/20:hover{
  border-color: rgb(70 109 148 / 0.2);
}

.hover\:border-accent\/25:hover{
  border-color: rgb(70 109 148 / 0.25);
}

.hover\:border-accent\/30:hover{
  border-color: rgb(70 109 148 / 0.3);
}

.hover\:border-accent\/35:hover{
  border-color: rgb(70 109 148 / 0.35);
}

.hover\:border-accent\/40:hover{
  border-color: rgb(70 109 148 / 0.4);
}

.hover\:border-accent\/45:hover{
  border-color: rgb(70 109 148 / 0.45);
}

.hover\:border-accent\/5:hover{
  border-color: rgb(70 109 148 / 0.05);
}

.hover\:border-accent\/50:hover{
  border-color: rgb(70 109 148 / 0.5);
}

.hover\:border-accent\/55:hover{
  border-color: rgb(70 109 148 / 0.55);
}

.hover\:border-accent\/60:hover{
  border-color: rgb(70 109 148 / 0.6);
}

.hover\:border-accent\/65:hover{
  border-color: rgb(70 109 148 / 0.65);
}

.hover\:border-accent\/70:hover{
  border-color: rgb(70 109 148 / 0.7);
}

.hover\:border-accent\/75:hover{
  border-color: rgb(70 109 148 / 0.75);
}

.hover\:border-accent\/80:hover{
  border-color: rgb(70 109 148 / 0.8);
}

.hover\:border-accent\/85:hover{
  border-color: rgb(70 109 148 / 0.85);
}

.hover\:border-accent\/90:hover{
  border-color: rgb(70 109 148 / 0.9);
}

.hover\:border-accent\/95:hover{
  border-color: rgb(70 109 148 / 0.95);
}

.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\/15:hover{
  border-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  border-color: rgb(254 243 199 / 0.35);
}

.hover\:border-amber-100\/40:hover{
  border-color: rgb(254 243 199 / 0.4);
}

.hover\:border-amber-100\/45:hover{
  border-color: rgb(254 243 199 / 0.45);
}

.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\/55:hover{
  border-color: rgb(254 243 199 / 0.55);
}

.hover\:border-amber-100\/60:hover{
  border-color: rgb(254 243 199 / 0.6);
}

.hover\:border-amber-100\/65:hover{
  border-color: rgb(254 243 199 / 0.65);
}

.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\/85:hover{
  border-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  border-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  border-color: rgb(253 230 138 / 0.35);
}

.hover\:border-amber-200\/40:hover{
  border-color: rgb(253 230 138 / 0.4);
}

.hover\:border-amber-200\/45:hover{
  border-color: rgb(253 230 138 / 0.45);
}

.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\/55:hover{
  border-color: rgb(253 230 138 / 0.55);
}

.hover\:border-amber-200\/60:hover{
  border-color: rgb(253 230 138 / 0.6);
}

.hover\:border-amber-200\/65:hover{
  border-color: rgb(253 230 138 / 0.65);
}

.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\/85:hover{
  border-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  border-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  border-color: rgb(252 211 77 / 0.35);
}

.hover\:border-amber-300\/40:hover{
  border-color: rgb(252 211 77 / 0.4);
}

.hover\:border-amber-300\/45:hover{
  border-color: rgb(252 211 77 / 0.45);
}

.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\/55:hover{
  border-color: rgb(252 211 77 / 0.55);
}

.hover\:border-amber-300\/60:hover{
  border-color: rgb(252 211 77 / 0.6);
}

.hover\:border-amber-300\/65:hover{
  border-color: rgb(252 211 77 / 0.65);
}

.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\/85:hover{
  border-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  border-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  border-color: rgb(251 191 36 / 0.35);
}

.hover\:border-amber-400\/40:hover{
  border-color: rgb(251 191 36 / 0.4);
}

.hover\:border-amber-400\/45:hover{
  border-color: rgb(251 191 36 / 0.45);
}

.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\/55:hover{
  border-color: rgb(251 191 36 / 0.55);
}

.hover\:border-amber-400\/60:hover{
  border-color: rgb(251 191 36 / 0.6);
}

.hover\:border-amber-400\/65:hover{
  border-color: rgb(251 191 36 / 0.65);
}

.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\/85:hover{
  border-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  border-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  border-color: rgb(255 251 235 / 0.35);
}

.hover\:border-amber-50\/40:hover{
  border-color: rgb(255 251 235 / 0.4);
}

.hover\:border-amber-50\/45:hover{
  border-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  border-color: rgb(255 251 235 / 0.55);
}

.hover\:border-amber-50\/60:hover{
  border-color: rgb(255 251 235 / 0.6);
}

.hover\:border-amber-50\/65:hover{
  border-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  border-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  border-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  border-color: rgb(245 158 11 / 0.35);
}

.hover\:border-amber-500\/40:hover{
  border-color: rgb(245 158 11 / 0.4);
}

.hover\:border-amber-500\/45:hover{
  border-color: rgb(245 158 11 / 0.45);
}

.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\/55:hover{
  border-color: rgb(245 158 11 / 0.55);
}

.hover\:border-amber-500\/60:hover{
  border-color: rgb(245 158 11 / 0.6);
}

.hover\:border-amber-500\/65:hover{
  border-color: rgb(245 158 11 / 0.65);
}

.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\/85:hover{
  border-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  border-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  border-color: rgb(217 119 6 / 0.35);
}

.hover\:border-amber-600\/40:hover{
  border-color: rgb(217 119 6 / 0.4);
}

.hover\:border-amber-600\/45:hover{
  border-color: rgb(217 119 6 / 0.45);
}

.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\/55:hover{
  border-color: rgb(217 119 6 / 0.55);
}

.hover\:border-amber-600\/60:hover{
  border-color: rgb(217 119 6 / 0.6);
}

.hover\:border-amber-600\/65:hover{
  border-color: rgb(217 119 6 / 0.65);
}

.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\/85:hover{
  border-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  border-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  border-color: rgb(180 83 9 / 0.35);
}

.hover\:border-amber-700\/40:hover{
  border-color: rgb(180 83 9 / 0.4);
}

.hover\:border-amber-700\/45:hover{
  border-color: rgb(180 83 9 / 0.45);
}

.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\/55:hover{
  border-color: rgb(180 83 9 / 0.55);
}

.hover\:border-amber-700\/60:hover{
  border-color: rgb(180 83 9 / 0.6);
}

.hover\:border-amber-700\/65:hover{
  border-color: rgb(180 83 9 / 0.65);
}

.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\/85:hover{
  border-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  border-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  border-color: rgb(146 64 14 / 0.35);
}

.hover\:border-amber-800\/40:hover{
  border-color: rgb(146 64 14 / 0.4);
}

.hover\:border-amber-800\/45:hover{
  border-color: rgb(146 64 14 / 0.45);
}

.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\/55:hover{
  border-color: rgb(146 64 14 / 0.55);
}

.hover\:border-amber-800\/60:hover{
  border-color: rgb(146 64 14 / 0.6);
}

.hover\:border-amber-800\/65:hover{
  border-color: rgb(146 64 14 / 0.65);
}

.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\/85:hover{
  border-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  border-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  border-color: rgb(120 53 15 / 0.35);
}

.hover\:border-amber-900\/40:hover{
  border-color: rgb(120 53 15 / 0.4);
}

.hover\:border-amber-900\/45:hover{
  border-color: rgb(120 53 15 / 0.45);
}

.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\/55:hover{
  border-color: rgb(120 53 15 / 0.55);
}

.hover\:border-amber-900\/60:hover{
  border-color: rgb(120 53 15 / 0.6);
}

.hover\:border-amber-900\/65:hover{
  border-color: rgb(120 53 15 / 0.65);
}

.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\/85:hover{
  border-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  border-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  border-color: rgb(69 26 3 / 0.35);
}

.hover\:border-amber-950\/40:hover{
  border-color: rgb(69 26 3 / 0.4);
}

.hover\:border-amber-950\/45:hover{
  border-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  border-color: rgb(69 26 3 / 0.55);
}

.hover\:border-amber-950\/60:hover{
  border-color: rgb(69 26 3 / 0.6);
}

.hover\:border-amber-950\/65:hover{
  border-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  border-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-border-opacity: 1;
  border-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.hover\:border-background\/0:hover{
  border-color: rgb(245 246 250 / 0);
}

.hover\:border-background\/10:hover{
  border-color: rgb(245 246 250 / 0.1);
}

.hover\:border-background\/100:hover{
  border-color: rgb(245 246 250 / 1);
}

.hover\:border-background\/15:hover{
  border-color: rgb(245 246 250 / 0.15);
}

.hover\:border-background\/20:hover{
  border-color: rgb(245 246 250 / 0.2);
}

.hover\:border-background\/25:hover{
  border-color: rgb(245 246 250 / 0.25);
}

.hover\:border-background\/30:hover{
  border-color: rgb(245 246 250 / 0.3);
}

.hover\:border-background\/35:hover{
  border-color: rgb(245 246 250 / 0.35);
}

.hover\:border-background\/40:hover{
  border-color: rgb(245 246 250 / 0.4);
}

.hover\:border-background\/45:hover{
  border-color: rgb(245 246 250 / 0.45);
}

.hover\:border-background\/5:hover{
  border-color: rgb(245 246 250 / 0.05);
}

.hover\:border-background\/50:hover{
  border-color: rgb(245 246 250 / 0.5);
}

.hover\:border-background\/55:hover{
  border-color: rgb(245 246 250 / 0.55);
}

.hover\:border-background\/60:hover{
  border-color: rgb(245 246 250 / 0.6);
}

.hover\:border-background\/65:hover{
  border-color: rgb(245 246 250 / 0.65);
}

.hover\:border-background\/70:hover{
  border-color: rgb(245 246 250 / 0.7);
}

.hover\:border-background\/75:hover{
  border-color: rgb(245 246 250 / 0.75);
}

.hover\:border-background\/80:hover{
  border-color: rgb(245 246 250 / 0.8);
}

.hover\:border-background\/85:hover{
  border-color: rgb(245 246 250 / 0.85);
}

.hover\:border-background\/90:hover{
  border-color: rgb(245 246 250 / 0.9);
}

.hover\:border-background\/95:hover{
  border-color: rgb(245 246 250 / 0.95);
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.hover\:border-black\/0:hover{
  border-color: rgb(41 44 53 / 0);
}

.hover\:border-black\/10:hover{
  border-color: rgb(41 44 53 / 0.1);
}

.hover\:border-black\/100:hover{
  border-color: rgb(41 44 53 / 1);
}

.hover\:border-black\/15:hover{
  border-color: rgb(41 44 53 / 0.15);
}

.hover\:border-black\/20:hover{
  border-color: rgb(41 44 53 / 0.2);
}

.hover\:border-black\/25:hover{
  border-color: rgb(41 44 53 / 0.25);
}

.hover\:border-black\/30:hover{
  border-color: rgb(41 44 53 / 0.3);
}

.hover\:border-black\/35:hover{
  border-color: rgb(41 44 53 / 0.35);
}

.hover\:border-black\/40:hover{
  border-color: rgb(41 44 53 / 0.4);
}

.hover\:border-black\/45:hover{
  border-color: rgb(41 44 53 / 0.45);
}

.hover\:border-black\/5:hover{
  border-color: rgb(41 44 53 / 0.05);
}

.hover\:border-black\/50:hover{
  border-color: rgb(41 44 53 / 0.5);
}

.hover\:border-black\/55:hover{
  border-color: rgb(41 44 53 / 0.55);
}

.hover\:border-black\/60:hover{
  border-color: rgb(41 44 53 / 0.6);
}

.hover\:border-black\/65:hover{
  border-color: rgb(41 44 53 / 0.65);
}

.hover\:border-black\/70:hover{
  border-color: rgb(41 44 53 / 0.7);
}

.hover\:border-black\/75:hover{
  border-color: rgb(41 44 53 / 0.75);
}

.hover\:border-black\/80:hover{
  border-color: rgb(41 44 53 / 0.8);
}

.hover\:border-black\/85:hover{
  border-color: rgb(41 44 53 / 0.85);
}

.hover\:border-black\/90:hover{
  border-color: rgb(41 44 53 / 0.9);
}

.hover\:border-black\/95:hover{
  border-color: rgb(41 44 53 / 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\/15:hover{
  border-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  border-color: rgb(219 234 254 / 0.35);
}

.hover\:border-blue-100\/40:hover{
  border-color: rgb(219 234 254 / 0.4);
}

.hover\:border-blue-100\/45:hover{
  border-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  border-color: rgb(219 234 254 / 0.55);
}

.hover\:border-blue-100\/60:hover{
  border-color: rgb(219 234 254 / 0.6);
}

.hover\:border-blue-100\/65:hover{
  border-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  border-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  border-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  border-color: rgb(191 219 254 / 0.35);
}

.hover\:border-blue-200\/40:hover{
  border-color: rgb(191 219 254 / 0.4);
}

.hover\:border-blue-200\/45:hover{
  border-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  border-color: rgb(191 219 254 / 0.55);
}

.hover\:border-blue-200\/60:hover{
  border-color: rgb(191 219 254 / 0.6);
}

.hover\:border-blue-200\/65:hover{
  border-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  border-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  border-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  border-color: rgb(147 197 253 / 0.35);
}

.hover\:border-blue-300\/40:hover{
  border-color: rgb(147 197 253 / 0.4);
}

.hover\:border-blue-300\/45:hover{
  border-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  border-color: rgb(147 197 253 / 0.55);
}

.hover\:border-blue-300\/60:hover{
  border-color: rgb(147 197 253 / 0.6);
}

.hover\:border-blue-300\/65:hover{
  border-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  border-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  border-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  border-color: rgb(96 165 250 / 0.35);
}

.hover\:border-blue-400\/40:hover{
  border-color: rgb(96 165 250 / 0.4);
}

.hover\:border-blue-400\/45:hover{
  border-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  border-color: rgb(96 165 250 / 0.55);
}

.hover\:border-blue-400\/60:hover{
  border-color: rgb(96 165 250 / 0.6);
}

.hover\:border-blue-400\/65:hover{
  border-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  border-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  border-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(239 246 255 / 0.35);
}

.hover\:border-blue-50\/40:hover{
  border-color: rgb(239 246 255 / 0.4);
}

.hover\:border-blue-50\/45:hover{
  border-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(239 246 255 / 0.55);
}

.hover\:border-blue-50\/60:hover{
  border-color: rgb(239 246 255 / 0.6);
}

.hover\:border-blue-50\/65:hover{
  border-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  border-color: rgb(59 130 246 / 0.35);
}

.hover\:border-blue-500\/40:hover{
  border-color: rgb(59 130 246 / 0.4);
}

.hover\:border-blue-500\/45:hover{
  border-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  border-color: rgb(59 130 246 / 0.55);
}

.hover\:border-blue-500\/60:hover{
  border-color: rgb(59 130 246 / 0.6);
}

.hover\:border-blue-500\/65:hover{
  border-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  border-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  border-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  border-color: rgb(37 99 235 / 0.35);
}

.hover\:border-blue-600\/40:hover{
  border-color: rgb(37 99 235 / 0.4);
}

.hover\:border-blue-600\/45:hover{
  border-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  border-color: rgb(37 99 235 / 0.55);
}

.hover\:border-blue-600\/60:hover{
  border-color: rgb(37 99 235 / 0.6);
}

.hover\:border-blue-600\/65:hover{
  border-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  border-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  border-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  border-color: rgb(29 78 216 / 0.35);
}

.hover\:border-blue-700\/40:hover{
  border-color: rgb(29 78 216 / 0.4);
}

.hover\:border-blue-700\/45:hover{
  border-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  border-color: rgb(29 78 216 / 0.55);
}

.hover\:border-blue-700\/60:hover{
  border-color: rgb(29 78 216 / 0.6);
}

.hover\:border-blue-700\/65:hover{
  border-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  border-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  border-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  border-color: rgb(30 64 175 / 0.35);
}

.hover\:border-blue-800\/40:hover{
  border-color: rgb(30 64 175 / 0.4);
}

.hover\:border-blue-800\/45:hover{
  border-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  border-color: rgb(30 64 175 / 0.55);
}

.hover\:border-blue-800\/60:hover{
  border-color: rgb(30 64 175 / 0.6);
}

.hover\:border-blue-800\/65:hover{
  border-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  border-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  border-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  border-color: rgb(30 58 138 / 0.35);
}

.hover\:border-blue-900\/40:hover{
  border-color: rgb(30 58 138 / 0.4);
}

.hover\:border-blue-900\/45:hover{
  border-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  border-color: rgb(30 58 138 / 0.55);
}

.hover\:border-blue-900\/60:hover{
  border-color: rgb(30 58 138 / 0.6);
}

.hover\:border-blue-900\/65:hover{
  border-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  border-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  border-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  border-color: rgb(23 37 84 / 0.35);
}

.hover\:border-blue-950\/40:hover{
  border-color: rgb(23 37 84 / 0.4);
}

.hover\:border-blue-950\/45:hover{
  border-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  border-color: rgb(23 37 84 / 0.55);
}

.hover\:border-blue-950\/60:hover{
  border-color: rgb(23 37 84 / 0.6);
}

.hover\:border-blue-950\/65:hover{
  border-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  border-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.hover\:border-csv-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.hover\:border-csv-hover\/0:hover{
  border-color: rgb(0 114 37 / 0);
}

.hover\:border-csv-hover\/10:hover{
  border-color: rgb(0 114 37 / 0.1);
}

.hover\:border-csv-hover\/100:hover{
  border-color: rgb(0 114 37 / 1);
}

.hover\:border-csv-hover\/15:hover{
  border-color: rgb(0 114 37 / 0.15);
}

.hover\:border-csv-hover\/20:hover{
  border-color: rgb(0 114 37 / 0.2);
}

.hover\:border-csv-hover\/25:hover{
  border-color: rgb(0 114 37 / 0.25);
}

.hover\:border-csv-hover\/30:hover{
  border-color: rgb(0 114 37 / 0.3);
}

.hover\:border-csv-hover\/35:hover{
  border-color: rgb(0 114 37 / 0.35);
}

.hover\:border-csv-hover\/40:hover{
  border-color: rgb(0 114 37 / 0.4);
}

.hover\:border-csv-hover\/45:hover{
  border-color: rgb(0 114 37 / 0.45);
}

.hover\:border-csv-hover\/5:hover{
  border-color: rgb(0 114 37 / 0.05);
}

.hover\:border-csv-hover\/50:hover{
  border-color: rgb(0 114 37 / 0.5);
}

.hover\:border-csv-hover\/55:hover{
  border-color: rgb(0 114 37 / 0.55);
}

.hover\:border-csv-hover\/60:hover{
  border-color: rgb(0 114 37 / 0.6);
}

.hover\:border-csv-hover\/65:hover{
  border-color: rgb(0 114 37 / 0.65);
}

.hover\:border-csv-hover\/70:hover{
  border-color: rgb(0 114 37 / 0.7);
}

.hover\:border-csv-hover\/75:hover{
  border-color: rgb(0 114 37 / 0.75);
}

.hover\:border-csv-hover\/80:hover{
  border-color: rgb(0 114 37 / 0.8);
}

.hover\:border-csv-hover\/85:hover{
  border-color: rgb(0 114 37 / 0.85);
}

.hover\:border-csv-hover\/90:hover{
  border-color: rgb(0 114 37 / 0.9);
}

.hover\:border-csv-hover\/95:hover{
  border-color: rgb(0 114 37 / 0.95);
}

.hover\:border-csv\/0:hover{
  border-color: rgb(0 138 43 / 0);
}

.hover\:border-csv\/10:hover{
  border-color: rgb(0 138 43 / 0.1);
}

.hover\:border-csv\/100:hover{
  border-color: rgb(0 138 43 / 1);
}

.hover\:border-csv\/15:hover{
  border-color: rgb(0 138 43 / 0.15);
}

.hover\:border-csv\/20:hover{
  border-color: rgb(0 138 43 / 0.2);
}

.hover\:border-csv\/25:hover{
  border-color: rgb(0 138 43 / 0.25);
}

.hover\:border-csv\/30:hover{
  border-color: rgb(0 138 43 / 0.3);
}

.hover\:border-csv\/35:hover{
  border-color: rgb(0 138 43 / 0.35);
}

.hover\:border-csv\/40:hover{
  border-color: rgb(0 138 43 / 0.4);
}

.hover\:border-csv\/45:hover{
  border-color: rgb(0 138 43 / 0.45);
}

.hover\:border-csv\/5:hover{
  border-color: rgb(0 138 43 / 0.05);
}

.hover\:border-csv\/50:hover{
  border-color: rgb(0 138 43 / 0.5);
}

.hover\:border-csv\/55:hover{
  border-color: rgb(0 138 43 / 0.55);
}

.hover\:border-csv\/60:hover{
  border-color: rgb(0 138 43 / 0.6);
}

.hover\:border-csv\/65:hover{
  border-color: rgb(0 138 43 / 0.65);
}

.hover\:border-csv\/70:hover{
  border-color: rgb(0 138 43 / 0.7);
}

.hover\:border-csv\/75:hover{
  border-color: rgb(0 138 43 / 0.75);
}

.hover\:border-csv\/80:hover{
  border-color: rgb(0 138 43 / 0.8);
}

.hover\:border-csv\/85:hover{
  border-color: rgb(0 138 43 / 0.85);
}

.hover\:border-csv\/90:hover{
  border-color: rgb(0 138 43 / 0.9);
}

.hover\:border-csv\/95:hover{
  border-color: rgb(0 138 43 / 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\/15:hover{
  border-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  border-color: rgb(207 250 254 / 0.35);
}

.hover\:border-cyan-100\/40:hover{
  border-color: rgb(207 250 254 / 0.4);
}

.hover\:border-cyan-100\/45:hover{
  border-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  border-color: rgb(207 250 254 / 0.55);
}

.hover\:border-cyan-100\/60:hover{
  border-color: rgb(207 250 254 / 0.6);
}

.hover\:border-cyan-100\/65:hover{
  border-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  border-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  border-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  border-color: rgb(165 243 252 / 0.35);
}

.hover\:border-cyan-200\/40:hover{
  border-color: rgb(165 243 252 / 0.4);
}

.hover\:border-cyan-200\/45:hover{
  border-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  border-color: rgb(165 243 252 / 0.55);
}

.hover\:border-cyan-200\/60:hover{
  border-color: rgb(165 243 252 / 0.6);
}

.hover\:border-cyan-200\/65:hover{
  border-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  border-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  border-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  border-color: rgb(103 232 249 / 0.35);
}

.hover\:border-cyan-300\/40:hover{
  border-color: rgb(103 232 249 / 0.4);
}

.hover\:border-cyan-300\/45:hover{
  border-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  border-color: rgb(103 232 249 / 0.55);
}

.hover\:border-cyan-300\/60:hover{
  border-color: rgb(103 232 249 / 0.6);
}

.hover\:border-cyan-300\/65:hover{
  border-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  border-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  border-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  border-color: rgb(34 211 238 / 0.35);
}

.hover\:border-cyan-400\/40:hover{
  border-color: rgb(34 211 238 / 0.4);
}

.hover\:border-cyan-400\/45:hover{
  border-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  border-color: rgb(34 211 238 / 0.55);
}

.hover\:border-cyan-400\/60:hover{
  border-color: rgb(34 211 238 / 0.6);
}

.hover\:border-cyan-400\/65:hover{
  border-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  border-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  border-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(236 254 255 / 0.35);
}

.hover\:border-cyan-50\/40:hover{
  border-color: rgb(236 254 255 / 0.4);
}

.hover\:border-cyan-50\/45:hover{
  border-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(236 254 255 / 0.55);
}

.hover\:border-cyan-50\/60:hover{
  border-color: rgb(236 254 255 / 0.6);
}

.hover\:border-cyan-50\/65:hover{
  border-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  border-color: rgb(6 182 212 / 0.35);
}

.hover\:border-cyan-500\/40:hover{
  border-color: rgb(6 182 212 / 0.4);
}

.hover\:border-cyan-500\/45:hover{
  border-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  border-color: rgb(6 182 212 / 0.55);
}

.hover\:border-cyan-500\/60:hover{
  border-color: rgb(6 182 212 / 0.6);
}

.hover\:border-cyan-500\/65:hover{
  border-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  border-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  border-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  border-color: rgb(8 145 178 / 0.35);
}

.hover\:border-cyan-600\/40:hover{
  border-color: rgb(8 145 178 / 0.4);
}

.hover\:border-cyan-600\/45:hover{
  border-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  border-color: rgb(8 145 178 / 0.55);
}

.hover\:border-cyan-600\/60:hover{
  border-color: rgb(8 145 178 / 0.6);
}

.hover\:border-cyan-600\/65:hover{
  border-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  border-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  border-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  border-color: rgb(14 116 144 / 0.35);
}

.hover\:border-cyan-700\/40:hover{
  border-color: rgb(14 116 144 / 0.4);
}

.hover\:border-cyan-700\/45:hover{
  border-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  border-color: rgb(14 116 144 / 0.55);
}

.hover\:border-cyan-700\/60:hover{
  border-color: rgb(14 116 144 / 0.6);
}

.hover\:border-cyan-700\/65:hover{
  border-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  border-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  border-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  border-color: rgb(21 94 117 / 0.35);
}

.hover\:border-cyan-800\/40:hover{
  border-color: rgb(21 94 117 / 0.4);
}

.hover\:border-cyan-800\/45:hover{
  border-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  border-color: rgb(21 94 117 / 0.55);
}

.hover\:border-cyan-800\/60:hover{
  border-color: rgb(21 94 117 / 0.6);
}

.hover\:border-cyan-800\/65:hover{
  border-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  border-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  border-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  border-color: rgb(22 78 99 / 0.35);
}

.hover\:border-cyan-900\/40:hover{
  border-color: rgb(22 78 99 / 0.4);
}

.hover\:border-cyan-900\/45:hover{
  border-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  border-color: rgb(22 78 99 / 0.55);
}

.hover\:border-cyan-900\/60:hover{
  border-color: rgb(22 78 99 / 0.6);
}

.hover\:border-cyan-900\/65:hover{
  border-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  border-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  border-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  border-color: rgb(8 51 68 / 0.35);
}

.hover\:border-cyan-950\/40:hover{
  border-color: rgb(8 51 68 / 0.4);
}

.hover\:border-cyan-950\/45:hover{
  border-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  border-color: rgb(8 51 68 / 0.55);
}

.hover\:border-cyan-950\/60:hover{
  border-color: rgb(8 51 68 / 0.6);
}

.hover\:border-cyan-950\/65:hover{
  border-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  border-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-border-opacity: 1;
  border-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.hover\:border-danger-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.hover\:border-danger-hover\/0:hover{
  border-color: rgb(193 49 44 / 0);
}

.hover\:border-danger-hover\/10:hover{
  border-color: rgb(193 49 44 / 0.1);
}

.hover\:border-danger-hover\/100:hover{
  border-color: rgb(193 49 44 / 1);
}

.hover\:border-danger-hover\/15:hover{
  border-color: rgb(193 49 44 / 0.15);
}

.hover\:border-danger-hover\/20:hover{
  border-color: rgb(193 49 44 / 0.2);
}

.hover\:border-danger-hover\/25:hover{
  border-color: rgb(193 49 44 / 0.25);
}

.hover\:border-danger-hover\/30:hover{
  border-color: rgb(193 49 44 / 0.3);
}

.hover\:border-danger-hover\/35:hover{
  border-color: rgb(193 49 44 / 0.35);
}

.hover\:border-danger-hover\/40:hover{
  border-color: rgb(193 49 44 / 0.4);
}

.hover\:border-danger-hover\/45:hover{
  border-color: rgb(193 49 44 / 0.45);
}

.hover\:border-danger-hover\/5:hover{
  border-color: rgb(193 49 44 / 0.05);
}

.hover\:border-danger-hover\/50:hover{
  border-color: rgb(193 49 44 / 0.5);
}

.hover\:border-danger-hover\/55:hover{
  border-color: rgb(193 49 44 / 0.55);
}

.hover\:border-danger-hover\/60:hover{
  border-color: rgb(193 49 44 / 0.6);
}

.hover\:border-danger-hover\/65:hover{
  border-color: rgb(193 49 44 / 0.65);
}

.hover\:border-danger-hover\/70:hover{
  border-color: rgb(193 49 44 / 0.7);
}

.hover\:border-danger-hover\/75:hover{
  border-color: rgb(193 49 44 / 0.75);
}

.hover\:border-danger-hover\/80:hover{
  border-color: rgb(193 49 44 / 0.8);
}

.hover\:border-danger-hover\/85:hover{
  border-color: rgb(193 49 44 / 0.85);
}

.hover\:border-danger-hover\/90:hover{
  border-color: rgb(193 49 44 / 0.9);
}

.hover\:border-danger-hover\/95:hover{
  border-color: rgb(193 49 44 / 0.95);
}

.hover\:border-danger\/0:hover{
  border-color: rgb(207 59 54 / 0);
}

.hover\:border-danger\/10:hover{
  border-color: rgb(207 59 54 / 0.1);
}

.hover\:border-danger\/100:hover{
  border-color: rgb(207 59 54 / 1);
}

.hover\:border-danger\/15:hover{
  border-color: rgb(207 59 54 / 0.15);
}

.hover\:border-danger\/20:hover{
  border-color: rgb(207 59 54 / 0.2);
}

.hover\:border-danger\/25:hover{
  border-color: rgb(207 59 54 / 0.25);
}

.hover\:border-danger\/30:hover{
  border-color: rgb(207 59 54 / 0.3);
}

.hover\:border-danger\/35:hover{
  border-color: rgb(207 59 54 / 0.35);
}

.hover\:border-danger\/40:hover{
  border-color: rgb(207 59 54 / 0.4);
}

.hover\:border-danger\/45:hover{
  border-color: rgb(207 59 54 / 0.45);
}

.hover\:border-danger\/5:hover{
  border-color: rgb(207 59 54 / 0.05);
}

.hover\:border-danger\/50:hover{
  border-color: rgb(207 59 54 / 0.5);
}

.hover\:border-danger\/55:hover{
  border-color: rgb(207 59 54 / 0.55);
}

.hover\:border-danger\/60:hover{
  border-color: rgb(207 59 54 / 0.6);
}

.hover\:border-danger\/65:hover{
  border-color: rgb(207 59 54 / 0.65);
}

.hover\:border-danger\/70:hover{
  border-color: rgb(207 59 54 / 0.7);
}

.hover\:border-danger\/75:hover{
  border-color: rgb(207 59 54 / 0.75);
}

.hover\:border-danger\/80:hover{
  border-color: rgb(207 59 54 / 0.8);
}

.hover\:border-danger\/85:hover{
  border-color: rgb(207 59 54 / 0.85);
}

.hover\:border-danger\/90:hover{
  border-color: rgb(207 59 54 / 0.9);
}

.hover\:border-danger\/95:hover{
  border-color: rgb(207 59 54 / 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\/15:hover{
  border-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  border-color: rgb(209 250 229 / 0.35);
}

.hover\:border-emerald-100\/40:hover{
  border-color: rgb(209 250 229 / 0.4);
}

.hover\:border-emerald-100\/45:hover{
  border-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  border-color: rgb(209 250 229 / 0.55);
}

.hover\:border-emerald-100\/60:hover{
  border-color: rgb(209 250 229 / 0.6);
}

.hover\:border-emerald-100\/65:hover{
  border-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  border-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  border-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  border-color: rgb(167 243 208 / 0.35);
}

.hover\:border-emerald-200\/40:hover{
  border-color: rgb(167 243 208 / 0.4);
}

.hover\:border-emerald-200\/45:hover{
  border-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  border-color: rgb(167 243 208 / 0.55);
}

.hover\:border-emerald-200\/60:hover{
  border-color: rgb(167 243 208 / 0.6);
}

.hover\:border-emerald-200\/65:hover{
  border-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  border-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  border-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  border-color: rgb(110 231 183 / 0.35);
}

.hover\:border-emerald-300\/40:hover{
  border-color: rgb(110 231 183 / 0.4);
}

.hover\:border-emerald-300\/45:hover{
  border-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  border-color: rgb(110 231 183 / 0.55);
}

.hover\:border-emerald-300\/60:hover{
  border-color: rgb(110 231 183 / 0.6);
}

.hover\:border-emerald-300\/65:hover{
  border-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  border-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  border-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  border-color: rgb(52 211 153 / 0.35);
}

.hover\:border-emerald-400\/40:hover{
  border-color: rgb(52 211 153 / 0.4);
}

.hover\:border-emerald-400\/45:hover{
  border-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  border-color: rgb(52 211 153 / 0.55);
}

.hover\:border-emerald-400\/60:hover{
  border-color: rgb(52 211 153 / 0.6);
}

.hover\:border-emerald-400\/65:hover{
  border-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  border-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  border-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  border-color: rgb(236 253 245 / 0.35);
}

.hover\:border-emerald-50\/40:hover{
  border-color: rgb(236 253 245 / 0.4);
}

.hover\:border-emerald-50\/45:hover{
  border-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  border-color: rgb(236 253 245 / 0.55);
}

.hover\:border-emerald-50\/60:hover{
  border-color: rgb(236 253 245 / 0.6);
}

.hover\:border-emerald-50\/65:hover{
  border-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  border-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  border-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  border-color: rgb(16 185 129 / 0.35);
}

.hover\:border-emerald-500\/40:hover{
  border-color: rgb(16 185 129 / 0.4);
}

.hover\:border-emerald-500\/45:hover{
  border-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  border-color: rgb(16 185 129 / 0.55);
}

.hover\:border-emerald-500\/60:hover{
  border-color: rgb(16 185 129 / 0.6);
}

.hover\:border-emerald-500\/65:hover{
  border-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  border-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  border-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  border-color: rgb(5 150 105 / 0.35);
}

.hover\:border-emerald-600\/40:hover{
  border-color: rgb(5 150 105 / 0.4);
}

.hover\:border-emerald-600\/45:hover{
  border-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  border-color: rgb(5 150 105 / 0.55);
}

.hover\:border-emerald-600\/60:hover{
  border-color: rgb(5 150 105 / 0.6);
}

.hover\:border-emerald-600\/65:hover{
  border-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  border-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  border-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  border-color: rgb(4 120 87 / 0.35);
}

.hover\:border-emerald-700\/40:hover{
  border-color: rgb(4 120 87 / 0.4);
}

.hover\:border-emerald-700\/45:hover{
  border-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  border-color: rgb(4 120 87 / 0.55);
}

.hover\:border-emerald-700\/60:hover{
  border-color: rgb(4 120 87 / 0.6);
}

.hover\:border-emerald-700\/65:hover{
  border-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  border-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  border-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  border-color: rgb(6 95 70 / 0.35);
}

.hover\:border-emerald-800\/40:hover{
  border-color: rgb(6 95 70 / 0.4);
}

.hover\:border-emerald-800\/45:hover{
  border-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  border-color: rgb(6 95 70 / 0.55);
}

.hover\:border-emerald-800\/60:hover{
  border-color: rgb(6 95 70 / 0.6);
}

.hover\:border-emerald-800\/65:hover{
  border-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  border-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  border-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  border-color: rgb(6 78 59 / 0.35);
}

.hover\:border-emerald-900\/40:hover{
  border-color: rgb(6 78 59 / 0.4);
}

.hover\:border-emerald-900\/45:hover{
  border-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  border-color: rgb(6 78 59 / 0.55);
}

.hover\:border-emerald-900\/60:hover{
  border-color: rgb(6 78 59 / 0.6);
}

.hover\:border-emerald-900\/65:hover{
  border-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  border-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  border-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  border-color: rgb(2 44 34 / 0.35);
}

.hover\:border-emerald-950\/40:hover{
  border-color: rgb(2 44 34 / 0.4);
}

.hover\:border-emerald-950\/45:hover{
  border-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  border-color: rgb(2 44 34 / 0.55);
}

.hover\:border-emerald-950\/60:hover{
  border-color: rgb(2 44 34 / 0.6);
}

.hover\:border-emerald-950\/65:hover{
  border-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  border-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-border-opacity: 1;
  border-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.hover\:border-excel-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.hover\:border-excel-hover\/0:hover{
  border-color: rgb(9 138 107 / 0);
}

.hover\:border-excel-hover\/10:hover{
  border-color: rgb(9 138 107 / 0.1);
}

.hover\:border-excel-hover\/100:hover{
  border-color: rgb(9 138 107 / 1);
}

.hover\:border-excel-hover\/15:hover{
  border-color: rgb(9 138 107 / 0.15);
}

.hover\:border-excel-hover\/20:hover{
  border-color: rgb(9 138 107 / 0.2);
}

.hover\:border-excel-hover\/25:hover{
  border-color: rgb(9 138 107 / 0.25);
}

.hover\:border-excel-hover\/30:hover{
  border-color: rgb(9 138 107 / 0.3);
}

.hover\:border-excel-hover\/35:hover{
  border-color: rgb(9 138 107 / 0.35);
}

.hover\:border-excel-hover\/40:hover{
  border-color: rgb(9 138 107 / 0.4);
}

.hover\:border-excel-hover\/45:hover{
  border-color: rgb(9 138 107 / 0.45);
}

.hover\:border-excel-hover\/5:hover{
  border-color: rgb(9 138 107 / 0.05);
}

.hover\:border-excel-hover\/50:hover{
  border-color: rgb(9 138 107 / 0.5);
}

.hover\:border-excel-hover\/55:hover{
  border-color: rgb(9 138 107 / 0.55);
}

.hover\:border-excel-hover\/60:hover{
  border-color: rgb(9 138 107 / 0.6);
}

.hover\:border-excel-hover\/65:hover{
  border-color: rgb(9 138 107 / 0.65);
}

.hover\:border-excel-hover\/70:hover{
  border-color: rgb(9 138 107 / 0.7);
}

.hover\:border-excel-hover\/75:hover{
  border-color: rgb(9 138 107 / 0.75);
}

.hover\:border-excel-hover\/80:hover{
  border-color: rgb(9 138 107 / 0.8);
}

.hover\:border-excel-hover\/85:hover{
  border-color: rgb(9 138 107 / 0.85);
}

.hover\:border-excel-hover\/90:hover{
  border-color: rgb(9 138 107 / 0.9);
}

.hover\:border-excel-hover\/95:hover{
  border-color: rgb(9 138 107 / 0.95);
}

.hover\:border-excel\/0:hover{
  border-color: rgb(11 160 123 / 0);
}

.hover\:border-excel\/10:hover{
  border-color: rgb(11 160 123 / 0.1);
}

.hover\:border-excel\/100:hover{
  border-color: rgb(11 160 123 / 1);
}

.hover\:border-excel\/15:hover{
  border-color: rgb(11 160 123 / 0.15);
}

.hover\:border-excel\/20:hover{
  border-color: rgb(11 160 123 / 0.2);
}

.hover\:border-excel\/25:hover{
  border-color: rgb(11 160 123 / 0.25);
}

.hover\:border-excel\/30:hover{
  border-color: rgb(11 160 123 / 0.3);
}

.hover\:border-excel\/35:hover{
  border-color: rgb(11 160 123 / 0.35);
}

.hover\:border-excel\/40:hover{
  border-color: rgb(11 160 123 / 0.4);
}

.hover\:border-excel\/45:hover{
  border-color: rgb(11 160 123 / 0.45);
}

.hover\:border-excel\/5:hover{
  border-color: rgb(11 160 123 / 0.05);
}

.hover\:border-excel\/50:hover{
  border-color: rgb(11 160 123 / 0.5);
}

.hover\:border-excel\/55:hover{
  border-color: rgb(11 160 123 / 0.55);
}

.hover\:border-excel\/60:hover{
  border-color: rgb(11 160 123 / 0.6);
}

.hover\:border-excel\/65:hover{
  border-color: rgb(11 160 123 / 0.65);
}

.hover\:border-excel\/70:hover{
  border-color: rgb(11 160 123 / 0.7);
}

.hover\:border-excel\/75:hover{
  border-color: rgb(11 160 123 / 0.75);
}

.hover\:border-excel\/80:hover{
  border-color: rgb(11 160 123 / 0.8);
}

.hover\:border-excel\/85:hover{
  border-color: rgb(11 160 123 / 0.85);
}

.hover\:border-excel\/90:hover{
  border-color: rgb(11 160 123 / 0.9);
}

.hover\:border-excel\/95:hover{
  border-color: rgb(11 160 123 / 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\/15:hover{
  border-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(250 232 255 / 0.35);
}

.hover\:border-fuchsia-100\/40:hover{
  border-color: rgb(250 232 255 / 0.4);
}

.hover\:border-fuchsia-100\/45:hover{
  border-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(250 232 255 / 0.55);
}

.hover\:border-fuchsia-100\/60:hover{
  border-color: rgb(250 232 255 / 0.6);
}

.hover\:border-fuchsia-100\/65:hover{
  border-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  border-color: rgb(245 208 254 / 0.35);
}

.hover\:border-fuchsia-200\/40:hover{
  border-color: rgb(245 208 254 / 0.4);
}

.hover\:border-fuchsia-200\/45:hover{
  border-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  border-color: rgb(245 208 254 / 0.55);
}

.hover\:border-fuchsia-200\/60:hover{
  border-color: rgb(245 208 254 / 0.6);
}

.hover\:border-fuchsia-200\/65:hover{
  border-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  border-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  border-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  border-color: rgb(240 171 252 / 0.35);
}

.hover\:border-fuchsia-300\/40:hover{
  border-color: rgb(240 171 252 / 0.4);
}

.hover\:border-fuchsia-300\/45:hover{
  border-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  border-color: rgb(240 171 252 / 0.55);
}

.hover\:border-fuchsia-300\/60:hover{
  border-color: rgb(240 171 252 / 0.6);
}

.hover\:border-fuchsia-300\/65:hover{
  border-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  border-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  border-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  border-color: rgb(232 121 249 / 0.35);
}

.hover\:border-fuchsia-400\/40:hover{
  border-color: rgb(232 121 249 / 0.4);
}

.hover\:border-fuchsia-400\/45:hover{
  border-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  border-color: rgb(232 121 249 / 0.55);
}

.hover\:border-fuchsia-400\/60:hover{
  border-color: rgb(232 121 249 / 0.6);
}

.hover\:border-fuchsia-400\/65:hover{
  border-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  border-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  border-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(253 244 255 / 0.35);
}

.hover\:border-fuchsia-50\/40:hover{
  border-color: rgb(253 244 255 / 0.4);
}

.hover\:border-fuchsia-50\/45:hover{
  border-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(253 244 255 / 0.55);
}

.hover\:border-fuchsia-50\/60:hover{
  border-color: rgb(253 244 255 / 0.6);
}

.hover\:border-fuchsia-50\/65:hover{
  border-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  border-color: rgb(217 70 239 / 0.35);
}

.hover\:border-fuchsia-500\/40:hover{
  border-color: rgb(217 70 239 / 0.4);
}

.hover\:border-fuchsia-500\/45:hover{
  border-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  border-color: rgb(217 70 239 / 0.55);
}

.hover\:border-fuchsia-500\/60:hover{
  border-color: rgb(217 70 239 / 0.6);
}

.hover\:border-fuchsia-500\/65:hover{
  border-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  border-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  border-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  border-color: rgb(192 38 211 / 0.35);
}

.hover\:border-fuchsia-600\/40:hover{
  border-color: rgb(192 38 211 / 0.4);
}

.hover\:border-fuchsia-600\/45:hover{
  border-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  border-color: rgb(192 38 211 / 0.55);
}

.hover\:border-fuchsia-600\/60:hover{
  border-color: rgb(192 38 211 / 0.6);
}

.hover\:border-fuchsia-600\/65:hover{
  border-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  border-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  border-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  border-color: rgb(162 28 175 / 0.35);
}

.hover\:border-fuchsia-700\/40:hover{
  border-color: rgb(162 28 175 / 0.4);
}

.hover\:border-fuchsia-700\/45:hover{
  border-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  border-color: rgb(162 28 175 / 0.55);
}

.hover\:border-fuchsia-700\/60:hover{
  border-color: rgb(162 28 175 / 0.6);
}

.hover\:border-fuchsia-700\/65:hover{
  border-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  border-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  border-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  border-color: rgb(134 25 143 / 0.35);
}

.hover\:border-fuchsia-800\/40:hover{
  border-color: rgb(134 25 143 / 0.4);
}

.hover\:border-fuchsia-800\/45:hover{
  border-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  border-color: rgb(134 25 143 / 0.55);
}

.hover\:border-fuchsia-800\/60:hover{
  border-color: rgb(134 25 143 / 0.6);
}

.hover\:border-fuchsia-800\/65:hover{
  border-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  border-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  border-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  border-color: rgb(112 26 117 / 0.35);
}

.hover\:border-fuchsia-900\/40:hover{
  border-color: rgb(112 26 117 / 0.4);
}

.hover\:border-fuchsia-900\/45:hover{
  border-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  border-color: rgb(112 26 117 / 0.55);
}

.hover\:border-fuchsia-900\/60:hover{
  border-color: rgb(112 26 117 / 0.6);
}

.hover\:border-fuchsia-900\/65:hover{
  border-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  border-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  border-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  border-color: rgb(74 4 78 / 0.35);
}

.hover\:border-fuchsia-950\/40:hover{
  border-color: rgb(74 4 78 / 0.4);
}

.hover\:border-fuchsia-950\/45:hover{
  border-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  border-color: rgb(74 4 78 / 0.55);
}

.hover\:border-fuchsia-950\/60:hover{
  border-color: rgb(74 4 78 / 0.6);
}

.hover\:border-fuchsia-950\/65:hover{
  border-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  border-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  border-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  border-color: rgb(243 244 246 / 0.35);
}

.hover\:border-gray-100\/40:hover{
  border-color: rgb(243 244 246 / 0.4);
}

.hover\:border-gray-100\/45:hover{
  border-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  border-color: rgb(243 244 246 / 0.55);
}

.hover\:border-gray-100\/60:hover{
  border-color: rgb(243 244 246 / 0.6);
}

.hover\:border-gray-100\/65:hover{
  border-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  border-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  border-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  border-color: rgb(229 231 235 / 0.35);
}

.hover\:border-gray-200\/40:hover{
  border-color: rgb(229 231 235 / 0.4);
}

.hover\:border-gray-200\/45:hover{
  border-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  border-color: rgb(229 231 235 / 0.55);
}

.hover\:border-gray-200\/60:hover{
  border-color: rgb(229 231 235 / 0.6);
}

.hover\:border-gray-200\/65:hover{
  border-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  border-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  border-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  border-color: rgb(209 213 219 / 0.35);
}

.hover\:border-gray-300\/40:hover{
  border-color: rgb(209 213 219 / 0.4);
}

.hover\:border-gray-300\/45:hover{
  border-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  border-color: rgb(209 213 219 / 0.55);
}

.hover\:border-gray-300\/60:hover{
  border-color: rgb(209 213 219 / 0.6);
}

.hover\:border-gray-300\/65:hover{
  border-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  border-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  border-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  border-color: rgb(156 163 175 / 0.35);
}

.hover\:border-gray-400\/40:hover{
  border-color: rgb(156 163 175 / 0.4);
}

.hover\:border-gray-400\/45:hover{
  border-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  border-color: rgb(156 163 175 / 0.55);
}

.hover\:border-gray-400\/60:hover{
  border-color: rgb(156 163 175 / 0.6);
}

.hover\:border-gray-400\/65:hover{
  border-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  border-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  border-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  border-color: rgb(249 250 251 / 0.35);
}

.hover\:border-gray-50\/40:hover{
  border-color: rgb(249 250 251 / 0.4);
}

.hover\:border-gray-50\/45:hover{
  border-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  border-color: rgb(249 250 251 / 0.55);
}

.hover\:border-gray-50\/60:hover{
  border-color: rgb(249 250 251 / 0.6);
}

.hover\:border-gray-50\/65:hover{
  border-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  border-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  border-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  border-color: rgb(107 114 128 / 0.35);
}

.hover\:border-gray-500\/40:hover{
  border-color: rgb(107 114 128 / 0.4);
}

.hover\:border-gray-500\/45:hover{
  border-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  border-color: rgb(107 114 128 / 0.55);
}

.hover\:border-gray-500\/60:hover{
  border-color: rgb(107 114 128 / 0.6);
}

.hover\:border-gray-500\/65:hover{
  border-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  border-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  border-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  border-color: rgb(75 85 99 / 0.35);
}

.hover\:border-gray-600\/40:hover{
  border-color: rgb(75 85 99 / 0.4);
}

.hover\:border-gray-600\/45:hover{
  border-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  border-color: rgb(75 85 99 / 0.55);
}

.hover\:border-gray-600\/60:hover{
  border-color: rgb(75 85 99 / 0.6);
}

.hover\:border-gray-600\/65:hover{
  border-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  border-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  border-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  border-color: rgb(55 65 81 / 0.35);
}

.hover\:border-gray-700\/40:hover{
  border-color: rgb(55 65 81 / 0.4);
}

.hover\:border-gray-700\/45:hover{
  border-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  border-color: rgb(55 65 81 / 0.55);
}

.hover\:border-gray-700\/60:hover{
  border-color: rgb(55 65 81 / 0.6);
}

.hover\:border-gray-700\/65:hover{
  border-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  border-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  border-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  border-color: rgb(31 41 55 / 0.35);
}

.hover\:border-gray-800\/40:hover{
  border-color: rgb(31 41 55 / 0.4);
}

.hover\:border-gray-800\/45:hover{
  border-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  border-color: rgb(31 41 55 / 0.55);
}

.hover\:border-gray-800\/60:hover{
  border-color: rgb(31 41 55 / 0.6);
}

.hover\:border-gray-800\/65:hover{
  border-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  border-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  border-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  border-color: rgb(17 24 39 / 0.35);
}

.hover\:border-gray-900\/40:hover{
  border-color: rgb(17 24 39 / 0.4);
}

.hover\:border-gray-900\/45:hover{
  border-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  border-color: rgb(17 24 39 / 0.55);
}

.hover\:border-gray-900\/60:hover{
  border-color: rgb(17 24 39 / 0.6);
}

.hover\:border-gray-900\/65:hover{
  border-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  border-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  border-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  border-color: rgb(3 7 18 / 0.35);
}

.hover\:border-gray-950\/40:hover{
  border-color: rgb(3 7 18 / 0.4);
}

.hover\:border-gray-950\/45:hover{
  border-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  border-color: rgb(3 7 18 / 0.55);
}

.hover\:border-gray-950\/60:hover{
  border-color: rgb(3 7 18 / 0.6);
}

.hover\:border-gray-950\/65:hover{
  border-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  border-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  border-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  border-color: rgb(220 252 231 / 0.35);
}

.hover\:border-green-100\/40:hover{
  border-color: rgb(220 252 231 / 0.4);
}

.hover\:border-green-100\/45:hover{
  border-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  border-color: rgb(220 252 231 / 0.55);
}

.hover\:border-green-100\/60:hover{
  border-color: rgb(220 252 231 / 0.6);
}

.hover\:border-green-100\/65:hover{
  border-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  border-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  border-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  border-color: rgb(187 247 208 / 0.35);
}

.hover\:border-green-200\/40:hover{
  border-color: rgb(187 247 208 / 0.4);
}

.hover\:border-green-200\/45:hover{
  border-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  border-color: rgb(187 247 208 / 0.55);
}

.hover\:border-green-200\/60:hover{
  border-color: rgb(187 247 208 / 0.6);
}

.hover\:border-green-200\/65:hover{
  border-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  border-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  border-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  border-color: rgb(134 239 172 / 0.35);
}

.hover\:border-green-300\/40:hover{
  border-color: rgb(134 239 172 / 0.4);
}

.hover\:border-green-300\/45:hover{
  border-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  border-color: rgb(134 239 172 / 0.55);
}

.hover\:border-green-300\/60:hover{
  border-color: rgb(134 239 172 / 0.6);
}

.hover\:border-green-300\/65:hover{
  border-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  border-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  border-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  border-color: rgb(74 222 128 / 0.35);
}

.hover\:border-green-400\/40:hover{
  border-color: rgb(74 222 128 / 0.4);
}

.hover\:border-green-400\/45:hover{
  border-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  border-color: rgb(74 222 128 / 0.55);
}

.hover\:border-green-400\/60:hover{
  border-color: rgb(74 222 128 / 0.6);
}

.hover\:border-green-400\/65:hover{
  border-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  border-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  border-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  border-color: rgb(240 253 244 / 0.35);
}

.hover\:border-green-50\/40:hover{
  border-color: rgb(240 253 244 / 0.4);
}

.hover\:border-green-50\/45:hover{
  border-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  border-color: rgb(240 253 244 / 0.55);
}

.hover\:border-green-50\/60:hover{
  border-color: rgb(240 253 244 / 0.6);
}

.hover\:border-green-50\/65:hover{
  border-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  border-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  border-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  border-color: rgb(34 197 94 / 0.35);
}

.hover\:border-green-500\/40:hover{
  border-color: rgb(34 197 94 / 0.4);
}

.hover\:border-green-500\/45:hover{
  border-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  border-color: rgb(34 197 94 / 0.55);
}

.hover\:border-green-500\/60:hover{
  border-color: rgb(34 197 94 / 0.6);
}

.hover\:border-green-500\/65:hover{
  border-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  border-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  border-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  border-color: rgb(22 163 74 / 0.35);
}

.hover\:border-green-600\/40:hover{
  border-color: rgb(22 163 74 / 0.4);
}

.hover\:border-green-600\/45:hover{
  border-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  border-color: rgb(22 163 74 / 0.55);
}

.hover\:border-green-600\/60:hover{
  border-color: rgb(22 163 74 / 0.6);
}

.hover\:border-green-600\/65:hover{
  border-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  border-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  border-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  border-color: rgb(21 128 61 / 0.35);
}

.hover\:border-green-700\/40:hover{
  border-color: rgb(21 128 61 / 0.4);
}

.hover\:border-green-700\/45:hover{
  border-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  border-color: rgb(21 128 61 / 0.55);
}

.hover\:border-green-700\/60:hover{
  border-color: rgb(21 128 61 / 0.6);
}

.hover\:border-green-700\/65:hover{
  border-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  border-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  border-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  border-color: rgb(22 101 52 / 0.35);
}

.hover\:border-green-800\/40:hover{
  border-color: rgb(22 101 52 / 0.4);
}

.hover\:border-green-800\/45:hover{
  border-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  border-color: rgb(22 101 52 / 0.55);
}

.hover\:border-green-800\/60:hover{
  border-color: rgb(22 101 52 / 0.6);
}

.hover\:border-green-800\/65:hover{
  border-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  border-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  border-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  border-color: rgb(20 83 45 / 0.35);
}

.hover\:border-green-900\/40:hover{
  border-color: rgb(20 83 45 / 0.4);
}

.hover\:border-green-900\/45:hover{
  border-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  border-color: rgb(20 83 45 / 0.55);
}

.hover\:border-green-900\/60:hover{
  border-color: rgb(20 83 45 / 0.6);
}

.hover\:border-green-900\/65:hover{
  border-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  border-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  border-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  border-color: rgb(5 46 22 / 0.35);
}

.hover\:border-green-950\/40:hover{
  border-color: rgb(5 46 22 / 0.4);
}

.hover\:border-green-950\/45:hover{
  border-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  border-color: rgb(5 46 22 / 0.55);
}

.hover\:border-green-950\/60:hover{
  border-color: rgb(5 46 22 / 0.6);
}

.hover\:border-green-950\/65:hover{
  border-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  border-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  border-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(224 231 255 / 0.35);
}

.hover\:border-indigo-100\/40:hover{
  border-color: rgb(224 231 255 / 0.4);
}

.hover\:border-indigo-100\/45:hover{
  border-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(224 231 255 / 0.55);
}

.hover\:border-indigo-100\/60:hover{
  border-color: rgb(224 231 255 / 0.6);
}

.hover\:border-indigo-100\/65:hover{
  border-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  border-color: rgb(199 210 254 / 0.35);
}

.hover\:border-indigo-200\/40:hover{
  border-color: rgb(199 210 254 / 0.4);
}

.hover\:border-indigo-200\/45:hover{
  border-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  border-color: rgb(199 210 254 / 0.55);
}

.hover\:border-indigo-200\/60:hover{
  border-color: rgb(199 210 254 / 0.6);
}

.hover\:border-indigo-200\/65:hover{
  border-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  border-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  border-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  border-color: rgb(165 180 252 / 0.35);
}

.hover\:border-indigo-300\/40:hover{
  border-color: rgb(165 180 252 / 0.4);
}

.hover\:border-indigo-300\/45:hover{
  border-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  border-color: rgb(165 180 252 / 0.55);
}

.hover\:border-indigo-300\/60:hover{
  border-color: rgb(165 180 252 / 0.6);
}

.hover\:border-indigo-300\/65:hover{
  border-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  border-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  border-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  border-color: rgb(129 140 248 / 0.35);
}

.hover\:border-indigo-400\/40:hover{
  border-color: rgb(129 140 248 / 0.4);
}

.hover\:border-indigo-400\/45:hover{
  border-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  border-color: rgb(129 140 248 / 0.55);
}

.hover\:border-indigo-400\/60:hover{
  border-color: rgb(129 140 248 / 0.6);
}

.hover\:border-indigo-400\/65:hover{
  border-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  border-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  border-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(238 242 255 / 0.35);
}

.hover\:border-indigo-50\/40:hover{
  border-color: rgb(238 242 255 / 0.4);
}

.hover\:border-indigo-50\/45:hover{
  border-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(238 242 255 / 0.55);
}

.hover\:border-indigo-50\/60:hover{
  border-color: rgb(238 242 255 / 0.6);
}

.hover\:border-indigo-50\/65:hover{
  border-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  border-color: rgb(99 102 241 / 0.35);
}

.hover\:border-indigo-500\/40:hover{
  border-color: rgb(99 102 241 / 0.4);
}

.hover\:border-indigo-500\/45:hover{
  border-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  border-color: rgb(99 102 241 / 0.55);
}

.hover\:border-indigo-500\/60:hover{
  border-color: rgb(99 102 241 / 0.6);
}

.hover\:border-indigo-500\/65:hover{
  border-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  border-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  border-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  border-color: rgb(79 70 229 / 0.35);
}

.hover\:border-indigo-600\/40:hover{
  border-color: rgb(79 70 229 / 0.4);
}

.hover\:border-indigo-600\/45:hover{
  border-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  border-color: rgb(79 70 229 / 0.55);
}

.hover\:border-indigo-600\/60:hover{
  border-color: rgb(79 70 229 / 0.6);
}

.hover\:border-indigo-600\/65:hover{
  border-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  border-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  border-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  border-color: rgb(67 56 202 / 0.35);
}

.hover\:border-indigo-700\/40:hover{
  border-color: rgb(67 56 202 / 0.4);
}

.hover\:border-indigo-700\/45:hover{
  border-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  border-color: rgb(67 56 202 / 0.55);
}

.hover\:border-indigo-700\/60:hover{
  border-color: rgb(67 56 202 / 0.6);
}

.hover\:border-indigo-700\/65:hover{
  border-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  border-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  border-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  border-color: rgb(55 48 163 / 0.35);
}

.hover\:border-indigo-800\/40:hover{
  border-color: rgb(55 48 163 / 0.4);
}

.hover\:border-indigo-800\/45:hover{
  border-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  border-color: rgb(55 48 163 / 0.55);
}

.hover\:border-indigo-800\/60:hover{
  border-color: rgb(55 48 163 / 0.6);
}

.hover\:border-indigo-800\/65:hover{
  border-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  border-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  border-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  border-color: rgb(49 46 129 / 0.35);
}

.hover\:border-indigo-900\/40:hover{
  border-color: rgb(49 46 129 / 0.4);
}

.hover\:border-indigo-900\/45:hover{
  border-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  border-color: rgb(49 46 129 / 0.55);
}

.hover\:border-indigo-900\/60:hover{
  border-color: rgb(49 46 129 / 0.6);
}

.hover\:border-indigo-900\/65:hover{
  border-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  border-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  border-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  border-color: rgb(30 27 75 / 0.35);
}

.hover\:border-indigo-950\/40:hover{
  border-color: rgb(30 27 75 / 0.4);
}

.hover\:border-indigo-950\/45:hover{
  border-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  border-color: rgb(30 27 75 / 0.55);
}

.hover\:border-indigo-950\/60:hover{
  border-color: rgb(30 27 75 / 0.6);
}

.hover\:border-indigo-950\/65:hover{
  border-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  border-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-border-opacity: 1;
  border-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.hover\:border-info-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.hover\:border-info-hover\/0:hover{
  border-color: rgb(203 122 0 / 0);
}

.hover\:border-info-hover\/10:hover{
  border-color: rgb(203 122 0 / 0.1);
}

.hover\:border-info-hover\/100:hover{
  border-color: rgb(203 122 0 / 1);
}

.hover\:border-info-hover\/15:hover{
  border-color: rgb(203 122 0 / 0.15);
}

.hover\:border-info-hover\/20:hover{
  border-color: rgb(203 122 0 / 0.2);
}

.hover\:border-info-hover\/25:hover{
  border-color: rgb(203 122 0 / 0.25);
}

.hover\:border-info-hover\/30:hover{
  border-color: rgb(203 122 0 / 0.3);
}

.hover\:border-info-hover\/35:hover{
  border-color: rgb(203 122 0 / 0.35);
}

.hover\:border-info-hover\/40:hover{
  border-color: rgb(203 122 0 / 0.4);
}

.hover\:border-info-hover\/45:hover{
  border-color: rgb(203 122 0 / 0.45);
}

.hover\:border-info-hover\/5:hover{
  border-color: rgb(203 122 0 / 0.05);
}

.hover\:border-info-hover\/50:hover{
  border-color: rgb(203 122 0 / 0.5);
}

.hover\:border-info-hover\/55:hover{
  border-color: rgb(203 122 0 / 0.55);
}

.hover\:border-info-hover\/60:hover{
  border-color: rgb(203 122 0 / 0.6);
}

.hover\:border-info-hover\/65:hover{
  border-color: rgb(203 122 0 / 0.65);
}

.hover\:border-info-hover\/70:hover{
  border-color: rgb(203 122 0 / 0.7);
}

.hover\:border-info-hover\/75:hover{
  border-color: rgb(203 122 0 / 0.75);
}

.hover\:border-info-hover\/80:hover{
  border-color: rgb(203 122 0 / 0.8);
}

.hover\:border-info-hover\/85:hover{
  border-color: rgb(203 122 0 / 0.85);
}

.hover\:border-info-hover\/90:hover{
  border-color: rgb(203 122 0 / 0.9);
}

.hover\:border-info-hover\/95:hover{
  border-color: rgb(203 122 0 / 0.95);
}

.hover\:border-info\/0:hover{
  border-color: rgb(247 159 26 / 0);
}

.hover\:border-info\/10:hover{
  border-color: rgb(247 159 26 / 0.1);
}

.hover\:border-info\/100:hover{
  border-color: rgb(247 159 26 / 1);
}

.hover\:border-info\/15:hover{
  border-color: rgb(247 159 26 / 0.15);
}

.hover\:border-info\/20:hover{
  border-color: rgb(247 159 26 / 0.2);
}

.hover\:border-info\/25:hover{
  border-color: rgb(247 159 26 / 0.25);
}

.hover\:border-info\/30:hover{
  border-color: rgb(247 159 26 / 0.3);
}

.hover\:border-info\/35:hover{
  border-color: rgb(247 159 26 / 0.35);
}

.hover\:border-info\/40:hover{
  border-color: rgb(247 159 26 / 0.4);
}

.hover\:border-info\/45:hover{
  border-color: rgb(247 159 26 / 0.45);
}

.hover\:border-info\/5:hover{
  border-color: rgb(247 159 26 / 0.05);
}

.hover\:border-info\/50:hover{
  border-color: rgb(247 159 26 / 0.5);
}

.hover\:border-info\/55:hover{
  border-color: rgb(247 159 26 / 0.55);
}

.hover\:border-info\/60:hover{
  border-color: rgb(247 159 26 / 0.6);
}

.hover\:border-info\/65:hover{
  border-color: rgb(247 159 26 / 0.65);
}

.hover\:border-info\/70:hover{
  border-color: rgb(247 159 26 / 0.7);
}

.hover\:border-info\/75:hover{
  border-color: rgb(247 159 26 / 0.75);
}

.hover\:border-info\/80:hover{
  border-color: rgb(247 159 26 / 0.8);
}

.hover\:border-info\/85:hover{
  border-color: rgb(247 159 26 / 0.85);
}

.hover\:border-info\/90:hover{
  border-color: rgb(247 159 26 / 0.9);
}

.hover\:border-info\/95:hover{
  border-color: rgb(247 159 26 / 0.95);
}

.hover\:border-inherit:hover{
  border-color: inherit;
}

.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\/15:hover{
  border-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  border-color: rgb(236 252 203 / 0.35);
}

.hover\:border-lime-100\/40:hover{
  border-color: rgb(236 252 203 / 0.4);
}

.hover\:border-lime-100\/45:hover{
  border-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  border-color: rgb(236 252 203 / 0.55);
}

.hover\:border-lime-100\/60:hover{
  border-color: rgb(236 252 203 / 0.6);
}

.hover\:border-lime-100\/65:hover{
  border-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  border-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  border-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  border-color: rgb(217 249 157 / 0.35);
}

.hover\:border-lime-200\/40:hover{
  border-color: rgb(217 249 157 / 0.4);
}

.hover\:border-lime-200\/45:hover{
  border-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  border-color: rgb(217 249 157 / 0.55);
}

.hover\:border-lime-200\/60:hover{
  border-color: rgb(217 249 157 / 0.6);
}

.hover\:border-lime-200\/65:hover{
  border-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  border-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  border-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  border-color: rgb(190 242 100 / 0.35);
}

.hover\:border-lime-300\/40:hover{
  border-color: rgb(190 242 100 / 0.4);
}

.hover\:border-lime-300\/45:hover{
  border-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  border-color: rgb(190 242 100 / 0.55);
}

.hover\:border-lime-300\/60:hover{
  border-color: rgb(190 242 100 / 0.6);
}

.hover\:border-lime-300\/65:hover{
  border-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  border-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  border-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  border-color: rgb(163 230 53 / 0.35);
}

.hover\:border-lime-400\/40:hover{
  border-color: rgb(163 230 53 / 0.4);
}

.hover\:border-lime-400\/45:hover{
  border-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  border-color: rgb(163 230 53 / 0.55);
}

.hover\:border-lime-400\/60:hover{
  border-color: rgb(163 230 53 / 0.6);
}

.hover\:border-lime-400\/65:hover{
  border-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  border-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  border-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  border-color: rgb(247 254 231 / 0.35);
}

.hover\:border-lime-50\/40:hover{
  border-color: rgb(247 254 231 / 0.4);
}

.hover\:border-lime-50\/45:hover{
  border-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  border-color: rgb(247 254 231 / 0.55);
}

.hover\:border-lime-50\/60:hover{
  border-color: rgb(247 254 231 / 0.6);
}

.hover\:border-lime-50\/65:hover{
  border-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  border-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  border-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  border-color: rgb(132 204 22 / 0.35);
}

.hover\:border-lime-500\/40:hover{
  border-color: rgb(132 204 22 / 0.4);
}

.hover\:border-lime-500\/45:hover{
  border-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  border-color: rgb(132 204 22 / 0.55);
}

.hover\:border-lime-500\/60:hover{
  border-color: rgb(132 204 22 / 0.6);
}

.hover\:border-lime-500\/65:hover{
  border-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  border-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  border-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  border-color: rgb(101 163 13 / 0.35);
}

.hover\:border-lime-600\/40:hover{
  border-color: rgb(101 163 13 / 0.4);
}

.hover\:border-lime-600\/45:hover{
  border-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  border-color: rgb(101 163 13 / 0.55);
}

.hover\:border-lime-600\/60:hover{
  border-color: rgb(101 163 13 / 0.6);
}

.hover\:border-lime-600\/65:hover{
  border-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  border-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  border-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  border-color: rgb(77 124 15 / 0.35);
}

.hover\:border-lime-700\/40:hover{
  border-color: rgb(77 124 15 / 0.4);
}

.hover\:border-lime-700\/45:hover{
  border-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  border-color: rgb(77 124 15 / 0.55);
}

.hover\:border-lime-700\/60:hover{
  border-color: rgb(77 124 15 / 0.6);
}

.hover\:border-lime-700\/65:hover{
  border-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  border-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  border-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  border-color: rgb(63 98 18 / 0.35);
}

.hover\:border-lime-800\/40:hover{
  border-color: rgb(63 98 18 / 0.4);
}

.hover\:border-lime-800\/45:hover{
  border-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  border-color: rgb(63 98 18 / 0.55);
}

.hover\:border-lime-800\/60:hover{
  border-color: rgb(63 98 18 / 0.6);
}

.hover\:border-lime-800\/65:hover{
  border-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  border-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  border-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  border-color: rgb(54 83 20 / 0.35);
}

.hover\:border-lime-900\/40:hover{
  border-color: rgb(54 83 20 / 0.4);
}

.hover\:border-lime-900\/45:hover{
  border-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  border-color: rgb(54 83 20 / 0.55);
}

.hover\:border-lime-900\/60:hover{
  border-color: rgb(54 83 20 / 0.6);
}

.hover\:border-lime-900\/65:hover{
  border-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  border-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  border-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  border-color: rgb(26 46 5 / 0.35);
}

.hover\:border-lime-950\/40:hover{
  border-color: rgb(26 46 5 / 0.4);
}

.hover\:border-lime-950\/45:hover{
  border-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  border-color: rgb(26 46 5 / 0.55);
}

.hover\:border-lime-950\/60:hover{
  border-color: rgb(26 46 5 / 0.6);
}

.hover\:border-lime-950\/65:hover{
  border-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  border-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.hover\:border-neutral-01\/0:hover{
  border-color: rgb(224 224 224 / 0);
}

.hover\:border-neutral-01\/10:hover{
  border-color: rgb(224 224 224 / 0.1);
}

.hover\:border-neutral-01\/100:hover{
  border-color: rgb(224 224 224 / 1);
}

.hover\:border-neutral-01\/15:hover{
  border-color: rgb(224 224 224 / 0.15);
}

.hover\:border-neutral-01\/20:hover{
  border-color: rgb(224 224 224 / 0.2);
}

.hover\:border-neutral-01\/25:hover{
  border-color: rgb(224 224 224 / 0.25);
}

.hover\:border-neutral-01\/30:hover{
  border-color: rgb(224 224 224 / 0.3);
}

.hover\:border-neutral-01\/35:hover{
  border-color: rgb(224 224 224 / 0.35);
}

.hover\:border-neutral-01\/40:hover{
  border-color: rgb(224 224 224 / 0.4);
}

.hover\:border-neutral-01\/45:hover{
  border-color: rgb(224 224 224 / 0.45);
}

.hover\:border-neutral-01\/5:hover{
  border-color: rgb(224 224 224 / 0.05);
}

.hover\:border-neutral-01\/50:hover{
  border-color: rgb(224 224 224 / 0.5);
}

.hover\:border-neutral-01\/55:hover{
  border-color: rgb(224 224 224 / 0.55);
}

.hover\:border-neutral-01\/60:hover{
  border-color: rgb(224 224 224 / 0.6);
}

.hover\:border-neutral-01\/65:hover{
  border-color: rgb(224 224 224 / 0.65);
}

.hover\:border-neutral-01\/70:hover{
  border-color: rgb(224 224 224 / 0.7);
}

.hover\:border-neutral-01\/75:hover{
  border-color: rgb(224 224 224 / 0.75);
}

.hover\:border-neutral-01\/80:hover{
  border-color: rgb(224 224 224 / 0.8);
}

.hover\:border-neutral-01\/85:hover{
  border-color: rgb(224 224 224 / 0.85);
}

.hover\:border-neutral-01\/90:hover{
  border-color: rgb(224 224 224 / 0.9);
}

.hover\:border-neutral-01\/95:hover{
  border-color: rgb(224 224 224 / 0.95);
}

.hover\:border-neutral-02:hover{
  --tw-border-opacity: 1;
  border-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.hover\:border-neutral-02\/0:hover{
  border-color: rgb(228 234 238 / 0);
}

.hover\:border-neutral-02\/10:hover{
  border-color: rgb(228 234 238 / 0.1);
}

.hover\:border-neutral-02\/100:hover{
  border-color: rgb(228 234 238 / 1);
}

.hover\:border-neutral-02\/15:hover{
  border-color: rgb(228 234 238 / 0.15);
}

.hover\:border-neutral-02\/20:hover{
  border-color: rgb(228 234 238 / 0.2);
}

.hover\:border-neutral-02\/25:hover{
  border-color: rgb(228 234 238 / 0.25);
}

.hover\:border-neutral-02\/30:hover{
  border-color: rgb(228 234 238 / 0.3);
}

.hover\:border-neutral-02\/35:hover{
  border-color: rgb(228 234 238 / 0.35);
}

.hover\:border-neutral-02\/40:hover{
  border-color: rgb(228 234 238 / 0.4);
}

.hover\:border-neutral-02\/45:hover{
  border-color: rgb(228 234 238 / 0.45);
}

.hover\:border-neutral-02\/5:hover{
  border-color: rgb(228 234 238 / 0.05);
}

.hover\:border-neutral-02\/50:hover{
  border-color: rgb(228 234 238 / 0.5);
}

.hover\:border-neutral-02\/55:hover{
  border-color: rgb(228 234 238 / 0.55);
}

.hover\:border-neutral-02\/60:hover{
  border-color: rgb(228 234 238 / 0.6);
}

.hover\:border-neutral-02\/65:hover{
  border-color: rgb(228 234 238 / 0.65);
}

.hover\:border-neutral-02\/70:hover{
  border-color: rgb(228 234 238 / 0.7);
}

.hover\:border-neutral-02\/75:hover{
  border-color: rgb(228 234 238 / 0.75);
}

.hover\:border-neutral-02\/80:hover{
  border-color: rgb(228 234 238 / 0.8);
}

.hover\:border-neutral-02\/85:hover{
  border-color: rgb(228 234 238 / 0.85);
}

.hover\:border-neutral-02\/90:hover{
  border-color: rgb(228 234 238 / 0.9);
}

.hover\:border-neutral-02\/95:hover{
  border-color: rgb(228 234 238 / 0.95);
}

.hover\:border-neutral-03:hover{
  --tw-border-opacity: 1;
  border-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.hover\:border-neutral-03\/0:hover{
  border-color: rgb(236 239 250 / 0);
}

.hover\:border-neutral-03\/10:hover{
  border-color: rgb(236 239 250 / 0.1);
}

.hover\:border-neutral-03\/100:hover{
  border-color: rgb(236 239 250 / 1);
}

.hover\:border-neutral-03\/15:hover{
  border-color: rgb(236 239 250 / 0.15);
}

.hover\:border-neutral-03\/20:hover{
  border-color: rgb(236 239 250 / 0.2);
}

.hover\:border-neutral-03\/25:hover{
  border-color: rgb(236 239 250 / 0.25);
}

.hover\:border-neutral-03\/30:hover{
  border-color: rgb(236 239 250 / 0.3);
}

.hover\:border-neutral-03\/35:hover{
  border-color: rgb(236 239 250 / 0.35);
}

.hover\:border-neutral-03\/40:hover{
  border-color: rgb(236 239 250 / 0.4);
}

.hover\:border-neutral-03\/45:hover{
  border-color: rgb(236 239 250 / 0.45);
}

.hover\:border-neutral-03\/5:hover{
  border-color: rgb(236 239 250 / 0.05);
}

.hover\:border-neutral-03\/50:hover{
  border-color: rgb(236 239 250 / 0.5);
}

.hover\:border-neutral-03\/55:hover{
  border-color: rgb(236 239 250 / 0.55);
}

.hover\:border-neutral-03\/60:hover{
  border-color: rgb(236 239 250 / 0.6);
}

.hover\:border-neutral-03\/65:hover{
  border-color: rgb(236 239 250 / 0.65);
}

.hover\:border-neutral-03\/70:hover{
  border-color: rgb(236 239 250 / 0.7);
}

.hover\:border-neutral-03\/75:hover{
  border-color: rgb(236 239 250 / 0.75);
}

.hover\:border-neutral-03\/80:hover{
  border-color: rgb(236 239 250 / 0.8);
}

.hover\:border-neutral-03\/85:hover{
  border-color: rgb(236 239 250 / 0.85);
}

.hover\:border-neutral-03\/90:hover{
  border-color: rgb(236 239 250 / 0.9);
}

.hover\:border-neutral-03\/95:hover{
  border-color: rgb(236 239 250 / 0.95);
}

.hover\:border-neutral-04:hover{
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.hover\:border-neutral-04\/0:hover{
  border-color: rgb(215 218 226 / 0);
}

.hover\:border-neutral-04\/10:hover{
  border-color: rgb(215 218 226 / 0.1);
}

.hover\:border-neutral-04\/100:hover{
  border-color: rgb(215 218 226 / 1);
}

.hover\:border-neutral-04\/15:hover{
  border-color: rgb(215 218 226 / 0.15);
}

.hover\:border-neutral-04\/20:hover{
  border-color: rgb(215 218 226 / 0.2);
}

.hover\:border-neutral-04\/25:hover{
  border-color: rgb(215 218 226 / 0.25);
}

.hover\:border-neutral-04\/30:hover{
  border-color: rgb(215 218 226 / 0.3);
}

.hover\:border-neutral-04\/35:hover{
  border-color: rgb(215 218 226 / 0.35);
}

.hover\:border-neutral-04\/40:hover{
  border-color: rgb(215 218 226 / 0.4);
}

.hover\:border-neutral-04\/45:hover{
  border-color: rgb(215 218 226 / 0.45);
}

.hover\:border-neutral-04\/5:hover{
  border-color: rgb(215 218 226 / 0.05);
}

.hover\:border-neutral-04\/50:hover{
  border-color: rgb(215 218 226 / 0.5);
}

.hover\:border-neutral-04\/55:hover{
  border-color: rgb(215 218 226 / 0.55);
}

.hover\:border-neutral-04\/60:hover{
  border-color: rgb(215 218 226 / 0.6);
}

.hover\:border-neutral-04\/65:hover{
  border-color: rgb(215 218 226 / 0.65);
}

.hover\:border-neutral-04\/70:hover{
  border-color: rgb(215 218 226 / 0.7);
}

.hover\:border-neutral-04\/75:hover{
  border-color: rgb(215 218 226 / 0.75);
}

.hover\:border-neutral-04\/80:hover{
  border-color: rgb(215 218 226 / 0.8);
}

.hover\:border-neutral-04\/85:hover{
  border-color: rgb(215 218 226 / 0.85);
}

.hover\:border-neutral-04\/90:hover{
  border-color: rgb(215 218 226 / 0.9);
}

.hover\:border-neutral-04\/95:hover{
  border-color: rgb(215 218 226 / 0.95);
}

.hover\:border-neutral-05:hover{
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.hover\:border-neutral-05\/0:hover{
  border-color: rgb(246 246 246 / 0);
}

.hover\:border-neutral-05\/10:hover{
  border-color: rgb(246 246 246 / 0.1);
}

.hover\:border-neutral-05\/100:hover{
  border-color: rgb(246 246 246 / 1);
}

.hover\:border-neutral-05\/15:hover{
  border-color: rgb(246 246 246 / 0.15);
}

.hover\:border-neutral-05\/20:hover{
  border-color: rgb(246 246 246 / 0.2);
}

.hover\:border-neutral-05\/25:hover{
  border-color: rgb(246 246 246 / 0.25);
}

.hover\:border-neutral-05\/30:hover{
  border-color: rgb(246 246 246 / 0.3);
}

.hover\:border-neutral-05\/35:hover{
  border-color: rgb(246 246 246 / 0.35);
}

.hover\:border-neutral-05\/40:hover{
  border-color: rgb(246 246 246 / 0.4);
}

.hover\:border-neutral-05\/45:hover{
  border-color: rgb(246 246 246 / 0.45);
}

.hover\:border-neutral-05\/5:hover{
  border-color: rgb(246 246 246 / 0.05);
}

.hover\:border-neutral-05\/50:hover{
  border-color: rgb(246 246 246 / 0.5);
}

.hover\:border-neutral-05\/55:hover{
  border-color: rgb(246 246 246 / 0.55);
}

.hover\:border-neutral-05\/60:hover{
  border-color: rgb(246 246 246 / 0.6);
}

.hover\:border-neutral-05\/65:hover{
  border-color: rgb(246 246 246 / 0.65);
}

.hover\:border-neutral-05\/70:hover{
  border-color: rgb(246 246 246 / 0.7);
}

.hover\:border-neutral-05\/75:hover{
  border-color: rgb(246 246 246 / 0.75);
}

.hover\:border-neutral-05\/80:hover{
  border-color: rgb(246 246 246 / 0.8);
}

.hover\:border-neutral-05\/85:hover{
  border-color: rgb(246 246 246 / 0.85);
}

.hover\:border-neutral-05\/90:hover{
  border-color: rgb(246 246 246 / 0.9);
}

.hover\:border-neutral-05\/95:hover{
  border-color: rgb(246 246 246 / 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\/15:hover{
  border-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  border-color: rgb(245 245 245 / 0.35);
}

.hover\:border-neutral-100\/40:hover{
  border-color: rgb(245 245 245 / 0.4);
}

.hover\:border-neutral-100\/45:hover{
  border-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  border-color: rgb(245 245 245 / 0.55);
}

.hover\:border-neutral-100\/60:hover{
  border-color: rgb(245 245 245 / 0.6);
}

.hover\:border-neutral-100\/65:hover{
  border-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  border-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  border-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  border-color: rgb(229 229 229 / 0.35);
}

.hover\:border-neutral-200\/40:hover{
  border-color: rgb(229 229 229 / 0.4);
}

.hover\:border-neutral-200\/45:hover{
  border-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  border-color: rgb(229 229 229 / 0.55);
}

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

.hover\:border-neutral-200\/65:hover{
  border-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  border-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  border-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  border-color: rgb(212 212 212 / 0.35);
}

.hover\:border-neutral-300\/40:hover{
  border-color: rgb(212 212 212 / 0.4);
}

.hover\:border-neutral-300\/45:hover{
  border-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  border-color: rgb(212 212 212 / 0.55);
}

.hover\:border-neutral-300\/60:hover{
  border-color: rgb(212 212 212 / 0.6);
}

.hover\:border-neutral-300\/65:hover{
  border-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  border-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  border-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  border-color: rgb(163 163 163 / 0.35);
}

.hover\:border-neutral-400\/40:hover{
  border-color: rgb(163 163 163 / 0.4);
}

.hover\:border-neutral-400\/45:hover{
  border-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  border-color: rgb(163 163 163 / 0.55);
}

.hover\:border-neutral-400\/60:hover{
  border-color: rgb(163 163 163 / 0.6);
}

.hover\:border-neutral-400\/65:hover{
  border-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  border-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  border-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-color: rgb(250 250 250 / 0.35);
}

.hover\:border-neutral-50\/40:hover{
  border-color: rgb(250 250 250 / 0.4);
}

.hover\:border-neutral-50\/45:hover{
  border-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-color: rgb(250 250 250 / 0.55);
}

.hover\:border-neutral-50\/60:hover{
  border-color: rgb(250 250 250 / 0.6);
}

.hover\:border-neutral-50\/65:hover{
  border-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  border-color: rgb(115 115 115 / 0.35);
}

.hover\:border-neutral-500\/40:hover{
  border-color: rgb(115 115 115 / 0.4);
}

.hover\:border-neutral-500\/45:hover{
  border-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  border-color: rgb(115 115 115 / 0.55);
}

.hover\:border-neutral-500\/60:hover{
  border-color: rgb(115 115 115 / 0.6);
}

.hover\:border-neutral-500\/65:hover{
  border-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  border-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  border-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  border-color: rgb(82 82 82 / 0.35);
}

.hover\:border-neutral-600\/40:hover{
  border-color: rgb(82 82 82 / 0.4);
}

.hover\:border-neutral-600\/45:hover{
  border-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  border-color: rgb(82 82 82 / 0.55);
}

.hover\:border-neutral-600\/60:hover{
  border-color: rgb(82 82 82 / 0.6);
}

.hover\:border-neutral-600\/65:hover{
  border-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  border-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  border-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  border-color: rgb(64 64 64 / 0.35);
}

.hover\:border-neutral-700\/40:hover{
  border-color: rgb(64 64 64 / 0.4);
}

.hover\:border-neutral-700\/45:hover{
  border-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  border-color: rgb(64 64 64 / 0.55);
}

.hover\:border-neutral-700\/60:hover{
  border-color: rgb(64 64 64 / 0.6);
}

.hover\:border-neutral-700\/65:hover{
  border-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  border-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  border-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  border-color: rgb(38 38 38 / 0.35);
}

.hover\:border-neutral-800\/40:hover{
  border-color: rgb(38 38 38 / 0.4);
}

.hover\:border-neutral-800\/45:hover{
  border-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  border-color: rgb(38 38 38 / 0.55);
}

.hover\:border-neutral-800\/60:hover{
  border-color: rgb(38 38 38 / 0.6);
}

.hover\:border-neutral-800\/65:hover{
  border-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  border-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  border-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  border-color: rgb(23 23 23 / 0.35);
}

.hover\:border-neutral-900\/40:hover{
  border-color: rgb(23 23 23 / 0.4);
}

.hover\:border-neutral-900\/45:hover{
  border-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  border-color: rgb(23 23 23 / 0.55);
}

.hover\:border-neutral-900\/60:hover{
  border-color: rgb(23 23 23 / 0.6);
}

.hover\:border-neutral-900\/65:hover{
  border-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  border-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  border-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  border-color: rgb(10 10 10 / 0.35);
}

.hover\:border-neutral-950\/40:hover{
  border-color: rgb(10 10 10 / 0.4);
}

.hover\:border-neutral-950\/45:hover{
  border-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  border-color: rgb(10 10 10 / 0.55);
}

.hover\:border-neutral-950\/60:hover{
  border-color: rgb(10 10 10 / 0.6);
}

.hover\:border-neutral-950\/65:hover{
  border-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  border-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  border-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  border-color: rgb(255 237 213 / 0.35);
}

.hover\:border-orange-100\/40:hover{
  border-color: rgb(255 237 213 / 0.4);
}

.hover\:border-orange-100\/45:hover{
  border-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  border-color: rgb(255 237 213 / 0.55);
}

.hover\:border-orange-100\/60:hover{
  border-color: rgb(255 237 213 / 0.6);
}

.hover\:border-orange-100\/65:hover{
  border-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  border-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  border-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  border-color: rgb(254 215 170 / 0.35);
}

.hover\:border-orange-200\/40:hover{
  border-color: rgb(254 215 170 / 0.4);
}

.hover\:border-orange-200\/45:hover{
  border-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  border-color: rgb(254 215 170 / 0.55);
}

.hover\:border-orange-200\/60:hover{
  border-color: rgb(254 215 170 / 0.6);
}

.hover\:border-orange-200\/65:hover{
  border-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  border-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  border-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  border-color: rgb(253 186 116 / 0.35);
}

.hover\:border-orange-300\/40:hover{
  border-color: rgb(253 186 116 / 0.4);
}

.hover\:border-orange-300\/45:hover{
  border-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  border-color: rgb(253 186 116 / 0.55);
}

.hover\:border-orange-300\/60:hover{
  border-color: rgb(253 186 116 / 0.6);
}

.hover\:border-orange-300\/65:hover{
  border-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  border-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  border-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  border-color: rgb(251 146 60 / 0.35);
}

.hover\:border-orange-400\/40:hover{
  border-color: rgb(251 146 60 / 0.4);
}

.hover\:border-orange-400\/45:hover{
  border-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  border-color: rgb(251 146 60 / 0.55);
}

.hover\:border-orange-400\/60:hover{
  border-color: rgb(251 146 60 / 0.6);
}

.hover\:border-orange-400\/65:hover{
  border-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  border-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  border-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  border-color: rgb(255 247 237 / 0.35);
}

.hover\:border-orange-50\/40:hover{
  border-color: rgb(255 247 237 / 0.4);
}

.hover\:border-orange-50\/45:hover{
  border-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  border-color: rgb(255 247 237 / 0.55);
}

.hover\:border-orange-50\/60:hover{
  border-color: rgb(255 247 237 / 0.6);
}

.hover\:border-orange-50\/65:hover{
  border-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  border-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  border-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  border-color: rgb(249 115 22 / 0.35);
}

.hover\:border-orange-500\/40:hover{
  border-color: rgb(249 115 22 / 0.4);
}

.hover\:border-orange-500\/45:hover{
  border-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  border-color: rgb(249 115 22 / 0.55);
}

.hover\:border-orange-500\/60:hover{
  border-color: rgb(249 115 22 / 0.6);
}

.hover\:border-orange-500\/65:hover{
  border-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  border-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  border-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  border-color: rgb(234 88 12 / 0.35);
}

.hover\:border-orange-600\/40:hover{
  border-color: rgb(234 88 12 / 0.4);
}

.hover\:border-orange-600\/45:hover{
  border-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  border-color: rgb(234 88 12 / 0.55);
}

.hover\:border-orange-600\/60:hover{
  border-color: rgb(234 88 12 / 0.6);
}

.hover\:border-orange-600\/65:hover{
  border-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  border-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  border-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  border-color: rgb(194 65 12 / 0.35);
}

.hover\:border-orange-700\/40:hover{
  border-color: rgb(194 65 12 / 0.4);
}

.hover\:border-orange-700\/45:hover{
  border-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  border-color: rgb(194 65 12 / 0.55);
}

.hover\:border-orange-700\/60:hover{
  border-color: rgb(194 65 12 / 0.6);
}

.hover\:border-orange-700\/65:hover{
  border-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  border-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  border-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  border-color: rgb(154 52 18 / 0.35);
}

.hover\:border-orange-800\/40:hover{
  border-color: rgb(154 52 18 / 0.4);
}

.hover\:border-orange-800\/45:hover{
  border-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  border-color: rgb(154 52 18 / 0.55);
}

.hover\:border-orange-800\/60:hover{
  border-color: rgb(154 52 18 / 0.6);
}

.hover\:border-orange-800\/65:hover{
  border-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  border-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  border-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  border-color: rgb(124 45 18 / 0.35);
}

.hover\:border-orange-900\/40:hover{
  border-color: rgb(124 45 18 / 0.4);
}

.hover\:border-orange-900\/45:hover{
  border-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  border-color: rgb(124 45 18 / 0.55);
}

.hover\:border-orange-900\/60:hover{
  border-color: rgb(124 45 18 / 0.6);
}

.hover\:border-orange-900\/65:hover{
  border-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  border-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  border-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  border-color: rgb(67 20 7 / 0.35);
}

.hover\:border-orange-950\/40:hover{
  border-color: rgb(67 20 7 / 0.4);
}

.hover\:border-orange-950\/45:hover{
  border-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  border-color: rgb(67 20 7 / 0.55);
}

.hover\:border-orange-950\/60:hover{
  border-color: rgb(67 20 7 / 0.6);
}

.hover\:border-orange-950\/65:hover{
  border-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  border-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  border-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  border-color: rgb(252 231 243 / 0.35);
}

.hover\:border-pink-100\/40:hover{
  border-color: rgb(252 231 243 / 0.4);
}

.hover\:border-pink-100\/45:hover{
  border-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  border-color: rgb(252 231 243 / 0.55);
}

.hover\:border-pink-100\/60:hover{
  border-color: rgb(252 231 243 / 0.6);
}

.hover\:border-pink-100\/65:hover{
  border-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  border-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  border-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  border-color: rgb(251 207 232 / 0.35);
}

.hover\:border-pink-200\/40:hover{
  border-color: rgb(251 207 232 / 0.4);
}

.hover\:border-pink-200\/45:hover{
  border-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  border-color: rgb(251 207 232 / 0.55);
}

.hover\:border-pink-200\/60:hover{
  border-color: rgb(251 207 232 / 0.6);
}

.hover\:border-pink-200\/65:hover{
  border-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  border-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  border-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  border-color: rgb(249 168 212 / 0.35);
}

.hover\:border-pink-300\/40:hover{
  border-color: rgb(249 168 212 / 0.4);
}

.hover\:border-pink-300\/45:hover{
  border-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  border-color: rgb(249 168 212 / 0.55);
}

.hover\:border-pink-300\/60:hover{
  border-color: rgb(249 168 212 / 0.6);
}

.hover\:border-pink-300\/65:hover{
  border-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  border-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  border-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  border-color: rgb(244 114 182 / 0.35);
}

.hover\:border-pink-400\/40:hover{
  border-color: rgb(244 114 182 / 0.4);
}

.hover\:border-pink-400\/45:hover{
  border-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  border-color: rgb(244 114 182 / 0.55);
}

.hover\:border-pink-400\/60:hover{
  border-color: rgb(244 114 182 / 0.6);
}

.hover\:border-pink-400\/65:hover{
  border-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  border-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  border-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  border-color: rgb(253 242 248 / 0.35);
}

.hover\:border-pink-50\/40:hover{
  border-color: rgb(253 242 248 / 0.4);
}

.hover\:border-pink-50\/45:hover{
  border-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  border-color: rgb(253 242 248 / 0.55);
}

.hover\:border-pink-50\/60:hover{
  border-color: rgb(253 242 248 / 0.6);
}

.hover\:border-pink-50\/65:hover{
  border-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  border-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  border-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  border-color: rgb(236 72 153 / 0.35);
}

.hover\:border-pink-500\/40:hover{
  border-color: rgb(236 72 153 / 0.4);
}

.hover\:border-pink-500\/45:hover{
  border-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  border-color: rgb(236 72 153 / 0.55);
}

.hover\:border-pink-500\/60:hover{
  border-color: rgb(236 72 153 / 0.6);
}

.hover\:border-pink-500\/65:hover{
  border-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  border-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  border-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  border-color: rgb(219 39 119 / 0.35);
}

.hover\:border-pink-600\/40:hover{
  border-color: rgb(219 39 119 / 0.4);
}

.hover\:border-pink-600\/45:hover{
  border-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  border-color: rgb(219 39 119 / 0.55);
}

.hover\:border-pink-600\/60:hover{
  border-color: rgb(219 39 119 / 0.6);
}

.hover\:border-pink-600\/65:hover{
  border-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  border-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  border-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  border-color: rgb(190 24 93 / 0.35);
}

.hover\:border-pink-700\/40:hover{
  border-color: rgb(190 24 93 / 0.4);
}

.hover\:border-pink-700\/45:hover{
  border-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  border-color: rgb(190 24 93 / 0.55);
}

.hover\:border-pink-700\/60:hover{
  border-color: rgb(190 24 93 / 0.6);
}

.hover\:border-pink-700\/65:hover{
  border-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  border-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  border-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  border-color: rgb(157 23 77 / 0.35);
}

.hover\:border-pink-800\/40:hover{
  border-color: rgb(157 23 77 / 0.4);
}

.hover\:border-pink-800\/45:hover{
  border-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  border-color: rgb(157 23 77 / 0.55);
}

.hover\:border-pink-800\/60:hover{
  border-color: rgb(157 23 77 / 0.6);
}

.hover\:border-pink-800\/65:hover{
  border-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  border-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  border-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  border-color: rgb(131 24 67 / 0.35);
}

.hover\:border-pink-900\/40:hover{
  border-color: rgb(131 24 67 / 0.4);
}

.hover\:border-pink-900\/45:hover{
  border-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  border-color: rgb(131 24 67 / 0.55);
}

.hover\:border-pink-900\/60:hover{
  border-color: rgb(131 24 67 / 0.6);
}

.hover\:border-pink-900\/65:hover{
  border-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  border-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  border-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  border-color: rgb(80 7 36 / 0.35);
}

.hover\:border-pink-950\/40:hover{
  border-color: rgb(80 7 36 / 0.4);
}

.hover\:border-pink-950\/45:hover{
  border-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  border-color: rgb(80 7 36 / 0.55);
}

.hover\:border-pink-950\/60:hover{
  border-color: rgb(80 7 36 / 0.6);
}

.hover\:border-pink-950\/65:hover{
  border-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  border-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.hover\:border-primary-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.hover\:border-primary-hover\/0:hover{
  border-color: rgb(71 57 169 / 0);
}

.hover\:border-primary-hover\/10:hover{
  border-color: rgb(71 57 169 / 0.1);
}

.hover\:border-primary-hover\/100:hover{
  border-color: rgb(71 57 169 / 1);
}

.hover\:border-primary-hover\/15:hover{
  border-color: rgb(71 57 169 / 0.15);
}

.hover\:border-primary-hover\/20:hover{
  border-color: rgb(71 57 169 / 0.2);
}

.hover\:border-primary-hover\/25:hover{
  border-color: rgb(71 57 169 / 0.25);
}

.hover\:border-primary-hover\/30:hover{
  border-color: rgb(71 57 169 / 0.3);
}

.hover\:border-primary-hover\/35:hover{
  border-color: rgb(71 57 169 / 0.35);
}

.hover\:border-primary-hover\/40:hover{
  border-color: rgb(71 57 169 / 0.4);
}

.hover\:border-primary-hover\/45:hover{
  border-color: rgb(71 57 169 / 0.45);
}

.hover\:border-primary-hover\/5:hover{
  border-color: rgb(71 57 169 / 0.05);
}

.hover\:border-primary-hover\/50:hover{
  border-color: rgb(71 57 169 / 0.5);
}

.hover\:border-primary-hover\/55:hover{
  border-color: rgb(71 57 169 / 0.55);
}

.hover\:border-primary-hover\/60:hover{
  border-color: rgb(71 57 169 / 0.6);
}

.hover\:border-primary-hover\/65:hover{
  border-color: rgb(71 57 169 / 0.65);
}

.hover\:border-primary-hover\/70:hover{
  border-color: rgb(71 57 169 / 0.7);
}

.hover\:border-primary-hover\/75:hover{
  border-color: rgb(71 57 169 / 0.75);
}

.hover\:border-primary-hover\/80:hover{
  border-color: rgb(71 57 169 / 0.8);
}

.hover\:border-primary-hover\/85:hover{
  border-color: rgb(71 57 169 / 0.85);
}

.hover\:border-primary-hover\/90:hover{
  border-color: rgb(71 57 169 / 0.9);
}

.hover\:border-primary-hover\/95:hover{
  border-color: rgb(71 57 169 / 0.95);
}

.hover\:border-primary\/0:hover{
  border-color: rgb(85 70 192 / 0);
}

.hover\:border-primary\/10:hover{
  border-color: rgb(85 70 192 / 0.1);
}

.hover\:border-primary\/100:hover{
  border-color: rgb(85 70 192 / 1);
}

.hover\:border-primary\/15:hover{
  border-color: rgb(85 70 192 / 0.15);
}

.hover\:border-primary\/20:hover{
  border-color: rgb(85 70 192 / 0.2);
}

.hover\:border-primary\/25:hover{
  border-color: rgb(85 70 192 / 0.25);
}

.hover\:border-primary\/30:hover{
  border-color: rgb(85 70 192 / 0.3);
}

.hover\:border-primary\/35:hover{
  border-color: rgb(85 70 192 / 0.35);
}

.hover\:border-primary\/40:hover{
  border-color: rgb(85 70 192 / 0.4);
}

.hover\:border-primary\/45:hover{
  border-color: rgb(85 70 192 / 0.45);
}

.hover\:border-primary\/5:hover{
  border-color: rgb(85 70 192 / 0.05);
}

.hover\:border-primary\/50:hover{
  border-color: rgb(85 70 192 / 0.5);
}

.hover\:border-primary\/55:hover{
  border-color: rgb(85 70 192 / 0.55);
}

.hover\:border-primary\/60:hover{
  border-color: rgb(85 70 192 / 0.6);
}

.hover\:border-primary\/65:hover{
  border-color: rgb(85 70 192 / 0.65);
}

.hover\:border-primary\/70:hover{
  border-color: rgb(85 70 192 / 0.7);
}

.hover\:border-primary\/75:hover{
  border-color: rgb(85 70 192 / 0.75);
}

.hover\:border-primary\/80:hover{
  border-color: rgb(85 70 192 / 0.8);
}

.hover\:border-primary\/85:hover{
  border-color: rgb(85 70 192 / 0.85);
}

.hover\:border-primary\/90:hover{
  border-color: rgb(85 70 192 / 0.9);
}

.hover\:border-primary\/95:hover{
  border-color: rgb(85 70 192 / 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\/15:hover{
  border-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(243 232 255 / 0.35);
}

.hover\:border-purple-100\/40:hover{
  border-color: rgb(243 232 255 / 0.4);
}

.hover\:border-purple-100\/45:hover{
  border-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(243 232 255 / 0.55);
}

.hover\:border-purple-100\/60:hover{
  border-color: rgb(243 232 255 / 0.6);
}

.hover\:border-purple-100\/65:hover{
  border-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(233 213 255 / 0.35);
}

.hover\:border-purple-200\/40:hover{
  border-color: rgb(233 213 255 / 0.4);
}

.hover\:border-purple-200\/45:hover{
  border-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(233 213 255 / 0.55);
}

.hover\:border-purple-200\/60:hover{
  border-color: rgb(233 213 255 / 0.6);
}

.hover\:border-purple-200\/65:hover{
  border-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  border-color: rgb(216 180 254 / 0.35);
}

.hover\:border-purple-300\/40:hover{
  border-color: rgb(216 180 254 / 0.4);
}

.hover\:border-purple-300\/45:hover{
  border-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  border-color: rgb(216 180 254 / 0.55);
}

.hover\:border-purple-300\/60:hover{
  border-color: rgb(216 180 254 / 0.6);
}

.hover\:border-purple-300\/65:hover{
  border-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  border-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  border-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  border-color: rgb(192 132 252 / 0.35);
}

.hover\:border-purple-400\/40:hover{
  border-color: rgb(192 132 252 / 0.4);
}

.hover\:border-purple-400\/45:hover{
  border-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  border-color: rgb(192 132 252 / 0.55);
}

.hover\:border-purple-400\/60:hover{
  border-color: rgb(192 132 252 / 0.6);
}

.hover\:border-purple-400\/65:hover{
  border-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  border-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  border-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(250 245 255 / 0.35);
}

.hover\:border-purple-50\/40:hover{
  border-color: rgb(250 245 255 / 0.4);
}

.hover\:border-purple-50\/45:hover{
  border-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(250 245 255 / 0.55);
}

.hover\:border-purple-50\/60:hover{
  border-color: rgb(250 245 255 / 0.6);
}

.hover\:border-purple-50\/65:hover{
  border-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  border-color: rgb(168 85 247 / 0.35);
}

.hover\:border-purple-500\/40:hover{
  border-color: rgb(168 85 247 / 0.4);
}

.hover\:border-purple-500\/45:hover{
  border-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  border-color: rgb(168 85 247 / 0.55);
}

.hover\:border-purple-500\/60:hover{
  border-color: rgb(168 85 247 / 0.6);
}

.hover\:border-purple-500\/65:hover{
  border-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  border-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  border-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  border-color: rgb(147 51 234 / 0.35);
}

.hover\:border-purple-600\/40:hover{
  border-color: rgb(147 51 234 / 0.4);
}

.hover\:border-purple-600\/45:hover{
  border-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  border-color: rgb(147 51 234 / 0.55);
}

.hover\:border-purple-600\/60:hover{
  border-color: rgb(147 51 234 / 0.6);
}

.hover\:border-purple-600\/65:hover{
  border-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  border-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  border-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  border-color: rgb(126 34 206 / 0.35);
}

.hover\:border-purple-700\/40:hover{
  border-color: rgb(126 34 206 / 0.4);
}

.hover\:border-purple-700\/45:hover{
  border-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  border-color: rgb(126 34 206 / 0.55);
}

.hover\:border-purple-700\/60:hover{
  border-color: rgb(126 34 206 / 0.6);
}

.hover\:border-purple-700\/65:hover{
  border-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  border-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  border-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  border-color: rgb(107 33 168 / 0.35);
}

.hover\:border-purple-800\/40:hover{
  border-color: rgb(107 33 168 / 0.4);
}

.hover\:border-purple-800\/45:hover{
  border-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  border-color: rgb(107 33 168 / 0.55);
}

.hover\:border-purple-800\/60:hover{
  border-color: rgb(107 33 168 / 0.6);
}

.hover\:border-purple-800\/65:hover{
  border-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  border-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  border-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  border-color: rgb(88 28 135 / 0.35);
}

.hover\:border-purple-900\/40:hover{
  border-color: rgb(88 28 135 / 0.4);
}

.hover\:border-purple-900\/45:hover{
  border-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  border-color: rgb(88 28 135 / 0.55);
}

.hover\:border-purple-900\/60:hover{
  border-color: rgb(88 28 135 / 0.6);
}

.hover\:border-purple-900\/65:hover{
  border-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  border-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  border-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  border-color: rgb(59 7 100 / 0.35);
}

.hover\:border-purple-950\/40:hover{
  border-color: rgb(59 7 100 / 0.4);
}

.hover\:border-purple-950\/45:hover{
  border-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  border-color: rgb(59 7 100 / 0.55);
}

.hover\:border-purple-950\/60:hover{
  border-color: rgb(59 7 100 / 0.6);
}

.hover\:border-purple-950\/65:hover{
  border-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  border-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.hover\:border-quaternary-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.hover\:border-quaternary-hover\/0:hover{
  border-color: rgb(43 202 241 / 0);
}

.hover\:border-quaternary-hover\/10:hover{
  border-color: rgb(43 202 241 / 0.1);
}

.hover\:border-quaternary-hover\/100:hover{
  border-color: rgb(43 202 241 / 1);
}

.hover\:border-quaternary-hover\/15:hover{
  border-color: rgb(43 202 241 / 0.15);
}

.hover\:border-quaternary-hover\/20:hover{
  border-color: rgb(43 202 241 / 0.2);
}

.hover\:border-quaternary-hover\/25:hover{
  border-color: rgb(43 202 241 / 0.25);
}

.hover\:border-quaternary-hover\/30:hover{
  border-color: rgb(43 202 241 / 0.3);
}

.hover\:border-quaternary-hover\/35:hover{
  border-color: rgb(43 202 241 / 0.35);
}

.hover\:border-quaternary-hover\/40:hover{
  border-color: rgb(43 202 241 / 0.4);
}

.hover\:border-quaternary-hover\/45:hover{
  border-color: rgb(43 202 241 / 0.45);
}

.hover\:border-quaternary-hover\/5:hover{
  border-color: rgb(43 202 241 / 0.05);
}

.hover\:border-quaternary-hover\/50:hover{
  border-color: rgb(43 202 241 / 0.5);
}

.hover\:border-quaternary-hover\/55:hover{
  border-color: rgb(43 202 241 / 0.55);
}

.hover\:border-quaternary-hover\/60:hover{
  border-color: rgb(43 202 241 / 0.6);
}

.hover\:border-quaternary-hover\/65:hover{
  border-color: rgb(43 202 241 / 0.65);
}

.hover\:border-quaternary-hover\/70:hover{
  border-color: rgb(43 202 241 / 0.7);
}

.hover\:border-quaternary-hover\/75:hover{
  border-color: rgb(43 202 241 / 0.75);
}

.hover\:border-quaternary-hover\/80:hover{
  border-color: rgb(43 202 241 / 0.8);
}

.hover\:border-quaternary-hover\/85:hover{
  border-color: rgb(43 202 241 / 0.85);
}

.hover\:border-quaternary-hover\/90:hover{
  border-color: rgb(43 202 241 / 0.9);
}

.hover\:border-quaternary-hover\/95:hover{
  border-color: rgb(43 202 241 / 0.95);
}

.hover\:border-quaternary\/0:hover{
  border-color: rgb(61 209 246 / 0);
}

.hover\:border-quaternary\/10:hover{
  border-color: rgb(61 209 246 / 0.1);
}

.hover\:border-quaternary\/100:hover{
  border-color: rgb(61 209 246 / 1);
}

.hover\:border-quaternary\/15:hover{
  border-color: rgb(61 209 246 / 0.15);
}

.hover\:border-quaternary\/20:hover{
  border-color: rgb(61 209 246 / 0.2);
}

.hover\:border-quaternary\/25:hover{
  border-color: rgb(61 209 246 / 0.25);
}

.hover\:border-quaternary\/30:hover{
  border-color: rgb(61 209 246 / 0.3);
}

.hover\:border-quaternary\/35:hover{
  border-color: rgb(61 209 246 / 0.35);
}

.hover\:border-quaternary\/40:hover{
  border-color: rgb(61 209 246 / 0.4);
}

.hover\:border-quaternary\/45:hover{
  border-color: rgb(61 209 246 / 0.45);
}

.hover\:border-quaternary\/5:hover{
  border-color: rgb(61 209 246 / 0.05);
}

.hover\:border-quaternary\/50:hover{
  border-color: rgb(61 209 246 / 0.5);
}

.hover\:border-quaternary\/55:hover{
  border-color: rgb(61 209 246 / 0.55);
}

.hover\:border-quaternary\/60:hover{
  border-color: rgb(61 209 246 / 0.6);
}

.hover\:border-quaternary\/65:hover{
  border-color: rgb(61 209 246 / 0.65);
}

.hover\:border-quaternary\/70:hover{
  border-color: rgb(61 209 246 / 0.7);
}

.hover\:border-quaternary\/75:hover{
  border-color: rgb(61 209 246 / 0.75);
}

.hover\:border-quaternary\/80:hover{
  border-color: rgb(61 209 246 / 0.8);
}

.hover\:border-quaternary\/85:hover{
  border-color: rgb(61 209 246 / 0.85);
}

.hover\:border-quaternary\/90:hover{
  border-color: rgb(61 209 246 / 0.9);
}

.hover\:border-quaternary\/95:hover{
  border-color: rgb(61 209 246 / 0.95);
}

.hover\:border-quinary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.hover\:border-quinary-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.hover\:border-quinary-hover\/0:hover{
  border-color: rgb(112 126 222 / 0);
}

.hover\:border-quinary-hover\/10:hover{
  border-color: rgb(112 126 222 / 0.1);
}

.hover\:border-quinary-hover\/100:hover{
  border-color: rgb(112 126 222 / 1);
}

.hover\:border-quinary-hover\/15:hover{
  border-color: rgb(112 126 222 / 0.15);
}

.hover\:border-quinary-hover\/20:hover{
  border-color: rgb(112 126 222 / 0.2);
}

.hover\:border-quinary-hover\/25:hover{
  border-color: rgb(112 126 222 / 0.25);
}

.hover\:border-quinary-hover\/30:hover{
  border-color: rgb(112 126 222 / 0.3);
}

.hover\:border-quinary-hover\/35:hover{
  border-color: rgb(112 126 222 / 0.35);
}

.hover\:border-quinary-hover\/40:hover{
  border-color: rgb(112 126 222 / 0.4);
}

.hover\:border-quinary-hover\/45:hover{
  border-color: rgb(112 126 222 / 0.45);
}

.hover\:border-quinary-hover\/5:hover{
  border-color: rgb(112 126 222 / 0.05);
}

.hover\:border-quinary-hover\/50:hover{
  border-color: rgb(112 126 222 / 0.5);
}

.hover\:border-quinary-hover\/55:hover{
  border-color: rgb(112 126 222 / 0.55);
}

.hover\:border-quinary-hover\/60:hover{
  border-color: rgb(112 126 222 / 0.6);
}

.hover\:border-quinary-hover\/65:hover{
  border-color: rgb(112 126 222 / 0.65);
}

.hover\:border-quinary-hover\/70:hover{
  border-color: rgb(112 126 222 / 0.7);
}

.hover\:border-quinary-hover\/75:hover{
  border-color: rgb(112 126 222 / 0.75);
}

.hover\:border-quinary-hover\/80:hover{
  border-color: rgb(112 126 222 / 0.8);
}

.hover\:border-quinary-hover\/85:hover{
  border-color: rgb(112 126 222 / 0.85);
}

.hover\:border-quinary-hover\/90:hover{
  border-color: rgb(112 126 222 / 0.9);
}

.hover\:border-quinary-hover\/95:hover{
  border-color: rgb(112 126 222 / 0.95);
}

.hover\:border-quinary\/0:hover{
  border-color: rgb(136 150 244 / 0);
}

.hover\:border-quinary\/10:hover{
  border-color: rgb(136 150 244 / 0.1);
}

.hover\:border-quinary\/100:hover{
  border-color: rgb(136 150 244 / 1);
}

.hover\:border-quinary\/15:hover{
  border-color: rgb(136 150 244 / 0.15);
}

.hover\:border-quinary\/20:hover{
  border-color: rgb(136 150 244 / 0.2);
}

.hover\:border-quinary\/25:hover{
  border-color: rgb(136 150 244 / 0.25);
}

.hover\:border-quinary\/30:hover{
  border-color: rgb(136 150 244 / 0.3);
}

.hover\:border-quinary\/35:hover{
  border-color: rgb(136 150 244 / 0.35);
}

.hover\:border-quinary\/40:hover{
  border-color: rgb(136 150 244 / 0.4);
}

.hover\:border-quinary\/45:hover{
  border-color: rgb(136 150 244 / 0.45);
}

.hover\:border-quinary\/5:hover{
  border-color: rgb(136 150 244 / 0.05);
}

.hover\:border-quinary\/50:hover{
  border-color: rgb(136 150 244 / 0.5);
}

.hover\:border-quinary\/55:hover{
  border-color: rgb(136 150 244 / 0.55);
}

.hover\:border-quinary\/60:hover{
  border-color: rgb(136 150 244 / 0.6);
}

.hover\:border-quinary\/65:hover{
  border-color: rgb(136 150 244 / 0.65);
}

.hover\:border-quinary\/70:hover{
  border-color: rgb(136 150 244 / 0.7);
}

.hover\:border-quinary\/75:hover{
  border-color: rgb(136 150 244 / 0.75);
}

.hover\:border-quinary\/80:hover{
  border-color: rgb(136 150 244 / 0.8);
}

.hover\:border-quinary\/85:hover{
  border-color: rgb(136 150 244 / 0.85);
}

.hover\:border-quinary\/90:hover{
  border-color: rgb(136 150 244 / 0.9);
}

.hover\:border-quinary\/95:hover{
  border-color: rgb(136 150 244 / 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\/15:hover{
  border-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  border-color: rgb(254 226 226 / 0.35);
}

.hover\:border-red-100\/40:hover{
  border-color: rgb(254 226 226 / 0.4);
}

.hover\:border-red-100\/45:hover{
  border-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  border-color: rgb(254 226 226 / 0.55);
}

.hover\:border-red-100\/60:hover{
  border-color: rgb(254 226 226 / 0.6);
}

.hover\:border-red-100\/65:hover{
  border-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  border-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  border-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  border-color: rgb(254 202 202 / 0.35);
}

.hover\:border-red-200\/40:hover{
  border-color: rgb(254 202 202 / 0.4);
}

.hover\:border-red-200\/45:hover{
  border-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  border-color: rgb(254 202 202 / 0.55);
}

.hover\:border-red-200\/60:hover{
  border-color: rgb(254 202 202 / 0.6);
}

.hover\:border-red-200\/65:hover{
  border-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  border-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  border-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  border-color: rgb(252 165 165 / 0.35);
}

.hover\:border-red-300\/40:hover{
  border-color: rgb(252 165 165 / 0.4);
}

.hover\:border-red-300\/45:hover{
  border-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  border-color: rgb(252 165 165 / 0.55);
}

.hover\:border-red-300\/60:hover{
  border-color: rgb(252 165 165 / 0.6);
}

.hover\:border-red-300\/65:hover{
  border-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  border-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  border-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  border-color: rgb(248 113 113 / 0.35);
}

.hover\:border-red-400\/40:hover{
  border-color: rgb(248 113 113 / 0.4);
}

.hover\:border-red-400\/45:hover{
  border-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  border-color: rgb(248 113 113 / 0.55);
}

.hover\:border-red-400\/60:hover{
  border-color: rgb(248 113 113 / 0.6);
}

.hover\:border-red-400\/65:hover{
  border-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  border-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  border-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  border-color: rgb(254 242 242 / 0.35);
}

.hover\:border-red-50\/40:hover{
  border-color: rgb(254 242 242 / 0.4);
}

.hover\:border-red-50\/45:hover{
  border-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  border-color: rgb(254 242 242 / 0.55);
}

.hover\:border-red-50\/60:hover{
  border-color: rgb(254 242 242 / 0.6);
}

.hover\:border-red-50\/65:hover{
  border-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  border-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  border-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  border-color: rgb(239 68 68 / 0.35);
}

.hover\:border-red-500\/40:hover{
  border-color: rgb(239 68 68 / 0.4);
}

.hover\:border-red-500\/45:hover{
  border-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  border-color: rgb(239 68 68 / 0.55);
}

.hover\:border-red-500\/60:hover{
  border-color: rgb(239 68 68 / 0.6);
}

.hover\:border-red-500\/65:hover{
  border-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  border-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  border-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  border-color: rgb(220 38 38 / 0.35);
}

.hover\:border-red-600\/40:hover{
  border-color: rgb(220 38 38 / 0.4);
}

.hover\:border-red-600\/45:hover{
  border-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  border-color: rgb(220 38 38 / 0.55);
}

.hover\:border-red-600\/60:hover{
  border-color: rgb(220 38 38 / 0.6);
}

.hover\:border-red-600\/65:hover{
  border-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  border-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  border-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  border-color: rgb(185 28 28 / 0.35);
}

.hover\:border-red-700\/40:hover{
  border-color: rgb(185 28 28 / 0.4);
}

.hover\:border-red-700\/45:hover{
  border-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  border-color: rgb(185 28 28 / 0.55);
}

.hover\:border-red-700\/60:hover{
  border-color: rgb(185 28 28 / 0.6);
}

.hover\:border-red-700\/65:hover{
  border-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  border-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  border-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  border-color: rgb(153 27 27 / 0.35);
}

.hover\:border-red-800\/40:hover{
  border-color: rgb(153 27 27 / 0.4);
}

.hover\:border-red-800\/45:hover{
  border-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  border-color: rgb(153 27 27 / 0.55);
}

.hover\:border-red-800\/60:hover{
  border-color: rgb(153 27 27 / 0.6);
}

.hover\:border-red-800\/65:hover{
  border-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  border-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  border-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  border-color: rgb(127 29 29 / 0.35);
}

.hover\:border-red-900\/40:hover{
  border-color: rgb(127 29 29 / 0.4);
}

.hover\:border-red-900\/45:hover{
  border-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  border-color: rgb(127 29 29 / 0.55);
}

.hover\:border-red-900\/60:hover{
  border-color: rgb(127 29 29 / 0.6);
}

.hover\:border-red-900\/65:hover{
  border-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  border-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  border-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  border-color: rgb(69 10 10 / 0.35);
}

.hover\:border-red-950\/40:hover{
  border-color: rgb(69 10 10 / 0.4);
}

.hover\:border-red-950\/45:hover{
  border-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  border-color: rgb(69 10 10 / 0.55);
}

.hover\:border-red-950\/60:hover{
  border-color: rgb(69 10 10 / 0.6);
}

.hover\:border-red-950\/65:hover{
  border-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  border-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  border-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  border-color: rgb(255 228 230 / 0.35);
}

.hover\:border-rose-100\/40:hover{
  border-color: rgb(255 228 230 / 0.4);
}

.hover\:border-rose-100\/45:hover{
  border-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  border-color: rgb(255 228 230 / 0.55);
}

.hover\:border-rose-100\/60:hover{
  border-color: rgb(255 228 230 / 0.6);
}

.hover\:border-rose-100\/65:hover{
  border-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  border-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  border-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  border-color: rgb(254 205 211 / 0.35);
}

.hover\:border-rose-200\/40:hover{
  border-color: rgb(254 205 211 / 0.4);
}

.hover\:border-rose-200\/45:hover{
  border-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  border-color: rgb(254 205 211 / 0.55);
}

.hover\:border-rose-200\/60:hover{
  border-color: rgb(254 205 211 / 0.6);
}

.hover\:border-rose-200\/65:hover{
  border-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  border-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  border-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  border-color: rgb(253 164 175 / 0.35);
}

.hover\:border-rose-300\/40:hover{
  border-color: rgb(253 164 175 / 0.4);
}

.hover\:border-rose-300\/45:hover{
  border-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  border-color: rgb(253 164 175 / 0.55);
}

.hover\:border-rose-300\/60:hover{
  border-color: rgb(253 164 175 / 0.6);
}

.hover\:border-rose-300\/65:hover{
  border-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  border-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  border-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  border-color: rgb(251 113 133 / 0.35);
}

.hover\:border-rose-400\/40:hover{
  border-color: rgb(251 113 133 / 0.4);
}

.hover\:border-rose-400\/45:hover{
  border-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  border-color: rgb(251 113 133 / 0.55);
}

.hover\:border-rose-400\/60:hover{
  border-color: rgb(251 113 133 / 0.6);
}

.hover\:border-rose-400\/65:hover{
  border-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  border-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  border-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  border-color: rgb(255 241 242 / 0.35);
}

.hover\:border-rose-50\/40:hover{
  border-color: rgb(255 241 242 / 0.4);
}

.hover\:border-rose-50\/45:hover{
  border-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  border-color: rgb(255 241 242 / 0.55);
}

.hover\:border-rose-50\/60:hover{
  border-color: rgb(255 241 242 / 0.6);
}

.hover\:border-rose-50\/65:hover{
  border-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  border-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  border-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  border-color: rgb(244 63 94 / 0.35);
}

.hover\:border-rose-500\/40:hover{
  border-color: rgb(244 63 94 / 0.4);
}

.hover\:border-rose-500\/45:hover{
  border-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  border-color: rgb(244 63 94 / 0.55);
}

.hover\:border-rose-500\/60:hover{
  border-color: rgb(244 63 94 / 0.6);
}

.hover\:border-rose-500\/65:hover{
  border-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  border-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  border-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  border-color: rgb(225 29 72 / 0.35);
}

.hover\:border-rose-600\/40:hover{
  border-color: rgb(225 29 72 / 0.4);
}

.hover\:border-rose-600\/45:hover{
  border-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  border-color: rgb(225 29 72 / 0.55);
}

.hover\:border-rose-600\/60:hover{
  border-color: rgb(225 29 72 / 0.6);
}

.hover\:border-rose-600\/65:hover{
  border-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  border-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  border-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  border-color: rgb(190 18 60 / 0.35);
}

.hover\:border-rose-700\/40:hover{
  border-color: rgb(190 18 60 / 0.4);
}

.hover\:border-rose-700\/45:hover{
  border-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  border-color: rgb(190 18 60 / 0.55);
}

.hover\:border-rose-700\/60:hover{
  border-color: rgb(190 18 60 / 0.6);
}

.hover\:border-rose-700\/65:hover{
  border-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  border-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  border-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  border-color: rgb(159 18 57 / 0.35);
}

.hover\:border-rose-800\/40:hover{
  border-color: rgb(159 18 57 / 0.4);
}

.hover\:border-rose-800\/45:hover{
  border-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  border-color: rgb(159 18 57 / 0.55);
}

.hover\:border-rose-800\/60:hover{
  border-color: rgb(159 18 57 / 0.6);
}

.hover\:border-rose-800\/65:hover{
  border-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  border-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  border-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  border-color: rgb(136 19 55 / 0.35);
}

.hover\:border-rose-900\/40:hover{
  border-color: rgb(136 19 55 / 0.4);
}

.hover\:border-rose-900\/45:hover{
  border-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  border-color: rgb(136 19 55 / 0.55);
}

.hover\:border-rose-900\/60:hover{
  border-color: rgb(136 19 55 / 0.6);
}

.hover\:border-rose-900\/65:hover{
  border-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  border-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  border-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  border-color: rgb(76 5 25 / 0.35);
}

.hover\:border-rose-950\/40:hover{
  border-color: rgb(76 5 25 / 0.4);
}

.hover\:border-rose-950\/45:hover{
  border-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  border-color: rgb(76 5 25 / 0.55);
}

.hover\:border-rose-950\/60:hover{
  border-color: rgb(76 5 25 / 0.6);
}

.hover\:border-rose-950\/65:hover{
  border-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  border-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.hover\:border-secondary\/0:hover{
  border-color: rgb(141 147 167 / 0);
}

.hover\:border-secondary\/10:hover{
  border-color: rgb(141 147 167 / 0.1);
}

.hover\:border-secondary\/100:hover{
  border-color: rgb(141 147 167 / 1);
}

.hover\:border-secondary\/15:hover{
  border-color: rgb(141 147 167 / 0.15);
}

.hover\:border-secondary\/20:hover{
  border-color: rgb(141 147 167 / 0.2);
}

.hover\:border-secondary\/25:hover{
  border-color: rgb(141 147 167 / 0.25);
}

.hover\:border-secondary\/30:hover{
  border-color: rgb(141 147 167 / 0.3);
}

.hover\:border-secondary\/35:hover{
  border-color: rgb(141 147 167 / 0.35);
}

.hover\:border-secondary\/40:hover{
  border-color: rgb(141 147 167 / 0.4);
}

.hover\:border-secondary\/45:hover{
  border-color: rgb(141 147 167 / 0.45);
}

.hover\:border-secondary\/5:hover{
  border-color: rgb(141 147 167 / 0.05);
}

.hover\:border-secondary\/50:hover{
  border-color: rgb(141 147 167 / 0.5);
}

.hover\:border-secondary\/55:hover{
  border-color: rgb(141 147 167 / 0.55);
}

.hover\:border-secondary\/60:hover{
  border-color: rgb(141 147 167 / 0.6);
}

.hover\:border-secondary\/65:hover{
  border-color: rgb(141 147 167 / 0.65);
}

.hover\:border-secondary\/70:hover{
  border-color: rgb(141 147 167 / 0.7);
}

.hover\:border-secondary\/75:hover{
  border-color: rgb(141 147 167 / 0.75);
}

.hover\:border-secondary\/80:hover{
  border-color: rgb(141 147 167 / 0.8);
}

.hover\:border-secondary\/85:hover{
  border-color: rgb(141 147 167 / 0.85);
}

.hover\:border-secondary\/90:hover{
  border-color: rgb(141 147 167 / 0.9);
}

.hover\:border-secondary\/95:hover{
  border-color: rgb(141 147 167 / 0.95);
}

.hover\:border-senary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.hover\:border-senary\/0:hover{
  border-color: rgb(73 134 231 / 0);
}

.hover\:border-senary\/10:hover{
  border-color: rgb(73 134 231 / 0.1);
}

.hover\:border-senary\/100:hover{
  border-color: rgb(73 134 231 / 1);
}

.hover\:border-senary\/15:hover{
  border-color: rgb(73 134 231 / 0.15);
}

.hover\:border-senary\/20:hover{
  border-color: rgb(73 134 231 / 0.2);
}

.hover\:border-senary\/25:hover{
  border-color: rgb(73 134 231 / 0.25);
}

.hover\:border-senary\/30:hover{
  border-color: rgb(73 134 231 / 0.3);
}

.hover\:border-senary\/35:hover{
  border-color: rgb(73 134 231 / 0.35);
}

.hover\:border-senary\/40:hover{
  border-color: rgb(73 134 231 / 0.4);
}

.hover\:border-senary\/45:hover{
  border-color: rgb(73 134 231 / 0.45);
}

.hover\:border-senary\/5:hover{
  border-color: rgb(73 134 231 / 0.05);
}

.hover\:border-senary\/50:hover{
  border-color: rgb(73 134 231 / 0.5);
}

.hover\:border-senary\/55:hover{
  border-color: rgb(73 134 231 / 0.55);
}

.hover\:border-senary\/60:hover{
  border-color: rgb(73 134 231 / 0.6);
}

.hover\:border-senary\/65:hover{
  border-color: rgb(73 134 231 / 0.65);
}

.hover\:border-senary\/70:hover{
  border-color: rgb(73 134 231 / 0.7);
}

.hover\:border-senary\/75:hover{
  border-color: rgb(73 134 231 / 0.75);
}

.hover\:border-senary\/80:hover{
  border-color: rgb(73 134 231 / 0.8);
}

.hover\:border-senary\/85:hover{
  border-color: rgb(73 134 231 / 0.85);
}

.hover\:border-senary\/90:hover{
  border-color: rgb(73 134 231 / 0.9);
}

.hover\:border-senary\/95:hover{
  border-color: rgb(73 134 231 / 0.95);
}

.hover\:border-septenary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.hover\:border-septenary\/0:hover{
  border-color: rgb(49 88 129 / 0);
}

.hover\:border-septenary\/10:hover{
  border-color: rgb(49 88 129 / 0.1);
}

.hover\:border-septenary\/100:hover{
  border-color: rgb(49 88 129 / 1);
}

.hover\:border-septenary\/15:hover{
  border-color: rgb(49 88 129 / 0.15);
}

.hover\:border-septenary\/20:hover{
  border-color: rgb(49 88 129 / 0.2);
}

.hover\:border-septenary\/25:hover{
  border-color: rgb(49 88 129 / 0.25);
}

.hover\:border-septenary\/30:hover{
  border-color: rgb(49 88 129 / 0.3);
}

.hover\:border-septenary\/35:hover{
  border-color: rgb(49 88 129 / 0.35);
}

.hover\:border-septenary\/40:hover{
  border-color: rgb(49 88 129 / 0.4);
}

.hover\:border-septenary\/45:hover{
  border-color: rgb(49 88 129 / 0.45);
}

.hover\:border-septenary\/5:hover{
  border-color: rgb(49 88 129 / 0.05);
}

.hover\:border-septenary\/50:hover{
  border-color: rgb(49 88 129 / 0.5);
}

.hover\:border-septenary\/55:hover{
  border-color: rgb(49 88 129 / 0.55);
}

.hover\:border-septenary\/60:hover{
  border-color: rgb(49 88 129 / 0.6);
}

.hover\:border-septenary\/65:hover{
  border-color: rgb(49 88 129 / 0.65);
}

.hover\:border-septenary\/70:hover{
  border-color: rgb(49 88 129 / 0.7);
}

.hover\:border-septenary\/75:hover{
  border-color: rgb(49 88 129 / 0.75);
}

.hover\:border-septenary\/80:hover{
  border-color: rgb(49 88 129 / 0.8);
}

.hover\:border-septenary\/85:hover{
  border-color: rgb(49 88 129 / 0.85);
}

.hover\:border-septenary\/90:hover{
  border-color: rgb(49 88 129 / 0.9);
}

.hover\:border-septenary\/95:hover{
  border-color: rgb(49 88 129 / 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\/15:hover{
  border-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  border-color: rgb(224 242 254 / 0.35);
}

.hover\:border-sky-100\/40:hover{
  border-color: rgb(224 242 254 / 0.4);
}

.hover\:border-sky-100\/45:hover{
  border-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  border-color: rgb(224 242 254 / 0.55);
}

.hover\:border-sky-100\/60:hover{
  border-color: rgb(224 242 254 / 0.6);
}

.hover\:border-sky-100\/65:hover{
  border-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  border-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  border-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  border-color: rgb(186 230 253 / 0.35);
}

.hover\:border-sky-200\/40:hover{
  border-color: rgb(186 230 253 / 0.4);
}

.hover\:border-sky-200\/45:hover{
  border-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  border-color: rgb(186 230 253 / 0.55);
}

.hover\:border-sky-200\/60:hover{
  border-color: rgb(186 230 253 / 0.6);
}

.hover\:border-sky-200\/65:hover{
  border-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  border-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  border-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  border-color: rgb(125 211 252 / 0.35);
}

.hover\:border-sky-300\/40:hover{
  border-color: rgb(125 211 252 / 0.4);
}

.hover\:border-sky-300\/45:hover{
  border-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  border-color: rgb(125 211 252 / 0.55);
}

.hover\:border-sky-300\/60:hover{
  border-color: rgb(125 211 252 / 0.6);
}

.hover\:border-sky-300\/65:hover{
  border-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  border-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  border-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  border-color: rgb(56 189 248 / 0.35);
}

.hover\:border-sky-400\/40:hover{
  border-color: rgb(56 189 248 / 0.4);
}

.hover\:border-sky-400\/45:hover{
  border-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  border-color: rgb(56 189 248 / 0.55);
}

.hover\:border-sky-400\/60:hover{
  border-color: rgb(56 189 248 / 0.6);
}

.hover\:border-sky-400\/65:hover{
  border-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  border-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  border-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(240 249 255 / 0.35);
}

.hover\:border-sky-50\/40:hover{
  border-color: rgb(240 249 255 / 0.4);
}

.hover\:border-sky-50\/45:hover{
  border-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(240 249 255 / 0.55);
}

.hover\:border-sky-50\/60:hover{
  border-color: rgb(240 249 255 / 0.6);
}

.hover\:border-sky-50\/65:hover{
  border-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  border-color: rgb(14 165 233 / 0.35);
}

.hover\:border-sky-500\/40:hover{
  border-color: rgb(14 165 233 / 0.4);
}

.hover\:border-sky-500\/45:hover{
  border-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  border-color: rgb(14 165 233 / 0.55);
}

.hover\:border-sky-500\/60:hover{
  border-color: rgb(14 165 233 / 0.6);
}

.hover\:border-sky-500\/65:hover{
  border-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  border-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  border-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  border-color: rgb(2 132 199 / 0.35);
}

.hover\:border-sky-600\/40:hover{
  border-color: rgb(2 132 199 / 0.4);
}

.hover\:border-sky-600\/45:hover{
  border-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  border-color: rgb(2 132 199 / 0.55);
}

.hover\:border-sky-600\/60:hover{
  border-color: rgb(2 132 199 / 0.6);
}

.hover\:border-sky-600\/65:hover{
  border-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  border-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  border-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  border-color: rgb(3 105 161 / 0.35);
}

.hover\:border-sky-700\/40:hover{
  border-color: rgb(3 105 161 / 0.4);
}

.hover\:border-sky-700\/45:hover{
  border-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  border-color: rgb(3 105 161 / 0.55);
}

.hover\:border-sky-700\/60:hover{
  border-color: rgb(3 105 161 / 0.6);
}

.hover\:border-sky-700\/65:hover{
  border-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  border-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  border-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  border-color: rgb(7 89 133 / 0.35);
}

.hover\:border-sky-800\/40:hover{
  border-color: rgb(7 89 133 / 0.4);
}

.hover\:border-sky-800\/45:hover{
  border-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  border-color: rgb(7 89 133 / 0.55);
}

.hover\:border-sky-800\/60:hover{
  border-color: rgb(7 89 133 / 0.6);
}

.hover\:border-sky-800\/65:hover{
  border-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  border-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  border-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  border-color: rgb(12 74 110 / 0.35);
}

.hover\:border-sky-900\/40:hover{
  border-color: rgb(12 74 110 / 0.4);
}

.hover\:border-sky-900\/45:hover{
  border-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  border-color: rgb(12 74 110 / 0.55);
}

.hover\:border-sky-900\/60:hover{
  border-color: rgb(12 74 110 / 0.6);
}

.hover\:border-sky-900\/65:hover{
  border-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  border-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  border-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  border-color: rgb(8 47 73 / 0.35);
}

.hover\:border-sky-950\/40:hover{
  border-color: rgb(8 47 73 / 0.4);
}

.hover\:border-sky-950\/45:hover{
  border-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  border-color: rgb(8 47 73 / 0.55);
}

.hover\:border-sky-950\/60:hover{
  border-color: rgb(8 47 73 / 0.6);
}

.hover\:border-sky-950\/65:hover{
  border-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  border-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  border-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  border-color: rgb(241 245 249 / 0.35);
}

.hover\:border-slate-100\/40:hover{
  border-color: rgb(241 245 249 / 0.4);
}

.hover\:border-slate-100\/45:hover{
  border-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  border-color: rgb(241 245 249 / 0.55);
}

.hover\:border-slate-100\/60:hover{
  border-color: rgb(241 245 249 / 0.6);
}

.hover\:border-slate-100\/65:hover{
  border-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  border-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  border-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  border-color: rgb(226 232 240 / 0.35);
}

.hover\:border-slate-200\/40:hover{
  border-color: rgb(226 232 240 / 0.4);
}

.hover\:border-slate-200\/45:hover{
  border-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  border-color: rgb(226 232 240 / 0.55);
}

.hover\:border-slate-200\/60:hover{
  border-color: rgb(226 232 240 / 0.6);
}

.hover\:border-slate-200\/65:hover{
  border-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  border-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  border-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  border-color: rgb(203 213 225 / 0.35);
}

.hover\:border-slate-300\/40:hover{
  border-color: rgb(203 213 225 / 0.4);
}

.hover\:border-slate-300\/45:hover{
  border-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  border-color: rgb(203 213 225 / 0.55);
}

.hover\:border-slate-300\/60:hover{
  border-color: rgb(203 213 225 / 0.6);
}

.hover\:border-slate-300\/65:hover{
  border-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  border-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  border-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  border-color: rgb(148 163 184 / 0.35);
}

.hover\:border-slate-400\/40:hover{
  border-color: rgb(148 163 184 / 0.4);
}

.hover\:border-slate-400\/45:hover{
  border-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  border-color: rgb(148 163 184 / 0.55);
}

.hover\:border-slate-400\/60:hover{
  border-color: rgb(148 163 184 / 0.6);
}

.hover\:border-slate-400\/65:hover{
  border-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  border-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  border-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  border-color: rgb(248 250 252 / 0.35);
}

.hover\:border-slate-50\/40:hover{
  border-color: rgb(248 250 252 / 0.4);
}

.hover\:border-slate-50\/45:hover{
  border-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  border-color: rgb(248 250 252 / 0.55);
}

.hover\:border-slate-50\/60:hover{
  border-color: rgb(248 250 252 / 0.6);
}

.hover\:border-slate-50\/65:hover{
  border-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  border-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  border-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  border-color: rgb(100 116 139 / 0.35);
}

.hover\:border-slate-500\/40:hover{
  border-color: rgb(100 116 139 / 0.4);
}

.hover\:border-slate-500\/45:hover{
  border-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  border-color: rgb(100 116 139 / 0.55);
}

.hover\:border-slate-500\/60:hover{
  border-color: rgb(100 116 139 / 0.6);
}

.hover\:border-slate-500\/65:hover{
  border-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  border-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  border-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  border-color: rgb(71 85 105 / 0.35);
}

.hover\:border-slate-600\/40:hover{
  border-color: rgb(71 85 105 / 0.4);
}

.hover\:border-slate-600\/45:hover{
  border-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  border-color: rgb(71 85 105 / 0.55);
}

.hover\:border-slate-600\/60:hover{
  border-color: rgb(71 85 105 / 0.6);
}

.hover\:border-slate-600\/65:hover{
  border-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  border-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  border-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  border-color: rgb(51 65 85 / 0.35);
}

.hover\:border-slate-700\/40:hover{
  border-color: rgb(51 65 85 / 0.4);
}

.hover\:border-slate-700\/45:hover{
  border-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  border-color: rgb(51 65 85 / 0.55);
}

.hover\:border-slate-700\/60:hover{
  border-color: rgb(51 65 85 / 0.6);
}

.hover\:border-slate-700\/65:hover{
  border-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  border-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  border-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  border-color: rgb(30 41 59 / 0.35);
}

.hover\:border-slate-800\/40:hover{
  border-color: rgb(30 41 59 / 0.4);
}

.hover\:border-slate-800\/45:hover{
  border-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  border-color: rgb(30 41 59 / 0.55);
}

.hover\:border-slate-800\/60:hover{
  border-color: rgb(30 41 59 / 0.6);
}

.hover\:border-slate-800\/65:hover{
  border-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  border-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  border-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  border-color: rgb(15 23 42 / 0.35);
}

.hover\:border-slate-900\/40:hover{
  border-color: rgb(15 23 42 / 0.4);
}

.hover\:border-slate-900\/45:hover{
  border-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  border-color: rgb(15 23 42 / 0.55);
}

.hover\:border-slate-900\/60:hover{
  border-color: rgb(15 23 42 / 0.6);
}

.hover\:border-slate-900\/65:hover{
  border-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  border-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  border-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  border-color: rgb(2 6 23 / 0.35);
}

.hover\:border-slate-950\/40:hover{
  border-color: rgb(2 6 23 / 0.4);
}

.hover\:border-slate-950\/45:hover{
  border-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  border-color: rgb(2 6 23 / 0.55);
}

.hover\:border-slate-950\/60:hover{
  border-color: rgb(2 6 23 / 0.6);
}

.hover\:border-slate-950\/65:hover{
  border-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  border-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  border-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  border-color: rgb(245 245 244 / 0.35);
}

.hover\:border-stone-100\/40:hover{
  border-color: rgb(245 245 244 / 0.4);
}

.hover\:border-stone-100\/45:hover{
  border-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  border-color: rgb(245 245 244 / 0.55);
}

.hover\:border-stone-100\/60:hover{
  border-color: rgb(245 245 244 / 0.6);
}

.hover\:border-stone-100\/65:hover{
  border-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  border-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  border-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  border-color: rgb(231 229 228 / 0.35);
}

.hover\:border-stone-200\/40:hover{
  border-color: rgb(231 229 228 / 0.4);
}

.hover\:border-stone-200\/45:hover{
  border-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  border-color: rgb(231 229 228 / 0.55);
}

.hover\:border-stone-200\/60:hover{
  border-color: rgb(231 229 228 / 0.6);
}

.hover\:border-stone-200\/65:hover{
  border-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  border-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  border-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  border-color: rgb(214 211 209 / 0.35);
}

.hover\:border-stone-300\/40:hover{
  border-color: rgb(214 211 209 / 0.4);
}

.hover\:border-stone-300\/45:hover{
  border-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  border-color: rgb(214 211 209 / 0.55);
}

.hover\:border-stone-300\/60:hover{
  border-color: rgb(214 211 209 / 0.6);
}

.hover\:border-stone-300\/65:hover{
  border-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  border-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  border-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  border-color: rgb(168 162 158 / 0.35);
}

.hover\:border-stone-400\/40:hover{
  border-color: rgb(168 162 158 / 0.4);
}

.hover\:border-stone-400\/45:hover{
  border-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  border-color: rgb(168 162 158 / 0.55);
}

.hover\:border-stone-400\/60:hover{
  border-color: rgb(168 162 158 / 0.6);
}

.hover\:border-stone-400\/65:hover{
  border-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  border-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  border-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  border-color: rgb(250 250 249 / 0.35);
}

.hover\:border-stone-50\/40:hover{
  border-color: rgb(250 250 249 / 0.4);
}

.hover\:border-stone-50\/45:hover{
  border-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  border-color: rgb(250 250 249 / 0.55);
}

.hover\:border-stone-50\/60:hover{
  border-color: rgb(250 250 249 / 0.6);
}

.hover\:border-stone-50\/65:hover{
  border-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  border-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  border-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  border-color: rgb(120 113 108 / 0.35);
}

.hover\:border-stone-500\/40:hover{
  border-color: rgb(120 113 108 / 0.4);
}

.hover\:border-stone-500\/45:hover{
  border-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  border-color: rgb(120 113 108 / 0.55);
}

.hover\:border-stone-500\/60:hover{
  border-color: rgb(120 113 108 / 0.6);
}

.hover\:border-stone-500\/65:hover{
  border-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  border-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  border-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  border-color: rgb(87 83 78 / 0.35);
}

.hover\:border-stone-600\/40:hover{
  border-color: rgb(87 83 78 / 0.4);
}

.hover\:border-stone-600\/45:hover{
  border-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  border-color: rgb(87 83 78 / 0.55);
}

.hover\:border-stone-600\/60:hover{
  border-color: rgb(87 83 78 / 0.6);
}

.hover\:border-stone-600\/65:hover{
  border-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  border-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  border-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  border-color: rgb(68 64 60 / 0.35);
}

.hover\:border-stone-700\/40:hover{
  border-color: rgb(68 64 60 / 0.4);
}

.hover\:border-stone-700\/45:hover{
  border-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  border-color: rgb(68 64 60 / 0.55);
}

.hover\:border-stone-700\/60:hover{
  border-color: rgb(68 64 60 / 0.6);
}

.hover\:border-stone-700\/65:hover{
  border-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  border-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  border-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  border-color: rgb(41 37 36 / 0.35);
}

.hover\:border-stone-800\/40:hover{
  border-color: rgb(41 37 36 / 0.4);
}

.hover\:border-stone-800\/45:hover{
  border-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  border-color: rgb(41 37 36 / 0.55);
}

.hover\:border-stone-800\/60:hover{
  border-color: rgb(41 37 36 / 0.6);
}

.hover\:border-stone-800\/65:hover{
  border-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  border-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  border-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  border-color: rgb(28 25 23 / 0.35);
}

.hover\:border-stone-900\/40:hover{
  border-color: rgb(28 25 23 / 0.4);
}

.hover\:border-stone-900\/45:hover{
  border-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  border-color: rgb(28 25 23 / 0.55);
}

.hover\:border-stone-900\/60:hover{
  border-color: rgb(28 25 23 / 0.6);
}

.hover\:border-stone-900\/65:hover{
  border-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  border-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  border-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  border-color: rgb(12 10 9 / 0.35);
}

.hover\:border-stone-950\/40:hover{
  border-color: rgb(12 10 9 / 0.4);
}

.hover\:border-stone-950\/45:hover{
  border-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  border-color: rgb(12 10 9 / 0.55);
}

.hover\:border-stone-950\/60:hover{
  border-color: rgb(12 10 9 / 0.6);
}

.hover\:border-stone-950\/65:hover{
  border-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  border-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-border-opacity: 1;
  border-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.hover\:border-success\/0:hover{
  border-color: rgb(7 196 149 / 0);
}

.hover\:border-success\/10:hover{
  border-color: rgb(7 196 149 / 0.1);
}

.hover\:border-success\/100:hover{
  border-color: rgb(7 196 149 / 1);
}

.hover\:border-success\/15:hover{
  border-color: rgb(7 196 149 / 0.15);
}

.hover\:border-success\/20:hover{
  border-color: rgb(7 196 149 / 0.2);
}

.hover\:border-success\/25:hover{
  border-color: rgb(7 196 149 / 0.25);
}

.hover\:border-success\/30:hover{
  border-color: rgb(7 196 149 / 0.3);
}

.hover\:border-success\/35:hover{
  border-color: rgb(7 196 149 / 0.35);
}

.hover\:border-success\/40:hover{
  border-color: rgb(7 196 149 / 0.4);
}

.hover\:border-success\/45:hover{
  border-color: rgb(7 196 149 / 0.45);
}

.hover\:border-success\/5:hover{
  border-color: rgb(7 196 149 / 0.05);
}

.hover\:border-success\/50:hover{
  border-color: rgb(7 196 149 / 0.5);
}

.hover\:border-success\/55:hover{
  border-color: rgb(7 196 149 / 0.55);
}

.hover\:border-success\/60:hover{
  border-color: rgb(7 196 149 / 0.6);
}

.hover\:border-success\/65:hover{
  border-color: rgb(7 196 149 / 0.65);
}

.hover\:border-success\/70:hover{
  border-color: rgb(7 196 149 / 0.7);
}

.hover\:border-success\/75:hover{
  border-color: rgb(7 196 149 / 0.75);
}

.hover\:border-success\/80:hover{
  border-color: rgb(7 196 149 / 0.8);
}

.hover\:border-success\/85:hover{
  border-color: rgb(7 196 149 / 0.85);
}

.hover\:border-success\/90:hover{
  border-color: rgb(7 196 149 / 0.9);
}

.hover\:border-success\/95:hover{
  border-color: rgb(7 196 149 / 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\/15:hover{
  border-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  border-color: rgb(204 251 241 / 0.35);
}

.hover\:border-teal-100\/40:hover{
  border-color: rgb(204 251 241 / 0.4);
}

.hover\:border-teal-100\/45:hover{
  border-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  border-color: rgb(204 251 241 / 0.55);
}

.hover\:border-teal-100\/60:hover{
  border-color: rgb(204 251 241 / 0.6);
}

.hover\:border-teal-100\/65:hover{
  border-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  border-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  border-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  border-color: rgb(153 246 228 / 0.35);
}

.hover\:border-teal-200\/40:hover{
  border-color: rgb(153 246 228 / 0.4);
}

.hover\:border-teal-200\/45:hover{
  border-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  border-color: rgb(153 246 228 / 0.55);
}

.hover\:border-teal-200\/60:hover{
  border-color: rgb(153 246 228 / 0.6);
}

.hover\:border-teal-200\/65:hover{
  border-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  border-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  border-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  border-color: rgb(94 234 212 / 0.35);
}

.hover\:border-teal-300\/40:hover{
  border-color: rgb(94 234 212 / 0.4);
}

.hover\:border-teal-300\/45:hover{
  border-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  border-color: rgb(94 234 212 / 0.55);
}

.hover\:border-teal-300\/60:hover{
  border-color: rgb(94 234 212 / 0.6);
}

.hover\:border-teal-300\/65:hover{
  border-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  border-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  border-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  border-color: rgb(45 212 191 / 0.35);
}

.hover\:border-teal-400\/40:hover{
  border-color: rgb(45 212 191 / 0.4);
}

.hover\:border-teal-400\/45:hover{
  border-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  border-color: rgb(45 212 191 / 0.55);
}

.hover\:border-teal-400\/60:hover{
  border-color: rgb(45 212 191 / 0.6);
}

.hover\:border-teal-400\/65:hover{
  border-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  border-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  border-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  border-color: rgb(240 253 250 / 0.35);
}

.hover\:border-teal-50\/40:hover{
  border-color: rgb(240 253 250 / 0.4);
}

.hover\:border-teal-50\/45:hover{
  border-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  border-color: rgb(240 253 250 / 0.55);
}

.hover\:border-teal-50\/60:hover{
  border-color: rgb(240 253 250 / 0.6);
}

.hover\:border-teal-50\/65:hover{
  border-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  border-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  border-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  border-color: rgb(20 184 166 / 0.35);
}

.hover\:border-teal-500\/40:hover{
  border-color: rgb(20 184 166 / 0.4);
}

.hover\:border-teal-500\/45:hover{
  border-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  border-color: rgb(20 184 166 / 0.55);
}

.hover\:border-teal-500\/60:hover{
  border-color: rgb(20 184 166 / 0.6);
}

.hover\:border-teal-500\/65:hover{
  border-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  border-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  border-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  border-color: rgb(13 148 136 / 0.35);
}

.hover\:border-teal-600\/40:hover{
  border-color: rgb(13 148 136 / 0.4);
}

.hover\:border-teal-600\/45:hover{
  border-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  border-color: rgb(13 148 136 / 0.55);
}

.hover\:border-teal-600\/60:hover{
  border-color: rgb(13 148 136 / 0.6);
}

.hover\:border-teal-600\/65:hover{
  border-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  border-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  border-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  border-color: rgb(15 118 110 / 0.35);
}

.hover\:border-teal-700\/40:hover{
  border-color: rgb(15 118 110 / 0.4);
}

.hover\:border-teal-700\/45:hover{
  border-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  border-color: rgb(15 118 110 / 0.55);
}

.hover\:border-teal-700\/60:hover{
  border-color: rgb(15 118 110 / 0.6);
}

.hover\:border-teal-700\/65:hover{
  border-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  border-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  border-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  border-color: rgb(17 94 89 / 0.35);
}

.hover\:border-teal-800\/40:hover{
  border-color: rgb(17 94 89 / 0.4);
}

.hover\:border-teal-800\/45:hover{
  border-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  border-color: rgb(17 94 89 / 0.55);
}

.hover\:border-teal-800\/60:hover{
  border-color: rgb(17 94 89 / 0.6);
}

.hover\:border-teal-800\/65:hover{
  border-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  border-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  border-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  border-color: rgb(19 78 74 / 0.35);
}

.hover\:border-teal-900\/40:hover{
  border-color: rgb(19 78 74 / 0.4);
}

.hover\:border-teal-900\/45:hover{
  border-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  border-color: rgb(19 78 74 / 0.55);
}

.hover\:border-teal-900\/60:hover{
  border-color: rgb(19 78 74 / 0.6);
}

.hover\:border-teal-900\/65:hover{
  border-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  border-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  border-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  border-color: rgb(4 47 46 / 0.35);
}

.hover\:border-teal-950\/40:hover{
  border-color: rgb(4 47 46 / 0.4);
}

.hover\:border-teal-950\/45:hover{
  border-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  border-color: rgb(4 47 46 / 0.55);
}

.hover\:border-teal-950\/60:hover{
  border-color: rgb(4 47 46 / 0.6);
}

.hover\:border-teal-950\/65:hover{
  border-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  border-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.hover\:border-tertiary-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.hover\:border-tertiary-hover\/0:hover{
  border-color: rgb(20 123 223 / 0);
}

.hover\:border-tertiary-hover\/10:hover{
  border-color: rgb(20 123 223 / 0.1);
}

.hover\:border-tertiary-hover\/100:hover{
  border-color: rgb(20 123 223 / 1);
}

.hover\:border-tertiary-hover\/15:hover{
  border-color: rgb(20 123 223 / 0.15);
}

.hover\:border-tertiary-hover\/20:hover{
  border-color: rgb(20 123 223 / 0.2);
}

.hover\:border-tertiary-hover\/25:hover{
  border-color: rgb(20 123 223 / 0.25);
}

.hover\:border-tertiary-hover\/30:hover{
  border-color: rgb(20 123 223 / 0.3);
}

.hover\:border-tertiary-hover\/35:hover{
  border-color: rgb(20 123 223 / 0.35);
}

.hover\:border-tertiary-hover\/40:hover{
  border-color: rgb(20 123 223 / 0.4);
}

.hover\:border-tertiary-hover\/45:hover{
  border-color: rgb(20 123 223 / 0.45);
}

.hover\:border-tertiary-hover\/5:hover{
  border-color: rgb(20 123 223 / 0.05);
}

.hover\:border-tertiary-hover\/50:hover{
  border-color: rgb(20 123 223 / 0.5);
}

.hover\:border-tertiary-hover\/55:hover{
  border-color: rgb(20 123 223 / 0.55);
}

.hover\:border-tertiary-hover\/60:hover{
  border-color: rgb(20 123 223 / 0.6);
}

.hover\:border-tertiary-hover\/65:hover{
  border-color: rgb(20 123 223 / 0.65);
}

.hover\:border-tertiary-hover\/70:hover{
  border-color: rgb(20 123 223 / 0.7);
}

.hover\:border-tertiary-hover\/75:hover{
  border-color: rgb(20 123 223 / 0.75);
}

.hover\:border-tertiary-hover\/80:hover{
  border-color: rgb(20 123 223 / 0.8);
}

.hover\:border-tertiary-hover\/85:hover{
  border-color: rgb(20 123 223 / 0.85);
}

.hover\:border-tertiary-hover\/90:hover{
  border-color: rgb(20 123 223 / 0.9);
}

.hover\:border-tertiary-hover\/95:hover{
  border-color: rgb(20 123 223 / 0.95);
}

.hover\:border-tertiary\/0:hover{
  border-color: rgb(22 137 252 / 0);
}

.hover\:border-tertiary\/10:hover{
  border-color: rgb(22 137 252 / 0.1);
}

.hover\:border-tertiary\/100:hover{
  border-color: rgb(22 137 252 / 1);
}

.hover\:border-tertiary\/15:hover{
  border-color: rgb(22 137 252 / 0.15);
}

.hover\:border-tertiary\/20:hover{
  border-color: rgb(22 137 252 / 0.2);
}

.hover\:border-tertiary\/25:hover{
  border-color: rgb(22 137 252 / 0.25);
}

.hover\:border-tertiary\/30:hover{
  border-color: rgb(22 137 252 / 0.3);
}

.hover\:border-tertiary\/35:hover{
  border-color: rgb(22 137 252 / 0.35);
}

.hover\:border-tertiary\/40:hover{
  border-color: rgb(22 137 252 / 0.4);
}

.hover\:border-tertiary\/45:hover{
  border-color: rgb(22 137 252 / 0.45);
}

.hover\:border-tertiary\/5:hover{
  border-color: rgb(22 137 252 / 0.05);
}

.hover\:border-tertiary\/50:hover{
  border-color: rgb(22 137 252 / 0.5);
}

.hover\:border-tertiary\/55:hover{
  border-color: rgb(22 137 252 / 0.55);
}

.hover\:border-tertiary\/60:hover{
  border-color: rgb(22 137 252 / 0.6);
}

.hover\:border-tertiary\/65:hover{
  border-color: rgb(22 137 252 / 0.65);
}

.hover\:border-tertiary\/70:hover{
  border-color: rgb(22 137 252 / 0.7);
}

.hover\:border-tertiary\/75:hover{
  border-color: rgb(22 137 252 / 0.75);
}

.hover\:border-tertiary\/80:hover{
  border-color: rgb(22 137 252 / 0.8);
}

.hover\:border-tertiary\/85:hover{
  border-color: rgb(22 137 252 / 0.85);
}

.hover\:border-tertiary\/90:hover{
  border-color: rgb(22 137 252 / 0.9);
}

.hover\:border-tertiary\/95:hover{
  border-color: rgb(22 137 252 / 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\/15:hover{
  border-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  border-color: rgb(0 0 0 / 0.35);
}

.hover\:border-transparent\/40:hover{
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-transparent\/45:hover{
  border-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  border-color: rgb(0 0 0 / 0.55);
}

.hover\:border-transparent\/60:hover{
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-transparent\/65:hover{
  border-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  border-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  border-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  border-color: rgb(237 233 254 / 0.35);
}

.hover\:border-violet-100\/40:hover{
  border-color: rgb(237 233 254 / 0.4);
}

.hover\:border-violet-100\/45:hover{
  border-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  border-color: rgb(237 233 254 / 0.55);
}

.hover\:border-violet-100\/60:hover{
  border-color: rgb(237 233 254 / 0.6);
}

.hover\:border-violet-100\/65:hover{
  border-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  border-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  border-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  border-color: rgb(221 214 254 / 0.35);
}

.hover\:border-violet-200\/40:hover{
  border-color: rgb(221 214 254 / 0.4);
}

.hover\:border-violet-200\/45:hover{
  border-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  border-color: rgb(221 214 254 / 0.55);
}

.hover\:border-violet-200\/60:hover{
  border-color: rgb(221 214 254 / 0.6);
}

.hover\:border-violet-200\/65:hover{
  border-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  border-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  border-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  border-color: rgb(196 181 253 / 0.35);
}

.hover\:border-violet-300\/40:hover{
  border-color: rgb(196 181 253 / 0.4);
}

.hover\:border-violet-300\/45:hover{
  border-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  border-color: rgb(196 181 253 / 0.55);
}

.hover\:border-violet-300\/60:hover{
  border-color: rgb(196 181 253 / 0.6);
}

.hover\:border-violet-300\/65:hover{
  border-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  border-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  border-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  border-color: rgb(167 139 250 / 0.35);
}

.hover\:border-violet-400\/40:hover{
  border-color: rgb(167 139 250 / 0.4);
}

.hover\:border-violet-400\/45:hover{
  border-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  border-color: rgb(167 139 250 / 0.55);
}

.hover\:border-violet-400\/60:hover{
  border-color: rgb(167 139 250 / 0.6);
}

.hover\:border-violet-400\/65:hover{
  border-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  border-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  border-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(245 243 255 / 0.35);
}

.hover\:border-violet-50\/40:hover{
  border-color: rgb(245 243 255 / 0.4);
}

.hover\:border-violet-50\/45:hover{
  border-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(245 243 255 / 0.55);
}

.hover\:border-violet-50\/60:hover{
  border-color: rgb(245 243 255 / 0.6);
}

.hover\:border-violet-50\/65:hover{
  border-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  border-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  border-color: rgb(139 92 246 / 0.35);
}

.hover\:border-violet-500\/40:hover{
  border-color: rgb(139 92 246 / 0.4);
}

.hover\:border-violet-500\/45:hover{
  border-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  border-color: rgb(139 92 246 / 0.55);
}

.hover\:border-violet-500\/60:hover{
  border-color: rgb(139 92 246 / 0.6);
}

.hover\:border-violet-500\/65:hover{
  border-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  border-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  border-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  border-color: rgb(124 58 237 / 0.35);
}

.hover\:border-violet-600\/40:hover{
  border-color: rgb(124 58 237 / 0.4);
}

.hover\:border-violet-600\/45:hover{
  border-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  border-color: rgb(124 58 237 / 0.55);
}

.hover\:border-violet-600\/60:hover{
  border-color: rgb(124 58 237 / 0.6);
}

.hover\:border-violet-600\/65:hover{
  border-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  border-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  border-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  border-color: rgb(109 40 217 / 0.35);
}

.hover\:border-violet-700\/40:hover{
  border-color: rgb(109 40 217 / 0.4);
}

.hover\:border-violet-700\/45:hover{
  border-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  border-color: rgb(109 40 217 / 0.55);
}

.hover\:border-violet-700\/60:hover{
  border-color: rgb(109 40 217 / 0.6);
}

.hover\:border-violet-700\/65:hover{
  border-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  border-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  border-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  border-color: rgb(91 33 182 / 0.35);
}

.hover\:border-violet-800\/40:hover{
  border-color: rgb(91 33 182 / 0.4);
}

.hover\:border-violet-800\/45:hover{
  border-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  border-color: rgb(91 33 182 / 0.55);
}

.hover\:border-violet-800\/60:hover{
  border-color: rgb(91 33 182 / 0.6);
}

.hover\:border-violet-800\/65:hover{
  border-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  border-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  border-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  border-color: rgb(76 29 149 / 0.35);
}

.hover\:border-violet-900\/40:hover{
  border-color: rgb(76 29 149 / 0.4);
}

.hover\:border-violet-900\/45:hover{
  border-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  border-color: rgb(76 29 149 / 0.55);
}

.hover\:border-violet-900\/60:hover{
  border-color: rgb(76 29 149 / 0.6);
}

.hover\:border-violet-900\/65:hover{
  border-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  border-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  border-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  border-color: rgb(46 16 101 / 0.35);
}

.hover\:border-violet-950\/40:hover{
  border-color: rgb(46 16 101 / 0.4);
}

.hover\:border-violet-950\/45:hover{
  border-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  border-color: rgb(46 16 101 / 0.55);
}

.hover\:border-violet-950\/60:hover{
  border-color: rgb(46 16 101 / 0.6);
}

.hover\:border-violet-950\/65:hover{
  border-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  border-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  border-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  border-color: rgb(255 255 255 / 0.35);
}

.hover\:border-white\/40:hover{
  border-color: rgb(255 255 255 / 0.4);
}

.hover\:border-white\/45:hover{
  border-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  border-color: rgb(255 255 255 / 0.55);
}

.hover\:border-white\/60:hover{
  border-color: rgb(255 255 255 / 0.6);
}

.hover\:border-white\/65:hover{
  border-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  border-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  border-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  border-color: rgb(254 249 195 / 0.35);
}

.hover\:border-yellow-100\/40:hover{
  border-color: rgb(254 249 195 / 0.4);
}

.hover\:border-yellow-100\/45:hover{
  border-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  border-color: rgb(254 249 195 / 0.55);
}

.hover\:border-yellow-100\/60:hover{
  border-color: rgb(254 249 195 / 0.6);
}

.hover\:border-yellow-100\/65:hover{
  border-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  border-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  border-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  border-color: rgb(254 240 138 / 0.35);
}

.hover\:border-yellow-200\/40:hover{
  border-color: rgb(254 240 138 / 0.4);
}

.hover\:border-yellow-200\/45:hover{
  border-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  border-color: rgb(254 240 138 / 0.55);
}

.hover\:border-yellow-200\/60:hover{
  border-color: rgb(254 240 138 / 0.6);
}

.hover\:border-yellow-200\/65:hover{
  border-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  border-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  border-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  border-color: rgb(253 224 71 / 0.35);
}

.hover\:border-yellow-300\/40:hover{
  border-color: rgb(253 224 71 / 0.4);
}

.hover\:border-yellow-300\/45:hover{
  border-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  border-color: rgb(253 224 71 / 0.55);
}

.hover\:border-yellow-300\/60:hover{
  border-color: rgb(253 224 71 / 0.6);
}

.hover\:border-yellow-300\/65:hover{
  border-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  border-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  border-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  border-color: rgb(250 204 21 / 0.35);
}

.hover\:border-yellow-400\/40:hover{
  border-color: rgb(250 204 21 / 0.4);
}

.hover\:border-yellow-400\/45:hover{
  border-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  border-color: rgb(250 204 21 / 0.55);
}

.hover\:border-yellow-400\/60:hover{
  border-color: rgb(250 204 21 / 0.6);
}

.hover\:border-yellow-400\/65:hover{
  border-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  border-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  border-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  border-color: rgb(254 252 232 / 0.35);
}

.hover\:border-yellow-50\/40:hover{
  border-color: rgb(254 252 232 / 0.4);
}

.hover\:border-yellow-50\/45:hover{
  border-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  border-color: rgb(254 252 232 / 0.55);
}

.hover\:border-yellow-50\/60:hover{
  border-color: rgb(254 252 232 / 0.6);
}

.hover\:border-yellow-50\/65:hover{
  border-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  border-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  border-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  border-color: rgb(234 179 8 / 0.35);
}

.hover\:border-yellow-500\/40:hover{
  border-color: rgb(234 179 8 / 0.4);
}

.hover\:border-yellow-500\/45:hover{
  border-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  border-color: rgb(234 179 8 / 0.55);
}

.hover\:border-yellow-500\/60:hover{
  border-color: rgb(234 179 8 / 0.6);
}

.hover\:border-yellow-500\/65:hover{
  border-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  border-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  border-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  border-color: rgb(202 138 4 / 0.35);
}

.hover\:border-yellow-600\/40:hover{
  border-color: rgb(202 138 4 / 0.4);
}

.hover\:border-yellow-600\/45:hover{
  border-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  border-color: rgb(202 138 4 / 0.55);
}

.hover\:border-yellow-600\/60:hover{
  border-color: rgb(202 138 4 / 0.6);
}

.hover\:border-yellow-600\/65:hover{
  border-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  border-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  border-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  border-color: rgb(161 98 7 / 0.35);
}

.hover\:border-yellow-700\/40:hover{
  border-color: rgb(161 98 7 / 0.4);
}

.hover\:border-yellow-700\/45:hover{
  border-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  border-color: rgb(161 98 7 / 0.55);
}

.hover\:border-yellow-700\/60:hover{
  border-color: rgb(161 98 7 / 0.6);
}

.hover\:border-yellow-700\/65:hover{
  border-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  border-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  border-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  border-color: rgb(133 77 14 / 0.35);
}

.hover\:border-yellow-800\/40:hover{
  border-color: rgb(133 77 14 / 0.4);
}

.hover\:border-yellow-800\/45:hover{
  border-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  border-color: rgb(133 77 14 / 0.55);
}

.hover\:border-yellow-800\/60:hover{
  border-color: rgb(133 77 14 / 0.6);
}

.hover\:border-yellow-800\/65:hover{
  border-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  border-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  border-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  border-color: rgb(113 63 18 / 0.35);
}

.hover\:border-yellow-900\/40:hover{
  border-color: rgb(113 63 18 / 0.4);
}

.hover\:border-yellow-900\/45:hover{
  border-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  border-color: rgb(113 63 18 / 0.55);
}

.hover\:border-yellow-900\/60:hover{
  border-color: rgb(113 63 18 / 0.6);
}

.hover\:border-yellow-900\/65:hover{
  border-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  border-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  border-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  border-color: rgb(66 32 6 / 0.35);
}

.hover\:border-yellow-950\/40:hover{
  border-color: rgb(66 32 6 / 0.4);
}

.hover\:border-yellow-950\/45:hover{
  border-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  border-color: rgb(66 32 6 / 0.55);
}

.hover\:border-yellow-950\/60:hover{
  border-color: rgb(66 32 6 / 0.6);
}

.hover\:border-yellow-950\/65:hover{
  border-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  border-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  border-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  border-color: rgb(244 244 245 / 0.35);
}

.hover\:border-zinc-100\/40:hover{
  border-color: rgb(244 244 245 / 0.4);
}

.hover\:border-zinc-100\/45:hover{
  border-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  border-color: rgb(244 244 245 / 0.55);
}

.hover\:border-zinc-100\/60:hover{
  border-color: rgb(244 244 245 / 0.6);
}

.hover\:border-zinc-100\/65:hover{
  border-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  border-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  border-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  border-color: rgb(228 228 231 / 0.35);
}

.hover\:border-zinc-200\/40:hover{
  border-color: rgb(228 228 231 / 0.4);
}

.hover\:border-zinc-200\/45:hover{
  border-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  border-color: rgb(228 228 231 / 0.55);
}

.hover\:border-zinc-200\/60:hover{
  border-color: rgb(228 228 231 / 0.6);
}

.hover\:border-zinc-200\/65:hover{
  border-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  border-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  border-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  border-color: rgb(212 212 216 / 0.35);
}

.hover\:border-zinc-300\/40:hover{
  border-color: rgb(212 212 216 / 0.4);
}

.hover\:border-zinc-300\/45:hover{
  border-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  border-color: rgb(212 212 216 / 0.55);
}

.hover\:border-zinc-300\/60:hover{
  border-color: rgb(212 212 216 / 0.6);
}

.hover\:border-zinc-300\/65:hover{
  border-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  border-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  border-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  border-color: rgb(161 161 170 / 0.35);
}

.hover\:border-zinc-400\/40:hover{
  border-color: rgb(161 161 170 / 0.4);
}

.hover\:border-zinc-400\/45:hover{
  border-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  border-color: rgb(161 161 170 / 0.55);
}

.hover\:border-zinc-400\/60:hover{
  border-color: rgb(161 161 170 / 0.6);
}

.hover\:border-zinc-400\/65:hover{
  border-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  border-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  border-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-color: rgb(250 250 250 / 0.35);
}

.hover\:border-zinc-50\/40:hover{
  border-color: rgb(250 250 250 / 0.4);
}

.hover\:border-zinc-50\/45:hover{
  border-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-color: rgb(250 250 250 / 0.55);
}

.hover\:border-zinc-50\/60:hover{
  border-color: rgb(250 250 250 / 0.6);
}

.hover\:border-zinc-50\/65:hover{
  border-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  border-color: rgb(113 113 122 / 0.35);
}

.hover\:border-zinc-500\/40:hover{
  border-color: rgb(113 113 122 / 0.4);
}

.hover\:border-zinc-500\/45:hover{
  border-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  border-color: rgb(113 113 122 / 0.55);
}

.hover\:border-zinc-500\/60:hover{
  border-color: rgb(113 113 122 / 0.6);
}

.hover\:border-zinc-500\/65:hover{
  border-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  border-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  border-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  border-color: rgb(82 82 91 / 0.35);
}

.hover\:border-zinc-600\/40:hover{
  border-color: rgb(82 82 91 / 0.4);
}

.hover\:border-zinc-600\/45:hover{
  border-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  border-color: rgb(82 82 91 / 0.55);
}

.hover\:border-zinc-600\/60:hover{
  border-color: rgb(82 82 91 / 0.6);
}

.hover\:border-zinc-600\/65:hover{
  border-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  border-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  border-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  border-color: rgb(63 63 70 / 0.35);
}

.hover\:border-zinc-700\/40:hover{
  border-color: rgb(63 63 70 / 0.4);
}

.hover\:border-zinc-700\/45:hover{
  border-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  border-color: rgb(63 63 70 / 0.55);
}

.hover\:border-zinc-700\/60:hover{
  border-color: rgb(63 63 70 / 0.6);
}

.hover\:border-zinc-700\/65:hover{
  border-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  border-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  border-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  border-color: rgb(39 39 42 / 0.35);
}

.hover\:border-zinc-800\/40:hover{
  border-color: rgb(39 39 42 / 0.4);
}

.hover\:border-zinc-800\/45:hover{
  border-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  border-color: rgb(39 39 42 / 0.55);
}

.hover\:border-zinc-800\/60:hover{
  border-color: rgb(39 39 42 / 0.6);
}

.hover\:border-zinc-800\/65:hover{
  border-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  border-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  border-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  border-color: rgb(24 24 27 / 0.35);
}

.hover\:border-zinc-900\/40:hover{
  border-color: rgb(24 24 27 / 0.4);
}

.hover\:border-zinc-900\/45:hover{
  border-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  border-color: rgb(24 24 27 / 0.55);
}

.hover\:border-zinc-900\/60:hover{
  border-color: rgb(24 24 27 / 0.6);
}

.hover\:border-zinc-900\/65:hover{
  border-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  border-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  border-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  border-color: rgb(9 9 11 / 0.35);
}

.hover\:border-zinc-950\/40:hover{
  border-color: rgb(9 9 11 / 0.4);
}

.hover\:border-zinc-950\/45:hover{
  border-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  border-color: rgb(9 9 11 / 0.55);
}

.hover\:border-zinc-950\/60:hover{
  border-color: rgb(9 9 11 / 0.6);
}

.hover\:border-zinc-950\/65:hover{
  border-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  border-color: rgb(9 9 11 / 0.85);
}

.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-accent:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(70 109 148 / var(--tw-border-opacity));
  border-right-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.hover\:border-x-accent\/0:hover{
  border-left-color: rgb(70 109 148 / 0);
  border-right-color: rgb(70 109 148 / 0);
}

.hover\:border-x-accent\/10:hover{
  border-left-color: rgb(70 109 148 / 0.1);
  border-right-color: rgb(70 109 148 / 0.1);
}

.hover\:border-x-accent\/100:hover{
  border-left-color: rgb(70 109 148 / 1);
  border-right-color: rgb(70 109 148 / 1);
}

.hover\:border-x-accent\/15:hover{
  border-left-color: rgb(70 109 148 / 0.15);
  border-right-color: rgb(70 109 148 / 0.15);
}

.hover\:border-x-accent\/20:hover{
  border-left-color: rgb(70 109 148 / 0.2);
  border-right-color: rgb(70 109 148 / 0.2);
}

.hover\:border-x-accent\/25:hover{
  border-left-color: rgb(70 109 148 / 0.25);
  border-right-color: rgb(70 109 148 / 0.25);
}

.hover\:border-x-accent\/30:hover{
  border-left-color: rgb(70 109 148 / 0.3);
  border-right-color: rgb(70 109 148 / 0.3);
}

.hover\:border-x-accent\/35:hover{
  border-left-color: rgb(70 109 148 / 0.35);
  border-right-color: rgb(70 109 148 / 0.35);
}

.hover\:border-x-accent\/40:hover{
  border-left-color: rgb(70 109 148 / 0.4);
  border-right-color: rgb(70 109 148 / 0.4);
}

.hover\:border-x-accent\/45:hover{
  border-left-color: rgb(70 109 148 / 0.45);
  border-right-color: rgb(70 109 148 / 0.45);
}

.hover\:border-x-accent\/5:hover{
  border-left-color: rgb(70 109 148 / 0.05);
  border-right-color: rgb(70 109 148 / 0.05);
}

.hover\:border-x-accent\/50:hover{
  border-left-color: rgb(70 109 148 / 0.5);
  border-right-color: rgb(70 109 148 / 0.5);
}

.hover\:border-x-accent\/55:hover{
  border-left-color: rgb(70 109 148 / 0.55);
  border-right-color: rgb(70 109 148 / 0.55);
}

.hover\:border-x-accent\/60:hover{
  border-left-color: rgb(70 109 148 / 0.6);
  border-right-color: rgb(70 109 148 / 0.6);
}

.hover\:border-x-accent\/65:hover{
  border-left-color: rgb(70 109 148 / 0.65);
  border-right-color: rgb(70 109 148 / 0.65);
}

.hover\:border-x-accent\/70:hover{
  border-left-color: rgb(70 109 148 / 0.7);
  border-right-color: rgb(70 109 148 / 0.7);
}

.hover\:border-x-accent\/75:hover{
  border-left-color: rgb(70 109 148 / 0.75);
  border-right-color: rgb(70 109 148 / 0.75);
}

.hover\:border-x-accent\/80:hover{
  border-left-color: rgb(70 109 148 / 0.8);
  border-right-color: rgb(70 109 148 / 0.8);
}

.hover\:border-x-accent\/85:hover{
  border-left-color: rgb(70 109 148 / 0.85);
  border-right-color: rgb(70 109 148 / 0.85);
}

.hover\:border-x-accent\/90:hover{
  border-left-color: rgb(70 109 148 / 0.9);
  border-right-color: rgb(70 109 148 / 0.9);
}

.hover\:border-x-accent\/95:hover{
  border-left-color: rgb(70 109 148 / 0.95);
  border-right-color: rgb(70 109 148 / 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\/15:hover{
  border-left-color: rgb(254 243 199 / 0.15);
  border-right-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 243 199 / 0.35);
  border-right-color: rgb(254 243 199 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(254 243 199 / 0.45);
  border-right-color: rgb(254 243 199 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 243 199 / 0.55);
  border-right-color: rgb(254 243 199 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(254 243 199 / 0.65);
  border-right-color: rgb(254 243 199 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 243 199 / 0.85);
  border-right-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 230 138 / 0.15);
  border-right-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 230 138 / 0.35);
  border-right-color: rgb(253 230 138 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(253 230 138 / 0.45);
  border-right-color: rgb(253 230 138 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 230 138 / 0.55);
  border-right-color: rgb(253 230 138 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(253 230 138 / 0.65);
  border-right-color: rgb(253 230 138 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 230 138 / 0.85);
  border-right-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(252 211 77 / 0.15);
  border-right-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(252 211 77 / 0.35);
  border-right-color: rgb(252 211 77 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(252 211 77 / 0.45);
  border-right-color: rgb(252 211 77 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(252 211 77 / 0.55);
  border-right-color: rgb(252 211 77 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(252 211 77 / 0.65);
  border-right-color: rgb(252 211 77 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(252 211 77 / 0.85);
  border-right-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(251 191 36 / 0.15);
  border-right-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(251 191 36 / 0.35);
  border-right-color: rgb(251 191 36 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(251 191 36 / 0.45);
  border-right-color: rgb(251 191 36 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(251 191 36 / 0.55);
  border-right-color: rgb(251 191 36 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(251 191 36 / 0.65);
  border-right-color: rgb(251 191 36 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(251 191 36 / 0.85);
  border-right-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 251 235 / 0.15);
  border-right-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 251 235 / 0.35);
  border-right-color: rgb(255 251 235 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(255 251 235 / 0.45);
  border-right-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 251 235 / 0.55);
  border-right-color: rgb(255 251 235 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(255 251 235 / 0.65);
  border-right-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 251 235 / 0.85);
  border-right-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(245 158 11 / 0.15);
  border-right-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 158 11 / 0.35);
  border-right-color: rgb(245 158 11 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(245 158 11 / 0.45);
  border-right-color: rgb(245 158 11 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 158 11 / 0.55);
  border-right-color: rgb(245 158 11 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(245 158 11 / 0.65);
  border-right-color: rgb(245 158 11 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 158 11 / 0.85);
  border-right-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(217 119 6 / 0.15);
  border-right-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(217 119 6 / 0.35);
  border-right-color: rgb(217 119 6 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(217 119 6 / 0.45);
  border-right-color: rgb(217 119 6 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(217 119 6 / 0.55);
  border-right-color: rgb(217 119 6 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(217 119 6 / 0.65);
  border-right-color: rgb(217 119 6 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(217 119 6 / 0.85);
  border-right-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(180 83 9 / 0.15);
  border-right-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(180 83 9 / 0.35);
  border-right-color: rgb(180 83 9 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(180 83 9 / 0.45);
  border-right-color: rgb(180 83 9 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(180 83 9 / 0.55);
  border-right-color: rgb(180 83 9 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(180 83 9 / 0.65);
  border-right-color: rgb(180 83 9 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(180 83 9 / 0.85);
  border-right-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(146 64 14 / 0.15);
  border-right-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(146 64 14 / 0.35);
  border-right-color: rgb(146 64 14 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(146 64 14 / 0.45);
  border-right-color: rgb(146 64 14 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(146 64 14 / 0.55);
  border-right-color: rgb(146 64 14 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(146 64 14 / 0.65);
  border-right-color: rgb(146 64 14 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(146 64 14 / 0.85);
  border-right-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(120 53 15 / 0.15);
  border-right-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(120 53 15 / 0.35);
  border-right-color: rgb(120 53 15 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(120 53 15 / 0.45);
  border-right-color: rgb(120 53 15 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(120 53 15 / 0.55);
  border-right-color: rgb(120 53 15 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(120 53 15 / 0.65);
  border-right-color: rgb(120 53 15 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(120 53 15 / 0.85);
  border-right-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(69 26 3 / 0.15);
  border-right-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(69 26 3 / 0.35);
  border-right-color: rgb(69 26 3 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(69 26 3 / 0.45);
  border-right-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(69 26 3 / 0.55);
  border-right-color: rgb(69 26 3 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(69 26 3 / 0.65);
  border-right-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(69 26 3 / 0.85);
  border-right-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 250 / var(--tw-border-opacity));
  border-right-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.hover\:border-x-background\/0:hover{
  border-left-color: rgb(245 246 250 / 0);
  border-right-color: rgb(245 246 250 / 0);
}

.hover\:border-x-background\/10:hover{
  border-left-color: rgb(245 246 250 / 0.1);
  border-right-color: rgb(245 246 250 / 0.1);
}

.hover\:border-x-background\/100:hover{
  border-left-color: rgb(245 246 250 / 1);
  border-right-color: rgb(245 246 250 / 1);
}

.hover\:border-x-background\/15:hover{
  border-left-color: rgb(245 246 250 / 0.15);
  border-right-color: rgb(245 246 250 / 0.15);
}

.hover\:border-x-background\/20:hover{
  border-left-color: rgb(245 246 250 / 0.2);
  border-right-color: rgb(245 246 250 / 0.2);
}

.hover\:border-x-background\/25:hover{
  border-left-color: rgb(245 246 250 / 0.25);
  border-right-color: rgb(245 246 250 / 0.25);
}

.hover\:border-x-background\/30:hover{
  border-left-color: rgb(245 246 250 / 0.3);
  border-right-color: rgb(245 246 250 / 0.3);
}

.hover\:border-x-background\/35:hover{
  border-left-color: rgb(245 246 250 / 0.35);
  border-right-color: rgb(245 246 250 / 0.35);
}

.hover\:border-x-background\/40:hover{
  border-left-color: rgb(245 246 250 / 0.4);
  border-right-color: rgb(245 246 250 / 0.4);
}

.hover\:border-x-background\/45:hover{
  border-left-color: rgb(245 246 250 / 0.45);
  border-right-color: rgb(245 246 250 / 0.45);
}

.hover\:border-x-background\/5:hover{
  border-left-color: rgb(245 246 250 / 0.05);
  border-right-color: rgb(245 246 250 / 0.05);
}

.hover\:border-x-background\/50:hover{
  border-left-color: rgb(245 246 250 / 0.5);
  border-right-color: rgb(245 246 250 / 0.5);
}

.hover\:border-x-background\/55:hover{
  border-left-color: rgb(245 246 250 / 0.55);
  border-right-color: rgb(245 246 250 / 0.55);
}

.hover\:border-x-background\/60:hover{
  border-left-color: rgb(245 246 250 / 0.6);
  border-right-color: rgb(245 246 250 / 0.6);
}

.hover\:border-x-background\/65:hover{
  border-left-color: rgb(245 246 250 / 0.65);
  border-right-color: rgb(245 246 250 / 0.65);
}

.hover\:border-x-background\/70:hover{
  border-left-color: rgb(245 246 250 / 0.7);
  border-right-color: rgb(245 246 250 / 0.7);
}

.hover\:border-x-background\/75:hover{
  border-left-color: rgb(245 246 250 / 0.75);
  border-right-color: rgb(245 246 250 / 0.75);
}

.hover\:border-x-background\/80:hover{
  border-left-color: rgb(245 246 250 / 0.8);
  border-right-color: rgb(245 246 250 / 0.8);
}

.hover\:border-x-background\/85:hover{
  border-left-color: rgb(245 246 250 / 0.85);
  border-right-color: rgb(245 246 250 / 0.85);
}

.hover\:border-x-background\/90:hover{
  border-left-color: rgb(245 246 250 / 0.9);
  border-right-color: rgb(245 246 250 / 0.9);
}

.hover\:border-x-background\/95:hover{
  border-left-color: rgb(245 246 250 / 0.95);
  border-right-color: rgb(245 246 250 / 0.95);
}

.hover\:border-x-black:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 44 53 / var(--tw-border-opacity));
  border-right-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.hover\:border-x-black\/0:hover{
  border-left-color: rgb(41 44 53 / 0);
  border-right-color: rgb(41 44 53 / 0);
}

.hover\:border-x-black\/10:hover{
  border-left-color: rgb(41 44 53 / 0.1);
  border-right-color: rgb(41 44 53 / 0.1);
}

.hover\:border-x-black\/100:hover{
  border-left-color: rgb(41 44 53 / 1);
  border-right-color: rgb(41 44 53 / 1);
}

.hover\:border-x-black\/15:hover{
  border-left-color: rgb(41 44 53 / 0.15);
  border-right-color: rgb(41 44 53 / 0.15);
}

.hover\:border-x-black\/20:hover{
  border-left-color: rgb(41 44 53 / 0.2);
  border-right-color: rgb(41 44 53 / 0.2);
}

.hover\:border-x-black\/25:hover{
  border-left-color: rgb(41 44 53 / 0.25);
  border-right-color: rgb(41 44 53 / 0.25);
}

.hover\:border-x-black\/30:hover{
  border-left-color: rgb(41 44 53 / 0.3);
  border-right-color: rgb(41 44 53 / 0.3);
}

.hover\:border-x-black\/35:hover{
  border-left-color: rgb(41 44 53 / 0.35);
  border-right-color: rgb(41 44 53 / 0.35);
}

.hover\:border-x-black\/40:hover{
  border-left-color: rgb(41 44 53 / 0.4);
  border-right-color: rgb(41 44 53 / 0.4);
}

.hover\:border-x-black\/45:hover{
  border-left-color: rgb(41 44 53 / 0.45);
  border-right-color: rgb(41 44 53 / 0.45);
}

.hover\:border-x-black\/5:hover{
  border-left-color: rgb(41 44 53 / 0.05);
  border-right-color: rgb(41 44 53 / 0.05);
}

.hover\:border-x-black\/50:hover{
  border-left-color: rgb(41 44 53 / 0.5);
  border-right-color: rgb(41 44 53 / 0.5);
}

.hover\:border-x-black\/55:hover{
  border-left-color: rgb(41 44 53 / 0.55);
  border-right-color: rgb(41 44 53 / 0.55);
}

.hover\:border-x-black\/60:hover{
  border-left-color: rgb(41 44 53 / 0.6);
  border-right-color: rgb(41 44 53 / 0.6);
}

.hover\:border-x-black\/65:hover{
  border-left-color: rgb(41 44 53 / 0.65);
  border-right-color: rgb(41 44 53 / 0.65);
}

.hover\:border-x-black\/70:hover{
  border-left-color: rgb(41 44 53 / 0.7);
  border-right-color: rgb(41 44 53 / 0.7);
}

.hover\:border-x-black\/75:hover{
  border-left-color: rgb(41 44 53 / 0.75);
  border-right-color: rgb(41 44 53 / 0.75);
}

.hover\:border-x-black\/80:hover{
  border-left-color: rgb(41 44 53 / 0.8);
  border-right-color: rgb(41 44 53 / 0.8);
}

.hover\:border-x-black\/85:hover{
  border-left-color: rgb(41 44 53 / 0.85);
  border-right-color: rgb(41 44 53 / 0.85);
}

.hover\:border-x-black\/90:hover{
  border-left-color: rgb(41 44 53 / 0.9);
  border-right-color: rgb(41 44 53 / 0.9);
}

.hover\:border-x-black\/95:hover{
  border-left-color: rgb(41 44 53 / 0.95);
  border-right-color: rgb(41 44 53 / 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\/15:hover{
  border-left-color: rgb(219 234 254 / 0.15);
  border-right-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(219 234 254 / 0.35);
  border-right-color: rgb(219 234 254 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(219 234 254 / 0.45);
  border-right-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(219 234 254 / 0.55);
  border-right-color: rgb(219 234 254 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(219 234 254 / 0.65);
  border-right-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(219 234 254 / 0.85);
  border-right-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(191 219 254 / 0.15);
  border-right-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(191 219 254 / 0.35);
  border-right-color: rgb(191 219 254 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(191 219 254 / 0.45);
  border-right-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(191 219 254 / 0.55);
  border-right-color: rgb(191 219 254 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(191 219 254 / 0.65);
  border-right-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(191 219 254 / 0.85);
  border-right-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(147 197 253 / 0.15);
  border-right-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(147 197 253 / 0.35);
  border-right-color: rgb(147 197 253 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(147 197 253 / 0.45);
  border-right-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(147 197 253 / 0.55);
  border-right-color: rgb(147 197 253 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(147 197 253 / 0.65);
  border-right-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(147 197 253 / 0.85);
  border-right-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(96 165 250 / 0.15);
  border-right-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(96 165 250 / 0.35);
  border-right-color: rgb(96 165 250 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(96 165 250 / 0.45);
  border-right-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(96 165 250 / 0.55);
  border-right-color: rgb(96 165 250 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(96 165 250 / 0.65);
  border-right-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(96 165 250 / 0.85);
  border-right-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(239 246 255 / 0.15);
  border-right-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(239 246 255 / 0.35);
  border-right-color: rgb(239 246 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(239 246 255 / 0.45);
  border-right-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(239 246 255 / 0.55);
  border-right-color: rgb(239 246 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(239 246 255 / 0.65);
  border-right-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(239 246 255 / 0.85);
  border-right-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(59 130 246 / 0.15);
  border-right-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(59 130 246 / 0.35);
  border-right-color: rgb(59 130 246 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(59 130 246 / 0.45);
  border-right-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(59 130 246 / 0.55);
  border-right-color: rgb(59 130 246 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(59 130 246 / 0.65);
  border-right-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(59 130 246 / 0.85);
  border-right-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(37 99 235 / 0.15);
  border-right-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(37 99 235 / 0.35);
  border-right-color: rgb(37 99 235 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(37 99 235 / 0.45);
  border-right-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(37 99 235 / 0.55);
  border-right-color: rgb(37 99 235 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(37 99 235 / 0.65);
  border-right-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(37 99 235 / 0.85);
  border-right-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(29 78 216 / 0.15);
  border-right-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(29 78 216 / 0.35);
  border-right-color: rgb(29 78 216 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(29 78 216 / 0.45);
  border-right-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(29 78 216 / 0.55);
  border-right-color: rgb(29 78 216 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(29 78 216 / 0.65);
  border-right-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(29 78 216 / 0.85);
  border-right-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(30 64 175 / 0.15);
  border-right-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(30 64 175 / 0.35);
  border-right-color: rgb(30 64 175 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(30 64 175 / 0.45);
  border-right-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(30 64 175 / 0.55);
  border-right-color: rgb(30 64 175 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(30 64 175 / 0.65);
  border-right-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(30 64 175 / 0.85);
  border-right-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(30 58 138 / 0.15);
  border-right-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(30 58 138 / 0.35);
  border-right-color: rgb(30 58 138 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(30 58 138 / 0.45);
  border-right-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(30 58 138 / 0.55);
  border-right-color: rgb(30 58 138 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(30 58 138 / 0.65);
  border-right-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(30 58 138 / 0.85);
  border-right-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(23 37 84 / 0.15);
  border-right-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(23 37 84 / 0.35);
  border-right-color: rgb(23 37 84 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(23 37 84 / 0.45);
  border-right-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(23 37 84 / 0.55);
  border-right-color: rgb(23 37 84 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(23 37 84 / 0.65);
  border-right-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(23 37 84 / 0.85);
  border-right-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 138 43 / var(--tw-border-opacity));
  border-right-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.hover\:border-x-csv-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 114 37 / var(--tw-border-opacity));
  border-right-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.hover\:border-x-csv-hover\/0:hover{
  border-left-color: rgb(0 114 37 / 0);
  border-right-color: rgb(0 114 37 / 0);
}

.hover\:border-x-csv-hover\/10:hover{
  border-left-color: rgb(0 114 37 / 0.1);
  border-right-color: rgb(0 114 37 / 0.1);
}

.hover\:border-x-csv-hover\/100:hover{
  border-left-color: rgb(0 114 37 / 1);
  border-right-color: rgb(0 114 37 / 1);
}

.hover\:border-x-csv-hover\/15:hover{
  border-left-color: rgb(0 114 37 / 0.15);
  border-right-color: rgb(0 114 37 / 0.15);
}

.hover\:border-x-csv-hover\/20:hover{
  border-left-color: rgb(0 114 37 / 0.2);
  border-right-color: rgb(0 114 37 / 0.2);
}

.hover\:border-x-csv-hover\/25:hover{
  border-left-color: rgb(0 114 37 / 0.25);
  border-right-color: rgb(0 114 37 / 0.25);
}

.hover\:border-x-csv-hover\/30:hover{
  border-left-color: rgb(0 114 37 / 0.3);
  border-right-color: rgb(0 114 37 / 0.3);
}

.hover\:border-x-csv-hover\/35:hover{
  border-left-color: rgb(0 114 37 / 0.35);
  border-right-color: rgb(0 114 37 / 0.35);
}

.hover\:border-x-csv-hover\/40:hover{
  border-left-color: rgb(0 114 37 / 0.4);
  border-right-color: rgb(0 114 37 / 0.4);
}

.hover\:border-x-csv-hover\/45:hover{
  border-left-color: rgb(0 114 37 / 0.45);
  border-right-color: rgb(0 114 37 / 0.45);
}

.hover\:border-x-csv-hover\/5:hover{
  border-left-color: rgb(0 114 37 / 0.05);
  border-right-color: rgb(0 114 37 / 0.05);
}

.hover\:border-x-csv-hover\/50:hover{
  border-left-color: rgb(0 114 37 / 0.5);
  border-right-color: rgb(0 114 37 / 0.5);
}

.hover\:border-x-csv-hover\/55:hover{
  border-left-color: rgb(0 114 37 / 0.55);
  border-right-color: rgb(0 114 37 / 0.55);
}

.hover\:border-x-csv-hover\/60:hover{
  border-left-color: rgb(0 114 37 / 0.6);
  border-right-color: rgb(0 114 37 / 0.6);
}

.hover\:border-x-csv-hover\/65:hover{
  border-left-color: rgb(0 114 37 / 0.65);
  border-right-color: rgb(0 114 37 / 0.65);
}

.hover\:border-x-csv-hover\/70:hover{
  border-left-color: rgb(0 114 37 / 0.7);
  border-right-color: rgb(0 114 37 / 0.7);
}

.hover\:border-x-csv-hover\/75:hover{
  border-left-color: rgb(0 114 37 / 0.75);
  border-right-color: rgb(0 114 37 / 0.75);
}

.hover\:border-x-csv-hover\/80:hover{
  border-left-color: rgb(0 114 37 / 0.8);
  border-right-color: rgb(0 114 37 / 0.8);
}

.hover\:border-x-csv-hover\/85:hover{
  border-left-color: rgb(0 114 37 / 0.85);
  border-right-color: rgb(0 114 37 / 0.85);
}

.hover\:border-x-csv-hover\/90:hover{
  border-left-color: rgb(0 114 37 / 0.9);
  border-right-color: rgb(0 114 37 / 0.9);
}

.hover\:border-x-csv-hover\/95:hover{
  border-left-color: rgb(0 114 37 / 0.95);
  border-right-color: rgb(0 114 37 / 0.95);
}

.hover\:border-x-csv\/0:hover{
  border-left-color: rgb(0 138 43 / 0);
  border-right-color: rgb(0 138 43 / 0);
}

.hover\:border-x-csv\/10:hover{
  border-left-color: rgb(0 138 43 / 0.1);
  border-right-color: rgb(0 138 43 / 0.1);
}

.hover\:border-x-csv\/100:hover{
  border-left-color: rgb(0 138 43 / 1);
  border-right-color: rgb(0 138 43 / 1);
}

.hover\:border-x-csv\/15:hover{
  border-left-color: rgb(0 138 43 / 0.15);
  border-right-color: rgb(0 138 43 / 0.15);
}

.hover\:border-x-csv\/20:hover{
  border-left-color: rgb(0 138 43 / 0.2);
  border-right-color: rgb(0 138 43 / 0.2);
}

.hover\:border-x-csv\/25:hover{
  border-left-color: rgb(0 138 43 / 0.25);
  border-right-color: rgb(0 138 43 / 0.25);
}

.hover\:border-x-csv\/30:hover{
  border-left-color: rgb(0 138 43 / 0.3);
  border-right-color: rgb(0 138 43 / 0.3);
}

.hover\:border-x-csv\/35:hover{
  border-left-color: rgb(0 138 43 / 0.35);
  border-right-color: rgb(0 138 43 / 0.35);
}

.hover\:border-x-csv\/40:hover{
  border-left-color: rgb(0 138 43 / 0.4);
  border-right-color: rgb(0 138 43 / 0.4);
}

.hover\:border-x-csv\/45:hover{
  border-left-color: rgb(0 138 43 / 0.45);
  border-right-color: rgb(0 138 43 / 0.45);
}

.hover\:border-x-csv\/5:hover{
  border-left-color: rgb(0 138 43 / 0.05);
  border-right-color: rgb(0 138 43 / 0.05);
}

.hover\:border-x-csv\/50:hover{
  border-left-color: rgb(0 138 43 / 0.5);
  border-right-color: rgb(0 138 43 / 0.5);
}

.hover\:border-x-csv\/55:hover{
  border-left-color: rgb(0 138 43 / 0.55);
  border-right-color: rgb(0 138 43 / 0.55);
}

.hover\:border-x-csv\/60:hover{
  border-left-color: rgb(0 138 43 / 0.6);
  border-right-color: rgb(0 138 43 / 0.6);
}

.hover\:border-x-csv\/65:hover{
  border-left-color: rgb(0 138 43 / 0.65);
  border-right-color: rgb(0 138 43 / 0.65);
}

.hover\:border-x-csv\/70:hover{
  border-left-color: rgb(0 138 43 / 0.7);
  border-right-color: rgb(0 138 43 / 0.7);
}

.hover\:border-x-csv\/75:hover{
  border-left-color: rgb(0 138 43 / 0.75);
  border-right-color: rgb(0 138 43 / 0.75);
}

.hover\:border-x-csv\/80:hover{
  border-left-color: rgb(0 138 43 / 0.8);
  border-right-color: rgb(0 138 43 / 0.8);
}

.hover\:border-x-csv\/85:hover{
  border-left-color: rgb(0 138 43 / 0.85);
  border-right-color: rgb(0 138 43 / 0.85);
}

.hover\:border-x-csv\/90:hover{
  border-left-color: rgb(0 138 43 / 0.9);
  border-right-color: rgb(0 138 43 / 0.9);
}

.hover\:border-x-csv\/95:hover{
  border-left-color: rgb(0 138 43 / 0.95);
  border-right-color: rgb(0 138 43 / 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\/15:hover{
  border-left-color: rgb(207 250 254 / 0.15);
  border-right-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(207 250 254 / 0.35);
  border-right-color: rgb(207 250 254 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(207 250 254 / 0.45);
  border-right-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(207 250 254 / 0.55);
  border-right-color: rgb(207 250 254 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(207 250 254 / 0.65);
  border-right-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(207 250 254 / 0.85);
  border-right-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(165 243 252 / 0.15);
  border-right-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(165 243 252 / 0.35);
  border-right-color: rgb(165 243 252 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(165 243 252 / 0.45);
  border-right-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(165 243 252 / 0.55);
  border-right-color: rgb(165 243 252 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(165 243 252 / 0.65);
  border-right-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(165 243 252 / 0.85);
  border-right-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(103 232 249 / 0.15);
  border-right-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(103 232 249 / 0.35);
  border-right-color: rgb(103 232 249 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(103 232 249 / 0.45);
  border-right-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(103 232 249 / 0.55);
  border-right-color: rgb(103 232 249 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(103 232 249 / 0.65);
  border-right-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(103 232 249 / 0.85);
  border-right-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(34 211 238 / 0.15);
  border-right-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(34 211 238 / 0.35);
  border-right-color: rgb(34 211 238 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(34 211 238 / 0.45);
  border-right-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(34 211 238 / 0.55);
  border-right-color: rgb(34 211 238 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(34 211 238 / 0.65);
  border-right-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(34 211 238 / 0.85);
  border-right-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(236 254 255 / 0.15);
  border-right-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(236 254 255 / 0.35);
  border-right-color: rgb(236 254 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(236 254 255 / 0.45);
  border-right-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(236 254 255 / 0.55);
  border-right-color: rgb(236 254 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(236 254 255 / 0.65);
  border-right-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(236 254 255 / 0.85);
  border-right-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(6 182 212 / 0.15);
  border-right-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(6 182 212 / 0.35);
  border-right-color: rgb(6 182 212 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(6 182 212 / 0.45);
  border-right-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(6 182 212 / 0.55);
  border-right-color: rgb(6 182 212 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(6 182 212 / 0.65);
  border-right-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(6 182 212 / 0.85);
  border-right-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(8 145 178 / 0.15);
  border-right-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(8 145 178 / 0.35);
  border-right-color: rgb(8 145 178 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(8 145 178 / 0.45);
  border-right-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(8 145 178 / 0.55);
  border-right-color: rgb(8 145 178 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(8 145 178 / 0.65);
  border-right-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(8 145 178 / 0.85);
  border-right-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(14 116 144 / 0.15);
  border-right-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(14 116 144 / 0.35);
  border-right-color: rgb(14 116 144 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(14 116 144 / 0.45);
  border-right-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(14 116 144 / 0.55);
  border-right-color: rgb(14 116 144 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(14 116 144 / 0.65);
  border-right-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(14 116 144 / 0.85);
  border-right-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(21 94 117 / 0.15);
  border-right-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(21 94 117 / 0.35);
  border-right-color: rgb(21 94 117 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(21 94 117 / 0.45);
  border-right-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(21 94 117 / 0.55);
  border-right-color: rgb(21 94 117 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(21 94 117 / 0.65);
  border-right-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(21 94 117 / 0.85);
  border-right-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(22 78 99 / 0.15);
  border-right-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(22 78 99 / 0.35);
  border-right-color: rgb(22 78 99 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(22 78 99 / 0.45);
  border-right-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(22 78 99 / 0.55);
  border-right-color: rgb(22 78 99 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(22 78 99 / 0.65);
  border-right-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(22 78 99 / 0.85);
  border-right-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(8 51 68 / 0.15);
  border-right-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(8 51 68 / 0.35);
  border-right-color: rgb(8 51 68 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(8 51 68 / 0.45);
  border-right-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(8 51 68 / 0.55);
  border-right-color: rgb(8 51 68 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(8 51 68 / 0.65);
  border-right-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(8 51 68 / 0.85);
  border-right-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(207 59 54 / var(--tw-border-opacity));
  border-right-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.hover\:border-x-danger-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(193 49 44 / var(--tw-border-opacity));
  border-right-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.hover\:border-x-danger-hover\/0:hover{
  border-left-color: rgb(193 49 44 / 0);
  border-right-color: rgb(193 49 44 / 0);
}

.hover\:border-x-danger-hover\/10:hover{
  border-left-color: rgb(193 49 44 / 0.1);
  border-right-color: rgb(193 49 44 / 0.1);
}

.hover\:border-x-danger-hover\/100:hover{
  border-left-color: rgb(193 49 44 / 1);
  border-right-color: rgb(193 49 44 / 1);
}

.hover\:border-x-danger-hover\/15:hover{
  border-left-color: rgb(193 49 44 / 0.15);
  border-right-color: rgb(193 49 44 / 0.15);
}

.hover\:border-x-danger-hover\/20:hover{
  border-left-color: rgb(193 49 44 / 0.2);
  border-right-color: rgb(193 49 44 / 0.2);
}

.hover\:border-x-danger-hover\/25:hover{
  border-left-color: rgb(193 49 44 / 0.25);
  border-right-color: rgb(193 49 44 / 0.25);
}

.hover\:border-x-danger-hover\/30:hover{
  border-left-color: rgb(193 49 44 / 0.3);
  border-right-color: rgb(193 49 44 / 0.3);
}

.hover\:border-x-danger-hover\/35:hover{
  border-left-color: rgb(193 49 44 / 0.35);
  border-right-color: rgb(193 49 44 / 0.35);
}

.hover\:border-x-danger-hover\/40:hover{
  border-left-color: rgb(193 49 44 / 0.4);
  border-right-color: rgb(193 49 44 / 0.4);
}

.hover\:border-x-danger-hover\/45:hover{
  border-left-color: rgb(193 49 44 / 0.45);
  border-right-color: rgb(193 49 44 / 0.45);
}

.hover\:border-x-danger-hover\/5:hover{
  border-left-color: rgb(193 49 44 / 0.05);
  border-right-color: rgb(193 49 44 / 0.05);
}

.hover\:border-x-danger-hover\/50:hover{
  border-left-color: rgb(193 49 44 / 0.5);
  border-right-color: rgb(193 49 44 / 0.5);
}

.hover\:border-x-danger-hover\/55:hover{
  border-left-color: rgb(193 49 44 / 0.55);
  border-right-color: rgb(193 49 44 / 0.55);
}

.hover\:border-x-danger-hover\/60:hover{
  border-left-color: rgb(193 49 44 / 0.6);
  border-right-color: rgb(193 49 44 / 0.6);
}

.hover\:border-x-danger-hover\/65:hover{
  border-left-color: rgb(193 49 44 / 0.65);
  border-right-color: rgb(193 49 44 / 0.65);
}

.hover\:border-x-danger-hover\/70:hover{
  border-left-color: rgb(193 49 44 / 0.7);
  border-right-color: rgb(193 49 44 / 0.7);
}

.hover\:border-x-danger-hover\/75:hover{
  border-left-color: rgb(193 49 44 / 0.75);
  border-right-color: rgb(193 49 44 / 0.75);
}

.hover\:border-x-danger-hover\/80:hover{
  border-left-color: rgb(193 49 44 / 0.8);
  border-right-color: rgb(193 49 44 / 0.8);
}

.hover\:border-x-danger-hover\/85:hover{
  border-left-color: rgb(193 49 44 / 0.85);
  border-right-color: rgb(193 49 44 / 0.85);
}

.hover\:border-x-danger-hover\/90:hover{
  border-left-color: rgb(193 49 44 / 0.9);
  border-right-color: rgb(193 49 44 / 0.9);
}

.hover\:border-x-danger-hover\/95:hover{
  border-left-color: rgb(193 49 44 / 0.95);
  border-right-color: rgb(193 49 44 / 0.95);
}

.hover\:border-x-danger\/0:hover{
  border-left-color: rgb(207 59 54 / 0);
  border-right-color: rgb(207 59 54 / 0);
}

.hover\:border-x-danger\/10:hover{
  border-left-color: rgb(207 59 54 / 0.1);
  border-right-color: rgb(207 59 54 / 0.1);
}

.hover\:border-x-danger\/100:hover{
  border-left-color: rgb(207 59 54 / 1);
  border-right-color: rgb(207 59 54 / 1);
}

.hover\:border-x-danger\/15:hover{
  border-left-color: rgb(207 59 54 / 0.15);
  border-right-color: rgb(207 59 54 / 0.15);
}

.hover\:border-x-danger\/20:hover{
  border-left-color: rgb(207 59 54 / 0.2);
  border-right-color: rgb(207 59 54 / 0.2);
}

.hover\:border-x-danger\/25:hover{
  border-left-color: rgb(207 59 54 / 0.25);
  border-right-color: rgb(207 59 54 / 0.25);
}

.hover\:border-x-danger\/30:hover{
  border-left-color: rgb(207 59 54 / 0.3);
  border-right-color: rgb(207 59 54 / 0.3);
}

.hover\:border-x-danger\/35:hover{
  border-left-color: rgb(207 59 54 / 0.35);
  border-right-color: rgb(207 59 54 / 0.35);
}

.hover\:border-x-danger\/40:hover{
  border-left-color: rgb(207 59 54 / 0.4);
  border-right-color: rgb(207 59 54 / 0.4);
}

.hover\:border-x-danger\/45:hover{
  border-left-color: rgb(207 59 54 / 0.45);
  border-right-color: rgb(207 59 54 / 0.45);
}

.hover\:border-x-danger\/5:hover{
  border-left-color: rgb(207 59 54 / 0.05);
  border-right-color: rgb(207 59 54 / 0.05);
}

.hover\:border-x-danger\/50:hover{
  border-left-color: rgb(207 59 54 / 0.5);
  border-right-color: rgb(207 59 54 / 0.5);
}

.hover\:border-x-danger\/55:hover{
  border-left-color: rgb(207 59 54 / 0.55);
  border-right-color: rgb(207 59 54 / 0.55);
}

.hover\:border-x-danger\/60:hover{
  border-left-color: rgb(207 59 54 / 0.6);
  border-right-color: rgb(207 59 54 / 0.6);
}

.hover\:border-x-danger\/65:hover{
  border-left-color: rgb(207 59 54 / 0.65);
  border-right-color: rgb(207 59 54 / 0.65);
}

.hover\:border-x-danger\/70:hover{
  border-left-color: rgb(207 59 54 / 0.7);
  border-right-color: rgb(207 59 54 / 0.7);
}

.hover\:border-x-danger\/75:hover{
  border-left-color: rgb(207 59 54 / 0.75);
  border-right-color: rgb(207 59 54 / 0.75);
}

.hover\:border-x-danger\/80:hover{
  border-left-color: rgb(207 59 54 / 0.8);
  border-right-color: rgb(207 59 54 / 0.8);
}

.hover\:border-x-danger\/85:hover{
  border-left-color: rgb(207 59 54 / 0.85);
  border-right-color: rgb(207 59 54 / 0.85);
}

.hover\:border-x-danger\/90:hover{
  border-left-color: rgb(207 59 54 / 0.9);
  border-right-color: rgb(207 59 54 / 0.9);
}

.hover\:border-x-danger\/95:hover{
  border-left-color: rgb(207 59 54 / 0.95);
  border-right-color: rgb(207 59 54 / 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\/15:hover{
  border-left-color: rgb(209 250 229 / 0.15);
  border-right-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(209 250 229 / 0.35);
  border-right-color: rgb(209 250 229 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(209 250 229 / 0.45);
  border-right-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(209 250 229 / 0.55);
  border-right-color: rgb(209 250 229 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(209 250 229 / 0.65);
  border-right-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(209 250 229 / 0.85);
  border-right-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(167 243 208 / 0.15);
  border-right-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(167 243 208 / 0.35);
  border-right-color: rgb(167 243 208 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(167 243 208 / 0.45);
  border-right-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(167 243 208 / 0.55);
  border-right-color: rgb(167 243 208 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(167 243 208 / 0.65);
  border-right-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(167 243 208 / 0.85);
  border-right-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(110 231 183 / 0.15);
  border-right-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(110 231 183 / 0.35);
  border-right-color: rgb(110 231 183 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(110 231 183 / 0.45);
  border-right-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(110 231 183 / 0.55);
  border-right-color: rgb(110 231 183 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(110 231 183 / 0.65);
  border-right-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(110 231 183 / 0.85);
  border-right-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(52 211 153 / 0.15);
  border-right-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(52 211 153 / 0.35);
  border-right-color: rgb(52 211 153 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(52 211 153 / 0.45);
  border-right-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(52 211 153 / 0.55);
  border-right-color: rgb(52 211 153 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(52 211 153 / 0.65);
  border-right-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(52 211 153 / 0.85);
  border-right-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(236 253 245 / 0.15);
  border-right-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(236 253 245 / 0.35);
  border-right-color: rgb(236 253 245 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(236 253 245 / 0.45);
  border-right-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(236 253 245 / 0.55);
  border-right-color: rgb(236 253 245 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(236 253 245 / 0.65);
  border-right-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(236 253 245 / 0.85);
  border-right-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(16 185 129 / 0.15);
  border-right-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(16 185 129 / 0.35);
  border-right-color: rgb(16 185 129 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(16 185 129 / 0.45);
  border-right-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(16 185 129 / 0.55);
  border-right-color: rgb(16 185 129 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(16 185 129 / 0.65);
  border-right-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(16 185 129 / 0.85);
  border-right-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(5 150 105 / 0.15);
  border-right-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(5 150 105 / 0.35);
  border-right-color: rgb(5 150 105 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(5 150 105 / 0.45);
  border-right-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(5 150 105 / 0.55);
  border-right-color: rgb(5 150 105 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(5 150 105 / 0.65);
  border-right-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(5 150 105 / 0.85);
  border-right-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(4 120 87 / 0.15);
  border-right-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(4 120 87 / 0.35);
  border-right-color: rgb(4 120 87 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(4 120 87 / 0.45);
  border-right-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(4 120 87 / 0.55);
  border-right-color: rgb(4 120 87 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(4 120 87 / 0.65);
  border-right-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(4 120 87 / 0.85);
  border-right-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(6 95 70 / 0.15);
  border-right-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(6 95 70 / 0.35);
  border-right-color: rgb(6 95 70 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(6 95 70 / 0.45);
  border-right-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(6 95 70 / 0.55);
  border-right-color: rgb(6 95 70 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(6 95 70 / 0.65);
  border-right-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(6 95 70 / 0.85);
  border-right-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(6 78 59 / 0.15);
  border-right-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(6 78 59 / 0.35);
  border-right-color: rgb(6 78 59 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(6 78 59 / 0.45);
  border-right-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(6 78 59 / 0.55);
  border-right-color: rgb(6 78 59 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(6 78 59 / 0.65);
  border-right-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(6 78 59 / 0.85);
  border-right-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(2 44 34 / 0.15);
  border-right-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(2 44 34 / 0.35);
  border-right-color: rgb(2 44 34 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(2 44 34 / 0.45);
  border-right-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(2 44 34 / 0.55);
  border-right-color: rgb(2 44 34 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(2 44 34 / 0.65);
  border-right-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(2 44 34 / 0.85);
  border-right-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(11 160 123 / var(--tw-border-opacity));
  border-right-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.hover\:border-x-excel-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 138 107 / var(--tw-border-opacity));
  border-right-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.hover\:border-x-excel-hover\/0:hover{
  border-left-color: rgb(9 138 107 / 0);
  border-right-color: rgb(9 138 107 / 0);
}

.hover\:border-x-excel-hover\/10:hover{
  border-left-color: rgb(9 138 107 / 0.1);
  border-right-color: rgb(9 138 107 / 0.1);
}

.hover\:border-x-excel-hover\/100:hover{
  border-left-color: rgb(9 138 107 / 1);
  border-right-color: rgb(9 138 107 / 1);
}

.hover\:border-x-excel-hover\/15:hover{
  border-left-color: rgb(9 138 107 / 0.15);
  border-right-color: rgb(9 138 107 / 0.15);
}

.hover\:border-x-excel-hover\/20:hover{
  border-left-color: rgb(9 138 107 / 0.2);
  border-right-color: rgb(9 138 107 / 0.2);
}

.hover\:border-x-excel-hover\/25:hover{
  border-left-color: rgb(9 138 107 / 0.25);
  border-right-color: rgb(9 138 107 / 0.25);
}

.hover\:border-x-excel-hover\/30:hover{
  border-left-color: rgb(9 138 107 / 0.3);
  border-right-color: rgb(9 138 107 / 0.3);
}

.hover\:border-x-excel-hover\/35:hover{
  border-left-color: rgb(9 138 107 / 0.35);
  border-right-color: rgb(9 138 107 / 0.35);
}

.hover\:border-x-excel-hover\/40:hover{
  border-left-color: rgb(9 138 107 / 0.4);
  border-right-color: rgb(9 138 107 / 0.4);
}

.hover\:border-x-excel-hover\/45:hover{
  border-left-color: rgb(9 138 107 / 0.45);
  border-right-color: rgb(9 138 107 / 0.45);
}

.hover\:border-x-excel-hover\/5:hover{
  border-left-color: rgb(9 138 107 / 0.05);
  border-right-color: rgb(9 138 107 / 0.05);
}

.hover\:border-x-excel-hover\/50:hover{
  border-left-color: rgb(9 138 107 / 0.5);
  border-right-color: rgb(9 138 107 / 0.5);
}

.hover\:border-x-excel-hover\/55:hover{
  border-left-color: rgb(9 138 107 / 0.55);
  border-right-color: rgb(9 138 107 / 0.55);
}

.hover\:border-x-excel-hover\/60:hover{
  border-left-color: rgb(9 138 107 / 0.6);
  border-right-color: rgb(9 138 107 / 0.6);
}

.hover\:border-x-excel-hover\/65:hover{
  border-left-color: rgb(9 138 107 / 0.65);
  border-right-color: rgb(9 138 107 / 0.65);
}

.hover\:border-x-excel-hover\/70:hover{
  border-left-color: rgb(9 138 107 / 0.7);
  border-right-color: rgb(9 138 107 / 0.7);
}

.hover\:border-x-excel-hover\/75:hover{
  border-left-color: rgb(9 138 107 / 0.75);
  border-right-color: rgb(9 138 107 / 0.75);
}

.hover\:border-x-excel-hover\/80:hover{
  border-left-color: rgb(9 138 107 / 0.8);
  border-right-color: rgb(9 138 107 / 0.8);
}

.hover\:border-x-excel-hover\/85:hover{
  border-left-color: rgb(9 138 107 / 0.85);
  border-right-color: rgb(9 138 107 / 0.85);
}

.hover\:border-x-excel-hover\/90:hover{
  border-left-color: rgb(9 138 107 / 0.9);
  border-right-color: rgb(9 138 107 / 0.9);
}

.hover\:border-x-excel-hover\/95:hover{
  border-left-color: rgb(9 138 107 / 0.95);
  border-right-color: rgb(9 138 107 / 0.95);
}

.hover\:border-x-excel\/0:hover{
  border-left-color: rgb(11 160 123 / 0);
  border-right-color: rgb(11 160 123 / 0);
}

.hover\:border-x-excel\/10:hover{
  border-left-color: rgb(11 160 123 / 0.1);
  border-right-color: rgb(11 160 123 / 0.1);
}

.hover\:border-x-excel\/100:hover{
  border-left-color: rgb(11 160 123 / 1);
  border-right-color: rgb(11 160 123 / 1);
}

.hover\:border-x-excel\/15:hover{
  border-left-color: rgb(11 160 123 / 0.15);
  border-right-color: rgb(11 160 123 / 0.15);
}

.hover\:border-x-excel\/20:hover{
  border-left-color: rgb(11 160 123 / 0.2);
  border-right-color: rgb(11 160 123 / 0.2);
}

.hover\:border-x-excel\/25:hover{
  border-left-color: rgb(11 160 123 / 0.25);
  border-right-color: rgb(11 160 123 / 0.25);
}

.hover\:border-x-excel\/30:hover{
  border-left-color: rgb(11 160 123 / 0.3);
  border-right-color: rgb(11 160 123 / 0.3);
}

.hover\:border-x-excel\/35:hover{
  border-left-color: rgb(11 160 123 / 0.35);
  border-right-color: rgb(11 160 123 / 0.35);
}

.hover\:border-x-excel\/40:hover{
  border-left-color: rgb(11 160 123 / 0.4);
  border-right-color: rgb(11 160 123 / 0.4);
}

.hover\:border-x-excel\/45:hover{
  border-left-color: rgb(11 160 123 / 0.45);
  border-right-color: rgb(11 160 123 / 0.45);
}

.hover\:border-x-excel\/5:hover{
  border-left-color: rgb(11 160 123 / 0.05);
  border-right-color: rgb(11 160 123 / 0.05);
}

.hover\:border-x-excel\/50:hover{
  border-left-color: rgb(11 160 123 / 0.5);
  border-right-color: rgb(11 160 123 / 0.5);
}

.hover\:border-x-excel\/55:hover{
  border-left-color: rgb(11 160 123 / 0.55);
  border-right-color: rgb(11 160 123 / 0.55);
}

.hover\:border-x-excel\/60:hover{
  border-left-color: rgb(11 160 123 / 0.6);
  border-right-color: rgb(11 160 123 / 0.6);
}

.hover\:border-x-excel\/65:hover{
  border-left-color: rgb(11 160 123 / 0.65);
  border-right-color: rgb(11 160 123 / 0.65);
}

.hover\:border-x-excel\/70:hover{
  border-left-color: rgb(11 160 123 / 0.7);
  border-right-color: rgb(11 160 123 / 0.7);
}

.hover\:border-x-excel\/75:hover{
  border-left-color: rgb(11 160 123 / 0.75);
  border-right-color: rgb(11 160 123 / 0.75);
}

.hover\:border-x-excel\/80:hover{
  border-left-color: rgb(11 160 123 / 0.8);
  border-right-color: rgb(11 160 123 / 0.8);
}

.hover\:border-x-excel\/85:hover{
  border-left-color: rgb(11 160 123 / 0.85);
  border-right-color: rgb(11 160 123 / 0.85);
}

.hover\:border-x-excel\/90:hover{
  border-left-color: rgb(11 160 123 / 0.9);
  border-right-color: rgb(11 160 123 / 0.9);
}

.hover\:border-x-excel\/95:hover{
  border-left-color: rgb(11 160 123 / 0.95);
  border-right-color: rgb(11 160 123 / 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\/15:hover{
  border-left-color: rgb(250 232 255 / 0.15);
  border-right-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 232 255 / 0.35);
  border-right-color: rgb(250 232 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(250 232 255 / 0.45);
  border-right-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 232 255 / 0.55);
  border-right-color: rgb(250 232 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(250 232 255 / 0.65);
  border-right-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 232 255 / 0.85);
  border-right-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(245 208 254 / 0.15);
  border-right-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 208 254 / 0.35);
  border-right-color: rgb(245 208 254 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(245 208 254 / 0.45);
  border-right-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 208 254 / 0.55);
  border-right-color: rgb(245 208 254 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(245 208 254 / 0.65);
  border-right-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 208 254 / 0.85);
  border-right-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(240 171 252 / 0.15);
  border-right-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(240 171 252 / 0.35);
  border-right-color: rgb(240 171 252 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(240 171 252 / 0.45);
  border-right-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(240 171 252 / 0.55);
  border-right-color: rgb(240 171 252 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(240 171 252 / 0.65);
  border-right-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(240 171 252 / 0.85);
  border-right-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(232 121 249 / 0.15);
  border-right-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(232 121 249 / 0.35);
  border-right-color: rgb(232 121 249 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(232 121 249 / 0.45);
  border-right-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(232 121 249 / 0.55);
  border-right-color: rgb(232 121 249 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(232 121 249 / 0.65);
  border-right-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(232 121 249 / 0.85);
  border-right-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 244 255 / 0.15);
  border-right-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 244 255 / 0.35);
  border-right-color: rgb(253 244 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(253 244 255 / 0.45);
  border-right-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 244 255 / 0.55);
  border-right-color: rgb(253 244 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(253 244 255 / 0.65);
  border-right-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 244 255 / 0.85);
  border-right-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(217 70 239 / 0.15);
  border-right-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(217 70 239 / 0.35);
  border-right-color: rgb(217 70 239 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(217 70 239 / 0.45);
  border-right-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(217 70 239 / 0.55);
  border-right-color: rgb(217 70 239 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(217 70 239 / 0.65);
  border-right-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(217 70 239 / 0.85);
  border-right-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(192 38 211 / 0.15);
  border-right-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(192 38 211 / 0.35);
  border-right-color: rgb(192 38 211 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(192 38 211 / 0.45);
  border-right-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(192 38 211 / 0.55);
  border-right-color: rgb(192 38 211 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(192 38 211 / 0.65);
  border-right-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(192 38 211 / 0.85);
  border-right-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(162 28 175 / 0.15);
  border-right-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(162 28 175 / 0.35);
  border-right-color: rgb(162 28 175 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(162 28 175 / 0.45);
  border-right-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(162 28 175 / 0.55);
  border-right-color: rgb(162 28 175 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(162 28 175 / 0.65);
  border-right-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(162 28 175 / 0.85);
  border-right-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(134 25 143 / 0.15);
  border-right-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(134 25 143 / 0.35);
  border-right-color: rgb(134 25 143 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(134 25 143 / 0.45);
  border-right-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(134 25 143 / 0.55);
  border-right-color: rgb(134 25 143 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(134 25 143 / 0.65);
  border-right-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(134 25 143 / 0.85);
  border-right-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(112 26 117 / 0.15);
  border-right-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(112 26 117 / 0.35);
  border-right-color: rgb(112 26 117 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(112 26 117 / 0.45);
  border-right-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(112 26 117 / 0.55);
  border-right-color: rgb(112 26 117 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(112 26 117 / 0.65);
  border-right-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(112 26 117 / 0.85);
  border-right-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(74 4 78 / 0.15);
  border-right-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(74 4 78 / 0.35);
  border-right-color: rgb(74 4 78 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(74 4 78 / 0.45);
  border-right-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(74 4 78 / 0.55);
  border-right-color: rgb(74 4 78 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(74 4 78 / 0.65);
  border-right-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(74 4 78 / 0.85);
  border-right-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(243 244 246 / 0.15);
  border-right-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(243 244 246 / 0.35);
  border-right-color: rgb(243 244 246 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(243 244 246 / 0.45);
  border-right-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(243 244 246 / 0.55);
  border-right-color: rgb(243 244 246 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(243 244 246 / 0.65);
  border-right-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(243 244 246 / 0.85);
  border-right-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(229 231 235 / 0.15);
  border-right-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(229 231 235 / 0.35);
  border-right-color: rgb(229 231 235 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(229 231 235 / 0.45);
  border-right-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(229 231 235 / 0.55);
  border-right-color: rgb(229 231 235 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(229 231 235 / 0.65);
  border-right-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(229 231 235 / 0.85);
  border-right-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(209 213 219 / 0.15);
  border-right-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(209 213 219 / 0.35);
  border-right-color: rgb(209 213 219 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(209 213 219 / 0.45);
  border-right-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(209 213 219 / 0.55);
  border-right-color: rgb(209 213 219 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(209 213 219 / 0.65);
  border-right-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(209 213 219 / 0.85);
  border-right-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(156 163 175 / 0.15);
  border-right-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(156 163 175 / 0.35);
  border-right-color: rgb(156 163 175 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(156 163 175 / 0.45);
  border-right-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(156 163 175 / 0.55);
  border-right-color: rgb(156 163 175 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(156 163 175 / 0.65);
  border-right-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(156 163 175 / 0.85);
  border-right-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(249 250 251 / 0.15);
  border-right-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(249 250 251 / 0.35);
  border-right-color: rgb(249 250 251 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(249 250 251 / 0.45);
  border-right-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(249 250 251 / 0.55);
  border-right-color: rgb(249 250 251 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(249 250 251 / 0.65);
  border-right-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(249 250 251 / 0.85);
  border-right-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(107 114 128 / 0.15);
  border-right-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(107 114 128 / 0.35);
  border-right-color: rgb(107 114 128 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(107 114 128 / 0.45);
  border-right-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(107 114 128 / 0.55);
  border-right-color: rgb(107 114 128 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(107 114 128 / 0.65);
  border-right-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(107 114 128 / 0.85);
  border-right-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(75 85 99 / 0.15);
  border-right-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(75 85 99 / 0.35);
  border-right-color: rgb(75 85 99 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(75 85 99 / 0.45);
  border-right-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(75 85 99 / 0.55);
  border-right-color: rgb(75 85 99 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(75 85 99 / 0.65);
  border-right-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(75 85 99 / 0.85);
  border-right-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(55 65 81 / 0.15);
  border-right-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(55 65 81 / 0.35);
  border-right-color: rgb(55 65 81 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(55 65 81 / 0.45);
  border-right-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(55 65 81 / 0.55);
  border-right-color: rgb(55 65 81 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(55 65 81 / 0.65);
  border-right-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(55 65 81 / 0.85);
  border-right-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(31 41 55 / 0.15);
  border-right-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(31 41 55 / 0.35);
  border-right-color: rgb(31 41 55 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(31 41 55 / 0.45);
  border-right-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(31 41 55 / 0.55);
  border-right-color: rgb(31 41 55 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(31 41 55 / 0.65);
  border-right-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(31 41 55 / 0.85);
  border-right-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(17 24 39 / 0.15);
  border-right-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(17 24 39 / 0.35);
  border-right-color: rgb(17 24 39 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(17 24 39 / 0.45);
  border-right-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(17 24 39 / 0.55);
  border-right-color: rgb(17 24 39 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(17 24 39 / 0.65);
  border-right-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(17 24 39 / 0.85);
  border-right-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(3 7 18 / 0.15);
  border-right-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(3 7 18 / 0.35);
  border-right-color: rgb(3 7 18 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(3 7 18 / 0.45);
  border-right-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(3 7 18 / 0.55);
  border-right-color: rgb(3 7 18 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(3 7 18 / 0.65);
  border-right-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(3 7 18 / 0.85);
  border-right-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(220 252 231 / 0.15);
  border-right-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(220 252 231 / 0.35);
  border-right-color: rgb(220 252 231 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(220 252 231 / 0.45);
  border-right-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(220 252 231 / 0.55);
  border-right-color: rgb(220 252 231 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(220 252 231 / 0.65);
  border-right-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(220 252 231 / 0.85);
  border-right-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(187 247 208 / 0.15);
  border-right-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(187 247 208 / 0.35);
  border-right-color: rgb(187 247 208 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(187 247 208 / 0.45);
  border-right-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(187 247 208 / 0.55);
  border-right-color: rgb(187 247 208 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(187 247 208 / 0.65);
  border-right-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(187 247 208 / 0.85);
  border-right-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(134 239 172 / 0.15);
  border-right-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(134 239 172 / 0.35);
  border-right-color: rgb(134 239 172 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(134 239 172 / 0.45);
  border-right-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(134 239 172 / 0.55);
  border-right-color: rgb(134 239 172 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(134 239 172 / 0.65);
  border-right-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(134 239 172 / 0.85);
  border-right-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(74 222 128 / 0.15);
  border-right-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(74 222 128 / 0.35);
  border-right-color: rgb(74 222 128 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(74 222 128 / 0.45);
  border-right-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(74 222 128 / 0.55);
  border-right-color: rgb(74 222 128 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(74 222 128 / 0.65);
  border-right-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(74 222 128 / 0.85);
  border-right-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(240 253 244 / 0.15);
  border-right-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(240 253 244 / 0.35);
  border-right-color: rgb(240 253 244 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(240 253 244 / 0.45);
  border-right-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(240 253 244 / 0.55);
  border-right-color: rgb(240 253 244 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(240 253 244 / 0.65);
  border-right-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(240 253 244 / 0.85);
  border-right-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(34 197 94 / 0.15);
  border-right-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(34 197 94 / 0.35);
  border-right-color: rgb(34 197 94 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(34 197 94 / 0.45);
  border-right-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(34 197 94 / 0.55);
  border-right-color: rgb(34 197 94 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(34 197 94 / 0.65);
  border-right-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(34 197 94 / 0.85);
  border-right-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(22 163 74 / 0.15);
  border-right-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(22 163 74 / 0.35);
  border-right-color: rgb(22 163 74 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(22 163 74 / 0.45);
  border-right-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(22 163 74 / 0.55);
  border-right-color: rgb(22 163 74 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(22 163 74 / 0.65);
  border-right-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(22 163 74 / 0.85);
  border-right-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(21 128 61 / 0.15);
  border-right-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(21 128 61 / 0.35);
  border-right-color: rgb(21 128 61 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(21 128 61 / 0.45);
  border-right-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(21 128 61 / 0.55);
  border-right-color: rgb(21 128 61 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(21 128 61 / 0.65);
  border-right-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(21 128 61 / 0.85);
  border-right-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(22 101 52 / 0.15);
  border-right-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(22 101 52 / 0.35);
  border-right-color: rgb(22 101 52 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(22 101 52 / 0.45);
  border-right-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(22 101 52 / 0.55);
  border-right-color: rgb(22 101 52 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(22 101 52 / 0.65);
  border-right-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(22 101 52 / 0.85);
  border-right-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(20 83 45 / 0.15);
  border-right-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(20 83 45 / 0.35);
  border-right-color: rgb(20 83 45 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(20 83 45 / 0.45);
  border-right-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(20 83 45 / 0.55);
  border-right-color: rgb(20 83 45 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(20 83 45 / 0.65);
  border-right-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(20 83 45 / 0.85);
  border-right-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(5 46 22 / 0.15);
  border-right-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(5 46 22 / 0.35);
  border-right-color: rgb(5 46 22 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(5 46 22 / 0.45);
  border-right-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(5 46 22 / 0.55);
  border-right-color: rgb(5 46 22 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(5 46 22 / 0.65);
  border-right-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(5 46 22 / 0.85);
  border-right-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(224 231 255 / 0.15);
  border-right-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(224 231 255 / 0.35);
  border-right-color: rgb(224 231 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(224 231 255 / 0.45);
  border-right-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(224 231 255 / 0.55);
  border-right-color: rgb(224 231 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(224 231 255 / 0.65);
  border-right-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(224 231 255 / 0.85);
  border-right-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(199 210 254 / 0.15);
  border-right-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(199 210 254 / 0.35);
  border-right-color: rgb(199 210 254 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(199 210 254 / 0.45);
  border-right-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(199 210 254 / 0.55);
  border-right-color: rgb(199 210 254 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(199 210 254 / 0.65);
  border-right-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(199 210 254 / 0.85);
  border-right-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(165 180 252 / 0.15);
  border-right-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(165 180 252 / 0.35);
  border-right-color: rgb(165 180 252 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(165 180 252 / 0.45);
  border-right-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(165 180 252 / 0.55);
  border-right-color: rgb(165 180 252 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(165 180 252 / 0.65);
  border-right-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(165 180 252 / 0.85);
  border-right-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(129 140 248 / 0.15);
  border-right-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(129 140 248 / 0.35);
  border-right-color: rgb(129 140 248 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(129 140 248 / 0.45);
  border-right-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(129 140 248 / 0.55);
  border-right-color: rgb(129 140 248 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(129 140 248 / 0.65);
  border-right-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(129 140 248 / 0.85);
  border-right-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(238 242 255 / 0.15);
  border-right-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(238 242 255 / 0.35);
  border-right-color: rgb(238 242 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(238 242 255 / 0.45);
  border-right-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(238 242 255 / 0.55);
  border-right-color: rgb(238 242 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(238 242 255 / 0.65);
  border-right-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(238 242 255 / 0.85);
  border-right-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(99 102 241 / 0.15);
  border-right-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(99 102 241 / 0.35);
  border-right-color: rgb(99 102 241 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(99 102 241 / 0.45);
  border-right-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(99 102 241 / 0.55);
  border-right-color: rgb(99 102 241 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(99 102 241 / 0.65);
  border-right-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(99 102 241 / 0.85);
  border-right-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(79 70 229 / 0.15);
  border-right-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(79 70 229 / 0.35);
  border-right-color: rgb(79 70 229 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(79 70 229 / 0.45);
  border-right-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(79 70 229 / 0.55);
  border-right-color: rgb(79 70 229 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(79 70 229 / 0.65);
  border-right-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(79 70 229 / 0.85);
  border-right-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(67 56 202 / 0.15);
  border-right-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(67 56 202 / 0.35);
  border-right-color: rgb(67 56 202 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(67 56 202 / 0.45);
  border-right-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(67 56 202 / 0.55);
  border-right-color: rgb(67 56 202 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(67 56 202 / 0.65);
  border-right-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(67 56 202 / 0.85);
  border-right-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(55 48 163 / 0.15);
  border-right-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(55 48 163 / 0.35);
  border-right-color: rgb(55 48 163 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(55 48 163 / 0.45);
  border-right-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(55 48 163 / 0.55);
  border-right-color: rgb(55 48 163 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(55 48 163 / 0.65);
  border-right-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(55 48 163 / 0.85);
  border-right-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(49 46 129 / 0.15);
  border-right-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(49 46 129 / 0.35);
  border-right-color: rgb(49 46 129 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(49 46 129 / 0.45);
  border-right-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(49 46 129 / 0.55);
  border-right-color: rgb(49 46 129 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(49 46 129 / 0.65);
  border-right-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(49 46 129 / 0.85);
  border-right-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(30 27 75 / 0.15);
  border-right-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(30 27 75 / 0.35);
  border-right-color: rgb(30 27 75 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(30 27 75 / 0.45);
  border-right-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(30 27 75 / 0.55);
  border-right-color: rgb(30 27 75 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(30 27 75 / 0.65);
  border-right-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(30 27 75 / 0.85);
  border-right-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 159 26 / var(--tw-border-opacity));
  border-right-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.hover\:border-x-info-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(203 122 0 / var(--tw-border-opacity));
  border-right-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.hover\:border-x-info-hover\/0:hover{
  border-left-color: rgb(203 122 0 / 0);
  border-right-color: rgb(203 122 0 / 0);
}

.hover\:border-x-info-hover\/10:hover{
  border-left-color: rgb(203 122 0 / 0.1);
  border-right-color: rgb(203 122 0 / 0.1);
}

.hover\:border-x-info-hover\/100:hover{
  border-left-color: rgb(203 122 0 / 1);
  border-right-color: rgb(203 122 0 / 1);
}

.hover\:border-x-info-hover\/15:hover{
  border-left-color: rgb(203 122 0 / 0.15);
  border-right-color: rgb(203 122 0 / 0.15);
}

.hover\:border-x-info-hover\/20:hover{
  border-left-color: rgb(203 122 0 / 0.2);
  border-right-color: rgb(203 122 0 / 0.2);
}

.hover\:border-x-info-hover\/25:hover{
  border-left-color: rgb(203 122 0 / 0.25);
  border-right-color: rgb(203 122 0 / 0.25);
}

.hover\:border-x-info-hover\/30:hover{
  border-left-color: rgb(203 122 0 / 0.3);
  border-right-color: rgb(203 122 0 / 0.3);
}

.hover\:border-x-info-hover\/35:hover{
  border-left-color: rgb(203 122 0 / 0.35);
  border-right-color: rgb(203 122 0 / 0.35);
}

.hover\:border-x-info-hover\/40:hover{
  border-left-color: rgb(203 122 0 / 0.4);
  border-right-color: rgb(203 122 0 / 0.4);
}

.hover\:border-x-info-hover\/45:hover{
  border-left-color: rgb(203 122 0 / 0.45);
  border-right-color: rgb(203 122 0 / 0.45);
}

.hover\:border-x-info-hover\/5:hover{
  border-left-color: rgb(203 122 0 / 0.05);
  border-right-color: rgb(203 122 0 / 0.05);
}

.hover\:border-x-info-hover\/50:hover{
  border-left-color: rgb(203 122 0 / 0.5);
  border-right-color: rgb(203 122 0 / 0.5);
}

.hover\:border-x-info-hover\/55:hover{
  border-left-color: rgb(203 122 0 / 0.55);
  border-right-color: rgb(203 122 0 / 0.55);
}

.hover\:border-x-info-hover\/60:hover{
  border-left-color: rgb(203 122 0 / 0.6);
  border-right-color: rgb(203 122 0 / 0.6);
}

.hover\:border-x-info-hover\/65:hover{
  border-left-color: rgb(203 122 0 / 0.65);
  border-right-color: rgb(203 122 0 / 0.65);
}

.hover\:border-x-info-hover\/70:hover{
  border-left-color: rgb(203 122 0 / 0.7);
  border-right-color: rgb(203 122 0 / 0.7);
}

.hover\:border-x-info-hover\/75:hover{
  border-left-color: rgb(203 122 0 / 0.75);
  border-right-color: rgb(203 122 0 / 0.75);
}

.hover\:border-x-info-hover\/80:hover{
  border-left-color: rgb(203 122 0 / 0.8);
  border-right-color: rgb(203 122 0 / 0.8);
}

.hover\:border-x-info-hover\/85:hover{
  border-left-color: rgb(203 122 0 / 0.85);
  border-right-color: rgb(203 122 0 / 0.85);
}

.hover\:border-x-info-hover\/90:hover{
  border-left-color: rgb(203 122 0 / 0.9);
  border-right-color: rgb(203 122 0 / 0.9);
}

.hover\:border-x-info-hover\/95:hover{
  border-left-color: rgb(203 122 0 / 0.95);
  border-right-color: rgb(203 122 0 / 0.95);
}

.hover\:border-x-info\/0:hover{
  border-left-color: rgb(247 159 26 / 0);
  border-right-color: rgb(247 159 26 / 0);
}

.hover\:border-x-info\/10:hover{
  border-left-color: rgb(247 159 26 / 0.1);
  border-right-color: rgb(247 159 26 / 0.1);
}

.hover\:border-x-info\/100:hover{
  border-left-color: rgb(247 159 26 / 1);
  border-right-color: rgb(247 159 26 / 1);
}

.hover\:border-x-info\/15:hover{
  border-left-color: rgb(247 159 26 / 0.15);
  border-right-color: rgb(247 159 26 / 0.15);
}

.hover\:border-x-info\/20:hover{
  border-left-color: rgb(247 159 26 / 0.2);
  border-right-color: rgb(247 159 26 / 0.2);
}

.hover\:border-x-info\/25:hover{
  border-left-color: rgb(247 159 26 / 0.25);
  border-right-color: rgb(247 159 26 / 0.25);
}

.hover\:border-x-info\/30:hover{
  border-left-color: rgb(247 159 26 / 0.3);
  border-right-color: rgb(247 159 26 / 0.3);
}

.hover\:border-x-info\/35:hover{
  border-left-color: rgb(247 159 26 / 0.35);
  border-right-color: rgb(247 159 26 / 0.35);
}

.hover\:border-x-info\/40:hover{
  border-left-color: rgb(247 159 26 / 0.4);
  border-right-color: rgb(247 159 26 / 0.4);
}

.hover\:border-x-info\/45:hover{
  border-left-color: rgb(247 159 26 / 0.45);
  border-right-color: rgb(247 159 26 / 0.45);
}

.hover\:border-x-info\/5:hover{
  border-left-color: rgb(247 159 26 / 0.05);
  border-right-color: rgb(247 159 26 / 0.05);
}

.hover\:border-x-info\/50:hover{
  border-left-color: rgb(247 159 26 / 0.5);
  border-right-color: rgb(247 159 26 / 0.5);
}

.hover\:border-x-info\/55:hover{
  border-left-color: rgb(247 159 26 / 0.55);
  border-right-color: rgb(247 159 26 / 0.55);
}

.hover\:border-x-info\/60:hover{
  border-left-color: rgb(247 159 26 / 0.6);
  border-right-color: rgb(247 159 26 / 0.6);
}

.hover\:border-x-info\/65:hover{
  border-left-color: rgb(247 159 26 / 0.65);
  border-right-color: rgb(247 159 26 / 0.65);
}

.hover\:border-x-info\/70:hover{
  border-left-color: rgb(247 159 26 / 0.7);
  border-right-color: rgb(247 159 26 / 0.7);
}

.hover\:border-x-info\/75:hover{
  border-left-color: rgb(247 159 26 / 0.75);
  border-right-color: rgb(247 159 26 / 0.75);
}

.hover\:border-x-info\/80:hover{
  border-left-color: rgb(247 159 26 / 0.8);
  border-right-color: rgb(247 159 26 / 0.8);
}

.hover\:border-x-info\/85:hover{
  border-left-color: rgb(247 159 26 / 0.85);
  border-right-color: rgb(247 159 26 / 0.85);
}

.hover\:border-x-info\/90:hover{
  border-left-color: rgb(247 159 26 / 0.9);
  border-right-color: rgb(247 159 26 / 0.9);
}

.hover\:border-x-info\/95:hover{
  border-left-color: rgb(247 159 26 / 0.95);
  border-right-color: rgb(247 159 26 / 0.95);
}

.hover\:border-x-inherit:hover{
  border-left-color: inherit;
  border-right-color: inherit;
}

.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\/15:hover{
  border-left-color: rgb(236 252 203 / 0.15);
  border-right-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(236 252 203 / 0.35);
  border-right-color: rgb(236 252 203 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(236 252 203 / 0.45);
  border-right-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(236 252 203 / 0.55);
  border-right-color: rgb(236 252 203 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(236 252 203 / 0.65);
  border-right-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(236 252 203 / 0.85);
  border-right-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(217 249 157 / 0.15);
  border-right-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(217 249 157 / 0.35);
  border-right-color: rgb(217 249 157 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(217 249 157 / 0.45);
  border-right-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(217 249 157 / 0.55);
  border-right-color: rgb(217 249 157 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(217 249 157 / 0.65);
  border-right-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(217 249 157 / 0.85);
  border-right-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(190 242 100 / 0.15);
  border-right-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(190 242 100 / 0.35);
  border-right-color: rgb(190 242 100 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(190 242 100 / 0.45);
  border-right-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(190 242 100 / 0.55);
  border-right-color: rgb(190 242 100 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(190 242 100 / 0.65);
  border-right-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(190 242 100 / 0.85);
  border-right-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(163 230 53 / 0.15);
  border-right-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(163 230 53 / 0.35);
  border-right-color: rgb(163 230 53 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(163 230 53 / 0.45);
  border-right-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(163 230 53 / 0.55);
  border-right-color: rgb(163 230 53 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(163 230 53 / 0.65);
  border-right-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(163 230 53 / 0.85);
  border-right-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(247 254 231 / 0.15);
  border-right-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(247 254 231 / 0.35);
  border-right-color: rgb(247 254 231 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(247 254 231 / 0.45);
  border-right-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(247 254 231 / 0.55);
  border-right-color: rgb(247 254 231 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(247 254 231 / 0.65);
  border-right-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(247 254 231 / 0.85);
  border-right-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(132 204 22 / 0.15);
  border-right-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(132 204 22 / 0.35);
  border-right-color: rgb(132 204 22 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(132 204 22 / 0.45);
  border-right-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(132 204 22 / 0.55);
  border-right-color: rgb(132 204 22 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(132 204 22 / 0.65);
  border-right-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(132 204 22 / 0.85);
  border-right-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(101 163 13 / 0.15);
  border-right-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(101 163 13 / 0.35);
  border-right-color: rgb(101 163 13 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(101 163 13 / 0.45);
  border-right-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(101 163 13 / 0.55);
  border-right-color: rgb(101 163 13 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(101 163 13 / 0.65);
  border-right-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(101 163 13 / 0.85);
  border-right-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(77 124 15 / 0.15);
  border-right-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(77 124 15 / 0.35);
  border-right-color: rgb(77 124 15 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(77 124 15 / 0.45);
  border-right-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(77 124 15 / 0.55);
  border-right-color: rgb(77 124 15 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(77 124 15 / 0.65);
  border-right-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(77 124 15 / 0.85);
  border-right-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(63 98 18 / 0.15);
  border-right-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(63 98 18 / 0.35);
  border-right-color: rgb(63 98 18 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(63 98 18 / 0.45);
  border-right-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(63 98 18 / 0.55);
  border-right-color: rgb(63 98 18 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(63 98 18 / 0.65);
  border-right-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(63 98 18 / 0.85);
  border-right-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(54 83 20 / 0.15);
  border-right-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(54 83 20 / 0.35);
  border-right-color: rgb(54 83 20 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(54 83 20 / 0.45);
  border-right-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(54 83 20 / 0.55);
  border-right-color: rgb(54 83 20 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(54 83 20 / 0.65);
  border-right-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(54 83 20 / 0.85);
  border-right-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(26 46 5 / 0.15);
  border-right-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(26 46 5 / 0.35);
  border-right-color: rgb(26 46 5 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(26 46 5 / 0.45);
  border-right-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(26 46 5 / 0.55);
  border-right-color: rgb(26 46 5 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(26 46 5 / 0.65);
  border-right-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(26 46 5 / 0.85);
  border-right-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 224 224 / var(--tw-border-opacity));
  border-right-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.hover\:border-x-neutral-01\/0:hover{
  border-left-color: rgb(224 224 224 / 0);
  border-right-color: rgb(224 224 224 / 0);
}

.hover\:border-x-neutral-01\/10:hover{
  border-left-color: rgb(224 224 224 / 0.1);
  border-right-color: rgb(224 224 224 / 0.1);
}

.hover\:border-x-neutral-01\/100:hover{
  border-left-color: rgb(224 224 224 / 1);
  border-right-color: rgb(224 224 224 / 1);
}

.hover\:border-x-neutral-01\/15:hover{
  border-left-color: rgb(224 224 224 / 0.15);
  border-right-color: rgb(224 224 224 / 0.15);
}

.hover\:border-x-neutral-01\/20:hover{
  border-left-color: rgb(224 224 224 / 0.2);
  border-right-color: rgb(224 224 224 / 0.2);
}

.hover\:border-x-neutral-01\/25:hover{
  border-left-color: rgb(224 224 224 / 0.25);
  border-right-color: rgb(224 224 224 / 0.25);
}

.hover\:border-x-neutral-01\/30:hover{
  border-left-color: rgb(224 224 224 / 0.3);
  border-right-color: rgb(224 224 224 / 0.3);
}

.hover\:border-x-neutral-01\/35:hover{
  border-left-color: rgb(224 224 224 / 0.35);
  border-right-color: rgb(224 224 224 / 0.35);
}

.hover\:border-x-neutral-01\/40:hover{
  border-left-color: rgb(224 224 224 / 0.4);
  border-right-color: rgb(224 224 224 / 0.4);
}

.hover\:border-x-neutral-01\/45:hover{
  border-left-color: rgb(224 224 224 / 0.45);
  border-right-color: rgb(224 224 224 / 0.45);
}

.hover\:border-x-neutral-01\/5:hover{
  border-left-color: rgb(224 224 224 / 0.05);
  border-right-color: rgb(224 224 224 / 0.05);
}

.hover\:border-x-neutral-01\/50:hover{
  border-left-color: rgb(224 224 224 / 0.5);
  border-right-color: rgb(224 224 224 / 0.5);
}

.hover\:border-x-neutral-01\/55:hover{
  border-left-color: rgb(224 224 224 / 0.55);
  border-right-color: rgb(224 224 224 / 0.55);
}

.hover\:border-x-neutral-01\/60:hover{
  border-left-color: rgb(224 224 224 / 0.6);
  border-right-color: rgb(224 224 224 / 0.6);
}

.hover\:border-x-neutral-01\/65:hover{
  border-left-color: rgb(224 224 224 / 0.65);
  border-right-color: rgb(224 224 224 / 0.65);
}

.hover\:border-x-neutral-01\/70:hover{
  border-left-color: rgb(224 224 224 / 0.7);
  border-right-color: rgb(224 224 224 / 0.7);
}

.hover\:border-x-neutral-01\/75:hover{
  border-left-color: rgb(224 224 224 / 0.75);
  border-right-color: rgb(224 224 224 / 0.75);
}

.hover\:border-x-neutral-01\/80:hover{
  border-left-color: rgb(224 224 224 / 0.8);
  border-right-color: rgb(224 224 224 / 0.8);
}

.hover\:border-x-neutral-01\/85:hover{
  border-left-color: rgb(224 224 224 / 0.85);
  border-right-color: rgb(224 224 224 / 0.85);
}

.hover\:border-x-neutral-01\/90:hover{
  border-left-color: rgb(224 224 224 / 0.9);
  border-right-color: rgb(224 224 224 / 0.9);
}

.hover\:border-x-neutral-01\/95:hover{
  border-left-color: rgb(224 224 224 / 0.95);
  border-right-color: rgb(224 224 224 / 0.95);
}

.hover\:border-x-neutral-02:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 234 238 / var(--tw-border-opacity));
  border-right-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.hover\:border-x-neutral-02\/0:hover{
  border-left-color: rgb(228 234 238 / 0);
  border-right-color: rgb(228 234 238 / 0);
}

.hover\:border-x-neutral-02\/10:hover{
  border-left-color: rgb(228 234 238 / 0.1);
  border-right-color: rgb(228 234 238 / 0.1);
}

.hover\:border-x-neutral-02\/100:hover{
  border-left-color: rgb(228 234 238 / 1);
  border-right-color: rgb(228 234 238 / 1);
}

.hover\:border-x-neutral-02\/15:hover{
  border-left-color: rgb(228 234 238 / 0.15);
  border-right-color: rgb(228 234 238 / 0.15);
}

.hover\:border-x-neutral-02\/20:hover{
  border-left-color: rgb(228 234 238 / 0.2);
  border-right-color: rgb(228 234 238 / 0.2);
}

.hover\:border-x-neutral-02\/25:hover{
  border-left-color: rgb(228 234 238 / 0.25);
  border-right-color: rgb(228 234 238 / 0.25);
}

.hover\:border-x-neutral-02\/30:hover{
  border-left-color: rgb(228 234 238 / 0.3);
  border-right-color: rgb(228 234 238 / 0.3);
}

.hover\:border-x-neutral-02\/35:hover{
  border-left-color: rgb(228 234 238 / 0.35);
  border-right-color: rgb(228 234 238 / 0.35);
}

.hover\:border-x-neutral-02\/40:hover{
  border-left-color: rgb(228 234 238 / 0.4);
  border-right-color: rgb(228 234 238 / 0.4);
}

.hover\:border-x-neutral-02\/45:hover{
  border-left-color: rgb(228 234 238 / 0.45);
  border-right-color: rgb(228 234 238 / 0.45);
}

.hover\:border-x-neutral-02\/5:hover{
  border-left-color: rgb(228 234 238 / 0.05);
  border-right-color: rgb(228 234 238 / 0.05);
}

.hover\:border-x-neutral-02\/50:hover{
  border-left-color: rgb(228 234 238 / 0.5);
  border-right-color: rgb(228 234 238 / 0.5);
}

.hover\:border-x-neutral-02\/55:hover{
  border-left-color: rgb(228 234 238 / 0.55);
  border-right-color: rgb(228 234 238 / 0.55);
}

.hover\:border-x-neutral-02\/60:hover{
  border-left-color: rgb(228 234 238 / 0.6);
  border-right-color: rgb(228 234 238 / 0.6);
}

.hover\:border-x-neutral-02\/65:hover{
  border-left-color: rgb(228 234 238 / 0.65);
  border-right-color: rgb(228 234 238 / 0.65);
}

.hover\:border-x-neutral-02\/70:hover{
  border-left-color: rgb(228 234 238 / 0.7);
  border-right-color: rgb(228 234 238 / 0.7);
}

.hover\:border-x-neutral-02\/75:hover{
  border-left-color: rgb(228 234 238 / 0.75);
  border-right-color: rgb(228 234 238 / 0.75);
}

.hover\:border-x-neutral-02\/80:hover{
  border-left-color: rgb(228 234 238 / 0.8);
  border-right-color: rgb(228 234 238 / 0.8);
}

.hover\:border-x-neutral-02\/85:hover{
  border-left-color: rgb(228 234 238 / 0.85);
  border-right-color: rgb(228 234 238 / 0.85);
}

.hover\:border-x-neutral-02\/90:hover{
  border-left-color: rgb(228 234 238 / 0.9);
  border-right-color: rgb(228 234 238 / 0.9);
}

.hover\:border-x-neutral-02\/95:hover{
  border-left-color: rgb(228 234 238 / 0.95);
  border-right-color: rgb(228 234 238 / 0.95);
}

.hover\:border-x-neutral-03:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 239 250 / var(--tw-border-opacity));
  border-right-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.hover\:border-x-neutral-03\/0:hover{
  border-left-color: rgb(236 239 250 / 0);
  border-right-color: rgb(236 239 250 / 0);
}

.hover\:border-x-neutral-03\/10:hover{
  border-left-color: rgb(236 239 250 / 0.1);
  border-right-color: rgb(236 239 250 / 0.1);
}

.hover\:border-x-neutral-03\/100:hover{
  border-left-color: rgb(236 239 250 / 1);
  border-right-color: rgb(236 239 250 / 1);
}

.hover\:border-x-neutral-03\/15:hover{
  border-left-color: rgb(236 239 250 / 0.15);
  border-right-color: rgb(236 239 250 / 0.15);
}

.hover\:border-x-neutral-03\/20:hover{
  border-left-color: rgb(236 239 250 / 0.2);
  border-right-color: rgb(236 239 250 / 0.2);
}

.hover\:border-x-neutral-03\/25:hover{
  border-left-color: rgb(236 239 250 / 0.25);
  border-right-color: rgb(236 239 250 / 0.25);
}

.hover\:border-x-neutral-03\/30:hover{
  border-left-color: rgb(236 239 250 / 0.3);
  border-right-color: rgb(236 239 250 / 0.3);
}

.hover\:border-x-neutral-03\/35:hover{
  border-left-color: rgb(236 239 250 / 0.35);
  border-right-color: rgb(236 239 250 / 0.35);
}

.hover\:border-x-neutral-03\/40:hover{
  border-left-color: rgb(236 239 250 / 0.4);
  border-right-color: rgb(236 239 250 / 0.4);
}

.hover\:border-x-neutral-03\/45:hover{
  border-left-color: rgb(236 239 250 / 0.45);
  border-right-color: rgb(236 239 250 / 0.45);
}

.hover\:border-x-neutral-03\/5:hover{
  border-left-color: rgb(236 239 250 / 0.05);
  border-right-color: rgb(236 239 250 / 0.05);
}

.hover\:border-x-neutral-03\/50:hover{
  border-left-color: rgb(236 239 250 / 0.5);
  border-right-color: rgb(236 239 250 / 0.5);
}

.hover\:border-x-neutral-03\/55:hover{
  border-left-color: rgb(236 239 250 / 0.55);
  border-right-color: rgb(236 239 250 / 0.55);
}

.hover\:border-x-neutral-03\/60:hover{
  border-left-color: rgb(236 239 250 / 0.6);
  border-right-color: rgb(236 239 250 / 0.6);
}

.hover\:border-x-neutral-03\/65:hover{
  border-left-color: rgb(236 239 250 / 0.65);
  border-right-color: rgb(236 239 250 / 0.65);
}

.hover\:border-x-neutral-03\/70:hover{
  border-left-color: rgb(236 239 250 / 0.7);
  border-right-color: rgb(236 239 250 / 0.7);
}

.hover\:border-x-neutral-03\/75:hover{
  border-left-color: rgb(236 239 250 / 0.75);
  border-right-color: rgb(236 239 250 / 0.75);
}

.hover\:border-x-neutral-03\/80:hover{
  border-left-color: rgb(236 239 250 / 0.8);
  border-right-color: rgb(236 239 250 / 0.8);
}

.hover\:border-x-neutral-03\/85:hover{
  border-left-color: rgb(236 239 250 / 0.85);
  border-right-color: rgb(236 239 250 / 0.85);
}

.hover\:border-x-neutral-03\/90:hover{
  border-left-color: rgb(236 239 250 / 0.9);
  border-right-color: rgb(236 239 250 / 0.9);
}

.hover\:border-x-neutral-03\/95:hover{
  border-left-color: rgb(236 239 250 / 0.95);
  border-right-color: rgb(236 239 250 / 0.95);
}

.hover\:border-x-neutral-04:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(215 218 226 / var(--tw-border-opacity));
  border-right-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.hover\:border-x-neutral-04\/0:hover{
  border-left-color: rgb(215 218 226 / 0);
  border-right-color: rgb(215 218 226 / 0);
}

.hover\:border-x-neutral-04\/10:hover{
  border-left-color: rgb(215 218 226 / 0.1);
  border-right-color: rgb(215 218 226 / 0.1);
}

.hover\:border-x-neutral-04\/100:hover{
  border-left-color: rgb(215 218 226 / 1);
  border-right-color: rgb(215 218 226 / 1);
}

.hover\:border-x-neutral-04\/15:hover{
  border-left-color: rgb(215 218 226 / 0.15);
  border-right-color: rgb(215 218 226 / 0.15);
}

.hover\:border-x-neutral-04\/20:hover{
  border-left-color: rgb(215 218 226 / 0.2);
  border-right-color: rgb(215 218 226 / 0.2);
}

.hover\:border-x-neutral-04\/25:hover{
  border-left-color: rgb(215 218 226 / 0.25);
  border-right-color: rgb(215 218 226 / 0.25);
}

.hover\:border-x-neutral-04\/30:hover{
  border-left-color: rgb(215 218 226 / 0.3);
  border-right-color: rgb(215 218 226 / 0.3);
}

.hover\:border-x-neutral-04\/35:hover{
  border-left-color: rgb(215 218 226 / 0.35);
  border-right-color: rgb(215 218 226 / 0.35);
}

.hover\:border-x-neutral-04\/40:hover{
  border-left-color: rgb(215 218 226 / 0.4);
  border-right-color: rgb(215 218 226 / 0.4);
}

.hover\:border-x-neutral-04\/45:hover{
  border-left-color: rgb(215 218 226 / 0.45);
  border-right-color: rgb(215 218 226 / 0.45);
}

.hover\:border-x-neutral-04\/5:hover{
  border-left-color: rgb(215 218 226 / 0.05);
  border-right-color: rgb(215 218 226 / 0.05);
}

.hover\:border-x-neutral-04\/50:hover{
  border-left-color: rgb(215 218 226 / 0.5);
  border-right-color: rgb(215 218 226 / 0.5);
}

.hover\:border-x-neutral-04\/55:hover{
  border-left-color: rgb(215 218 226 / 0.55);
  border-right-color: rgb(215 218 226 / 0.55);
}

.hover\:border-x-neutral-04\/60:hover{
  border-left-color: rgb(215 218 226 / 0.6);
  border-right-color: rgb(215 218 226 / 0.6);
}

.hover\:border-x-neutral-04\/65:hover{
  border-left-color: rgb(215 218 226 / 0.65);
  border-right-color: rgb(215 218 226 / 0.65);
}

.hover\:border-x-neutral-04\/70:hover{
  border-left-color: rgb(215 218 226 / 0.7);
  border-right-color: rgb(215 218 226 / 0.7);
}

.hover\:border-x-neutral-04\/75:hover{
  border-left-color: rgb(215 218 226 / 0.75);
  border-right-color: rgb(215 218 226 / 0.75);
}

.hover\:border-x-neutral-04\/80:hover{
  border-left-color: rgb(215 218 226 / 0.8);
  border-right-color: rgb(215 218 226 / 0.8);
}

.hover\:border-x-neutral-04\/85:hover{
  border-left-color: rgb(215 218 226 / 0.85);
  border-right-color: rgb(215 218 226 / 0.85);
}

.hover\:border-x-neutral-04\/90:hover{
  border-left-color: rgb(215 218 226 / 0.9);
  border-right-color: rgb(215 218 226 / 0.9);
}

.hover\:border-x-neutral-04\/95:hover{
  border-left-color: rgb(215 218 226 / 0.95);
  border-right-color: rgb(215 218 226 / 0.95);
}

.hover\:border-x-neutral-05:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(246 246 246 / var(--tw-border-opacity));
  border-right-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.hover\:border-x-neutral-05\/0:hover{
  border-left-color: rgb(246 246 246 / 0);
  border-right-color: rgb(246 246 246 / 0);
}

.hover\:border-x-neutral-05\/10:hover{
  border-left-color: rgb(246 246 246 / 0.1);
  border-right-color: rgb(246 246 246 / 0.1);
}

.hover\:border-x-neutral-05\/100:hover{
  border-left-color: rgb(246 246 246 / 1);
  border-right-color: rgb(246 246 246 / 1);
}

.hover\:border-x-neutral-05\/15:hover{
  border-left-color: rgb(246 246 246 / 0.15);
  border-right-color: rgb(246 246 246 / 0.15);
}

.hover\:border-x-neutral-05\/20:hover{
  border-left-color: rgb(246 246 246 / 0.2);
  border-right-color: rgb(246 246 246 / 0.2);
}

.hover\:border-x-neutral-05\/25:hover{
  border-left-color: rgb(246 246 246 / 0.25);
  border-right-color: rgb(246 246 246 / 0.25);
}

.hover\:border-x-neutral-05\/30:hover{
  border-left-color: rgb(246 246 246 / 0.3);
  border-right-color: rgb(246 246 246 / 0.3);
}

.hover\:border-x-neutral-05\/35:hover{
  border-left-color: rgb(246 246 246 / 0.35);
  border-right-color: rgb(246 246 246 / 0.35);
}

.hover\:border-x-neutral-05\/40:hover{
  border-left-color: rgb(246 246 246 / 0.4);
  border-right-color: rgb(246 246 246 / 0.4);
}

.hover\:border-x-neutral-05\/45:hover{
  border-left-color: rgb(246 246 246 / 0.45);
  border-right-color: rgb(246 246 246 / 0.45);
}

.hover\:border-x-neutral-05\/5:hover{
  border-left-color: rgb(246 246 246 / 0.05);
  border-right-color: rgb(246 246 246 / 0.05);
}

.hover\:border-x-neutral-05\/50:hover{
  border-left-color: rgb(246 246 246 / 0.5);
  border-right-color: rgb(246 246 246 / 0.5);
}

.hover\:border-x-neutral-05\/55:hover{
  border-left-color: rgb(246 246 246 / 0.55);
  border-right-color: rgb(246 246 246 / 0.55);
}

.hover\:border-x-neutral-05\/60:hover{
  border-left-color: rgb(246 246 246 / 0.6);
  border-right-color: rgb(246 246 246 / 0.6);
}

.hover\:border-x-neutral-05\/65:hover{
  border-left-color: rgb(246 246 246 / 0.65);
  border-right-color: rgb(246 246 246 / 0.65);
}

.hover\:border-x-neutral-05\/70:hover{
  border-left-color: rgb(246 246 246 / 0.7);
  border-right-color: rgb(246 246 246 / 0.7);
}

.hover\:border-x-neutral-05\/75:hover{
  border-left-color: rgb(246 246 246 / 0.75);
  border-right-color: rgb(246 246 246 / 0.75);
}

.hover\:border-x-neutral-05\/80:hover{
  border-left-color: rgb(246 246 246 / 0.8);
  border-right-color: rgb(246 246 246 / 0.8);
}

.hover\:border-x-neutral-05\/85:hover{
  border-left-color: rgb(246 246 246 / 0.85);
  border-right-color: rgb(246 246 246 / 0.85);
}

.hover\:border-x-neutral-05\/90:hover{
  border-left-color: rgb(246 246 246 / 0.9);
  border-right-color: rgb(246 246 246 / 0.9);
}

.hover\:border-x-neutral-05\/95:hover{
  border-left-color: rgb(246 246 246 / 0.95);
  border-right-color: rgb(246 246 246 / 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\/15:hover{
  border-left-color: rgb(245 245 245 / 0.15);
  border-right-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 245 245 / 0.35);
  border-right-color: rgb(245 245 245 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(245 245 245 / 0.45);
  border-right-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 245 245 / 0.55);
  border-right-color: rgb(245 245 245 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(245 245 245 / 0.65);
  border-right-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 245 245 / 0.85);
  border-right-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(229 229 229 / 0.15);
  border-right-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(229 229 229 / 0.35);
  border-right-color: rgb(229 229 229 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(229 229 229 / 0.45);
  border-right-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(229 229 229 / 0.55);
  border-right-color: rgb(229 229 229 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(229 229 229 / 0.65);
  border-right-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(229 229 229 / 0.85);
  border-right-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(212 212 212 / 0.15);
  border-right-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(212 212 212 / 0.35);
  border-right-color: rgb(212 212 212 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(212 212 212 / 0.45);
  border-right-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(212 212 212 / 0.55);
  border-right-color: rgb(212 212 212 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(212 212 212 / 0.65);
  border-right-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(212 212 212 / 0.85);
  border-right-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(163 163 163 / 0.15);
  border-right-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(163 163 163 / 0.35);
  border-right-color: rgb(163 163 163 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(163 163 163 / 0.45);
  border-right-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(163 163 163 / 0.55);
  border-right-color: rgb(163 163 163 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(163 163 163 / 0.65);
  border-right-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(163 163 163 / 0.85);
  border-right-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(115 115 115 / 0.15);
  border-right-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(115 115 115 / 0.35);
  border-right-color: rgb(115 115 115 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(115 115 115 / 0.45);
  border-right-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(115 115 115 / 0.55);
  border-right-color: rgb(115 115 115 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(115 115 115 / 0.65);
  border-right-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(115 115 115 / 0.85);
  border-right-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(82 82 82 / 0.15);
  border-right-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(82 82 82 / 0.35);
  border-right-color: rgb(82 82 82 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(82 82 82 / 0.45);
  border-right-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(82 82 82 / 0.55);
  border-right-color: rgb(82 82 82 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(82 82 82 / 0.65);
  border-right-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(82 82 82 / 0.85);
  border-right-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(64 64 64 / 0.15);
  border-right-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(64 64 64 / 0.35);
  border-right-color: rgb(64 64 64 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(64 64 64 / 0.45);
  border-right-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(64 64 64 / 0.55);
  border-right-color: rgb(64 64 64 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(64 64 64 / 0.65);
  border-right-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(64 64 64 / 0.85);
  border-right-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(38 38 38 / 0.15);
  border-right-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(38 38 38 / 0.35);
  border-right-color: rgb(38 38 38 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(38 38 38 / 0.45);
  border-right-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(38 38 38 / 0.55);
  border-right-color: rgb(38 38 38 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(38 38 38 / 0.65);
  border-right-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(38 38 38 / 0.85);
  border-right-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(23 23 23 / 0.15);
  border-right-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(23 23 23 / 0.35);
  border-right-color: rgb(23 23 23 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(23 23 23 / 0.45);
  border-right-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(23 23 23 / 0.55);
  border-right-color: rgb(23 23 23 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(23 23 23 / 0.65);
  border-right-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(23 23 23 / 0.85);
  border-right-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(10 10 10 / 0.15);
  border-right-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(10 10 10 / 0.35);
  border-right-color: rgb(10 10 10 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(10 10 10 / 0.45);
  border-right-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(10 10 10 / 0.55);
  border-right-color: rgb(10 10 10 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(10 10 10 / 0.65);
  border-right-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(10 10 10 / 0.85);
  border-right-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 237 213 / 0.15);
  border-right-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 237 213 / 0.35);
  border-right-color: rgb(255 237 213 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(255 237 213 / 0.45);
  border-right-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 237 213 / 0.55);
  border-right-color: rgb(255 237 213 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(255 237 213 / 0.65);
  border-right-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 237 213 / 0.85);
  border-right-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 215 170 / 0.15);
  border-right-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 215 170 / 0.35);
  border-right-color: rgb(254 215 170 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(254 215 170 / 0.45);
  border-right-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 215 170 / 0.55);
  border-right-color: rgb(254 215 170 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(254 215 170 / 0.65);
  border-right-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 215 170 / 0.85);
  border-right-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 186 116 / 0.15);
  border-right-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 186 116 / 0.35);
  border-right-color: rgb(253 186 116 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(253 186 116 / 0.45);
  border-right-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 186 116 / 0.55);
  border-right-color: rgb(253 186 116 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(253 186 116 / 0.65);
  border-right-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 186 116 / 0.85);
  border-right-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(251 146 60 / 0.15);
  border-right-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(251 146 60 / 0.35);
  border-right-color: rgb(251 146 60 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(251 146 60 / 0.45);
  border-right-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(251 146 60 / 0.55);
  border-right-color: rgb(251 146 60 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(251 146 60 / 0.65);
  border-right-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(251 146 60 / 0.85);
  border-right-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 247 237 / 0.15);
  border-right-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 247 237 / 0.35);
  border-right-color: rgb(255 247 237 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(255 247 237 / 0.45);
  border-right-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 247 237 / 0.55);
  border-right-color: rgb(255 247 237 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(255 247 237 / 0.65);
  border-right-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 247 237 / 0.85);
  border-right-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(249 115 22 / 0.15);
  border-right-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(249 115 22 / 0.35);
  border-right-color: rgb(249 115 22 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(249 115 22 / 0.45);
  border-right-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(249 115 22 / 0.55);
  border-right-color: rgb(249 115 22 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(249 115 22 / 0.65);
  border-right-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(249 115 22 / 0.85);
  border-right-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(234 88 12 / 0.15);
  border-right-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(234 88 12 / 0.35);
  border-right-color: rgb(234 88 12 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(234 88 12 / 0.45);
  border-right-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(234 88 12 / 0.55);
  border-right-color: rgb(234 88 12 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(234 88 12 / 0.65);
  border-right-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(234 88 12 / 0.85);
  border-right-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(194 65 12 / 0.15);
  border-right-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(194 65 12 / 0.35);
  border-right-color: rgb(194 65 12 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(194 65 12 / 0.45);
  border-right-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(194 65 12 / 0.55);
  border-right-color: rgb(194 65 12 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(194 65 12 / 0.65);
  border-right-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(194 65 12 / 0.85);
  border-right-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(154 52 18 / 0.15);
  border-right-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(154 52 18 / 0.35);
  border-right-color: rgb(154 52 18 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(154 52 18 / 0.45);
  border-right-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(154 52 18 / 0.55);
  border-right-color: rgb(154 52 18 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(154 52 18 / 0.65);
  border-right-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(154 52 18 / 0.85);
  border-right-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(124 45 18 / 0.15);
  border-right-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(124 45 18 / 0.35);
  border-right-color: rgb(124 45 18 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(124 45 18 / 0.45);
  border-right-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(124 45 18 / 0.55);
  border-right-color: rgb(124 45 18 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(124 45 18 / 0.65);
  border-right-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(124 45 18 / 0.85);
  border-right-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(67 20 7 / 0.15);
  border-right-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(67 20 7 / 0.35);
  border-right-color: rgb(67 20 7 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(67 20 7 / 0.45);
  border-right-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(67 20 7 / 0.55);
  border-right-color: rgb(67 20 7 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(67 20 7 / 0.65);
  border-right-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(67 20 7 / 0.85);
  border-right-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  border-left-color: rgb(252 231 243 / 0.15);
  border-right-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(252 231 243 / 0.35);
  border-right-color: rgb(252 231 243 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(252 231 243 / 0.45);
  border-right-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(252 231 243 / 0.55);
  border-right-color: rgb(252 231 243 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(252 231 243 / 0.65);
  border-right-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(252 231 243 / 0.85);
  border-right-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(251 207 232 / 0.15);
  border-right-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(251 207 232 / 0.35);
  border-right-color: rgb(251 207 232 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(251 207 232 / 0.45);
  border-right-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(251 207 232 / 0.55);
  border-right-color: rgb(251 207 232 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(251 207 232 / 0.65);
  border-right-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(251 207 232 / 0.85);
  border-right-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(249 168 212 / 0.15);
  border-right-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(249 168 212 / 0.35);
  border-right-color: rgb(249 168 212 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(249 168 212 / 0.45);
  border-right-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(249 168 212 / 0.55);
  border-right-color: rgb(249 168 212 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(249 168 212 / 0.65);
  border-right-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(249 168 212 / 0.85);
  border-right-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(244 114 182 / 0.15);
  border-right-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(244 114 182 / 0.35);
  border-right-color: rgb(244 114 182 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(244 114 182 / 0.45);
  border-right-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(244 114 182 / 0.55);
  border-right-color: rgb(244 114 182 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(244 114 182 / 0.65);
  border-right-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(244 114 182 / 0.85);
  border-right-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 242 248 / 0.15);
  border-right-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 242 248 / 0.35);
  border-right-color: rgb(253 242 248 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(253 242 248 / 0.45);
  border-right-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 242 248 / 0.55);
  border-right-color: rgb(253 242 248 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(253 242 248 / 0.65);
  border-right-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 242 248 / 0.85);
  border-right-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(236 72 153 / 0.15);
  border-right-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(236 72 153 / 0.35);
  border-right-color: rgb(236 72 153 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(236 72 153 / 0.45);
  border-right-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(236 72 153 / 0.55);
  border-right-color: rgb(236 72 153 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(236 72 153 / 0.65);
  border-right-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(236 72 153 / 0.85);
  border-right-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(219 39 119 / 0.15);
  border-right-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(219 39 119 / 0.35);
  border-right-color: rgb(219 39 119 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(219 39 119 / 0.45);
  border-right-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(219 39 119 / 0.55);
  border-right-color: rgb(219 39 119 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(219 39 119 / 0.65);
  border-right-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(219 39 119 / 0.85);
  border-right-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(190 24 93 / 0.15);
  border-right-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(190 24 93 / 0.35);
  border-right-color: rgb(190 24 93 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(190 24 93 / 0.45);
  border-right-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(190 24 93 / 0.55);
  border-right-color: rgb(190 24 93 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(190 24 93 / 0.65);
  border-right-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(190 24 93 / 0.85);
  border-right-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(157 23 77 / 0.15);
  border-right-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(157 23 77 / 0.35);
  border-right-color: rgb(157 23 77 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(157 23 77 / 0.45);
  border-right-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(157 23 77 / 0.55);
  border-right-color: rgb(157 23 77 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(157 23 77 / 0.65);
  border-right-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(157 23 77 / 0.85);
  border-right-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(131 24 67 / 0.15);
  border-right-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(131 24 67 / 0.35);
  border-right-color: rgb(131 24 67 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(131 24 67 / 0.45);
  border-right-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(131 24 67 / 0.55);
  border-right-color: rgb(131 24 67 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(131 24 67 / 0.65);
  border-right-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(131 24 67 / 0.85);
  border-right-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(80 7 36 / 0.15);
  border-right-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(80 7 36 / 0.35);
  border-right-color: rgb(80 7 36 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(80 7 36 / 0.45);
  border-right-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(80 7 36 / 0.55);
  border-right-color: rgb(80 7 36 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(80 7 36 / 0.65);
  border-right-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(80 7 36 / 0.85);
  border-right-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 70 192 / var(--tw-border-opacity));
  border-right-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.hover\:border-x-primary-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 57 169 / var(--tw-border-opacity));
  border-right-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.hover\:border-x-primary-hover\/0:hover{
  border-left-color: rgb(71 57 169 / 0);
  border-right-color: rgb(71 57 169 / 0);
}

.hover\:border-x-primary-hover\/10:hover{
  border-left-color: rgb(71 57 169 / 0.1);
  border-right-color: rgb(71 57 169 / 0.1);
}

.hover\:border-x-primary-hover\/100:hover{
  border-left-color: rgb(71 57 169 / 1);
  border-right-color: rgb(71 57 169 / 1);
}

.hover\:border-x-primary-hover\/15:hover{
  border-left-color: rgb(71 57 169 / 0.15);
  border-right-color: rgb(71 57 169 / 0.15);
}

.hover\:border-x-primary-hover\/20:hover{
  border-left-color: rgb(71 57 169 / 0.2);
  border-right-color: rgb(71 57 169 / 0.2);
}

.hover\:border-x-primary-hover\/25:hover{
  border-left-color: rgb(71 57 169 / 0.25);
  border-right-color: rgb(71 57 169 / 0.25);
}

.hover\:border-x-primary-hover\/30:hover{
  border-left-color: rgb(71 57 169 / 0.3);
  border-right-color: rgb(71 57 169 / 0.3);
}

.hover\:border-x-primary-hover\/35:hover{
  border-left-color: rgb(71 57 169 / 0.35);
  border-right-color: rgb(71 57 169 / 0.35);
}

.hover\:border-x-primary-hover\/40:hover{
  border-left-color: rgb(71 57 169 / 0.4);
  border-right-color: rgb(71 57 169 / 0.4);
}

.hover\:border-x-primary-hover\/45:hover{
  border-left-color: rgb(71 57 169 / 0.45);
  border-right-color: rgb(71 57 169 / 0.45);
}

.hover\:border-x-primary-hover\/5:hover{
  border-left-color: rgb(71 57 169 / 0.05);
  border-right-color: rgb(71 57 169 / 0.05);
}

.hover\:border-x-primary-hover\/50:hover{
  border-left-color: rgb(71 57 169 / 0.5);
  border-right-color: rgb(71 57 169 / 0.5);
}

.hover\:border-x-primary-hover\/55:hover{
  border-left-color: rgb(71 57 169 / 0.55);
  border-right-color: rgb(71 57 169 / 0.55);
}

.hover\:border-x-primary-hover\/60:hover{
  border-left-color: rgb(71 57 169 / 0.6);
  border-right-color: rgb(71 57 169 / 0.6);
}

.hover\:border-x-primary-hover\/65:hover{
  border-left-color: rgb(71 57 169 / 0.65);
  border-right-color: rgb(71 57 169 / 0.65);
}

.hover\:border-x-primary-hover\/70:hover{
  border-left-color: rgb(71 57 169 / 0.7);
  border-right-color: rgb(71 57 169 / 0.7);
}

.hover\:border-x-primary-hover\/75:hover{
  border-left-color: rgb(71 57 169 / 0.75);
  border-right-color: rgb(71 57 169 / 0.75);
}

.hover\:border-x-primary-hover\/80:hover{
  border-left-color: rgb(71 57 169 / 0.8);
  border-right-color: rgb(71 57 169 / 0.8);
}

.hover\:border-x-primary-hover\/85:hover{
  border-left-color: rgb(71 57 169 / 0.85);
  border-right-color: rgb(71 57 169 / 0.85);
}

.hover\:border-x-primary-hover\/90:hover{
  border-left-color: rgb(71 57 169 / 0.9);
  border-right-color: rgb(71 57 169 / 0.9);
}

.hover\:border-x-primary-hover\/95:hover{
  border-left-color: rgb(71 57 169 / 0.95);
  border-right-color: rgb(71 57 169 / 0.95);
}

.hover\:border-x-primary\/0:hover{
  border-left-color: rgb(85 70 192 / 0);
  border-right-color: rgb(85 70 192 / 0);
}

.hover\:border-x-primary\/10:hover{
  border-left-color: rgb(85 70 192 / 0.1);
  border-right-color: rgb(85 70 192 / 0.1);
}

.hover\:border-x-primary\/100:hover{
  border-left-color: rgb(85 70 192 / 1);
  border-right-color: rgb(85 70 192 / 1);
}

.hover\:border-x-primary\/15:hover{
  border-left-color: rgb(85 70 192 / 0.15);
  border-right-color: rgb(85 70 192 / 0.15);
}

.hover\:border-x-primary\/20:hover{
  border-left-color: rgb(85 70 192 / 0.2);
  border-right-color: rgb(85 70 192 / 0.2);
}

.hover\:border-x-primary\/25:hover{
  border-left-color: rgb(85 70 192 / 0.25);
  border-right-color: rgb(85 70 192 / 0.25);
}

.hover\:border-x-primary\/30:hover{
  border-left-color: rgb(85 70 192 / 0.3);
  border-right-color: rgb(85 70 192 / 0.3);
}

.hover\:border-x-primary\/35:hover{
  border-left-color: rgb(85 70 192 / 0.35);
  border-right-color: rgb(85 70 192 / 0.35);
}

.hover\:border-x-primary\/40:hover{
  border-left-color: rgb(85 70 192 / 0.4);
  border-right-color: rgb(85 70 192 / 0.4);
}

.hover\:border-x-primary\/45:hover{
  border-left-color: rgb(85 70 192 / 0.45);
  border-right-color: rgb(85 70 192 / 0.45);
}

.hover\:border-x-primary\/5:hover{
  border-left-color: rgb(85 70 192 / 0.05);
  border-right-color: rgb(85 70 192 / 0.05);
}

.hover\:border-x-primary\/50:hover{
  border-left-color: rgb(85 70 192 / 0.5);
  border-right-color: rgb(85 70 192 / 0.5);
}

.hover\:border-x-primary\/55:hover{
  border-left-color: rgb(85 70 192 / 0.55);
  border-right-color: rgb(85 70 192 / 0.55);
}

.hover\:border-x-primary\/60:hover{
  border-left-color: rgb(85 70 192 / 0.6);
  border-right-color: rgb(85 70 192 / 0.6);
}

.hover\:border-x-primary\/65:hover{
  border-left-color: rgb(85 70 192 / 0.65);
  border-right-color: rgb(85 70 192 / 0.65);
}

.hover\:border-x-primary\/70:hover{
  border-left-color: rgb(85 70 192 / 0.7);
  border-right-color: rgb(85 70 192 / 0.7);
}

.hover\:border-x-primary\/75:hover{
  border-left-color: rgb(85 70 192 / 0.75);
  border-right-color: rgb(85 70 192 / 0.75);
}

.hover\:border-x-primary\/80:hover{
  border-left-color: rgb(85 70 192 / 0.8);
  border-right-color: rgb(85 70 192 / 0.8);
}

.hover\:border-x-primary\/85:hover{
  border-left-color: rgb(85 70 192 / 0.85);
  border-right-color: rgb(85 70 192 / 0.85);
}

.hover\:border-x-primary\/90:hover{
  border-left-color: rgb(85 70 192 / 0.9);
  border-right-color: rgb(85 70 192 / 0.9);
}

.hover\:border-x-primary\/95:hover{
  border-left-color: rgb(85 70 192 / 0.95);
  border-right-color: rgb(85 70 192 / 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\/15:hover{
  border-left-color: rgb(243 232 255 / 0.15);
  border-right-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(243 232 255 / 0.35);
  border-right-color: rgb(243 232 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(243 232 255 / 0.45);
  border-right-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(243 232 255 / 0.55);
  border-right-color: rgb(243 232 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(243 232 255 / 0.65);
  border-right-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(243 232 255 / 0.85);
  border-right-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(233 213 255 / 0.15);
  border-right-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(233 213 255 / 0.35);
  border-right-color: rgb(233 213 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(233 213 255 / 0.45);
  border-right-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(233 213 255 / 0.55);
  border-right-color: rgb(233 213 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(233 213 255 / 0.65);
  border-right-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(233 213 255 / 0.85);
  border-right-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(216 180 254 / 0.15);
  border-right-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(216 180 254 / 0.35);
  border-right-color: rgb(216 180 254 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(216 180 254 / 0.45);
  border-right-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(216 180 254 / 0.55);
  border-right-color: rgb(216 180 254 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(216 180 254 / 0.65);
  border-right-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(216 180 254 / 0.85);
  border-right-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(192 132 252 / 0.15);
  border-right-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(192 132 252 / 0.35);
  border-right-color: rgb(192 132 252 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(192 132 252 / 0.45);
  border-right-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(192 132 252 / 0.55);
  border-right-color: rgb(192 132 252 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(192 132 252 / 0.65);
  border-right-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(192 132 252 / 0.85);
  border-right-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 245 255 / 0.15);
  border-right-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 245 255 / 0.35);
  border-right-color: rgb(250 245 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(250 245 255 / 0.45);
  border-right-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 245 255 / 0.55);
  border-right-color: rgb(250 245 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(250 245 255 / 0.65);
  border-right-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 245 255 / 0.85);
  border-right-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(168 85 247 / 0.15);
  border-right-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(168 85 247 / 0.35);
  border-right-color: rgb(168 85 247 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(168 85 247 / 0.45);
  border-right-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(168 85 247 / 0.55);
  border-right-color: rgb(168 85 247 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(168 85 247 / 0.65);
  border-right-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(168 85 247 / 0.85);
  border-right-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(147 51 234 / 0.15);
  border-right-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(147 51 234 / 0.35);
  border-right-color: rgb(147 51 234 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(147 51 234 / 0.45);
  border-right-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(147 51 234 / 0.55);
  border-right-color: rgb(147 51 234 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(147 51 234 / 0.65);
  border-right-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(147 51 234 / 0.85);
  border-right-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(126 34 206 / 0.15);
  border-right-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(126 34 206 / 0.35);
  border-right-color: rgb(126 34 206 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(126 34 206 / 0.45);
  border-right-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(126 34 206 / 0.55);
  border-right-color: rgb(126 34 206 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(126 34 206 / 0.65);
  border-right-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(126 34 206 / 0.85);
  border-right-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(107 33 168 / 0.15);
  border-right-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(107 33 168 / 0.35);
  border-right-color: rgb(107 33 168 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(107 33 168 / 0.45);
  border-right-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(107 33 168 / 0.55);
  border-right-color: rgb(107 33 168 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(107 33 168 / 0.65);
  border-right-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(107 33 168 / 0.85);
  border-right-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(88 28 135 / 0.15);
  border-right-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(88 28 135 / 0.35);
  border-right-color: rgb(88 28 135 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(88 28 135 / 0.45);
  border-right-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(88 28 135 / 0.55);
  border-right-color: rgb(88 28 135 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(88 28 135 / 0.65);
  border-right-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(88 28 135 / 0.85);
  border-right-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(59 7 100 / 0.15);
  border-right-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(59 7 100 / 0.35);
  border-right-color: rgb(59 7 100 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(59 7 100 / 0.45);
  border-right-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(59 7 100 / 0.55);
  border-right-color: rgb(59 7 100 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(59 7 100 / 0.65);
  border-right-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(59 7 100 / 0.85);
  border-right-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(61 209 246 / var(--tw-border-opacity));
  border-right-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.hover\:border-x-quaternary-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(43 202 241 / var(--tw-border-opacity));
  border-right-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.hover\:border-x-quaternary-hover\/0:hover{
  border-left-color: rgb(43 202 241 / 0);
  border-right-color: rgb(43 202 241 / 0);
}

.hover\:border-x-quaternary-hover\/10:hover{
  border-left-color: rgb(43 202 241 / 0.1);
  border-right-color: rgb(43 202 241 / 0.1);
}

.hover\:border-x-quaternary-hover\/100:hover{
  border-left-color: rgb(43 202 241 / 1);
  border-right-color: rgb(43 202 241 / 1);
}

.hover\:border-x-quaternary-hover\/15:hover{
  border-left-color: rgb(43 202 241 / 0.15);
  border-right-color: rgb(43 202 241 / 0.15);
}

.hover\:border-x-quaternary-hover\/20:hover{
  border-left-color: rgb(43 202 241 / 0.2);
  border-right-color: rgb(43 202 241 / 0.2);
}

.hover\:border-x-quaternary-hover\/25:hover{
  border-left-color: rgb(43 202 241 / 0.25);
  border-right-color: rgb(43 202 241 / 0.25);
}

.hover\:border-x-quaternary-hover\/30:hover{
  border-left-color: rgb(43 202 241 / 0.3);
  border-right-color: rgb(43 202 241 / 0.3);
}

.hover\:border-x-quaternary-hover\/35:hover{
  border-left-color: rgb(43 202 241 / 0.35);
  border-right-color: rgb(43 202 241 / 0.35);
}

.hover\:border-x-quaternary-hover\/40:hover{
  border-left-color: rgb(43 202 241 / 0.4);
  border-right-color: rgb(43 202 241 / 0.4);
}

.hover\:border-x-quaternary-hover\/45:hover{
  border-left-color: rgb(43 202 241 / 0.45);
  border-right-color: rgb(43 202 241 / 0.45);
}

.hover\:border-x-quaternary-hover\/5:hover{
  border-left-color: rgb(43 202 241 / 0.05);
  border-right-color: rgb(43 202 241 / 0.05);
}

.hover\:border-x-quaternary-hover\/50:hover{
  border-left-color: rgb(43 202 241 / 0.5);
  border-right-color: rgb(43 202 241 / 0.5);
}

.hover\:border-x-quaternary-hover\/55:hover{
  border-left-color: rgb(43 202 241 / 0.55);
  border-right-color: rgb(43 202 241 / 0.55);
}

.hover\:border-x-quaternary-hover\/60:hover{
  border-left-color: rgb(43 202 241 / 0.6);
  border-right-color: rgb(43 202 241 / 0.6);
}

.hover\:border-x-quaternary-hover\/65:hover{
  border-left-color: rgb(43 202 241 / 0.65);
  border-right-color: rgb(43 202 241 / 0.65);
}

.hover\:border-x-quaternary-hover\/70:hover{
  border-left-color: rgb(43 202 241 / 0.7);
  border-right-color: rgb(43 202 241 / 0.7);
}

.hover\:border-x-quaternary-hover\/75:hover{
  border-left-color: rgb(43 202 241 / 0.75);
  border-right-color: rgb(43 202 241 / 0.75);
}

.hover\:border-x-quaternary-hover\/80:hover{
  border-left-color: rgb(43 202 241 / 0.8);
  border-right-color: rgb(43 202 241 / 0.8);
}

.hover\:border-x-quaternary-hover\/85:hover{
  border-left-color: rgb(43 202 241 / 0.85);
  border-right-color: rgb(43 202 241 / 0.85);
}

.hover\:border-x-quaternary-hover\/90:hover{
  border-left-color: rgb(43 202 241 / 0.9);
  border-right-color: rgb(43 202 241 / 0.9);
}

.hover\:border-x-quaternary-hover\/95:hover{
  border-left-color: rgb(43 202 241 / 0.95);
  border-right-color: rgb(43 202 241 / 0.95);
}

.hover\:border-x-quaternary\/0:hover{
  border-left-color: rgb(61 209 246 / 0);
  border-right-color: rgb(61 209 246 / 0);
}

.hover\:border-x-quaternary\/10:hover{
  border-left-color: rgb(61 209 246 / 0.1);
  border-right-color: rgb(61 209 246 / 0.1);
}

.hover\:border-x-quaternary\/100:hover{
  border-left-color: rgb(61 209 246 / 1);
  border-right-color: rgb(61 209 246 / 1);
}

.hover\:border-x-quaternary\/15:hover{
  border-left-color: rgb(61 209 246 / 0.15);
  border-right-color: rgb(61 209 246 / 0.15);
}

.hover\:border-x-quaternary\/20:hover{
  border-left-color: rgb(61 209 246 / 0.2);
  border-right-color: rgb(61 209 246 / 0.2);
}

.hover\:border-x-quaternary\/25:hover{
  border-left-color: rgb(61 209 246 / 0.25);
  border-right-color: rgb(61 209 246 / 0.25);
}

.hover\:border-x-quaternary\/30:hover{
  border-left-color: rgb(61 209 246 / 0.3);
  border-right-color: rgb(61 209 246 / 0.3);
}

.hover\:border-x-quaternary\/35:hover{
  border-left-color: rgb(61 209 246 / 0.35);
  border-right-color: rgb(61 209 246 / 0.35);
}

.hover\:border-x-quaternary\/40:hover{
  border-left-color: rgb(61 209 246 / 0.4);
  border-right-color: rgb(61 209 246 / 0.4);
}

.hover\:border-x-quaternary\/45:hover{
  border-left-color: rgb(61 209 246 / 0.45);
  border-right-color: rgb(61 209 246 / 0.45);
}

.hover\:border-x-quaternary\/5:hover{
  border-left-color: rgb(61 209 246 / 0.05);
  border-right-color: rgb(61 209 246 / 0.05);
}

.hover\:border-x-quaternary\/50:hover{
  border-left-color: rgb(61 209 246 / 0.5);
  border-right-color: rgb(61 209 246 / 0.5);
}

.hover\:border-x-quaternary\/55:hover{
  border-left-color: rgb(61 209 246 / 0.55);
  border-right-color: rgb(61 209 246 / 0.55);
}

.hover\:border-x-quaternary\/60:hover{
  border-left-color: rgb(61 209 246 / 0.6);
  border-right-color: rgb(61 209 246 / 0.6);
}

.hover\:border-x-quaternary\/65:hover{
  border-left-color: rgb(61 209 246 / 0.65);
  border-right-color: rgb(61 209 246 / 0.65);
}

.hover\:border-x-quaternary\/70:hover{
  border-left-color: rgb(61 209 246 / 0.7);
  border-right-color: rgb(61 209 246 / 0.7);
}

.hover\:border-x-quaternary\/75:hover{
  border-left-color: rgb(61 209 246 / 0.75);
  border-right-color: rgb(61 209 246 / 0.75);
}

.hover\:border-x-quaternary\/80:hover{
  border-left-color: rgb(61 209 246 / 0.8);
  border-right-color: rgb(61 209 246 / 0.8);
}

.hover\:border-x-quaternary\/85:hover{
  border-left-color: rgb(61 209 246 / 0.85);
  border-right-color: rgb(61 209 246 / 0.85);
}

.hover\:border-x-quaternary\/90:hover{
  border-left-color: rgb(61 209 246 / 0.9);
  border-right-color: rgb(61 209 246 / 0.9);
}

.hover\:border-x-quaternary\/95:hover{
  border-left-color: rgb(61 209 246 / 0.95);
  border-right-color: rgb(61 209 246 / 0.95);
}

.hover\:border-x-quinary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 150 244 / var(--tw-border-opacity));
  border-right-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.hover\:border-x-quinary-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 126 222 / var(--tw-border-opacity));
  border-right-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.hover\:border-x-quinary-hover\/0:hover{
  border-left-color: rgb(112 126 222 / 0);
  border-right-color: rgb(112 126 222 / 0);
}

.hover\:border-x-quinary-hover\/10:hover{
  border-left-color: rgb(112 126 222 / 0.1);
  border-right-color: rgb(112 126 222 / 0.1);
}

.hover\:border-x-quinary-hover\/100:hover{
  border-left-color: rgb(112 126 222 / 1);
  border-right-color: rgb(112 126 222 / 1);
}

.hover\:border-x-quinary-hover\/15:hover{
  border-left-color: rgb(112 126 222 / 0.15);
  border-right-color: rgb(112 126 222 / 0.15);
}

.hover\:border-x-quinary-hover\/20:hover{
  border-left-color: rgb(112 126 222 / 0.2);
  border-right-color: rgb(112 126 222 / 0.2);
}

.hover\:border-x-quinary-hover\/25:hover{
  border-left-color: rgb(112 126 222 / 0.25);
  border-right-color: rgb(112 126 222 / 0.25);
}

.hover\:border-x-quinary-hover\/30:hover{
  border-left-color: rgb(112 126 222 / 0.3);
  border-right-color: rgb(112 126 222 / 0.3);
}

.hover\:border-x-quinary-hover\/35:hover{
  border-left-color: rgb(112 126 222 / 0.35);
  border-right-color: rgb(112 126 222 / 0.35);
}

.hover\:border-x-quinary-hover\/40:hover{
  border-left-color: rgb(112 126 222 / 0.4);
  border-right-color: rgb(112 126 222 / 0.4);
}

.hover\:border-x-quinary-hover\/45:hover{
  border-left-color: rgb(112 126 222 / 0.45);
  border-right-color: rgb(112 126 222 / 0.45);
}

.hover\:border-x-quinary-hover\/5:hover{
  border-left-color: rgb(112 126 222 / 0.05);
  border-right-color: rgb(112 126 222 / 0.05);
}

.hover\:border-x-quinary-hover\/50:hover{
  border-left-color: rgb(112 126 222 / 0.5);
  border-right-color: rgb(112 126 222 / 0.5);
}

.hover\:border-x-quinary-hover\/55:hover{
  border-left-color: rgb(112 126 222 / 0.55);
  border-right-color: rgb(112 126 222 / 0.55);
}

.hover\:border-x-quinary-hover\/60:hover{
  border-left-color: rgb(112 126 222 / 0.6);
  border-right-color: rgb(112 126 222 / 0.6);
}

.hover\:border-x-quinary-hover\/65:hover{
  border-left-color: rgb(112 126 222 / 0.65);
  border-right-color: rgb(112 126 222 / 0.65);
}

.hover\:border-x-quinary-hover\/70:hover{
  border-left-color: rgb(112 126 222 / 0.7);
  border-right-color: rgb(112 126 222 / 0.7);
}

.hover\:border-x-quinary-hover\/75:hover{
  border-left-color: rgb(112 126 222 / 0.75);
  border-right-color: rgb(112 126 222 / 0.75);
}

.hover\:border-x-quinary-hover\/80:hover{
  border-left-color: rgb(112 126 222 / 0.8);
  border-right-color: rgb(112 126 222 / 0.8);
}

.hover\:border-x-quinary-hover\/85:hover{
  border-left-color: rgb(112 126 222 / 0.85);
  border-right-color: rgb(112 126 222 / 0.85);
}

.hover\:border-x-quinary-hover\/90:hover{
  border-left-color: rgb(112 126 222 / 0.9);
  border-right-color: rgb(112 126 222 / 0.9);
}

.hover\:border-x-quinary-hover\/95:hover{
  border-left-color: rgb(112 126 222 / 0.95);
  border-right-color: rgb(112 126 222 / 0.95);
}

.hover\:border-x-quinary\/0:hover{
  border-left-color: rgb(136 150 244 / 0);
  border-right-color: rgb(136 150 244 / 0);
}

.hover\:border-x-quinary\/10:hover{
  border-left-color: rgb(136 150 244 / 0.1);
  border-right-color: rgb(136 150 244 / 0.1);
}

.hover\:border-x-quinary\/100:hover{
  border-left-color: rgb(136 150 244 / 1);
  border-right-color: rgb(136 150 244 / 1);
}

.hover\:border-x-quinary\/15:hover{
  border-left-color: rgb(136 150 244 / 0.15);
  border-right-color: rgb(136 150 244 / 0.15);
}

.hover\:border-x-quinary\/20:hover{
  border-left-color: rgb(136 150 244 / 0.2);
  border-right-color: rgb(136 150 244 / 0.2);
}

.hover\:border-x-quinary\/25:hover{
  border-left-color: rgb(136 150 244 / 0.25);
  border-right-color: rgb(136 150 244 / 0.25);
}

.hover\:border-x-quinary\/30:hover{
  border-left-color: rgb(136 150 244 / 0.3);
  border-right-color: rgb(136 150 244 / 0.3);
}

.hover\:border-x-quinary\/35:hover{
  border-left-color: rgb(136 150 244 / 0.35);
  border-right-color: rgb(136 150 244 / 0.35);
}

.hover\:border-x-quinary\/40:hover{
  border-left-color: rgb(136 150 244 / 0.4);
  border-right-color: rgb(136 150 244 / 0.4);
}

.hover\:border-x-quinary\/45:hover{
  border-left-color: rgb(136 150 244 / 0.45);
  border-right-color: rgb(136 150 244 / 0.45);
}

.hover\:border-x-quinary\/5:hover{
  border-left-color: rgb(136 150 244 / 0.05);
  border-right-color: rgb(136 150 244 / 0.05);
}

.hover\:border-x-quinary\/50:hover{
  border-left-color: rgb(136 150 244 / 0.5);
  border-right-color: rgb(136 150 244 / 0.5);
}

.hover\:border-x-quinary\/55:hover{
  border-left-color: rgb(136 150 244 / 0.55);
  border-right-color: rgb(136 150 244 / 0.55);
}

.hover\:border-x-quinary\/60:hover{
  border-left-color: rgb(136 150 244 / 0.6);
  border-right-color: rgb(136 150 244 / 0.6);
}

.hover\:border-x-quinary\/65:hover{
  border-left-color: rgb(136 150 244 / 0.65);
  border-right-color: rgb(136 150 244 / 0.65);
}

.hover\:border-x-quinary\/70:hover{
  border-left-color: rgb(136 150 244 / 0.7);
  border-right-color: rgb(136 150 244 / 0.7);
}

.hover\:border-x-quinary\/75:hover{
  border-left-color: rgb(136 150 244 / 0.75);
  border-right-color: rgb(136 150 244 / 0.75);
}

.hover\:border-x-quinary\/80:hover{
  border-left-color: rgb(136 150 244 / 0.8);
  border-right-color: rgb(136 150 244 / 0.8);
}

.hover\:border-x-quinary\/85:hover{
  border-left-color: rgb(136 150 244 / 0.85);
  border-right-color: rgb(136 150 244 / 0.85);
}

.hover\:border-x-quinary\/90:hover{
  border-left-color: rgb(136 150 244 / 0.9);
  border-right-color: rgb(136 150 244 / 0.9);
}

.hover\:border-x-quinary\/95:hover{
  border-left-color: rgb(136 150 244 / 0.95);
  border-right-color: rgb(136 150 244 / 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\/15:hover{
  border-left-color: rgb(254 226 226 / 0.15);
  border-right-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 226 226 / 0.35);
  border-right-color: rgb(254 226 226 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(254 226 226 / 0.45);
  border-right-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 226 226 / 0.55);
  border-right-color: rgb(254 226 226 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(254 226 226 / 0.65);
  border-right-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 226 226 / 0.85);
  border-right-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 202 202 / 0.15);
  border-right-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 202 202 / 0.35);
  border-right-color: rgb(254 202 202 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(254 202 202 / 0.45);
  border-right-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 202 202 / 0.55);
  border-right-color: rgb(254 202 202 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(254 202 202 / 0.65);
  border-right-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 202 202 / 0.85);
  border-right-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(252 165 165 / 0.15);
  border-right-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(252 165 165 / 0.35);
  border-right-color: rgb(252 165 165 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(252 165 165 / 0.45);
  border-right-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(252 165 165 / 0.55);
  border-right-color: rgb(252 165 165 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(252 165 165 / 0.65);
  border-right-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(252 165 165 / 0.85);
  border-right-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(248 113 113 / 0.15);
  border-right-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(248 113 113 / 0.35);
  border-right-color: rgb(248 113 113 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(248 113 113 / 0.45);
  border-right-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(248 113 113 / 0.55);
  border-right-color: rgb(248 113 113 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(248 113 113 / 0.65);
  border-right-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(248 113 113 / 0.85);
  border-right-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 242 242 / 0.15);
  border-right-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 242 242 / 0.35);
  border-right-color: rgb(254 242 242 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(254 242 242 / 0.45);
  border-right-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 242 242 / 0.55);
  border-right-color: rgb(254 242 242 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(254 242 242 / 0.65);
  border-right-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 242 242 / 0.85);
  border-right-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(239 68 68 / 0.15);
  border-right-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(239 68 68 / 0.35);
  border-right-color: rgb(239 68 68 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(239 68 68 / 0.45);
  border-right-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(239 68 68 / 0.55);
  border-right-color: rgb(239 68 68 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(239 68 68 / 0.65);
  border-right-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(239 68 68 / 0.85);
  border-right-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(220 38 38 / 0.15);
  border-right-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(220 38 38 / 0.35);
  border-right-color: rgb(220 38 38 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(220 38 38 / 0.45);
  border-right-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(220 38 38 / 0.55);
  border-right-color: rgb(220 38 38 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(220 38 38 / 0.65);
  border-right-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(220 38 38 / 0.85);
  border-right-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(185 28 28 / 0.15);
  border-right-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(185 28 28 / 0.35);
  border-right-color: rgb(185 28 28 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(185 28 28 / 0.45);
  border-right-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(185 28 28 / 0.55);
  border-right-color: rgb(185 28 28 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(185 28 28 / 0.65);
  border-right-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(185 28 28 / 0.85);
  border-right-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(153 27 27 / 0.15);
  border-right-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(153 27 27 / 0.35);
  border-right-color: rgb(153 27 27 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(153 27 27 / 0.45);
  border-right-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(153 27 27 / 0.55);
  border-right-color: rgb(153 27 27 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(153 27 27 / 0.65);
  border-right-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(153 27 27 / 0.85);
  border-right-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(127 29 29 / 0.15);
  border-right-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(127 29 29 / 0.35);
  border-right-color: rgb(127 29 29 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(127 29 29 / 0.45);
  border-right-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(127 29 29 / 0.55);
  border-right-color: rgb(127 29 29 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(127 29 29 / 0.65);
  border-right-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(127 29 29 / 0.85);
  border-right-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(69 10 10 / 0.15);
  border-right-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(69 10 10 / 0.35);
  border-right-color: rgb(69 10 10 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(69 10 10 / 0.45);
  border-right-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(69 10 10 / 0.55);
  border-right-color: rgb(69 10 10 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(69 10 10 / 0.65);
  border-right-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(69 10 10 / 0.85);
  border-right-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 228 230 / 0.15);
  border-right-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 228 230 / 0.35);
  border-right-color: rgb(255 228 230 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(255 228 230 / 0.45);
  border-right-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 228 230 / 0.55);
  border-right-color: rgb(255 228 230 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(255 228 230 / 0.65);
  border-right-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 228 230 / 0.85);
  border-right-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 205 211 / 0.15);
  border-right-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 205 211 / 0.35);
  border-right-color: rgb(254 205 211 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(254 205 211 / 0.45);
  border-right-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 205 211 / 0.55);
  border-right-color: rgb(254 205 211 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(254 205 211 / 0.65);
  border-right-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 205 211 / 0.85);
  border-right-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 164 175 / 0.15);
  border-right-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 164 175 / 0.35);
  border-right-color: rgb(253 164 175 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(253 164 175 / 0.45);
  border-right-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 164 175 / 0.55);
  border-right-color: rgb(253 164 175 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(253 164 175 / 0.65);
  border-right-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 164 175 / 0.85);
  border-right-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(251 113 133 / 0.15);
  border-right-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(251 113 133 / 0.35);
  border-right-color: rgb(251 113 133 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(251 113 133 / 0.45);
  border-right-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(251 113 133 / 0.55);
  border-right-color: rgb(251 113 133 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(251 113 133 / 0.65);
  border-right-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(251 113 133 / 0.85);
  border-right-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 241 242 / 0.15);
  border-right-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 241 242 / 0.35);
  border-right-color: rgb(255 241 242 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(255 241 242 / 0.45);
  border-right-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 241 242 / 0.55);
  border-right-color: rgb(255 241 242 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(255 241 242 / 0.65);
  border-right-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 241 242 / 0.85);
  border-right-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(244 63 94 / 0.15);
  border-right-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(244 63 94 / 0.35);
  border-right-color: rgb(244 63 94 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(244 63 94 / 0.45);
  border-right-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(244 63 94 / 0.55);
  border-right-color: rgb(244 63 94 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(244 63 94 / 0.65);
  border-right-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(244 63 94 / 0.85);
  border-right-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(225 29 72 / 0.15);
  border-right-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(225 29 72 / 0.35);
  border-right-color: rgb(225 29 72 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(225 29 72 / 0.45);
  border-right-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(225 29 72 / 0.55);
  border-right-color: rgb(225 29 72 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(225 29 72 / 0.65);
  border-right-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(225 29 72 / 0.85);
  border-right-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(190 18 60 / 0.15);
  border-right-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(190 18 60 / 0.35);
  border-right-color: rgb(190 18 60 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(190 18 60 / 0.45);
  border-right-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(190 18 60 / 0.55);
  border-right-color: rgb(190 18 60 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(190 18 60 / 0.65);
  border-right-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(190 18 60 / 0.85);
  border-right-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(159 18 57 / 0.15);
  border-right-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(159 18 57 / 0.35);
  border-right-color: rgb(159 18 57 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(159 18 57 / 0.45);
  border-right-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(159 18 57 / 0.55);
  border-right-color: rgb(159 18 57 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(159 18 57 / 0.65);
  border-right-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(159 18 57 / 0.85);
  border-right-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(136 19 55 / 0.15);
  border-right-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(136 19 55 / 0.35);
  border-right-color: rgb(136 19 55 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(136 19 55 / 0.45);
  border-right-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(136 19 55 / 0.55);
  border-right-color: rgb(136 19 55 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(136 19 55 / 0.65);
  border-right-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(136 19 55 / 0.85);
  border-right-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(76 5 25 / 0.15);
  border-right-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(76 5 25 / 0.35);
  border-right-color: rgb(76 5 25 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(76 5 25 / 0.45);
  border-right-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(76 5 25 / 0.55);
  border-right-color: rgb(76 5 25 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(76 5 25 / 0.65);
  border-right-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(76 5 25 / 0.85);
  border-right-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(141 147 167 / var(--tw-border-opacity));
  border-right-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.hover\:border-x-secondary\/0:hover{
  border-left-color: rgb(141 147 167 / 0);
  border-right-color: rgb(141 147 167 / 0);
}

.hover\:border-x-secondary\/10:hover{
  border-left-color: rgb(141 147 167 / 0.1);
  border-right-color: rgb(141 147 167 / 0.1);
}

.hover\:border-x-secondary\/100:hover{
  border-left-color: rgb(141 147 167 / 1);
  border-right-color: rgb(141 147 167 / 1);
}

.hover\:border-x-secondary\/15:hover{
  border-left-color: rgb(141 147 167 / 0.15);
  border-right-color: rgb(141 147 167 / 0.15);
}

.hover\:border-x-secondary\/20:hover{
  border-left-color: rgb(141 147 167 / 0.2);
  border-right-color: rgb(141 147 167 / 0.2);
}

.hover\:border-x-secondary\/25:hover{
  border-left-color: rgb(141 147 167 / 0.25);
  border-right-color: rgb(141 147 167 / 0.25);
}

.hover\:border-x-secondary\/30:hover{
  border-left-color: rgb(141 147 167 / 0.3);
  border-right-color: rgb(141 147 167 / 0.3);
}

.hover\:border-x-secondary\/35:hover{
  border-left-color: rgb(141 147 167 / 0.35);
  border-right-color: rgb(141 147 167 / 0.35);
}

.hover\:border-x-secondary\/40:hover{
  border-left-color: rgb(141 147 167 / 0.4);
  border-right-color: rgb(141 147 167 / 0.4);
}

.hover\:border-x-secondary\/45:hover{
  border-left-color: rgb(141 147 167 / 0.45);
  border-right-color: rgb(141 147 167 / 0.45);
}

.hover\:border-x-secondary\/5:hover{
  border-left-color: rgb(141 147 167 / 0.05);
  border-right-color: rgb(141 147 167 / 0.05);
}

.hover\:border-x-secondary\/50:hover{
  border-left-color: rgb(141 147 167 / 0.5);
  border-right-color: rgb(141 147 167 / 0.5);
}

.hover\:border-x-secondary\/55:hover{
  border-left-color: rgb(141 147 167 / 0.55);
  border-right-color: rgb(141 147 167 / 0.55);
}

.hover\:border-x-secondary\/60:hover{
  border-left-color: rgb(141 147 167 / 0.6);
  border-right-color: rgb(141 147 167 / 0.6);
}

.hover\:border-x-secondary\/65:hover{
  border-left-color: rgb(141 147 167 / 0.65);
  border-right-color: rgb(141 147 167 / 0.65);
}

.hover\:border-x-secondary\/70:hover{
  border-left-color: rgb(141 147 167 / 0.7);
  border-right-color: rgb(141 147 167 / 0.7);
}

.hover\:border-x-secondary\/75:hover{
  border-left-color: rgb(141 147 167 / 0.75);
  border-right-color: rgb(141 147 167 / 0.75);
}

.hover\:border-x-secondary\/80:hover{
  border-left-color: rgb(141 147 167 / 0.8);
  border-right-color: rgb(141 147 167 / 0.8);
}

.hover\:border-x-secondary\/85:hover{
  border-left-color: rgb(141 147 167 / 0.85);
  border-right-color: rgb(141 147 167 / 0.85);
}

.hover\:border-x-secondary\/90:hover{
  border-left-color: rgb(141 147 167 / 0.9);
  border-right-color: rgb(141 147 167 / 0.9);
}

.hover\:border-x-secondary\/95:hover{
  border-left-color: rgb(141 147 167 / 0.95);
  border-right-color: rgb(141 147 167 / 0.95);
}

.hover\:border-x-senary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(73 134 231 / var(--tw-border-opacity));
  border-right-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.hover\:border-x-senary\/0:hover{
  border-left-color: rgb(73 134 231 / 0);
  border-right-color: rgb(73 134 231 / 0);
}

.hover\:border-x-senary\/10:hover{
  border-left-color: rgb(73 134 231 / 0.1);
  border-right-color: rgb(73 134 231 / 0.1);
}

.hover\:border-x-senary\/100:hover{
  border-left-color: rgb(73 134 231 / 1);
  border-right-color: rgb(73 134 231 / 1);
}

.hover\:border-x-senary\/15:hover{
  border-left-color: rgb(73 134 231 / 0.15);
  border-right-color: rgb(73 134 231 / 0.15);
}

.hover\:border-x-senary\/20:hover{
  border-left-color: rgb(73 134 231 / 0.2);
  border-right-color: rgb(73 134 231 / 0.2);
}

.hover\:border-x-senary\/25:hover{
  border-left-color: rgb(73 134 231 / 0.25);
  border-right-color: rgb(73 134 231 / 0.25);
}

.hover\:border-x-senary\/30:hover{
  border-left-color: rgb(73 134 231 / 0.3);
  border-right-color: rgb(73 134 231 / 0.3);
}

.hover\:border-x-senary\/35:hover{
  border-left-color: rgb(73 134 231 / 0.35);
  border-right-color: rgb(73 134 231 / 0.35);
}

.hover\:border-x-senary\/40:hover{
  border-left-color: rgb(73 134 231 / 0.4);
  border-right-color: rgb(73 134 231 / 0.4);
}

.hover\:border-x-senary\/45:hover{
  border-left-color: rgb(73 134 231 / 0.45);
  border-right-color: rgb(73 134 231 / 0.45);
}

.hover\:border-x-senary\/5:hover{
  border-left-color: rgb(73 134 231 / 0.05);
  border-right-color: rgb(73 134 231 / 0.05);
}

.hover\:border-x-senary\/50:hover{
  border-left-color: rgb(73 134 231 / 0.5);
  border-right-color: rgb(73 134 231 / 0.5);
}

.hover\:border-x-senary\/55:hover{
  border-left-color: rgb(73 134 231 / 0.55);
  border-right-color: rgb(73 134 231 / 0.55);
}

.hover\:border-x-senary\/60:hover{
  border-left-color: rgb(73 134 231 / 0.6);
  border-right-color: rgb(73 134 231 / 0.6);
}

.hover\:border-x-senary\/65:hover{
  border-left-color: rgb(73 134 231 / 0.65);
  border-right-color: rgb(73 134 231 / 0.65);
}

.hover\:border-x-senary\/70:hover{
  border-left-color: rgb(73 134 231 / 0.7);
  border-right-color: rgb(73 134 231 / 0.7);
}

.hover\:border-x-senary\/75:hover{
  border-left-color: rgb(73 134 231 / 0.75);
  border-right-color: rgb(73 134 231 / 0.75);
}

.hover\:border-x-senary\/80:hover{
  border-left-color: rgb(73 134 231 / 0.8);
  border-right-color: rgb(73 134 231 / 0.8);
}

.hover\:border-x-senary\/85:hover{
  border-left-color: rgb(73 134 231 / 0.85);
  border-right-color: rgb(73 134 231 / 0.85);
}

.hover\:border-x-senary\/90:hover{
  border-left-color: rgb(73 134 231 / 0.9);
  border-right-color: rgb(73 134 231 / 0.9);
}

.hover\:border-x-senary\/95:hover{
  border-left-color: rgb(73 134 231 / 0.95);
  border-right-color: rgb(73 134 231 / 0.95);
}

.hover\:border-x-septenary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 88 129 / var(--tw-border-opacity));
  border-right-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.hover\:border-x-septenary\/0:hover{
  border-left-color: rgb(49 88 129 / 0);
  border-right-color: rgb(49 88 129 / 0);
}

.hover\:border-x-septenary\/10:hover{
  border-left-color: rgb(49 88 129 / 0.1);
  border-right-color: rgb(49 88 129 / 0.1);
}

.hover\:border-x-septenary\/100:hover{
  border-left-color: rgb(49 88 129 / 1);
  border-right-color: rgb(49 88 129 / 1);
}

.hover\:border-x-septenary\/15:hover{
  border-left-color: rgb(49 88 129 / 0.15);
  border-right-color: rgb(49 88 129 / 0.15);
}

.hover\:border-x-septenary\/20:hover{
  border-left-color: rgb(49 88 129 / 0.2);
  border-right-color: rgb(49 88 129 / 0.2);
}

.hover\:border-x-septenary\/25:hover{
  border-left-color: rgb(49 88 129 / 0.25);
  border-right-color: rgb(49 88 129 / 0.25);
}

.hover\:border-x-septenary\/30:hover{
  border-left-color: rgb(49 88 129 / 0.3);
  border-right-color: rgb(49 88 129 / 0.3);
}

.hover\:border-x-septenary\/35:hover{
  border-left-color: rgb(49 88 129 / 0.35);
  border-right-color: rgb(49 88 129 / 0.35);
}

.hover\:border-x-septenary\/40:hover{
  border-left-color: rgb(49 88 129 / 0.4);
  border-right-color: rgb(49 88 129 / 0.4);
}

.hover\:border-x-septenary\/45:hover{
  border-left-color: rgb(49 88 129 / 0.45);
  border-right-color: rgb(49 88 129 / 0.45);
}

.hover\:border-x-septenary\/5:hover{
  border-left-color: rgb(49 88 129 / 0.05);
  border-right-color: rgb(49 88 129 / 0.05);
}

.hover\:border-x-septenary\/50:hover{
  border-left-color: rgb(49 88 129 / 0.5);
  border-right-color: rgb(49 88 129 / 0.5);
}

.hover\:border-x-septenary\/55:hover{
  border-left-color: rgb(49 88 129 / 0.55);
  border-right-color: rgb(49 88 129 / 0.55);
}

.hover\:border-x-septenary\/60:hover{
  border-left-color: rgb(49 88 129 / 0.6);
  border-right-color: rgb(49 88 129 / 0.6);
}

.hover\:border-x-septenary\/65:hover{
  border-left-color: rgb(49 88 129 / 0.65);
  border-right-color: rgb(49 88 129 / 0.65);
}

.hover\:border-x-septenary\/70:hover{
  border-left-color: rgb(49 88 129 / 0.7);
  border-right-color: rgb(49 88 129 / 0.7);
}

.hover\:border-x-septenary\/75:hover{
  border-left-color: rgb(49 88 129 / 0.75);
  border-right-color: rgb(49 88 129 / 0.75);
}

.hover\:border-x-septenary\/80:hover{
  border-left-color: rgb(49 88 129 / 0.8);
  border-right-color: rgb(49 88 129 / 0.8);
}

.hover\:border-x-septenary\/85:hover{
  border-left-color: rgb(49 88 129 / 0.85);
  border-right-color: rgb(49 88 129 / 0.85);
}

.hover\:border-x-septenary\/90:hover{
  border-left-color: rgb(49 88 129 / 0.9);
  border-right-color: rgb(49 88 129 / 0.9);
}

.hover\:border-x-septenary\/95:hover{
  border-left-color: rgb(49 88 129 / 0.95);
  border-right-color: rgb(49 88 129 / 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\/15:hover{
  border-left-color: rgb(224 242 254 / 0.15);
  border-right-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(224 242 254 / 0.35);
  border-right-color: rgb(224 242 254 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(224 242 254 / 0.45);
  border-right-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(224 242 254 / 0.55);
  border-right-color: rgb(224 242 254 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(224 242 254 / 0.65);
  border-right-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(224 242 254 / 0.85);
  border-right-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(186 230 253 / 0.15);
  border-right-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(186 230 253 / 0.35);
  border-right-color: rgb(186 230 253 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(186 230 253 / 0.45);
  border-right-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(186 230 253 / 0.55);
  border-right-color: rgb(186 230 253 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(186 230 253 / 0.65);
  border-right-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(186 230 253 / 0.85);
  border-right-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(125 211 252 / 0.15);
  border-right-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(125 211 252 / 0.35);
  border-right-color: rgb(125 211 252 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(125 211 252 / 0.45);
  border-right-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(125 211 252 / 0.55);
  border-right-color: rgb(125 211 252 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(125 211 252 / 0.65);
  border-right-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(125 211 252 / 0.85);
  border-right-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(56 189 248 / 0.15);
  border-right-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(56 189 248 / 0.35);
  border-right-color: rgb(56 189 248 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(56 189 248 / 0.45);
  border-right-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(56 189 248 / 0.55);
  border-right-color: rgb(56 189 248 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(56 189 248 / 0.65);
  border-right-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(56 189 248 / 0.85);
  border-right-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(240 249 255 / 0.15);
  border-right-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(240 249 255 / 0.35);
  border-right-color: rgb(240 249 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(240 249 255 / 0.45);
  border-right-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(240 249 255 / 0.55);
  border-right-color: rgb(240 249 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(240 249 255 / 0.65);
  border-right-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(240 249 255 / 0.85);
  border-right-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(14 165 233 / 0.15);
  border-right-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(14 165 233 / 0.35);
  border-right-color: rgb(14 165 233 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(14 165 233 / 0.45);
  border-right-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(14 165 233 / 0.55);
  border-right-color: rgb(14 165 233 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(14 165 233 / 0.65);
  border-right-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(14 165 233 / 0.85);
  border-right-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(2 132 199 / 0.15);
  border-right-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(2 132 199 / 0.35);
  border-right-color: rgb(2 132 199 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(2 132 199 / 0.45);
  border-right-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(2 132 199 / 0.55);
  border-right-color: rgb(2 132 199 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(2 132 199 / 0.65);
  border-right-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(2 132 199 / 0.85);
  border-right-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(3 105 161 / 0.15);
  border-right-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(3 105 161 / 0.35);
  border-right-color: rgb(3 105 161 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(3 105 161 / 0.45);
  border-right-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(3 105 161 / 0.55);
  border-right-color: rgb(3 105 161 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(3 105 161 / 0.65);
  border-right-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(3 105 161 / 0.85);
  border-right-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(7 89 133 / 0.15);
  border-right-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(7 89 133 / 0.35);
  border-right-color: rgb(7 89 133 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(7 89 133 / 0.45);
  border-right-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(7 89 133 / 0.55);
  border-right-color: rgb(7 89 133 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(7 89 133 / 0.65);
  border-right-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(7 89 133 / 0.85);
  border-right-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(12 74 110 / 0.15);
  border-right-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(12 74 110 / 0.35);
  border-right-color: rgb(12 74 110 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(12 74 110 / 0.45);
  border-right-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(12 74 110 / 0.55);
  border-right-color: rgb(12 74 110 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(12 74 110 / 0.65);
  border-right-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(12 74 110 / 0.85);
  border-right-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(8 47 73 / 0.15);
  border-right-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(8 47 73 / 0.35);
  border-right-color: rgb(8 47 73 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(8 47 73 / 0.45);
  border-right-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(8 47 73 / 0.55);
  border-right-color: rgb(8 47 73 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(8 47 73 / 0.65);
  border-right-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(8 47 73 / 0.85);
  border-right-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(241 245 249 / 0.15);
  border-right-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(241 245 249 / 0.35);
  border-right-color: rgb(241 245 249 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(241 245 249 / 0.45);
  border-right-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(241 245 249 / 0.55);
  border-right-color: rgb(241 245 249 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(241 245 249 / 0.65);
  border-right-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(241 245 249 / 0.85);
  border-right-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(226 232 240 / 0.15);
  border-right-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(226 232 240 / 0.35);
  border-right-color: rgb(226 232 240 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(226 232 240 / 0.45);
  border-right-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(226 232 240 / 0.55);
  border-right-color: rgb(226 232 240 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(226 232 240 / 0.65);
  border-right-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(226 232 240 / 0.85);
  border-right-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(203 213 225 / 0.15);
  border-right-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(203 213 225 / 0.35);
  border-right-color: rgb(203 213 225 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(203 213 225 / 0.45);
  border-right-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(203 213 225 / 0.55);
  border-right-color: rgb(203 213 225 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(203 213 225 / 0.65);
  border-right-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(203 213 225 / 0.85);
  border-right-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(148 163 184 / 0.15);
  border-right-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(148 163 184 / 0.35);
  border-right-color: rgb(148 163 184 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(148 163 184 / 0.45);
  border-right-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(148 163 184 / 0.55);
  border-right-color: rgb(148 163 184 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(148 163 184 / 0.65);
  border-right-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(148 163 184 / 0.85);
  border-right-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(248 250 252 / 0.15);
  border-right-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(248 250 252 / 0.35);
  border-right-color: rgb(248 250 252 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(248 250 252 / 0.45);
  border-right-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(248 250 252 / 0.55);
  border-right-color: rgb(248 250 252 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(248 250 252 / 0.65);
  border-right-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(248 250 252 / 0.85);
  border-right-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(100 116 139 / 0.15);
  border-right-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(100 116 139 / 0.35);
  border-right-color: rgb(100 116 139 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(100 116 139 / 0.45);
  border-right-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(100 116 139 / 0.55);
  border-right-color: rgb(100 116 139 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(100 116 139 / 0.65);
  border-right-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(100 116 139 / 0.85);
  border-right-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(71 85 105 / 0.15);
  border-right-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(71 85 105 / 0.35);
  border-right-color: rgb(71 85 105 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(71 85 105 / 0.45);
  border-right-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(71 85 105 / 0.55);
  border-right-color: rgb(71 85 105 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(71 85 105 / 0.65);
  border-right-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(71 85 105 / 0.85);
  border-right-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(51 65 85 / 0.15);
  border-right-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(51 65 85 / 0.35);
  border-right-color: rgb(51 65 85 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(51 65 85 / 0.45);
  border-right-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(51 65 85 / 0.55);
  border-right-color: rgb(51 65 85 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(51 65 85 / 0.65);
  border-right-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(51 65 85 / 0.85);
  border-right-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(30 41 59 / 0.15);
  border-right-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(30 41 59 / 0.35);
  border-right-color: rgb(30 41 59 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(30 41 59 / 0.45);
  border-right-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(30 41 59 / 0.55);
  border-right-color: rgb(30 41 59 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(30 41 59 / 0.65);
  border-right-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(30 41 59 / 0.85);
  border-right-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(15 23 42 / 0.15);
  border-right-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(15 23 42 / 0.35);
  border-right-color: rgb(15 23 42 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(15 23 42 / 0.45);
  border-right-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(15 23 42 / 0.55);
  border-right-color: rgb(15 23 42 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(15 23 42 / 0.65);
  border-right-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(15 23 42 / 0.85);
  border-right-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(2 6 23 / 0.15);
  border-right-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(2 6 23 / 0.35);
  border-right-color: rgb(2 6 23 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(2 6 23 / 0.45);
  border-right-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(2 6 23 / 0.55);
  border-right-color: rgb(2 6 23 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(2 6 23 / 0.65);
  border-right-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(2 6 23 / 0.85);
  border-right-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(245 245 244 / 0.15);
  border-right-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 245 244 / 0.35);
  border-right-color: rgb(245 245 244 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(245 245 244 / 0.45);
  border-right-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 245 244 / 0.55);
  border-right-color: rgb(245 245 244 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(245 245 244 / 0.65);
  border-right-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 245 244 / 0.85);
  border-right-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(231 229 228 / 0.15);
  border-right-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(231 229 228 / 0.35);
  border-right-color: rgb(231 229 228 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(231 229 228 / 0.45);
  border-right-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(231 229 228 / 0.55);
  border-right-color: rgb(231 229 228 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(231 229 228 / 0.65);
  border-right-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(231 229 228 / 0.85);
  border-right-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(214 211 209 / 0.15);
  border-right-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(214 211 209 / 0.35);
  border-right-color: rgb(214 211 209 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(214 211 209 / 0.45);
  border-right-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(214 211 209 / 0.55);
  border-right-color: rgb(214 211 209 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(214 211 209 / 0.65);
  border-right-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(214 211 209 / 0.85);
  border-right-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(168 162 158 / 0.15);
  border-right-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(168 162 158 / 0.35);
  border-right-color: rgb(168 162 158 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(168 162 158 / 0.45);
  border-right-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(168 162 158 / 0.55);
  border-right-color: rgb(168 162 158 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(168 162 158 / 0.65);
  border-right-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(168 162 158 / 0.85);
  border-right-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 250 249 / 0.15);
  border-right-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 250 249 / 0.35);
  border-right-color: rgb(250 250 249 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(250 250 249 / 0.45);
  border-right-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 250 249 / 0.55);
  border-right-color: rgb(250 250 249 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(250 250 249 / 0.65);
  border-right-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 250 249 / 0.85);
  border-right-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(120 113 108 / 0.15);
  border-right-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(120 113 108 / 0.35);
  border-right-color: rgb(120 113 108 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(120 113 108 / 0.45);
  border-right-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(120 113 108 / 0.55);
  border-right-color: rgb(120 113 108 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(120 113 108 / 0.65);
  border-right-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(120 113 108 / 0.85);
  border-right-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(87 83 78 / 0.15);
  border-right-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(87 83 78 / 0.35);
  border-right-color: rgb(87 83 78 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(87 83 78 / 0.45);
  border-right-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(87 83 78 / 0.55);
  border-right-color: rgb(87 83 78 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(87 83 78 / 0.65);
  border-right-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(87 83 78 / 0.85);
  border-right-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(68 64 60 / 0.15);
  border-right-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(68 64 60 / 0.35);
  border-right-color: rgb(68 64 60 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(68 64 60 / 0.45);
  border-right-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(68 64 60 / 0.55);
  border-right-color: rgb(68 64 60 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(68 64 60 / 0.65);
  border-right-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(68 64 60 / 0.85);
  border-right-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(41 37 36 / 0.15);
  border-right-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(41 37 36 / 0.35);
  border-right-color: rgb(41 37 36 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(41 37 36 / 0.45);
  border-right-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(41 37 36 / 0.55);
  border-right-color: rgb(41 37 36 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(41 37 36 / 0.65);
  border-right-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(41 37 36 / 0.85);
  border-right-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(28 25 23 / 0.15);
  border-right-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(28 25 23 / 0.35);
  border-right-color: rgb(28 25 23 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(28 25 23 / 0.45);
  border-right-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(28 25 23 / 0.55);
  border-right-color: rgb(28 25 23 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(28 25 23 / 0.65);
  border-right-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(28 25 23 / 0.85);
  border-right-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(12 10 9 / 0.15);
  border-right-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(12 10 9 / 0.35);
  border-right-color: rgb(12 10 9 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(12 10 9 / 0.45);
  border-right-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(12 10 9 / 0.55);
  border-right-color: rgb(12 10 9 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(12 10 9 / 0.65);
  border-right-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(12 10 9 / 0.85);
  border-right-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 196 149 / var(--tw-border-opacity));
  border-right-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.hover\:border-x-success\/0:hover{
  border-left-color: rgb(7 196 149 / 0);
  border-right-color: rgb(7 196 149 / 0);
}

.hover\:border-x-success\/10:hover{
  border-left-color: rgb(7 196 149 / 0.1);
  border-right-color: rgb(7 196 149 / 0.1);
}

.hover\:border-x-success\/100:hover{
  border-left-color: rgb(7 196 149 / 1);
  border-right-color: rgb(7 196 149 / 1);
}

.hover\:border-x-success\/15:hover{
  border-left-color: rgb(7 196 149 / 0.15);
  border-right-color: rgb(7 196 149 / 0.15);
}

.hover\:border-x-success\/20:hover{
  border-left-color: rgb(7 196 149 / 0.2);
  border-right-color: rgb(7 196 149 / 0.2);
}

.hover\:border-x-success\/25:hover{
  border-left-color: rgb(7 196 149 / 0.25);
  border-right-color: rgb(7 196 149 / 0.25);
}

.hover\:border-x-success\/30:hover{
  border-left-color: rgb(7 196 149 / 0.3);
  border-right-color: rgb(7 196 149 / 0.3);
}

.hover\:border-x-success\/35:hover{
  border-left-color: rgb(7 196 149 / 0.35);
  border-right-color: rgb(7 196 149 / 0.35);
}

.hover\:border-x-success\/40:hover{
  border-left-color: rgb(7 196 149 / 0.4);
  border-right-color: rgb(7 196 149 / 0.4);
}

.hover\:border-x-success\/45:hover{
  border-left-color: rgb(7 196 149 / 0.45);
  border-right-color: rgb(7 196 149 / 0.45);
}

.hover\:border-x-success\/5:hover{
  border-left-color: rgb(7 196 149 / 0.05);
  border-right-color: rgb(7 196 149 / 0.05);
}

.hover\:border-x-success\/50:hover{
  border-left-color: rgb(7 196 149 / 0.5);
  border-right-color: rgb(7 196 149 / 0.5);
}

.hover\:border-x-success\/55:hover{
  border-left-color: rgb(7 196 149 / 0.55);
  border-right-color: rgb(7 196 149 / 0.55);
}

.hover\:border-x-success\/60:hover{
  border-left-color: rgb(7 196 149 / 0.6);
  border-right-color: rgb(7 196 149 / 0.6);
}

.hover\:border-x-success\/65:hover{
  border-left-color: rgb(7 196 149 / 0.65);
  border-right-color: rgb(7 196 149 / 0.65);
}

.hover\:border-x-success\/70:hover{
  border-left-color: rgb(7 196 149 / 0.7);
  border-right-color: rgb(7 196 149 / 0.7);
}

.hover\:border-x-success\/75:hover{
  border-left-color: rgb(7 196 149 / 0.75);
  border-right-color: rgb(7 196 149 / 0.75);
}

.hover\:border-x-success\/80:hover{
  border-left-color: rgb(7 196 149 / 0.8);
  border-right-color: rgb(7 196 149 / 0.8);
}

.hover\:border-x-success\/85:hover{
  border-left-color: rgb(7 196 149 / 0.85);
  border-right-color: rgb(7 196 149 / 0.85);
}

.hover\:border-x-success\/90:hover{
  border-left-color: rgb(7 196 149 / 0.9);
  border-right-color: rgb(7 196 149 / 0.9);
}

.hover\:border-x-success\/95:hover{
  border-left-color: rgb(7 196 149 / 0.95);
  border-right-color: rgb(7 196 149 / 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\/15:hover{
  border-left-color: rgb(204 251 241 / 0.15);
  border-right-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(204 251 241 / 0.35);
  border-right-color: rgb(204 251 241 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(204 251 241 / 0.45);
  border-right-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(204 251 241 / 0.55);
  border-right-color: rgb(204 251 241 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(204 251 241 / 0.65);
  border-right-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(204 251 241 / 0.85);
  border-right-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(153 246 228 / 0.15);
  border-right-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(153 246 228 / 0.35);
  border-right-color: rgb(153 246 228 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(153 246 228 / 0.45);
  border-right-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(153 246 228 / 0.55);
  border-right-color: rgb(153 246 228 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(153 246 228 / 0.65);
  border-right-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(153 246 228 / 0.85);
  border-right-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(94 234 212 / 0.15);
  border-right-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(94 234 212 / 0.35);
  border-right-color: rgb(94 234 212 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(94 234 212 / 0.45);
  border-right-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(94 234 212 / 0.55);
  border-right-color: rgb(94 234 212 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(94 234 212 / 0.65);
  border-right-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(94 234 212 / 0.85);
  border-right-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(45 212 191 / 0.15);
  border-right-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(45 212 191 / 0.35);
  border-right-color: rgb(45 212 191 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(45 212 191 / 0.45);
  border-right-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(45 212 191 / 0.55);
  border-right-color: rgb(45 212 191 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(45 212 191 / 0.65);
  border-right-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(45 212 191 / 0.85);
  border-right-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(240 253 250 / 0.15);
  border-right-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(240 253 250 / 0.35);
  border-right-color: rgb(240 253 250 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(240 253 250 / 0.45);
  border-right-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(240 253 250 / 0.55);
  border-right-color: rgb(240 253 250 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(240 253 250 / 0.65);
  border-right-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(240 253 250 / 0.85);
  border-right-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(20 184 166 / 0.15);
  border-right-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(20 184 166 / 0.35);
  border-right-color: rgb(20 184 166 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(20 184 166 / 0.45);
  border-right-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(20 184 166 / 0.55);
  border-right-color: rgb(20 184 166 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(20 184 166 / 0.65);
  border-right-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(20 184 166 / 0.85);
  border-right-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(13 148 136 / 0.15);
  border-right-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(13 148 136 / 0.35);
  border-right-color: rgb(13 148 136 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(13 148 136 / 0.45);
  border-right-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(13 148 136 / 0.55);
  border-right-color: rgb(13 148 136 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(13 148 136 / 0.65);
  border-right-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(13 148 136 / 0.85);
  border-right-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(15 118 110 / 0.15);
  border-right-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(15 118 110 / 0.35);
  border-right-color: rgb(15 118 110 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(15 118 110 / 0.45);
  border-right-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(15 118 110 / 0.55);
  border-right-color: rgb(15 118 110 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(15 118 110 / 0.65);
  border-right-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(15 118 110 / 0.85);
  border-right-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(17 94 89 / 0.15);
  border-right-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(17 94 89 / 0.35);
  border-right-color: rgb(17 94 89 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(17 94 89 / 0.45);
  border-right-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(17 94 89 / 0.55);
  border-right-color: rgb(17 94 89 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(17 94 89 / 0.65);
  border-right-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(17 94 89 / 0.85);
  border-right-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(19 78 74 / 0.15);
  border-right-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(19 78 74 / 0.35);
  border-right-color: rgb(19 78 74 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(19 78 74 / 0.45);
  border-right-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(19 78 74 / 0.55);
  border-right-color: rgb(19 78 74 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(19 78 74 / 0.65);
  border-right-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(19 78 74 / 0.85);
  border-right-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(4 47 46 / 0.15);
  border-right-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(4 47 46 / 0.35);
  border-right-color: rgb(4 47 46 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(4 47 46 / 0.45);
  border-right-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(4 47 46 / 0.55);
  border-right-color: rgb(4 47 46 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(4 47 46 / 0.65);
  border-right-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(4 47 46 / 0.85);
  border-right-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 137 252 / var(--tw-border-opacity));
  border-right-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.hover\:border-x-tertiary-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 123 223 / var(--tw-border-opacity));
  border-right-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.hover\:border-x-tertiary-hover\/0:hover{
  border-left-color: rgb(20 123 223 / 0);
  border-right-color: rgb(20 123 223 / 0);
}

.hover\:border-x-tertiary-hover\/10:hover{
  border-left-color: rgb(20 123 223 / 0.1);
  border-right-color: rgb(20 123 223 / 0.1);
}

.hover\:border-x-tertiary-hover\/100:hover{
  border-left-color: rgb(20 123 223 / 1);
  border-right-color: rgb(20 123 223 / 1);
}

.hover\:border-x-tertiary-hover\/15:hover{
  border-left-color: rgb(20 123 223 / 0.15);
  border-right-color: rgb(20 123 223 / 0.15);
}

.hover\:border-x-tertiary-hover\/20:hover{
  border-left-color: rgb(20 123 223 / 0.2);
  border-right-color: rgb(20 123 223 / 0.2);
}

.hover\:border-x-tertiary-hover\/25:hover{
  border-left-color: rgb(20 123 223 / 0.25);
  border-right-color: rgb(20 123 223 / 0.25);
}

.hover\:border-x-tertiary-hover\/30:hover{
  border-left-color: rgb(20 123 223 / 0.3);
  border-right-color: rgb(20 123 223 / 0.3);
}

.hover\:border-x-tertiary-hover\/35:hover{
  border-left-color: rgb(20 123 223 / 0.35);
  border-right-color: rgb(20 123 223 / 0.35);
}

.hover\:border-x-tertiary-hover\/40:hover{
  border-left-color: rgb(20 123 223 / 0.4);
  border-right-color: rgb(20 123 223 / 0.4);
}

.hover\:border-x-tertiary-hover\/45:hover{
  border-left-color: rgb(20 123 223 / 0.45);
  border-right-color: rgb(20 123 223 / 0.45);
}

.hover\:border-x-tertiary-hover\/5:hover{
  border-left-color: rgb(20 123 223 / 0.05);
  border-right-color: rgb(20 123 223 / 0.05);
}

.hover\:border-x-tertiary-hover\/50:hover{
  border-left-color: rgb(20 123 223 / 0.5);
  border-right-color: rgb(20 123 223 / 0.5);
}

.hover\:border-x-tertiary-hover\/55:hover{
  border-left-color: rgb(20 123 223 / 0.55);
  border-right-color: rgb(20 123 223 / 0.55);
}

.hover\:border-x-tertiary-hover\/60:hover{
  border-left-color: rgb(20 123 223 / 0.6);
  border-right-color: rgb(20 123 223 / 0.6);
}

.hover\:border-x-tertiary-hover\/65:hover{
  border-left-color: rgb(20 123 223 / 0.65);
  border-right-color: rgb(20 123 223 / 0.65);
}

.hover\:border-x-tertiary-hover\/70:hover{
  border-left-color: rgb(20 123 223 / 0.7);
  border-right-color: rgb(20 123 223 / 0.7);
}

.hover\:border-x-tertiary-hover\/75:hover{
  border-left-color: rgb(20 123 223 / 0.75);
  border-right-color: rgb(20 123 223 / 0.75);
}

.hover\:border-x-tertiary-hover\/80:hover{
  border-left-color: rgb(20 123 223 / 0.8);
  border-right-color: rgb(20 123 223 / 0.8);
}

.hover\:border-x-tertiary-hover\/85:hover{
  border-left-color: rgb(20 123 223 / 0.85);
  border-right-color: rgb(20 123 223 / 0.85);
}

.hover\:border-x-tertiary-hover\/90:hover{
  border-left-color: rgb(20 123 223 / 0.9);
  border-right-color: rgb(20 123 223 / 0.9);
}

.hover\:border-x-tertiary-hover\/95:hover{
  border-left-color: rgb(20 123 223 / 0.95);
  border-right-color: rgb(20 123 223 / 0.95);
}

.hover\:border-x-tertiary\/0:hover{
  border-left-color: rgb(22 137 252 / 0);
  border-right-color: rgb(22 137 252 / 0);
}

.hover\:border-x-tertiary\/10:hover{
  border-left-color: rgb(22 137 252 / 0.1);
  border-right-color: rgb(22 137 252 / 0.1);
}

.hover\:border-x-tertiary\/100:hover{
  border-left-color: rgb(22 137 252 / 1);
  border-right-color: rgb(22 137 252 / 1);
}

.hover\:border-x-tertiary\/15:hover{
  border-left-color: rgb(22 137 252 / 0.15);
  border-right-color: rgb(22 137 252 / 0.15);
}

.hover\:border-x-tertiary\/20:hover{
  border-left-color: rgb(22 137 252 / 0.2);
  border-right-color: rgb(22 137 252 / 0.2);
}

.hover\:border-x-tertiary\/25:hover{
  border-left-color: rgb(22 137 252 / 0.25);
  border-right-color: rgb(22 137 252 / 0.25);
}

.hover\:border-x-tertiary\/30:hover{
  border-left-color: rgb(22 137 252 / 0.3);
  border-right-color: rgb(22 137 252 / 0.3);
}

.hover\:border-x-tertiary\/35:hover{
  border-left-color: rgb(22 137 252 / 0.35);
  border-right-color: rgb(22 137 252 / 0.35);
}

.hover\:border-x-tertiary\/40:hover{
  border-left-color: rgb(22 137 252 / 0.4);
  border-right-color: rgb(22 137 252 / 0.4);
}

.hover\:border-x-tertiary\/45:hover{
  border-left-color: rgb(22 137 252 / 0.45);
  border-right-color: rgb(22 137 252 / 0.45);
}

.hover\:border-x-tertiary\/5:hover{
  border-left-color: rgb(22 137 252 / 0.05);
  border-right-color: rgb(22 137 252 / 0.05);
}

.hover\:border-x-tertiary\/50:hover{
  border-left-color: rgb(22 137 252 / 0.5);
  border-right-color: rgb(22 137 252 / 0.5);
}

.hover\:border-x-tertiary\/55:hover{
  border-left-color: rgb(22 137 252 / 0.55);
  border-right-color: rgb(22 137 252 / 0.55);
}

.hover\:border-x-tertiary\/60:hover{
  border-left-color: rgb(22 137 252 / 0.6);
  border-right-color: rgb(22 137 252 / 0.6);
}

.hover\:border-x-tertiary\/65:hover{
  border-left-color: rgb(22 137 252 / 0.65);
  border-right-color: rgb(22 137 252 / 0.65);
}

.hover\:border-x-tertiary\/70:hover{
  border-left-color: rgb(22 137 252 / 0.7);
  border-right-color: rgb(22 137 252 / 0.7);
}

.hover\:border-x-tertiary\/75:hover{
  border-left-color: rgb(22 137 252 / 0.75);
  border-right-color: rgb(22 137 252 / 0.75);
}

.hover\:border-x-tertiary\/80:hover{
  border-left-color: rgb(22 137 252 / 0.8);
  border-right-color: rgb(22 137 252 / 0.8);
}

.hover\:border-x-tertiary\/85:hover{
  border-left-color: rgb(22 137 252 / 0.85);
  border-right-color: rgb(22 137 252 / 0.85);
}

.hover\:border-x-tertiary\/90:hover{
  border-left-color: rgb(22 137 252 / 0.9);
  border-right-color: rgb(22 137 252 / 0.9);
}

.hover\:border-x-tertiary\/95:hover{
  border-left-color: rgb(22 137 252 / 0.95);
  border-right-color: rgb(22 137 252 / 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\/15:hover{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  border-left-color: rgb(237 233 254 / 0.15);
  border-right-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(237 233 254 / 0.35);
  border-right-color: rgb(237 233 254 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(237 233 254 / 0.45);
  border-right-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(237 233 254 / 0.55);
  border-right-color: rgb(237 233 254 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(237 233 254 / 0.65);
  border-right-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(237 233 254 / 0.85);
  border-right-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(221 214 254 / 0.15);
  border-right-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(221 214 254 / 0.35);
  border-right-color: rgb(221 214 254 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(221 214 254 / 0.45);
  border-right-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(221 214 254 / 0.55);
  border-right-color: rgb(221 214 254 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(221 214 254 / 0.65);
  border-right-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(221 214 254 / 0.85);
  border-right-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(196 181 253 / 0.15);
  border-right-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(196 181 253 / 0.35);
  border-right-color: rgb(196 181 253 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(196 181 253 / 0.45);
  border-right-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(196 181 253 / 0.55);
  border-right-color: rgb(196 181 253 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(196 181 253 / 0.65);
  border-right-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(196 181 253 / 0.85);
  border-right-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(167 139 250 / 0.15);
  border-right-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(167 139 250 / 0.35);
  border-right-color: rgb(167 139 250 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(167 139 250 / 0.45);
  border-right-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(167 139 250 / 0.55);
  border-right-color: rgb(167 139 250 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(167 139 250 / 0.65);
  border-right-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(167 139 250 / 0.85);
  border-right-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(245 243 255 / 0.15);
  border-right-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 243 255 / 0.35);
  border-right-color: rgb(245 243 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(245 243 255 / 0.45);
  border-right-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 243 255 / 0.55);
  border-right-color: rgb(245 243 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(245 243 255 / 0.65);
  border-right-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 243 255 / 0.85);
  border-right-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(139 92 246 / 0.15);
  border-right-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(139 92 246 / 0.35);
  border-right-color: rgb(139 92 246 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(139 92 246 / 0.45);
  border-right-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(139 92 246 / 0.55);
  border-right-color: rgb(139 92 246 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(139 92 246 / 0.65);
  border-right-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(139 92 246 / 0.85);
  border-right-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(124 58 237 / 0.15);
  border-right-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(124 58 237 / 0.35);
  border-right-color: rgb(124 58 237 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(124 58 237 / 0.45);
  border-right-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(124 58 237 / 0.55);
  border-right-color: rgb(124 58 237 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(124 58 237 / 0.65);
  border-right-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(124 58 237 / 0.85);
  border-right-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(109 40 217 / 0.15);
  border-right-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(109 40 217 / 0.35);
  border-right-color: rgb(109 40 217 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(109 40 217 / 0.45);
  border-right-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(109 40 217 / 0.55);
  border-right-color: rgb(109 40 217 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(109 40 217 / 0.65);
  border-right-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(109 40 217 / 0.85);
  border-right-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(91 33 182 / 0.15);
  border-right-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(91 33 182 / 0.35);
  border-right-color: rgb(91 33 182 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(91 33 182 / 0.45);
  border-right-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(91 33 182 / 0.55);
  border-right-color: rgb(91 33 182 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(91 33 182 / 0.65);
  border-right-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(91 33 182 / 0.85);
  border-right-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(76 29 149 / 0.15);
  border-right-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(76 29 149 / 0.35);
  border-right-color: rgb(76 29 149 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(76 29 149 / 0.45);
  border-right-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(76 29 149 / 0.55);
  border-right-color: rgb(76 29 149 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(76 29 149 / 0.65);
  border-right-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(76 29 149 / 0.85);
  border-right-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(46 16 101 / 0.15);
  border-right-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(46 16 101 / 0.35);
  border-right-color: rgb(46 16 101 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(46 16 101 / 0.45);
  border-right-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(46 16 101 / 0.55);
  border-right-color: rgb(46 16 101 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(46 16 101 / 0.65);
  border-right-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(46 16 101 / 0.85);
  border-right-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 224 71 / 0.15);
  border-right-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 224 71 / 0.35);
  border-right-color: rgb(253 224 71 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(253 224 71 / 0.45);
  border-right-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 224 71 / 0.55);
  border-right-color: rgb(253 224 71 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(253 224 71 / 0.65);
  border-right-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 224 71 / 0.85);
  border-right-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(161 98 7 / 0.15);
  border-right-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(161 98 7 / 0.35);
  border-right-color: rgb(161 98 7 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(161 98 7 / 0.45);
  border-right-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(161 98 7 / 0.55);
  border-right-color: rgb(161 98 7 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(161 98 7 / 0.65);
  border-right-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(161 98 7 / 0.85);
  border-right-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(113 63 18 / 0.15);
  border-right-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(113 63 18 / 0.35);
  border-right-color: rgb(113 63 18 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(113 63 18 / 0.45);
  border-right-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(113 63 18 / 0.55);
  border-right-color: rgb(113 63 18 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(113 63 18 / 0.65);
  border-right-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(113 63 18 / 0.85);
  border-right-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(66 32 6 / 0.15);
  border-right-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(66 32 6 / 0.35);
  border-right-color: rgb(66 32 6 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(66 32 6 / 0.45);
  border-right-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(66 32 6 / 0.55);
  border-right-color: rgb(66 32 6 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(66 32 6 / 0.65);
  border-right-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(66 32 6 / 0.85);
  border-right-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(244 244 245 / 0.15);
  border-right-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(244 244 245 / 0.35);
  border-right-color: rgb(244 244 245 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(244 244 245 / 0.45);
  border-right-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(244 244 245 / 0.55);
  border-right-color: rgb(244 244 245 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(244 244 245 / 0.65);
  border-right-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(244 244 245 / 0.85);
  border-right-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(228 228 231 / 0.15);
  border-right-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(228 228 231 / 0.35);
  border-right-color: rgb(228 228 231 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(228 228 231 / 0.45);
  border-right-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(228 228 231 / 0.55);
  border-right-color: rgb(228 228 231 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(228 228 231 / 0.65);
  border-right-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(228 228 231 / 0.85);
  border-right-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(212 212 216 / 0.15);
  border-right-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(212 212 216 / 0.35);
  border-right-color: rgb(212 212 216 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(212 212 216 / 0.45);
  border-right-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(212 212 216 / 0.55);
  border-right-color: rgb(212 212 216 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(212 212 216 / 0.65);
  border-right-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(212 212 216 / 0.85);
  border-right-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(161 161 170 / 0.15);
  border-right-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(161 161 170 / 0.35);
  border-right-color: rgb(161 161 170 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(161 161 170 / 0.45);
  border-right-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(161 161 170 / 0.55);
  border-right-color: rgb(161 161 170 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(161 161 170 / 0.65);
  border-right-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(161 161 170 / 0.85);
  border-right-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(113 113 122 / 0.15);
  border-right-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(113 113 122 / 0.35);
  border-right-color: rgb(113 113 122 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(113 113 122 / 0.45);
  border-right-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(113 113 122 / 0.55);
  border-right-color: rgb(113 113 122 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(113 113 122 / 0.65);
  border-right-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(113 113 122 / 0.85);
  border-right-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(82 82 91 / 0.15);
  border-right-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(82 82 91 / 0.35);
  border-right-color: rgb(82 82 91 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(82 82 91 / 0.45);
  border-right-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(82 82 91 / 0.55);
  border-right-color: rgb(82 82 91 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(82 82 91 / 0.65);
  border-right-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(82 82 91 / 0.85);
  border-right-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(63 63 70 / 0.15);
  border-right-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(63 63 70 / 0.35);
  border-right-color: rgb(63 63 70 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(63 63 70 / 0.45);
  border-right-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(63 63 70 / 0.55);
  border-right-color: rgb(63 63 70 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(63 63 70 / 0.65);
  border-right-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(63 63 70 / 0.85);
  border-right-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(39 39 42 / 0.15);
  border-right-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(39 39 42 / 0.35);
  border-right-color: rgb(39 39 42 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(39 39 42 / 0.45);
  border-right-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(39 39 42 / 0.55);
  border-right-color: rgb(39 39 42 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(39 39 42 / 0.65);
  border-right-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(39 39 42 / 0.85);
  border-right-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(24 24 27 / 0.15);
  border-right-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(24 24 27 / 0.35);
  border-right-color: rgb(24 24 27 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(24 24 27 / 0.45);
  border-right-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(24 24 27 / 0.55);
  border-right-color: rgb(24 24 27 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(24 24 27 / 0.65);
  border-right-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(24 24 27 / 0.85);
  border-right-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(9 9 11 / 0.15);
  border-right-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(9 9 11 / 0.35);
  border-right-color: rgb(9 9 11 / 0.35);
}

.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\/45:hover{
  border-left-color: rgb(9 9 11 / 0.45);
  border-right-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(9 9 11 / 0.55);
  border-right-color: rgb(9 9 11 / 0.55);
}

.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\/65:hover{
  border-left-color: rgb(9 9 11 / 0.65);
  border-right-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(9 9 11 / 0.85);
  border-right-color: rgb(9 9 11 / 0.85);
}

.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-accent:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(70 109 148 / var(--tw-border-opacity));
  border-bottom-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.hover\:border-y-accent\/0:hover{
  border-top-color: rgb(70 109 148 / 0);
  border-bottom-color: rgb(70 109 148 / 0);
}

.hover\:border-y-accent\/10:hover{
  border-top-color: rgb(70 109 148 / 0.1);
  border-bottom-color: rgb(70 109 148 / 0.1);
}

.hover\:border-y-accent\/100:hover{
  border-top-color: rgb(70 109 148 / 1);
  border-bottom-color: rgb(70 109 148 / 1);
}

.hover\:border-y-accent\/15:hover{
  border-top-color: rgb(70 109 148 / 0.15);
  border-bottom-color: rgb(70 109 148 / 0.15);
}

.hover\:border-y-accent\/20:hover{
  border-top-color: rgb(70 109 148 / 0.2);
  border-bottom-color: rgb(70 109 148 / 0.2);
}

.hover\:border-y-accent\/25:hover{
  border-top-color: rgb(70 109 148 / 0.25);
  border-bottom-color: rgb(70 109 148 / 0.25);
}

.hover\:border-y-accent\/30:hover{
  border-top-color: rgb(70 109 148 / 0.3);
  border-bottom-color: rgb(70 109 148 / 0.3);
}

.hover\:border-y-accent\/35:hover{
  border-top-color: rgb(70 109 148 / 0.35);
  border-bottom-color: rgb(70 109 148 / 0.35);
}

.hover\:border-y-accent\/40:hover{
  border-top-color: rgb(70 109 148 / 0.4);
  border-bottom-color: rgb(70 109 148 / 0.4);
}

.hover\:border-y-accent\/45:hover{
  border-top-color: rgb(70 109 148 / 0.45);
  border-bottom-color: rgb(70 109 148 / 0.45);
}

.hover\:border-y-accent\/5:hover{
  border-top-color: rgb(70 109 148 / 0.05);
  border-bottom-color: rgb(70 109 148 / 0.05);
}

.hover\:border-y-accent\/50:hover{
  border-top-color: rgb(70 109 148 / 0.5);
  border-bottom-color: rgb(70 109 148 / 0.5);
}

.hover\:border-y-accent\/55:hover{
  border-top-color: rgb(70 109 148 / 0.55);
  border-bottom-color: rgb(70 109 148 / 0.55);
}

.hover\:border-y-accent\/60:hover{
  border-top-color: rgb(70 109 148 / 0.6);
  border-bottom-color: rgb(70 109 148 / 0.6);
}

.hover\:border-y-accent\/65:hover{
  border-top-color: rgb(70 109 148 / 0.65);
  border-bottom-color: rgb(70 109 148 / 0.65);
}

.hover\:border-y-accent\/70:hover{
  border-top-color: rgb(70 109 148 / 0.7);
  border-bottom-color: rgb(70 109 148 / 0.7);
}

.hover\:border-y-accent\/75:hover{
  border-top-color: rgb(70 109 148 / 0.75);
  border-bottom-color: rgb(70 109 148 / 0.75);
}

.hover\:border-y-accent\/80:hover{
  border-top-color: rgb(70 109 148 / 0.8);
  border-bottom-color: rgb(70 109 148 / 0.8);
}

.hover\:border-y-accent\/85:hover{
  border-top-color: rgb(70 109 148 / 0.85);
  border-bottom-color: rgb(70 109 148 / 0.85);
}

.hover\:border-y-accent\/90:hover{
  border-top-color: rgb(70 109 148 / 0.9);
  border-bottom-color: rgb(70 109 148 / 0.9);
}

.hover\:border-y-accent\/95:hover{
  border-top-color: rgb(70 109 148 / 0.95);
  border-bottom-color: rgb(70 109 148 / 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\/15:hover{
  border-top-color: rgb(254 243 199 / 0.15);
  border-bottom-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 243 199 / 0.35);
  border-bottom-color: rgb(254 243 199 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(254 243 199 / 0.45);
  border-bottom-color: rgb(254 243 199 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 243 199 / 0.55);
  border-bottom-color: rgb(254 243 199 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(254 243 199 / 0.65);
  border-bottom-color: rgb(254 243 199 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 243 199 / 0.85);
  border-bottom-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 230 138 / 0.15);
  border-bottom-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 230 138 / 0.35);
  border-bottom-color: rgb(253 230 138 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(253 230 138 / 0.45);
  border-bottom-color: rgb(253 230 138 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 230 138 / 0.55);
  border-bottom-color: rgb(253 230 138 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(253 230 138 / 0.65);
  border-bottom-color: rgb(253 230 138 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 230 138 / 0.85);
  border-bottom-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(252 211 77 / 0.15);
  border-bottom-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(252 211 77 / 0.35);
  border-bottom-color: rgb(252 211 77 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(252 211 77 / 0.45);
  border-bottom-color: rgb(252 211 77 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(252 211 77 / 0.55);
  border-bottom-color: rgb(252 211 77 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(252 211 77 / 0.65);
  border-bottom-color: rgb(252 211 77 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(252 211 77 / 0.85);
  border-bottom-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(251 191 36 / 0.15);
  border-bottom-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(251 191 36 / 0.35);
  border-bottom-color: rgb(251 191 36 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(251 191 36 / 0.45);
  border-bottom-color: rgb(251 191 36 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(251 191 36 / 0.55);
  border-bottom-color: rgb(251 191 36 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(251 191 36 / 0.65);
  border-bottom-color: rgb(251 191 36 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(251 191 36 / 0.85);
  border-bottom-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 251 235 / 0.15);
  border-bottom-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 251 235 / 0.35);
  border-bottom-color: rgb(255 251 235 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(255 251 235 / 0.45);
  border-bottom-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 251 235 / 0.55);
  border-bottom-color: rgb(255 251 235 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(255 251 235 / 0.65);
  border-bottom-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 251 235 / 0.85);
  border-bottom-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(245 158 11 / 0.15);
  border-bottom-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 158 11 / 0.35);
  border-bottom-color: rgb(245 158 11 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(245 158 11 / 0.45);
  border-bottom-color: rgb(245 158 11 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 158 11 / 0.55);
  border-bottom-color: rgb(245 158 11 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(245 158 11 / 0.65);
  border-bottom-color: rgb(245 158 11 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 158 11 / 0.85);
  border-bottom-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(217 119 6 / 0.15);
  border-bottom-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(217 119 6 / 0.35);
  border-bottom-color: rgb(217 119 6 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(217 119 6 / 0.45);
  border-bottom-color: rgb(217 119 6 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(217 119 6 / 0.55);
  border-bottom-color: rgb(217 119 6 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(217 119 6 / 0.65);
  border-bottom-color: rgb(217 119 6 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(217 119 6 / 0.85);
  border-bottom-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(180 83 9 / 0.15);
  border-bottom-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(180 83 9 / 0.35);
  border-bottom-color: rgb(180 83 9 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(180 83 9 / 0.45);
  border-bottom-color: rgb(180 83 9 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(180 83 9 / 0.55);
  border-bottom-color: rgb(180 83 9 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(180 83 9 / 0.65);
  border-bottom-color: rgb(180 83 9 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(180 83 9 / 0.85);
  border-bottom-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(146 64 14 / 0.15);
  border-bottom-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(146 64 14 / 0.35);
  border-bottom-color: rgb(146 64 14 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(146 64 14 / 0.45);
  border-bottom-color: rgb(146 64 14 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(146 64 14 / 0.55);
  border-bottom-color: rgb(146 64 14 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(146 64 14 / 0.65);
  border-bottom-color: rgb(146 64 14 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(146 64 14 / 0.85);
  border-bottom-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(120 53 15 / 0.15);
  border-bottom-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(120 53 15 / 0.35);
  border-bottom-color: rgb(120 53 15 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(120 53 15 / 0.45);
  border-bottom-color: rgb(120 53 15 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(120 53 15 / 0.55);
  border-bottom-color: rgb(120 53 15 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(120 53 15 / 0.65);
  border-bottom-color: rgb(120 53 15 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(120 53 15 / 0.85);
  border-bottom-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(69 26 3 / 0.15);
  border-bottom-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(69 26 3 / 0.35);
  border-bottom-color: rgb(69 26 3 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(69 26 3 / 0.45);
  border-bottom-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(69 26 3 / 0.55);
  border-bottom-color: rgb(69 26 3 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(69 26 3 / 0.65);
  border-bottom-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(69 26 3 / 0.85);
  border-bottom-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.hover\:border-y-background\/0:hover{
  border-top-color: rgb(245 246 250 / 0);
  border-bottom-color: rgb(245 246 250 / 0);
}

.hover\:border-y-background\/10:hover{
  border-top-color: rgb(245 246 250 / 0.1);
  border-bottom-color: rgb(245 246 250 / 0.1);
}

.hover\:border-y-background\/100:hover{
  border-top-color: rgb(245 246 250 / 1);
  border-bottom-color: rgb(245 246 250 / 1);
}

.hover\:border-y-background\/15:hover{
  border-top-color: rgb(245 246 250 / 0.15);
  border-bottom-color: rgb(245 246 250 / 0.15);
}

.hover\:border-y-background\/20:hover{
  border-top-color: rgb(245 246 250 / 0.2);
  border-bottom-color: rgb(245 246 250 / 0.2);
}

.hover\:border-y-background\/25:hover{
  border-top-color: rgb(245 246 250 / 0.25);
  border-bottom-color: rgb(245 246 250 / 0.25);
}

.hover\:border-y-background\/30:hover{
  border-top-color: rgb(245 246 250 / 0.3);
  border-bottom-color: rgb(245 246 250 / 0.3);
}

.hover\:border-y-background\/35:hover{
  border-top-color: rgb(245 246 250 / 0.35);
  border-bottom-color: rgb(245 246 250 / 0.35);
}

.hover\:border-y-background\/40:hover{
  border-top-color: rgb(245 246 250 / 0.4);
  border-bottom-color: rgb(245 246 250 / 0.4);
}

.hover\:border-y-background\/45:hover{
  border-top-color: rgb(245 246 250 / 0.45);
  border-bottom-color: rgb(245 246 250 / 0.45);
}

.hover\:border-y-background\/5:hover{
  border-top-color: rgb(245 246 250 / 0.05);
  border-bottom-color: rgb(245 246 250 / 0.05);
}

.hover\:border-y-background\/50:hover{
  border-top-color: rgb(245 246 250 / 0.5);
  border-bottom-color: rgb(245 246 250 / 0.5);
}

.hover\:border-y-background\/55:hover{
  border-top-color: rgb(245 246 250 / 0.55);
  border-bottom-color: rgb(245 246 250 / 0.55);
}

.hover\:border-y-background\/60:hover{
  border-top-color: rgb(245 246 250 / 0.6);
  border-bottom-color: rgb(245 246 250 / 0.6);
}

.hover\:border-y-background\/65:hover{
  border-top-color: rgb(245 246 250 / 0.65);
  border-bottom-color: rgb(245 246 250 / 0.65);
}

.hover\:border-y-background\/70:hover{
  border-top-color: rgb(245 246 250 / 0.7);
  border-bottom-color: rgb(245 246 250 / 0.7);
}

.hover\:border-y-background\/75:hover{
  border-top-color: rgb(245 246 250 / 0.75);
  border-bottom-color: rgb(245 246 250 / 0.75);
}

.hover\:border-y-background\/80:hover{
  border-top-color: rgb(245 246 250 / 0.8);
  border-bottom-color: rgb(245 246 250 / 0.8);
}

.hover\:border-y-background\/85:hover{
  border-top-color: rgb(245 246 250 / 0.85);
  border-bottom-color: rgb(245 246 250 / 0.85);
}

.hover\:border-y-background\/90:hover{
  border-top-color: rgb(245 246 250 / 0.9);
  border-bottom-color: rgb(245 246 250 / 0.9);
}

.hover\:border-y-background\/95:hover{
  border-top-color: rgb(245 246 250 / 0.95);
  border-bottom-color: rgb(245 246 250 / 0.95);
}

.hover\:border-y-black:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 44 53 / var(--tw-border-opacity));
  border-bottom-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.hover\:border-y-black\/0:hover{
  border-top-color: rgb(41 44 53 / 0);
  border-bottom-color: rgb(41 44 53 / 0);
}

.hover\:border-y-black\/10:hover{
  border-top-color: rgb(41 44 53 / 0.1);
  border-bottom-color: rgb(41 44 53 / 0.1);
}

.hover\:border-y-black\/100:hover{
  border-top-color: rgb(41 44 53 / 1);
  border-bottom-color: rgb(41 44 53 / 1);
}

.hover\:border-y-black\/15:hover{
  border-top-color: rgb(41 44 53 / 0.15);
  border-bottom-color: rgb(41 44 53 / 0.15);
}

.hover\:border-y-black\/20:hover{
  border-top-color: rgb(41 44 53 / 0.2);
  border-bottom-color: rgb(41 44 53 / 0.2);
}

.hover\:border-y-black\/25:hover{
  border-top-color: rgb(41 44 53 / 0.25);
  border-bottom-color: rgb(41 44 53 / 0.25);
}

.hover\:border-y-black\/30:hover{
  border-top-color: rgb(41 44 53 / 0.3);
  border-bottom-color: rgb(41 44 53 / 0.3);
}

.hover\:border-y-black\/35:hover{
  border-top-color: rgb(41 44 53 / 0.35);
  border-bottom-color: rgb(41 44 53 / 0.35);
}

.hover\:border-y-black\/40:hover{
  border-top-color: rgb(41 44 53 / 0.4);
  border-bottom-color: rgb(41 44 53 / 0.4);
}

.hover\:border-y-black\/45:hover{
  border-top-color: rgb(41 44 53 / 0.45);
  border-bottom-color: rgb(41 44 53 / 0.45);
}

.hover\:border-y-black\/5:hover{
  border-top-color: rgb(41 44 53 / 0.05);
  border-bottom-color: rgb(41 44 53 / 0.05);
}

.hover\:border-y-black\/50:hover{
  border-top-color: rgb(41 44 53 / 0.5);
  border-bottom-color: rgb(41 44 53 / 0.5);
}

.hover\:border-y-black\/55:hover{
  border-top-color: rgb(41 44 53 / 0.55);
  border-bottom-color: rgb(41 44 53 / 0.55);
}

.hover\:border-y-black\/60:hover{
  border-top-color: rgb(41 44 53 / 0.6);
  border-bottom-color: rgb(41 44 53 / 0.6);
}

.hover\:border-y-black\/65:hover{
  border-top-color: rgb(41 44 53 / 0.65);
  border-bottom-color: rgb(41 44 53 / 0.65);
}

.hover\:border-y-black\/70:hover{
  border-top-color: rgb(41 44 53 / 0.7);
  border-bottom-color: rgb(41 44 53 / 0.7);
}

.hover\:border-y-black\/75:hover{
  border-top-color: rgb(41 44 53 / 0.75);
  border-bottom-color: rgb(41 44 53 / 0.75);
}

.hover\:border-y-black\/80:hover{
  border-top-color: rgb(41 44 53 / 0.8);
  border-bottom-color: rgb(41 44 53 / 0.8);
}

.hover\:border-y-black\/85:hover{
  border-top-color: rgb(41 44 53 / 0.85);
  border-bottom-color: rgb(41 44 53 / 0.85);
}

.hover\:border-y-black\/90:hover{
  border-top-color: rgb(41 44 53 / 0.9);
  border-bottom-color: rgb(41 44 53 / 0.9);
}

.hover\:border-y-black\/95:hover{
  border-top-color: rgb(41 44 53 / 0.95);
  border-bottom-color: rgb(41 44 53 / 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\/15:hover{
  border-top-color: rgb(219 234 254 / 0.15);
  border-bottom-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(219 234 254 / 0.35);
  border-bottom-color: rgb(219 234 254 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(219 234 254 / 0.45);
  border-bottom-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(219 234 254 / 0.55);
  border-bottom-color: rgb(219 234 254 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(219 234 254 / 0.65);
  border-bottom-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(219 234 254 / 0.85);
  border-bottom-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(191 219 254 / 0.15);
  border-bottom-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(191 219 254 / 0.35);
  border-bottom-color: rgb(191 219 254 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(191 219 254 / 0.45);
  border-bottom-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(191 219 254 / 0.55);
  border-bottom-color: rgb(191 219 254 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(191 219 254 / 0.65);
  border-bottom-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(191 219 254 / 0.85);
  border-bottom-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(147 197 253 / 0.15);
  border-bottom-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(147 197 253 / 0.35);
  border-bottom-color: rgb(147 197 253 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(147 197 253 / 0.45);
  border-bottom-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(147 197 253 / 0.55);
  border-bottom-color: rgb(147 197 253 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(147 197 253 / 0.65);
  border-bottom-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(147 197 253 / 0.85);
  border-bottom-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(96 165 250 / 0.15);
  border-bottom-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(96 165 250 / 0.35);
  border-bottom-color: rgb(96 165 250 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(96 165 250 / 0.45);
  border-bottom-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(96 165 250 / 0.55);
  border-bottom-color: rgb(96 165 250 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(96 165 250 / 0.65);
  border-bottom-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(96 165 250 / 0.85);
  border-bottom-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(239 246 255 / 0.15);
  border-bottom-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(239 246 255 / 0.35);
  border-bottom-color: rgb(239 246 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(239 246 255 / 0.45);
  border-bottom-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(239 246 255 / 0.55);
  border-bottom-color: rgb(239 246 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(239 246 255 / 0.65);
  border-bottom-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(239 246 255 / 0.85);
  border-bottom-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(59 130 246 / 0.15);
  border-bottom-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(59 130 246 / 0.35);
  border-bottom-color: rgb(59 130 246 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(59 130 246 / 0.45);
  border-bottom-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(59 130 246 / 0.55);
  border-bottom-color: rgb(59 130 246 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(59 130 246 / 0.65);
  border-bottom-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(59 130 246 / 0.85);
  border-bottom-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(37 99 235 / 0.15);
  border-bottom-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(37 99 235 / 0.35);
  border-bottom-color: rgb(37 99 235 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(37 99 235 / 0.45);
  border-bottom-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(37 99 235 / 0.55);
  border-bottom-color: rgb(37 99 235 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(37 99 235 / 0.65);
  border-bottom-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(37 99 235 / 0.85);
  border-bottom-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(29 78 216 / 0.15);
  border-bottom-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(29 78 216 / 0.35);
  border-bottom-color: rgb(29 78 216 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(29 78 216 / 0.45);
  border-bottom-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(29 78 216 / 0.55);
  border-bottom-color: rgb(29 78 216 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(29 78 216 / 0.65);
  border-bottom-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(29 78 216 / 0.85);
  border-bottom-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(30 64 175 / 0.15);
  border-bottom-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(30 64 175 / 0.35);
  border-bottom-color: rgb(30 64 175 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(30 64 175 / 0.45);
  border-bottom-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(30 64 175 / 0.55);
  border-bottom-color: rgb(30 64 175 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(30 64 175 / 0.65);
  border-bottom-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(30 64 175 / 0.85);
  border-bottom-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(30 58 138 / 0.15);
  border-bottom-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(30 58 138 / 0.35);
  border-bottom-color: rgb(30 58 138 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(30 58 138 / 0.45);
  border-bottom-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(30 58 138 / 0.55);
  border-bottom-color: rgb(30 58 138 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(30 58 138 / 0.65);
  border-bottom-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(30 58 138 / 0.85);
  border-bottom-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(23 37 84 / 0.15);
  border-bottom-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(23 37 84 / 0.35);
  border-bottom-color: rgb(23 37 84 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(23 37 84 / 0.45);
  border-bottom-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(23 37 84 / 0.55);
  border-bottom-color: rgb(23 37 84 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(23 37 84 / 0.65);
  border-bottom-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(23 37 84 / 0.85);
  border-bottom-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 138 43 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.hover\:border-y-csv-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 114 37 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.hover\:border-y-csv-hover\/0:hover{
  border-top-color: rgb(0 114 37 / 0);
  border-bottom-color: rgb(0 114 37 / 0);
}

.hover\:border-y-csv-hover\/10:hover{
  border-top-color: rgb(0 114 37 / 0.1);
  border-bottom-color: rgb(0 114 37 / 0.1);
}

.hover\:border-y-csv-hover\/100:hover{
  border-top-color: rgb(0 114 37 / 1);
  border-bottom-color: rgb(0 114 37 / 1);
}

.hover\:border-y-csv-hover\/15:hover{
  border-top-color: rgb(0 114 37 / 0.15);
  border-bottom-color: rgb(0 114 37 / 0.15);
}

.hover\:border-y-csv-hover\/20:hover{
  border-top-color: rgb(0 114 37 / 0.2);
  border-bottom-color: rgb(0 114 37 / 0.2);
}

.hover\:border-y-csv-hover\/25:hover{
  border-top-color: rgb(0 114 37 / 0.25);
  border-bottom-color: rgb(0 114 37 / 0.25);
}

.hover\:border-y-csv-hover\/30:hover{
  border-top-color: rgb(0 114 37 / 0.3);
  border-bottom-color: rgb(0 114 37 / 0.3);
}

.hover\:border-y-csv-hover\/35:hover{
  border-top-color: rgb(0 114 37 / 0.35);
  border-bottom-color: rgb(0 114 37 / 0.35);
}

.hover\:border-y-csv-hover\/40:hover{
  border-top-color: rgb(0 114 37 / 0.4);
  border-bottom-color: rgb(0 114 37 / 0.4);
}

.hover\:border-y-csv-hover\/45:hover{
  border-top-color: rgb(0 114 37 / 0.45);
  border-bottom-color: rgb(0 114 37 / 0.45);
}

.hover\:border-y-csv-hover\/5:hover{
  border-top-color: rgb(0 114 37 / 0.05);
  border-bottom-color: rgb(0 114 37 / 0.05);
}

.hover\:border-y-csv-hover\/50:hover{
  border-top-color: rgb(0 114 37 / 0.5);
  border-bottom-color: rgb(0 114 37 / 0.5);
}

.hover\:border-y-csv-hover\/55:hover{
  border-top-color: rgb(0 114 37 / 0.55);
  border-bottom-color: rgb(0 114 37 / 0.55);
}

.hover\:border-y-csv-hover\/60:hover{
  border-top-color: rgb(0 114 37 / 0.6);
  border-bottom-color: rgb(0 114 37 / 0.6);
}

.hover\:border-y-csv-hover\/65:hover{
  border-top-color: rgb(0 114 37 / 0.65);
  border-bottom-color: rgb(0 114 37 / 0.65);
}

.hover\:border-y-csv-hover\/70:hover{
  border-top-color: rgb(0 114 37 / 0.7);
  border-bottom-color: rgb(0 114 37 / 0.7);
}

.hover\:border-y-csv-hover\/75:hover{
  border-top-color: rgb(0 114 37 / 0.75);
  border-bottom-color: rgb(0 114 37 / 0.75);
}

.hover\:border-y-csv-hover\/80:hover{
  border-top-color: rgb(0 114 37 / 0.8);
  border-bottom-color: rgb(0 114 37 / 0.8);
}

.hover\:border-y-csv-hover\/85:hover{
  border-top-color: rgb(0 114 37 / 0.85);
  border-bottom-color: rgb(0 114 37 / 0.85);
}

.hover\:border-y-csv-hover\/90:hover{
  border-top-color: rgb(0 114 37 / 0.9);
  border-bottom-color: rgb(0 114 37 / 0.9);
}

.hover\:border-y-csv-hover\/95:hover{
  border-top-color: rgb(0 114 37 / 0.95);
  border-bottom-color: rgb(0 114 37 / 0.95);
}

.hover\:border-y-csv\/0:hover{
  border-top-color: rgb(0 138 43 / 0);
  border-bottom-color: rgb(0 138 43 / 0);
}

.hover\:border-y-csv\/10:hover{
  border-top-color: rgb(0 138 43 / 0.1);
  border-bottom-color: rgb(0 138 43 / 0.1);
}

.hover\:border-y-csv\/100:hover{
  border-top-color: rgb(0 138 43 / 1);
  border-bottom-color: rgb(0 138 43 / 1);
}

.hover\:border-y-csv\/15:hover{
  border-top-color: rgb(0 138 43 / 0.15);
  border-bottom-color: rgb(0 138 43 / 0.15);
}

.hover\:border-y-csv\/20:hover{
  border-top-color: rgb(0 138 43 / 0.2);
  border-bottom-color: rgb(0 138 43 / 0.2);
}

.hover\:border-y-csv\/25:hover{
  border-top-color: rgb(0 138 43 / 0.25);
  border-bottom-color: rgb(0 138 43 / 0.25);
}

.hover\:border-y-csv\/30:hover{
  border-top-color: rgb(0 138 43 / 0.3);
  border-bottom-color: rgb(0 138 43 / 0.3);
}

.hover\:border-y-csv\/35:hover{
  border-top-color: rgb(0 138 43 / 0.35);
  border-bottom-color: rgb(0 138 43 / 0.35);
}

.hover\:border-y-csv\/40:hover{
  border-top-color: rgb(0 138 43 / 0.4);
  border-bottom-color: rgb(0 138 43 / 0.4);
}

.hover\:border-y-csv\/45:hover{
  border-top-color: rgb(0 138 43 / 0.45);
  border-bottom-color: rgb(0 138 43 / 0.45);
}

.hover\:border-y-csv\/5:hover{
  border-top-color: rgb(0 138 43 / 0.05);
  border-bottom-color: rgb(0 138 43 / 0.05);
}

.hover\:border-y-csv\/50:hover{
  border-top-color: rgb(0 138 43 / 0.5);
  border-bottom-color: rgb(0 138 43 / 0.5);
}

.hover\:border-y-csv\/55:hover{
  border-top-color: rgb(0 138 43 / 0.55);
  border-bottom-color: rgb(0 138 43 / 0.55);
}

.hover\:border-y-csv\/60:hover{
  border-top-color: rgb(0 138 43 / 0.6);
  border-bottom-color: rgb(0 138 43 / 0.6);
}

.hover\:border-y-csv\/65:hover{
  border-top-color: rgb(0 138 43 / 0.65);
  border-bottom-color: rgb(0 138 43 / 0.65);
}

.hover\:border-y-csv\/70:hover{
  border-top-color: rgb(0 138 43 / 0.7);
  border-bottom-color: rgb(0 138 43 / 0.7);
}

.hover\:border-y-csv\/75:hover{
  border-top-color: rgb(0 138 43 / 0.75);
  border-bottom-color: rgb(0 138 43 / 0.75);
}

.hover\:border-y-csv\/80:hover{
  border-top-color: rgb(0 138 43 / 0.8);
  border-bottom-color: rgb(0 138 43 / 0.8);
}

.hover\:border-y-csv\/85:hover{
  border-top-color: rgb(0 138 43 / 0.85);
  border-bottom-color: rgb(0 138 43 / 0.85);
}

.hover\:border-y-csv\/90:hover{
  border-top-color: rgb(0 138 43 / 0.9);
  border-bottom-color: rgb(0 138 43 / 0.9);
}

.hover\:border-y-csv\/95:hover{
  border-top-color: rgb(0 138 43 / 0.95);
  border-bottom-color: rgb(0 138 43 / 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\/15:hover{
  border-top-color: rgb(207 250 254 / 0.15);
  border-bottom-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(207 250 254 / 0.35);
  border-bottom-color: rgb(207 250 254 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(207 250 254 / 0.45);
  border-bottom-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(207 250 254 / 0.55);
  border-bottom-color: rgb(207 250 254 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(207 250 254 / 0.65);
  border-bottom-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(207 250 254 / 0.85);
  border-bottom-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(165 243 252 / 0.15);
  border-bottom-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(165 243 252 / 0.35);
  border-bottom-color: rgb(165 243 252 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(165 243 252 / 0.45);
  border-bottom-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(165 243 252 / 0.55);
  border-bottom-color: rgb(165 243 252 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(165 243 252 / 0.65);
  border-bottom-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(165 243 252 / 0.85);
  border-bottom-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(103 232 249 / 0.15);
  border-bottom-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(103 232 249 / 0.35);
  border-bottom-color: rgb(103 232 249 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(103 232 249 / 0.45);
  border-bottom-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(103 232 249 / 0.55);
  border-bottom-color: rgb(103 232 249 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(103 232 249 / 0.65);
  border-bottom-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(103 232 249 / 0.85);
  border-bottom-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(34 211 238 / 0.15);
  border-bottom-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(34 211 238 / 0.35);
  border-bottom-color: rgb(34 211 238 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(34 211 238 / 0.45);
  border-bottom-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(34 211 238 / 0.55);
  border-bottom-color: rgb(34 211 238 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(34 211 238 / 0.65);
  border-bottom-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(34 211 238 / 0.85);
  border-bottom-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(236 254 255 / 0.15);
  border-bottom-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(236 254 255 / 0.35);
  border-bottom-color: rgb(236 254 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(236 254 255 / 0.45);
  border-bottom-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(236 254 255 / 0.55);
  border-bottom-color: rgb(236 254 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(236 254 255 / 0.65);
  border-bottom-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(236 254 255 / 0.85);
  border-bottom-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(6 182 212 / 0.15);
  border-bottom-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(6 182 212 / 0.35);
  border-bottom-color: rgb(6 182 212 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(6 182 212 / 0.45);
  border-bottom-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(6 182 212 / 0.55);
  border-bottom-color: rgb(6 182 212 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(6 182 212 / 0.65);
  border-bottom-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(6 182 212 / 0.85);
  border-bottom-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(8 145 178 / 0.15);
  border-bottom-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(8 145 178 / 0.35);
  border-bottom-color: rgb(8 145 178 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(8 145 178 / 0.45);
  border-bottom-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(8 145 178 / 0.55);
  border-bottom-color: rgb(8 145 178 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(8 145 178 / 0.65);
  border-bottom-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(8 145 178 / 0.85);
  border-bottom-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(14 116 144 / 0.15);
  border-bottom-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(14 116 144 / 0.35);
  border-bottom-color: rgb(14 116 144 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(14 116 144 / 0.45);
  border-bottom-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(14 116 144 / 0.55);
  border-bottom-color: rgb(14 116 144 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(14 116 144 / 0.65);
  border-bottom-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(14 116 144 / 0.85);
  border-bottom-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(21 94 117 / 0.15);
  border-bottom-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(21 94 117 / 0.35);
  border-bottom-color: rgb(21 94 117 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(21 94 117 / 0.45);
  border-bottom-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(21 94 117 / 0.55);
  border-bottom-color: rgb(21 94 117 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(21 94 117 / 0.65);
  border-bottom-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(21 94 117 / 0.85);
  border-bottom-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(22 78 99 / 0.15);
  border-bottom-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(22 78 99 / 0.35);
  border-bottom-color: rgb(22 78 99 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(22 78 99 / 0.45);
  border-bottom-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(22 78 99 / 0.55);
  border-bottom-color: rgb(22 78 99 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(22 78 99 / 0.65);
  border-bottom-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(22 78 99 / 0.85);
  border-bottom-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(8 51 68 / 0.15);
  border-bottom-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(8 51 68 / 0.35);
  border-bottom-color: rgb(8 51 68 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(8 51 68 / 0.45);
  border-bottom-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(8 51 68 / 0.55);
  border-bottom-color: rgb(8 51 68 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(8 51 68 / 0.65);
  border-bottom-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(8 51 68 / 0.85);
  border-bottom-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(207 59 54 / var(--tw-border-opacity));
  border-bottom-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.hover\:border-y-danger-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(193 49 44 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.hover\:border-y-danger-hover\/0:hover{
  border-top-color: rgb(193 49 44 / 0);
  border-bottom-color: rgb(193 49 44 / 0);
}

.hover\:border-y-danger-hover\/10:hover{
  border-top-color: rgb(193 49 44 / 0.1);
  border-bottom-color: rgb(193 49 44 / 0.1);
}

.hover\:border-y-danger-hover\/100:hover{
  border-top-color: rgb(193 49 44 / 1);
  border-bottom-color: rgb(193 49 44 / 1);
}

.hover\:border-y-danger-hover\/15:hover{
  border-top-color: rgb(193 49 44 / 0.15);
  border-bottom-color: rgb(193 49 44 / 0.15);
}

.hover\:border-y-danger-hover\/20:hover{
  border-top-color: rgb(193 49 44 / 0.2);
  border-bottom-color: rgb(193 49 44 / 0.2);
}

.hover\:border-y-danger-hover\/25:hover{
  border-top-color: rgb(193 49 44 / 0.25);
  border-bottom-color: rgb(193 49 44 / 0.25);
}

.hover\:border-y-danger-hover\/30:hover{
  border-top-color: rgb(193 49 44 / 0.3);
  border-bottom-color: rgb(193 49 44 / 0.3);
}

.hover\:border-y-danger-hover\/35:hover{
  border-top-color: rgb(193 49 44 / 0.35);
  border-bottom-color: rgb(193 49 44 / 0.35);
}

.hover\:border-y-danger-hover\/40:hover{
  border-top-color: rgb(193 49 44 / 0.4);
  border-bottom-color: rgb(193 49 44 / 0.4);
}

.hover\:border-y-danger-hover\/45:hover{
  border-top-color: rgb(193 49 44 / 0.45);
  border-bottom-color: rgb(193 49 44 / 0.45);
}

.hover\:border-y-danger-hover\/5:hover{
  border-top-color: rgb(193 49 44 / 0.05);
  border-bottom-color: rgb(193 49 44 / 0.05);
}

.hover\:border-y-danger-hover\/50:hover{
  border-top-color: rgb(193 49 44 / 0.5);
  border-bottom-color: rgb(193 49 44 / 0.5);
}

.hover\:border-y-danger-hover\/55:hover{
  border-top-color: rgb(193 49 44 / 0.55);
  border-bottom-color: rgb(193 49 44 / 0.55);
}

.hover\:border-y-danger-hover\/60:hover{
  border-top-color: rgb(193 49 44 / 0.6);
  border-bottom-color: rgb(193 49 44 / 0.6);
}

.hover\:border-y-danger-hover\/65:hover{
  border-top-color: rgb(193 49 44 / 0.65);
  border-bottom-color: rgb(193 49 44 / 0.65);
}

.hover\:border-y-danger-hover\/70:hover{
  border-top-color: rgb(193 49 44 / 0.7);
  border-bottom-color: rgb(193 49 44 / 0.7);
}

.hover\:border-y-danger-hover\/75:hover{
  border-top-color: rgb(193 49 44 / 0.75);
  border-bottom-color: rgb(193 49 44 / 0.75);
}

.hover\:border-y-danger-hover\/80:hover{
  border-top-color: rgb(193 49 44 / 0.8);
  border-bottom-color: rgb(193 49 44 / 0.8);
}

.hover\:border-y-danger-hover\/85:hover{
  border-top-color: rgb(193 49 44 / 0.85);
  border-bottom-color: rgb(193 49 44 / 0.85);
}

.hover\:border-y-danger-hover\/90:hover{
  border-top-color: rgb(193 49 44 / 0.9);
  border-bottom-color: rgb(193 49 44 / 0.9);
}

.hover\:border-y-danger-hover\/95:hover{
  border-top-color: rgb(193 49 44 / 0.95);
  border-bottom-color: rgb(193 49 44 / 0.95);
}

.hover\:border-y-danger\/0:hover{
  border-top-color: rgb(207 59 54 / 0);
  border-bottom-color: rgb(207 59 54 / 0);
}

.hover\:border-y-danger\/10:hover{
  border-top-color: rgb(207 59 54 / 0.1);
  border-bottom-color: rgb(207 59 54 / 0.1);
}

.hover\:border-y-danger\/100:hover{
  border-top-color: rgb(207 59 54 / 1);
  border-bottom-color: rgb(207 59 54 / 1);
}

.hover\:border-y-danger\/15:hover{
  border-top-color: rgb(207 59 54 / 0.15);
  border-bottom-color: rgb(207 59 54 / 0.15);
}

.hover\:border-y-danger\/20:hover{
  border-top-color: rgb(207 59 54 / 0.2);
  border-bottom-color: rgb(207 59 54 / 0.2);
}

.hover\:border-y-danger\/25:hover{
  border-top-color: rgb(207 59 54 / 0.25);
  border-bottom-color: rgb(207 59 54 / 0.25);
}

.hover\:border-y-danger\/30:hover{
  border-top-color: rgb(207 59 54 / 0.3);
  border-bottom-color: rgb(207 59 54 / 0.3);
}

.hover\:border-y-danger\/35:hover{
  border-top-color: rgb(207 59 54 / 0.35);
  border-bottom-color: rgb(207 59 54 / 0.35);
}

.hover\:border-y-danger\/40:hover{
  border-top-color: rgb(207 59 54 / 0.4);
  border-bottom-color: rgb(207 59 54 / 0.4);
}

.hover\:border-y-danger\/45:hover{
  border-top-color: rgb(207 59 54 / 0.45);
  border-bottom-color: rgb(207 59 54 / 0.45);
}

.hover\:border-y-danger\/5:hover{
  border-top-color: rgb(207 59 54 / 0.05);
  border-bottom-color: rgb(207 59 54 / 0.05);
}

.hover\:border-y-danger\/50:hover{
  border-top-color: rgb(207 59 54 / 0.5);
  border-bottom-color: rgb(207 59 54 / 0.5);
}

.hover\:border-y-danger\/55:hover{
  border-top-color: rgb(207 59 54 / 0.55);
  border-bottom-color: rgb(207 59 54 / 0.55);
}

.hover\:border-y-danger\/60:hover{
  border-top-color: rgb(207 59 54 / 0.6);
  border-bottom-color: rgb(207 59 54 / 0.6);
}

.hover\:border-y-danger\/65:hover{
  border-top-color: rgb(207 59 54 / 0.65);
  border-bottom-color: rgb(207 59 54 / 0.65);
}

.hover\:border-y-danger\/70:hover{
  border-top-color: rgb(207 59 54 / 0.7);
  border-bottom-color: rgb(207 59 54 / 0.7);
}

.hover\:border-y-danger\/75:hover{
  border-top-color: rgb(207 59 54 / 0.75);
  border-bottom-color: rgb(207 59 54 / 0.75);
}

.hover\:border-y-danger\/80:hover{
  border-top-color: rgb(207 59 54 / 0.8);
  border-bottom-color: rgb(207 59 54 / 0.8);
}

.hover\:border-y-danger\/85:hover{
  border-top-color: rgb(207 59 54 / 0.85);
  border-bottom-color: rgb(207 59 54 / 0.85);
}

.hover\:border-y-danger\/90:hover{
  border-top-color: rgb(207 59 54 / 0.9);
  border-bottom-color: rgb(207 59 54 / 0.9);
}

.hover\:border-y-danger\/95:hover{
  border-top-color: rgb(207 59 54 / 0.95);
  border-bottom-color: rgb(207 59 54 / 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\/15:hover{
  border-top-color: rgb(209 250 229 / 0.15);
  border-bottom-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(209 250 229 / 0.35);
  border-bottom-color: rgb(209 250 229 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(209 250 229 / 0.45);
  border-bottom-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(209 250 229 / 0.55);
  border-bottom-color: rgb(209 250 229 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(209 250 229 / 0.65);
  border-bottom-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(209 250 229 / 0.85);
  border-bottom-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(167 243 208 / 0.15);
  border-bottom-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(167 243 208 / 0.35);
  border-bottom-color: rgb(167 243 208 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(167 243 208 / 0.45);
  border-bottom-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(167 243 208 / 0.55);
  border-bottom-color: rgb(167 243 208 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(167 243 208 / 0.65);
  border-bottom-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(167 243 208 / 0.85);
  border-bottom-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(110 231 183 / 0.15);
  border-bottom-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(110 231 183 / 0.35);
  border-bottom-color: rgb(110 231 183 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(110 231 183 / 0.45);
  border-bottom-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(110 231 183 / 0.55);
  border-bottom-color: rgb(110 231 183 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(110 231 183 / 0.65);
  border-bottom-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(110 231 183 / 0.85);
  border-bottom-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(52 211 153 / 0.15);
  border-bottom-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(52 211 153 / 0.35);
  border-bottom-color: rgb(52 211 153 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(52 211 153 / 0.45);
  border-bottom-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(52 211 153 / 0.55);
  border-bottom-color: rgb(52 211 153 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(52 211 153 / 0.65);
  border-bottom-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(52 211 153 / 0.85);
  border-bottom-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(236 253 245 / 0.15);
  border-bottom-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(236 253 245 / 0.35);
  border-bottom-color: rgb(236 253 245 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(236 253 245 / 0.45);
  border-bottom-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(236 253 245 / 0.55);
  border-bottom-color: rgb(236 253 245 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(236 253 245 / 0.65);
  border-bottom-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(236 253 245 / 0.85);
  border-bottom-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(16 185 129 / 0.15);
  border-bottom-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(16 185 129 / 0.35);
  border-bottom-color: rgb(16 185 129 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(16 185 129 / 0.45);
  border-bottom-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(16 185 129 / 0.55);
  border-bottom-color: rgb(16 185 129 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(16 185 129 / 0.65);
  border-bottom-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(16 185 129 / 0.85);
  border-bottom-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(5 150 105 / 0.15);
  border-bottom-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(5 150 105 / 0.35);
  border-bottom-color: rgb(5 150 105 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(5 150 105 / 0.45);
  border-bottom-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(5 150 105 / 0.55);
  border-bottom-color: rgb(5 150 105 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(5 150 105 / 0.65);
  border-bottom-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(5 150 105 / 0.85);
  border-bottom-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(4 120 87 / 0.15);
  border-bottom-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(4 120 87 / 0.35);
  border-bottom-color: rgb(4 120 87 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(4 120 87 / 0.45);
  border-bottom-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(4 120 87 / 0.55);
  border-bottom-color: rgb(4 120 87 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(4 120 87 / 0.65);
  border-bottom-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(4 120 87 / 0.85);
  border-bottom-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(6 95 70 / 0.15);
  border-bottom-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(6 95 70 / 0.35);
  border-bottom-color: rgb(6 95 70 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(6 95 70 / 0.45);
  border-bottom-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(6 95 70 / 0.55);
  border-bottom-color: rgb(6 95 70 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(6 95 70 / 0.65);
  border-bottom-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(6 95 70 / 0.85);
  border-bottom-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(6 78 59 / 0.15);
  border-bottom-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(6 78 59 / 0.35);
  border-bottom-color: rgb(6 78 59 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(6 78 59 / 0.45);
  border-bottom-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(6 78 59 / 0.55);
  border-bottom-color: rgb(6 78 59 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(6 78 59 / 0.65);
  border-bottom-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(6 78 59 / 0.85);
  border-bottom-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(2 44 34 / 0.15);
  border-bottom-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(2 44 34 / 0.35);
  border-bottom-color: rgb(2 44 34 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(2 44 34 / 0.45);
  border-bottom-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(2 44 34 / 0.55);
  border-bottom-color: rgb(2 44 34 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(2 44 34 / 0.65);
  border-bottom-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(2 44 34 / 0.85);
  border-bottom-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(11 160 123 / var(--tw-border-opacity));
  border-bottom-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.hover\:border-y-excel-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 138 107 / var(--tw-border-opacity));
  border-bottom-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.hover\:border-y-excel-hover\/0:hover{
  border-top-color: rgb(9 138 107 / 0);
  border-bottom-color: rgb(9 138 107 / 0);
}

.hover\:border-y-excel-hover\/10:hover{
  border-top-color: rgb(9 138 107 / 0.1);
  border-bottom-color: rgb(9 138 107 / 0.1);
}

.hover\:border-y-excel-hover\/100:hover{
  border-top-color: rgb(9 138 107 / 1);
  border-bottom-color: rgb(9 138 107 / 1);
}

.hover\:border-y-excel-hover\/15:hover{
  border-top-color: rgb(9 138 107 / 0.15);
  border-bottom-color: rgb(9 138 107 / 0.15);
}

.hover\:border-y-excel-hover\/20:hover{
  border-top-color: rgb(9 138 107 / 0.2);
  border-bottom-color: rgb(9 138 107 / 0.2);
}

.hover\:border-y-excel-hover\/25:hover{
  border-top-color: rgb(9 138 107 / 0.25);
  border-bottom-color: rgb(9 138 107 / 0.25);
}

.hover\:border-y-excel-hover\/30:hover{
  border-top-color: rgb(9 138 107 / 0.3);
  border-bottom-color: rgb(9 138 107 / 0.3);
}

.hover\:border-y-excel-hover\/35:hover{
  border-top-color: rgb(9 138 107 / 0.35);
  border-bottom-color: rgb(9 138 107 / 0.35);
}

.hover\:border-y-excel-hover\/40:hover{
  border-top-color: rgb(9 138 107 / 0.4);
  border-bottom-color: rgb(9 138 107 / 0.4);
}

.hover\:border-y-excel-hover\/45:hover{
  border-top-color: rgb(9 138 107 / 0.45);
  border-bottom-color: rgb(9 138 107 / 0.45);
}

.hover\:border-y-excel-hover\/5:hover{
  border-top-color: rgb(9 138 107 / 0.05);
  border-bottom-color: rgb(9 138 107 / 0.05);
}

.hover\:border-y-excel-hover\/50:hover{
  border-top-color: rgb(9 138 107 / 0.5);
  border-bottom-color: rgb(9 138 107 / 0.5);
}

.hover\:border-y-excel-hover\/55:hover{
  border-top-color: rgb(9 138 107 / 0.55);
  border-bottom-color: rgb(9 138 107 / 0.55);
}

.hover\:border-y-excel-hover\/60:hover{
  border-top-color: rgb(9 138 107 / 0.6);
  border-bottom-color: rgb(9 138 107 / 0.6);
}

.hover\:border-y-excel-hover\/65:hover{
  border-top-color: rgb(9 138 107 / 0.65);
  border-bottom-color: rgb(9 138 107 / 0.65);
}

.hover\:border-y-excel-hover\/70:hover{
  border-top-color: rgb(9 138 107 / 0.7);
  border-bottom-color: rgb(9 138 107 / 0.7);
}

.hover\:border-y-excel-hover\/75:hover{
  border-top-color: rgb(9 138 107 / 0.75);
  border-bottom-color: rgb(9 138 107 / 0.75);
}

.hover\:border-y-excel-hover\/80:hover{
  border-top-color: rgb(9 138 107 / 0.8);
  border-bottom-color: rgb(9 138 107 / 0.8);
}

.hover\:border-y-excel-hover\/85:hover{
  border-top-color: rgb(9 138 107 / 0.85);
  border-bottom-color: rgb(9 138 107 / 0.85);
}

.hover\:border-y-excel-hover\/90:hover{
  border-top-color: rgb(9 138 107 / 0.9);
  border-bottom-color: rgb(9 138 107 / 0.9);
}

.hover\:border-y-excel-hover\/95:hover{
  border-top-color: rgb(9 138 107 / 0.95);
  border-bottom-color: rgb(9 138 107 / 0.95);
}

.hover\:border-y-excel\/0:hover{
  border-top-color: rgb(11 160 123 / 0);
  border-bottom-color: rgb(11 160 123 / 0);
}

.hover\:border-y-excel\/10:hover{
  border-top-color: rgb(11 160 123 / 0.1);
  border-bottom-color: rgb(11 160 123 / 0.1);
}

.hover\:border-y-excel\/100:hover{
  border-top-color: rgb(11 160 123 / 1);
  border-bottom-color: rgb(11 160 123 / 1);
}

.hover\:border-y-excel\/15:hover{
  border-top-color: rgb(11 160 123 / 0.15);
  border-bottom-color: rgb(11 160 123 / 0.15);
}

.hover\:border-y-excel\/20:hover{
  border-top-color: rgb(11 160 123 / 0.2);
  border-bottom-color: rgb(11 160 123 / 0.2);
}

.hover\:border-y-excel\/25:hover{
  border-top-color: rgb(11 160 123 / 0.25);
  border-bottom-color: rgb(11 160 123 / 0.25);
}

.hover\:border-y-excel\/30:hover{
  border-top-color: rgb(11 160 123 / 0.3);
  border-bottom-color: rgb(11 160 123 / 0.3);
}

.hover\:border-y-excel\/35:hover{
  border-top-color: rgb(11 160 123 / 0.35);
  border-bottom-color: rgb(11 160 123 / 0.35);
}

.hover\:border-y-excel\/40:hover{
  border-top-color: rgb(11 160 123 / 0.4);
  border-bottom-color: rgb(11 160 123 / 0.4);
}

.hover\:border-y-excel\/45:hover{
  border-top-color: rgb(11 160 123 / 0.45);
  border-bottom-color: rgb(11 160 123 / 0.45);
}

.hover\:border-y-excel\/5:hover{
  border-top-color: rgb(11 160 123 / 0.05);
  border-bottom-color: rgb(11 160 123 / 0.05);
}

.hover\:border-y-excel\/50:hover{
  border-top-color: rgb(11 160 123 / 0.5);
  border-bottom-color: rgb(11 160 123 / 0.5);
}

.hover\:border-y-excel\/55:hover{
  border-top-color: rgb(11 160 123 / 0.55);
  border-bottom-color: rgb(11 160 123 / 0.55);
}

.hover\:border-y-excel\/60:hover{
  border-top-color: rgb(11 160 123 / 0.6);
  border-bottom-color: rgb(11 160 123 / 0.6);
}

.hover\:border-y-excel\/65:hover{
  border-top-color: rgb(11 160 123 / 0.65);
  border-bottom-color: rgb(11 160 123 / 0.65);
}

.hover\:border-y-excel\/70:hover{
  border-top-color: rgb(11 160 123 / 0.7);
  border-bottom-color: rgb(11 160 123 / 0.7);
}

.hover\:border-y-excel\/75:hover{
  border-top-color: rgb(11 160 123 / 0.75);
  border-bottom-color: rgb(11 160 123 / 0.75);
}

.hover\:border-y-excel\/80:hover{
  border-top-color: rgb(11 160 123 / 0.8);
  border-bottom-color: rgb(11 160 123 / 0.8);
}

.hover\:border-y-excel\/85:hover{
  border-top-color: rgb(11 160 123 / 0.85);
  border-bottom-color: rgb(11 160 123 / 0.85);
}

.hover\:border-y-excel\/90:hover{
  border-top-color: rgb(11 160 123 / 0.9);
  border-bottom-color: rgb(11 160 123 / 0.9);
}

.hover\:border-y-excel\/95:hover{
  border-top-color: rgb(11 160 123 / 0.95);
  border-bottom-color: rgb(11 160 123 / 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\/15:hover{
  border-top-color: rgb(250 232 255 / 0.15);
  border-bottom-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 232 255 / 0.35);
  border-bottom-color: rgb(250 232 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(250 232 255 / 0.45);
  border-bottom-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 232 255 / 0.55);
  border-bottom-color: rgb(250 232 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(250 232 255 / 0.65);
  border-bottom-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 232 255 / 0.85);
  border-bottom-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(245 208 254 / 0.15);
  border-bottom-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 208 254 / 0.35);
  border-bottom-color: rgb(245 208 254 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(245 208 254 / 0.45);
  border-bottom-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 208 254 / 0.55);
  border-bottom-color: rgb(245 208 254 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(245 208 254 / 0.65);
  border-bottom-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 208 254 / 0.85);
  border-bottom-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(240 171 252 / 0.15);
  border-bottom-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(240 171 252 / 0.35);
  border-bottom-color: rgb(240 171 252 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(240 171 252 / 0.45);
  border-bottom-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(240 171 252 / 0.55);
  border-bottom-color: rgb(240 171 252 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(240 171 252 / 0.65);
  border-bottom-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(240 171 252 / 0.85);
  border-bottom-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(232 121 249 / 0.15);
  border-bottom-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(232 121 249 / 0.35);
  border-bottom-color: rgb(232 121 249 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(232 121 249 / 0.45);
  border-bottom-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(232 121 249 / 0.55);
  border-bottom-color: rgb(232 121 249 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(232 121 249 / 0.65);
  border-bottom-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(232 121 249 / 0.85);
  border-bottom-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 244 255 / 0.15);
  border-bottom-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 244 255 / 0.35);
  border-bottom-color: rgb(253 244 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(253 244 255 / 0.45);
  border-bottom-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 244 255 / 0.55);
  border-bottom-color: rgb(253 244 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(253 244 255 / 0.65);
  border-bottom-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 244 255 / 0.85);
  border-bottom-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(217 70 239 / 0.15);
  border-bottom-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(217 70 239 / 0.35);
  border-bottom-color: rgb(217 70 239 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(217 70 239 / 0.45);
  border-bottom-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(217 70 239 / 0.55);
  border-bottom-color: rgb(217 70 239 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(217 70 239 / 0.65);
  border-bottom-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(217 70 239 / 0.85);
  border-bottom-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(192 38 211 / 0.15);
  border-bottom-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(192 38 211 / 0.35);
  border-bottom-color: rgb(192 38 211 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(192 38 211 / 0.45);
  border-bottom-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(192 38 211 / 0.55);
  border-bottom-color: rgb(192 38 211 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(192 38 211 / 0.65);
  border-bottom-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(192 38 211 / 0.85);
  border-bottom-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(162 28 175 / 0.15);
  border-bottom-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(162 28 175 / 0.35);
  border-bottom-color: rgb(162 28 175 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(162 28 175 / 0.45);
  border-bottom-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(162 28 175 / 0.55);
  border-bottom-color: rgb(162 28 175 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(162 28 175 / 0.65);
  border-bottom-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(162 28 175 / 0.85);
  border-bottom-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(134 25 143 / 0.15);
  border-bottom-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(134 25 143 / 0.35);
  border-bottom-color: rgb(134 25 143 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(134 25 143 / 0.45);
  border-bottom-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(134 25 143 / 0.55);
  border-bottom-color: rgb(134 25 143 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(134 25 143 / 0.65);
  border-bottom-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(134 25 143 / 0.85);
  border-bottom-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(112 26 117 / 0.15);
  border-bottom-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(112 26 117 / 0.35);
  border-bottom-color: rgb(112 26 117 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(112 26 117 / 0.45);
  border-bottom-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(112 26 117 / 0.55);
  border-bottom-color: rgb(112 26 117 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(112 26 117 / 0.65);
  border-bottom-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(112 26 117 / 0.85);
  border-bottom-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(74 4 78 / 0.15);
  border-bottom-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(74 4 78 / 0.35);
  border-bottom-color: rgb(74 4 78 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(74 4 78 / 0.45);
  border-bottom-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(74 4 78 / 0.55);
  border-bottom-color: rgb(74 4 78 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(74 4 78 / 0.65);
  border-bottom-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(74 4 78 / 0.85);
  border-bottom-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(243 244 246 / 0.15);
  border-bottom-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(243 244 246 / 0.35);
  border-bottom-color: rgb(243 244 246 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(243 244 246 / 0.45);
  border-bottom-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(243 244 246 / 0.55);
  border-bottom-color: rgb(243 244 246 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(243 244 246 / 0.65);
  border-bottom-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(243 244 246 / 0.85);
  border-bottom-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(229 231 235 / 0.15);
  border-bottom-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(229 231 235 / 0.35);
  border-bottom-color: rgb(229 231 235 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(229 231 235 / 0.45);
  border-bottom-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(229 231 235 / 0.55);
  border-bottom-color: rgb(229 231 235 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(229 231 235 / 0.65);
  border-bottom-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(229 231 235 / 0.85);
  border-bottom-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(209 213 219 / 0.15);
  border-bottom-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(209 213 219 / 0.35);
  border-bottom-color: rgb(209 213 219 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(209 213 219 / 0.45);
  border-bottom-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(209 213 219 / 0.55);
  border-bottom-color: rgb(209 213 219 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(209 213 219 / 0.65);
  border-bottom-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(209 213 219 / 0.85);
  border-bottom-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(156 163 175 / 0.15);
  border-bottom-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(156 163 175 / 0.35);
  border-bottom-color: rgb(156 163 175 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(156 163 175 / 0.45);
  border-bottom-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(156 163 175 / 0.55);
  border-bottom-color: rgb(156 163 175 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(156 163 175 / 0.65);
  border-bottom-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(156 163 175 / 0.85);
  border-bottom-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(249 250 251 / 0.15);
  border-bottom-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(249 250 251 / 0.35);
  border-bottom-color: rgb(249 250 251 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(249 250 251 / 0.45);
  border-bottom-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(249 250 251 / 0.55);
  border-bottom-color: rgb(249 250 251 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(249 250 251 / 0.65);
  border-bottom-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(249 250 251 / 0.85);
  border-bottom-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(107 114 128 / 0.15);
  border-bottom-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(107 114 128 / 0.35);
  border-bottom-color: rgb(107 114 128 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(107 114 128 / 0.45);
  border-bottom-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(107 114 128 / 0.55);
  border-bottom-color: rgb(107 114 128 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(107 114 128 / 0.65);
  border-bottom-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(107 114 128 / 0.85);
  border-bottom-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(75 85 99 / 0.15);
  border-bottom-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(75 85 99 / 0.35);
  border-bottom-color: rgb(75 85 99 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(75 85 99 / 0.45);
  border-bottom-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(75 85 99 / 0.55);
  border-bottom-color: rgb(75 85 99 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(75 85 99 / 0.65);
  border-bottom-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(75 85 99 / 0.85);
  border-bottom-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(55 65 81 / 0.15);
  border-bottom-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(55 65 81 / 0.35);
  border-bottom-color: rgb(55 65 81 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(55 65 81 / 0.45);
  border-bottom-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(55 65 81 / 0.55);
  border-bottom-color: rgb(55 65 81 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(55 65 81 / 0.65);
  border-bottom-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(55 65 81 / 0.85);
  border-bottom-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(31 41 55 / 0.15);
  border-bottom-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(31 41 55 / 0.35);
  border-bottom-color: rgb(31 41 55 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(31 41 55 / 0.45);
  border-bottom-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(31 41 55 / 0.55);
  border-bottom-color: rgb(31 41 55 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(31 41 55 / 0.65);
  border-bottom-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(31 41 55 / 0.85);
  border-bottom-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(17 24 39 / 0.15);
  border-bottom-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(17 24 39 / 0.35);
  border-bottom-color: rgb(17 24 39 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(17 24 39 / 0.45);
  border-bottom-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(17 24 39 / 0.55);
  border-bottom-color: rgb(17 24 39 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(17 24 39 / 0.65);
  border-bottom-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(17 24 39 / 0.85);
  border-bottom-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(3 7 18 / 0.15);
  border-bottom-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(3 7 18 / 0.35);
  border-bottom-color: rgb(3 7 18 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(3 7 18 / 0.45);
  border-bottom-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(3 7 18 / 0.55);
  border-bottom-color: rgb(3 7 18 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(3 7 18 / 0.65);
  border-bottom-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(3 7 18 / 0.85);
  border-bottom-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(220 252 231 / 0.15);
  border-bottom-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(220 252 231 / 0.35);
  border-bottom-color: rgb(220 252 231 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(220 252 231 / 0.45);
  border-bottom-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(220 252 231 / 0.55);
  border-bottom-color: rgb(220 252 231 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(220 252 231 / 0.65);
  border-bottom-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(220 252 231 / 0.85);
  border-bottom-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(187 247 208 / 0.15);
  border-bottom-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(187 247 208 / 0.35);
  border-bottom-color: rgb(187 247 208 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(187 247 208 / 0.45);
  border-bottom-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(187 247 208 / 0.55);
  border-bottom-color: rgb(187 247 208 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(187 247 208 / 0.65);
  border-bottom-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(187 247 208 / 0.85);
  border-bottom-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(134 239 172 / 0.15);
  border-bottom-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(134 239 172 / 0.35);
  border-bottom-color: rgb(134 239 172 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(134 239 172 / 0.45);
  border-bottom-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(134 239 172 / 0.55);
  border-bottom-color: rgb(134 239 172 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(134 239 172 / 0.65);
  border-bottom-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(134 239 172 / 0.85);
  border-bottom-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(74 222 128 / 0.15);
  border-bottom-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(74 222 128 / 0.35);
  border-bottom-color: rgb(74 222 128 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(74 222 128 / 0.45);
  border-bottom-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(74 222 128 / 0.55);
  border-bottom-color: rgb(74 222 128 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(74 222 128 / 0.65);
  border-bottom-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(74 222 128 / 0.85);
  border-bottom-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(240 253 244 / 0.15);
  border-bottom-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(240 253 244 / 0.35);
  border-bottom-color: rgb(240 253 244 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(240 253 244 / 0.45);
  border-bottom-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(240 253 244 / 0.55);
  border-bottom-color: rgb(240 253 244 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(240 253 244 / 0.65);
  border-bottom-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(240 253 244 / 0.85);
  border-bottom-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(34 197 94 / 0.15);
  border-bottom-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(34 197 94 / 0.35);
  border-bottom-color: rgb(34 197 94 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(34 197 94 / 0.45);
  border-bottom-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(34 197 94 / 0.55);
  border-bottom-color: rgb(34 197 94 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(34 197 94 / 0.65);
  border-bottom-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(34 197 94 / 0.85);
  border-bottom-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(22 163 74 / 0.15);
  border-bottom-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(22 163 74 / 0.35);
  border-bottom-color: rgb(22 163 74 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(22 163 74 / 0.45);
  border-bottom-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(22 163 74 / 0.55);
  border-bottom-color: rgb(22 163 74 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(22 163 74 / 0.65);
  border-bottom-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(22 163 74 / 0.85);
  border-bottom-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(21 128 61 / 0.15);
  border-bottom-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(21 128 61 / 0.35);
  border-bottom-color: rgb(21 128 61 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(21 128 61 / 0.45);
  border-bottom-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(21 128 61 / 0.55);
  border-bottom-color: rgb(21 128 61 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(21 128 61 / 0.65);
  border-bottom-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(21 128 61 / 0.85);
  border-bottom-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(22 101 52 / 0.15);
  border-bottom-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(22 101 52 / 0.35);
  border-bottom-color: rgb(22 101 52 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(22 101 52 / 0.45);
  border-bottom-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(22 101 52 / 0.55);
  border-bottom-color: rgb(22 101 52 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(22 101 52 / 0.65);
  border-bottom-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(22 101 52 / 0.85);
  border-bottom-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(20 83 45 / 0.15);
  border-bottom-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(20 83 45 / 0.35);
  border-bottom-color: rgb(20 83 45 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(20 83 45 / 0.45);
  border-bottom-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(20 83 45 / 0.55);
  border-bottom-color: rgb(20 83 45 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(20 83 45 / 0.65);
  border-bottom-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(20 83 45 / 0.85);
  border-bottom-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(5 46 22 / 0.15);
  border-bottom-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(5 46 22 / 0.35);
  border-bottom-color: rgb(5 46 22 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(5 46 22 / 0.45);
  border-bottom-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(5 46 22 / 0.55);
  border-bottom-color: rgb(5 46 22 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(5 46 22 / 0.65);
  border-bottom-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(5 46 22 / 0.85);
  border-bottom-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(224 231 255 / 0.15);
  border-bottom-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(224 231 255 / 0.35);
  border-bottom-color: rgb(224 231 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(224 231 255 / 0.45);
  border-bottom-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(224 231 255 / 0.55);
  border-bottom-color: rgb(224 231 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(224 231 255 / 0.65);
  border-bottom-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(224 231 255 / 0.85);
  border-bottom-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(199 210 254 / 0.15);
  border-bottom-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(199 210 254 / 0.35);
  border-bottom-color: rgb(199 210 254 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(199 210 254 / 0.45);
  border-bottom-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(199 210 254 / 0.55);
  border-bottom-color: rgb(199 210 254 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(199 210 254 / 0.65);
  border-bottom-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(199 210 254 / 0.85);
  border-bottom-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(165 180 252 / 0.15);
  border-bottom-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(165 180 252 / 0.35);
  border-bottom-color: rgb(165 180 252 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(165 180 252 / 0.45);
  border-bottom-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(165 180 252 / 0.55);
  border-bottom-color: rgb(165 180 252 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(165 180 252 / 0.65);
  border-bottom-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(165 180 252 / 0.85);
  border-bottom-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(129 140 248 / 0.15);
  border-bottom-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(129 140 248 / 0.35);
  border-bottom-color: rgb(129 140 248 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(129 140 248 / 0.45);
  border-bottom-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(129 140 248 / 0.55);
  border-bottom-color: rgb(129 140 248 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(129 140 248 / 0.65);
  border-bottom-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(129 140 248 / 0.85);
  border-bottom-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(238 242 255 / 0.15);
  border-bottom-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(238 242 255 / 0.35);
  border-bottom-color: rgb(238 242 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(238 242 255 / 0.45);
  border-bottom-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(238 242 255 / 0.55);
  border-bottom-color: rgb(238 242 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(238 242 255 / 0.65);
  border-bottom-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(238 242 255 / 0.85);
  border-bottom-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(99 102 241 / 0.15);
  border-bottom-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(99 102 241 / 0.35);
  border-bottom-color: rgb(99 102 241 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(99 102 241 / 0.45);
  border-bottom-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(99 102 241 / 0.55);
  border-bottom-color: rgb(99 102 241 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(99 102 241 / 0.65);
  border-bottom-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(99 102 241 / 0.85);
  border-bottom-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(79 70 229 / 0.15);
  border-bottom-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(79 70 229 / 0.35);
  border-bottom-color: rgb(79 70 229 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(79 70 229 / 0.45);
  border-bottom-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(79 70 229 / 0.55);
  border-bottom-color: rgb(79 70 229 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(79 70 229 / 0.65);
  border-bottom-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(79 70 229 / 0.85);
  border-bottom-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(67 56 202 / 0.15);
  border-bottom-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(67 56 202 / 0.35);
  border-bottom-color: rgb(67 56 202 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(67 56 202 / 0.45);
  border-bottom-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(67 56 202 / 0.55);
  border-bottom-color: rgb(67 56 202 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(67 56 202 / 0.65);
  border-bottom-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(67 56 202 / 0.85);
  border-bottom-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(55 48 163 / 0.15);
  border-bottom-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(55 48 163 / 0.35);
  border-bottom-color: rgb(55 48 163 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(55 48 163 / 0.45);
  border-bottom-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(55 48 163 / 0.55);
  border-bottom-color: rgb(55 48 163 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(55 48 163 / 0.65);
  border-bottom-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(55 48 163 / 0.85);
  border-bottom-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(49 46 129 / 0.15);
  border-bottom-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(49 46 129 / 0.35);
  border-bottom-color: rgb(49 46 129 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(49 46 129 / 0.45);
  border-bottom-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(49 46 129 / 0.55);
  border-bottom-color: rgb(49 46 129 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(49 46 129 / 0.65);
  border-bottom-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(49 46 129 / 0.85);
  border-bottom-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(30 27 75 / 0.15);
  border-bottom-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(30 27 75 / 0.35);
  border-bottom-color: rgb(30 27 75 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(30 27 75 / 0.45);
  border-bottom-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(30 27 75 / 0.55);
  border-bottom-color: rgb(30 27 75 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(30 27 75 / 0.65);
  border-bottom-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(30 27 75 / 0.85);
  border-bottom-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 159 26 / var(--tw-border-opacity));
  border-bottom-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.hover\:border-y-info-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(203 122 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.hover\:border-y-info-hover\/0:hover{
  border-top-color: rgb(203 122 0 / 0);
  border-bottom-color: rgb(203 122 0 / 0);
}

.hover\:border-y-info-hover\/10:hover{
  border-top-color: rgb(203 122 0 / 0.1);
  border-bottom-color: rgb(203 122 0 / 0.1);
}

.hover\:border-y-info-hover\/100:hover{
  border-top-color: rgb(203 122 0 / 1);
  border-bottom-color: rgb(203 122 0 / 1);
}

.hover\:border-y-info-hover\/15:hover{
  border-top-color: rgb(203 122 0 / 0.15);
  border-bottom-color: rgb(203 122 0 / 0.15);
}

.hover\:border-y-info-hover\/20:hover{
  border-top-color: rgb(203 122 0 / 0.2);
  border-bottom-color: rgb(203 122 0 / 0.2);
}

.hover\:border-y-info-hover\/25:hover{
  border-top-color: rgb(203 122 0 / 0.25);
  border-bottom-color: rgb(203 122 0 / 0.25);
}

.hover\:border-y-info-hover\/30:hover{
  border-top-color: rgb(203 122 0 / 0.3);
  border-bottom-color: rgb(203 122 0 / 0.3);
}

.hover\:border-y-info-hover\/35:hover{
  border-top-color: rgb(203 122 0 / 0.35);
  border-bottom-color: rgb(203 122 0 / 0.35);
}

.hover\:border-y-info-hover\/40:hover{
  border-top-color: rgb(203 122 0 / 0.4);
  border-bottom-color: rgb(203 122 0 / 0.4);
}

.hover\:border-y-info-hover\/45:hover{
  border-top-color: rgb(203 122 0 / 0.45);
  border-bottom-color: rgb(203 122 0 / 0.45);
}

.hover\:border-y-info-hover\/5:hover{
  border-top-color: rgb(203 122 0 / 0.05);
  border-bottom-color: rgb(203 122 0 / 0.05);
}

.hover\:border-y-info-hover\/50:hover{
  border-top-color: rgb(203 122 0 / 0.5);
  border-bottom-color: rgb(203 122 0 / 0.5);
}

.hover\:border-y-info-hover\/55:hover{
  border-top-color: rgb(203 122 0 / 0.55);
  border-bottom-color: rgb(203 122 0 / 0.55);
}

.hover\:border-y-info-hover\/60:hover{
  border-top-color: rgb(203 122 0 / 0.6);
  border-bottom-color: rgb(203 122 0 / 0.6);
}

.hover\:border-y-info-hover\/65:hover{
  border-top-color: rgb(203 122 0 / 0.65);
  border-bottom-color: rgb(203 122 0 / 0.65);
}

.hover\:border-y-info-hover\/70:hover{
  border-top-color: rgb(203 122 0 / 0.7);
  border-bottom-color: rgb(203 122 0 / 0.7);
}

.hover\:border-y-info-hover\/75:hover{
  border-top-color: rgb(203 122 0 / 0.75);
  border-bottom-color: rgb(203 122 0 / 0.75);
}

.hover\:border-y-info-hover\/80:hover{
  border-top-color: rgb(203 122 0 / 0.8);
  border-bottom-color: rgb(203 122 0 / 0.8);
}

.hover\:border-y-info-hover\/85:hover{
  border-top-color: rgb(203 122 0 / 0.85);
  border-bottom-color: rgb(203 122 0 / 0.85);
}

.hover\:border-y-info-hover\/90:hover{
  border-top-color: rgb(203 122 0 / 0.9);
  border-bottom-color: rgb(203 122 0 / 0.9);
}

.hover\:border-y-info-hover\/95:hover{
  border-top-color: rgb(203 122 0 / 0.95);
  border-bottom-color: rgb(203 122 0 / 0.95);
}

.hover\:border-y-info\/0:hover{
  border-top-color: rgb(247 159 26 / 0);
  border-bottom-color: rgb(247 159 26 / 0);
}

.hover\:border-y-info\/10:hover{
  border-top-color: rgb(247 159 26 / 0.1);
  border-bottom-color: rgb(247 159 26 / 0.1);
}

.hover\:border-y-info\/100:hover{
  border-top-color: rgb(247 159 26 / 1);
  border-bottom-color: rgb(247 159 26 / 1);
}

.hover\:border-y-info\/15:hover{
  border-top-color: rgb(247 159 26 / 0.15);
  border-bottom-color: rgb(247 159 26 / 0.15);
}

.hover\:border-y-info\/20:hover{
  border-top-color: rgb(247 159 26 / 0.2);
  border-bottom-color: rgb(247 159 26 / 0.2);
}

.hover\:border-y-info\/25:hover{
  border-top-color: rgb(247 159 26 / 0.25);
  border-bottom-color: rgb(247 159 26 / 0.25);
}

.hover\:border-y-info\/30:hover{
  border-top-color: rgb(247 159 26 / 0.3);
  border-bottom-color: rgb(247 159 26 / 0.3);
}

.hover\:border-y-info\/35:hover{
  border-top-color: rgb(247 159 26 / 0.35);
  border-bottom-color: rgb(247 159 26 / 0.35);
}

.hover\:border-y-info\/40:hover{
  border-top-color: rgb(247 159 26 / 0.4);
  border-bottom-color: rgb(247 159 26 / 0.4);
}

.hover\:border-y-info\/45:hover{
  border-top-color: rgb(247 159 26 / 0.45);
  border-bottom-color: rgb(247 159 26 / 0.45);
}

.hover\:border-y-info\/5:hover{
  border-top-color: rgb(247 159 26 / 0.05);
  border-bottom-color: rgb(247 159 26 / 0.05);
}

.hover\:border-y-info\/50:hover{
  border-top-color: rgb(247 159 26 / 0.5);
  border-bottom-color: rgb(247 159 26 / 0.5);
}

.hover\:border-y-info\/55:hover{
  border-top-color: rgb(247 159 26 / 0.55);
  border-bottom-color: rgb(247 159 26 / 0.55);
}

.hover\:border-y-info\/60:hover{
  border-top-color: rgb(247 159 26 / 0.6);
  border-bottom-color: rgb(247 159 26 / 0.6);
}

.hover\:border-y-info\/65:hover{
  border-top-color: rgb(247 159 26 / 0.65);
  border-bottom-color: rgb(247 159 26 / 0.65);
}

.hover\:border-y-info\/70:hover{
  border-top-color: rgb(247 159 26 / 0.7);
  border-bottom-color: rgb(247 159 26 / 0.7);
}

.hover\:border-y-info\/75:hover{
  border-top-color: rgb(247 159 26 / 0.75);
  border-bottom-color: rgb(247 159 26 / 0.75);
}

.hover\:border-y-info\/80:hover{
  border-top-color: rgb(247 159 26 / 0.8);
  border-bottom-color: rgb(247 159 26 / 0.8);
}

.hover\:border-y-info\/85:hover{
  border-top-color: rgb(247 159 26 / 0.85);
  border-bottom-color: rgb(247 159 26 / 0.85);
}

.hover\:border-y-info\/90:hover{
  border-top-color: rgb(247 159 26 / 0.9);
  border-bottom-color: rgb(247 159 26 / 0.9);
}

.hover\:border-y-info\/95:hover{
  border-top-color: rgb(247 159 26 / 0.95);
  border-bottom-color: rgb(247 159 26 / 0.95);
}

.hover\:border-y-inherit:hover{
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.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\/15:hover{
  border-top-color: rgb(236 252 203 / 0.15);
  border-bottom-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(236 252 203 / 0.35);
  border-bottom-color: rgb(236 252 203 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(236 252 203 / 0.45);
  border-bottom-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(236 252 203 / 0.55);
  border-bottom-color: rgb(236 252 203 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(236 252 203 / 0.65);
  border-bottom-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(236 252 203 / 0.85);
  border-bottom-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(217 249 157 / 0.15);
  border-bottom-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(217 249 157 / 0.35);
  border-bottom-color: rgb(217 249 157 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(217 249 157 / 0.45);
  border-bottom-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(217 249 157 / 0.55);
  border-bottom-color: rgb(217 249 157 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(217 249 157 / 0.65);
  border-bottom-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(217 249 157 / 0.85);
  border-bottom-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(190 242 100 / 0.15);
  border-bottom-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(190 242 100 / 0.35);
  border-bottom-color: rgb(190 242 100 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(190 242 100 / 0.45);
  border-bottom-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(190 242 100 / 0.55);
  border-bottom-color: rgb(190 242 100 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(190 242 100 / 0.65);
  border-bottom-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(190 242 100 / 0.85);
  border-bottom-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(163 230 53 / 0.15);
  border-bottom-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(163 230 53 / 0.35);
  border-bottom-color: rgb(163 230 53 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(163 230 53 / 0.45);
  border-bottom-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(163 230 53 / 0.55);
  border-bottom-color: rgb(163 230 53 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(163 230 53 / 0.65);
  border-bottom-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(163 230 53 / 0.85);
  border-bottom-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(247 254 231 / 0.15);
  border-bottom-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(247 254 231 / 0.35);
  border-bottom-color: rgb(247 254 231 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(247 254 231 / 0.45);
  border-bottom-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(247 254 231 / 0.55);
  border-bottom-color: rgb(247 254 231 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(247 254 231 / 0.65);
  border-bottom-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(247 254 231 / 0.85);
  border-bottom-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(132 204 22 / 0.15);
  border-bottom-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(132 204 22 / 0.35);
  border-bottom-color: rgb(132 204 22 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(132 204 22 / 0.45);
  border-bottom-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(132 204 22 / 0.55);
  border-bottom-color: rgb(132 204 22 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(132 204 22 / 0.65);
  border-bottom-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(132 204 22 / 0.85);
  border-bottom-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(101 163 13 / 0.15);
  border-bottom-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(101 163 13 / 0.35);
  border-bottom-color: rgb(101 163 13 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(101 163 13 / 0.45);
  border-bottom-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(101 163 13 / 0.55);
  border-bottom-color: rgb(101 163 13 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(101 163 13 / 0.65);
  border-bottom-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(101 163 13 / 0.85);
  border-bottom-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(77 124 15 / 0.15);
  border-bottom-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(77 124 15 / 0.35);
  border-bottom-color: rgb(77 124 15 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(77 124 15 / 0.45);
  border-bottom-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(77 124 15 / 0.55);
  border-bottom-color: rgb(77 124 15 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(77 124 15 / 0.65);
  border-bottom-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(77 124 15 / 0.85);
  border-bottom-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(63 98 18 / 0.15);
  border-bottom-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(63 98 18 / 0.35);
  border-bottom-color: rgb(63 98 18 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(63 98 18 / 0.45);
  border-bottom-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(63 98 18 / 0.55);
  border-bottom-color: rgb(63 98 18 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(63 98 18 / 0.65);
  border-bottom-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(63 98 18 / 0.85);
  border-bottom-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(54 83 20 / 0.15);
  border-bottom-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(54 83 20 / 0.35);
  border-bottom-color: rgb(54 83 20 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(54 83 20 / 0.45);
  border-bottom-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(54 83 20 / 0.55);
  border-bottom-color: rgb(54 83 20 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(54 83 20 / 0.65);
  border-bottom-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(54 83 20 / 0.85);
  border-bottom-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(26 46 5 / 0.15);
  border-bottom-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(26 46 5 / 0.35);
  border-bottom-color: rgb(26 46 5 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(26 46 5 / 0.45);
  border-bottom-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(26 46 5 / 0.55);
  border-bottom-color: rgb(26 46 5 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(26 46 5 / 0.65);
  border-bottom-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(26 46 5 / 0.85);
  border-bottom-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.hover\:border-y-neutral-01\/0:hover{
  border-top-color: rgb(224 224 224 / 0);
  border-bottom-color: rgb(224 224 224 / 0);
}

.hover\:border-y-neutral-01\/10:hover{
  border-top-color: rgb(224 224 224 / 0.1);
  border-bottom-color: rgb(224 224 224 / 0.1);
}

.hover\:border-y-neutral-01\/100:hover{
  border-top-color: rgb(224 224 224 / 1);
  border-bottom-color: rgb(224 224 224 / 1);
}

.hover\:border-y-neutral-01\/15:hover{
  border-top-color: rgb(224 224 224 / 0.15);
  border-bottom-color: rgb(224 224 224 / 0.15);
}

.hover\:border-y-neutral-01\/20:hover{
  border-top-color: rgb(224 224 224 / 0.2);
  border-bottom-color: rgb(224 224 224 / 0.2);
}

.hover\:border-y-neutral-01\/25:hover{
  border-top-color: rgb(224 224 224 / 0.25);
  border-bottom-color: rgb(224 224 224 / 0.25);
}

.hover\:border-y-neutral-01\/30:hover{
  border-top-color: rgb(224 224 224 / 0.3);
  border-bottom-color: rgb(224 224 224 / 0.3);
}

.hover\:border-y-neutral-01\/35:hover{
  border-top-color: rgb(224 224 224 / 0.35);
  border-bottom-color: rgb(224 224 224 / 0.35);
}

.hover\:border-y-neutral-01\/40:hover{
  border-top-color: rgb(224 224 224 / 0.4);
  border-bottom-color: rgb(224 224 224 / 0.4);
}

.hover\:border-y-neutral-01\/45:hover{
  border-top-color: rgb(224 224 224 / 0.45);
  border-bottom-color: rgb(224 224 224 / 0.45);
}

.hover\:border-y-neutral-01\/5:hover{
  border-top-color: rgb(224 224 224 / 0.05);
  border-bottom-color: rgb(224 224 224 / 0.05);
}

.hover\:border-y-neutral-01\/50:hover{
  border-top-color: rgb(224 224 224 / 0.5);
  border-bottom-color: rgb(224 224 224 / 0.5);
}

.hover\:border-y-neutral-01\/55:hover{
  border-top-color: rgb(224 224 224 / 0.55);
  border-bottom-color: rgb(224 224 224 / 0.55);
}

.hover\:border-y-neutral-01\/60:hover{
  border-top-color: rgb(224 224 224 / 0.6);
  border-bottom-color: rgb(224 224 224 / 0.6);
}

.hover\:border-y-neutral-01\/65:hover{
  border-top-color: rgb(224 224 224 / 0.65);
  border-bottom-color: rgb(224 224 224 / 0.65);
}

.hover\:border-y-neutral-01\/70:hover{
  border-top-color: rgb(224 224 224 / 0.7);
  border-bottom-color: rgb(224 224 224 / 0.7);
}

.hover\:border-y-neutral-01\/75:hover{
  border-top-color: rgb(224 224 224 / 0.75);
  border-bottom-color: rgb(224 224 224 / 0.75);
}

.hover\:border-y-neutral-01\/80:hover{
  border-top-color: rgb(224 224 224 / 0.8);
  border-bottom-color: rgb(224 224 224 / 0.8);
}

.hover\:border-y-neutral-01\/85:hover{
  border-top-color: rgb(224 224 224 / 0.85);
  border-bottom-color: rgb(224 224 224 / 0.85);
}

.hover\:border-y-neutral-01\/90:hover{
  border-top-color: rgb(224 224 224 / 0.9);
  border-bottom-color: rgb(224 224 224 / 0.9);
}

.hover\:border-y-neutral-01\/95:hover{
  border-top-color: rgb(224 224 224 / 0.95);
  border-bottom-color: rgb(224 224 224 / 0.95);
}

.hover\:border-y-neutral-02:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 234 238 / var(--tw-border-opacity));
  border-bottom-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.hover\:border-y-neutral-02\/0:hover{
  border-top-color: rgb(228 234 238 / 0);
  border-bottom-color: rgb(228 234 238 / 0);
}

.hover\:border-y-neutral-02\/10:hover{
  border-top-color: rgb(228 234 238 / 0.1);
  border-bottom-color: rgb(228 234 238 / 0.1);
}

.hover\:border-y-neutral-02\/100:hover{
  border-top-color: rgb(228 234 238 / 1);
  border-bottom-color: rgb(228 234 238 / 1);
}

.hover\:border-y-neutral-02\/15:hover{
  border-top-color: rgb(228 234 238 / 0.15);
  border-bottom-color: rgb(228 234 238 / 0.15);
}

.hover\:border-y-neutral-02\/20:hover{
  border-top-color: rgb(228 234 238 / 0.2);
  border-bottom-color: rgb(228 234 238 / 0.2);
}

.hover\:border-y-neutral-02\/25:hover{
  border-top-color: rgb(228 234 238 / 0.25);
  border-bottom-color: rgb(228 234 238 / 0.25);
}

.hover\:border-y-neutral-02\/30:hover{
  border-top-color: rgb(228 234 238 / 0.3);
  border-bottom-color: rgb(228 234 238 / 0.3);
}

.hover\:border-y-neutral-02\/35:hover{
  border-top-color: rgb(228 234 238 / 0.35);
  border-bottom-color: rgb(228 234 238 / 0.35);
}

.hover\:border-y-neutral-02\/40:hover{
  border-top-color: rgb(228 234 238 / 0.4);
  border-bottom-color: rgb(228 234 238 / 0.4);
}

.hover\:border-y-neutral-02\/45:hover{
  border-top-color: rgb(228 234 238 / 0.45);
  border-bottom-color: rgb(228 234 238 / 0.45);
}

.hover\:border-y-neutral-02\/5:hover{
  border-top-color: rgb(228 234 238 / 0.05);
  border-bottom-color: rgb(228 234 238 / 0.05);
}

.hover\:border-y-neutral-02\/50:hover{
  border-top-color: rgb(228 234 238 / 0.5);
  border-bottom-color: rgb(228 234 238 / 0.5);
}

.hover\:border-y-neutral-02\/55:hover{
  border-top-color: rgb(228 234 238 / 0.55);
  border-bottom-color: rgb(228 234 238 / 0.55);
}

.hover\:border-y-neutral-02\/60:hover{
  border-top-color: rgb(228 234 238 / 0.6);
  border-bottom-color: rgb(228 234 238 / 0.6);
}

.hover\:border-y-neutral-02\/65:hover{
  border-top-color: rgb(228 234 238 / 0.65);
  border-bottom-color: rgb(228 234 238 / 0.65);
}

.hover\:border-y-neutral-02\/70:hover{
  border-top-color: rgb(228 234 238 / 0.7);
  border-bottom-color: rgb(228 234 238 / 0.7);
}

.hover\:border-y-neutral-02\/75:hover{
  border-top-color: rgb(228 234 238 / 0.75);
  border-bottom-color: rgb(228 234 238 / 0.75);
}

.hover\:border-y-neutral-02\/80:hover{
  border-top-color: rgb(228 234 238 / 0.8);
  border-bottom-color: rgb(228 234 238 / 0.8);
}

.hover\:border-y-neutral-02\/85:hover{
  border-top-color: rgb(228 234 238 / 0.85);
  border-bottom-color: rgb(228 234 238 / 0.85);
}

.hover\:border-y-neutral-02\/90:hover{
  border-top-color: rgb(228 234 238 / 0.9);
  border-bottom-color: rgb(228 234 238 / 0.9);
}

.hover\:border-y-neutral-02\/95:hover{
  border-top-color: rgb(228 234 238 / 0.95);
  border-bottom-color: rgb(228 234 238 / 0.95);
}

.hover\:border-y-neutral-03:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 239 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.hover\:border-y-neutral-03\/0:hover{
  border-top-color: rgb(236 239 250 / 0);
  border-bottom-color: rgb(236 239 250 / 0);
}

.hover\:border-y-neutral-03\/10:hover{
  border-top-color: rgb(236 239 250 / 0.1);
  border-bottom-color: rgb(236 239 250 / 0.1);
}

.hover\:border-y-neutral-03\/100:hover{
  border-top-color: rgb(236 239 250 / 1);
  border-bottom-color: rgb(236 239 250 / 1);
}

.hover\:border-y-neutral-03\/15:hover{
  border-top-color: rgb(236 239 250 / 0.15);
  border-bottom-color: rgb(236 239 250 / 0.15);
}

.hover\:border-y-neutral-03\/20:hover{
  border-top-color: rgb(236 239 250 / 0.2);
  border-bottom-color: rgb(236 239 250 / 0.2);
}

.hover\:border-y-neutral-03\/25:hover{
  border-top-color: rgb(236 239 250 / 0.25);
  border-bottom-color: rgb(236 239 250 / 0.25);
}

.hover\:border-y-neutral-03\/30:hover{
  border-top-color: rgb(236 239 250 / 0.3);
  border-bottom-color: rgb(236 239 250 / 0.3);
}

.hover\:border-y-neutral-03\/35:hover{
  border-top-color: rgb(236 239 250 / 0.35);
  border-bottom-color: rgb(236 239 250 / 0.35);
}

.hover\:border-y-neutral-03\/40:hover{
  border-top-color: rgb(236 239 250 / 0.4);
  border-bottom-color: rgb(236 239 250 / 0.4);
}

.hover\:border-y-neutral-03\/45:hover{
  border-top-color: rgb(236 239 250 / 0.45);
  border-bottom-color: rgb(236 239 250 / 0.45);
}

.hover\:border-y-neutral-03\/5:hover{
  border-top-color: rgb(236 239 250 / 0.05);
  border-bottom-color: rgb(236 239 250 / 0.05);
}

.hover\:border-y-neutral-03\/50:hover{
  border-top-color: rgb(236 239 250 / 0.5);
  border-bottom-color: rgb(236 239 250 / 0.5);
}

.hover\:border-y-neutral-03\/55:hover{
  border-top-color: rgb(236 239 250 / 0.55);
  border-bottom-color: rgb(236 239 250 / 0.55);
}

.hover\:border-y-neutral-03\/60:hover{
  border-top-color: rgb(236 239 250 / 0.6);
  border-bottom-color: rgb(236 239 250 / 0.6);
}

.hover\:border-y-neutral-03\/65:hover{
  border-top-color: rgb(236 239 250 / 0.65);
  border-bottom-color: rgb(236 239 250 / 0.65);
}

.hover\:border-y-neutral-03\/70:hover{
  border-top-color: rgb(236 239 250 / 0.7);
  border-bottom-color: rgb(236 239 250 / 0.7);
}

.hover\:border-y-neutral-03\/75:hover{
  border-top-color: rgb(236 239 250 / 0.75);
  border-bottom-color: rgb(236 239 250 / 0.75);
}

.hover\:border-y-neutral-03\/80:hover{
  border-top-color: rgb(236 239 250 / 0.8);
  border-bottom-color: rgb(236 239 250 / 0.8);
}

.hover\:border-y-neutral-03\/85:hover{
  border-top-color: rgb(236 239 250 / 0.85);
  border-bottom-color: rgb(236 239 250 / 0.85);
}

.hover\:border-y-neutral-03\/90:hover{
  border-top-color: rgb(236 239 250 / 0.9);
  border-bottom-color: rgb(236 239 250 / 0.9);
}

.hover\:border-y-neutral-03\/95:hover{
  border-top-color: rgb(236 239 250 / 0.95);
  border-bottom-color: rgb(236 239 250 / 0.95);
}

.hover\:border-y-neutral-04:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(215 218 226 / var(--tw-border-opacity));
  border-bottom-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.hover\:border-y-neutral-04\/0:hover{
  border-top-color: rgb(215 218 226 / 0);
  border-bottom-color: rgb(215 218 226 / 0);
}

.hover\:border-y-neutral-04\/10:hover{
  border-top-color: rgb(215 218 226 / 0.1);
  border-bottom-color: rgb(215 218 226 / 0.1);
}

.hover\:border-y-neutral-04\/100:hover{
  border-top-color: rgb(215 218 226 / 1);
  border-bottom-color: rgb(215 218 226 / 1);
}

.hover\:border-y-neutral-04\/15:hover{
  border-top-color: rgb(215 218 226 / 0.15);
  border-bottom-color: rgb(215 218 226 / 0.15);
}

.hover\:border-y-neutral-04\/20:hover{
  border-top-color: rgb(215 218 226 / 0.2);
  border-bottom-color: rgb(215 218 226 / 0.2);
}

.hover\:border-y-neutral-04\/25:hover{
  border-top-color: rgb(215 218 226 / 0.25);
  border-bottom-color: rgb(215 218 226 / 0.25);
}

.hover\:border-y-neutral-04\/30:hover{
  border-top-color: rgb(215 218 226 / 0.3);
  border-bottom-color: rgb(215 218 226 / 0.3);
}

.hover\:border-y-neutral-04\/35:hover{
  border-top-color: rgb(215 218 226 / 0.35);
  border-bottom-color: rgb(215 218 226 / 0.35);
}

.hover\:border-y-neutral-04\/40:hover{
  border-top-color: rgb(215 218 226 / 0.4);
  border-bottom-color: rgb(215 218 226 / 0.4);
}

.hover\:border-y-neutral-04\/45:hover{
  border-top-color: rgb(215 218 226 / 0.45);
  border-bottom-color: rgb(215 218 226 / 0.45);
}

.hover\:border-y-neutral-04\/5:hover{
  border-top-color: rgb(215 218 226 / 0.05);
  border-bottom-color: rgb(215 218 226 / 0.05);
}

.hover\:border-y-neutral-04\/50:hover{
  border-top-color: rgb(215 218 226 / 0.5);
  border-bottom-color: rgb(215 218 226 / 0.5);
}

.hover\:border-y-neutral-04\/55:hover{
  border-top-color: rgb(215 218 226 / 0.55);
  border-bottom-color: rgb(215 218 226 / 0.55);
}

.hover\:border-y-neutral-04\/60:hover{
  border-top-color: rgb(215 218 226 / 0.6);
  border-bottom-color: rgb(215 218 226 / 0.6);
}

.hover\:border-y-neutral-04\/65:hover{
  border-top-color: rgb(215 218 226 / 0.65);
  border-bottom-color: rgb(215 218 226 / 0.65);
}

.hover\:border-y-neutral-04\/70:hover{
  border-top-color: rgb(215 218 226 / 0.7);
  border-bottom-color: rgb(215 218 226 / 0.7);
}

.hover\:border-y-neutral-04\/75:hover{
  border-top-color: rgb(215 218 226 / 0.75);
  border-bottom-color: rgb(215 218 226 / 0.75);
}

.hover\:border-y-neutral-04\/80:hover{
  border-top-color: rgb(215 218 226 / 0.8);
  border-bottom-color: rgb(215 218 226 / 0.8);
}

.hover\:border-y-neutral-04\/85:hover{
  border-top-color: rgb(215 218 226 / 0.85);
  border-bottom-color: rgb(215 218 226 / 0.85);
}

.hover\:border-y-neutral-04\/90:hover{
  border-top-color: rgb(215 218 226 / 0.9);
  border-bottom-color: rgb(215 218 226 / 0.9);
}

.hover\:border-y-neutral-04\/95:hover{
  border-top-color: rgb(215 218 226 / 0.95);
  border-bottom-color: rgb(215 218 226 / 0.95);
}

.hover\:border-y-neutral-05:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(246 246 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.hover\:border-y-neutral-05\/0:hover{
  border-top-color: rgb(246 246 246 / 0);
  border-bottom-color: rgb(246 246 246 / 0);
}

.hover\:border-y-neutral-05\/10:hover{
  border-top-color: rgb(246 246 246 / 0.1);
  border-bottom-color: rgb(246 246 246 / 0.1);
}

.hover\:border-y-neutral-05\/100:hover{
  border-top-color: rgb(246 246 246 / 1);
  border-bottom-color: rgb(246 246 246 / 1);
}

.hover\:border-y-neutral-05\/15:hover{
  border-top-color: rgb(246 246 246 / 0.15);
  border-bottom-color: rgb(246 246 246 / 0.15);
}

.hover\:border-y-neutral-05\/20:hover{
  border-top-color: rgb(246 246 246 / 0.2);
  border-bottom-color: rgb(246 246 246 / 0.2);
}

.hover\:border-y-neutral-05\/25:hover{
  border-top-color: rgb(246 246 246 / 0.25);
  border-bottom-color: rgb(246 246 246 / 0.25);
}

.hover\:border-y-neutral-05\/30:hover{
  border-top-color: rgb(246 246 246 / 0.3);
  border-bottom-color: rgb(246 246 246 / 0.3);
}

.hover\:border-y-neutral-05\/35:hover{
  border-top-color: rgb(246 246 246 / 0.35);
  border-bottom-color: rgb(246 246 246 / 0.35);
}

.hover\:border-y-neutral-05\/40:hover{
  border-top-color: rgb(246 246 246 / 0.4);
  border-bottom-color: rgb(246 246 246 / 0.4);
}

.hover\:border-y-neutral-05\/45:hover{
  border-top-color: rgb(246 246 246 / 0.45);
  border-bottom-color: rgb(246 246 246 / 0.45);
}

.hover\:border-y-neutral-05\/5:hover{
  border-top-color: rgb(246 246 246 / 0.05);
  border-bottom-color: rgb(246 246 246 / 0.05);
}

.hover\:border-y-neutral-05\/50:hover{
  border-top-color: rgb(246 246 246 / 0.5);
  border-bottom-color: rgb(246 246 246 / 0.5);
}

.hover\:border-y-neutral-05\/55:hover{
  border-top-color: rgb(246 246 246 / 0.55);
  border-bottom-color: rgb(246 246 246 / 0.55);
}

.hover\:border-y-neutral-05\/60:hover{
  border-top-color: rgb(246 246 246 / 0.6);
  border-bottom-color: rgb(246 246 246 / 0.6);
}

.hover\:border-y-neutral-05\/65:hover{
  border-top-color: rgb(246 246 246 / 0.65);
  border-bottom-color: rgb(246 246 246 / 0.65);
}

.hover\:border-y-neutral-05\/70:hover{
  border-top-color: rgb(246 246 246 / 0.7);
  border-bottom-color: rgb(246 246 246 / 0.7);
}

.hover\:border-y-neutral-05\/75:hover{
  border-top-color: rgb(246 246 246 / 0.75);
  border-bottom-color: rgb(246 246 246 / 0.75);
}

.hover\:border-y-neutral-05\/80:hover{
  border-top-color: rgb(246 246 246 / 0.8);
  border-bottom-color: rgb(246 246 246 / 0.8);
}

.hover\:border-y-neutral-05\/85:hover{
  border-top-color: rgb(246 246 246 / 0.85);
  border-bottom-color: rgb(246 246 246 / 0.85);
}

.hover\:border-y-neutral-05\/90:hover{
  border-top-color: rgb(246 246 246 / 0.9);
  border-bottom-color: rgb(246 246 246 / 0.9);
}

.hover\:border-y-neutral-05\/95:hover{
  border-top-color: rgb(246 246 246 / 0.95);
  border-bottom-color: rgb(246 246 246 / 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\/15:hover{
  border-top-color: rgb(245 245 245 / 0.15);
  border-bottom-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 245 245 / 0.35);
  border-bottom-color: rgb(245 245 245 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(245 245 245 / 0.45);
  border-bottom-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 245 245 / 0.55);
  border-bottom-color: rgb(245 245 245 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(245 245 245 / 0.65);
  border-bottom-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 245 245 / 0.85);
  border-bottom-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(229 229 229 / 0.15);
  border-bottom-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(229 229 229 / 0.35);
  border-bottom-color: rgb(229 229 229 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(229 229 229 / 0.45);
  border-bottom-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(229 229 229 / 0.55);
  border-bottom-color: rgb(229 229 229 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(229 229 229 / 0.65);
  border-bottom-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(229 229 229 / 0.85);
  border-bottom-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(212 212 212 / 0.15);
  border-bottom-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(212 212 212 / 0.35);
  border-bottom-color: rgb(212 212 212 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(212 212 212 / 0.45);
  border-bottom-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(212 212 212 / 0.55);
  border-bottom-color: rgb(212 212 212 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(212 212 212 / 0.65);
  border-bottom-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(212 212 212 / 0.85);
  border-bottom-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(163 163 163 / 0.15);
  border-bottom-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(163 163 163 / 0.35);
  border-bottom-color: rgb(163 163 163 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(163 163 163 / 0.45);
  border-bottom-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(163 163 163 / 0.55);
  border-bottom-color: rgb(163 163 163 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(163 163 163 / 0.65);
  border-bottom-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(163 163 163 / 0.85);
  border-bottom-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(115 115 115 / 0.15);
  border-bottom-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(115 115 115 / 0.35);
  border-bottom-color: rgb(115 115 115 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(115 115 115 / 0.45);
  border-bottom-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(115 115 115 / 0.55);
  border-bottom-color: rgb(115 115 115 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(115 115 115 / 0.65);
  border-bottom-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(115 115 115 / 0.85);
  border-bottom-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(82 82 82 / 0.15);
  border-bottom-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(82 82 82 / 0.35);
  border-bottom-color: rgb(82 82 82 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(82 82 82 / 0.45);
  border-bottom-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(82 82 82 / 0.55);
  border-bottom-color: rgb(82 82 82 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(82 82 82 / 0.65);
  border-bottom-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(82 82 82 / 0.85);
  border-bottom-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(64 64 64 / 0.15);
  border-bottom-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(64 64 64 / 0.35);
  border-bottom-color: rgb(64 64 64 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(64 64 64 / 0.45);
  border-bottom-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(64 64 64 / 0.55);
  border-bottom-color: rgb(64 64 64 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(64 64 64 / 0.65);
  border-bottom-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(64 64 64 / 0.85);
  border-bottom-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(38 38 38 / 0.15);
  border-bottom-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(38 38 38 / 0.35);
  border-bottom-color: rgb(38 38 38 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(38 38 38 / 0.45);
  border-bottom-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(38 38 38 / 0.55);
  border-bottom-color: rgb(38 38 38 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(38 38 38 / 0.65);
  border-bottom-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(38 38 38 / 0.85);
  border-bottom-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(23 23 23 / 0.15);
  border-bottom-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(23 23 23 / 0.35);
  border-bottom-color: rgb(23 23 23 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(23 23 23 / 0.45);
  border-bottom-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(23 23 23 / 0.55);
  border-bottom-color: rgb(23 23 23 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(23 23 23 / 0.65);
  border-bottom-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(23 23 23 / 0.85);
  border-bottom-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(10 10 10 / 0.15);
  border-bottom-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(10 10 10 / 0.35);
  border-bottom-color: rgb(10 10 10 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(10 10 10 / 0.45);
  border-bottom-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(10 10 10 / 0.55);
  border-bottom-color: rgb(10 10 10 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(10 10 10 / 0.65);
  border-bottom-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(10 10 10 / 0.85);
  border-bottom-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 237 213 / 0.15);
  border-bottom-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 237 213 / 0.35);
  border-bottom-color: rgb(255 237 213 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(255 237 213 / 0.45);
  border-bottom-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 237 213 / 0.55);
  border-bottom-color: rgb(255 237 213 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(255 237 213 / 0.65);
  border-bottom-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 237 213 / 0.85);
  border-bottom-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 215 170 / 0.15);
  border-bottom-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 215 170 / 0.35);
  border-bottom-color: rgb(254 215 170 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(254 215 170 / 0.45);
  border-bottom-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 215 170 / 0.55);
  border-bottom-color: rgb(254 215 170 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(254 215 170 / 0.65);
  border-bottom-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 215 170 / 0.85);
  border-bottom-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 186 116 / 0.15);
  border-bottom-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 186 116 / 0.35);
  border-bottom-color: rgb(253 186 116 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(253 186 116 / 0.45);
  border-bottom-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 186 116 / 0.55);
  border-bottom-color: rgb(253 186 116 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(253 186 116 / 0.65);
  border-bottom-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 186 116 / 0.85);
  border-bottom-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(251 146 60 / 0.15);
  border-bottom-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(251 146 60 / 0.35);
  border-bottom-color: rgb(251 146 60 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(251 146 60 / 0.45);
  border-bottom-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(251 146 60 / 0.55);
  border-bottom-color: rgb(251 146 60 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(251 146 60 / 0.65);
  border-bottom-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(251 146 60 / 0.85);
  border-bottom-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 247 237 / 0.15);
  border-bottom-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 247 237 / 0.35);
  border-bottom-color: rgb(255 247 237 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(255 247 237 / 0.45);
  border-bottom-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 247 237 / 0.55);
  border-bottom-color: rgb(255 247 237 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(255 247 237 / 0.65);
  border-bottom-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 247 237 / 0.85);
  border-bottom-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(249 115 22 / 0.15);
  border-bottom-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(249 115 22 / 0.35);
  border-bottom-color: rgb(249 115 22 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(249 115 22 / 0.45);
  border-bottom-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(249 115 22 / 0.55);
  border-bottom-color: rgb(249 115 22 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(249 115 22 / 0.65);
  border-bottom-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(249 115 22 / 0.85);
  border-bottom-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(234 88 12 / 0.15);
  border-bottom-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(234 88 12 / 0.35);
  border-bottom-color: rgb(234 88 12 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(234 88 12 / 0.45);
  border-bottom-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(234 88 12 / 0.55);
  border-bottom-color: rgb(234 88 12 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(234 88 12 / 0.65);
  border-bottom-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(234 88 12 / 0.85);
  border-bottom-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(194 65 12 / 0.15);
  border-bottom-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(194 65 12 / 0.35);
  border-bottom-color: rgb(194 65 12 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(194 65 12 / 0.45);
  border-bottom-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(194 65 12 / 0.55);
  border-bottom-color: rgb(194 65 12 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(194 65 12 / 0.65);
  border-bottom-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(194 65 12 / 0.85);
  border-bottom-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(154 52 18 / 0.15);
  border-bottom-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(154 52 18 / 0.35);
  border-bottom-color: rgb(154 52 18 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(154 52 18 / 0.45);
  border-bottom-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(154 52 18 / 0.55);
  border-bottom-color: rgb(154 52 18 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(154 52 18 / 0.65);
  border-bottom-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(154 52 18 / 0.85);
  border-bottom-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(124 45 18 / 0.15);
  border-bottom-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(124 45 18 / 0.35);
  border-bottom-color: rgb(124 45 18 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(124 45 18 / 0.45);
  border-bottom-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(124 45 18 / 0.55);
  border-bottom-color: rgb(124 45 18 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(124 45 18 / 0.65);
  border-bottom-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(124 45 18 / 0.85);
  border-bottom-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(67 20 7 / 0.15);
  border-bottom-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(67 20 7 / 0.35);
  border-bottom-color: rgb(67 20 7 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(67 20 7 / 0.45);
  border-bottom-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(67 20 7 / 0.55);
  border-bottom-color: rgb(67 20 7 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(67 20 7 / 0.65);
  border-bottom-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(67 20 7 / 0.85);
  border-bottom-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  border-top-color: rgb(252 231 243 / 0.15);
  border-bottom-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(252 231 243 / 0.35);
  border-bottom-color: rgb(252 231 243 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(252 231 243 / 0.45);
  border-bottom-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(252 231 243 / 0.55);
  border-bottom-color: rgb(252 231 243 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(252 231 243 / 0.65);
  border-bottom-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(252 231 243 / 0.85);
  border-bottom-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(251 207 232 / 0.15);
  border-bottom-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(251 207 232 / 0.35);
  border-bottom-color: rgb(251 207 232 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(251 207 232 / 0.45);
  border-bottom-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(251 207 232 / 0.55);
  border-bottom-color: rgb(251 207 232 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(251 207 232 / 0.65);
  border-bottom-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(251 207 232 / 0.85);
  border-bottom-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(249 168 212 / 0.15);
  border-bottom-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(249 168 212 / 0.35);
  border-bottom-color: rgb(249 168 212 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(249 168 212 / 0.45);
  border-bottom-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(249 168 212 / 0.55);
  border-bottom-color: rgb(249 168 212 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(249 168 212 / 0.65);
  border-bottom-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(249 168 212 / 0.85);
  border-bottom-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(244 114 182 / 0.15);
  border-bottom-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(244 114 182 / 0.35);
  border-bottom-color: rgb(244 114 182 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(244 114 182 / 0.45);
  border-bottom-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(244 114 182 / 0.55);
  border-bottom-color: rgb(244 114 182 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(244 114 182 / 0.65);
  border-bottom-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(244 114 182 / 0.85);
  border-bottom-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 242 248 / 0.15);
  border-bottom-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 242 248 / 0.35);
  border-bottom-color: rgb(253 242 248 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(253 242 248 / 0.45);
  border-bottom-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 242 248 / 0.55);
  border-bottom-color: rgb(253 242 248 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(253 242 248 / 0.65);
  border-bottom-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 242 248 / 0.85);
  border-bottom-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(236 72 153 / 0.15);
  border-bottom-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(236 72 153 / 0.35);
  border-bottom-color: rgb(236 72 153 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(236 72 153 / 0.45);
  border-bottom-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(236 72 153 / 0.55);
  border-bottom-color: rgb(236 72 153 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(236 72 153 / 0.65);
  border-bottom-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(236 72 153 / 0.85);
  border-bottom-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(219 39 119 / 0.15);
  border-bottom-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(219 39 119 / 0.35);
  border-bottom-color: rgb(219 39 119 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(219 39 119 / 0.45);
  border-bottom-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(219 39 119 / 0.55);
  border-bottom-color: rgb(219 39 119 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(219 39 119 / 0.65);
  border-bottom-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(219 39 119 / 0.85);
  border-bottom-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(190 24 93 / 0.15);
  border-bottom-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(190 24 93 / 0.35);
  border-bottom-color: rgb(190 24 93 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(190 24 93 / 0.45);
  border-bottom-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(190 24 93 / 0.55);
  border-bottom-color: rgb(190 24 93 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(190 24 93 / 0.65);
  border-bottom-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(190 24 93 / 0.85);
  border-bottom-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(157 23 77 / 0.15);
  border-bottom-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(157 23 77 / 0.35);
  border-bottom-color: rgb(157 23 77 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(157 23 77 / 0.45);
  border-bottom-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(157 23 77 / 0.55);
  border-bottom-color: rgb(157 23 77 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(157 23 77 / 0.65);
  border-bottom-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(157 23 77 / 0.85);
  border-bottom-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(131 24 67 / 0.15);
  border-bottom-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(131 24 67 / 0.35);
  border-bottom-color: rgb(131 24 67 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(131 24 67 / 0.45);
  border-bottom-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(131 24 67 / 0.55);
  border-bottom-color: rgb(131 24 67 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(131 24 67 / 0.65);
  border-bottom-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(131 24 67 / 0.85);
  border-bottom-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(80 7 36 / 0.15);
  border-bottom-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(80 7 36 / 0.35);
  border-bottom-color: rgb(80 7 36 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(80 7 36 / 0.45);
  border-bottom-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(80 7 36 / 0.55);
  border-bottom-color: rgb(80 7 36 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(80 7 36 / 0.65);
  border-bottom-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(80 7 36 / 0.85);
  border-bottom-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 70 192 / var(--tw-border-opacity));
  border-bottom-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.hover\:border-y-primary-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 57 169 / var(--tw-border-opacity));
  border-bottom-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.hover\:border-y-primary-hover\/0:hover{
  border-top-color: rgb(71 57 169 / 0);
  border-bottom-color: rgb(71 57 169 / 0);
}

.hover\:border-y-primary-hover\/10:hover{
  border-top-color: rgb(71 57 169 / 0.1);
  border-bottom-color: rgb(71 57 169 / 0.1);
}

.hover\:border-y-primary-hover\/100:hover{
  border-top-color: rgb(71 57 169 / 1);
  border-bottom-color: rgb(71 57 169 / 1);
}

.hover\:border-y-primary-hover\/15:hover{
  border-top-color: rgb(71 57 169 / 0.15);
  border-bottom-color: rgb(71 57 169 / 0.15);
}

.hover\:border-y-primary-hover\/20:hover{
  border-top-color: rgb(71 57 169 / 0.2);
  border-bottom-color: rgb(71 57 169 / 0.2);
}

.hover\:border-y-primary-hover\/25:hover{
  border-top-color: rgb(71 57 169 / 0.25);
  border-bottom-color: rgb(71 57 169 / 0.25);
}

.hover\:border-y-primary-hover\/30:hover{
  border-top-color: rgb(71 57 169 / 0.3);
  border-bottom-color: rgb(71 57 169 / 0.3);
}

.hover\:border-y-primary-hover\/35:hover{
  border-top-color: rgb(71 57 169 / 0.35);
  border-bottom-color: rgb(71 57 169 / 0.35);
}

.hover\:border-y-primary-hover\/40:hover{
  border-top-color: rgb(71 57 169 / 0.4);
  border-bottom-color: rgb(71 57 169 / 0.4);
}

.hover\:border-y-primary-hover\/45:hover{
  border-top-color: rgb(71 57 169 / 0.45);
  border-bottom-color: rgb(71 57 169 / 0.45);
}

.hover\:border-y-primary-hover\/5:hover{
  border-top-color: rgb(71 57 169 / 0.05);
  border-bottom-color: rgb(71 57 169 / 0.05);
}

.hover\:border-y-primary-hover\/50:hover{
  border-top-color: rgb(71 57 169 / 0.5);
  border-bottom-color: rgb(71 57 169 / 0.5);
}

.hover\:border-y-primary-hover\/55:hover{
  border-top-color: rgb(71 57 169 / 0.55);
  border-bottom-color: rgb(71 57 169 / 0.55);
}

.hover\:border-y-primary-hover\/60:hover{
  border-top-color: rgb(71 57 169 / 0.6);
  border-bottom-color: rgb(71 57 169 / 0.6);
}

.hover\:border-y-primary-hover\/65:hover{
  border-top-color: rgb(71 57 169 / 0.65);
  border-bottom-color: rgb(71 57 169 / 0.65);
}

.hover\:border-y-primary-hover\/70:hover{
  border-top-color: rgb(71 57 169 / 0.7);
  border-bottom-color: rgb(71 57 169 / 0.7);
}

.hover\:border-y-primary-hover\/75:hover{
  border-top-color: rgb(71 57 169 / 0.75);
  border-bottom-color: rgb(71 57 169 / 0.75);
}

.hover\:border-y-primary-hover\/80:hover{
  border-top-color: rgb(71 57 169 / 0.8);
  border-bottom-color: rgb(71 57 169 / 0.8);
}

.hover\:border-y-primary-hover\/85:hover{
  border-top-color: rgb(71 57 169 / 0.85);
  border-bottom-color: rgb(71 57 169 / 0.85);
}

.hover\:border-y-primary-hover\/90:hover{
  border-top-color: rgb(71 57 169 / 0.9);
  border-bottom-color: rgb(71 57 169 / 0.9);
}

.hover\:border-y-primary-hover\/95:hover{
  border-top-color: rgb(71 57 169 / 0.95);
  border-bottom-color: rgb(71 57 169 / 0.95);
}

.hover\:border-y-primary\/0:hover{
  border-top-color: rgb(85 70 192 / 0);
  border-bottom-color: rgb(85 70 192 / 0);
}

.hover\:border-y-primary\/10:hover{
  border-top-color: rgb(85 70 192 / 0.1);
  border-bottom-color: rgb(85 70 192 / 0.1);
}

.hover\:border-y-primary\/100:hover{
  border-top-color: rgb(85 70 192 / 1);
  border-bottom-color: rgb(85 70 192 / 1);
}

.hover\:border-y-primary\/15:hover{
  border-top-color: rgb(85 70 192 / 0.15);
  border-bottom-color: rgb(85 70 192 / 0.15);
}

.hover\:border-y-primary\/20:hover{
  border-top-color: rgb(85 70 192 / 0.2);
  border-bottom-color: rgb(85 70 192 / 0.2);
}

.hover\:border-y-primary\/25:hover{
  border-top-color: rgb(85 70 192 / 0.25);
  border-bottom-color: rgb(85 70 192 / 0.25);
}

.hover\:border-y-primary\/30:hover{
  border-top-color: rgb(85 70 192 / 0.3);
  border-bottom-color: rgb(85 70 192 / 0.3);
}

.hover\:border-y-primary\/35:hover{
  border-top-color: rgb(85 70 192 / 0.35);
  border-bottom-color: rgb(85 70 192 / 0.35);
}

.hover\:border-y-primary\/40:hover{
  border-top-color: rgb(85 70 192 / 0.4);
  border-bottom-color: rgb(85 70 192 / 0.4);
}

.hover\:border-y-primary\/45:hover{
  border-top-color: rgb(85 70 192 / 0.45);
  border-bottom-color: rgb(85 70 192 / 0.45);
}

.hover\:border-y-primary\/5:hover{
  border-top-color: rgb(85 70 192 / 0.05);
  border-bottom-color: rgb(85 70 192 / 0.05);
}

.hover\:border-y-primary\/50:hover{
  border-top-color: rgb(85 70 192 / 0.5);
  border-bottom-color: rgb(85 70 192 / 0.5);
}

.hover\:border-y-primary\/55:hover{
  border-top-color: rgb(85 70 192 / 0.55);
  border-bottom-color: rgb(85 70 192 / 0.55);
}

.hover\:border-y-primary\/60:hover{
  border-top-color: rgb(85 70 192 / 0.6);
  border-bottom-color: rgb(85 70 192 / 0.6);
}

.hover\:border-y-primary\/65:hover{
  border-top-color: rgb(85 70 192 / 0.65);
  border-bottom-color: rgb(85 70 192 / 0.65);
}

.hover\:border-y-primary\/70:hover{
  border-top-color: rgb(85 70 192 / 0.7);
  border-bottom-color: rgb(85 70 192 / 0.7);
}

.hover\:border-y-primary\/75:hover{
  border-top-color: rgb(85 70 192 / 0.75);
  border-bottom-color: rgb(85 70 192 / 0.75);
}

.hover\:border-y-primary\/80:hover{
  border-top-color: rgb(85 70 192 / 0.8);
  border-bottom-color: rgb(85 70 192 / 0.8);
}

.hover\:border-y-primary\/85:hover{
  border-top-color: rgb(85 70 192 / 0.85);
  border-bottom-color: rgb(85 70 192 / 0.85);
}

.hover\:border-y-primary\/90:hover{
  border-top-color: rgb(85 70 192 / 0.9);
  border-bottom-color: rgb(85 70 192 / 0.9);
}

.hover\:border-y-primary\/95:hover{
  border-top-color: rgb(85 70 192 / 0.95);
  border-bottom-color: rgb(85 70 192 / 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\/15:hover{
  border-top-color: rgb(243 232 255 / 0.15);
  border-bottom-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(243 232 255 / 0.35);
  border-bottom-color: rgb(243 232 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(243 232 255 / 0.45);
  border-bottom-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(243 232 255 / 0.55);
  border-bottom-color: rgb(243 232 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(243 232 255 / 0.65);
  border-bottom-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(243 232 255 / 0.85);
  border-bottom-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(233 213 255 / 0.15);
  border-bottom-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(233 213 255 / 0.35);
  border-bottom-color: rgb(233 213 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(233 213 255 / 0.45);
  border-bottom-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(233 213 255 / 0.55);
  border-bottom-color: rgb(233 213 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(233 213 255 / 0.65);
  border-bottom-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(233 213 255 / 0.85);
  border-bottom-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(216 180 254 / 0.15);
  border-bottom-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(216 180 254 / 0.35);
  border-bottom-color: rgb(216 180 254 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(216 180 254 / 0.45);
  border-bottom-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(216 180 254 / 0.55);
  border-bottom-color: rgb(216 180 254 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(216 180 254 / 0.65);
  border-bottom-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(216 180 254 / 0.85);
  border-bottom-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(192 132 252 / 0.15);
  border-bottom-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(192 132 252 / 0.35);
  border-bottom-color: rgb(192 132 252 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(192 132 252 / 0.45);
  border-bottom-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(192 132 252 / 0.55);
  border-bottom-color: rgb(192 132 252 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(192 132 252 / 0.65);
  border-bottom-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(192 132 252 / 0.85);
  border-bottom-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 245 255 / 0.15);
  border-bottom-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 245 255 / 0.35);
  border-bottom-color: rgb(250 245 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(250 245 255 / 0.45);
  border-bottom-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 245 255 / 0.55);
  border-bottom-color: rgb(250 245 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(250 245 255 / 0.65);
  border-bottom-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 245 255 / 0.85);
  border-bottom-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(168 85 247 / 0.15);
  border-bottom-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(168 85 247 / 0.35);
  border-bottom-color: rgb(168 85 247 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(168 85 247 / 0.45);
  border-bottom-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(168 85 247 / 0.55);
  border-bottom-color: rgb(168 85 247 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(168 85 247 / 0.65);
  border-bottom-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(168 85 247 / 0.85);
  border-bottom-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(147 51 234 / 0.15);
  border-bottom-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(147 51 234 / 0.35);
  border-bottom-color: rgb(147 51 234 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(147 51 234 / 0.45);
  border-bottom-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(147 51 234 / 0.55);
  border-bottom-color: rgb(147 51 234 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(147 51 234 / 0.65);
  border-bottom-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(147 51 234 / 0.85);
  border-bottom-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(126 34 206 / 0.15);
  border-bottom-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(126 34 206 / 0.35);
  border-bottom-color: rgb(126 34 206 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(126 34 206 / 0.45);
  border-bottom-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(126 34 206 / 0.55);
  border-bottom-color: rgb(126 34 206 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(126 34 206 / 0.65);
  border-bottom-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(126 34 206 / 0.85);
  border-bottom-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(107 33 168 / 0.15);
  border-bottom-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(107 33 168 / 0.35);
  border-bottom-color: rgb(107 33 168 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(107 33 168 / 0.45);
  border-bottom-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(107 33 168 / 0.55);
  border-bottom-color: rgb(107 33 168 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(107 33 168 / 0.65);
  border-bottom-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(107 33 168 / 0.85);
  border-bottom-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(88 28 135 / 0.15);
  border-bottom-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(88 28 135 / 0.35);
  border-bottom-color: rgb(88 28 135 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(88 28 135 / 0.45);
  border-bottom-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(88 28 135 / 0.55);
  border-bottom-color: rgb(88 28 135 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(88 28 135 / 0.65);
  border-bottom-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(88 28 135 / 0.85);
  border-bottom-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(59 7 100 / 0.15);
  border-bottom-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(59 7 100 / 0.35);
  border-bottom-color: rgb(59 7 100 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(59 7 100 / 0.45);
  border-bottom-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(59 7 100 / 0.55);
  border-bottom-color: rgb(59 7 100 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(59 7 100 / 0.65);
  border-bottom-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(59 7 100 / 0.85);
  border-bottom-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(61 209 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.hover\:border-y-quaternary-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(43 202 241 / var(--tw-border-opacity));
  border-bottom-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.hover\:border-y-quaternary-hover\/0:hover{
  border-top-color: rgb(43 202 241 / 0);
  border-bottom-color: rgb(43 202 241 / 0);
}

.hover\:border-y-quaternary-hover\/10:hover{
  border-top-color: rgb(43 202 241 / 0.1);
  border-bottom-color: rgb(43 202 241 / 0.1);
}

.hover\:border-y-quaternary-hover\/100:hover{
  border-top-color: rgb(43 202 241 / 1);
  border-bottom-color: rgb(43 202 241 / 1);
}

.hover\:border-y-quaternary-hover\/15:hover{
  border-top-color: rgb(43 202 241 / 0.15);
  border-bottom-color: rgb(43 202 241 / 0.15);
}

.hover\:border-y-quaternary-hover\/20:hover{
  border-top-color: rgb(43 202 241 / 0.2);
  border-bottom-color: rgb(43 202 241 / 0.2);
}

.hover\:border-y-quaternary-hover\/25:hover{
  border-top-color: rgb(43 202 241 / 0.25);
  border-bottom-color: rgb(43 202 241 / 0.25);
}

.hover\:border-y-quaternary-hover\/30:hover{
  border-top-color: rgb(43 202 241 / 0.3);
  border-bottom-color: rgb(43 202 241 / 0.3);
}

.hover\:border-y-quaternary-hover\/35:hover{
  border-top-color: rgb(43 202 241 / 0.35);
  border-bottom-color: rgb(43 202 241 / 0.35);
}

.hover\:border-y-quaternary-hover\/40:hover{
  border-top-color: rgb(43 202 241 / 0.4);
  border-bottom-color: rgb(43 202 241 / 0.4);
}

.hover\:border-y-quaternary-hover\/45:hover{
  border-top-color: rgb(43 202 241 / 0.45);
  border-bottom-color: rgb(43 202 241 / 0.45);
}

.hover\:border-y-quaternary-hover\/5:hover{
  border-top-color: rgb(43 202 241 / 0.05);
  border-bottom-color: rgb(43 202 241 / 0.05);
}

.hover\:border-y-quaternary-hover\/50:hover{
  border-top-color: rgb(43 202 241 / 0.5);
  border-bottom-color: rgb(43 202 241 / 0.5);
}

.hover\:border-y-quaternary-hover\/55:hover{
  border-top-color: rgb(43 202 241 / 0.55);
  border-bottom-color: rgb(43 202 241 / 0.55);
}

.hover\:border-y-quaternary-hover\/60:hover{
  border-top-color: rgb(43 202 241 / 0.6);
  border-bottom-color: rgb(43 202 241 / 0.6);
}

.hover\:border-y-quaternary-hover\/65:hover{
  border-top-color: rgb(43 202 241 / 0.65);
  border-bottom-color: rgb(43 202 241 / 0.65);
}

.hover\:border-y-quaternary-hover\/70:hover{
  border-top-color: rgb(43 202 241 / 0.7);
  border-bottom-color: rgb(43 202 241 / 0.7);
}

.hover\:border-y-quaternary-hover\/75:hover{
  border-top-color: rgb(43 202 241 / 0.75);
  border-bottom-color: rgb(43 202 241 / 0.75);
}

.hover\:border-y-quaternary-hover\/80:hover{
  border-top-color: rgb(43 202 241 / 0.8);
  border-bottom-color: rgb(43 202 241 / 0.8);
}

.hover\:border-y-quaternary-hover\/85:hover{
  border-top-color: rgb(43 202 241 / 0.85);
  border-bottom-color: rgb(43 202 241 / 0.85);
}

.hover\:border-y-quaternary-hover\/90:hover{
  border-top-color: rgb(43 202 241 / 0.9);
  border-bottom-color: rgb(43 202 241 / 0.9);
}

.hover\:border-y-quaternary-hover\/95:hover{
  border-top-color: rgb(43 202 241 / 0.95);
  border-bottom-color: rgb(43 202 241 / 0.95);
}

.hover\:border-y-quaternary\/0:hover{
  border-top-color: rgb(61 209 246 / 0);
  border-bottom-color: rgb(61 209 246 / 0);
}

.hover\:border-y-quaternary\/10:hover{
  border-top-color: rgb(61 209 246 / 0.1);
  border-bottom-color: rgb(61 209 246 / 0.1);
}

.hover\:border-y-quaternary\/100:hover{
  border-top-color: rgb(61 209 246 / 1);
  border-bottom-color: rgb(61 209 246 / 1);
}

.hover\:border-y-quaternary\/15:hover{
  border-top-color: rgb(61 209 246 / 0.15);
  border-bottom-color: rgb(61 209 246 / 0.15);
}

.hover\:border-y-quaternary\/20:hover{
  border-top-color: rgb(61 209 246 / 0.2);
  border-bottom-color: rgb(61 209 246 / 0.2);
}

.hover\:border-y-quaternary\/25:hover{
  border-top-color: rgb(61 209 246 / 0.25);
  border-bottom-color: rgb(61 209 246 / 0.25);
}

.hover\:border-y-quaternary\/30:hover{
  border-top-color: rgb(61 209 246 / 0.3);
  border-bottom-color: rgb(61 209 246 / 0.3);
}

.hover\:border-y-quaternary\/35:hover{
  border-top-color: rgb(61 209 246 / 0.35);
  border-bottom-color: rgb(61 209 246 / 0.35);
}

.hover\:border-y-quaternary\/40:hover{
  border-top-color: rgb(61 209 246 / 0.4);
  border-bottom-color: rgb(61 209 246 / 0.4);
}

.hover\:border-y-quaternary\/45:hover{
  border-top-color: rgb(61 209 246 / 0.45);
  border-bottom-color: rgb(61 209 246 / 0.45);
}

.hover\:border-y-quaternary\/5:hover{
  border-top-color: rgb(61 209 246 / 0.05);
  border-bottom-color: rgb(61 209 246 / 0.05);
}

.hover\:border-y-quaternary\/50:hover{
  border-top-color: rgb(61 209 246 / 0.5);
  border-bottom-color: rgb(61 209 246 / 0.5);
}

.hover\:border-y-quaternary\/55:hover{
  border-top-color: rgb(61 209 246 / 0.55);
  border-bottom-color: rgb(61 209 246 / 0.55);
}

.hover\:border-y-quaternary\/60:hover{
  border-top-color: rgb(61 209 246 / 0.6);
  border-bottom-color: rgb(61 209 246 / 0.6);
}

.hover\:border-y-quaternary\/65:hover{
  border-top-color: rgb(61 209 246 / 0.65);
  border-bottom-color: rgb(61 209 246 / 0.65);
}

.hover\:border-y-quaternary\/70:hover{
  border-top-color: rgb(61 209 246 / 0.7);
  border-bottom-color: rgb(61 209 246 / 0.7);
}

.hover\:border-y-quaternary\/75:hover{
  border-top-color: rgb(61 209 246 / 0.75);
  border-bottom-color: rgb(61 209 246 / 0.75);
}

.hover\:border-y-quaternary\/80:hover{
  border-top-color: rgb(61 209 246 / 0.8);
  border-bottom-color: rgb(61 209 246 / 0.8);
}

.hover\:border-y-quaternary\/85:hover{
  border-top-color: rgb(61 209 246 / 0.85);
  border-bottom-color: rgb(61 209 246 / 0.85);
}

.hover\:border-y-quaternary\/90:hover{
  border-top-color: rgb(61 209 246 / 0.9);
  border-bottom-color: rgb(61 209 246 / 0.9);
}

.hover\:border-y-quaternary\/95:hover{
  border-top-color: rgb(61 209 246 / 0.95);
  border-bottom-color: rgb(61 209 246 / 0.95);
}

.hover\:border-y-quinary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 150 244 / var(--tw-border-opacity));
  border-bottom-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.hover\:border-y-quinary-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 126 222 / var(--tw-border-opacity));
  border-bottom-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.hover\:border-y-quinary-hover\/0:hover{
  border-top-color: rgb(112 126 222 / 0);
  border-bottom-color: rgb(112 126 222 / 0);
}

.hover\:border-y-quinary-hover\/10:hover{
  border-top-color: rgb(112 126 222 / 0.1);
  border-bottom-color: rgb(112 126 222 / 0.1);
}

.hover\:border-y-quinary-hover\/100:hover{
  border-top-color: rgb(112 126 222 / 1);
  border-bottom-color: rgb(112 126 222 / 1);
}

.hover\:border-y-quinary-hover\/15:hover{
  border-top-color: rgb(112 126 222 / 0.15);
  border-bottom-color: rgb(112 126 222 / 0.15);
}

.hover\:border-y-quinary-hover\/20:hover{
  border-top-color: rgb(112 126 222 / 0.2);
  border-bottom-color: rgb(112 126 222 / 0.2);
}

.hover\:border-y-quinary-hover\/25:hover{
  border-top-color: rgb(112 126 222 / 0.25);
  border-bottom-color: rgb(112 126 222 / 0.25);
}

.hover\:border-y-quinary-hover\/30:hover{
  border-top-color: rgb(112 126 222 / 0.3);
  border-bottom-color: rgb(112 126 222 / 0.3);
}

.hover\:border-y-quinary-hover\/35:hover{
  border-top-color: rgb(112 126 222 / 0.35);
  border-bottom-color: rgb(112 126 222 / 0.35);
}

.hover\:border-y-quinary-hover\/40:hover{
  border-top-color: rgb(112 126 222 / 0.4);
  border-bottom-color: rgb(112 126 222 / 0.4);
}

.hover\:border-y-quinary-hover\/45:hover{
  border-top-color: rgb(112 126 222 / 0.45);
  border-bottom-color: rgb(112 126 222 / 0.45);
}

.hover\:border-y-quinary-hover\/5:hover{
  border-top-color: rgb(112 126 222 / 0.05);
  border-bottom-color: rgb(112 126 222 / 0.05);
}

.hover\:border-y-quinary-hover\/50:hover{
  border-top-color: rgb(112 126 222 / 0.5);
  border-bottom-color: rgb(112 126 222 / 0.5);
}

.hover\:border-y-quinary-hover\/55:hover{
  border-top-color: rgb(112 126 222 / 0.55);
  border-bottom-color: rgb(112 126 222 / 0.55);
}

.hover\:border-y-quinary-hover\/60:hover{
  border-top-color: rgb(112 126 222 / 0.6);
  border-bottom-color: rgb(112 126 222 / 0.6);
}

.hover\:border-y-quinary-hover\/65:hover{
  border-top-color: rgb(112 126 222 / 0.65);
  border-bottom-color: rgb(112 126 222 / 0.65);
}

.hover\:border-y-quinary-hover\/70:hover{
  border-top-color: rgb(112 126 222 / 0.7);
  border-bottom-color: rgb(112 126 222 / 0.7);
}

.hover\:border-y-quinary-hover\/75:hover{
  border-top-color: rgb(112 126 222 / 0.75);
  border-bottom-color: rgb(112 126 222 / 0.75);
}

.hover\:border-y-quinary-hover\/80:hover{
  border-top-color: rgb(112 126 222 / 0.8);
  border-bottom-color: rgb(112 126 222 / 0.8);
}

.hover\:border-y-quinary-hover\/85:hover{
  border-top-color: rgb(112 126 222 / 0.85);
  border-bottom-color: rgb(112 126 222 / 0.85);
}

.hover\:border-y-quinary-hover\/90:hover{
  border-top-color: rgb(112 126 222 / 0.9);
  border-bottom-color: rgb(112 126 222 / 0.9);
}

.hover\:border-y-quinary-hover\/95:hover{
  border-top-color: rgb(112 126 222 / 0.95);
  border-bottom-color: rgb(112 126 222 / 0.95);
}

.hover\:border-y-quinary\/0:hover{
  border-top-color: rgb(136 150 244 / 0);
  border-bottom-color: rgb(136 150 244 / 0);
}

.hover\:border-y-quinary\/10:hover{
  border-top-color: rgb(136 150 244 / 0.1);
  border-bottom-color: rgb(136 150 244 / 0.1);
}

.hover\:border-y-quinary\/100:hover{
  border-top-color: rgb(136 150 244 / 1);
  border-bottom-color: rgb(136 150 244 / 1);
}

.hover\:border-y-quinary\/15:hover{
  border-top-color: rgb(136 150 244 / 0.15);
  border-bottom-color: rgb(136 150 244 / 0.15);
}

.hover\:border-y-quinary\/20:hover{
  border-top-color: rgb(136 150 244 / 0.2);
  border-bottom-color: rgb(136 150 244 / 0.2);
}

.hover\:border-y-quinary\/25:hover{
  border-top-color: rgb(136 150 244 / 0.25);
  border-bottom-color: rgb(136 150 244 / 0.25);
}

.hover\:border-y-quinary\/30:hover{
  border-top-color: rgb(136 150 244 / 0.3);
  border-bottom-color: rgb(136 150 244 / 0.3);
}

.hover\:border-y-quinary\/35:hover{
  border-top-color: rgb(136 150 244 / 0.35);
  border-bottom-color: rgb(136 150 244 / 0.35);
}

.hover\:border-y-quinary\/40:hover{
  border-top-color: rgb(136 150 244 / 0.4);
  border-bottom-color: rgb(136 150 244 / 0.4);
}

.hover\:border-y-quinary\/45:hover{
  border-top-color: rgb(136 150 244 / 0.45);
  border-bottom-color: rgb(136 150 244 / 0.45);
}

.hover\:border-y-quinary\/5:hover{
  border-top-color: rgb(136 150 244 / 0.05);
  border-bottom-color: rgb(136 150 244 / 0.05);
}

.hover\:border-y-quinary\/50:hover{
  border-top-color: rgb(136 150 244 / 0.5);
  border-bottom-color: rgb(136 150 244 / 0.5);
}

.hover\:border-y-quinary\/55:hover{
  border-top-color: rgb(136 150 244 / 0.55);
  border-bottom-color: rgb(136 150 244 / 0.55);
}

.hover\:border-y-quinary\/60:hover{
  border-top-color: rgb(136 150 244 / 0.6);
  border-bottom-color: rgb(136 150 244 / 0.6);
}

.hover\:border-y-quinary\/65:hover{
  border-top-color: rgb(136 150 244 / 0.65);
  border-bottom-color: rgb(136 150 244 / 0.65);
}

.hover\:border-y-quinary\/70:hover{
  border-top-color: rgb(136 150 244 / 0.7);
  border-bottom-color: rgb(136 150 244 / 0.7);
}

.hover\:border-y-quinary\/75:hover{
  border-top-color: rgb(136 150 244 / 0.75);
  border-bottom-color: rgb(136 150 244 / 0.75);
}

.hover\:border-y-quinary\/80:hover{
  border-top-color: rgb(136 150 244 / 0.8);
  border-bottom-color: rgb(136 150 244 / 0.8);
}

.hover\:border-y-quinary\/85:hover{
  border-top-color: rgb(136 150 244 / 0.85);
  border-bottom-color: rgb(136 150 244 / 0.85);
}

.hover\:border-y-quinary\/90:hover{
  border-top-color: rgb(136 150 244 / 0.9);
  border-bottom-color: rgb(136 150 244 / 0.9);
}

.hover\:border-y-quinary\/95:hover{
  border-top-color: rgb(136 150 244 / 0.95);
  border-bottom-color: rgb(136 150 244 / 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\/15:hover{
  border-top-color: rgb(254 226 226 / 0.15);
  border-bottom-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 226 226 / 0.35);
  border-bottom-color: rgb(254 226 226 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(254 226 226 / 0.45);
  border-bottom-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 226 226 / 0.55);
  border-bottom-color: rgb(254 226 226 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(254 226 226 / 0.65);
  border-bottom-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 226 226 / 0.85);
  border-bottom-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 202 202 / 0.15);
  border-bottom-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 202 202 / 0.35);
  border-bottom-color: rgb(254 202 202 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(254 202 202 / 0.45);
  border-bottom-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 202 202 / 0.55);
  border-bottom-color: rgb(254 202 202 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(254 202 202 / 0.65);
  border-bottom-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 202 202 / 0.85);
  border-bottom-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(252 165 165 / 0.15);
  border-bottom-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(252 165 165 / 0.35);
  border-bottom-color: rgb(252 165 165 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(252 165 165 / 0.45);
  border-bottom-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(252 165 165 / 0.55);
  border-bottom-color: rgb(252 165 165 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(252 165 165 / 0.65);
  border-bottom-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(252 165 165 / 0.85);
  border-bottom-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(248 113 113 / 0.15);
  border-bottom-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(248 113 113 / 0.35);
  border-bottom-color: rgb(248 113 113 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(248 113 113 / 0.45);
  border-bottom-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(248 113 113 / 0.55);
  border-bottom-color: rgb(248 113 113 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(248 113 113 / 0.65);
  border-bottom-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(248 113 113 / 0.85);
  border-bottom-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 242 242 / 0.15);
  border-bottom-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 242 242 / 0.35);
  border-bottom-color: rgb(254 242 242 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(254 242 242 / 0.45);
  border-bottom-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 242 242 / 0.55);
  border-bottom-color: rgb(254 242 242 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(254 242 242 / 0.65);
  border-bottom-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 242 242 / 0.85);
  border-bottom-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(239 68 68 / 0.15);
  border-bottom-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(239 68 68 / 0.35);
  border-bottom-color: rgb(239 68 68 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(239 68 68 / 0.45);
  border-bottom-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(239 68 68 / 0.55);
  border-bottom-color: rgb(239 68 68 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(239 68 68 / 0.65);
  border-bottom-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(239 68 68 / 0.85);
  border-bottom-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(220 38 38 / 0.15);
  border-bottom-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(220 38 38 / 0.35);
  border-bottom-color: rgb(220 38 38 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(220 38 38 / 0.45);
  border-bottom-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(220 38 38 / 0.55);
  border-bottom-color: rgb(220 38 38 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(220 38 38 / 0.65);
  border-bottom-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(220 38 38 / 0.85);
  border-bottom-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(185 28 28 / 0.15);
  border-bottom-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(185 28 28 / 0.35);
  border-bottom-color: rgb(185 28 28 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(185 28 28 / 0.45);
  border-bottom-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(185 28 28 / 0.55);
  border-bottom-color: rgb(185 28 28 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(185 28 28 / 0.65);
  border-bottom-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(185 28 28 / 0.85);
  border-bottom-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(153 27 27 / 0.15);
  border-bottom-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(153 27 27 / 0.35);
  border-bottom-color: rgb(153 27 27 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(153 27 27 / 0.45);
  border-bottom-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(153 27 27 / 0.55);
  border-bottom-color: rgb(153 27 27 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(153 27 27 / 0.65);
  border-bottom-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(153 27 27 / 0.85);
  border-bottom-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(127 29 29 / 0.15);
  border-bottom-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(127 29 29 / 0.35);
  border-bottom-color: rgb(127 29 29 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(127 29 29 / 0.45);
  border-bottom-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(127 29 29 / 0.55);
  border-bottom-color: rgb(127 29 29 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(127 29 29 / 0.65);
  border-bottom-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(127 29 29 / 0.85);
  border-bottom-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(69 10 10 / 0.15);
  border-bottom-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(69 10 10 / 0.35);
  border-bottom-color: rgb(69 10 10 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(69 10 10 / 0.45);
  border-bottom-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(69 10 10 / 0.55);
  border-bottom-color: rgb(69 10 10 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(69 10 10 / 0.65);
  border-bottom-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(69 10 10 / 0.85);
  border-bottom-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 228 230 / 0.15);
  border-bottom-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 228 230 / 0.35);
  border-bottom-color: rgb(255 228 230 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(255 228 230 / 0.45);
  border-bottom-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 228 230 / 0.55);
  border-bottom-color: rgb(255 228 230 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(255 228 230 / 0.65);
  border-bottom-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 228 230 / 0.85);
  border-bottom-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 205 211 / 0.15);
  border-bottom-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 205 211 / 0.35);
  border-bottom-color: rgb(254 205 211 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(254 205 211 / 0.45);
  border-bottom-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 205 211 / 0.55);
  border-bottom-color: rgb(254 205 211 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(254 205 211 / 0.65);
  border-bottom-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 205 211 / 0.85);
  border-bottom-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 164 175 / 0.15);
  border-bottom-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 164 175 / 0.35);
  border-bottom-color: rgb(253 164 175 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(253 164 175 / 0.45);
  border-bottom-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 164 175 / 0.55);
  border-bottom-color: rgb(253 164 175 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(253 164 175 / 0.65);
  border-bottom-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 164 175 / 0.85);
  border-bottom-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(251 113 133 / 0.15);
  border-bottom-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(251 113 133 / 0.35);
  border-bottom-color: rgb(251 113 133 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(251 113 133 / 0.45);
  border-bottom-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(251 113 133 / 0.55);
  border-bottom-color: rgb(251 113 133 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(251 113 133 / 0.65);
  border-bottom-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(251 113 133 / 0.85);
  border-bottom-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 241 242 / 0.15);
  border-bottom-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 241 242 / 0.35);
  border-bottom-color: rgb(255 241 242 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(255 241 242 / 0.45);
  border-bottom-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 241 242 / 0.55);
  border-bottom-color: rgb(255 241 242 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(255 241 242 / 0.65);
  border-bottom-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 241 242 / 0.85);
  border-bottom-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(244 63 94 / 0.15);
  border-bottom-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(244 63 94 / 0.35);
  border-bottom-color: rgb(244 63 94 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(244 63 94 / 0.45);
  border-bottom-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(244 63 94 / 0.55);
  border-bottom-color: rgb(244 63 94 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(244 63 94 / 0.65);
  border-bottom-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(244 63 94 / 0.85);
  border-bottom-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(225 29 72 / 0.15);
  border-bottom-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(225 29 72 / 0.35);
  border-bottom-color: rgb(225 29 72 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(225 29 72 / 0.45);
  border-bottom-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(225 29 72 / 0.55);
  border-bottom-color: rgb(225 29 72 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(225 29 72 / 0.65);
  border-bottom-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(225 29 72 / 0.85);
  border-bottom-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(190 18 60 / 0.15);
  border-bottom-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(190 18 60 / 0.35);
  border-bottom-color: rgb(190 18 60 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(190 18 60 / 0.45);
  border-bottom-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(190 18 60 / 0.55);
  border-bottom-color: rgb(190 18 60 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(190 18 60 / 0.65);
  border-bottom-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(190 18 60 / 0.85);
  border-bottom-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(159 18 57 / 0.15);
  border-bottom-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(159 18 57 / 0.35);
  border-bottom-color: rgb(159 18 57 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(159 18 57 / 0.45);
  border-bottom-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(159 18 57 / 0.55);
  border-bottom-color: rgb(159 18 57 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(159 18 57 / 0.65);
  border-bottom-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(159 18 57 / 0.85);
  border-bottom-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(136 19 55 / 0.15);
  border-bottom-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(136 19 55 / 0.35);
  border-bottom-color: rgb(136 19 55 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(136 19 55 / 0.45);
  border-bottom-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(136 19 55 / 0.55);
  border-bottom-color: rgb(136 19 55 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(136 19 55 / 0.65);
  border-bottom-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(136 19 55 / 0.85);
  border-bottom-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(76 5 25 / 0.15);
  border-bottom-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(76 5 25 / 0.35);
  border-bottom-color: rgb(76 5 25 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(76 5 25 / 0.45);
  border-bottom-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(76 5 25 / 0.55);
  border-bottom-color: rgb(76 5 25 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(76 5 25 / 0.65);
  border-bottom-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(76 5 25 / 0.85);
  border-bottom-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(141 147 167 / var(--tw-border-opacity));
  border-bottom-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.hover\:border-y-secondary\/0:hover{
  border-top-color: rgb(141 147 167 / 0);
  border-bottom-color: rgb(141 147 167 / 0);
}

.hover\:border-y-secondary\/10:hover{
  border-top-color: rgb(141 147 167 / 0.1);
  border-bottom-color: rgb(141 147 167 / 0.1);
}

.hover\:border-y-secondary\/100:hover{
  border-top-color: rgb(141 147 167 / 1);
  border-bottom-color: rgb(141 147 167 / 1);
}

.hover\:border-y-secondary\/15:hover{
  border-top-color: rgb(141 147 167 / 0.15);
  border-bottom-color: rgb(141 147 167 / 0.15);
}

.hover\:border-y-secondary\/20:hover{
  border-top-color: rgb(141 147 167 / 0.2);
  border-bottom-color: rgb(141 147 167 / 0.2);
}

.hover\:border-y-secondary\/25:hover{
  border-top-color: rgb(141 147 167 / 0.25);
  border-bottom-color: rgb(141 147 167 / 0.25);
}

.hover\:border-y-secondary\/30:hover{
  border-top-color: rgb(141 147 167 / 0.3);
  border-bottom-color: rgb(141 147 167 / 0.3);
}

.hover\:border-y-secondary\/35:hover{
  border-top-color: rgb(141 147 167 / 0.35);
  border-bottom-color: rgb(141 147 167 / 0.35);
}

.hover\:border-y-secondary\/40:hover{
  border-top-color: rgb(141 147 167 / 0.4);
  border-bottom-color: rgb(141 147 167 / 0.4);
}

.hover\:border-y-secondary\/45:hover{
  border-top-color: rgb(141 147 167 / 0.45);
  border-bottom-color: rgb(141 147 167 / 0.45);
}

.hover\:border-y-secondary\/5:hover{
  border-top-color: rgb(141 147 167 / 0.05);
  border-bottom-color: rgb(141 147 167 / 0.05);
}

.hover\:border-y-secondary\/50:hover{
  border-top-color: rgb(141 147 167 / 0.5);
  border-bottom-color: rgb(141 147 167 / 0.5);
}

.hover\:border-y-secondary\/55:hover{
  border-top-color: rgb(141 147 167 / 0.55);
  border-bottom-color: rgb(141 147 167 / 0.55);
}

.hover\:border-y-secondary\/60:hover{
  border-top-color: rgb(141 147 167 / 0.6);
  border-bottom-color: rgb(141 147 167 / 0.6);
}

.hover\:border-y-secondary\/65:hover{
  border-top-color: rgb(141 147 167 / 0.65);
  border-bottom-color: rgb(141 147 167 / 0.65);
}

.hover\:border-y-secondary\/70:hover{
  border-top-color: rgb(141 147 167 / 0.7);
  border-bottom-color: rgb(141 147 167 / 0.7);
}

.hover\:border-y-secondary\/75:hover{
  border-top-color: rgb(141 147 167 / 0.75);
  border-bottom-color: rgb(141 147 167 / 0.75);
}

.hover\:border-y-secondary\/80:hover{
  border-top-color: rgb(141 147 167 / 0.8);
  border-bottom-color: rgb(141 147 167 / 0.8);
}

.hover\:border-y-secondary\/85:hover{
  border-top-color: rgb(141 147 167 / 0.85);
  border-bottom-color: rgb(141 147 167 / 0.85);
}

.hover\:border-y-secondary\/90:hover{
  border-top-color: rgb(141 147 167 / 0.9);
  border-bottom-color: rgb(141 147 167 / 0.9);
}

.hover\:border-y-secondary\/95:hover{
  border-top-color: rgb(141 147 167 / 0.95);
  border-bottom-color: rgb(141 147 167 / 0.95);
}

.hover\:border-y-senary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(73 134 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.hover\:border-y-senary\/0:hover{
  border-top-color: rgb(73 134 231 / 0);
  border-bottom-color: rgb(73 134 231 / 0);
}

.hover\:border-y-senary\/10:hover{
  border-top-color: rgb(73 134 231 / 0.1);
  border-bottom-color: rgb(73 134 231 / 0.1);
}

.hover\:border-y-senary\/100:hover{
  border-top-color: rgb(73 134 231 / 1);
  border-bottom-color: rgb(73 134 231 / 1);
}

.hover\:border-y-senary\/15:hover{
  border-top-color: rgb(73 134 231 / 0.15);
  border-bottom-color: rgb(73 134 231 / 0.15);
}

.hover\:border-y-senary\/20:hover{
  border-top-color: rgb(73 134 231 / 0.2);
  border-bottom-color: rgb(73 134 231 / 0.2);
}

.hover\:border-y-senary\/25:hover{
  border-top-color: rgb(73 134 231 / 0.25);
  border-bottom-color: rgb(73 134 231 / 0.25);
}

.hover\:border-y-senary\/30:hover{
  border-top-color: rgb(73 134 231 / 0.3);
  border-bottom-color: rgb(73 134 231 / 0.3);
}

.hover\:border-y-senary\/35:hover{
  border-top-color: rgb(73 134 231 / 0.35);
  border-bottom-color: rgb(73 134 231 / 0.35);
}

.hover\:border-y-senary\/40:hover{
  border-top-color: rgb(73 134 231 / 0.4);
  border-bottom-color: rgb(73 134 231 / 0.4);
}

.hover\:border-y-senary\/45:hover{
  border-top-color: rgb(73 134 231 / 0.45);
  border-bottom-color: rgb(73 134 231 / 0.45);
}

.hover\:border-y-senary\/5:hover{
  border-top-color: rgb(73 134 231 / 0.05);
  border-bottom-color: rgb(73 134 231 / 0.05);
}

.hover\:border-y-senary\/50:hover{
  border-top-color: rgb(73 134 231 / 0.5);
  border-bottom-color: rgb(73 134 231 / 0.5);
}

.hover\:border-y-senary\/55:hover{
  border-top-color: rgb(73 134 231 / 0.55);
  border-bottom-color: rgb(73 134 231 / 0.55);
}

.hover\:border-y-senary\/60:hover{
  border-top-color: rgb(73 134 231 / 0.6);
  border-bottom-color: rgb(73 134 231 / 0.6);
}

.hover\:border-y-senary\/65:hover{
  border-top-color: rgb(73 134 231 / 0.65);
  border-bottom-color: rgb(73 134 231 / 0.65);
}

.hover\:border-y-senary\/70:hover{
  border-top-color: rgb(73 134 231 / 0.7);
  border-bottom-color: rgb(73 134 231 / 0.7);
}

.hover\:border-y-senary\/75:hover{
  border-top-color: rgb(73 134 231 / 0.75);
  border-bottom-color: rgb(73 134 231 / 0.75);
}

.hover\:border-y-senary\/80:hover{
  border-top-color: rgb(73 134 231 / 0.8);
  border-bottom-color: rgb(73 134 231 / 0.8);
}

.hover\:border-y-senary\/85:hover{
  border-top-color: rgb(73 134 231 / 0.85);
  border-bottom-color: rgb(73 134 231 / 0.85);
}

.hover\:border-y-senary\/90:hover{
  border-top-color: rgb(73 134 231 / 0.9);
  border-bottom-color: rgb(73 134 231 / 0.9);
}

.hover\:border-y-senary\/95:hover{
  border-top-color: rgb(73 134 231 / 0.95);
  border-bottom-color: rgb(73 134 231 / 0.95);
}

.hover\:border-y-septenary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 88 129 / var(--tw-border-opacity));
  border-bottom-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.hover\:border-y-septenary\/0:hover{
  border-top-color: rgb(49 88 129 / 0);
  border-bottom-color: rgb(49 88 129 / 0);
}

.hover\:border-y-septenary\/10:hover{
  border-top-color: rgb(49 88 129 / 0.1);
  border-bottom-color: rgb(49 88 129 / 0.1);
}

.hover\:border-y-septenary\/100:hover{
  border-top-color: rgb(49 88 129 / 1);
  border-bottom-color: rgb(49 88 129 / 1);
}

.hover\:border-y-septenary\/15:hover{
  border-top-color: rgb(49 88 129 / 0.15);
  border-bottom-color: rgb(49 88 129 / 0.15);
}

.hover\:border-y-septenary\/20:hover{
  border-top-color: rgb(49 88 129 / 0.2);
  border-bottom-color: rgb(49 88 129 / 0.2);
}

.hover\:border-y-septenary\/25:hover{
  border-top-color: rgb(49 88 129 / 0.25);
  border-bottom-color: rgb(49 88 129 / 0.25);
}

.hover\:border-y-septenary\/30:hover{
  border-top-color: rgb(49 88 129 / 0.3);
  border-bottom-color: rgb(49 88 129 / 0.3);
}

.hover\:border-y-septenary\/35:hover{
  border-top-color: rgb(49 88 129 / 0.35);
  border-bottom-color: rgb(49 88 129 / 0.35);
}

.hover\:border-y-septenary\/40:hover{
  border-top-color: rgb(49 88 129 / 0.4);
  border-bottom-color: rgb(49 88 129 / 0.4);
}

.hover\:border-y-septenary\/45:hover{
  border-top-color: rgb(49 88 129 / 0.45);
  border-bottom-color: rgb(49 88 129 / 0.45);
}

.hover\:border-y-septenary\/5:hover{
  border-top-color: rgb(49 88 129 / 0.05);
  border-bottom-color: rgb(49 88 129 / 0.05);
}

.hover\:border-y-septenary\/50:hover{
  border-top-color: rgb(49 88 129 / 0.5);
  border-bottom-color: rgb(49 88 129 / 0.5);
}

.hover\:border-y-septenary\/55:hover{
  border-top-color: rgb(49 88 129 / 0.55);
  border-bottom-color: rgb(49 88 129 / 0.55);
}

.hover\:border-y-septenary\/60:hover{
  border-top-color: rgb(49 88 129 / 0.6);
  border-bottom-color: rgb(49 88 129 / 0.6);
}

.hover\:border-y-septenary\/65:hover{
  border-top-color: rgb(49 88 129 / 0.65);
  border-bottom-color: rgb(49 88 129 / 0.65);
}

.hover\:border-y-septenary\/70:hover{
  border-top-color: rgb(49 88 129 / 0.7);
  border-bottom-color: rgb(49 88 129 / 0.7);
}

.hover\:border-y-septenary\/75:hover{
  border-top-color: rgb(49 88 129 / 0.75);
  border-bottom-color: rgb(49 88 129 / 0.75);
}

.hover\:border-y-septenary\/80:hover{
  border-top-color: rgb(49 88 129 / 0.8);
  border-bottom-color: rgb(49 88 129 / 0.8);
}

.hover\:border-y-septenary\/85:hover{
  border-top-color: rgb(49 88 129 / 0.85);
  border-bottom-color: rgb(49 88 129 / 0.85);
}

.hover\:border-y-septenary\/90:hover{
  border-top-color: rgb(49 88 129 / 0.9);
  border-bottom-color: rgb(49 88 129 / 0.9);
}

.hover\:border-y-septenary\/95:hover{
  border-top-color: rgb(49 88 129 / 0.95);
  border-bottom-color: rgb(49 88 129 / 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\/15:hover{
  border-top-color: rgb(224 242 254 / 0.15);
  border-bottom-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(224 242 254 / 0.35);
  border-bottom-color: rgb(224 242 254 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(224 242 254 / 0.45);
  border-bottom-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(224 242 254 / 0.55);
  border-bottom-color: rgb(224 242 254 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(224 242 254 / 0.65);
  border-bottom-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(224 242 254 / 0.85);
  border-bottom-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(186 230 253 / 0.15);
  border-bottom-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(186 230 253 / 0.35);
  border-bottom-color: rgb(186 230 253 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(186 230 253 / 0.45);
  border-bottom-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(186 230 253 / 0.55);
  border-bottom-color: rgb(186 230 253 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(186 230 253 / 0.65);
  border-bottom-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(186 230 253 / 0.85);
  border-bottom-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(125 211 252 / 0.15);
  border-bottom-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(125 211 252 / 0.35);
  border-bottom-color: rgb(125 211 252 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(125 211 252 / 0.45);
  border-bottom-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(125 211 252 / 0.55);
  border-bottom-color: rgb(125 211 252 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(125 211 252 / 0.65);
  border-bottom-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(125 211 252 / 0.85);
  border-bottom-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(56 189 248 / 0.15);
  border-bottom-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(56 189 248 / 0.35);
  border-bottom-color: rgb(56 189 248 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(56 189 248 / 0.45);
  border-bottom-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(56 189 248 / 0.55);
  border-bottom-color: rgb(56 189 248 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(56 189 248 / 0.65);
  border-bottom-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(56 189 248 / 0.85);
  border-bottom-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(240 249 255 / 0.15);
  border-bottom-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(240 249 255 / 0.35);
  border-bottom-color: rgb(240 249 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(240 249 255 / 0.45);
  border-bottom-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(240 249 255 / 0.55);
  border-bottom-color: rgb(240 249 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(240 249 255 / 0.65);
  border-bottom-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(240 249 255 / 0.85);
  border-bottom-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(14 165 233 / 0.15);
  border-bottom-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(14 165 233 / 0.35);
  border-bottom-color: rgb(14 165 233 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(14 165 233 / 0.45);
  border-bottom-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(14 165 233 / 0.55);
  border-bottom-color: rgb(14 165 233 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(14 165 233 / 0.65);
  border-bottom-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(14 165 233 / 0.85);
  border-bottom-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(2 132 199 / 0.15);
  border-bottom-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(2 132 199 / 0.35);
  border-bottom-color: rgb(2 132 199 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(2 132 199 / 0.45);
  border-bottom-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(2 132 199 / 0.55);
  border-bottom-color: rgb(2 132 199 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(2 132 199 / 0.65);
  border-bottom-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(2 132 199 / 0.85);
  border-bottom-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(3 105 161 / 0.15);
  border-bottom-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(3 105 161 / 0.35);
  border-bottom-color: rgb(3 105 161 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(3 105 161 / 0.45);
  border-bottom-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(3 105 161 / 0.55);
  border-bottom-color: rgb(3 105 161 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(3 105 161 / 0.65);
  border-bottom-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(3 105 161 / 0.85);
  border-bottom-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(7 89 133 / 0.15);
  border-bottom-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(7 89 133 / 0.35);
  border-bottom-color: rgb(7 89 133 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(7 89 133 / 0.45);
  border-bottom-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(7 89 133 / 0.55);
  border-bottom-color: rgb(7 89 133 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(7 89 133 / 0.65);
  border-bottom-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(7 89 133 / 0.85);
  border-bottom-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(12 74 110 / 0.15);
  border-bottom-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(12 74 110 / 0.35);
  border-bottom-color: rgb(12 74 110 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(12 74 110 / 0.45);
  border-bottom-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(12 74 110 / 0.55);
  border-bottom-color: rgb(12 74 110 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(12 74 110 / 0.65);
  border-bottom-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(12 74 110 / 0.85);
  border-bottom-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(8 47 73 / 0.15);
  border-bottom-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(8 47 73 / 0.35);
  border-bottom-color: rgb(8 47 73 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(8 47 73 / 0.45);
  border-bottom-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(8 47 73 / 0.55);
  border-bottom-color: rgb(8 47 73 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(8 47 73 / 0.65);
  border-bottom-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(8 47 73 / 0.85);
  border-bottom-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(241 245 249 / 0.15);
  border-bottom-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(241 245 249 / 0.35);
  border-bottom-color: rgb(241 245 249 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(241 245 249 / 0.45);
  border-bottom-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(241 245 249 / 0.55);
  border-bottom-color: rgb(241 245 249 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(241 245 249 / 0.65);
  border-bottom-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(241 245 249 / 0.85);
  border-bottom-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(226 232 240 / 0.15);
  border-bottom-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(226 232 240 / 0.35);
  border-bottom-color: rgb(226 232 240 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(226 232 240 / 0.45);
  border-bottom-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(226 232 240 / 0.55);
  border-bottom-color: rgb(226 232 240 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(226 232 240 / 0.65);
  border-bottom-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(226 232 240 / 0.85);
  border-bottom-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(203 213 225 / 0.15);
  border-bottom-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(203 213 225 / 0.35);
  border-bottom-color: rgb(203 213 225 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(203 213 225 / 0.45);
  border-bottom-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(203 213 225 / 0.55);
  border-bottom-color: rgb(203 213 225 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(203 213 225 / 0.65);
  border-bottom-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(203 213 225 / 0.85);
  border-bottom-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(148 163 184 / 0.15);
  border-bottom-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(148 163 184 / 0.35);
  border-bottom-color: rgb(148 163 184 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(148 163 184 / 0.45);
  border-bottom-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(148 163 184 / 0.55);
  border-bottom-color: rgb(148 163 184 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(148 163 184 / 0.65);
  border-bottom-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(148 163 184 / 0.85);
  border-bottom-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(248 250 252 / 0.15);
  border-bottom-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(248 250 252 / 0.35);
  border-bottom-color: rgb(248 250 252 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(248 250 252 / 0.45);
  border-bottom-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(248 250 252 / 0.55);
  border-bottom-color: rgb(248 250 252 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(248 250 252 / 0.65);
  border-bottom-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(248 250 252 / 0.85);
  border-bottom-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(100 116 139 / 0.15);
  border-bottom-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(100 116 139 / 0.35);
  border-bottom-color: rgb(100 116 139 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(100 116 139 / 0.45);
  border-bottom-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(100 116 139 / 0.55);
  border-bottom-color: rgb(100 116 139 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(100 116 139 / 0.65);
  border-bottom-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(100 116 139 / 0.85);
  border-bottom-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(71 85 105 / 0.15);
  border-bottom-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(71 85 105 / 0.35);
  border-bottom-color: rgb(71 85 105 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(71 85 105 / 0.45);
  border-bottom-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(71 85 105 / 0.55);
  border-bottom-color: rgb(71 85 105 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(71 85 105 / 0.65);
  border-bottom-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(71 85 105 / 0.85);
  border-bottom-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(51 65 85 / 0.15);
  border-bottom-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(51 65 85 / 0.35);
  border-bottom-color: rgb(51 65 85 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(51 65 85 / 0.45);
  border-bottom-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(51 65 85 / 0.55);
  border-bottom-color: rgb(51 65 85 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(51 65 85 / 0.65);
  border-bottom-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(51 65 85 / 0.85);
  border-bottom-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(30 41 59 / 0.15);
  border-bottom-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(30 41 59 / 0.35);
  border-bottom-color: rgb(30 41 59 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(30 41 59 / 0.45);
  border-bottom-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(30 41 59 / 0.55);
  border-bottom-color: rgb(30 41 59 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(30 41 59 / 0.65);
  border-bottom-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(30 41 59 / 0.85);
  border-bottom-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(15 23 42 / 0.15);
  border-bottom-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(15 23 42 / 0.35);
  border-bottom-color: rgb(15 23 42 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(15 23 42 / 0.45);
  border-bottom-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(15 23 42 / 0.55);
  border-bottom-color: rgb(15 23 42 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(15 23 42 / 0.65);
  border-bottom-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(15 23 42 / 0.85);
  border-bottom-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(2 6 23 / 0.15);
  border-bottom-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(2 6 23 / 0.35);
  border-bottom-color: rgb(2 6 23 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(2 6 23 / 0.45);
  border-bottom-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(2 6 23 / 0.55);
  border-bottom-color: rgb(2 6 23 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(2 6 23 / 0.65);
  border-bottom-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(2 6 23 / 0.85);
  border-bottom-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(245 245 244 / 0.15);
  border-bottom-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 245 244 / 0.35);
  border-bottom-color: rgb(245 245 244 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(245 245 244 / 0.45);
  border-bottom-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 245 244 / 0.55);
  border-bottom-color: rgb(245 245 244 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(245 245 244 / 0.65);
  border-bottom-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 245 244 / 0.85);
  border-bottom-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(231 229 228 / 0.15);
  border-bottom-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(231 229 228 / 0.35);
  border-bottom-color: rgb(231 229 228 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(231 229 228 / 0.45);
  border-bottom-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(231 229 228 / 0.55);
  border-bottom-color: rgb(231 229 228 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(231 229 228 / 0.65);
  border-bottom-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(231 229 228 / 0.85);
  border-bottom-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(214 211 209 / 0.15);
  border-bottom-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(214 211 209 / 0.35);
  border-bottom-color: rgb(214 211 209 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(214 211 209 / 0.45);
  border-bottom-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(214 211 209 / 0.55);
  border-bottom-color: rgb(214 211 209 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(214 211 209 / 0.65);
  border-bottom-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(214 211 209 / 0.85);
  border-bottom-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(168 162 158 / 0.15);
  border-bottom-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(168 162 158 / 0.35);
  border-bottom-color: rgb(168 162 158 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(168 162 158 / 0.45);
  border-bottom-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(168 162 158 / 0.55);
  border-bottom-color: rgb(168 162 158 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(168 162 158 / 0.65);
  border-bottom-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(168 162 158 / 0.85);
  border-bottom-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 250 249 / 0.15);
  border-bottom-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 250 249 / 0.35);
  border-bottom-color: rgb(250 250 249 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(250 250 249 / 0.45);
  border-bottom-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 250 249 / 0.55);
  border-bottom-color: rgb(250 250 249 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(250 250 249 / 0.65);
  border-bottom-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 250 249 / 0.85);
  border-bottom-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(120 113 108 / 0.15);
  border-bottom-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(120 113 108 / 0.35);
  border-bottom-color: rgb(120 113 108 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(120 113 108 / 0.45);
  border-bottom-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(120 113 108 / 0.55);
  border-bottom-color: rgb(120 113 108 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(120 113 108 / 0.65);
  border-bottom-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(120 113 108 / 0.85);
  border-bottom-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(87 83 78 / 0.15);
  border-bottom-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(87 83 78 / 0.35);
  border-bottom-color: rgb(87 83 78 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(87 83 78 / 0.45);
  border-bottom-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(87 83 78 / 0.55);
  border-bottom-color: rgb(87 83 78 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(87 83 78 / 0.65);
  border-bottom-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(87 83 78 / 0.85);
  border-bottom-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(68 64 60 / 0.15);
  border-bottom-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(68 64 60 / 0.35);
  border-bottom-color: rgb(68 64 60 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(68 64 60 / 0.45);
  border-bottom-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(68 64 60 / 0.55);
  border-bottom-color: rgb(68 64 60 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(68 64 60 / 0.65);
  border-bottom-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(68 64 60 / 0.85);
  border-bottom-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(41 37 36 / 0.15);
  border-bottom-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(41 37 36 / 0.35);
  border-bottom-color: rgb(41 37 36 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(41 37 36 / 0.45);
  border-bottom-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(41 37 36 / 0.55);
  border-bottom-color: rgb(41 37 36 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(41 37 36 / 0.65);
  border-bottom-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(41 37 36 / 0.85);
  border-bottom-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(28 25 23 / 0.15);
  border-bottom-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(28 25 23 / 0.35);
  border-bottom-color: rgb(28 25 23 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(28 25 23 / 0.45);
  border-bottom-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(28 25 23 / 0.55);
  border-bottom-color: rgb(28 25 23 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(28 25 23 / 0.65);
  border-bottom-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(28 25 23 / 0.85);
  border-bottom-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(12 10 9 / 0.15);
  border-bottom-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(12 10 9 / 0.35);
  border-bottom-color: rgb(12 10 9 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(12 10 9 / 0.45);
  border-bottom-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(12 10 9 / 0.55);
  border-bottom-color: rgb(12 10 9 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(12 10 9 / 0.65);
  border-bottom-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(12 10 9 / 0.85);
  border-bottom-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 196 149 / var(--tw-border-opacity));
  border-bottom-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.hover\:border-y-success\/0:hover{
  border-top-color: rgb(7 196 149 / 0);
  border-bottom-color: rgb(7 196 149 / 0);
}

.hover\:border-y-success\/10:hover{
  border-top-color: rgb(7 196 149 / 0.1);
  border-bottom-color: rgb(7 196 149 / 0.1);
}

.hover\:border-y-success\/100:hover{
  border-top-color: rgb(7 196 149 / 1);
  border-bottom-color: rgb(7 196 149 / 1);
}

.hover\:border-y-success\/15:hover{
  border-top-color: rgb(7 196 149 / 0.15);
  border-bottom-color: rgb(7 196 149 / 0.15);
}

.hover\:border-y-success\/20:hover{
  border-top-color: rgb(7 196 149 / 0.2);
  border-bottom-color: rgb(7 196 149 / 0.2);
}

.hover\:border-y-success\/25:hover{
  border-top-color: rgb(7 196 149 / 0.25);
  border-bottom-color: rgb(7 196 149 / 0.25);
}

.hover\:border-y-success\/30:hover{
  border-top-color: rgb(7 196 149 / 0.3);
  border-bottom-color: rgb(7 196 149 / 0.3);
}

.hover\:border-y-success\/35:hover{
  border-top-color: rgb(7 196 149 / 0.35);
  border-bottom-color: rgb(7 196 149 / 0.35);
}

.hover\:border-y-success\/40:hover{
  border-top-color: rgb(7 196 149 / 0.4);
  border-bottom-color: rgb(7 196 149 / 0.4);
}

.hover\:border-y-success\/45:hover{
  border-top-color: rgb(7 196 149 / 0.45);
  border-bottom-color: rgb(7 196 149 / 0.45);
}

.hover\:border-y-success\/5:hover{
  border-top-color: rgb(7 196 149 / 0.05);
  border-bottom-color: rgb(7 196 149 / 0.05);
}

.hover\:border-y-success\/50:hover{
  border-top-color: rgb(7 196 149 / 0.5);
  border-bottom-color: rgb(7 196 149 / 0.5);
}

.hover\:border-y-success\/55:hover{
  border-top-color: rgb(7 196 149 / 0.55);
  border-bottom-color: rgb(7 196 149 / 0.55);
}

.hover\:border-y-success\/60:hover{
  border-top-color: rgb(7 196 149 / 0.6);
  border-bottom-color: rgb(7 196 149 / 0.6);
}

.hover\:border-y-success\/65:hover{
  border-top-color: rgb(7 196 149 / 0.65);
  border-bottom-color: rgb(7 196 149 / 0.65);
}

.hover\:border-y-success\/70:hover{
  border-top-color: rgb(7 196 149 / 0.7);
  border-bottom-color: rgb(7 196 149 / 0.7);
}

.hover\:border-y-success\/75:hover{
  border-top-color: rgb(7 196 149 / 0.75);
  border-bottom-color: rgb(7 196 149 / 0.75);
}

.hover\:border-y-success\/80:hover{
  border-top-color: rgb(7 196 149 / 0.8);
  border-bottom-color: rgb(7 196 149 / 0.8);
}

.hover\:border-y-success\/85:hover{
  border-top-color: rgb(7 196 149 / 0.85);
  border-bottom-color: rgb(7 196 149 / 0.85);
}

.hover\:border-y-success\/90:hover{
  border-top-color: rgb(7 196 149 / 0.9);
  border-bottom-color: rgb(7 196 149 / 0.9);
}

.hover\:border-y-success\/95:hover{
  border-top-color: rgb(7 196 149 / 0.95);
  border-bottom-color: rgb(7 196 149 / 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\/15:hover{
  border-top-color: rgb(204 251 241 / 0.15);
  border-bottom-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(204 251 241 / 0.35);
  border-bottom-color: rgb(204 251 241 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(204 251 241 / 0.45);
  border-bottom-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(204 251 241 / 0.55);
  border-bottom-color: rgb(204 251 241 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(204 251 241 / 0.65);
  border-bottom-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(204 251 241 / 0.85);
  border-bottom-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(153 246 228 / 0.15);
  border-bottom-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(153 246 228 / 0.35);
  border-bottom-color: rgb(153 246 228 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(153 246 228 / 0.45);
  border-bottom-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(153 246 228 / 0.55);
  border-bottom-color: rgb(153 246 228 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(153 246 228 / 0.65);
  border-bottom-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(153 246 228 / 0.85);
  border-bottom-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(94 234 212 / 0.15);
  border-bottom-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(94 234 212 / 0.35);
  border-bottom-color: rgb(94 234 212 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(94 234 212 / 0.45);
  border-bottom-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(94 234 212 / 0.55);
  border-bottom-color: rgb(94 234 212 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(94 234 212 / 0.65);
  border-bottom-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(94 234 212 / 0.85);
  border-bottom-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(45 212 191 / 0.15);
  border-bottom-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(45 212 191 / 0.35);
  border-bottom-color: rgb(45 212 191 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(45 212 191 / 0.45);
  border-bottom-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(45 212 191 / 0.55);
  border-bottom-color: rgb(45 212 191 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(45 212 191 / 0.65);
  border-bottom-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(45 212 191 / 0.85);
  border-bottom-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(240 253 250 / 0.15);
  border-bottom-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(240 253 250 / 0.35);
  border-bottom-color: rgb(240 253 250 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(240 253 250 / 0.45);
  border-bottom-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(240 253 250 / 0.55);
  border-bottom-color: rgb(240 253 250 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(240 253 250 / 0.65);
  border-bottom-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(240 253 250 / 0.85);
  border-bottom-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(20 184 166 / 0.15);
  border-bottom-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(20 184 166 / 0.35);
  border-bottom-color: rgb(20 184 166 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(20 184 166 / 0.45);
  border-bottom-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(20 184 166 / 0.55);
  border-bottom-color: rgb(20 184 166 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(20 184 166 / 0.65);
  border-bottom-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(20 184 166 / 0.85);
  border-bottom-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(13 148 136 / 0.15);
  border-bottom-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(13 148 136 / 0.35);
  border-bottom-color: rgb(13 148 136 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(13 148 136 / 0.45);
  border-bottom-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(13 148 136 / 0.55);
  border-bottom-color: rgb(13 148 136 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(13 148 136 / 0.65);
  border-bottom-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(13 148 136 / 0.85);
  border-bottom-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(15 118 110 / 0.15);
  border-bottom-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(15 118 110 / 0.35);
  border-bottom-color: rgb(15 118 110 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(15 118 110 / 0.45);
  border-bottom-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(15 118 110 / 0.55);
  border-bottom-color: rgb(15 118 110 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(15 118 110 / 0.65);
  border-bottom-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(15 118 110 / 0.85);
  border-bottom-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(17 94 89 / 0.15);
  border-bottom-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(17 94 89 / 0.35);
  border-bottom-color: rgb(17 94 89 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(17 94 89 / 0.45);
  border-bottom-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(17 94 89 / 0.55);
  border-bottom-color: rgb(17 94 89 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(17 94 89 / 0.65);
  border-bottom-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(17 94 89 / 0.85);
  border-bottom-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(19 78 74 / 0.15);
  border-bottom-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(19 78 74 / 0.35);
  border-bottom-color: rgb(19 78 74 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(19 78 74 / 0.45);
  border-bottom-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(19 78 74 / 0.55);
  border-bottom-color: rgb(19 78 74 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(19 78 74 / 0.65);
  border-bottom-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(19 78 74 / 0.85);
  border-bottom-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(4 47 46 / 0.15);
  border-bottom-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(4 47 46 / 0.35);
  border-bottom-color: rgb(4 47 46 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(4 47 46 / 0.45);
  border-bottom-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(4 47 46 / 0.55);
  border-bottom-color: rgb(4 47 46 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(4 47 46 / 0.65);
  border-bottom-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(4 47 46 / 0.85);
  border-bottom-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 137 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.hover\:border-y-tertiary-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 123 223 / var(--tw-border-opacity));
  border-bottom-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.hover\:border-y-tertiary-hover\/0:hover{
  border-top-color: rgb(20 123 223 / 0);
  border-bottom-color: rgb(20 123 223 / 0);
}

.hover\:border-y-tertiary-hover\/10:hover{
  border-top-color: rgb(20 123 223 / 0.1);
  border-bottom-color: rgb(20 123 223 / 0.1);
}

.hover\:border-y-tertiary-hover\/100:hover{
  border-top-color: rgb(20 123 223 / 1);
  border-bottom-color: rgb(20 123 223 / 1);
}

.hover\:border-y-tertiary-hover\/15:hover{
  border-top-color: rgb(20 123 223 / 0.15);
  border-bottom-color: rgb(20 123 223 / 0.15);
}

.hover\:border-y-tertiary-hover\/20:hover{
  border-top-color: rgb(20 123 223 / 0.2);
  border-bottom-color: rgb(20 123 223 / 0.2);
}

.hover\:border-y-tertiary-hover\/25:hover{
  border-top-color: rgb(20 123 223 / 0.25);
  border-bottom-color: rgb(20 123 223 / 0.25);
}

.hover\:border-y-tertiary-hover\/30:hover{
  border-top-color: rgb(20 123 223 / 0.3);
  border-bottom-color: rgb(20 123 223 / 0.3);
}

.hover\:border-y-tertiary-hover\/35:hover{
  border-top-color: rgb(20 123 223 / 0.35);
  border-bottom-color: rgb(20 123 223 / 0.35);
}

.hover\:border-y-tertiary-hover\/40:hover{
  border-top-color: rgb(20 123 223 / 0.4);
  border-bottom-color: rgb(20 123 223 / 0.4);
}

.hover\:border-y-tertiary-hover\/45:hover{
  border-top-color: rgb(20 123 223 / 0.45);
  border-bottom-color: rgb(20 123 223 / 0.45);
}

.hover\:border-y-tertiary-hover\/5:hover{
  border-top-color: rgb(20 123 223 / 0.05);
  border-bottom-color: rgb(20 123 223 / 0.05);
}

.hover\:border-y-tertiary-hover\/50:hover{
  border-top-color: rgb(20 123 223 / 0.5);
  border-bottom-color: rgb(20 123 223 / 0.5);
}

.hover\:border-y-tertiary-hover\/55:hover{
  border-top-color: rgb(20 123 223 / 0.55);
  border-bottom-color: rgb(20 123 223 / 0.55);
}

.hover\:border-y-tertiary-hover\/60:hover{
  border-top-color: rgb(20 123 223 / 0.6);
  border-bottom-color: rgb(20 123 223 / 0.6);
}

.hover\:border-y-tertiary-hover\/65:hover{
  border-top-color: rgb(20 123 223 / 0.65);
  border-bottom-color: rgb(20 123 223 / 0.65);
}

.hover\:border-y-tertiary-hover\/70:hover{
  border-top-color: rgb(20 123 223 / 0.7);
  border-bottom-color: rgb(20 123 223 / 0.7);
}

.hover\:border-y-tertiary-hover\/75:hover{
  border-top-color: rgb(20 123 223 / 0.75);
  border-bottom-color: rgb(20 123 223 / 0.75);
}

.hover\:border-y-tertiary-hover\/80:hover{
  border-top-color: rgb(20 123 223 / 0.8);
  border-bottom-color: rgb(20 123 223 / 0.8);
}

.hover\:border-y-tertiary-hover\/85:hover{
  border-top-color: rgb(20 123 223 / 0.85);
  border-bottom-color: rgb(20 123 223 / 0.85);
}

.hover\:border-y-tertiary-hover\/90:hover{
  border-top-color: rgb(20 123 223 / 0.9);
  border-bottom-color: rgb(20 123 223 / 0.9);
}

.hover\:border-y-tertiary-hover\/95:hover{
  border-top-color: rgb(20 123 223 / 0.95);
  border-bottom-color: rgb(20 123 223 / 0.95);
}

.hover\:border-y-tertiary\/0:hover{
  border-top-color: rgb(22 137 252 / 0);
  border-bottom-color: rgb(22 137 252 / 0);
}

.hover\:border-y-tertiary\/10:hover{
  border-top-color: rgb(22 137 252 / 0.1);
  border-bottom-color: rgb(22 137 252 / 0.1);
}

.hover\:border-y-tertiary\/100:hover{
  border-top-color: rgb(22 137 252 / 1);
  border-bottom-color: rgb(22 137 252 / 1);
}

.hover\:border-y-tertiary\/15:hover{
  border-top-color: rgb(22 137 252 / 0.15);
  border-bottom-color: rgb(22 137 252 / 0.15);
}

.hover\:border-y-tertiary\/20:hover{
  border-top-color: rgb(22 137 252 / 0.2);
  border-bottom-color: rgb(22 137 252 / 0.2);
}

.hover\:border-y-tertiary\/25:hover{
  border-top-color: rgb(22 137 252 / 0.25);
  border-bottom-color: rgb(22 137 252 / 0.25);
}

.hover\:border-y-tertiary\/30:hover{
  border-top-color: rgb(22 137 252 / 0.3);
  border-bottom-color: rgb(22 137 252 / 0.3);
}

.hover\:border-y-tertiary\/35:hover{
  border-top-color: rgb(22 137 252 / 0.35);
  border-bottom-color: rgb(22 137 252 / 0.35);
}

.hover\:border-y-tertiary\/40:hover{
  border-top-color: rgb(22 137 252 / 0.4);
  border-bottom-color: rgb(22 137 252 / 0.4);
}

.hover\:border-y-tertiary\/45:hover{
  border-top-color: rgb(22 137 252 / 0.45);
  border-bottom-color: rgb(22 137 252 / 0.45);
}

.hover\:border-y-tertiary\/5:hover{
  border-top-color: rgb(22 137 252 / 0.05);
  border-bottom-color: rgb(22 137 252 / 0.05);
}

.hover\:border-y-tertiary\/50:hover{
  border-top-color: rgb(22 137 252 / 0.5);
  border-bottom-color: rgb(22 137 252 / 0.5);
}

.hover\:border-y-tertiary\/55:hover{
  border-top-color: rgb(22 137 252 / 0.55);
  border-bottom-color: rgb(22 137 252 / 0.55);
}

.hover\:border-y-tertiary\/60:hover{
  border-top-color: rgb(22 137 252 / 0.6);
  border-bottom-color: rgb(22 137 252 / 0.6);
}

.hover\:border-y-tertiary\/65:hover{
  border-top-color: rgb(22 137 252 / 0.65);
  border-bottom-color: rgb(22 137 252 / 0.65);
}

.hover\:border-y-tertiary\/70:hover{
  border-top-color: rgb(22 137 252 / 0.7);
  border-bottom-color: rgb(22 137 252 / 0.7);
}

.hover\:border-y-tertiary\/75:hover{
  border-top-color: rgb(22 137 252 / 0.75);
  border-bottom-color: rgb(22 137 252 / 0.75);
}

.hover\:border-y-tertiary\/80:hover{
  border-top-color: rgb(22 137 252 / 0.8);
  border-bottom-color: rgb(22 137 252 / 0.8);
}

.hover\:border-y-tertiary\/85:hover{
  border-top-color: rgb(22 137 252 / 0.85);
  border-bottom-color: rgb(22 137 252 / 0.85);
}

.hover\:border-y-tertiary\/90:hover{
  border-top-color: rgb(22 137 252 / 0.9);
  border-bottom-color: rgb(22 137 252 / 0.9);
}

.hover\:border-y-tertiary\/95:hover{
  border-top-color: rgb(22 137 252 / 0.95);
  border-bottom-color: rgb(22 137 252 / 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\/15:hover{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  border-top-color: rgb(237 233 254 / 0.15);
  border-bottom-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(237 233 254 / 0.35);
  border-bottom-color: rgb(237 233 254 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(237 233 254 / 0.45);
  border-bottom-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(237 233 254 / 0.55);
  border-bottom-color: rgb(237 233 254 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(237 233 254 / 0.65);
  border-bottom-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(237 233 254 / 0.85);
  border-bottom-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(221 214 254 / 0.15);
  border-bottom-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(221 214 254 / 0.35);
  border-bottom-color: rgb(221 214 254 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(221 214 254 / 0.45);
  border-bottom-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(221 214 254 / 0.55);
  border-bottom-color: rgb(221 214 254 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(221 214 254 / 0.65);
  border-bottom-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(221 214 254 / 0.85);
  border-bottom-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(196 181 253 / 0.15);
  border-bottom-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(196 181 253 / 0.35);
  border-bottom-color: rgb(196 181 253 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(196 181 253 / 0.45);
  border-bottom-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(196 181 253 / 0.55);
  border-bottom-color: rgb(196 181 253 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(196 181 253 / 0.65);
  border-bottom-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(196 181 253 / 0.85);
  border-bottom-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(167 139 250 / 0.15);
  border-bottom-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(167 139 250 / 0.35);
  border-bottom-color: rgb(167 139 250 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(167 139 250 / 0.45);
  border-bottom-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(167 139 250 / 0.55);
  border-bottom-color: rgb(167 139 250 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(167 139 250 / 0.65);
  border-bottom-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(167 139 250 / 0.85);
  border-bottom-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(245 243 255 / 0.15);
  border-bottom-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 243 255 / 0.35);
  border-bottom-color: rgb(245 243 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(245 243 255 / 0.45);
  border-bottom-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 243 255 / 0.55);
  border-bottom-color: rgb(245 243 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(245 243 255 / 0.65);
  border-bottom-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 243 255 / 0.85);
  border-bottom-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(139 92 246 / 0.15);
  border-bottom-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(139 92 246 / 0.35);
  border-bottom-color: rgb(139 92 246 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(139 92 246 / 0.45);
  border-bottom-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(139 92 246 / 0.55);
  border-bottom-color: rgb(139 92 246 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(139 92 246 / 0.65);
  border-bottom-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(139 92 246 / 0.85);
  border-bottom-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(124 58 237 / 0.15);
  border-bottom-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(124 58 237 / 0.35);
  border-bottom-color: rgb(124 58 237 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(124 58 237 / 0.45);
  border-bottom-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(124 58 237 / 0.55);
  border-bottom-color: rgb(124 58 237 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(124 58 237 / 0.65);
  border-bottom-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(124 58 237 / 0.85);
  border-bottom-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(109 40 217 / 0.15);
  border-bottom-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(109 40 217 / 0.35);
  border-bottom-color: rgb(109 40 217 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(109 40 217 / 0.45);
  border-bottom-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(109 40 217 / 0.55);
  border-bottom-color: rgb(109 40 217 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(109 40 217 / 0.65);
  border-bottom-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(109 40 217 / 0.85);
  border-bottom-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(91 33 182 / 0.15);
  border-bottom-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(91 33 182 / 0.35);
  border-bottom-color: rgb(91 33 182 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(91 33 182 / 0.45);
  border-bottom-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(91 33 182 / 0.55);
  border-bottom-color: rgb(91 33 182 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(91 33 182 / 0.65);
  border-bottom-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(91 33 182 / 0.85);
  border-bottom-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(76 29 149 / 0.15);
  border-bottom-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(76 29 149 / 0.35);
  border-bottom-color: rgb(76 29 149 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(76 29 149 / 0.45);
  border-bottom-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(76 29 149 / 0.55);
  border-bottom-color: rgb(76 29 149 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(76 29 149 / 0.65);
  border-bottom-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(76 29 149 / 0.85);
  border-bottom-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(46 16 101 / 0.15);
  border-bottom-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(46 16 101 / 0.35);
  border-bottom-color: rgb(46 16 101 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(46 16 101 / 0.45);
  border-bottom-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(46 16 101 / 0.55);
  border-bottom-color: rgb(46 16 101 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(46 16 101 / 0.65);
  border-bottom-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(46 16 101 / 0.85);
  border-bottom-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 224 71 / 0.15);
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 224 71 / 0.35);
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(253 224 71 / 0.45);
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 224 71 / 0.55);
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(253 224 71 / 0.65);
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 224 71 / 0.85);
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(161 98 7 / 0.15);
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(161 98 7 / 0.35);
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(161 98 7 / 0.45);
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(161 98 7 / 0.55);
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(161 98 7 / 0.65);
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(161 98 7 / 0.85);
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(113 63 18 / 0.15);
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(113 63 18 / 0.35);
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(113 63 18 / 0.45);
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(113 63 18 / 0.55);
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(113 63 18 / 0.65);
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(113 63 18 / 0.85);
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(66 32 6 / 0.15);
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(66 32 6 / 0.35);
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(66 32 6 / 0.45);
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(66 32 6 / 0.55);
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(66 32 6 / 0.65);
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(66 32 6 / 0.85);
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(244 244 245 / 0.15);
  border-bottom-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(244 244 245 / 0.35);
  border-bottom-color: rgb(244 244 245 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(244 244 245 / 0.45);
  border-bottom-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(244 244 245 / 0.55);
  border-bottom-color: rgb(244 244 245 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(244 244 245 / 0.65);
  border-bottom-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(244 244 245 / 0.85);
  border-bottom-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(228 228 231 / 0.15);
  border-bottom-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(228 228 231 / 0.35);
  border-bottom-color: rgb(228 228 231 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(228 228 231 / 0.45);
  border-bottom-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(228 228 231 / 0.55);
  border-bottom-color: rgb(228 228 231 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(228 228 231 / 0.65);
  border-bottom-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(228 228 231 / 0.85);
  border-bottom-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(212 212 216 / 0.15);
  border-bottom-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(212 212 216 / 0.35);
  border-bottom-color: rgb(212 212 216 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(212 212 216 / 0.45);
  border-bottom-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(212 212 216 / 0.55);
  border-bottom-color: rgb(212 212 216 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(212 212 216 / 0.65);
  border-bottom-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(212 212 216 / 0.85);
  border-bottom-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(161 161 170 / 0.15);
  border-bottom-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(161 161 170 / 0.35);
  border-bottom-color: rgb(161 161 170 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(161 161 170 / 0.45);
  border-bottom-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(161 161 170 / 0.55);
  border-bottom-color: rgb(161 161 170 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(161 161 170 / 0.65);
  border-bottom-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(161 161 170 / 0.85);
  border-bottom-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(113 113 122 / 0.15);
  border-bottom-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(113 113 122 / 0.35);
  border-bottom-color: rgb(113 113 122 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(113 113 122 / 0.45);
  border-bottom-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(113 113 122 / 0.55);
  border-bottom-color: rgb(113 113 122 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(113 113 122 / 0.65);
  border-bottom-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(113 113 122 / 0.85);
  border-bottom-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(82 82 91 / 0.15);
  border-bottom-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(82 82 91 / 0.35);
  border-bottom-color: rgb(82 82 91 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(82 82 91 / 0.45);
  border-bottom-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(82 82 91 / 0.55);
  border-bottom-color: rgb(82 82 91 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(82 82 91 / 0.65);
  border-bottom-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(82 82 91 / 0.85);
  border-bottom-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(63 63 70 / 0.15);
  border-bottom-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(63 63 70 / 0.35);
  border-bottom-color: rgb(63 63 70 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(63 63 70 / 0.45);
  border-bottom-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(63 63 70 / 0.55);
  border-bottom-color: rgb(63 63 70 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(63 63 70 / 0.65);
  border-bottom-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(63 63 70 / 0.85);
  border-bottom-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(39 39 42 / 0.15);
  border-bottom-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(39 39 42 / 0.35);
  border-bottom-color: rgb(39 39 42 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(39 39 42 / 0.45);
  border-bottom-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(39 39 42 / 0.55);
  border-bottom-color: rgb(39 39 42 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(39 39 42 / 0.65);
  border-bottom-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(39 39 42 / 0.85);
  border-bottom-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(24 24 27 / 0.15);
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(24 24 27 / 0.35);
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(24 24 27 / 0.45);
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(24 24 27 / 0.55);
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(24 24 27 / 0.65);
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(24 24 27 / 0.85);
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(9 9 11 / 0.15);
  border-bottom-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(9 9 11 / 0.35);
  border-bottom-color: rgb(9 9 11 / 0.35);
}

.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\/45:hover{
  border-top-color: rgb(9 9 11 / 0.45);
  border-bottom-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(9 9 11 / 0.55);
  border-bottom-color: rgb(9 9 11 / 0.55);
}

.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\/65:hover{
  border-top-color: rgb(9 9 11 / 0.65);
  border-bottom-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(9 9 11 / 0.85);
  border-bottom-color: rgb(9 9 11 / 0.85);
}

.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-accent:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.hover\:border-b-accent\/0:hover{
  border-bottom-color: rgb(70 109 148 / 0);
}

.hover\:border-b-accent\/10:hover{
  border-bottom-color: rgb(70 109 148 / 0.1);
}

.hover\:border-b-accent\/100:hover{
  border-bottom-color: rgb(70 109 148 / 1);
}

.hover\:border-b-accent\/15:hover{
  border-bottom-color: rgb(70 109 148 / 0.15);
}

.hover\:border-b-accent\/20:hover{
  border-bottom-color: rgb(70 109 148 / 0.2);
}

.hover\:border-b-accent\/25:hover{
  border-bottom-color: rgb(70 109 148 / 0.25);
}

.hover\:border-b-accent\/30:hover{
  border-bottom-color: rgb(70 109 148 / 0.3);
}

.hover\:border-b-accent\/35:hover{
  border-bottom-color: rgb(70 109 148 / 0.35);
}

.hover\:border-b-accent\/40:hover{
  border-bottom-color: rgb(70 109 148 / 0.4);
}

.hover\:border-b-accent\/45:hover{
  border-bottom-color: rgb(70 109 148 / 0.45);
}

.hover\:border-b-accent\/5:hover{
  border-bottom-color: rgb(70 109 148 / 0.05);
}

.hover\:border-b-accent\/50:hover{
  border-bottom-color: rgb(70 109 148 / 0.5);
}

.hover\:border-b-accent\/55:hover{
  border-bottom-color: rgb(70 109 148 / 0.55);
}

.hover\:border-b-accent\/60:hover{
  border-bottom-color: rgb(70 109 148 / 0.6);
}

.hover\:border-b-accent\/65:hover{
  border-bottom-color: rgb(70 109 148 / 0.65);
}

.hover\:border-b-accent\/70:hover{
  border-bottom-color: rgb(70 109 148 / 0.7);
}

.hover\:border-b-accent\/75:hover{
  border-bottom-color: rgb(70 109 148 / 0.75);
}

.hover\:border-b-accent\/80:hover{
  border-bottom-color: rgb(70 109 148 / 0.8);
}

.hover\:border-b-accent\/85:hover{
  border-bottom-color: rgb(70 109 148 / 0.85);
}

.hover\:border-b-accent\/90:hover{
  border-bottom-color: rgb(70 109 148 / 0.9);
}

.hover\:border-b-accent\/95:hover{
  border-bottom-color: rgb(70 109 148 / 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\/15:hover{
  border-bottom-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(254 243 199 / 0.35);
}

.hover\:border-b-amber-100\/40:hover{
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.hover\:border-b-amber-100\/45:hover{
  border-bottom-color: rgb(254 243 199 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(254 243 199 / 0.55);
}

.hover\:border-b-amber-100\/60:hover{
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.hover\:border-b-amber-100\/65:hover{
  border-bottom-color: rgb(254 243 199 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(253 230 138 / 0.35);
}

.hover\:border-b-amber-200\/40:hover{
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.hover\:border-b-amber-200\/45:hover{
  border-bottom-color: rgb(253 230 138 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(253 230 138 / 0.55);
}

.hover\:border-b-amber-200\/60:hover{
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.hover\:border-b-amber-200\/65:hover{
  border-bottom-color: rgb(253 230 138 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(252 211 77 / 0.35);
}

.hover\:border-b-amber-300\/40:hover{
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.hover\:border-b-amber-300\/45:hover{
  border-bottom-color: rgb(252 211 77 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(252 211 77 / 0.55);
}

.hover\:border-b-amber-300\/60:hover{
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.hover\:border-b-amber-300\/65:hover{
  border-bottom-color: rgb(252 211 77 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(251 191 36 / 0.35);
}

.hover\:border-b-amber-400\/40:hover{
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.hover\:border-b-amber-400\/45:hover{
  border-bottom-color: rgb(251 191 36 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(251 191 36 / 0.55);
}

.hover\:border-b-amber-400\/60:hover{
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.hover\:border-b-amber-400\/65:hover{
  border-bottom-color: rgb(251 191 36 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(255 251 235 / 0.35);
}

.hover\:border-b-amber-50\/40:hover{
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.hover\:border-b-amber-50\/45:hover{
  border-bottom-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(255 251 235 / 0.55);
}

.hover\:border-b-amber-50\/60:hover{
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.hover\:border-b-amber-50\/65:hover{
  border-bottom-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(245 158 11 / 0.35);
}

.hover\:border-b-amber-500\/40:hover{
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.hover\:border-b-amber-500\/45:hover{
  border-bottom-color: rgb(245 158 11 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(245 158 11 / 0.55);
}

.hover\:border-b-amber-500\/60:hover{
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.hover\:border-b-amber-500\/65:hover{
  border-bottom-color: rgb(245 158 11 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(217 119 6 / 0.35);
}

.hover\:border-b-amber-600\/40:hover{
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.hover\:border-b-amber-600\/45:hover{
  border-bottom-color: rgb(217 119 6 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(217 119 6 / 0.55);
}

.hover\:border-b-amber-600\/60:hover{
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.hover\:border-b-amber-600\/65:hover{
  border-bottom-color: rgb(217 119 6 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(180 83 9 / 0.35);
}

.hover\:border-b-amber-700\/40:hover{
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.hover\:border-b-amber-700\/45:hover{
  border-bottom-color: rgb(180 83 9 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(180 83 9 / 0.55);
}

.hover\:border-b-amber-700\/60:hover{
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.hover\:border-b-amber-700\/65:hover{
  border-bottom-color: rgb(180 83 9 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(146 64 14 / 0.35);
}

.hover\:border-b-amber-800\/40:hover{
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.hover\:border-b-amber-800\/45:hover{
  border-bottom-color: rgb(146 64 14 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(146 64 14 / 0.55);
}

.hover\:border-b-amber-800\/60:hover{
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.hover\:border-b-amber-800\/65:hover{
  border-bottom-color: rgb(146 64 14 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(120 53 15 / 0.35);
}

.hover\:border-b-amber-900\/40:hover{
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.hover\:border-b-amber-900\/45:hover{
  border-bottom-color: rgb(120 53 15 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(120 53 15 / 0.55);
}

.hover\:border-b-amber-900\/60:hover{
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.hover\:border-b-amber-900\/65:hover{
  border-bottom-color: rgb(120 53 15 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(69 26 3 / 0.35);
}

.hover\:border-b-amber-950\/40:hover{
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.hover\:border-b-amber-950\/45:hover{
  border-bottom-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(69 26 3 / 0.55);
}

.hover\:border-b-amber-950\/60:hover{
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.hover\:border-b-amber-950\/65:hover{
  border-bottom-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.hover\:border-b-background\/0:hover{
  border-bottom-color: rgb(245 246 250 / 0);
}

.hover\:border-b-background\/10:hover{
  border-bottom-color: rgb(245 246 250 / 0.1);
}

.hover\:border-b-background\/100:hover{
  border-bottom-color: rgb(245 246 250 / 1);
}

.hover\:border-b-background\/15:hover{
  border-bottom-color: rgb(245 246 250 / 0.15);
}

.hover\:border-b-background\/20:hover{
  border-bottom-color: rgb(245 246 250 / 0.2);
}

.hover\:border-b-background\/25:hover{
  border-bottom-color: rgb(245 246 250 / 0.25);
}

.hover\:border-b-background\/30:hover{
  border-bottom-color: rgb(245 246 250 / 0.3);
}

.hover\:border-b-background\/35:hover{
  border-bottom-color: rgb(245 246 250 / 0.35);
}

.hover\:border-b-background\/40:hover{
  border-bottom-color: rgb(245 246 250 / 0.4);
}

.hover\:border-b-background\/45:hover{
  border-bottom-color: rgb(245 246 250 / 0.45);
}

.hover\:border-b-background\/5:hover{
  border-bottom-color: rgb(245 246 250 / 0.05);
}

.hover\:border-b-background\/50:hover{
  border-bottom-color: rgb(245 246 250 / 0.5);
}

.hover\:border-b-background\/55:hover{
  border-bottom-color: rgb(245 246 250 / 0.55);
}

.hover\:border-b-background\/60:hover{
  border-bottom-color: rgb(245 246 250 / 0.6);
}

.hover\:border-b-background\/65:hover{
  border-bottom-color: rgb(245 246 250 / 0.65);
}

.hover\:border-b-background\/70:hover{
  border-bottom-color: rgb(245 246 250 / 0.7);
}

.hover\:border-b-background\/75:hover{
  border-bottom-color: rgb(245 246 250 / 0.75);
}

.hover\:border-b-background\/80:hover{
  border-bottom-color: rgb(245 246 250 / 0.8);
}

.hover\:border-b-background\/85:hover{
  border-bottom-color: rgb(245 246 250 / 0.85);
}

.hover\:border-b-background\/90:hover{
  border-bottom-color: rgb(245 246 250 / 0.9);
}

.hover\:border-b-background\/95:hover{
  border-bottom-color: rgb(245 246 250 / 0.95);
}

.hover\:border-b-black:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.hover\:border-b-black\/0:hover{
  border-bottom-color: rgb(41 44 53 / 0);
}

.hover\:border-b-black\/10:hover{
  border-bottom-color: rgb(41 44 53 / 0.1);
}

.hover\:border-b-black\/100:hover{
  border-bottom-color: rgb(41 44 53 / 1);
}

.hover\:border-b-black\/15:hover{
  border-bottom-color: rgb(41 44 53 / 0.15);
}

.hover\:border-b-black\/20:hover{
  border-bottom-color: rgb(41 44 53 / 0.2);
}

.hover\:border-b-black\/25:hover{
  border-bottom-color: rgb(41 44 53 / 0.25);
}

.hover\:border-b-black\/30:hover{
  border-bottom-color: rgb(41 44 53 / 0.3);
}

.hover\:border-b-black\/35:hover{
  border-bottom-color: rgb(41 44 53 / 0.35);
}

.hover\:border-b-black\/40:hover{
  border-bottom-color: rgb(41 44 53 / 0.4);
}

.hover\:border-b-black\/45:hover{
  border-bottom-color: rgb(41 44 53 / 0.45);
}

.hover\:border-b-black\/5:hover{
  border-bottom-color: rgb(41 44 53 / 0.05);
}

.hover\:border-b-black\/50:hover{
  border-bottom-color: rgb(41 44 53 / 0.5);
}

.hover\:border-b-black\/55:hover{
  border-bottom-color: rgb(41 44 53 / 0.55);
}

.hover\:border-b-black\/60:hover{
  border-bottom-color: rgb(41 44 53 / 0.6);
}

.hover\:border-b-black\/65:hover{
  border-bottom-color: rgb(41 44 53 / 0.65);
}

.hover\:border-b-black\/70:hover{
  border-bottom-color: rgb(41 44 53 / 0.7);
}

.hover\:border-b-black\/75:hover{
  border-bottom-color: rgb(41 44 53 / 0.75);
}

.hover\:border-b-black\/80:hover{
  border-bottom-color: rgb(41 44 53 / 0.8);
}

.hover\:border-b-black\/85:hover{
  border-bottom-color: rgb(41 44 53 / 0.85);
}

.hover\:border-b-black\/90:hover{
  border-bottom-color: rgb(41 44 53 / 0.9);
}

.hover\:border-b-black\/95:hover{
  border-bottom-color: rgb(41 44 53 / 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\/15:hover{
  border-bottom-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(219 234 254 / 0.35);
}

.hover\:border-b-blue-100\/40:hover{
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.hover\:border-b-blue-100\/45:hover{
  border-bottom-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(219 234 254 / 0.55);
}

.hover\:border-b-blue-100\/60:hover{
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.hover\:border-b-blue-100\/65:hover{
  border-bottom-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(191 219 254 / 0.35);
}

.hover\:border-b-blue-200\/40:hover{
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.hover\:border-b-blue-200\/45:hover{
  border-bottom-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(191 219 254 / 0.55);
}

.hover\:border-b-blue-200\/60:hover{
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.hover\:border-b-blue-200\/65:hover{
  border-bottom-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(147 197 253 / 0.35);
}

.hover\:border-b-blue-300\/40:hover{
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.hover\:border-b-blue-300\/45:hover{
  border-bottom-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(147 197 253 / 0.55);
}

.hover\:border-b-blue-300\/60:hover{
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.hover\:border-b-blue-300\/65:hover{
  border-bottom-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(96 165 250 / 0.35);
}

.hover\:border-b-blue-400\/40:hover{
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.hover\:border-b-blue-400\/45:hover{
  border-bottom-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(96 165 250 / 0.55);
}

.hover\:border-b-blue-400\/60:hover{
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.hover\:border-b-blue-400\/65:hover{
  border-bottom-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(239 246 255 / 0.35);
}

.hover\:border-b-blue-50\/40:hover{
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.hover\:border-b-blue-50\/45:hover{
  border-bottom-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(239 246 255 / 0.55);
}

.hover\:border-b-blue-50\/60:hover{
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.hover\:border-b-blue-50\/65:hover{
  border-bottom-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(59 130 246 / 0.35);
}

.hover\:border-b-blue-500\/40:hover{
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.hover\:border-b-blue-500\/45:hover{
  border-bottom-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(59 130 246 / 0.55);
}

.hover\:border-b-blue-500\/60:hover{
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.hover\:border-b-blue-500\/65:hover{
  border-bottom-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(37 99 235 / 0.35);
}

.hover\:border-b-blue-600\/40:hover{
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.hover\:border-b-blue-600\/45:hover{
  border-bottom-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(37 99 235 / 0.55);
}

.hover\:border-b-blue-600\/60:hover{
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.hover\:border-b-blue-600\/65:hover{
  border-bottom-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(29 78 216 / 0.35);
}

.hover\:border-b-blue-700\/40:hover{
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.hover\:border-b-blue-700\/45:hover{
  border-bottom-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(29 78 216 / 0.55);
}

.hover\:border-b-blue-700\/60:hover{
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.hover\:border-b-blue-700\/65:hover{
  border-bottom-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(30 64 175 / 0.35);
}

.hover\:border-b-blue-800\/40:hover{
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.hover\:border-b-blue-800\/45:hover{
  border-bottom-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(30 64 175 / 0.55);
}

.hover\:border-b-blue-800\/60:hover{
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.hover\:border-b-blue-800\/65:hover{
  border-bottom-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(30 58 138 / 0.35);
}

.hover\:border-b-blue-900\/40:hover{
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.hover\:border-b-blue-900\/45:hover{
  border-bottom-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(30 58 138 / 0.55);
}

.hover\:border-b-blue-900\/60:hover{
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.hover\:border-b-blue-900\/65:hover{
  border-bottom-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(23 37 84 / 0.35);
}

.hover\:border-b-blue-950\/40:hover{
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.hover\:border-b-blue-950\/45:hover{
  border-bottom-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(23 37 84 / 0.55);
}

.hover\:border-b-blue-950\/60:hover{
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.hover\:border-b-blue-950\/65:hover{
  border-bottom-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.hover\:border-b-csv-hover:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.hover\:border-b-csv-hover\/0:hover{
  border-bottom-color: rgb(0 114 37 / 0);
}

.hover\:border-b-csv-hover\/10:hover{
  border-bottom-color: rgb(0 114 37 / 0.1);
}

.hover\:border-b-csv-hover\/100:hover{
  border-bottom-color: rgb(0 114 37 / 1);
}

.hover\:border-b-csv-hover\/15:hover{
  border-bottom-color: rgb(0 114 37 / 0.15);
}

.hover\:border-b-csv-hover\/20:hover{
  border-bottom-color: rgb(0 114 37 / 0.2);
}

.hover\:border-b-csv-hover\/25:hover{
  border-bottom-color: rgb(0 114 37 / 0.25);
}

.hover\:border-b-csv-hover\/30:hover{
  border-bottom-color: rgb(0 114 37 / 0.3);
}

.hover\:border-b-csv-hover\/35:hover{
  border-bottom-color: rgb(0 114 37 / 0.35);
}

.hover\:border-b-csv-hover\/40:hover{
  border-bottom-color: rgb(0 114 37 / 0.4);
}

.hover\:border-b-csv-hover\/45:hover{
  border-bottom-color: rgb(0 114 37 / 0.45);
}

.hover\:border-b-csv-hover\/5:hover{
  border-bottom-color: rgb(0 114 37 / 0.05);
}

.hover\:border-b-csv-hover\/50:hover{
  border-bottom-color: rgb(0 114 37 / 0.5);
}

.hover\:border-b-csv-hover\/55:hover{
  border-bottom-color: rgb(0 114 37 / 0.55);
}

.hover\:border-b-csv-hover\/60:hover{
  border-bottom-color: rgb(0 114 37 / 0.6);
}

.hover\:border-b-csv-hover\/65:hover{
  border-bottom-color: rgb(0 114 37 / 0.65);
}

.hover\:border-b-csv-hover\/70:hover{
  border-bottom-color: rgb(0 114 37 / 0.7);
}

.hover\:border-b-csv-hover\/75:hover{
  border-bottom-color: rgb(0 114 37 / 0.75);
}

.hover\:border-b-csv-hover\/80:hover{
  border-bottom-color: rgb(0 114 37 / 0.8);
}

.hover\:border-b-csv-hover\/85:hover{
  border-bottom-color: rgb(0 114 37 / 0.85);
}

.hover\:border-b-csv-hover\/90:hover{
  border-bottom-color: rgb(0 114 37 / 0.9);
}

.hover\:border-b-csv-hover\/95:hover{
  border-bottom-color: rgb(0 114 37 / 0.95);
}

.hover\:border-b-csv\/0:hover{
  border-bottom-color: rgb(0 138 43 / 0);
}

.hover\:border-b-csv\/10:hover{
  border-bottom-color: rgb(0 138 43 / 0.1);
}

.hover\:border-b-csv\/100:hover{
  border-bottom-color: rgb(0 138 43 / 1);
}

.hover\:border-b-csv\/15:hover{
  border-bottom-color: rgb(0 138 43 / 0.15);
}

.hover\:border-b-csv\/20:hover{
  border-bottom-color: rgb(0 138 43 / 0.2);
}

.hover\:border-b-csv\/25:hover{
  border-bottom-color: rgb(0 138 43 / 0.25);
}

.hover\:border-b-csv\/30:hover{
  border-bottom-color: rgb(0 138 43 / 0.3);
}

.hover\:border-b-csv\/35:hover{
  border-bottom-color: rgb(0 138 43 / 0.35);
}

.hover\:border-b-csv\/40:hover{
  border-bottom-color: rgb(0 138 43 / 0.4);
}

.hover\:border-b-csv\/45:hover{
  border-bottom-color: rgb(0 138 43 / 0.45);
}

.hover\:border-b-csv\/5:hover{
  border-bottom-color: rgb(0 138 43 / 0.05);
}

.hover\:border-b-csv\/50:hover{
  border-bottom-color: rgb(0 138 43 / 0.5);
}

.hover\:border-b-csv\/55:hover{
  border-bottom-color: rgb(0 138 43 / 0.55);
}

.hover\:border-b-csv\/60:hover{
  border-bottom-color: rgb(0 138 43 / 0.6);
}

.hover\:border-b-csv\/65:hover{
  border-bottom-color: rgb(0 138 43 / 0.65);
}

.hover\:border-b-csv\/70:hover{
  border-bottom-color: rgb(0 138 43 / 0.7);
}

.hover\:border-b-csv\/75:hover{
  border-bottom-color: rgb(0 138 43 / 0.75);
}

.hover\:border-b-csv\/80:hover{
  border-bottom-color: rgb(0 138 43 / 0.8);
}

.hover\:border-b-csv\/85:hover{
  border-bottom-color: rgb(0 138 43 / 0.85);
}

.hover\:border-b-csv\/90:hover{
  border-bottom-color: rgb(0 138 43 / 0.9);
}

.hover\:border-b-csv\/95:hover{
  border-bottom-color: rgb(0 138 43 / 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\/15:hover{
  border-bottom-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(207 250 254 / 0.35);
}

.hover\:border-b-cyan-100\/40:hover{
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.hover\:border-b-cyan-100\/45:hover{
  border-bottom-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(207 250 254 / 0.55);
}

.hover\:border-b-cyan-100\/60:hover{
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.hover\:border-b-cyan-100\/65:hover{
  border-bottom-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(165 243 252 / 0.35);
}

.hover\:border-b-cyan-200\/40:hover{
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.hover\:border-b-cyan-200\/45:hover{
  border-bottom-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(165 243 252 / 0.55);
}

.hover\:border-b-cyan-200\/60:hover{
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.hover\:border-b-cyan-200\/65:hover{
  border-bottom-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(103 232 249 / 0.35);
}

.hover\:border-b-cyan-300\/40:hover{
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.hover\:border-b-cyan-300\/45:hover{
  border-bottom-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(103 232 249 / 0.55);
}

.hover\:border-b-cyan-300\/60:hover{
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.hover\:border-b-cyan-300\/65:hover{
  border-bottom-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(34 211 238 / 0.35);
}

.hover\:border-b-cyan-400\/40:hover{
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.hover\:border-b-cyan-400\/45:hover{
  border-bottom-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(34 211 238 / 0.55);
}

.hover\:border-b-cyan-400\/60:hover{
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.hover\:border-b-cyan-400\/65:hover{
  border-bottom-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(236 254 255 / 0.35);
}

.hover\:border-b-cyan-50\/40:hover{
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.hover\:border-b-cyan-50\/45:hover{
  border-bottom-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(236 254 255 / 0.55);
}

.hover\:border-b-cyan-50\/60:hover{
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.hover\:border-b-cyan-50\/65:hover{
  border-bottom-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(6 182 212 / 0.35);
}

.hover\:border-b-cyan-500\/40:hover{
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.hover\:border-b-cyan-500\/45:hover{
  border-bottom-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(6 182 212 / 0.55);
}

.hover\:border-b-cyan-500\/60:hover{
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.hover\:border-b-cyan-500\/65:hover{
  border-bottom-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(8 145 178 / 0.35);
}

.hover\:border-b-cyan-600\/40:hover{
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.hover\:border-b-cyan-600\/45:hover{
  border-bottom-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(8 145 178 / 0.55);
}

.hover\:border-b-cyan-600\/60:hover{
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.hover\:border-b-cyan-600\/65:hover{
  border-bottom-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(14 116 144 / 0.35);
}

.hover\:border-b-cyan-700\/40:hover{
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.hover\:border-b-cyan-700\/45:hover{
  border-bottom-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(14 116 144 / 0.55);
}

.hover\:border-b-cyan-700\/60:hover{
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.hover\:border-b-cyan-700\/65:hover{
  border-bottom-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(21 94 117 / 0.35);
}

.hover\:border-b-cyan-800\/40:hover{
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.hover\:border-b-cyan-800\/45:hover{
  border-bottom-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(21 94 117 / 0.55);
}

.hover\:border-b-cyan-800\/60:hover{
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.hover\:border-b-cyan-800\/65:hover{
  border-bottom-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(22 78 99 / 0.35);
}

.hover\:border-b-cyan-900\/40:hover{
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.hover\:border-b-cyan-900\/45:hover{
  border-bottom-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(22 78 99 / 0.55);
}

.hover\:border-b-cyan-900\/60:hover{
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.hover\:border-b-cyan-900\/65:hover{
  border-bottom-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(8 51 68 / 0.35);
}

.hover\:border-b-cyan-950\/40:hover{
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.hover\:border-b-cyan-950\/45:hover{
  border-bottom-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(8 51 68 / 0.55);
}

.hover\:border-b-cyan-950\/60:hover{
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.hover\:border-b-cyan-950\/65:hover{
  border-bottom-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.hover\:border-b-danger-hover:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.hover\:border-b-danger-hover\/0:hover{
  border-bottom-color: rgb(193 49 44 / 0);
}

.hover\:border-b-danger-hover\/10:hover{
  border-bottom-color: rgb(193 49 44 / 0.1);
}

.hover\:border-b-danger-hover\/100:hover{
  border-bottom-color: rgb(193 49 44 / 1);
}

.hover\:border-b-danger-hover\/15:hover{
  border-bottom-color: rgb(193 49 44 / 0.15);
}

.hover\:border-b-danger-hover\/20:hover{
  border-bottom-color: rgb(193 49 44 / 0.2);
}

.hover\:border-b-danger-hover\/25:hover{
  border-bottom-color: rgb(193 49 44 / 0.25);
}

.hover\:border-b-danger-hover\/30:hover{
  border-bottom-color: rgb(193 49 44 / 0.3);
}

.hover\:border-b-danger-hover\/35:hover{
  border-bottom-color: rgb(193 49 44 / 0.35);
}

.hover\:border-b-danger-hover\/40:hover{
  border-bottom-color: rgb(193 49 44 / 0.4);
}

.hover\:border-b-danger-hover\/45:hover{
  border-bottom-color: rgb(193 49 44 / 0.45);
}

.hover\:border-b-danger-hover\/5:hover{
  border-bottom-color: rgb(193 49 44 / 0.05);
}

.hover\:border-b-danger-hover\/50:hover{
  border-bottom-color: rgb(193 49 44 / 0.5);
}

.hover\:border-b-danger-hover\/55:hover{
  border-bottom-color: rgb(193 49 44 / 0.55);
}

.hover\:border-b-danger-hover\/60:hover{
  border-bottom-color: rgb(193 49 44 / 0.6);
}

.hover\:border-b-danger-hover\/65:hover{
  border-bottom-color: rgb(193 49 44 / 0.65);
}

.hover\:border-b-danger-hover\/70:hover{
  border-bottom-color: rgb(193 49 44 / 0.7);
}

.hover\:border-b-danger-hover\/75:hover{
  border-bottom-color: rgb(193 49 44 / 0.75);
}

.hover\:border-b-danger-hover\/80:hover{
  border-bottom-color: rgb(193 49 44 / 0.8);
}

.hover\:border-b-danger-hover\/85:hover{
  border-bottom-color: rgb(193 49 44 / 0.85);
}

.hover\:border-b-danger-hover\/90:hover{
  border-bottom-color: rgb(193 49 44 / 0.9);
}

.hover\:border-b-danger-hover\/95:hover{
  border-bottom-color: rgb(193 49 44 / 0.95);
}

.hover\:border-b-danger\/0:hover{
  border-bottom-color: rgb(207 59 54 / 0);
}

.hover\:border-b-danger\/10:hover{
  border-bottom-color: rgb(207 59 54 / 0.1);
}

.hover\:border-b-danger\/100:hover{
  border-bottom-color: rgb(207 59 54 / 1);
}

.hover\:border-b-danger\/15:hover{
  border-bottom-color: rgb(207 59 54 / 0.15);
}

.hover\:border-b-danger\/20:hover{
  border-bottom-color: rgb(207 59 54 / 0.2);
}

.hover\:border-b-danger\/25:hover{
  border-bottom-color: rgb(207 59 54 / 0.25);
}

.hover\:border-b-danger\/30:hover{
  border-bottom-color: rgb(207 59 54 / 0.3);
}

.hover\:border-b-danger\/35:hover{
  border-bottom-color: rgb(207 59 54 / 0.35);
}

.hover\:border-b-danger\/40:hover{
  border-bottom-color: rgb(207 59 54 / 0.4);
}

.hover\:border-b-danger\/45:hover{
  border-bottom-color: rgb(207 59 54 / 0.45);
}

.hover\:border-b-danger\/5:hover{
  border-bottom-color: rgb(207 59 54 / 0.05);
}

.hover\:border-b-danger\/50:hover{
  border-bottom-color: rgb(207 59 54 / 0.5);
}

.hover\:border-b-danger\/55:hover{
  border-bottom-color: rgb(207 59 54 / 0.55);
}

.hover\:border-b-danger\/60:hover{
  border-bottom-color: rgb(207 59 54 / 0.6);
}

.hover\:border-b-danger\/65:hover{
  border-bottom-color: rgb(207 59 54 / 0.65);
}

.hover\:border-b-danger\/70:hover{
  border-bottom-color: rgb(207 59 54 / 0.7);
}

.hover\:border-b-danger\/75:hover{
  border-bottom-color: rgb(207 59 54 / 0.75);
}

.hover\:border-b-danger\/80:hover{
  border-bottom-color: rgb(207 59 54 / 0.8);
}

.hover\:border-b-danger\/85:hover{
  border-bottom-color: rgb(207 59 54 / 0.85);
}

.hover\:border-b-danger\/90:hover{
  border-bottom-color: rgb(207 59 54 / 0.9);
}

.hover\:border-b-danger\/95:hover{
  border-bottom-color: rgb(207 59 54 / 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\/15:hover{
  border-bottom-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(209 250 229 / 0.35);
}

.hover\:border-b-emerald-100\/40:hover{
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.hover\:border-b-emerald-100\/45:hover{
  border-bottom-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(209 250 229 / 0.55);
}

.hover\:border-b-emerald-100\/60:hover{
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.hover\:border-b-emerald-100\/65:hover{
  border-bottom-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(167 243 208 / 0.35);
}

.hover\:border-b-emerald-200\/40:hover{
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.hover\:border-b-emerald-200\/45:hover{
  border-bottom-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(167 243 208 / 0.55);
}

.hover\:border-b-emerald-200\/60:hover{
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.hover\:border-b-emerald-200\/65:hover{
  border-bottom-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(110 231 183 / 0.35);
}

.hover\:border-b-emerald-300\/40:hover{
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.hover\:border-b-emerald-300\/45:hover{
  border-bottom-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(110 231 183 / 0.55);
}

.hover\:border-b-emerald-300\/60:hover{
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.hover\:border-b-emerald-300\/65:hover{
  border-bottom-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(52 211 153 / 0.35);
}

.hover\:border-b-emerald-400\/40:hover{
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.hover\:border-b-emerald-400\/45:hover{
  border-bottom-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(52 211 153 / 0.55);
}

.hover\:border-b-emerald-400\/60:hover{
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.hover\:border-b-emerald-400\/65:hover{
  border-bottom-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(236 253 245 / 0.35);
}

.hover\:border-b-emerald-50\/40:hover{
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.hover\:border-b-emerald-50\/45:hover{
  border-bottom-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(236 253 245 / 0.55);
}

.hover\:border-b-emerald-50\/60:hover{
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.hover\:border-b-emerald-50\/65:hover{
  border-bottom-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(16 185 129 / 0.35);
}

.hover\:border-b-emerald-500\/40:hover{
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.hover\:border-b-emerald-500\/45:hover{
  border-bottom-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(16 185 129 / 0.55);
}

.hover\:border-b-emerald-500\/60:hover{
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.hover\:border-b-emerald-500\/65:hover{
  border-bottom-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(5 150 105 / 0.35);
}

.hover\:border-b-emerald-600\/40:hover{
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.hover\:border-b-emerald-600\/45:hover{
  border-bottom-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(5 150 105 / 0.55);
}

.hover\:border-b-emerald-600\/60:hover{
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.hover\:border-b-emerald-600\/65:hover{
  border-bottom-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(4 120 87 / 0.35);
}

.hover\:border-b-emerald-700\/40:hover{
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.hover\:border-b-emerald-700\/45:hover{
  border-bottom-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(4 120 87 / 0.55);
}

.hover\:border-b-emerald-700\/60:hover{
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.hover\:border-b-emerald-700\/65:hover{
  border-bottom-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(6 95 70 / 0.35);
}

.hover\:border-b-emerald-800\/40:hover{
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.hover\:border-b-emerald-800\/45:hover{
  border-bottom-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(6 95 70 / 0.55);
}

.hover\:border-b-emerald-800\/60:hover{
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.hover\:border-b-emerald-800\/65:hover{
  border-bottom-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(6 78 59 / 0.35);
}

.hover\:border-b-emerald-900\/40:hover{
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.hover\:border-b-emerald-900\/45:hover{
  border-bottom-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(6 78 59 / 0.55);
}

.hover\:border-b-emerald-900\/60:hover{
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.hover\:border-b-emerald-900\/65:hover{
  border-bottom-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(2 44 34 / 0.35);
}

.hover\:border-b-emerald-950\/40:hover{
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.hover\:border-b-emerald-950\/45:hover{
  border-bottom-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(2 44 34 / 0.55);
}

.hover\:border-b-emerald-950\/60:hover{
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.hover\:border-b-emerald-950\/65:hover{
  border-bottom-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.hover\:border-b-excel-hover:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.hover\:border-b-excel-hover\/0:hover{
  border-bottom-color: rgb(9 138 107 / 0);
}

.hover\:border-b-excel-hover\/10:hover{
  border-bottom-color: rgb(9 138 107 / 0.1);
}

.hover\:border-b-excel-hover\/100:hover{
  border-bottom-color: rgb(9 138 107 / 1);
}

.hover\:border-b-excel-hover\/15:hover{
  border-bottom-color: rgb(9 138 107 / 0.15);
}

.hover\:border-b-excel-hover\/20:hover{
  border-bottom-color: rgb(9 138 107 / 0.2);
}

.hover\:border-b-excel-hover\/25:hover{
  border-bottom-color: rgb(9 138 107 / 0.25);
}

.hover\:border-b-excel-hover\/30:hover{
  border-bottom-color: rgb(9 138 107 / 0.3);
}

.hover\:border-b-excel-hover\/35:hover{
  border-bottom-color: rgb(9 138 107 / 0.35);
}

.hover\:border-b-excel-hover\/40:hover{
  border-bottom-color: rgb(9 138 107 / 0.4);
}

.hover\:border-b-excel-hover\/45:hover{
  border-bottom-color: rgb(9 138 107 / 0.45);
}

.hover\:border-b-excel-hover\/5:hover{
  border-bottom-color: rgb(9 138 107 / 0.05);
}

.hover\:border-b-excel-hover\/50:hover{
  border-bottom-color: rgb(9 138 107 / 0.5);
}

.hover\:border-b-excel-hover\/55:hover{
  border-bottom-color: rgb(9 138 107 / 0.55);
}

.hover\:border-b-excel-hover\/60:hover{
  border-bottom-color: rgb(9 138 107 / 0.6);
}

.hover\:border-b-excel-hover\/65:hover{
  border-bottom-color: rgb(9 138 107 / 0.65);
}

.hover\:border-b-excel-hover\/70:hover{
  border-bottom-color: rgb(9 138 107 / 0.7);
}

.hover\:border-b-excel-hover\/75:hover{
  border-bottom-color: rgb(9 138 107 / 0.75);
}

.hover\:border-b-excel-hover\/80:hover{
  border-bottom-color: rgb(9 138 107 / 0.8);
}

.hover\:border-b-excel-hover\/85:hover{
  border-bottom-color: rgb(9 138 107 / 0.85);
}

.hover\:border-b-excel-hover\/90:hover{
  border-bottom-color: rgb(9 138 107 / 0.9);
}

.hover\:border-b-excel-hover\/95:hover{
  border-bottom-color: rgb(9 138 107 / 0.95);
}

.hover\:border-b-excel\/0:hover{
  border-bottom-color: rgb(11 160 123 / 0);
}

.hover\:border-b-excel\/10:hover{
  border-bottom-color: rgb(11 160 123 / 0.1);
}

.hover\:border-b-excel\/100:hover{
  border-bottom-color: rgb(11 160 123 / 1);
}

.hover\:border-b-excel\/15:hover{
  border-bottom-color: rgb(11 160 123 / 0.15);
}

.hover\:border-b-excel\/20:hover{
  border-bottom-color: rgb(11 160 123 / 0.2);
}

.hover\:border-b-excel\/25:hover{
  border-bottom-color: rgb(11 160 123 / 0.25);
}

.hover\:border-b-excel\/30:hover{
  border-bottom-color: rgb(11 160 123 / 0.3);
}

.hover\:border-b-excel\/35:hover{
  border-bottom-color: rgb(11 160 123 / 0.35);
}

.hover\:border-b-excel\/40:hover{
  border-bottom-color: rgb(11 160 123 / 0.4);
}

.hover\:border-b-excel\/45:hover{
  border-bottom-color: rgb(11 160 123 / 0.45);
}

.hover\:border-b-excel\/5:hover{
  border-bottom-color: rgb(11 160 123 / 0.05);
}

.hover\:border-b-excel\/50:hover{
  border-bottom-color: rgb(11 160 123 / 0.5);
}

.hover\:border-b-excel\/55:hover{
  border-bottom-color: rgb(11 160 123 / 0.55);
}

.hover\:border-b-excel\/60:hover{
  border-bottom-color: rgb(11 160 123 / 0.6);
}

.hover\:border-b-excel\/65:hover{
  border-bottom-color: rgb(11 160 123 / 0.65);
}

.hover\:border-b-excel\/70:hover{
  border-bottom-color: rgb(11 160 123 / 0.7);
}

.hover\:border-b-excel\/75:hover{
  border-bottom-color: rgb(11 160 123 / 0.75);
}

.hover\:border-b-excel\/80:hover{
  border-bottom-color: rgb(11 160 123 / 0.8);
}

.hover\:border-b-excel\/85:hover{
  border-bottom-color: rgb(11 160 123 / 0.85);
}

.hover\:border-b-excel\/90:hover{
  border-bottom-color: rgb(11 160 123 / 0.9);
}

.hover\:border-b-excel\/95:hover{
  border-bottom-color: rgb(11 160 123 / 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\/15:hover{
  border-bottom-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(250 232 255 / 0.35);
}

.hover\:border-b-fuchsia-100\/40:hover{
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.hover\:border-b-fuchsia-100\/45:hover{
  border-bottom-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(250 232 255 / 0.55);
}

.hover\:border-b-fuchsia-100\/60:hover{
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.hover\:border-b-fuchsia-100\/65:hover{
  border-bottom-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(245 208 254 / 0.35);
}

.hover\:border-b-fuchsia-200\/40:hover{
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.hover\:border-b-fuchsia-200\/45:hover{
  border-bottom-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(245 208 254 / 0.55);
}

.hover\:border-b-fuchsia-200\/60:hover{
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.hover\:border-b-fuchsia-200\/65:hover{
  border-bottom-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(240 171 252 / 0.35);
}

.hover\:border-b-fuchsia-300\/40:hover{
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.hover\:border-b-fuchsia-300\/45:hover{
  border-bottom-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(240 171 252 / 0.55);
}

.hover\:border-b-fuchsia-300\/60:hover{
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.hover\:border-b-fuchsia-300\/65:hover{
  border-bottom-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(232 121 249 / 0.35);
}

.hover\:border-b-fuchsia-400\/40:hover{
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.hover\:border-b-fuchsia-400\/45:hover{
  border-bottom-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(232 121 249 / 0.55);
}

.hover\:border-b-fuchsia-400\/60:hover{
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.hover\:border-b-fuchsia-400\/65:hover{
  border-bottom-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(253 244 255 / 0.35);
}

.hover\:border-b-fuchsia-50\/40:hover{
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.hover\:border-b-fuchsia-50\/45:hover{
  border-bottom-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(253 244 255 / 0.55);
}

.hover\:border-b-fuchsia-50\/60:hover{
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.hover\:border-b-fuchsia-50\/65:hover{
  border-bottom-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(217 70 239 / 0.35);
}

.hover\:border-b-fuchsia-500\/40:hover{
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.hover\:border-b-fuchsia-500\/45:hover{
  border-bottom-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(217 70 239 / 0.55);
}

.hover\:border-b-fuchsia-500\/60:hover{
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.hover\:border-b-fuchsia-500\/65:hover{
  border-bottom-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(192 38 211 / 0.35);
}

.hover\:border-b-fuchsia-600\/40:hover{
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.hover\:border-b-fuchsia-600\/45:hover{
  border-bottom-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(192 38 211 / 0.55);
}

.hover\:border-b-fuchsia-600\/60:hover{
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.hover\:border-b-fuchsia-600\/65:hover{
  border-bottom-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(162 28 175 / 0.35);
}

.hover\:border-b-fuchsia-700\/40:hover{
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.hover\:border-b-fuchsia-700\/45:hover{
  border-bottom-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(162 28 175 / 0.55);
}

.hover\:border-b-fuchsia-700\/60:hover{
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.hover\:border-b-fuchsia-700\/65:hover{
  border-bottom-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(134 25 143 / 0.35);
}

.hover\:border-b-fuchsia-800\/40:hover{
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.hover\:border-b-fuchsia-800\/45:hover{
  border-bottom-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(134 25 143 / 0.55);
}

.hover\:border-b-fuchsia-800\/60:hover{
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.hover\:border-b-fuchsia-800\/65:hover{
  border-bottom-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(112 26 117 / 0.35);
}

.hover\:border-b-fuchsia-900\/40:hover{
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.hover\:border-b-fuchsia-900\/45:hover{
  border-bottom-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(112 26 117 / 0.55);
}

.hover\:border-b-fuchsia-900\/60:hover{
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.hover\:border-b-fuchsia-900\/65:hover{
  border-bottom-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(74 4 78 / 0.35);
}

.hover\:border-b-fuchsia-950\/40:hover{
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.hover\:border-b-fuchsia-950\/45:hover{
  border-bottom-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(74 4 78 / 0.55);
}

.hover\:border-b-fuchsia-950\/60:hover{
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.hover\:border-b-fuchsia-950\/65:hover{
  border-bottom-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(243 244 246 / 0.35);
}

.hover\:border-b-gray-100\/40:hover{
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.hover\:border-b-gray-100\/45:hover{
  border-bottom-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(243 244 246 / 0.55);
}

.hover\:border-b-gray-100\/60:hover{
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.hover\:border-b-gray-100\/65:hover{
  border-bottom-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(229 231 235 / 0.35);
}

.hover\:border-b-gray-200\/40:hover{
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.hover\:border-b-gray-200\/45:hover{
  border-bottom-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(229 231 235 / 0.55);
}

.hover\:border-b-gray-200\/60:hover{
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.hover\:border-b-gray-200\/65:hover{
  border-bottom-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(209 213 219 / 0.35);
}

.hover\:border-b-gray-300\/40:hover{
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.hover\:border-b-gray-300\/45:hover{
  border-bottom-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(209 213 219 / 0.55);
}

.hover\:border-b-gray-300\/60:hover{
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.hover\:border-b-gray-300\/65:hover{
  border-bottom-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(156 163 175 / 0.35);
}

.hover\:border-b-gray-400\/40:hover{
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.hover\:border-b-gray-400\/45:hover{
  border-bottom-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(156 163 175 / 0.55);
}

.hover\:border-b-gray-400\/60:hover{
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.hover\:border-b-gray-400\/65:hover{
  border-bottom-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(249 250 251 / 0.35);
}

.hover\:border-b-gray-50\/40:hover{
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.hover\:border-b-gray-50\/45:hover{
  border-bottom-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(249 250 251 / 0.55);
}

.hover\:border-b-gray-50\/60:hover{
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.hover\:border-b-gray-50\/65:hover{
  border-bottom-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(107 114 128 / 0.35);
}

.hover\:border-b-gray-500\/40:hover{
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.hover\:border-b-gray-500\/45:hover{
  border-bottom-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(107 114 128 / 0.55);
}

.hover\:border-b-gray-500\/60:hover{
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.hover\:border-b-gray-500\/65:hover{
  border-bottom-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(75 85 99 / 0.35);
}

.hover\:border-b-gray-600\/40:hover{
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.hover\:border-b-gray-600\/45:hover{
  border-bottom-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(75 85 99 / 0.55);
}

.hover\:border-b-gray-600\/60:hover{
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.hover\:border-b-gray-600\/65:hover{
  border-bottom-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(55 65 81 / 0.35);
}

.hover\:border-b-gray-700\/40:hover{
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.hover\:border-b-gray-700\/45:hover{
  border-bottom-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(55 65 81 / 0.55);
}

.hover\:border-b-gray-700\/60:hover{
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.hover\:border-b-gray-700\/65:hover{
  border-bottom-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(31 41 55 / 0.35);
}

.hover\:border-b-gray-800\/40:hover{
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.hover\:border-b-gray-800\/45:hover{
  border-bottom-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(31 41 55 / 0.55);
}

.hover\:border-b-gray-800\/60:hover{
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.hover\:border-b-gray-800\/65:hover{
  border-bottom-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(17 24 39 / 0.35);
}

.hover\:border-b-gray-900\/40:hover{
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.hover\:border-b-gray-900\/45:hover{
  border-bottom-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(17 24 39 / 0.55);
}

.hover\:border-b-gray-900\/60:hover{
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.hover\:border-b-gray-900\/65:hover{
  border-bottom-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(3 7 18 / 0.35);
}

.hover\:border-b-gray-950\/40:hover{
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.hover\:border-b-gray-950\/45:hover{
  border-bottom-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(3 7 18 / 0.55);
}

.hover\:border-b-gray-950\/60:hover{
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.hover\:border-b-gray-950\/65:hover{
  border-bottom-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(220 252 231 / 0.35);
}

.hover\:border-b-green-100\/40:hover{
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.hover\:border-b-green-100\/45:hover{
  border-bottom-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(220 252 231 / 0.55);
}

.hover\:border-b-green-100\/60:hover{
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.hover\:border-b-green-100\/65:hover{
  border-bottom-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(187 247 208 / 0.35);
}

.hover\:border-b-green-200\/40:hover{
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.hover\:border-b-green-200\/45:hover{
  border-bottom-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(187 247 208 / 0.55);
}

.hover\:border-b-green-200\/60:hover{
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.hover\:border-b-green-200\/65:hover{
  border-bottom-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(134 239 172 / 0.35);
}

.hover\:border-b-green-300\/40:hover{
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.hover\:border-b-green-300\/45:hover{
  border-bottom-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(134 239 172 / 0.55);
}

.hover\:border-b-green-300\/60:hover{
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.hover\:border-b-green-300\/65:hover{
  border-bottom-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(74 222 128 / 0.35);
}

.hover\:border-b-green-400\/40:hover{
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.hover\:border-b-green-400\/45:hover{
  border-bottom-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(74 222 128 / 0.55);
}

.hover\:border-b-green-400\/60:hover{
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.hover\:border-b-green-400\/65:hover{
  border-bottom-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(240 253 244 / 0.35);
}

.hover\:border-b-green-50\/40:hover{
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.hover\:border-b-green-50\/45:hover{
  border-bottom-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(240 253 244 / 0.55);
}

.hover\:border-b-green-50\/60:hover{
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.hover\:border-b-green-50\/65:hover{
  border-bottom-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(34 197 94 / 0.35);
}

.hover\:border-b-green-500\/40:hover{
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.hover\:border-b-green-500\/45:hover{
  border-bottom-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(34 197 94 / 0.55);
}

.hover\:border-b-green-500\/60:hover{
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.hover\:border-b-green-500\/65:hover{
  border-bottom-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(22 163 74 / 0.35);
}

.hover\:border-b-green-600\/40:hover{
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.hover\:border-b-green-600\/45:hover{
  border-bottom-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(22 163 74 / 0.55);
}

.hover\:border-b-green-600\/60:hover{
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.hover\:border-b-green-600\/65:hover{
  border-bottom-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(21 128 61 / 0.35);
}

.hover\:border-b-green-700\/40:hover{
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.hover\:border-b-green-700\/45:hover{
  border-bottom-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(21 128 61 / 0.55);
}

.hover\:border-b-green-700\/60:hover{
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.hover\:border-b-green-700\/65:hover{
  border-bottom-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(22 101 52 / 0.35);
}

.hover\:border-b-green-800\/40:hover{
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.hover\:border-b-green-800\/45:hover{
  border-bottom-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(22 101 52 / 0.55);
}

.hover\:border-b-green-800\/60:hover{
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.hover\:border-b-green-800\/65:hover{
  border-bottom-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(20 83 45 / 0.35);
}

.hover\:border-b-green-900\/40:hover{
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.hover\:border-b-green-900\/45:hover{
  border-bottom-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(20 83 45 / 0.55);
}

.hover\:border-b-green-900\/60:hover{
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.hover\:border-b-green-900\/65:hover{
  border-bottom-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(5 46 22 / 0.35);
}

.hover\:border-b-green-950\/40:hover{
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.hover\:border-b-green-950\/45:hover{
  border-bottom-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(5 46 22 / 0.55);
}

.hover\:border-b-green-950\/60:hover{
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.hover\:border-b-green-950\/65:hover{
  border-bottom-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(224 231 255 / 0.35);
}

.hover\:border-b-indigo-100\/40:hover{
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.hover\:border-b-indigo-100\/45:hover{
  border-bottom-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(224 231 255 / 0.55);
}

.hover\:border-b-indigo-100\/60:hover{
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.hover\:border-b-indigo-100\/65:hover{
  border-bottom-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(199 210 254 / 0.35);
}

.hover\:border-b-indigo-200\/40:hover{
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.hover\:border-b-indigo-200\/45:hover{
  border-bottom-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(199 210 254 / 0.55);
}

.hover\:border-b-indigo-200\/60:hover{
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.hover\:border-b-indigo-200\/65:hover{
  border-bottom-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(165 180 252 / 0.35);
}

.hover\:border-b-indigo-300\/40:hover{
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.hover\:border-b-indigo-300\/45:hover{
  border-bottom-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(165 180 252 / 0.55);
}

.hover\:border-b-indigo-300\/60:hover{
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.hover\:border-b-indigo-300\/65:hover{
  border-bottom-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(129 140 248 / 0.35);
}

.hover\:border-b-indigo-400\/40:hover{
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.hover\:border-b-indigo-400\/45:hover{
  border-bottom-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(129 140 248 / 0.55);
}

.hover\:border-b-indigo-400\/60:hover{
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.hover\:border-b-indigo-400\/65:hover{
  border-bottom-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(238 242 255 / 0.35);
}

.hover\:border-b-indigo-50\/40:hover{
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.hover\:border-b-indigo-50\/45:hover{
  border-bottom-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(238 242 255 / 0.55);
}

.hover\:border-b-indigo-50\/60:hover{
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.hover\:border-b-indigo-50\/65:hover{
  border-bottom-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(99 102 241 / 0.35);
}

.hover\:border-b-indigo-500\/40:hover{
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.hover\:border-b-indigo-500\/45:hover{
  border-bottom-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(99 102 241 / 0.55);
}

.hover\:border-b-indigo-500\/60:hover{
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.hover\:border-b-indigo-500\/65:hover{
  border-bottom-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(79 70 229 / 0.35);
}

.hover\:border-b-indigo-600\/40:hover{
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.hover\:border-b-indigo-600\/45:hover{
  border-bottom-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(79 70 229 / 0.55);
}

.hover\:border-b-indigo-600\/60:hover{
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.hover\:border-b-indigo-600\/65:hover{
  border-bottom-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(67 56 202 / 0.35);
}

.hover\:border-b-indigo-700\/40:hover{
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.hover\:border-b-indigo-700\/45:hover{
  border-bottom-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(67 56 202 / 0.55);
}

.hover\:border-b-indigo-700\/60:hover{
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.hover\:border-b-indigo-700\/65:hover{
  border-bottom-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(55 48 163 / 0.35);
}

.hover\:border-b-indigo-800\/40:hover{
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.hover\:border-b-indigo-800\/45:hover{
  border-bottom-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(55 48 163 / 0.55);
}

.hover\:border-b-indigo-800\/60:hover{
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.hover\:border-b-indigo-800\/65:hover{
  border-bottom-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(49 46 129 / 0.35);
}

.hover\:border-b-indigo-900\/40:hover{
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.hover\:border-b-indigo-900\/45:hover{
  border-bottom-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(49 46 129 / 0.55);
}

.hover\:border-b-indigo-900\/60:hover{
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.hover\:border-b-indigo-900\/65:hover{
  border-bottom-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(30 27 75 / 0.35);
}

.hover\:border-b-indigo-950\/40:hover{
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.hover\:border-b-indigo-950\/45:hover{
  border-bottom-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(30 27 75 / 0.55);
}

.hover\:border-b-indigo-950\/60:hover{
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.hover\:border-b-indigo-950\/65:hover{
  border-bottom-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.hover\:border-b-info-hover:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.hover\:border-b-info-hover\/0:hover{
  border-bottom-color: rgb(203 122 0 / 0);
}

.hover\:border-b-info-hover\/10:hover{
  border-bottom-color: rgb(203 122 0 / 0.1);
}

.hover\:border-b-info-hover\/100:hover{
  border-bottom-color: rgb(203 122 0 / 1);
}

.hover\:border-b-info-hover\/15:hover{
  border-bottom-color: rgb(203 122 0 / 0.15);
}

.hover\:border-b-info-hover\/20:hover{
  border-bottom-color: rgb(203 122 0 / 0.2);
}

.hover\:border-b-info-hover\/25:hover{
  border-bottom-color: rgb(203 122 0 / 0.25);
}

.hover\:border-b-info-hover\/30:hover{
  border-bottom-color: rgb(203 122 0 / 0.3);
}

.hover\:border-b-info-hover\/35:hover{
  border-bottom-color: rgb(203 122 0 / 0.35);
}

.hover\:border-b-info-hover\/40:hover{
  border-bottom-color: rgb(203 122 0 / 0.4);
}

.hover\:border-b-info-hover\/45:hover{
  border-bottom-color: rgb(203 122 0 / 0.45);
}

.hover\:border-b-info-hover\/5:hover{
  border-bottom-color: rgb(203 122 0 / 0.05);
}

.hover\:border-b-info-hover\/50:hover{
  border-bottom-color: rgb(203 122 0 / 0.5);
}

.hover\:border-b-info-hover\/55:hover{
  border-bottom-color: rgb(203 122 0 / 0.55);
}

.hover\:border-b-info-hover\/60:hover{
  border-bottom-color: rgb(203 122 0 / 0.6);
}

.hover\:border-b-info-hover\/65:hover{
  border-bottom-color: rgb(203 122 0 / 0.65);
}

.hover\:border-b-info-hover\/70:hover{
  border-bottom-color: rgb(203 122 0 / 0.7);
}

.hover\:border-b-info-hover\/75:hover{
  border-bottom-color: rgb(203 122 0 / 0.75);
}

.hover\:border-b-info-hover\/80:hover{
  border-bottom-color: rgb(203 122 0 / 0.8);
}

.hover\:border-b-info-hover\/85:hover{
  border-bottom-color: rgb(203 122 0 / 0.85);
}

.hover\:border-b-info-hover\/90:hover{
  border-bottom-color: rgb(203 122 0 / 0.9);
}

.hover\:border-b-info-hover\/95:hover{
  border-bottom-color: rgb(203 122 0 / 0.95);
}

.hover\:border-b-info\/0:hover{
  border-bottom-color: rgb(247 159 26 / 0);
}

.hover\:border-b-info\/10:hover{
  border-bottom-color: rgb(247 159 26 / 0.1);
}

.hover\:border-b-info\/100:hover{
  border-bottom-color: rgb(247 159 26 / 1);
}

.hover\:border-b-info\/15:hover{
  border-bottom-color: rgb(247 159 26 / 0.15);
}

.hover\:border-b-info\/20:hover{
  border-bottom-color: rgb(247 159 26 / 0.2);
}

.hover\:border-b-info\/25:hover{
  border-bottom-color: rgb(247 159 26 / 0.25);
}

.hover\:border-b-info\/30:hover{
  border-bottom-color: rgb(247 159 26 / 0.3);
}

.hover\:border-b-info\/35:hover{
  border-bottom-color: rgb(247 159 26 / 0.35);
}

.hover\:border-b-info\/40:hover{
  border-bottom-color: rgb(247 159 26 / 0.4);
}

.hover\:border-b-info\/45:hover{
  border-bottom-color: rgb(247 159 26 / 0.45);
}

.hover\:border-b-info\/5:hover{
  border-bottom-color: rgb(247 159 26 / 0.05);
}

.hover\:border-b-info\/50:hover{
  border-bottom-color: rgb(247 159 26 / 0.5);
}

.hover\:border-b-info\/55:hover{
  border-bottom-color: rgb(247 159 26 / 0.55);
}

.hover\:border-b-info\/60:hover{
  border-bottom-color: rgb(247 159 26 / 0.6);
}

.hover\:border-b-info\/65:hover{
  border-bottom-color: rgb(247 159 26 / 0.65);
}

.hover\:border-b-info\/70:hover{
  border-bottom-color: rgb(247 159 26 / 0.7);
}

.hover\:border-b-info\/75:hover{
  border-bottom-color: rgb(247 159 26 / 0.75);
}

.hover\:border-b-info\/80:hover{
  border-bottom-color: rgb(247 159 26 / 0.8);
}

.hover\:border-b-info\/85:hover{
  border-bottom-color: rgb(247 159 26 / 0.85);
}

.hover\:border-b-info\/90:hover{
  border-bottom-color: rgb(247 159 26 / 0.9);
}

.hover\:border-b-info\/95:hover{
  border-bottom-color: rgb(247 159 26 / 0.95);
}

.hover\:border-b-inherit:hover{
  border-bottom-color: inherit;
}

.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\/15:hover{
  border-bottom-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(236 252 203 / 0.35);
}

.hover\:border-b-lime-100\/40:hover{
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.hover\:border-b-lime-100\/45:hover{
  border-bottom-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(236 252 203 / 0.55);
}

.hover\:border-b-lime-100\/60:hover{
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.hover\:border-b-lime-100\/65:hover{
  border-bottom-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(217 249 157 / 0.35);
}

.hover\:border-b-lime-200\/40:hover{
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.hover\:border-b-lime-200\/45:hover{
  border-bottom-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(217 249 157 / 0.55);
}

.hover\:border-b-lime-200\/60:hover{
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.hover\:border-b-lime-200\/65:hover{
  border-bottom-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(190 242 100 / 0.35);
}

.hover\:border-b-lime-300\/40:hover{
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.hover\:border-b-lime-300\/45:hover{
  border-bottom-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(190 242 100 / 0.55);
}

.hover\:border-b-lime-300\/60:hover{
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.hover\:border-b-lime-300\/65:hover{
  border-bottom-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(163 230 53 / 0.35);
}

.hover\:border-b-lime-400\/40:hover{
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.hover\:border-b-lime-400\/45:hover{
  border-bottom-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(163 230 53 / 0.55);
}

.hover\:border-b-lime-400\/60:hover{
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.hover\:border-b-lime-400\/65:hover{
  border-bottom-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(247 254 231 / 0.35);
}

.hover\:border-b-lime-50\/40:hover{
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.hover\:border-b-lime-50\/45:hover{
  border-bottom-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(247 254 231 / 0.55);
}

.hover\:border-b-lime-50\/60:hover{
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.hover\:border-b-lime-50\/65:hover{
  border-bottom-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(132 204 22 / 0.35);
}

.hover\:border-b-lime-500\/40:hover{
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.hover\:border-b-lime-500\/45:hover{
  border-bottom-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(132 204 22 / 0.55);
}

.hover\:border-b-lime-500\/60:hover{
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.hover\:border-b-lime-500\/65:hover{
  border-bottom-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(101 163 13 / 0.35);
}

.hover\:border-b-lime-600\/40:hover{
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.hover\:border-b-lime-600\/45:hover{
  border-bottom-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(101 163 13 / 0.55);
}

.hover\:border-b-lime-600\/60:hover{
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.hover\:border-b-lime-600\/65:hover{
  border-bottom-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(77 124 15 / 0.35);
}

.hover\:border-b-lime-700\/40:hover{
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.hover\:border-b-lime-700\/45:hover{
  border-bottom-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(77 124 15 / 0.55);
}

.hover\:border-b-lime-700\/60:hover{
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.hover\:border-b-lime-700\/65:hover{
  border-bottom-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(63 98 18 / 0.35);
}

.hover\:border-b-lime-800\/40:hover{
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.hover\:border-b-lime-800\/45:hover{
  border-bottom-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(63 98 18 / 0.55);
}

.hover\:border-b-lime-800\/60:hover{
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.hover\:border-b-lime-800\/65:hover{
  border-bottom-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(54 83 20 / 0.35);
}

.hover\:border-b-lime-900\/40:hover{
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.hover\:border-b-lime-900\/45:hover{
  border-bottom-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(54 83 20 / 0.55);
}

.hover\:border-b-lime-900\/60:hover{
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.hover\:border-b-lime-900\/65:hover{
  border-bottom-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(26 46 5 / 0.35);
}

.hover\:border-b-lime-950\/40:hover{
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.hover\:border-b-lime-950\/45:hover{
  border-bottom-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(26 46 5 / 0.55);
}

.hover\:border-b-lime-950\/60:hover{
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.hover\:border-b-lime-950\/65:hover{
  border-bottom-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-01\/0:hover{
  border-bottom-color: rgb(224 224 224 / 0);
}

.hover\:border-b-neutral-01\/10:hover{
  border-bottom-color: rgb(224 224 224 / 0.1);
}

.hover\:border-b-neutral-01\/100:hover{
  border-bottom-color: rgb(224 224 224 / 1);
}

.hover\:border-b-neutral-01\/15:hover{
  border-bottom-color: rgb(224 224 224 / 0.15);
}

.hover\:border-b-neutral-01\/20:hover{
  border-bottom-color: rgb(224 224 224 / 0.2);
}

.hover\:border-b-neutral-01\/25:hover{
  border-bottom-color: rgb(224 224 224 / 0.25);
}

.hover\:border-b-neutral-01\/30:hover{
  border-bottom-color: rgb(224 224 224 / 0.3);
}

.hover\:border-b-neutral-01\/35:hover{
  border-bottom-color: rgb(224 224 224 / 0.35);
}

.hover\:border-b-neutral-01\/40:hover{
  border-bottom-color: rgb(224 224 224 / 0.4);
}

.hover\:border-b-neutral-01\/45:hover{
  border-bottom-color: rgb(224 224 224 / 0.45);
}

.hover\:border-b-neutral-01\/5:hover{
  border-bottom-color: rgb(224 224 224 / 0.05);
}

.hover\:border-b-neutral-01\/50:hover{
  border-bottom-color: rgb(224 224 224 / 0.5);
}

.hover\:border-b-neutral-01\/55:hover{
  border-bottom-color: rgb(224 224 224 / 0.55);
}

.hover\:border-b-neutral-01\/60:hover{
  border-bottom-color: rgb(224 224 224 / 0.6);
}

.hover\:border-b-neutral-01\/65:hover{
  border-bottom-color: rgb(224 224 224 / 0.65);
}

.hover\:border-b-neutral-01\/70:hover{
  border-bottom-color: rgb(224 224 224 / 0.7);
}

.hover\:border-b-neutral-01\/75:hover{
  border-bottom-color: rgb(224 224 224 / 0.75);
}

.hover\:border-b-neutral-01\/80:hover{
  border-bottom-color: rgb(224 224 224 / 0.8);
}

.hover\:border-b-neutral-01\/85:hover{
  border-bottom-color: rgb(224 224 224 / 0.85);
}

.hover\:border-b-neutral-01\/90:hover{
  border-bottom-color: rgb(224 224 224 / 0.9);
}

.hover\:border-b-neutral-01\/95:hover{
  border-bottom-color: rgb(224 224 224 / 0.95);
}

.hover\:border-b-neutral-02:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-02\/0:hover{
  border-bottom-color: rgb(228 234 238 / 0);
}

.hover\:border-b-neutral-02\/10:hover{
  border-bottom-color: rgb(228 234 238 / 0.1);
}

.hover\:border-b-neutral-02\/100:hover{
  border-bottom-color: rgb(228 234 238 / 1);
}

.hover\:border-b-neutral-02\/15:hover{
  border-bottom-color: rgb(228 234 238 / 0.15);
}

.hover\:border-b-neutral-02\/20:hover{
  border-bottom-color: rgb(228 234 238 / 0.2);
}

.hover\:border-b-neutral-02\/25:hover{
  border-bottom-color: rgb(228 234 238 / 0.25);
}

.hover\:border-b-neutral-02\/30:hover{
  border-bottom-color: rgb(228 234 238 / 0.3);
}

.hover\:border-b-neutral-02\/35:hover{
  border-bottom-color: rgb(228 234 238 / 0.35);
}

.hover\:border-b-neutral-02\/40:hover{
  border-bottom-color: rgb(228 234 238 / 0.4);
}

.hover\:border-b-neutral-02\/45:hover{
  border-bottom-color: rgb(228 234 238 / 0.45);
}

.hover\:border-b-neutral-02\/5:hover{
  border-bottom-color: rgb(228 234 238 / 0.05);
}

.hover\:border-b-neutral-02\/50:hover{
  border-bottom-color: rgb(228 234 238 / 0.5);
}

.hover\:border-b-neutral-02\/55:hover{
  border-bottom-color: rgb(228 234 238 / 0.55);
}

.hover\:border-b-neutral-02\/60:hover{
  border-bottom-color: rgb(228 234 238 / 0.6);
}

.hover\:border-b-neutral-02\/65:hover{
  border-bottom-color: rgb(228 234 238 / 0.65);
}

.hover\:border-b-neutral-02\/70:hover{
  border-bottom-color: rgb(228 234 238 / 0.7);
}

.hover\:border-b-neutral-02\/75:hover{
  border-bottom-color: rgb(228 234 238 / 0.75);
}

.hover\:border-b-neutral-02\/80:hover{
  border-bottom-color: rgb(228 234 238 / 0.8);
}

.hover\:border-b-neutral-02\/85:hover{
  border-bottom-color: rgb(228 234 238 / 0.85);
}

.hover\:border-b-neutral-02\/90:hover{
  border-bottom-color: rgb(228 234 238 / 0.9);
}

.hover\:border-b-neutral-02\/95:hover{
  border-bottom-color: rgb(228 234 238 / 0.95);
}

.hover\:border-b-neutral-03:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-03\/0:hover{
  border-bottom-color: rgb(236 239 250 / 0);
}

.hover\:border-b-neutral-03\/10:hover{
  border-bottom-color: rgb(236 239 250 / 0.1);
}

.hover\:border-b-neutral-03\/100:hover{
  border-bottom-color: rgb(236 239 250 / 1);
}

.hover\:border-b-neutral-03\/15:hover{
  border-bottom-color: rgb(236 239 250 / 0.15);
}

.hover\:border-b-neutral-03\/20:hover{
  border-bottom-color: rgb(236 239 250 / 0.2);
}

.hover\:border-b-neutral-03\/25:hover{
  border-bottom-color: rgb(236 239 250 / 0.25);
}

.hover\:border-b-neutral-03\/30:hover{
  border-bottom-color: rgb(236 239 250 / 0.3);
}

.hover\:border-b-neutral-03\/35:hover{
  border-bottom-color: rgb(236 239 250 / 0.35);
}

.hover\:border-b-neutral-03\/40:hover{
  border-bottom-color: rgb(236 239 250 / 0.4);
}

.hover\:border-b-neutral-03\/45:hover{
  border-bottom-color: rgb(236 239 250 / 0.45);
}

.hover\:border-b-neutral-03\/5:hover{
  border-bottom-color: rgb(236 239 250 / 0.05);
}

.hover\:border-b-neutral-03\/50:hover{
  border-bottom-color: rgb(236 239 250 / 0.5);
}

.hover\:border-b-neutral-03\/55:hover{
  border-bottom-color: rgb(236 239 250 / 0.55);
}

.hover\:border-b-neutral-03\/60:hover{
  border-bottom-color: rgb(236 239 250 / 0.6);
}

.hover\:border-b-neutral-03\/65:hover{
  border-bottom-color: rgb(236 239 250 / 0.65);
}

.hover\:border-b-neutral-03\/70:hover{
  border-bottom-color: rgb(236 239 250 / 0.7);
}

.hover\:border-b-neutral-03\/75:hover{
  border-bottom-color: rgb(236 239 250 / 0.75);
}

.hover\:border-b-neutral-03\/80:hover{
  border-bottom-color: rgb(236 239 250 / 0.8);
}

.hover\:border-b-neutral-03\/85:hover{
  border-bottom-color: rgb(236 239 250 / 0.85);
}

.hover\:border-b-neutral-03\/90:hover{
  border-bottom-color: rgb(236 239 250 / 0.9);
}

.hover\:border-b-neutral-03\/95:hover{
  border-bottom-color: rgb(236 239 250 / 0.95);
}

.hover\:border-b-neutral-04:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-04\/0:hover{
  border-bottom-color: rgb(215 218 226 / 0);
}

.hover\:border-b-neutral-04\/10:hover{
  border-bottom-color: rgb(215 218 226 / 0.1);
}

.hover\:border-b-neutral-04\/100:hover{
  border-bottom-color: rgb(215 218 226 / 1);
}

.hover\:border-b-neutral-04\/15:hover{
  border-bottom-color: rgb(215 218 226 / 0.15);
}

.hover\:border-b-neutral-04\/20:hover{
  border-bottom-color: rgb(215 218 226 / 0.2);
}

.hover\:border-b-neutral-04\/25:hover{
  border-bottom-color: rgb(215 218 226 / 0.25);
}

.hover\:border-b-neutral-04\/30:hover{
  border-bottom-color: rgb(215 218 226 / 0.3);
}

.hover\:border-b-neutral-04\/35:hover{
  border-bottom-color: rgb(215 218 226 / 0.35);
}

.hover\:border-b-neutral-04\/40:hover{
  border-bottom-color: rgb(215 218 226 / 0.4);
}

.hover\:border-b-neutral-04\/45:hover{
  border-bottom-color: rgb(215 218 226 / 0.45);
}

.hover\:border-b-neutral-04\/5:hover{
  border-bottom-color: rgb(215 218 226 / 0.05);
}

.hover\:border-b-neutral-04\/50:hover{
  border-bottom-color: rgb(215 218 226 / 0.5);
}

.hover\:border-b-neutral-04\/55:hover{
  border-bottom-color: rgb(215 218 226 / 0.55);
}

.hover\:border-b-neutral-04\/60:hover{
  border-bottom-color: rgb(215 218 226 / 0.6);
}

.hover\:border-b-neutral-04\/65:hover{
  border-bottom-color: rgb(215 218 226 / 0.65);
}

.hover\:border-b-neutral-04\/70:hover{
  border-bottom-color: rgb(215 218 226 / 0.7);
}

.hover\:border-b-neutral-04\/75:hover{
  border-bottom-color: rgb(215 218 226 / 0.75);
}

.hover\:border-b-neutral-04\/80:hover{
  border-bottom-color: rgb(215 218 226 / 0.8);
}

.hover\:border-b-neutral-04\/85:hover{
  border-bottom-color: rgb(215 218 226 / 0.85);
}

.hover\:border-b-neutral-04\/90:hover{
  border-bottom-color: rgb(215 218 226 / 0.9);
}

.hover\:border-b-neutral-04\/95:hover{
  border-bottom-color: rgb(215 218 226 / 0.95);
}

.hover\:border-b-neutral-05:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-05\/0:hover{
  border-bottom-color: rgb(246 246 246 / 0);
}

.hover\:border-b-neutral-05\/10:hover{
  border-bottom-color: rgb(246 246 246 / 0.1);
}

.hover\:border-b-neutral-05\/100:hover{
  border-bottom-color: rgb(246 246 246 / 1);
}

.hover\:border-b-neutral-05\/15:hover{
  border-bottom-color: rgb(246 246 246 / 0.15);
}

.hover\:border-b-neutral-05\/20:hover{
  border-bottom-color: rgb(246 246 246 / 0.2);
}

.hover\:border-b-neutral-05\/25:hover{
  border-bottom-color: rgb(246 246 246 / 0.25);
}

.hover\:border-b-neutral-05\/30:hover{
  border-bottom-color: rgb(246 246 246 / 0.3);
}

.hover\:border-b-neutral-05\/35:hover{
  border-bottom-color: rgb(246 246 246 / 0.35);
}

.hover\:border-b-neutral-05\/40:hover{
  border-bottom-color: rgb(246 246 246 / 0.4);
}

.hover\:border-b-neutral-05\/45:hover{
  border-bottom-color: rgb(246 246 246 / 0.45);
}

.hover\:border-b-neutral-05\/5:hover{
  border-bottom-color: rgb(246 246 246 / 0.05);
}

.hover\:border-b-neutral-05\/50:hover{
  border-bottom-color: rgb(246 246 246 / 0.5);
}

.hover\:border-b-neutral-05\/55:hover{
  border-bottom-color: rgb(246 246 246 / 0.55);
}

.hover\:border-b-neutral-05\/60:hover{
  border-bottom-color: rgb(246 246 246 / 0.6);
}

.hover\:border-b-neutral-05\/65:hover{
  border-bottom-color: rgb(246 246 246 / 0.65);
}

.hover\:border-b-neutral-05\/70:hover{
  border-bottom-color: rgb(246 246 246 / 0.7);
}

.hover\:border-b-neutral-05\/75:hover{
  border-bottom-color: rgb(246 246 246 / 0.75);
}

.hover\:border-b-neutral-05\/80:hover{
  border-bottom-color: rgb(246 246 246 / 0.8);
}

.hover\:border-b-neutral-05\/85:hover{
  border-bottom-color: rgb(246 246 246 / 0.85);
}

.hover\:border-b-neutral-05\/90:hover{
  border-bottom-color: rgb(246 246 246 / 0.9);
}

.hover\:border-b-neutral-05\/95:hover{
  border-bottom-color: rgb(246 246 246 / 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\/15:hover{
  border-bottom-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(245 245 245 / 0.35);
}

.hover\:border-b-neutral-100\/40:hover{
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.hover\:border-b-neutral-100\/45:hover{
  border-bottom-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(245 245 245 / 0.55);
}

.hover\:border-b-neutral-100\/60:hover{
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.hover\:border-b-neutral-100\/65:hover{
  border-bottom-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(229 229 229 / 0.35);
}

.hover\:border-b-neutral-200\/40:hover{
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.hover\:border-b-neutral-200\/45:hover{
  border-bottom-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(229 229 229 / 0.55);
}

.hover\:border-b-neutral-200\/60:hover{
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.hover\:border-b-neutral-200\/65:hover{
  border-bottom-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(212 212 212 / 0.35);
}

.hover\:border-b-neutral-300\/40:hover{
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.hover\:border-b-neutral-300\/45:hover{
  border-bottom-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(212 212 212 / 0.55);
}

.hover\:border-b-neutral-300\/60:hover{
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.hover\:border-b-neutral-300\/65:hover{
  border-bottom-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(163 163 163 / 0.35);
}

.hover\:border-b-neutral-400\/40:hover{
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.hover\:border-b-neutral-400\/45:hover{
  border-bottom-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(163 163 163 / 0.55);
}

.hover\:border-b-neutral-400\/60:hover{
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.hover\:border-b-neutral-400\/65:hover{
  border-bottom-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.hover\:border-b-neutral-50\/40:hover{
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.hover\:border-b-neutral-50\/45:hover{
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.hover\:border-b-neutral-50\/60:hover{
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.hover\:border-b-neutral-50\/65:hover{
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(115 115 115 / 0.35);
}

.hover\:border-b-neutral-500\/40:hover{
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.hover\:border-b-neutral-500\/45:hover{
  border-bottom-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(115 115 115 / 0.55);
}

.hover\:border-b-neutral-500\/60:hover{
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.hover\:border-b-neutral-500\/65:hover{
  border-bottom-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(82 82 82 / 0.35);
}

.hover\:border-b-neutral-600\/40:hover{
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.hover\:border-b-neutral-600\/45:hover{
  border-bottom-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(82 82 82 / 0.55);
}

.hover\:border-b-neutral-600\/60:hover{
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.hover\:border-b-neutral-600\/65:hover{
  border-bottom-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(64 64 64 / 0.35);
}

.hover\:border-b-neutral-700\/40:hover{
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.hover\:border-b-neutral-700\/45:hover{
  border-bottom-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(64 64 64 / 0.55);
}

.hover\:border-b-neutral-700\/60:hover{
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.hover\:border-b-neutral-700\/65:hover{
  border-bottom-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(38 38 38 / 0.35);
}

.hover\:border-b-neutral-800\/40:hover{
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.hover\:border-b-neutral-800\/45:hover{
  border-bottom-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(38 38 38 / 0.55);
}

.hover\:border-b-neutral-800\/60:hover{
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.hover\:border-b-neutral-800\/65:hover{
  border-bottom-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(23 23 23 / 0.35);
}

.hover\:border-b-neutral-900\/40:hover{
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.hover\:border-b-neutral-900\/45:hover{
  border-bottom-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(23 23 23 / 0.55);
}

.hover\:border-b-neutral-900\/60:hover{
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.hover\:border-b-neutral-900\/65:hover{
  border-bottom-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(10 10 10 / 0.35);
}

.hover\:border-b-neutral-950\/40:hover{
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.hover\:border-b-neutral-950\/45:hover{
  border-bottom-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(10 10 10 / 0.55);
}

.hover\:border-b-neutral-950\/60:hover{
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.hover\:border-b-neutral-950\/65:hover{
  border-bottom-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(255 237 213 / 0.35);
}

.hover\:border-b-orange-100\/40:hover{
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.hover\:border-b-orange-100\/45:hover{
  border-bottom-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(255 237 213 / 0.55);
}

.hover\:border-b-orange-100\/60:hover{
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.hover\:border-b-orange-100\/65:hover{
  border-bottom-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(254 215 170 / 0.35);
}

.hover\:border-b-orange-200\/40:hover{
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.hover\:border-b-orange-200\/45:hover{
  border-bottom-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(254 215 170 / 0.55);
}

.hover\:border-b-orange-200\/60:hover{
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.hover\:border-b-orange-200\/65:hover{
  border-bottom-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(253 186 116 / 0.35);
}

.hover\:border-b-orange-300\/40:hover{
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.hover\:border-b-orange-300\/45:hover{
  border-bottom-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(253 186 116 / 0.55);
}

.hover\:border-b-orange-300\/60:hover{
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.hover\:border-b-orange-300\/65:hover{
  border-bottom-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(251 146 60 / 0.35);
}

.hover\:border-b-orange-400\/40:hover{
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.hover\:border-b-orange-400\/45:hover{
  border-bottom-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(251 146 60 / 0.55);
}

.hover\:border-b-orange-400\/60:hover{
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.hover\:border-b-orange-400\/65:hover{
  border-bottom-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(255 247 237 / 0.35);
}

.hover\:border-b-orange-50\/40:hover{
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.hover\:border-b-orange-50\/45:hover{
  border-bottom-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(255 247 237 / 0.55);
}

.hover\:border-b-orange-50\/60:hover{
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.hover\:border-b-orange-50\/65:hover{
  border-bottom-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(249 115 22 / 0.35);
}

.hover\:border-b-orange-500\/40:hover{
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.hover\:border-b-orange-500\/45:hover{
  border-bottom-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(249 115 22 / 0.55);
}

.hover\:border-b-orange-500\/60:hover{
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.hover\:border-b-orange-500\/65:hover{
  border-bottom-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(234 88 12 / 0.35);
}

.hover\:border-b-orange-600\/40:hover{
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.hover\:border-b-orange-600\/45:hover{
  border-bottom-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(234 88 12 / 0.55);
}

.hover\:border-b-orange-600\/60:hover{
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.hover\:border-b-orange-600\/65:hover{
  border-bottom-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(194 65 12 / 0.35);
}

.hover\:border-b-orange-700\/40:hover{
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.hover\:border-b-orange-700\/45:hover{
  border-bottom-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(194 65 12 / 0.55);
}

.hover\:border-b-orange-700\/60:hover{
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.hover\:border-b-orange-700\/65:hover{
  border-bottom-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(154 52 18 / 0.35);
}

.hover\:border-b-orange-800\/40:hover{
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.hover\:border-b-orange-800\/45:hover{
  border-bottom-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(154 52 18 / 0.55);
}

.hover\:border-b-orange-800\/60:hover{
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.hover\:border-b-orange-800\/65:hover{
  border-bottom-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(124 45 18 / 0.35);
}

.hover\:border-b-orange-900\/40:hover{
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.hover\:border-b-orange-900\/45:hover{
  border-bottom-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(124 45 18 / 0.55);
}

.hover\:border-b-orange-900\/60:hover{
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.hover\:border-b-orange-900\/65:hover{
  border-bottom-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(67 20 7 / 0.35);
}

.hover\:border-b-orange-950\/40:hover{
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.hover\:border-b-orange-950\/45:hover{
  border-bottom-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(67 20 7 / 0.55);
}

.hover\:border-b-orange-950\/60:hover{
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.hover\:border-b-orange-950\/65:hover{
  border-bottom-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  border-bottom-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(252 231 243 / 0.35);
}

.hover\:border-b-pink-100\/40:hover{
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.hover\:border-b-pink-100\/45:hover{
  border-bottom-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(252 231 243 / 0.55);
}

.hover\:border-b-pink-100\/60:hover{
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.hover\:border-b-pink-100\/65:hover{
  border-bottom-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(251 207 232 / 0.35);
}

.hover\:border-b-pink-200\/40:hover{
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.hover\:border-b-pink-200\/45:hover{
  border-bottom-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(251 207 232 / 0.55);
}

.hover\:border-b-pink-200\/60:hover{
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.hover\:border-b-pink-200\/65:hover{
  border-bottom-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(249 168 212 / 0.35);
}

.hover\:border-b-pink-300\/40:hover{
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.hover\:border-b-pink-300\/45:hover{
  border-bottom-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(249 168 212 / 0.55);
}

.hover\:border-b-pink-300\/60:hover{
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.hover\:border-b-pink-300\/65:hover{
  border-bottom-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(244 114 182 / 0.35);
}

.hover\:border-b-pink-400\/40:hover{
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.hover\:border-b-pink-400\/45:hover{
  border-bottom-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(244 114 182 / 0.55);
}

.hover\:border-b-pink-400\/60:hover{
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.hover\:border-b-pink-400\/65:hover{
  border-bottom-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(253 242 248 / 0.35);
}

.hover\:border-b-pink-50\/40:hover{
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.hover\:border-b-pink-50\/45:hover{
  border-bottom-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(253 242 248 / 0.55);
}

.hover\:border-b-pink-50\/60:hover{
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.hover\:border-b-pink-50\/65:hover{
  border-bottom-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(236 72 153 / 0.35);
}

.hover\:border-b-pink-500\/40:hover{
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.hover\:border-b-pink-500\/45:hover{
  border-bottom-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(236 72 153 / 0.55);
}

.hover\:border-b-pink-500\/60:hover{
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.hover\:border-b-pink-500\/65:hover{
  border-bottom-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(219 39 119 / 0.35);
}

.hover\:border-b-pink-600\/40:hover{
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.hover\:border-b-pink-600\/45:hover{
  border-bottom-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(219 39 119 / 0.55);
}

.hover\:border-b-pink-600\/60:hover{
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.hover\:border-b-pink-600\/65:hover{
  border-bottom-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(190 24 93 / 0.35);
}

.hover\:border-b-pink-700\/40:hover{
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.hover\:border-b-pink-700\/45:hover{
  border-bottom-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(190 24 93 / 0.55);
}

.hover\:border-b-pink-700\/60:hover{
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.hover\:border-b-pink-700\/65:hover{
  border-bottom-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(157 23 77 / 0.35);
}

.hover\:border-b-pink-800\/40:hover{
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.hover\:border-b-pink-800\/45:hover{
  border-bottom-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(157 23 77 / 0.55);
}

.hover\:border-b-pink-800\/60:hover{
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.hover\:border-b-pink-800\/65:hover{
  border-bottom-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(131 24 67 / 0.35);
}

.hover\:border-b-pink-900\/40:hover{
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.hover\:border-b-pink-900\/45:hover{
  border-bottom-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(131 24 67 / 0.55);
}

.hover\:border-b-pink-900\/60:hover{
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.hover\:border-b-pink-900\/65:hover{
  border-bottom-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(80 7 36 / 0.35);
}

.hover\:border-b-pink-950\/40:hover{
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.hover\:border-b-pink-950\/45:hover{
  border-bottom-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(80 7 36 / 0.55);
}

.hover\:border-b-pink-950\/60:hover{
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.hover\:border-b-pink-950\/65:hover{
  border-bottom-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.hover\:border-b-primary-hover:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.hover\:border-b-primary-hover\/0:hover{
  border-bottom-color: rgb(71 57 169 / 0);
}

.hover\:border-b-primary-hover\/10:hover{
  border-bottom-color: rgb(71 57 169 / 0.1);
}

.hover\:border-b-primary-hover\/100:hover{
  border-bottom-color: rgb(71 57 169 / 1);
}

.hover\:border-b-primary-hover\/15:hover{
  border-bottom-color: rgb(71 57 169 / 0.15);
}

.hover\:border-b-primary-hover\/20:hover{
  border-bottom-color: rgb(71 57 169 / 0.2);
}

.hover\:border-b-primary-hover\/25:hover{
  border-bottom-color: rgb(71 57 169 / 0.25);
}

.hover\:border-b-primary-hover\/30:hover{
  border-bottom-color: rgb(71 57 169 / 0.3);
}

.hover\:border-b-primary-hover\/35:hover{
  border-bottom-color: rgb(71 57 169 / 0.35);
}

.hover\:border-b-primary-hover\/40:hover{
  border-bottom-color: rgb(71 57 169 / 0.4);
}

.hover\:border-b-primary-hover\/45:hover{
  border-bottom-color: rgb(71 57 169 / 0.45);
}

.hover\:border-b-primary-hover\/5:hover{
  border-bottom-color: rgb(71 57 169 / 0.05);
}

.hover\:border-b-primary-hover\/50:hover{
  border-bottom-color: rgb(71 57 169 / 0.5);
}

.hover\:border-b-primary-hover\/55:hover{
  border-bottom-color: rgb(71 57 169 / 0.55);
}

.hover\:border-b-primary-hover\/60:hover{
  border-bottom-color: rgb(71 57 169 / 0.6);
}

.hover\:border-b-primary-hover\/65:hover{
  border-bottom-color: rgb(71 57 169 / 0.65);
}

.hover\:border-b-primary-hover\/70:hover{
  border-bottom-color: rgb(71 57 169 / 0.7);
}

.hover\:border-b-primary-hover\/75:hover{
  border-bottom-color: rgb(71 57 169 / 0.75);
}

.hover\:border-b-primary-hover\/80:hover{
  border-bottom-color: rgb(71 57 169 / 0.8);
}

.hover\:border-b-primary-hover\/85:hover{
  border-bottom-color: rgb(71 57 169 / 0.85);
}

.hover\:border-b-primary-hover\/90:hover{
  border-bottom-color: rgb(71 57 169 / 0.9);
}

.hover\:border-b-primary-hover\/95:hover{
  border-bottom-color: rgb(71 57 169 / 0.95);
}

.hover\:border-b-primary\/0:hover{
  border-bottom-color: rgb(85 70 192 / 0);
}

.hover\:border-b-primary\/10:hover{
  border-bottom-color: rgb(85 70 192 / 0.1);
}

.hover\:border-b-primary\/100:hover{
  border-bottom-color: rgb(85 70 192 / 1);
}

.hover\:border-b-primary\/15:hover{
  border-bottom-color: rgb(85 70 192 / 0.15);
}

.hover\:border-b-primary\/20:hover{
  border-bottom-color: rgb(85 70 192 / 0.2);
}

.hover\:border-b-primary\/25:hover{
  border-bottom-color: rgb(85 70 192 / 0.25);
}

.hover\:border-b-primary\/30:hover{
  border-bottom-color: rgb(85 70 192 / 0.3);
}

.hover\:border-b-primary\/35:hover{
  border-bottom-color: rgb(85 70 192 / 0.35);
}

.hover\:border-b-primary\/40:hover{
  border-bottom-color: rgb(85 70 192 / 0.4);
}

.hover\:border-b-primary\/45:hover{
  border-bottom-color: rgb(85 70 192 / 0.45);
}

.hover\:border-b-primary\/5:hover{
  border-bottom-color: rgb(85 70 192 / 0.05);
}

.hover\:border-b-primary\/50:hover{
  border-bottom-color: rgb(85 70 192 / 0.5);
}

.hover\:border-b-primary\/55:hover{
  border-bottom-color: rgb(85 70 192 / 0.55);
}

.hover\:border-b-primary\/60:hover{
  border-bottom-color: rgb(85 70 192 / 0.6);
}

.hover\:border-b-primary\/65:hover{
  border-bottom-color: rgb(85 70 192 / 0.65);
}

.hover\:border-b-primary\/70:hover{
  border-bottom-color: rgb(85 70 192 / 0.7);
}

.hover\:border-b-primary\/75:hover{
  border-bottom-color: rgb(85 70 192 / 0.75);
}

.hover\:border-b-primary\/80:hover{
  border-bottom-color: rgb(85 70 192 / 0.8);
}

.hover\:border-b-primary\/85:hover{
  border-bottom-color: rgb(85 70 192 / 0.85);
}

.hover\:border-b-primary\/90:hover{
  border-bottom-color: rgb(85 70 192 / 0.9);
}

.hover\:border-b-primary\/95:hover{
  border-bottom-color: rgb(85 70 192 / 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\/15:hover{
  border-bottom-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(243 232 255 / 0.35);
}

.hover\:border-b-purple-100\/40:hover{
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.hover\:border-b-purple-100\/45:hover{
  border-bottom-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(243 232 255 / 0.55);
}

.hover\:border-b-purple-100\/60:hover{
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.hover\:border-b-purple-100\/65:hover{
  border-bottom-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(233 213 255 / 0.35);
}

.hover\:border-b-purple-200\/40:hover{
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.hover\:border-b-purple-200\/45:hover{
  border-bottom-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(233 213 255 / 0.55);
}

.hover\:border-b-purple-200\/60:hover{
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.hover\:border-b-purple-200\/65:hover{
  border-bottom-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(216 180 254 / 0.35);
}

.hover\:border-b-purple-300\/40:hover{
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.hover\:border-b-purple-300\/45:hover{
  border-bottom-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(216 180 254 / 0.55);
}

.hover\:border-b-purple-300\/60:hover{
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.hover\:border-b-purple-300\/65:hover{
  border-bottom-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(192 132 252 / 0.35);
}

.hover\:border-b-purple-400\/40:hover{
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.hover\:border-b-purple-400\/45:hover{
  border-bottom-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(192 132 252 / 0.55);
}

.hover\:border-b-purple-400\/60:hover{
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.hover\:border-b-purple-400\/65:hover{
  border-bottom-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(250 245 255 / 0.35);
}

.hover\:border-b-purple-50\/40:hover{
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.hover\:border-b-purple-50\/45:hover{
  border-bottom-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(250 245 255 / 0.55);
}

.hover\:border-b-purple-50\/60:hover{
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.hover\:border-b-purple-50\/65:hover{
  border-bottom-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(168 85 247 / 0.35);
}

.hover\:border-b-purple-500\/40:hover{
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.hover\:border-b-purple-500\/45:hover{
  border-bottom-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(168 85 247 / 0.55);
}

.hover\:border-b-purple-500\/60:hover{
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.hover\:border-b-purple-500\/65:hover{
  border-bottom-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(147 51 234 / 0.35);
}

.hover\:border-b-purple-600\/40:hover{
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.hover\:border-b-purple-600\/45:hover{
  border-bottom-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(147 51 234 / 0.55);
}

.hover\:border-b-purple-600\/60:hover{
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.hover\:border-b-purple-600\/65:hover{
  border-bottom-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(126 34 206 / 0.35);
}

.hover\:border-b-purple-700\/40:hover{
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.hover\:border-b-purple-700\/45:hover{
  border-bottom-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(126 34 206 / 0.55);
}

.hover\:border-b-purple-700\/60:hover{
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.hover\:border-b-purple-700\/65:hover{
  border-bottom-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(107 33 168 / 0.35);
}

.hover\:border-b-purple-800\/40:hover{
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.hover\:border-b-purple-800\/45:hover{
  border-bottom-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(107 33 168 / 0.55);
}

.hover\:border-b-purple-800\/60:hover{
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.hover\:border-b-purple-800\/65:hover{
  border-bottom-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(88 28 135 / 0.35);
}

.hover\:border-b-purple-900\/40:hover{
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.hover\:border-b-purple-900\/45:hover{
  border-bottom-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(88 28 135 / 0.55);
}

.hover\:border-b-purple-900\/60:hover{
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.hover\:border-b-purple-900\/65:hover{
  border-bottom-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(59 7 100 / 0.35);
}

.hover\:border-b-purple-950\/40:hover{
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.hover\:border-b-purple-950\/45:hover{
  border-bottom-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(59 7 100 / 0.55);
}

.hover\:border-b-purple-950\/60:hover{
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.hover\:border-b-purple-950\/65:hover{
  border-bottom-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.hover\:border-b-quaternary-hover:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.hover\:border-b-quaternary-hover\/0:hover{
  border-bottom-color: rgb(43 202 241 / 0);
}

.hover\:border-b-quaternary-hover\/10:hover{
  border-bottom-color: rgb(43 202 241 / 0.1);
}

.hover\:border-b-quaternary-hover\/100:hover{
  border-bottom-color: rgb(43 202 241 / 1);
}

.hover\:border-b-quaternary-hover\/15:hover{
  border-bottom-color: rgb(43 202 241 / 0.15);
}

.hover\:border-b-quaternary-hover\/20:hover{
  border-bottom-color: rgb(43 202 241 / 0.2);
}

.hover\:border-b-quaternary-hover\/25:hover{
  border-bottom-color: rgb(43 202 241 / 0.25);
}

.hover\:border-b-quaternary-hover\/30:hover{
  border-bottom-color: rgb(43 202 241 / 0.3);
}

.hover\:border-b-quaternary-hover\/35:hover{
  border-bottom-color: rgb(43 202 241 / 0.35);
}

.hover\:border-b-quaternary-hover\/40:hover{
  border-bottom-color: rgb(43 202 241 / 0.4);
}

.hover\:border-b-quaternary-hover\/45:hover{
  border-bottom-color: rgb(43 202 241 / 0.45);
}

.hover\:border-b-quaternary-hover\/5:hover{
  border-bottom-color: rgb(43 202 241 / 0.05);
}

.hover\:border-b-quaternary-hover\/50:hover{
  border-bottom-color: rgb(43 202 241 / 0.5);
}

.hover\:border-b-quaternary-hover\/55:hover{
  border-bottom-color: rgb(43 202 241 / 0.55);
}

.hover\:border-b-quaternary-hover\/60:hover{
  border-bottom-color: rgb(43 202 241 / 0.6);
}

.hover\:border-b-quaternary-hover\/65:hover{
  border-bottom-color: rgb(43 202 241 / 0.65);
}

.hover\:border-b-quaternary-hover\/70:hover{
  border-bottom-color: rgb(43 202 241 / 0.7);
}

.hover\:border-b-quaternary-hover\/75:hover{
  border-bottom-color: rgb(43 202 241 / 0.75);
}

.hover\:border-b-quaternary-hover\/80:hover{
  border-bottom-color: rgb(43 202 241 / 0.8);
}

.hover\:border-b-quaternary-hover\/85:hover{
  border-bottom-color: rgb(43 202 241 / 0.85);
}

.hover\:border-b-quaternary-hover\/90:hover{
  border-bottom-color: rgb(43 202 241 / 0.9);
}

.hover\:border-b-quaternary-hover\/95:hover{
  border-bottom-color: rgb(43 202 241 / 0.95);
}

.hover\:border-b-quaternary\/0:hover{
  border-bottom-color: rgb(61 209 246 / 0);
}

.hover\:border-b-quaternary\/10:hover{
  border-bottom-color: rgb(61 209 246 / 0.1);
}

.hover\:border-b-quaternary\/100:hover{
  border-bottom-color: rgb(61 209 246 / 1);
}

.hover\:border-b-quaternary\/15:hover{
  border-bottom-color: rgb(61 209 246 / 0.15);
}

.hover\:border-b-quaternary\/20:hover{
  border-bottom-color: rgb(61 209 246 / 0.2);
}

.hover\:border-b-quaternary\/25:hover{
  border-bottom-color: rgb(61 209 246 / 0.25);
}

.hover\:border-b-quaternary\/30:hover{
  border-bottom-color: rgb(61 209 246 / 0.3);
}

.hover\:border-b-quaternary\/35:hover{
  border-bottom-color: rgb(61 209 246 / 0.35);
}

.hover\:border-b-quaternary\/40:hover{
  border-bottom-color: rgb(61 209 246 / 0.4);
}

.hover\:border-b-quaternary\/45:hover{
  border-bottom-color: rgb(61 209 246 / 0.45);
}

.hover\:border-b-quaternary\/5:hover{
  border-bottom-color: rgb(61 209 246 / 0.05);
}

.hover\:border-b-quaternary\/50:hover{
  border-bottom-color: rgb(61 209 246 / 0.5);
}

.hover\:border-b-quaternary\/55:hover{
  border-bottom-color: rgb(61 209 246 / 0.55);
}

.hover\:border-b-quaternary\/60:hover{
  border-bottom-color: rgb(61 209 246 / 0.6);
}

.hover\:border-b-quaternary\/65:hover{
  border-bottom-color: rgb(61 209 246 / 0.65);
}

.hover\:border-b-quaternary\/70:hover{
  border-bottom-color: rgb(61 209 246 / 0.7);
}

.hover\:border-b-quaternary\/75:hover{
  border-bottom-color: rgb(61 209 246 / 0.75);
}

.hover\:border-b-quaternary\/80:hover{
  border-bottom-color: rgb(61 209 246 / 0.8);
}

.hover\:border-b-quaternary\/85:hover{
  border-bottom-color: rgb(61 209 246 / 0.85);
}

.hover\:border-b-quaternary\/90:hover{
  border-bottom-color: rgb(61 209 246 / 0.9);
}

.hover\:border-b-quaternary\/95:hover{
  border-bottom-color: rgb(61 209 246 / 0.95);
}

.hover\:border-b-quinary:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.hover\:border-b-quinary-hover:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.hover\:border-b-quinary-hover\/0:hover{
  border-bottom-color: rgb(112 126 222 / 0);
}

.hover\:border-b-quinary-hover\/10:hover{
  border-bottom-color: rgb(112 126 222 / 0.1);
}

.hover\:border-b-quinary-hover\/100:hover{
  border-bottom-color: rgb(112 126 222 / 1);
}

.hover\:border-b-quinary-hover\/15:hover{
  border-bottom-color: rgb(112 126 222 / 0.15);
}

.hover\:border-b-quinary-hover\/20:hover{
  border-bottom-color: rgb(112 126 222 / 0.2);
}

.hover\:border-b-quinary-hover\/25:hover{
  border-bottom-color: rgb(112 126 222 / 0.25);
}

.hover\:border-b-quinary-hover\/30:hover{
  border-bottom-color: rgb(112 126 222 / 0.3);
}

.hover\:border-b-quinary-hover\/35:hover{
  border-bottom-color: rgb(112 126 222 / 0.35);
}

.hover\:border-b-quinary-hover\/40:hover{
  border-bottom-color: rgb(112 126 222 / 0.4);
}

.hover\:border-b-quinary-hover\/45:hover{
  border-bottom-color: rgb(112 126 222 / 0.45);
}

.hover\:border-b-quinary-hover\/5:hover{
  border-bottom-color: rgb(112 126 222 / 0.05);
}

.hover\:border-b-quinary-hover\/50:hover{
  border-bottom-color: rgb(112 126 222 / 0.5);
}

.hover\:border-b-quinary-hover\/55:hover{
  border-bottom-color: rgb(112 126 222 / 0.55);
}

.hover\:border-b-quinary-hover\/60:hover{
  border-bottom-color: rgb(112 126 222 / 0.6);
}

.hover\:border-b-quinary-hover\/65:hover{
  border-bottom-color: rgb(112 126 222 / 0.65);
}

.hover\:border-b-quinary-hover\/70:hover{
  border-bottom-color: rgb(112 126 222 / 0.7);
}

.hover\:border-b-quinary-hover\/75:hover{
  border-bottom-color: rgb(112 126 222 / 0.75);
}

.hover\:border-b-quinary-hover\/80:hover{
  border-bottom-color: rgb(112 126 222 / 0.8);
}

.hover\:border-b-quinary-hover\/85:hover{
  border-bottom-color: rgb(112 126 222 / 0.85);
}

.hover\:border-b-quinary-hover\/90:hover{
  border-bottom-color: rgb(112 126 222 / 0.9);
}

.hover\:border-b-quinary-hover\/95:hover{
  border-bottom-color: rgb(112 126 222 / 0.95);
}

.hover\:border-b-quinary\/0:hover{
  border-bottom-color: rgb(136 150 244 / 0);
}

.hover\:border-b-quinary\/10:hover{
  border-bottom-color: rgb(136 150 244 / 0.1);
}

.hover\:border-b-quinary\/100:hover{
  border-bottom-color: rgb(136 150 244 / 1);
}

.hover\:border-b-quinary\/15:hover{
  border-bottom-color: rgb(136 150 244 / 0.15);
}

.hover\:border-b-quinary\/20:hover{
  border-bottom-color: rgb(136 150 244 / 0.2);
}

.hover\:border-b-quinary\/25:hover{
  border-bottom-color: rgb(136 150 244 / 0.25);
}

.hover\:border-b-quinary\/30:hover{
  border-bottom-color: rgb(136 150 244 / 0.3);
}

.hover\:border-b-quinary\/35:hover{
  border-bottom-color: rgb(136 150 244 / 0.35);
}

.hover\:border-b-quinary\/40:hover{
  border-bottom-color: rgb(136 150 244 / 0.4);
}

.hover\:border-b-quinary\/45:hover{
  border-bottom-color: rgb(136 150 244 / 0.45);
}

.hover\:border-b-quinary\/5:hover{
  border-bottom-color: rgb(136 150 244 / 0.05);
}

.hover\:border-b-quinary\/50:hover{
  border-bottom-color: rgb(136 150 244 / 0.5);
}

.hover\:border-b-quinary\/55:hover{
  border-bottom-color: rgb(136 150 244 / 0.55);
}

.hover\:border-b-quinary\/60:hover{
  border-bottom-color: rgb(136 150 244 / 0.6);
}

.hover\:border-b-quinary\/65:hover{
  border-bottom-color: rgb(136 150 244 / 0.65);
}

.hover\:border-b-quinary\/70:hover{
  border-bottom-color: rgb(136 150 244 / 0.7);
}

.hover\:border-b-quinary\/75:hover{
  border-bottom-color: rgb(136 150 244 / 0.75);
}

.hover\:border-b-quinary\/80:hover{
  border-bottom-color: rgb(136 150 244 / 0.8);
}

.hover\:border-b-quinary\/85:hover{
  border-bottom-color: rgb(136 150 244 / 0.85);
}

.hover\:border-b-quinary\/90:hover{
  border-bottom-color: rgb(136 150 244 / 0.9);
}

.hover\:border-b-quinary\/95:hover{
  border-bottom-color: rgb(136 150 244 / 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\/15:hover{
  border-bottom-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(254 226 226 / 0.35);
}

.hover\:border-b-red-100\/40:hover{
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.hover\:border-b-red-100\/45:hover{
  border-bottom-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(254 226 226 / 0.55);
}

.hover\:border-b-red-100\/60:hover{
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.hover\:border-b-red-100\/65:hover{
  border-bottom-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(254 202 202 / 0.35);
}

.hover\:border-b-red-200\/40:hover{
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.hover\:border-b-red-200\/45:hover{
  border-bottom-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(254 202 202 / 0.55);
}

.hover\:border-b-red-200\/60:hover{
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.hover\:border-b-red-200\/65:hover{
  border-bottom-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(252 165 165 / 0.35);
}

.hover\:border-b-red-300\/40:hover{
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.hover\:border-b-red-300\/45:hover{
  border-bottom-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(252 165 165 / 0.55);
}

.hover\:border-b-red-300\/60:hover{
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.hover\:border-b-red-300\/65:hover{
  border-bottom-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(248 113 113 / 0.35);
}

.hover\:border-b-red-400\/40:hover{
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.hover\:border-b-red-400\/45:hover{
  border-bottom-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(248 113 113 / 0.55);
}

.hover\:border-b-red-400\/60:hover{
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.hover\:border-b-red-400\/65:hover{
  border-bottom-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(254 242 242 / 0.35);
}

.hover\:border-b-red-50\/40:hover{
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.hover\:border-b-red-50\/45:hover{
  border-bottom-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(254 242 242 / 0.55);
}

.hover\:border-b-red-50\/60:hover{
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.hover\:border-b-red-50\/65:hover{
  border-bottom-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(239 68 68 / 0.35);
}

.hover\:border-b-red-500\/40:hover{
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.hover\:border-b-red-500\/45:hover{
  border-bottom-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(239 68 68 / 0.55);
}

.hover\:border-b-red-500\/60:hover{
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.hover\:border-b-red-500\/65:hover{
  border-bottom-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(220 38 38 / 0.35);
}

.hover\:border-b-red-600\/40:hover{
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.hover\:border-b-red-600\/45:hover{
  border-bottom-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(220 38 38 / 0.55);
}

.hover\:border-b-red-600\/60:hover{
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.hover\:border-b-red-600\/65:hover{
  border-bottom-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(185 28 28 / 0.35);
}

.hover\:border-b-red-700\/40:hover{
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.hover\:border-b-red-700\/45:hover{
  border-bottom-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(185 28 28 / 0.55);
}

.hover\:border-b-red-700\/60:hover{
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.hover\:border-b-red-700\/65:hover{
  border-bottom-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(153 27 27 / 0.35);
}

.hover\:border-b-red-800\/40:hover{
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.hover\:border-b-red-800\/45:hover{
  border-bottom-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(153 27 27 / 0.55);
}

.hover\:border-b-red-800\/60:hover{
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.hover\:border-b-red-800\/65:hover{
  border-bottom-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(127 29 29 / 0.35);
}

.hover\:border-b-red-900\/40:hover{
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.hover\:border-b-red-900\/45:hover{
  border-bottom-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(127 29 29 / 0.55);
}

.hover\:border-b-red-900\/60:hover{
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.hover\:border-b-red-900\/65:hover{
  border-bottom-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(69 10 10 / 0.35);
}

.hover\:border-b-red-950\/40:hover{
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.hover\:border-b-red-950\/45:hover{
  border-bottom-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(69 10 10 / 0.55);
}

.hover\:border-b-red-950\/60:hover{
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.hover\:border-b-red-950\/65:hover{
  border-bottom-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(255 228 230 / 0.35);
}

.hover\:border-b-rose-100\/40:hover{
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.hover\:border-b-rose-100\/45:hover{
  border-bottom-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(255 228 230 / 0.55);
}

.hover\:border-b-rose-100\/60:hover{
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.hover\:border-b-rose-100\/65:hover{
  border-bottom-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(254 205 211 / 0.35);
}

.hover\:border-b-rose-200\/40:hover{
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.hover\:border-b-rose-200\/45:hover{
  border-bottom-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(254 205 211 / 0.55);
}

.hover\:border-b-rose-200\/60:hover{
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.hover\:border-b-rose-200\/65:hover{
  border-bottom-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(253 164 175 / 0.35);
}

.hover\:border-b-rose-300\/40:hover{
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.hover\:border-b-rose-300\/45:hover{
  border-bottom-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(253 164 175 / 0.55);
}

.hover\:border-b-rose-300\/60:hover{
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.hover\:border-b-rose-300\/65:hover{
  border-bottom-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(251 113 133 / 0.35);
}

.hover\:border-b-rose-400\/40:hover{
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.hover\:border-b-rose-400\/45:hover{
  border-bottom-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(251 113 133 / 0.55);
}

.hover\:border-b-rose-400\/60:hover{
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.hover\:border-b-rose-400\/65:hover{
  border-bottom-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(255 241 242 / 0.35);
}

.hover\:border-b-rose-50\/40:hover{
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.hover\:border-b-rose-50\/45:hover{
  border-bottom-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(255 241 242 / 0.55);
}

.hover\:border-b-rose-50\/60:hover{
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.hover\:border-b-rose-50\/65:hover{
  border-bottom-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(244 63 94 / 0.35);
}

.hover\:border-b-rose-500\/40:hover{
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.hover\:border-b-rose-500\/45:hover{
  border-bottom-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(244 63 94 / 0.55);
}

.hover\:border-b-rose-500\/60:hover{
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.hover\:border-b-rose-500\/65:hover{
  border-bottom-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(225 29 72 / 0.35);
}

.hover\:border-b-rose-600\/40:hover{
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.hover\:border-b-rose-600\/45:hover{
  border-bottom-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(225 29 72 / 0.55);
}

.hover\:border-b-rose-600\/60:hover{
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.hover\:border-b-rose-600\/65:hover{
  border-bottom-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(190 18 60 / 0.35);
}

.hover\:border-b-rose-700\/40:hover{
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.hover\:border-b-rose-700\/45:hover{
  border-bottom-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(190 18 60 / 0.55);
}

.hover\:border-b-rose-700\/60:hover{
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.hover\:border-b-rose-700\/65:hover{
  border-bottom-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(159 18 57 / 0.35);
}

.hover\:border-b-rose-800\/40:hover{
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.hover\:border-b-rose-800\/45:hover{
  border-bottom-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(159 18 57 / 0.55);
}

.hover\:border-b-rose-800\/60:hover{
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.hover\:border-b-rose-800\/65:hover{
  border-bottom-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(136 19 55 / 0.35);
}

.hover\:border-b-rose-900\/40:hover{
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.hover\:border-b-rose-900\/45:hover{
  border-bottom-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(136 19 55 / 0.55);
}

.hover\:border-b-rose-900\/60:hover{
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.hover\:border-b-rose-900\/65:hover{
  border-bottom-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(76 5 25 / 0.35);
}

.hover\:border-b-rose-950\/40:hover{
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.hover\:border-b-rose-950\/45:hover{
  border-bottom-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(76 5 25 / 0.55);
}

.hover\:border-b-rose-950\/60:hover{
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.hover\:border-b-rose-950\/65:hover{
  border-bottom-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.hover\:border-b-secondary\/0:hover{
  border-bottom-color: rgb(141 147 167 / 0);
}

.hover\:border-b-secondary\/10:hover{
  border-bottom-color: rgb(141 147 167 / 0.1);
}

.hover\:border-b-secondary\/100:hover{
  border-bottom-color: rgb(141 147 167 / 1);
}

.hover\:border-b-secondary\/15:hover{
  border-bottom-color: rgb(141 147 167 / 0.15);
}

.hover\:border-b-secondary\/20:hover{
  border-bottom-color: rgb(141 147 167 / 0.2);
}

.hover\:border-b-secondary\/25:hover{
  border-bottom-color: rgb(141 147 167 / 0.25);
}

.hover\:border-b-secondary\/30:hover{
  border-bottom-color: rgb(141 147 167 / 0.3);
}

.hover\:border-b-secondary\/35:hover{
  border-bottom-color: rgb(141 147 167 / 0.35);
}

.hover\:border-b-secondary\/40:hover{
  border-bottom-color: rgb(141 147 167 / 0.4);
}

.hover\:border-b-secondary\/45:hover{
  border-bottom-color: rgb(141 147 167 / 0.45);
}

.hover\:border-b-secondary\/5:hover{
  border-bottom-color: rgb(141 147 167 / 0.05);
}

.hover\:border-b-secondary\/50:hover{
  border-bottom-color: rgb(141 147 167 / 0.5);
}

.hover\:border-b-secondary\/55:hover{
  border-bottom-color: rgb(141 147 167 / 0.55);
}

.hover\:border-b-secondary\/60:hover{
  border-bottom-color: rgb(141 147 167 / 0.6);
}

.hover\:border-b-secondary\/65:hover{
  border-bottom-color: rgb(141 147 167 / 0.65);
}

.hover\:border-b-secondary\/70:hover{
  border-bottom-color: rgb(141 147 167 / 0.7);
}

.hover\:border-b-secondary\/75:hover{
  border-bottom-color: rgb(141 147 167 / 0.75);
}

.hover\:border-b-secondary\/80:hover{
  border-bottom-color: rgb(141 147 167 / 0.8);
}

.hover\:border-b-secondary\/85:hover{
  border-bottom-color: rgb(141 147 167 / 0.85);
}

.hover\:border-b-secondary\/90:hover{
  border-bottom-color: rgb(141 147 167 / 0.9);
}

.hover\:border-b-secondary\/95:hover{
  border-bottom-color: rgb(141 147 167 / 0.95);
}

.hover\:border-b-senary:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.hover\:border-b-senary\/0:hover{
  border-bottom-color: rgb(73 134 231 / 0);
}

.hover\:border-b-senary\/10:hover{
  border-bottom-color: rgb(73 134 231 / 0.1);
}

.hover\:border-b-senary\/100:hover{
  border-bottom-color: rgb(73 134 231 / 1);
}

.hover\:border-b-senary\/15:hover{
  border-bottom-color: rgb(73 134 231 / 0.15);
}

.hover\:border-b-senary\/20:hover{
  border-bottom-color: rgb(73 134 231 / 0.2);
}

.hover\:border-b-senary\/25:hover{
  border-bottom-color: rgb(73 134 231 / 0.25);
}

.hover\:border-b-senary\/30:hover{
  border-bottom-color: rgb(73 134 231 / 0.3);
}

.hover\:border-b-senary\/35:hover{
  border-bottom-color: rgb(73 134 231 / 0.35);
}

.hover\:border-b-senary\/40:hover{
  border-bottom-color: rgb(73 134 231 / 0.4);
}

.hover\:border-b-senary\/45:hover{
  border-bottom-color: rgb(73 134 231 / 0.45);
}

.hover\:border-b-senary\/5:hover{
  border-bottom-color: rgb(73 134 231 / 0.05);
}

.hover\:border-b-senary\/50:hover{
  border-bottom-color: rgb(73 134 231 / 0.5);
}

.hover\:border-b-senary\/55:hover{
  border-bottom-color: rgb(73 134 231 / 0.55);
}

.hover\:border-b-senary\/60:hover{
  border-bottom-color: rgb(73 134 231 / 0.6);
}

.hover\:border-b-senary\/65:hover{
  border-bottom-color: rgb(73 134 231 / 0.65);
}

.hover\:border-b-senary\/70:hover{
  border-bottom-color: rgb(73 134 231 / 0.7);
}

.hover\:border-b-senary\/75:hover{
  border-bottom-color: rgb(73 134 231 / 0.75);
}

.hover\:border-b-senary\/80:hover{
  border-bottom-color: rgb(73 134 231 / 0.8);
}

.hover\:border-b-senary\/85:hover{
  border-bottom-color: rgb(73 134 231 / 0.85);
}

.hover\:border-b-senary\/90:hover{
  border-bottom-color: rgb(73 134 231 / 0.9);
}

.hover\:border-b-senary\/95:hover{
  border-bottom-color: rgb(73 134 231 / 0.95);
}

.hover\:border-b-septenary:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.hover\:border-b-septenary\/0:hover{
  border-bottom-color: rgb(49 88 129 / 0);
}

.hover\:border-b-septenary\/10:hover{
  border-bottom-color: rgb(49 88 129 / 0.1);
}

.hover\:border-b-septenary\/100:hover{
  border-bottom-color: rgb(49 88 129 / 1);
}

.hover\:border-b-septenary\/15:hover{
  border-bottom-color: rgb(49 88 129 / 0.15);
}

.hover\:border-b-septenary\/20:hover{
  border-bottom-color: rgb(49 88 129 / 0.2);
}

.hover\:border-b-septenary\/25:hover{
  border-bottom-color: rgb(49 88 129 / 0.25);
}

.hover\:border-b-septenary\/30:hover{
  border-bottom-color: rgb(49 88 129 / 0.3);
}

.hover\:border-b-septenary\/35:hover{
  border-bottom-color: rgb(49 88 129 / 0.35);
}

.hover\:border-b-septenary\/40:hover{
  border-bottom-color: rgb(49 88 129 / 0.4);
}

.hover\:border-b-septenary\/45:hover{
  border-bottom-color: rgb(49 88 129 / 0.45);
}

.hover\:border-b-septenary\/5:hover{
  border-bottom-color: rgb(49 88 129 / 0.05);
}

.hover\:border-b-septenary\/50:hover{
  border-bottom-color: rgb(49 88 129 / 0.5);
}

.hover\:border-b-septenary\/55:hover{
  border-bottom-color: rgb(49 88 129 / 0.55);
}

.hover\:border-b-septenary\/60:hover{
  border-bottom-color: rgb(49 88 129 / 0.6);
}

.hover\:border-b-septenary\/65:hover{
  border-bottom-color: rgb(49 88 129 / 0.65);
}

.hover\:border-b-septenary\/70:hover{
  border-bottom-color: rgb(49 88 129 / 0.7);
}

.hover\:border-b-septenary\/75:hover{
  border-bottom-color: rgb(49 88 129 / 0.75);
}

.hover\:border-b-septenary\/80:hover{
  border-bottom-color: rgb(49 88 129 / 0.8);
}

.hover\:border-b-septenary\/85:hover{
  border-bottom-color: rgb(49 88 129 / 0.85);
}

.hover\:border-b-septenary\/90:hover{
  border-bottom-color: rgb(49 88 129 / 0.9);
}

.hover\:border-b-septenary\/95:hover{
  border-bottom-color: rgb(49 88 129 / 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\/15:hover{
  border-bottom-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(224 242 254 / 0.35);
}

.hover\:border-b-sky-100\/40:hover{
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.hover\:border-b-sky-100\/45:hover{
  border-bottom-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(224 242 254 / 0.55);
}

.hover\:border-b-sky-100\/60:hover{
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.hover\:border-b-sky-100\/65:hover{
  border-bottom-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(186 230 253 / 0.35);
}

.hover\:border-b-sky-200\/40:hover{
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.hover\:border-b-sky-200\/45:hover{
  border-bottom-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(186 230 253 / 0.55);
}

.hover\:border-b-sky-200\/60:hover{
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.hover\:border-b-sky-200\/65:hover{
  border-bottom-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(125 211 252 / 0.35);
}

.hover\:border-b-sky-300\/40:hover{
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.hover\:border-b-sky-300\/45:hover{
  border-bottom-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(125 211 252 / 0.55);
}

.hover\:border-b-sky-300\/60:hover{
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.hover\:border-b-sky-300\/65:hover{
  border-bottom-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(56 189 248 / 0.35);
}

.hover\:border-b-sky-400\/40:hover{
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.hover\:border-b-sky-400\/45:hover{
  border-bottom-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(56 189 248 / 0.55);
}

.hover\:border-b-sky-400\/60:hover{
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.hover\:border-b-sky-400\/65:hover{
  border-bottom-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(240 249 255 / 0.35);
}

.hover\:border-b-sky-50\/40:hover{
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.hover\:border-b-sky-50\/45:hover{
  border-bottom-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(240 249 255 / 0.55);
}

.hover\:border-b-sky-50\/60:hover{
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.hover\:border-b-sky-50\/65:hover{
  border-bottom-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(14 165 233 / 0.35);
}

.hover\:border-b-sky-500\/40:hover{
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.hover\:border-b-sky-500\/45:hover{
  border-bottom-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(14 165 233 / 0.55);
}

.hover\:border-b-sky-500\/60:hover{
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.hover\:border-b-sky-500\/65:hover{
  border-bottom-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(2 132 199 / 0.35);
}

.hover\:border-b-sky-600\/40:hover{
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.hover\:border-b-sky-600\/45:hover{
  border-bottom-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(2 132 199 / 0.55);
}

.hover\:border-b-sky-600\/60:hover{
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.hover\:border-b-sky-600\/65:hover{
  border-bottom-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(3 105 161 / 0.35);
}

.hover\:border-b-sky-700\/40:hover{
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.hover\:border-b-sky-700\/45:hover{
  border-bottom-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(3 105 161 / 0.55);
}

.hover\:border-b-sky-700\/60:hover{
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.hover\:border-b-sky-700\/65:hover{
  border-bottom-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(7 89 133 / 0.35);
}

.hover\:border-b-sky-800\/40:hover{
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.hover\:border-b-sky-800\/45:hover{
  border-bottom-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(7 89 133 / 0.55);
}

.hover\:border-b-sky-800\/60:hover{
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.hover\:border-b-sky-800\/65:hover{
  border-bottom-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(12 74 110 / 0.35);
}

.hover\:border-b-sky-900\/40:hover{
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.hover\:border-b-sky-900\/45:hover{
  border-bottom-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(12 74 110 / 0.55);
}

.hover\:border-b-sky-900\/60:hover{
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.hover\:border-b-sky-900\/65:hover{
  border-bottom-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(8 47 73 / 0.35);
}

.hover\:border-b-sky-950\/40:hover{
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.hover\:border-b-sky-950\/45:hover{
  border-bottom-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(8 47 73 / 0.55);
}

.hover\:border-b-sky-950\/60:hover{
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.hover\:border-b-sky-950\/65:hover{
  border-bottom-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(241 245 249 / 0.35);
}

.hover\:border-b-slate-100\/40:hover{
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.hover\:border-b-slate-100\/45:hover{
  border-bottom-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(241 245 249 / 0.55);
}

.hover\:border-b-slate-100\/60:hover{
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.hover\:border-b-slate-100\/65:hover{
  border-bottom-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(226 232 240 / 0.35);
}

.hover\:border-b-slate-200\/40:hover{
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.hover\:border-b-slate-200\/45:hover{
  border-bottom-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(226 232 240 / 0.55);
}

.hover\:border-b-slate-200\/60:hover{
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.hover\:border-b-slate-200\/65:hover{
  border-bottom-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(203 213 225 / 0.35);
}

.hover\:border-b-slate-300\/40:hover{
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.hover\:border-b-slate-300\/45:hover{
  border-bottom-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(203 213 225 / 0.55);
}

.hover\:border-b-slate-300\/60:hover{
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.hover\:border-b-slate-300\/65:hover{
  border-bottom-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(148 163 184 / 0.35);
}

.hover\:border-b-slate-400\/40:hover{
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.hover\:border-b-slate-400\/45:hover{
  border-bottom-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(148 163 184 / 0.55);
}

.hover\:border-b-slate-400\/60:hover{
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.hover\:border-b-slate-400\/65:hover{
  border-bottom-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(248 250 252 / 0.35);
}

.hover\:border-b-slate-50\/40:hover{
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.hover\:border-b-slate-50\/45:hover{
  border-bottom-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(248 250 252 / 0.55);
}

.hover\:border-b-slate-50\/60:hover{
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.hover\:border-b-slate-50\/65:hover{
  border-bottom-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(100 116 139 / 0.35);
}

.hover\:border-b-slate-500\/40:hover{
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.hover\:border-b-slate-500\/45:hover{
  border-bottom-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(100 116 139 / 0.55);
}

.hover\:border-b-slate-500\/60:hover{
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.hover\:border-b-slate-500\/65:hover{
  border-bottom-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(71 85 105 / 0.35);
}

.hover\:border-b-slate-600\/40:hover{
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.hover\:border-b-slate-600\/45:hover{
  border-bottom-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(71 85 105 / 0.55);
}

.hover\:border-b-slate-600\/60:hover{
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.hover\:border-b-slate-600\/65:hover{
  border-bottom-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(51 65 85 / 0.35);
}

.hover\:border-b-slate-700\/40:hover{
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.hover\:border-b-slate-700\/45:hover{
  border-bottom-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(51 65 85 / 0.55);
}

.hover\:border-b-slate-700\/60:hover{
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.hover\:border-b-slate-700\/65:hover{
  border-bottom-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(30 41 59 / 0.35);
}

.hover\:border-b-slate-800\/40:hover{
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.hover\:border-b-slate-800\/45:hover{
  border-bottom-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(30 41 59 / 0.55);
}

.hover\:border-b-slate-800\/60:hover{
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.hover\:border-b-slate-800\/65:hover{
  border-bottom-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(15 23 42 / 0.35);
}

.hover\:border-b-slate-900\/40:hover{
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.hover\:border-b-slate-900\/45:hover{
  border-bottom-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(15 23 42 / 0.55);
}

.hover\:border-b-slate-900\/60:hover{
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.hover\:border-b-slate-900\/65:hover{
  border-bottom-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(2 6 23 / 0.35);
}

.hover\:border-b-slate-950\/40:hover{
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.hover\:border-b-slate-950\/45:hover{
  border-bottom-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(2 6 23 / 0.55);
}

.hover\:border-b-slate-950\/60:hover{
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.hover\:border-b-slate-950\/65:hover{
  border-bottom-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(245 245 244 / 0.35);
}

.hover\:border-b-stone-100\/40:hover{
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.hover\:border-b-stone-100\/45:hover{
  border-bottom-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(245 245 244 / 0.55);
}

.hover\:border-b-stone-100\/60:hover{
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.hover\:border-b-stone-100\/65:hover{
  border-bottom-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(231 229 228 / 0.35);
}

.hover\:border-b-stone-200\/40:hover{
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.hover\:border-b-stone-200\/45:hover{
  border-bottom-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(231 229 228 / 0.55);
}

.hover\:border-b-stone-200\/60:hover{
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.hover\:border-b-stone-200\/65:hover{
  border-bottom-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(214 211 209 / 0.35);
}

.hover\:border-b-stone-300\/40:hover{
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.hover\:border-b-stone-300\/45:hover{
  border-bottom-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(214 211 209 / 0.55);
}

.hover\:border-b-stone-300\/60:hover{
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.hover\:border-b-stone-300\/65:hover{
  border-bottom-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(168 162 158 / 0.35);
}

.hover\:border-b-stone-400\/40:hover{
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.hover\:border-b-stone-400\/45:hover{
  border-bottom-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(168 162 158 / 0.55);
}

.hover\:border-b-stone-400\/60:hover{
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.hover\:border-b-stone-400\/65:hover{
  border-bottom-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(250 250 249 / 0.35);
}

.hover\:border-b-stone-50\/40:hover{
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.hover\:border-b-stone-50\/45:hover{
  border-bottom-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(250 250 249 / 0.55);
}

.hover\:border-b-stone-50\/60:hover{
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.hover\:border-b-stone-50\/65:hover{
  border-bottom-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(120 113 108 / 0.35);
}

.hover\:border-b-stone-500\/40:hover{
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.hover\:border-b-stone-500\/45:hover{
  border-bottom-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(120 113 108 / 0.55);
}

.hover\:border-b-stone-500\/60:hover{
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.hover\:border-b-stone-500\/65:hover{
  border-bottom-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(87 83 78 / 0.35);
}

.hover\:border-b-stone-600\/40:hover{
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.hover\:border-b-stone-600\/45:hover{
  border-bottom-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(87 83 78 / 0.55);
}

.hover\:border-b-stone-600\/60:hover{
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.hover\:border-b-stone-600\/65:hover{
  border-bottom-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(68 64 60 / 0.35);
}

.hover\:border-b-stone-700\/40:hover{
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.hover\:border-b-stone-700\/45:hover{
  border-bottom-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(68 64 60 / 0.55);
}

.hover\:border-b-stone-700\/60:hover{
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.hover\:border-b-stone-700\/65:hover{
  border-bottom-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(41 37 36 / 0.35);
}

.hover\:border-b-stone-800\/40:hover{
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.hover\:border-b-stone-800\/45:hover{
  border-bottom-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(41 37 36 / 0.55);
}

.hover\:border-b-stone-800\/60:hover{
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.hover\:border-b-stone-800\/65:hover{
  border-bottom-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(28 25 23 / 0.35);
}

.hover\:border-b-stone-900\/40:hover{
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.hover\:border-b-stone-900\/45:hover{
  border-bottom-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(28 25 23 / 0.55);
}

.hover\:border-b-stone-900\/60:hover{
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.hover\:border-b-stone-900\/65:hover{
  border-bottom-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(12 10 9 / 0.35);
}

.hover\:border-b-stone-950\/40:hover{
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.hover\:border-b-stone-950\/45:hover{
  border-bottom-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(12 10 9 / 0.55);
}

.hover\:border-b-stone-950\/60:hover{
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.hover\:border-b-stone-950\/65:hover{
  border-bottom-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.hover\:border-b-success\/0:hover{
  border-bottom-color: rgb(7 196 149 / 0);
}

.hover\:border-b-success\/10:hover{
  border-bottom-color: rgb(7 196 149 / 0.1);
}

.hover\:border-b-success\/100:hover{
  border-bottom-color: rgb(7 196 149 / 1);
}

.hover\:border-b-success\/15:hover{
  border-bottom-color: rgb(7 196 149 / 0.15);
}

.hover\:border-b-success\/20:hover{
  border-bottom-color: rgb(7 196 149 / 0.2);
}

.hover\:border-b-success\/25:hover{
  border-bottom-color: rgb(7 196 149 / 0.25);
}

.hover\:border-b-success\/30:hover{
  border-bottom-color: rgb(7 196 149 / 0.3);
}

.hover\:border-b-success\/35:hover{
  border-bottom-color: rgb(7 196 149 / 0.35);
}

.hover\:border-b-success\/40:hover{
  border-bottom-color: rgb(7 196 149 / 0.4);
}

.hover\:border-b-success\/45:hover{
  border-bottom-color: rgb(7 196 149 / 0.45);
}

.hover\:border-b-success\/5:hover{
  border-bottom-color: rgb(7 196 149 / 0.05);
}

.hover\:border-b-success\/50:hover{
  border-bottom-color: rgb(7 196 149 / 0.5);
}

.hover\:border-b-success\/55:hover{
  border-bottom-color: rgb(7 196 149 / 0.55);
}

.hover\:border-b-success\/60:hover{
  border-bottom-color: rgb(7 196 149 / 0.6);
}

.hover\:border-b-success\/65:hover{
  border-bottom-color: rgb(7 196 149 / 0.65);
}

.hover\:border-b-success\/70:hover{
  border-bottom-color: rgb(7 196 149 / 0.7);
}

.hover\:border-b-success\/75:hover{
  border-bottom-color: rgb(7 196 149 / 0.75);
}

.hover\:border-b-success\/80:hover{
  border-bottom-color: rgb(7 196 149 / 0.8);
}

.hover\:border-b-success\/85:hover{
  border-bottom-color: rgb(7 196 149 / 0.85);
}

.hover\:border-b-success\/90:hover{
  border-bottom-color: rgb(7 196 149 / 0.9);
}

.hover\:border-b-success\/95:hover{
  border-bottom-color: rgb(7 196 149 / 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\/15:hover{
  border-bottom-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(204 251 241 / 0.35);
}

.hover\:border-b-teal-100\/40:hover{
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.hover\:border-b-teal-100\/45:hover{
  border-bottom-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(204 251 241 / 0.55);
}

.hover\:border-b-teal-100\/60:hover{
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.hover\:border-b-teal-100\/65:hover{
  border-bottom-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(153 246 228 / 0.35);
}

.hover\:border-b-teal-200\/40:hover{
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.hover\:border-b-teal-200\/45:hover{
  border-bottom-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(153 246 228 / 0.55);
}

.hover\:border-b-teal-200\/60:hover{
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.hover\:border-b-teal-200\/65:hover{
  border-bottom-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(94 234 212 / 0.35);
}

.hover\:border-b-teal-300\/40:hover{
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.hover\:border-b-teal-300\/45:hover{
  border-bottom-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(94 234 212 / 0.55);
}

.hover\:border-b-teal-300\/60:hover{
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.hover\:border-b-teal-300\/65:hover{
  border-bottom-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(45 212 191 / 0.35);
}

.hover\:border-b-teal-400\/40:hover{
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.hover\:border-b-teal-400\/45:hover{
  border-bottom-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(45 212 191 / 0.55);
}

.hover\:border-b-teal-400\/60:hover{
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.hover\:border-b-teal-400\/65:hover{
  border-bottom-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(240 253 250 / 0.35);
}

.hover\:border-b-teal-50\/40:hover{
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.hover\:border-b-teal-50\/45:hover{
  border-bottom-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(240 253 250 / 0.55);
}

.hover\:border-b-teal-50\/60:hover{
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.hover\:border-b-teal-50\/65:hover{
  border-bottom-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(20 184 166 / 0.35);
}

.hover\:border-b-teal-500\/40:hover{
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.hover\:border-b-teal-500\/45:hover{
  border-bottom-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(20 184 166 / 0.55);
}

.hover\:border-b-teal-500\/60:hover{
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.hover\:border-b-teal-500\/65:hover{
  border-bottom-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(13 148 136 / 0.35);
}

.hover\:border-b-teal-600\/40:hover{
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.hover\:border-b-teal-600\/45:hover{
  border-bottom-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(13 148 136 / 0.55);
}

.hover\:border-b-teal-600\/60:hover{
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.hover\:border-b-teal-600\/65:hover{
  border-bottom-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(15 118 110 / 0.35);
}

.hover\:border-b-teal-700\/40:hover{
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.hover\:border-b-teal-700\/45:hover{
  border-bottom-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(15 118 110 / 0.55);
}

.hover\:border-b-teal-700\/60:hover{
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.hover\:border-b-teal-700\/65:hover{
  border-bottom-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(17 94 89 / 0.35);
}

.hover\:border-b-teal-800\/40:hover{
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.hover\:border-b-teal-800\/45:hover{
  border-bottom-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(17 94 89 / 0.55);
}

.hover\:border-b-teal-800\/60:hover{
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.hover\:border-b-teal-800\/65:hover{
  border-bottom-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(19 78 74 / 0.35);
}

.hover\:border-b-teal-900\/40:hover{
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.hover\:border-b-teal-900\/45:hover{
  border-bottom-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(19 78 74 / 0.55);
}

.hover\:border-b-teal-900\/60:hover{
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.hover\:border-b-teal-900\/65:hover{
  border-bottom-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(4 47 46 / 0.35);
}

.hover\:border-b-teal-950\/40:hover{
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.hover\:border-b-teal-950\/45:hover{
  border-bottom-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(4 47 46 / 0.55);
}

.hover\:border-b-teal-950\/60:hover{
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.hover\:border-b-teal-950\/65:hover{
  border-bottom-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.hover\:border-b-tertiary-hover:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.hover\:border-b-tertiary-hover\/0:hover{
  border-bottom-color: rgb(20 123 223 / 0);
}

.hover\:border-b-tertiary-hover\/10:hover{
  border-bottom-color: rgb(20 123 223 / 0.1);
}

.hover\:border-b-tertiary-hover\/100:hover{
  border-bottom-color: rgb(20 123 223 / 1);
}

.hover\:border-b-tertiary-hover\/15:hover{
  border-bottom-color: rgb(20 123 223 / 0.15);
}

.hover\:border-b-tertiary-hover\/20:hover{
  border-bottom-color: rgb(20 123 223 / 0.2);
}

.hover\:border-b-tertiary-hover\/25:hover{
  border-bottom-color: rgb(20 123 223 / 0.25);
}

.hover\:border-b-tertiary-hover\/30:hover{
  border-bottom-color: rgb(20 123 223 / 0.3);
}

.hover\:border-b-tertiary-hover\/35:hover{
  border-bottom-color: rgb(20 123 223 / 0.35);
}

.hover\:border-b-tertiary-hover\/40:hover{
  border-bottom-color: rgb(20 123 223 / 0.4);
}

.hover\:border-b-tertiary-hover\/45:hover{
  border-bottom-color: rgb(20 123 223 / 0.45);
}

.hover\:border-b-tertiary-hover\/5:hover{
  border-bottom-color: rgb(20 123 223 / 0.05);
}

.hover\:border-b-tertiary-hover\/50:hover{
  border-bottom-color: rgb(20 123 223 / 0.5);
}

.hover\:border-b-tertiary-hover\/55:hover{
  border-bottom-color: rgb(20 123 223 / 0.55);
}

.hover\:border-b-tertiary-hover\/60:hover{
  border-bottom-color: rgb(20 123 223 / 0.6);
}

.hover\:border-b-tertiary-hover\/65:hover{
  border-bottom-color: rgb(20 123 223 / 0.65);
}

.hover\:border-b-tertiary-hover\/70:hover{
  border-bottom-color: rgb(20 123 223 / 0.7);
}

.hover\:border-b-tertiary-hover\/75:hover{
  border-bottom-color: rgb(20 123 223 / 0.75);
}

.hover\:border-b-tertiary-hover\/80:hover{
  border-bottom-color: rgb(20 123 223 / 0.8);
}

.hover\:border-b-tertiary-hover\/85:hover{
  border-bottom-color: rgb(20 123 223 / 0.85);
}

.hover\:border-b-tertiary-hover\/90:hover{
  border-bottom-color: rgb(20 123 223 / 0.9);
}

.hover\:border-b-tertiary-hover\/95:hover{
  border-bottom-color: rgb(20 123 223 / 0.95);
}

.hover\:border-b-tertiary\/0:hover{
  border-bottom-color: rgb(22 137 252 / 0);
}

.hover\:border-b-tertiary\/10:hover{
  border-bottom-color: rgb(22 137 252 / 0.1);
}

.hover\:border-b-tertiary\/100:hover{
  border-bottom-color: rgb(22 137 252 / 1);
}

.hover\:border-b-tertiary\/15:hover{
  border-bottom-color: rgb(22 137 252 / 0.15);
}

.hover\:border-b-tertiary\/20:hover{
  border-bottom-color: rgb(22 137 252 / 0.2);
}

.hover\:border-b-tertiary\/25:hover{
  border-bottom-color: rgb(22 137 252 / 0.25);
}

.hover\:border-b-tertiary\/30:hover{
  border-bottom-color: rgb(22 137 252 / 0.3);
}

.hover\:border-b-tertiary\/35:hover{
  border-bottom-color: rgb(22 137 252 / 0.35);
}

.hover\:border-b-tertiary\/40:hover{
  border-bottom-color: rgb(22 137 252 / 0.4);
}

.hover\:border-b-tertiary\/45:hover{
  border-bottom-color: rgb(22 137 252 / 0.45);
}

.hover\:border-b-tertiary\/5:hover{
  border-bottom-color: rgb(22 137 252 / 0.05);
}

.hover\:border-b-tertiary\/50:hover{
  border-bottom-color: rgb(22 137 252 / 0.5);
}

.hover\:border-b-tertiary\/55:hover{
  border-bottom-color: rgb(22 137 252 / 0.55);
}

.hover\:border-b-tertiary\/60:hover{
  border-bottom-color: rgb(22 137 252 / 0.6);
}

.hover\:border-b-tertiary\/65:hover{
  border-bottom-color: rgb(22 137 252 / 0.65);
}

.hover\:border-b-tertiary\/70:hover{
  border-bottom-color: rgb(22 137 252 / 0.7);
}

.hover\:border-b-tertiary\/75:hover{
  border-bottom-color: rgb(22 137 252 / 0.75);
}

.hover\:border-b-tertiary\/80:hover{
  border-bottom-color: rgb(22 137 252 / 0.8);
}

.hover\:border-b-tertiary\/85:hover{
  border-bottom-color: rgb(22 137 252 / 0.85);
}

.hover\:border-b-tertiary\/90:hover{
  border-bottom-color: rgb(22 137 252 / 0.9);
}

.hover\:border-b-tertiary\/95:hover{
  border-bottom-color: rgb(22 137 252 / 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\/15:hover{
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.hover\:border-b-transparent\/40:hover{
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.hover\:border-b-transparent\/45:hover{
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.hover\:border-b-transparent\/60:hover{
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.hover\:border-b-transparent\/65:hover{
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  border-bottom-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(237 233 254 / 0.35);
}

.hover\:border-b-violet-100\/40:hover{
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.hover\:border-b-violet-100\/45:hover{
  border-bottom-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(237 233 254 / 0.55);
}

.hover\:border-b-violet-100\/60:hover{
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.hover\:border-b-violet-100\/65:hover{
  border-bottom-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(221 214 254 / 0.35);
}

.hover\:border-b-violet-200\/40:hover{
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.hover\:border-b-violet-200\/45:hover{
  border-bottom-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(221 214 254 / 0.55);
}

.hover\:border-b-violet-200\/60:hover{
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.hover\:border-b-violet-200\/65:hover{
  border-bottom-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(196 181 253 / 0.35);
}

.hover\:border-b-violet-300\/40:hover{
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.hover\:border-b-violet-300\/45:hover{
  border-bottom-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(196 181 253 / 0.55);
}

.hover\:border-b-violet-300\/60:hover{
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.hover\:border-b-violet-300\/65:hover{
  border-bottom-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(167 139 250 / 0.35);
}

.hover\:border-b-violet-400\/40:hover{
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.hover\:border-b-violet-400\/45:hover{
  border-bottom-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(167 139 250 / 0.55);
}

.hover\:border-b-violet-400\/60:hover{
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.hover\:border-b-violet-400\/65:hover{
  border-bottom-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(245 243 255 / 0.35);
}

.hover\:border-b-violet-50\/40:hover{
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.hover\:border-b-violet-50\/45:hover{
  border-bottom-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(245 243 255 / 0.55);
}

.hover\:border-b-violet-50\/60:hover{
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.hover\:border-b-violet-50\/65:hover{
  border-bottom-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(139 92 246 / 0.35);
}

.hover\:border-b-violet-500\/40:hover{
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.hover\:border-b-violet-500\/45:hover{
  border-bottom-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(139 92 246 / 0.55);
}

.hover\:border-b-violet-500\/60:hover{
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.hover\:border-b-violet-500\/65:hover{
  border-bottom-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(124 58 237 / 0.35);
}

.hover\:border-b-violet-600\/40:hover{
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.hover\:border-b-violet-600\/45:hover{
  border-bottom-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(124 58 237 / 0.55);
}

.hover\:border-b-violet-600\/60:hover{
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.hover\:border-b-violet-600\/65:hover{
  border-bottom-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(109 40 217 / 0.35);
}

.hover\:border-b-violet-700\/40:hover{
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.hover\:border-b-violet-700\/45:hover{
  border-bottom-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(109 40 217 / 0.55);
}

.hover\:border-b-violet-700\/60:hover{
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.hover\:border-b-violet-700\/65:hover{
  border-bottom-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(91 33 182 / 0.35);
}

.hover\:border-b-violet-800\/40:hover{
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.hover\:border-b-violet-800\/45:hover{
  border-bottom-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(91 33 182 / 0.55);
}

.hover\:border-b-violet-800\/60:hover{
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.hover\:border-b-violet-800\/65:hover{
  border-bottom-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(76 29 149 / 0.35);
}

.hover\:border-b-violet-900\/40:hover{
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.hover\:border-b-violet-900\/45:hover{
  border-bottom-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(76 29 149 / 0.55);
}

.hover\:border-b-violet-900\/60:hover{
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.hover\:border-b-violet-900\/65:hover{
  border-bottom-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(46 16 101 / 0.35);
}

.hover\:border-b-violet-950\/40:hover{
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.hover\:border-b-violet-950\/45:hover{
  border-bottom-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(46 16 101 / 0.55);
}

.hover\:border-b-violet-950\/60:hover{
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.hover\:border-b-violet-950\/65:hover{
  border-bottom-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.hover\:border-b-white\/40:hover{
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.hover\:border-b-white\/45:hover{
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.hover\:border-b-white\/60:hover{
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.hover\:border-b-white\/65:hover{
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.hover\:border-b-yellow-100\/40:hover{
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.hover\:border-b-yellow-100\/45:hover{
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.hover\:border-b-yellow-100\/60:hover{
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.hover\:border-b-yellow-100\/65:hover{
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.hover\:border-b-yellow-200\/40:hover{
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.hover\:border-b-yellow-200\/45:hover{
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.hover\:border-b-yellow-200\/60:hover{
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.hover\:border-b-yellow-200\/65:hover{
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.hover\:border-b-yellow-300\/40:hover{
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.hover\:border-b-yellow-300\/45:hover{
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.hover\:border-b-yellow-300\/60:hover{
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.hover\:border-b-yellow-300\/65:hover{
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.hover\:border-b-yellow-400\/40:hover{
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.hover\:border-b-yellow-400\/45:hover{
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.hover\:border-b-yellow-400\/60:hover{
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.hover\:border-b-yellow-400\/65:hover{
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.hover\:border-b-yellow-50\/40:hover{
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.hover\:border-b-yellow-50\/45:hover{
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.hover\:border-b-yellow-50\/60:hover{
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.hover\:border-b-yellow-50\/65:hover{
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.hover\:border-b-yellow-500\/40:hover{
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.hover\:border-b-yellow-500\/45:hover{
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.hover\:border-b-yellow-500\/60:hover{
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.hover\:border-b-yellow-500\/65:hover{
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.hover\:border-b-yellow-600\/40:hover{
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.hover\:border-b-yellow-600\/45:hover{
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.hover\:border-b-yellow-600\/60:hover{
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.hover\:border-b-yellow-600\/65:hover{
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.hover\:border-b-yellow-700\/40:hover{
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.hover\:border-b-yellow-700\/45:hover{
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.hover\:border-b-yellow-700\/60:hover{
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.hover\:border-b-yellow-700\/65:hover{
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.hover\:border-b-yellow-800\/40:hover{
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.hover\:border-b-yellow-800\/45:hover{
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.hover\:border-b-yellow-800\/60:hover{
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.hover\:border-b-yellow-800\/65:hover{
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.hover\:border-b-yellow-900\/40:hover{
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.hover\:border-b-yellow-900\/45:hover{
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.hover\:border-b-yellow-900\/60:hover{
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.hover\:border-b-yellow-900\/65:hover{
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.hover\:border-b-yellow-950\/40:hover{
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.hover\:border-b-yellow-950\/45:hover{
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.hover\:border-b-yellow-950\/60:hover{
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.hover\:border-b-yellow-950\/65:hover{
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(244 244 245 / 0.35);
}

.hover\:border-b-zinc-100\/40:hover{
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.hover\:border-b-zinc-100\/45:hover{
  border-bottom-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(244 244 245 / 0.55);
}

.hover\:border-b-zinc-100\/60:hover{
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.hover\:border-b-zinc-100\/65:hover{
  border-bottom-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(228 228 231 / 0.35);
}

.hover\:border-b-zinc-200\/40:hover{
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.hover\:border-b-zinc-200\/45:hover{
  border-bottom-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(228 228 231 / 0.55);
}

.hover\:border-b-zinc-200\/60:hover{
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.hover\:border-b-zinc-200\/65:hover{
  border-bottom-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(212 212 216 / 0.35);
}

.hover\:border-b-zinc-300\/40:hover{
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.hover\:border-b-zinc-300\/45:hover{
  border-bottom-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(212 212 216 / 0.55);
}

.hover\:border-b-zinc-300\/60:hover{
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.hover\:border-b-zinc-300\/65:hover{
  border-bottom-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(161 161 170 / 0.35);
}

.hover\:border-b-zinc-400\/40:hover{
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.hover\:border-b-zinc-400\/45:hover{
  border-bottom-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(161 161 170 / 0.55);
}

.hover\:border-b-zinc-400\/60:hover{
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.hover\:border-b-zinc-400\/65:hover{
  border-bottom-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.hover\:border-b-zinc-50\/40:hover{
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.hover\:border-b-zinc-50\/45:hover{
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.hover\:border-b-zinc-50\/60:hover{
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.hover\:border-b-zinc-50\/65:hover{
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(113 113 122 / 0.35);
}

.hover\:border-b-zinc-500\/40:hover{
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.hover\:border-b-zinc-500\/45:hover{
  border-bottom-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(113 113 122 / 0.55);
}

.hover\:border-b-zinc-500\/60:hover{
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.hover\:border-b-zinc-500\/65:hover{
  border-bottom-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(82 82 91 / 0.35);
}

.hover\:border-b-zinc-600\/40:hover{
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.hover\:border-b-zinc-600\/45:hover{
  border-bottom-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(82 82 91 / 0.55);
}

.hover\:border-b-zinc-600\/60:hover{
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.hover\:border-b-zinc-600\/65:hover{
  border-bottom-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(63 63 70 / 0.35);
}

.hover\:border-b-zinc-700\/40:hover{
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.hover\:border-b-zinc-700\/45:hover{
  border-bottom-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(63 63 70 / 0.55);
}

.hover\:border-b-zinc-700\/60:hover{
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.hover\:border-b-zinc-700\/65:hover{
  border-bottom-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(39 39 42 / 0.35);
}

.hover\:border-b-zinc-800\/40:hover{
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.hover\:border-b-zinc-800\/45:hover{
  border-bottom-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(39 39 42 / 0.55);
}

.hover\:border-b-zinc-800\/60:hover{
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.hover\:border-b-zinc-800\/65:hover{
  border-bottom-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.hover\:border-b-zinc-900\/40:hover{
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.hover\:border-b-zinc-900\/45:hover{
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.hover\:border-b-zinc-900\/60:hover{
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.hover\:border-b-zinc-900\/65:hover{
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  border-bottom-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  border-bottom-color: rgb(9 9 11 / 0.35);
}

.hover\:border-b-zinc-950\/40:hover{
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.hover\:border-b-zinc-950\/45:hover{
  border-bottom-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  border-bottom-color: rgb(9 9 11 / 0.55);
}

.hover\:border-b-zinc-950\/60:hover{
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.hover\:border-b-zinc-950\/65:hover{
  border-bottom-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  border-bottom-color: rgb(9 9 11 / 0.85);
}

.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-accent:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.hover\:border-e-accent\/0:hover{
  border-inline-end-color: rgb(70 109 148 / 0);
}

.hover\:border-e-accent\/10:hover{
  border-inline-end-color: rgb(70 109 148 / 0.1);
}

.hover\:border-e-accent\/100:hover{
  border-inline-end-color: rgb(70 109 148 / 1);
}

.hover\:border-e-accent\/15:hover{
  border-inline-end-color: rgb(70 109 148 / 0.15);
}

.hover\:border-e-accent\/20:hover{
  border-inline-end-color: rgb(70 109 148 / 0.2);
}

.hover\:border-e-accent\/25:hover{
  border-inline-end-color: rgb(70 109 148 / 0.25);
}

.hover\:border-e-accent\/30:hover{
  border-inline-end-color: rgb(70 109 148 / 0.3);
}

.hover\:border-e-accent\/35:hover{
  border-inline-end-color: rgb(70 109 148 / 0.35);
}

.hover\:border-e-accent\/40:hover{
  border-inline-end-color: rgb(70 109 148 / 0.4);
}

.hover\:border-e-accent\/45:hover{
  border-inline-end-color: rgb(70 109 148 / 0.45);
}

.hover\:border-e-accent\/5:hover{
  border-inline-end-color: rgb(70 109 148 / 0.05);
}

.hover\:border-e-accent\/50:hover{
  border-inline-end-color: rgb(70 109 148 / 0.5);
}

.hover\:border-e-accent\/55:hover{
  border-inline-end-color: rgb(70 109 148 / 0.55);
}

.hover\:border-e-accent\/60:hover{
  border-inline-end-color: rgb(70 109 148 / 0.6);
}

.hover\:border-e-accent\/65:hover{
  border-inline-end-color: rgb(70 109 148 / 0.65);
}

.hover\:border-e-accent\/70:hover{
  border-inline-end-color: rgb(70 109 148 / 0.7);
}

.hover\:border-e-accent\/75:hover{
  border-inline-end-color: rgb(70 109 148 / 0.75);
}

.hover\:border-e-accent\/80:hover{
  border-inline-end-color: rgb(70 109 148 / 0.8);
}

.hover\:border-e-accent\/85:hover{
  border-inline-end-color: rgb(70 109 148 / 0.85);
}

.hover\:border-e-accent\/90:hover{
  border-inline-end-color: rgb(70 109 148 / 0.9);
}

.hover\:border-e-accent\/95:hover{
  border-inline-end-color: rgb(70 109 148 / 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\/15:hover{
  border-inline-end-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(254 243 199 / 0.35);
}

.hover\:border-e-amber-100\/40:hover{
  border-inline-end-color: rgb(254 243 199 / 0.4);
}

.hover\:border-e-amber-100\/45:hover{
  border-inline-end-color: rgb(254 243 199 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(254 243 199 / 0.55);
}

.hover\:border-e-amber-100\/60:hover{
  border-inline-end-color: rgb(254 243 199 / 0.6);
}

.hover\:border-e-amber-100\/65:hover{
  border-inline-end-color: rgb(254 243 199 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(253 230 138 / 0.35);
}

.hover\:border-e-amber-200\/40:hover{
  border-inline-end-color: rgb(253 230 138 / 0.4);
}

.hover\:border-e-amber-200\/45:hover{
  border-inline-end-color: rgb(253 230 138 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(253 230 138 / 0.55);
}

.hover\:border-e-amber-200\/60:hover{
  border-inline-end-color: rgb(253 230 138 / 0.6);
}

.hover\:border-e-amber-200\/65:hover{
  border-inline-end-color: rgb(253 230 138 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(252 211 77 / 0.35);
}

.hover\:border-e-amber-300\/40:hover{
  border-inline-end-color: rgb(252 211 77 / 0.4);
}

.hover\:border-e-amber-300\/45:hover{
  border-inline-end-color: rgb(252 211 77 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(252 211 77 / 0.55);
}

.hover\:border-e-amber-300\/60:hover{
  border-inline-end-color: rgb(252 211 77 / 0.6);
}

.hover\:border-e-amber-300\/65:hover{
  border-inline-end-color: rgb(252 211 77 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(251 191 36 / 0.35);
}

.hover\:border-e-amber-400\/40:hover{
  border-inline-end-color: rgb(251 191 36 / 0.4);
}

.hover\:border-e-amber-400\/45:hover{
  border-inline-end-color: rgb(251 191 36 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(251 191 36 / 0.55);
}

.hover\:border-e-amber-400\/60:hover{
  border-inline-end-color: rgb(251 191 36 / 0.6);
}

.hover\:border-e-amber-400\/65:hover{
  border-inline-end-color: rgb(251 191 36 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(255 251 235 / 0.35);
}

.hover\:border-e-amber-50\/40:hover{
  border-inline-end-color: rgb(255 251 235 / 0.4);
}

.hover\:border-e-amber-50\/45:hover{
  border-inline-end-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(255 251 235 / 0.55);
}

.hover\:border-e-amber-50\/60:hover{
  border-inline-end-color: rgb(255 251 235 / 0.6);
}

.hover\:border-e-amber-50\/65:hover{
  border-inline-end-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(245 158 11 / 0.35);
}

.hover\:border-e-amber-500\/40:hover{
  border-inline-end-color: rgb(245 158 11 / 0.4);
}

.hover\:border-e-amber-500\/45:hover{
  border-inline-end-color: rgb(245 158 11 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(245 158 11 / 0.55);
}

.hover\:border-e-amber-500\/60:hover{
  border-inline-end-color: rgb(245 158 11 / 0.6);
}

.hover\:border-e-amber-500\/65:hover{
  border-inline-end-color: rgb(245 158 11 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(217 119 6 / 0.35);
}

.hover\:border-e-amber-600\/40:hover{
  border-inline-end-color: rgb(217 119 6 / 0.4);
}

.hover\:border-e-amber-600\/45:hover{
  border-inline-end-color: rgb(217 119 6 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(217 119 6 / 0.55);
}

.hover\:border-e-amber-600\/60:hover{
  border-inline-end-color: rgb(217 119 6 / 0.6);
}

.hover\:border-e-amber-600\/65:hover{
  border-inline-end-color: rgb(217 119 6 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(180 83 9 / 0.35);
}

.hover\:border-e-amber-700\/40:hover{
  border-inline-end-color: rgb(180 83 9 / 0.4);
}

.hover\:border-e-amber-700\/45:hover{
  border-inline-end-color: rgb(180 83 9 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(180 83 9 / 0.55);
}

.hover\:border-e-amber-700\/60:hover{
  border-inline-end-color: rgb(180 83 9 / 0.6);
}

.hover\:border-e-amber-700\/65:hover{
  border-inline-end-color: rgb(180 83 9 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(146 64 14 / 0.35);
}

.hover\:border-e-amber-800\/40:hover{
  border-inline-end-color: rgb(146 64 14 / 0.4);
}

.hover\:border-e-amber-800\/45:hover{
  border-inline-end-color: rgb(146 64 14 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(146 64 14 / 0.55);
}

.hover\:border-e-amber-800\/60:hover{
  border-inline-end-color: rgb(146 64 14 / 0.6);
}

.hover\:border-e-amber-800\/65:hover{
  border-inline-end-color: rgb(146 64 14 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(120 53 15 / 0.35);
}

.hover\:border-e-amber-900\/40:hover{
  border-inline-end-color: rgb(120 53 15 / 0.4);
}

.hover\:border-e-amber-900\/45:hover{
  border-inline-end-color: rgb(120 53 15 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(120 53 15 / 0.55);
}

.hover\:border-e-amber-900\/60:hover{
  border-inline-end-color: rgb(120 53 15 / 0.6);
}

.hover\:border-e-amber-900\/65:hover{
  border-inline-end-color: rgb(120 53 15 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(69 26 3 / 0.35);
}

.hover\:border-e-amber-950\/40:hover{
  border-inline-end-color: rgb(69 26 3 / 0.4);
}

.hover\:border-e-amber-950\/45:hover{
  border-inline-end-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(69 26 3 / 0.55);
}

.hover\:border-e-amber-950\/60:hover{
  border-inline-end-color: rgb(69 26 3 / 0.6);
}

.hover\:border-e-amber-950\/65:hover{
  border-inline-end-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.hover\:border-e-background\/0:hover{
  border-inline-end-color: rgb(245 246 250 / 0);
}

.hover\:border-e-background\/10:hover{
  border-inline-end-color: rgb(245 246 250 / 0.1);
}

.hover\:border-e-background\/100:hover{
  border-inline-end-color: rgb(245 246 250 / 1);
}

.hover\:border-e-background\/15:hover{
  border-inline-end-color: rgb(245 246 250 / 0.15);
}

.hover\:border-e-background\/20:hover{
  border-inline-end-color: rgb(245 246 250 / 0.2);
}

.hover\:border-e-background\/25:hover{
  border-inline-end-color: rgb(245 246 250 / 0.25);
}

.hover\:border-e-background\/30:hover{
  border-inline-end-color: rgb(245 246 250 / 0.3);
}

.hover\:border-e-background\/35:hover{
  border-inline-end-color: rgb(245 246 250 / 0.35);
}

.hover\:border-e-background\/40:hover{
  border-inline-end-color: rgb(245 246 250 / 0.4);
}

.hover\:border-e-background\/45:hover{
  border-inline-end-color: rgb(245 246 250 / 0.45);
}

.hover\:border-e-background\/5:hover{
  border-inline-end-color: rgb(245 246 250 / 0.05);
}

.hover\:border-e-background\/50:hover{
  border-inline-end-color: rgb(245 246 250 / 0.5);
}

.hover\:border-e-background\/55:hover{
  border-inline-end-color: rgb(245 246 250 / 0.55);
}

.hover\:border-e-background\/60:hover{
  border-inline-end-color: rgb(245 246 250 / 0.6);
}

.hover\:border-e-background\/65:hover{
  border-inline-end-color: rgb(245 246 250 / 0.65);
}

.hover\:border-e-background\/70:hover{
  border-inline-end-color: rgb(245 246 250 / 0.7);
}

.hover\:border-e-background\/75:hover{
  border-inline-end-color: rgb(245 246 250 / 0.75);
}

.hover\:border-e-background\/80:hover{
  border-inline-end-color: rgb(245 246 250 / 0.8);
}

.hover\:border-e-background\/85:hover{
  border-inline-end-color: rgb(245 246 250 / 0.85);
}

.hover\:border-e-background\/90:hover{
  border-inline-end-color: rgb(245 246 250 / 0.9);
}

.hover\:border-e-background\/95:hover{
  border-inline-end-color: rgb(245 246 250 / 0.95);
}

.hover\:border-e-black:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.hover\:border-e-black\/0:hover{
  border-inline-end-color: rgb(41 44 53 / 0);
}

.hover\:border-e-black\/10:hover{
  border-inline-end-color: rgb(41 44 53 / 0.1);
}

.hover\:border-e-black\/100:hover{
  border-inline-end-color: rgb(41 44 53 / 1);
}

.hover\:border-e-black\/15:hover{
  border-inline-end-color: rgb(41 44 53 / 0.15);
}

.hover\:border-e-black\/20:hover{
  border-inline-end-color: rgb(41 44 53 / 0.2);
}

.hover\:border-e-black\/25:hover{
  border-inline-end-color: rgb(41 44 53 / 0.25);
}

.hover\:border-e-black\/30:hover{
  border-inline-end-color: rgb(41 44 53 / 0.3);
}

.hover\:border-e-black\/35:hover{
  border-inline-end-color: rgb(41 44 53 / 0.35);
}

.hover\:border-e-black\/40:hover{
  border-inline-end-color: rgb(41 44 53 / 0.4);
}

.hover\:border-e-black\/45:hover{
  border-inline-end-color: rgb(41 44 53 / 0.45);
}

.hover\:border-e-black\/5:hover{
  border-inline-end-color: rgb(41 44 53 / 0.05);
}

.hover\:border-e-black\/50:hover{
  border-inline-end-color: rgb(41 44 53 / 0.5);
}

.hover\:border-e-black\/55:hover{
  border-inline-end-color: rgb(41 44 53 / 0.55);
}

.hover\:border-e-black\/60:hover{
  border-inline-end-color: rgb(41 44 53 / 0.6);
}

.hover\:border-e-black\/65:hover{
  border-inline-end-color: rgb(41 44 53 / 0.65);
}

.hover\:border-e-black\/70:hover{
  border-inline-end-color: rgb(41 44 53 / 0.7);
}

.hover\:border-e-black\/75:hover{
  border-inline-end-color: rgb(41 44 53 / 0.75);
}

.hover\:border-e-black\/80:hover{
  border-inline-end-color: rgb(41 44 53 / 0.8);
}

.hover\:border-e-black\/85:hover{
  border-inline-end-color: rgb(41 44 53 / 0.85);
}

.hover\:border-e-black\/90:hover{
  border-inline-end-color: rgb(41 44 53 / 0.9);
}

.hover\:border-e-black\/95:hover{
  border-inline-end-color: rgb(41 44 53 / 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\/15:hover{
  border-inline-end-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(219 234 254 / 0.35);
}

.hover\:border-e-blue-100\/40:hover{
  border-inline-end-color: rgb(219 234 254 / 0.4);
}

.hover\:border-e-blue-100\/45:hover{
  border-inline-end-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(219 234 254 / 0.55);
}

.hover\:border-e-blue-100\/60:hover{
  border-inline-end-color: rgb(219 234 254 / 0.6);
}

.hover\:border-e-blue-100\/65:hover{
  border-inline-end-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(191 219 254 / 0.35);
}

.hover\:border-e-blue-200\/40:hover{
  border-inline-end-color: rgb(191 219 254 / 0.4);
}

.hover\:border-e-blue-200\/45:hover{
  border-inline-end-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(191 219 254 / 0.55);
}

.hover\:border-e-blue-200\/60:hover{
  border-inline-end-color: rgb(191 219 254 / 0.6);
}

.hover\:border-e-blue-200\/65:hover{
  border-inline-end-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(147 197 253 / 0.35);
}

.hover\:border-e-blue-300\/40:hover{
  border-inline-end-color: rgb(147 197 253 / 0.4);
}

.hover\:border-e-blue-300\/45:hover{
  border-inline-end-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(147 197 253 / 0.55);
}

.hover\:border-e-blue-300\/60:hover{
  border-inline-end-color: rgb(147 197 253 / 0.6);
}

.hover\:border-e-blue-300\/65:hover{
  border-inline-end-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(96 165 250 / 0.35);
}

.hover\:border-e-blue-400\/40:hover{
  border-inline-end-color: rgb(96 165 250 / 0.4);
}

.hover\:border-e-blue-400\/45:hover{
  border-inline-end-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(96 165 250 / 0.55);
}

.hover\:border-e-blue-400\/60:hover{
  border-inline-end-color: rgb(96 165 250 / 0.6);
}

.hover\:border-e-blue-400\/65:hover{
  border-inline-end-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(239 246 255 / 0.35);
}

.hover\:border-e-blue-50\/40:hover{
  border-inline-end-color: rgb(239 246 255 / 0.4);
}

.hover\:border-e-blue-50\/45:hover{
  border-inline-end-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(239 246 255 / 0.55);
}

.hover\:border-e-blue-50\/60:hover{
  border-inline-end-color: rgb(239 246 255 / 0.6);
}

.hover\:border-e-blue-50\/65:hover{
  border-inline-end-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(59 130 246 / 0.35);
}

.hover\:border-e-blue-500\/40:hover{
  border-inline-end-color: rgb(59 130 246 / 0.4);
}

.hover\:border-e-blue-500\/45:hover{
  border-inline-end-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(59 130 246 / 0.55);
}

.hover\:border-e-blue-500\/60:hover{
  border-inline-end-color: rgb(59 130 246 / 0.6);
}

.hover\:border-e-blue-500\/65:hover{
  border-inline-end-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(37 99 235 / 0.35);
}

.hover\:border-e-blue-600\/40:hover{
  border-inline-end-color: rgb(37 99 235 / 0.4);
}

.hover\:border-e-blue-600\/45:hover{
  border-inline-end-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(37 99 235 / 0.55);
}

.hover\:border-e-blue-600\/60:hover{
  border-inline-end-color: rgb(37 99 235 / 0.6);
}

.hover\:border-e-blue-600\/65:hover{
  border-inline-end-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(29 78 216 / 0.35);
}

.hover\:border-e-blue-700\/40:hover{
  border-inline-end-color: rgb(29 78 216 / 0.4);
}

.hover\:border-e-blue-700\/45:hover{
  border-inline-end-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(29 78 216 / 0.55);
}

.hover\:border-e-blue-700\/60:hover{
  border-inline-end-color: rgb(29 78 216 / 0.6);
}

.hover\:border-e-blue-700\/65:hover{
  border-inline-end-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(30 64 175 / 0.35);
}

.hover\:border-e-blue-800\/40:hover{
  border-inline-end-color: rgb(30 64 175 / 0.4);
}

.hover\:border-e-blue-800\/45:hover{
  border-inline-end-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(30 64 175 / 0.55);
}

.hover\:border-e-blue-800\/60:hover{
  border-inline-end-color: rgb(30 64 175 / 0.6);
}

.hover\:border-e-blue-800\/65:hover{
  border-inline-end-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(30 58 138 / 0.35);
}

.hover\:border-e-blue-900\/40:hover{
  border-inline-end-color: rgb(30 58 138 / 0.4);
}

.hover\:border-e-blue-900\/45:hover{
  border-inline-end-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(30 58 138 / 0.55);
}

.hover\:border-e-blue-900\/60:hover{
  border-inline-end-color: rgb(30 58 138 / 0.6);
}

.hover\:border-e-blue-900\/65:hover{
  border-inline-end-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(23 37 84 / 0.35);
}

.hover\:border-e-blue-950\/40:hover{
  border-inline-end-color: rgb(23 37 84 / 0.4);
}

.hover\:border-e-blue-950\/45:hover{
  border-inline-end-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(23 37 84 / 0.55);
}

.hover\:border-e-blue-950\/60:hover{
  border-inline-end-color: rgb(23 37 84 / 0.6);
}

.hover\:border-e-blue-950\/65:hover{
  border-inline-end-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.hover\:border-e-csv-hover:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.hover\:border-e-csv-hover\/0:hover{
  border-inline-end-color: rgb(0 114 37 / 0);
}

.hover\:border-e-csv-hover\/10:hover{
  border-inline-end-color: rgb(0 114 37 / 0.1);
}

.hover\:border-e-csv-hover\/100:hover{
  border-inline-end-color: rgb(0 114 37 / 1);
}

.hover\:border-e-csv-hover\/15:hover{
  border-inline-end-color: rgb(0 114 37 / 0.15);
}

.hover\:border-e-csv-hover\/20:hover{
  border-inline-end-color: rgb(0 114 37 / 0.2);
}

.hover\:border-e-csv-hover\/25:hover{
  border-inline-end-color: rgb(0 114 37 / 0.25);
}

.hover\:border-e-csv-hover\/30:hover{
  border-inline-end-color: rgb(0 114 37 / 0.3);
}

.hover\:border-e-csv-hover\/35:hover{
  border-inline-end-color: rgb(0 114 37 / 0.35);
}

.hover\:border-e-csv-hover\/40:hover{
  border-inline-end-color: rgb(0 114 37 / 0.4);
}

.hover\:border-e-csv-hover\/45:hover{
  border-inline-end-color: rgb(0 114 37 / 0.45);
}

.hover\:border-e-csv-hover\/5:hover{
  border-inline-end-color: rgb(0 114 37 / 0.05);
}

.hover\:border-e-csv-hover\/50:hover{
  border-inline-end-color: rgb(0 114 37 / 0.5);
}

.hover\:border-e-csv-hover\/55:hover{
  border-inline-end-color: rgb(0 114 37 / 0.55);
}

.hover\:border-e-csv-hover\/60:hover{
  border-inline-end-color: rgb(0 114 37 / 0.6);
}

.hover\:border-e-csv-hover\/65:hover{
  border-inline-end-color: rgb(0 114 37 / 0.65);
}

.hover\:border-e-csv-hover\/70:hover{
  border-inline-end-color: rgb(0 114 37 / 0.7);
}

.hover\:border-e-csv-hover\/75:hover{
  border-inline-end-color: rgb(0 114 37 / 0.75);
}

.hover\:border-e-csv-hover\/80:hover{
  border-inline-end-color: rgb(0 114 37 / 0.8);
}

.hover\:border-e-csv-hover\/85:hover{
  border-inline-end-color: rgb(0 114 37 / 0.85);
}

.hover\:border-e-csv-hover\/90:hover{
  border-inline-end-color: rgb(0 114 37 / 0.9);
}

.hover\:border-e-csv-hover\/95:hover{
  border-inline-end-color: rgb(0 114 37 / 0.95);
}

.hover\:border-e-csv\/0:hover{
  border-inline-end-color: rgb(0 138 43 / 0);
}

.hover\:border-e-csv\/10:hover{
  border-inline-end-color: rgb(0 138 43 / 0.1);
}

.hover\:border-e-csv\/100:hover{
  border-inline-end-color: rgb(0 138 43 / 1);
}

.hover\:border-e-csv\/15:hover{
  border-inline-end-color: rgb(0 138 43 / 0.15);
}

.hover\:border-e-csv\/20:hover{
  border-inline-end-color: rgb(0 138 43 / 0.2);
}

.hover\:border-e-csv\/25:hover{
  border-inline-end-color: rgb(0 138 43 / 0.25);
}

.hover\:border-e-csv\/30:hover{
  border-inline-end-color: rgb(0 138 43 / 0.3);
}

.hover\:border-e-csv\/35:hover{
  border-inline-end-color: rgb(0 138 43 / 0.35);
}

.hover\:border-e-csv\/40:hover{
  border-inline-end-color: rgb(0 138 43 / 0.4);
}

.hover\:border-e-csv\/45:hover{
  border-inline-end-color: rgb(0 138 43 / 0.45);
}

.hover\:border-e-csv\/5:hover{
  border-inline-end-color: rgb(0 138 43 / 0.05);
}

.hover\:border-e-csv\/50:hover{
  border-inline-end-color: rgb(0 138 43 / 0.5);
}

.hover\:border-e-csv\/55:hover{
  border-inline-end-color: rgb(0 138 43 / 0.55);
}

.hover\:border-e-csv\/60:hover{
  border-inline-end-color: rgb(0 138 43 / 0.6);
}

.hover\:border-e-csv\/65:hover{
  border-inline-end-color: rgb(0 138 43 / 0.65);
}

.hover\:border-e-csv\/70:hover{
  border-inline-end-color: rgb(0 138 43 / 0.7);
}

.hover\:border-e-csv\/75:hover{
  border-inline-end-color: rgb(0 138 43 / 0.75);
}

.hover\:border-e-csv\/80:hover{
  border-inline-end-color: rgb(0 138 43 / 0.8);
}

.hover\:border-e-csv\/85:hover{
  border-inline-end-color: rgb(0 138 43 / 0.85);
}

.hover\:border-e-csv\/90:hover{
  border-inline-end-color: rgb(0 138 43 / 0.9);
}

.hover\:border-e-csv\/95:hover{
  border-inline-end-color: rgb(0 138 43 / 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\/15:hover{
  border-inline-end-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(207 250 254 / 0.35);
}

.hover\:border-e-cyan-100\/40:hover{
  border-inline-end-color: rgb(207 250 254 / 0.4);
}

.hover\:border-e-cyan-100\/45:hover{
  border-inline-end-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(207 250 254 / 0.55);
}

.hover\:border-e-cyan-100\/60:hover{
  border-inline-end-color: rgb(207 250 254 / 0.6);
}

.hover\:border-e-cyan-100\/65:hover{
  border-inline-end-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(165 243 252 / 0.35);
}

.hover\:border-e-cyan-200\/40:hover{
  border-inline-end-color: rgb(165 243 252 / 0.4);
}

.hover\:border-e-cyan-200\/45:hover{
  border-inline-end-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(165 243 252 / 0.55);
}

.hover\:border-e-cyan-200\/60:hover{
  border-inline-end-color: rgb(165 243 252 / 0.6);
}

.hover\:border-e-cyan-200\/65:hover{
  border-inline-end-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(103 232 249 / 0.35);
}

.hover\:border-e-cyan-300\/40:hover{
  border-inline-end-color: rgb(103 232 249 / 0.4);
}

.hover\:border-e-cyan-300\/45:hover{
  border-inline-end-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(103 232 249 / 0.55);
}

.hover\:border-e-cyan-300\/60:hover{
  border-inline-end-color: rgb(103 232 249 / 0.6);
}

.hover\:border-e-cyan-300\/65:hover{
  border-inline-end-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(34 211 238 / 0.35);
}

.hover\:border-e-cyan-400\/40:hover{
  border-inline-end-color: rgb(34 211 238 / 0.4);
}

.hover\:border-e-cyan-400\/45:hover{
  border-inline-end-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(34 211 238 / 0.55);
}

.hover\:border-e-cyan-400\/60:hover{
  border-inline-end-color: rgb(34 211 238 / 0.6);
}

.hover\:border-e-cyan-400\/65:hover{
  border-inline-end-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(236 254 255 / 0.35);
}

.hover\:border-e-cyan-50\/40:hover{
  border-inline-end-color: rgb(236 254 255 / 0.4);
}

.hover\:border-e-cyan-50\/45:hover{
  border-inline-end-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(236 254 255 / 0.55);
}

.hover\:border-e-cyan-50\/60:hover{
  border-inline-end-color: rgb(236 254 255 / 0.6);
}

.hover\:border-e-cyan-50\/65:hover{
  border-inline-end-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(6 182 212 / 0.35);
}

.hover\:border-e-cyan-500\/40:hover{
  border-inline-end-color: rgb(6 182 212 / 0.4);
}

.hover\:border-e-cyan-500\/45:hover{
  border-inline-end-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(6 182 212 / 0.55);
}

.hover\:border-e-cyan-500\/60:hover{
  border-inline-end-color: rgb(6 182 212 / 0.6);
}

.hover\:border-e-cyan-500\/65:hover{
  border-inline-end-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(8 145 178 / 0.35);
}

.hover\:border-e-cyan-600\/40:hover{
  border-inline-end-color: rgb(8 145 178 / 0.4);
}

.hover\:border-e-cyan-600\/45:hover{
  border-inline-end-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(8 145 178 / 0.55);
}

.hover\:border-e-cyan-600\/60:hover{
  border-inline-end-color: rgb(8 145 178 / 0.6);
}

.hover\:border-e-cyan-600\/65:hover{
  border-inline-end-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(14 116 144 / 0.35);
}

.hover\:border-e-cyan-700\/40:hover{
  border-inline-end-color: rgb(14 116 144 / 0.4);
}

.hover\:border-e-cyan-700\/45:hover{
  border-inline-end-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(14 116 144 / 0.55);
}

.hover\:border-e-cyan-700\/60:hover{
  border-inline-end-color: rgb(14 116 144 / 0.6);
}

.hover\:border-e-cyan-700\/65:hover{
  border-inline-end-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(21 94 117 / 0.35);
}

.hover\:border-e-cyan-800\/40:hover{
  border-inline-end-color: rgb(21 94 117 / 0.4);
}

.hover\:border-e-cyan-800\/45:hover{
  border-inline-end-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(21 94 117 / 0.55);
}

.hover\:border-e-cyan-800\/60:hover{
  border-inline-end-color: rgb(21 94 117 / 0.6);
}

.hover\:border-e-cyan-800\/65:hover{
  border-inline-end-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(22 78 99 / 0.35);
}

.hover\:border-e-cyan-900\/40:hover{
  border-inline-end-color: rgb(22 78 99 / 0.4);
}

.hover\:border-e-cyan-900\/45:hover{
  border-inline-end-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(22 78 99 / 0.55);
}

.hover\:border-e-cyan-900\/60:hover{
  border-inline-end-color: rgb(22 78 99 / 0.6);
}

.hover\:border-e-cyan-900\/65:hover{
  border-inline-end-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(8 51 68 / 0.35);
}

.hover\:border-e-cyan-950\/40:hover{
  border-inline-end-color: rgb(8 51 68 / 0.4);
}

.hover\:border-e-cyan-950\/45:hover{
  border-inline-end-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(8 51 68 / 0.55);
}

.hover\:border-e-cyan-950\/60:hover{
  border-inline-end-color: rgb(8 51 68 / 0.6);
}

.hover\:border-e-cyan-950\/65:hover{
  border-inline-end-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.hover\:border-e-danger-hover:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.hover\:border-e-danger-hover\/0:hover{
  border-inline-end-color: rgb(193 49 44 / 0);
}

.hover\:border-e-danger-hover\/10:hover{
  border-inline-end-color: rgb(193 49 44 / 0.1);
}

.hover\:border-e-danger-hover\/100:hover{
  border-inline-end-color: rgb(193 49 44 / 1);
}

.hover\:border-e-danger-hover\/15:hover{
  border-inline-end-color: rgb(193 49 44 / 0.15);
}

.hover\:border-e-danger-hover\/20:hover{
  border-inline-end-color: rgb(193 49 44 / 0.2);
}

.hover\:border-e-danger-hover\/25:hover{
  border-inline-end-color: rgb(193 49 44 / 0.25);
}

.hover\:border-e-danger-hover\/30:hover{
  border-inline-end-color: rgb(193 49 44 / 0.3);
}

.hover\:border-e-danger-hover\/35:hover{
  border-inline-end-color: rgb(193 49 44 / 0.35);
}

.hover\:border-e-danger-hover\/40:hover{
  border-inline-end-color: rgb(193 49 44 / 0.4);
}

.hover\:border-e-danger-hover\/45:hover{
  border-inline-end-color: rgb(193 49 44 / 0.45);
}

.hover\:border-e-danger-hover\/5:hover{
  border-inline-end-color: rgb(193 49 44 / 0.05);
}

.hover\:border-e-danger-hover\/50:hover{
  border-inline-end-color: rgb(193 49 44 / 0.5);
}

.hover\:border-e-danger-hover\/55:hover{
  border-inline-end-color: rgb(193 49 44 / 0.55);
}

.hover\:border-e-danger-hover\/60:hover{
  border-inline-end-color: rgb(193 49 44 / 0.6);
}

.hover\:border-e-danger-hover\/65:hover{
  border-inline-end-color: rgb(193 49 44 / 0.65);
}

.hover\:border-e-danger-hover\/70:hover{
  border-inline-end-color: rgb(193 49 44 / 0.7);
}

.hover\:border-e-danger-hover\/75:hover{
  border-inline-end-color: rgb(193 49 44 / 0.75);
}

.hover\:border-e-danger-hover\/80:hover{
  border-inline-end-color: rgb(193 49 44 / 0.8);
}

.hover\:border-e-danger-hover\/85:hover{
  border-inline-end-color: rgb(193 49 44 / 0.85);
}

.hover\:border-e-danger-hover\/90:hover{
  border-inline-end-color: rgb(193 49 44 / 0.9);
}

.hover\:border-e-danger-hover\/95:hover{
  border-inline-end-color: rgb(193 49 44 / 0.95);
}

.hover\:border-e-danger\/0:hover{
  border-inline-end-color: rgb(207 59 54 / 0);
}

.hover\:border-e-danger\/10:hover{
  border-inline-end-color: rgb(207 59 54 / 0.1);
}

.hover\:border-e-danger\/100:hover{
  border-inline-end-color: rgb(207 59 54 / 1);
}

.hover\:border-e-danger\/15:hover{
  border-inline-end-color: rgb(207 59 54 / 0.15);
}

.hover\:border-e-danger\/20:hover{
  border-inline-end-color: rgb(207 59 54 / 0.2);
}

.hover\:border-e-danger\/25:hover{
  border-inline-end-color: rgb(207 59 54 / 0.25);
}

.hover\:border-e-danger\/30:hover{
  border-inline-end-color: rgb(207 59 54 / 0.3);
}

.hover\:border-e-danger\/35:hover{
  border-inline-end-color: rgb(207 59 54 / 0.35);
}

.hover\:border-e-danger\/40:hover{
  border-inline-end-color: rgb(207 59 54 / 0.4);
}

.hover\:border-e-danger\/45:hover{
  border-inline-end-color: rgb(207 59 54 / 0.45);
}

.hover\:border-e-danger\/5:hover{
  border-inline-end-color: rgb(207 59 54 / 0.05);
}

.hover\:border-e-danger\/50:hover{
  border-inline-end-color: rgb(207 59 54 / 0.5);
}

.hover\:border-e-danger\/55:hover{
  border-inline-end-color: rgb(207 59 54 / 0.55);
}

.hover\:border-e-danger\/60:hover{
  border-inline-end-color: rgb(207 59 54 / 0.6);
}

.hover\:border-e-danger\/65:hover{
  border-inline-end-color: rgb(207 59 54 / 0.65);
}

.hover\:border-e-danger\/70:hover{
  border-inline-end-color: rgb(207 59 54 / 0.7);
}

.hover\:border-e-danger\/75:hover{
  border-inline-end-color: rgb(207 59 54 / 0.75);
}

.hover\:border-e-danger\/80:hover{
  border-inline-end-color: rgb(207 59 54 / 0.8);
}

.hover\:border-e-danger\/85:hover{
  border-inline-end-color: rgb(207 59 54 / 0.85);
}

.hover\:border-e-danger\/90:hover{
  border-inline-end-color: rgb(207 59 54 / 0.9);
}

.hover\:border-e-danger\/95:hover{
  border-inline-end-color: rgb(207 59 54 / 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\/15:hover{
  border-inline-end-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(209 250 229 / 0.35);
}

.hover\:border-e-emerald-100\/40:hover{
  border-inline-end-color: rgb(209 250 229 / 0.4);
}

.hover\:border-e-emerald-100\/45:hover{
  border-inline-end-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(209 250 229 / 0.55);
}

.hover\:border-e-emerald-100\/60:hover{
  border-inline-end-color: rgb(209 250 229 / 0.6);
}

.hover\:border-e-emerald-100\/65:hover{
  border-inline-end-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(167 243 208 / 0.35);
}

.hover\:border-e-emerald-200\/40:hover{
  border-inline-end-color: rgb(167 243 208 / 0.4);
}

.hover\:border-e-emerald-200\/45:hover{
  border-inline-end-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(167 243 208 / 0.55);
}

.hover\:border-e-emerald-200\/60:hover{
  border-inline-end-color: rgb(167 243 208 / 0.6);
}

.hover\:border-e-emerald-200\/65:hover{
  border-inline-end-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(110 231 183 / 0.35);
}

.hover\:border-e-emerald-300\/40:hover{
  border-inline-end-color: rgb(110 231 183 / 0.4);
}

.hover\:border-e-emerald-300\/45:hover{
  border-inline-end-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(110 231 183 / 0.55);
}

.hover\:border-e-emerald-300\/60:hover{
  border-inline-end-color: rgb(110 231 183 / 0.6);
}

.hover\:border-e-emerald-300\/65:hover{
  border-inline-end-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(52 211 153 / 0.35);
}

.hover\:border-e-emerald-400\/40:hover{
  border-inline-end-color: rgb(52 211 153 / 0.4);
}

.hover\:border-e-emerald-400\/45:hover{
  border-inline-end-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(52 211 153 / 0.55);
}

.hover\:border-e-emerald-400\/60:hover{
  border-inline-end-color: rgb(52 211 153 / 0.6);
}

.hover\:border-e-emerald-400\/65:hover{
  border-inline-end-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(236 253 245 / 0.35);
}

.hover\:border-e-emerald-50\/40:hover{
  border-inline-end-color: rgb(236 253 245 / 0.4);
}

.hover\:border-e-emerald-50\/45:hover{
  border-inline-end-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(236 253 245 / 0.55);
}

.hover\:border-e-emerald-50\/60:hover{
  border-inline-end-color: rgb(236 253 245 / 0.6);
}

.hover\:border-e-emerald-50\/65:hover{
  border-inline-end-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(16 185 129 / 0.35);
}

.hover\:border-e-emerald-500\/40:hover{
  border-inline-end-color: rgb(16 185 129 / 0.4);
}

.hover\:border-e-emerald-500\/45:hover{
  border-inline-end-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(16 185 129 / 0.55);
}

.hover\:border-e-emerald-500\/60:hover{
  border-inline-end-color: rgb(16 185 129 / 0.6);
}

.hover\:border-e-emerald-500\/65:hover{
  border-inline-end-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(5 150 105 / 0.35);
}

.hover\:border-e-emerald-600\/40:hover{
  border-inline-end-color: rgb(5 150 105 / 0.4);
}

.hover\:border-e-emerald-600\/45:hover{
  border-inline-end-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(5 150 105 / 0.55);
}

.hover\:border-e-emerald-600\/60:hover{
  border-inline-end-color: rgb(5 150 105 / 0.6);
}

.hover\:border-e-emerald-600\/65:hover{
  border-inline-end-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(4 120 87 / 0.35);
}

.hover\:border-e-emerald-700\/40:hover{
  border-inline-end-color: rgb(4 120 87 / 0.4);
}

.hover\:border-e-emerald-700\/45:hover{
  border-inline-end-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(4 120 87 / 0.55);
}

.hover\:border-e-emerald-700\/60:hover{
  border-inline-end-color: rgb(4 120 87 / 0.6);
}

.hover\:border-e-emerald-700\/65:hover{
  border-inline-end-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(6 95 70 / 0.35);
}

.hover\:border-e-emerald-800\/40:hover{
  border-inline-end-color: rgb(6 95 70 / 0.4);
}

.hover\:border-e-emerald-800\/45:hover{
  border-inline-end-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(6 95 70 / 0.55);
}

.hover\:border-e-emerald-800\/60:hover{
  border-inline-end-color: rgb(6 95 70 / 0.6);
}

.hover\:border-e-emerald-800\/65:hover{
  border-inline-end-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(6 78 59 / 0.35);
}

.hover\:border-e-emerald-900\/40:hover{
  border-inline-end-color: rgb(6 78 59 / 0.4);
}

.hover\:border-e-emerald-900\/45:hover{
  border-inline-end-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(6 78 59 / 0.55);
}

.hover\:border-e-emerald-900\/60:hover{
  border-inline-end-color: rgb(6 78 59 / 0.6);
}

.hover\:border-e-emerald-900\/65:hover{
  border-inline-end-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(2 44 34 / 0.35);
}

.hover\:border-e-emerald-950\/40:hover{
  border-inline-end-color: rgb(2 44 34 / 0.4);
}

.hover\:border-e-emerald-950\/45:hover{
  border-inline-end-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(2 44 34 / 0.55);
}

.hover\:border-e-emerald-950\/60:hover{
  border-inline-end-color: rgb(2 44 34 / 0.6);
}

.hover\:border-e-emerald-950\/65:hover{
  border-inline-end-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.hover\:border-e-excel-hover:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.hover\:border-e-excel-hover\/0:hover{
  border-inline-end-color: rgb(9 138 107 / 0);
}

.hover\:border-e-excel-hover\/10:hover{
  border-inline-end-color: rgb(9 138 107 / 0.1);
}

.hover\:border-e-excel-hover\/100:hover{
  border-inline-end-color: rgb(9 138 107 / 1);
}

.hover\:border-e-excel-hover\/15:hover{
  border-inline-end-color: rgb(9 138 107 / 0.15);
}

.hover\:border-e-excel-hover\/20:hover{
  border-inline-end-color: rgb(9 138 107 / 0.2);
}

.hover\:border-e-excel-hover\/25:hover{
  border-inline-end-color: rgb(9 138 107 / 0.25);
}

.hover\:border-e-excel-hover\/30:hover{
  border-inline-end-color: rgb(9 138 107 / 0.3);
}

.hover\:border-e-excel-hover\/35:hover{
  border-inline-end-color: rgb(9 138 107 / 0.35);
}

.hover\:border-e-excel-hover\/40:hover{
  border-inline-end-color: rgb(9 138 107 / 0.4);
}

.hover\:border-e-excel-hover\/45:hover{
  border-inline-end-color: rgb(9 138 107 / 0.45);
}

.hover\:border-e-excel-hover\/5:hover{
  border-inline-end-color: rgb(9 138 107 / 0.05);
}

.hover\:border-e-excel-hover\/50:hover{
  border-inline-end-color: rgb(9 138 107 / 0.5);
}

.hover\:border-e-excel-hover\/55:hover{
  border-inline-end-color: rgb(9 138 107 / 0.55);
}

.hover\:border-e-excel-hover\/60:hover{
  border-inline-end-color: rgb(9 138 107 / 0.6);
}

.hover\:border-e-excel-hover\/65:hover{
  border-inline-end-color: rgb(9 138 107 / 0.65);
}

.hover\:border-e-excel-hover\/70:hover{
  border-inline-end-color: rgb(9 138 107 / 0.7);
}

.hover\:border-e-excel-hover\/75:hover{
  border-inline-end-color: rgb(9 138 107 / 0.75);
}

.hover\:border-e-excel-hover\/80:hover{
  border-inline-end-color: rgb(9 138 107 / 0.8);
}

.hover\:border-e-excel-hover\/85:hover{
  border-inline-end-color: rgb(9 138 107 / 0.85);
}

.hover\:border-e-excel-hover\/90:hover{
  border-inline-end-color: rgb(9 138 107 / 0.9);
}

.hover\:border-e-excel-hover\/95:hover{
  border-inline-end-color: rgb(9 138 107 / 0.95);
}

.hover\:border-e-excel\/0:hover{
  border-inline-end-color: rgb(11 160 123 / 0);
}

.hover\:border-e-excel\/10:hover{
  border-inline-end-color: rgb(11 160 123 / 0.1);
}

.hover\:border-e-excel\/100:hover{
  border-inline-end-color: rgb(11 160 123 / 1);
}

.hover\:border-e-excel\/15:hover{
  border-inline-end-color: rgb(11 160 123 / 0.15);
}

.hover\:border-e-excel\/20:hover{
  border-inline-end-color: rgb(11 160 123 / 0.2);
}

.hover\:border-e-excel\/25:hover{
  border-inline-end-color: rgb(11 160 123 / 0.25);
}

.hover\:border-e-excel\/30:hover{
  border-inline-end-color: rgb(11 160 123 / 0.3);
}

.hover\:border-e-excel\/35:hover{
  border-inline-end-color: rgb(11 160 123 / 0.35);
}

.hover\:border-e-excel\/40:hover{
  border-inline-end-color: rgb(11 160 123 / 0.4);
}

.hover\:border-e-excel\/45:hover{
  border-inline-end-color: rgb(11 160 123 / 0.45);
}

.hover\:border-e-excel\/5:hover{
  border-inline-end-color: rgb(11 160 123 / 0.05);
}

.hover\:border-e-excel\/50:hover{
  border-inline-end-color: rgb(11 160 123 / 0.5);
}

.hover\:border-e-excel\/55:hover{
  border-inline-end-color: rgb(11 160 123 / 0.55);
}

.hover\:border-e-excel\/60:hover{
  border-inline-end-color: rgb(11 160 123 / 0.6);
}

.hover\:border-e-excel\/65:hover{
  border-inline-end-color: rgb(11 160 123 / 0.65);
}

.hover\:border-e-excel\/70:hover{
  border-inline-end-color: rgb(11 160 123 / 0.7);
}

.hover\:border-e-excel\/75:hover{
  border-inline-end-color: rgb(11 160 123 / 0.75);
}

.hover\:border-e-excel\/80:hover{
  border-inline-end-color: rgb(11 160 123 / 0.8);
}

.hover\:border-e-excel\/85:hover{
  border-inline-end-color: rgb(11 160 123 / 0.85);
}

.hover\:border-e-excel\/90:hover{
  border-inline-end-color: rgb(11 160 123 / 0.9);
}

.hover\:border-e-excel\/95:hover{
  border-inline-end-color: rgb(11 160 123 / 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\/15:hover{
  border-inline-end-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(250 232 255 / 0.35);
}

.hover\:border-e-fuchsia-100\/40:hover{
  border-inline-end-color: rgb(250 232 255 / 0.4);
}

.hover\:border-e-fuchsia-100\/45:hover{
  border-inline-end-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(250 232 255 / 0.55);
}

.hover\:border-e-fuchsia-100\/60:hover{
  border-inline-end-color: rgb(250 232 255 / 0.6);
}

.hover\:border-e-fuchsia-100\/65:hover{
  border-inline-end-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(245 208 254 / 0.35);
}

.hover\:border-e-fuchsia-200\/40:hover{
  border-inline-end-color: rgb(245 208 254 / 0.4);
}

.hover\:border-e-fuchsia-200\/45:hover{
  border-inline-end-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(245 208 254 / 0.55);
}

.hover\:border-e-fuchsia-200\/60:hover{
  border-inline-end-color: rgb(245 208 254 / 0.6);
}

.hover\:border-e-fuchsia-200\/65:hover{
  border-inline-end-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(240 171 252 / 0.35);
}

.hover\:border-e-fuchsia-300\/40:hover{
  border-inline-end-color: rgb(240 171 252 / 0.4);
}

.hover\:border-e-fuchsia-300\/45:hover{
  border-inline-end-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(240 171 252 / 0.55);
}

.hover\:border-e-fuchsia-300\/60:hover{
  border-inline-end-color: rgb(240 171 252 / 0.6);
}

.hover\:border-e-fuchsia-300\/65:hover{
  border-inline-end-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(232 121 249 / 0.35);
}

.hover\:border-e-fuchsia-400\/40:hover{
  border-inline-end-color: rgb(232 121 249 / 0.4);
}

.hover\:border-e-fuchsia-400\/45:hover{
  border-inline-end-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(232 121 249 / 0.55);
}

.hover\:border-e-fuchsia-400\/60:hover{
  border-inline-end-color: rgb(232 121 249 / 0.6);
}

.hover\:border-e-fuchsia-400\/65:hover{
  border-inline-end-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(253 244 255 / 0.35);
}

.hover\:border-e-fuchsia-50\/40:hover{
  border-inline-end-color: rgb(253 244 255 / 0.4);
}

.hover\:border-e-fuchsia-50\/45:hover{
  border-inline-end-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(253 244 255 / 0.55);
}

.hover\:border-e-fuchsia-50\/60:hover{
  border-inline-end-color: rgb(253 244 255 / 0.6);
}

.hover\:border-e-fuchsia-50\/65:hover{
  border-inline-end-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(217 70 239 / 0.35);
}

.hover\:border-e-fuchsia-500\/40:hover{
  border-inline-end-color: rgb(217 70 239 / 0.4);
}

.hover\:border-e-fuchsia-500\/45:hover{
  border-inline-end-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(217 70 239 / 0.55);
}

.hover\:border-e-fuchsia-500\/60:hover{
  border-inline-end-color: rgb(217 70 239 / 0.6);
}

.hover\:border-e-fuchsia-500\/65:hover{
  border-inline-end-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(192 38 211 / 0.35);
}

.hover\:border-e-fuchsia-600\/40:hover{
  border-inline-end-color: rgb(192 38 211 / 0.4);
}

.hover\:border-e-fuchsia-600\/45:hover{
  border-inline-end-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(192 38 211 / 0.55);
}

.hover\:border-e-fuchsia-600\/60:hover{
  border-inline-end-color: rgb(192 38 211 / 0.6);
}

.hover\:border-e-fuchsia-600\/65:hover{
  border-inline-end-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(162 28 175 / 0.35);
}

.hover\:border-e-fuchsia-700\/40:hover{
  border-inline-end-color: rgb(162 28 175 / 0.4);
}

.hover\:border-e-fuchsia-700\/45:hover{
  border-inline-end-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(162 28 175 / 0.55);
}

.hover\:border-e-fuchsia-700\/60:hover{
  border-inline-end-color: rgb(162 28 175 / 0.6);
}

.hover\:border-e-fuchsia-700\/65:hover{
  border-inline-end-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(134 25 143 / 0.35);
}

.hover\:border-e-fuchsia-800\/40:hover{
  border-inline-end-color: rgb(134 25 143 / 0.4);
}

.hover\:border-e-fuchsia-800\/45:hover{
  border-inline-end-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(134 25 143 / 0.55);
}

.hover\:border-e-fuchsia-800\/60:hover{
  border-inline-end-color: rgb(134 25 143 / 0.6);
}

.hover\:border-e-fuchsia-800\/65:hover{
  border-inline-end-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(112 26 117 / 0.35);
}

.hover\:border-e-fuchsia-900\/40:hover{
  border-inline-end-color: rgb(112 26 117 / 0.4);
}

.hover\:border-e-fuchsia-900\/45:hover{
  border-inline-end-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(112 26 117 / 0.55);
}

.hover\:border-e-fuchsia-900\/60:hover{
  border-inline-end-color: rgb(112 26 117 / 0.6);
}

.hover\:border-e-fuchsia-900\/65:hover{
  border-inline-end-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(74 4 78 / 0.35);
}

.hover\:border-e-fuchsia-950\/40:hover{
  border-inline-end-color: rgb(74 4 78 / 0.4);
}

.hover\:border-e-fuchsia-950\/45:hover{
  border-inline-end-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(74 4 78 / 0.55);
}

.hover\:border-e-fuchsia-950\/60:hover{
  border-inline-end-color: rgb(74 4 78 / 0.6);
}

.hover\:border-e-fuchsia-950\/65:hover{
  border-inline-end-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(243 244 246 / 0.35);
}

.hover\:border-e-gray-100\/40:hover{
  border-inline-end-color: rgb(243 244 246 / 0.4);
}

.hover\:border-e-gray-100\/45:hover{
  border-inline-end-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(243 244 246 / 0.55);
}

.hover\:border-e-gray-100\/60:hover{
  border-inline-end-color: rgb(243 244 246 / 0.6);
}

.hover\:border-e-gray-100\/65:hover{
  border-inline-end-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(229 231 235 / 0.35);
}

.hover\:border-e-gray-200\/40:hover{
  border-inline-end-color: rgb(229 231 235 / 0.4);
}

.hover\:border-e-gray-200\/45:hover{
  border-inline-end-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(229 231 235 / 0.55);
}

.hover\:border-e-gray-200\/60:hover{
  border-inline-end-color: rgb(229 231 235 / 0.6);
}

.hover\:border-e-gray-200\/65:hover{
  border-inline-end-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(209 213 219 / 0.35);
}

.hover\:border-e-gray-300\/40:hover{
  border-inline-end-color: rgb(209 213 219 / 0.4);
}

.hover\:border-e-gray-300\/45:hover{
  border-inline-end-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(209 213 219 / 0.55);
}

.hover\:border-e-gray-300\/60:hover{
  border-inline-end-color: rgb(209 213 219 / 0.6);
}

.hover\:border-e-gray-300\/65:hover{
  border-inline-end-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(156 163 175 / 0.35);
}

.hover\:border-e-gray-400\/40:hover{
  border-inline-end-color: rgb(156 163 175 / 0.4);
}

.hover\:border-e-gray-400\/45:hover{
  border-inline-end-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(156 163 175 / 0.55);
}

.hover\:border-e-gray-400\/60:hover{
  border-inline-end-color: rgb(156 163 175 / 0.6);
}

.hover\:border-e-gray-400\/65:hover{
  border-inline-end-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(249 250 251 / 0.35);
}

.hover\:border-e-gray-50\/40:hover{
  border-inline-end-color: rgb(249 250 251 / 0.4);
}

.hover\:border-e-gray-50\/45:hover{
  border-inline-end-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(249 250 251 / 0.55);
}

.hover\:border-e-gray-50\/60:hover{
  border-inline-end-color: rgb(249 250 251 / 0.6);
}

.hover\:border-e-gray-50\/65:hover{
  border-inline-end-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(107 114 128 / 0.35);
}

.hover\:border-e-gray-500\/40:hover{
  border-inline-end-color: rgb(107 114 128 / 0.4);
}

.hover\:border-e-gray-500\/45:hover{
  border-inline-end-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(107 114 128 / 0.55);
}

.hover\:border-e-gray-500\/60:hover{
  border-inline-end-color: rgb(107 114 128 / 0.6);
}

.hover\:border-e-gray-500\/65:hover{
  border-inline-end-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(75 85 99 / 0.35);
}

.hover\:border-e-gray-600\/40:hover{
  border-inline-end-color: rgb(75 85 99 / 0.4);
}

.hover\:border-e-gray-600\/45:hover{
  border-inline-end-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(75 85 99 / 0.55);
}

.hover\:border-e-gray-600\/60:hover{
  border-inline-end-color: rgb(75 85 99 / 0.6);
}

.hover\:border-e-gray-600\/65:hover{
  border-inline-end-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(55 65 81 / 0.35);
}

.hover\:border-e-gray-700\/40:hover{
  border-inline-end-color: rgb(55 65 81 / 0.4);
}

.hover\:border-e-gray-700\/45:hover{
  border-inline-end-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(55 65 81 / 0.55);
}

.hover\:border-e-gray-700\/60:hover{
  border-inline-end-color: rgb(55 65 81 / 0.6);
}

.hover\:border-e-gray-700\/65:hover{
  border-inline-end-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(31 41 55 / 0.35);
}

.hover\:border-e-gray-800\/40:hover{
  border-inline-end-color: rgb(31 41 55 / 0.4);
}

.hover\:border-e-gray-800\/45:hover{
  border-inline-end-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(31 41 55 / 0.55);
}

.hover\:border-e-gray-800\/60:hover{
  border-inline-end-color: rgb(31 41 55 / 0.6);
}

.hover\:border-e-gray-800\/65:hover{
  border-inline-end-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(17 24 39 / 0.35);
}

.hover\:border-e-gray-900\/40:hover{
  border-inline-end-color: rgb(17 24 39 / 0.4);
}

.hover\:border-e-gray-900\/45:hover{
  border-inline-end-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(17 24 39 / 0.55);
}

.hover\:border-e-gray-900\/60:hover{
  border-inline-end-color: rgb(17 24 39 / 0.6);
}

.hover\:border-e-gray-900\/65:hover{
  border-inline-end-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(3 7 18 / 0.35);
}

.hover\:border-e-gray-950\/40:hover{
  border-inline-end-color: rgb(3 7 18 / 0.4);
}

.hover\:border-e-gray-950\/45:hover{
  border-inline-end-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(3 7 18 / 0.55);
}

.hover\:border-e-gray-950\/60:hover{
  border-inline-end-color: rgb(3 7 18 / 0.6);
}

.hover\:border-e-gray-950\/65:hover{
  border-inline-end-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(220 252 231 / 0.35);
}

.hover\:border-e-green-100\/40:hover{
  border-inline-end-color: rgb(220 252 231 / 0.4);
}

.hover\:border-e-green-100\/45:hover{
  border-inline-end-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(220 252 231 / 0.55);
}

.hover\:border-e-green-100\/60:hover{
  border-inline-end-color: rgb(220 252 231 / 0.6);
}

.hover\:border-e-green-100\/65:hover{
  border-inline-end-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(187 247 208 / 0.35);
}

.hover\:border-e-green-200\/40:hover{
  border-inline-end-color: rgb(187 247 208 / 0.4);
}

.hover\:border-e-green-200\/45:hover{
  border-inline-end-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(187 247 208 / 0.55);
}

.hover\:border-e-green-200\/60:hover{
  border-inline-end-color: rgb(187 247 208 / 0.6);
}

.hover\:border-e-green-200\/65:hover{
  border-inline-end-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(134 239 172 / 0.35);
}

.hover\:border-e-green-300\/40:hover{
  border-inline-end-color: rgb(134 239 172 / 0.4);
}

.hover\:border-e-green-300\/45:hover{
  border-inline-end-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(134 239 172 / 0.55);
}

.hover\:border-e-green-300\/60:hover{
  border-inline-end-color: rgb(134 239 172 / 0.6);
}

.hover\:border-e-green-300\/65:hover{
  border-inline-end-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(74 222 128 / 0.35);
}

.hover\:border-e-green-400\/40:hover{
  border-inline-end-color: rgb(74 222 128 / 0.4);
}

.hover\:border-e-green-400\/45:hover{
  border-inline-end-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(74 222 128 / 0.55);
}

.hover\:border-e-green-400\/60:hover{
  border-inline-end-color: rgb(74 222 128 / 0.6);
}

.hover\:border-e-green-400\/65:hover{
  border-inline-end-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(240 253 244 / 0.35);
}

.hover\:border-e-green-50\/40:hover{
  border-inline-end-color: rgb(240 253 244 / 0.4);
}

.hover\:border-e-green-50\/45:hover{
  border-inline-end-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(240 253 244 / 0.55);
}

.hover\:border-e-green-50\/60:hover{
  border-inline-end-color: rgb(240 253 244 / 0.6);
}

.hover\:border-e-green-50\/65:hover{
  border-inline-end-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(34 197 94 / 0.35);
}

.hover\:border-e-green-500\/40:hover{
  border-inline-end-color: rgb(34 197 94 / 0.4);
}

.hover\:border-e-green-500\/45:hover{
  border-inline-end-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(34 197 94 / 0.55);
}

.hover\:border-e-green-500\/60:hover{
  border-inline-end-color: rgb(34 197 94 / 0.6);
}

.hover\:border-e-green-500\/65:hover{
  border-inline-end-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(22 163 74 / 0.35);
}

.hover\:border-e-green-600\/40:hover{
  border-inline-end-color: rgb(22 163 74 / 0.4);
}

.hover\:border-e-green-600\/45:hover{
  border-inline-end-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(22 163 74 / 0.55);
}

.hover\:border-e-green-600\/60:hover{
  border-inline-end-color: rgb(22 163 74 / 0.6);
}

.hover\:border-e-green-600\/65:hover{
  border-inline-end-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(21 128 61 / 0.35);
}

.hover\:border-e-green-700\/40:hover{
  border-inline-end-color: rgb(21 128 61 / 0.4);
}

.hover\:border-e-green-700\/45:hover{
  border-inline-end-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(21 128 61 / 0.55);
}

.hover\:border-e-green-700\/60:hover{
  border-inline-end-color: rgb(21 128 61 / 0.6);
}

.hover\:border-e-green-700\/65:hover{
  border-inline-end-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(22 101 52 / 0.35);
}

.hover\:border-e-green-800\/40:hover{
  border-inline-end-color: rgb(22 101 52 / 0.4);
}

.hover\:border-e-green-800\/45:hover{
  border-inline-end-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(22 101 52 / 0.55);
}

.hover\:border-e-green-800\/60:hover{
  border-inline-end-color: rgb(22 101 52 / 0.6);
}

.hover\:border-e-green-800\/65:hover{
  border-inline-end-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(20 83 45 / 0.35);
}

.hover\:border-e-green-900\/40:hover{
  border-inline-end-color: rgb(20 83 45 / 0.4);
}

.hover\:border-e-green-900\/45:hover{
  border-inline-end-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(20 83 45 / 0.55);
}

.hover\:border-e-green-900\/60:hover{
  border-inline-end-color: rgb(20 83 45 / 0.6);
}

.hover\:border-e-green-900\/65:hover{
  border-inline-end-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(5 46 22 / 0.35);
}

.hover\:border-e-green-950\/40:hover{
  border-inline-end-color: rgb(5 46 22 / 0.4);
}

.hover\:border-e-green-950\/45:hover{
  border-inline-end-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(5 46 22 / 0.55);
}

.hover\:border-e-green-950\/60:hover{
  border-inline-end-color: rgb(5 46 22 / 0.6);
}

.hover\:border-e-green-950\/65:hover{
  border-inline-end-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(224 231 255 / 0.35);
}

.hover\:border-e-indigo-100\/40:hover{
  border-inline-end-color: rgb(224 231 255 / 0.4);
}

.hover\:border-e-indigo-100\/45:hover{
  border-inline-end-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(224 231 255 / 0.55);
}

.hover\:border-e-indigo-100\/60:hover{
  border-inline-end-color: rgb(224 231 255 / 0.6);
}

.hover\:border-e-indigo-100\/65:hover{
  border-inline-end-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(199 210 254 / 0.35);
}

.hover\:border-e-indigo-200\/40:hover{
  border-inline-end-color: rgb(199 210 254 / 0.4);
}

.hover\:border-e-indigo-200\/45:hover{
  border-inline-end-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(199 210 254 / 0.55);
}

.hover\:border-e-indigo-200\/60:hover{
  border-inline-end-color: rgb(199 210 254 / 0.6);
}

.hover\:border-e-indigo-200\/65:hover{
  border-inline-end-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(165 180 252 / 0.35);
}

.hover\:border-e-indigo-300\/40:hover{
  border-inline-end-color: rgb(165 180 252 / 0.4);
}

.hover\:border-e-indigo-300\/45:hover{
  border-inline-end-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(165 180 252 / 0.55);
}

.hover\:border-e-indigo-300\/60:hover{
  border-inline-end-color: rgb(165 180 252 / 0.6);
}

.hover\:border-e-indigo-300\/65:hover{
  border-inline-end-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(129 140 248 / 0.35);
}

.hover\:border-e-indigo-400\/40:hover{
  border-inline-end-color: rgb(129 140 248 / 0.4);
}

.hover\:border-e-indigo-400\/45:hover{
  border-inline-end-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(129 140 248 / 0.55);
}

.hover\:border-e-indigo-400\/60:hover{
  border-inline-end-color: rgb(129 140 248 / 0.6);
}

.hover\:border-e-indigo-400\/65:hover{
  border-inline-end-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(238 242 255 / 0.35);
}

.hover\:border-e-indigo-50\/40:hover{
  border-inline-end-color: rgb(238 242 255 / 0.4);
}

.hover\:border-e-indigo-50\/45:hover{
  border-inline-end-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(238 242 255 / 0.55);
}

.hover\:border-e-indigo-50\/60:hover{
  border-inline-end-color: rgb(238 242 255 / 0.6);
}

.hover\:border-e-indigo-50\/65:hover{
  border-inline-end-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(99 102 241 / 0.35);
}

.hover\:border-e-indigo-500\/40:hover{
  border-inline-end-color: rgb(99 102 241 / 0.4);
}

.hover\:border-e-indigo-500\/45:hover{
  border-inline-end-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(99 102 241 / 0.55);
}

.hover\:border-e-indigo-500\/60:hover{
  border-inline-end-color: rgb(99 102 241 / 0.6);
}

.hover\:border-e-indigo-500\/65:hover{
  border-inline-end-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(79 70 229 / 0.35);
}

.hover\:border-e-indigo-600\/40:hover{
  border-inline-end-color: rgb(79 70 229 / 0.4);
}

.hover\:border-e-indigo-600\/45:hover{
  border-inline-end-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(79 70 229 / 0.55);
}

.hover\:border-e-indigo-600\/60:hover{
  border-inline-end-color: rgb(79 70 229 / 0.6);
}

.hover\:border-e-indigo-600\/65:hover{
  border-inline-end-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(67 56 202 / 0.35);
}

.hover\:border-e-indigo-700\/40:hover{
  border-inline-end-color: rgb(67 56 202 / 0.4);
}

.hover\:border-e-indigo-700\/45:hover{
  border-inline-end-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(67 56 202 / 0.55);
}

.hover\:border-e-indigo-700\/60:hover{
  border-inline-end-color: rgb(67 56 202 / 0.6);
}

.hover\:border-e-indigo-700\/65:hover{
  border-inline-end-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(55 48 163 / 0.35);
}

.hover\:border-e-indigo-800\/40:hover{
  border-inline-end-color: rgb(55 48 163 / 0.4);
}

.hover\:border-e-indigo-800\/45:hover{
  border-inline-end-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(55 48 163 / 0.55);
}

.hover\:border-e-indigo-800\/60:hover{
  border-inline-end-color: rgb(55 48 163 / 0.6);
}

.hover\:border-e-indigo-800\/65:hover{
  border-inline-end-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(49 46 129 / 0.35);
}

.hover\:border-e-indigo-900\/40:hover{
  border-inline-end-color: rgb(49 46 129 / 0.4);
}

.hover\:border-e-indigo-900\/45:hover{
  border-inline-end-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(49 46 129 / 0.55);
}

.hover\:border-e-indigo-900\/60:hover{
  border-inline-end-color: rgb(49 46 129 / 0.6);
}

.hover\:border-e-indigo-900\/65:hover{
  border-inline-end-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(30 27 75 / 0.35);
}

.hover\:border-e-indigo-950\/40:hover{
  border-inline-end-color: rgb(30 27 75 / 0.4);
}

.hover\:border-e-indigo-950\/45:hover{
  border-inline-end-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(30 27 75 / 0.55);
}

.hover\:border-e-indigo-950\/60:hover{
  border-inline-end-color: rgb(30 27 75 / 0.6);
}

.hover\:border-e-indigo-950\/65:hover{
  border-inline-end-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.hover\:border-e-info-hover:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.hover\:border-e-info-hover\/0:hover{
  border-inline-end-color: rgb(203 122 0 / 0);
}

.hover\:border-e-info-hover\/10:hover{
  border-inline-end-color: rgb(203 122 0 / 0.1);
}

.hover\:border-e-info-hover\/100:hover{
  border-inline-end-color: rgb(203 122 0 / 1);
}

.hover\:border-e-info-hover\/15:hover{
  border-inline-end-color: rgb(203 122 0 / 0.15);
}

.hover\:border-e-info-hover\/20:hover{
  border-inline-end-color: rgb(203 122 0 / 0.2);
}

.hover\:border-e-info-hover\/25:hover{
  border-inline-end-color: rgb(203 122 0 / 0.25);
}

.hover\:border-e-info-hover\/30:hover{
  border-inline-end-color: rgb(203 122 0 / 0.3);
}

.hover\:border-e-info-hover\/35:hover{
  border-inline-end-color: rgb(203 122 0 / 0.35);
}

.hover\:border-e-info-hover\/40:hover{
  border-inline-end-color: rgb(203 122 0 / 0.4);
}

.hover\:border-e-info-hover\/45:hover{
  border-inline-end-color: rgb(203 122 0 / 0.45);
}

.hover\:border-e-info-hover\/5:hover{
  border-inline-end-color: rgb(203 122 0 / 0.05);
}

.hover\:border-e-info-hover\/50:hover{
  border-inline-end-color: rgb(203 122 0 / 0.5);
}

.hover\:border-e-info-hover\/55:hover{
  border-inline-end-color: rgb(203 122 0 / 0.55);
}

.hover\:border-e-info-hover\/60:hover{
  border-inline-end-color: rgb(203 122 0 / 0.6);
}

.hover\:border-e-info-hover\/65:hover{
  border-inline-end-color: rgb(203 122 0 / 0.65);
}

.hover\:border-e-info-hover\/70:hover{
  border-inline-end-color: rgb(203 122 0 / 0.7);
}

.hover\:border-e-info-hover\/75:hover{
  border-inline-end-color: rgb(203 122 0 / 0.75);
}

.hover\:border-e-info-hover\/80:hover{
  border-inline-end-color: rgb(203 122 0 / 0.8);
}

.hover\:border-e-info-hover\/85:hover{
  border-inline-end-color: rgb(203 122 0 / 0.85);
}

.hover\:border-e-info-hover\/90:hover{
  border-inline-end-color: rgb(203 122 0 / 0.9);
}

.hover\:border-e-info-hover\/95:hover{
  border-inline-end-color: rgb(203 122 0 / 0.95);
}

.hover\:border-e-info\/0:hover{
  border-inline-end-color: rgb(247 159 26 / 0);
}

.hover\:border-e-info\/10:hover{
  border-inline-end-color: rgb(247 159 26 / 0.1);
}

.hover\:border-e-info\/100:hover{
  border-inline-end-color: rgb(247 159 26 / 1);
}

.hover\:border-e-info\/15:hover{
  border-inline-end-color: rgb(247 159 26 / 0.15);
}

.hover\:border-e-info\/20:hover{
  border-inline-end-color: rgb(247 159 26 / 0.2);
}

.hover\:border-e-info\/25:hover{
  border-inline-end-color: rgb(247 159 26 / 0.25);
}

.hover\:border-e-info\/30:hover{
  border-inline-end-color: rgb(247 159 26 / 0.3);
}

.hover\:border-e-info\/35:hover{
  border-inline-end-color: rgb(247 159 26 / 0.35);
}

.hover\:border-e-info\/40:hover{
  border-inline-end-color: rgb(247 159 26 / 0.4);
}

.hover\:border-e-info\/45:hover{
  border-inline-end-color: rgb(247 159 26 / 0.45);
}

.hover\:border-e-info\/5:hover{
  border-inline-end-color: rgb(247 159 26 / 0.05);
}

.hover\:border-e-info\/50:hover{
  border-inline-end-color: rgb(247 159 26 / 0.5);
}

.hover\:border-e-info\/55:hover{
  border-inline-end-color: rgb(247 159 26 / 0.55);
}

.hover\:border-e-info\/60:hover{
  border-inline-end-color: rgb(247 159 26 / 0.6);
}

.hover\:border-e-info\/65:hover{
  border-inline-end-color: rgb(247 159 26 / 0.65);
}

.hover\:border-e-info\/70:hover{
  border-inline-end-color: rgb(247 159 26 / 0.7);
}

.hover\:border-e-info\/75:hover{
  border-inline-end-color: rgb(247 159 26 / 0.75);
}

.hover\:border-e-info\/80:hover{
  border-inline-end-color: rgb(247 159 26 / 0.8);
}

.hover\:border-e-info\/85:hover{
  border-inline-end-color: rgb(247 159 26 / 0.85);
}

.hover\:border-e-info\/90:hover{
  border-inline-end-color: rgb(247 159 26 / 0.9);
}

.hover\:border-e-info\/95:hover{
  border-inline-end-color: rgb(247 159 26 / 0.95);
}

.hover\:border-e-inherit:hover{
  border-inline-end-color: inherit;
}

.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\/15:hover{
  border-inline-end-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(236 252 203 / 0.35);
}

.hover\:border-e-lime-100\/40:hover{
  border-inline-end-color: rgb(236 252 203 / 0.4);
}

.hover\:border-e-lime-100\/45:hover{
  border-inline-end-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(236 252 203 / 0.55);
}

.hover\:border-e-lime-100\/60:hover{
  border-inline-end-color: rgb(236 252 203 / 0.6);
}

.hover\:border-e-lime-100\/65:hover{
  border-inline-end-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(217 249 157 / 0.35);
}

.hover\:border-e-lime-200\/40:hover{
  border-inline-end-color: rgb(217 249 157 / 0.4);
}

.hover\:border-e-lime-200\/45:hover{
  border-inline-end-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(217 249 157 / 0.55);
}

.hover\:border-e-lime-200\/60:hover{
  border-inline-end-color: rgb(217 249 157 / 0.6);
}

.hover\:border-e-lime-200\/65:hover{
  border-inline-end-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(190 242 100 / 0.35);
}

.hover\:border-e-lime-300\/40:hover{
  border-inline-end-color: rgb(190 242 100 / 0.4);
}

.hover\:border-e-lime-300\/45:hover{
  border-inline-end-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(190 242 100 / 0.55);
}

.hover\:border-e-lime-300\/60:hover{
  border-inline-end-color: rgb(190 242 100 / 0.6);
}

.hover\:border-e-lime-300\/65:hover{
  border-inline-end-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(163 230 53 / 0.35);
}

.hover\:border-e-lime-400\/40:hover{
  border-inline-end-color: rgb(163 230 53 / 0.4);
}

.hover\:border-e-lime-400\/45:hover{
  border-inline-end-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(163 230 53 / 0.55);
}

.hover\:border-e-lime-400\/60:hover{
  border-inline-end-color: rgb(163 230 53 / 0.6);
}

.hover\:border-e-lime-400\/65:hover{
  border-inline-end-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(247 254 231 / 0.35);
}

.hover\:border-e-lime-50\/40:hover{
  border-inline-end-color: rgb(247 254 231 / 0.4);
}

.hover\:border-e-lime-50\/45:hover{
  border-inline-end-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(247 254 231 / 0.55);
}

.hover\:border-e-lime-50\/60:hover{
  border-inline-end-color: rgb(247 254 231 / 0.6);
}

.hover\:border-e-lime-50\/65:hover{
  border-inline-end-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(132 204 22 / 0.35);
}

.hover\:border-e-lime-500\/40:hover{
  border-inline-end-color: rgb(132 204 22 / 0.4);
}

.hover\:border-e-lime-500\/45:hover{
  border-inline-end-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(132 204 22 / 0.55);
}

.hover\:border-e-lime-500\/60:hover{
  border-inline-end-color: rgb(132 204 22 / 0.6);
}

.hover\:border-e-lime-500\/65:hover{
  border-inline-end-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(101 163 13 / 0.35);
}

.hover\:border-e-lime-600\/40:hover{
  border-inline-end-color: rgb(101 163 13 / 0.4);
}

.hover\:border-e-lime-600\/45:hover{
  border-inline-end-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(101 163 13 / 0.55);
}

.hover\:border-e-lime-600\/60:hover{
  border-inline-end-color: rgb(101 163 13 / 0.6);
}

.hover\:border-e-lime-600\/65:hover{
  border-inline-end-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(77 124 15 / 0.35);
}

.hover\:border-e-lime-700\/40:hover{
  border-inline-end-color: rgb(77 124 15 / 0.4);
}

.hover\:border-e-lime-700\/45:hover{
  border-inline-end-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(77 124 15 / 0.55);
}

.hover\:border-e-lime-700\/60:hover{
  border-inline-end-color: rgb(77 124 15 / 0.6);
}

.hover\:border-e-lime-700\/65:hover{
  border-inline-end-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(63 98 18 / 0.35);
}

.hover\:border-e-lime-800\/40:hover{
  border-inline-end-color: rgb(63 98 18 / 0.4);
}

.hover\:border-e-lime-800\/45:hover{
  border-inline-end-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(63 98 18 / 0.55);
}

.hover\:border-e-lime-800\/60:hover{
  border-inline-end-color: rgb(63 98 18 / 0.6);
}

.hover\:border-e-lime-800\/65:hover{
  border-inline-end-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(54 83 20 / 0.35);
}

.hover\:border-e-lime-900\/40:hover{
  border-inline-end-color: rgb(54 83 20 / 0.4);
}

.hover\:border-e-lime-900\/45:hover{
  border-inline-end-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(54 83 20 / 0.55);
}

.hover\:border-e-lime-900\/60:hover{
  border-inline-end-color: rgb(54 83 20 / 0.6);
}

.hover\:border-e-lime-900\/65:hover{
  border-inline-end-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(26 46 5 / 0.35);
}

.hover\:border-e-lime-950\/40:hover{
  border-inline-end-color: rgb(26 46 5 / 0.4);
}

.hover\:border-e-lime-950\/45:hover{
  border-inline-end-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(26 46 5 / 0.55);
}

.hover\:border-e-lime-950\/60:hover{
  border-inline-end-color: rgb(26 46 5 / 0.6);
}

.hover\:border-e-lime-950\/65:hover{
  border-inline-end-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-01\/0:hover{
  border-inline-end-color: rgb(224 224 224 / 0);
}

.hover\:border-e-neutral-01\/10:hover{
  border-inline-end-color: rgb(224 224 224 / 0.1);
}

.hover\:border-e-neutral-01\/100:hover{
  border-inline-end-color: rgb(224 224 224 / 1);
}

.hover\:border-e-neutral-01\/15:hover{
  border-inline-end-color: rgb(224 224 224 / 0.15);
}

.hover\:border-e-neutral-01\/20:hover{
  border-inline-end-color: rgb(224 224 224 / 0.2);
}

.hover\:border-e-neutral-01\/25:hover{
  border-inline-end-color: rgb(224 224 224 / 0.25);
}

.hover\:border-e-neutral-01\/30:hover{
  border-inline-end-color: rgb(224 224 224 / 0.3);
}

.hover\:border-e-neutral-01\/35:hover{
  border-inline-end-color: rgb(224 224 224 / 0.35);
}

.hover\:border-e-neutral-01\/40:hover{
  border-inline-end-color: rgb(224 224 224 / 0.4);
}

.hover\:border-e-neutral-01\/45:hover{
  border-inline-end-color: rgb(224 224 224 / 0.45);
}

.hover\:border-e-neutral-01\/5:hover{
  border-inline-end-color: rgb(224 224 224 / 0.05);
}

.hover\:border-e-neutral-01\/50:hover{
  border-inline-end-color: rgb(224 224 224 / 0.5);
}

.hover\:border-e-neutral-01\/55:hover{
  border-inline-end-color: rgb(224 224 224 / 0.55);
}

.hover\:border-e-neutral-01\/60:hover{
  border-inline-end-color: rgb(224 224 224 / 0.6);
}

.hover\:border-e-neutral-01\/65:hover{
  border-inline-end-color: rgb(224 224 224 / 0.65);
}

.hover\:border-e-neutral-01\/70:hover{
  border-inline-end-color: rgb(224 224 224 / 0.7);
}

.hover\:border-e-neutral-01\/75:hover{
  border-inline-end-color: rgb(224 224 224 / 0.75);
}

.hover\:border-e-neutral-01\/80:hover{
  border-inline-end-color: rgb(224 224 224 / 0.8);
}

.hover\:border-e-neutral-01\/85:hover{
  border-inline-end-color: rgb(224 224 224 / 0.85);
}

.hover\:border-e-neutral-01\/90:hover{
  border-inline-end-color: rgb(224 224 224 / 0.9);
}

.hover\:border-e-neutral-01\/95:hover{
  border-inline-end-color: rgb(224 224 224 / 0.95);
}

.hover\:border-e-neutral-02:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-02\/0:hover{
  border-inline-end-color: rgb(228 234 238 / 0);
}

.hover\:border-e-neutral-02\/10:hover{
  border-inline-end-color: rgb(228 234 238 / 0.1);
}

.hover\:border-e-neutral-02\/100:hover{
  border-inline-end-color: rgb(228 234 238 / 1);
}

.hover\:border-e-neutral-02\/15:hover{
  border-inline-end-color: rgb(228 234 238 / 0.15);
}

.hover\:border-e-neutral-02\/20:hover{
  border-inline-end-color: rgb(228 234 238 / 0.2);
}

.hover\:border-e-neutral-02\/25:hover{
  border-inline-end-color: rgb(228 234 238 / 0.25);
}

.hover\:border-e-neutral-02\/30:hover{
  border-inline-end-color: rgb(228 234 238 / 0.3);
}

.hover\:border-e-neutral-02\/35:hover{
  border-inline-end-color: rgb(228 234 238 / 0.35);
}

.hover\:border-e-neutral-02\/40:hover{
  border-inline-end-color: rgb(228 234 238 / 0.4);
}

.hover\:border-e-neutral-02\/45:hover{
  border-inline-end-color: rgb(228 234 238 / 0.45);
}

.hover\:border-e-neutral-02\/5:hover{
  border-inline-end-color: rgb(228 234 238 / 0.05);
}

.hover\:border-e-neutral-02\/50:hover{
  border-inline-end-color: rgb(228 234 238 / 0.5);
}

.hover\:border-e-neutral-02\/55:hover{
  border-inline-end-color: rgb(228 234 238 / 0.55);
}

.hover\:border-e-neutral-02\/60:hover{
  border-inline-end-color: rgb(228 234 238 / 0.6);
}

.hover\:border-e-neutral-02\/65:hover{
  border-inline-end-color: rgb(228 234 238 / 0.65);
}

.hover\:border-e-neutral-02\/70:hover{
  border-inline-end-color: rgb(228 234 238 / 0.7);
}

.hover\:border-e-neutral-02\/75:hover{
  border-inline-end-color: rgb(228 234 238 / 0.75);
}

.hover\:border-e-neutral-02\/80:hover{
  border-inline-end-color: rgb(228 234 238 / 0.8);
}

.hover\:border-e-neutral-02\/85:hover{
  border-inline-end-color: rgb(228 234 238 / 0.85);
}

.hover\:border-e-neutral-02\/90:hover{
  border-inline-end-color: rgb(228 234 238 / 0.9);
}

.hover\:border-e-neutral-02\/95:hover{
  border-inline-end-color: rgb(228 234 238 / 0.95);
}

.hover\:border-e-neutral-03:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-03\/0:hover{
  border-inline-end-color: rgb(236 239 250 / 0);
}

.hover\:border-e-neutral-03\/10:hover{
  border-inline-end-color: rgb(236 239 250 / 0.1);
}

.hover\:border-e-neutral-03\/100:hover{
  border-inline-end-color: rgb(236 239 250 / 1);
}

.hover\:border-e-neutral-03\/15:hover{
  border-inline-end-color: rgb(236 239 250 / 0.15);
}

.hover\:border-e-neutral-03\/20:hover{
  border-inline-end-color: rgb(236 239 250 / 0.2);
}

.hover\:border-e-neutral-03\/25:hover{
  border-inline-end-color: rgb(236 239 250 / 0.25);
}

.hover\:border-e-neutral-03\/30:hover{
  border-inline-end-color: rgb(236 239 250 / 0.3);
}

.hover\:border-e-neutral-03\/35:hover{
  border-inline-end-color: rgb(236 239 250 / 0.35);
}

.hover\:border-e-neutral-03\/40:hover{
  border-inline-end-color: rgb(236 239 250 / 0.4);
}

.hover\:border-e-neutral-03\/45:hover{
  border-inline-end-color: rgb(236 239 250 / 0.45);
}

.hover\:border-e-neutral-03\/5:hover{
  border-inline-end-color: rgb(236 239 250 / 0.05);
}

.hover\:border-e-neutral-03\/50:hover{
  border-inline-end-color: rgb(236 239 250 / 0.5);
}

.hover\:border-e-neutral-03\/55:hover{
  border-inline-end-color: rgb(236 239 250 / 0.55);
}

.hover\:border-e-neutral-03\/60:hover{
  border-inline-end-color: rgb(236 239 250 / 0.6);
}

.hover\:border-e-neutral-03\/65:hover{
  border-inline-end-color: rgb(236 239 250 / 0.65);
}

.hover\:border-e-neutral-03\/70:hover{
  border-inline-end-color: rgb(236 239 250 / 0.7);
}

.hover\:border-e-neutral-03\/75:hover{
  border-inline-end-color: rgb(236 239 250 / 0.75);
}

.hover\:border-e-neutral-03\/80:hover{
  border-inline-end-color: rgb(236 239 250 / 0.8);
}

.hover\:border-e-neutral-03\/85:hover{
  border-inline-end-color: rgb(236 239 250 / 0.85);
}

.hover\:border-e-neutral-03\/90:hover{
  border-inline-end-color: rgb(236 239 250 / 0.9);
}

.hover\:border-e-neutral-03\/95:hover{
  border-inline-end-color: rgb(236 239 250 / 0.95);
}

.hover\:border-e-neutral-04:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-04\/0:hover{
  border-inline-end-color: rgb(215 218 226 / 0);
}

.hover\:border-e-neutral-04\/10:hover{
  border-inline-end-color: rgb(215 218 226 / 0.1);
}

.hover\:border-e-neutral-04\/100:hover{
  border-inline-end-color: rgb(215 218 226 / 1);
}

.hover\:border-e-neutral-04\/15:hover{
  border-inline-end-color: rgb(215 218 226 / 0.15);
}

.hover\:border-e-neutral-04\/20:hover{
  border-inline-end-color: rgb(215 218 226 / 0.2);
}

.hover\:border-e-neutral-04\/25:hover{
  border-inline-end-color: rgb(215 218 226 / 0.25);
}

.hover\:border-e-neutral-04\/30:hover{
  border-inline-end-color: rgb(215 218 226 / 0.3);
}

.hover\:border-e-neutral-04\/35:hover{
  border-inline-end-color: rgb(215 218 226 / 0.35);
}

.hover\:border-e-neutral-04\/40:hover{
  border-inline-end-color: rgb(215 218 226 / 0.4);
}

.hover\:border-e-neutral-04\/45:hover{
  border-inline-end-color: rgb(215 218 226 / 0.45);
}

.hover\:border-e-neutral-04\/5:hover{
  border-inline-end-color: rgb(215 218 226 / 0.05);
}

.hover\:border-e-neutral-04\/50:hover{
  border-inline-end-color: rgb(215 218 226 / 0.5);
}

.hover\:border-e-neutral-04\/55:hover{
  border-inline-end-color: rgb(215 218 226 / 0.55);
}

.hover\:border-e-neutral-04\/60:hover{
  border-inline-end-color: rgb(215 218 226 / 0.6);
}

.hover\:border-e-neutral-04\/65:hover{
  border-inline-end-color: rgb(215 218 226 / 0.65);
}

.hover\:border-e-neutral-04\/70:hover{
  border-inline-end-color: rgb(215 218 226 / 0.7);
}

.hover\:border-e-neutral-04\/75:hover{
  border-inline-end-color: rgb(215 218 226 / 0.75);
}

.hover\:border-e-neutral-04\/80:hover{
  border-inline-end-color: rgb(215 218 226 / 0.8);
}

.hover\:border-e-neutral-04\/85:hover{
  border-inline-end-color: rgb(215 218 226 / 0.85);
}

.hover\:border-e-neutral-04\/90:hover{
  border-inline-end-color: rgb(215 218 226 / 0.9);
}

.hover\:border-e-neutral-04\/95:hover{
  border-inline-end-color: rgb(215 218 226 / 0.95);
}

.hover\:border-e-neutral-05:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-05\/0:hover{
  border-inline-end-color: rgb(246 246 246 / 0);
}

.hover\:border-e-neutral-05\/10:hover{
  border-inline-end-color: rgb(246 246 246 / 0.1);
}

.hover\:border-e-neutral-05\/100:hover{
  border-inline-end-color: rgb(246 246 246 / 1);
}

.hover\:border-e-neutral-05\/15:hover{
  border-inline-end-color: rgb(246 246 246 / 0.15);
}

.hover\:border-e-neutral-05\/20:hover{
  border-inline-end-color: rgb(246 246 246 / 0.2);
}

.hover\:border-e-neutral-05\/25:hover{
  border-inline-end-color: rgb(246 246 246 / 0.25);
}

.hover\:border-e-neutral-05\/30:hover{
  border-inline-end-color: rgb(246 246 246 / 0.3);
}

.hover\:border-e-neutral-05\/35:hover{
  border-inline-end-color: rgb(246 246 246 / 0.35);
}

.hover\:border-e-neutral-05\/40:hover{
  border-inline-end-color: rgb(246 246 246 / 0.4);
}

.hover\:border-e-neutral-05\/45:hover{
  border-inline-end-color: rgb(246 246 246 / 0.45);
}

.hover\:border-e-neutral-05\/5:hover{
  border-inline-end-color: rgb(246 246 246 / 0.05);
}

.hover\:border-e-neutral-05\/50:hover{
  border-inline-end-color: rgb(246 246 246 / 0.5);
}

.hover\:border-e-neutral-05\/55:hover{
  border-inline-end-color: rgb(246 246 246 / 0.55);
}

.hover\:border-e-neutral-05\/60:hover{
  border-inline-end-color: rgb(246 246 246 / 0.6);
}

.hover\:border-e-neutral-05\/65:hover{
  border-inline-end-color: rgb(246 246 246 / 0.65);
}

.hover\:border-e-neutral-05\/70:hover{
  border-inline-end-color: rgb(246 246 246 / 0.7);
}

.hover\:border-e-neutral-05\/75:hover{
  border-inline-end-color: rgb(246 246 246 / 0.75);
}

.hover\:border-e-neutral-05\/80:hover{
  border-inline-end-color: rgb(246 246 246 / 0.8);
}

.hover\:border-e-neutral-05\/85:hover{
  border-inline-end-color: rgb(246 246 246 / 0.85);
}

.hover\:border-e-neutral-05\/90:hover{
  border-inline-end-color: rgb(246 246 246 / 0.9);
}

.hover\:border-e-neutral-05\/95:hover{
  border-inline-end-color: rgb(246 246 246 / 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\/15:hover{
  border-inline-end-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(245 245 245 / 0.35);
}

.hover\:border-e-neutral-100\/40:hover{
  border-inline-end-color: rgb(245 245 245 / 0.4);
}

.hover\:border-e-neutral-100\/45:hover{
  border-inline-end-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(245 245 245 / 0.55);
}

.hover\:border-e-neutral-100\/60:hover{
  border-inline-end-color: rgb(245 245 245 / 0.6);
}

.hover\:border-e-neutral-100\/65:hover{
  border-inline-end-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(229 229 229 / 0.35);
}

.hover\:border-e-neutral-200\/40:hover{
  border-inline-end-color: rgb(229 229 229 / 0.4);
}

.hover\:border-e-neutral-200\/45:hover{
  border-inline-end-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(229 229 229 / 0.55);
}

.hover\:border-e-neutral-200\/60:hover{
  border-inline-end-color: rgb(229 229 229 / 0.6);
}

.hover\:border-e-neutral-200\/65:hover{
  border-inline-end-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(212 212 212 / 0.35);
}

.hover\:border-e-neutral-300\/40:hover{
  border-inline-end-color: rgb(212 212 212 / 0.4);
}

.hover\:border-e-neutral-300\/45:hover{
  border-inline-end-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(212 212 212 / 0.55);
}

.hover\:border-e-neutral-300\/60:hover{
  border-inline-end-color: rgb(212 212 212 / 0.6);
}

.hover\:border-e-neutral-300\/65:hover{
  border-inline-end-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(163 163 163 / 0.35);
}

.hover\:border-e-neutral-400\/40:hover{
  border-inline-end-color: rgb(163 163 163 / 0.4);
}

.hover\:border-e-neutral-400\/45:hover{
  border-inline-end-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(163 163 163 / 0.55);
}

.hover\:border-e-neutral-400\/60:hover{
  border-inline-end-color: rgb(163 163 163 / 0.6);
}

.hover\:border-e-neutral-400\/65:hover{
  border-inline-end-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(250 250 250 / 0.35);
}

.hover\:border-e-neutral-50\/40:hover{
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.hover\:border-e-neutral-50\/45:hover{
  border-inline-end-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(250 250 250 / 0.55);
}

.hover\:border-e-neutral-50\/60:hover{
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.hover\:border-e-neutral-50\/65:hover{
  border-inline-end-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(115 115 115 / 0.35);
}

.hover\:border-e-neutral-500\/40:hover{
  border-inline-end-color: rgb(115 115 115 / 0.4);
}

.hover\:border-e-neutral-500\/45:hover{
  border-inline-end-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(115 115 115 / 0.55);
}

.hover\:border-e-neutral-500\/60:hover{
  border-inline-end-color: rgb(115 115 115 / 0.6);
}

.hover\:border-e-neutral-500\/65:hover{
  border-inline-end-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(82 82 82 / 0.35);
}

.hover\:border-e-neutral-600\/40:hover{
  border-inline-end-color: rgb(82 82 82 / 0.4);
}

.hover\:border-e-neutral-600\/45:hover{
  border-inline-end-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(82 82 82 / 0.55);
}

.hover\:border-e-neutral-600\/60:hover{
  border-inline-end-color: rgb(82 82 82 / 0.6);
}

.hover\:border-e-neutral-600\/65:hover{
  border-inline-end-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(64 64 64 / 0.35);
}

.hover\:border-e-neutral-700\/40:hover{
  border-inline-end-color: rgb(64 64 64 / 0.4);
}

.hover\:border-e-neutral-700\/45:hover{
  border-inline-end-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(64 64 64 / 0.55);
}

.hover\:border-e-neutral-700\/60:hover{
  border-inline-end-color: rgb(64 64 64 / 0.6);
}

.hover\:border-e-neutral-700\/65:hover{
  border-inline-end-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(38 38 38 / 0.35);
}

.hover\:border-e-neutral-800\/40:hover{
  border-inline-end-color: rgb(38 38 38 / 0.4);
}

.hover\:border-e-neutral-800\/45:hover{
  border-inline-end-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(38 38 38 / 0.55);
}

.hover\:border-e-neutral-800\/60:hover{
  border-inline-end-color: rgb(38 38 38 / 0.6);
}

.hover\:border-e-neutral-800\/65:hover{
  border-inline-end-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(23 23 23 / 0.35);
}

.hover\:border-e-neutral-900\/40:hover{
  border-inline-end-color: rgb(23 23 23 / 0.4);
}

.hover\:border-e-neutral-900\/45:hover{
  border-inline-end-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(23 23 23 / 0.55);
}

.hover\:border-e-neutral-900\/60:hover{
  border-inline-end-color: rgb(23 23 23 / 0.6);
}

.hover\:border-e-neutral-900\/65:hover{
  border-inline-end-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(10 10 10 / 0.35);
}

.hover\:border-e-neutral-950\/40:hover{
  border-inline-end-color: rgb(10 10 10 / 0.4);
}

.hover\:border-e-neutral-950\/45:hover{
  border-inline-end-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(10 10 10 / 0.55);
}

.hover\:border-e-neutral-950\/60:hover{
  border-inline-end-color: rgb(10 10 10 / 0.6);
}

.hover\:border-e-neutral-950\/65:hover{
  border-inline-end-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(255 237 213 / 0.35);
}

.hover\:border-e-orange-100\/40:hover{
  border-inline-end-color: rgb(255 237 213 / 0.4);
}

.hover\:border-e-orange-100\/45:hover{
  border-inline-end-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(255 237 213 / 0.55);
}

.hover\:border-e-orange-100\/60:hover{
  border-inline-end-color: rgb(255 237 213 / 0.6);
}

.hover\:border-e-orange-100\/65:hover{
  border-inline-end-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(254 215 170 / 0.35);
}

.hover\:border-e-orange-200\/40:hover{
  border-inline-end-color: rgb(254 215 170 / 0.4);
}

.hover\:border-e-orange-200\/45:hover{
  border-inline-end-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(254 215 170 / 0.55);
}

.hover\:border-e-orange-200\/60:hover{
  border-inline-end-color: rgb(254 215 170 / 0.6);
}

.hover\:border-e-orange-200\/65:hover{
  border-inline-end-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(253 186 116 / 0.35);
}

.hover\:border-e-orange-300\/40:hover{
  border-inline-end-color: rgb(253 186 116 / 0.4);
}

.hover\:border-e-orange-300\/45:hover{
  border-inline-end-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(253 186 116 / 0.55);
}

.hover\:border-e-orange-300\/60:hover{
  border-inline-end-color: rgb(253 186 116 / 0.6);
}

.hover\:border-e-orange-300\/65:hover{
  border-inline-end-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(251 146 60 / 0.35);
}

.hover\:border-e-orange-400\/40:hover{
  border-inline-end-color: rgb(251 146 60 / 0.4);
}

.hover\:border-e-orange-400\/45:hover{
  border-inline-end-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(251 146 60 / 0.55);
}

.hover\:border-e-orange-400\/60:hover{
  border-inline-end-color: rgb(251 146 60 / 0.6);
}

.hover\:border-e-orange-400\/65:hover{
  border-inline-end-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(255 247 237 / 0.35);
}

.hover\:border-e-orange-50\/40:hover{
  border-inline-end-color: rgb(255 247 237 / 0.4);
}

.hover\:border-e-orange-50\/45:hover{
  border-inline-end-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(255 247 237 / 0.55);
}

.hover\:border-e-orange-50\/60:hover{
  border-inline-end-color: rgb(255 247 237 / 0.6);
}

.hover\:border-e-orange-50\/65:hover{
  border-inline-end-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(249 115 22 / 0.35);
}

.hover\:border-e-orange-500\/40:hover{
  border-inline-end-color: rgb(249 115 22 / 0.4);
}

.hover\:border-e-orange-500\/45:hover{
  border-inline-end-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(249 115 22 / 0.55);
}

.hover\:border-e-orange-500\/60:hover{
  border-inline-end-color: rgb(249 115 22 / 0.6);
}

.hover\:border-e-orange-500\/65:hover{
  border-inline-end-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(234 88 12 / 0.35);
}

.hover\:border-e-orange-600\/40:hover{
  border-inline-end-color: rgb(234 88 12 / 0.4);
}

.hover\:border-e-orange-600\/45:hover{
  border-inline-end-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(234 88 12 / 0.55);
}

.hover\:border-e-orange-600\/60:hover{
  border-inline-end-color: rgb(234 88 12 / 0.6);
}

.hover\:border-e-orange-600\/65:hover{
  border-inline-end-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(194 65 12 / 0.35);
}

.hover\:border-e-orange-700\/40:hover{
  border-inline-end-color: rgb(194 65 12 / 0.4);
}

.hover\:border-e-orange-700\/45:hover{
  border-inline-end-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(194 65 12 / 0.55);
}

.hover\:border-e-orange-700\/60:hover{
  border-inline-end-color: rgb(194 65 12 / 0.6);
}

.hover\:border-e-orange-700\/65:hover{
  border-inline-end-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(154 52 18 / 0.35);
}

.hover\:border-e-orange-800\/40:hover{
  border-inline-end-color: rgb(154 52 18 / 0.4);
}

.hover\:border-e-orange-800\/45:hover{
  border-inline-end-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(154 52 18 / 0.55);
}

.hover\:border-e-orange-800\/60:hover{
  border-inline-end-color: rgb(154 52 18 / 0.6);
}

.hover\:border-e-orange-800\/65:hover{
  border-inline-end-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(124 45 18 / 0.35);
}

.hover\:border-e-orange-900\/40:hover{
  border-inline-end-color: rgb(124 45 18 / 0.4);
}

.hover\:border-e-orange-900\/45:hover{
  border-inline-end-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(124 45 18 / 0.55);
}

.hover\:border-e-orange-900\/60:hover{
  border-inline-end-color: rgb(124 45 18 / 0.6);
}

.hover\:border-e-orange-900\/65:hover{
  border-inline-end-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(67 20 7 / 0.35);
}

.hover\:border-e-orange-950\/40:hover{
  border-inline-end-color: rgb(67 20 7 / 0.4);
}

.hover\:border-e-orange-950\/45:hover{
  border-inline-end-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(67 20 7 / 0.55);
}

.hover\:border-e-orange-950\/60:hover{
  border-inline-end-color: rgb(67 20 7 / 0.6);
}

.hover\:border-e-orange-950\/65:hover{
  border-inline-end-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  border-inline-end-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(252 231 243 / 0.35);
}

.hover\:border-e-pink-100\/40:hover{
  border-inline-end-color: rgb(252 231 243 / 0.4);
}

.hover\:border-e-pink-100\/45:hover{
  border-inline-end-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(252 231 243 / 0.55);
}

.hover\:border-e-pink-100\/60:hover{
  border-inline-end-color: rgb(252 231 243 / 0.6);
}

.hover\:border-e-pink-100\/65:hover{
  border-inline-end-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(251 207 232 / 0.35);
}

.hover\:border-e-pink-200\/40:hover{
  border-inline-end-color: rgb(251 207 232 / 0.4);
}

.hover\:border-e-pink-200\/45:hover{
  border-inline-end-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(251 207 232 / 0.55);
}

.hover\:border-e-pink-200\/60:hover{
  border-inline-end-color: rgb(251 207 232 / 0.6);
}

.hover\:border-e-pink-200\/65:hover{
  border-inline-end-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(249 168 212 / 0.35);
}

.hover\:border-e-pink-300\/40:hover{
  border-inline-end-color: rgb(249 168 212 / 0.4);
}

.hover\:border-e-pink-300\/45:hover{
  border-inline-end-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(249 168 212 / 0.55);
}

.hover\:border-e-pink-300\/60:hover{
  border-inline-end-color: rgb(249 168 212 / 0.6);
}

.hover\:border-e-pink-300\/65:hover{
  border-inline-end-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(244 114 182 / 0.35);
}

.hover\:border-e-pink-400\/40:hover{
  border-inline-end-color: rgb(244 114 182 / 0.4);
}

.hover\:border-e-pink-400\/45:hover{
  border-inline-end-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(244 114 182 / 0.55);
}

.hover\:border-e-pink-400\/60:hover{
  border-inline-end-color: rgb(244 114 182 / 0.6);
}

.hover\:border-e-pink-400\/65:hover{
  border-inline-end-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(253 242 248 / 0.35);
}

.hover\:border-e-pink-50\/40:hover{
  border-inline-end-color: rgb(253 242 248 / 0.4);
}

.hover\:border-e-pink-50\/45:hover{
  border-inline-end-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(253 242 248 / 0.55);
}

.hover\:border-e-pink-50\/60:hover{
  border-inline-end-color: rgb(253 242 248 / 0.6);
}

.hover\:border-e-pink-50\/65:hover{
  border-inline-end-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(236 72 153 / 0.35);
}

.hover\:border-e-pink-500\/40:hover{
  border-inline-end-color: rgb(236 72 153 / 0.4);
}

.hover\:border-e-pink-500\/45:hover{
  border-inline-end-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(236 72 153 / 0.55);
}

.hover\:border-e-pink-500\/60:hover{
  border-inline-end-color: rgb(236 72 153 / 0.6);
}

.hover\:border-e-pink-500\/65:hover{
  border-inline-end-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(219 39 119 / 0.35);
}

.hover\:border-e-pink-600\/40:hover{
  border-inline-end-color: rgb(219 39 119 / 0.4);
}

.hover\:border-e-pink-600\/45:hover{
  border-inline-end-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(219 39 119 / 0.55);
}

.hover\:border-e-pink-600\/60:hover{
  border-inline-end-color: rgb(219 39 119 / 0.6);
}

.hover\:border-e-pink-600\/65:hover{
  border-inline-end-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(190 24 93 / 0.35);
}

.hover\:border-e-pink-700\/40:hover{
  border-inline-end-color: rgb(190 24 93 / 0.4);
}

.hover\:border-e-pink-700\/45:hover{
  border-inline-end-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(190 24 93 / 0.55);
}

.hover\:border-e-pink-700\/60:hover{
  border-inline-end-color: rgb(190 24 93 / 0.6);
}

.hover\:border-e-pink-700\/65:hover{
  border-inline-end-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(157 23 77 / 0.35);
}

.hover\:border-e-pink-800\/40:hover{
  border-inline-end-color: rgb(157 23 77 / 0.4);
}

.hover\:border-e-pink-800\/45:hover{
  border-inline-end-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(157 23 77 / 0.55);
}

.hover\:border-e-pink-800\/60:hover{
  border-inline-end-color: rgb(157 23 77 / 0.6);
}

.hover\:border-e-pink-800\/65:hover{
  border-inline-end-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(131 24 67 / 0.35);
}

.hover\:border-e-pink-900\/40:hover{
  border-inline-end-color: rgb(131 24 67 / 0.4);
}

.hover\:border-e-pink-900\/45:hover{
  border-inline-end-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(131 24 67 / 0.55);
}

.hover\:border-e-pink-900\/60:hover{
  border-inline-end-color: rgb(131 24 67 / 0.6);
}

.hover\:border-e-pink-900\/65:hover{
  border-inline-end-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(80 7 36 / 0.35);
}

.hover\:border-e-pink-950\/40:hover{
  border-inline-end-color: rgb(80 7 36 / 0.4);
}

.hover\:border-e-pink-950\/45:hover{
  border-inline-end-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(80 7 36 / 0.55);
}

.hover\:border-e-pink-950\/60:hover{
  border-inline-end-color: rgb(80 7 36 / 0.6);
}

.hover\:border-e-pink-950\/65:hover{
  border-inline-end-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.hover\:border-e-primary-hover:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.hover\:border-e-primary-hover\/0:hover{
  border-inline-end-color: rgb(71 57 169 / 0);
}

.hover\:border-e-primary-hover\/10:hover{
  border-inline-end-color: rgb(71 57 169 / 0.1);
}

.hover\:border-e-primary-hover\/100:hover{
  border-inline-end-color: rgb(71 57 169 / 1);
}

.hover\:border-e-primary-hover\/15:hover{
  border-inline-end-color: rgb(71 57 169 / 0.15);
}

.hover\:border-e-primary-hover\/20:hover{
  border-inline-end-color: rgb(71 57 169 / 0.2);
}

.hover\:border-e-primary-hover\/25:hover{
  border-inline-end-color: rgb(71 57 169 / 0.25);
}

.hover\:border-e-primary-hover\/30:hover{
  border-inline-end-color: rgb(71 57 169 / 0.3);
}

.hover\:border-e-primary-hover\/35:hover{
  border-inline-end-color: rgb(71 57 169 / 0.35);
}

.hover\:border-e-primary-hover\/40:hover{
  border-inline-end-color: rgb(71 57 169 / 0.4);
}

.hover\:border-e-primary-hover\/45:hover{
  border-inline-end-color: rgb(71 57 169 / 0.45);
}

.hover\:border-e-primary-hover\/5:hover{
  border-inline-end-color: rgb(71 57 169 / 0.05);
}

.hover\:border-e-primary-hover\/50:hover{
  border-inline-end-color: rgb(71 57 169 / 0.5);
}

.hover\:border-e-primary-hover\/55:hover{
  border-inline-end-color: rgb(71 57 169 / 0.55);
}

.hover\:border-e-primary-hover\/60:hover{
  border-inline-end-color: rgb(71 57 169 / 0.6);
}

.hover\:border-e-primary-hover\/65:hover{
  border-inline-end-color: rgb(71 57 169 / 0.65);
}

.hover\:border-e-primary-hover\/70:hover{
  border-inline-end-color: rgb(71 57 169 / 0.7);
}

.hover\:border-e-primary-hover\/75:hover{
  border-inline-end-color: rgb(71 57 169 / 0.75);
}

.hover\:border-e-primary-hover\/80:hover{
  border-inline-end-color: rgb(71 57 169 / 0.8);
}

.hover\:border-e-primary-hover\/85:hover{
  border-inline-end-color: rgb(71 57 169 / 0.85);
}

.hover\:border-e-primary-hover\/90:hover{
  border-inline-end-color: rgb(71 57 169 / 0.9);
}

.hover\:border-e-primary-hover\/95:hover{
  border-inline-end-color: rgb(71 57 169 / 0.95);
}

.hover\:border-e-primary\/0:hover{
  border-inline-end-color: rgb(85 70 192 / 0);
}

.hover\:border-e-primary\/10:hover{
  border-inline-end-color: rgb(85 70 192 / 0.1);
}

.hover\:border-e-primary\/100:hover{
  border-inline-end-color: rgb(85 70 192 / 1);
}

.hover\:border-e-primary\/15:hover{
  border-inline-end-color: rgb(85 70 192 / 0.15);
}

.hover\:border-e-primary\/20:hover{
  border-inline-end-color: rgb(85 70 192 / 0.2);
}

.hover\:border-e-primary\/25:hover{
  border-inline-end-color: rgb(85 70 192 / 0.25);
}

.hover\:border-e-primary\/30:hover{
  border-inline-end-color: rgb(85 70 192 / 0.3);
}

.hover\:border-e-primary\/35:hover{
  border-inline-end-color: rgb(85 70 192 / 0.35);
}

.hover\:border-e-primary\/40:hover{
  border-inline-end-color: rgb(85 70 192 / 0.4);
}

.hover\:border-e-primary\/45:hover{
  border-inline-end-color: rgb(85 70 192 / 0.45);
}

.hover\:border-e-primary\/5:hover{
  border-inline-end-color: rgb(85 70 192 / 0.05);
}

.hover\:border-e-primary\/50:hover{
  border-inline-end-color: rgb(85 70 192 / 0.5);
}

.hover\:border-e-primary\/55:hover{
  border-inline-end-color: rgb(85 70 192 / 0.55);
}

.hover\:border-e-primary\/60:hover{
  border-inline-end-color: rgb(85 70 192 / 0.6);
}

.hover\:border-e-primary\/65:hover{
  border-inline-end-color: rgb(85 70 192 / 0.65);
}

.hover\:border-e-primary\/70:hover{
  border-inline-end-color: rgb(85 70 192 / 0.7);
}

.hover\:border-e-primary\/75:hover{
  border-inline-end-color: rgb(85 70 192 / 0.75);
}

.hover\:border-e-primary\/80:hover{
  border-inline-end-color: rgb(85 70 192 / 0.8);
}

.hover\:border-e-primary\/85:hover{
  border-inline-end-color: rgb(85 70 192 / 0.85);
}

.hover\:border-e-primary\/90:hover{
  border-inline-end-color: rgb(85 70 192 / 0.9);
}

.hover\:border-e-primary\/95:hover{
  border-inline-end-color: rgb(85 70 192 / 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\/15:hover{
  border-inline-end-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(243 232 255 / 0.35);
}

.hover\:border-e-purple-100\/40:hover{
  border-inline-end-color: rgb(243 232 255 / 0.4);
}

.hover\:border-e-purple-100\/45:hover{
  border-inline-end-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(243 232 255 / 0.55);
}

.hover\:border-e-purple-100\/60:hover{
  border-inline-end-color: rgb(243 232 255 / 0.6);
}

.hover\:border-e-purple-100\/65:hover{
  border-inline-end-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(233 213 255 / 0.35);
}

.hover\:border-e-purple-200\/40:hover{
  border-inline-end-color: rgb(233 213 255 / 0.4);
}

.hover\:border-e-purple-200\/45:hover{
  border-inline-end-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(233 213 255 / 0.55);
}

.hover\:border-e-purple-200\/60:hover{
  border-inline-end-color: rgb(233 213 255 / 0.6);
}

.hover\:border-e-purple-200\/65:hover{
  border-inline-end-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(216 180 254 / 0.35);
}

.hover\:border-e-purple-300\/40:hover{
  border-inline-end-color: rgb(216 180 254 / 0.4);
}

.hover\:border-e-purple-300\/45:hover{
  border-inline-end-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(216 180 254 / 0.55);
}

.hover\:border-e-purple-300\/60:hover{
  border-inline-end-color: rgb(216 180 254 / 0.6);
}

.hover\:border-e-purple-300\/65:hover{
  border-inline-end-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(192 132 252 / 0.35);
}

.hover\:border-e-purple-400\/40:hover{
  border-inline-end-color: rgb(192 132 252 / 0.4);
}

.hover\:border-e-purple-400\/45:hover{
  border-inline-end-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(192 132 252 / 0.55);
}

.hover\:border-e-purple-400\/60:hover{
  border-inline-end-color: rgb(192 132 252 / 0.6);
}

.hover\:border-e-purple-400\/65:hover{
  border-inline-end-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(250 245 255 / 0.35);
}

.hover\:border-e-purple-50\/40:hover{
  border-inline-end-color: rgb(250 245 255 / 0.4);
}

.hover\:border-e-purple-50\/45:hover{
  border-inline-end-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(250 245 255 / 0.55);
}

.hover\:border-e-purple-50\/60:hover{
  border-inline-end-color: rgb(250 245 255 / 0.6);
}

.hover\:border-e-purple-50\/65:hover{
  border-inline-end-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(168 85 247 / 0.35);
}

.hover\:border-e-purple-500\/40:hover{
  border-inline-end-color: rgb(168 85 247 / 0.4);
}

.hover\:border-e-purple-500\/45:hover{
  border-inline-end-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(168 85 247 / 0.55);
}

.hover\:border-e-purple-500\/60:hover{
  border-inline-end-color: rgb(168 85 247 / 0.6);
}

.hover\:border-e-purple-500\/65:hover{
  border-inline-end-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(147 51 234 / 0.35);
}

.hover\:border-e-purple-600\/40:hover{
  border-inline-end-color: rgb(147 51 234 / 0.4);
}

.hover\:border-e-purple-600\/45:hover{
  border-inline-end-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(147 51 234 / 0.55);
}

.hover\:border-e-purple-600\/60:hover{
  border-inline-end-color: rgb(147 51 234 / 0.6);
}

.hover\:border-e-purple-600\/65:hover{
  border-inline-end-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(126 34 206 / 0.35);
}

.hover\:border-e-purple-700\/40:hover{
  border-inline-end-color: rgb(126 34 206 / 0.4);
}

.hover\:border-e-purple-700\/45:hover{
  border-inline-end-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(126 34 206 / 0.55);
}

.hover\:border-e-purple-700\/60:hover{
  border-inline-end-color: rgb(126 34 206 / 0.6);
}

.hover\:border-e-purple-700\/65:hover{
  border-inline-end-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(107 33 168 / 0.35);
}

.hover\:border-e-purple-800\/40:hover{
  border-inline-end-color: rgb(107 33 168 / 0.4);
}

.hover\:border-e-purple-800\/45:hover{
  border-inline-end-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(107 33 168 / 0.55);
}

.hover\:border-e-purple-800\/60:hover{
  border-inline-end-color: rgb(107 33 168 / 0.6);
}

.hover\:border-e-purple-800\/65:hover{
  border-inline-end-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(88 28 135 / 0.35);
}

.hover\:border-e-purple-900\/40:hover{
  border-inline-end-color: rgb(88 28 135 / 0.4);
}

.hover\:border-e-purple-900\/45:hover{
  border-inline-end-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(88 28 135 / 0.55);
}

.hover\:border-e-purple-900\/60:hover{
  border-inline-end-color: rgb(88 28 135 / 0.6);
}

.hover\:border-e-purple-900\/65:hover{
  border-inline-end-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(59 7 100 / 0.35);
}

.hover\:border-e-purple-950\/40:hover{
  border-inline-end-color: rgb(59 7 100 / 0.4);
}

.hover\:border-e-purple-950\/45:hover{
  border-inline-end-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(59 7 100 / 0.55);
}

.hover\:border-e-purple-950\/60:hover{
  border-inline-end-color: rgb(59 7 100 / 0.6);
}

.hover\:border-e-purple-950\/65:hover{
  border-inline-end-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.hover\:border-e-quaternary-hover:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.hover\:border-e-quaternary-hover\/0:hover{
  border-inline-end-color: rgb(43 202 241 / 0);
}

.hover\:border-e-quaternary-hover\/10:hover{
  border-inline-end-color: rgb(43 202 241 / 0.1);
}

.hover\:border-e-quaternary-hover\/100:hover{
  border-inline-end-color: rgb(43 202 241 / 1);
}

.hover\:border-e-quaternary-hover\/15:hover{
  border-inline-end-color: rgb(43 202 241 / 0.15);
}

.hover\:border-e-quaternary-hover\/20:hover{
  border-inline-end-color: rgb(43 202 241 / 0.2);
}

.hover\:border-e-quaternary-hover\/25:hover{
  border-inline-end-color: rgb(43 202 241 / 0.25);
}

.hover\:border-e-quaternary-hover\/30:hover{
  border-inline-end-color: rgb(43 202 241 / 0.3);
}

.hover\:border-e-quaternary-hover\/35:hover{
  border-inline-end-color: rgb(43 202 241 / 0.35);
}

.hover\:border-e-quaternary-hover\/40:hover{
  border-inline-end-color: rgb(43 202 241 / 0.4);
}

.hover\:border-e-quaternary-hover\/45:hover{
  border-inline-end-color: rgb(43 202 241 / 0.45);
}

.hover\:border-e-quaternary-hover\/5:hover{
  border-inline-end-color: rgb(43 202 241 / 0.05);
}

.hover\:border-e-quaternary-hover\/50:hover{
  border-inline-end-color: rgb(43 202 241 / 0.5);
}

.hover\:border-e-quaternary-hover\/55:hover{
  border-inline-end-color: rgb(43 202 241 / 0.55);
}

.hover\:border-e-quaternary-hover\/60:hover{
  border-inline-end-color: rgb(43 202 241 / 0.6);
}

.hover\:border-e-quaternary-hover\/65:hover{
  border-inline-end-color: rgb(43 202 241 / 0.65);
}

.hover\:border-e-quaternary-hover\/70:hover{
  border-inline-end-color: rgb(43 202 241 / 0.7);
}

.hover\:border-e-quaternary-hover\/75:hover{
  border-inline-end-color: rgb(43 202 241 / 0.75);
}

.hover\:border-e-quaternary-hover\/80:hover{
  border-inline-end-color: rgb(43 202 241 / 0.8);
}

.hover\:border-e-quaternary-hover\/85:hover{
  border-inline-end-color: rgb(43 202 241 / 0.85);
}

.hover\:border-e-quaternary-hover\/90:hover{
  border-inline-end-color: rgb(43 202 241 / 0.9);
}

.hover\:border-e-quaternary-hover\/95:hover{
  border-inline-end-color: rgb(43 202 241 / 0.95);
}

.hover\:border-e-quaternary\/0:hover{
  border-inline-end-color: rgb(61 209 246 / 0);
}

.hover\:border-e-quaternary\/10:hover{
  border-inline-end-color: rgb(61 209 246 / 0.1);
}

.hover\:border-e-quaternary\/100:hover{
  border-inline-end-color: rgb(61 209 246 / 1);
}

.hover\:border-e-quaternary\/15:hover{
  border-inline-end-color: rgb(61 209 246 / 0.15);
}

.hover\:border-e-quaternary\/20:hover{
  border-inline-end-color: rgb(61 209 246 / 0.2);
}

.hover\:border-e-quaternary\/25:hover{
  border-inline-end-color: rgb(61 209 246 / 0.25);
}

.hover\:border-e-quaternary\/30:hover{
  border-inline-end-color: rgb(61 209 246 / 0.3);
}

.hover\:border-e-quaternary\/35:hover{
  border-inline-end-color: rgb(61 209 246 / 0.35);
}

.hover\:border-e-quaternary\/40:hover{
  border-inline-end-color: rgb(61 209 246 / 0.4);
}

.hover\:border-e-quaternary\/45:hover{
  border-inline-end-color: rgb(61 209 246 / 0.45);
}

.hover\:border-e-quaternary\/5:hover{
  border-inline-end-color: rgb(61 209 246 / 0.05);
}

.hover\:border-e-quaternary\/50:hover{
  border-inline-end-color: rgb(61 209 246 / 0.5);
}

.hover\:border-e-quaternary\/55:hover{
  border-inline-end-color: rgb(61 209 246 / 0.55);
}

.hover\:border-e-quaternary\/60:hover{
  border-inline-end-color: rgb(61 209 246 / 0.6);
}

.hover\:border-e-quaternary\/65:hover{
  border-inline-end-color: rgb(61 209 246 / 0.65);
}

.hover\:border-e-quaternary\/70:hover{
  border-inline-end-color: rgb(61 209 246 / 0.7);
}

.hover\:border-e-quaternary\/75:hover{
  border-inline-end-color: rgb(61 209 246 / 0.75);
}

.hover\:border-e-quaternary\/80:hover{
  border-inline-end-color: rgb(61 209 246 / 0.8);
}

.hover\:border-e-quaternary\/85:hover{
  border-inline-end-color: rgb(61 209 246 / 0.85);
}

.hover\:border-e-quaternary\/90:hover{
  border-inline-end-color: rgb(61 209 246 / 0.9);
}

.hover\:border-e-quaternary\/95:hover{
  border-inline-end-color: rgb(61 209 246 / 0.95);
}

.hover\:border-e-quinary:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.hover\:border-e-quinary-hover:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.hover\:border-e-quinary-hover\/0:hover{
  border-inline-end-color: rgb(112 126 222 / 0);
}

.hover\:border-e-quinary-hover\/10:hover{
  border-inline-end-color: rgb(112 126 222 / 0.1);
}

.hover\:border-e-quinary-hover\/100:hover{
  border-inline-end-color: rgb(112 126 222 / 1);
}

.hover\:border-e-quinary-hover\/15:hover{
  border-inline-end-color: rgb(112 126 222 / 0.15);
}

.hover\:border-e-quinary-hover\/20:hover{
  border-inline-end-color: rgb(112 126 222 / 0.2);
}

.hover\:border-e-quinary-hover\/25:hover{
  border-inline-end-color: rgb(112 126 222 / 0.25);
}

.hover\:border-e-quinary-hover\/30:hover{
  border-inline-end-color: rgb(112 126 222 / 0.3);
}

.hover\:border-e-quinary-hover\/35:hover{
  border-inline-end-color: rgb(112 126 222 / 0.35);
}

.hover\:border-e-quinary-hover\/40:hover{
  border-inline-end-color: rgb(112 126 222 / 0.4);
}

.hover\:border-e-quinary-hover\/45:hover{
  border-inline-end-color: rgb(112 126 222 / 0.45);
}

.hover\:border-e-quinary-hover\/5:hover{
  border-inline-end-color: rgb(112 126 222 / 0.05);
}

.hover\:border-e-quinary-hover\/50:hover{
  border-inline-end-color: rgb(112 126 222 / 0.5);
}

.hover\:border-e-quinary-hover\/55:hover{
  border-inline-end-color: rgb(112 126 222 / 0.55);
}

.hover\:border-e-quinary-hover\/60:hover{
  border-inline-end-color: rgb(112 126 222 / 0.6);
}

.hover\:border-e-quinary-hover\/65:hover{
  border-inline-end-color: rgb(112 126 222 / 0.65);
}

.hover\:border-e-quinary-hover\/70:hover{
  border-inline-end-color: rgb(112 126 222 / 0.7);
}

.hover\:border-e-quinary-hover\/75:hover{
  border-inline-end-color: rgb(112 126 222 / 0.75);
}

.hover\:border-e-quinary-hover\/80:hover{
  border-inline-end-color: rgb(112 126 222 / 0.8);
}

.hover\:border-e-quinary-hover\/85:hover{
  border-inline-end-color: rgb(112 126 222 / 0.85);
}

.hover\:border-e-quinary-hover\/90:hover{
  border-inline-end-color: rgb(112 126 222 / 0.9);
}

.hover\:border-e-quinary-hover\/95:hover{
  border-inline-end-color: rgb(112 126 222 / 0.95);
}

.hover\:border-e-quinary\/0:hover{
  border-inline-end-color: rgb(136 150 244 / 0);
}

.hover\:border-e-quinary\/10:hover{
  border-inline-end-color: rgb(136 150 244 / 0.1);
}

.hover\:border-e-quinary\/100:hover{
  border-inline-end-color: rgb(136 150 244 / 1);
}

.hover\:border-e-quinary\/15:hover{
  border-inline-end-color: rgb(136 150 244 / 0.15);
}

.hover\:border-e-quinary\/20:hover{
  border-inline-end-color: rgb(136 150 244 / 0.2);
}

.hover\:border-e-quinary\/25:hover{
  border-inline-end-color: rgb(136 150 244 / 0.25);
}

.hover\:border-e-quinary\/30:hover{
  border-inline-end-color: rgb(136 150 244 / 0.3);
}

.hover\:border-e-quinary\/35:hover{
  border-inline-end-color: rgb(136 150 244 / 0.35);
}

.hover\:border-e-quinary\/40:hover{
  border-inline-end-color: rgb(136 150 244 / 0.4);
}

.hover\:border-e-quinary\/45:hover{
  border-inline-end-color: rgb(136 150 244 / 0.45);
}

.hover\:border-e-quinary\/5:hover{
  border-inline-end-color: rgb(136 150 244 / 0.05);
}

.hover\:border-e-quinary\/50:hover{
  border-inline-end-color: rgb(136 150 244 / 0.5);
}

.hover\:border-e-quinary\/55:hover{
  border-inline-end-color: rgb(136 150 244 / 0.55);
}

.hover\:border-e-quinary\/60:hover{
  border-inline-end-color: rgb(136 150 244 / 0.6);
}

.hover\:border-e-quinary\/65:hover{
  border-inline-end-color: rgb(136 150 244 / 0.65);
}

.hover\:border-e-quinary\/70:hover{
  border-inline-end-color: rgb(136 150 244 / 0.7);
}

.hover\:border-e-quinary\/75:hover{
  border-inline-end-color: rgb(136 150 244 / 0.75);
}

.hover\:border-e-quinary\/80:hover{
  border-inline-end-color: rgb(136 150 244 / 0.8);
}

.hover\:border-e-quinary\/85:hover{
  border-inline-end-color: rgb(136 150 244 / 0.85);
}

.hover\:border-e-quinary\/90:hover{
  border-inline-end-color: rgb(136 150 244 / 0.9);
}

.hover\:border-e-quinary\/95:hover{
  border-inline-end-color: rgb(136 150 244 / 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\/15:hover{
  border-inline-end-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(254 226 226 / 0.35);
}

.hover\:border-e-red-100\/40:hover{
  border-inline-end-color: rgb(254 226 226 / 0.4);
}

.hover\:border-e-red-100\/45:hover{
  border-inline-end-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(254 226 226 / 0.55);
}

.hover\:border-e-red-100\/60:hover{
  border-inline-end-color: rgb(254 226 226 / 0.6);
}

.hover\:border-e-red-100\/65:hover{
  border-inline-end-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(254 202 202 / 0.35);
}

.hover\:border-e-red-200\/40:hover{
  border-inline-end-color: rgb(254 202 202 / 0.4);
}

.hover\:border-e-red-200\/45:hover{
  border-inline-end-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(254 202 202 / 0.55);
}

.hover\:border-e-red-200\/60:hover{
  border-inline-end-color: rgb(254 202 202 / 0.6);
}

.hover\:border-e-red-200\/65:hover{
  border-inline-end-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(252 165 165 / 0.35);
}

.hover\:border-e-red-300\/40:hover{
  border-inline-end-color: rgb(252 165 165 / 0.4);
}

.hover\:border-e-red-300\/45:hover{
  border-inline-end-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(252 165 165 / 0.55);
}

.hover\:border-e-red-300\/60:hover{
  border-inline-end-color: rgb(252 165 165 / 0.6);
}

.hover\:border-e-red-300\/65:hover{
  border-inline-end-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(248 113 113 / 0.35);
}

.hover\:border-e-red-400\/40:hover{
  border-inline-end-color: rgb(248 113 113 / 0.4);
}

.hover\:border-e-red-400\/45:hover{
  border-inline-end-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(248 113 113 / 0.55);
}

.hover\:border-e-red-400\/60:hover{
  border-inline-end-color: rgb(248 113 113 / 0.6);
}

.hover\:border-e-red-400\/65:hover{
  border-inline-end-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(254 242 242 / 0.35);
}

.hover\:border-e-red-50\/40:hover{
  border-inline-end-color: rgb(254 242 242 / 0.4);
}

.hover\:border-e-red-50\/45:hover{
  border-inline-end-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(254 242 242 / 0.55);
}

.hover\:border-e-red-50\/60:hover{
  border-inline-end-color: rgb(254 242 242 / 0.6);
}

.hover\:border-e-red-50\/65:hover{
  border-inline-end-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(239 68 68 / 0.35);
}

.hover\:border-e-red-500\/40:hover{
  border-inline-end-color: rgb(239 68 68 / 0.4);
}

.hover\:border-e-red-500\/45:hover{
  border-inline-end-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(239 68 68 / 0.55);
}

.hover\:border-e-red-500\/60:hover{
  border-inline-end-color: rgb(239 68 68 / 0.6);
}

.hover\:border-e-red-500\/65:hover{
  border-inline-end-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(220 38 38 / 0.35);
}

.hover\:border-e-red-600\/40:hover{
  border-inline-end-color: rgb(220 38 38 / 0.4);
}

.hover\:border-e-red-600\/45:hover{
  border-inline-end-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(220 38 38 / 0.55);
}

.hover\:border-e-red-600\/60:hover{
  border-inline-end-color: rgb(220 38 38 / 0.6);
}

.hover\:border-e-red-600\/65:hover{
  border-inline-end-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(185 28 28 / 0.35);
}

.hover\:border-e-red-700\/40:hover{
  border-inline-end-color: rgb(185 28 28 / 0.4);
}

.hover\:border-e-red-700\/45:hover{
  border-inline-end-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(185 28 28 / 0.55);
}

.hover\:border-e-red-700\/60:hover{
  border-inline-end-color: rgb(185 28 28 / 0.6);
}

.hover\:border-e-red-700\/65:hover{
  border-inline-end-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(153 27 27 / 0.35);
}

.hover\:border-e-red-800\/40:hover{
  border-inline-end-color: rgb(153 27 27 / 0.4);
}

.hover\:border-e-red-800\/45:hover{
  border-inline-end-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(153 27 27 / 0.55);
}

.hover\:border-e-red-800\/60:hover{
  border-inline-end-color: rgb(153 27 27 / 0.6);
}

.hover\:border-e-red-800\/65:hover{
  border-inline-end-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(127 29 29 / 0.35);
}

.hover\:border-e-red-900\/40:hover{
  border-inline-end-color: rgb(127 29 29 / 0.4);
}

.hover\:border-e-red-900\/45:hover{
  border-inline-end-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(127 29 29 / 0.55);
}

.hover\:border-e-red-900\/60:hover{
  border-inline-end-color: rgb(127 29 29 / 0.6);
}

.hover\:border-e-red-900\/65:hover{
  border-inline-end-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(69 10 10 / 0.35);
}

.hover\:border-e-red-950\/40:hover{
  border-inline-end-color: rgb(69 10 10 / 0.4);
}

.hover\:border-e-red-950\/45:hover{
  border-inline-end-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(69 10 10 / 0.55);
}

.hover\:border-e-red-950\/60:hover{
  border-inline-end-color: rgb(69 10 10 / 0.6);
}

.hover\:border-e-red-950\/65:hover{
  border-inline-end-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(255 228 230 / 0.35);
}

.hover\:border-e-rose-100\/40:hover{
  border-inline-end-color: rgb(255 228 230 / 0.4);
}

.hover\:border-e-rose-100\/45:hover{
  border-inline-end-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(255 228 230 / 0.55);
}

.hover\:border-e-rose-100\/60:hover{
  border-inline-end-color: rgb(255 228 230 / 0.6);
}

.hover\:border-e-rose-100\/65:hover{
  border-inline-end-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(254 205 211 / 0.35);
}

.hover\:border-e-rose-200\/40:hover{
  border-inline-end-color: rgb(254 205 211 / 0.4);
}

.hover\:border-e-rose-200\/45:hover{
  border-inline-end-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(254 205 211 / 0.55);
}

.hover\:border-e-rose-200\/60:hover{
  border-inline-end-color: rgb(254 205 211 / 0.6);
}

.hover\:border-e-rose-200\/65:hover{
  border-inline-end-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(253 164 175 / 0.35);
}

.hover\:border-e-rose-300\/40:hover{
  border-inline-end-color: rgb(253 164 175 / 0.4);
}

.hover\:border-e-rose-300\/45:hover{
  border-inline-end-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(253 164 175 / 0.55);
}

.hover\:border-e-rose-300\/60:hover{
  border-inline-end-color: rgb(253 164 175 / 0.6);
}

.hover\:border-e-rose-300\/65:hover{
  border-inline-end-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(251 113 133 / 0.35);
}

.hover\:border-e-rose-400\/40:hover{
  border-inline-end-color: rgb(251 113 133 / 0.4);
}

.hover\:border-e-rose-400\/45:hover{
  border-inline-end-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(251 113 133 / 0.55);
}

.hover\:border-e-rose-400\/60:hover{
  border-inline-end-color: rgb(251 113 133 / 0.6);
}

.hover\:border-e-rose-400\/65:hover{
  border-inline-end-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(255 241 242 / 0.35);
}

.hover\:border-e-rose-50\/40:hover{
  border-inline-end-color: rgb(255 241 242 / 0.4);
}

.hover\:border-e-rose-50\/45:hover{
  border-inline-end-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(255 241 242 / 0.55);
}

.hover\:border-e-rose-50\/60:hover{
  border-inline-end-color: rgb(255 241 242 / 0.6);
}

.hover\:border-e-rose-50\/65:hover{
  border-inline-end-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(244 63 94 / 0.35);
}

.hover\:border-e-rose-500\/40:hover{
  border-inline-end-color: rgb(244 63 94 / 0.4);
}

.hover\:border-e-rose-500\/45:hover{
  border-inline-end-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(244 63 94 / 0.55);
}

.hover\:border-e-rose-500\/60:hover{
  border-inline-end-color: rgb(244 63 94 / 0.6);
}

.hover\:border-e-rose-500\/65:hover{
  border-inline-end-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(225 29 72 / 0.35);
}

.hover\:border-e-rose-600\/40:hover{
  border-inline-end-color: rgb(225 29 72 / 0.4);
}

.hover\:border-e-rose-600\/45:hover{
  border-inline-end-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(225 29 72 / 0.55);
}

.hover\:border-e-rose-600\/60:hover{
  border-inline-end-color: rgb(225 29 72 / 0.6);
}

.hover\:border-e-rose-600\/65:hover{
  border-inline-end-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(190 18 60 / 0.35);
}

.hover\:border-e-rose-700\/40:hover{
  border-inline-end-color: rgb(190 18 60 / 0.4);
}

.hover\:border-e-rose-700\/45:hover{
  border-inline-end-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(190 18 60 / 0.55);
}

.hover\:border-e-rose-700\/60:hover{
  border-inline-end-color: rgb(190 18 60 / 0.6);
}

.hover\:border-e-rose-700\/65:hover{
  border-inline-end-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(159 18 57 / 0.35);
}

.hover\:border-e-rose-800\/40:hover{
  border-inline-end-color: rgb(159 18 57 / 0.4);
}

.hover\:border-e-rose-800\/45:hover{
  border-inline-end-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(159 18 57 / 0.55);
}

.hover\:border-e-rose-800\/60:hover{
  border-inline-end-color: rgb(159 18 57 / 0.6);
}

.hover\:border-e-rose-800\/65:hover{
  border-inline-end-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(136 19 55 / 0.35);
}

.hover\:border-e-rose-900\/40:hover{
  border-inline-end-color: rgb(136 19 55 / 0.4);
}

.hover\:border-e-rose-900\/45:hover{
  border-inline-end-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(136 19 55 / 0.55);
}

.hover\:border-e-rose-900\/60:hover{
  border-inline-end-color: rgb(136 19 55 / 0.6);
}

.hover\:border-e-rose-900\/65:hover{
  border-inline-end-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(76 5 25 / 0.35);
}

.hover\:border-e-rose-950\/40:hover{
  border-inline-end-color: rgb(76 5 25 / 0.4);
}

.hover\:border-e-rose-950\/45:hover{
  border-inline-end-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(76 5 25 / 0.55);
}

.hover\:border-e-rose-950\/60:hover{
  border-inline-end-color: rgb(76 5 25 / 0.6);
}

.hover\:border-e-rose-950\/65:hover{
  border-inline-end-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.hover\:border-e-secondary\/0:hover{
  border-inline-end-color: rgb(141 147 167 / 0);
}

.hover\:border-e-secondary\/10:hover{
  border-inline-end-color: rgb(141 147 167 / 0.1);
}

.hover\:border-e-secondary\/100:hover{
  border-inline-end-color: rgb(141 147 167 / 1);
}

.hover\:border-e-secondary\/15:hover{
  border-inline-end-color: rgb(141 147 167 / 0.15);
}

.hover\:border-e-secondary\/20:hover{
  border-inline-end-color: rgb(141 147 167 / 0.2);
}

.hover\:border-e-secondary\/25:hover{
  border-inline-end-color: rgb(141 147 167 / 0.25);
}

.hover\:border-e-secondary\/30:hover{
  border-inline-end-color: rgb(141 147 167 / 0.3);
}

.hover\:border-e-secondary\/35:hover{
  border-inline-end-color: rgb(141 147 167 / 0.35);
}

.hover\:border-e-secondary\/40:hover{
  border-inline-end-color: rgb(141 147 167 / 0.4);
}

.hover\:border-e-secondary\/45:hover{
  border-inline-end-color: rgb(141 147 167 / 0.45);
}

.hover\:border-e-secondary\/5:hover{
  border-inline-end-color: rgb(141 147 167 / 0.05);
}

.hover\:border-e-secondary\/50:hover{
  border-inline-end-color: rgb(141 147 167 / 0.5);
}

.hover\:border-e-secondary\/55:hover{
  border-inline-end-color: rgb(141 147 167 / 0.55);
}

.hover\:border-e-secondary\/60:hover{
  border-inline-end-color: rgb(141 147 167 / 0.6);
}

.hover\:border-e-secondary\/65:hover{
  border-inline-end-color: rgb(141 147 167 / 0.65);
}

.hover\:border-e-secondary\/70:hover{
  border-inline-end-color: rgb(141 147 167 / 0.7);
}

.hover\:border-e-secondary\/75:hover{
  border-inline-end-color: rgb(141 147 167 / 0.75);
}

.hover\:border-e-secondary\/80:hover{
  border-inline-end-color: rgb(141 147 167 / 0.8);
}

.hover\:border-e-secondary\/85:hover{
  border-inline-end-color: rgb(141 147 167 / 0.85);
}

.hover\:border-e-secondary\/90:hover{
  border-inline-end-color: rgb(141 147 167 / 0.9);
}

.hover\:border-e-secondary\/95:hover{
  border-inline-end-color: rgb(141 147 167 / 0.95);
}

.hover\:border-e-senary:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.hover\:border-e-senary\/0:hover{
  border-inline-end-color: rgb(73 134 231 / 0);
}

.hover\:border-e-senary\/10:hover{
  border-inline-end-color: rgb(73 134 231 / 0.1);
}

.hover\:border-e-senary\/100:hover{
  border-inline-end-color: rgb(73 134 231 / 1);
}

.hover\:border-e-senary\/15:hover{
  border-inline-end-color: rgb(73 134 231 / 0.15);
}

.hover\:border-e-senary\/20:hover{
  border-inline-end-color: rgb(73 134 231 / 0.2);
}

.hover\:border-e-senary\/25:hover{
  border-inline-end-color: rgb(73 134 231 / 0.25);
}

.hover\:border-e-senary\/30:hover{
  border-inline-end-color: rgb(73 134 231 / 0.3);
}

.hover\:border-e-senary\/35:hover{
  border-inline-end-color: rgb(73 134 231 / 0.35);
}

.hover\:border-e-senary\/40:hover{
  border-inline-end-color: rgb(73 134 231 / 0.4);
}

.hover\:border-e-senary\/45:hover{
  border-inline-end-color: rgb(73 134 231 / 0.45);
}

.hover\:border-e-senary\/5:hover{
  border-inline-end-color: rgb(73 134 231 / 0.05);
}

.hover\:border-e-senary\/50:hover{
  border-inline-end-color: rgb(73 134 231 / 0.5);
}

.hover\:border-e-senary\/55:hover{
  border-inline-end-color: rgb(73 134 231 / 0.55);
}

.hover\:border-e-senary\/60:hover{
  border-inline-end-color: rgb(73 134 231 / 0.6);
}

.hover\:border-e-senary\/65:hover{
  border-inline-end-color: rgb(73 134 231 / 0.65);
}

.hover\:border-e-senary\/70:hover{
  border-inline-end-color: rgb(73 134 231 / 0.7);
}

.hover\:border-e-senary\/75:hover{
  border-inline-end-color: rgb(73 134 231 / 0.75);
}

.hover\:border-e-senary\/80:hover{
  border-inline-end-color: rgb(73 134 231 / 0.8);
}

.hover\:border-e-senary\/85:hover{
  border-inline-end-color: rgb(73 134 231 / 0.85);
}

.hover\:border-e-senary\/90:hover{
  border-inline-end-color: rgb(73 134 231 / 0.9);
}

.hover\:border-e-senary\/95:hover{
  border-inline-end-color: rgb(73 134 231 / 0.95);
}

.hover\:border-e-septenary:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.hover\:border-e-septenary\/0:hover{
  border-inline-end-color: rgb(49 88 129 / 0);
}

.hover\:border-e-septenary\/10:hover{
  border-inline-end-color: rgb(49 88 129 / 0.1);
}

.hover\:border-e-septenary\/100:hover{
  border-inline-end-color: rgb(49 88 129 / 1);
}

.hover\:border-e-septenary\/15:hover{
  border-inline-end-color: rgb(49 88 129 / 0.15);
}

.hover\:border-e-septenary\/20:hover{
  border-inline-end-color: rgb(49 88 129 / 0.2);
}

.hover\:border-e-septenary\/25:hover{
  border-inline-end-color: rgb(49 88 129 / 0.25);
}

.hover\:border-e-septenary\/30:hover{
  border-inline-end-color: rgb(49 88 129 / 0.3);
}

.hover\:border-e-septenary\/35:hover{
  border-inline-end-color: rgb(49 88 129 / 0.35);
}

.hover\:border-e-septenary\/40:hover{
  border-inline-end-color: rgb(49 88 129 / 0.4);
}

.hover\:border-e-septenary\/45:hover{
  border-inline-end-color: rgb(49 88 129 / 0.45);
}

.hover\:border-e-septenary\/5:hover{
  border-inline-end-color: rgb(49 88 129 / 0.05);
}

.hover\:border-e-septenary\/50:hover{
  border-inline-end-color: rgb(49 88 129 / 0.5);
}

.hover\:border-e-septenary\/55:hover{
  border-inline-end-color: rgb(49 88 129 / 0.55);
}

.hover\:border-e-septenary\/60:hover{
  border-inline-end-color: rgb(49 88 129 / 0.6);
}

.hover\:border-e-septenary\/65:hover{
  border-inline-end-color: rgb(49 88 129 / 0.65);
}

.hover\:border-e-septenary\/70:hover{
  border-inline-end-color: rgb(49 88 129 / 0.7);
}

.hover\:border-e-septenary\/75:hover{
  border-inline-end-color: rgb(49 88 129 / 0.75);
}

.hover\:border-e-septenary\/80:hover{
  border-inline-end-color: rgb(49 88 129 / 0.8);
}

.hover\:border-e-septenary\/85:hover{
  border-inline-end-color: rgb(49 88 129 / 0.85);
}

.hover\:border-e-septenary\/90:hover{
  border-inline-end-color: rgb(49 88 129 / 0.9);
}

.hover\:border-e-septenary\/95:hover{
  border-inline-end-color: rgb(49 88 129 / 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\/15:hover{
  border-inline-end-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(224 242 254 / 0.35);
}

.hover\:border-e-sky-100\/40:hover{
  border-inline-end-color: rgb(224 242 254 / 0.4);
}

.hover\:border-e-sky-100\/45:hover{
  border-inline-end-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(224 242 254 / 0.55);
}

.hover\:border-e-sky-100\/60:hover{
  border-inline-end-color: rgb(224 242 254 / 0.6);
}

.hover\:border-e-sky-100\/65:hover{
  border-inline-end-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(186 230 253 / 0.35);
}

.hover\:border-e-sky-200\/40:hover{
  border-inline-end-color: rgb(186 230 253 / 0.4);
}

.hover\:border-e-sky-200\/45:hover{
  border-inline-end-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(186 230 253 / 0.55);
}

.hover\:border-e-sky-200\/60:hover{
  border-inline-end-color: rgb(186 230 253 / 0.6);
}

.hover\:border-e-sky-200\/65:hover{
  border-inline-end-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(125 211 252 / 0.35);
}

.hover\:border-e-sky-300\/40:hover{
  border-inline-end-color: rgb(125 211 252 / 0.4);
}

.hover\:border-e-sky-300\/45:hover{
  border-inline-end-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(125 211 252 / 0.55);
}

.hover\:border-e-sky-300\/60:hover{
  border-inline-end-color: rgb(125 211 252 / 0.6);
}

.hover\:border-e-sky-300\/65:hover{
  border-inline-end-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(56 189 248 / 0.35);
}

.hover\:border-e-sky-400\/40:hover{
  border-inline-end-color: rgb(56 189 248 / 0.4);
}

.hover\:border-e-sky-400\/45:hover{
  border-inline-end-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(56 189 248 / 0.55);
}

.hover\:border-e-sky-400\/60:hover{
  border-inline-end-color: rgb(56 189 248 / 0.6);
}

.hover\:border-e-sky-400\/65:hover{
  border-inline-end-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(240 249 255 / 0.35);
}

.hover\:border-e-sky-50\/40:hover{
  border-inline-end-color: rgb(240 249 255 / 0.4);
}

.hover\:border-e-sky-50\/45:hover{
  border-inline-end-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(240 249 255 / 0.55);
}

.hover\:border-e-sky-50\/60:hover{
  border-inline-end-color: rgb(240 249 255 / 0.6);
}

.hover\:border-e-sky-50\/65:hover{
  border-inline-end-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(14 165 233 / 0.35);
}

.hover\:border-e-sky-500\/40:hover{
  border-inline-end-color: rgb(14 165 233 / 0.4);
}

.hover\:border-e-sky-500\/45:hover{
  border-inline-end-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(14 165 233 / 0.55);
}

.hover\:border-e-sky-500\/60:hover{
  border-inline-end-color: rgb(14 165 233 / 0.6);
}

.hover\:border-e-sky-500\/65:hover{
  border-inline-end-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(2 132 199 / 0.35);
}

.hover\:border-e-sky-600\/40:hover{
  border-inline-end-color: rgb(2 132 199 / 0.4);
}

.hover\:border-e-sky-600\/45:hover{
  border-inline-end-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(2 132 199 / 0.55);
}

.hover\:border-e-sky-600\/60:hover{
  border-inline-end-color: rgb(2 132 199 / 0.6);
}

.hover\:border-e-sky-600\/65:hover{
  border-inline-end-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(3 105 161 / 0.35);
}

.hover\:border-e-sky-700\/40:hover{
  border-inline-end-color: rgb(3 105 161 / 0.4);
}

.hover\:border-e-sky-700\/45:hover{
  border-inline-end-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(3 105 161 / 0.55);
}

.hover\:border-e-sky-700\/60:hover{
  border-inline-end-color: rgb(3 105 161 / 0.6);
}

.hover\:border-e-sky-700\/65:hover{
  border-inline-end-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(7 89 133 / 0.35);
}

.hover\:border-e-sky-800\/40:hover{
  border-inline-end-color: rgb(7 89 133 / 0.4);
}

.hover\:border-e-sky-800\/45:hover{
  border-inline-end-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(7 89 133 / 0.55);
}

.hover\:border-e-sky-800\/60:hover{
  border-inline-end-color: rgb(7 89 133 / 0.6);
}

.hover\:border-e-sky-800\/65:hover{
  border-inline-end-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(12 74 110 / 0.35);
}

.hover\:border-e-sky-900\/40:hover{
  border-inline-end-color: rgb(12 74 110 / 0.4);
}

.hover\:border-e-sky-900\/45:hover{
  border-inline-end-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(12 74 110 / 0.55);
}

.hover\:border-e-sky-900\/60:hover{
  border-inline-end-color: rgb(12 74 110 / 0.6);
}

.hover\:border-e-sky-900\/65:hover{
  border-inline-end-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(8 47 73 / 0.35);
}

.hover\:border-e-sky-950\/40:hover{
  border-inline-end-color: rgb(8 47 73 / 0.4);
}

.hover\:border-e-sky-950\/45:hover{
  border-inline-end-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(8 47 73 / 0.55);
}

.hover\:border-e-sky-950\/60:hover{
  border-inline-end-color: rgb(8 47 73 / 0.6);
}

.hover\:border-e-sky-950\/65:hover{
  border-inline-end-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(241 245 249 / 0.35);
}

.hover\:border-e-slate-100\/40:hover{
  border-inline-end-color: rgb(241 245 249 / 0.4);
}

.hover\:border-e-slate-100\/45:hover{
  border-inline-end-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(241 245 249 / 0.55);
}

.hover\:border-e-slate-100\/60:hover{
  border-inline-end-color: rgb(241 245 249 / 0.6);
}

.hover\:border-e-slate-100\/65:hover{
  border-inline-end-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(226 232 240 / 0.35);
}

.hover\:border-e-slate-200\/40:hover{
  border-inline-end-color: rgb(226 232 240 / 0.4);
}

.hover\:border-e-slate-200\/45:hover{
  border-inline-end-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(226 232 240 / 0.55);
}

.hover\:border-e-slate-200\/60:hover{
  border-inline-end-color: rgb(226 232 240 / 0.6);
}

.hover\:border-e-slate-200\/65:hover{
  border-inline-end-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(203 213 225 / 0.35);
}

.hover\:border-e-slate-300\/40:hover{
  border-inline-end-color: rgb(203 213 225 / 0.4);
}

.hover\:border-e-slate-300\/45:hover{
  border-inline-end-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(203 213 225 / 0.55);
}

.hover\:border-e-slate-300\/60:hover{
  border-inline-end-color: rgb(203 213 225 / 0.6);
}

.hover\:border-e-slate-300\/65:hover{
  border-inline-end-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(148 163 184 / 0.35);
}

.hover\:border-e-slate-400\/40:hover{
  border-inline-end-color: rgb(148 163 184 / 0.4);
}

.hover\:border-e-slate-400\/45:hover{
  border-inline-end-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(148 163 184 / 0.55);
}

.hover\:border-e-slate-400\/60:hover{
  border-inline-end-color: rgb(148 163 184 / 0.6);
}

.hover\:border-e-slate-400\/65:hover{
  border-inline-end-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(248 250 252 / 0.35);
}

.hover\:border-e-slate-50\/40:hover{
  border-inline-end-color: rgb(248 250 252 / 0.4);
}

.hover\:border-e-slate-50\/45:hover{
  border-inline-end-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(248 250 252 / 0.55);
}

.hover\:border-e-slate-50\/60:hover{
  border-inline-end-color: rgb(248 250 252 / 0.6);
}

.hover\:border-e-slate-50\/65:hover{
  border-inline-end-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(100 116 139 / 0.35);
}

.hover\:border-e-slate-500\/40:hover{
  border-inline-end-color: rgb(100 116 139 / 0.4);
}

.hover\:border-e-slate-500\/45:hover{
  border-inline-end-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(100 116 139 / 0.55);
}

.hover\:border-e-slate-500\/60:hover{
  border-inline-end-color: rgb(100 116 139 / 0.6);
}

.hover\:border-e-slate-500\/65:hover{
  border-inline-end-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(71 85 105 / 0.35);
}

.hover\:border-e-slate-600\/40:hover{
  border-inline-end-color: rgb(71 85 105 / 0.4);
}

.hover\:border-e-slate-600\/45:hover{
  border-inline-end-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(71 85 105 / 0.55);
}

.hover\:border-e-slate-600\/60:hover{
  border-inline-end-color: rgb(71 85 105 / 0.6);
}

.hover\:border-e-slate-600\/65:hover{
  border-inline-end-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(51 65 85 / 0.35);
}

.hover\:border-e-slate-700\/40:hover{
  border-inline-end-color: rgb(51 65 85 / 0.4);
}

.hover\:border-e-slate-700\/45:hover{
  border-inline-end-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(51 65 85 / 0.55);
}

.hover\:border-e-slate-700\/60:hover{
  border-inline-end-color: rgb(51 65 85 / 0.6);
}

.hover\:border-e-slate-700\/65:hover{
  border-inline-end-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(30 41 59 / 0.35);
}

.hover\:border-e-slate-800\/40:hover{
  border-inline-end-color: rgb(30 41 59 / 0.4);
}

.hover\:border-e-slate-800\/45:hover{
  border-inline-end-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(30 41 59 / 0.55);
}

.hover\:border-e-slate-800\/60:hover{
  border-inline-end-color: rgb(30 41 59 / 0.6);
}

.hover\:border-e-slate-800\/65:hover{
  border-inline-end-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(15 23 42 / 0.35);
}

.hover\:border-e-slate-900\/40:hover{
  border-inline-end-color: rgb(15 23 42 / 0.4);
}

.hover\:border-e-slate-900\/45:hover{
  border-inline-end-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(15 23 42 / 0.55);
}

.hover\:border-e-slate-900\/60:hover{
  border-inline-end-color: rgb(15 23 42 / 0.6);
}

.hover\:border-e-slate-900\/65:hover{
  border-inline-end-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(2 6 23 / 0.35);
}

.hover\:border-e-slate-950\/40:hover{
  border-inline-end-color: rgb(2 6 23 / 0.4);
}

.hover\:border-e-slate-950\/45:hover{
  border-inline-end-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(2 6 23 / 0.55);
}

.hover\:border-e-slate-950\/60:hover{
  border-inline-end-color: rgb(2 6 23 / 0.6);
}

.hover\:border-e-slate-950\/65:hover{
  border-inline-end-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(245 245 244 / 0.35);
}

.hover\:border-e-stone-100\/40:hover{
  border-inline-end-color: rgb(245 245 244 / 0.4);
}

.hover\:border-e-stone-100\/45:hover{
  border-inline-end-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(245 245 244 / 0.55);
}

.hover\:border-e-stone-100\/60:hover{
  border-inline-end-color: rgb(245 245 244 / 0.6);
}

.hover\:border-e-stone-100\/65:hover{
  border-inline-end-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(231 229 228 / 0.35);
}

.hover\:border-e-stone-200\/40:hover{
  border-inline-end-color: rgb(231 229 228 / 0.4);
}

.hover\:border-e-stone-200\/45:hover{
  border-inline-end-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(231 229 228 / 0.55);
}

.hover\:border-e-stone-200\/60:hover{
  border-inline-end-color: rgb(231 229 228 / 0.6);
}

.hover\:border-e-stone-200\/65:hover{
  border-inline-end-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(214 211 209 / 0.35);
}

.hover\:border-e-stone-300\/40:hover{
  border-inline-end-color: rgb(214 211 209 / 0.4);
}

.hover\:border-e-stone-300\/45:hover{
  border-inline-end-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(214 211 209 / 0.55);
}

.hover\:border-e-stone-300\/60:hover{
  border-inline-end-color: rgb(214 211 209 / 0.6);
}

.hover\:border-e-stone-300\/65:hover{
  border-inline-end-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(168 162 158 / 0.35);
}

.hover\:border-e-stone-400\/40:hover{
  border-inline-end-color: rgb(168 162 158 / 0.4);
}

.hover\:border-e-stone-400\/45:hover{
  border-inline-end-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(168 162 158 / 0.55);
}

.hover\:border-e-stone-400\/60:hover{
  border-inline-end-color: rgb(168 162 158 / 0.6);
}

.hover\:border-e-stone-400\/65:hover{
  border-inline-end-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(250 250 249 / 0.35);
}

.hover\:border-e-stone-50\/40:hover{
  border-inline-end-color: rgb(250 250 249 / 0.4);
}

.hover\:border-e-stone-50\/45:hover{
  border-inline-end-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(250 250 249 / 0.55);
}

.hover\:border-e-stone-50\/60:hover{
  border-inline-end-color: rgb(250 250 249 / 0.6);
}

.hover\:border-e-stone-50\/65:hover{
  border-inline-end-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(120 113 108 / 0.35);
}

.hover\:border-e-stone-500\/40:hover{
  border-inline-end-color: rgb(120 113 108 / 0.4);
}

.hover\:border-e-stone-500\/45:hover{
  border-inline-end-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(120 113 108 / 0.55);
}

.hover\:border-e-stone-500\/60:hover{
  border-inline-end-color: rgb(120 113 108 / 0.6);
}

.hover\:border-e-stone-500\/65:hover{
  border-inline-end-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(87 83 78 / 0.35);
}

.hover\:border-e-stone-600\/40:hover{
  border-inline-end-color: rgb(87 83 78 / 0.4);
}

.hover\:border-e-stone-600\/45:hover{
  border-inline-end-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(87 83 78 / 0.55);
}

.hover\:border-e-stone-600\/60:hover{
  border-inline-end-color: rgb(87 83 78 / 0.6);
}

.hover\:border-e-stone-600\/65:hover{
  border-inline-end-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(68 64 60 / 0.35);
}

.hover\:border-e-stone-700\/40:hover{
  border-inline-end-color: rgb(68 64 60 / 0.4);
}

.hover\:border-e-stone-700\/45:hover{
  border-inline-end-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(68 64 60 / 0.55);
}

.hover\:border-e-stone-700\/60:hover{
  border-inline-end-color: rgb(68 64 60 / 0.6);
}

.hover\:border-e-stone-700\/65:hover{
  border-inline-end-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(41 37 36 / 0.35);
}

.hover\:border-e-stone-800\/40:hover{
  border-inline-end-color: rgb(41 37 36 / 0.4);
}

.hover\:border-e-stone-800\/45:hover{
  border-inline-end-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(41 37 36 / 0.55);
}

.hover\:border-e-stone-800\/60:hover{
  border-inline-end-color: rgb(41 37 36 / 0.6);
}

.hover\:border-e-stone-800\/65:hover{
  border-inline-end-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(28 25 23 / 0.35);
}

.hover\:border-e-stone-900\/40:hover{
  border-inline-end-color: rgb(28 25 23 / 0.4);
}

.hover\:border-e-stone-900\/45:hover{
  border-inline-end-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(28 25 23 / 0.55);
}

.hover\:border-e-stone-900\/60:hover{
  border-inline-end-color: rgb(28 25 23 / 0.6);
}

.hover\:border-e-stone-900\/65:hover{
  border-inline-end-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(12 10 9 / 0.35);
}

.hover\:border-e-stone-950\/40:hover{
  border-inline-end-color: rgb(12 10 9 / 0.4);
}

.hover\:border-e-stone-950\/45:hover{
  border-inline-end-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(12 10 9 / 0.55);
}

.hover\:border-e-stone-950\/60:hover{
  border-inline-end-color: rgb(12 10 9 / 0.6);
}

.hover\:border-e-stone-950\/65:hover{
  border-inline-end-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.hover\:border-e-success\/0:hover{
  border-inline-end-color: rgb(7 196 149 / 0);
}

.hover\:border-e-success\/10:hover{
  border-inline-end-color: rgb(7 196 149 / 0.1);
}

.hover\:border-e-success\/100:hover{
  border-inline-end-color: rgb(7 196 149 / 1);
}

.hover\:border-e-success\/15:hover{
  border-inline-end-color: rgb(7 196 149 / 0.15);
}

.hover\:border-e-success\/20:hover{
  border-inline-end-color: rgb(7 196 149 / 0.2);
}

.hover\:border-e-success\/25:hover{
  border-inline-end-color: rgb(7 196 149 / 0.25);
}

.hover\:border-e-success\/30:hover{
  border-inline-end-color: rgb(7 196 149 / 0.3);
}

.hover\:border-e-success\/35:hover{
  border-inline-end-color: rgb(7 196 149 / 0.35);
}

.hover\:border-e-success\/40:hover{
  border-inline-end-color: rgb(7 196 149 / 0.4);
}

.hover\:border-e-success\/45:hover{
  border-inline-end-color: rgb(7 196 149 / 0.45);
}

.hover\:border-e-success\/5:hover{
  border-inline-end-color: rgb(7 196 149 / 0.05);
}

.hover\:border-e-success\/50:hover{
  border-inline-end-color: rgb(7 196 149 / 0.5);
}

.hover\:border-e-success\/55:hover{
  border-inline-end-color: rgb(7 196 149 / 0.55);
}

.hover\:border-e-success\/60:hover{
  border-inline-end-color: rgb(7 196 149 / 0.6);
}

.hover\:border-e-success\/65:hover{
  border-inline-end-color: rgb(7 196 149 / 0.65);
}

.hover\:border-e-success\/70:hover{
  border-inline-end-color: rgb(7 196 149 / 0.7);
}

.hover\:border-e-success\/75:hover{
  border-inline-end-color: rgb(7 196 149 / 0.75);
}

.hover\:border-e-success\/80:hover{
  border-inline-end-color: rgb(7 196 149 / 0.8);
}

.hover\:border-e-success\/85:hover{
  border-inline-end-color: rgb(7 196 149 / 0.85);
}

.hover\:border-e-success\/90:hover{
  border-inline-end-color: rgb(7 196 149 / 0.9);
}

.hover\:border-e-success\/95:hover{
  border-inline-end-color: rgb(7 196 149 / 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\/15:hover{
  border-inline-end-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(204 251 241 / 0.35);
}

.hover\:border-e-teal-100\/40:hover{
  border-inline-end-color: rgb(204 251 241 / 0.4);
}

.hover\:border-e-teal-100\/45:hover{
  border-inline-end-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(204 251 241 / 0.55);
}

.hover\:border-e-teal-100\/60:hover{
  border-inline-end-color: rgb(204 251 241 / 0.6);
}

.hover\:border-e-teal-100\/65:hover{
  border-inline-end-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(153 246 228 / 0.35);
}

.hover\:border-e-teal-200\/40:hover{
  border-inline-end-color: rgb(153 246 228 / 0.4);
}

.hover\:border-e-teal-200\/45:hover{
  border-inline-end-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(153 246 228 / 0.55);
}

.hover\:border-e-teal-200\/60:hover{
  border-inline-end-color: rgb(153 246 228 / 0.6);
}

.hover\:border-e-teal-200\/65:hover{
  border-inline-end-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(94 234 212 / 0.35);
}

.hover\:border-e-teal-300\/40:hover{
  border-inline-end-color: rgb(94 234 212 / 0.4);
}

.hover\:border-e-teal-300\/45:hover{
  border-inline-end-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(94 234 212 / 0.55);
}

.hover\:border-e-teal-300\/60:hover{
  border-inline-end-color: rgb(94 234 212 / 0.6);
}

.hover\:border-e-teal-300\/65:hover{
  border-inline-end-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(45 212 191 / 0.35);
}

.hover\:border-e-teal-400\/40:hover{
  border-inline-end-color: rgb(45 212 191 / 0.4);
}

.hover\:border-e-teal-400\/45:hover{
  border-inline-end-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(45 212 191 / 0.55);
}

.hover\:border-e-teal-400\/60:hover{
  border-inline-end-color: rgb(45 212 191 / 0.6);
}

.hover\:border-e-teal-400\/65:hover{
  border-inline-end-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(240 253 250 / 0.35);
}

.hover\:border-e-teal-50\/40:hover{
  border-inline-end-color: rgb(240 253 250 / 0.4);
}

.hover\:border-e-teal-50\/45:hover{
  border-inline-end-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(240 253 250 / 0.55);
}

.hover\:border-e-teal-50\/60:hover{
  border-inline-end-color: rgb(240 253 250 / 0.6);
}

.hover\:border-e-teal-50\/65:hover{
  border-inline-end-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(20 184 166 / 0.35);
}

.hover\:border-e-teal-500\/40:hover{
  border-inline-end-color: rgb(20 184 166 / 0.4);
}

.hover\:border-e-teal-500\/45:hover{
  border-inline-end-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(20 184 166 / 0.55);
}

.hover\:border-e-teal-500\/60:hover{
  border-inline-end-color: rgb(20 184 166 / 0.6);
}

.hover\:border-e-teal-500\/65:hover{
  border-inline-end-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(13 148 136 / 0.35);
}

.hover\:border-e-teal-600\/40:hover{
  border-inline-end-color: rgb(13 148 136 / 0.4);
}

.hover\:border-e-teal-600\/45:hover{
  border-inline-end-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(13 148 136 / 0.55);
}

.hover\:border-e-teal-600\/60:hover{
  border-inline-end-color: rgb(13 148 136 / 0.6);
}

.hover\:border-e-teal-600\/65:hover{
  border-inline-end-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(15 118 110 / 0.35);
}

.hover\:border-e-teal-700\/40:hover{
  border-inline-end-color: rgb(15 118 110 / 0.4);
}

.hover\:border-e-teal-700\/45:hover{
  border-inline-end-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(15 118 110 / 0.55);
}

.hover\:border-e-teal-700\/60:hover{
  border-inline-end-color: rgb(15 118 110 / 0.6);
}

.hover\:border-e-teal-700\/65:hover{
  border-inline-end-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(17 94 89 / 0.35);
}

.hover\:border-e-teal-800\/40:hover{
  border-inline-end-color: rgb(17 94 89 / 0.4);
}

.hover\:border-e-teal-800\/45:hover{
  border-inline-end-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(17 94 89 / 0.55);
}

.hover\:border-e-teal-800\/60:hover{
  border-inline-end-color: rgb(17 94 89 / 0.6);
}

.hover\:border-e-teal-800\/65:hover{
  border-inline-end-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(19 78 74 / 0.35);
}

.hover\:border-e-teal-900\/40:hover{
  border-inline-end-color: rgb(19 78 74 / 0.4);
}

.hover\:border-e-teal-900\/45:hover{
  border-inline-end-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(19 78 74 / 0.55);
}

.hover\:border-e-teal-900\/60:hover{
  border-inline-end-color: rgb(19 78 74 / 0.6);
}

.hover\:border-e-teal-900\/65:hover{
  border-inline-end-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(4 47 46 / 0.35);
}

.hover\:border-e-teal-950\/40:hover{
  border-inline-end-color: rgb(4 47 46 / 0.4);
}

.hover\:border-e-teal-950\/45:hover{
  border-inline-end-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(4 47 46 / 0.55);
}

.hover\:border-e-teal-950\/60:hover{
  border-inline-end-color: rgb(4 47 46 / 0.6);
}

.hover\:border-e-teal-950\/65:hover{
  border-inline-end-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.hover\:border-e-tertiary-hover:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.hover\:border-e-tertiary-hover\/0:hover{
  border-inline-end-color: rgb(20 123 223 / 0);
}

.hover\:border-e-tertiary-hover\/10:hover{
  border-inline-end-color: rgb(20 123 223 / 0.1);
}

.hover\:border-e-tertiary-hover\/100:hover{
  border-inline-end-color: rgb(20 123 223 / 1);
}

.hover\:border-e-tertiary-hover\/15:hover{
  border-inline-end-color: rgb(20 123 223 / 0.15);
}

.hover\:border-e-tertiary-hover\/20:hover{
  border-inline-end-color: rgb(20 123 223 / 0.2);
}

.hover\:border-e-tertiary-hover\/25:hover{
  border-inline-end-color: rgb(20 123 223 / 0.25);
}

.hover\:border-e-tertiary-hover\/30:hover{
  border-inline-end-color: rgb(20 123 223 / 0.3);
}

.hover\:border-e-tertiary-hover\/35:hover{
  border-inline-end-color: rgb(20 123 223 / 0.35);
}

.hover\:border-e-tertiary-hover\/40:hover{
  border-inline-end-color: rgb(20 123 223 / 0.4);
}

.hover\:border-e-tertiary-hover\/45:hover{
  border-inline-end-color: rgb(20 123 223 / 0.45);
}

.hover\:border-e-tertiary-hover\/5:hover{
  border-inline-end-color: rgb(20 123 223 / 0.05);
}

.hover\:border-e-tertiary-hover\/50:hover{
  border-inline-end-color: rgb(20 123 223 / 0.5);
}

.hover\:border-e-tertiary-hover\/55:hover{
  border-inline-end-color: rgb(20 123 223 / 0.55);
}

.hover\:border-e-tertiary-hover\/60:hover{
  border-inline-end-color: rgb(20 123 223 / 0.6);
}

.hover\:border-e-tertiary-hover\/65:hover{
  border-inline-end-color: rgb(20 123 223 / 0.65);
}

.hover\:border-e-tertiary-hover\/70:hover{
  border-inline-end-color: rgb(20 123 223 / 0.7);
}

.hover\:border-e-tertiary-hover\/75:hover{
  border-inline-end-color: rgb(20 123 223 / 0.75);
}

.hover\:border-e-tertiary-hover\/80:hover{
  border-inline-end-color: rgb(20 123 223 / 0.8);
}

.hover\:border-e-tertiary-hover\/85:hover{
  border-inline-end-color: rgb(20 123 223 / 0.85);
}

.hover\:border-e-tertiary-hover\/90:hover{
  border-inline-end-color: rgb(20 123 223 / 0.9);
}

.hover\:border-e-tertiary-hover\/95:hover{
  border-inline-end-color: rgb(20 123 223 / 0.95);
}

.hover\:border-e-tertiary\/0:hover{
  border-inline-end-color: rgb(22 137 252 / 0);
}

.hover\:border-e-tertiary\/10:hover{
  border-inline-end-color: rgb(22 137 252 / 0.1);
}

.hover\:border-e-tertiary\/100:hover{
  border-inline-end-color: rgb(22 137 252 / 1);
}

.hover\:border-e-tertiary\/15:hover{
  border-inline-end-color: rgb(22 137 252 / 0.15);
}

.hover\:border-e-tertiary\/20:hover{
  border-inline-end-color: rgb(22 137 252 / 0.2);
}

.hover\:border-e-tertiary\/25:hover{
  border-inline-end-color: rgb(22 137 252 / 0.25);
}

.hover\:border-e-tertiary\/30:hover{
  border-inline-end-color: rgb(22 137 252 / 0.3);
}

.hover\:border-e-tertiary\/35:hover{
  border-inline-end-color: rgb(22 137 252 / 0.35);
}

.hover\:border-e-tertiary\/40:hover{
  border-inline-end-color: rgb(22 137 252 / 0.4);
}

.hover\:border-e-tertiary\/45:hover{
  border-inline-end-color: rgb(22 137 252 / 0.45);
}

.hover\:border-e-tertiary\/5:hover{
  border-inline-end-color: rgb(22 137 252 / 0.05);
}

.hover\:border-e-tertiary\/50:hover{
  border-inline-end-color: rgb(22 137 252 / 0.5);
}

.hover\:border-e-tertiary\/55:hover{
  border-inline-end-color: rgb(22 137 252 / 0.55);
}

.hover\:border-e-tertiary\/60:hover{
  border-inline-end-color: rgb(22 137 252 / 0.6);
}

.hover\:border-e-tertiary\/65:hover{
  border-inline-end-color: rgb(22 137 252 / 0.65);
}

.hover\:border-e-tertiary\/70:hover{
  border-inline-end-color: rgb(22 137 252 / 0.7);
}

.hover\:border-e-tertiary\/75:hover{
  border-inline-end-color: rgb(22 137 252 / 0.75);
}

.hover\:border-e-tertiary\/80:hover{
  border-inline-end-color: rgb(22 137 252 / 0.8);
}

.hover\:border-e-tertiary\/85:hover{
  border-inline-end-color: rgb(22 137 252 / 0.85);
}

.hover\:border-e-tertiary\/90:hover{
  border-inline-end-color: rgb(22 137 252 / 0.9);
}

.hover\:border-e-tertiary\/95:hover{
  border-inline-end-color: rgb(22 137 252 / 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\/15:hover{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}

.hover\:border-e-transparent\/40:hover{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.hover\:border-e-transparent\/45:hover{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}

.hover\:border-e-transparent\/60:hover{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.hover\:border-e-transparent\/65:hover{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  border-inline-end-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(237 233 254 / 0.35);
}

.hover\:border-e-violet-100\/40:hover{
  border-inline-end-color: rgb(237 233 254 / 0.4);
}

.hover\:border-e-violet-100\/45:hover{
  border-inline-end-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(237 233 254 / 0.55);
}

.hover\:border-e-violet-100\/60:hover{
  border-inline-end-color: rgb(237 233 254 / 0.6);
}

.hover\:border-e-violet-100\/65:hover{
  border-inline-end-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(221 214 254 / 0.35);
}

.hover\:border-e-violet-200\/40:hover{
  border-inline-end-color: rgb(221 214 254 / 0.4);
}

.hover\:border-e-violet-200\/45:hover{
  border-inline-end-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(221 214 254 / 0.55);
}

.hover\:border-e-violet-200\/60:hover{
  border-inline-end-color: rgb(221 214 254 / 0.6);
}

.hover\:border-e-violet-200\/65:hover{
  border-inline-end-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(196 181 253 / 0.35);
}

.hover\:border-e-violet-300\/40:hover{
  border-inline-end-color: rgb(196 181 253 / 0.4);
}

.hover\:border-e-violet-300\/45:hover{
  border-inline-end-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(196 181 253 / 0.55);
}

.hover\:border-e-violet-300\/60:hover{
  border-inline-end-color: rgb(196 181 253 / 0.6);
}

.hover\:border-e-violet-300\/65:hover{
  border-inline-end-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(167 139 250 / 0.35);
}

.hover\:border-e-violet-400\/40:hover{
  border-inline-end-color: rgb(167 139 250 / 0.4);
}

.hover\:border-e-violet-400\/45:hover{
  border-inline-end-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(167 139 250 / 0.55);
}

.hover\:border-e-violet-400\/60:hover{
  border-inline-end-color: rgb(167 139 250 / 0.6);
}

.hover\:border-e-violet-400\/65:hover{
  border-inline-end-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(245 243 255 / 0.35);
}

.hover\:border-e-violet-50\/40:hover{
  border-inline-end-color: rgb(245 243 255 / 0.4);
}

.hover\:border-e-violet-50\/45:hover{
  border-inline-end-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(245 243 255 / 0.55);
}

.hover\:border-e-violet-50\/60:hover{
  border-inline-end-color: rgb(245 243 255 / 0.6);
}

.hover\:border-e-violet-50\/65:hover{
  border-inline-end-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(139 92 246 / 0.35);
}

.hover\:border-e-violet-500\/40:hover{
  border-inline-end-color: rgb(139 92 246 / 0.4);
}

.hover\:border-e-violet-500\/45:hover{
  border-inline-end-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(139 92 246 / 0.55);
}

.hover\:border-e-violet-500\/60:hover{
  border-inline-end-color: rgb(139 92 246 / 0.6);
}

.hover\:border-e-violet-500\/65:hover{
  border-inline-end-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(124 58 237 / 0.35);
}

.hover\:border-e-violet-600\/40:hover{
  border-inline-end-color: rgb(124 58 237 / 0.4);
}

.hover\:border-e-violet-600\/45:hover{
  border-inline-end-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(124 58 237 / 0.55);
}

.hover\:border-e-violet-600\/60:hover{
  border-inline-end-color: rgb(124 58 237 / 0.6);
}

.hover\:border-e-violet-600\/65:hover{
  border-inline-end-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(109 40 217 / 0.35);
}

.hover\:border-e-violet-700\/40:hover{
  border-inline-end-color: rgb(109 40 217 / 0.4);
}

.hover\:border-e-violet-700\/45:hover{
  border-inline-end-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(109 40 217 / 0.55);
}

.hover\:border-e-violet-700\/60:hover{
  border-inline-end-color: rgb(109 40 217 / 0.6);
}

.hover\:border-e-violet-700\/65:hover{
  border-inline-end-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(91 33 182 / 0.35);
}

.hover\:border-e-violet-800\/40:hover{
  border-inline-end-color: rgb(91 33 182 / 0.4);
}

.hover\:border-e-violet-800\/45:hover{
  border-inline-end-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(91 33 182 / 0.55);
}

.hover\:border-e-violet-800\/60:hover{
  border-inline-end-color: rgb(91 33 182 / 0.6);
}

.hover\:border-e-violet-800\/65:hover{
  border-inline-end-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(76 29 149 / 0.35);
}

.hover\:border-e-violet-900\/40:hover{
  border-inline-end-color: rgb(76 29 149 / 0.4);
}

.hover\:border-e-violet-900\/45:hover{
  border-inline-end-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(76 29 149 / 0.55);
}

.hover\:border-e-violet-900\/60:hover{
  border-inline-end-color: rgb(76 29 149 / 0.6);
}

.hover\:border-e-violet-900\/65:hover{
  border-inline-end-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(46 16 101 / 0.35);
}

.hover\:border-e-violet-950\/40:hover{
  border-inline-end-color: rgb(46 16 101 / 0.4);
}

.hover\:border-e-violet-950\/45:hover{
  border-inline-end-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(46 16 101 / 0.55);
}

.hover\:border-e-violet-950\/60:hover{
  border-inline-end-color: rgb(46 16 101 / 0.6);
}

.hover\:border-e-violet-950\/65:hover{
  border-inline-end-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(255 255 255 / 0.35);
}

.hover\:border-e-white\/40:hover{
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.hover\:border-e-white\/45:hover{
  border-inline-end-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(255 255 255 / 0.55);
}

.hover\:border-e-white\/60:hover{
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.hover\:border-e-white\/65:hover{
  border-inline-end-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  border-inline-end-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(254 249 195 / 0.35);
}

.hover\:border-e-yellow-100\/40:hover{
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.hover\:border-e-yellow-100\/45:hover{
  border-inline-end-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(254 249 195 / 0.55);
}

.hover\:border-e-yellow-100\/60:hover{
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.hover\:border-e-yellow-100\/65:hover{
  border-inline-end-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(254 240 138 / 0.35);
}

.hover\:border-e-yellow-200\/40:hover{
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.hover\:border-e-yellow-200\/45:hover{
  border-inline-end-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(254 240 138 / 0.55);
}

.hover\:border-e-yellow-200\/60:hover{
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.hover\:border-e-yellow-200\/65:hover{
  border-inline-end-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(253 224 71 / 0.35);
}

.hover\:border-e-yellow-300\/40:hover{
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.hover\:border-e-yellow-300\/45:hover{
  border-inline-end-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(253 224 71 / 0.55);
}

.hover\:border-e-yellow-300\/60:hover{
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.hover\:border-e-yellow-300\/65:hover{
  border-inline-end-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(250 204 21 / 0.35);
}

.hover\:border-e-yellow-400\/40:hover{
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.hover\:border-e-yellow-400\/45:hover{
  border-inline-end-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(250 204 21 / 0.55);
}

.hover\:border-e-yellow-400\/60:hover{
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.hover\:border-e-yellow-400\/65:hover{
  border-inline-end-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(254 252 232 / 0.35);
}

.hover\:border-e-yellow-50\/40:hover{
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.hover\:border-e-yellow-50\/45:hover{
  border-inline-end-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(254 252 232 / 0.55);
}

.hover\:border-e-yellow-50\/60:hover{
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.hover\:border-e-yellow-50\/65:hover{
  border-inline-end-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(234 179 8 / 0.35);
}

.hover\:border-e-yellow-500\/40:hover{
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.hover\:border-e-yellow-500\/45:hover{
  border-inline-end-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(234 179 8 / 0.55);
}

.hover\:border-e-yellow-500\/60:hover{
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.hover\:border-e-yellow-500\/65:hover{
  border-inline-end-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(202 138 4 / 0.35);
}

.hover\:border-e-yellow-600\/40:hover{
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.hover\:border-e-yellow-600\/45:hover{
  border-inline-end-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(202 138 4 / 0.55);
}

.hover\:border-e-yellow-600\/60:hover{
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.hover\:border-e-yellow-600\/65:hover{
  border-inline-end-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(161 98 7 / 0.35);
}

.hover\:border-e-yellow-700\/40:hover{
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.hover\:border-e-yellow-700\/45:hover{
  border-inline-end-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(161 98 7 / 0.55);
}

.hover\:border-e-yellow-700\/60:hover{
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.hover\:border-e-yellow-700\/65:hover{
  border-inline-end-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(133 77 14 / 0.35);
}

.hover\:border-e-yellow-800\/40:hover{
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.hover\:border-e-yellow-800\/45:hover{
  border-inline-end-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(133 77 14 / 0.55);
}

.hover\:border-e-yellow-800\/60:hover{
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.hover\:border-e-yellow-800\/65:hover{
  border-inline-end-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(113 63 18 / 0.35);
}

.hover\:border-e-yellow-900\/40:hover{
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.hover\:border-e-yellow-900\/45:hover{
  border-inline-end-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(113 63 18 / 0.55);
}

.hover\:border-e-yellow-900\/60:hover{
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.hover\:border-e-yellow-900\/65:hover{
  border-inline-end-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(66 32 6 / 0.35);
}

.hover\:border-e-yellow-950\/40:hover{
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.hover\:border-e-yellow-950\/45:hover{
  border-inline-end-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(66 32 6 / 0.55);
}

.hover\:border-e-yellow-950\/60:hover{
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.hover\:border-e-yellow-950\/65:hover{
  border-inline-end-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(244 244 245 / 0.35);
}

.hover\:border-e-zinc-100\/40:hover{
  border-inline-end-color: rgb(244 244 245 / 0.4);
}

.hover\:border-e-zinc-100\/45:hover{
  border-inline-end-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(244 244 245 / 0.55);
}

.hover\:border-e-zinc-100\/60:hover{
  border-inline-end-color: rgb(244 244 245 / 0.6);
}

.hover\:border-e-zinc-100\/65:hover{
  border-inline-end-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(228 228 231 / 0.35);
}

.hover\:border-e-zinc-200\/40:hover{
  border-inline-end-color: rgb(228 228 231 / 0.4);
}

.hover\:border-e-zinc-200\/45:hover{
  border-inline-end-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(228 228 231 / 0.55);
}

.hover\:border-e-zinc-200\/60:hover{
  border-inline-end-color: rgb(228 228 231 / 0.6);
}

.hover\:border-e-zinc-200\/65:hover{
  border-inline-end-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(212 212 216 / 0.35);
}

.hover\:border-e-zinc-300\/40:hover{
  border-inline-end-color: rgb(212 212 216 / 0.4);
}

.hover\:border-e-zinc-300\/45:hover{
  border-inline-end-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(212 212 216 / 0.55);
}

.hover\:border-e-zinc-300\/60:hover{
  border-inline-end-color: rgb(212 212 216 / 0.6);
}

.hover\:border-e-zinc-300\/65:hover{
  border-inline-end-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(161 161 170 / 0.35);
}

.hover\:border-e-zinc-400\/40:hover{
  border-inline-end-color: rgb(161 161 170 / 0.4);
}

.hover\:border-e-zinc-400\/45:hover{
  border-inline-end-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(161 161 170 / 0.55);
}

.hover\:border-e-zinc-400\/60:hover{
  border-inline-end-color: rgb(161 161 170 / 0.6);
}

.hover\:border-e-zinc-400\/65:hover{
  border-inline-end-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(250 250 250 / 0.35);
}

.hover\:border-e-zinc-50\/40:hover{
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.hover\:border-e-zinc-50\/45:hover{
  border-inline-end-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(250 250 250 / 0.55);
}

.hover\:border-e-zinc-50\/60:hover{
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.hover\:border-e-zinc-50\/65:hover{
  border-inline-end-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(113 113 122 / 0.35);
}

.hover\:border-e-zinc-500\/40:hover{
  border-inline-end-color: rgb(113 113 122 / 0.4);
}

.hover\:border-e-zinc-500\/45:hover{
  border-inline-end-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(113 113 122 / 0.55);
}

.hover\:border-e-zinc-500\/60:hover{
  border-inline-end-color: rgb(113 113 122 / 0.6);
}

.hover\:border-e-zinc-500\/65:hover{
  border-inline-end-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(82 82 91 / 0.35);
}

.hover\:border-e-zinc-600\/40:hover{
  border-inline-end-color: rgb(82 82 91 / 0.4);
}

.hover\:border-e-zinc-600\/45:hover{
  border-inline-end-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(82 82 91 / 0.55);
}

.hover\:border-e-zinc-600\/60:hover{
  border-inline-end-color: rgb(82 82 91 / 0.6);
}

.hover\:border-e-zinc-600\/65:hover{
  border-inline-end-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(63 63 70 / 0.35);
}

.hover\:border-e-zinc-700\/40:hover{
  border-inline-end-color: rgb(63 63 70 / 0.4);
}

.hover\:border-e-zinc-700\/45:hover{
  border-inline-end-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(63 63 70 / 0.55);
}

.hover\:border-e-zinc-700\/60:hover{
  border-inline-end-color: rgb(63 63 70 / 0.6);
}

.hover\:border-e-zinc-700\/65:hover{
  border-inline-end-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(39 39 42 / 0.35);
}

.hover\:border-e-zinc-800\/40:hover{
  border-inline-end-color: rgb(39 39 42 / 0.4);
}

.hover\:border-e-zinc-800\/45:hover{
  border-inline-end-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(39 39 42 / 0.55);
}

.hover\:border-e-zinc-800\/60:hover{
  border-inline-end-color: rgb(39 39 42 / 0.6);
}

.hover\:border-e-zinc-800\/65:hover{
  border-inline-end-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(24 24 27 / 0.35);
}

.hover\:border-e-zinc-900\/40:hover{
  border-inline-end-color: rgb(24 24 27 / 0.4);
}

.hover\:border-e-zinc-900\/45:hover{
  border-inline-end-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(24 24 27 / 0.55);
}

.hover\:border-e-zinc-900\/60:hover{
  border-inline-end-color: rgb(24 24 27 / 0.6);
}

.hover\:border-e-zinc-900\/65:hover{
  border-inline-end-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  border-inline-end-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  border-inline-end-color: rgb(9 9 11 / 0.35);
}

.hover\:border-e-zinc-950\/40:hover{
  border-inline-end-color: rgb(9 9 11 / 0.4);
}

.hover\:border-e-zinc-950\/45:hover{
  border-inline-end-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  border-inline-end-color: rgb(9 9 11 / 0.55);
}

.hover\:border-e-zinc-950\/60:hover{
  border-inline-end-color: rgb(9 9 11 / 0.6);
}

.hover\:border-e-zinc-950\/65:hover{
  border-inline-end-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  border-inline-end-color: rgb(9 9 11 / 0.85);
}

.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-accent:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.hover\:border-l-accent\/0:hover{
  border-left-color: rgb(70 109 148 / 0);
}

.hover\:border-l-accent\/10:hover{
  border-left-color: rgb(70 109 148 / 0.1);
}

.hover\:border-l-accent\/100:hover{
  border-left-color: rgb(70 109 148 / 1);
}

.hover\:border-l-accent\/15:hover{
  border-left-color: rgb(70 109 148 / 0.15);
}

.hover\:border-l-accent\/20:hover{
  border-left-color: rgb(70 109 148 / 0.2);
}

.hover\:border-l-accent\/25:hover{
  border-left-color: rgb(70 109 148 / 0.25);
}

.hover\:border-l-accent\/30:hover{
  border-left-color: rgb(70 109 148 / 0.3);
}

.hover\:border-l-accent\/35:hover{
  border-left-color: rgb(70 109 148 / 0.35);
}

.hover\:border-l-accent\/40:hover{
  border-left-color: rgb(70 109 148 / 0.4);
}

.hover\:border-l-accent\/45:hover{
  border-left-color: rgb(70 109 148 / 0.45);
}

.hover\:border-l-accent\/5:hover{
  border-left-color: rgb(70 109 148 / 0.05);
}

.hover\:border-l-accent\/50:hover{
  border-left-color: rgb(70 109 148 / 0.5);
}

.hover\:border-l-accent\/55:hover{
  border-left-color: rgb(70 109 148 / 0.55);
}

.hover\:border-l-accent\/60:hover{
  border-left-color: rgb(70 109 148 / 0.6);
}

.hover\:border-l-accent\/65:hover{
  border-left-color: rgb(70 109 148 / 0.65);
}

.hover\:border-l-accent\/70:hover{
  border-left-color: rgb(70 109 148 / 0.7);
}

.hover\:border-l-accent\/75:hover{
  border-left-color: rgb(70 109 148 / 0.75);
}

.hover\:border-l-accent\/80:hover{
  border-left-color: rgb(70 109 148 / 0.8);
}

.hover\:border-l-accent\/85:hover{
  border-left-color: rgb(70 109 148 / 0.85);
}

.hover\:border-l-accent\/90:hover{
  border-left-color: rgb(70 109 148 / 0.9);
}

.hover\:border-l-accent\/95:hover{
  border-left-color: rgb(70 109 148 / 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\/15:hover{
  border-left-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 243 199 / 0.35);
}

.hover\:border-l-amber-100\/40:hover{
  border-left-color: rgb(254 243 199 / 0.4);
}

.hover\:border-l-amber-100\/45:hover{
  border-left-color: rgb(254 243 199 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 243 199 / 0.55);
}

.hover\:border-l-amber-100\/60:hover{
  border-left-color: rgb(254 243 199 / 0.6);
}

.hover\:border-l-amber-100\/65:hover{
  border-left-color: rgb(254 243 199 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 230 138 / 0.35);
}

.hover\:border-l-amber-200\/40:hover{
  border-left-color: rgb(253 230 138 / 0.4);
}

.hover\:border-l-amber-200\/45:hover{
  border-left-color: rgb(253 230 138 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 230 138 / 0.55);
}

.hover\:border-l-amber-200\/60:hover{
  border-left-color: rgb(253 230 138 / 0.6);
}

.hover\:border-l-amber-200\/65:hover{
  border-left-color: rgb(253 230 138 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(252 211 77 / 0.35);
}

.hover\:border-l-amber-300\/40:hover{
  border-left-color: rgb(252 211 77 / 0.4);
}

.hover\:border-l-amber-300\/45:hover{
  border-left-color: rgb(252 211 77 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(252 211 77 / 0.55);
}

.hover\:border-l-amber-300\/60:hover{
  border-left-color: rgb(252 211 77 / 0.6);
}

.hover\:border-l-amber-300\/65:hover{
  border-left-color: rgb(252 211 77 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(251 191 36 / 0.35);
}

.hover\:border-l-amber-400\/40:hover{
  border-left-color: rgb(251 191 36 / 0.4);
}

.hover\:border-l-amber-400\/45:hover{
  border-left-color: rgb(251 191 36 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(251 191 36 / 0.55);
}

.hover\:border-l-amber-400\/60:hover{
  border-left-color: rgb(251 191 36 / 0.6);
}

.hover\:border-l-amber-400\/65:hover{
  border-left-color: rgb(251 191 36 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 251 235 / 0.35);
}

.hover\:border-l-amber-50\/40:hover{
  border-left-color: rgb(255 251 235 / 0.4);
}

.hover\:border-l-amber-50\/45:hover{
  border-left-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 251 235 / 0.55);
}

.hover\:border-l-amber-50\/60:hover{
  border-left-color: rgb(255 251 235 / 0.6);
}

.hover\:border-l-amber-50\/65:hover{
  border-left-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 158 11 / 0.35);
}

.hover\:border-l-amber-500\/40:hover{
  border-left-color: rgb(245 158 11 / 0.4);
}

.hover\:border-l-amber-500\/45:hover{
  border-left-color: rgb(245 158 11 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 158 11 / 0.55);
}

.hover\:border-l-amber-500\/60:hover{
  border-left-color: rgb(245 158 11 / 0.6);
}

.hover\:border-l-amber-500\/65:hover{
  border-left-color: rgb(245 158 11 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(217 119 6 / 0.35);
}

.hover\:border-l-amber-600\/40:hover{
  border-left-color: rgb(217 119 6 / 0.4);
}

.hover\:border-l-amber-600\/45:hover{
  border-left-color: rgb(217 119 6 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(217 119 6 / 0.55);
}

.hover\:border-l-amber-600\/60:hover{
  border-left-color: rgb(217 119 6 / 0.6);
}

.hover\:border-l-amber-600\/65:hover{
  border-left-color: rgb(217 119 6 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(180 83 9 / 0.35);
}

.hover\:border-l-amber-700\/40:hover{
  border-left-color: rgb(180 83 9 / 0.4);
}

.hover\:border-l-amber-700\/45:hover{
  border-left-color: rgb(180 83 9 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(180 83 9 / 0.55);
}

.hover\:border-l-amber-700\/60:hover{
  border-left-color: rgb(180 83 9 / 0.6);
}

.hover\:border-l-amber-700\/65:hover{
  border-left-color: rgb(180 83 9 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(146 64 14 / 0.35);
}

.hover\:border-l-amber-800\/40:hover{
  border-left-color: rgb(146 64 14 / 0.4);
}

.hover\:border-l-amber-800\/45:hover{
  border-left-color: rgb(146 64 14 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(146 64 14 / 0.55);
}

.hover\:border-l-amber-800\/60:hover{
  border-left-color: rgb(146 64 14 / 0.6);
}

.hover\:border-l-amber-800\/65:hover{
  border-left-color: rgb(146 64 14 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(120 53 15 / 0.35);
}

.hover\:border-l-amber-900\/40:hover{
  border-left-color: rgb(120 53 15 / 0.4);
}

.hover\:border-l-amber-900\/45:hover{
  border-left-color: rgb(120 53 15 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(120 53 15 / 0.55);
}

.hover\:border-l-amber-900\/60:hover{
  border-left-color: rgb(120 53 15 / 0.6);
}

.hover\:border-l-amber-900\/65:hover{
  border-left-color: rgb(120 53 15 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(69 26 3 / 0.35);
}

.hover\:border-l-amber-950\/40:hover{
  border-left-color: rgb(69 26 3 / 0.4);
}

.hover\:border-l-amber-950\/45:hover{
  border-left-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(69 26 3 / 0.55);
}

.hover\:border-l-amber-950\/60:hover{
  border-left-color: rgb(69 26 3 / 0.6);
}

.hover\:border-l-amber-950\/65:hover{
  border-left-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.hover\:border-l-background\/0:hover{
  border-left-color: rgb(245 246 250 / 0);
}

.hover\:border-l-background\/10:hover{
  border-left-color: rgb(245 246 250 / 0.1);
}

.hover\:border-l-background\/100:hover{
  border-left-color: rgb(245 246 250 / 1);
}

.hover\:border-l-background\/15:hover{
  border-left-color: rgb(245 246 250 / 0.15);
}

.hover\:border-l-background\/20:hover{
  border-left-color: rgb(245 246 250 / 0.2);
}

.hover\:border-l-background\/25:hover{
  border-left-color: rgb(245 246 250 / 0.25);
}

.hover\:border-l-background\/30:hover{
  border-left-color: rgb(245 246 250 / 0.3);
}

.hover\:border-l-background\/35:hover{
  border-left-color: rgb(245 246 250 / 0.35);
}

.hover\:border-l-background\/40:hover{
  border-left-color: rgb(245 246 250 / 0.4);
}

.hover\:border-l-background\/45:hover{
  border-left-color: rgb(245 246 250 / 0.45);
}

.hover\:border-l-background\/5:hover{
  border-left-color: rgb(245 246 250 / 0.05);
}

.hover\:border-l-background\/50:hover{
  border-left-color: rgb(245 246 250 / 0.5);
}

.hover\:border-l-background\/55:hover{
  border-left-color: rgb(245 246 250 / 0.55);
}

.hover\:border-l-background\/60:hover{
  border-left-color: rgb(245 246 250 / 0.6);
}

.hover\:border-l-background\/65:hover{
  border-left-color: rgb(245 246 250 / 0.65);
}

.hover\:border-l-background\/70:hover{
  border-left-color: rgb(245 246 250 / 0.7);
}

.hover\:border-l-background\/75:hover{
  border-left-color: rgb(245 246 250 / 0.75);
}

.hover\:border-l-background\/80:hover{
  border-left-color: rgb(245 246 250 / 0.8);
}

.hover\:border-l-background\/85:hover{
  border-left-color: rgb(245 246 250 / 0.85);
}

.hover\:border-l-background\/90:hover{
  border-left-color: rgb(245 246 250 / 0.9);
}

.hover\:border-l-background\/95:hover{
  border-left-color: rgb(245 246 250 / 0.95);
}

.hover\:border-l-black:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.hover\:border-l-black\/0:hover{
  border-left-color: rgb(41 44 53 / 0);
}

.hover\:border-l-black\/10:hover{
  border-left-color: rgb(41 44 53 / 0.1);
}

.hover\:border-l-black\/100:hover{
  border-left-color: rgb(41 44 53 / 1);
}

.hover\:border-l-black\/15:hover{
  border-left-color: rgb(41 44 53 / 0.15);
}

.hover\:border-l-black\/20:hover{
  border-left-color: rgb(41 44 53 / 0.2);
}

.hover\:border-l-black\/25:hover{
  border-left-color: rgb(41 44 53 / 0.25);
}

.hover\:border-l-black\/30:hover{
  border-left-color: rgb(41 44 53 / 0.3);
}

.hover\:border-l-black\/35:hover{
  border-left-color: rgb(41 44 53 / 0.35);
}

.hover\:border-l-black\/40:hover{
  border-left-color: rgb(41 44 53 / 0.4);
}

.hover\:border-l-black\/45:hover{
  border-left-color: rgb(41 44 53 / 0.45);
}

.hover\:border-l-black\/5:hover{
  border-left-color: rgb(41 44 53 / 0.05);
}

.hover\:border-l-black\/50:hover{
  border-left-color: rgb(41 44 53 / 0.5);
}

.hover\:border-l-black\/55:hover{
  border-left-color: rgb(41 44 53 / 0.55);
}

.hover\:border-l-black\/60:hover{
  border-left-color: rgb(41 44 53 / 0.6);
}

.hover\:border-l-black\/65:hover{
  border-left-color: rgb(41 44 53 / 0.65);
}

.hover\:border-l-black\/70:hover{
  border-left-color: rgb(41 44 53 / 0.7);
}

.hover\:border-l-black\/75:hover{
  border-left-color: rgb(41 44 53 / 0.75);
}

.hover\:border-l-black\/80:hover{
  border-left-color: rgb(41 44 53 / 0.8);
}

.hover\:border-l-black\/85:hover{
  border-left-color: rgb(41 44 53 / 0.85);
}

.hover\:border-l-black\/90:hover{
  border-left-color: rgb(41 44 53 / 0.9);
}

.hover\:border-l-black\/95:hover{
  border-left-color: rgb(41 44 53 / 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\/15:hover{
  border-left-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(219 234 254 / 0.35);
}

.hover\:border-l-blue-100\/40:hover{
  border-left-color: rgb(219 234 254 / 0.4);
}

.hover\:border-l-blue-100\/45:hover{
  border-left-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(219 234 254 / 0.55);
}

.hover\:border-l-blue-100\/60:hover{
  border-left-color: rgb(219 234 254 / 0.6);
}

.hover\:border-l-blue-100\/65:hover{
  border-left-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(191 219 254 / 0.35);
}

.hover\:border-l-blue-200\/40:hover{
  border-left-color: rgb(191 219 254 / 0.4);
}

.hover\:border-l-blue-200\/45:hover{
  border-left-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(191 219 254 / 0.55);
}

.hover\:border-l-blue-200\/60:hover{
  border-left-color: rgb(191 219 254 / 0.6);
}

.hover\:border-l-blue-200\/65:hover{
  border-left-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(147 197 253 / 0.35);
}

.hover\:border-l-blue-300\/40:hover{
  border-left-color: rgb(147 197 253 / 0.4);
}

.hover\:border-l-blue-300\/45:hover{
  border-left-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(147 197 253 / 0.55);
}

.hover\:border-l-blue-300\/60:hover{
  border-left-color: rgb(147 197 253 / 0.6);
}

.hover\:border-l-blue-300\/65:hover{
  border-left-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(96 165 250 / 0.35);
}

.hover\:border-l-blue-400\/40:hover{
  border-left-color: rgb(96 165 250 / 0.4);
}

.hover\:border-l-blue-400\/45:hover{
  border-left-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(96 165 250 / 0.55);
}

.hover\:border-l-blue-400\/60:hover{
  border-left-color: rgb(96 165 250 / 0.6);
}

.hover\:border-l-blue-400\/65:hover{
  border-left-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(239 246 255 / 0.35);
}

.hover\:border-l-blue-50\/40:hover{
  border-left-color: rgb(239 246 255 / 0.4);
}

.hover\:border-l-blue-50\/45:hover{
  border-left-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(239 246 255 / 0.55);
}

.hover\:border-l-blue-50\/60:hover{
  border-left-color: rgb(239 246 255 / 0.6);
}

.hover\:border-l-blue-50\/65:hover{
  border-left-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(59 130 246 / 0.35);
}

.hover\:border-l-blue-500\/40:hover{
  border-left-color: rgb(59 130 246 / 0.4);
}

.hover\:border-l-blue-500\/45:hover{
  border-left-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(59 130 246 / 0.55);
}

.hover\:border-l-blue-500\/60:hover{
  border-left-color: rgb(59 130 246 / 0.6);
}

.hover\:border-l-blue-500\/65:hover{
  border-left-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(37 99 235 / 0.35);
}

.hover\:border-l-blue-600\/40:hover{
  border-left-color: rgb(37 99 235 / 0.4);
}

.hover\:border-l-blue-600\/45:hover{
  border-left-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(37 99 235 / 0.55);
}

.hover\:border-l-blue-600\/60:hover{
  border-left-color: rgb(37 99 235 / 0.6);
}

.hover\:border-l-blue-600\/65:hover{
  border-left-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(29 78 216 / 0.35);
}

.hover\:border-l-blue-700\/40:hover{
  border-left-color: rgb(29 78 216 / 0.4);
}

.hover\:border-l-blue-700\/45:hover{
  border-left-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(29 78 216 / 0.55);
}

.hover\:border-l-blue-700\/60:hover{
  border-left-color: rgb(29 78 216 / 0.6);
}

.hover\:border-l-blue-700\/65:hover{
  border-left-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(30 64 175 / 0.35);
}

.hover\:border-l-blue-800\/40:hover{
  border-left-color: rgb(30 64 175 / 0.4);
}

.hover\:border-l-blue-800\/45:hover{
  border-left-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(30 64 175 / 0.55);
}

.hover\:border-l-blue-800\/60:hover{
  border-left-color: rgb(30 64 175 / 0.6);
}

.hover\:border-l-blue-800\/65:hover{
  border-left-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(30 58 138 / 0.35);
}

.hover\:border-l-blue-900\/40:hover{
  border-left-color: rgb(30 58 138 / 0.4);
}

.hover\:border-l-blue-900\/45:hover{
  border-left-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(30 58 138 / 0.55);
}

.hover\:border-l-blue-900\/60:hover{
  border-left-color: rgb(30 58 138 / 0.6);
}

.hover\:border-l-blue-900\/65:hover{
  border-left-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(23 37 84 / 0.35);
}

.hover\:border-l-blue-950\/40:hover{
  border-left-color: rgb(23 37 84 / 0.4);
}

.hover\:border-l-blue-950\/45:hover{
  border-left-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(23 37 84 / 0.55);
}

.hover\:border-l-blue-950\/60:hover{
  border-left-color: rgb(23 37 84 / 0.6);
}

.hover\:border-l-blue-950\/65:hover{
  border-left-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.hover\:border-l-csv-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.hover\:border-l-csv-hover\/0:hover{
  border-left-color: rgb(0 114 37 / 0);
}

.hover\:border-l-csv-hover\/10:hover{
  border-left-color: rgb(0 114 37 / 0.1);
}

.hover\:border-l-csv-hover\/100:hover{
  border-left-color: rgb(0 114 37 / 1);
}

.hover\:border-l-csv-hover\/15:hover{
  border-left-color: rgb(0 114 37 / 0.15);
}

.hover\:border-l-csv-hover\/20:hover{
  border-left-color: rgb(0 114 37 / 0.2);
}

.hover\:border-l-csv-hover\/25:hover{
  border-left-color: rgb(0 114 37 / 0.25);
}

.hover\:border-l-csv-hover\/30:hover{
  border-left-color: rgb(0 114 37 / 0.3);
}

.hover\:border-l-csv-hover\/35:hover{
  border-left-color: rgb(0 114 37 / 0.35);
}

.hover\:border-l-csv-hover\/40:hover{
  border-left-color: rgb(0 114 37 / 0.4);
}

.hover\:border-l-csv-hover\/45:hover{
  border-left-color: rgb(0 114 37 / 0.45);
}

.hover\:border-l-csv-hover\/5:hover{
  border-left-color: rgb(0 114 37 / 0.05);
}

.hover\:border-l-csv-hover\/50:hover{
  border-left-color: rgb(0 114 37 / 0.5);
}

.hover\:border-l-csv-hover\/55:hover{
  border-left-color: rgb(0 114 37 / 0.55);
}

.hover\:border-l-csv-hover\/60:hover{
  border-left-color: rgb(0 114 37 / 0.6);
}

.hover\:border-l-csv-hover\/65:hover{
  border-left-color: rgb(0 114 37 / 0.65);
}

.hover\:border-l-csv-hover\/70:hover{
  border-left-color: rgb(0 114 37 / 0.7);
}

.hover\:border-l-csv-hover\/75:hover{
  border-left-color: rgb(0 114 37 / 0.75);
}

.hover\:border-l-csv-hover\/80:hover{
  border-left-color: rgb(0 114 37 / 0.8);
}

.hover\:border-l-csv-hover\/85:hover{
  border-left-color: rgb(0 114 37 / 0.85);
}

.hover\:border-l-csv-hover\/90:hover{
  border-left-color: rgb(0 114 37 / 0.9);
}

.hover\:border-l-csv-hover\/95:hover{
  border-left-color: rgb(0 114 37 / 0.95);
}

.hover\:border-l-csv\/0:hover{
  border-left-color: rgb(0 138 43 / 0);
}

.hover\:border-l-csv\/10:hover{
  border-left-color: rgb(0 138 43 / 0.1);
}

.hover\:border-l-csv\/100:hover{
  border-left-color: rgb(0 138 43 / 1);
}

.hover\:border-l-csv\/15:hover{
  border-left-color: rgb(0 138 43 / 0.15);
}

.hover\:border-l-csv\/20:hover{
  border-left-color: rgb(0 138 43 / 0.2);
}

.hover\:border-l-csv\/25:hover{
  border-left-color: rgb(0 138 43 / 0.25);
}

.hover\:border-l-csv\/30:hover{
  border-left-color: rgb(0 138 43 / 0.3);
}

.hover\:border-l-csv\/35:hover{
  border-left-color: rgb(0 138 43 / 0.35);
}

.hover\:border-l-csv\/40:hover{
  border-left-color: rgb(0 138 43 / 0.4);
}

.hover\:border-l-csv\/45:hover{
  border-left-color: rgb(0 138 43 / 0.45);
}

.hover\:border-l-csv\/5:hover{
  border-left-color: rgb(0 138 43 / 0.05);
}

.hover\:border-l-csv\/50:hover{
  border-left-color: rgb(0 138 43 / 0.5);
}

.hover\:border-l-csv\/55:hover{
  border-left-color: rgb(0 138 43 / 0.55);
}

.hover\:border-l-csv\/60:hover{
  border-left-color: rgb(0 138 43 / 0.6);
}

.hover\:border-l-csv\/65:hover{
  border-left-color: rgb(0 138 43 / 0.65);
}

.hover\:border-l-csv\/70:hover{
  border-left-color: rgb(0 138 43 / 0.7);
}

.hover\:border-l-csv\/75:hover{
  border-left-color: rgb(0 138 43 / 0.75);
}

.hover\:border-l-csv\/80:hover{
  border-left-color: rgb(0 138 43 / 0.8);
}

.hover\:border-l-csv\/85:hover{
  border-left-color: rgb(0 138 43 / 0.85);
}

.hover\:border-l-csv\/90:hover{
  border-left-color: rgb(0 138 43 / 0.9);
}

.hover\:border-l-csv\/95:hover{
  border-left-color: rgb(0 138 43 / 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\/15:hover{
  border-left-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(207 250 254 / 0.35);
}

.hover\:border-l-cyan-100\/40:hover{
  border-left-color: rgb(207 250 254 / 0.4);
}

.hover\:border-l-cyan-100\/45:hover{
  border-left-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(207 250 254 / 0.55);
}

.hover\:border-l-cyan-100\/60:hover{
  border-left-color: rgb(207 250 254 / 0.6);
}

.hover\:border-l-cyan-100\/65:hover{
  border-left-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(165 243 252 / 0.35);
}

.hover\:border-l-cyan-200\/40:hover{
  border-left-color: rgb(165 243 252 / 0.4);
}

.hover\:border-l-cyan-200\/45:hover{
  border-left-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(165 243 252 / 0.55);
}

.hover\:border-l-cyan-200\/60:hover{
  border-left-color: rgb(165 243 252 / 0.6);
}

.hover\:border-l-cyan-200\/65:hover{
  border-left-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(103 232 249 / 0.35);
}

.hover\:border-l-cyan-300\/40:hover{
  border-left-color: rgb(103 232 249 / 0.4);
}

.hover\:border-l-cyan-300\/45:hover{
  border-left-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(103 232 249 / 0.55);
}

.hover\:border-l-cyan-300\/60:hover{
  border-left-color: rgb(103 232 249 / 0.6);
}

.hover\:border-l-cyan-300\/65:hover{
  border-left-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(34 211 238 / 0.35);
}

.hover\:border-l-cyan-400\/40:hover{
  border-left-color: rgb(34 211 238 / 0.4);
}

.hover\:border-l-cyan-400\/45:hover{
  border-left-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(34 211 238 / 0.55);
}

.hover\:border-l-cyan-400\/60:hover{
  border-left-color: rgb(34 211 238 / 0.6);
}

.hover\:border-l-cyan-400\/65:hover{
  border-left-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(236 254 255 / 0.35);
}

.hover\:border-l-cyan-50\/40:hover{
  border-left-color: rgb(236 254 255 / 0.4);
}

.hover\:border-l-cyan-50\/45:hover{
  border-left-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(236 254 255 / 0.55);
}

.hover\:border-l-cyan-50\/60:hover{
  border-left-color: rgb(236 254 255 / 0.6);
}

.hover\:border-l-cyan-50\/65:hover{
  border-left-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(6 182 212 / 0.35);
}

.hover\:border-l-cyan-500\/40:hover{
  border-left-color: rgb(6 182 212 / 0.4);
}

.hover\:border-l-cyan-500\/45:hover{
  border-left-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(6 182 212 / 0.55);
}

.hover\:border-l-cyan-500\/60:hover{
  border-left-color: rgb(6 182 212 / 0.6);
}

.hover\:border-l-cyan-500\/65:hover{
  border-left-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(8 145 178 / 0.35);
}

.hover\:border-l-cyan-600\/40:hover{
  border-left-color: rgb(8 145 178 / 0.4);
}

.hover\:border-l-cyan-600\/45:hover{
  border-left-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(8 145 178 / 0.55);
}

.hover\:border-l-cyan-600\/60:hover{
  border-left-color: rgb(8 145 178 / 0.6);
}

.hover\:border-l-cyan-600\/65:hover{
  border-left-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(14 116 144 / 0.35);
}

.hover\:border-l-cyan-700\/40:hover{
  border-left-color: rgb(14 116 144 / 0.4);
}

.hover\:border-l-cyan-700\/45:hover{
  border-left-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(14 116 144 / 0.55);
}

.hover\:border-l-cyan-700\/60:hover{
  border-left-color: rgb(14 116 144 / 0.6);
}

.hover\:border-l-cyan-700\/65:hover{
  border-left-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(21 94 117 / 0.35);
}

.hover\:border-l-cyan-800\/40:hover{
  border-left-color: rgb(21 94 117 / 0.4);
}

.hover\:border-l-cyan-800\/45:hover{
  border-left-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(21 94 117 / 0.55);
}

.hover\:border-l-cyan-800\/60:hover{
  border-left-color: rgb(21 94 117 / 0.6);
}

.hover\:border-l-cyan-800\/65:hover{
  border-left-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(22 78 99 / 0.35);
}

.hover\:border-l-cyan-900\/40:hover{
  border-left-color: rgb(22 78 99 / 0.4);
}

.hover\:border-l-cyan-900\/45:hover{
  border-left-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(22 78 99 / 0.55);
}

.hover\:border-l-cyan-900\/60:hover{
  border-left-color: rgb(22 78 99 / 0.6);
}

.hover\:border-l-cyan-900\/65:hover{
  border-left-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(8 51 68 / 0.35);
}

.hover\:border-l-cyan-950\/40:hover{
  border-left-color: rgb(8 51 68 / 0.4);
}

.hover\:border-l-cyan-950\/45:hover{
  border-left-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(8 51 68 / 0.55);
}

.hover\:border-l-cyan-950\/60:hover{
  border-left-color: rgb(8 51 68 / 0.6);
}

.hover\:border-l-cyan-950\/65:hover{
  border-left-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.hover\:border-l-danger-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.hover\:border-l-danger-hover\/0:hover{
  border-left-color: rgb(193 49 44 / 0);
}

.hover\:border-l-danger-hover\/10:hover{
  border-left-color: rgb(193 49 44 / 0.1);
}

.hover\:border-l-danger-hover\/100:hover{
  border-left-color: rgb(193 49 44 / 1);
}

.hover\:border-l-danger-hover\/15:hover{
  border-left-color: rgb(193 49 44 / 0.15);
}

.hover\:border-l-danger-hover\/20:hover{
  border-left-color: rgb(193 49 44 / 0.2);
}

.hover\:border-l-danger-hover\/25:hover{
  border-left-color: rgb(193 49 44 / 0.25);
}

.hover\:border-l-danger-hover\/30:hover{
  border-left-color: rgb(193 49 44 / 0.3);
}

.hover\:border-l-danger-hover\/35:hover{
  border-left-color: rgb(193 49 44 / 0.35);
}

.hover\:border-l-danger-hover\/40:hover{
  border-left-color: rgb(193 49 44 / 0.4);
}

.hover\:border-l-danger-hover\/45:hover{
  border-left-color: rgb(193 49 44 / 0.45);
}

.hover\:border-l-danger-hover\/5:hover{
  border-left-color: rgb(193 49 44 / 0.05);
}

.hover\:border-l-danger-hover\/50:hover{
  border-left-color: rgb(193 49 44 / 0.5);
}

.hover\:border-l-danger-hover\/55:hover{
  border-left-color: rgb(193 49 44 / 0.55);
}

.hover\:border-l-danger-hover\/60:hover{
  border-left-color: rgb(193 49 44 / 0.6);
}

.hover\:border-l-danger-hover\/65:hover{
  border-left-color: rgb(193 49 44 / 0.65);
}

.hover\:border-l-danger-hover\/70:hover{
  border-left-color: rgb(193 49 44 / 0.7);
}

.hover\:border-l-danger-hover\/75:hover{
  border-left-color: rgb(193 49 44 / 0.75);
}

.hover\:border-l-danger-hover\/80:hover{
  border-left-color: rgb(193 49 44 / 0.8);
}

.hover\:border-l-danger-hover\/85:hover{
  border-left-color: rgb(193 49 44 / 0.85);
}

.hover\:border-l-danger-hover\/90:hover{
  border-left-color: rgb(193 49 44 / 0.9);
}

.hover\:border-l-danger-hover\/95:hover{
  border-left-color: rgb(193 49 44 / 0.95);
}

.hover\:border-l-danger\/0:hover{
  border-left-color: rgb(207 59 54 / 0);
}

.hover\:border-l-danger\/10:hover{
  border-left-color: rgb(207 59 54 / 0.1);
}

.hover\:border-l-danger\/100:hover{
  border-left-color: rgb(207 59 54 / 1);
}

.hover\:border-l-danger\/15:hover{
  border-left-color: rgb(207 59 54 / 0.15);
}

.hover\:border-l-danger\/20:hover{
  border-left-color: rgb(207 59 54 / 0.2);
}

.hover\:border-l-danger\/25:hover{
  border-left-color: rgb(207 59 54 / 0.25);
}

.hover\:border-l-danger\/30:hover{
  border-left-color: rgb(207 59 54 / 0.3);
}

.hover\:border-l-danger\/35:hover{
  border-left-color: rgb(207 59 54 / 0.35);
}

.hover\:border-l-danger\/40:hover{
  border-left-color: rgb(207 59 54 / 0.4);
}

.hover\:border-l-danger\/45:hover{
  border-left-color: rgb(207 59 54 / 0.45);
}

.hover\:border-l-danger\/5:hover{
  border-left-color: rgb(207 59 54 / 0.05);
}

.hover\:border-l-danger\/50:hover{
  border-left-color: rgb(207 59 54 / 0.5);
}

.hover\:border-l-danger\/55:hover{
  border-left-color: rgb(207 59 54 / 0.55);
}

.hover\:border-l-danger\/60:hover{
  border-left-color: rgb(207 59 54 / 0.6);
}

.hover\:border-l-danger\/65:hover{
  border-left-color: rgb(207 59 54 / 0.65);
}

.hover\:border-l-danger\/70:hover{
  border-left-color: rgb(207 59 54 / 0.7);
}

.hover\:border-l-danger\/75:hover{
  border-left-color: rgb(207 59 54 / 0.75);
}

.hover\:border-l-danger\/80:hover{
  border-left-color: rgb(207 59 54 / 0.8);
}

.hover\:border-l-danger\/85:hover{
  border-left-color: rgb(207 59 54 / 0.85);
}

.hover\:border-l-danger\/90:hover{
  border-left-color: rgb(207 59 54 / 0.9);
}

.hover\:border-l-danger\/95:hover{
  border-left-color: rgb(207 59 54 / 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\/15:hover{
  border-left-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(209 250 229 / 0.35);
}

.hover\:border-l-emerald-100\/40:hover{
  border-left-color: rgb(209 250 229 / 0.4);
}

.hover\:border-l-emerald-100\/45:hover{
  border-left-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(209 250 229 / 0.55);
}

.hover\:border-l-emerald-100\/60:hover{
  border-left-color: rgb(209 250 229 / 0.6);
}

.hover\:border-l-emerald-100\/65:hover{
  border-left-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(167 243 208 / 0.35);
}

.hover\:border-l-emerald-200\/40:hover{
  border-left-color: rgb(167 243 208 / 0.4);
}

.hover\:border-l-emerald-200\/45:hover{
  border-left-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(167 243 208 / 0.55);
}

.hover\:border-l-emerald-200\/60:hover{
  border-left-color: rgb(167 243 208 / 0.6);
}

.hover\:border-l-emerald-200\/65:hover{
  border-left-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(110 231 183 / 0.35);
}

.hover\:border-l-emerald-300\/40:hover{
  border-left-color: rgb(110 231 183 / 0.4);
}

.hover\:border-l-emerald-300\/45:hover{
  border-left-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(110 231 183 / 0.55);
}

.hover\:border-l-emerald-300\/60:hover{
  border-left-color: rgb(110 231 183 / 0.6);
}

.hover\:border-l-emerald-300\/65:hover{
  border-left-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(52 211 153 / 0.35);
}

.hover\:border-l-emerald-400\/40:hover{
  border-left-color: rgb(52 211 153 / 0.4);
}

.hover\:border-l-emerald-400\/45:hover{
  border-left-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(52 211 153 / 0.55);
}

.hover\:border-l-emerald-400\/60:hover{
  border-left-color: rgb(52 211 153 / 0.6);
}

.hover\:border-l-emerald-400\/65:hover{
  border-left-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(236 253 245 / 0.35);
}

.hover\:border-l-emerald-50\/40:hover{
  border-left-color: rgb(236 253 245 / 0.4);
}

.hover\:border-l-emerald-50\/45:hover{
  border-left-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(236 253 245 / 0.55);
}

.hover\:border-l-emerald-50\/60:hover{
  border-left-color: rgb(236 253 245 / 0.6);
}

.hover\:border-l-emerald-50\/65:hover{
  border-left-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(16 185 129 / 0.35);
}

.hover\:border-l-emerald-500\/40:hover{
  border-left-color: rgb(16 185 129 / 0.4);
}

.hover\:border-l-emerald-500\/45:hover{
  border-left-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(16 185 129 / 0.55);
}

.hover\:border-l-emerald-500\/60:hover{
  border-left-color: rgb(16 185 129 / 0.6);
}

.hover\:border-l-emerald-500\/65:hover{
  border-left-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(5 150 105 / 0.35);
}

.hover\:border-l-emerald-600\/40:hover{
  border-left-color: rgb(5 150 105 / 0.4);
}

.hover\:border-l-emerald-600\/45:hover{
  border-left-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(5 150 105 / 0.55);
}

.hover\:border-l-emerald-600\/60:hover{
  border-left-color: rgb(5 150 105 / 0.6);
}

.hover\:border-l-emerald-600\/65:hover{
  border-left-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(4 120 87 / 0.35);
}

.hover\:border-l-emerald-700\/40:hover{
  border-left-color: rgb(4 120 87 / 0.4);
}

.hover\:border-l-emerald-700\/45:hover{
  border-left-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(4 120 87 / 0.55);
}

.hover\:border-l-emerald-700\/60:hover{
  border-left-color: rgb(4 120 87 / 0.6);
}

.hover\:border-l-emerald-700\/65:hover{
  border-left-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(6 95 70 / 0.35);
}

.hover\:border-l-emerald-800\/40:hover{
  border-left-color: rgb(6 95 70 / 0.4);
}

.hover\:border-l-emerald-800\/45:hover{
  border-left-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(6 95 70 / 0.55);
}

.hover\:border-l-emerald-800\/60:hover{
  border-left-color: rgb(6 95 70 / 0.6);
}

.hover\:border-l-emerald-800\/65:hover{
  border-left-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(6 78 59 / 0.35);
}

.hover\:border-l-emerald-900\/40:hover{
  border-left-color: rgb(6 78 59 / 0.4);
}

.hover\:border-l-emerald-900\/45:hover{
  border-left-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(6 78 59 / 0.55);
}

.hover\:border-l-emerald-900\/60:hover{
  border-left-color: rgb(6 78 59 / 0.6);
}

.hover\:border-l-emerald-900\/65:hover{
  border-left-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(2 44 34 / 0.35);
}

.hover\:border-l-emerald-950\/40:hover{
  border-left-color: rgb(2 44 34 / 0.4);
}

.hover\:border-l-emerald-950\/45:hover{
  border-left-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(2 44 34 / 0.55);
}

.hover\:border-l-emerald-950\/60:hover{
  border-left-color: rgb(2 44 34 / 0.6);
}

.hover\:border-l-emerald-950\/65:hover{
  border-left-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.hover\:border-l-excel-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.hover\:border-l-excel-hover\/0:hover{
  border-left-color: rgb(9 138 107 / 0);
}

.hover\:border-l-excel-hover\/10:hover{
  border-left-color: rgb(9 138 107 / 0.1);
}

.hover\:border-l-excel-hover\/100:hover{
  border-left-color: rgb(9 138 107 / 1);
}

.hover\:border-l-excel-hover\/15:hover{
  border-left-color: rgb(9 138 107 / 0.15);
}

.hover\:border-l-excel-hover\/20:hover{
  border-left-color: rgb(9 138 107 / 0.2);
}

.hover\:border-l-excel-hover\/25:hover{
  border-left-color: rgb(9 138 107 / 0.25);
}

.hover\:border-l-excel-hover\/30:hover{
  border-left-color: rgb(9 138 107 / 0.3);
}

.hover\:border-l-excel-hover\/35:hover{
  border-left-color: rgb(9 138 107 / 0.35);
}

.hover\:border-l-excel-hover\/40:hover{
  border-left-color: rgb(9 138 107 / 0.4);
}

.hover\:border-l-excel-hover\/45:hover{
  border-left-color: rgb(9 138 107 / 0.45);
}

.hover\:border-l-excel-hover\/5:hover{
  border-left-color: rgb(9 138 107 / 0.05);
}

.hover\:border-l-excel-hover\/50:hover{
  border-left-color: rgb(9 138 107 / 0.5);
}

.hover\:border-l-excel-hover\/55:hover{
  border-left-color: rgb(9 138 107 / 0.55);
}

.hover\:border-l-excel-hover\/60:hover{
  border-left-color: rgb(9 138 107 / 0.6);
}

.hover\:border-l-excel-hover\/65:hover{
  border-left-color: rgb(9 138 107 / 0.65);
}

.hover\:border-l-excel-hover\/70:hover{
  border-left-color: rgb(9 138 107 / 0.7);
}

.hover\:border-l-excel-hover\/75:hover{
  border-left-color: rgb(9 138 107 / 0.75);
}

.hover\:border-l-excel-hover\/80:hover{
  border-left-color: rgb(9 138 107 / 0.8);
}

.hover\:border-l-excel-hover\/85:hover{
  border-left-color: rgb(9 138 107 / 0.85);
}

.hover\:border-l-excel-hover\/90:hover{
  border-left-color: rgb(9 138 107 / 0.9);
}

.hover\:border-l-excel-hover\/95:hover{
  border-left-color: rgb(9 138 107 / 0.95);
}

.hover\:border-l-excel\/0:hover{
  border-left-color: rgb(11 160 123 / 0);
}

.hover\:border-l-excel\/10:hover{
  border-left-color: rgb(11 160 123 / 0.1);
}

.hover\:border-l-excel\/100:hover{
  border-left-color: rgb(11 160 123 / 1);
}

.hover\:border-l-excel\/15:hover{
  border-left-color: rgb(11 160 123 / 0.15);
}

.hover\:border-l-excel\/20:hover{
  border-left-color: rgb(11 160 123 / 0.2);
}

.hover\:border-l-excel\/25:hover{
  border-left-color: rgb(11 160 123 / 0.25);
}

.hover\:border-l-excel\/30:hover{
  border-left-color: rgb(11 160 123 / 0.3);
}

.hover\:border-l-excel\/35:hover{
  border-left-color: rgb(11 160 123 / 0.35);
}

.hover\:border-l-excel\/40:hover{
  border-left-color: rgb(11 160 123 / 0.4);
}

.hover\:border-l-excel\/45:hover{
  border-left-color: rgb(11 160 123 / 0.45);
}

.hover\:border-l-excel\/5:hover{
  border-left-color: rgb(11 160 123 / 0.05);
}

.hover\:border-l-excel\/50:hover{
  border-left-color: rgb(11 160 123 / 0.5);
}

.hover\:border-l-excel\/55:hover{
  border-left-color: rgb(11 160 123 / 0.55);
}

.hover\:border-l-excel\/60:hover{
  border-left-color: rgb(11 160 123 / 0.6);
}

.hover\:border-l-excel\/65:hover{
  border-left-color: rgb(11 160 123 / 0.65);
}

.hover\:border-l-excel\/70:hover{
  border-left-color: rgb(11 160 123 / 0.7);
}

.hover\:border-l-excel\/75:hover{
  border-left-color: rgb(11 160 123 / 0.75);
}

.hover\:border-l-excel\/80:hover{
  border-left-color: rgb(11 160 123 / 0.8);
}

.hover\:border-l-excel\/85:hover{
  border-left-color: rgb(11 160 123 / 0.85);
}

.hover\:border-l-excel\/90:hover{
  border-left-color: rgb(11 160 123 / 0.9);
}

.hover\:border-l-excel\/95:hover{
  border-left-color: rgb(11 160 123 / 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\/15:hover{
  border-left-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 232 255 / 0.35);
}

.hover\:border-l-fuchsia-100\/40:hover{
  border-left-color: rgb(250 232 255 / 0.4);
}

.hover\:border-l-fuchsia-100\/45:hover{
  border-left-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 232 255 / 0.55);
}

.hover\:border-l-fuchsia-100\/60:hover{
  border-left-color: rgb(250 232 255 / 0.6);
}

.hover\:border-l-fuchsia-100\/65:hover{
  border-left-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 208 254 / 0.35);
}

.hover\:border-l-fuchsia-200\/40:hover{
  border-left-color: rgb(245 208 254 / 0.4);
}

.hover\:border-l-fuchsia-200\/45:hover{
  border-left-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 208 254 / 0.55);
}

.hover\:border-l-fuchsia-200\/60:hover{
  border-left-color: rgb(245 208 254 / 0.6);
}

.hover\:border-l-fuchsia-200\/65:hover{
  border-left-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(240 171 252 / 0.35);
}

.hover\:border-l-fuchsia-300\/40:hover{
  border-left-color: rgb(240 171 252 / 0.4);
}

.hover\:border-l-fuchsia-300\/45:hover{
  border-left-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(240 171 252 / 0.55);
}

.hover\:border-l-fuchsia-300\/60:hover{
  border-left-color: rgb(240 171 252 / 0.6);
}

.hover\:border-l-fuchsia-300\/65:hover{
  border-left-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(232 121 249 / 0.35);
}

.hover\:border-l-fuchsia-400\/40:hover{
  border-left-color: rgb(232 121 249 / 0.4);
}

.hover\:border-l-fuchsia-400\/45:hover{
  border-left-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(232 121 249 / 0.55);
}

.hover\:border-l-fuchsia-400\/60:hover{
  border-left-color: rgb(232 121 249 / 0.6);
}

.hover\:border-l-fuchsia-400\/65:hover{
  border-left-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 244 255 / 0.35);
}

.hover\:border-l-fuchsia-50\/40:hover{
  border-left-color: rgb(253 244 255 / 0.4);
}

.hover\:border-l-fuchsia-50\/45:hover{
  border-left-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 244 255 / 0.55);
}

.hover\:border-l-fuchsia-50\/60:hover{
  border-left-color: rgb(253 244 255 / 0.6);
}

.hover\:border-l-fuchsia-50\/65:hover{
  border-left-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(217 70 239 / 0.35);
}

.hover\:border-l-fuchsia-500\/40:hover{
  border-left-color: rgb(217 70 239 / 0.4);
}

.hover\:border-l-fuchsia-500\/45:hover{
  border-left-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(217 70 239 / 0.55);
}

.hover\:border-l-fuchsia-500\/60:hover{
  border-left-color: rgb(217 70 239 / 0.6);
}

.hover\:border-l-fuchsia-500\/65:hover{
  border-left-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(192 38 211 / 0.35);
}

.hover\:border-l-fuchsia-600\/40:hover{
  border-left-color: rgb(192 38 211 / 0.4);
}

.hover\:border-l-fuchsia-600\/45:hover{
  border-left-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(192 38 211 / 0.55);
}

.hover\:border-l-fuchsia-600\/60:hover{
  border-left-color: rgb(192 38 211 / 0.6);
}

.hover\:border-l-fuchsia-600\/65:hover{
  border-left-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(162 28 175 / 0.35);
}

.hover\:border-l-fuchsia-700\/40:hover{
  border-left-color: rgb(162 28 175 / 0.4);
}

.hover\:border-l-fuchsia-700\/45:hover{
  border-left-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(162 28 175 / 0.55);
}

.hover\:border-l-fuchsia-700\/60:hover{
  border-left-color: rgb(162 28 175 / 0.6);
}

.hover\:border-l-fuchsia-700\/65:hover{
  border-left-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(134 25 143 / 0.35);
}

.hover\:border-l-fuchsia-800\/40:hover{
  border-left-color: rgb(134 25 143 / 0.4);
}

.hover\:border-l-fuchsia-800\/45:hover{
  border-left-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(134 25 143 / 0.55);
}

.hover\:border-l-fuchsia-800\/60:hover{
  border-left-color: rgb(134 25 143 / 0.6);
}

.hover\:border-l-fuchsia-800\/65:hover{
  border-left-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(112 26 117 / 0.35);
}

.hover\:border-l-fuchsia-900\/40:hover{
  border-left-color: rgb(112 26 117 / 0.4);
}

.hover\:border-l-fuchsia-900\/45:hover{
  border-left-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(112 26 117 / 0.55);
}

.hover\:border-l-fuchsia-900\/60:hover{
  border-left-color: rgb(112 26 117 / 0.6);
}

.hover\:border-l-fuchsia-900\/65:hover{
  border-left-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(74 4 78 / 0.35);
}

.hover\:border-l-fuchsia-950\/40:hover{
  border-left-color: rgb(74 4 78 / 0.4);
}

.hover\:border-l-fuchsia-950\/45:hover{
  border-left-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(74 4 78 / 0.55);
}

.hover\:border-l-fuchsia-950\/60:hover{
  border-left-color: rgb(74 4 78 / 0.6);
}

.hover\:border-l-fuchsia-950\/65:hover{
  border-left-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(243 244 246 / 0.35);
}

.hover\:border-l-gray-100\/40:hover{
  border-left-color: rgb(243 244 246 / 0.4);
}

.hover\:border-l-gray-100\/45:hover{
  border-left-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(243 244 246 / 0.55);
}

.hover\:border-l-gray-100\/60:hover{
  border-left-color: rgb(243 244 246 / 0.6);
}

.hover\:border-l-gray-100\/65:hover{
  border-left-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(229 231 235 / 0.35);
}

.hover\:border-l-gray-200\/40:hover{
  border-left-color: rgb(229 231 235 / 0.4);
}

.hover\:border-l-gray-200\/45:hover{
  border-left-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(229 231 235 / 0.55);
}

.hover\:border-l-gray-200\/60:hover{
  border-left-color: rgb(229 231 235 / 0.6);
}

.hover\:border-l-gray-200\/65:hover{
  border-left-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(209 213 219 / 0.35);
}

.hover\:border-l-gray-300\/40:hover{
  border-left-color: rgb(209 213 219 / 0.4);
}

.hover\:border-l-gray-300\/45:hover{
  border-left-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(209 213 219 / 0.55);
}

.hover\:border-l-gray-300\/60:hover{
  border-left-color: rgb(209 213 219 / 0.6);
}

.hover\:border-l-gray-300\/65:hover{
  border-left-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(156 163 175 / 0.35);
}

.hover\:border-l-gray-400\/40:hover{
  border-left-color: rgb(156 163 175 / 0.4);
}

.hover\:border-l-gray-400\/45:hover{
  border-left-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(156 163 175 / 0.55);
}

.hover\:border-l-gray-400\/60:hover{
  border-left-color: rgb(156 163 175 / 0.6);
}

.hover\:border-l-gray-400\/65:hover{
  border-left-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(249 250 251 / 0.35);
}

.hover\:border-l-gray-50\/40:hover{
  border-left-color: rgb(249 250 251 / 0.4);
}

.hover\:border-l-gray-50\/45:hover{
  border-left-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(249 250 251 / 0.55);
}

.hover\:border-l-gray-50\/60:hover{
  border-left-color: rgb(249 250 251 / 0.6);
}

.hover\:border-l-gray-50\/65:hover{
  border-left-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(107 114 128 / 0.35);
}

.hover\:border-l-gray-500\/40:hover{
  border-left-color: rgb(107 114 128 / 0.4);
}

.hover\:border-l-gray-500\/45:hover{
  border-left-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(107 114 128 / 0.55);
}

.hover\:border-l-gray-500\/60:hover{
  border-left-color: rgb(107 114 128 / 0.6);
}

.hover\:border-l-gray-500\/65:hover{
  border-left-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(75 85 99 / 0.35);
}

.hover\:border-l-gray-600\/40:hover{
  border-left-color: rgb(75 85 99 / 0.4);
}

.hover\:border-l-gray-600\/45:hover{
  border-left-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(75 85 99 / 0.55);
}

.hover\:border-l-gray-600\/60:hover{
  border-left-color: rgb(75 85 99 / 0.6);
}

.hover\:border-l-gray-600\/65:hover{
  border-left-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(55 65 81 / 0.35);
}

.hover\:border-l-gray-700\/40:hover{
  border-left-color: rgb(55 65 81 / 0.4);
}

.hover\:border-l-gray-700\/45:hover{
  border-left-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(55 65 81 / 0.55);
}

.hover\:border-l-gray-700\/60:hover{
  border-left-color: rgb(55 65 81 / 0.6);
}

.hover\:border-l-gray-700\/65:hover{
  border-left-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(31 41 55 / 0.35);
}

.hover\:border-l-gray-800\/40:hover{
  border-left-color: rgb(31 41 55 / 0.4);
}

.hover\:border-l-gray-800\/45:hover{
  border-left-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(31 41 55 / 0.55);
}

.hover\:border-l-gray-800\/60:hover{
  border-left-color: rgb(31 41 55 / 0.6);
}

.hover\:border-l-gray-800\/65:hover{
  border-left-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(17 24 39 / 0.35);
}

.hover\:border-l-gray-900\/40:hover{
  border-left-color: rgb(17 24 39 / 0.4);
}

.hover\:border-l-gray-900\/45:hover{
  border-left-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(17 24 39 / 0.55);
}

.hover\:border-l-gray-900\/60:hover{
  border-left-color: rgb(17 24 39 / 0.6);
}

.hover\:border-l-gray-900\/65:hover{
  border-left-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(3 7 18 / 0.35);
}

.hover\:border-l-gray-950\/40:hover{
  border-left-color: rgb(3 7 18 / 0.4);
}

.hover\:border-l-gray-950\/45:hover{
  border-left-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(3 7 18 / 0.55);
}

.hover\:border-l-gray-950\/60:hover{
  border-left-color: rgb(3 7 18 / 0.6);
}

.hover\:border-l-gray-950\/65:hover{
  border-left-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(220 252 231 / 0.35);
}

.hover\:border-l-green-100\/40:hover{
  border-left-color: rgb(220 252 231 / 0.4);
}

.hover\:border-l-green-100\/45:hover{
  border-left-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(220 252 231 / 0.55);
}

.hover\:border-l-green-100\/60:hover{
  border-left-color: rgb(220 252 231 / 0.6);
}

.hover\:border-l-green-100\/65:hover{
  border-left-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(187 247 208 / 0.35);
}

.hover\:border-l-green-200\/40:hover{
  border-left-color: rgb(187 247 208 / 0.4);
}

.hover\:border-l-green-200\/45:hover{
  border-left-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(187 247 208 / 0.55);
}

.hover\:border-l-green-200\/60:hover{
  border-left-color: rgb(187 247 208 / 0.6);
}

.hover\:border-l-green-200\/65:hover{
  border-left-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(134 239 172 / 0.35);
}

.hover\:border-l-green-300\/40:hover{
  border-left-color: rgb(134 239 172 / 0.4);
}

.hover\:border-l-green-300\/45:hover{
  border-left-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(134 239 172 / 0.55);
}

.hover\:border-l-green-300\/60:hover{
  border-left-color: rgb(134 239 172 / 0.6);
}

.hover\:border-l-green-300\/65:hover{
  border-left-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(74 222 128 / 0.35);
}

.hover\:border-l-green-400\/40:hover{
  border-left-color: rgb(74 222 128 / 0.4);
}

.hover\:border-l-green-400\/45:hover{
  border-left-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(74 222 128 / 0.55);
}

.hover\:border-l-green-400\/60:hover{
  border-left-color: rgb(74 222 128 / 0.6);
}

.hover\:border-l-green-400\/65:hover{
  border-left-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(240 253 244 / 0.35);
}

.hover\:border-l-green-50\/40:hover{
  border-left-color: rgb(240 253 244 / 0.4);
}

.hover\:border-l-green-50\/45:hover{
  border-left-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(240 253 244 / 0.55);
}

.hover\:border-l-green-50\/60:hover{
  border-left-color: rgb(240 253 244 / 0.6);
}

.hover\:border-l-green-50\/65:hover{
  border-left-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(34 197 94 / 0.35);
}

.hover\:border-l-green-500\/40:hover{
  border-left-color: rgb(34 197 94 / 0.4);
}

.hover\:border-l-green-500\/45:hover{
  border-left-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(34 197 94 / 0.55);
}

.hover\:border-l-green-500\/60:hover{
  border-left-color: rgb(34 197 94 / 0.6);
}

.hover\:border-l-green-500\/65:hover{
  border-left-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(22 163 74 / 0.35);
}

.hover\:border-l-green-600\/40:hover{
  border-left-color: rgb(22 163 74 / 0.4);
}

.hover\:border-l-green-600\/45:hover{
  border-left-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(22 163 74 / 0.55);
}

.hover\:border-l-green-600\/60:hover{
  border-left-color: rgb(22 163 74 / 0.6);
}

.hover\:border-l-green-600\/65:hover{
  border-left-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(21 128 61 / 0.35);
}

.hover\:border-l-green-700\/40:hover{
  border-left-color: rgb(21 128 61 / 0.4);
}

.hover\:border-l-green-700\/45:hover{
  border-left-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(21 128 61 / 0.55);
}

.hover\:border-l-green-700\/60:hover{
  border-left-color: rgb(21 128 61 / 0.6);
}

.hover\:border-l-green-700\/65:hover{
  border-left-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(22 101 52 / 0.35);
}

.hover\:border-l-green-800\/40:hover{
  border-left-color: rgb(22 101 52 / 0.4);
}

.hover\:border-l-green-800\/45:hover{
  border-left-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(22 101 52 / 0.55);
}

.hover\:border-l-green-800\/60:hover{
  border-left-color: rgb(22 101 52 / 0.6);
}

.hover\:border-l-green-800\/65:hover{
  border-left-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(20 83 45 / 0.35);
}

.hover\:border-l-green-900\/40:hover{
  border-left-color: rgb(20 83 45 / 0.4);
}

.hover\:border-l-green-900\/45:hover{
  border-left-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(20 83 45 / 0.55);
}

.hover\:border-l-green-900\/60:hover{
  border-left-color: rgb(20 83 45 / 0.6);
}

.hover\:border-l-green-900\/65:hover{
  border-left-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(5 46 22 / 0.35);
}

.hover\:border-l-green-950\/40:hover{
  border-left-color: rgb(5 46 22 / 0.4);
}

.hover\:border-l-green-950\/45:hover{
  border-left-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(5 46 22 / 0.55);
}

.hover\:border-l-green-950\/60:hover{
  border-left-color: rgb(5 46 22 / 0.6);
}

.hover\:border-l-green-950\/65:hover{
  border-left-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(224 231 255 / 0.35);
}

.hover\:border-l-indigo-100\/40:hover{
  border-left-color: rgb(224 231 255 / 0.4);
}

.hover\:border-l-indigo-100\/45:hover{
  border-left-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(224 231 255 / 0.55);
}

.hover\:border-l-indigo-100\/60:hover{
  border-left-color: rgb(224 231 255 / 0.6);
}

.hover\:border-l-indigo-100\/65:hover{
  border-left-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(199 210 254 / 0.35);
}

.hover\:border-l-indigo-200\/40:hover{
  border-left-color: rgb(199 210 254 / 0.4);
}

.hover\:border-l-indigo-200\/45:hover{
  border-left-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(199 210 254 / 0.55);
}

.hover\:border-l-indigo-200\/60:hover{
  border-left-color: rgb(199 210 254 / 0.6);
}

.hover\:border-l-indigo-200\/65:hover{
  border-left-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(165 180 252 / 0.35);
}

.hover\:border-l-indigo-300\/40:hover{
  border-left-color: rgb(165 180 252 / 0.4);
}

.hover\:border-l-indigo-300\/45:hover{
  border-left-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(165 180 252 / 0.55);
}

.hover\:border-l-indigo-300\/60:hover{
  border-left-color: rgb(165 180 252 / 0.6);
}

.hover\:border-l-indigo-300\/65:hover{
  border-left-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(129 140 248 / 0.35);
}

.hover\:border-l-indigo-400\/40:hover{
  border-left-color: rgb(129 140 248 / 0.4);
}

.hover\:border-l-indigo-400\/45:hover{
  border-left-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(129 140 248 / 0.55);
}

.hover\:border-l-indigo-400\/60:hover{
  border-left-color: rgb(129 140 248 / 0.6);
}

.hover\:border-l-indigo-400\/65:hover{
  border-left-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(238 242 255 / 0.35);
}

.hover\:border-l-indigo-50\/40:hover{
  border-left-color: rgb(238 242 255 / 0.4);
}

.hover\:border-l-indigo-50\/45:hover{
  border-left-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(238 242 255 / 0.55);
}

.hover\:border-l-indigo-50\/60:hover{
  border-left-color: rgb(238 242 255 / 0.6);
}

.hover\:border-l-indigo-50\/65:hover{
  border-left-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(99 102 241 / 0.35);
}

.hover\:border-l-indigo-500\/40:hover{
  border-left-color: rgb(99 102 241 / 0.4);
}

.hover\:border-l-indigo-500\/45:hover{
  border-left-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(99 102 241 / 0.55);
}

.hover\:border-l-indigo-500\/60:hover{
  border-left-color: rgb(99 102 241 / 0.6);
}

.hover\:border-l-indigo-500\/65:hover{
  border-left-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(79 70 229 / 0.35);
}

.hover\:border-l-indigo-600\/40:hover{
  border-left-color: rgb(79 70 229 / 0.4);
}

.hover\:border-l-indigo-600\/45:hover{
  border-left-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(79 70 229 / 0.55);
}

.hover\:border-l-indigo-600\/60:hover{
  border-left-color: rgb(79 70 229 / 0.6);
}

.hover\:border-l-indigo-600\/65:hover{
  border-left-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(67 56 202 / 0.35);
}

.hover\:border-l-indigo-700\/40:hover{
  border-left-color: rgb(67 56 202 / 0.4);
}

.hover\:border-l-indigo-700\/45:hover{
  border-left-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(67 56 202 / 0.55);
}

.hover\:border-l-indigo-700\/60:hover{
  border-left-color: rgb(67 56 202 / 0.6);
}

.hover\:border-l-indigo-700\/65:hover{
  border-left-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(55 48 163 / 0.35);
}

.hover\:border-l-indigo-800\/40:hover{
  border-left-color: rgb(55 48 163 / 0.4);
}

.hover\:border-l-indigo-800\/45:hover{
  border-left-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(55 48 163 / 0.55);
}

.hover\:border-l-indigo-800\/60:hover{
  border-left-color: rgb(55 48 163 / 0.6);
}

.hover\:border-l-indigo-800\/65:hover{
  border-left-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(49 46 129 / 0.35);
}

.hover\:border-l-indigo-900\/40:hover{
  border-left-color: rgb(49 46 129 / 0.4);
}

.hover\:border-l-indigo-900\/45:hover{
  border-left-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(49 46 129 / 0.55);
}

.hover\:border-l-indigo-900\/60:hover{
  border-left-color: rgb(49 46 129 / 0.6);
}

.hover\:border-l-indigo-900\/65:hover{
  border-left-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(30 27 75 / 0.35);
}

.hover\:border-l-indigo-950\/40:hover{
  border-left-color: rgb(30 27 75 / 0.4);
}

.hover\:border-l-indigo-950\/45:hover{
  border-left-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(30 27 75 / 0.55);
}

.hover\:border-l-indigo-950\/60:hover{
  border-left-color: rgb(30 27 75 / 0.6);
}

.hover\:border-l-indigo-950\/65:hover{
  border-left-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.hover\:border-l-info-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.hover\:border-l-info-hover\/0:hover{
  border-left-color: rgb(203 122 0 / 0);
}

.hover\:border-l-info-hover\/10:hover{
  border-left-color: rgb(203 122 0 / 0.1);
}

.hover\:border-l-info-hover\/100:hover{
  border-left-color: rgb(203 122 0 / 1);
}

.hover\:border-l-info-hover\/15:hover{
  border-left-color: rgb(203 122 0 / 0.15);
}

.hover\:border-l-info-hover\/20:hover{
  border-left-color: rgb(203 122 0 / 0.2);
}

.hover\:border-l-info-hover\/25:hover{
  border-left-color: rgb(203 122 0 / 0.25);
}

.hover\:border-l-info-hover\/30:hover{
  border-left-color: rgb(203 122 0 / 0.3);
}

.hover\:border-l-info-hover\/35:hover{
  border-left-color: rgb(203 122 0 / 0.35);
}

.hover\:border-l-info-hover\/40:hover{
  border-left-color: rgb(203 122 0 / 0.4);
}

.hover\:border-l-info-hover\/45:hover{
  border-left-color: rgb(203 122 0 / 0.45);
}

.hover\:border-l-info-hover\/5:hover{
  border-left-color: rgb(203 122 0 / 0.05);
}

.hover\:border-l-info-hover\/50:hover{
  border-left-color: rgb(203 122 0 / 0.5);
}

.hover\:border-l-info-hover\/55:hover{
  border-left-color: rgb(203 122 0 / 0.55);
}

.hover\:border-l-info-hover\/60:hover{
  border-left-color: rgb(203 122 0 / 0.6);
}

.hover\:border-l-info-hover\/65:hover{
  border-left-color: rgb(203 122 0 / 0.65);
}

.hover\:border-l-info-hover\/70:hover{
  border-left-color: rgb(203 122 0 / 0.7);
}

.hover\:border-l-info-hover\/75:hover{
  border-left-color: rgb(203 122 0 / 0.75);
}

.hover\:border-l-info-hover\/80:hover{
  border-left-color: rgb(203 122 0 / 0.8);
}

.hover\:border-l-info-hover\/85:hover{
  border-left-color: rgb(203 122 0 / 0.85);
}

.hover\:border-l-info-hover\/90:hover{
  border-left-color: rgb(203 122 0 / 0.9);
}

.hover\:border-l-info-hover\/95:hover{
  border-left-color: rgb(203 122 0 / 0.95);
}

.hover\:border-l-info\/0:hover{
  border-left-color: rgb(247 159 26 / 0);
}

.hover\:border-l-info\/10:hover{
  border-left-color: rgb(247 159 26 / 0.1);
}

.hover\:border-l-info\/100:hover{
  border-left-color: rgb(247 159 26 / 1);
}

.hover\:border-l-info\/15:hover{
  border-left-color: rgb(247 159 26 / 0.15);
}

.hover\:border-l-info\/20:hover{
  border-left-color: rgb(247 159 26 / 0.2);
}

.hover\:border-l-info\/25:hover{
  border-left-color: rgb(247 159 26 / 0.25);
}

.hover\:border-l-info\/30:hover{
  border-left-color: rgb(247 159 26 / 0.3);
}

.hover\:border-l-info\/35:hover{
  border-left-color: rgb(247 159 26 / 0.35);
}

.hover\:border-l-info\/40:hover{
  border-left-color: rgb(247 159 26 / 0.4);
}

.hover\:border-l-info\/45:hover{
  border-left-color: rgb(247 159 26 / 0.45);
}

.hover\:border-l-info\/5:hover{
  border-left-color: rgb(247 159 26 / 0.05);
}

.hover\:border-l-info\/50:hover{
  border-left-color: rgb(247 159 26 / 0.5);
}

.hover\:border-l-info\/55:hover{
  border-left-color: rgb(247 159 26 / 0.55);
}

.hover\:border-l-info\/60:hover{
  border-left-color: rgb(247 159 26 / 0.6);
}

.hover\:border-l-info\/65:hover{
  border-left-color: rgb(247 159 26 / 0.65);
}

.hover\:border-l-info\/70:hover{
  border-left-color: rgb(247 159 26 / 0.7);
}

.hover\:border-l-info\/75:hover{
  border-left-color: rgb(247 159 26 / 0.75);
}

.hover\:border-l-info\/80:hover{
  border-left-color: rgb(247 159 26 / 0.8);
}

.hover\:border-l-info\/85:hover{
  border-left-color: rgb(247 159 26 / 0.85);
}

.hover\:border-l-info\/90:hover{
  border-left-color: rgb(247 159 26 / 0.9);
}

.hover\:border-l-info\/95:hover{
  border-left-color: rgb(247 159 26 / 0.95);
}

.hover\:border-l-inherit:hover{
  border-left-color: inherit;
}

.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\/15:hover{
  border-left-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(236 252 203 / 0.35);
}

.hover\:border-l-lime-100\/40:hover{
  border-left-color: rgb(236 252 203 / 0.4);
}

.hover\:border-l-lime-100\/45:hover{
  border-left-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(236 252 203 / 0.55);
}

.hover\:border-l-lime-100\/60:hover{
  border-left-color: rgb(236 252 203 / 0.6);
}

.hover\:border-l-lime-100\/65:hover{
  border-left-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(217 249 157 / 0.35);
}

.hover\:border-l-lime-200\/40:hover{
  border-left-color: rgb(217 249 157 / 0.4);
}

.hover\:border-l-lime-200\/45:hover{
  border-left-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(217 249 157 / 0.55);
}

.hover\:border-l-lime-200\/60:hover{
  border-left-color: rgb(217 249 157 / 0.6);
}

.hover\:border-l-lime-200\/65:hover{
  border-left-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(190 242 100 / 0.35);
}

.hover\:border-l-lime-300\/40:hover{
  border-left-color: rgb(190 242 100 / 0.4);
}

.hover\:border-l-lime-300\/45:hover{
  border-left-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(190 242 100 / 0.55);
}

.hover\:border-l-lime-300\/60:hover{
  border-left-color: rgb(190 242 100 / 0.6);
}

.hover\:border-l-lime-300\/65:hover{
  border-left-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(163 230 53 / 0.35);
}

.hover\:border-l-lime-400\/40:hover{
  border-left-color: rgb(163 230 53 / 0.4);
}

.hover\:border-l-lime-400\/45:hover{
  border-left-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(163 230 53 / 0.55);
}

.hover\:border-l-lime-400\/60:hover{
  border-left-color: rgb(163 230 53 / 0.6);
}

.hover\:border-l-lime-400\/65:hover{
  border-left-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(247 254 231 / 0.35);
}

.hover\:border-l-lime-50\/40:hover{
  border-left-color: rgb(247 254 231 / 0.4);
}

.hover\:border-l-lime-50\/45:hover{
  border-left-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(247 254 231 / 0.55);
}

.hover\:border-l-lime-50\/60:hover{
  border-left-color: rgb(247 254 231 / 0.6);
}

.hover\:border-l-lime-50\/65:hover{
  border-left-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(132 204 22 / 0.35);
}

.hover\:border-l-lime-500\/40:hover{
  border-left-color: rgb(132 204 22 / 0.4);
}

.hover\:border-l-lime-500\/45:hover{
  border-left-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(132 204 22 / 0.55);
}

.hover\:border-l-lime-500\/60:hover{
  border-left-color: rgb(132 204 22 / 0.6);
}

.hover\:border-l-lime-500\/65:hover{
  border-left-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(101 163 13 / 0.35);
}

.hover\:border-l-lime-600\/40:hover{
  border-left-color: rgb(101 163 13 / 0.4);
}

.hover\:border-l-lime-600\/45:hover{
  border-left-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(101 163 13 / 0.55);
}

.hover\:border-l-lime-600\/60:hover{
  border-left-color: rgb(101 163 13 / 0.6);
}

.hover\:border-l-lime-600\/65:hover{
  border-left-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(77 124 15 / 0.35);
}

.hover\:border-l-lime-700\/40:hover{
  border-left-color: rgb(77 124 15 / 0.4);
}

.hover\:border-l-lime-700\/45:hover{
  border-left-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(77 124 15 / 0.55);
}

.hover\:border-l-lime-700\/60:hover{
  border-left-color: rgb(77 124 15 / 0.6);
}

.hover\:border-l-lime-700\/65:hover{
  border-left-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(63 98 18 / 0.35);
}

.hover\:border-l-lime-800\/40:hover{
  border-left-color: rgb(63 98 18 / 0.4);
}

.hover\:border-l-lime-800\/45:hover{
  border-left-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(63 98 18 / 0.55);
}

.hover\:border-l-lime-800\/60:hover{
  border-left-color: rgb(63 98 18 / 0.6);
}

.hover\:border-l-lime-800\/65:hover{
  border-left-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(54 83 20 / 0.35);
}

.hover\:border-l-lime-900\/40:hover{
  border-left-color: rgb(54 83 20 / 0.4);
}

.hover\:border-l-lime-900\/45:hover{
  border-left-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(54 83 20 / 0.55);
}

.hover\:border-l-lime-900\/60:hover{
  border-left-color: rgb(54 83 20 / 0.6);
}

.hover\:border-l-lime-900\/65:hover{
  border-left-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(26 46 5 / 0.35);
}

.hover\:border-l-lime-950\/40:hover{
  border-left-color: rgb(26 46 5 / 0.4);
}

.hover\:border-l-lime-950\/45:hover{
  border-left-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(26 46 5 / 0.55);
}

.hover\:border-l-lime-950\/60:hover{
  border-left-color: rgb(26 46 5 / 0.6);
}

.hover\:border-l-lime-950\/65:hover{
  border-left-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-01\/0:hover{
  border-left-color: rgb(224 224 224 / 0);
}

.hover\:border-l-neutral-01\/10:hover{
  border-left-color: rgb(224 224 224 / 0.1);
}

.hover\:border-l-neutral-01\/100:hover{
  border-left-color: rgb(224 224 224 / 1);
}

.hover\:border-l-neutral-01\/15:hover{
  border-left-color: rgb(224 224 224 / 0.15);
}

.hover\:border-l-neutral-01\/20:hover{
  border-left-color: rgb(224 224 224 / 0.2);
}

.hover\:border-l-neutral-01\/25:hover{
  border-left-color: rgb(224 224 224 / 0.25);
}

.hover\:border-l-neutral-01\/30:hover{
  border-left-color: rgb(224 224 224 / 0.3);
}

.hover\:border-l-neutral-01\/35:hover{
  border-left-color: rgb(224 224 224 / 0.35);
}

.hover\:border-l-neutral-01\/40:hover{
  border-left-color: rgb(224 224 224 / 0.4);
}

.hover\:border-l-neutral-01\/45:hover{
  border-left-color: rgb(224 224 224 / 0.45);
}

.hover\:border-l-neutral-01\/5:hover{
  border-left-color: rgb(224 224 224 / 0.05);
}

.hover\:border-l-neutral-01\/50:hover{
  border-left-color: rgb(224 224 224 / 0.5);
}

.hover\:border-l-neutral-01\/55:hover{
  border-left-color: rgb(224 224 224 / 0.55);
}

.hover\:border-l-neutral-01\/60:hover{
  border-left-color: rgb(224 224 224 / 0.6);
}

.hover\:border-l-neutral-01\/65:hover{
  border-left-color: rgb(224 224 224 / 0.65);
}

.hover\:border-l-neutral-01\/70:hover{
  border-left-color: rgb(224 224 224 / 0.7);
}

.hover\:border-l-neutral-01\/75:hover{
  border-left-color: rgb(224 224 224 / 0.75);
}

.hover\:border-l-neutral-01\/80:hover{
  border-left-color: rgb(224 224 224 / 0.8);
}

.hover\:border-l-neutral-01\/85:hover{
  border-left-color: rgb(224 224 224 / 0.85);
}

.hover\:border-l-neutral-01\/90:hover{
  border-left-color: rgb(224 224 224 / 0.9);
}

.hover\:border-l-neutral-01\/95:hover{
  border-left-color: rgb(224 224 224 / 0.95);
}

.hover\:border-l-neutral-02:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-02\/0:hover{
  border-left-color: rgb(228 234 238 / 0);
}

.hover\:border-l-neutral-02\/10:hover{
  border-left-color: rgb(228 234 238 / 0.1);
}

.hover\:border-l-neutral-02\/100:hover{
  border-left-color: rgb(228 234 238 / 1);
}

.hover\:border-l-neutral-02\/15:hover{
  border-left-color: rgb(228 234 238 / 0.15);
}

.hover\:border-l-neutral-02\/20:hover{
  border-left-color: rgb(228 234 238 / 0.2);
}

.hover\:border-l-neutral-02\/25:hover{
  border-left-color: rgb(228 234 238 / 0.25);
}

.hover\:border-l-neutral-02\/30:hover{
  border-left-color: rgb(228 234 238 / 0.3);
}

.hover\:border-l-neutral-02\/35:hover{
  border-left-color: rgb(228 234 238 / 0.35);
}

.hover\:border-l-neutral-02\/40:hover{
  border-left-color: rgb(228 234 238 / 0.4);
}

.hover\:border-l-neutral-02\/45:hover{
  border-left-color: rgb(228 234 238 / 0.45);
}

.hover\:border-l-neutral-02\/5:hover{
  border-left-color: rgb(228 234 238 / 0.05);
}

.hover\:border-l-neutral-02\/50:hover{
  border-left-color: rgb(228 234 238 / 0.5);
}

.hover\:border-l-neutral-02\/55:hover{
  border-left-color: rgb(228 234 238 / 0.55);
}

.hover\:border-l-neutral-02\/60:hover{
  border-left-color: rgb(228 234 238 / 0.6);
}

.hover\:border-l-neutral-02\/65:hover{
  border-left-color: rgb(228 234 238 / 0.65);
}

.hover\:border-l-neutral-02\/70:hover{
  border-left-color: rgb(228 234 238 / 0.7);
}

.hover\:border-l-neutral-02\/75:hover{
  border-left-color: rgb(228 234 238 / 0.75);
}

.hover\:border-l-neutral-02\/80:hover{
  border-left-color: rgb(228 234 238 / 0.8);
}

.hover\:border-l-neutral-02\/85:hover{
  border-left-color: rgb(228 234 238 / 0.85);
}

.hover\:border-l-neutral-02\/90:hover{
  border-left-color: rgb(228 234 238 / 0.9);
}

.hover\:border-l-neutral-02\/95:hover{
  border-left-color: rgb(228 234 238 / 0.95);
}

.hover\:border-l-neutral-03:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-03\/0:hover{
  border-left-color: rgb(236 239 250 / 0);
}

.hover\:border-l-neutral-03\/10:hover{
  border-left-color: rgb(236 239 250 / 0.1);
}

.hover\:border-l-neutral-03\/100:hover{
  border-left-color: rgb(236 239 250 / 1);
}

.hover\:border-l-neutral-03\/15:hover{
  border-left-color: rgb(236 239 250 / 0.15);
}

.hover\:border-l-neutral-03\/20:hover{
  border-left-color: rgb(236 239 250 / 0.2);
}

.hover\:border-l-neutral-03\/25:hover{
  border-left-color: rgb(236 239 250 / 0.25);
}

.hover\:border-l-neutral-03\/30:hover{
  border-left-color: rgb(236 239 250 / 0.3);
}

.hover\:border-l-neutral-03\/35:hover{
  border-left-color: rgb(236 239 250 / 0.35);
}

.hover\:border-l-neutral-03\/40:hover{
  border-left-color: rgb(236 239 250 / 0.4);
}

.hover\:border-l-neutral-03\/45:hover{
  border-left-color: rgb(236 239 250 / 0.45);
}

.hover\:border-l-neutral-03\/5:hover{
  border-left-color: rgb(236 239 250 / 0.05);
}

.hover\:border-l-neutral-03\/50:hover{
  border-left-color: rgb(236 239 250 / 0.5);
}

.hover\:border-l-neutral-03\/55:hover{
  border-left-color: rgb(236 239 250 / 0.55);
}

.hover\:border-l-neutral-03\/60:hover{
  border-left-color: rgb(236 239 250 / 0.6);
}

.hover\:border-l-neutral-03\/65:hover{
  border-left-color: rgb(236 239 250 / 0.65);
}

.hover\:border-l-neutral-03\/70:hover{
  border-left-color: rgb(236 239 250 / 0.7);
}

.hover\:border-l-neutral-03\/75:hover{
  border-left-color: rgb(236 239 250 / 0.75);
}

.hover\:border-l-neutral-03\/80:hover{
  border-left-color: rgb(236 239 250 / 0.8);
}

.hover\:border-l-neutral-03\/85:hover{
  border-left-color: rgb(236 239 250 / 0.85);
}

.hover\:border-l-neutral-03\/90:hover{
  border-left-color: rgb(236 239 250 / 0.9);
}

.hover\:border-l-neutral-03\/95:hover{
  border-left-color: rgb(236 239 250 / 0.95);
}

.hover\:border-l-neutral-04:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-04\/0:hover{
  border-left-color: rgb(215 218 226 / 0);
}

.hover\:border-l-neutral-04\/10:hover{
  border-left-color: rgb(215 218 226 / 0.1);
}

.hover\:border-l-neutral-04\/100:hover{
  border-left-color: rgb(215 218 226 / 1);
}

.hover\:border-l-neutral-04\/15:hover{
  border-left-color: rgb(215 218 226 / 0.15);
}

.hover\:border-l-neutral-04\/20:hover{
  border-left-color: rgb(215 218 226 / 0.2);
}

.hover\:border-l-neutral-04\/25:hover{
  border-left-color: rgb(215 218 226 / 0.25);
}

.hover\:border-l-neutral-04\/30:hover{
  border-left-color: rgb(215 218 226 / 0.3);
}

.hover\:border-l-neutral-04\/35:hover{
  border-left-color: rgb(215 218 226 / 0.35);
}

.hover\:border-l-neutral-04\/40:hover{
  border-left-color: rgb(215 218 226 / 0.4);
}

.hover\:border-l-neutral-04\/45:hover{
  border-left-color: rgb(215 218 226 / 0.45);
}

.hover\:border-l-neutral-04\/5:hover{
  border-left-color: rgb(215 218 226 / 0.05);
}

.hover\:border-l-neutral-04\/50:hover{
  border-left-color: rgb(215 218 226 / 0.5);
}

.hover\:border-l-neutral-04\/55:hover{
  border-left-color: rgb(215 218 226 / 0.55);
}

.hover\:border-l-neutral-04\/60:hover{
  border-left-color: rgb(215 218 226 / 0.6);
}

.hover\:border-l-neutral-04\/65:hover{
  border-left-color: rgb(215 218 226 / 0.65);
}

.hover\:border-l-neutral-04\/70:hover{
  border-left-color: rgb(215 218 226 / 0.7);
}

.hover\:border-l-neutral-04\/75:hover{
  border-left-color: rgb(215 218 226 / 0.75);
}

.hover\:border-l-neutral-04\/80:hover{
  border-left-color: rgb(215 218 226 / 0.8);
}

.hover\:border-l-neutral-04\/85:hover{
  border-left-color: rgb(215 218 226 / 0.85);
}

.hover\:border-l-neutral-04\/90:hover{
  border-left-color: rgb(215 218 226 / 0.9);
}

.hover\:border-l-neutral-04\/95:hover{
  border-left-color: rgb(215 218 226 / 0.95);
}

.hover\:border-l-neutral-05:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-05\/0:hover{
  border-left-color: rgb(246 246 246 / 0);
}

.hover\:border-l-neutral-05\/10:hover{
  border-left-color: rgb(246 246 246 / 0.1);
}

.hover\:border-l-neutral-05\/100:hover{
  border-left-color: rgb(246 246 246 / 1);
}

.hover\:border-l-neutral-05\/15:hover{
  border-left-color: rgb(246 246 246 / 0.15);
}

.hover\:border-l-neutral-05\/20:hover{
  border-left-color: rgb(246 246 246 / 0.2);
}

.hover\:border-l-neutral-05\/25:hover{
  border-left-color: rgb(246 246 246 / 0.25);
}

.hover\:border-l-neutral-05\/30:hover{
  border-left-color: rgb(246 246 246 / 0.3);
}

.hover\:border-l-neutral-05\/35:hover{
  border-left-color: rgb(246 246 246 / 0.35);
}

.hover\:border-l-neutral-05\/40:hover{
  border-left-color: rgb(246 246 246 / 0.4);
}

.hover\:border-l-neutral-05\/45:hover{
  border-left-color: rgb(246 246 246 / 0.45);
}

.hover\:border-l-neutral-05\/5:hover{
  border-left-color: rgb(246 246 246 / 0.05);
}

.hover\:border-l-neutral-05\/50:hover{
  border-left-color: rgb(246 246 246 / 0.5);
}

.hover\:border-l-neutral-05\/55:hover{
  border-left-color: rgb(246 246 246 / 0.55);
}

.hover\:border-l-neutral-05\/60:hover{
  border-left-color: rgb(246 246 246 / 0.6);
}

.hover\:border-l-neutral-05\/65:hover{
  border-left-color: rgb(246 246 246 / 0.65);
}

.hover\:border-l-neutral-05\/70:hover{
  border-left-color: rgb(246 246 246 / 0.7);
}

.hover\:border-l-neutral-05\/75:hover{
  border-left-color: rgb(246 246 246 / 0.75);
}

.hover\:border-l-neutral-05\/80:hover{
  border-left-color: rgb(246 246 246 / 0.8);
}

.hover\:border-l-neutral-05\/85:hover{
  border-left-color: rgb(246 246 246 / 0.85);
}

.hover\:border-l-neutral-05\/90:hover{
  border-left-color: rgb(246 246 246 / 0.9);
}

.hover\:border-l-neutral-05\/95:hover{
  border-left-color: rgb(246 246 246 / 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\/15:hover{
  border-left-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 245 245 / 0.35);
}

.hover\:border-l-neutral-100\/40:hover{
  border-left-color: rgb(245 245 245 / 0.4);
}

.hover\:border-l-neutral-100\/45:hover{
  border-left-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 245 245 / 0.55);
}

.hover\:border-l-neutral-100\/60:hover{
  border-left-color: rgb(245 245 245 / 0.6);
}

.hover\:border-l-neutral-100\/65:hover{
  border-left-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(229 229 229 / 0.35);
}

.hover\:border-l-neutral-200\/40:hover{
  border-left-color: rgb(229 229 229 / 0.4);
}

.hover\:border-l-neutral-200\/45:hover{
  border-left-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(229 229 229 / 0.55);
}

.hover\:border-l-neutral-200\/60:hover{
  border-left-color: rgb(229 229 229 / 0.6);
}

.hover\:border-l-neutral-200\/65:hover{
  border-left-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(212 212 212 / 0.35);
}

.hover\:border-l-neutral-300\/40:hover{
  border-left-color: rgb(212 212 212 / 0.4);
}

.hover\:border-l-neutral-300\/45:hover{
  border-left-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(212 212 212 / 0.55);
}

.hover\:border-l-neutral-300\/60:hover{
  border-left-color: rgb(212 212 212 / 0.6);
}

.hover\:border-l-neutral-300\/65:hover{
  border-left-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(163 163 163 / 0.35);
}

.hover\:border-l-neutral-400\/40:hover{
  border-left-color: rgb(163 163 163 / 0.4);
}

.hover\:border-l-neutral-400\/45:hover{
  border-left-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(163 163 163 / 0.55);
}

.hover\:border-l-neutral-400\/60:hover{
  border-left-color: rgb(163 163 163 / 0.6);
}

.hover\:border-l-neutral-400\/65:hover{
  border-left-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 250 250 / 0.35);
}

.hover\:border-l-neutral-50\/40:hover{
  border-left-color: rgb(250 250 250 / 0.4);
}

.hover\:border-l-neutral-50\/45:hover{
  border-left-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 250 250 / 0.55);
}

.hover\:border-l-neutral-50\/60:hover{
  border-left-color: rgb(250 250 250 / 0.6);
}

.hover\:border-l-neutral-50\/65:hover{
  border-left-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(115 115 115 / 0.35);
}

.hover\:border-l-neutral-500\/40:hover{
  border-left-color: rgb(115 115 115 / 0.4);
}

.hover\:border-l-neutral-500\/45:hover{
  border-left-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(115 115 115 / 0.55);
}

.hover\:border-l-neutral-500\/60:hover{
  border-left-color: rgb(115 115 115 / 0.6);
}

.hover\:border-l-neutral-500\/65:hover{
  border-left-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(82 82 82 / 0.35);
}

.hover\:border-l-neutral-600\/40:hover{
  border-left-color: rgb(82 82 82 / 0.4);
}

.hover\:border-l-neutral-600\/45:hover{
  border-left-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(82 82 82 / 0.55);
}

.hover\:border-l-neutral-600\/60:hover{
  border-left-color: rgb(82 82 82 / 0.6);
}

.hover\:border-l-neutral-600\/65:hover{
  border-left-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(64 64 64 / 0.35);
}

.hover\:border-l-neutral-700\/40:hover{
  border-left-color: rgb(64 64 64 / 0.4);
}

.hover\:border-l-neutral-700\/45:hover{
  border-left-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(64 64 64 / 0.55);
}

.hover\:border-l-neutral-700\/60:hover{
  border-left-color: rgb(64 64 64 / 0.6);
}

.hover\:border-l-neutral-700\/65:hover{
  border-left-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(38 38 38 / 0.35);
}

.hover\:border-l-neutral-800\/40:hover{
  border-left-color: rgb(38 38 38 / 0.4);
}

.hover\:border-l-neutral-800\/45:hover{
  border-left-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(38 38 38 / 0.55);
}

.hover\:border-l-neutral-800\/60:hover{
  border-left-color: rgb(38 38 38 / 0.6);
}

.hover\:border-l-neutral-800\/65:hover{
  border-left-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(23 23 23 / 0.35);
}

.hover\:border-l-neutral-900\/40:hover{
  border-left-color: rgb(23 23 23 / 0.4);
}

.hover\:border-l-neutral-900\/45:hover{
  border-left-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(23 23 23 / 0.55);
}

.hover\:border-l-neutral-900\/60:hover{
  border-left-color: rgb(23 23 23 / 0.6);
}

.hover\:border-l-neutral-900\/65:hover{
  border-left-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(10 10 10 / 0.35);
}

.hover\:border-l-neutral-950\/40:hover{
  border-left-color: rgb(10 10 10 / 0.4);
}

.hover\:border-l-neutral-950\/45:hover{
  border-left-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(10 10 10 / 0.55);
}

.hover\:border-l-neutral-950\/60:hover{
  border-left-color: rgb(10 10 10 / 0.6);
}

.hover\:border-l-neutral-950\/65:hover{
  border-left-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 237 213 / 0.35);
}

.hover\:border-l-orange-100\/40:hover{
  border-left-color: rgb(255 237 213 / 0.4);
}

.hover\:border-l-orange-100\/45:hover{
  border-left-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 237 213 / 0.55);
}

.hover\:border-l-orange-100\/60:hover{
  border-left-color: rgb(255 237 213 / 0.6);
}

.hover\:border-l-orange-100\/65:hover{
  border-left-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 215 170 / 0.35);
}

.hover\:border-l-orange-200\/40:hover{
  border-left-color: rgb(254 215 170 / 0.4);
}

.hover\:border-l-orange-200\/45:hover{
  border-left-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 215 170 / 0.55);
}

.hover\:border-l-orange-200\/60:hover{
  border-left-color: rgb(254 215 170 / 0.6);
}

.hover\:border-l-orange-200\/65:hover{
  border-left-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 186 116 / 0.35);
}

.hover\:border-l-orange-300\/40:hover{
  border-left-color: rgb(253 186 116 / 0.4);
}

.hover\:border-l-orange-300\/45:hover{
  border-left-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 186 116 / 0.55);
}

.hover\:border-l-orange-300\/60:hover{
  border-left-color: rgb(253 186 116 / 0.6);
}

.hover\:border-l-orange-300\/65:hover{
  border-left-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(251 146 60 / 0.35);
}

.hover\:border-l-orange-400\/40:hover{
  border-left-color: rgb(251 146 60 / 0.4);
}

.hover\:border-l-orange-400\/45:hover{
  border-left-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(251 146 60 / 0.55);
}

.hover\:border-l-orange-400\/60:hover{
  border-left-color: rgb(251 146 60 / 0.6);
}

.hover\:border-l-orange-400\/65:hover{
  border-left-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 247 237 / 0.35);
}

.hover\:border-l-orange-50\/40:hover{
  border-left-color: rgb(255 247 237 / 0.4);
}

.hover\:border-l-orange-50\/45:hover{
  border-left-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 247 237 / 0.55);
}

.hover\:border-l-orange-50\/60:hover{
  border-left-color: rgb(255 247 237 / 0.6);
}

.hover\:border-l-orange-50\/65:hover{
  border-left-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(249 115 22 / 0.35);
}

.hover\:border-l-orange-500\/40:hover{
  border-left-color: rgb(249 115 22 / 0.4);
}

.hover\:border-l-orange-500\/45:hover{
  border-left-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(249 115 22 / 0.55);
}

.hover\:border-l-orange-500\/60:hover{
  border-left-color: rgb(249 115 22 / 0.6);
}

.hover\:border-l-orange-500\/65:hover{
  border-left-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(234 88 12 / 0.35);
}

.hover\:border-l-orange-600\/40:hover{
  border-left-color: rgb(234 88 12 / 0.4);
}

.hover\:border-l-orange-600\/45:hover{
  border-left-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(234 88 12 / 0.55);
}

.hover\:border-l-orange-600\/60:hover{
  border-left-color: rgb(234 88 12 / 0.6);
}

.hover\:border-l-orange-600\/65:hover{
  border-left-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(194 65 12 / 0.35);
}

.hover\:border-l-orange-700\/40:hover{
  border-left-color: rgb(194 65 12 / 0.4);
}

.hover\:border-l-orange-700\/45:hover{
  border-left-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(194 65 12 / 0.55);
}

.hover\:border-l-orange-700\/60:hover{
  border-left-color: rgb(194 65 12 / 0.6);
}

.hover\:border-l-orange-700\/65:hover{
  border-left-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(154 52 18 / 0.35);
}

.hover\:border-l-orange-800\/40:hover{
  border-left-color: rgb(154 52 18 / 0.4);
}

.hover\:border-l-orange-800\/45:hover{
  border-left-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(154 52 18 / 0.55);
}

.hover\:border-l-orange-800\/60:hover{
  border-left-color: rgb(154 52 18 / 0.6);
}

.hover\:border-l-orange-800\/65:hover{
  border-left-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(124 45 18 / 0.35);
}

.hover\:border-l-orange-900\/40:hover{
  border-left-color: rgb(124 45 18 / 0.4);
}

.hover\:border-l-orange-900\/45:hover{
  border-left-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(124 45 18 / 0.55);
}

.hover\:border-l-orange-900\/60:hover{
  border-left-color: rgb(124 45 18 / 0.6);
}

.hover\:border-l-orange-900\/65:hover{
  border-left-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(67 20 7 / 0.35);
}

.hover\:border-l-orange-950\/40:hover{
  border-left-color: rgb(67 20 7 / 0.4);
}

.hover\:border-l-orange-950\/45:hover{
  border-left-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(67 20 7 / 0.55);
}

.hover\:border-l-orange-950\/60:hover{
  border-left-color: rgb(67 20 7 / 0.6);
}

.hover\:border-l-orange-950\/65:hover{
  border-left-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  border-left-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(252 231 243 / 0.35);
}

.hover\:border-l-pink-100\/40:hover{
  border-left-color: rgb(252 231 243 / 0.4);
}

.hover\:border-l-pink-100\/45:hover{
  border-left-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(252 231 243 / 0.55);
}

.hover\:border-l-pink-100\/60:hover{
  border-left-color: rgb(252 231 243 / 0.6);
}

.hover\:border-l-pink-100\/65:hover{
  border-left-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(251 207 232 / 0.35);
}

.hover\:border-l-pink-200\/40:hover{
  border-left-color: rgb(251 207 232 / 0.4);
}

.hover\:border-l-pink-200\/45:hover{
  border-left-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(251 207 232 / 0.55);
}

.hover\:border-l-pink-200\/60:hover{
  border-left-color: rgb(251 207 232 / 0.6);
}

.hover\:border-l-pink-200\/65:hover{
  border-left-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(249 168 212 / 0.35);
}

.hover\:border-l-pink-300\/40:hover{
  border-left-color: rgb(249 168 212 / 0.4);
}

.hover\:border-l-pink-300\/45:hover{
  border-left-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(249 168 212 / 0.55);
}

.hover\:border-l-pink-300\/60:hover{
  border-left-color: rgb(249 168 212 / 0.6);
}

.hover\:border-l-pink-300\/65:hover{
  border-left-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(244 114 182 / 0.35);
}

.hover\:border-l-pink-400\/40:hover{
  border-left-color: rgb(244 114 182 / 0.4);
}

.hover\:border-l-pink-400\/45:hover{
  border-left-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(244 114 182 / 0.55);
}

.hover\:border-l-pink-400\/60:hover{
  border-left-color: rgb(244 114 182 / 0.6);
}

.hover\:border-l-pink-400\/65:hover{
  border-left-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 242 248 / 0.35);
}

.hover\:border-l-pink-50\/40:hover{
  border-left-color: rgb(253 242 248 / 0.4);
}

.hover\:border-l-pink-50\/45:hover{
  border-left-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 242 248 / 0.55);
}

.hover\:border-l-pink-50\/60:hover{
  border-left-color: rgb(253 242 248 / 0.6);
}

.hover\:border-l-pink-50\/65:hover{
  border-left-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(236 72 153 / 0.35);
}

.hover\:border-l-pink-500\/40:hover{
  border-left-color: rgb(236 72 153 / 0.4);
}

.hover\:border-l-pink-500\/45:hover{
  border-left-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(236 72 153 / 0.55);
}

.hover\:border-l-pink-500\/60:hover{
  border-left-color: rgb(236 72 153 / 0.6);
}

.hover\:border-l-pink-500\/65:hover{
  border-left-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(219 39 119 / 0.35);
}

.hover\:border-l-pink-600\/40:hover{
  border-left-color: rgb(219 39 119 / 0.4);
}

.hover\:border-l-pink-600\/45:hover{
  border-left-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(219 39 119 / 0.55);
}

.hover\:border-l-pink-600\/60:hover{
  border-left-color: rgb(219 39 119 / 0.6);
}

.hover\:border-l-pink-600\/65:hover{
  border-left-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(190 24 93 / 0.35);
}

.hover\:border-l-pink-700\/40:hover{
  border-left-color: rgb(190 24 93 / 0.4);
}

.hover\:border-l-pink-700\/45:hover{
  border-left-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(190 24 93 / 0.55);
}

.hover\:border-l-pink-700\/60:hover{
  border-left-color: rgb(190 24 93 / 0.6);
}

.hover\:border-l-pink-700\/65:hover{
  border-left-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(157 23 77 / 0.35);
}

.hover\:border-l-pink-800\/40:hover{
  border-left-color: rgb(157 23 77 / 0.4);
}

.hover\:border-l-pink-800\/45:hover{
  border-left-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(157 23 77 / 0.55);
}

.hover\:border-l-pink-800\/60:hover{
  border-left-color: rgb(157 23 77 / 0.6);
}

.hover\:border-l-pink-800\/65:hover{
  border-left-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(131 24 67 / 0.35);
}

.hover\:border-l-pink-900\/40:hover{
  border-left-color: rgb(131 24 67 / 0.4);
}

.hover\:border-l-pink-900\/45:hover{
  border-left-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(131 24 67 / 0.55);
}

.hover\:border-l-pink-900\/60:hover{
  border-left-color: rgb(131 24 67 / 0.6);
}

.hover\:border-l-pink-900\/65:hover{
  border-left-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(80 7 36 / 0.35);
}

.hover\:border-l-pink-950\/40:hover{
  border-left-color: rgb(80 7 36 / 0.4);
}

.hover\:border-l-pink-950\/45:hover{
  border-left-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(80 7 36 / 0.55);
}

.hover\:border-l-pink-950\/60:hover{
  border-left-color: rgb(80 7 36 / 0.6);
}

.hover\:border-l-pink-950\/65:hover{
  border-left-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.hover\:border-l-primary-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.hover\:border-l-primary-hover\/0:hover{
  border-left-color: rgb(71 57 169 / 0);
}

.hover\:border-l-primary-hover\/10:hover{
  border-left-color: rgb(71 57 169 / 0.1);
}

.hover\:border-l-primary-hover\/100:hover{
  border-left-color: rgb(71 57 169 / 1);
}

.hover\:border-l-primary-hover\/15:hover{
  border-left-color: rgb(71 57 169 / 0.15);
}

.hover\:border-l-primary-hover\/20:hover{
  border-left-color: rgb(71 57 169 / 0.2);
}

.hover\:border-l-primary-hover\/25:hover{
  border-left-color: rgb(71 57 169 / 0.25);
}

.hover\:border-l-primary-hover\/30:hover{
  border-left-color: rgb(71 57 169 / 0.3);
}

.hover\:border-l-primary-hover\/35:hover{
  border-left-color: rgb(71 57 169 / 0.35);
}

.hover\:border-l-primary-hover\/40:hover{
  border-left-color: rgb(71 57 169 / 0.4);
}

.hover\:border-l-primary-hover\/45:hover{
  border-left-color: rgb(71 57 169 / 0.45);
}

.hover\:border-l-primary-hover\/5:hover{
  border-left-color: rgb(71 57 169 / 0.05);
}

.hover\:border-l-primary-hover\/50:hover{
  border-left-color: rgb(71 57 169 / 0.5);
}

.hover\:border-l-primary-hover\/55:hover{
  border-left-color: rgb(71 57 169 / 0.55);
}

.hover\:border-l-primary-hover\/60:hover{
  border-left-color: rgb(71 57 169 / 0.6);
}

.hover\:border-l-primary-hover\/65:hover{
  border-left-color: rgb(71 57 169 / 0.65);
}

.hover\:border-l-primary-hover\/70:hover{
  border-left-color: rgb(71 57 169 / 0.7);
}

.hover\:border-l-primary-hover\/75:hover{
  border-left-color: rgb(71 57 169 / 0.75);
}

.hover\:border-l-primary-hover\/80:hover{
  border-left-color: rgb(71 57 169 / 0.8);
}

.hover\:border-l-primary-hover\/85:hover{
  border-left-color: rgb(71 57 169 / 0.85);
}

.hover\:border-l-primary-hover\/90:hover{
  border-left-color: rgb(71 57 169 / 0.9);
}

.hover\:border-l-primary-hover\/95:hover{
  border-left-color: rgb(71 57 169 / 0.95);
}

.hover\:border-l-primary\/0:hover{
  border-left-color: rgb(85 70 192 / 0);
}

.hover\:border-l-primary\/10:hover{
  border-left-color: rgb(85 70 192 / 0.1);
}

.hover\:border-l-primary\/100:hover{
  border-left-color: rgb(85 70 192 / 1);
}

.hover\:border-l-primary\/15:hover{
  border-left-color: rgb(85 70 192 / 0.15);
}

.hover\:border-l-primary\/20:hover{
  border-left-color: rgb(85 70 192 / 0.2);
}

.hover\:border-l-primary\/25:hover{
  border-left-color: rgb(85 70 192 / 0.25);
}

.hover\:border-l-primary\/30:hover{
  border-left-color: rgb(85 70 192 / 0.3);
}

.hover\:border-l-primary\/35:hover{
  border-left-color: rgb(85 70 192 / 0.35);
}

.hover\:border-l-primary\/40:hover{
  border-left-color: rgb(85 70 192 / 0.4);
}

.hover\:border-l-primary\/45:hover{
  border-left-color: rgb(85 70 192 / 0.45);
}

.hover\:border-l-primary\/5:hover{
  border-left-color: rgb(85 70 192 / 0.05);
}

.hover\:border-l-primary\/50:hover{
  border-left-color: rgb(85 70 192 / 0.5);
}

.hover\:border-l-primary\/55:hover{
  border-left-color: rgb(85 70 192 / 0.55);
}

.hover\:border-l-primary\/60:hover{
  border-left-color: rgb(85 70 192 / 0.6);
}

.hover\:border-l-primary\/65:hover{
  border-left-color: rgb(85 70 192 / 0.65);
}

.hover\:border-l-primary\/70:hover{
  border-left-color: rgb(85 70 192 / 0.7);
}

.hover\:border-l-primary\/75:hover{
  border-left-color: rgb(85 70 192 / 0.75);
}

.hover\:border-l-primary\/80:hover{
  border-left-color: rgb(85 70 192 / 0.8);
}

.hover\:border-l-primary\/85:hover{
  border-left-color: rgb(85 70 192 / 0.85);
}

.hover\:border-l-primary\/90:hover{
  border-left-color: rgb(85 70 192 / 0.9);
}

.hover\:border-l-primary\/95:hover{
  border-left-color: rgb(85 70 192 / 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\/15:hover{
  border-left-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(243 232 255 / 0.35);
}

.hover\:border-l-purple-100\/40:hover{
  border-left-color: rgb(243 232 255 / 0.4);
}

.hover\:border-l-purple-100\/45:hover{
  border-left-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(243 232 255 / 0.55);
}

.hover\:border-l-purple-100\/60:hover{
  border-left-color: rgb(243 232 255 / 0.6);
}

.hover\:border-l-purple-100\/65:hover{
  border-left-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(233 213 255 / 0.35);
}

.hover\:border-l-purple-200\/40:hover{
  border-left-color: rgb(233 213 255 / 0.4);
}

.hover\:border-l-purple-200\/45:hover{
  border-left-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(233 213 255 / 0.55);
}

.hover\:border-l-purple-200\/60:hover{
  border-left-color: rgb(233 213 255 / 0.6);
}

.hover\:border-l-purple-200\/65:hover{
  border-left-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(216 180 254 / 0.35);
}

.hover\:border-l-purple-300\/40:hover{
  border-left-color: rgb(216 180 254 / 0.4);
}

.hover\:border-l-purple-300\/45:hover{
  border-left-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(216 180 254 / 0.55);
}

.hover\:border-l-purple-300\/60:hover{
  border-left-color: rgb(216 180 254 / 0.6);
}

.hover\:border-l-purple-300\/65:hover{
  border-left-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(192 132 252 / 0.35);
}

.hover\:border-l-purple-400\/40:hover{
  border-left-color: rgb(192 132 252 / 0.4);
}

.hover\:border-l-purple-400\/45:hover{
  border-left-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(192 132 252 / 0.55);
}

.hover\:border-l-purple-400\/60:hover{
  border-left-color: rgb(192 132 252 / 0.6);
}

.hover\:border-l-purple-400\/65:hover{
  border-left-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 245 255 / 0.35);
}

.hover\:border-l-purple-50\/40:hover{
  border-left-color: rgb(250 245 255 / 0.4);
}

.hover\:border-l-purple-50\/45:hover{
  border-left-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 245 255 / 0.55);
}

.hover\:border-l-purple-50\/60:hover{
  border-left-color: rgb(250 245 255 / 0.6);
}

.hover\:border-l-purple-50\/65:hover{
  border-left-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(168 85 247 / 0.35);
}

.hover\:border-l-purple-500\/40:hover{
  border-left-color: rgb(168 85 247 / 0.4);
}

.hover\:border-l-purple-500\/45:hover{
  border-left-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(168 85 247 / 0.55);
}

.hover\:border-l-purple-500\/60:hover{
  border-left-color: rgb(168 85 247 / 0.6);
}

.hover\:border-l-purple-500\/65:hover{
  border-left-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(147 51 234 / 0.35);
}

.hover\:border-l-purple-600\/40:hover{
  border-left-color: rgb(147 51 234 / 0.4);
}

.hover\:border-l-purple-600\/45:hover{
  border-left-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(147 51 234 / 0.55);
}

.hover\:border-l-purple-600\/60:hover{
  border-left-color: rgb(147 51 234 / 0.6);
}

.hover\:border-l-purple-600\/65:hover{
  border-left-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(126 34 206 / 0.35);
}

.hover\:border-l-purple-700\/40:hover{
  border-left-color: rgb(126 34 206 / 0.4);
}

.hover\:border-l-purple-700\/45:hover{
  border-left-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(126 34 206 / 0.55);
}

.hover\:border-l-purple-700\/60:hover{
  border-left-color: rgb(126 34 206 / 0.6);
}

.hover\:border-l-purple-700\/65:hover{
  border-left-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(107 33 168 / 0.35);
}

.hover\:border-l-purple-800\/40:hover{
  border-left-color: rgb(107 33 168 / 0.4);
}

.hover\:border-l-purple-800\/45:hover{
  border-left-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(107 33 168 / 0.55);
}

.hover\:border-l-purple-800\/60:hover{
  border-left-color: rgb(107 33 168 / 0.6);
}

.hover\:border-l-purple-800\/65:hover{
  border-left-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(88 28 135 / 0.35);
}

.hover\:border-l-purple-900\/40:hover{
  border-left-color: rgb(88 28 135 / 0.4);
}

.hover\:border-l-purple-900\/45:hover{
  border-left-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(88 28 135 / 0.55);
}

.hover\:border-l-purple-900\/60:hover{
  border-left-color: rgb(88 28 135 / 0.6);
}

.hover\:border-l-purple-900\/65:hover{
  border-left-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(59 7 100 / 0.35);
}

.hover\:border-l-purple-950\/40:hover{
  border-left-color: rgb(59 7 100 / 0.4);
}

.hover\:border-l-purple-950\/45:hover{
  border-left-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(59 7 100 / 0.55);
}

.hover\:border-l-purple-950\/60:hover{
  border-left-color: rgb(59 7 100 / 0.6);
}

.hover\:border-l-purple-950\/65:hover{
  border-left-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.hover\:border-l-quaternary-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.hover\:border-l-quaternary-hover\/0:hover{
  border-left-color: rgb(43 202 241 / 0);
}

.hover\:border-l-quaternary-hover\/10:hover{
  border-left-color: rgb(43 202 241 / 0.1);
}

.hover\:border-l-quaternary-hover\/100:hover{
  border-left-color: rgb(43 202 241 / 1);
}

.hover\:border-l-quaternary-hover\/15:hover{
  border-left-color: rgb(43 202 241 / 0.15);
}

.hover\:border-l-quaternary-hover\/20:hover{
  border-left-color: rgb(43 202 241 / 0.2);
}

.hover\:border-l-quaternary-hover\/25:hover{
  border-left-color: rgb(43 202 241 / 0.25);
}

.hover\:border-l-quaternary-hover\/30:hover{
  border-left-color: rgb(43 202 241 / 0.3);
}

.hover\:border-l-quaternary-hover\/35:hover{
  border-left-color: rgb(43 202 241 / 0.35);
}

.hover\:border-l-quaternary-hover\/40:hover{
  border-left-color: rgb(43 202 241 / 0.4);
}

.hover\:border-l-quaternary-hover\/45:hover{
  border-left-color: rgb(43 202 241 / 0.45);
}

.hover\:border-l-quaternary-hover\/5:hover{
  border-left-color: rgb(43 202 241 / 0.05);
}

.hover\:border-l-quaternary-hover\/50:hover{
  border-left-color: rgb(43 202 241 / 0.5);
}

.hover\:border-l-quaternary-hover\/55:hover{
  border-left-color: rgb(43 202 241 / 0.55);
}

.hover\:border-l-quaternary-hover\/60:hover{
  border-left-color: rgb(43 202 241 / 0.6);
}

.hover\:border-l-quaternary-hover\/65:hover{
  border-left-color: rgb(43 202 241 / 0.65);
}

.hover\:border-l-quaternary-hover\/70:hover{
  border-left-color: rgb(43 202 241 / 0.7);
}

.hover\:border-l-quaternary-hover\/75:hover{
  border-left-color: rgb(43 202 241 / 0.75);
}

.hover\:border-l-quaternary-hover\/80:hover{
  border-left-color: rgb(43 202 241 / 0.8);
}

.hover\:border-l-quaternary-hover\/85:hover{
  border-left-color: rgb(43 202 241 / 0.85);
}

.hover\:border-l-quaternary-hover\/90:hover{
  border-left-color: rgb(43 202 241 / 0.9);
}

.hover\:border-l-quaternary-hover\/95:hover{
  border-left-color: rgb(43 202 241 / 0.95);
}

.hover\:border-l-quaternary\/0:hover{
  border-left-color: rgb(61 209 246 / 0);
}

.hover\:border-l-quaternary\/10:hover{
  border-left-color: rgb(61 209 246 / 0.1);
}

.hover\:border-l-quaternary\/100:hover{
  border-left-color: rgb(61 209 246 / 1);
}

.hover\:border-l-quaternary\/15:hover{
  border-left-color: rgb(61 209 246 / 0.15);
}

.hover\:border-l-quaternary\/20:hover{
  border-left-color: rgb(61 209 246 / 0.2);
}

.hover\:border-l-quaternary\/25:hover{
  border-left-color: rgb(61 209 246 / 0.25);
}

.hover\:border-l-quaternary\/30:hover{
  border-left-color: rgb(61 209 246 / 0.3);
}

.hover\:border-l-quaternary\/35:hover{
  border-left-color: rgb(61 209 246 / 0.35);
}

.hover\:border-l-quaternary\/40:hover{
  border-left-color: rgb(61 209 246 / 0.4);
}

.hover\:border-l-quaternary\/45:hover{
  border-left-color: rgb(61 209 246 / 0.45);
}

.hover\:border-l-quaternary\/5:hover{
  border-left-color: rgb(61 209 246 / 0.05);
}

.hover\:border-l-quaternary\/50:hover{
  border-left-color: rgb(61 209 246 / 0.5);
}

.hover\:border-l-quaternary\/55:hover{
  border-left-color: rgb(61 209 246 / 0.55);
}

.hover\:border-l-quaternary\/60:hover{
  border-left-color: rgb(61 209 246 / 0.6);
}

.hover\:border-l-quaternary\/65:hover{
  border-left-color: rgb(61 209 246 / 0.65);
}

.hover\:border-l-quaternary\/70:hover{
  border-left-color: rgb(61 209 246 / 0.7);
}

.hover\:border-l-quaternary\/75:hover{
  border-left-color: rgb(61 209 246 / 0.75);
}

.hover\:border-l-quaternary\/80:hover{
  border-left-color: rgb(61 209 246 / 0.8);
}

.hover\:border-l-quaternary\/85:hover{
  border-left-color: rgb(61 209 246 / 0.85);
}

.hover\:border-l-quaternary\/90:hover{
  border-left-color: rgb(61 209 246 / 0.9);
}

.hover\:border-l-quaternary\/95:hover{
  border-left-color: rgb(61 209 246 / 0.95);
}

.hover\:border-l-quinary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.hover\:border-l-quinary-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.hover\:border-l-quinary-hover\/0:hover{
  border-left-color: rgb(112 126 222 / 0);
}

.hover\:border-l-quinary-hover\/10:hover{
  border-left-color: rgb(112 126 222 / 0.1);
}

.hover\:border-l-quinary-hover\/100:hover{
  border-left-color: rgb(112 126 222 / 1);
}

.hover\:border-l-quinary-hover\/15:hover{
  border-left-color: rgb(112 126 222 / 0.15);
}

.hover\:border-l-quinary-hover\/20:hover{
  border-left-color: rgb(112 126 222 / 0.2);
}

.hover\:border-l-quinary-hover\/25:hover{
  border-left-color: rgb(112 126 222 / 0.25);
}

.hover\:border-l-quinary-hover\/30:hover{
  border-left-color: rgb(112 126 222 / 0.3);
}

.hover\:border-l-quinary-hover\/35:hover{
  border-left-color: rgb(112 126 222 / 0.35);
}

.hover\:border-l-quinary-hover\/40:hover{
  border-left-color: rgb(112 126 222 / 0.4);
}

.hover\:border-l-quinary-hover\/45:hover{
  border-left-color: rgb(112 126 222 / 0.45);
}

.hover\:border-l-quinary-hover\/5:hover{
  border-left-color: rgb(112 126 222 / 0.05);
}

.hover\:border-l-quinary-hover\/50:hover{
  border-left-color: rgb(112 126 222 / 0.5);
}

.hover\:border-l-quinary-hover\/55:hover{
  border-left-color: rgb(112 126 222 / 0.55);
}

.hover\:border-l-quinary-hover\/60:hover{
  border-left-color: rgb(112 126 222 / 0.6);
}

.hover\:border-l-quinary-hover\/65:hover{
  border-left-color: rgb(112 126 222 / 0.65);
}

.hover\:border-l-quinary-hover\/70:hover{
  border-left-color: rgb(112 126 222 / 0.7);
}

.hover\:border-l-quinary-hover\/75:hover{
  border-left-color: rgb(112 126 222 / 0.75);
}

.hover\:border-l-quinary-hover\/80:hover{
  border-left-color: rgb(112 126 222 / 0.8);
}

.hover\:border-l-quinary-hover\/85:hover{
  border-left-color: rgb(112 126 222 / 0.85);
}

.hover\:border-l-quinary-hover\/90:hover{
  border-left-color: rgb(112 126 222 / 0.9);
}

.hover\:border-l-quinary-hover\/95:hover{
  border-left-color: rgb(112 126 222 / 0.95);
}

.hover\:border-l-quinary\/0:hover{
  border-left-color: rgb(136 150 244 / 0);
}

.hover\:border-l-quinary\/10:hover{
  border-left-color: rgb(136 150 244 / 0.1);
}

.hover\:border-l-quinary\/100:hover{
  border-left-color: rgb(136 150 244 / 1);
}

.hover\:border-l-quinary\/15:hover{
  border-left-color: rgb(136 150 244 / 0.15);
}

.hover\:border-l-quinary\/20:hover{
  border-left-color: rgb(136 150 244 / 0.2);
}

.hover\:border-l-quinary\/25:hover{
  border-left-color: rgb(136 150 244 / 0.25);
}

.hover\:border-l-quinary\/30:hover{
  border-left-color: rgb(136 150 244 / 0.3);
}

.hover\:border-l-quinary\/35:hover{
  border-left-color: rgb(136 150 244 / 0.35);
}

.hover\:border-l-quinary\/40:hover{
  border-left-color: rgb(136 150 244 / 0.4);
}

.hover\:border-l-quinary\/45:hover{
  border-left-color: rgb(136 150 244 / 0.45);
}

.hover\:border-l-quinary\/5:hover{
  border-left-color: rgb(136 150 244 / 0.05);
}

.hover\:border-l-quinary\/50:hover{
  border-left-color: rgb(136 150 244 / 0.5);
}

.hover\:border-l-quinary\/55:hover{
  border-left-color: rgb(136 150 244 / 0.55);
}

.hover\:border-l-quinary\/60:hover{
  border-left-color: rgb(136 150 244 / 0.6);
}

.hover\:border-l-quinary\/65:hover{
  border-left-color: rgb(136 150 244 / 0.65);
}

.hover\:border-l-quinary\/70:hover{
  border-left-color: rgb(136 150 244 / 0.7);
}

.hover\:border-l-quinary\/75:hover{
  border-left-color: rgb(136 150 244 / 0.75);
}

.hover\:border-l-quinary\/80:hover{
  border-left-color: rgb(136 150 244 / 0.8);
}

.hover\:border-l-quinary\/85:hover{
  border-left-color: rgb(136 150 244 / 0.85);
}

.hover\:border-l-quinary\/90:hover{
  border-left-color: rgb(136 150 244 / 0.9);
}

.hover\:border-l-quinary\/95:hover{
  border-left-color: rgb(136 150 244 / 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\/15:hover{
  border-left-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 226 226 / 0.35);
}

.hover\:border-l-red-100\/40:hover{
  border-left-color: rgb(254 226 226 / 0.4);
}

.hover\:border-l-red-100\/45:hover{
  border-left-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 226 226 / 0.55);
}

.hover\:border-l-red-100\/60:hover{
  border-left-color: rgb(254 226 226 / 0.6);
}

.hover\:border-l-red-100\/65:hover{
  border-left-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 202 202 / 0.35);
}

.hover\:border-l-red-200\/40:hover{
  border-left-color: rgb(254 202 202 / 0.4);
}

.hover\:border-l-red-200\/45:hover{
  border-left-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 202 202 / 0.55);
}

.hover\:border-l-red-200\/60:hover{
  border-left-color: rgb(254 202 202 / 0.6);
}

.hover\:border-l-red-200\/65:hover{
  border-left-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(252 165 165 / 0.35);
}

.hover\:border-l-red-300\/40:hover{
  border-left-color: rgb(252 165 165 / 0.4);
}

.hover\:border-l-red-300\/45:hover{
  border-left-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(252 165 165 / 0.55);
}

.hover\:border-l-red-300\/60:hover{
  border-left-color: rgb(252 165 165 / 0.6);
}

.hover\:border-l-red-300\/65:hover{
  border-left-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(248 113 113 / 0.35);
}

.hover\:border-l-red-400\/40:hover{
  border-left-color: rgb(248 113 113 / 0.4);
}

.hover\:border-l-red-400\/45:hover{
  border-left-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(248 113 113 / 0.55);
}

.hover\:border-l-red-400\/60:hover{
  border-left-color: rgb(248 113 113 / 0.6);
}

.hover\:border-l-red-400\/65:hover{
  border-left-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 242 242 / 0.35);
}

.hover\:border-l-red-50\/40:hover{
  border-left-color: rgb(254 242 242 / 0.4);
}

.hover\:border-l-red-50\/45:hover{
  border-left-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 242 242 / 0.55);
}

.hover\:border-l-red-50\/60:hover{
  border-left-color: rgb(254 242 242 / 0.6);
}

.hover\:border-l-red-50\/65:hover{
  border-left-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(239 68 68 / 0.35);
}

.hover\:border-l-red-500\/40:hover{
  border-left-color: rgb(239 68 68 / 0.4);
}

.hover\:border-l-red-500\/45:hover{
  border-left-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(239 68 68 / 0.55);
}

.hover\:border-l-red-500\/60:hover{
  border-left-color: rgb(239 68 68 / 0.6);
}

.hover\:border-l-red-500\/65:hover{
  border-left-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(220 38 38 / 0.35);
}

.hover\:border-l-red-600\/40:hover{
  border-left-color: rgb(220 38 38 / 0.4);
}

.hover\:border-l-red-600\/45:hover{
  border-left-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(220 38 38 / 0.55);
}

.hover\:border-l-red-600\/60:hover{
  border-left-color: rgb(220 38 38 / 0.6);
}

.hover\:border-l-red-600\/65:hover{
  border-left-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(185 28 28 / 0.35);
}

.hover\:border-l-red-700\/40:hover{
  border-left-color: rgb(185 28 28 / 0.4);
}

.hover\:border-l-red-700\/45:hover{
  border-left-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(185 28 28 / 0.55);
}

.hover\:border-l-red-700\/60:hover{
  border-left-color: rgb(185 28 28 / 0.6);
}

.hover\:border-l-red-700\/65:hover{
  border-left-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(153 27 27 / 0.35);
}

.hover\:border-l-red-800\/40:hover{
  border-left-color: rgb(153 27 27 / 0.4);
}

.hover\:border-l-red-800\/45:hover{
  border-left-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(153 27 27 / 0.55);
}

.hover\:border-l-red-800\/60:hover{
  border-left-color: rgb(153 27 27 / 0.6);
}

.hover\:border-l-red-800\/65:hover{
  border-left-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(127 29 29 / 0.35);
}

.hover\:border-l-red-900\/40:hover{
  border-left-color: rgb(127 29 29 / 0.4);
}

.hover\:border-l-red-900\/45:hover{
  border-left-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(127 29 29 / 0.55);
}

.hover\:border-l-red-900\/60:hover{
  border-left-color: rgb(127 29 29 / 0.6);
}

.hover\:border-l-red-900\/65:hover{
  border-left-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(69 10 10 / 0.35);
}

.hover\:border-l-red-950\/40:hover{
  border-left-color: rgb(69 10 10 / 0.4);
}

.hover\:border-l-red-950\/45:hover{
  border-left-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(69 10 10 / 0.55);
}

.hover\:border-l-red-950\/60:hover{
  border-left-color: rgb(69 10 10 / 0.6);
}

.hover\:border-l-red-950\/65:hover{
  border-left-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 228 230 / 0.35);
}

.hover\:border-l-rose-100\/40:hover{
  border-left-color: rgb(255 228 230 / 0.4);
}

.hover\:border-l-rose-100\/45:hover{
  border-left-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 228 230 / 0.55);
}

.hover\:border-l-rose-100\/60:hover{
  border-left-color: rgb(255 228 230 / 0.6);
}

.hover\:border-l-rose-100\/65:hover{
  border-left-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 205 211 / 0.35);
}

.hover\:border-l-rose-200\/40:hover{
  border-left-color: rgb(254 205 211 / 0.4);
}

.hover\:border-l-rose-200\/45:hover{
  border-left-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 205 211 / 0.55);
}

.hover\:border-l-rose-200\/60:hover{
  border-left-color: rgb(254 205 211 / 0.6);
}

.hover\:border-l-rose-200\/65:hover{
  border-left-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 164 175 / 0.35);
}

.hover\:border-l-rose-300\/40:hover{
  border-left-color: rgb(253 164 175 / 0.4);
}

.hover\:border-l-rose-300\/45:hover{
  border-left-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 164 175 / 0.55);
}

.hover\:border-l-rose-300\/60:hover{
  border-left-color: rgb(253 164 175 / 0.6);
}

.hover\:border-l-rose-300\/65:hover{
  border-left-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(251 113 133 / 0.35);
}

.hover\:border-l-rose-400\/40:hover{
  border-left-color: rgb(251 113 133 / 0.4);
}

.hover\:border-l-rose-400\/45:hover{
  border-left-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(251 113 133 / 0.55);
}

.hover\:border-l-rose-400\/60:hover{
  border-left-color: rgb(251 113 133 / 0.6);
}

.hover\:border-l-rose-400\/65:hover{
  border-left-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 241 242 / 0.35);
}

.hover\:border-l-rose-50\/40:hover{
  border-left-color: rgb(255 241 242 / 0.4);
}

.hover\:border-l-rose-50\/45:hover{
  border-left-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 241 242 / 0.55);
}

.hover\:border-l-rose-50\/60:hover{
  border-left-color: rgb(255 241 242 / 0.6);
}

.hover\:border-l-rose-50\/65:hover{
  border-left-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(244 63 94 / 0.35);
}

.hover\:border-l-rose-500\/40:hover{
  border-left-color: rgb(244 63 94 / 0.4);
}

.hover\:border-l-rose-500\/45:hover{
  border-left-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(244 63 94 / 0.55);
}

.hover\:border-l-rose-500\/60:hover{
  border-left-color: rgb(244 63 94 / 0.6);
}

.hover\:border-l-rose-500\/65:hover{
  border-left-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(225 29 72 / 0.35);
}

.hover\:border-l-rose-600\/40:hover{
  border-left-color: rgb(225 29 72 / 0.4);
}

.hover\:border-l-rose-600\/45:hover{
  border-left-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(225 29 72 / 0.55);
}

.hover\:border-l-rose-600\/60:hover{
  border-left-color: rgb(225 29 72 / 0.6);
}

.hover\:border-l-rose-600\/65:hover{
  border-left-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(190 18 60 / 0.35);
}

.hover\:border-l-rose-700\/40:hover{
  border-left-color: rgb(190 18 60 / 0.4);
}

.hover\:border-l-rose-700\/45:hover{
  border-left-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(190 18 60 / 0.55);
}

.hover\:border-l-rose-700\/60:hover{
  border-left-color: rgb(190 18 60 / 0.6);
}

.hover\:border-l-rose-700\/65:hover{
  border-left-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(159 18 57 / 0.35);
}

.hover\:border-l-rose-800\/40:hover{
  border-left-color: rgb(159 18 57 / 0.4);
}

.hover\:border-l-rose-800\/45:hover{
  border-left-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(159 18 57 / 0.55);
}

.hover\:border-l-rose-800\/60:hover{
  border-left-color: rgb(159 18 57 / 0.6);
}

.hover\:border-l-rose-800\/65:hover{
  border-left-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(136 19 55 / 0.35);
}

.hover\:border-l-rose-900\/40:hover{
  border-left-color: rgb(136 19 55 / 0.4);
}

.hover\:border-l-rose-900\/45:hover{
  border-left-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(136 19 55 / 0.55);
}

.hover\:border-l-rose-900\/60:hover{
  border-left-color: rgb(136 19 55 / 0.6);
}

.hover\:border-l-rose-900\/65:hover{
  border-left-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(76 5 25 / 0.35);
}

.hover\:border-l-rose-950\/40:hover{
  border-left-color: rgb(76 5 25 / 0.4);
}

.hover\:border-l-rose-950\/45:hover{
  border-left-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(76 5 25 / 0.55);
}

.hover\:border-l-rose-950\/60:hover{
  border-left-color: rgb(76 5 25 / 0.6);
}

.hover\:border-l-rose-950\/65:hover{
  border-left-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.hover\:border-l-secondary\/0:hover{
  border-left-color: rgb(141 147 167 / 0);
}

.hover\:border-l-secondary\/10:hover{
  border-left-color: rgb(141 147 167 / 0.1);
}

.hover\:border-l-secondary\/100:hover{
  border-left-color: rgb(141 147 167 / 1);
}

.hover\:border-l-secondary\/15:hover{
  border-left-color: rgb(141 147 167 / 0.15);
}

.hover\:border-l-secondary\/20:hover{
  border-left-color: rgb(141 147 167 / 0.2);
}

.hover\:border-l-secondary\/25:hover{
  border-left-color: rgb(141 147 167 / 0.25);
}

.hover\:border-l-secondary\/30:hover{
  border-left-color: rgb(141 147 167 / 0.3);
}

.hover\:border-l-secondary\/35:hover{
  border-left-color: rgb(141 147 167 / 0.35);
}

.hover\:border-l-secondary\/40:hover{
  border-left-color: rgb(141 147 167 / 0.4);
}

.hover\:border-l-secondary\/45:hover{
  border-left-color: rgb(141 147 167 / 0.45);
}

.hover\:border-l-secondary\/5:hover{
  border-left-color: rgb(141 147 167 / 0.05);
}

.hover\:border-l-secondary\/50:hover{
  border-left-color: rgb(141 147 167 / 0.5);
}

.hover\:border-l-secondary\/55:hover{
  border-left-color: rgb(141 147 167 / 0.55);
}

.hover\:border-l-secondary\/60:hover{
  border-left-color: rgb(141 147 167 / 0.6);
}

.hover\:border-l-secondary\/65:hover{
  border-left-color: rgb(141 147 167 / 0.65);
}

.hover\:border-l-secondary\/70:hover{
  border-left-color: rgb(141 147 167 / 0.7);
}

.hover\:border-l-secondary\/75:hover{
  border-left-color: rgb(141 147 167 / 0.75);
}

.hover\:border-l-secondary\/80:hover{
  border-left-color: rgb(141 147 167 / 0.8);
}

.hover\:border-l-secondary\/85:hover{
  border-left-color: rgb(141 147 167 / 0.85);
}

.hover\:border-l-secondary\/90:hover{
  border-left-color: rgb(141 147 167 / 0.9);
}

.hover\:border-l-secondary\/95:hover{
  border-left-color: rgb(141 147 167 / 0.95);
}

.hover\:border-l-senary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.hover\:border-l-senary\/0:hover{
  border-left-color: rgb(73 134 231 / 0);
}

.hover\:border-l-senary\/10:hover{
  border-left-color: rgb(73 134 231 / 0.1);
}

.hover\:border-l-senary\/100:hover{
  border-left-color: rgb(73 134 231 / 1);
}

.hover\:border-l-senary\/15:hover{
  border-left-color: rgb(73 134 231 / 0.15);
}

.hover\:border-l-senary\/20:hover{
  border-left-color: rgb(73 134 231 / 0.2);
}

.hover\:border-l-senary\/25:hover{
  border-left-color: rgb(73 134 231 / 0.25);
}

.hover\:border-l-senary\/30:hover{
  border-left-color: rgb(73 134 231 / 0.3);
}

.hover\:border-l-senary\/35:hover{
  border-left-color: rgb(73 134 231 / 0.35);
}

.hover\:border-l-senary\/40:hover{
  border-left-color: rgb(73 134 231 / 0.4);
}

.hover\:border-l-senary\/45:hover{
  border-left-color: rgb(73 134 231 / 0.45);
}

.hover\:border-l-senary\/5:hover{
  border-left-color: rgb(73 134 231 / 0.05);
}

.hover\:border-l-senary\/50:hover{
  border-left-color: rgb(73 134 231 / 0.5);
}

.hover\:border-l-senary\/55:hover{
  border-left-color: rgb(73 134 231 / 0.55);
}

.hover\:border-l-senary\/60:hover{
  border-left-color: rgb(73 134 231 / 0.6);
}

.hover\:border-l-senary\/65:hover{
  border-left-color: rgb(73 134 231 / 0.65);
}

.hover\:border-l-senary\/70:hover{
  border-left-color: rgb(73 134 231 / 0.7);
}

.hover\:border-l-senary\/75:hover{
  border-left-color: rgb(73 134 231 / 0.75);
}

.hover\:border-l-senary\/80:hover{
  border-left-color: rgb(73 134 231 / 0.8);
}

.hover\:border-l-senary\/85:hover{
  border-left-color: rgb(73 134 231 / 0.85);
}

.hover\:border-l-senary\/90:hover{
  border-left-color: rgb(73 134 231 / 0.9);
}

.hover\:border-l-senary\/95:hover{
  border-left-color: rgb(73 134 231 / 0.95);
}

.hover\:border-l-septenary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.hover\:border-l-septenary\/0:hover{
  border-left-color: rgb(49 88 129 / 0);
}

.hover\:border-l-septenary\/10:hover{
  border-left-color: rgb(49 88 129 / 0.1);
}

.hover\:border-l-septenary\/100:hover{
  border-left-color: rgb(49 88 129 / 1);
}

.hover\:border-l-septenary\/15:hover{
  border-left-color: rgb(49 88 129 / 0.15);
}

.hover\:border-l-septenary\/20:hover{
  border-left-color: rgb(49 88 129 / 0.2);
}

.hover\:border-l-septenary\/25:hover{
  border-left-color: rgb(49 88 129 / 0.25);
}

.hover\:border-l-septenary\/30:hover{
  border-left-color: rgb(49 88 129 / 0.3);
}

.hover\:border-l-septenary\/35:hover{
  border-left-color: rgb(49 88 129 / 0.35);
}

.hover\:border-l-septenary\/40:hover{
  border-left-color: rgb(49 88 129 / 0.4);
}

.hover\:border-l-septenary\/45:hover{
  border-left-color: rgb(49 88 129 / 0.45);
}

.hover\:border-l-septenary\/5:hover{
  border-left-color: rgb(49 88 129 / 0.05);
}

.hover\:border-l-septenary\/50:hover{
  border-left-color: rgb(49 88 129 / 0.5);
}

.hover\:border-l-septenary\/55:hover{
  border-left-color: rgb(49 88 129 / 0.55);
}

.hover\:border-l-septenary\/60:hover{
  border-left-color: rgb(49 88 129 / 0.6);
}

.hover\:border-l-septenary\/65:hover{
  border-left-color: rgb(49 88 129 / 0.65);
}

.hover\:border-l-septenary\/70:hover{
  border-left-color: rgb(49 88 129 / 0.7);
}

.hover\:border-l-septenary\/75:hover{
  border-left-color: rgb(49 88 129 / 0.75);
}

.hover\:border-l-septenary\/80:hover{
  border-left-color: rgb(49 88 129 / 0.8);
}

.hover\:border-l-septenary\/85:hover{
  border-left-color: rgb(49 88 129 / 0.85);
}

.hover\:border-l-septenary\/90:hover{
  border-left-color: rgb(49 88 129 / 0.9);
}

.hover\:border-l-septenary\/95:hover{
  border-left-color: rgb(49 88 129 / 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\/15:hover{
  border-left-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(224 242 254 / 0.35);
}

.hover\:border-l-sky-100\/40:hover{
  border-left-color: rgb(224 242 254 / 0.4);
}

.hover\:border-l-sky-100\/45:hover{
  border-left-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(224 242 254 / 0.55);
}

.hover\:border-l-sky-100\/60:hover{
  border-left-color: rgb(224 242 254 / 0.6);
}

.hover\:border-l-sky-100\/65:hover{
  border-left-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(186 230 253 / 0.35);
}

.hover\:border-l-sky-200\/40:hover{
  border-left-color: rgb(186 230 253 / 0.4);
}

.hover\:border-l-sky-200\/45:hover{
  border-left-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(186 230 253 / 0.55);
}

.hover\:border-l-sky-200\/60:hover{
  border-left-color: rgb(186 230 253 / 0.6);
}

.hover\:border-l-sky-200\/65:hover{
  border-left-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(125 211 252 / 0.35);
}

.hover\:border-l-sky-300\/40:hover{
  border-left-color: rgb(125 211 252 / 0.4);
}

.hover\:border-l-sky-300\/45:hover{
  border-left-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(125 211 252 / 0.55);
}

.hover\:border-l-sky-300\/60:hover{
  border-left-color: rgb(125 211 252 / 0.6);
}

.hover\:border-l-sky-300\/65:hover{
  border-left-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(56 189 248 / 0.35);
}

.hover\:border-l-sky-400\/40:hover{
  border-left-color: rgb(56 189 248 / 0.4);
}

.hover\:border-l-sky-400\/45:hover{
  border-left-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(56 189 248 / 0.55);
}

.hover\:border-l-sky-400\/60:hover{
  border-left-color: rgb(56 189 248 / 0.6);
}

.hover\:border-l-sky-400\/65:hover{
  border-left-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(240 249 255 / 0.35);
}

.hover\:border-l-sky-50\/40:hover{
  border-left-color: rgb(240 249 255 / 0.4);
}

.hover\:border-l-sky-50\/45:hover{
  border-left-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(240 249 255 / 0.55);
}

.hover\:border-l-sky-50\/60:hover{
  border-left-color: rgb(240 249 255 / 0.6);
}

.hover\:border-l-sky-50\/65:hover{
  border-left-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(14 165 233 / 0.35);
}

.hover\:border-l-sky-500\/40:hover{
  border-left-color: rgb(14 165 233 / 0.4);
}

.hover\:border-l-sky-500\/45:hover{
  border-left-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(14 165 233 / 0.55);
}

.hover\:border-l-sky-500\/60:hover{
  border-left-color: rgb(14 165 233 / 0.6);
}

.hover\:border-l-sky-500\/65:hover{
  border-left-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(2 132 199 / 0.35);
}

.hover\:border-l-sky-600\/40:hover{
  border-left-color: rgb(2 132 199 / 0.4);
}

.hover\:border-l-sky-600\/45:hover{
  border-left-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(2 132 199 / 0.55);
}

.hover\:border-l-sky-600\/60:hover{
  border-left-color: rgb(2 132 199 / 0.6);
}

.hover\:border-l-sky-600\/65:hover{
  border-left-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(3 105 161 / 0.35);
}

.hover\:border-l-sky-700\/40:hover{
  border-left-color: rgb(3 105 161 / 0.4);
}

.hover\:border-l-sky-700\/45:hover{
  border-left-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(3 105 161 / 0.55);
}

.hover\:border-l-sky-700\/60:hover{
  border-left-color: rgb(3 105 161 / 0.6);
}

.hover\:border-l-sky-700\/65:hover{
  border-left-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(7 89 133 / 0.35);
}

.hover\:border-l-sky-800\/40:hover{
  border-left-color: rgb(7 89 133 / 0.4);
}

.hover\:border-l-sky-800\/45:hover{
  border-left-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(7 89 133 / 0.55);
}

.hover\:border-l-sky-800\/60:hover{
  border-left-color: rgb(7 89 133 / 0.6);
}

.hover\:border-l-sky-800\/65:hover{
  border-left-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(12 74 110 / 0.35);
}

.hover\:border-l-sky-900\/40:hover{
  border-left-color: rgb(12 74 110 / 0.4);
}

.hover\:border-l-sky-900\/45:hover{
  border-left-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(12 74 110 / 0.55);
}

.hover\:border-l-sky-900\/60:hover{
  border-left-color: rgb(12 74 110 / 0.6);
}

.hover\:border-l-sky-900\/65:hover{
  border-left-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(8 47 73 / 0.35);
}

.hover\:border-l-sky-950\/40:hover{
  border-left-color: rgb(8 47 73 / 0.4);
}

.hover\:border-l-sky-950\/45:hover{
  border-left-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(8 47 73 / 0.55);
}

.hover\:border-l-sky-950\/60:hover{
  border-left-color: rgb(8 47 73 / 0.6);
}

.hover\:border-l-sky-950\/65:hover{
  border-left-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(241 245 249 / 0.35);
}

.hover\:border-l-slate-100\/40:hover{
  border-left-color: rgb(241 245 249 / 0.4);
}

.hover\:border-l-slate-100\/45:hover{
  border-left-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(241 245 249 / 0.55);
}

.hover\:border-l-slate-100\/60:hover{
  border-left-color: rgb(241 245 249 / 0.6);
}

.hover\:border-l-slate-100\/65:hover{
  border-left-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(226 232 240 / 0.35);
}

.hover\:border-l-slate-200\/40:hover{
  border-left-color: rgb(226 232 240 / 0.4);
}

.hover\:border-l-slate-200\/45:hover{
  border-left-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(226 232 240 / 0.55);
}

.hover\:border-l-slate-200\/60:hover{
  border-left-color: rgb(226 232 240 / 0.6);
}

.hover\:border-l-slate-200\/65:hover{
  border-left-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(203 213 225 / 0.35);
}

.hover\:border-l-slate-300\/40:hover{
  border-left-color: rgb(203 213 225 / 0.4);
}

.hover\:border-l-slate-300\/45:hover{
  border-left-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(203 213 225 / 0.55);
}

.hover\:border-l-slate-300\/60:hover{
  border-left-color: rgb(203 213 225 / 0.6);
}

.hover\:border-l-slate-300\/65:hover{
  border-left-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(148 163 184 / 0.35);
}

.hover\:border-l-slate-400\/40:hover{
  border-left-color: rgb(148 163 184 / 0.4);
}

.hover\:border-l-slate-400\/45:hover{
  border-left-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(148 163 184 / 0.55);
}

.hover\:border-l-slate-400\/60:hover{
  border-left-color: rgb(148 163 184 / 0.6);
}

.hover\:border-l-slate-400\/65:hover{
  border-left-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(248 250 252 / 0.35);
}

.hover\:border-l-slate-50\/40:hover{
  border-left-color: rgb(248 250 252 / 0.4);
}

.hover\:border-l-slate-50\/45:hover{
  border-left-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(248 250 252 / 0.55);
}

.hover\:border-l-slate-50\/60:hover{
  border-left-color: rgb(248 250 252 / 0.6);
}

.hover\:border-l-slate-50\/65:hover{
  border-left-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(100 116 139 / 0.35);
}

.hover\:border-l-slate-500\/40:hover{
  border-left-color: rgb(100 116 139 / 0.4);
}

.hover\:border-l-slate-500\/45:hover{
  border-left-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(100 116 139 / 0.55);
}

.hover\:border-l-slate-500\/60:hover{
  border-left-color: rgb(100 116 139 / 0.6);
}

.hover\:border-l-slate-500\/65:hover{
  border-left-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(71 85 105 / 0.35);
}

.hover\:border-l-slate-600\/40:hover{
  border-left-color: rgb(71 85 105 / 0.4);
}

.hover\:border-l-slate-600\/45:hover{
  border-left-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(71 85 105 / 0.55);
}

.hover\:border-l-slate-600\/60:hover{
  border-left-color: rgb(71 85 105 / 0.6);
}

.hover\:border-l-slate-600\/65:hover{
  border-left-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(51 65 85 / 0.35);
}

.hover\:border-l-slate-700\/40:hover{
  border-left-color: rgb(51 65 85 / 0.4);
}

.hover\:border-l-slate-700\/45:hover{
  border-left-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(51 65 85 / 0.55);
}

.hover\:border-l-slate-700\/60:hover{
  border-left-color: rgb(51 65 85 / 0.6);
}

.hover\:border-l-slate-700\/65:hover{
  border-left-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(30 41 59 / 0.35);
}

.hover\:border-l-slate-800\/40:hover{
  border-left-color: rgb(30 41 59 / 0.4);
}

.hover\:border-l-slate-800\/45:hover{
  border-left-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(30 41 59 / 0.55);
}

.hover\:border-l-slate-800\/60:hover{
  border-left-color: rgb(30 41 59 / 0.6);
}

.hover\:border-l-slate-800\/65:hover{
  border-left-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(15 23 42 / 0.35);
}

.hover\:border-l-slate-900\/40:hover{
  border-left-color: rgb(15 23 42 / 0.4);
}

.hover\:border-l-slate-900\/45:hover{
  border-left-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(15 23 42 / 0.55);
}

.hover\:border-l-slate-900\/60:hover{
  border-left-color: rgb(15 23 42 / 0.6);
}

.hover\:border-l-slate-900\/65:hover{
  border-left-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(2 6 23 / 0.35);
}

.hover\:border-l-slate-950\/40:hover{
  border-left-color: rgb(2 6 23 / 0.4);
}

.hover\:border-l-slate-950\/45:hover{
  border-left-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(2 6 23 / 0.55);
}

.hover\:border-l-slate-950\/60:hover{
  border-left-color: rgb(2 6 23 / 0.6);
}

.hover\:border-l-slate-950\/65:hover{
  border-left-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 245 244 / 0.35);
}

.hover\:border-l-stone-100\/40:hover{
  border-left-color: rgb(245 245 244 / 0.4);
}

.hover\:border-l-stone-100\/45:hover{
  border-left-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 245 244 / 0.55);
}

.hover\:border-l-stone-100\/60:hover{
  border-left-color: rgb(245 245 244 / 0.6);
}

.hover\:border-l-stone-100\/65:hover{
  border-left-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(231 229 228 / 0.35);
}

.hover\:border-l-stone-200\/40:hover{
  border-left-color: rgb(231 229 228 / 0.4);
}

.hover\:border-l-stone-200\/45:hover{
  border-left-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(231 229 228 / 0.55);
}

.hover\:border-l-stone-200\/60:hover{
  border-left-color: rgb(231 229 228 / 0.6);
}

.hover\:border-l-stone-200\/65:hover{
  border-left-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(214 211 209 / 0.35);
}

.hover\:border-l-stone-300\/40:hover{
  border-left-color: rgb(214 211 209 / 0.4);
}

.hover\:border-l-stone-300\/45:hover{
  border-left-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(214 211 209 / 0.55);
}

.hover\:border-l-stone-300\/60:hover{
  border-left-color: rgb(214 211 209 / 0.6);
}

.hover\:border-l-stone-300\/65:hover{
  border-left-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(168 162 158 / 0.35);
}

.hover\:border-l-stone-400\/40:hover{
  border-left-color: rgb(168 162 158 / 0.4);
}

.hover\:border-l-stone-400\/45:hover{
  border-left-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(168 162 158 / 0.55);
}

.hover\:border-l-stone-400\/60:hover{
  border-left-color: rgb(168 162 158 / 0.6);
}

.hover\:border-l-stone-400\/65:hover{
  border-left-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 250 249 / 0.35);
}

.hover\:border-l-stone-50\/40:hover{
  border-left-color: rgb(250 250 249 / 0.4);
}

.hover\:border-l-stone-50\/45:hover{
  border-left-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 250 249 / 0.55);
}

.hover\:border-l-stone-50\/60:hover{
  border-left-color: rgb(250 250 249 / 0.6);
}

.hover\:border-l-stone-50\/65:hover{
  border-left-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(120 113 108 / 0.35);
}

.hover\:border-l-stone-500\/40:hover{
  border-left-color: rgb(120 113 108 / 0.4);
}

.hover\:border-l-stone-500\/45:hover{
  border-left-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(120 113 108 / 0.55);
}

.hover\:border-l-stone-500\/60:hover{
  border-left-color: rgb(120 113 108 / 0.6);
}

.hover\:border-l-stone-500\/65:hover{
  border-left-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(87 83 78 / 0.35);
}

.hover\:border-l-stone-600\/40:hover{
  border-left-color: rgb(87 83 78 / 0.4);
}

.hover\:border-l-stone-600\/45:hover{
  border-left-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(87 83 78 / 0.55);
}

.hover\:border-l-stone-600\/60:hover{
  border-left-color: rgb(87 83 78 / 0.6);
}

.hover\:border-l-stone-600\/65:hover{
  border-left-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(68 64 60 / 0.35);
}

.hover\:border-l-stone-700\/40:hover{
  border-left-color: rgb(68 64 60 / 0.4);
}

.hover\:border-l-stone-700\/45:hover{
  border-left-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(68 64 60 / 0.55);
}

.hover\:border-l-stone-700\/60:hover{
  border-left-color: rgb(68 64 60 / 0.6);
}

.hover\:border-l-stone-700\/65:hover{
  border-left-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(41 37 36 / 0.35);
}

.hover\:border-l-stone-800\/40:hover{
  border-left-color: rgb(41 37 36 / 0.4);
}

.hover\:border-l-stone-800\/45:hover{
  border-left-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(41 37 36 / 0.55);
}

.hover\:border-l-stone-800\/60:hover{
  border-left-color: rgb(41 37 36 / 0.6);
}

.hover\:border-l-stone-800\/65:hover{
  border-left-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(28 25 23 / 0.35);
}

.hover\:border-l-stone-900\/40:hover{
  border-left-color: rgb(28 25 23 / 0.4);
}

.hover\:border-l-stone-900\/45:hover{
  border-left-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(28 25 23 / 0.55);
}

.hover\:border-l-stone-900\/60:hover{
  border-left-color: rgb(28 25 23 / 0.6);
}

.hover\:border-l-stone-900\/65:hover{
  border-left-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(12 10 9 / 0.35);
}

.hover\:border-l-stone-950\/40:hover{
  border-left-color: rgb(12 10 9 / 0.4);
}

.hover\:border-l-stone-950\/45:hover{
  border-left-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(12 10 9 / 0.55);
}

.hover\:border-l-stone-950\/60:hover{
  border-left-color: rgb(12 10 9 / 0.6);
}

.hover\:border-l-stone-950\/65:hover{
  border-left-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.hover\:border-l-success\/0:hover{
  border-left-color: rgb(7 196 149 / 0);
}

.hover\:border-l-success\/10:hover{
  border-left-color: rgb(7 196 149 / 0.1);
}

.hover\:border-l-success\/100:hover{
  border-left-color: rgb(7 196 149 / 1);
}

.hover\:border-l-success\/15:hover{
  border-left-color: rgb(7 196 149 / 0.15);
}

.hover\:border-l-success\/20:hover{
  border-left-color: rgb(7 196 149 / 0.2);
}

.hover\:border-l-success\/25:hover{
  border-left-color: rgb(7 196 149 / 0.25);
}

.hover\:border-l-success\/30:hover{
  border-left-color: rgb(7 196 149 / 0.3);
}

.hover\:border-l-success\/35:hover{
  border-left-color: rgb(7 196 149 / 0.35);
}

.hover\:border-l-success\/40:hover{
  border-left-color: rgb(7 196 149 / 0.4);
}

.hover\:border-l-success\/45:hover{
  border-left-color: rgb(7 196 149 / 0.45);
}

.hover\:border-l-success\/5:hover{
  border-left-color: rgb(7 196 149 / 0.05);
}

.hover\:border-l-success\/50:hover{
  border-left-color: rgb(7 196 149 / 0.5);
}

.hover\:border-l-success\/55:hover{
  border-left-color: rgb(7 196 149 / 0.55);
}

.hover\:border-l-success\/60:hover{
  border-left-color: rgb(7 196 149 / 0.6);
}

.hover\:border-l-success\/65:hover{
  border-left-color: rgb(7 196 149 / 0.65);
}

.hover\:border-l-success\/70:hover{
  border-left-color: rgb(7 196 149 / 0.7);
}

.hover\:border-l-success\/75:hover{
  border-left-color: rgb(7 196 149 / 0.75);
}

.hover\:border-l-success\/80:hover{
  border-left-color: rgb(7 196 149 / 0.8);
}

.hover\:border-l-success\/85:hover{
  border-left-color: rgb(7 196 149 / 0.85);
}

.hover\:border-l-success\/90:hover{
  border-left-color: rgb(7 196 149 / 0.9);
}

.hover\:border-l-success\/95:hover{
  border-left-color: rgb(7 196 149 / 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\/15:hover{
  border-left-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(204 251 241 / 0.35);
}

.hover\:border-l-teal-100\/40:hover{
  border-left-color: rgb(204 251 241 / 0.4);
}

.hover\:border-l-teal-100\/45:hover{
  border-left-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(204 251 241 / 0.55);
}

.hover\:border-l-teal-100\/60:hover{
  border-left-color: rgb(204 251 241 / 0.6);
}

.hover\:border-l-teal-100\/65:hover{
  border-left-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(153 246 228 / 0.35);
}

.hover\:border-l-teal-200\/40:hover{
  border-left-color: rgb(153 246 228 / 0.4);
}

.hover\:border-l-teal-200\/45:hover{
  border-left-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(153 246 228 / 0.55);
}

.hover\:border-l-teal-200\/60:hover{
  border-left-color: rgb(153 246 228 / 0.6);
}

.hover\:border-l-teal-200\/65:hover{
  border-left-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(94 234 212 / 0.35);
}

.hover\:border-l-teal-300\/40:hover{
  border-left-color: rgb(94 234 212 / 0.4);
}

.hover\:border-l-teal-300\/45:hover{
  border-left-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(94 234 212 / 0.55);
}

.hover\:border-l-teal-300\/60:hover{
  border-left-color: rgb(94 234 212 / 0.6);
}

.hover\:border-l-teal-300\/65:hover{
  border-left-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(45 212 191 / 0.35);
}

.hover\:border-l-teal-400\/40:hover{
  border-left-color: rgb(45 212 191 / 0.4);
}

.hover\:border-l-teal-400\/45:hover{
  border-left-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(45 212 191 / 0.55);
}

.hover\:border-l-teal-400\/60:hover{
  border-left-color: rgb(45 212 191 / 0.6);
}

.hover\:border-l-teal-400\/65:hover{
  border-left-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(240 253 250 / 0.35);
}

.hover\:border-l-teal-50\/40:hover{
  border-left-color: rgb(240 253 250 / 0.4);
}

.hover\:border-l-teal-50\/45:hover{
  border-left-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(240 253 250 / 0.55);
}

.hover\:border-l-teal-50\/60:hover{
  border-left-color: rgb(240 253 250 / 0.6);
}

.hover\:border-l-teal-50\/65:hover{
  border-left-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(20 184 166 / 0.35);
}

.hover\:border-l-teal-500\/40:hover{
  border-left-color: rgb(20 184 166 / 0.4);
}

.hover\:border-l-teal-500\/45:hover{
  border-left-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(20 184 166 / 0.55);
}

.hover\:border-l-teal-500\/60:hover{
  border-left-color: rgb(20 184 166 / 0.6);
}

.hover\:border-l-teal-500\/65:hover{
  border-left-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(13 148 136 / 0.35);
}

.hover\:border-l-teal-600\/40:hover{
  border-left-color: rgb(13 148 136 / 0.4);
}

.hover\:border-l-teal-600\/45:hover{
  border-left-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(13 148 136 / 0.55);
}

.hover\:border-l-teal-600\/60:hover{
  border-left-color: rgb(13 148 136 / 0.6);
}

.hover\:border-l-teal-600\/65:hover{
  border-left-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(15 118 110 / 0.35);
}

.hover\:border-l-teal-700\/40:hover{
  border-left-color: rgb(15 118 110 / 0.4);
}

.hover\:border-l-teal-700\/45:hover{
  border-left-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(15 118 110 / 0.55);
}

.hover\:border-l-teal-700\/60:hover{
  border-left-color: rgb(15 118 110 / 0.6);
}

.hover\:border-l-teal-700\/65:hover{
  border-left-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(17 94 89 / 0.35);
}

.hover\:border-l-teal-800\/40:hover{
  border-left-color: rgb(17 94 89 / 0.4);
}

.hover\:border-l-teal-800\/45:hover{
  border-left-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(17 94 89 / 0.55);
}

.hover\:border-l-teal-800\/60:hover{
  border-left-color: rgb(17 94 89 / 0.6);
}

.hover\:border-l-teal-800\/65:hover{
  border-left-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(19 78 74 / 0.35);
}

.hover\:border-l-teal-900\/40:hover{
  border-left-color: rgb(19 78 74 / 0.4);
}

.hover\:border-l-teal-900\/45:hover{
  border-left-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(19 78 74 / 0.55);
}

.hover\:border-l-teal-900\/60:hover{
  border-left-color: rgb(19 78 74 / 0.6);
}

.hover\:border-l-teal-900\/65:hover{
  border-left-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(4 47 46 / 0.35);
}

.hover\:border-l-teal-950\/40:hover{
  border-left-color: rgb(4 47 46 / 0.4);
}

.hover\:border-l-teal-950\/45:hover{
  border-left-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(4 47 46 / 0.55);
}

.hover\:border-l-teal-950\/60:hover{
  border-left-color: rgb(4 47 46 / 0.6);
}

.hover\:border-l-teal-950\/65:hover{
  border-left-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.hover\:border-l-tertiary-hover:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.hover\:border-l-tertiary-hover\/0:hover{
  border-left-color: rgb(20 123 223 / 0);
}

.hover\:border-l-tertiary-hover\/10:hover{
  border-left-color: rgb(20 123 223 / 0.1);
}

.hover\:border-l-tertiary-hover\/100:hover{
  border-left-color: rgb(20 123 223 / 1);
}

.hover\:border-l-tertiary-hover\/15:hover{
  border-left-color: rgb(20 123 223 / 0.15);
}

.hover\:border-l-tertiary-hover\/20:hover{
  border-left-color: rgb(20 123 223 / 0.2);
}

.hover\:border-l-tertiary-hover\/25:hover{
  border-left-color: rgb(20 123 223 / 0.25);
}

.hover\:border-l-tertiary-hover\/30:hover{
  border-left-color: rgb(20 123 223 / 0.3);
}

.hover\:border-l-tertiary-hover\/35:hover{
  border-left-color: rgb(20 123 223 / 0.35);
}

.hover\:border-l-tertiary-hover\/40:hover{
  border-left-color: rgb(20 123 223 / 0.4);
}

.hover\:border-l-tertiary-hover\/45:hover{
  border-left-color: rgb(20 123 223 / 0.45);
}

.hover\:border-l-tertiary-hover\/5:hover{
  border-left-color: rgb(20 123 223 / 0.05);
}

.hover\:border-l-tertiary-hover\/50:hover{
  border-left-color: rgb(20 123 223 / 0.5);
}

.hover\:border-l-tertiary-hover\/55:hover{
  border-left-color: rgb(20 123 223 / 0.55);
}

.hover\:border-l-tertiary-hover\/60:hover{
  border-left-color: rgb(20 123 223 / 0.6);
}

.hover\:border-l-tertiary-hover\/65:hover{
  border-left-color: rgb(20 123 223 / 0.65);
}

.hover\:border-l-tertiary-hover\/70:hover{
  border-left-color: rgb(20 123 223 / 0.7);
}

.hover\:border-l-tertiary-hover\/75:hover{
  border-left-color: rgb(20 123 223 / 0.75);
}

.hover\:border-l-tertiary-hover\/80:hover{
  border-left-color: rgb(20 123 223 / 0.8);
}

.hover\:border-l-tertiary-hover\/85:hover{
  border-left-color: rgb(20 123 223 / 0.85);
}

.hover\:border-l-tertiary-hover\/90:hover{
  border-left-color: rgb(20 123 223 / 0.9);
}

.hover\:border-l-tertiary-hover\/95:hover{
  border-left-color: rgb(20 123 223 / 0.95);
}

.hover\:border-l-tertiary\/0:hover{
  border-left-color: rgb(22 137 252 / 0);
}

.hover\:border-l-tertiary\/10:hover{
  border-left-color: rgb(22 137 252 / 0.1);
}

.hover\:border-l-tertiary\/100:hover{
  border-left-color: rgb(22 137 252 / 1);
}

.hover\:border-l-tertiary\/15:hover{
  border-left-color: rgb(22 137 252 / 0.15);
}

.hover\:border-l-tertiary\/20:hover{
  border-left-color: rgb(22 137 252 / 0.2);
}

.hover\:border-l-tertiary\/25:hover{
  border-left-color: rgb(22 137 252 / 0.25);
}

.hover\:border-l-tertiary\/30:hover{
  border-left-color: rgb(22 137 252 / 0.3);
}

.hover\:border-l-tertiary\/35:hover{
  border-left-color: rgb(22 137 252 / 0.35);
}

.hover\:border-l-tertiary\/40:hover{
  border-left-color: rgb(22 137 252 / 0.4);
}

.hover\:border-l-tertiary\/45:hover{
  border-left-color: rgb(22 137 252 / 0.45);
}

.hover\:border-l-tertiary\/5:hover{
  border-left-color: rgb(22 137 252 / 0.05);
}

.hover\:border-l-tertiary\/50:hover{
  border-left-color: rgb(22 137 252 / 0.5);
}

.hover\:border-l-tertiary\/55:hover{
  border-left-color: rgb(22 137 252 / 0.55);
}

.hover\:border-l-tertiary\/60:hover{
  border-left-color: rgb(22 137 252 / 0.6);
}

.hover\:border-l-tertiary\/65:hover{
  border-left-color: rgb(22 137 252 / 0.65);
}

.hover\:border-l-tertiary\/70:hover{
  border-left-color: rgb(22 137 252 / 0.7);
}

.hover\:border-l-tertiary\/75:hover{
  border-left-color: rgb(22 137 252 / 0.75);
}

.hover\:border-l-tertiary\/80:hover{
  border-left-color: rgb(22 137 252 / 0.8);
}

.hover\:border-l-tertiary\/85:hover{
  border-left-color: rgb(22 137 252 / 0.85);
}

.hover\:border-l-tertiary\/90:hover{
  border-left-color: rgb(22 137 252 / 0.9);
}

.hover\:border-l-tertiary\/95:hover{
  border-left-color: rgb(22 137 252 / 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\/15:hover{
  border-left-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(0 0 0 / 0.35);
}

.hover\:border-l-transparent\/40:hover{
  border-left-color: rgb(0 0 0 / 0.4);
}

.hover\:border-l-transparent\/45:hover{
  border-left-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(0 0 0 / 0.55);
}

.hover\:border-l-transparent\/60:hover{
  border-left-color: rgb(0 0 0 / 0.6);
}

.hover\:border-l-transparent\/65:hover{
  border-left-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  border-left-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(237 233 254 / 0.35);
}

.hover\:border-l-violet-100\/40:hover{
  border-left-color: rgb(237 233 254 / 0.4);
}

.hover\:border-l-violet-100\/45:hover{
  border-left-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(237 233 254 / 0.55);
}

.hover\:border-l-violet-100\/60:hover{
  border-left-color: rgb(237 233 254 / 0.6);
}

.hover\:border-l-violet-100\/65:hover{
  border-left-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(221 214 254 / 0.35);
}

.hover\:border-l-violet-200\/40:hover{
  border-left-color: rgb(221 214 254 / 0.4);
}

.hover\:border-l-violet-200\/45:hover{
  border-left-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(221 214 254 / 0.55);
}

.hover\:border-l-violet-200\/60:hover{
  border-left-color: rgb(221 214 254 / 0.6);
}

.hover\:border-l-violet-200\/65:hover{
  border-left-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(196 181 253 / 0.35);
}

.hover\:border-l-violet-300\/40:hover{
  border-left-color: rgb(196 181 253 / 0.4);
}

.hover\:border-l-violet-300\/45:hover{
  border-left-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(196 181 253 / 0.55);
}

.hover\:border-l-violet-300\/60:hover{
  border-left-color: rgb(196 181 253 / 0.6);
}

.hover\:border-l-violet-300\/65:hover{
  border-left-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(167 139 250 / 0.35);
}

.hover\:border-l-violet-400\/40:hover{
  border-left-color: rgb(167 139 250 / 0.4);
}

.hover\:border-l-violet-400\/45:hover{
  border-left-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(167 139 250 / 0.55);
}

.hover\:border-l-violet-400\/60:hover{
  border-left-color: rgb(167 139 250 / 0.6);
}

.hover\:border-l-violet-400\/65:hover{
  border-left-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(245 243 255 / 0.35);
}

.hover\:border-l-violet-50\/40:hover{
  border-left-color: rgb(245 243 255 / 0.4);
}

.hover\:border-l-violet-50\/45:hover{
  border-left-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(245 243 255 / 0.55);
}

.hover\:border-l-violet-50\/60:hover{
  border-left-color: rgb(245 243 255 / 0.6);
}

.hover\:border-l-violet-50\/65:hover{
  border-left-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(139 92 246 / 0.35);
}

.hover\:border-l-violet-500\/40:hover{
  border-left-color: rgb(139 92 246 / 0.4);
}

.hover\:border-l-violet-500\/45:hover{
  border-left-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(139 92 246 / 0.55);
}

.hover\:border-l-violet-500\/60:hover{
  border-left-color: rgb(139 92 246 / 0.6);
}

.hover\:border-l-violet-500\/65:hover{
  border-left-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(124 58 237 / 0.35);
}

.hover\:border-l-violet-600\/40:hover{
  border-left-color: rgb(124 58 237 / 0.4);
}

.hover\:border-l-violet-600\/45:hover{
  border-left-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(124 58 237 / 0.55);
}

.hover\:border-l-violet-600\/60:hover{
  border-left-color: rgb(124 58 237 / 0.6);
}

.hover\:border-l-violet-600\/65:hover{
  border-left-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(109 40 217 / 0.35);
}

.hover\:border-l-violet-700\/40:hover{
  border-left-color: rgb(109 40 217 / 0.4);
}

.hover\:border-l-violet-700\/45:hover{
  border-left-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(109 40 217 / 0.55);
}

.hover\:border-l-violet-700\/60:hover{
  border-left-color: rgb(109 40 217 / 0.6);
}

.hover\:border-l-violet-700\/65:hover{
  border-left-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(91 33 182 / 0.35);
}

.hover\:border-l-violet-800\/40:hover{
  border-left-color: rgb(91 33 182 / 0.4);
}

.hover\:border-l-violet-800\/45:hover{
  border-left-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(91 33 182 / 0.55);
}

.hover\:border-l-violet-800\/60:hover{
  border-left-color: rgb(91 33 182 / 0.6);
}

.hover\:border-l-violet-800\/65:hover{
  border-left-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(76 29 149 / 0.35);
}

.hover\:border-l-violet-900\/40:hover{
  border-left-color: rgb(76 29 149 / 0.4);
}

.hover\:border-l-violet-900\/45:hover{
  border-left-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(76 29 149 / 0.55);
}

.hover\:border-l-violet-900\/60:hover{
  border-left-color: rgb(76 29 149 / 0.6);
}

.hover\:border-l-violet-900\/65:hover{
  border-left-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(46 16 101 / 0.35);
}

.hover\:border-l-violet-950\/40:hover{
  border-left-color: rgb(46 16 101 / 0.4);
}

.hover\:border-l-violet-950\/45:hover{
  border-left-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(46 16 101 / 0.55);
}

.hover\:border-l-violet-950\/60:hover{
  border-left-color: rgb(46 16 101 / 0.6);
}

.hover\:border-l-violet-950\/65:hover{
  border-left-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(255 255 255 / 0.35);
}

.hover\:border-l-white\/40:hover{
  border-left-color: rgb(255 255 255 / 0.4);
}

.hover\:border-l-white\/45:hover{
  border-left-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(255 255 255 / 0.55);
}

.hover\:border-l-white\/60:hover{
  border-left-color: rgb(255 255 255 / 0.6);
}

.hover\:border-l-white\/65:hover{
  border-left-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  border-left-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 249 195 / 0.35);
}

.hover\:border-l-yellow-100\/40:hover{
  border-left-color: rgb(254 249 195 / 0.4);
}

.hover\:border-l-yellow-100\/45:hover{
  border-left-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 249 195 / 0.55);
}

.hover\:border-l-yellow-100\/60:hover{
  border-left-color: rgb(254 249 195 / 0.6);
}

.hover\:border-l-yellow-100\/65:hover{
  border-left-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 240 138 / 0.35);
}

.hover\:border-l-yellow-200\/40:hover{
  border-left-color: rgb(254 240 138 / 0.4);
}

.hover\:border-l-yellow-200\/45:hover{
  border-left-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 240 138 / 0.55);
}

.hover\:border-l-yellow-200\/60:hover{
  border-left-color: rgb(254 240 138 / 0.6);
}

.hover\:border-l-yellow-200\/65:hover{
  border-left-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(253 224 71 / 0.35);
}

.hover\:border-l-yellow-300\/40:hover{
  border-left-color: rgb(253 224 71 / 0.4);
}

.hover\:border-l-yellow-300\/45:hover{
  border-left-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(253 224 71 / 0.55);
}

.hover\:border-l-yellow-300\/60:hover{
  border-left-color: rgb(253 224 71 / 0.6);
}

.hover\:border-l-yellow-300\/65:hover{
  border-left-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 204 21 / 0.35);
}

.hover\:border-l-yellow-400\/40:hover{
  border-left-color: rgb(250 204 21 / 0.4);
}

.hover\:border-l-yellow-400\/45:hover{
  border-left-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 204 21 / 0.55);
}

.hover\:border-l-yellow-400\/60:hover{
  border-left-color: rgb(250 204 21 / 0.6);
}

.hover\:border-l-yellow-400\/65:hover{
  border-left-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(254 252 232 / 0.35);
}

.hover\:border-l-yellow-50\/40:hover{
  border-left-color: rgb(254 252 232 / 0.4);
}

.hover\:border-l-yellow-50\/45:hover{
  border-left-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(254 252 232 / 0.55);
}

.hover\:border-l-yellow-50\/60:hover{
  border-left-color: rgb(254 252 232 / 0.6);
}

.hover\:border-l-yellow-50\/65:hover{
  border-left-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(234 179 8 / 0.35);
}

.hover\:border-l-yellow-500\/40:hover{
  border-left-color: rgb(234 179 8 / 0.4);
}

.hover\:border-l-yellow-500\/45:hover{
  border-left-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(234 179 8 / 0.55);
}

.hover\:border-l-yellow-500\/60:hover{
  border-left-color: rgb(234 179 8 / 0.6);
}

.hover\:border-l-yellow-500\/65:hover{
  border-left-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(202 138 4 / 0.35);
}

.hover\:border-l-yellow-600\/40:hover{
  border-left-color: rgb(202 138 4 / 0.4);
}

.hover\:border-l-yellow-600\/45:hover{
  border-left-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(202 138 4 / 0.55);
}

.hover\:border-l-yellow-600\/60:hover{
  border-left-color: rgb(202 138 4 / 0.6);
}

.hover\:border-l-yellow-600\/65:hover{
  border-left-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(161 98 7 / 0.35);
}

.hover\:border-l-yellow-700\/40:hover{
  border-left-color: rgb(161 98 7 / 0.4);
}

.hover\:border-l-yellow-700\/45:hover{
  border-left-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(161 98 7 / 0.55);
}

.hover\:border-l-yellow-700\/60:hover{
  border-left-color: rgb(161 98 7 / 0.6);
}

.hover\:border-l-yellow-700\/65:hover{
  border-left-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(133 77 14 / 0.35);
}

.hover\:border-l-yellow-800\/40:hover{
  border-left-color: rgb(133 77 14 / 0.4);
}

.hover\:border-l-yellow-800\/45:hover{
  border-left-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(133 77 14 / 0.55);
}

.hover\:border-l-yellow-800\/60:hover{
  border-left-color: rgb(133 77 14 / 0.6);
}

.hover\:border-l-yellow-800\/65:hover{
  border-left-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(113 63 18 / 0.35);
}

.hover\:border-l-yellow-900\/40:hover{
  border-left-color: rgb(113 63 18 / 0.4);
}

.hover\:border-l-yellow-900\/45:hover{
  border-left-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(113 63 18 / 0.55);
}

.hover\:border-l-yellow-900\/60:hover{
  border-left-color: rgb(113 63 18 / 0.6);
}

.hover\:border-l-yellow-900\/65:hover{
  border-left-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(66 32 6 / 0.35);
}

.hover\:border-l-yellow-950\/40:hover{
  border-left-color: rgb(66 32 6 / 0.4);
}

.hover\:border-l-yellow-950\/45:hover{
  border-left-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(66 32 6 / 0.55);
}

.hover\:border-l-yellow-950\/60:hover{
  border-left-color: rgb(66 32 6 / 0.6);
}

.hover\:border-l-yellow-950\/65:hover{
  border-left-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(244 244 245 / 0.35);
}

.hover\:border-l-zinc-100\/40:hover{
  border-left-color: rgb(244 244 245 / 0.4);
}

.hover\:border-l-zinc-100\/45:hover{
  border-left-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(244 244 245 / 0.55);
}

.hover\:border-l-zinc-100\/60:hover{
  border-left-color: rgb(244 244 245 / 0.6);
}

.hover\:border-l-zinc-100\/65:hover{
  border-left-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(228 228 231 / 0.35);
}

.hover\:border-l-zinc-200\/40:hover{
  border-left-color: rgb(228 228 231 / 0.4);
}

.hover\:border-l-zinc-200\/45:hover{
  border-left-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(228 228 231 / 0.55);
}

.hover\:border-l-zinc-200\/60:hover{
  border-left-color: rgb(228 228 231 / 0.6);
}

.hover\:border-l-zinc-200\/65:hover{
  border-left-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(212 212 216 / 0.35);
}

.hover\:border-l-zinc-300\/40:hover{
  border-left-color: rgb(212 212 216 / 0.4);
}

.hover\:border-l-zinc-300\/45:hover{
  border-left-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(212 212 216 / 0.55);
}

.hover\:border-l-zinc-300\/60:hover{
  border-left-color: rgb(212 212 216 / 0.6);
}

.hover\:border-l-zinc-300\/65:hover{
  border-left-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(161 161 170 / 0.35);
}

.hover\:border-l-zinc-400\/40:hover{
  border-left-color: rgb(161 161 170 / 0.4);
}

.hover\:border-l-zinc-400\/45:hover{
  border-left-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(161 161 170 / 0.55);
}

.hover\:border-l-zinc-400\/60:hover{
  border-left-color: rgb(161 161 170 / 0.6);
}

.hover\:border-l-zinc-400\/65:hover{
  border-left-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(250 250 250 / 0.35);
}

.hover\:border-l-zinc-50\/40:hover{
  border-left-color: rgb(250 250 250 / 0.4);
}

.hover\:border-l-zinc-50\/45:hover{
  border-left-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(250 250 250 / 0.55);
}

.hover\:border-l-zinc-50\/60:hover{
  border-left-color: rgb(250 250 250 / 0.6);
}

.hover\:border-l-zinc-50\/65:hover{
  border-left-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(113 113 122 / 0.35);
}

.hover\:border-l-zinc-500\/40:hover{
  border-left-color: rgb(113 113 122 / 0.4);
}

.hover\:border-l-zinc-500\/45:hover{
  border-left-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(113 113 122 / 0.55);
}

.hover\:border-l-zinc-500\/60:hover{
  border-left-color: rgb(113 113 122 / 0.6);
}

.hover\:border-l-zinc-500\/65:hover{
  border-left-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(82 82 91 / 0.35);
}

.hover\:border-l-zinc-600\/40:hover{
  border-left-color: rgb(82 82 91 / 0.4);
}

.hover\:border-l-zinc-600\/45:hover{
  border-left-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(82 82 91 / 0.55);
}

.hover\:border-l-zinc-600\/60:hover{
  border-left-color: rgb(82 82 91 / 0.6);
}

.hover\:border-l-zinc-600\/65:hover{
  border-left-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(63 63 70 / 0.35);
}

.hover\:border-l-zinc-700\/40:hover{
  border-left-color: rgb(63 63 70 / 0.4);
}

.hover\:border-l-zinc-700\/45:hover{
  border-left-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(63 63 70 / 0.55);
}

.hover\:border-l-zinc-700\/60:hover{
  border-left-color: rgb(63 63 70 / 0.6);
}

.hover\:border-l-zinc-700\/65:hover{
  border-left-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(39 39 42 / 0.35);
}

.hover\:border-l-zinc-800\/40:hover{
  border-left-color: rgb(39 39 42 / 0.4);
}

.hover\:border-l-zinc-800\/45:hover{
  border-left-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(39 39 42 / 0.55);
}

.hover\:border-l-zinc-800\/60:hover{
  border-left-color: rgb(39 39 42 / 0.6);
}

.hover\:border-l-zinc-800\/65:hover{
  border-left-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(24 24 27 / 0.35);
}

.hover\:border-l-zinc-900\/40:hover{
  border-left-color: rgb(24 24 27 / 0.4);
}

.hover\:border-l-zinc-900\/45:hover{
  border-left-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(24 24 27 / 0.55);
}

.hover\:border-l-zinc-900\/60:hover{
  border-left-color: rgb(24 24 27 / 0.6);
}

.hover\:border-l-zinc-900\/65:hover{
  border-left-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  border-left-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  border-left-color: rgb(9 9 11 / 0.35);
}

.hover\:border-l-zinc-950\/40:hover{
  border-left-color: rgb(9 9 11 / 0.4);
}

.hover\:border-l-zinc-950\/45:hover{
  border-left-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  border-left-color: rgb(9 9 11 / 0.55);
}

.hover\:border-l-zinc-950\/60:hover{
  border-left-color: rgb(9 9 11 / 0.6);
}

.hover\:border-l-zinc-950\/65:hover{
  border-left-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  border-left-color: rgb(9 9 11 / 0.85);
}

.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-accent:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.hover\:border-r-accent\/0:hover{
  border-right-color: rgb(70 109 148 / 0);
}

.hover\:border-r-accent\/10:hover{
  border-right-color: rgb(70 109 148 / 0.1);
}

.hover\:border-r-accent\/100:hover{
  border-right-color: rgb(70 109 148 / 1);
}

.hover\:border-r-accent\/15:hover{
  border-right-color: rgb(70 109 148 / 0.15);
}

.hover\:border-r-accent\/20:hover{
  border-right-color: rgb(70 109 148 / 0.2);
}

.hover\:border-r-accent\/25:hover{
  border-right-color: rgb(70 109 148 / 0.25);
}

.hover\:border-r-accent\/30:hover{
  border-right-color: rgb(70 109 148 / 0.3);
}

.hover\:border-r-accent\/35:hover{
  border-right-color: rgb(70 109 148 / 0.35);
}

.hover\:border-r-accent\/40:hover{
  border-right-color: rgb(70 109 148 / 0.4);
}

.hover\:border-r-accent\/45:hover{
  border-right-color: rgb(70 109 148 / 0.45);
}

.hover\:border-r-accent\/5:hover{
  border-right-color: rgb(70 109 148 / 0.05);
}

.hover\:border-r-accent\/50:hover{
  border-right-color: rgb(70 109 148 / 0.5);
}

.hover\:border-r-accent\/55:hover{
  border-right-color: rgb(70 109 148 / 0.55);
}

.hover\:border-r-accent\/60:hover{
  border-right-color: rgb(70 109 148 / 0.6);
}

.hover\:border-r-accent\/65:hover{
  border-right-color: rgb(70 109 148 / 0.65);
}

.hover\:border-r-accent\/70:hover{
  border-right-color: rgb(70 109 148 / 0.7);
}

.hover\:border-r-accent\/75:hover{
  border-right-color: rgb(70 109 148 / 0.75);
}

.hover\:border-r-accent\/80:hover{
  border-right-color: rgb(70 109 148 / 0.8);
}

.hover\:border-r-accent\/85:hover{
  border-right-color: rgb(70 109 148 / 0.85);
}

.hover\:border-r-accent\/90:hover{
  border-right-color: rgb(70 109 148 / 0.9);
}

.hover\:border-r-accent\/95:hover{
  border-right-color: rgb(70 109 148 / 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\/15:hover{
  border-right-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(254 243 199 / 0.35);
}

.hover\:border-r-amber-100\/40:hover{
  border-right-color: rgb(254 243 199 / 0.4);
}

.hover\:border-r-amber-100\/45:hover{
  border-right-color: rgb(254 243 199 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(254 243 199 / 0.55);
}

.hover\:border-r-amber-100\/60:hover{
  border-right-color: rgb(254 243 199 / 0.6);
}

.hover\:border-r-amber-100\/65:hover{
  border-right-color: rgb(254 243 199 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(253 230 138 / 0.35);
}

.hover\:border-r-amber-200\/40:hover{
  border-right-color: rgb(253 230 138 / 0.4);
}

.hover\:border-r-amber-200\/45:hover{
  border-right-color: rgb(253 230 138 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(253 230 138 / 0.55);
}

.hover\:border-r-amber-200\/60:hover{
  border-right-color: rgb(253 230 138 / 0.6);
}

.hover\:border-r-amber-200\/65:hover{
  border-right-color: rgb(253 230 138 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(252 211 77 / 0.35);
}

.hover\:border-r-amber-300\/40:hover{
  border-right-color: rgb(252 211 77 / 0.4);
}

.hover\:border-r-amber-300\/45:hover{
  border-right-color: rgb(252 211 77 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(252 211 77 / 0.55);
}

.hover\:border-r-amber-300\/60:hover{
  border-right-color: rgb(252 211 77 / 0.6);
}

.hover\:border-r-amber-300\/65:hover{
  border-right-color: rgb(252 211 77 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(251 191 36 / 0.35);
}

.hover\:border-r-amber-400\/40:hover{
  border-right-color: rgb(251 191 36 / 0.4);
}

.hover\:border-r-amber-400\/45:hover{
  border-right-color: rgb(251 191 36 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(251 191 36 / 0.55);
}

.hover\:border-r-amber-400\/60:hover{
  border-right-color: rgb(251 191 36 / 0.6);
}

.hover\:border-r-amber-400\/65:hover{
  border-right-color: rgb(251 191 36 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(255 251 235 / 0.35);
}

.hover\:border-r-amber-50\/40:hover{
  border-right-color: rgb(255 251 235 / 0.4);
}

.hover\:border-r-amber-50\/45:hover{
  border-right-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(255 251 235 / 0.55);
}

.hover\:border-r-amber-50\/60:hover{
  border-right-color: rgb(255 251 235 / 0.6);
}

.hover\:border-r-amber-50\/65:hover{
  border-right-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(245 158 11 / 0.35);
}

.hover\:border-r-amber-500\/40:hover{
  border-right-color: rgb(245 158 11 / 0.4);
}

.hover\:border-r-amber-500\/45:hover{
  border-right-color: rgb(245 158 11 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(245 158 11 / 0.55);
}

.hover\:border-r-amber-500\/60:hover{
  border-right-color: rgb(245 158 11 / 0.6);
}

.hover\:border-r-amber-500\/65:hover{
  border-right-color: rgb(245 158 11 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(217 119 6 / 0.35);
}

.hover\:border-r-amber-600\/40:hover{
  border-right-color: rgb(217 119 6 / 0.4);
}

.hover\:border-r-amber-600\/45:hover{
  border-right-color: rgb(217 119 6 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(217 119 6 / 0.55);
}

.hover\:border-r-amber-600\/60:hover{
  border-right-color: rgb(217 119 6 / 0.6);
}

.hover\:border-r-amber-600\/65:hover{
  border-right-color: rgb(217 119 6 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(180 83 9 / 0.35);
}

.hover\:border-r-amber-700\/40:hover{
  border-right-color: rgb(180 83 9 / 0.4);
}

.hover\:border-r-amber-700\/45:hover{
  border-right-color: rgb(180 83 9 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(180 83 9 / 0.55);
}

.hover\:border-r-amber-700\/60:hover{
  border-right-color: rgb(180 83 9 / 0.6);
}

.hover\:border-r-amber-700\/65:hover{
  border-right-color: rgb(180 83 9 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(146 64 14 / 0.35);
}

.hover\:border-r-amber-800\/40:hover{
  border-right-color: rgb(146 64 14 / 0.4);
}

.hover\:border-r-amber-800\/45:hover{
  border-right-color: rgb(146 64 14 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(146 64 14 / 0.55);
}

.hover\:border-r-amber-800\/60:hover{
  border-right-color: rgb(146 64 14 / 0.6);
}

.hover\:border-r-amber-800\/65:hover{
  border-right-color: rgb(146 64 14 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(120 53 15 / 0.35);
}

.hover\:border-r-amber-900\/40:hover{
  border-right-color: rgb(120 53 15 / 0.4);
}

.hover\:border-r-amber-900\/45:hover{
  border-right-color: rgb(120 53 15 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(120 53 15 / 0.55);
}

.hover\:border-r-amber-900\/60:hover{
  border-right-color: rgb(120 53 15 / 0.6);
}

.hover\:border-r-amber-900\/65:hover{
  border-right-color: rgb(120 53 15 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(69 26 3 / 0.35);
}

.hover\:border-r-amber-950\/40:hover{
  border-right-color: rgb(69 26 3 / 0.4);
}

.hover\:border-r-amber-950\/45:hover{
  border-right-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(69 26 3 / 0.55);
}

.hover\:border-r-amber-950\/60:hover{
  border-right-color: rgb(69 26 3 / 0.6);
}

.hover\:border-r-amber-950\/65:hover{
  border-right-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.hover\:border-r-background\/0:hover{
  border-right-color: rgb(245 246 250 / 0);
}

.hover\:border-r-background\/10:hover{
  border-right-color: rgb(245 246 250 / 0.1);
}

.hover\:border-r-background\/100:hover{
  border-right-color: rgb(245 246 250 / 1);
}

.hover\:border-r-background\/15:hover{
  border-right-color: rgb(245 246 250 / 0.15);
}

.hover\:border-r-background\/20:hover{
  border-right-color: rgb(245 246 250 / 0.2);
}

.hover\:border-r-background\/25:hover{
  border-right-color: rgb(245 246 250 / 0.25);
}

.hover\:border-r-background\/30:hover{
  border-right-color: rgb(245 246 250 / 0.3);
}

.hover\:border-r-background\/35:hover{
  border-right-color: rgb(245 246 250 / 0.35);
}

.hover\:border-r-background\/40:hover{
  border-right-color: rgb(245 246 250 / 0.4);
}

.hover\:border-r-background\/45:hover{
  border-right-color: rgb(245 246 250 / 0.45);
}

.hover\:border-r-background\/5:hover{
  border-right-color: rgb(245 246 250 / 0.05);
}

.hover\:border-r-background\/50:hover{
  border-right-color: rgb(245 246 250 / 0.5);
}

.hover\:border-r-background\/55:hover{
  border-right-color: rgb(245 246 250 / 0.55);
}

.hover\:border-r-background\/60:hover{
  border-right-color: rgb(245 246 250 / 0.6);
}

.hover\:border-r-background\/65:hover{
  border-right-color: rgb(245 246 250 / 0.65);
}

.hover\:border-r-background\/70:hover{
  border-right-color: rgb(245 246 250 / 0.7);
}

.hover\:border-r-background\/75:hover{
  border-right-color: rgb(245 246 250 / 0.75);
}

.hover\:border-r-background\/80:hover{
  border-right-color: rgb(245 246 250 / 0.8);
}

.hover\:border-r-background\/85:hover{
  border-right-color: rgb(245 246 250 / 0.85);
}

.hover\:border-r-background\/90:hover{
  border-right-color: rgb(245 246 250 / 0.9);
}

.hover\:border-r-background\/95:hover{
  border-right-color: rgb(245 246 250 / 0.95);
}

.hover\:border-r-black:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.hover\:border-r-black\/0:hover{
  border-right-color: rgb(41 44 53 / 0);
}

.hover\:border-r-black\/10:hover{
  border-right-color: rgb(41 44 53 / 0.1);
}

.hover\:border-r-black\/100:hover{
  border-right-color: rgb(41 44 53 / 1);
}

.hover\:border-r-black\/15:hover{
  border-right-color: rgb(41 44 53 / 0.15);
}

.hover\:border-r-black\/20:hover{
  border-right-color: rgb(41 44 53 / 0.2);
}

.hover\:border-r-black\/25:hover{
  border-right-color: rgb(41 44 53 / 0.25);
}

.hover\:border-r-black\/30:hover{
  border-right-color: rgb(41 44 53 / 0.3);
}

.hover\:border-r-black\/35:hover{
  border-right-color: rgb(41 44 53 / 0.35);
}

.hover\:border-r-black\/40:hover{
  border-right-color: rgb(41 44 53 / 0.4);
}

.hover\:border-r-black\/45:hover{
  border-right-color: rgb(41 44 53 / 0.45);
}

.hover\:border-r-black\/5:hover{
  border-right-color: rgb(41 44 53 / 0.05);
}

.hover\:border-r-black\/50:hover{
  border-right-color: rgb(41 44 53 / 0.5);
}

.hover\:border-r-black\/55:hover{
  border-right-color: rgb(41 44 53 / 0.55);
}

.hover\:border-r-black\/60:hover{
  border-right-color: rgb(41 44 53 / 0.6);
}

.hover\:border-r-black\/65:hover{
  border-right-color: rgb(41 44 53 / 0.65);
}

.hover\:border-r-black\/70:hover{
  border-right-color: rgb(41 44 53 / 0.7);
}

.hover\:border-r-black\/75:hover{
  border-right-color: rgb(41 44 53 / 0.75);
}

.hover\:border-r-black\/80:hover{
  border-right-color: rgb(41 44 53 / 0.8);
}

.hover\:border-r-black\/85:hover{
  border-right-color: rgb(41 44 53 / 0.85);
}

.hover\:border-r-black\/90:hover{
  border-right-color: rgb(41 44 53 / 0.9);
}

.hover\:border-r-black\/95:hover{
  border-right-color: rgb(41 44 53 / 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\/15:hover{
  border-right-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(219 234 254 / 0.35);
}

.hover\:border-r-blue-100\/40:hover{
  border-right-color: rgb(219 234 254 / 0.4);
}

.hover\:border-r-blue-100\/45:hover{
  border-right-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(219 234 254 / 0.55);
}

.hover\:border-r-blue-100\/60:hover{
  border-right-color: rgb(219 234 254 / 0.6);
}

.hover\:border-r-blue-100\/65:hover{
  border-right-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(191 219 254 / 0.35);
}

.hover\:border-r-blue-200\/40:hover{
  border-right-color: rgb(191 219 254 / 0.4);
}

.hover\:border-r-blue-200\/45:hover{
  border-right-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(191 219 254 / 0.55);
}

.hover\:border-r-blue-200\/60:hover{
  border-right-color: rgb(191 219 254 / 0.6);
}

.hover\:border-r-blue-200\/65:hover{
  border-right-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(147 197 253 / 0.35);
}

.hover\:border-r-blue-300\/40:hover{
  border-right-color: rgb(147 197 253 / 0.4);
}

.hover\:border-r-blue-300\/45:hover{
  border-right-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(147 197 253 / 0.55);
}

.hover\:border-r-blue-300\/60:hover{
  border-right-color: rgb(147 197 253 / 0.6);
}

.hover\:border-r-blue-300\/65:hover{
  border-right-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(96 165 250 / 0.35);
}

.hover\:border-r-blue-400\/40:hover{
  border-right-color: rgb(96 165 250 / 0.4);
}

.hover\:border-r-blue-400\/45:hover{
  border-right-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(96 165 250 / 0.55);
}

.hover\:border-r-blue-400\/60:hover{
  border-right-color: rgb(96 165 250 / 0.6);
}

.hover\:border-r-blue-400\/65:hover{
  border-right-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(239 246 255 / 0.35);
}

.hover\:border-r-blue-50\/40:hover{
  border-right-color: rgb(239 246 255 / 0.4);
}

.hover\:border-r-blue-50\/45:hover{
  border-right-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(239 246 255 / 0.55);
}

.hover\:border-r-blue-50\/60:hover{
  border-right-color: rgb(239 246 255 / 0.6);
}

.hover\:border-r-blue-50\/65:hover{
  border-right-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(59 130 246 / 0.35);
}

.hover\:border-r-blue-500\/40:hover{
  border-right-color: rgb(59 130 246 / 0.4);
}

.hover\:border-r-blue-500\/45:hover{
  border-right-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(59 130 246 / 0.55);
}

.hover\:border-r-blue-500\/60:hover{
  border-right-color: rgb(59 130 246 / 0.6);
}

.hover\:border-r-blue-500\/65:hover{
  border-right-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(37 99 235 / 0.35);
}

.hover\:border-r-blue-600\/40:hover{
  border-right-color: rgb(37 99 235 / 0.4);
}

.hover\:border-r-blue-600\/45:hover{
  border-right-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(37 99 235 / 0.55);
}

.hover\:border-r-blue-600\/60:hover{
  border-right-color: rgb(37 99 235 / 0.6);
}

.hover\:border-r-blue-600\/65:hover{
  border-right-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(29 78 216 / 0.35);
}

.hover\:border-r-blue-700\/40:hover{
  border-right-color: rgb(29 78 216 / 0.4);
}

.hover\:border-r-blue-700\/45:hover{
  border-right-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(29 78 216 / 0.55);
}

.hover\:border-r-blue-700\/60:hover{
  border-right-color: rgb(29 78 216 / 0.6);
}

.hover\:border-r-blue-700\/65:hover{
  border-right-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(30 64 175 / 0.35);
}

.hover\:border-r-blue-800\/40:hover{
  border-right-color: rgb(30 64 175 / 0.4);
}

.hover\:border-r-blue-800\/45:hover{
  border-right-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(30 64 175 / 0.55);
}

.hover\:border-r-blue-800\/60:hover{
  border-right-color: rgb(30 64 175 / 0.6);
}

.hover\:border-r-blue-800\/65:hover{
  border-right-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(30 58 138 / 0.35);
}

.hover\:border-r-blue-900\/40:hover{
  border-right-color: rgb(30 58 138 / 0.4);
}

.hover\:border-r-blue-900\/45:hover{
  border-right-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(30 58 138 / 0.55);
}

.hover\:border-r-blue-900\/60:hover{
  border-right-color: rgb(30 58 138 / 0.6);
}

.hover\:border-r-blue-900\/65:hover{
  border-right-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(23 37 84 / 0.35);
}

.hover\:border-r-blue-950\/40:hover{
  border-right-color: rgb(23 37 84 / 0.4);
}

.hover\:border-r-blue-950\/45:hover{
  border-right-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(23 37 84 / 0.55);
}

.hover\:border-r-blue-950\/60:hover{
  border-right-color: rgb(23 37 84 / 0.6);
}

.hover\:border-r-blue-950\/65:hover{
  border-right-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.hover\:border-r-csv-hover:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.hover\:border-r-csv-hover\/0:hover{
  border-right-color: rgb(0 114 37 / 0);
}

.hover\:border-r-csv-hover\/10:hover{
  border-right-color: rgb(0 114 37 / 0.1);
}

.hover\:border-r-csv-hover\/100:hover{
  border-right-color: rgb(0 114 37 / 1);
}

.hover\:border-r-csv-hover\/15:hover{
  border-right-color: rgb(0 114 37 / 0.15);
}

.hover\:border-r-csv-hover\/20:hover{
  border-right-color: rgb(0 114 37 / 0.2);
}

.hover\:border-r-csv-hover\/25:hover{
  border-right-color: rgb(0 114 37 / 0.25);
}

.hover\:border-r-csv-hover\/30:hover{
  border-right-color: rgb(0 114 37 / 0.3);
}

.hover\:border-r-csv-hover\/35:hover{
  border-right-color: rgb(0 114 37 / 0.35);
}

.hover\:border-r-csv-hover\/40:hover{
  border-right-color: rgb(0 114 37 / 0.4);
}

.hover\:border-r-csv-hover\/45:hover{
  border-right-color: rgb(0 114 37 / 0.45);
}

.hover\:border-r-csv-hover\/5:hover{
  border-right-color: rgb(0 114 37 / 0.05);
}

.hover\:border-r-csv-hover\/50:hover{
  border-right-color: rgb(0 114 37 / 0.5);
}

.hover\:border-r-csv-hover\/55:hover{
  border-right-color: rgb(0 114 37 / 0.55);
}

.hover\:border-r-csv-hover\/60:hover{
  border-right-color: rgb(0 114 37 / 0.6);
}

.hover\:border-r-csv-hover\/65:hover{
  border-right-color: rgb(0 114 37 / 0.65);
}

.hover\:border-r-csv-hover\/70:hover{
  border-right-color: rgb(0 114 37 / 0.7);
}

.hover\:border-r-csv-hover\/75:hover{
  border-right-color: rgb(0 114 37 / 0.75);
}

.hover\:border-r-csv-hover\/80:hover{
  border-right-color: rgb(0 114 37 / 0.8);
}

.hover\:border-r-csv-hover\/85:hover{
  border-right-color: rgb(0 114 37 / 0.85);
}

.hover\:border-r-csv-hover\/90:hover{
  border-right-color: rgb(0 114 37 / 0.9);
}

.hover\:border-r-csv-hover\/95:hover{
  border-right-color: rgb(0 114 37 / 0.95);
}

.hover\:border-r-csv\/0:hover{
  border-right-color: rgb(0 138 43 / 0);
}

.hover\:border-r-csv\/10:hover{
  border-right-color: rgb(0 138 43 / 0.1);
}

.hover\:border-r-csv\/100:hover{
  border-right-color: rgb(0 138 43 / 1);
}

.hover\:border-r-csv\/15:hover{
  border-right-color: rgb(0 138 43 / 0.15);
}

.hover\:border-r-csv\/20:hover{
  border-right-color: rgb(0 138 43 / 0.2);
}

.hover\:border-r-csv\/25:hover{
  border-right-color: rgb(0 138 43 / 0.25);
}

.hover\:border-r-csv\/30:hover{
  border-right-color: rgb(0 138 43 / 0.3);
}

.hover\:border-r-csv\/35:hover{
  border-right-color: rgb(0 138 43 / 0.35);
}

.hover\:border-r-csv\/40:hover{
  border-right-color: rgb(0 138 43 / 0.4);
}

.hover\:border-r-csv\/45:hover{
  border-right-color: rgb(0 138 43 / 0.45);
}

.hover\:border-r-csv\/5:hover{
  border-right-color: rgb(0 138 43 / 0.05);
}

.hover\:border-r-csv\/50:hover{
  border-right-color: rgb(0 138 43 / 0.5);
}

.hover\:border-r-csv\/55:hover{
  border-right-color: rgb(0 138 43 / 0.55);
}

.hover\:border-r-csv\/60:hover{
  border-right-color: rgb(0 138 43 / 0.6);
}

.hover\:border-r-csv\/65:hover{
  border-right-color: rgb(0 138 43 / 0.65);
}

.hover\:border-r-csv\/70:hover{
  border-right-color: rgb(0 138 43 / 0.7);
}

.hover\:border-r-csv\/75:hover{
  border-right-color: rgb(0 138 43 / 0.75);
}

.hover\:border-r-csv\/80:hover{
  border-right-color: rgb(0 138 43 / 0.8);
}

.hover\:border-r-csv\/85:hover{
  border-right-color: rgb(0 138 43 / 0.85);
}

.hover\:border-r-csv\/90:hover{
  border-right-color: rgb(0 138 43 / 0.9);
}

.hover\:border-r-csv\/95:hover{
  border-right-color: rgb(0 138 43 / 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\/15:hover{
  border-right-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(207 250 254 / 0.35);
}

.hover\:border-r-cyan-100\/40:hover{
  border-right-color: rgb(207 250 254 / 0.4);
}

.hover\:border-r-cyan-100\/45:hover{
  border-right-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(207 250 254 / 0.55);
}

.hover\:border-r-cyan-100\/60:hover{
  border-right-color: rgb(207 250 254 / 0.6);
}

.hover\:border-r-cyan-100\/65:hover{
  border-right-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(165 243 252 / 0.35);
}

.hover\:border-r-cyan-200\/40:hover{
  border-right-color: rgb(165 243 252 / 0.4);
}

.hover\:border-r-cyan-200\/45:hover{
  border-right-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(165 243 252 / 0.55);
}

.hover\:border-r-cyan-200\/60:hover{
  border-right-color: rgb(165 243 252 / 0.6);
}

.hover\:border-r-cyan-200\/65:hover{
  border-right-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(103 232 249 / 0.35);
}

.hover\:border-r-cyan-300\/40:hover{
  border-right-color: rgb(103 232 249 / 0.4);
}

.hover\:border-r-cyan-300\/45:hover{
  border-right-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(103 232 249 / 0.55);
}

.hover\:border-r-cyan-300\/60:hover{
  border-right-color: rgb(103 232 249 / 0.6);
}

.hover\:border-r-cyan-300\/65:hover{
  border-right-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(34 211 238 / 0.35);
}

.hover\:border-r-cyan-400\/40:hover{
  border-right-color: rgb(34 211 238 / 0.4);
}

.hover\:border-r-cyan-400\/45:hover{
  border-right-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(34 211 238 / 0.55);
}

.hover\:border-r-cyan-400\/60:hover{
  border-right-color: rgb(34 211 238 / 0.6);
}

.hover\:border-r-cyan-400\/65:hover{
  border-right-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(236 254 255 / 0.35);
}

.hover\:border-r-cyan-50\/40:hover{
  border-right-color: rgb(236 254 255 / 0.4);
}

.hover\:border-r-cyan-50\/45:hover{
  border-right-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(236 254 255 / 0.55);
}

.hover\:border-r-cyan-50\/60:hover{
  border-right-color: rgb(236 254 255 / 0.6);
}

.hover\:border-r-cyan-50\/65:hover{
  border-right-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(6 182 212 / 0.35);
}

.hover\:border-r-cyan-500\/40:hover{
  border-right-color: rgb(6 182 212 / 0.4);
}

.hover\:border-r-cyan-500\/45:hover{
  border-right-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(6 182 212 / 0.55);
}

.hover\:border-r-cyan-500\/60:hover{
  border-right-color: rgb(6 182 212 / 0.6);
}

.hover\:border-r-cyan-500\/65:hover{
  border-right-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(8 145 178 / 0.35);
}

.hover\:border-r-cyan-600\/40:hover{
  border-right-color: rgb(8 145 178 / 0.4);
}

.hover\:border-r-cyan-600\/45:hover{
  border-right-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(8 145 178 / 0.55);
}

.hover\:border-r-cyan-600\/60:hover{
  border-right-color: rgb(8 145 178 / 0.6);
}

.hover\:border-r-cyan-600\/65:hover{
  border-right-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(14 116 144 / 0.35);
}

.hover\:border-r-cyan-700\/40:hover{
  border-right-color: rgb(14 116 144 / 0.4);
}

.hover\:border-r-cyan-700\/45:hover{
  border-right-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(14 116 144 / 0.55);
}

.hover\:border-r-cyan-700\/60:hover{
  border-right-color: rgb(14 116 144 / 0.6);
}

.hover\:border-r-cyan-700\/65:hover{
  border-right-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(21 94 117 / 0.35);
}

.hover\:border-r-cyan-800\/40:hover{
  border-right-color: rgb(21 94 117 / 0.4);
}

.hover\:border-r-cyan-800\/45:hover{
  border-right-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(21 94 117 / 0.55);
}

.hover\:border-r-cyan-800\/60:hover{
  border-right-color: rgb(21 94 117 / 0.6);
}

.hover\:border-r-cyan-800\/65:hover{
  border-right-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(22 78 99 / 0.35);
}

.hover\:border-r-cyan-900\/40:hover{
  border-right-color: rgb(22 78 99 / 0.4);
}

.hover\:border-r-cyan-900\/45:hover{
  border-right-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(22 78 99 / 0.55);
}

.hover\:border-r-cyan-900\/60:hover{
  border-right-color: rgb(22 78 99 / 0.6);
}

.hover\:border-r-cyan-900\/65:hover{
  border-right-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(8 51 68 / 0.35);
}

.hover\:border-r-cyan-950\/40:hover{
  border-right-color: rgb(8 51 68 / 0.4);
}

.hover\:border-r-cyan-950\/45:hover{
  border-right-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(8 51 68 / 0.55);
}

.hover\:border-r-cyan-950\/60:hover{
  border-right-color: rgb(8 51 68 / 0.6);
}

.hover\:border-r-cyan-950\/65:hover{
  border-right-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.hover\:border-r-danger-hover:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.hover\:border-r-danger-hover\/0:hover{
  border-right-color: rgb(193 49 44 / 0);
}

.hover\:border-r-danger-hover\/10:hover{
  border-right-color: rgb(193 49 44 / 0.1);
}

.hover\:border-r-danger-hover\/100:hover{
  border-right-color: rgb(193 49 44 / 1);
}

.hover\:border-r-danger-hover\/15:hover{
  border-right-color: rgb(193 49 44 / 0.15);
}

.hover\:border-r-danger-hover\/20:hover{
  border-right-color: rgb(193 49 44 / 0.2);
}

.hover\:border-r-danger-hover\/25:hover{
  border-right-color: rgb(193 49 44 / 0.25);
}

.hover\:border-r-danger-hover\/30:hover{
  border-right-color: rgb(193 49 44 / 0.3);
}

.hover\:border-r-danger-hover\/35:hover{
  border-right-color: rgb(193 49 44 / 0.35);
}

.hover\:border-r-danger-hover\/40:hover{
  border-right-color: rgb(193 49 44 / 0.4);
}

.hover\:border-r-danger-hover\/45:hover{
  border-right-color: rgb(193 49 44 / 0.45);
}

.hover\:border-r-danger-hover\/5:hover{
  border-right-color: rgb(193 49 44 / 0.05);
}

.hover\:border-r-danger-hover\/50:hover{
  border-right-color: rgb(193 49 44 / 0.5);
}

.hover\:border-r-danger-hover\/55:hover{
  border-right-color: rgb(193 49 44 / 0.55);
}

.hover\:border-r-danger-hover\/60:hover{
  border-right-color: rgb(193 49 44 / 0.6);
}

.hover\:border-r-danger-hover\/65:hover{
  border-right-color: rgb(193 49 44 / 0.65);
}

.hover\:border-r-danger-hover\/70:hover{
  border-right-color: rgb(193 49 44 / 0.7);
}

.hover\:border-r-danger-hover\/75:hover{
  border-right-color: rgb(193 49 44 / 0.75);
}

.hover\:border-r-danger-hover\/80:hover{
  border-right-color: rgb(193 49 44 / 0.8);
}

.hover\:border-r-danger-hover\/85:hover{
  border-right-color: rgb(193 49 44 / 0.85);
}

.hover\:border-r-danger-hover\/90:hover{
  border-right-color: rgb(193 49 44 / 0.9);
}

.hover\:border-r-danger-hover\/95:hover{
  border-right-color: rgb(193 49 44 / 0.95);
}

.hover\:border-r-danger\/0:hover{
  border-right-color: rgb(207 59 54 / 0);
}

.hover\:border-r-danger\/10:hover{
  border-right-color: rgb(207 59 54 / 0.1);
}

.hover\:border-r-danger\/100:hover{
  border-right-color: rgb(207 59 54 / 1);
}

.hover\:border-r-danger\/15:hover{
  border-right-color: rgb(207 59 54 / 0.15);
}

.hover\:border-r-danger\/20:hover{
  border-right-color: rgb(207 59 54 / 0.2);
}

.hover\:border-r-danger\/25:hover{
  border-right-color: rgb(207 59 54 / 0.25);
}

.hover\:border-r-danger\/30:hover{
  border-right-color: rgb(207 59 54 / 0.3);
}

.hover\:border-r-danger\/35:hover{
  border-right-color: rgb(207 59 54 / 0.35);
}

.hover\:border-r-danger\/40:hover{
  border-right-color: rgb(207 59 54 / 0.4);
}

.hover\:border-r-danger\/45:hover{
  border-right-color: rgb(207 59 54 / 0.45);
}

.hover\:border-r-danger\/5:hover{
  border-right-color: rgb(207 59 54 / 0.05);
}

.hover\:border-r-danger\/50:hover{
  border-right-color: rgb(207 59 54 / 0.5);
}

.hover\:border-r-danger\/55:hover{
  border-right-color: rgb(207 59 54 / 0.55);
}

.hover\:border-r-danger\/60:hover{
  border-right-color: rgb(207 59 54 / 0.6);
}

.hover\:border-r-danger\/65:hover{
  border-right-color: rgb(207 59 54 / 0.65);
}

.hover\:border-r-danger\/70:hover{
  border-right-color: rgb(207 59 54 / 0.7);
}

.hover\:border-r-danger\/75:hover{
  border-right-color: rgb(207 59 54 / 0.75);
}

.hover\:border-r-danger\/80:hover{
  border-right-color: rgb(207 59 54 / 0.8);
}

.hover\:border-r-danger\/85:hover{
  border-right-color: rgb(207 59 54 / 0.85);
}

.hover\:border-r-danger\/90:hover{
  border-right-color: rgb(207 59 54 / 0.9);
}

.hover\:border-r-danger\/95:hover{
  border-right-color: rgb(207 59 54 / 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\/15:hover{
  border-right-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(209 250 229 / 0.35);
}

.hover\:border-r-emerald-100\/40:hover{
  border-right-color: rgb(209 250 229 / 0.4);
}

.hover\:border-r-emerald-100\/45:hover{
  border-right-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(209 250 229 / 0.55);
}

.hover\:border-r-emerald-100\/60:hover{
  border-right-color: rgb(209 250 229 / 0.6);
}

.hover\:border-r-emerald-100\/65:hover{
  border-right-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(167 243 208 / 0.35);
}

.hover\:border-r-emerald-200\/40:hover{
  border-right-color: rgb(167 243 208 / 0.4);
}

.hover\:border-r-emerald-200\/45:hover{
  border-right-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(167 243 208 / 0.55);
}

.hover\:border-r-emerald-200\/60:hover{
  border-right-color: rgb(167 243 208 / 0.6);
}

.hover\:border-r-emerald-200\/65:hover{
  border-right-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(110 231 183 / 0.35);
}

.hover\:border-r-emerald-300\/40:hover{
  border-right-color: rgb(110 231 183 / 0.4);
}

.hover\:border-r-emerald-300\/45:hover{
  border-right-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(110 231 183 / 0.55);
}

.hover\:border-r-emerald-300\/60:hover{
  border-right-color: rgb(110 231 183 / 0.6);
}

.hover\:border-r-emerald-300\/65:hover{
  border-right-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(52 211 153 / 0.35);
}

.hover\:border-r-emerald-400\/40:hover{
  border-right-color: rgb(52 211 153 / 0.4);
}

.hover\:border-r-emerald-400\/45:hover{
  border-right-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(52 211 153 / 0.55);
}

.hover\:border-r-emerald-400\/60:hover{
  border-right-color: rgb(52 211 153 / 0.6);
}

.hover\:border-r-emerald-400\/65:hover{
  border-right-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(236 253 245 / 0.35);
}

.hover\:border-r-emerald-50\/40:hover{
  border-right-color: rgb(236 253 245 / 0.4);
}

.hover\:border-r-emerald-50\/45:hover{
  border-right-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(236 253 245 / 0.55);
}

.hover\:border-r-emerald-50\/60:hover{
  border-right-color: rgb(236 253 245 / 0.6);
}

.hover\:border-r-emerald-50\/65:hover{
  border-right-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(16 185 129 / 0.35);
}

.hover\:border-r-emerald-500\/40:hover{
  border-right-color: rgb(16 185 129 / 0.4);
}

.hover\:border-r-emerald-500\/45:hover{
  border-right-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(16 185 129 / 0.55);
}

.hover\:border-r-emerald-500\/60:hover{
  border-right-color: rgb(16 185 129 / 0.6);
}

.hover\:border-r-emerald-500\/65:hover{
  border-right-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(5 150 105 / 0.35);
}

.hover\:border-r-emerald-600\/40:hover{
  border-right-color: rgb(5 150 105 / 0.4);
}

.hover\:border-r-emerald-600\/45:hover{
  border-right-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(5 150 105 / 0.55);
}

.hover\:border-r-emerald-600\/60:hover{
  border-right-color: rgb(5 150 105 / 0.6);
}

.hover\:border-r-emerald-600\/65:hover{
  border-right-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(4 120 87 / 0.35);
}

.hover\:border-r-emerald-700\/40:hover{
  border-right-color: rgb(4 120 87 / 0.4);
}

.hover\:border-r-emerald-700\/45:hover{
  border-right-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(4 120 87 / 0.55);
}

.hover\:border-r-emerald-700\/60:hover{
  border-right-color: rgb(4 120 87 / 0.6);
}

.hover\:border-r-emerald-700\/65:hover{
  border-right-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(6 95 70 / 0.35);
}

.hover\:border-r-emerald-800\/40:hover{
  border-right-color: rgb(6 95 70 / 0.4);
}

.hover\:border-r-emerald-800\/45:hover{
  border-right-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(6 95 70 / 0.55);
}

.hover\:border-r-emerald-800\/60:hover{
  border-right-color: rgb(6 95 70 / 0.6);
}

.hover\:border-r-emerald-800\/65:hover{
  border-right-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(6 78 59 / 0.35);
}

.hover\:border-r-emerald-900\/40:hover{
  border-right-color: rgb(6 78 59 / 0.4);
}

.hover\:border-r-emerald-900\/45:hover{
  border-right-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(6 78 59 / 0.55);
}

.hover\:border-r-emerald-900\/60:hover{
  border-right-color: rgb(6 78 59 / 0.6);
}

.hover\:border-r-emerald-900\/65:hover{
  border-right-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(2 44 34 / 0.35);
}

.hover\:border-r-emerald-950\/40:hover{
  border-right-color: rgb(2 44 34 / 0.4);
}

.hover\:border-r-emerald-950\/45:hover{
  border-right-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(2 44 34 / 0.55);
}

.hover\:border-r-emerald-950\/60:hover{
  border-right-color: rgb(2 44 34 / 0.6);
}

.hover\:border-r-emerald-950\/65:hover{
  border-right-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.hover\:border-r-excel-hover:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.hover\:border-r-excel-hover\/0:hover{
  border-right-color: rgb(9 138 107 / 0);
}

.hover\:border-r-excel-hover\/10:hover{
  border-right-color: rgb(9 138 107 / 0.1);
}

.hover\:border-r-excel-hover\/100:hover{
  border-right-color: rgb(9 138 107 / 1);
}

.hover\:border-r-excel-hover\/15:hover{
  border-right-color: rgb(9 138 107 / 0.15);
}

.hover\:border-r-excel-hover\/20:hover{
  border-right-color: rgb(9 138 107 / 0.2);
}

.hover\:border-r-excel-hover\/25:hover{
  border-right-color: rgb(9 138 107 / 0.25);
}

.hover\:border-r-excel-hover\/30:hover{
  border-right-color: rgb(9 138 107 / 0.3);
}

.hover\:border-r-excel-hover\/35:hover{
  border-right-color: rgb(9 138 107 / 0.35);
}

.hover\:border-r-excel-hover\/40:hover{
  border-right-color: rgb(9 138 107 / 0.4);
}

.hover\:border-r-excel-hover\/45:hover{
  border-right-color: rgb(9 138 107 / 0.45);
}

.hover\:border-r-excel-hover\/5:hover{
  border-right-color: rgb(9 138 107 / 0.05);
}

.hover\:border-r-excel-hover\/50:hover{
  border-right-color: rgb(9 138 107 / 0.5);
}

.hover\:border-r-excel-hover\/55:hover{
  border-right-color: rgb(9 138 107 / 0.55);
}

.hover\:border-r-excel-hover\/60:hover{
  border-right-color: rgb(9 138 107 / 0.6);
}

.hover\:border-r-excel-hover\/65:hover{
  border-right-color: rgb(9 138 107 / 0.65);
}

.hover\:border-r-excel-hover\/70:hover{
  border-right-color: rgb(9 138 107 / 0.7);
}

.hover\:border-r-excel-hover\/75:hover{
  border-right-color: rgb(9 138 107 / 0.75);
}

.hover\:border-r-excel-hover\/80:hover{
  border-right-color: rgb(9 138 107 / 0.8);
}

.hover\:border-r-excel-hover\/85:hover{
  border-right-color: rgb(9 138 107 / 0.85);
}

.hover\:border-r-excel-hover\/90:hover{
  border-right-color: rgb(9 138 107 / 0.9);
}

.hover\:border-r-excel-hover\/95:hover{
  border-right-color: rgb(9 138 107 / 0.95);
}

.hover\:border-r-excel\/0:hover{
  border-right-color: rgb(11 160 123 / 0);
}

.hover\:border-r-excel\/10:hover{
  border-right-color: rgb(11 160 123 / 0.1);
}

.hover\:border-r-excel\/100:hover{
  border-right-color: rgb(11 160 123 / 1);
}

.hover\:border-r-excel\/15:hover{
  border-right-color: rgb(11 160 123 / 0.15);
}

.hover\:border-r-excel\/20:hover{
  border-right-color: rgb(11 160 123 / 0.2);
}

.hover\:border-r-excel\/25:hover{
  border-right-color: rgb(11 160 123 / 0.25);
}

.hover\:border-r-excel\/30:hover{
  border-right-color: rgb(11 160 123 / 0.3);
}

.hover\:border-r-excel\/35:hover{
  border-right-color: rgb(11 160 123 / 0.35);
}

.hover\:border-r-excel\/40:hover{
  border-right-color: rgb(11 160 123 / 0.4);
}

.hover\:border-r-excel\/45:hover{
  border-right-color: rgb(11 160 123 / 0.45);
}

.hover\:border-r-excel\/5:hover{
  border-right-color: rgb(11 160 123 / 0.05);
}

.hover\:border-r-excel\/50:hover{
  border-right-color: rgb(11 160 123 / 0.5);
}

.hover\:border-r-excel\/55:hover{
  border-right-color: rgb(11 160 123 / 0.55);
}

.hover\:border-r-excel\/60:hover{
  border-right-color: rgb(11 160 123 / 0.6);
}

.hover\:border-r-excel\/65:hover{
  border-right-color: rgb(11 160 123 / 0.65);
}

.hover\:border-r-excel\/70:hover{
  border-right-color: rgb(11 160 123 / 0.7);
}

.hover\:border-r-excel\/75:hover{
  border-right-color: rgb(11 160 123 / 0.75);
}

.hover\:border-r-excel\/80:hover{
  border-right-color: rgb(11 160 123 / 0.8);
}

.hover\:border-r-excel\/85:hover{
  border-right-color: rgb(11 160 123 / 0.85);
}

.hover\:border-r-excel\/90:hover{
  border-right-color: rgb(11 160 123 / 0.9);
}

.hover\:border-r-excel\/95:hover{
  border-right-color: rgb(11 160 123 / 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\/15:hover{
  border-right-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(250 232 255 / 0.35);
}

.hover\:border-r-fuchsia-100\/40:hover{
  border-right-color: rgb(250 232 255 / 0.4);
}

.hover\:border-r-fuchsia-100\/45:hover{
  border-right-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(250 232 255 / 0.55);
}

.hover\:border-r-fuchsia-100\/60:hover{
  border-right-color: rgb(250 232 255 / 0.6);
}

.hover\:border-r-fuchsia-100\/65:hover{
  border-right-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(245 208 254 / 0.35);
}

.hover\:border-r-fuchsia-200\/40:hover{
  border-right-color: rgb(245 208 254 / 0.4);
}

.hover\:border-r-fuchsia-200\/45:hover{
  border-right-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(245 208 254 / 0.55);
}

.hover\:border-r-fuchsia-200\/60:hover{
  border-right-color: rgb(245 208 254 / 0.6);
}

.hover\:border-r-fuchsia-200\/65:hover{
  border-right-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(240 171 252 / 0.35);
}

.hover\:border-r-fuchsia-300\/40:hover{
  border-right-color: rgb(240 171 252 / 0.4);
}

.hover\:border-r-fuchsia-300\/45:hover{
  border-right-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(240 171 252 / 0.55);
}

.hover\:border-r-fuchsia-300\/60:hover{
  border-right-color: rgb(240 171 252 / 0.6);
}

.hover\:border-r-fuchsia-300\/65:hover{
  border-right-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(232 121 249 / 0.35);
}

.hover\:border-r-fuchsia-400\/40:hover{
  border-right-color: rgb(232 121 249 / 0.4);
}

.hover\:border-r-fuchsia-400\/45:hover{
  border-right-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(232 121 249 / 0.55);
}

.hover\:border-r-fuchsia-400\/60:hover{
  border-right-color: rgb(232 121 249 / 0.6);
}

.hover\:border-r-fuchsia-400\/65:hover{
  border-right-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(253 244 255 / 0.35);
}

.hover\:border-r-fuchsia-50\/40:hover{
  border-right-color: rgb(253 244 255 / 0.4);
}

.hover\:border-r-fuchsia-50\/45:hover{
  border-right-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(253 244 255 / 0.55);
}

.hover\:border-r-fuchsia-50\/60:hover{
  border-right-color: rgb(253 244 255 / 0.6);
}

.hover\:border-r-fuchsia-50\/65:hover{
  border-right-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(217 70 239 / 0.35);
}

.hover\:border-r-fuchsia-500\/40:hover{
  border-right-color: rgb(217 70 239 / 0.4);
}

.hover\:border-r-fuchsia-500\/45:hover{
  border-right-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(217 70 239 / 0.55);
}

.hover\:border-r-fuchsia-500\/60:hover{
  border-right-color: rgb(217 70 239 / 0.6);
}

.hover\:border-r-fuchsia-500\/65:hover{
  border-right-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(192 38 211 / 0.35);
}

.hover\:border-r-fuchsia-600\/40:hover{
  border-right-color: rgb(192 38 211 / 0.4);
}

.hover\:border-r-fuchsia-600\/45:hover{
  border-right-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(192 38 211 / 0.55);
}

.hover\:border-r-fuchsia-600\/60:hover{
  border-right-color: rgb(192 38 211 / 0.6);
}

.hover\:border-r-fuchsia-600\/65:hover{
  border-right-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(162 28 175 / 0.35);
}

.hover\:border-r-fuchsia-700\/40:hover{
  border-right-color: rgb(162 28 175 / 0.4);
}

.hover\:border-r-fuchsia-700\/45:hover{
  border-right-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(162 28 175 / 0.55);
}

.hover\:border-r-fuchsia-700\/60:hover{
  border-right-color: rgb(162 28 175 / 0.6);
}

.hover\:border-r-fuchsia-700\/65:hover{
  border-right-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(134 25 143 / 0.35);
}

.hover\:border-r-fuchsia-800\/40:hover{
  border-right-color: rgb(134 25 143 / 0.4);
}

.hover\:border-r-fuchsia-800\/45:hover{
  border-right-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(134 25 143 / 0.55);
}

.hover\:border-r-fuchsia-800\/60:hover{
  border-right-color: rgb(134 25 143 / 0.6);
}

.hover\:border-r-fuchsia-800\/65:hover{
  border-right-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(112 26 117 / 0.35);
}

.hover\:border-r-fuchsia-900\/40:hover{
  border-right-color: rgb(112 26 117 / 0.4);
}

.hover\:border-r-fuchsia-900\/45:hover{
  border-right-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(112 26 117 / 0.55);
}

.hover\:border-r-fuchsia-900\/60:hover{
  border-right-color: rgb(112 26 117 / 0.6);
}

.hover\:border-r-fuchsia-900\/65:hover{
  border-right-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(74 4 78 / 0.35);
}

.hover\:border-r-fuchsia-950\/40:hover{
  border-right-color: rgb(74 4 78 / 0.4);
}

.hover\:border-r-fuchsia-950\/45:hover{
  border-right-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(74 4 78 / 0.55);
}

.hover\:border-r-fuchsia-950\/60:hover{
  border-right-color: rgb(74 4 78 / 0.6);
}

.hover\:border-r-fuchsia-950\/65:hover{
  border-right-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(243 244 246 / 0.35);
}

.hover\:border-r-gray-100\/40:hover{
  border-right-color: rgb(243 244 246 / 0.4);
}

.hover\:border-r-gray-100\/45:hover{
  border-right-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(243 244 246 / 0.55);
}

.hover\:border-r-gray-100\/60:hover{
  border-right-color: rgb(243 244 246 / 0.6);
}

.hover\:border-r-gray-100\/65:hover{
  border-right-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(229 231 235 / 0.35);
}

.hover\:border-r-gray-200\/40:hover{
  border-right-color: rgb(229 231 235 / 0.4);
}

.hover\:border-r-gray-200\/45:hover{
  border-right-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(229 231 235 / 0.55);
}

.hover\:border-r-gray-200\/60:hover{
  border-right-color: rgb(229 231 235 / 0.6);
}

.hover\:border-r-gray-200\/65:hover{
  border-right-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(209 213 219 / 0.35);
}

.hover\:border-r-gray-300\/40:hover{
  border-right-color: rgb(209 213 219 / 0.4);
}

.hover\:border-r-gray-300\/45:hover{
  border-right-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(209 213 219 / 0.55);
}

.hover\:border-r-gray-300\/60:hover{
  border-right-color: rgb(209 213 219 / 0.6);
}

.hover\:border-r-gray-300\/65:hover{
  border-right-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(156 163 175 / 0.35);
}

.hover\:border-r-gray-400\/40:hover{
  border-right-color: rgb(156 163 175 / 0.4);
}

.hover\:border-r-gray-400\/45:hover{
  border-right-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(156 163 175 / 0.55);
}

.hover\:border-r-gray-400\/60:hover{
  border-right-color: rgb(156 163 175 / 0.6);
}

.hover\:border-r-gray-400\/65:hover{
  border-right-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(249 250 251 / 0.35);
}

.hover\:border-r-gray-50\/40:hover{
  border-right-color: rgb(249 250 251 / 0.4);
}

.hover\:border-r-gray-50\/45:hover{
  border-right-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(249 250 251 / 0.55);
}

.hover\:border-r-gray-50\/60:hover{
  border-right-color: rgb(249 250 251 / 0.6);
}

.hover\:border-r-gray-50\/65:hover{
  border-right-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(107 114 128 / 0.35);
}

.hover\:border-r-gray-500\/40:hover{
  border-right-color: rgb(107 114 128 / 0.4);
}

.hover\:border-r-gray-500\/45:hover{
  border-right-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(107 114 128 / 0.55);
}

.hover\:border-r-gray-500\/60:hover{
  border-right-color: rgb(107 114 128 / 0.6);
}

.hover\:border-r-gray-500\/65:hover{
  border-right-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(75 85 99 / 0.35);
}

.hover\:border-r-gray-600\/40:hover{
  border-right-color: rgb(75 85 99 / 0.4);
}

.hover\:border-r-gray-600\/45:hover{
  border-right-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(75 85 99 / 0.55);
}

.hover\:border-r-gray-600\/60:hover{
  border-right-color: rgb(75 85 99 / 0.6);
}

.hover\:border-r-gray-600\/65:hover{
  border-right-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(55 65 81 / 0.35);
}

.hover\:border-r-gray-700\/40:hover{
  border-right-color: rgb(55 65 81 / 0.4);
}

.hover\:border-r-gray-700\/45:hover{
  border-right-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(55 65 81 / 0.55);
}

.hover\:border-r-gray-700\/60:hover{
  border-right-color: rgb(55 65 81 / 0.6);
}

.hover\:border-r-gray-700\/65:hover{
  border-right-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(31 41 55 / 0.35);
}

.hover\:border-r-gray-800\/40:hover{
  border-right-color: rgb(31 41 55 / 0.4);
}

.hover\:border-r-gray-800\/45:hover{
  border-right-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(31 41 55 / 0.55);
}

.hover\:border-r-gray-800\/60:hover{
  border-right-color: rgb(31 41 55 / 0.6);
}

.hover\:border-r-gray-800\/65:hover{
  border-right-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(17 24 39 / 0.35);
}

.hover\:border-r-gray-900\/40:hover{
  border-right-color: rgb(17 24 39 / 0.4);
}

.hover\:border-r-gray-900\/45:hover{
  border-right-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(17 24 39 / 0.55);
}

.hover\:border-r-gray-900\/60:hover{
  border-right-color: rgb(17 24 39 / 0.6);
}

.hover\:border-r-gray-900\/65:hover{
  border-right-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(3 7 18 / 0.35);
}

.hover\:border-r-gray-950\/40:hover{
  border-right-color: rgb(3 7 18 / 0.4);
}

.hover\:border-r-gray-950\/45:hover{
  border-right-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(3 7 18 / 0.55);
}

.hover\:border-r-gray-950\/60:hover{
  border-right-color: rgb(3 7 18 / 0.6);
}

.hover\:border-r-gray-950\/65:hover{
  border-right-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(220 252 231 / 0.35);
}

.hover\:border-r-green-100\/40:hover{
  border-right-color: rgb(220 252 231 / 0.4);
}

.hover\:border-r-green-100\/45:hover{
  border-right-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(220 252 231 / 0.55);
}

.hover\:border-r-green-100\/60:hover{
  border-right-color: rgb(220 252 231 / 0.6);
}

.hover\:border-r-green-100\/65:hover{
  border-right-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(187 247 208 / 0.35);
}

.hover\:border-r-green-200\/40:hover{
  border-right-color: rgb(187 247 208 / 0.4);
}

.hover\:border-r-green-200\/45:hover{
  border-right-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(187 247 208 / 0.55);
}

.hover\:border-r-green-200\/60:hover{
  border-right-color: rgb(187 247 208 / 0.6);
}

.hover\:border-r-green-200\/65:hover{
  border-right-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(134 239 172 / 0.35);
}

.hover\:border-r-green-300\/40:hover{
  border-right-color: rgb(134 239 172 / 0.4);
}

.hover\:border-r-green-300\/45:hover{
  border-right-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(134 239 172 / 0.55);
}

.hover\:border-r-green-300\/60:hover{
  border-right-color: rgb(134 239 172 / 0.6);
}

.hover\:border-r-green-300\/65:hover{
  border-right-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(74 222 128 / 0.35);
}

.hover\:border-r-green-400\/40:hover{
  border-right-color: rgb(74 222 128 / 0.4);
}

.hover\:border-r-green-400\/45:hover{
  border-right-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(74 222 128 / 0.55);
}

.hover\:border-r-green-400\/60:hover{
  border-right-color: rgb(74 222 128 / 0.6);
}

.hover\:border-r-green-400\/65:hover{
  border-right-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(240 253 244 / 0.35);
}

.hover\:border-r-green-50\/40:hover{
  border-right-color: rgb(240 253 244 / 0.4);
}

.hover\:border-r-green-50\/45:hover{
  border-right-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(240 253 244 / 0.55);
}

.hover\:border-r-green-50\/60:hover{
  border-right-color: rgb(240 253 244 / 0.6);
}

.hover\:border-r-green-50\/65:hover{
  border-right-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(34 197 94 / 0.35);
}

.hover\:border-r-green-500\/40:hover{
  border-right-color: rgb(34 197 94 / 0.4);
}

.hover\:border-r-green-500\/45:hover{
  border-right-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(34 197 94 / 0.55);
}

.hover\:border-r-green-500\/60:hover{
  border-right-color: rgb(34 197 94 / 0.6);
}

.hover\:border-r-green-500\/65:hover{
  border-right-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(22 163 74 / 0.35);
}

.hover\:border-r-green-600\/40:hover{
  border-right-color: rgb(22 163 74 / 0.4);
}

.hover\:border-r-green-600\/45:hover{
  border-right-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(22 163 74 / 0.55);
}

.hover\:border-r-green-600\/60:hover{
  border-right-color: rgb(22 163 74 / 0.6);
}

.hover\:border-r-green-600\/65:hover{
  border-right-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(21 128 61 / 0.35);
}

.hover\:border-r-green-700\/40:hover{
  border-right-color: rgb(21 128 61 / 0.4);
}

.hover\:border-r-green-700\/45:hover{
  border-right-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(21 128 61 / 0.55);
}

.hover\:border-r-green-700\/60:hover{
  border-right-color: rgb(21 128 61 / 0.6);
}

.hover\:border-r-green-700\/65:hover{
  border-right-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(22 101 52 / 0.35);
}

.hover\:border-r-green-800\/40:hover{
  border-right-color: rgb(22 101 52 / 0.4);
}

.hover\:border-r-green-800\/45:hover{
  border-right-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(22 101 52 / 0.55);
}

.hover\:border-r-green-800\/60:hover{
  border-right-color: rgb(22 101 52 / 0.6);
}

.hover\:border-r-green-800\/65:hover{
  border-right-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(20 83 45 / 0.35);
}

.hover\:border-r-green-900\/40:hover{
  border-right-color: rgb(20 83 45 / 0.4);
}

.hover\:border-r-green-900\/45:hover{
  border-right-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(20 83 45 / 0.55);
}

.hover\:border-r-green-900\/60:hover{
  border-right-color: rgb(20 83 45 / 0.6);
}

.hover\:border-r-green-900\/65:hover{
  border-right-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(5 46 22 / 0.35);
}

.hover\:border-r-green-950\/40:hover{
  border-right-color: rgb(5 46 22 / 0.4);
}

.hover\:border-r-green-950\/45:hover{
  border-right-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(5 46 22 / 0.55);
}

.hover\:border-r-green-950\/60:hover{
  border-right-color: rgb(5 46 22 / 0.6);
}

.hover\:border-r-green-950\/65:hover{
  border-right-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(224 231 255 / 0.35);
}

.hover\:border-r-indigo-100\/40:hover{
  border-right-color: rgb(224 231 255 / 0.4);
}

.hover\:border-r-indigo-100\/45:hover{
  border-right-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(224 231 255 / 0.55);
}

.hover\:border-r-indigo-100\/60:hover{
  border-right-color: rgb(224 231 255 / 0.6);
}

.hover\:border-r-indigo-100\/65:hover{
  border-right-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(199 210 254 / 0.35);
}

.hover\:border-r-indigo-200\/40:hover{
  border-right-color: rgb(199 210 254 / 0.4);
}

.hover\:border-r-indigo-200\/45:hover{
  border-right-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(199 210 254 / 0.55);
}

.hover\:border-r-indigo-200\/60:hover{
  border-right-color: rgb(199 210 254 / 0.6);
}

.hover\:border-r-indigo-200\/65:hover{
  border-right-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(165 180 252 / 0.35);
}

.hover\:border-r-indigo-300\/40:hover{
  border-right-color: rgb(165 180 252 / 0.4);
}

.hover\:border-r-indigo-300\/45:hover{
  border-right-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(165 180 252 / 0.55);
}

.hover\:border-r-indigo-300\/60:hover{
  border-right-color: rgb(165 180 252 / 0.6);
}

.hover\:border-r-indigo-300\/65:hover{
  border-right-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(129 140 248 / 0.35);
}

.hover\:border-r-indigo-400\/40:hover{
  border-right-color: rgb(129 140 248 / 0.4);
}

.hover\:border-r-indigo-400\/45:hover{
  border-right-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(129 140 248 / 0.55);
}

.hover\:border-r-indigo-400\/60:hover{
  border-right-color: rgb(129 140 248 / 0.6);
}

.hover\:border-r-indigo-400\/65:hover{
  border-right-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(238 242 255 / 0.35);
}

.hover\:border-r-indigo-50\/40:hover{
  border-right-color: rgb(238 242 255 / 0.4);
}

.hover\:border-r-indigo-50\/45:hover{
  border-right-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(238 242 255 / 0.55);
}

.hover\:border-r-indigo-50\/60:hover{
  border-right-color: rgb(238 242 255 / 0.6);
}

.hover\:border-r-indigo-50\/65:hover{
  border-right-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(99 102 241 / 0.35);
}

.hover\:border-r-indigo-500\/40:hover{
  border-right-color: rgb(99 102 241 / 0.4);
}

.hover\:border-r-indigo-500\/45:hover{
  border-right-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(99 102 241 / 0.55);
}

.hover\:border-r-indigo-500\/60:hover{
  border-right-color: rgb(99 102 241 / 0.6);
}

.hover\:border-r-indigo-500\/65:hover{
  border-right-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(79 70 229 / 0.35);
}

.hover\:border-r-indigo-600\/40:hover{
  border-right-color: rgb(79 70 229 / 0.4);
}

.hover\:border-r-indigo-600\/45:hover{
  border-right-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(79 70 229 / 0.55);
}

.hover\:border-r-indigo-600\/60:hover{
  border-right-color: rgb(79 70 229 / 0.6);
}

.hover\:border-r-indigo-600\/65:hover{
  border-right-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(67 56 202 / 0.35);
}

.hover\:border-r-indigo-700\/40:hover{
  border-right-color: rgb(67 56 202 / 0.4);
}

.hover\:border-r-indigo-700\/45:hover{
  border-right-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(67 56 202 / 0.55);
}

.hover\:border-r-indigo-700\/60:hover{
  border-right-color: rgb(67 56 202 / 0.6);
}

.hover\:border-r-indigo-700\/65:hover{
  border-right-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(55 48 163 / 0.35);
}

.hover\:border-r-indigo-800\/40:hover{
  border-right-color: rgb(55 48 163 / 0.4);
}

.hover\:border-r-indigo-800\/45:hover{
  border-right-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(55 48 163 / 0.55);
}

.hover\:border-r-indigo-800\/60:hover{
  border-right-color: rgb(55 48 163 / 0.6);
}

.hover\:border-r-indigo-800\/65:hover{
  border-right-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(49 46 129 / 0.35);
}

.hover\:border-r-indigo-900\/40:hover{
  border-right-color: rgb(49 46 129 / 0.4);
}

.hover\:border-r-indigo-900\/45:hover{
  border-right-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(49 46 129 / 0.55);
}

.hover\:border-r-indigo-900\/60:hover{
  border-right-color: rgb(49 46 129 / 0.6);
}

.hover\:border-r-indigo-900\/65:hover{
  border-right-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(30 27 75 / 0.35);
}

.hover\:border-r-indigo-950\/40:hover{
  border-right-color: rgb(30 27 75 / 0.4);
}

.hover\:border-r-indigo-950\/45:hover{
  border-right-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(30 27 75 / 0.55);
}

.hover\:border-r-indigo-950\/60:hover{
  border-right-color: rgb(30 27 75 / 0.6);
}

.hover\:border-r-indigo-950\/65:hover{
  border-right-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.hover\:border-r-info-hover:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.hover\:border-r-info-hover\/0:hover{
  border-right-color: rgb(203 122 0 / 0);
}

.hover\:border-r-info-hover\/10:hover{
  border-right-color: rgb(203 122 0 / 0.1);
}

.hover\:border-r-info-hover\/100:hover{
  border-right-color: rgb(203 122 0 / 1);
}

.hover\:border-r-info-hover\/15:hover{
  border-right-color: rgb(203 122 0 / 0.15);
}

.hover\:border-r-info-hover\/20:hover{
  border-right-color: rgb(203 122 0 / 0.2);
}

.hover\:border-r-info-hover\/25:hover{
  border-right-color: rgb(203 122 0 / 0.25);
}

.hover\:border-r-info-hover\/30:hover{
  border-right-color: rgb(203 122 0 / 0.3);
}

.hover\:border-r-info-hover\/35:hover{
  border-right-color: rgb(203 122 0 / 0.35);
}

.hover\:border-r-info-hover\/40:hover{
  border-right-color: rgb(203 122 0 / 0.4);
}

.hover\:border-r-info-hover\/45:hover{
  border-right-color: rgb(203 122 0 / 0.45);
}

.hover\:border-r-info-hover\/5:hover{
  border-right-color: rgb(203 122 0 / 0.05);
}

.hover\:border-r-info-hover\/50:hover{
  border-right-color: rgb(203 122 0 / 0.5);
}

.hover\:border-r-info-hover\/55:hover{
  border-right-color: rgb(203 122 0 / 0.55);
}

.hover\:border-r-info-hover\/60:hover{
  border-right-color: rgb(203 122 0 / 0.6);
}

.hover\:border-r-info-hover\/65:hover{
  border-right-color: rgb(203 122 0 / 0.65);
}

.hover\:border-r-info-hover\/70:hover{
  border-right-color: rgb(203 122 0 / 0.7);
}

.hover\:border-r-info-hover\/75:hover{
  border-right-color: rgb(203 122 0 / 0.75);
}

.hover\:border-r-info-hover\/80:hover{
  border-right-color: rgb(203 122 0 / 0.8);
}

.hover\:border-r-info-hover\/85:hover{
  border-right-color: rgb(203 122 0 / 0.85);
}

.hover\:border-r-info-hover\/90:hover{
  border-right-color: rgb(203 122 0 / 0.9);
}

.hover\:border-r-info-hover\/95:hover{
  border-right-color: rgb(203 122 0 / 0.95);
}

.hover\:border-r-info\/0:hover{
  border-right-color: rgb(247 159 26 / 0);
}

.hover\:border-r-info\/10:hover{
  border-right-color: rgb(247 159 26 / 0.1);
}

.hover\:border-r-info\/100:hover{
  border-right-color: rgb(247 159 26 / 1);
}

.hover\:border-r-info\/15:hover{
  border-right-color: rgb(247 159 26 / 0.15);
}

.hover\:border-r-info\/20:hover{
  border-right-color: rgb(247 159 26 / 0.2);
}

.hover\:border-r-info\/25:hover{
  border-right-color: rgb(247 159 26 / 0.25);
}

.hover\:border-r-info\/30:hover{
  border-right-color: rgb(247 159 26 / 0.3);
}

.hover\:border-r-info\/35:hover{
  border-right-color: rgb(247 159 26 / 0.35);
}

.hover\:border-r-info\/40:hover{
  border-right-color: rgb(247 159 26 / 0.4);
}

.hover\:border-r-info\/45:hover{
  border-right-color: rgb(247 159 26 / 0.45);
}

.hover\:border-r-info\/5:hover{
  border-right-color: rgb(247 159 26 / 0.05);
}

.hover\:border-r-info\/50:hover{
  border-right-color: rgb(247 159 26 / 0.5);
}

.hover\:border-r-info\/55:hover{
  border-right-color: rgb(247 159 26 / 0.55);
}

.hover\:border-r-info\/60:hover{
  border-right-color: rgb(247 159 26 / 0.6);
}

.hover\:border-r-info\/65:hover{
  border-right-color: rgb(247 159 26 / 0.65);
}

.hover\:border-r-info\/70:hover{
  border-right-color: rgb(247 159 26 / 0.7);
}

.hover\:border-r-info\/75:hover{
  border-right-color: rgb(247 159 26 / 0.75);
}

.hover\:border-r-info\/80:hover{
  border-right-color: rgb(247 159 26 / 0.8);
}

.hover\:border-r-info\/85:hover{
  border-right-color: rgb(247 159 26 / 0.85);
}

.hover\:border-r-info\/90:hover{
  border-right-color: rgb(247 159 26 / 0.9);
}

.hover\:border-r-info\/95:hover{
  border-right-color: rgb(247 159 26 / 0.95);
}

.hover\:border-r-inherit:hover{
  border-right-color: inherit;
}

.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\/15:hover{
  border-right-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(236 252 203 / 0.35);
}

.hover\:border-r-lime-100\/40:hover{
  border-right-color: rgb(236 252 203 / 0.4);
}

.hover\:border-r-lime-100\/45:hover{
  border-right-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(236 252 203 / 0.55);
}

.hover\:border-r-lime-100\/60:hover{
  border-right-color: rgb(236 252 203 / 0.6);
}

.hover\:border-r-lime-100\/65:hover{
  border-right-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(217 249 157 / 0.35);
}

.hover\:border-r-lime-200\/40:hover{
  border-right-color: rgb(217 249 157 / 0.4);
}

.hover\:border-r-lime-200\/45:hover{
  border-right-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(217 249 157 / 0.55);
}

.hover\:border-r-lime-200\/60:hover{
  border-right-color: rgb(217 249 157 / 0.6);
}

.hover\:border-r-lime-200\/65:hover{
  border-right-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(190 242 100 / 0.35);
}

.hover\:border-r-lime-300\/40:hover{
  border-right-color: rgb(190 242 100 / 0.4);
}

.hover\:border-r-lime-300\/45:hover{
  border-right-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(190 242 100 / 0.55);
}

.hover\:border-r-lime-300\/60:hover{
  border-right-color: rgb(190 242 100 / 0.6);
}

.hover\:border-r-lime-300\/65:hover{
  border-right-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(163 230 53 / 0.35);
}

.hover\:border-r-lime-400\/40:hover{
  border-right-color: rgb(163 230 53 / 0.4);
}

.hover\:border-r-lime-400\/45:hover{
  border-right-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(163 230 53 / 0.55);
}

.hover\:border-r-lime-400\/60:hover{
  border-right-color: rgb(163 230 53 / 0.6);
}

.hover\:border-r-lime-400\/65:hover{
  border-right-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(247 254 231 / 0.35);
}

.hover\:border-r-lime-50\/40:hover{
  border-right-color: rgb(247 254 231 / 0.4);
}

.hover\:border-r-lime-50\/45:hover{
  border-right-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(247 254 231 / 0.55);
}

.hover\:border-r-lime-50\/60:hover{
  border-right-color: rgb(247 254 231 / 0.6);
}

.hover\:border-r-lime-50\/65:hover{
  border-right-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(132 204 22 / 0.35);
}

.hover\:border-r-lime-500\/40:hover{
  border-right-color: rgb(132 204 22 / 0.4);
}

.hover\:border-r-lime-500\/45:hover{
  border-right-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(132 204 22 / 0.55);
}

.hover\:border-r-lime-500\/60:hover{
  border-right-color: rgb(132 204 22 / 0.6);
}

.hover\:border-r-lime-500\/65:hover{
  border-right-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(101 163 13 / 0.35);
}

.hover\:border-r-lime-600\/40:hover{
  border-right-color: rgb(101 163 13 / 0.4);
}

.hover\:border-r-lime-600\/45:hover{
  border-right-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(101 163 13 / 0.55);
}

.hover\:border-r-lime-600\/60:hover{
  border-right-color: rgb(101 163 13 / 0.6);
}

.hover\:border-r-lime-600\/65:hover{
  border-right-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(77 124 15 / 0.35);
}

.hover\:border-r-lime-700\/40:hover{
  border-right-color: rgb(77 124 15 / 0.4);
}

.hover\:border-r-lime-700\/45:hover{
  border-right-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(77 124 15 / 0.55);
}

.hover\:border-r-lime-700\/60:hover{
  border-right-color: rgb(77 124 15 / 0.6);
}

.hover\:border-r-lime-700\/65:hover{
  border-right-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(63 98 18 / 0.35);
}

.hover\:border-r-lime-800\/40:hover{
  border-right-color: rgb(63 98 18 / 0.4);
}

.hover\:border-r-lime-800\/45:hover{
  border-right-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(63 98 18 / 0.55);
}

.hover\:border-r-lime-800\/60:hover{
  border-right-color: rgb(63 98 18 / 0.6);
}

.hover\:border-r-lime-800\/65:hover{
  border-right-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(54 83 20 / 0.35);
}

.hover\:border-r-lime-900\/40:hover{
  border-right-color: rgb(54 83 20 / 0.4);
}

.hover\:border-r-lime-900\/45:hover{
  border-right-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(54 83 20 / 0.55);
}

.hover\:border-r-lime-900\/60:hover{
  border-right-color: rgb(54 83 20 / 0.6);
}

.hover\:border-r-lime-900\/65:hover{
  border-right-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(26 46 5 / 0.35);
}

.hover\:border-r-lime-950\/40:hover{
  border-right-color: rgb(26 46 5 / 0.4);
}

.hover\:border-r-lime-950\/45:hover{
  border-right-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(26 46 5 / 0.55);
}

.hover\:border-r-lime-950\/60:hover{
  border-right-color: rgb(26 46 5 / 0.6);
}

.hover\:border-r-lime-950\/65:hover{
  border-right-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-01\/0:hover{
  border-right-color: rgb(224 224 224 / 0);
}

.hover\:border-r-neutral-01\/10:hover{
  border-right-color: rgb(224 224 224 / 0.1);
}

.hover\:border-r-neutral-01\/100:hover{
  border-right-color: rgb(224 224 224 / 1);
}

.hover\:border-r-neutral-01\/15:hover{
  border-right-color: rgb(224 224 224 / 0.15);
}

.hover\:border-r-neutral-01\/20:hover{
  border-right-color: rgb(224 224 224 / 0.2);
}

.hover\:border-r-neutral-01\/25:hover{
  border-right-color: rgb(224 224 224 / 0.25);
}

.hover\:border-r-neutral-01\/30:hover{
  border-right-color: rgb(224 224 224 / 0.3);
}

.hover\:border-r-neutral-01\/35:hover{
  border-right-color: rgb(224 224 224 / 0.35);
}

.hover\:border-r-neutral-01\/40:hover{
  border-right-color: rgb(224 224 224 / 0.4);
}

.hover\:border-r-neutral-01\/45:hover{
  border-right-color: rgb(224 224 224 / 0.45);
}

.hover\:border-r-neutral-01\/5:hover{
  border-right-color: rgb(224 224 224 / 0.05);
}

.hover\:border-r-neutral-01\/50:hover{
  border-right-color: rgb(224 224 224 / 0.5);
}

.hover\:border-r-neutral-01\/55:hover{
  border-right-color: rgb(224 224 224 / 0.55);
}

.hover\:border-r-neutral-01\/60:hover{
  border-right-color: rgb(224 224 224 / 0.6);
}

.hover\:border-r-neutral-01\/65:hover{
  border-right-color: rgb(224 224 224 / 0.65);
}

.hover\:border-r-neutral-01\/70:hover{
  border-right-color: rgb(224 224 224 / 0.7);
}

.hover\:border-r-neutral-01\/75:hover{
  border-right-color: rgb(224 224 224 / 0.75);
}

.hover\:border-r-neutral-01\/80:hover{
  border-right-color: rgb(224 224 224 / 0.8);
}

.hover\:border-r-neutral-01\/85:hover{
  border-right-color: rgb(224 224 224 / 0.85);
}

.hover\:border-r-neutral-01\/90:hover{
  border-right-color: rgb(224 224 224 / 0.9);
}

.hover\:border-r-neutral-01\/95:hover{
  border-right-color: rgb(224 224 224 / 0.95);
}

.hover\:border-r-neutral-02:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-02\/0:hover{
  border-right-color: rgb(228 234 238 / 0);
}

.hover\:border-r-neutral-02\/10:hover{
  border-right-color: rgb(228 234 238 / 0.1);
}

.hover\:border-r-neutral-02\/100:hover{
  border-right-color: rgb(228 234 238 / 1);
}

.hover\:border-r-neutral-02\/15:hover{
  border-right-color: rgb(228 234 238 / 0.15);
}

.hover\:border-r-neutral-02\/20:hover{
  border-right-color: rgb(228 234 238 / 0.2);
}

.hover\:border-r-neutral-02\/25:hover{
  border-right-color: rgb(228 234 238 / 0.25);
}

.hover\:border-r-neutral-02\/30:hover{
  border-right-color: rgb(228 234 238 / 0.3);
}

.hover\:border-r-neutral-02\/35:hover{
  border-right-color: rgb(228 234 238 / 0.35);
}

.hover\:border-r-neutral-02\/40:hover{
  border-right-color: rgb(228 234 238 / 0.4);
}

.hover\:border-r-neutral-02\/45:hover{
  border-right-color: rgb(228 234 238 / 0.45);
}

.hover\:border-r-neutral-02\/5:hover{
  border-right-color: rgb(228 234 238 / 0.05);
}

.hover\:border-r-neutral-02\/50:hover{
  border-right-color: rgb(228 234 238 / 0.5);
}

.hover\:border-r-neutral-02\/55:hover{
  border-right-color: rgb(228 234 238 / 0.55);
}

.hover\:border-r-neutral-02\/60:hover{
  border-right-color: rgb(228 234 238 / 0.6);
}

.hover\:border-r-neutral-02\/65:hover{
  border-right-color: rgb(228 234 238 / 0.65);
}

.hover\:border-r-neutral-02\/70:hover{
  border-right-color: rgb(228 234 238 / 0.7);
}

.hover\:border-r-neutral-02\/75:hover{
  border-right-color: rgb(228 234 238 / 0.75);
}

.hover\:border-r-neutral-02\/80:hover{
  border-right-color: rgb(228 234 238 / 0.8);
}

.hover\:border-r-neutral-02\/85:hover{
  border-right-color: rgb(228 234 238 / 0.85);
}

.hover\:border-r-neutral-02\/90:hover{
  border-right-color: rgb(228 234 238 / 0.9);
}

.hover\:border-r-neutral-02\/95:hover{
  border-right-color: rgb(228 234 238 / 0.95);
}

.hover\:border-r-neutral-03:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-03\/0:hover{
  border-right-color: rgb(236 239 250 / 0);
}

.hover\:border-r-neutral-03\/10:hover{
  border-right-color: rgb(236 239 250 / 0.1);
}

.hover\:border-r-neutral-03\/100:hover{
  border-right-color: rgb(236 239 250 / 1);
}

.hover\:border-r-neutral-03\/15:hover{
  border-right-color: rgb(236 239 250 / 0.15);
}

.hover\:border-r-neutral-03\/20:hover{
  border-right-color: rgb(236 239 250 / 0.2);
}

.hover\:border-r-neutral-03\/25:hover{
  border-right-color: rgb(236 239 250 / 0.25);
}

.hover\:border-r-neutral-03\/30:hover{
  border-right-color: rgb(236 239 250 / 0.3);
}

.hover\:border-r-neutral-03\/35:hover{
  border-right-color: rgb(236 239 250 / 0.35);
}

.hover\:border-r-neutral-03\/40:hover{
  border-right-color: rgb(236 239 250 / 0.4);
}

.hover\:border-r-neutral-03\/45:hover{
  border-right-color: rgb(236 239 250 / 0.45);
}

.hover\:border-r-neutral-03\/5:hover{
  border-right-color: rgb(236 239 250 / 0.05);
}

.hover\:border-r-neutral-03\/50:hover{
  border-right-color: rgb(236 239 250 / 0.5);
}

.hover\:border-r-neutral-03\/55:hover{
  border-right-color: rgb(236 239 250 / 0.55);
}

.hover\:border-r-neutral-03\/60:hover{
  border-right-color: rgb(236 239 250 / 0.6);
}

.hover\:border-r-neutral-03\/65:hover{
  border-right-color: rgb(236 239 250 / 0.65);
}

.hover\:border-r-neutral-03\/70:hover{
  border-right-color: rgb(236 239 250 / 0.7);
}

.hover\:border-r-neutral-03\/75:hover{
  border-right-color: rgb(236 239 250 / 0.75);
}

.hover\:border-r-neutral-03\/80:hover{
  border-right-color: rgb(236 239 250 / 0.8);
}

.hover\:border-r-neutral-03\/85:hover{
  border-right-color: rgb(236 239 250 / 0.85);
}

.hover\:border-r-neutral-03\/90:hover{
  border-right-color: rgb(236 239 250 / 0.9);
}

.hover\:border-r-neutral-03\/95:hover{
  border-right-color: rgb(236 239 250 / 0.95);
}

.hover\:border-r-neutral-04:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-04\/0:hover{
  border-right-color: rgb(215 218 226 / 0);
}

.hover\:border-r-neutral-04\/10:hover{
  border-right-color: rgb(215 218 226 / 0.1);
}

.hover\:border-r-neutral-04\/100:hover{
  border-right-color: rgb(215 218 226 / 1);
}

.hover\:border-r-neutral-04\/15:hover{
  border-right-color: rgb(215 218 226 / 0.15);
}

.hover\:border-r-neutral-04\/20:hover{
  border-right-color: rgb(215 218 226 / 0.2);
}

.hover\:border-r-neutral-04\/25:hover{
  border-right-color: rgb(215 218 226 / 0.25);
}

.hover\:border-r-neutral-04\/30:hover{
  border-right-color: rgb(215 218 226 / 0.3);
}

.hover\:border-r-neutral-04\/35:hover{
  border-right-color: rgb(215 218 226 / 0.35);
}

.hover\:border-r-neutral-04\/40:hover{
  border-right-color: rgb(215 218 226 / 0.4);
}

.hover\:border-r-neutral-04\/45:hover{
  border-right-color: rgb(215 218 226 / 0.45);
}

.hover\:border-r-neutral-04\/5:hover{
  border-right-color: rgb(215 218 226 / 0.05);
}

.hover\:border-r-neutral-04\/50:hover{
  border-right-color: rgb(215 218 226 / 0.5);
}

.hover\:border-r-neutral-04\/55:hover{
  border-right-color: rgb(215 218 226 / 0.55);
}

.hover\:border-r-neutral-04\/60:hover{
  border-right-color: rgb(215 218 226 / 0.6);
}

.hover\:border-r-neutral-04\/65:hover{
  border-right-color: rgb(215 218 226 / 0.65);
}

.hover\:border-r-neutral-04\/70:hover{
  border-right-color: rgb(215 218 226 / 0.7);
}

.hover\:border-r-neutral-04\/75:hover{
  border-right-color: rgb(215 218 226 / 0.75);
}

.hover\:border-r-neutral-04\/80:hover{
  border-right-color: rgb(215 218 226 / 0.8);
}

.hover\:border-r-neutral-04\/85:hover{
  border-right-color: rgb(215 218 226 / 0.85);
}

.hover\:border-r-neutral-04\/90:hover{
  border-right-color: rgb(215 218 226 / 0.9);
}

.hover\:border-r-neutral-04\/95:hover{
  border-right-color: rgb(215 218 226 / 0.95);
}

.hover\:border-r-neutral-05:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-05\/0:hover{
  border-right-color: rgb(246 246 246 / 0);
}

.hover\:border-r-neutral-05\/10:hover{
  border-right-color: rgb(246 246 246 / 0.1);
}

.hover\:border-r-neutral-05\/100:hover{
  border-right-color: rgb(246 246 246 / 1);
}

.hover\:border-r-neutral-05\/15:hover{
  border-right-color: rgb(246 246 246 / 0.15);
}

.hover\:border-r-neutral-05\/20:hover{
  border-right-color: rgb(246 246 246 / 0.2);
}

.hover\:border-r-neutral-05\/25:hover{
  border-right-color: rgb(246 246 246 / 0.25);
}

.hover\:border-r-neutral-05\/30:hover{
  border-right-color: rgb(246 246 246 / 0.3);
}

.hover\:border-r-neutral-05\/35:hover{
  border-right-color: rgb(246 246 246 / 0.35);
}

.hover\:border-r-neutral-05\/40:hover{
  border-right-color: rgb(246 246 246 / 0.4);
}

.hover\:border-r-neutral-05\/45:hover{
  border-right-color: rgb(246 246 246 / 0.45);
}

.hover\:border-r-neutral-05\/5:hover{
  border-right-color: rgb(246 246 246 / 0.05);
}

.hover\:border-r-neutral-05\/50:hover{
  border-right-color: rgb(246 246 246 / 0.5);
}

.hover\:border-r-neutral-05\/55:hover{
  border-right-color: rgb(246 246 246 / 0.55);
}

.hover\:border-r-neutral-05\/60:hover{
  border-right-color: rgb(246 246 246 / 0.6);
}

.hover\:border-r-neutral-05\/65:hover{
  border-right-color: rgb(246 246 246 / 0.65);
}

.hover\:border-r-neutral-05\/70:hover{
  border-right-color: rgb(246 246 246 / 0.7);
}

.hover\:border-r-neutral-05\/75:hover{
  border-right-color: rgb(246 246 246 / 0.75);
}

.hover\:border-r-neutral-05\/80:hover{
  border-right-color: rgb(246 246 246 / 0.8);
}

.hover\:border-r-neutral-05\/85:hover{
  border-right-color: rgb(246 246 246 / 0.85);
}

.hover\:border-r-neutral-05\/90:hover{
  border-right-color: rgb(246 246 246 / 0.9);
}

.hover\:border-r-neutral-05\/95:hover{
  border-right-color: rgb(246 246 246 / 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\/15:hover{
  border-right-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(245 245 245 / 0.35);
}

.hover\:border-r-neutral-100\/40:hover{
  border-right-color: rgb(245 245 245 / 0.4);
}

.hover\:border-r-neutral-100\/45:hover{
  border-right-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(245 245 245 / 0.55);
}

.hover\:border-r-neutral-100\/60:hover{
  border-right-color: rgb(245 245 245 / 0.6);
}

.hover\:border-r-neutral-100\/65:hover{
  border-right-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(229 229 229 / 0.35);
}

.hover\:border-r-neutral-200\/40:hover{
  border-right-color: rgb(229 229 229 / 0.4);
}

.hover\:border-r-neutral-200\/45:hover{
  border-right-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(229 229 229 / 0.55);
}

.hover\:border-r-neutral-200\/60:hover{
  border-right-color: rgb(229 229 229 / 0.6);
}

.hover\:border-r-neutral-200\/65:hover{
  border-right-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(212 212 212 / 0.35);
}

.hover\:border-r-neutral-300\/40:hover{
  border-right-color: rgb(212 212 212 / 0.4);
}

.hover\:border-r-neutral-300\/45:hover{
  border-right-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(212 212 212 / 0.55);
}

.hover\:border-r-neutral-300\/60:hover{
  border-right-color: rgb(212 212 212 / 0.6);
}

.hover\:border-r-neutral-300\/65:hover{
  border-right-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(163 163 163 / 0.35);
}

.hover\:border-r-neutral-400\/40:hover{
  border-right-color: rgb(163 163 163 / 0.4);
}

.hover\:border-r-neutral-400\/45:hover{
  border-right-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(163 163 163 / 0.55);
}

.hover\:border-r-neutral-400\/60:hover{
  border-right-color: rgb(163 163 163 / 0.6);
}

.hover\:border-r-neutral-400\/65:hover{
  border-right-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(250 250 250 / 0.35);
}

.hover\:border-r-neutral-50\/40:hover{
  border-right-color: rgb(250 250 250 / 0.4);
}

.hover\:border-r-neutral-50\/45:hover{
  border-right-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(250 250 250 / 0.55);
}

.hover\:border-r-neutral-50\/60:hover{
  border-right-color: rgb(250 250 250 / 0.6);
}

.hover\:border-r-neutral-50\/65:hover{
  border-right-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(115 115 115 / 0.35);
}

.hover\:border-r-neutral-500\/40:hover{
  border-right-color: rgb(115 115 115 / 0.4);
}

.hover\:border-r-neutral-500\/45:hover{
  border-right-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(115 115 115 / 0.55);
}

.hover\:border-r-neutral-500\/60:hover{
  border-right-color: rgb(115 115 115 / 0.6);
}

.hover\:border-r-neutral-500\/65:hover{
  border-right-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(82 82 82 / 0.35);
}

.hover\:border-r-neutral-600\/40:hover{
  border-right-color: rgb(82 82 82 / 0.4);
}

.hover\:border-r-neutral-600\/45:hover{
  border-right-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(82 82 82 / 0.55);
}

.hover\:border-r-neutral-600\/60:hover{
  border-right-color: rgb(82 82 82 / 0.6);
}

.hover\:border-r-neutral-600\/65:hover{
  border-right-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(64 64 64 / 0.35);
}

.hover\:border-r-neutral-700\/40:hover{
  border-right-color: rgb(64 64 64 / 0.4);
}

.hover\:border-r-neutral-700\/45:hover{
  border-right-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(64 64 64 / 0.55);
}

.hover\:border-r-neutral-700\/60:hover{
  border-right-color: rgb(64 64 64 / 0.6);
}

.hover\:border-r-neutral-700\/65:hover{
  border-right-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(38 38 38 / 0.35);
}

.hover\:border-r-neutral-800\/40:hover{
  border-right-color: rgb(38 38 38 / 0.4);
}

.hover\:border-r-neutral-800\/45:hover{
  border-right-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(38 38 38 / 0.55);
}

.hover\:border-r-neutral-800\/60:hover{
  border-right-color: rgb(38 38 38 / 0.6);
}

.hover\:border-r-neutral-800\/65:hover{
  border-right-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(23 23 23 / 0.35);
}

.hover\:border-r-neutral-900\/40:hover{
  border-right-color: rgb(23 23 23 / 0.4);
}

.hover\:border-r-neutral-900\/45:hover{
  border-right-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(23 23 23 / 0.55);
}

.hover\:border-r-neutral-900\/60:hover{
  border-right-color: rgb(23 23 23 / 0.6);
}

.hover\:border-r-neutral-900\/65:hover{
  border-right-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(10 10 10 / 0.35);
}

.hover\:border-r-neutral-950\/40:hover{
  border-right-color: rgb(10 10 10 / 0.4);
}

.hover\:border-r-neutral-950\/45:hover{
  border-right-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(10 10 10 / 0.55);
}

.hover\:border-r-neutral-950\/60:hover{
  border-right-color: rgb(10 10 10 / 0.6);
}

.hover\:border-r-neutral-950\/65:hover{
  border-right-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(255 237 213 / 0.35);
}

.hover\:border-r-orange-100\/40:hover{
  border-right-color: rgb(255 237 213 / 0.4);
}

.hover\:border-r-orange-100\/45:hover{
  border-right-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(255 237 213 / 0.55);
}

.hover\:border-r-orange-100\/60:hover{
  border-right-color: rgb(255 237 213 / 0.6);
}

.hover\:border-r-orange-100\/65:hover{
  border-right-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(254 215 170 / 0.35);
}

.hover\:border-r-orange-200\/40:hover{
  border-right-color: rgb(254 215 170 / 0.4);
}

.hover\:border-r-orange-200\/45:hover{
  border-right-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(254 215 170 / 0.55);
}

.hover\:border-r-orange-200\/60:hover{
  border-right-color: rgb(254 215 170 / 0.6);
}

.hover\:border-r-orange-200\/65:hover{
  border-right-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(253 186 116 / 0.35);
}

.hover\:border-r-orange-300\/40:hover{
  border-right-color: rgb(253 186 116 / 0.4);
}

.hover\:border-r-orange-300\/45:hover{
  border-right-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(253 186 116 / 0.55);
}

.hover\:border-r-orange-300\/60:hover{
  border-right-color: rgb(253 186 116 / 0.6);
}

.hover\:border-r-orange-300\/65:hover{
  border-right-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(251 146 60 / 0.35);
}

.hover\:border-r-orange-400\/40:hover{
  border-right-color: rgb(251 146 60 / 0.4);
}

.hover\:border-r-orange-400\/45:hover{
  border-right-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(251 146 60 / 0.55);
}

.hover\:border-r-orange-400\/60:hover{
  border-right-color: rgb(251 146 60 / 0.6);
}

.hover\:border-r-orange-400\/65:hover{
  border-right-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(255 247 237 / 0.35);
}

.hover\:border-r-orange-50\/40:hover{
  border-right-color: rgb(255 247 237 / 0.4);
}

.hover\:border-r-orange-50\/45:hover{
  border-right-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(255 247 237 / 0.55);
}

.hover\:border-r-orange-50\/60:hover{
  border-right-color: rgb(255 247 237 / 0.6);
}

.hover\:border-r-orange-50\/65:hover{
  border-right-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(249 115 22 / 0.35);
}

.hover\:border-r-orange-500\/40:hover{
  border-right-color: rgb(249 115 22 / 0.4);
}

.hover\:border-r-orange-500\/45:hover{
  border-right-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(249 115 22 / 0.55);
}

.hover\:border-r-orange-500\/60:hover{
  border-right-color: rgb(249 115 22 / 0.6);
}

.hover\:border-r-orange-500\/65:hover{
  border-right-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(234 88 12 / 0.35);
}

.hover\:border-r-orange-600\/40:hover{
  border-right-color: rgb(234 88 12 / 0.4);
}

.hover\:border-r-orange-600\/45:hover{
  border-right-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(234 88 12 / 0.55);
}

.hover\:border-r-orange-600\/60:hover{
  border-right-color: rgb(234 88 12 / 0.6);
}

.hover\:border-r-orange-600\/65:hover{
  border-right-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(194 65 12 / 0.35);
}

.hover\:border-r-orange-700\/40:hover{
  border-right-color: rgb(194 65 12 / 0.4);
}

.hover\:border-r-orange-700\/45:hover{
  border-right-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(194 65 12 / 0.55);
}

.hover\:border-r-orange-700\/60:hover{
  border-right-color: rgb(194 65 12 / 0.6);
}

.hover\:border-r-orange-700\/65:hover{
  border-right-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(154 52 18 / 0.35);
}

.hover\:border-r-orange-800\/40:hover{
  border-right-color: rgb(154 52 18 / 0.4);
}

.hover\:border-r-orange-800\/45:hover{
  border-right-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(154 52 18 / 0.55);
}

.hover\:border-r-orange-800\/60:hover{
  border-right-color: rgb(154 52 18 / 0.6);
}

.hover\:border-r-orange-800\/65:hover{
  border-right-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(124 45 18 / 0.35);
}

.hover\:border-r-orange-900\/40:hover{
  border-right-color: rgb(124 45 18 / 0.4);
}

.hover\:border-r-orange-900\/45:hover{
  border-right-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(124 45 18 / 0.55);
}

.hover\:border-r-orange-900\/60:hover{
  border-right-color: rgb(124 45 18 / 0.6);
}

.hover\:border-r-orange-900\/65:hover{
  border-right-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(67 20 7 / 0.35);
}

.hover\:border-r-orange-950\/40:hover{
  border-right-color: rgb(67 20 7 / 0.4);
}

.hover\:border-r-orange-950\/45:hover{
  border-right-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(67 20 7 / 0.55);
}

.hover\:border-r-orange-950\/60:hover{
  border-right-color: rgb(67 20 7 / 0.6);
}

.hover\:border-r-orange-950\/65:hover{
  border-right-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  border-right-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(252 231 243 / 0.35);
}

.hover\:border-r-pink-100\/40:hover{
  border-right-color: rgb(252 231 243 / 0.4);
}

.hover\:border-r-pink-100\/45:hover{
  border-right-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(252 231 243 / 0.55);
}

.hover\:border-r-pink-100\/60:hover{
  border-right-color: rgb(252 231 243 / 0.6);
}

.hover\:border-r-pink-100\/65:hover{
  border-right-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(251 207 232 / 0.35);
}

.hover\:border-r-pink-200\/40:hover{
  border-right-color: rgb(251 207 232 / 0.4);
}

.hover\:border-r-pink-200\/45:hover{
  border-right-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(251 207 232 / 0.55);
}

.hover\:border-r-pink-200\/60:hover{
  border-right-color: rgb(251 207 232 / 0.6);
}

.hover\:border-r-pink-200\/65:hover{
  border-right-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(249 168 212 / 0.35);
}

.hover\:border-r-pink-300\/40:hover{
  border-right-color: rgb(249 168 212 / 0.4);
}

.hover\:border-r-pink-300\/45:hover{
  border-right-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(249 168 212 / 0.55);
}

.hover\:border-r-pink-300\/60:hover{
  border-right-color: rgb(249 168 212 / 0.6);
}

.hover\:border-r-pink-300\/65:hover{
  border-right-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(244 114 182 / 0.35);
}

.hover\:border-r-pink-400\/40:hover{
  border-right-color: rgb(244 114 182 / 0.4);
}

.hover\:border-r-pink-400\/45:hover{
  border-right-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(244 114 182 / 0.55);
}

.hover\:border-r-pink-400\/60:hover{
  border-right-color: rgb(244 114 182 / 0.6);
}

.hover\:border-r-pink-400\/65:hover{
  border-right-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(253 242 248 / 0.35);
}

.hover\:border-r-pink-50\/40:hover{
  border-right-color: rgb(253 242 248 / 0.4);
}

.hover\:border-r-pink-50\/45:hover{
  border-right-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(253 242 248 / 0.55);
}

.hover\:border-r-pink-50\/60:hover{
  border-right-color: rgb(253 242 248 / 0.6);
}

.hover\:border-r-pink-50\/65:hover{
  border-right-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(236 72 153 / 0.35);
}

.hover\:border-r-pink-500\/40:hover{
  border-right-color: rgb(236 72 153 / 0.4);
}

.hover\:border-r-pink-500\/45:hover{
  border-right-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(236 72 153 / 0.55);
}

.hover\:border-r-pink-500\/60:hover{
  border-right-color: rgb(236 72 153 / 0.6);
}

.hover\:border-r-pink-500\/65:hover{
  border-right-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(219 39 119 / 0.35);
}

.hover\:border-r-pink-600\/40:hover{
  border-right-color: rgb(219 39 119 / 0.4);
}

.hover\:border-r-pink-600\/45:hover{
  border-right-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(219 39 119 / 0.55);
}

.hover\:border-r-pink-600\/60:hover{
  border-right-color: rgb(219 39 119 / 0.6);
}

.hover\:border-r-pink-600\/65:hover{
  border-right-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(190 24 93 / 0.35);
}

.hover\:border-r-pink-700\/40:hover{
  border-right-color: rgb(190 24 93 / 0.4);
}

.hover\:border-r-pink-700\/45:hover{
  border-right-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(190 24 93 / 0.55);
}

.hover\:border-r-pink-700\/60:hover{
  border-right-color: rgb(190 24 93 / 0.6);
}

.hover\:border-r-pink-700\/65:hover{
  border-right-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(157 23 77 / 0.35);
}

.hover\:border-r-pink-800\/40:hover{
  border-right-color: rgb(157 23 77 / 0.4);
}

.hover\:border-r-pink-800\/45:hover{
  border-right-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(157 23 77 / 0.55);
}

.hover\:border-r-pink-800\/60:hover{
  border-right-color: rgb(157 23 77 / 0.6);
}

.hover\:border-r-pink-800\/65:hover{
  border-right-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(131 24 67 / 0.35);
}

.hover\:border-r-pink-900\/40:hover{
  border-right-color: rgb(131 24 67 / 0.4);
}

.hover\:border-r-pink-900\/45:hover{
  border-right-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(131 24 67 / 0.55);
}

.hover\:border-r-pink-900\/60:hover{
  border-right-color: rgb(131 24 67 / 0.6);
}

.hover\:border-r-pink-900\/65:hover{
  border-right-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(80 7 36 / 0.35);
}

.hover\:border-r-pink-950\/40:hover{
  border-right-color: rgb(80 7 36 / 0.4);
}

.hover\:border-r-pink-950\/45:hover{
  border-right-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(80 7 36 / 0.55);
}

.hover\:border-r-pink-950\/60:hover{
  border-right-color: rgb(80 7 36 / 0.6);
}

.hover\:border-r-pink-950\/65:hover{
  border-right-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.hover\:border-r-primary-hover:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.hover\:border-r-primary-hover\/0:hover{
  border-right-color: rgb(71 57 169 / 0);
}

.hover\:border-r-primary-hover\/10:hover{
  border-right-color: rgb(71 57 169 / 0.1);
}

.hover\:border-r-primary-hover\/100:hover{
  border-right-color: rgb(71 57 169 / 1);
}

.hover\:border-r-primary-hover\/15:hover{
  border-right-color: rgb(71 57 169 / 0.15);
}

.hover\:border-r-primary-hover\/20:hover{
  border-right-color: rgb(71 57 169 / 0.2);
}

.hover\:border-r-primary-hover\/25:hover{
  border-right-color: rgb(71 57 169 / 0.25);
}

.hover\:border-r-primary-hover\/30:hover{
  border-right-color: rgb(71 57 169 / 0.3);
}

.hover\:border-r-primary-hover\/35:hover{
  border-right-color: rgb(71 57 169 / 0.35);
}

.hover\:border-r-primary-hover\/40:hover{
  border-right-color: rgb(71 57 169 / 0.4);
}

.hover\:border-r-primary-hover\/45:hover{
  border-right-color: rgb(71 57 169 / 0.45);
}

.hover\:border-r-primary-hover\/5:hover{
  border-right-color: rgb(71 57 169 / 0.05);
}

.hover\:border-r-primary-hover\/50:hover{
  border-right-color: rgb(71 57 169 / 0.5);
}

.hover\:border-r-primary-hover\/55:hover{
  border-right-color: rgb(71 57 169 / 0.55);
}

.hover\:border-r-primary-hover\/60:hover{
  border-right-color: rgb(71 57 169 / 0.6);
}

.hover\:border-r-primary-hover\/65:hover{
  border-right-color: rgb(71 57 169 / 0.65);
}

.hover\:border-r-primary-hover\/70:hover{
  border-right-color: rgb(71 57 169 / 0.7);
}

.hover\:border-r-primary-hover\/75:hover{
  border-right-color: rgb(71 57 169 / 0.75);
}

.hover\:border-r-primary-hover\/80:hover{
  border-right-color: rgb(71 57 169 / 0.8);
}

.hover\:border-r-primary-hover\/85:hover{
  border-right-color: rgb(71 57 169 / 0.85);
}

.hover\:border-r-primary-hover\/90:hover{
  border-right-color: rgb(71 57 169 / 0.9);
}

.hover\:border-r-primary-hover\/95:hover{
  border-right-color: rgb(71 57 169 / 0.95);
}

.hover\:border-r-primary\/0:hover{
  border-right-color: rgb(85 70 192 / 0);
}

.hover\:border-r-primary\/10:hover{
  border-right-color: rgb(85 70 192 / 0.1);
}

.hover\:border-r-primary\/100:hover{
  border-right-color: rgb(85 70 192 / 1);
}

.hover\:border-r-primary\/15:hover{
  border-right-color: rgb(85 70 192 / 0.15);
}

.hover\:border-r-primary\/20:hover{
  border-right-color: rgb(85 70 192 / 0.2);
}

.hover\:border-r-primary\/25:hover{
  border-right-color: rgb(85 70 192 / 0.25);
}

.hover\:border-r-primary\/30:hover{
  border-right-color: rgb(85 70 192 / 0.3);
}

.hover\:border-r-primary\/35:hover{
  border-right-color: rgb(85 70 192 / 0.35);
}

.hover\:border-r-primary\/40:hover{
  border-right-color: rgb(85 70 192 / 0.4);
}

.hover\:border-r-primary\/45:hover{
  border-right-color: rgb(85 70 192 / 0.45);
}

.hover\:border-r-primary\/5:hover{
  border-right-color: rgb(85 70 192 / 0.05);
}

.hover\:border-r-primary\/50:hover{
  border-right-color: rgb(85 70 192 / 0.5);
}

.hover\:border-r-primary\/55:hover{
  border-right-color: rgb(85 70 192 / 0.55);
}

.hover\:border-r-primary\/60:hover{
  border-right-color: rgb(85 70 192 / 0.6);
}

.hover\:border-r-primary\/65:hover{
  border-right-color: rgb(85 70 192 / 0.65);
}

.hover\:border-r-primary\/70:hover{
  border-right-color: rgb(85 70 192 / 0.7);
}

.hover\:border-r-primary\/75:hover{
  border-right-color: rgb(85 70 192 / 0.75);
}

.hover\:border-r-primary\/80:hover{
  border-right-color: rgb(85 70 192 / 0.8);
}

.hover\:border-r-primary\/85:hover{
  border-right-color: rgb(85 70 192 / 0.85);
}

.hover\:border-r-primary\/90:hover{
  border-right-color: rgb(85 70 192 / 0.9);
}

.hover\:border-r-primary\/95:hover{
  border-right-color: rgb(85 70 192 / 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\/15:hover{
  border-right-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(243 232 255 / 0.35);
}

.hover\:border-r-purple-100\/40:hover{
  border-right-color: rgb(243 232 255 / 0.4);
}

.hover\:border-r-purple-100\/45:hover{
  border-right-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(243 232 255 / 0.55);
}

.hover\:border-r-purple-100\/60:hover{
  border-right-color: rgb(243 232 255 / 0.6);
}

.hover\:border-r-purple-100\/65:hover{
  border-right-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(233 213 255 / 0.35);
}

.hover\:border-r-purple-200\/40:hover{
  border-right-color: rgb(233 213 255 / 0.4);
}

.hover\:border-r-purple-200\/45:hover{
  border-right-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(233 213 255 / 0.55);
}

.hover\:border-r-purple-200\/60:hover{
  border-right-color: rgb(233 213 255 / 0.6);
}

.hover\:border-r-purple-200\/65:hover{
  border-right-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(216 180 254 / 0.35);
}

.hover\:border-r-purple-300\/40:hover{
  border-right-color: rgb(216 180 254 / 0.4);
}

.hover\:border-r-purple-300\/45:hover{
  border-right-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(216 180 254 / 0.55);
}

.hover\:border-r-purple-300\/60:hover{
  border-right-color: rgb(216 180 254 / 0.6);
}

.hover\:border-r-purple-300\/65:hover{
  border-right-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(192 132 252 / 0.35);
}

.hover\:border-r-purple-400\/40:hover{
  border-right-color: rgb(192 132 252 / 0.4);
}

.hover\:border-r-purple-400\/45:hover{
  border-right-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(192 132 252 / 0.55);
}

.hover\:border-r-purple-400\/60:hover{
  border-right-color: rgb(192 132 252 / 0.6);
}

.hover\:border-r-purple-400\/65:hover{
  border-right-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(250 245 255 / 0.35);
}

.hover\:border-r-purple-50\/40:hover{
  border-right-color: rgb(250 245 255 / 0.4);
}

.hover\:border-r-purple-50\/45:hover{
  border-right-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(250 245 255 / 0.55);
}

.hover\:border-r-purple-50\/60:hover{
  border-right-color: rgb(250 245 255 / 0.6);
}

.hover\:border-r-purple-50\/65:hover{
  border-right-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(168 85 247 / 0.35);
}

.hover\:border-r-purple-500\/40:hover{
  border-right-color: rgb(168 85 247 / 0.4);
}

.hover\:border-r-purple-500\/45:hover{
  border-right-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(168 85 247 / 0.55);
}

.hover\:border-r-purple-500\/60:hover{
  border-right-color: rgb(168 85 247 / 0.6);
}

.hover\:border-r-purple-500\/65:hover{
  border-right-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(147 51 234 / 0.35);
}

.hover\:border-r-purple-600\/40:hover{
  border-right-color: rgb(147 51 234 / 0.4);
}

.hover\:border-r-purple-600\/45:hover{
  border-right-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(147 51 234 / 0.55);
}

.hover\:border-r-purple-600\/60:hover{
  border-right-color: rgb(147 51 234 / 0.6);
}

.hover\:border-r-purple-600\/65:hover{
  border-right-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(126 34 206 / 0.35);
}

.hover\:border-r-purple-700\/40:hover{
  border-right-color: rgb(126 34 206 / 0.4);
}

.hover\:border-r-purple-700\/45:hover{
  border-right-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(126 34 206 / 0.55);
}

.hover\:border-r-purple-700\/60:hover{
  border-right-color: rgb(126 34 206 / 0.6);
}

.hover\:border-r-purple-700\/65:hover{
  border-right-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(107 33 168 / 0.35);
}

.hover\:border-r-purple-800\/40:hover{
  border-right-color: rgb(107 33 168 / 0.4);
}

.hover\:border-r-purple-800\/45:hover{
  border-right-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(107 33 168 / 0.55);
}

.hover\:border-r-purple-800\/60:hover{
  border-right-color: rgb(107 33 168 / 0.6);
}

.hover\:border-r-purple-800\/65:hover{
  border-right-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(88 28 135 / 0.35);
}

.hover\:border-r-purple-900\/40:hover{
  border-right-color: rgb(88 28 135 / 0.4);
}

.hover\:border-r-purple-900\/45:hover{
  border-right-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(88 28 135 / 0.55);
}

.hover\:border-r-purple-900\/60:hover{
  border-right-color: rgb(88 28 135 / 0.6);
}

.hover\:border-r-purple-900\/65:hover{
  border-right-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(59 7 100 / 0.35);
}

.hover\:border-r-purple-950\/40:hover{
  border-right-color: rgb(59 7 100 / 0.4);
}

.hover\:border-r-purple-950\/45:hover{
  border-right-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(59 7 100 / 0.55);
}

.hover\:border-r-purple-950\/60:hover{
  border-right-color: rgb(59 7 100 / 0.6);
}

.hover\:border-r-purple-950\/65:hover{
  border-right-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.hover\:border-r-quaternary-hover:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.hover\:border-r-quaternary-hover\/0:hover{
  border-right-color: rgb(43 202 241 / 0);
}

.hover\:border-r-quaternary-hover\/10:hover{
  border-right-color: rgb(43 202 241 / 0.1);
}

.hover\:border-r-quaternary-hover\/100:hover{
  border-right-color: rgb(43 202 241 / 1);
}

.hover\:border-r-quaternary-hover\/15:hover{
  border-right-color: rgb(43 202 241 / 0.15);
}

.hover\:border-r-quaternary-hover\/20:hover{
  border-right-color: rgb(43 202 241 / 0.2);
}

.hover\:border-r-quaternary-hover\/25:hover{
  border-right-color: rgb(43 202 241 / 0.25);
}

.hover\:border-r-quaternary-hover\/30:hover{
  border-right-color: rgb(43 202 241 / 0.3);
}

.hover\:border-r-quaternary-hover\/35:hover{
  border-right-color: rgb(43 202 241 / 0.35);
}

.hover\:border-r-quaternary-hover\/40:hover{
  border-right-color: rgb(43 202 241 / 0.4);
}

.hover\:border-r-quaternary-hover\/45:hover{
  border-right-color: rgb(43 202 241 / 0.45);
}

.hover\:border-r-quaternary-hover\/5:hover{
  border-right-color: rgb(43 202 241 / 0.05);
}

.hover\:border-r-quaternary-hover\/50:hover{
  border-right-color: rgb(43 202 241 / 0.5);
}

.hover\:border-r-quaternary-hover\/55:hover{
  border-right-color: rgb(43 202 241 / 0.55);
}

.hover\:border-r-quaternary-hover\/60:hover{
  border-right-color: rgb(43 202 241 / 0.6);
}

.hover\:border-r-quaternary-hover\/65:hover{
  border-right-color: rgb(43 202 241 / 0.65);
}

.hover\:border-r-quaternary-hover\/70:hover{
  border-right-color: rgb(43 202 241 / 0.7);
}

.hover\:border-r-quaternary-hover\/75:hover{
  border-right-color: rgb(43 202 241 / 0.75);
}

.hover\:border-r-quaternary-hover\/80:hover{
  border-right-color: rgb(43 202 241 / 0.8);
}

.hover\:border-r-quaternary-hover\/85:hover{
  border-right-color: rgb(43 202 241 / 0.85);
}

.hover\:border-r-quaternary-hover\/90:hover{
  border-right-color: rgb(43 202 241 / 0.9);
}

.hover\:border-r-quaternary-hover\/95:hover{
  border-right-color: rgb(43 202 241 / 0.95);
}

.hover\:border-r-quaternary\/0:hover{
  border-right-color: rgb(61 209 246 / 0);
}

.hover\:border-r-quaternary\/10:hover{
  border-right-color: rgb(61 209 246 / 0.1);
}

.hover\:border-r-quaternary\/100:hover{
  border-right-color: rgb(61 209 246 / 1);
}

.hover\:border-r-quaternary\/15:hover{
  border-right-color: rgb(61 209 246 / 0.15);
}

.hover\:border-r-quaternary\/20:hover{
  border-right-color: rgb(61 209 246 / 0.2);
}

.hover\:border-r-quaternary\/25:hover{
  border-right-color: rgb(61 209 246 / 0.25);
}

.hover\:border-r-quaternary\/30:hover{
  border-right-color: rgb(61 209 246 / 0.3);
}

.hover\:border-r-quaternary\/35:hover{
  border-right-color: rgb(61 209 246 / 0.35);
}

.hover\:border-r-quaternary\/40:hover{
  border-right-color: rgb(61 209 246 / 0.4);
}

.hover\:border-r-quaternary\/45:hover{
  border-right-color: rgb(61 209 246 / 0.45);
}

.hover\:border-r-quaternary\/5:hover{
  border-right-color: rgb(61 209 246 / 0.05);
}

.hover\:border-r-quaternary\/50:hover{
  border-right-color: rgb(61 209 246 / 0.5);
}

.hover\:border-r-quaternary\/55:hover{
  border-right-color: rgb(61 209 246 / 0.55);
}

.hover\:border-r-quaternary\/60:hover{
  border-right-color: rgb(61 209 246 / 0.6);
}

.hover\:border-r-quaternary\/65:hover{
  border-right-color: rgb(61 209 246 / 0.65);
}

.hover\:border-r-quaternary\/70:hover{
  border-right-color: rgb(61 209 246 / 0.7);
}

.hover\:border-r-quaternary\/75:hover{
  border-right-color: rgb(61 209 246 / 0.75);
}

.hover\:border-r-quaternary\/80:hover{
  border-right-color: rgb(61 209 246 / 0.8);
}

.hover\:border-r-quaternary\/85:hover{
  border-right-color: rgb(61 209 246 / 0.85);
}

.hover\:border-r-quaternary\/90:hover{
  border-right-color: rgb(61 209 246 / 0.9);
}

.hover\:border-r-quaternary\/95:hover{
  border-right-color: rgb(61 209 246 / 0.95);
}

.hover\:border-r-quinary:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.hover\:border-r-quinary-hover:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.hover\:border-r-quinary-hover\/0:hover{
  border-right-color: rgb(112 126 222 / 0);
}

.hover\:border-r-quinary-hover\/10:hover{
  border-right-color: rgb(112 126 222 / 0.1);
}

.hover\:border-r-quinary-hover\/100:hover{
  border-right-color: rgb(112 126 222 / 1);
}

.hover\:border-r-quinary-hover\/15:hover{
  border-right-color: rgb(112 126 222 / 0.15);
}

.hover\:border-r-quinary-hover\/20:hover{
  border-right-color: rgb(112 126 222 / 0.2);
}

.hover\:border-r-quinary-hover\/25:hover{
  border-right-color: rgb(112 126 222 / 0.25);
}

.hover\:border-r-quinary-hover\/30:hover{
  border-right-color: rgb(112 126 222 / 0.3);
}

.hover\:border-r-quinary-hover\/35:hover{
  border-right-color: rgb(112 126 222 / 0.35);
}

.hover\:border-r-quinary-hover\/40:hover{
  border-right-color: rgb(112 126 222 / 0.4);
}

.hover\:border-r-quinary-hover\/45:hover{
  border-right-color: rgb(112 126 222 / 0.45);
}

.hover\:border-r-quinary-hover\/5:hover{
  border-right-color: rgb(112 126 222 / 0.05);
}

.hover\:border-r-quinary-hover\/50:hover{
  border-right-color: rgb(112 126 222 / 0.5);
}

.hover\:border-r-quinary-hover\/55:hover{
  border-right-color: rgb(112 126 222 / 0.55);
}

.hover\:border-r-quinary-hover\/60:hover{
  border-right-color: rgb(112 126 222 / 0.6);
}

.hover\:border-r-quinary-hover\/65:hover{
  border-right-color: rgb(112 126 222 / 0.65);
}

.hover\:border-r-quinary-hover\/70:hover{
  border-right-color: rgb(112 126 222 / 0.7);
}

.hover\:border-r-quinary-hover\/75:hover{
  border-right-color: rgb(112 126 222 / 0.75);
}

.hover\:border-r-quinary-hover\/80:hover{
  border-right-color: rgb(112 126 222 / 0.8);
}

.hover\:border-r-quinary-hover\/85:hover{
  border-right-color: rgb(112 126 222 / 0.85);
}

.hover\:border-r-quinary-hover\/90:hover{
  border-right-color: rgb(112 126 222 / 0.9);
}

.hover\:border-r-quinary-hover\/95:hover{
  border-right-color: rgb(112 126 222 / 0.95);
}

.hover\:border-r-quinary\/0:hover{
  border-right-color: rgb(136 150 244 / 0);
}

.hover\:border-r-quinary\/10:hover{
  border-right-color: rgb(136 150 244 / 0.1);
}

.hover\:border-r-quinary\/100:hover{
  border-right-color: rgb(136 150 244 / 1);
}

.hover\:border-r-quinary\/15:hover{
  border-right-color: rgb(136 150 244 / 0.15);
}

.hover\:border-r-quinary\/20:hover{
  border-right-color: rgb(136 150 244 / 0.2);
}

.hover\:border-r-quinary\/25:hover{
  border-right-color: rgb(136 150 244 / 0.25);
}

.hover\:border-r-quinary\/30:hover{
  border-right-color: rgb(136 150 244 / 0.3);
}

.hover\:border-r-quinary\/35:hover{
  border-right-color: rgb(136 150 244 / 0.35);
}

.hover\:border-r-quinary\/40:hover{
  border-right-color: rgb(136 150 244 / 0.4);
}

.hover\:border-r-quinary\/45:hover{
  border-right-color: rgb(136 150 244 / 0.45);
}

.hover\:border-r-quinary\/5:hover{
  border-right-color: rgb(136 150 244 / 0.05);
}

.hover\:border-r-quinary\/50:hover{
  border-right-color: rgb(136 150 244 / 0.5);
}

.hover\:border-r-quinary\/55:hover{
  border-right-color: rgb(136 150 244 / 0.55);
}

.hover\:border-r-quinary\/60:hover{
  border-right-color: rgb(136 150 244 / 0.6);
}

.hover\:border-r-quinary\/65:hover{
  border-right-color: rgb(136 150 244 / 0.65);
}

.hover\:border-r-quinary\/70:hover{
  border-right-color: rgb(136 150 244 / 0.7);
}

.hover\:border-r-quinary\/75:hover{
  border-right-color: rgb(136 150 244 / 0.75);
}

.hover\:border-r-quinary\/80:hover{
  border-right-color: rgb(136 150 244 / 0.8);
}

.hover\:border-r-quinary\/85:hover{
  border-right-color: rgb(136 150 244 / 0.85);
}

.hover\:border-r-quinary\/90:hover{
  border-right-color: rgb(136 150 244 / 0.9);
}

.hover\:border-r-quinary\/95:hover{
  border-right-color: rgb(136 150 244 / 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\/15:hover{
  border-right-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(254 226 226 / 0.35);
}

.hover\:border-r-red-100\/40:hover{
  border-right-color: rgb(254 226 226 / 0.4);
}

.hover\:border-r-red-100\/45:hover{
  border-right-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(254 226 226 / 0.55);
}

.hover\:border-r-red-100\/60:hover{
  border-right-color: rgb(254 226 226 / 0.6);
}

.hover\:border-r-red-100\/65:hover{
  border-right-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(254 202 202 / 0.35);
}

.hover\:border-r-red-200\/40:hover{
  border-right-color: rgb(254 202 202 / 0.4);
}

.hover\:border-r-red-200\/45:hover{
  border-right-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(254 202 202 / 0.55);
}

.hover\:border-r-red-200\/60:hover{
  border-right-color: rgb(254 202 202 / 0.6);
}

.hover\:border-r-red-200\/65:hover{
  border-right-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(252 165 165 / 0.35);
}

.hover\:border-r-red-300\/40:hover{
  border-right-color: rgb(252 165 165 / 0.4);
}

.hover\:border-r-red-300\/45:hover{
  border-right-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(252 165 165 / 0.55);
}

.hover\:border-r-red-300\/60:hover{
  border-right-color: rgb(252 165 165 / 0.6);
}

.hover\:border-r-red-300\/65:hover{
  border-right-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(248 113 113 / 0.35);
}

.hover\:border-r-red-400\/40:hover{
  border-right-color: rgb(248 113 113 / 0.4);
}

.hover\:border-r-red-400\/45:hover{
  border-right-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(248 113 113 / 0.55);
}

.hover\:border-r-red-400\/60:hover{
  border-right-color: rgb(248 113 113 / 0.6);
}

.hover\:border-r-red-400\/65:hover{
  border-right-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(254 242 242 / 0.35);
}

.hover\:border-r-red-50\/40:hover{
  border-right-color: rgb(254 242 242 / 0.4);
}

.hover\:border-r-red-50\/45:hover{
  border-right-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(254 242 242 / 0.55);
}

.hover\:border-r-red-50\/60:hover{
  border-right-color: rgb(254 242 242 / 0.6);
}

.hover\:border-r-red-50\/65:hover{
  border-right-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(239 68 68 / 0.35);
}

.hover\:border-r-red-500\/40:hover{
  border-right-color: rgb(239 68 68 / 0.4);
}

.hover\:border-r-red-500\/45:hover{
  border-right-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(239 68 68 / 0.55);
}

.hover\:border-r-red-500\/60:hover{
  border-right-color: rgb(239 68 68 / 0.6);
}

.hover\:border-r-red-500\/65:hover{
  border-right-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(220 38 38 / 0.35);
}

.hover\:border-r-red-600\/40:hover{
  border-right-color: rgb(220 38 38 / 0.4);
}

.hover\:border-r-red-600\/45:hover{
  border-right-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(220 38 38 / 0.55);
}

.hover\:border-r-red-600\/60:hover{
  border-right-color: rgb(220 38 38 / 0.6);
}

.hover\:border-r-red-600\/65:hover{
  border-right-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(185 28 28 / 0.35);
}

.hover\:border-r-red-700\/40:hover{
  border-right-color: rgb(185 28 28 / 0.4);
}

.hover\:border-r-red-700\/45:hover{
  border-right-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(185 28 28 / 0.55);
}

.hover\:border-r-red-700\/60:hover{
  border-right-color: rgb(185 28 28 / 0.6);
}

.hover\:border-r-red-700\/65:hover{
  border-right-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(153 27 27 / 0.35);
}

.hover\:border-r-red-800\/40:hover{
  border-right-color: rgb(153 27 27 / 0.4);
}

.hover\:border-r-red-800\/45:hover{
  border-right-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(153 27 27 / 0.55);
}

.hover\:border-r-red-800\/60:hover{
  border-right-color: rgb(153 27 27 / 0.6);
}

.hover\:border-r-red-800\/65:hover{
  border-right-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(127 29 29 / 0.35);
}

.hover\:border-r-red-900\/40:hover{
  border-right-color: rgb(127 29 29 / 0.4);
}

.hover\:border-r-red-900\/45:hover{
  border-right-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(127 29 29 / 0.55);
}

.hover\:border-r-red-900\/60:hover{
  border-right-color: rgb(127 29 29 / 0.6);
}

.hover\:border-r-red-900\/65:hover{
  border-right-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(69 10 10 / 0.35);
}

.hover\:border-r-red-950\/40:hover{
  border-right-color: rgb(69 10 10 / 0.4);
}

.hover\:border-r-red-950\/45:hover{
  border-right-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(69 10 10 / 0.55);
}

.hover\:border-r-red-950\/60:hover{
  border-right-color: rgb(69 10 10 / 0.6);
}

.hover\:border-r-red-950\/65:hover{
  border-right-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(255 228 230 / 0.35);
}

.hover\:border-r-rose-100\/40:hover{
  border-right-color: rgb(255 228 230 / 0.4);
}

.hover\:border-r-rose-100\/45:hover{
  border-right-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(255 228 230 / 0.55);
}

.hover\:border-r-rose-100\/60:hover{
  border-right-color: rgb(255 228 230 / 0.6);
}

.hover\:border-r-rose-100\/65:hover{
  border-right-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(254 205 211 / 0.35);
}

.hover\:border-r-rose-200\/40:hover{
  border-right-color: rgb(254 205 211 / 0.4);
}

.hover\:border-r-rose-200\/45:hover{
  border-right-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(254 205 211 / 0.55);
}

.hover\:border-r-rose-200\/60:hover{
  border-right-color: rgb(254 205 211 / 0.6);
}

.hover\:border-r-rose-200\/65:hover{
  border-right-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(253 164 175 / 0.35);
}

.hover\:border-r-rose-300\/40:hover{
  border-right-color: rgb(253 164 175 / 0.4);
}

.hover\:border-r-rose-300\/45:hover{
  border-right-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(253 164 175 / 0.55);
}

.hover\:border-r-rose-300\/60:hover{
  border-right-color: rgb(253 164 175 / 0.6);
}

.hover\:border-r-rose-300\/65:hover{
  border-right-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(251 113 133 / 0.35);
}

.hover\:border-r-rose-400\/40:hover{
  border-right-color: rgb(251 113 133 / 0.4);
}

.hover\:border-r-rose-400\/45:hover{
  border-right-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(251 113 133 / 0.55);
}

.hover\:border-r-rose-400\/60:hover{
  border-right-color: rgb(251 113 133 / 0.6);
}

.hover\:border-r-rose-400\/65:hover{
  border-right-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(255 241 242 / 0.35);
}

.hover\:border-r-rose-50\/40:hover{
  border-right-color: rgb(255 241 242 / 0.4);
}

.hover\:border-r-rose-50\/45:hover{
  border-right-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(255 241 242 / 0.55);
}

.hover\:border-r-rose-50\/60:hover{
  border-right-color: rgb(255 241 242 / 0.6);
}

.hover\:border-r-rose-50\/65:hover{
  border-right-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(244 63 94 / 0.35);
}

.hover\:border-r-rose-500\/40:hover{
  border-right-color: rgb(244 63 94 / 0.4);
}

.hover\:border-r-rose-500\/45:hover{
  border-right-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(244 63 94 / 0.55);
}

.hover\:border-r-rose-500\/60:hover{
  border-right-color: rgb(244 63 94 / 0.6);
}

.hover\:border-r-rose-500\/65:hover{
  border-right-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(225 29 72 / 0.35);
}

.hover\:border-r-rose-600\/40:hover{
  border-right-color: rgb(225 29 72 / 0.4);
}

.hover\:border-r-rose-600\/45:hover{
  border-right-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(225 29 72 / 0.55);
}

.hover\:border-r-rose-600\/60:hover{
  border-right-color: rgb(225 29 72 / 0.6);
}

.hover\:border-r-rose-600\/65:hover{
  border-right-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(190 18 60 / 0.35);
}

.hover\:border-r-rose-700\/40:hover{
  border-right-color: rgb(190 18 60 / 0.4);
}

.hover\:border-r-rose-700\/45:hover{
  border-right-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(190 18 60 / 0.55);
}

.hover\:border-r-rose-700\/60:hover{
  border-right-color: rgb(190 18 60 / 0.6);
}

.hover\:border-r-rose-700\/65:hover{
  border-right-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(159 18 57 / 0.35);
}

.hover\:border-r-rose-800\/40:hover{
  border-right-color: rgb(159 18 57 / 0.4);
}

.hover\:border-r-rose-800\/45:hover{
  border-right-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(159 18 57 / 0.55);
}

.hover\:border-r-rose-800\/60:hover{
  border-right-color: rgb(159 18 57 / 0.6);
}

.hover\:border-r-rose-800\/65:hover{
  border-right-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(136 19 55 / 0.35);
}

.hover\:border-r-rose-900\/40:hover{
  border-right-color: rgb(136 19 55 / 0.4);
}

.hover\:border-r-rose-900\/45:hover{
  border-right-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(136 19 55 / 0.55);
}

.hover\:border-r-rose-900\/60:hover{
  border-right-color: rgb(136 19 55 / 0.6);
}

.hover\:border-r-rose-900\/65:hover{
  border-right-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(76 5 25 / 0.35);
}

.hover\:border-r-rose-950\/40:hover{
  border-right-color: rgb(76 5 25 / 0.4);
}

.hover\:border-r-rose-950\/45:hover{
  border-right-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(76 5 25 / 0.55);
}

.hover\:border-r-rose-950\/60:hover{
  border-right-color: rgb(76 5 25 / 0.6);
}

.hover\:border-r-rose-950\/65:hover{
  border-right-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.hover\:border-r-secondary\/0:hover{
  border-right-color: rgb(141 147 167 / 0);
}

.hover\:border-r-secondary\/10:hover{
  border-right-color: rgb(141 147 167 / 0.1);
}

.hover\:border-r-secondary\/100:hover{
  border-right-color: rgb(141 147 167 / 1);
}

.hover\:border-r-secondary\/15:hover{
  border-right-color: rgb(141 147 167 / 0.15);
}

.hover\:border-r-secondary\/20:hover{
  border-right-color: rgb(141 147 167 / 0.2);
}

.hover\:border-r-secondary\/25:hover{
  border-right-color: rgb(141 147 167 / 0.25);
}

.hover\:border-r-secondary\/30:hover{
  border-right-color: rgb(141 147 167 / 0.3);
}

.hover\:border-r-secondary\/35:hover{
  border-right-color: rgb(141 147 167 / 0.35);
}

.hover\:border-r-secondary\/40:hover{
  border-right-color: rgb(141 147 167 / 0.4);
}

.hover\:border-r-secondary\/45:hover{
  border-right-color: rgb(141 147 167 / 0.45);
}

.hover\:border-r-secondary\/5:hover{
  border-right-color: rgb(141 147 167 / 0.05);
}

.hover\:border-r-secondary\/50:hover{
  border-right-color: rgb(141 147 167 / 0.5);
}

.hover\:border-r-secondary\/55:hover{
  border-right-color: rgb(141 147 167 / 0.55);
}

.hover\:border-r-secondary\/60:hover{
  border-right-color: rgb(141 147 167 / 0.6);
}

.hover\:border-r-secondary\/65:hover{
  border-right-color: rgb(141 147 167 / 0.65);
}

.hover\:border-r-secondary\/70:hover{
  border-right-color: rgb(141 147 167 / 0.7);
}

.hover\:border-r-secondary\/75:hover{
  border-right-color: rgb(141 147 167 / 0.75);
}

.hover\:border-r-secondary\/80:hover{
  border-right-color: rgb(141 147 167 / 0.8);
}

.hover\:border-r-secondary\/85:hover{
  border-right-color: rgb(141 147 167 / 0.85);
}

.hover\:border-r-secondary\/90:hover{
  border-right-color: rgb(141 147 167 / 0.9);
}

.hover\:border-r-secondary\/95:hover{
  border-right-color: rgb(141 147 167 / 0.95);
}

.hover\:border-r-senary:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.hover\:border-r-senary\/0:hover{
  border-right-color: rgb(73 134 231 / 0);
}

.hover\:border-r-senary\/10:hover{
  border-right-color: rgb(73 134 231 / 0.1);
}

.hover\:border-r-senary\/100:hover{
  border-right-color: rgb(73 134 231 / 1);
}

.hover\:border-r-senary\/15:hover{
  border-right-color: rgb(73 134 231 / 0.15);
}

.hover\:border-r-senary\/20:hover{
  border-right-color: rgb(73 134 231 / 0.2);
}

.hover\:border-r-senary\/25:hover{
  border-right-color: rgb(73 134 231 / 0.25);
}

.hover\:border-r-senary\/30:hover{
  border-right-color: rgb(73 134 231 / 0.3);
}

.hover\:border-r-senary\/35:hover{
  border-right-color: rgb(73 134 231 / 0.35);
}

.hover\:border-r-senary\/40:hover{
  border-right-color: rgb(73 134 231 / 0.4);
}

.hover\:border-r-senary\/45:hover{
  border-right-color: rgb(73 134 231 / 0.45);
}

.hover\:border-r-senary\/5:hover{
  border-right-color: rgb(73 134 231 / 0.05);
}

.hover\:border-r-senary\/50:hover{
  border-right-color: rgb(73 134 231 / 0.5);
}

.hover\:border-r-senary\/55:hover{
  border-right-color: rgb(73 134 231 / 0.55);
}

.hover\:border-r-senary\/60:hover{
  border-right-color: rgb(73 134 231 / 0.6);
}

.hover\:border-r-senary\/65:hover{
  border-right-color: rgb(73 134 231 / 0.65);
}

.hover\:border-r-senary\/70:hover{
  border-right-color: rgb(73 134 231 / 0.7);
}

.hover\:border-r-senary\/75:hover{
  border-right-color: rgb(73 134 231 / 0.75);
}

.hover\:border-r-senary\/80:hover{
  border-right-color: rgb(73 134 231 / 0.8);
}

.hover\:border-r-senary\/85:hover{
  border-right-color: rgb(73 134 231 / 0.85);
}

.hover\:border-r-senary\/90:hover{
  border-right-color: rgb(73 134 231 / 0.9);
}

.hover\:border-r-senary\/95:hover{
  border-right-color: rgb(73 134 231 / 0.95);
}

.hover\:border-r-septenary:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.hover\:border-r-septenary\/0:hover{
  border-right-color: rgb(49 88 129 / 0);
}

.hover\:border-r-septenary\/10:hover{
  border-right-color: rgb(49 88 129 / 0.1);
}

.hover\:border-r-septenary\/100:hover{
  border-right-color: rgb(49 88 129 / 1);
}

.hover\:border-r-septenary\/15:hover{
  border-right-color: rgb(49 88 129 / 0.15);
}

.hover\:border-r-septenary\/20:hover{
  border-right-color: rgb(49 88 129 / 0.2);
}

.hover\:border-r-septenary\/25:hover{
  border-right-color: rgb(49 88 129 / 0.25);
}

.hover\:border-r-septenary\/30:hover{
  border-right-color: rgb(49 88 129 / 0.3);
}

.hover\:border-r-septenary\/35:hover{
  border-right-color: rgb(49 88 129 / 0.35);
}

.hover\:border-r-septenary\/40:hover{
  border-right-color: rgb(49 88 129 / 0.4);
}

.hover\:border-r-septenary\/45:hover{
  border-right-color: rgb(49 88 129 / 0.45);
}

.hover\:border-r-septenary\/5:hover{
  border-right-color: rgb(49 88 129 / 0.05);
}

.hover\:border-r-septenary\/50:hover{
  border-right-color: rgb(49 88 129 / 0.5);
}

.hover\:border-r-septenary\/55:hover{
  border-right-color: rgb(49 88 129 / 0.55);
}

.hover\:border-r-septenary\/60:hover{
  border-right-color: rgb(49 88 129 / 0.6);
}

.hover\:border-r-septenary\/65:hover{
  border-right-color: rgb(49 88 129 / 0.65);
}

.hover\:border-r-septenary\/70:hover{
  border-right-color: rgb(49 88 129 / 0.7);
}

.hover\:border-r-septenary\/75:hover{
  border-right-color: rgb(49 88 129 / 0.75);
}

.hover\:border-r-septenary\/80:hover{
  border-right-color: rgb(49 88 129 / 0.8);
}

.hover\:border-r-septenary\/85:hover{
  border-right-color: rgb(49 88 129 / 0.85);
}

.hover\:border-r-septenary\/90:hover{
  border-right-color: rgb(49 88 129 / 0.9);
}

.hover\:border-r-septenary\/95:hover{
  border-right-color: rgb(49 88 129 / 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\/15:hover{
  border-right-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(224 242 254 / 0.35);
}

.hover\:border-r-sky-100\/40:hover{
  border-right-color: rgb(224 242 254 / 0.4);
}

.hover\:border-r-sky-100\/45:hover{
  border-right-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(224 242 254 / 0.55);
}

.hover\:border-r-sky-100\/60:hover{
  border-right-color: rgb(224 242 254 / 0.6);
}

.hover\:border-r-sky-100\/65:hover{
  border-right-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(186 230 253 / 0.35);
}

.hover\:border-r-sky-200\/40:hover{
  border-right-color: rgb(186 230 253 / 0.4);
}

.hover\:border-r-sky-200\/45:hover{
  border-right-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(186 230 253 / 0.55);
}

.hover\:border-r-sky-200\/60:hover{
  border-right-color: rgb(186 230 253 / 0.6);
}

.hover\:border-r-sky-200\/65:hover{
  border-right-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(125 211 252 / 0.35);
}

.hover\:border-r-sky-300\/40:hover{
  border-right-color: rgb(125 211 252 / 0.4);
}

.hover\:border-r-sky-300\/45:hover{
  border-right-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(125 211 252 / 0.55);
}

.hover\:border-r-sky-300\/60:hover{
  border-right-color: rgb(125 211 252 / 0.6);
}

.hover\:border-r-sky-300\/65:hover{
  border-right-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(56 189 248 / 0.35);
}

.hover\:border-r-sky-400\/40:hover{
  border-right-color: rgb(56 189 248 / 0.4);
}

.hover\:border-r-sky-400\/45:hover{
  border-right-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(56 189 248 / 0.55);
}

.hover\:border-r-sky-400\/60:hover{
  border-right-color: rgb(56 189 248 / 0.6);
}

.hover\:border-r-sky-400\/65:hover{
  border-right-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(240 249 255 / 0.35);
}

.hover\:border-r-sky-50\/40:hover{
  border-right-color: rgb(240 249 255 / 0.4);
}

.hover\:border-r-sky-50\/45:hover{
  border-right-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(240 249 255 / 0.55);
}

.hover\:border-r-sky-50\/60:hover{
  border-right-color: rgb(240 249 255 / 0.6);
}

.hover\:border-r-sky-50\/65:hover{
  border-right-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(14 165 233 / 0.35);
}

.hover\:border-r-sky-500\/40:hover{
  border-right-color: rgb(14 165 233 / 0.4);
}

.hover\:border-r-sky-500\/45:hover{
  border-right-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(14 165 233 / 0.55);
}

.hover\:border-r-sky-500\/60:hover{
  border-right-color: rgb(14 165 233 / 0.6);
}

.hover\:border-r-sky-500\/65:hover{
  border-right-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(2 132 199 / 0.35);
}

.hover\:border-r-sky-600\/40:hover{
  border-right-color: rgb(2 132 199 / 0.4);
}

.hover\:border-r-sky-600\/45:hover{
  border-right-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(2 132 199 / 0.55);
}

.hover\:border-r-sky-600\/60:hover{
  border-right-color: rgb(2 132 199 / 0.6);
}

.hover\:border-r-sky-600\/65:hover{
  border-right-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(3 105 161 / 0.35);
}

.hover\:border-r-sky-700\/40:hover{
  border-right-color: rgb(3 105 161 / 0.4);
}

.hover\:border-r-sky-700\/45:hover{
  border-right-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(3 105 161 / 0.55);
}

.hover\:border-r-sky-700\/60:hover{
  border-right-color: rgb(3 105 161 / 0.6);
}

.hover\:border-r-sky-700\/65:hover{
  border-right-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(7 89 133 / 0.35);
}

.hover\:border-r-sky-800\/40:hover{
  border-right-color: rgb(7 89 133 / 0.4);
}

.hover\:border-r-sky-800\/45:hover{
  border-right-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(7 89 133 / 0.55);
}

.hover\:border-r-sky-800\/60:hover{
  border-right-color: rgb(7 89 133 / 0.6);
}

.hover\:border-r-sky-800\/65:hover{
  border-right-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(12 74 110 / 0.35);
}

.hover\:border-r-sky-900\/40:hover{
  border-right-color: rgb(12 74 110 / 0.4);
}

.hover\:border-r-sky-900\/45:hover{
  border-right-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(12 74 110 / 0.55);
}

.hover\:border-r-sky-900\/60:hover{
  border-right-color: rgb(12 74 110 / 0.6);
}

.hover\:border-r-sky-900\/65:hover{
  border-right-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(8 47 73 / 0.35);
}

.hover\:border-r-sky-950\/40:hover{
  border-right-color: rgb(8 47 73 / 0.4);
}

.hover\:border-r-sky-950\/45:hover{
  border-right-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(8 47 73 / 0.55);
}

.hover\:border-r-sky-950\/60:hover{
  border-right-color: rgb(8 47 73 / 0.6);
}

.hover\:border-r-sky-950\/65:hover{
  border-right-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(241 245 249 / 0.35);
}

.hover\:border-r-slate-100\/40:hover{
  border-right-color: rgb(241 245 249 / 0.4);
}

.hover\:border-r-slate-100\/45:hover{
  border-right-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(241 245 249 / 0.55);
}

.hover\:border-r-slate-100\/60:hover{
  border-right-color: rgb(241 245 249 / 0.6);
}

.hover\:border-r-slate-100\/65:hover{
  border-right-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(226 232 240 / 0.35);
}

.hover\:border-r-slate-200\/40:hover{
  border-right-color: rgb(226 232 240 / 0.4);
}

.hover\:border-r-slate-200\/45:hover{
  border-right-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(226 232 240 / 0.55);
}

.hover\:border-r-slate-200\/60:hover{
  border-right-color: rgb(226 232 240 / 0.6);
}

.hover\:border-r-slate-200\/65:hover{
  border-right-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(203 213 225 / 0.35);
}

.hover\:border-r-slate-300\/40:hover{
  border-right-color: rgb(203 213 225 / 0.4);
}

.hover\:border-r-slate-300\/45:hover{
  border-right-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(203 213 225 / 0.55);
}

.hover\:border-r-slate-300\/60:hover{
  border-right-color: rgb(203 213 225 / 0.6);
}

.hover\:border-r-slate-300\/65:hover{
  border-right-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(148 163 184 / 0.35);
}

.hover\:border-r-slate-400\/40:hover{
  border-right-color: rgb(148 163 184 / 0.4);
}

.hover\:border-r-slate-400\/45:hover{
  border-right-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(148 163 184 / 0.55);
}

.hover\:border-r-slate-400\/60:hover{
  border-right-color: rgb(148 163 184 / 0.6);
}

.hover\:border-r-slate-400\/65:hover{
  border-right-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(248 250 252 / 0.35);
}

.hover\:border-r-slate-50\/40:hover{
  border-right-color: rgb(248 250 252 / 0.4);
}

.hover\:border-r-slate-50\/45:hover{
  border-right-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(248 250 252 / 0.55);
}

.hover\:border-r-slate-50\/60:hover{
  border-right-color: rgb(248 250 252 / 0.6);
}

.hover\:border-r-slate-50\/65:hover{
  border-right-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(100 116 139 / 0.35);
}

.hover\:border-r-slate-500\/40:hover{
  border-right-color: rgb(100 116 139 / 0.4);
}

.hover\:border-r-slate-500\/45:hover{
  border-right-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(100 116 139 / 0.55);
}

.hover\:border-r-slate-500\/60:hover{
  border-right-color: rgb(100 116 139 / 0.6);
}

.hover\:border-r-slate-500\/65:hover{
  border-right-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(71 85 105 / 0.35);
}

.hover\:border-r-slate-600\/40:hover{
  border-right-color: rgb(71 85 105 / 0.4);
}

.hover\:border-r-slate-600\/45:hover{
  border-right-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(71 85 105 / 0.55);
}

.hover\:border-r-slate-600\/60:hover{
  border-right-color: rgb(71 85 105 / 0.6);
}

.hover\:border-r-slate-600\/65:hover{
  border-right-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(51 65 85 / 0.35);
}

.hover\:border-r-slate-700\/40:hover{
  border-right-color: rgb(51 65 85 / 0.4);
}

.hover\:border-r-slate-700\/45:hover{
  border-right-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(51 65 85 / 0.55);
}

.hover\:border-r-slate-700\/60:hover{
  border-right-color: rgb(51 65 85 / 0.6);
}

.hover\:border-r-slate-700\/65:hover{
  border-right-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(30 41 59 / 0.35);
}

.hover\:border-r-slate-800\/40:hover{
  border-right-color: rgb(30 41 59 / 0.4);
}

.hover\:border-r-slate-800\/45:hover{
  border-right-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(30 41 59 / 0.55);
}

.hover\:border-r-slate-800\/60:hover{
  border-right-color: rgb(30 41 59 / 0.6);
}

.hover\:border-r-slate-800\/65:hover{
  border-right-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(15 23 42 / 0.35);
}

.hover\:border-r-slate-900\/40:hover{
  border-right-color: rgb(15 23 42 / 0.4);
}

.hover\:border-r-slate-900\/45:hover{
  border-right-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(15 23 42 / 0.55);
}

.hover\:border-r-slate-900\/60:hover{
  border-right-color: rgb(15 23 42 / 0.6);
}

.hover\:border-r-slate-900\/65:hover{
  border-right-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(2 6 23 / 0.35);
}

.hover\:border-r-slate-950\/40:hover{
  border-right-color: rgb(2 6 23 / 0.4);
}

.hover\:border-r-slate-950\/45:hover{
  border-right-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(2 6 23 / 0.55);
}

.hover\:border-r-slate-950\/60:hover{
  border-right-color: rgb(2 6 23 / 0.6);
}

.hover\:border-r-slate-950\/65:hover{
  border-right-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(245 245 244 / 0.35);
}

.hover\:border-r-stone-100\/40:hover{
  border-right-color: rgb(245 245 244 / 0.4);
}

.hover\:border-r-stone-100\/45:hover{
  border-right-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(245 245 244 / 0.55);
}

.hover\:border-r-stone-100\/60:hover{
  border-right-color: rgb(245 245 244 / 0.6);
}

.hover\:border-r-stone-100\/65:hover{
  border-right-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(231 229 228 / 0.35);
}

.hover\:border-r-stone-200\/40:hover{
  border-right-color: rgb(231 229 228 / 0.4);
}

.hover\:border-r-stone-200\/45:hover{
  border-right-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(231 229 228 / 0.55);
}

.hover\:border-r-stone-200\/60:hover{
  border-right-color: rgb(231 229 228 / 0.6);
}

.hover\:border-r-stone-200\/65:hover{
  border-right-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(214 211 209 / 0.35);
}

.hover\:border-r-stone-300\/40:hover{
  border-right-color: rgb(214 211 209 / 0.4);
}

.hover\:border-r-stone-300\/45:hover{
  border-right-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(214 211 209 / 0.55);
}

.hover\:border-r-stone-300\/60:hover{
  border-right-color: rgb(214 211 209 / 0.6);
}

.hover\:border-r-stone-300\/65:hover{
  border-right-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(168 162 158 / 0.35);
}

.hover\:border-r-stone-400\/40:hover{
  border-right-color: rgb(168 162 158 / 0.4);
}

.hover\:border-r-stone-400\/45:hover{
  border-right-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(168 162 158 / 0.55);
}

.hover\:border-r-stone-400\/60:hover{
  border-right-color: rgb(168 162 158 / 0.6);
}

.hover\:border-r-stone-400\/65:hover{
  border-right-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(250 250 249 / 0.35);
}

.hover\:border-r-stone-50\/40:hover{
  border-right-color: rgb(250 250 249 / 0.4);
}

.hover\:border-r-stone-50\/45:hover{
  border-right-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(250 250 249 / 0.55);
}

.hover\:border-r-stone-50\/60:hover{
  border-right-color: rgb(250 250 249 / 0.6);
}

.hover\:border-r-stone-50\/65:hover{
  border-right-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(120 113 108 / 0.35);
}

.hover\:border-r-stone-500\/40:hover{
  border-right-color: rgb(120 113 108 / 0.4);
}

.hover\:border-r-stone-500\/45:hover{
  border-right-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(120 113 108 / 0.55);
}

.hover\:border-r-stone-500\/60:hover{
  border-right-color: rgb(120 113 108 / 0.6);
}

.hover\:border-r-stone-500\/65:hover{
  border-right-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(87 83 78 / 0.35);
}

.hover\:border-r-stone-600\/40:hover{
  border-right-color: rgb(87 83 78 / 0.4);
}

.hover\:border-r-stone-600\/45:hover{
  border-right-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(87 83 78 / 0.55);
}

.hover\:border-r-stone-600\/60:hover{
  border-right-color: rgb(87 83 78 / 0.6);
}

.hover\:border-r-stone-600\/65:hover{
  border-right-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(68 64 60 / 0.35);
}

.hover\:border-r-stone-700\/40:hover{
  border-right-color: rgb(68 64 60 / 0.4);
}

.hover\:border-r-stone-700\/45:hover{
  border-right-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(68 64 60 / 0.55);
}

.hover\:border-r-stone-700\/60:hover{
  border-right-color: rgb(68 64 60 / 0.6);
}

.hover\:border-r-stone-700\/65:hover{
  border-right-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(41 37 36 / 0.35);
}

.hover\:border-r-stone-800\/40:hover{
  border-right-color: rgb(41 37 36 / 0.4);
}

.hover\:border-r-stone-800\/45:hover{
  border-right-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(41 37 36 / 0.55);
}

.hover\:border-r-stone-800\/60:hover{
  border-right-color: rgb(41 37 36 / 0.6);
}

.hover\:border-r-stone-800\/65:hover{
  border-right-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(28 25 23 / 0.35);
}

.hover\:border-r-stone-900\/40:hover{
  border-right-color: rgb(28 25 23 / 0.4);
}

.hover\:border-r-stone-900\/45:hover{
  border-right-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(28 25 23 / 0.55);
}

.hover\:border-r-stone-900\/60:hover{
  border-right-color: rgb(28 25 23 / 0.6);
}

.hover\:border-r-stone-900\/65:hover{
  border-right-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(12 10 9 / 0.35);
}

.hover\:border-r-stone-950\/40:hover{
  border-right-color: rgb(12 10 9 / 0.4);
}

.hover\:border-r-stone-950\/45:hover{
  border-right-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(12 10 9 / 0.55);
}

.hover\:border-r-stone-950\/60:hover{
  border-right-color: rgb(12 10 9 / 0.6);
}

.hover\:border-r-stone-950\/65:hover{
  border-right-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.hover\:border-r-success\/0:hover{
  border-right-color: rgb(7 196 149 / 0);
}

.hover\:border-r-success\/10:hover{
  border-right-color: rgb(7 196 149 / 0.1);
}

.hover\:border-r-success\/100:hover{
  border-right-color: rgb(7 196 149 / 1);
}

.hover\:border-r-success\/15:hover{
  border-right-color: rgb(7 196 149 / 0.15);
}

.hover\:border-r-success\/20:hover{
  border-right-color: rgb(7 196 149 / 0.2);
}

.hover\:border-r-success\/25:hover{
  border-right-color: rgb(7 196 149 / 0.25);
}

.hover\:border-r-success\/30:hover{
  border-right-color: rgb(7 196 149 / 0.3);
}

.hover\:border-r-success\/35:hover{
  border-right-color: rgb(7 196 149 / 0.35);
}

.hover\:border-r-success\/40:hover{
  border-right-color: rgb(7 196 149 / 0.4);
}

.hover\:border-r-success\/45:hover{
  border-right-color: rgb(7 196 149 / 0.45);
}

.hover\:border-r-success\/5:hover{
  border-right-color: rgb(7 196 149 / 0.05);
}

.hover\:border-r-success\/50:hover{
  border-right-color: rgb(7 196 149 / 0.5);
}

.hover\:border-r-success\/55:hover{
  border-right-color: rgb(7 196 149 / 0.55);
}

.hover\:border-r-success\/60:hover{
  border-right-color: rgb(7 196 149 / 0.6);
}

.hover\:border-r-success\/65:hover{
  border-right-color: rgb(7 196 149 / 0.65);
}

.hover\:border-r-success\/70:hover{
  border-right-color: rgb(7 196 149 / 0.7);
}

.hover\:border-r-success\/75:hover{
  border-right-color: rgb(7 196 149 / 0.75);
}

.hover\:border-r-success\/80:hover{
  border-right-color: rgb(7 196 149 / 0.8);
}

.hover\:border-r-success\/85:hover{
  border-right-color: rgb(7 196 149 / 0.85);
}

.hover\:border-r-success\/90:hover{
  border-right-color: rgb(7 196 149 / 0.9);
}

.hover\:border-r-success\/95:hover{
  border-right-color: rgb(7 196 149 / 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\/15:hover{
  border-right-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(204 251 241 / 0.35);
}

.hover\:border-r-teal-100\/40:hover{
  border-right-color: rgb(204 251 241 / 0.4);
}

.hover\:border-r-teal-100\/45:hover{
  border-right-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(204 251 241 / 0.55);
}

.hover\:border-r-teal-100\/60:hover{
  border-right-color: rgb(204 251 241 / 0.6);
}

.hover\:border-r-teal-100\/65:hover{
  border-right-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(153 246 228 / 0.35);
}

.hover\:border-r-teal-200\/40:hover{
  border-right-color: rgb(153 246 228 / 0.4);
}

.hover\:border-r-teal-200\/45:hover{
  border-right-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(153 246 228 / 0.55);
}

.hover\:border-r-teal-200\/60:hover{
  border-right-color: rgb(153 246 228 / 0.6);
}

.hover\:border-r-teal-200\/65:hover{
  border-right-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(94 234 212 / 0.35);
}

.hover\:border-r-teal-300\/40:hover{
  border-right-color: rgb(94 234 212 / 0.4);
}

.hover\:border-r-teal-300\/45:hover{
  border-right-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(94 234 212 / 0.55);
}

.hover\:border-r-teal-300\/60:hover{
  border-right-color: rgb(94 234 212 / 0.6);
}

.hover\:border-r-teal-300\/65:hover{
  border-right-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(45 212 191 / 0.35);
}

.hover\:border-r-teal-400\/40:hover{
  border-right-color: rgb(45 212 191 / 0.4);
}

.hover\:border-r-teal-400\/45:hover{
  border-right-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(45 212 191 / 0.55);
}

.hover\:border-r-teal-400\/60:hover{
  border-right-color: rgb(45 212 191 / 0.6);
}

.hover\:border-r-teal-400\/65:hover{
  border-right-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(240 253 250 / 0.35);
}

.hover\:border-r-teal-50\/40:hover{
  border-right-color: rgb(240 253 250 / 0.4);
}

.hover\:border-r-teal-50\/45:hover{
  border-right-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(240 253 250 / 0.55);
}

.hover\:border-r-teal-50\/60:hover{
  border-right-color: rgb(240 253 250 / 0.6);
}

.hover\:border-r-teal-50\/65:hover{
  border-right-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(20 184 166 / 0.35);
}

.hover\:border-r-teal-500\/40:hover{
  border-right-color: rgb(20 184 166 / 0.4);
}

.hover\:border-r-teal-500\/45:hover{
  border-right-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(20 184 166 / 0.55);
}

.hover\:border-r-teal-500\/60:hover{
  border-right-color: rgb(20 184 166 / 0.6);
}

.hover\:border-r-teal-500\/65:hover{
  border-right-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(13 148 136 / 0.35);
}

.hover\:border-r-teal-600\/40:hover{
  border-right-color: rgb(13 148 136 / 0.4);
}

.hover\:border-r-teal-600\/45:hover{
  border-right-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(13 148 136 / 0.55);
}

.hover\:border-r-teal-600\/60:hover{
  border-right-color: rgb(13 148 136 / 0.6);
}

.hover\:border-r-teal-600\/65:hover{
  border-right-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(15 118 110 / 0.35);
}

.hover\:border-r-teal-700\/40:hover{
  border-right-color: rgb(15 118 110 / 0.4);
}

.hover\:border-r-teal-700\/45:hover{
  border-right-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(15 118 110 / 0.55);
}

.hover\:border-r-teal-700\/60:hover{
  border-right-color: rgb(15 118 110 / 0.6);
}

.hover\:border-r-teal-700\/65:hover{
  border-right-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(17 94 89 / 0.35);
}

.hover\:border-r-teal-800\/40:hover{
  border-right-color: rgb(17 94 89 / 0.4);
}

.hover\:border-r-teal-800\/45:hover{
  border-right-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(17 94 89 / 0.55);
}

.hover\:border-r-teal-800\/60:hover{
  border-right-color: rgb(17 94 89 / 0.6);
}

.hover\:border-r-teal-800\/65:hover{
  border-right-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(19 78 74 / 0.35);
}

.hover\:border-r-teal-900\/40:hover{
  border-right-color: rgb(19 78 74 / 0.4);
}

.hover\:border-r-teal-900\/45:hover{
  border-right-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(19 78 74 / 0.55);
}

.hover\:border-r-teal-900\/60:hover{
  border-right-color: rgb(19 78 74 / 0.6);
}

.hover\:border-r-teal-900\/65:hover{
  border-right-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(4 47 46 / 0.35);
}

.hover\:border-r-teal-950\/40:hover{
  border-right-color: rgb(4 47 46 / 0.4);
}

.hover\:border-r-teal-950\/45:hover{
  border-right-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(4 47 46 / 0.55);
}

.hover\:border-r-teal-950\/60:hover{
  border-right-color: rgb(4 47 46 / 0.6);
}

.hover\:border-r-teal-950\/65:hover{
  border-right-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.hover\:border-r-tertiary-hover:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.hover\:border-r-tertiary-hover\/0:hover{
  border-right-color: rgb(20 123 223 / 0);
}

.hover\:border-r-tertiary-hover\/10:hover{
  border-right-color: rgb(20 123 223 / 0.1);
}

.hover\:border-r-tertiary-hover\/100:hover{
  border-right-color: rgb(20 123 223 / 1);
}

.hover\:border-r-tertiary-hover\/15:hover{
  border-right-color: rgb(20 123 223 / 0.15);
}

.hover\:border-r-tertiary-hover\/20:hover{
  border-right-color: rgb(20 123 223 / 0.2);
}

.hover\:border-r-tertiary-hover\/25:hover{
  border-right-color: rgb(20 123 223 / 0.25);
}

.hover\:border-r-tertiary-hover\/30:hover{
  border-right-color: rgb(20 123 223 / 0.3);
}

.hover\:border-r-tertiary-hover\/35:hover{
  border-right-color: rgb(20 123 223 / 0.35);
}

.hover\:border-r-tertiary-hover\/40:hover{
  border-right-color: rgb(20 123 223 / 0.4);
}

.hover\:border-r-tertiary-hover\/45:hover{
  border-right-color: rgb(20 123 223 / 0.45);
}

.hover\:border-r-tertiary-hover\/5:hover{
  border-right-color: rgb(20 123 223 / 0.05);
}

.hover\:border-r-tertiary-hover\/50:hover{
  border-right-color: rgb(20 123 223 / 0.5);
}

.hover\:border-r-tertiary-hover\/55:hover{
  border-right-color: rgb(20 123 223 / 0.55);
}

.hover\:border-r-tertiary-hover\/60:hover{
  border-right-color: rgb(20 123 223 / 0.6);
}

.hover\:border-r-tertiary-hover\/65:hover{
  border-right-color: rgb(20 123 223 / 0.65);
}

.hover\:border-r-tertiary-hover\/70:hover{
  border-right-color: rgb(20 123 223 / 0.7);
}

.hover\:border-r-tertiary-hover\/75:hover{
  border-right-color: rgb(20 123 223 / 0.75);
}

.hover\:border-r-tertiary-hover\/80:hover{
  border-right-color: rgb(20 123 223 / 0.8);
}

.hover\:border-r-tertiary-hover\/85:hover{
  border-right-color: rgb(20 123 223 / 0.85);
}

.hover\:border-r-tertiary-hover\/90:hover{
  border-right-color: rgb(20 123 223 / 0.9);
}

.hover\:border-r-tertiary-hover\/95:hover{
  border-right-color: rgb(20 123 223 / 0.95);
}

.hover\:border-r-tertiary\/0:hover{
  border-right-color: rgb(22 137 252 / 0);
}

.hover\:border-r-tertiary\/10:hover{
  border-right-color: rgb(22 137 252 / 0.1);
}

.hover\:border-r-tertiary\/100:hover{
  border-right-color: rgb(22 137 252 / 1);
}

.hover\:border-r-tertiary\/15:hover{
  border-right-color: rgb(22 137 252 / 0.15);
}

.hover\:border-r-tertiary\/20:hover{
  border-right-color: rgb(22 137 252 / 0.2);
}

.hover\:border-r-tertiary\/25:hover{
  border-right-color: rgb(22 137 252 / 0.25);
}

.hover\:border-r-tertiary\/30:hover{
  border-right-color: rgb(22 137 252 / 0.3);
}

.hover\:border-r-tertiary\/35:hover{
  border-right-color: rgb(22 137 252 / 0.35);
}

.hover\:border-r-tertiary\/40:hover{
  border-right-color: rgb(22 137 252 / 0.4);
}

.hover\:border-r-tertiary\/45:hover{
  border-right-color: rgb(22 137 252 / 0.45);
}

.hover\:border-r-tertiary\/5:hover{
  border-right-color: rgb(22 137 252 / 0.05);
}

.hover\:border-r-tertiary\/50:hover{
  border-right-color: rgb(22 137 252 / 0.5);
}

.hover\:border-r-tertiary\/55:hover{
  border-right-color: rgb(22 137 252 / 0.55);
}

.hover\:border-r-tertiary\/60:hover{
  border-right-color: rgb(22 137 252 / 0.6);
}

.hover\:border-r-tertiary\/65:hover{
  border-right-color: rgb(22 137 252 / 0.65);
}

.hover\:border-r-tertiary\/70:hover{
  border-right-color: rgb(22 137 252 / 0.7);
}

.hover\:border-r-tertiary\/75:hover{
  border-right-color: rgb(22 137 252 / 0.75);
}

.hover\:border-r-tertiary\/80:hover{
  border-right-color: rgb(22 137 252 / 0.8);
}

.hover\:border-r-tertiary\/85:hover{
  border-right-color: rgb(22 137 252 / 0.85);
}

.hover\:border-r-tertiary\/90:hover{
  border-right-color: rgb(22 137 252 / 0.9);
}

.hover\:border-r-tertiary\/95:hover{
  border-right-color: rgb(22 137 252 / 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\/15:hover{
  border-right-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(0 0 0 / 0.35);
}

.hover\:border-r-transparent\/40:hover{
  border-right-color: rgb(0 0 0 / 0.4);
}

.hover\:border-r-transparent\/45:hover{
  border-right-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(0 0 0 / 0.55);
}

.hover\:border-r-transparent\/60:hover{
  border-right-color: rgb(0 0 0 / 0.6);
}

.hover\:border-r-transparent\/65:hover{
  border-right-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  border-right-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(237 233 254 / 0.35);
}

.hover\:border-r-violet-100\/40:hover{
  border-right-color: rgb(237 233 254 / 0.4);
}

.hover\:border-r-violet-100\/45:hover{
  border-right-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(237 233 254 / 0.55);
}

.hover\:border-r-violet-100\/60:hover{
  border-right-color: rgb(237 233 254 / 0.6);
}

.hover\:border-r-violet-100\/65:hover{
  border-right-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(221 214 254 / 0.35);
}

.hover\:border-r-violet-200\/40:hover{
  border-right-color: rgb(221 214 254 / 0.4);
}

.hover\:border-r-violet-200\/45:hover{
  border-right-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(221 214 254 / 0.55);
}

.hover\:border-r-violet-200\/60:hover{
  border-right-color: rgb(221 214 254 / 0.6);
}

.hover\:border-r-violet-200\/65:hover{
  border-right-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(196 181 253 / 0.35);
}

.hover\:border-r-violet-300\/40:hover{
  border-right-color: rgb(196 181 253 / 0.4);
}

.hover\:border-r-violet-300\/45:hover{
  border-right-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(196 181 253 / 0.55);
}

.hover\:border-r-violet-300\/60:hover{
  border-right-color: rgb(196 181 253 / 0.6);
}

.hover\:border-r-violet-300\/65:hover{
  border-right-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(167 139 250 / 0.35);
}

.hover\:border-r-violet-400\/40:hover{
  border-right-color: rgb(167 139 250 / 0.4);
}

.hover\:border-r-violet-400\/45:hover{
  border-right-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(167 139 250 / 0.55);
}

.hover\:border-r-violet-400\/60:hover{
  border-right-color: rgb(167 139 250 / 0.6);
}

.hover\:border-r-violet-400\/65:hover{
  border-right-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(245 243 255 / 0.35);
}

.hover\:border-r-violet-50\/40:hover{
  border-right-color: rgb(245 243 255 / 0.4);
}

.hover\:border-r-violet-50\/45:hover{
  border-right-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(245 243 255 / 0.55);
}

.hover\:border-r-violet-50\/60:hover{
  border-right-color: rgb(245 243 255 / 0.6);
}

.hover\:border-r-violet-50\/65:hover{
  border-right-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(139 92 246 / 0.35);
}

.hover\:border-r-violet-500\/40:hover{
  border-right-color: rgb(139 92 246 / 0.4);
}

.hover\:border-r-violet-500\/45:hover{
  border-right-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(139 92 246 / 0.55);
}

.hover\:border-r-violet-500\/60:hover{
  border-right-color: rgb(139 92 246 / 0.6);
}

.hover\:border-r-violet-500\/65:hover{
  border-right-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(124 58 237 / 0.35);
}

.hover\:border-r-violet-600\/40:hover{
  border-right-color: rgb(124 58 237 / 0.4);
}

.hover\:border-r-violet-600\/45:hover{
  border-right-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(124 58 237 / 0.55);
}

.hover\:border-r-violet-600\/60:hover{
  border-right-color: rgb(124 58 237 / 0.6);
}

.hover\:border-r-violet-600\/65:hover{
  border-right-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(109 40 217 / 0.35);
}

.hover\:border-r-violet-700\/40:hover{
  border-right-color: rgb(109 40 217 / 0.4);
}

.hover\:border-r-violet-700\/45:hover{
  border-right-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(109 40 217 / 0.55);
}

.hover\:border-r-violet-700\/60:hover{
  border-right-color: rgb(109 40 217 / 0.6);
}

.hover\:border-r-violet-700\/65:hover{
  border-right-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(91 33 182 / 0.35);
}

.hover\:border-r-violet-800\/40:hover{
  border-right-color: rgb(91 33 182 / 0.4);
}

.hover\:border-r-violet-800\/45:hover{
  border-right-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(91 33 182 / 0.55);
}

.hover\:border-r-violet-800\/60:hover{
  border-right-color: rgb(91 33 182 / 0.6);
}

.hover\:border-r-violet-800\/65:hover{
  border-right-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(76 29 149 / 0.35);
}

.hover\:border-r-violet-900\/40:hover{
  border-right-color: rgb(76 29 149 / 0.4);
}

.hover\:border-r-violet-900\/45:hover{
  border-right-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(76 29 149 / 0.55);
}

.hover\:border-r-violet-900\/60:hover{
  border-right-color: rgb(76 29 149 / 0.6);
}

.hover\:border-r-violet-900\/65:hover{
  border-right-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(46 16 101 / 0.35);
}

.hover\:border-r-violet-950\/40:hover{
  border-right-color: rgb(46 16 101 / 0.4);
}

.hover\:border-r-violet-950\/45:hover{
  border-right-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(46 16 101 / 0.55);
}

.hover\:border-r-violet-950\/60:hover{
  border-right-color: rgb(46 16 101 / 0.6);
}

.hover\:border-r-violet-950\/65:hover{
  border-right-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(255 255 255 / 0.35);
}

.hover\:border-r-white\/40:hover{
  border-right-color: rgb(255 255 255 / 0.4);
}

.hover\:border-r-white\/45:hover{
  border-right-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(255 255 255 / 0.55);
}

.hover\:border-r-white\/60:hover{
  border-right-color: rgb(255 255 255 / 0.6);
}

.hover\:border-r-white\/65:hover{
  border-right-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  border-right-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(254 249 195 / 0.35);
}

.hover\:border-r-yellow-100\/40:hover{
  border-right-color: rgb(254 249 195 / 0.4);
}

.hover\:border-r-yellow-100\/45:hover{
  border-right-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(254 249 195 / 0.55);
}

.hover\:border-r-yellow-100\/60:hover{
  border-right-color: rgb(254 249 195 / 0.6);
}

.hover\:border-r-yellow-100\/65:hover{
  border-right-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(254 240 138 / 0.35);
}

.hover\:border-r-yellow-200\/40:hover{
  border-right-color: rgb(254 240 138 / 0.4);
}

.hover\:border-r-yellow-200\/45:hover{
  border-right-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(254 240 138 / 0.55);
}

.hover\:border-r-yellow-200\/60:hover{
  border-right-color: rgb(254 240 138 / 0.6);
}

.hover\:border-r-yellow-200\/65:hover{
  border-right-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(253 224 71 / 0.35);
}

.hover\:border-r-yellow-300\/40:hover{
  border-right-color: rgb(253 224 71 / 0.4);
}

.hover\:border-r-yellow-300\/45:hover{
  border-right-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(253 224 71 / 0.55);
}

.hover\:border-r-yellow-300\/60:hover{
  border-right-color: rgb(253 224 71 / 0.6);
}

.hover\:border-r-yellow-300\/65:hover{
  border-right-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(250 204 21 / 0.35);
}

.hover\:border-r-yellow-400\/40:hover{
  border-right-color: rgb(250 204 21 / 0.4);
}

.hover\:border-r-yellow-400\/45:hover{
  border-right-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(250 204 21 / 0.55);
}

.hover\:border-r-yellow-400\/60:hover{
  border-right-color: rgb(250 204 21 / 0.6);
}

.hover\:border-r-yellow-400\/65:hover{
  border-right-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(254 252 232 / 0.35);
}

.hover\:border-r-yellow-50\/40:hover{
  border-right-color: rgb(254 252 232 / 0.4);
}

.hover\:border-r-yellow-50\/45:hover{
  border-right-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(254 252 232 / 0.55);
}

.hover\:border-r-yellow-50\/60:hover{
  border-right-color: rgb(254 252 232 / 0.6);
}

.hover\:border-r-yellow-50\/65:hover{
  border-right-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(234 179 8 / 0.35);
}

.hover\:border-r-yellow-500\/40:hover{
  border-right-color: rgb(234 179 8 / 0.4);
}

.hover\:border-r-yellow-500\/45:hover{
  border-right-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(234 179 8 / 0.55);
}

.hover\:border-r-yellow-500\/60:hover{
  border-right-color: rgb(234 179 8 / 0.6);
}

.hover\:border-r-yellow-500\/65:hover{
  border-right-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(202 138 4 / 0.35);
}

.hover\:border-r-yellow-600\/40:hover{
  border-right-color: rgb(202 138 4 / 0.4);
}

.hover\:border-r-yellow-600\/45:hover{
  border-right-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(202 138 4 / 0.55);
}

.hover\:border-r-yellow-600\/60:hover{
  border-right-color: rgb(202 138 4 / 0.6);
}

.hover\:border-r-yellow-600\/65:hover{
  border-right-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(161 98 7 / 0.35);
}

.hover\:border-r-yellow-700\/40:hover{
  border-right-color: rgb(161 98 7 / 0.4);
}

.hover\:border-r-yellow-700\/45:hover{
  border-right-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(161 98 7 / 0.55);
}

.hover\:border-r-yellow-700\/60:hover{
  border-right-color: rgb(161 98 7 / 0.6);
}

.hover\:border-r-yellow-700\/65:hover{
  border-right-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(133 77 14 / 0.35);
}

.hover\:border-r-yellow-800\/40:hover{
  border-right-color: rgb(133 77 14 / 0.4);
}

.hover\:border-r-yellow-800\/45:hover{
  border-right-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(133 77 14 / 0.55);
}

.hover\:border-r-yellow-800\/60:hover{
  border-right-color: rgb(133 77 14 / 0.6);
}

.hover\:border-r-yellow-800\/65:hover{
  border-right-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(113 63 18 / 0.35);
}

.hover\:border-r-yellow-900\/40:hover{
  border-right-color: rgb(113 63 18 / 0.4);
}

.hover\:border-r-yellow-900\/45:hover{
  border-right-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(113 63 18 / 0.55);
}

.hover\:border-r-yellow-900\/60:hover{
  border-right-color: rgb(113 63 18 / 0.6);
}

.hover\:border-r-yellow-900\/65:hover{
  border-right-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(66 32 6 / 0.35);
}

.hover\:border-r-yellow-950\/40:hover{
  border-right-color: rgb(66 32 6 / 0.4);
}

.hover\:border-r-yellow-950\/45:hover{
  border-right-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(66 32 6 / 0.55);
}

.hover\:border-r-yellow-950\/60:hover{
  border-right-color: rgb(66 32 6 / 0.6);
}

.hover\:border-r-yellow-950\/65:hover{
  border-right-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(244 244 245 / 0.35);
}

.hover\:border-r-zinc-100\/40:hover{
  border-right-color: rgb(244 244 245 / 0.4);
}

.hover\:border-r-zinc-100\/45:hover{
  border-right-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(244 244 245 / 0.55);
}

.hover\:border-r-zinc-100\/60:hover{
  border-right-color: rgb(244 244 245 / 0.6);
}

.hover\:border-r-zinc-100\/65:hover{
  border-right-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(228 228 231 / 0.35);
}

.hover\:border-r-zinc-200\/40:hover{
  border-right-color: rgb(228 228 231 / 0.4);
}

.hover\:border-r-zinc-200\/45:hover{
  border-right-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(228 228 231 / 0.55);
}

.hover\:border-r-zinc-200\/60:hover{
  border-right-color: rgb(228 228 231 / 0.6);
}

.hover\:border-r-zinc-200\/65:hover{
  border-right-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(212 212 216 / 0.35);
}

.hover\:border-r-zinc-300\/40:hover{
  border-right-color: rgb(212 212 216 / 0.4);
}

.hover\:border-r-zinc-300\/45:hover{
  border-right-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(212 212 216 / 0.55);
}

.hover\:border-r-zinc-300\/60:hover{
  border-right-color: rgb(212 212 216 / 0.6);
}

.hover\:border-r-zinc-300\/65:hover{
  border-right-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(161 161 170 / 0.35);
}

.hover\:border-r-zinc-400\/40:hover{
  border-right-color: rgb(161 161 170 / 0.4);
}

.hover\:border-r-zinc-400\/45:hover{
  border-right-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(161 161 170 / 0.55);
}

.hover\:border-r-zinc-400\/60:hover{
  border-right-color: rgb(161 161 170 / 0.6);
}

.hover\:border-r-zinc-400\/65:hover{
  border-right-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(250 250 250 / 0.35);
}

.hover\:border-r-zinc-50\/40:hover{
  border-right-color: rgb(250 250 250 / 0.4);
}

.hover\:border-r-zinc-50\/45:hover{
  border-right-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(250 250 250 / 0.55);
}

.hover\:border-r-zinc-50\/60:hover{
  border-right-color: rgb(250 250 250 / 0.6);
}

.hover\:border-r-zinc-50\/65:hover{
  border-right-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(113 113 122 / 0.35);
}

.hover\:border-r-zinc-500\/40:hover{
  border-right-color: rgb(113 113 122 / 0.4);
}

.hover\:border-r-zinc-500\/45:hover{
  border-right-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(113 113 122 / 0.55);
}

.hover\:border-r-zinc-500\/60:hover{
  border-right-color: rgb(113 113 122 / 0.6);
}

.hover\:border-r-zinc-500\/65:hover{
  border-right-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(82 82 91 / 0.35);
}

.hover\:border-r-zinc-600\/40:hover{
  border-right-color: rgb(82 82 91 / 0.4);
}

.hover\:border-r-zinc-600\/45:hover{
  border-right-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(82 82 91 / 0.55);
}

.hover\:border-r-zinc-600\/60:hover{
  border-right-color: rgb(82 82 91 / 0.6);
}

.hover\:border-r-zinc-600\/65:hover{
  border-right-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(63 63 70 / 0.35);
}

.hover\:border-r-zinc-700\/40:hover{
  border-right-color: rgb(63 63 70 / 0.4);
}

.hover\:border-r-zinc-700\/45:hover{
  border-right-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(63 63 70 / 0.55);
}

.hover\:border-r-zinc-700\/60:hover{
  border-right-color: rgb(63 63 70 / 0.6);
}

.hover\:border-r-zinc-700\/65:hover{
  border-right-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(39 39 42 / 0.35);
}

.hover\:border-r-zinc-800\/40:hover{
  border-right-color: rgb(39 39 42 / 0.4);
}

.hover\:border-r-zinc-800\/45:hover{
  border-right-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(39 39 42 / 0.55);
}

.hover\:border-r-zinc-800\/60:hover{
  border-right-color: rgb(39 39 42 / 0.6);
}

.hover\:border-r-zinc-800\/65:hover{
  border-right-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(24 24 27 / 0.35);
}

.hover\:border-r-zinc-900\/40:hover{
  border-right-color: rgb(24 24 27 / 0.4);
}

.hover\:border-r-zinc-900\/45:hover{
  border-right-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(24 24 27 / 0.55);
}

.hover\:border-r-zinc-900\/60:hover{
  border-right-color: rgb(24 24 27 / 0.6);
}

.hover\:border-r-zinc-900\/65:hover{
  border-right-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  border-right-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  border-right-color: rgb(9 9 11 / 0.35);
}

.hover\:border-r-zinc-950\/40:hover{
  border-right-color: rgb(9 9 11 / 0.4);
}

.hover\:border-r-zinc-950\/45:hover{
  border-right-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  border-right-color: rgb(9 9 11 / 0.55);
}

.hover\:border-r-zinc-950\/60:hover{
  border-right-color: rgb(9 9 11 / 0.6);
}

.hover\:border-r-zinc-950\/65:hover{
  border-right-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  border-right-color: rgb(9 9 11 / 0.85);
}

.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-accent:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.hover\:border-s-accent\/0:hover{
  border-inline-start-color: rgb(70 109 148 / 0);
}

.hover\:border-s-accent\/10:hover{
  border-inline-start-color: rgb(70 109 148 / 0.1);
}

.hover\:border-s-accent\/100:hover{
  border-inline-start-color: rgb(70 109 148 / 1);
}

.hover\:border-s-accent\/15:hover{
  border-inline-start-color: rgb(70 109 148 / 0.15);
}

.hover\:border-s-accent\/20:hover{
  border-inline-start-color: rgb(70 109 148 / 0.2);
}

.hover\:border-s-accent\/25:hover{
  border-inline-start-color: rgb(70 109 148 / 0.25);
}

.hover\:border-s-accent\/30:hover{
  border-inline-start-color: rgb(70 109 148 / 0.3);
}

.hover\:border-s-accent\/35:hover{
  border-inline-start-color: rgb(70 109 148 / 0.35);
}

.hover\:border-s-accent\/40:hover{
  border-inline-start-color: rgb(70 109 148 / 0.4);
}

.hover\:border-s-accent\/45:hover{
  border-inline-start-color: rgb(70 109 148 / 0.45);
}

.hover\:border-s-accent\/5:hover{
  border-inline-start-color: rgb(70 109 148 / 0.05);
}

.hover\:border-s-accent\/50:hover{
  border-inline-start-color: rgb(70 109 148 / 0.5);
}

.hover\:border-s-accent\/55:hover{
  border-inline-start-color: rgb(70 109 148 / 0.55);
}

.hover\:border-s-accent\/60:hover{
  border-inline-start-color: rgb(70 109 148 / 0.6);
}

.hover\:border-s-accent\/65:hover{
  border-inline-start-color: rgb(70 109 148 / 0.65);
}

.hover\:border-s-accent\/70:hover{
  border-inline-start-color: rgb(70 109 148 / 0.7);
}

.hover\:border-s-accent\/75:hover{
  border-inline-start-color: rgb(70 109 148 / 0.75);
}

.hover\:border-s-accent\/80:hover{
  border-inline-start-color: rgb(70 109 148 / 0.8);
}

.hover\:border-s-accent\/85:hover{
  border-inline-start-color: rgb(70 109 148 / 0.85);
}

.hover\:border-s-accent\/90:hover{
  border-inline-start-color: rgb(70 109 148 / 0.9);
}

.hover\:border-s-accent\/95:hover{
  border-inline-start-color: rgb(70 109 148 / 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\/15:hover{
  border-inline-start-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(254 243 199 / 0.35);
}

.hover\:border-s-amber-100\/40:hover{
  border-inline-start-color: rgb(254 243 199 / 0.4);
}

.hover\:border-s-amber-100\/45:hover{
  border-inline-start-color: rgb(254 243 199 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(254 243 199 / 0.55);
}

.hover\:border-s-amber-100\/60:hover{
  border-inline-start-color: rgb(254 243 199 / 0.6);
}

.hover\:border-s-amber-100\/65:hover{
  border-inline-start-color: rgb(254 243 199 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(253 230 138 / 0.35);
}

.hover\:border-s-amber-200\/40:hover{
  border-inline-start-color: rgb(253 230 138 / 0.4);
}

.hover\:border-s-amber-200\/45:hover{
  border-inline-start-color: rgb(253 230 138 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(253 230 138 / 0.55);
}

.hover\:border-s-amber-200\/60:hover{
  border-inline-start-color: rgb(253 230 138 / 0.6);
}

.hover\:border-s-amber-200\/65:hover{
  border-inline-start-color: rgb(253 230 138 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(252 211 77 / 0.35);
}

.hover\:border-s-amber-300\/40:hover{
  border-inline-start-color: rgb(252 211 77 / 0.4);
}

.hover\:border-s-amber-300\/45:hover{
  border-inline-start-color: rgb(252 211 77 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(252 211 77 / 0.55);
}

.hover\:border-s-amber-300\/60:hover{
  border-inline-start-color: rgb(252 211 77 / 0.6);
}

.hover\:border-s-amber-300\/65:hover{
  border-inline-start-color: rgb(252 211 77 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(251 191 36 / 0.35);
}

.hover\:border-s-amber-400\/40:hover{
  border-inline-start-color: rgb(251 191 36 / 0.4);
}

.hover\:border-s-amber-400\/45:hover{
  border-inline-start-color: rgb(251 191 36 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(251 191 36 / 0.55);
}

.hover\:border-s-amber-400\/60:hover{
  border-inline-start-color: rgb(251 191 36 / 0.6);
}

.hover\:border-s-amber-400\/65:hover{
  border-inline-start-color: rgb(251 191 36 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(255 251 235 / 0.35);
}

.hover\:border-s-amber-50\/40:hover{
  border-inline-start-color: rgb(255 251 235 / 0.4);
}

.hover\:border-s-amber-50\/45:hover{
  border-inline-start-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(255 251 235 / 0.55);
}

.hover\:border-s-amber-50\/60:hover{
  border-inline-start-color: rgb(255 251 235 / 0.6);
}

.hover\:border-s-amber-50\/65:hover{
  border-inline-start-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(245 158 11 / 0.35);
}

.hover\:border-s-amber-500\/40:hover{
  border-inline-start-color: rgb(245 158 11 / 0.4);
}

.hover\:border-s-amber-500\/45:hover{
  border-inline-start-color: rgb(245 158 11 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(245 158 11 / 0.55);
}

.hover\:border-s-amber-500\/60:hover{
  border-inline-start-color: rgb(245 158 11 / 0.6);
}

.hover\:border-s-amber-500\/65:hover{
  border-inline-start-color: rgb(245 158 11 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(217 119 6 / 0.35);
}

.hover\:border-s-amber-600\/40:hover{
  border-inline-start-color: rgb(217 119 6 / 0.4);
}

.hover\:border-s-amber-600\/45:hover{
  border-inline-start-color: rgb(217 119 6 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(217 119 6 / 0.55);
}

.hover\:border-s-amber-600\/60:hover{
  border-inline-start-color: rgb(217 119 6 / 0.6);
}

.hover\:border-s-amber-600\/65:hover{
  border-inline-start-color: rgb(217 119 6 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(180 83 9 / 0.35);
}

.hover\:border-s-amber-700\/40:hover{
  border-inline-start-color: rgb(180 83 9 / 0.4);
}

.hover\:border-s-amber-700\/45:hover{
  border-inline-start-color: rgb(180 83 9 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(180 83 9 / 0.55);
}

.hover\:border-s-amber-700\/60:hover{
  border-inline-start-color: rgb(180 83 9 / 0.6);
}

.hover\:border-s-amber-700\/65:hover{
  border-inline-start-color: rgb(180 83 9 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(146 64 14 / 0.35);
}

.hover\:border-s-amber-800\/40:hover{
  border-inline-start-color: rgb(146 64 14 / 0.4);
}

.hover\:border-s-amber-800\/45:hover{
  border-inline-start-color: rgb(146 64 14 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(146 64 14 / 0.55);
}

.hover\:border-s-amber-800\/60:hover{
  border-inline-start-color: rgb(146 64 14 / 0.6);
}

.hover\:border-s-amber-800\/65:hover{
  border-inline-start-color: rgb(146 64 14 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(120 53 15 / 0.35);
}

.hover\:border-s-amber-900\/40:hover{
  border-inline-start-color: rgb(120 53 15 / 0.4);
}

.hover\:border-s-amber-900\/45:hover{
  border-inline-start-color: rgb(120 53 15 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(120 53 15 / 0.55);
}

.hover\:border-s-amber-900\/60:hover{
  border-inline-start-color: rgb(120 53 15 / 0.6);
}

.hover\:border-s-amber-900\/65:hover{
  border-inline-start-color: rgb(120 53 15 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(69 26 3 / 0.35);
}

.hover\:border-s-amber-950\/40:hover{
  border-inline-start-color: rgb(69 26 3 / 0.4);
}

.hover\:border-s-amber-950\/45:hover{
  border-inline-start-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(69 26 3 / 0.55);
}

.hover\:border-s-amber-950\/60:hover{
  border-inline-start-color: rgb(69 26 3 / 0.6);
}

.hover\:border-s-amber-950\/65:hover{
  border-inline-start-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.hover\:border-s-background\/0:hover{
  border-inline-start-color: rgb(245 246 250 / 0);
}

.hover\:border-s-background\/10:hover{
  border-inline-start-color: rgb(245 246 250 / 0.1);
}

.hover\:border-s-background\/100:hover{
  border-inline-start-color: rgb(245 246 250 / 1);
}

.hover\:border-s-background\/15:hover{
  border-inline-start-color: rgb(245 246 250 / 0.15);
}

.hover\:border-s-background\/20:hover{
  border-inline-start-color: rgb(245 246 250 / 0.2);
}

.hover\:border-s-background\/25:hover{
  border-inline-start-color: rgb(245 246 250 / 0.25);
}

.hover\:border-s-background\/30:hover{
  border-inline-start-color: rgb(245 246 250 / 0.3);
}

.hover\:border-s-background\/35:hover{
  border-inline-start-color: rgb(245 246 250 / 0.35);
}

.hover\:border-s-background\/40:hover{
  border-inline-start-color: rgb(245 246 250 / 0.4);
}

.hover\:border-s-background\/45:hover{
  border-inline-start-color: rgb(245 246 250 / 0.45);
}

.hover\:border-s-background\/5:hover{
  border-inline-start-color: rgb(245 246 250 / 0.05);
}

.hover\:border-s-background\/50:hover{
  border-inline-start-color: rgb(245 246 250 / 0.5);
}

.hover\:border-s-background\/55:hover{
  border-inline-start-color: rgb(245 246 250 / 0.55);
}

.hover\:border-s-background\/60:hover{
  border-inline-start-color: rgb(245 246 250 / 0.6);
}

.hover\:border-s-background\/65:hover{
  border-inline-start-color: rgb(245 246 250 / 0.65);
}

.hover\:border-s-background\/70:hover{
  border-inline-start-color: rgb(245 246 250 / 0.7);
}

.hover\:border-s-background\/75:hover{
  border-inline-start-color: rgb(245 246 250 / 0.75);
}

.hover\:border-s-background\/80:hover{
  border-inline-start-color: rgb(245 246 250 / 0.8);
}

.hover\:border-s-background\/85:hover{
  border-inline-start-color: rgb(245 246 250 / 0.85);
}

.hover\:border-s-background\/90:hover{
  border-inline-start-color: rgb(245 246 250 / 0.9);
}

.hover\:border-s-background\/95:hover{
  border-inline-start-color: rgb(245 246 250 / 0.95);
}

.hover\:border-s-black:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.hover\:border-s-black\/0:hover{
  border-inline-start-color: rgb(41 44 53 / 0);
}

.hover\:border-s-black\/10:hover{
  border-inline-start-color: rgb(41 44 53 / 0.1);
}

.hover\:border-s-black\/100:hover{
  border-inline-start-color: rgb(41 44 53 / 1);
}

.hover\:border-s-black\/15:hover{
  border-inline-start-color: rgb(41 44 53 / 0.15);
}

.hover\:border-s-black\/20:hover{
  border-inline-start-color: rgb(41 44 53 / 0.2);
}

.hover\:border-s-black\/25:hover{
  border-inline-start-color: rgb(41 44 53 / 0.25);
}

.hover\:border-s-black\/30:hover{
  border-inline-start-color: rgb(41 44 53 / 0.3);
}

.hover\:border-s-black\/35:hover{
  border-inline-start-color: rgb(41 44 53 / 0.35);
}

.hover\:border-s-black\/40:hover{
  border-inline-start-color: rgb(41 44 53 / 0.4);
}

.hover\:border-s-black\/45:hover{
  border-inline-start-color: rgb(41 44 53 / 0.45);
}

.hover\:border-s-black\/5:hover{
  border-inline-start-color: rgb(41 44 53 / 0.05);
}

.hover\:border-s-black\/50:hover{
  border-inline-start-color: rgb(41 44 53 / 0.5);
}

.hover\:border-s-black\/55:hover{
  border-inline-start-color: rgb(41 44 53 / 0.55);
}

.hover\:border-s-black\/60:hover{
  border-inline-start-color: rgb(41 44 53 / 0.6);
}

.hover\:border-s-black\/65:hover{
  border-inline-start-color: rgb(41 44 53 / 0.65);
}

.hover\:border-s-black\/70:hover{
  border-inline-start-color: rgb(41 44 53 / 0.7);
}

.hover\:border-s-black\/75:hover{
  border-inline-start-color: rgb(41 44 53 / 0.75);
}

.hover\:border-s-black\/80:hover{
  border-inline-start-color: rgb(41 44 53 / 0.8);
}

.hover\:border-s-black\/85:hover{
  border-inline-start-color: rgb(41 44 53 / 0.85);
}

.hover\:border-s-black\/90:hover{
  border-inline-start-color: rgb(41 44 53 / 0.9);
}

.hover\:border-s-black\/95:hover{
  border-inline-start-color: rgb(41 44 53 / 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\/15:hover{
  border-inline-start-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(219 234 254 / 0.35);
}

.hover\:border-s-blue-100\/40:hover{
  border-inline-start-color: rgb(219 234 254 / 0.4);
}

.hover\:border-s-blue-100\/45:hover{
  border-inline-start-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(219 234 254 / 0.55);
}

.hover\:border-s-blue-100\/60:hover{
  border-inline-start-color: rgb(219 234 254 / 0.6);
}

.hover\:border-s-blue-100\/65:hover{
  border-inline-start-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(191 219 254 / 0.35);
}

.hover\:border-s-blue-200\/40:hover{
  border-inline-start-color: rgb(191 219 254 / 0.4);
}

.hover\:border-s-blue-200\/45:hover{
  border-inline-start-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(191 219 254 / 0.55);
}

.hover\:border-s-blue-200\/60:hover{
  border-inline-start-color: rgb(191 219 254 / 0.6);
}

.hover\:border-s-blue-200\/65:hover{
  border-inline-start-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(147 197 253 / 0.35);
}

.hover\:border-s-blue-300\/40:hover{
  border-inline-start-color: rgb(147 197 253 / 0.4);
}

.hover\:border-s-blue-300\/45:hover{
  border-inline-start-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(147 197 253 / 0.55);
}

.hover\:border-s-blue-300\/60:hover{
  border-inline-start-color: rgb(147 197 253 / 0.6);
}

.hover\:border-s-blue-300\/65:hover{
  border-inline-start-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(96 165 250 / 0.35);
}

.hover\:border-s-blue-400\/40:hover{
  border-inline-start-color: rgb(96 165 250 / 0.4);
}

.hover\:border-s-blue-400\/45:hover{
  border-inline-start-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(96 165 250 / 0.55);
}

.hover\:border-s-blue-400\/60:hover{
  border-inline-start-color: rgb(96 165 250 / 0.6);
}

.hover\:border-s-blue-400\/65:hover{
  border-inline-start-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(239 246 255 / 0.35);
}

.hover\:border-s-blue-50\/40:hover{
  border-inline-start-color: rgb(239 246 255 / 0.4);
}

.hover\:border-s-blue-50\/45:hover{
  border-inline-start-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(239 246 255 / 0.55);
}

.hover\:border-s-blue-50\/60:hover{
  border-inline-start-color: rgb(239 246 255 / 0.6);
}

.hover\:border-s-blue-50\/65:hover{
  border-inline-start-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(59 130 246 / 0.35);
}

.hover\:border-s-blue-500\/40:hover{
  border-inline-start-color: rgb(59 130 246 / 0.4);
}

.hover\:border-s-blue-500\/45:hover{
  border-inline-start-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(59 130 246 / 0.55);
}

.hover\:border-s-blue-500\/60:hover{
  border-inline-start-color: rgb(59 130 246 / 0.6);
}

.hover\:border-s-blue-500\/65:hover{
  border-inline-start-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(37 99 235 / 0.35);
}

.hover\:border-s-blue-600\/40:hover{
  border-inline-start-color: rgb(37 99 235 / 0.4);
}

.hover\:border-s-blue-600\/45:hover{
  border-inline-start-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(37 99 235 / 0.55);
}

.hover\:border-s-blue-600\/60:hover{
  border-inline-start-color: rgb(37 99 235 / 0.6);
}

.hover\:border-s-blue-600\/65:hover{
  border-inline-start-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(29 78 216 / 0.35);
}

.hover\:border-s-blue-700\/40:hover{
  border-inline-start-color: rgb(29 78 216 / 0.4);
}

.hover\:border-s-blue-700\/45:hover{
  border-inline-start-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(29 78 216 / 0.55);
}

.hover\:border-s-blue-700\/60:hover{
  border-inline-start-color: rgb(29 78 216 / 0.6);
}

.hover\:border-s-blue-700\/65:hover{
  border-inline-start-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(30 64 175 / 0.35);
}

.hover\:border-s-blue-800\/40:hover{
  border-inline-start-color: rgb(30 64 175 / 0.4);
}

.hover\:border-s-blue-800\/45:hover{
  border-inline-start-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(30 64 175 / 0.55);
}

.hover\:border-s-blue-800\/60:hover{
  border-inline-start-color: rgb(30 64 175 / 0.6);
}

.hover\:border-s-blue-800\/65:hover{
  border-inline-start-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(30 58 138 / 0.35);
}

.hover\:border-s-blue-900\/40:hover{
  border-inline-start-color: rgb(30 58 138 / 0.4);
}

.hover\:border-s-blue-900\/45:hover{
  border-inline-start-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(30 58 138 / 0.55);
}

.hover\:border-s-blue-900\/60:hover{
  border-inline-start-color: rgb(30 58 138 / 0.6);
}

.hover\:border-s-blue-900\/65:hover{
  border-inline-start-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(23 37 84 / 0.35);
}

.hover\:border-s-blue-950\/40:hover{
  border-inline-start-color: rgb(23 37 84 / 0.4);
}

.hover\:border-s-blue-950\/45:hover{
  border-inline-start-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(23 37 84 / 0.55);
}

.hover\:border-s-blue-950\/60:hover{
  border-inline-start-color: rgb(23 37 84 / 0.6);
}

.hover\:border-s-blue-950\/65:hover{
  border-inline-start-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.hover\:border-s-csv-hover:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.hover\:border-s-csv-hover\/0:hover{
  border-inline-start-color: rgb(0 114 37 / 0);
}

.hover\:border-s-csv-hover\/10:hover{
  border-inline-start-color: rgb(0 114 37 / 0.1);
}

.hover\:border-s-csv-hover\/100:hover{
  border-inline-start-color: rgb(0 114 37 / 1);
}

.hover\:border-s-csv-hover\/15:hover{
  border-inline-start-color: rgb(0 114 37 / 0.15);
}

.hover\:border-s-csv-hover\/20:hover{
  border-inline-start-color: rgb(0 114 37 / 0.2);
}

.hover\:border-s-csv-hover\/25:hover{
  border-inline-start-color: rgb(0 114 37 / 0.25);
}

.hover\:border-s-csv-hover\/30:hover{
  border-inline-start-color: rgb(0 114 37 / 0.3);
}

.hover\:border-s-csv-hover\/35:hover{
  border-inline-start-color: rgb(0 114 37 / 0.35);
}

.hover\:border-s-csv-hover\/40:hover{
  border-inline-start-color: rgb(0 114 37 / 0.4);
}

.hover\:border-s-csv-hover\/45:hover{
  border-inline-start-color: rgb(0 114 37 / 0.45);
}

.hover\:border-s-csv-hover\/5:hover{
  border-inline-start-color: rgb(0 114 37 / 0.05);
}

.hover\:border-s-csv-hover\/50:hover{
  border-inline-start-color: rgb(0 114 37 / 0.5);
}

.hover\:border-s-csv-hover\/55:hover{
  border-inline-start-color: rgb(0 114 37 / 0.55);
}

.hover\:border-s-csv-hover\/60:hover{
  border-inline-start-color: rgb(0 114 37 / 0.6);
}

.hover\:border-s-csv-hover\/65:hover{
  border-inline-start-color: rgb(0 114 37 / 0.65);
}

.hover\:border-s-csv-hover\/70:hover{
  border-inline-start-color: rgb(0 114 37 / 0.7);
}

.hover\:border-s-csv-hover\/75:hover{
  border-inline-start-color: rgb(0 114 37 / 0.75);
}

.hover\:border-s-csv-hover\/80:hover{
  border-inline-start-color: rgb(0 114 37 / 0.8);
}

.hover\:border-s-csv-hover\/85:hover{
  border-inline-start-color: rgb(0 114 37 / 0.85);
}

.hover\:border-s-csv-hover\/90:hover{
  border-inline-start-color: rgb(0 114 37 / 0.9);
}

.hover\:border-s-csv-hover\/95:hover{
  border-inline-start-color: rgb(0 114 37 / 0.95);
}

.hover\:border-s-csv\/0:hover{
  border-inline-start-color: rgb(0 138 43 / 0);
}

.hover\:border-s-csv\/10:hover{
  border-inline-start-color: rgb(0 138 43 / 0.1);
}

.hover\:border-s-csv\/100:hover{
  border-inline-start-color: rgb(0 138 43 / 1);
}

.hover\:border-s-csv\/15:hover{
  border-inline-start-color: rgb(0 138 43 / 0.15);
}

.hover\:border-s-csv\/20:hover{
  border-inline-start-color: rgb(0 138 43 / 0.2);
}

.hover\:border-s-csv\/25:hover{
  border-inline-start-color: rgb(0 138 43 / 0.25);
}

.hover\:border-s-csv\/30:hover{
  border-inline-start-color: rgb(0 138 43 / 0.3);
}

.hover\:border-s-csv\/35:hover{
  border-inline-start-color: rgb(0 138 43 / 0.35);
}

.hover\:border-s-csv\/40:hover{
  border-inline-start-color: rgb(0 138 43 / 0.4);
}

.hover\:border-s-csv\/45:hover{
  border-inline-start-color: rgb(0 138 43 / 0.45);
}

.hover\:border-s-csv\/5:hover{
  border-inline-start-color: rgb(0 138 43 / 0.05);
}

.hover\:border-s-csv\/50:hover{
  border-inline-start-color: rgb(0 138 43 / 0.5);
}

.hover\:border-s-csv\/55:hover{
  border-inline-start-color: rgb(0 138 43 / 0.55);
}

.hover\:border-s-csv\/60:hover{
  border-inline-start-color: rgb(0 138 43 / 0.6);
}

.hover\:border-s-csv\/65:hover{
  border-inline-start-color: rgb(0 138 43 / 0.65);
}

.hover\:border-s-csv\/70:hover{
  border-inline-start-color: rgb(0 138 43 / 0.7);
}

.hover\:border-s-csv\/75:hover{
  border-inline-start-color: rgb(0 138 43 / 0.75);
}

.hover\:border-s-csv\/80:hover{
  border-inline-start-color: rgb(0 138 43 / 0.8);
}

.hover\:border-s-csv\/85:hover{
  border-inline-start-color: rgb(0 138 43 / 0.85);
}

.hover\:border-s-csv\/90:hover{
  border-inline-start-color: rgb(0 138 43 / 0.9);
}

.hover\:border-s-csv\/95:hover{
  border-inline-start-color: rgb(0 138 43 / 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\/15:hover{
  border-inline-start-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(207 250 254 / 0.35);
}

.hover\:border-s-cyan-100\/40:hover{
  border-inline-start-color: rgb(207 250 254 / 0.4);
}

.hover\:border-s-cyan-100\/45:hover{
  border-inline-start-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(207 250 254 / 0.55);
}

.hover\:border-s-cyan-100\/60:hover{
  border-inline-start-color: rgb(207 250 254 / 0.6);
}

.hover\:border-s-cyan-100\/65:hover{
  border-inline-start-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(165 243 252 / 0.35);
}

.hover\:border-s-cyan-200\/40:hover{
  border-inline-start-color: rgb(165 243 252 / 0.4);
}

.hover\:border-s-cyan-200\/45:hover{
  border-inline-start-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(165 243 252 / 0.55);
}

.hover\:border-s-cyan-200\/60:hover{
  border-inline-start-color: rgb(165 243 252 / 0.6);
}

.hover\:border-s-cyan-200\/65:hover{
  border-inline-start-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(103 232 249 / 0.35);
}

.hover\:border-s-cyan-300\/40:hover{
  border-inline-start-color: rgb(103 232 249 / 0.4);
}

.hover\:border-s-cyan-300\/45:hover{
  border-inline-start-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(103 232 249 / 0.55);
}

.hover\:border-s-cyan-300\/60:hover{
  border-inline-start-color: rgb(103 232 249 / 0.6);
}

.hover\:border-s-cyan-300\/65:hover{
  border-inline-start-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(34 211 238 / 0.35);
}

.hover\:border-s-cyan-400\/40:hover{
  border-inline-start-color: rgb(34 211 238 / 0.4);
}

.hover\:border-s-cyan-400\/45:hover{
  border-inline-start-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(34 211 238 / 0.55);
}

.hover\:border-s-cyan-400\/60:hover{
  border-inline-start-color: rgb(34 211 238 / 0.6);
}

.hover\:border-s-cyan-400\/65:hover{
  border-inline-start-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(236 254 255 / 0.35);
}

.hover\:border-s-cyan-50\/40:hover{
  border-inline-start-color: rgb(236 254 255 / 0.4);
}

.hover\:border-s-cyan-50\/45:hover{
  border-inline-start-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(236 254 255 / 0.55);
}

.hover\:border-s-cyan-50\/60:hover{
  border-inline-start-color: rgb(236 254 255 / 0.6);
}

.hover\:border-s-cyan-50\/65:hover{
  border-inline-start-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(6 182 212 / 0.35);
}

.hover\:border-s-cyan-500\/40:hover{
  border-inline-start-color: rgb(6 182 212 / 0.4);
}

.hover\:border-s-cyan-500\/45:hover{
  border-inline-start-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(6 182 212 / 0.55);
}

.hover\:border-s-cyan-500\/60:hover{
  border-inline-start-color: rgb(6 182 212 / 0.6);
}

.hover\:border-s-cyan-500\/65:hover{
  border-inline-start-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(8 145 178 / 0.35);
}

.hover\:border-s-cyan-600\/40:hover{
  border-inline-start-color: rgb(8 145 178 / 0.4);
}

.hover\:border-s-cyan-600\/45:hover{
  border-inline-start-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(8 145 178 / 0.55);
}

.hover\:border-s-cyan-600\/60:hover{
  border-inline-start-color: rgb(8 145 178 / 0.6);
}

.hover\:border-s-cyan-600\/65:hover{
  border-inline-start-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(14 116 144 / 0.35);
}

.hover\:border-s-cyan-700\/40:hover{
  border-inline-start-color: rgb(14 116 144 / 0.4);
}

.hover\:border-s-cyan-700\/45:hover{
  border-inline-start-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(14 116 144 / 0.55);
}

.hover\:border-s-cyan-700\/60:hover{
  border-inline-start-color: rgb(14 116 144 / 0.6);
}

.hover\:border-s-cyan-700\/65:hover{
  border-inline-start-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(21 94 117 / 0.35);
}

.hover\:border-s-cyan-800\/40:hover{
  border-inline-start-color: rgb(21 94 117 / 0.4);
}

.hover\:border-s-cyan-800\/45:hover{
  border-inline-start-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(21 94 117 / 0.55);
}

.hover\:border-s-cyan-800\/60:hover{
  border-inline-start-color: rgb(21 94 117 / 0.6);
}

.hover\:border-s-cyan-800\/65:hover{
  border-inline-start-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(22 78 99 / 0.35);
}

.hover\:border-s-cyan-900\/40:hover{
  border-inline-start-color: rgb(22 78 99 / 0.4);
}

.hover\:border-s-cyan-900\/45:hover{
  border-inline-start-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(22 78 99 / 0.55);
}

.hover\:border-s-cyan-900\/60:hover{
  border-inline-start-color: rgb(22 78 99 / 0.6);
}

.hover\:border-s-cyan-900\/65:hover{
  border-inline-start-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(8 51 68 / 0.35);
}

.hover\:border-s-cyan-950\/40:hover{
  border-inline-start-color: rgb(8 51 68 / 0.4);
}

.hover\:border-s-cyan-950\/45:hover{
  border-inline-start-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(8 51 68 / 0.55);
}

.hover\:border-s-cyan-950\/60:hover{
  border-inline-start-color: rgb(8 51 68 / 0.6);
}

.hover\:border-s-cyan-950\/65:hover{
  border-inline-start-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.hover\:border-s-danger-hover:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.hover\:border-s-danger-hover\/0:hover{
  border-inline-start-color: rgb(193 49 44 / 0);
}

.hover\:border-s-danger-hover\/10:hover{
  border-inline-start-color: rgb(193 49 44 / 0.1);
}

.hover\:border-s-danger-hover\/100:hover{
  border-inline-start-color: rgb(193 49 44 / 1);
}

.hover\:border-s-danger-hover\/15:hover{
  border-inline-start-color: rgb(193 49 44 / 0.15);
}

.hover\:border-s-danger-hover\/20:hover{
  border-inline-start-color: rgb(193 49 44 / 0.2);
}

.hover\:border-s-danger-hover\/25:hover{
  border-inline-start-color: rgb(193 49 44 / 0.25);
}

.hover\:border-s-danger-hover\/30:hover{
  border-inline-start-color: rgb(193 49 44 / 0.3);
}

.hover\:border-s-danger-hover\/35:hover{
  border-inline-start-color: rgb(193 49 44 / 0.35);
}

.hover\:border-s-danger-hover\/40:hover{
  border-inline-start-color: rgb(193 49 44 / 0.4);
}

.hover\:border-s-danger-hover\/45:hover{
  border-inline-start-color: rgb(193 49 44 / 0.45);
}

.hover\:border-s-danger-hover\/5:hover{
  border-inline-start-color: rgb(193 49 44 / 0.05);
}

.hover\:border-s-danger-hover\/50:hover{
  border-inline-start-color: rgb(193 49 44 / 0.5);
}

.hover\:border-s-danger-hover\/55:hover{
  border-inline-start-color: rgb(193 49 44 / 0.55);
}

.hover\:border-s-danger-hover\/60:hover{
  border-inline-start-color: rgb(193 49 44 / 0.6);
}

.hover\:border-s-danger-hover\/65:hover{
  border-inline-start-color: rgb(193 49 44 / 0.65);
}

.hover\:border-s-danger-hover\/70:hover{
  border-inline-start-color: rgb(193 49 44 / 0.7);
}

.hover\:border-s-danger-hover\/75:hover{
  border-inline-start-color: rgb(193 49 44 / 0.75);
}

.hover\:border-s-danger-hover\/80:hover{
  border-inline-start-color: rgb(193 49 44 / 0.8);
}

.hover\:border-s-danger-hover\/85:hover{
  border-inline-start-color: rgb(193 49 44 / 0.85);
}

.hover\:border-s-danger-hover\/90:hover{
  border-inline-start-color: rgb(193 49 44 / 0.9);
}

.hover\:border-s-danger-hover\/95:hover{
  border-inline-start-color: rgb(193 49 44 / 0.95);
}

.hover\:border-s-danger\/0:hover{
  border-inline-start-color: rgb(207 59 54 / 0);
}

.hover\:border-s-danger\/10:hover{
  border-inline-start-color: rgb(207 59 54 / 0.1);
}

.hover\:border-s-danger\/100:hover{
  border-inline-start-color: rgb(207 59 54 / 1);
}

.hover\:border-s-danger\/15:hover{
  border-inline-start-color: rgb(207 59 54 / 0.15);
}

.hover\:border-s-danger\/20:hover{
  border-inline-start-color: rgb(207 59 54 / 0.2);
}

.hover\:border-s-danger\/25:hover{
  border-inline-start-color: rgb(207 59 54 / 0.25);
}

.hover\:border-s-danger\/30:hover{
  border-inline-start-color: rgb(207 59 54 / 0.3);
}

.hover\:border-s-danger\/35:hover{
  border-inline-start-color: rgb(207 59 54 / 0.35);
}

.hover\:border-s-danger\/40:hover{
  border-inline-start-color: rgb(207 59 54 / 0.4);
}

.hover\:border-s-danger\/45:hover{
  border-inline-start-color: rgb(207 59 54 / 0.45);
}

.hover\:border-s-danger\/5:hover{
  border-inline-start-color: rgb(207 59 54 / 0.05);
}

.hover\:border-s-danger\/50:hover{
  border-inline-start-color: rgb(207 59 54 / 0.5);
}

.hover\:border-s-danger\/55:hover{
  border-inline-start-color: rgb(207 59 54 / 0.55);
}

.hover\:border-s-danger\/60:hover{
  border-inline-start-color: rgb(207 59 54 / 0.6);
}

.hover\:border-s-danger\/65:hover{
  border-inline-start-color: rgb(207 59 54 / 0.65);
}

.hover\:border-s-danger\/70:hover{
  border-inline-start-color: rgb(207 59 54 / 0.7);
}

.hover\:border-s-danger\/75:hover{
  border-inline-start-color: rgb(207 59 54 / 0.75);
}

.hover\:border-s-danger\/80:hover{
  border-inline-start-color: rgb(207 59 54 / 0.8);
}

.hover\:border-s-danger\/85:hover{
  border-inline-start-color: rgb(207 59 54 / 0.85);
}

.hover\:border-s-danger\/90:hover{
  border-inline-start-color: rgb(207 59 54 / 0.9);
}

.hover\:border-s-danger\/95:hover{
  border-inline-start-color: rgb(207 59 54 / 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\/15:hover{
  border-inline-start-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(209 250 229 / 0.35);
}

.hover\:border-s-emerald-100\/40:hover{
  border-inline-start-color: rgb(209 250 229 / 0.4);
}

.hover\:border-s-emerald-100\/45:hover{
  border-inline-start-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(209 250 229 / 0.55);
}

.hover\:border-s-emerald-100\/60:hover{
  border-inline-start-color: rgb(209 250 229 / 0.6);
}

.hover\:border-s-emerald-100\/65:hover{
  border-inline-start-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(167 243 208 / 0.35);
}

.hover\:border-s-emerald-200\/40:hover{
  border-inline-start-color: rgb(167 243 208 / 0.4);
}

.hover\:border-s-emerald-200\/45:hover{
  border-inline-start-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(167 243 208 / 0.55);
}

.hover\:border-s-emerald-200\/60:hover{
  border-inline-start-color: rgb(167 243 208 / 0.6);
}

.hover\:border-s-emerald-200\/65:hover{
  border-inline-start-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(110 231 183 / 0.35);
}

.hover\:border-s-emerald-300\/40:hover{
  border-inline-start-color: rgb(110 231 183 / 0.4);
}

.hover\:border-s-emerald-300\/45:hover{
  border-inline-start-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(110 231 183 / 0.55);
}

.hover\:border-s-emerald-300\/60:hover{
  border-inline-start-color: rgb(110 231 183 / 0.6);
}

.hover\:border-s-emerald-300\/65:hover{
  border-inline-start-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(52 211 153 / 0.35);
}

.hover\:border-s-emerald-400\/40:hover{
  border-inline-start-color: rgb(52 211 153 / 0.4);
}

.hover\:border-s-emerald-400\/45:hover{
  border-inline-start-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(52 211 153 / 0.55);
}

.hover\:border-s-emerald-400\/60:hover{
  border-inline-start-color: rgb(52 211 153 / 0.6);
}

.hover\:border-s-emerald-400\/65:hover{
  border-inline-start-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(236 253 245 / 0.35);
}

.hover\:border-s-emerald-50\/40:hover{
  border-inline-start-color: rgb(236 253 245 / 0.4);
}

.hover\:border-s-emerald-50\/45:hover{
  border-inline-start-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(236 253 245 / 0.55);
}

.hover\:border-s-emerald-50\/60:hover{
  border-inline-start-color: rgb(236 253 245 / 0.6);
}

.hover\:border-s-emerald-50\/65:hover{
  border-inline-start-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(16 185 129 / 0.35);
}

.hover\:border-s-emerald-500\/40:hover{
  border-inline-start-color: rgb(16 185 129 / 0.4);
}

.hover\:border-s-emerald-500\/45:hover{
  border-inline-start-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(16 185 129 / 0.55);
}

.hover\:border-s-emerald-500\/60:hover{
  border-inline-start-color: rgb(16 185 129 / 0.6);
}

.hover\:border-s-emerald-500\/65:hover{
  border-inline-start-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(5 150 105 / 0.35);
}

.hover\:border-s-emerald-600\/40:hover{
  border-inline-start-color: rgb(5 150 105 / 0.4);
}

.hover\:border-s-emerald-600\/45:hover{
  border-inline-start-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(5 150 105 / 0.55);
}

.hover\:border-s-emerald-600\/60:hover{
  border-inline-start-color: rgb(5 150 105 / 0.6);
}

.hover\:border-s-emerald-600\/65:hover{
  border-inline-start-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(4 120 87 / 0.35);
}

.hover\:border-s-emerald-700\/40:hover{
  border-inline-start-color: rgb(4 120 87 / 0.4);
}

.hover\:border-s-emerald-700\/45:hover{
  border-inline-start-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(4 120 87 / 0.55);
}

.hover\:border-s-emerald-700\/60:hover{
  border-inline-start-color: rgb(4 120 87 / 0.6);
}

.hover\:border-s-emerald-700\/65:hover{
  border-inline-start-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(6 95 70 / 0.35);
}

.hover\:border-s-emerald-800\/40:hover{
  border-inline-start-color: rgb(6 95 70 / 0.4);
}

.hover\:border-s-emerald-800\/45:hover{
  border-inline-start-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(6 95 70 / 0.55);
}

.hover\:border-s-emerald-800\/60:hover{
  border-inline-start-color: rgb(6 95 70 / 0.6);
}

.hover\:border-s-emerald-800\/65:hover{
  border-inline-start-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(6 78 59 / 0.35);
}

.hover\:border-s-emerald-900\/40:hover{
  border-inline-start-color: rgb(6 78 59 / 0.4);
}

.hover\:border-s-emerald-900\/45:hover{
  border-inline-start-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(6 78 59 / 0.55);
}

.hover\:border-s-emerald-900\/60:hover{
  border-inline-start-color: rgb(6 78 59 / 0.6);
}

.hover\:border-s-emerald-900\/65:hover{
  border-inline-start-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(2 44 34 / 0.35);
}

.hover\:border-s-emerald-950\/40:hover{
  border-inline-start-color: rgb(2 44 34 / 0.4);
}

.hover\:border-s-emerald-950\/45:hover{
  border-inline-start-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(2 44 34 / 0.55);
}

.hover\:border-s-emerald-950\/60:hover{
  border-inline-start-color: rgb(2 44 34 / 0.6);
}

.hover\:border-s-emerald-950\/65:hover{
  border-inline-start-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.hover\:border-s-excel-hover:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.hover\:border-s-excel-hover\/0:hover{
  border-inline-start-color: rgb(9 138 107 / 0);
}

.hover\:border-s-excel-hover\/10:hover{
  border-inline-start-color: rgb(9 138 107 / 0.1);
}

.hover\:border-s-excel-hover\/100:hover{
  border-inline-start-color: rgb(9 138 107 / 1);
}

.hover\:border-s-excel-hover\/15:hover{
  border-inline-start-color: rgb(9 138 107 / 0.15);
}

.hover\:border-s-excel-hover\/20:hover{
  border-inline-start-color: rgb(9 138 107 / 0.2);
}

.hover\:border-s-excel-hover\/25:hover{
  border-inline-start-color: rgb(9 138 107 / 0.25);
}

.hover\:border-s-excel-hover\/30:hover{
  border-inline-start-color: rgb(9 138 107 / 0.3);
}

.hover\:border-s-excel-hover\/35:hover{
  border-inline-start-color: rgb(9 138 107 / 0.35);
}

.hover\:border-s-excel-hover\/40:hover{
  border-inline-start-color: rgb(9 138 107 / 0.4);
}

.hover\:border-s-excel-hover\/45:hover{
  border-inline-start-color: rgb(9 138 107 / 0.45);
}

.hover\:border-s-excel-hover\/5:hover{
  border-inline-start-color: rgb(9 138 107 / 0.05);
}

.hover\:border-s-excel-hover\/50:hover{
  border-inline-start-color: rgb(9 138 107 / 0.5);
}

.hover\:border-s-excel-hover\/55:hover{
  border-inline-start-color: rgb(9 138 107 / 0.55);
}

.hover\:border-s-excel-hover\/60:hover{
  border-inline-start-color: rgb(9 138 107 / 0.6);
}

.hover\:border-s-excel-hover\/65:hover{
  border-inline-start-color: rgb(9 138 107 / 0.65);
}

.hover\:border-s-excel-hover\/70:hover{
  border-inline-start-color: rgb(9 138 107 / 0.7);
}

.hover\:border-s-excel-hover\/75:hover{
  border-inline-start-color: rgb(9 138 107 / 0.75);
}

.hover\:border-s-excel-hover\/80:hover{
  border-inline-start-color: rgb(9 138 107 / 0.8);
}

.hover\:border-s-excel-hover\/85:hover{
  border-inline-start-color: rgb(9 138 107 / 0.85);
}

.hover\:border-s-excel-hover\/90:hover{
  border-inline-start-color: rgb(9 138 107 / 0.9);
}

.hover\:border-s-excel-hover\/95:hover{
  border-inline-start-color: rgb(9 138 107 / 0.95);
}

.hover\:border-s-excel\/0:hover{
  border-inline-start-color: rgb(11 160 123 / 0);
}

.hover\:border-s-excel\/10:hover{
  border-inline-start-color: rgb(11 160 123 / 0.1);
}

.hover\:border-s-excel\/100:hover{
  border-inline-start-color: rgb(11 160 123 / 1);
}

.hover\:border-s-excel\/15:hover{
  border-inline-start-color: rgb(11 160 123 / 0.15);
}

.hover\:border-s-excel\/20:hover{
  border-inline-start-color: rgb(11 160 123 / 0.2);
}

.hover\:border-s-excel\/25:hover{
  border-inline-start-color: rgb(11 160 123 / 0.25);
}

.hover\:border-s-excel\/30:hover{
  border-inline-start-color: rgb(11 160 123 / 0.3);
}

.hover\:border-s-excel\/35:hover{
  border-inline-start-color: rgb(11 160 123 / 0.35);
}

.hover\:border-s-excel\/40:hover{
  border-inline-start-color: rgb(11 160 123 / 0.4);
}

.hover\:border-s-excel\/45:hover{
  border-inline-start-color: rgb(11 160 123 / 0.45);
}

.hover\:border-s-excel\/5:hover{
  border-inline-start-color: rgb(11 160 123 / 0.05);
}

.hover\:border-s-excel\/50:hover{
  border-inline-start-color: rgb(11 160 123 / 0.5);
}

.hover\:border-s-excel\/55:hover{
  border-inline-start-color: rgb(11 160 123 / 0.55);
}

.hover\:border-s-excel\/60:hover{
  border-inline-start-color: rgb(11 160 123 / 0.6);
}

.hover\:border-s-excel\/65:hover{
  border-inline-start-color: rgb(11 160 123 / 0.65);
}

.hover\:border-s-excel\/70:hover{
  border-inline-start-color: rgb(11 160 123 / 0.7);
}

.hover\:border-s-excel\/75:hover{
  border-inline-start-color: rgb(11 160 123 / 0.75);
}

.hover\:border-s-excel\/80:hover{
  border-inline-start-color: rgb(11 160 123 / 0.8);
}

.hover\:border-s-excel\/85:hover{
  border-inline-start-color: rgb(11 160 123 / 0.85);
}

.hover\:border-s-excel\/90:hover{
  border-inline-start-color: rgb(11 160 123 / 0.9);
}

.hover\:border-s-excel\/95:hover{
  border-inline-start-color: rgb(11 160 123 / 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\/15:hover{
  border-inline-start-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(250 232 255 / 0.35);
}

.hover\:border-s-fuchsia-100\/40:hover{
  border-inline-start-color: rgb(250 232 255 / 0.4);
}

.hover\:border-s-fuchsia-100\/45:hover{
  border-inline-start-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(250 232 255 / 0.55);
}

.hover\:border-s-fuchsia-100\/60:hover{
  border-inline-start-color: rgb(250 232 255 / 0.6);
}

.hover\:border-s-fuchsia-100\/65:hover{
  border-inline-start-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(245 208 254 / 0.35);
}

.hover\:border-s-fuchsia-200\/40:hover{
  border-inline-start-color: rgb(245 208 254 / 0.4);
}

.hover\:border-s-fuchsia-200\/45:hover{
  border-inline-start-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(245 208 254 / 0.55);
}

.hover\:border-s-fuchsia-200\/60:hover{
  border-inline-start-color: rgb(245 208 254 / 0.6);
}

.hover\:border-s-fuchsia-200\/65:hover{
  border-inline-start-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(240 171 252 / 0.35);
}

.hover\:border-s-fuchsia-300\/40:hover{
  border-inline-start-color: rgb(240 171 252 / 0.4);
}

.hover\:border-s-fuchsia-300\/45:hover{
  border-inline-start-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(240 171 252 / 0.55);
}

.hover\:border-s-fuchsia-300\/60:hover{
  border-inline-start-color: rgb(240 171 252 / 0.6);
}

.hover\:border-s-fuchsia-300\/65:hover{
  border-inline-start-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(232 121 249 / 0.35);
}

.hover\:border-s-fuchsia-400\/40:hover{
  border-inline-start-color: rgb(232 121 249 / 0.4);
}

.hover\:border-s-fuchsia-400\/45:hover{
  border-inline-start-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(232 121 249 / 0.55);
}

.hover\:border-s-fuchsia-400\/60:hover{
  border-inline-start-color: rgb(232 121 249 / 0.6);
}

.hover\:border-s-fuchsia-400\/65:hover{
  border-inline-start-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(253 244 255 / 0.35);
}

.hover\:border-s-fuchsia-50\/40:hover{
  border-inline-start-color: rgb(253 244 255 / 0.4);
}

.hover\:border-s-fuchsia-50\/45:hover{
  border-inline-start-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(253 244 255 / 0.55);
}

.hover\:border-s-fuchsia-50\/60:hover{
  border-inline-start-color: rgb(253 244 255 / 0.6);
}

.hover\:border-s-fuchsia-50\/65:hover{
  border-inline-start-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(217 70 239 / 0.35);
}

.hover\:border-s-fuchsia-500\/40:hover{
  border-inline-start-color: rgb(217 70 239 / 0.4);
}

.hover\:border-s-fuchsia-500\/45:hover{
  border-inline-start-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(217 70 239 / 0.55);
}

.hover\:border-s-fuchsia-500\/60:hover{
  border-inline-start-color: rgb(217 70 239 / 0.6);
}

.hover\:border-s-fuchsia-500\/65:hover{
  border-inline-start-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(192 38 211 / 0.35);
}

.hover\:border-s-fuchsia-600\/40:hover{
  border-inline-start-color: rgb(192 38 211 / 0.4);
}

.hover\:border-s-fuchsia-600\/45:hover{
  border-inline-start-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(192 38 211 / 0.55);
}

.hover\:border-s-fuchsia-600\/60:hover{
  border-inline-start-color: rgb(192 38 211 / 0.6);
}

.hover\:border-s-fuchsia-600\/65:hover{
  border-inline-start-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(162 28 175 / 0.35);
}

.hover\:border-s-fuchsia-700\/40:hover{
  border-inline-start-color: rgb(162 28 175 / 0.4);
}

.hover\:border-s-fuchsia-700\/45:hover{
  border-inline-start-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(162 28 175 / 0.55);
}

.hover\:border-s-fuchsia-700\/60:hover{
  border-inline-start-color: rgb(162 28 175 / 0.6);
}

.hover\:border-s-fuchsia-700\/65:hover{
  border-inline-start-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(134 25 143 / 0.35);
}

.hover\:border-s-fuchsia-800\/40:hover{
  border-inline-start-color: rgb(134 25 143 / 0.4);
}

.hover\:border-s-fuchsia-800\/45:hover{
  border-inline-start-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(134 25 143 / 0.55);
}

.hover\:border-s-fuchsia-800\/60:hover{
  border-inline-start-color: rgb(134 25 143 / 0.6);
}

.hover\:border-s-fuchsia-800\/65:hover{
  border-inline-start-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(112 26 117 / 0.35);
}

.hover\:border-s-fuchsia-900\/40:hover{
  border-inline-start-color: rgb(112 26 117 / 0.4);
}

.hover\:border-s-fuchsia-900\/45:hover{
  border-inline-start-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(112 26 117 / 0.55);
}

.hover\:border-s-fuchsia-900\/60:hover{
  border-inline-start-color: rgb(112 26 117 / 0.6);
}

.hover\:border-s-fuchsia-900\/65:hover{
  border-inline-start-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(74 4 78 / 0.35);
}

.hover\:border-s-fuchsia-950\/40:hover{
  border-inline-start-color: rgb(74 4 78 / 0.4);
}

.hover\:border-s-fuchsia-950\/45:hover{
  border-inline-start-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(74 4 78 / 0.55);
}

.hover\:border-s-fuchsia-950\/60:hover{
  border-inline-start-color: rgb(74 4 78 / 0.6);
}

.hover\:border-s-fuchsia-950\/65:hover{
  border-inline-start-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(243 244 246 / 0.35);
}

.hover\:border-s-gray-100\/40:hover{
  border-inline-start-color: rgb(243 244 246 / 0.4);
}

.hover\:border-s-gray-100\/45:hover{
  border-inline-start-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(243 244 246 / 0.55);
}

.hover\:border-s-gray-100\/60:hover{
  border-inline-start-color: rgb(243 244 246 / 0.6);
}

.hover\:border-s-gray-100\/65:hover{
  border-inline-start-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(229 231 235 / 0.35);
}

.hover\:border-s-gray-200\/40:hover{
  border-inline-start-color: rgb(229 231 235 / 0.4);
}

.hover\:border-s-gray-200\/45:hover{
  border-inline-start-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(229 231 235 / 0.55);
}

.hover\:border-s-gray-200\/60:hover{
  border-inline-start-color: rgb(229 231 235 / 0.6);
}

.hover\:border-s-gray-200\/65:hover{
  border-inline-start-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(209 213 219 / 0.35);
}

.hover\:border-s-gray-300\/40:hover{
  border-inline-start-color: rgb(209 213 219 / 0.4);
}

.hover\:border-s-gray-300\/45:hover{
  border-inline-start-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(209 213 219 / 0.55);
}

.hover\:border-s-gray-300\/60:hover{
  border-inline-start-color: rgb(209 213 219 / 0.6);
}

.hover\:border-s-gray-300\/65:hover{
  border-inline-start-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(156 163 175 / 0.35);
}

.hover\:border-s-gray-400\/40:hover{
  border-inline-start-color: rgb(156 163 175 / 0.4);
}

.hover\:border-s-gray-400\/45:hover{
  border-inline-start-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(156 163 175 / 0.55);
}

.hover\:border-s-gray-400\/60:hover{
  border-inline-start-color: rgb(156 163 175 / 0.6);
}

.hover\:border-s-gray-400\/65:hover{
  border-inline-start-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(249 250 251 / 0.35);
}

.hover\:border-s-gray-50\/40:hover{
  border-inline-start-color: rgb(249 250 251 / 0.4);
}

.hover\:border-s-gray-50\/45:hover{
  border-inline-start-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(249 250 251 / 0.55);
}

.hover\:border-s-gray-50\/60:hover{
  border-inline-start-color: rgb(249 250 251 / 0.6);
}

.hover\:border-s-gray-50\/65:hover{
  border-inline-start-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(107 114 128 / 0.35);
}

.hover\:border-s-gray-500\/40:hover{
  border-inline-start-color: rgb(107 114 128 / 0.4);
}

.hover\:border-s-gray-500\/45:hover{
  border-inline-start-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(107 114 128 / 0.55);
}

.hover\:border-s-gray-500\/60:hover{
  border-inline-start-color: rgb(107 114 128 / 0.6);
}

.hover\:border-s-gray-500\/65:hover{
  border-inline-start-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(75 85 99 / 0.35);
}

.hover\:border-s-gray-600\/40:hover{
  border-inline-start-color: rgb(75 85 99 / 0.4);
}

.hover\:border-s-gray-600\/45:hover{
  border-inline-start-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(75 85 99 / 0.55);
}

.hover\:border-s-gray-600\/60:hover{
  border-inline-start-color: rgb(75 85 99 / 0.6);
}

.hover\:border-s-gray-600\/65:hover{
  border-inline-start-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(55 65 81 / 0.35);
}

.hover\:border-s-gray-700\/40:hover{
  border-inline-start-color: rgb(55 65 81 / 0.4);
}

.hover\:border-s-gray-700\/45:hover{
  border-inline-start-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(55 65 81 / 0.55);
}

.hover\:border-s-gray-700\/60:hover{
  border-inline-start-color: rgb(55 65 81 / 0.6);
}

.hover\:border-s-gray-700\/65:hover{
  border-inline-start-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(31 41 55 / 0.35);
}

.hover\:border-s-gray-800\/40:hover{
  border-inline-start-color: rgb(31 41 55 / 0.4);
}

.hover\:border-s-gray-800\/45:hover{
  border-inline-start-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(31 41 55 / 0.55);
}

.hover\:border-s-gray-800\/60:hover{
  border-inline-start-color: rgb(31 41 55 / 0.6);
}

.hover\:border-s-gray-800\/65:hover{
  border-inline-start-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(17 24 39 / 0.35);
}

.hover\:border-s-gray-900\/40:hover{
  border-inline-start-color: rgb(17 24 39 / 0.4);
}

.hover\:border-s-gray-900\/45:hover{
  border-inline-start-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(17 24 39 / 0.55);
}

.hover\:border-s-gray-900\/60:hover{
  border-inline-start-color: rgb(17 24 39 / 0.6);
}

.hover\:border-s-gray-900\/65:hover{
  border-inline-start-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(3 7 18 / 0.35);
}

.hover\:border-s-gray-950\/40:hover{
  border-inline-start-color: rgb(3 7 18 / 0.4);
}

.hover\:border-s-gray-950\/45:hover{
  border-inline-start-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(3 7 18 / 0.55);
}

.hover\:border-s-gray-950\/60:hover{
  border-inline-start-color: rgb(3 7 18 / 0.6);
}

.hover\:border-s-gray-950\/65:hover{
  border-inline-start-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(220 252 231 / 0.35);
}

.hover\:border-s-green-100\/40:hover{
  border-inline-start-color: rgb(220 252 231 / 0.4);
}

.hover\:border-s-green-100\/45:hover{
  border-inline-start-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(220 252 231 / 0.55);
}

.hover\:border-s-green-100\/60:hover{
  border-inline-start-color: rgb(220 252 231 / 0.6);
}

.hover\:border-s-green-100\/65:hover{
  border-inline-start-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(187 247 208 / 0.35);
}

.hover\:border-s-green-200\/40:hover{
  border-inline-start-color: rgb(187 247 208 / 0.4);
}

.hover\:border-s-green-200\/45:hover{
  border-inline-start-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(187 247 208 / 0.55);
}

.hover\:border-s-green-200\/60:hover{
  border-inline-start-color: rgb(187 247 208 / 0.6);
}

.hover\:border-s-green-200\/65:hover{
  border-inline-start-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(134 239 172 / 0.35);
}

.hover\:border-s-green-300\/40:hover{
  border-inline-start-color: rgb(134 239 172 / 0.4);
}

.hover\:border-s-green-300\/45:hover{
  border-inline-start-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(134 239 172 / 0.55);
}

.hover\:border-s-green-300\/60:hover{
  border-inline-start-color: rgb(134 239 172 / 0.6);
}

.hover\:border-s-green-300\/65:hover{
  border-inline-start-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(74 222 128 / 0.35);
}

.hover\:border-s-green-400\/40:hover{
  border-inline-start-color: rgb(74 222 128 / 0.4);
}

.hover\:border-s-green-400\/45:hover{
  border-inline-start-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(74 222 128 / 0.55);
}

.hover\:border-s-green-400\/60:hover{
  border-inline-start-color: rgb(74 222 128 / 0.6);
}

.hover\:border-s-green-400\/65:hover{
  border-inline-start-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(240 253 244 / 0.35);
}

.hover\:border-s-green-50\/40:hover{
  border-inline-start-color: rgb(240 253 244 / 0.4);
}

.hover\:border-s-green-50\/45:hover{
  border-inline-start-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(240 253 244 / 0.55);
}

.hover\:border-s-green-50\/60:hover{
  border-inline-start-color: rgb(240 253 244 / 0.6);
}

.hover\:border-s-green-50\/65:hover{
  border-inline-start-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(34 197 94 / 0.35);
}

.hover\:border-s-green-500\/40:hover{
  border-inline-start-color: rgb(34 197 94 / 0.4);
}

.hover\:border-s-green-500\/45:hover{
  border-inline-start-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(34 197 94 / 0.55);
}

.hover\:border-s-green-500\/60:hover{
  border-inline-start-color: rgb(34 197 94 / 0.6);
}

.hover\:border-s-green-500\/65:hover{
  border-inline-start-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(22 163 74 / 0.35);
}

.hover\:border-s-green-600\/40:hover{
  border-inline-start-color: rgb(22 163 74 / 0.4);
}

.hover\:border-s-green-600\/45:hover{
  border-inline-start-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(22 163 74 / 0.55);
}

.hover\:border-s-green-600\/60:hover{
  border-inline-start-color: rgb(22 163 74 / 0.6);
}

.hover\:border-s-green-600\/65:hover{
  border-inline-start-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(21 128 61 / 0.35);
}

.hover\:border-s-green-700\/40:hover{
  border-inline-start-color: rgb(21 128 61 / 0.4);
}

.hover\:border-s-green-700\/45:hover{
  border-inline-start-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(21 128 61 / 0.55);
}

.hover\:border-s-green-700\/60:hover{
  border-inline-start-color: rgb(21 128 61 / 0.6);
}

.hover\:border-s-green-700\/65:hover{
  border-inline-start-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(22 101 52 / 0.35);
}

.hover\:border-s-green-800\/40:hover{
  border-inline-start-color: rgb(22 101 52 / 0.4);
}

.hover\:border-s-green-800\/45:hover{
  border-inline-start-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(22 101 52 / 0.55);
}

.hover\:border-s-green-800\/60:hover{
  border-inline-start-color: rgb(22 101 52 / 0.6);
}

.hover\:border-s-green-800\/65:hover{
  border-inline-start-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(20 83 45 / 0.35);
}

.hover\:border-s-green-900\/40:hover{
  border-inline-start-color: rgb(20 83 45 / 0.4);
}

.hover\:border-s-green-900\/45:hover{
  border-inline-start-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(20 83 45 / 0.55);
}

.hover\:border-s-green-900\/60:hover{
  border-inline-start-color: rgb(20 83 45 / 0.6);
}

.hover\:border-s-green-900\/65:hover{
  border-inline-start-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(5 46 22 / 0.35);
}

.hover\:border-s-green-950\/40:hover{
  border-inline-start-color: rgb(5 46 22 / 0.4);
}

.hover\:border-s-green-950\/45:hover{
  border-inline-start-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(5 46 22 / 0.55);
}

.hover\:border-s-green-950\/60:hover{
  border-inline-start-color: rgb(5 46 22 / 0.6);
}

.hover\:border-s-green-950\/65:hover{
  border-inline-start-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(224 231 255 / 0.35);
}

.hover\:border-s-indigo-100\/40:hover{
  border-inline-start-color: rgb(224 231 255 / 0.4);
}

.hover\:border-s-indigo-100\/45:hover{
  border-inline-start-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(224 231 255 / 0.55);
}

.hover\:border-s-indigo-100\/60:hover{
  border-inline-start-color: rgb(224 231 255 / 0.6);
}

.hover\:border-s-indigo-100\/65:hover{
  border-inline-start-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(199 210 254 / 0.35);
}

.hover\:border-s-indigo-200\/40:hover{
  border-inline-start-color: rgb(199 210 254 / 0.4);
}

.hover\:border-s-indigo-200\/45:hover{
  border-inline-start-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(199 210 254 / 0.55);
}

.hover\:border-s-indigo-200\/60:hover{
  border-inline-start-color: rgb(199 210 254 / 0.6);
}

.hover\:border-s-indigo-200\/65:hover{
  border-inline-start-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(165 180 252 / 0.35);
}

.hover\:border-s-indigo-300\/40:hover{
  border-inline-start-color: rgb(165 180 252 / 0.4);
}

.hover\:border-s-indigo-300\/45:hover{
  border-inline-start-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(165 180 252 / 0.55);
}

.hover\:border-s-indigo-300\/60:hover{
  border-inline-start-color: rgb(165 180 252 / 0.6);
}

.hover\:border-s-indigo-300\/65:hover{
  border-inline-start-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(129 140 248 / 0.35);
}

.hover\:border-s-indigo-400\/40:hover{
  border-inline-start-color: rgb(129 140 248 / 0.4);
}

.hover\:border-s-indigo-400\/45:hover{
  border-inline-start-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(129 140 248 / 0.55);
}

.hover\:border-s-indigo-400\/60:hover{
  border-inline-start-color: rgb(129 140 248 / 0.6);
}

.hover\:border-s-indigo-400\/65:hover{
  border-inline-start-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(238 242 255 / 0.35);
}

.hover\:border-s-indigo-50\/40:hover{
  border-inline-start-color: rgb(238 242 255 / 0.4);
}

.hover\:border-s-indigo-50\/45:hover{
  border-inline-start-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(238 242 255 / 0.55);
}

.hover\:border-s-indigo-50\/60:hover{
  border-inline-start-color: rgb(238 242 255 / 0.6);
}

.hover\:border-s-indigo-50\/65:hover{
  border-inline-start-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(99 102 241 / 0.35);
}

.hover\:border-s-indigo-500\/40:hover{
  border-inline-start-color: rgb(99 102 241 / 0.4);
}

.hover\:border-s-indigo-500\/45:hover{
  border-inline-start-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(99 102 241 / 0.55);
}

.hover\:border-s-indigo-500\/60:hover{
  border-inline-start-color: rgb(99 102 241 / 0.6);
}

.hover\:border-s-indigo-500\/65:hover{
  border-inline-start-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(79 70 229 / 0.35);
}

.hover\:border-s-indigo-600\/40:hover{
  border-inline-start-color: rgb(79 70 229 / 0.4);
}

.hover\:border-s-indigo-600\/45:hover{
  border-inline-start-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(79 70 229 / 0.55);
}

.hover\:border-s-indigo-600\/60:hover{
  border-inline-start-color: rgb(79 70 229 / 0.6);
}

.hover\:border-s-indigo-600\/65:hover{
  border-inline-start-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(67 56 202 / 0.35);
}

.hover\:border-s-indigo-700\/40:hover{
  border-inline-start-color: rgb(67 56 202 / 0.4);
}

.hover\:border-s-indigo-700\/45:hover{
  border-inline-start-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(67 56 202 / 0.55);
}

.hover\:border-s-indigo-700\/60:hover{
  border-inline-start-color: rgb(67 56 202 / 0.6);
}

.hover\:border-s-indigo-700\/65:hover{
  border-inline-start-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(55 48 163 / 0.35);
}

.hover\:border-s-indigo-800\/40:hover{
  border-inline-start-color: rgb(55 48 163 / 0.4);
}

.hover\:border-s-indigo-800\/45:hover{
  border-inline-start-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(55 48 163 / 0.55);
}

.hover\:border-s-indigo-800\/60:hover{
  border-inline-start-color: rgb(55 48 163 / 0.6);
}

.hover\:border-s-indigo-800\/65:hover{
  border-inline-start-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(49 46 129 / 0.35);
}

.hover\:border-s-indigo-900\/40:hover{
  border-inline-start-color: rgb(49 46 129 / 0.4);
}

.hover\:border-s-indigo-900\/45:hover{
  border-inline-start-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(49 46 129 / 0.55);
}

.hover\:border-s-indigo-900\/60:hover{
  border-inline-start-color: rgb(49 46 129 / 0.6);
}

.hover\:border-s-indigo-900\/65:hover{
  border-inline-start-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(30 27 75 / 0.35);
}

.hover\:border-s-indigo-950\/40:hover{
  border-inline-start-color: rgb(30 27 75 / 0.4);
}

.hover\:border-s-indigo-950\/45:hover{
  border-inline-start-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(30 27 75 / 0.55);
}

.hover\:border-s-indigo-950\/60:hover{
  border-inline-start-color: rgb(30 27 75 / 0.6);
}

.hover\:border-s-indigo-950\/65:hover{
  border-inline-start-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.hover\:border-s-info-hover:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.hover\:border-s-info-hover\/0:hover{
  border-inline-start-color: rgb(203 122 0 / 0);
}

.hover\:border-s-info-hover\/10:hover{
  border-inline-start-color: rgb(203 122 0 / 0.1);
}

.hover\:border-s-info-hover\/100:hover{
  border-inline-start-color: rgb(203 122 0 / 1);
}

.hover\:border-s-info-hover\/15:hover{
  border-inline-start-color: rgb(203 122 0 / 0.15);
}

.hover\:border-s-info-hover\/20:hover{
  border-inline-start-color: rgb(203 122 0 / 0.2);
}

.hover\:border-s-info-hover\/25:hover{
  border-inline-start-color: rgb(203 122 0 / 0.25);
}

.hover\:border-s-info-hover\/30:hover{
  border-inline-start-color: rgb(203 122 0 / 0.3);
}

.hover\:border-s-info-hover\/35:hover{
  border-inline-start-color: rgb(203 122 0 / 0.35);
}

.hover\:border-s-info-hover\/40:hover{
  border-inline-start-color: rgb(203 122 0 / 0.4);
}

.hover\:border-s-info-hover\/45:hover{
  border-inline-start-color: rgb(203 122 0 / 0.45);
}

.hover\:border-s-info-hover\/5:hover{
  border-inline-start-color: rgb(203 122 0 / 0.05);
}

.hover\:border-s-info-hover\/50:hover{
  border-inline-start-color: rgb(203 122 0 / 0.5);
}

.hover\:border-s-info-hover\/55:hover{
  border-inline-start-color: rgb(203 122 0 / 0.55);
}

.hover\:border-s-info-hover\/60:hover{
  border-inline-start-color: rgb(203 122 0 / 0.6);
}

.hover\:border-s-info-hover\/65:hover{
  border-inline-start-color: rgb(203 122 0 / 0.65);
}

.hover\:border-s-info-hover\/70:hover{
  border-inline-start-color: rgb(203 122 0 / 0.7);
}

.hover\:border-s-info-hover\/75:hover{
  border-inline-start-color: rgb(203 122 0 / 0.75);
}

.hover\:border-s-info-hover\/80:hover{
  border-inline-start-color: rgb(203 122 0 / 0.8);
}

.hover\:border-s-info-hover\/85:hover{
  border-inline-start-color: rgb(203 122 0 / 0.85);
}

.hover\:border-s-info-hover\/90:hover{
  border-inline-start-color: rgb(203 122 0 / 0.9);
}

.hover\:border-s-info-hover\/95:hover{
  border-inline-start-color: rgb(203 122 0 / 0.95);
}

.hover\:border-s-info\/0:hover{
  border-inline-start-color: rgb(247 159 26 / 0);
}

.hover\:border-s-info\/10:hover{
  border-inline-start-color: rgb(247 159 26 / 0.1);
}

.hover\:border-s-info\/100:hover{
  border-inline-start-color: rgb(247 159 26 / 1);
}

.hover\:border-s-info\/15:hover{
  border-inline-start-color: rgb(247 159 26 / 0.15);
}

.hover\:border-s-info\/20:hover{
  border-inline-start-color: rgb(247 159 26 / 0.2);
}

.hover\:border-s-info\/25:hover{
  border-inline-start-color: rgb(247 159 26 / 0.25);
}

.hover\:border-s-info\/30:hover{
  border-inline-start-color: rgb(247 159 26 / 0.3);
}

.hover\:border-s-info\/35:hover{
  border-inline-start-color: rgb(247 159 26 / 0.35);
}

.hover\:border-s-info\/40:hover{
  border-inline-start-color: rgb(247 159 26 / 0.4);
}

.hover\:border-s-info\/45:hover{
  border-inline-start-color: rgb(247 159 26 / 0.45);
}

.hover\:border-s-info\/5:hover{
  border-inline-start-color: rgb(247 159 26 / 0.05);
}

.hover\:border-s-info\/50:hover{
  border-inline-start-color: rgb(247 159 26 / 0.5);
}

.hover\:border-s-info\/55:hover{
  border-inline-start-color: rgb(247 159 26 / 0.55);
}

.hover\:border-s-info\/60:hover{
  border-inline-start-color: rgb(247 159 26 / 0.6);
}

.hover\:border-s-info\/65:hover{
  border-inline-start-color: rgb(247 159 26 / 0.65);
}

.hover\:border-s-info\/70:hover{
  border-inline-start-color: rgb(247 159 26 / 0.7);
}

.hover\:border-s-info\/75:hover{
  border-inline-start-color: rgb(247 159 26 / 0.75);
}

.hover\:border-s-info\/80:hover{
  border-inline-start-color: rgb(247 159 26 / 0.8);
}

.hover\:border-s-info\/85:hover{
  border-inline-start-color: rgb(247 159 26 / 0.85);
}

.hover\:border-s-info\/90:hover{
  border-inline-start-color: rgb(247 159 26 / 0.9);
}

.hover\:border-s-info\/95:hover{
  border-inline-start-color: rgb(247 159 26 / 0.95);
}

.hover\:border-s-inherit:hover{
  border-inline-start-color: inherit;
}

.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\/15:hover{
  border-inline-start-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(236 252 203 / 0.35);
}

.hover\:border-s-lime-100\/40:hover{
  border-inline-start-color: rgb(236 252 203 / 0.4);
}

.hover\:border-s-lime-100\/45:hover{
  border-inline-start-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(236 252 203 / 0.55);
}

.hover\:border-s-lime-100\/60:hover{
  border-inline-start-color: rgb(236 252 203 / 0.6);
}

.hover\:border-s-lime-100\/65:hover{
  border-inline-start-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(217 249 157 / 0.35);
}

.hover\:border-s-lime-200\/40:hover{
  border-inline-start-color: rgb(217 249 157 / 0.4);
}

.hover\:border-s-lime-200\/45:hover{
  border-inline-start-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(217 249 157 / 0.55);
}

.hover\:border-s-lime-200\/60:hover{
  border-inline-start-color: rgb(217 249 157 / 0.6);
}

.hover\:border-s-lime-200\/65:hover{
  border-inline-start-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(190 242 100 / 0.35);
}

.hover\:border-s-lime-300\/40:hover{
  border-inline-start-color: rgb(190 242 100 / 0.4);
}

.hover\:border-s-lime-300\/45:hover{
  border-inline-start-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(190 242 100 / 0.55);
}

.hover\:border-s-lime-300\/60:hover{
  border-inline-start-color: rgb(190 242 100 / 0.6);
}

.hover\:border-s-lime-300\/65:hover{
  border-inline-start-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(163 230 53 / 0.35);
}

.hover\:border-s-lime-400\/40:hover{
  border-inline-start-color: rgb(163 230 53 / 0.4);
}

.hover\:border-s-lime-400\/45:hover{
  border-inline-start-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(163 230 53 / 0.55);
}

.hover\:border-s-lime-400\/60:hover{
  border-inline-start-color: rgb(163 230 53 / 0.6);
}

.hover\:border-s-lime-400\/65:hover{
  border-inline-start-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(247 254 231 / 0.35);
}

.hover\:border-s-lime-50\/40:hover{
  border-inline-start-color: rgb(247 254 231 / 0.4);
}

.hover\:border-s-lime-50\/45:hover{
  border-inline-start-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(247 254 231 / 0.55);
}

.hover\:border-s-lime-50\/60:hover{
  border-inline-start-color: rgb(247 254 231 / 0.6);
}

.hover\:border-s-lime-50\/65:hover{
  border-inline-start-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(132 204 22 / 0.35);
}

.hover\:border-s-lime-500\/40:hover{
  border-inline-start-color: rgb(132 204 22 / 0.4);
}

.hover\:border-s-lime-500\/45:hover{
  border-inline-start-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(132 204 22 / 0.55);
}

.hover\:border-s-lime-500\/60:hover{
  border-inline-start-color: rgb(132 204 22 / 0.6);
}

.hover\:border-s-lime-500\/65:hover{
  border-inline-start-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(101 163 13 / 0.35);
}

.hover\:border-s-lime-600\/40:hover{
  border-inline-start-color: rgb(101 163 13 / 0.4);
}

.hover\:border-s-lime-600\/45:hover{
  border-inline-start-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(101 163 13 / 0.55);
}

.hover\:border-s-lime-600\/60:hover{
  border-inline-start-color: rgb(101 163 13 / 0.6);
}

.hover\:border-s-lime-600\/65:hover{
  border-inline-start-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(77 124 15 / 0.35);
}

.hover\:border-s-lime-700\/40:hover{
  border-inline-start-color: rgb(77 124 15 / 0.4);
}

.hover\:border-s-lime-700\/45:hover{
  border-inline-start-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(77 124 15 / 0.55);
}

.hover\:border-s-lime-700\/60:hover{
  border-inline-start-color: rgb(77 124 15 / 0.6);
}

.hover\:border-s-lime-700\/65:hover{
  border-inline-start-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(63 98 18 / 0.35);
}

.hover\:border-s-lime-800\/40:hover{
  border-inline-start-color: rgb(63 98 18 / 0.4);
}

.hover\:border-s-lime-800\/45:hover{
  border-inline-start-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(63 98 18 / 0.55);
}

.hover\:border-s-lime-800\/60:hover{
  border-inline-start-color: rgb(63 98 18 / 0.6);
}

.hover\:border-s-lime-800\/65:hover{
  border-inline-start-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(54 83 20 / 0.35);
}

.hover\:border-s-lime-900\/40:hover{
  border-inline-start-color: rgb(54 83 20 / 0.4);
}

.hover\:border-s-lime-900\/45:hover{
  border-inline-start-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(54 83 20 / 0.55);
}

.hover\:border-s-lime-900\/60:hover{
  border-inline-start-color: rgb(54 83 20 / 0.6);
}

.hover\:border-s-lime-900\/65:hover{
  border-inline-start-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(26 46 5 / 0.35);
}

.hover\:border-s-lime-950\/40:hover{
  border-inline-start-color: rgb(26 46 5 / 0.4);
}

.hover\:border-s-lime-950\/45:hover{
  border-inline-start-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(26 46 5 / 0.55);
}

.hover\:border-s-lime-950\/60:hover{
  border-inline-start-color: rgb(26 46 5 / 0.6);
}

.hover\:border-s-lime-950\/65:hover{
  border-inline-start-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-01\/0:hover{
  border-inline-start-color: rgb(224 224 224 / 0);
}

.hover\:border-s-neutral-01\/10:hover{
  border-inline-start-color: rgb(224 224 224 / 0.1);
}

.hover\:border-s-neutral-01\/100:hover{
  border-inline-start-color: rgb(224 224 224 / 1);
}

.hover\:border-s-neutral-01\/15:hover{
  border-inline-start-color: rgb(224 224 224 / 0.15);
}

.hover\:border-s-neutral-01\/20:hover{
  border-inline-start-color: rgb(224 224 224 / 0.2);
}

.hover\:border-s-neutral-01\/25:hover{
  border-inline-start-color: rgb(224 224 224 / 0.25);
}

.hover\:border-s-neutral-01\/30:hover{
  border-inline-start-color: rgb(224 224 224 / 0.3);
}

.hover\:border-s-neutral-01\/35:hover{
  border-inline-start-color: rgb(224 224 224 / 0.35);
}

.hover\:border-s-neutral-01\/40:hover{
  border-inline-start-color: rgb(224 224 224 / 0.4);
}

.hover\:border-s-neutral-01\/45:hover{
  border-inline-start-color: rgb(224 224 224 / 0.45);
}

.hover\:border-s-neutral-01\/5:hover{
  border-inline-start-color: rgb(224 224 224 / 0.05);
}

.hover\:border-s-neutral-01\/50:hover{
  border-inline-start-color: rgb(224 224 224 / 0.5);
}

.hover\:border-s-neutral-01\/55:hover{
  border-inline-start-color: rgb(224 224 224 / 0.55);
}

.hover\:border-s-neutral-01\/60:hover{
  border-inline-start-color: rgb(224 224 224 / 0.6);
}

.hover\:border-s-neutral-01\/65:hover{
  border-inline-start-color: rgb(224 224 224 / 0.65);
}

.hover\:border-s-neutral-01\/70:hover{
  border-inline-start-color: rgb(224 224 224 / 0.7);
}

.hover\:border-s-neutral-01\/75:hover{
  border-inline-start-color: rgb(224 224 224 / 0.75);
}

.hover\:border-s-neutral-01\/80:hover{
  border-inline-start-color: rgb(224 224 224 / 0.8);
}

.hover\:border-s-neutral-01\/85:hover{
  border-inline-start-color: rgb(224 224 224 / 0.85);
}

.hover\:border-s-neutral-01\/90:hover{
  border-inline-start-color: rgb(224 224 224 / 0.9);
}

.hover\:border-s-neutral-01\/95:hover{
  border-inline-start-color: rgb(224 224 224 / 0.95);
}

.hover\:border-s-neutral-02:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-02\/0:hover{
  border-inline-start-color: rgb(228 234 238 / 0);
}

.hover\:border-s-neutral-02\/10:hover{
  border-inline-start-color: rgb(228 234 238 / 0.1);
}

.hover\:border-s-neutral-02\/100:hover{
  border-inline-start-color: rgb(228 234 238 / 1);
}

.hover\:border-s-neutral-02\/15:hover{
  border-inline-start-color: rgb(228 234 238 / 0.15);
}

.hover\:border-s-neutral-02\/20:hover{
  border-inline-start-color: rgb(228 234 238 / 0.2);
}

.hover\:border-s-neutral-02\/25:hover{
  border-inline-start-color: rgb(228 234 238 / 0.25);
}

.hover\:border-s-neutral-02\/30:hover{
  border-inline-start-color: rgb(228 234 238 / 0.3);
}

.hover\:border-s-neutral-02\/35:hover{
  border-inline-start-color: rgb(228 234 238 / 0.35);
}

.hover\:border-s-neutral-02\/40:hover{
  border-inline-start-color: rgb(228 234 238 / 0.4);
}

.hover\:border-s-neutral-02\/45:hover{
  border-inline-start-color: rgb(228 234 238 / 0.45);
}

.hover\:border-s-neutral-02\/5:hover{
  border-inline-start-color: rgb(228 234 238 / 0.05);
}

.hover\:border-s-neutral-02\/50:hover{
  border-inline-start-color: rgb(228 234 238 / 0.5);
}

.hover\:border-s-neutral-02\/55:hover{
  border-inline-start-color: rgb(228 234 238 / 0.55);
}

.hover\:border-s-neutral-02\/60:hover{
  border-inline-start-color: rgb(228 234 238 / 0.6);
}

.hover\:border-s-neutral-02\/65:hover{
  border-inline-start-color: rgb(228 234 238 / 0.65);
}

.hover\:border-s-neutral-02\/70:hover{
  border-inline-start-color: rgb(228 234 238 / 0.7);
}

.hover\:border-s-neutral-02\/75:hover{
  border-inline-start-color: rgb(228 234 238 / 0.75);
}

.hover\:border-s-neutral-02\/80:hover{
  border-inline-start-color: rgb(228 234 238 / 0.8);
}

.hover\:border-s-neutral-02\/85:hover{
  border-inline-start-color: rgb(228 234 238 / 0.85);
}

.hover\:border-s-neutral-02\/90:hover{
  border-inline-start-color: rgb(228 234 238 / 0.9);
}

.hover\:border-s-neutral-02\/95:hover{
  border-inline-start-color: rgb(228 234 238 / 0.95);
}

.hover\:border-s-neutral-03:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-03\/0:hover{
  border-inline-start-color: rgb(236 239 250 / 0);
}

.hover\:border-s-neutral-03\/10:hover{
  border-inline-start-color: rgb(236 239 250 / 0.1);
}

.hover\:border-s-neutral-03\/100:hover{
  border-inline-start-color: rgb(236 239 250 / 1);
}

.hover\:border-s-neutral-03\/15:hover{
  border-inline-start-color: rgb(236 239 250 / 0.15);
}

.hover\:border-s-neutral-03\/20:hover{
  border-inline-start-color: rgb(236 239 250 / 0.2);
}

.hover\:border-s-neutral-03\/25:hover{
  border-inline-start-color: rgb(236 239 250 / 0.25);
}

.hover\:border-s-neutral-03\/30:hover{
  border-inline-start-color: rgb(236 239 250 / 0.3);
}

.hover\:border-s-neutral-03\/35:hover{
  border-inline-start-color: rgb(236 239 250 / 0.35);
}

.hover\:border-s-neutral-03\/40:hover{
  border-inline-start-color: rgb(236 239 250 / 0.4);
}

.hover\:border-s-neutral-03\/45:hover{
  border-inline-start-color: rgb(236 239 250 / 0.45);
}

.hover\:border-s-neutral-03\/5:hover{
  border-inline-start-color: rgb(236 239 250 / 0.05);
}

.hover\:border-s-neutral-03\/50:hover{
  border-inline-start-color: rgb(236 239 250 / 0.5);
}

.hover\:border-s-neutral-03\/55:hover{
  border-inline-start-color: rgb(236 239 250 / 0.55);
}

.hover\:border-s-neutral-03\/60:hover{
  border-inline-start-color: rgb(236 239 250 / 0.6);
}

.hover\:border-s-neutral-03\/65:hover{
  border-inline-start-color: rgb(236 239 250 / 0.65);
}

.hover\:border-s-neutral-03\/70:hover{
  border-inline-start-color: rgb(236 239 250 / 0.7);
}

.hover\:border-s-neutral-03\/75:hover{
  border-inline-start-color: rgb(236 239 250 / 0.75);
}

.hover\:border-s-neutral-03\/80:hover{
  border-inline-start-color: rgb(236 239 250 / 0.8);
}

.hover\:border-s-neutral-03\/85:hover{
  border-inline-start-color: rgb(236 239 250 / 0.85);
}

.hover\:border-s-neutral-03\/90:hover{
  border-inline-start-color: rgb(236 239 250 / 0.9);
}

.hover\:border-s-neutral-03\/95:hover{
  border-inline-start-color: rgb(236 239 250 / 0.95);
}

.hover\:border-s-neutral-04:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-04\/0:hover{
  border-inline-start-color: rgb(215 218 226 / 0);
}

.hover\:border-s-neutral-04\/10:hover{
  border-inline-start-color: rgb(215 218 226 / 0.1);
}

.hover\:border-s-neutral-04\/100:hover{
  border-inline-start-color: rgb(215 218 226 / 1);
}

.hover\:border-s-neutral-04\/15:hover{
  border-inline-start-color: rgb(215 218 226 / 0.15);
}

.hover\:border-s-neutral-04\/20:hover{
  border-inline-start-color: rgb(215 218 226 / 0.2);
}

.hover\:border-s-neutral-04\/25:hover{
  border-inline-start-color: rgb(215 218 226 / 0.25);
}

.hover\:border-s-neutral-04\/30:hover{
  border-inline-start-color: rgb(215 218 226 / 0.3);
}

.hover\:border-s-neutral-04\/35:hover{
  border-inline-start-color: rgb(215 218 226 / 0.35);
}

.hover\:border-s-neutral-04\/40:hover{
  border-inline-start-color: rgb(215 218 226 / 0.4);
}

.hover\:border-s-neutral-04\/45:hover{
  border-inline-start-color: rgb(215 218 226 / 0.45);
}

.hover\:border-s-neutral-04\/5:hover{
  border-inline-start-color: rgb(215 218 226 / 0.05);
}

.hover\:border-s-neutral-04\/50:hover{
  border-inline-start-color: rgb(215 218 226 / 0.5);
}

.hover\:border-s-neutral-04\/55:hover{
  border-inline-start-color: rgb(215 218 226 / 0.55);
}

.hover\:border-s-neutral-04\/60:hover{
  border-inline-start-color: rgb(215 218 226 / 0.6);
}

.hover\:border-s-neutral-04\/65:hover{
  border-inline-start-color: rgb(215 218 226 / 0.65);
}

.hover\:border-s-neutral-04\/70:hover{
  border-inline-start-color: rgb(215 218 226 / 0.7);
}

.hover\:border-s-neutral-04\/75:hover{
  border-inline-start-color: rgb(215 218 226 / 0.75);
}

.hover\:border-s-neutral-04\/80:hover{
  border-inline-start-color: rgb(215 218 226 / 0.8);
}

.hover\:border-s-neutral-04\/85:hover{
  border-inline-start-color: rgb(215 218 226 / 0.85);
}

.hover\:border-s-neutral-04\/90:hover{
  border-inline-start-color: rgb(215 218 226 / 0.9);
}

.hover\:border-s-neutral-04\/95:hover{
  border-inline-start-color: rgb(215 218 226 / 0.95);
}

.hover\:border-s-neutral-05:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-05\/0:hover{
  border-inline-start-color: rgb(246 246 246 / 0);
}

.hover\:border-s-neutral-05\/10:hover{
  border-inline-start-color: rgb(246 246 246 / 0.1);
}

.hover\:border-s-neutral-05\/100:hover{
  border-inline-start-color: rgb(246 246 246 / 1);
}

.hover\:border-s-neutral-05\/15:hover{
  border-inline-start-color: rgb(246 246 246 / 0.15);
}

.hover\:border-s-neutral-05\/20:hover{
  border-inline-start-color: rgb(246 246 246 / 0.2);
}

.hover\:border-s-neutral-05\/25:hover{
  border-inline-start-color: rgb(246 246 246 / 0.25);
}

.hover\:border-s-neutral-05\/30:hover{
  border-inline-start-color: rgb(246 246 246 / 0.3);
}

.hover\:border-s-neutral-05\/35:hover{
  border-inline-start-color: rgb(246 246 246 / 0.35);
}

.hover\:border-s-neutral-05\/40:hover{
  border-inline-start-color: rgb(246 246 246 / 0.4);
}

.hover\:border-s-neutral-05\/45:hover{
  border-inline-start-color: rgb(246 246 246 / 0.45);
}

.hover\:border-s-neutral-05\/5:hover{
  border-inline-start-color: rgb(246 246 246 / 0.05);
}

.hover\:border-s-neutral-05\/50:hover{
  border-inline-start-color: rgb(246 246 246 / 0.5);
}

.hover\:border-s-neutral-05\/55:hover{
  border-inline-start-color: rgb(246 246 246 / 0.55);
}

.hover\:border-s-neutral-05\/60:hover{
  border-inline-start-color: rgb(246 246 246 / 0.6);
}

.hover\:border-s-neutral-05\/65:hover{
  border-inline-start-color: rgb(246 246 246 / 0.65);
}

.hover\:border-s-neutral-05\/70:hover{
  border-inline-start-color: rgb(246 246 246 / 0.7);
}

.hover\:border-s-neutral-05\/75:hover{
  border-inline-start-color: rgb(246 246 246 / 0.75);
}

.hover\:border-s-neutral-05\/80:hover{
  border-inline-start-color: rgb(246 246 246 / 0.8);
}

.hover\:border-s-neutral-05\/85:hover{
  border-inline-start-color: rgb(246 246 246 / 0.85);
}

.hover\:border-s-neutral-05\/90:hover{
  border-inline-start-color: rgb(246 246 246 / 0.9);
}

.hover\:border-s-neutral-05\/95:hover{
  border-inline-start-color: rgb(246 246 246 / 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\/15:hover{
  border-inline-start-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(245 245 245 / 0.35);
}

.hover\:border-s-neutral-100\/40:hover{
  border-inline-start-color: rgb(245 245 245 / 0.4);
}

.hover\:border-s-neutral-100\/45:hover{
  border-inline-start-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(245 245 245 / 0.55);
}

.hover\:border-s-neutral-100\/60:hover{
  border-inline-start-color: rgb(245 245 245 / 0.6);
}

.hover\:border-s-neutral-100\/65:hover{
  border-inline-start-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(229 229 229 / 0.35);
}

.hover\:border-s-neutral-200\/40:hover{
  border-inline-start-color: rgb(229 229 229 / 0.4);
}

.hover\:border-s-neutral-200\/45:hover{
  border-inline-start-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(229 229 229 / 0.55);
}

.hover\:border-s-neutral-200\/60:hover{
  border-inline-start-color: rgb(229 229 229 / 0.6);
}

.hover\:border-s-neutral-200\/65:hover{
  border-inline-start-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(212 212 212 / 0.35);
}

.hover\:border-s-neutral-300\/40:hover{
  border-inline-start-color: rgb(212 212 212 / 0.4);
}

.hover\:border-s-neutral-300\/45:hover{
  border-inline-start-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(212 212 212 / 0.55);
}

.hover\:border-s-neutral-300\/60:hover{
  border-inline-start-color: rgb(212 212 212 / 0.6);
}

.hover\:border-s-neutral-300\/65:hover{
  border-inline-start-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(163 163 163 / 0.35);
}

.hover\:border-s-neutral-400\/40:hover{
  border-inline-start-color: rgb(163 163 163 / 0.4);
}

.hover\:border-s-neutral-400\/45:hover{
  border-inline-start-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(163 163 163 / 0.55);
}

.hover\:border-s-neutral-400\/60:hover{
  border-inline-start-color: rgb(163 163 163 / 0.6);
}

.hover\:border-s-neutral-400\/65:hover{
  border-inline-start-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(250 250 250 / 0.35);
}

.hover\:border-s-neutral-50\/40:hover{
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.hover\:border-s-neutral-50\/45:hover{
  border-inline-start-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(250 250 250 / 0.55);
}

.hover\:border-s-neutral-50\/60:hover{
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.hover\:border-s-neutral-50\/65:hover{
  border-inline-start-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(115 115 115 / 0.35);
}

.hover\:border-s-neutral-500\/40:hover{
  border-inline-start-color: rgb(115 115 115 / 0.4);
}

.hover\:border-s-neutral-500\/45:hover{
  border-inline-start-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(115 115 115 / 0.55);
}

.hover\:border-s-neutral-500\/60:hover{
  border-inline-start-color: rgb(115 115 115 / 0.6);
}

.hover\:border-s-neutral-500\/65:hover{
  border-inline-start-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(82 82 82 / 0.35);
}

.hover\:border-s-neutral-600\/40:hover{
  border-inline-start-color: rgb(82 82 82 / 0.4);
}

.hover\:border-s-neutral-600\/45:hover{
  border-inline-start-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(82 82 82 / 0.55);
}

.hover\:border-s-neutral-600\/60:hover{
  border-inline-start-color: rgb(82 82 82 / 0.6);
}

.hover\:border-s-neutral-600\/65:hover{
  border-inline-start-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(64 64 64 / 0.35);
}

.hover\:border-s-neutral-700\/40:hover{
  border-inline-start-color: rgb(64 64 64 / 0.4);
}

.hover\:border-s-neutral-700\/45:hover{
  border-inline-start-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(64 64 64 / 0.55);
}

.hover\:border-s-neutral-700\/60:hover{
  border-inline-start-color: rgb(64 64 64 / 0.6);
}

.hover\:border-s-neutral-700\/65:hover{
  border-inline-start-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(38 38 38 / 0.35);
}

.hover\:border-s-neutral-800\/40:hover{
  border-inline-start-color: rgb(38 38 38 / 0.4);
}

.hover\:border-s-neutral-800\/45:hover{
  border-inline-start-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(38 38 38 / 0.55);
}

.hover\:border-s-neutral-800\/60:hover{
  border-inline-start-color: rgb(38 38 38 / 0.6);
}

.hover\:border-s-neutral-800\/65:hover{
  border-inline-start-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(23 23 23 / 0.35);
}

.hover\:border-s-neutral-900\/40:hover{
  border-inline-start-color: rgb(23 23 23 / 0.4);
}

.hover\:border-s-neutral-900\/45:hover{
  border-inline-start-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(23 23 23 / 0.55);
}

.hover\:border-s-neutral-900\/60:hover{
  border-inline-start-color: rgb(23 23 23 / 0.6);
}

.hover\:border-s-neutral-900\/65:hover{
  border-inline-start-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(10 10 10 / 0.35);
}

.hover\:border-s-neutral-950\/40:hover{
  border-inline-start-color: rgb(10 10 10 / 0.4);
}

.hover\:border-s-neutral-950\/45:hover{
  border-inline-start-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(10 10 10 / 0.55);
}

.hover\:border-s-neutral-950\/60:hover{
  border-inline-start-color: rgb(10 10 10 / 0.6);
}

.hover\:border-s-neutral-950\/65:hover{
  border-inline-start-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(255 237 213 / 0.35);
}

.hover\:border-s-orange-100\/40:hover{
  border-inline-start-color: rgb(255 237 213 / 0.4);
}

.hover\:border-s-orange-100\/45:hover{
  border-inline-start-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(255 237 213 / 0.55);
}

.hover\:border-s-orange-100\/60:hover{
  border-inline-start-color: rgb(255 237 213 / 0.6);
}

.hover\:border-s-orange-100\/65:hover{
  border-inline-start-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(254 215 170 / 0.35);
}

.hover\:border-s-orange-200\/40:hover{
  border-inline-start-color: rgb(254 215 170 / 0.4);
}

.hover\:border-s-orange-200\/45:hover{
  border-inline-start-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(254 215 170 / 0.55);
}

.hover\:border-s-orange-200\/60:hover{
  border-inline-start-color: rgb(254 215 170 / 0.6);
}

.hover\:border-s-orange-200\/65:hover{
  border-inline-start-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(253 186 116 / 0.35);
}

.hover\:border-s-orange-300\/40:hover{
  border-inline-start-color: rgb(253 186 116 / 0.4);
}

.hover\:border-s-orange-300\/45:hover{
  border-inline-start-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(253 186 116 / 0.55);
}

.hover\:border-s-orange-300\/60:hover{
  border-inline-start-color: rgb(253 186 116 / 0.6);
}

.hover\:border-s-orange-300\/65:hover{
  border-inline-start-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(251 146 60 / 0.35);
}

.hover\:border-s-orange-400\/40:hover{
  border-inline-start-color: rgb(251 146 60 / 0.4);
}

.hover\:border-s-orange-400\/45:hover{
  border-inline-start-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(251 146 60 / 0.55);
}

.hover\:border-s-orange-400\/60:hover{
  border-inline-start-color: rgb(251 146 60 / 0.6);
}

.hover\:border-s-orange-400\/65:hover{
  border-inline-start-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(255 247 237 / 0.35);
}

.hover\:border-s-orange-50\/40:hover{
  border-inline-start-color: rgb(255 247 237 / 0.4);
}

.hover\:border-s-orange-50\/45:hover{
  border-inline-start-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(255 247 237 / 0.55);
}

.hover\:border-s-orange-50\/60:hover{
  border-inline-start-color: rgb(255 247 237 / 0.6);
}

.hover\:border-s-orange-50\/65:hover{
  border-inline-start-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(249 115 22 / 0.35);
}

.hover\:border-s-orange-500\/40:hover{
  border-inline-start-color: rgb(249 115 22 / 0.4);
}

.hover\:border-s-orange-500\/45:hover{
  border-inline-start-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(249 115 22 / 0.55);
}

.hover\:border-s-orange-500\/60:hover{
  border-inline-start-color: rgb(249 115 22 / 0.6);
}

.hover\:border-s-orange-500\/65:hover{
  border-inline-start-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(234 88 12 / 0.35);
}

.hover\:border-s-orange-600\/40:hover{
  border-inline-start-color: rgb(234 88 12 / 0.4);
}

.hover\:border-s-orange-600\/45:hover{
  border-inline-start-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(234 88 12 / 0.55);
}

.hover\:border-s-orange-600\/60:hover{
  border-inline-start-color: rgb(234 88 12 / 0.6);
}

.hover\:border-s-orange-600\/65:hover{
  border-inline-start-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(194 65 12 / 0.35);
}

.hover\:border-s-orange-700\/40:hover{
  border-inline-start-color: rgb(194 65 12 / 0.4);
}

.hover\:border-s-orange-700\/45:hover{
  border-inline-start-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(194 65 12 / 0.55);
}

.hover\:border-s-orange-700\/60:hover{
  border-inline-start-color: rgb(194 65 12 / 0.6);
}

.hover\:border-s-orange-700\/65:hover{
  border-inline-start-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(154 52 18 / 0.35);
}

.hover\:border-s-orange-800\/40:hover{
  border-inline-start-color: rgb(154 52 18 / 0.4);
}

.hover\:border-s-orange-800\/45:hover{
  border-inline-start-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(154 52 18 / 0.55);
}

.hover\:border-s-orange-800\/60:hover{
  border-inline-start-color: rgb(154 52 18 / 0.6);
}

.hover\:border-s-orange-800\/65:hover{
  border-inline-start-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(124 45 18 / 0.35);
}

.hover\:border-s-orange-900\/40:hover{
  border-inline-start-color: rgb(124 45 18 / 0.4);
}

.hover\:border-s-orange-900\/45:hover{
  border-inline-start-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(124 45 18 / 0.55);
}

.hover\:border-s-orange-900\/60:hover{
  border-inline-start-color: rgb(124 45 18 / 0.6);
}

.hover\:border-s-orange-900\/65:hover{
  border-inline-start-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(67 20 7 / 0.35);
}

.hover\:border-s-orange-950\/40:hover{
  border-inline-start-color: rgb(67 20 7 / 0.4);
}

.hover\:border-s-orange-950\/45:hover{
  border-inline-start-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(67 20 7 / 0.55);
}

.hover\:border-s-orange-950\/60:hover{
  border-inline-start-color: rgb(67 20 7 / 0.6);
}

.hover\:border-s-orange-950\/65:hover{
  border-inline-start-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  border-inline-start-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(252 231 243 / 0.35);
}

.hover\:border-s-pink-100\/40:hover{
  border-inline-start-color: rgb(252 231 243 / 0.4);
}

.hover\:border-s-pink-100\/45:hover{
  border-inline-start-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(252 231 243 / 0.55);
}

.hover\:border-s-pink-100\/60:hover{
  border-inline-start-color: rgb(252 231 243 / 0.6);
}

.hover\:border-s-pink-100\/65:hover{
  border-inline-start-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(251 207 232 / 0.35);
}

.hover\:border-s-pink-200\/40:hover{
  border-inline-start-color: rgb(251 207 232 / 0.4);
}

.hover\:border-s-pink-200\/45:hover{
  border-inline-start-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(251 207 232 / 0.55);
}

.hover\:border-s-pink-200\/60:hover{
  border-inline-start-color: rgb(251 207 232 / 0.6);
}

.hover\:border-s-pink-200\/65:hover{
  border-inline-start-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(249 168 212 / 0.35);
}

.hover\:border-s-pink-300\/40:hover{
  border-inline-start-color: rgb(249 168 212 / 0.4);
}

.hover\:border-s-pink-300\/45:hover{
  border-inline-start-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(249 168 212 / 0.55);
}

.hover\:border-s-pink-300\/60:hover{
  border-inline-start-color: rgb(249 168 212 / 0.6);
}

.hover\:border-s-pink-300\/65:hover{
  border-inline-start-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(244 114 182 / 0.35);
}

.hover\:border-s-pink-400\/40:hover{
  border-inline-start-color: rgb(244 114 182 / 0.4);
}

.hover\:border-s-pink-400\/45:hover{
  border-inline-start-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(244 114 182 / 0.55);
}

.hover\:border-s-pink-400\/60:hover{
  border-inline-start-color: rgb(244 114 182 / 0.6);
}

.hover\:border-s-pink-400\/65:hover{
  border-inline-start-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(253 242 248 / 0.35);
}

.hover\:border-s-pink-50\/40:hover{
  border-inline-start-color: rgb(253 242 248 / 0.4);
}

.hover\:border-s-pink-50\/45:hover{
  border-inline-start-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(253 242 248 / 0.55);
}

.hover\:border-s-pink-50\/60:hover{
  border-inline-start-color: rgb(253 242 248 / 0.6);
}

.hover\:border-s-pink-50\/65:hover{
  border-inline-start-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(236 72 153 / 0.35);
}

.hover\:border-s-pink-500\/40:hover{
  border-inline-start-color: rgb(236 72 153 / 0.4);
}

.hover\:border-s-pink-500\/45:hover{
  border-inline-start-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(236 72 153 / 0.55);
}

.hover\:border-s-pink-500\/60:hover{
  border-inline-start-color: rgb(236 72 153 / 0.6);
}

.hover\:border-s-pink-500\/65:hover{
  border-inline-start-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(219 39 119 / 0.35);
}

.hover\:border-s-pink-600\/40:hover{
  border-inline-start-color: rgb(219 39 119 / 0.4);
}

.hover\:border-s-pink-600\/45:hover{
  border-inline-start-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(219 39 119 / 0.55);
}

.hover\:border-s-pink-600\/60:hover{
  border-inline-start-color: rgb(219 39 119 / 0.6);
}

.hover\:border-s-pink-600\/65:hover{
  border-inline-start-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(190 24 93 / 0.35);
}

.hover\:border-s-pink-700\/40:hover{
  border-inline-start-color: rgb(190 24 93 / 0.4);
}

.hover\:border-s-pink-700\/45:hover{
  border-inline-start-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(190 24 93 / 0.55);
}

.hover\:border-s-pink-700\/60:hover{
  border-inline-start-color: rgb(190 24 93 / 0.6);
}

.hover\:border-s-pink-700\/65:hover{
  border-inline-start-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(157 23 77 / 0.35);
}

.hover\:border-s-pink-800\/40:hover{
  border-inline-start-color: rgb(157 23 77 / 0.4);
}

.hover\:border-s-pink-800\/45:hover{
  border-inline-start-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(157 23 77 / 0.55);
}

.hover\:border-s-pink-800\/60:hover{
  border-inline-start-color: rgb(157 23 77 / 0.6);
}

.hover\:border-s-pink-800\/65:hover{
  border-inline-start-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(131 24 67 / 0.35);
}

.hover\:border-s-pink-900\/40:hover{
  border-inline-start-color: rgb(131 24 67 / 0.4);
}

.hover\:border-s-pink-900\/45:hover{
  border-inline-start-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(131 24 67 / 0.55);
}

.hover\:border-s-pink-900\/60:hover{
  border-inline-start-color: rgb(131 24 67 / 0.6);
}

.hover\:border-s-pink-900\/65:hover{
  border-inline-start-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(80 7 36 / 0.35);
}

.hover\:border-s-pink-950\/40:hover{
  border-inline-start-color: rgb(80 7 36 / 0.4);
}

.hover\:border-s-pink-950\/45:hover{
  border-inline-start-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(80 7 36 / 0.55);
}

.hover\:border-s-pink-950\/60:hover{
  border-inline-start-color: rgb(80 7 36 / 0.6);
}

.hover\:border-s-pink-950\/65:hover{
  border-inline-start-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.hover\:border-s-primary-hover:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.hover\:border-s-primary-hover\/0:hover{
  border-inline-start-color: rgb(71 57 169 / 0);
}

.hover\:border-s-primary-hover\/10:hover{
  border-inline-start-color: rgb(71 57 169 / 0.1);
}

.hover\:border-s-primary-hover\/100:hover{
  border-inline-start-color: rgb(71 57 169 / 1);
}

.hover\:border-s-primary-hover\/15:hover{
  border-inline-start-color: rgb(71 57 169 / 0.15);
}

.hover\:border-s-primary-hover\/20:hover{
  border-inline-start-color: rgb(71 57 169 / 0.2);
}

.hover\:border-s-primary-hover\/25:hover{
  border-inline-start-color: rgb(71 57 169 / 0.25);
}

.hover\:border-s-primary-hover\/30:hover{
  border-inline-start-color: rgb(71 57 169 / 0.3);
}

.hover\:border-s-primary-hover\/35:hover{
  border-inline-start-color: rgb(71 57 169 / 0.35);
}

.hover\:border-s-primary-hover\/40:hover{
  border-inline-start-color: rgb(71 57 169 / 0.4);
}

.hover\:border-s-primary-hover\/45:hover{
  border-inline-start-color: rgb(71 57 169 / 0.45);
}

.hover\:border-s-primary-hover\/5:hover{
  border-inline-start-color: rgb(71 57 169 / 0.05);
}

.hover\:border-s-primary-hover\/50:hover{
  border-inline-start-color: rgb(71 57 169 / 0.5);
}

.hover\:border-s-primary-hover\/55:hover{
  border-inline-start-color: rgb(71 57 169 / 0.55);
}

.hover\:border-s-primary-hover\/60:hover{
  border-inline-start-color: rgb(71 57 169 / 0.6);
}

.hover\:border-s-primary-hover\/65:hover{
  border-inline-start-color: rgb(71 57 169 / 0.65);
}

.hover\:border-s-primary-hover\/70:hover{
  border-inline-start-color: rgb(71 57 169 / 0.7);
}

.hover\:border-s-primary-hover\/75:hover{
  border-inline-start-color: rgb(71 57 169 / 0.75);
}

.hover\:border-s-primary-hover\/80:hover{
  border-inline-start-color: rgb(71 57 169 / 0.8);
}

.hover\:border-s-primary-hover\/85:hover{
  border-inline-start-color: rgb(71 57 169 / 0.85);
}

.hover\:border-s-primary-hover\/90:hover{
  border-inline-start-color: rgb(71 57 169 / 0.9);
}

.hover\:border-s-primary-hover\/95:hover{
  border-inline-start-color: rgb(71 57 169 / 0.95);
}

.hover\:border-s-primary\/0:hover{
  border-inline-start-color: rgb(85 70 192 / 0);
}

.hover\:border-s-primary\/10:hover{
  border-inline-start-color: rgb(85 70 192 / 0.1);
}

.hover\:border-s-primary\/100:hover{
  border-inline-start-color: rgb(85 70 192 / 1);
}

.hover\:border-s-primary\/15:hover{
  border-inline-start-color: rgb(85 70 192 / 0.15);
}

.hover\:border-s-primary\/20:hover{
  border-inline-start-color: rgb(85 70 192 / 0.2);
}

.hover\:border-s-primary\/25:hover{
  border-inline-start-color: rgb(85 70 192 / 0.25);
}

.hover\:border-s-primary\/30:hover{
  border-inline-start-color: rgb(85 70 192 / 0.3);
}

.hover\:border-s-primary\/35:hover{
  border-inline-start-color: rgb(85 70 192 / 0.35);
}

.hover\:border-s-primary\/40:hover{
  border-inline-start-color: rgb(85 70 192 / 0.4);
}

.hover\:border-s-primary\/45:hover{
  border-inline-start-color: rgb(85 70 192 / 0.45);
}

.hover\:border-s-primary\/5:hover{
  border-inline-start-color: rgb(85 70 192 / 0.05);
}

.hover\:border-s-primary\/50:hover{
  border-inline-start-color: rgb(85 70 192 / 0.5);
}

.hover\:border-s-primary\/55:hover{
  border-inline-start-color: rgb(85 70 192 / 0.55);
}

.hover\:border-s-primary\/60:hover{
  border-inline-start-color: rgb(85 70 192 / 0.6);
}

.hover\:border-s-primary\/65:hover{
  border-inline-start-color: rgb(85 70 192 / 0.65);
}

.hover\:border-s-primary\/70:hover{
  border-inline-start-color: rgb(85 70 192 / 0.7);
}

.hover\:border-s-primary\/75:hover{
  border-inline-start-color: rgb(85 70 192 / 0.75);
}

.hover\:border-s-primary\/80:hover{
  border-inline-start-color: rgb(85 70 192 / 0.8);
}

.hover\:border-s-primary\/85:hover{
  border-inline-start-color: rgb(85 70 192 / 0.85);
}

.hover\:border-s-primary\/90:hover{
  border-inline-start-color: rgb(85 70 192 / 0.9);
}

.hover\:border-s-primary\/95:hover{
  border-inline-start-color: rgb(85 70 192 / 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\/15:hover{
  border-inline-start-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(243 232 255 / 0.35);
}

.hover\:border-s-purple-100\/40:hover{
  border-inline-start-color: rgb(243 232 255 / 0.4);
}

.hover\:border-s-purple-100\/45:hover{
  border-inline-start-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(243 232 255 / 0.55);
}

.hover\:border-s-purple-100\/60:hover{
  border-inline-start-color: rgb(243 232 255 / 0.6);
}

.hover\:border-s-purple-100\/65:hover{
  border-inline-start-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(233 213 255 / 0.35);
}

.hover\:border-s-purple-200\/40:hover{
  border-inline-start-color: rgb(233 213 255 / 0.4);
}

.hover\:border-s-purple-200\/45:hover{
  border-inline-start-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(233 213 255 / 0.55);
}

.hover\:border-s-purple-200\/60:hover{
  border-inline-start-color: rgb(233 213 255 / 0.6);
}

.hover\:border-s-purple-200\/65:hover{
  border-inline-start-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(216 180 254 / 0.35);
}

.hover\:border-s-purple-300\/40:hover{
  border-inline-start-color: rgb(216 180 254 / 0.4);
}

.hover\:border-s-purple-300\/45:hover{
  border-inline-start-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(216 180 254 / 0.55);
}

.hover\:border-s-purple-300\/60:hover{
  border-inline-start-color: rgb(216 180 254 / 0.6);
}

.hover\:border-s-purple-300\/65:hover{
  border-inline-start-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(192 132 252 / 0.35);
}

.hover\:border-s-purple-400\/40:hover{
  border-inline-start-color: rgb(192 132 252 / 0.4);
}

.hover\:border-s-purple-400\/45:hover{
  border-inline-start-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(192 132 252 / 0.55);
}

.hover\:border-s-purple-400\/60:hover{
  border-inline-start-color: rgb(192 132 252 / 0.6);
}

.hover\:border-s-purple-400\/65:hover{
  border-inline-start-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(250 245 255 / 0.35);
}

.hover\:border-s-purple-50\/40:hover{
  border-inline-start-color: rgb(250 245 255 / 0.4);
}

.hover\:border-s-purple-50\/45:hover{
  border-inline-start-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(250 245 255 / 0.55);
}

.hover\:border-s-purple-50\/60:hover{
  border-inline-start-color: rgb(250 245 255 / 0.6);
}

.hover\:border-s-purple-50\/65:hover{
  border-inline-start-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(168 85 247 / 0.35);
}

.hover\:border-s-purple-500\/40:hover{
  border-inline-start-color: rgb(168 85 247 / 0.4);
}

.hover\:border-s-purple-500\/45:hover{
  border-inline-start-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(168 85 247 / 0.55);
}

.hover\:border-s-purple-500\/60:hover{
  border-inline-start-color: rgb(168 85 247 / 0.6);
}

.hover\:border-s-purple-500\/65:hover{
  border-inline-start-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(147 51 234 / 0.35);
}

.hover\:border-s-purple-600\/40:hover{
  border-inline-start-color: rgb(147 51 234 / 0.4);
}

.hover\:border-s-purple-600\/45:hover{
  border-inline-start-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(147 51 234 / 0.55);
}

.hover\:border-s-purple-600\/60:hover{
  border-inline-start-color: rgb(147 51 234 / 0.6);
}

.hover\:border-s-purple-600\/65:hover{
  border-inline-start-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(126 34 206 / 0.35);
}

.hover\:border-s-purple-700\/40:hover{
  border-inline-start-color: rgb(126 34 206 / 0.4);
}

.hover\:border-s-purple-700\/45:hover{
  border-inline-start-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(126 34 206 / 0.55);
}

.hover\:border-s-purple-700\/60:hover{
  border-inline-start-color: rgb(126 34 206 / 0.6);
}

.hover\:border-s-purple-700\/65:hover{
  border-inline-start-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(107 33 168 / 0.35);
}

.hover\:border-s-purple-800\/40:hover{
  border-inline-start-color: rgb(107 33 168 / 0.4);
}

.hover\:border-s-purple-800\/45:hover{
  border-inline-start-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(107 33 168 / 0.55);
}

.hover\:border-s-purple-800\/60:hover{
  border-inline-start-color: rgb(107 33 168 / 0.6);
}

.hover\:border-s-purple-800\/65:hover{
  border-inline-start-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(88 28 135 / 0.35);
}

.hover\:border-s-purple-900\/40:hover{
  border-inline-start-color: rgb(88 28 135 / 0.4);
}

.hover\:border-s-purple-900\/45:hover{
  border-inline-start-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(88 28 135 / 0.55);
}

.hover\:border-s-purple-900\/60:hover{
  border-inline-start-color: rgb(88 28 135 / 0.6);
}

.hover\:border-s-purple-900\/65:hover{
  border-inline-start-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(59 7 100 / 0.35);
}

.hover\:border-s-purple-950\/40:hover{
  border-inline-start-color: rgb(59 7 100 / 0.4);
}

.hover\:border-s-purple-950\/45:hover{
  border-inline-start-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(59 7 100 / 0.55);
}

.hover\:border-s-purple-950\/60:hover{
  border-inline-start-color: rgb(59 7 100 / 0.6);
}

.hover\:border-s-purple-950\/65:hover{
  border-inline-start-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.hover\:border-s-quaternary-hover:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.hover\:border-s-quaternary-hover\/0:hover{
  border-inline-start-color: rgb(43 202 241 / 0);
}

.hover\:border-s-quaternary-hover\/10:hover{
  border-inline-start-color: rgb(43 202 241 / 0.1);
}

.hover\:border-s-quaternary-hover\/100:hover{
  border-inline-start-color: rgb(43 202 241 / 1);
}

.hover\:border-s-quaternary-hover\/15:hover{
  border-inline-start-color: rgb(43 202 241 / 0.15);
}

.hover\:border-s-quaternary-hover\/20:hover{
  border-inline-start-color: rgb(43 202 241 / 0.2);
}

.hover\:border-s-quaternary-hover\/25:hover{
  border-inline-start-color: rgb(43 202 241 / 0.25);
}

.hover\:border-s-quaternary-hover\/30:hover{
  border-inline-start-color: rgb(43 202 241 / 0.3);
}

.hover\:border-s-quaternary-hover\/35:hover{
  border-inline-start-color: rgb(43 202 241 / 0.35);
}

.hover\:border-s-quaternary-hover\/40:hover{
  border-inline-start-color: rgb(43 202 241 / 0.4);
}

.hover\:border-s-quaternary-hover\/45:hover{
  border-inline-start-color: rgb(43 202 241 / 0.45);
}

.hover\:border-s-quaternary-hover\/5:hover{
  border-inline-start-color: rgb(43 202 241 / 0.05);
}

.hover\:border-s-quaternary-hover\/50:hover{
  border-inline-start-color: rgb(43 202 241 / 0.5);
}

.hover\:border-s-quaternary-hover\/55:hover{
  border-inline-start-color: rgb(43 202 241 / 0.55);
}

.hover\:border-s-quaternary-hover\/60:hover{
  border-inline-start-color: rgb(43 202 241 / 0.6);
}

.hover\:border-s-quaternary-hover\/65:hover{
  border-inline-start-color: rgb(43 202 241 / 0.65);
}

.hover\:border-s-quaternary-hover\/70:hover{
  border-inline-start-color: rgb(43 202 241 / 0.7);
}

.hover\:border-s-quaternary-hover\/75:hover{
  border-inline-start-color: rgb(43 202 241 / 0.75);
}

.hover\:border-s-quaternary-hover\/80:hover{
  border-inline-start-color: rgb(43 202 241 / 0.8);
}

.hover\:border-s-quaternary-hover\/85:hover{
  border-inline-start-color: rgb(43 202 241 / 0.85);
}

.hover\:border-s-quaternary-hover\/90:hover{
  border-inline-start-color: rgb(43 202 241 / 0.9);
}

.hover\:border-s-quaternary-hover\/95:hover{
  border-inline-start-color: rgb(43 202 241 / 0.95);
}

.hover\:border-s-quaternary\/0:hover{
  border-inline-start-color: rgb(61 209 246 / 0);
}

.hover\:border-s-quaternary\/10:hover{
  border-inline-start-color: rgb(61 209 246 / 0.1);
}

.hover\:border-s-quaternary\/100:hover{
  border-inline-start-color: rgb(61 209 246 / 1);
}

.hover\:border-s-quaternary\/15:hover{
  border-inline-start-color: rgb(61 209 246 / 0.15);
}

.hover\:border-s-quaternary\/20:hover{
  border-inline-start-color: rgb(61 209 246 / 0.2);
}

.hover\:border-s-quaternary\/25:hover{
  border-inline-start-color: rgb(61 209 246 / 0.25);
}

.hover\:border-s-quaternary\/30:hover{
  border-inline-start-color: rgb(61 209 246 / 0.3);
}

.hover\:border-s-quaternary\/35:hover{
  border-inline-start-color: rgb(61 209 246 / 0.35);
}

.hover\:border-s-quaternary\/40:hover{
  border-inline-start-color: rgb(61 209 246 / 0.4);
}

.hover\:border-s-quaternary\/45:hover{
  border-inline-start-color: rgb(61 209 246 / 0.45);
}

.hover\:border-s-quaternary\/5:hover{
  border-inline-start-color: rgb(61 209 246 / 0.05);
}

.hover\:border-s-quaternary\/50:hover{
  border-inline-start-color: rgb(61 209 246 / 0.5);
}

.hover\:border-s-quaternary\/55:hover{
  border-inline-start-color: rgb(61 209 246 / 0.55);
}

.hover\:border-s-quaternary\/60:hover{
  border-inline-start-color: rgb(61 209 246 / 0.6);
}

.hover\:border-s-quaternary\/65:hover{
  border-inline-start-color: rgb(61 209 246 / 0.65);
}

.hover\:border-s-quaternary\/70:hover{
  border-inline-start-color: rgb(61 209 246 / 0.7);
}

.hover\:border-s-quaternary\/75:hover{
  border-inline-start-color: rgb(61 209 246 / 0.75);
}

.hover\:border-s-quaternary\/80:hover{
  border-inline-start-color: rgb(61 209 246 / 0.8);
}

.hover\:border-s-quaternary\/85:hover{
  border-inline-start-color: rgb(61 209 246 / 0.85);
}

.hover\:border-s-quaternary\/90:hover{
  border-inline-start-color: rgb(61 209 246 / 0.9);
}

.hover\:border-s-quaternary\/95:hover{
  border-inline-start-color: rgb(61 209 246 / 0.95);
}

.hover\:border-s-quinary:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.hover\:border-s-quinary-hover:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.hover\:border-s-quinary-hover\/0:hover{
  border-inline-start-color: rgb(112 126 222 / 0);
}

.hover\:border-s-quinary-hover\/10:hover{
  border-inline-start-color: rgb(112 126 222 / 0.1);
}

.hover\:border-s-quinary-hover\/100:hover{
  border-inline-start-color: rgb(112 126 222 / 1);
}

.hover\:border-s-quinary-hover\/15:hover{
  border-inline-start-color: rgb(112 126 222 / 0.15);
}

.hover\:border-s-quinary-hover\/20:hover{
  border-inline-start-color: rgb(112 126 222 / 0.2);
}

.hover\:border-s-quinary-hover\/25:hover{
  border-inline-start-color: rgb(112 126 222 / 0.25);
}

.hover\:border-s-quinary-hover\/30:hover{
  border-inline-start-color: rgb(112 126 222 / 0.3);
}

.hover\:border-s-quinary-hover\/35:hover{
  border-inline-start-color: rgb(112 126 222 / 0.35);
}

.hover\:border-s-quinary-hover\/40:hover{
  border-inline-start-color: rgb(112 126 222 / 0.4);
}

.hover\:border-s-quinary-hover\/45:hover{
  border-inline-start-color: rgb(112 126 222 / 0.45);
}

.hover\:border-s-quinary-hover\/5:hover{
  border-inline-start-color: rgb(112 126 222 / 0.05);
}

.hover\:border-s-quinary-hover\/50:hover{
  border-inline-start-color: rgb(112 126 222 / 0.5);
}

.hover\:border-s-quinary-hover\/55:hover{
  border-inline-start-color: rgb(112 126 222 / 0.55);
}

.hover\:border-s-quinary-hover\/60:hover{
  border-inline-start-color: rgb(112 126 222 / 0.6);
}

.hover\:border-s-quinary-hover\/65:hover{
  border-inline-start-color: rgb(112 126 222 / 0.65);
}

.hover\:border-s-quinary-hover\/70:hover{
  border-inline-start-color: rgb(112 126 222 / 0.7);
}

.hover\:border-s-quinary-hover\/75:hover{
  border-inline-start-color: rgb(112 126 222 / 0.75);
}

.hover\:border-s-quinary-hover\/80:hover{
  border-inline-start-color: rgb(112 126 222 / 0.8);
}

.hover\:border-s-quinary-hover\/85:hover{
  border-inline-start-color: rgb(112 126 222 / 0.85);
}

.hover\:border-s-quinary-hover\/90:hover{
  border-inline-start-color: rgb(112 126 222 / 0.9);
}

.hover\:border-s-quinary-hover\/95:hover{
  border-inline-start-color: rgb(112 126 222 / 0.95);
}

.hover\:border-s-quinary\/0:hover{
  border-inline-start-color: rgb(136 150 244 / 0);
}

.hover\:border-s-quinary\/10:hover{
  border-inline-start-color: rgb(136 150 244 / 0.1);
}

.hover\:border-s-quinary\/100:hover{
  border-inline-start-color: rgb(136 150 244 / 1);
}

.hover\:border-s-quinary\/15:hover{
  border-inline-start-color: rgb(136 150 244 / 0.15);
}

.hover\:border-s-quinary\/20:hover{
  border-inline-start-color: rgb(136 150 244 / 0.2);
}

.hover\:border-s-quinary\/25:hover{
  border-inline-start-color: rgb(136 150 244 / 0.25);
}

.hover\:border-s-quinary\/30:hover{
  border-inline-start-color: rgb(136 150 244 / 0.3);
}

.hover\:border-s-quinary\/35:hover{
  border-inline-start-color: rgb(136 150 244 / 0.35);
}

.hover\:border-s-quinary\/40:hover{
  border-inline-start-color: rgb(136 150 244 / 0.4);
}

.hover\:border-s-quinary\/45:hover{
  border-inline-start-color: rgb(136 150 244 / 0.45);
}

.hover\:border-s-quinary\/5:hover{
  border-inline-start-color: rgb(136 150 244 / 0.05);
}

.hover\:border-s-quinary\/50:hover{
  border-inline-start-color: rgb(136 150 244 / 0.5);
}

.hover\:border-s-quinary\/55:hover{
  border-inline-start-color: rgb(136 150 244 / 0.55);
}

.hover\:border-s-quinary\/60:hover{
  border-inline-start-color: rgb(136 150 244 / 0.6);
}

.hover\:border-s-quinary\/65:hover{
  border-inline-start-color: rgb(136 150 244 / 0.65);
}

.hover\:border-s-quinary\/70:hover{
  border-inline-start-color: rgb(136 150 244 / 0.7);
}

.hover\:border-s-quinary\/75:hover{
  border-inline-start-color: rgb(136 150 244 / 0.75);
}

.hover\:border-s-quinary\/80:hover{
  border-inline-start-color: rgb(136 150 244 / 0.8);
}

.hover\:border-s-quinary\/85:hover{
  border-inline-start-color: rgb(136 150 244 / 0.85);
}

.hover\:border-s-quinary\/90:hover{
  border-inline-start-color: rgb(136 150 244 / 0.9);
}

.hover\:border-s-quinary\/95:hover{
  border-inline-start-color: rgb(136 150 244 / 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\/15:hover{
  border-inline-start-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(254 226 226 / 0.35);
}

.hover\:border-s-red-100\/40:hover{
  border-inline-start-color: rgb(254 226 226 / 0.4);
}

.hover\:border-s-red-100\/45:hover{
  border-inline-start-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(254 226 226 / 0.55);
}

.hover\:border-s-red-100\/60:hover{
  border-inline-start-color: rgb(254 226 226 / 0.6);
}

.hover\:border-s-red-100\/65:hover{
  border-inline-start-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(254 202 202 / 0.35);
}

.hover\:border-s-red-200\/40:hover{
  border-inline-start-color: rgb(254 202 202 / 0.4);
}

.hover\:border-s-red-200\/45:hover{
  border-inline-start-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(254 202 202 / 0.55);
}

.hover\:border-s-red-200\/60:hover{
  border-inline-start-color: rgb(254 202 202 / 0.6);
}

.hover\:border-s-red-200\/65:hover{
  border-inline-start-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(252 165 165 / 0.35);
}

.hover\:border-s-red-300\/40:hover{
  border-inline-start-color: rgb(252 165 165 / 0.4);
}

.hover\:border-s-red-300\/45:hover{
  border-inline-start-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(252 165 165 / 0.55);
}

.hover\:border-s-red-300\/60:hover{
  border-inline-start-color: rgb(252 165 165 / 0.6);
}

.hover\:border-s-red-300\/65:hover{
  border-inline-start-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(248 113 113 / 0.35);
}

.hover\:border-s-red-400\/40:hover{
  border-inline-start-color: rgb(248 113 113 / 0.4);
}

.hover\:border-s-red-400\/45:hover{
  border-inline-start-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(248 113 113 / 0.55);
}

.hover\:border-s-red-400\/60:hover{
  border-inline-start-color: rgb(248 113 113 / 0.6);
}

.hover\:border-s-red-400\/65:hover{
  border-inline-start-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(254 242 242 / 0.35);
}

.hover\:border-s-red-50\/40:hover{
  border-inline-start-color: rgb(254 242 242 / 0.4);
}

.hover\:border-s-red-50\/45:hover{
  border-inline-start-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(254 242 242 / 0.55);
}

.hover\:border-s-red-50\/60:hover{
  border-inline-start-color: rgb(254 242 242 / 0.6);
}

.hover\:border-s-red-50\/65:hover{
  border-inline-start-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(239 68 68 / 0.35);
}

.hover\:border-s-red-500\/40:hover{
  border-inline-start-color: rgb(239 68 68 / 0.4);
}

.hover\:border-s-red-500\/45:hover{
  border-inline-start-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(239 68 68 / 0.55);
}

.hover\:border-s-red-500\/60:hover{
  border-inline-start-color: rgb(239 68 68 / 0.6);
}

.hover\:border-s-red-500\/65:hover{
  border-inline-start-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(220 38 38 / 0.35);
}

.hover\:border-s-red-600\/40:hover{
  border-inline-start-color: rgb(220 38 38 / 0.4);
}

.hover\:border-s-red-600\/45:hover{
  border-inline-start-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(220 38 38 / 0.55);
}

.hover\:border-s-red-600\/60:hover{
  border-inline-start-color: rgb(220 38 38 / 0.6);
}

.hover\:border-s-red-600\/65:hover{
  border-inline-start-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(185 28 28 / 0.35);
}

.hover\:border-s-red-700\/40:hover{
  border-inline-start-color: rgb(185 28 28 / 0.4);
}

.hover\:border-s-red-700\/45:hover{
  border-inline-start-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(185 28 28 / 0.55);
}

.hover\:border-s-red-700\/60:hover{
  border-inline-start-color: rgb(185 28 28 / 0.6);
}

.hover\:border-s-red-700\/65:hover{
  border-inline-start-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(153 27 27 / 0.35);
}

.hover\:border-s-red-800\/40:hover{
  border-inline-start-color: rgb(153 27 27 / 0.4);
}

.hover\:border-s-red-800\/45:hover{
  border-inline-start-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(153 27 27 / 0.55);
}

.hover\:border-s-red-800\/60:hover{
  border-inline-start-color: rgb(153 27 27 / 0.6);
}

.hover\:border-s-red-800\/65:hover{
  border-inline-start-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(127 29 29 / 0.35);
}

.hover\:border-s-red-900\/40:hover{
  border-inline-start-color: rgb(127 29 29 / 0.4);
}

.hover\:border-s-red-900\/45:hover{
  border-inline-start-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(127 29 29 / 0.55);
}

.hover\:border-s-red-900\/60:hover{
  border-inline-start-color: rgb(127 29 29 / 0.6);
}

.hover\:border-s-red-900\/65:hover{
  border-inline-start-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(69 10 10 / 0.35);
}

.hover\:border-s-red-950\/40:hover{
  border-inline-start-color: rgb(69 10 10 / 0.4);
}

.hover\:border-s-red-950\/45:hover{
  border-inline-start-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(69 10 10 / 0.55);
}

.hover\:border-s-red-950\/60:hover{
  border-inline-start-color: rgb(69 10 10 / 0.6);
}

.hover\:border-s-red-950\/65:hover{
  border-inline-start-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(255 228 230 / 0.35);
}

.hover\:border-s-rose-100\/40:hover{
  border-inline-start-color: rgb(255 228 230 / 0.4);
}

.hover\:border-s-rose-100\/45:hover{
  border-inline-start-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(255 228 230 / 0.55);
}

.hover\:border-s-rose-100\/60:hover{
  border-inline-start-color: rgb(255 228 230 / 0.6);
}

.hover\:border-s-rose-100\/65:hover{
  border-inline-start-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(254 205 211 / 0.35);
}

.hover\:border-s-rose-200\/40:hover{
  border-inline-start-color: rgb(254 205 211 / 0.4);
}

.hover\:border-s-rose-200\/45:hover{
  border-inline-start-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(254 205 211 / 0.55);
}

.hover\:border-s-rose-200\/60:hover{
  border-inline-start-color: rgb(254 205 211 / 0.6);
}

.hover\:border-s-rose-200\/65:hover{
  border-inline-start-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(253 164 175 / 0.35);
}

.hover\:border-s-rose-300\/40:hover{
  border-inline-start-color: rgb(253 164 175 / 0.4);
}

.hover\:border-s-rose-300\/45:hover{
  border-inline-start-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(253 164 175 / 0.55);
}

.hover\:border-s-rose-300\/60:hover{
  border-inline-start-color: rgb(253 164 175 / 0.6);
}

.hover\:border-s-rose-300\/65:hover{
  border-inline-start-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(251 113 133 / 0.35);
}

.hover\:border-s-rose-400\/40:hover{
  border-inline-start-color: rgb(251 113 133 / 0.4);
}

.hover\:border-s-rose-400\/45:hover{
  border-inline-start-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(251 113 133 / 0.55);
}

.hover\:border-s-rose-400\/60:hover{
  border-inline-start-color: rgb(251 113 133 / 0.6);
}

.hover\:border-s-rose-400\/65:hover{
  border-inline-start-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(255 241 242 / 0.35);
}

.hover\:border-s-rose-50\/40:hover{
  border-inline-start-color: rgb(255 241 242 / 0.4);
}

.hover\:border-s-rose-50\/45:hover{
  border-inline-start-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(255 241 242 / 0.55);
}

.hover\:border-s-rose-50\/60:hover{
  border-inline-start-color: rgb(255 241 242 / 0.6);
}

.hover\:border-s-rose-50\/65:hover{
  border-inline-start-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(244 63 94 / 0.35);
}

.hover\:border-s-rose-500\/40:hover{
  border-inline-start-color: rgb(244 63 94 / 0.4);
}

.hover\:border-s-rose-500\/45:hover{
  border-inline-start-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(244 63 94 / 0.55);
}

.hover\:border-s-rose-500\/60:hover{
  border-inline-start-color: rgb(244 63 94 / 0.6);
}

.hover\:border-s-rose-500\/65:hover{
  border-inline-start-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(225 29 72 / 0.35);
}

.hover\:border-s-rose-600\/40:hover{
  border-inline-start-color: rgb(225 29 72 / 0.4);
}

.hover\:border-s-rose-600\/45:hover{
  border-inline-start-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(225 29 72 / 0.55);
}

.hover\:border-s-rose-600\/60:hover{
  border-inline-start-color: rgb(225 29 72 / 0.6);
}

.hover\:border-s-rose-600\/65:hover{
  border-inline-start-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(190 18 60 / 0.35);
}

.hover\:border-s-rose-700\/40:hover{
  border-inline-start-color: rgb(190 18 60 / 0.4);
}

.hover\:border-s-rose-700\/45:hover{
  border-inline-start-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(190 18 60 / 0.55);
}

.hover\:border-s-rose-700\/60:hover{
  border-inline-start-color: rgb(190 18 60 / 0.6);
}

.hover\:border-s-rose-700\/65:hover{
  border-inline-start-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(159 18 57 / 0.35);
}

.hover\:border-s-rose-800\/40:hover{
  border-inline-start-color: rgb(159 18 57 / 0.4);
}

.hover\:border-s-rose-800\/45:hover{
  border-inline-start-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(159 18 57 / 0.55);
}

.hover\:border-s-rose-800\/60:hover{
  border-inline-start-color: rgb(159 18 57 / 0.6);
}

.hover\:border-s-rose-800\/65:hover{
  border-inline-start-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(136 19 55 / 0.35);
}

.hover\:border-s-rose-900\/40:hover{
  border-inline-start-color: rgb(136 19 55 / 0.4);
}

.hover\:border-s-rose-900\/45:hover{
  border-inline-start-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(136 19 55 / 0.55);
}

.hover\:border-s-rose-900\/60:hover{
  border-inline-start-color: rgb(136 19 55 / 0.6);
}

.hover\:border-s-rose-900\/65:hover{
  border-inline-start-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(76 5 25 / 0.35);
}

.hover\:border-s-rose-950\/40:hover{
  border-inline-start-color: rgb(76 5 25 / 0.4);
}

.hover\:border-s-rose-950\/45:hover{
  border-inline-start-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(76 5 25 / 0.55);
}

.hover\:border-s-rose-950\/60:hover{
  border-inline-start-color: rgb(76 5 25 / 0.6);
}

.hover\:border-s-rose-950\/65:hover{
  border-inline-start-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.hover\:border-s-secondary\/0:hover{
  border-inline-start-color: rgb(141 147 167 / 0);
}

.hover\:border-s-secondary\/10:hover{
  border-inline-start-color: rgb(141 147 167 / 0.1);
}

.hover\:border-s-secondary\/100:hover{
  border-inline-start-color: rgb(141 147 167 / 1);
}

.hover\:border-s-secondary\/15:hover{
  border-inline-start-color: rgb(141 147 167 / 0.15);
}

.hover\:border-s-secondary\/20:hover{
  border-inline-start-color: rgb(141 147 167 / 0.2);
}

.hover\:border-s-secondary\/25:hover{
  border-inline-start-color: rgb(141 147 167 / 0.25);
}

.hover\:border-s-secondary\/30:hover{
  border-inline-start-color: rgb(141 147 167 / 0.3);
}

.hover\:border-s-secondary\/35:hover{
  border-inline-start-color: rgb(141 147 167 / 0.35);
}

.hover\:border-s-secondary\/40:hover{
  border-inline-start-color: rgb(141 147 167 / 0.4);
}

.hover\:border-s-secondary\/45:hover{
  border-inline-start-color: rgb(141 147 167 / 0.45);
}

.hover\:border-s-secondary\/5:hover{
  border-inline-start-color: rgb(141 147 167 / 0.05);
}

.hover\:border-s-secondary\/50:hover{
  border-inline-start-color: rgb(141 147 167 / 0.5);
}

.hover\:border-s-secondary\/55:hover{
  border-inline-start-color: rgb(141 147 167 / 0.55);
}

.hover\:border-s-secondary\/60:hover{
  border-inline-start-color: rgb(141 147 167 / 0.6);
}

.hover\:border-s-secondary\/65:hover{
  border-inline-start-color: rgb(141 147 167 / 0.65);
}

.hover\:border-s-secondary\/70:hover{
  border-inline-start-color: rgb(141 147 167 / 0.7);
}

.hover\:border-s-secondary\/75:hover{
  border-inline-start-color: rgb(141 147 167 / 0.75);
}

.hover\:border-s-secondary\/80:hover{
  border-inline-start-color: rgb(141 147 167 / 0.8);
}

.hover\:border-s-secondary\/85:hover{
  border-inline-start-color: rgb(141 147 167 / 0.85);
}

.hover\:border-s-secondary\/90:hover{
  border-inline-start-color: rgb(141 147 167 / 0.9);
}

.hover\:border-s-secondary\/95:hover{
  border-inline-start-color: rgb(141 147 167 / 0.95);
}

.hover\:border-s-senary:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.hover\:border-s-senary\/0:hover{
  border-inline-start-color: rgb(73 134 231 / 0);
}

.hover\:border-s-senary\/10:hover{
  border-inline-start-color: rgb(73 134 231 / 0.1);
}

.hover\:border-s-senary\/100:hover{
  border-inline-start-color: rgb(73 134 231 / 1);
}

.hover\:border-s-senary\/15:hover{
  border-inline-start-color: rgb(73 134 231 / 0.15);
}

.hover\:border-s-senary\/20:hover{
  border-inline-start-color: rgb(73 134 231 / 0.2);
}

.hover\:border-s-senary\/25:hover{
  border-inline-start-color: rgb(73 134 231 / 0.25);
}

.hover\:border-s-senary\/30:hover{
  border-inline-start-color: rgb(73 134 231 / 0.3);
}

.hover\:border-s-senary\/35:hover{
  border-inline-start-color: rgb(73 134 231 / 0.35);
}

.hover\:border-s-senary\/40:hover{
  border-inline-start-color: rgb(73 134 231 / 0.4);
}

.hover\:border-s-senary\/45:hover{
  border-inline-start-color: rgb(73 134 231 / 0.45);
}

.hover\:border-s-senary\/5:hover{
  border-inline-start-color: rgb(73 134 231 / 0.05);
}

.hover\:border-s-senary\/50:hover{
  border-inline-start-color: rgb(73 134 231 / 0.5);
}

.hover\:border-s-senary\/55:hover{
  border-inline-start-color: rgb(73 134 231 / 0.55);
}

.hover\:border-s-senary\/60:hover{
  border-inline-start-color: rgb(73 134 231 / 0.6);
}

.hover\:border-s-senary\/65:hover{
  border-inline-start-color: rgb(73 134 231 / 0.65);
}

.hover\:border-s-senary\/70:hover{
  border-inline-start-color: rgb(73 134 231 / 0.7);
}

.hover\:border-s-senary\/75:hover{
  border-inline-start-color: rgb(73 134 231 / 0.75);
}

.hover\:border-s-senary\/80:hover{
  border-inline-start-color: rgb(73 134 231 / 0.8);
}

.hover\:border-s-senary\/85:hover{
  border-inline-start-color: rgb(73 134 231 / 0.85);
}

.hover\:border-s-senary\/90:hover{
  border-inline-start-color: rgb(73 134 231 / 0.9);
}

.hover\:border-s-senary\/95:hover{
  border-inline-start-color: rgb(73 134 231 / 0.95);
}

.hover\:border-s-septenary:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.hover\:border-s-septenary\/0:hover{
  border-inline-start-color: rgb(49 88 129 / 0);
}

.hover\:border-s-septenary\/10:hover{
  border-inline-start-color: rgb(49 88 129 / 0.1);
}

.hover\:border-s-septenary\/100:hover{
  border-inline-start-color: rgb(49 88 129 / 1);
}

.hover\:border-s-septenary\/15:hover{
  border-inline-start-color: rgb(49 88 129 / 0.15);
}

.hover\:border-s-septenary\/20:hover{
  border-inline-start-color: rgb(49 88 129 / 0.2);
}

.hover\:border-s-septenary\/25:hover{
  border-inline-start-color: rgb(49 88 129 / 0.25);
}

.hover\:border-s-septenary\/30:hover{
  border-inline-start-color: rgb(49 88 129 / 0.3);
}

.hover\:border-s-septenary\/35:hover{
  border-inline-start-color: rgb(49 88 129 / 0.35);
}

.hover\:border-s-septenary\/40:hover{
  border-inline-start-color: rgb(49 88 129 / 0.4);
}

.hover\:border-s-septenary\/45:hover{
  border-inline-start-color: rgb(49 88 129 / 0.45);
}

.hover\:border-s-septenary\/5:hover{
  border-inline-start-color: rgb(49 88 129 / 0.05);
}

.hover\:border-s-septenary\/50:hover{
  border-inline-start-color: rgb(49 88 129 / 0.5);
}

.hover\:border-s-septenary\/55:hover{
  border-inline-start-color: rgb(49 88 129 / 0.55);
}

.hover\:border-s-septenary\/60:hover{
  border-inline-start-color: rgb(49 88 129 / 0.6);
}

.hover\:border-s-septenary\/65:hover{
  border-inline-start-color: rgb(49 88 129 / 0.65);
}

.hover\:border-s-septenary\/70:hover{
  border-inline-start-color: rgb(49 88 129 / 0.7);
}

.hover\:border-s-septenary\/75:hover{
  border-inline-start-color: rgb(49 88 129 / 0.75);
}

.hover\:border-s-septenary\/80:hover{
  border-inline-start-color: rgb(49 88 129 / 0.8);
}

.hover\:border-s-septenary\/85:hover{
  border-inline-start-color: rgb(49 88 129 / 0.85);
}

.hover\:border-s-septenary\/90:hover{
  border-inline-start-color: rgb(49 88 129 / 0.9);
}

.hover\:border-s-septenary\/95:hover{
  border-inline-start-color: rgb(49 88 129 / 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\/15:hover{
  border-inline-start-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(224 242 254 / 0.35);
}

.hover\:border-s-sky-100\/40:hover{
  border-inline-start-color: rgb(224 242 254 / 0.4);
}

.hover\:border-s-sky-100\/45:hover{
  border-inline-start-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(224 242 254 / 0.55);
}

.hover\:border-s-sky-100\/60:hover{
  border-inline-start-color: rgb(224 242 254 / 0.6);
}

.hover\:border-s-sky-100\/65:hover{
  border-inline-start-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(186 230 253 / 0.35);
}

.hover\:border-s-sky-200\/40:hover{
  border-inline-start-color: rgb(186 230 253 / 0.4);
}

.hover\:border-s-sky-200\/45:hover{
  border-inline-start-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(186 230 253 / 0.55);
}

.hover\:border-s-sky-200\/60:hover{
  border-inline-start-color: rgb(186 230 253 / 0.6);
}

.hover\:border-s-sky-200\/65:hover{
  border-inline-start-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(125 211 252 / 0.35);
}

.hover\:border-s-sky-300\/40:hover{
  border-inline-start-color: rgb(125 211 252 / 0.4);
}

.hover\:border-s-sky-300\/45:hover{
  border-inline-start-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(125 211 252 / 0.55);
}

.hover\:border-s-sky-300\/60:hover{
  border-inline-start-color: rgb(125 211 252 / 0.6);
}

.hover\:border-s-sky-300\/65:hover{
  border-inline-start-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(56 189 248 / 0.35);
}

.hover\:border-s-sky-400\/40:hover{
  border-inline-start-color: rgb(56 189 248 / 0.4);
}

.hover\:border-s-sky-400\/45:hover{
  border-inline-start-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(56 189 248 / 0.55);
}

.hover\:border-s-sky-400\/60:hover{
  border-inline-start-color: rgb(56 189 248 / 0.6);
}

.hover\:border-s-sky-400\/65:hover{
  border-inline-start-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(240 249 255 / 0.35);
}

.hover\:border-s-sky-50\/40:hover{
  border-inline-start-color: rgb(240 249 255 / 0.4);
}

.hover\:border-s-sky-50\/45:hover{
  border-inline-start-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(240 249 255 / 0.55);
}

.hover\:border-s-sky-50\/60:hover{
  border-inline-start-color: rgb(240 249 255 / 0.6);
}

.hover\:border-s-sky-50\/65:hover{
  border-inline-start-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(14 165 233 / 0.35);
}

.hover\:border-s-sky-500\/40:hover{
  border-inline-start-color: rgb(14 165 233 / 0.4);
}

.hover\:border-s-sky-500\/45:hover{
  border-inline-start-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(14 165 233 / 0.55);
}

.hover\:border-s-sky-500\/60:hover{
  border-inline-start-color: rgb(14 165 233 / 0.6);
}

.hover\:border-s-sky-500\/65:hover{
  border-inline-start-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(2 132 199 / 0.35);
}

.hover\:border-s-sky-600\/40:hover{
  border-inline-start-color: rgb(2 132 199 / 0.4);
}

.hover\:border-s-sky-600\/45:hover{
  border-inline-start-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(2 132 199 / 0.55);
}

.hover\:border-s-sky-600\/60:hover{
  border-inline-start-color: rgb(2 132 199 / 0.6);
}

.hover\:border-s-sky-600\/65:hover{
  border-inline-start-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(3 105 161 / 0.35);
}

.hover\:border-s-sky-700\/40:hover{
  border-inline-start-color: rgb(3 105 161 / 0.4);
}

.hover\:border-s-sky-700\/45:hover{
  border-inline-start-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(3 105 161 / 0.55);
}

.hover\:border-s-sky-700\/60:hover{
  border-inline-start-color: rgb(3 105 161 / 0.6);
}

.hover\:border-s-sky-700\/65:hover{
  border-inline-start-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(7 89 133 / 0.35);
}

.hover\:border-s-sky-800\/40:hover{
  border-inline-start-color: rgb(7 89 133 / 0.4);
}

.hover\:border-s-sky-800\/45:hover{
  border-inline-start-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(7 89 133 / 0.55);
}

.hover\:border-s-sky-800\/60:hover{
  border-inline-start-color: rgb(7 89 133 / 0.6);
}

.hover\:border-s-sky-800\/65:hover{
  border-inline-start-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(12 74 110 / 0.35);
}

.hover\:border-s-sky-900\/40:hover{
  border-inline-start-color: rgb(12 74 110 / 0.4);
}

.hover\:border-s-sky-900\/45:hover{
  border-inline-start-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(12 74 110 / 0.55);
}

.hover\:border-s-sky-900\/60:hover{
  border-inline-start-color: rgb(12 74 110 / 0.6);
}

.hover\:border-s-sky-900\/65:hover{
  border-inline-start-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(8 47 73 / 0.35);
}

.hover\:border-s-sky-950\/40:hover{
  border-inline-start-color: rgb(8 47 73 / 0.4);
}

.hover\:border-s-sky-950\/45:hover{
  border-inline-start-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(8 47 73 / 0.55);
}

.hover\:border-s-sky-950\/60:hover{
  border-inline-start-color: rgb(8 47 73 / 0.6);
}

.hover\:border-s-sky-950\/65:hover{
  border-inline-start-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(241 245 249 / 0.35);
}

.hover\:border-s-slate-100\/40:hover{
  border-inline-start-color: rgb(241 245 249 / 0.4);
}

.hover\:border-s-slate-100\/45:hover{
  border-inline-start-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(241 245 249 / 0.55);
}

.hover\:border-s-slate-100\/60:hover{
  border-inline-start-color: rgb(241 245 249 / 0.6);
}

.hover\:border-s-slate-100\/65:hover{
  border-inline-start-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(226 232 240 / 0.35);
}

.hover\:border-s-slate-200\/40:hover{
  border-inline-start-color: rgb(226 232 240 / 0.4);
}

.hover\:border-s-slate-200\/45:hover{
  border-inline-start-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(226 232 240 / 0.55);
}

.hover\:border-s-slate-200\/60:hover{
  border-inline-start-color: rgb(226 232 240 / 0.6);
}

.hover\:border-s-slate-200\/65:hover{
  border-inline-start-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(203 213 225 / 0.35);
}

.hover\:border-s-slate-300\/40:hover{
  border-inline-start-color: rgb(203 213 225 / 0.4);
}

.hover\:border-s-slate-300\/45:hover{
  border-inline-start-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(203 213 225 / 0.55);
}

.hover\:border-s-slate-300\/60:hover{
  border-inline-start-color: rgb(203 213 225 / 0.6);
}

.hover\:border-s-slate-300\/65:hover{
  border-inline-start-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(148 163 184 / 0.35);
}

.hover\:border-s-slate-400\/40:hover{
  border-inline-start-color: rgb(148 163 184 / 0.4);
}

.hover\:border-s-slate-400\/45:hover{
  border-inline-start-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(148 163 184 / 0.55);
}

.hover\:border-s-slate-400\/60:hover{
  border-inline-start-color: rgb(148 163 184 / 0.6);
}

.hover\:border-s-slate-400\/65:hover{
  border-inline-start-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(248 250 252 / 0.35);
}

.hover\:border-s-slate-50\/40:hover{
  border-inline-start-color: rgb(248 250 252 / 0.4);
}

.hover\:border-s-slate-50\/45:hover{
  border-inline-start-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(248 250 252 / 0.55);
}

.hover\:border-s-slate-50\/60:hover{
  border-inline-start-color: rgb(248 250 252 / 0.6);
}

.hover\:border-s-slate-50\/65:hover{
  border-inline-start-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(100 116 139 / 0.35);
}

.hover\:border-s-slate-500\/40:hover{
  border-inline-start-color: rgb(100 116 139 / 0.4);
}

.hover\:border-s-slate-500\/45:hover{
  border-inline-start-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(100 116 139 / 0.55);
}

.hover\:border-s-slate-500\/60:hover{
  border-inline-start-color: rgb(100 116 139 / 0.6);
}

.hover\:border-s-slate-500\/65:hover{
  border-inline-start-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(71 85 105 / 0.35);
}

.hover\:border-s-slate-600\/40:hover{
  border-inline-start-color: rgb(71 85 105 / 0.4);
}

.hover\:border-s-slate-600\/45:hover{
  border-inline-start-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(71 85 105 / 0.55);
}

.hover\:border-s-slate-600\/60:hover{
  border-inline-start-color: rgb(71 85 105 / 0.6);
}

.hover\:border-s-slate-600\/65:hover{
  border-inline-start-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(51 65 85 / 0.35);
}

.hover\:border-s-slate-700\/40:hover{
  border-inline-start-color: rgb(51 65 85 / 0.4);
}

.hover\:border-s-slate-700\/45:hover{
  border-inline-start-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(51 65 85 / 0.55);
}

.hover\:border-s-slate-700\/60:hover{
  border-inline-start-color: rgb(51 65 85 / 0.6);
}

.hover\:border-s-slate-700\/65:hover{
  border-inline-start-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(30 41 59 / 0.35);
}

.hover\:border-s-slate-800\/40:hover{
  border-inline-start-color: rgb(30 41 59 / 0.4);
}

.hover\:border-s-slate-800\/45:hover{
  border-inline-start-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(30 41 59 / 0.55);
}

.hover\:border-s-slate-800\/60:hover{
  border-inline-start-color: rgb(30 41 59 / 0.6);
}

.hover\:border-s-slate-800\/65:hover{
  border-inline-start-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(15 23 42 / 0.35);
}

.hover\:border-s-slate-900\/40:hover{
  border-inline-start-color: rgb(15 23 42 / 0.4);
}

.hover\:border-s-slate-900\/45:hover{
  border-inline-start-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(15 23 42 / 0.55);
}

.hover\:border-s-slate-900\/60:hover{
  border-inline-start-color: rgb(15 23 42 / 0.6);
}

.hover\:border-s-slate-900\/65:hover{
  border-inline-start-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(2 6 23 / 0.35);
}

.hover\:border-s-slate-950\/40:hover{
  border-inline-start-color: rgb(2 6 23 / 0.4);
}

.hover\:border-s-slate-950\/45:hover{
  border-inline-start-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(2 6 23 / 0.55);
}

.hover\:border-s-slate-950\/60:hover{
  border-inline-start-color: rgb(2 6 23 / 0.6);
}

.hover\:border-s-slate-950\/65:hover{
  border-inline-start-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(245 245 244 / 0.35);
}

.hover\:border-s-stone-100\/40:hover{
  border-inline-start-color: rgb(245 245 244 / 0.4);
}

.hover\:border-s-stone-100\/45:hover{
  border-inline-start-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(245 245 244 / 0.55);
}

.hover\:border-s-stone-100\/60:hover{
  border-inline-start-color: rgb(245 245 244 / 0.6);
}

.hover\:border-s-stone-100\/65:hover{
  border-inline-start-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(231 229 228 / 0.35);
}

.hover\:border-s-stone-200\/40:hover{
  border-inline-start-color: rgb(231 229 228 / 0.4);
}

.hover\:border-s-stone-200\/45:hover{
  border-inline-start-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(231 229 228 / 0.55);
}

.hover\:border-s-stone-200\/60:hover{
  border-inline-start-color: rgb(231 229 228 / 0.6);
}

.hover\:border-s-stone-200\/65:hover{
  border-inline-start-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(214 211 209 / 0.35);
}

.hover\:border-s-stone-300\/40:hover{
  border-inline-start-color: rgb(214 211 209 / 0.4);
}

.hover\:border-s-stone-300\/45:hover{
  border-inline-start-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(214 211 209 / 0.55);
}

.hover\:border-s-stone-300\/60:hover{
  border-inline-start-color: rgb(214 211 209 / 0.6);
}

.hover\:border-s-stone-300\/65:hover{
  border-inline-start-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(168 162 158 / 0.35);
}

.hover\:border-s-stone-400\/40:hover{
  border-inline-start-color: rgb(168 162 158 / 0.4);
}

.hover\:border-s-stone-400\/45:hover{
  border-inline-start-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(168 162 158 / 0.55);
}

.hover\:border-s-stone-400\/60:hover{
  border-inline-start-color: rgb(168 162 158 / 0.6);
}

.hover\:border-s-stone-400\/65:hover{
  border-inline-start-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(250 250 249 / 0.35);
}

.hover\:border-s-stone-50\/40:hover{
  border-inline-start-color: rgb(250 250 249 / 0.4);
}

.hover\:border-s-stone-50\/45:hover{
  border-inline-start-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(250 250 249 / 0.55);
}

.hover\:border-s-stone-50\/60:hover{
  border-inline-start-color: rgb(250 250 249 / 0.6);
}

.hover\:border-s-stone-50\/65:hover{
  border-inline-start-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(120 113 108 / 0.35);
}

.hover\:border-s-stone-500\/40:hover{
  border-inline-start-color: rgb(120 113 108 / 0.4);
}

.hover\:border-s-stone-500\/45:hover{
  border-inline-start-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(120 113 108 / 0.55);
}

.hover\:border-s-stone-500\/60:hover{
  border-inline-start-color: rgb(120 113 108 / 0.6);
}

.hover\:border-s-stone-500\/65:hover{
  border-inline-start-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(87 83 78 / 0.35);
}

.hover\:border-s-stone-600\/40:hover{
  border-inline-start-color: rgb(87 83 78 / 0.4);
}

.hover\:border-s-stone-600\/45:hover{
  border-inline-start-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(87 83 78 / 0.55);
}

.hover\:border-s-stone-600\/60:hover{
  border-inline-start-color: rgb(87 83 78 / 0.6);
}

.hover\:border-s-stone-600\/65:hover{
  border-inline-start-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(68 64 60 / 0.35);
}

.hover\:border-s-stone-700\/40:hover{
  border-inline-start-color: rgb(68 64 60 / 0.4);
}

.hover\:border-s-stone-700\/45:hover{
  border-inline-start-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(68 64 60 / 0.55);
}

.hover\:border-s-stone-700\/60:hover{
  border-inline-start-color: rgb(68 64 60 / 0.6);
}

.hover\:border-s-stone-700\/65:hover{
  border-inline-start-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(41 37 36 / 0.35);
}

.hover\:border-s-stone-800\/40:hover{
  border-inline-start-color: rgb(41 37 36 / 0.4);
}

.hover\:border-s-stone-800\/45:hover{
  border-inline-start-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(41 37 36 / 0.55);
}

.hover\:border-s-stone-800\/60:hover{
  border-inline-start-color: rgb(41 37 36 / 0.6);
}

.hover\:border-s-stone-800\/65:hover{
  border-inline-start-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(28 25 23 / 0.35);
}

.hover\:border-s-stone-900\/40:hover{
  border-inline-start-color: rgb(28 25 23 / 0.4);
}

.hover\:border-s-stone-900\/45:hover{
  border-inline-start-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(28 25 23 / 0.55);
}

.hover\:border-s-stone-900\/60:hover{
  border-inline-start-color: rgb(28 25 23 / 0.6);
}

.hover\:border-s-stone-900\/65:hover{
  border-inline-start-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(12 10 9 / 0.35);
}

.hover\:border-s-stone-950\/40:hover{
  border-inline-start-color: rgb(12 10 9 / 0.4);
}

.hover\:border-s-stone-950\/45:hover{
  border-inline-start-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(12 10 9 / 0.55);
}

.hover\:border-s-stone-950\/60:hover{
  border-inline-start-color: rgb(12 10 9 / 0.6);
}

.hover\:border-s-stone-950\/65:hover{
  border-inline-start-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.hover\:border-s-success\/0:hover{
  border-inline-start-color: rgb(7 196 149 / 0);
}

.hover\:border-s-success\/10:hover{
  border-inline-start-color: rgb(7 196 149 / 0.1);
}

.hover\:border-s-success\/100:hover{
  border-inline-start-color: rgb(7 196 149 / 1);
}

.hover\:border-s-success\/15:hover{
  border-inline-start-color: rgb(7 196 149 / 0.15);
}

.hover\:border-s-success\/20:hover{
  border-inline-start-color: rgb(7 196 149 / 0.2);
}

.hover\:border-s-success\/25:hover{
  border-inline-start-color: rgb(7 196 149 / 0.25);
}

.hover\:border-s-success\/30:hover{
  border-inline-start-color: rgb(7 196 149 / 0.3);
}

.hover\:border-s-success\/35:hover{
  border-inline-start-color: rgb(7 196 149 / 0.35);
}

.hover\:border-s-success\/40:hover{
  border-inline-start-color: rgb(7 196 149 / 0.4);
}

.hover\:border-s-success\/45:hover{
  border-inline-start-color: rgb(7 196 149 / 0.45);
}

.hover\:border-s-success\/5:hover{
  border-inline-start-color: rgb(7 196 149 / 0.05);
}

.hover\:border-s-success\/50:hover{
  border-inline-start-color: rgb(7 196 149 / 0.5);
}

.hover\:border-s-success\/55:hover{
  border-inline-start-color: rgb(7 196 149 / 0.55);
}

.hover\:border-s-success\/60:hover{
  border-inline-start-color: rgb(7 196 149 / 0.6);
}

.hover\:border-s-success\/65:hover{
  border-inline-start-color: rgb(7 196 149 / 0.65);
}

.hover\:border-s-success\/70:hover{
  border-inline-start-color: rgb(7 196 149 / 0.7);
}

.hover\:border-s-success\/75:hover{
  border-inline-start-color: rgb(7 196 149 / 0.75);
}

.hover\:border-s-success\/80:hover{
  border-inline-start-color: rgb(7 196 149 / 0.8);
}

.hover\:border-s-success\/85:hover{
  border-inline-start-color: rgb(7 196 149 / 0.85);
}

.hover\:border-s-success\/90:hover{
  border-inline-start-color: rgb(7 196 149 / 0.9);
}

.hover\:border-s-success\/95:hover{
  border-inline-start-color: rgb(7 196 149 / 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\/15:hover{
  border-inline-start-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(204 251 241 / 0.35);
}

.hover\:border-s-teal-100\/40:hover{
  border-inline-start-color: rgb(204 251 241 / 0.4);
}

.hover\:border-s-teal-100\/45:hover{
  border-inline-start-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(204 251 241 / 0.55);
}

.hover\:border-s-teal-100\/60:hover{
  border-inline-start-color: rgb(204 251 241 / 0.6);
}

.hover\:border-s-teal-100\/65:hover{
  border-inline-start-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(153 246 228 / 0.35);
}

.hover\:border-s-teal-200\/40:hover{
  border-inline-start-color: rgb(153 246 228 / 0.4);
}

.hover\:border-s-teal-200\/45:hover{
  border-inline-start-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(153 246 228 / 0.55);
}

.hover\:border-s-teal-200\/60:hover{
  border-inline-start-color: rgb(153 246 228 / 0.6);
}

.hover\:border-s-teal-200\/65:hover{
  border-inline-start-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(94 234 212 / 0.35);
}

.hover\:border-s-teal-300\/40:hover{
  border-inline-start-color: rgb(94 234 212 / 0.4);
}

.hover\:border-s-teal-300\/45:hover{
  border-inline-start-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(94 234 212 / 0.55);
}

.hover\:border-s-teal-300\/60:hover{
  border-inline-start-color: rgb(94 234 212 / 0.6);
}

.hover\:border-s-teal-300\/65:hover{
  border-inline-start-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(45 212 191 / 0.35);
}

.hover\:border-s-teal-400\/40:hover{
  border-inline-start-color: rgb(45 212 191 / 0.4);
}

.hover\:border-s-teal-400\/45:hover{
  border-inline-start-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(45 212 191 / 0.55);
}

.hover\:border-s-teal-400\/60:hover{
  border-inline-start-color: rgb(45 212 191 / 0.6);
}

.hover\:border-s-teal-400\/65:hover{
  border-inline-start-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(240 253 250 / 0.35);
}

.hover\:border-s-teal-50\/40:hover{
  border-inline-start-color: rgb(240 253 250 / 0.4);
}

.hover\:border-s-teal-50\/45:hover{
  border-inline-start-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(240 253 250 / 0.55);
}

.hover\:border-s-teal-50\/60:hover{
  border-inline-start-color: rgb(240 253 250 / 0.6);
}

.hover\:border-s-teal-50\/65:hover{
  border-inline-start-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(20 184 166 / 0.35);
}

.hover\:border-s-teal-500\/40:hover{
  border-inline-start-color: rgb(20 184 166 / 0.4);
}

.hover\:border-s-teal-500\/45:hover{
  border-inline-start-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(20 184 166 / 0.55);
}

.hover\:border-s-teal-500\/60:hover{
  border-inline-start-color: rgb(20 184 166 / 0.6);
}

.hover\:border-s-teal-500\/65:hover{
  border-inline-start-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(13 148 136 / 0.35);
}

.hover\:border-s-teal-600\/40:hover{
  border-inline-start-color: rgb(13 148 136 / 0.4);
}

.hover\:border-s-teal-600\/45:hover{
  border-inline-start-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(13 148 136 / 0.55);
}

.hover\:border-s-teal-600\/60:hover{
  border-inline-start-color: rgb(13 148 136 / 0.6);
}

.hover\:border-s-teal-600\/65:hover{
  border-inline-start-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(15 118 110 / 0.35);
}

.hover\:border-s-teal-700\/40:hover{
  border-inline-start-color: rgb(15 118 110 / 0.4);
}

.hover\:border-s-teal-700\/45:hover{
  border-inline-start-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(15 118 110 / 0.55);
}

.hover\:border-s-teal-700\/60:hover{
  border-inline-start-color: rgb(15 118 110 / 0.6);
}

.hover\:border-s-teal-700\/65:hover{
  border-inline-start-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(17 94 89 / 0.35);
}

.hover\:border-s-teal-800\/40:hover{
  border-inline-start-color: rgb(17 94 89 / 0.4);
}

.hover\:border-s-teal-800\/45:hover{
  border-inline-start-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(17 94 89 / 0.55);
}

.hover\:border-s-teal-800\/60:hover{
  border-inline-start-color: rgb(17 94 89 / 0.6);
}

.hover\:border-s-teal-800\/65:hover{
  border-inline-start-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(19 78 74 / 0.35);
}

.hover\:border-s-teal-900\/40:hover{
  border-inline-start-color: rgb(19 78 74 / 0.4);
}

.hover\:border-s-teal-900\/45:hover{
  border-inline-start-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(19 78 74 / 0.55);
}

.hover\:border-s-teal-900\/60:hover{
  border-inline-start-color: rgb(19 78 74 / 0.6);
}

.hover\:border-s-teal-900\/65:hover{
  border-inline-start-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(4 47 46 / 0.35);
}

.hover\:border-s-teal-950\/40:hover{
  border-inline-start-color: rgb(4 47 46 / 0.4);
}

.hover\:border-s-teal-950\/45:hover{
  border-inline-start-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(4 47 46 / 0.55);
}

.hover\:border-s-teal-950\/60:hover{
  border-inline-start-color: rgb(4 47 46 / 0.6);
}

.hover\:border-s-teal-950\/65:hover{
  border-inline-start-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.hover\:border-s-tertiary-hover:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.hover\:border-s-tertiary-hover\/0:hover{
  border-inline-start-color: rgb(20 123 223 / 0);
}

.hover\:border-s-tertiary-hover\/10:hover{
  border-inline-start-color: rgb(20 123 223 / 0.1);
}

.hover\:border-s-tertiary-hover\/100:hover{
  border-inline-start-color: rgb(20 123 223 / 1);
}

.hover\:border-s-tertiary-hover\/15:hover{
  border-inline-start-color: rgb(20 123 223 / 0.15);
}

.hover\:border-s-tertiary-hover\/20:hover{
  border-inline-start-color: rgb(20 123 223 / 0.2);
}

.hover\:border-s-tertiary-hover\/25:hover{
  border-inline-start-color: rgb(20 123 223 / 0.25);
}

.hover\:border-s-tertiary-hover\/30:hover{
  border-inline-start-color: rgb(20 123 223 / 0.3);
}

.hover\:border-s-tertiary-hover\/35:hover{
  border-inline-start-color: rgb(20 123 223 / 0.35);
}

.hover\:border-s-tertiary-hover\/40:hover{
  border-inline-start-color: rgb(20 123 223 / 0.4);
}

.hover\:border-s-tertiary-hover\/45:hover{
  border-inline-start-color: rgb(20 123 223 / 0.45);
}

.hover\:border-s-tertiary-hover\/5:hover{
  border-inline-start-color: rgb(20 123 223 / 0.05);
}

.hover\:border-s-tertiary-hover\/50:hover{
  border-inline-start-color: rgb(20 123 223 / 0.5);
}

.hover\:border-s-tertiary-hover\/55:hover{
  border-inline-start-color: rgb(20 123 223 / 0.55);
}

.hover\:border-s-tertiary-hover\/60:hover{
  border-inline-start-color: rgb(20 123 223 / 0.6);
}

.hover\:border-s-tertiary-hover\/65:hover{
  border-inline-start-color: rgb(20 123 223 / 0.65);
}

.hover\:border-s-tertiary-hover\/70:hover{
  border-inline-start-color: rgb(20 123 223 / 0.7);
}

.hover\:border-s-tertiary-hover\/75:hover{
  border-inline-start-color: rgb(20 123 223 / 0.75);
}

.hover\:border-s-tertiary-hover\/80:hover{
  border-inline-start-color: rgb(20 123 223 / 0.8);
}

.hover\:border-s-tertiary-hover\/85:hover{
  border-inline-start-color: rgb(20 123 223 / 0.85);
}

.hover\:border-s-tertiary-hover\/90:hover{
  border-inline-start-color: rgb(20 123 223 / 0.9);
}

.hover\:border-s-tertiary-hover\/95:hover{
  border-inline-start-color: rgb(20 123 223 / 0.95);
}

.hover\:border-s-tertiary\/0:hover{
  border-inline-start-color: rgb(22 137 252 / 0);
}

.hover\:border-s-tertiary\/10:hover{
  border-inline-start-color: rgb(22 137 252 / 0.1);
}

.hover\:border-s-tertiary\/100:hover{
  border-inline-start-color: rgb(22 137 252 / 1);
}

.hover\:border-s-tertiary\/15:hover{
  border-inline-start-color: rgb(22 137 252 / 0.15);
}

.hover\:border-s-tertiary\/20:hover{
  border-inline-start-color: rgb(22 137 252 / 0.2);
}

.hover\:border-s-tertiary\/25:hover{
  border-inline-start-color: rgb(22 137 252 / 0.25);
}

.hover\:border-s-tertiary\/30:hover{
  border-inline-start-color: rgb(22 137 252 / 0.3);
}

.hover\:border-s-tertiary\/35:hover{
  border-inline-start-color: rgb(22 137 252 / 0.35);
}

.hover\:border-s-tertiary\/40:hover{
  border-inline-start-color: rgb(22 137 252 / 0.4);
}

.hover\:border-s-tertiary\/45:hover{
  border-inline-start-color: rgb(22 137 252 / 0.45);
}

.hover\:border-s-tertiary\/5:hover{
  border-inline-start-color: rgb(22 137 252 / 0.05);
}

.hover\:border-s-tertiary\/50:hover{
  border-inline-start-color: rgb(22 137 252 / 0.5);
}

.hover\:border-s-tertiary\/55:hover{
  border-inline-start-color: rgb(22 137 252 / 0.55);
}

.hover\:border-s-tertiary\/60:hover{
  border-inline-start-color: rgb(22 137 252 / 0.6);
}

.hover\:border-s-tertiary\/65:hover{
  border-inline-start-color: rgb(22 137 252 / 0.65);
}

.hover\:border-s-tertiary\/70:hover{
  border-inline-start-color: rgb(22 137 252 / 0.7);
}

.hover\:border-s-tertiary\/75:hover{
  border-inline-start-color: rgb(22 137 252 / 0.75);
}

.hover\:border-s-tertiary\/80:hover{
  border-inline-start-color: rgb(22 137 252 / 0.8);
}

.hover\:border-s-tertiary\/85:hover{
  border-inline-start-color: rgb(22 137 252 / 0.85);
}

.hover\:border-s-tertiary\/90:hover{
  border-inline-start-color: rgb(22 137 252 / 0.9);
}

.hover\:border-s-tertiary\/95:hover{
  border-inline-start-color: rgb(22 137 252 / 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\/15:hover{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}

.hover\:border-s-transparent\/40:hover{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.hover\:border-s-transparent\/45:hover{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}

.hover\:border-s-transparent\/60:hover{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.hover\:border-s-transparent\/65:hover{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  border-inline-start-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(237 233 254 / 0.35);
}

.hover\:border-s-violet-100\/40:hover{
  border-inline-start-color: rgb(237 233 254 / 0.4);
}

.hover\:border-s-violet-100\/45:hover{
  border-inline-start-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(237 233 254 / 0.55);
}

.hover\:border-s-violet-100\/60:hover{
  border-inline-start-color: rgb(237 233 254 / 0.6);
}

.hover\:border-s-violet-100\/65:hover{
  border-inline-start-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(221 214 254 / 0.35);
}

.hover\:border-s-violet-200\/40:hover{
  border-inline-start-color: rgb(221 214 254 / 0.4);
}

.hover\:border-s-violet-200\/45:hover{
  border-inline-start-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(221 214 254 / 0.55);
}

.hover\:border-s-violet-200\/60:hover{
  border-inline-start-color: rgb(221 214 254 / 0.6);
}

.hover\:border-s-violet-200\/65:hover{
  border-inline-start-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(196 181 253 / 0.35);
}

.hover\:border-s-violet-300\/40:hover{
  border-inline-start-color: rgb(196 181 253 / 0.4);
}

.hover\:border-s-violet-300\/45:hover{
  border-inline-start-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(196 181 253 / 0.55);
}

.hover\:border-s-violet-300\/60:hover{
  border-inline-start-color: rgb(196 181 253 / 0.6);
}

.hover\:border-s-violet-300\/65:hover{
  border-inline-start-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(167 139 250 / 0.35);
}

.hover\:border-s-violet-400\/40:hover{
  border-inline-start-color: rgb(167 139 250 / 0.4);
}

.hover\:border-s-violet-400\/45:hover{
  border-inline-start-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(167 139 250 / 0.55);
}

.hover\:border-s-violet-400\/60:hover{
  border-inline-start-color: rgb(167 139 250 / 0.6);
}

.hover\:border-s-violet-400\/65:hover{
  border-inline-start-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(245 243 255 / 0.35);
}

.hover\:border-s-violet-50\/40:hover{
  border-inline-start-color: rgb(245 243 255 / 0.4);
}

.hover\:border-s-violet-50\/45:hover{
  border-inline-start-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(245 243 255 / 0.55);
}

.hover\:border-s-violet-50\/60:hover{
  border-inline-start-color: rgb(245 243 255 / 0.6);
}

.hover\:border-s-violet-50\/65:hover{
  border-inline-start-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(139 92 246 / 0.35);
}

.hover\:border-s-violet-500\/40:hover{
  border-inline-start-color: rgb(139 92 246 / 0.4);
}

.hover\:border-s-violet-500\/45:hover{
  border-inline-start-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(139 92 246 / 0.55);
}

.hover\:border-s-violet-500\/60:hover{
  border-inline-start-color: rgb(139 92 246 / 0.6);
}

.hover\:border-s-violet-500\/65:hover{
  border-inline-start-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(124 58 237 / 0.35);
}

.hover\:border-s-violet-600\/40:hover{
  border-inline-start-color: rgb(124 58 237 / 0.4);
}

.hover\:border-s-violet-600\/45:hover{
  border-inline-start-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(124 58 237 / 0.55);
}

.hover\:border-s-violet-600\/60:hover{
  border-inline-start-color: rgb(124 58 237 / 0.6);
}

.hover\:border-s-violet-600\/65:hover{
  border-inline-start-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(109 40 217 / 0.35);
}

.hover\:border-s-violet-700\/40:hover{
  border-inline-start-color: rgb(109 40 217 / 0.4);
}

.hover\:border-s-violet-700\/45:hover{
  border-inline-start-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(109 40 217 / 0.55);
}

.hover\:border-s-violet-700\/60:hover{
  border-inline-start-color: rgb(109 40 217 / 0.6);
}

.hover\:border-s-violet-700\/65:hover{
  border-inline-start-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(91 33 182 / 0.35);
}

.hover\:border-s-violet-800\/40:hover{
  border-inline-start-color: rgb(91 33 182 / 0.4);
}

.hover\:border-s-violet-800\/45:hover{
  border-inline-start-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(91 33 182 / 0.55);
}

.hover\:border-s-violet-800\/60:hover{
  border-inline-start-color: rgb(91 33 182 / 0.6);
}

.hover\:border-s-violet-800\/65:hover{
  border-inline-start-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(76 29 149 / 0.35);
}

.hover\:border-s-violet-900\/40:hover{
  border-inline-start-color: rgb(76 29 149 / 0.4);
}

.hover\:border-s-violet-900\/45:hover{
  border-inline-start-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(76 29 149 / 0.55);
}

.hover\:border-s-violet-900\/60:hover{
  border-inline-start-color: rgb(76 29 149 / 0.6);
}

.hover\:border-s-violet-900\/65:hover{
  border-inline-start-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(46 16 101 / 0.35);
}

.hover\:border-s-violet-950\/40:hover{
  border-inline-start-color: rgb(46 16 101 / 0.4);
}

.hover\:border-s-violet-950\/45:hover{
  border-inline-start-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(46 16 101 / 0.55);
}

.hover\:border-s-violet-950\/60:hover{
  border-inline-start-color: rgb(46 16 101 / 0.6);
}

.hover\:border-s-violet-950\/65:hover{
  border-inline-start-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(255 255 255 / 0.35);
}

.hover\:border-s-white\/40:hover{
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.hover\:border-s-white\/45:hover{
  border-inline-start-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(255 255 255 / 0.55);
}

.hover\:border-s-white\/60:hover{
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.hover\:border-s-white\/65:hover{
  border-inline-start-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  border-inline-start-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(254 249 195 / 0.35);
}

.hover\:border-s-yellow-100\/40:hover{
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.hover\:border-s-yellow-100\/45:hover{
  border-inline-start-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(254 249 195 / 0.55);
}

.hover\:border-s-yellow-100\/60:hover{
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.hover\:border-s-yellow-100\/65:hover{
  border-inline-start-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(254 240 138 / 0.35);
}

.hover\:border-s-yellow-200\/40:hover{
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.hover\:border-s-yellow-200\/45:hover{
  border-inline-start-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(254 240 138 / 0.55);
}

.hover\:border-s-yellow-200\/60:hover{
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.hover\:border-s-yellow-200\/65:hover{
  border-inline-start-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(253 224 71 / 0.35);
}

.hover\:border-s-yellow-300\/40:hover{
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.hover\:border-s-yellow-300\/45:hover{
  border-inline-start-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(253 224 71 / 0.55);
}

.hover\:border-s-yellow-300\/60:hover{
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.hover\:border-s-yellow-300\/65:hover{
  border-inline-start-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(250 204 21 / 0.35);
}

.hover\:border-s-yellow-400\/40:hover{
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.hover\:border-s-yellow-400\/45:hover{
  border-inline-start-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(250 204 21 / 0.55);
}

.hover\:border-s-yellow-400\/60:hover{
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.hover\:border-s-yellow-400\/65:hover{
  border-inline-start-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(254 252 232 / 0.35);
}

.hover\:border-s-yellow-50\/40:hover{
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.hover\:border-s-yellow-50\/45:hover{
  border-inline-start-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(254 252 232 / 0.55);
}

.hover\:border-s-yellow-50\/60:hover{
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.hover\:border-s-yellow-50\/65:hover{
  border-inline-start-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(234 179 8 / 0.35);
}

.hover\:border-s-yellow-500\/40:hover{
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.hover\:border-s-yellow-500\/45:hover{
  border-inline-start-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(234 179 8 / 0.55);
}

.hover\:border-s-yellow-500\/60:hover{
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.hover\:border-s-yellow-500\/65:hover{
  border-inline-start-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(202 138 4 / 0.35);
}

.hover\:border-s-yellow-600\/40:hover{
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.hover\:border-s-yellow-600\/45:hover{
  border-inline-start-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(202 138 4 / 0.55);
}

.hover\:border-s-yellow-600\/60:hover{
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.hover\:border-s-yellow-600\/65:hover{
  border-inline-start-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(161 98 7 / 0.35);
}

.hover\:border-s-yellow-700\/40:hover{
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.hover\:border-s-yellow-700\/45:hover{
  border-inline-start-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(161 98 7 / 0.55);
}

.hover\:border-s-yellow-700\/60:hover{
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.hover\:border-s-yellow-700\/65:hover{
  border-inline-start-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(133 77 14 / 0.35);
}

.hover\:border-s-yellow-800\/40:hover{
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.hover\:border-s-yellow-800\/45:hover{
  border-inline-start-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(133 77 14 / 0.55);
}

.hover\:border-s-yellow-800\/60:hover{
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.hover\:border-s-yellow-800\/65:hover{
  border-inline-start-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(113 63 18 / 0.35);
}

.hover\:border-s-yellow-900\/40:hover{
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.hover\:border-s-yellow-900\/45:hover{
  border-inline-start-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(113 63 18 / 0.55);
}

.hover\:border-s-yellow-900\/60:hover{
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.hover\:border-s-yellow-900\/65:hover{
  border-inline-start-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(66 32 6 / 0.35);
}

.hover\:border-s-yellow-950\/40:hover{
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.hover\:border-s-yellow-950\/45:hover{
  border-inline-start-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(66 32 6 / 0.55);
}

.hover\:border-s-yellow-950\/60:hover{
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.hover\:border-s-yellow-950\/65:hover{
  border-inline-start-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(244 244 245 / 0.35);
}

.hover\:border-s-zinc-100\/40:hover{
  border-inline-start-color: rgb(244 244 245 / 0.4);
}

.hover\:border-s-zinc-100\/45:hover{
  border-inline-start-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(244 244 245 / 0.55);
}

.hover\:border-s-zinc-100\/60:hover{
  border-inline-start-color: rgb(244 244 245 / 0.6);
}

.hover\:border-s-zinc-100\/65:hover{
  border-inline-start-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(228 228 231 / 0.35);
}

.hover\:border-s-zinc-200\/40:hover{
  border-inline-start-color: rgb(228 228 231 / 0.4);
}

.hover\:border-s-zinc-200\/45:hover{
  border-inline-start-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(228 228 231 / 0.55);
}

.hover\:border-s-zinc-200\/60:hover{
  border-inline-start-color: rgb(228 228 231 / 0.6);
}

.hover\:border-s-zinc-200\/65:hover{
  border-inline-start-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(212 212 216 / 0.35);
}

.hover\:border-s-zinc-300\/40:hover{
  border-inline-start-color: rgb(212 212 216 / 0.4);
}

.hover\:border-s-zinc-300\/45:hover{
  border-inline-start-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(212 212 216 / 0.55);
}

.hover\:border-s-zinc-300\/60:hover{
  border-inline-start-color: rgb(212 212 216 / 0.6);
}

.hover\:border-s-zinc-300\/65:hover{
  border-inline-start-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(161 161 170 / 0.35);
}

.hover\:border-s-zinc-400\/40:hover{
  border-inline-start-color: rgb(161 161 170 / 0.4);
}

.hover\:border-s-zinc-400\/45:hover{
  border-inline-start-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(161 161 170 / 0.55);
}

.hover\:border-s-zinc-400\/60:hover{
  border-inline-start-color: rgb(161 161 170 / 0.6);
}

.hover\:border-s-zinc-400\/65:hover{
  border-inline-start-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(250 250 250 / 0.35);
}

.hover\:border-s-zinc-50\/40:hover{
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.hover\:border-s-zinc-50\/45:hover{
  border-inline-start-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(250 250 250 / 0.55);
}

.hover\:border-s-zinc-50\/60:hover{
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.hover\:border-s-zinc-50\/65:hover{
  border-inline-start-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(113 113 122 / 0.35);
}

.hover\:border-s-zinc-500\/40:hover{
  border-inline-start-color: rgb(113 113 122 / 0.4);
}

.hover\:border-s-zinc-500\/45:hover{
  border-inline-start-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(113 113 122 / 0.55);
}

.hover\:border-s-zinc-500\/60:hover{
  border-inline-start-color: rgb(113 113 122 / 0.6);
}

.hover\:border-s-zinc-500\/65:hover{
  border-inline-start-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(82 82 91 / 0.35);
}

.hover\:border-s-zinc-600\/40:hover{
  border-inline-start-color: rgb(82 82 91 / 0.4);
}

.hover\:border-s-zinc-600\/45:hover{
  border-inline-start-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(82 82 91 / 0.55);
}

.hover\:border-s-zinc-600\/60:hover{
  border-inline-start-color: rgb(82 82 91 / 0.6);
}

.hover\:border-s-zinc-600\/65:hover{
  border-inline-start-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(63 63 70 / 0.35);
}

.hover\:border-s-zinc-700\/40:hover{
  border-inline-start-color: rgb(63 63 70 / 0.4);
}

.hover\:border-s-zinc-700\/45:hover{
  border-inline-start-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(63 63 70 / 0.55);
}

.hover\:border-s-zinc-700\/60:hover{
  border-inline-start-color: rgb(63 63 70 / 0.6);
}

.hover\:border-s-zinc-700\/65:hover{
  border-inline-start-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(39 39 42 / 0.35);
}

.hover\:border-s-zinc-800\/40:hover{
  border-inline-start-color: rgb(39 39 42 / 0.4);
}

.hover\:border-s-zinc-800\/45:hover{
  border-inline-start-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(39 39 42 / 0.55);
}

.hover\:border-s-zinc-800\/60:hover{
  border-inline-start-color: rgb(39 39 42 / 0.6);
}

.hover\:border-s-zinc-800\/65:hover{
  border-inline-start-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(24 24 27 / 0.35);
}

.hover\:border-s-zinc-900\/40:hover{
  border-inline-start-color: rgb(24 24 27 / 0.4);
}

.hover\:border-s-zinc-900\/45:hover{
  border-inline-start-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(24 24 27 / 0.55);
}

.hover\:border-s-zinc-900\/60:hover{
  border-inline-start-color: rgb(24 24 27 / 0.6);
}

.hover\:border-s-zinc-900\/65:hover{
  border-inline-start-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  border-inline-start-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  border-inline-start-color: rgb(9 9 11 / 0.35);
}

.hover\:border-s-zinc-950\/40:hover{
  border-inline-start-color: rgb(9 9 11 / 0.4);
}

.hover\:border-s-zinc-950\/45:hover{
  border-inline-start-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  border-inline-start-color: rgb(9 9 11 / 0.55);
}

.hover\:border-s-zinc-950\/60:hover{
  border-inline-start-color: rgb(9 9 11 / 0.6);
}

.hover\:border-s-zinc-950\/65:hover{
  border-inline-start-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  border-inline-start-color: rgb(9 9 11 / 0.85);
}

.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-accent:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.hover\:border-t-accent\/0:hover{
  border-top-color: rgb(70 109 148 / 0);
}

.hover\:border-t-accent\/10:hover{
  border-top-color: rgb(70 109 148 / 0.1);
}

.hover\:border-t-accent\/100:hover{
  border-top-color: rgb(70 109 148 / 1);
}

.hover\:border-t-accent\/15:hover{
  border-top-color: rgb(70 109 148 / 0.15);
}

.hover\:border-t-accent\/20:hover{
  border-top-color: rgb(70 109 148 / 0.2);
}

.hover\:border-t-accent\/25:hover{
  border-top-color: rgb(70 109 148 / 0.25);
}

.hover\:border-t-accent\/30:hover{
  border-top-color: rgb(70 109 148 / 0.3);
}

.hover\:border-t-accent\/35:hover{
  border-top-color: rgb(70 109 148 / 0.35);
}

.hover\:border-t-accent\/40:hover{
  border-top-color: rgb(70 109 148 / 0.4);
}

.hover\:border-t-accent\/45:hover{
  border-top-color: rgb(70 109 148 / 0.45);
}

.hover\:border-t-accent\/5:hover{
  border-top-color: rgb(70 109 148 / 0.05);
}

.hover\:border-t-accent\/50:hover{
  border-top-color: rgb(70 109 148 / 0.5);
}

.hover\:border-t-accent\/55:hover{
  border-top-color: rgb(70 109 148 / 0.55);
}

.hover\:border-t-accent\/60:hover{
  border-top-color: rgb(70 109 148 / 0.6);
}

.hover\:border-t-accent\/65:hover{
  border-top-color: rgb(70 109 148 / 0.65);
}

.hover\:border-t-accent\/70:hover{
  border-top-color: rgb(70 109 148 / 0.7);
}

.hover\:border-t-accent\/75:hover{
  border-top-color: rgb(70 109 148 / 0.75);
}

.hover\:border-t-accent\/80:hover{
  border-top-color: rgb(70 109 148 / 0.8);
}

.hover\:border-t-accent\/85:hover{
  border-top-color: rgb(70 109 148 / 0.85);
}

.hover\:border-t-accent\/90:hover{
  border-top-color: rgb(70 109 148 / 0.9);
}

.hover\:border-t-accent\/95:hover{
  border-top-color: rgb(70 109 148 / 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\/15:hover{
  border-top-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 243 199 / 0.35);
}

.hover\:border-t-amber-100\/40:hover{
  border-top-color: rgb(254 243 199 / 0.4);
}

.hover\:border-t-amber-100\/45:hover{
  border-top-color: rgb(254 243 199 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 243 199 / 0.55);
}

.hover\:border-t-amber-100\/60:hover{
  border-top-color: rgb(254 243 199 / 0.6);
}

.hover\:border-t-amber-100\/65:hover{
  border-top-color: rgb(254 243 199 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 230 138 / 0.35);
}

.hover\:border-t-amber-200\/40:hover{
  border-top-color: rgb(253 230 138 / 0.4);
}

.hover\:border-t-amber-200\/45:hover{
  border-top-color: rgb(253 230 138 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 230 138 / 0.55);
}

.hover\:border-t-amber-200\/60:hover{
  border-top-color: rgb(253 230 138 / 0.6);
}

.hover\:border-t-amber-200\/65:hover{
  border-top-color: rgb(253 230 138 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(252 211 77 / 0.35);
}

.hover\:border-t-amber-300\/40:hover{
  border-top-color: rgb(252 211 77 / 0.4);
}

.hover\:border-t-amber-300\/45:hover{
  border-top-color: rgb(252 211 77 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(252 211 77 / 0.55);
}

.hover\:border-t-amber-300\/60:hover{
  border-top-color: rgb(252 211 77 / 0.6);
}

.hover\:border-t-amber-300\/65:hover{
  border-top-color: rgb(252 211 77 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(251 191 36 / 0.35);
}

.hover\:border-t-amber-400\/40:hover{
  border-top-color: rgb(251 191 36 / 0.4);
}

.hover\:border-t-amber-400\/45:hover{
  border-top-color: rgb(251 191 36 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(251 191 36 / 0.55);
}

.hover\:border-t-amber-400\/60:hover{
  border-top-color: rgb(251 191 36 / 0.6);
}

.hover\:border-t-amber-400\/65:hover{
  border-top-color: rgb(251 191 36 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 251 235 / 0.35);
}

.hover\:border-t-amber-50\/40:hover{
  border-top-color: rgb(255 251 235 / 0.4);
}

.hover\:border-t-amber-50\/45:hover{
  border-top-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 251 235 / 0.55);
}

.hover\:border-t-amber-50\/60:hover{
  border-top-color: rgb(255 251 235 / 0.6);
}

.hover\:border-t-amber-50\/65:hover{
  border-top-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 158 11 / 0.35);
}

.hover\:border-t-amber-500\/40:hover{
  border-top-color: rgb(245 158 11 / 0.4);
}

.hover\:border-t-amber-500\/45:hover{
  border-top-color: rgb(245 158 11 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 158 11 / 0.55);
}

.hover\:border-t-amber-500\/60:hover{
  border-top-color: rgb(245 158 11 / 0.6);
}

.hover\:border-t-amber-500\/65:hover{
  border-top-color: rgb(245 158 11 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(217 119 6 / 0.35);
}

.hover\:border-t-amber-600\/40:hover{
  border-top-color: rgb(217 119 6 / 0.4);
}

.hover\:border-t-amber-600\/45:hover{
  border-top-color: rgb(217 119 6 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(217 119 6 / 0.55);
}

.hover\:border-t-amber-600\/60:hover{
  border-top-color: rgb(217 119 6 / 0.6);
}

.hover\:border-t-amber-600\/65:hover{
  border-top-color: rgb(217 119 6 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(180 83 9 / 0.35);
}

.hover\:border-t-amber-700\/40:hover{
  border-top-color: rgb(180 83 9 / 0.4);
}

.hover\:border-t-amber-700\/45:hover{
  border-top-color: rgb(180 83 9 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(180 83 9 / 0.55);
}

.hover\:border-t-amber-700\/60:hover{
  border-top-color: rgb(180 83 9 / 0.6);
}

.hover\:border-t-amber-700\/65:hover{
  border-top-color: rgb(180 83 9 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(146 64 14 / 0.35);
}

.hover\:border-t-amber-800\/40:hover{
  border-top-color: rgb(146 64 14 / 0.4);
}

.hover\:border-t-amber-800\/45:hover{
  border-top-color: rgb(146 64 14 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(146 64 14 / 0.55);
}

.hover\:border-t-amber-800\/60:hover{
  border-top-color: rgb(146 64 14 / 0.6);
}

.hover\:border-t-amber-800\/65:hover{
  border-top-color: rgb(146 64 14 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(120 53 15 / 0.35);
}

.hover\:border-t-amber-900\/40:hover{
  border-top-color: rgb(120 53 15 / 0.4);
}

.hover\:border-t-amber-900\/45:hover{
  border-top-color: rgb(120 53 15 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(120 53 15 / 0.55);
}

.hover\:border-t-amber-900\/60:hover{
  border-top-color: rgb(120 53 15 / 0.6);
}

.hover\:border-t-amber-900\/65:hover{
  border-top-color: rgb(120 53 15 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(69 26 3 / 0.35);
}

.hover\:border-t-amber-950\/40:hover{
  border-top-color: rgb(69 26 3 / 0.4);
}

.hover\:border-t-amber-950\/45:hover{
  border-top-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(69 26 3 / 0.55);
}

.hover\:border-t-amber-950\/60:hover{
  border-top-color: rgb(69 26 3 / 0.6);
}

.hover\:border-t-amber-950\/65:hover{
  border-top-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.hover\:border-t-background\/0:hover{
  border-top-color: rgb(245 246 250 / 0);
}

.hover\:border-t-background\/10:hover{
  border-top-color: rgb(245 246 250 / 0.1);
}

.hover\:border-t-background\/100:hover{
  border-top-color: rgb(245 246 250 / 1);
}

.hover\:border-t-background\/15:hover{
  border-top-color: rgb(245 246 250 / 0.15);
}

.hover\:border-t-background\/20:hover{
  border-top-color: rgb(245 246 250 / 0.2);
}

.hover\:border-t-background\/25:hover{
  border-top-color: rgb(245 246 250 / 0.25);
}

.hover\:border-t-background\/30:hover{
  border-top-color: rgb(245 246 250 / 0.3);
}

.hover\:border-t-background\/35:hover{
  border-top-color: rgb(245 246 250 / 0.35);
}

.hover\:border-t-background\/40:hover{
  border-top-color: rgb(245 246 250 / 0.4);
}

.hover\:border-t-background\/45:hover{
  border-top-color: rgb(245 246 250 / 0.45);
}

.hover\:border-t-background\/5:hover{
  border-top-color: rgb(245 246 250 / 0.05);
}

.hover\:border-t-background\/50:hover{
  border-top-color: rgb(245 246 250 / 0.5);
}

.hover\:border-t-background\/55:hover{
  border-top-color: rgb(245 246 250 / 0.55);
}

.hover\:border-t-background\/60:hover{
  border-top-color: rgb(245 246 250 / 0.6);
}

.hover\:border-t-background\/65:hover{
  border-top-color: rgb(245 246 250 / 0.65);
}

.hover\:border-t-background\/70:hover{
  border-top-color: rgb(245 246 250 / 0.7);
}

.hover\:border-t-background\/75:hover{
  border-top-color: rgb(245 246 250 / 0.75);
}

.hover\:border-t-background\/80:hover{
  border-top-color: rgb(245 246 250 / 0.8);
}

.hover\:border-t-background\/85:hover{
  border-top-color: rgb(245 246 250 / 0.85);
}

.hover\:border-t-background\/90:hover{
  border-top-color: rgb(245 246 250 / 0.9);
}

.hover\:border-t-background\/95:hover{
  border-top-color: rgb(245 246 250 / 0.95);
}

.hover\:border-t-black:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.hover\:border-t-black\/0:hover{
  border-top-color: rgb(41 44 53 / 0);
}

.hover\:border-t-black\/10:hover{
  border-top-color: rgb(41 44 53 / 0.1);
}

.hover\:border-t-black\/100:hover{
  border-top-color: rgb(41 44 53 / 1);
}

.hover\:border-t-black\/15:hover{
  border-top-color: rgb(41 44 53 / 0.15);
}

.hover\:border-t-black\/20:hover{
  border-top-color: rgb(41 44 53 / 0.2);
}

.hover\:border-t-black\/25:hover{
  border-top-color: rgb(41 44 53 / 0.25);
}

.hover\:border-t-black\/30:hover{
  border-top-color: rgb(41 44 53 / 0.3);
}

.hover\:border-t-black\/35:hover{
  border-top-color: rgb(41 44 53 / 0.35);
}

.hover\:border-t-black\/40:hover{
  border-top-color: rgb(41 44 53 / 0.4);
}

.hover\:border-t-black\/45:hover{
  border-top-color: rgb(41 44 53 / 0.45);
}

.hover\:border-t-black\/5:hover{
  border-top-color: rgb(41 44 53 / 0.05);
}

.hover\:border-t-black\/50:hover{
  border-top-color: rgb(41 44 53 / 0.5);
}

.hover\:border-t-black\/55:hover{
  border-top-color: rgb(41 44 53 / 0.55);
}

.hover\:border-t-black\/60:hover{
  border-top-color: rgb(41 44 53 / 0.6);
}

.hover\:border-t-black\/65:hover{
  border-top-color: rgb(41 44 53 / 0.65);
}

.hover\:border-t-black\/70:hover{
  border-top-color: rgb(41 44 53 / 0.7);
}

.hover\:border-t-black\/75:hover{
  border-top-color: rgb(41 44 53 / 0.75);
}

.hover\:border-t-black\/80:hover{
  border-top-color: rgb(41 44 53 / 0.8);
}

.hover\:border-t-black\/85:hover{
  border-top-color: rgb(41 44 53 / 0.85);
}

.hover\:border-t-black\/90:hover{
  border-top-color: rgb(41 44 53 / 0.9);
}

.hover\:border-t-black\/95:hover{
  border-top-color: rgb(41 44 53 / 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\/15:hover{
  border-top-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(219 234 254 / 0.35);
}

.hover\:border-t-blue-100\/40:hover{
  border-top-color: rgb(219 234 254 / 0.4);
}

.hover\:border-t-blue-100\/45:hover{
  border-top-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(219 234 254 / 0.55);
}

.hover\:border-t-blue-100\/60:hover{
  border-top-color: rgb(219 234 254 / 0.6);
}

.hover\:border-t-blue-100\/65:hover{
  border-top-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(191 219 254 / 0.35);
}

.hover\:border-t-blue-200\/40:hover{
  border-top-color: rgb(191 219 254 / 0.4);
}

.hover\:border-t-blue-200\/45:hover{
  border-top-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(191 219 254 / 0.55);
}

.hover\:border-t-blue-200\/60:hover{
  border-top-color: rgb(191 219 254 / 0.6);
}

.hover\:border-t-blue-200\/65:hover{
  border-top-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(147 197 253 / 0.35);
}

.hover\:border-t-blue-300\/40:hover{
  border-top-color: rgb(147 197 253 / 0.4);
}

.hover\:border-t-blue-300\/45:hover{
  border-top-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(147 197 253 / 0.55);
}

.hover\:border-t-blue-300\/60:hover{
  border-top-color: rgb(147 197 253 / 0.6);
}

.hover\:border-t-blue-300\/65:hover{
  border-top-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(96 165 250 / 0.35);
}

.hover\:border-t-blue-400\/40:hover{
  border-top-color: rgb(96 165 250 / 0.4);
}

.hover\:border-t-blue-400\/45:hover{
  border-top-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(96 165 250 / 0.55);
}

.hover\:border-t-blue-400\/60:hover{
  border-top-color: rgb(96 165 250 / 0.6);
}

.hover\:border-t-blue-400\/65:hover{
  border-top-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(239 246 255 / 0.35);
}

.hover\:border-t-blue-50\/40:hover{
  border-top-color: rgb(239 246 255 / 0.4);
}

.hover\:border-t-blue-50\/45:hover{
  border-top-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(239 246 255 / 0.55);
}

.hover\:border-t-blue-50\/60:hover{
  border-top-color: rgb(239 246 255 / 0.6);
}

.hover\:border-t-blue-50\/65:hover{
  border-top-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(59 130 246 / 0.35);
}

.hover\:border-t-blue-500\/40:hover{
  border-top-color: rgb(59 130 246 / 0.4);
}

.hover\:border-t-blue-500\/45:hover{
  border-top-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(59 130 246 / 0.55);
}

.hover\:border-t-blue-500\/60:hover{
  border-top-color: rgb(59 130 246 / 0.6);
}

.hover\:border-t-blue-500\/65:hover{
  border-top-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(37 99 235 / 0.35);
}

.hover\:border-t-blue-600\/40:hover{
  border-top-color: rgb(37 99 235 / 0.4);
}

.hover\:border-t-blue-600\/45:hover{
  border-top-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(37 99 235 / 0.55);
}

.hover\:border-t-blue-600\/60:hover{
  border-top-color: rgb(37 99 235 / 0.6);
}

.hover\:border-t-blue-600\/65:hover{
  border-top-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(29 78 216 / 0.35);
}

.hover\:border-t-blue-700\/40:hover{
  border-top-color: rgb(29 78 216 / 0.4);
}

.hover\:border-t-blue-700\/45:hover{
  border-top-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(29 78 216 / 0.55);
}

.hover\:border-t-blue-700\/60:hover{
  border-top-color: rgb(29 78 216 / 0.6);
}

.hover\:border-t-blue-700\/65:hover{
  border-top-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(30 64 175 / 0.35);
}

.hover\:border-t-blue-800\/40:hover{
  border-top-color: rgb(30 64 175 / 0.4);
}

.hover\:border-t-blue-800\/45:hover{
  border-top-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(30 64 175 / 0.55);
}

.hover\:border-t-blue-800\/60:hover{
  border-top-color: rgb(30 64 175 / 0.6);
}

.hover\:border-t-blue-800\/65:hover{
  border-top-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(30 58 138 / 0.35);
}

.hover\:border-t-blue-900\/40:hover{
  border-top-color: rgb(30 58 138 / 0.4);
}

.hover\:border-t-blue-900\/45:hover{
  border-top-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(30 58 138 / 0.55);
}

.hover\:border-t-blue-900\/60:hover{
  border-top-color: rgb(30 58 138 / 0.6);
}

.hover\:border-t-blue-900\/65:hover{
  border-top-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(23 37 84 / 0.35);
}

.hover\:border-t-blue-950\/40:hover{
  border-top-color: rgb(23 37 84 / 0.4);
}

.hover\:border-t-blue-950\/45:hover{
  border-top-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(23 37 84 / 0.55);
}

.hover\:border-t-blue-950\/60:hover{
  border-top-color: rgb(23 37 84 / 0.6);
}

.hover\:border-t-blue-950\/65:hover{
  border-top-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.hover\:border-t-csv-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.hover\:border-t-csv-hover\/0:hover{
  border-top-color: rgb(0 114 37 / 0);
}

.hover\:border-t-csv-hover\/10:hover{
  border-top-color: rgb(0 114 37 / 0.1);
}

.hover\:border-t-csv-hover\/100:hover{
  border-top-color: rgb(0 114 37 / 1);
}

.hover\:border-t-csv-hover\/15:hover{
  border-top-color: rgb(0 114 37 / 0.15);
}

.hover\:border-t-csv-hover\/20:hover{
  border-top-color: rgb(0 114 37 / 0.2);
}

.hover\:border-t-csv-hover\/25:hover{
  border-top-color: rgb(0 114 37 / 0.25);
}

.hover\:border-t-csv-hover\/30:hover{
  border-top-color: rgb(0 114 37 / 0.3);
}

.hover\:border-t-csv-hover\/35:hover{
  border-top-color: rgb(0 114 37 / 0.35);
}

.hover\:border-t-csv-hover\/40:hover{
  border-top-color: rgb(0 114 37 / 0.4);
}

.hover\:border-t-csv-hover\/45:hover{
  border-top-color: rgb(0 114 37 / 0.45);
}

.hover\:border-t-csv-hover\/5:hover{
  border-top-color: rgb(0 114 37 / 0.05);
}

.hover\:border-t-csv-hover\/50:hover{
  border-top-color: rgb(0 114 37 / 0.5);
}

.hover\:border-t-csv-hover\/55:hover{
  border-top-color: rgb(0 114 37 / 0.55);
}

.hover\:border-t-csv-hover\/60:hover{
  border-top-color: rgb(0 114 37 / 0.6);
}

.hover\:border-t-csv-hover\/65:hover{
  border-top-color: rgb(0 114 37 / 0.65);
}

.hover\:border-t-csv-hover\/70:hover{
  border-top-color: rgb(0 114 37 / 0.7);
}

.hover\:border-t-csv-hover\/75:hover{
  border-top-color: rgb(0 114 37 / 0.75);
}

.hover\:border-t-csv-hover\/80:hover{
  border-top-color: rgb(0 114 37 / 0.8);
}

.hover\:border-t-csv-hover\/85:hover{
  border-top-color: rgb(0 114 37 / 0.85);
}

.hover\:border-t-csv-hover\/90:hover{
  border-top-color: rgb(0 114 37 / 0.9);
}

.hover\:border-t-csv-hover\/95:hover{
  border-top-color: rgb(0 114 37 / 0.95);
}

.hover\:border-t-csv\/0:hover{
  border-top-color: rgb(0 138 43 / 0);
}

.hover\:border-t-csv\/10:hover{
  border-top-color: rgb(0 138 43 / 0.1);
}

.hover\:border-t-csv\/100:hover{
  border-top-color: rgb(0 138 43 / 1);
}

.hover\:border-t-csv\/15:hover{
  border-top-color: rgb(0 138 43 / 0.15);
}

.hover\:border-t-csv\/20:hover{
  border-top-color: rgb(0 138 43 / 0.2);
}

.hover\:border-t-csv\/25:hover{
  border-top-color: rgb(0 138 43 / 0.25);
}

.hover\:border-t-csv\/30:hover{
  border-top-color: rgb(0 138 43 / 0.3);
}

.hover\:border-t-csv\/35:hover{
  border-top-color: rgb(0 138 43 / 0.35);
}

.hover\:border-t-csv\/40:hover{
  border-top-color: rgb(0 138 43 / 0.4);
}

.hover\:border-t-csv\/45:hover{
  border-top-color: rgb(0 138 43 / 0.45);
}

.hover\:border-t-csv\/5:hover{
  border-top-color: rgb(0 138 43 / 0.05);
}

.hover\:border-t-csv\/50:hover{
  border-top-color: rgb(0 138 43 / 0.5);
}

.hover\:border-t-csv\/55:hover{
  border-top-color: rgb(0 138 43 / 0.55);
}

.hover\:border-t-csv\/60:hover{
  border-top-color: rgb(0 138 43 / 0.6);
}

.hover\:border-t-csv\/65:hover{
  border-top-color: rgb(0 138 43 / 0.65);
}

.hover\:border-t-csv\/70:hover{
  border-top-color: rgb(0 138 43 / 0.7);
}

.hover\:border-t-csv\/75:hover{
  border-top-color: rgb(0 138 43 / 0.75);
}

.hover\:border-t-csv\/80:hover{
  border-top-color: rgb(0 138 43 / 0.8);
}

.hover\:border-t-csv\/85:hover{
  border-top-color: rgb(0 138 43 / 0.85);
}

.hover\:border-t-csv\/90:hover{
  border-top-color: rgb(0 138 43 / 0.9);
}

.hover\:border-t-csv\/95:hover{
  border-top-color: rgb(0 138 43 / 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\/15:hover{
  border-top-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(207 250 254 / 0.35);
}

.hover\:border-t-cyan-100\/40:hover{
  border-top-color: rgb(207 250 254 / 0.4);
}

.hover\:border-t-cyan-100\/45:hover{
  border-top-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(207 250 254 / 0.55);
}

.hover\:border-t-cyan-100\/60:hover{
  border-top-color: rgb(207 250 254 / 0.6);
}

.hover\:border-t-cyan-100\/65:hover{
  border-top-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(165 243 252 / 0.35);
}

.hover\:border-t-cyan-200\/40:hover{
  border-top-color: rgb(165 243 252 / 0.4);
}

.hover\:border-t-cyan-200\/45:hover{
  border-top-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(165 243 252 / 0.55);
}

.hover\:border-t-cyan-200\/60:hover{
  border-top-color: rgb(165 243 252 / 0.6);
}

.hover\:border-t-cyan-200\/65:hover{
  border-top-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(103 232 249 / 0.35);
}

.hover\:border-t-cyan-300\/40:hover{
  border-top-color: rgb(103 232 249 / 0.4);
}

.hover\:border-t-cyan-300\/45:hover{
  border-top-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(103 232 249 / 0.55);
}

.hover\:border-t-cyan-300\/60:hover{
  border-top-color: rgb(103 232 249 / 0.6);
}

.hover\:border-t-cyan-300\/65:hover{
  border-top-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(34 211 238 / 0.35);
}

.hover\:border-t-cyan-400\/40:hover{
  border-top-color: rgb(34 211 238 / 0.4);
}

.hover\:border-t-cyan-400\/45:hover{
  border-top-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(34 211 238 / 0.55);
}

.hover\:border-t-cyan-400\/60:hover{
  border-top-color: rgb(34 211 238 / 0.6);
}

.hover\:border-t-cyan-400\/65:hover{
  border-top-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(236 254 255 / 0.35);
}

.hover\:border-t-cyan-50\/40:hover{
  border-top-color: rgb(236 254 255 / 0.4);
}

.hover\:border-t-cyan-50\/45:hover{
  border-top-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(236 254 255 / 0.55);
}

.hover\:border-t-cyan-50\/60:hover{
  border-top-color: rgb(236 254 255 / 0.6);
}

.hover\:border-t-cyan-50\/65:hover{
  border-top-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(6 182 212 / 0.35);
}

.hover\:border-t-cyan-500\/40:hover{
  border-top-color: rgb(6 182 212 / 0.4);
}

.hover\:border-t-cyan-500\/45:hover{
  border-top-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(6 182 212 / 0.55);
}

.hover\:border-t-cyan-500\/60:hover{
  border-top-color: rgb(6 182 212 / 0.6);
}

.hover\:border-t-cyan-500\/65:hover{
  border-top-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(8 145 178 / 0.35);
}

.hover\:border-t-cyan-600\/40:hover{
  border-top-color: rgb(8 145 178 / 0.4);
}

.hover\:border-t-cyan-600\/45:hover{
  border-top-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(8 145 178 / 0.55);
}

.hover\:border-t-cyan-600\/60:hover{
  border-top-color: rgb(8 145 178 / 0.6);
}

.hover\:border-t-cyan-600\/65:hover{
  border-top-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(14 116 144 / 0.35);
}

.hover\:border-t-cyan-700\/40:hover{
  border-top-color: rgb(14 116 144 / 0.4);
}

.hover\:border-t-cyan-700\/45:hover{
  border-top-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(14 116 144 / 0.55);
}

.hover\:border-t-cyan-700\/60:hover{
  border-top-color: rgb(14 116 144 / 0.6);
}

.hover\:border-t-cyan-700\/65:hover{
  border-top-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(21 94 117 / 0.35);
}

.hover\:border-t-cyan-800\/40:hover{
  border-top-color: rgb(21 94 117 / 0.4);
}

.hover\:border-t-cyan-800\/45:hover{
  border-top-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(21 94 117 / 0.55);
}

.hover\:border-t-cyan-800\/60:hover{
  border-top-color: rgb(21 94 117 / 0.6);
}

.hover\:border-t-cyan-800\/65:hover{
  border-top-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(22 78 99 / 0.35);
}

.hover\:border-t-cyan-900\/40:hover{
  border-top-color: rgb(22 78 99 / 0.4);
}

.hover\:border-t-cyan-900\/45:hover{
  border-top-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(22 78 99 / 0.55);
}

.hover\:border-t-cyan-900\/60:hover{
  border-top-color: rgb(22 78 99 / 0.6);
}

.hover\:border-t-cyan-900\/65:hover{
  border-top-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(8 51 68 / 0.35);
}

.hover\:border-t-cyan-950\/40:hover{
  border-top-color: rgb(8 51 68 / 0.4);
}

.hover\:border-t-cyan-950\/45:hover{
  border-top-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(8 51 68 / 0.55);
}

.hover\:border-t-cyan-950\/60:hover{
  border-top-color: rgb(8 51 68 / 0.6);
}

.hover\:border-t-cyan-950\/65:hover{
  border-top-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.hover\:border-t-danger-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.hover\:border-t-danger-hover\/0:hover{
  border-top-color: rgb(193 49 44 / 0);
}

.hover\:border-t-danger-hover\/10:hover{
  border-top-color: rgb(193 49 44 / 0.1);
}

.hover\:border-t-danger-hover\/100:hover{
  border-top-color: rgb(193 49 44 / 1);
}

.hover\:border-t-danger-hover\/15:hover{
  border-top-color: rgb(193 49 44 / 0.15);
}

.hover\:border-t-danger-hover\/20:hover{
  border-top-color: rgb(193 49 44 / 0.2);
}

.hover\:border-t-danger-hover\/25:hover{
  border-top-color: rgb(193 49 44 / 0.25);
}

.hover\:border-t-danger-hover\/30:hover{
  border-top-color: rgb(193 49 44 / 0.3);
}

.hover\:border-t-danger-hover\/35:hover{
  border-top-color: rgb(193 49 44 / 0.35);
}

.hover\:border-t-danger-hover\/40:hover{
  border-top-color: rgb(193 49 44 / 0.4);
}

.hover\:border-t-danger-hover\/45:hover{
  border-top-color: rgb(193 49 44 / 0.45);
}

.hover\:border-t-danger-hover\/5:hover{
  border-top-color: rgb(193 49 44 / 0.05);
}

.hover\:border-t-danger-hover\/50:hover{
  border-top-color: rgb(193 49 44 / 0.5);
}

.hover\:border-t-danger-hover\/55:hover{
  border-top-color: rgb(193 49 44 / 0.55);
}

.hover\:border-t-danger-hover\/60:hover{
  border-top-color: rgb(193 49 44 / 0.6);
}

.hover\:border-t-danger-hover\/65:hover{
  border-top-color: rgb(193 49 44 / 0.65);
}

.hover\:border-t-danger-hover\/70:hover{
  border-top-color: rgb(193 49 44 / 0.7);
}

.hover\:border-t-danger-hover\/75:hover{
  border-top-color: rgb(193 49 44 / 0.75);
}

.hover\:border-t-danger-hover\/80:hover{
  border-top-color: rgb(193 49 44 / 0.8);
}

.hover\:border-t-danger-hover\/85:hover{
  border-top-color: rgb(193 49 44 / 0.85);
}

.hover\:border-t-danger-hover\/90:hover{
  border-top-color: rgb(193 49 44 / 0.9);
}

.hover\:border-t-danger-hover\/95:hover{
  border-top-color: rgb(193 49 44 / 0.95);
}

.hover\:border-t-danger\/0:hover{
  border-top-color: rgb(207 59 54 / 0);
}

.hover\:border-t-danger\/10:hover{
  border-top-color: rgb(207 59 54 / 0.1);
}

.hover\:border-t-danger\/100:hover{
  border-top-color: rgb(207 59 54 / 1);
}

.hover\:border-t-danger\/15:hover{
  border-top-color: rgb(207 59 54 / 0.15);
}

.hover\:border-t-danger\/20:hover{
  border-top-color: rgb(207 59 54 / 0.2);
}

.hover\:border-t-danger\/25:hover{
  border-top-color: rgb(207 59 54 / 0.25);
}

.hover\:border-t-danger\/30:hover{
  border-top-color: rgb(207 59 54 / 0.3);
}

.hover\:border-t-danger\/35:hover{
  border-top-color: rgb(207 59 54 / 0.35);
}

.hover\:border-t-danger\/40:hover{
  border-top-color: rgb(207 59 54 / 0.4);
}

.hover\:border-t-danger\/45:hover{
  border-top-color: rgb(207 59 54 / 0.45);
}

.hover\:border-t-danger\/5:hover{
  border-top-color: rgb(207 59 54 / 0.05);
}

.hover\:border-t-danger\/50:hover{
  border-top-color: rgb(207 59 54 / 0.5);
}

.hover\:border-t-danger\/55:hover{
  border-top-color: rgb(207 59 54 / 0.55);
}

.hover\:border-t-danger\/60:hover{
  border-top-color: rgb(207 59 54 / 0.6);
}

.hover\:border-t-danger\/65:hover{
  border-top-color: rgb(207 59 54 / 0.65);
}

.hover\:border-t-danger\/70:hover{
  border-top-color: rgb(207 59 54 / 0.7);
}

.hover\:border-t-danger\/75:hover{
  border-top-color: rgb(207 59 54 / 0.75);
}

.hover\:border-t-danger\/80:hover{
  border-top-color: rgb(207 59 54 / 0.8);
}

.hover\:border-t-danger\/85:hover{
  border-top-color: rgb(207 59 54 / 0.85);
}

.hover\:border-t-danger\/90:hover{
  border-top-color: rgb(207 59 54 / 0.9);
}

.hover\:border-t-danger\/95:hover{
  border-top-color: rgb(207 59 54 / 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\/15:hover{
  border-top-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(209 250 229 / 0.35);
}

.hover\:border-t-emerald-100\/40:hover{
  border-top-color: rgb(209 250 229 / 0.4);
}

.hover\:border-t-emerald-100\/45:hover{
  border-top-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(209 250 229 / 0.55);
}

.hover\:border-t-emerald-100\/60:hover{
  border-top-color: rgb(209 250 229 / 0.6);
}

.hover\:border-t-emerald-100\/65:hover{
  border-top-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(167 243 208 / 0.35);
}

.hover\:border-t-emerald-200\/40:hover{
  border-top-color: rgb(167 243 208 / 0.4);
}

.hover\:border-t-emerald-200\/45:hover{
  border-top-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(167 243 208 / 0.55);
}

.hover\:border-t-emerald-200\/60:hover{
  border-top-color: rgb(167 243 208 / 0.6);
}

.hover\:border-t-emerald-200\/65:hover{
  border-top-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(110 231 183 / 0.35);
}

.hover\:border-t-emerald-300\/40:hover{
  border-top-color: rgb(110 231 183 / 0.4);
}

.hover\:border-t-emerald-300\/45:hover{
  border-top-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(110 231 183 / 0.55);
}

.hover\:border-t-emerald-300\/60:hover{
  border-top-color: rgb(110 231 183 / 0.6);
}

.hover\:border-t-emerald-300\/65:hover{
  border-top-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(52 211 153 / 0.35);
}

.hover\:border-t-emerald-400\/40:hover{
  border-top-color: rgb(52 211 153 / 0.4);
}

.hover\:border-t-emerald-400\/45:hover{
  border-top-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(52 211 153 / 0.55);
}

.hover\:border-t-emerald-400\/60:hover{
  border-top-color: rgb(52 211 153 / 0.6);
}

.hover\:border-t-emerald-400\/65:hover{
  border-top-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(236 253 245 / 0.35);
}

.hover\:border-t-emerald-50\/40:hover{
  border-top-color: rgb(236 253 245 / 0.4);
}

.hover\:border-t-emerald-50\/45:hover{
  border-top-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(236 253 245 / 0.55);
}

.hover\:border-t-emerald-50\/60:hover{
  border-top-color: rgb(236 253 245 / 0.6);
}

.hover\:border-t-emerald-50\/65:hover{
  border-top-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(16 185 129 / 0.35);
}

.hover\:border-t-emerald-500\/40:hover{
  border-top-color: rgb(16 185 129 / 0.4);
}

.hover\:border-t-emerald-500\/45:hover{
  border-top-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(16 185 129 / 0.55);
}

.hover\:border-t-emerald-500\/60:hover{
  border-top-color: rgb(16 185 129 / 0.6);
}

.hover\:border-t-emerald-500\/65:hover{
  border-top-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(5 150 105 / 0.35);
}

.hover\:border-t-emerald-600\/40:hover{
  border-top-color: rgb(5 150 105 / 0.4);
}

.hover\:border-t-emerald-600\/45:hover{
  border-top-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(5 150 105 / 0.55);
}

.hover\:border-t-emerald-600\/60:hover{
  border-top-color: rgb(5 150 105 / 0.6);
}

.hover\:border-t-emerald-600\/65:hover{
  border-top-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(4 120 87 / 0.35);
}

.hover\:border-t-emerald-700\/40:hover{
  border-top-color: rgb(4 120 87 / 0.4);
}

.hover\:border-t-emerald-700\/45:hover{
  border-top-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(4 120 87 / 0.55);
}

.hover\:border-t-emerald-700\/60:hover{
  border-top-color: rgb(4 120 87 / 0.6);
}

.hover\:border-t-emerald-700\/65:hover{
  border-top-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(6 95 70 / 0.35);
}

.hover\:border-t-emerald-800\/40:hover{
  border-top-color: rgb(6 95 70 / 0.4);
}

.hover\:border-t-emerald-800\/45:hover{
  border-top-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(6 95 70 / 0.55);
}

.hover\:border-t-emerald-800\/60:hover{
  border-top-color: rgb(6 95 70 / 0.6);
}

.hover\:border-t-emerald-800\/65:hover{
  border-top-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(6 78 59 / 0.35);
}

.hover\:border-t-emerald-900\/40:hover{
  border-top-color: rgb(6 78 59 / 0.4);
}

.hover\:border-t-emerald-900\/45:hover{
  border-top-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(6 78 59 / 0.55);
}

.hover\:border-t-emerald-900\/60:hover{
  border-top-color: rgb(6 78 59 / 0.6);
}

.hover\:border-t-emerald-900\/65:hover{
  border-top-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(2 44 34 / 0.35);
}

.hover\:border-t-emerald-950\/40:hover{
  border-top-color: rgb(2 44 34 / 0.4);
}

.hover\:border-t-emerald-950\/45:hover{
  border-top-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(2 44 34 / 0.55);
}

.hover\:border-t-emerald-950\/60:hover{
  border-top-color: rgb(2 44 34 / 0.6);
}

.hover\:border-t-emerald-950\/65:hover{
  border-top-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.hover\:border-t-excel-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.hover\:border-t-excel-hover\/0:hover{
  border-top-color: rgb(9 138 107 / 0);
}

.hover\:border-t-excel-hover\/10:hover{
  border-top-color: rgb(9 138 107 / 0.1);
}

.hover\:border-t-excel-hover\/100:hover{
  border-top-color: rgb(9 138 107 / 1);
}

.hover\:border-t-excel-hover\/15:hover{
  border-top-color: rgb(9 138 107 / 0.15);
}

.hover\:border-t-excel-hover\/20:hover{
  border-top-color: rgb(9 138 107 / 0.2);
}

.hover\:border-t-excel-hover\/25:hover{
  border-top-color: rgb(9 138 107 / 0.25);
}

.hover\:border-t-excel-hover\/30:hover{
  border-top-color: rgb(9 138 107 / 0.3);
}

.hover\:border-t-excel-hover\/35:hover{
  border-top-color: rgb(9 138 107 / 0.35);
}

.hover\:border-t-excel-hover\/40:hover{
  border-top-color: rgb(9 138 107 / 0.4);
}

.hover\:border-t-excel-hover\/45:hover{
  border-top-color: rgb(9 138 107 / 0.45);
}

.hover\:border-t-excel-hover\/5:hover{
  border-top-color: rgb(9 138 107 / 0.05);
}

.hover\:border-t-excel-hover\/50:hover{
  border-top-color: rgb(9 138 107 / 0.5);
}

.hover\:border-t-excel-hover\/55:hover{
  border-top-color: rgb(9 138 107 / 0.55);
}

.hover\:border-t-excel-hover\/60:hover{
  border-top-color: rgb(9 138 107 / 0.6);
}

.hover\:border-t-excel-hover\/65:hover{
  border-top-color: rgb(9 138 107 / 0.65);
}

.hover\:border-t-excel-hover\/70:hover{
  border-top-color: rgb(9 138 107 / 0.7);
}

.hover\:border-t-excel-hover\/75:hover{
  border-top-color: rgb(9 138 107 / 0.75);
}

.hover\:border-t-excel-hover\/80:hover{
  border-top-color: rgb(9 138 107 / 0.8);
}

.hover\:border-t-excel-hover\/85:hover{
  border-top-color: rgb(9 138 107 / 0.85);
}

.hover\:border-t-excel-hover\/90:hover{
  border-top-color: rgb(9 138 107 / 0.9);
}

.hover\:border-t-excel-hover\/95:hover{
  border-top-color: rgb(9 138 107 / 0.95);
}

.hover\:border-t-excel\/0:hover{
  border-top-color: rgb(11 160 123 / 0);
}

.hover\:border-t-excel\/10:hover{
  border-top-color: rgb(11 160 123 / 0.1);
}

.hover\:border-t-excel\/100:hover{
  border-top-color: rgb(11 160 123 / 1);
}

.hover\:border-t-excel\/15:hover{
  border-top-color: rgb(11 160 123 / 0.15);
}

.hover\:border-t-excel\/20:hover{
  border-top-color: rgb(11 160 123 / 0.2);
}

.hover\:border-t-excel\/25:hover{
  border-top-color: rgb(11 160 123 / 0.25);
}

.hover\:border-t-excel\/30:hover{
  border-top-color: rgb(11 160 123 / 0.3);
}

.hover\:border-t-excel\/35:hover{
  border-top-color: rgb(11 160 123 / 0.35);
}

.hover\:border-t-excel\/40:hover{
  border-top-color: rgb(11 160 123 / 0.4);
}

.hover\:border-t-excel\/45:hover{
  border-top-color: rgb(11 160 123 / 0.45);
}

.hover\:border-t-excel\/5:hover{
  border-top-color: rgb(11 160 123 / 0.05);
}

.hover\:border-t-excel\/50:hover{
  border-top-color: rgb(11 160 123 / 0.5);
}

.hover\:border-t-excel\/55:hover{
  border-top-color: rgb(11 160 123 / 0.55);
}

.hover\:border-t-excel\/60:hover{
  border-top-color: rgb(11 160 123 / 0.6);
}

.hover\:border-t-excel\/65:hover{
  border-top-color: rgb(11 160 123 / 0.65);
}

.hover\:border-t-excel\/70:hover{
  border-top-color: rgb(11 160 123 / 0.7);
}

.hover\:border-t-excel\/75:hover{
  border-top-color: rgb(11 160 123 / 0.75);
}

.hover\:border-t-excel\/80:hover{
  border-top-color: rgb(11 160 123 / 0.8);
}

.hover\:border-t-excel\/85:hover{
  border-top-color: rgb(11 160 123 / 0.85);
}

.hover\:border-t-excel\/90:hover{
  border-top-color: rgb(11 160 123 / 0.9);
}

.hover\:border-t-excel\/95:hover{
  border-top-color: rgb(11 160 123 / 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\/15:hover{
  border-top-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 232 255 / 0.35);
}

.hover\:border-t-fuchsia-100\/40:hover{
  border-top-color: rgb(250 232 255 / 0.4);
}

.hover\:border-t-fuchsia-100\/45:hover{
  border-top-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 232 255 / 0.55);
}

.hover\:border-t-fuchsia-100\/60:hover{
  border-top-color: rgb(250 232 255 / 0.6);
}

.hover\:border-t-fuchsia-100\/65:hover{
  border-top-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 208 254 / 0.35);
}

.hover\:border-t-fuchsia-200\/40:hover{
  border-top-color: rgb(245 208 254 / 0.4);
}

.hover\:border-t-fuchsia-200\/45:hover{
  border-top-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 208 254 / 0.55);
}

.hover\:border-t-fuchsia-200\/60:hover{
  border-top-color: rgb(245 208 254 / 0.6);
}

.hover\:border-t-fuchsia-200\/65:hover{
  border-top-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(240 171 252 / 0.35);
}

.hover\:border-t-fuchsia-300\/40:hover{
  border-top-color: rgb(240 171 252 / 0.4);
}

.hover\:border-t-fuchsia-300\/45:hover{
  border-top-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(240 171 252 / 0.55);
}

.hover\:border-t-fuchsia-300\/60:hover{
  border-top-color: rgb(240 171 252 / 0.6);
}

.hover\:border-t-fuchsia-300\/65:hover{
  border-top-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(232 121 249 / 0.35);
}

.hover\:border-t-fuchsia-400\/40:hover{
  border-top-color: rgb(232 121 249 / 0.4);
}

.hover\:border-t-fuchsia-400\/45:hover{
  border-top-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(232 121 249 / 0.55);
}

.hover\:border-t-fuchsia-400\/60:hover{
  border-top-color: rgb(232 121 249 / 0.6);
}

.hover\:border-t-fuchsia-400\/65:hover{
  border-top-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 244 255 / 0.35);
}

.hover\:border-t-fuchsia-50\/40:hover{
  border-top-color: rgb(253 244 255 / 0.4);
}

.hover\:border-t-fuchsia-50\/45:hover{
  border-top-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 244 255 / 0.55);
}

.hover\:border-t-fuchsia-50\/60:hover{
  border-top-color: rgb(253 244 255 / 0.6);
}

.hover\:border-t-fuchsia-50\/65:hover{
  border-top-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(217 70 239 / 0.35);
}

.hover\:border-t-fuchsia-500\/40:hover{
  border-top-color: rgb(217 70 239 / 0.4);
}

.hover\:border-t-fuchsia-500\/45:hover{
  border-top-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(217 70 239 / 0.55);
}

.hover\:border-t-fuchsia-500\/60:hover{
  border-top-color: rgb(217 70 239 / 0.6);
}

.hover\:border-t-fuchsia-500\/65:hover{
  border-top-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(192 38 211 / 0.35);
}

.hover\:border-t-fuchsia-600\/40:hover{
  border-top-color: rgb(192 38 211 / 0.4);
}

.hover\:border-t-fuchsia-600\/45:hover{
  border-top-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(192 38 211 / 0.55);
}

.hover\:border-t-fuchsia-600\/60:hover{
  border-top-color: rgb(192 38 211 / 0.6);
}

.hover\:border-t-fuchsia-600\/65:hover{
  border-top-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(162 28 175 / 0.35);
}

.hover\:border-t-fuchsia-700\/40:hover{
  border-top-color: rgb(162 28 175 / 0.4);
}

.hover\:border-t-fuchsia-700\/45:hover{
  border-top-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(162 28 175 / 0.55);
}

.hover\:border-t-fuchsia-700\/60:hover{
  border-top-color: rgb(162 28 175 / 0.6);
}

.hover\:border-t-fuchsia-700\/65:hover{
  border-top-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(134 25 143 / 0.35);
}

.hover\:border-t-fuchsia-800\/40:hover{
  border-top-color: rgb(134 25 143 / 0.4);
}

.hover\:border-t-fuchsia-800\/45:hover{
  border-top-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(134 25 143 / 0.55);
}

.hover\:border-t-fuchsia-800\/60:hover{
  border-top-color: rgb(134 25 143 / 0.6);
}

.hover\:border-t-fuchsia-800\/65:hover{
  border-top-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(112 26 117 / 0.35);
}

.hover\:border-t-fuchsia-900\/40:hover{
  border-top-color: rgb(112 26 117 / 0.4);
}

.hover\:border-t-fuchsia-900\/45:hover{
  border-top-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(112 26 117 / 0.55);
}

.hover\:border-t-fuchsia-900\/60:hover{
  border-top-color: rgb(112 26 117 / 0.6);
}

.hover\:border-t-fuchsia-900\/65:hover{
  border-top-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(74 4 78 / 0.35);
}

.hover\:border-t-fuchsia-950\/40:hover{
  border-top-color: rgb(74 4 78 / 0.4);
}

.hover\:border-t-fuchsia-950\/45:hover{
  border-top-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(74 4 78 / 0.55);
}

.hover\:border-t-fuchsia-950\/60:hover{
  border-top-color: rgb(74 4 78 / 0.6);
}

.hover\:border-t-fuchsia-950\/65:hover{
  border-top-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(243 244 246 / 0.35);
}

.hover\:border-t-gray-100\/40:hover{
  border-top-color: rgb(243 244 246 / 0.4);
}

.hover\:border-t-gray-100\/45:hover{
  border-top-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(243 244 246 / 0.55);
}

.hover\:border-t-gray-100\/60:hover{
  border-top-color: rgb(243 244 246 / 0.6);
}

.hover\:border-t-gray-100\/65:hover{
  border-top-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(229 231 235 / 0.35);
}

.hover\:border-t-gray-200\/40:hover{
  border-top-color: rgb(229 231 235 / 0.4);
}

.hover\:border-t-gray-200\/45:hover{
  border-top-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(229 231 235 / 0.55);
}

.hover\:border-t-gray-200\/60:hover{
  border-top-color: rgb(229 231 235 / 0.6);
}

.hover\:border-t-gray-200\/65:hover{
  border-top-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(209 213 219 / 0.35);
}

.hover\:border-t-gray-300\/40:hover{
  border-top-color: rgb(209 213 219 / 0.4);
}

.hover\:border-t-gray-300\/45:hover{
  border-top-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(209 213 219 / 0.55);
}

.hover\:border-t-gray-300\/60:hover{
  border-top-color: rgb(209 213 219 / 0.6);
}

.hover\:border-t-gray-300\/65:hover{
  border-top-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(156 163 175 / 0.35);
}

.hover\:border-t-gray-400\/40:hover{
  border-top-color: rgb(156 163 175 / 0.4);
}

.hover\:border-t-gray-400\/45:hover{
  border-top-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(156 163 175 / 0.55);
}

.hover\:border-t-gray-400\/60:hover{
  border-top-color: rgb(156 163 175 / 0.6);
}

.hover\:border-t-gray-400\/65:hover{
  border-top-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(249 250 251 / 0.35);
}

.hover\:border-t-gray-50\/40:hover{
  border-top-color: rgb(249 250 251 / 0.4);
}

.hover\:border-t-gray-50\/45:hover{
  border-top-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(249 250 251 / 0.55);
}

.hover\:border-t-gray-50\/60:hover{
  border-top-color: rgb(249 250 251 / 0.6);
}

.hover\:border-t-gray-50\/65:hover{
  border-top-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(107 114 128 / 0.35);
}

.hover\:border-t-gray-500\/40:hover{
  border-top-color: rgb(107 114 128 / 0.4);
}

.hover\:border-t-gray-500\/45:hover{
  border-top-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(107 114 128 / 0.55);
}

.hover\:border-t-gray-500\/60:hover{
  border-top-color: rgb(107 114 128 / 0.6);
}

.hover\:border-t-gray-500\/65:hover{
  border-top-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(75 85 99 / 0.35);
}

.hover\:border-t-gray-600\/40:hover{
  border-top-color: rgb(75 85 99 / 0.4);
}

.hover\:border-t-gray-600\/45:hover{
  border-top-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(75 85 99 / 0.55);
}

.hover\:border-t-gray-600\/60:hover{
  border-top-color: rgb(75 85 99 / 0.6);
}

.hover\:border-t-gray-600\/65:hover{
  border-top-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(55 65 81 / 0.35);
}

.hover\:border-t-gray-700\/40:hover{
  border-top-color: rgb(55 65 81 / 0.4);
}

.hover\:border-t-gray-700\/45:hover{
  border-top-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(55 65 81 / 0.55);
}

.hover\:border-t-gray-700\/60:hover{
  border-top-color: rgb(55 65 81 / 0.6);
}

.hover\:border-t-gray-700\/65:hover{
  border-top-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(31 41 55 / 0.35);
}

.hover\:border-t-gray-800\/40:hover{
  border-top-color: rgb(31 41 55 / 0.4);
}

.hover\:border-t-gray-800\/45:hover{
  border-top-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(31 41 55 / 0.55);
}

.hover\:border-t-gray-800\/60:hover{
  border-top-color: rgb(31 41 55 / 0.6);
}

.hover\:border-t-gray-800\/65:hover{
  border-top-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(17 24 39 / 0.35);
}

.hover\:border-t-gray-900\/40:hover{
  border-top-color: rgb(17 24 39 / 0.4);
}

.hover\:border-t-gray-900\/45:hover{
  border-top-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(17 24 39 / 0.55);
}

.hover\:border-t-gray-900\/60:hover{
  border-top-color: rgb(17 24 39 / 0.6);
}

.hover\:border-t-gray-900\/65:hover{
  border-top-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(3 7 18 / 0.35);
}

.hover\:border-t-gray-950\/40:hover{
  border-top-color: rgb(3 7 18 / 0.4);
}

.hover\:border-t-gray-950\/45:hover{
  border-top-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(3 7 18 / 0.55);
}

.hover\:border-t-gray-950\/60:hover{
  border-top-color: rgb(3 7 18 / 0.6);
}

.hover\:border-t-gray-950\/65:hover{
  border-top-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(220 252 231 / 0.35);
}

.hover\:border-t-green-100\/40:hover{
  border-top-color: rgb(220 252 231 / 0.4);
}

.hover\:border-t-green-100\/45:hover{
  border-top-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(220 252 231 / 0.55);
}

.hover\:border-t-green-100\/60:hover{
  border-top-color: rgb(220 252 231 / 0.6);
}

.hover\:border-t-green-100\/65:hover{
  border-top-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(187 247 208 / 0.35);
}

.hover\:border-t-green-200\/40:hover{
  border-top-color: rgb(187 247 208 / 0.4);
}

.hover\:border-t-green-200\/45:hover{
  border-top-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(187 247 208 / 0.55);
}

.hover\:border-t-green-200\/60:hover{
  border-top-color: rgb(187 247 208 / 0.6);
}

.hover\:border-t-green-200\/65:hover{
  border-top-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(134 239 172 / 0.35);
}

.hover\:border-t-green-300\/40:hover{
  border-top-color: rgb(134 239 172 / 0.4);
}

.hover\:border-t-green-300\/45:hover{
  border-top-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(134 239 172 / 0.55);
}

.hover\:border-t-green-300\/60:hover{
  border-top-color: rgb(134 239 172 / 0.6);
}

.hover\:border-t-green-300\/65:hover{
  border-top-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(74 222 128 / 0.35);
}

.hover\:border-t-green-400\/40:hover{
  border-top-color: rgb(74 222 128 / 0.4);
}

.hover\:border-t-green-400\/45:hover{
  border-top-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(74 222 128 / 0.55);
}

.hover\:border-t-green-400\/60:hover{
  border-top-color: rgb(74 222 128 / 0.6);
}

.hover\:border-t-green-400\/65:hover{
  border-top-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(240 253 244 / 0.35);
}

.hover\:border-t-green-50\/40:hover{
  border-top-color: rgb(240 253 244 / 0.4);
}

.hover\:border-t-green-50\/45:hover{
  border-top-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(240 253 244 / 0.55);
}

.hover\:border-t-green-50\/60:hover{
  border-top-color: rgb(240 253 244 / 0.6);
}

.hover\:border-t-green-50\/65:hover{
  border-top-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(34 197 94 / 0.35);
}

.hover\:border-t-green-500\/40:hover{
  border-top-color: rgb(34 197 94 / 0.4);
}

.hover\:border-t-green-500\/45:hover{
  border-top-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(34 197 94 / 0.55);
}

.hover\:border-t-green-500\/60:hover{
  border-top-color: rgb(34 197 94 / 0.6);
}

.hover\:border-t-green-500\/65:hover{
  border-top-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(22 163 74 / 0.35);
}

.hover\:border-t-green-600\/40:hover{
  border-top-color: rgb(22 163 74 / 0.4);
}

.hover\:border-t-green-600\/45:hover{
  border-top-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(22 163 74 / 0.55);
}

.hover\:border-t-green-600\/60:hover{
  border-top-color: rgb(22 163 74 / 0.6);
}

.hover\:border-t-green-600\/65:hover{
  border-top-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(21 128 61 / 0.35);
}

.hover\:border-t-green-700\/40:hover{
  border-top-color: rgb(21 128 61 / 0.4);
}

.hover\:border-t-green-700\/45:hover{
  border-top-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(21 128 61 / 0.55);
}

.hover\:border-t-green-700\/60:hover{
  border-top-color: rgb(21 128 61 / 0.6);
}

.hover\:border-t-green-700\/65:hover{
  border-top-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(22 101 52 / 0.35);
}

.hover\:border-t-green-800\/40:hover{
  border-top-color: rgb(22 101 52 / 0.4);
}

.hover\:border-t-green-800\/45:hover{
  border-top-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(22 101 52 / 0.55);
}

.hover\:border-t-green-800\/60:hover{
  border-top-color: rgb(22 101 52 / 0.6);
}

.hover\:border-t-green-800\/65:hover{
  border-top-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(20 83 45 / 0.35);
}

.hover\:border-t-green-900\/40:hover{
  border-top-color: rgb(20 83 45 / 0.4);
}

.hover\:border-t-green-900\/45:hover{
  border-top-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(20 83 45 / 0.55);
}

.hover\:border-t-green-900\/60:hover{
  border-top-color: rgb(20 83 45 / 0.6);
}

.hover\:border-t-green-900\/65:hover{
  border-top-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(5 46 22 / 0.35);
}

.hover\:border-t-green-950\/40:hover{
  border-top-color: rgb(5 46 22 / 0.4);
}

.hover\:border-t-green-950\/45:hover{
  border-top-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(5 46 22 / 0.55);
}

.hover\:border-t-green-950\/60:hover{
  border-top-color: rgb(5 46 22 / 0.6);
}

.hover\:border-t-green-950\/65:hover{
  border-top-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(224 231 255 / 0.35);
}

.hover\:border-t-indigo-100\/40:hover{
  border-top-color: rgb(224 231 255 / 0.4);
}

.hover\:border-t-indigo-100\/45:hover{
  border-top-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(224 231 255 / 0.55);
}

.hover\:border-t-indigo-100\/60:hover{
  border-top-color: rgb(224 231 255 / 0.6);
}

.hover\:border-t-indigo-100\/65:hover{
  border-top-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(199 210 254 / 0.35);
}

.hover\:border-t-indigo-200\/40:hover{
  border-top-color: rgb(199 210 254 / 0.4);
}

.hover\:border-t-indigo-200\/45:hover{
  border-top-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(199 210 254 / 0.55);
}

.hover\:border-t-indigo-200\/60:hover{
  border-top-color: rgb(199 210 254 / 0.6);
}

.hover\:border-t-indigo-200\/65:hover{
  border-top-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(165 180 252 / 0.35);
}

.hover\:border-t-indigo-300\/40:hover{
  border-top-color: rgb(165 180 252 / 0.4);
}

.hover\:border-t-indigo-300\/45:hover{
  border-top-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(165 180 252 / 0.55);
}

.hover\:border-t-indigo-300\/60:hover{
  border-top-color: rgb(165 180 252 / 0.6);
}

.hover\:border-t-indigo-300\/65:hover{
  border-top-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(129 140 248 / 0.35);
}

.hover\:border-t-indigo-400\/40:hover{
  border-top-color: rgb(129 140 248 / 0.4);
}

.hover\:border-t-indigo-400\/45:hover{
  border-top-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(129 140 248 / 0.55);
}

.hover\:border-t-indigo-400\/60:hover{
  border-top-color: rgb(129 140 248 / 0.6);
}

.hover\:border-t-indigo-400\/65:hover{
  border-top-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(238 242 255 / 0.35);
}

.hover\:border-t-indigo-50\/40:hover{
  border-top-color: rgb(238 242 255 / 0.4);
}

.hover\:border-t-indigo-50\/45:hover{
  border-top-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(238 242 255 / 0.55);
}

.hover\:border-t-indigo-50\/60:hover{
  border-top-color: rgb(238 242 255 / 0.6);
}

.hover\:border-t-indigo-50\/65:hover{
  border-top-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(99 102 241 / 0.35);
}

.hover\:border-t-indigo-500\/40:hover{
  border-top-color: rgb(99 102 241 / 0.4);
}

.hover\:border-t-indigo-500\/45:hover{
  border-top-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(99 102 241 / 0.55);
}

.hover\:border-t-indigo-500\/60:hover{
  border-top-color: rgb(99 102 241 / 0.6);
}

.hover\:border-t-indigo-500\/65:hover{
  border-top-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(79 70 229 / 0.35);
}

.hover\:border-t-indigo-600\/40:hover{
  border-top-color: rgb(79 70 229 / 0.4);
}

.hover\:border-t-indigo-600\/45:hover{
  border-top-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(79 70 229 / 0.55);
}

.hover\:border-t-indigo-600\/60:hover{
  border-top-color: rgb(79 70 229 / 0.6);
}

.hover\:border-t-indigo-600\/65:hover{
  border-top-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(67 56 202 / 0.35);
}

.hover\:border-t-indigo-700\/40:hover{
  border-top-color: rgb(67 56 202 / 0.4);
}

.hover\:border-t-indigo-700\/45:hover{
  border-top-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(67 56 202 / 0.55);
}

.hover\:border-t-indigo-700\/60:hover{
  border-top-color: rgb(67 56 202 / 0.6);
}

.hover\:border-t-indigo-700\/65:hover{
  border-top-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(55 48 163 / 0.35);
}

.hover\:border-t-indigo-800\/40:hover{
  border-top-color: rgb(55 48 163 / 0.4);
}

.hover\:border-t-indigo-800\/45:hover{
  border-top-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(55 48 163 / 0.55);
}

.hover\:border-t-indigo-800\/60:hover{
  border-top-color: rgb(55 48 163 / 0.6);
}

.hover\:border-t-indigo-800\/65:hover{
  border-top-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(49 46 129 / 0.35);
}

.hover\:border-t-indigo-900\/40:hover{
  border-top-color: rgb(49 46 129 / 0.4);
}

.hover\:border-t-indigo-900\/45:hover{
  border-top-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(49 46 129 / 0.55);
}

.hover\:border-t-indigo-900\/60:hover{
  border-top-color: rgb(49 46 129 / 0.6);
}

.hover\:border-t-indigo-900\/65:hover{
  border-top-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(30 27 75 / 0.35);
}

.hover\:border-t-indigo-950\/40:hover{
  border-top-color: rgb(30 27 75 / 0.4);
}

.hover\:border-t-indigo-950\/45:hover{
  border-top-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(30 27 75 / 0.55);
}

.hover\:border-t-indigo-950\/60:hover{
  border-top-color: rgb(30 27 75 / 0.6);
}

.hover\:border-t-indigo-950\/65:hover{
  border-top-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.hover\:border-t-info-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.hover\:border-t-info-hover\/0:hover{
  border-top-color: rgb(203 122 0 / 0);
}

.hover\:border-t-info-hover\/10:hover{
  border-top-color: rgb(203 122 0 / 0.1);
}

.hover\:border-t-info-hover\/100:hover{
  border-top-color: rgb(203 122 0 / 1);
}

.hover\:border-t-info-hover\/15:hover{
  border-top-color: rgb(203 122 0 / 0.15);
}

.hover\:border-t-info-hover\/20:hover{
  border-top-color: rgb(203 122 0 / 0.2);
}

.hover\:border-t-info-hover\/25:hover{
  border-top-color: rgb(203 122 0 / 0.25);
}

.hover\:border-t-info-hover\/30:hover{
  border-top-color: rgb(203 122 0 / 0.3);
}

.hover\:border-t-info-hover\/35:hover{
  border-top-color: rgb(203 122 0 / 0.35);
}

.hover\:border-t-info-hover\/40:hover{
  border-top-color: rgb(203 122 0 / 0.4);
}

.hover\:border-t-info-hover\/45:hover{
  border-top-color: rgb(203 122 0 / 0.45);
}

.hover\:border-t-info-hover\/5:hover{
  border-top-color: rgb(203 122 0 / 0.05);
}

.hover\:border-t-info-hover\/50:hover{
  border-top-color: rgb(203 122 0 / 0.5);
}

.hover\:border-t-info-hover\/55:hover{
  border-top-color: rgb(203 122 0 / 0.55);
}

.hover\:border-t-info-hover\/60:hover{
  border-top-color: rgb(203 122 0 / 0.6);
}

.hover\:border-t-info-hover\/65:hover{
  border-top-color: rgb(203 122 0 / 0.65);
}

.hover\:border-t-info-hover\/70:hover{
  border-top-color: rgb(203 122 0 / 0.7);
}

.hover\:border-t-info-hover\/75:hover{
  border-top-color: rgb(203 122 0 / 0.75);
}

.hover\:border-t-info-hover\/80:hover{
  border-top-color: rgb(203 122 0 / 0.8);
}

.hover\:border-t-info-hover\/85:hover{
  border-top-color: rgb(203 122 0 / 0.85);
}

.hover\:border-t-info-hover\/90:hover{
  border-top-color: rgb(203 122 0 / 0.9);
}

.hover\:border-t-info-hover\/95:hover{
  border-top-color: rgb(203 122 0 / 0.95);
}

.hover\:border-t-info\/0:hover{
  border-top-color: rgb(247 159 26 / 0);
}

.hover\:border-t-info\/10:hover{
  border-top-color: rgb(247 159 26 / 0.1);
}

.hover\:border-t-info\/100:hover{
  border-top-color: rgb(247 159 26 / 1);
}

.hover\:border-t-info\/15:hover{
  border-top-color: rgb(247 159 26 / 0.15);
}

.hover\:border-t-info\/20:hover{
  border-top-color: rgb(247 159 26 / 0.2);
}

.hover\:border-t-info\/25:hover{
  border-top-color: rgb(247 159 26 / 0.25);
}

.hover\:border-t-info\/30:hover{
  border-top-color: rgb(247 159 26 / 0.3);
}

.hover\:border-t-info\/35:hover{
  border-top-color: rgb(247 159 26 / 0.35);
}

.hover\:border-t-info\/40:hover{
  border-top-color: rgb(247 159 26 / 0.4);
}

.hover\:border-t-info\/45:hover{
  border-top-color: rgb(247 159 26 / 0.45);
}

.hover\:border-t-info\/5:hover{
  border-top-color: rgb(247 159 26 / 0.05);
}

.hover\:border-t-info\/50:hover{
  border-top-color: rgb(247 159 26 / 0.5);
}

.hover\:border-t-info\/55:hover{
  border-top-color: rgb(247 159 26 / 0.55);
}

.hover\:border-t-info\/60:hover{
  border-top-color: rgb(247 159 26 / 0.6);
}

.hover\:border-t-info\/65:hover{
  border-top-color: rgb(247 159 26 / 0.65);
}

.hover\:border-t-info\/70:hover{
  border-top-color: rgb(247 159 26 / 0.7);
}

.hover\:border-t-info\/75:hover{
  border-top-color: rgb(247 159 26 / 0.75);
}

.hover\:border-t-info\/80:hover{
  border-top-color: rgb(247 159 26 / 0.8);
}

.hover\:border-t-info\/85:hover{
  border-top-color: rgb(247 159 26 / 0.85);
}

.hover\:border-t-info\/90:hover{
  border-top-color: rgb(247 159 26 / 0.9);
}

.hover\:border-t-info\/95:hover{
  border-top-color: rgb(247 159 26 / 0.95);
}

.hover\:border-t-inherit:hover{
  border-top-color: inherit;
}

.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\/15:hover{
  border-top-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(236 252 203 / 0.35);
}

.hover\:border-t-lime-100\/40:hover{
  border-top-color: rgb(236 252 203 / 0.4);
}

.hover\:border-t-lime-100\/45:hover{
  border-top-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(236 252 203 / 0.55);
}

.hover\:border-t-lime-100\/60:hover{
  border-top-color: rgb(236 252 203 / 0.6);
}

.hover\:border-t-lime-100\/65:hover{
  border-top-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(217 249 157 / 0.35);
}

.hover\:border-t-lime-200\/40:hover{
  border-top-color: rgb(217 249 157 / 0.4);
}

.hover\:border-t-lime-200\/45:hover{
  border-top-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(217 249 157 / 0.55);
}

.hover\:border-t-lime-200\/60:hover{
  border-top-color: rgb(217 249 157 / 0.6);
}

.hover\:border-t-lime-200\/65:hover{
  border-top-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(190 242 100 / 0.35);
}

.hover\:border-t-lime-300\/40:hover{
  border-top-color: rgb(190 242 100 / 0.4);
}

.hover\:border-t-lime-300\/45:hover{
  border-top-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(190 242 100 / 0.55);
}

.hover\:border-t-lime-300\/60:hover{
  border-top-color: rgb(190 242 100 / 0.6);
}

.hover\:border-t-lime-300\/65:hover{
  border-top-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(163 230 53 / 0.35);
}

.hover\:border-t-lime-400\/40:hover{
  border-top-color: rgb(163 230 53 / 0.4);
}

.hover\:border-t-lime-400\/45:hover{
  border-top-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(163 230 53 / 0.55);
}

.hover\:border-t-lime-400\/60:hover{
  border-top-color: rgb(163 230 53 / 0.6);
}

.hover\:border-t-lime-400\/65:hover{
  border-top-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(247 254 231 / 0.35);
}

.hover\:border-t-lime-50\/40:hover{
  border-top-color: rgb(247 254 231 / 0.4);
}

.hover\:border-t-lime-50\/45:hover{
  border-top-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(247 254 231 / 0.55);
}

.hover\:border-t-lime-50\/60:hover{
  border-top-color: rgb(247 254 231 / 0.6);
}

.hover\:border-t-lime-50\/65:hover{
  border-top-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(132 204 22 / 0.35);
}

.hover\:border-t-lime-500\/40:hover{
  border-top-color: rgb(132 204 22 / 0.4);
}

.hover\:border-t-lime-500\/45:hover{
  border-top-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(132 204 22 / 0.55);
}

.hover\:border-t-lime-500\/60:hover{
  border-top-color: rgb(132 204 22 / 0.6);
}

.hover\:border-t-lime-500\/65:hover{
  border-top-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(101 163 13 / 0.35);
}

.hover\:border-t-lime-600\/40:hover{
  border-top-color: rgb(101 163 13 / 0.4);
}

.hover\:border-t-lime-600\/45:hover{
  border-top-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(101 163 13 / 0.55);
}

.hover\:border-t-lime-600\/60:hover{
  border-top-color: rgb(101 163 13 / 0.6);
}

.hover\:border-t-lime-600\/65:hover{
  border-top-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(77 124 15 / 0.35);
}

.hover\:border-t-lime-700\/40:hover{
  border-top-color: rgb(77 124 15 / 0.4);
}

.hover\:border-t-lime-700\/45:hover{
  border-top-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(77 124 15 / 0.55);
}

.hover\:border-t-lime-700\/60:hover{
  border-top-color: rgb(77 124 15 / 0.6);
}

.hover\:border-t-lime-700\/65:hover{
  border-top-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(63 98 18 / 0.35);
}

.hover\:border-t-lime-800\/40:hover{
  border-top-color: rgb(63 98 18 / 0.4);
}

.hover\:border-t-lime-800\/45:hover{
  border-top-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(63 98 18 / 0.55);
}

.hover\:border-t-lime-800\/60:hover{
  border-top-color: rgb(63 98 18 / 0.6);
}

.hover\:border-t-lime-800\/65:hover{
  border-top-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(54 83 20 / 0.35);
}

.hover\:border-t-lime-900\/40:hover{
  border-top-color: rgb(54 83 20 / 0.4);
}

.hover\:border-t-lime-900\/45:hover{
  border-top-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(54 83 20 / 0.55);
}

.hover\:border-t-lime-900\/60:hover{
  border-top-color: rgb(54 83 20 / 0.6);
}

.hover\:border-t-lime-900\/65:hover{
  border-top-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(26 46 5 / 0.35);
}

.hover\:border-t-lime-950\/40:hover{
  border-top-color: rgb(26 46 5 / 0.4);
}

.hover\:border-t-lime-950\/45:hover{
  border-top-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(26 46 5 / 0.55);
}

.hover\:border-t-lime-950\/60:hover{
  border-top-color: rgb(26 46 5 / 0.6);
}

.hover\:border-t-lime-950\/65:hover{
  border-top-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-01\/0:hover{
  border-top-color: rgb(224 224 224 / 0);
}

.hover\:border-t-neutral-01\/10:hover{
  border-top-color: rgb(224 224 224 / 0.1);
}

.hover\:border-t-neutral-01\/100:hover{
  border-top-color: rgb(224 224 224 / 1);
}

.hover\:border-t-neutral-01\/15:hover{
  border-top-color: rgb(224 224 224 / 0.15);
}

.hover\:border-t-neutral-01\/20:hover{
  border-top-color: rgb(224 224 224 / 0.2);
}

.hover\:border-t-neutral-01\/25:hover{
  border-top-color: rgb(224 224 224 / 0.25);
}

.hover\:border-t-neutral-01\/30:hover{
  border-top-color: rgb(224 224 224 / 0.3);
}

.hover\:border-t-neutral-01\/35:hover{
  border-top-color: rgb(224 224 224 / 0.35);
}

.hover\:border-t-neutral-01\/40:hover{
  border-top-color: rgb(224 224 224 / 0.4);
}

.hover\:border-t-neutral-01\/45:hover{
  border-top-color: rgb(224 224 224 / 0.45);
}

.hover\:border-t-neutral-01\/5:hover{
  border-top-color: rgb(224 224 224 / 0.05);
}

.hover\:border-t-neutral-01\/50:hover{
  border-top-color: rgb(224 224 224 / 0.5);
}

.hover\:border-t-neutral-01\/55:hover{
  border-top-color: rgb(224 224 224 / 0.55);
}

.hover\:border-t-neutral-01\/60:hover{
  border-top-color: rgb(224 224 224 / 0.6);
}

.hover\:border-t-neutral-01\/65:hover{
  border-top-color: rgb(224 224 224 / 0.65);
}

.hover\:border-t-neutral-01\/70:hover{
  border-top-color: rgb(224 224 224 / 0.7);
}

.hover\:border-t-neutral-01\/75:hover{
  border-top-color: rgb(224 224 224 / 0.75);
}

.hover\:border-t-neutral-01\/80:hover{
  border-top-color: rgb(224 224 224 / 0.8);
}

.hover\:border-t-neutral-01\/85:hover{
  border-top-color: rgb(224 224 224 / 0.85);
}

.hover\:border-t-neutral-01\/90:hover{
  border-top-color: rgb(224 224 224 / 0.9);
}

.hover\:border-t-neutral-01\/95:hover{
  border-top-color: rgb(224 224 224 / 0.95);
}

.hover\:border-t-neutral-02:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-02\/0:hover{
  border-top-color: rgb(228 234 238 / 0);
}

.hover\:border-t-neutral-02\/10:hover{
  border-top-color: rgb(228 234 238 / 0.1);
}

.hover\:border-t-neutral-02\/100:hover{
  border-top-color: rgb(228 234 238 / 1);
}

.hover\:border-t-neutral-02\/15:hover{
  border-top-color: rgb(228 234 238 / 0.15);
}

.hover\:border-t-neutral-02\/20:hover{
  border-top-color: rgb(228 234 238 / 0.2);
}

.hover\:border-t-neutral-02\/25:hover{
  border-top-color: rgb(228 234 238 / 0.25);
}

.hover\:border-t-neutral-02\/30:hover{
  border-top-color: rgb(228 234 238 / 0.3);
}

.hover\:border-t-neutral-02\/35:hover{
  border-top-color: rgb(228 234 238 / 0.35);
}

.hover\:border-t-neutral-02\/40:hover{
  border-top-color: rgb(228 234 238 / 0.4);
}

.hover\:border-t-neutral-02\/45:hover{
  border-top-color: rgb(228 234 238 / 0.45);
}

.hover\:border-t-neutral-02\/5:hover{
  border-top-color: rgb(228 234 238 / 0.05);
}

.hover\:border-t-neutral-02\/50:hover{
  border-top-color: rgb(228 234 238 / 0.5);
}

.hover\:border-t-neutral-02\/55:hover{
  border-top-color: rgb(228 234 238 / 0.55);
}

.hover\:border-t-neutral-02\/60:hover{
  border-top-color: rgb(228 234 238 / 0.6);
}

.hover\:border-t-neutral-02\/65:hover{
  border-top-color: rgb(228 234 238 / 0.65);
}

.hover\:border-t-neutral-02\/70:hover{
  border-top-color: rgb(228 234 238 / 0.7);
}

.hover\:border-t-neutral-02\/75:hover{
  border-top-color: rgb(228 234 238 / 0.75);
}

.hover\:border-t-neutral-02\/80:hover{
  border-top-color: rgb(228 234 238 / 0.8);
}

.hover\:border-t-neutral-02\/85:hover{
  border-top-color: rgb(228 234 238 / 0.85);
}

.hover\:border-t-neutral-02\/90:hover{
  border-top-color: rgb(228 234 238 / 0.9);
}

.hover\:border-t-neutral-02\/95:hover{
  border-top-color: rgb(228 234 238 / 0.95);
}

.hover\:border-t-neutral-03:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-03\/0:hover{
  border-top-color: rgb(236 239 250 / 0);
}

.hover\:border-t-neutral-03\/10:hover{
  border-top-color: rgb(236 239 250 / 0.1);
}

.hover\:border-t-neutral-03\/100:hover{
  border-top-color: rgb(236 239 250 / 1);
}

.hover\:border-t-neutral-03\/15:hover{
  border-top-color: rgb(236 239 250 / 0.15);
}

.hover\:border-t-neutral-03\/20:hover{
  border-top-color: rgb(236 239 250 / 0.2);
}

.hover\:border-t-neutral-03\/25:hover{
  border-top-color: rgb(236 239 250 / 0.25);
}

.hover\:border-t-neutral-03\/30:hover{
  border-top-color: rgb(236 239 250 / 0.3);
}

.hover\:border-t-neutral-03\/35:hover{
  border-top-color: rgb(236 239 250 / 0.35);
}

.hover\:border-t-neutral-03\/40:hover{
  border-top-color: rgb(236 239 250 / 0.4);
}

.hover\:border-t-neutral-03\/45:hover{
  border-top-color: rgb(236 239 250 / 0.45);
}

.hover\:border-t-neutral-03\/5:hover{
  border-top-color: rgb(236 239 250 / 0.05);
}

.hover\:border-t-neutral-03\/50:hover{
  border-top-color: rgb(236 239 250 / 0.5);
}

.hover\:border-t-neutral-03\/55:hover{
  border-top-color: rgb(236 239 250 / 0.55);
}

.hover\:border-t-neutral-03\/60:hover{
  border-top-color: rgb(236 239 250 / 0.6);
}

.hover\:border-t-neutral-03\/65:hover{
  border-top-color: rgb(236 239 250 / 0.65);
}

.hover\:border-t-neutral-03\/70:hover{
  border-top-color: rgb(236 239 250 / 0.7);
}

.hover\:border-t-neutral-03\/75:hover{
  border-top-color: rgb(236 239 250 / 0.75);
}

.hover\:border-t-neutral-03\/80:hover{
  border-top-color: rgb(236 239 250 / 0.8);
}

.hover\:border-t-neutral-03\/85:hover{
  border-top-color: rgb(236 239 250 / 0.85);
}

.hover\:border-t-neutral-03\/90:hover{
  border-top-color: rgb(236 239 250 / 0.9);
}

.hover\:border-t-neutral-03\/95:hover{
  border-top-color: rgb(236 239 250 / 0.95);
}

.hover\:border-t-neutral-04:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-04\/0:hover{
  border-top-color: rgb(215 218 226 / 0);
}

.hover\:border-t-neutral-04\/10:hover{
  border-top-color: rgb(215 218 226 / 0.1);
}

.hover\:border-t-neutral-04\/100:hover{
  border-top-color: rgb(215 218 226 / 1);
}

.hover\:border-t-neutral-04\/15:hover{
  border-top-color: rgb(215 218 226 / 0.15);
}

.hover\:border-t-neutral-04\/20:hover{
  border-top-color: rgb(215 218 226 / 0.2);
}

.hover\:border-t-neutral-04\/25:hover{
  border-top-color: rgb(215 218 226 / 0.25);
}

.hover\:border-t-neutral-04\/30:hover{
  border-top-color: rgb(215 218 226 / 0.3);
}

.hover\:border-t-neutral-04\/35:hover{
  border-top-color: rgb(215 218 226 / 0.35);
}

.hover\:border-t-neutral-04\/40:hover{
  border-top-color: rgb(215 218 226 / 0.4);
}

.hover\:border-t-neutral-04\/45:hover{
  border-top-color: rgb(215 218 226 / 0.45);
}

.hover\:border-t-neutral-04\/5:hover{
  border-top-color: rgb(215 218 226 / 0.05);
}

.hover\:border-t-neutral-04\/50:hover{
  border-top-color: rgb(215 218 226 / 0.5);
}

.hover\:border-t-neutral-04\/55:hover{
  border-top-color: rgb(215 218 226 / 0.55);
}

.hover\:border-t-neutral-04\/60:hover{
  border-top-color: rgb(215 218 226 / 0.6);
}

.hover\:border-t-neutral-04\/65:hover{
  border-top-color: rgb(215 218 226 / 0.65);
}

.hover\:border-t-neutral-04\/70:hover{
  border-top-color: rgb(215 218 226 / 0.7);
}

.hover\:border-t-neutral-04\/75:hover{
  border-top-color: rgb(215 218 226 / 0.75);
}

.hover\:border-t-neutral-04\/80:hover{
  border-top-color: rgb(215 218 226 / 0.8);
}

.hover\:border-t-neutral-04\/85:hover{
  border-top-color: rgb(215 218 226 / 0.85);
}

.hover\:border-t-neutral-04\/90:hover{
  border-top-color: rgb(215 218 226 / 0.9);
}

.hover\:border-t-neutral-04\/95:hover{
  border-top-color: rgb(215 218 226 / 0.95);
}

.hover\:border-t-neutral-05:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-05\/0:hover{
  border-top-color: rgb(246 246 246 / 0);
}

.hover\:border-t-neutral-05\/10:hover{
  border-top-color: rgb(246 246 246 / 0.1);
}

.hover\:border-t-neutral-05\/100:hover{
  border-top-color: rgb(246 246 246 / 1);
}

.hover\:border-t-neutral-05\/15:hover{
  border-top-color: rgb(246 246 246 / 0.15);
}

.hover\:border-t-neutral-05\/20:hover{
  border-top-color: rgb(246 246 246 / 0.2);
}

.hover\:border-t-neutral-05\/25:hover{
  border-top-color: rgb(246 246 246 / 0.25);
}

.hover\:border-t-neutral-05\/30:hover{
  border-top-color: rgb(246 246 246 / 0.3);
}

.hover\:border-t-neutral-05\/35:hover{
  border-top-color: rgb(246 246 246 / 0.35);
}

.hover\:border-t-neutral-05\/40:hover{
  border-top-color: rgb(246 246 246 / 0.4);
}

.hover\:border-t-neutral-05\/45:hover{
  border-top-color: rgb(246 246 246 / 0.45);
}

.hover\:border-t-neutral-05\/5:hover{
  border-top-color: rgb(246 246 246 / 0.05);
}

.hover\:border-t-neutral-05\/50:hover{
  border-top-color: rgb(246 246 246 / 0.5);
}

.hover\:border-t-neutral-05\/55:hover{
  border-top-color: rgb(246 246 246 / 0.55);
}

.hover\:border-t-neutral-05\/60:hover{
  border-top-color: rgb(246 246 246 / 0.6);
}

.hover\:border-t-neutral-05\/65:hover{
  border-top-color: rgb(246 246 246 / 0.65);
}

.hover\:border-t-neutral-05\/70:hover{
  border-top-color: rgb(246 246 246 / 0.7);
}

.hover\:border-t-neutral-05\/75:hover{
  border-top-color: rgb(246 246 246 / 0.75);
}

.hover\:border-t-neutral-05\/80:hover{
  border-top-color: rgb(246 246 246 / 0.8);
}

.hover\:border-t-neutral-05\/85:hover{
  border-top-color: rgb(246 246 246 / 0.85);
}

.hover\:border-t-neutral-05\/90:hover{
  border-top-color: rgb(246 246 246 / 0.9);
}

.hover\:border-t-neutral-05\/95:hover{
  border-top-color: rgb(246 246 246 / 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\/15:hover{
  border-top-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 245 245 / 0.35);
}

.hover\:border-t-neutral-100\/40:hover{
  border-top-color: rgb(245 245 245 / 0.4);
}

.hover\:border-t-neutral-100\/45:hover{
  border-top-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 245 245 / 0.55);
}

.hover\:border-t-neutral-100\/60:hover{
  border-top-color: rgb(245 245 245 / 0.6);
}

.hover\:border-t-neutral-100\/65:hover{
  border-top-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(229 229 229 / 0.35);
}

.hover\:border-t-neutral-200\/40:hover{
  border-top-color: rgb(229 229 229 / 0.4);
}

.hover\:border-t-neutral-200\/45:hover{
  border-top-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(229 229 229 / 0.55);
}

.hover\:border-t-neutral-200\/60:hover{
  border-top-color: rgb(229 229 229 / 0.6);
}

.hover\:border-t-neutral-200\/65:hover{
  border-top-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(212 212 212 / 0.35);
}

.hover\:border-t-neutral-300\/40:hover{
  border-top-color: rgb(212 212 212 / 0.4);
}

.hover\:border-t-neutral-300\/45:hover{
  border-top-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(212 212 212 / 0.55);
}

.hover\:border-t-neutral-300\/60:hover{
  border-top-color: rgb(212 212 212 / 0.6);
}

.hover\:border-t-neutral-300\/65:hover{
  border-top-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(163 163 163 / 0.35);
}

.hover\:border-t-neutral-400\/40:hover{
  border-top-color: rgb(163 163 163 / 0.4);
}

.hover\:border-t-neutral-400\/45:hover{
  border-top-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(163 163 163 / 0.55);
}

.hover\:border-t-neutral-400\/60:hover{
  border-top-color: rgb(163 163 163 / 0.6);
}

.hover\:border-t-neutral-400\/65:hover{
  border-top-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 250 250 / 0.35);
}

.hover\:border-t-neutral-50\/40:hover{
  border-top-color: rgb(250 250 250 / 0.4);
}

.hover\:border-t-neutral-50\/45:hover{
  border-top-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 250 250 / 0.55);
}

.hover\:border-t-neutral-50\/60:hover{
  border-top-color: rgb(250 250 250 / 0.6);
}

.hover\:border-t-neutral-50\/65:hover{
  border-top-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(115 115 115 / 0.35);
}

.hover\:border-t-neutral-500\/40:hover{
  border-top-color: rgb(115 115 115 / 0.4);
}

.hover\:border-t-neutral-500\/45:hover{
  border-top-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(115 115 115 / 0.55);
}

.hover\:border-t-neutral-500\/60:hover{
  border-top-color: rgb(115 115 115 / 0.6);
}

.hover\:border-t-neutral-500\/65:hover{
  border-top-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(82 82 82 / 0.35);
}

.hover\:border-t-neutral-600\/40:hover{
  border-top-color: rgb(82 82 82 / 0.4);
}

.hover\:border-t-neutral-600\/45:hover{
  border-top-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(82 82 82 / 0.55);
}

.hover\:border-t-neutral-600\/60:hover{
  border-top-color: rgb(82 82 82 / 0.6);
}

.hover\:border-t-neutral-600\/65:hover{
  border-top-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(64 64 64 / 0.35);
}

.hover\:border-t-neutral-700\/40:hover{
  border-top-color: rgb(64 64 64 / 0.4);
}

.hover\:border-t-neutral-700\/45:hover{
  border-top-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(64 64 64 / 0.55);
}

.hover\:border-t-neutral-700\/60:hover{
  border-top-color: rgb(64 64 64 / 0.6);
}

.hover\:border-t-neutral-700\/65:hover{
  border-top-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(38 38 38 / 0.35);
}

.hover\:border-t-neutral-800\/40:hover{
  border-top-color: rgb(38 38 38 / 0.4);
}

.hover\:border-t-neutral-800\/45:hover{
  border-top-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(38 38 38 / 0.55);
}

.hover\:border-t-neutral-800\/60:hover{
  border-top-color: rgb(38 38 38 / 0.6);
}

.hover\:border-t-neutral-800\/65:hover{
  border-top-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(23 23 23 / 0.35);
}

.hover\:border-t-neutral-900\/40:hover{
  border-top-color: rgb(23 23 23 / 0.4);
}

.hover\:border-t-neutral-900\/45:hover{
  border-top-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(23 23 23 / 0.55);
}

.hover\:border-t-neutral-900\/60:hover{
  border-top-color: rgb(23 23 23 / 0.6);
}

.hover\:border-t-neutral-900\/65:hover{
  border-top-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(10 10 10 / 0.35);
}

.hover\:border-t-neutral-950\/40:hover{
  border-top-color: rgb(10 10 10 / 0.4);
}

.hover\:border-t-neutral-950\/45:hover{
  border-top-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(10 10 10 / 0.55);
}

.hover\:border-t-neutral-950\/60:hover{
  border-top-color: rgb(10 10 10 / 0.6);
}

.hover\:border-t-neutral-950\/65:hover{
  border-top-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 237 213 / 0.35);
}

.hover\:border-t-orange-100\/40:hover{
  border-top-color: rgb(255 237 213 / 0.4);
}

.hover\:border-t-orange-100\/45:hover{
  border-top-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 237 213 / 0.55);
}

.hover\:border-t-orange-100\/60:hover{
  border-top-color: rgb(255 237 213 / 0.6);
}

.hover\:border-t-orange-100\/65:hover{
  border-top-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 215 170 / 0.35);
}

.hover\:border-t-orange-200\/40:hover{
  border-top-color: rgb(254 215 170 / 0.4);
}

.hover\:border-t-orange-200\/45:hover{
  border-top-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 215 170 / 0.55);
}

.hover\:border-t-orange-200\/60:hover{
  border-top-color: rgb(254 215 170 / 0.6);
}

.hover\:border-t-orange-200\/65:hover{
  border-top-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 186 116 / 0.35);
}

.hover\:border-t-orange-300\/40:hover{
  border-top-color: rgb(253 186 116 / 0.4);
}

.hover\:border-t-orange-300\/45:hover{
  border-top-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 186 116 / 0.55);
}

.hover\:border-t-orange-300\/60:hover{
  border-top-color: rgb(253 186 116 / 0.6);
}

.hover\:border-t-orange-300\/65:hover{
  border-top-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(251 146 60 / 0.35);
}

.hover\:border-t-orange-400\/40:hover{
  border-top-color: rgb(251 146 60 / 0.4);
}

.hover\:border-t-orange-400\/45:hover{
  border-top-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(251 146 60 / 0.55);
}

.hover\:border-t-orange-400\/60:hover{
  border-top-color: rgb(251 146 60 / 0.6);
}

.hover\:border-t-orange-400\/65:hover{
  border-top-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 247 237 / 0.35);
}

.hover\:border-t-orange-50\/40:hover{
  border-top-color: rgb(255 247 237 / 0.4);
}

.hover\:border-t-orange-50\/45:hover{
  border-top-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 247 237 / 0.55);
}

.hover\:border-t-orange-50\/60:hover{
  border-top-color: rgb(255 247 237 / 0.6);
}

.hover\:border-t-orange-50\/65:hover{
  border-top-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(249 115 22 / 0.35);
}

.hover\:border-t-orange-500\/40:hover{
  border-top-color: rgb(249 115 22 / 0.4);
}

.hover\:border-t-orange-500\/45:hover{
  border-top-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(249 115 22 / 0.55);
}

.hover\:border-t-orange-500\/60:hover{
  border-top-color: rgb(249 115 22 / 0.6);
}

.hover\:border-t-orange-500\/65:hover{
  border-top-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(234 88 12 / 0.35);
}

.hover\:border-t-orange-600\/40:hover{
  border-top-color: rgb(234 88 12 / 0.4);
}

.hover\:border-t-orange-600\/45:hover{
  border-top-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(234 88 12 / 0.55);
}

.hover\:border-t-orange-600\/60:hover{
  border-top-color: rgb(234 88 12 / 0.6);
}

.hover\:border-t-orange-600\/65:hover{
  border-top-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(194 65 12 / 0.35);
}

.hover\:border-t-orange-700\/40:hover{
  border-top-color: rgb(194 65 12 / 0.4);
}

.hover\:border-t-orange-700\/45:hover{
  border-top-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(194 65 12 / 0.55);
}

.hover\:border-t-orange-700\/60:hover{
  border-top-color: rgb(194 65 12 / 0.6);
}

.hover\:border-t-orange-700\/65:hover{
  border-top-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(154 52 18 / 0.35);
}

.hover\:border-t-orange-800\/40:hover{
  border-top-color: rgb(154 52 18 / 0.4);
}

.hover\:border-t-orange-800\/45:hover{
  border-top-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(154 52 18 / 0.55);
}

.hover\:border-t-orange-800\/60:hover{
  border-top-color: rgb(154 52 18 / 0.6);
}

.hover\:border-t-orange-800\/65:hover{
  border-top-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(124 45 18 / 0.35);
}

.hover\:border-t-orange-900\/40:hover{
  border-top-color: rgb(124 45 18 / 0.4);
}

.hover\:border-t-orange-900\/45:hover{
  border-top-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(124 45 18 / 0.55);
}

.hover\:border-t-orange-900\/60:hover{
  border-top-color: rgb(124 45 18 / 0.6);
}

.hover\:border-t-orange-900\/65:hover{
  border-top-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(67 20 7 / 0.35);
}

.hover\:border-t-orange-950\/40:hover{
  border-top-color: rgb(67 20 7 / 0.4);
}

.hover\:border-t-orange-950\/45:hover{
  border-top-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(67 20 7 / 0.55);
}

.hover\:border-t-orange-950\/60:hover{
  border-top-color: rgb(67 20 7 / 0.6);
}

.hover\:border-t-orange-950\/65:hover{
  border-top-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  border-top-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(252 231 243 / 0.35);
}

.hover\:border-t-pink-100\/40:hover{
  border-top-color: rgb(252 231 243 / 0.4);
}

.hover\:border-t-pink-100\/45:hover{
  border-top-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(252 231 243 / 0.55);
}

.hover\:border-t-pink-100\/60:hover{
  border-top-color: rgb(252 231 243 / 0.6);
}

.hover\:border-t-pink-100\/65:hover{
  border-top-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(251 207 232 / 0.35);
}

.hover\:border-t-pink-200\/40:hover{
  border-top-color: rgb(251 207 232 / 0.4);
}

.hover\:border-t-pink-200\/45:hover{
  border-top-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(251 207 232 / 0.55);
}

.hover\:border-t-pink-200\/60:hover{
  border-top-color: rgb(251 207 232 / 0.6);
}

.hover\:border-t-pink-200\/65:hover{
  border-top-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(249 168 212 / 0.35);
}

.hover\:border-t-pink-300\/40:hover{
  border-top-color: rgb(249 168 212 / 0.4);
}

.hover\:border-t-pink-300\/45:hover{
  border-top-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(249 168 212 / 0.55);
}

.hover\:border-t-pink-300\/60:hover{
  border-top-color: rgb(249 168 212 / 0.6);
}

.hover\:border-t-pink-300\/65:hover{
  border-top-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(244 114 182 / 0.35);
}

.hover\:border-t-pink-400\/40:hover{
  border-top-color: rgb(244 114 182 / 0.4);
}

.hover\:border-t-pink-400\/45:hover{
  border-top-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(244 114 182 / 0.55);
}

.hover\:border-t-pink-400\/60:hover{
  border-top-color: rgb(244 114 182 / 0.6);
}

.hover\:border-t-pink-400\/65:hover{
  border-top-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 242 248 / 0.35);
}

.hover\:border-t-pink-50\/40:hover{
  border-top-color: rgb(253 242 248 / 0.4);
}

.hover\:border-t-pink-50\/45:hover{
  border-top-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 242 248 / 0.55);
}

.hover\:border-t-pink-50\/60:hover{
  border-top-color: rgb(253 242 248 / 0.6);
}

.hover\:border-t-pink-50\/65:hover{
  border-top-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(236 72 153 / 0.35);
}

.hover\:border-t-pink-500\/40:hover{
  border-top-color: rgb(236 72 153 / 0.4);
}

.hover\:border-t-pink-500\/45:hover{
  border-top-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(236 72 153 / 0.55);
}

.hover\:border-t-pink-500\/60:hover{
  border-top-color: rgb(236 72 153 / 0.6);
}

.hover\:border-t-pink-500\/65:hover{
  border-top-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(219 39 119 / 0.35);
}

.hover\:border-t-pink-600\/40:hover{
  border-top-color: rgb(219 39 119 / 0.4);
}

.hover\:border-t-pink-600\/45:hover{
  border-top-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(219 39 119 / 0.55);
}

.hover\:border-t-pink-600\/60:hover{
  border-top-color: rgb(219 39 119 / 0.6);
}

.hover\:border-t-pink-600\/65:hover{
  border-top-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(190 24 93 / 0.35);
}

.hover\:border-t-pink-700\/40:hover{
  border-top-color: rgb(190 24 93 / 0.4);
}

.hover\:border-t-pink-700\/45:hover{
  border-top-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(190 24 93 / 0.55);
}

.hover\:border-t-pink-700\/60:hover{
  border-top-color: rgb(190 24 93 / 0.6);
}

.hover\:border-t-pink-700\/65:hover{
  border-top-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(157 23 77 / 0.35);
}

.hover\:border-t-pink-800\/40:hover{
  border-top-color: rgb(157 23 77 / 0.4);
}

.hover\:border-t-pink-800\/45:hover{
  border-top-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(157 23 77 / 0.55);
}

.hover\:border-t-pink-800\/60:hover{
  border-top-color: rgb(157 23 77 / 0.6);
}

.hover\:border-t-pink-800\/65:hover{
  border-top-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(131 24 67 / 0.35);
}

.hover\:border-t-pink-900\/40:hover{
  border-top-color: rgb(131 24 67 / 0.4);
}

.hover\:border-t-pink-900\/45:hover{
  border-top-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(131 24 67 / 0.55);
}

.hover\:border-t-pink-900\/60:hover{
  border-top-color: rgb(131 24 67 / 0.6);
}

.hover\:border-t-pink-900\/65:hover{
  border-top-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(80 7 36 / 0.35);
}

.hover\:border-t-pink-950\/40:hover{
  border-top-color: rgb(80 7 36 / 0.4);
}

.hover\:border-t-pink-950\/45:hover{
  border-top-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(80 7 36 / 0.55);
}

.hover\:border-t-pink-950\/60:hover{
  border-top-color: rgb(80 7 36 / 0.6);
}

.hover\:border-t-pink-950\/65:hover{
  border-top-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.hover\:border-t-primary-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.hover\:border-t-primary-hover\/0:hover{
  border-top-color: rgb(71 57 169 / 0);
}

.hover\:border-t-primary-hover\/10:hover{
  border-top-color: rgb(71 57 169 / 0.1);
}

.hover\:border-t-primary-hover\/100:hover{
  border-top-color: rgb(71 57 169 / 1);
}

.hover\:border-t-primary-hover\/15:hover{
  border-top-color: rgb(71 57 169 / 0.15);
}

.hover\:border-t-primary-hover\/20:hover{
  border-top-color: rgb(71 57 169 / 0.2);
}

.hover\:border-t-primary-hover\/25:hover{
  border-top-color: rgb(71 57 169 / 0.25);
}

.hover\:border-t-primary-hover\/30:hover{
  border-top-color: rgb(71 57 169 / 0.3);
}

.hover\:border-t-primary-hover\/35:hover{
  border-top-color: rgb(71 57 169 / 0.35);
}

.hover\:border-t-primary-hover\/40:hover{
  border-top-color: rgb(71 57 169 / 0.4);
}

.hover\:border-t-primary-hover\/45:hover{
  border-top-color: rgb(71 57 169 / 0.45);
}

.hover\:border-t-primary-hover\/5:hover{
  border-top-color: rgb(71 57 169 / 0.05);
}

.hover\:border-t-primary-hover\/50:hover{
  border-top-color: rgb(71 57 169 / 0.5);
}

.hover\:border-t-primary-hover\/55:hover{
  border-top-color: rgb(71 57 169 / 0.55);
}

.hover\:border-t-primary-hover\/60:hover{
  border-top-color: rgb(71 57 169 / 0.6);
}

.hover\:border-t-primary-hover\/65:hover{
  border-top-color: rgb(71 57 169 / 0.65);
}

.hover\:border-t-primary-hover\/70:hover{
  border-top-color: rgb(71 57 169 / 0.7);
}

.hover\:border-t-primary-hover\/75:hover{
  border-top-color: rgb(71 57 169 / 0.75);
}

.hover\:border-t-primary-hover\/80:hover{
  border-top-color: rgb(71 57 169 / 0.8);
}

.hover\:border-t-primary-hover\/85:hover{
  border-top-color: rgb(71 57 169 / 0.85);
}

.hover\:border-t-primary-hover\/90:hover{
  border-top-color: rgb(71 57 169 / 0.9);
}

.hover\:border-t-primary-hover\/95:hover{
  border-top-color: rgb(71 57 169 / 0.95);
}

.hover\:border-t-primary\/0:hover{
  border-top-color: rgb(85 70 192 / 0);
}

.hover\:border-t-primary\/10:hover{
  border-top-color: rgb(85 70 192 / 0.1);
}

.hover\:border-t-primary\/100:hover{
  border-top-color: rgb(85 70 192 / 1);
}

.hover\:border-t-primary\/15:hover{
  border-top-color: rgb(85 70 192 / 0.15);
}

.hover\:border-t-primary\/20:hover{
  border-top-color: rgb(85 70 192 / 0.2);
}

.hover\:border-t-primary\/25:hover{
  border-top-color: rgb(85 70 192 / 0.25);
}

.hover\:border-t-primary\/30:hover{
  border-top-color: rgb(85 70 192 / 0.3);
}

.hover\:border-t-primary\/35:hover{
  border-top-color: rgb(85 70 192 / 0.35);
}

.hover\:border-t-primary\/40:hover{
  border-top-color: rgb(85 70 192 / 0.4);
}

.hover\:border-t-primary\/45:hover{
  border-top-color: rgb(85 70 192 / 0.45);
}

.hover\:border-t-primary\/5:hover{
  border-top-color: rgb(85 70 192 / 0.05);
}

.hover\:border-t-primary\/50:hover{
  border-top-color: rgb(85 70 192 / 0.5);
}

.hover\:border-t-primary\/55:hover{
  border-top-color: rgb(85 70 192 / 0.55);
}

.hover\:border-t-primary\/60:hover{
  border-top-color: rgb(85 70 192 / 0.6);
}

.hover\:border-t-primary\/65:hover{
  border-top-color: rgb(85 70 192 / 0.65);
}

.hover\:border-t-primary\/70:hover{
  border-top-color: rgb(85 70 192 / 0.7);
}

.hover\:border-t-primary\/75:hover{
  border-top-color: rgb(85 70 192 / 0.75);
}

.hover\:border-t-primary\/80:hover{
  border-top-color: rgb(85 70 192 / 0.8);
}

.hover\:border-t-primary\/85:hover{
  border-top-color: rgb(85 70 192 / 0.85);
}

.hover\:border-t-primary\/90:hover{
  border-top-color: rgb(85 70 192 / 0.9);
}

.hover\:border-t-primary\/95:hover{
  border-top-color: rgb(85 70 192 / 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\/15:hover{
  border-top-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(243 232 255 / 0.35);
}

.hover\:border-t-purple-100\/40:hover{
  border-top-color: rgb(243 232 255 / 0.4);
}

.hover\:border-t-purple-100\/45:hover{
  border-top-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(243 232 255 / 0.55);
}

.hover\:border-t-purple-100\/60:hover{
  border-top-color: rgb(243 232 255 / 0.6);
}

.hover\:border-t-purple-100\/65:hover{
  border-top-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(233 213 255 / 0.35);
}

.hover\:border-t-purple-200\/40:hover{
  border-top-color: rgb(233 213 255 / 0.4);
}

.hover\:border-t-purple-200\/45:hover{
  border-top-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(233 213 255 / 0.55);
}

.hover\:border-t-purple-200\/60:hover{
  border-top-color: rgb(233 213 255 / 0.6);
}

.hover\:border-t-purple-200\/65:hover{
  border-top-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(216 180 254 / 0.35);
}

.hover\:border-t-purple-300\/40:hover{
  border-top-color: rgb(216 180 254 / 0.4);
}

.hover\:border-t-purple-300\/45:hover{
  border-top-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(216 180 254 / 0.55);
}

.hover\:border-t-purple-300\/60:hover{
  border-top-color: rgb(216 180 254 / 0.6);
}

.hover\:border-t-purple-300\/65:hover{
  border-top-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(192 132 252 / 0.35);
}

.hover\:border-t-purple-400\/40:hover{
  border-top-color: rgb(192 132 252 / 0.4);
}

.hover\:border-t-purple-400\/45:hover{
  border-top-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(192 132 252 / 0.55);
}

.hover\:border-t-purple-400\/60:hover{
  border-top-color: rgb(192 132 252 / 0.6);
}

.hover\:border-t-purple-400\/65:hover{
  border-top-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 245 255 / 0.35);
}

.hover\:border-t-purple-50\/40:hover{
  border-top-color: rgb(250 245 255 / 0.4);
}

.hover\:border-t-purple-50\/45:hover{
  border-top-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 245 255 / 0.55);
}

.hover\:border-t-purple-50\/60:hover{
  border-top-color: rgb(250 245 255 / 0.6);
}

.hover\:border-t-purple-50\/65:hover{
  border-top-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(168 85 247 / 0.35);
}

.hover\:border-t-purple-500\/40:hover{
  border-top-color: rgb(168 85 247 / 0.4);
}

.hover\:border-t-purple-500\/45:hover{
  border-top-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(168 85 247 / 0.55);
}

.hover\:border-t-purple-500\/60:hover{
  border-top-color: rgb(168 85 247 / 0.6);
}

.hover\:border-t-purple-500\/65:hover{
  border-top-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(147 51 234 / 0.35);
}

.hover\:border-t-purple-600\/40:hover{
  border-top-color: rgb(147 51 234 / 0.4);
}

.hover\:border-t-purple-600\/45:hover{
  border-top-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(147 51 234 / 0.55);
}

.hover\:border-t-purple-600\/60:hover{
  border-top-color: rgb(147 51 234 / 0.6);
}

.hover\:border-t-purple-600\/65:hover{
  border-top-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(126 34 206 / 0.35);
}

.hover\:border-t-purple-700\/40:hover{
  border-top-color: rgb(126 34 206 / 0.4);
}

.hover\:border-t-purple-700\/45:hover{
  border-top-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(126 34 206 / 0.55);
}

.hover\:border-t-purple-700\/60:hover{
  border-top-color: rgb(126 34 206 / 0.6);
}

.hover\:border-t-purple-700\/65:hover{
  border-top-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(107 33 168 / 0.35);
}

.hover\:border-t-purple-800\/40:hover{
  border-top-color: rgb(107 33 168 / 0.4);
}

.hover\:border-t-purple-800\/45:hover{
  border-top-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(107 33 168 / 0.55);
}

.hover\:border-t-purple-800\/60:hover{
  border-top-color: rgb(107 33 168 / 0.6);
}

.hover\:border-t-purple-800\/65:hover{
  border-top-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(88 28 135 / 0.35);
}

.hover\:border-t-purple-900\/40:hover{
  border-top-color: rgb(88 28 135 / 0.4);
}

.hover\:border-t-purple-900\/45:hover{
  border-top-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(88 28 135 / 0.55);
}

.hover\:border-t-purple-900\/60:hover{
  border-top-color: rgb(88 28 135 / 0.6);
}

.hover\:border-t-purple-900\/65:hover{
  border-top-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(59 7 100 / 0.35);
}

.hover\:border-t-purple-950\/40:hover{
  border-top-color: rgb(59 7 100 / 0.4);
}

.hover\:border-t-purple-950\/45:hover{
  border-top-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(59 7 100 / 0.55);
}

.hover\:border-t-purple-950\/60:hover{
  border-top-color: rgb(59 7 100 / 0.6);
}

.hover\:border-t-purple-950\/65:hover{
  border-top-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.hover\:border-t-quaternary-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.hover\:border-t-quaternary-hover\/0:hover{
  border-top-color: rgb(43 202 241 / 0);
}

.hover\:border-t-quaternary-hover\/10:hover{
  border-top-color: rgb(43 202 241 / 0.1);
}

.hover\:border-t-quaternary-hover\/100:hover{
  border-top-color: rgb(43 202 241 / 1);
}

.hover\:border-t-quaternary-hover\/15:hover{
  border-top-color: rgb(43 202 241 / 0.15);
}

.hover\:border-t-quaternary-hover\/20:hover{
  border-top-color: rgb(43 202 241 / 0.2);
}

.hover\:border-t-quaternary-hover\/25:hover{
  border-top-color: rgb(43 202 241 / 0.25);
}

.hover\:border-t-quaternary-hover\/30:hover{
  border-top-color: rgb(43 202 241 / 0.3);
}

.hover\:border-t-quaternary-hover\/35:hover{
  border-top-color: rgb(43 202 241 / 0.35);
}

.hover\:border-t-quaternary-hover\/40:hover{
  border-top-color: rgb(43 202 241 / 0.4);
}

.hover\:border-t-quaternary-hover\/45:hover{
  border-top-color: rgb(43 202 241 / 0.45);
}

.hover\:border-t-quaternary-hover\/5:hover{
  border-top-color: rgb(43 202 241 / 0.05);
}

.hover\:border-t-quaternary-hover\/50:hover{
  border-top-color: rgb(43 202 241 / 0.5);
}

.hover\:border-t-quaternary-hover\/55:hover{
  border-top-color: rgb(43 202 241 / 0.55);
}

.hover\:border-t-quaternary-hover\/60:hover{
  border-top-color: rgb(43 202 241 / 0.6);
}

.hover\:border-t-quaternary-hover\/65:hover{
  border-top-color: rgb(43 202 241 / 0.65);
}

.hover\:border-t-quaternary-hover\/70:hover{
  border-top-color: rgb(43 202 241 / 0.7);
}

.hover\:border-t-quaternary-hover\/75:hover{
  border-top-color: rgb(43 202 241 / 0.75);
}

.hover\:border-t-quaternary-hover\/80:hover{
  border-top-color: rgb(43 202 241 / 0.8);
}

.hover\:border-t-quaternary-hover\/85:hover{
  border-top-color: rgb(43 202 241 / 0.85);
}

.hover\:border-t-quaternary-hover\/90:hover{
  border-top-color: rgb(43 202 241 / 0.9);
}

.hover\:border-t-quaternary-hover\/95:hover{
  border-top-color: rgb(43 202 241 / 0.95);
}

.hover\:border-t-quaternary\/0:hover{
  border-top-color: rgb(61 209 246 / 0);
}

.hover\:border-t-quaternary\/10:hover{
  border-top-color: rgb(61 209 246 / 0.1);
}

.hover\:border-t-quaternary\/100:hover{
  border-top-color: rgb(61 209 246 / 1);
}

.hover\:border-t-quaternary\/15:hover{
  border-top-color: rgb(61 209 246 / 0.15);
}

.hover\:border-t-quaternary\/20:hover{
  border-top-color: rgb(61 209 246 / 0.2);
}

.hover\:border-t-quaternary\/25:hover{
  border-top-color: rgb(61 209 246 / 0.25);
}

.hover\:border-t-quaternary\/30:hover{
  border-top-color: rgb(61 209 246 / 0.3);
}

.hover\:border-t-quaternary\/35:hover{
  border-top-color: rgb(61 209 246 / 0.35);
}

.hover\:border-t-quaternary\/40:hover{
  border-top-color: rgb(61 209 246 / 0.4);
}

.hover\:border-t-quaternary\/45:hover{
  border-top-color: rgb(61 209 246 / 0.45);
}

.hover\:border-t-quaternary\/5:hover{
  border-top-color: rgb(61 209 246 / 0.05);
}

.hover\:border-t-quaternary\/50:hover{
  border-top-color: rgb(61 209 246 / 0.5);
}

.hover\:border-t-quaternary\/55:hover{
  border-top-color: rgb(61 209 246 / 0.55);
}

.hover\:border-t-quaternary\/60:hover{
  border-top-color: rgb(61 209 246 / 0.6);
}

.hover\:border-t-quaternary\/65:hover{
  border-top-color: rgb(61 209 246 / 0.65);
}

.hover\:border-t-quaternary\/70:hover{
  border-top-color: rgb(61 209 246 / 0.7);
}

.hover\:border-t-quaternary\/75:hover{
  border-top-color: rgb(61 209 246 / 0.75);
}

.hover\:border-t-quaternary\/80:hover{
  border-top-color: rgb(61 209 246 / 0.8);
}

.hover\:border-t-quaternary\/85:hover{
  border-top-color: rgb(61 209 246 / 0.85);
}

.hover\:border-t-quaternary\/90:hover{
  border-top-color: rgb(61 209 246 / 0.9);
}

.hover\:border-t-quaternary\/95:hover{
  border-top-color: rgb(61 209 246 / 0.95);
}

.hover\:border-t-quinary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.hover\:border-t-quinary-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.hover\:border-t-quinary-hover\/0:hover{
  border-top-color: rgb(112 126 222 / 0);
}

.hover\:border-t-quinary-hover\/10:hover{
  border-top-color: rgb(112 126 222 / 0.1);
}

.hover\:border-t-quinary-hover\/100:hover{
  border-top-color: rgb(112 126 222 / 1);
}

.hover\:border-t-quinary-hover\/15:hover{
  border-top-color: rgb(112 126 222 / 0.15);
}

.hover\:border-t-quinary-hover\/20:hover{
  border-top-color: rgb(112 126 222 / 0.2);
}

.hover\:border-t-quinary-hover\/25:hover{
  border-top-color: rgb(112 126 222 / 0.25);
}

.hover\:border-t-quinary-hover\/30:hover{
  border-top-color: rgb(112 126 222 / 0.3);
}

.hover\:border-t-quinary-hover\/35:hover{
  border-top-color: rgb(112 126 222 / 0.35);
}

.hover\:border-t-quinary-hover\/40:hover{
  border-top-color: rgb(112 126 222 / 0.4);
}

.hover\:border-t-quinary-hover\/45:hover{
  border-top-color: rgb(112 126 222 / 0.45);
}

.hover\:border-t-quinary-hover\/5:hover{
  border-top-color: rgb(112 126 222 / 0.05);
}

.hover\:border-t-quinary-hover\/50:hover{
  border-top-color: rgb(112 126 222 / 0.5);
}

.hover\:border-t-quinary-hover\/55:hover{
  border-top-color: rgb(112 126 222 / 0.55);
}

.hover\:border-t-quinary-hover\/60:hover{
  border-top-color: rgb(112 126 222 / 0.6);
}

.hover\:border-t-quinary-hover\/65:hover{
  border-top-color: rgb(112 126 222 / 0.65);
}

.hover\:border-t-quinary-hover\/70:hover{
  border-top-color: rgb(112 126 222 / 0.7);
}

.hover\:border-t-quinary-hover\/75:hover{
  border-top-color: rgb(112 126 222 / 0.75);
}

.hover\:border-t-quinary-hover\/80:hover{
  border-top-color: rgb(112 126 222 / 0.8);
}

.hover\:border-t-quinary-hover\/85:hover{
  border-top-color: rgb(112 126 222 / 0.85);
}

.hover\:border-t-quinary-hover\/90:hover{
  border-top-color: rgb(112 126 222 / 0.9);
}

.hover\:border-t-quinary-hover\/95:hover{
  border-top-color: rgb(112 126 222 / 0.95);
}

.hover\:border-t-quinary\/0:hover{
  border-top-color: rgb(136 150 244 / 0);
}

.hover\:border-t-quinary\/10:hover{
  border-top-color: rgb(136 150 244 / 0.1);
}

.hover\:border-t-quinary\/100:hover{
  border-top-color: rgb(136 150 244 / 1);
}

.hover\:border-t-quinary\/15:hover{
  border-top-color: rgb(136 150 244 / 0.15);
}

.hover\:border-t-quinary\/20:hover{
  border-top-color: rgb(136 150 244 / 0.2);
}

.hover\:border-t-quinary\/25:hover{
  border-top-color: rgb(136 150 244 / 0.25);
}

.hover\:border-t-quinary\/30:hover{
  border-top-color: rgb(136 150 244 / 0.3);
}

.hover\:border-t-quinary\/35:hover{
  border-top-color: rgb(136 150 244 / 0.35);
}

.hover\:border-t-quinary\/40:hover{
  border-top-color: rgb(136 150 244 / 0.4);
}

.hover\:border-t-quinary\/45:hover{
  border-top-color: rgb(136 150 244 / 0.45);
}

.hover\:border-t-quinary\/5:hover{
  border-top-color: rgb(136 150 244 / 0.05);
}

.hover\:border-t-quinary\/50:hover{
  border-top-color: rgb(136 150 244 / 0.5);
}

.hover\:border-t-quinary\/55:hover{
  border-top-color: rgb(136 150 244 / 0.55);
}

.hover\:border-t-quinary\/60:hover{
  border-top-color: rgb(136 150 244 / 0.6);
}

.hover\:border-t-quinary\/65:hover{
  border-top-color: rgb(136 150 244 / 0.65);
}

.hover\:border-t-quinary\/70:hover{
  border-top-color: rgb(136 150 244 / 0.7);
}

.hover\:border-t-quinary\/75:hover{
  border-top-color: rgb(136 150 244 / 0.75);
}

.hover\:border-t-quinary\/80:hover{
  border-top-color: rgb(136 150 244 / 0.8);
}

.hover\:border-t-quinary\/85:hover{
  border-top-color: rgb(136 150 244 / 0.85);
}

.hover\:border-t-quinary\/90:hover{
  border-top-color: rgb(136 150 244 / 0.9);
}

.hover\:border-t-quinary\/95:hover{
  border-top-color: rgb(136 150 244 / 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\/15:hover{
  border-top-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 226 226 / 0.35);
}

.hover\:border-t-red-100\/40:hover{
  border-top-color: rgb(254 226 226 / 0.4);
}

.hover\:border-t-red-100\/45:hover{
  border-top-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 226 226 / 0.55);
}

.hover\:border-t-red-100\/60:hover{
  border-top-color: rgb(254 226 226 / 0.6);
}

.hover\:border-t-red-100\/65:hover{
  border-top-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 202 202 / 0.35);
}

.hover\:border-t-red-200\/40:hover{
  border-top-color: rgb(254 202 202 / 0.4);
}

.hover\:border-t-red-200\/45:hover{
  border-top-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 202 202 / 0.55);
}

.hover\:border-t-red-200\/60:hover{
  border-top-color: rgb(254 202 202 / 0.6);
}

.hover\:border-t-red-200\/65:hover{
  border-top-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(252 165 165 / 0.35);
}

.hover\:border-t-red-300\/40:hover{
  border-top-color: rgb(252 165 165 / 0.4);
}

.hover\:border-t-red-300\/45:hover{
  border-top-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(252 165 165 / 0.55);
}

.hover\:border-t-red-300\/60:hover{
  border-top-color: rgb(252 165 165 / 0.6);
}

.hover\:border-t-red-300\/65:hover{
  border-top-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(248 113 113 / 0.35);
}

.hover\:border-t-red-400\/40:hover{
  border-top-color: rgb(248 113 113 / 0.4);
}

.hover\:border-t-red-400\/45:hover{
  border-top-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(248 113 113 / 0.55);
}

.hover\:border-t-red-400\/60:hover{
  border-top-color: rgb(248 113 113 / 0.6);
}

.hover\:border-t-red-400\/65:hover{
  border-top-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 242 242 / 0.35);
}

.hover\:border-t-red-50\/40:hover{
  border-top-color: rgb(254 242 242 / 0.4);
}

.hover\:border-t-red-50\/45:hover{
  border-top-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 242 242 / 0.55);
}

.hover\:border-t-red-50\/60:hover{
  border-top-color: rgb(254 242 242 / 0.6);
}

.hover\:border-t-red-50\/65:hover{
  border-top-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(239 68 68 / 0.35);
}

.hover\:border-t-red-500\/40:hover{
  border-top-color: rgb(239 68 68 / 0.4);
}

.hover\:border-t-red-500\/45:hover{
  border-top-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(239 68 68 / 0.55);
}

.hover\:border-t-red-500\/60:hover{
  border-top-color: rgb(239 68 68 / 0.6);
}

.hover\:border-t-red-500\/65:hover{
  border-top-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(220 38 38 / 0.35);
}

.hover\:border-t-red-600\/40:hover{
  border-top-color: rgb(220 38 38 / 0.4);
}

.hover\:border-t-red-600\/45:hover{
  border-top-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(220 38 38 / 0.55);
}

.hover\:border-t-red-600\/60:hover{
  border-top-color: rgb(220 38 38 / 0.6);
}

.hover\:border-t-red-600\/65:hover{
  border-top-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(185 28 28 / 0.35);
}

.hover\:border-t-red-700\/40:hover{
  border-top-color: rgb(185 28 28 / 0.4);
}

.hover\:border-t-red-700\/45:hover{
  border-top-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(185 28 28 / 0.55);
}

.hover\:border-t-red-700\/60:hover{
  border-top-color: rgb(185 28 28 / 0.6);
}

.hover\:border-t-red-700\/65:hover{
  border-top-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(153 27 27 / 0.35);
}

.hover\:border-t-red-800\/40:hover{
  border-top-color: rgb(153 27 27 / 0.4);
}

.hover\:border-t-red-800\/45:hover{
  border-top-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(153 27 27 / 0.55);
}

.hover\:border-t-red-800\/60:hover{
  border-top-color: rgb(153 27 27 / 0.6);
}

.hover\:border-t-red-800\/65:hover{
  border-top-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(127 29 29 / 0.35);
}

.hover\:border-t-red-900\/40:hover{
  border-top-color: rgb(127 29 29 / 0.4);
}

.hover\:border-t-red-900\/45:hover{
  border-top-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(127 29 29 / 0.55);
}

.hover\:border-t-red-900\/60:hover{
  border-top-color: rgb(127 29 29 / 0.6);
}

.hover\:border-t-red-900\/65:hover{
  border-top-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(69 10 10 / 0.35);
}

.hover\:border-t-red-950\/40:hover{
  border-top-color: rgb(69 10 10 / 0.4);
}

.hover\:border-t-red-950\/45:hover{
  border-top-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(69 10 10 / 0.55);
}

.hover\:border-t-red-950\/60:hover{
  border-top-color: rgb(69 10 10 / 0.6);
}

.hover\:border-t-red-950\/65:hover{
  border-top-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 228 230 / 0.35);
}

.hover\:border-t-rose-100\/40:hover{
  border-top-color: rgb(255 228 230 / 0.4);
}

.hover\:border-t-rose-100\/45:hover{
  border-top-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 228 230 / 0.55);
}

.hover\:border-t-rose-100\/60:hover{
  border-top-color: rgb(255 228 230 / 0.6);
}

.hover\:border-t-rose-100\/65:hover{
  border-top-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 205 211 / 0.35);
}

.hover\:border-t-rose-200\/40:hover{
  border-top-color: rgb(254 205 211 / 0.4);
}

.hover\:border-t-rose-200\/45:hover{
  border-top-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 205 211 / 0.55);
}

.hover\:border-t-rose-200\/60:hover{
  border-top-color: rgb(254 205 211 / 0.6);
}

.hover\:border-t-rose-200\/65:hover{
  border-top-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 164 175 / 0.35);
}

.hover\:border-t-rose-300\/40:hover{
  border-top-color: rgb(253 164 175 / 0.4);
}

.hover\:border-t-rose-300\/45:hover{
  border-top-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 164 175 / 0.55);
}

.hover\:border-t-rose-300\/60:hover{
  border-top-color: rgb(253 164 175 / 0.6);
}

.hover\:border-t-rose-300\/65:hover{
  border-top-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(251 113 133 / 0.35);
}

.hover\:border-t-rose-400\/40:hover{
  border-top-color: rgb(251 113 133 / 0.4);
}

.hover\:border-t-rose-400\/45:hover{
  border-top-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(251 113 133 / 0.55);
}

.hover\:border-t-rose-400\/60:hover{
  border-top-color: rgb(251 113 133 / 0.6);
}

.hover\:border-t-rose-400\/65:hover{
  border-top-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 241 242 / 0.35);
}

.hover\:border-t-rose-50\/40:hover{
  border-top-color: rgb(255 241 242 / 0.4);
}

.hover\:border-t-rose-50\/45:hover{
  border-top-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 241 242 / 0.55);
}

.hover\:border-t-rose-50\/60:hover{
  border-top-color: rgb(255 241 242 / 0.6);
}

.hover\:border-t-rose-50\/65:hover{
  border-top-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(244 63 94 / 0.35);
}

.hover\:border-t-rose-500\/40:hover{
  border-top-color: rgb(244 63 94 / 0.4);
}

.hover\:border-t-rose-500\/45:hover{
  border-top-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(244 63 94 / 0.55);
}

.hover\:border-t-rose-500\/60:hover{
  border-top-color: rgb(244 63 94 / 0.6);
}

.hover\:border-t-rose-500\/65:hover{
  border-top-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(225 29 72 / 0.35);
}

.hover\:border-t-rose-600\/40:hover{
  border-top-color: rgb(225 29 72 / 0.4);
}

.hover\:border-t-rose-600\/45:hover{
  border-top-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(225 29 72 / 0.55);
}

.hover\:border-t-rose-600\/60:hover{
  border-top-color: rgb(225 29 72 / 0.6);
}

.hover\:border-t-rose-600\/65:hover{
  border-top-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(190 18 60 / 0.35);
}

.hover\:border-t-rose-700\/40:hover{
  border-top-color: rgb(190 18 60 / 0.4);
}

.hover\:border-t-rose-700\/45:hover{
  border-top-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(190 18 60 / 0.55);
}

.hover\:border-t-rose-700\/60:hover{
  border-top-color: rgb(190 18 60 / 0.6);
}

.hover\:border-t-rose-700\/65:hover{
  border-top-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(159 18 57 / 0.35);
}

.hover\:border-t-rose-800\/40:hover{
  border-top-color: rgb(159 18 57 / 0.4);
}

.hover\:border-t-rose-800\/45:hover{
  border-top-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(159 18 57 / 0.55);
}

.hover\:border-t-rose-800\/60:hover{
  border-top-color: rgb(159 18 57 / 0.6);
}

.hover\:border-t-rose-800\/65:hover{
  border-top-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(136 19 55 / 0.35);
}

.hover\:border-t-rose-900\/40:hover{
  border-top-color: rgb(136 19 55 / 0.4);
}

.hover\:border-t-rose-900\/45:hover{
  border-top-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(136 19 55 / 0.55);
}

.hover\:border-t-rose-900\/60:hover{
  border-top-color: rgb(136 19 55 / 0.6);
}

.hover\:border-t-rose-900\/65:hover{
  border-top-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(76 5 25 / 0.35);
}

.hover\:border-t-rose-950\/40:hover{
  border-top-color: rgb(76 5 25 / 0.4);
}

.hover\:border-t-rose-950\/45:hover{
  border-top-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(76 5 25 / 0.55);
}

.hover\:border-t-rose-950\/60:hover{
  border-top-color: rgb(76 5 25 / 0.6);
}

.hover\:border-t-rose-950\/65:hover{
  border-top-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.hover\:border-t-secondary\/0:hover{
  border-top-color: rgb(141 147 167 / 0);
}

.hover\:border-t-secondary\/10:hover{
  border-top-color: rgb(141 147 167 / 0.1);
}

.hover\:border-t-secondary\/100:hover{
  border-top-color: rgb(141 147 167 / 1);
}

.hover\:border-t-secondary\/15:hover{
  border-top-color: rgb(141 147 167 / 0.15);
}

.hover\:border-t-secondary\/20:hover{
  border-top-color: rgb(141 147 167 / 0.2);
}

.hover\:border-t-secondary\/25:hover{
  border-top-color: rgb(141 147 167 / 0.25);
}

.hover\:border-t-secondary\/30:hover{
  border-top-color: rgb(141 147 167 / 0.3);
}

.hover\:border-t-secondary\/35:hover{
  border-top-color: rgb(141 147 167 / 0.35);
}

.hover\:border-t-secondary\/40:hover{
  border-top-color: rgb(141 147 167 / 0.4);
}

.hover\:border-t-secondary\/45:hover{
  border-top-color: rgb(141 147 167 / 0.45);
}

.hover\:border-t-secondary\/5:hover{
  border-top-color: rgb(141 147 167 / 0.05);
}

.hover\:border-t-secondary\/50:hover{
  border-top-color: rgb(141 147 167 / 0.5);
}

.hover\:border-t-secondary\/55:hover{
  border-top-color: rgb(141 147 167 / 0.55);
}

.hover\:border-t-secondary\/60:hover{
  border-top-color: rgb(141 147 167 / 0.6);
}

.hover\:border-t-secondary\/65:hover{
  border-top-color: rgb(141 147 167 / 0.65);
}

.hover\:border-t-secondary\/70:hover{
  border-top-color: rgb(141 147 167 / 0.7);
}

.hover\:border-t-secondary\/75:hover{
  border-top-color: rgb(141 147 167 / 0.75);
}

.hover\:border-t-secondary\/80:hover{
  border-top-color: rgb(141 147 167 / 0.8);
}

.hover\:border-t-secondary\/85:hover{
  border-top-color: rgb(141 147 167 / 0.85);
}

.hover\:border-t-secondary\/90:hover{
  border-top-color: rgb(141 147 167 / 0.9);
}

.hover\:border-t-secondary\/95:hover{
  border-top-color: rgb(141 147 167 / 0.95);
}

.hover\:border-t-senary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.hover\:border-t-senary\/0:hover{
  border-top-color: rgb(73 134 231 / 0);
}

.hover\:border-t-senary\/10:hover{
  border-top-color: rgb(73 134 231 / 0.1);
}

.hover\:border-t-senary\/100:hover{
  border-top-color: rgb(73 134 231 / 1);
}

.hover\:border-t-senary\/15:hover{
  border-top-color: rgb(73 134 231 / 0.15);
}

.hover\:border-t-senary\/20:hover{
  border-top-color: rgb(73 134 231 / 0.2);
}

.hover\:border-t-senary\/25:hover{
  border-top-color: rgb(73 134 231 / 0.25);
}

.hover\:border-t-senary\/30:hover{
  border-top-color: rgb(73 134 231 / 0.3);
}

.hover\:border-t-senary\/35:hover{
  border-top-color: rgb(73 134 231 / 0.35);
}

.hover\:border-t-senary\/40:hover{
  border-top-color: rgb(73 134 231 / 0.4);
}

.hover\:border-t-senary\/45:hover{
  border-top-color: rgb(73 134 231 / 0.45);
}

.hover\:border-t-senary\/5:hover{
  border-top-color: rgb(73 134 231 / 0.05);
}

.hover\:border-t-senary\/50:hover{
  border-top-color: rgb(73 134 231 / 0.5);
}

.hover\:border-t-senary\/55:hover{
  border-top-color: rgb(73 134 231 / 0.55);
}

.hover\:border-t-senary\/60:hover{
  border-top-color: rgb(73 134 231 / 0.6);
}

.hover\:border-t-senary\/65:hover{
  border-top-color: rgb(73 134 231 / 0.65);
}

.hover\:border-t-senary\/70:hover{
  border-top-color: rgb(73 134 231 / 0.7);
}

.hover\:border-t-senary\/75:hover{
  border-top-color: rgb(73 134 231 / 0.75);
}

.hover\:border-t-senary\/80:hover{
  border-top-color: rgb(73 134 231 / 0.8);
}

.hover\:border-t-senary\/85:hover{
  border-top-color: rgb(73 134 231 / 0.85);
}

.hover\:border-t-senary\/90:hover{
  border-top-color: rgb(73 134 231 / 0.9);
}

.hover\:border-t-senary\/95:hover{
  border-top-color: rgb(73 134 231 / 0.95);
}

.hover\:border-t-septenary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.hover\:border-t-septenary\/0:hover{
  border-top-color: rgb(49 88 129 / 0);
}

.hover\:border-t-septenary\/10:hover{
  border-top-color: rgb(49 88 129 / 0.1);
}

.hover\:border-t-septenary\/100:hover{
  border-top-color: rgb(49 88 129 / 1);
}

.hover\:border-t-septenary\/15:hover{
  border-top-color: rgb(49 88 129 / 0.15);
}

.hover\:border-t-septenary\/20:hover{
  border-top-color: rgb(49 88 129 / 0.2);
}

.hover\:border-t-septenary\/25:hover{
  border-top-color: rgb(49 88 129 / 0.25);
}

.hover\:border-t-septenary\/30:hover{
  border-top-color: rgb(49 88 129 / 0.3);
}

.hover\:border-t-septenary\/35:hover{
  border-top-color: rgb(49 88 129 / 0.35);
}

.hover\:border-t-septenary\/40:hover{
  border-top-color: rgb(49 88 129 / 0.4);
}

.hover\:border-t-septenary\/45:hover{
  border-top-color: rgb(49 88 129 / 0.45);
}

.hover\:border-t-septenary\/5:hover{
  border-top-color: rgb(49 88 129 / 0.05);
}

.hover\:border-t-septenary\/50:hover{
  border-top-color: rgb(49 88 129 / 0.5);
}

.hover\:border-t-septenary\/55:hover{
  border-top-color: rgb(49 88 129 / 0.55);
}

.hover\:border-t-septenary\/60:hover{
  border-top-color: rgb(49 88 129 / 0.6);
}

.hover\:border-t-septenary\/65:hover{
  border-top-color: rgb(49 88 129 / 0.65);
}

.hover\:border-t-septenary\/70:hover{
  border-top-color: rgb(49 88 129 / 0.7);
}

.hover\:border-t-septenary\/75:hover{
  border-top-color: rgb(49 88 129 / 0.75);
}

.hover\:border-t-septenary\/80:hover{
  border-top-color: rgb(49 88 129 / 0.8);
}

.hover\:border-t-septenary\/85:hover{
  border-top-color: rgb(49 88 129 / 0.85);
}

.hover\:border-t-septenary\/90:hover{
  border-top-color: rgb(49 88 129 / 0.9);
}

.hover\:border-t-septenary\/95:hover{
  border-top-color: rgb(49 88 129 / 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\/15:hover{
  border-top-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(224 242 254 / 0.35);
}

.hover\:border-t-sky-100\/40:hover{
  border-top-color: rgb(224 242 254 / 0.4);
}

.hover\:border-t-sky-100\/45:hover{
  border-top-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(224 242 254 / 0.55);
}

.hover\:border-t-sky-100\/60:hover{
  border-top-color: rgb(224 242 254 / 0.6);
}

.hover\:border-t-sky-100\/65:hover{
  border-top-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(186 230 253 / 0.35);
}

.hover\:border-t-sky-200\/40:hover{
  border-top-color: rgb(186 230 253 / 0.4);
}

.hover\:border-t-sky-200\/45:hover{
  border-top-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(186 230 253 / 0.55);
}

.hover\:border-t-sky-200\/60:hover{
  border-top-color: rgb(186 230 253 / 0.6);
}

.hover\:border-t-sky-200\/65:hover{
  border-top-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(125 211 252 / 0.35);
}

.hover\:border-t-sky-300\/40:hover{
  border-top-color: rgb(125 211 252 / 0.4);
}

.hover\:border-t-sky-300\/45:hover{
  border-top-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(125 211 252 / 0.55);
}

.hover\:border-t-sky-300\/60:hover{
  border-top-color: rgb(125 211 252 / 0.6);
}

.hover\:border-t-sky-300\/65:hover{
  border-top-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(56 189 248 / 0.35);
}

.hover\:border-t-sky-400\/40:hover{
  border-top-color: rgb(56 189 248 / 0.4);
}

.hover\:border-t-sky-400\/45:hover{
  border-top-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(56 189 248 / 0.55);
}

.hover\:border-t-sky-400\/60:hover{
  border-top-color: rgb(56 189 248 / 0.6);
}

.hover\:border-t-sky-400\/65:hover{
  border-top-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(240 249 255 / 0.35);
}

.hover\:border-t-sky-50\/40:hover{
  border-top-color: rgb(240 249 255 / 0.4);
}

.hover\:border-t-sky-50\/45:hover{
  border-top-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(240 249 255 / 0.55);
}

.hover\:border-t-sky-50\/60:hover{
  border-top-color: rgb(240 249 255 / 0.6);
}

.hover\:border-t-sky-50\/65:hover{
  border-top-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(14 165 233 / 0.35);
}

.hover\:border-t-sky-500\/40:hover{
  border-top-color: rgb(14 165 233 / 0.4);
}

.hover\:border-t-sky-500\/45:hover{
  border-top-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(14 165 233 / 0.55);
}

.hover\:border-t-sky-500\/60:hover{
  border-top-color: rgb(14 165 233 / 0.6);
}

.hover\:border-t-sky-500\/65:hover{
  border-top-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(2 132 199 / 0.35);
}

.hover\:border-t-sky-600\/40:hover{
  border-top-color: rgb(2 132 199 / 0.4);
}

.hover\:border-t-sky-600\/45:hover{
  border-top-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(2 132 199 / 0.55);
}

.hover\:border-t-sky-600\/60:hover{
  border-top-color: rgb(2 132 199 / 0.6);
}

.hover\:border-t-sky-600\/65:hover{
  border-top-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(3 105 161 / 0.35);
}

.hover\:border-t-sky-700\/40:hover{
  border-top-color: rgb(3 105 161 / 0.4);
}

.hover\:border-t-sky-700\/45:hover{
  border-top-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(3 105 161 / 0.55);
}

.hover\:border-t-sky-700\/60:hover{
  border-top-color: rgb(3 105 161 / 0.6);
}

.hover\:border-t-sky-700\/65:hover{
  border-top-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(7 89 133 / 0.35);
}

.hover\:border-t-sky-800\/40:hover{
  border-top-color: rgb(7 89 133 / 0.4);
}

.hover\:border-t-sky-800\/45:hover{
  border-top-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(7 89 133 / 0.55);
}

.hover\:border-t-sky-800\/60:hover{
  border-top-color: rgb(7 89 133 / 0.6);
}

.hover\:border-t-sky-800\/65:hover{
  border-top-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(12 74 110 / 0.35);
}

.hover\:border-t-sky-900\/40:hover{
  border-top-color: rgb(12 74 110 / 0.4);
}

.hover\:border-t-sky-900\/45:hover{
  border-top-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(12 74 110 / 0.55);
}

.hover\:border-t-sky-900\/60:hover{
  border-top-color: rgb(12 74 110 / 0.6);
}

.hover\:border-t-sky-900\/65:hover{
  border-top-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(8 47 73 / 0.35);
}

.hover\:border-t-sky-950\/40:hover{
  border-top-color: rgb(8 47 73 / 0.4);
}

.hover\:border-t-sky-950\/45:hover{
  border-top-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(8 47 73 / 0.55);
}

.hover\:border-t-sky-950\/60:hover{
  border-top-color: rgb(8 47 73 / 0.6);
}

.hover\:border-t-sky-950\/65:hover{
  border-top-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(241 245 249 / 0.35);
}

.hover\:border-t-slate-100\/40:hover{
  border-top-color: rgb(241 245 249 / 0.4);
}

.hover\:border-t-slate-100\/45:hover{
  border-top-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(241 245 249 / 0.55);
}

.hover\:border-t-slate-100\/60:hover{
  border-top-color: rgb(241 245 249 / 0.6);
}

.hover\:border-t-slate-100\/65:hover{
  border-top-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(226 232 240 / 0.35);
}

.hover\:border-t-slate-200\/40:hover{
  border-top-color: rgb(226 232 240 / 0.4);
}

.hover\:border-t-slate-200\/45:hover{
  border-top-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(226 232 240 / 0.55);
}

.hover\:border-t-slate-200\/60:hover{
  border-top-color: rgb(226 232 240 / 0.6);
}

.hover\:border-t-slate-200\/65:hover{
  border-top-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(203 213 225 / 0.35);
}

.hover\:border-t-slate-300\/40:hover{
  border-top-color: rgb(203 213 225 / 0.4);
}

.hover\:border-t-slate-300\/45:hover{
  border-top-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(203 213 225 / 0.55);
}

.hover\:border-t-slate-300\/60:hover{
  border-top-color: rgb(203 213 225 / 0.6);
}

.hover\:border-t-slate-300\/65:hover{
  border-top-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(148 163 184 / 0.35);
}

.hover\:border-t-slate-400\/40:hover{
  border-top-color: rgb(148 163 184 / 0.4);
}

.hover\:border-t-slate-400\/45:hover{
  border-top-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(148 163 184 / 0.55);
}

.hover\:border-t-slate-400\/60:hover{
  border-top-color: rgb(148 163 184 / 0.6);
}

.hover\:border-t-slate-400\/65:hover{
  border-top-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(248 250 252 / 0.35);
}

.hover\:border-t-slate-50\/40:hover{
  border-top-color: rgb(248 250 252 / 0.4);
}

.hover\:border-t-slate-50\/45:hover{
  border-top-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(248 250 252 / 0.55);
}

.hover\:border-t-slate-50\/60:hover{
  border-top-color: rgb(248 250 252 / 0.6);
}

.hover\:border-t-slate-50\/65:hover{
  border-top-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(100 116 139 / 0.35);
}

.hover\:border-t-slate-500\/40:hover{
  border-top-color: rgb(100 116 139 / 0.4);
}

.hover\:border-t-slate-500\/45:hover{
  border-top-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(100 116 139 / 0.55);
}

.hover\:border-t-slate-500\/60:hover{
  border-top-color: rgb(100 116 139 / 0.6);
}

.hover\:border-t-slate-500\/65:hover{
  border-top-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(71 85 105 / 0.35);
}

.hover\:border-t-slate-600\/40:hover{
  border-top-color: rgb(71 85 105 / 0.4);
}

.hover\:border-t-slate-600\/45:hover{
  border-top-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(71 85 105 / 0.55);
}

.hover\:border-t-slate-600\/60:hover{
  border-top-color: rgb(71 85 105 / 0.6);
}

.hover\:border-t-slate-600\/65:hover{
  border-top-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(51 65 85 / 0.35);
}

.hover\:border-t-slate-700\/40:hover{
  border-top-color: rgb(51 65 85 / 0.4);
}

.hover\:border-t-slate-700\/45:hover{
  border-top-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(51 65 85 / 0.55);
}

.hover\:border-t-slate-700\/60:hover{
  border-top-color: rgb(51 65 85 / 0.6);
}

.hover\:border-t-slate-700\/65:hover{
  border-top-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(30 41 59 / 0.35);
}

.hover\:border-t-slate-800\/40:hover{
  border-top-color: rgb(30 41 59 / 0.4);
}

.hover\:border-t-slate-800\/45:hover{
  border-top-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(30 41 59 / 0.55);
}

.hover\:border-t-slate-800\/60:hover{
  border-top-color: rgb(30 41 59 / 0.6);
}

.hover\:border-t-slate-800\/65:hover{
  border-top-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(15 23 42 / 0.35);
}

.hover\:border-t-slate-900\/40:hover{
  border-top-color: rgb(15 23 42 / 0.4);
}

.hover\:border-t-slate-900\/45:hover{
  border-top-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(15 23 42 / 0.55);
}

.hover\:border-t-slate-900\/60:hover{
  border-top-color: rgb(15 23 42 / 0.6);
}

.hover\:border-t-slate-900\/65:hover{
  border-top-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(2 6 23 / 0.35);
}

.hover\:border-t-slate-950\/40:hover{
  border-top-color: rgb(2 6 23 / 0.4);
}

.hover\:border-t-slate-950\/45:hover{
  border-top-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(2 6 23 / 0.55);
}

.hover\:border-t-slate-950\/60:hover{
  border-top-color: rgb(2 6 23 / 0.6);
}

.hover\:border-t-slate-950\/65:hover{
  border-top-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 245 244 / 0.35);
}

.hover\:border-t-stone-100\/40:hover{
  border-top-color: rgb(245 245 244 / 0.4);
}

.hover\:border-t-stone-100\/45:hover{
  border-top-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 245 244 / 0.55);
}

.hover\:border-t-stone-100\/60:hover{
  border-top-color: rgb(245 245 244 / 0.6);
}

.hover\:border-t-stone-100\/65:hover{
  border-top-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(231 229 228 / 0.35);
}

.hover\:border-t-stone-200\/40:hover{
  border-top-color: rgb(231 229 228 / 0.4);
}

.hover\:border-t-stone-200\/45:hover{
  border-top-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(231 229 228 / 0.55);
}

.hover\:border-t-stone-200\/60:hover{
  border-top-color: rgb(231 229 228 / 0.6);
}

.hover\:border-t-stone-200\/65:hover{
  border-top-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(214 211 209 / 0.35);
}

.hover\:border-t-stone-300\/40:hover{
  border-top-color: rgb(214 211 209 / 0.4);
}

.hover\:border-t-stone-300\/45:hover{
  border-top-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(214 211 209 / 0.55);
}

.hover\:border-t-stone-300\/60:hover{
  border-top-color: rgb(214 211 209 / 0.6);
}

.hover\:border-t-stone-300\/65:hover{
  border-top-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(168 162 158 / 0.35);
}

.hover\:border-t-stone-400\/40:hover{
  border-top-color: rgb(168 162 158 / 0.4);
}

.hover\:border-t-stone-400\/45:hover{
  border-top-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(168 162 158 / 0.55);
}

.hover\:border-t-stone-400\/60:hover{
  border-top-color: rgb(168 162 158 / 0.6);
}

.hover\:border-t-stone-400\/65:hover{
  border-top-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 250 249 / 0.35);
}

.hover\:border-t-stone-50\/40:hover{
  border-top-color: rgb(250 250 249 / 0.4);
}

.hover\:border-t-stone-50\/45:hover{
  border-top-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 250 249 / 0.55);
}

.hover\:border-t-stone-50\/60:hover{
  border-top-color: rgb(250 250 249 / 0.6);
}

.hover\:border-t-stone-50\/65:hover{
  border-top-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(120 113 108 / 0.35);
}

.hover\:border-t-stone-500\/40:hover{
  border-top-color: rgb(120 113 108 / 0.4);
}

.hover\:border-t-stone-500\/45:hover{
  border-top-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(120 113 108 / 0.55);
}

.hover\:border-t-stone-500\/60:hover{
  border-top-color: rgb(120 113 108 / 0.6);
}

.hover\:border-t-stone-500\/65:hover{
  border-top-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(87 83 78 / 0.35);
}

.hover\:border-t-stone-600\/40:hover{
  border-top-color: rgb(87 83 78 / 0.4);
}

.hover\:border-t-stone-600\/45:hover{
  border-top-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(87 83 78 / 0.55);
}

.hover\:border-t-stone-600\/60:hover{
  border-top-color: rgb(87 83 78 / 0.6);
}

.hover\:border-t-stone-600\/65:hover{
  border-top-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(68 64 60 / 0.35);
}

.hover\:border-t-stone-700\/40:hover{
  border-top-color: rgb(68 64 60 / 0.4);
}

.hover\:border-t-stone-700\/45:hover{
  border-top-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(68 64 60 / 0.55);
}

.hover\:border-t-stone-700\/60:hover{
  border-top-color: rgb(68 64 60 / 0.6);
}

.hover\:border-t-stone-700\/65:hover{
  border-top-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(41 37 36 / 0.35);
}

.hover\:border-t-stone-800\/40:hover{
  border-top-color: rgb(41 37 36 / 0.4);
}

.hover\:border-t-stone-800\/45:hover{
  border-top-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(41 37 36 / 0.55);
}

.hover\:border-t-stone-800\/60:hover{
  border-top-color: rgb(41 37 36 / 0.6);
}

.hover\:border-t-stone-800\/65:hover{
  border-top-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(28 25 23 / 0.35);
}

.hover\:border-t-stone-900\/40:hover{
  border-top-color: rgb(28 25 23 / 0.4);
}

.hover\:border-t-stone-900\/45:hover{
  border-top-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(28 25 23 / 0.55);
}

.hover\:border-t-stone-900\/60:hover{
  border-top-color: rgb(28 25 23 / 0.6);
}

.hover\:border-t-stone-900\/65:hover{
  border-top-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(12 10 9 / 0.35);
}

.hover\:border-t-stone-950\/40:hover{
  border-top-color: rgb(12 10 9 / 0.4);
}

.hover\:border-t-stone-950\/45:hover{
  border-top-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(12 10 9 / 0.55);
}

.hover\:border-t-stone-950\/60:hover{
  border-top-color: rgb(12 10 9 / 0.6);
}

.hover\:border-t-stone-950\/65:hover{
  border-top-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.hover\:border-t-success\/0:hover{
  border-top-color: rgb(7 196 149 / 0);
}

.hover\:border-t-success\/10:hover{
  border-top-color: rgb(7 196 149 / 0.1);
}

.hover\:border-t-success\/100:hover{
  border-top-color: rgb(7 196 149 / 1);
}

.hover\:border-t-success\/15:hover{
  border-top-color: rgb(7 196 149 / 0.15);
}

.hover\:border-t-success\/20:hover{
  border-top-color: rgb(7 196 149 / 0.2);
}

.hover\:border-t-success\/25:hover{
  border-top-color: rgb(7 196 149 / 0.25);
}

.hover\:border-t-success\/30:hover{
  border-top-color: rgb(7 196 149 / 0.3);
}

.hover\:border-t-success\/35:hover{
  border-top-color: rgb(7 196 149 / 0.35);
}

.hover\:border-t-success\/40:hover{
  border-top-color: rgb(7 196 149 / 0.4);
}

.hover\:border-t-success\/45:hover{
  border-top-color: rgb(7 196 149 / 0.45);
}

.hover\:border-t-success\/5:hover{
  border-top-color: rgb(7 196 149 / 0.05);
}

.hover\:border-t-success\/50:hover{
  border-top-color: rgb(7 196 149 / 0.5);
}

.hover\:border-t-success\/55:hover{
  border-top-color: rgb(7 196 149 / 0.55);
}

.hover\:border-t-success\/60:hover{
  border-top-color: rgb(7 196 149 / 0.6);
}

.hover\:border-t-success\/65:hover{
  border-top-color: rgb(7 196 149 / 0.65);
}

.hover\:border-t-success\/70:hover{
  border-top-color: rgb(7 196 149 / 0.7);
}

.hover\:border-t-success\/75:hover{
  border-top-color: rgb(7 196 149 / 0.75);
}

.hover\:border-t-success\/80:hover{
  border-top-color: rgb(7 196 149 / 0.8);
}

.hover\:border-t-success\/85:hover{
  border-top-color: rgb(7 196 149 / 0.85);
}

.hover\:border-t-success\/90:hover{
  border-top-color: rgb(7 196 149 / 0.9);
}

.hover\:border-t-success\/95:hover{
  border-top-color: rgb(7 196 149 / 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\/15:hover{
  border-top-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(204 251 241 / 0.35);
}

.hover\:border-t-teal-100\/40:hover{
  border-top-color: rgb(204 251 241 / 0.4);
}

.hover\:border-t-teal-100\/45:hover{
  border-top-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(204 251 241 / 0.55);
}

.hover\:border-t-teal-100\/60:hover{
  border-top-color: rgb(204 251 241 / 0.6);
}

.hover\:border-t-teal-100\/65:hover{
  border-top-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(153 246 228 / 0.35);
}

.hover\:border-t-teal-200\/40:hover{
  border-top-color: rgb(153 246 228 / 0.4);
}

.hover\:border-t-teal-200\/45:hover{
  border-top-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(153 246 228 / 0.55);
}

.hover\:border-t-teal-200\/60:hover{
  border-top-color: rgb(153 246 228 / 0.6);
}

.hover\:border-t-teal-200\/65:hover{
  border-top-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(94 234 212 / 0.35);
}

.hover\:border-t-teal-300\/40:hover{
  border-top-color: rgb(94 234 212 / 0.4);
}

.hover\:border-t-teal-300\/45:hover{
  border-top-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(94 234 212 / 0.55);
}

.hover\:border-t-teal-300\/60:hover{
  border-top-color: rgb(94 234 212 / 0.6);
}

.hover\:border-t-teal-300\/65:hover{
  border-top-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(45 212 191 / 0.35);
}

.hover\:border-t-teal-400\/40:hover{
  border-top-color: rgb(45 212 191 / 0.4);
}

.hover\:border-t-teal-400\/45:hover{
  border-top-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(45 212 191 / 0.55);
}

.hover\:border-t-teal-400\/60:hover{
  border-top-color: rgb(45 212 191 / 0.6);
}

.hover\:border-t-teal-400\/65:hover{
  border-top-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(240 253 250 / 0.35);
}

.hover\:border-t-teal-50\/40:hover{
  border-top-color: rgb(240 253 250 / 0.4);
}

.hover\:border-t-teal-50\/45:hover{
  border-top-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(240 253 250 / 0.55);
}

.hover\:border-t-teal-50\/60:hover{
  border-top-color: rgb(240 253 250 / 0.6);
}

.hover\:border-t-teal-50\/65:hover{
  border-top-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(20 184 166 / 0.35);
}

.hover\:border-t-teal-500\/40:hover{
  border-top-color: rgb(20 184 166 / 0.4);
}

.hover\:border-t-teal-500\/45:hover{
  border-top-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(20 184 166 / 0.55);
}

.hover\:border-t-teal-500\/60:hover{
  border-top-color: rgb(20 184 166 / 0.6);
}

.hover\:border-t-teal-500\/65:hover{
  border-top-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(13 148 136 / 0.35);
}

.hover\:border-t-teal-600\/40:hover{
  border-top-color: rgb(13 148 136 / 0.4);
}

.hover\:border-t-teal-600\/45:hover{
  border-top-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(13 148 136 / 0.55);
}

.hover\:border-t-teal-600\/60:hover{
  border-top-color: rgb(13 148 136 / 0.6);
}

.hover\:border-t-teal-600\/65:hover{
  border-top-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(15 118 110 / 0.35);
}

.hover\:border-t-teal-700\/40:hover{
  border-top-color: rgb(15 118 110 / 0.4);
}

.hover\:border-t-teal-700\/45:hover{
  border-top-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(15 118 110 / 0.55);
}

.hover\:border-t-teal-700\/60:hover{
  border-top-color: rgb(15 118 110 / 0.6);
}

.hover\:border-t-teal-700\/65:hover{
  border-top-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(17 94 89 / 0.35);
}

.hover\:border-t-teal-800\/40:hover{
  border-top-color: rgb(17 94 89 / 0.4);
}

.hover\:border-t-teal-800\/45:hover{
  border-top-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(17 94 89 / 0.55);
}

.hover\:border-t-teal-800\/60:hover{
  border-top-color: rgb(17 94 89 / 0.6);
}

.hover\:border-t-teal-800\/65:hover{
  border-top-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(19 78 74 / 0.35);
}

.hover\:border-t-teal-900\/40:hover{
  border-top-color: rgb(19 78 74 / 0.4);
}

.hover\:border-t-teal-900\/45:hover{
  border-top-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(19 78 74 / 0.55);
}

.hover\:border-t-teal-900\/60:hover{
  border-top-color: rgb(19 78 74 / 0.6);
}

.hover\:border-t-teal-900\/65:hover{
  border-top-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(4 47 46 / 0.35);
}

.hover\:border-t-teal-950\/40:hover{
  border-top-color: rgb(4 47 46 / 0.4);
}

.hover\:border-t-teal-950\/45:hover{
  border-top-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(4 47 46 / 0.55);
}

.hover\:border-t-teal-950\/60:hover{
  border-top-color: rgb(4 47 46 / 0.6);
}

.hover\:border-t-teal-950\/65:hover{
  border-top-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.hover\:border-t-tertiary-hover:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.hover\:border-t-tertiary-hover\/0:hover{
  border-top-color: rgb(20 123 223 / 0);
}

.hover\:border-t-tertiary-hover\/10:hover{
  border-top-color: rgb(20 123 223 / 0.1);
}

.hover\:border-t-tertiary-hover\/100:hover{
  border-top-color: rgb(20 123 223 / 1);
}

.hover\:border-t-tertiary-hover\/15:hover{
  border-top-color: rgb(20 123 223 / 0.15);
}

.hover\:border-t-tertiary-hover\/20:hover{
  border-top-color: rgb(20 123 223 / 0.2);
}

.hover\:border-t-tertiary-hover\/25:hover{
  border-top-color: rgb(20 123 223 / 0.25);
}

.hover\:border-t-tertiary-hover\/30:hover{
  border-top-color: rgb(20 123 223 / 0.3);
}

.hover\:border-t-tertiary-hover\/35:hover{
  border-top-color: rgb(20 123 223 / 0.35);
}

.hover\:border-t-tertiary-hover\/40:hover{
  border-top-color: rgb(20 123 223 / 0.4);
}

.hover\:border-t-tertiary-hover\/45:hover{
  border-top-color: rgb(20 123 223 / 0.45);
}

.hover\:border-t-tertiary-hover\/5:hover{
  border-top-color: rgb(20 123 223 / 0.05);
}

.hover\:border-t-tertiary-hover\/50:hover{
  border-top-color: rgb(20 123 223 / 0.5);
}

.hover\:border-t-tertiary-hover\/55:hover{
  border-top-color: rgb(20 123 223 / 0.55);
}

.hover\:border-t-tertiary-hover\/60:hover{
  border-top-color: rgb(20 123 223 / 0.6);
}

.hover\:border-t-tertiary-hover\/65:hover{
  border-top-color: rgb(20 123 223 / 0.65);
}

.hover\:border-t-tertiary-hover\/70:hover{
  border-top-color: rgb(20 123 223 / 0.7);
}

.hover\:border-t-tertiary-hover\/75:hover{
  border-top-color: rgb(20 123 223 / 0.75);
}

.hover\:border-t-tertiary-hover\/80:hover{
  border-top-color: rgb(20 123 223 / 0.8);
}

.hover\:border-t-tertiary-hover\/85:hover{
  border-top-color: rgb(20 123 223 / 0.85);
}

.hover\:border-t-tertiary-hover\/90:hover{
  border-top-color: rgb(20 123 223 / 0.9);
}

.hover\:border-t-tertiary-hover\/95:hover{
  border-top-color: rgb(20 123 223 / 0.95);
}

.hover\:border-t-tertiary\/0:hover{
  border-top-color: rgb(22 137 252 / 0);
}

.hover\:border-t-tertiary\/10:hover{
  border-top-color: rgb(22 137 252 / 0.1);
}

.hover\:border-t-tertiary\/100:hover{
  border-top-color: rgb(22 137 252 / 1);
}

.hover\:border-t-tertiary\/15:hover{
  border-top-color: rgb(22 137 252 / 0.15);
}

.hover\:border-t-tertiary\/20:hover{
  border-top-color: rgb(22 137 252 / 0.2);
}

.hover\:border-t-tertiary\/25:hover{
  border-top-color: rgb(22 137 252 / 0.25);
}

.hover\:border-t-tertiary\/30:hover{
  border-top-color: rgb(22 137 252 / 0.3);
}

.hover\:border-t-tertiary\/35:hover{
  border-top-color: rgb(22 137 252 / 0.35);
}

.hover\:border-t-tertiary\/40:hover{
  border-top-color: rgb(22 137 252 / 0.4);
}

.hover\:border-t-tertiary\/45:hover{
  border-top-color: rgb(22 137 252 / 0.45);
}

.hover\:border-t-tertiary\/5:hover{
  border-top-color: rgb(22 137 252 / 0.05);
}

.hover\:border-t-tertiary\/50:hover{
  border-top-color: rgb(22 137 252 / 0.5);
}

.hover\:border-t-tertiary\/55:hover{
  border-top-color: rgb(22 137 252 / 0.55);
}

.hover\:border-t-tertiary\/60:hover{
  border-top-color: rgb(22 137 252 / 0.6);
}

.hover\:border-t-tertiary\/65:hover{
  border-top-color: rgb(22 137 252 / 0.65);
}

.hover\:border-t-tertiary\/70:hover{
  border-top-color: rgb(22 137 252 / 0.7);
}

.hover\:border-t-tertiary\/75:hover{
  border-top-color: rgb(22 137 252 / 0.75);
}

.hover\:border-t-tertiary\/80:hover{
  border-top-color: rgb(22 137 252 / 0.8);
}

.hover\:border-t-tertiary\/85:hover{
  border-top-color: rgb(22 137 252 / 0.85);
}

.hover\:border-t-tertiary\/90:hover{
  border-top-color: rgb(22 137 252 / 0.9);
}

.hover\:border-t-tertiary\/95:hover{
  border-top-color: rgb(22 137 252 / 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\/15:hover{
  border-top-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(0 0 0 / 0.35);
}

.hover\:border-t-transparent\/40:hover{
  border-top-color: rgb(0 0 0 / 0.4);
}

.hover\:border-t-transparent\/45:hover{
  border-top-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(0 0 0 / 0.55);
}

.hover\:border-t-transparent\/60:hover{
  border-top-color: rgb(0 0 0 / 0.6);
}

.hover\:border-t-transparent\/65:hover{
  border-top-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  border-top-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(237 233 254 / 0.35);
}

.hover\:border-t-violet-100\/40:hover{
  border-top-color: rgb(237 233 254 / 0.4);
}

.hover\:border-t-violet-100\/45:hover{
  border-top-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(237 233 254 / 0.55);
}

.hover\:border-t-violet-100\/60:hover{
  border-top-color: rgb(237 233 254 / 0.6);
}

.hover\:border-t-violet-100\/65:hover{
  border-top-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(221 214 254 / 0.35);
}

.hover\:border-t-violet-200\/40:hover{
  border-top-color: rgb(221 214 254 / 0.4);
}

.hover\:border-t-violet-200\/45:hover{
  border-top-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(221 214 254 / 0.55);
}

.hover\:border-t-violet-200\/60:hover{
  border-top-color: rgb(221 214 254 / 0.6);
}

.hover\:border-t-violet-200\/65:hover{
  border-top-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(196 181 253 / 0.35);
}

.hover\:border-t-violet-300\/40:hover{
  border-top-color: rgb(196 181 253 / 0.4);
}

.hover\:border-t-violet-300\/45:hover{
  border-top-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(196 181 253 / 0.55);
}

.hover\:border-t-violet-300\/60:hover{
  border-top-color: rgb(196 181 253 / 0.6);
}

.hover\:border-t-violet-300\/65:hover{
  border-top-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(167 139 250 / 0.35);
}

.hover\:border-t-violet-400\/40:hover{
  border-top-color: rgb(167 139 250 / 0.4);
}

.hover\:border-t-violet-400\/45:hover{
  border-top-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(167 139 250 / 0.55);
}

.hover\:border-t-violet-400\/60:hover{
  border-top-color: rgb(167 139 250 / 0.6);
}

.hover\:border-t-violet-400\/65:hover{
  border-top-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(245 243 255 / 0.35);
}

.hover\:border-t-violet-50\/40:hover{
  border-top-color: rgb(245 243 255 / 0.4);
}

.hover\:border-t-violet-50\/45:hover{
  border-top-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(245 243 255 / 0.55);
}

.hover\:border-t-violet-50\/60:hover{
  border-top-color: rgb(245 243 255 / 0.6);
}

.hover\:border-t-violet-50\/65:hover{
  border-top-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(139 92 246 / 0.35);
}

.hover\:border-t-violet-500\/40:hover{
  border-top-color: rgb(139 92 246 / 0.4);
}

.hover\:border-t-violet-500\/45:hover{
  border-top-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(139 92 246 / 0.55);
}

.hover\:border-t-violet-500\/60:hover{
  border-top-color: rgb(139 92 246 / 0.6);
}

.hover\:border-t-violet-500\/65:hover{
  border-top-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(124 58 237 / 0.35);
}

.hover\:border-t-violet-600\/40:hover{
  border-top-color: rgb(124 58 237 / 0.4);
}

.hover\:border-t-violet-600\/45:hover{
  border-top-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(124 58 237 / 0.55);
}

.hover\:border-t-violet-600\/60:hover{
  border-top-color: rgb(124 58 237 / 0.6);
}

.hover\:border-t-violet-600\/65:hover{
  border-top-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(109 40 217 / 0.35);
}

.hover\:border-t-violet-700\/40:hover{
  border-top-color: rgb(109 40 217 / 0.4);
}

.hover\:border-t-violet-700\/45:hover{
  border-top-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(109 40 217 / 0.55);
}

.hover\:border-t-violet-700\/60:hover{
  border-top-color: rgb(109 40 217 / 0.6);
}

.hover\:border-t-violet-700\/65:hover{
  border-top-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(91 33 182 / 0.35);
}

.hover\:border-t-violet-800\/40:hover{
  border-top-color: rgb(91 33 182 / 0.4);
}

.hover\:border-t-violet-800\/45:hover{
  border-top-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(91 33 182 / 0.55);
}

.hover\:border-t-violet-800\/60:hover{
  border-top-color: rgb(91 33 182 / 0.6);
}

.hover\:border-t-violet-800\/65:hover{
  border-top-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(76 29 149 / 0.35);
}

.hover\:border-t-violet-900\/40:hover{
  border-top-color: rgb(76 29 149 / 0.4);
}

.hover\:border-t-violet-900\/45:hover{
  border-top-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(76 29 149 / 0.55);
}

.hover\:border-t-violet-900\/60:hover{
  border-top-color: rgb(76 29 149 / 0.6);
}

.hover\:border-t-violet-900\/65:hover{
  border-top-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(46 16 101 / 0.35);
}

.hover\:border-t-violet-950\/40:hover{
  border-top-color: rgb(46 16 101 / 0.4);
}

.hover\:border-t-violet-950\/45:hover{
  border-top-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(46 16 101 / 0.55);
}

.hover\:border-t-violet-950\/60:hover{
  border-top-color: rgb(46 16 101 / 0.6);
}

.hover\:border-t-violet-950\/65:hover{
  border-top-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(255 255 255 / 0.35);
}

.hover\:border-t-white\/40:hover{
  border-top-color: rgb(255 255 255 / 0.4);
}

.hover\:border-t-white\/45:hover{
  border-top-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(255 255 255 / 0.55);
}

.hover\:border-t-white\/60:hover{
  border-top-color: rgb(255 255 255 / 0.6);
}

.hover\:border-t-white\/65:hover{
  border-top-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  border-top-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 249 195 / 0.35);
}

.hover\:border-t-yellow-100\/40:hover{
  border-top-color: rgb(254 249 195 / 0.4);
}

.hover\:border-t-yellow-100\/45:hover{
  border-top-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 249 195 / 0.55);
}

.hover\:border-t-yellow-100\/60:hover{
  border-top-color: rgb(254 249 195 / 0.6);
}

.hover\:border-t-yellow-100\/65:hover{
  border-top-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 240 138 / 0.35);
}

.hover\:border-t-yellow-200\/40:hover{
  border-top-color: rgb(254 240 138 / 0.4);
}

.hover\:border-t-yellow-200\/45:hover{
  border-top-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 240 138 / 0.55);
}

.hover\:border-t-yellow-200\/60:hover{
  border-top-color: rgb(254 240 138 / 0.6);
}

.hover\:border-t-yellow-200\/65:hover{
  border-top-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(253 224 71 / 0.35);
}

.hover\:border-t-yellow-300\/40:hover{
  border-top-color: rgb(253 224 71 / 0.4);
}

.hover\:border-t-yellow-300\/45:hover{
  border-top-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(253 224 71 / 0.55);
}

.hover\:border-t-yellow-300\/60:hover{
  border-top-color: rgb(253 224 71 / 0.6);
}

.hover\:border-t-yellow-300\/65:hover{
  border-top-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 204 21 / 0.35);
}

.hover\:border-t-yellow-400\/40:hover{
  border-top-color: rgb(250 204 21 / 0.4);
}

.hover\:border-t-yellow-400\/45:hover{
  border-top-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 204 21 / 0.55);
}

.hover\:border-t-yellow-400\/60:hover{
  border-top-color: rgb(250 204 21 / 0.6);
}

.hover\:border-t-yellow-400\/65:hover{
  border-top-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(254 252 232 / 0.35);
}

.hover\:border-t-yellow-50\/40:hover{
  border-top-color: rgb(254 252 232 / 0.4);
}

.hover\:border-t-yellow-50\/45:hover{
  border-top-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(254 252 232 / 0.55);
}

.hover\:border-t-yellow-50\/60:hover{
  border-top-color: rgb(254 252 232 / 0.6);
}

.hover\:border-t-yellow-50\/65:hover{
  border-top-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(234 179 8 / 0.35);
}

.hover\:border-t-yellow-500\/40:hover{
  border-top-color: rgb(234 179 8 / 0.4);
}

.hover\:border-t-yellow-500\/45:hover{
  border-top-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(234 179 8 / 0.55);
}

.hover\:border-t-yellow-500\/60:hover{
  border-top-color: rgb(234 179 8 / 0.6);
}

.hover\:border-t-yellow-500\/65:hover{
  border-top-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(202 138 4 / 0.35);
}

.hover\:border-t-yellow-600\/40:hover{
  border-top-color: rgb(202 138 4 / 0.4);
}

.hover\:border-t-yellow-600\/45:hover{
  border-top-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(202 138 4 / 0.55);
}

.hover\:border-t-yellow-600\/60:hover{
  border-top-color: rgb(202 138 4 / 0.6);
}

.hover\:border-t-yellow-600\/65:hover{
  border-top-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(161 98 7 / 0.35);
}

.hover\:border-t-yellow-700\/40:hover{
  border-top-color: rgb(161 98 7 / 0.4);
}

.hover\:border-t-yellow-700\/45:hover{
  border-top-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(161 98 7 / 0.55);
}

.hover\:border-t-yellow-700\/60:hover{
  border-top-color: rgb(161 98 7 / 0.6);
}

.hover\:border-t-yellow-700\/65:hover{
  border-top-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(133 77 14 / 0.35);
}

.hover\:border-t-yellow-800\/40:hover{
  border-top-color: rgb(133 77 14 / 0.4);
}

.hover\:border-t-yellow-800\/45:hover{
  border-top-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(133 77 14 / 0.55);
}

.hover\:border-t-yellow-800\/60:hover{
  border-top-color: rgb(133 77 14 / 0.6);
}

.hover\:border-t-yellow-800\/65:hover{
  border-top-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(113 63 18 / 0.35);
}

.hover\:border-t-yellow-900\/40:hover{
  border-top-color: rgb(113 63 18 / 0.4);
}

.hover\:border-t-yellow-900\/45:hover{
  border-top-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(113 63 18 / 0.55);
}

.hover\:border-t-yellow-900\/60:hover{
  border-top-color: rgb(113 63 18 / 0.6);
}

.hover\:border-t-yellow-900\/65:hover{
  border-top-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(66 32 6 / 0.35);
}

.hover\:border-t-yellow-950\/40:hover{
  border-top-color: rgb(66 32 6 / 0.4);
}

.hover\:border-t-yellow-950\/45:hover{
  border-top-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(66 32 6 / 0.55);
}

.hover\:border-t-yellow-950\/60:hover{
  border-top-color: rgb(66 32 6 / 0.6);
}

.hover\:border-t-yellow-950\/65:hover{
  border-top-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(244 244 245 / 0.35);
}

.hover\:border-t-zinc-100\/40:hover{
  border-top-color: rgb(244 244 245 / 0.4);
}

.hover\:border-t-zinc-100\/45:hover{
  border-top-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(244 244 245 / 0.55);
}

.hover\:border-t-zinc-100\/60:hover{
  border-top-color: rgb(244 244 245 / 0.6);
}

.hover\:border-t-zinc-100\/65:hover{
  border-top-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(228 228 231 / 0.35);
}

.hover\:border-t-zinc-200\/40:hover{
  border-top-color: rgb(228 228 231 / 0.4);
}

.hover\:border-t-zinc-200\/45:hover{
  border-top-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(228 228 231 / 0.55);
}

.hover\:border-t-zinc-200\/60:hover{
  border-top-color: rgb(228 228 231 / 0.6);
}

.hover\:border-t-zinc-200\/65:hover{
  border-top-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(212 212 216 / 0.35);
}

.hover\:border-t-zinc-300\/40:hover{
  border-top-color: rgb(212 212 216 / 0.4);
}

.hover\:border-t-zinc-300\/45:hover{
  border-top-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(212 212 216 / 0.55);
}

.hover\:border-t-zinc-300\/60:hover{
  border-top-color: rgb(212 212 216 / 0.6);
}

.hover\:border-t-zinc-300\/65:hover{
  border-top-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(161 161 170 / 0.35);
}

.hover\:border-t-zinc-400\/40:hover{
  border-top-color: rgb(161 161 170 / 0.4);
}

.hover\:border-t-zinc-400\/45:hover{
  border-top-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(161 161 170 / 0.55);
}

.hover\:border-t-zinc-400\/60:hover{
  border-top-color: rgb(161 161 170 / 0.6);
}

.hover\:border-t-zinc-400\/65:hover{
  border-top-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(250 250 250 / 0.35);
}

.hover\:border-t-zinc-50\/40:hover{
  border-top-color: rgb(250 250 250 / 0.4);
}

.hover\:border-t-zinc-50\/45:hover{
  border-top-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(250 250 250 / 0.55);
}

.hover\:border-t-zinc-50\/60:hover{
  border-top-color: rgb(250 250 250 / 0.6);
}

.hover\:border-t-zinc-50\/65:hover{
  border-top-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(113 113 122 / 0.35);
}

.hover\:border-t-zinc-500\/40:hover{
  border-top-color: rgb(113 113 122 / 0.4);
}

.hover\:border-t-zinc-500\/45:hover{
  border-top-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(113 113 122 / 0.55);
}

.hover\:border-t-zinc-500\/60:hover{
  border-top-color: rgb(113 113 122 / 0.6);
}

.hover\:border-t-zinc-500\/65:hover{
  border-top-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(82 82 91 / 0.35);
}

.hover\:border-t-zinc-600\/40:hover{
  border-top-color: rgb(82 82 91 / 0.4);
}

.hover\:border-t-zinc-600\/45:hover{
  border-top-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(82 82 91 / 0.55);
}

.hover\:border-t-zinc-600\/60:hover{
  border-top-color: rgb(82 82 91 / 0.6);
}

.hover\:border-t-zinc-600\/65:hover{
  border-top-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(63 63 70 / 0.35);
}

.hover\:border-t-zinc-700\/40:hover{
  border-top-color: rgb(63 63 70 / 0.4);
}

.hover\:border-t-zinc-700\/45:hover{
  border-top-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(63 63 70 / 0.55);
}

.hover\:border-t-zinc-700\/60:hover{
  border-top-color: rgb(63 63 70 / 0.6);
}

.hover\:border-t-zinc-700\/65:hover{
  border-top-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(39 39 42 / 0.35);
}

.hover\:border-t-zinc-800\/40:hover{
  border-top-color: rgb(39 39 42 / 0.4);
}

.hover\:border-t-zinc-800\/45:hover{
  border-top-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(39 39 42 / 0.55);
}

.hover\:border-t-zinc-800\/60:hover{
  border-top-color: rgb(39 39 42 / 0.6);
}

.hover\:border-t-zinc-800\/65:hover{
  border-top-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(24 24 27 / 0.35);
}

.hover\:border-t-zinc-900\/40:hover{
  border-top-color: rgb(24 24 27 / 0.4);
}

.hover\:border-t-zinc-900\/45:hover{
  border-top-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(24 24 27 / 0.55);
}

.hover\:border-t-zinc-900\/60:hover{
  border-top-color: rgb(24 24 27 / 0.6);
}

.hover\:border-t-zinc-900\/65:hover{
  border-top-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  border-top-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  border-top-color: rgb(9 9 11 / 0.35);
}

.hover\:border-t-zinc-950\/40:hover{
  border-top-color: rgb(9 9 11 / 0.4);
}

.hover\:border-t-zinc-950\/45:hover{
  border-top-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  border-top-color: rgb(9 9 11 / 0.55);
}

.hover\:border-t-zinc-950\/60:hover{
  border-top-color: rgb(9 9 11 / 0.6);
}

.hover\:border-t-zinc-950\/65:hover{
  border-top-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  border-top-color: rgb(9 9 11 / 0.85);
}

.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-15:hover{
  --tw-border-opacity: 0.15;
}

.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-35:hover{
  --tw-border-opacity: 0.35;
}

.hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-45:hover{
  --tw-border-opacity: 0.45;
}

.hover\:border-opacity-5:hover{
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-55:hover{
  --tw-border-opacity: 0.55;
}

.hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-65:hover{
  --tw-border-opacity: 0.65;
}

.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-85:hover{
  --tw-border-opacity: 0.85;
}

.hover\:border-opacity-90:hover{
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover{
  --tw-border-opacity: 0.95;
}

.hover\:bg-\[\#5D16FF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(93 22 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#652466\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 36 102 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#E64500\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 69 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#FF8E71\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 113 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#eaf6fb\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 246 251 / var(--tw-bg-opacity));
}

.hover\:bg-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(70 109 148 / var(--tw-bg-opacity));
}

.hover\:bg-accent\/0:hover{
  background-color: rgb(70 109 148 / 0);
}

.hover\:bg-accent\/10:hover{
  background-color: rgb(70 109 148 / 0.1);
}

.hover\:bg-accent\/100:hover{
  background-color: rgb(70 109 148 / 1);
}

.hover\:bg-accent\/15:hover{
  background-color: rgb(70 109 148 / 0.15);
}

.hover\:bg-accent\/20:hover{
  background-color: rgb(70 109 148 / 0.2);
}

.hover\:bg-accent\/25:hover{
  background-color: rgb(70 109 148 / 0.25);
}

.hover\:bg-accent\/30:hover{
  background-color: rgb(70 109 148 / 0.3);
}

.hover\:bg-accent\/35:hover{
  background-color: rgb(70 109 148 / 0.35);
}

.hover\:bg-accent\/40:hover{
  background-color: rgb(70 109 148 / 0.4);
}

.hover\:bg-accent\/45:hover{
  background-color: rgb(70 109 148 / 0.45);
}

.hover\:bg-accent\/5:hover{
  background-color: rgb(70 109 148 / 0.05);
}

.hover\:bg-accent\/50:hover{
  background-color: rgb(70 109 148 / 0.5);
}

.hover\:bg-accent\/55:hover{
  background-color: rgb(70 109 148 / 0.55);
}

.hover\:bg-accent\/60:hover{
  background-color: rgb(70 109 148 / 0.6);
}

.hover\:bg-accent\/65:hover{
  background-color: rgb(70 109 148 / 0.65);
}

.hover\:bg-accent\/70:hover{
  background-color: rgb(70 109 148 / 0.7);
}

.hover\:bg-accent\/75:hover{
  background-color: rgb(70 109 148 / 0.75);
}

.hover\:bg-accent\/80:hover{
  background-color: rgb(70 109 148 / 0.8);
}

.hover\:bg-accent\/85:hover{
  background-color: rgb(70 109 148 / 0.85);
}

.hover\:bg-accent\/90:hover{
  background-color: rgb(70 109 148 / 0.9);
}

.hover\:bg-accent\/95:hover{
  background-color: rgb(70 109 148 / 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\/15:hover{
  background-color: rgb(254 243 199 / 0.15);
}

.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\/35:hover{
  background-color: rgb(254 243 199 / 0.35);
}

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

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

.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\/55:hover{
  background-color: rgb(254 243 199 / 0.55);
}

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

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

.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\/85:hover{
  background-color: rgb(254 243 199 / 0.85);
}

.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\/15:hover{
  background-color: rgb(253 230 138 / 0.15);
}

.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\/35:hover{
  background-color: rgb(253 230 138 / 0.35);
}

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

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

.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\/55:hover{
  background-color: rgb(253 230 138 / 0.55);
}

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

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

.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\/85:hover{
  background-color: rgb(253 230 138 / 0.85);
}

.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\/15:hover{
  background-color: rgb(252 211 77 / 0.15);
}

.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\/35:hover{
  background-color: rgb(252 211 77 / 0.35);
}

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

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

.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\/55:hover{
  background-color: rgb(252 211 77 / 0.55);
}

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

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

.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\/85:hover{
  background-color: rgb(252 211 77 / 0.85);
}

.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\/15:hover{
  background-color: rgb(251 191 36 / 0.15);
}

.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\/35:hover{
  background-color: rgb(251 191 36 / 0.35);
}

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

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

.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\/55:hover{
  background-color: rgb(251 191 36 / 0.55);
}

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

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

.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\/85:hover{
  background-color: rgb(251 191 36 / 0.85);
}

.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\/15:hover{
  background-color: rgb(255 251 235 / 0.15);
}

.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\/35:hover{
  background-color: rgb(255 251 235 / 0.35);
}

.hover\:bg-amber-50\/40:hover{
  background-color: rgb(255 251 235 / 0.4);
}

.hover\:bg-amber-50\/45:hover{
  background-color: rgb(255 251 235 / 0.45);
}

.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\/55:hover{
  background-color: rgb(255 251 235 / 0.55);
}

.hover\:bg-amber-50\/60:hover{
  background-color: rgb(255 251 235 / 0.6);
}

.hover\:bg-amber-50\/65:hover{
  background-color: rgb(255 251 235 / 0.65);
}

.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\/85:hover{
  background-color: rgb(255 251 235 / 0.85);
}

.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\/15:hover{
  background-color: rgb(245 158 11 / 0.15);
}

.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\/35:hover{
  background-color: rgb(245 158 11 / 0.35);
}

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

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

.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\/55:hover{
  background-color: rgb(245 158 11 / 0.55);
}

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

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

.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\/85:hover{
  background-color: rgb(245 158 11 / 0.85);
}

.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\/15:hover{
  background-color: rgb(217 119 6 / 0.15);
}

.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\/35:hover{
  background-color: rgb(217 119 6 / 0.35);
}

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

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

.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\/55:hover{
  background-color: rgb(217 119 6 / 0.55);
}

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

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

.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\/85:hover{
  background-color: rgb(217 119 6 / 0.85);
}

.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\/15:hover{
  background-color: rgb(180 83 9 / 0.15);
}

.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\/35:hover{
  background-color: rgb(180 83 9 / 0.35);
}

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

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

.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\/55:hover{
  background-color: rgb(180 83 9 / 0.55);
}

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

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

.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\/85:hover{
  background-color: rgb(180 83 9 / 0.85);
}

.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\/15:hover{
  background-color: rgb(146 64 14 / 0.15);
}

.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\/35:hover{
  background-color: rgb(146 64 14 / 0.35);
}

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

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

.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\/55:hover{
  background-color: rgb(146 64 14 / 0.55);
}

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

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

.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\/85:hover{
  background-color: rgb(146 64 14 / 0.85);
}

.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\/15:hover{
  background-color: rgb(120 53 15 / 0.15);
}

.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\/35:hover{
  background-color: rgb(120 53 15 / 0.35);
}

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

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

.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\/55:hover{
  background-color: rgb(120 53 15 / 0.55);
}

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

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

.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\/85:hover{
  background-color: rgb(120 53 15 / 0.85);
}

.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\/15:hover{
  background-color: rgb(69 26 3 / 0.15);
}

.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\/35:hover{
  background-color: rgb(69 26 3 / 0.35);
}

.hover\:bg-amber-950\/40:hover{
  background-color: rgb(69 26 3 / 0.4);
}

.hover\:bg-amber-950\/45:hover{
  background-color: rgb(69 26 3 / 0.45);
}

.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\/55:hover{
  background-color: rgb(69 26 3 / 0.55);
}

.hover\:bg-amber-950\/60:hover{
  background-color: rgb(69 26 3 / 0.6);
}

.hover\:bg-amber-950\/65:hover{
  background-color: rgb(69 26 3 / 0.65);
}

.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\/85:hover{
  background-color: rgb(69 26 3 / 0.85);
}

.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-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}

.hover\:bg-background\/0:hover{
  background-color: rgb(245 246 250 / 0);
}

.hover\:bg-background\/10:hover{
  background-color: rgb(245 246 250 / 0.1);
}

.hover\:bg-background\/100:hover{
  background-color: rgb(245 246 250 / 1);
}

.hover\:bg-background\/15:hover{
  background-color: rgb(245 246 250 / 0.15);
}

.hover\:bg-background\/20:hover{
  background-color: rgb(245 246 250 / 0.2);
}

.hover\:bg-background\/25:hover{
  background-color: rgb(245 246 250 / 0.25);
}

.hover\:bg-background\/30:hover{
  background-color: rgb(245 246 250 / 0.3);
}

.hover\:bg-background\/35:hover{
  background-color: rgb(245 246 250 / 0.35);
}

.hover\:bg-background\/40:hover{
  background-color: rgb(245 246 250 / 0.4);
}

.hover\:bg-background\/45:hover{
  background-color: rgb(245 246 250 / 0.45);
}

.hover\:bg-background\/5:hover{
  background-color: rgb(245 246 250 / 0.05);
}

.hover\:bg-background\/50:hover{
  background-color: rgb(245 246 250 / 0.5);
}

.hover\:bg-background\/55:hover{
  background-color: rgb(245 246 250 / 0.55);
}

.hover\:bg-background\/60:hover{
  background-color: rgb(245 246 250 / 0.6);
}

.hover\:bg-background\/65:hover{
  background-color: rgb(245 246 250 / 0.65);
}

.hover\:bg-background\/70:hover{
  background-color: rgb(245 246 250 / 0.7);
}

.hover\:bg-background\/75:hover{
  background-color: rgb(245 246 250 / 0.75);
}

.hover\:bg-background\/80:hover{
  background-color: rgb(245 246 250 / 0.8);
}

.hover\:bg-background\/85:hover{
  background-color: rgb(245 246 250 / 0.85);
}

.hover\:bg-background\/90:hover{
  background-color: rgb(245 246 250 / 0.9);
}

.hover\:bg-background\/95:hover{
  background-color: rgb(245 246 250 / 0.95);
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(41 44 53 / var(--tw-bg-opacity));
}

.hover\:bg-black\/0:hover{
  background-color: rgb(41 44 53 / 0);
}

.hover\:bg-black\/10:hover{
  background-color: rgb(41 44 53 / 0.1);
}

.hover\:bg-black\/100:hover{
  background-color: rgb(41 44 53 / 1);
}

.hover\:bg-black\/15:hover{
  background-color: rgb(41 44 53 / 0.15);
}

.hover\:bg-black\/20:hover{
  background-color: rgb(41 44 53 / 0.2);
}

.hover\:bg-black\/25:hover{
  background-color: rgb(41 44 53 / 0.25);
}

.hover\:bg-black\/30:hover{
  background-color: rgb(41 44 53 / 0.3);
}

.hover\:bg-black\/35:hover{
  background-color: rgb(41 44 53 / 0.35);
}

.hover\:bg-black\/40:hover{
  background-color: rgb(41 44 53 / 0.4);
}

.hover\:bg-black\/45:hover{
  background-color: rgb(41 44 53 / 0.45);
}

.hover\:bg-black\/5:hover{
  background-color: rgb(41 44 53 / 0.05);
}

.hover\:bg-black\/50:hover{
  background-color: rgb(41 44 53 / 0.5);
}

.hover\:bg-black\/55:hover{
  background-color: rgb(41 44 53 / 0.55);
}

.hover\:bg-black\/60:hover{
  background-color: rgb(41 44 53 / 0.6);
}

.hover\:bg-black\/65:hover{
  background-color: rgb(41 44 53 / 0.65);
}

.hover\:bg-black\/70:hover{
  background-color: rgb(41 44 53 / 0.7);
}

.hover\:bg-black\/75:hover{
  background-color: rgb(41 44 53 / 0.75);
}

.hover\:bg-black\/80:hover{
  background-color: rgb(41 44 53 / 0.8);
}

.hover\:bg-black\/85:hover{
  background-color: rgb(41 44 53 / 0.85);
}

.hover\:bg-black\/90:hover{
  background-color: rgb(41 44 53 / 0.9);
}

.hover\:bg-black\/95:hover{
  background-color: rgb(41 44 53 / 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\/15:hover{
  background-color: rgb(219 234 254 / 0.15);
}

.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\/35:hover{
  background-color: rgb(219 234 254 / 0.35);
}

.hover\:bg-blue-100\/40:hover{
  background-color: rgb(219 234 254 / 0.4);
}

.hover\:bg-blue-100\/45:hover{
  background-color: rgb(219 234 254 / 0.45);
}

.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\/55:hover{
  background-color: rgb(219 234 254 / 0.55);
}

.hover\:bg-blue-100\/60:hover{
  background-color: rgb(219 234 254 / 0.6);
}

.hover\:bg-blue-100\/65:hover{
  background-color: rgb(219 234 254 / 0.65);
}

.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\/85:hover{
  background-color: rgb(219 234 254 / 0.85);
}

.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\/15:hover{
  background-color: rgb(191 219 254 / 0.15);
}

.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\/35:hover{
  background-color: rgb(191 219 254 / 0.35);
}

.hover\:bg-blue-200\/40:hover{
  background-color: rgb(191 219 254 / 0.4);
}

.hover\:bg-blue-200\/45:hover{
  background-color: rgb(191 219 254 / 0.45);
}

.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\/55:hover{
  background-color: rgb(191 219 254 / 0.55);
}

.hover\:bg-blue-200\/60:hover{
  background-color: rgb(191 219 254 / 0.6);
}

.hover\:bg-blue-200\/65:hover{
  background-color: rgb(191 219 254 / 0.65);
}

.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\/85:hover{
  background-color: rgb(191 219 254 / 0.85);
}

.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\/15:hover{
  background-color: rgb(147 197 253 / 0.15);
}

.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\/35:hover{
  background-color: rgb(147 197 253 / 0.35);
}

.hover\:bg-blue-300\/40:hover{
  background-color: rgb(147 197 253 / 0.4);
}

.hover\:bg-blue-300\/45:hover{
  background-color: rgb(147 197 253 / 0.45);
}

.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\/55:hover{
  background-color: rgb(147 197 253 / 0.55);
}

.hover\:bg-blue-300\/60:hover{
  background-color: rgb(147 197 253 / 0.6);
}

.hover\:bg-blue-300\/65:hover{
  background-color: rgb(147 197 253 / 0.65);
}

.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\/85:hover{
  background-color: rgb(147 197 253 / 0.85);
}

.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\/15:hover{
  background-color: rgb(96 165 250 / 0.15);
}

.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\/35:hover{
  background-color: rgb(96 165 250 / 0.35);
}

.hover\:bg-blue-400\/40:hover{
  background-color: rgb(96 165 250 / 0.4);
}

.hover\:bg-blue-400\/45:hover{
  background-color: rgb(96 165 250 / 0.45);
}

.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\/55:hover{
  background-color: rgb(96 165 250 / 0.55);
}

.hover\:bg-blue-400\/60:hover{
  background-color: rgb(96 165 250 / 0.6);
}

.hover\:bg-blue-400\/65:hover{
  background-color: rgb(96 165 250 / 0.65);
}

.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\/85:hover{
  background-color: rgb(96 165 250 / 0.85);
}

.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\/15:hover{
  background-color: rgb(239 246 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(239 246 255 / 0.35);
}

.hover\:bg-blue-50\/40:hover{
  background-color: rgb(239 246 255 / 0.4);
}

.hover\:bg-blue-50\/45:hover{
  background-color: rgb(239 246 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(239 246 255 / 0.55);
}

.hover\:bg-blue-50\/60:hover{
  background-color: rgb(239 246 255 / 0.6);
}

.hover\:bg-blue-50\/65:hover{
  background-color: rgb(239 246 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(239 246 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(59 130 246 / 0.15);
}

.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\/35:hover{
  background-color: rgb(59 130 246 / 0.35);
}

.hover\:bg-blue-500\/40:hover{
  background-color: rgb(59 130 246 / 0.4);
}

.hover\:bg-blue-500\/45:hover{
  background-color: rgb(59 130 246 / 0.45);
}

.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\/55:hover{
  background-color: rgb(59 130 246 / 0.55);
}

.hover\:bg-blue-500\/60:hover{
  background-color: rgb(59 130 246 / 0.6);
}

.hover\:bg-blue-500\/65:hover{
  background-color: rgb(59 130 246 / 0.65);
}

.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\/85:hover{
  background-color: rgb(59 130 246 / 0.85);
}

.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\/15:hover{
  background-color: rgb(37 99 235 / 0.15);
}

.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\/35:hover{
  background-color: rgb(37 99 235 / 0.35);
}

.hover\:bg-blue-600\/40:hover{
  background-color: rgb(37 99 235 / 0.4);
}

.hover\:bg-blue-600\/45:hover{
  background-color: rgb(37 99 235 / 0.45);
}

.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\/55:hover{
  background-color: rgb(37 99 235 / 0.55);
}

.hover\:bg-blue-600\/60:hover{
  background-color: rgb(37 99 235 / 0.6);
}

.hover\:bg-blue-600\/65:hover{
  background-color: rgb(37 99 235 / 0.65);
}

.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\/85:hover{
  background-color: rgb(37 99 235 / 0.85);
}

.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\/15:hover{
  background-color: rgb(29 78 216 / 0.15);
}

.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\/35:hover{
  background-color: rgb(29 78 216 / 0.35);
}

.hover\:bg-blue-700\/40:hover{
  background-color: rgb(29 78 216 / 0.4);
}

.hover\:bg-blue-700\/45:hover{
  background-color: rgb(29 78 216 / 0.45);
}

.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\/55:hover{
  background-color: rgb(29 78 216 / 0.55);
}

.hover\:bg-blue-700\/60:hover{
  background-color: rgb(29 78 216 / 0.6);
}

.hover\:bg-blue-700\/65:hover{
  background-color: rgb(29 78 216 / 0.65);
}

.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\/85:hover{
  background-color: rgb(29 78 216 / 0.85);
}

.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\/15:hover{
  background-color: rgb(30 64 175 / 0.15);
}

.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\/35:hover{
  background-color: rgb(30 64 175 / 0.35);
}

.hover\:bg-blue-800\/40:hover{
  background-color: rgb(30 64 175 / 0.4);
}

.hover\:bg-blue-800\/45:hover{
  background-color: rgb(30 64 175 / 0.45);
}

.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\/55:hover{
  background-color: rgb(30 64 175 / 0.55);
}

.hover\:bg-blue-800\/60:hover{
  background-color: rgb(30 64 175 / 0.6);
}

.hover\:bg-blue-800\/65:hover{
  background-color: rgb(30 64 175 / 0.65);
}

.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\/85:hover{
  background-color: rgb(30 64 175 / 0.85);
}

.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\/15:hover{
  background-color: rgb(30 58 138 / 0.15);
}

.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\/35:hover{
  background-color: rgb(30 58 138 / 0.35);
}

.hover\:bg-blue-900\/40:hover{
  background-color: rgb(30 58 138 / 0.4);
}

.hover\:bg-blue-900\/45:hover{
  background-color: rgb(30 58 138 / 0.45);
}

.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\/55:hover{
  background-color: rgb(30 58 138 / 0.55);
}

.hover\:bg-blue-900\/60:hover{
  background-color: rgb(30 58 138 / 0.6);
}

.hover\:bg-blue-900\/65:hover{
  background-color: rgb(30 58 138 / 0.65);
}

.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\/85:hover{
  background-color: rgb(30 58 138 / 0.85);
}

.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\/15:hover{
  background-color: rgb(23 37 84 / 0.15);
}

.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\/35:hover{
  background-color: rgb(23 37 84 / 0.35);
}

.hover\:bg-blue-950\/40:hover{
  background-color: rgb(23 37 84 / 0.4);
}

.hover\:bg-blue-950\/45:hover{
  background-color: rgb(23 37 84 / 0.45);
}

.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\/55:hover{
  background-color: rgb(23 37 84 / 0.55);
}

.hover\:bg-blue-950\/60:hover{
  background-color: rgb(23 37 84 / 0.6);
}

.hover\:bg-blue-950\/65:hover{
  background-color: rgb(23 37 84 / 0.65);
}

.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\/85:hover{
  background-color: rgb(23 37 84 / 0.85);
}

.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-csv:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 138 43 / var(--tw-bg-opacity));
}

.hover\:bg-csv-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 37 / var(--tw-bg-opacity));
}

.hover\:bg-csv-hover\/0:hover{
  background-color: rgb(0 114 37 / 0);
}

.hover\:bg-csv-hover\/10:hover{
  background-color: rgb(0 114 37 / 0.1);
}

.hover\:bg-csv-hover\/100:hover{
  background-color: rgb(0 114 37 / 1);
}

.hover\:bg-csv-hover\/15:hover{
  background-color: rgb(0 114 37 / 0.15);
}

.hover\:bg-csv-hover\/20:hover{
  background-color: rgb(0 114 37 / 0.2);
}

.hover\:bg-csv-hover\/25:hover{
  background-color: rgb(0 114 37 / 0.25);
}

.hover\:bg-csv-hover\/30:hover{
  background-color: rgb(0 114 37 / 0.3);
}

.hover\:bg-csv-hover\/35:hover{
  background-color: rgb(0 114 37 / 0.35);
}

.hover\:bg-csv-hover\/40:hover{
  background-color: rgb(0 114 37 / 0.4);
}

.hover\:bg-csv-hover\/45:hover{
  background-color: rgb(0 114 37 / 0.45);
}

.hover\:bg-csv-hover\/5:hover{
  background-color: rgb(0 114 37 / 0.05);
}

.hover\:bg-csv-hover\/50:hover{
  background-color: rgb(0 114 37 / 0.5);
}

.hover\:bg-csv-hover\/55:hover{
  background-color: rgb(0 114 37 / 0.55);
}

.hover\:bg-csv-hover\/60:hover{
  background-color: rgb(0 114 37 / 0.6);
}

.hover\:bg-csv-hover\/65:hover{
  background-color: rgb(0 114 37 / 0.65);
}

.hover\:bg-csv-hover\/70:hover{
  background-color: rgb(0 114 37 / 0.7);
}

.hover\:bg-csv-hover\/75:hover{
  background-color: rgb(0 114 37 / 0.75);
}

.hover\:bg-csv-hover\/80:hover{
  background-color: rgb(0 114 37 / 0.8);
}

.hover\:bg-csv-hover\/85:hover{
  background-color: rgb(0 114 37 / 0.85);
}

.hover\:bg-csv-hover\/90:hover{
  background-color: rgb(0 114 37 / 0.9);
}

.hover\:bg-csv-hover\/95:hover{
  background-color: rgb(0 114 37 / 0.95);
}

.hover\:bg-csv\/0:hover{
  background-color: rgb(0 138 43 / 0);
}

.hover\:bg-csv\/10:hover{
  background-color: rgb(0 138 43 / 0.1);
}

.hover\:bg-csv\/100:hover{
  background-color: rgb(0 138 43 / 1);
}

.hover\:bg-csv\/15:hover{
  background-color: rgb(0 138 43 / 0.15);
}

.hover\:bg-csv\/20:hover{
  background-color: rgb(0 138 43 / 0.2);
}

.hover\:bg-csv\/25:hover{
  background-color: rgb(0 138 43 / 0.25);
}

.hover\:bg-csv\/30:hover{
  background-color: rgb(0 138 43 / 0.3);
}

.hover\:bg-csv\/35:hover{
  background-color: rgb(0 138 43 / 0.35);
}

.hover\:bg-csv\/40:hover{
  background-color: rgb(0 138 43 / 0.4);
}

.hover\:bg-csv\/45:hover{
  background-color: rgb(0 138 43 / 0.45);
}

.hover\:bg-csv\/5:hover{
  background-color: rgb(0 138 43 / 0.05);
}

.hover\:bg-csv\/50:hover{
  background-color: rgb(0 138 43 / 0.5);
}

.hover\:bg-csv\/55:hover{
  background-color: rgb(0 138 43 / 0.55);
}

.hover\:bg-csv\/60:hover{
  background-color: rgb(0 138 43 / 0.6);
}

.hover\:bg-csv\/65:hover{
  background-color: rgb(0 138 43 / 0.65);
}

.hover\:bg-csv\/70:hover{
  background-color: rgb(0 138 43 / 0.7);
}

.hover\:bg-csv\/75:hover{
  background-color: rgb(0 138 43 / 0.75);
}

.hover\:bg-csv\/80:hover{
  background-color: rgb(0 138 43 / 0.8);
}

.hover\:bg-csv\/85:hover{
  background-color: rgb(0 138 43 / 0.85);
}

.hover\:bg-csv\/90:hover{
  background-color: rgb(0 138 43 / 0.9);
}

.hover\:bg-csv\/95:hover{
  background-color: rgb(0 138 43 / 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\/15:hover{
  background-color: rgb(207 250 254 / 0.15);
}

.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\/35:hover{
  background-color: rgb(207 250 254 / 0.35);
}

.hover\:bg-cyan-100\/40:hover{
  background-color: rgb(207 250 254 / 0.4);
}

.hover\:bg-cyan-100\/45:hover{
  background-color: rgb(207 250 254 / 0.45);
}

.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\/55:hover{
  background-color: rgb(207 250 254 / 0.55);
}

.hover\:bg-cyan-100\/60:hover{
  background-color: rgb(207 250 254 / 0.6);
}

.hover\:bg-cyan-100\/65:hover{
  background-color: rgb(207 250 254 / 0.65);
}

.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\/85:hover{
  background-color: rgb(207 250 254 / 0.85);
}

.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\/15:hover{
  background-color: rgb(165 243 252 / 0.15);
}

.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\/35:hover{
  background-color: rgb(165 243 252 / 0.35);
}

.hover\:bg-cyan-200\/40:hover{
  background-color: rgb(165 243 252 / 0.4);
}

.hover\:bg-cyan-200\/45:hover{
  background-color: rgb(165 243 252 / 0.45);
}

.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\/55:hover{
  background-color: rgb(165 243 252 / 0.55);
}

.hover\:bg-cyan-200\/60:hover{
  background-color: rgb(165 243 252 / 0.6);
}

.hover\:bg-cyan-200\/65:hover{
  background-color: rgb(165 243 252 / 0.65);
}

.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\/85:hover{
  background-color: rgb(165 243 252 / 0.85);
}

.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\/15:hover{
  background-color: rgb(103 232 249 / 0.15);
}

.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\/35:hover{
  background-color: rgb(103 232 249 / 0.35);
}

.hover\:bg-cyan-300\/40:hover{
  background-color: rgb(103 232 249 / 0.4);
}

.hover\:bg-cyan-300\/45:hover{
  background-color: rgb(103 232 249 / 0.45);
}

.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\/55:hover{
  background-color: rgb(103 232 249 / 0.55);
}

.hover\:bg-cyan-300\/60:hover{
  background-color: rgb(103 232 249 / 0.6);
}

.hover\:bg-cyan-300\/65:hover{
  background-color: rgb(103 232 249 / 0.65);
}

.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\/85:hover{
  background-color: rgb(103 232 249 / 0.85);
}

.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\/15:hover{
  background-color: rgb(34 211 238 / 0.15);
}

.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\/35:hover{
  background-color: rgb(34 211 238 / 0.35);
}

.hover\:bg-cyan-400\/40:hover{
  background-color: rgb(34 211 238 / 0.4);
}

.hover\:bg-cyan-400\/45:hover{
  background-color: rgb(34 211 238 / 0.45);
}

.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\/55:hover{
  background-color: rgb(34 211 238 / 0.55);
}

.hover\:bg-cyan-400\/60:hover{
  background-color: rgb(34 211 238 / 0.6);
}

.hover\:bg-cyan-400\/65:hover{
  background-color: rgb(34 211 238 / 0.65);
}

.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\/85:hover{
  background-color: rgb(34 211 238 / 0.85);
}

.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\/15:hover{
  background-color: rgb(236 254 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(236 254 255 / 0.35);
}

.hover\:bg-cyan-50\/40:hover{
  background-color: rgb(236 254 255 / 0.4);
}

.hover\:bg-cyan-50\/45:hover{
  background-color: rgb(236 254 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(236 254 255 / 0.55);
}

.hover\:bg-cyan-50\/60:hover{
  background-color: rgb(236 254 255 / 0.6);
}

.hover\:bg-cyan-50\/65:hover{
  background-color: rgb(236 254 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(236 254 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(6 182 212 / 0.15);
}

.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\/35:hover{
  background-color: rgb(6 182 212 / 0.35);
}

.hover\:bg-cyan-500\/40:hover{
  background-color: rgb(6 182 212 / 0.4);
}

.hover\:bg-cyan-500\/45:hover{
  background-color: rgb(6 182 212 / 0.45);
}

.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\/55:hover{
  background-color: rgb(6 182 212 / 0.55);
}

.hover\:bg-cyan-500\/60:hover{
  background-color: rgb(6 182 212 / 0.6);
}

.hover\:bg-cyan-500\/65:hover{
  background-color: rgb(6 182 212 / 0.65);
}

.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\/85:hover{
  background-color: rgb(6 182 212 / 0.85);
}

.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\/15:hover{
  background-color: rgb(8 145 178 / 0.15);
}

.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\/35:hover{
  background-color: rgb(8 145 178 / 0.35);
}

.hover\:bg-cyan-600\/40:hover{
  background-color: rgb(8 145 178 / 0.4);
}

.hover\:bg-cyan-600\/45:hover{
  background-color: rgb(8 145 178 / 0.45);
}

.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\/55:hover{
  background-color: rgb(8 145 178 / 0.55);
}

.hover\:bg-cyan-600\/60:hover{
  background-color: rgb(8 145 178 / 0.6);
}

.hover\:bg-cyan-600\/65:hover{
  background-color: rgb(8 145 178 / 0.65);
}

.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\/85:hover{
  background-color: rgb(8 145 178 / 0.85);
}

.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\/15:hover{
  background-color: rgb(14 116 144 / 0.15);
}

.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\/35:hover{
  background-color: rgb(14 116 144 / 0.35);
}

.hover\:bg-cyan-700\/40:hover{
  background-color: rgb(14 116 144 / 0.4);
}

.hover\:bg-cyan-700\/45:hover{
  background-color: rgb(14 116 144 / 0.45);
}

.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\/55:hover{
  background-color: rgb(14 116 144 / 0.55);
}

.hover\:bg-cyan-700\/60:hover{
  background-color: rgb(14 116 144 / 0.6);
}

.hover\:bg-cyan-700\/65:hover{
  background-color: rgb(14 116 144 / 0.65);
}

.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\/85:hover{
  background-color: rgb(14 116 144 / 0.85);
}

.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\/15:hover{
  background-color: rgb(21 94 117 / 0.15);
}

.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\/35:hover{
  background-color: rgb(21 94 117 / 0.35);
}

.hover\:bg-cyan-800\/40:hover{
  background-color: rgb(21 94 117 / 0.4);
}

.hover\:bg-cyan-800\/45:hover{
  background-color: rgb(21 94 117 / 0.45);
}

.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\/55:hover{
  background-color: rgb(21 94 117 / 0.55);
}

.hover\:bg-cyan-800\/60:hover{
  background-color: rgb(21 94 117 / 0.6);
}

.hover\:bg-cyan-800\/65:hover{
  background-color: rgb(21 94 117 / 0.65);
}

.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\/85:hover{
  background-color: rgb(21 94 117 / 0.85);
}

.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\/15:hover{
  background-color: rgb(22 78 99 / 0.15);
}

.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\/35:hover{
  background-color: rgb(22 78 99 / 0.35);
}

.hover\:bg-cyan-900\/40:hover{
  background-color: rgb(22 78 99 / 0.4);
}

.hover\:bg-cyan-900\/45:hover{
  background-color: rgb(22 78 99 / 0.45);
}

.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\/55:hover{
  background-color: rgb(22 78 99 / 0.55);
}

.hover\:bg-cyan-900\/60:hover{
  background-color: rgb(22 78 99 / 0.6);
}

.hover\:bg-cyan-900\/65:hover{
  background-color: rgb(22 78 99 / 0.65);
}

.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\/85:hover{
  background-color: rgb(22 78 99 / 0.85);
}

.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\/15:hover{
  background-color: rgb(8 51 68 / 0.15);
}

.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\/35:hover{
  background-color: rgb(8 51 68 / 0.35);
}

.hover\:bg-cyan-950\/40:hover{
  background-color: rgb(8 51 68 / 0.4);
}

.hover\:bg-cyan-950\/45:hover{
  background-color: rgb(8 51 68 / 0.45);
}

.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\/55:hover{
  background-color: rgb(8 51 68 / 0.55);
}

.hover\:bg-cyan-950\/60:hover{
  background-color: rgb(8 51 68 / 0.6);
}

.hover\:bg-cyan-950\/65:hover{
  background-color: rgb(8 51 68 / 0.65);
}

.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\/85:hover{
  background-color: rgb(8 51 68 / 0.85);
}

.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-danger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 59 54 / var(--tw-bg-opacity));
}

.hover\:bg-danger-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(193 49 44 / var(--tw-bg-opacity));
}

.hover\:bg-danger-hover\/0:hover{
  background-color: rgb(193 49 44 / 0);
}

.hover\:bg-danger-hover\/10:hover{
  background-color: rgb(193 49 44 / 0.1);
}

.hover\:bg-danger-hover\/100:hover{
  background-color: rgb(193 49 44 / 1);
}

.hover\:bg-danger-hover\/15:hover{
  background-color: rgb(193 49 44 / 0.15);
}

.hover\:bg-danger-hover\/20:hover{
  background-color: rgb(193 49 44 / 0.2);
}

.hover\:bg-danger-hover\/25:hover{
  background-color: rgb(193 49 44 / 0.25);
}

.hover\:bg-danger-hover\/30:hover{
  background-color: rgb(193 49 44 / 0.3);
}

.hover\:bg-danger-hover\/35:hover{
  background-color: rgb(193 49 44 / 0.35);
}

.hover\:bg-danger-hover\/40:hover{
  background-color: rgb(193 49 44 / 0.4);
}

.hover\:bg-danger-hover\/45:hover{
  background-color: rgb(193 49 44 / 0.45);
}

.hover\:bg-danger-hover\/5:hover{
  background-color: rgb(193 49 44 / 0.05);
}

.hover\:bg-danger-hover\/50:hover{
  background-color: rgb(193 49 44 / 0.5);
}

.hover\:bg-danger-hover\/55:hover{
  background-color: rgb(193 49 44 / 0.55);
}

.hover\:bg-danger-hover\/60:hover{
  background-color: rgb(193 49 44 / 0.6);
}

.hover\:bg-danger-hover\/65:hover{
  background-color: rgb(193 49 44 / 0.65);
}

.hover\:bg-danger-hover\/70:hover{
  background-color: rgb(193 49 44 / 0.7);
}

.hover\:bg-danger-hover\/75:hover{
  background-color: rgb(193 49 44 / 0.75);
}

.hover\:bg-danger-hover\/80:hover{
  background-color: rgb(193 49 44 / 0.8);
}

.hover\:bg-danger-hover\/85:hover{
  background-color: rgb(193 49 44 / 0.85);
}

.hover\:bg-danger-hover\/90:hover{
  background-color: rgb(193 49 44 / 0.9);
}

.hover\:bg-danger-hover\/95:hover{
  background-color: rgb(193 49 44 / 0.95);
}

.hover\:bg-danger\/0:hover{
  background-color: rgb(207 59 54 / 0);
}

.hover\:bg-danger\/10:hover{
  background-color: rgb(207 59 54 / 0.1);
}

.hover\:bg-danger\/100:hover{
  background-color: rgb(207 59 54 / 1);
}

.hover\:bg-danger\/15:hover{
  background-color: rgb(207 59 54 / 0.15);
}

.hover\:bg-danger\/20:hover{
  background-color: rgb(207 59 54 / 0.2);
}

.hover\:bg-danger\/25:hover{
  background-color: rgb(207 59 54 / 0.25);
}

.hover\:bg-danger\/30:hover{
  background-color: rgb(207 59 54 / 0.3);
}

.hover\:bg-danger\/35:hover{
  background-color: rgb(207 59 54 / 0.35);
}

.hover\:bg-danger\/40:hover{
  background-color: rgb(207 59 54 / 0.4);
}

.hover\:bg-danger\/45:hover{
  background-color: rgb(207 59 54 / 0.45);
}

.hover\:bg-danger\/5:hover{
  background-color: rgb(207 59 54 / 0.05);
}

.hover\:bg-danger\/50:hover{
  background-color: rgb(207 59 54 / 0.5);
}

.hover\:bg-danger\/55:hover{
  background-color: rgb(207 59 54 / 0.55);
}

.hover\:bg-danger\/60:hover{
  background-color: rgb(207 59 54 / 0.6);
}

.hover\:bg-danger\/65:hover{
  background-color: rgb(207 59 54 / 0.65);
}

.hover\:bg-danger\/70:hover{
  background-color: rgb(207 59 54 / 0.7);
}

.hover\:bg-danger\/75:hover{
  background-color: rgb(207 59 54 / 0.75);
}

.hover\:bg-danger\/80:hover{
  background-color: rgb(207 59 54 / 0.8);
}

.hover\:bg-danger\/85:hover{
  background-color: rgb(207 59 54 / 0.85);
}

.hover\:bg-danger\/90:hover{
  background-color: rgb(207 59 54 / 0.9);
}

.hover\:bg-danger\/95:hover{
  background-color: rgb(207 59 54 / 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\/15:hover{
  background-color: rgb(209 250 229 / 0.15);
}

.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\/35:hover{
  background-color: rgb(209 250 229 / 0.35);
}

.hover\:bg-emerald-100\/40:hover{
  background-color: rgb(209 250 229 / 0.4);
}

.hover\:bg-emerald-100\/45:hover{
  background-color: rgb(209 250 229 / 0.45);
}

.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\/55:hover{
  background-color: rgb(209 250 229 / 0.55);
}

.hover\:bg-emerald-100\/60:hover{
  background-color: rgb(209 250 229 / 0.6);
}

.hover\:bg-emerald-100\/65:hover{
  background-color: rgb(209 250 229 / 0.65);
}

.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\/85:hover{
  background-color: rgb(209 250 229 / 0.85);
}

.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\/15:hover{
  background-color: rgb(167 243 208 / 0.15);
}

.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\/35:hover{
  background-color: rgb(167 243 208 / 0.35);
}

.hover\:bg-emerald-200\/40:hover{
  background-color: rgb(167 243 208 / 0.4);
}

.hover\:bg-emerald-200\/45:hover{
  background-color: rgb(167 243 208 / 0.45);
}

.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\/55:hover{
  background-color: rgb(167 243 208 / 0.55);
}

.hover\:bg-emerald-200\/60:hover{
  background-color: rgb(167 243 208 / 0.6);
}

.hover\:bg-emerald-200\/65:hover{
  background-color: rgb(167 243 208 / 0.65);
}

.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\/85:hover{
  background-color: rgb(167 243 208 / 0.85);
}

.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\/15:hover{
  background-color: rgb(110 231 183 / 0.15);
}

.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\/35:hover{
  background-color: rgb(110 231 183 / 0.35);
}

.hover\:bg-emerald-300\/40:hover{
  background-color: rgb(110 231 183 / 0.4);
}

.hover\:bg-emerald-300\/45:hover{
  background-color: rgb(110 231 183 / 0.45);
}

.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\/55:hover{
  background-color: rgb(110 231 183 / 0.55);
}

.hover\:bg-emerald-300\/60:hover{
  background-color: rgb(110 231 183 / 0.6);
}

.hover\:bg-emerald-300\/65:hover{
  background-color: rgb(110 231 183 / 0.65);
}

.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\/85:hover{
  background-color: rgb(110 231 183 / 0.85);
}

.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\/15:hover{
  background-color: rgb(52 211 153 / 0.15);
}

.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\/35:hover{
  background-color: rgb(52 211 153 / 0.35);
}

.hover\:bg-emerald-400\/40:hover{
  background-color: rgb(52 211 153 / 0.4);
}

.hover\:bg-emerald-400\/45:hover{
  background-color: rgb(52 211 153 / 0.45);
}

.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\/55:hover{
  background-color: rgb(52 211 153 / 0.55);
}

.hover\:bg-emerald-400\/60:hover{
  background-color: rgb(52 211 153 / 0.6);
}

.hover\:bg-emerald-400\/65:hover{
  background-color: rgb(52 211 153 / 0.65);
}

.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\/85:hover{
  background-color: rgb(52 211 153 / 0.85);
}

.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\/15:hover{
  background-color: rgb(236 253 245 / 0.15);
}

.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\/35:hover{
  background-color: rgb(236 253 245 / 0.35);
}

.hover\:bg-emerald-50\/40:hover{
  background-color: rgb(236 253 245 / 0.4);
}

.hover\:bg-emerald-50\/45:hover{
  background-color: rgb(236 253 245 / 0.45);
}

.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\/55:hover{
  background-color: rgb(236 253 245 / 0.55);
}

.hover\:bg-emerald-50\/60:hover{
  background-color: rgb(236 253 245 / 0.6);
}

.hover\:bg-emerald-50\/65:hover{
  background-color: rgb(236 253 245 / 0.65);
}

.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\/85:hover{
  background-color: rgb(236 253 245 / 0.85);
}

.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\/15:hover{
  background-color: rgb(16 185 129 / 0.15);
}

.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\/35:hover{
  background-color: rgb(16 185 129 / 0.35);
}

.hover\:bg-emerald-500\/40:hover{
  background-color: rgb(16 185 129 / 0.4);
}

.hover\:bg-emerald-500\/45:hover{
  background-color: rgb(16 185 129 / 0.45);
}

.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\/55:hover{
  background-color: rgb(16 185 129 / 0.55);
}

.hover\:bg-emerald-500\/60:hover{
  background-color: rgb(16 185 129 / 0.6);
}

.hover\:bg-emerald-500\/65:hover{
  background-color: rgb(16 185 129 / 0.65);
}

.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\/85:hover{
  background-color: rgb(16 185 129 / 0.85);
}

.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\/15:hover{
  background-color: rgb(5 150 105 / 0.15);
}

.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\/35:hover{
  background-color: rgb(5 150 105 / 0.35);
}

.hover\:bg-emerald-600\/40:hover{
  background-color: rgb(5 150 105 / 0.4);
}

.hover\:bg-emerald-600\/45:hover{
  background-color: rgb(5 150 105 / 0.45);
}

.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\/55:hover{
  background-color: rgb(5 150 105 / 0.55);
}

.hover\:bg-emerald-600\/60:hover{
  background-color: rgb(5 150 105 / 0.6);
}

.hover\:bg-emerald-600\/65:hover{
  background-color: rgb(5 150 105 / 0.65);
}

.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\/85:hover{
  background-color: rgb(5 150 105 / 0.85);
}

.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\/15:hover{
  background-color: rgb(4 120 87 / 0.15);
}

.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\/35:hover{
  background-color: rgb(4 120 87 / 0.35);
}

.hover\:bg-emerald-700\/40:hover{
  background-color: rgb(4 120 87 / 0.4);
}

.hover\:bg-emerald-700\/45:hover{
  background-color: rgb(4 120 87 / 0.45);
}

.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\/55:hover{
  background-color: rgb(4 120 87 / 0.55);
}

.hover\:bg-emerald-700\/60:hover{
  background-color: rgb(4 120 87 / 0.6);
}

.hover\:bg-emerald-700\/65:hover{
  background-color: rgb(4 120 87 / 0.65);
}

.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\/85:hover{
  background-color: rgb(4 120 87 / 0.85);
}

.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\/15:hover{
  background-color: rgb(6 95 70 / 0.15);
}

.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\/35:hover{
  background-color: rgb(6 95 70 / 0.35);
}

.hover\:bg-emerald-800\/40:hover{
  background-color: rgb(6 95 70 / 0.4);
}

.hover\:bg-emerald-800\/45:hover{
  background-color: rgb(6 95 70 / 0.45);
}

.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\/55:hover{
  background-color: rgb(6 95 70 / 0.55);
}

.hover\:bg-emerald-800\/60:hover{
  background-color: rgb(6 95 70 / 0.6);
}

.hover\:bg-emerald-800\/65:hover{
  background-color: rgb(6 95 70 / 0.65);
}

.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\/85:hover{
  background-color: rgb(6 95 70 / 0.85);
}

.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\/15:hover{
  background-color: rgb(6 78 59 / 0.15);
}

.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\/35:hover{
  background-color: rgb(6 78 59 / 0.35);
}

.hover\:bg-emerald-900\/40:hover{
  background-color: rgb(6 78 59 / 0.4);
}

.hover\:bg-emerald-900\/45:hover{
  background-color: rgb(6 78 59 / 0.45);
}

.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\/55:hover{
  background-color: rgb(6 78 59 / 0.55);
}

.hover\:bg-emerald-900\/60:hover{
  background-color: rgb(6 78 59 / 0.6);
}

.hover\:bg-emerald-900\/65:hover{
  background-color: rgb(6 78 59 / 0.65);
}

.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\/85:hover{
  background-color: rgb(6 78 59 / 0.85);
}

.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\/15:hover{
  background-color: rgb(2 44 34 / 0.15);
}

.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\/35:hover{
  background-color: rgb(2 44 34 / 0.35);
}

.hover\:bg-emerald-950\/40:hover{
  background-color: rgb(2 44 34 / 0.4);
}

.hover\:bg-emerald-950\/45:hover{
  background-color: rgb(2 44 34 / 0.45);
}

.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\/55:hover{
  background-color: rgb(2 44 34 / 0.55);
}

.hover\:bg-emerald-950\/60:hover{
  background-color: rgb(2 44 34 / 0.6);
}

.hover\:bg-emerald-950\/65:hover{
  background-color: rgb(2 44 34 / 0.65);
}

.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\/85:hover{
  background-color: rgb(2 44 34 / 0.85);
}

.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-excel:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(11 160 123 / var(--tw-bg-opacity));
}

.hover\:bg-excel-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(9 138 107 / var(--tw-bg-opacity));
}

.hover\:bg-excel-hover\/0:hover{
  background-color: rgb(9 138 107 / 0);
}

.hover\:bg-excel-hover\/10:hover{
  background-color: rgb(9 138 107 / 0.1);
}

.hover\:bg-excel-hover\/100:hover{
  background-color: rgb(9 138 107 / 1);
}

.hover\:bg-excel-hover\/15:hover{
  background-color: rgb(9 138 107 / 0.15);
}

.hover\:bg-excel-hover\/20:hover{
  background-color: rgb(9 138 107 / 0.2);
}

.hover\:bg-excel-hover\/25:hover{
  background-color: rgb(9 138 107 / 0.25);
}

.hover\:bg-excel-hover\/30:hover{
  background-color: rgb(9 138 107 / 0.3);
}

.hover\:bg-excel-hover\/35:hover{
  background-color: rgb(9 138 107 / 0.35);
}

.hover\:bg-excel-hover\/40:hover{
  background-color: rgb(9 138 107 / 0.4);
}

.hover\:bg-excel-hover\/45:hover{
  background-color: rgb(9 138 107 / 0.45);
}

.hover\:bg-excel-hover\/5:hover{
  background-color: rgb(9 138 107 / 0.05);
}

.hover\:bg-excel-hover\/50:hover{
  background-color: rgb(9 138 107 / 0.5);
}

.hover\:bg-excel-hover\/55:hover{
  background-color: rgb(9 138 107 / 0.55);
}

.hover\:bg-excel-hover\/60:hover{
  background-color: rgb(9 138 107 / 0.6);
}

.hover\:bg-excel-hover\/65:hover{
  background-color: rgb(9 138 107 / 0.65);
}

.hover\:bg-excel-hover\/70:hover{
  background-color: rgb(9 138 107 / 0.7);
}

.hover\:bg-excel-hover\/75:hover{
  background-color: rgb(9 138 107 / 0.75);
}

.hover\:bg-excel-hover\/80:hover{
  background-color: rgb(9 138 107 / 0.8);
}

.hover\:bg-excel-hover\/85:hover{
  background-color: rgb(9 138 107 / 0.85);
}

.hover\:bg-excel-hover\/90:hover{
  background-color: rgb(9 138 107 / 0.9);
}

.hover\:bg-excel-hover\/95:hover{
  background-color: rgb(9 138 107 / 0.95);
}

.hover\:bg-excel\/0:hover{
  background-color: rgb(11 160 123 / 0);
}

.hover\:bg-excel\/10:hover{
  background-color: rgb(11 160 123 / 0.1);
}

.hover\:bg-excel\/100:hover{
  background-color: rgb(11 160 123 / 1);
}

.hover\:bg-excel\/15:hover{
  background-color: rgb(11 160 123 / 0.15);
}

.hover\:bg-excel\/20:hover{
  background-color: rgb(11 160 123 / 0.2);
}

.hover\:bg-excel\/25:hover{
  background-color: rgb(11 160 123 / 0.25);
}

.hover\:bg-excel\/30:hover{
  background-color: rgb(11 160 123 / 0.3);
}

.hover\:bg-excel\/35:hover{
  background-color: rgb(11 160 123 / 0.35);
}

.hover\:bg-excel\/40:hover{
  background-color: rgb(11 160 123 / 0.4);
}

.hover\:bg-excel\/45:hover{
  background-color: rgb(11 160 123 / 0.45);
}

.hover\:bg-excel\/5:hover{
  background-color: rgb(11 160 123 / 0.05);
}

.hover\:bg-excel\/50:hover{
  background-color: rgb(11 160 123 / 0.5);
}

.hover\:bg-excel\/55:hover{
  background-color: rgb(11 160 123 / 0.55);
}

.hover\:bg-excel\/60:hover{
  background-color: rgb(11 160 123 / 0.6);
}

.hover\:bg-excel\/65:hover{
  background-color: rgb(11 160 123 / 0.65);
}

.hover\:bg-excel\/70:hover{
  background-color: rgb(11 160 123 / 0.7);
}

.hover\:bg-excel\/75:hover{
  background-color: rgb(11 160 123 / 0.75);
}

.hover\:bg-excel\/80:hover{
  background-color: rgb(11 160 123 / 0.8);
}

.hover\:bg-excel\/85:hover{
  background-color: rgb(11 160 123 / 0.85);
}

.hover\:bg-excel\/90:hover{
  background-color: rgb(11 160 123 / 0.9);
}

.hover\:bg-excel\/95:hover{
  background-color: rgb(11 160 123 / 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\/15:hover{
  background-color: rgb(250 232 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(250 232 255 / 0.35);
}

.hover\:bg-fuchsia-100\/40:hover{
  background-color: rgb(250 232 255 / 0.4);
}

.hover\:bg-fuchsia-100\/45:hover{
  background-color: rgb(250 232 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(250 232 255 / 0.55);
}

.hover\:bg-fuchsia-100\/60:hover{
  background-color: rgb(250 232 255 / 0.6);
}

.hover\:bg-fuchsia-100\/65:hover{
  background-color: rgb(250 232 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(250 232 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(245 208 254 / 0.15);
}

.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\/35:hover{
  background-color: rgb(245 208 254 / 0.35);
}

.hover\:bg-fuchsia-200\/40:hover{
  background-color: rgb(245 208 254 / 0.4);
}

.hover\:bg-fuchsia-200\/45:hover{
  background-color: rgb(245 208 254 / 0.45);
}

.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\/55:hover{
  background-color: rgb(245 208 254 / 0.55);
}

.hover\:bg-fuchsia-200\/60:hover{
  background-color: rgb(245 208 254 / 0.6);
}

.hover\:bg-fuchsia-200\/65:hover{
  background-color: rgb(245 208 254 / 0.65);
}

.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\/85:hover{
  background-color: rgb(245 208 254 / 0.85);
}

.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\/15:hover{
  background-color: rgb(240 171 252 / 0.15);
}

.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\/35:hover{
  background-color: rgb(240 171 252 / 0.35);
}

.hover\:bg-fuchsia-300\/40:hover{
  background-color: rgb(240 171 252 / 0.4);
}

.hover\:bg-fuchsia-300\/45:hover{
  background-color: rgb(240 171 252 / 0.45);
}

.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\/55:hover{
  background-color: rgb(240 171 252 / 0.55);
}

.hover\:bg-fuchsia-300\/60:hover{
  background-color: rgb(240 171 252 / 0.6);
}

.hover\:bg-fuchsia-300\/65:hover{
  background-color: rgb(240 171 252 / 0.65);
}

.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\/85:hover{
  background-color: rgb(240 171 252 / 0.85);
}

.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\/15:hover{
  background-color: rgb(232 121 249 / 0.15);
}

.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\/35:hover{
  background-color: rgb(232 121 249 / 0.35);
}

.hover\:bg-fuchsia-400\/40:hover{
  background-color: rgb(232 121 249 / 0.4);
}

.hover\:bg-fuchsia-400\/45:hover{
  background-color: rgb(232 121 249 / 0.45);
}

.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\/55:hover{
  background-color: rgb(232 121 249 / 0.55);
}

.hover\:bg-fuchsia-400\/60:hover{
  background-color: rgb(232 121 249 / 0.6);
}

.hover\:bg-fuchsia-400\/65:hover{
  background-color: rgb(232 121 249 / 0.65);
}

.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\/85:hover{
  background-color: rgb(232 121 249 / 0.85);
}

.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\/15:hover{
  background-color: rgb(253 244 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(253 244 255 / 0.35);
}

.hover\:bg-fuchsia-50\/40:hover{
  background-color: rgb(253 244 255 / 0.4);
}

.hover\:bg-fuchsia-50\/45:hover{
  background-color: rgb(253 244 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(253 244 255 / 0.55);
}

.hover\:bg-fuchsia-50\/60:hover{
  background-color: rgb(253 244 255 / 0.6);
}

.hover\:bg-fuchsia-50\/65:hover{
  background-color: rgb(253 244 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(253 244 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(217 70 239 / 0.15);
}

.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\/35:hover{
  background-color: rgb(217 70 239 / 0.35);
}

.hover\:bg-fuchsia-500\/40:hover{
  background-color: rgb(217 70 239 / 0.4);
}

.hover\:bg-fuchsia-500\/45:hover{
  background-color: rgb(217 70 239 / 0.45);
}

.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\/55:hover{
  background-color: rgb(217 70 239 / 0.55);
}

.hover\:bg-fuchsia-500\/60:hover{
  background-color: rgb(217 70 239 / 0.6);
}

.hover\:bg-fuchsia-500\/65:hover{
  background-color: rgb(217 70 239 / 0.65);
}

.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\/85:hover{
  background-color: rgb(217 70 239 / 0.85);
}

.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\/15:hover{
  background-color: rgb(192 38 211 / 0.15);
}

.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\/35:hover{
  background-color: rgb(192 38 211 / 0.35);
}

.hover\:bg-fuchsia-600\/40:hover{
  background-color: rgb(192 38 211 / 0.4);
}

.hover\:bg-fuchsia-600\/45:hover{
  background-color: rgb(192 38 211 / 0.45);
}

.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\/55:hover{
  background-color: rgb(192 38 211 / 0.55);
}

.hover\:bg-fuchsia-600\/60:hover{
  background-color: rgb(192 38 211 / 0.6);
}

.hover\:bg-fuchsia-600\/65:hover{
  background-color: rgb(192 38 211 / 0.65);
}

.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\/85:hover{
  background-color: rgb(192 38 211 / 0.85);
}

.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\/15:hover{
  background-color: rgb(162 28 175 / 0.15);
}

.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\/35:hover{
  background-color: rgb(162 28 175 / 0.35);
}

.hover\:bg-fuchsia-700\/40:hover{
  background-color: rgb(162 28 175 / 0.4);
}

.hover\:bg-fuchsia-700\/45:hover{
  background-color: rgb(162 28 175 / 0.45);
}

.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\/55:hover{
  background-color: rgb(162 28 175 / 0.55);
}

.hover\:bg-fuchsia-700\/60:hover{
  background-color: rgb(162 28 175 / 0.6);
}

.hover\:bg-fuchsia-700\/65:hover{
  background-color: rgb(162 28 175 / 0.65);
}

.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\/85:hover{
  background-color: rgb(162 28 175 / 0.85);
}

.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\/15:hover{
  background-color: rgb(134 25 143 / 0.15);
}

.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\/35:hover{
  background-color: rgb(134 25 143 / 0.35);
}

.hover\:bg-fuchsia-800\/40:hover{
  background-color: rgb(134 25 143 / 0.4);
}

.hover\:bg-fuchsia-800\/45:hover{
  background-color: rgb(134 25 143 / 0.45);
}

.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\/55:hover{
  background-color: rgb(134 25 143 / 0.55);
}

.hover\:bg-fuchsia-800\/60:hover{
  background-color: rgb(134 25 143 / 0.6);
}

.hover\:bg-fuchsia-800\/65:hover{
  background-color: rgb(134 25 143 / 0.65);
}

.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\/85:hover{
  background-color: rgb(134 25 143 / 0.85);
}

.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\/15:hover{
  background-color: rgb(112 26 117 / 0.15);
}

.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\/35:hover{
  background-color: rgb(112 26 117 / 0.35);
}

.hover\:bg-fuchsia-900\/40:hover{
  background-color: rgb(112 26 117 / 0.4);
}

.hover\:bg-fuchsia-900\/45:hover{
  background-color: rgb(112 26 117 / 0.45);
}

.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\/55:hover{
  background-color: rgb(112 26 117 / 0.55);
}

.hover\:bg-fuchsia-900\/60:hover{
  background-color: rgb(112 26 117 / 0.6);
}

.hover\:bg-fuchsia-900\/65:hover{
  background-color: rgb(112 26 117 / 0.65);
}

.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\/85:hover{
  background-color: rgb(112 26 117 / 0.85);
}

.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\/15:hover{
  background-color: rgb(74 4 78 / 0.15);
}

.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\/35:hover{
  background-color: rgb(74 4 78 / 0.35);
}

.hover\:bg-fuchsia-950\/40:hover{
  background-color: rgb(74 4 78 / 0.4);
}

.hover\:bg-fuchsia-950\/45:hover{
  background-color: rgb(74 4 78 / 0.45);
}

.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\/55:hover{
  background-color: rgb(74 4 78 / 0.55);
}

.hover\:bg-fuchsia-950\/60:hover{
  background-color: rgb(74 4 78 / 0.6);
}

.hover\:bg-fuchsia-950\/65:hover{
  background-color: rgb(74 4 78 / 0.65);
}

.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\/85:hover{
  background-color: rgb(74 4 78 / 0.85);
}

.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\/15:hover{
  background-color: rgb(243 244 246 / 0.15);
}

.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\/35:hover{
  background-color: rgb(243 244 246 / 0.35);
}

.hover\:bg-gray-100\/40:hover{
  background-color: rgb(243 244 246 / 0.4);
}

.hover\:bg-gray-100\/45:hover{
  background-color: rgb(243 244 246 / 0.45);
}

.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\/55:hover{
  background-color: rgb(243 244 246 / 0.55);
}

.hover\:bg-gray-100\/60:hover{
  background-color: rgb(243 244 246 / 0.6);
}

.hover\:bg-gray-100\/65:hover{
  background-color: rgb(243 244 246 / 0.65);
}

.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\/85:hover{
  background-color: rgb(243 244 246 / 0.85);
}

.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\/15:hover{
  background-color: rgb(229 231 235 / 0.15);
}

.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\/35:hover{
  background-color: rgb(229 231 235 / 0.35);
}

.hover\:bg-gray-200\/40:hover{
  background-color: rgb(229 231 235 / 0.4);
}

.hover\:bg-gray-200\/45:hover{
  background-color: rgb(229 231 235 / 0.45);
}

.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\/55:hover{
  background-color: rgb(229 231 235 / 0.55);
}

.hover\:bg-gray-200\/60:hover{
  background-color: rgb(229 231 235 / 0.6);
}

.hover\:bg-gray-200\/65:hover{
  background-color: rgb(229 231 235 / 0.65);
}

.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\/85:hover{
  background-color: rgb(229 231 235 / 0.85);
}

.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\/15:hover{
  background-color: rgb(209 213 219 / 0.15);
}

.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\/35:hover{
  background-color: rgb(209 213 219 / 0.35);
}

.hover\:bg-gray-300\/40:hover{
  background-color: rgb(209 213 219 / 0.4);
}

.hover\:bg-gray-300\/45:hover{
  background-color: rgb(209 213 219 / 0.45);
}

.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\/55:hover{
  background-color: rgb(209 213 219 / 0.55);
}

.hover\:bg-gray-300\/60:hover{
  background-color: rgb(209 213 219 / 0.6);
}

.hover\:bg-gray-300\/65:hover{
  background-color: rgb(209 213 219 / 0.65);
}

.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\/85:hover{
  background-color: rgb(209 213 219 / 0.85);
}

.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\/15:hover{
  background-color: rgb(156 163 175 / 0.15);
}

.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\/35:hover{
  background-color: rgb(156 163 175 / 0.35);
}

.hover\:bg-gray-400\/40:hover{
  background-color: rgb(156 163 175 / 0.4);
}

.hover\:bg-gray-400\/45:hover{
  background-color: rgb(156 163 175 / 0.45);
}

.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\/55:hover{
  background-color: rgb(156 163 175 / 0.55);
}

.hover\:bg-gray-400\/60:hover{
  background-color: rgb(156 163 175 / 0.6);
}

.hover\:bg-gray-400\/65:hover{
  background-color: rgb(156 163 175 / 0.65);
}

.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\/85:hover{
  background-color: rgb(156 163 175 / 0.85);
}

.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\/15:hover{
  background-color: rgb(249 250 251 / 0.15);
}

.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\/35:hover{
  background-color: rgb(249 250 251 / 0.35);
}

.hover\:bg-gray-50\/40:hover{
  background-color: rgb(249 250 251 / 0.4);
}

.hover\:bg-gray-50\/45:hover{
  background-color: rgb(249 250 251 / 0.45);
}

.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\/55:hover{
  background-color: rgb(249 250 251 / 0.55);
}

.hover\:bg-gray-50\/60:hover{
  background-color: rgb(249 250 251 / 0.6);
}

.hover\:bg-gray-50\/65:hover{
  background-color: rgb(249 250 251 / 0.65);
}

.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\/85:hover{
  background-color: rgb(249 250 251 / 0.85);
}

.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\/15:hover{
  background-color: rgb(107 114 128 / 0.15);
}

.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\/35:hover{
  background-color: rgb(107 114 128 / 0.35);
}

.hover\:bg-gray-500\/40:hover{
  background-color: rgb(107 114 128 / 0.4);
}

.hover\:bg-gray-500\/45:hover{
  background-color: rgb(107 114 128 / 0.45);
}

.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\/55:hover{
  background-color: rgb(107 114 128 / 0.55);
}

.hover\:bg-gray-500\/60:hover{
  background-color: rgb(107 114 128 / 0.6);
}

.hover\:bg-gray-500\/65:hover{
  background-color: rgb(107 114 128 / 0.65);
}

.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\/85:hover{
  background-color: rgb(107 114 128 / 0.85);
}

.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\/15:hover{
  background-color: rgb(75 85 99 / 0.15);
}

.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\/35:hover{
  background-color: rgb(75 85 99 / 0.35);
}

.hover\:bg-gray-600\/40:hover{
  background-color: rgb(75 85 99 / 0.4);
}

.hover\:bg-gray-600\/45:hover{
  background-color: rgb(75 85 99 / 0.45);
}

.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\/55:hover{
  background-color: rgb(75 85 99 / 0.55);
}

.hover\:bg-gray-600\/60:hover{
  background-color: rgb(75 85 99 / 0.6);
}

.hover\:bg-gray-600\/65:hover{
  background-color: rgb(75 85 99 / 0.65);
}

.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\/85:hover{
  background-color: rgb(75 85 99 / 0.85);
}

.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\/15:hover{
  background-color: rgb(55 65 81 / 0.15);
}

.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\/35:hover{
  background-color: rgb(55 65 81 / 0.35);
}

.hover\:bg-gray-700\/40:hover{
  background-color: rgb(55 65 81 / 0.4);
}

.hover\:bg-gray-700\/45:hover{
  background-color: rgb(55 65 81 / 0.45);
}

.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\/55:hover{
  background-color: rgb(55 65 81 / 0.55);
}

.hover\:bg-gray-700\/60:hover{
  background-color: rgb(55 65 81 / 0.6);
}

.hover\:bg-gray-700\/65:hover{
  background-color: rgb(55 65 81 / 0.65);
}

.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\/85:hover{
  background-color: rgb(55 65 81 / 0.85);
}

.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\/15:hover{
  background-color: rgb(31 41 55 / 0.15);
}

.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\/35:hover{
  background-color: rgb(31 41 55 / 0.35);
}

.hover\:bg-gray-800\/40:hover{
  background-color: rgb(31 41 55 / 0.4);
}

.hover\:bg-gray-800\/45:hover{
  background-color: rgb(31 41 55 / 0.45);
}

.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\/55:hover{
  background-color: rgb(31 41 55 / 0.55);
}

.hover\:bg-gray-800\/60:hover{
  background-color: rgb(31 41 55 / 0.6);
}

.hover\:bg-gray-800\/65:hover{
  background-color: rgb(31 41 55 / 0.65);
}

.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\/85:hover{
  background-color: rgb(31 41 55 / 0.85);
}

.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\/15:hover{
  background-color: rgb(17 24 39 / 0.15);
}

.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\/35:hover{
  background-color: rgb(17 24 39 / 0.35);
}

.hover\:bg-gray-900\/40:hover{
  background-color: rgb(17 24 39 / 0.4);
}

.hover\:bg-gray-900\/45:hover{
  background-color: rgb(17 24 39 / 0.45);
}

.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\/55:hover{
  background-color: rgb(17 24 39 / 0.55);
}

.hover\:bg-gray-900\/60:hover{
  background-color: rgb(17 24 39 / 0.6);
}

.hover\:bg-gray-900\/65:hover{
  background-color: rgb(17 24 39 / 0.65);
}

.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\/85:hover{
  background-color: rgb(17 24 39 / 0.85);
}

.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\/15:hover{
  background-color: rgb(3 7 18 / 0.15);
}

.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\/35:hover{
  background-color: rgb(3 7 18 / 0.35);
}

.hover\:bg-gray-950\/40:hover{
  background-color: rgb(3 7 18 / 0.4);
}

.hover\:bg-gray-950\/45:hover{
  background-color: rgb(3 7 18 / 0.45);
}

.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\/55:hover{
  background-color: rgb(3 7 18 / 0.55);
}

.hover\:bg-gray-950\/60:hover{
  background-color: rgb(3 7 18 / 0.6);
}

.hover\:bg-gray-950\/65:hover{
  background-color: rgb(3 7 18 / 0.65);
}

.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\/85:hover{
  background-color: rgb(3 7 18 / 0.85);
}

.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\/15:hover{
  background-color: rgb(220 252 231 / 0.15);
}

.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\/35:hover{
  background-color: rgb(220 252 231 / 0.35);
}

.hover\:bg-green-100\/40:hover{
  background-color: rgb(220 252 231 / 0.4);
}

.hover\:bg-green-100\/45:hover{
  background-color: rgb(220 252 231 / 0.45);
}

.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\/55:hover{
  background-color: rgb(220 252 231 / 0.55);
}

.hover\:bg-green-100\/60:hover{
  background-color: rgb(220 252 231 / 0.6);
}

.hover\:bg-green-100\/65:hover{
  background-color: rgb(220 252 231 / 0.65);
}

.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\/85:hover{
  background-color: rgb(220 252 231 / 0.85);
}

.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\/15:hover{
  background-color: rgb(187 247 208 / 0.15);
}

.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\/35:hover{
  background-color: rgb(187 247 208 / 0.35);
}

.hover\:bg-green-200\/40:hover{
  background-color: rgb(187 247 208 / 0.4);
}

.hover\:bg-green-200\/45:hover{
  background-color: rgb(187 247 208 / 0.45);
}

.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\/55:hover{
  background-color: rgb(187 247 208 / 0.55);
}

.hover\:bg-green-200\/60:hover{
  background-color: rgb(187 247 208 / 0.6);
}

.hover\:bg-green-200\/65:hover{
  background-color: rgb(187 247 208 / 0.65);
}

.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\/85:hover{
  background-color: rgb(187 247 208 / 0.85);
}

.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\/15:hover{
  background-color: rgb(134 239 172 / 0.15);
}

.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\/35:hover{
  background-color: rgb(134 239 172 / 0.35);
}

.hover\:bg-green-300\/40:hover{
  background-color: rgb(134 239 172 / 0.4);
}

.hover\:bg-green-300\/45:hover{
  background-color: rgb(134 239 172 / 0.45);
}

.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\/55:hover{
  background-color: rgb(134 239 172 / 0.55);
}

.hover\:bg-green-300\/60:hover{
  background-color: rgb(134 239 172 / 0.6);
}

.hover\:bg-green-300\/65:hover{
  background-color: rgb(134 239 172 / 0.65);
}

.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\/85:hover{
  background-color: rgb(134 239 172 / 0.85);
}

.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\/15:hover{
  background-color: rgb(74 222 128 / 0.15);
}

.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\/35:hover{
  background-color: rgb(74 222 128 / 0.35);
}

.hover\:bg-green-400\/40:hover{
  background-color: rgb(74 222 128 / 0.4);
}

.hover\:bg-green-400\/45:hover{
  background-color: rgb(74 222 128 / 0.45);
}

.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\/55:hover{
  background-color: rgb(74 222 128 / 0.55);
}

.hover\:bg-green-400\/60:hover{
  background-color: rgb(74 222 128 / 0.6);
}

.hover\:bg-green-400\/65:hover{
  background-color: rgb(74 222 128 / 0.65);
}

.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\/85:hover{
  background-color: rgb(74 222 128 / 0.85);
}

.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\/15:hover{
  background-color: rgb(240 253 244 / 0.15);
}

.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\/35:hover{
  background-color: rgb(240 253 244 / 0.35);
}

.hover\:bg-green-50\/40:hover{
  background-color: rgb(240 253 244 / 0.4);
}

.hover\:bg-green-50\/45:hover{
  background-color: rgb(240 253 244 / 0.45);
}

.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\/55:hover{
  background-color: rgb(240 253 244 / 0.55);
}

.hover\:bg-green-50\/60:hover{
  background-color: rgb(240 253 244 / 0.6);
}

.hover\:bg-green-50\/65:hover{
  background-color: rgb(240 253 244 / 0.65);
}

.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\/85:hover{
  background-color: rgb(240 253 244 / 0.85);
}

.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\/15:hover{
  background-color: rgb(34 197 94 / 0.15);
}

.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\/35:hover{
  background-color: rgb(34 197 94 / 0.35);
}

.hover\:bg-green-500\/40:hover{
  background-color: rgb(34 197 94 / 0.4);
}

.hover\:bg-green-500\/45:hover{
  background-color: rgb(34 197 94 / 0.45);
}

.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\/55:hover{
  background-color: rgb(34 197 94 / 0.55);
}

.hover\:bg-green-500\/60:hover{
  background-color: rgb(34 197 94 / 0.6);
}

.hover\:bg-green-500\/65:hover{
  background-color: rgb(34 197 94 / 0.65);
}

.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\/85:hover{
  background-color: rgb(34 197 94 / 0.85);
}

.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\/15:hover{
  background-color: rgb(22 163 74 / 0.15);
}

.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\/35:hover{
  background-color: rgb(22 163 74 / 0.35);
}

.hover\:bg-green-600\/40:hover{
  background-color: rgb(22 163 74 / 0.4);
}

.hover\:bg-green-600\/45:hover{
  background-color: rgb(22 163 74 / 0.45);
}

.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\/55:hover{
  background-color: rgb(22 163 74 / 0.55);
}

.hover\:bg-green-600\/60:hover{
  background-color: rgb(22 163 74 / 0.6);
}

.hover\:bg-green-600\/65:hover{
  background-color: rgb(22 163 74 / 0.65);
}

.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\/85:hover{
  background-color: rgb(22 163 74 / 0.85);
}

.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\/15:hover{
  background-color: rgb(21 128 61 / 0.15);
}

.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\/35:hover{
  background-color: rgb(21 128 61 / 0.35);
}

.hover\:bg-green-700\/40:hover{
  background-color: rgb(21 128 61 / 0.4);
}

.hover\:bg-green-700\/45:hover{
  background-color: rgb(21 128 61 / 0.45);
}

.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\/55:hover{
  background-color: rgb(21 128 61 / 0.55);
}

.hover\:bg-green-700\/60:hover{
  background-color: rgb(21 128 61 / 0.6);
}

.hover\:bg-green-700\/65:hover{
  background-color: rgb(21 128 61 / 0.65);
}

.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\/85:hover{
  background-color: rgb(21 128 61 / 0.85);
}

.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\/15:hover{
  background-color: rgb(22 101 52 / 0.15);
}

.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\/35:hover{
  background-color: rgb(22 101 52 / 0.35);
}

.hover\:bg-green-800\/40:hover{
  background-color: rgb(22 101 52 / 0.4);
}

.hover\:bg-green-800\/45:hover{
  background-color: rgb(22 101 52 / 0.45);
}

.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\/55:hover{
  background-color: rgb(22 101 52 / 0.55);
}

.hover\:bg-green-800\/60:hover{
  background-color: rgb(22 101 52 / 0.6);
}

.hover\:bg-green-800\/65:hover{
  background-color: rgb(22 101 52 / 0.65);
}

.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\/85:hover{
  background-color: rgb(22 101 52 / 0.85);
}

.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\/15:hover{
  background-color: rgb(20 83 45 / 0.15);
}

.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\/35:hover{
  background-color: rgb(20 83 45 / 0.35);
}

.hover\:bg-green-900\/40:hover{
  background-color: rgb(20 83 45 / 0.4);
}

.hover\:bg-green-900\/45:hover{
  background-color: rgb(20 83 45 / 0.45);
}

.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\/55:hover{
  background-color: rgb(20 83 45 / 0.55);
}

.hover\:bg-green-900\/60:hover{
  background-color: rgb(20 83 45 / 0.6);
}

.hover\:bg-green-900\/65:hover{
  background-color: rgb(20 83 45 / 0.65);
}

.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\/85:hover{
  background-color: rgb(20 83 45 / 0.85);
}

.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\/15:hover{
  background-color: rgb(5 46 22 / 0.15);
}

.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\/35:hover{
  background-color: rgb(5 46 22 / 0.35);
}

.hover\:bg-green-950\/40:hover{
  background-color: rgb(5 46 22 / 0.4);
}

.hover\:bg-green-950\/45:hover{
  background-color: rgb(5 46 22 / 0.45);
}

.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\/55:hover{
  background-color: rgb(5 46 22 / 0.55);
}

.hover\:bg-green-950\/60:hover{
  background-color: rgb(5 46 22 / 0.6);
}

.hover\:bg-green-950\/65:hover{
  background-color: rgb(5 46 22 / 0.65);
}

.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\/85:hover{
  background-color: rgb(5 46 22 / 0.85);
}

.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\/15:hover{
  background-color: rgb(224 231 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(224 231 255 / 0.35);
}

.hover\:bg-indigo-100\/40:hover{
  background-color: rgb(224 231 255 / 0.4);
}

.hover\:bg-indigo-100\/45:hover{
  background-color: rgb(224 231 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(224 231 255 / 0.55);
}

.hover\:bg-indigo-100\/60:hover{
  background-color: rgb(224 231 255 / 0.6);
}

.hover\:bg-indigo-100\/65:hover{
  background-color: rgb(224 231 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(224 231 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(199 210 254 / 0.15);
}

.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\/35:hover{
  background-color: rgb(199 210 254 / 0.35);
}

.hover\:bg-indigo-200\/40:hover{
  background-color: rgb(199 210 254 / 0.4);
}

.hover\:bg-indigo-200\/45:hover{
  background-color: rgb(199 210 254 / 0.45);
}

.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\/55:hover{
  background-color: rgb(199 210 254 / 0.55);
}

.hover\:bg-indigo-200\/60:hover{
  background-color: rgb(199 210 254 / 0.6);
}

.hover\:bg-indigo-200\/65:hover{
  background-color: rgb(199 210 254 / 0.65);
}

.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\/85:hover{
  background-color: rgb(199 210 254 / 0.85);
}

.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\/15:hover{
  background-color: rgb(165 180 252 / 0.15);
}

.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\/35:hover{
  background-color: rgb(165 180 252 / 0.35);
}

.hover\:bg-indigo-300\/40:hover{
  background-color: rgb(165 180 252 / 0.4);
}

.hover\:bg-indigo-300\/45:hover{
  background-color: rgb(165 180 252 / 0.45);
}

.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\/55:hover{
  background-color: rgb(165 180 252 / 0.55);
}

.hover\:bg-indigo-300\/60:hover{
  background-color: rgb(165 180 252 / 0.6);
}

.hover\:bg-indigo-300\/65:hover{
  background-color: rgb(165 180 252 / 0.65);
}

.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\/85:hover{
  background-color: rgb(165 180 252 / 0.85);
}

.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\/15:hover{
  background-color: rgb(129 140 248 / 0.15);
}

.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\/35:hover{
  background-color: rgb(129 140 248 / 0.35);
}

.hover\:bg-indigo-400\/40:hover{
  background-color: rgb(129 140 248 / 0.4);
}

.hover\:bg-indigo-400\/45:hover{
  background-color: rgb(129 140 248 / 0.45);
}

.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\/55:hover{
  background-color: rgb(129 140 248 / 0.55);
}

.hover\:bg-indigo-400\/60:hover{
  background-color: rgb(129 140 248 / 0.6);
}

.hover\:bg-indigo-400\/65:hover{
  background-color: rgb(129 140 248 / 0.65);
}

.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\/85:hover{
  background-color: rgb(129 140 248 / 0.85);
}

.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\/15:hover{
  background-color: rgb(238 242 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(238 242 255 / 0.35);
}

.hover\:bg-indigo-50\/40:hover{
  background-color: rgb(238 242 255 / 0.4);
}

.hover\:bg-indigo-50\/45:hover{
  background-color: rgb(238 242 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(238 242 255 / 0.55);
}

.hover\:bg-indigo-50\/60:hover{
  background-color: rgb(238 242 255 / 0.6);
}

.hover\:bg-indigo-50\/65:hover{
  background-color: rgb(238 242 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(238 242 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(99 102 241 / 0.15);
}

.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\/35:hover{
  background-color: rgb(99 102 241 / 0.35);
}

.hover\:bg-indigo-500\/40:hover{
  background-color: rgb(99 102 241 / 0.4);
}

.hover\:bg-indigo-500\/45:hover{
  background-color: rgb(99 102 241 / 0.45);
}

.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\/55:hover{
  background-color: rgb(99 102 241 / 0.55);
}

.hover\:bg-indigo-500\/60:hover{
  background-color: rgb(99 102 241 / 0.6);
}

.hover\:bg-indigo-500\/65:hover{
  background-color: rgb(99 102 241 / 0.65);
}

.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\/85:hover{
  background-color: rgb(99 102 241 / 0.85);
}

.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\/15:hover{
  background-color: rgb(79 70 229 / 0.15);
}

.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\/35:hover{
  background-color: rgb(79 70 229 / 0.35);
}

.hover\:bg-indigo-600\/40:hover{
  background-color: rgb(79 70 229 / 0.4);
}

.hover\:bg-indigo-600\/45:hover{
  background-color: rgb(79 70 229 / 0.45);
}

.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\/55:hover{
  background-color: rgb(79 70 229 / 0.55);
}

.hover\:bg-indigo-600\/60:hover{
  background-color: rgb(79 70 229 / 0.6);
}

.hover\:bg-indigo-600\/65:hover{
  background-color: rgb(79 70 229 / 0.65);
}

.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\/85:hover{
  background-color: rgb(79 70 229 / 0.85);
}

.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\/15:hover{
  background-color: rgb(67 56 202 / 0.15);
}

.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\/35:hover{
  background-color: rgb(67 56 202 / 0.35);
}

.hover\:bg-indigo-700\/40:hover{
  background-color: rgb(67 56 202 / 0.4);
}

.hover\:bg-indigo-700\/45:hover{
  background-color: rgb(67 56 202 / 0.45);
}

.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\/55:hover{
  background-color: rgb(67 56 202 / 0.55);
}

.hover\:bg-indigo-700\/60:hover{
  background-color: rgb(67 56 202 / 0.6);
}

.hover\:bg-indigo-700\/65:hover{
  background-color: rgb(67 56 202 / 0.65);
}

.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\/85:hover{
  background-color: rgb(67 56 202 / 0.85);
}

.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\/15:hover{
  background-color: rgb(55 48 163 / 0.15);
}

.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\/35:hover{
  background-color: rgb(55 48 163 / 0.35);
}

.hover\:bg-indigo-800\/40:hover{
  background-color: rgb(55 48 163 / 0.4);
}

.hover\:bg-indigo-800\/45:hover{
  background-color: rgb(55 48 163 / 0.45);
}

.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\/55:hover{
  background-color: rgb(55 48 163 / 0.55);
}

.hover\:bg-indigo-800\/60:hover{
  background-color: rgb(55 48 163 / 0.6);
}

.hover\:bg-indigo-800\/65:hover{
  background-color: rgb(55 48 163 / 0.65);
}

.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\/85:hover{
  background-color: rgb(55 48 163 / 0.85);
}

.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\/15:hover{
  background-color: rgb(49 46 129 / 0.15);
}

.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\/35:hover{
  background-color: rgb(49 46 129 / 0.35);
}

.hover\:bg-indigo-900\/40:hover{
  background-color: rgb(49 46 129 / 0.4);
}

.hover\:bg-indigo-900\/45:hover{
  background-color: rgb(49 46 129 / 0.45);
}

.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\/55:hover{
  background-color: rgb(49 46 129 / 0.55);
}

.hover\:bg-indigo-900\/60:hover{
  background-color: rgb(49 46 129 / 0.6);
}

.hover\:bg-indigo-900\/65:hover{
  background-color: rgb(49 46 129 / 0.65);
}

.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\/85:hover{
  background-color: rgb(49 46 129 / 0.85);
}

.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\/15:hover{
  background-color: rgb(30 27 75 / 0.15);
}

.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\/35:hover{
  background-color: rgb(30 27 75 / 0.35);
}

.hover\:bg-indigo-950\/40:hover{
  background-color: rgb(30 27 75 / 0.4);
}

.hover\:bg-indigo-950\/45:hover{
  background-color: rgb(30 27 75 / 0.45);
}

.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\/55:hover{
  background-color: rgb(30 27 75 / 0.55);
}

.hover\:bg-indigo-950\/60:hover{
  background-color: rgb(30 27 75 / 0.6);
}

.hover\:bg-indigo-950\/65:hover{
  background-color: rgb(30 27 75 / 0.65);
}

.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\/85:hover{
  background-color: rgb(30 27 75 / 0.85);
}

.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-info:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 159 26 / var(--tw-bg-opacity));
}

.hover\:bg-info-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 122 0 / var(--tw-bg-opacity));
}

.hover\:bg-info-hover\/0:hover{
  background-color: rgb(203 122 0 / 0);
}

.hover\:bg-info-hover\/10:hover{
  background-color: rgb(203 122 0 / 0.1);
}

.hover\:bg-info-hover\/100:hover{
  background-color: rgb(203 122 0 / 1);
}

.hover\:bg-info-hover\/15:hover{
  background-color: rgb(203 122 0 / 0.15);
}

.hover\:bg-info-hover\/20:hover{
  background-color: rgb(203 122 0 / 0.2);
}

.hover\:bg-info-hover\/25:hover{
  background-color: rgb(203 122 0 / 0.25);
}

.hover\:bg-info-hover\/30:hover{
  background-color: rgb(203 122 0 / 0.3);
}

.hover\:bg-info-hover\/35:hover{
  background-color: rgb(203 122 0 / 0.35);
}

.hover\:bg-info-hover\/40:hover{
  background-color: rgb(203 122 0 / 0.4);
}

.hover\:bg-info-hover\/45:hover{
  background-color: rgb(203 122 0 / 0.45);
}

.hover\:bg-info-hover\/5:hover{
  background-color: rgb(203 122 0 / 0.05);
}

.hover\:bg-info-hover\/50:hover{
  background-color: rgb(203 122 0 / 0.5);
}

.hover\:bg-info-hover\/55:hover{
  background-color: rgb(203 122 0 / 0.55);
}

.hover\:bg-info-hover\/60:hover{
  background-color: rgb(203 122 0 / 0.6);
}

.hover\:bg-info-hover\/65:hover{
  background-color: rgb(203 122 0 / 0.65);
}

.hover\:bg-info-hover\/70:hover{
  background-color: rgb(203 122 0 / 0.7);
}

.hover\:bg-info-hover\/75:hover{
  background-color: rgb(203 122 0 / 0.75);
}

.hover\:bg-info-hover\/80:hover{
  background-color: rgb(203 122 0 / 0.8);
}

.hover\:bg-info-hover\/85:hover{
  background-color: rgb(203 122 0 / 0.85);
}

.hover\:bg-info-hover\/90:hover{
  background-color: rgb(203 122 0 / 0.9);
}

.hover\:bg-info-hover\/95:hover{
  background-color: rgb(203 122 0 / 0.95);
}

.hover\:bg-info\/0:hover{
  background-color: rgb(247 159 26 / 0);
}

.hover\:bg-info\/10:hover{
  background-color: rgb(247 159 26 / 0.1);
}

.hover\:bg-info\/100:hover{
  background-color: rgb(247 159 26 / 1);
}

.hover\:bg-info\/15:hover{
  background-color: rgb(247 159 26 / 0.15);
}

.hover\:bg-info\/20:hover{
  background-color: rgb(247 159 26 / 0.2);
}

.hover\:bg-info\/25:hover{
  background-color: rgb(247 159 26 / 0.25);
}

.hover\:bg-info\/30:hover{
  background-color: rgb(247 159 26 / 0.3);
}

.hover\:bg-info\/35:hover{
  background-color: rgb(247 159 26 / 0.35);
}

.hover\:bg-info\/40:hover{
  background-color: rgb(247 159 26 / 0.4);
}

.hover\:bg-info\/45:hover{
  background-color: rgb(247 159 26 / 0.45);
}

.hover\:bg-info\/5:hover{
  background-color: rgb(247 159 26 / 0.05);
}

.hover\:bg-info\/50:hover{
  background-color: rgb(247 159 26 / 0.5);
}

.hover\:bg-info\/55:hover{
  background-color: rgb(247 159 26 / 0.55);
}

.hover\:bg-info\/60:hover{
  background-color: rgb(247 159 26 / 0.6);
}

.hover\:bg-info\/65:hover{
  background-color: rgb(247 159 26 / 0.65);
}

.hover\:bg-info\/70:hover{
  background-color: rgb(247 159 26 / 0.7);
}

.hover\:bg-info\/75:hover{
  background-color: rgb(247 159 26 / 0.75);
}

.hover\:bg-info\/80:hover{
  background-color: rgb(247 159 26 / 0.8);
}

.hover\:bg-info\/85:hover{
  background-color: rgb(247 159 26 / 0.85);
}

.hover\:bg-info\/90:hover{
  background-color: rgb(247 159 26 / 0.9);
}

.hover\:bg-info\/95:hover{
  background-color: rgb(247 159 26 / 0.95);
}

.hover\:bg-inherit:hover{
  background-color: inherit;
}

.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\/15:hover{
  background-color: rgb(236 252 203 / 0.15);
}

.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\/35:hover{
  background-color: rgb(236 252 203 / 0.35);
}

.hover\:bg-lime-100\/40:hover{
  background-color: rgb(236 252 203 / 0.4);
}

.hover\:bg-lime-100\/45:hover{
  background-color: rgb(236 252 203 / 0.45);
}

.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\/55:hover{
  background-color: rgb(236 252 203 / 0.55);
}

.hover\:bg-lime-100\/60:hover{
  background-color: rgb(236 252 203 / 0.6);
}

.hover\:bg-lime-100\/65:hover{
  background-color: rgb(236 252 203 / 0.65);
}

.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\/85:hover{
  background-color: rgb(236 252 203 / 0.85);
}

.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\/15:hover{
  background-color: rgb(217 249 157 / 0.15);
}

.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\/35:hover{
  background-color: rgb(217 249 157 / 0.35);
}

.hover\:bg-lime-200\/40:hover{
  background-color: rgb(217 249 157 / 0.4);
}

.hover\:bg-lime-200\/45:hover{
  background-color: rgb(217 249 157 / 0.45);
}

.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\/55:hover{
  background-color: rgb(217 249 157 / 0.55);
}

.hover\:bg-lime-200\/60:hover{
  background-color: rgb(217 249 157 / 0.6);
}

.hover\:bg-lime-200\/65:hover{
  background-color: rgb(217 249 157 / 0.65);
}

.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\/85:hover{
  background-color: rgb(217 249 157 / 0.85);
}

.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\/15:hover{
  background-color: rgb(190 242 100 / 0.15);
}

.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\/35:hover{
  background-color: rgb(190 242 100 / 0.35);
}

.hover\:bg-lime-300\/40:hover{
  background-color: rgb(190 242 100 / 0.4);
}

.hover\:bg-lime-300\/45:hover{
  background-color: rgb(190 242 100 / 0.45);
}

.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\/55:hover{
  background-color: rgb(190 242 100 / 0.55);
}

.hover\:bg-lime-300\/60:hover{
  background-color: rgb(190 242 100 / 0.6);
}

.hover\:bg-lime-300\/65:hover{
  background-color: rgb(190 242 100 / 0.65);
}

.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\/85:hover{
  background-color: rgb(190 242 100 / 0.85);
}

.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\/15:hover{
  background-color: rgb(163 230 53 / 0.15);
}

.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\/35:hover{
  background-color: rgb(163 230 53 / 0.35);
}

.hover\:bg-lime-400\/40:hover{
  background-color: rgb(163 230 53 / 0.4);
}

.hover\:bg-lime-400\/45:hover{
  background-color: rgb(163 230 53 / 0.45);
}

.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\/55:hover{
  background-color: rgb(163 230 53 / 0.55);
}

.hover\:bg-lime-400\/60:hover{
  background-color: rgb(163 230 53 / 0.6);
}

.hover\:bg-lime-400\/65:hover{
  background-color: rgb(163 230 53 / 0.65);
}

.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\/85:hover{
  background-color: rgb(163 230 53 / 0.85);
}

.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\/15:hover{
  background-color: rgb(247 254 231 / 0.15);
}

.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\/35:hover{
  background-color: rgb(247 254 231 / 0.35);
}

.hover\:bg-lime-50\/40:hover{
  background-color: rgb(247 254 231 / 0.4);
}

.hover\:bg-lime-50\/45:hover{
  background-color: rgb(247 254 231 / 0.45);
}

.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\/55:hover{
  background-color: rgb(247 254 231 / 0.55);
}

.hover\:bg-lime-50\/60:hover{
  background-color: rgb(247 254 231 / 0.6);
}

.hover\:bg-lime-50\/65:hover{
  background-color: rgb(247 254 231 / 0.65);
}

.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\/85:hover{
  background-color: rgb(247 254 231 / 0.85);
}

.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\/15:hover{
  background-color: rgb(132 204 22 / 0.15);
}

.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\/35:hover{
  background-color: rgb(132 204 22 / 0.35);
}

.hover\:bg-lime-500\/40:hover{
  background-color: rgb(132 204 22 / 0.4);
}

.hover\:bg-lime-500\/45:hover{
  background-color: rgb(132 204 22 / 0.45);
}

.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\/55:hover{
  background-color: rgb(132 204 22 / 0.55);
}

.hover\:bg-lime-500\/60:hover{
  background-color: rgb(132 204 22 / 0.6);
}

.hover\:bg-lime-500\/65:hover{
  background-color: rgb(132 204 22 / 0.65);
}

.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\/85:hover{
  background-color: rgb(132 204 22 / 0.85);
}

.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\/15:hover{
  background-color: rgb(101 163 13 / 0.15);
}

.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\/35:hover{
  background-color: rgb(101 163 13 / 0.35);
}

.hover\:bg-lime-600\/40:hover{
  background-color: rgb(101 163 13 / 0.4);
}

.hover\:bg-lime-600\/45:hover{
  background-color: rgb(101 163 13 / 0.45);
}

.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\/55:hover{
  background-color: rgb(101 163 13 / 0.55);
}

.hover\:bg-lime-600\/60:hover{
  background-color: rgb(101 163 13 / 0.6);
}

.hover\:bg-lime-600\/65:hover{
  background-color: rgb(101 163 13 / 0.65);
}

.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\/85:hover{
  background-color: rgb(101 163 13 / 0.85);
}

.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\/15:hover{
  background-color: rgb(77 124 15 / 0.15);
}

.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\/35:hover{
  background-color: rgb(77 124 15 / 0.35);
}

.hover\:bg-lime-700\/40:hover{
  background-color: rgb(77 124 15 / 0.4);
}

.hover\:bg-lime-700\/45:hover{
  background-color: rgb(77 124 15 / 0.45);
}

.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\/55:hover{
  background-color: rgb(77 124 15 / 0.55);
}

.hover\:bg-lime-700\/60:hover{
  background-color: rgb(77 124 15 / 0.6);
}

.hover\:bg-lime-700\/65:hover{
  background-color: rgb(77 124 15 / 0.65);
}

.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\/85:hover{
  background-color: rgb(77 124 15 / 0.85);
}

.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\/15:hover{
  background-color: rgb(63 98 18 / 0.15);
}

.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\/35:hover{
  background-color: rgb(63 98 18 / 0.35);
}

.hover\:bg-lime-800\/40:hover{
  background-color: rgb(63 98 18 / 0.4);
}

.hover\:bg-lime-800\/45:hover{
  background-color: rgb(63 98 18 / 0.45);
}

.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\/55:hover{
  background-color: rgb(63 98 18 / 0.55);
}

.hover\:bg-lime-800\/60:hover{
  background-color: rgb(63 98 18 / 0.6);
}

.hover\:bg-lime-800\/65:hover{
  background-color: rgb(63 98 18 / 0.65);
}

.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\/85:hover{
  background-color: rgb(63 98 18 / 0.85);
}

.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\/15:hover{
  background-color: rgb(54 83 20 / 0.15);
}

.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\/35:hover{
  background-color: rgb(54 83 20 / 0.35);
}

.hover\:bg-lime-900\/40:hover{
  background-color: rgb(54 83 20 / 0.4);
}

.hover\:bg-lime-900\/45:hover{
  background-color: rgb(54 83 20 / 0.45);
}

.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\/55:hover{
  background-color: rgb(54 83 20 / 0.55);
}

.hover\:bg-lime-900\/60:hover{
  background-color: rgb(54 83 20 / 0.6);
}

.hover\:bg-lime-900\/65:hover{
  background-color: rgb(54 83 20 / 0.65);
}

.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\/85:hover{
  background-color: rgb(54 83 20 / 0.85);
}

.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\/15:hover{
  background-color: rgb(26 46 5 / 0.15);
}

.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\/35:hover{
  background-color: rgb(26 46 5 / 0.35);
}

.hover\:bg-lime-950\/40:hover{
  background-color: rgb(26 46 5 / 0.4);
}

.hover\:bg-lime-950\/45:hover{
  background-color: rgb(26 46 5 / 0.45);
}

.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\/55:hover{
  background-color: rgb(26 46 5 / 0.55);
}

.hover\:bg-lime-950\/60:hover{
  background-color: rgb(26 46 5 / 0.6);
}

.hover\:bg-lime-950\/65:hover{
  background-color: rgb(26 46 5 / 0.65);
}

.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\/85:hover{
  background-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-01\/0:hover{
  background-color: rgb(224 224 224 / 0);
}

.hover\:bg-neutral-01\/10:hover{
  background-color: rgb(224 224 224 / 0.1);
}

.hover\:bg-neutral-01\/100:hover{
  background-color: rgb(224 224 224 / 1);
}

.hover\:bg-neutral-01\/15:hover{
  background-color: rgb(224 224 224 / 0.15);
}

.hover\:bg-neutral-01\/20:hover{
  background-color: rgb(224 224 224 / 0.2);
}

.hover\:bg-neutral-01\/25:hover{
  background-color: rgb(224 224 224 / 0.25);
}

.hover\:bg-neutral-01\/30:hover{
  background-color: rgb(224 224 224 / 0.3);
}

.hover\:bg-neutral-01\/35:hover{
  background-color: rgb(224 224 224 / 0.35);
}

.hover\:bg-neutral-01\/40:hover{
  background-color: rgb(224 224 224 / 0.4);
}

.hover\:bg-neutral-01\/45:hover{
  background-color: rgb(224 224 224 / 0.45);
}

.hover\:bg-neutral-01\/5:hover{
  background-color: rgb(224 224 224 / 0.05);
}

.hover\:bg-neutral-01\/50:hover{
  background-color: rgb(224 224 224 / 0.5);
}

.hover\:bg-neutral-01\/55:hover{
  background-color: rgb(224 224 224 / 0.55);
}

.hover\:bg-neutral-01\/60:hover{
  background-color: rgb(224 224 224 / 0.6);
}

.hover\:bg-neutral-01\/65:hover{
  background-color: rgb(224 224 224 / 0.65);
}

.hover\:bg-neutral-01\/70:hover{
  background-color: rgb(224 224 224 / 0.7);
}

.hover\:bg-neutral-01\/75:hover{
  background-color: rgb(224 224 224 / 0.75);
}

.hover\:bg-neutral-01\/80:hover{
  background-color: rgb(224 224 224 / 0.8);
}

.hover\:bg-neutral-01\/85:hover{
  background-color: rgb(224 224 224 / 0.85);
}

.hover\:bg-neutral-01\/90:hover{
  background-color: rgb(224 224 224 / 0.9);
}

.hover\:bg-neutral-01\/95:hover{
  background-color: rgb(224 224 224 / 0.95);
}

.hover\:bg-neutral-02:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 238 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-02\/0:hover{
  background-color: rgb(228 234 238 / 0);
}

.hover\:bg-neutral-02\/10:hover{
  background-color: rgb(228 234 238 / 0.1);
}

.hover\:bg-neutral-02\/100:hover{
  background-color: rgb(228 234 238 / 1);
}

.hover\:bg-neutral-02\/15:hover{
  background-color: rgb(228 234 238 / 0.15);
}

.hover\:bg-neutral-02\/20:hover{
  background-color: rgb(228 234 238 / 0.2);
}

.hover\:bg-neutral-02\/25:hover{
  background-color: rgb(228 234 238 / 0.25);
}

.hover\:bg-neutral-02\/30:hover{
  background-color: rgb(228 234 238 / 0.3);
}

.hover\:bg-neutral-02\/35:hover{
  background-color: rgb(228 234 238 / 0.35);
}

.hover\:bg-neutral-02\/40:hover{
  background-color: rgb(228 234 238 / 0.4);
}

.hover\:bg-neutral-02\/45:hover{
  background-color: rgb(228 234 238 / 0.45);
}

.hover\:bg-neutral-02\/5:hover{
  background-color: rgb(228 234 238 / 0.05);
}

.hover\:bg-neutral-02\/50:hover{
  background-color: rgb(228 234 238 / 0.5);
}

.hover\:bg-neutral-02\/55:hover{
  background-color: rgb(228 234 238 / 0.55);
}

.hover\:bg-neutral-02\/60:hover{
  background-color: rgb(228 234 238 / 0.6);
}

.hover\:bg-neutral-02\/65:hover{
  background-color: rgb(228 234 238 / 0.65);
}

.hover\:bg-neutral-02\/70:hover{
  background-color: rgb(228 234 238 / 0.7);
}

.hover\:bg-neutral-02\/75:hover{
  background-color: rgb(228 234 238 / 0.75);
}

.hover\:bg-neutral-02\/80:hover{
  background-color: rgb(228 234 238 / 0.8);
}

.hover\:bg-neutral-02\/85:hover{
  background-color: rgb(228 234 238 / 0.85);
}

.hover\:bg-neutral-02\/90:hover{
  background-color: rgb(228 234 238 / 0.9);
}

.hover\:bg-neutral-02\/95:hover{
  background-color: rgb(228 234 238 / 0.95);
}

.hover\:bg-neutral-03:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-03\/0:hover{
  background-color: rgb(236 239 250 / 0);
}

.hover\:bg-neutral-03\/10:hover{
  background-color: rgb(236 239 250 / 0.1);
}

.hover\:bg-neutral-03\/100:hover{
  background-color: rgb(236 239 250 / 1);
}

.hover\:bg-neutral-03\/15:hover{
  background-color: rgb(236 239 250 / 0.15);
}

.hover\:bg-neutral-03\/20:hover{
  background-color: rgb(236 239 250 / 0.2);
}

.hover\:bg-neutral-03\/25:hover{
  background-color: rgb(236 239 250 / 0.25);
}

.hover\:bg-neutral-03\/30:hover{
  background-color: rgb(236 239 250 / 0.3);
}

.hover\:bg-neutral-03\/35:hover{
  background-color: rgb(236 239 250 / 0.35);
}

.hover\:bg-neutral-03\/40:hover{
  background-color: rgb(236 239 250 / 0.4);
}

.hover\:bg-neutral-03\/45:hover{
  background-color: rgb(236 239 250 / 0.45);
}

.hover\:bg-neutral-03\/5:hover{
  background-color: rgb(236 239 250 / 0.05);
}

.hover\:bg-neutral-03\/50:hover{
  background-color: rgb(236 239 250 / 0.5);
}

.hover\:bg-neutral-03\/55:hover{
  background-color: rgb(236 239 250 / 0.55);
}

.hover\:bg-neutral-03\/60:hover{
  background-color: rgb(236 239 250 / 0.6);
}

.hover\:bg-neutral-03\/65:hover{
  background-color: rgb(236 239 250 / 0.65);
}

.hover\:bg-neutral-03\/70:hover{
  background-color: rgb(236 239 250 / 0.7);
}

.hover\:bg-neutral-03\/75:hover{
  background-color: rgb(236 239 250 / 0.75);
}

.hover\:bg-neutral-03\/80:hover{
  background-color: rgb(236 239 250 / 0.8);
}

.hover\:bg-neutral-03\/85:hover{
  background-color: rgb(236 239 250 / 0.85);
}

.hover\:bg-neutral-03\/90:hover{
  background-color: rgb(236 239 250 / 0.9);
}

.hover\:bg-neutral-03\/95:hover{
  background-color: rgb(236 239 250 / 0.95);
}

.hover\:bg-neutral-04:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 218 226 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-04\/0:hover{
  background-color: rgb(215 218 226 / 0);
}

.hover\:bg-neutral-04\/10:hover{
  background-color: rgb(215 218 226 / 0.1);
}

.hover\:bg-neutral-04\/100:hover{
  background-color: rgb(215 218 226 / 1);
}

.hover\:bg-neutral-04\/15:hover{
  background-color: rgb(215 218 226 / 0.15);
}

.hover\:bg-neutral-04\/20:hover{
  background-color: rgb(215 218 226 / 0.2);
}

.hover\:bg-neutral-04\/25:hover{
  background-color: rgb(215 218 226 / 0.25);
}

.hover\:bg-neutral-04\/30:hover{
  background-color: rgb(215 218 226 / 0.3);
}

.hover\:bg-neutral-04\/35:hover{
  background-color: rgb(215 218 226 / 0.35);
}

.hover\:bg-neutral-04\/40:hover{
  background-color: rgb(215 218 226 / 0.4);
}

.hover\:bg-neutral-04\/45:hover{
  background-color: rgb(215 218 226 / 0.45);
}

.hover\:bg-neutral-04\/5:hover{
  background-color: rgb(215 218 226 / 0.05);
}

.hover\:bg-neutral-04\/50:hover{
  background-color: rgb(215 218 226 / 0.5);
}

.hover\:bg-neutral-04\/55:hover{
  background-color: rgb(215 218 226 / 0.55);
}

.hover\:bg-neutral-04\/60:hover{
  background-color: rgb(215 218 226 / 0.6);
}

.hover\:bg-neutral-04\/65:hover{
  background-color: rgb(215 218 226 / 0.65);
}

.hover\:bg-neutral-04\/70:hover{
  background-color: rgb(215 218 226 / 0.7);
}

.hover\:bg-neutral-04\/75:hover{
  background-color: rgb(215 218 226 / 0.75);
}

.hover\:bg-neutral-04\/80:hover{
  background-color: rgb(215 218 226 / 0.8);
}

.hover\:bg-neutral-04\/85:hover{
  background-color: rgb(215 218 226 / 0.85);
}

.hover\:bg-neutral-04\/90:hover{
  background-color: rgb(215 218 226 / 0.9);
}

.hover\:bg-neutral-04\/95:hover{
  background-color: rgb(215 218 226 / 0.95);
}

.hover\:bg-neutral-05:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-05\/0:hover{
  background-color: rgb(246 246 246 / 0);
}

.hover\:bg-neutral-05\/10:hover{
  background-color: rgb(246 246 246 / 0.1);
}

.hover\:bg-neutral-05\/100:hover{
  background-color: rgb(246 246 246 / 1);
}

.hover\:bg-neutral-05\/15:hover{
  background-color: rgb(246 246 246 / 0.15);
}

.hover\:bg-neutral-05\/20:hover{
  background-color: rgb(246 246 246 / 0.2);
}

.hover\:bg-neutral-05\/25:hover{
  background-color: rgb(246 246 246 / 0.25);
}

.hover\:bg-neutral-05\/30:hover{
  background-color: rgb(246 246 246 / 0.3);
}

.hover\:bg-neutral-05\/35:hover{
  background-color: rgb(246 246 246 / 0.35);
}

.hover\:bg-neutral-05\/40:hover{
  background-color: rgb(246 246 246 / 0.4);
}

.hover\:bg-neutral-05\/45:hover{
  background-color: rgb(246 246 246 / 0.45);
}

.hover\:bg-neutral-05\/5:hover{
  background-color: rgb(246 246 246 / 0.05);
}

.hover\:bg-neutral-05\/50:hover{
  background-color: rgb(246 246 246 / 0.5);
}

.hover\:bg-neutral-05\/55:hover{
  background-color: rgb(246 246 246 / 0.55);
}

.hover\:bg-neutral-05\/60:hover{
  background-color: rgb(246 246 246 / 0.6);
}

.hover\:bg-neutral-05\/65:hover{
  background-color: rgb(246 246 246 / 0.65);
}

.hover\:bg-neutral-05\/70:hover{
  background-color: rgb(246 246 246 / 0.7);
}

.hover\:bg-neutral-05\/75:hover{
  background-color: rgb(246 246 246 / 0.75);
}

.hover\:bg-neutral-05\/80:hover{
  background-color: rgb(246 246 246 / 0.8);
}

.hover\:bg-neutral-05\/85:hover{
  background-color: rgb(246 246 246 / 0.85);
}

.hover\:bg-neutral-05\/90:hover{
  background-color: rgb(246 246 246 / 0.9);
}

.hover\:bg-neutral-05\/95:hover{
  background-color: rgb(246 246 246 / 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\/15:hover{
  background-color: rgb(245 245 245 / 0.15);
}

.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\/35:hover{
  background-color: rgb(245 245 245 / 0.35);
}

.hover\:bg-neutral-100\/40:hover{
  background-color: rgb(245 245 245 / 0.4);
}

.hover\:bg-neutral-100\/45:hover{
  background-color: rgb(245 245 245 / 0.45);
}

.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\/55:hover{
  background-color: rgb(245 245 245 / 0.55);
}

.hover\:bg-neutral-100\/60:hover{
  background-color: rgb(245 245 245 / 0.6);
}

.hover\:bg-neutral-100\/65:hover{
  background-color: rgb(245 245 245 / 0.65);
}

.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\/85:hover{
  background-color: rgb(245 245 245 / 0.85);
}

.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\/15:hover{
  background-color: rgb(229 229 229 / 0.15);
}

.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\/35:hover{
  background-color: rgb(229 229 229 / 0.35);
}

.hover\:bg-neutral-200\/40:hover{
  background-color: rgb(229 229 229 / 0.4);
}

.hover\:bg-neutral-200\/45:hover{
  background-color: rgb(229 229 229 / 0.45);
}

.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\/55:hover{
  background-color: rgb(229 229 229 / 0.55);
}

.hover\:bg-neutral-200\/60:hover{
  background-color: rgb(229 229 229 / 0.6);
}

.hover\:bg-neutral-200\/65:hover{
  background-color: rgb(229 229 229 / 0.65);
}

.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\/85:hover{
  background-color: rgb(229 229 229 / 0.85);
}

.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\/15:hover{
  background-color: rgb(212 212 212 / 0.15);
}

.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\/35:hover{
  background-color: rgb(212 212 212 / 0.35);
}

.hover\:bg-neutral-300\/40:hover{
  background-color: rgb(212 212 212 / 0.4);
}

.hover\:bg-neutral-300\/45:hover{
  background-color: rgb(212 212 212 / 0.45);
}

.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\/55:hover{
  background-color: rgb(212 212 212 / 0.55);
}

.hover\:bg-neutral-300\/60:hover{
  background-color: rgb(212 212 212 / 0.6);
}

.hover\:bg-neutral-300\/65:hover{
  background-color: rgb(212 212 212 / 0.65);
}

.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\/85:hover{
  background-color: rgb(212 212 212 / 0.85);
}

.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\/15:hover{
  background-color: rgb(163 163 163 / 0.15);
}

.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\/35:hover{
  background-color: rgb(163 163 163 / 0.35);
}

.hover\:bg-neutral-400\/40:hover{
  background-color: rgb(163 163 163 / 0.4);
}

.hover\:bg-neutral-400\/45:hover{
  background-color: rgb(163 163 163 / 0.45);
}

.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\/55:hover{
  background-color: rgb(163 163 163 / 0.55);
}

.hover\:bg-neutral-400\/60:hover{
  background-color: rgb(163 163 163 / 0.6);
}

.hover\:bg-neutral-400\/65:hover{
  background-color: rgb(163 163 163 / 0.65);
}

.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\/85:hover{
  background-color: rgb(163 163 163 / 0.85);
}

.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\/15:hover{
  background-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  background-color: rgb(250 250 250 / 0.35);
}

.hover\:bg-neutral-50\/40:hover{
  background-color: rgb(250 250 250 / 0.4);
}

.hover\:bg-neutral-50\/45:hover{
  background-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  background-color: rgb(250 250 250 / 0.55);
}

.hover\:bg-neutral-50\/60:hover{
  background-color: rgb(250 250 250 / 0.6);
}

.hover\:bg-neutral-50\/65:hover{
  background-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  background-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  background-color: rgb(115 115 115 / 0.15);
}

.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\/35:hover{
  background-color: rgb(115 115 115 / 0.35);
}

.hover\:bg-neutral-500\/40:hover{
  background-color: rgb(115 115 115 / 0.4);
}

.hover\:bg-neutral-500\/45:hover{
  background-color: rgb(115 115 115 / 0.45);
}

.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\/55:hover{
  background-color: rgb(115 115 115 / 0.55);
}

.hover\:bg-neutral-500\/60:hover{
  background-color: rgb(115 115 115 / 0.6);
}

.hover\:bg-neutral-500\/65:hover{
  background-color: rgb(115 115 115 / 0.65);
}

.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\/85:hover{
  background-color: rgb(115 115 115 / 0.85);
}

.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\/15:hover{
  background-color: rgb(82 82 82 / 0.15);
}

.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\/35:hover{
  background-color: rgb(82 82 82 / 0.35);
}

.hover\:bg-neutral-600\/40:hover{
  background-color: rgb(82 82 82 / 0.4);
}

.hover\:bg-neutral-600\/45:hover{
  background-color: rgb(82 82 82 / 0.45);
}

.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\/55:hover{
  background-color: rgb(82 82 82 / 0.55);
}

.hover\:bg-neutral-600\/60:hover{
  background-color: rgb(82 82 82 / 0.6);
}

.hover\:bg-neutral-600\/65:hover{
  background-color: rgb(82 82 82 / 0.65);
}

.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\/85:hover{
  background-color: rgb(82 82 82 / 0.85);
}

.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\/15:hover{
  background-color: rgb(64 64 64 / 0.15);
}

.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\/35:hover{
  background-color: rgb(64 64 64 / 0.35);
}

.hover\:bg-neutral-700\/40:hover{
  background-color: rgb(64 64 64 / 0.4);
}

.hover\:bg-neutral-700\/45:hover{
  background-color: rgb(64 64 64 / 0.45);
}

.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\/55:hover{
  background-color: rgb(64 64 64 / 0.55);
}

.hover\:bg-neutral-700\/60:hover{
  background-color: rgb(64 64 64 / 0.6);
}

.hover\:bg-neutral-700\/65:hover{
  background-color: rgb(64 64 64 / 0.65);
}

.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\/85:hover{
  background-color: rgb(64 64 64 / 0.85);
}

.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\/15:hover{
  background-color: rgb(38 38 38 / 0.15);
}

.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\/35:hover{
  background-color: rgb(38 38 38 / 0.35);
}

.hover\:bg-neutral-800\/40:hover{
  background-color: rgb(38 38 38 / 0.4);
}

.hover\:bg-neutral-800\/45:hover{
  background-color: rgb(38 38 38 / 0.45);
}

.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\/55:hover{
  background-color: rgb(38 38 38 / 0.55);
}

.hover\:bg-neutral-800\/60:hover{
  background-color: rgb(38 38 38 / 0.6);
}

.hover\:bg-neutral-800\/65:hover{
  background-color: rgb(38 38 38 / 0.65);
}

.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\/85:hover{
  background-color: rgb(38 38 38 / 0.85);
}

.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\/15:hover{
  background-color: rgb(23 23 23 / 0.15);
}

.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\/35:hover{
  background-color: rgb(23 23 23 / 0.35);
}

.hover\:bg-neutral-900\/40:hover{
  background-color: rgb(23 23 23 / 0.4);
}

.hover\:bg-neutral-900\/45:hover{
  background-color: rgb(23 23 23 / 0.45);
}

.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\/55:hover{
  background-color: rgb(23 23 23 / 0.55);
}

.hover\:bg-neutral-900\/60:hover{
  background-color: rgb(23 23 23 / 0.6);
}

.hover\:bg-neutral-900\/65:hover{
  background-color: rgb(23 23 23 / 0.65);
}

.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\/85:hover{
  background-color: rgb(23 23 23 / 0.85);
}

.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\/15:hover{
  background-color: rgb(10 10 10 / 0.15);
}

.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\/35:hover{
  background-color: rgb(10 10 10 / 0.35);
}

.hover\:bg-neutral-950\/40:hover{
  background-color: rgb(10 10 10 / 0.4);
}

.hover\:bg-neutral-950\/45:hover{
  background-color: rgb(10 10 10 / 0.45);
}

.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\/55:hover{
  background-color: rgb(10 10 10 / 0.55);
}

.hover\:bg-neutral-950\/60:hover{
  background-color: rgb(10 10 10 / 0.6);
}

.hover\:bg-neutral-950\/65:hover{
  background-color: rgb(10 10 10 / 0.65);
}

.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\/85:hover{
  background-color: rgb(10 10 10 / 0.85);
}

.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\/15:hover{
  background-color: rgb(255 237 213 / 0.15);
}

.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\/35:hover{
  background-color: rgb(255 237 213 / 0.35);
}

.hover\:bg-orange-100\/40:hover{
  background-color: rgb(255 237 213 / 0.4);
}

.hover\:bg-orange-100\/45:hover{
  background-color: rgb(255 237 213 / 0.45);
}

.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\/55:hover{
  background-color: rgb(255 237 213 / 0.55);
}

.hover\:bg-orange-100\/60:hover{
  background-color: rgb(255 237 213 / 0.6);
}

.hover\:bg-orange-100\/65:hover{
  background-color: rgb(255 237 213 / 0.65);
}

.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\/85:hover{
  background-color: rgb(255 237 213 / 0.85);
}

.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\/15:hover{
  background-color: rgb(254 215 170 / 0.15);
}

.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\/35:hover{
  background-color: rgb(254 215 170 / 0.35);
}

.hover\:bg-orange-200\/40:hover{
  background-color: rgb(254 215 170 / 0.4);
}

.hover\:bg-orange-200\/45:hover{
  background-color: rgb(254 215 170 / 0.45);
}

.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\/55:hover{
  background-color: rgb(254 215 170 / 0.55);
}

.hover\:bg-orange-200\/60:hover{
  background-color: rgb(254 215 170 / 0.6);
}

.hover\:bg-orange-200\/65:hover{
  background-color: rgb(254 215 170 / 0.65);
}

.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\/85:hover{
  background-color: rgb(254 215 170 / 0.85);
}

.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\/15:hover{
  background-color: rgb(253 186 116 / 0.15);
}

.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\/35:hover{
  background-color: rgb(253 186 116 / 0.35);
}

.hover\:bg-orange-300\/40:hover{
  background-color: rgb(253 186 116 / 0.4);
}

.hover\:bg-orange-300\/45:hover{
  background-color: rgb(253 186 116 / 0.45);
}

.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\/55:hover{
  background-color: rgb(253 186 116 / 0.55);
}

.hover\:bg-orange-300\/60:hover{
  background-color: rgb(253 186 116 / 0.6);
}

.hover\:bg-orange-300\/65:hover{
  background-color: rgb(253 186 116 / 0.65);
}

.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\/85:hover{
  background-color: rgb(253 186 116 / 0.85);
}

.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\/15:hover{
  background-color: rgb(251 146 60 / 0.15);
}

.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\/35:hover{
  background-color: rgb(251 146 60 / 0.35);
}

.hover\:bg-orange-400\/40:hover{
  background-color: rgb(251 146 60 / 0.4);
}

.hover\:bg-orange-400\/45:hover{
  background-color: rgb(251 146 60 / 0.45);
}

.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\/55:hover{
  background-color: rgb(251 146 60 / 0.55);
}

.hover\:bg-orange-400\/60:hover{
  background-color: rgb(251 146 60 / 0.6);
}

.hover\:bg-orange-400\/65:hover{
  background-color: rgb(251 146 60 / 0.65);
}

.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\/85:hover{
  background-color: rgb(251 146 60 / 0.85);
}

.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\/15:hover{
  background-color: rgb(255 247 237 / 0.15);
}

.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\/35:hover{
  background-color: rgb(255 247 237 / 0.35);
}

.hover\:bg-orange-50\/40:hover{
  background-color: rgb(255 247 237 / 0.4);
}

.hover\:bg-orange-50\/45:hover{
  background-color: rgb(255 247 237 / 0.45);
}

.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\/55:hover{
  background-color: rgb(255 247 237 / 0.55);
}

.hover\:bg-orange-50\/60:hover{
  background-color: rgb(255 247 237 / 0.6);
}

.hover\:bg-orange-50\/65:hover{
  background-color: rgb(255 247 237 / 0.65);
}

.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\/85:hover{
  background-color: rgb(255 247 237 / 0.85);
}

.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\/15:hover{
  background-color: rgb(249 115 22 / 0.15);
}

.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\/35:hover{
  background-color: rgb(249 115 22 / 0.35);
}

.hover\:bg-orange-500\/40:hover{
  background-color: rgb(249 115 22 / 0.4);
}

.hover\:bg-orange-500\/45:hover{
  background-color: rgb(249 115 22 / 0.45);
}

.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\/55:hover{
  background-color: rgb(249 115 22 / 0.55);
}

.hover\:bg-orange-500\/60:hover{
  background-color: rgb(249 115 22 / 0.6);
}

.hover\:bg-orange-500\/65:hover{
  background-color: rgb(249 115 22 / 0.65);
}

.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\/85:hover{
  background-color: rgb(249 115 22 / 0.85);
}

.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\/15:hover{
  background-color: rgb(234 88 12 / 0.15);
}

.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\/35:hover{
  background-color: rgb(234 88 12 / 0.35);
}

.hover\:bg-orange-600\/40:hover{
  background-color: rgb(234 88 12 / 0.4);
}

.hover\:bg-orange-600\/45:hover{
  background-color: rgb(234 88 12 / 0.45);
}

.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\/55:hover{
  background-color: rgb(234 88 12 / 0.55);
}

.hover\:bg-orange-600\/60:hover{
  background-color: rgb(234 88 12 / 0.6);
}

.hover\:bg-orange-600\/65:hover{
  background-color: rgb(234 88 12 / 0.65);
}

.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\/85:hover{
  background-color: rgb(234 88 12 / 0.85);
}

.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\/15:hover{
  background-color: rgb(194 65 12 / 0.15);
}

.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\/35:hover{
  background-color: rgb(194 65 12 / 0.35);
}

.hover\:bg-orange-700\/40:hover{
  background-color: rgb(194 65 12 / 0.4);
}

.hover\:bg-orange-700\/45:hover{
  background-color: rgb(194 65 12 / 0.45);
}

.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\/55:hover{
  background-color: rgb(194 65 12 / 0.55);
}

.hover\:bg-orange-700\/60:hover{
  background-color: rgb(194 65 12 / 0.6);
}

.hover\:bg-orange-700\/65:hover{
  background-color: rgb(194 65 12 / 0.65);
}

.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\/85:hover{
  background-color: rgb(194 65 12 / 0.85);
}

.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\/15:hover{
  background-color: rgb(154 52 18 / 0.15);
}

.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\/35:hover{
  background-color: rgb(154 52 18 / 0.35);
}

.hover\:bg-orange-800\/40:hover{
  background-color: rgb(154 52 18 / 0.4);
}

.hover\:bg-orange-800\/45:hover{
  background-color: rgb(154 52 18 / 0.45);
}

.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\/55:hover{
  background-color: rgb(154 52 18 / 0.55);
}

.hover\:bg-orange-800\/60:hover{
  background-color: rgb(154 52 18 / 0.6);
}

.hover\:bg-orange-800\/65:hover{
  background-color: rgb(154 52 18 / 0.65);
}

.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\/85:hover{
  background-color: rgb(154 52 18 / 0.85);
}

.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\/15:hover{
  background-color: rgb(124 45 18 / 0.15);
}

.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\/35:hover{
  background-color: rgb(124 45 18 / 0.35);
}

.hover\:bg-orange-900\/40:hover{
  background-color: rgb(124 45 18 / 0.4);
}

.hover\:bg-orange-900\/45:hover{
  background-color: rgb(124 45 18 / 0.45);
}

.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\/55:hover{
  background-color: rgb(124 45 18 / 0.55);
}

.hover\:bg-orange-900\/60:hover{
  background-color: rgb(124 45 18 / 0.6);
}

.hover\:bg-orange-900\/65:hover{
  background-color: rgb(124 45 18 / 0.65);
}

.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\/85:hover{
  background-color: rgb(124 45 18 / 0.85);
}

.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\/15:hover{
  background-color: rgb(67 20 7 / 0.15);
}

.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\/35:hover{
  background-color: rgb(67 20 7 / 0.35);
}

.hover\:bg-orange-950\/40:hover{
  background-color: rgb(67 20 7 / 0.4);
}

.hover\:bg-orange-950\/45:hover{
  background-color: rgb(67 20 7 / 0.45);
}

.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\/55:hover{
  background-color: rgb(67 20 7 / 0.55);
}

.hover\:bg-orange-950\/60:hover{
  background-color: rgb(67 20 7 / 0.6);
}

.hover\:bg-orange-950\/65:hover{
  background-color: rgb(67 20 7 / 0.65);
}

.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\/85:hover{
  background-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:hover{
  background-color: rgb(252 231 243 / 0.15);
}

.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\/35:hover{
  background-color: rgb(252 231 243 / 0.35);
}

.hover\:bg-pink-100\/40:hover{
  background-color: rgb(252 231 243 / 0.4);
}

.hover\:bg-pink-100\/45:hover{
  background-color: rgb(252 231 243 / 0.45);
}

.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\/55:hover{
  background-color: rgb(252 231 243 / 0.55);
}

.hover\:bg-pink-100\/60:hover{
  background-color: rgb(252 231 243 / 0.6);
}

.hover\:bg-pink-100\/65:hover{
  background-color: rgb(252 231 243 / 0.65);
}

.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\/85:hover{
  background-color: rgb(252 231 243 / 0.85);
}

.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\/15:hover{
  background-color: rgb(251 207 232 / 0.15);
}

.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\/35:hover{
  background-color: rgb(251 207 232 / 0.35);
}

.hover\:bg-pink-200\/40:hover{
  background-color: rgb(251 207 232 / 0.4);
}

.hover\:bg-pink-200\/45:hover{
  background-color: rgb(251 207 232 / 0.45);
}

.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\/55:hover{
  background-color: rgb(251 207 232 / 0.55);
}

.hover\:bg-pink-200\/60:hover{
  background-color: rgb(251 207 232 / 0.6);
}

.hover\:bg-pink-200\/65:hover{
  background-color: rgb(251 207 232 / 0.65);
}

.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\/85:hover{
  background-color: rgb(251 207 232 / 0.85);
}

.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\/15:hover{
  background-color: rgb(249 168 212 / 0.15);
}

.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\/35:hover{
  background-color: rgb(249 168 212 / 0.35);
}

.hover\:bg-pink-300\/40:hover{
  background-color: rgb(249 168 212 / 0.4);
}

.hover\:bg-pink-300\/45:hover{
  background-color: rgb(249 168 212 / 0.45);
}

.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\/55:hover{
  background-color: rgb(249 168 212 / 0.55);
}

.hover\:bg-pink-300\/60:hover{
  background-color: rgb(249 168 212 / 0.6);
}

.hover\:bg-pink-300\/65:hover{
  background-color: rgb(249 168 212 / 0.65);
}

.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\/85:hover{
  background-color: rgb(249 168 212 / 0.85);
}

.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\/15:hover{
  background-color: rgb(244 114 182 / 0.15);
}

.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\/35:hover{
  background-color: rgb(244 114 182 / 0.35);
}

.hover\:bg-pink-400\/40:hover{
  background-color: rgb(244 114 182 / 0.4);
}

.hover\:bg-pink-400\/45:hover{
  background-color: rgb(244 114 182 / 0.45);
}

.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\/55:hover{
  background-color: rgb(244 114 182 / 0.55);
}

.hover\:bg-pink-400\/60:hover{
  background-color: rgb(244 114 182 / 0.6);
}

.hover\:bg-pink-400\/65:hover{
  background-color: rgb(244 114 182 / 0.65);
}

.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\/85:hover{
  background-color: rgb(244 114 182 / 0.85);
}

.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\/15:hover{
  background-color: rgb(253 242 248 / 0.15);
}

.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\/35:hover{
  background-color: rgb(253 242 248 / 0.35);
}

.hover\:bg-pink-50\/40:hover{
  background-color: rgb(253 242 248 / 0.4);
}

.hover\:bg-pink-50\/45:hover{
  background-color: rgb(253 242 248 / 0.45);
}

.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\/55:hover{
  background-color: rgb(253 242 248 / 0.55);
}

.hover\:bg-pink-50\/60:hover{
  background-color: rgb(253 242 248 / 0.6);
}

.hover\:bg-pink-50\/65:hover{
  background-color: rgb(253 242 248 / 0.65);
}

.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\/85:hover{
  background-color: rgb(253 242 248 / 0.85);
}

.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\/15:hover{
  background-color: rgb(236 72 153 / 0.15);
}

.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\/35:hover{
  background-color: rgb(236 72 153 / 0.35);
}

.hover\:bg-pink-500\/40:hover{
  background-color: rgb(236 72 153 / 0.4);
}

.hover\:bg-pink-500\/45:hover{
  background-color: rgb(236 72 153 / 0.45);
}

.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\/55:hover{
  background-color: rgb(236 72 153 / 0.55);
}

.hover\:bg-pink-500\/60:hover{
  background-color: rgb(236 72 153 / 0.6);
}

.hover\:bg-pink-500\/65:hover{
  background-color: rgb(236 72 153 / 0.65);
}

.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\/85:hover{
  background-color: rgb(236 72 153 / 0.85);
}

.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\/15:hover{
  background-color: rgb(219 39 119 / 0.15);
}

.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\/35:hover{
  background-color: rgb(219 39 119 / 0.35);
}

.hover\:bg-pink-600\/40:hover{
  background-color: rgb(219 39 119 / 0.4);
}

.hover\:bg-pink-600\/45:hover{
  background-color: rgb(219 39 119 / 0.45);
}

.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\/55:hover{
  background-color: rgb(219 39 119 / 0.55);
}

.hover\:bg-pink-600\/60:hover{
  background-color: rgb(219 39 119 / 0.6);
}

.hover\:bg-pink-600\/65:hover{
  background-color: rgb(219 39 119 / 0.65);
}

.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\/85:hover{
  background-color: rgb(219 39 119 / 0.85);
}

.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\/15:hover{
  background-color: rgb(190 24 93 / 0.15);
}

.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\/35:hover{
  background-color: rgb(190 24 93 / 0.35);
}

.hover\:bg-pink-700\/40:hover{
  background-color: rgb(190 24 93 / 0.4);
}

.hover\:bg-pink-700\/45:hover{
  background-color: rgb(190 24 93 / 0.45);
}

.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\/55:hover{
  background-color: rgb(190 24 93 / 0.55);
}

.hover\:bg-pink-700\/60:hover{
  background-color: rgb(190 24 93 / 0.6);
}

.hover\:bg-pink-700\/65:hover{
  background-color: rgb(190 24 93 / 0.65);
}

.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\/85:hover{
  background-color: rgb(190 24 93 / 0.85);
}

.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\/15:hover{
  background-color: rgb(157 23 77 / 0.15);
}

.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\/35:hover{
  background-color: rgb(157 23 77 / 0.35);
}

.hover\:bg-pink-800\/40:hover{
  background-color: rgb(157 23 77 / 0.4);
}

.hover\:bg-pink-800\/45:hover{
  background-color: rgb(157 23 77 / 0.45);
}

.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\/55:hover{
  background-color: rgb(157 23 77 / 0.55);
}

.hover\:bg-pink-800\/60:hover{
  background-color: rgb(157 23 77 / 0.6);
}

.hover\:bg-pink-800\/65:hover{
  background-color: rgb(157 23 77 / 0.65);
}

.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\/85:hover{
  background-color: rgb(157 23 77 / 0.85);
}

.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\/15:hover{
  background-color: rgb(131 24 67 / 0.15);
}

.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\/35:hover{
  background-color: rgb(131 24 67 / 0.35);
}

.hover\:bg-pink-900\/40:hover{
  background-color: rgb(131 24 67 / 0.4);
}

.hover\:bg-pink-900\/45:hover{
  background-color: rgb(131 24 67 / 0.45);
}

.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\/55:hover{
  background-color: rgb(131 24 67 / 0.55);
}

.hover\:bg-pink-900\/60:hover{
  background-color: rgb(131 24 67 / 0.6);
}

.hover\:bg-pink-900\/65:hover{
  background-color: rgb(131 24 67 / 0.65);
}

.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\/85:hover{
  background-color: rgb(131 24 67 / 0.85);
}

.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\/15:hover{
  background-color: rgb(80 7 36 / 0.15);
}

.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\/35:hover{
  background-color: rgb(80 7 36 / 0.35);
}

.hover\:bg-pink-950\/40:hover{
  background-color: rgb(80 7 36 / 0.4);
}

.hover\:bg-pink-950\/45:hover{
  background-color: rgb(80 7 36 / 0.45);
}

.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\/55:hover{
  background-color: rgb(80 7 36 / 0.55);
}

.hover\:bg-pink-950\/60:hover{
  background-color: rgb(80 7 36 / 0.6);
}

.hover\:bg-pink-950\/65:hover{
  background-color: rgb(80 7 36 / 0.65);
}

.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\/85:hover{
  background-color: rgb(80 7 36 / 0.85);
}

.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-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(85 70 192 / var(--tw-bg-opacity));
}

.hover\:bg-primary-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 57 169 / var(--tw-bg-opacity));
}

.hover\:bg-primary-hover\/0:hover{
  background-color: rgb(71 57 169 / 0);
}

.hover\:bg-primary-hover\/10:hover{
  background-color: rgb(71 57 169 / 0.1);
}

.hover\:bg-primary-hover\/100:hover{
  background-color: rgb(71 57 169 / 1);
}

.hover\:bg-primary-hover\/15:hover{
  background-color: rgb(71 57 169 / 0.15);
}

.hover\:bg-primary-hover\/20:hover{
  background-color: rgb(71 57 169 / 0.2);
}

.hover\:bg-primary-hover\/25:hover{
  background-color: rgb(71 57 169 / 0.25);
}

.hover\:bg-primary-hover\/30:hover{
  background-color: rgb(71 57 169 / 0.3);
}

.hover\:bg-primary-hover\/35:hover{
  background-color: rgb(71 57 169 / 0.35);
}

.hover\:bg-primary-hover\/40:hover{
  background-color: rgb(71 57 169 / 0.4);
}

.hover\:bg-primary-hover\/45:hover{
  background-color: rgb(71 57 169 / 0.45);
}

.hover\:bg-primary-hover\/5:hover{
  background-color: rgb(71 57 169 / 0.05);
}

.hover\:bg-primary-hover\/50:hover{
  background-color: rgb(71 57 169 / 0.5);
}

.hover\:bg-primary-hover\/55:hover{
  background-color: rgb(71 57 169 / 0.55);
}

.hover\:bg-primary-hover\/60:hover{
  background-color: rgb(71 57 169 / 0.6);
}

.hover\:bg-primary-hover\/65:hover{
  background-color: rgb(71 57 169 / 0.65);
}

.hover\:bg-primary-hover\/70:hover{
  background-color: rgb(71 57 169 / 0.7);
}

.hover\:bg-primary-hover\/75:hover{
  background-color: rgb(71 57 169 / 0.75);
}

.hover\:bg-primary-hover\/80:hover{
  background-color: rgb(71 57 169 / 0.8);
}

.hover\:bg-primary-hover\/85:hover{
  background-color: rgb(71 57 169 / 0.85);
}

.hover\:bg-primary-hover\/90:hover{
  background-color: rgb(71 57 169 / 0.9);
}

.hover\:bg-primary-hover\/95:hover{
  background-color: rgb(71 57 169 / 0.95);
}

.hover\:bg-primary\/0:hover{
  background-color: rgb(85 70 192 / 0);
}

.hover\:bg-primary\/10:hover{
  background-color: rgb(85 70 192 / 0.1);
}

.hover\:bg-primary\/100:hover{
  background-color: rgb(85 70 192 / 1);
}

.hover\:bg-primary\/15:hover{
  background-color: rgb(85 70 192 / 0.15);
}

.hover\:bg-primary\/20:hover{
  background-color: rgb(85 70 192 / 0.2);
}

.hover\:bg-primary\/25:hover{
  background-color: rgb(85 70 192 / 0.25);
}

.hover\:bg-primary\/30:hover{
  background-color: rgb(85 70 192 / 0.3);
}

.hover\:bg-primary\/35:hover{
  background-color: rgb(85 70 192 / 0.35);
}

.hover\:bg-primary\/40:hover{
  background-color: rgb(85 70 192 / 0.4);
}

.hover\:bg-primary\/45:hover{
  background-color: rgb(85 70 192 / 0.45);
}

.hover\:bg-primary\/5:hover{
  background-color: rgb(85 70 192 / 0.05);
}

.hover\:bg-primary\/50:hover{
  background-color: rgb(85 70 192 / 0.5);
}

.hover\:bg-primary\/55:hover{
  background-color: rgb(85 70 192 / 0.55);
}

.hover\:bg-primary\/60:hover{
  background-color: rgb(85 70 192 / 0.6);
}

.hover\:bg-primary\/65:hover{
  background-color: rgb(85 70 192 / 0.65);
}

.hover\:bg-primary\/70:hover{
  background-color: rgb(85 70 192 / 0.7);
}

.hover\:bg-primary\/75:hover{
  background-color: rgb(85 70 192 / 0.75);
}

.hover\:bg-primary\/80:hover{
  background-color: rgb(85 70 192 / 0.8);
}

.hover\:bg-primary\/85:hover{
  background-color: rgb(85 70 192 / 0.85);
}

.hover\:bg-primary\/90:hover{
  background-color: rgb(85 70 192 / 0.9);
}

.hover\:bg-primary\/95:hover{
  background-color: rgb(85 70 192 / 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\/15:hover{
  background-color: rgb(243 232 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(243 232 255 / 0.35);
}

.hover\:bg-purple-100\/40:hover{
  background-color: rgb(243 232 255 / 0.4);
}

.hover\:bg-purple-100\/45:hover{
  background-color: rgb(243 232 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(243 232 255 / 0.55);
}

.hover\:bg-purple-100\/60:hover{
  background-color: rgb(243 232 255 / 0.6);
}

.hover\:bg-purple-100\/65:hover{
  background-color: rgb(243 232 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(243 232 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(233 213 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(233 213 255 / 0.35);
}

.hover\:bg-purple-200\/40:hover{
  background-color: rgb(233 213 255 / 0.4);
}

.hover\:bg-purple-200\/45:hover{
  background-color: rgb(233 213 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(233 213 255 / 0.55);
}

.hover\:bg-purple-200\/60:hover{
  background-color: rgb(233 213 255 / 0.6);
}

.hover\:bg-purple-200\/65:hover{
  background-color: rgb(233 213 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(233 213 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(216 180 254 / 0.15);
}

.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\/35:hover{
  background-color: rgb(216 180 254 / 0.35);
}

.hover\:bg-purple-300\/40:hover{
  background-color: rgb(216 180 254 / 0.4);
}

.hover\:bg-purple-300\/45:hover{
  background-color: rgb(216 180 254 / 0.45);
}

.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\/55:hover{
  background-color: rgb(216 180 254 / 0.55);
}

.hover\:bg-purple-300\/60:hover{
  background-color: rgb(216 180 254 / 0.6);
}

.hover\:bg-purple-300\/65:hover{
  background-color: rgb(216 180 254 / 0.65);
}

.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\/85:hover{
  background-color: rgb(216 180 254 / 0.85);
}

.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\/15:hover{
  background-color: rgb(192 132 252 / 0.15);
}

.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\/35:hover{
  background-color: rgb(192 132 252 / 0.35);
}

.hover\:bg-purple-400\/40:hover{
  background-color: rgb(192 132 252 / 0.4);
}

.hover\:bg-purple-400\/45:hover{
  background-color: rgb(192 132 252 / 0.45);
}

.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\/55:hover{
  background-color: rgb(192 132 252 / 0.55);
}

.hover\:bg-purple-400\/60:hover{
  background-color: rgb(192 132 252 / 0.6);
}

.hover\:bg-purple-400\/65:hover{
  background-color: rgb(192 132 252 / 0.65);
}

.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\/85:hover{
  background-color: rgb(192 132 252 / 0.85);
}

.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\/15:hover{
  background-color: rgb(250 245 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(250 245 255 / 0.35);
}

.hover\:bg-purple-50\/40:hover{
  background-color: rgb(250 245 255 / 0.4);
}

.hover\:bg-purple-50\/45:hover{
  background-color: rgb(250 245 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(250 245 255 / 0.55);
}

.hover\:bg-purple-50\/60:hover{
  background-color: rgb(250 245 255 / 0.6);
}

.hover\:bg-purple-50\/65:hover{
  background-color: rgb(250 245 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(250 245 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(168 85 247 / 0.15);
}

.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\/35:hover{
  background-color: rgb(168 85 247 / 0.35);
}

.hover\:bg-purple-500\/40:hover{
  background-color: rgb(168 85 247 / 0.4);
}

.hover\:bg-purple-500\/45:hover{
  background-color: rgb(168 85 247 / 0.45);
}

.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\/55:hover{
  background-color: rgb(168 85 247 / 0.55);
}

.hover\:bg-purple-500\/60:hover{
  background-color: rgb(168 85 247 / 0.6);
}

.hover\:bg-purple-500\/65:hover{
  background-color: rgb(168 85 247 / 0.65);
}

.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\/85:hover{
  background-color: rgb(168 85 247 / 0.85);
}

.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\/15:hover{
  background-color: rgb(147 51 234 / 0.15);
}

.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\/35:hover{
  background-color: rgb(147 51 234 / 0.35);
}

.hover\:bg-purple-600\/40:hover{
  background-color: rgb(147 51 234 / 0.4);
}

.hover\:bg-purple-600\/45:hover{
  background-color: rgb(147 51 234 / 0.45);
}

.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\/55:hover{
  background-color: rgb(147 51 234 / 0.55);
}

.hover\:bg-purple-600\/60:hover{
  background-color: rgb(147 51 234 / 0.6);
}

.hover\:bg-purple-600\/65:hover{
  background-color: rgb(147 51 234 / 0.65);
}

.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\/85:hover{
  background-color: rgb(147 51 234 / 0.85);
}

.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\/15:hover{
  background-color: rgb(126 34 206 / 0.15);
}

.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\/35:hover{
  background-color: rgb(126 34 206 / 0.35);
}

.hover\:bg-purple-700\/40:hover{
  background-color: rgb(126 34 206 / 0.4);
}

.hover\:bg-purple-700\/45:hover{
  background-color: rgb(126 34 206 / 0.45);
}

.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\/55:hover{
  background-color: rgb(126 34 206 / 0.55);
}

.hover\:bg-purple-700\/60:hover{
  background-color: rgb(126 34 206 / 0.6);
}

.hover\:bg-purple-700\/65:hover{
  background-color: rgb(126 34 206 / 0.65);
}

.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\/85:hover{
  background-color: rgb(126 34 206 / 0.85);
}

.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\/15:hover{
  background-color: rgb(107 33 168 / 0.15);
}

.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\/35:hover{
  background-color: rgb(107 33 168 / 0.35);
}

.hover\:bg-purple-800\/40:hover{
  background-color: rgb(107 33 168 / 0.4);
}

.hover\:bg-purple-800\/45:hover{
  background-color: rgb(107 33 168 / 0.45);
}

.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\/55:hover{
  background-color: rgb(107 33 168 / 0.55);
}

.hover\:bg-purple-800\/60:hover{
  background-color: rgb(107 33 168 / 0.6);
}

.hover\:bg-purple-800\/65:hover{
  background-color: rgb(107 33 168 / 0.65);
}

.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\/85:hover{
  background-color: rgb(107 33 168 / 0.85);
}

.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\/15:hover{
  background-color: rgb(88 28 135 / 0.15);
}

.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\/35:hover{
  background-color: rgb(88 28 135 / 0.35);
}

.hover\:bg-purple-900\/40:hover{
  background-color: rgb(88 28 135 / 0.4);
}

.hover\:bg-purple-900\/45:hover{
  background-color: rgb(88 28 135 / 0.45);
}

.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\/55:hover{
  background-color: rgb(88 28 135 / 0.55);
}

.hover\:bg-purple-900\/60:hover{
  background-color: rgb(88 28 135 / 0.6);
}

.hover\:bg-purple-900\/65:hover{
  background-color: rgb(88 28 135 / 0.65);
}

.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\/85:hover{
  background-color: rgb(88 28 135 / 0.85);
}

.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\/15:hover{
  background-color: rgb(59 7 100 / 0.15);
}

.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\/35:hover{
  background-color: rgb(59 7 100 / 0.35);
}

.hover\:bg-purple-950\/40:hover{
  background-color: rgb(59 7 100 / 0.4);
}

.hover\:bg-purple-950\/45:hover{
  background-color: rgb(59 7 100 / 0.45);
}

.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\/55:hover{
  background-color: rgb(59 7 100 / 0.55);
}

.hover\:bg-purple-950\/60:hover{
  background-color: rgb(59 7 100 / 0.6);
}

.hover\:bg-purple-950\/65:hover{
  background-color: rgb(59 7 100 / 0.65);
}

.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\/85:hover{
  background-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 209 246 / var(--tw-bg-opacity));
}

.hover\:bg-quaternary-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 202 241 / var(--tw-bg-opacity));
}

.hover\:bg-quaternary-hover\/0:hover{
  background-color: rgb(43 202 241 / 0);
}

.hover\:bg-quaternary-hover\/10:hover{
  background-color: rgb(43 202 241 / 0.1);
}

.hover\:bg-quaternary-hover\/100:hover{
  background-color: rgb(43 202 241 / 1);
}

.hover\:bg-quaternary-hover\/15:hover{
  background-color: rgb(43 202 241 / 0.15);
}

.hover\:bg-quaternary-hover\/20:hover{
  background-color: rgb(43 202 241 / 0.2);
}

.hover\:bg-quaternary-hover\/25:hover{
  background-color: rgb(43 202 241 / 0.25);
}

.hover\:bg-quaternary-hover\/30:hover{
  background-color: rgb(43 202 241 / 0.3);
}

.hover\:bg-quaternary-hover\/35:hover{
  background-color: rgb(43 202 241 / 0.35);
}

.hover\:bg-quaternary-hover\/40:hover{
  background-color: rgb(43 202 241 / 0.4);
}

.hover\:bg-quaternary-hover\/45:hover{
  background-color: rgb(43 202 241 / 0.45);
}

.hover\:bg-quaternary-hover\/5:hover{
  background-color: rgb(43 202 241 / 0.05);
}

.hover\:bg-quaternary-hover\/50:hover{
  background-color: rgb(43 202 241 / 0.5);
}

.hover\:bg-quaternary-hover\/55:hover{
  background-color: rgb(43 202 241 / 0.55);
}

.hover\:bg-quaternary-hover\/60:hover{
  background-color: rgb(43 202 241 / 0.6);
}

.hover\:bg-quaternary-hover\/65:hover{
  background-color: rgb(43 202 241 / 0.65);
}

.hover\:bg-quaternary-hover\/70:hover{
  background-color: rgb(43 202 241 / 0.7);
}

.hover\:bg-quaternary-hover\/75:hover{
  background-color: rgb(43 202 241 / 0.75);
}

.hover\:bg-quaternary-hover\/80:hover{
  background-color: rgb(43 202 241 / 0.8);
}

.hover\:bg-quaternary-hover\/85:hover{
  background-color: rgb(43 202 241 / 0.85);
}

.hover\:bg-quaternary-hover\/90:hover{
  background-color: rgb(43 202 241 / 0.9);
}

.hover\:bg-quaternary-hover\/95:hover{
  background-color: rgb(43 202 241 / 0.95);
}

.hover\:bg-quaternary\/0:hover{
  background-color: rgb(61 209 246 / 0);
}

.hover\:bg-quaternary\/10:hover{
  background-color: rgb(61 209 246 / 0.1);
}

.hover\:bg-quaternary\/100:hover{
  background-color: rgb(61 209 246 / 1);
}

.hover\:bg-quaternary\/15:hover{
  background-color: rgb(61 209 246 / 0.15);
}

.hover\:bg-quaternary\/20:hover{
  background-color: rgb(61 209 246 / 0.2);
}

.hover\:bg-quaternary\/25:hover{
  background-color: rgb(61 209 246 / 0.25);
}

.hover\:bg-quaternary\/30:hover{
  background-color: rgb(61 209 246 / 0.3);
}

.hover\:bg-quaternary\/35:hover{
  background-color: rgb(61 209 246 / 0.35);
}

.hover\:bg-quaternary\/40:hover{
  background-color: rgb(61 209 246 / 0.4);
}

.hover\:bg-quaternary\/45:hover{
  background-color: rgb(61 209 246 / 0.45);
}

.hover\:bg-quaternary\/5:hover{
  background-color: rgb(61 209 246 / 0.05);
}

.hover\:bg-quaternary\/50:hover{
  background-color: rgb(61 209 246 / 0.5);
}

.hover\:bg-quaternary\/55:hover{
  background-color: rgb(61 209 246 / 0.55);
}

.hover\:bg-quaternary\/60:hover{
  background-color: rgb(61 209 246 / 0.6);
}

.hover\:bg-quaternary\/65:hover{
  background-color: rgb(61 209 246 / 0.65);
}

.hover\:bg-quaternary\/70:hover{
  background-color: rgb(61 209 246 / 0.7);
}

.hover\:bg-quaternary\/75:hover{
  background-color: rgb(61 209 246 / 0.75);
}

.hover\:bg-quaternary\/80:hover{
  background-color: rgb(61 209 246 / 0.8);
}

.hover\:bg-quaternary\/85:hover{
  background-color: rgb(61 209 246 / 0.85);
}

.hover\:bg-quaternary\/90:hover{
  background-color: rgb(61 209 246 / 0.9);
}

.hover\:bg-quaternary\/95:hover{
  background-color: rgb(61 209 246 / 0.95);
}

.hover\:bg-quinary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(136 150 244 / var(--tw-bg-opacity));
}

.hover\:bg-quinary-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 126 222 / var(--tw-bg-opacity));
}

.hover\:bg-quinary-hover\/0:hover{
  background-color: rgb(112 126 222 / 0);
}

.hover\:bg-quinary-hover\/10:hover{
  background-color: rgb(112 126 222 / 0.1);
}

.hover\:bg-quinary-hover\/100:hover{
  background-color: rgb(112 126 222 / 1);
}

.hover\:bg-quinary-hover\/15:hover{
  background-color: rgb(112 126 222 / 0.15);
}

.hover\:bg-quinary-hover\/20:hover{
  background-color: rgb(112 126 222 / 0.2);
}

.hover\:bg-quinary-hover\/25:hover{
  background-color: rgb(112 126 222 / 0.25);
}

.hover\:bg-quinary-hover\/30:hover{
  background-color: rgb(112 126 222 / 0.3);
}

.hover\:bg-quinary-hover\/35:hover{
  background-color: rgb(112 126 222 / 0.35);
}

.hover\:bg-quinary-hover\/40:hover{
  background-color: rgb(112 126 222 / 0.4);
}

.hover\:bg-quinary-hover\/45:hover{
  background-color: rgb(112 126 222 / 0.45);
}

.hover\:bg-quinary-hover\/5:hover{
  background-color: rgb(112 126 222 / 0.05);
}

.hover\:bg-quinary-hover\/50:hover{
  background-color: rgb(112 126 222 / 0.5);
}

.hover\:bg-quinary-hover\/55:hover{
  background-color: rgb(112 126 222 / 0.55);
}

.hover\:bg-quinary-hover\/60:hover{
  background-color: rgb(112 126 222 / 0.6);
}

.hover\:bg-quinary-hover\/65:hover{
  background-color: rgb(112 126 222 / 0.65);
}

.hover\:bg-quinary-hover\/70:hover{
  background-color: rgb(112 126 222 / 0.7);
}

.hover\:bg-quinary-hover\/75:hover{
  background-color: rgb(112 126 222 / 0.75);
}

.hover\:bg-quinary-hover\/80:hover{
  background-color: rgb(112 126 222 / 0.8);
}

.hover\:bg-quinary-hover\/85:hover{
  background-color: rgb(112 126 222 / 0.85);
}

.hover\:bg-quinary-hover\/90:hover{
  background-color: rgb(112 126 222 / 0.9);
}

.hover\:bg-quinary-hover\/95:hover{
  background-color: rgb(112 126 222 / 0.95);
}

.hover\:bg-quinary\/0:hover{
  background-color: rgb(136 150 244 / 0);
}

.hover\:bg-quinary\/10:hover{
  background-color: rgb(136 150 244 / 0.1);
}

.hover\:bg-quinary\/100:hover{
  background-color: rgb(136 150 244 / 1);
}

.hover\:bg-quinary\/15:hover{
  background-color: rgb(136 150 244 / 0.15);
}

.hover\:bg-quinary\/20:hover{
  background-color: rgb(136 150 244 / 0.2);
}

.hover\:bg-quinary\/25:hover{
  background-color: rgb(136 150 244 / 0.25);
}

.hover\:bg-quinary\/30:hover{
  background-color: rgb(136 150 244 / 0.3);
}

.hover\:bg-quinary\/35:hover{
  background-color: rgb(136 150 244 / 0.35);
}

.hover\:bg-quinary\/40:hover{
  background-color: rgb(136 150 244 / 0.4);
}

.hover\:bg-quinary\/45:hover{
  background-color: rgb(136 150 244 / 0.45);
}

.hover\:bg-quinary\/5:hover{
  background-color: rgb(136 150 244 / 0.05);
}

.hover\:bg-quinary\/50:hover{
  background-color: rgb(136 150 244 / 0.5);
}

.hover\:bg-quinary\/55:hover{
  background-color: rgb(136 150 244 / 0.55);
}

.hover\:bg-quinary\/60:hover{
  background-color: rgb(136 150 244 / 0.6);
}

.hover\:bg-quinary\/65:hover{
  background-color: rgb(136 150 244 / 0.65);
}

.hover\:bg-quinary\/70:hover{
  background-color: rgb(136 150 244 / 0.7);
}

.hover\:bg-quinary\/75:hover{
  background-color: rgb(136 150 244 / 0.75);
}

.hover\:bg-quinary\/80:hover{
  background-color: rgb(136 150 244 / 0.8);
}

.hover\:bg-quinary\/85:hover{
  background-color: rgb(136 150 244 / 0.85);
}

.hover\:bg-quinary\/90:hover{
  background-color: rgb(136 150 244 / 0.9);
}

.hover\:bg-quinary\/95:hover{
  background-color: rgb(136 150 244 / 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\/15:hover{
  background-color: rgb(254 226 226 / 0.15);
}

.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\/35:hover{
  background-color: rgb(254 226 226 / 0.35);
}

.hover\:bg-red-100\/40:hover{
  background-color: rgb(254 226 226 / 0.4);
}

.hover\:bg-red-100\/45:hover{
  background-color: rgb(254 226 226 / 0.45);
}

.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\/55:hover{
  background-color: rgb(254 226 226 / 0.55);
}

.hover\:bg-red-100\/60:hover{
  background-color: rgb(254 226 226 / 0.6);
}

.hover\:bg-red-100\/65:hover{
  background-color: rgb(254 226 226 / 0.65);
}

.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\/85:hover{
  background-color: rgb(254 226 226 / 0.85);
}

.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\/15:hover{
  background-color: rgb(254 202 202 / 0.15);
}

.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\/35:hover{
  background-color: rgb(254 202 202 / 0.35);
}

.hover\:bg-red-200\/40:hover{
  background-color: rgb(254 202 202 / 0.4);
}

.hover\:bg-red-200\/45:hover{
  background-color: rgb(254 202 202 / 0.45);
}

.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\/55:hover{
  background-color: rgb(254 202 202 / 0.55);
}

.hover\:bg-red-200\/60:hover{
  background-color: rgb(254 202 202 / 0.6);
}

.hover\:bg-red-200\/65:hover{
  background-color: rgb(254 202 202 / 0.65);
}

.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\/85:hover{
  background-color: rgb(254 202 202 / 0.85);
}

.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\/15:hover{
  background-color: rgb(252 165 165 / 0.15);
}

.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\/35:hover{
  background-color: rgb(252 165 165 / 0.35);
}

.hover\:bg-red-300\/40:hover{
  background-color: rgb(252 165 165 / 0.4);
}

.hover\:bg-red-300\/45:hover{
  background-color: rgb(252 165 165 / 0.45);
}

.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\/55:hover{
  background-color: rgb(252 165 165 / 0.55);
}

.hover\:bg-red-300\/60:hover{
  background-color: rgb(252 165 165 / 0.6);
}

.hover\:bg-red-300\/65:hover{
  background-color: rgb(252 165 165 / 0.65);
}

.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\/85:hover{
  background-color: rgb(252 165 165 / 0.85);
}

.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\/15:hover{
  background-color: rgb(248 113 113 / 0.15);
}

.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\/35:hover{
  background-color: rgb(248 113 113 / 0.35);
}

.hover\:bg-red-400\/40:hover{
  background-color: rgb(248 113 113 / 0.4);
}

.hover\:bg-red-400\/45:hover{
  background-color: rgb(248 113 113 / 0.45);
}

.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\/55:hover{
  background-color: rgb(248 113 113 / 0.55);
}

.hover\:bg-red-400\/60:hover{
  background-color: rgb(248 113 113 / 0.6);
}

.hover\:bg-red-400\/65:hover{
  background-color: rgb(248 113 113 / 0.65);
}

.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\/85:hover{
  background-color: rgb(248 113 113 / 0.85);
}

.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\/15:hover{
  background-color: rgb(254 242 242 / 0.15);
}

.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\/35:hover{
  background-color: rgb(254 242 242 / 0.35);
}

.hover\:bg-red-50\/40:hover{
  background-color: rgb(254 242 242 / 0.4);
}

.hover\:bg-red-50\/45:hover{
  background-color: rgb(254 242 242 / 0.45);
}

.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\/55:hover{
  background-color: rgb(254 242 242 / 0.55);
}

.hover\:bg-red-50\/60:hover{
  background-color: rgb(254 242 242 / 0.6);
}

.hover\:bg-red-50\/65:hover{
  background-color: rgb(254 242 242 / 0.65);
}

.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\/85:hover{
  background-color: rgb(254 242 242 / 0.85);
}

.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\/15:hover{
  background-color: rgb(239 68 68 / 0.15);
}

.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\/35:hover{
  background-color: rgb(239 68 68 / 0.35);
}

.hover\:bg-red-500\/40:hover{
  background-color: rgb(239 68 68 / 0.4);
}

.hover\:bg-red-500\/45:hover{
  background-color: rgb(239 68 68 / 0.45);
}

.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\/55:hover{
  background-color: rgb(239 68 68 / 0.55);
}

.hover\:bg-red-500\/60:hover{
  background-color: rgb(239 68 68 / 0.6);
}

.hover\:bg-red-500\/65:hover{
  background-color: rgb(239 68 68 / 0.65);
}

.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\/85:hover{
  background-color: rgb(239 68 68 / 0.85);
}

.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\/15:hover{
  background-color: rgb(220 38 38 / 0.15);
}

.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\/35:hover{
  background-color: rgb(220 38 38 / 0.35);
}

.hover\:bg-red-600\/40:hover{
  background-color: rgb(220 38 38 / 0.4);
}

.hover\:bg-red-600\/45:hover{
  background-color: rgb(220 38 38 / 0.45);
}

.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\/55:hover{
  background-color: rgb(220 38 38 / 0.55);
}

.hover\:bg-red-600\/60:hover{
  background-color: rgb(220 38 38 / 0.6);
}

.hover\:bg-red-600\/65:hover{
  background-color: rgb(220 38 38 / 0.65);
}

.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\/85:hover{
  background-color: rgb(220 38 38 / 0.85);
}

.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\/15:hover{
  background-color: rgb(185 28 28 / 0.15);
}

.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\/35:hover{
  background-color: rgb(185 28 28 / 0.35);
}

.hover\:bg-red-700\/40:hover{
  background-color: rgb(185 28 28 / 0.4);
}

.hover\:bg-red-700\/45:hover{
  background-color: rgb(185 28 28 / 0.45);
}

.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\/55:hover{
  background-color: rgb(185 28 28 / 0.55);
}

.hover\:bg-red-700\/60:hover{
  background-color: rgb(185 28 28 / 0.6);
}

.hover\:bg-red-700\/65:hover{
  background-color: rgb(185 28 28 / 0.65);
}

.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\/85:hover{
  background-color: rgb(185 28 28 / 0.85);
}

.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\/15:hover{
  background-color: rgb(153 27 27 / 0.15);
}

.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\/35:hover{
  background-color: rgb(153 27 27 / 0.35);
}

.hover\:bg-red-800\/40:hover{
  background-color: rgb(153 27 27 / 0.4);
}

.hover\:bg-red-800\/45:hover{
  background-color: rgb(153 27 27 / 0.45);
}

.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\/55:hover{
  background-color: rgb(153 27 27 / 0.55);
}

.hover\:bg-red-800\/60:hover{
  background-color: rgb(153 27 27 / 0.6);
}

.hover\:bg-red-800\/65:hover{
  background-color: rgb(153 27 27 / 0.65);
}

.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\/85:hover{
  background-color: rgb(153 27 27 / 0.85);
}

.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\/15:hover{
  background-color: rgb(127 29 29 / 0.15);
}

.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\/35:hover{
  background-color: rgb(127 29 29 / 0.35);
}

.hover\:bg-red-900\/40:hover{
  background-color: rgb(127 29 29 / 0.4);
}

.hover\:bg-red-900\/45:hover{
  background-color: rgb(127 29 29 / 0.45);
}

.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\/55:hover{
  background-color: rgb(127 29 29 / 0.55);
}

.hover\:bg-red-900\/60:hover{
  background-color: rgb(127 29 29 / 0.6);
}

.hover\:bg-red-900\/65:hover{
  background-color: rgb(127 29 29 / 0.65);
}

.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\/85:hover{
  background-color: rgb(127 29 29 / 0.85);
}

.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\/15:hover{
  background-color: rgb(69 10 10 / 0.15);
}

.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\/35:hover{
  background-color: rgb(69 10 10 / 0.35);
}

.hover\:bg-red-950\/40:hover{
  background-color: rgb(69 10 10 / 0.4);
}

.hover\:bg-red-950\/45:hover{
  background-color: rgb(69 10 10 / 0.45);
}

.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\/55:hover{
  background-color: rgb(69 10 10 / 0.55);
}

.hover\:bg-red-950\/60:hover{
  background-color: rgb(69 10 10 / 0.6);
}

.hover\:bg-red-950\/65:hover{
  background-color: rgb(69 10 10 / 0.65);
}

.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\/85:hover{
  background-color: rgb(69 10 10 / 0.85);
}

.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\/15:hover{
  background-color: rgb(255 228 230 / 0.15);
}

.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\/35:hover{
  background-color: rgb(255 228 230 / 0.35);
}

.hover\:bg-rose-100\/40:hover{
  background-color: rgb(255 228 230 / 0.4);
}

.hover\:bg-rose-100\/45:hover{
  background-color: rgb(255 228 230 / 0.45);
}

.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\/55:hover{
  background-color: rgb(255 228 230 / 0.55);
}

.hover\:bg-rose-100\/60:hover{
  background-color: rgb(255 228 230 / 0.6);
}

.hover\:bg-rose-100\/65:hover{
  background-color: rgb(255 228 230 / 0.65);
}

.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\/85:hover{
  background-color: rgb(255 228 230 / 0.85);
}

.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\/15:hover{
  background-color: rgb(254 205 211 / 0.15);
}

.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\/35:hover{
  background-color: rgb(254 205 211 / 0.35);
}

.hover\:bg-rose-200\/40:hover{
  background-color: rgb(254 205 211 / 0.4);
}

.hover\:bg-rose-200\/45:hover{
  background-color: rgb(254 205 211 / 0.45);
}

.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\/55:hover{
  background-color: rgb(254 205 211 / 0.55);
}

.hover\:bg-rose-200\/60:hover{
  background-color: rgb(254 205 211 / 0.6);
}

.hover\:bg-rose-200\/65:hover{
  background-color: rgb(254 205 211 / 0.65);
}

.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\/85:hover{
  background-color: rgb(254 205 211 / 0.85);
}

.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\/15:hover{
  background-color: rgb(253 164 175 / 0.15);
}

.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\/35:hover{
  background-color: rgb(253 164 175 / 0.35);
}

.hover\:bg-rose-300\/40:hover{
  background-color: rgb(253 164 175 / 0.4);
}

.hover\:bg-rose-300\/45:hover{
  background-color: rgb(253 164 175 / 0.45);
}

.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\/55:hover{
  background-color: rgb(253 164 175 / 0.55);
}

.hover\:bg-rose-300\/60:hover{
  background-color: rgb(253 164 175 / 0.6);
}

.hover\:bg-rose-300\/65:hover{
  background-color: rgb(253 164 175 / 0.65);
}

.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\/85:hover{
  background-color: rgb(253 164 175 / 0.85);
}

.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\/15:hover{
  background-color: rgb(251 113 133 / 0.15);
}

.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\/35:hover{
  background-color: rgb(251 113 133 / 0.35);
}

.hover\:bg-rose-400\/40:hover{
  background-color: rgb(251 113 133 / 0.4);
}

.hover\:bg-rose-400\/45:hover{
  background-color: rgb(251 113 133 / 0.45);
}

.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\/55:hover{
  background-color: rgb(251 113 133 / 0.55);
}

.hover\:bg-rose-400\/60:hover{
  background-color: rgb(251 113 133 / 0.6);
}

.hover\:bg-rose-400\/65:hover{
  background-color: rgb(251 113 133 / 0.65);
}

.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\/85:hover{
  background-color: rgb(251 113 133 / 0.85);
}

.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\/15:hover{
  background-color: rgb(255 241 242 / 0.15);
}

.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\/35:hover{
  background-color: rgb(255 241 242 / 0.35);
}

.hover\:bg-rose-50\/40:hover{
  background-color: rgb(255 241 242 / 0.4);
}

.hover\:bg-rose-50\/45:hover{
  background-color: rgb(255 241 242 / 0.45);
}

.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\/55:hover{
  background-color: rgb(255 241 242 / 0.55);
}

.hover\:bg-rose-50\/60:hover{
  background-color: rgb(255 241 242 / 0.6);
}

.hover\:bg-rose-50\/65:hover{
  background-color: rgb(255 241 242 / 0.65);
}

.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\/85:hover{
  background-color: rgb(255 241 242 / 0.85);
}

.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\/15:hover{
  background-color: rgb(244 63 94 / 0.15);
}

.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\/35:hover{
  background-color: rgb(244 63 94 / 0.35);
}

.hover\:bg-rose-500\/40:hover{
  background-color: rgb(244 63 94 / 0.4);
}

.hover\:bg-rose-500\/45:hover{
  background-color: rgb(244 63 94 / 0.45);
}

.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\/55:hover{
  background-color: rgb(244 63 94 / 0.55);
}

.hover\:bg-rose-500\/60:hover{
  background-color: rgb(244 63 94 / 0.6);
}

.hover\:bg-rose-500\/65:hover{
  background-color: rgb(244 63 94 / 0.65);
}

.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\/85:hover{
  background-color: rgb(244 63 94 / 0.85);
}

.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\/15:hover{
  background-color: rgb(225 29 72 / 0.15);
}

.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\/35:hover{
  background-color: rgb(225 29 72 / 0.35);
}

.hover\:bg-rose-600\/40:hover{
  background-color: rgb(225 29 72 / 0.4);
}

.hover\:bg-rose-600\/45:hover{
  background-color: rgb(225 29 72 / 0.45);
}

.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\/55:hover{
  background-color: rgb(225 29 72 / 0.55);
}

.hover\:bg-rose-600\/60:hover{
  background-color: rgb(225 29 72 / 0.6);
}

.hover\:bg-rose-600\/65:hover{
  background-color: rgb(225 29 72 / 0.65);
}

.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\/85:hover{
  background-color: rgb(225 29 72 / 0.85);
}

.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\/15:hover{
  background-color: rgb(190 18 60 / 0.15);
}

.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\/35:hover{
  background-color: rgb(190 18 60 / 0.35);
}

.hover\:bg-rose-700\/40:hover{
  background-color: rgb(190 18 60 / 0.4);
}

.hover\:bg-rose-700\/45:hover{
  background-color: rgb(190 18 60 / 0.45);
}

.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\/55:hover{
  background-color: rgb(190 18 60 / 0.55);
}

.hover\:bg-rose-700\/60:hover{
  background-color: rgb(190 18 60 / 0.6);
}

.hover\:bg-rose-700\/65:hover{
  background-color: rgb(190 18 60 / 0.65);
}

.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\/85:hover{
  background-color: rgb(190 18 60 / 0.85);
}

.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\/15:hover{
  background-color: rgb(159 18 57 / 0.15);
}

.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\/35:hover{
  background-color: rgb(159 18 57 / 0.35);
}

.hover\:bg-rose-800\/40:hover{
  background-color: rgb(159 18 57 / 0.4);
}

.hover\:bg-rose-800\/45:hover{
  background-color: rgb(159 18 57 / 0.45);
}

.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\/55:hover{
  background-color: rgb(159 18 57 / 0.55);
}

.hover\:bg-rose-800\/60:hover{
  background-color: rgb(159 18 57 / 0.6);
}

.hover\:bg-rose-800\/65:hover{
  background-color: rgb(159 18 57 / 0.65);
}

.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\/85:hover{
  background-color: rgb(159 18 57 / 0.85);
}

.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\/15:hover{
  background-color: rgb(136 19 55 / 0.15);
}

.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\/35:hover{
  background-color: rgb(136 19 55 / 0.35);
}

.hover\:bg-rose-900\/40:hover{
  background-color: rgb(136 19 55 / 0.4);
}

.hover\:bg-rose-900\/45:hover{
  background-color: rgb(136 19 55 / 0.45);
}

.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\/55:hover{
  background-color: rgb(136 19 55 / 0.55);
}

.hover\:bg-rose-900\/60:hover{
  background-color: rgb(136 19 55 / 0.6);
}

.hover\:bg-rose-900\/65:hover{
  background-color: rgb(136 19 55 / 0.65);
}

.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\/85:hover{
  background-color: rgb(136 19 55 / 0.85);
}

.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\/15:hover{
  background-color: rgb(76 5 25 / 0.15);
}

.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\/35:hover{
  background-color: rgb(76 5 25 / 0.35);
}

.hover\:bg-rose-950\/40:hover{
  background-color: rgb(76 5 25 / 0.4);
}

.hover\:bg-rose-950\/45:hover{
  background-color: rgb(76 5 25 / 0.45);
}

.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\/55:hover{
  background-color: rgb(76 5 25 / 0.55);
}

.hover\:bg-rose-950\/60:hover{
  background-color: rgb(76 5 25 / 0.6);
}

.hover\:bg-rose-950\/65:hover{
  background-color: rgb(76 5 25 / 0.65);
}

.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\/85:hover{
  background-color: rgb(76 5 25 / 0.85);
}

.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-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(141 147 167 / var(--tw-bg-opacity));
}

.hover\:bg-secondary\/0:hover{
  background-color: rgb(141 147 167 / 0);
}

.hover\:bg-secondary\/10:hover{
  background-color: rgb(141 147 167 / 0.1);
}

.hover\:bg-secondary\/100:hover{
  background-color: rgb(141 147 167 / 1);
}

.hover\:bg-secondary\/15:hover{
  background-color: rgb(141 147 167 / 0.15);
}

.hover\:bg-secondary\/20:hover{
  background-color: rgb(141 147 167 / 0.2);
}

.hover\:bg-secondary\/25:hover{
  background-color: rgb(141 147 167 / 0.25);
}

.hover\:bg-secondary\/30:hover{
  background-color: rgb(141 147 167 / 0.3);
}

.hover\:bg-secondary\/35:hover{
  background-color: rgb(141 147 167 / 0.35);
}

.hover\:bg-secondary\/40:hover{
  background-color: rgb(141 147 167 / 0.4);
}

.hover\:bg-secondary\/45:hover{
  background-color: rgb(141 147 167 / 0.45);
}

.hover\:bg-secondary\/5:hover{
  background-color: rgb(141 147 167 / 0.05);
}

.hover\:bg-secondary\/50:hover{
  background-color: rgb(141 147 167 / 0.5);
}

.hover\:bg-secondary\/55:hover{
  background-color: rgb(141 147 167 / 0.55);
}

.hover\:bg-secondary\/60:hover{
  background-color: rgb(141 147 167 / 0.6);
}

.hover\:bg-secondary\/65:hover{
  background-color: rgb(141 147 167 / 0.65);
}

.hover\:bg-secondary\/70:hover{
  background-color: rgb(141 147 167 / 0.7);
}

.hover\:bg-secondary\/75:hover{
  background-color: rgb(141 147 167 / 0.75);
}

.hover\:bg-secondary\/80:hover{
  background-color: rgb(141 147 167 / 0.8);
}

.hover\:bg-secondary\/85:hover{
  background-color: rgb(141 147 167 / 0.85);
}

.hover\:bg-secondary\/90:hover{
  background-color: rgb(141 147 167 / 0.9);
}

.hover\:bg-secondary\/95:hover{
  background-color: rgb(141 147 167 / 0.95);
}

.hover\:bg-senary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(73 134 231 / var(--tw-bg-opacity));
}

.hover\:bg-senary\/0:hover{
  background-color: rgb(73 134 231 / 0);
}

.hover\:bg-senary\/10:hover{
  background-color: rgb(73 134 231 / 0.1);
}

.hover\:bg-senary\/100:hover{
  background-color: rgb(73 134 231 / 1);
}

.hover\:bg-senary\/15:hover{
  background-color: rgb(73 134 231 / 0.15);
}

.hover\:bg-senary\/20:hover{
  background-color: rgb(73 134 231 / 0.2);
}

.hover\:bg-senary\/25:hover{
  background-color: rgb(73 134 231 / 0.25);
}

.hover\:bg-senary\/30:hover{
  background-color: rgb(73 134 231 / 0.3);
}

.hover\:bg-senary\/35:hover{
  background-color: rgb(73 134 231 / 0.35);
}

.hover\:bg-senary\/40:hover{
  background-color: rgb(73 134 231 / 0.4);
}

.hover\:bg-senary\/45:hover{
  background-color: rgb(73 134 231 / 0.45);
}

.hover\:bg-senary\/5:hover{
  background-color: rgb(73 134 231 / 0.05);
}

.hover\:bg-senary\/50:hover{
  background-color: rgb(73 134 231 / 0.5);
}

.hover\:bg-senary\/55:hover{
  background-color: rgb(73 134 231 / 0.55);
}

.hover\:bg-senary\/60:hover{
  background-color: rgb(73 134 231 / 0.6);
}

.hover\:bg-senary\/65:hover{
  background-color: rgb(73 134 231 / 0.65);
}

.hover\:bg-senary\/70:hover{
  background-color: rgb(73 134 231 / 0.7);
}

.hover\:bg-senary\/75:hover{
  background-color: rgb(73 134 231 / 0.75);
}

.hover\:bg-senary\/80:hover{
  background-color: rgb(73 134 231 / 0.8);
}

.hover\:bg-senary\/85:hover{
  background-color: rgb(73 134 231 / 0.85);
}

.hover\:bg-senary\/90:hover{
  background-color: rgb(73 134 231 / 0.9);
}

.hover\:bg-senary\/95:hover{
  background-color: rgb(73 134 231 / 0.95);
}

.hover\:bg-septenary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(49 88 129 / var(--tw-bg-opacity));
}

.hover\:bg-septenary\/0:hover{
  background-color: rgb(49 88 129 / 0);
}

.hover\:bg-septenary\/10:hover{
  background-color: rgb(49 88 129 / 0.1);
}

.hover\:bg-septenary\/100:hover{
  background-color: rgb(49 88 129 / 1);
}

.hover\:bg-septenary\/15:hover{
  background-color: rgb(49 88 129 / 0.15);
}

.hover\:bg-septenary\/20:hover{
  background-color: rgb(49 88 129 / 0.2);
}

.hover\:bg-septenary\/25:hover{
  background-color: rgb(49 88 129 / 0.25);
}

.hover\:bg-septenary\/30:hover{
  background-color: rgb(49 88 129 / 0.3);
}

.hover\:bg-septenary\/35:hover{
  background-color: rgb(49 88 129 / 0.35);
}

.hover\:bg-septenary\/40:hover{
  background-color: rgb(49 88 129 / 0.4);
}

.hover\:bg-septenary\/45:hover{
  background-color: rgb(49 88 129 / 0.45);
}

.hover\:bg-septenary\/5:hover{
  background-color: rgb(49 88 129 / 0.05);
}

.hover\:bg-septenary\/50:hover{
  background-color: rgb(49 88 129 / 0.5);
}

.hover\:bg-septenary\/55:hover{
  background-color: rgb(49 88 129 / 0.55);
}

.hover\:bg-septenary\/60:hover{
  background-color: rgb(49 88 129 / 0.6);
}

.hover\:bg-septenary\/65:hover{
  background-color: rgb(49 88 129 / 0.65);
}

.hover\:bg-septenary\/70:hover{
  background-color: rgb(49 88 129 / 0.7);
}

.hover\:bg-septenary\/75:hover{
  background-color: rgb(49 88 129 / 0.75);
}

.hover\:bg-septenary\/80:hover{
  background-color: rgb(49 88 129 / 0.8);
}

.hover\:bg-septenary\/85:hover{
  background-color: rgb(49 88 129 / 0.85);
}

.hover\:bg-septenary\/90:hover{
  background-color: rgb(49 88 129 / 0.9);
}

.hover\:bg-septenary\/95:hover{
  background-color: rgb(49 88 129 / 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\/15:hover{
  background-color: rgb(224 242 254 / 0.15);
}

.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\/35:hover{
  background-color: rgb(224 242 254 / 0.35);
}

.hover\:bg-sky-100\/40:hover{
  background-color: rgb(224 242 254 / 0.4);
}

.hover\:bg-sky-100\/45:hover{
  background-color: rgb(224 242 254 / 0.45);
}

.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\/55:hover{
  background-color: rgb(224 242 254 / 0.55);
}

.hover\:bg-sky-100\/60:hover{
  background-color: rgb(224 242 254 / 0.6);
}

.hover\:bg-sky-100\/65:hover{
  background-color: rgb(224 242 254 / 0.65);
}

.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\/85:hover{
  background-color: rgb(224 242 254 / 0.85);
}

.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\/15:hover{
  background-color: rgb(186 230 253 / 0.15);
}

.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\/35:hover{
  background-color: rgb(186 230 253 / 0.35);
}

.hover\:bg-sky-200\/40:hover{
  background-color: rgb(186 230 253 / 0.4);
}

.hover\:bg-sky-200\/45:hover{
  background-color: rgb(186 230 253 / 0.45);
}

.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\/55:hover{
  background-color: rgb(186 230 253 / 0.55);
}

.hover\:bg-sky-200\/60:hover{
  background-color: rgb(186 230 253 / 0.6);
}

.hover\:bg-sky-200\/65:hover{
  background-color: rgb(186 230 253 / 0.65);
}

.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\/85:hover{
  background-color: rgb(186 230 253 / 0.85);
}

.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\/15:hover{
  background-color: rgb(125 211 252 / 0.15);
}

.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\/35:hover{
  background-color: rgb(125 211 252 / 0.35);
}

.hover\:bg-sky-300\/40:hover{
  background-color: rgb(125 211 252 / 0.4);
}

.hover\:bg-sky-300\/45:hover{
  background-color: rgb(125 211 252 / 0.45);
}

.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\/55:hover{
  background-color: rgb(125 211 252 / 0.55);
}

.hover\:bg-sky-300\/60:hover{
  background-color: rgb(125 211 252 / 0.6);
}

.hover\:bg-sky-300\/65:hover{
  background-color: rgb(125 211 252 / 0.65);
}

.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\/85:hover{
  background-color: rgb(125 211 252 / 0.85);
}

.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\/15:hover{
  background-color: rgb(56 189 248 / 0.15);
}

.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\/35:hover{
  background-color: rgb(56 189 248 / 0.35);
}

.hover\:bg-sky-400\/40:hover{
  background-color: rgb(56 189 248 / 0.4);
}

.hover\:bg-sky-400\/45:hover{
  background-color: rgb(56 189 248 / 0.45);
}

.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\/55:hover{
  background-color: rgb(56 189 248 / 0.55);
}

.hover\:bg-sky-400\/60:hover{
  background-color: rgb(56 189 248 / 0.6);
}

.hover\:bg-sky-400\/65:hover{
  background-color: rgb(56 189 248 / 0.65);
}

.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\/85:hover{
  background-color: rgb(56 189 248 / 0.85);
}

.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\/15:hover{
  background-color: rgb(240 249 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(240 249 255 / 0.35);
}

.hover\:bg-sky-50\/40:hover{
  background-color: rgb(240 249 255 / 0.4);
}

.hover\:bg-sky-50\/45:hover{
  background-color: rgb(240 249 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(240 249 255 / 0.55);
}

.hover\:bg-sky-50\/60:hover{
  background-color: rgb(240 249 255 / 0.6);
}

.hover\:bg-sky-50\/65:hover{
  background-color: rgb(240 249 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(240 249 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(14 165 233 / 0.15);
}

.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\/35:hover{
  background-color: rgb(14 165 233 / 0.35);
}

.hover\:bg-sky-500\/40:hover{
  background-color: rgb(14 165 233 / 0.4);
}

.hover\:bg-sky-500\/45:hover{
  background-color: rgb(14 165 233 / 0.45);
}

.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\/55:hover{
  background-color: rgb(14 165 233 / 0.55);
}

.hover\:bg-sky-500\/60:hover{
  background-color: rgb(14 165 233 / 0.6);
}

.hover\:bg-sky-500\/65:hover{
  background-color: rgb(14 165 233 / 0.65);
}

.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\/85:hover{
  background-color: rgb(14 165 233 / 0.85);
}

.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\/15:hover{
  background-color: rgb(2 132 199 / 0.15);
}

.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\/35:hover{
  background-color: rgb(2 132 199 / 0.35);
}

.hover\:bg-sky-600\/40:hover{
  background-color: rgb(2 132 199 / 0.4);
}

.hover\:bg-sky-600\/45:hover{
  background-color: rgb(2 132 199 / 0.45);
}

.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\/55:hover{
  background-color: rgb(2 132 199 / 0.55);
}

.hover\:bg-sky-600\/60:hover{
  background-color: rgb(2 132 199 / 0.6);
}

.hover\:bg-sky-600\/65:hover{
  background-color: rgb(2 132 199 / 0.65);
}

.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\/85:hover{
  background-color: rgb(2 132 199 / 0.85);
}

.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\/15:hover{
  background-color: rgb(3 105 161 / 0.15);
}

.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\/35:hover{
  background-color: rgb(3 105 161 / 0.35);
}

.hover\:bg-sky-700\/40:hover{
  background-color: rgb(3 105 161 / 0.4);
}

.hover\:bg-sky-700\/45:hover{
  background-color: rgb(3 105 161 / 0.45);
}

.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\/55:hover{
  background-color: rgb(3 105 161 / 0.55);
}

.hover\:bg-sky-700\/60:hover{
  background-color: rgb(3 105 161 / 0.6);
}

.hover\:bg-sky-700\/65:hover{
  background-color: rgb(3 105 161 / 0.65);
}

.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\/85:hover{
  background-color: rgb(3 105 161 / 0.85);
}

.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\/15:hover{
  background-color: rgb(7 89 133 / 0.15);
}

.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\/35:hover{
  background-color: rgb(7 89 133 / 0.35);
}

.hover\:bg-sky-800\/40:hover{
  background-color: rgb(7 89 133 / 0.4);
}

.hover\:bg-sky-800\/45:hover{
  background-color: rgb(7 89 133 / 0.45);
}

.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\/55:hover{
  background-color: rgb(7 89 133 / 0.55);
}

.hover\:bg-sky-800\/60:hover{
  background-color: rgb(7 89 133 / 0.6);
}

.hover\:bg-sky-800\/65:hover{
  background-color: rgb(7 89 133 / 0.65);
}

.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\/85:hover{
  background-color: rgb(7 89 133 / 0.85);
}

.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\/15:hover{
  background-color: rgb(12 74 110 / 0.15);
}

.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\/35:hover{
  background-color: rgb(12 74 110 / 0.35);
}

.hover\:bg-sky-900\/40:hover{
  background-color: rgb(12 74 110 / 0.4);
}

.hover\:bg-sky-900\/45:hover{
  background-color: rgb(12 74 110 / 0.45);
}

.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\/55:hover{
  background-color: rgb(12 74 110 / 0.55);
}

.hover\:bg-sky-900\/60:hover{
  background-color: rgb(12 74 110 / 0.6);
}

.hover\:bg-sky-900\/65:hover{
  background-color: rgb(12 74 110 / 0.65);
}

.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\/85:hover{
  background-color: rgb(12 74 110 / 0.85);
}

.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\/15:hover{
  background-color: rgb(8 47 73 / 0.15);
}

.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\/35:hover{
  background-color: rgb(8 47 73 / 0.35);
}

.hover\:bg-sky-950\/40:hover{
  background-color: rgb(8 47 73 / 0.4);
}

.hover\:bg-sky-950\/45:hover{
  background-color: rgb(8 47 73 / 0.45);
}

.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\/55:hover{
  background-color: rgb(8 47 73 / 0.55);
}

.hover\:bg-sky-950\/60:hover{
  background-color: rgb(8 47 73 / 0.6);
}

.hover\:bg-sky-950\/65:hover{
  background-color: rgb(8 47 73 / 0.65);
}

.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\/85:hover{
  background-color: rgb(8 47 73 / 0.85);
}

.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\/15:hover{
  background-color: rgb(241 245 249 / 0.15);
}

.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\/35:hover{
  background-color: rgb(241 245 249 / 0.35);
}

.hover\:bg-slate-100\/40:hover{
  background-color: rgb(241 245 249 / 0.4);
}

.hover\:bg-slate-100\/45:hover{
  background-color: rgb(241 245 249 / 0.45);
}

.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\/55:hover{
  background-color: rgb(241 245 249 / 0.55);
}

.hover\:bg-slate-100\/60:hover{
  background-color: rgb(241 245 249 / 0.6);
}

.hover\:bg-slate-100\/65:hover{
  background-color: rgb(241 245 249 / 0.65);
}

.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\/85:hover{
  background-color: rgb(241 245 249 / 0.85);
}

.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\/15:hover{
  background-color: rgb(226 232 240 / 0.15);
}

.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\/35:hover{
  background-color: rgb(226 232 240 / 0.35);
}

.hover\:bg-slate-200\/40:hover{
  background-color: rgb(226 232 240 / 0.4);
}

.hover\:bg-slate-200\/45:hover{
  background-color: rgb(226 232 240 / 0.45);
}

.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\/55:hover{
  background-color: rgb(226 232 240 / 0.55);
}

.hover\:bg-slate-200\/60:hover{
  background-color: rgb(226 232 240 / 0.6);
}

.hover\:bg-slate-200\/65:hover{
  background-color: rgb(226 232 240 / 0.65);
}

.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\/85:hover{
  background-color: rgb(226 232 240 / 0.85);
}

.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\/15:hover{
  background-color: rgb(203 213 225 / 0.15);
}

.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\/35:hover{
  background-color: rgb(203 213 225 / 0.35);
}

.hover\:bg-slate-300\/40:hover{
  background-color: rgb(203 213 225 / 0.4);
}

.hover\:bg-slate-300\/45:hover{
  background-color: rgb(203 213 225 / 0.45);
}

.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\/55:hover{
  background-color: rgb(203 213 225 / 0.55);
}

.hover\:bg-slate-300\/60:hover{
  background-color: rgb(203 213 225 / 0.6);
}

.hover\:bg-slate-300\/65:hover{
  background-color: rgb(203 213 225 / 0.65);
}

.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\/85:hover{
  background-color: rgb(203 213 225 / 0.85);
}

.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\/15:hover{
  background-color: rgb(148 163 184 / 0.15);
}

.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\/35:hover{
  background-color: rgb(148 163 184 / 0.35);
}

.hover\:bg-slate-400\/40:hover{
  background-color: rgb(148 163 184 / 0.4);
}

.hover\:bg-slate-400\/45:hover{
  background-color: rgb(148 163 184 / 0.45);
}

.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\/55:hover{
  background-color: rgb(148 163 184 / 0.55);
}

.hover\:bg-slate-400\/60:hover{
  background-color: rgb(148 163 184 / 0.6);
}

.hover\:bg-slate-400\/65:hover{
  background-color: rgb(148 163 184 / 0.65);
}

.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\/85:hover{
  background-color: rgb(148 163 184 / 0.85);
}

.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\/15:hover{
  background-color: rgb(248 250 252 / 0.15);
}

.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\/35:hover{
  background-color: rgb(248 250 252 / 0.35);
}

.hover\:bg-slate-50\/40:hover{
  background-color: rgb(248 250 252 / 0.4);
}

.hover\:bg-slate-50\/45:hover{
  background-color: rgb(248 250 252 / 0.45);
}

.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\/55:hover{
  background-color: rgb(248 250 252 / 0.55);
}

.hover\:bg-slate-50\/60:hover{
  background-color: rgb(248 250 252 / 0.6);
}

.hover\:bg-slate-50\/65:hover{
  background-color: rgb(248 250 252 / 0.65);
}

.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\/85:hover{
  background-color: rgb(248 250 252 / 0.85);
}

.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\/15:hover{
  background-color: rgb(100 116 139 / 0.15);
}

.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\/35:hover{
  background-color: rgb(100 116 139 / 0.35);
}

.hover\:bg-slate-500\/40:hover{
  background-color: rgb(100 116 139 / 0.4);
}

.hover\:bg-slate-500\/45:hover{
  background-color: rgb(100 116 139 / 0.45);
}

.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\/55:hover{
  background-color: rgb(100 116 139 / 0.55);
}

.hover\:bg-slate-500\/60:hover{
  background-color: rgb(100 116 139 / 0.6);
}

.hover\:bg-slate-500\/65:hover{
  background-color: rgb(100 116 139 / 0.65);
}

.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\/85:hover{
  background-color: rgb(100 116 139 / 0.85);
}

.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\/15:hover{
  background-color: rgb(71 85 105 / 0.15);
}

.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\/35:hover{
  background-color: rgb(71 85 105 / 0.35);
}

.hover\:bg-slate-600\/40:hover{
  background-color: rgb(71 85 105 / 0.4);
}

.hover\:bg-slate-600\/45:hover{
  background-color: rgb(71 85 105 / 0.45);
}

.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\/55:hover{
  background-color: rgb(71 85 105 / 0.55);
}

.hover\:bg-slate-600\/60:hover{
  background-color: rgb(71 85 105 / 0.6);
}

.hover\:bg-slate-600\/65:hover{
  background-color: rgb(71 85 105 / 0.65);
}

.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\/85:hover{
  background-color: rgb(71 85 105 / 0.85);
}

.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\/15:hover{
  background-color: rgb(51 65 85 / 0.15);
}

.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\/35:hover{
  background-color: rgb(51 65 85 / 0.35);
}

.hover\:bg-slate-700\/40:hover{
  background-color: rgb(51 65 85 / 0.4);
}

.hover\:bg-slate-700\/45:hover{
  background-color: rgb(51 65 85 / 0.45);
}

.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\/55:hover{
  background-color: rgb(51 65 85 / 0.55);
}

.hover\:bg-slate-700\/60:hover{
  background-color: rgb(51 65 85 / 0.6);
}

.hover\:bg-slate-700\/65:hover{
  background-color: rgb(51 65 85 / 0.65);
}

.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\/85:hover{
  background-color: rgb(51 65 85 / 0.85);
}

.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\/15:hover{
  background-color: rgb(30 41 59 / 0.15);
}

.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\/35:hover{
  background-color: rgb(30 41 59 / 0.35);
}

.hover\:bg-slate-800\/40:hover{
  background-color: rgb(30 41 59 / 0.4);
}

.hover\:bg-slate-800\/45:hover{
  background-color: rgb(30 41 59 / 0.45);
}

.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\/55:hover{
  background-color: rgb(30 41 59 / 0.55);
}

.hover\:bg-slate-800\/60:hover{
  background-color: rgb(30 41 59 / 0.6);
}

.hover\:bg-slate-800\/65:hover{
  background-color: rgb(30 41 59 / 0.65);
}

.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\/85:hover{
  background-color: rgb(30 41 59 / 0.85);
}

.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\/15:hover{
  background-color: rgb(15 23 42 / 0.15);
}

.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\/35:hover{
  background-color: rgb(15 23 42 / 0.35);
}

.hover\:bg-slate-900\/40:hover{
  background-color: rgb(15 23 42 / 0.4);
}

.hover\:bg-slate-900\/45:hover{
  background-color: rgb(15 23 42 / 0.45);
}

.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\/55:hover{
  background-color: rgb(15 23 42 / 0.55);
}

.hover\:bg-slate-900\/60:hover{
  background-color: rgb(15 23 42 / 0.6);
}

.hover\:bg-slate-900\/65:hover{
  background-color: rgb(15 23 42 / 0.65);
}

.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\/85:hover{
  background-color: rgb(15 23 42 / 0.85);
}

.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\/15:hover{
  background-color: rgb(2 6 23 / 0.15);
}

.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\/35:hover{
  background-color: rgb(2 6 23 / 0.35);
}

.hover\:bg-slate-950\/40:hover{
  background-color: rgb(2 6 23 / 0.4);
}

.hover\:bg-slate-950\/45:hover{
  background-color: rgb(2 6 23 / 0.45);
}

.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\/55:hover{
  background-color: rgb(2 6 23 / 0.55);
}

.hover\:bg-slate-950\/60:hover{
  background-color: rgb(2 6 23 / 0.6);
}

.hover\:bg-slate-950\/65:hover{
  background-color: rgb(2 6 23 / 0.65);
}

.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\/85:hover{
  background-color: rgb(2 6 23 / 0.85);
}

.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\/15:hover{
  background-color: rgb(245 245 244 / 0.15);
}

.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\/35:hover{
  background-color: rgb(245 245 244 / 0.35);
}

.hover\:bg-stone-100\/40:hover{
  background-color: rgb(245 245 244 / 0.4);
}

.hover\:bg-stone-100\/45:hover{
  background-color: rgb(245 245 244 / 0.45);
}

.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\/55:hover{
  background-color: rgb(245 245 244 / 0.55);
}

.hover\:bg-stone-100\/60:hover{
  background-color: rgb(245 245 244 / 0.6);
}

.hover\:bg-stone-100\/65:hover{
  background-color: rgb(245 245 244 / 0.65);
}

.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\/85:hover{
  background-color: rgb(245 245 244 / 0.85);
}

.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\/15:hover{
  background-color: rgb(231 229 228 / 0.15);
}

.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\/35:hover{
  background-color: rgb(231 229 228 / 0.35);
}

.hover\:bg-stone-200\/40:hover{
  background-color: rgb(231 229 228 / 0.4);
}

.hover\:bg-stone-200\/45:hover{
  background-color: rgb(231 229 228 / 0.45);
}

.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\/55:hover{
  background-color: rgb(231 229 228 / 0.55);
}

.hover\:bg-stone-200\/60:hover{
  background-color: rgb(231 229 228 / 0.6);
}

.hover\:bg-stone-200\/65:hover{
  background-color: rgb(231 229 228 / 0.65);
}

.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\/85:hover{
  background-color: rgb(231 229 228 / 0.85);
}

.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\/15:hover{
  background-color: rgb(214 211 209 / 0.15);
}

.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\/35:hover{
  background-color: rgb(214 211 209 / 0.35);
}

.hover\:bg-stone-300\/40:hover{
  background-color: rgb(214 211 209 / 0.4);
}

.hover\:bg-stone-300\/45:hover{
  background-color: rgb(214 211 209 / 0.45);
}

.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\/55:hover{
  background-color: rgb(214 211 209 / 0.55);
}

.hover\:bg-stone-300\/60:hover{
  background-color: rgb(214 211 209 / 0.6);
}

.hover\:bg-stone-300\/65:hover{
  background-color: rgb(214 211 209 / 0.65);
}

.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\/85:hover{
  background-color: rgb(214 211 209 / 0.85);
}

.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\/15:hover{
  background-color: rgb(168 162 158 / 0.15);
}

.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\/35:hover{
  background-color: rgb(168 162 158 / 0.35);
}

.hover\:bg-stone-400\/40:hover{
  background-color: rgb(168 162 158 / 0.4);
}

.hover\:bg-stone-400\/45:hover{
  background-color: rgb(168 162 158 / 0.45);
}

.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\/55:hover{
  background-color: rgb(168 162 158 / 0.55);
}

.hover\:bg-stone-400\/60:hover{
  background-color: rgb(168 162 158 / 0.6);
}

.hover\:bg-stone-400\/65:hover{
  background-color: rgb(168 162 158 / 0.65);
}

.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\/85:hover{
  background-color: rgb(168 162 158 / 0.85);
}

.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\/15:hover{
  background-color: rgb(250 250 249 / 0.15);
}

.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\/35:hover{
  background-color: rgb(250 250 249 / 0.35);
}

.hover\:bg-stone-50\/40:hover{
  background-color: rgb(250 250 249 / 0.4);
}

.hover\:bg-stone-50\/45:hover{
  background-color: rgb(250 250 249 / 0.45);
}

.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\/55:hover{
  background-color: rgb(250 250 249 / 0.55);
}

.hover\:bg-stone-50\/60:hover{
  background-color: rgb(250 250 249 / 0.6);
}

.hover\:bg-stone-50\/65:hover{
  background-color: rgb(250 250 249 / 0.65);
}

.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\/85:hover{
  background-color: rgb(250 250 249 / 0.85);
}

.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\/15:hover{
  background-color: rgb(120 113 108 / 0.15);
}

.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\/35:hover{
  background-color: rgb(120 113 108 / 0.35);
}

.hover\:bg-stone-500\/40:hover{
  background-color: rgb(120 113 108 / 0.4);
}

.hover\:bg-stone-500\/45:hover{
  background-color: rgb(120 113 108 / 0.45);
}

.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\/55:hover{
  background-color: rgb(120 113 108 / 0.55);
}

.hover\:bg-stone-500\/60:hover{
  background-color: rgb(120 113 108 / 0.6);
}

.hover\:bg-stone-500\/65:hover{
  background-color: rgb(120 113 108 / 0.65);
}

.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\/85:hover{
  background-color: rgb(120 113 108 / 0.85);
}

.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\/15:hover{
  background-color: rgb(87 83 78 / 0.15);
}

.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\/35:hover{
  background-color: rgb(87 83 78 / 0.35);
}

.hover\:bg-stone-600\/40:hover{
  background-color: rgb(87 83 78 / 0.4);
}

.hover\:bg-stone-600\/45:hover{
  background-color: rgb(87 83 78 / 0.45);
}

.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\/55:hover{
  background-color: rgb(87 83 78 / 0.55);
}

.hover\:bg-stone-600\/60:hover{
  background-color: rgb(87 83 78 / 0.6);
}

.hover\:bg-stone-600\/65:hover{
  background-color: rgb(87 83 78 / 0.65);
}

.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\/85:hover{
  background-color: rgb(87 83 78 / 0.85);
}

.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\/15:hover{
  background-color: rgb(68 64 60 / 0.15);
}

.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\/35:hover{
  background-color: rgb(68 64 60 / 0.35);
}

.hover\:bg-stone-700\/40:hover{
  background-color: rgb(68 64 60 / 0.4);
}

.hover\:bg-stone-700\/45:hover{
  background-color: rgb(68 64 60 / 0.45);
}

.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\/55:hover{
  background-color: rgb(68 64 60 / 0.55);
}

.hover\:bg-stone-700\/60:hover{
  background-color: rgb(68 64 60 / 0.6);
}

.hover\:bg-stone-700\/65:hover{
  background-color: rgb(68 64 60 / 0.65);
}

.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\/85:hover{
  background-color: rgb(68 64 60 / 0.85);
}

.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\/15:hover{
  background-color: rgb(41 37 36 / 0.15);
}

.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\/35:hover{
  background-color: rgb(41 37 36 / 0.35);
}

.hover\:bg-stone-800\/40:hover{
  background-color: rgb(41 37 36 / 0.4);
}

.hover\:bg-stone-800\/45:hover{
  background-color: rgb(41 37 36 / 0.45);
}

.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\/55:hover{
  background-color: rgb(41 37 36 / 0.55);
}

.hover\:bg-stone-800\/60:hover{
  background-color: rgb(41 37 36 / 0.6);
}

.hover\:bg-stone-800\/65:hover{
  background-color: rgb(41 37 36 / 0.65);
}

.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\/85:hover{
  background-color: rgb(41 37 36 / 0.85);
}

.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\/15:hover{
  background-color: rgb(28 25 23 / 0.15);
}

.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\/35:hover{
  background-color: rgb(28 25 23 / 0.35);
}

.hover\:bg-stone-900\/40:hover{
  background-color: rgb(28 25 23 / 0.4);
}

.hover\:bg-stone-900\/45:hover{
  background-color: rgb(28 25 23 / 0.45);
}

.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\/55:hover{
  background-color: rgb(28 25 23 / 0.55);
}

.hover\:bg-stone-900\/60:hover{
  background-color: rgb(28 25 23 / 0.6);
}

.hover\:bg-stone-900\/65:hover{
  background-color: rgb(28 25 23 / 0.65);
}

.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\/85:hover{
  background-color: rgb(28 25 23 / 0.85);
}

.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\/15:hover{
  background-color: rgb(12 10 9 / 0.15);
}

.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\/35:hover{
  background-color: rgb(12 10 9 / 0.35);
}

.hover\:bg-stone-950\/40:hover{
  background-color: rgb(12 10 9 / 0.4);
}

.hover\:bg-stone-950\/45:hover{
  background-color: rgb(12 10 9 / 0.45);
}

.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\/55:hover{
  background-color: rgb(12 10 9 / 0.55);
}

.hover\:bg-stone-950\/60:hover{
  background-color: rgb(12 10 9 / 0.6);
}

.hover\:bg-stone-950\/65:hover{
  background-color: rgb(12 10 9 / 0.65);
}

.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\/85:hover{
  background-color: rgb(12 10 9 / 0.85);
}

.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-success:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(7 196 149 / var(--tw-bg-opacity));
}

.hover\:bg-success\/0:hover{
  background-color: rgb(7 196 149 / 0);
}

.hover\:bg-success\/10:hover{
  background-color: rgb(7 196 149 / 0.1);
}

.hover\:bg-success\/100:hover{
  background-color: rgb(7 196 149 / 1);
}

.hover\:bg-success\/15:hover{
  background-color: rgb(7 196 149 / 0.15);
}

.hover\:bg-success\/20:hover{
  background-color: rgb(7 196 149 / 0.2);
}

.hover\:bg-success\/25:hover{
  background-color: rgb(7 196 149 / 0.25);
}

.hover\:bg-success\/30:hover{
  background-color: rgb(7 196 149 / 0.3);
}

.hover\:bg-success\/35:hover{
  background-color: rgb(7 196 149 / 0.35);
}

.hover\:bg-success\/40:hover{
  background-color: rgb(7 196 149 / 0.4);
}

.hover\:bg-success\/45:hover{
  background-color: rgb(7 196 149 / 0.45);
}

.hover\:bg-success\/5:hover{
  background-color: rgb(7 196 149 / 0.05);
}

.hover\:bg-success\/50:hover{
  background-color: rgb(7 196 149 / 0.5);
}

.hover\:bg-success\/55:hover{
  background-color: rgb(7 196 149 / 0.55);
}

.hover\:bg-success\/60:hover{
  background-color: rgb(7 196 149 / 0.6);
}

.hover\:bg-success\/65:hover{
  background-color: rgb(7 196 149 / 0.65);
}

.hover\:bg-success\/70:hover{
  background-color: rgb(7 196 149 / 0.7);
}

.hover\:bg-success\/75:hover{
  background-color: rgb(7 196 149 / 0.75);
}

.hover\:bg-success\/80:hover{
  background-color: rgb(7 196 149 / 0.8);
}

.hover\:bg-success\/85:hover{
  background-color: rgb(7 196 149 / 0.85);
}

.hover\:bg-success\/90:hover{
  background-color: rgb(7 196 149 / 0.9);
}

.hover\:bg-success\/95:hover{
  background-color: rgb(7 196 149 / 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\/15:hover{
  background-color: rgb(204 251 241 / 0.15);
}

.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\/35:hover{
  background-color: rgb(204 251 241 / 0.35);
}

.hover\:bg-teal-100\/40:hover{
  background-color: rgb(204 251 241 / 0.4);
}

.hover\:bg-teal-100\/45:hover{
  background-color: rgb(204 251 241 / 0.45);
}

.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\/55:hover{
  background-color: rgb(204 251 241 / 0.55);
}

.hover\:bg-teal-100\/60:hover{
  background-color: rgb(204 251 241 / 0.6);
}

.hover\:bg-teal-100\/65:hover{
  background-color: rgb(204 251 241 / 0.65);
}

.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\/85:hover{
  background-color: rgb(204 251 241 / 0.85);
}

.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\/15:hover{
  background-color: rgb(153 246 228 / 0.15);
}

.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\/35:hover{
  background-color: rgb(153 246 228 / 0.35);
}

.hover\:bg-teal-200\/40:hover{
  background-color: rgb(153 246 228 / 0.4);
}

.hover\:bg-teal-200\/45:hover{
  background-color: rgb(153 246 228 / 0.45);
}

.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\/55:hover{
  background-color: rgb(153 246 228 / 0.55);
}

.hover\:bg-teal-200\/60:hover{
  background-color: rgb(153 246 228 / 0.6);
}

.hover\:bg-teal-200\/65:hover{
  background-color: rgb(153 246 228 / 0.65);
}

.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\/85:hover{
  background-color: rgb(153 246 228 / 0.85);
}

.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\/15:hover{
  background-color: rgb(94 234 212 / 0.15);
}

.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\/35:hover{
  background-color: rgb(94 234 212 / 0.35);
}

.hover\:bg-teal-300\/40:hover{
  background-color: rgb(94 234 212 / 0.4);
}

.hover\:bg-teal-300\/45:hover{
  background-color: rgb(94 234 212 / 0.45);
}

.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\/55:hover{
  background-color: rgb(94 234 212 / 0.55);
}

.hover\:bg-teal-300\/60:hover{
  background-color: rgb(94 234 212 / 0.6);
}

.hover\:bg-teal-300\/65:hover{
  background-color: rgb(94 234 212 / 0.65);
}

.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\/85:hover{
  background-color: rgb(94 234 212 / 0.85);
}

.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\/15:hover{
  background-color: rgb(45 212 191 / 0.15);
}

.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\/35:hover{
  background-color: rgb(45 212 191 / 0.35);
}

.hover\:bg-teal-400\/40:hover{
  background-color: rgb(45 212 191 / 0.4);
}

.hover\:bg-teal-400\/45:hover{
  background-color: rgb(45 212 191 / 0.45);
}

.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\/55:hover{
  background-color: rgb(45 212 191 / 0.55);
}

.hover\:bg-teal-400\/60:hover{
  background-color: rgb(45 212 191 / 0.6);
}

.hover\:bg-teal-400\/65:hover{
  background-color: rgb(45 212 191 / 0.65);
}

.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\/85:hover{
  background-color: rgb(45 212 191 / 0.85);
}

.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\/15:hover{
  background-color: rgb(240 253 250 / 0.15);
}

.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\/35:hover{
  background-color: rgb(240 253 250 / 0.35);
}

.hover\:bg-teal-50\/40:hover{
  background-color: rgb(240 253 250 / 0.4);
}

.hover\:bg-teal-50\/45:hover{
  background-color: rgb(240 253 250 / 0.45);
}

.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\/55:hover{
  background-color: rgb(240 253 250 / 0.55);
}

.hover\:bg-teal-50\/60:hover{
  background-color: rgb(240 253 250 / 0.6);
}

.hover\:bg-teal-50\/65:hover{
  background-color: rgb(240 253 250 / 0.65);
}

.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\/85:hover{
  background-color: rgb(240 253 250 / 0.85);
}

.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\/15:hover{
  background-color: rgb(20 184 166 / 0.15);
}

.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\/35:hover{
  background-color: rgb(20 184 166 / 0.35);
}

.hover\:bg-teal-500\/40:hover{
  background-color: rgb(20 184 166 / 0.4);
}

.hover\:bg-teal-500\/45:hover{
  background-color: rgb(20 184 166 / 0.45);
}

.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\/55:hover{
  background-color: rgb(20 184 166 / 0.55);
}

.hover\:bg-teal-500\/60:hover{
  background-color: rgb(20 184 166 / 0.6);
}

.hover\:bg-teal-500\/65:hover{
  background-color: rgb(20 184 166 / 0.65);
}

.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\/85:hover{
  background-color: rgb(20 184 166 / 0.85);
}

.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\/15:hover{
  background-color: rgb(13 148 136 / 0.15);
}

.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\/35:hover{
  background-color: rgb(13 148 136 / 0.35);
}

.hover\:bg-teal-600\/40:hover{
  background-color: rgb(13 148 136 / 0.4);
}

.hover\:bg-teal-600\/45:hover{
  background-color: rgb(13 148 136 / 0.45);
}

.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\/55:hover{
  background-color: rgb(13 148 136 / 0.55);
}

.hover\:bg-teal-600\/60:hover{
  background-color: rgb(13 148 136 / 0.6);
}

.hover\:bg-teal-600\/65:hover{
  background-color: rgb(13 148 136 / 0.65);
}

.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\/85:hover{
  background-color: rgb(13 148 136 / 0.85);
}

.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\/15:hover{
  background-color: rgb(15 118 110 / 0.15);
}

.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\/35:hover{
  background-color: rgb(15 118 110 / 0.35);
}

.hover\:bg-teal-700\/40:hover{
  background-color: rgb(15 118 110 / 0.4);
}

.hover\:bg-teal-700\/45:hover{
  background-color: rgb(15 118 110 / 0.45);
}

.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\/55:hover{
  background-color: rgb(15 118 110 / 0.55);
}

.hover\:bg-teal-700\/60:hover{
  background-color: rgb(15 118 110 / 0.6);
}

.hover\:bg-teal-700\/65:hover{
  background-color: rgb(15 118 110 / 0.65);
}

.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\/85:hover{
  background-color: rgb(15 118 110 / 0.85);
}

.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\/15:hover{
  background-color: rgb(17 94 89 / 0.15);
}

.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\/35:hover{
  background-color: rgb(17 94 89 / 0.35);
}

.hover\:bg-teal-800\/40:hover{
  background-color: rgb(17 94 89 / 0.4);
}

.hover\:bg-teal-800\/45:hover{
  background-color: rgb(17 94 89 / 0.45);
}

.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\/55:hover{
  background-color: rgb(17 94 89 / 0.55);
}

.hover\:bg-teal-800\/60:hover{
  background-color: rgb(17 94 89 / 0.6);
}

.hover\:bg-teal-800\/65:hover{
  background-color: rgb(17 94 89 / 0.65);
}

.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\/85:hover{
  background-color: rgb(17 94 89 / 0.85);
}

.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\/15:hover{
  background-color: rgb(19 78 74 / 0.15);
}

.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\/35:hover{
  background-color: rgb(19 78 74 / 0.35);
}

.hover\:bg-teal-900\/40:hover{
  background-color: rgb(19 78 74 / 0.4);
}

.hover\:bg-teal-900\/45:hover{
  background-color: rgb(19 78 74 / 0.45);
}

.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\/55:hover{
  background-color: rgb(19 78 74 / 0.55);
}

.hover\:bg-teal-900\/60:hover{
  background-color: rgb(19 78 74 / 0.6);
}

.hover\:bg-teal-900\/65:hover{
  background-color: rgb(19 78 74 / 0.65);
}

.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\/85:hover{
  background-color: rgb(19 78 74 / 0.85);
}

.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\/15:hover{
  background-color: rgb(4 47 46 / 0.15);
}

.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\/35:hover{
  background-color: rgb(4 47 46 / 0.35);
}

.hover\:bg-teal-950\/40:hover{
  background-color: rgb(4 47 46 / 0.4);
}

.hover\:bg-teal-950\/45:hover{
  background-color: rgb(4 47 46 / 0.45);
}

.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\/55:hover{
  background-color: rgb(4 47 46 / 0.55);
}

.hover\:bg-teal-950\/60:hover{
  background-color: rgb(4 47 46 / 0.6);
}

.hover\:bg-teal-950\/65:hover{
  background-color: rgb(4 47 46 / 0.65);
}

.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\/85:hover{
  background-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 137 252 / var(--tw-bg-opacity));
}

.hover\:bg-tertiary-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 123 223 / var(--tw-bg-opacity));
}

.hover\:bg-tertiary-hover\/0:hover{
  background-color: rgb(20 123 223 / 0);
}

.hover\:bg-tertiary-hover\/10:hover{
  background-color: rgb(20 123 223 / 0.1);
}

.hover\:bg-tertiary-hover\/100:hover{
  background-color: rgb(20 123 223 / 1);
}

.hover\:bg-tertiary-hover\/15:hover{
  background-color: rgb(20 123 223 / 0.15);
}

.hover\:bg-tertiary-hover\/20:hover{
  background-color: rgb(20 123 223 / 0.2);
}

.hover\:bg-tertiary-hover\/25:hover{
  background-color: rgb(20 123 223 / 0.25);
}

.hover\:bg-tertiary-hover\/30:hover{
  background-color: rgb(20 123 223 / 0.3);
}

.hover\:bg-tertiary-hover\/35:hover{
  background-color: rgb(20 123 223 / 0.35);
}

.hover\:bg-tertiary-hover\/40:hover{
  background-color: rgb(20 123 223 / 0.4);
}

.hover\:bg-tertiary-hover\/45:hover{
  background-color: rgb(20 123 223 / 0.45);
}

.hover\:bg-tertiary-hover\/5:hover{
  background-color: rgb(20 123 223 / 0.05);
}

.hover\:bg-tertiary-hover\/50:hover{
  background-color: rgb(20 123 223 / 0.5);
}

.hover\:bg-tertiary-hover\/55:hover{
  background-color: rgb(20 123 223 / 0.55);
}

.hover\:bg-tertiary-hover\/60:hover{
  background-color: rgb(20 123 223 / 0.6);
}

.hover\:bg-tertiary-hover\/65:hover{
  background-color: rgb(20 123 223 / 0.65);
}

.hover\:bg-tertiary-hover\/70:hover{
  background-color: rgb(20 123 223 / 0.7);
}

.hover\:bg-tertiary-hover\/75:hover{
  background-color: rgb(20 123 223 / 0.75);
}

.hover\:bg-tertiary-hover\/80:hover{
  background-color: rgb(20 123 223 / 0.8);
}

.hover\:bg-tertiary-hover\/85:hover{
  background-color: rgb(20 123 223 / 0.85);
}

.hover\:bg-tertiary-hover\/90:hover{
  background-color: rgb(20 123 223 / 0.9);
}

.hover\:bg-tertiary-hover\/95:hover{
  background-color: rgb(20 123 223 / 0.95);
}

.hover\:bg-tertiary\/0:hover{
  background-color: rgb(22 137 252 / 0);
}

.hover\:bg-tertiary\/10:hover{
  background-color: rgb(22 137 252 / 0.1);
}

.hover\:bg-tertiary\/100:hover{
  background-color: rgb(22 137 252 / 1);
}

.hover\:bg-tertiary\/15:hover{
  background-color: rgb(22 137 252 / 0.15);
}

.hover\:bg-tertiary\/20:hover{
  background-color: rgb(22 137 252 / 0.2);
}

.hover\:bg-tertiary\/25:hover{
  background-color: rgb(22 137 252 / 0.25);
}

.hover\:bg-tertiary\/30:hover{
  background-color: rgb(22 137 252 / 0.3);
}

.hover\:bg-tertiary\/35:hover{
  background-color: rgb(22 137 252 / 0.35);
}

.hover\:bg-tertiary\/40:hover{
  background-color: rgb(22 137 252 / 0.4);
}

.hover\:bg-tertiary\/45:hover{
  background-color: rgb(22 137 252 / 0.45);
}

.hover\:bg-tertiary\/5:hover{
  background-color: rgb(22 137 252 / 0.05);
}

.hover\:bg-tertiary\/50:hover{
  background-color: rgb(22 137 252 / 0.5);
}

.hover\:bg-tertiary\/55:hover{
  background-color: rgb(22 137 252 / 0.55);
}

.hover\:bg-tertiary\/60:hover{
  background-color: rgb(22 137 252 / 0.6);
}

.hover\:bg-tertiary\/65:hover{
  background-color: rgb(22 137 252 / 0.65);
}

.hover\:bg-tertiary\/70:hover{
  background-color: rgb(22 137 252 / 0.7);
}

.hover\:bg-tertiary\/75:hover{
  background-color: rgb(22 137 252 / 0.75);
}

.hover\:bg-tertiary\/80:hover{
  background-color: rgb(22 137 252 / 0.8);
}

.hover\:bg-tertiary\/85:hover{
  background-color: rgb(22 137 252 / 0.85);
}

.hover\:bg-tertiary\/90:hover{
  background-color: rgb(22 137 252 / 0.9);
}

.hover\:bg-tertiary\/95:hover{
  background-color: rgb(22 137 252 / 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\/15:hover{
  background-color: rgb(0 0 0 / 0.15);
}

.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\/35:hover{
  background-color: rgb(0 0 0 / 0.35);
}

.hover\:bg-transparent\/40:hover{
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-transparent\/45:hover{
  background-color: rgb(0 0 0 / 0.45);
}

.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\/55:hover{
  background-color: rgb(0 0 0 / 0.55);
}

.hover\:bg-transparent\/60:hover{
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-transparent\/65:hover{
  background-color: rgb(0 0 0 / 0.65);
}

.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\/85:hover{
  background-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:hover{
  background-color: rgb(237 233 254 / 0.15);
}

.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\/35:hover{
  background-color: rgb(237 233 254 / 0.35);
}

.hover\:bg-violet-100\/40:hover{
  background-color: rgb(237 233 254 / 0.4);
}

.hover\:bg-violet-100\/45:hover{
  background-color: rgb(237 233 254 / 0.45);
}

.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\/55:hover{
  background-color: rgb(237 233 254 / 0.55);
}

.hover\:bg-violet-100\/60:hover{
  background-color: rgb(237 233 254 / 0.6);
}

.hover\:bg-violet-100\/65:hover{
  background-color: rgb(237 233 254 / 0.65);
}

.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\/85:hover{
  background-color: rgb(237 233 254 / 0.85);
}

.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\/15:hover{
  background-color: rgb(221 214 254 / 0.15);
}

.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\/35:hover{
  background-color: rgb(221 214 254 / 0.35);
}

.hover\:bg-violet-200\/40:hover{
  background-color: rgb(221 214 254 / 0.4);
}

.hover\:bg-violet-200\/45:hover{
  background-color: rgb(221 214 254 / 0.45);
}

.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\/55:hover{
  background-color: rgb(221 214 254 / 0.55);
}

.hover\:bg-violet-200\/60:hover{
  background-color: rgb(221 214 254 / 0.6);
}

.hover\:bg-violet-200\/65:hover{
  background-color: rgb(221 214 254 / 0.65);
}

.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\/85:hover{
  background-color: rgb(221 214 254 / 0.85);
}

.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\/15:hover{
  background-color: rgb(196 181 253 / 0.15);
}

.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\/35:hover{
  background-color: rgb(196 181 253 / 0.35);
}

.hover\:bg-violet-300\/40:hover{
  background-color: rgb(196 181 253 / 0.4);
}

.hover\:bg-violet-300\/45:hover{
  background-color: rgb(196 181 253 / 0.45);
}

.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\/55:hover{
  background-color: rgb(196 181 253 / 0.55);
}

.hover\:bg-violet-300\/60:hover{
  background-color: rgb(196 181 253 / 0.6);
}

.hover\:bg-violet-300\/65:hover{
  background-color: rgb(196 181 253 / 0.65);
}

.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\/85:hover{
  background-color: rgb(196 181 253 / 0.85);
}

.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\/15:hover{
  background-color: rgb(167 139 250 / 0.15);
}

.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\/35:hover{
  background-color: rgb(167 139 250 / 0.35);
}

.hover\:bg-violet-400\/40:hover{
  background-color: rgb(167 139 250 / 0.4);
}

.hover\:bg-violet-400\/45:hover{
  background-color: rgb(167 139 250 / 0.45);
}

.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\/55:hover{
  background-color: rgb(167 139 250 / 0.55);
}

.hover\:bg-violet-400\/60:hover{
  background-color: rgb(167 139 250 / 0.6);
}

.hover\:bg-violet-400\/65:hover{
  background-color: rgb(167 139 250 / 0.65);
}

.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\/85:hover{
  background-color: rgb(167 139 250 / 0.85);
}

.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\/15:hover{
  background-color: rgb(245 243 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(245 243 255 / 0.35);
}

.hover\:bg-violet-50\/40:hover{
  background-color: rgb(245 243 255 / 0.4);
}

.hover\:bg-violet-50\/45:hover{
  background-color: rgb(245 243 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(245 243 255 / 0.55);
}

.hover\:bg-violet-50\/60:hover{
  background-color: rgb(245 243 255 / 0.6);
}

.hover\:bg-violet-50\/65:hover{
  background-color: rgb(245 243 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(245 243 255 / 0.85);
}

.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\/15:hover{
  background-color: rgb(139 92 246 / 0.15);
}

.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\/35:hover{
  background-color: rgb(139 92 246 / 0.35);
}

.hover\:bg-violet-500\/40:hover{
  background-color: rgb(139 92 246 / 0.4);
}

.hover\:bg-violet-500\/45:hover{
  background-color: rgb(139 92 246 / 0.45);
}

.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\/55:hover{
  background-color: rgb(139 92 246 / 0.55);
}

.hover\:bg-violet-500\/60:hover{
  background-color: rgb(139 92 246 / 0.6);
}

.hover\:bg-violet-500\/65:hover{
  background-color: rgb(139 92 246 / 0.65);
}

.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\/85:hover{
  background-color: rgb(139 92 246 / 0.85);
}

.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\/15:hover{
  background-color: rgb(124 58 237 / 0.15);
}

.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\/35:hover{
  background-color: rgb(124 58 237 / 0.35);
}

.hover\:bg-violet-600\/40:hover{
  background-color: rgb(124 58 237 / 0.4);
}

.hover\:bg-violet-600\/45:hover{
  background-color: rgb(124 58 237 / 0.45);
}

.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\/55:hover{
  background-color: rgb(124 58 237 / 0.55);
}

.hover\:bg-violet-600\/60:hover{
  background-color: rgb(124 58 237 / 0.6);
}

.hover\:bg-violet-600\/65:hover{
  background-color: rgb(124 58 237 / 0.65);
}

.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\/85:hover{
  background-color: rgb(124 58 237 / 0.85);
}

.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\/15:hover{
  background-color: rgb(109 40 217 / 0.15);
}

.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\/35:hover{
  background-color: rgb(109 40 217 / 0.35);
}

.hover\:bg-violet-700\/40:hover{
  background-color: rgb(109 40 217 / 0.4);
}

.hover\:bg-violet-700\/45:hover{
  background-color: rgb(109 40 217 / 0.45);
}

.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\/55:hover{
  background-color: rgb(109 40 217 / 0.55);
}

.hover\:bg-violet-700\/60:hover{
  background-color: rgb(109 40 217 / 0.6);
}

.hover\:bg-violet-700\/65:hover{
  background-color: rgb(109 40 217 / 0.65);
}

.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\/85:hover{
  background-color: rgb(109 40 217 / 0.85);
}

.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\/15:hover{
  background-color: rgb(91 33 182 / 0.15);
}

.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\/35:hover{
  background-color: rgb(91 33 182 / 0.35);
}

.hover\:bg-violet-800\/40:hover{
  background-color: rgb(91 33 182 / 0.4);
}

.hover\:bg-violet-800\/45:hover{
  background-color: rgb(91 33 182 / 0.45);
}

.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\/55:hover{
  background-color: rgb(91 33 182 / 0.55);
}

.hover\:bg-violet-800\/60:hover{
  background-color: rgb(91 33 182 / 0.6);
}

.hover\:bg-violet-800\/65:hover{
  background-color: rgb(91 33 182 / 0.65);
}

.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\/85:hover{
  background-color: rgb(91 33 182 / 0.85);
}

.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\/15:hover{
  background-color: rgb(76 29 149 / 0.15);
}

.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\/35:hover{
  background-color: rgb(76 29 149 / 0.35);
}

.hover\:bg-violet-900\/40:hover{
  background-color: rgb(76 29 149 / 0.4);
}

.hover\:bg-violet-900\/45:hover{
  background-color: rgb(76 29 149 / 0.45);
}

.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\/55:hover{
  background-color: rgb(76 29 149 / 0.55);
}

.hover\:bg-violet-900\/60:hover{
  background-color: rgb(76 29 149 / 0.6);
}

.hover\:bg-violet-900\/65:hover{
  background-color: rgb(76 29 149 / 0.65);
}

.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\/85:hover{
  background-color: rgb(76 29 149 / 0.85);
}

.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\/15:hover{
  background-color: rgb(46 16 101 / 0.15);
}

.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\/35:hover{
  background-color: rgb(46 16 101 / 0.35);
}

.hover\:bg-violet-950\/40:hover{
  background-color: rgb(46 16 101 / 0.4);
}

.hover\:bg-violet-950\/45:hover{
  background-color: rgb(46 16 101 / 0.45);
}

.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\/55:hover{
  background-color: rgb(46 16 101 / 0.55);
}

.hover\:bg-violet-950\/60:hover{
  background-color: rgb(46 16 101 / 0.6);
}

.hover\:bg-violet-950\/65:hover{
  background-color: rgb(46 16 101 / 0.65);
}

.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\/85:hover{
  background-color: rgb(46 16 101 / 0.85);
}

.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\/15:hover{
  background-color: rgb(255 255 255 / 0.15);
}

.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\/35:hover{
  background-color: rgb(255 255 255 / 0.35);
}

.hover\:bg-white\/40:hover{
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-white\/45:hover{
  background-color: rgb(255 255 255 / 0.45);
}

.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\/55:hover{
  background-color: rgb(255 255 255 / 0.55);
}

.hover\:bg-white\/60:hover{
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-white\/65:hover{
  background-color: rgb(255 255 255 / 0.65);
}

.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\/85:hover{
  background-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:hover{
  background-color: rgb(254 249 195 / 0.15);
}

.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\/35:hover{
  background-color: rgb(254 249 195 / 0.35);
}

.hover\:bg-yellow-100\/40:hover{
  background-color: rgb(254 249 195 / 0.4);
}

.hover\:bg-yellow-100\/45:hover{
  background-color: rgb(254 249 195 / 0.45);
}

.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\/55:hover{
  background-color: rgb(254 249 195 / 0.55);
}

.hover\:bg-yellow-100\/60:hover{
  background-color: rgb(254 249 195 / 0.6);
}

.hover\:bg-yellow-100\/65:hover{
  background-color: rgb(254 249 195 / 0.65);
}

.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\/85:hover{
  background-color: rgb(254 249 195 / 0.85);
}

.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\/15:hover{
  background-color: rgb(254 240 138 / 0.15);
}

.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\/35:hover{
  background-color: rgb(254 240 138 / 0.35);
}

.hover\:bg-yellow-200\/40:hover{
  background-color: rgb(254 240 138 / 0.4);
}

.hover\:bg-yellow-200\/45:hover{
  background-color: rgb(254 240 138 / 0.45);
}

.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\/55:hover{
  background-color: rgb(254 240 138 / 0.55);
}

.hover\:bg-yellow-200\/60:hover{
  background-color: rgb(254 240 138 / 0.6);
}

.hover\:bg-yellow-200\/65:hover{
  background-color: rgb(254 240 138 / 0.65);
}

.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\/85:hover{
  background-color: rgb(254 240 138 / 0.85);
}

.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\/15:hover{
  background-color: rgb(253 224 71 / 0.15);
}

.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\/35:hover{
  background-color: rgb(253 224 71 / 0.35);
}

.hover\:bg-yellow-300\/40:hover{
  background-color: rgb(253 224 71 / 0.4);
}

.hover\:bg-yellow-300\/45:hover{
  background-color: rgb(253 224 71 / 0.45);
}

.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\/55:hover{
  background-color: rgb(253 224 71 / 0.55);
}

.hover\:bg-yellow-300\/60:hover{
  background-color: rgb(253 224 71 / 0.6);
}

.hover\:bg-yellow-300\/65:hover{
  background-color: rgb(253 224 71 / 0.65);
}

.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\/85:hover{
  background-color: rgb(253 224 71 / 0.85);
}

.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\/15:hover{
  background-color: rgb(250 204 21 / 0.15);
}

.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\/35:hover{
  background-color: rgb(250 204 21 / 0.35);
}

.hover\:bg-yellow-400\/40:hover{
  background-color: rgb(250 204 21 / 0.4);
}

.hover\:bg-yellow-400\/45:hover{
  background-color: rgb(250 204 21 / 0.45);
}

.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\/55:hover{
  background-color: rgb(250 204 21 / 0.55);
}

.hover\:bg-yellow-400\/60:hover{
  background-color: rgb(250 204 21 / 0.6);
}

.hover\:bg-yellow-400\/65:hover{
  background-color: rgb(250 204 21 / 0.65);
}

.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\/85:hover{
  background-color: rgb(250 204 21 / 0.85);
}

.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\/15:hover{
  background-color: rgb(254 252 232 / 0.15);
}

.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\/35:hover{
  background-color: rgb(254 252 232 / 0.35);
}

.hover\:bg-yellow-50\/40:hover{
  background-color: rgb(254 252 232 / 0.4);
}

.hover\:bg-yellow-50\/45:hover{
  background-color: rgb(254 252 232 / 0.45);
}

.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\/55:hover{
  background-color: rgb(254 252 232 / 0.55);
}

.hover\:bg-yellow-50\/60:hover{
  background-color: rgb(254 252 232 / 0.6);
}

.hover\:bg-yellow-50\/65:hover{
  background-color: rgb(254 252 232 / 0.65);
}

.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\/85:hover{
  background-color: rgb(254 252 232 / 0.85);
}

.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\/15:hover{
  background-color: rgb(234 179 8 / 0.15);
}

.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\/35:hover{
  background-color: rgb(234 179 8 / 0.35);
}

.hover\:bg-yellow-500\/40:hover{
  background-color: rgb(234 179 8 / 0.4);
}

.hover\:bg-yellow-500\/45:hover{
  background-color: rgb(234 179 8 / 0.45);
}

.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\/55:hover{
  background-color: rgb(234 179 8 / 0.55);
}

.hover\:bg-yellow-500\/60:hover{
  background-color: rgb(234 179 8 / 0.6);
}

.hover\:bg-yellow-500\/65:hover{
  background-color: rgb(234 179 8 / 0.65);
}

.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\/85:hover{
  background-color: rgb(234 179 8 / 0.85);
}

.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\/15:hover{
  background-color: rgb(202 138 4 / 0.15);
}

.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\/35:hover{
  background-color: rgb(202 138 4 / 0.35);
}

.hover\:bg-yellow-600\/40:hover{
  background-color: rgb(202 138 4 / 0.4);
}

.hover\:bg-yellow-600\/45:hover{
  background-color: rgb(202 138 4 / 0.45);
}

.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\/55:hover{
  background-color: rgb(202 138 4 / 0.55);
}

.hover\:bg-yellow-600\/60:hover{
  background-color: rgb(202 138 4 / 0.6);
}

.hover\:bg-yellow-600\/65:hover{
  background-color: rgb(202 138 4 / 0.65);
}

.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\/85:hover{
  background-color: rgb(202 138 4 / 0.85);
}

.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\/15:hover{
  background-color: rgb(161 98 7 / 0.15);
}

.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\/35:hover{
  background-color: rgb(161 98 7 / 0.35);
}

.hover\:bg-yellow-700\/40:hover{
  background-color: rgb(161 98 7 / 0.4);
}

.hover\:bg-yellow-700\/45:hover{
  background-color: rgb(161 98 7 / 0.45);
}

.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\/55:hover{
  background-color: rgb(161 98 7 / 0.55);
}

.hover\:bg-yellow-700\/60:hover{
  background-color: rgb(161 98 7 / 0.6);
}

.hover\:bg-yellow-700\/65:hover{
  background-color: rgb(161 98 7 / 0.65);
}

.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\/85:hover{
  background-color: rgb(161 98 7 / 0.85);
}

.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\/15:hover{
  background-color: rgb(133 77 14 / 0.15);
}

.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\/35:hover{
  background-color: rgb(133 77 14 / 0.35);
}

.hover\:bg-yellow-800\/40:hover{
  background-color: rgb(133 77 14 / 0.4);
}

.hover\:bg-yellow-800\/45:hover{
  background-color: rgb(133 77 14 / 0.45);
}

.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\/55:hover{
  background-color: rgb(133 77 14 / 0.55);
}

.hover\:bg-yellow-800\/60:hover{
  background-color: rgb(133 77 14 / 0.6);
}

.hover\:bg-yellow-800\/65:hover{
  background-color: rgb(133 77 14 / 0.65);
}

.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\/85:hover{
  background-color: rgb(133 77 14 / 0.85);
}

.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\/15:hover{
  background-color: rgb(113 63 18 / 0.15);
}

.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\/35:hover{
  background-color: rgb(113 63 18 / 0.35);
}

.hover\:bg-yellow-900\/40:hover{
  background-color: rgb(113 63 18 / 0.4);
}

.hover\:bg-yellow-900\/45:hover{
  background-color: rgb(113 63 18 / 0.45);
}

.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\/55:hover{
  background-color: rgb(113 63 18 / 0.55);
}

.hover\:bg-yellow-900\/60:hover{
  background-color: rgb(113 63 18 / 0.6);
}

.hover\:bg-yellow-900\/65:hover{
  background-color: rgb(113 63 18 / 0.65);
}

.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\/85:hover{
  background-color: rgb(113 63 18 / 0.85);
}

.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\/15:hover{
  background-color: rgb(66 32 6 / 0.15);
}

.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\/35:hover{
  background-color: rgb(66 32 6 / 0.35);
}

.hover\:bg-yellow-950\/40:hover{
  background-color: rgb(66 32 6 / 0.4);
}

.hover\:bg-yellow-950\/45:hover{
  background-color: rgb(66 32 6 / 0.45);
}

.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\/55:hover{
  background-color: rgb(66 32 6 / 0.55);
}

.hover\:bg-yellow-950\/60:hover{
  background-color: rgb(66 32 6 / 0.6);
}

.hover\:bg-yellow-950\/65:hover{
  background-color: rgb(66 32 6 / 0.65);
}

.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\/85:hover{
  background-color: rgb(66 32 6 / 0.85);
}

.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\/15:hover{
  background-color: rgb(244 244 245 / 0.15);
}

.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\/35:hover{
  background-color: rgb(244 244 245 / 0.35);
}

.hover\:bg-zinc-100\/40:hover{
  background-color: rgb(244 244 245 / 0.4);
}

.hover\:bg-zinc-100\/45:hover{
  background-color: rgb(244 244 245 / 0.45);
}

.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\/55:hover{
  background-color: rgb(244 244 245 / 0.55);
}

.hover\:bg-zinc-100\/60:hover{
  background-color: rgb(244 244 245 / 0.6);
}

.hover\:bg-zinc-100\/65:hover{
  background-color: rgb(244 244 245 / 0.65);
}

.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\/85:hover{
  background-color: rgb(244 244 245 / 0.85);
}

.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\/15:hover{
  background-color: rgb(228 228 231 / 0.15);
}

.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\/35:hover{
  background-color: rgb(228 228 231 / 0.35);
}

.hover\:bg-zinc-200\/40:hover{
  background-color: rgb(228 228 231 / 0.4);
}

.hover\:bg-zinc-200\/45:hover{
  background-color: rgb(228 228 231 / 0.45);
}

.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\/55:hover{
  background-color: rgb(228 228 231 / 0.55);
}

.hover\:bg-zinc-200\/60:hover{
  background-color: rgb(228 228 231 / 0.6);
}

.hover\:bg-zinc-200\/65:hover{
  background-color: rgb(228 228 231 / 0.65);
}

.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\/85:hover{
  background-color: rgb(228 228 231 / 0.85);
}

.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\/15:hover{
  background-color: rgb(212 212 216 / 0.15);
}

.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\/35:hover{
  background-color: rgb(212 212 216 / 0.35);
}

.hover\:bg-zinc-300\/40:hover{
  background-color: rgb(212 212 216 / 0.4);
}

.hover\:bg-zinc-300\/45:hover{
  background-color: rgb(212 212 216 / 0.45);
}

.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\/55:hover{
  background-color: rgb(212 212 216 / 0.55);
}

.hover\:bg-zinc-300\/60:hover{
  background-color: rgb(212 212 216 / 0.6);
}

.hover\:bg-zinc-300\/65:hover{
  background-color: rgb(212 212 216 / 0.65);
}

.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\/85:hover{
  background-color: rgb(212 212 216 / 0.85);
}

.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\/15:hover{
  background-color: rgb(161 161 170 / 0.15);
}

.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\/35:hover{
  background-color: rgb(161 161 170 / 0.35);
}

.hover\:bg-zinc-400\/40:hover{
  background-color: rgb(161 161 170 / 0.4);
}

.hover\:bg-zinc-400\/45:hover{
  background-color: rgb(161 161 170 / 0.45);
}

.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\/55:hover{
  background-color: rgb(161 161 170 / 0.55);
}

.hover\:bg-zinc-400\/60:hover{
  background-color: rgb(161 161 170 / 0.6);
}

.hover\:bg-zinc-400\/65:hover{
  background-color: rgb(161 161 170 / 0.65);
}

.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\/85:hover{
  background-color: rgb(161 161 170 / 0.85);
}

.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\/15:hover{
  background-color: rgb(250 250 250 / 0.15);
}

.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\/35:hover{
  background-color: rgb(250 250 250 / 0.35);
}

.hover\:bg-zinc-50\/40:hover{
  background-color: rgb(250 250 250 / 0.4);
}

.hover\:bg-zinc-50\/45:hover{
  background-color: rgb(250 250 250 / 0.45);
}

.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\/55:hover{
  background-color: rgb(250 250 250 / 0.55);
}

.hover\:bg-zinc-50\/60:hover{
  background-color: rgb(250 250 250 / 0.6);
}

.hover\:bg-zinc-50\/65:hover{
  background-color: rgb(250 250 250 / 0.65);
}

.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\/85:hover{
  background-color: rgb(250 250 250 / 0.85);
}

.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\/15:hover{
  background-color: rgb(113 113 122 / 0.15);
}

.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\/35:hover{
  background-color: rgb(113 113 122 / 0.35);
}

.hover\:bg-zinc-500\/40:hover{
  background-color: rgb(113 113 122 / 0.4);
}

.hover\:bg-zinc-500\/45:hover{
  background-color: rgb(113 113 122 / 0.45);
}

.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\/55:hover{
  background-color: rgb(113 113 122 / 0.55);
}

.hover\:bg-zinc-500\/60:hover{
  background-color: rgb(113 113 122 / 0.6);
}

.hover\:bg-zinc-500\/65:hover{
  background-color: rgb(113 113 122 / 0.65);
}

.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\/85:hover{
  background-color: rgb(113 113 122 / 0.85);
}

.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\/15:hover{
  background-color: rgb(82 82 91 / 0.15);
}

.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\/35:hover{
  background-color: rgb(82 82 91 / 0.35);
}

.hover\:bg-zinc-600\/40:hover{
  background-color: rgb(82 82 91 / 0.4);
}

.hover\:bg-zinc-600\/45:hover{
  background-color: rgb(82 82 91 / 0.45);
}

.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\/55:hover{
  background-color: rgb(82 82 91 / 0.55);
}

.hover\:bg-zinc-600\/60:hover{
  background-color: rgb(82 82 91 / 0.6);
}

.hover\:bg-zinc-600\/65:hover{
  background-color: rgb(82 82 91 / 0.65);
}

.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\/85:hover{
  background-color: rgb(82 82 91 / 0.85);
}

.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\/15:hover{
  background-color: rgb(63 63 70 / 0.15);
}

.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\/35:hover{
  background-color: rgb(63 63 70 / 0.35);
}

.hover\:bg-zinc-700\/40:hover{
  background-color: rgb(63 63 70 / 0.4);
}

.hover\:bg-zinc-700\/45:hover{
  background-color: rgb(63 63 70 / 0.45);
}

.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\/55:hover{
  background-color: rgb(63 63 70 / 0.55);
}

.hover\:bg-zinc-700\/60:hover{
  background-color: rgb(63 63 70 / 0.6);
}

.hover\:bg-zinc-700\/65:hover{
  background-color: rgb(63 63 70 / 0.65);
}

.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\/85:hover{
  background-color: rgb(63 63 70 / 0.85);
}

.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\/15:hover{
  background-color: rgb(39 39 42 / 0.15);
}

.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\/35:hover{
  background-color: rgb(39 39 42 / 0.35);
}

.hover\:bg-zinc-800\/40:hover{
  background-color: rgb(39 39 42 / 0.4);
}

.hover\:bg-zinc-800\/45:hover{
  background-color: rgb(39 39 42 / 0.45);
}

.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\/55:hover{
  background-color: rgb(39 39 42 / 0.55);
}

.hover\:bg-zinc-800\/60:hover{
  background-color: rgb(39 39 42 / 0.6);
}

.hover\:bg-zinc-800\/65:hover{
  background-color: rgb(39 39 42 / 0.65);
}

.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\/85:hover{
  background-color: rgb(39 39 42 / 0.85);
}

.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\/15:hover{
  background-color: rgb(24 24 27 / 0.15);
}

.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\/35:hover{
  background-color: rgb(24 24 27 / 0.35);
}

.hover\:bg-zinc-900\/40:hover{
  background-color: rgb(24 24 27 / 0.4);
}

.hover\:bg-zinc-900\/45:hover{
  background-color: rgb(24 24 27 / 0.45);
}

.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\/55:hover{
  background-color: rgb(24 24 27 / 0.55);
}

.hover\:bg-zinc-900\/60:hover{
  background-color: rgb(24 24 27 / 0.6);
}

.hover\:bg-zinc-900\/65:hover{
  background-color: rgb(24 24 27 / 0.65);
}

.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\/85:hover{
  background-color: rgb(24 24 27 / 0.85);
}

.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\/15:hover{
  background-color: rgb(9 9 11 / 0.15);
}

.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\/35:hover{
  background-color: rgb(9 9 11 / 0.35);
}

.hover\:bg-zinc-950\/40:hover{
  background-color: rgb(9 9 11 / 0.4);
}

.hover\:bg-zinc-950\/45:hover{
  background-color: rgb(9 9 11 / 0.45);
}

.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\/55:hover{
  background-color: rgb(9 9 11 / 0.55);
}

.hover\:bg-zinc-950\/60:hover{
  background-color: rgb(9 9 11 / 0.6);
}

.hover\:bg-zinc-950\/65:hover{
  background-color: rgb(9 9 11 / 0.65);
}

.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\/85:hover{
  background-color: rgb(9 9 11 / 0.85);
}

.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-15:hover{
  --tw-bg-opacity: 0.15;
}

.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-35:hover{
  --tw-bg-opacity: 0.35;
}

.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-45:hover{
  --tw-bg-opacity: 0.45;
}

.hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-55:hover{
  --tw-bg-opacity: 0.55;
}

.hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-65:hover{
  --tw-bg-opacity: 0.65;
}

.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-85:hover{
  --tw-bg-opacity: 0.85;
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}

.hover\:bg-brand-gradient:hover{
  background-image: linear-gradient(to right, #5546C0, #3DD1F6);
}

.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\:from-quinary-hover:hover{
  --tw-gradient-from: #707EDE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 126 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-quaternary-hover:hover{
  --tw-gradient-to: #2BCAF1 var(--tw-gradient-to-position);
}

.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-left:hover{
  text-align: left;
}

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

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

.hover\:text-justify:hover{
  text-align: justify;
}

.hover\:text-start:hover{
  text-align: start;
}

.hover\:text-end:hover{
  text-align: end;
}

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

.hover\:text-11px:hover{
  font-size: 11px;
}

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

.hover\:text-13px:hover{
  font-size: 13px;
}

.hover\:text-14px:hover{
  font-size: 14px;
}

.hover\:text-15px:hover{
  font-size: 15px;
}

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

.hover\:text-17px:hover{
  font-size: 17px;
}

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

.hover\:text-19px:hover{
  font-size: 19px;
}

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

.hover\:text-21px:hover{
  font-size: 21px;
}

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

.hover\:text-23px:hover{
  font-size: 23px;
}

.hover\:text-24px:hover{
  font-size: 24px;
}

.hover\:text-25px:hover{
  font-size: 25px;
}

.hover\:text-26px:hover{
  font-size: 26px;
}

.hover\:text-27px:hover{
  font-size: 27px;
}

.hover\:text-28px:hover{
  font-size: 28px;
}

.hover\:text-29px:hover{
  font-size: 29px;
}

.hover\:text-2xl:hover{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.hover\:text-31px:hover{
  font-size: 31px;
}

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

.hover\:text-33px:hover{
  font-size: 33px;
}

.hover\:text-34px:hover{
  font-size: 34px;
}

.hover\:text-35px:hover{
  font-size: 35px;
}

.hover\:text-36px:hover{
  font-size: 36px;
}

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

.hover\:text-38px:hover{
  font-size: 38px;
}

.hover\:text-39px:hover{
  font-size: 39px;
}

.hover\:text-3xl:hover{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.hover\:text-40px:hover{
  font-size: 40px;
}

.hover\:text-41px:hover{
  font-size: 41px;
}

.hover\:text-42px:hover{
  font-size: 42px;
}

.hover\:text-43px:hover{
  font-size: 43px;
}

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

.hover\:text-45px:hover{
  font-size: 45px;
}

.hover\:text-46px:hover{
  font-size: 46px;
}

.hover\:text-47px:hover{
  font-size: 47px;
}

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

.hover\:text-4xl:hover{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.hover\:text-5xl:hover{
  font-size: 3rem;
  line-height: 1;
}

.hover\:text-6xl:hover{
  font-size: 3.75rem;
  line-height: 1;
}

.hover\:text-7xl:hover{
  font-size: 4.5rem;
  line-height: 1;
}

.hover\:text-8px:hover{
  font-size: 8px;
}

.hover\:text-8xl:hover{
  font-size: 6rem;
  line-height: 1;
}

.hover\:text-9px:hover{
  font-size: 9px;
}

.hover\:text-9xl:hover{
  font-size: 8rem;
  line-height: 1;
}

.hover\:text-base:hover{
  font-size: 1rem;
  line-height: 1.5rem;
}

.hover\:text-lg:hover{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hover\:text-sm:hover{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hover\:text-xl:hover{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.hover\:text-xs:hover{
  font-size: 0.75rem;
  line-height: 1rem;
}

.hover\:text-accent:hover{
  --tw-text-opacity: 1;
  color: rgb(70 109 148 / var(--tw-text-opacity));
}

.hover\:text-accent\/0:hover{
  color: rgb(70 109 148 / 0);
}

.hover\:text-accent\/10:hover{
  color: rgb(70 109 148 / 0.1);
}

.hover\:text-accent\/100:hover{
  color: rgb(70 109 148 / 1);
}

.hover\:text-accent\/15:hover{
  color: rgb(70 109 148 / 0.15);
}

.hover\:text-accent\/20:hover{
  color: rgb(70 109 148 / 0.2);
}

.hover\:text-accent\/25:hover{
  color: rgb(70 109 148 / 0.25);
}

.hover\:text-accent\/30:hover{
  color: rgb(70 109 148 / 0.3);
}

.hover\:text-accent\/35:hover{
  color: rgb(70 109 148 / 0.35);
}

.hover\:text-accent\/40:hover{
  color: rgb(70 109 148 / 0.4);
}

.hover\:text-accent\/45:hover{
  color: rgb(70 109 148 / 0.45);
}

.hover\:text-accent\/5:hover{
  color: rgb(70 109 148 / 0.05);
}

.hover\:text-accent\/50:hover{
  color: rgb(70 109 148 / 0.5);
}

.hover\:text-accent\/55:hover{
  color: rgb(70 109 148 / 0.55);
}

.hover\:text-accent\/60:hover{
  color: rgb(70 109 148 / 0.6);
}

.hover\:text-accent\/65:hover{
  color: rgb(70 109 148 / 0.65);
}

.hover\:text-accent\/70:hover{
  color: rgb(70 109 148 / 0.7);
}

.hover\:text-accent\/75:hover{
  color: rgb(70 109 148 / 0.75);
}

.hover\:text-accent\/80:hover{
  color: rgb(70 109 148 / 0.8);
}

.hover\:text-accent\/85:hover{
  color: rgb(70 109 148 / 0.85);
}

.hover\:text-accent\/90:hover{
  color: rgb(70 109 148 / 0.9);
}

.hover\:text-accent\/95:hover{
  color: rgb(70 109 148 / 0.95);
}

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

.hover\:text-amber-100\/0:hover{
  color: rgb(254 243 199 / 0);
}

.hover\:text-amber-100\/10:hover{
  color: rgb(254 243 199 / 0.1);
}

.hover\:text-amber-100\/100:hover{
  color: rgb(254 243 199 / 1);
}

.hover\:text-amber-100\/15:hover{
  color: rgb(254 243 199 / 0.15);
}

.hover\:text-amber-100\/20:hover{
  color: rgb(254 243 199 / 0.2);
}

.hover\:text-amber-100\/25:hover{
  color: rgb(254 243 199 / 0.25);
}

.hover\:text-amber-100\/30:hover{
  color: rgb(254 243 199 / 0.3);
}

.hover\:text-amber-100\/35:hover{
  color: rgb(254 243 199 / 0.35);
}

.hover\:text-amber-100\/40:hover{
  color: rgb(254 243 199 / 0.4);
}

.hover\:text-amber-100\/45:hover{
  color: rgb(254 243 199 / 0.45);
}

.hover\:text-amber-100\/5:hover{
  color: rgb(254 243 199 / 0.05);
}

.hover\:text-amber-100\/50:hover{
  color: rgb(254 243 199 / 0.5);
}

.hover\:text-amber-100\/55:hover{
  color: rgb(254 243 199 / 0.55);
}

.hover\:text-amber-100\/60:hover{
  color: rgb(254 243 199 / 0.6);
}

.hover\:text-amber-100\/65:hover{
  color: rgb(254 243 199 / 0.65);
}

.hover\:text-amber-100\/70:hover{
  color: rgb(254 243 199 / 0.7);
}

.hover\:text-amber-100\/75:hover{
  color: rgb(254 243 199 / 0.75);
}

.hover\:text-amber-100\/80:hover{
  color: rgb(254 243 199 / 0.8);
}

.hover\:text-amber-100\/85:hover{
  color: rgb(254 243 199 / 0.85);
}

.hover\:text-amber-100\/90:hover{
  color: rgb(254 243 199 / 0.9);
}

.hover\:text-amber-100\/95:hover{
  color: rgb(254 243 199 / 0.95);
}

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

.hover\:text-amber-200\/0:hover{
  color: rgb(253 230 138 / 0);
}

.hover\:text-amber-200\/10:hover{
  color: rgb(253 230 138 / 0.1);
}

.hover\:text-amber-200\/100:hover{
  color: rgb(253 230 138 / 1);
}

.hover\:text-amber-200\/15:hover{
  color: rgb(253 230 138 / 0.15);
}

.hover\:text-amber-200\/20:hover{
  color: rgb(253 230 138 / 0.2);
}

.hover\:text-amber-200\/25:hover{
  color: rgb(253 230 138 / 0.25);
}

.hover\:text-amber-200\/30:hover{
  color: rgb(253 230 138 / 0.3);
}

.hover\:text-amber-200\/35:hover{
  color: rgb(253 230 138 / 0.35);
}

.hover\:text-amber-200\/40:hover{
  color: rgb(253 230 138 / 0.4);
}

.hover\:text-amber-200\/45:hover{
  color: rgb(253 230 138 / 0.45);
}

.hover\:text-amber-200\/5:hover{
  color: rgb(253 230 138 / 0.05);
}

.hover\:text-amber-200\/50:hover{
  color: rgb(253 230 138 / 0.5);
}

.hover\:text-amber-200\/55:hover{
  color: rgb(253 230 138 / 0.55);
}

.hover\:text-amber-200\/60:hover{
  color: rgb(253 230 138 / 0.6);
}

.hover\:text-amber-200\/65:hover{
  color: rgb(253 230 138 / 0.65);
}

.hover\:text-amber-200\/70:hover{
  color: rgb(253 230 138 / 0.7);
}

.hover\:text-amber-200\/75:hover{
  color: rgb(253 230 138 / 0.75);
}

.hover\:text-amber-200\/80:hover{
  color: rgb(253 230 138 / 0.8);
}

.hover\:text-amber-200\/85:hover{
  color: rgb(253 230 138 / 0.85);
}

.hover\:text-amber-200\/90:hover{
  color: rgb(253 230 138 / 0.9);
}

.hover\:text-amber-200\/95:hover{
  color: rgb(253 230 138 / 0.95);
}

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

.hover\:text-amber-300\/0:hover{
  color: rgb(252 211 77 / 0);
}

.hover\:text-amber-300\/10:hover{
  color: rgb(252 211 77 / 0.1);
}

.hover\:text-amber-300\/100:hover{
  color: rgb(252 211 77 / 1);
}

.hover\:text-amber-300\/15:hover{
  color: rgb(252 211 77 / 0.15);
}

.hover\:text-amber-300\/20:hover{
  color: rgb(252 211 77 / 0.2);
}

.hover\:text-amber-300\/25:hover{
  color: rgb(252 211 77 / 0.25);
}

.hover\:text-amber-300\/30:hover{
  color: rgb(252 211 77 / 0.3);
}

.hover\:text-amber-300\/35:hover{
  color: rgb(252 211 77 / 0.35);
}

.hover\:text-amber-300\/40:hover{
  color: rgb(252 211 77 / 0.4);
}

.hover\:text-amber-300\/45:hover{
  color: rgb(252 211 77 / 0.45);
}

.hover\:text-amber-300\/5:hover{
  color: rgb(252 211 77 / 0.05);
}

.hover\:text-amber-300\/50:hover{
  color: rgb(252 211 77 / 0.5);
}

.hover\:text-amber-300\/55:hover{
  color: rgb(252 211 77 / 0.55);
}

.hover\:text-amber-300\/60:hover{
  color: rgb(252 211 77 / 0.6);
}

.hover\:text-amber-300\/65:hover{
  color: rgb(252 211 77 / 0.65);
}

.hover\:text-amber-300\/70:hover{
  color: rgb(252 211 77 / 0.7);
}

.hover\:text-amber-300\/75:hover{
  color: rgb(252 211 77 / 0.75);
}

.hover\:text-amber-300\/80:hover{
  color: rgb(252 211 77 / 0.8);
}

.hover\:text-amber-300\/85:hover{
  color: rgb(252 211 77 / 0.85);
}

.hover\:text-amber-300\/90:hover{
  color: rgb(252 211 77 / 0.9);
}

.hover\:text-amber-300\/95:hover{
  color: rgb(252 211 77 / 0.95);
}

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

.hover\:text-amber-400\/0:hover{
  color: rgb(251 191 36 / 0);
}

.hover\:text-amber-400\/10:hover{
  color: rgb(251 191 36 / 0.1);
}

.hover\:text-amber-400\/100:hover{
  color: rgb(251 191 36 / 1);
}

.hover\:text-amber-400\/15:hover{
  color: rgb(251 191 36 / 0.15);
}

.hover\:text-amber-400\/20:hover{
  color: rgb(251 191 36 / 0.2);
}

.hover\:text-amber-400\/25:hover{
  color: rgb(251 191 36 / 0.25);
}

.hover\:text-amber-400\/30:hover{
  color: rgb(251 191 36 / 0.3);
}

.hover\:text-amber-400\/35:hover{
  color: rgb(251 191 36 / 0.35);
}

.hover\:text-amber-400\/40:hover{
  color: rgb(251 191 36 / 0.4);
}

.hover\:text-amber-400\/45:hover{
  color: rgb(251 191 36 / 0.45);
}

.hover\:text-amber-400\/5:hover{
  color: rgb(251 191 36 / 0.05);
}

.hover\:text-amber-400\/50:hover{
  color: rgb(251 191 36 / 0.5);
}

.hover\:text-amber-400\/55:hover{
  color: rgb(251 191 36 / 0.55);
}

.hover\:text-amber-400\/60:hover{
  color: rgb(251 191 36 / 0.6);
}

.hover\:text-amber-400\/65:hover{
  color: rgb(251 191 36 / 0.65);
}

.hover\:text-amber-400\/70:hover{
  color: rgb(251 191 36 / 0.7);
}

.hover\:text-amber-400\/75:hover{
  color: rgb(251 191 36 / 0.75);
}

.hover\:text-amber-400\/80:hover{
  color: rgb(251 191 36 / 0.8);
}

.hover\:text-amber-400\/85:hover{
  color: rgb(251 191 36 / 0.85);
}

.hover\:text-amber-400\/90:hover{
  color: rgb(251 191 36 / 0.9);
}

.hover\:text-amber-400\/95:hover{
  color: rgb(251 191 36 / 0.95);
}

.hover\:text-amber-50:hover{
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}

.hover\:text-amber-50\/0:hover{
  color: rgb(255 251 235 / 0);
}

.hover\:text-amber-50\/10:hover{
  color: rgb(255 251 235 / 0.1);
}

.hover\:text-amber-50\/100:hover{
  color: rgb(255 251 235 / 1);
}

.hover\:text-amber-50\/15:hover{
  color: rgb(255 251 235 / 0.15);
}

.hover\:text-amber-50\/20:hover{
  color: rgb(255 251 235 / 0.2);
}

.hover\:text-amber-50\/25:hover{
  color: rgb(255 251 235 / 0.25);
}

.hover\:text-amber-50\/30:hover{
  color: rgb(255 251 235 / 0.3);
}

.hover\:text-amber-50\/35:hover{
  color: rgb(255 251 235 / 0.35);
}

.hover\:text-amber-50\/40:hover{
  color: rgb(255 251 235 / 0.4);
}

.hover\:text-amber-50\/45:hover{
  color: rgb(255 251 235 / 0.45);
}

.hover\:text-amber-50\/5:hover{
  color: rgb(255 251 235 / 0.05);
}

.hover\:text-amber-50\/50:hover{
  color: rgb(255 251 235 / 0.5);
}

.hover\:text-amber-50\/55:hover{
  color: rgb(255 251 235 / 0.55);
}

.hover\:text-amber-50\/60:hover{
  color: rgb(255 251 235 / 0.6);
}

.hover\:text-amber-50\/65:hover{
  color: rgb(255 251 235 / 0.65);
}

.hover\:text-amber-50\/70:hover{
  color: rgb(255 251 235 / 0.7);
}

.hover\:text-amber-50\/75:hover{
  color: rgb(255 251 235 / 0.75);
}

.hover\:text-amber-50\/80:hover{
  color: rgb(255 251 235 / 0.8);
}

.hover\:text-amber-50\/85:hover{
  color: rgb(255 251 235 / 0.85);
}

.hover\:text-amber-50\/90:hover{
  color: rgb(255 251 235 / 0.9);
}

.hover\:text-amber-50\/95:hover{
  color: rgb(255 251 235 / 0.95);
}

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

.hover\:text-amber-500\/0:hover{
  color: rgb(245 158 11 / 0);
}

.hover\:text-amber-500\/10:hover{
  color: rgb(245 158 11 / 0.1);
}

.hover\:text-amber-500\/100:hover{
  color: rgb(245 158 11 / 1);
}

.hover\:text-amber-500\/15:hover{
  color: rgb(245 158 11 / 0.15);
}

.hover\:text-amber-500\/20:hover{
  color: rgb(245 158 11 / 0.2);
}

.hover\:text-amber-500\/25:hover{
  color: rgb(245 158 11 / 0.25);
}

.hover\:text-amber-500\/30:hover{
  color: rgb(245 158 11 / 0.3);
}

.hover\:text-amber-500\/35:hover{
  color: rgb(245 158 11 / 0.35);
}

.hover\:text-amber-500\/40:hover{
  color: rgb(245 158 11 / 0.4);
}

.hover\:text-amber-500\/45:hover{
  color: rgb(245 158 11 / 0.45);
}

.hover\:text-amber-500\/5:hover{
  color: rgb(245 158 11 / 0.05);
}

.hover\:text-amber-500\/50:hover{
  color: rgb(245 158 11 / 0.5);
}

.hover\:text-amber-500\/55:hover{
  color: rgb(245 158 11 / 0.55);
}

.hover\:text-amber-500\/60:hover{
  color: rgb(245 158 11 / 0.6);
}

.hover\:text-amber-500\/65:hover{
  color: rgb(245 158 11 / 0.65);
}

.hover\:text-amber-500\/70:hover{
  color: rgb(245 158 11 / 0.7);
}

.hover\:text-amber-500\/75:hover{
  color: rgb(245 158 11 / 0.75);
}

.hover\:text-amber-500\/80:hover{
  color: rgb(245 158 11 / 0.8);
}

.hover\:text-amber-500\/85:hover{
  color: rgb(245 158 11 / 0.85);
}

.hover\:text-amber-500\/90:hover{
  color: rgb(245 158 11 / 0.9);
}

.hover\:text-amber-500\/95:hover{
  color: rgb(245 158 11 / 0.95);
}

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

.hover\:text-amber-600\/0:hover{
  color: rgb(217 119 6 / 0);
}

.hover\:text-amber-600\/10:hover{
  color: rgb(217 119 6 / 0.1);
}

.hover\:text-amber-600\/100:hover{
  color: rgb(217 119 6 / 1);
}

.hover\:text-amber-600\/15:hover{
  color: rgb(217 119 6 / 0.15);
}

.hover\:text-amber-600\/20:hover{
  color: rgb(217 119 6 / 0.2);
}

.hover\:text-amber-600\/25:hover{
  color: rgb(217 119 6 / 0.25);
}

.hover\:text-amber-600\/30:hover{
  color: rgb(217 119 6 / 0.3);
}

.hover\:text-amber-600\/35:hover{
  color: rgb(217 119 6 / 0.35);
}

.hover\:text-amber-600\/40:hover{
  color: rgb(217 119 6 / 0.4);
}

.hover\:text-amber-600\/45:hover{
  color: rgb(217 119 6 / 0.45);
}

.hover\:text-amber-600\/5:hover{
  color: rgb(217 119 6 / 0.05);
}

.hover\:text-amber-600\/50:hover{
  color: rgb(217 119 6 / 0.5);
}

.hover\:text-amber-600\/55:hover{
  color: rgb(217 119 6 / 0.55);
}

.hover\:text-amber-600\/60:hover{
  color: rgb(217 119 6 / 0.6);
}

.hover\:text-amber-600\/65:hover{
  color: rgb(217 119 6 / 0.65);
}

.hover\:text-amber-600\/70:hover{
  color: rgb(217 119 6 / 0.7);
}

.hover\:text-amber-600\/75:hover{
  color: rgb(217 119 6 / 0.75);
}

.hover\:text-amber-600\/80:hover{
  color: rgb(217 119 6 / 0.8);
}

.hover\:text-amber-600\/85:hover{
  color: rgb(217 119 6 / 0.85);
}

.hover\:text-amber-600\/90:hover{
  color: rgb(217 119 6 / 0.9);
}

.hover\:text-amber-600\/95:hover{
  color: rgb(217 119 6 / 0.95);
}

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

.hover\:text-amber-700\/0:hover{
  color: rgb(180 83 9 / 0);
}

.hover\:text-amber-700\/10:hover{
  color: rgb(180 83 9 / 0.1);
}

.hover\:text-amber-700\/100:hover{
  color: rgb(180 83 9 / 1);
}

.hover\:text-amber-700\/15:hover{
  color: rgb(180 83 9 / 0.15);
}

.hover\:text-amber-700\/20:hover{
  color: rgb(180 83 9 / 0.2);
}

.hover\:text-amber-700\/25:hover{
  color: rgb(180 83 9 / 0.25);
}

.hover\:text-amber-700\/30:hover{
  color: rgb(180 83 9 / 0.3);
}

.hover\:text-amber-700\/35:hover{
  color: rgb(180 83 9 / 0.35);
}

.hover\:text-amber-700\/40:hover{
  color: rgb(180 83 9 / 0.4);
}

.hover\:text-amber-700\/45:hover{
  color: rgb(180 83 9 / 0.45);
}

.hover\:text-amber-700\/5:hover{
  color: rgb(180 83 9 / 0.05);
}

.hover\:text-amber-700\/50:hover{
  color: rgb(180 83 9 / 0.5);
}

.hover\:text-amber-700\/55:hover{
  color: rgb(180 83 9 / 0.55);
}

.hover\:text-amber-700\/60:hover{
  color: rgb(180 83 9 / 0.6);
}

.hover\:text-amber-700\/65:hover{
  color: rgb(180 83 9 / 0.65);
}

.hover\:text-amber-700\/70:hover{
  color: rgb(180 83 9 / 0.7);
}

.hover\:text-amber-700\/75:hover{
  color: rgb(180 83 9 / 0.75);
}

.hover\:text-amber-700\/80:hover{
  color: rgb(180 83 9 / 0.8);
}

.hover\:text-amber-700\/85:hover{
  color: rgb(180 83 9 / 0.85);
}

.hover\:text-amber-700\/90:hover{
  color: rgb(180 83 9 / 0.9);
}

.hover\:text-amber-700\/95:hover{
  color: rgb(180 83 9 / 0.95);
}

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

.hover\:text-amber-800\/0:hover{
  color: rgb(146 64 14 / 0);
}

.hover\:text-amber-800\/10:hover{
  color: rgb(146 64 14 / 0.1);
}

.hover\:text-amber-800\/100:hover{
  color: rgb(146 64 14 / 1);
}

.hover\:text-amber-800\/15:hover{
  color: rgb(146 64 14 / 0.15);
}

.hover\:text-amber-800\/20:hover{
  color: rgb(146 64 14 / 0.2);
}

.hover\:text-amber-800\/25:hover{
  color: rgb(146 64 14 / 0.25);
}

.hover\:text-amber-800\/30:hover{
  color: rgb(146 64 14 / 0.3);
}

.hover\:text-amber-800\/35:hover{
  color: rgb(146 64 14 / 0.35);
}

.hover\:text-amber-800\/40:hover{
  color: rgb(146 64 14 / 0.4);
}

.hover\:text-amber-800\/45:hover{
  color: rgb(146 64 14 / 0.45);
}

.hover\:text-amber-800\/5:hover{
  color: rgb(146 64 14 / 0.05);
}

.hover\:text-amber-800\/50:hover{
  color: rgb(146 64 14 / 0.5);
}

.hover\:text-amber-800\/55:hover{
  color: rgb(146 64 14 / 0.55);
}

.hover\:text-amber-800\/60:hover{
  color: rgb(146 64 14 / 0.6);
}

.hover\:text-amber-800\/65:hover{
  color: rgb(146 64 14 / 0.65);
}

.hover\:text-amber-800\/70:hover{
  color: rgb(146 64 14 / 0.7);
}

.hover\:text-amber-800\/75:hover{
  color: rgb(146 64 14 / 0.75);
}

.hover\:text-amber-800\/80:hover{
  color: rgb(146 64 14 / 0.8);
}

.hover\:text-amber-800\/85:hover{
  color: rgb(146 64 14 / 0.85);
}

.hover\:text-amber-800\/90:hover{
  color: rgb(146 64 14 / 0.9);
}

.hover\:text-amber-800\/95:hover{
  color: rgb(146 64 14 / 0.95);
}

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

.hover\:text-amber-900\/0:hover{
  color: rgb(120 53 15 / 0);
}

.hover\:text-amber-900\/10:hover{
  color: rgb(120 53 15 / 0.1);
}

.hover\:text-amber-900\/100:hover{
  color: rgb(120 53 15 / 1);
}

.hover\:text-amber-900\/15:hover{
  color: rgb(120 53 15 / 0.15);
}

.hover\:text-amber-900\/20:hover{
  color: rgb(120 53 15 / 0.2);
}

.hover\:text-amber-900\/25:hover{
  color: rgb(120 53 15 / 0.25);
}

.hover\:text-amber-900\/30:hover{
  color: rgb(120 53 15 / 0.3);
}

.hover\:text-amber-900\/35:hover{
  color: rgb(120 53 15 / 0.35);
}

.hover\:text-amber-900\/40:hover{
  color: rgb(120 53 15 / 0.4);
}

.hover\:text-amber-900\/45:hover{
  color: rgb(120 53 15 / 0.45);
}

.hover\:text-amber-900\/5:hover{
  color: rgb(120 53 15 / 0.05);
}

.hover\:text-amber-900\/50:hover{
  color: rgb(120 53 15 / 0.5);
}

.hover\:text-amber-900\/55:hover{
  color: rgb(120 53 15 / 0.55);
}

.hover\:text-amber-900\/60:hover{
  color: rgb(120 53 15 / 0.6);
}

.hover\:text-amber-900\/65:hover{
  color: rgb(120 53 15 / 0.65);
}

.hover\:text-amber-900\/70:hover{
  color: rgb(120 53 15 / 0.7);
}

.hover\:text-amber-900\/75:hover{
  color: rgb(120 53 15 / 0.75);
}

.hover\:text-amber-900\/80:hover{
  color: rgb(120 53 15 / 0.8);
}

.hover\:text-amber-900\/85:hover{
  color: rgb(120 53 15 / 0.85);
}

.hover\:text-amber-900\/90:hover{
  color: rgb(120 53 15 / 0.9);
}

.hover\:text-amber-900\/95:hover{
  color: rgb(120 53 15 / 0.95);
}

.hover\:text-amber-950:hover{
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}

.hover\:text-amber-950\/0:hover{
  color: rgb(69 26 3 / 0);
}

.hover\:text-amber-950\/10:hover{
  color: rgb(69 26 3 / 0.1);
}

.hover\:text-amber-950\/100:hover{
  color: rgb(69 26 3 / 1);
}

.hover\:text-amber-950\/15:hover{
  color: rgb(69 26 3 / 0.15);
}

.hover\:text-amber-950\/20:hover{
  color: rgb(69 26 3 / 0.2);
}

.hover\:text-amber-950\/25:hover{
  color: rgb(69 26 3 / 0.25);
}

.hover\:text-amber-950\/30:hover{
  color: rgb(69 26 3 / 0.3);
}

.hover\:text-amber-950\/35:hover{
  color: rgb(69 26 3 / 0.35);
}

.hover\:text-amber-950\/40:hover{
  color: rgb(69 26 3 / 0.4);
}

.hover\:text-amber-950\/45:hover{
  color: rgb(69 26 3 / 0.45);
}

.hover\:text-amber-950\/5:hover{
  color: rgb(69 26 3 / 0.05);
}

.hover\:text-amber-950\/50:hover{
  color: rgb(69 26 3 / 0.5);
}

.hover\:text-amber-950\/55:hover{
  color: rgb(69 26 3 / 0.55);
}

.hover\:text-amber-950\/60:hover{
  color: rgb(69 26 3 / 0.6);
}

.hover\:text-amber-950\/65:hover{
  color: rgb(69 26 3 / 0.65);
}

.hover\:text-amber-950\/70:hover{
  color: rgb(69 26 3 / 0.7);
}

.hover\:text-amber-950\/75:hover{
  color: rgb(69 26 3 / 0.75);
}

.hover\:text-amber-950\/80:hover{
  color: rgb(69 26 3 / 0.8);
}

.hover\:text-amber-950\/85:hover{
  color: rgb(69 26 3 / 0.85);
}

.hover\:text-amber-950\/90:hover{
  color: rgb(69 26 3 / 0.9);
}

.hover\:text-amber-950\/95:hover{
  color: rgb(69 26 3 / 0.95);
}

.hover\:text-background:hover{
  --tw-text-opacity: 1;
  color: rgb(245 246 250 / var(--tw-text-opacity));
}

.hover\:text-background\/0:hover{
  color: rgb(245 246 250 / 0);
}

.hover\:text-background\/10:hover{
  color: rgb(245 246 250 / 0.1);
}

.hover\:text-background\/100:hover{
  color: rgb(245 246 250 / 1);
}

.hover\:text-background\/15:hover{
  color: rgb(245 246 250 / 0.15);
}

.hover\:text-background\/20:hover{
  color: rgb(245 246 250 / 0.2);
}

.hover\:text-background\/25:hover{
  color: rgb(245 246 250 / 0.25);
}

.hover\:text-background\/30:hover{
  color: rgb(245 246 250 / 0.3);
}

.hover\:text-background\/35:hover{
  color: rgb(245 246 250 / 0.35);
}

.hover\:text-background\/40:hover{
  color: rgb(245 246 250 / 0.4);
}

.hover\:text-background\/45:hover{
  color: rgb(245 246 250 / 0.45);
}

.hover\:text-background\/5:hover{
  color: rgb(245 246 250 / 0.05);
}

.hover\:text-background\/50:hover{
  color: rgb(245 246 250 / 0.5);
}

.hover\:text-background\/55:hover{
  color: rgb(245 246 250 / 0.55);
}

.hover\:text-background\/60:hover{
  color: rgb(245 246 250 / 0.6);
}

.hover\:text-background\/65:hover{
  color: rgb(245 246 250 / 0.65);
}

.hover\:text-background\/70:hover{
  color: rgb(245 246 250 / 0.7);
}

.hover\:text-background\/75:hover{
  color: rgb(245 246 250 / 0.75);
}

.hover\:text-background\/80:hover{
  color: rgb(245 246 250 / 0.8);
}

.hover\:text-background\/85:hover{
  color: rgb(245 246 250 / 0.85);
}

.hover\:text-background\/90:hover{
  color: rgb(245 246 250 / 0.9);
}

.hover\:text-background\/95:hover{
  color: rgb(245 246 250 / 0.95);
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.hover\:text-black\/0:hover{
  color: rgb(41 44 53 / 0);
}

.hover\:text-black\/10:hover{
  color: rgb(41 44 53 / 0.1);
}

.hover\:text-black\/100:hover{
  color: rgb(41 44 53 / 1);
}

.hover\:text-black\/15:hover{
  color: rgb(41 44 53 / 0.15);
}

.hover\:text-black\/20:hover{
  color: rgb(41 44 53 / 0.2);
}

.hover\:text-black\/25:hover{
  color: rgb(41 44 53 / 0.25);
}

.hover\:text-black\/30:hover{
  color: rgb(41 44 53 / 0.3);
}

.hover\:text-black\/35:hover{
  color: rgb(41 44 53 / 0.35);
}

.hover\:text-black\/40:hover{
  color: rgb(41 44 53 / 0.4);
}

.hover\:text-black\/45:hover{
  color: rgb(41 44 53 / 0.45);
}

.hover\:text-black\/5:hover{
  color: rgb(41 44 53 / 0.05);
}

.hover\:text-black\/50:hover{
  color: rgb(41 44 53 / 0.5);
}

.hover\:text-black\/55:hover{
  color: rgb(41 44 53 / 0.55);
}

.hover\:text-black\/60:hover{
  color: rgb(41 44 53 / 0.6);
}

.hover\:text-black\/65:hover{
  color: rgb(41 44 53 / 0.65);
}

.hover\:text-black\/70:hover{
  color: rgb(41 44 53 / 0.7);
}

.hover\:text-black\/75:hover{
  color: rgb(41 44 53 / 0.75);
}

.hover\:text-black\/80:hover{
  color: rgb(41 44 53 / 0.8);
}

.hover\:text-black\/85:hover{
  color: rgb(41 44 53 / 0.85);
}

.hover\:text-black\/90:hover{
  color: rgb(41 44 53 / 0.9);
}

.hover\:text-black\/95:hover{
  color: rgb(41 44 53 / 0.95);
}

.hover\:text-blue-100:hover{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.hover\:text-blue-100\/0:hover{
  color: rgb(219 234 254 / 0);
}

.hover\:text-blue-100\/10:hover{
  color: rgb(219 234 254 / 0.1);
}

.hover\:text-blue-100\/100:hover{
  color: rgb(219 234 254 / 1);
}

.hover\:text-blue-100\/15:hover{
  color: rgb(219 234 254 / 0.15);
}

.hover\:text-blue-100\/20:hover{
  color: rgb(219 234 254 / 0.2);
}

.hover\:text-blue-100\/25:hover{
  color: rgb(219 234 254 / 0.25);
}

.hover\:text-blue-100\/30:hover{
  color: rgb(219 234 254 / 0.3);
}

.hover\:text-blue-100\/35:hover{
  color: rgb(219 234 254 / 0.35);
}

.hover\:text-blue-100\/40:hover{
  color: rgb(219 234 254 / 0.4);
}

.hover\:text-blue-100\/45:hover{
  color: rgb(219 234 254 / 0.45);
}

.hover\:text-blue-100\/5:hover{
  color: rgb(219 234 254 / 0.05);
}

.hover\:text-blue-100\/50:hover{
  color: rgb(219 234 254 / 0.5);
}

.hover\:text-blue-100\/55:hover{
  color: rgb(219 234 254 / 0.55);
}

.hover\:text-blue-100\/60:hover{
  color: rgb(219 234 254 / 0.6);
}

.hover\:text-blue-100\/65:hover{
  color: rgb(219 234 254 / 0.65);
}

.hover\:text-blue-100\/70:hover{
  color: rgb(219 234 254 / 0.7);
}

.hover\:text-blue-100\/75:hover{
  color: rgb(219 234 254 / 0.75);
}

.hover\:text-blue-100\/80:hover{
  color: rgb(219 234 254 / 0.8);
}

.hover\:text-blue-100\/85:hover{
  color: rgb(219 234 254 / 0.85);
}

.hover\:text-blue-100\/90:hover{
  color: rgb(219 234 254 / 0.9);
}

.hover\:text-blue-100\/95:hover{
  color: rgb(219 234 254 / 0.95);
}

.hover\:text-blue-200:hover{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.hover\:text-blue-200\/0:hover{
  color: rgb(191 219 254 / 0);
}

.hover\:text-blue-200\/10:hover{
  color: rgb(191 219 254 / 0.1);
}

.hover\:text-blue-200\/100:hover{
  color: rgb(191 219 254 / 1);
}

.hover\:text-blue-200\/15:hover{
  color: rgb(191 219 254 / 0.15);
}

.hover\:text-blue-200\/20:hover{
  color: rgb(191 219 254 / 0.2);
}

.hover\:text-blue-200\/25:hover{
  color: rgb(191 219 254 / 0.25);
}

.hover\:text-blue-200\/30:hover{
  color: rgb(191 219 254 / 0.3);
}

.hover\:text-blue-200\/35:hover{
  color: rgb(191 219 254 / 0.35);
}

.hover\:text-blue-200\/40:hover{
  color: rgb(191 219 254 / 0.4);
}

.hover\:text-blue-200\/45:hover{
  color: rgb(191 219 254 / 0.45);
}

.hover\:text-blue-200\/5:hover{
  color: rgb(191 219 254 / 0.05);
}

.hover\:text-blue-200\/50:hover{
  color: rgb(191 219 254 / 0.5);
}

.hover\:text-blue-200\/55:hover{
  color: rgb(191 219 254 / 0.55);
}

.hover\:text-blue-200\/60:hover{
  color: rgb(191 219 254 / 0.6);
}

.hover\:text-blue-200\/65:hover{
  color: rgb(191 219 254 / 0.65);
}

.hover\:text-blue-200\/70:hover{
  color: rgb(191 219 254 / 0.7);
}

.hover\:text-blue-200\/75:hover{
  color: rgb(191 219 254 / 0.75);
}

.hover\:text-blue-200\/80:hover{
  color: rgb(191 219 254 / 0.8);
}

.hover\:text-blue-200\/85:hover{
  color: rgb(191 219 254 / 0.85);
}

.hover\:text-blue-200\/90:hover{
  color: rgb(191 219 254 / 0.9);
}

.hover\:text-blue-200\/95:hover{
  color: rgb(191 219 254 / 0.95);
}

.hover\:text-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.hover\:text-blue-300\/0:hover{
  color: rgb(147 197 253 / 0);
}

.hover\:text-blue-300\/10:hover{
  color: rgb(147 197 253 / 0.1);
}

.hover\:text-blue-300\/100:hover{
  color: rgb(147 197 253 / 1);
}

.hover\:text-blue-300\/15:hover{
  color: rgb(147 197 253 / 0.15);
}

.hover\:text-blue-300\/20:hover{
  color: rgb(147 197 253 / 0.2);
}

.hover\:text-blue-300\/25:hover{
  color: rgb(147 197 253 / 0.25);
}

.hover\:text-blue-300\/30:hover{
  color: rgb(147 197 253 / 0.3);
}

.hover\:text-blue-300\/35:hover{
  color: rgb(147 197 253 / 0.35);
}

.hover\:text-blue-300\/40:hover{
  color: rgb(147 197 253 / 0.4);
}

.hover\:text-blue-300\/45:hover{
  color: rgb(147 197 253 / 0.45);
}

.hover\:text-blue-300\/5:hover{
  color: rgb(147 197 253 / 0.05);
}

.hover\:text-blue-300\/50:hover{
  color: rgb(147 197 253 / 0.5);
}

.hover\:text-blue-300\/55:hover{
  color: rgb(147 197 253 / 0.55);
}

.hover\:text-blue-300\/60:hover{
  color: rgb(147 197 253 / 0.6);
}

.hover\:text-blue-300\/65:hover{
  color: rgb(147 197 253 / 0.65);
}

.hover\:text-blue-300\/70:hover{
  color: rgb(147 197 253 / 0.7);
}

.hover\:text-blue-300\/75:hover{
  color: rgb(147 197 253 / 0.75);
}

.hover\:text-blue-300\/80:hover{
  color: rgb(147 197 253 / 0.8);
}

.hover\:text-blue-300\/85:hover{
  color: rgb(147 197 253 / 0.85);
}

.hover\:text-blue-300\/90:hover{
  color: rgb(147 197 253 / 0.9);
}

.hover\:text-blue-300\/95:hover{
  color: rgb(147 197 253 / 0.95);
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.hover\:text-blue-400\/0:hover{
  color: rgb(96 165 250 / 0);
}

.hover\:text-blue-400\/10:hover{
  color: rgb(96 165 250 / 0.1);
}

.hover\:text-blue-400\/100:hover{
  color: rgb(96 165 250 / 1);
}

.hover\:text-blue-400\/15:hover{
  color: rgb(96 165 250 / 0.15);
}

.hover\:text-blue-400\/20:hover{
  color: rgb(96 165 250 / 0.2);
}

.hover\:text-blue-400\/25:hover{
  color: rgb(96 165 250 / 0.25);
}

.hover\:text-blue-400\/30:hover{
  color: rgb(96 165 250 / 0.3);
}

.hover\:text-blue-400\/35:hover{
  color: rgb(96 165 250 / 0.35);
}

.hover\:text-blue-400\/40:hover{
  color: rgb(96 165 250 / 0.4);
}

.hover\:text-blue-400\/45:hover{
  color: rgb(96 165 250 / 0.45);
}

.hover\:text-blue-400\/5:hover{
  color: rgb(96 165 250 / 0.05);
}

.hover\:text-blue-400\/50:hover{
  color: rgb(96 165 250 / 0.5);
}

.hover\:text-blue-400\/55:hover{
  color: rgb(96 165 250 / 0.55);
}

.hover\:text-blue-400\/60:hover{
  color: rgb(96 165 250 / 0.6);
}

.hover\:text-blue-400\/65:hover{
  color: rgb(96 165 250 / 0.65);
}

.hover\:text-blue-400\/70:hover{
  color: rgb(96 165 250 / 0.7);
}

.hover\:text-blue-400\/75:hover{
  color: rgb(96 165 250 / 0.75);
}

.hover\:text-blue-400\/80:hover{
  color: rgb(96 165 250 / 0.8);
}

.hover\:text-blue-400\/85:hover{
  color: rgb(96 165 250 / 0.85);
}

.hover\:text-blue-400\/90:hover{
  color: rgb(96 165 250 / 0.9);
}

.hover\:text-blue-400\/95:hover{
  color: rgb(96 165 250 / 0.95);
}

.hover\:text-blue-50:hover{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.hover\:text-blue-50\/0:hover{
  color: rgb(239 246 255 / 0);
}

.hover\:text-blue-50\/10:hover{
  color: rgb(239 246 255 / 0.1);
}

.hover\:text-blue-50\/100:hover{
  color: rgb(239 246 255 / 1);
}

.hover\:text-blue-50\/15:hover{
  color: rgb(239 246 255 / 0.15);
}

.hover\:text-blue-50\/20:hover{
  color: rgb(239 246 255 / 0.2);
}

.hover\:text-blue-50\/25:hover{
  color: rgb(239 246 255 / 0.25);
}

.hover\:text-blue-50\/30:hover{
  color: rgb(239 246 255 / 0.3);
}

.hover\:text-blue-50\/35:hover{
  color: rgb(239 246 255 / 0.35);
}

.hover\:text-blue-50\/40:hover{
  color: rgb(239 246 255 / 0.4);
}

.hover\:text-blue-50\/45:hover{
  color: rgb(239 246 255 / 0.45);
}

.hover\:text-blue-50\/5:hover{
  color: rgb(239 246 255 / 0.05);
}

.hover\:text-blue-50\/50:hover{
  color: rgb(239 246 255 / 0.5);
}

.hover\:text-blue-50\/55:hover{
  color: rgb(239 246 255 / 0.55);
}

.hover\:text-blue-50\/60:hover{
  color: rgb(239 246 255 / 0.6);
}

.hover\:text-blue-50\/65:hover{
  color: rgb(239 246 255 / 0.65);
}

.hover\:text-blue-50\/70:hover{
  color: rgb(239 246 255 / 0.7);
}

.hover\:text-blue-50\/75:hover{
  color: rgb(239 246 255 / 0.75);
}

.hover\:text-blue-50\/80:hover{
  color: rgb(239 246 255 / 0.8);
}

.hover\:text-blue-50\/85:hover{
  color: rgb(239 246 255 / 0.85);
}

.hover\:text-blue-50\/90:hover{
  color: rgb(239 246 255 / 0.9);
}

.hover\:text-blue-50\/95:hover{
  color: rgb(239 246 255 / 0.95);
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.hover\:text-blue-500\/0:hover{
  color: rgb(59 130 246 / 0);
}

.hover\:text-blue-500\/10:hover{
  color: rgb(59 130 246 / 0.1);
}

.hover\:text-blue-500\/100:hover{
  color: rgb(59 130 246 / 1);
}

.hover\:text-blue-500\/15:hover{
  color: rgb(59 130 246 / 0.15);
}

.hover\:text-blue-500\/20:hover{
  color: rgb(59 130 246 / 0.2);
}

.hover\:text-blue-500\/25:hover{
  color: rgb(59 130 246 / 0.25);
}

.hover\:text-blue-500\/30:hover{
  color: rgb(59 130 246 / 0.3);
}

.hover\:text-blue-500\/35:hover{
  color: rgb(59 130 246 / 0.35);
}

.hover\:text-blue-500\/40:hover{
  color: rgb(59 130 246 / 0.4);
}

.hover\:text-blue-500\/45:hover{
  color: rgb(59 130 246 / 0.45);
}

.hover\:text-blue-500\/5:hover{
  color: rgb(59 130 246 / 0.05);
}

.hover\:text-blue-500\/50:hover{
  color: rgb(59 130 246 / 0.5);
}

.hover\:text-blue-500\/55:hover{
  color: rgb(59 130 246 / 0.55);
}

.hover\:text-blue-500\/60:hover{
  color: rgb(59 130 246 / 0.6);
}

.hover\:text-blue-500\/65:hover{
  color: rgb(59 130 246 / 0.65);
}

.hover\:text-blue-500\/70:hover{
  color: rgb(59 130 246 / 0.7);
}

.hover\:text-blue-500\/75:hover{
  color: rgb(59 130 246 / 0.75);
}

.hover\:text-blue-500\/80:hover{
  color: rgb(59 130 246 / 0.8);
}

.hover\:text-blue-500\/85:hover{
  color: rgb(59 130 246 / 0.85);
}

.hover\:text-blue-500\/90:hover{
  color: rgb(59 130 246 / 0.9);
}

.hover\:text-blue-500\/95:hover{
  color: rgb(59 130 246 / 0.95);
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-600\/0:hover{
  color: rgb(37 99 235 / 0);
}

.hover\:text-blue-600\/10:hover{
  color: rgb(37 99 235 / 0.1);
}

.hover\:text-blue-600\/100:hover{
  color: rgb(37 99 235 / 1);
}

.hover\:text-blue-600\/15:hover{
  color: rgb(37 99 235 / 0.15);
}

.hover\:text-blue-600\/20:hover{
  color: rgb(37 99 235 / 0.2);
}

.hover\:text-blue-600\/25:hover{
  color: rgb(37 99 235 / 0.25);
}

.hover\:text-blue-600\/30:hover{
  color: rgb(37 99 235 / 0.3);
}

.hover\:text-blue-600\/35:hover{
  color: rgb(37 99 235 / 0.35);
}

.hover\:text-blue-600\/40:hover{
  color: rgb(37 99 235 / 0.4);
}

.hover\:text-blue-600\/45:hover{
  color: rgb(37 99 235 / 0.45);
}

.hover\:text-blue-600\/5:hover{
  color: rgb(37 99 235 / 0.05);
}

.hover\:text-blue-600\/50:hover{
  color: rgb(37 99 235 / 0.5);
}

.hover\:text-blue-600\/55:hover{
  color: rgb(37 99 235 / 0.55);
}

.hover\:text-blue-600\/60:hover{
  color: rgb(37 99 235 / 0.6);
}

.hover\:text-blue-600\/65:hover{
  color: rgb(37 99 235 / 0.65);
}

.hover\:text-blue-600\/70:hover{
  color: rgb(37 99 235 / 0.7);
}

.hover\:text-blue-600\/75:hover{
  color: rgb(37 99 235 / 0.75);
}

.hover\:text-blue-600\/80:hover{
  color: rgb(37 99 235 / 0.8);
}

.hover\:text-blue-600\/85:hover{
  color: rgb(37 99 235 / 0.85);
}

.hover\:text-blue-600\/90:hover{
  color: rgb(37 99 235 / 0.9);
}

.hover\:text-blue-600\/95:hover{
  color: rgb(37 99 235 / 0.95);
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-blue-700\/0:hover{
  color: rgb(29 78 216 / 0);
}

.hover\:text-blue-700\/10:hover{
  color: rgb(29 78 216 / 0.1);
}

.hover\:text-blue-700\/100:hover{
  color: rgb(29 78 216 / 1);
}

.hover\:text-blue-700\/15:hover{
  color: rgb(29 78 216 / 0.15);
}

.hover\:text-blue-700\/20:hover{
  color: rgb(29 78 216 / 0.2);
}

.hover\:text-blue-700\/25:hover{
  color: rgb(29 78 216 / 0.25);
}

.hover\:text-blue-700\/30:hover{
  color: rgb(29 78 216 / 0.3);
}

.hover\:text-blue-700\/35:hover{
  color: rgb(29 78 216 / 0.35);
}

.hover\:text-blue-700\/40:hover{
  color: rgb(29 78 216 / 0.4);
}

.hover\:text-blue-700\/45:hover{
  color: rgb(29 78 216 / 0.45);
}

.hover\:text-blue-700\/5:hover{
  color: rgb(29 78 216 / 0.05);
}

.hover\:text-blue-700\/50:hover{
  color: rgb(29 78 216 / 0.5);
}

.hover\:text-blue-700\/55:hover{
  color: rgb(29 78 216 / 0.55);
}

.hover\:text-blue-700\/60:hover{
  color: rgb(29 78 216 / 0.6);
}

.hover\:text-blue-700\/65:hover{
  color: rgb(29 78 216 / 0.65);
}

.hover\:text-blue-700\/70:hover{
  color: rgb(29 78 216 / 0.7);
}

.hover\:text-blue-700\/75:hover{
  color: rgb(29 78 216 / 0.75);
}

.hover\:text-blue-700\/80:hover{
  color: rgb(29 78 216 / 0.8);
}

.hover\:text-blue-700\/85:hover{
  color: rgb(29 78 216 / 0.85);
}

.hover\:text-blue-700\/90:hover{
  color: rgb(29 78 216 / 0.9);
}

.hover\:text-blue-700\/95:hover{
  color: rgb(29 78 216 / 0.95);
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-blue-800\/0:hover{
  color: rgb(30 64 175 / 0);
}

.hover\:text-blue-800\/10:hover{
  color: rgb(30 64 175 / 0.1);
}

.hover\:text-blue-800\/100:hover{
  color: rgb(30 64 175 / 1);
}

.hover\:text-blue-800\/15:hover{
  color: rgb(30 64 175 / 0.15);
}

.hover\:text-blue-800\/20:hover{
  color: rgb(30 64 175 / 0.2);
}

.hover\:text-blue-800\/25:hover{
  color: rgb(30 64 175 / 0.25);
}

.hover\:text-blue-800\/30:hover{
  color: rgb(30 64 175 / 0.3);
}

.hover\:text-blue-800\/35:hover{
  color: rgb(30 64 175 / 0.35);
}

.hover\:text-blue-800\/40:hover{
  color: rgb(30 64 175 / 0.4);
}

.hover\:text-blue-800\/45:hover{
  color: rgb(30 64 175 / 0.45);
}

.hover\:text-blue-800\/5:hover{
  color: rgb(30 64 175 / 0.05);
}

.hover\:text-blue-800\/50:hover{
  color: rgb(30 64 175 / 0.5);
}

.hover\:text-blue-800\/55:hover{
  color: rgb(30 64 175 / 0.55);
}

.hover\:text-blue-800\/60:hover{
  color: rgb(30 64 175 / 0.6);
}

.hover\:text-blue-800\/65:hover{
  color: rgb(30 64 175 / 0.65);
}

.hover\:text-blue-800\/70:hover{
  color: rgb(30 64 175 / 0.7);
}

.hover\:text-blue-800\/75:hover{
  color: rgb(30 64 175 / 0.75);
}

.hover\:text-blue-800\/80:hover{
  color: rgb(30 64 175 / 0.8);
}

.hover\:text-blue-800\/85:hover{
  color: rgb(30 64 175 / 0.85);
}

.hover\:text-blue-800\/90:hover{
  color: rgb(30 64 175 / 0.9);
}

.hover\:text-blue-800\/95:hover{
  color: rgb(30 64 175 / 0.95);
}

.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.hover\:text-blue-900\/0:hover{
  color: rgb(30 58 138 / 0);
}

.hover\:text-blue-900\/10:hover{
  color: rgb(30 58 138 / 0.1);
}

.hover\:text-blue-900\/100:hover{
  color: rgb(30 58 138 / 1);
}

.hover\:text-blue-900\/15:hover{
  color: rgb(30 58 138 / 0.15);
}

.hover\:text-blue-900\/20:hover{
  color: rgb(30 58 138 / 0.2);
}

.hover\:text-blue-900\/25:hover{
  color: rgb(30 58 138 / 0.25);
}

.hover\:text-blue-900\/30:hover{
  color: rgb(30 58 138 / 0.3);
}

.hover\:text-blue-900\/35:hover{
  color: rgb(30 58 138 / 0.35);
}

.hover\:text-blue-900\/40:hover{
  color: rgb(30 58 138 / 0.4);
}

.hover\:text-blue-900\/45:hover{
  color: rgb(30 58 138 / 0.45);
}

.hover\:text-blue-900\/5:hover{
  color: rgb(30 58 138 / 0.05);
}

.hover\:text-blue-900\/50:hover{
  color: rgb(30 58 138 / 0.5);
}

.hover\:text-blue-900\/55:hover{
  color: rgb(30 58 138 / 0.55);
}

.hover\:text-blue-900\/60:hover{
  color: rgb(30 58 138 / 0.6);
}

.hover\:text-blue-900\/65:hover{
  color: rgb(30 58 138 / 0.65);
}

.hover\:text-blue-900\/70:hover{
  color: rgb(30 58 138 / 0.7);
}

.hover\:text-blue-900\/75:hover{
  color: rgb(30 58 138 / 0.75);
}

.hover\:text-blue-900\/80:hover{
  color: rgb(30 58 138 / 0.8);
}

.hover\:text-blue-900\/85:hover{
  color: rgb(30 58 138 / 0.85);
}

.hover\:text-blue-900\/90:hover{
  color: rgb(30 58 138 / 0.9);
}

.hover\:text-blue-900\/95:hover{
  color: rgb(30 58 138 / 0.95);
}

.hover\:text-blue-950:hover{
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}

.hover\:text-blue-950\/0:hover{
  color: rgb(23 37 84 / 0);
}

.hover\:text-blue-950\/10:hover{
  color: rgb(23 37 84 / 0.1);
}

.hover\:text-blue-950\/100:hover{
  color: rgb(23 37 84 / 1);
}

.hover\:text-blue-950\/15:hover{
  color: rgb(23 37 84 / 0.15);
}

.hover\:text-blue-950\/20:hover{
  color: rgb(23 37 84 / 0.2);
}

.hover\:text-blue-950\/25:hover{
  color: rgb(23 37 84 / 0.25);
}

.hover\:text-blue-950\/30:hover{
  color: rgb(23 37 84 / 0.3);
}

.hover\:text-blue-950\/35:hover{
  color: rgb(23 37 84 / 0.35);
}

.hover\:text-blue-950\/40:hover{
  color: rgb(23 37 84 / 0.4);
}

.hover\:text-blue-950\/45:hover{
  color: rgb(23 37 84 / 0.45);
}

.hover\:text-blue-950\/5:hover{
  color: rgb(23 37 84 / 0.05);
}

.hover\:text-blue-950\/50:hover{
  color: rgb(23 37 84 / 0.5);
}

.hover\:text-blue-950\/55:hover{
  color: rgb(23 37 84 / 0.55);
}

.hover\:text-blue-950\/60:hover{
  color: rgb(23 37 84 / 0.6);
}

.hover\:text-blue-950\/65:hover{
  color: rgb(23 37 84 / 0.65);
}

.hover\:text-blue-950\/70:hover{
  color: rgb(23 37 84 / 0.7);
}

.hover\:text-blue-950\/75:hover{
  color: rgb(23 37 84 / 0.75);
}

.hover\:text-blue-950\/80:hover{
  color: rgb(23 37 84 / 0.8);
}

.hover\:text-blue-950\/85:hover{
  color: rgb(23 37 84 / 0.85);
}

.hover\:text-blue-950\/90:hover{
  color: rgb(23 37 84 / 0.9);
}

.hover\:text-blue-950\/95:hover{
  color: rgb(23 37 84 / 0.95);
}

.hover\:text-csv:hover{
  --tw-text-opacity: 1;
  color: rgb(0 138 43 / var(--tw-text-opacity));
}

.hover\:text-csv-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(0 114 37 / var(--tw-text-opacity));
}

.hover\:text-csv-hover\/0:hover{
  color: rgb(0 114 37 / 0);
}

.hover\:text-csv-hover\/10:hover{
  color: rgb(0 114 37 / 0.1);
}

.hover\:text-csv-hover\/100:hover{
  color: rgb(0 114 37 / 1);
}

.hover\:text-csv-hover\/15:hover{
  color: rgb(0 114 37 / 0.15);
}

.hover\:text-csv-hover\/20:hover{
  color: rgb(0 114 37 / 0.2);
}

.hover\:text-csv-hover\/25:hover{
  color: rgb(0 114 37 / 0.25);
}

.hover\:text-csv-hover\/30:hover{
  color: rgb(0 114 37 / 0.3);
}

.hover\:text-csv-hover\/35:hover{
  color: rgb(0 114 37 / 0.35);
}

.hover\:text-csv-hover\/40:hover{
  color: rgb(0 114 37 / 0.4);
}

.hover\:text-csv-hover\/45:hover{
  color: rgb(0 114 37 / 0.45);
}

.hover\:text-csv-hover\/5:hover{
  color: rgb(0 114 37 / 0.05);
}

.hover\:text-csv-hover\/50:hover{
  color: rgb(0 114 37 / 0.5);
}

.hover\:text-csv-hover\/55:hover{
  color: rgb(0 114 37 / 0.55);
}

.hover\:text-csv-hover\/60:hover{
  color: rgb(0 114 37 / 0.6);
}

.hover\:text-csv-hover\/65:hover{
  color: rgb(0 114 37 / 0.65);
}

.hover\:text-csv-hover\/70:hover{
  color: rgb(0 114 37 / 0.7);
}

.hover\:text-csv-hover\/75:hover{
  color: rgb(0 114 37 / 0.75);
}

.hover\:text-csv-hover\/80:hover{
  color: rgb(0 114 37 / 0.8);
}

.hover\:text-csv-hover\/85:hover{
  color: rgb(0 114 37 / 0.85);
}

.hover\:text-csv-hover\/90:hover{
  color: rgb(0 114 37 / 0.9);
}

.hover\:text-csv-hover\/95:hover{
  color: rgb(0 114 37 / 0.95);
}

.hover\:text-csv\/0:hover{
  color: rgb(0 138 43 / 0);
}

.hover\:text-csv\/10:hover{
  color: rgb(0 138 43 / 0.1);
}

.hover\:text-csv\/100:hover{
  color: rgb(0 138 43 / 1);
}

.hover\:text-csv\/15:hover{
  color: rgb(0 138 43 / 0.15);
}

.hover\:text-csv\/20:hover{
  color: rgb(0 138 43 / 0.2);
}

.hover\:text-csv\/25:hover{
  color: rgb(0 138 43 / 0.25);
}

.hover\:text-csv\/30:hover{
  color: rgb(0 138 43 / 0.3);
}

.hover\:text-csv\/35:hover{
  color: rgb(0 138 43 / 0.35);
}

.hover\:text-csv\/40:hover{
  color: rgb(0 138 43 / 0.4);
}

.hover\:text-csv\/45:hover{
  color: rgb(0 138 43 / 0.45);
}

.hover\:text-csv\/5:hover{
  color: rgb(0 138 43 / 0.05);
}

.hover\:text-csv\/50:hover{
  color: rgb(0 138 43 / 0.5);
}

.hover\:text-csv\/55:hover{
  color: rgb(0 138 43 / 0.55);
}

.hover\:text-csv\/60:hover{
  color: rgb(0 138 43 / 0.6);
}

.hover\:text-csv\/65:hover{
  color: rgb(0 138 43 / 0.65);
}

.hover\:text-csv\/70:hover{
  color: rgb(0 138 43 / 0.7);
}

.hover\:text-csv\/75:hover{
  color: rgb(0 138 43 / 0.75);
}

.hover\:text-csv\/80:hover{
  color: rgb(0 138 43 / 0.8);
}

.hover\:text-csv\/85:hover{
  color: rgb(0 138 43 / 0.85);
}

.hover\:text-csv\/90:hover{
  color: rgb(0 138 43 / 0.9);
}

.hover\:text-csv\/95:hover{
  color: rgb(0 138 43 / 0.95);
}

.hover\:text-current:hover{
  color: currentColor;
}

.hover\:text-cyan-100:hover{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}

.hover\:text-cyan-100\/0:hover{
  color: rgb(207 250 254 / 0);
}

.hover\:text-cyan-100\/10:hover{
  color: rgb(207 250 254 / 0.1);
}

.hover\:text-cyan-100\/100:hover{
  color: rgb(207 250 254 / 1);
}

.hover\:text-cyan-100\/15:hover{
  color: rgb(207 250 254 / 0.15);
}

.hover\:text-cyan-100\/20:hover{
  color: rgb(207 250 254 / 0.2);
}

.hover\:text-cyan-100\/25:hover{
  color: rgb(207 250 254 / 0.25);
}

.hover\:text-cyan-100\/30:hover{
  color: rgb(207 250 254 / 0.3);
}

.hover\:text-cyan-100\/35:hover{
  color: rgb(207 250 254 / 0.35);
}

.hover\:text-cyan-100\/40:hover{
  color: rgb(207 250 254 / 0.4);
}

.hover\:text-cyan-100\/45:hover{
  color: rgb(207 250 254 / 0.45);
}

.hover\:text-cyan-100\/5:hover{
  color: rgb(207 250 254 / 0.05);
}

.hover\:text-cyan-100\/50:hover{
  color: rgb(207 250 254 / 0.5);
}

.hover\:text-cyan-100\/55:hover{
  color: rgb(207 250 254 / 0.55);
}

.hover\:text-cyan-100\/60:hover{
  color: rgb(207 250 254 / 0.6);
}

.hover\:text-cyan-100\/65:hover{
  color: rgb(207 250 254 / 0.65);
}

.hover\:text-cyan-100\/70:hover{
  color: rgb(207 250 254 / 0.7);
}

.hover\:text-cyan-100\/75:hover{
  color: rgb(207 250 254 / 0.75);
}

.hover\:text-cyan-100\/80:hover{
  color: rgb(207 250 254 / 0.8);
}

.hover\:text-cyan-100\/85:hover{
  color: rgb(207 250 254 / 0.85);
}

.hover\:text-cyan-100\/90:hover{
  color: rgb(207 250 254 / 0.9);
}

.hover\:text-cyan-100\/95:hover{
  color: rgb(207 250 254 / 0.95);
}

.hover\:text-cyan-200:hover{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}

.hover\:text-cyan-200\/0:hover{
  color: rgb(165 243 252 / 0);
}

.hover\:text-cyan-200\/10:hover{
  color: rgb(165 243 252 / 0.1);
}

.hover\:text-cyan-200\/100:hover{
  color: rgb(165 243 252 / 1);
}

.hover\:text-cyan-200\/15:hover{
  color: rgb(165 243 252 / 0.15);
}

.hover\:text-cyan-200\/20:hover{
  color: rgb(165 243 252 / 0.2);
}

.hover\:text-cyan-200\/25:hover{
  color: rgb(165 243 252 / 0.25);
}

.hover\:text-cyan-200\/30:hover{
  color: rgb(165 243 252 / 0.3);
}

.hover\:text-cyan-200\/35:hover{
  color: rgb(165 243 252 / 0.35);
}

.hover\:text-cyan-200\/40:hover{
  color: rgb(165 243 252 / 0.4);
}

.hover\:text-cyan-200\/45:hover{
  color: rgb(165 243 252 / 0.45);
}

.hover\:text-cyan-200\/5:hover{
  color: rgb(165 243 252 / 0.05);
}

.hover\:text-cyan-200\/50:hover{
  color: rgb(165 243 252 / 0.5);
}

.hover\:text-cyan-200\/55:hover{
  color: rgb(165 243 252 / 0.55);
}

.hover\:text-cyan-200\/60:hover{
  color: rgb(165 243 252 / 0.6);
}

.hover\:text-cyan-200\/65:hover{
  color: rgb(165 243 252 / 0.65);
}

.hover\:text-cyan-200\/70:hover{
  color: rgb(165 243 252 / 0.7);
}

.hover\:text-cyan-200\/75:hover{
  color: rgb(165 243 252 / 0.75);
}

.hover\:text-cyan-200\/80:hover{
  color: rgb(165 243 252 / 0.8);
}

.hover\:text-cyan-200\/85:hover{
  color: rgb(165 243 252 / 0.85);
}

.hover\:text-cyan-200\/90:hover{
  color: rgb(165 243 252 / 0.9);
}

.hover\:text-cyan-200\/95:hover{
  color: rgb(165 243 252 / 0.95);
}

.hover\:text-cyan-300:hover{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.hover\:text-cyan-300\/0:hover{
  color: rgb(103 232 249 / 0);
}

.hover\:text-cyan-300\/10:hover{
  color: rgb(103 232 249 / 0.1);
}

.hover\:text-cyan-300\/100:hover{
  color: rgb(103 232 249 / 1);
}

.hover\:text-cyan-300\/15:hover{
  color: rgb(103 232 249 / 0.15);
}

.hover\:text-cyan-300\/20:hover{
  color: rgb(103 232 249 / 0.2);
}

.hover\:text-cyan-300\/25:hover{
  color: rgb(103 232 249 / 0.25);
}

.hover\:text-cyan-300\/30:hover{
  color: rgb(103 232 249 / 0.3);
}

.hover\:text-cyan-300\/35:hover{
  color: rgb(103 232 249 / 0.35);
}

.hover\:text-cyan-300\/40:hover{
  color: rgb(103 232 249 / 0.4);
}

.hover\:text-cyan-300\/45:hover{
  color: rgb(103 232 249 / 0.45);
}

.hover\:text-cyan-300\/5:hover{
  color: rgb(103 232 249 / 0.05);
}

.hover\:text-cyan-300\/50:hover{
  color: rgb(103 232 249 / 0.5);
}

.hover\:text-cyan-300\/55:hover{
  color: rgb(103 232 249 / 0.55);
}

.hover\:text-cyan-300\/60:hover{
  color: rgb(103 232 249 / 0.6);
}

.hover\:text-cyan-300\/65:hover{
  color: rgb(103 232 249 / 0.65);
}

.hover\:text-cyan-300\/70:hover{
  color: rgb(103 232 249 / 0.7);
}

.hover\:text-cyan-300\/75:hover{
  color: rgb(103 232 249 / 0.75);
}

.hover\:text-cyan-300\/80:hover{
  color: rgb(103 232 249 / 0.8);
}

.hover\:text-cyan-300\/85:hover{
  color: rgb(103 232 249 / 0.85);
}

.hover\:text-cyan-300\/90:hover{
  color: rgb(103 232 249 / 0.9);
}

.hover\:text-cyan-300\/95:hover{
  color: rgb(103 232 249 / 0.95);
}

.hover\:text-cyan-400:hover{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.hover\:text-cyan-400\/0:hover{
  color: rgb(34 211 238 / 0);
}

.hover\:text-cyan-400\/10:hover{
  color: rgb(34 211 238 / 0.1);
}

.hover\:text-cyan-400\/100:hover{
  color: rgb(34 211 238 / 1);
}

.hover\:text-cyan-400\/15:hover{
  color: rgb(34 211 238 / 0.15);
}

.hover\:text-cyan-400\/20:hover{
  color: rgb(34 211 238 / 0.2);
}

.hover\:text-cyan-400\/25:hover{
  color: rgb(34 211 238 / 0.25);
}

.hover\:text-cyan-400\/30:hover{
  color: rgb(34 211 238 / 0.3);
}

.hover\:text-cyan-400\/35:hover{
  color: rgb(34 211 238 / 0.35);
}

.hover\:text-cyan-400\/40:hover{
  color: rgb(34 211 238 / 0.4);
}

.hover\:text-cyan-400\/45:hover{
  color: rgb(34 211 238 / 0.45);
}

.hover\:text-cyan-400\/5:hover{
  color: rgb(34 211 238 / 0.05);
}

.hover\:text-cyan-400\/50:hover{
  color: rgb(34 211 238 / 0.5);
}

.hover\:text-cyan-400\/55:hover{
  color: rgb(34 211 238 / 0.55);
}

.hover\:text-cyan-400\/60:hover{
  color: rgb(34 211 238 / 0.6);
}

.hover\:text-cyan-400\/65:hover{
  color: rgb(34 211 238 / 0.65);
}

.hover\:text-cyan-400\/70:hover{
  color: rgb(34 211 238 / 0.7);
}

.hover\:text-cyan-400\/75:hover{
  color: rgb(34 211 238 / 0.75);
}

.hover\:text-cyan-400\/80:hover{
  color: rgb(34 211 238 / 0.8);
}

.hover\:text-cyan-400\/85:hover{
  color: rgb(34 211 238 / 0.85);
}

.hover\:text-cyan-400\/90:hover{
  color: rgb(34 211 238 / 0.9);
}

.hover\:text-cyan-400\/95:hover{
  color: rgb(34 211 238 / 0.95);
}

.hover\:text-cyan-50:hover{
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}

.hover\:text-cyan-50\/0:hover{
  color: rgb(236 254 255 / 0);
}

.hover\:text-cyan-50\/10:hover{
  color: rgb(236 254 255 / 0.1);
}

.hover\:text-cyan-50\/100:hover{
  color: rgb(236 254 255 / 1);
}

.hover\:text-cyan-50\/15:hover{
  color: rgb(236 254 255 / 0.15);
}

.hover\:text-cyan-50\/20:hover{
  color: rgb(236 254 255 / 0.2);
}

.hover\:text-cyan-50\/25:hover{
  color: rgb(236 254 255 / 0.25);
}

.hover\:text-cyan-50\/30:hover{
  color: rgb(236 254 255 / 0.3);
}

.hover\:text-cyan-50\/35:hover{
  color: rgb(236 254 255 / 0.35);
}

.hover\:text-cyan-50\/40:hover{
  color: rgb(236 254 255 / 0.4);
}

.hover\:text-cyan-50\/45:hover{
  color: rgb(236 254 255 / 0.45);
}

.hover\:text-cyan-50\/5:hover{
  color: rgb(236 254 255 / 0.05);
}

.hover\:text-cyan-50\/50:hover{
  color: rgb(236 254 255 / 0.5);
}

.hover\:text-cyan-50\/55:hover{
  color: rgb(236 254 255 / 0.55);
}

.hover\:text-cyan-50\/60:hover{
  color: rgb(236 254 255 / 0.6);
}

.hover\:text-cyan-50\/65:hover{
  color: rgb(236 254 255 / 0.65);
}

.hover\:text-cyan-50\/70:hover{
  color: rgb(236 254 255 / 0.7);
}

.hover\:text-cyan-50\/75:hover{
  color: rgb(236 254 255 / 0.75);
}

.hover\:text-cyan-50\/80:hover{
  color: rgb(236 254 255 / 0.8);
}

.hover\:text-cyan-50\/85:hover{
  color: rgb(236 254 255 / 0.85);
}

.hover\:text-cyan-50\/90:hover{
  color: rgb(236 254 255 / 0.9);
}

.hover\:text-cyan-50\/95:hover{
  color: rgb(236 254 255 / 0.95);
}

.hover\:text-cyan-500:hover{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.hover\:text-cyan-500\/0:hover{
  color: rgb(6 182 212 / 0);
}

.hover\:text-cyan-500\/10:hover{
  color: rgb(6 182 212 / 0.1);
}

.hover\:text-cyan-500\/100:hover{
  color: rgb(6 182 212 / 1);
}

.hover\:text-cyan-500\/15:hover{
  color: rgb(6 182 212 / 0.15);
}

.hover\:text-cyan-500\/20:hover{
  color: rgb(6 182 212 / 0.2);
}

.hover\:text-cyan-500\/25:hover{
  color: rgb(6 182 212 / 0.25);
}

.hover\:text-cyan-500\/30:hover{
  color: rgb(6 182 212 / 0.3);
}

.hover\:text-cyan-500\/35:hover{
  color: rgb(6 182 212 / 0.35);
}

.hover\:text-cyan-500\/40:hover{
  color: rgb(6 182 212 / 0.4);
}

.hover\:text-cyan-500\/45:hover{
  color: rgb(6 182 212 / 0.45);
}

.hover\:text-cyan-500\/5:hover{
  color: rgb(6 182 212 / 0.05);
}

.hover\:text-cyan-500\/50:hover{
  color: rgb(6 182 212 / 0.5);
}

.hover\:text-cyan-500\/55:hover{
  color: rgb(6 182 212 / 0.55);
}

.hover\:text-cyan-500\/60:hover{
  color: rgb(6 182 212 / 0.6);
}

.hover\:text-cyan-500\/65:hover{
  color: rgb(6 182 212 / 0.65);
}

.hover\:text-cyan-500\/70:hover{
  color: rgb(6 182 212 / 0.7);
}

.hover\:text-cyan-500\/75:hover{
  color: rgb(6 182 212 / 0.75);
}

.hover\:text-cyan-500\/80:hover{
  color: rgb(6 182 212 / 0.8);
}

.hover\:text-cyan-500\/85:hover{
  color: rgb(6 182 212 / 0.85);
}

.hover\:text-cyan-500\/90:hover{
  color: rgb(6 182 212 / 0.9);
}

.hover\:text-cyan-500\/95:hover{
  color: rgb(6 182 212 / 0.95);
}

.hover\:text-cyan-600:hover{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.hover\:text-cyan-600\/0:hover{
  color: rgb(8 145 178 / 0);
}

.hover\:text-cyan-600\/10:hover{
  color: rgb(8 145 178 / 0.1);
}

.hover\:text-cyan-600\/100:hover{
  color: rgb(8 145 178 / 1);
}

.hover\:text-cyan-600\/15:hover{
  color: rgb(8 145 178 / 0.15);
}

.hover\:text-cyan-600\/20:hover{
  color: rgb(8 145 178 / 0.2);
}

.hover\:text-cyan-600\/25:hover{
  color: rgb(8 145 178 / 0.25);
}

.hover\:text-cyan-600\/30:hover{
  color: rgb(8 145 178 / 0.3);
}

.hover\:text-cyan-600\/35:hover{
  color: rgb(8 145 178 / 0.35);
}

.hover\:text-cyan-600\/40:hover{
  color: rgb(8 145 178 / 0.4);
}

.hover\:text-cyan-600\/45:hover{
  color: rgb(8 145 178 / 0.45);
}

.hover\:text-cyan-600\/5:hover{
  color: rgb(8 145 178 / 0.05);
}

.hover\:text-cyan-600\/50:hover{
  color: rgb(8 145 178 / 0.5);
}

.hover\:text-cyan-600\/55:hover{
  color: rgb(8 145 178 / 0.55);
}

.hover\:text-cyan-600\/60:hover{
  color: rgb(8 145 178 / 0.6);
}

.hover\:text-cyan-600\/65:hover{
  color: rgb(8 145 178 / 0.65);
}

.hover\:text-cyan-600\/70:hover{
  color: rgb(8 145 178 / 0.7);
}

.hover\:text-cyan-600\/75:hover{
  color: rgb(8 145 178 / 0.75);
}

.hover\:text-cyan-600\/80:hover{
  color: rgb(8 145 178 / 0.8);
}

.hover\:text-cyan-600\/85:hover{
  color: rgb(8 145 178 / 0.85);
}

.hover\:text-cyan-600\/90:hover{
  color: rgb(8 145 178 / 0.9);
}

.hover\:text-cyan-600\/95:hover{
  color: rgb(8 145 178 / 0.95);
}

.hover\:text-cyan-700:hover{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.hover\:text-cyan-700\/0:hover{
  color: rgb(14 116 144 / 0);
}

.hover\:text-cyan-700\/10:hover{
  color: rgb(14 116 144 / 0.1);
}

.hover\:text-cyan-700\/100:hover{
  color: rgb(14 116 144 / 1);
}

.hover\:text-cyan-700\/15:hover{
  color: rgb(14 116 144 / 0.15);
}

.hover\:text-cyan-700\/20:hover{
  color: rgb(14 116 144 / 0.2);
}

.hover\:text-cyan-700\/25:hover{
  color: rgb(14 116 144 / 0.25);
}

.hover\:text-cyan-700\/30:hover{
  color: rgb(14 116 144 / 0.3);
}

.hover\:text-cyan-700\/35:hover{
  color: rgb(14 116 144 / 0.35);
}

.hover\:text-cyan-700\/40:hover{
  color: rgb(14 116 144 / 0.4);
}

.hover\:text-cyan-700\/45:hover{
  color: rgb(14 116 144 / 0.45);
}

.hover\:text-cyan-700\/5:hover{
  color: rgb(14 116 144 / 0.05);
}

.hover\:text-cyan-700\/50:hover{
  color: rgb(14 116 144 / 0.5);
}

.hover\:text-cyan-700\/55:hover{
  color: rgb(14 116 144 / 0.55);
}

.hover\:text-cyan-700\/60:hover{
  color: rgb(14 116 144 / 0.6);
}

.hover\:text-cyan-700\/65:hover{
  color: rgb(14 116 144 / 0.65);
}

.hover\:text-cyan-700\/70:hover{
  color: rgb(14 116 144 / 0.7);
}

.hover\:text-cyan-700\/75:hover{
  color: rgb(14 116 144 / 0.75);
}

.hover\:text-cyan-700\/80:hover{
  color: rgb(14 116 144 / 0.8);
}

.hover\:text-cyan-700\/85:hover{
  color: rgb(14 116 144 / 0.85);
}

.hover\:text-cyan-700\/90:hover{
  color: rgb(14 116 144 / 0.9);
}

.hover\:text-cyan-700\/95:hover{
  color: rgb(14 116 144 / 0.95);
}

.hover\:text-cyan-800:hover{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.hover\:text-cyan-800\/0:hover{
  color: rgb(21 94 117 / 0);
}

.hover\:text-cyan-800\/10:hover{
  color: rgb(21 94 117 / 0.1);
}

.hover\:text-cyan-800\/100:hover{
  color: rgb(21 94 117 / 1);
}

.hover\:text-cyan-800\/15:hover{
  color: rgb(21 94 117 / 0.15);
}

.hover\:text-cyan-800\/20:hover{
  color: rgb(21 94 117 / 0.2);
}

.hover\:text-cyan-800\/25:hover{
  color: rgb(21 94 117 / 0.25);
}

.hover\:text-cyan-800\/30:hover{
  color: rgb(21 94 117 / 0.3);
}

.hover\:text-cyan-800\/35:hover{
  color: rgb(21 94 117 / 0.35);
}

.hover\:text-cyan-800\/40:hover{
  color: rgb(21 94 117 / 0.4);
}

.hover\:text-cyan-800\/45:hover{
  color: rgb(21 94 117 / 0.45);
}

.hover\:text-cyan-800\/5:hover{
  color: rgb(21 94 117 / 0.05);
}

.hover\:text-cyan-800\/50:hover{
  color: rgb(21 94 117 / 0.5);
}

.hover\:text-cyan-800\/55:hover{
  color: rgb(21 94 117 / 0.55);
}

.hover\:text-cyan-800\/60:hover{
  color: rgb(21 94 117 / 0.6);
}

.hover\:text-cyan-800\/65:hover{
  color: rgb(21 94 117 / 0.65);
}

.hover\:text-cyan-800\/70:hover{
  color: rgb(21 94 117 / 0.7);
}

.hover\:text-cyan-800\/75:hover{
  color: rgb(21 94 117 / 0.75);
}

.hover\:text-cyan-800\/80:hover{
  color: rgb(21 94 117 / 0.8);
}

.hover\:text-cyan-800\/85:hover{
  color: rgb(21 94 117 / 0.85);
}

.hover\:text-cyan-800\/90:hover{
  color: rgb(21 94 117 / 0.9);
}

.hover\:text-cyan-800\/95:hover{
  color: rgb(21 94 117 / 0.95);
}

.hover\:text-cyan-900:hover{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.hover\:text-cyan-900\/0:hover{
  color: rgb(22 78 99 / 0);
}

.hover\:text-cyan-900\/10:hover{
  color: rgb(22 78 99 / 0.1);
}

.hover\:text-cyan-900\/100:hover{
  color: rgb(22 78 99 / 1);
}

.hover\:text-cyan-900\/15:hover{
  color: rgb(22 78 99 / 0.15);
}

.hover\:text-cyan-900\/20:hover{
  color: rgb(22 78 99 / 0.2);
}

.hover\:text-cyan-900\/25:hover{
  color: rgb(22 78 99 / 0.25);
}

.hover\:text-cyan-900\/30:hover{
  color: rgb(22 78 99 / 0.3);
}

.hover\:text-cyan-900\/35:hover{
  color: rgb(22 78 99 / 0.35);
}

.hover\:text-cyan-900\/40:hover{
  color: rgb(22 78 99 / 0.4);
}

.hover\:text-cyan-900\/45:hover{
  color: rgb(22 78 99 / 0.45);
}

.hover\:text-cyan-900\/5:hover{
  color: rgb(22 78 99 / 0.05);
}

.hover\:text-cyan-900\/50:hover{
  color: rgb(22 78 99 / 0.5);
}

.hover\:text-cyan-900\/55:hover{
  color: rgb(22 78 99 / 0.55);
}

.hover\:text-cyan-900\/60:hover{
  color: rgb(22 78 99 / 0.6);
}

.hover\:text-cyan-900\/65:hover{
  color: rgb(22 78 99 / 0.65);
}

.hover\:text-cyan-900\/70:hover{
  color: rgb(22 78 99 / 0.7);
}

.hover\:text-cyan-900\/75:hover{
  color: rgb(22 78 99 / 0.75);
}

.hover\:text-cyan-900\/80:hover{
  color: rgb(22 78 99 / 0.8);
}

.hover\:text-cyan-900\/85:hover{
  color: rgb(22 78 99 / 0.85);
}

.hover\:text-cyan-900\/90:hover{
  color: rgb(22 78 99 / 0.9);
}

.hover\:text-cyan-900\/95:hover{
  color: rgb(22 78 99 / 0.95);
}

.hover\:text-cyan-950:hover{
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}

.hover\:text-cyan-950\/0:hover{
  color: rgb(8 51 68 / 0);
}

.hover\:text-cyan-950\/10:hover{
  color: rgb(8 51 68 / 0.1);
}

.hover\:text-cyan-950\/100:hover{
  color: rgb(8 51 68 / 1);
}

.hover\:text-cyan-950\/15:hover{
  color: rgb(8 51 68 / 0.15);
}

.hover\:text-cyan-950\/20:hover{
  color: rgb(8 51 68 / 0.2);
}

.hover\:text-cyan-950\/25:hover{
  color: rgb(8 51 68 / 0.25);
}

.hover\:text-cyan-950\/30:hover{
  color: rgb(8 51 68 / 0.3);
}

.hover\:text-cyan-950\/35:hover{
  color: rgb(8 51 68 / 0.35);
}

.hover\:text-cyan-950\/40:hover{
  color: rgb(8 51 68 / 0.4);
}

.hover\:text-cyan-950\/45:hover{
  color: rgb(8 51 68 / 0.45);
}

.hover\:text-cyan-950\/5:hover{
  color: rgb(8 51 68 / 0.05);
}

.hover\:text-cyan-950\/50:hover{
  color: rgb(8 51 68 / 0.5);
}

.hover\:text-cyan-950\/55:hover{
  color: rgb(8 51 68 / 0.55);
}

.hover\:text-cyan-950\/60:hover{
  color: rgb(8 51 68 / 0.6);
}

.hover\:text-cyan-950\/65:hover{
  color: rgb(8 51 68 / 0.65);
}

.hover\:text-cyan-950\/70:hover{
  color: rgb(8 51 68 / 0.7);
}

.hover\:text-cyan-950\/75:hover{
  color: rgb(8 51 68 / 0.75);
}

.hover\:text-cyan-950\/80:hover{
  color: rgb(8 51 68 / 0.8);
}

.hover\:text-cyan-950\/85:hover{
  color: rgb(8 51 68 / 0.85);
}

.hover\:text-cyan-950\/90:hover{
  color: rgb(8 51 68 / 0.9);
}

.hover\:text-cyan-950\/95:hover{
  color: rgb(8 51 68 / 0.95);
}

.hover\:text-danger:hover{
  --tw-text-opacity: 1;
  color: rgb(207 59 54 / var(--tw-text-opacity));
}

.hover\:text-danger-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(193 49 44 / var(--tw-text-opacity));
}

.hover\:text-danger-hover\/0:hover{
  color: rgb(193 49 44 / 0);
}

.hover\:text-danger-hover\/10:hover{
  color: rgb(193 49 44 / 0.1);
}

.hover\:text-danger-hover\/100:hover{
  color: rgb(193 49 44 / 1);
}

.hover\:text-danger-hover\/15:hover{
  color: rgb(193 49 44 / 0.15);
}

.hover\:text-danger-hover\/20:hover{
  color: rgb(193 49 44 / 0.2);
}

.hover\:text-danger-hover\/25:hover{
  color: rgb(193 49 44 / 0.25);
}

.hover\:text-danger-hover\/30:hover{
  color: rgb(193 49 44 / 0.3);
}

.hover\:text-danger-hover\/35:hover{
  color: rgb(193 49 44 / 0.35);
}

.hover\:text-danger-hover\/40:hover{
  color: rgb(193 49 44 / 0.4);
}

.hover\:text-danger-hover\/45:hover{
  color: rgb(193 49 44 / 0.45);
}

.hover\:text-danger-hover\/5:hover{
  color: rgb(193 49 44 / 0.05);
}

.hover\:text-danger-hover\/50:hover{
  color: rgb(193 49 44 / 0.5);
}

.hover\:text-danger-hover\/55:hover{
  color: rgb(193 49 44 / 0.55);
}

.hover\:text-danger-hover\/60:hover{
  color: rgb(193 49 44 / 0.6);
}

.hover\:text-danger-hover\/65:hover{
  color: rgb(193 49 44 / 0.65);
}

.hover\:text-danger-hover\/70:hover{
  color: rgb(193 49 44 / 0.7);
}

.hover\:text-danger-hover\/75:hover{
  color: rgb(193 49 44 / 0.75);
}

.hover\:text-danger-hover\/80:hover{
  color: rgb(193 49 44 / 0.8);
}

.hover\:text-danger-hover\/85:hover{
  color: rgb(193 49 44 / 0.85);
}

.hover\:text-danger-hover\/90:hover{
  color: rgb(193 49 44 / 0.9);
}

.hover\:text-danger-hover\/95:hover{
  color: rgb(193 49 44 / 0.95);
}

.hover\:text-danger\/0:hover{
  color: rgb(207 59 54 / 0);
}

.hover\:text-danger\/10:hover{
  color: rgb(207 59 54 / 0.1);
}

.hover\:text-danger\/100:hover{
  color: rgb(207 59 54 / 1);
}

.hover\:text-danger\/15:hover{
  color: rgb(207 59 54 / 0.15);
}

.hover\:text-danger\/20:hover{
  color: rgb(207 59 54 / 0.2);
}

.hover\:text-danger\/25:hover{
  color: rgb(207 59 54 / 0.25);
}

.hover\:text-danger\/30:hover{
  color: rgb(207 59 54 / 0.3);
}

.hover\:text-danger\/35:hover{
  color: rgb(207 59 54 / 0.35);
}

.hover\:text-danger\/40:hover{
  color: rgb(207 59 54 / 0.4);
}

.hover\:text-danger\/45:hover{
  color: rgb(207 59 54 / 0.45);
}

.hover\:text-danger\/5:hover{
  color: rgb(207 59 54 / 0.05);
}

.hover\:text-danger\/50:hover{
  color: rgb(207 59 54 / 0.5);
}

.hover\:text-danger\/55:hover{
  color: rgb(207 59 54 / 0.55);
}

.hover\:text-danger\/60:hover{
  color: rgb(207 59 54 / 0.6);
}

.hover\:text-danger\/65:hover{
  color: rgb(207 59 54 / 0.65);
}

.hover\:text-danger\/70:hover{
  color: rgb(207 59 54 / 0.7);
}

.hover\:text-danger\/75:hover{
  color: rgb(207 59 54 / 0.75);
}

.hover\:text-danger\/80:hover{
  color: rgb(207 59 54 / 0.8);
}

.hover\:text-danger\/85:hover{
  color: rgb(207 59 54 / 0.85);
}

.hover\:text-danger\/90:hover{
  color: rgb(207 59 54 / 0.9);
}

.hover\:text-danger\/95:hover{
  color: rgb(207 59 54 / 0.95);
}

.hover\:text-emerald-100:hover{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.hover\:text-emerald-100\/0:hover{
  color: rgb(209 250 229 / 0);
}

.hover\:text-emerald-100\/10:hover{
  color: rgb(209 250 229 / 0.1);
}

.hover\:text-emerald-100\/100:hover{
  color: rgb(209 250 229 / 1);
}

.hover\:text-emerald-100\/15:hover{
  color: rgb(209 250 229 / 0.15);
}

.hover\:text-emerald-100\/20:hover{
  color: rgb(209 250 229 / 0.2);
}

.hover\:text-emerald-100\/25:hover{
  color: rgb(209 250 229 / 0.25);
}

.hover\:text-emerald-100\/30:hover{
  color: rgb(209 250 229 / 0.3);
}

.hover\:text-emerald-100\/35:hover{
  color: rgb(209 250 229 / 0.35);
}

.hover\:text-emerald-100\/40:hover{
  color: rgb(209 250 229 / 0.4);
}

.hover\:text-emerald-100\/45:hover{
  color: rgb(209 250 229 / 0.45);
}

.hover\:text-emerald-100\/5:hover{
  color: rgb(209 250 229 / 0.05);
}

.hover\:text-emerald-100\/50:hover{
  color: rgb(209 250 229 / 0.5);
}

.hover\:text-emerald-100\/55:hover{
  color: rgb(209 250 229 / 0.55);
}

.hover\:text-emerald-100\/60:hover{
  color: rgb(209 250 229 / 0.6);
}

.hover\:text-emerald-100\/65:hover{
  color: rgb(209 250 229 / 0.65);
}

.hover\:text-emerald-100\/70:hover{
  color: rgb(209 250 229 / 0.7);
}

.hover\:text-emerald-100\/75:hover{
  color: rgb(209 250 229 / 0.75);
}

.hover\:text-emerald-100\/80:hover{
  color: rgb(209 250 229 / 0.8);
}

.hover\:text-emerald-100\/85:hover{
  color: rgb(209 250 229 / 0.85);
}

.hover\:text-emerald-100\/90:hover{
  color: rgb(209 250 229 / 0.9);
}

.hover\:text-emerald-100\/95:hover{
  color: rgb(209 250 229 / 0.95);
}

.hover\:text-emerald-200:hover{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.hover\:text-emerald-200\/0:hover{
  color: rgb(167 243 208 / 0);
}

.hover\:text-emerald-200\/10:hover{
  color: rgb(167 243 208 / 0.1);
}

.hover\:text-emerald-200\/100:hover{
  color: rgb(167 243 208 / 1);
}

.hover\:text-emerald-200\/15:hover{
  color: rgb(167 243 208 / 0.15);
}

.hover\:text-emerald-200\/20:hover{
  color: rgb(167 243 208 / 0.2);
}

.hover\:text-emerald-200\/25:hover{
  color: rgb(167 243 208 / 0.25);
}

.hover\:text-emerald-200\/30:hover{
  color: rgb(167 243 208 / 0.3);
}

.hover\:text-emerald-200\/35:hover{
  color: rgb(167 243 208 / 0.35);
}

.hover\:text-emerald-200\/40:hover{
  color: rgb(167 243 208 / 0.4);
}

.hover\:text-emerald-200\/45:hover{
  color: rgb(167 243 208 / 0.45);
}

.hover\:text-emerald-200\/5:hover{
  color: rgb(167 243 208 / 0.05);
}

.hover\:text-emerald-200\/50:hover{
  color: rgb(167 243 208 / 0.5);
}

.hover\:text-emerald-200\/55:hover{
  color: rgb(167 243 208 / 0.55);
}

.hover\:text-emerald-200\/60:hover{
  color: rgb(167 243 208 / 0.6);
}

.hover\:text-emerald-200\/65:hover{
  color: rgb(167 243 208 / 0.65);
}

.hover\:text-emerald-200\/70:hover{
  color: rgb(167 243 208 / 0.7);
}

.hover\:text-emerald-200\/75:hover{
  color: rgb(167 243 208 / 0.75);
}

.hover\:text-emerald-200\/80:hover{
  color: rgb(167 243 208 / 0.8);
}

.hover\:text-emerald-200\/85:hover{
  color: rgb(167 243 208 / 0.85);
}

.hover\:text-emerald-200\/90:hover{
  color: rgb(167 243 208 / 0.9);
}

.hover\:text-emerald-200\/95:hover{
  color: rgb(167 243 208 / 0.95);
}

.hover\:text-emerald-300:hover{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.hover\:text-emerald-300\/0:hover{
  color: rgb(110 231 183 / 0);
}

.hover\:text-emerald-300\/10:hover{
  color: rgb(110 231 183 / 0.1);
}

.hover\:text-emerald-300\/100:hover{
  color: rgb(110 231 183 / 1);
}

.hover\:text-emerald-300\/15:hover{
  color: rgb(110 231 183 / 0.15);
}

.hover\:text-emerald-300\/20:hover{
  color: rgb(110 231 183 / 0.2);
}

.hover\:text-emerald-300\/25:hover{
  color: rgb(110 231 183 / 0.25);
}

.hover\:text-emerald-300\/30:hover{
  color: rgb(110 231 183 / 0.3);
}

.hover\:text-emerald-300\/35:hover{
  color: rgb(110 231 183 / 0.35);
}

.hover\:text-emerald-300\/40:hover{
  color: rgb(110 231 183 / 0.4);
}

.hover\:text-emerald-300\/45:hover{
  color: rgb(110 231 183 / 0.45);
}

.hover\:text-emerald-300\/5:hover{
  color: rgb(110 231 183 / 0.05);
}

.hover\:text-emerald-300\/50:hover{
  color: rgb(110 231 183 / 0.5);
}

.hover\:text-emerald-300\/55:hover{
  color: rgb(110 231 183 / 0.55);
}

.hover\:text-emerald-300\/60:hover{
  color: rgb(110 231 183 / 0.6);
}

.hover\:text-emerald-300\/65:hover{
  color: rgb(110 231 183 / 0.65);
}

.hover\:text-emerald-300\/70:hover{
  color: rgb(110 231 183 / 0.7);
}

.hover\:text-emerald-300\/75:hover{
  color: rgb(110 231 183 / 0.75);
}

.hover\:text-emerald-300\/80:hover{
  color: rgb(110 231 183 / 0.8);
}

.hover\:text-emerald-300\/85:hover{
  color: rgb(110 231 183 / 0.85);
}

.hover\:text-emerald-300\/90:hover{
  color: rgb(110 231 183 / 0.9);
}

.hover\:text-emerald-300\/95:hover{
  color: rgb(110 231 183 / 0.95);
}

.hover\:text-emerald-400:hover{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.hover\:text-emerald-400\/0:hover{
  color: rgb(52 211 153 / 0);
}

.hover\:text-emerald-400\/10:hover{
  color: rgb(52 211 153 / 0.1);
}

.hover\:text-emerald-400\/100:hover{
  color: rgb(52 211 153 / 1);
}

.hover\:text-emerald-400\/15:hover{
  color: rgb(52 211 153 / 0.15);
}

.hover\:text-emerald-400\/20:hover{
  color: rgb(52 211 153 / 0.2);
}

.hover\:text-emerald-400\/25:hover{
  color: rgb(52 211 153 / 0.25);
}

.hover\:text-emerald-400\/30:hover{
  color: rgb(52 211 153 / 0.3);
}

.hover\:text-emerald-400\/35:hover{
  color: rgb(52 211 153 / 0.35);
}

.hover\:text-emerald-400\/40:hover{
  color: rgb(52 211 153 / 0.4);
}

.hover\:text-emerald-400\/45:hover{
  color: rgb(52 211 153 / 0.45);
}

.hover\:text-emerald-400\/5:hover{
  color: rgb(52 211 153 / 0.05);
}

.hover\:text-emerald-400\/50:hover{
  color: rgb(52 211 153 / 0.5);
}

.hover\:text-emerald-400\/55:hover{
  color: rgb(52 211 153 / 0.55);
}

.hover\:text-emerald-400\/60:hover{
  color: rgb(52 211 153 / 0.6);
}

.hover\:text-emerald-400\/65:hover{
  color: rgb(52 211 153 / 0.65);
}

.hover\:text-emerald-400\/70:hover{
  color: rgb(52 211 153 / 0.7);
}

.hover\:text-emerald-400\/75:hover{
  color: rgb(52 211 153 / 0.75);
}

.hover\:text-emerald-400\/80:hover{
  color: rgb(52 211 153 / 0.8);
}

.hover\:text-emerald-400\/85:hover{
  color: rgb(52 211 153 / 0.85);
}

.hover\:text-emerald-400\/90:hover{
  color: rgb(52 211 153 / 0.9);
}

.hover\:text-emerald-400\/95:hover{
  color: rgb(52 211 153 / 0.95);
}

.hover\:text-emerald-50:hover{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.hover\:text-emerald-50\/0:hover{
  color: rgb(236 253 245 / 0);
}

.hover\:text-emerald-50\/10:hover{
  color: rgb(236 253 245 / 0.1);
}

.hover\:text-emerald-50\/100:hover{
  color: rgb(236 253 245 / 1);
}

.hover\:text-emerald-50\/15:hover{
  color: rgb(236 253 245 / 0.15);
}

.hover\:text-emerald-50\/20:hover{
  color: rgb(236 253 245 / 0.2);
}

.hover\:text-emerald-50\/25:hover{
  color: rgb(236 253 245 / 0.25);
}

.hover\:text-emerald-50\/30:hover{
  color: rgb(236 253 245 / 0.3);
}

.hover\:text-emerald-50\/35:hover{
  color: rgb(236 253 245 / 0.35);
}

.hover\:text-emerald-50\/40:hover{
  color: rgb(236 253 245 / 0.4);
}

.hover\:text-emerald-50\/45:hover{
  color: rgb(236 253 245 / 0.45);
}

.hover\:text-emerald-50\/5:hover{
  color: rgb(236 253 245 / 0.05);
}

.hover\:text-emerald-50\/50:hover{
  color: rgb(236 253 245 / 0.5);
}

.hover\:text-emerald-50\/55:hover{
  color: rgb(236 253 245 / 0.55);
}

.hover\:text-emerald-50\/60:hover{
  color: rgb(236 253 245 / 0.6);
}

.hover\:text-emerald-50\/65:hover{
  color: rgb(236 253 245 / 0.65);
}

.hover\:text-emerald-50\/70:hover{
  color: rgb(236 253 245 / 0.7);
}

.hover\:text-emerald-50\/75:hover{
  color: rgb(236 253 245 / 0.75);
}

.hover\:text-emerald-50\/80:hover{
  color: rgb(236 253 245 / 0.8);
}

.hover\:text-emerald-50\/85:hover{
  color: rgb(236 253 245 / 0.85);
}

.hover\:text-emerald-50\/90:hover{
  color: rgb(236 253 245 / 0.9);
}

.hover\:text-emerald-50\/95:hover{
  color: rgb(236 253 245 / 0.95);
}

.hover\:text-emerald-500:hover{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.hover\:text-emerald-500\/0:hover{
  color: rgb(16 185 129 / 0);
}

.hover\:text-emerald-500\/10:hover{
  color: rgb(16 185 129 / 0.1);
}

.hover\:text-emerald-500\/100:hover{
  color: rgb(16 185 129 / 1);
}

.hover\:text-emerald-500\/15:hover{
  color: rgb(16 185 129 / 0.15);
}

.hover\:text-emerald-500\/20:hover{
  color: rgb(16 185 129 / 0.2);
}

.hover\:text-emerald-500\/25:hover{
  color: rgb(16 185 129 / 0.25);
}

.hover\:text-emerald-500\/30:hover{
  color: rgb(16 185 129 / 0.3);
}

.hover\:text-emerald-500\/35:hover{
  color: rgb(16 185 129 / 0.35);
}

.hover\:text-emerald-500\/40:hover{
  color: rgb(16 185 129 / 0.4);
}

.hover\:text-emerald-500\/45:hover{
  color: rgb(16 185 129 / 0.45);
}

.hover\:text-emerald-500\/5:hover{
  color: rgb(16 185 129 / 0.05);
}

.hover\:text-emerald-500\/50:hover{
  color: rgb(16 185 129 / 0.5);
}

.hover\:text-emerald-500\/55:hover{
  color: rgb(16 185 129 / 0.55);
}

.hover\:text-emerald-500\/60:hover{
  color: rgb(16 185 129 / 0.6);
}

.hover\:text-emerald-500\/65:hover{
  color: rgb(16 185 129 / 0.65);
}

.hover\:text-emerald-500\/70:hover{
  color: rgb(16 185 129 / 0.7);
}

.hover\:text-emerald-500\/75:hover{
  color: rgb(16 185 129 / 0.75);
}

.hover\:text-emerald-500\/80:hover{
  color: rgb(16 185 129 / 0.8);
}

.hover\:text-emerald-500\/85:hover{
  color: rgb(16 185 129 / 0.85);
}

.hover\:text-emerald-500\/90:hover{
  color: rgb(16 185 129 / 0.9);
}

.hover\:text-emerald-500\/95:hover{
  color: rgb(16 185 129 / 0.95);
}

.hover\:text-emerald-600:hover{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.hover\:text-emerald-600\/0:hover{
  color: rgb(5 150 105 / 0);
}

.hover\:text-emerald-600\/10:hover{
  color: rgb(5 150 105 / 0.1);
}

.hover\:text-emerald-600\/100:hover{
  color: rgb(5 150 105 / 1);
}

.hover\:text-emerald-600\/15:hover{
  color: rgb(5 150 105 / 0.15);
}

.hover\:text-emerald-600\/20:hover{
  color: rgb(5 150 105 / 0.2);
}

.hover\:text-emerald-600\/25:hover{
  color: rgb(5 150 105 / 0.25);
}

.hover\:text-emerald-600\/30:hover{
  color: rgb(5 150 105 / 0.3);
}

.hover\:text-emerald-600\/35:hover{
  color: rgb(5 150 105 / 0.35);
}

.hover\:text-emerald-600\/40:hover{
  color: rgb(5 150 105 / 0.4);
}

.hover\:text-emerald-600\/45:hover{
  color: rgb(5 150 105 / 0.45);
}

.hover\:text-emerald-600\/5:hover{
  color: rgb(5 150 105 / 0.05);
}

.hover\:text-emerald-600\/50:hover{
  color: rgb(5 150 105 / 0.5);
}

.hover\:text-emerald-600\/55:hover{
  color: rgb(5 150 105 / 0.55);
}

.hover\:text-emerald-600\/60:hover{
  color: rgb(5 150 105 / 0.6);
}

.hover\:text-emerald-600\/65:hover{
  color: rgb(5 150 105 / 0.65);
}

.hover\:text-emerald-600\/70:hover{
  color: rgb(5 150 105 / 0.7);
}

.hover\:text-emerald-600\/75:hover{
  color: rgb(5 150 105 / 0.75);
}

.hover\:text-emerald-600\/80:hover{
  color: rgb(5 150 105 / 0.8);
}

.hover\:text-emerald-600\/85:hover{
  color: rgb(5 150 105 / 0.85);
}

.hover\:text-emerald-600\/90:hover{
  color: rgb(5 150 105 / 0.9);
}

.hover\:text-emerald-600\/95:hover{
  color: rgb(5 150 105 / 0.95);
}

.hover\:text-emerald-700:hover{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.hover\:text-emerald-700\/0:hover{
  color: rgb(4 120 87 / 0);
}

.hover\:text-emerald-700\/10:hover{
  color: rgb(4 120 87 / 0.1);
}

.hover\:text-emerald-700\/100:hover{
  color: rgb(4 120 87 / 1);
}

.hover\:text-emerald-700\/15:hover{
  color: rgb(4 120 87 / 0.15);
}

.hover\:text-emerald-700\/20:hover{
  color: rgb(4 120 87 / 0.2);
}

.hover\:text-emerald-700\/25:hover{
  color: rgb(4 120 87 / 0.25);
}

.hover\:text-emerald-700\/30:hover{
  color: rgb(4 120 87 / 0.3);
}

.hover\:text-emerald-700\/35:hover{
  color: rgb(4 120 87 / 0.35);
}

.hover\:text-emerald-700\/40:hover{
  color: rgb(4 120 87 / 0.4);
}

.hover\:text-emerald-700\/45:hover{
  color: rgb(4 120 87 / 0.45);
}

.hover\:text-emerald-700\/5:hover{
  color: rgb(4 120 87 / 0.05);
}

.hover\:text-emerald-700\/50:hover{
  color: rgb(4 120 87 / 0.5);
}

.hover\:text-emerald-700\/55:hover{
  color: rgb(4 120 87 / 0.55);
}

.hover\:text-emerald-700\/60:hover{
  color: rgb(4 120 87 / 0.6);
}

.hover\:text-emerald-700\/65:hover{
  color: rgb(4 120 87 / 0.65);
}

.hover\:text-emerald-700\/70:hover{
  color: rgb(4 120 87 / 0.7);
}

.hover\:text-emerald-700\/75:hover{
  color: rgb(4 120 87 / 0.75);
}

.hover\:text-emerald-700\/80:hover{
  color: rgb(4 120 87 / 0.8);
}

.hover\:text-emerald-700\/85:hover{
  color: rgb(4 120 87 / 0.85);
}

.hover\:text-emerald-700\/90:hover{
  color: rgb(4 120 87 / 0.9);
}

.hover\:text-emerald-700\/95:hover{
  color: rgb(4 120 87 / 0.95);
}

.hover\:text-emerald-800:hover{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.hover\:text-emerald-800\/0:hover{
  color: rgb(6 95 70 / 0);
}

.hover\:text-emerald-800\/10:hover{
  color: rgb(6 95 70 / 0.1);
}

.hover\:text-emerald-800\/100:hover{
  color: rgb(6 95 70 / 1);
}

.hover\:text-emerald-800\/15:hover{
  color: rgb(6 95 70 / 0.15);
}

.hover\:text-emerald-800\/20:hover{
  color: rgb(6 95 70 / 0.2);
}

.hover\:text-emerald-800\/25:hover{
  color: rgb(6 95 70 / 0.25);
}

.hover\:text-emerald-800\/30:hover{
  color: rgb(6 95 70 / 0.3);
}

.hover\:text-emerald-800\/35:hover{
  color: rgb(6 95 70 / 0.35);
}

.hover\:text-emerald-800\/40:hover{
  color: rgb(6 95 70 / 0.4);
}

.hover\:text-emerald-800\/45:hover{
  color: rgb(6 95 70 / 0.45);
}

.hover\:text-emerald-800\/5:hover{
  color: rgb(6 95 70 / 0.05);
}

.hover\:text-emerald-800\/50:hover{
  color: rgb(6 95 70 / 0.5);
}

.hover\:text-emerald-800\/55:hover{
  color: rgb(6 95 70 / 0.55);
}

.hover\:text-emerald-800\/60:hover{
  color: rgb(6 95 70 / 0.6);
}

.hover\:text-emerald-800\/65:hover{
  color: rgb(6 95 70 / 0.65);
}

.hover\:text-emerald-800\/70:hover{
  color: rgb(6 95 70 / 0.7);
}

.hover\:text-emerald-800\/75:hover{
  color: rgb(6 95 70 / 0.75);
}

.hover\:text-emerald-800\/80:hover{
  color: rgb(6 95 70 / 0.8);
}

.hover\:text-emerald-800\/85:hover{
  color: rgb(6 95 70 / 0.85);
}

.hover\:text-emerald-800\/90:hover{
  color: rgb(6 95 70 / 0.9);
}

.hover\:text-emerald-800\/95:hover{
  color: rgb(6 95 70 / 0.95);
}

.hover\:text-emerald-900:hover{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.hover\:text-emerald-900\/0:hover{
  color: rgb(6 78 59 / 0);
}

.hover\:text-emerald-900\/10:hover{
  color: rgb(6 78 59 / 0.1);
}

.hover\:text-emerald-900\/100:hover{
  color: rgb(6 78 59 / 1);
}

.hover\:text-emerald-900\/15:hover{
  color: rgb(6 78 59 / 0.15);
}

.hover\:text-emerald-900\/20:hover{
  color: rgb(6 78 59 / 0.2);
}

.hover\:text-emerald-900\/25:hover{
  color: rgb(6 78 59 / 0.25);
}

.hover\:text-emerald-900\/30:hover{
  color: rgb(6 78 59 / 0.3);
}

.hover\:text-emerald-900\/35:hover{
  color: rgb(6 78 59 / 0.35);
}

.hover\:text-emerald-900\/40:hover{
  color: rgb(6 78 59 / 0.4);
}

.hover\:text-emerald-900\/45:hover{
  color: rgb(6 78 59 / 0.45);
}

.hover\:text-emerald-900\/5:hover{
  color: rgb(6 78 59 / 0.05);
}

.hover\:text-emerald-900\/50:hover{
  color: rgb(6 78 59 / 0.5);
}

.hover\:text-emerald-900\/55:hover{
  color: rgb(6 78 59 / 0.55);
}

.hover\:text-emerald-900\/60:hover{
  color: rgb(6 78 59 / 0.6);
}

.hover\:text-emerald-900\/65:hover{
  color: rgb(6 78 59 / 0.65);
}

.hover\:text-emerald-900\/70:hover{
  color: rgb(6 78 59 / 0.7);
}

.hover\:text-emerald-900\/75:hover{
  color: rgb(6 78 59 / 0.75);
}

.hover\:text-emerald-900\/80:hover{
  color: rgb(6 78 59 / 0.8);
}

.hover\:text-emerald-900\/85:hover{
  color: rgb(6 78 59 / 0.85);
}

.hover\:text-emerald-900\/90:hover{
  color: rgb(6 78 59 / 0.9);
}

.hover\:text-emerald-900\/95:hover{
  color: rgb(6 78 59 / 0.95);
}

.hover\:text-emerald-950:hover{
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}

.hover\:text-emerald-950\/0:hover{
  color: rgb(2 44 34 / 0);
}

.hover\:text-emerald-950\/10:hover{
  color: rgb(2 44 34 / 0.1);
}

.hover\:text-emerald-950\/100:hover{
  color: rgb(2 44 34 / 1);
}

.hover\:text-emerald-950\/15:hover{
  color: rgb(2 44 34 / 0.15);
}

.hover\:text-emerald-950\/20:hover{
  color: rgb(2 44 34 / 0.2);
}

.hover\:text-emerald-950\/25:hover{
  color: rgb(2 44 34 / 0.25);
}

.hover\:text-emerald-950\/30:hover{
  color: rgb(2 44 34 / 0.3);
}

.hover\:text-emerald-950\/35:hover{
  color: rgb(2 44 34 / 0.35);
}

.hover\:text-emerald-950\/40:hover{
  color: rgb(2 44 34 / 0.4);
}

.hover\:text-emerald-950\/45:hover{
  color: rgb(2 44 34 / 0.45);
}

.hover\:text-emerald-950\/5:hover{
  color: rgb(2 44 34 / 0.05);
}

.hover\:text-emerald-950\/50:hover{
  color: rgb(2 44 34 / 0.5);
}

.hover\:text-emerald-950\/55:hover{
  color: rgb(2 44 34 / 0.55);
}

.hover\:text-emerald-950\/60:hover{
  color: rgb(2 44 34 / 0.6);
}

.hover\:text-emerald-950\/65:hover{
  color: rgb(2 44 34 / 0.65);
}

.hover\:text-emerald-950\/70:hover{
  color: rgb(2 44 34 / 0.7);
}

.hover\:text-emerald-950\/75:hover{
  color: rgb(2 44 34 / 0.75);
}

.hover\:text-emerald-950\/80:hover{
  color: rgb(2 44 34 / 0.8);
}

.hover\:text-emerald-950\/85:hover{
  color: rgb(2 44 34 / 0.85);
}

.hover\:text-emerald-950\/90:hover{
  color: rgb(2 44 34 / 0.9);
}

.hover\:text-emerald-950\/95:hover{
  color: rgb(2 44 34 / 0.95);
}

.hover\:text-excel:hover{
  --tw-text-opacity: 1;
  color: rgb(11 160 123 / var(--tw-text-opacity));
}

.hover\:text-excel-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(9 138 107 / var(--tw-text-opacity));
}

.hover\:text-excel-hover\/0:hover{
  color: rgb(9 138 107 / 0);
}

.hover\:text-excel-hover\/10:hover{
  color: rgb(9 138 107 / 0.1);
}

.hover\:text-excel-hover\/100:hover{
  color: rgb(9 138 107 / 1);
}

.hover\:text-excel-hover\/15:hover{
  color: rgb(9 138 107 / 0.15);
}

.hover\:text-excel-hover\/20:hover{
  color: rgb(9 138 107 / 0.2);
}

.hover\:text-excel-hover\/25:hover{
  color: rgb(9 138 107 / 0.25);
}

.hover\:text-excel-hover\/30:hover{
  color: rgb(9 138 107 / 0.3);
}

.hover\:text-excel-hover\/35:hover{
  color: rgb(9 138 107 / 0.35);
}

.hover\:text-excel-hover\/40:hover{
  color: rgb(9 138 107 / 0.4);
}

.hover\:text-excel-hover\/45:hover{
  color: rgb(9 138 107 / 0.45);
}

.hover\:text-excel-hover\/5:hover{
  color: rgb(9 138 107 / 0.05);
}

.hover\:text-excel-hover\/50:hover{
  color: rgb(9 138 107 / 0.5);
}

.hover\:text-excel-hover\/55:hover{
  color: rgb(9 138 107 / 0.55);
}

.hover\:text-excel-hover\/60:hover{
  color: rgb(9 138 107 / 0.6);
}

.hover\:text-excel-hover\/65:hover{
  color: rgb(9 138 107 / 0.65);
}

.hover\:text-excel-hover\/70:hover{
  color: rgb(9 138 107 / 0.7);
}

.hover\:text-excel-hover\/75:hover{
  color: rgb(9 138 107 / 0.75);
}

.hover\:text-excel-hover\/80:hover{
  color: rgb(9 138 107 / 0.8);
}

.hover\:text-excel-hover\/85:hover{
  color: rgb(9 138 107 / 0.85);
}

.hover\:text-excel-hover\/90:hover{
  color: rgb(9 138 107 / 0.9);
}

.hover\:text-excel-hover\/95:hover{
  color: rgb(9 138 107 / 0.95);
}

.hover\:text-excel\/0:hover{
  color: rgb(11 160 123 / 0);
}

.hover\:text-excel\/10:hover{
  color: rgb(11 160 123 / 0.1);
}

.hover\:text-excel\/100:hover{
  color: rgb(11 160 123 / 1);
}

.hover\:text-excel\/15:hover{
  color: rgb(11 160 123 / 0.15);
}

.hover\:text-excel\/20:hover{
  color: rgb(11 160 123 / 0.2);
}

.hover\:text-excel\/25:hover{
  color: rgb(11 160 123 / 0.25);
}

.hover\:text-excel\/30:hover{
  color: rgb(11 160 123 / 0.3);
}

.hover\:text-excel\/35:hover{
  color: rgb(11 160 123 / 0.35);
}

.hover\:text-excel\/40:hover{
  color: rgb(11 160 123 / 0.4);
}

.hover\:text-excel\/45:hover{
  color: rgb(11 160 123 / 0.45);
}

.hover\:text-excel\/5:hover{
  color: rgb(11 160 123 / 0.05);
}

.hover\:text-excel\/50:hover{
  color: rgb(11 160 123 / 0.5);
}

.hover\:text-excel\/55:hover{
  color: rgb(11 160 123 / 0.55);
}

.hover\:text-excel\/60:hover{
  color: rgb(11 160 123 / 0.6);
}

.hover\:text-excel\/65:hover{
  color: rgb(11 160 123 / 0.65);
}

.hover\:text-excel\/70:hover{
  color: rgb(11 160 123 / 0.7);
}

.hover\:text-excel\/75:hover{
  color: rgb(11 160 123 / 0.75);
}

.hover\:text-excel\/80:hover{
  color: rgb(11 160 123 / 0.8);
}

.hover\:text-excel\/85:hover{
  color: rgb(11 160 123 / 0.85);
}

.hover\:text-excel\/90:hover{
  color: rgb(11 160 123 / 0.9);
}

.hover\:text-excel\/95:hover{
  color: rgb(11 160 123 / 0.95);
}

.hover\:text-fuchsia-100:hover{
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-100\/0:hover{
  color: rgb(250 232 255 / 0);
}

.hover\:text-fuchsia-100\/10:hover{
  color: rgb(250 232 255 / 0.1);
}

.hover\:text-fuchsia-100\/100:hover{
  color: rgb(250 232 255 / 1);
}

.hover\:text-fuchsia-100\/15:hover{
  color: rgb(250 232 255 / 0.15);
}

.hover\:text-fuchsia-100\/20:hover{
  color: rgb(250 232 255 / 0.2);
}

.hover\:text-fuchsia-100\/25:hover{
  color: rgb(250 232 255 / 0.25);
}

.hover\:text-fuchsia-100\/30:hover{
  color: rgb(250 232 255 / 0.3);
}

.hover\:text-fuchsia-100\/35:hover{
  color: rgb(250 232 255 / 0.35);
}

.hover\:text-fuchsia-100\/40:hover{
  color: rgb(250 232 255 / 0.4);
}

.hover\:text-fuchsia-100\/45:hover{
  color: rgb(250 232 255 / 0.45);
}

.hover\:text-fuchsia-100\/5:hover{
  color: rgb(250 232 255 / 0.05);
}

.hover\:text-fuchsia-100\/50:hover{
  color: rgb(250 232 255 / 0.5);
}

.hover\:text-fuchsia-100\/55:hover{
  color: rgb(250 232 255 / 0.55);
}

.hover\:text-fuchsia-100\/60:hover{
  color: rgb(250 232 255 / 0.6);
}

.hover\:text-fuchsia-100\/65:hover{
  color: rgb(250 232 255 / 0.65);
}

.hover\:text-fuchsia-100\/70:hover{
  color: rgb(250 232 255 / 0.7);
}

.hover\:text-fuchsia-100\/75:hover{
  color: rgb(250 232 255 / 0.75);
}

.hover\:text-fuchsia-100\/80:hover{
  color: rgb(250 232 255 / 0.8);
}

.hover\:text-fuchsia-100\/85:hover{
  color: rgb(250 232 255 / 0.85);
}

.hover\:text-fuchsia-100\/90:hover{
  color: rgb(250 232 255 / 0.9);
}

.hover\:text-fuchsia-100\/95:hover{
  color: rgb(250 232 255 / 0.95);
}

.hover\:text-fuchsia-200:hover{
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-200\/0:hover{
  color: rgb(245 208 254 / 0);
}

.hover\:text-fuchsia-200\/10:hover{
  color: rgb(245 208 254 / 0.1);
}

.hover\:text-fuchsia-200\/100:hover{
  color: rgb(245 208 254 / 1);
}

.hover\:text-fuchsia-200\/15:hover{
  color: rgb(245 208 254 / 0.15);
}

.hover\:text-fuchsia-200\/20:hover{
  color: rgb(245 208 254 / 0.2);
}

.hover\:text-fuchsia-200\/25:hover{
  color: rgb(245 208 254 / 0.25);
}

.hover\:text-fuchsia-200\/30:hover{
  color: rgb(245 208 254 / 0.3);
}

.hover\:text-fuchsia-200\/35:hover{
  color: rgb(245 208 254 / 0.35);
}

.hover\:text-fuchsia-200\/40:hover{
  color: rgb(245 208 254 / 0.4);
}

.hover\:text-fuchsia-200\/45:hover{
  color: rgb(245 208 254 / 0.45);
}

.hover\:text-fuchsia-200\/5:hover{
  color: rgb(245 208 254 / 0.05);
}

.hover\:text-fuchsia-200\/50:hover{
  color: rgb(245 208 254 / 0.5);
}

.hover\:text-fuchsia-200\/55:hover{
  color: rgb(245 208 254 / 0.55);
}

.hover\:text-fuchsia-200\/60:hover{
  color: rgb(245 208 254 / 0.6);
}

.hover\:text-fuchsia-200\/65:hover{
  color: rgb(245 208 254 / 0.65);
}

.hover\:text-fuchsia-200\/70:hover{
  color: rgb(245 208 254 / 0.7);
}

.hover\:text-fuchsia-200\/75:hover{
  color: rgb(245 208 254 / 0.75);
}

.hover\:text-fuchsia-200\/80:hover{
  color: rgb(245 208 254 / 0.8);
}

.hover\:text-fuchsia-200\/85:hover{
  color: rgb(245 208 254 / 0.85);
}

.hover\:text-fuchsia-200\/90:hover{
  color: rgb(245 208 254 / 0.9);
}

.hover\:text-fuchsia-200\/95:hover{
  color: rgb(245 208 254 / 0.95);
}

.hover\:text-fuchsia-300:hover{
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-300\/0:hover{
  color: rgb(240 171 252 / 0);
}

.hover\:text-fuchsia-300\/10:hover{
  color: rgb(240 171 252 / 0.1);
}

.hover\:text-fuchsia-300\/100:hover{
  color: rgb(240 171 252 / 1);
}

.hover\:text-fuchsia-300\/15:hover{
  color: rgb(240 171 252 / 0.15);
}

.hover\:text-fuchsia-300\/20:hover{
  color: rgb(240 171 252 / 0.2);
}

.hover\:text-fuchsia-300\/25:hover{
  color: rgb(240 171 252 / 0.25);
}

.hover\:text-fuchsia-300\/30:hover{
  color: rgb(240 171 252 / 0.3);
}

.hover\:text-fuchsia-300\/35:hover{
  color: rgb(240 171 252 / 0.35);
}

.hover\:text-fuchsia-300\/40:hover{
  color: rgb(240 171 252 / 0.4);
}

.hover\:text-fuchsia-300\/45:hover{
  color: rgb(240 171 252 / 0.45);
}

.hover\:text-fuchsia-300\/5:hover{
  color: rgb(240 171 252 / 0.05);
}

.hover\:text-fuchsia-300\/50:hover{
  color: rgb(240 171 252 / 0.5);
}

.hover\:text-fuchsia-300\/55:hover{
  color: rgb(240 171 252 / 0.55);
}

.hover\:text-fuchsia-300\/60:hover{
  color: rgb(240 171 252 / 0.6);
}

.hover\:text-fuchsia-300\/65:hover{
  color: rgb(240 171 252 / 0.65);
}

.hover\:text-fuchsia-300\/70:hover{
  color: rgb(240 171 252 / 0.7);
}

.hover\:text-fuchsia-300\/75:hover{
  color: rgb(240 171 252 / 0.75);
}

.hover\:text-fuchsia-300\/80:hover{
  color: rgb(240 171 252 / 0.8);
}

.hover\:text-fuchsia-300\/85:hover{
  color: rgb(240 171 252 / 0.85);
}

.hover\:text-fuchsia-300\/90:hover{
  color: rgb(240 171 252 / 0.9);
}

.hover\:text-fuchsia-300\/95:hover{
  color: rgb(240 171 252 / 0.95);
}

.hover\:text-fuchsia-400:hover{
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-400\/0:hover{
  color: rgb(232 121 249 / 0);
}

.hover\:text-fuchsia-400\/10:hover{
  color: rgb(232 121 249 / 0.1);
}

.hover\:text-fuchsia-400\/100:hover{
  color: rgb(232 121 249 / 1);
}

.hover\:text-fuchsia-400\/15:hover{
  color: rgb(232 121 249 / 0.15);
}

.hover\:text-fuchsia-400\/20:hover{
  color: rgb(232 121 249 / 0.2);
}

.hover\:text-fuchsia-400\/25:hover{
  color: rgb(232 121 249 / 0.25);
}

.hover\:text-fuchsia-400\/30:hover{
  color: rgb(232 121 249 / 0.3);
}

.hover\:text-fuchsia-400\/35:hover{
  color: rgb(232 121 249 / 0.35);
}

.hover\:text-fuchsia-400\/40:hover{
  color: rgb(232 121 249 / 0.4);
}

.hover\:text-fuchsia-400\/45:hover{
  color: rgb(232 121 249 / 0.45);
}

.hover\:text-fuchsia-400\/5:hover{
  color: rgb(232 121 249 / 0.05);
}

.hover\:text-fuchsia-400\/50:hover{
  color: rgb(232 121 249 / 0.5);
}

.hover\:text-fuchsia-400\/55:hover{
  color: rgb(232 121 249 / 0.55);
}

.hover\:text-fuchsia-400\/60:hover{
  color: rgb(232 121 249 / 0.6);
}

.hover\:text-fuchsia-400\/65:hover{
  color: rgb(232 121 249 / 0.65);
}

.hover\:text-fuchsia-400\/70:hover{
  color: rgb(232 121 249 / 0.7);
}

.hover\:text-fuchsia-400\/75:hover{
  color: rgb(232 121 249 / 0.75);
}

.hover\:text-fuchsia-400\/80:hover{
  color: rgb(232 121 249 / 0.8);
}

.hover\:text-fuchsia-400\/85:hover{
  color: rgb(232 121 249 / 0.85);
}

.hover\:text-fuchsia-400\/90:hover{
  color: rgb(232 121 249 / 0.9);
}

.hover\:text-fuchsia-400\/95:hover{
  color: rgb(232 121 249 / 0.95);
}

.hover\:text-fuchsia-50:hover{
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-50\/0:hover{
  color: rgb(253 244 255 / 0);
}

.hover\:text-fuchsia-50\/10:hover{
  color: rgb(253 244 255 / 0.1);
}

.hover\:text-fuchsia-50\/100:hover{
  color: rgb(253 244 255 / 1);
}

.hover\:text-fuchsia-50\/15:hover{
  color: rgb(253 244 255 / 0.15);
}

.hover\:text-fuchsia-50\/20:hover{
  color: rgb(253 244 255 / 0.2);
}

.hover\:text-fuchsia-50\/25:hover{
  color: rgb(253 244 255 / 0.25);
}

.hover\:text-fuchsia-50\/30:hover{
  color: rgb(253 244 255 / 0.3);
}

.hover\:text-fuchsia-50\/35:hover{
  color: rgb(253 244 255 / 0.35);
}

.hover\:text-fuchsia-50\/40:hover{
  color: rgb(253 244 255 / 0.4);
}

.hover\:text-fuchsia-50\/45:hover{
  color: rgb(253 244 255 / 0.45);
}

.hover\:text-fuchsia-50\/5:hover{
  color: rgb(253 244 255 / 0.05);
}

.hover\:text-fuchsia-50\/50:hover{
  color: rgb(253 244 255 / 0.5);
}

.hover\:text-fuchsia-50\/55:hover{
  color: rgb(253 244 255 / 0.55);
}

.hover\:text-fuchsia-50\/60:hover{
  color: rgb(253 244 255 / 0.6);
}

.hover\:text-fuchsia-50\/65:hover{
  color: rgb(253 244 255 / 0.65);
}

.hover\:text-fuchsia-50\/70:hover{
  color: rgb(253 244 255 / 0.7);
}

.hover\:text-fuchsia-50\/75:hover{
  color: rgb(253 244 255 / 0.75);
}

.hover\:text-fuchsia-50\/80:hover{
  color: rgb(253 244 255 / 0.8);
}

.hover\:text-fuchsia-50\/85:hover{
  color: rgb(253 244 255 / 0.85);
}

.hover\:text-fuchsia-50\/90:hover{
  color: rgb(253 244 255 / 0.9);
}

.hover\:text-fuchsia-50\/95:hover{
  color: rgb(253 244 255 / 0.95);
}

.hover\:text-fuchsia-500:hover{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-500\/0:hover{
  color: rgb(217 70 239 / 0);
}

.hover\:text-fuchsia-500\/10:hover{
  color: rgb(217 70 239 / 0.1);
}

.hover\:text-fuchsia-500\/100:hover{
  color: rgb(217 70 239 / 1);
}

.hover\:text-fuchsia-500\/15:hover{
  color: rgb(217 70 239 / 0.15);
}

.hover\:text-fuchsia-500\/20:hover{
  color: rgb(217 70 239 / 0.2);
}

.hover\:text-fuchsia-500\/25:hover{
  color: rgb(217 70 239 / 0.25);
}

.hover\:text-fuchsia-500\/30:hover{
  color: rgb(217 70 239 / 0.3);
}

.hover\:text-fuchsia-500\/35:hover{
  color: rgb(217 70 239 / 0.35);
}

.hover\:text-fuchsia-500\/40:hover{
  color: rgb(217 70 239 / 0.4);
}

.hover\:text-fuchsia-500\/45:hover{
  color: rgb(217 70 239 / 0.45);
}

.hover\:text-fuchsia-500\/5:hover{
  color: rgb(217 70 239 / 0.05);
}

.hover\:text-fuchsia-500\/50:hover{
  color: rgb(217 70 239 / 0.5);
}

.hover\:text-fuchsia-500\/55:hover{
  color: rgb(217 70 239 / 0.55);
}

.hover\:text-fuchsia-500\/60:hover{
  color: rgb(217 70 239 / 0.6);
}

.hover\:text-fuchsia-500\/65:hover{
  color: rgb(217 70 239 / 0.65);
}

.hover\:text-fuchsia-500\/70:hover{
  color: rgb(217 70 239 / 0.7);
}

.hover\:text-fuchsia-500\/75:hover{
  color: rgb(217 70 239 / 0.75);
}

.hover\:text-fuchsia-500\/80:hover{
  color: rgb(217 70 239 / 0.8);
}

.hover\:text-fuchsia-500\/85:hover{
  color: rgb(217 70 239 / 0.85);
}

.hover\:text-fuchsia-500\/90:hover{
  color: rgb(217 70 239 / 0.9);
}

.hover\:text-fuchsia-500\/95:hover{
  color: rgb(217 70 239 / 0.95);
}

.hover\:text-fuchsia-600:hover{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-600\/0:hover{
  color: rgb(192 38 211 / 0);
}

.hover\:text-fuchsia-600\/10:hover{
  color: rgb(192 38 211 / 0.1);
}

.hover\:text-fuchsia-600\/100:hover{
  color: rgb(192 38 211 / 1);
}

.hover\:text-fuchsia-600\/15:hover{
  color: rgb(192 38 211 / 0.15);
}

.hover\:text-fuchsia-600\/20:hover{
  color: rgb(192 38 211 / 0.2);
}

.hover\:text-fuchsia-600\/25:hover{
  color: rgb(192 38 211 / 0.25);
}

.hover\:text-fuchsia-600\/30:hover{
  color: rgb(192 38 211 / 0.3);
}

.hover\:text-fuchsia-600\/35:hover{
  color: rgb(192 38 211 / 0.35);
}

.hover\:text-fuchsia-600\/40:hover{
  color: rgb(192 38 211 / 0.4);
}

.hover\:text-fuchsia-600\/45:hover{
  color: rgb(192 38 211 / 0.45);
}

.hover\:text-fuchsia-600\/5:hover{
  color: rgb(192 38 211 / 0.05);
}

.hover\:text-fuchsia-600\/50:hover{
  color: rgb(192 38 211 / 0.5);
}

.hover\:text-fuchsia-600\/55:hover{
  color: rgb(192 38 211 / 0.55);
}

.hover\:text-fuchsia-600\/60:hover{
  color: rgb(192 38 211 / 0.6);
}

.hover\:text-fuchsia-600\/65:hover{
  color: rgb(192 38 211 / 0.65);
}

.hover\:text-fuchsia-600\/70:hover{
  color: rgb(192 38 211 / 0.7);
}

.hover\:text-fuchsia-600\/75:hover{
  color: rgb(192 38 211 / 0.75);
}

.hover\:text-fuchsia-600\/80:hover{
  color: rgb(192 38 211 / 0.8);
}

.hover\:text-fuchsia-600\/85:hover{
  color: rgb(192 38 211 / 0.85);
}

.hover\:text-fuchsia-600\/90:hover{
  color: rgb(192 38 211 / 0.9);
}

.hover\:text-fuchsia-600\/95:hover{
  color: rgb(192 38 211 / 0.95);
}

.hover\:text-fuchsia-700:hover{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-700\/0:hover{
  color: rgb(162 28 175 / 0);
}

.hover\:text-fuchsia-700\/10:hover{
  color: rgb(162 28 175 / 0.1);
}

.hover\:text-fuchsia-700\/100:hover{
  color: rgb(162 28 175 / 1);
}

.hover\:text-fuchsia-700\/15:hover{
  color: rgb(162 28 175 / 0.15);
}

.hover\:text-fuchsia-700\/20:hover{
  color: rgb(162 28 175 / 0.2);
}

.hover\:text-fuchsia-700\/25:hover{
  color: rgb(162 28 175 / 0.25);
}

.hover\:text-fuchsia-700\/30:hover{
  color: rgb(162 28 175 / 0.3);
}

.hover\:text-fuchsia-700\/35:hover{
  color: rgb(162 28 175 / 0.35);
}

.hover\:text-fuchsia-700\/40:hover{
  color: rgb(162 28 175 / 0.4);
}

.hover\:text-fuchsia-700\/45:hover{
  color: rgb(162 28 175 / 0.45);
}

.hover\:text-fuchsia-700\/5:hover{
  color: rgb(162 28 175 / 0.05);
}

.hover\:text-fuchsia-700\/50:hover{
  color: rgb(162 28 175 / 0.5);
}

.hover\:text-fuchsia-700\/55:hover{
  color: rgb(162 28 175 / 0.55);
}

.hover\:text-fuchsia-700\/60:hover{
  color: rgb(162 28 175 / 0.6);
}

.hover\:text-fuchsia-700\/65:hover{
  color: rgb(162 28 175 / 0.65);
}

.hover\:text-fuchsia-700\/70:hover{
  color: rgb(162 28 175 / 0.7);
}

.hover\:text-fuchsia-700\/75:hover{
  color: rgb(162 28 175 / 0.75);
}

.hover\:text-fuchsia-700\/80:hover{
  color: rgb(162 28 175 / 0.8);
}

.hover\:text-fuchsia-700\/85:hover{
  color: rgb(162 28 175 / 0.85);
}

.hover\:text-fuchsia-700\/90:hover{
  color: rgb(162 28 175 / 0.9);
}

.hover\:text-fuchsia-700\/95:hover{
  color: rgb(162 28 175 / 0.95);
}

.hover\:text-fuchsia-800:hover{
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-800\/0:hover{
  color: rgb(134 25 143 / 0);
}

.hover\:text-fuchsia-800\/10:hover{
  color: rgb(134 25 143 / 0.1);
}

.hover\:text-fuchsia-800\/100:hover{
  color: rgb(134 25 143 / 1);
}

.hover\:text-fuchsia-800\/15:hover{
  color: rgb(134 25 143 / 0.15);
}

.hover\:text-fuchsia-800\/20:hover{
  color: rgb(134 25 143 / 0.2);
}

.hover\:text-fuchsia-800\/25:hover{
  color: rgb(134 25 143 / 0.25);
}

.hover\:text-fuchsia-800\/30:hover{
  color: rgb(134 25 143 / 0.3);
}

.hover\:text-fuchsia-800\/35:hover{
  color: rgb(134 25 143 / 0.35);
}

.hover\:text-fuchsia-800\/40:hover{
  color: rgb(134 25 143 / 0.4);
}

.hover\:text-fuchsia-800\/45:hover{
  color: rgb(134 25 143 / 0.45);
}

.hover\:text-fuchsia-800\/5:hover{
  color: rgb(134 25 143 / 0.05);
}

.hover\:text-fuchsia-800\/50:hover{
  color: rgb(134 25 143 / 0.5);
}

.hover\:text-fuchsia-800\/55:hover{
  color: rgb(134 25 143 / 0.55);
}

.hover\:text-fuchsia-800\/60:hover{
  color: rgb(134 25 143 / 0.6);
}

.hover\:text-fuchsia-800\/65:hover{
  color: rgb(134 25 143 / 0.65);
}

.hover\:text-fuchsia-800\/70:hover{
  color: rgb(134 25 143 / 0.7);
}

.hover\:text-fuchsia-800\/75:hover{
  color: rgb(134 25 143 / 0.75);
}

.hover\:text-fuchsia-800\/80:hover{
  color: rgb(134 25 143 / 0.8);
}

.hover\:text-fuchsia-800\/85:hover{
  color: rgb(134 25 143 / 0.85);
}

.hover\:text-fuchsia-800\/90:hover{
  color: rgb(134 25 143 / 0.9);
}

.hover\:text-fuchsia-800\/95:hover{
  color: rgb(134 25 143 / 0.95);
}

.hover\:text-fuchsia-900:hover{
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-900\/0:hover{
  color: rgb(112 26 117 / 0);
}

.hover\:text-fuchsia-900\/10:hover{
  color: rgb(112 26 117 / 0.1);
}

.hover\:text-fuchsia-900\/100:hover{
  color: rgb(112 26 117 / 1);
}

.hover\:text-fuchsia-900\/15:hover{
  color: rgb(112 26 117 / 0.15);
}

.hover\:text-fuchsia-900\/20:hover{
  color: rgb(112 26 117 / 0.2);
}

.hover\:text-fuchsia-900\/25:hover{
  color: rgb(112 26 117 / 0.25);
}

.hover\:text-fuchsia-900\/30:hover{
  color: rgb(112 26 117 / 0.3);
}

.hover\:text-fuchsia-900\/35:hover{
  color: rgb(112 26 117 / 0.35);
}

.hover\:text-fuchsia-900\/40:hover{
  color: rgb(112 26 117 / 0.4);
}

.hover\:text-fuchsia-900\/45:hover{
  color: rgb(112 26 117 / 0.45);
}

.hover\:text-fuchsia-900\/5:hover{
  color: rgb(112 26 117 / 0.05);
}

.hover\:text-fuchsia-900\/50:hover{
  color: rgb(112 26 117 / 0.5);
}

.hover\:text-fuchsia-900\/55:hover{
  color: rgb(112 26 117 / 0.55);
}

.hover\:text-fuchsia-900\/60:hover{
  color: rgb(112 26 117 / 0.6);
}

.hover\:text-fuchsia-900\/65:hover{
  color: rgb(112 26 117 / 0.65);
}

.hover\:text-fuchsia-900\/70:hover{
  color: rgb(112 26 117 / 0.7);
}

.hover\:text-fuchsia-900\/75:hover{
  color: rgb(112 26 117 / 0.75);
}

.hover\:text-fuchsia-900\/80:hover{
  color: rgb(112 26 117 / 0.8);
}

.hover\:text-fuchsia-900\/85:hover{
  color: rgb(112 26 117 / 0.85);
}

.hover\:text-fuchsia-900\/90:hover{
  color: rgb(112 26 117 / 0.9);
}

.hover\:text-fuchsia-900\/95:hover{
  color: rgb(112 26 117 / 0.95);
}

.hover\:text-fuchsia-950:hover{
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-950\/0:hover{
  color: rgb(74 4 78 / 0);
}

.hover\:text-fuchsia-950\/10:hover{
  color: rgb(74 4 78 / 0.1);
}

.hover\:text-fuchsia-950\/100:hover{
  color: rgb(74 4 78 / 1);
}

.hover\:text-fuchsia-950\/15:hover{
  color: rgb(74 4 78 / 0.15);
}

.hover\:text-fuchsia-950\/20:hover{
  color: rgb(74 4 78 / 0.2);
}

.hover\:text-fuchsia-950\/25:hover{
  color: rgb(74 4 78 / 0.25);
}

.hover\:text-fuchsia-950\/30:hover{
  color: rgb(74 4 78 / 0.3);
}

.hover\:text-fuchsia-950\/35:hover{
  color: rgb(74 4 78 / 0.35);
}

.hover\:text-fuchsia-950\/40:hover{
  color: rgb(74 4 78 / 0.4);
}

.hover\:text-fuchsia-950\/45:hover{
  color: rgb(74 4 78 / 0.45);
}

.hover\:text-fuchsia-950\/5:hover{
  color: rgb(74 4 78 / 0.05);
}

.hover\:text-fuchsia-950\/50:hover{
  color: rgb(74 4 78 / 0.5);
}

.hover\:text-fuchsia-950\/55:hover{
  color: rgb(74 4 78 / 0.55);
}

.hover\:text-fuchsia-950\/60:hover{
  color: rgb(74 4 78 / 0.6);
}

.hover\:text-fuchsia-950\/65:hover{
  color: rgb(74 4 78 / 0.65);
}

.hover\:text-fuchsia-950\/70:hover{
  color: rgb(74 4 78 / 0.7);
}

.hover\:text-fuchsia-950\/75:hover{
  color: rgb(74 4 78 / 0.75);
}

.hover\:text-fuchsia-950\/80:hover{
  color: rgb(74 4 78 / 0.8);
}

.hover\:text-fuchsia-950\/85:hover{
  color: rgb(74 4 78 / 0.85);
}

.hover\:text-fuchsia-950\/90:hover{
  color: rgb(74 4 78 / 0.9);
}

.hover\:text-fuchsia-950\/95:hover{
  color: rgb(74 4 78 / 0.95);
}

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.hover\:text-gray-100\/0:hover{
  color: rgb(243 244 246 / 0);
}

.hover\:text-gray-100\/10:hover{
  color: rgb(243 244 246 / 0.1);
}

.hover\:text-gray-100\/100:hover{
  color: rgb(243 244 246 / 1);
}

.hover\:text-gray-100\/15:hover{
  color: rgb(243 244 246 / 0.15);
}

.hover\:text-gray-100\/20:hover{
  color: rgb(243 244 246 / 0.2);
}

.hover\:text-gray-100\/25:hover{
  color: rgb(243 244 246 / 0.25);
}

.hover\:text-gray-100\/30:hover{
  color: rgb(243 244 246 / 0.3);
}

.hover\:text-gray-100\/35:hover{
  color: rgb(243 244 246 / 0.35);
}

.hover\:text-gray-100\/40:hover{
  color: rgb(243 244 246 / 0.4);
}

.hover\:text-gray-100\/45:hover{
  color: rgb(243 244 246 / 0.45);
}

.hover\:text-gray-100\/5:hover{
  color: rgb(243 244 246 / 0.05);
}

.hover\:text-gray-100\/50:hover{
  color: rgb(243 244 246 / 0.5);
}

.hover\:text-gray-100\/55:hover{
  color: rgb(243 244 246 / 0.55);
}

.hover\:text-gray-100\/60:hover{
  color: rgb(243 244 246 / 0.6);
}

.hover\:text-gray-100\/65:hover{
  color: rgb(243 244 246 / 0.65);
}

.hover\:text-gray-100\/70:hover{
  color: rgb(243 244 246 / 0.7);
}

.hover\:text-gray-100\/75:hover{
  color: rgb(243 244 246 / 0.75);
}

.hover\:text-gray-100\/80:hover{
  color: rgb(243 244 246 / 0.8);
}

.hover\:text-gray-100\/85:hover{
  color: rgb(243 244 246 / 0.85);
}

.hover\:text-gray-100\/90:hover{
  color: rgb(243 244 246 / 0.9);
}

.hover\:text-gray-100\/95:hover{
  color: rgb(243 244 246 / 0.95);
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.hover\:text-gray-200\/0:hover{
  color: rgb(229 231 235 / 0);
}

.hover\:text-gray-200\/10:hover{
  color: rgb(229 231 235 / 0.1);
}

.hover\:text-gray-200\/100:hover{
  color: rgb(229 231 235 / 1);
}

.hover\:text-gray-200\/15:hover{
  color: rgb(229 231 235 / 0.15);
}

.hover\:text-gray-200\/20:hover{
  color: rgb(229 231 235 / 0.2);
}

.hover\:text-gray-200\/25:hover{
  color: rgb(229 231 235 / 0.25);
}

.hover\:text-gray-200\/30:hover{
  color: rgb(229 231 235 / 0.3);
}

.hover\:text-gray-200\/35:hover{
  color: rgb(229 231 235 / 0.35);
}

.hover\:text-gray-200\/40:hover{
  color: rgb(229 231 235 / 0.4);
}

.hover\:text-gray-200\/45:hover{
  color: rgb(229 231 235 / 0.45);
}

.hover\:text-gray-200\/5:hover{
  color: rgb(229 231 235 / 0.05);
}

.hover\:text-gray-200\/50:hover{
  color: rgb(229 231 235 / 0.5);
}

.hover\:text-gray-200\/55:hover{
  color: rgb(229 231 235 / 0.55);
}

.hover\:text-gray-200\/60:hover{
  color: rgb(229 231 235 / 0.6);
}

.hover\:text-gray-200\/65:hover{
  color: rgb(229 231 235 / 0.65);
}

.hover\:text-gray-200\/70:hover{
  color: rgb(229 231 235 / 0.7);
}

.hover\:text-gray-200\/75:hover{
  color: rgb(229 231 235 / 0.75);
}

.hover\:text-gray-200\/80:hover{
  color: rgb(229 231 235 / 0.8);
}

.hover\:text-gray-200\/85:hover{
  color: rgb(229 231 235 / 0.85);
}

.hover\:text-gray-200\/90:hover{
  color: rgb(229 231 235 / 0.9);
}

.hover\:text-gray-200\/95:hover{
  color: rgb(229 231 235 / 0.95);
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hover\:text-gray-300\/0:hover{
  color: rgb(209 213 219 / 0);
}

.hover\:text-gray-300\/10:hover{
  color: rgb(209 213 219 / 0.1);
}

.hover\:text-gray-300\/100:hover{
  color: rgb(209 213 219 / 1);
}

.hover\:text-gray-300\/15:hover{
  color: rgb(209 213 219 / 0.15);
}

.hover\:text-gray-300\/20:hover{
  color: rgb(209 213 219 / 0.2);
}

.hover\:text-gray-300\/25:hover{
  color: rgb(209 213 219 / 0.25);
}

.hover\:text-gray-300\/30:hover{
  color: rgb(209 213 219 / 0.3);
}

.hover\:text-gray-300\/35:hover{
  color: rgb(209 213 219 / 0.35);
}

.hover\:text-gray-300\/40:hover{
  color: rgb(209 213 219 / 0.4);
}

.hover\:text-gray-300\/45:hover{
  color: rgb(209 213 219 / 0.45);
}

.hover\:text-gray-300\/5:hover{
  color: rgb(209 213 219 / 0.05);
}

.hover\:text-gray-300\/50:hover{
  color: rgb(209 213 219 / 0.5);
}

.hover\:text-gray-300\/55:hover{
  color: rgb(209 213 219 / 0.55);
}

.hover\:text-gray-300\/60:hover{
  color: rgb(209 213 219 / 0.6);
}

.hover\:text-gray-300\/65:hover{
  color: rgb(209 213 219 / 0.65);
}

.hover\:text-gray-300\/70:hover{
  color: rgb(209 213 219 / 0.7);
}

.hover\:text-gray-300\/75:hover{
  color: rgb(209 213 219 / 0.75);
}

.hover\:text-gray-300\/80:hover{
  color: rgb(209 213 219 / 0.8);
}

.hover\:text-gray-300\/85:hover{
  color: rgb(209 213 219 / 0.85);
}

.hover\:text-gray-300\/90:hover{
  color: rgb(209 213 219 / 0.9);
}

.hover\:text-gray-300\/95:hover{
  color: rgb(209 213 219 / 0.95);
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-400\/0:hover{
  color: rgb(156 163 175 / 0);
}

.hover\:text-gray-400\/10:hover{
  color: rgb(156 163 175 / 0.1);
}

.hover\:text-gray-400\/100:hover{
  color: rgb(156 163 175 / 1);
}

.hover\:text-gray-400\/15:hover{
  color: rgb(156 163 175 / 0.15);
}

.hover\:text-gray-400\/20:hover{
  color: rgb(156 163 175 / 0.2);
}

.hover\:text-gray-400\/25:hover{
  color: rgb(156 163 175 / 0.25);
}

.hover\:text-gray-400\/30:hover{
  color: rgb(156 163 175 / 0.3);
}

.hover\:text-gray-400\/35:hover{
  color: rgb(156 163 175 / 0.35);
}

.hover\:text-gray-400\/40:hover{
  color: rgb(156 163 175 / 0.4);
}

.hover\:text-gray-400\/45:hover{
  color: rgb(156 163 175 / 0.45);
}

.hover\:text-gray-400\/5:hover{
  color: rgb(156 163 175 / 0.05);
}

.hover\:text-gray-400\/50:hover{
  color: rgb(156 163 175 / 0.5);
}

.hover\:text-gray-400\/55:hover{
  color: rgb(156 163 175 / 0.55);
}

.hover\:text-gray-400\/60:hover{
  color: rgb(156 163 175 / 0.6);
}

.hover\:text-gray-400\/65:hover{
  color: rgb(156 163 175 / 0.65);
}

.hover\:text-gray-400\/70:hover{
  color: rgb(156 163 175 / 0.7);
}

.hover\:text-gray-400\/75:hover{
  color: rgb(156 163 175 / 0.75);
}

.hover\:text-gray-400\/80:hover{
  color: rgb(156 163 175 / 0.8);
}

.hover\:text-gray-400\/85:hover{
  color: rgb(156 163 175 / 0.85);
}

.hover\:text-gray-400\/90:hover{
  color: rgb(156 163 175 / 0.9);
}

.hover\:text-gray-400\/95:hover{
  color: rgb(156 163 175 / 0.95);
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.hover\:text-gray-50\/0:hover{
  color: rgb(249 250 251 / 0);
}

.hover\:text-gray-50\/10:hover{
  color: rgb(249 250 251 / 0.1);
}

.hover\:text-gray-50\/100:hover{
  color: rgb(249 250 251 / 1);
}

.hover\:text-gray-50\/15:hover{
  color: rgb(249 250 251 / 0.15);
}

.hover\:text-gray-50\/20:hover{
  color: rgb(249 250 251 / 0.2);
}

.hover\:text-gray-50\/25:hover{
  color: rgb(249 250 251 / 0.25);
}

.hover\:text-gray-50\/30:hover{
  color: rgb(249 250 251 / 0.3);
}

.hover\:text-gray-50\/35:hover{
  color: rgb(249 250 251 / 0.35);
}

.hover\:text-gray-50\/40:hover{
  color: rgb(249 250 251 / 0.4);
}

.hover\:text-gray-50\/45:hover{
  color: rgb(249 250 251 / 0.45);
}

.hover\:text-gray-50\/5:hover{
  color: rgb(249 250 251 / 0.05);
}

.hover\:text-gray-50\/50:hover{
  color: rgb(249 250 251 / 0.5);
}

.hover\:text-gray-50\/55:hover{
  color: rgb(249 250 251 / 0.55);
}

.hover\:text-gray-50\/60:hover{
  color: rgb(249 250 251 / 0.6);
}

.hover\:text-gray-50\/65:hover{
  color: rgb(249 250 251 / 0.65);
}

.hover\:text-gray-50\/70:hover{
  color: rgb(249 250 251 / 0.7);
}

.hover\:text-gray-50\/75:hover{
  color: rgb(249 250 251 / 0.75);
}

.hover\:text-gray-50\/80:hover{
  color: rgb(249 250 251 / 0.8);
}

.hover\:text-gray-50\/85:hover{
  color: rgb(249 250 251 / 0.85);
}

.hover\:text-gray-50\/90:hover{
  color: rgb(249 250 251 / 0.9);
}

.hover\:text-gray-50\/95:hover{
  color: rgb(249 250 251 / 0.95);
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-500\/0:hover{
  color: rgb(107 114 128 / 0);
}

.hover\:text-gray-500\/10:hover{
  color: rgb(107 114 128 / 0.1);
}

.hover\:text-gray-500\/100:hover{
  color: rgb(107 114 128 / 1);
}

.hover\:text-gray-500\/15:hover{
  color: rgb(107 114 128 / 0.15);
}

.hover\:text-gray-500\/20:hover{
  color: rgb(107 114 128 / 0.2);
}

.hover\:text-gray-500\/25:hover{
  color: rgb(107 114 128 / 0.25);
}

.hover\:text-gray-500\/30:hover{
  color: rgb(107 114 128 / 0.3);
}

.hover\:text-gray-500\/35:hover{
  color: rgb(107 114 128 / 0.35);
}

.hover\:text-gray-500\/40:hover{
  color: rgb(107 114 128 / 0.4);
}

.hover\:text-gray-500\/45:hover{
  color: rgb(107 114 128 / 0.45);
}

.hover\:text-gray-500\/5:hover{
  color: rgb(107 114 128 / 0.05);
}

.hover\:text-gray-500\/50:hover{
  color: rgb(107 114 128 / 0.5);
}

.hover\:text-gray-500\/55:hover{
  color: rgb(107 114 128 / 0.55);
}

.hover\:text-gray-500\/60:hover{
  color: rgb(107 114 128 / 0.6);
}

.hover\:text-gray-500\/65:hover{
  color: rgb(107 114 128 / 0.65);
}

.hover\:text-gray-500\/70:hover{
  color: rgb(107 114 128 / 0.7);
}

.hover\:text-gray-500\/75:hover{
  color: rgb(107 114 128 / 0.75);
}

.hover\:text-gray-500\/80:hover{
  color: rgb(107 114 128 / 0.8);
}

.hover\:text-gray-500\/85:hover{
  color: rgb(107 114 128 / 0.85);
}

.hover\:text-gray-500\/90:hover{
  color: rgb(107 114 128 / 0.9);
}

.hover\:text-gray-500\/95:hover{
  color: rgb(107 114 128 / 0.95);
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-600\/0:hover{
  color: rgb(75 85 99 / 0);
}

.hover\:text-gray-600\/10:hover{
  color: rgb(75 85 99 / 0.1);
}

.hover\:text-gray-600\/100:hover{
  color: rgb(75 85 99 / 1);
}

.hover\:text-gray-600\/15:hover{
  color: rgb(75 85 99 / 0.15);
}

.hover\:text-gray-600\/20:hover{
  color: rgb(75 85 99 / 0.2);
}

.hover\:text-gray-600\/25:hover{
  color: rgb(75 85 99 / 0.25);
}

.hover\:text-gray-600\/30:hover{
  color: rgb(75 85 99 / 0.3);
}

.hover\:text-gray-600\/35:hover{
  color: rgb(75 85 99 / 0.35);
}

.hover\:text-gray-600\/40:hover{
  color: rgb(75 85 99 / 0.4);
}

.hover\:text-gray-600\/45:hover{
  color: rgb(75 85 99 / 0.45);
}

.hover\:text-gray-600\/5:hover{
  color: rgb(75 85 99 / 0.05);
}

.hover\:text-gray-600\/50:hover{
  color: rgb(75 85 99 / 0.5);
}

.hover\:text-gray-600\/55:hover{
  color: rgb(75 85 99 / 0.55);
}

.hover\:text-gray-600\/60:hover{
  color: rgb(75 85 99 / 0.6);
}

.hover\:text-gray-600\/65:hover{
  color: rgb(75 85 99 / 0.65);
}

.hover\:text-gray-600\/70:hover{
  color: rgb(75 85 99 / 0.7);
}

.hover\:text-gray-600\/75:hover{
  color: rgb(75 85 99 / 0.75);
}

.hover\:text-gray-600\/80:hover{
  color: rgb(75 85 99 / 0.8);
}

.hover\:text-gray-600\/85:hover{
  color: rgb(75 85 99 / 0.85);
}

.hover\:text-gray-600\/90:hover{
  color: rgb(75 85 99 / 0.9);
}

.hover\:text-gray-600\/95:hover{
  color: rgb(75 85 99 / 0.95);
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-700\/0:hover{
  color: rgb(55 65 81 / 0);
}

.hover\:text-gray-700\/10:hover{
  color: rgb(55 65 81 / 0.1);
}

.hover\:text-gray-700\/100:hover{
  color: rgb(55 65 81 / 1);
}

.hover\:text-gray-700\/15:hover{
  color: rgb(55 65 81 / 0.15);
}

.hover\:text-gray-700\/20:hover{
  color: rgb(55 65 81 / 0.2);
}

.hover\:text-gray-700\/25:hover{
  color: rgb(55 65 81 / 0.25);
}

.hover\:text-gray-700\/30:hover{
  color: rgb(55 65 81 / 0.3);
}

.hover\:text-gray-700\/35:hover{
  color: rgb(55 65 81 / 0.35);
}

.hover\:text-gray-700\/40:hover{
  color: rgb(55 65 81 / 0.4);
}

.hover\:text-gray-700\/45:hover{
  color: rgb(55 65 81 / 0.45);
}

.hover\:text-gray-700\/5:hover{
  color: rgb(55 65 81 / 0.05);
}

.hover\:text-gray-700\/50:hover{
  color: rgb(55 65 81 / 0.5);
}

.hover\:text-gray-700\/55:hover{
  color: rgb(55 65 81 / 0.55);
}

.hover\:text-gray-700\/60:hover{
  color: rgb(55 65 81 / 0.6);
}

.hover\:text-gray-700\/65:hover{
  color: rgb(55 65 81 / 0.65);
}

.hover\:text-gray-700\/70:hover{
  color: rgb(55 65 81 / 0.7);
}

.hover\:text-gray-700\/75:hover{
  color: rgb(55 65 81 / 0.75);
}

.hover\:text-gray-700\/80:hover{
  color: rgb(55 65 81 / 0.8);
}

.hover\:text-gray-700\/85:hover{
  color: rgb(55 65 81 / 0.85);
}

.hover\:text-gray-700\/90:hover{
  color: rgb(55 65 81 / 0.9);
}

.hover\:text-gray-700\/95:hover{
  color: rgb(55 65 81 / 0.95);
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-800\/0:hover{
  color: rgb(31 41 55 / 0);
}

.hover\:text-gray-800\/10:hover{
  color: rgb(31 41 55 / 0.1);
}

.hover\:text-gray-800\/100:hover{
  color: rgb(31 41 55 / 1);
}

.hover\:text-gray-800\/15:hover{
  color: rgb(31 41 55 / 0.15);
}

.hover\:text-gray-800\/20:hover{
  color: rgb(31 41 55 / 0.2);
}

.hover\:text-gray-800\/25:hover{
  color: rgb(31 41 55 / 0.25);
}

.hover\:text-gray-800\/30:hover{
  color: rgb(31 41 55 / 0.3);
}

.hover\:text-gray-800\/35:hover{
  color: rgb(31 41 55 / 0.35);
}

.hover\:text-gray-800\/40:hover{
  color: rgb(31 41 55 / 0.4);
}

.hover\:text-gray-800\/45:hover{
  color: rgb(31 41 55 / 0.45);
}

.hover\:text-gray-800\/5:hover{
  color: rgb(31 41 55 / 0.05);
}

.hover\:text-gray-800\/50:hover{
  color: rgb(31 41 55 / 0.5);
}

.hover\:text-gray-800\/55:hover{
  color: rgb(31 41 55 / 0.55);
}

.hover\:text-gray-800\/60:hover{
  color: rgb(31 41 55 / 0.6);
}

.hover\:text-gray-800\/65:hover{
  color: rgb(31 41 55 / 0.65);
}

.hover\:text-gray-800\/70:hover{
  color: rgb(31 41 55 / 0.7);
}

.hover\:text-gray-800\/75:hover{
  color: rgb(31 41 55 / 0.75);
}

.hover\:text-gray-800\/80:hover{
  color: rgb(31 41 55 / 0.8);
}

.hover\:text-gray-800\/85:hover{
  color: rgb(31 41 55 / 0.85);
}

.hover\:text-gray-800\/90:hover{
  color: rgb(31 41 55 / 0.9);
}

.hover\:text-gray-800\/95:hover{
  color: rgb(31 41 55 / 0.95);
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-gray-900\/0:hover{
  color: rgb(17 24 39 / 0);
}

.hover\:text-gray-900\/10:hover{
  color: rgb(17 24 39 / 0.1);
}

.hover\:text-gray-900\/100:hover{
  color: rgb(17 24 39 / 1);
}

.hover\:text-gray-900\/15:hover{
  color: rgb(17 24 39 / 0.15);
}

.hover\:text-gray-900\/20:hover{
  color: rgb(17 24 39 / 0.2);
}

.hover\:text-gray-900\/25:hover{
  color: rgb(17 24 39 / 0.25);
}

.hover\:text-gray-900\/30:hover{
  color: rgb(17 24 39 / 0.3);
}

.hover\:text-gray-900\/35:hover{
  color: rgb(17 24 39 / 0.35);
}

.hover\:text-gray-900\/40:hover{
  color: rgb(17 24 39 / 0.4);
}

.hover\:text-gray-900\/45:hover{
  color: rgb(17 24 39 / 0.45);
}

.hover\:text-gray-900\/5:hover{
  color: rgb(17 24 39 / 0.05);
}

.hover\:text-gray-900\/50:hover{
  color: rgb(17 24 39 / 0.5);
}

.hover\:text-gray-900\/55:hover{
  color: rgb(17 24 39 / 0.55);
}

.hover\:text-gray-900\/60:hover{
  color: rgb(17 24 39 / 0.6);
}

.hover\:text-gray-900\/65:hover{
  color: rgb(17 24 39 / 0.65);
}

.hover\:text-gray-900\/70:hover{
  color: rgb(17 24 39 / 0.7);
}

.hover\:text-gray-900\/75:hover{
  color: rgb(17 24 39 / 0.75);
}

.hover\:text-gray-900\/80:hover{
  color: rgb(17 24 39 / 0.8);
}

.hover\:text-gray-900\/85:hover{
  color: rgb(17 24 39 / 0.85);
}

.hover\:text-gray-900\/90:hover{
  color: rgb(17 24 39 / 0.9);
}

.hover\:text-gray-900\/95:hover{
  color: rgb(17 24 39 / 0.95);
}

.hover\:text-gray-950:hover{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.hover\:text-gray-950\/0:hover{
  color: rgb(3 7 18 / 0);
}

.hover\:text-gray-950\/10:hover{
  color: rgb(3 7 18 / 0.1);
}

.hover\:text-gray-950\/100:hover{
  color: rgb(3 7 18 / 1);
}

.hover\:text-gray-950\/15:hover{
  color: rgb(3 7 18 / 0.15);
}

.hover\:text-gray-950\/20:hover{
  color: rgb(3 7 18 / 0.2);
}

.hover\:text-gray-950\/25:hover{
  color: rgb(3 7 18 / 0.25);
}

.hover\:text-gray-950\/30:hover{
  color: rgb(3 7 18 / 0.3);
}

.hover\:text-gray-950\/35:hover{
  color: rgb(3 7 18 / 0.35);
}

.hover\:text-gray-950\/40:hover{
  color: rgb(3 7 18 / 0.4);
}

.hover\:text-gray-950\/45:hover{
  color: rgb(3 7 18 / 0.45);
}

.hover\:text-gray-950\/5:hover{
  color: rgb(3 7 18 / 0.05);
}

.hover\:text-gray-950\/50:hover{
  color: rgb(3 7 18 / 0.5);
}

.hover\:text-gray-950\/55:hover{
  color: rgb(3 7 18 / 0.55);
}

.hover\:text-gray-950\/60:hover{
  color: rgb(3 7 18 / 0.6);
}

.hover\:text-gray-950\/65:hover{
  color: rgb(3 7 18 / 0.65);
}

.hover\:text-gray-950\/70:hover{
  color: rgb(3 7 18 / 0.7);
}

.hover\:text-gray-950\/75:hover{
  color: rgb(3 7 18 / 0.75);
}

.hover\:text-gray-950\/80:hover{
  color: rgb(3 7 18 / 0.8);
}

.hover\:text-gray-950\/85:hover{
  color: rgb(3 7 18 / 0.85);
}

.hover\:text-gray-950\/90:hover{
  color: rgb(3 7 18 / 0.9);
}

.hover\:text-gray-950\/95:hover{
  color: rgb(3 7 18 / 0.95);
}

.hover\:text-green-100:hover{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.hover\:text-green-100\/0:hover{
  color: rgb(220 252 231 / 0);
}

.hover\:text-green-100\/10:hover{
  color: rgb(220 252 231 / 0.1);
}

.hover\:text-green-100\/100:hover{
  color: rgb(220 252 231 / 1);
}

.hover\:text-green-100\/15:hover{
  color: rgb(220 252 231 / 0.15);
}

.hover\:text-green-100\/20:hover{
  color: rgb(220 252 231 / 0.2);
}

.hover\:text-green-100\/25:hover{
  color: rgb(220 252 231 / 0.25);
}

.hover\:text-green-100\/30:hover{
  color: rgb(220 252 231 / 0.3);
}

.hover\:text-green-100\/35:hover{
  color: rgb(220 252 231 / 0.35);
}

.hover\:text-green-100\/40:hover{
  color: rgb(220 252 231 / 0.4);
}

.hover\:text-green-100\/45:hover{
  color: rgb(220 252 231 / 0.45);
}

.hover\:text-green-100\/5:hover{
  color: rgb(220 252 231 / 0.05);
}

.hover\:text-green-100\/50:hover{
  color: rgb(220 252 231 / 0.5);
}

.hover\:text-green-100\/55:hover{
  color: rgb(220 252 231 / 0.55);
}

.hover\:text-green-100\/60:hover{
  color: rgb(220 252 231 / 0.6);
}

.hover\:text-green-100\/65:hover{
  color: rgb(220 252 231 / 0.65);
}

.hover\:text-green-100\/70:hover{
  color: rgb(220 252 231 / 0.7);
}

.hover\:text-green-100\/75:hover{
  color: rgb(220 252 231 / 0.75);
}

.hover\:text-green-100\/80:hover{
  color: rgb(220 252 231 / 0.8);
}

.hover\:text-green-100\/85:hover{
  color: rgb(220 252 231 / 0.85);
}

.hover\:text-green-100\/90:hover{
  color: rgb(220 252 231 / 0.9);
}

.hover\:text-green-100\/95:hover{
  color: rgb(220 252 231 / 0.95);
}

.hover\:text-green-200:hover{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.hover\:text-green-200\/0:hover{
  color: rgb(187 247 208 / 0);
}

.hover\:text-green-200\/10:hover{
  color: rgb(187 247 208 / 0.1);
}

.hover\:text-green-200\/100:hover{
  color: rgb(187 247 208 / 1);
}

.hover\:text-green-200\/15:hover{
  color: rgb(187 247 208 / 0.15);
}

.hover\:text-green-200\/20:hover{
  color: rgb(187 247 208 / 0.2);
}

.hover\:text-green-200\/25:hover{
  color: rgb(187 247 208 / 0.25);
}

.hover\:text-green-200\/30:hover{
  color: rgb(187 247 208 / 0.3);
}

.hover\:text-green-200\/35:hover{
  color: rgb(187 247 208 / 0.35);
}

.hover\:text-green-200\/40:hover{
  color: rgb(187 247 208 / 0.4);
}

.hover\:text-green-200\/45:hover{
  color: rgb(187 247 208 / 0.45);
}

.hover\:text-green-200\/5:hover{
  color: rgb(187 247 208 / 0.05);
}

.hover\:text-green-200\/50:hover{
  color: rgb(187 247 208 / 0.5);
}

.hover\:text-green-200\/55:hover{
  color: rgb(187 247 208 / 0.55);
}

.hover\:text-green-200\/60:hover{
  color: rgb(187 247 208 / 0.6);
}

.hover\:text-green-200\/65:hover{
  color: rgb(187 247 208 / 0.65);
}

.hover\:text-green-200\/70:hover{
  color: rgb(187 247 208 / 0.7);
}

.hover\:text-green-200\/75:hover{
  color: rgb(187 247 208 / 0.75);
}

.hover\:text-green-200\/80:hover{
  color: rgb(187 247 208 / 0.8);
}

.hover\:text-green-200\/85:hover{
  color: rgb(187 247 208 / 0.85);
}

.hover\:text-green-200\/90:hover{
  color: rgb(187 247 208 / 0.9);
}

.hover\:text-green-200\/95:hover{
  color: rgb(187 247 208 / 0.95);
}

.hover\:text-green-300:hover{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.hover\:text-green-300\/0:hover{
  color: rgb(134 239 172 / 0);
}

.hover\:text-green-300\/10:hover{
  color: rgb(134 239 172 / 0.1);
}

.hover\:text-green-300\/100:hover{
  color: rgb(134 239 172 / 1);
}

.hover\:text-green-300\/15:hover{
  color: rgb(134 239 172 / 0.15);
}

.hover\:text-green-300\/20:hover{
  color: rgb(134 239 172 / 0.2);
}

.hover\:text-green-300\/25:hover{
  color: rgb(134 239 172 / 0.25);
}

.hover\:text-green-300\/30:hover{
  color: rgb(134 239 172 / 0.3);
}

.hover\:text-green-300\/35:hover{
  color: rgb(134 239 172 / 0.35);
}

.hover\:text-green-300\/40:hover{
  color: rgb(134 239 172 / 0.4);
}

.hover\:text-green-300\/45:hover{
  color: rgb(134 239 172 / 0.45);
}

.hover\:text-green-300\/5:hover{
  color: rgb(134 239 172 / 0.05);
}

.hover\:text-green-300\/50:hover{
  color: rgb(134 239 172 / 0.5);
}

.hover\:text-green-300\/55:hover{
  color: rgb(134 239 172 / 0.55);
}

.hover\:text-green-300\/60:hover{
  color: rgb(134 239 172 / 0.6);
}

.hover\:text-green-300\/65:hover{
  color: rgb(134 239 172 / 0.65);
}

.hover\:text-green-300\/70:hover{
  color: rgb(134 239 172 / 0.7);
}

.hover\:text-green-300\/75:hover{
  color: rgb(134 239 172 / 0.75);
}

.hover\:text-green-300\/80:hover{
  color: rgb(134 239 172 / 0.8);
}

.hover\:text-green-300\/85:hover{
  color: rgb(134 239 172 / 0.85);
}

.hover\:text-green-300\/90:hover{
  color: rgb(134 239 172 / 0.9);
}

.hover\:text-green-300\/95:hover{
  color: rgb(134 239 172 / 0.95);
}

.hover\:text-green-400:hover{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.hover\:text-green-400\/0:hover{
  color: rgb(74 222 128 / 0);
}

.hover\:text-green-400\/10:hover{
  color: rgb(74 222 128 / 0.1);
}

.hover\:text-green-400\/100:hover{
  color: rgb(74 222 128 / 1);
}

.hover\:text-green-400\/15:hover{
  color: rgb(74 222 128 / 0.15);
}

.hover\:text-green-400\/20:hover{
  color: rgb(74 222 128 / 0.2);
}

.hover\:text-green-400\/25:hover{
  color: rgb(74 222 128 / 0.25);
}

.hover\:text-green-400\/30:hover{
  color: rgb(74 222 128 / 0.3);
}

.hover\:text-green-400\/35:hover{
  color: rgb(74 222 128 / 0.35);
}

.hover\:text-green-400\/40:hover{
  color: rgb(74 222 128 / 0.4);
}

.hover\:text-green-400\/45:hover{
  color: rgb(74 222 128 / 0.45);
}

.hover\:text-green-400\/5:hover{
  color: rgb(74 222 128 / 0.05);
}

.hover\:text-green-400\/50:hover{
  color: rgb(74 222 128 / 0.5);
}

.hover\:text-green-400\/55:hover{
  color: rgb(74 222 128 / 0.55);
}

.hover\:text-green-400\/60:hover{
  color: rgb(74 222 128 / 0.6);
}

.hover\:text-green-400\/65:hover{
  color: rgb(74 222 128 / 0.65);
}

.hover\:text-green-400\/70:hover{
  color: rgb(74 222 128 / 0.7);
}

.hover\:text-green-400\/75:hover{
  color: rgb(74 222 128 / 0.75);
}

.hover\:text-green-400\/80:hover{
  color: rgb(74 222 128 / 0.8);
}

.hover\:text-green-400\/85:hover{
  color: rgb(74 222 128 / 0.85);
}

.hover\:text-green-400\/90:hover{
  color: rgb(74 222 128 / 0.9);
}

.hover\:text-green-400\/95:hover{
  color: rgb(74 222 128 / 0.95);
}

.hover\:text-green-50:hover{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.hover\:text-green-50\/0:hover{
  color: rgb(240 253 244 / 0);
}

.hover\:text-green-50\/10:hover{
  color: rgb(240 253 244 / 0.1);
}

.hover\:text-green-50\/100:hover{
  color: rgb(240 253 244 / 1);
}

.hover\:text-green-50\/15:hover{
  color: rgb(240 253 244 / 0.15);
}

.hover\:text-green-50\/20:hover{
  color: rgb(240 253 244 / 0.2);
}

.hover\:text-green-50\/25:hover{
  color: rgb(240 253 244 / 0.25);
}

.hover\:text-green-50\/30:hover{
  color: rgb(240 253 244 / 0.3);
}

.hover\:text-green-50\/35:hover{
  color: rgb(240 253 244 / 0.35);
}

.hover\:text-green-50\/40:hover{
  color: rgb(240 253 244 / 0.4);
}

.hover\:text-green-50\/45:hover{
  color: rgb(240 253 244 / 0.45);
}

.hover\:text-green-50\/5:hover{
  color: rgb(240 253 244 / 0.05);
}

.hover\:text-green-50\/50:hover{
  color: rgb(240 253 244 / 0.5);
}

.hover\:text-green-50\/55:hover{
  color: rgb(240 253 244 / 0.55);
}

.hover\:text-green-50\/60:hover{
  color: rgb(240 253 244 / 0.6);
}

.hover\:text-green-50\/65:hover{
  color: rgb(240 253 244 / 0.65);
}

.hover\:text-green-50\/70:hover{
  color: rgb(240 253 244 / 0.7);
}

.hover\:text-green-50\/75:hover{
  color: rgb(240 253 244 / 0.75);
}

.hover\:text-green-50\/80:hover{
  color: rgb(240 253 244 / 0.8);
}

.hover\:text-green-50\/85:hover{
  color: rgb(240 253 244 / 0.85);
}

.hover\:text-green-50\/90:hover{
  color: rgb(240 253 244 / 0.9);
}

.hover\:text-green-50\/95:hover{
  color: rgb(240 253 244 / 0.95);
}

.hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.hover\:text-green-500\/0:hover{
  color: rgb(34 197 94 / 0);
}

.hover\:text-green-500\/10:hover{
  color: rgb(34 197 94 / 0.1);
}

.hover\:text-green-500\/100:hover{
  color: rgb(34 197 94 / 1);
}

.hover\:text-green-500\/15:hover{
  color: rgb(34 197 94 / 0.15);
}

.hover\:text-green-500\/20:hover{
  color: rgb(34 197 94 / 0.2);
}

.hover\:text-green-500\/25:hover{
  color: rgb(34 197 94 / 0.25);
}

.hover\:text-green-500\/30:hover{
  color: rgb(34 197 94 / 0.3);
}

.hover\:text-green-500\/35:hover{
  color: rgb(34 197 94 / 0.35);
}

.hover\:text-green-500\/40:hover{
  color: rgb(34 197 94 / 0.4);
}

.hover\:text-green-500\/45:hover{
  color: rgb(34 197 94 / 0.45);
}

.hover\:text-green-500\/5:hover{
  color: rgb(34 197 94 / 0.05);
}

.hover\:text-green-500\/50:hover{
  color: rgb(34 197 94 / 0.5);
}

.hover\:text-green-500\/55:hover{
  color: rgb(34 197 94 / 0.55);
}

.hover\:text-green-500\/60:hover{
  color: rgb(34 197 94 / 0.6);
}

.hover\:text-green-500\/65:hover{
  color: rgb(34 197 94 / 0.65);
}

.hover\:text-green-500\/70:hover{
  color: rgb(34 197 94 / 0.7);
}

.hover\:text-green-500\/75:hover{
  color: rgb(34 197 94 / 0.75);
}

.hover\:text-green-500\/80:hover{
  color: rgb(34 197 94 / 0.8);
}

.hover\:text-green-500\/85:hover{
  color: rgb(34 197 94 / 0.85);
}

.hover\:text-green-500\/90:hover{
  color: rgb(34 197 94 / 0.9);
}

.hover\:text-green-500\/95:hover{
  color: rgb(34 197 94 / 0.95);
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.hover\:text-green-600\/0:hover{
  color: rgb(22 163 74 / 0);
}

.hover\:text-green-600\/10:hover{
  color: rgb(22 163 74 / 0.1);
}

.hover\:text-green-600\/100:hover{
  color: rgb(22 163 74 / 1);
}

.hover\:text-green-600\/15:hover{
  color: rgb(22 163 74 / 0.15);
}

.hover\:text-green-600\/20:hover{
  color: rgb(22 163 74 / 0.2);
}

.hover\:text-green-600\/25:hover{
  color: rgb(22 163 74 / 0.25);
}

.hover\:text-green-600\/30:hover{
  color: rgb(22 163 74 / 0.3);
}

.hover\:text-green-600\/35:hover{
  color: rgb(22 163 74 / 0.35);
}

.hover\:text-green-600\/40:hover{
  color: rgb(22 163 74 / 0.4);
}

.hover\:text-green-600\/45:hover{
  color: rgb(22 163 74 / 0.45);
}

.hover\:text-green-600\/5:hover{
  color: rgb(22 163 74 / 0.05);
}

.hover\:text-green-600\/50:hover{
  color: rgb(22 163 74 / 0.5);
}

.hover\:text-green-600\/55:hover{
  color: rgb(22 163 74 / 0.55);
}

.hover\:text-green-600\/60:hover{
  color: rgb(22 163 74 / 0.6);
}

.hover\:text-green-600\/65:hover{
  color: rgb(22 163 74 / 0.65);
}

.hover\:text-green-600\/70:hover{
  color: rgb(22 163 74 / 0.7);
}

.hover\:text-green-600\/75:hover{
  color: rgb(22 163 74 / 0.75);
}

.hover\:text-green-600\/80:hover{
  color: rgb(22 163 74 / 0.8);
}

.hover\:text-green-600\/85:hover{
  color: rgb(22 163 74 / 0.85);
}

.hover\:text-green-600\/90:hover{
  color: rgb(22 163 74 / 0.9);
}

.hover\:text-green-600\/95:hover{
  color: rgb(22 163 74 / 0.95);
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.hover\:text-green-700\/0:hover{
  color: rgb(21 128 61 / 0);
}

.hover\:text-green-700\/10:hover{
  color: rgb(21 128 61 / 0.1);
}

.hover\:text-green-700\/100:hover{
  color: rgb(21 128 61 / 1);
}

.hover\:text-green-700\/15:hover{
  color: rgb(21 128 61 / 0.15);
}

.hover\:text-green-700\/20:hover{
  color: rgb(21 128 61 / 0.2);
}

.hover\:text-green-700\/25:hover{
  color: rgb(21 128 61 / 0.25);
}

.hover\:text-green-700\/30:hover{
  color: rgb(21 128 61 / 0.3);
}

.hover\:text-green-700\/35:hover{
  color: rgb(21 128 61 / 0.35);
}

.hover\:text-green-700\/40:hover{
  color: rgb(21 128 61 / 0.4);
}

.hover\:text-green-700\/45:hover{
  color: rgb(21 128 61 / 0.45);
}

.hover\:text-green-700\/5:hover{
  color: rgb(21 128 61 / 0.05);
}

.hover\:text-green-700\/50:hover{
  color: rgb(21 128 61 / 0.5);
}

.hover\:text-green-700\/55:hover{
  color: rgb(21 128 61 / 0.55);
}

.hover\:text-green-700\/60:hover{
  color: rgb(21 128 61 / 0.6);
}

.hover\:text-green-700\/65:hover{
  color: rgb(21 128 61 / 0.65);
}

.hover\:text-green-700\/70:hover{
  color: rgb(21 128 61 / 0.7);
}

.hover\:text-green-700\/75:hover{
  color: rgb(21 128 61 / 0.75);
}

.hover\:text-green-700\/80:hover{
  color: rgb(21 128 61 / 0.8);
}

.hover\:text-green-700\/85:hover{
  color: rgb(21 128 61 / 0.85);
}

.hover\:text-green-700\/90:hover{
  color: rgb(21 128 61 / 0.9);
}

.hover\:text-green-700\/95:hover{
  color: rgb(21 128 61 / 0.95);
}

.hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.hover\:text-green-800\/0:hover{
  color: rgb(22 101 52 / 0);
}

.hover\:text-green-800\/10:hover{
  color: rgb(22 101 52 / 0.1);
}

.hover\:text-green-800\/100:hover{
  color: rgb(22 101 52 / 1);
}

.hover\:text-green-800\/15:hover{
  color: rgb(22 101 52 / 0.15);
}

.hover\:text-green-800\/20:hover{
  color: rgb(22 101 52 / 0.2);
}

.hover\:text-green-800\/25:hover{
  color: rgb(22 101 52 / 0.25);
}

.hover\:text-green-800\/30:hover{
  color: rgb(22 101 52 / 0.3);
}

.hover\:text-green-800\/35:hover{
  color: rgb(22 101 52 / 0.35);
}

.hover\:text-green-800\/40:hover{
  color: rgb(22 101 52 / 0.4);
}

.hover\:text-green-800\/45:hover{
  color: rgb(22 101 52 / 0.45);
}

.hover\:text-green-800\/5:hover{
  color: rgb(22 101 52 / 0.05);
}

.hover\:text-green-800\/50:hover{
  color: rgb(22 101 52 / 0.5);
}

.hover\:text-green-800\/55:hover{
  color: rgb(22 101 52 / 0.55);
}

.hover\:text-green-800\/60:hover{
  color: rgb(22 101 52 / 0.6);
}

.hover\:text-green-800\/65:hover{
  color: rgb(22 101 52 / 0.65);
}

.hover\:text-green-800\/70:hover{
  color: rgb(22 101 52 / 0.7);
}

.hover\:text-green-800\/75:hover{
  color: rgb(22 101 52 / 0.75);
}

.hover\:text-green-800\/80:hover{
  color: rgb(22 101 52 / 0.8);
}

.hover\:text-green-800\/85:hover{
  color: rgb(22 101 52 / 0.85);
}

.hover\:text-green-800\/90:hover{
  color: rgb(22 101 52 / 0.9);
}

.hover\:text-green-800\/95:hover{
  color: rgb(22 101 52 / 0.95);
}

.hover\:text-green-900:hover{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.hover\:text-green-900\/0:hover{
  color: rgb(20 83 45 / 0);
}

.hover\:text-green-900\/10:hover{
  color: rgb(20 83 45 / 0.1);
}

.hover\:text-green-900\/100:hover{
  color: rgb(20 83 45 / 1);
}

.hover\:text-green-900\/15:hover{
  color: rgb(20 83 45 / 0.15);
}

.hover\:text-green-900\/20:hover{
  color: rgb(20 83 45 / 0.2);
}

.hover\:text-green-900\/25:hover{
  color: rgb(20 83 45 / 0.25);
}

.hover\:text-green-900\/30:hover{
  color: rgb(20 83 45 / 0.3);
}

.hover\:text-green-900\/35:hover{
  color: rgb(20 83 45 / 0.35);
}

.hover\:text-green-900\/40:hover{
  color: rgb(20 83 45 / 0.4);
}

.hover\:text-green-900\/45:hover{
  color: rgb(20 83 45 / 0.45);
}

.hover\:text-green-900\/5:hover{
  color: rgb(20 83 45 / 0.05);
}

.hover\:text-green-900\/50:hover{
  color: rgb(20 83 45 / 0.5);
}

.hover\:text-green-900\/55:hover{
  color: rgb(20 83 45 / 0.55);
}

.hover\:text-green-900\/60:hover{
  color: rgb(20 83 45 / 0.6);
}

.hover\:text-green-900\/65:hover{
  color: rgb(20 83 45 / 0.65);
}

.hover\:text-green-900\/70:hover{
  color: rgb(20 83 45 / 0.7);
}

.hover\:text-green-900\/75:hover{
  color: rgb(20 83 45 / 0.75);
}

.hover\:text-green-900\/80:hover{
  color: rgb(20 83 45 / 0.8);
}

.hover\:text-green-900\/85:hover{
  color: rgb(20 83 45 / 0.85);
}

.hover\:text-green-900\/90:hover{
  color: rgb(20 83 45 / 0.9);
}

.hover\:text-green-900\/95:hover{
  color: rgb(20 83 45 / 0.95);
}

.hover\:text-green-950:hover{
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}

.hover\:text-green-950\/0:hover{
  color: rgb(5 46 22 / 0);
}

.hover\:text-green-950\/10:hover{
  color: rgb(5 46 22 / 0.1);
}

.hover\:text-green-950\/100:hover{
  color: rgb(5 46 22 / 1);
}

.hover\:text-green-950\/15:hover{
  color: rgb(5 46 22 / 0.15);
}

.hover\:text-green-950\/20:hover{
  color: rgb(5 46 22 / 0.2);
}

.hover\:text-green-950\/25:hover{
  color: rgb(5 46 22 / 0.25);
}

.hover\:text-green-950\/30:hover{
  color: rgb(5 46 22 / 0.3);
}

.hover\:text-green-950\/35:hover{
  color: rgb(5 46 22 / 0.35);
}

.hover\:text-green-950\/40:hover{
  color: rgb(5 46 22 / 0.4);
}

.hover\:text-green-950\/45:hover{
  color: rgb(5 46 22 / 0.45);
}

.hover\:text-green-950\/5:hover{
  color: rgb(5 46 22 / 0.05);
}

.hover\:text-green-950\/50:hover{
  color: rgb(5 46 22 / 0.5);
}

.hover\:text-green-950\/55:hover{
  color: rgb(5 46 22 / 0.55);
}

.hover\:text-green-950\/60:hover{
  color: rgb(5 46 22 / 0.6);
}

.hover\:text-green-950\/65:hover{
  color: rgb(5 46 22 / 0.65);
}

.hover\:text-green-950\/70:hover{
  color: rgb(5 46 22 / 0.7);
}

.hover\:text-green-950\/75:hover{
  color: rgb(5 46 22 / 0.75);
}

.hover\:text-green-950\/80:hover{
  color: rgb(5 46 22 / 0.8);
}

.hover\:text-green-950\/85:hover{
  color: rgb(5 46 22 / 0.85);
}

.hover\:text-green-950\/90:hover{
  color: rgb(5 46 22 / 0.9);
}

.hover\:text-green-950\/95:hover{
  color: rgb(5 46 22 / 0.95);
}

.hover\:text-indigo-100:hover{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.hover\:text-indigo-100\/0:hover{
  color: rgb(224 231 255 / 0);
}

.hover\:text-indigo-100\/10:hover{
  color: rgb(224 231 255 / 0.1);
}

.hover\:text-indigo-100\/100:hover{
  color: rgb(224 231 255 / 1);
}

.hover\:text-indigo-100\/15:hover{
  color: rgb(224 231 255 / 0.15);
}

.hover\:text-indigo-100\/20:hover{
  color: rgb(224 231 255 / 0.2);
}

.hover\:text-indigo-100\/25:hover{
  color: rgb(224 231 255 / 0.25);
}

.hover\:text-indigo-100\/30:hover{
  color: rgb(224 231 255 / 0.3);
}

.hover\:text-indigo-100\/35:hover{
  color: rgb(224 231 255 / 0.35);
}

.hover\:text-indigo-100\/40:hover{
  color: rgb(224 231 255 / 0.4);
}

.hover\:text-indigo-100\/45:hover{
  color: rgb(224 231 255 / 0.45);
}

.hover\:text-indigo-100\/5:hover{
  color: rgb(224 231 255 / 0.05);
}

.hover\:text-indigo-100\/50:hover{
  color: rgb(224 231 255 / 0.5);
}

.hover\:text-indigo-100\/55:hover{
  color: rgb(224 231 255 / 0.55);
}

.hover\:text-indigo-100\/60:hover{
  color: rgb(224 231 255 / 0.6);
}

.hover\:text-indigo-100\/65:hover{
  color: rgb(224 231 255 / 0.65);
}

.hover\:text-indigo-100\/70:hover{
  color: rgb(224 231 255 / 0.7);
}

.hover\:text-indigo-100\/75:hover{
  color: rgb(224 231 255 / 0.75);
}

.hover\:text-indigo-100\/80:hover{
  color: rgb(224 231 255 / 0.8);
}

.hover\:text-indigo-100\/85:hover{
  color: rgb(224 231 255 / 0.85);
}

.hover\:text-indigo-100\/90:hover{
  color: rgb(224 231 255 / 0.9);
}

.hover\:text-indigo-100\/95:hover{
  color: rgb(224 231 255 / 0.95);
}

.hover\:text-indigo-200:hover{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.hover\:text-indigo-200\/0:hover{
  color: rgb(199 210 254 / 0);
}

.hover\:text-indigo-200\/10:hover{
  color: rgb(199 210 254 / 0.1);
}

.hover\:text-indigo-200\/100:hover{
  color: rgb(199 210 254 / 1);
}

.hover\:text-indigo-200\/15:hover{
  color: rgb(199 210 254 / 0.15);
}

.hover\:text-indigo-200\/20:hover{
  color: rgb(199 210 254 / 0.2);
}

.hover\:text-indigo-200\/25:hover{
  color: rgb(199 210 254 / 0.25);
}

.hover\:text-indigo-200\/30:hover{
  color: rgb(199 210 254 / 0.3);
}

.hover\:text-indigo-200\/35:hover{
  color: rgb(199 210 254 / 0.35);
}

.hover\:text-indigo-200\/40:hover{
  color: rgb(199 210 254 / 0.4);
}

.hover\:text-indigo-200\/45:hover{
  color: rgb(199 210 254 / 0.45);
}

.hover\:text-indigo-200\/5:hover{
  color: rgb(199 210 254 / 0.05);
}

.hover\:text-indigo-200\/50:hover{
  color: rgb(199 210 254 / 0.5);
}

.hover\:text-indigo-200\/55:hover{
  color: rgb(199 210 254 / 0.55);
}

.hover\:text-indigo-200\/60:hover{
  color: rgb(199 210 254 / 0.6);
}

.hover\:text-indigo-200\/65:hover{
  color: rgb(199 210 254 / 0.65);
}

.hover\:text-indigo-200\/70:hover{
  color: rgb(199 210 254 / 0.7);
}

.hover\:text-indigo-200\/75:hover{
  color: rgb(199 210 254 / 0.75);
}

.hover\:text-indigo-200\/80:hover{
  color: rgb(199 210 254 / 0.8);
}

.hover\:text-indigo-200\/85:hover{
  color: rgb(199 210 254 / 0.85);
}

.hover\:text-indigo-200\/90:hover{
  color: rgb(199 210 254 / 0.9);
}

.hover\:text-indigo-200\/95:hover{
  color: rgb(199 210 254 / 0.95);
}

.hover\:text-indigo-300:hover{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.hover\:text-indigo-300\/0:hover{
  color: rgb(165 180 252 / 0);
}

.hover\:text-indigo-300\/10:hover{
  color: rgb(165 180 252 / 0.1);
}

.hover\:text-indigo-300\/100:hover{
  color: rgb(165 180 252 / 1);
}

.hover\:text-indigo-300\/15:hover{
  color: rgb(165 180 252 / 0.15);
}

.hover\:text-indigo-300\/20:hover{
  color: rgb(165 180 252 / 0.2);
}

.hover\:text-indigo-300\/25:hover{
  color: rgb(165 180 252 / 0.25);
}

.hover\:text-indigo-300\/30:hover{
  color: rgb(165 180 252 / 0.3);
}

.hover\:text-indigo-300\/35:hover{
  color: rgb(165 180 252 / 0.35);
}

.hover\:text-indigo-300\/40:hover{
  color: rgb(165 180 252 / 0.4);
}

.hover\:text-indigo-300\/45:hover{
  color: rgb(165 180 252 / 0.45);
}

.hover\:text-indigo-300\/5:hover{
  color: rgb(165 180 252 / 0.05);
}

.hover\:text-indigo-300\/50:hover{
  color: rgb(165 180 252 / 0.5);
}

.hover\:text-indigo-300\/55:hover{
  color: rgb(165 180 252 / 0.55);
}

.hover\:text-indigo-300\/60:hover{
  color: rgb(165 180 252 / 0.6);
}

.hover\:text-indigo-300\/65:hover{
  color: rgb(165 180 252 / 0.65);
}

.hover\:text-indigo-300\/70:hover{
  color: rgb(165 180 252 / 0.7);
}

.hover\:text-indigo-300\/75:hover{
  color: rgb(165 180 252 / 0.75);
}

.hover\:text-indigo-300\/80:hover{
  color: rgb(165 180 252 / 0.8);
}

.hover\:text-indigo-300\/85:hover{
  color: rgb(165 180 252 / 0.85);
}

.hover\:text-indigo-300\/90:hover{
  color: rgb(165 180 252 / 0.9);
}

.hover\:text-indigo-300\/95:hover{
  color: rgb(165 180 252 / 0.95);
}

.hover\:text-indigo-400:hover{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.hover\:text-indigo-400\/0:hover{
  color: rgb(129 140 248 / 0);
}

.hover\:text-indigo-400\/10:hover{
  color: rgb(129 140 248 / 0.1);
}

.hover\:text-indigo-400\/100:hover{
  color: rgb(129 140 248 / 1);
}

.hover\:text-indigo-400\/15:hover{
  color: rgb(129 140 248 / 0.15);
}

.hover\:text-indigo-400\/20:hover{
  color: rgb(129 140 248 / 0.2);
}

.hover\:text-indigo-400\/25:hover{
  color: rgb(129 140 248 / 0.25);
}

.hover\:text-indigo-400\/30:hover{
  color: rgb(129 140 248 / 0.3);
}

.hover\:text-indigo-400\/35:hover{
  color: rgb(129 140 248 / 0.35);
}

.hover\:text-indigo-400\/40:hover{
  color: rgb(129 140 248 / 0.4);
}

.hover\:text-indigo-400\/45:hover{
  color: rgb(129 140 248 / 0.45);
}

.hover\:text-indigo-400\/5:hover{
  color: rgb(129 140 248 / 0.05);
}

.hover\:text-indigo-400\/50:hover{
  color: rgb(129 140 248 / 0.5);
}

.hover\:text-indigo-400\/55:hover{
  color: rgb(129 140 248 / 0.55);
}

.hover\:text-indigo-400\/60:hover{
  color: rgb(129 140 248 / 0.6);
}

.hover\:text-indigo-400\/65:hover{
  color: rgb(129 140 248 / 0.65);
}

.hover\:text-indigo-400\/70:hover{
  color: rgb(129 140 248 / 0.7);
}

.hover\:text-indigo-400\/75:hover{
  color: rgb(129 140 248 / 0.75);
}

.hover\:text-indigo-400\/80:hover{
  color: rgb(129 140 248 / 0.8);
}

.hover\:text-indigo-400\/85:hover{
  color: rgb(129 140 248 / 0.85);
}

.hover\:text-indigo-400\/90:hover{
  color: rgb(129 140 248 / 0.9);
}

.hover\:text-indigo-400\/95:hover{
  color: rgb(129 140 248 / 0.95);
}

.hover\:text-indigo-50:hover{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.hover\:text-indigo-50\/0:hover{
  color: rgb(238 242 255 / 0);
}

.hover\:text-indigo-50\/10:hover{
  color: rgb(238 242 255 / 0.1);
}

.hover\:text-indigo-50\/100:hover{
  color: rgb(238 242 255 / 1);
}

.hover\:text-indigo-50\/15:hover{
  color: rgb(238 242 255 / 0.15);
}

.hover\:text-indigo-50\/20:hover{
  color: rgb(238 242 255 / 0.2);
}

.hover\:text-indigo-50\/25:hover{
  color: rgb(238 242 255 / 0.25);
}

.hover\:text-indigo-50\/30:hover{
  color: rgb(238 242 255 / 0.3);
}

.hover\:text-indigo-50\/35:hover{
  color: rgb(238 242 255 / 0.35);
}

.hover\:text-indigo-50\/40:hover{
  color: rgb(238 242 255 / 0.4);
}

.hover\:text-indigo-50\/45:hover{
  color: rgb(238 242 255 / 0.45);
}

.hover\:text-indigo-50\/5:hover{
  color: rgb(238 242 255 / 0.05);
}

.hover\:text-indigo-50\/50:hover{
  color: rgb(238 242 255 / 0.5);
}

.hover\:text-indigo-50\/55:hover{
  color: rgb(238 242 255 / 0.55);
}

.hover\:text-indigo-50\/60:hover{
  color: rgb(238 242 255 / 0.6);
}

.hover\:text-indigo-50\/65:hover{
  color: rgb(238 242 255 / 0.65);
}

.hover\:text-indigo-50\/70:hover{
  color: rgb(238 242 255 / 0.7);
}

.hover\:text-indigo-50\/75:hover{
  color: rgb(238 242 255 / 0.75);
}

.hover\:text-indigo-50\/80:hover{
  color: rgb(238 242 255 / 0.8);
}

.hover\:text-indigo-50\/85:hover{
  color: rgb(238 242 255 / 0.85);
}

.hover\:text-indigo-50\/90:hover{
  color: rgb(238 242 255 / 0.9);
}

.hover\:text-indigo-50\/95:hover{
  color: rgb(238 242 255 / 0.95);
}

.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.hover\:text-indigo-500\/0:hover{
  color: rgb(99 102 241 / 0);
}

.hover\:text-indigo-500\/10:hover{
  color: rgb(99 102 241 / 0.1);
}

.hover\:text-indigo-500\/100:hover{
  color: rgb(99 102 241 / 1);
}

.hover\:text-indigo-500\/15:hover{
  color: rgb(99 102 241 / 0.15);
}

.hover\:text-indigo-500\/20:hover{
  color: rgb(99 102 241 / 0.2);
}

.hover\:text-indigo-500\/25:hover{
  color: rgb(99 102 241 / 0.25);
}

.hover\:text-indigo-500\/30:hover{
  color: rgb(99 102 241 / 0.3);
}

.hover\:text-indigo-500\/35:hover{
  color: rgb(99 102 241 / 0.35);
}

.hover\:text-indigo-500\/40:hover{
  color: rgb(99 102 241 / 0.4);
}

.hover\:text-indigo-500\/45:hover{
  color: rgb(99 102 241 / 0.45);
}

.hover\:text-indigo-500\/5:hover{
  color: rgb(99 102 241 / 0.05);
}

.hover\:text-indigo-500\/50:hover{
  color: rgb(99 102 241 / 0.5);
}

.hover\:text-indigo-500\/55:hover{
  color: rgb(99 102 241 / 0.55);
}

.hover\:text-indigo-500\/60:hover{
  color: rgb(99 102 241 / 0.6);
}

.hover\:text-indigo-500\/65:hover{
  color: rgb(99 102 241 / 0.65);
}

.hover\:text-indigo-500\/70:hover{
  color: rgb(99 102 241 / 0.7);
}

.hover\:text-indigo-500\/75:hover{
  color: rgb(99 102 241 / 0.75);
}

.hover\:text-indigo-500\/80:hover{
  color: rgb(99 102 241 / 0.8);
}

.hover\:text-indigo-500\/85:hover{
  color: rgb(99 102 241 / 0.85);
}

.hover\:text-indigo-500\/90:hover{
  color: rgb(99 102 241 / 0.9);
}

.hover\:text-indigo-500\/95:hover{
  color: rgb(99 102 241 / 0.95);
}

.hover\:text-indigo-600:hover{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.hover\:text-indigo-600\/0:hover{
  color: rgb(79 70 229 / 0);
}

.hover\:text-indigo-600\/10:hover{
  color: rgb(79 70 229 / 0.1);
}

.hover\:text-indigo-600\/100:hover{
  color: rgb(79 70 229 / 1);
}

.hover\:text-indigo-600\/15:hover{
  color: rgb(79 70 229 / 0.15);
}

.hover\:text-indigo-600\/20:hover{
  color: rgb(79 70 229 / 0.2);
}

.hover\:text-indigo-600\/25:hover{
  color: rgb(79 70 229 / 0.25);
}

.hover\:text-indigo-600\/30:hover{
  color: rgb(79 70 229 / 0.3);
}

.hover\:text-indigo-600\/35:hover{
  color: rgb(79 70 229 / 0.35);
}

.hover\:text-indigo-600\/40:hover{
  color: rgb(79 70 229 / 0.4);
}

.hover\:text-indigo-600\/45:hover{
  color: rgb(79 70 229 / 0.45);
}

.hover\:text-indigo-600\/5:hover{
  color: rgb(79 70 229 / 0.05);
}

.hover\:text-indigo-600\/50:hover{
  color: rgb(79 70 229 / 0.5);
}

.hover\:text-indigo-600\/55:hover{
  color: rgb(79 70 229 / 0.55);
}

.hover\:text-indigo-600\/60:hover{
  color: rgb(79 70 229 / 0.6);
}

.hover\:text-indigo-600\/65:hover{
  color: rgb(79 70 229 / 0.65);
}

.hover\:text-indigo-600\/70:hover{
  color: rgb(79 70 229 / 0.7);
}

.hover\:text-indigo-600\/75:hover{
  color: rgb(79 70 229 / 0.75);
}

.hover\:text-indigo-600\/80:hover{
  color: rgb(79 70 229 / 0.8);
}

.hover\:text-indigo-600\/85:hover{
  color: rgb(79 70 229 / 0.85);
}

.hover\:text-indigo-600\/90:hover{
  color: rgb(79 70 229 / 0.9);
}

.hover\:text-indigo-600\/95:hover{
  color: rgb(79 70 229 / 0.95);
}

.hover\:text-indigo-700:hover{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.hover\:text-indigo-700\/0:hover{
  color: rgb(67 56 202 / 0);
}

.hover\:text-indigo-700\/10:hover{
  color: rgb(67 56 202 / 0.1);
}

.hover\:text-indigo-700\/100:hover{
  color: rgb(67 56 202 / 1);
}

.hover\:text-indigo-700\/15:hover{
  color: rgb(67 56 202 / 0.15);
}

.hover\:text-indigo-700\/20:hover{
  color: rgb(67 56 202 / 0.2);
}

.hover\:text-indigo-700\/25:hover{
  color: rgb(67 56 202 / 0.25);
}

.hover\:text-indigo-700\/30:hover{
  color: rgb(67 56 202 / 0.3);
}

.hover\:text-indigo-700\/35:hover{
  color: rgb(67 56 202 / 0.35);
}

.hover\:text-indigo-700\/40:hover{
  color: rgb(67 56 202 / 0.4);
}

.hover\:text-indigo-700\/45:hover{
  color: rgb(67 56 202 / 0.45);
}

.hover\:text-indigo-700\/5:hover{
  color: rgb(67 56 202 / 0.05);
}

.hover\:text-indigo-700\/50:hover{
  color: rgb(67 56 202 / 0.5);
}

.hover\:text-indigo-700\/55:hover{
  color: rgb(67 56 202 / 0.55);
}

.hover\:text-indigo-700\/60:hover{
  color: rgb(67 56 202 / 0.6);
}

.hover\:text-indigo-700\/65:hover{
  color: rgb(67 56 202 / 0.65);
}

.hover\:text-indigo-700\/70:hover{
  color: rgb(67 56 202 / 0.7);
}

.hover\:text-indigo-700\/75:hover{
  color: rgb(67 56 202 / 0.75);
}

.hover\:text-indigo-700\/80:hover{
  color: rgb(67 56 202 / 0.8);
}

.hover\:text-indigo-700\/85:hover{
  color: rgb(67 56 202 / 0.85);
}

.hover\:text-indigo-700\/90:hover{
  color: rgb(67 56 202 / 0.9);
}

.hover\:text-indigo-700\/95:hover{
  color: rgb(67 56 202 / 0.95);
}

.hover\:text-indigo-800:hover{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.hover\:text-indigo-800\/0:hover{
  color: rgb(55 48 163 / 0);
}

.hover\:text-indigo-800\/10:hover{
  color: rgb(55 48 163 / 0.1);
}

.hover\:text-indigo-800\/100:hover{
  color: rgb(55 48 163 / 1);
}

.hover\:text-indigo-800\/15:hover{
  color: rgb(55 48 163 / 0.15);
}

.hover\:text-indigo-800\/20:hover{
  color: rgb(55 48 163 / 0.2);
}

.hover\:text-indigo-800\/25:hover{
  color: rgb(55 48 163 / 0.25);
}

.hover\:text-indigo-800\/30:hover{
  color: rgb(55 48 163 / 0.3);
}

.hover\:text-indigo-800\/35:hover{
  color: rgb(55 48 163 / 0.35);
}

.hover\:text-indigo-800\/40:hover{
  color: rgb(55 48 163 / 0.4);
}

.hover\:text-indigo-800\/45:hover{
  color: rgb(55 48 163 / 0.45);
}

.hover\:text-indigo-800\/5:hover{
  color: rgb(55 48 163 / 0.05);
}

.hover\:text-indigo-800\/50:hover{
  color: rgb(55 48 163 / 0.5);
}

.hover\:text-indigo-800\/55:hover{
  color: rgb(55 48 163 / 0.55);
}

.hover\:text-indigo-800\/60:hover{
  color: rgb(55 48 163 / 0.6);
}

.hover\:text-indigo-800\/65:hover{
  color: rgb(55 48 163 / 0.65);
}

.hover\:text-indigo-800\/70:hover{
  color: rgb(55 48 163 / 0.7);
}

.hover\:text-indigo-800\/75:hover{
  color: rgb(55 48 163 / 0.75);
}

.hover\:text-indigo-800\/80:hover{
  color: rgb(55 48 163 / 0.8);
}

.hover\:text-indigo-800\/85:hover{
  color: rgb(55 48 163 / 0.85);
}

.hover\:text-indigo-800\/90:hover{
  color: rgb(55 48 163 / 0.9);
}

.hover\:text-indigo-800\/95:hover{
  color: rgb(55 48 163 / 0.95);
}

.hover\:text-indigo-900:hover{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.hover\:text-indigo-900\/0:hover{
  color: rgb(49 46 129 / 0);
}

.hover\:text-indigo-900\/10:hover{
  color: rgb(49 46 129 / 0.1);
}

.hover\:text-indigo-900\/100:hover{
  color: rgb(49 46 129 / 1);
}

.hover\:text-indigo-900\/15:hover{
  color: rgb(49 46 129 / 0.15);
}

.hover\:text-indigo-900\/20:hover{
  color: rgb(49 46 129 / 0.2);
}

.hover\:text-indigo-900\/25:hover{
  color: rgb(49 46 129 / 0.25);
}

.hover\:text-indigo-900\/30:hover{
  color: rgb(49 46 129 / 0.3);
}

.hover\:text-indigo-900\/35:hover{
  color: rgb(49 46 129 / 0.35);
}

.hover\:text-indigo-900\/40:hover{
  color: rgb(49 46 129 / 0.4);
}

.hover\:text-indigo-900\/45:hover{
  color: rgb(49 46 129 / 0.45);
}

.hover\:text-indigo-900\/5:hover{
  color: rgb(49 46 129 / 0.05);
}

.hover\:text-indigo-900\/50:hover{
  color: rgb(49 46 129 / 0.5);
}

.hover\:text-indigo-900\/55:hover{
  color: rgb(49 46 129 / 0.55);
}

.hover\:text-indigo-900\/60:hover{
  color: rgb(49 46 129 / 0.6);
}

.hover\:text-indigo-900\/65:hover{
  color: rgb(49 46 129 / 0.65);
}

.hover\:text-indigo-900\/70:hover{
  color: rgb(49 46 129 / 0.7);
}

.hover\:text-indigo-900\/75:hover{
  color: rgb(49 46 129 / 0.75);
}

.hover\:text-indigo-900\/80:hover{
  color: rgb(49 46 129 / 0.8);
}

.hover\:text-indigo-900\/85:hover{
  color: rgb(49 46 129 / 0.85);
}

.hover\:text-indigo-900\/90:hover{
  color: rgb(49 46 129 / 0.9);
}

.hover\:text-indigo-900\/95:hover{
  color: rgb(49 46 129 / 0.95);
}

.hover\:text-indigo-950:hover{
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}

.hover\:text-indigo-950\/0:hover{
  color: rgb(30 27 75 / 0);
}

.hover\:text-indigo-950\/10:hover{
  color: rgb(30 27 75 / 0.1);
}

.hover\:text-indigo-950\/100:hover{
  color: rgb(30 27 75 / 1);
}

.hover\:text-indigo-950\/15:hover{
  color: rgb(30 27 75 / 0.15);
}

.hover\:text-indigo-950\/20:hover{
  color: rgb(30 27 75 / 0.2);
}

.hover\:text-indigo-950\/25:hover{
  color: rgb(30 27 75 / 0.25);
}

.hover\:text-indigo-950\/30:hover{
  color: rgb(30 27 75 / 0.3);
}

.hover\:text-indigo-950\/35:hover{
  color: rgb(30 27 75 / 0.35);
}

.hover\:text-indigo-950\/40:hover{
  color: rgb(30 27 75 / 0.4);
}

.hover\:text-indigo-950\/45:hover{
  color: rgb(30 27 75 / 0.45);
}

.hover\:text-indigo-950\/5:hover{
  color: rgb(30 27 75 / 0.05);
}

.hover\:text-indigo-950\/50:hover{
  color: rgb(30 27 75 / 0.5);
}

.hover\:text-indigo-950\/55:hover{
  color: rgb(30 27 75 / 0.55);
}

.hover\:text-indigo-950\/60:hover{
  color: rgb(30 27 75 / 0.6);
}

.hover\:text-indigo-950\/65:hover{
  color: rgb(30 27 75 / 0.65);
}

.hover\:text-indigo-950\/70:hover{
  color: rgb(30 27 75 / 0.7);
}

.hover\:text-indigo-950\/75:hover{
  color: rgb(30 27 75 / 0.75);
}

.hover\:text-indigo-950\/80:hover{
  color: rgb(30 27 75 / 0.8);
}

.hover\:text-indigo-950\/85:hover{
  color: rgb(30 27 75 / 0.85);
}

.hover\:text-indigo-950\/90:hover{
  color: rgb(30 27 75 / 0.9);
}

.hover\:text-indigo-950\/95:hover{
  color: rgb(30 27 75 / 0.95);
}

.hover\:text-info:hover{
  --tw-text-opacity: 1;
  color: rgb(247 159 26 / var(--tw-text-opacity));
}

.hover\:text-info-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(203 122 0 / var(--tw-text-opacity));
}

.hover\:text-info-hover\/0:hover{
  color: rgb(203 122 0 / 0);
}

.hover\:text-info-hover\/10:hover{
  color: rgb(203 122 0 / 0.1);
}

.hover\:text-info-hover\/100:hover{
  color: rgb(203 122 0 / 1);
}

.hover\:text-info-hover\/15:hover{
  color: rgb(203 122 0 / 0.15);
}

.hover\:text-info-hover\/20:hover{
  color: rgb(203 122 0 / 0.2);
}

.hover\:text-info-hover\/25:hover{
  color: rgb(203 122 0 / 0.25);
}

.hover\:text-info-hover\/30:hover{
  color: rgb(203 122 0 / 0.3);
}

.hover\:text-info-hover\/35:hover{
  color: rgb(203 122 0 / 0.35);
}

.hover\:text-info-hover\/40:hover{
  color: rgb(203 122 0 / 0.4);
}

.hover\:text-info-hover\/45:hover{
  color: rgb(203 122 0 / 0.45);
}

.hover\:text-info-hover\/5:hover{
  color: rgb(203 122 0 / 0.05);
}

.hover\:text-info-hover\/50:hover{
  color: rgb(203 122 0 / 0.5);
}

.hover\:text-info-hover\/55:hover{
  color: rgb(203 122 0 / 0.55);
}

.hover\:text-info-hover\/60:hover{
  color: rgb(203 122 0 / 0.6);
}

.hover\:text-info-hover\/65:hover{
  color: rgb(203 122 0 / 0.65);
}

.hover\:text-info-hover\/70:hover{
  color: rgb(203 122 0 / 0.7);
}

.hover\:text-info-hover\/75:hover{
  color: rgb(203 122 0 / 0.75);
}

.hover\:text-info-hover\/80:hover{
  color: rgb(203 122 0 / 0.8);
}

.hover\:text-info-hover\/85:hover{
  color: rgb(203 122 0 / 0.85);
}

.hover\:text-info-hover\/90:hover{
  color: rgb(203 122 0 / 0.9);
}

.hover\:text-info-hover\/95:hover{
  color: rgb(203 122 0 / 0.95);
}

.hover\:text-info\/0:hover{
  color: rgb(247 159 26 / 0);
}

.hover\:text-info\/10:hover{
  color: rgb(247 159 26 / 0.1);
}

.hover\:text-info\/100:hover{
  color: rgb(247 159 26 / 1);
}

.hover\:text-info\/15:hover{
  color: rgb(247 159 26 / 0.15);
}

.hover\:text-info\/20:hover{
  color: rgb(247 159 26 / 0.2);
}

.hover\:text-info\/25:hover{
  color: rgb(247 159 26 / 0.25);
}

.hover\:text-info\/30:hover{
  color: rgb(247 159 26 / 0.3);
}

.hover\:text-info\/35:hover{
  color: rgb(247 159 26 / 0.35);
}

.hover\:text-info\/40:hover{
  color: rgb(247 159 26 / 0.4);
}

.hover\:text-info\/45:hover{
  color: rgb(247 159 26 / 0.45);
}

.hover\:text-info\/5:hover{
  color: rgb(247 159 26 / 0.05);
}

.hover\:text-info\/50:hover{
  color: rgb(247 159 26 / 0.5);
}

.hover\:text-info\/55:hover{
  color: rgb(247 159 26 / 0.55);
}

.hover\:text-info\/60:hover{
  color: rgb(247 159 26 / 0.6);
}

.hover\:text-info\/65:hover{
  color: rgb(247 159 26 / 0.65);
}

.hover\:text-info\/70:hover{
  color: rgb(247 159 26 / 0.7);
}

.hover\:text-info\/75:hover{
  color: rgb(247 159 26 / 0.75);
}

.hover\:text-info\/80:hover{
  color: rgb(247 159 26 / 0.8);
}

.hover\:text-info\/85:hover{
  color: rgb(247 159 26 / 0.85);
}

.hover\:text-info\/90:hover{
  color: rgb(247 159 26 / 0.9);
}

.hover\:text-info\/95:hover{
  color: rgb(247 159 26 / 0.95);
}

.hover\:text-inherit:hover{
  color: inherit;
}

.hover\:text-lime-100:hover{
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}

.hover\:text-lime-100\/0:hover{
  color: rgb(236 252 203 / 0);
}

.hover\:text-lime-100\/10:hover{
  color: rgb(236 252 203 / 0.1);
}

.hover\:text-lime-100\/100:hover{
  color: rgb(236 252 203 / 1);
}

.hover\:text-lime-100\/15:hover{
  color: rgb(236 252 203 / 0.15);
}

.hover\:text-lime-100\/20:hover{
  color: rgb(236 252 203 / 0.2);
}

.hover\:text-lime-100\/25:hover{
  color: rgb(236 252 203 / 0.25);
}

.hover\:text-lime-100\/30:hover{
  color: rgb(236 252 203 / 0.3);
}

.hover\:text-lime-100\/35:hover{
  color: rgb(236 252 203 / 0.35);
}

.hover\:text-lime-100\/40:hover{
  color: rgb(236 252 203 / 0.4);
}

.hover\:text-lime-100\/45:hover{
  color: rgb(236 252 203 / 0.45);
}

.hover\:text-lime-100\/5:hover{
  color: rgb(236 252 203 / 0.05);
}

.hover\:text-lime-100\/50:hover{
  color: rgb(236 252 203 / 0.5);
}

.hover\:text-lime-100\/55:hover{
  color: rgb(236 252 203 / 0.55);
}

.hover\:text-lime-100\/60:hover{
  color: rgb(236 252 203 / 0.6);
}

.hover\:text-lime-100\/65:hover{
  color: rgb(236 252 203 / 0.65);
}

.hover\:text-lime-100\/70:hover{
  color: rgb(236 252 203 / 0.7);
}

.hover\:text-lime-100\/75:hover{
  color: rgb(236 252 203 / 0.75);
}

.hover\:text-lime-100\/80:hover{
  color: rgb(236 252 203 / 0.8);
}

.hover\:text-lime-100\/85:hover{
  color: rgb(236 252 203 / 0.85);
}

.hover\:text-lime-100\/90:hover{
  color: rgb(236 252 203 / 0.9);
}

.hover\:text-lime-100\/95:hover{
  color: rgb(236 252 203 / 0.95);
}

.hover\:text-lime-200:hover{
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}

.hover\:text-lime-200\/0:hover{
  color: rgb(217 249 157 / 0);
}

.hover\:text-lime-200\/10:hover{
  color: rgb(217 249 157 / 0.1);
}

.hover\:text-lime-200\/100:hover{
  color: rgb(217 249 157 / 1);
}

.hover\:text-lime-200\/15:hover{
  color: rgb(217 249 157 / 0.15);
}

.hover\:text-lime-200\/20:hover{
  color: rgb(217 249 157 / 0.2);
}

.hover\:text-lime-200\/25:hover{
  color: rgb(217 249 157 / 0.25);
}

.hover\:text-lime-200\/30:hover{
  color: rgb(217 249 157 / 0.3);
}

.hover\:text-lime-200\/35:hover{
  color: rgb(217 249 157 / 0.35);
}

.hover\:text-lime-200\/40:hover{
  color: rgb(217 249 157 / 0.4);
}

.hover\:text-lime-200\/45:hover{
  color: rgb(217 249 157 / 0.45);
}

.hover\:text-lime-200\/5:hover{
  color: rgb(217 249 157 / 0.05);
}

.hover\:text-lime-200\/50:hover{
  color: rgb(217 249 157 / 0.5);
}

.hover\:text-lime-200\/55:hover{
  color: rgb(217 249 157 / 0.55);
}

.hover\:text-lime-200\/60:hover{
  color: rgb(217 249 157 / 0.6);
}

.hover\:text-lime-200\/65:hover{
  color: rgb(217 249 157 / 0.65);
}

.hover\:text-lime-200\/70:hover{
  color: rgb(217 249 157 / 0.7);
}

.hover\:text-lime-200\/75:hover{
  color: rgb(217 249 157 / 0.75);
}

.hover\:text-lime-200\/80:hover{
  color: rgb(217 249 157 / 0.8);
}

.hover\:text-lime-200\/85:hover{
  color: rgb(217 249 157 / 0.85);
}

.hover\:text-lime-200\/90:hover{
  color: rgb(217 249 157 / 0.9);
}

.hover\:text-lime-200\/95:hover{
  color: rgb(217 249 157 / 0.95);
}

.hover\:text-lime-300:hover{
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}

.hover\:text-lime-300\/0:hover{
  color: rgb(190 242 100 / 0);
}

.hover\:text-lime-300\/10:hover{
  color: rgb(190 242 100 / 0.1);
}

.hover\:text-lime-300\/100:hover{
  color: rgb(190 242 100 / 1);
}

.hover\:text-lime-300\/15:hover{
  color: rgb(190 242 100 / 0.15);
}

.hover\:text-lime-300\/20:hover{
  color: rgb(190 242 100 / 0.2);
}

.hover\:text-lime-300\/25:hover{
  color: rgb(190 242 100 / 0.25);
}

.hover\:text-lime-300\/30:hover{
  color: rgb(190 242 100 / 0.3);
}

.hover\:text-lime-300\/35:hover{
  color: rgb(190 242 100 / 0.35);
}

.hover\:text-lime-300\/40:hover{
  color: rgb(190 242 100 / 0.4);
}

.hover\:text-lime-300\/45:hover{
  color: rgb(190 242 100 / 0.45);
}

.hover\:text-lime-300\/5:hover{
  color: rgb(190 242 100 / 0.05);
}

.hover\:text-lime-300\/50:hover{
  color: rgb(190 242 100 / 0.5);
}

.hover\:text-lime-300\/55:hover{
  color: rgb(190 242 100 / 0.55);
}

.hover\:text-lime-300\/60:hover{
  color: rgb(190 242 100 / 0.6);
}

.hover\:text-lime-300\/65:hover{
  color: rgb(190 242 100 / 0.65);
}

.hover\:text-lime-300\/70:hover{
  color: rgb(190 242 100 / 0.7);
}

.hover\:text-lime-300\/75:hover{
  color: rgb(190 242 100 / 0.75);
}

.hover\:text-lime-300\/80:hover{
  color: rgb(190 242 100 / 0.8);
}

.hover\:text-lime-300\/85:hover{
  color: rgb(190 242 100 / 0.85);
}

.hover\:text-lime-300\/90:hover{
  color: rgb(190 242 100 / 0.9);
}

.hover\:text-lime-300\/95:hover{
  color: rgb(190 242 100 / 0.95);
}

.hover\:text-lime-400:hover{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.hover\:text-lime-400\/0:hover{
  color: rgb(163 230 53 / 0);
}

.hover\:text-lime-400\/10:hover{
  color: rgb(163 230 53 / 0.1);
}

.hover\:text-lime-400\/100:hover{
  color: rgb(163 230 53 / 1);
}

.hover\:text-lime-400\/15:hover{
  color: rgb(163 230 53 / 0.15);
}

.hover\:text-lime-400\/20:hover{
  color: rgb(163 230 53 / 0.2);
}

.hover\:text-lime-400\/25:hover{
  color: rgb(163 230 53 / 0.25);
}

.hover\:text-lime-400\/30:hover{
  color: rgb(163 230 53 / 0.3);
}

.hover\:text-lime-400\/35:hover{
  color: rgb(163 230 53 / 0.35);
}

.hover\:text-lime-400\/40:hover{
  color: rgb(163 230 53 / 0.4);
}

.hover\:text-lime-400\/45:hover{
  color: rgb(163 230 53 / 0.45);
}

.hover\:text-lime-400\/5:hover{
  color: rgb(163 230 53 / 0.05);
}

.hover\:text-lime-400\/50:hover{
  color: rgb(163 230 53 / 0.5);
}

.hover\:text-lime-400\/55:hover{
  color: rgb(163 230 53 / 0.55);
}

.hover\:text-lime-400\/60:hover{
  color: rgb(163 230 53 / 0.6);
}

.hover\:text-lime-400\/65:hover{
  color: rgb(163 230 53 / 0.65);
}

.hover\:text-lime-400\/70:hover{
  color: rgb(163 230 53 / 0.7);
}

.hover\:text-lime-400\/75:hover{
  color: rgb(163 230 53 / 0.75);
}

.hover\:text-lime-400\/80:hover{
  color: rgb(163 230 53 / 0.8);
}

.hover\:text-lime-400\/85:hover{
  color: rgb(163 230 53 / 0.85);
}

.hover\:text-lime-400\/90:hover{
  color: rgb(163 230 53 / 0.9);
}

.hover\:text-lime-400\/95:hover{
  color: rgb(163 230 53 / 0.95);
}

.hover\:text-lime-50:hover{
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}

.hover\:text-lime-50\/0:hover{
  color: rgb(247 254 231 / 0);
}

.hover\:text-lime-50\/10:hover{
  color: rgb(247 254 231 / 0.1);
}

.hover\:text-lime-50\/100:hover{
  color: rgb(247 254 231 / 1);
}

.hover\:text-lime-50\/15:hover{
  color: rgb(247 254 231 / 0.15);
}

.hover\:text-lime-50\/20:hover{
  color: rgb(247 254 231 / 0.2);
}

.hover\:text-lime-50\/25:hover{
  color: rgb(247 254 231 / 0.25);
}

.hover\:text-lime-50\/30:hover{
  color: rgb(247 254 231 / 0.3);
}

.hover\:text-lime-50\/35:hover{
  color: rgb(247 254 231 / 0.35);
}

.hover\:text-lime-50\/40:hover{
  color: rgb(247 254 231 / 0.4);
}

.hover\:text-lime-50\/45:hover{
  color: rgb(247 254 231 / 0.45);
}

.hover\:text-lime-50\/5:hover{
  color: rgb(247 254 231 / 0.05);
}

.hover\:text-lime-50\/50:hover{
  color: rgb(247 254 231 / 0.5);
}

.hover\:text-lime-50\/55:hover{
  color: rgb(247 254 231 / 0.55);
}

.hover\:text-lime-50\/60:hover{
  color: rgb(247 254 231 / 0.6);
}

.hover\:text-lime-50\/65:hover{
  color: rgb(247 254 231 / 0.65);
}

.hover\:text-lime-50\/70:hover{
  color: rgb(247 254 231 / 0.7);
}

.hover\:text-lime-50\/75:hover{
  color: rgb(247 254 231 / 0.75);
}

.hover\:text-lime-50\/80:hover{
  color: rgb(247 254 231 / 0.8);
}

.hover\:text-lime-50\/85:hover{
  color: rgb(247 254 231 / 0.85);
}

.hover\:text-lime-50\/90:hover{
  color: rgb(247 254 231 / 0.9);
}

.hover\:text-lime-50\/95:hover{
  color: rgb(247 254 231 / 0.95);
}

.hover\:text-lime-500:hover{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.hover\:text-lime-500\/0:hover{
  color: rgb(132 204 22 / 0);
}

.hover\:text-lime-500\/10:hover{
  color: rgb(132 204 22 / 0.1);
}

.hover\:text-lime-500\/100:hover{
  color: rgb(132 204 22 / 1);
}

.hover\:text-lime-500\/15:hover{
  color: rgb(132 204 22 / 0.15);
}

.hover\:text-lime-500\/20:hover{
  color: rgb(132 204 22 / 0.2);
}

.hover\:text-lime-500\/25:hover{
  color: rgb(132 204 22 / 0.25);
}

.hover\:text-lime-500\/30:hover{
  color: rgb(132 204 22 / 0.3);
}

.hover\:text-lime-500\/35:hover{
  color: rgb(132 204 22 / 0.35);
}

.hover\:text-lime-500\/40:hover{
  color: rgb(132 204 22 / 0.4);
}

.hover\:text-lime-500\/45:hover{
  color: rgb(132 204 22 / 0.45);
}

.hover\:text-lime-500\/5:hover{
  color: rgb(132 204 22 / 0.05);
}

.hover\:text-lime-500\/50:hover{
  color: rgb(132 204 22 / 0.5);
}

.hover\:text-lime-500\/55:hover{
  color: rgb(132 204 22 / 0.55);
}

.hover\:text-lime-500\/60:hover{
  color: rgb(132 204 22 / 0.6);
}

.hover\:text-lime-500\/65:hover{
  color: rgb(132 204 22 / 0.65);
}

.hover\:text-lime-500\/70:hover{
  color: rgb(132 204 22 / 0.7);
}

.hover\:text-lime-500\/75:hover{
  color: rgb(132 204 22 / 0.75);
}

.hover\:text-lime-500\/80:hover{
  color: rgb(132 204 22 / 0.8);
}

.hover\:text-lime-500\/85:hover{
  color: rgb(132 204 22 / 0.85);
}

.hover\:text-lime-500\/90:hover{
  color: rgb(132 204 22 / 0.9);
}

.hover\:text-lime-500\/95:hover{
  color: rgb(132 204 22 / 0.95);
}

.hover\:text-lime-600:hover{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.hover\:text-lime-600\/0:hover{
  color: rgb(101 163 13 / 0);
}

.hover\:text-lime-600\/10:hover{
  color: rgb(101 163 13 / 0.1);
}

.hover\:text-lime-600\/100:hover{
  color: rgb(101 163 13 / 1);
}

.hover\:text-lime-600\/15:hover{
  color: rgb(101 163 13 / 0.15);
}

.hover\:text-lime-600\/20:hover{
  color: rgb(101 163 13 / 0.2);
}

.hover\:text-lime-600\/25:hover{
  color: rgb(101 163 13 / 0.25);
}

.hover\:text-lime-600\/30:hover{
  color: rgb(101 163 13 / 0.3);
}

.hover\:text-lime-600\/35:hover{
  color: rgb(101 163 13 / 0.35);
}

.hover\:text-lime-600\/40:hover{
  color: rgb(101 163 13 / 0.4);
}

.hover\:text-lime-600\/45:hover{
  color: rgb(101 163 13 / 0.45);
}

.hover\:text-lime-600\/5:hover{
  color: rgb(101 163 13 / 0.05);
}

.hover\:text-lime-600\/50:hover{
  color: rgb(101 163 13 / 0.5);
}

.hover\:text-lime-600\/55:hover{
  color: rgb(101 163 13 / 0.55);
}

.hover\:text-lime-600\/60:hover{
  color: rgb(101 163 13 / 0.6);
}

.hover\:text-lime-600\/65:hover{
  color: rgb(101 163 13 / 0.65);
}

.hover\:text-lime-600\/70:hover{
  color: rgb(101 163 13 / 0.7);
}

.hover\:text-lime-600\/75:hover{
  color: rgb(101 163 13 / 0.75);
}

.hover\:text-lime-600\/80:hover{
  color: rgb(101 163 13 / 0.8);
}

.hover\:text-lime-600\/85:hover{
  color: rgb(101 163 13 / 0.85);
}

.hover\:text-lime-600\/90:hover{
  color: rgb(101 163 13 / 0.9);
}

.hover\:text-lime-600\/95:hover{
  color: rgb(101 163 13 / 0.95);
}

.hover\:text-lime-700:hover{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.hover\:text-lime-700\/0:hover{
  color: rgb(77 124 15 / 0);
}

.hover\:text-lime-700\/10:hover{
  color: rgb(77 124 15 / 0.1);
}

.hover\:text-lime-700\/100:hover{
  color: rgb(77 124 15 / 1);
}

.hover\:text-lime-700\/15:hover{
  color: rgb(77 124 15 / 0.15);
}

.hover\:text-lime-700\/20:hover{
  color: rgb(77 124 15 / 0.2);
}

.hover\:text-lime-700\/25:hover{
  color: rgb(77 124 15 / 0.25);
}

.hover\:text-lime-700\/30:hover{
  color: rgb(77 124 15 / 0.3);
}

.hover\:text-lime-700\/35:hover{
  color: rgb(77 124 15 / 0.35);
}

.hover\:text-lime-700\/40:hover{
  color: rgb(77 124 15 / 0.4);
}

.hover\:text-lime-700\/45:hover{
  color: rgb(77 124 15 / 0.45);
}

.hover\:text-lime-700\/5:hover{
  color: rgb(77 124 15 / 0.05);
}

.hover\:text-lime-700\/50:hover{
  color: rgb(77 124 15 / 0.5);
}

.hover\:text-lime-700\/55:hover{
  color: rgb(77 124 15 / 0.55);
}

.hover\:text-lime-700\/60:hover{
  color: rgb(77 124 15 / 0.6);
}

.hover\:text-lime-700\/65:hover{
  color: rgb(77 124 15 / 0.65);
}

.hover\:text-lime-700\/70:hover{
  color: rgb(77 124 15 / 0.7);
}

.hover\:text-lime-700\/75:hover{
  color: rgb(77 124 15 / 0.75);
}

.hover\:text-lime-700\/80:hover{
  color: rgb(77 124 15 / 0.8);
}

.hover\:text-lime-700\/85:hover{
  color: rgb(77 124 15 / 0.85);
}

.hover\:text-lime-700\/90:hover{
  color: rgb(77 124 15 / 0.9);
}

.hover\:text-lime-700\/95:hover{
  color: rgb(77 124 15 / 0.95);
}

.hover\:text-lime-800:hover{
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}

.hover\:text-lime-800\/0:hover{
  color: rgb(63 98 18 / 0);
}

.hover\:text-lime-800\/10:hover{
  color: rgb(63 98 18 / 0.1);
}

.hover\:text-lime-800\/100:hover{
  color: rgb(63 98 18 / 1);
}

.hover\:text-lime-800\/15:hover{
  color: rgb(63 98 18 / 0.15);
}

.hover\:text-lime-800\/20:hover{
  color: rgb(63 98 18 / 0.2);
}

.hover\:text-lime-800\/25:hover{
  color: rgb(63 98 18 / 0.25);
}

.hover\:text-lime-800\/30:hover{
  color: rgb(63 98 18 / 0.3);
}

.hover\:text-lime-800\/35:hover{
  color: rgb(63 98 18 / 0.35);
}

.hover\:text-lime-800\/40:hover{
  color: rgb(63 98 18 / 0.4);
}

.hover\:text-lime-800\/45:hover{
  color: rgb(63 98 18 / 0.45);
}

.hover\:text-lime-800\/5:hover{
  color: rgb(63 98 18 / 0.05);
}

.hover\:text-lime-800\/50:hover{
  color: rgb(63 98 18 / 0.5);
}

.hover\:text-lime-800\/55:hover{
  color: rgb(63 98 18 / 0.55);
}

.hover\:text-lime-800\/60:hover{
  color: rgb(63 98 18 / 0.6);
}

.hover\:text-lime-800\/65:hover{
  color: rgb(63 98 18 / 0.65);
}

.hover\:text-lime-800\/70:hover{
  color: rgb(63 98 18 / 0.7);
}

.hover\:text-lime-800\/75:hover{
  color: rgb(63 98 18 / 0.75);
}

.hover\:text-lime-800\/80:hover{
  color: rgb(63 98 18 / 0.8);
}

.hover\:text-lime-800\/85:hover{
  color: rgb(63 98 18 / 0.85);
}

.hover\:text-lime-800\/90:hover{
  color: rgb(63 98 18 / 0.9);
}

.hover\:text-lime-800\/95:hover{
  color: rgb(63 98 18 / 0.95);
}

.hover\:text-lime-900:hover{
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}

.hover\:text-lime-900\/0:hover{
  color: rgb(54 83 20 / 0);
}

.hover\:text-lime-900\/10:hover{
  color: rgb(54 83 20 / 0.1);
}

.hover\:text-lime-900\/100:hover{
  color: rgb(54 83 20 / 1);
}

.hover\:text-lime-900\/15:hover{
  color: rgb(54 83 20 / 0.15);
}

.hover\:text-lime-900\/20:hover{
  color: rgb(54 83 20 / 0.2);
}

.hover\:text-lime-900\/25:hover{
  color: rgb(54 83 20 / 0.25);
}

.hover\:text-lime-900\/30:hover{
  color: rgb(54 83 20 / 0.3);
}

.hover\:text-lime-900\/35:hover{
  color: rgb(54 83 20 / 0.35);
}

.hover\:text-lime-900\/40:hover{
  color: rgb(54 83 20 / 0.4);
}

.hover\:text-lime-900\/45:hover{
  color: rgb(54 83 20 / 0.45);
}

.hover\:text-lime-900\/5:hover{
  color: rgb(54 83 20 / 0.05);
}

.hover\:text-lime-900\/50:hover{
  color: rgb(54 83 20 / 0.5);
}

.hover\:text-lime-900\/55:hover{
  color: rgb(54 83 20 / 0.55);
}

.hover\:text-lime-900\/60:hover{
  color: rgb(54 83 20 / 0.6);
}

.hover\:text-lime-900\/65:hover{
  color: rgb(54 83 20 / 0.65);
}

.hover\:text-lime-900\/70:hover{
  color: rgb(54 83 20 / 0.7);
}

.hover\:text-lime-900\/75:hover{
  color: rgb(54 83 20 / 0.75);
}

.hover\:text-lime-900\/80:hover{
  color: rgb(54 83 20 / 0.8);
}

.hover\:text-lime-900\/85:hover{
  color: rgb(54 83 20 / 0.85);
}

.hover\:text-lime-900\/90:hover{
  color: rgb(54 83 20 / 0.9);
}

.hover\:text-lime-900\/95:hover{
  color: rgb(54 83 20 / 0.95);
}

.hover\:text-lime-950:hover{
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}

.hover\:text-lime-950\/0:hover{
  color: rgb(26 46 5 / 0);
}

.hover\:text-lime-950\/10:hover{
  color: rgb(26 46 5 / 0.1);
}

.hover\:text-lime-950\/100:hover{
  color: rgb(26 46 5 / 1);
}

.hover\:text-lime-950\/15:hover{
  color: rgb(26 46 5 / 0.15);
}

.hover\:text-lime-950\/20:hover{
  color: rgb(26 46 5 / 0.2);
}

.hover\:text-lime-950\/25:hover{
  color: rgb(26 46 5 / 0.25);
}

.hover\:text-lime-950\/30:hover{
  color: rgb(26 46 5 / 0.3);
}

.hover\:text-lime-950\/35:hover{
  color: rgb(26 46 5 / 0.35);
}

.hover\:text-lime-950\/40:hover{
  color: rgb(26 46 5 / 0.4);
}

.hover\:text-lime-950\/45:hover{
  color: rgb(26 46 5 / 0.45);
}

.hover\:text-lime-950\/5:hover{
  color: rgb(26 46 5 / 0.05);
}

.hover\:text-lime-950\/50:hover{
  color: rgb(26 46 5 / 0.5);
}

.hover\:text-lime-950\/55:hover{
  color: rgb(26 46 5 / 0.55);
}

.hover\:text-lime-950\/60:hover{
  color: rgb(26 46 5 / 0.6);
}

.hover\:text-lime-950\/65:hover{
  color: rgb(26 46 5 / 0.65);
}

.hover\:text-lime-950\/70:hover{
  color: rgb(26 46 5 / 0.7);
}

.hover\:text-lime-950\/75:hover{
  color: rgb(26 46 5 / 0.75);
}

.hover\:text-lime-950\/80:hover{
  color: rgb(26 46 5 / 0.8);
}

.hover\:text-lime-950\/85:hover{
  color: rgb(26 46 5 / 0.85);
}

.hover\:text-lime-950\/90:hover{
  color: rgb(26 46 5 / 0.9);
}

.hover\:text-lime-950\/95:hover{
  color: rgb(26 46 5 / 0.95);
}

.hover\:text-neutral-01:hover{
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}

.hover\:text-neutral-01\/0:hover{
  color: rgb(224 224 224 / 0);
}

.hover\:text-neutral-01\/10:hover{
  color: rgb(224 224 224 / 0.1);
}

.hover\:text-neutral-01\/100:hover{
  color: rgb(224 224 224 / 1);
}

.hover\:text-neutral-01\/15:hover{
  color: rgb(224 224 224 / 0.15);
}

.hover\:text-neutral-01\/20:hover{
  color: rgb(224 224 224 / 0.2);
}

.hover\:text-neutral-01\/25:hover{
  color: rgb(224 224 224 / 0.25);
}

.hover\:text-neutral-01\/30:hover{
  color: rgb(224 224 224 / 0.3);
}

.hover\:text-neutral-01\/35:hover{
  color: rgb(224 224 224 / 0.35);
}

.hover\:text-neutral-01\/40:hover{
  color: rgb(224 224 224 / 0.4);
}

.hover\:text-neutral-01\/45:hover{
  color: rgb(224 224 224 / 0.45);
}

.hover\:text-neutral-01\/5:hover{
  color: rgb(224 224 224 / 0.05);
}

.hover\:text-neutral-01\/50:hover{
  color: rgb(224 224 224 / 0.5);
}

.hover\:text-neutral-01\/55:hover{
  color: rgb(224 224 224 / 0.55);
}

.hover\:text-neutral-01\/60:hover{
  color: rgb(224 224 224 / 0.6);
}

.hover\:text-neutral-01\/65:hover{
  color: rgb(224 224 224 / 0.65);
}

.hover\:text-neutral-01\/70:hover{
  color: rgb(224 224 224 / 0.7);
}

.hover\:text-neutral-01\/75:hover{
  color: rgb(224 224 224 / 0.75);
}

.hover\:text-neutral-01\/80:hover{
  color: rgb(224 224 224 / 0.8);
}

.hover\:text-neutral-01\/85:hover{
  color: rgb(224 224 224 / 0.85);
}

.hover\:text-neutral-01\/90:hover{
  color: rgb(224 224 224 / 0.9);
}

.hover\:text-neutral-01\/95:hover{
  color: rgb(224 224 224 / 0.95);
}

.hover\:text-neutral-02:hover{
  --tw-text-opacity: 1;
  color: rgb(228 234 238 / var(--tw-text-opacity));
}

.hover\:text-neutral-02\/0:hover{
  color: rgb(228 234 238 / 0);
}

.hover\:text-neutral-02\/10:hover{
  color: rgb(228 234 238 / 0.1);
}

.hover\:text-neutral-02\/100:hover{
  color: rgb(228 234 238 / 1);
}

.hover\:text-neutral-02\/15:hover{
  color: rgb(228 234 238 / 0.15);
}

.hover\:text-neutral-02\/20:hover{
  color: rgb(228 234 238 / 0.2);
}

.hover\:text-neutral-02\/25:hover{
  color: rgb(228 234 238 / 0.25);
}

.hover\:text-neutral-02\/30:hover{
  color: rgb(228 234 238 / 0.3);
}

.hover\:text-neutral-02\/35:hover{
  color: rgb(228 234 238 / 0.35);
}

.hover\:text-neutral-02\/40:hover{
  color: rgb(228 234 238 / 0.4);
}

.hover\:text-neutral-02\/45:hover{
  color: rgb(228 234 238 / 0.45);
}

.hover\:text-neutral-02\/5:hover{
  color: rgb(228 234 238 / 0.05);
}

.hover\:text-neutral-02\/50:hover{
  color: rgb(228 234 238 / 0.5);
}

.hover\:text-neutral-02\/55:hover{
  color: rgb(228 234 238 / 0.55);
}

.hover\:text-neutral-02\/60:hover{
  color: rgb(228 234 238 / 0.6);
}

.hover\:text-neutral-02\/65:hover{
  color: rgb(228 234 238 / 0.65);
}

.hover\:text-neutral-02\/70:hover{
  color: rgb(228 234 238 / 0.7);
}

.hover\:text-neutral-02\/75:hover{
  color: rgb(228 234 238 / 0.75);
}

.hover\:text-neutral-02\/80:hover{
  color: rgb(228 234 238 / 0.8);
}

.hover\:text-neutral-02\/85:hover{
  color: rgb(228 234 238 / 0.85);
}

.hover\:text-neutral-02\/90:hover{
  color: rgb(228 234 238 / 0.9);
}

.hover\:text-neutral-02\/95:hover{
  color: rgb(228 234 238 / 0.95);
}

.hover\:text-neutral-03:hover{
  --tw-text-opacity: 1;
  color: rgb(236 239 250 / var(--tw-text-opacity));
}

.hover\:text-neutral-03\/0:hover{
  color: rgb(236 239 250 / 0);
}

.hover\:text-neutral-03\/10:hover{
  color: rgb(236 239 250 / 0.1);
}

.hover\:text-neutral-03\/100:hover{
  color: rgb(236 239 250 / 1);
}

.hover\:text-neutral-03\/15:hover{
  color: rgb(236 239 250 / 0.15);
}

.hover\:text-neutral-03\/20:hover{
  color: rgb(236 239 250 / 0.2);
}

.hover\:text-neutral-03\/25:hover{
  color: rgb(236 239 250 / 0.25);
}

.hover\:text-neutral-03\/30:hover{
  color: rgb(236 239 250 / 0.3);
}

.hover\:text-neutral-03\/35:hover{
  color: rgb(236 239 250 / 0.35);
}

.hover\:text-neutral-03\/40:hover{
  color: rgb(236 239 250 / 0.4);
}

.hover\:text-neutral-03\/45:hover{
  color: rgb(236 239 250 / 0.45);
}

.hover\:text-neutral-03\/5:hover{
  color: rgb(236 239 250 / 0.05);
}

.hover\:text-neutral-03\/50:hover{
  color: rgb(236 239 250 / 0.5);
}

.hover\:text-neutral-03\/55:hover{
  color: rgb(236 239 250 / 0.55);
}

.hover\:text-neutral-03\/60:hover{
  color: rgb(236 239 250 / 0.6);
}

.hover\:text-neutral-03\/65:hover{
  color: rgb(236 239 250 / 0.65);
}

.hover\:text-neutral-03\/70:hover{
  color: rgb(236 239 250 / 0.7);
}

.hover\:text-neutral-03\/75:hover{
  color: rgb(236 239 250 / 0.75);
}

.hover\:text-neutral-03\/80:hover{
  color: rgb(236 239 250 / 0.8);
}

.hover\:text-neutral-03\/85:hover{
  color: rgb(236 239 250 / 0.85);
}

.hover\:text-neutral-03\/90:hover{
  color: rgb(236 239 250 / 0.9);
}

.hover\:text-neutral-03\/95:hover{
  color: rgb(236 239 250 / 0.95);
}

.hover\:text-neutral-04:hover{
  --tw-text-opacity: 1;
  color: rgb(215 218 226 / var(--tw-text-opacity));
}

.hover\:text-neutral-04\/0:hover{
  color: rgb(215 218 226 / 0);
}

.hover\:text-neutral-04\/10:hover{
  color: rgb(215 218 226 / 0.1);
}

.hover\:text-neutral-04\/100:hover{
  color: rgb(215 218 226 / 1);
}

.hover\:text-neutral-04\/15:hover{
  color: rgb(215 218 226 / 0.15);
}

.hover\:text-neutral-04\/20:hover{
  color: rgb(215 218 226 / 0.2);
}

.hover\:text-neutral-04\/25:hover{
  color: rgb(215 218 226 / 0.25);
}

.hover\:text-neutral-04\/30:hover{
  color: rgb(215 218 226 / 0.3);
}

.hover\:text-neutral-04\/35:hover{
  color: rgb(215 218 226 / 0.35);
}

.hover\:text-neutral-04\/40:hover{
  color: rgb(215 218 226 / 0.4);
}

.hover\:text-neutral-04\/45:hover{
  color: rgb(215 218 226 / 0.45);
}

.hover\:text-neutral-04\/5:hover{
  color: rgb(215 218 226 / 0.05);
}

.hover\:text-neutral-04\/50:hover{
  color: rgb(215 218 226 / 0.5);
}

.hover\:text-neutral-04\/55:hover{
  color: rgb(215 218 226 / 0.55);
}

.hover\:text-neutral-04\/60:hover{
  color: rgb(215 218 226 / 0.6);
}

.hover\:text-neutral-04\/65:hover{
  color: rgb(215 218 226 / 0.65);
}

.hover\:text-neutral-04\/70:hover{
  color: rgb(215 218 226 / 0.7);
}

.hover\:text-neutral-04\/75:hover{
  color: rgb(215 218 226 / 0.75);
}

.hover\:text-neutral-04\/80:hover{
  color: rgb(215 218 226 / 0.8);
}

.hover\:text-neutral-04\/85:hover{
  color: rgb(215 218 226 / 0.85);
}

.hover\:text-neutral-04\/90:hover{
  color: rgb(215 218 226 / 0.9);
}

.hover\:text-neutral-04\/95:hover{
  color: rgb(215 218 226 / 0.95);
}

.hover\:text-neutral-05:hover{
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}

.hover\:text-neutral-05\/0:hover{
  color: rgb(246 246 246 / 0);
}

.hover\:text-neutral-05\/10:hover{
  color: rgb(246 246 246 / 0.1);
}

.hover\:text-neutral-05\/100:hover{
  color: rgb(246 246 246 / 1);
}

.hover\:text-neutral-05\/15:hover{
  color: rgb(246 246 246 / 0.15);
}

.hover\:text-neutral-05\/20:hover{
  color: rgb(246 246 246 / 0.2);
}

.hover\:text-neutral-05\/25:hover{
  color: rgb(246 246 246 / 0.25);
}

.hover\:text-neutral-05\/30:hover{
  color: rgb(246 246 246 / 0.3);
}

.hover\:text-neutral-05\/35:hover{
  color: rgb(246 246 246 / 0.35);
}

.hover\:text-neutral-05\/40:hover{
  color: rgb(246 246 246 / 0.4);
}

.hover\:text-neutral-05\/45:hover{
  color: rgb(246 246 246 / 0.45);
}

.hover\:text-neutral-05\/5:hover{
  color: rgb(246 246 246 / 0.05);
}

.hover\:text-neutral-05\/50:hover{
  color: rgb(246 246 246 / 0.5);
}

.hover\:text-neutral-05\/55:hover{
  color: rgb(246 246 246 / 0.55);
}

.hover\:text-neutral-05\/60:hover{
  color: rgb(246 246 246 / 0.6);
}

.hover\:text-neutral-05\/65:hover{
  color: rgb(246 246 246 / 0.65);
}

.hover\:text-neutral-05\/70:hover{
  color: rgb(246 246 246 / 0.7);
}

.hover\:text-neutral-05\/75:hover{
  color: rgb(246 246 246 / 0.75);
}

.hover\:text-neutral-05\/80:hover{
  color: rgb(246 246 246 / 0.8);
}

.hover\:text-neutral-05\/85:hover{
  color: rgb(246 246 246 / 0.85);
}

.hover\:text-neutral-05\/90:hover{
  color: rgb(246 246 246 / 0.9);
}

.hover\:text-neutral-05\/95:hover{
  color: rgb(246 246 246 / 0.95);
}

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

.hover\:text-neutral-100\/0:hover{
  color: rgb(245 245 245 / 0);
}

.hover\:text-neutral-100\/10:hover{
  color: rgb(245 245 245 / 0.1);
}

.hover\:text-neutral-100\/100:hover{
  color: rgb(245 245 245 / 1);
}

.hover\:text-neutral-100\/15:hover{
  color: rgb(245 245 245 / 0.15);
}

.hover\:text-neutral-100\/20:hover{
  color: rgb(245 245 245 / 0.2);
}

.hover\:text-neutral-100\/25:hover{
  color: rgb(245 245 245 / 0.25);
}

.hover\:text-neutral-100\/30:hover{
  color: rgb(245 245 245 / 0.3);
}

.hover\:text-neutral-100\/35:hover{
  color: rgb(245 245 245 / 0.35);
}

.hover\:text-neutral-100\/40:hover{
  color: rgb(245 245 245 / 0.4);
}

.hover\:text-neutral-100\/45:hover{
  color: rgb(245 245 245 / 0.45);
}

.hover\:text-neutral-100\/5:hover{
  color: rgb(245 245 245 / 0.05);
}

.hover\:text-neutral-100\/50:hover{
  color: rgb(245 245 245 / 0.5);
}

.hover\:text-neutral-100\/55:hover{
  color: rgb(245 245 245 / 0.55);
}

.hover\:text-neutral-100\/60:hover{
  color: rgb(245 245 245 / 0.6);
}

.hover\:text-neutral-100\/65:hover{
  color: rgb(245 245 245 / 0.65);
}

.hover\:text-neutral-100\/70:hover{
  color: rgb(245 245 245 / 0.7);
}

.hover\:text-neutral-100\/75:hover{
  color: rgb(245 245 245 / 0.75);
}

.hover\:text-neutral-100\/80:hover{
  color: rgb(245 245 245 / 0.8);
}

.hover\:text-neutral-100\/85:hover{
  color: rgb(245 245 245 / 0.85);
}

.hover\:text-neutral-100\/90:hover{
  color: rgb(245 245 245 / 0.9);
}

.hover\:text-neutral-100\/95:hover{
  color: rgb(245 245 245 / 0.95);
}

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

.hover\:text-neutral-200\/0:hover{
  color: rgb(229 229 229 / 0);
}

.hover\:text-neutral-200\/10:hover{
  color: rgb(229 229 229 / 0.1);
}

.hover\:text-neutral-200\/100:hover{
  color: rgb(229 229 229 / 1);
}

.hover\:text-neutral-200\/15:hover{
  color: rgb(229 229 229 / 0.15);
}

.hover\:text-neutral-200\/20:hover{
  color: rgb(229 229 229 / 0.2);
}

.hover\:text-neutral-200\/25:hover{
  color: rgb(229 229 229 / 0.25);
}

.hover\:text-neutral-200\/30:hover{
  color: rgb(229 229 229 / 0.3);
}

.hover\:text-neutral-200\/35:hover{
  color: rgb(229 229 229 / 0.35);
}

.hover\:text-neutral-200\/40:hover{
  color: rgb(229 229 229 / 0.4);
}

.hover\:text-neutral-200\/45:hover{
  color: rgb(229 229 229 / 0.45);
}

.hover\:text-neutral-200\/5:hover{
  color: rgb(229 229 229 / 0.05);
}

.hover\:text-neutral-200\/50:hover{
  color: rgb(229 229 229 / 0.5);
}

.hover\:text-neutral-200\/55:hover{
  color: rgb(229 229 229 / 0.55);
}

.hover\:text-neutral-200\/60:hover{
  color: rgb(229 229 229 / 0.6);
}

.hover\:text-neutral-200\/65:hover{
  color: rgb(229 229 229 / 0.65);
}

.hover\:text-neutral-200\/70:hover{
  color: rgb(229 229 229 / 0.7);
}

.hover\:text-neutral-200\/75:hover{
  color: rgb(229 229 229 / 0.75);
}

.hover\:text-neutral-200\/80:hover{
  color: rgb(229 229 229 / 0.8);
}

.hover\:text-neutral-200\/85:hover{
  color: rgb(229 229 229 / 0.85);
}

.hover\:text-neutral-200\/90:hover{
  color: rgb(229 229 229 / 0.9);
}

.hover\:text-neutral-200\/95:hover{
  color: rgb(229 229 229 / 0.95);
}

.hover\:text-neutral-300:hover{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.hover\:text-neutral-300\/0:hover{
  color: rgb(212 212 212 / 0);
}

.hover\:text-neutral-300\/10:hover{
  color: rgb(212 212 212 / 0.1);
}

.hover\:text-neutral-300\/100:hover{
  color: rgb(212 212 212 / 1);
}

.hover\:text-neutral-300\/15:hover{
  color: rgb(212 212 212 / 0.15);
}

.hover\:text-neutral-300\/20:hover{
  color: rgb(212 212 212 / 0.2);
}

.hover\:text-neutral-300\/25:hover{
  color: rgb(212 212 212 / 0.25);
}

.hover\:text-neutral-300\/30:hover{
  color: rgb(212 212 212 / 0.3);
}

.hover\:text-neutral-300\/35:hover{
  color: rgb(212 212 212 / 0.35);
}

.hover\:text-neutral-300\/40:hover{
  color: rgb(212 212 212 / 0.4);
}

.hover\:text-neutral-300\/45:hover{
  color: rgb(212 212 212 / 0.45);
}

.hover\:text-neutral-300\/5:hover{
  color: rgb(212 212 212 / 0.05);
}

.hover\:text-neutral-300\/50:hover{
  color: rgb(212 212 212 / 0.5);
}

.hover\:text-neutral-300\/55:hover{
  color: rgb(212 212 212 / 0.55);
}

.hover\:text-neutral-300\/60:hover{
  color: rgb(212 212 212 / 0.6);
}

.hover\:text-neutral-300\/65:hover{
  color: rgb(212 212 212 / 0.65);
}

.hover\:text-neutral-300\/70:hover{
  color: rgb(212 212 212 / 0.7);
}

.hover\:text-neutral-300\/75:hover{
  color: rgb(212 212 212 / 0.75);
}

.hover\:text-neutral-300\/80:hover{
  color: rgb(212 212 212 / 0.8);
}

.hover\:text-neutral-300\/85:hover{
  color: rgb(212 212 212 / 0.85);
}

.hover\:text-neutral-300\/90:hover{
  color: rgb(212 212 212 / 0.9);
}

.hover\:text-neutral-300\/95:hover{
  color: rgb(212 212 212 / 0.95);
}

.hover\:text-neutral-400:hover{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.hover\:text-neutral-400\/0:hover{
  color: rgb(163 163 163 / 0);
}

.hover\:text-neutral-400\/10:hover{
  color: rgb(163 163 163 / 0.1);
}

.hover\:text-neutral-400\/100:hover{
  color: rgb(163 163 163 / 1);
}

.hover\:text-neutral-400\/15:hover{
  color: rgb(163 163 163 / 0.15);
}

.hover\:text-neutral-400\/20:hover{
  color: rgb(163 163 163 / 0.2);
}

.hover\:text-neutral-400\/25:hover{
  color: rgb(163 163 163 / 0.25);
}

.hover\:text-neutral-400\/30:hover{
  color: rgb(163 163 163 / 0.3);
}

.hover\:text-neutral-400\/35:hover{
  color: rgb(163 163 163 / 0.35);
}

.hover\:text-neutral-400\/40:hover{
  color: rgb(163 163 163 / 0.4);
}

.hover\:text-neutral-400\/45:hover{
  color: rgb(163 163 163 / 0.45);
}

.hover\:text-neutral-400\/5:hover{
  color: rgb(163 163 163 / 0.05);
}

.hover\:text-neutral-400\/50:hover{
  color: rgb(163 163 163 / 0.5);
}

.hover\:text-neutral-400\/55:hover{
  color: rgb(163 163 163 / 0.55);
}

.hover\:text-neutral-400\/60:hover{
  color: rgb(163 163 163 / 0.6);
}

.hover\:text-neutral-400\/65:hover{
  color: rgb(163 163 163 / 0.65);
}

.hover\:text-neutral-400\/70:hover{
  color: rgb(163 163 163 / 0.7);
}

.hover\:text-neutral-400\/75:hover{
  color: rgb(163 163 163 / 0.75);
}

.hover\:text-neutral-400\/80:hover{
  color: rgb(163 163 163 / 0.8);
}

.hover\:text-neutral-400\/85:hover{
  color: rgb(163 163 163 / 0.85);
}

.hover\:text-neutral-400\/90:hover{
  color: rgb(163 163 163 / 0.9);
}

.hover\:text-neutral-400\/95:hover{
  color: rgb(163 163 163 / 0.95);
}

.hover\:text-neutral-50:hover{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.hover\:text-neutral-50\/0:hover{
  color: rgb(250 250 250 / 0);
}

.hover\:text-neutral-50\/10:hover{
  color: rgb(250 250 250 / 0.1);
}

.hover\:text-neutral-50\/100:hover{
  color: rgb(250 250 250 / 1);
}

.hover\:text-neutral-50\/15:hover{
  color: rgb(250 250 250 / 0.15);
}

.hover\:text-neutral-50\/20:hover{
  color: rgb(250 250 250 / 0.2);
}

.hover\:text-neutral-50\/25:hover{
  color: rgb(250 250 250 / 0.25);
}

.hover\:text-neutral-50\/30:hover{
  color: rgb(250 250 250 / 0.3);
}

.hover\:text-neutral-50\/35:hover{
  color: rgb(250 250 250 / 0.35);
}

.hover\:text-neutral-50\/40:hover{
  color: rgb(250 250 250 / 0.4);
}

.hover\:text-neutral-50\/45:hover{
  color: rgb(250 250 250 / 0.45);
}

.hover\:text-neutral-50\/5:hover{
  color: rgb(250 250 250 / 0.05);
}

.hover\:text-neutral-50\/50:hover{
  color: rgb(250 250 250 / 0.5);
}

.hover\:text-neutral-50\/55:hover{
  color: rgb(250 250 250 / 0.55);
}

.hover\:text-neutral-50\/60:hover{
  color: rgb(250 250 250 / 0.6);
}

.hover\:text-neutral-50\/65:hover{
  color: rgb(250 250 250 / 0.65);
}

.hover\:text-neutral-50\/70:hover{
  color: rgb(250 250 250 / 0.7);
}

.hover\:text-neutral-50\/75:hover{
  color: rgb(250 250 250 / 0.75);
}

.hover\:text-neutral-50\/80:hover{
  color: rgb(250 250 250 / 0.8);
}

.hover\:text-neutral-50\/85:hover{
  color: rgb(250 250 250 / 0.85);
}

.hover\:text-neutral-50\/90:hover{
  color: rgb(250 250 250 / 0.9);
}

.hover\:text-neutral-50\/95:hover{
  color: rgb(250 250 250 / 0.95);
}

.hover\:text-neutral-500:hover{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.hover\:text-neutral-500\/0:hover{
  color: rgb(115 115 115 / 0);
}

.hover\:text-neutral-500\/10:hover{
  color: rgb(115 115 115 / 0.1);
}

.hover\:text-neutral-500\/100:hover{
  color: rgb(115 115 115 / 1);
}

.hover\:text-neutral-500\/15:hover{
  color: rgb(115 115 115 / 0.15);
}

.hover\:text-neutral-500\/20:hover{
  color: rgb(115 115 115 / 0.2);
}

.hover\:text-neutral-500\/25:hover{
  color: rgb(115 115 115 / 0.25);
}

.hover\:text-neutral-500\/30:hover{
  color: rgb(115 115 115 / 0.3);
}

.hover\:text-neutral-500\/35:hover{
  color: rgb(115 115 115 / 0.35);
}

.hover\:text-neutral-500\/40:hover{
  color: rgb(115 115 115 / 0.4);
}

.hover\:text-neutral-500\/45:hover{
  color: rgb(115 115 115 / 0.45);
}

.hover\:text-neutral-500\/5:hover{
  color: rgb(115 115 115 / 0.05);
}

.hover\:text-neutral-500\/50:hover{
  color: rgb(115 115 115 / 0.5);
}

.hover\:text-neutral-500\/55:hover{
  color: rgb(115 115 115 / 0.55);
}

.hover\:text-neutral-500\/60:hover{
  color: rgb(115 115 115 / 0.6);
}

.hover\:text-neutral-500\/65:hover{
  color: rgb(115 115 115 / 0.65);
}

.hover\:text-neutral-500\/70:hover{
  color: rgb(115 115 115 / 0.7);
}

.hover\:text-neutral-500\/75:hover{
  color: rgb(115 115 115 / 0.75);
}

.hover\:text-neutral-500\/80:hover{
  color: rgb(115 115 115 / 0.8);
}

.hover\:text-neutral-500\/85:hover{
  color: rgb(115 115 115 / 0.85);
}

.hover\:text-neutral-500\/90:hover{
  color: rgb(115 115 115 / 0.9);
}

.hover\:text-neutral-500\/95:hover{
  color: rgb(115 115 115 / 0.95);
}

.hover\:text-neutral-600:hover{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.hover\:text-neutral-600\/0:hover{
  color: rgb(82 82 82 / 0);
}

.hover\:text-neutral-600\/10:hover{
  color: rgb(82 82 82 / 0.1);
}

.hover\:text-neutral-600\/100:hover{
  color: rgb(82 82 82 / 1);
}

.hover\:text-neutral-600\/15:hover{
  color: rgb(82 82 82 / 0.15);
}

.hover\:text-neutral-600\/20:hover{
  color: rgb(82 82 82 / 0.2);
}

.hover\:text-neutral-600\/25:hover{
  color: rgb(82 82 82 / 0.25);
}

.hover\:text-neutral-600\/30:hover{
  color: rgb(82 82 82 / 0.3);
}

.hover\:text-neutral-600\/35:hover{
  color: rgb(82 82 82 / 0.35);
}

.hover\:text-neutral-600\/40:hover{
  color: rgb(82 82 82 / 0.4);
}

.hover\:text-neutral-600\/45:hover{
  color: rgb(82 82 82 / 0.45);
}

.hover\:text-neutral-600\/5:hover{
  color: rgb(82 82 82 / 0.05);
}

.hover\:text-neutral-600\/50:hover{
  color: rgb(82 82 82 / 0.5);
}

.hover\:text-neutral-600\/55:hover{
  color: rgb(82 82 82 / 0.55);
}

.hover\:text-neutral-600\/60:hover{
  color: rgb(82 82 82 / 0.6);
}

.hover\:text-neutral-600\/65:hover{
  color: rgb(82 82 82 / 0.65);
}

.hover\:text-neutral-600\/70:hover{
  color: rgb(82 82 82 / 0.7);
}

.hover\:text-neutral-600\/75:hover{
  color: rgb(82 82 82 / 0.75);
}

.hover\:text-neutral-600\/80:hover{
  color: rgb(82 82 82 / 0.8);
}

.hover\:text-neutral-600\/85:hover{
  color: rgb(82 82 82 / 0.85);
}

.hover\:text-neutral-600\/90:hover{
  color: rgb(82 82 82 / 0.9);
}

.hover\:text-neutral-600\/95:hover{
  color: rgb(82 82 82 / 0.95);
}

.hover\:text-neutral-700:hover{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.hover\:text-neutral-700\/0:hover{
  color: rgb(64 64 64 / 0);
}

.hover\:text-neutral-700\/10:hover{
  color: rgb(64 64 64 / 0.1);
}

.hover\:text-neutral-700\/100:hover{
  color: rgb(64 64 64 / 1);
}

.hover\:text-neutral-700\/15:hover{
  color: rgb(64 64 64 / 0.15);
}

.hover\:text-neutral-700\/20:hover{
  color: rgb(64 64 64 / 0.2);
}

.hover\:text-neutral-700\/25:hover{
  color: rgb(64 64 64 / 0.25);
}

.hover\:text-neutral-700\/30:hover{
  color: rgb(64 64 64 / 0.3);
}

.hover\:text-neutral-700\/35:hover{
  color: rgb(64 64 64 / 0.35);
}

.hover\:text-neutral-700\/40:hover{
  color: rgb(64 64 64 / 0.4);
}

.hover\:text-neutral-700\/45:hover{
  color: rgb(64 64 64 / 0.45);
}

.hover\:text-neutral-700\/5:hover{
  color: rgb(64 64 64 / 0.05);
}

.hover\:text-neutral-700\/50:hover{
  color: rgb(64 64 64 / 0.5);
}

.hover\:text-neutral-700\/55:hover{
  color: rgb(64 64 64 / 0.55);
}

.hover\:text-neutral-700\/60:hover{
  color: rgb(64 64 64 / 0.6);
}

.hover\:text-neutral-700\/65:hover{
  color: rgb(64 64 64 / 0.65);
}

.hover\:text-neutral-700\/70:hover{
  color: rgb(64 64 64 / 0.7);
}

.hover\:text-neutral-700\/75:hover{
  color: rgb(64 64 64 / 0.75);
}

.hover\:text-neutral-700\/80:hover{
  color: rgb(64 64 64 / 0.8);
}

.hover\:text-neutral-700\/85:hover{
  color: rgb(64 64 64 / 0.85);
}

.hover\:text-neutral-700\/90:hover{
  color: rgb(64 64 64 / 0.9);
}

.hover\:text-neutral-700\/95:hover{
  color: rgb(64 64 64 / 0.95);
}

.hover\:text-neutral-800:hover{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.hover\:text-neutral-800\/0:hover{
  color: rgb(38 38 38 / 0);
}

.hover\:text-neutral-800\/10:hover{
  color: rgb(38 38 38 / 0.1);
}

.hover\:text-neutral-800\/100:hover{
  color: rgb(38 38 38 / 1);
}

.hover\:text-neutral-800\/15:hover{
  color: rgb(38 38 38 / 0.15);
}

.hover\:text-neutral-800\/20:hover{
  color: rgb(38 38 38 / 0.2);
}

.hover\:text-neutral-800\/25:hover{
  color: rgb(38 38 38 / 0.25);
}

.hover\:text-neutral-800\/30:hover{
  color: rgb(38 38 38 / 0.3);
}

.hover\:text-neutral-800\/35:hover{
  color: rgb(38 38 38 / 0.35);
}

.hover\:text-neutral-800\/40:hover{
  color: rgb(38 38 38 / 0.4);
}

.hover\:text-neutral-800\/45:hover{
  color: rgb(38 38 38 / 0.45);
}

.hover\:text-neutral-800\/5:hover{
  color: rgb(38 38 38 / 0.05);
}

.hover\:text-neutral-800\/50:hover{
  color: rgb(38 38 38 / 0.5);
}

.hover\:text-neutral-800\/55:hover{
  color: rgb(38 38 38 / 0.55);
}

.hover\:text-neutral-800\/60:hover{
  color: rgb(38 38 38 / 0.6);
}

.hover\:text-neutral-800\/65:hover{
  color: rgb(38 38 38 / 0.65);
}

.hover\:text-neutral-800\/70:hover{
  color: rgb(38 38 38 / 0.7);
}

.hover\:text-neutral-800\/75:hover{
  color: rgb(38 38 38 / 0.75);
}

.hover\:text-neutral-800\/80:hover{
  color: rgb(38 38 38 / 0.8);
}

.hover\:text-neutral-800\/85:hover{
  color: rgb(38 38 38 / 0.85);
}

.hover\:text-neutral-800\/90:hover{
  color: rgb(38 38 38 / 0.9);
}

.hover\:text-neutral-800\/95:hover{
  color: rgb(38 38 38 / 0.95);
}

.hover\:text-neutral-900:hover{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.hover\:text-neutral-900\/0:hover{
  color: rgb(23 23 23 / 0);
}

.hover\:text-neutral-900\/10:hover{
  color: rgb(23 23 23 / 0.1);
}

.hover\:text-neutral-900\/100:hover{
  color: rgb(23 23 23 / 1);
}

.hover\:text-neutral-900\/15:hover{
  color: rgb(23 23 23 / 0.15);
}

.hover\:text-neutral-900\/20:hover{
  color: rgb(23 23 23 / 0.2);
}

.hover\:text-neutral-900\/25:hover{
  color: rgb(23 23 23 / 0.25);
}

.hover\:text-neutral-900\/30:hover{
  color: rgb(23 23 23 / 0.3);
}

.hover\:text-neutral-900\/35:hover{
  color: rgb(23 23 23 / 0.35);
}

.hover\:text-neutral-900\/40:hover{
  color: rgb(23 23 23 / 0.4);
}

.hover\:text-neutral-900\/45:hover{
  color: rgb(23 23 23 / 0.45);
}

.hover\:text-neutral-900\/5:hover{
  color: rgb(23 23 23 / 0.05);
}

.hover\:text-neutral-900\/50:hover{
  color: rgb(23 23 23 / 0.5);
}

.hover\:text-neutral-900\/55:hover{
  color: rgb(23 23 23 / 0.55);
}

.hover\:text-neutral-900\/60:hover{
  color: rgb(23 23 23 / 0.6);
}

.hover\:text-neutral-900\/65:hover{
  color: rgb(23 23 23 / 0.65);
}

.hover\:text-neutral-900\/70:hover{
  color: rgb(23 23 23 / 0.7);
}

.hover\:text-neutral-900\/75:hover{
  color: rgb(23 23 23 / 0.75);
}

.hover\:text-neutral-900\/80:hover{
  color: rgb(23 23 23 / 0.8);
}

.hover\:text-neutral-900\/85:hover{
  color: rgb(23 23 23 / 0.85);
}

.hover\:text-neutral-900\/90:hover{
  color: rgb(23 23 23 / 0.9);
}

.hover\:text-neutral-900\/95:hover{
  color: rgb(23 23 23 / 0.95);
}

.hover\:text-neutral-950:hover{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.hover\:text-neutral-950\/0:hover{
  color: rgb(10 10 10 / 0);
}

.hover\:text-neutral-950\/10:hover{
  color: rgb(10 10 10 / 0.1);
}

.hover\:text-neutral-950\/100:hover{
  color: rgb(10 10 10 / 1);
}

.hover\:text-neutral-950\/15:hover{
  color: rgb(10 10 10 / 0.15);
}

.hover\:text-neutral-950\/20:hover{
  color: rgb(10 10 10 / 0.2);
}

.hover\:text-neutral-950\/25:hover{
  color: rgb(10 10 10 / 0.25);
}

.hover\:text-neutral-950\/30:hover{
  color: rgb(10 10 10 / 0.3);
}

.hover\:text-neutral-950\/35:hover{
  color: rgb(10 10 10 / 0.35);
}

.hover\:text-neutral-950\/40:hover{
  color: rgb(10 10 10 / 0.4);
}

.hover\:text-neutral-950\/45:hover{
  color: rgb(10 10 10 / 0.45);
}

.hover\:text-neutral-950\/5:hover{
  color: rgb(10 10 10 / 0.05);
}

.hover\:text-neutral-950\/50:hover{
  color: rgb(10 10 10 / 0.5);
}

.hover\:text-neutral-950\/55:hover{
  color: rgb(10 10 10 / 0.55);
}

.hover\:text-neutral-950\/60:hover{
  color: rgb(10 10 10 / 0.6);
}

.hover\:text-neutral-950\/65:hover{
  color: rgb(10 10 10 / 0.65);
}

.hover\:text-neutral-950\/70:hover{
  color: rgb(10 10 10 / 0.7);
}

.hover\:text-neutral-950\/75:hover{
  color: rgb(10 10 10 / 0.75);
}

.hover\:text-neutral-950\/80:hover{
  color: rgb(10 10 10 / 0.8);
}

.hover\:text-neutral-950\/85:hover{
  color: rgb(10 10 10 / 0.85);
}

.hover\:text-neutral-950\/90:hover{
  color: rgb(10 10 10 / 0.9);
}

.hover\:text-neutral-950\/95:hover{
  color: rgb(10 10 10 / 0.95);
}

.hover\:text-orange-100:hover{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}

.hover\:text-orange-100\/0:hover{
  color: rgb(255 237 213 / 0);
}

.hover\:text-orange-100\/10:hover{
  color: rgb(255 237 213 / 0.1);
}

.hover\:text-orange-100\/100:hover{
  color: rgb(255 237 213 / 1);
}

.hover\:text-orange-100\/15:hover{
  color: rgb(255 237 213 / 0.15);
}

.hover\:text-orange-100\/20:hover{
  color: rgb(255 237 213 / 0.2);
}

.hover\:text-orange-100\/25:hover{
  color: rgb(255 237 213 / 0.25);
}

.hover\:text-orange-100\/30:hover{
  color: rgb(255 237 213 / 0.3);
}

.hover\:text-orange-100\/35:hover{
  color: rgb(255 237 213 / 0.35);
}

.hover\:text-orange-100\/40:hover{
  color: rgb(255 237 213 / 0.4);
}

.hover\:text-orange-100\/45:hover{
  color: rgb(255 237 213 / 0.45);
}

.hover\:text-orange-100\/5:hover{
  color: rgb(255 237 213 / 0.05);
}

.hover\:text-orange-100\/50:hover{
  color: rgb(255 237 213 / 0.5);
}

.hover\:text-orange-100\/55:hover{
  color: rgb(255 237 213 / 0.55);
}

.hover\:text-orange-100\/60:hover{
  color: rgb(255 237 213 / 0.6);
}

.hover\:text-orange-100\/65:hover{
  color: rgb(255 237 213 / 0.65);
}

.hover\:text-orange-100\/70:hover{
  color: rgb(255 237 213 / 0.7);
}

.hover\:text-orange-100\/75:hover{
  color: rgb(255 237 213 / 0.75);
}

.hover\:text-orange-100\/80:hover{
  color: rgb(255 237 213 / 0.8);
}

.hover\:text-orange-100\/85:hover{
  color: rgb(255 237 213 / 0.85);
}

.hover\:text-orange-100\/90:hover{
  color: rgb(255 237 213 / 0.9);
}

.hover\:text-orange-100\/95:hover{
  color: rgb(255 237 213 / 0.95);
}

.hover\:text-orange-200:hover{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}

.hover\:text-orange-200\/0:hover{
  color: rgb(254 215 170 / 0);
}

.hover\:text-orange-200\/10:hover{
  color: rgb(254 215 170 / 0.1);
}

.hover\:text-orange-200\/100:hover{
  color: rgb(254 215 170 / 1);
}

.hover\:text-orange-200\/15:hover{
  color: rgb(254 215 170 / 0.15);
}

.hover\:text-orange-200\/20:hover{
  color: rgb(254 215 170 / 0.2);
}

.hover\:text-orange-200\/25:hover{
  color: rgb(254 215 170 / 0.25);
}

.hover\:text-orange-200\/30:hover{
  color: rgb(254 215 170 / 0.3);
}

.hover\:text-orange-200\/35:hover{
  color: rgb(254 215 170 / 0.35);
}

.hover\:text-orange-200\/40:hover{
  color: rgb(254 215 170 / 0.4);
}

.hover\:text-orange-200\/45:hover{
  color: rgb(254 215 170 / 0.45);
}

.hover\:text-orange-200\/5:hover{
  color: rgb(254 215 170 / 0.05);
}

.hover\:text-orange-200\/50:hover{
  color: rgb(254 215 170 / 0.5);
}

.hover\:text-orange-200\/55:hover{
  color: rgb(254 215 170 / 0.55);
}

.hover\:text-orange-200\/60:hover{
  color: rgb(254 215 170 / 0.6);
}

.hover\:text-orange-200\/65:hover{
  color: rgb(254 215 170 / 0.65);
}

.hover\:text-orange-200\/70:hover{
  color: rgb(254 215 170 / 0.7);
}

.hover\:text-orange-200\/75:hover{
  color: rgb(254 215 170 / 0.75);
}

.hover\:text-orange-200\/80:hover{
  color: rgb(254 215 170 / 0.8);
}

.hover\:text-orange-200\/85:hover{
  color: rgb(254 215 170 / 0.85);
}

.hover\:text-orange-200\/90:hover{
  color: rgb(254 215 170 / 0.9);
}

.hover\:text-orange-200\/95:hover{
  color: rgb(254 215 170 / 0.95);
}

.hover\:text-orange-300:hover{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

.hover\:text-orange-300\/0:hover{
  color: rgb(253 186 116 / 0);
}

.hover\:text-orange-300\/10:hover{
  color: rgb(253 186 116 / 0.1);
}

.hover\:text-orange-300\/100:hover{
  color: rgb(253 186 116 / 1);
}

.hover\:text-orange-300\/15:hover{
  color: rgb(253 186 116 / 0.15);
}

.hover\:text-orange-300\/20:hover{
  color: rgb(253 186 116 / 0.2);
}

.hover\:text-orange-300\/25:hover{
  color: rgb(253 186 116 / 0.25);
}

.hover\:text-orange-300\/30:hover{
  color: rgb(253 186 116 / 0.3);
}

.hover\:text-orange-300\/35:hover{
  color: rgb(253 186 116 / 0.35);
}

.hover\:text-orange-300\/40:hover{
  color: rgb(253 186 116 / 0.4);
}

.hover\:text-orange-300\/45:hover{
  color: rgb(253 186 116 / 0.45);
}

.hover\:text-orange-300\/5:hover{
  color: rgb(253 186 116 / 0.05);
}

.hover\:text-orange-300\/50:hover{
  color: rgb(253 186 116 / 0.5);
}

.hover\:text-orange-300\/55:hover{
  color: rgb(253 186 116 / 0.55);
}

.hover\:text-orange-300\/60:hover{
  color: rgb(253 186 116 / 0.6);
}

.hover\:text-orange-300\/65:hover{
  color: rgb(253 186 116 / 0.65);
}

.hover\:text-orange-300\/70:hover{
  color: rgb(253 186 116 / 0.7);
}

.hover\:text-orange-300\/75:hover{
  color: rgb(253 186 116 / 0.75);
}

.hover\:text-orange-300\/80:hover{
  color: rgb(253 186 116 / 0.8);
}

.hover\:text-orange-300\/85:hover{
  color: rgb(253 186 116 / 0.85);
}

.hover\:text-orange-300\/90:hover{
  color: rgb(253 186 116 / 0.9);
}

.hover\:text-orange-300\/95:hover{
  color: rgb(253 186 116 / 0.95);
}

.hover\:text-orange-400:hover{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.hover\:text-orange-400\/0:hover{
  color: rgb(251 146 60 / 0);
}

.hover\:text-orange-400\/10:hover{
  color: rgb(251 146 60 / 0.1);
}

.hover\:text-orange-400\/100:hover{
  color: rgb(251 146 60 / 1);
}

.hover\:text-orange-400\/15:hover{
  color: rgb(251 146 60 / 0.15);
}

.hover\:text-orange-400\/20:hover{
  color: rgb(251 146 60 / 0.2);
}

.hover\:text-orange-400\/25:hover{
  color: rgb(251 146 60 / 0.25);
}

.hover\:text-orange-400\/30:hover{
  color: rgb(251 146 60 / 0.3);
}

.hover\:text-orange-400\/35:hover{
  color: rgb(251 146 60 / 0.35);
}

.hover\:text-orange-400\/40:hover{
  color: rgb(251 146 60 / 0.4);
}

.hover\:text-orange-400\/45:hover{
  color: rgb(251 146 60 / 0.45);
}

.hover\:text-orange-400\/5:hover{
  color: rgb(251 146 60 / 0.05);
}

.hover\:text-orange-400\/50:hover{
  color: rgb(251 146 60 / 0.5);
}

.hover\:text-orange-400\/55:hover{
  color: rgb(251 146 60 / 0.55);
}

.hover\:text-orange-400\/60:hover{
  color: rgb(251 146 60 / 0.6);
}

.hover\:text-orange-400\/65:hover{
  color: rgb(251 146 60 / 0.65);
}

.hover\:text-orange-400\/70:hover{
  color: rgb(251 146 60 / 0.7);
}

.hover\:text-orange-400\/75:hover{
  color: rgb(251 146 60 / 0.75);
}

.hover\:text-orange-400\/80:hover{
  color: rgb(251 146 60 / 0.8);
}

.hover\:text-orange-400\/85:hover{
  color: rgb(251 146 60 / 0.85);
}

.hover\:text-orange-400\/90:hover{
  color: rgb(251 146 60 / 0.9);
}

.hover\:text-orange-400\/95:hover{
  color: rgb(251 146 60 / 0.95);
}

.hover\:text-orange-50:hover{
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}

.hover\:text-orange-50\/0:hover{
  color: rgb(255 247 237 / 0);
}

.hover\:text-orange-50\/10:hover{
  color: rgb(255 247 237 / 0.1);
}

.hover\:text-orange-50\/100:hover{
  color: rgb(255 247 237 / 1);
}

.hover\:text-orange-50\/15:hover{
  color: rgb(255 247 237 / 0.15);
}

.hover\:text-orange-50\/20:hover{
  color: rgb(255 247 237 / 0.2);
}

.hover\:text-orange-50\/25:hover{
  color: rgb(255 247 237 / 0.25);
}

.hover\:text-orange-50\/30:hover{
  color: rgb(255 247 237 / 0.3);
}

.hover\:text-orange-50\/35:hover{
  color: rgb(255 247 237 / 0.35);
}

.hover\:text-orange-50\/40:hover{
  color: rgb(255 247 237 / 0.4);
}

.hover\:text-orange-50\/45:hover{
  color: rgb(255 247 237 / 0.45);
}

.hover\:text-orange-50\/5:hover{
  color: rgb(255 247 237 / 0.05);
}

.hover\:text-orange-50\/50:hover{
  color: rgb(255 247 237 / 0.5);
}

.hover\:text-orange-50\/55:hover{
  color: rgb(255 247 237 / 0.55);
}

.hover\:text-orange-50\/60:hover{
  color: rgb(255 247 237 / 0.6);
}

.hover\:text-orange-50\/65:hover{
  color: rgb(255 247 237 / 0.65);
}

.hover\:text-orange-50\/70:hover{
  color: rgb(255 247 237 / 0.7);
}

.hover\:text-orange-50\/75:hover{
  color: rgb(255 247 237 / 0.75);
}

.hover\:text-orange-50\/80:hover{
  color: rgb(255 247 237 / 0.8);
}

.hover\:text-orange-50\/85:hover{
  color: rgb(255 247 237 / 0.85);
}

.hover\:text-orange-50\/90:hover{
  color: rgb(255 247 237 / 0.9);
}

.hover\:text-orange-50\/95:hover{
  color: rgb(255 247 237 / 0.95);
}

.hover\:text-orange-500:hover{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.hover\:text-orange-500\/0:hover{
  color: rgb(249 115 22 / 0);
}

.hover\:text-orange-500\/10:hover{
  color: rgb(249 115 22 / 0.1);
}

.hover\:text-orange-500\/100:hover{
  color: rgb(249 115 22 / 1);
}

.hover\:text-orange-500\/15:hover{
  color: rgb(249 115 22 / 0.15);
}

.hover\:text-orange-500\/20:hover{
  color: rgb(249 115 22 / 0.2);
}

.hover\:text-orange-500\/25:hover{
  color: rgb(249 115 22 / 0.25);
}

.hover\:text-orange-500\/30:hover{
  color: rgb(249 115 22 / 0.3);
}

.hover\:text-orange-500\/35:hover{
  color: rgb(249 115 22 / 0.35);
}

.hover\:text-orange-500\/40:hover{
  color: rgb(249 115 22 / 0.4);
}

.hover\:text-orange-500\/45:hover{
  color: rgb(249 115 22 / 0.45);
}

.hover\:text-orange-500\/5:hover{
  color: rgb(249 115 22 / 0.05);
}

.hover\:text-orange-500\/50:hover{
  color: rgb(249 115 22 / 0.5);
}

.hover\:text-orange-500\/55:hover{
  color: rgb(249 115 22 / 0.55);
}

.hover\:text-orange-500\/60:hover{
  color: rgb(249 115 22 / 0.6);
}

.hover\:text-orange-500\/65:hover{
  color: rgb(249 115 22 / 0.65);
}

.hover\:text-orange-500\/70:hover{
  color: rgb(249 115 22 / 0.7);
}

.hover\:text-orange-500\/75:hover{
  color: rgb(249 115 22 / 0.75);
}

.hover\:text-orange-500\/80:hover{
  color: rgb(249 115 22 / 0.8);
}

.hover\:text-orange-500\/85:hover{
  color: rgb(249 115 22 / 0.85);
}

.hover\:text-orange-500\/90:hover{
  color: rgb(249 115 22 / 0.9);
}

.hover\:text-orange-500\/95:hover{
  color: rgb(249 115 22 / 0.95);
}

.hover\:text-orange-600:hover{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.hover\:text-orange-600\/0:hover{
  color: rgb(234 88 12 / 0);
}

.hover\:text-orange-600\/10:hover{
  color: rgb(234 88 12 / 0.1);
}

.hover\:text-orange-600\/100:hover{
  color: rgb(234 88 12 / 1);
}

.hover\:text-orange-600\/15:hover{
  color: rgb(234 88 12 / 0.15);
}

.hover\:text-orange-600\/20:hover{
  color: rgb(234 88 12 / 0.2);
}

.hover\:text-orange-600\/25:hover{
  color: rgb(234 88 12 / 0.25);
}

.hover\:text-orange-600\/30:hover{
  color: rgb(234 88 12 / 0.3);
}

.hover\:text-orange-600\/35:hover{
  color: rgb(234 88 12 / 0.35);
}

.hover\:text-orange-600\/40:hover{
  color: rgb(234 88 12 / 0.4);
}

.hover\:text-orange-600\/45:hover{
  color: rgb(234 88 12 / 0.45);
}

.hover\:text-orange-600\/5:hover{
  color: rgb(234 88 12 / 0.05);
}

.hover\:text-orange-600\/50:hover{
  color: rgb(234 88 12 / 0.5);
}

.hover\:text-orange-600\/55:hover{
  color: rgb(234 88 12 / 0.55);
}

.hover\:text-orange-600\/60:hover{
  color: rgb(234 88 12 / 0.6);
}

.hover\:text-orange-600\/65:hover{
  color: rgb(234 88 12 / 0.65);
}

.hover\:text-orange-600\/70:hover{
  color: rgb(234 88 12 / 0.7);
}

.hover\:text-orange-600\/75:hover{
  color: rgb(234 88 12 / 0.75);
}

.hover\:text-orange-600\/80:hover{
  color: rgb(234 88 12 / 0.8);
}

.hover\:text-orange-600\/85:hover{
  color: rgb(234 88 12 / 0.85);
}

.hover\:text-orange-600\/90:hover{
  color: rgb(234 88 12 / 0.9);
}

.hover\:text-orange-600\/95:hover{
  color: rgb(234 88 12 / 0.95);
}

.hover\:text-orange-700:hover{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.hover\:text-orange-700\/0:hover{
  color: rgb(194 65 12 / 0);
}

.hover\:text-orange-700\/10:hover{
  color: rgb(194 65 12 / 0.1);
}

.hover\:text-orange-700\/100:hover{
  color: rgb(194 65 12 / 1);
}

.hover\:text-orange-700\/15:hover{
  color: rgb(194 65 12 / 0.15);
}

.hover\:text-orange-700\/20:hover{
  color: rgb(194 65 12 / 0.2);
}

.hover\:text-orange-700\/25:hover{
  color: rgb(194 65 12 / 0.25);
}

.hover\:text-orange-700\/30:hover{
  color: rgb(194 65 12 / 0.3);
}

.hover\:text-orange-700\/35:hover{
  color: rgb(194 65 12 / 0.35);
}

.hover\:text-orange-700\/40:hover{
  color: rgb(194 65 12 / 0.4);
}

.hover\:text-orange-700\/45:hover{
  color: rgb(194 65 12 / 0.45);
}

.hover\:text-orange-700\/5:hover{
  color: rgb(194 65 12 / 0.05);
}

.hover\:text-orange-700\/50:hover{
  color: rgb(194 65 12 / 0.5);
}

.hover\:text-orange-700\/55:hover{
  color: rgb(194 65 12 / 0.55);
}

.hover\:text-orange-700\/60:hover{
  color: rgb(194 65 12 / 0.6);
}

.hover\:text-orange-700\/65:hover{
  color: rgb(194 65 12 / 0.65);
}

.hover\:text-orange-700\/70:hover{
  color: rgb(194 65 12 / 0.7);
}

.hover\:text-orange-700\/75:hover{
  color: rgb(194 65 12 / 0.75);
}

.hover\:text-orange-700\/80:hover{
  color: rgb(194 65 12 / 0.8);
}

.hover\:text-orange-700\/85:hover{
  color: rgb(194 65 12 / 0.85);
}

.hover\:text-orange-700\/90:hover{
  color: rgb(194 65 12 / 0.9);
}

.hover\:text-orange-700\/95:hover{
  color: rgb(194 65 12 / 0.95);
}

.hover\:text-orange-800:hover{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.hover\:text-orange-800\/0:hover{
  color: rgb(154 52 18 / 0);
}

.hover\:text-orange-800\/10:hover{
  color: rgb(154 52 18 / 0.1);
}

.hover\:text-orange-800\/100:hover{
  color: rgb(154 52 18 / 1);
}

.hover\:text-orange-800\/15:hover{
  color: rgb(154 52 18 / 0.15);
}

.hover\:text-orange-800\/20:hover{
  color: rgb(154 52 18 / 0.2);
}

.hover\:text-orange-800\/25:hover{
  color: rgb(154 52 18 / 0.25);
}

.hover\:text-orange-800\/30:hover{
  color: rgb(154 52 18 / 0.3);
}

.hover\:text-orange-800\/35:hover{
  color: rgb(154 52 18 / 0.35);
}

.hover\:text-orange-800\/40:hover{
  color: rgb(154 52 18 / 0.4);
}

.hover\:text-orange-800\/45:hover{
  color: rgb(154 52 18 / 0.45);
}

.hover\:text-orange-800\/5:hover{
  color: rgb(154 52 18 / 0.05);
}

.hover\:text-orange-800\/50:hover{
  color: rgb(154 52 18 / 0.5);
}

.hover\:text-orange-800\/55:hover{
  color: rgb(154 52 18 / 0.55);
}

.hover\:text-orange-800\/60:hover{
  color: rgb(154 52 18 / 0.6);
}

.hover\:text-orange-800\/65:hover{
  color: rgb(154 52 18 / 0.65);
}

.hover\:text-orange-800\/70:hover{
  color: rgb(154 52 18 / 0.7);
}

.hover\:text-orange-800\/75:hover{
  color: rgb(154 52 18 / 0.75);
}

.hover\:text-orange-800\/80:hover{
  color: rgb(154 52 18 / 0.8);
}

.hover\:text-orange-800\/85:hover{
  color: rgb(154 52 18 / 0.85);
}

.hover\:text-orange-800\/90:hover{
  color: rgb(154 52 18 / 0.9);
}

.hover\:text-orange-800\/95:hover{
  color: rgb(154 52 18 / 0.95);
}

.hover\:text-orange-900:hover{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.hover\:text-orange-900\/0:hover{
  color: rgb(124 45 18 / 0);
}

.hover\:text-orange-900\/10:hover{
  color: rgb(124 45 18 / 0.1);
}

.hover\:text-orange-900\/100:hover{
  color: rgb(124 45 18 / 1);
}

.hover\:text-orange-900\/15:hover{
  color: rgb(124 45 18 / 0.15);
}

.hover\:text-orange-900\/20:hover{
  color: rgb(124 45 18 / 0.2);
}

.hover\:text-orange-900\/25:hover{
  color: rgb(124 45 18 / 0.25);
}

.hover\:text-orange-900\/30:hover{
  color: rgb(124 45 18 / 0.3);
}

.hover\:text-orange-900\/35:hover{
  color: rgb(124 45 18 / 0.35);
}

.hover\:text-orange-900\/40:hover{
  color: rgb(124 45 18 / 0.4);
}

.hover\:text-orange-900\/45:hover{
  color: rgb(124 45 18 / 0.45);
}

.hover\:text-orange-900\/5:hover{
  color: rgb(124 45 18 / 0.05);
}

.hover\:text-orange-900\/50:hover{
  color: rgb(124 45 18 / 0.5);
}

.hover\:text-orange-900\/55:hover{
  color: rgb(124 45 18 / 0.55);
}

.hover\:text-orange-900\/60:hover{
  color: rgb(124 45 18 / 0.6);
}

.hover\:text-orange-900\/65:hover{
  color: rgb(124 45 18 / 0.65);
}

.hover\:text-orange-900\/70:hover{
  color: rgb(124 45 18 / 0.7);
}

.hover\:text-orange-900\/75:hover{
  color: rgb(124 45 18 / 0.75);
}

.hover\:text-orange-900\/80:hover{
  color: rgb(124 45 18 / 0.8);
}

.hover\:text-orange-900\/85:hover{
  color: rgb(124 45 18 / 0.85);
}

.hover\:text-orange-900\/90:hover{
  color: rgb(124 45 18 / 0.9);
}

.hover\:text-orange-900\/95:hover{
  color: rgb(124 45 18 / 0.95);
}

.hover\:text-orange-950:hover{
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}

.hover\:text-orange-950\/0:hover{
  color: rgb(67 20 7 / 0);
}

.hover\:text-orange-950\/10:hover{
  color: rgb(67 20 7 / 0.1);
}

.hover\:text-orange-950\/100:hover{
  color: rgb(67 20 7 / 1);
}

.hover\:text-orange-950\/15:hover{
  color: rgb(67 20 7 / 0.15);
}

.hover\:text-orange-950\/20:hover{
  color: rgb(67 20 7 / 0.2);
}

.hover\:text-orange-950\/25:hover{
  color: rgb(67 20 7 / 0.25);
}

.hover\:text-orange-950\/30:hover{
  color: rgb(67 20 7 / 0.3);
}

.hover\:text-orange-950\/35:hover{
  color: rgb(67 20 7 / 0.35);
}

.hover\:text-orange-950\/40:hover{
  color: rgb(67 20 7 / 0.4);
}

.hover\:text-orange-950\/45:hover{
  color: rgb(67 20 7 / 0.45);
}

.hover\:text-orange-950\/5:hover{
  color: rgb(67 20 7 / 0.05);
}

.hover\:text-orange-950\/50:hover{
  color: rgb(67 20 7 / 0.5);
}

.hover\:text-orange-950\/55:hover{
  color: rgb(67 20 7 / 0.55);
}

.hover\:text-orange-950\/60:hover{
  color: rgb(67 20 7 / 0.6);
}

.hover\:text-orange-950\/65:hover{
  color: rgb(67 20 7 / 0.65);
}

.hover\:text-orange-950\/70:hover{
  color: rgb(67 20 7 / 0.7);
}

.hover\:text-orange-950\/75:hover{
  color: rgb(67 20 7 / 0.75);
}

.hover\:text-orange-950\/80:hover{
  color: rgb(67 20 7 / 0.8);
}

.hover\:text-orange-950\/85:hover{
  color: rgb(67 20 7 / 0.85);
}

.hover\:text-orange-950\/90:hover{
  color: rgb(67 20 7 / 0.9);
}

.hover\:text-orange-950\/95:hover{
  color: rgb(67 20 7 / 0.95);
}

.hover\:text-pink-100:hover{
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}

.hover\:text-pink-100\/0:hover{
  color: rgb(252 231 243 / 0);
}

.hover\:text-pink-100\/10:hover{
  color: rgb(252 231 243 / 0.1);
}

.hover\:text-pink-100\/100:hover{
  color: rgb(252 231 243 / 1);
}

.hover\:text-pink-100\/15:hover{
  color: rgb(252 231 243 / 0.15);
}

.hover\:text-pink-100\/20:hover{
  color: rgb(252 231 243 / 0.2);
}

.hover\:text-pink-100\/25:hover{
  color: rgb(252 231 243 / 0.25);
}

.hover\:text-pink-100\/30:hover{
  color: rgb(252 231 243 / 0.3);
}

.hover\:text-pink-100\/35:hover{
  color: rgb(252 231 243 / 0.35);
}

.hover\:text-pink-100\/40:hover{
  color: rgb(252 231 243 / 0.4);
}

.hover\:text-pink-100\/45:hover{
  color: rgb(252 231 243 / 0.45);
}

.hover\:text-pink-100\/5:hover{
  color: rgb(252 231 243 / 0.05);
}

.hover\:text-pink-100\/50:hover{
  color: rgb(252 231 243 / 0.5);
}

.hover\:text-pink-100\/55:hover{
  color: rgb(252 231 243 / 0.55);
}

.hover\:text-pink-100\/60:hover{
  color: rgb(252 231 243 / 0.6);
}

.hover\:text-pink-100\/65:hover{
  color: rgb(252 231 243 / 0.65);
}

.hover\:text-pink-100\/70:hover{
  color: rgb(252 231 243 / 0.7);
}

.hover\:text-pink-100\/75:hover{
  color: rgb(252 231 243 / 0.75);
}

.hover\:text-pink-100\/80:hover{
  color: rgb(252 231 243 / 0.8);
}

.hover\:text-pink-100\/85:hover{
  color: rgb(252 231 243 / 0.85);
}

.hover\:text-pink-100\/90:hover{
  color: rgb(252 231 243 / 0.9);
}

.hover\:text-pink-100\/95:hover{
  color: rgb(252 231 243 / 0.95);
}

.hover\:text-pink-200:hover{
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}

.hover\:text-pink-200\/0:hover{
  color: rgb(251 207 232 / 0);
}

.hover\:text-pink-200\/10:hover{
  color: rgb(251 207 232 / 0.1);
}

.hover\:text-pink-200\/100:hover{
  color: rgb(251 207 232 / 1);
}

.hover\:text-pink-200\/15:hover{
  color: rgb(251 207 232 / 0.15);
}

.hover\:text-pink-200\/20:hover{
  color: rgb(251 207 232 / 0.2);
}

.hover\:text-pink-200\/25:hover{
  color: rgb(251 207 232 / 0.25);
}

.hover\:text-pink-200\/30:hover{
  color: rgb(251 207 232 / 0.3);
}

.hover\:text-pink-200\/35:hover{
  color: rgb(251 207 232 / 0.35);
}

.hover\:text-pink-200\/40:hover{
  color: rgb(251 207 232 / 0.4);
}

.hover\:text-pink-200\/45:hover{
  color: rgb(251 207 232 / 0.45);
}

.hover\:text-pink-200\/5:hover{
  color: rgb(251 207 232 / 0.05);
}

.hover\:text-pink-200\/50:hover{
  color: rgb(251 207 232 / 0.5);
}

.hover\:text-pink-200\/55:hover{
  color: rgb(251 207 232 / 0.55);
}

.hover\:text-pink-200\/60:hover{
  color: rgb(251 207 232 / 0.6);
}

.hover\:text-pink-200\/65:hover{
  color: rgb(251 207 232 / 0.65);
}

.hover\:text-pink-200\/70:hover{
  color: rgb(251 207 232 / 0.7);
}

.hover\:text-pink-200\/75:hover{
  color: rgb(251 207 232 / 0.75);
}

.hover\:text-pink-200\/80:hover{
  color: rgb(251 207 232 / 0.8);
}

.hover\:text-pink-200\/85:hover{
  color: rgb(251 207 232 / 0.85);
}

.hover\:text-pink-200\/90:hover{
  color: rgb(251 207 232 / 0.9);
}

.hover\:text-pink-200\/95:hover{
  color: rgb(251 207 232 / 0.95);
}

.hover\:text-pink-300:hover{
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}

.hover\:text-pink-300\/0:hover{
  color: rgb(249 168 212 / 0);
}

.hover\:text-pink-300\/10:hover{
  color: rgb(249 168 212 / 0.1);
}

.hover\:text-pink-300\/100:hover{
  color: rgb(249 168 212 / 1);
}

.hover\:text-pink-300\/15:hover{
  color: rgb(249 168 212 / 0.15);
}

.hover\:text-pink-300\/20:hover{
  color: rgb(249 168 212 / 0.2);
}

.hover\:text-pink-300\/25:hover{
  color: rgb(249 168 212 / 0.25);
}

.hover\:text-pink-300\/30:hover{
  color: rgb(249 168 212 / 0.3);
}

.hover\:text-pink-300\/35:hover{
  color: rgb(249 168 212 / 0.35);
}

.hover\:text-pink-300\/40:hover{
  color: rgb(249 168 212 / 0.4);
}

.hover\:text-pink-300\/45:hover{
  color: rgb(249 168 212 / 0.45);
}

.hover\:text-pink-300\/5:hover{
  color: rgb(249 168 212 / 0.05);
}

.hover\:text-pink-300\/50:hover{
  color: rgb(249 168 212 / 0.5);
}

.hover\:text-pink-300\/55:hover{
  color: rgb(249 168 212 / 0.55);
}

.hover\:text-pink-300\/60:hover{
  color: rgb(249 168 212 / 0.6);
}

.hover\:text-pink-300\/65:hover{
  color: rgb(249 168 212 / 0.65);
}

.hover\:text-pink-300\/70:hover{
  color: rgb(249 168 212 / 0.7);
}

.hover\:text-pink-300\/75:hover{
  color: rgb(249 168 212 / 0.75);
}

.hover\:text-pink-300\/80:hover{
  color: rgb(249 168 212 / 0.8);
}

.hover\:text-pink-300\/85:hover{
  color: rgb(249 168 212 / 0.85);
}

.hover\:text-pink-300\/90:hover{
  color: rgb(249 168 212 / 0.9);
}

.hover\:text-pink-300\/95:hover{
  color: rgb(249 168 212 / 0.95);
}

.hover\:text-pink-400:hover{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.hover\:text-pink-400\/0:hover{
  color: rgb(244 114 182 / 0);
}

.hover\:text-pink-400\/10:hover{
  color: rgb(244 114 182 / 0.1);
}

.hover\:text-pink-400\/100:hover{
  color: rgb(244 114 182 / 1);
}

.hover\:text-pink-400\/15:hover{
  color: rgb(244 114 182 / 0.15);
}

.hover\:text-pink-400\/20:hover{
  color: rgb(244 114 182 / 0.2);
}

.hover\:text-pink-400\/25:hover{
  color: rgb(244 114 182 / 0.25);
}

.hover\:text-pink-400\/30:hover{
  color: rgb(244 114 182 / 0.3);
}

.hover\:text-pink-400\/35:hover{
  color: rgb(244 114 182 / 0.35);
}

.hover\:text-pink-400\/40:hover{
  color: rgb(244 114 182 / 0.4);
}

.hover\:text-pink-400\/45:hover{
  color: rgb(244 114 182 / 0.45);
}

.hover\:text-pink-400\/5:hover{
  color: rgb(244 114 182 / 0.05);
}

.hover\:text-pink-400\/50:hover{
  color: rgb(244 114 182 / 0.5);
}

.hover\:text-pink-400\/55:hover{
  color: rgb(244 114 182 / 0.55);
}

.hover\:text-pink-400\/60:hover{
  color: rgb(244 114 182 / 0.6);
}

.hover\:text-pink-400\/65:hover{
  color: rgb(244 114 182 / 0.65);
}

.hover\:text-pink-400\/70:hover{
  color: rgb(244 114 182 / 0.7);
}

.hover\:text-pink-400\/75:hover{
  color: rgb(244 114 182 / 0.75);
}

.hover\:text-pink-400\/80:hover{
  color: rgb(244 114 182 / 0.8);
}

.hover\:text-pink-400\/85:hover{
  color: rgb(244 114 182 / 0.85);
}

.hover\:text-pink-400\/90:hover{
  color: rgb(244 114 182 / 0.9);
}

.hover\:text-pink-400\/95:hover{
  color: rgb(244 114 182 / 0.95);
}

.hover\:text-pink-50:hover{
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}

.hover\:text-pink-50\/0:hover{
  color: rgb(253 242 248 / 0);
}

.hover\:text-pink-50\/10:hover{
  color: rgb(253 242 248 / 0.1);
}

.hover\:text-pink-50\/100:hover{
  color: rgb(253 242 248 / 1);
}

.hover\:text-pink-50\/15:hover{
  color: rgb(253 242 248 / 0.15);
}

.hover\:text-pink-50\/20:hover{
  color: rgb(253 242 248 / 0.2);
}

.hover\:text-pink-50\/25:hover{
  color: rgb(253 242 248 / 0.25);
}

.hover\:text-pink-50\/30:hover{
  color: rgb(253 242 248 / 0.3);
}

.hover\:text-pink-50\/35:hover{
  color: rgb(253 242 248 / 0.35);
}

.hover\:text-pink-50\/40:hover{
  color: rgb(253 242 248 / 0.4);
}

.hover\:text-pink-50\/45:hover{
  color: rgb(253 242 248 / 0.45);
}

.hover\:text-pink-50\/5:hover{
  color: rgb(253 242 248 / 0.05);
}

.hover\:text-pink-50\/50:hover{
  color: rgb(253 242 248 / 0.5);
}

.hover\:text-pink-50\/55:hover{
  color: rgb(253 242 248 / 0.55);
}

.hover\:text-pink-50\/60:hover{
  color: rgb(253 242 248 / 0.6);
}

.hover\:text-pink-50\/65:hover{
  color: rgb(253 242 248 / 0.65);
}

.hover\:text-pink-50\/70:hover{
  color: rgb(253 242 248 / 0.7);
}

.hover\:text-pink-50\/75:hover{
  color: rgb(253 242 248 / 0.75);
}

.hover\:text-pink-50\/80:hover{
  color: rgb(253 242 248 / 0.8);
}

.hover\:text-pink-50\/85:hover{
  color: rgb(253 242 248 / 0.85);
}

.hover\:text-pink-50\/90:hover{
  color: rgb(253 242 248 / 0.9);
}

.hover\:text-pink-50\/95:hover{
  color: rgb(253 242 248 / 0.95);
}

.hover\:text-pink-500:hover{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.hover\:text-pink-500\/0:hover{
  color: rgb(236 72 153 / 0);
}

.hover\:text-pink-500\/10:hover{
  color: rgb(236 72 153 / 0.1);
}

.hover\:text-pink-500\/100:hover{
  color: rgb(236 72 153 / 1);
}

.hover\:text-pink-500\/15:hover{
  color: rgb(236 72 153 / 0.15);
}

.hover\:text-pink-500\/20:hover{
  color: rgb(236 72 153 / 0.2);
}

.hover\:text-pink-500\/25:hover{
  color: rgb(236 72 153 / 0.25);
}

.hover\:text-pink-500\/30:hover{
  color: rgb(236 72 153 / 0.3);
}

.hover\:text-pink-500\/35:hover{
  color: rgb(236 72 153 / 0.35);
}

.hover\:text-pink-500\/40:hover{
  color: rgb(236 72 153 / 0.4);
}

.hover\:text-pink-500\/45:hover{
  color: rgb(236 72 153 / 0.45);
}

.hover\:text-pink-500\/5:hover{
  color: rgb(236 72 153 / 0.05);
}

.hover\:text-pink-500\/50:hover{
  color: rgb(236 72 153 / 0.5);
}

.hover\:text-pink-500\/55:hover{
  color: rgb(236 72 153 / 0.55);
}

.hover\:text-pink-500\/60:hover{
  color: rgb(236 72 153 / 0.6);
}

.hover\:text-pink-500\/65:hover{
  color: rgb(236 72 153 / 0.65);
}

.hover\:text-pink-500\/70:hover{
  color: rgb(236 72 153 / 0.7);
}

.hover\:text-pink-500\/75:hover{
  color: rgb(236 72 153 / 0.75);
}

.hover\:text-pink-500\/80:hover{
  color: rgb(236 72 153 / 0.8);
}

.hover\:text-pink-500\/85:hover{
  color: rgb(236 72 153 / 0.85);
}

.hover\:text-pink-500\/90:hover{
  color: rgb(236 72 153 / 0.9);
}

.hover\:text-pink-500\/95:hover{
  color: rgb(236 72 153 / 0.95);
}

.hover\:text-pink-600:hover{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.hover\:text-pink-600\/0:hover{
  color: rgb(219 39 119 / 0);
}

.hover\:text-pink-600\/10:hover{
  color: rgb(219 39 119 / 0.1);
}

.hover\:text-pink-600\/100:hover{
  color: rgb(219 39 119 / 1);
}

.hover\:text-pink-600\/15:hover{
  color: rgb(219 39 119 / 0.15);
}

.hover\:text-pink-600\/20:hover{
  color: rgb(219 39 119 / 0.2);
}

.hover\:text-pink-600\/25:hover{
  color: rgb(219 39 119 / 0.25);
}

.hover\:text-pink-600\/30:hover{
  color: rgb(219 39 119 / 0.3);
}

.hover\:text-pink-600\/35:hover{
  color: rgb(219 39 119 / 0.35);
}

.hover\:text-pink-600\/40:hover{
  color: rgb(219 39 119 / 0.4);
}

.hover\:text-pink-600\/45:hover{
  color: rgb(219 39 119 / 0.45);
}

.hover\:text-pink-600\/5:hover{
  color: rgb(219 39 119 / 0.05);
}

.hover\:text-pink-600\/50:hover{
  color: rgb(219 39 119 / 0.5);
}

.hover\:text-pink-600\/55:hover{
  color: rgb(219 39 119 / 0.55);
}

.hover\:text-pink-600\/60:hover{
  color: rgb(219 39 119 / 0.6);
}

.hover\:text-pink-600\/65:hover{
  color: rgb(219 39 119 / 0.65);
}

.hover\:text-pink-600\/70:hover{
  color: rgb(219 39 119 / 0.7);
}

.hover\:text-pink-600\/75:hover{
  color: rgb(219 39 119 / 0.75);
}

.hover\:text-pink-600\/80:hover{
  color: rgb(219 39 119 / 0.8);
}

.hover\:text-pink-600\/85:hover{
  color: rgb(219 39 119 / 0.85);
}

.hover\:text-pink-600\/90:hover{
  color: rgb(219 39 119 / 0.9);
}

.hover\:text-pink-600\/95:hover{
  color: rgb(219 39 119 / 0.95);
}

.hover\:text-pink-700:hover{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}

.hover\:text-pink-700\/0:hover{
  color: rgb(190 24 93 / 0);
}

.hover\:text-pink-700\/10:hover{
  color: rgb(190 24 93 / 0.1);
}

.hover\:text-pink-700\/100:hover{
  color: rgb(190 24 93 / 1);
}

.hover\:text-pink-700\/15:hover{
  color: rgb(190 24 93 / 0.15);
}

.hover\:text-pink-700\/20:hover{
  color: rgb(190 24 93 / 0.2);
}

.hover\:text-pink-700\/25:hover{
  color: rgb(190 24 93 / 0.25);
}

.hover\:text-pink-700\/30:hover{
  color: rgb(190 24 93 / 0.3);
}

.hover\:text-pink-700\/35:hover{
  color: rgb(190 24 93 / 0.35);
}

.hover\:text-pink-700\/40:hover{
  color: rgb(190 24 93 / 0.4);
}

.hover\:text-pink-700\/45:hover{
  color: rgb(190 24 93 / 0.45);
}

.hover\:text-pink-700\/5:hover{
  color: rgb(190 24 93 / 0.05);
}

.hover\:text-pink-700\/50:hover{
  color: rgb(190 24 93 / 0.5);
}

.hover\:text-pink-700\/55:hover{
  color: rgb(190 24 93 / 0.55);
}

.hover\:text-pink-700\/60:hover{
  color: rgb(190 24 93 / 0.6);
}

.hover\:text-pink-700\/65:hover{
  color: rgb(190 24 93 / 0.65);
}

.hover\:text-pink-700\/70:hover{
  color: rgb(190 24 93 / 0.7);
}

.hover\:text-pink-700\/75:hover{
  color: rgb(190 24 93 / 0.75);
}

.hover\:text-pink-700\/80:hover{
  color: rgb(190 24 93 / 0.8);
}

.hover\:text-pink-700\/85:hover{
  color: rgb(190 24 93 / 0.85);
}

.hover\:text-pink-700\/90:hover{
  color: rgb(190 24 93 / 0.9);
}

.hover\:text-pink-700\/95:hover{
  color: rgb(190 24 93 / 0.95);
}

.hover\:text-pink-800:hover{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}

.hover\:text-pink-800\/0:hover{
  color: rgb(157 23 77 / 0);
}

.hover\:text-pink-800\/10:hover{
  color: rgb(157 23 77 / 0.1);
}

.hover\:text-pink-800\/100:hover{
  color: rgb(157 23 77 / 1);
}

.hover\:text-pink-800\/15:hover{
  color: rgb(157 23 77 / 0.15);
}

.hover\:text-pink-800\/20:hover{
  color: rgb(157 23 77 / 0.2);
}

.hover\:text-pink-800\/25:hover{
  color: rgb(157 23 77 / 0.25);
}

.hover\:text-pink-800\/30:hover{
  color: rgb(157 23 77 / 0.3);
}

.hover\:text-pink-800\/35:hover{
  color: rgb(157 23 77 / 0.35);
}

.hover\:text-pink-800\/40:hover{
  color: rgb(157 23 77 / 0.4);
}

.hover\:text-pink-800\/45:hover{
  color: rgb(157 23 77 / 0.45);
}

.hover\:text-pink-800\/5:hover{
  color: rgb(157 23 77 / 0.05);
}

.hover\:text-pink-800\/50:hover{
  color: rgb(157 23 77 / 0.5);
}

.hover\:text-pink-800\/55:hover{
  color: rgb(157 23 77 / 0.55);
}

.hover\:text-pink-800\/60:hover{
  color: rgb(157 23 77 / 0.6);
}

.hover\:text-pink-800\/65:hover{
  color: rgb(157 23 77 / 0.65);
}

.hover\:text-pink-800\/70:hover{
  color: rgb(157 23 77 / 0.7);
}

.hover\:text-pink-800\/75:hover{
  color: rgb(157 23 77 / 0.75);
}

.hover\:text-pink-800\/80:hover{
  color: rgb(157 23 77 / 0.8);
}

.hover\:text-pink-800\/85:hover{
  color: rgb(157 23 77 / 0.85);
}

.hover\:text-pink-800\/90:hover{
  color: rgb(157 23 77 / 0.9);
}

.hover\:text-pink-800\/95:hover{
  color: rgb(157 23 77 / 0.95);
}

.hover\:text-pink-900:hover{
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}

.hover\:text-pink-900\/0:hover{
  color: rgb(131 24 67 / 0);
}

.hover\:text-pink-900\/10:hover{
  color: rgb(131 24 67 / 0.1);
}

.hover\:text-pink-900\/100:hover{
  color: rgb(131 24 67 / 1);
}

.hover\:text-pink-900\/15:hover{
  color: rgb(131 24 67 / 0.15);
}

.hover\:text-pink-900\/20:hover{
  color: rgb(131 24 67 / 0.2);
}

.hover\:text-pink-900\/25:hover{
  color: rgb(131 24 67 / 0.25);
}

.hover\:text-pink-900\/30:hover{
  color: rgb(131 24 67 / 0.3);
}

.hover\:text-pink-900\/35:hover{
  color: rgb(131 24 67 / 0.35);
}

.hover\:text-pink-900\/40:hover{
  color: rgb(131 24 67 / 0.4);
}

.hover\:text-pink-900\/45:hover{
  color: rgb(131 24 67 / 0.45);
}

.hover\:text-pink-900\/5:hover{
  color: rgb(131 24 67 / 0.05);
}

.hover\:text-pink-900\/50:hover{
  color: rgb(131 24 67 / 0.5);
}

.hover\:text-pink-900\/55:hover{
  color: rgb(131 24 67 / 0.55);
}

.hover\:text-pink-900\/60:hover{
  color: rgb(131 24 67 / 0.6);
}

.hover\:text-pink-900\/65:hover{
  color: rgb(131 24 67 / 0.65);
}

.hover\:text-pink-900\/70:hover{
  color: rgb(131 24 67 / 0.7);
}

.hover\:text-pink-900\/75:hover{
  color: rgb(131 24 67 / 0.75);
}

.hover\:text-pink-900\/80:hover{
  color: rgb(131 24 67 / 0.8);
}

.hover\:text-pink-900\/85:hover{
  color: rgb(131 24 67 / 0.85);
}

.hover\:text-pink-900\/90:hover{
  color: rgb(131 24 67 / 0.9);
}

.hover\:text-pink-900\/95:hover{
  color: rgb(131 24 67 / 0.95);
}

.hover\:text-pink-950:hover{
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}

.hover\:text-pink-950\/0:hover{
  color: rgb(80 7 36 / 0);
}

.hover\:text-pink-950\/10:hover{
  color: rgb(80 7 36 / 0.1);
}

.hover\:text-pink-950\/100:hover{
  color: rgb(80 7 36 / 1);
}

.hover\:text-pink-950\/15:hover{
  color: rgb(80 7 36 / 0.15);
}

.hover\:text-pink-950\/20:hover{
  color: rgb(80 7 36 / 0.2);
}

.hover\:text-pink-950\/25:hover{
  color: rgb(80 7 36 / 0.25);
}

.hover\:text-pink-950\/30:hover{
  color: rgb(80 7 36 / 0.3);
}

.hover\:text-pink-950\/35:hover{
  color: rgb(80 7 36 / 0.35);
}

.hover\:text-pink-950\/40:hover{
  color: rgb(80 7 36 / 0.4);
}

.hover\:text-pink-950\/45:hover{
  color: rgb(80 7 36 / 0.45);
}

.hover\:text-pink-950\/5:hover{
  color: rgb(80 7 36 / 0.05);
}

.hover\:text-pink-950\/50:hover{
  color: rgb(80 7 36 / 0.5);
}

.hover\:text-pink-950\/55:hover{
  color: rgb(80 7 36 / 0.55);
}

.hover\:text-pink-950\/60:hover{
  color: rgb(80 7 36 / 0.6);
}

.hover\:text-pink-950\/65:hover{
  color: rgb(80 7 36 / 0.65);
}

.hover\:text-pink-950\/70:hover{
  color: rgb(80 7 36 / 0.7);
}

.hover\:text-pink-950\/75:hover{
  color: rgb(80 7 36 / 0.75);
}

.hover\:text-pink-950\/80:hover{
  color: rgb(80 7 36 / 0.8);
}

.hover\:text-pink-950\/85:hover{
  color: rgb(80 7 36 / 0.85);
}

.hover\:text-pink-950\/90:hover{
  color: rgb(80 7 36 / 0.9);
}

.hover\:text-pink-950\/95:hover{
  color: rgb(80 7 36 / 0.95);
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(85 70 192 / var(--tw-text-opacity));
}

.hover\:text-primary-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(71 57 169 / var(--tw-text-opacity));
}

.hover\:text-primary-hover\/0:hover{
  color: rgb(71 57 169 / 0);
}

.hover\:text-primary-hover\/10:hover{
  color: rgb(71 57 169 / 0.1);
}

.hover\:text-primary-hover\/100:hover{
  color: rgb(71 57 169 / 1);
}

.hover\:text-primary-hover\/15:hover{
  color: rgb(71 57 169 / 0.15);
}

.hover\:text-primary-hover\/20:hover{
  color: rgb(71 57 169 / 0.2);
}

.hover\:text-primary-hover\/25:hover{
  color: rgb(71 57 169 / 0.25);
}

.hover\:text-primary-hover\/30:hover{
  color: rgb(71 57 169 / 0.3);
}

.hover\:text-primary-hover\/35:hover{
  color: rgb(71 57 169 / 0.35);
}

.hover\:text-primary-hover\/40:hover{
  color: rgb(71 57 169 / 0.4);
}

.hover\:text-primary-hover\/45:hover{
  color: rgb(71 57 169 / 0.45);
}

.hover\:text-primary-hover\/5:hover{
  color: rgb(71 57 169 / 0.05);
}

.hover\:text-primary-hover\/50:hover{
  color: rgb(71 57 169 / 0.5);
}

.hover\:text-primary-hover\/55:hover{
  color: rgb(71 57 169 / 0.55);
}

.hover\:text-primary-hover\/60:hover{
  color: rgb(71 57 169 / 0.6);
}

.hover\:text-primary-hover\/65:hover{
  color: rgb(71 57 169 / 0.65);
}

.hover\:text-primary-hover\/70:hover{
  color: rgb(71 57 169 / 0.7);
}

.hover\:text-primary-hover\/75:hover{
  color: rgb(71 57 169 / 0.75);
}

.hover\:text-primary-hover\/80:hover{
  color: rgb(71 57 169 / 0.8);
}

.hover\:text-primary-hover\/85:hover{
  color: rgb(71 57 169 / 0.85);
}

.hover\:text-primary-hover\/90:hover{
  color: rgb(71 57 169 / 0.9);
}

.hover\:text-primary-hover\/95:hover{
  color: rgb(71 57 169 / 0.95);
}

.hover\:text-primary\/0:hover{
  color: rgb(85 70 192 / 0);
}

.hover\:text-primary\/10:hover{
  color: rgb(85 70 192 / 0.1);
}

.hover\:text-primary\/100:hover{
  color: rgb(85 70 192 / 1);
}

.hover\:text-primary\/15:hover{
  color: rgb(85 70 192 / 0.15);
}

.hover\:text-primary\/20:hover{
  color: rgb(85 70 192 / 0.2);
}

.hover\:text-primary\/25:hover{
  color: rgb(85 70 192 / 0.25);
}

.hover\:text-primary\/30:hover{
  color: rgb(85 70 192 / 0.3);
}

.hover\:text-primary\/35:hover{
  color: rgb(85 70 192 / 0.35);
}

.hover\:text-primary\/40:hover{
  color: rgb(85 70 192 / 0.4);
}

.hover\:text-primary\/45:hover{
  color: rgb(85 70 192 / 0.45);
}

.hover\:text-primary\/5:hover{
  color: rgb(85 70 192 / 0.05);
}

.hover\:text-primary\/50:hover{
  color: rgb(85 70 192 / 0.5);
}

.hover\:text-primary\/55:hover{
  color: rgb(85 70 192 / 0.55);
}

.hover\:text-primary\/60:hover{
  color: rgb(85 70 192 / 0.6);
}

.hover\:text-primary\/65:hover{
  color: rgb(85 70 192 / 0.65);
}

.hover\:text-primary\/70:hover{
  color: rgb(85 70 192 / 0.7);
}

.hover\:text-primary\/75:hover{
  color: rgb(85 70 192 / 0.75);
}

.hover\:text-primary\/80:hover{
  color: rgb(85 70 192 / 0.8);
}

.hover\:text-primary\/85:hover{
  color: rgb(85 70 192 / 0.85);
}

.hover\:text-primary\/90:hover{
  color: rgb(85 70 192 / 0.9);
}

.hover\:text-primary\/95:hover{
  color: rgb(85 70 192 / 0.95);
}

.hover\:text-purple-100:hover{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}

.hover\:text-purple-100\/0:hover{
  color: rgb(243 232 255 / 0);
}

.hover\:text-purple-100\/10:hover{
  color: rgb(243 232 255 / 0.1);
}

.hover\:text-purple-100\/100:hover{
  color: rgb(243 232 255 / 1);
}

.hover\:text-purple-100\/15:hover{
  color: rgb(243 232 255 / 0.15);
}

.hover\:text-purple-100\/20:hover{
  color: rgb(243 232 255 / 0.2);
}

.hover\:text-purple-100\/25:hover{
  color: rgb(243 232 255 / 0.25);
}

.hover\:text-purple-100\/30:hover{
  color: rgb(243 232 255 / 0.3);
}

.hover\:text-purple-100\/35:hover{
  color: rgb(243 232 255 / 0.35);
}

.hover\:text-purple-100\/40:hover{
  color: rgb(243 232 255 / 0.4);
}

.hover\:text-purple-100\/45:hover{
  color: rgb(243 232 255 / 0.45);
}

.hover\:text-purple-100\/5:hover{
  color: rgb(243 232 255 / 0.05);
}

.hover\:text-purple-100\/50:hover{
  color: rgb(243 232 255 / 0.5);
}

.hover\:text-purple-100\/55:hover{
  color: rgb(243 232 255 / 0.55);
}

.hover\:text-purple-100\/60:hover{
  color: rgb(243 232 255 / 0.6);
}

.hover\:text-purple-100\/65:hover{
  color: rgb(243 232 255 / 0.65);
}

.hover\:text-purple-100\/70:hover{
  color: rgb(243 232 255 / 0.7);
}

.hover\:text-purple-100\/75:hover{
  color: rgb(243 232 255 / 0.75);
}

.hover\:text-purple-100\/80:hover{
  color: rgb(243 232 255 / 0.8);
}

.hover\:text-purple-100\/85:hover{
  color: rgb(243 232 255 / 0.85);
}

.hover\:text-purple-100\/90:hover{
  color: rgb(243 232 255 / 0.9);
}

.hover\:text-purple-100\/95:hover{
  color: rgb(243 232 255 / 0.95);
}

.hover\:text-purple-200:hover{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}

.hover\:text-purple-200\/0:hover{
  color: rgb(233 213 255 / 0);
}

.hover\:text-purple-200\/10:hover{
  color: rgb(233 213 255 / 0.1);
}

.hover\:text-purple-200\/100:hover{
  color: rgb(233 213 255 / 1);
}

.hover\:text-purple-200\/15:hover{
  color: rgb(233 213 255 / 0.15);
}

.hover\:text-purple-200\/20:hover{
  color: rgb(233 213 255 / 0.2);
}

.hover\:text-purple-200\/25:hover{
  color: rgb(233 213 255 / 0.25);
}

.hover\:text-purple-200\/30:hover{
  color: rgb(233 213 255 / 0.3);
}

.hover\:text-purple-200\/35:hover{
  color: rgb(233 213 255 / 0.35);
}

.hover\:text-purple-200\/40:hover{
  color: rgb(233 213 255 / 0.4);
}

.hover\:text-purple-200\/45:hover{
  color: rgb(233 213 255 / 0.45);
}

.hover\:text-purple-200\/5:hover{
  color: rgb(233 213 255 / 0.05);
}

.hover\:text-purple-200\/50:hover{
  color: rgb(233 213 255 / 0.5);
}

.hover\:text-purple-200\/55:hover{
  color: rgb(233 213 255 / 0.55);
}

.hover\:text-purple-200\/60:hover{
  color: rgb(233 213 255 / 0.6);
}

.hover\:text-purple-200\/65:hover{
  color: rgb(233 213 255 / 0.65);
}

.hover\:text-purple-200\/70:hover{
  color: rgb(233 213 255 / 0.7);
}

.hover\:text-purple-200\/75:hover{
  color: rgb(233 213 255 / 0.75);
}

.hover\:text-purple-200\/80:hover{
  color: rgb(233 213 255 / 0.8);
}

.hover\:text-purple-200\/85:hover{
  color: rgb(233 213 255 / 0.85);
}

.hover\:text-purple-200\/90:hover{
  color: rgb(233 213 255 / 0.9);
}

.hover\:text-purple-200\/95:hover{
  color: rgb(233 213 255 / 0.95);
}

.hover\:text-purple-300:hover{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.hover\:text-purple-300\/0:hover{
  color: rgb(216 180 254 / 0);
}

.hover\:text-purple-300\/10:hover{
  color: rgb(216 180 254 / 0.1);
}

.hover\:text-purple-300\/100:hover{
  color: rgb(216 180 254 / 1);
}

.hover\:text-purple-300\/15:hover{
  color: rgb(216 180 254 / 0.15);
}

.hover\:text-purple-300\/20:hover{
  color: rgb(216 180 254 / 0.2);
}

.hover\:text-purple-300\/25:hover{
  color: rgb(216 180 254 / 0.25);
}

.hover\:text-purple-300\/30:hover{
  color: rgb(216 180 254 / 0.3);
}

.hover\:text-purple-300\/35:hover{
  color: rgb(216 180 254 / 0.35);
}

.hover\:text-purple-300\/40:hover{
  color: rgb(216 180 254 / 0.4);
}

.hover\:text-purple-300\/45:hover{
  color: rgb(216 180 254 / 0.45);
}

.hover\:text-purple-300\/5:hover{
  color: rgb(216 180 254 / 0.05);
}

.hover\:text-purple-300\/50:hover{
  color: rgb(216 180 254 / 0.5);
}

.hover\:text-purple-300\/55:hover{
  color: rgb(216 180 254 / 0.55);
}

.hover\:text-purple-300\/60:hover{
  color: rgb(216 180 254 / 0.6);
}

.hover\:text-purple-300\/65:hover{
  color: rgb(216 180 254 / 0.65);
}

.hover\:text-purple-300\/70:hover{
  color: rgb(216 180 254 / 0.7);
}

.hover\:text-purple-300\/75:hover{
  color: rgb(216 180 254 / 0.75);
}

.hover\:text-purple-300\/80:hover{
  color: rgb(216 180 254 / 0.8);
}

.hover\:text-purple-300\/85:hover{
  color: rgb(216 180 254 / 0.85);
}

.hover\:text-purple-300\/90:hover{
  color: rgb(216 180 254 / 0.9);
}

.hover\:text-purple-300\/95:hover{
  color: rgb(216 180 254 / 0.95);
}

.hover\:text-purple-400:hover{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.hover\:text-purple-400\/0:hover{
  color: rgb(192 132 252 / 0);
}

.hover\:text-purple-400\/10:hover{
  color: rgb(192 132 252 / 0.1);
}

.hover\:text-purple-400\/100:hover{
  color: rgb(192 132 252 / 1);
}

.hover\:text-purple-400\/15:hover{
  color: rgb(192 132 252 / 0.15);
}

.hover\:text-purple-400\/20:hover{
  color: rgb(192 132 252 / 0.2);
}

.hover\:text-purple-400\/25:hover{
  color: rgb(192 132 252 / 0.25);
}

.hover\:text-purple-400\/30:hover{
  color: rgb(192 132 252 / 0.3);
}

.hover\:text-purple-400\/35:hover{
  color: rgb(192 132 252 / 0.35);
}

.hover\:text-purple-400\/40:hover{
  color: rgb(192 132 252 / 0.4);
}

.hover\:text-purple-400\/45:hover{
  color: rgb(192 132 252 / 0.45);
}

.hover\:text-purple-400\/5:hover{
  color: rgb(192 132 252 / 0.05);
}

.hover\:text-purple-400\/50:hover{
  color: rgb(192 132 252 / 0.5);
}

.hover\:text-purple-400\/55:hover{
  color: rgb(192 132 252 / 0.55);
}

.hover\:text-purple-400\/60:hover{
  color: rgb(192 132 252 / 0.6);
}

.hover\:text-purple-400\/65:hover{
  color: rgb(192 132 252 / 0.65);
}

.hover\:text-purple-400\/70:hover{
  color: rgb(192 132 252 / 0.7);
}

.hover\:text-purple-400\/75:hover{
  color: rgb(192 132 252 / 0.75);
}

.hover\:text-purple-400\/80:hover{
  color: rgb(192 132 252 / 0.8);
}

.hover\:text-purple-400\/85:hover{
  color: rgb(192 132 252 / 0.85);
}

.hover\:text-purple-400\/90:hover{
  color: rgb(192 132 252 / 0.9);
}

.hover\:text-purple-400\/95:hover{
  color: rgb(192 132 252 / 0.95);
}

.hover\:text-purple-50:hover{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}

.hover\:text-purple-50\/0:hover{
  color: rgb(250 245 255 / 0);
}

.hover\:text-purple-50\/10:hover{
  color: rgb(250 245 255 / 0.1);
}

.hover\:text-purple-50\/100:hover{
  color: rgb(250 245 255 / 1);
}

.hover\:text-purple-50\/15:hover{
  color: rgb(250 245 255 / 0.15);
}

.hover\:text-purple-50\/20:hover{
  color: rgb(250 245 255 / 0.2);
}

.hover\:text-purple-50\/25:hover{
  color: rgb(250 245 255 / 0.25);
}

.hover\:text-purple-50\/30:hover{
  color: rgb(250 245 255 / 0.3);
}

.hover\:text-purple-50\/35:hover{
  color: rgb(250 245 255 / 0.35);
}

.hover\:text-purple-50\/40:hover{
  color: rgb(250 245 255 / 0.4);
}

.hover\:text-purple-50\/45:hover{
  color: rgb(250 245 255 / 0.45);
}

.hover\:text-purple-50\/5:hover{
  color: rgb(250 245 255 / 0.05);
}

.hover\:text-purple-50\/50:hover{
  color: rgb(250 245 255 / 0.5);
}

.hover\:text-purple-50\/55:hover{
  color: rgb(250 245 255 / 0.55);
}

.hover\:text-purple-50\/60:hover{
  color: rgb(250 245 255 / 0.6);
}

.hover\:text-purple-50\/65:hover{
  color: rgb(250 245 255 / 0.65);
}

.hover\:text-purple-50\/70:hover{
  color: rgb(250 245 255 / 0.7);
}

.hover\:text-purple-50\/75:hover{
  color: rgb(250 245 255 / 0.75);
}

.hover\:text-purple-50\/80:hover{
  color: rgb(250 245 255 / 0.8);
}

.hover\:text-purple-50\/85:hover{
  color: rgb(250 245 255 / 0.85);
}

.hover\:text-purple-50\/90:hover{
  color: rgb(250 245 255 / 0.9);
}

.hover\:text-purple-50\/95:hover{
  color: rgb(250 245 255 / 0.95);
}

.hover\:text-purple-500:hover{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.hover\:text-purple-500\/0:hover{
  color: rgb(168 85 247 / 0);
}

.hover\:text-purple-500\/10:hover{
  color: rgb(168 85 247 / 0.1);
}

.hover\:text-purple-500\/100:hover{
  color: rgb(168 85 247 / 1);
}

.hover\:text-purple-500\/15:hover{
  color: rgb(168 85 247 / 0.15);
}

.hover\:text-purple-500\/20:hover{
  color: rgb(168 85 247 / 0.2);
}

.hover\:text-purple-500\/25:hover{
  color: rgb(168 85 247 / 0.25);
}

.hover\:text-purple-500\/30:hover{
  color: rgb(168 85 247 / 0.3);
}

.hover\:text-purple-500\/35:hover{
  color: rgb(168 85 247 / 0.35);
}

.hover\:text-purple-500\/40:hover{
  color: rgb(168 85 247 / 0.4);
}

.hover\:text-purple-500\/45:hover{
  color: rgb(168 85 247 / 0.45);
}

.hover\:text-purple-500\/5:hover{
  color: rgb(168 85 247 / 0.05);
}

.hover\:text-purple-500\/50:hover{
  color: rgb(168 85 247 / 0.5);
}

.hover\:text-purple-500\/55:hover{
  color: rgb(168 85 247 / 0.55);
}

.hover\:text-purple-500\/60:hover{
  color: rgb(168 85 247 / 0.6);
}

.hover\:text-purple-500\/65:hover{
  color: rgb(168 85 247 / 0.65);
}

.hover\:text-purple-500\/70:hover{
  color: rgb(168 85 247 / 0.7);
}

.hover\:text-purple-500\/75:hover{
  color: rgb(168 85 247 / 0.75);
}

.hover\:text-purple-500\/80:hover{
  color: rgb(168 85 247 / 0.8);
}

.hover\:text-purple-500\/85:hover{
  color: rgb(168 85 247 / 0.85);
}

.hover\:text-purple-500\/90:hover{
  color: rgb(168 85 247 / 0.9);
}

.hover\:text-purple-500\/95:hover{
  color: rgb(168 85 247 / 0.95);
}

.hover\:text-purple-600:hover{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.hover\:text-purple-600\/0:hover{
  color: rgb(147 51 234 / 0);
}

.hover\:text-purple-600\/10:hover{
  color: rgb(147 51 234 / 0.1);
}

.hover\:text-purple-600\/100:hover{
  color: rgb(147 51 234 / 1);
}

.hover\:text-purple-600\/15:hover{
  color: rgb(147 51 234 / 0.15);
}

.hover\:text-purple-600\/20:hover{
  color: rgb(147 51 234 / 0.2);
}

.hover\:text-purple-600\/25:hover{
  color: rgb(147 51 234 / 0.25);
}

.hover\:text-purple-600\/30:hover{
  color: rgb(147 51 234 / 0.3);
}

.hover\:text-purple-600\/35:hover{
  color: rgb(147 51 234 / 0.35);
}

.hover\:text-purple-600\/40:hover{
  color: rgb(147 51 234 / 0.4);
}

.hover\:text-purple-600\/45:hover{
  color: rgb(147 51 234 / 0.45);
}

.hover\:text-purple-600\/5:hover{
  color: rgb(147 51 234 / 0.05);
}

.hover\:text-purple-600\/50:hover{
  color: rgb(147 51 234 / 0.5);
}

.hover\:text-purple-600\/55:hover{
  color: rgb(147 51 234 / 0.55);
}

.hover\:text-purple-600\/60:hover{
  color: rgb(147 51 234 / 0.6);
}

.hover\:text-purple-600\/65:hover{
  color: rgb(147 51 234 / 0.65);
}

.hover\:text-purple-600\/70:hover{
  color: rgb(147 51 234 / 0.7);
}

.hover\:text-purple-600\/75:hover{
  color: rgb(147 51 234 / 0.75);
}

.hover\:text-purple-600\/80:hover{
  color: rgb(147 51 234 / 0.8);
}

.hover\:text-purple-600\/85:hover{
  color: rgb(147 51 234 / 0.85);
}

.hover\:text-purple-600\/90:hover{
  color: rgb(147 51 234 / 0.9);
}

.hover\:text-purple-600\/95:hover{
  color: rgb(147 51 234 / 0.95);
}

.hover\:text-purple-700:hover{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.hover\:text-purple-700\/0:hover{
  color: rgb(126 34 206 / 0);
}

.hover\:text-purple-700\/10:hover{
  color: rgb(126 34 206 / 0.1);
}

.hover\:text-purple-700\/100:hover{
  color: rgb(126 34 206 / 1);
}

.hover\:text-purple-700\/15:hover{
  color: rgb(126 34 206 / 0.15);
}

.hover\:text-purple-700\/20:hover{
  color: rgb(126 34 206 / 0.2);
}

.hover\:text-purple-700\/25:hover{
  color: rgb(126 34 206 / 0.25);
}

.hover\:text-purple-700\/30:hover{
  color: rgb(126 34 206 / 0.3);
}

.hover\:text-purple-700\/35:hover{
  color: rgb(126 34 206 / 0.35);
}

.hover\:text-purple-700\/40:hover{
  color: rgb(126 34 206 / 0.4);
}

.hover\:text-purple-700\/45:hover{
  color: rgb(126 34 206 / 0.45);
}

.hover\:text-purple-700\/5:hover{
  color: rgb(126 34 206 / 0.05);
}

.hover\:text-purple-700\/50:hover{
  color: rgb(126 34 206 / 0.5);
}

.hover\:text-purple-700\/55:hover{
  color: rgb(126 34 206 / 0.55);
}

.hover\:text-purple-700\/60:hover{
  color: rgb(126 34 206 / 0.6);
}

.hover\:text-purple-700\/65:hover{
  color: rgb(126 34 206 / 0.65);
}

.hover\:text-purple-700\/70:hover{
  color: rgb(126 34 206 / 0.7);
}

.hover\:text-purple-700\/75:hover{
  color: rgb(126 34 206 / 0.75);
}

.hover\:text-purple-700\/80:hover{
  color: rgb(126 34 206 / 0.8);
}

.hover\:text-purple-700\/85:hover{
  color: rgb(126 34 206 / 0.85);
}

.hover\:text-purple-700\/90:hover{
  color: rgb(126 34 206 / 0.9);
}

.hover\:text-purple-700\/95:hover{
  color: rgb(126 34 206 / 0.95);
}

.hover\:text-purple-800:hover{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.hover\:text-purple-800\/0:hover{
  color: rgb(107 33 168 / 0);
}

.hover\:text-purple-800\/10:hover{
  color: rgb(107 33 168 / 0.1);
}

.hover\:text-purple-800\/100:hover{
  color: rgb(107 33 168 / 1);
}

.hover\:text-purple-800\/15:hover{
  color: rgb(107 33 168 / 0.15);
}

.hover\:text-purple-800\/20:hover{
  color: rgb(107 33 168 / 0.2);
}

.hover\:text-purple-800\/25:hover{
  color: rgb(107 33 168 / 0.25);
}

.hover\:text-purple-800\/30:hover{
  color: rgb(107 33 168 / 0.3);
}

.hover\:text-purple-800\/35:hover{
  color: rgb(107 33 168 / 0.35);
}

.hover\:text-purple-800\/40:hover{
  color: rgb(107 33 168 / 0.4);
}

.hover\:text-purple-800\/45:hover{
  color: rgb(107 33 168 / 0.45);
}

.hover\:text-purple-800\/5:hover{
  color: rgb(107 33 168 / 0.05);
}

.hover\:text-purple-800\/50:hover{
  color: rgb(107 33 168 / 0.5);
}

.hover\:text-purple-800\/55:hover{
  color: rgb(107 33 168 / 0.55);
}

.hover\:text-purple-800\/60:hover{
  color: rgb(107 33 168 / 0.6);
}

.hover\:text-purple-800\/65:hover{
  color: rgb(107 33 168 / 0.65);
}

.hover\:text-purple-800\/70:hover{
  color: rgb(107 33 168 / 0.7);
}

.hover\:text-purple-800\/75:hover{
  color: rgb(107 33 168 / 0.75);
}

.hover\:text-purple-800\/80:hover{
  color: rgb(107 33 168 / 0.8);
}

.hover\:text-purple-800\/85:hover{
  color: rgb(107 33 168 / 0.85);
}

.hover\:text-purple-800\/90:hover{
  color: rgb(107 33 168 / 0.9);
}

.hover\:text-purple-800\/95:hover{
  color: rgb(107 33 168 / 0.95);
}

.hover\:text-purple-900:hover{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.hover\:text-purple-900\/0:hover{
  color: rgb(88 28 135 / 0);
}

.hover\:text-purple-900\/10:hover{
  color: rgb(88 28 135 / 0.1);
}

.hover\:text-purple-900\/100:hover{
  color: rgb(88 28 135 / 1);
}

.hover\:text-purple-900\/15:hover{
  color: rgb(88 28 135 / 0.15);
}

.hover\:text-purple-900\/20:hover{
  color: rgb(88 28 135 / 0.2);
}

.hover\:text-purple-900\/25:hover{
  color: rgb(88 28 135 / 0.25);
}

.hover\:text-purple-900\/30:hover{
  color: rgb(88 28 135 / 0.3);
}

.hover\:text-purple-900\/35:hover{
  color: rgb(88 28 135 / 0.35);
}

.hover\:text-purple-900\/40:hover{
  color: rgb(88 28 135 / 0.4);
}

.hover\:text-purple-900\/45:hover{
  color: rgb(88 28 135 / 0.45);
}

.hover\:text-purple-900\/5:hover{
  color: rgb(88 28 135 / 0.05);
}

.hover\:text-purple-900\/50:hover{
  color: rgb(88 28 135 / 0.5);
}

.hover\:text-purple-900\/55:hover{
  color: rgb(88 28 135 / 0.55);
}

.hover\:text-purple-900\/60:hover{
  color: rgb(88 28 135 / 0.6);
}

.hover\:text-purple-900\/65:hover{
  color: rgb(88 28 135 / 0.65);
}

.hover\:text-purple-900\/70:hover{
  color: rgb(88 28 135 / 0.7);
}

.hover\:text-purple-900\/75:hover{
  color: rgb(88 28 135 / 0.75);
}

.hover\:text-purple-900\/80:hover{
  color: rgb(88 28 135 / 0.8);
}

.hover\:text-purple-900\/85:hover{
  color: rgb(88 28 135 / 0.85);
}

.hover\:text-purple-900\/90:hover{
  color: rgb(88 28 135 / 0.9);
}

.hover\:text-purple-900\/95:hover{
  color: rgb(88 28 135 / 0.95);
}

.hover\:text-purple-950:hover{
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}

.hover\:text-purple-950\/0:hover{
  color: rgb(59 7 100 / 0);
}

.hover\:text-purple-950\/10:hover{
  color: rgb(59 7 100 / 0.1);
}

.hover\:text-purple-950\/100:hover{
  color: rgb(59 7 100 / 1);
}

.hover\:text-purple-950\/15:hover{
  color: rgb(59 7 100 / 0.15);
}

.hover\:text-purple-950\/20:hover{
  color: rgb(59 7 100 / 0.2);
}

.hover\:text-purple-950\/25:hover{
  color: rgb(59 7 100 / 0.25);
}

.hover\:text-purple-950\/30:hover{
  color: rgb(59 7 100 / 0.3);
}

.hover\:text-purple-950\/35:hover{
  color: rgb(59 7 100 / 0.35);
}

.hover\:text-purple-950\/40:hover{
  color: rgb(59 7 100 / 0.4);
}

.hover\:text-purple-950\/45:hover{
  color: rgb(59 7 100 / 0.45);
}

.hover\:text-purple-950\/5:hover{
  color: rgb(59 7 100 / 0.05);
}

.hover\:text-purple-950\/50:hover{
  color: rgb(59 7 100 / 0.5);
}

.hover\:text-purple-950\/55:hover{
  color: rgb(59 7 100 / 0.55);
}

.hover\:text-purple-950\/60:hover{
  color: rgb(59 7 100 / 0.6);
}

.hover\:text-purple-950\/65:hover{
  color: rgb(59 7 100 / 0.65);
}

.hover\:text-purple-950\/70:hover{
  color: rgb(59 7 100 / 0.7);
}

.hover\:text-purple-950\/75:hover{
  color: rgb(59 7 100 / 0.75);
}

.hover\:text-purple-950\/80:hover{
  color: rgb(59 7 100 / 0.8);
}

.hover\:text-purple-950\/85:hover{
  color: rgb(59 7 100 / 0.85);
}

.hover\:text-purple-950\/90:hover{
  color: rgb(59 7 100 / 0.9);
}

.hover\:text-purple-950\/95:hover{
  color: rgb(59 7 100 / 0.95);
}

.hover\:text-quaternary:hover{
  --tw-text-opacity: 1;
  color: rgb(61 209 246 / var(--tw-text-opacity));
}

.hover\:text-quaternary-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(43 202 241 / var(--tw-text-opacity));
}

.hover\:text-quaternary-hover\/0:hover{
  color: rgb(43 202 241 / 0);
}

.hover\:text-quaternary-hover\/10:hover{
  color: rgb(43 202 241 / 0.1);
}

.hover\:text-quaternary-hover\/100:hover{
  color: rgb(43 202 241 / 1);
}

.hover\:text-quaternary-hover\/15:hover{
  color: rgb(43 202 241 / 0.15);
}

.hover\:text-quaternary-hover\/20:hover{
  color: rgb(43 202 241 / 0.2);
}

.hover\:text-quaternary-hover\/25:hover{
  color: rgb(43 202 241 / 0.25);
}

.hover\:text-quaternary-hover\/30:hover{
  color: rgb(43 202 241 / 0.3);
}

.hover\:text-quaternary-hover\/35:hover{
  color: rgb(43 202 241 / 0.35);
}

.hover\:text-quaternary-hover\/40:hover{
  color: rgb(43 202 241 / 0.4);
}

.hover\:text-quaternary-hover\/45:hover{
  color: rgb(43 202 241 / 0.45);
}

.hover\:text-quaternary-hover\/5:hover{
  color: rgb(43 202 241 / 0.05);
}

.hover\:text-quaternary-hover\/50:hover{
  color: rgb(43 202 241 / 0.5);
}

.hover\:text-quaternary-hover\/55:hover{
  color: rgb(43 202 241 / 0.55);
}

.hover\:text-quaternary-hover\/60:hover{
  color: rgb(43 202 241 / 0.6);
}

.hover\:text-quaternary-hover\/65:hover{
  color: rgb(43 202 241 / 0.65);
}

.hover\:text-quaternary-hover\/70:hover{
  color: rgb(43 202 241 / 0.7);
}

.hover\:text-quaternary-hover\/75:hover{
  color: rgb(43 202 241 / 0.75);
}

.hover\:text-quaternary-hover\/80:hover{
  color: rgb(43 202 241 / 0.8);
}

.hover\:text-quaternary-hover\/85:hover{
  color: rgb(43 202 241 / 0.85);
}

.hover\:text-quaternary-hover\/90:hover{
  color: rgb(43 202 241 / 0.9);
}

.hover\:text-quaternary-hover\/95:hover{
  color: rgb(43 202 241 / 0.95);
}

.hover\:text-quaternary\/0:hover{
  color: rgb(61 209 246 / 0);
}

.hover\:text-quaternary\/10:hover{
  color: rgb(61 209 246 / 0.1);
}

.hover\:text-quaternary\/100:hover{
  color: rgb(61 209 246 / 1);
}

.hover\:text-quaternary\/15:hover{
  color: rgb(61 209 246 / 0.15);
}

.hover\:text-quaternary\/20:hover{
  color: rgb(61 209 246 / 0.2);
}

.hover\:text-quaternary\/25:hover{
  color: rgb(61 209 246 / 0.25);
}

.hover\:text-quaternary\/30:hover{
  color: rgb(61 209 246 / 0.3);
}

.hover\:text-quaternary\/35:hover{
  color: rgb(61 209 246 / 0.35);
}

.hover\:text-quaternary\/40:hover{
  color: rgb(61 209 246 / 0.4);
}

.hover\:text-quaternary\/45:hover{
  color: rgb(61 209 246 / 0.45);
}

.hover\:text-quaternary\/5:hover{
  color: rgb(61 209 246 / 0.05);
}

.hover\:text-quaternary\/50:hover{
  color: rgb(61 209 246 / 0.5);
}

.hover\:text-quaternary\/55:hover{
  color: rgb(61 209 246 / 0.55);
}

.hover\:text-quaternary\/60:hover{
  color: rgb(61 209 246 / 0.6);
}

.hover\:text-quaternary\/65:hover{
  color: rgb(61 209 246 / 0.65);
}

.hover\:text-quaternary\/70:hover{
  color: rgb(61 209 246 / 0.7);
}

.hover\:text-quaternary\/75:hover{
  color: rgb(61 209 246 / 0.75);
}

.hover\:text-quaternary\/80:hover{
  color: rgb(61 209 246 / 0.8);
}

.hover\:text-quaternary\/85:hover{
  color: rgb(61 209 246 / 0.85);
}

.hover\:text-quaternary\/90:hover{
  color: rgb(61 209 246 / 0.9);
}

.hover\:text-quaternary\/95:hover{
  color: rgb(61 209 246 / 0.95);
}

.hover\:text-quinary:hover{
  --tw-text-opacity: 1;
  color: rgb(136 150 244 / var(--tw-text-opacity));
}

.hover\:text-quinary-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(112 126 222 / var(--tw-text-opacity));
}

.hover\:text-quinary-hover\/0:hover{
  color: rgb(112 126 222 / 0);
}

.hover\:text-quinary-hover\/10:hover{
  color: rgb(112 126 222 / 0.1);
}

.hover\:text-quinary-hover\/100:hover{
  color: rgb(112 126 222 / 1);
}

.hover\:text-quinary-hover\/15:hover{
  color: rgb(112 126 222 / 0.15);
}

.hover\:text-quinary-hover\/20:hover{
  color: rgb(112 126 222 / 0.2);
}

.hover\:text-quinary-hover\/25:hover{
  color: rgb(112 126 222 / 0.25);
}

.hover\:text-quinary-hover\/30:hover{
  color: rgb(112 126 222 / 0.3);
}

.hover\:text-quinary-hover\/35:hover{
  color: rgb(112 126 222 / 0.35);
}

.hover\:text-quinary-hover\/40:hover{
  color: rgb(112 126 222 / 0.4);
}

.hover\:text-quinary-hover\/45:hover{
  color: rgb(112 126 222 / 0.45);
}

.hover\:text-quinary-hover\/5:hover{
  color: rgb(112 126 222 / 0.05);
}

.hover\:text-quinary-hover\/50:hover{
  color: rgb(112 126 222 / 0.5);
}

.hover\:text-quinary-hover\/55:hover{
  color: rgb(112 126 222 / 0.55);
}

.hover\:text-quinary-hover\/60:hover{
  color: rgb(112 126 222 / 0.6);
}

.hover\:text-quinary-hover\/65:hover{
  color: rgb(112 126 222 / 0.65);
}

.hover\:text-quinary-hover\/70:hover{
  color: rgb(112 126 222 / 0.7);
}

.hover\:text-quinary-hover\/75:hover{
  color: rgb(112 126 222 / 0.75);
}

.hover\:text-quinary-hover\/80:hover{
  color: rgb(112 126 222 / 0.8);
}

.hover\:text-quinary-hover\/85:hover{
  color: rgb(112 126 222 / 0.85);
}

.hover\:text-quinary-hover\/90:hover{
  color: rgb(112 126 222 / 0.9);
}

.hover\:text-quinary-hover\/95:hover{
  color: rgb(112 126 222 / 0.95);
}

.hover\:text-quinary\/0:hover{
  color: rgb(136 150 244 / 0);
}

.hover\:text-quinary\/10:hover{
  color: rgb(136 150 244 / 0.1);
}

.hover\:text-quinary\/100:hover{
  color: rgb(136 150 244 / 1);
}

.hover\:text-quinary\/15:hover{
  color: rgb(136 150 244 / 0.15);
}

.hover\:text-quinary\/20:hover{
  color: rgb(136 150 244 / 0.2);
}

.hover\:text-quinary\/25:hover{
  color: rgb(136 150 244 / 0.25);
}

.hover\:text-quinary\/30:hover{
  color: rgb(136 150 244 / 0.3);
}

.hover\:text-quinary\/35:hover{
  color: rgb(136 150 244 / 0.35);
}

.hover\:text-quinary\/40:hover{
  color: rgb(136 150 244 / 0.4);
}

.hover\:text-quinary\/45:hover{
  color: rgb(136 150 244 / 0.45);
}

.hover\:text-quinary\/5:hover{
  color: rgb(136 150 244 / 0.05);
}

.hover\:text-quinary\/50:hover{
  color: rgb(136 150 244 / 0.5);
}

.hover\:text-quinary\/55:hover{
  color: rgb(136 150 244 / 0.55);
}

.hover\:text-quinary\/60:hover{
  color: rgb(136 150 244 / 0.6);
}

.hover\:text-quinary\/65:hover{
  color: rgb(136 150 244 / 0.65);
}

.hover\:text-quinary\/70:hover{
  color: rgb(136 150 244 / 0.7);
}

.hover\:text-quinary\/75:hover{
  color: rgb(136 150 244 / 0.75);
}

.hover\:text-quinary\/80:hover{
  color: rgb(136 150 244 / 0.8);
}

.hover\:text-quinary\/85:hover{
  color: rgb(136 150 244 / 0.85);
}

.hover\:text-quinary\/90:hover{
  color: rgb(136 150 244 / 0.9);
}

.hover\:text-quinary\/95:hover{
  color: rgb(136 150 244 / 0.95);
}

.hover\:text-red-100:hover{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.hover\:text-red-100\/0:hover{
  color: rgb(254 226 226 / 0);
}

.hover\:text-red-100\/10:hover{
  color: rgb(254 226 226 / 0.1);
}

.hover\:text-red-100\/100:hover{
  color: rgb(254 226 226 / 1);
}

.hover\:text-red-100\/15:hover{
  color: rgb(254 226 226 / 0.15);
}

.hover\:text-red-100\/20:hover{
  color: rgb(254 226 226 / 0.2);
}

.hover\:text-red-100\/25:hover{
  color: rgb(254 226 226 / 0.25);
}

.hover\:text-red-100\/30:hover{
  color: rgb(254 226 226 / 0.3);
}

.hover\:text-red-100\/35:hover{
  color: rgb(254 226 226 / 0.35);
}

.hover\:text-red-100\/40:hover{
  color: rgb(254 226 226 / 0.4);
}

.hover\:text-red-100\/45:hover{
  color: rgb(254 226 226 / 0.45);
}

.hover\:text-red-100\/5:hover{
  color: rgb(254 226 226 / 0.05);
}

.hover\:text-red-100\/50:hover{
  color: rgb(254 226 226 / 0.5);
}

.hover\:text-red-100\/55:hover{
  color: rgb(254 226 226 / 0.55);
}

.hover\:text-red-100\/60:hover{
  color: rgb(254 226 226 / 0.6);
}

.hover\:text-red-100\/65:hover{
  color: rgb(254 226 226 / 0.65);
}

.hover\:text-red-100\/70:hover{
  color: rgb(254 226 226 / 0.7);
}

.hover\:text-red-100\/75:hover{
  color: rgb(254 226 226 / 0.75);
}

.hover\:text-red-100\/80:hover{
  color: rgb(254 226 226 / 0.8);
}

.hover\:text-red-100\/85:hover{
  color: rgb(254 226 226 / 0.85);
}

.hover\:text-red-100\/90:hover{
  color: rgb(254 226 226 / 0.9);
}

.hover\:text-red-100\/95:hover{
  color: rgb(254 226 226 / 0.95);
}

.hover\:text-red-200:hover{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.hover\:text-red-200\/0:hover{
  color: rgb(254 202 202 / 0);
}

.hover\:text-red-200\/10:hover{
  color: rgb(254 202 202 / 0.1);
}

.hover\:text-red-200\/100:hover{
  color: rgb(254 202 202 / 1);
}

.hover\:text-red-200\/15:hover{
  color: rgb(254 202 202 / 0.15);
}

.hover\:text-red-200\/20:hover{
  color: rgb(254 202 202 / 0.2);
}

.hover\:text-red-200\/25:hover{
  color: rgb(254 202 202 / 0.25);
}

.hover\:text-red-200\/30:hover{
  color: rgb(254 202 202 / 0.3);
}

.hover\:text-red-200\/35:hover{
  color: rgb(254 202 202 / 0.35);
}

.hover\:text-red-200\/40:hover{
  color: rgb(254 202 202 / 0.4);
}

.hover\:text-red-200\/45:hover{
  color: rgb(254 202 202 / 0.45);
}

.hover\:text-red-200\/5:hover{
  color: rgb(254 202 202 / 0.05);
}

.hover\:text-red-200\/50:hover{
  color: rgb(254 202 202 / 0.5);
}

.hover\:text-red-200\/55:hover{
  color: rgb(254 202 202 / 0.55);
}

.hover\:text-red-200\/60:hover{
  color: rgb(254 202 202 / 0.6);
}

.hover\:text-red-200\/65:hover{
  color: rgb(254 202 202 / 0.65);
}

.hover\:text-red-200\/70:hover{
  color: rgb(254 202 202 / 0.7);
}

.hover\:text-red-200\/75:hover{
  color: rgb(254 202 202 / 0.75);
}

.hover\:text-red-200\/80:hover{
  color: rgb(254 202 202 / 0.8);
}

.hover\:text-red-200\/85:hover{
  color: rgb(254 202 202 / 0.85);
}

.hover\:text-red-200\/90:hover{
  color: rgb(254 202 202 / 0.9);
}

.hover\:text-red-200\/95:hover{
  color: rgb(254 202 202 / 0.95);
}

.hover\:text-red-300:hover{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.hover\:text-red-300\/0:hover{
  color: rgb(252 165 165 / 0);
}

.hover\:text-red-300\/10:hover{
  color: rgb(252 165 165 / 0.1);
}

.hover\:text-red-300\/100:hover{
  color: rgb(252 165 165 / 1);
}

.hover\:text-red-300\/15:hover{
  color: rgb(252 165 165 / 0.15);
}

.hover\:text-red-300\/20:hover{
  color: rgb(252 165 165 / 0.2);
}

.hover\:text-red-300\/25:hover{
  color: rgb(252 165 165 / 0.25);
}

.hover\:text-red-300\/30:hover{
  color: rgb(252 165 165 / 0.3);
}

.hover\:text-red-300\/35:hover{
  color: rgb(252 165 165 / 0.35);
}

.hover\:text-red-300\/40:hover{
  color: rgb(252 165 165 / 0.4);
}

.hover\:text-red-300\/45:hover{
  color: rgb(252 165 165 / 0.45);
}

.hover\:text-red-300\/5:hover{
  color: rgb(252 165 165 / 0.05);
}

.hover\:text-red-300\/50:hover{
  color: rgb(252 165 165 / 0.5);
}

.hover\:text-red-300\/55:hover{
  color: rgb(252 165 165 / 0.55);
}

.hover\:text-red-300\/60:hover{
  color: rgb(252 165 165 / 0.6);
}

.hover\:text-red-300\/65:hover{
  color: rgb(252 165 165 / 0.65);
}

.hover\:text-red-300\/70:hover{
  color: rgb(252 165 165 / 0.7);
}

.hover\:text-red-300\/75:hover{
  color: rgb(252 165 165 / 0.75);
}

.hover\:text-red-300\/80:hover{
  color: rgb(252 165 165 / 0.8);
}

.hover\:text-red-300\/85:hover{
  color: rgb(252 165 165 / 0.85);
}

.hover\:text-red-300\/90:hover{
  color: rgb(252 165 165 / 0.9);
}

.hover\:text-red-300\/95:hover{
  color: rgb(252 165 165 / 0.95);
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.hover\:text-red-400\/0:hover{
  color: rgb(248 113 113 / 0);
}

.hover\:text-red-400\/10:hover{
  color: rgb(248 113 113 / 0.1);
}

.hover\:text-red-400\/100:hover{
  color: rgb(248 113 113 / 1);
}

.hover\:text-red-400\/15:hover{
  color: rgb(248 113 113 / 0.15);
}

.hover\:text-red-400\/20:hover{
  color: rgb(248 113 113 / 0.2);
}

.hover\:text-red-400\/25:hover{
  color: rgb(248 113 113 / 0.25);
}

.hover\:text-red-400\/30:hover{
  color: rgb(248 113 113 / 0.3);
}

.hover\:text-red-400\/35:hover{
  color: rgb(248 113 113 / 0.35);
}

.hover\:text-red-400\/40:hover{
  color: rgb(248 113 113 / 0.4);
}

.hover\:text-red-400\/45:hover{
  color: rgb(248 113 113 / 0.45);
}

.hover\:text-red-400\/5:hover{
  color: rgb(248 113 113 / 0.05);
}

.hover\:text-red-400\/50:hover{
  color: rgb(248 113 113 / 0.5);
}

.hover\:text-red-400\/55:hover{
  color: rgb(248 113 113 / 0.55);
}

.hover\:text-red-400\/60:hover{
  color: rgb(248 113 113 / 0.6);
}

.hover\:text-red-400\/65:hover{
  color: rgb(248 113 113 / 0.65);
}

.hover\:text-red-400\/70:hover{
  color: rgb(248 113 113 / 0.7);
}

.hover\:text-red-400\/75:hover{
  color: rgb(248 113 113 / 0.75);
}

.hover\:text-red-400\/80:hover{
  color: rgb(248 113 113 / 0.8);
}

.hover\:text-red-400\/85:hover{
  color: rgb(248 113 113 / 0.85);
}

.hover\:text-red-400\/90:hover{
  color: rgb(248 113 113 / 0.9);
}

.hover\:text-red-400\/95:hover{
  color: rgb(248 113 113 / 0.95);
}

.hover\:text-red-50:hover{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.hover\:text-red-50\/0:hover{
  color: rgb(254 242 242 / 0);
}

.hover\:text-red-50\/10:hover{
  color: rgb(254 242 242 / 0.1);
}

.hover\:text-red-50\/100:hover{
  color: rgb(254 242 242 / 1);
}

.hover\:text-red-50\/15:hover{
  color: rgb(254 242 242 / 0.15);
}

.hover\:text-red-50\/20:hover{
  color: rgb(254 242 242 / 0.2);
}

.hover\:text-red-50\/25:hover{
  color: rgb(254 242 242 / 0.25);
}

.hover\:text-red-50\/30:hover{
  color: rgb(254 242 242 / 0.3);
}

.hover\:text-red-50\/35:hover{
  color: rgb(254 242 242 / 0.35);
}

.hover\:text-red-50\/40:hover{
  color: rgb(254 242 242 / 0.4);
}

.hover\:text-red-50\/45:hover{
  color: rgb(254 242 242 / 0.45);
}

.hover\:text-red-50\/5:hover{
  color: rgb(254 242 242 / 0.05);
}

.hover\:text-red-50\/50:hover{
  color: rgb(254 242 242 / 0.5);
}

.hover\:text-red-50\/55:hover{
  color: rgb(254 242 242 / 0.55);
}

.hover\:text-red-50\/60:hover{
  color: rgb(254 242 242 / 0.6);
}

.hover\:text-red-50\/65:hover{
  color: rgb(254 242 242 / 0.65);
}

.hover\:text-red-50\/70:hover{
  color: rgb(254 242 242 / 0.7);
}

.hover\:text-red-50\/75:hover{
  color: rgb(254 242 242 / 0.75);
}

.hover\:text-red-50\/80:hover{
  color: rgb(254 242 242 / 0.8);
}

.hover\:text-red-50\/85:hover{
  color: rgb(254 242 242 / 0.85);
}

.hover\:text-red-50\/90:hover{
  color: rgb(254 242 242 / 0.9);
}

.hover\:text-red-50\/95:hover{
  color: rgb(254 242 242 / 0.95);
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-red-500\/0:hover{
  color: rgb(239 68 68 / 0);
}

.hover\:text-red-500\/10:hover{
  color: rgb(239 68 68 / 0.1);
}

.hover\:text-red-500\/100:hover{
  color: rgb(239 68 68 / 1);
}

.hover\:text-red-500\/15:hover{
  color: rgb(239 68 68 / 0.15);
}

.hover\:text-red-500\/20:hover{
  color: rgb(239 68 68 / 0.2);
}

.hover\:text-red-500\/25:hover{
  color: rgb(239 68 68 / 0.25);
}

.hover\:text-red-500\/30:hover{
  color: rgb(239 68 68 / 0.3);
}

.hover\:text-red-500\/35:hover{
  color: rgb(239 68 68 / 0.35);
}

.hover\:text-red-500\/40:hover{
  color: rgb(239 68 68 / 0.4);
}

.hover\:text-red-500\/45:hover{
  color: rgb(239 68 68 / 0.45);
}

.hover\:text-red-500\/5:hover{
  color: rgb(239 68 68 / 0.05);
}

.hover\:text-red-500\/50:hover{
  color: rgb(239 68 68 / 0.5);
}

.hover\:text-red-500\/55:hover{
  color: rgb(239 68 68 / 0.55);
}

.hover\:text-red-500\/60:hover{
  color: rgb(239 68 68 / 0.6);
}

.hover\:text-red-500\/65:hover{
  color: rgb(239 68 68 / 0.65);
}

.hover\:text-red-500\/70:hover{
  color: rgb(239 68 68 / 0.7);
}

.hover\:text-red-500\/75:hover{
  color: rgb(239 68 68 / 0.75);
}

.hover\:text-red-500\/80:hover{
  color: rgb(239 68 68 / 0.8);
}

.hover\:text-red-500\/85:hover{
  color: rgb(239 68 68 / 0.85);
}

.hover\:text-red-500\/90:hover{
  color: rgb(239 68 68 / 0.9);
}

.hover\:text-red-500\/95:hover{
  color: rgb(239 68 68 / 0.95);
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-red-600\/0:hover{
  color: rgb(220 38 38 / 0);
}

.hover\:text-red-600\/10:hover{
  color: rgb(220 38 38 / 0.1);
}

.hover\:text-red-600\/100:hover{
  color: rgb(220 38 38 / 1);
}

.hover\:text-red-600\/15:hover{
  color: rgb(220 38 38 / 0.15);
}

.hover\:text-red-600\/20:hover{
  color: rgb(220 38 38 / 0.2);
}

.hover\:text-red-600\/25:hover{
  color: rgb(220 38 38 / 0.25);
}

.hover\:text-red-600\/30:hover{
  color: rgb(220 38 38 / 0.3);
}

.hover\:text-red-600\/35:hover{
  color: rgb(220 38 38 / 0.35);
}

.hover\:text-red-600\/40:hover{
  color: rgb(220 38 38 / 0.4);
}

.hover\:text-red-600\/45:hover{
  color: rgb(220 38 38 / 0.45);
}

.hover\:text-red-600\/5:hover{
  color: rgb(220 38 38 / 0.05);
}

.hover\:text-red-600\/50:hover{
  color: rgb(220 38 38 / 0.5);
}

.hover\:text-red-600\/55:hover{
  color: rgb(220 38 38 / 0.55);
}

.hover\:text-red-600\/60:hover{
  color: rgb(220 38 38 / 0.6);
}

.hover\:text-red-600\/65:hover{
  color: rgb(220 38 38 / 0.65);
}

.hover\:text-red-600\/70:hover{
  color: rgb(220 38 38 / 0.7);
}

.hover\:text-red-600\/75:hover{
  color: rgb(220 38 38 / 0.75);
}

.hover\:text-red-600\/80:hover{
  color: rgb(220 38 38 / 0.8);
}

.hover\:text-red-600\/85:hover{
  color: rgb(220 38 38 / 0.85);
}

.hover\:text-red-600\/90:hover{
  color: rgb(220 38 38 / 0.9);
}

.hover\:text-red-600\/95:hover{
  color: rgb(220 38 38 / 0.95);
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.hover\:text-red-700\/0:hover{
  color: rgb(185 28 28 / 0);
}

.hover\:text-red-700\/10:hover{
  color: rgb(185 28 28 / 0.1);
}

.hover\:text-red-700\/100:hover{
  color: rgb(185 28 28 / 1);
}

.hover\:text-red-700\/15:hover{
  color: rgb(185 28 28 / 0.15);
}

.hover\:text-red-700\/20:hover{
  color: rgb(185 28 28 / 0.2);
}

.hover\:text-red-700\/25:hover{
  color: rgb(185 28 28 / 0.25);
}

.hover\:text-red-700\/30:hover{
  color: rgb(185 28 28 / 0.3);
}

.hover\:text-red-700\/35:hover{
  color: rgb(185 28 28 / 0.35);
}

.hover\:text-red-700\/40:hover{
  color: rgb(185 28 28 / 0.4);
}

.hover\:text-red-700\/45:hover{
  color: rgb(185 28 28 / 0.45);
}

.hover\:text-red-700\/5:hover{
  color: rgb(185 28 28 / 0.05);
}

.hover\:text-red-700\/50:hover{
  color: rgb(185 28 28 / 0.5);
}

.hover\:text-red-700\/55:hover{
  color: rgb(185 28 28 / 0.55);
}

.hover\:text-red-700\/60:hover{
  color: rgb(185 28 28 / 0.6);
}

.hover\:text-red-700\/65:hover{
  color: rgb(185 28 28 / 0.65);
}

.hover\:text-red-700\/70:hover{
  color: rgb(185 28 28 / 0.7);
}

.hover\:text-red-700\/75:hover{
  color: rgb(185 28 28 / 0.75);
}

.hover\:text-red-700\/80:hover{
  color: rgb(185 28 28 / 0.8);
}

.hover\:text-red-700\/85:hover{
  color: rgb(185 28 28 / 0.85);
}

.hover\:text-red-700\/90:hover{
  color: rgb(185 28 28 / 0.9);
}

.hover\:text-red-700\/95:hover{
  color: rgb(185 28 28 / 0.95);
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.hover\:text-red-800\/0:hover{
  color: rgb(153 27 27 / 0);
}

.hover\:text-red-800\/10:hover{
  color: rgb(153 27 27 / 0.1);
}

.hover\:text-red-800\/100:hover{
  color: rgb(153 27 27 / 1);
}

.hover\:text-red-800\/15:hover{
  color: rgb(153 27 27 / 0.15);
}

.hover\:text-red-800\/20:hover{
  color: rgb(153 27 27 / 0.2);
}

.hover\:text-red-800\/25:hover{
  color: rgb(153 27 27 / 0.25);
}

.hover\:text-red-800\/30:hover{
  color: rgb(153 27 27 / 0.3);
}

.hover\:text-red-800\/35:hover{
  color: rgb(153 27 27 / 0.35);
}

.hover\:text-red-800\/40:hover{
  color: rgb(153 27 27 / 0.4);
}

.hover\:text-red-800\/45:hover{
  color: rgb(153 27 27 / 0.45);
}

.hover\:text-red-800\/5:hover{
  color: rgb(153 27 27 / 0.05);
}

.hover\:text-red-800\/50:hover{
  color: rgb(153 27 27 / 0.5);
}

.hover\:text-red-800\/55:hover{
  color: rgb(153 27 27 / 0.55);
}

.hover\:text-red-800\/60:hover{
  color: rgb(153 27 27 / 0.6);
}

.hover\:text-red-800\/65:hover{
  color: rgb(153 27 27 / 0.65);
}

.hover\:text-red-800\/70:hover{
  color: rgb(153 27 27 / 0.7);
}

.hover\:text-red-800\/75:hover{
  color: rgb(153 27 27 / 0.75);
}

.hover\:text-red-800\/80:hover{
  color: rgb(153 27 27 / 0.8);
}

.hover\:text-red-800\/85:hover{
  color: rgb(153 27 27 / 0.85);
}

.hover\:text-red-800\/90:hover{
  color: rgb(153 27 27 / 0.9);
}

.hover\:text-red-800\/95:hover{
  color: rgb(153 27 27 / 0.95);
}

.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.hover\:text-red-900\/0:hover{
  color: rgb(127 29 29 / 0);
}

.hover\:text-red-900\/10:hover{
  color: rgb(127 29 29 / 0.1);
}

.hover\:text-red-900\/100:hover{
  color: rgb(127 29 29 / 1);
}

.hover\:text-red-900\/15:hover{
  color: rgb(127 29 29 / 0.15);
}

.hover\:text-red-900\/20:hover{
  color: rgb(127 29 29 / 0.2);
}

.hover\:text-red-900\/25:hover{
  color: rgb(127 29 29 / 0.25);
}

.hover\:text-red-900\/30:hover{
  color: rgb(127 29 29 / 0.3);
}

.hover\:text-red-900\/35:hover{
  color: rgb(127 29 29 / 0.35);
}

.hover\:text-red-900\/40:hover{
  color: rgb(127 29 29 / 0.4);
}

.hover\:text-red-900\/45:hover{
  color: rgb(127 29 29 / 0.45);
}

.hover\:text-red-900\/5:hover{
  color: rgb(127 29 29 / 0.05);
}

.hover\:text-red-900\/50:hover{
  color: rgb(127 29 29 / 0.5);
}

.hover\:text-red-900\/55:hover{
  color: rgb(127 29 29 / 0.55);
}

.hover\:text-red-900\/60:hover{
  color: rgb(127 29 29 / 0.6);
}

.hover\:text-red-900\/65:hover{
  color: rgb(127 29 29 / 0.65);
}

.hover\:text-red-900\/70:hover{
  color: rgb(127 29 29 / 0.7);
}

.hover\:text-red-900\/75:hover{
  color: rgb(127 29 29 / 0.75);
}

.hover\:text-red-900\/80:hover{
  color: rgb(127 29 29 / 0.8);
}

.hover\:text-red-900\/85:hover{
  color: rgb(127 29 29 / 0.85);
}

.hover\:text-red-900\/90:hover{
  color: rgb(127 29 29 / 0.9);
}

.hover\:text-red-900\/95:hover{
  color: rgb(127 29 29 / 0.95);
}

.hover\:text-red-950:hover{
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}

.hover\:text-red-950\/0:hover{
  color: rgb(69 10 10 / 0);
}

.hover\:text-red-950\/10:hover{
  color: rgb(69 10 10 / 0.1);
}

.hover\:text-red-950\/100:hover{
  color: rgb(69 10 10 / 1);
}

.hover\:text-red-950\/15:hover{
  color: rgb(69 10 10 / 0.15);
}

.hover\:text-red-950\/20:hover{
  color: rgb(69 10 10 / 0.2);
}

.hover\:text-red-950\/25:hover{
  color: rgb(69 10 10 / 0.25);
}

.hover\:text-red-950\/30:hover{
  color: rgb(69 10 10 / 0.3);
}

.hover\:text-red-950\/35:hover{
  color: rgb(69 10 10 / 0.35);
}

.hover\:text-red-950\/40:hover{
  color: rgb(69 10 10 / 0.4);
}

.hover\:text-red-950\/45:hover{
  color: rgb(69 10 10 / 0.45);
}

.hover\:text-red-950\/5:hover{
  color: rgb(69 10 10 / 0.05);
}

.hover\:text-red-950\/50:hover{
  color: rgb(69 10 10 / 0.5);
}

.hover\:text-red-950\/55:hover{
  color: rgb(69 10 10 / 0.55);
}

.hover\:text-red-950\/60:hover{
  color: rgb(69 10 10 / 0.6);
}

.hover\:text-red-950\/65:hover{
  color: rgb(69 10 10 / 0.65);
}

.hover\:text-red-950\/70:hover{
  color: rgb(69 10 10 / 0.7);
}

.hover\:text-red-950\/75:hover{
  color: rgb(69 10 10 / 0.75);
}

.hover\:text-red-950\/80:hover{
  color: rgb(69 10 10 / 0.8);
}

.hover\:text-red-950\/85:hover{
  color: rgb(69 10 10 / 0.85);
}

.hover\:text-red-950\/90:hover{
  color: rgb(69 10 10 / 0.9);
}

.hover\:text-red-950\/95:hover{
  color: rgb(69 10 10 / 0.95);
}

.hover\:text-rose-100:hover{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}

.hover\:text-rose-100\/0:hover{
  color: rgb(255 228 230 / 0);
}

.hover\:text-rose-100\/10:hover{
  color: rgb(255 228 230 / 0.1);
}

.hover\:text-rose-100\/100:hover{
  color: rgb(255 228 230 / 1);
}

.hover\:text-rose-100\/15:hover{
  color: rgb(255 228 230 / 0.15);
}

.hover\:text-rose-100\/20:hover{
  color: rgb(255 228 230 / 0.2);
}

.hover\:text-rose-100\/25:hover{
  color: rgb(255 228 230 / 0.25);
}

.hover\:text-rose-100\/30:hover{
  color: rgb(255 228 230 / 0.3);
}

.hover\:text-rose-100\/35:hover{
  color: rgb(255 228 230 / 0.35);
}

.hover\:text-rose-100\/40:hover{
  color: rgb(255 228 230 / 0.4);
}

.hover\:text-rose-100\/45:hover{
  color: rgb(255 228 230 / 0.45);
}

.hover\:text-rose-100\/5:hover{
  color: rgb(255 228 230 / 0.05);
}

.hover\:text-rose-100\/50:hover{
  color: rgb(255 228 230 / 0.5);
}

.hover\:text-rose-100\/55:hover{
  color: rgb(255 228 230 / 0.55);
}

.hover\:text-rose-100\/60:hover{
  color: rgb(255 228 230 / 0.6);
}

.hover\:text-rose-100\/65:hover{
  color: rgb(255 228 230 / 0.65);
}

.hover\:text-rose-100\/70:hover{
  color: rgb(255 228 230 / 0.7);
}

.hover\:text-rose-100\/75:hover{
  color: rgb(255 228 230 / 0.75);
}

.hover\:text-rose-100\/80:hover{
  color: rgb(255 228 230 / 0.8);
}

.hover\:text-rose-100\/85:hover{
  color: rgb(255 228 230 / 0.85);
}

.hover\:text-rose-100\/90:hover{
  color: rgb(255 228 230 / 0.9);
}

.hover\:text-rose-100\/95:hover{
  color: rgb(255 228 230 / 0.95);
}

.hover\:text-rose-200:hover{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}

.hover\:text-rose-200\/0:hover{
  color: rgb(254 205 211 / 0);
}

.hover\:text-rose-200\/10:hover{
  color: rgb(254 205 211 / 0.1);
}

.hover\:text-rose-200\/100:hover{
  color: rgb(254 205 211 / 1);
}

.hover\:text-rose-200\/15:hover{
  color: rgb(254 205 211 / 0.15);
}

.hover\:text-rose-200\/20:hover{
  color: rgb(254 205 211 / 0.2);
}

.hover\:text-rose-200\/25:hover{
  color: rgb(254 205 211 / 0.25);
}

.hover\:text-rose-200\/30:hover{
  color: rgb(254 205 211 / 0.3);
}

.hover\:text-rose-200\/35:hover{
  color: rgb(254 205 211 / 0.35);
}

.hover\:text-rose-200\/40:hover{
  color: rgb(254 205 211 / 0.4);
}

.hover\:text-rose-200\/45:hover{
  color: rgb(254 205 211 / 0.45);
}

.hover\:text-rose-200\/5:hover{
  color: rgb(254 205 211 / 0.05);
}

.hover\:text-rose-200\/50:hover{
  color: rgb(254 205 211 / 0.5);
}

.hover\:text-rose-200\/55:hover{
  color: rgb(254 205 211 / 0.55);
}

.hover\:text-rose-200\/60:hover{
  color: rgb(254 205 211 / 0.6);
}

.hover\:text-rose-200\/65:hover{
  color: rgb(254 205 211 / 0.65);
}

.hover\:text-rose-200\/70:hover{
  color: rgb(254 205 211 / 0.7);
}

.hover\:text-rose-200\/75:hover{
  color: rgb(254 205 211 / 0.75);
}

.hover\:text-rose-200\/80:hover{
  color: rgb(254 205 211 / 0.8);
}

.hover\:text-rose-200\/85:hover{
  color: rgb(254 205 211 / 0.85);
}

.hover\:text-rose-200\/90:hover{
  color: rgb(254 205 211 / 0.9);
}

.hover\:text-rose-200\/95:hover{
  color: rgb(254 205 211 / 0.95);
}

.hover\:text-rose-300:hover{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}

.hover\:text-rose-300\/0:hover{
  color: rgb(253 164 175 / 0);
}

.hover\:text-rose-300\/10:hover{
  color: rgb(253 164 175 / 0.1);
}

.hover\:text-rose-300\/100:hover{
  color: rgb(253 164 175 / 1);
}

.hover\:text-rose-300\/15:hover{
  color: rgb(253 164 175 / 0.15);
}

.hover\:text-rose-300\/20:hover{
  color: rgb(253 164 175 / 0.2);
}

.hover\:text-rose-300\/25:hover{
  color: rgb(253 164 175 / 0.25);
}

.hover\:text-rose-300\/30:hover{
  color: rgb(253 164 175 / 0.3);
}

.hover\:text-rose-300\/35:hover{
  color: rgb(253 164 175 / 0.35);
}

.hover\:text-rose-300\/40:hover{
  color: rgb(253 164 175 / 0.4);
}

.hover\:text-rose-300\/45:hover{
  color: rgb(253 164 175 / 0.45);
}

.hover\:text-rose-300\/5:hover{
  color: rgb(253 164 175 / 0.05);
}

.hover\:text-rose-300\/50:hover{
  color: rgb(253 164 175 / 0.5);
}

.hover\:text-rose-300\/55:hover{
  color: rgb(253 164 175 / 0.55);
}

.hover\:text-rose-300\/60:hover{
  color: rgb(253 164 175 / 0.6);
}

.hover\:text-rose-300\/65:hover{
  color: rgb(253 164 175 / 0.65);
}

.hover\:text-rose-300\/70:hover{
  color: rgb(253 164 175 / 0.7);
}

.hover\:text-rose-300\/75:hover{
  color: rgb(253 164 175 / 0.75);
}

.hover\:text-rose-300\/80:hover{
  color: rgb(253 164 175 / 0.8);
}

.hover\:text-rose-300\/85:hover{
  color: rgb(253 164 175 / 0.85);
}

.hover\:text-rose-300\/90:hover{
  color: rgb(253 164 175 / 0.9);
}

.hover\:text-rose-300\/95:hover{
  color: rgb(253 164 175 / 0.95);
}

.hover\:text-rose-400:hover{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.hover\:text-rose-400\/0:hover{
  color: rgb(251 113 133 / 0);
}

.hover\:text-rose-400\/10:hover{
  color: rgb(251 113 133 / 0.1);
}

.hover\:text-rose-400\/100:hover{
  color: rgb(251 113 133 / 1);
}

.hover\:text-rose-400\/15:hover{
  color: rgb(251 113 133 / 0.15);
}

.hover\:text-rose-400\/20:hover{
  color: rgb(251 113 133 / 0.2);
}

.hover\:text-rose-400\/25:hover{
  color: rgb(251 113 133 / 0.25);
}

.hover\:text-rose-400\/30:hover{
  color: rgb(251 113 133 / 0.3);
}

.hover\:text-rose-400\/35:hover{
  color: rgb(251 113 133 / 0.35);
}

.hover\:text-rose-400\/40:hover{
  color: rgb(251 113 133 / 0.4);
}

.hover\:text-rose-400\/45:hover{
  color: rgb(251 113 133 / 0.45);
}

.hover\:text-rose-400\/5:hover{
  color: rgb(251 113 133 / 0.05);
}

.hover\:text-rose-400\/50:hover{
  color: rgb(251 113 133 / 0.5);
}

.hover\:text-rose-400\/55:hover{
  color: rgb(251 113 133 / 0.55);
}

.hover\:text-rose-400\/60:hover{
  color: rgb(251 113 133 / 0.6);
}

.hover\:text-rose-400\/65:hover{
  color: rgb(251 113 133 / 0.65);
}

.hover\:text-rose-400\/70:hover{
  color: rgb(251 113 133 / 0.7);
}

.hover\:text-rose-400\/75:hover{
  color: rgb(251 113 133 / 0.75);
}

.hover\:text-rose-400\/80:hover{
  color: rgb(251 113 133 / 0.8);
}

.hover\:text-rose-400\/85:hover{
  color: rgb(251 113 133 / 0.85);
}

.hover\:text-rose-400\/90:hover{
  color: rgb(251 113 133 / 0.9);
}

.hover\:text-rose-400\/95:hover{
  color: rgb(251 113 133 / 0.95);
}

.hover\:text-rose-50:hover{
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}

.hover\:text-rose-50\/0:hover{
  color: rgb(255 241 242 / 0);
}

.hover\:text-rose-50\/10:hover{
  color: rgb(255 241 242 / 0.1);
}

.hover\:text-rose-50\/100:hover{
  color: rgb(255 241 242 / 1);
}

.hover\:text-rose-50\/15:hover{
  color: rgb(255 241 242 / 0.15);
}

.hover\:text-rose-50\/20:hover{
  color: rgb(255 241 242 / 0.2);
}

.hover\:text-rose-50\/25:hover{
  color: rgb(255 241 242 / 0.25);
}

.hover\:text-rose-50\/30:hover{
  color: rgb(255 241 242 / 0.3);
}

.hover\:text-rose-50\/35:hover{
  color: rgb(255 241 242 / 0.35);
}

.hover\:text-rose-50\/40:hover{
  color: rgb(255 241 242 / 0.4);
}

.hover\:text-rose-50\/45:hover{
  color: rgb(255 241 242 / 0.45);
}

.hover\:text-rose-50\/5:hover{
  color: rgb(255 241 242 / 0.05);
}

.hover\:text-rose-50\/50:hover{
  color: rgb(255 241 242 / 0.5);
}

.hover\:text-rose-50\/55:hover{
  color: rgb(255 241 242 / 0.55);
}

.hover\:text-rose-50\/60:hover{
  color: rgb(255 241 242 / 0.6);
}

.hover\:text-rose-50\/65:hover{
  color: rgb(255 241 242 / 0.65);
}

.hover\:text-rose-50\/70:hover{
  color: rgb(255 241 242 / 0.7);
}

.hover\:text-rose-50\/75:hover{
  color: rgb(255 241 242 / 0.75);
}

.hover\:text-rose-50\/80:hover{
  color: rgb(255 241 242 / 0.8);
}

.hover\:text-rose-50\/85:hover{
  color: rgb(255 241 242 / 0.85);
}

.hover\:text-rose-50\/90:hover{
  color: rgb(255 241 242 / 0.9);
}

.hover\:text-rose-50\/95:hover{
  color: rgb(255 241 242 / 0.95);
}

.hover\:text-rose-500:hover{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.hover\:text-rose-500\/0:hover{
  color: rgb(244 63 94 / 0);
}

.hover\:text-rose-500\/10:hover{
  color: rgb(244 63 94 / 0.1);
}

.hover\:text-rose-500\/100:hover{
  color: rgb(244 63 94 / 1);
}

.hover\:text-rose-500\/15:hover{
  color: rgb(244 63 94 / 0.15);
}

.hover\:text-rose-500\/20:hover{
  color: rgb(244 63 94 / 0.2);
}

.hover\:text-rose-500\/25:hover{
  color: rgb(244 63 94 / 0.25);
}

.hover\:text-rose-500\/30:hover{
  color: rgb(244 63 94 / 0.3);
}

.hover\:text-rose-500\/35:hover{
  color: rgb(244 63 94 / 0.35);
}

.hover\:text-rose-500\/40:hover{
  color: rgb(244 63 94 / 0.4);
}

.hover\:text-rose-500\/45:hover{
  color: rgb(244 63 94 / 0.45);
}

.hover\:text-rose-500\/5:hover{
  color: rgb(244 63 94 / 0.05);
}

.hover\:text-rose-500\/50:hover{
  color: rgb(244 63 94 / 0.5);
}

.hover\:text-rose-500\/55:hover{
  color: rgb(244 63 94 / 0.55);
}

.hover\:text-rose-500\/60:hover{
  color: rgb(244 63 94 / 0.6);
}

.hover\:text-rose-500\/65:hover{
  color: rgb(244 63 94 / 0.65);
}

.hover\:text-rose-500\/70:hover{
  color: rgb(244 63 94 / 0.7);
}

.hover\:text-rose-500\/75:hover{
  color: rgb(244 63 94 / 0.75);
}

.hover\:text-rose-500\/80:hover{
  color: rgb(244 63 94 / 0.8);
}

.hover\:text-rose-500\/85:hover{
  color: rgb(244 63 94 / 0.85);
}

.hover\:text-rose-500\/90:hover{
  color: rgb(244 63 94 / 0.9);
}

.hover\:text-rose-500\/95:hover{
  color: rgb(244 63 94 / 0.95);
}

.hover\:text-rose-600:hover{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.hover\:text-rose-600\/0:hover{
  color: rgb(225 29 72 / 0);
}

.hover\:text-rose-600\/10:hover{
  color: rgb(225 29 72 / 0.1);
}

.hover\:text-rose-600\/100:hover{
  color: rgb(225 29 72 / 1);
}

.hover\:text-rose-600\/15:hover{
  color: rgb(225 29 72 / 0.15);
}

.hover\:text-rose-600\/20:hover{
  color: rgb(225 29 72 / 0.2);
}

.hover\:text-rose-600\/25:hover{
  color: rgb(225 29 72 / 0.25);
}

.hover\:text-rose-600\/30:hover{
  color: rgb(225 29 72 / 0.3);
}

.hover\:text-rose-600\/35:hover{
  color: rgb(225 29 72 / 0.35);
}

.hover\:text-rose-600\/40:hover{
  color: rgb(225 29 72 / 0.4);
}

.hover\:text-rose-600\/45:hover{
  color: rgb(225 29 72 / 0.45);
}

.hover\:text-rose-600\/5:hover{
  color: rgb(225 29 72 / 0.05);
}

.hover\:text-rose-600\/50:hover{
  color: rgb(225 29 72 / 0.5);
}

.hover\:text-rose-600\/55:hover{
  color: rgb(225 29 72 / 0.55);
}

.hover\:text-rose-600\/60:hover{
  color: rgb(225 29 72 / 0.6);
}

.hover\:text-rose-600\/65:hover{
  color: rgb(225 29 72 / 0.65);
}

.hover\:text-rose-600\/70:hover{
  color: rgb(225 29 72 / 0.7);
}

.hover\:text-rose-600\/75:hover{
  color: rgb(225 29 72 / 0.75);
}

.hover\:text-rose-600\/80:hover{
  color: rgb(225 29 72 / 0.8);
}

.hover\:text-rose-600\/85:hover{
  color: rgb(225 29 72 / 0.85);
}

.hover\:text-rose-600\/90:hover{
  color: rgb(225 29 72 / 0.9);
}

.hover\:text-rose-600\/95:hover{
  color: rgb(225 29 72 / 0.95);
}

.hover\:text-rose-700:hover{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.hover\:text-rose-700\/0:hover{
  color: rgb(190 18 60 / 0);
}

.hover\:text-rose-700\/10:hover{
  color: rgb(190 18 60 / 0.1);
}

.hover\:text-rose-700\/100:hover{
  color: rgb(190 18 60 / 1);
}

.hover\:text-rose-700\/15:hover{
  color: rgb(190 18 60 / 0.15);
}

.hover\:text-rose-700\/20:hover{
  color: rgb(190 18 60 / 0.2);
}

.hover\:text-rose-700\/25:hover{
  color: rgb(190 18 60 / 0.25);
}

.hover\:text-rose-700\/30:hover{
  color: rgb(190 18 60 / 0.3);
}

.hover\:text-rose-700\/35:hover{
  color: rgb(190 18 60 / 0.35);
}

.hover\:text-rose-700\/40:hover{
  color: rgb(190 18 60 / 0.4);
}

.hover\:text-rose-700\/45:hover{
  color: rgb(190 18 60 / 0.45);
}

.hover\:text-rose-700\/5:hover{
  color: rgb(190 18 60 / 0.05);
}

.hover\:text-rose-700\/50:hover{
  color: rgb(190 18 60 / 0.5);
}

.hover\:text-rose-700\/55:hover{
  color: rgb(190 18 60 / 0.55);
}

.hover\:text-rose-700\/60:hover{
  color: rgb(190 18 60 / 0.6);
}

.hover\:text-rose-700\/65:hover{
  color: rgb(190 18 60 / 0.65);
}

.hover\:text-rose-700\/70:hover{
  color: rgb(190 18 60 / 0.7);
}

.hover\:text-rose-700\/75:hover{
  color: rgb(190 18 60 / 0.75);
}

.hover\:text-rose-700\/80:hover{
  color: rgb(190 18 60 / 0.8);
}

.hover\:text-rose-700\/85:hover{
  color: rgb(190 18 60 / 0.85);
}

.hover\:text-rose-700\/90:hover{
  color: rgb(190 18 60 / 0.9);
}

.hover\:text-rose-700\/95:hover{
  color: rgb(190 18 60 / 0.95);
}

.hover\:text-rose-800:hover{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}

.hover\:text-rose-800\/0:hover{
  color: rgb(159 18 57 / 0);
}

.hover\:text-rose-800\/10:hover{
  color: rgb(159 18 57 / 0.1);
}

.hover\:text-rose-800\/100:hover{
  color: rgb(159 18 57 / 1);
}

.hover\:text-rose-800\/15:hover{
  color: rgb(159 18 57 / 0.15);
}

.hover\:text-rose-800\/20:hover{
  color: rgb(159 18 57 / 0.2);
}

.hover\:text-rose-800\/25:hover{
  color: rgb(159 18 57 / 0.25);
}

.hover\:text-rose-800\/30:hover{
  color: rgb(159 18 57 / 0.3);
}

.hover\:text-rose-800\/35:hover{
  color: rgb(159 18 57 / 0.35);
}

.hover\:text-rose-800\/40:hover{
  color: rgb(159 18 57 / 0.4);
}

.hover\:text-rose-800\/45:hover{
  color: rgb(159 18 57 / 0.45);
}

.hover\:text-rose-800\/5:hover{
  color: rgb(159 18 57 / 0.05);
}

.hover\:text-rose-800\/50:hover{
  color: rgb(159 18 57 / 0.5);
}

.hover\:text-rose-800\/55:hover{
  color: rgb(159 18 57 / 0.55);
}

.hover\:text-rose-800\/60:hover{
  color: rgb(159 18 57 / 0.6);
}

.hover\:text-rose-800\/65:hover{
  color: rgb(159 18 57 / 0.65);
}

.hover\:text-rose-800\/70:hover{
  color: rgb(159 18 57 / 0.7);
}

.hover\:text-rose-800\/75:hover{
  color: rgb(159 18 57 / 0.75);
}

.hover\:text-rose-800\/80:hover{
  color: rgb(159 18 57 / 0.8);
}

.hover\:text-rose-800\/85:hover{
  color: rgb(159 18 57 / 0.85);
}

.hover\:text-rose-800\/90:hover{
  color: rgb(159 18 57 / 0.9);
}

.hover\:text-rose-800\/95:hover{
  color: rgb(159 18 57 / 0.95);
}

.hover\:text-rose-900:hover{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.hover\:text-rose-900\/0:hover{
  color: rgb(136 19 55 / 0);
}

.hover\:text-rose-900\/10:hover{
  color: rgb(136 19 55 / 0.1);
}

.hover\:text-rose-900\/100:hover{
  color: rgb(136 19 55 / 1);
}

.hover\:text-rose-900\/15:hover{
  color: rgb(136 19 55 / 0.15);
}

.hover\:text-rose-900\/20:hover{
  color: rgb(136 19 55 / 0.2);
}

.hover\:text-rose-900\/25:hover{
  color: rgb(136 19 55 / 0.25);
}

.hover\:text-rose-900\/30:hover{
  color: rgb(136 19 55 / 0.3);
}

.hover\:text-rose-900\/35:hover{
  color: rgb(136 19 55 / 0.35);
}

.hover\:text-rose-900\/40:hover{
  color: rgb(136 19 55 / 0.4);
}

.hover\:text-rose-900\/45:hover{
  color: rgb(136 19 55 / 0.45);
}

.hover\:text-rose-900\/5:hover{
  color: rgb(136 19 55 / 0.05);
}

.hover\:text-rose-900\/50:hover{
  color: rgb(136 19 55 / 0.5);
}

.hover\:text-rose-900\/55:hover{
  color: rgb(136 19 55 / 0.55);
}

.hover\:text-rose-900\/60:hover{
  color: rgb(136 19 55 / 0.6);
}

.hover\:text-rose-900\/65:hover{
  color: rgb(136 19 55 / 0.65);
}

.hover\:text-rose-900\/70:hover{
  color: rgb(136 19 55 / 0.7);
}

.hover\:text-rose-900\/75:hover{
  color: rgb(136 19 55 / 0.75);
}

.hover\:text-rose-900\/80:hover{
  color: rgb(136 19 55 / 0.8);
}

.hover\:text-rose-900\/85:hover{
  color: rgb(136 19 55 / 0.85);
}

.hover\:text-rose-900\/90:hover{
  color: rgb(136 19 55 / 0.9);
}

.hover\:text-rose-900\/95:hover{
  color: rgb(136 19 55 / 0.95);
}

.hover\:text-rose-950:hover{
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}

.hover\:text-rose-950\/0:hover{
  color: rgb(76 5 25 / 0);
}

.hover\:text-rose-950\/10:hover{
  color: rgb(76 5 25 / 0.1);
}

.hover\:text-rose-950\/100:hover{
  color: rgb(76 5 25 / 1);
}

.hover\:text-rose-950\/15:hover{
  color: rgb(76 5 25 / 0.15);
}

.hover\:text-rose-950\/20:hover{
  color: rgb(76 5 25 / 0.2);
}

.hover\:text-rose-950\/25:hover{
  color: rgb(76 5 25 / 0.25);
}

.hover\:text-rose-950\/30:hover{
  color: rgb(76 5 25 / 0.3);
}

.hover\:text-rose-950\/35:hover{
  color: rgb(76 5 25 / 0.35);
}

.hover\:text-rose-950\/40:hover{
  color: rgb(76 5 25 / 0.4);
}

.hover\:text-rose-950\/45:hover{
  color: rgb(76 5 25 / 0.45);
}

.hover\:text-rose-950\/5:hover{
  color: rgb(76 5 25 / 0.05);
}

.hover\:text-rose-950\/50:hover{
  color: rgb(76 5 25 / 0.5);
}

.hover\:text-rose-950\/55:hover{
  color: rgb(76 5 25 / 0.55);
}

.hover\:text-rose-950\/60:hover{
  color: rgb(76 5 25 / 0.6);
}

.hover\:text-rose-950\/65:hover{
  color: rgb(76 5 25 / 0.65);
}

.hover\:text-rose-950\/70:hover{
  color: rgb(76 5 25 / 0.7);
}

.hover\:text-rose-950\/75:hover{
  color: rgb(76 5 25 / 0.75);
}

.hover\:text-rose-950\/80:hover{
  color: rgb(76 5 25 / 0.8);
}

.hover\:text-rose-950\/85:hover{
  color: rgb(76 5 25 / 0.85);
}

.hover\:text-rose-950\/90:hover{
  color: rgb(76 5 25 / 0.9);
}

.hover\:text-rose-950\/95:hover{
  color: rgb(76 5 25 / 0.95);
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.hover\:text-secondary\/0:hover{
  color: rgb(141 147 167 / 0);
}

.hover\:text-secondary\/10:hover{
  color: rgb(141 147 167 / 0.1);
}

.hover\:text-secondary\/100:hover{
  color: rgb(141 147 167 / 1);
}

.hover\:text-secondary\/15:hover{
  color: rgb(141 147 167 / 0.15);
}

.hover\:text-secondary\/20:hover{
  color: rgb(141 147 167 / 0.2);
}

.hover\:text-secondary\/25:hover{
  color: rgb(141 147 167 / 0.25);
}

.hover\:text-secondary\/30:hover{
  color: rgb(141 147 167 / 0.3);
}

.hover\:text-secondary\/35:hover{
  color: rgb(141 147 167 / 0.35);
}

.hover\:text-secondary\/40:hover{
  color: rgb(141 147 167 / 0.4);
}

.hover\:text-secondary\/45:hover{
  color: rgb(141 147 167 / 0.45);
}

.hover\:text-secondary\/5:hover{
  color: rgb(141 147 167 / 0.05);
}

.hover\:text-secondary\/50:hover{
  color: rgb(141 147 167 / 0.5);
}

.hover\:text-secondary\/55:hover{
  color: rgb(141 147 167 / 0.55);
}

.hover\:text-secondary\/60:hover{
  color: rgb(141 147 167 / 0.6);
}

.hover\:text-secondary\/65:hover{
  color: rgb(141 147 167 / 0.65);
}

.hover\:text-secondary\/70:hover{
  color: rgb(141 147 167 / 0.7);
}

.hover\:text-secondary\/75:hover{
  color: rgb(141 147 167 / 0.75);
}

.hover\:text-secondary\/80:hover{
  color: rgb(141 147 167 / 0.8);
}

.hover\:text-secondary\/85:hover{
  color: rgb(141 147 167 / 0.85);
}

.hover\:text-secondary\/90:hover{
  color: rgb(141 147 167 / 0.9);
}

.hover\:text-secondary\/95:hover{
  color: rgb(141 147 167 / 0.95);
}

.hover\:text-senary:hover{
  --tw-text-opacity: 1;
  color: rgb(73 134 231 / var(--tw-text-opacity));
}

.hover\:text-senary\/0:hover{
  color: rgb(73 134 231 / 0);
}

.hover\:text-senary\/10:hover{
  color: rgb(73 134 231 / 0.1);
}

.hover\:text-senary\/100:hover{
  color: rgb(73 134 231 / 1);
}

.hover\:text-senary\/15:hover{
  color: rgb(73 134 231 / 0.15);
}

.hover\:text-senary\/20:hover{
  color: rgb(73 134 231 / 0.2);
}

.hover\:text-senary\/25:hover{
  color: rgb(73 134 231 / 0.25);
}

.hover\:text-senary\/30:hover{
  color: rgb(73 134 231 / 0.3);
}

.hover\:text-senary\/35:hover{
  color: rgb(73 134 231 / 0.35);
}

.hover\:text-senary\/40:hover{
  color: rgb(73 134 231 / 0.4);
}

.hover\:text-senary\/45:hover{
  color: rgb(73 134 231 / 0.45);
}

.hover\:text-senary\/5:hover{
  color: rgb(73 134 231 / 0.05);
}

.hover\:text-senary\/50:hover{
  color: rgb(73 134 231 / 0.5);
}

.hover\:text-senary\/55:hover{
  color: rgb(73 134 231 / 0.55);
}

.hover\:text-senary\/60:hover{
  color: rgb(73 134 231 / 0.6);
}

.hover\:text-senary\/65:hover{
  color: rgb(73 134 231 / 0.65);
}

.hover\:text-senary\/70:hover{
  color: rgb(73 134 231 / 0.7);
}

.hover\:text-senary\/75:hover{
  color: rgb(73 134 231 / 0.75);
}

.hover\:text-senary\/80:hover{
  color: rgb(73 134 231 / 0.8);
}

.hover\:text-senary\/85:hover{
  color: rgb(73 134 231 / 0.85);
}

.hover\:text-senary\/90:hover{
  color: rgb(73 134 231 / 0.9);
}

.hover\:text-senary\/95:hover{
  color: rgb(73 134 231 / 0.95);
}

.hover\:text-septenary:hover{
  --tw-text-opacity: 1;
  color: rgb(49 88 129 / var(--tw-text-opacity));
}

.hover\:text-septenary\/0:hover{
  color: rgb(49 88 129 / 0);
}

.hover\:text-septenary\/10:hover{
  color: rgb(49 88 129 / 0.1);
}

.hover\:text-septenary\/100:hover{
  color: rgb(49 88 129 / 1);
}

.hover\:text-septenary\/15:hover{
  color: rgb(49 88 129 / 0.15);
}

.hover\:text-septenary\/20:hover{
  color: rgb(49 88 129 / 0.2);
}

.hover\:text-septenary\/25:hover{
  color: rgb(49 88 129 / 0.25);
}

.hover\:text-septenary\/30:hover{
  color: rgb(49 88 129 / 0.3);
}

.hover\:text-septenary\/35:hover{
  color: rgb(49 88 129 / 0.35);
}

.hover\:text-septenary\/40:hover{
  color: rgb(49 88 129 / 0.4);
}

.hover\:text-septenary\/45:hover{
  color: rgb(49 88 129 / 0.45);
}

.hover\:text-septenary\/5:hover{
  color: rgb(49 88 129 / 0.05);
}

.hover\:text-septenary\/50:hover{
  color: rgb(49 88 129 / 0.5);
}

.hover\:text-septenary\/55:hover{
  color: rgb(49 88 129 / 0.55);
}

.hover\:text-septenary\/60:hover{
  color: rgb(49 88 129 / 0.6);
}

.hover\:text-septenary\/65:hover{
  color: rgb(49 88 129 / 0.65);
}

.hover\:text-septenary\/70:hover{
  color: rgb(49 88 129 / 0.7);
}

.hover\:text-septenary\/75:hover{
  color: rgb(49 88 129 / 0.75);
}

.hover\:text-septenary\/80:hover{
  color: rgb(49 88 129 / 0.8);
}

.hover\:text-septenary\/85:hover{
  color: rgb(49 88 129 / 0.85);
}

.hover\:text-septenary\/90:hover{
  color: rgb(49 88 129 / 0.9);
}

.hover\:text-septenary\/95:hover{
  color: rgb(49 88 129 / 0.95);
}

.hover\:text-sky-100:hover{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}

.hover\:text-sky-100\/0:hover{
  color: rgb(224 242 254 / 0);
}

.hover\:text-sky-100\/10:hover{
  color: rgb(224 242 254 / 0.1);
}

.hover\:text-sky-100\/100:hover{
  color: rgb(224 242 254 / 1);
}

.hover\:text-sky-100\/15:hover{
  color: rgb(224 242 254 / 0.15);
}

.hover\:text-sky-100\/20:hover{
  color: rgb(224 242 254 / 0.2);
}

.hover\:text-sky-100\/25:hover{
  color: rgb(224 242 254 / 0.25);
}

.hover\:text-sky-100\/30:hover{
  color: rgb(224 242 254 / 0.3);
}

.hover\:text-sky-100\/35:hover{
  color: rgb(224 242 254 / 0.35);
}

.hover\:text-sky-100\/40:hover{
  color: rgb(224 242 254 / 0.4);
}

.hover\:text-sky-100\/45:hover{
  color: rgb(224 242 254 / 0.45);
}

.hover\:text-sky-100\/5:hover{
  color: rgb(224 242 254 / 0.05);
}

.hover\:text-sky-100\/50:hover{
  color: rgb(224 242 254 / 0.5);
}

.hover\:text-sky-100\/55:hover{
  color: rgb(224 242 254 / 0.55);
}

.hover\:text-sky-100\/60:hover{
  color: rgb(224 242 254 / 0.6);
}

.hover\:text-sky-100\/65:hover{
  color: rgb(224 242 254 / 0.65);
}

.hover\:text-sky-100\/70:hover{
  color: rgb(224 242 254 / 0.7);
}

.hover\:text-sky-100\/75:hover{
  color: rgb(224 242 254 / 0.75);
}

.hover\:text-sky-100\/80:hover{
  color: rgb(224 242 254 / 0.8);
}

.hover\:text-sky-100\/85:hover{
  color: rgb(224 242 254 / 0.85);
}

.hover\:text-sky-100\/90:hover{
  color: rgb(224 242 254 / 0.9);
}

.hover\:text-sky-100\/95:hover{
  color: rgb(224 242 254 / 0.95);
}

.hover\:text-sky-200:hover{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}

.hover\:text-sky-200\/0:hover{
  color: rgb(186 230 253 / 0);
}

.hover\:text-sky-200\/10:hover{
  color: rgb(186 230 253 / 0.1);
}

.hover\:text-sky-200\/100:hover{
  color: rgb(186 230 253 / 1);
}

.hover\:text-sky-200\/15:hover{
  color: rgb(186 230 253 / 0.15);
}

.hover\:text-sky-200\/20:hover{
  color: rgb(186 230 253 / 0.2);
}

.hover\:text-sky-200\/25:hover{
  color: rgb(186 230 253 / 0.25);
}

.hover\:text-sky-200\/30:hover{
  color: rgb(186 230 253 / 0.3);
}

.hover\:text-sky-200\/35:hover{
  color: rgb(186 230 253 / 0.35);
}

.hover\:text-sky-200\/40:hover{
  color: rgb(186 230 253 / 0.4);
}

.hover\:text-sky-200\/45:hover{
  color: rgb(186 230 253 / 0.45);
}

.hover\:text-sky-200\/5:hover{
  color: rgb(186 230 253 / 0.05);
}

.hover\:text-sky-200\/50:hover{
  color: rgb(186 230 253 / 0.5);
}

.hover\:text-sky-200\/55:hover{
  color: rgb(186 230 253 / 0.55);
}

.hover\:text-sky-200\/60:hover{
  color: rgb(186 230 253 / 0.6);
}

.hover\:text-sky-200\/65:hover{
  color: rgb(186 230 253 / 0.65);
}

.hover\:text-sky-200\/70:hover{
  color: rgb(186 230 253 / 0.7);
}

.hover\:text-sky-200\/75:hover{
  color: rgb(186 230 253 / 0.75);
}

.hover\:text-sky-200\/80:hover{
  color: rgb(186 230 253 / 0.8);
}

.hover\:text-sky-200\/85:hover{
  color: rgb(186 230 253 / 0.85);
}

.hover\:text-sky-200\/90:hover{
  color: rgb(186 230 253 / 0.9);
}

.hover\:text-sky-200\/95:hover{
  color: rgb(186 230 253 / 0.95);
}

.hover\:text-sky-300:hover{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.hover\:text-sky-300\/0:hover{
  color: rgb(125 211 252 / 0);
}

.hover\:text-sky-300\/10:hover{
  color: rgb(125 211 252 / 0.1);
}

.hover\:text-sky-300\/100:hover{
  color: rgb(125 211 252 / 1);
}

.hover\:text-sky-300\/15:hover{
  color: rgb(125 211 252 / 0.15);
}

.hover\:text-sky-300\/20:hover{
  color: rgb(125 211 252 / 0.2);
}

.hover\:text-sky-300\/25:hover{
  color: rgb(125 211 252 / 0.25);
}

.hover\:text-sky-300\/30:hover{
  color: rgb(125 211 252 / 0.3);
}

.hover\:text-sky-300\/35:hover{
  color: rgb(125 211 252 / 0.35);
}

.hover\:text-sky-300\/40:hover{
  color: rgb(125 211 252 / 0.4);
}

.hover\:text-sky-300\/45:hover{
  color: rgb(125 211 252 / 0.45);
}

.hover\:text-sky-300\/5:hover{
  color: rgb(125 211 252 / 0.05);
}

.hover\:text-sky-300\/50:hover{
  color: rgb(125 211 252 / 0.5);
}

.hover\:text-sky-300\/55:hover{
  color: rgb(125 211 252 / 0.55);
}

.hover\:text-sky-300\/60:hover{
  color: rgb(125 211 252 / 0.6);
}

.hover\:text-sky-300\/65:hover{
  color: rgb(125 211 252 / 0.65);
}

.hover\:text-sky-300\/70:hover{
  color: rgb(125 211 252 / 0.7);
}

.hover\:text-sky-300\/75:hover{
  color: rgb(125 211 252 / 0.75);
}

.hover\:text-sky-300\/80:hover{
  color: rgb(125 211 252 / 0.8);
}

.hover\:text-sky-300\/85:hover{
  color: rgb(125 211 252 / 0.85);
}

.hover\:text-sky-300\/90:hover{
  color: rgb(125 211 252 / 0.9);
}

.hover\:text-sky-300\/95:hover{
  color: rgb(125 211 252 / 0.95);
}

.hover\:text-sky-400:hover{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.hover\:text-sky-400\/0:hover{
  color: rgb(56 189 248 / 0);
}

.hover\:text-sky-400\/10:hover{
  color: rgb(56 189 248 / 0.1);
}

.hover\:text-sky-400\/100:hover{
  color: rgb(56 189 248 / 1);
}

.hover\:text-sky-400\/15:hover{
  color: rgb(56 189 248 / 0.15);
}

.hover\:text-sky-400\/20:hover{
  color: rgb(56 189 248 / 0.2);
}

.hover\:text-sky-400\/25:hover{
  color: rgb(56 189 248 / 0.25);
}

.hover\:text-sky-400\/30:hover{
  color: rgb(56 189 248 / 0.3);
}

.hover\:text-sky-400\/35:hover{
  color: rgb(56 189 248 / 0.35);
}

.hover\:text-sky-400\/40:hover{
  color: rgb(56 189 248 / 0.4);
}

.hover\:text-sky-400\/45:hover{
  color: rgb(56 189 248 / 0.45);
}

.hover\:text-sky-400\/5:hover{
  color: rgb(56 189 248 / 0.05);
}

.hover\:text-sky-400\/50:hover{
  color: rgb(56 189 248 / 0.5);
}

.hover\:text-sky-400\/55:hover{
  color: rgb(56 189 248 / 0.55);
}

.hover\:text-sky-400\/60:hover{
  color: rgb(56 189 248 / 0.6);
}

.hover\:text-sky-400\/65:hover{
  color: rgb(56 189 248 / 0.65);
}

.hover\:text-sky-400\/70:hover{
  color: rgb(56 189 248 / 0.7);
}

.hover\:text-sky-400\/75:hover{
  color: rgb(56 189 248 / 0.75);
}

.hover\:text-sky-400\/80:hover{
  color: rgb(56 189 248 / 0.8);
}

.hover\:text-sky-400\/85:hover{
  color: rgb(56 189 248 / 0.85);
}

.hover\:text-sky-400\/90:hover{
  color: rgb(56 189 248 / 0.9);
}

.hover\:text-sky-400\/95:hover{
  color: rgb(56 189 248 / 0.95);
}

.hover\:text-sky-50:hover{
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}

.hover\:text-sky-50\/0:hover{
  color: rgb(240 249 255 / 0);
}

.hover\:text-sky-50\/10:hover{
  color: rgb(240 249 255 / 0.1);
}

.hover\:text-sky-50\/100:hover{
  color: rgb(240 249 255 / 1);
}

.hover\:text-sky-50\/15:hover{
  color: rgb(240 249 255 / 0.15);
}

.hover\:text-sky-50\/20:hover{
  color: rgb(240 249 255 / 0.2);
}

.hover\:text-sky-50\/25:hover{
  color: rgb(240 249 255 / 0.25);
}

.hover\:text-sky-50\/30:hover{
  color: rgb(240 249 255 / 0.3);
}

.hover\:text-sky-50\/35:hover{
  color: rgb(240 249 255 / 0.35);
}

.hover\:text-sky-50\/40:hover{
  color: rgb(240 249 255 / 0.4);
}

.hover\:text-sky-50\/45:hover{
  color: rgb(240 249 255 / 0.45);
}

.hover\:text-sky-50\/5:hover{
  color: rgb(240 249 255 / 0.05);
}

.hover\:text-sky-50\/50:hover{
  color: rgb(240 249 255 / 0.5);
}

.hover\:text-sky-50\/55:hover{
  color: rgb(240 249 255 / 0.55);
}

.hover\:text-sky-50\/60:hover{
  color: rgb(240 249 255 / 0.6);
}

.hover\:text-sky-50\/65:hover{
  color: rgb(240 249 255 / 0.65);
}

.hover\:text-sky-50\/70:hover{
  color: rgb(240 249 255 / 0.7);
}

.hover\:text-sky-50\/75:hover{
  color: rgb(240 249 255 / 0.75);
}

.hover\:text-sky-50\/80:hover{
  color: rgb(240 249 255 / 0.8);
}

.hover\:text-sky-50\/85:hover{
  color: rgb(240 249 255 / 0.85);
}

.hover\:text-sky-50\/90:hover{
  color: rgb(240 249 255 / 0.9);
}

.hover\:text-sky-50\/95:hover{
  color: rgb(240 249 255 / 0.95);
}

.hover\:text-sky-500:hover{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.hover\:text-sky-500\/0:hover{
  color: rgb(14 165 233 / 0);
}

.hover\:text-sky-500\/10:hover{
  color: rgb(14 165 233 / 0.1);
}

.hover\:text-sky-500\/100:hover{
  color: rgb(14 165 233 / 1);
}

.hover\:text-sky-500\/15:hover{
  color: rgb(14 165 233 / 0.15);
}

.hover\:text-sky-500\/20:hover{
  color: rgb(14 165 233 / 0.2);
}

.hover\:text-sky-500\/25:hover{
  color: rgb(14 165 233 / 0.25);
}

.hover\:text-sky-500\/30:hover{
  color: rgb(14 165 233 / 0.3);
}

.hover\:text-sky-500\/35:hover{
  color: rgb(14 165 233 / 0.35);
}

.hover\:text-sky-500\/40:hover{
  color: rgb(14 165 233 / 0.4);
}

.hover\:text-sky-500\/45:hover{
  color: rgb(14 165 233 / 0.45);
}

.hover\:text-sky-500\/5:hover{
  color: rgb(14 165 233 / 0.05);
}

.hover\:text-sky-500\/50:hover{
  color: rgb(14 165 233 / 0.5);
}

.hover\:text-sky-500\/55:hover{
  color: rgb(14 165 233 / 0.55);
}

.hover\:text-sky-500\/60:hover{
  color: rgb(14 165 233 / 0.6);
}

.hover\:text-sky-500\/65:hover{
  color: rgb(14 165 233 / 0.65);
}

.hover\:text-sky-500\/70:hover{
  color: rgb(14 165 233 / 0.7);
}

.hover\:text-sky-500\/75:hover{
  color: rgb(14 165 233 / 0.75);
}

.hover\:text-sky-500\/80:hover{
  color: rgb(14 165 233 / 0.8);
}

.hover\:text-sky-500\/85:hover{
  color: rgb(14 165 233 / 0.85);
}

.hover\:text-sky-500\/90:hover{
  color: rgb(14 165 233 / 0.9);
}

.hover\:text-sky-500\/95:hover{
  color: rgb(14 165 233 / 0.95);
}

.hover\:text-sky-600:hover{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.hover\:text-sky-600\/0:hover{
  color: rgb(2 132 199 / 0);
}

.hover\:text-sky-600\/10:hover{
  color: rgb(2 132 199 / 0.1);
}

.hover\:text-sky-600\/100:hover{
  color: rgb(2 132 199 / 1);
}

.hover\:text-sky-600\/15:hover{
  color: rgb(2 132 199 / 0.15);
}

.hover\:text-sky-600\/20:hover{
  color: rgb(2 132 199 / 0.2);
}

.hover\:text-sky-600\/25:hover{
  color: rgb(2 132 199 / 0.25);
}

.hover\:text-sky-600\/30:hover{
  color: rgb(2 132 199 / 0.3);
}

.hover\:text-sky-600\/35:hover{
  color: rgb(2 132 199 / 0.35);
}

.hover\:text-sky-600\/40:hover{
  color: rgb(2 132 199 / 0.4);
}

.hover\:text-sky-600\/45:hover{
  color: rgb(2 132 199 / 0.45);
}

.hover\:text-sky-600\/5:hover{
  color: rgb(2 132 199 / 0.05);
}

.hover\:text-sky-600\/50:hover{
  color: rgb(2 132 199 / 0.5);
}

.hover\:text-sky-600\/55:hover{
  color: rgb(2 132 199 / 0.55);
}

.hover\:text-sky-600\/60:hover{
  color: rgb(2 132 199 / 0.6);
}

.hover\:text-sky-600\/65:hover{
  color: rgb(2 132 199 / 0.65);
}

.hover\:text-sky-600\/70:hover{
  color: rgb(2 132 199 / 0.7);
}

.hover\:text-sky-600\/75:hover{
  color: rgb(2 132 199 / 0.75);
}

.hover\:text-sky-600\/80:hover{
  color: rgb(2 132 199 / 0.8);
}

.hover\:text-sky-600\/85:hover{
  color: rgb(2 132 199 / 0.85);
}

.hover\:text-sky-600\/90:hover{
  color: rgb(2 132 199 / 0.9);
}

.hover\:text-sky-600\/95:hover{
  color: rgb(2 132 199 / 0.95);
}

.hover\:text-sky-700:hover{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.hover\:text-sky-700\/0:hover{
  color: rgb(3 105 161 / 0);
}

.hover\:text-sky-700\/10:hover{
  color: rgb(3 105 161 / 0.1);
}

.hover\:text-sky-700\/100:hover{
  color: rgb(3 105 161 / 1);
}

.hover\:text-sky-700\/15:hover{
  color: rgb(3 105 161 / 0.15);
}

.hover\:text-sky-700\/20:hover{
  color: rgb(3 105 161 / 0.2);
}

.hover\:text-sky-700\/25:hover{
  color: rgb(3 105 161 / 0.25);
}

.hover\:text-sky-700\/30:hover{
  color: rgb(3 105 161 / 0.3);
}

.hover\:text-sky-700\/35:hover{
  color: rgb(3 105 161 / 0.35);
}

.hover\:text-sky-700\/40:hover{
  color: rgb(3 105 161 / 0.4);
}

.hover\:text-sky-700\/45:hover{
  color: rgb(3 105 161 / 0.45);
}

.hover\:text-sky-700\/5:hover{
  color: rgb(3 105 161 / 0.05);
}

.hover\:text-sky-700\/50:hover{
  color: rgb(3 105 161 / 0.5);
}

.hover\:text-sky-700\/55:hover{
  color: rgb(3 105 161 / 0.55);
}

.hover\:text-sky-700\/60:hover{
  color: rgb(3 105 161 / 0.6);
}

.hover\:text-sky-700\/65:hover{
  color: rgb(3 105 161 / 0.65);
}

.hover\:text-sky-700\/70:hover{
  color: rgb(3 105 161 / 0.7);
}

.hover\:text-sky-700\/75:hover{
  color: rgb(3 105 161 / 0.75);
}

.hover\:text-sky-700\/80:hover{
  color: rgb(3 105 161 / 0.8);
}

.hover\:text-sky-700\/85:hover{
  color: rgb(3 105 161 / 0.85);
}

.hover\:text-sky-700\/90:hover{
  color: rgb(3 105 161 / 0.9);
}

.hover\:text-sky-700\/95:hover{
  color: rgb(3 105 161 / 0.95);
}

.hover\:text-sky-800:hover{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.hover\:text-sky-800\/0:hover{
  color: rgb(7 89 133 / 0);
}

.hover\:text-sky-800\/10:hover{
  color: rgb(7 89 133 / 0.1);
}

.hover\:text-sky-800\/100:hover{
  color: rgb(7 89 133 / 1);
}

.hover\:text-sky-800\/15:hover{
  color: rgb(7 89 133 / 0.15);
}

.hover\:text-sky-800\/20:hover{
  color: rgb(7 89 133 / 0.2);
}

.hover\:text-sky-800\/25:hover{
  color: rgb(7 89 133 / 0.25);
}

.hover\:text-sky-800\/30:hover{
  color: rgb(7 89 133 / 0.3);
}

.hover\:text-sky-800\/35:hover{
  color: rgb(7 89 133 / 0.35);
}

.hover\:text-sky-800\/40:hover{
  color: rgb(7 89 133 / 0.4);
}

.hover\:text-sky-800\/45:hover{
  color: rgb(7 89 133 / 0.45);
}

.hover\:text-sky-800\/5:hover{
  color: rgb(7 89 133 / 0.05);
}

.hover\:text-sky-800\/50:hover{
  color: rgb(7 89 133 / 0.5);
}

.hover\:text-sky-800\/55:hover{
  color: rgb(7 89 133 / 0.55);
}

.hover\:text-sky-800\/60:hover{
  color: rgb(7 89 133 / 0.6);
}

.hover\:text-sky-800\/65:hover{
  color: rgb(7 89 133 / 0.65);
}

.hover\:text-sky-800\/70:hover{
  color: rgb(7 89 133 / 0.7);
}

.hover\:text-sky-800\/75:hover{
  color: rgb(7 89 133 / 0.75);
}

.hover\:text-sky-800\/80:hover{
  color: rgb(7 89 133 / 0.8);
}

.hover\:text-sky-800\/85:hover{
  color: rgb(7 89 133 / 0.85);
}

.hover\:text-sky-800\/90:hover{
  color: rgb(7 89 133 / 0.9);
}

.hover\:text-sky-800\/95:hover{
  color: rgb(7 89 133 / 0.95);
}

.hover\:text-sky-900:hover{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.hover\:text-sky-900\/0:hover{
  color: rgb(12 74 110 / 0);
}

.hover\:text-sky-900\/10:hover{
  color: rgb(12 74 110 / 0.1);
}

.hover\:text-sky-900\/100:hover{
  color: rgb(12 74 110 / 1);
}

.hover\:text-sky-900\/15:hover{
  color: rgb(12 74 110 / 0.15);
}

.hover\:text-sky-900\/20:hover{
  color: rgb(12 74 110 / 0.2);
}

.hover\:text-sky-900\/25:hover{
  color: rgb(12 74 110 / 0.25);
}

.hover\:text-sky-900\/30:hover{
  color: rgb(12 74 110 / 0.3);
}

.hover\:text-sky-900\/35:hover{
  color: rgb(12 74 110 / 0.35);
}

.hover\:text-sky-900\/40:hover{
  color: rgb(12 74 110 / 0.4);
}

.hover\:text-sky-900\/45:hover{
  color: rgb(12 74 110 / 0.45);
}

.hover\:text-sky-900\/5:hover{
  color: rgb(12 74 110 / 0.05);
}

.hover\:text-sky-900\/50:hover{
  color: rgb(12 74 110 / 0.5);
}

.hover\:text-sky-900\/55:hover{
  color: rgb(12 74 110 / 0.55);
}

.hover\:text-sky-900\/60:hover{
  color: rgb(12 74 110 / 0.6);
}

.hover\:text-sky-900\/65:hover{
  color: rgb(12 74 110 / 0.65);
}

.hover\:text-sky-900\/70:hover{
  color: rgb(12 74 110 / 0.7);
}

.hover\:text-sky-900\/75:hover{
  color: rgb(12 74 110 / 0.75);
}

.hover\:text-sky-900\/80:hover{
  color: rgb(12 74 110 / 0.8);
}

.hover\:text-sky-900\/85:hover{
  color: rgb(12 74 110 / 0.85);
}

.hover\:text-sky-900\/90:hover{
  color: rgb(12 74 110 / 0.9);
}

.hover\:text-sky-900\/95:hover{
  color: rgb(12 74 110 / 0.95);
}

.hover\:text-sky-950:hover{
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}

.hover\:text-sky-950\/0:hover{
  color: rgb(8 47 73 / 0);
}

.hover\:text-sky-950\/10:hover{
  color: rgb(8 47 73 / 0.1);
}

.hover\:text-sky-950\/100:hover{
  color: rgb(8 47 73 / 1);
}

.hover\:text-sky-950\/15:hover{
  color: rgb(8 47 73 / 0.15);
}

.hover\:text-sky-950\/20:hover{
  color: rgb(8 47 73 / 0.2);
}

.hover\:text-sky-950\/25:hover{
  color: rgb(8 47 73 / 0.25);
}

.hover\:text-sky-950\/30:hover{
  color: rgb(8 47 73 / 0.3);
}

.hover\:text-sky-950\/35:hover{
  color: rgb(8 47 73 / 0.35);
}

.hover\:text-sky-950\/40:hover{
  color: rgb(8 47 73 / 0.4);
}

.hover\:text-sky-950\/45:hover{
  color: rgb(8 47 73 / 0.45);
}

.hover\:text-sky-950\/5:hover{
  color: rgb(8 47 73 / 0.05);
}

.hover\:text-sky-950\/50:hover{
  color: rgb(8 47 73 / 0.5);
}

.hover\:text-sky-950\/55:hover{
  color: rgb(8 47 73 / 0.55);
}

.hover\:text-sky-950\/60:hover{
  color: rgb(8 47 73 / 0.6);
}

.hover\:text-sky-950\/65:hover{
  color: rgb(8 47 73 / 0.65);
}

.hover\:text-sky-950\/70:hover{
  color: rgb(8 47 73 / 0.7);
}

.hover\:text-sky-950\/75:hover{
  color: rgb(8 47 73 / 0.75);
}

.hover\:text-sky-950\/80:hover{
  color: rgb(8 47 73 / 0.8);
}

.hover\:text-sky-950\/85:hover{
  color: rgb(8 47 73 / 0.85);
}

.hover\:text-sky-950\/90:hover{
  color: rgb(8 47 73 / 0.9);
}

.hover\:text-sky-950\/95:hover{
  color: rgb(8 47 73 / 0.95);
}

.hover\:text-slate-100:hover{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.hover\:text-slate-100\/0:hover{
  color: rgb(241 245 249 / 0);
}

.hover\:text-slate-100\/10:hover{
  color: rgb(241 245 249 / 0.1);
}

.hover\:text-slate-100\/100:hover{
  color: rgb(241 245 249 / 1);
}

.hover\:text-slate-100\/15:hover{
  color: rgb(241 245 249 / 0.15);
}

.hover\:text-slate-100\/20:hover{
  color: rgb(241 245 249 / 0.2);
}

.hover\:text-slate-100\/25:hover{
  color: rgb(241 245 249 / 0.25);
}

.hover\:text-slate-100\/30:hover{
  color: rgb(241 245 249 / 0.3);
}

.hover\:text-slate-100\/35:hover{
  color: rgb(241 245 249 / 0.35);
}

.hover\:text-slate-100\/40:hover{
  color: rgb(241 245 249 / 0.4);
}

.hover\:text-slate-100\/45:hover{
  color: rgb(241 245 249 / 0.45);
}

.hover\:text-slate-100\/5:hover{
  color: rgb(241 245 249 / 0.05);
}

.hover\:text-slate-100\/50:hover{
  color: rgb(241 245 249 / 0.5);
}

.hover\:text-slate-100\/55:hover{
  color: rgb(241 245 249 / 0.55);
}

.hover\:text-slate-100\/60:hover{
  color: rgb(241 245 249 / 0.6);
}

.hover\:text-slate-100\/65:hover{
  color: rgb(241 245 249 / 0.65);
}

.hover\:text-slate-100\/70:hover{
  color: rgb(241 245 249 / 0.7);
}

.hover\:text-slate-100\/75:hover{
  color: rgb(241 245 249 / 0.75);
}

.hover\:text-slate-100\/80:hover{
  color: rgb(241 245 249 / 0.8);
}

.hover\:text-slate-100\/85:hover{
  color: rgb(241 245 249 / 0.85);
}

.hover\:text-slate-100\/90:hover{
  color: rgb(241 245 249 / 0.9);
}

.hover\:text-slate-100\/95:hover{
  color: rgb(241 245 249 / 0.95);
}

.hover\:text-slate-200:hover{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.hover\:text-slate-200\/0:hover{
  color: rgb(226 232 240 / 0);
}

.hover\:text-slate-200\/10:hover{
  color: rgb(226 232 240 / 0.1);
}

.hover\:text-slate-200\/100:hover{
  color: rgb(226 232 240 / 1);
}

.hover\:text-slate-200\/15:hover{
  color: rgb(226 232 240 / 0.15);
}

.hover\:text-slate-200\/20:hover{
  color: rgb(226 232 240 / 0.2);
}

.hover\:text-slate-200\/25:hover{
  color: rgb(226 232 240 / 0.25);
}

.hover\:text-slate-200\/30:hover{
  color: rgb(226 232 240 / 0.3);
}

.hover\:text-slate-200\/35:hover{
  color: rgb(226 232 240 / 0.35);
}

.hover\:text-slate-200\/40:hover{
  color: rgb(226 232 240 / 0.4);
}

.hover\:text-slate-200\/45:hover{
  color: rgb(226 232 240 / 0.45);
}

.hover\:text-slate-200\/5:hover{
  color: rgb(226 232 240 / 0.05);
}

.hover\:text-slate-200\/50:hover{
  color: rgb(226 232 240 / 0.5);
}

.hover\:text-slate-200\/55:hover{
  color: rgb(226 232 240 / 0.55);
}

.hover\:text-slate-200\/60:hover{
  color: rgb(226 232 240 / 0.6);
}

.hover\:text-slate-200\/65:hover{
  color: rgb(226 232 240 / 0.65);
}

.hover\:text-slate-200\/70:hover{
  color: rgb(226 232 240 / 0.7);
}

.hover\:text-slate-200\/75:hover{
  color: rgb(226 232 240 / 0.75);
}

.hover\:text-slate-200\/80:hover{
  color: rgb(226 232 240 / 0.8);
}

.hover\:text-slate-200\/85:hover{
  color: rgb(226 232 240 / 0.85);
}

.hover\:text-slate-200\/90:hover{
  color: rgb(226 232 240 / 0.9);
}

.hover\:text-slate-200\/95:hover{
  color: rgb(226 232 240 / 0.95);
}

.hover\:text-slate-300:hover{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.hover\:text-slate-300\/0:hover{
  color: rgb(203 213 225 / 0);
}

.hover\:text-slate-300\/10:hover{
  color: rgb(203 213 225 / 0.1);
}

.hover\:text-slate-300\/100:hover{
  color: rgb(203 213 225 / 1);
}

.hover\:text-slate-300\/15:hover{
  color: rgb(203 213 225 / 0.15);
}

.hover\:text-slate-300\/20:hover{
  color: rgb(203 213 225 / 0.2);
}

.hover\:text-slate-300\/25:hover{
  color: rgb(203 213 225 / 0.25);
}

.hover\:text-slate-300\/30:hover{
  color: rgb(203 213 225 / 0.3);
}

.hover\:text-slate-300\/35:hover{
  color: rgb(203 213 225 / 0.35);
}

.hover\:text-slate-300\/40:hover{
  color: rgb(203 213 225 / 0.4);
}

.hover\:text-slate-300\/45:hover{
  color: rgb(203 213 225 / 0.45);
}

.hover\:text-slate-300\/5:hover{
  color: rgb(203 213 225 / 0.05);
}

.hover\:text-slate-300\/50:hover{
  color: rgb(203 213 225 / 0.5);
}

.hover\:text-slate-300\/55:hover{
  color: rgb(203 213 225 / 0.55);
}

.hover\:text-slate-300\/60:hover{
  color: rgb(203 213 225 / 0.6);
}

.hover\:text-slate-300\/65:hover{
  color: rgb(203 213 225 / 0.65);
}

.hover\:text-slate-300\/70:hover{
  color: rgb(203 213 225 / 0.7);
}

.hover\:text-slate-300\/75:hover{
  color: rgb(203 213 225 / 0.75);
}

.hover\:text-slate-300\/80:hover{
  color: rgb(203 213 225 / 0.8);
}

.hover\:text-slate-300\/85:hover{
  color: rgb(203 213 225 / 0.85);
}

.hover\:text-slate-300\/90:hover{
  color: rgb(203 213 225 / 0.9);
}

.hover\:text-slate-300\/95:hover{
  color: rgb(203 213 225 / 0.95);
}

.hover\:text-slate-400:hover{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.hover\:text-slate-400\/0:hover{
  color: rgb(148 163 184 / 0);
}

.hover\:text-slate-400\/10:hover{
  color: rgb(148 163 184 / 0.1);
}

.hover\:text-slate-400\/100:hover{
  color: rgb(148 163 184 / 1);
}

.hover\:text-slate-400\/15:hover{
  color: rgb(148 163 184 / 0.15);
}

.hover\:text-slate-400\/20:hover{
  color: rgb(148 163 184 / 0.2);
}

.hover\:text-slate-400\/25:hover{
  color: rgb(148 163 184 / 0.25);
}

.hover\:text-slate-400\/30:hover{
  color: rgb(148 163 184 / 0.3);
}

.hover\:text-slate-400\/35:hover{
  color: rgb(148 163 184 / 0.35);
}

.hover\:text-slate-400\/40:hover{
  color: rgb(148 163 184 / 0.4);
}

.hover\:text-slate-400\/45:hover{
  color: rgb(148 163 184 / 0.45);
}

.hover\:text-slate-400\/5:hover{
  color: rgb(148 163 184 / 0.05);
}

.hover\:text-slate-400\/50:hover{
  color: rgb(148 163 184 / 0.5);
}

.hover\:text-slate-400\/55:hover{
  color: rgb(148 163 184 / 0.55);
}

.hover\:text-slate-400\/60:hover{
  color: rgb(148 163 184 / 0.6);
}

.hover\:text-slate-400\/65:hover{
  color: rgb(148 163 184 / 0.65);
}

.hover\:text-slate-400\/70:hover{
  color: rgb(148 163 184 / 0.7);
}

.hover\:text-slate-400\/75:hover{
  color: rgb(148 163 184 / 0.75);
}

.hover\:text-slate-400\/80:hover{
  color: rgb(148 163 184 / 0.8);
}

.hover\:text-slate-400\/85:hover{
  color: rgb(148 163 184 / 0.85);
}

.hover\:text-slate-400\/90:hover{
  color: rgb(148 163 184 / 0.9);
}

.hover\:text-slate-400\/95:hover{
  color: rgb(148 163 184 / 0.95);
}

.hover\:text-slate-50:hover{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.hover\:text-slate-50\/0:hover{
  color: rgb(248 250 252 / 0);
}

.hover\:text-slate-50\/10:hover{
  color: rgb(248 250 252 / 0.1);
}

.hover\:text-slate-50\/100:hover{
  color: rgb(248 250 252 / 1);
}

.hover\:text-slate-50\/15:hover{
  color: rgb(248 250 252 / 0.15);
}

.hover\:text-slate-50\/20:hover{
  color: rgb(248 250 252 / 0.2);
}

.hover\:text-slate-50\/25:hover{
  color: rgb(248 250 252 / 0.25);
}

.hover\:text-slate-50\/30:hover{
  color: rgb(248 250 252 / 0.3);
}

.hover\:text-slate-50\/35:hover{
  color: rgb(248 250 252 / 0.35);
}

.hover\:text-slate-50\/40:hover{
  color: rgb(248 250 252 / 0.4);
}

.hover\:text-slate-50\/45:hover{
  color: rgb(248 250 252 / 0.45);
}

.hover\:text-slate-50\/5:hover{
  color: rgb(248 250 252 / 0.05);
}

.hover\:text-slate-50\/50:hover{
  color: rgb(248 250 252 / 0.5);
}

.hover\:text-slate-50\/55:hover{
  color: rgb(248 250 252 / 0.55);
}

.hover\:text-slate-50\/60:hover{
  color: rgb(248 250 252 / 0.6);
}

.hover\:text-slate-50\/65:hover{
  color: rgb(248 250 252 / 0.65);
}

.hover\:text-slate-50\/70:hover{
  color: rgb(248 250 252 / 0.7);
}

.hover\:text-slate-50\/75:hover{
  color: rgb(248 250 252 / 0.75);
}

.hover\:text-slate-50\/80:hover{
  color: rgb(248 250 252 / 0.8);
}

.hover\:text-slate-50\/85:hover{
  color: rgb(248 250 252 / 0.85);
}

.hover\:text-slate-50\/90:hover{
  color: rgb(248 250 252 / 0.9);
}

.hover\:text-slate-50\/95:hover{
  color: rgb(248 250 252 / 0.95);
}

.hover\:text-slate-500:hover{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.hover\:text-slate-500\/0:hover{
  color: rgb(100 116 139 / 0);
}

.hover\:text-slate-500\/10:hover{
  color: rgb(100 116 139 / 0.1);
}

.hover\:text-slate-500\/100:hover{
  color: rgb(100 116 139 / 1);
}

.hover\:text-slate-500\/15:hover{
  color: rgb(100 116 139 / 0.15);
}

.hover\:text-slate-500\/20:hover{
  color: rgb(100 116 139 / 0.2);
}

.hover\:text-slate-500\/25:hover{
  color: rgb(100 116 139 / 0.25);
}

.hover\:text-slate-500\/30:hover{
  color: rgb(100 116 139 / 0.3);
}

.hover\:text-slate-500\/35:hover{
  color: rgb(100 116 139 / 0.35);
}

.hover\:text-slate-500\/40:hover{
  color: rgb(100 116 139 / 0.4);
}

.hover\:text-slate-500\/45:hover{
  color: rgb(100 116 139 / 0.45);
}

.hover\:text-slate-500\/5:hover{
  color: rgb(100 116 139 / 0.05);
}

.hover\:text-slate-500\/50:hover{
  color: rgb(100 116 139 / 0.5);
}

.hover\:text-slate-500\/55:hover{
  color: rgb(100 116 139 / 0.55);
}

.hover\:text-slate-500\/60:hover{
  color: rgb(100 116 139 / 0.6);
}

.hover\:text-slate-500\/65:hover{
  color: rgb(100 116 139 / 0.65);
}

.hover\:text-slate-500\/70:hover{
  color: rgb(100 116 139 / 0.7);
}

.hover\:text-slate-500\/75:hover{
  color: rgb(100 116 139 / 0.75);
}

.hover\:text-slate-500\/80:hover{
  color: rgb(100 116 139 / 0.8);
}

.hover\:text-slate-500\/85:hover{
  color: rgb(100 116 139 / 0.85);
}

.hover\:text-slate-500\/90:hover{
  color: rgb(100 116 139 / 0.9);
}

.hover\:text-slate-500\/95:hover{
  color: rgb(100 116 139 / 0.95);
}

.hover\:text-slate-600:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.hover\:text-slate-600\/0:hover{
  color: rgb(71 85 105 / 0);
}

.hover\:text-slate-600\/10:hover{
  color: rgb(71 85 105 / 0.1);
}

.hover\:text-slate-600\/100:hover{
  color: rgb(71 85 105 / 1);
}

.hover\:text-slate-600\/15:hover{
  color: rgb(71 85 105 / 0.15);
}

.hover\:text-slate-600\/20:hover{
  color: rgb(71 85 105 / 0.2);
}

.hover\:text-slate-600\/25:hover{
  color: rgb(71 85 105 / 0.25);
}

.hover\:text-slate-600\/30:hover{
  color: rgb(71 85 105 / 0.3);
}

.hover\:text-slate-600\/35:hover{
  color: rgb(71 85 105 / 0.35);
}

.hover\:text-slate-600\/40:hover{
  color: rgb(71 85 105 / 0.4);
}

.hover\:text-slate-600\/45:hover{
  color: rgb(71 85 105 / 0.45);
}

.hover\:text-slate-600\/5:hover{
  color: rgb(71 85 105 / 0.05);
}

.hover\:text-slate-600\/50:hover{
  color: rgb(71 85 105 / 0.5);
}

.hover\:text-slate-600\/55:hover{
  color: rgb(71 85 105 / 0.55);
}

.hover\:text-slate-600\/60:hover{
  color: rgb(71 85 105 / 0.6);
}

.hover\:text-slate-600\/65:hover{
  color: rgb(71 85 105 / 0.65);
}

.hover\:text-slate-600\/70:hover{
  color: rgb(71 85 105 / 0.7);
}

.hover\:text-slate-600\/75:hover{
  color: rgb(71 85 105 / 0.75);
}

.hover\:text-slate-600\/80:hover{
  color: rgb(71 85 105 / 0.8);
}

.hover\:text-slate-600\/85:hover{
  color: rgb(71 85 105 / 0.85);
}

.hover\:text-slate-600\/90:hover{
  color: rgb(71 85 105 / 0.9);
}

.hover\:text-slate-600\/95:hover{
  color: rgb(71 85 105 / 0.95);
}

.hover\:text-slate-700:hover{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.hover\:text-slate-700\/0:hover{
  color: rgb(51 65 85 / 0);
}

.hover\:text-slate-700\/10:hover{
  color: rgb(51 65 85 / 0.1);
}

.hover\:text-slate-700\/100:hover{
  color: rgb(51 65 85 / 1);
}

.hover\:text-slate-700\/15:hover{
  color: rgb(51 65 85 / 0.15);
}

.hover\:text-slate-700\/20:hover{
  color: rgb(51 65 85 / 0.2);
}

.hover\:text-slate-700\/25:hover{
  color: rgb(51 65 85 / 0.25);
}

.hover\:text-slate-700\/30:hover{
  color: rgb(51 65 85 / 0.3);
}

.hover\:text-slate-700\/35:hover{
  color: rgb(51 65 85 / 0.35);
}

.hover\:text-slate-700\/40:hover{
  color: rgb(51 65 85 / 0.4);
}

.hover\:text-slate-700\/45:hover{
  color: rgb(51 65 85 / 0.45);
}

.hover\:text-slate-700\/5:hover{
  color: rgb(51 65 85 / 0.05);
}

.hover\:text-slate-700\/50:hover{
  color: rgb(51 65 85 / 0.5);
}

.hover\:text-slate-700\/55:hover{
  color: rgb(51 65 85 / 0.55);
}

.hover\:text-slate-700\/60:hover{
  color: rgb(51 65 85 / 0.6);
}

.hover\:text-slate-700\/65:hover{
  color: rgb(51 65 85 / 0.65);
}

.hover\:text-slate-700\/70:hover{
  color: rgb(51 65 85 / 0.7);
}

.hover\:text-slate-700\/75:hover{
  color: rgb(51 65 85 / 0.75);
}

.hover\:text-slate-700\/80:hover{
  color: rgb(51 65 85 / 0.8);
}

.hover\:text-slate-700\/85:hover{
  color: rgb(51 65 85 / 0.85);
}

.hover\:text-slate-700\/90:hover{
  color: rgb(51 65 85 / 0.9);
}

.hover\:text-slate-700\/95:hover{
  color: rgb(51 65 85 / 0.95);
}

.hover\:text-slate-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.hover\:text-slate-800\/0:hover{
  color: rgb(30 41 59 / 0);
}

.hover\:text-slate-800\/10:hover{
  color: rgb(30 41 59 / 0.1);
}

.hover\:text-slate-800\/100:hover{
  color: rgb(30 41 59 / 1);
}

.hover\:text-slate-800\/15:hover{
  color: rgb(30 41 59 / 0.15);
}

.hover\:text-slate-800\/20:hover{
  color: rgb(30 41 59 / 0.2);
}

.hover\:text-slate-800\/25:hover{
  color: rgb(30 41 59 / 0.25);
}

.hover\:text-slate-800\/30:hover{
  color: rgb(30 41 59 / 0.3);
}

.hover\:text-slate-800\/35:hover{
  color: rgb(30 41 59 / 0.35);
}

.hover\:text-slate-800\/40:hover{
  color: rgb(30 41 59 / 0.4);
}

.hover\:text-slate-800\/45:hover{
  color: rgb(30 41 59 / 0.45);
}

.hover\:text-slate-800\/5:hover{
  color: rgb(30 41 59 / 0.05);
}

.hover\:text-slate-800\/50:hover{
  color: rgb(30 41 59 / 0.5);
}

.hover\:text-slate-800\/55:hover{
  color: rgb(30 41 59 / 0.55);
}

.hover\:text-slate-800\/60:hover{
  color: rgb(30 41 59 / 0.6);
}

.hover\:text-slate-800\/65:hover{
  color: rgb(30 41 59 / 0.65);
}

.hover\:text-slate-800\/70:hover{
  color: rgb(30 41 59 / 0.7);
}

.hover\:text-slate-800\/75:hover{
  color: rgb(30 41 59 / 0.75);
}

.hover\:text-slate-800\/80:hover{
  color: rgb(30 41 59 / 0.8);
}

.hover\:text-slate-800\/85:hover{
  color: rgb(30 41 59 / 0.85);
}

.hover\:text-slate-800\/90:hover{
  color: rgb(30 41 59 / 0.9);
}

.hover\:text-slate-800\/95:hover{
  color: rgb(30 41 59 / 0.95);
}

.hover\:text-slate-900:hover{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.hover\:text-slate-900\/0:hover{
  color: rgb(15 23 42 / 0);
}

.hover\:text-slate-900\/10:hover{
  color: rgb(15 23 42 / 0.1);
}

.hover\:text-slate-900\/100:hover{
  color: rgb(15 23 42 / 1);
}

.hover\:text-slate-900\/15:hover{
  color: rgb(15 23 42 / 0.15);
}

.hover\:text-slate-900\/20:hover{
  color: rgb(15 23 42 / 0.2);
}

.hover\:text-slate-900\/25:hover{
  color: rgb(15 23 42 / 0.25);
}

.hover\:text-slate-900\/30:hover{
  color: rgb(15 23 42 / 0.3);
}

.hover\:text-slate-900\/35:hover{
  color: rgb(15 23 42 / 0.35);
}

.hover\:text-slate-900\/40:hover{
  color: rgb(15 23 42 / 0.4);
}

.hover\:text-slate-900\/45:hover{
  color: rgb(15 23 42 / 0.45);
}

.hover\:text-slate-900\/5:hover{
  color: rgb(15 23 42 / 0.05);
}

.hover\:text-slate-900\/50:hover{
  color: rgb(15 23 42 / 0.5);
}

.hover\:text-slate-900\/55:hover{
  color: rgb(15 23 42 / 0.55);
}

.hover\:text-slate-900\/60:hover{
  color: rgb(15 23 42 / 0.6);
}

.hover\:text-slate-900\/65:hover{
  color: rgb(15 23 42 / 0.65);
}

.hover\:text-slate-900\/70:hover{
  color: rgb(15 23 42 / 0.7);
}

.hover\:text-slate-900\/75:hover{
  color: rgb(15 23 42 / 0.75);
}

.hover\:text-slate-900\/80:hover{
  color: rgb(15 23 42 / 0.8);
}

.hover\:text-slate-900\/85:hover{
  color: rgb(15 23 42 / 0.85);
}

.hover\:text-slate-900\/90:hover{
  color: rgb(15 23 42 / 0.9);
}

.hover\:text-slate-900\/95:hover{
  color: rgb(15 23 42 / 0.95);
}

.hover\:text-slate-950:hover{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}

.hover\:text-slate-950\/0:hover{
  color: rgb(2 6 23 / 0);
}

.hover\:text-slate-950\/10:hover{
  color: rgb(2 6 23 / 0.1);
}

.hover\:text-slate-950\/100:hover{
  color: rgb(2 6 23 / 1);
}

.hover\:text-slate-950\/15:hover{
  color: rgb(2 6 23 / 0.15);
}

.hover\:text-slate-950\/20:hover{
  color: rgb(2 6 23 / 0.2);
}

.hover\:text-slate-950\/25:hover{
  color: rgb(2 6 23 / 0.25);
}

.hover\:text-slate-950\/30:hover{
  color: rgb(2 6 23 / 0.3);
}

.hover\:text-slate-950\/35:hover{
  color: rgb(2 6 23 / 0.35);
}

.hover\:text-slate-950\/40:hover{
  color: rgb(2 6 23 / 0.4);
}

.hover\:text-slate-950\/45:hover{
  color: rgb(2 6 23 / 0.45);
}

.hover\:text-slate-950\/5:hover{
  color: rgb(2 6 23 / 0.05);
}

.hover\:text-slate-950\/50:hover{
  color: rgb(2 6 23 / 0.5);
}

.hover\:text-slate-950\/55:hover{
  color: rgb(2 6 23 / 0.55);
}

.hover\:text-slate-950\/60:hover{
  color: rgb(2 6 23 / 0.6);
}

.hover\:text-slate-950\/65:hover{
  color: rgb(2 6 23 / 0.65);
}

.hover\:text-slate-950\/70:hover{
  color: rgb(2 6 23 / 0.7);
}

.hover\:text-slate-950\/75:hover{
  color: rgb(2 6 23 / 0.75);
}

.hover\:text-slate-950\/80:hover{
  color: rgb(2 6 23 / 0.8);
}

.hover\:text-slate-950\/85:hover{
  color: rgb(2 6 23 / 0.85);
}

.hover\:text-slate-950\/90:hover{
  color: rgb(2 6 23 / 0.9);
}

.hover\:text-slate-950\/95:hover{
  color: rgb(2 6 23 / 0.95);
}

.hover\:text-stone-100:hover{
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}

.hover\:text-stone-100\/0:hover{
  color: rgb(245 245 244 / 0);
}

.hover\:text-stone-100\/10:hover{
  color: rgb(245 245 244 / 0.1);
}

.hover\:text-stone-100\/100:hover{
  color: rgb(245 245 244 / 1);
}

.hover\:text-stone-100\/15:hover{
  color: rgb(245 245 244 / 0.15);
}

.hover\:text-stone-100\/20:hover{
  color: rgb(245 245 244 / 0.2);
}

.hover\:text-stone-100\/25:hover{
  color: rgb(245 245 244 / 0.25);
}

.hover\:text-stone-100\/30:hover{
  color: rgb(245 245 244 / 0.3);
}

.hover\:text-stone-100\/35:hover{
  color: rgb(245 245 244 / 0.35);
}

.hover\:text-stone-100\/40:hover{
  color: rgb(245 245 244 / 0.4);
}

.hover\:text-stone-100\/45:hover{
  color: rgb(245 245 244 / 0.45);
}

.hover\:text-stone-100\/5:hover{
  color: rgb(245 245 244 / 0.05);
}

.hover\:text-stone-100\/50:hover{
  color: rgb(245 245 244 / 0.5);
}

.hover\:text-stone-100\/55:hover{
  color: rgb(245 245 244 / 0.55);
}

.hover\:text-stone-100\/60:hover{
  color: rgb(245 245 244 / 0.6);
}

.hover\:text-stone-100\/65:hover{
  color: rgb(245 245 244 / 0.65);
}

.hover\:text-stone-100\/70:hover{
  color: rgb(245 245 244 / 0.7);
}

.hover\:text-stone-100\/75:hover{
  color: rgb(245 245 244 / 0.75);
}

.hover\:text-stone-100\/80:hover{
  color: rgb(245 245 244 / 0.8);
}

.hover\:text-stone-100\/85:hover{
  color: rgb(245 245 244 / 0.85);
}

.hover\:text-stone-100\/90:hover{
  color: rgb(245 245 244 / 0.9);
}

.hover\:text-stone-100\/95:hover{
  color: rgb(245 245 244 / 0.95);
}

.hover\:text-stone-200:hover{
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}

.hover\:text-stone-200\/0:hover{
  color: rgb(231 229 228 / 0);
}

.hover\:text-stone-200\/10:hover{
  color: rgb(231 229 228 / 0.1);
}

.hover\:text-stone-200\/100:hover{
  color: rgb(231 229 228 / 1);
}

.hover\:text-stone-200\/15:hover{
  color: rgb(231 229 228 / 0.15);
}

.hover\:text-stone-200\/20:hover{
  color: rgb(231 229 228 / 0.2);
}

.hover\:text-stone-200\/25:hover{
  color: rgb(231 229 228 / 0.25);
}

.hover\:text-stone-200\/30:hover{
  color: rgb(231 229 228 / 0.3);
}

.hover\:text-stone-200\/35:hover{
  color: rgb(231 229 228 / 0.35);
}

.hover\:text-stone-200\/40:hover{
  color: rgb(231 229 228 / 0.4);
}

.hover\:text-stone-200\/45:hover{
  color: rgb(231 229 228 / 0.45);
}

.hover\:text-stone-200\/5:hover{
  color: rgb(231 229 228 / 0.05);
}

.hover\:text-stone-200\/50:hover{
  color: rgb(231 229 228 / 0.5);
}

.hover\:text-stone-200\/55:hover{
  color: rgb(231 229 228 / 0.55);
}

.hover\:text-stone-200\/60:hover{
  color: rgb(231 229 228 / 0.6);
}

.hover\:text-stone-200\/65:hover{
  color: rgb(231 229 228 / 0.65);
}

.hover\:text-stone-200\/70:hover{
  color: rgb(231 229 228 / 0.7);
}

.hover\:text-stone-200\/75:hover{
  color: rgb(231 229 228 / 0.75);
}

.hover\:text-stone-200\/80:hover{
  color: rgb(231 229 228 / 0.8);
}

.hover\:text-stone-200\/85:hover{
  color: rgb(231 229 228 / 0.85);
}

.hover\:text-stone-200\/90:hover{
  color: rgb(231 229 228 / 0.9);
}

.hover\:text-stone-200\/95:hover{
  color: rgb(231 229 228 / 0.95);
}

.hover\:text-stone-300:hover{
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.hover\:text-stone-300\/0:hover{
  color: rgb(214 211 209 / 0);
}

.hover\:text-stone-300\/10:hover{
  color: rgb(214 211 209 / 0.1);
}

.hover\:text-stone-300\/100:hover{
  color: rgb(214 211 209 / 1);
}

.hover\:text-stone-300\/15:hover{
  color: rgb(214 211 209 / 0.15);
}

.hover\:text-stone-300\/20:hover{
  color: rgb(214 211 209 / 0.2);
}

.hover\:text-stone-300\/25:hover{
  color: rgb(214 211 209 / 0.25);
}

.hover\:text-stone-300\/30:hover{
  color: rgb(214 211 209 / 0.3);
}

.hover\:text-stone-300\/35:hover{
  color: rgb(214 211 209 / 0.35);
}

.hover\:text-stone-300\/40:hover{
  color: rgb(214 211 209 / 0.4);
}

.hover\:text-stone-300\/45:hover{
  color: rgb(214 211 209 / 0.45);
}

.hover\:text-stone-300\/5:hover{
  color: rgb(214 211 209 / 0.05);
}

.hover\:text-stone-300\/50:hover{
  color: rgb(214 211 209 / 0.5);
}

.hover\:text-stone-300\/55:hover{
  color: rgb(214 211 209 / 0.55);
}

.hover\:text-stone-300\/60:hover{
  color: rgb(214 211 209 / 0.6);
}

.hover\:text-stone-300\/65:hover{
  color: rgb(214 211 209 / 0.65);
}

.hover\:text-stone-300\/70:hover{
  color: rgb(214 211 209 / 0.7);
}

.hover\:text-stone-300\/75:hover{
  color: rgb(214 211 209 / 0.75);
}

.hover\:text-stone-300\/80:hover{
  color: rgb(214 211 209 / 0.8);
}

.hover\:text-stone-300\/85:hover{
  color: rgb(214 211 209 / 0.85);
}

.hover\:text-stone-300\/90:hover{
  color: rgb(214 211 209 / 0.9);
}

.hover\:text-stone-300\/95:hover{
  color: rgb(214 211 209 / 0.95);
}

.hover\:text-stone-400:hover{
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.hover\:text-stone-400\/0:hover{
  color: rgb(168 162 158 / 0);
}

.hover\:text-stone-400\/10:hover{
  color: rgb(168 162 158 / 0.1);
}

.hover\:text-stone-400\/100:hover{
  color: rgb(168 162 158 / 1);
}

.hover\:text-stone-400\/15:hover{
  color: rgb(168 162 158 / 0.15);
}

.hover\:text-stone-400\/20:hover{
  color: rgb(168 162 158 / 0.2);
}

.hover\:text-stone-400\/25:hover{
  color: rgb(168 162 158 / 0.25);
}

.hover\:text-stone-400\/30:hover{
  color: rgb(168 162 158 / 0.3);
}

.hover\:text-stone-400\/35:hover{
  color: rgb(168 162 158 / 0.35);
}

.hover\:text-stone-400\/40:hover{
  color: rgb(168 162 158 / 0.4);
}

.hover\:text-stone-400\/45:hover{
  color: rgb(168 162 158 / 0.45);
}

.hover\:text-stone-400\/5:hover{
  color: rgb(168 162 158 / 0.05);
}

.hover\:text-stone-400\/50:hover{
  color: rgb(168 162 158 / 0.5);
}

.hover\:text-stone-400\/55:hover{
  color: rgb(168 162 158 / 0.55);
}

.hover\:text-stone-400\/60:hover{
  color: rgb(168 162 158 / 0.6);
}

.hover\:text-stone-400\/65:hover{
  color: rgb(168 162 158 / 0.65);
}

.hover\:text-stone-400\/70:hover{
  color: rgb(168 162 158 / 0.7);
}

.hover\:text-stone-400\/75:hover{
  color: rgb(168 162 158 / 0.75);
}

.hover\:text-stone-400\/80:hover{
  color: rgb(168 162 158 / 0.8);
}

.hover\:text-stone-400\/85:hover{
  color: rgb(168 162 158 / 0.85);
}

.hover\:text-stone-400\/90:hover{
  color: rgb(168 162 158 / 0.9);
}

.hover\:text-stone-400\/95:hover{
  color: rgb(168 162 158 / 0.95);
}

.hover\:text-stone-50:hover{
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}

.hover\:text-stone-50\/0:hover{
  color: rgb(250 250 249 / 0);
}

.hover\:text-stone-50\/10:hover{
  color: rgb(250 250 249 / 0.1);
}

.hover\:text-stone-50\/100:hover{
  color: rgb(250 250 249 / 1);
}

.hover\:text-stone-50\/15:hover{
  color: rgb(250 250 249 / 0.15);
}

.hover\:text-stone-50\/20:hover{
  color: rgb(250 250 249 / 0.2);
}

.hover\:text-stone-50\/25:hover{
  color: rgb(250 250 249 / 0.25);
}

.hover\:text-stone-50\/30:hover{
  color: rgb(250 250 249 / 0.3);
}

.hover\:text-stone-50\/35:hover{
  color: rgb(250 250 249 / 0.35);
}

.hover\:text-stone-50\/40:hover{
  color: rgb(250 250 249 / 0.4);
}

.hover\:text-stone-50\/45:hover{
  color: rgb(250 250 249 / 0.45);
}

.hover\:text-stone-50\/5:hover{
  color: rgb(250 250 249 / 0.05);
}

.hover\:text-stone-50\/50:hover{
  color: rgb(250 250 249 / 0.5);
}

.hover\:text-stone-50\/55:hover{
  color: rgb(250 250 249 / 0.55);
}

.hover\:text-stone-50\/60:hover{
  color: rgb(250 250 249 / 0.6);
}

.hover\:text-stone-50\/65:hover{
  color: rgb(250 250 249 / 0.65);
}

.hover\:text-stone-50\/70:hover{
  color: rgb(250 250 249 / 0.7);
}

.hover\:text-stone-50\/75:hover{
  color: rgb(250 250 249 / 0.75);
}

.hover\:text-stone-50\/80:hover{
  color: rgb(250 250 249 / 0.8);
}

.hover\:text-stone-50\/85:hover{
  color: rgb(250 250 249 / 0.85);
}

.hover\:text-stone-50\/90:hover{
  color: rgb(250 250 249 / 0.9);
}

.hover\:text-stone-50\/95:hover{
  color: rgb(250 250 249 / 0.95);
}

.hover\:text-stone-500:hover{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.hover\:text-stone-500\/0:hover{
  color: rgb(120 113 108 / 0);
}

.hover\:text-stone-500\/10:hover{
  color: rgb(120 113 108 / 0.1);
}

.hover\:text-stone-500\/100:hover{
  color: rgb(120 113 108 / 1);
}

.hover\:text-stone-500\/15:hover{
  color: rgb(120 113 108 / 0.15);
}

.hover\:text-stone-500\/20:hover{
  color: rgb(120 113 108 / 0.2);
}

.hover\:text-stone-500\/25:hover{
  color: rgb(120 113 108 / 0.25);
}

.hover\:text-stone-500\/30:hover{
  color: rgb(120 113 108 / 0.3);
}

.hover\:text-stone-500\/35:hover{
  color: rgb(120 113 108 / 0.35);
}

.hover\:text-stone-500\/40:hover{
  color: rgb(120 113 108 / 0.4);
}

.hover\:text-stone-500\/45:hover{
  color: rgb(120 113 108 / 0.45);
}

.hover\:text-stone-500\/5:hover{
  color: rgb(120 113 108 / 0.05);
}

.hover\:text-stone-500\/50:hover{
  color: rgb(120 113 108 / 0.5);
}

.hover\:text-stone-500\/55:hover{
  color: rgb(120 113 108 / 0.55);
}

.hover\:text-stone-500\/60:hover{
  color: rgb(120 113 108 / 0.6);
}

.hover\:text-stone-500\/65:hover{
  color: rgb(120 113 108 / 0.65);
}

.hover\:text-stone-500\/70:hover{
  color: rgb(120 113 108 / 0.7);
}

.hover\:text-stone-500\/75:hover{
  color: rgb(120 113 108 / 0.75);
}

.hover\:text-stone-500\/80:hover{
  color: rgb(120 113 108 / 0.8);
}

.hover\:text-stone-500\/85:hover{
  color: rgb(120 113 108 / 0.85);
}

.hover\:text-stone-500\/90:hover{
  color: rgb(120 113 108 / 0.9);
}

.hover\:text-stone-500\/95:hover{
  color: rgb(120 113 108 / 0.95);
}

.hover\:text-stone-600:hover{
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.hover\:text-stone-600\/0:hover{
  color: rgb(87 83 78 / 0);
}

.hover\:text-stone-600\/10:hover{
  color: rgb(87 83 78 / 0.1);
}

.hover\:text-stone-600\/100:hover{
  color: rgb(87 83 78 / 1);
}

.hover\:text-stone-600\/15:hover{
  color: rgb(87 83 78 / 0.15);
}

.hover\:text-stone-600\/20:hover{
  color: rgb(87 83 78 / 0.2);
}

.hover\:text-stone-600\/25:hover{
  color: rgb(87 83 78 / 0.25);
}

.hover\:text-stone-600\/30:hover{
  color: rgb(87 83 78 / 0.3);
}

.hover\:text-stone-600\/35:hover{
  color: rgb(87 83 78 / 0.35);
}

.hover\:text-stone-600\/40:hover{
  color: rgb(87 83 78 / 0.4);
}

.hover\:text-stone-600\/45:hover{
  color: rgb(87 83 78 / 0.45);
}

.hover\:text-stone-600\/5:hover{
  color: rgb(87 83 78 / 0.05);
}

.hover\:text-stone-600\/50:hover{
  color: rgb(87 83 78 / 0.5);
}

.hover\:text-stone-600\/55:hover{
  color: rgb(87 83 78 / 0.55);
}

.hover\:text-stone-600\/60:hover{
  color: rgb(87 83 78 / 0.6);
}

.hover\:text-stone-600\/65:hover{
  color: rgb(87 83 78 / 0.65);
}

.hover\:text-stone-600\/70:hover{
  color: rgb(87 83 78 / 0.7);
}

.hover\:text-stone-600\/75:hover{
  color: rgb(87 83 78 / 0.75);
}

.hover\:text-stone-600\/80:hover{
  color: rgb(87 83 78 / 0.8);
}

.hover\:text-stone-600\/85:hover{
  color: rgb(87 83 78 / 0.85);
}

.hover\:text-stone-600\/90:hover{
  color: rgb(87 83 78 / 0.9);
}

.hover\:text-stone-600\/95:hover{
  color: rgb(87 83 78 / 0.95);
}

.hover\:text-stone-700:hover{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}

.hover\:text-stone-700\/0:hover{
  color: rgb(68 64 60 / 0);
}

.hover\:text-stone-700\/10:hover{
  color: rgb(68 64 60 / 0.1);
}

.hover\:text-stone-700\/100:hover{
  color: rgb(68 64 60 / 1);
}

.hover\:text-stone-700\/15:hover{
  color: rgb(68 64 60 / 0.15);
}

.hover\:text-stone-700\/20:hover{
  color: rgb(68 64 60 / 0.2);
}

.hover\:text-stone-700\/25:hover{
  color: rgb(68 64 60 / 0.25);
}

.hover\:text-stone-700\/30:hover{
  color: rgb(68 64 60 / 0.3);
}

.hover\:text-stone-700\/35:hover{
  color: rgb(68 64 60 / 0.35);
}

.hover\:text-stone-700\/40:hover{
  color: rgb(68 64 60 / 0.4);
}

.hover\:text-stone-700\/45:hover{
  color: rgb(68 64 60 / 0.45);
}

.hover\:text-stone-700\/5:hover{
  color: rgb(68 64 60 / 0.05);
}

.hover\:text-stone-700\/50:hover{
  color: rgb(68 64 60 / 0.5);
}

.hover\:text-stone-700\/55:hover{
  color: rgb(68 64 60 / 0.55);
}

.hover\:text-stone-700\/60:hover{
  color: rgb(68 64 60 / 0.6);
}

.hover\:text-stone-700\/65:hover{
  color: rgb(68 64 60 / 0.65);
}

.hover\:text-stone-700\/70:hover{
  color: rgb(68 64 60 / 0.7);
}

.hover\:text-stone-700\/75:hover{
  color: rgb(68 64 60 / 0.75);
}

.hover\:text-stone-700\/80:hover{
  color: rgb(68 64 60 / 0.8);
}

.hover\:text-stone-700\/85:hover{
  color: rgb(68 64 60 / 0.85);
}

.hover\:text-stone-700\/90:hover{
  color: rgb(68 64 60 / 0.9);
}

.hover\:text-stone-700\/95:hover{
  color: rgb(68 64 60 / 0.95);
}

.hover\:text-stone-800:hover{
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}

.hover\:text-stone-800\/0:hover{
  color: rgb(41 37 36 / 0);
}

.hover\:text-stone-800\/10:hover{
  color: rgb(41 37 36 / 0.1);
}

.hover\:text-stone-800\/100:hover{
  color: rgb(41 37 36 / 1);
}

.hover\:text-stone-800\/15:hover{
  color: rgb(41 37 36 / 0.15);
}

.hover\:text-stone-800\/20:hover{
  color: rgb(41 37 36 / 0.2);
}

.hover\:text-stone-800\/25:hover{
  color: rgb(41 37 36 / 0.25);
}

.hover\:text-stone-800\/30:hover{
  color: rgb(41 37 36 / 0.3);
}

.hover\:text-stone-800\/35:hover{
  color: rgb(41 37 36 / 0.35);
}

.hover\:text-stone-800\/40:hover{
  color: rgb(41 37 36 / 0.4);
}

.hover\:text-stone-800\/45:hover{
  color: rgb(41 37 36 / 0.45);
}

.hover\:text-stone-800\/5:hover{
  color: rgb(41 37 36 / 0.05);
}

.hover\:text-stone-800\/50:hover{
  color: rgb(41 37 36 / 0.5);
}

.hover\:text-stone-800\/55:hover{
  color: rgb(41 37 36 / 0.55);
}

.hover\:text-stone-800\/60:hover{
  color: rgb(41 37 36 / 0.6);
}

.hover\:text-stone-800\/65:hover{
  color: rgb(41 37 36 / 0.65);
}

.hover\:text-stone-800\/70:hover{
  color: rgb(41 37 36 / 0.7);
}

.hover\:text-stone-800\/75:hover{
  color: rgb(41 37 36 / 0.75);
}

.hover\:text-stone-800\/80:hover{
  color: rgb(41 37 36 / 0.8);
}

.hover\:text-stone-800\/85:hover{
  color: rgb(41 37 36 / 0.85);
}

.hover\:text-stone-800\/90:hover{
  color: rgb(41 37 36 / 0.9);
}

.hover\:text-stone-800\/95:hover{
  color: rgb(41 37 36 / 0.95);
}

.hover\:text-stone-900:hover{
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.hover\:text-stone-900\/0:hover{
  color: rgb(28 25 23 / 0);
}

.hover\:text-stone-900\/10:hover{
  color: rgb(28 25 23 / 0.1);
}

.hover\:text-stone-900\/100:hover{
  color: rgb(28 25 23 / 1);
}

.hover\:text-stone-900\/15:hover{
  color: rgb(28 25 23 / 0.15);
}

.hover\:text-stone-900\/20:hover{
  color: rgb(28 25 23 / 0.2);
}

.hover\:text-stone-900\/25:hover{
  color: rgb(28 25 23 / 0.25);
}

.hover\:text-stone-900\/30:hover{
  color: rgb(28 25 23 / 0.3);
}

.hover\:text-stone-900\/35:hover{
  color: rgb(28 25 23 / 0.35);
}

.hover\:text-stone-900\/40:hover{
  color: rgb(28 25 23 / 0.4);
}

.hover\:text-stone-900\/45:hover{
  color: rgb(28 25 23 / 0.45);
}

.hover\:text-stone-900\/5:hover{
  color: rgb(28 25 23 / 0.05);
}

.hover\:text-stone-900\/50:hover{
  color: rgb(28 25 23 / 0.5);
}

.hover\:text-stone-900\/55:hover{
  color: rgb(28 25 23 / 0.55);
}

.hover\:text-stone-900\/60:hover{
  color: rgb(28 25 23 / 0.6);
}

.hover\:text-stone-900\/65:hover{
  color: rgb(28 25 23 / 0.65);
}

.hover\:text-stone-900\/70:hover{
  color: rgb(28 25 23 / 0.7);
}

.hover\:text-stone-900\/75:hover{
  color: rgb(28 25 23 / 0.75);
}

.hover\:text-stone-900\/80:hover{
  color: rgb(28 25 23 / 0.8);
}

.hover\:text-stone-900\/85:hover{
  color: rgb(28 25 23 / 0.85);
}

.hover\:text-stone-900\/90:hover{
  color: rgb(28 25 23 / 0.9);
}

.hover\:text-stone-900\/95:hover{
  color: rgb(28 25 23 / 0.95);
}

.hover\:text-stone-950:hover{
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}

.hover\:text-stone-950\/0:hover{
  color: rgb(12 10 9 / 0);
}

.hover\:text-stone-950\/10:hover{
  color: rgb(12 10 9 / 0.1);
}

.hover\:text-stone-950\/100:hover{
  color: rgb(12 10 9 / 1);
}

.hover\:text-stone-950\/15:hover{
  color: rgb(12 10 9 / 0.15);
}

.hover\:text-stone-950\/20:hover{
  color: rgb(12 10 9 / 0.2);
}

.hover\:text-stone-950\/25:hover{
  color: rgb(12 10 9 / 0.25);
}

.hover\:text-stone-950\/30:hover{
  color: rgb(12 10 9 / 0.3);
}

.hover\:text-stone-950\/35:hover{
  color: rgb(12 10 9 / 0.35);
}

.hover\:text-stone-950\/40:hover{
  color: rgb(12 10 9 / 0.4);
}

.hover\:text-stone-950\/45:hover{
  color: rgb(12 10 9 / 0.45);
}

.hover\:text-stone-950\/5:hover{
  color: rgb(12 10 9 / 0.05);
}

.hover\:text-stone-950\/50:hover{
  color: rgb(12 10 9 / 0.5);
}

.hover\:text-stone-950\/55:hover{
  color: rgb(12 10 9 / 0.55);
}

.hover\:text-stone-950\/60:hover{
  color: rgb(12 10 9 / 0.6);
}

.hover\:text-stone-950\/65:hover{
  color: rgb(12 10 9 / 0.65);
}

.hover\:text-stone-950\/70:hover{
  color: rgb(12 10 9 / 0.7);
}

.hover\:text-stone-950\/75:hover{
  color: rgb(12 10 9 / 0.75);
}

.hover\:text-stone-950\/80:hover{
  color: rgb(12 10 9 / 0.8);
}

.hover\:text-stone-950\/85:hover{
  color: rgb(12 10 9 / 0.85);
}

.hover\:text-stone-950\/90:hover{
  color: rgb(12 10 9 / 0.9);
}

.hover\:text-stone-950\/95:hover{
  color: rgb(12 10 9 / 0.95);
}

.hover\:text-success:hover{
  --tw-text-opacity: 1;
  color: rgb(7 196 149 / var(--tw-text-opacity));
}

.hover\:text-success\/0:hover{
  color: rgb(7 196 149 / 0);
}

.hover\:text-success\/10:hover{
  color: rgb(7 196 149 / 0.1);
}

.hover\:text-success\/100:hover{
  color: rgb(7 196 149 / 1);
}

.hover\:text-success\/15:hover{
  color: rgb(7 196 149 / 0.15);
}

.hover\:text-success\/20:hover{
  color: rgb(7 196 149 / 0.2);
}

.hover\:text-success\/25:hover{
  color: rgb(7 196 149 / 0.25);
}

.hover\:text-success\/30:hover{
  color: rgb(7 196 149 / 0.3);
}

.hover\:text-success\/35:hover{
  color: rgb(7 196 149 / 0.35);
}

.hover\:text-success\/40:hover{
  color: rgb(7 196 149 / 0.4);
}

.hover\:text-success\/45:hover{
  color: rgb(7 196 149 / 0.45);
}

.hover\:text-success\/5:hover{
  color: rgb(7 196 149 / 0.05);
}

.hover\:text-success\/50:hover{
  color: rgb(7 196 149 / 0.5);
}

.hover\:text-success\/55:hover{
  color: rgb(7 196 149 / 0.55);
}

.hover\:text-success\/60:hover{
  color: rgb(7 196 149 / 0.6);
}

.hover\:text-success\/65:hover{
  color: rgb(7 196 149 / 0.65);
}

.hover\:text-success\/70:hover{
  color: rgb(7 196 149 / 0.7);
}

.hover\:text-success\/75:hover{
  color: rgb(7 196 149 / 0.75);
}

.hover\:text-success\/80:hover{
  color: rgb(7 196 149 / 0.8);
}

.hover\:text-success\/85:hover{
  color: rgb(7 196 149 / 0.85);
}

.hover\:text-success\/90:hover{
  color: rgb(7 196 149 / 0.9);
}

.hover\:text-success\/95:hover{
  color: rgb(7 196 149 / 0.95);
}

.hover\:text-teal-100:hover{
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}

.hover\:text-teal-100\/0:hover{
  color: rgb(204 251 241 / 0);
}

.hover\:text-teal-100\/10:hover{
  color: rgb(204 251 241 / 0.1);
}

.hover\:text-teal-100\/100:hover{
  color: rgb(204 251 241 / 1);
}

.hover\:text-teal-100\/15:hover{
  color: rgb(204 251 241 / 0.15);
}

.hover\:text-teal-100\/20:hover{
  color: rgb(204 251 241 / 0.2);
}

.hover\:text-teal-100\/25:hover{
  color: rgb(204 251 241 / 0.25);
}

.hover\:text-teal-100\/30:hover{
  color: rgb(204 251 241 / 0.3);
}

.hover\:text-teal-100\/35:hover{
  color: rgb(204 251 241 / 0.35);
}

.hover\:text-teal-100\/40:hover{
  color: rgb(204 251 241 / 0.4);
}

.hover\:text-teal-100\/45:hover{
  color: rgb(204 251 241 / 0.45);
}

.hover\:text-teal-100\/5:hover{
  color: rgb(204 251 241 / 0.05);
}

.hover\:text-teal-100\/50:hover{
  color: rgb(204 251 241 / 0.5);
}

.hover\:text-teal-100\/55:hover{
  color: rgb(204 251 241 / 0.55);
}

.hover\:text-teal-100\/60:hover{
  color: rgb(204 251 241 / 0.6);
}

.hover\:text-teal-100\/65:hover{
  color: rgb(204 251 241 / 0.65);
}

.hover\:text-teal-100\/70:hover{
  color: rgb(204 251 241 / 0.7);
}

.hover\:text-teal-100\/75:hover{
  color: rgb(204 251 241 / 0.75);
}

.hover\:text-teal-100\/80:hover{
  color: rgb(204 251 241 / 0.8);
}

.hover\:text-teal-100\/85:hover{
  color: rgb(204 251 241 / 0.85);
}

.hover\:text-teal-100\/90:hover{
  color: rgb(204 251 241 / 0.9);
}

.hover\:text-teal-100\/95:hover{
  color: rgb(204 251 241 / 0.95);
}

.hover\:text-teal-200:hover{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}

.hover\:text-teal-200\/0:hover{
  color: rgb(153 246 228 / 0);
}

.hover\:text-teal-200\/10:hover{
  color: rgb(153 246 228 / 0.1);
}

.hover\:text-teal-200\/100:hover{
  color: rgb(153 246 228 / 1);
}

.hover\:text-teal-200\/15:hover{
  color: rgb(153 246 228 / 0.15);
}

.hover\:text-teal-200\/20:hover{
  color: rgb(153 246 228 / 0.2);
}

.hover\:text-teal-200\/25:hover{
  color: rgb(153 246 228 / 0.25);
}

.hover\:text-teal-200\/30:hover{
  color: rgb(153 246 228 / 0.3);
}

.hover\:text-teal-200\/35:hover{
  color: rgb(153 246 228 / 0.35);
}

.hover\:text-teal-200\/40:hover{
  color: rgb(153 246 228 / 0.4);
}

.hover\:text-teal-200\/45:hover{
  color: rgb(153 246 228 / 0.45);
}

.hover\:text-teal-200\/5:hover{
  color: rgb(153 246 228 / 0.05);
}

.hover\:text-teal-200\/50:hover{
  color: rgb(153 246 228 / 0.5);
}

.hover\:text-teal-200\/55:hover{
  color: rgb(153 246 228 / 0.55);
}

.hover\:text-teal-200\/60:hover{
  color: rgb(153 246 228 / 0.6);
}

.hover\:text-teal-200\/65:hover{
  color: rgb(153 246 228 / 0.65);
}

.hover\:text-teal-200\/70:hover{
  color: rgb(153 246 228 / 0.7);
}

.hover\:text-teal-200\/75:hover{
  color: rgb(153 246 228 / 0.75);
}

.hover\:text-teal-200\/80:hover{
  color: rgb(153 246 228 / 0.8);
}

.hover\:text-teal-200\/85:hover{
  color: rgb(153 246 228 / 0.85);
}

.hover\:text-teal-200\/90:hover{
  color: rgb(153 246 228 / 0.9);
}

.hover\:text-teal-200\/95:hover{
  color: rgb(153 246 228 / 0.95);
}

.hover\:text-teal-300:hover{
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

.hover\:text-teal-300\/0:hover{
  color: rgb(94 234 212 / 0);
}

.hover\:text-teal-300\/10:hover{
  color: rgb(94 234 212 / 0.1);
}

.hover\:text-teal-300\/100:hover{
  color: rgb(94 234 212 / 1);
}

.hover\:text-teal-300\/15:hover{
  color: rgb(94 234 212 / 0.15);
}

.hover\:text-teal-300\/20:hover{
  color: rgb(94 234 212 / 0.2);
}

.hover\:text-teal-300\/25:hover{
  color: rgb(94 234 212 / 0.25);
}

.hover\:text-teal-300\/30:hover{
  color: rgb(94 234 212 / 0.3);
}

.hover\:text-teal-300\/35:hover{
  color: rgb(94 234 212 / 0.35);
}

.hover\:text-teal-300\/40:hover{
  color: rgb(94 234 212 / 0.4);
}

.hover\:text-teal-300\/45:hover{
  color: rgb(94 234 212 / 0.45);
}

.hover\:text-teal-300\/5:hover{
  color: rgb(94 234 212 / 0.05);
}

.hover\:text-teal-300\/50:hover{
  color: rgb(94 234 212 / 0.5);
}

.hover\:text-teal-300\/55:hover{
  color: rgb(94 234 212 / 0.55);
}

.hover\:text-teal-300\/60:hover{
  color: rgb(94 234 212 / 0.6);
}

.hover\:text-teal-300\/65:hover{
  color: rgb(94 234 212 / 0.65);
}

.hover\:text-teal-300\/70:hover{
  color: rgb(94 234 212 / 0.7);
}

.hover\:text-teal-300\/75:hover{
  color: rgb(94 234 212 / 0.75);
}

.hover\:text-teal-300\/80:hover{
  color: rgb(94 234 212 / 0.8);
}

.hover\:text-teal-300\/85:hover{
  color: rgb(94 234 212 / 0.85);
}

.hover\:text-teal-300\/90:hover{
  color: rgb(94 234 212 / 0.9);
}

.hover\:text-teal-300\/95:hover{
  color: rgb(94 234 212 / 0.95);
}

.hover\:text-teal-400:hover{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}

.hover\:text-teal-400\/0:hover{
  color: rgb(45 212 191 / 0);
}

.hover\:text-teal-400\/10:hover{
  color: rgb(45 212 191 / 0.1);
}

.hover\:text-teal-400\/100:hover{
  color: rgb(45 212 191 / 1);
}

.hover\:text-teal-400\/15:hover{
  color: rgb(45 212 191 / 0.15);
}

.hover\:text-teal-400\/20:hover{
  color: rgb(45 212 191 / 0.2);
}

.hover\:text-teal-400\/25:hover{
  color: rgb(45 212 191 / 0.25);
}

.hover\:text-teal-400\/30:hover{
  color: rgb(45 212 191 / 0.3);
}

.hover\:text-teal-400\/35:hover{
  color: rgb(45 212 191 / 0.35);
}

.hover\:text-teal-400\/40:hover{
  color: rgb(45 212 191 / 0.4);
}

.hover\:text-teal-400\/45:hover{
  color: rgb(45 212 191 / 0.45);
}

.hover\:text-teal-400\/5:hover{
  color: rgb(45 212 191 / 0.05);
}

.hover\:text-teal-400\/50:hover{
  color: rgb(45 212 191 / 0.5);
}

.hover\:text-teal-400\/55:hover{
  color: rgb(45 212 191 / 0.55);
}

.hover\:text-teal-400\/60:hover{
  color: rgb(45 212 191 / 0.6);
}

.hover\:text-teal-400\/65:hover{
  color: rgb(45 212 191 / 0.65);
}

.hover\:text-teal-400\/70:hover{
  color: rgb(45 212 191 / 0.7);
}

.hover\:text-teal-400\/75:hover{
  color: rgb(45 212 191 / 0.75);
}

.hover\:text-teal-400\/80:hover{
  color: rgb(45 212 191 / 0.8);
}

.hover\:text-teal-400\/85:hover{
  color: rgb(45 212 191 / 0.85);
}

.hover\:text-teal-400\/90:hover{
  color: rgb(45 212 191 / 0.9);
}

.hover\:text-teal-400\/95:hover{
  color: rgb(45 212 191 / 0.95);
}

.hover\:text-teal-50:hover{
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}

.hover\:text-teal-50\/0:hover{
  color: rgb(240 253 250 / 0);
}

.hover\:text-teal-50\/10:hover{
  color: rgb(240 253 250 / 0.1);
}

.hover\:text-teal-50\/100:hover{
  color: rgb(240 253 250 / 1);
}

.hover\:text-teal-50\/15:hover{
  color: rgb(240 253 250 / 0.15);
}

.hover\:text-teal-50\/20:hover{
  color: rgb(240 253 250 / 0.2);
}

.hover\:text-teal-50\/25:hover{
  color: rgb(240 253 250 / 0.25);
}

.hover\:text-teal-50\/30:hover{
  color: rgb(240 253 250 / 0.3);
}

.hover\:text-teal-50\/35:hover{
  color: rgb(240 253 250 / 0.35);
}

.hover\:text-teal-50\/40:hover{
  color: rgb(240 253 250 / 0.4);
}

.hover\:text-teal-50\/45:hover{
  color: rgb(240 253 250 / 0.45);
}

.hover\:text-teal-50\/5:hover{
  color: rgb(240 253 250 / 0.05);
}

.hover\:text-teal-50\/50:hover{
  color: rgb(240 253 250 / 0.5);
}

.hover\:text-teal-50\/55:hover{
  color: rgb(240 253 250 / 0.55);
}

.hover\:text-teal-50\/60:hover{
  color: rgb(240 253 250 / 0.6);
}

.hover\:text-teal-50\/65:hover{
  color: rgb(240 253 250 / 0.65);
}

.hover\:text-teal-50\/70:hover{
  color: rgb(240 253 250 / 0.7);
}

.hover\:text-teal-50\/75:hover{
  color: rgb(240 253 250 / 0.75);
}

.hover\:text-teal-50\/80:hover{
  color: rgb(240 253 250 / 0.8);
}

.hover\:text-teal-50\/85:hover{
  color: rgb(240 253 250 / 0.85);
}

.hover\:text-teal-50\/90:hover{
  color: rgb(240 253 250 / 0.9);
}

.hover\:text-teal-50\/95:hover{
  color: rgb(240 253 250 / 0.95);
}

.hover\:text-teal-500:hover{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.hover\:text-teal-500\/0:hover{
  color: rgb(20 184 166 / 0);
}

.hover\:text-teal-500\/10:hover{
  color: rgb(20 184 166 / 0.1);
}

.hover\:text-teal-500\/100:hover{
  color: rgb(20 184 166 / 1);
}

.hover\:text-teal-500\/15:hover{
  color: rgb(20 184 166 / 0.15);
}

.hover\:text-teal-500\/20:hover{
  color: rgb(20 184 166 / 0.2);
}

.hover\:text-teal-500\/25:hover{
  color: rgb(20 184 166 / 0.25);
}

.hover\:text-teal-500\/30:hover{
  color: rgb(20 184 166 / 0.3);
}

.hover\:text-teal-500\/35:hover{
  color: rgb(20 184 166 / 0.35);
}

.hover\:text-teal-500\/40:hover{
  color: rgb(20 184 166 / 0.4);
}

.hover\:text-teal-500\/45:hover{
  color: rgb(20 184 166 / 0.45);
}

.hover\:text-teal-500\/5:hover{
  color: rgb(20 184 166 / 0.05);
}

.hover\:text-teal-500\/50:hover{
  color: rgb(20 184 166 / 0.5);
}

.hover\:text-teal-500\/55:hover{
  color: rgb(20 184 166 / 0.55);
}

.hover\:text-teal-500\/60:hover{
  color: rgb(20 184 166 / 0.6);
}

.hover\:text-teal-500\/65:hover{
  color: rgb(20 184 166 / 0.65);
}

.hover\:text-teal-500\/70:hover{
  color: rgb(20 184 166 / 0.7);
}

.hover\:text-teal-500\/75:hover{
  color: rgb(20 184 166 / 0.75);
}

.hover\:text-teal-500\/80:hover{
  color: rgb(20 184 166 / 0.8);
}

.hover\:text-teal-500\/85:hover{
  color: rgb(20 184 166 / 0.85);
}

.hover\:text-teal-500\/90:hover{
  color: rgb(20 184 166 / 0.9);
}

.hover\:text-teal-500\/95:hover{
  color: rgb(20 184 166 / 0.95);
}

.hover\:text-teal-600:hover{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.hover\:text-teal-600\/0:hover{
  color: rgb(13 148 136 / 0);
}

.hover\:text-teal-600\/10:hover{
  color: rgb(13 148 136 / 0.1);
}

.hover\:text-teal-600\/100:hover{
  color: rgb(13 148 136 / 1);
}

.hover\:text-teal-600\/15:hover{
  color: rgb(13 148 136 / 0.15);
}

.hover\:text-teal-600\/20:hover{
  color: rgb(13 148 136 / 0.2);
}

.hover\:text-teal-600\/25:hover{
  color: rgb(13 148 136 / 0.25);
}

.hover\:text-teal-600\/30:hover{
  color: rgb(13 148 136 / 0.3);
}

.hover\:text-teal-600\/35:hover{
  color: rgb(13 148 136 / 0.35);
}

.hover\:text-teal-600\/40:hover{
  color: rgb(13 148 136 / 0.4);
}

.hover\:text-teal-600\/45:hover{
  color: rgb(13 148 136 / 0.45);
}

.hover\:text-teal-600\/5:hover{
  color: rgb(13 148 136 / 0.05);
}

.hover\:text-teal-600\/50:hover{
  color: rgb(13 148 136 / 0.5);
}

.hover\:text-teal-600\/55:hover{
  color: rgb(13 148 136 / 0.55);
}

.hover\:text-teal-600\/60:hover{
  color: rgb(13 148 136 / 0.6);
}

.hover\:text-teal-600\/65:hover{
  color: rgb(13 148 136 / 0.65);
}

.hover\:text-teal-600\/70:hover{
  color: rgb(13 148 136 / 0.7);
}

.hover\:text-teal-600\/75:hover{
  color: rgb(13 148 136 / 0.75);
}

.hover\:text-teal-600\/80:hover{
  color: rgb(13 148 136 / 0.8);
}

.hover\:text-teal-600\/85:hover{
  color: rgb(13 148 136 / 0.85);
}

.hover\:text-teal-600\/90:hover{
  color: rgb(13 148 136 / 0.9);
}

.hover\:text-teal-600\/95:hover{
  color: rgb(13 148 136 / 0.95);
}

.hover\:text-teal-700:hover{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

.hover\:text-teal-700\/0:hover{
  color: rgb(15 118 110 / 0);
}

.hover\:text-teal-700\/10:hover{
  color: rgb(15 118 110 / 0.1);
}

.hover\:text-teal-700\/100:hover{
  color: rgb(15 118 110 / 1);
}

.hover\:text-teal-700\/15:hover{
  color: rgb(15 118 110 / 0.15);
}

.hover\:text-teal-700\/20:hover{
  color: rgb(15 118 110 / 0.2);
}

.hover\:text-teal-700\/25:hover{
  color: rgb(15 118 110 / 0.25);
}

.hover\:text-teal-700\/30:hover{
  color: rgb(15 118 110 / 0.3);
}

.hover\:text-teal-700\/35:hover{
  color: rgb(15 118 110 / 0.35);
}

.hover\:text-teal-700\/40:hover{
  color: rgb(15 118 110 / 0.4);
}

.hover\:text-teal-700\/45:hover{
  color: rgb(15 118 110 / 0.45);
}

.hover\:text-teal-700\/5:hover{
  color: rgb(15 118 110 / 0.05);
}

.hover\:text-teal-700\/50:hover{
  color: rgb(15 118 110 / 0.5);
}

.hover\:text-teal-700\/55:hover{
  color: rgb(15 118 110 / 0.55);
}

.hover\:text-teal-700\/60:hover{
  color: rgb(15 118 110 / 0.6);
}

.hover\:text-teal-700\/65:hover{
  color: rgb(15 118 110 / 0.65);
}

.hover\:text-teal-700\/70:hover{
  color: rgb(15 118 110 / 0.7);
}

.hover\:text-teal-700\/75:hover{
  color: rgb(15 118 110 / 0.75);
}

.hover\:text-teal-700\/80:hover{
  color: rgb(15 118 110 / 0.8);
}

.hover\:text-teal-700\/85:hover{
  color: rgb(15 118 110 / 0.85);
}

.hover\:text-teal-700\/90:hover{
  color: rgb(15 118 110 / 0.9);
}

.hover\:text-teal-700\/95:hover{
  color: rgb(15 118 110 / 0.95);
}

.hover\:text-teal-800:hover{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}

.hover\:text-teal-800\/0:hover{
  color: rgb(17 94 89 / 0);
}

.hover\:text-teal-800\/10:hover{
  color: rgb(17 94 89 / 0.1);
}

.hover\:text-teal-800\/100:hover{
  color: rgb(17 94 89 / 1);
}

.hover\:text-teal-800\/15:hover{
  color: rgb(17 94 89 / 0.15);
}

.hover\:text-teal-800\/20:hover{
  color: rgb(17 94 89 / 0.2);
}

.hover\:text-teal-800\/25:hover{
  color: rgb(17 94 89 / 0.25);
}

.hover\:text-teal-800\/30:hover{
  color: rgb(17 94 89 / 0.3);
}

.hover\:text-teal-800\/35:hover{
  color: rgb(17 94 89 / 0.35);
}

.hover\:text-teal-800\/40:hover{
  color: rgb(17 94 89 / 0.4);
}

.hover\:text-teal-800\/45:hover{
  color: rgb(17 94 89 / 0.45);
}

.hover\:text-teal-800\/5:hover{
  color: rgb(17 94 89 / 0.05);
}

.hover\:text-teal-800\/50:hover{
  color: rgb(17 94 89 / 0.5);
}

.hover\:text-teal-800\/55:hover{
  color: rgb(17 94 89 / 0.55);
}

.hover\:text-teal-800\/60:hover{
  color: rgb(17 94 89 / 0.6);
}

.hover\:text-teal-800\/65:hover{
  color: rgb(17 94 89 / 0.65);
}

.hover\:text-teal-800\/70:hover{
  color: rgb(17 94 89 / 0.7);
}

.hover\:text-teal-800\/75:hover{
  color: rgb(17 94 89 / 0.75);
}

.hover\:text-teal-800\/80:hover{
  color: rgb(17 94 89 / 0.8);
}

.hover\:text-teal-800\/85:hover{
  color: rgb(17 94 89 / 0.85);
}

.hover\:text-teal-800\/90:hover{
  color: rgb(17 94 89 / 0.9);
}

.hover\:text-teal-800\/95:hover{
  color: rgb(17 94 89 / 0.95);
}

.hover\:text-teal-900:hover{
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.hover\:text-teal-900\/0:hover{
  color: rgb(19 78 74 / 0);
}

.hover\:text-teal-900\/10:hover{
  color: rgb(19 78 74 / 0.1);
}

.hover\:text-teal-900\/100:hover{
  color: rgb(19 78 74 / 1);
}

.hover\:text-teal-900\/15:hover{
  color: rgb(19 78 74 / 0.15);
}

.hover\:text-teal-900\/20:hover{
  color: rgb(19 78 74 / 0.2);
}

.hover\:text-teal-900\/25:hover{
  color: rgb(19 78 74 / 0.25);
}

.hover\:text-teal-900\/30:hover{
  color: rgb(19 78 74 / 0.3);
}

.hover\:text-teal-900\/35:hover{
  color: rgb(19 78 74 / 0.35);
}

.hover\:text-teal-900\/40:hover{
  color: rgb(19 78 74 / 0.4);
}

.hover\:text-teal-900\/45:hover{
  color: rgb(19 78 74 / 0.45);
}

.hover\:text-teal-900\/5:hover{
  color: rgb(19 78 74 / 0.05);
}

.hover\:text-teal-900\/50:hover{
  color: rgb(19 78 74 / 0.5);
}

.hover\:text-teal-900\/55:hover{
  color: rgb(19 78 74 / 0.55);
}

.hover\:text-teal-900\/60:hover{
  color: rgb(19 78 74 / 0.6);
}

.hover\:text-teal-900\/65:hover{
  color: rgb(19 78 74 / 0.65);
}

.hover\:text-teal-900\/70:hover{
  color: rgb(19 78 74 / 0.7);
}

.hover\:text-teal-900\/75:hover{
  color: rgb(19 78 74 / 0.75);
}

.hover\:text-teal-900\/80:hover{
  color: rgb(19 78 74 / 0.8);
}

.hover\:text-teal-900\/85:hover{
  color: rgb(19 78 74 / 0.85);
}

.hover\:text-teal-900\/90:hover{
  color: rgb(19 78 74 / 0.9);
}

.hover\:text-teal-900\/95:hover{
  color: rgb(19 78 74 / 0.95);
}

.hover\:text-teal-950:hover{
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}

.hover\:text-teal-950\/0:hover{
  color: rgb(4 47 46 / 0);
}

.hover\:text-teal-950\/10:hover{
  color: rgb(4 47 46 / 0.1);
}

.hover\:text-teal-950\/100:hover{
  color: rgb(4 47 46 / 1);
}

.hover\:text-teal-950\/15:hover{
  color: rgb(4 47 46 / 0.15);
}

.hover\:text-teal-950\/20:hover{
  color: rgb(4 47 46 / 0.2);
}

.hover\:text-teal-950\/25:hover{
  color: rgb(4 47 46 / 0.25);
}

.hover\:text-teal-950\/30:hover{
  color: rgb(4 47 46 / 0.3);
}

.hover\:text-teal-950\/35:hover{
  color: rgb(4 47 46 / 0.35);
}

.hover\:text-teal-950\/40:hover{
  color: rgb(4 47 46 / 0.4);
}

.hover\:text-teal-950\/45:hover{
  color: rgb(4 47 46 / 0.45);
}

.hover\:text-teal-950\/5:hover{
  color: rgb(4 47 46 / 0.05);
}

.hover\:text-teal-950\/50:hover{
  color: rgb(4 47 46 / 0.5);
}

.hover\:text-teal-950\/55:hover{
  color: rgb(4 47 46 / 0.55);
}

.hover\:text-teal-950\/60:hover{
  color: rgb(4 47 46 / 0.6);
}

.hover\:text-teal-950\/65:hover{
  color: rgb(4 47 46 / 0.65);
}

.hover\:text-teal-950\/70:hover{
  color: rgb(4 47 46 / 0.7);
}

.hover\:text-teal-950\/75:hover{
  color: rgb(4 47 46 / 0.75);
}

.hover\:text-teal-950\/80:hover{
  color: rgb(4 47 46 / 0.8);
}

.hover\:text-teal-950\/85:hover{
  color: rgb(4 47 46 / 0.85);
}

.hover\:text-teal-950\/90:hover{
  color: rgb(4 47 46 / 0.9);
}

.hover\:text-teal-950\/95:hover{
  color: rgb(4 47 46 / 0.95);
}

.hover\:text-tertiary:hover{
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
}

.hover\:text-tertiary-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(20 123 223 / var(--tw-text-opacity));
}

.hover\:text-tertiary-hover\/0:hover{
  color: rgb(20 123 223 / 0);
}

.hover\:text-tertiary-hover\/10:hover{
  color: rgb(20 123 223 / 0.1);
}

.hover\:text-tertiary-hover\/100:hover{
  color: rgb(20 123 223 / 1);
}

.hover\:text-tertiary-hover\/15:hover{
  color: rgb(20 123 223 / 0.15);
}

.hover\:text-tertiary-hover\/20:hover{
  color: rgb(20 123 223 / 0.2);
}

.hover\:text-tertiary-hover\/25:hover{
  color: rgb(20 123 223 / 0.25);
}

.hover\:text-tertiary-hover\/30:hover{
  color: rgb(20 123 223 / 0.3);
}

.hover\:text-tertiary-hover\/35:hover{
  color: rgb(20 123 223 / 0.35);
}

.hover\:text-tertiary-hover\/40:hover{
  color: rgb(20 123 223 / 0.4);
}

.hover\:text-tertiary-hover\/45:hover{
  color: rgb(20 123 223 / 0.45);
}

.hover\:text-tertiary-hover\/5:hover{
  color: rgb(20 123 223 / 0.05);
}

.hover\:text-tertiary-hover\/50:hover{
  color: rgb(20 123 223 / 0.5);
}

.hover\:text-tertiary-hover\/55:hover{
  color: rgb(20 123 223 / 0.55);
}

.hover\:text-tertiary-hover\/60:hover{
  color: rgb(20 123 223 / 0.6);
}

.hover\:text-tertiary-hover\/65:hover{
  color: rgb(20 123 223 / 0.65);
}

.hover\:text-tertiary-hover\/70:hover{
  color: rgb(20 123 223 / 0.7);
}

.hover\:text-tertiary-hover\/75:hover{
  color: rgb(20 123 223 / 0.75);
}

.hover\:text-tertiary-hover\/80:hover{
  color: rgb(20 123 223 / 0.8);
}

.hover\:text-tertiary-hover\/85:hover{
  color: rgb(20 123 223 / 0.85);
}

.hover\:text-tertiary-hover\/90:hover{
  color: rgb(20 123 223 / 0.9);
}

.hover\:text-tertiary-hover\/95:hover{
  color: rgb(20 123 223 / 0.95);
}

.hover\:text-tertiary\/0:hover{
  color: rgb(22 137 252 / 0);
}

.hover\:text-tertiary\/10:hover{
  color: rgb(22 137 252 / 0.1);
}

.hover\:text-tertiary\/100:hover{
  color: rgb(22 137 252 / 1);
}

.hover\:text-tertiary\/15:hover{
  color: rgb(22 137 252 / 0.15);
}

.hover\:text-tertiary\/20:hover{
  color: rgb(22 137 252 / 0.2);
}

.hover\:text-tertiary\/25:hover{
  color: rgb(22 137 252 / 0.25);
}

.hover\:text-tertiary\/30:hover{
  color: rgb(22 137 252 / 0.3);
}

.hover\:text-tertiary\/35:hover{
  color: rgb(22 137 252 / 0.35);
}

.hover\:text-tertiary\/40:hover{
  color: rgb(22 137 252 / 0.4);
}

.hover\:text-tertiary\/45:hover{
  color: rgb(22 137 252 / 0.45);
}

.hover\:text-tertiary\/5:hover{
  color: rgb(22 137 252 / 0.05);
}

.hover\:text-tertiary\/50:hover{
  color: rgb(22 137 252 / 0.5);
}

.hover\:text-tertiary\/55:hover{
  color: rgb(22 137 252 / 0.55);
}

.hover\:text-tertiary\/60:hover{
  color: rgb(22 137 252 / 0.6);
}

.hover\:text-tertiary\/65:hover{
  color: rgb(22 137 252 / 0.65);
}

.hover\:text-tertiary\/70:hover{
  color: rgb(22 137 252 / 0.7);
}

.hover\:text-tertiary\/75:hover{
  color: rgb(22 137 252 / 0.75);
}

.hover\:text-tertiary\/80:hover{
  color: rgb(22 137 252 / 0.8);
}

.hover\:text-tertiary\/85:hover{
  color: rgb(22 137 252 / 0.85);
}

.hover\:text-tertiary\/90:hover{
  color: rgb(22 137 252 / 0.9);
}

.hover\:text-tertiary\/95:hover{
  color: rgb(22 137 252 / 0.95);
}

.hover\:text-transparent:hover{
  color: transparent;
}

.hover\:text-transparent\/0:hover{
  color: rgb(0 0 0 / 0);
}

.hover\:text-transparent\/10:hover{
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-transparent\/100:hover{
  color: rgb(0 0 0 / 1);
}

.hover\:text-transparent\/15:hover{
  color: rgb(0 0 0 / 0.15);
}

.hover\:text-transparent\/20:hover{
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-transparent\/25:hover{
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-transparent\/30:hover{
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-transparent\/35:hover{
  color: rgb(0 0 0 / 0.35);
}

.hover\:text-transparent\/40:hover{
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-transparent\/45:hover{
  color: rgb(0 0 0 / 0.45);
}

.hover\:text-transparent\/5:hover{
  color: rgb(0 0 0 / 0.05);
}

.hover\:text-transparent\/50:hover{
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-transparent\/55:hover{
  color: rgb(0 0 0 / 0.55);
}

.hover\:text-transparent\/60:hover{
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-transparent\/65:hover{
  color: rgb(0 0 0 / 0.65);
}

.hover\:text-transparent\/70:hover{
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-transparent\/75:hover{
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-transparent\/80:hover{
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-transparent\/85:hover{
  color: rgb(0 0 0 / 0.85);
}

.hover\:text-transparent\/90:hover{
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-transparent\/95:hover{
  color: rgb(0 0 0 / 0.95);
}

.hover\:text-violet-100:hover{
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}

.hover\:text-violet-100\/0:hover{
  color: rgb(237 233 254 / 0);
}

.hover\:text-violet-100\/10:hover{
  color: rgb(237 233 254 / 0.1);
}

.hover\:text-violet-100\/100:hover{
  color: rgb(237 233 254 / 1);
}

.hover\:text-violet-100\/15:hover{
  color: rgb(237 233 254 / 0.15);
}

.hover\:text-violet-100\/20:hover{
  color: rgb(237 233 254 / 0.2);
}

.hover\:text-violet-100\/25:hover{
  color: rgb(237 233 254 / 0.25);
}

.hover\:text-violet-100\/30:hover{
  color: rgb(237 233 254 / 0.3);
}

.hover\:text-violet-100\/35:hover{
  color: rgb(237 233 254 / 0.35);
}

.hover\:text-violet-100\/40:hover{
  color: rgb(237 233 254 / 0.4);
}

.hover\:text-violet-100\/45:hover{
  color: rgb(237 233 254 / 0.45);
}

.hover\:text-violet-100\/5:hover{
  color: rgb(237 233 254 / 0.05);
}

.hover\:text-violet-100\/50:hover{
  color: rgb(237 233 254 / 0.5);
}

.hover\:text-violet-100\/55:hover{
  color: rgb(237 233 254 / 0.55);
}

.hover\:text-violet-100\/60:hover{
  color: rgb(237 233 254 / 0.6);
}

.hover\:text-violet-100\/65:hover{
  color: rgb(237 233 254 / 0.65);
}

.hover\:text-violet-100\/70:hover{
  color: rgb(237 233 254 / 0.7);
}

.hover\:text-violet-100\/75:hover{
  color: rgb(237 233 254 / 0.75);
}

.hover\:text-violet-100\/80:hover{
  color: rgb(237 233 254 / 0.8);
}

.hover\:text-violet-100\/85:hover{
  color: rgb(237 233 254 / 0.85);
}

.hover\:text-violet-100\/90:hover{
  color: rgb(237 233 254 / 0.9);
}

.hover\:text-violet-100\/95:hover{
  color: rgb(237 233 254 / 0.95);
}

.hover\:text-violet-200:hover{
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}

.hover\:text-violet-200\/0:hover{
  color: rgb(221 214 254 / 0);
}

.hover\:text-violet-200\/10:hover{
  color: rgb(221 214 254 / 0.1);
}

.hover\:text-violet-200\/100:hover{
  color: rgb(221 214 254 / 1);
}

.hover\:text-violet-200\/15:hover{
  color: rgb(221 214 254 / 0.15);
}

.hover\:text-violet-200\/20:hover{
  color: rgb(221 214 254 / 0.2);
}

.hover\:text-violet-200\/25:hover{
  color: rgb(221 214 254 / 0.25);
}

.hover\:text-violet-200\/30:hover{
  color: rgb(221 214 254 / 0.3);
}

.hover\:text-violet-200\/35:hover{
  color: rgb(221 214 254 / 0.35);
}

.hover\:text-violet-200\/40:hover{
  color: rgb(221 214 254 / 0.4);
}

.hover\:text-violet-200\/45:hover{
  color: rgb(221 214 254 / 0.45);
}

.hover\:text-violet-200\/5:hover{
  color: rgb(221 214 254 / 0.05);
}

.hover\:text-violet-200\/50:hover{
  color: rgb(221 214 254 / 0.5);
}

.hover\:text-violet-200\/55:hover{
  color: rgb(221 214 254 / 0.55);
}

.hover\:text-violet-200\/60:hover{
  color: rgb(221 214 254 / 0.6);
}

.hover\:text-violet-200\/65:hover{
  color: rgb(221 214 254 / 0.65);
}

.hover\:text-violet-200\/70:hover{
  color: rgb(221 214 254 / 0.7);
}

.hover\:text-violet-200\/75:hover{
  color: rgb(221 214 254 / 0.75);
}

.hover\:text-violet-200\/80:hover{
  color: rgb(221 214 254 / 0.8);
}

.hover\:text-violet-200\/85:hover{
  color: rgb(221 214 254 / 0.85);
}

.hover\:text-violet-200\/90:hover{
  color: rgb(221 214 254 / 0.9);
}

.hover\:text-violet-200\/95:hover{
  color: rgb(221 214 254 / 0.95);
}

.hover\:text-violet-300:hover{
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}

.hover\:text-violet-300\/0:hover{
  color: rgb(196 181 253 / 0);
}

.hover\:text-violet-300\/10:hover{
  color: rgb(196 181 253 / 0.1);
}

.hover\:text-violet-300\/100:hover{
  color: rgb(196 181 253 / 1);
}

.hover\:text-violet-300\/15:hover{
  color: rgb(196 181 253 / 0.15);
}

.hover\:text-violet-300\/20:hover{
  color: rgb(196 181 253 / 0.2);
}

.hover\:text-violet-300\/25:hover{
  color: rgb(196 181 253 / 0.25);
}

.hover\:text-violet-300\/30:hover{
  color: rgb(196 181 253 / 0.3);
}

.hover\:text-violet-300\/35:hover{
  color: rgb(196 181 253 / 0.35);
}

.hover\:text-violet-300\/40:hover{
  color: rgb(196 181 253 / 0.4);
}

.hover\:text-violet-300\/45:hover{
  color: rgb(196 181 253 / 0.45);
}

.hover\:text-violet-300\/5:hover{
  color: rgb(196 181 253 / 0.05);
}

.hover\:text-violet-300\/50:hover{
  color: rgb(196 181 253 / 0.5);
}

.hover\:text-violet-300\/55:hover{
  color: rgb(196 181 253 / 0.55);
}

.hover\:text-violet-300\/60:hover{
  color: rgb(196 181 253 / 0.6);
}

.hover\:text-violet-300\/65:hover{
  color: rgb(196 181 253 / 0.65);
}

.hover\:text-violet-300\/70:hover{
  color: rgb(196 181 253 / 0.7);
}

.hover\:text-violet-300\/75:hover{
  color: rgb(196 181 253 / 0.75);
}

.hover\:text-violet-300\/80:hover{
  color: rgb(196 181 253 / 0.8);
}

.hover\:text-violet-300\/85:hover{
  color: rgb(196 181 253 / 0.85);
}

.hover\:text-violet-300\/90:hover{
  color: rgb(196 181 253 / 0.9);
}

.hover\:text-violet-300\/95:hover{
  color: rgb(196 181 253 / 0.95);
}

.hover\:text-violet-400:hover{
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.hover\:text-violet-400\/0:hover{
  color: rgb(167 139 250 / 0);
}

.hover\:text-violet-400\/10:hover{
  color: rgb(167 139 250 / 0.1);
}

.hover\:text-violet-400\/100:hover{
  color: rgb(167 139 250 / 1);
}

.hover\:text-violet-400\/15:hover{
  color: rgb(167 139 250 / 0.15);
}

.hover\:text-violet-400\/20:hover{
  color: rgb(167 139 250 / 0.2);
}

.hover\:text-violet-400\/25:hover{
  color: rgb(167 139 250 / 0.25);
}

.hover\:text-violet-400\/30:hover{
  color: rgb(167 139 250 / 0.3);
}

.hover\:text-violet-400\/35:hover{
  color: rgb(167 139 250 / 0.35);
}

.hover\:text-violet-400\/40:hover{
  color: rgb(167 139 250 / 0.4);
}

.hover\:text-violet-400\/45:hover{
  color: rgb(167 139 250 / 0.45);
}

.hover\:text-violet-400\/5:hover{
  color: rgb(167 139 250 / 0.05);
}

.hover\:text-violet-400\/50:hover{
  color: rgb(167 139 250 / 0.5);
}

.hover\:text-violet-400\/55:hover{
  color: rgb(167 139 250 / 0.55);
}

.hover\:text-violet-400\/60:hover{
  color: rgb(167 139 250 / 0.6);
}

.hover\:text-violet-400\/65:hover{
  color: rgb(167 139 250 / 0.65);
}

.hover\:text-violet-400\/70:hover{
  color: rgb(167 139 250 / 0.7);
}

.hover\:text-violet-400\/75:hover{
  color: rgb(167 139 250 / 0.75);
}

.hover\:text-violet-400\/80:hover{
  color: rgb(167 139 250 / 0.8);
}

.hover\:text-violet-400\/85:hover{
  color: rgb(167 139 250 / 0.85);
}

.hover\:text-violet-400\/90:hover{
  color: rgb(167 139 250 / 0.9);
}

.hover\:text-violet-400\/95:hover{
  color: rgb(167 139 250 / 0.95);
}

.hover\:text-violet-50:hover{
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}

.hover\:text-violet-50\/0:hover{
  color: rgb(245 243 255 / 0);
}

.hover\:text-violet-50\/10:hover{
  color: rgb(245 243 255 / 0.1);
}

.hover\:text-violet-50\/100:hover{
  color: rgb(245 243 255 / 1);
}

.hover\:text-violet-50\/15:hover{
  color: rgb(245 243 255 / 0.15);
}

.hover\:text-violet-50\/20:hover{
  color: rgb(245 243 255 / 0.2);
}

.hover\:text-violet-50\/25:hover{
  color: rgb(245 243 255 / 0.25);
}

.hover\:text-violet-50\/30:hover{
  color: rgb(245 243 255 / 0.3);
}

.hover\:text-violet-50\/35:hover{
  color: rgb(245 243 255 / 0.35);
}

.hover\:text-violet-50\/40:hover{
  color: rgb(245 243 255 / 0.4);
}

.hover\:text-violet-50\/45:hover{
  color: rgb(245 243 255 / 0.45);
}

.hover\:text-violet-50\/5:hover{
  color: rgb(245 243 255 / 0.05);
}

.hover\:text-violet-50\/50:hover{
  color: rgb(245 243 255 / 0.5);
}

.hover\:text-violet-50\/55:hover{
  color: rgb(245 243 255 / 0.55);
}

.hover\:text-violet-50\/60:hover{
  color: rgb(245 243 255 / 0.6);
}

.hover\:text-violet-50\/65:hover{
  color: rgb(245 243 255 / 0.65);
}

.hover\:text-violet-50\/70:hover{
  color: rgb(245 243 255 / 0.7);
}

.hover\:text-violet-50\/75:hover{
  color: rgb(245 243 255 / 0.75);
}

.hover\:text-violet-50\/80:hover{
  color: rgb(245 243 255 / 0.8);
}

.hover\:text-violet-50\/85:hover{
  color: rgb(245 243 255 / 0.85);
}

.hover\:text-violet-50\/90:hover{
  color: rgb(245 243 255 / 0.9);
}

.hover\:text-violet-50\/95:hover{
  color: rgb(245 243 255 / 0.95);
}

.hover\:text-violet-500:hover{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.hover\:text-violet-500\/0:hover{
  color: rgb(139 92 246 / 0);
}

.hover\:text-violet-500\/10:hover{
  color: rgb(139 92 246 / 0.1);
}

.hover\:text-violet-500\/100:hover{
  color: rgb(139 92 246 / 1);
}

.hover\:text-violet-500\/15:hover{
  color: rgb(139 92 246 / 0.15);
}

.hover\:text-violet-500\/20:hover{
  color: rgb(139 92 246 / 0.2);
}

.hover\:text-violet-500\/25:hover{
  color: rgb(139 92 246 / 0.25);
}

.hover\:text-violet-500\/30:hover{
  color: rgb(139 92 246 / 0.3);
}

.hover\:text-violet-500\/35:hover{
  color: rgb(139 92 246 / 0.35);
}

.hover\:text-violet-500\/40:hover{
  color: rgb(139 92 246 / 0.4);
}

.hover\:text-violet-500\/45:hover{
  color: rgb(139 92 246 / 0.45);
}

.hover\:text-violet-500\/5:hover{
  color: rgb(139 92 246 / 0.05);
}

.hover\:text-violet-500\/50:hover{
  color: rgb(139 92 246 / 0.5);
}

.hover\:text-violet-500\/55:hover{
  color: rgb(139 92 246 / 0.55);
}

.hover\:text-violet-500\/60:hover{
  color: rgb(139 92 246 / 0.6);
}

.hover\:text-violet-500\/65:hover{
  color: rgb(139 92 246 / 0.65);
}

.hover\:text-violet-500\/70:hover{
  color: rgb(139 92 246 / 0.7);
}

.hover\:text-violet-500\/75:hover{
  color: rgb(139 92 246 / 0.75);
}

.hover\:text-violet-500\/80:hover{
  color: rgb(139 92 246 / 0.8);
}

.hover\:text-violet-500\/85:hover{
  color: rgb(139 92 246 / 0.85);
}

.hover\:text-violet-500\/90:hover{
  color: rgb(139 92 246 / 0.9);
}

.hover\:text-violet-500\/95:hover{
  color: rgb(139 92 246 / 0.95);
}

.hover\:text-violet-600:hover{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.hover\:text-violet-600\/0:hover{
  color: rgb(124 58 237 / 0);
}

.hover\:text-violet-600\/10:hover{
  color: rgb(124 58 237 / 0.1);
}

.hover\:text-violet-600\/100:hover{
  color: rgb(124 58 237 / 1);
}

.hover\:text-violet-600\/15:hover{
  color: rgb(124 58 237 / 0.15);
}

.hover\:text-violet-600\/20:hover{
  color: rgb(124 58 237 / 0.2);
}

.hover\:text-violet-600\/25:hover{
  color: rgb(124 58 237 / 0.25);
}

.hover\:text-violet-600\/30:hover{
  color: rgb(124 58 237 / 0.3);
}

.hover\:text-violet-600\/35:hover{
  color: rgb(124 58 237 / 0.35);
}

.hover\:text-violet-600\/40:hover{
  color: rgb(124 58 237 / 0.4);
}

.hover\:text-violet-600\/45:hover{
  color: rgb(124 58 237 / 0.45);
}

.hover\:text-violet-600\/5:hover{
  color: rgb(124 58 237 / 0.05);
}

.hover\:text-violet-600\/50:hover{
  color: rgb(124 58 237 / 0.5);
}

.hover\:text-violet-600\/55:hover{
  color: rgb(124 58 237 / 0.55);
}

.hover\:text-violet-600\/60:hover{
  color: rgb(124 58 237 / 0.6);
}

.hover\:text-violet-600\/65:hover{
  color: rgb(124 58 237 / 0.65);
}

.hover\:text-violet-600\/70:hover{
  color: rgb(124 58 237 / 0.7);
}

.hover\:text-violet-600\/75:hover{
  color: rgb(124 58 237 / 0.75);
}

.hover\:text-violet-600\/80:hover{
  color: rgb(124 58 237 / 0.8);
}

.hover\:text-violet-600\/85:hover{
  color: rgb(124 58 237 / 0.85);
}

.hover\:text-violet-600\/90:hover{
  color: rgb(124 58 237 / 0.9);
}

.hover\:text-violet-600\/95:hover{
  color: rgb(124 58 237 / 0.95);
}

.hover\:text-violet-700:hover{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.hover\:text-violet-700\/0:hover{
  color: rgb(109 40 217 / 0);
}

.hover\:text-violet-700\/10:hover{
  color: rgb(109 40 217 / 0.1);
}

.hover\:text-violet-700\/100:hover{
  color: rgb(109 40 217 / 1);
}

.hover\:text-violet-700\/15:hover{
  color: rgb(109 40 217 / 0.15);
}

.hover\:text-violet-700\/20:hover{
  color: rgb(109 40 217 / 0.2);
}

.hover\:text-violet-700\/25:hover{
  color: rgb(109 40 217 / 0.25);
}

.hover\:text-violet-700\/30:hover{
  color: rgb(109 40 217 / 0.3);
}

.hover\:text-violet-700\/35:hover{
  color: rgb(109 40 217 / 0.35);
}

.hover\:text-violet-700\/40:hover{
  color: rgb(109 40 217 / 0.4);
}

.hover\:text-violet-700\/45:hover{
  color: rgb(109 40 217 / 0.45);
}

.hover\:text-violet-700\/5:hover{
  color: rgb(109 40 217 / 0.05);
}

.hover\:text-violet-700\/50:hover{
  color: rgb(109 40 217 / 0.5);
}

.hover\:text-violet-700\/55:hover{
  color: rgb(109 40 217 / 0.55);
}

.hover\:text-violet-700\/60:hover{
  color: rgb(109 40 217 / 0.6);
}

.hover\:text-violet-700\/65:hover{
  color: rgb(109 40 217 / 0.65);
}

.hover\:text-violet-700\/70:hover{
  color: rgb(109 40 217 / 0.7);
}

.hover\:text-violet-700\/75:hover{
  color: rgb(109 40 217 / 0.75);
}

.hover\:text-violet-700\/80:hover{
  color: rgb(109 40 217 / 0.8);
}

.hover\:text-violet-700\/85:hover{
  color: rgb(109 40 217 / 0.85);
}

.hover\:text-violet-700\/90:hover{
  color: rgb(109 40 217 / 0.9);
}

.hover\:text-violet-700\/95:hover{
  color: rgb(109 40 217 / 0.95);
}

.hover\:text-violet-800:hover{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}

.hover\:text-violet-800\/0:hover{
  color: rgb(91 33 182 / 0);
}

.hover\:text-violet-800\/10:hover{
  color: rgb(91 33 182 / 0.1);
}

.hover\:text-violet-800\/100:hover{
  color: rgb(91 33 182 / 1);
}

.hover\:text-violet-800\/15:hover{
  color: rgb(91 33 182 / 0.15);
}

.hover\:text-violet-800\/20:hover{
  color: rgb(91 33 182 / 0.2);
}

.hover\:text-violet-800\/25:hover{
  color: rgb(91 33 182 / 0.25);
}

.hover\:text-violet-800\/30:hover{
  color: rgb(91 33 182 / 0.3);
}

.hover\:text-violet-800\/35:hover{
  color: rgb(91 33 182 / 0.35);
}

.hover\:text-violet-800\/40:hover{
  color: rgb(91 33 182 / 0.4);
}

.hover\:text-violet-800\/45:hover{
  color: rgb(91 33 182 / 0.45);
}

.hover\:text-violet-800\/5:hover{
  color: rgb(91 33 182 / 0.05);
}

.hover\:text-violet-800\/50:hover{
  color: rgb(91 33 182 / 0.5);
}

.hover\:text-violet-800\/55:hover{
  color: rgb(91 33 182 / 0.55);
}

.hover\:text-violet-800\/60:hover{
  color: rgb(91 33 182 / 0.6);
}

.hover\:text-violet-800\/65:hover{
  color: rgb(91 33 182 / 0.65);
}

.hover\:text-violet-800\/70:hover{
  color: rgb(91 33 182 / 0.7);
}

.hover\:text-violet-800\/75:hover{
  color: rgb(91 33 182 / 0.75);
}

.hover\:text-violet-800\/80:hover{
  color: rgb(91 33 182 / 0.8);
}

.hover\:text-violet-800\/85:hover{
  color: rgb(91 33 182 / 0.85);
}

.hover\:text-violet-800\/90:hover{
  color: rgb(91 33 182 / 0.9);
}

.hover\:text-violet-800\/95:hover{
  color: rgb(91 33 182 / 0.95);
}

.hover\:text-violet-900:hover{
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}

.hover\:text-violet-900\/0:hover{
  color: rgb(76 29 149 / 0);
}

.hover\:text-violet-900\/10:hover{
  color: rgb(76 29 149 / 0.1);
}

.hover\:text-violet-900\/100:hover{
  color: rgb(76 29 149 / 1);
}

.hover\:text-violet-900\/15:hover{
  color: rgb(76 29 149 / 0.15);
}

.hover\:text-violet-900\/20:hover{
  color: rgb(76 29 149 / 0.2);
}

.hover\:text-violet-900\/25:hover{
  color: rgb(76 29 149 / 0.25);
}

.hover\:text-violet-900\/30:hover{
  color: rgb(76 29 149 / 0.3);
}

.hover\:text-violet-900\/35:hover{
  color: rgb(76 29 149 / 0.35);
}

.hover\:text-violet-900\/40:hover{
  color: rgb(76 29 149 / 0.4);
}

.hover\:text-violet-900\/45:hover{
  color: rgb(76 29 149 / 0.45);
}

.hover\:text-violet-900\/5:hover{
  color: rgb(76 29 149 / 0.05);
}

.hover\:text-violet-900\/50:hover{
  color: rgb(76 29 149 / 0.5);
}

.hover\:text-violet-900\/55:hover{
  color: rgb(76 29 149 / 0.55);
}

.hover\:text-violet-900\/60:hover{
  color: rgb(76 29 149 / 0.6);
}

.hover\:text-violet-900\/65:hover{
  color: rgb(76 29 149 / 0.65);
}

.hover\:text-violet-900\/70:hover{
  color: rgb(76 29 149 / 0.7);
}

.hover\:text-violet-900\/75:hover{
  color: rgb(76 29 149 / 0.75);
}

.hover\:text-violet-900\/80:hover{
  color: rgb(76 29 149 / 0.8);
}

.hover\:text-violet-900\/85:hover{
  color: rgb(76 29 149 / 0.85);
}

.hover\:text-violet-900\/90:hover{
  color: rgb(76 29 149 / 0.9);
}

.hover\:text-violet-900\/95:hover{
  color: rgb(76 29 149 / 0.95);
}

.hover\:text-violet-950:hover{
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}

.hover\:text-violet-950\/0:hover{
  color: rgb(46 16 101 / 0);
}

.hover\:text-violet-950\/10:hover{
  color: rgb(46 16 101 / 0.1);
}

.hover\:text-violet-950\/100:hover{
  color: rgb(46 16 101 / 1);
}

.hover\:text-violet-950\/15:hover{
  color: rgb(46 16 101 / 0.15);
}

.hover\:text-violet-950\/20:hover{
  color: rgb(46 16 101 / 0.2);
}

.hover\:text-violet-950\/25:hover{
  color: rgb(46 16 101 / 0.25);
}

.hover\:text-violet-950\/30:hover{
  color: rgb(46 16 101 / 0.3);
}

.hover\:text-violet-950\/35:hover{
  color: rgb(46 16 101 / 0.35);
}

.hover\:text-violet-950\/40:hover{
  color: rgb(46 16 101 / 0.4);
}

.hover\:text-violet-950\/45:hover{
  color: rgb(46 16 101 / 0.45);
}

.hover\:text-violet-950\/5:hover{
  color: rgb(46 16 101 / 0.05);
}

.hover\:text-violet-950\/50:hover{
  color: rgb(46 16 101 / 0.5);
}

.hover\:text-violet-950\/55:hover{
  color: rgb(46 16 101 / 0.55);
}

.hover\:text-violet-950\/60:hover{
  color: rgb(46 16 101 / 0.6);
}

.hover\:text-violet-950\/65:hover{
  color: rgb(46 16 101 / 0.65);
}

.hover\:text-violet-950\/70:hover{
  color: rgb(46 16 101 / 0.7);
}

.hover\:text-violet-950\/75:hover{
  color: rgb(46 16 101 / 0.75);
}

.hover\:text-violet-950\/80:hover{
  color: rgb(46 16 101 / 0.8);
}

.hover\:text-violet-950\/85:hover{
  color: rgb(46 16 101 / 0.85);
}

.hover\:text-violet-950\/90:hover{
  color: rgb(46 16 101 / 0.9);
}

.hover\:text-violet-950\/95:hover{
  color: rgb(46 16 101 / 0.95);
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-white\/0:hover{
  color: rgb(255 255 255 / 0);
}

.hover\:text-white\/10:hover{
  color: rgb(255 255 255 / 0.1);
}

.hover\:text-white\/100:hover{
  color: rgb(255 255 255 / 1);
}

.hover\:text-white\/15:hover{
  color: rgb(255 255 255 / 0.15);
}

.hover\:text-white\/20:hover{
  color: rgb(255 255 255 / 0.2);
}

.hover\:text-white\/25:hover{
  color: rgb(255 255 255 / 0.25);
}

.hover\:text-white\/30:hover{
  color: rgb(255 255 255 / 0.3);
}

.hover\:text-white\/35:hover{
  color: rgb(255 255 255 / 0.35);
}

.hover\:text-white\/40:hover{
  color: rgb(255 255 255 / 0.4);
}

.hover\:text-white\/45:hover{
  color: rgb(255 255 255 / 0.45);
}

.hover\:text-white\/5:hover{
  color: rgb(255 255 255 / 0.05);
}

.hover\:text-white\/50:hover{
  color: rgb(255 255 255 / 0.5);
}

.hover\:text-white\/55:hover{
  color: rgb(255 255 255 / 0.55);
}

.hover\:text-white\/60:hover{
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-white\/65:hover{
  color: rgb(255 255 255 / 0.65);
}

.hover\:text-white\/70:hover{
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-white\/75:hover{
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-white\/80:hover{
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-white\/85:hover{
  color: rgb(255 255 255 / 0.85);
}

.hover\:text-white\/90:hover{
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-white\/95:hover{
  color: rgb(255 255 255 / 0.95);
}

.hover\:text-yellow-100:hover{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.hover\:text-yellow-100\/0:hover{
  color: rgb(254 249 195 / 0);
}

.hover\:text-yellow-100\/10:hover{
  color: rgb(254 249 195 / 0.1);
}

.hover\:text-yellow-100\/100:hover{
  color: rgb(254 249 195 / 1);
}

.hover\:text-yellow-100\/15:hover{
  color: rgb(254 249 195 / 0.15);
}

.hover\:text-yellow-100\/20:hover{
  color: rgb(254 249 195 / 0.2);
}

.hover\:text-yellow-100\/25:hover{
  color: rgb(254 249 195 / 0.25);
}

.hover\:text-yellow-100\/30:hover{
  color: rgb(254 249 195 / 0.3);
}

.hover\:text-yellow-100\/35:hover{
  color: rgb(254 249 195 / 0.35);
}

.hover\:text-yellow-100\/40:hover{
  color: rgb(254 249 195 / 0.4);
}

.hover\:text-yellow-100\/45:hover{
  color: rgb(254 249 195 / 0.45);
}

.hover\:text-yellow-100\/5:hover{
  color: rgb(254 249 195 / 0.05);
}

.hover\:text-yellow-100\/50:hover{
  color: rgb(254 249 195 / 0.5);
}

.hover\:text-yellow-100\/55:hover{
  color: rgb(254 249 195 / 0.55);
}

.hover\:text-yellow-100\/60:hover{
  color: rgb(254 249 195 / 0.6);
}

.hover\:text-yellow-100\/65:hover{
  color: rgb(254 249 195 / 0.65);
}

.hover\:text-yellow-100\/70:hover{
  color: rgb(254 249 195 / 0.7);
}

.hover\:text-yellow-100\/75:hover{
  color: rgb(254 249 195 / 0.75);
}

.hover\:text-yellow-100\/80:hover{
  color: rgb(254 249 195 / 0.8);
}

.hover\:text-yellow-100\/85:hover{
  color: rgb(254 249 195 / 0.85);
}

.hover\:text-yellow-100\/90:hover{
  color: rgb(254 249 195 / 0.9);
}

.hover\:text-yellow-100\/95:hover{
  color: rgb(254 249 195 / 0.95);
}

.hover\:text-yellow-200:hover{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.hover\:text-yellow-200\/0:hover{
  color: rgb(254 240 138 / 0);
}

.hover\:text-yellow-200\/10:hover{
  color: rgb(254 240 138 / 0.1);
}

.hover\:text-yellow-200\/100:hover{
  color: rgb(254 240 138 / 1);
}

.hover\:text-yellow-200\/15:hover{
  color: rgb(254 240 138 / 0.15);
}

.hover\:text-yellow-200\/20:hover{
  color: rgb(254 240 138 / 0.2);
}

.hover\:text-yellow-200\/25:hover{
  color: rgb(254 240 138 / 0.25);
}

.hover\:text-yellow-200\/30:hover{
  color: rgb(254 240 138 / 0.3);
}

.hover\:text-yellow-200\/35:hover{
  color: rgb(254 240 138 / 0.35);
}

.hover\:text-yellow-200\/40:hover{
  color: rgb(254 240 138 / 0.4);
}

.hover\:text-yellow-200\/45:hover{
  color: rgb(254 240 138 / 0.45);
}

.hover\:text-yellow-200\/5:hover{
  color: rgb(254 240 138 / 0.05);
}

.hover\:text-yellow-200\/50:hover{
  color: rgb(254 240 138 / 0.5);
}

.hover\:text-yellow-200\/55:hover{
  color: rgb(254 240 138 / 0.55);
}

.hover\:text-yellow-200\/60:hover{
  color: rgb(254 240 138 / 0.6);
}

.hover\:text-yellow-200\/65:hover{
  color: rgb(254 240 138 / 0.65);
}

.hover\:text-yellow-200\/70:hover{
  color: rgb(254 240 138 / 0.7);
}

.hover\:text-yellow-200\/75:hover{
  color: rgb(254 240 138 / 0.75);
}

.hover\:text-yellow-200\/80:hover{
  color: rgb(254 240 138 / 0.8);
}

.hover\:text-yellow-200\/85:hover{
  color: rgb(254 240 138 / 0.85);
}

.hover\:text-yellow-200\/90:hover{
  color: rgb(254 240 138 / 0.9);
}

.hover\:text-yellow-200\/95:hover{
  color: rgb(254 240 138 / 0.95);
}

.hover\:text-yellow-300:hover{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.hover\:text-yellow-300\/0:hover{
  color: rgb(253 224 71 / 0);
}

.hover\:text-yellow-300\/10:hover{
  color: rgb(253 224 71 / 0.1);
}

.hover\:text-yellow-300\/100:hover{
  color: rgb(253 224 71 / 1);
}

.hover\:text-yellow-300\/15:hover{
  color: rgb(253 224 71 / 0.15);
}

.hover\:text-yellow-300\/20:hover{
  color: rgb(253 224 71 / 0.2);
}

.hover\:text-yellow-300\/25:hover{
  color: rgb(253 224 71 / 0.25);
}

.hover\:text-yellow-300\/30:hover{
  color: rgb(253 224 71 / 0.3);
}

.hover\:text-yellow-300\/35:hover{
  color: rgb(253 224 71 / 0.35);
}

.hover\:text-yellow-300\/40:hover{
  color: rgb(253 224 71 / 0.4);
}

.hover\:text-yellow-300\/45:hover{
  color: rgb(253 224 71 / 0.45);
}

.hover\:text-yellow-300\/5:hover{
  color: rgb(253 224 71 / 0.05);
}

.hover\:text-yellow-300\/50:hover{
  color: rgb(253 224 71 / 0.5);
}

.hover\:text-yellow-300\/55:hover{
  color: rgb(253 224 71 / 0.55);
}

.hover\:text-yellow-300\/60:hover{
  color: rgb(253 224 71 / 0.6);
}

.hover\:text-yellow-300\/65:hover{
  color: rgb(253 224 71 / 0.65);
}

.hover\:text-yellow-300\/70:hover{
  color: rgb(253 224 71 / 0.7);
}

.hover\:text-yellow-300\/75:hover{
  color: rgb(253 224 71 / 0.75);
}

.hover\:text-yellow-300\/80:hover{
  color: rgb(253 224 71 / 0.8);
}

.hover\:text-yellow-300\/85:hover{
  color: rgb(253 224 71 / 0.85);
}

.hover\:text-yellow-300\/90:hover{
  color: rgb(253 224 71 / 0.9);
}

.hover\:text-yellow-300\/95:hover{
  color: rgb(253 224 71 / 0.95);
}

.hover\:text-yellow-400:hover{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.hover\:text-yellow-400\/0:hover{
  color: rgb(250 204 21 / 0);
}

.hover\:text-yellow-400\/10:hover{
  color: rgb(250 204 21 / 0.1);
}

.hover\:text-yellow-400\/100:hover{
  color: rgb(250 204 21 / 1);
}

.hover\:text-yellow-400\/15:hover{
  color: rgb(250 204 21 / 0.15);
}

.hover\:text-yellow-400\/20:hover{
  color: rgb(250 204 21 / 0.2);
}

.hover\:text-yellow-400\/25:hover{
  color: rgb(250 204 21 / 0.25);
}

.hover\:text-yellow-400\/30:hover{
  color: rgb(250 204 21 / 0.3);
}

.hover\:text-yellow-400\/35:hover{
  color: rgb(250 204 21 / 0.35);
}

.hover\:text-yellow-400\/40:hover{
  color: rgb(250 204 21 / 0.4);
}

.hover\:text-yellow-400\/45:hover{
  color: rgb(250 204 21 / 0.45);
}

.hover\:text-yellow-400\/5:hover{
  color: rgb(250 204 21 / 0.05);
}

.hover\:text-yellow-400\/50:hover{
  color: rgb(250 204 21 / 0.5);
}

.hover\:text-yellow-400\/55:hover{
  color: rgb(250 204 21 / 0.55);
}

.hover\:text-yellow-400\/60:hover{
  color: rgb(250 204 21 / 0.6);
}

.hover\:text-yellow-400\/65:hover{
  color: rgb(250 204 21 / 0.65);
}

.hover\:text-yellow-400\/70:hover{
  color: rgb(250 204 21 / 0.7);
}

.hover\:text-yellow-400\/75:hover{
  color: rgb(250 204 21 / 0.75);
}

.hover\:text-yellow-400\/80:hover{
  color: rgb(250 204 21 / 0.8);
}

.hover\:text-yellow-400\/85:hover{
  color: rgb(250 204 21 / 0.85);
}

.hover\:text-yellow-400\/90:hover{
  color: rgb(250 204 21 / 0.9);
}

.hover\:text-yellow-400\/95:hover{
  color: rgb(250 204 21 / 0.95);
}

.hover\:text-yellow-50:hover{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.hover\:text-yellow-50\/0:hover{
  color: rgb(254 252 232 / 0);
}

.hover\:text-yellow-50\/10:hover{
  color: rgb(254 252 232 / 0.1);
}

.hover\:text-yellow-50\/100:hover{
  color: rgb(254 252 232 / 1);
}

.hover\:text-yellow-50\/15:hover{
  color: rgb(254 252 232 / 0.15);
}

.hover\:text-yellow-50\/20:hover{
  color: rgb(254 252 232 / 0.2);
}

.hover\:text-yellow-50\/25:hover{
  color: rgb(254 252 232 / 0.25);
}

.hover\:text-yellow-50\/30:hover{
  color: rgb(254 252 232 / 0.3);
}

.hover\:text-yellow-50\/35:hover{
  color: rgb(254 252 232 / 0.35);
}

.hover\:text-yellow-50\/40:hover{
  color: rgb(254 252 232 / 0.4);
}

.hover\:text-yellow-50\/45:hover{
  color: rgb(254 252 232 / 0.45);
}

.hover\:text-yellow-50\/5:hover{
  color: rgb(254 252 232 / 0.05);
}

.hover\:text-yellow-50\/50:hover{
  color: rgb(254 252 232 / 0.5);
}

.hover\:text-yellow-50\/55:hover{
  color: rgb(254 252 232 / 0.55);
}

.hover\:text-yellow-50\/60:hover{
  color: rgb(254 252 232 / 0.6);
}

.hover\:text-yellow-50\/65:hover{
  color: rgb(254 252 232 / 0.65);
}

.hover\:text-yellow-50\/70:hover{
  color: rgb(254 252 232 / 0.7);
}

.hover\:text-yellow-50\/75:hover{
  color: rgb(254 252 232 / 0.75);
}

.hover\:text-yellow-50\/80:hover{
  color: rgb(254 252 232 / 0.8);
}

.hover\:text-yellow-50\/85:hover{
  color: rgb(254 252 232 / 0.85);
}

.hover\:text-yellow-50\/90:hover{
  color: rgb(254 252 232 / 0.9);
}

.hover\:text-yellow-50\/95:hover{
  color: rgb(254 252 232 / 0.95);
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.hover\:text-yellow-500\/0:hover{
  color: rgb(234 179 8 / 0);
}

.hover\:text-yellow-500\/10:hover{
  color: rgb(234 179 8 / 0.1);
}

.hover\:text-yellow-500\/100:hover{
  color: rgb(234 179 8 / 1);
}

.hover\:text-yellow-500\/15:hover{
  color: rgb(234 179 8 / 0.15);
}

.hover\:text-yellow-500\/20:hover{
  color: rgb(234 179 8 / 0.2);
}

.hover\:text-yellow-500\/25:hover{
  color: rgb(234 179 8 / 0.25);
}

.hover\:text-yellow-500\/30:hover{
  color: rgb(234 179 8 / 0.3);
}

.hover\:text-yellow-500\/35:hover{
  color: rgb(234 179 8 / 0.35);
}

.hover\:text-yellow-500\/40:hover{
  color: rgb(234 179 8 / 0.4);
}

.hover\:text-yellow-500\/45:hover{
  color: rgb(234 179 8 / 0.45);
}

.hover\:text-yellow-500\/5:hover{
  color: rgb(234 179 8 / 0.05);
}

.hover\:text-yellow-500\/50:hover{
  color: rgb(234 179 8 / 0.5);
}

.hover\:text-yellow-500\/55:hover{
  color: rgb(234 179 8 / 0.55);
}

.hover\:text-yellow-500\/60:hover{
  color: rgb(234 179 8 / 0.6);
}

.hover\:text-yellow-500\/65:hover{
  color: rgb(234 179 8 / 0.65);
}

.hover\:text-yellow-500\/70:hover{
  color: rgb(234 179 8 / 0.7);
}

.hover\:text-yellow-500\/75:hover{
  color: rgb(234 179 8 / 0.75);
}

.hover\:text-yellow-500\/80:hover{
  color: rgb(234 179 8 / 0.8);
}

.hover\:text-yellow-500\/85:hover{
  color: rgb(234 179 8 / 0.85);
}

.hover\:text-yellow-500\/90:hover{
  color: rgb(234 179 8 / 0.9);
}

.hover\:text-yellow-500\/95:hover{
  color: rgb(234 179 8 / 0.95);
}

.hover\:text-yellow-600:hover{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.hover\:text-yellow-600\/0:hover{
  color: rgb(202 138 4 / 0);
}

.hover\:text-yellow-600\/10:hover{
  color: rgb(202 138 4 / 0.1);
}

.hover\:text-yellow-600\/100:hover{
  color: rgb(202 138 4 / 1);
}

.hover\:text-yellow-600\/15:hover{
  color: rgb(202 138 4 / 0.15);
}

.hover\:text-yellow-600\/20:hover{
  color: rgb(202 138 4 / 0.2);
}

.hover\:text-yellow-600\/25:hover{
  color: rgb(202 138 4 / 0.25);
}

.hover\:text-yellow-600\/30:hover{
  color: rgb(202 138 4 / 0.3);
}

.hover\:text-yellow-600\/35:hover{
  color: rgb(202 138 4 / 0.35);
}

.hover\:text-yellow-600\/40:hover{
  color: rgb(202 138 4 / 0.4);
}

.hover\:text-yellow-600\/45:hover{
  color: rgb(202 138 4 / 0.45);
}

.hover\:text-yellow-600\/5:hover{
  color: rgb(202 138 4 / 0.05);
}

.hover\:text-yellow-600\/50:hover{
  color: rgb(202 138 4 / 0.5);
}

.hover\:text-yellow-600\/55:hover{
  color: rgb(202 138 4 / 0.55);
}

.hover\:text-yellow-600\/60:hover{
  color: rgb(202 138 4 / 0.6);
}

.hover\:text-yellow-600\/65:hover{
  color: rgb(202 138 4 / 0.65);
}

.hover\:text-yellow-600\/70:hover{
  color: rgb(202 138 4 / 0.7);
}

.hover\:text-yellow-600\/75:hover{
  color: rgb(202 138 4 / 0.75);
}

.hover\:text-yellow-600\/80:hover{
  color: rgb(202 138 4 / 0.8);
}

.hover\:text-yellow-600\/85:hover{
  color: rgb(202 138 4 / 0.85);
}

.hover\:text-yellow-600\/90:hover{
  color: rgb(202 138 4 / 0.9);
}

.hover\:text-yellow-600\/95:hover{
  color: rgb(202 138 4 / 0.95);
}

.hover\:text-yellow-700:hover{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.hover\:text-yellow-700\/0:hover{
  color: rgb(161 98 7 / 0);
}

.hover\:text-yellow-700\/10:hover{
  color: rgb(161 98 7 / 0.1);
}

.hover\:text-yellow-700\/100:hover{
  color: rgb(161 98 7 / 1);
}

.hover\:text-yellow-700\/15:hover{
  color: rgb(161 98 7 / 0.15);
}

.hover\:text-yellow-700\/20:hover{
  color: rgb(161 98 7 / 0.2);
}

.hover\:text-yellow-700\/25:hover{
  color: rgb(161 98 7 / 0.25);
}

.hover\:text-yellow-700\/30:hover{
  color: rgb(161 98 7 / 0.3);
}

.hover\:text-yellow-700\/35:hover{
  color: rgb(161 98 7 / 0.35);
}

.hover\:text-yellow-700\/40:hover{
  color: rgb(161 98 7 / 0.4);
}

.hover\:text-yellow-700\/45:hover{
  color: rgb(161 98 7 / 0.45);
}

.hover\:text-yellow-700\/5:hover{
  color: rgb(161 98 7 / 0.05);
}

.hover\:text-yellow-700\/50:hover{
  color: rgb(161 98 7 / 0.5);
}

.hover\:text-yellow-700\/55:hover{
  color: rgb(161 98 7 / 0.55);
}

.hover\:text-yellow-700\/60:hover{
  color: rgb(161 98 7 / 0.6);
}

.hover\:text-yellow-700\/65:hover{
  color: rgb(161 98 7 / 0.65);
}

.hover\:text-yellow-700\/70:hover{
  color: rgb(161 98 7 / 0.7);
}

.hover\:text-yellow-700\/75:hover{
  color: rgb(161 98 7 / 0.75);
}

.hover\:text-yellow-700\/80:hover{
  color: rgb(161 98 7 / 0.8);
}

.hover\:text-yellow-700\/85:hover{
  color: rgb(161 98 7 / 0.85);
}

.hover\:text-yellow-700\/90:hover{
  color: rgb(161 98 7 / 0.9);
}

.hover\:text-yellow-700\/95:hover{
  color: rgb(161 98 7 / 0.95);
}

.hover\:text-yellow-800:hover{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.hover\:text-yellow-800\/0:hover{
  color: rgb(133 77 14 / 0);
}

.hover\:text-yellow-800\/10:hover{
  color: rgb(133 77 14 / 0.1);
}

.hover\:text-yellow-800\/100:hover{
  color: rgb(133 77 14 / 1);
}

.hover\:text-yellow-800\/15:hover{
  color: rgb(133 77 14 / 0.15);
}

.hover\:text-yellow-800\/20:hover{
  color: rgb(133 77 14 / 0.2);
}

.hover\:text-yellow-800\/25:hover{
  color: rgb(133 77 14 / 0.25);
}

.hover\:text-yellow-800\/30:hover{
  color: rgb(133 77 14 / 0.3);
}

.hover\:text-yellow-800\/35:hover{
  color: rgb(133 77 14 / 0.35);
}

.hover\:text-yellow-800\/40:hover{
  color: rgb(133 77 14 / 0.4);
}

.hover\:text-yellow-800\/45:hover{
  color: rgb(133 77 14 / 0.45);
}

.hover\:text-yellow-800\/5:hover{
  color: rgb(133 77 14 / 0.05);
}

.hover\:text-yellow-800\/50:hover{
  color: rgb(133 77 14 / 0.5);
}

.hover\:text-yellow-800\/55:hover{
  color: rgb(133 77 14 / 0.55);
}

.hover\:text-yellow-800\/60:hover{
  color: rgb(133 77 14 / 0.6);
}

.hover\:text-yellow-800\/65:hover{
  color: rgb(133 77 14 / 0.65);
}

.hover\:text-yellow-800\/70:hover{
  color: rgb(133 77 14 / 0.7);
}

.hover\:text-yellow-800\/75:hover{
  color: rgb(133 77 14 / 0.75);
}

.hover\:text-yellow-800\/80:hover{
  color: rgb(133 77 14 / 0.8);
}

.hover\:text-yellow-800\/85:hover{
  color: rgb(133 77 14 / 0.85);
}

.hover\:text-yellow-800\/90:hover{
  color: rgb(133 77 14 / 0.9);
}

.hover\:text-yellow-800\/95:hover{
  color: rgb(133 77 14 / 0.95);
}

.hover\:text-yellow-900:hover{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.hover\:text-yellow-900\/0:hover{
  color: rgb(113 63 18 / 0);
}

.hover\:text-yellow-900\/10:hover{
  color: rgb(113 63 18 / 0.1);
}

.hover\:text-yellow-900\/100:hover{
  color: rgb(113 63 18 / 1);
}

.hover\:text-yellow-900\/15:hover{
  color: rgb(113 63 18 / 0.15);
}

.hover\:text-yellow-900\/20:hover{
  color: rgb(113 63 18 / 0.2);
}

.hover\:text-yellow-900\/25:hover{
  color: rgb(113 63 18 / 0.25);
}

.hover\:text-yellow-900\/30:hover{
  color: rgb(113 63 18 / 0.3);
}

.hover\:text-yellow-900\/35:hover{
  color: rgb(113 63 18 / 0.35);
}

.hover\:text-yellow-900\/40:hover{
  color: rgb(113 63 18 / 0.4);
}

.hover\:text-yellow-900\/45:hover{
  color: rgb(113 63 18 / 0.45);
}

.hover\:text-yellow-900\/5:hover{
  color: rgb(113 63 18 / 0.05);
}

.hover\:text-yellow-900\/50:hover{
  color: rgb(113 63 18 / 0.5);
}

.hover\:text-yellow-900\/55:hover{
  color: rgb(113 63 18 / 0.55);
}

.hover\:text-yellow-900\/60:hover{
  color: rgb(113 63 18 / 0.6);
}

.hover\:text-yellow-900\/65:hover{
  color: rgb(113 63 18 / 0.65);
}

.hover\:text-yellow-900\/70:hover{
  color: rgb(113 63 18 / 0.7);
}

.hover\:text-yellow-900\/75:hover{
  color: rgb(113 63 18 / 0.75);
}

.hover\:text-yellow-900\/80:hover{
  color: rgb(113 63 18 / 0.8);
}

.hover\:text-yellow-900\/85:hover{
  color: rgb(113 63 18 / 0.85);
}

.hover\:text-yellow-900\/90:hover{
  color: rgb(113 63 18 / 0.9);
}

.hover\:text-yellow-900\/95:hover{
  color: rgb(113 63 18 / 0.95);
}

.hover\:text-yellow-950:hover{
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}

.hover\:text-yellow-950\/0:hover{
  color: rgb(66 32 6 / 0);
}

.hover\:text-yellow-950\/10:hover{
  color: rgb(66 32 6 / 0.1);
}

.hover\:text-yellow-950\/100:hover{
  color: rgb(66 32 6 / 1);
}

.hover\:text-yellow-950\/15:hover{
  color: rgb(66 32 6 / 0.15);
}

.hover\:text-yellow-950\/20:hover{
  color: rgb(66 32 6 / 0.2);
}

.hover\:text-yellow-950\/25:hover{
  color: rgb(66 32 6 / 0.25);
}

.hover\:text-yellow-950\/30:hover{
  color: rgb(66 32 6 / 0.3);
}

.hover\:text-yellow-950\/35:hover{
  color: rgb(66 32 6 / 0.35);
}

.hover\:text-yellow-950\/40:hover{
  color: rgb(66 32 6 / 0.4);
}

.hover\:text-yellow-950\/45:hover{
  color: rgb(66 32 6 / 0.45);
}

.hover\:text-yellow-950\/5:hover{
  color: rgb(66 32 6 / 0.05);
}

.hover\:text-yellow-950\/50:hover{
  color: rgb(66 32 6 / 0.5);
}

.hover\:text-yellow-950\/55:hover{
  color: rgb(66 32 6 / 0.55);
}

.hover\:text-yellow-950\/60:hover{
  color: rgb(66 32 6 / 0.6);
}

.hover\:text-yellow-950\/65:hover{
  color: rgb(66 32 6 / 0.65);
}

.hover\:text-yellow-950\/70:hover{
  color: rgb(66 32 6 / 0.7);
}

.hover\:text-yellow-950\/75:hover{
  color: rgb(66 32 6 / 0.75);
}

.hover\:text-yellow-950\/80:hover{
  color: rgb(66 32 6 / 0.8);
}

.hover\:text-yellow-950\/85:hover{
  color: rgb(66 32 6 / 0.85);
}

.hover\:text-yellow-950\/90:hover{
  color: rgb(66 32 6 / 0.9);
}

.hover\:text-yellow-950\/95:hover{
  color: rgb(66 32 6 / 0.95);
}

.hover\:text-zinc-100:hover{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

.hover\:text-zinc-100\/0:hover{
  color: rgb(244 244 245 / 0);
}

.hover\:text-zinc-100\/10:hover{
  color: rgb(244 244 245 / 0.1);
}

.hover\:text-zinc-100\/100:hover{
  color: rgb(244 244 245 / 1);
}

.hover\:text-zinc-100\/15:hover{
  color: rgb(244 244 245 / 0.15);
}

.hover\:text-zinc-100\/20:hover{
  color: rgb(244 244 245 / 0.2);
}

.hover\:text-zinc-100\/25:hover{
  color: rgb(244 244 245 / 0.25);
}

.hover\:text-zinc-100\/30:hover{
  color: rgb(244 244 245 / 0.3);
}

.hover\:text-zinc-100\/35:hover{
  color: rgb(244 244 245 / 0.35);
}

.hover\:text-zinc-100\/40:hover{
  color: rgb(244 244 245 / 0.4);
}

.hover\:text-zinc-100\/45:hover{
  color: rgb(244 244 245 / 0.45);
}

.hover\:text-zinc-100\/5:hover{
  color: rgb(244 244 245 / 0.05);
}

.hover\:text-zinc-100\/50:hover{
  color: rgb(244 244 245 / 0.5);
}

.hover\:text-zinc-100\/55:hover{
  color: rgb(244 244 245 / 0.55);
}

.hover\:text-zinc-100\/60:hover{
  color: rgb(244 244 245 / 0.6);
}

.hover\:text-zinc-100\/65:hover{
  color: rgb(244 244 245 / 0.65);
}

.hover\:text-zinc-100\/70:hover{
  color: rgb(244 244 245 / 0.7);
}

.hover\:text-zinc-100\/75:hover{
  color: rgb(244 244 245 / 0.75);
}

.hover\:text-zinc-100\/80:hover{
  color: rgb(244 244 245 / 0.8);
}

.hover\:text-zinc-100\/85:hover{
  color: rgb(244 244 245 / 0.85);
}

.hover\:text-zinc-100\/90:hover{
  color: rgb(244 244 245 / 0.9);
}

.hover\:text-zinc-100\/95:hover{
  color: rgb(244 244 245 / 0.95);
}

.hover\:text-zinc-200:hover{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}

.hover\:text-zinc-200\/0:hover{
  color: rgb(228 228 231 / 0);
}

.hover\:text-zinc-200\/10:hover{
  color: rgb(228 228 231 / 0.1);
}

.hover\:text-zinc-200\/100:hover{
  color: rgb(228 228 231 / 1);
}

.hover\:text-zinc-200\/15:hover{
  color: rgb(228 228 231 / 0.15);
}

.hover\:text-zinc-200\/20:hover{
  color: rgb(228 228 231 / 0.2);
}

.hover\:text-zinc-200\/25:hover{
  color: rgb(228 228 231 / 0.25);
}

.hover\:text-zinc-200\/30:hover{
  color: rgb(228 228 231 / 0.3);
}

.hover\:text-zinc-200\/35:hover{
  color: rgb(228 228 231 / 0.35);
}

.hover\:text-zinc-200\/40:hover{
  color: rgb(228 228 231 / 0.4);
}

.hover\:text-zinc-200\/45:hover{
  color: rgb(228 228 231 / 0.45);
}

.hover\:text-zinc-200\/5:hover{
  color: rgb(228 228 231 / 0.05);
}

.hover\:text-zinc-200\/50:hover{
  color: rgb(228 228 231 / 0.5);
}

.hover\:text-zinc-200\/55:hover{
  color: rgb(228 228 231 / 0.55);
}

.hover\:text-zinc-200\/60:hover{
  color: rgb(228 228 231 / 0.6);
}

.hover\:text-zinc-200\/65:hover{
  color: rgb(228 228 231 / 0.65);
}

.hover\:text-zinc-200\/70:hover{
  color: rgb(228 228 231 / 0.7);
}

.hover\:text-zinc-200\/75:hover{
  color: rgb(228 228 231 / 0.75);
}

.hover\:text-zinc-200\/80:hover{
  color: rgb(228 228 231 / 0.8);
}

.hover\:text-zinc-200\/85:hover{
  color: rgb(228 228 231 / 0.85);
}

.hover\:text-zinc-200\/90:hover{
  color: rgb(228 228 231 / 0.9);
}

.hover\:text-zinc-200\/95:hover{
  color: rgb(228 228 231 / 0.95);
}

.hover\:text-zinc-300:hover{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.hover\:text-zinc-300\/0:hover{
  color: rgb(212 212 216 / 0);
}

.hover\:text-zinc-300\/10:hover{
  color: rgb(212 212 216 / 0.1);
}

.hover\:text-zinc-300\/100:hover{
  color: rgb(212 212 216 / 1);
}

.hover\:text-zinc-300\/15:hover{
  color: rgb(212 212 216 / 0.15);
}

.hover\:text-zinc-300\/20:hover{
  color: rgb(212 212 216 / 0.2);
}

.hover\:text-zinc-300\/25:hover{
  color: rgb(212 212 216 / 0.25);
}

.hover\:text-zinc-300\/30:hover{
  color: rgb(212 212 216 / 0.3);
}

.hover\:text-zinc-300\/35:hover{
  color: rgb(212 212 216 / 0.35);
}

.hover\:text-zinc-300\/40:hover{
  color: rgb(212 212 216 / 0.4);
}

.hover\:text-zinc-300\/45:hover{
  color: rgb(212 212 216 / 0.45);
}

.hover\:text-zinc-300\/5:hover{
  color: rgb(212 212 216 / 0.05);
}

.hover\:text-zinc-300\/50:hover{
  color: rgb(212 212 216 / 0.5);
}

.hover\:text-zinc-300\/55:hover{
  color: rgb(212 212 216 / 0.55);
}

.hover\:text-zinc-300\/60:hover{
  color: rgb(212 212 216 / 0.6);
}

.hover\:text-zinc-300\/65:hover{
  color: rgb(212 212 216 / 0.65);
}

.hover\:text-zinc-300\/70:hover{
  color: rgb(212 212 216 / 0.7);
}

.hover\:text-zinc-300\/75:hover{
  color: rgb(212 212 216 / 0.75);
}

.hover\:text-zinc-300\/80:hover{
  color: rgb(212 212 216 / 0.8);
}

.hover\:text-zinc-300\/85:hover{
  color: rgb(212 212 216 / 0.85);
}

.hover\:text-zinc-300\/90:hover{
  color: rgb(212 212 216 / 0.9);
}

.hover\:text-zinc-300\/95:hover{
  color: rgb(212 212 216 / 0.95);
}

.hover\:text-zinc-400:hover{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.hover\:text-zinc-400\/0:hover{
  color: rgb(161 161 170 / 0);
}

.hover\:text-zinc-400\/10:hover{
  color: rgb(161 161 170 / 0.1);
}

.hover\:text-zinc-400\/100:hover{
  color: rgb(161 161 170 / 1);
}

.hover\:text-zinc-400\/15:hover{
  color: rgb(161 161 170 / 0.15);
}

.hover\:text-zinc-400\/20:hover{
  color: rgb(161 161 170 / 0.2);
}

.hover\:text-zinc-400\/25:hover{
  color: rgb(161 161 170 / 0.25);
}

.hover\:text-zinc-400\/30:hover{
  color: rgb(161 161 170 / 0.3);
}

.hover\:text-zinc-400\/35:hover{
  color: rgb(161 161 170 / 0.35);
}

.hover\:text-zinc-400\/40:hover{
  color: rgb(161 161 170 / 0.4);
}

.hover\:text-zinc-400\/45:hover{
  color: rgb(161 161 170 / 0.45);
}

.hover\:text-zinc-400\/5:hover{
  color: rgb(161 161 170 / 0.05);
}

.hover\:text-zinc-400\/50:hover{
  color: rgb(161 161 170 / 0.5);
}

.hover\:text-zinc-400\/55:hover{
  color: rgb(161 161 170 / 0.55);
}

.hover\:text-zinc-400\/60:hover{
  color: rgb(161 161 170 / 0.6);
}

.hover\:text-zinc-400\/65:hover{
  color: rgb(161 161 170 / 0.65);
}

.hover\:text-zinc-400\/70:hover{
  color: rgb(161 161 170 / 0.7);
}

.hover\:text-zinc-400\/75:hover{
  color: rgb(161 161 170 / 0.75);
}

.hover\:text-zinc-400\/80:hover{
  color: rgb(161 161 170 / 0.8);
}

.hover\:text-zinc-400\/85:hover{
  color: rgb(161 161 170 / 0.85);
}

.hover\:text-zinc-400\/90:hover{
  color: rgb(161 161 170 / 0.9);
}

.hover\:text-zinc-400\/95:hover{
  color: rgb(161 161 170 / 0.95);
}

.hover\:text-zinc-50:hover{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.hover\:text-zinc-50\/0:hover{
  color: rgb(250 250 250 / 0);
}

.hover\:text-zinc-50\/10:hover{
  color: rgb(250 250 250 / 0.1);
}

.hover\:text-zinc-50\/100:hover{
  color: rgb(250 250 250 / 1);
}

.hover\:text-zinc-50\/15:hover{
  color: rgb(250 250 250 / 0.15);
}

.hover\:text-zinc-50\/20:hover{
  color: rgb(250 250 250 / 0.2);
}

.hover\:text-zinc-50\/25:hover{
  color: rgb(250 250 250 / 0.25);
}

.hover\:text-zinc-50\/30:hover{
  color: rgb(250 250 250 / 0.3);
}

.hover\:text-zinc-50\/35:hover{
  color: rgb(250 250 250 / 0.35);
}

.hover\:text-zinc-50\/40:hover{
  color: rgb(250 250 250 / 0.4);
}

.hover\:text-zinc-50\/45:hover{
  color: rgb(250 250 250 / 0.45);
}

.hover\:text-zinc-50\/5:hover{
  color: rgb(250 250 250 / 0.05);
}

.hover\:text-zinc-50\/50:hover{
  color: rgb(250 250 250 / 0.5);
}

.hover\:text-zinc-50\/55:hover{
  color: rgb(250 250 250 / 0.55);
}

.hover\:text-zinc-50\/60:hover{
  color: rgb(250 250 250 / 0.6);
}

.hover\:text-zinc-50\/65:hover{
  color: rgb(250 250 250 / 0.65);
}

.hover\:text-zinc-50\/70:hover{
  color: rgb(250 250 250 / 0.7);
}

.hover\:text-zinc-50\/75:hover{
  color: rgb(250 250 250 / 0.75);
}

.hover\:text-zinc-50\/80:hover{
  color: rgb(250 250 250 / 0.8);
}

.hover\:text-zinc-50\/85:hover{
  color: rgb(250 250 250 / 0.85);
}

.hover\:text-zinc-50\/90:hover{
  color: rgb(250 250 250 / 0.9);
}

.hover\:text-zinc-50\/95:hover{
  color: rgb(250 250 250 / 0.95);
}

.hover\:text-zinc-500:hover{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.hover\:text-zinc-500\/0:hover{
  color: rgb(113 113 122 / 0);
}

.hover\:text-zinc-500\/10:hover{
  color: rgb(113 113 122 / 0.1);
}

.hover\:text-zinc-500\/100:hover{
  color: rgb(113 113 122 / 1);
}

.hover\:text-zinc-500\/15:hover{
  color: rgb(113 113 122 / 0.15);
}

.hover\:text-zinc-500\/20:hover{
  color: rgb(113 113 122 / 0.2);
}

.hover\:text-zinc-500\/25:hover{
  color: rgb(113 113 122 / 0.25);
}

.hover\:text-zinc-500\/30:hover{
  color: rgb(113 113 122 / 0.3);
}

.hover\:text-zinc-500\/35:hover{
  color: rgb(113 113 122 / 0.35);
}

.hover\:text-zinc-500\/40:hover{
  color: rgb(113 113 122 / 0.4);
}

.hover\:text-zinc-500\/45:hover{
  color: rgb(113 113 122 / 0.45);
}

.hover\:text-zinc-500\/5:hover{
  color: rgb(113 113 122 / 0.05);
}

.hover\:text-zinc-500\/50:hover{
  color: rgb(113 113 122 / 0.5);
}

.hover\:text-zinc-500\/55:hover{
  color: rgb(113 113 122 / 0.55);
}

.hover\:text-zinc-500\/60:hover{
  color: rgb(113 113 122 / 0.6);
}

.hover\:text-zinc-500\/65:hover{
  color: rgb(113 113 122 / 0.65);
}

.hover\:text-zinc-500\/70:hover{
  color: rgb(113 113 122 / 0.7);
}

.hover\:text-zinc-500\/75:hover{
  color: rgb(113 113 122 / 0.75);
}

.hover\:text-zinc-500\/80:hover{
  color: rgb(113 113 122 / 0.8);
}

.hover\:text-zinc-500\/85:hover{
  color: rgb(113 113 122 / 0.85);
}

.hover\:text-zinc-500\/90:hover{
  color: rgb(113 113 122 / 0.9);
}

.hover\:text-zinc-500\/95:hover{
  color: rgb(113 113 122 / 0.95);
}

.hover\:text-zinc-600:hover{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.hover\:text-zinc-600\/0:hover{
  color: rgb(82 82 91 / 0);
}

.hover\:text-zinc-600\/10:hover{
  color: rgb(82 82 91 / 0.1);
}

.hover\:text-zinc-600\/100:hover{
  color: rgb(82 82 91 / 1);
}

.hover\:text-zinc-600\/15:hover{
  color: rgb(82 82 91 / 0.15);
}

.hover\:text-zinc-600\/20:hover{
  color: rgb(82 82 91 / 0.2);
}

.hover\:text-zinc-600\/25:hover{
  color: rgb(82 82 91 / 0.25);
}

.hover\:text-zinc-600\/30:hover{
  color: rgb(82 82 91 / 0.3);
}

.hover\:text-zinc-600\/35:hover{
  color: rgb(82 82 91 / 0.35);
}

.hover\:text-zinc-600\/40:hover{
  color: rgb(82 82 91 / 0.4);
}

.hover\:text-zinc-600\/45:hover{
  color: rgb(82 82 91 / 0.45);
}

.hover\:text-zinc-600\/5:hover{
  color: rgb(82 82 91 / 0.05);
}

.hover\:text-zinc-600\/50:hover{
  color: rgb(82 82 91 / 0.5);
}

.hover\:text-zinc-600\/55:hover{
  color: rgb(82 82 91 / 0.55);
}

.hover\:text-zinc-600\/60:hover{
  color: rgb(82 82 91 / 0.6);
}

.hover\:text-zinc-600\/65:hover{
  color: rgb(82 82 91 / 0.65);
}

.hover\:text-zinc-600\/70:hover{
  color: rgb(82 82 91 / 0.7);
}

.hover\:text-zinc-600\/75:hover{
  color: rgb(82 82 91 / 0.75);
}

.hover\:text-zinc-600\/80:hover{
  color: rgb(82 82 91 / 0.8);
}

.hover\:text-zinc-600\/85:hover{
  color: rgb(82 82 91 / 0.85);
}

.hover\:text-zinc-600\/90:hover{
  color: rgb(82 82 91 / 0.9);
}

.hover\:text-zinc-600\/95:hover{
  color: rgb(82 82 91 / 0.95);
}

.hover\:text-zinc-700:hover{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.hover\:text-zinc-700\/0:hover{
  color: rgb(63 63 70 / 0);
}

.hover\:text-zinc-700\/10:hover{
  color: rgb(63 63 70 / 0.1);
}

.hover\:text-zinc-700\/100:hover{
  color: rgb(63 63 70 / 1);
}

.hover\:text-zinc-700\/15:hover{
  color: rgb(63 63 70 / 0.15);
}

.hover\:text-zinc-700\/20:hover{
  color: rgb(63 63 70 / 0.2);
}

.hover\:text-zinc-700\/25:hover{
  color: rgb(63 63 70 / 0.25);
}

.hover\:text-zinc-700\/30:hover{
  color: rgb(63 63 70 / 0.3);
}

.hover\:text-zinc-700\/35:hover{
  color: rgb(63 63 70 / 0.35);
}

.hover\:text-zinc-700\/40:hover{
  color: rgb(63 63 70 / 0.4);
}

.hover\:text-zinc-700\/45:hover{
  color: rgb(63 63 70 / 0.45);
}

.hover\:text-zinc-700\/5:hover{
  color: rgb(63 63 70 / 0.05);
}

.hover\:text-zinc-700\/50:hover{
  color: rgb(63 63 70 / 0.5);
}

.hover\:text-zinc-700\/55:hover{
  color: rgb(63 63 70 / 0.55);
}

.hover\:text-zinc-700\/60:hover{
  color: rgb(63 63 70 / 0.6);
}

.hover\:text-zinc-700\/65:hover{
  color: rgb(63 63 70 / 0.65);
}

.hover\:text-zinc-700\/70:hover{
  color: rgb(63 63 70 / 0.7);
}

.hover\:text-zinc-700\/75:hover{
  color: rgb(63 63 70 / 0.75);
}

.hover\:text-zinc-700\/80:hover{
  color: rgb(63 63 70 / 0.8);
}

.hover\:text-zinc-700\/85:hover{
  color: rgb(63 63 70 / 0.85);
}

.hover\:text-zinc-700\/90:hover{
  color: rgb(63 63 70 / 0.9);
}

.hover\:text-zinc-700\/95:hover{
  color: rgb(63 63 70 / 0.95);
}

.hover\:text-zinc-800:hover{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.hover\:text-zinc-800\/0:hover{
  color: rgb(39 39 42 / 0);
}

.hover\:text-zinc-800\/10:hover{
  color: rgb(39 39 42 / 0.1);
}

.hover\:text-zinc-800\/100:hover{
  color: rgb(39 39 42 / 1);
}

.hover\:text-zinc-800\/15:hover{
  color: rgb(39 39 42 / 0.15);
}

.hover\:text-zinc-800\/20:hover{
  color: rgb(39 39 42 / 0.2);
}

.hover\:text-zinc-800\/25:hover{
  color: rgb(39 39 42 / 0.25);
}

.hover\:text-zinc-800\/30:hover{
  color: rgb(39 39 42 / 0.3);
}

.hover\:text-zinc-800\/35:hover{
  color: rgb(39 39 42 / 0.35);
}

.hover\:text-zinc-800\/40:hover{
  color: rgb(39 39 42 / 0.4);
}

.hover\:text-zinc-800\/45:hover{
  color: rgb(39 39 42 / 0.45);
}

.hover\:text-zinc-800\/5:hover{
  color: rgb(39 39 42 / 0.05);
}

.hover\:text-zinc-800\/50:hover{
  color: rgb(39 39 42 / 0.5);
}

.hover\:text-zinc-800\/55:hover{
  color: rgb(39 39 42 / 0.55);
}

.hover\:text-zinc-800\/60:hover{
  color: rgb(39 39 42 / 0.6);
}

.hover\:text-zinc-800\/65:hover{
  color: rgb(39 39 42 / 0.65);
}

.hover\:text-zinc-800\/70:hover{
  color: rgb(39 39 42 / 0.7);
}

.hover\:text-zinc-800\/75:hover{
  color: rgb(39 39 42 / 0.75);
}

.hover\:text-zinc-800\/80:hover{
  color: rgb(39 39 42 / 0.8);
}

.hover\:text-zinc-800\/85:hover{
  color: rgb(39 39 42 / 0.85);
}

.hover\:text-zinc-800\/90:hover{
  color: rgb(39 39 42 / 0.9);
}

.hover\:text-zinc-800\/95:hover{
  color: rgb(39 39 42 / 0.95);
}

.hover\:text-zinc-900:hover{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.hover\:text-zinc-900\/0:hover{
  color: rgb(24 24 27 / 0);
}

.hover\:text-zinc-900\/10:hover{
  color: rgb(24 24 27 / 0.1);
}

.hover\:text-zinc-900\/100:hover{
  color: rgb(24 24 27 / 1);
}

.hover\:text-zinc-900\/15:hover{
  color: rgb(24 24 27 / 0.15);
}

.hover\:text-zinc-900\/20:hover{
  color: rgb(24 24 27 / 0.2);
}

.hover\:text-zinc-900\/25:hover{
  color: rgb(24 24 27 / 0.25);
}

.hover\:text-zinc-900\/30:hover{
  color: rgb(24 24 27 / 0.3);
}

.hover\:text-zinc-900\/35:hover{
  color: rgb(24 24 27 / 0.35);
}

.hover\:text-zinc-900\/40:hover{
  color: rgb(24 24 27 / 0.4);
}

.hover\:text-zinc-900\/45:hover{
  color: rgb(24 24 27 / 0.45);
}

.hover\:text-zinc-900\/5:hover{
  color: rgb(24 24 27 / 0.05);
}

.hover\:text-zinc-900\/50:hover{
  color: rgb(24 24 27 / 0.5);
}

.hover\:text-zinc-900\/55:hover{
  color: rgb(24 24 27 / 0.55);
}

.hover\:text-zinc-900\/60:hover{
  color: rgb(24 24 27 / 0.6);
}

.hover\:text-zinc-900\/65:hover{
  color: rgb(24 24 27 / 0.65);
}

.hover\:text-zinc-900\/70:hover{
  color: rgb(24 24 27 / 0.7);
}

.hover\:text-zinc-900\/75:hover{
  color: rgb(24 24 27 / 0.75);
}

.hover\:text-zinc-900\/80:hover{
  color: rgb(24 24 27 / 0.8);
}

.hover\:text-zinc-900\/85:hover{
  color: rgb(24 24 27 / 0.85);
}

.hover\:text-zinc-900\/90:hover{
  color: rgb(24 24 27 / 0.9);
}

.hover\:text-zinc-900\/95:hover{
  color: rgb(24 24 27 / 0.95);
}

.hover\:text-zinc-950:hover{
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}

.hover\:text-zinc-950\/0:hover{
  color: rgb(9 9 11 / 0);
}

.hover\:text-zinc-950\/10:hover{
  color: rgb(9 9 11 / 0.1);
}

.hover\:text-zinc-950\/100:hover{
  color: rgb(9 9 11 / 1);
}

.hover\:text-zinc-950\/15:hover{
  color: rgb(9 9 11 / 0.15);
}

.hover\:text-zinc-950\/20:hover{
  color: rgb(9 9 11 / 0.2);
}

.hover\:text-zinc-950\/25:hover{
  color: rgb(9 9 11 / 0.25);
}

.hover\:text-zinc-950\/30:hover{
  color: rgb(9 9 11 / 0.3);
}

.hover\:text-zinc-950\/35:hover{
  color: rgb(9 9 11 / 0.35);
}

.hover\:text-zinc-950\/40:hover{
  color: rgb(9 9 11 / 0.4);
}

.hover\:text-zinc-950\/45:hover{
  color: rgb(9 9 11 / 0.45);
}

.hover\:text-zinc-950\/5:hover{
  color: rgb(9 9 11 / 0.05);
}

.hover\:text-zinc-950\/50:hover{
  color: rgb(9 9 11 / 0.5);
}

.hover\:text-zinc-950\/55:hover{
  color: rgb(9 9 11 / 0.55);
}

.hover\:text-zinc-950\/60:hover{
  color: rgb(9 9 11 / 0.6);
}

.hover\:text-zinc-950\/65:hover{
  color: rgb(9 9 11 / 0.65);
}

.hover\:text-zinc-950\/70:hover{
  color: rgb(9 9 11 / 0.7);
}

.hover\:text-zinc-950\/75:hover{
  color: rgb(9 9 11 / 0.75);
}

.hover\:text-zinc-950\/80:hover{
  color: rgb(9 9 11 / 0.8);
}

.hover\:text-zinc-950\/85:hover{
  color: rgb(9 9 11 / 0.85);
}

.hover\:text-zinc-950\/90:hover{
  color: rgb(9 9 11 / 0.9);
}

.hover\:text-zinc-950\/95:hover{
  color: rgb(9 9 11 / 0.95);
}

.hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

.hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

.hover\:text-opacity-15:hover{
  --tw-text-opacity: 0.15;
}

.hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-35:hover{
  --tw-text-opacity: 0.35;
}

.hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-45:hover{
  --tw-text-opacity: 0.45;
}

.hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-55:hover{
  --tw-text-opacity: 0.55;
}

.hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-65:hover{
  --tw-text-opacity: 0.65;
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-85:hover{
  --tw-text-opacity: 0.85;
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95;
}

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

.hover\:underline-offset-4:hover{
  text-underline-offset: 4px;
}

.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-2xl:hover{
  --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);
}

.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-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-clip-text:hover{
  background-clip: text;
  -webkit-background-clip: text;
}

.hover\:text-transparent:hover{
  color: transparent;
}

.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\:text-ellipsis:focus{
  text-overflow: ellipsis;
}

.focus\:text-clip:focus{
  text-overflow: clip;
}

.focus\:text-wrap:focus{
  text-wrap: wrap;
}

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

.focus\:text-balance:focus{
  text-wrap: balance;
}

.focus\:text-pretty:focus{
  text-wrap: pretty;
}

.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-accent:focus{
  --tw-border-opacity: 1;
  border-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.focus\:border-accent\/0:focus{
  border-color: rgb(70 109 148 / 0);
}

.focus\:border-accent\/10:focus{
  border-color: rgb(70 109 148 / 0.1);
}

.focus\:border-accent\/100:focus{
  border-color: rgb(70 109 148 / 1);
}

.focus\:border-accent\/15:focus{
  border-color: rgb(70 109 148 / 0.15);
}

.focus\:border-accent\/20:focus{
  border-color: rgb(70 109 148 / 0.2);
}

.focus\:border-accent\/25:focus{
  border-color: rgb(70 109 148 / 0.25);
}

.focus\:border-accent\/30:focus{
  border-color: rgb(70 109 148 / 0.3);
}

.focus\:border-accent\/35:focus{
  border-color: rgb(70 109 148 / 0.35);
}

.focus\:border-accent\/40:focus{
  border-color: rgb(70 109 148 / 0.4);
}

.focus\:border-accent\/45:focus{
  border-color: rgb(70 109 148 / 0.45);
}

.focus\:border-accent\/5:focus{
  border-color: rgb(70 109 148 / 0.05);
}

.focus\:border-accent\/50:focus{
  border-color: rgb(70 109 148 / 0.5);
}

.focus\:border-accent\/55:focus{
  border-color: rgb(70 109 148 / 0.55);
}

.focus\:border-accent\/60:focus{
  border-color: rgb(70 109 148 / 0.6);
}

.focus\:border-accent\/65:focus{
  border-color: rgb(70 109 148 / 0.65);
}

.focus\:border-accent\/70:focus{
  border-color: rgb(70 109 148 / 0.7);
}

.focus\:border-accent\/75:focus{
  border-color: rgb(70 109 148 / 0.75);
}

.focus\:border-accent\/80:focus{
  border-color: rgb(70 109 148 / 0.8);
}

.focus\:border-accent\/85:focus{
  border-color: rgb(70 109 148 / 0.85);
}

.focus\:border-accent\/90:focus{
  border-color: rgb(70 109 148 / 0.9);
}

.focus\:border-accent\/95:focus{
  border-color: rgb(70 109 148 / 0.95);
}

.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\/15:focus{
  border-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  border-color: rgb(254 243 199 / 0.35);
}

.focus\:border-amber-100\/40:focus{
  border-color: rgb(254 243 199 / 0.4);
}

.focus\:border-amber-100\/45:focus{
  border-color: rgb(254 243 199 / 0.45);
}

.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\/55:focus{
  border-color: rgb(254 243 199 / 0.55);
}

.focus\:border-amber-100\/60:focus{
  border-color: rgb(254 243 199 / 0.6);
}

.focus\:border-amber-100\/65:focus{
  border-color: rgb(254 243 199 / 0.65);
}

.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\/85:focus{
  border-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  border-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  border-color: rgb(253 230 138 / 0.35);
}

.focus\:border-amber-200\/40:focus{
  border-color: rgb(253 230 138 / 0.4);
}

.focus\:border-amber-200\/45:focus{
  border-color: rgb(253 230 138 / 0.45);
}

.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\/55:focus{
  border-color: rgb(253 230 138 / 0.55);
}

.focus\:border-amber-200\/60:focus{
  border-color: rgb(253 230 138 / 0.6);
}

.focus\:border-amber-200\/65:focus{
  border-color: rgb(253 230 138 / 0.65);
}

.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\/85:focus{
  border-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  border-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  border-color: rgb(252 211 77 / 0.35);
}

.focus\:border-amber-300\/40:focus{
  border-color: rgb(252 211 77 / 0.4);
}

.focus\:border-amber-300\/45:focus{
  border-color: rgb(252 211 77 / 0.45);
}

.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\/55:focus{
  border-color: rgb(252 211 77 / 0.55);
}

.focus\:border-amber-300\/60:focus{
  border-color: rgb(252 211 77 / 0.6);
}

.focus\:border-amber-300\/65:focus{
  border-color: rgb(252 211 77 / 0.65);
}

.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\/85:focus{
  border-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  border-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  border-color: rgb(251 191 36 / 0.35);
}

.focus\:border-amber-400\/40:focus{
  border-color: rgb(251 191 36 / 0.4);
}

.focus\:border-amber-400\/45:focus{
  border-color: rgb(251 191 36 / 0.45);
}

.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\/55:focus{
  border-color: rgb(251 191 36 / 0.55);
}

.focus\:border-amber-400\/60:focus{
  border-color: rgb(251 191 36 / 0.6);
}

.focus\:border-amber-400\/65:focus{
  border-color: rgb(251 191 36 / 0.65);
}

.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\/85:focus{
  border-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  border-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  border-color: rgb(255 251 235 / 0.35);
}

.focus\:border-amber-50\/40:focus{
  border-color: rgb(255 251 235 / 0.4);
}

.focus\:border-amber-50\/45:focus{
  border-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  border-color: rgb(255 251 235 / 0.55);
}

.focus\:border-amber-50\/60:focus{
  border-color: rgb(255 251 235 / 0.6);
}

.focus\:border-amber-50\/65:focus{
  border-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  border-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  border-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  border-color: rgb(245 158 11 / 0.35);
}

.focus\:border-amber-500\/40:focus{
  border-color: rgb(245 158 11 / 0.4);
}

.focus\:border-amber-500\/45:focus{
  border-color: rgb(245 158 11 / 0.45);
}

.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\/55:focus{
  border-color: rgb(245 158 11 / 0.55);
}

.focus\:border-amber-500\/60:focus{
  border-color: rgb(245 158 11 / 0.6);
}

.focus\:border-amber-500\/65:focus{
  border-color: rgb(245 158 11 / 0.65);
}

.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\/85:focus{
  border-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  border-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  border-color: rgb(217 119 6 / 0.35);
}

.focus\:border-amber-600\/40:focus{
  border-color: rgb(217 119 6 / 0.4);
}

.focus\:border-amber-600\/45:focus{
  border-color: rgb(217 119 6 / 0.45);
}

.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\/55:focus{
  border-color: rgb(217 119 6 / 0.55);
}

.focus\:border-amber-600\/60:focus{
  border-color: rgb(217 119 6 / 0.6);
}

.focus\:border-amber-600\/65:focus{
  border-color: rgb(217 119 6 / 0.65);
}

.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\/85:focus{
  border-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  border-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  border-color: rgb(180 83 9 / 0.35);
}

.focus\:border-amber-700\/40:focus{
  border-color: rgb(180 83 9 / 0.4);
}

.focus\:border-amber-700\/45:focus{
  border-color: rgb(180 83 9 / 0.45);
}

.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\/55:focus{
  border-color: rgb(180 83 9 / 0.55);
}

.focus\:border-amber-700\/60:focus{
  border-color: rgb(180 83 9 / 0.6);
}

.focus\:border-amber-700\/65:focus{
  border-color: rgb(180 83 9 / 0.65);
}

.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\/85:focus{
  border-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  border-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  border-color: rgb(146 64 14 / 0.35);
}

.focus\:border-amber-800\/40:focus{
  border-color: rgb(146 64 14 / 0.4);
}

.focus\:border-amber-800\/45:focus{
  border-color: rgb(146 64 14 / 0.45);
}

.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\/55:focus{
  border-color: rgb(146 64 14 / 0.55);
}

.focus\:border-amber-800\/60:focus{
  border-color: rgb(146 64 14 / 0.6);
}

.focus\:border-amber-800\/65:focus{
  border-color: rgb(146 64 14 / 0.65);
}

.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\/85:focus{
  border-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  border-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  border-color: rgb(120 53 15 / 0.35);
}

.focus\:border-amber-900\/40:focus{
  border-color: rgb(120 53 15 / 0.4);
}

.focus\:border-amber-900\/45:focus{
  border-color: rgb(120 53 15 / 0.45);
}

.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\/55:focus{
  border-color: rgb(120 53 15 / 0.55);
}

.focus\:border-amber-900\/60:focus{
  border-color: rgb(120 53 15 / 0.6);
}

.focus\:border-amber-900\/65:focus{
  border-color: rgb(120 53 15 / 0.65);
}

.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\/85:focus{
  border-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  border-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  border-color: rgb(69 26 3 / 0.35);
}

.focus\:border-amber-950\/40:focus{
  border-color: rgb(69 26 3 / 0.4);
}

.focus\:border-amber-950\/45:focus{
  border-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  border-color: rgb(69 26 3 / 0.55);
}

.focus\:border-amber-950\/60:focus{
  border-color: rgb(69 26 3 / 0.6);
}

.focus\:border-amber-950\/65:focus{
  border-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  border-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-border-opacity: 1;
  border-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.focus\:border-background\/0:focus{
  border-color: rgb(245 246 250 / 0);
}

.focus\:border-background\/10:focus{
  border-color: rgb(245 246 250 / 0.1);
}

.focus\:border-background\/100:focus{
  border-color: rgb(245 246 250 / 1);
}

.focus\:border-background\/15:focus{
  border-color: rgb(245 246 250 / 0.15);
}

.focus\:border-background\/20:focus{
  border-color: rgb(245 246 250 / 0.2);
}

.focus\:border-background\/25:focus{
  border-color: rgb(245 246 250 / 0.25);
}

.focus\:border-background\/30:focus{
  border-color: rgb(245 246 250 / 0.3);
}

.focus\:border-background\/35:focus{
  border-color: rgb(245 246 250 / 0.35);
}

.focus\:border-background\/40:focus{
  border-color: rgb(245 246 250 / 0.4);
}

.focus\:border-background\/45:focus{
  border-color: rgb(245 246 250 / 0.45);
}

.focus\:border-background\/5:focus{
  border-color: rgb(245 246 250 / 0.05);
}

.focus\:border-background\/50:focus{
  border-color: rgb(245 246 250 / 0.5);
}

.focus\:border-background\/55:focus{
  border-color: rgb(245 246 250 / 0.55);
}

.focus\:border-background\/60:focus{
  border-color: rgb(245 246 250 / 0.6);
}

.focus\:border-background\/65:focus{
  border-color: rgb(245 246 250 / 0.65);
}

.focus\:border-background\/70:focus{
  border-color: rgb(245 246 250 / 0.7);
}

.focus\:border-background\/75:focus{
  border-color: rgb(245 246 250 / 0.75);
}

.focus\:border-background\/80:focus{
  border-color: rgb(245 246 250 / 0.8);
}

.focus\:border-background\/85:focus{
  border-color: rgb(245 246 250 / 0.85);
}

.focus\:border-background\/90:focus{
  border-color: rgb(245 246 250 / 0.9);
}

.focus\:border-background\/95:focus{
  border-color: rgb(245 246 250 / 0.95);
}

.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.focus\:border-black\/0:focus{
  border-color: rgb(41 44 53 / 0);
}

.focus\:border-black\/10:focus{
  border-color: rgb(41 44 53 / 0.1);
}

.focus\:border-black\/100:focus{
  border-color: rgb(41 44 53 / 1);
}

.focus\:border-black\/15:focus{
  border-color: rgb(41 44 53 / 0.15);
}

.focus\:border-black\/20:focus{
  border-color: rgb(41 44 53 / 0.2);
}

.focus\:border-black\/25:focus{
  border-color: rgb(41 44 53 / 0.25);
}

.focus\:border-black\/30:focus{
  border-color: rgb(41 44 53 / 0.3);
}

.focus\:border-black\/35:focus{
  border-color: rgb(41 44 53 / 0.35);
}

.focus\:border-black\/40:focus{
  border-color: rgb(41 44 53 / 0.4);
}

.focus\:border-black\/45:focus{
  border-color: rgb(41 44 53 / 0.45);
}

.focus\:border-black\/5:focus{
  border-color: rgb(41 44 53 / 0.05);
}

.focus\:border-black\/50:focus{
  border-color: rgb(41 44 53 / 0.5);
}

.focus\:border-black\/55:focus{
  border-color: rgb(41 44 53 / 0.55);
}

.focus\:border-black\/60:focus{
  border-color: rgb(41 44 53 / 0.6);
}

.focus\:border-black\/65:focus{
  border-color: rgb(41 44 53 / 0.65);
}

.focus\:border-black\/70:focus{
  border-color: rgb(41 44 53 / 0.7);
}

.focus\:border-black\/75:focus{
  border-color: rgb(41 44 53 / 0.75);
}

.focus\:border-black\/80:focus{
  border-color: rgb(41 44 53 / 0.8);
}

.focus\:border-black\/85:focus{
  border-color: rgb(41 44 53 / 0.85);
}

.focus\:border-black\/90:focus{
  border-color: rgb(41 44 53 / 0.9);
}

.focus\:border-black\/95:focus{
  border-color: rgb(41 44 53 / 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\/15:focus{
  border-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  border-color: rgb(219 234 254 / 0.35);
}

.focus\:border-blue-100\/40:focus{
  border-color: rgb(219 234 254 / 0.4);
}

.focus\:border-blue-100\/45:focus{
  border-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  border-color: rgb(219 234 254 / 0.55);
}

.focus\:border-blue-100\/60:focus{
  border-color: rgb(219 234 254 / 0.6);
}

.focus\:border-blue-100\/65:focus{
  border-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  border-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  border-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  border-color: rgb(191 219 254 / 0.35);
}

.focus\:border-blue-200\/40:focus{
  border-color: rgb(191 219 254 / 0.4);
}

.focus\:border-blue-200\/45:focus{
  border-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  border-color: rgb(191 219 254 / 0.55);
}

.focus\:border-blue-200\/60:focus{
  border-color: rgb(191 219 254 / 0.6);
}

.focus\:border-blue-200\/65:focus{
  border-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  border-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  border-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  border-color: rgb(147 197 253 / 0.35);
}

.focus\:border-blue-300\/40:focus{
  border-color: rgb(147 197 253 / 0.4);
}

.focus\:border-blue-300\/45:focus{
  border-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  border-color: rgb(147 197 253 / 0.55);
}

.focus\:border-blue-300\/60:focus{
  border-color: rgb(147 197 253 / 0.6);
}

.focus\:border-blue-300\/65:focus{
  border-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  border-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  border-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  border-color: rgb(96 165 250 / 0.35);
}

.focus\:border-blue-400\/40:focus{
  border-color: rgb(96 165 250 / 0.4);
}

.focus\:border-blue-400\/45:focus{
  border-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  border-color: rgb(96 165 250 / 0.55);
}

.focus\:border-blue-400\/60:focus{
  border-color: rgb(96 165 250 / 0.6);
}

.focus\:border-blue-400\/65:focus{
  border-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  border-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  border-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(239 246 255 / 0.35);
}

.focus\:border-blue-50\/40:focus{
  border-color: rgb(239 246 255 / 0.4);
}

.focus\:border-blue-50\/45:focus{
  border-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(239 246 255 / 0.55);
}

.focus\:border-blue-50\/60:focus{
  border-color: rgb(239 246 255 / 0.6);
}

.focus\:border-blue-50\/65:focus{
  border-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  border-color: rgb(59 130 246 / 0.35);
}

.focus\:border-blue-500\/40:focus{
  border-color: rgb(59 130 246 / 0.4);
}

.focus\:border-blue-500\/45:focus{
  border-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  border-color: rgb(59 130 246 / 0.55);
}

.focus\:border-blue-500\/60:focus{
  border-color: rgb(59 130 246 / 0.6);
}

.focus\:border-blue-500\/65:focus{
  border-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  border-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  border-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  border-color: rgb(37 99 235 / 0.35);
}

.focus\:border-blue-600\/40:focus{
  border-color: rgb(37 99 235 / 0.4);
}

.focus\:border-blue-600\/45:focus{
  border-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  border-color: rgb(37 99 235 / 0.55);
}

.focus\:border-blue-600\/60:focus{
  border-color: rgb(37 99 235 / 0.6);
}

.focus\:border-blue-600\/65:focus{
  border-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  border-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  border-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  border-color: rgb(29 78 216 / 0.35);
}

.focus\:border-blue-700\/40:focus{
  border-color: rgb(29 78 216 / 0.4);
}

.focus\:border-blue-700\/45:focus{
  border-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  border-color: rgb(29 78 216 / 0.55);
}

.focus\:border-blue-700\/60:focus{
  border-color: rgb(29 78 216 / 0.6);
}

.focus\:border-blue-700\/65:focus{
  border-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  border-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  border-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  border-color: rgb(30 64 175 / 0.35);
}

.focus\:border-blue-800\/40:focus{
  border-color: rgb(30 64 175 / 0.4);
}

.focus\:border-blue-800\/45:focus{
  border-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  border-color: rgb(30 64 175 / 0.55);
}

.focus\:border-blue-800\/60:focus{
  border-color: rgb(30 64 175 / 0.6);
}

.focus\:border-blue-800\/65:focus{
  border-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  border-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  border-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  border-color: rgb(30 58 138 / 0.35);
}

.focus\:border-blue-900\/40:focus{
  border-color: rgb(30 58 138 / 0.4);
}

.focus\:border-blue-900\/45:focus{
  border-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  border-color: rgb(30 58 138 / 0.55);
}

.focus\:border-blue-900\/60:focus{
  border-color: rgb(30 58 138 / 0.6);
}

.focus\:border-blue-900\/65:focus{
  border-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  border-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  border-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  border-color: rgb(23 37 84 / 0.35);
}

.focus\:border-blue-950\/40:focus{
  border-color: rgb(23 37 84 / 0.4);
}

.focus\:border-blue-950\/45:focus{
  border-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  border-color: rgb(23 37 84 / 0.55);
}

.focus\:border-blue-950\/60:focus{
  border-color: rgb(23 37 84 / 0.6);
}

.focus\:border-blue-950\/65:focus{
  border-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  border-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.focus\:border-csv-hover:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.focus\:border-csv-hover\/0:focus{
  border-color: rgb(0 114 37 / 0);
}

.focus\:border-csv-hover\/10:focus{
  border-color: rgb(0 114 37 / 0.1);
}

.focus\:border-csv-hover\/100:focus{
  border-color: rgb(0 114 37 / 1);
}

.focus\:border-csv-hover\/15:focus{
  border-color: rgb(0 114 37 / 0.15);
}

.focus\:border-csv-hover\/20:focus{
  border-color: rgb(0 114 37 / 0.2);
}

.focus\:border-csv-hover\/25:focus{
  border-color: rgb(0 114 37 / 0.25);
}

.focus\:border-csv-hover\/30:focus{
  border-color: rgb(0 114 37 / 0.3);
}

.focus\:border-csv-hover\/35:focus{
  border-color: rgb(0 114 37 / 0.35);
}

.focus\:border-csv-hover\/40:focus{
  border-color: rgb(0 114 37 / 0.4);
}

.focus\:border-csv-hover\/45:focus{
  border-color: rgb(0 114 37 / 0.45);
}

.focus\:border-csv-hover\/5:focus{
  border-color: rgb(0 114 37 / 0.05);
}

.focus\:border-csv-hover\/50:focus{
  border-color: rgb(0 114 37 / 0.5);
}

.focus\:border-csv-hover\/55:focus{
  border-color: rgb(0 114 37 / 0.55);
}

.focus\:border-csv-hover\/60:focus{
  border-color: rgb(0 114 37 / 0.6);
}

.focus\:border-csv-hover\/65:focus{
  border-color: rgb(0 114 37 / 0.65);
}

.focus\:border-csv-hover\/70:focus{
  border-color: rgb(0 114 37 / 0.7);
}

.focus\:border-csv-hover\/75:focus{
  border-color: rgb(0 114 37 / 0.75);
}

.focus\:border-csv-hover\/80:focus{
  border-color: rgb(0 114 37 / 0.8);
}

.focus\:border-csv-hover\/85:focus{
  border-color: rgb(0 114 37 / 0.85);
}

.focus\:border-csv-hover\/90:focus{
  border-color: rgb(0 114 37 / 0.9);
}

.focus\:border-csv-hover\/95:focus{
  border-color: rgb(0 114 37 / 0.95);
}

.focus\:border-csv\/0:focus{
  border-color: rgb(0 138 43 / 0);
}

.focus\:border-csv\/10:focus{
  border-color: rgb(0 138 43 / 0.1);
}

.focus\:border-csv\/100:focus{
  border-color: rgb(0 138 43 / 1);
}

.focus\:border-csv\/15:focus{
  border-color: rgb(0 138 43 / 0.15);
}

.focus\:border-csv\/20:focus{
  border-color: rgb(0 138 43 / 0.2);
}

.focus\:border-csv\/25:focus{
  border-color: rgb(0 138 43 / 0.25);
}

.focus\:border-csv\/30:focus{
  border-color: rgb(0 138 43 / 0.3);
}

.focus\:border-csv\/35:focus{
  border-color: rgb(0 138 43 / 0.35);
}

.focus\:border-csv\/40:focus{
  border-color: rgb(0 138 43 / 0.4);
}

.focus\:border-csv\/45:focus{
  border-color: rgb(0 138 43 / 0.45);
}

.focus\:border-csv\/5:focus{
  border-color: rgb(0 138 43 / 0.05);
}

.focus\:border-csv\/50:focus{
  border-color: rgb(0 138 43 / 0.5);
}

.focus\:border-csv\/55:focus{
  border-color: rgb(0 138 43 / 0.55);
}

.focus\:border-csv\/60:focus{
  border-color: rgb(0 138 43 / 0.6);
}

.focus\:border-csv\/65:focus{
  border-color: rgb(0 138 43 / 0.65);
}

.focus\:border-csv\/70:focus{
  border-color: rgb(0 138 43 / 0.7);
}

.focus\:border-csv\/75:focus{
  border-color: rgb(0 138 43 / 0.75);
}

.focus\:border-csv\/80:focus{
  border-color: rgb(0 138 43 / 0.8);
}

.focus\:border-csv\/85:focus{
  border-color: rgb(0 138 43 / 0.85);
}

.focus\:border-csv\/90:focus{
  border-color: rgb(0 138 43 / 0.9);
}

.focus\:border-csv\/95:focus{
  border-color: rgb(0 138 43 / 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\/15:focus{
  border-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  border-color: rgb(207 250 254 / 0.35);
}

.focus\:border-cyan-100\/40:focus{
  border-color: rgb(207 250 254 / 0.4);
}

.focus\:border-cyan-100\/45:focus{
  border-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  border-color: rgb(207 250 254 / 0.55);
}

.focus\:border-cyan-100\/60:focus{
  border-color: rgb(207 250 254 / 0.6);
}

.focus\:border-cyan-100\/65:focus{
  border-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  border-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  border-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  border-color: rgb(165 243 252 / 0.35);
}

.focus\:border-cyan-200\/40:focus{
  border-color: rgb(165 243 252 / 0.4);
}

.focus\:border-cyan-200\/45:focus{
  border-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  border-color: rgb(165 243 252 / 0.55);
}

.focus\:border-cyan-200\/60:focus{
  border-color: rgb(165 243 252 / 0.6);
}

.focus\:border-cyan-200\/65:focus{
  border-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  border-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  border-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  border-color: rgb(103 232 249 / 0.35);
}

.focus\:border-cyan-300\/40:focus{
  border-color: rgb(103 232 249 / 0.4);
}

.focus\:border-cyan-300\/45:focus{
  border-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  border-color: rgb(103 232 249 / 0.55);
}

.focus\:border-cyan-300\/60:focus{
  border-color: rgb(103 232 249 / 0.6);
}

.focus\:border-cyan-300\/65:focus{
  border-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  border-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  border-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  border-color: rgb(34 211 238 / 0.35);
}

.focus\:border-cyan-400\/40:focus{
  border-color: rgb(34 211 238 / 0.4);
}

.focus\:border-cyan-400\/45:focus{
  border-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  border-color: rgb(34 211 238 / 0.55);
}

.focus\:border-cyan-400\/60:focus{
  border-color: rgb(34 211 238 / 0.6);
}

.focus\:border-cyan-400\/65:focus{
  border-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  border-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  border-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(236 254 255 / 0.35);
}

.focus\:border-cyan-50\/40:focus{
  border-color: rgb(236 254 255 / 0.4);
}

.focus\:border-cyan-50\/45:focus{
  border-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(236 254 255 / 0.55);
}

.focus\:border-cyan-50\/60:focus{
  border-color: rgb(236 254 255 / 0.6);
}

.focus\:border-cyan-50\/65:focus{
  border-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  border-color: rgb(6 182 212 / 0.35);
}

.focus\:border-cyan-500\/40:focus{
  border-color: rgb(6 182 212 / 0.4);
}

.focus\:border-cyan-500\/45:focus{
  border-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  border-color: rgb(6 182 212 / 0.55);
}

.focus\:border-cyan-500\/60:focus{
  border-color: rgb(6 182 212 / 0.6);
}

.focus\:border-cyan-500\/65:focus{
  border-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  border-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  border-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  border-color: rgb(8 145 178 / 0.35);
}

.focus\:border-cyan-600\/40:focus{
  border-color: rgb(8 145 178 / 0.4);
}

.focus\:border-cyan-600\/45:focus{
  border-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  border-color: rgb(8 145 178 / 0.55);
}

.focus\:border-cyan-600\/60:focus{
  border-color: rgb(8 145 178 / 0.6);
}

.focus\:border-cyan-600\/65:focus{
  border-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  border-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  border-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  border-color: rgb(14 116 144 / 0.35);
}

.focus\:border-cyan-700\/40:focus{
  border-color: rgb(14 116 144 / 0.4);
}

.focus\:border-cyan-700\/45:focus{
  border-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  border-color: rgb(14 116 144 / 0.55);
}

.focus\:border-cyan-700\/60:focus{
  border-color: rgb(14 116 144 / 0.6);
}

.focus\:border-cyan-700\/65:focus{
  border-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  border-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  border-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  border-color: rgb(21 94 117 / 0.35);
}

.focus\:border-cyan-800\/40:focus{
  border-color: rgb(21 94 117 / 0.4);
}

.focus\:border-cyan-800\/45:focus{
  border-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  border-color: rgb(21 94 117 / 0.55);
}

.focus\:border-cyan-800\/60:focus{
  border-color: rgb(21 94 117 / 0.6);
}

.focus\:border-cyan-800\/65:focus{
  border-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  border-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  border-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  border-color: rgb(22 78 99 / 0.35);
}

.focus\:border-cyan-900\/40:focus{
  border-color: rgb(22 78 99 / 0.4);
}

.focus\:border-cyan-900\/45:focus{
  border-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  border-color: rgb(22 78 99 / 0.55);
}

.focus\:border-cyan-900\/60:focus{
  border-color: rgb(22 78 99 / 0.6);
}

.focus\:border-cyan-900\/65:focus{
  border-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  border-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  border-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  border-color: rgb(8 51 68 / 0.35);
}

.focus\:border-cyan-950\/40:focus{
  border-color: rgb(8 51 68 / 0.4);
}

.focus\:border-cyan-950\/45:focus{
  border-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  border-color: rgb(8 51 68 / 0.55);
}

.focus\:border-cyan-950\/60:focus{
  border-color: rgb(8 51 68 / 0.6);
}

.focus\:border-cyan-950\/65:focus{
  border-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  border-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-border-opacity: 1;
  border-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.focus\:border-danger-hover:focus{
  --tw-border-opacity: 1;
  border-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.focus\:border-danger-hover\/0:focus{
  border-color: rgb(193 49 44 / 0);
}

.focus\:border-danger-hover\/10:focus{
  border-color: rgb(193 49 44 / 0.1);
}

.focus\:border-danger-hover\/100:focus{
  border-color: rgb(193 49 44 / 1);
}

.focus\:border-danger-hover\/15:focus{
  border-color: rgb(193 49 44 / 0.15);
}

.focus\:border-danger-hover\/20:focus{
  border-color: rgb(193 49 44 / 0.2);
}

.focus\:border-danger-hover\/25:focus{
  border-color: rgb(193 49 44 / 0.25);
}

.focus\:border-danger-hover\/30:focus{
  border-color: rgb(193 49 44 / 0.3);
}

.focus\:border-danger-hover\/35:focus{
  border-color: rgb(193 49 44 / 0.35);
}

.focus\:border-danger-hover\/40:focus{
  border-color: rgb(193 49 44 / 0.4);
}

.focus\:border-danger-hover\/45:focus{
  border-color: rgb(193 49 44 / 0.45);
}

.focus\:border-danger-hover\/5:focus{
  border-color: rgb(193 49 44 / 0.05);
}

.focus\:border-danger-hover\/50:focus{
  border-color: rgb(193 49 44 / 0.5);
}

.focus\:border-danger-hover\/55:focus{
  border-color: rgb(193 49 44 / 0.55);
}

.focus\:border-danger-hover\/60:focus{
  border-color: rgb(193 49 44 / 0.6);
}

.focus\:border-danger-hover\/65:focus{
  border-color: rgb(193 49 44 / 0.65);
}

.focus\:border-danger-hover\/70:focus{
  border-color: rgb(193 49 44 / 0.7);
}

.focus\:border-danger-hover\/75:focus{
  border-color: rgb(193 49 44 / 0.75);
}

.focus\:border-danger-hover\/80:focus{
  border-color: rgb(193 49 44 / 0.8);
}

.focus\:border-danger-hover\/85:focus{
  border-color: rgb(193 49 44 / 0.85);
}

.focus\:border-danger-hover\/90:focus{
  border-color: rgb(193 49 44 / 0.9);
}

.focus\:border-danger-hover\/95:focus{
  border-color: rgb(193 49 44 / 0.95);
}

.focus\:border-danger\/0:focus{
  border-color: rgb(207 59 54 / 0);
}

.focus\:border-danger\/10:focus{
  border-color: rgb(207 59 54 / 0.1);
}

.focus\:border-danger\/100:focus{
  border-color: rgb(207 59 54 / 1);
}

.focus\:border-danger\/15:focus{
  border-color: rgb(207 59 54 / 0.15);
}

.focus\:border-danger\/20:focus{
  border-color: rgb(207 59 54 / 0.2);
}

.focus\:border-danger\/25:focus{
  border-color: rgb(207 59 54 / 0.25);
}

.focus\:border-danger\/30:focus{
  border-color: rgb(207 59 54 / 0.3);
}

.focus\:border-danger\/35:focus{
  border-color: rgb(207 59 54 / 0.35);
}

.focus\:border-danger\/40:focus{
  border-color: rgb(207 59 54 / 0.4);
}

.focus\:border-danger\/45:focus{
  border-color: rgb(207 59 54 / 0.45);
}

.focus\:border-danger\/5:focus{
  border-color: rgb(207 59 54 / 0.05);
}

.focus\:border-danger\/50:focus{
  border-color: rgb(207 59 54 / 0.5);
}

.focus\:border-danger\/55:focus{
  border-color: rgb(207 59 54 / 0.55);
}

.focus\:border-danger\/60:focus{
  border-color: rgb(207 59 54 / 0.6);
}

.focus\:border-danger\/65:focus{
  border-color: rgb(207 59 54 / 0.65);
}

.focus\:border-danger\/70:focus{
  border-color: rgb(207 59 54 / 0.7);
}

.focus\:border-danger\/75:focus{
  border-color: rgb(207 59 54 / 0.75);
}

.focus\:border-danger\/80:focus{
  border-color: rgb(207 59 54 / 0.8);
}

.focus\:border-danger\/85:focus{
  border-color: rgb(207 59 54 / 0.85);
}

.focus\:border-danger\/90:focus{
  border-color: rgb(207 59 54 / 0.9);
}

.focus\:border-danger\/95:focus{
  border-color: rgb(207 59 54 / 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\/15:focus{
  border-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  border-color: rgb(209 250 229 / 0.35);
}

.focus\:border-emerald-100\/40:focus{
  border-color: rgb(209 250 229 / 0.4);
}

.focus\:border-emerald-100\/45:focus{
  border-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  border-color: rgb(209 250 229 / 0.55);
}

.focus\:border-emerald-100\/60:focus{
  border-color: rgb(209 250 229 / 0.6);
}

.focus\:border-emerald-100\/65:focus{
  border-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  border-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  border-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  border-color: rgb(167 243 208 / 0.35);
}

.focus\:border-emerald-200\/40:focus{
  border-color: rgb(167 243 208 / 0.4);
}

.focus\:border-emerald-200\/45:focus{
  border-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  border-color: rgb(167 243 208 / 0.55);
}

.focus\:border-emerald-200\/60:focus{
  border-color: rgb(167 243 208 / 0.6);
}

.focus\:border-emerald-200\/65:focus{
  border-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  border-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  border-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  border-color: rgb(110 231 183 / 0.35);
}

.focus\:border-emerald-300\/40:focus{
  border-color: rgb(110 231 183 / 0.4);
}

.focus\:border-emerald-300\/45:focus{
  border-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  border-color: rgb(110 231 183 / 0.55);
}

.focus\:border-emerald-300\/60:focus{
  border-color: rgb(110 231 183 / 0.6);
}

.focus\:border-emerald-300\/65:focus{
  border-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  border-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  border-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  border-color: rgb(52 211 153 / 0.35);
}

.focus\:border-emerald-400\/40:focus{
  border-color: rgb(52 211 153 / 0.4);
}

.focus\:border-emerald-400\/45:focus{
  border-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  border-color: rgb(52 211 153 / 0.55);
}

.focus\:border-emerald-400\/60:focus{
  border-color: rgb(52 211 153 / 0.6);
}

.focus\:border-emerald-400\/65:focus{
  border-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  border-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  border-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  border-color: rgb(236 253 245 / 0.35);
}

.focus\:border-emerald-50\/40:focus{
  border-color: rgb(236 253 245 / 0.4);
}

.focus\:border-emerald-50\/45:focus{
  border-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  border-color: rgb(236 253 245 / 0.55);
}

.focus\:border-emerald-50\/60:focus{
  border-color: rgb(236 253 245 / 0.6);
}

.focus\:border-emerald-50\/65:focus{
  border-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  border-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  border-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  border-color: rgb(16 185 129 / 0.35);
}

.focus\:border-emerald-500\/40:focus{
  border-color: rgb(16 185 129 / 0.4);
}

.focus\:border-emerald-500\/45:focus{
  border-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  border-color: rgb(16 185 129 / 0.55);
}

.focus\:border-emerald-500\/60:focus{
  border-color: rgb(16 185 129 / 0.6);
}

.focus\:border-emerald-500\/65:focus{
  border-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  border-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  border-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  border-color: rgb(5 150 105 / 0.35);
}

.focus\:border-emerald-600\/40:focus{
  border-color: rgb(5 150 105 / 0.4);
}

.focus\:border-emerald-600\/45:focus{
  border-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  border-color: rgb(5 150 105 / 0.55);
}

.focus\:border-emerald-600\/60:focus{
  border-color: rgb(5 150 105 / 0.6);
}

.focus\:border-emerald-600\/65:focus{
  border-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  border-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  border-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  border-color: rgb(4 120 87 / 0.35);
}

.focus\:border-emerald-700\/40:focus{
  border-color: rgb(4 120 87 / 0.4);
}

.focus\:border-emerald-700\/45:focus{
  border-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  border-color: rgb(4 120 87 / 0.55);
}

.focus\:border-emerald-700\/60:focus{
  border-color: rgb(4 120 87 / 0.6);
}

.focus\:border-emerald-700\/65:focus{
  border-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  border-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  border-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  border-color: rgb(6 95 70 / 0.35);
}

.focus\:border-emerald-800\/40:focus{
  border-color: rgb(6 95 70 / 0.4);
}

.focus\:border-emerald-800\/45:focus{
  border-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  border-color: rgb(6 95 70 / 0.55);
}

.focus\:border-emerald-800\/60:focus{
  border-color: rgb(6 95 70 / 0.6);
}

.focus\:border-emerald-800\/65:focus{
  border-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  border-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  border-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  border-color: rgb(6 78 59 / 0.35);
}

.focus\:border-emerald-900\/40:focus{
  border-color: rgb(6 78 59 / 0.4);
}

.focus\:border-emerald-900\/45:focus{
  border-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  border-color: rgb(6 78 59 / 0.55);
}

.focus\:border-emerald-900\/60:focus{
  border-color: rgb(6 78 59 / 0.6);
}

.focus\:border-emerald-900\/65:focus{
  border-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  border-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  border-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  border-color: rgb(2 44 34 / 0.35);
}

.focus\:border-emerald-950\/40:focus{
  border-color: rgb(2 44 34 / 0.4);
}

.focus\:border-emerald-950\/45:focus{
  border-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  border-color: rgb(2 44 34 / 0.55);
}

.focus\:border-emerald-950\/60:focus{
  border-color: rgb(2 44 34 / 0.6);
}

.focus\:border-emerald-950\/65:focus{
  border-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  border-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-border-opacity: 1;
  border-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.focus\:border-excel-hover:focus{
  --tw-border-opacity: 1;
  border-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.focus\:border-excel-hover\/0:focus{
  border-color: rgb(9 138 107 / 0);
}

.focus\:border-excel-hover\/10:focus{
  border-color: rgb(9 138 107 / 0.1);
}

.focus\:border-excel-hover\/100:focus{
  border-color: rgb(9 138 107 / 1);
}

.focus\:border-excel-hover\/15:focus{
  border-color: rgb(9 138 107 / 0.15);
}

.focus\:border-excel-hover\/20:focus{
  border-color: rgb(9 138 107 / 0.2);
}

.focus\:border-excel-hover\/25:focus{
  border-color: rgb(9 138 107 / 0.25);
}

.focus\:border-excel-hover\/30:focus{
  border-color: rgb(9 138 107 / 0.3);
}

.focus\:border-excel-hover\/35:focus{
  border-color: rgb(9 138 107 / 0.35);
}

.focus\:border-excel-hover\/40:focus{
  border-color: rgb(9 138 107 / 0.4);
}

.focus\:border-excel-hover\/45:focus{
  border-color: rgb(9 138 107 / 0.45);
}

.focus\:border-excel-hover\/5:focus{
  border-color: rgb(9 138 107 / 0.05);
}

.focus\:border-excel-hover\/50:focus{
  border-color: rgb(9 138 107 / 0.5);
}

.focus\:border-excel-hover\/55:focus{
  border-color: rgb(9 138 107 / 0.55);
}

.focus\:border-excel-hover\/60:focus{
  border-color: rgb(9 138 107 / 0.6);
}

.focus\:border-excel-hover\/65:focus{
  border-color: rgb(9 138 107 / 0.65);
}

.focus\:border-excel-hover\/70:focus{
  border-color: rgb(9 138 107 / 0.7);
}

.focus\:border-excel-hover\/75:focus{
  border-color: rgb(9 138 107 / 0.75);
}

.focus\:border-excel-hover\/80:focus{
  border-color: rgb(9 138 107 / 0.8);
}

.focus\:border-excel-hover\/85:focus{
  border-color: rgb(9 138 107 / 0.85);
}

.focus\:border-excel-hover\/90:focus{
  border-color: rgb(9 138 107 / 0.9);
}

.focus\:border-excel-hover\/95:focus{
  border-color: rgb(9 138 107 / 0.95);
}

.focus\:border-excel\/0:focus{
  border-color: rgb(11 160 123 / 0);
}

.focus\:border-excel\/10:focus{
  border-color: rgb(11 160 123 / 0.1);
}

.focus\:border-excel\/100:focus{
  border-color: rgb(11 160 123 / 1);
}

.focus\:border-excel\/15:focus{
  border-color: rgb(11 160 123 / 0.15);
}

.focus\:border-excel\/20:focus{
  border-color: rgb(11 160 123 / 0.2);
}

.focus\:border-excel\/25:focus{
  border-color: rgb(11 160 123 / 0.25);
}

.focus\:border-excel\/30:focus{
  border-color: rgb(11 160 123 / 0.3);
}

.focus\:border-excel\/35:focus{
  border-color: rgb(11 160 123 / 0.35);
}

.focus\:border-excel\/40:focus{
  border-color: rgb(11 160 123 / 0.4);
}

.focus\:border-excel\/45:focus{
  border-color: rgb(11 160 123 / 0.45);
}

.focus\:border-excel\/5:focus{
  border-color: rgb(11 160 123 / 0.05);
}

.focus\:border-excel\/50:focus{
  border-color: rgb(11 160 123 / 0.5);
}

.focus\:border-excel\/55:focus{
  border-color: rgb(11 160 123 / 0.55);
}

.focus\:border-excel\/60:focus{
  border-color: rgb(11 160 123 / 0.6);
}

.focus\:border-excel\/65:focus{
  border-color: rgb(11 160 123 / 0.65);
}

.focus\:border-excel\/70:focus{
  border-color: rgb(11 160 123 / 0.7);
}

.focus\:border-excel\/75:focus{
  border-color: rgb(11 160 123 / 0.75);
}

.focus\:border-excel\/80:focus{
  border-color: rgb(11 160 123 / 0.8);
}

.focus\:border-excel\/85:focus{
  border-color: rgb(11 160 123 / 0.85);
}

.focus\:border-excel\/90:focus{
  border-color: rgb(11 160 123 / 0.9);
}

.focus\:border-excel\/95:focus{
  border-color: rgb(11 160 123 / 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\/15:focus{
  border-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(250 232 255 / 0.35);
}

.focus\:border-fuchsia-100\/40:focus{
  border-color: rgb(250 232 255 / 0.4);
}

.focus\:border-fuchsia-100\/45:focus{
  border-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(250 232 255 / 0.55);
}

.focus\:border-fuchsia-100\/60:focus{
  border-color: rgb(250 232 255 / 0.6);
}

.focus\:border-fuchsia-100\/65:focus{
  border-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  border-color: rgb(245 208 254 / 0.35);
}

.focus\:border-fuchsia-200\/40:focus{
  border-color: rgb(245 208 254 / 0.4);
}

.focus\:border-fuchsia-200\/45:focus{
  border-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  border-color: rgb(245 208 254 / 0.55);
}

.focus\:border-fuchsia-200\/60:focus{
  border-color: rgb(245 208 254 / 0.6);
}

.focus\:border-fuchsia-200\/65:focus{
  border-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  border-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  border-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  border-color: rgb(240 171 252 / 0.35);
}

.focus\:border-fuchsia-300\/40:focus{
  border-color: rgb(240 171 252 / 0.4);
}

.focus\:border-fuchsia-300\/45:focus{
  border-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  border-color: rgb(240 171 252 / 0.55);
}

.focus\:border-fuchsia-300\/60:focus{
  border-color: rgb(240 171 252 / 0.6);
}

.focus\:border-fuchsia-300\/65:focus{
  border-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  border-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  border-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  border-color: rgb(232 121 249 / 0.35);
}

.focus\:border-fuchsia-400\/40:focus{
  border-color: rgb(232 121 249 / 0.4);
}

.focus\:border-fuchsia-400\/45:focus{
  border-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  border-color: rgb(232 121 249 / 0.55);
}

.focus\:border-fuchsia-400\/60:focus{
  border-color: rgb(232 121 249 / 0.6);
}

.focus\:border-fuchsia-400\/65:focus{
  border-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  border-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  border-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(253 244 255 / 0.35);
}

.focus\:border-fuchsia-50\/40:focus{
  border-color: rgb(253 244 255 / 0.4);
}

.focus\:border-fuchsia-50\/45:focus{
  border-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(253 244 255 / 0.55);
}

.focus\:border-fuchsia-50\/60:focus{
  border-color: rgb(253 244 255 / 0.6);
}

.focus\:border-fuchsia-50\/65:focus{
  border-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  border-color: rgb(217 70 239 / 0.35);
}

.focus\:border-fuchsia-500\/40:focus{
  border-color: rgb(217 70 239 / 0.4);
}

.focus\:border-fuchsia-500\/45:focus{
  border-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  border-color: rgb(217 70 239 / 0.55);
}

.focus\:border-fuchsia-500\/60:focus{
  border-color: rgb(217 70 239 / 0.6);
}

.focus\:border-fuchsia-500\/65:focus{
  border-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  border-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  border-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  border-color: rgb(192 38 211 / 0.35);
}

.focus\:border-fuchsia-600\/40:focus{
  border-color: rgb(192 38 211 / 0.4);
}

.focus\:border-fuchsia-600\/45:focus{
  border-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  border-color: rgb(192 38 211 / 0.55);
}

.focus\:border-fuchsia-600\/60:focus{
  border-color: rgb(192 38 211 / 0.6);
}

.focus\:border-fuchsia-600\/65:focus{
  border-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  border-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  border-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  border-color: rgb(162 28 175 / 0.35);
}

.focus\:border-fuchsia-700\/40:focus{
  border-color: rgb(162 28 175 / 0.4);
}

.focus\:border-fuchsia-700\/45:focus{
  border-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  border-color: rgb(162 28 175 / 0.55);
}

.focus\:border-fuchsia-700\/60:focus{
  border-color: rgb(162 28 175 / 0.6);
}

.focus\:border-fuchsia-700\/65:focus{
  border-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  border-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  border-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  border-color: rgb(134 25 143 / 0.35);
}

.focus\:border-fuchsia-800\/40:focus{
  border-color: rgb(134 25 143 / 0.4);
}

.focus\:border-fuchsia-800\/45:focus{
  border-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  border-color: rgb(134 25 143 / 0.55);
}

.focus\:border-fuchsia-800\/60:focus{
  border-color: rgb(134 25 143 / 0.6);
}

.focus\:border-fuchsia-800\/65:focus{
  border-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  border-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  border-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  border-color: rgb(112 26 117 / 0.35);
}

.focus\:border-fuchsia-900\/40:focus{
  border-color: rgb(112 26 117 / 0.4);
}

.focus\:border-fuchsia-900\/45:focus{
  border-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  border-color: rgb(112 26 117 / 0.55);
}

.focus\:border-fuchsia-900\/60:focus{
  border-color: rgb(112 26 117 / 0.6);
}

.focus\:border-fuchsia-900\/65:focus{
  border-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  border-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  border-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  border-color: rgb(74 4 78 / 0.35);
}

.focus\:border-fuchsia-950\/40:focus{
  border-color: rgb(74 4 78 / 0.4);
}

.focus\:border-fuchsia-950\/45:focus{
  border-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  border-color: rgb(74 4 78 / 0.55);
}

.focus\:border-fuchsia-950\/60:focus{
  border-color: rgb(74 4 78 / 0.6);
}

.focus\:border-fuchsia-950\/65:focus{
  border-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  border-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  border-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  border-color: rgb(243 244 246 / 0.35);
}

.focus\:border-gray-100\/40:focus{
  border-color: rgb(243 244 246 / 0.4);
}

.focus\:border-gray-100\/45:focus{
  border-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  border-color: rgb(243 244 246 / 0.55);
}

.focus\:border-gray-100\/60:focus{
  border-color: rgb(243 244 246 / 0.6);
}

.focus\:border-gray-100\/65:focus{
  border-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  border-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  border-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  border-color: rgb(229 231 235 / 0.35);
}

.focus\:border-gray-200\/40:focus{
  border-color: rgb(229 231 235 / 0.4);
}

.focus\:border-gray-200\/45:focus{
  border-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  border-color: rgb(229 231 235 / 0.55);
}

.focus\:border-gray-200\/60:focus{
  border-color: rgb(229 231 235 / 0.6);
}

.focus\:border-gray-200\/65:focus{
  border-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  border-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  border-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  border-color: rgb(209 213 219 / 0.35);
}

.focus\:border-gray-300\/40:focus{
  border-color: rgb(209 213 219 / 0.4);
}

.focus\:border-gray-300\/45:focus{
  border-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  border-color: rgb(209 213 219 / 0.55);
}

.focus\:border-gray-300\/60:focus{
  border-color: rgb(209 213 219 / 0.6);
}

.focus\:border-gray-300\/65:focus{
  border-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  border-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  border-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  border-color: rgb(156 163 175 / 0.35);
}

.focus\:border-gray-400\/40:focus{
  border-color: rgb(156 163 175 / 0.4);
}

.focus\:border-gray-400\/45:focus{
  border-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  border-color: rgb(156 163 175 / 0.55);
}

.focus\:border-gray-400\/60:focus{
  border-color: rgb(156 163 175 / 0.6);
}

.focus\:border-gray-400\/65:focus{
  border-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  border-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  border-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  border-color: rgb(249 250 251 / 0.35);
}

.focus\:border-gray-50\/40:focus{
  border-color: rgb(249 250 251 / 0.4);
}

.focus\:border-gray-50\/45:focus{
  border-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  border-color: rgb(249 250 251 / 0.55);
}

.focus\:border-gray-50\/60:focus{
  border-color: rgb(249 250 251 / 0.6);
}

.focus\:border-gray-50\/65:focus{
  border-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  border-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  border-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  border-color: rgb(107 114 128 / 0.35);
}

.focus\:border-gray-500\/40:focus{
  border-color: rgb(107 114 128 / 0.4);
}

.focus\:border-gray-500\/45:focus{
  border-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  border-color: rgb(107 114 128 / 0.55);
}

.focus\:border-gray-500\/60:focus{
  border-color: rgb(107 114 128 / 0.6);
}

.focus\:border-gray-500\/65:focus{
  border-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  border-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  border-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  border-color: rgb(75 85 99 / 0.35);
}

.focus\:border-gray-600\/40:focus{
  border-color: rgb(75 85 99 / 0.4);
}

.focus\:border-gray-600\/45:focus{
  border-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  border-color: rgb(75 85 99 / 0.55);
}

.focus\:border-gray-600\/60:focus{
  border-color: rgb(75 85 99 / 0.6);
}

.focus\:border-gray-600\/65:focus{
  border-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  border-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  border-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  border-color: rgb(55 65 81 / 0.35);
}

.focus\:border-gray-700\/40:focus{
  border-color: rgb(55 65 81 / 0.4);
}

.focus\:border-gray-700\/45:focus{
  border-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  border-color: rgb(55 65 81 / 0.55);
}

.focus\:border-gray-700\/60:focus{
  border-color: rgb(55 65 81 / 0.6);
}

.focus\:border-gray-700\/65:focus{
  border-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  border-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  border-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  border-color: rgb(31 41 55 / 0.35);
}

.focus\:border-gray-800\/40:focus{
  border-color: rgb(31 41 55 / 0.4);
}

.focus\:border-gray-800\/45:focus{
  border-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  border-color: rgb(31 41 55 / 0.55);
}

.focus\:border-gray-800\/60:focus{
  border-color: rgb(31 41 55 / 0.6);
}

.focus\:border-gray-800\/65:focus{
  border-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  border-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  border-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  border-color: rgb(17 24 39 / 0.35);
}

.focus\:border-gray-900\/40:focus{
  border-color: rgb(17 24 39 / 0.4);
}

.focus\:border-gray-900\/45:focus{
  border-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  border-color: rgb(17 24 39 / 0.55);
}

.focus\:border-gray-900\/60:focus{
  border-color: rgb(17 24 39 / 0.6);
}

.focus\:border-gray-900\/65:focus{
  border-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  border-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  border-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  border-color: rgb(3 7 18 / 0.35);
}

.focus\:border-gray-950\/40:focus{
  border-color: rgb(3 7 18 / 0.4);
}

.focus\:border-gray-950\/45:focus{
  border-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  border-color: rgb(3 7 18 / 0.55);
}

.focus\:border-gray-950\/60:focus{
  border-color: rgb(3 7 18 / 0.6);
}

.focus\:border-gray-950\/65:focus{
  border-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  border-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  border-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  border-color: rgb(220 252 231 / 0.35);
}

.focus\:border-green-100\/40:focus{
  border-color: rgb(220 252 231 / 0.4);
}

.focus\:border-green-100\/45:focus{
  border-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  border-color: rgb(220 252 231 / 0.55);
}

.focus\:border-green-100\/60:focus{
  border-color: rgb(220 252 231 / 0.6);
}

.focus\:border-green-100\/65:focus{
  border-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  border-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  border-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  border-color: rgb(187 247 208 / 0.35);
}

.focus\:border-green-200\/40:focus{
  border-color: rgb(187 247 208 / 0.4);
}

.focus\:border-green-200\/45:focus{
  border-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  border-color: rgb(187 247 208 / 0.55);
}

.focus\:border-green-200\/60:focus{
  border-color: rgb(187 247 208 / 0.6);
}

.focus\:border-green-200\/65:focus{
  border-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  border-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  border-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  border-color: rgb(134 239 172 / 0.35);
}

.focus\:border-green-300\/40:focus{
  border-color: rgb(134 239 172 / 0.4);
}

.focus\:border-green-300\/45:focus{
  border-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  border-color: rgb(134 239 172 / 0.55);
}

.focus\:border-green-300\/60:focus{
  border-color: rgb(134 239 172 / 0.6);
}

.focus\:border-green-300\/65:focus{
  border-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  border-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  border-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  border-color: rgb(74 222 128 / 0.35);
}

.focus\:border-green-400\/40:focus{
  border-color: rgb(74 222 128 / 0.4);
}

.focus\:border-green-400\/45:focus{
  border-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  border-color: rgb(74 222 128 / 0.55);
}

.focus\:border-green-400\/60:focus{
  border-color: rgb(74 222 128 / 0.6);
}

.focus\:border-green-400\/65:focus{
  border-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  border-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  border-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  border-color: rgb(240 253 244 / 0.35);
}

.focus\:border-green-50\/40:focus{
  border-color: rgb(240 253 244 / 0.4);
}

.focus\:border-green-50\/45:focus{
  border-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  border-color: rgb(240 253 244 / 0.55);
}

.focus\:border-green-50\/60:focus{
  border-color: rgb(240 253 244 / 0.6);
}

.focus\:border-green-50\/65:focus{
  border-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  border-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  border-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  border-color: rgb(34 197 94 / 0.35);
}

.focus\:border-green-500\/40:focus{
  border-color: rgb(34 197 94 / 0.4);
}

.focus\:border-green-500\/45:focus{
  border-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  border-color: rgb(34 197 94 / 0.55);
}

.focus\:border-green-500\/60:focus{
  border-color: rgb(34 197 94 / 0.6);
}

.focus\:border-green-500\/65:focus{
  border-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  border-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  border-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  border-color: rgb(22 163 74 / 0.35);
}

.focus\:border-green-600\/40:focus{
  border-color: rgb(22 163 74 / 0.4);
}

.focus\:border-green-600\/45:focus{
  border-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  border-color: rgb(22 163 74 / 0.55);
}

.focus\:border-green-600\/60:focus{
  border-color: rgb(22 163 74 / 0.6);
}

.focus\:border-green-600\/65:focus{
  border-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  border-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  border-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  border-color: rgb(21 128 61 / 0.35);
}

.focus\:border-green-700\/40:focus{
  border-color: rgb(21 128 61 / 0.4);
}

.focus\:border-green-700\/45:focus{
  border-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  border-color: rgb(21 128 61 / 0.55);
}

.focus\:border-green-700\/60:focus{
  border-color: rgb(21 128 61 / 0.6);
}

.focus\:border-green-700\/65:focus{
  border-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  border-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  border-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  border-color: rgb(22 101 52 / 0.35);
}

.focus\:border-green-800\/40:focus{
  border-color: rgb(22 101 52 / 0.4);
}

.focus\:border-green-800\/45:focus{
  border-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  border-color: rgb(22 101 52 / 0.55);
}

.focus\:border-green-800\/60:focus{
  border-color: rgb(22 101 52 / 0.6);
}

.focus\:border-green-800\/65:focus{
  border-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  border-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  border-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  border-color: rgb(20 83 45 / 0.35);
}

.focus\:border-green-900\/40:focus{
  border-color: rgb(20 83 45 / 0.4);
}

.focus\:border-green-900\/45:focus{
  border-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  border-color: rgb(20 83 45 / 0.55);
}

.focus\:border-green-900\/60:focus{
  border-color: rgb(20 83 45 / 0.6);
}

.focus\:border-green-900\/65:focus{
  border-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  border-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  border-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  border-color: rgb(5 46 22 / 0.35);
}

.focus\:border-green-950\/40:focus{
  border-color: rgb(5 46 22 / 0.4);
}

.focus\:border-green-950\/45:focus{
  border-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  border-color: rgb(5 46 22 / 0.55);
}

.focus\:border-green-950\/60:focus{
  border-color: rgb(5 46 22 / 0.6);
}

.focus\:border-green-950\/65:focus{
  border-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  border-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  border-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(224 231 255 / 0.35);
}

.focus\:border-indigo-100\/40:focus{
  border-color: rgb(224 231 255 / 0.4);
}

.focus\:border-indigo-100\/45:focus{
  border-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(224 231 255 / 0.55);
}

.focus\:border-indigo-100\/60:focus{
  border-color: rgb(224 231 255 / 0.6);
}

.focus\:border-indigo-100\/65:focus{
  border-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  border-color: rgb(199 210 254 / 0.35);
}

.focus\:border-indigo-200\/40:focus{
  border-color: rgb(199 210 254 / 0.4);
}

.focus\:border-indigo-200\/45:focus{
  border-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  border-color: rgb(199 210 254 / 0.55);
}

.focus\:border-indigo-200\/60:focus{
  border-color: rgb(199 210 254 / 0.6);
}

.focus\:border-indigo-200\/65:focus{
  border-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  border-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  border-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  border-color: rgb(165 180 252 / 0.35);
}

.focus\:border-indigo-300\/40:focus{
  border-color: rgb(165 180 252 / 0.4);
}

.focus\:border-indigo-300\/45:focus{
  border-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  border-color: rgb(165 180 252 / 0.55);
}

.focus\:border-indigo-300\/60:focus{
  border-color: rgb(165 180 252 / 0.6);
}

.focus\:border-indigo-300\/65:focus{
  border-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  border-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  border-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  border-color: rgb(129 140 248 / 0.35);
}

.focus\:border-indigo-400\/40:focus{
  border-color: rgb(129 140 248 / 0.4);
}

.focus\:border-indigo-400\/45:focus{
  border-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  border-color: rgb(129 140 248 / 0.55);
}

.focus\:border-indigo-400\/60:focus{
  border-color: rgb(129 140 248 / 0.6);
}

.focus\:border-indigo-400\/65:focus{
  border-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  border-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  border-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(238 242 255 / 0.35);
}

.focus\:border-indigo-50\/40:focus{
  border-color: rgb(238 242 255 / 0.4);
}

.focus\:border-indigo-50\/45:focus{
  border-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(238 242 255 / 0.55);
}

.focus\:border-indigo-50\/60:focus{
  border-color: rgb(238 242 255 / 0.6);
}

.focus\:border-indigo-50\/65:focus{
  border-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  border-color: rgb(99 102 241 / 0.35);
}

.focus\:border-indigo-500\/40:focus{
  border-color: rgb(99 102 241 / 0.4);
}

.focus\:border-indigo-500\/45:focus{
  border-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  border-color: rgb(99 102 241 / 0.55);
}

.focus\:border-indigo-500\/60:focus{
  border-color: rgb(99 102 241 / 0.6);
}

.focus\:border-indigo-500\/65:focus{
  border-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  border-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  border-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  border-color: rgb(79 70 229 / 0.35);
}

.focus\:border-indigo-600\/40:focus{
  border-color: rgb(79 70 229 / 0.4);
}

.focus\:border-indigo-600\/45:focus{
  border-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  border-color: rgb(79 70 229 / 0.55);
}

.focus\:border-indigo-600\/60:focus{
  border-color: rgb(79 70 229 / 0.6);
}

.focus\:border-indigo-600\/65:focus{
  border-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  border-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  border-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  border-color: rgb(67 56 202 / 0.35);
}

.focus\:border-indigo-700\/40:focus{
  border-color: rgb(67 56 202 / 0.4);
}

.focus\:border-indigo-700\/45:focus{
  border-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  border-color: rgb(67 56 202 / 0.55);
}

.focus\:border-indigo-700\/60:focus{
  border-color: rgb(67 56 202 / 0.6);
}

.focus\:border-indigo-700\/65:focus{
  border-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  border-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  border-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  border-color: rgb(55 48 163 / 0.35);
}

.focus\:border-indigo-800\/40:focus{
  border-color: rgb(55 48 163 / 0.4);
}

.focus\:border-indigo-800\/45:focus{
  border-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  border-color: rgb(55 48 163 / 0.55);
}

.focus\:border-indigo-800\/60:focus{
  border-color: rgb(55 48 163 / 0.6);
}

.focus\:border-indigo-800\/65:focus{
  border-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  border-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  border-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  border-color: rgb(49 46 129 / 0.35);
}

.focus\:border-indigo-900\/40:focus{
  border-color: rgb(49 46 129 / 0.4);
}

.focus\:border-indigo-900\/45:focus{
  border-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  border-color: rgb(49 46 129 / 0.55);
}

.focus\:border-indigo-900\/60:focus{
  border-color: rgb(49 46 129 / 0.6);
}

.focus\:border-indigo-900\/65:focus{
  border-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  border-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  border-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  border-color: rgb(30 27 75 / 0.35);
}

.focus\:border-indigo-950\/40:focus{
  border-color: rgb(30 27 75 / 0.4);
}

.focus\:border-indigo-950\/45:focus{
  border-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  border-color: rgb(30 27 75 / 0.55);
}

.focus\:border-indigo-950\/60:focus{
  border-color: rgb(30 27 75 / 0.6);
}

.focus\:border-indigo-950\/65:focus{
  border-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  border-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-border-opacity: 1;
  border-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.focus\:border-info-hover:focus{
  --tw-border-opacity: 1;
  border-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.focus\:border-info-hover\/0:focus{
  border-color: rgb(203 122 0 / 0);
}

.focus\:border-info-hover\/10:focus{
  border-color: rgb(203 122 0 / 0.1);
}

.focus\:border-info-hover\/100:focus{
  border-color: rgb(203 122 0 / 1);
}

.focus\:border-info-hover\/15:focus{
  border-color: rgb(203 122 0 / 0.15);
}

.focus\:border-info-hover\/20:focus{
  border-color: rgb(203 122 0 / 0.2);
}

.focus\:border-info-hover\/25:focus{
  border-color: rgb(203 122 0 / 0.25);
}

.focus\:border-info-hover\/30:focus{
  border-color: rgb(203 122 0 / 0.3);
}

.focus\:border-info-hover\/35:focus{
  border-color: rgb(203 122 0 / 0.35);
}

.focus\:border-info-hover\/40:focus{
  border-color: rgb(203 122 0 / 0.4);
}

.focus\:border-info-hover\/45:focus{
  border-color: rgb(203 122 0 / 0.45);
}

.focus\:border-info-hover\/5:focus{
  border-color: rgb(203 122 0 / 0.05);
}

.focus\:border-info-hover\/50:focus{
  border-color: rgb(203 122 0 / 0.5);
}

.focus\:border-info-hover\/55:focus{
  border-color: rgb(203 122 0 / 0.55);
}

.focus\:border-info-hover\/60:focus{
  border-color: rgb(203 122 0 / 0.6);
}

.focus\:border-info-hover\/65:focus{
  border-color: rgb(203 122 0 / 0.65);
}

.focus\:border-info-hover\/70:focus{
  border-color: rgb(203 122 0 / 0.7);
}

.focus\:border-info-hover\/75:focus{
  border-color: rgb(203 122 0 / 0.75);
}

.focus\:border-info-hover\/80:focus{
  border-color: rgb(203 122 0 / 0.8);
}

.focus\:border-info-hover\/85:focus{
  border-color: rgb(203 122 0 / 0.85);
}

.focus\:border-info-hover\/90:focus{
  border-color: rgb(203 122 0 / 0.9);
}

.focus\:border-info-hover\/95:focus{
  border-color: rgb(203 122 0 / 0.95);
}

.focus\:border-info\/0:focus{
  border-color: rgb(247 159 26 / 0);
}

.focus\:border-info\/10:focus{
  border-color: rgb(247 159 26 / 0.1);
}

.focus\:border-info\/100:focus{
  border-color: rgb(247 159 26 / 1);
}

.focus\:border-info\/15:focus{
  border-color: rgb(247 159 26 / 0.15);
}

.focus\:border-info\/20:focus{
  border-color: rgb(247 159 26 / 0.2);
}

.focus\:border-info\/25:focus{
  border-color: rgb(247 159 26 / 0.25);
}

.focus\:border-info\/30:focus{
  border-color: rgb(247 159 26 / 0.3);
}

.focus\:border-info\/35:focus{
  border-color: rgb(247 159 26 / 0.35);
}

.focus\:border-info\/40:focus{
  border-color: rgb(247 159 26 / 0.4);
}

.focus\:border-info\/45:focus{
  border-color: rgb(247 159 26 / 0.45);
}

.focus\:border-info\/5:focus{
  border-color: rgb(247 159 26 / 0.05);
}

.focus\:border-info\/50:focus{
  border-color: rgb(247 159 26 / 0.5);
}

.focus\:border-info\/55:focus{
  border-color: rgb(247 159 26 / 0.55);
}

.focus\:border-info\/60:focus{
  border-color: rgb(247 159 26 / 0.6);
}

.focus\:border-info\/65:focus{
  border-color: rgb(247 159 26 / 0.65);
}

.focus\:border-info\/70:focus{
  border-color: rgb(247 159 26 / 0.7);
}

.focus\:border-info\/75:focus{
  border-color: rgb(247 159 26 / 0.75);
}

.focus\:border-info\/80:focus{
  border-color: rgb(247 159 26 / 0.8);
}

.focus\:border-info\/85:focus{
  border-color: rgb(247 159 26 / 0.85);
}

.focus\:border-info\/90:focus{
  border-color: rgb(247 159 26 / 0.9);
}

.focus\:border-info\/95:focus{
  border-color: rgb(247 159 26 / 0.95);
}

.focus\:border-inherit:focus{
  border-color: inherit;
}

.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\/15:focus{
  border-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  border-color: rgb(236 252 203 / 0.35);
}

.focus\:border-lime-100\/40:focus{
  border-color: rgb(236 252 203 / 0.4);
}

.focus\:border-lime-100\/45:focus{
  border-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  border-color: rgb(236 252 203 / 0.55);
}

.focus\:border-lime-100\/60:focus{
  border-color: rgb(236 252 203 / 0.6);
}

.focus\:border-lime-100\/65:focus{
  border-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  border-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  border-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  border-color: rgb(217 249 157 / 0.35);
}

.focus\:border-lime-200\/40:focus{
  border-color: rgb(217 249 157 / 0.4);
}

.focus\:border-lime-200\/45:focus{
  border-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  border-color: rgb(217 249 157 / 0.55);
}

.focus\:border-lime-200\/60:focus{
  border-color: rgb(217 249 157 / 0.6);
}

.focus\:border-lime-200\/65:focus{
  border-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  border-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  border-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  border-color: rgb(190 242 100 / 0.35);
}

.focus\:border-lime-300\/40:focus{
  border-color: rgb(190 242 100 / 0.4);
}

.focus\:border-lime-300\/45:focus{
  border-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  border-color: rgb(190 242 100 / 0.55);
}

.focus\:border-lime-300\/60:focus{
  border-color: rgb(190 242 100 / 0.6);
}

.focus\:border-lime-300\/65:focus{
  border-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  border-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  border-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  border-color: rgb(163 230 53 / 0.35);
}

.focus\:border-lime-400\/40:focus{
  border-color: rgb(163 230 53 / 0.4);
}

.focus\:border-lime-400\/45:focus{
  border-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  border-color: rgb(163 230 53 / 0.55);
}

.focus\:border-lime-400\/60:focus{
  border-color: rgb(163 230 53 / 0.6);
}

.focus\:border-lime-400\/65:focus{
  border-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  border-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  border-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  border-color: rgb(247 254 231 / 0.35);
}

.focus\:border-lime-50\/40:focus{
  border-color: rgb(247 254 231 / 0.4);
}

.focus\:border-lime-50\/45:focus{
  border-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  border-color: rgb(247 254 231 / 0.55);
}

.focus\:border-lime-50\/60:focus{
  border-color: rgb(247 254 231 / 0.6);
}

.focus\:border-lime-50\/65:focus{
  border-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  border-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  border-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  border-color: rgb(132 204 22 / 0.35);
}

.focus\:border-lime-500\/40:focus{
  border-color: rgb(132 204 22 / 0.4);
}

.focus\:border-lime-500\/45:focus{
  border-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  border-color: rgb(132 204 22 / 0.55);
}

.focus\:border-lime-500\/60:focus{
  border-color: rgb(132 204 22 / 0.6);
}

.focus\:border-lime-500\/65:focus{
  border-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  border-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  border-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  border-color: rgb(101 163 13 / 0.35);
}

.focus\:border-lime-600\/40:focus{
  border-color: rgb(101 163 13 / 0.4);
}

.focus\:border-lime-600\/45:focus{
  border-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  border-color: rgb(101 163 13 / 0.55);
}

.focus\:border-lime-600\/60:focus{
  border-color: rgb(101 163 13 / 0.6);
}

.focus\:border-lime-600\/65:focus{
  border-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  border-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  border-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  border-color: rgb(77 124 15 / 0.35);
}

.focus\:border-lime-700\/40:focus{
  border-color: rgb(77 124 15 / 0.4);
}

.focus\:border-lime-700\/45:focus{
  border-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  border-color: rgb(77 124 15 / 0.55);
}

.focus\:border-lime-700\/60:focus{
  border-color: rgb(77 124 15 / 0.6);
}

.focus\:border-lime-700\/65:focus{
  border-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  border-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  border-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  border-color: rgb(63 98 18 / 0.35);
}

.focus\:border-lime-800\/40:focus{
  border-color: rgb(63 98 18 / 0.4);
}

.focus\:border-lime-800\/45:focus{
  border-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  border-color: rgb(63 98 18 / 0.55);
}

.focus\:border-lime-800\/60:focus{
  border-color: rgb(63 98 18 / 0.6);
}

.focus\:border-lime-800\/65:focus{
  border-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  border-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  border-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  border-color: rgb(54 83 20 / 0.35);
}

.focus\:border-lime-900\/40:focus{
  border-color: rgb(54 83 20 / 0.4);
}

.focus\:border-lime-900\/45:focus{
  border-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  border-color: rgb(54 83 20 / 0.55);
}

.focus\:border-lime-900\/60:focus{
  border-color: rgb(54 83 20 / 0.6);
}

.focus\:border-lime-900\/65:focus{
  border-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  border-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  border-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  border-color: rgb(26 46 5 / 0.35);
}

.focus\:border-lime-950\/40:focus{
  border-color: rgb(26 46 5 / 0.4);
}

.focus\:border-lime-950\/45:focus{
  border-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  border-color: rgb(26 46 5 / 0.55);
}

.focus\:border-lime-950\/60:focus{
  border-color: rgb(26 46 5 / 0.6);
}

.focus\:border-lime-950\/65:focus{
  border-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  border-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.focus\:border-neutral-01\/0:focus{
  border-color: rgb(224 224 224 / 0);
}

.focus\:border-neutral-01\/10:focus{
  border-color: rgb(224 224 224 / 0.1);
}

.focus\:border-neutral-01\/100:focus{
  border-color: rgb(224 224 224 / 1);
}

.focus\:border-neutral-01\/15:focus{
  border-color: rgb(224 224 224 / 0.15);
}

.focus\:border-neutral-01\/20:focus{
  border-color: rgb(224 224 224 / 0.2);
}

.focus\:border-neutral-01\/25:focus{
  border-color: rgb(224 224 224 / 0.25);
}

.focus\:border-neutral-01\/30:focus{
  border-color: rgb(224 224 224 / 0.3);
}

.focus\:border-neutral-01\/35:focus{
  border-color: rgb(224 224 224 / 0.35);
}

.focus\:border-neutral-01\/40:focus{
  border-color: rgb(224 224 224 / 0.4);
}

.focus\:border-neutral-01\/45:focus{
  border-color: rgb(224 224 224 / 0.45);
}

.focus\:border-neutral-01\/5:focus{
  border-color: rgb(224 224 224 / 0.05);
}

.focus\:border-neutral-01\/50:focus{
  border-color: rgb(224 224 224 / 0.5);
}

.focus\:border-neutral-01\/55:focus{
  border-color: rgb(224 224 224 / 0.55);
}

.focus\:border-neutral-01\/60:focus{
  border-color: rgb(224 224 224 / 0.6);
}

.focus\:border-neutral-01\/65:focus{
  border-color: rgb(224 224 224 / 0.65);
}

.focus\:border-neutral-01\/70:focus{
  border-color: rgb(224 224 224 / 0.7);
}

.focus\:border-neutral-01\/75:focus{
  border-color: rgb(224 224 224 / 0.75);
}

.focus\:border-neutral-01\/80:focus{
  border-color: rgb(224 224 224 / 0.8);
}

.focus\:border-neutral-01\/85:focus{
  border-color: rgb(224 224 224 / 0.85);
}

.focus\:border-neutral-01\/90:focus{
  border-color: rgb(224 224 224 / 0.9);
}

.focus\:border-neutral-01\/95:focus{
  border-color: rgb(224 224 224 / 0.95);
}

.focus\:border-neutral-02:focus{
  --tw-border-opacity: 1;
  border-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.focus\:border-neutral-02\/0:focus{
  border-color: rgb(228 234 238 / 0);
}

.focus\:border-neutral-02\/10:focus{
  border-color: rgb(228 234 238 / 0.1);
}

.focus\:border-neutral-02\/100:focus{
  border-color: rgb(228 234 238 / 1);
}

.focus\:border-neutral-02\/15:focus{
  border-color: rgb(228 234 238 / 0.15);
}

.focus\:border-neutral-02\/20:focus{
  border-color: rgb(228 234 238 / 0.2);
}

.focus\:border-neutral-02\/25:focus{
  border-color: rgb(228 234 238 / 0.25);
}

.focus\:border-neutral-02\/30:focus{
  border-color: rgb(228 234 238 / 0.3);
}

.focus\:border-neutral-02\/35:focus{
  border-color: rgb(228 234 238 / 0.35);
}

.focus\:border-neutral-02\/40:focus{
  border-color: rgb(228 234 238 / 0.4);
}

.focus\:border-neutral-02\/45:focus{
  border-color: rgb(228 234 238 / 0.45);
}

.focus\:border-neutral-02\/5:focus{
  border-color: rgb(228 234 238 / 0.05);
}

.focus\:border-neutral-02\/50:focus{
  border-color: rgb(228 234 238 / 0.5);
}

.focus\:border-neutral-02\/55:focus{
  border-color: rgb(228 234 238 / 0.55);
}

.focus\:border-neutral-02\/60:focus{
  border-color: rgb(228 234 238 / 0.6);
}

.focus\:border-neutral-02\/65:focus{
  border-color: rgb(228 234 238 / 0.65);
}

.focus\:border-neutral-02\/70:focus{
  border-color: rgb(228 234 238 / 0.7);
}

.focus\:border-neutral-02\/75:focus{
  border-color: rgb(228 234 238 / 0.75);
}

.focus\:border-neutral-02\/80:focus{
  border-color: rgb(228 234 238 / 0.8);
}

.focus\:border-neutral-02\/85:focus{
  border-color: rgb(228 234 238 / 0.85);
}

.focus\:border-neutral-02\/90:focus{
  border-color: rgb(228 234 238 / 0.9);
}

.focus\:border-neutral-02\/95:focus{
  border-color: rgb(228 234 238 / 0.95);
}

.focus\:border-neutral-03:focus{
  --tw-border-opacity: 1;
  border-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.focus\:border-neutral-03\/0:focus{
  border-color: rgb(236 239 250 / 0);
}

.focus\:border-neutral-03\/10:focus{
  border-color: rgb(236 239 250 / 0.1);
}

.focus\:border-neutral-03\/100:focus{
  border-color: rgb(236 239 250 / 1);
}

.focus\:border-neutral-03\/15:focus{
  border-color: rgb(236 239 250 / 0.15);
}

.focus\:border-neutral-03\/20:focus{
  border-color: rgb(236 239 250 / 0.2);
}

.focus\:border-neutral-03\/25:focus{
  border-color: rgb(236 239 250 / 0.25);
}

.focus\:border-neutral-03\/30:focus{
  border-color: rgb(236 239 250 / 0.3);
}

.focus\:border-neutral-03\/35:focus{
  border-color: rgb(236 239 250 / 0.35);
}

.focus\:border-neutral-03\/40:focus{
  border-color: rgb(236 239 250 / 0.4);
}

.focus\:border-neutral-03\/45:focus{
  border-color: rgb(236 239 250 / 0.45);
}

.focus\:border-neutral-03\/5:focus{
  border-color: rgb(236 239 250 / 0.05);
}

.focus\:border-neutral-03\/50:focus{
  border-color: rgb(236 239 250 / 0.5);
}

.focus\:border-neutral-03\/55:focus{
  border-color: rgb(236 239 250 / 0.55);
}

.focus\:border-neutral-03\/60:focus{
  border-color: rgb(236 239 250 / 0.6);
}

.focus\:border-neutral-03\/65:focus{
  border-color: rgb(236 239 250 / 0.65);
}

.focus\:border-neutral-03\/70:focus{
  border-color: rgb(236 239 250 / 0.7);
}

.focus\:border-neutral-03\/75:focus{
  border-color: rgb(236 239 250 / 0.75);
}

.focus\:border-neutral-03\/80:focus{
  border-color: rgb(236 239 250 / 0.8);
}

.focus\:border-neutral-03\/85:focus{
  border-color: rgb(236 239 250 / 0.85);
}

.focus\:border-neutral-03\/90:focus{
  border-color: rgb(236 239 250 / 0.9);
}

.focus\:border-neutral-03\/95:focus{
  border-color: rgb(236 239 250 / 0.95);
}

.focus\:border-neutral-04:focus{
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.focus\:border-neutral-04\/0:focus{
  border-color: rgb(215 218 226 / 0);
}

.focus\:border-neutral-04\/10:focus{
  border-color: rgb(215 218 226 / 0.1);
}

.focus\:border-neutral-04\/100:focus{
  border-color: rgb(215 218 226 / 1);
}

.focus\:border-neutral-04\/15:focus{
  border-color: rgb(215 218 226 / 0.15);
}

.focus\:border-neutral-04\/20:focus{
  border-color: rgb(215 218 226 / 0.2);
}

.focus\:border-neutral-04\/25:focus{
  border-color: rgb(215 218 226 / 0.25);
}

.focus\:border-neutral-04\/30:focus{
  border-color: rgb(215 218 226 / 0.3);
}

.focus\:border-neutral-04\/35:focus{
  border-color: rgb(215 218 226 / 0.35);
}

.focus\:border-neutral-04\/40:focus{
  border-color: rgb(215 218 226 / 0.4);
}

.focus\:border-neutral-04\/45:focus{
  border-color: rgb(215 218 226 / 0.45);
}

.focus\:border-neutral-04\/5:focus{
  border-color: rgb(215 218 226 / 0.05);
}

.focus\:border-neutral-04\/50:focus{
  border-color: rgb(215 218 226 / 0.5);
}

.focus\:border-neutral-04\/55:focus{
  border-color: rgb(215 218 226 / 0.55);
}

.focus\:border-neutral-04\/60:focus{
  border-color: rgb(215 218 226 / 0.6);
}

.focus\:border-neutral-04\/65:focus{
  border-color: rgb(215 218 226 / 0.65);
}

.focus\:border-neutral-04\/70:focus{
  border-color: rgb(215 218 226 / 0.7);
}

.focus\:border-neutral-04\/75:focus{
  border-color: rgb(215 218 226 / 0.75);
}

.focus\:border-neutral-04\/80:focus{
  border-color: rgb(215 218 226 / 0.8);
}

.focus\:border-neutral-04\/85:focus{
  border-color: rgb(215 218 226 / 0.85);
}

.focus\:border-neutral-04\/90:focus{
  border-color: rgb(215 218 226 / 0.9);
}

.focus\:border-neutral-04\/95:focus{
  border-color: rgb(215 218 226 / 0.95);
}

.focus\:border-neutral-05:focus{
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:border-neutral-05\/0:focus{
  border-color: rgb(246 246 246 / 0);
}

.focus\:border-neutral-05\/10:focus{
  border-color: rgb(246 246 246 / 0.1);
}

.focus\:border-neutral-05\/100:focus{
  border-color: rgb(246 246 246 / 1);
}

.focus\:border-neutral-05\/15:focus{
  border-color: rgb(246 246 246 / 0.15);
}

.focus\:border-neutral-05\/20:focus{
  border-color: rgb(246 246 246 / 0.2);
}

.focus\:border-neutral-05\/25:focus{
  border-color: rgb(246 246 246 / 0.25);
}

.focus\:border-neutral-05\/30:focus{
  border-color: rgb(246 246 246 / 0.3);
}

.focus\:border-neutral-05\/35:focus{
  border-color: rgb(246 246 246 / 0.35);
}

.focus\:border-neutral-05\/40:focus{
  border-color: rgb(246 246 246 / 0.4);
}

.focus\:border-neutral-05\/45:focus{
  border-color: rgb(246 246 246 / 0.45);
}

.focus\:border-neutral-05\/5:focus{
  border-color: rgb(246 246 246 / 0.05);
}

.focus\:border-neutral-05\/50:focus{
  border-color: rgb(246 246 246 / 0.5);
}

.focus\:border-neutral-05\/55:focus{
  border-color: rgb(246 246 246 / 0.55);
}

.focus\:border-neutral-05\/60:focus{
  border-color: rgb(246 246 246 / 0.6);
}

.focus\:border-neutral-05\/65:focus{
  border-color: rgb(246 246 246 / 0.65);
}

.focus\:border-neutral-05\/70:focus{
  border-color: rgb(246 246 246 / 0.7);
}

.focus\:border-neutral-05\/75:focus{
  border-color: rgb(246 246 246 / 0.75);
}

.focus\:border-neutral-05\/80:focus{
  border-color: rgb(246 246 246 / 0.8);
}

.focus\:border-neutral-05\/85:focus{
  border-color: rgb(246 246 246 / 0.85);
}

.focus\:border-neutral-05\/90:focus{
  border-color: rgb(246 246 246 / 0.9);
}

.focus\:border-neutral-05\/95:focus{
  border-color: rgb(246 246 246 / 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\/15:focus{
  border-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  border-color: rgb(245 245 245 / 0.35);
}

.focus\:border-neutral-100\/40:focus{
  border-color: rgb(245 245 245 / 0.4);
}

.focus\:border-neutral-100\/45:focus{
  border-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  border-color: rgb(245 245 245 / 0.55);
}

.focus\:border-neutral-100\/60:focus{
  border-color: rgb(245 245 245 / 0.6);
}

.focus\:border-neutral-100\/65:focus{
  border-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  border-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  border-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  border-color: rgb(229 229 229 / 0.35);
}

.focus\:border-neutral-200\/40:focus{
  border-color: rgb(229 229 229 / 0.4);
}

.focus\:border-neutral-200\/45:focus{
  border-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  border-color: rgb(229 229 229 / 0.55);
}

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

.focus\:border-neutral-200\/65:focus{
  border-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  border-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  border-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  border-color: rgb(212 212 212 / 0.35);
}

.focus\:border-neutral-300\/40:focus{
  border-color: rgb(212 212 212 / 0.4);
}

.focus\:border-neutral-300\/45:focus{
  border-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  border-color: rgb(212 212 212 / 0.55);
}

.focus\:border-neutral-300\/60:focus{
  border-color: rgb(212 212 212 / 0.6);
}

.focus\:border-neutral-300\/65:focus{
  border-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  border-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  border-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  border-color: rgb(163 163 163 / 0.35);
}

.focus\:border-neutral-400\/40:focus{
  border-color: rgb(163 163 163 / 0.4);
}

.focus\:border-neutral-400\/45:focus{
  border-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  border-color: rgb(163 163 163 / 0.55);
}

.focus\:border-neutral-400\/60:focus{
  border-color: rgb(163 163 163 / 0.6);
}

.focus\:border-neutral-400\/65:focus{
  border-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  border-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  border-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-color: rgb(250 250 250 / 0.35);
}

.focus\:border-neutral-50\/40:focus{
  border-color: rgb(250 250 250 / 0.4);
}

.focus\:border-neutral-50\/45:focus{
  border-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-color: rgb(250 250 250 / 0.55);
}

.focus\:border-neutral-50\/60:focus{
  border-color: rgb(250 250 250 / 0.6);
}

.focus\:border-neutral-50\/65:focus{
  border-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  border-color: rgb(115 115 115 / 0.35);
}

.focus\:border-neutral-500\/40:focus{
  border-color: rgb(115 115 115 / 0.4);
}

.focus\:border-neutral-500\/45:focus{
  border-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  border-color: rgb(115 115 115 / 0.55);
}

.focus\:border-neutral-500\/60:focus{
  border-color: rgb(115 115 115 / 0.6);
}

.focus\:border-neutral-500\/65:focus{
  border-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  border-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  border-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  border-color: rgb(82 82 82 / 0.35);
}

.focus\:border-neutral-600\/40:focus{
  border-color: rgb(82 82 82 / 0.4);
}

.focus\:border-neutral-600\/45:focus{
  border-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  border-color: rgb(82 82 82 / 0.55);
}

.focus\:border-neutral-600\/60:focus{
  border-color: rgb(82 82 82 / 0.6);
}

.focus\:border-neutral-600\/65:focus{
  border-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  border-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  border-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  border-color: rgb(64 64 64 / 0.35);
}

.focus\:border-neutral-700\/40:focus{
  border-color: rgb(64 64 64 / 0.4);
}

.focus\:border-neutral-700\/45:focus{
  border-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  border-color: rgb(64 64 64 / 0.55);
}

.focus\:border-neutral-700\/60:focus{
  border-color: rgb(64 64 64 / 0.6);
}

.focus\:border-neutral-700\/65:focus{
  border-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  border-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  border-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  border-color: rgb(38 38 38 / 0.35);
}

.focus\:border-neutral-800\/40:focus{
  border-color: rgb(38 38 38 / 0.4);
}

.focus\:border-neutral-800\/45:focus{
  border-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  border-color: rgb(38 38 38 / 0.55);
}

.focus\:border-neutral-800\/60:focus{
  border-color: rgb(38 38 38 / 0.6);
}

.focus\:border-neutral-800\/65:focus{
  border-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  border-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  border-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  border-color: rgb(23 23 23 / 0.35);
}

.focus\:border-neutral-900\/40:focus{
  border-color: rgb(23 23 23 / 0.4);
}

.focus\:border-neutral-900\/45:focus{
  border-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  border-color: rgb(23 23 23 / 0.55);
}

.focus\:border-neutral-900\/60:focus{
  border-color: rgb(23 23 23 / 0.6);
}

.focus\:border-neutral-900\/65:focus{
  border-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  border-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  border-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  border-color: rgb(10 10 10 / 0.35);
}

.focus\:border-neutral-950\/40:focus{
  border-color: rgb(10 10 10 / 0.4);
}

.focus\:border-neutral-950\/45:focus{
  border-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  border-color: rgb(10 10 10 / 0.55);
}

.focus\:border-neutral-950\/60:focus{
  border-color: rgb(10 10 10 / 0.6);
}

.focus\:border-neutral-950\/65:focus{
  border-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  border-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  border-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  border-color: rgb(255 237 213 / 0.35);
}

.focus\:border-orange-100\/40:focus{
  border-color: rgb(255 237 213 / 0.4);
}

.focus\:border-orange-100\/45:focus{
  border-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  border-color: rgb(255 237 213 / 0.55);
}

.focus\:border-orange-100\/60:focus{
  border-color: rgb(255 237 213 / 0.6);
}

.focus\:border-orange-100\/65:focus{
  border-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  border-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  border-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  border-color: rgb(254 215 170 / 0.35);
}

.focus\:border-orange-200\/40:focus{
  border-color: rgb(254 215 170 / 0.4);
}

.focus\:border-orange-200\/45:focus{
  border-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  border-color: rgb(254 215 170 / 0.55);
}

.focus\:border-orange-200\/60:focus{
  border-color: rgb(254 215 170 / 0.6);
}

.focus\:border-orange-200\/65:focus{
  border-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  border-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  border-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  border-color: rgb(253 186 116 / 0.35);
}

.focus\:border-orange-300\/40:focus{
  border-color: rgb(253 186 116 / 0.4);
}

.focus\:border-orange-300\/45:focus{
  border-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  border-color: rgb(253 186 116 / 0.55);
}

.focus\:border-orange-300\/60:focus{
  border-color: rgb(253 186 116 / 0.6);
}

.focus\:border-orange-300\/65:focus{
  border-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  border-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  border-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  border-color: rgb(251 146 60 / 0.35);
}

.focus\:border-orange-400\/40:focus{
  border-color: rgb(251 146 60 / 0.4);
}

.focus\:border-orange-400\/45:focus{
  border-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  border-color: rgb(251 146 60 / 0.55);
}

.focus\:border-orange-400\/60:focus{
  border-color: rgb(251 146 60 / 0.6);
}

.focus\:border-orange-400\/65:focus{
  border-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  border-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  border-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  border-color: rgb(255 247 237 / 0.35);
}

.focus\:border-orange-50\/40:focus{
  border-color: rgb(255 247 237 / 0.4);
}

.focus\:border-orange-50\/45:focus{
  border-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  border-color: rgb(255 247 237 / 0.55);
}

.focus\:border-orange-50\/60:focus{
  border-color: rgb(255 247 237 / 0.6);
}

.focus\:border-orange-50\/65:focus{
  border-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  border-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  border-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  border-color: rgb(249 115 22 / 0.35);
}

.focus\:border-orange-500\/40:focus{
  border-color: rgb(249 115 22 / 0.4);
}

.focus\:border-orange-500\/45:focus{
  border-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  border-color: rgb(249 115 22 / 0.55);
}

.focus\:border-orange-500\/60:focus{
  border-color: rgb(249 115 22 / 0.6);
}

.focus\:border-orange-500\/65:focus{
  border-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  border-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  border-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  border-color: rgb(234 88 12 / 0.35);
}

.focus\:border-orange-600\/40:focus{
  border-color: rgb(234 88 12 / 0.4);
}

.focus\:border-orange-600\/45:focus{
  border-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  border-color: rgb(234 88 12 / 0.55);
}

.focus\:border-orange-600\/60:focus{
  border-color: rgb(234 88 12 / 0.6);
}

.focus\:border-orange-600\/65:focus{
  border-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  border-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  border-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  border-color: rgb(194 65 12 / 0.35);
}

.focus\:border-orange-700\/40:focus{
  border-color: rgb(194 65 12 / 0.4);
}

.focus\:border-orange-700\/45:focus{
  border-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  border-color: rgb(194 65 12 / 0.55);
}

.focus\:border-orange-700\/60:focus{
  border-color: rgb(194 65 12 / 0.6);
}

.focus\:border-orange-700\/65:focus{
  border-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  border-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  border-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  border-color: rgb(154 52 18 / 0.35);
}

.focus\:border-orange-800\/40:focus{
  border-color: rgb(154 52 18 / 0.4);
}

.focus\:border-orange-800\/45:focus{
  border-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  border-color: rgb(154 52 18 / 0.55);
}

.focus\:border-orange-800\/60:focus{
  border-color: rgb(154 52 18 / 0.6);
}

.focus\:border-orange-800\/65:focus{
  border-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  border-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  border-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  border-color: rgb(124 45 18 / 0.35);
}

.focus\:border-orange-900\/40:focus{
  border-color: rgb(124 45 18 / 0.4);
}

.focus\:border-orange-900\/45:focus{
  border-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  border-color: rgb(124 45 18 / 0.55);
}

.focus\:border-orange-900\/60:focus{
  border-color: rgb(124 45 18 / 0.6);
}

.focus\:border-orange-900\/65:focus{
  border-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  border-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  border-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  border-color: rgb(67 20 7 / 0.35);
}

.focus\:border-orange-950\/40:focus{
  border-color: rgb(67 20 7 / 0.4);
}

.focus\:border-orange-950\/45:focus{
  border-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  border-color: rgb(67 20 7 / 0.55);
}

.focus\:border-orange-950\/60:focus{
  border-color: rgb(67 20 7 / 0.6);
}

.focus\:border-orange-950\/65:focus{
  border-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  border-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  border-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  border-color: rgb(252 231 243 / 0.35);
}

.focus\:border-pink-100\/40:focus{
  border-color: rgb(252 231 243 / 0.4);
}

.focus\:border-pink-100\/45:focus{
  border-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  border-color: rgb(252 231 243 / 0.55);
}

.focus\:border-pink-100\/60:focus{
  border-color: rgb(252 231 243 / 0.6);
}

.focus\:border-pink-100\/65:focus{
  border-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  border-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  border-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  border-color: rgb(251 207 232 / 0.35);
}

.focus\:border-pink-200\/40:focus{
  border-color: rgb(251 207 232 / 0.4);
}

.focus\:border-pink-200\/45:focus{
  border-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  border-color: rgb(251 207 232 / 0.55);
}

.focus\:border-pink-200\/60:focus{
  border-color: rgb(251 207 232 / 0.6);
}

.focus\:border-pink-200\/65:focus{
  border-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  border-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  border-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  border-color: rgb(249 168 212 / 0.35);
}

.focus\:border-pink-300\/40:focus{
  border-color: rgb(249 168 212 / 0.4);
}

.focus\:border-pink-300\/45:focus{
  border-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  border-color: rgb(249 168 212 / 0.55);
}

.focus\:border-pink-300\/60:focus{
  border-color: rgb(249 168 212 / 0.6);
}

.focus\:border-pink-300\/65:focus{
  border-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  border-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  border-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  border-color: rgb(244 114 182 / 0.35);
}

.focus\:border-pink-400\/40:focus{
  border-color: rgb(244 114 182 / 0.4);
}

.focus\:border-pink-400\/45:focus{
  border-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  border-color: rgb(244 114 182 / 0.55);
}

.focus\:border-pink-400\/60:focus{
  border-color: rgb(244 114 182 / 0.6);
}

.focus\:border-pink-400\/65:focus{
  border-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  border-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  border-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  border-color: rgb(253 242 248 / 0.35);
}

.focus\:border-pink-50\/40:focus{
  border-color: rgb(253 242 248 / 0.4);
}

.focus\:border-pink-50\/45:focus{
  border-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  border-color: rgb(253 242 248 / 0.55);
}

.focus\:border-pink-50\/60:focus{
  border-color: rgb(253 242 248 / 0.6);
}

.focus\:border-pink-50\/65:focus{
  border-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  border-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  border-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  border-color: rgb(236 72 153 / 0.35);
}

.focus\:border-pink-500\/40:focus{
  border-color: rgb(236 72 153 / 0.4);
}

.focus\:border-pink-500\/45:focus{
  border-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  border-color: rgb(236 72 153 / 0.55);
}

.focus\:border-pink-500\/60:focus{
  border-color: rgb(236 72 153 / 0.6);
}

.focus\:border-pink-500\/65:focus{
  border-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  border-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  border-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  border-color: rgb(219 39 119 / 0.35);
}

.focus\:border-pink-600\/40:focus{
  border-color: rgb(219 39 119 / 0.4);
}

.focus\:border-pink-600\/45:focus{
  border-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  border-color: rgb(219 39 119 / 0.55);
}

.focus\:border-pink-600\/60:focus{
  border-color: rgb(219 39 119 / 0.6);
}

.focus\:border-pink-600\/65:focus{
  border-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  border-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  border-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  border-color: rgb(190 24 93 / 0.35);
}

.focus\:border-pink-700\/40:focus{
  border-color: rgb(190 24 93 / 0.4);
}

.focus\:border-pink-700\/45:focus{
  border-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  border-color: rgb(190 24 93 / 0.55);
}

.focus\:border-pink-700\/60:focus{
  border-color: rgb(190 24 93 / 0.6);
}

.focus\:border-pink-700\/65:focus{
  border-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  border-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  border-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  border-color: rgb(157 23 77 / 0.35);
}

.focus\:border-pink-800\/40:focus{
  border-color: rgb(157 23 77 / 0.4);
}

.focus\:border-pink-800\/45:focus{
  border-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  border-color: rgb(157 23 77 / 0.55);
}

.focus\:border-pink-800\/60:focus{
  border-color: rgb(157 23 77 / 0.6);
}

.focus\:border-pink-800\/65:focus{
  border-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  border-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  border-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  border-color: rgb(131 24 67 / 0.35);
}

.focus\:border-pink-900\/40:focus{
  border-color: rgb(131 24 67 / 0.4);
}

.focus\:border-pink-900\/45:focus{
  border-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  border-color: rgb(131 24 67 / 0.55);
}

.focus\:border-pink-900\/60:focus{
  border-color: rgb(131 24 67 / 0.6);
}

.focus\:border-pink-900\/65:focus{
  border-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  border-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  border-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  border-color: rgb(80 7 36 / 0.35);
}

.focus\:border-pink-950\/40:focus{
  border-color: rgb(80 7 36 / 0.4);
}

.focus\:border-pink-950\/45:focus{
  border-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  border-color: rgb(80 7 36 / 0.55);
}

.focus\:border-pink-950\/60:focus{
  border-color: rgb(80 7 36 / 0.6);
}

.focus\:border-pink-950\/65:focus{
  border-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  border-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.focus\:border-primary-hover:focus{
  --tw-border-opacity: 1;
  border-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.focus\:border-primary-hover\/0:focus{
  border-color: rgb(71 57 169 / 0);
}

.focus\:border-primary-hover\/10:focus{
  border-color: rgb(71 57 169 / 0.1);
}

.focus\:border-primary-hover\/100:focus{
  border-color: rgb(71 57 169 / 1);
}

.focus\:border-primary-hover\/15:focus{
  border-color: rgb(71 57 169 / 0.15);
}

.focus\:border-primary-hover\/20:focus{
  border-color: rgb(71 57 169 / 0.2);
}

.focus\:border-primary-hover\/25:focus{
  border-color: rgb(71 57 169 / 0.25);
}

.focus\:border-primary-hover\/30:focus{
  border-color: rgb(71 57 169 / 0.3);
}

.focus\:border-primary-hover\/35:focus{
  border-color: rgb(71 57 169 / 0.35);
}

.focus\:border-primary-hover\/40:focus{
  border-color: rgb(71 57 169 / 0.4);
}

.focus\:border-primary-hover\/45:focus{
  border-color: rgb(71 57 169 / 0.45);
}

.focus\:border-primary-hover\/5:focus{
  border-color: rgb(71 57 169 / 0.05);
}

.focus\:border-primary-hover\/50:focus{
  border-color: rgb(71 57 169 / 0.5);
}

.focus\:border-primary-hover\/55:focus{
  border-color: rgb(71 57 169 / 0.55);
}

.focus\:border-primary-hover\/60:focus{
  border-color: rgb(71 57 169 / 0.6);
}

.focus\:border-primary-hover\/65:focus{
  border-color: rgb(71 57 169 / 0.65);
}

.focus\:border-primary-hover\/70:focus{
  border-color: rgb(71 57 169 / 0.7);
}

.focus\:border-primary-hover\/75:focus{
  border-color: rgb(71 57 169 / 0.75);
}

.focus\:border-primary-hover\/80:focus{
  border-color: rgb(71 57 169 / 0.8);
}

.focus\:border-primary-hover\/85:focus{
  border-color: rgb(71 57 169 / 0.85);
}

.focus\:border-primary-hover\/90:focus{
  border-color: rgb(71 57 169 / 0.9);
}

.focus\:border-primary-hover\/95:focus{
  border-color: rgb(71 57 169 / 0.95);
}

.focus\:border-primary\/0:focus{
  border-color: rgb(85 70 192 / 0);
}

.focus\:border-primary\/10:focus{
  border-color: rgb(85 70 192 / 0.1);
}

.focus\:border-primary\/100:focus{
  border-color: rgb(85 70 192 / 1);
}

.focus\:border-primary\/15:focus{
  border-color: rgb(85 70 192 / 0.15);
}

.focus\:border-primary\/20:focus{
  border-color: rgb(85 70 192 / 0.2);
}

.focus\:border-primary\/25:focus{
  border-color: rgb(85 70 192 / 0.25);
}

.focus\:border-primary\/30:focus{
  border-color: rgb(85 70 192 / 0.3);
}

.focus\:border-primary\/35:focus{
  border-color: rgb(85 70 192 / 0.35);
}

.focus\:border-primary\/40:focus{
  border-color: rgb(85 70 192 / 0.4);
}

.focus\:border-primary\/45:focus{
  border-color: rgb(85 70 192 / 0.45);
}

.focus\:border-primary\/5:focus{
  border-color: rgb(85 70 192 / 0.05);
}

.focus\:border-primary\/50:focus{
  border-color: rgb(85 70 192 / 0.5);
}

.focus\:border-primary\/55:focus{
  border-color: rgb(85 70 192 / 0.55);
}

.focus\:border-primary\/60:focus{
  border-color: rgb(85 70 192 / 0.6);
}

.focus\:border-primary\/65:focus{
  border-color: rgb(85 70 192 / 0.65);
}

.focus\:border-primary\/70:focus{
  border-color: rgb(85 70 192 / 0.7);
}

.focus\:border-primary\/75:focus{
  border-color: rgb(85 70 192 / 0.75);
}

.focus\:border-primary\/80:focus{
  border-color: rgb(85 70 192 / 0.8);
}

.focus\:border-primary\/85:focus{
  border-color: rgb(85 70 192 / 0.85);
}

.focus\:border-primary\/90:focus{
  border-color: rgb(85 70 192 / 0.9);
}

.focus\:border-primary\/95:focus{
  border-color: rgb(85 70 192 / 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\/15:focus{
  border-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(243 232 255 / 0.35);
}

.focus\:border-purple-100\/40:focus{
  border-color: rgb(243 232 255 / 0.4);
}

.focus\:border-purple-100\/45:focus{
  border-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(243 232 255 / 0.55);
}

.focus\:border-purple-100\/60:focus{
  border-color: rgb(243 232 255 / 0.6);
}

.focus\:border-purple-100\/65:focus{
  border-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(233 213 255 / 0.35);
}

.focus\:border-purple-200\/40:focus{
  border-color: rgb(233 213 255 / 0.4);
}

.focus\:border-purple-200\/45:focus{
  border-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(233 213 255 / 0.55);
}

.focus\:border-purple-200\/60:focus{
  border-color: rgb(233 213 255 / 0.6);
}

.focus\:border-purple-200\/65:focus{
  border-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  border-color: rgb(216 180 254 / 0.35);
}

.focus\:border-purple-300\/40:focus{
  border-color: rgb(216 180 254 / 0.4);
}

.focus\:border-purple-300\/45:focus{
  border-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  border-color: rgb(216 180 254 / 0.55);
}

.focus\:border-purple-300\/60:focus{
  border-color: rgb(216 180 254 / 0.6);
}

.focus\:border-purple-300\/65:focus{
  border-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  border-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  border-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  border-color: rgb(192 132 252 / 0.35);
}

.focus\:border-purple-400\/40:focus{
  border-color: rgb(192 132 252 / 0.4);
}

.focus\:border-purple-400\/45:focus{
  border-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  border-color: rgb(192 132 252 / 0.55);
}

.focus\:border-purple-400\/60:focus{
  border-color: rgb(192 132 252 / 0.6);
}

.focus\:border-purple-400\/65:focus{
  border-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  border-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  border-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(250 245 255 / 0.35);
}

.focus\:border-purple-50\/40:focus{
  border-color: rgb(250 245 255 / 0.4);
}

.focus\:border-purple-50\/45:focus{
  border-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(250 245 255 / 0.55);
}

.focus\:border-purple-50\/60:focus{
  border-color: rgb(250 245 255 / 0.6);
}

.focus\:border-purple-50\/65:focus{
  border-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  border-color: rgb(168 85 247 / 0.35);
}

.focus\:border-purple-500\/40:focus{
  border-color: rgb(168 85 247 / 0.4);
}

.focus\:border-purple-500\/45:focus{
  border-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  border-color: rgb(168 85 247 / 0.55);
}

.focus\:border-purple-500\/60:focus{
  border-color: rgb(168 85 247 / 0.6);
}

.focus\:border-purple-500\/65:focus{
  border-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  border-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  border-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  border-color: rgb(147 51 234 / 0.35);
}

.focus\:border-purple-600\/40:focus{
  border-color: rgb(147 51 234 / 0.4);
}

.focus\:border-purple-600\/45:focus{
  border-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  border-color: rgb(147 51 234 / 0.55);
}

.focus\:border-purple-600\/60:focus{
  border-color: rgb(147 51 234 / 0.6);
}

.focus\:border-purple-600\/65:focus{
  border-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  border-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  border-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  border-color: rgb(126 34 206 / 0.35);
}

.focus\:border-purple-700\/40:focus{
  border-color: rgb(126 34 206 / 0.4);
}

.focus\:border-purple-700\/45:focus{
  border-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  border-color: rgb(126 34 206 / 0.55);
}

.focus\:border-purple-700\/60:focus{
  border-color: rgb(126 34 206 / 0.6);
}

.focus\:border-purple-700\/65:focus{
  border-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  border-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  border-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  border-color: rgb(107 33 168 / 0.35);
}

.focus\:border-purple-800\/40:focus{
  border-color: rgb(107 33 168 / 0.4);
}

.focus\:border-purple-800\/45:focus{
  border-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  border-color: rgb(107 33 168 / 0.55);
}

.focus\:border-purple-800\/60:focus{
  border-color: rgb(107 33 168 / 0.6);
}

.focus\:border-purple-800\/65:focus{
  border-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  border-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  border-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  border-color: rgb(88 28 135 / 0.35);
}

.focus\:border-purple-900\/40:focus{
  border-color: rgb(88 28 135 / 0.4);
}

.focus\:border-purple-900\/45:focus{
  border-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  border-color: rgb(88 28 135 / 0.55);
}

.focus\:border-purple-900\/60:focus{
  border-color: rgb(88 28 135 / 0.6);
}

.focus\:border-purple-900\/65:focus{
  border-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  border-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  border-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  border-color: rgb(59 7 100 / 0.35);
}

.focus\:border-purple-950\/40:focus{
  border-color: rgb(59 7 100 / 0.4);
}

.focus\:border-purple-950\/45:focus{
  border-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  border-color: rgb(59 7 100 / 0.55);
}

.focus\:border-purple-950\/60:focus{
  border-color: rgb(59 7 100 / 0.6);
}

.focus\:border-purple-950\/65:focus{
  border-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  border-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.focus\:border-quaternary-hover:focus{
  --tw-border-opacity: 1;
  border-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.focus\:border-quaternary-hover\/0:focus{
  border-color: rgb(43 202 241 / 0);
}

.focus\:border-quaternary-hover\/10:focus{
  border-color: rgb(43 202 241 / 0.1);
}

.focus\:border-quaternary-hover\/100:focus{
  border-color: rgb(43 202 241 / 1);
}

.focus\:border-quaternary-hover\/15:focus{
  border-color: rgb(43 202 241 / 0.15);
}

.focus\:border-quaternary-hover\/20:focus{
  border-color: rgb(43 202 241 / 0.2);
}

.focus\:border-quaternary-hover\/25:focus{
  border-color: rgb(43 202 241 / 0.25);
}

.focus\:border-quaternary-hover\/30:focus{
  border-color: rgb(43 202 241 / 0.3);
}

.focus\:border-quaternary-hover\/35:focus{
  border-color: rgb(43 202 241 / 0.35);
}

.focus\:border-quaternary-hover\/40:focus{
  border-color: rgb(43 202 241 / 0.4);
}

.focus\:border-quaternary-hover\/45:focus{
  border-color: rgb(43 202 241 / 0.45);
}

.focus\:border-quaternary-hover\/5:focus{
  border-color: rgb(43 202 241 / 0.05);
}

.focus\:border-quaternary-hover\/50:focus{
  border-color: rgb(43 202 241 / 0.5);
}

.focus\:border-quaternary-hover\/55:focus{
  border-color: rgb(43 202 241 / 0.55);
}

.focus\:border-quaternary-hover\/60:focus{
  border-color: rgb(43 202 241 / 0.6);
}

.focus\:border-quaternary-hover\/65:focus{
  border-color: rgb(43 202 241 / 0.65);
}

.focus\:border-quaternary-hover\/70:focus{
  border-color: rgb(43 202 241 / 0.7);
}

.focus\:border-quaternary-hover\/75:focus{
  border-color: rgb(43 202 241 / 0.75);
}

.focus\:border-quaternary-hover\/80:focus{
  border-color: rgb(43 202 241 / 0.8);
}

.focus\:border-quaternary-hover\/85:focus{
  border-color: rgb(43 202 241 / 0.85);
}

.focus\:border-quaternary-hover\/90:focus{
  border-color: rgb(43 202 241 / 0.9);
}

.focus\:border-quaternary-hover\/95:focus{
  border-color: rgb(43 202 241 / 0.95);
}

.focus\:border-quaternary\/0:focus{
  border-color: rgb(61 209 246 / 0);
}

.focus\:border-quaternary\/10:focus{
  border-color: rgb(61 209 246 / 0.1);
}

.focus\:border-quaternary\/100:focus{
  border-color: rgb(61 209 246 / 1);
}

.focus\:border-quaternary\/15:focus{
  border-color: rgb(61 209 246 / 0.15);
}

.focus\:border-quaternary\/20:focus{
  border-color: rgb(61 209 246 / 0.2);
}

.focus\:border-quaternary\/25:focus{
  border-color: rgb(61 209 246 / 0.25);
}

.focus\:border-quaternary\/30:focus{
  border-color: rgb(61 209 246 / 0.3);
}

.focus\:border-quaternary\/35:focus{
  border-color: rgb(61 209 246 / 0.35);
}

.focus\:border-quaternary\/40:focus{
  border-color: rgb(61 209 246 / 0.4);
}

.focus\:border-quaternary\/45:focus{
  border-color: rgb(61 209 246 / 0.45);
}

.focus\:border-quaternary\/5:focus{
  border-color: rgb(61 209 246 / 0.05);
}

.focus\:border-quaternary\/50:focus{
  border-color: rgb(61 209 246 / 0.5);
}

.focus\:border-quaternary\/55:focus{
  border-color: rgb(61 209 246 / 0.55);
}

.focus\:border-quaternary\/60:focus{
  border-color: rgb(61 209 246 / 0.6);
}

.focus\:border-quaternary\/65:focus{
  border-color: rgb(61 209 246 / 0.65);
}

.focus\:border-quaternary\/70:focus{
  border-color: rgb(61 209 246 / 0.7);
}

.focus\:border-quaternary\/75:focus{
  border-color: rgb(61 209 246 / 0.75);
}

.focus\:border-quaternary\/80:focus{
  border-color: rgb(61 209 246 / 0.8);
}

.focus\:border-quaternary\/85:focus{
  border-color: rgb(61 209 246 / 0.85);
}

.focus\:border-quaternary\/90:focus{
  border-color: rgb(61 209 246 / 0.9);
}

.focus\:border-quaternary\/95:focus{
  border-color: rgb(61 209 246 / 0.95);
}

.focus\:border-quinary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.focus\:border-quinary-hover:focus{
  --tw-border-opacity: 1;
  border-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.focus\:border-quinary-hover\/0:focus{
  border-color: rgb(112 126 222 / 0);
}

.focus\:border-quinary-hover\/10:focus{
  border-color: rgb(112 126 222 / 0.1);
}

.focus\:border-quinary-hover\/100:focus{
  border-color: rgb(112 126 222 / 1);
}

.focus\:border-quinary-hover\/15:focus{
  border-color: rgb(112 126 222 / 0.15);
}

.focus\:border-quinary-hover\/20:focus{
  border-color: rgb(112 126 222 / 0.2);
}

.focus\:border-quinary-hover\/25:focus{
  border-color: rgb(112 126 222 / 0.25);
}

.focus\:border-quinary-hover\/30:focus{
  border-color: rgb(112 126 222 / 0.3);
}

.focus\:border-quinary-hover\/35:focus{
  border-color: rgb(112 126 222 / 0.35);
}

.focus\:border-quinary-hover\/40:focus{
  border-color: rgb(112 126 222 / 0.4);
}

.focus\:border-quinary-hover\/45:focus{
  border-color: rgb(112 126 222 / 0.45);
}

.focus\:border-quinary-hover\/5:focus{
  border-color: rgb(112 126 222 / 0.05);
}

.focus\:border-quinary-hover\/50:focus{
  border-color: rgb(112 126 222 / 0.5);
}

.focus\:border-quinary-hover\/55:focus{
  border-color: rgb(112 126 222 / 0.55);
}

.focus\:border-quinary-hover\/60:focus{
  border-color: rgb(112 126 222 / 0.6);
}

.focus\:border-quinary-hover\/65:focus{
  border-color: rgb(112 126 222 / 0.65);
}

.focus\:border-quinary-hover\/70:focus{
  border-color: rgb(112 126 222 / 0.7);
}

.focus\:border-quinary-hover\/75:focus{
  border-color: rgb(112 126 222 / 0.75);
}

.focus\:border-quinary-hover\/80:focus{
  border-color: rgb(112 126 222 / 0.8);
}

.focus\:border-quinary-hover\/85:focus{
  border-color: rgb(112 126 222 / 0.85);
}

.focus\:border-quinary-hover\/90:focus{
  border-color: rgb(112 126 222 / 0.9);
}

.focus\:border-quinary-hover\/95:focus{
  border-color: rgb(112 126 222 / 0.95);
}

.focus\:border-quinary\/0:focus{
  border-color: rgb(136 150 244 / 0);
}

.focus\:border-quinary\/10:focus{
  border-color: rgb(136 150 244 / 0.1);
}

.focus\:border-quinary\/100:focus{
  border-color: rgb(136 150 244 / 1);
}

.focus\:border-quinary\/15:focus{
  border-color: rgb(136 150 244 / 0.15);
}

.focus\:border-quinary\/20:focus{
  border-color: rgb(136 150 244 / 0.2);
}

.focus\:border-quinary\/25:focus{
  border-color: rgb(136 150 244 / 0.25);
}

.focus\:border-quinary\/30:focus{
  border-color: rgb(136 150 244 / 0.3);
}

.focus\:border-quinary\/35:focus{
  border-color: rgb(136 150 244 / 0.35);
}

.focus\:border-quinary\/40:focus{
  border-color: rgb(136 150 244 / 0.4);
}

.focus\:border-quinary\/45:focus{
  border-color: rgb(136 150 244 / 0.45);
}

.focus\:border-quinary\/5:focus{
  border-color: rgb(136 150 244 / 0.05);
}

.focus\:border-quinary\/50:focus{
  border-color: rgb(136 150 244 / 0.5);
}

.focus\:border-quinary\/55:focus{
  border-color: rgb(136 150 244 / 0.55);
}

.focus\:border-quinary\/60:focus{
  border-color: rgb(136 150 244 / 0.6);
}

.focus\:border-quinary\/65:focus{
  border-color: rgb(136 150 244 / 0.65);
}

.focus\:border-quinary\/70:focus{
  border-color: rgb(136 150 244 / 0.7);
}

.focus\:border-quinary\/75:focus{
  border-color: rgb(136 150 244 / 0.75);
}

.focus\:border-quinary\/80:focus{
  border-color: rgb(136 150 244 / 0.8);
}

.focus\:border-quinary\/85:focus{
  border-color: rgb(136 150 244 / 0.85);
}

.focus\:border-quinary\/90:focus{
  border-color: rgb(136 150 244 / 0.9);
}

.focus\:border-quinary\/95:focus{
  border-color: rgb(136 150 244 / 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\/15:focus{
  border-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  border-color: rgb(254 226 226 / 0.35);
}

.focus\:border-red-100\/40:focus{
  border-color: rgb(254 226 226 / 0.4);
}

.focus\:border-red-100\/45:focus{
  border-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  border-color: rgb(254 226 226 / 0.55);
}

.focus\:border-red-100\/60:focus{
  border-color: rgb(254 226 226 / 0.6);
}

.focus\:border-red-100\/65:focus{
  border-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  border-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  border-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  border-color: rgb(254 202 202 / 0.35);
}

.focus\:border-red-200\/40:focus{
  border-color: rgb(254 202 202 / 0.4);
}

.focus\:border-red-200\/45:focus{
  border-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  border-color: rgb(254 202 202 / 0.55);
}

.focus\:border-red-200\/60:focus{
  border-color: rgb(254 202 202 / 0.6);
}

.focus\:border-red-200\/65:focus{
  border-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  border-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  border-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  border-color: rgb(252 165 165 / 0.35);
}

.focus\:border-red-300\/40:focus{
  border-color: rgb(252 165 165 / 0.4);
}

.focus\:border-red-300\/45:focus{
  border-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  border-color: rgb(252 165 165 / 0.55);
}

.focus\:border-red-300\/60:focus{
  border-color: rgb(252 165 165 / 0.6);
}

.focus\:border-red-300\/65:focus{
  border-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  border-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  border-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  border-color: rgb(248 113 113 / 0.35);
}

.focus\:border-red-400\/40:focus{
  border-color: rgb(248 113 113 / 0.4);
}

.focus\:border-red-400\/45:focus{
  border-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  border-color: rgb(248 113 113 / 0.55);
}

.focus\:border-red-400\/60:focus{
  border-color: rgb(248 113 113 / 0.6);
}

.focus\:border-red-400\/65:focus{
  border-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  border-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  border-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  border-color: rgb(254 242 242 / 0.35);
}

.focus\:border-red-50\/40:focus{
  border-color: rgb(254 242 242 / 0.4);
}

.focus\:border-red-50\/45:focus{
  border-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  border-color: rgb(254 242 242 / 0.55);
}

.focus\:border-red-50\/60:focus{
  border-color: rgb(254 242 242 / 0.6);
}

.focus\:border-red-50\/65:focus{
  border-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  border-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  border-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  border-color: rgb(239 68 68 / 0.35);
}

.focus\:border-red-500\/40:focus{
  border-color: rgb(239 68 68 / 0.4);
}

.focus\:border-red-500\/45:focus{
  border-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  border-color: rgb(239 68 68 / 0.55);
}

.focus\:border-red-500\/60:focus{
  border-color: rgb(239 68 68 / 0.6);
}

.focus\:border-red-500\/65:focus{
  border-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  border-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  border-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  border-color: rgb(220 38 38 / 0.35);
}

.focus\:border-red-600\/40:focus{
  border-color: rgb(220 38 38 / 0.4);
}

.focus\:border-red-600\/45:focus{
  border-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  border-color: rgb(220 38 38 / 0.55);
}

.focus\:border-red-600\/60:focus{
  border-color: rgb(220 38 38 / 0.6);
}

.focus\:border-red-600\/65:focus{
  border-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  border-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  border-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  border-color: rgb(185 28 28 / 0.35);
}

.focus\:border-red-700\/40:focus{
  border-color: rgb(185 28 28 / 0.4);
}

.focus\:border-red-700\/45:focus{
  border-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  border-color: rgb(185 28 28 / 0.55);
}

.focus\:border-red-700\/60:focus{
  border-color: rgb(185 28 28 / 0.6);
}

.focus\:border-red-700\/65:focus{
  border-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  border-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  border-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  border-color: rgb(153 27 27 / 0.35);
}

.focus\:border-red-800\/40:focus{
  border-color: rgb(153 27 27 / 0.4);
}

.focus\:border-red-800\/45:focus{
  border-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  border-color: rgb(153 27 27 / 0.55);
}

.focus\:border-red-800\/60:focus{
  border-color: rgb(153 27 27 / 0.6);
}

.focus\:border-red-800\/65:focus{
  border-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  border-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  border-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  border-color: rgb(127 29 29 / 0.35);
}

.focus\:border-red-900\/40:focus{
  border-color: rgb(127 29 29 / 0.4);
}

.focus\:border-red-900\/45:focus{
  border-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  border-color: rgb(127 29 29 / 0.55);
}

.focus\:border-red-900\/60:focus{
  border-color: rgb(127 29 29 / 0.6);
}

.focus\:border-red-900\/65:focus{
  border-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  border-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  border-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  border-color: rgb(69 10 10 / 0.35);
}

.focus\:border-red-950\/40:focus{
  border-color: rgb(69 10 10 / 0.4);
}

.focus\:border-red-950\/45:focus{
  border-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  border-color: rgb(69 10 10 / 0.55);
}

.focus\:border-red-950\/60:focus{
  border-color: rgb(69 10 10 / 0.6);
}

.focus\:border-red-950\/65:focus{
  border-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  border-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  border-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  border-color: rgb(255 228 230 / 0.35);
}

.focus\:border-rose-100\/40:focus{
  border-color: rgb(255 228 230 / 0.4);
}

.focus\:border-rose-100\/45:focus{
  border-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  border-color: rgb(255 228 230 / 0.55);
}

.focus\:border-rose-100\/60:focus{
  border-color: rgb(255 228 230 / 0.6);
}

.focus\:border-rose-100\/65:focus{
  border-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  border-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  border-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  border-color: rgb(254 205 211 / 0.35);
}

.focus\:border-rose-200\/40:focus{
  border-color: rgb(254 205 211 / 0.4);
}

.focus\:border-rose-200\/45:focus{
  border-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  border-color: rgb(254 205 211 / 0.55);
}

.focus\:border-rose-200\/60:focus{
  border-color: rgb(254 205 211 / 0.6);
}

.focus\:border-rose-200\/65:focus{
  border-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  border-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  border-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  border-color: rgb(253 164 175 / 0.35);
}

.focus\:border-rose-300\/40:focus{
  border-color: rgb(253 164 175 / 0.4);
}

.focus\:border-rose-300\/45:focus{
  border-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  border-color: rgb(253 164 175 / 0.55);
}

.focus\:border-rose-300\/60:focus{
  border-color: rgb(253 164 175 / 0.6);
}

.focus\:border-rose-300\/65:focus{
  border-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  border-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  border-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  border-color: rgb(251 113 133 / 0.35);
}

.focus\:border-rose-400\/40:focus{
  border-color: rgb(251 113 133 / 0.4);
}

.focus\:border-rose-400\/45:focus{
  border-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  border-color: rgb(251 113 133 / 0.55);
}

.focus\:border-rose-400\/60:focus{
  border-color: rgb(251 113 133 / 0.6);
}

.focus\:border-rose-400\/65:focus{
  border-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  border-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  border-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  border-color: rgb(255 241 242 / 0.35);
}

.focus\:border-rose-50\/40:focus{
  border-color: rgb(255 241 242 / 0.4);
}

.focus\:border-rose-50\/45:focus{
  border-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  border-color: rgb(255 241 242 / 0.55);
}

.focus\:border-rose-50\/60:focus{
  border-color: rgb(255 241 242 / 0.6);
}

.focus\:border-rose-50\/65:focus{
  border-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  border-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  border-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  border-color: rgb(244 63 94 / 0.35);
}

.focus\:border-rose-500\/40:focus{
  border-color: rgb(244 63 94 / 0.4);
}

.focus\:border-rose-500\/45:focus{
  border-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  border-color: rgb(244 63 94 / 0.55);
}

.focus\:border-rose-500\/60:focus{
  border-color: rgb(244 63 94 / 0.6);
}

.focus\:border-rose-500\/65:focus{
  border-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  border-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  border-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  border-color: rgb(225 29 72 / 0.35);
}

.focus\:border-rose-600\/40:focus{
  border-color: rgb(225 29 72 / 0.4);
}

.focus\:border-rose-600\/45:focus{
  border-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  border-color: rgb(225 29 72 / 0.55);
}

.focus\:border-rose-600\/60:focus{
  border-color: rgb(225 29 72 / 0.6);
}

.focus\:border-rose-600\/65:focus{
  border-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  border-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  border-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  border-color: rgb(190 18 60 / 0.35);
}

.focus\:border-rose-700\/40:focus{
  border-color: rgb(190 18 60 / 0.4);
}

.focus\:border-rose-700\/45:focus{
  border-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  border-color: rgb(190 18 60 / 0.55);
}

.focus\:border-rose-700\/60:focus{
  border-color: rgb(190 18 60 / 0.6);
}

.focus\:border-rose-700\/65:focus{
  border-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  border-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  border-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  border-color: rgb(159 18 57 / 0.35);
}

.focus\:border-rose-800\/40:focus{
  border-color: rgb(159 18 57 / 0.4);
}

.focus\:border-rose-800\/45:focus{
  border-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  border-color: rgb(159 18 57 / 0.55);
}

.focus\:border-rose-800\/60:focus{
  border-color: rgb(159 18 57 / 0.6);
}

.focus\:border-rose-800\/65:focus{
  border-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  border-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  border-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  border-color: rgb(136 19 55 / 0.35);
}

.focus\:border-rose-900\/40:focus{
  border-color: rgb(136 19 55 / 0.4);
}

.focus\:border-rose-900\/45:focus{
  border-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  border-color: rgb(136 19 55 / 0.55);
}

.focus\:border-rose-900\/60:focus{
  border-color: rgb(136 19 55 / 0.6);
}

.focus\:border-rose-900\/65:focus{
  border-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  border-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  border-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  border-color: rgb(76 5 25 / 0.35);
}

.focus\:border-rose-950\/40:focus{
  border-color: rgb(76 5 25 / 0.4);
}

.focus\:border-rose-950\/45:focus{
  border-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  border-color: rgb(76 5 25 / 0.55);
}

.focus\:border-rose-950\/60:focus{
  border-color: rgb(76 5 25 / 0.6);
}

.focus\:border-rose-950\/65:focus{
  border-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  border-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.focus\:border-secondary\/0:focus{
  border-color: rgb(141 147 167 / 0);
}

.focus\:border-secondary\/10:focus{
  border-color: rgb(141 147 167 / 0.1);
}

.focus\:border-secondary\/100:focus{
  border-color: rgb(141 147 167 / 1);
}

.focus\:border-secondary\/15:focus{
  border-color: rgb(141 147 167 / 0.15);
}

.focus\:border-secondary\/20:focus{
  border-color: rgb(141 147 167 / 0.2);
}

.focus\:border-secondary\/25:focus{
  border-color: rgb(141 147 167 / 0.25);
}

.focus\:border-secondary\/30:focus{
  border-color: rgb(141 147 167 / 0.3);
}

.focus\:border-secondary\/35:focus{
  border-color: rgb(141 147 167 / 0.35);
}

.focus\:border-secondary\/40:focus{
  border-color: rgb(141 147 167 / 0.4);
}

.focus\:border-secondary\/45:focus{
  border-color: rgb(141 147 167 / 0.45);
}

.focus\:border-secondary\/5:focus{
  border-color: rgb(141 147 167 / 0.05);
}

.focus\:border-secondary\/50:focus{
  border-color: rgb(141 147 167 / 0.5);
}

.focus\:border-secondary\/55:focus{
  border-color: rgb(141 147 167 / 0.55);
}

.focus\:border-secondary\/60:focus{
  border-color: rgb(141 147 167 / 0.6);
}

.focus\:border-secondary\/65:focus{
  border-color: rgb(141 147 167 / 0.65);
}

.focus\:border-secondary\/70:focus{
  border-color: rgb(141 147 167 / 0.7);
}

.focus\:border-secondary\/75:focus{
  border-color: rgb(141 147 167 / 0.75);
}

.focus\:border-secondary\/80:focus{
  border-color: rgb(141 147 167 / 0.8);
}

.focus\:border-secondary\/85:focus{
  border-color: rgb(141 147 167 / 0.85);
}

.focus\:border-secondary\/90:focus{
  border-color: rgb(141 147 167 / 0.9);
}

.focus\:border-secondary\/95:focus{
  border-color: rgb(141 147 167 / 0.95);
}

.focus\:border-senary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.focus\:border-senary\/0:focus{
  border-color: rgb(73 134 231 / 0);
}

.focus\:border-senary\/10:focus{
  border-color: rgb(73 134 231 / 0.1);
}

.focus\:border-senary\/100:focus{
  border-color: rgb(73 134 231 / 1);
}

.focus\:border-senary\/15:focus{
  border-color: rgb(73 134 231 / 0.15);
}

.focus\:border-senary\/20:focus{
  border-color: rgb(73 134 231 / 0.2);
}

.focus\:border-senary\/25:focus{
  border-color: rgb(73 134 231 / 0.25);
}

.focus\:border-senary\/30:focus{
  border-color: rgb(73 134 231 / 0.3);
}

.focus\:border-senary\/35:focus{
  border-color: rgb(73 134 231 / 0.35);
}

.focus\:border-senary\/40:focus{
  border-color: rgb(73 134 231 / 0.4);
}

.focus\:border-senary\/45:focus{
  border-color: rgb(73 134 231 / 0.45);
}

.focus\:border-senary\/5:focus{
  border-color: rgb(73 134 231 / 0.05);
}

.focus\:border-senary\/50:focus{
  border-color: rgb(73 134 231 / 0.5);
}

.focus\:border-senary\/55:focus{
  border-color: rgb(73 134 231 / 0.55);
}

.focus\:border-senary\/60:focus{
  border-color: rgb(73 134 231 / 0.6);
}

.focus\:border-senary\/65:focus{
  border-color: rgb(73 134 231 / 0.65);
}

.focus\:border-senary\/70:focus{
  border-color: rgb(73 134 231 / 0.7);
}

.focus\:border-senary\/75:focus{
  border-color: rgb(73 134 231 / 0.75);
}

.focus\:border-senary\/80:focus{
  border-color: rgb(73 134 231 / 0.8);
}

.focus\:border-senary\/85:focus{
  border-color: rgb(73 134 231 / 0.85);
}

.focus\:border-senary\/90:focus{
  border-color: rgb(73 134 231 / 0.9);
}

.focus\:border-senary\/95:focus{
  border-color: rgb(73 134 231 / 0.95);
}

.focus\:border-septenary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.focus\:border-septenary\/0:focus{
  border-color: rgb(49 88 129 / 0);
}

.focus\:border-septenary\/10:focus{
  border-color: rgb(49 88 129 / 0.1);
}

.focus\:border-septenary\/100:focus{
  border-color: rgb(49 88 129 / 1);
}

.focus\:border-septenary\/15:focus{
  border-color: rgb(49 88 129 / 0.15);
}

.focus\:border-septenary\/20:focus{
  border-color: rgb(49 88 129 / 0.2);
}

.focus\:border-septenary\/25:focus{
  border-color: rgb(49 88 129 / 0.25);
}

.focus\:border-septenary\/30:focus{
  border-color: rgb(49 88 129 / 0.3);
}

.focus\:border-septenary\/35:focus{
  border-color: rgb(49 88 129 / 0.35);
}

.focus\:border-septenary\/40:focus{
  border-color: rgb(49 88 129 / 0.4);
}

.focus\:border-septenary\/45:focus{
  border-color: rgb(49 88 129 / 0.45);
}

.focus\:border-septenary\/5:focus{
  border-color: rgb(49 88 129 / 0.05);
}

.focus\:border-septenary\/50:focus{
  border-color: rgb(49 88 129 / 0.5);
}

.focus\:border-septenary\/55:focus{
  border-color: rgb(49 88 129 / 0.55);
}

.focus\:border-septenary\/60:focus{
  border-color: rgb(49 88 129 / 0.6);
}

.focus\:border-septenary\/65:focus{
  border-color: rgb(49 88 129 / 0.65);
}

.focus\:border-septenary\/70:focus{
  border-color: rgb(49 88 129 / 0.7);
}

.focus\:border-septenary\/75:focus{
  border-color: rgb(49 88 129 / 0.75);
}

.focus\:border-septenary\/80:focus{
  border-color: rgb(49 88 129 / 0.8);
}

.focus\:border-septenary\/85:focus{
  border-color: rgb(49 88 129 / 0.85);
}

.focus\:border-septenary\/90:focus{
  border-color: rgb(49 88 129 / 0.9);
}

.focus\:border-septenary\/95:focus{
  border-color: rgb(49 88 129 / 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\/15:focus{
  border-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  border-color: rgb(224 242 254 / 0.35);
}

.focus\:border-sky-100\/40:focus{
  border-color: rgb(224 242 254 / 0.4);
}

.focus\:border-sky-100\/45:focus{
  border-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  border-color: rgb(224 242 254 / 0.55);
}

.focus\:border-sky-100\/60:focus{
  border-color: rgb(224 242 254 / 0.6);
}

.focus\:border-sky-100\/65:focus{
  border-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  border-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  border-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  border-color: rgb(186 230 253 / 0.35);
}

.focus\:border-sky-200\/40:focus{
  border-color: rgb(186 230 253 / 0.4);
}

.focus\:border-sky-200\/45:focus{
  border-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  border-color: rgb(186 230 253 / 0.55);
}

.focus\:border-sky-200\/60:focus{
  border-color: rgb(186 230 253 / 0.6);
}

.focus\:border-sky-200\/65:focus{
  border-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  border-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  border-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  border-color: rgb(125 211 252 / 0.35);
}

.focus\:border-sky-300\/40:focus{
  border-color: rgb(125 211 252 / 0.4);
}

.focus\:border-sky-300\/45:focus{
  border-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  border-color: rgb(125 211 252 / 0.55);
}

.focus\:border-sky-300\/60:focus{
  border-color: rgb(125 211 252 / 0.6);
}

.focus\:border-sky-300\/65:focus{
  border-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  border-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  border-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  border-color: rgb(56 189 248 / 0.35);
}

.focus\:border-sky-400\/40:focus{
  border-color: rgb(56 189 248 / 0.4);
}

.focus\:border-sky-400\/45:focus{
  border-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  border-color: rgb(56 189 248 / 0.55);
}

.focus\:border-sky-400\/60:focus{
  border-color: rgb(56 189 248 / 0.6);
}

.focus\:border-sky-400\/65:focus{
  border-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  border-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  border-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(240 249 255 / 0.35);
}

.focus\:border-sky-50\/40:focus{
  border-color: rgb(240 249 255 / 0.4);
}

.focus\:border-sky-50\/45:focus{
  border-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(240 249 255 / 0.55);
}

.focus\:border-sky-50\/60:focus{
  border-color: rgb(240 249 255 / 0.6);
}

.focus\:border-sky-50\/65:focus{
  border-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  border-color: rgb(14 165 233 / 0.35);
}

.focus\:border-sky-500\/40:focus{
  border-color: rgb(14 165 233 / 0.4);
}

.focus\:border-sky-500\/45:focus{
  border-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  border-color: rgb(14 165 233 / 0.55);
}

.focus\:border-sky-500\/60:focus{
  border-color: rgb(14 165 233 / 0.6);
}

.focus\:border-sky-500\/65:focus{
  border-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  border-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  border-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  border-color: rgb(2 132 199 / 0.35);
}

.focus\:border-sky-600\/40:focus{
  border-color: rgb(2 132 199 / 0.4);
}

.focus\:border-sky-600\/45:focus{
  border-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  border-color: rgb(2 132 199 / 0.55);
}

.focus\:border-sky-600\/60:focus{
  border-color: rgb(2 132 199 / 0.6);
}

.focus\:border-sky-600\/65:focus{
  border-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  border-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  border-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  border-color: rgb(3 105 161 / 0.35);
}

.focus\:border-sky-700\/40:focus{
  border-color: rgb(3 105 161 / 0.4);
}

.focus\:border-sky-700\/45:focus{
  border-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  border-color: rgb(3 105 161 / 0.55);
}

.focus\:border-sky-700\/60:focus{
  border-color: rgb(3 105 161 / 0.6);
}

.focus\:border-sky-700\/65:focus{
  border-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  border-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  border-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  border-color: rgb(7 89 133 / 0.35);
}

.focus\:border-sky-800\/40:focus{
  border-color: rgb(7 89 133 / 0.4);
}

.focus\:border-sky-800\/45:focus{
  border-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  border-color: rgb(7 89 133 / 0.55);
}

.focus\:border-sky-800\/60:focus{
  border-color: rgb(7 89 133 / 0.6);
}

.focus\:border-sky-800\/65:focus{
  border-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  border-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  border-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  border-color: rgb(12 74 110 / 0.35);
}

.focus\:border-sky-900\/40:focus{
  border-color: rgb(12 74 110 / 0.4);
}

.focus\:border-sky-900\/45:focus{
  border-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  border-color: rgb(12 74 110 / 0.55);
}

.focus\:border-sky-900\/60:focus{
  border-color: rgb(12 74 110 / 0.6);
}

.focus\:border-sky-900\/65:focus{
  border-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  border-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  border-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  border-color: rgb(8 47 73 / 0.35);
}

.focus\:border-sky-950\/40:focus{
  border-color: rgb(8 47 73 / 0.4);
}

.focus\:border-sky-950\/45:focus{
  border-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  border-color: rgb(8 47 73 / 0.55);
}

.focus\:border-sky-950\/60:focus{
  border-color: rgb(8 47 73 / 0.6);
}

.focus\:border-sky-950\/65:focus{
  border-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  border-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  border-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  border-color: rgb(241 245 249 / 0.35);
}

.focus\:border-slate-100\/40:focus{
  border-color: rgb(241 245 249 / 0.4);
}

.focus\:border-slate-100\/45:focus{
  border-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  border-color: rgb(241 245 249 / 0.55);
}

.focus\:border-slate-100\/60:focus{
  border-color: rgb(241 245 249 / 0.6);
}

.focus\:border-slate-100\/65:focus{
  border-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  border-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  border-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  border-color: rgb(226 232 240 / 0.35);
}

.focus\:border-slate-200\/40:focus{
  border-color: rgb(226 232 240 / 0.4);
}

.focus\:border-slate-200\/45:focus{
  border-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  border-color: rgb(226 232 240 / 0.55);
}

.focus\:border-slate-200\/60:focus{
  border-color: rgb(226 232 240 / 0.6);
}

.focus\:border-slate-200\/65:focus{
  border-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  border-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  border-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  border-color: rgb(203 213 225 / 0.35);
}

.focus\:border-slate-300\/40:focus{
  border-color: rgb(203 213 225 / 0.4);
}

.focus\:border-slate-300\/45:focus{
  border-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  border-color: rgb(203 213 225 / 0.55);
}

.focus\:border-slate-300\/60:focus{
  border-color: rgb(203 213 225 / 0.6);
}

.focus\:border-slate-300\/65:focus{
  border-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  border-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  border-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  border-color: rgb(148 163 184 / 0.35);
}

.focus\:border-slate-400\/40:focus{
  border-color: rgb(148 163 184 / 0.4);
}

.focus\:border-slate-400\/45:focus{
  border-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  border-color: rgb(148 163 184 / 0.55);
}

.focus\:border-slate-400\/60:focus{
  border-color: rgb(148 163 184 / 0.6);
}

.focus\:border-slate-400\/65:focus{
  border-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  border-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  border-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  border-color: rgb(248 250 252 / 0.35);
}

.focus\:border-slate-50\/40:focus{
  border-color: rgb(248 250 252 / 0.4);
}

.focus\:border-slate-50\/45:focus{
  border-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  border-color: rgb(248 250 252 / 0.55);
}

.focus\:border-slate-50\/60:focus{
  border-color: rgb(248 250 252 / 0.6);
}

.focus\:border-slate-50\/65:focus{
  border-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  border-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  border-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  border-color: rgb(100 116 139 / 0.35);
}

.focus\:border-slate-500\/40:focus{
  border-color: rgb(100 116 139 / 0.4);
}

.focus\:border-slate-500\/45:focus{
  border-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  border-color: rgb(100 116 139 / 0.55);
}

.focus\:border-slate-500\/60:focus{
  border-color: rgb(100 116 139 / 0.6);
}

.focus\:border-slate-500\/65:focus{
  border-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  border-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  border-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  border-color: rgb(71 85 105 / 0.35);
}

.focus\:border-slate-600\/40:focus{
  border-color: rgb(71 85 105 / 0.4);
}

.focus\:border-slate-600\/45:focus{
  border-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  border-color: rgb(71 85 105 / 0.55);
}

.focus\:border-slate-600\/60:focus{
  border-color: rgb(71 85 105 / 0.6);
}

.focus\:border-slate-600\/65:focus{
  border-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  border-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  border-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  border-color: rgb(51 65 85 / 0.35);
}

.focus\:border-slate-700\/40:focus{
  border-color: rgb(51 65 85 / 0.4);
}

.focus\:border-slate-700\/45:focus{
  border-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  border-color: rgb(51 65 85 / 0.55);
}

.focus\:border-slate-700\/60:focus{
  border-color: rgb(51 65 85 / 0.6);
}

.focus\:border-slate-700\/65:focus{
  border-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  border-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  border-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  border-color: rgb(30 41 59 / 0.35);
}

.focus\:border-slate-800\/40:focus{
  border-color: rgb(30 41 59 / 0.4);
}

.focus\:border-slate-800\/45:focus{
  border-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  border-color: rgb(30 41 59 / 0.55);
}

.focus\:border-slate-800\/60:focus{
  border-color: rgb(30 41 59 / 0.6);
}

.focus\:border-slate-800\/65:focus{
  border-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  border-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  border-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  border-color: rgb(15 23 42 / 0.35);
}

.focus\:border-slate-900\/40:focus{
  border-color: rgb(15 23 42 / 0.4);
}

.focus\:border-slate-900\/45:focus{
  border-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  border-color: rgb(15 23 42 / 0.55);
}

.focus\:border-slate-900\/60:focus{
  border-color: rgb(15 23 42 / 0.6);
}

.focus\:border-slate-900\/65:focus{
  border-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  border-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  border-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  border-color: rgb(2 6 23 / 0.35);
}

.focus\:border-slate-950\/40:focus{
  border-color: rgb(2 6 23 / 0.4);
}

.focus\:border-slate-950\/45:focus{
  border-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  border-color: rgb(2 6 23 / 0.55);
}

.focus\:border-slate-950\/60:focus{
  border-color: rgb(2 6 23 / 0.6);
}

.focus\:border-slate-950\/65:focus{
  border-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  border-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  border-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  border-color: rgb(245 245 244 / 0.35);
}

.focus\:border-stone-100\/40:focus{
  border-color: rgb(245 245 244 / 0.4);
}

.focus\:border-stone-100\/45:focus{
  border-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  border-color: rgb(245 245 244 / 0.55);
}

.focus\:border-stone-100\/60:focus{
  border-color: rgb(245 245 244 / 0.6);
}

.focus\:border-stone-100\/65:focus{
  border-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  border-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  border-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  border-color: rgb(231 229 228 / 0.35);
}

.focus\:border-stone-200\/40:focus{
  border-color: rgb(231 229 228 / 0.4);
}

.focus\:border-stone-200\/45:focus{
  border-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  border-color: rgb(231 229 228 / 0.55);
}

.focus\:border-stone-200\/60:focus{
  border-color: rgb(231 229 228 / 0.6);
}

.focus\:border-stone-200\/65:focus{
  border-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  border-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  border-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  border-color: rgb(214 211 209 / 0.35);
}

.focus\:border-stone-300\/40:focus{
  border-color: rgb(214 211 209 / 0.4);
}

.focus\:border-stone-300\/45:focus{
  border-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  border-color: rgb(214 211 209 / 0.55);
}

.focus\:border-stone-300\/60:focus{
  border-color: rgb(214 211 209 / 0.6);
}

.focus\:border-stone-300\/65:focus{
  border-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  border-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  border-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  border-color: rgb(168 162 158 / 0.35);
}

.focus\:border-stone-400\/40:focus{
  border-color: rgb(168 162 158 / 0.4);
}

.focus\:border-stone-400\/45:focus{
  border-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  border-color: rgb(168 162 158 / 0.55);
}

.focus\:border-stone-400\/60:focus{
  border-color: rgb(168 162 158 / 0.6);
}

.focus\:border-stone-400\/65:focus{
  border-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  border-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  border-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  border-color: rgb(250 250 249 / 0.35);
}

.focus\:border-stone-50\/40:focus{
  border-color: rgb(250 250 249 / 0.4);
}

.focus\:border-stone-50\/45:focus{
  border-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  border-color: rgb(250 250 249 / 0.55);
}

.focus\:border-stone-50\/60:focus{
  border-color: rgb(250 250 249 / 0.6);
}

.focus\:border-stone-50\/65:focus{
  border-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  border-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  border-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  border-color: rgb(120 113 108 / 0.35);
}

.focus\:border-stone-500\/40:focus{
  border-color: rgb(120 113 108 / 0.4);
}

.focus\:border-stone-500\/45:focus{
  border-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  border-color: rgb(120 113 108 / 0.55);
}

.focus\:border-stone-500\/60:focus{
  border-color: rgb(120 113 108 / 0.6);
}

.focus\:border-stone-500\/65:focus{
  border-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  border-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  border-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  border-color: rgb(87 83 78 / 0.35);
}

.focus\:border-stone-600\/40:focus{
  border-color: rgb(87 83 78 / 0.4);
}

.focus\:border-stone-600\/45:focus{
  border-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  border-color: rgb(87 83 78 / 0.55);
}

.focus\:border-stone-600\/60:focus{
  border-color: rgb(87 83 78 / 0.6);
}

.focus\:border-stone-600\/65:focus{
  border-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  border-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  border-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  border-color: rgb(68 64 60 / 0.35);
}

.focus\:border-stone-700\/40:focus{
  border-color: rgb(68 64 60 / 0.4);
}

.focus\:border-stone-700\/45:focus{
  border-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  border-color: rgb(68 64 60 / 0.55);
}

.focus\:border-stone-700\/60:focus{
  border-color: rgb(68 64 60 / 0.6);
}

.focus\:border-stone-700\/65:focus{
  border-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  border-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  border-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  border-color: rgb(41 37 36 / 0.35);
}

.focus\:border-stone-800\/40:focus{
  border-color: rgb(41 37 36 / 0.4);
}

.focus\:border-stone-800\/45:focus{
  border-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  border-color: rgb(41 37 36 / 0.55);
}

.focus\:border-stone-800\/60:focus{
  border-color: rgb(41 37 36 / 0.6);
}

.focus\:border-stone-800\/65:focus{
  border-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  border-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  border-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  border-color: rgb(28 25 23 / 0.35);
}

.focus\:border-stone-900\/40:focus{
  border-color: rgb(28 25 23 / 0.4);
}

.focus\:border-stone-900\/45:focus{
  border-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  border-color: rgb(28 25 23 / 0.55);
}

.focus\:border-stone-900\/60:focus{
  border-color: rgb(28 25 23 / 0.6);
}

.focus\:border-stone-900\/65:focus{
  border-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  border-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  border-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  border-color: rgb(12 10 9 / 0.35);
}

.focus\:border-stone-950\/40:focus{
  border-color: rgb(12 10 9 / 0.4);
}

.focus\:border-stone-950\/45:focus{
  border-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  border-color: rgb(12 10 9 / 0.55);
}

.focus\:border-stone-950\/60:focus{
  border-color: rgb(12 10 9 / 0.6);
}

.focus\:border-stone-950\/65:focus{
  border-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  border-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-border-opacity: 1;
  border-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.focus\:border-success\/0:focus{
  border-color: rgb(7 196 149 / 0);
}

.focus\:border-success\/10:focus{
  border-color: rgb(7 196 149 / 0.1);
}

.focus\:border-success\/100:focus{
  border-color: rgb(7 196 149 / 1);
}

.focus\:border-success\/15:focus{
  border-color: rgb(7 196 149 / 0.15);
}

.focus\:border-success\/20:focus{
  border-color: rgb(7 196 149 / 0.2);
}

.focus\:border-success\/25:focus{
  border-color: rgb(7 196 149 / 0.25);
}

.focus\:border-success\/30:focus{
  border-color: rgb(7 196 149 / 0.3);
}

.focus\:border-success\/35:focus{
  border-color: rgb(7 196 149 / 0.35);
}

.focus\:border-success\/40:focus{
  border-color: rgb(7 196 149 / 0.4);
}

.focus\:border-success\/45:focus{
  border-color: rgb(7 196 149 / 0.45);
}

.focus\:border-success\/5:focus{
  border-color: rgb(7 196 149 / 0.05);
}

.focus\:border-success\/50:focus{
  border-color: rgb(7 196 149 / 0.5);
}

.focus\:border-success\/55:focus{
  border-color: rgb(7 196 149 / 0.55);
}

.focus\:border-success\/60:focus{
  border-color: rgb(7 196 149 / 0.6);
}

.focus\:border-success\/65:focus{
  border-color: rgb(7 196 149 / 0.65);
}

.focus\:border-success\/70:focus{
  border-color: rgb(7 196 149 / 0.7);
}

.focus\:border-success\/75:focus{
  border-color: rgb(7 196 149 / 0.75);
}

.focus\:border-success\/80:focus{
  border-color: rgb(7 196 149 / 0.8);
}

.focus\:border-success\/85:focus{
  border-color: rgb(7 196 149 / 0.85);
}

.focus\:border-success\/90:focus{
  border-color: rgb(7 196 149 / 0.9);
}

.focus\:border-success\/95:focus{
  border-color: rgb(7 196 149 / 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\/15:focus{
  border-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  border-color: rgb(204 251 241 / 0.35);
}

.focus\:border-teal-100\/40:focus{
  border-color: rgb(204 251 241 / 0.4);
}

.focus\:border-teal-100\/45:focus{
  border-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  border-color: rgb(204 251 241 / 0.55);
}

.focus\:border-teal-100\/60:focus{
  border-color: rgb(204 251 241 / 0.6);
}

.focus\:border-teal-100\/65:focus{
  border-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  border-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  border-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  border-color: rgb(153 246 228 / 0.35);
}

.focus\:border-teal-200\/40:focus{
  border-color: rgb(153 246 228 / 0.4);
}

.focus\:border-teal-200\/45:focus{
  border-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  border-color: rgb(153 246 228 / 0.55);
}

.focus\:border-teal-200\/60:focus{
  border-color: rgb(153 246 228 / 0.6);
}

.focus\:border-teal-200\/65:focus{
  border-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  border-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  border-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  border-color: rgb(94 234 212 / 0.35);
}

.focus\:border-teal-300\/40:focus{
  border-color: rgb(94 234 212 / 0.4);
}

.focus\:border-teal-300\/45:focus{
  border-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  border-color: rgb(94 234 212 / 0.55);
}

.focus\:border-teal-300\/60:focus{
  border-color: rgb(94 234 212 / 0.6);
}

.focus\:border-teal-300\/65:focus{
  border-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  border-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  border-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  border-color: rgb(45 212 191 / 0.35);
}

.focus\:border-teal-400\/40:focus{
  border-color: rgb(45 212 191 / 0.4);
}

.focus\:border-teal-400\/45:focus{
  border-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  border-color: rgb(45 212 191 / 0.55);
}

.focus\:border-teal-400\/60:focus{
  border-color: rgb(45 212 191 / 0.6);
}

.focus\:border-teal-400\/65:focus{
  border-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  border-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  border-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  border-color: rgb(240 253 250 / 0.35);
}

.focus\:border-teal-50\/40:focus{
  border-color: rgb(240 253 250 / 0.4);
}

.focus\:border-teal-50\/45:focus{
  border-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  border-color: rgb(240 253 250 / 0.55);
}

.focus\:border-teal-50\/60:focus{
  border-color: rgb(240 253 250 / 0.6);
}

.focus\:border-teal-50\/65:focus{
  border-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  border-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  border-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  border-color: rgb(20 184 166 / 0.35);
}

.focus\:border-teal-500\/40:focus{
  border-color: rgb(20 184 166 / 0.4);
}

.focus\:border-teal-500\/45:focus{
  border-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  border-color: rgb(20 184 166 / 0.55);
}

.focus\:border-teal-500\/60:focus{
  border-color: rgb(20 184 166 / 0.6);
}

.focus\:border-teal-500\/65:focus{
  border-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  border-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  border-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  border-color: rgb(13 148 136 / 0.35);
}

.focus\:border-teal-600\/40:focus{
  border-color: rgb(13 148 136 / 0.4);
}

.focus\:border-teal-600\/45:focus{
  border-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  border-color: rgb(13 148 136 / 0.55);
}

.focus\:border-teal-600\/60:focus{
  border-color: rgb(13 148 136 / 0.6);
}

.focus\:border-teal-600\/65:focus{
  border-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  border-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  border-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  border-color: rgb(15 118 110 / 0.35);
}

.focus\:border-teal-700\/40:focus{
  border-color: rgb(15 118 110 / 0.4);
}

.focus\:border-teal-700\/45:focus{
  border-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  border-color: rgb(15 118 110 / 0.55);
}

.focus\:border-teal-700\/60:focus{
  border-color: rgb(15 118 110 / 0.6);
}

.focus\:border-teal-700\/65:focus{
  border-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  border-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  border-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  border-color: rgb(17 94 89 / 0.35);
}

.focus\:border-teal-800\/40:focus{
  border-color: rgb(17 94 89 / 0.4);
}

.focus\:border-teal-800\/45:focus{
  border-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  border-color: rgb(17 94 89 / 0.55);
}

.focus\:border-teal-800\/60:focus{
  border-color: rgb(17 94 89 / 0.6);
}

.focus\:border-teal-800\/65:focus{
  border-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  border-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  border-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  border-color: rgb(19 78 74 / 0.35);
}

.focus\:border-teal-900\/40:focus{
  border-color: rgb(19 78 74 / 0.4);
}

.focus\:border-teal-900\/45:focus{
  border-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  border-color: rgb(19 78 74 / 0.55);
}

.focus\:border-teal-900\/60:focus{
  border-color: rgb(19 78 74 / 0.6);
}

.focus\:border-teal-900\/65:focus{
  border-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  border-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  border-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  border-color: rgb(4 47 46 / 0.35);
}

.focus\:border-teal-950\/40:focus{
  border-color: rgb(4 47 46 / 0.4);
}

.focus\:border-teal-950\/45:focus{
  border-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  border-color: rgb(4 47 46 / 0.55);
}

.focus\:border-teal-950\/60:focus{
  border-color: rgb(4 47 46 / 0.6);
}

.focus\:border-teal-950\/65:focus{
  border-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  border-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.focus\:border-tertiary-hover:focus{
  --tw-border-opacity: 1;
  border-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.focus\:border-tertiary-hover\/0:focus{
  border-color: rgb(20 123 223 / 0);
}

.focus\:border-tertiary-hover\/10:focus{
  border-color: rgb(20 123 223 / 0.1);
}

.focus\:border-tertiary-hover\/100:focus{
  border-color: rgb(20 123 223 / 1);
}

.focus\:border-tertiary-hover\/15:focus{
  border-color: rgb(20 123 223 / 0.15);
}

.focus\:border-tertiary-hover\/20:focus{
  border-color: rgb(20 123 223 / 0.2);
}

.focus\:border-tertiary-hover\/25:focus{
  border-color: rgb(20 123 223 / 0.25);
}

.focus\:border-tertiary-hover\/30:focus{
  border-color: rgb(20 123 223 / 0.3);
}

.focus\:border-tertiary-hover\/35:focus{
  border-color: rgb(20 123 223 / 0.35);
}

.focus\:border-tertiary-hover\/40:focus{
  border-color: rgb(20 123 223 / 0.4);
}

.focus\:border-tertiary-hover\/45:focus{
  border-color: rgb(20 123 223 / 0.45);
}

.focus\:border-tertiary-hover\/5:focus{
  border-color: rgb(20 123 223 / 0.05);
}

.focus\:border-tertiary-hover\/50:focus{
  border-color: rgb(20 123 223 / 0.5);
}

.focus\:border-tertiary-hover\/55:focus{
  border-color: rgb(20 123 223 / 0.55);
}

.focus\:border-tertiary-hover\/60:focus{
  border-color: rgb(20 123 223 / 0.6);
}

.focus\:border-tertiary-hover\/65:focus{
  border-color: rgb(20 123 223 / 0.65);
}

.focus\:border-tertiary-hover\/70:focus{
  border-color: rgb(20 123 223 / 0.7);
}

.focus\:border-tertiary-hover\/75:focus{
  border-color: rgb(20 123 223 / 0.75);
}

.focus\:border-tertiary-hover\/80:focus{
  border-color: rgb(20 123 223 / 0.8);
}

.focus\:border-tertiary-hover\/85:focus{
  border-color: rgb(20 123 223 / 0.85);
}

.focus\:border-tertiary-hover\/90:focus{
  border-color: rgb(20 123 223 / 0.9);
}

.focus\:border-tertiary-hover\/95:focus{
  border-color: rgb(20 123 223 / 0.95);
}

.focus\:border-tertiary\/0:focus{
  border-color: rgb(22 137 252 / 0);
}

.focus\:border-tertiary\/10:focus{
  border-color: rgb(22 137 252 / 0.1);
}

.focus\:border-tertiary\/100:focus{
  border-color: rgb(22 137 252 / 1);
}

.focus\:border-tertiary\/15:focus{
  border-color: rgb(22 137 252 / 0.15);
}

.focus\:border-tertiary\/20:focus{
  border-color: rgb(22 137 252 / 0.2);
}

.focus\:border-tertiary\/25:focus{
  border-color: rgb(22 137 252 / 0.25);
}

.focus\:border-tertiary\/30:focus{
  border-color: rgb(22 137 252 / 0.3);
}

.focus\:border-tertiary\/35:focus{
  border-color: rgb(22 137 252 / 0.35);
}

.focus\:border-tertiary\/40:focus{
  border-color: rgb(22 137 252 / 0.4);
}

.focus\:border-tertiary\/45:focus{
  border-color: rgb(22 137 252 / 0.45);
}

.focus\:border-tertiary\/5:focus{
  border-color: rgb(22 137 252 / 0.05);
}

.focus\:border-tertiary\/50:focus{
  border-color: rgb(22 137 252 / 0.5);
}

.focus\:border-tertiary\/55:focus{
  border-color: rgb(22 137 252 / 0.55);
}

.focus\:border-tertiary\/60:focus{
  border-color: rgb(22 137 252 / 0.6);
}

.focus\:border-tertiary\/65:focus{
  border-color: rgb(22 137 252 / 0.65);
}

.focus\:border-tertiary\/70:focus{
  border-color: rgb(22 137 252 / 0.7);
}

.focus\:border-tertiary\/75:focus{
  border-color: rgb(22 137 252 / 0.75);
}

.focus\:border-tertiary\/80:focus{
  border-color: rgb(22 137 252 / 0.8);
}

.focus\:border-tertiary\/85:focus{
  border-color: rgb(22 137 252 / 0.85);
}

.focus\:border-tertiary\/90:focus{
  border-color: rgb(22 137 252 / 0.9);
}

.focus\:border-tertiary\/95:focus{
  border-color: rgb(22 137 252 / 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\/15:focus{
  border-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  border-color: rgb(0 0 0 / 0.35);
}

.focus\:border-transparent\/40:focus{
  border-color: rgb(0 0 0 / 0.4);
}

.focus\:border-transparent\/45:focus{
  border-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  border-color: rgb(0 0 0 / 0.55);
}

.focus\:border-transparent\/60:focus{
  border-color: rgb(0 0 0 / 0.6);
}

.focus\:border-transparent\/65:focus{
  border-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  border-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  border-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  border-color: rgb(237 233 254 / 0.35);
}

.focus\:border-violet-100\/40:focus{
  border-color: rgb(237 233 254 / 0.4);
}

.focus\:border-violet-100\/45:focus{
  border-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  border-color: rgb(237 233 254 / 0.55);
}

.focus\:border-violet-100\/60:focus{
  border-color: rgb(237 233 254 / 0.6);
}

.focus\:border-violet-100\/65:focus{
  border-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  border-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  border-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  border-color: rgb(221 214 254 / 0.35);
}

.focus\:border-violet-200\/40:focus{
  border-color: rgb(221 214 254 / 0.4);
}

.focus\:border-violet-200\/45:focus{
  border-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  border-color: rgb(221 214 254 / 0.55);
}

.focus\:border-violet-200\/60:focus{
  border-color: rgb(221 214 254 / 0.6);
}

.focus\:border-violet-200\/65:focus{
  border-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  border-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  border-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  border-color: rgb(196 181 253 / 0.35);
}

.focus\:border-violet-300\/40:focus{
  border-color: rgb(196 181 253 / 0.4);
}

.focus\:border-violet-300\/45:focus{
  border-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  border-color: rgb(196 181 253 / 0.55);
}

.focus\:border-violet-300\/60:focus{
  border-color: rgb(196 181 253 / 0.6);
}

.focus\:border-violet-300\/65:focus{
  border-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  border-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  border-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  border-color: rgb(167 139 250 / 0.35);
}

.focus\:border-violet-400\/40:focus{
  border-color: rgb(167 139 250 / 0.4);
}

.focus\:border-violet-400\/45:focus{
  border-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  border-color: rgb(167 139 250 / 0.55);
}

.focus\:border-violet-400\/60:focus{
  border-color: rgb(167 139 250 / 0.6);
}

.focus\:border-violet-400\/65:focus{
  border-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  border-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  border-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(245 243 255 / 0.35);
}

.focus\:border-violet-50\/40:focus{
  border-color: rgb(245 243 255 / 0.4);
}

.focus\:border-violet-50\/45:focus{
  border-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(245 243 255 / 0.55);
}

.focus\:border-violet-50\/60:focus{
  border-color: rgb(245 243 255 / 0.6);
}

.focus\:border-violet-50\/65:focus{
  border-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  border-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  border-color: rgb(139 92 246 / 0.35);
}

.focus\:border-violet-500\/40:focus{
  border-color: rgb(139 92 246 / 0.4);
}

.focus\:border-violet-500\/45:focus{
  border-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  border-color: rgb(139 92 246 / 0.55);
}

.focus\:border-violet-500\/60:focus{
  border-color: rgb(139 92 246 / 0.6);
}

.focus\:border-violet-500\/65:focus{
  border-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  border-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  border-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  border-color: rgb(124 58 237 / 0.35);
}

.focus\:border-violet-600\/40:focus{
  border-color: rgb(124 58 237 / 0.4);
}

.focus\:border-violet-600\/45:focus{
  border-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  border-color: rgb(124 58 237 / 0.55);
}

.focus\:border-violet-600\/60:focus{
  border-color: rgb(124 58 237 / 0.6);
}

.focus\:border-violet-600\/65:focus{
  border-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  border-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  border-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  border-color: rgb(109 40 217 / 0.35);
}

.focus\:border-violet-700\/40:focus{
  border-color: rgb(109 40 217 / 0.4);
}

.focus\:border-violet-700\/45:focus{
  border-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  border-color: rgb(109 40 217 / 0.55);
}

.focus\:border-violet-700\/60:focus{
  border-color: rgb(109 40 217 / 0.6);
}

.focus\:border-violet-700\/65:focus{
  border-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  border-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  border-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  border-color: rgb(91 33 182 / 0.35);
}

.focus\:border-violet-800\/40:focus{
  border-color: rgb(91 33 182 / 0.4);
}

.focus\:border-violet-800\/45:focus{
  border-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  border-color: rgb(91 33 182 / 0.55);
}

.focus\:border-violet-800\/60:focus{
  border-color: rgb(91 33 182 / 0.6);
}

.focus\:border-violet-800\/65:focus{
  border-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  border-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  border-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  border-color: rgb(76 29 149 / 0.35);
}

.focus\:border-violet-900\/40:focus{
  border-color: rgb(76 29 149 / 0.4);
}

.focus\:border-violet-900\/45:focus{
  border-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  border-color: rgb(76 29 149 / 0.55);
}

.focus\:border-violet-900\/60:focus{
  border-color: rgb(76 29 149 / 0.6);
}

.focus\:border-violet-900\/65:focus{
  border-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  border-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  border-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  border-color: rgb(46 16 101 / 0.35);
}

.focus\:border-violet-950\/40:focus{
  border-color: rgb(46 16 101 / 0.4);
}

.focus\:border-violet-950\/45:focus{
  border-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  border-color: rgb(46 16 101 / 0.55);
}

.focus\:border-violet-950\/60:focus{
  border-color: rgb(46 16 101 / 0.6);
}

.focus\:border-violet-950\/65:focus{
  border-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  border-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  border-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  border-color: rgb(255 255 255 / 0.35);
}

.focus\:border-white\/40:focus{
  border-color: rgb(255 255 255 / 0.4);
}

.focus\:border-white\/45:focus{
  border-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  border-color: rgb(255 255 255 / 0.55);
}

.focus\:border-white\/60:focus{
  border-color: rgb(255 255 255 / 0.6);
}

.focus\:border-white\/65:focus{
  border-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  border-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  border-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  border-color: rgb(254 249 195 / 0.35);
}

.focus\:border-yellow-100\/40:focus{
  border-color: rgb(254 249 195 / 0.4);
}

.focus\:border-yellow-100\/45:focus{
  border-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  border-color: rgb(254 249 195 / 0.55);
}

.focus\:border-yellow-100\/60:focus{
  border-color: rgb(254 249 195 / 0.6);
}

.focus\:border-yellow-100\/65:focus{
  border-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  border-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  border-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  border-color: rgb(254 240 138 / 0.35);
}

.focus\:border-yellow-200\/40:focus{
  border-color: rgb(254 240 138 / 0.4);
}

.focus\:border-yellow-200\/45:focus{
  border-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  border-color: rgb(254 240 138 / 0.55);
}

.focus\:border-yellow-200\/60:focus{
  border-color: rgb(254 240 138 / 0.6);
}

.focus\:border-yellow-200\/65:focus{
  border-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  border-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  border-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  border-color: rgb(253 224 71 / 0.35);
}

.focus\:border-yellow-300\/40:focus{
  border-color: rgb(253 224 71 / 0.4);
}

.focus\:border-yellow-300\/45:focus{
  border-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  border-color: rgb(253 224 71 / 0.55);
}

.focus\:border-yellow-300\/60:focus{
  border-color: rgb(253 224 71 / 0.6);
}

.focus\:border-yellow-300\/65:focus{
  border-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  border-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  border-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  border-color: rgb(250 204 21 / 0.35);
}

.focus\:border-yellow-400\/40:focus{
  border-color: rgb(250 204 21 / 0.4);
}

.focus\:border-yellow-400\/45:focus{
  border-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  border-color: rgb(250 204 21 / 0.55);
}

.focus\:border-yellow-400\/60:focus{
  border-color: rgb(250 204 21 / 0.6);
}

.focus\:border-yellow-400\/65:focus{
  border-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  border-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  border-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  border-color: rgb(254 252 232 / 0.35);
}

.focus\:border-yellow-50\/40:focus{
  border-color: rgb(254 252 232 / 0.4);
}

.focus\:border-yellow-50\/45:focus{
  border-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  border-color: rgb(254 252 232 / 0.55);
}

.focus\:border-yellow-50\/60:focus{
  border-color: rgb(254 252 232 / 0.6);
}

.focus\:border-yellow-50\/65:focus{
  border-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  border-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  border-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  border-color: rgb(234 179 8 / 0.35);
}

.focus\:border-yellow-500\/40:focus{
  border-color: rgb(234 179 8 / 0.4);
}

.focus\:border-yellow-500\/45:focus{
  border-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  border-color: rgb(234 179 8 / 0.55);
}

.focus\:border-yellow-500\/60:focus{
  border-color: rgb(234 179 8 / 0.6);
}

.focus\:border-yellow-500\/65:focus{
  border-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  border-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  border-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  border-color: rgb(202 138 4 / 0.35);
}

.focus\:border-yellow-600\/40:focus{
  border-color: rgb(202 138 4 / 0.4);
}

.focus\:border-yellow-600\/45:focus{
  border-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  border-color: rgb(202 138 4 / 0.55);
}

.focus\:border-yellow-600\/60:focus{
  border-color: rgb(202 138 4 / 0.6);
}

.focus\:border-yellow-600\/65:focus{
  border-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  border-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  border-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  border-color: rgb(161 98 7 / 0.35);
}

.focus\:border-yellow-700\/40:focus{
  border-color: rgb(161 98 7 / 0.4);
}

.focus\:border-yellow-700\/45:focus{
  border-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  border-color: rgb(161 98 7 / 0.55);
}

.focus\:border-yellow-700\/60:focus{
  border-color: rgb(161 98 7 / 0.6);
}

.focus\:border-yellow-700\/65:focus{
  border-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  border-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  border-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  border-color: rgb(133 77 14 / 0.35);
}

.focus\:border-yellow-800\/40:focus{
  border-color: rgb(133 77 14 / 0.4);
}

.focus\:border-yellow-800\/45:focus{
  border-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  border-color: rgb(133 77 14 / 0.55);
}

.focus\:border-yellow-800\/60:focus{
  border-color: rgb(133 77 14 / 0.6);
}

.focus\:border-yellow-800\/65:focus{
  border-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  border-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  border-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  border-color: rgb(113 63 18 / 0.35);
}

.focus\:border-yellow-900\/40:focus{
  border-color: rgb(113 63 18 / 0.4);
}

.focus\:border-yellow-900\/45:focus{
  border-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  border-color: rgb(113 63 18 / 0.55);
}

.focus\:border-yellow-900\/60:focus{
  border-color: rgb(113 63 18 / 0.6);
}

.focus\:border-yellow-900\/65:focus{
  border-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  border-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  border-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  border-color: rgb(66 32 6 / 0.35);
}

.focus\:border-yellow-950\/40:focus{
  border-color: rgb(66 32 6 / 0.4);
}

.focus\:border-yellow-950\/45:focus{
  border-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  border-color: rgb(66 32 6 / 0.55);
}

.focus\:border-yellow-950\/60:focus{
  border-color: rgb(66 32 6 / 0.6);
}

.focus\:border-yellow-950\/65:focus{
  border-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  border-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  border-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  border-color: rgb(244 244 245 / 0.35);
}

.focus\:border-zinc-100\/40:focus{
  border-color: rgb(244 244 245 / 0.4);
}

.focus\:border-zinc-100\/45:focus{
  border-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  border-color: rgb(244 244 245 / 0.55);
}

.focus\:border-zinc-100\/60:focus{
  border-color: rgb(244 244 245 / 0.6);
}

.focus\:border-zinc-100\/65:focus{
  border-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  border-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  border-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  border-color: rgb(228 228 231 / 0.35);
}

.focus\:border-zinc-200\/40:focus{
  border-color: rgb(228 228 231 / 0.4);
}

.focus\:border-zinc-200\/45:focus{
  border-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  border-color: rgb(228 228 231 / 0.55);
}

.focus\:border-zinc-200\/60:focus{
  border-color: rgb(228 228 231 / 0.6);
}

.focus\:border-zinc-200\/65:focus{
  border-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  border-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  border-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  border-color: rgb(212 212 216 / 0.35);
}

.focus\:border-zinc-300\/40:focus{
  border-color: rgb(212 212 216 / 0.4);
}

.focus\:border-zinc-300\/45:focus{
  border-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  border-color: rgb(212 212 216 / 0.55);
}

.focus\:border-zinc-300\/60:focus{
  border-color: rgb(212 212 216 / 0.6);
}

.focus\:border-zinc-300\/65:focus{
  border-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  border-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  border-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  border-color: rgb(161 161 170 / 0.35);
}

.focus\:border-zinc-400\/40:focus{
  border-color: rgb(161 161 170 / 0.4);
}

.focus\:border-zinc-400\/45:focus{
  border-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  border-color: rgb(161 161 170 / 0.55);
}

.focus\:border-zinc-400\/60:focus{
  border-color: rgb(161 161 170 / 0.6);
}

.focus\:border-zinc-400\/65:focus{
  border-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  border-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  border-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-color: rgb(250 250 250 / 0.35);
}

.focus\:border-zinc-50\/40:focus{
  border-color: rgb(250 250 250 / 0.4);
}

.focus\:border-zinc-50\/45:focus{
  border-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-color: rgb(250 250 250 / 0.55);
}

.focus\:border-zinc-50\/60:focus{
  border-color: rgb(250 250 250 / 0.6);
}

.focus\:border-zinc-50\/65:focus{
  border-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  border-color: rgb(113 113 122 / 0.35);
}

.focus\:border-zinc-500\/40:focus{
  border-color: rgb(113 113 122 / 0.4);
}

.focus\:border-zinc-500\/45:focus{
  border-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  border-color: rgb(113 113 122 / 0.55);
}

.focus\:border-zinc-500\/60:focus{
  border-color: rgb(113 113 122 / 0.6);
}

.focus\:border-zinc-500\/65:focus{
  border-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  border-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  border-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  border-color: rgb(82 82 91 / 0.35);
}

.focus\:border-zinc-600\/40:focus{
  border-color: rgb(82 82 91 / 0.4);
}

.focus\:border-zinc-600\/45:focus{
  border-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  border-color: rgb(82 82 91 / 0.55);
}

.focus\:border-zinc-600\/60:focus{
  border-color: rgb(82 82 91 / 0.6);
}

.focus\:border-zinc-600\/65:focus{
  border-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  border-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  border-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  border-color: rgb(63 63 70 / 0.35);
}

.focus\:border-zinc-700\/40:focus{
  border-color: rgb(63 63 70 / 0.4);
}

.focus\:border-zinc-700\/45:focus{
  border-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  border-color: rgb(63 63 70 / 0.55);
}

.focus\:border-zinc-700\/60:focus{
  border-color: rgb(63 63 70 / 0.6);
}

.focus\:border-zinc-700\/65:focus{
  border-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  border-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  border-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  border-color: rgb(39 39 42 / 0.35);
}

.focus\:border-zinc-800\/40:focus{
  border-color: rgb(39 39 42 / 0.4);
}

.focus\:border-zinc-800\/45:focus{
  border-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  border-color: rgb(39 39 42 / 0.55);
}

.focus\:border-zinc-800\/60:focus{
  border-color: rgb(39 39 42 / 0.6);
}

.focus\:border-zinc-800\/65:focus{
  border-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  border-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  border-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  border-color: rgb(24 24 27 / 0.35);
}

.focus\:border-zinc-900\/40:focus{
  border-color: rgb(24 24 27 / 0.4);
}

.focus\:border-zinc-900\/45:focus{
  border-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  border-color: rgb(24 24 27 / 0.55);
}

.focus\:border-zinc-900\/60:focus{
  border-color: rgb(24 24 27 / 0.6);
}

.focus\:border-zinc-900\/65:focus{
  border-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  border-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  border-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  border-color: rgb(9 9 11 / 0.35);
}

.focus\:border-zinc-950\/40:focus{
  border-color: rgb(9 9 11 / 0.4);
}

.focus\:border-zinc-950\/45:focus{
  border-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  border-color: rgb(9 9 11 / 0.55);
}

.focus\:border-zinc-950\/60:focus{
  border-color: rgb(9 9 11 / 0.6);
}

.focus\:border-zinc-950\/65:focus{
  border-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  border-color: rgb(9 9 11 / 0.85);
}

.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-accent:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(70 109 148 / var(--tw-border-opacity));
  border-right-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.focus\:border-x-accent\/0:focus{
  border-left-color: rgb(70 109 148 / 0);
  border-right-color: rgb(70 109 148 / 0);
}

.focus\:border-x-accent\/10:focus{
  border-left-color: rgb(70 109 148 / 0.1);
  border-right-color: rgb(70 109 148 / 0.1);
}

.focus\:border-x-accent\/100:focus{
  border-left-color: rgb(70 109 148 / 1);
  border-right-color: rgb(70 109 148 / 1);
}

.focus\:border-x-accent\/15:focus{
  border-left-color: rgb(70 109 148 / 0.15);
  border-right-color: rgb(70 109 148 / 0.15);
}

.focus\:border-x-accent\/20:focus{
  border-left-color: rgb(70 109 148 / 0.2);
  border-right-color: rgb(70 109 148 / 0.2);
}

.focus\:border-x-accent\/25:focus{
  border-left-color: rgb(70 109 148 / 0.25);
  border-right-color: rgb(70 109 148 / 0.25);
}

.focus\:border-x-accent\/30:focus{
  border-left-color: rgb(70 109 148 / 0.3);
  border-right-color: rgb(70 109 148 / 0.3);
}

.focus\:border-x-accent\/35:focus{
  border-left-color: rgb(70 109 148 / 0.35);
  border-right-color: rgb(70 109 148 / 0.35);
}

.focus\:border-x-accent\/40:focus{
  border-left-color: rgb(70 109 148 / 0.4);
  border-right-color: rgb(70 109 148 / 0.4);
}

.focus\:border-x-accent\/45:focus{
  border-left-color: rgb(70 109 148 / 0.45);
  border-right-color: rgb(70 109 148 / 0.45);
}

.focus\:border-x-accent\/5:focus{
  border-left-color: rgb(70 109 148 / 0.05);
  border-right-color: rgb(70 109 148 / 0.05);
}

.focus\:border-x-accent\/50:focus{
  border-left-color: rgb(70 109 148 / 0.5);
  border-right-color: rgb(70 109 148 / 0.5);
}

.focus\:border-x-accent\/55:focus{
  border-left-color: rgb(70 109 148 / 0.55);
  border-right-color: rgb(70 109 148 / 0.55);
}

.focus\:border-x-accent\/60:focus{
  border-left-color: rgb(70 109 148 / 0.6);
  border-right-color: rgb(70 109 148 / 0.6);
}

.focus\:border-x-accent\/65:focus{
  border-left-color: rgb(70 109 148 / 0.65);
  border-right-color: rgb(70 109 148 / 0.65);
}

.focus\:border-x-accent\/70:focus{
  border-left-color: rgb(70 109 148 / 0.7);
  border-right-color: rgb(70 109 148 / 0.7);
}

.focus\:border-x-accent\/75:focus{
  border-left-color: rgb(70 109 148 / 0.75);
  border-right-color: rgb(70 109 148 / 0.75);
}

.focus\:border-x-accent\/80:focus{
  border-left-color: rgb(70 109 148 / 0.8);
  border-right-color: rgb(70 109 148 / 0.8);
}

.focus\:border-x-accent\/85:focus{
  border-left-color: rgb(70 109 148 / 0.85);
  border-right-color: rgb(70 109 148 / 0.85);
}

.focus\:border-x-accent\/90:focus{
  border-left-color: rgb(70 109 148 / 0.9);
  border-right-color: rgb(70 109 148 / 0.9);
}

.focus\:border-x-accent\/95:focus{
  border-left-color: rgb(70 109 148 / 0.95);
  border-right-color: rgb(70 109 148 / 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\/15:focus{
  border-left-color: rgb(254 243 199 / 0.15);
  border-right-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 243 199 / 0.35);
  border-right-color: rgb(254 243 199 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(254 243 199 / 0.45);
  border-right-color: rgb(254 243 199 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 243 199 / 0.55);
  border-right-color: rgb(254 243 199 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(254 243 199 / 0.65);
  border-right-color: rgb(254 243 199 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 243 199 / 0.85);
  border-right-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 230 138 / 0.15);
  border-right-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 230 138 / 0.35);
  border-right-color: rgb(253 230 138 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(253 230 138 / 0.45);
  border-right-color: rgb(253 230 138 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 230 138 / 0.55);
  border-right-color: rgb(253 230 138 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(253 230 138 / 0.65);
  border-right-color: rgb(253 230 138 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 230 138 / 0.85);
  border-right-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(252 211 77 / 0.15);
  border-right-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(252 211 77 / 0.35);
  border-right-color: rgb(252 211 77 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(252 211 77 / 0.45);
  border-right-color: rgb(252 211 77 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(252 211 77 / 0.55);
  border-right-color: rgb(252 211 77 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(252 211 77 / 0.65);
  border-right-color: rgb(252 211 77 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(252 211 77 / 0.85);
  border-right-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(251 191 36 / 0.15);
  border-right-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(251 191 36 / 0.35);
  border-right-color: rgb(251 191 36 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(251 191 36 / 0.45);
  border-right-color: rgb(251 191 36 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(251 191 36 / 0.55);
  border-right-color: rgb(251 191 36 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(251 191 36 / 0.65);
  border-right-color: rgb(251 191 36 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(251 191 36 / 0.85);
  border-right-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 251 235 / 0.15);
  border-right-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 251 235 / 0.35);
  border-right-color: rgb(255 251 235 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(255 251 235 / 0.45);
  border-right-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 251 235 / 0.55);
  border-right-color: rgb(255 251 235 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(255 251 235 / 0.65);
  border-right-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 251 235 / 0.85);
  border-right-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(245 158 11 / 0.15);
  border-right-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 158 11 / 0.35);
  border-right-color: rgb(245 158 11 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(245 158 11 / 0.45);
  border-right-color: rgb(245 158 11 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 158 11 / 0.55);
  border-right-color: rgb(245 158 11 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(245 158 11 / 0.65);
  border-right-color: rgb(245 158 11 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 158 11 / 0.85);
  border-right-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(217 119 6 / 0.15);
  border-right-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(217 119 6 / 0.35);
  border-right-color: rgb(217 119 6 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(217 119 6 / 0.45);
  border-right-color: rgb(217 119 6 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(217 119 6 / 0.55);
  border-right-color: rgb(217 119 6 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(217 119 6 / 0.65);
  border-right-color: rgb(217 119 6 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(217 119 6 / 0.85);
  border-right-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(180 83 9 / 0.15);
  border-right-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(180 83 9 / 0.35);
  border-right-color: rgb(180 83 9 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(180 83 9 / 0.45);
  border-right-color: rgb(180 83 9 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(180 83 9 / 0.55);
  border-right-color: rgb(180 83 9 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(180 83 9 / 0.65);
  border-right-color: rgb(180 83 9 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(180 83 9 / 0.85);
  border-right-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(146 64 14 / 0.15);
  border-right-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(146 64 14 / 0.35);
  border-right-color: rgb(146 64 14 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(146 64 14 / 0.45);
  border-right-color: rgb(146 64 14 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(146 64 14 / 0.55);
  border-right-color: rgb(146 64 14 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(146 64 14 / 0.65);
  border-right-color: rgb(146 64 14 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(146 64 14 / 0.85);
  border-right-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(120 53 15 / 0.15);
  border-right-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(120 53 15 / 0.35);
  border-right-color: rgb(120 53 15 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(120 53 15 / 0.45);
  border-right-color: rgb(120 53 15 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(120 53 15 / 0.55);
  border-right-color: rgb(120 53 15 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(120 53 15 / 0.65);
  border-right-color: rgb(120 53 15 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(120 53 15 / 0.85);
  border-right-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(69 26 3 / 0.15);
  border-right-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(69 26 3 / 0.35);
  border-right-color: rgb(69 26 3 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(69 26 3 / 0.45);
  border-right-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(69 26 3 / 0.55);
  border-right-color: rgb(69 26 3 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(69 26 3 / 0.65);
  border-right-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(69 26 3 / 0.85);
  border-right-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 250 / var(--tw-border-opacity));
  border-right-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.focus\:border-x-background\/0:focus{
  border-left-color: rgb(245 246 250 / 0);
  border-right-color: rgb(245 246 250 / 0);
}

.focus\:border-x-background\/10:focus{
  border-left-color: rgb(245 246 250 / 0.1);
  border-right-color: rgb(245 246 250 / 0.1);
}

.focus\:border-x-background\/100:focus{
  border-left-color: rgb(245 246 250 / 1);
  border-right-color: rgb(245 246 250 / 1);
}

.focus\:border-x-background\/15:focus{
  border-left-color: rgb(245 246 250 / 0.15);
  border-right-color: rgb(245 246 250 / 0.15);
}

.focus\:border-x-background\/20:focus{
  border-left-color: rgb(245 246 250 / 0.2);
  border-right-color: rgb(245 246 250 / 0.2);
}

.focus\:border-x-background\/25:focus{
  border-left-color: rgb(245 246 250 / 0.25);
  border-right-color: rgb(245 246 250 / 0.25);
}

.focus\:border-x-background\/30:focus{
  border-left-color: rgb(245 246 250 / 0.3);
  border-right-color: rgb(245 246 250 / 0.3);
}

.focus\:border-x-background\/35:focus{
  border-left-color: rgb(245 246 250 / 0.35);
  border-right-color: rgb(245 246 250 / 0.35);
}

.focus\:border-x-background\/40:focus{
  border-left-color: rgb(245 246 250 / 0.4);
  border-right-color: rgb(245 246 250 / 0.4);
}

.focus\:border-x-background\/45:focus{
  border-left-color: rgb(245 246 250 / 0.45);
  border-right-color: rgb(245 246 250 / 0.45);
}

.focus\:border-x-background\/5:focus{
  border-left-color: rgb(245 246 250 / 0.05);
  border-right-color: rgb(245 246 250 / 0.05);
}

.focus\:border-x-background\/50:focus{
  border-left-color: rgb(245 246 250 / 0.5);
  border-right-color: rgb(245 246 250 / 0.5);
}

.focus\:border-x-background\/55:focus{
  border-left-color: rgb(245 246 250 / 0.55);
  border-right-color: rgb(245 246 250 / 0.55);
}

.focus\:border-x-background\/60:focus{
  border-left-color: rgb(245 246 250 / 0.6);
  border-right-color: rgb(245 246 250 / 0.6);
}

.focus\:border-x-background\/65:focus{
  border-left-color: rgb(245 246 250 / 0.65);
  border-right-color: rgb(245 246 250 / 0.65);
}

.focus\:border-x-background\/70:focus{
  border-left-color: rgb(245 246 250 / 0.7);
  border-right-color: rgb(245 246 250 / 0.7);
}

.focus\:border-x-background\/75:focus{
  border-left-color: rgb(245 246 250 / 0.75);
  border-right-color: rgb(245 246 250 / 0.75);
}

.focus\:border-x-background\/80:focus{
  border-left-color: rgb(245 246 250 / 0.8);
  border-right-color: rgb(245 246 250 / 0.8);
}

.focus\:border-x-background\/85:focus{
  border-left-color: rgb(245 246 250 / 0.85);
  border-right-color: rgb(245 246 250 / 0.85);
}

.focus\:border-x-background\/90:focus{
  border-left-color: rgb(245 246 250 / 0.9);
  border-right-color: rgb(245 246 250 / 0.9);
}

.focus\:border-x-background\/95:focus{
  border-left-color: rgb(245 246 250 / 0.95);
  border-right-color: rgb(245 246 250 / 0.95);
}

.focus\:border-x-black:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 44 53 / var(--tw-border-opacity));
  border-right-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.focus\:border-x-black\/0:focus{
  border-left-color: rgb(41 44 53 / 0);
  border-right-color: rgb(41 44 53 / 0);
}

.focus\:border-x-black\/10:focus{
  border-left-color: rgb(41 44 53 / 0.1);
  border-right-color: rgb(41 44 53 / 0.1);
}

.focus\:border-x-black\/100:focus{
  border-left-color: rgb(41 44 53 / 1);
  border-right-color: rgb(41 44 53 / 1);
}

.focus\:border-x-black\/15:focus{
  border-left-color: rgb(41 44 53 / 0.15);
  border-right-color: rgb(41 44 53 / 0.15);
}

.focus\:border-x-black\/20:focus{
  border-left-color: rgb(41 44 53 / 0.2);
  border-right-color: rgb(41 44 53 / 0.2);
}

.focus\:border-x-black\/25:focus{
  border-left-color: rgb(41 44 53 / 0.25);
  border-right-color: rgb(41 44 53 / 0.25);
}

.focus\:border-x-black\/30:focus{
  border-left-color: rgb(41 44 53 / 0.3);
  border-right-color: rgb(41 44 53 / 0.3);
}

.focus\:border-x-black\/35:focus{
  border-left-color: rgb(41 44 53 / 0.35);
  border-right-color: rgb(41 44 53 / 0.35);
}

.focus\:border-x-black\/40:focus{
  border-left-color: rgb(41 44 53 / 0.4);
  border-right-color: rgb(41 44 53 / 0.4);
}

.focus\:border-x-black\/45:focus{
  border-left-color: rgb(41 44 53 / 0.45);
  border-right-color: rgb(41 44 53 / 0.45);
}

.focus\:border-x-black\/5:focus{
  border-left-color: rgb(41 44 53 / 0.05);
  border-right-color: rgb(41 44 53 / 0.05);
}

.focus\:border-x-black\/50:focus{
  border-left-color: rgb(41 44 53 / 0.5);
  border-right-color: rgb(41 44 53 / 0.5);
}

.focus\:border-x-black\/55:focus{
  border-left-color: rgb(41 44 53 / 0.55);
  border-right-color: rgb(41 44 53 / 0.55);
}

.focus\:border-x-black\/60:focus{
  border-left-color: rgb(41 44 53 / 0.6);
  border-right-color: rgb(41 44 53 / 0.6);
}

.focus\:border-x-black\/65:focus{
  border-left-color: rgb(41 44 53 / 0.65);
  border-right-color: rgb(41 44 53 / 0.65);
}

.focus\:border-x-black\/70:focus{
  border-left-color: rgb(41 44 53 / 0.7);
  border-right-color: rgb(41 44 53 / 0.7);
}

.focus\:border-x-black\/75:focus{
  border-left-color: rgb(41 44 53 / 0.75);
  border-right-color: rgb(41 44 53 / 0.75);
}

.focus\:border-x-black\/80:focus{
  border-left-color: rgb(41 44 53 / 0.8);
  border-right-color: rgb(41 44 53 / 0.8);
}

.focus\:border-x-black\/85:focus{
  border-left-color: rgb(41 44 53 / 0.85);
  border-right-color: rgb(41 44 53 / 0.85);
}

.focus\:border-x-black\/90:focus{
  border-left-color: rgb(41 44 53 / 0.9);
  border-right-color: rgb(41 44 53 / 0.9);
}

.focus\:border-x-black\/95:focus{
  border-left-color: rgb(41 44 53 / 0.95);
  border-right-color: rgb(41 44 53 / 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\/15:focus{
  border-left-color: rgb(219 234 254 / 0.15);
  border-right-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(219 234 254 / 0.35);
  border-right-color: rgb(219 234 254 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(219 234 254 / 0.45);
  border-right-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(219 234 254 / 0.55);
  border-right-color: rgb(219 234 254 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(219 234 254 / 0.65);
  border-right-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(219 234 254 / 0.85);
  border-right-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(191 219 254 / 0.15);
  border-right-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(191 219 254 / 0.35);
  border-right-color: rgb(191 219 254 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(191 219 254 / 0.45);
  border-right-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(191 219 254 / 0.55);
  border-right-color: rgb(191 219 254 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(191 219 254 / 0.65);
  border-right-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(191 219 254 / 0.85);
  border-right-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(147 197 253 / 0.15);
  border-right-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(147 197 253 / 0.35);
  border-right-color: rgb(147 197 253 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(147 197 253 / 0.45);
  border-right-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(147 197 253 / 0.55);
  border-right-color: rgb(147 197 253 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(147 197 253 / 0.65);
  border-right-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(147 197 253 / 0.85);
  border-right-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(96 165 250 / 0.15);
  border-right-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(96 165 250 / 0.35);
  border-right-color: rgb(96 165 250 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(96 165 250 / 0.45);
  border-right-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(96 165 250 / 0.55);
  border-right-color: rgb(96 165 250 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(96 165 250 / 0.65);
  border-right-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(96 165 250 / 0.85);
  border-right-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(239 246 255 / 0.15);
  border-right-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(239 246 255 / 0.35);
  border-right-color: rgb(239 246 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(239 246 255 / 0.45);
  border-right-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(239 246 255 / 0.55);
  border-right-color: rgb(239 246 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(239 246 255 / 0.65);
  border-right-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(239 246 255 / 0.85);
  border-right-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(59 130 246 / 0.15);
  border-right-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(59 130 246 / 0.35);
  border-right-color: rgb(59 130 246 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(59 130 246 / 0.45);
  border-right-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(59 130 246 / 0.55);
  border-right-color: rgb(59 130 246 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(59 130 246 / 0.65);
  border-right-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(59 130 246 / 0.85);
  border-right-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(37 99 235 / 0.15);
  border-right-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(37 99 235 / 0.35);
  border-right-color: rgb(37 99 235 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(37 99 235 / 0.45);
  border-right-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(37 99 235 / 0.55);
  border-right-color: rgb(37 99 235 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(37 99 235 / 0.65);
  border-right-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(37 99 235 / 0.85);
  border-right-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(29 78 216 / 0.15);
  border-right-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(29 78 216 / 0.35);
  border-right-color: rgb(29 78 216 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(29 78 216 / 0.45);
  border-right-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(29 78 216 / 0.55);
  border-right-color: rgb(29 78 216 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(29 78 216 / 0.65);
  border-right-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(29 78 216 / 0.85);
  border-right-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(30 64 175 / 0.15);
  border-right-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(30 64 175 / 0.35);
  border-right-color: rgb(30 64 175 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(30 64 175 / 0.45);
  border-right-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(30 64 175 / 0.55);
  border-right-color: rgb(30 64 175 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(30 64 175 / 0.65);
  border-right-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(30 64 175 / 0.85);
  border-right-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(30 58 138 / 0.15);
  border-right-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(30 58 138 / 0.35);
  border-right-color: rgb(30 58 138 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(30 58 138 / 0.45);
  border-right-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(30 58 138 / 0.55);
  border-right-color: rgb(30 58 138 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(30 58 138 / 0.65);
  border-right-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(30 58 138 / 0.85);
  border-right-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(23 37 84 / 0.15);
  border-right-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(23 37 84 / 0.35);
  border-right-color: rgb(23 37 84 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(23 37 84 / 0.45);
  border-right-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(23 37 84 / 0.55);
  border-right-color: rgb(23 37 84 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(23 37 84 / 0.65);
  border-right-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(23 37 84 / 0.85);
  border-right-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 138 43 / var(--tw-border-opacity));
  border-right-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.focus\:border-x-csv-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 114 37 / var(--tw-border-opacity));
  border-right-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.focus\:border-x-csv-hover\/0:focus{
  border-left-color: rgb(0 114 37 / 0);
  border-right-color: rgb(0 114 37 / 0);
}

.focus\:border-x-csv-hover\/10:focus{
  border-left-color: rgb(0 114 37 / 0.1);
  border-right-color: rgb(0 114 37 / 0.1);
}

.focus\:border-x-csv-hover\/100:focus{
  border-left-color: rgb(0 114 37 / 1);
  border-right-color: rgb(0 114 37 / 1);
}

.focus\:border-x-csv-hover\/15:focus{
  border-left-color: rgb(0 114 37 / 0.15);
  border-right-color: rgb(0 114 37 / 0.15);
}

.focus\:border-x-csv-hover\/20:focus{
  border-left-color: rgb(0 114 37 / 0.2);
  border-right-color: rgb(0 114 37 / 0.2);
}

.focus\:border-x-csv-hover\/25:focus{
  border-left-color: rgb(0 114 37 / 0.25);
  border-right-color: rgb(0 114 37 / 0.25);
}

.focus\:border-x-csv-hover\/30:focus{
  border-left-color: rgb(0 114 37 / 0.3);
  border-right-color: rgb(0 114 37 / 0.3);
}

.focus\:border-x-csv-hover\/35:focus{
  border-left-color: rgb(0 114 37 / 0.35);
  border-right-color: rgb(0 114 37 / 0.35);
}

.focus\:border-x-csv-hover\/40:focus{
  border-left-color: rgb(0 114 37 / 0.4);
  border-right-color: rgb(0 114 37 / 0.4);
}

.focus\:border-x-csv-hover\/45:focus{
  border-left-color: rgb(0 114 37 / 0.45);
  border-right-color: rgb(0 114 37 / 0.45);
}

.focus\:border-x-csv-hover\/5:focus{
  border-left-color: rgb(0 114 37 / 0.05);
  border-right-color: rgb(0 114 37 / 0.05);
}

.focus\:border-x-csv-hover\/50:focus{
  border-left-color: rgb(0 114 37 / 0.5);
  border-right-color: rgb(0 114 37 / 0.5);
}

.focus\:border-x-csv-hover\/55:focus{
  border-left-color: rgb(0 114 37 / 0.55);
  border-right-color: rgb(0 114 37 / 0.55);
}

.focus\:border-x-csv-hover\/60:focus{
  border-left-color: rgb(0 114 37 / 0.6);
  border-right-color: rgb(0 114 37 / 0.6);
}

.focus\:border-x-csv-hover\/65:focus{
  border-left-color: rgb(0 114 37 / 0.65);
  border-right-color: rgb(0 114 37 / 0.65);
}

.focus\:border-x-csv-hover\/70:focus{
  border-left-color: rgb(0 114 37 / 0.7);
  border-right-color: rgb(0 114 37 / 0.7);
}

.focus\:border-x-csv-hover\/75:focus{
  border-left-color: rgb(0 114 37 / 0.75);
  border-right-color: rgb(0 114 37 / 0.75);
}

.focus\:border-x-csv-hover\/80:focus{
  border-left-color: rgb(0 114 37 / 0.8);
  border-right-color: rgb(0 114 37 / 0.8);
}

.focus\:border-x-csv-hover\/85:focus{
  border-left-color: rgb(0 114 37 / 0.85);
  border-right-color: rgb(0 114 37 / 0.85);
}

.focus\:border-x-csv-hover\/90:focus{
  border-left-color: rgb(0 114 37 / 0.9);
  border-right-color: rgb(0 114 37 / 0.9);
}

.focus\:border-x-csv-hover\/95:focus{
  border-left-color: rgb(0 114 37 / 0.95);
  border-right-color: rgb(0 114 37 / 0.95);
}

.focus\:border-x-csv\/0:focus{
  border-left-color: rgb(0 138 43 / 0);
  border-right-color: rgb(0 138 43 / 0);
}

.focus\:border-x-csv\/10:focus{
  border-left-color: rgb(0 138 43 / 0.1);
  border-right-color: rgb(0 138 43 / 0.1);
}

.focus\:border-x-csv\/100:focus{
  border-left-color: rgb(0 138 43 / 1);
  border-right-color: rgb(0 138 43 / 1);
}

.focus\:border-x-csv\/15:focus{
  border-left-color: rgb(0 138 43 / 0.15);
  border-right-color: rgb(0 138 43 / 0.15);
}

.focus\:border-x-csv\/20:focus{
  border-left-color: rgb(0 138 43 / 0.2);
  border-right-color: rgb(0 138 43 / 0.2);
}

.focus\:border-x-csv\/25:focus{
  border-left-color: rgb(0 138 43 / 0.25);
  border-right-color: rgb(0 138 43 / 0.25);
}

.focus\:border-x-csv\/30:focus{
  border-left-color: rgb(0 138 43 / 0.3);
  border-right-color: rgb(0 138 43 / 0.3);
}

.focus\:border-x-csv\/35:focus{
  border-left-color: rgb(0 138 43 / 0.35);
  border-right-color: rgb(0 138 43 / 0.35);
}

.focus\:border-x-csv\/40:focus{
  border-left-color: rgb(0 138 43 / 0.4);
  border-right-color: rgb(0 138 43 / 0.4);
}

.focus\:border-x-csv\/45:focus{
  border-left-color: rgb(0 138 43 / 0.45);
  border-right-color: rgb(0 138 43 / 0.45);
}

.focus\:border-x-csv\/5:focus{
  border-left-color: rgb(0 138 43 / 0.05);
  border-right-color: rgb(0 138 43 / 0.05);
}

.focus\:border-x-csv\/50:focus{
  border-left-color: rgb(0 138 43 / 0.5);
  border-right-color: rgb(0 138 43 / 0.5);
}

.focus\:border-x-csv\/55:focus{
  border-left-color: rgb(0 138 43 / 0.55);
  border-right-color: rgb(0 138 43 / 0.55);
}

.focus\:border-x-csv\/60:focus{
  border-left-color: rgb(0 138 43 / 0.6);
  border-right-color: rgb(0 138 43 / 0.6);
}

.focus\:border-x-csv\/65:focus{
  border-left-color: rgb(0 138 43 / 0.65);
  border-right-color: rgb(0 138 43 / 0.65);
}

.focus\:border-x-csv\/70:focus{
  border-left-color: rgb(0 138 43 / 0.7);
  border-right-color: rgb(0 138 43 / 0.7);
}

.focus\:border-x-csv\/75:focus{
  border-left-color: rgb(0 138 43 / 0.75);
  border-right-color: rgb(0 138 43 / 0.75);
}

.focus\:border-x-csv\/80:focus{
  border-left-color: rgb(0 138 43 / 0.8);
  border-right-color: rgb(0 138 43 / 0.8);
}

.focus\:border-x-csv\/85:focus{
  border-left-color: rgb(0 138 43 / 0.85);
  border-right-color: rgb(0 138 43 / 0.85);
}

.focus\:border-x-csv\/90:focus{
  border-left-color: rgb(0 138 43 / 0.9);
  border-right-color: rgb(0 138 43 / 0.9);
}

.focus\:border-x-csv\/95:focus{
  border-left-color: rgb(0 138 43 / 0.95);
  border-right-color: rgb(0 138 43 / 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\/15:focus{
  border-left-color: rgb(207 250 254 / 0.15);
  border-right-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(207 250 254 / 0.35);
  border-right-color: rgb(207 250 254 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(207 250 254 / 0.45);
  border-right-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(207 250 254 / 0.55);
  border-right-color: rgb(207 250 254 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(207 250 254 / 0.65);
  border-right-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(207 250 254 / 0.85);
  border-right-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(165 243 252 / 0.15);
  border-right-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(165 243 252 / 0.35);
  border-right-color: rgb(165 243 252 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(165 243 252 / 0.45);
  border-right-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(165 243 252 / 0.55);
  border-right-color: rgb(165 243 252 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(165 243 252 / 0.65);
  border-right-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(165 243 252 / 0.85);
  border-right-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(103 232 249 / 0.15);
  border-right-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(103 232 249 / 0.35);
  border-right-color: rgb(103 232 249 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(103 232 249 / 0.45);
  border-right-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(103 232 249 / 0.55);
  border-right-color: rgb(103 232 249 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(103 232 249 / 0.65);
  border-right-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(103 232 249 / 0.85);
  border-right-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(34 211 238 / 0.15);
  border-right-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(34 211 238 / 0.35);
  border-right-color: rgb(34 211 238 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(34 211 238 / 0.45);
  border-right-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(34 211 238 / 0.55);
  border-right-color: rgb(34 211 238 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(34 211 238 / 0.65);
  border-right-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(34 211 238 / 0.85);
  border-right-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(236 254 255 / 0.15);
  border-right-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(236 254 255 / 0.35);
  border-right-color: rgb(236 254 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(236 254 255 / 0.45);
  border-right-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(236 254 255 / 0.55);
  border-right-color: rgb(236 254 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(236 254 255 / 0.65);
  border-right-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(236 254 255 / 0.85);
  border-right-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(6 182 212 / 0.15);
  border-right-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(6 182 212 / 0.35);
  border-right-color: rgb(6 182 212 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(6 182 212 / 0.45);
  border-right-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(6 182 212 / 0.55);
  border-right-color: rgb(6 182 212 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(6 182 212 / 0.65);
  border-right-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(6 182 212 / 0.85);
  border-right-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(8 145 178 / 0.15);
  border-right-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(8 145 178 / 0.35);
  border-right-color: rgb(8 145 178 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(8 145 178 / 0.45);
  border-right-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(8 145 178 / 0.55);
  border-right-color: rgb(8 145 178 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(8 145 178 / 0.65);
  border-right-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(8 145 178 / 0.85);
  border-right-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(14 116 144 / 0.15);
  border-right-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(14 116 144 / 0.35);
  border-right-color: rgb(14 116 144 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(14 116 144 / 0.45);
  border-right-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(14 116 144 / 0.55);
  border-right-color: rgb(14 116 144 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(14 116 144 / 0.65);
  border-right-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(14 116 144 / 0.85);
  border-right-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(21 94 117 / 0.15);
  border-right-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(21 94 117 / 0.35);
  border-right-color: rgb(21 94 117 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(21 94 117 / 0.45);
  border-right-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(21 94 117 / 0.55);
  border-right-color: rgb(21 94 117 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(21 94 117 / 0.65);
  border-right-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(21 94 117 / 0.85);
  border-right-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(22 78 99 / 0.15);
  border-right-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(22 78 99 / 0.35);
  border-right-color: rgb(22 78 99 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(22 78 99 / 0.45);
  border-right-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(22 78 99 / 0.55);
  border-right-color: rgb(22 78 99 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(22 78 99 / 0.65);
  border-right-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(22 78 99 / 0.85);
  border-right-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(8 51 68 / 0.15);
  border-right-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(8 51 68 / 0.35);
  border-right-color: rgb(8 51 68 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(8 51 68 / 0.45);
  border-right-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(8 51 68 / 0.55);
  border-right-color: rgb(8 51 68 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(8 51 68 / 0.65);
  border-right-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(8 51 68 / 0.85);
  border-right-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(207 59 54 / var(--tw-border-opacity));
  border-right-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.focus\:border-x-danger-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(193 49 44 / var(--tw-border-opacity));
  border-right-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.focus\:border-x-danger-hover\/0:focus{
  border-left-color: rgb(193 49 44 / 0);
  border-right-color: rgb(193 49 44 / 0);
}

.focus\:border-x-danger-hover\/10:focus{
  border-left-color: rgb(193 49 44 / 0.1);
  border-right-color: rgb(193 49 44 / 0.1);
}

.focus\:border-x-danger-hover\/100:focus{
  border-left-color: rgb(193 49 44 / 1);
  border-right-color: rgb(193 49 44 / 1);
}

.focus\:border-x-danger-hover\/15:focus{
  border-left-color: rgb(193 49 44 / 0.15);
  border-right-color: rgb(193 49 44 / 0.15);
}

.focus\:border-x-danger-hover\/20:focus{
  border-left-color: rgb(193 49 44 / 0.2);
  border-right-color: rgb(193 49 44 / 0.2);
}

.focus\:border-x-danger-hover\/25:focus{
  border-left-color: rgb(193 49 44 / 0.25);
  border-right-color: rgb(193 49 44 / 0.25);
}

.focus\:border-x-danger-hover\/30:focus{
  border-left-color: rgb(193 49 44 / 0.3);
  border-right-color: rgb(193 49 44 / 0.3);
}

.focus\:border-x-danger-hover\/35:focus{
  border-left-color: rgb(193 49 44 / 0.35);
  border-right-color: rgb(193 49 44 / 0.35);
}

.focus\:border-x-danger-hover\/40:focus{
  border-left-color: rgb(193 49 44 / 0.4);
  border-right-color: rgb(193 49 44 / 0.4);
}

.focus\:border-x-danger-hover\/45:focus{
  border-left-color: rgb(193 49 44 / 0.45);
  border-right-color: rgb(193 49 44 / 0.45);
}

.focus\:border-x-danger-hover\/5:focus{
  border-left-color: rgb(193 49 44 / 0.05);
  border-right-color: rgb(193 49 44 / 0.05);
}

.focus\:border-x-danger-hover\/50:focus{
  border-left-color: rgb(193 49 44 / 0.5);
  border-right-color: rgb(193 49 44 / 0.5);
}

.focus\:border-x-danger-hover\/55:focus{
  border-left-color: rgb(193 49 44 / 0.55);
  border-right-color: rgb(193 49 44 / 0.55);
}

.focus\:border-x-danger-hover\/60:focus{
  border-left-color: rgb(193 49 44 / 0.6);
  border-right-color: rgb(193 49 44 / 0.6);
}

.focus\:border-x-danger-hover\/65:focus{
  border-left-color: rgb(193 49 44 / 0.65);
  border-right-color: rgb(193 49 44 / 0.65);
}

.focus\:border-x-danger-hover\/70:focus{
  border-left-color: rgb(193 49 44 / 0.7);
  border-right-color: rgb(193 49 44 / 0.7);
}

.focus\:border-x-danger-hover\/75:focus{
  border-left-color: rgb(193 49 44 / 0.75);
  border-right-color: rgb(193 49 44 / 0.75);
}

.focus\:border-x-danger-hover\/80:focus{
  border-left-color: rgb(193 49 44 / 0.8);
  border-right-color: rgb(193 49 44 / 0.8);
}

.focus\:border-x-danger-hover\/85:focus{
  border-left-color: rgb(193 49 44 / 0.85);
  border-right-color: rgb(193 49 44 / 0.85);
}

.focus\:border-x-danger-hover\/90:focus{
  border-left-color: rgb(193 49 44 / 0.9);
  border-right-color: rgb(193 49 44 / 0.9);
}

.focus\:border-x-danger-hover\/95:focus{
  border-left-color: rgb(193 49 44 / 0.95);
  border-right-color: rgb(193 49 44 / 0.95);
}

.focus\:border-x-danger\/0:focus{
  border-left-color: rgb(207 59 54 / 0);
  border-right-color: rgb(207 59 54 / 0);
}

.focus\:border-x-danger\/10:focus{
  border-left-color: rgb(207 59 54 / 0.1);
  border-right-color: rgb(207 59 54 / 0.1);
}

.focus\:border-x-danger\/100:focus{
  border-left-color: rgb(207 59 54 / 1);
  border-right-color: rgb(207 59 54 / 1);
}

.focus\:border-x-danger\/15:focus{
  border-left-color: rgb(207 59 54 / 0.15);
  border-right-color: rgb(207 59 54 / 0.15);
}

.focus\:border-x-danger\/20:focus{
  border-left-color: rgb(207 59 54 / 0.2);
  border-right-color: rgb(207 59 54 / 0.2);
}

.focus\:border-x-danger\/25:focus{
  border-left-color: rgb(207 59 54 / 0.25);
  border-right-color: rgb(207 59 54 / 0.25);
}

.focus\:border-x-danger\/30:focus{
  border-left-color: rgb(207 59 54 / 0.3);
  border-right-color: rgb(207 59 54 / 0.3);
}

.focus\:border-x-danger\/35:focus{
  border-left-color: rgb(207 59 54 / 0.35);
  border-right-color: rgb(207 59 54 / 0.35);
}

.focus\:border-x-danger\/40:focus{
  border-left-color: rgb(207 59 54 / 0.4);
  border-right-color: rgb(207 59 54 / 0.4);
}

.focus\:border-x-danger\/45:focus{
  border-left-color: rgb(207 59 54 / 0.45);
  border-right-color: rgb(207 59 54 / 0.45);
}

.focus\:border-x-danger\/5:focus{
  border-left-color: rgb(207 59 54 / 0.05);
  border-right-color: rgb(207 59 54 / 0.05);
}

.focus\:border-x-danger\/50:focus{
  border-left-color: rgb(207 59 54 / 0.5);
  border-right-color: rgb(207 59 54 / 0.5);
}

.focus\:border-x-danger\/55:focus{
  border-left-color: rgb(207 59 54 / 0.55);
  border-right-color: rgb(207 59 54 / 0.55);
}

.focus\:border-x-danger\/60:focus{
  border-left-color: rgb(207 59 54 / 0.6);
  border-right-color: rgb(207 59 54 / 0.6);
}

.focus\:border-x-danger\/65:focus{
  border-left-color: rgb(207 59 54 / 0.65);
  border-right-color: rgb(207 59 54 / 0.65);
}

.focus\:border-x-danger\/70:focus{
  border-left-color: rgb(207 59 54 / 0.7);
  border-right-color: rgb(207 59 54 / 0.7);
}

.focus\:border-x-danger\/75:focus{
  border-left-color: rgb(207 59 54 / 0.75);
  border-right-color: rgb(207 59 54 / 0.75);
}

.focus\:border-x-danger\/80:focus{
  border-left-color: rgb(207 59 54 / 0.8);
  border-right-color: rgb(207 59 54 / 0.8);
}

.focus\:border-x-danger\/85:focus{
  border-left-color: rgb(207 59 54 / 0.85);
  border-right-color: rgb(207 59 54 / 0.85);
}

.focus\:border-x-danger\/90:focus{
  border-left-color: rgb(207 59 54 / 0.9);
  border-right-color: rgb(207 59 54 / 0.9);
}

.focus\:border-x-danger\/95:focus{
  border-left-color: rgb(207 59 54 / 0.95);
  border-right-color: rgb(207 59 54 / 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\/15:focus{
  border-left-color: rgb(209 250 229 / 0.15);
  border-right-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(209 250 229 / 0.35);
  border-right-color: rgb(209 250 229 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(209 250 229 / 0.45);
  border-right-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(209 250 229 / 0.55);
  border-right-color: rgb(209 250 229 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(209 250 229 / 0.65);
  border-right-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(209 250 229 / 0.85);
  border-right-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(167 243 208 / 0.15);
  border-right-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(167 243 208 / 0.35);
  border-right-color: rgb(167 243 208 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(167 243 208 / 0.45);
  border-right-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(167 243 208 / 0.55);
  border-right-color: rgb(167 243 208 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(167 243 208 / 0.65);
  border-right-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(167 243 208 / 0.85);
  border-right-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(110 231 183 / 0.15);
  border-right-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(110 231 183 / 0.35);
  border-right-color: rgb(110 231 183 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(110 231 183 / 0.45);
  border-right-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(110 231 183 / 0.55);
  border-right-color: rgb(110 231 183 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(110 231 183 / 0.65);
  border-right-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(110 231 183 / 0.85);
  border-right-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(52 211 153 / 0.15);
  border-right-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(52 211 153 / 0.35);
  border-right-color: rgb(52 211 153 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(52 211 153 / 0.45);
  border-right-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(52 211 153 / 0.55);
  border-right-color: rgb(52 211 153 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(52 211 153 / 0.65);
  border-right-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(52 211 153 / 0.85);
  border-right-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(236 253 245 / 0.15);
  border-right-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(236 253 245 / 0.35);
  border-right-color: rgb(236 253 245 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(236 253 245 / 0.45);
  border-right-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(236 253 245 / 0.55);
  border-right-color: rgb(236 253 245 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(236 253 245 / 0.65);
  border-right-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(236 253 245 / 0.85);
  border-right-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(16 185 129 / 0.15);
  border-right-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(16 185 129 / 0.35);
  border-right-color: rgb(16 185 129 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(16 185 129 / 0.45);
  border-right-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(16 185 129 / 0.55);
  border-right-color: rgb(16 185 129 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(16 185 129 / 0.65);
  border-right-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(16 185 129 / 0.85);
  border-right-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(5 150 105 / 0.15);
  border-right-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(5 150 105 / 0.35);
  border-right-color: rgb(5 150 105 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(5 150 105 / 0.45);
  border-right-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(5 150 105 / 0.55);
  border-right-color: rgb(5 150 105 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(5 150 105 / 0.65);
  border-right-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(5 150 105 / 0.85);
  border-right-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(4 120 87 / 0.15);
  border-right-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(4 120 87 / 0.35);
  border-right-color: rgb(4 120 87 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(4 120 87 / 0.45);
  border-right-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(4 120 87 / 0.55);
  border-right-color: rgb(4 120 87 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(4 120 87 / 0.65);
  border-right-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(4 120 87 / 0.85);
  border-right-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(6 95 70 / 0.15);
  border-right-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(6 95 70 / 0.35);
  border-right-color: rgb(6 95 70 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(6 95 70 / 0.45);
  border-right-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(6 95 70 / 0.55);
  border-right-color: rgb(6 95 70 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(6 95 70 / 0.65);
  border-right-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(6 95 70 / 0.85);
  border-right-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(6 78 59 / 0.15);
  border-right-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(6 78 59 / 0.35);
  border-right-color: rgb(6 78 59 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(6 78 59 / 0.45);
  border-right-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(6 78 59 / 0.55);
  border-right-color: rgb(6 78 59 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(6 78 59 / 0.65);
  border-right-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(6 78 59 / 0.85);
  border-right-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(2 44 34 / 0.15);
  border-right-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(2 44 34 / 0.35);
  border-right-color: rgb(2 44 34 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(2 44 34 / 0.45);
  border-right-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(2 44 34 / 0.55);
  border-right-color: rgb(2 44 34 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(2 44 34 / 0.65);
  border-right-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(2 44 34 / 0.85);
  border-right-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(11 160 123 / var(--tw-border-opacity));
  border-right-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.focus\:border-x-excel-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 138 107 / var(--tw-border-opacity));
  border-right-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.focus\:border-x-excel-hover\/0:focus{
  border-left-color: rgb(9 138 107 / 0);
  border-right-color: rgb(9 138 107 / 0);
}

.focus\:border-x-excel-hover\/10:focus{
  border-left-color: rgb(9 138 107 / 0.1);
  border-right-color: rgb(9 138 107 / 0.1);
}

.focus\:border-x-excel-hover\/100:focus{
  border-left-color: rgb(9 138 107 / 1);
  border-right-color: rgb(9 138 107 / 1);
}

.focus\:border-x-excel-hover\/15:focus{
  border-left-color: rgb(9 138 107 / 0.15);
  border-right-color: rgb(9 138 107 / 0.15);
}

.focus\:border-x-excel-hover\/20:focus{
  border-left-color: rgb(9 138 107 / 0.2);
  border-right-color: rgb(9 138 107 / 0.2);
}

.focus\:border-x-excel-hover\/25:focus{
  border-left-color: rgb(9 138 107 / 0.25);
  border-right-color: rgb(9 138 107 / 0.25);
}

.focus\:border-x-excel-hover\/30:focus{
  border-left-color: rgb(9 138 107 / 0.3);
  border-right-color: rgb(9 138 107 / 0.3);
}

.focus\:border-x-excel-hover\/35:focus{
  border-left-color: rgb(9 138 107 / 0.35);
  border-right-color: rgb(9 138 107 / 0.35);
}

.focus\:border-x-excel-hover\/40:focus{
  border-left-color: rgb(9 138 107 / 0.4);
  border-right-color: rgb(9 138 107 / 0.4);
}

.focus\:border-x-excel-hover\/45:focus{
  border-left-color: rgb(9 138 107 / 0.45);
  border-right-color: rgb(9 138 107 / 0.45);
}

.focus\:border-x-excel-hover\/5:focus{
  border-left-color: rgb(9 138 107 / 0.05);
  border-right-color: rgb(9 138 107 / 0.05);
}

.focus\:border-x-excel-hover\/50:focus{
  border-left-color: rgb(9 138 107 / 0.5);
  border-right-color: rgb(9 138 107 / 0.5);
}

.focus\:border-x-excel-hover\/55:focus{
  border-left-color: rgb(9 138 107 / 0.55);
  border-right-color: rgb(9 138 107 / 0.55);
}

.focus\:border-x-excel-hover\/60:focus{
  border-left-color: rgb(9 138 107 / 0.6);
  border-right-color: rgb(9 138 107 / 0.6);
}

.focus\:border-x-excel-hover\/65:focus{
  border-left-color: rgb(9 138 107 / 0.65);
  border-right-color: rgb(9 138 107 / 0.65);
}

.focus\:border-x-excel-hover\/70:focus{
  border-left-color: rgb(9 138 107 / 0.7);
  border-right-color: rgb(9 138 107 / 0.7);
}

.focus\:border-x-excel-hover\/75:focus{
  border-left-color: rgb(9 138 107 / 0.75);
  border-right-color: rgb(9 138 107 / 0.75);
}

.focus\:border-x-excel-hover\/80:focus{
  border-left-color: rgb(9 138 107 / 0.8);
  border-right-color: rgb(9 138 107 / 0.8);
}

.focus\:border-x-excel-hover\/85:focus{
  border-left-color: rgb(9 138 107 / 0.85);
  border-right-color: rgb(9 138 107 / 0.85);
}

.focus\:border-x-excel-hover\/90:focus{
  border-left-color: rgb(9 138 107 / 0.9);
  border-right-color: rgb(9 138 107 / 0.9);
}

.focus\:border-x-excel-hover\/95:focus{
  border-left-color: rgb(9 138 107 / 0.95);
  border-right-color: rgb(9 138 107 / 0.95);
}

.focus\:border-x-excel\/0:focus{
  border-left-color: rgb(11 160 123 / 0);
  border-right-color: rgb(11 160 123 / 0);
}

.focus\:border-x-excel\/10:focus{
  border-left-color: rgb(11 160 123 / 0.1);
  border-right-color: rgb(11 160 123 / 0.1);
}

.focus\:border-x-excel\/100:focus{
  border-left-color: rgb(11 160 123 / 1);
  border-right-color: rgb(11 160 123 / 1);
}

.focus\:border-x-excel\/15:focus{
  border-left-color: rgb(11 160 123 / 0.15);
  border-right-color: rgb(11 160 123 / 0.15);
}

.focus\:border-x-excel\/20:focus{
  border-left-color: rgb(11 160 123 / 0.2);
  border-right-color: rgb(11 160 123 / 0.2);
}

.focus\:border-x-excel\/25:focus{
  border-left-color: rgb(11 160 123 / 0.25);
  border-right-color: rgb(11 160 123 / 0.25);
}

.focus\:border-x-excel\/30:focus{
  border-left-color: rgb(11 160 123 / 0.3);
  border-right-color: rgb(11 160 123 / 0.3);
}

.focus\:border-x-excel\/35:focus{
  border-left-color: rgb(11 160 123 / 0.35);
  border-right-color: rgb(11 160 123 / 0.35);
}

.focus\:border-x-excel\/40:focus{
  border-left-color: rgb(11 160 123 / 0.4);
  border-right-color: rgb(11 160 123 / 0.4);
}

.focus\:border-x-excel\/45:focus{
  border-left-color: rgb(11 160 123 / 0.45);
  border-right-color: rgb(11 160 123 / 0.45);
}

.focus\:border-x-excel\/5:focus{
  border-left-color: rgb(11 160 123 / 0.05);
  border-right-color: rgb(11 160 123 / 0.05);
}

.focus\:border-x-excel\/50:focus{
  border-left-color: rgb(11 160 123 / 0.5);
  border-right-color: rgb(11 160 123 / 0.5);
}

.focus\:border-x-excel\/55:focus{
  border-left-color: rgb(11 160 123 / 0.55);
  border-right-color: rgb(11 160 123 / 0.55);
}

.focus\:border-x-excel\/60:focus{
  border-left-color: rgb(11 160 123 / 0.6);
  border-right-color: rgb(11 160 123 / 0.6);
}

.focus\:border-x-excel\/65:focus{
  border-left-color: rgb(11 160 123 / 0.65);
  border-right-color: rgb(11 160 123 / 0.65);
}

.focus\:border-x-excel\/70:focus{
  border-left-color: rgb(11 160 123 / 0.7);
  border-right-color: rgb(11 160 123 / 0.7);
}

.focus\:border-x-excel\/75:focus{
  border-left-color: rgb(11 160 123 / 0.75);
  border-right-color: rgb(11 160 123 / 0.75);
}

.focus\:border-x-excel\/80:focus{
  border-left-color: rgb(11 160 123 / 0.8);
  border-right-color: rgb(11 160 123 / 0.8);
}

.focus\:border-x-excel\/85:focus{
  border-left-color: rgb(11 160 123 / 0.85);
  border-right-color: rgb(11 160 123 / 0.85);
}

.focus\:border-x-excel\/90:focus{
  border-left-color: rgb(11 160 123 / 0.9);
  border-right-color: rgb(11 160 123 / 0.9);
}

.focus\:border-x-excel\/95:focus{
  border-left-color: rgb(11 160 123 / 0.95);
  border-right-color: rgb(11 160 123 / 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\/15:focus{
  border-left-color: rgb(250 232 255 / 0.15);
  border-right-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 232 255 / 0.35);
  border-right-color: rgb(250 232 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(250 232 255 / 0.45);
  border-right-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 232 255 / 0.55);
  border-right-color: rgb(250 232 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(250 232 255 / 0.65);
  border-right-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 232 255 / 0.85);
  border-right-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(245 208 254 / 0.15);
  border-right-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 208 254 / 0.35);
  border-right-color: rgb(245 208 254 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(245 208 254 / 0.45);
  border-right-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 208 254 / 0.55);
  border-right-color: rgb(245 208 254 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(245 208 254 / 0.65);
  border-right-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 208 254 / 0.85);
  border-right-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(240 171 252 / 0.15);
  border-right-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(240 171 252 / 0.35);
  border-right-color: rgb(240 171 252 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(240 171 252 / 0.45);
  border-right-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(240 171 252 / 0.55);
  border-right-color: rgb(240 171 252 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(240 171 252 / 0.65);
  border-right-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(240 171 252 / 0.85);
  border-right-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(232 121 249 / 0.15);
  border-right-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(232 121 249 / 0.35);
  border-right-color: rgb(232 121 249 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(232 121 249 / 0.45);
  border-right-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(232 121 249 / 0.55);
  border-right-color: rgb(232 121 249 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(232 121 249 / 0.65);
  border-right-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(232 121 249 / 0.85);
  border-right-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 244 255 / 0.15);
  border-right-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 244 255 / 0.35);
  border-right-color: rgb(253 244 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(253 244 255 / 0.45);
  border-right-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 244 255 / 0.55);
  border-right-color: rgb(253 244 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(253 244 255 / 0.65);
  border-right-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 244 255 / 0.85);
  border-right-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(217 70 239 / 0.15);
  border-right-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(217 70 239 / 0.35);
  border-right-color: rgb(217 70 239 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(217 70 239 / 0.45);
  border-right-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(217 70 239 / 0.55);
  border-right-color: rgb(217 70 239 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(217 70 239 / 0.65);
  border-right-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(217 70 239 / 0.85);
  border-right-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(192 38 211 / 0.15);
  border-right-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(192 38 211 / 0.35);
  border-right-color: rgb(192 38 211 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(192 38 211 / 0.45);
  border-right-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(192 38 211 / 0.55);
  border-right-color: rgb(192 38 211 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(192 38 211 / 0.65);
  border-right-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(192 38 211 / 0.85);
  border-right-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(162 28 175 / 0.15);
  border-right-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(162 28 175 / 0.35);
  border-right-color: rgb(162 28 175 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(162 28 175 / 0.45);
  border-right-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(162 28 175 / 0.55);
  border-right-color: rgb(162 28 175 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(162 28 175 / 0.65);
  border-right-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(162 28 175 / 0.85);
  border-right-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(134 25 143 / 0.15);
  border-right-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(134 25 143 / 0.35);
  border-right-color: rgb(134 25 143 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(134 25 143 / 0.45);
  border-right-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(134 25 143 / 0.55);
  border-right-color: rgb(134 25 143 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(134 25 143 / 0.65);
  border-right-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(134 25 143 / 0.85);
  border-right-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(112 26 117 / 0.15);
  border-right-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(112 26 117 / 0.35);
  border-right-color: rgb(112 26 117 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(112 26 117 / 0.45);
  border-right-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(112 26 117 / 0.55);
  border-right-color: rgb(112 26 117 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(112 26 117 / 0.65);
  border-right-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(112 26 117 / 0.85);
  border-right-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(74 4 78 / 0.15);
  border-right-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(74 4 78 / 0.35);
  border-right-color: rgb(74 4 78 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(74 4 78 / 0.45);
  border-right-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(74 4 78 / 0.55);
  border-right-color: rgb(74 4 78 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(74 4 78 / 0.65);
  border-right-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(74 4 78 / 0.85);
  border-right-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(243 244 246 / 0.15);
  border-right-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(243 244 246 / 0.35);
  border-right-color: rgb(243 244 246 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(243 244 246 / 0.45);
  border-right-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(243 244 246 / 0.55);
  border-right-color: rgb(243 244 246 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(243 244 246 / 0.65);
  border-right-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(243 244 246 / 0.85);
  border-right-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(229 231 235 / 0.15);
  border-right-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(229 231 235 / 0.35);
  border-right-color: rgb(229 231 235 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(229 231 235 / 0.45);
  border-right-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(229 231 235 / 0.55);
  border-right-color: rgb(229 231 235 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(229 231 235 / 0.65);
  border-right-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(229 231 235 / 0.85);
  border-right-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(209 213 219 / 0.15);
  border-right-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(209 213 219 / 0.35);
  border-right-color: rgb(209 213 219 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(209 213 219 / 0.45);
  border-right-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(209 213 219 / 0.55);
  border-right-color: rgb(209 213 219 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(209 213 219 / 0.65);
  border-right-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(209 213 219 / 0.85);
  border-right-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(156 163 175 / 0.15);
  border-right-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(156 163 175 / 0.35);
  border-right-color: rgb(156 163 175 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(156 163 175 / 0.45);
  border-right-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(156 163 175 / 0.55);
  border-right-color: rgb(156 163 175 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(156 163 175 / 0.65);
  border-right-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(156 163 175 / 0.85);
  border-right-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(249 250 251 / 0.15);
  border-right-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(249 250 251 / 0.35);
  border-right-color: rgb(249 250 251 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(249 250 251 / 0.45);
  border-right-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(249 250 251 / 0.55);
  border-right-color: rgb(249 250 251 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(249 250 251 / 0.65);
  border-right-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(249 250 251 / 0.85);
  border-right-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(107 114 128 / 0.15);
  border-right-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(107 114 128 / 0.35);
  border-right-color: rgb(107 114 128 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(107 114 128 / 0.45);
  border-right-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(107 114 128 / 0.55);
  border-right-color: rgb(107 114 128 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(107 114 128 / 0.65);
  border-right-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(107 114 128 / 0.85);
  border-right-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(75 85 99 / 0.15);
  border-right-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(75 85 99 / 0.35);
  border-right-color: rgb(75 85 99 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(75 85 99 / 0.45);
  border-right-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(75 85 99 / 0.55);
  border-right-color: rgb(75 85 99 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(75 85 99 / 0.65);
  border-right-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(75 85 99 / 0.85);
  border-right-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(55 65 81 / 0.15);
  border-right-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(55 65 81 / 0.35);
  border-right-color: rgb(55 65 81 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(55 65 81 / 0.45);
  border-right-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(55 65 81 / 0.55);
  border-right-color: rgb(55 65 81 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(55 65 81 / 0.65);
  border-right-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(55 65 81 / 0.85);
  border-right-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(31 41 55 / 0.15);
  border-right-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(31 41 55 / 0.35);
  border-right-color: rgb(31 41 55 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(31 41 55 / 0.45);
  border-right-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(31 41 55 / 0.55);
  border-right-color: rgb(31 41 55 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(31 41 55 / 0.65);
  border-right-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(31 41 55 / 0.85);
  border-right-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(17 24 39 / 0.15);
  border-right-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(17 24 39 / 0.35);
  border-right-color: rgb(17 24 39 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(17 24 39 / 0.45);
  border-right-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(17 24 39 / 0.55);
  border-right-color: rgb(17 24 39 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(17 24 39 / 0.65);
  border-right-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(17 24 39 / 0.85);
  border-right-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(3 7 18 / 0.15);
  border-right-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(3 7 18 / 0.35);
  border-right-color: rgb(3 7 18 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(3 7 18 / 0.45);
  border-right-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(3 7 18 / 0.55);
  border-right-color: rgb(3 7 18 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(3 7 18 / 0.65);
  border-right-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(3 7 18 / 0.85);
  border-right-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(220 252 231 / 0.15);
  border-right-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(220 252 231 / 0.35);
  border-right-color: rgb(220 252 231 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(220 252 231 / 0.45);
  border-right-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(220 252 231 / 0.55);
  border-right-color: rgb(220 252 231 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(220 252 231 / 0.65);
  border-right-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(220 252 231 / 0.85);
  border-right-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(187 247 208 / 0.15);
  border-right-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(187 247 208 / 0.35);
  border-right-color: rgb(187 247 208 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(187 247 208 / 0.45);
  border-right-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(187 247 208 / 0.55);
  border-right-color: rgb(187 247 208 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(187 247 208 / 0.65);
  border-right-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(187 247 208 / 0.85);
  border-right-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(134 239 172 / 0.15);
  border-right-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(134 239 172 / 0.35);
  border-right-color: rgb(134 239 172 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(134 239 172 / 0.45);
  border-right-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(134 239 172 / 0.55);
  border-right-color: rgb(134 239 172 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(134 239 172 / 0.65);
  border-right-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(134 239 172 / 0.85);
  border-right-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(74 222 128 / 0.15);
  border-right-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(74 222 128 / 0.35);
  border-right-color: rgb(74 222 128 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(74 222 128 / 0.45);
  border-right-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(74 222 128 / 0.55);
  border-right-color: rgb(74 222 128 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(74 222 128 / 0.65);
  border-right-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(74 222 128 / 0.85);
  border-right-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(240 253 244 / 0.15);
  border-right-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(240 253 244 / 0.35);
  border-right-color: rgb(240 253 244 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(240 253 244 / 0.45);
  border-right-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(240 253 244 / 0.55);
  border-right-color: rgb(240 253 244 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(240 253 244 / 0.65);
  border-right-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(240 253 244 / 0.85);
  border-right-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(34 197 94 / 0.15);
  border-right-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(34 197 94 / 0.35);
  border-right-color: rgb(34 197 94 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(34 197 94 / 0.45);
  border-right-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(34 197 94 / 0.55);
  border-right-color: rgb(34 197 94 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(34 197 94 / 0.65);
  border-right-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(34 197 94 / 0.85);
  border-right-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(22 163 74 / 0.15);
  border-right-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(22 163 74 / 0.35);
  border-right-color: rgb(22 163 74 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(22 163 74 / 0.45);
  border-right-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(22 163 74 / 0.55);
  border-right-color: rgb(22 163 74 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(22 163 74 / 0.65);
  border-right-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(22 163 74 / 0.85);
  border-right-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(21 128 61 / 0.15);
  border-right-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(21 128 61 / 0.35);
  border-right-color: rgb(21 128 61 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(21 128 61 / 0.45);
  border-right-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(21 128 61 / 0.55);
  border-right-color: rgb(21 128 61 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(21 128 61 / 0.65);
  border-right-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(21 128 61 / 0.85);
  border-right-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(22 101 52 / 0.15);
  border-right-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(22 101 52 / 0.35);
  border-right-color: rgb(22 101 52 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(22 101 52 / 0.45);
  border-right-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(22 101 52 / 0.55);
  border-right-color: rgb(22 101 52 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(22 101 52 / 0.65);
  border-right-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(22 101 52 / 0.85);
  border-right-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(20 83 45 / 0.15);
  border-right-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(20 83 45 / 0.35);
  border-right-color: rgb(20 83 45 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(20 83 45 / 0.45);
  border-right-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(20 83 45 / 0.55);
  border-right-color: rgb(20 83 45 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(20 83 45 / 0.65);
  border-right-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(20 83 45 / 0.85);
  border-right-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(5 46 22 / 0.15);
  border-right-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(5 46 22 / 0.35);
  border-right-color: rgb(5 46 22 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(5 46 22 / 0.45);
  border-right-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(5 46 22 / 0.55);
  border-right-color: rgb(5 46 22 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(5 46 22 / 0.65);
  border-right-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(5 46 22 / 0.85);
  border-right-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(224 231 255 / 0.15);
  border-right-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(224 231 255 / 0.35);
  border-right-color: rgb(224 231 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(224 231 255 / 0.45);
  border-right-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(224 231 255 / 0.55);
  border-right-color: rgb(224 231 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(224 231 255 / 0.65);
  border-right-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(224 231 255 / 0.85);
  border-right-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(199 210 254 / 0.15);
  border-right-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(199 210 254 / 0.35);
  border-right-color: rgb(199 210 254 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(199 210 254 / 0.45);
  border-right-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(199 210 254 / 0.55);
  border-right-color: rgb(199 210 254 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(199 210 254 / 0.65);
  border-right-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(199 210 254 / 0.85);
  border-right-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(165 180 252 / 0.15);
  border-right-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(165 180 252 / 0.35);
  border-right-color: rgb(165 180 252 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(165 180 252 / 0.45);
  border-right-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(165 180 252 / 0.55);
  border-right-color: rgb(165 180 252 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(165 180 252 / 0.65);
  border-right-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(165 180 252 / 0.85);
  border-right-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(129 140 248 / 0.15);
  border-right-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(129 140 248 / 0.35);
  border-right-color: rgb(129 140 248 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(129 140 248 / 0.45);
  border-right-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(129 140 248 / 0.55);
  border-right-color: rgb(129 140 248 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(129 140 248 / 0.65);
  border-right-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(129 140 248 / 0.85);
  border-right-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(238 242 255 / 0.15);
  border-right-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(238 242 255 / 0.35);
  border-right-color: rgb(238 242 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(238 242 255 / 0.45);
  border-right-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(238 242 255 / 0.55);
  border-right-color: rgb(238 242 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(238 242 255 / 0.65);
  border-right-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(238 242 255 / 0.85);
  border-right-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(99 102 241 / 0.15);
  border-right-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(99 102 241 / 0.35);
  border-right-color: rgb(99 102 241 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(99 102 241 / 0.45);
  border-right-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(99 102 241 / 0.55);
  border-right-color: rgb(99 102 241 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(99 102 241 / 0.65);
  border-right-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(99 102 241 / 0.85);
  border-right-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(79 70 229 / 0.15);
  border-right-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(79 70 229 / 0.35);
  border-right-color: rgb(79 70 229 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(79 70 229 / 0.45);
  border-right-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(79 70 229 / 0.55);
  border-right-color: rgb(79 70 229 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(79 70 229 / 0.65);
  border-right-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(79 70 229 / 0.85);
  border-right-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(67 56 202 / 0.15);
  border-right-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(67 56 202 / 0.35);
  border-right-color: rgb(67 56 202 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(67 56 202 / 0.45);
  border-right-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(67 56 202 / 0.55);
  border-right-color: rgb(67 56 202 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(67 56 202 / 0.65);
  border-right-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(67 56 202 / 0.85);
  border-right-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(55 48 163 / 0.15);
  border-right-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(55 48 163 / 0.35);
  border-right-color: rgb(55 48 163 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(55 48 163 / 0.45);
  border-right-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(55 48 163 / 0.55);
  border-right-color: rgb(55 48 163 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(55 48 163 / 0.65);
  border-right-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(55 48 163 / 0.85);
  border-right-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(49 46 129 / 0.15);
  border-right-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(49 46 129 / 0.35);
  border-right-color: rgb(49 46 129 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(49 46 129 / 0.45);
  border-right-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(49 46 129 / 0.55);
  border-right-color: rgb(49 46 129 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(49 46 129 / 0.65);
  border-right-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(49 46 129 / 0.85);
  border-right-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(30 27 75 / 0.15);
  border-right-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(30 27 75 / 0.35);
  border-right-color: rgb(30 27 75 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(30 27 75 / 0.45);
  border-right-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(30 27 75 / 0.55);
  border-right-color: rgb(30 27 75 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(30 27 75 / 0.65);
  border-right-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(30 27 75 / 0.85);
  border-right-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 159 26 / var(--tw-border-opacity));
  border-right-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.focus\:border-x-info-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(203 122 0 / var(--tw-border-opacity));
  border-right-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.focus\:border-x-info-hover\/0:focus{
  border-left-color: rgb(203 122 0 / 0);
  border-right-color: rgb(203 122 0 / 0);
}

.focus\:border-x-info-hover\/10:focus{
  border-left-color: rgb(203 122 0 / 0.1);
  border-right-color: rgb(203 122 0 / 0.1);
}

.focus\:border-x-info-hover\/100:focus{
  border-left-color: rgb(203 122 0 / 1);
  border-right-color: rgb(203 122 0 / 1);
}

.focus\:border-x-info-hover\/15:focus{
  border-left-color: rgb(203 122 0 / 0.15);
  border-right-color: rgb(203 122 0 / 0.15);
}

.focus\:border-x-info-hover\/20:focus{
  border-left-color: rgb(203 122 0 / 0.2);
  border-right-color: rgb(203 122 0 / 0.2);
}

.focus\:border-x-info-hover\/25:focus{
  border-left-color: rgb(203 122 0 / 0.25);
  border-right-color: rgb(203 122 0 / 0.25);
}

.focus\:border-x-info-hover\/30:focus{
  border-left-color: rgb(203 122 0 / 0.3);
  border-right-color: rgb(203 122 0 / 0.3);
}

.focus\:border-x-info-hover\/35:focus{
  border-left-color: rgb(203 122 0 / 0.35);
  border-right-color: rgb(203 122 0 / 0.35);
}

.focus\:border-x-info-hover\/40:focus{
  border-left-color: rgb(203 122 0 / 0.4);
  border-right-color: rgb(203 122 0 / 0.4);
}

.focus\:border-x-info-hover\/45:focus{
  border-left-color: rgb(203 122 0 / 0.45);
  border-right-color: rgb(203 122 0 / 0.45);
}

.focus\:border-x-info-hover\/5:focus{
  border-left-color: rgb(203 122 0 / 0.05);
  border-right-color: rgb(203 122 0 / 0.05);
}

.focus\:border-x-info-hover\/50:focus{
  border-left-color: rgb(203 122 0 / 0.5);
  border-right-color: rgb(203 122 0 / 0.5);
}

.focus\:border-x-info-hover\/55:focus{
  border-left-color: rgb(203 122 0 / 0.55);
  border-right-color: rgb(203 122 0 / 0.55);
}

.focus\:border-x-info-hover\/60:focus{
  border-left-color: rgb(203 122 0 / 0.6);
  border-right-color: rgb(203 122 0 / 0.6);
}

.focus\:border-x-info-hover\/65:focus{
  border-left-color: rgb(203 122 0 / 0.65);
  border-right-color: rgb(203 122 0 / 0.65);
}

.focus\:border-x-info-hover\/70:focus{
  border-left-color: rgb(203 122 0 / 0.7);
  border-right-color: rgb(203 122 0 / 0.7);
}

.focus\:border-x-info-hover\/75:focus{
  border-left-color: rgb(203 122 0 / 0.75);
  border-right-color: rgb(203 122 0 / 0.75);
}

.focus\:border-x-info-hover\/80:focus{
  border-left-color: rgb(203 122 0 / 0.8);
  border-right-color: rgb(203 122 0 / 0.8);
}

.focus\:border-x-info-hover\/85:focus{
  border-left-color: rgb(203 122 0 / 0.85);
  border-right-color: rgb(203 122 0 / 0.85);
}

.focus\:border-x-info-hover\/90:focus{
  border-left-color: rgb(203 122 0 / 0.9);
  border-right-color: rgb(203 122 0 / 0.9);
}

.focus\:border-x-info-hover\/95:focus{
  border-left-color: rgb(203 122 0 / 0.95);
  border-right-color: rgb(203 122 0 / 0.95);
}

.focus\:border-x-info\/0:focus{
  border-left-color: rgb(247 159 26 / 0);
  border-right-color: rgb(247 159 26 / 0);
}

.focus\:border-x-info\/10:focus{
  border-left-color: rgb(247 159 26 / 0.1);
  border-right-color: rgb(247 159 26 / 0.1);
}

.focus\:border-x-info\/100:focus{
  border-left-color: rgb(247 159 26 / 1);
  border-right-color: rgb(247 159 26 / 1);
}

.focus\:border-x-info\/15:focus{
  border-left-color: rgb(247 159 26 / 0.15);
  border-right-color: rgb(247 159 26 / 0.15);
}

.focus\:border-x-info\/20:focus{
  border-left-color: rgb(247 159 26 / 0.2);
  border-right-color: rgb(247 159 26 / 0.2);
}

.focus\:border-x-info\/25:focus{
  border-left-color: rgb(247 159 26 / 0.25);
  border-right-color: rgb(247 159 26 / 0.25);
}

.focus\:border-x-info\/30:focus{
  border-left-color: rgb(247 159 26 / 0.3);
  border-right-color: rgb(247 159 26 / 0.3);
}

.focus\:border-x-info\/35:focus{
  border-left-color: rgb(247 159 26 / 0.35);
  border-right-color: rgb(247 159 26 / 0.35);
}

.focus\:border-x-info\/40:focus{
  border-left-color: rgb(247 159 26 / 0.4);
  border-right-color: rgb(247 159 26 / 0.4);
}

.focus\:border-x-info\/45:focus{
  border-left-color: rgb(247 159 26 / 0.45);
  border-right-color: rgb(247 159 26 / 0.45);
}

.focus\:border-x-info\/5:focus{
  border-left-color: rgb(247 159 26 / 0.05);
  border-right-color: rgb(247 159 26 / 0.05);
}

.focus\:border-x-info\/50:focus{
  border-left-color: rgb(247 159 26 / 0.5);
  border-right-color: rgb(247 159 26 / 0.5);
}

.focus\:border-x-info\/55:focus{
  border-left-color: rgb(247 159 26 / 0.55);
  border-right-color: rgb(247 159 26 / 0.55);
}

.focus\:border-x-info\/60:focus{
  border-left-color: rgb(247 159 26 / 0.6);
  border-right-color: rgb(247 159 26 / 0.6);
}

.focus\:border-x-info\/65:focus{
  border-left-color: rgb(247 159 26 / 0.65);
  border-right-color: rgb(247 159 26 / 0.65);
}

.focus\:border-x-info\/70:focus{
  border-left-color: rgb(247 159 26 / 0.7);
  border-right-color: rgb(247 159 26 / 0.7);
}

.focus\:border-x-info\/75:focus{
  border-left-color: rgb(247 159 26 / 0.75);
  border-right-color: rgb(247 159 26 / 0.75);
}

.focus\:border-x-info\/80:focus{
  border-left-color: rgb(247 159 26 / 0.8);
  border-right-color: rgb(247 159 26 / 0.8);
}

.focus\:border-x-info\/85:focus{
  border-left-color: rgb(247 159 26 / 0.85);
  border-right-color: rgb(247 159 26 / 0.85);
}

.focus\:border-x-info\/90:focus{
  border-left-color: rgb(247 159 26 / 0.9);
  border-right-color: rgb(247 159 26 / 0.9);
}

.focus\:border-x-info\/95:focus{
  border-left-color: rgb(247 159 26 / 0.95);
  border-right-color: rgb(247 159 26 / 0.95);
}

.focus\:border-x-inherit:focus{
  border-left-color: inherit;
  border-right-color: inherit;
}

.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\/15:focus{
  border-left-color: rgb(236 252 203 / 0.15);
  border-right-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(236 252 203 / 0.35);
  border-right-color: rgb(236 252 203 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(236 252 203 / 0.45);
  border-right-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(236 252 203 / 0.55);
  border-right-color: rgb(236 252 203 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(236 252 203 / 0.65);
  border-right-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(236 252 203 / 0.85);
  border-right-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(217 249 157 / 0.15);
  border-right-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(217 249 157 / 0.35);
  border-right-color: rgb(217 249 157 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(217 249 157 / 0.45);
  border-right-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(217 249 157 / 0.55);
  border-right-color: rgb(217 249 157 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(217 249 157 / 0.65);
  border-right-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(217 249 157 / 0.85);
  border-right-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(190 242 100 / 0.15);
  border-right-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(190 242 100 / 0.35);
  border-right-color: rgb(190 242 100 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(190 242 100 / 0.45);
  border-right-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(190 242 100 / 0.55);
  border-right-color: rgb(190 242 100 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(190 242 100 / 0.65);
  border-right-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(190 242 100 / 0.85);
  border-right-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(163 230 53 / 0.15);
  border-right-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(163 230 53 / 0.35);
  border-right-color: rgb(163 230 53 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(163 230 53 / 0.45);
  border-right-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(163 230 53 / 0.55);
  border-right-color: rgb(163 230 53 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(163 230 53 / 0.65);
  border-right-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(163 230 53 / 0.85);
  border-right-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(247 254 231 / 0.15);
  border-right-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(247 254 231 / 0.35);
  border-right-color: rgb(247 254 231 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(247 254 231 / 0.45);
  border-right-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(247 254 231 / 0.55);
  border-right-color: rgb(247 254 231 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(247 254 231 / 0.65);
  border-right-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(247 254 231 / 0.85);
  border-right-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(132 204 22 / 0.15);
  border-right-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(132 204 22 / 0.35);
  border-right-color: rgb(132 204 22 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(132 204 22 / 0.45);
  border-right-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(132 204 22 / 0.55);
  border-right-color: rgb(132 204 22 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(132 204 22 / 0.65);
  border-right-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(132 204 22 / 0.85);
  border-right-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(101 163 13 / 0.15);
  border-right-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(101 163 13 / 0.35);
  border-right-color: rgb(101 163 13 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(101 163 13 / 0.45);
  border-right-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(101 163 13 / 0.55);
  border-right-color: rgb(101 163 13 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(101 163 13 / 0.65);
  border-right-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(101 163 13 / 0.85);
  border-right-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(77 124 15 / 0.15);
  border-right-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(77 124 15 / 0.35);
  border-right-color: rgb(77 124 15 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(77 124 15 / 0.45);
  border-right-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(77 124 15 / 0.55);
  border-right-color: rgb(77 124 15 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(77 124 15 / 0.65);
  border-right-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(77 124 15 / 0.85);
  border-right-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(63 98 18 / 0.15);
  border-right-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(63 98 18 / 0.35);
  border-right-color: rgb(63 98 18 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(63 98 18 / 0.45);
  border-right-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(63 98 18 / 0.55);
  border-right-color: rgb(63 98 18 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(63 98 18 / 0.65);
  border-right-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(63 98 18 / 0.85);
  border-right-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(54 83 20 / 0.15);
  border-right-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(54 83 20 / 0.35);
  border-right-color: rgb(54 83 20 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(54 83 20 / 0.45);
  border-right-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(54 83 20 / 0.55);
  border-right-color: rgb(54 83 20 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(54 83 20 / 0.65);
  border-right-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(54 83 20 / 0.85);
  border-right-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(26 46 5 / 0.15);
  border-right-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(26 46 5 / 0.35);
  border-right-color: rgb(26 46 5 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(26 46 5 / 0.45);
  border-right-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(26 46 5 / 0.55);
  border-right-color: rgb(26 46 5 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(26 46 5 / 0.65);
  border-right-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(26 46 5 / 0.85);
  border-right-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 224 224 / var(--tw-border-opacity));
  border-right-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.focus\:border-x-neutral-01\/0:focus{
  border-left-color: rgb(224 224 224 / 0);
  border-right-color: rgb(224 224 224 / 0);
}

.focus\:border-x-neutral-01\/10:focus{
  border-left-color: rgb(224 224 224 / 0.1);
  border-right-color: rgb(224 224 224 / 0.1);
}

.focus\:border-x-neutral-01\/100:focus{
  border-left-color: rgb(224 224 224 / 1);
  border-right-color: rgb(224 224 224 / 1);
}

.focus\:border-x-neutral-01\/15:focus{
  border-left-color: rgb(224 224 224 / 0.15);
  border-right-color: rgb(224 224 224 / 0.15);
}

.focus\:border-x-neutral-01\/20:focus{
  border-left-color: rgb(224 224 224 / 0.2);
  border-right-color: rgb(224 224 224 / 0.2);
}

.focus\:border-x-neutral-01\/25:focus{
  border-left-color: rgb(224 224 224 / 0.25);
  border-right-color: rgb(224 224 224 / 0.25);
}

.focus\:border-x-neutral-01\/30:focus{
  border-left-color: rgb(224 224 224 / 0.3);
  border-right-color: rgb(224 224 224 / 0.3);
}

.focus\:border-x-neutral-01\/35:focus{
  border-left-color: rgb(224 224 224 / 0.35);
  border-right-color: rgb(224 224 224 / 0.35);
}

.focus\:border-x-neutral-01\/40:focus{
  border-left-color: rgb(224 224 224 / 0.4);
  border-right-color: rgb(224 224 224 / 0.4);
}

.focus\:border-x-neutral-01\/45:focus{
  border-left-color: rgb(224 224 224 / 0.45);
  border-right-color: rgb(224 224 224 / 0.45);
}

.focus\:border-x-neutral-01\/5:focus{
  border-left-color: rgb(224 224 224 / 0.05);
  border-right-color: rgb(224 224 224 / 0.05);
}

.focus\:border-x-neutral-01\/50:focus{
  border-left-color: rgb(224 224 224 / 0.5);
  border-right-color: rgb(224 224 224 / 0.5);
}

.focus\:border-x-neutral-01\/55:focus{
  border-left-color: rgb(224 224 224 / 0.55);
  border-right-color: rgb(224 224 224 / 0.55);
}

.focus\:border-x-neutral-01\/60:focus{
  border-left-color: rgb(224 224 224 / 0.6);
  border-right-color: rgb(224 224 224 / 0.6);
}

.focus\:border-x-neutral-01\/65:focus{
  border-left-color: rgb(224 224 224 / 0.65);
  border-right-color: rgb(224 224 224 / 0.65);
}

.focus\:border-x-neutral-01\/70:focus{
  border-left-color: rgb(224 224 224 / 0.7);
  border-right-color: rgb(224 224 224 / 0.7);
}

.focus\:border-x-neutral-01\/75:focus{
  border-left-color: rgb(224 224 224 / 0.75);
  border-right-color: rgb(224 224 224 / 0.75);
}

.focus\:border-x-neutral-01\/80:focus{
  border-left-color: rgb(224 224 224 / 0.8);
  border-right-color: rgb(224 224 224 / 0.8);
}

.focus\:border-x-neutral-01\/85:focus{
  border-left-color: rgb(224 224 224 / 0.85);
  border-right-color: rgb(224 224 224 / 0.85);
}

.focus\:border-x-neutral-01\/90:focus{
  border-left-color: rgb(224 224 224 / 0.9);
  border-right-color: rgb(224 224 224 / 0.9);
}

.focus\:border-x-neutral-01\/95:focus{
  border-left-color: rgb(224 224 224 / 0.95);
  border-right-color: rgb(224 224 224 / 0.95);
}

.focus\:border-x-neutral-02:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 234 238 / var(--tw-border-opacity));
  border-right-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.focus\:border-x-neutral-02\/0:focus{
  border-left-color: rgb(228 234 238 / 0);
  border-right-color: rgb(228 234 238 / 0);
}

.focus\:border-x-neutral-02\/10:focus{
  border-left-color: rgb(228 234 238 / 0.1);
  border-right-color: rgb(228 234 238 / 0.1);
}

.focus\:border-x-neutral-02\/100:focus{
  border-left-color: rgb(228 234 238 / 1);
  border-right-color: rgb(228 234 238 / 1);
}

.focus\:border-x-neutral-02\/15:focus{
  border-left-color: rgb(228 234 238 / 0.15);
  border-right-color: rgb(228 234 238 / 0.15);
}

.focus\:border-x-neutral-02\/20:focus{
  border-left-color: rgb(228 234 238 / 0.2);
  border-right-color: rgb(228 234 238 / 0.2);
}

.focus\:border-x-neutral-02\/25:focus{
  border-left-color: rgb(228 234 238 / 0.25);
  border-right-color: rgb(228 234 238 / 0.25);
}

.focus\:border-x-neutral-02\/30:focus{
  border-left-color: rgb(228 234 238 / 0.3);
  border-right-color: rgb(228 234 238 / 0.3);
}

.focus\:border-x-neutral-02\/35:focus{
  border-left-color: rgb(228 234 238 / 0.35);
  border-right-color: rgb(228 234 238 / 0.35);
}

.focus\:border-x-neutral-02\/40:focus{
  border-left-color: rgb(228 234 238 / 0.4);
  border-right-color: rgb(228 234 238 / 0.4);
}

.focus\:border-x-neutral-02\/45:focus{
  border-left-color: rgb(228 234 238 / 0.45);
  border-right-color: rgb(228 234 238 / 0.45);
}

.focus\:border-x-neutral-02\/5:focus{
  border-left-color: rgb(228 234 238 / 0.05);
  border-right-color: rgb(228 234 238 / 0.05);
}

.focus\:border-x-neutral-02\/50:focus{
  border-left-color: rgb(228 234 238 / 0.5);
  border-right-color: rgb(228 234 238 / 0.5);
}

.focus\:border-x-neutral-02\/55:focus{
  border-left-color: rgb(228 234 238 / 0.55);
  border-right-color: rgb(228 234 238 / 0.55);
}

.focus\:border-x-neutral-02\/60:focus{
  border-left-color: rgb(228 234 238 / 0.6);
  border-right-color: rgb(228 234 238 / 0.6);
}

.focus\:border-x-neutral-02\/65:focus{
  border-left-color: rgb(228 234 238 / 0.65);
  border-right-color: rgb(228 234 238 / 0.65);
}

.focus\:border-x-neutral-02\/70:focus{
  border-left-color: rgb(228 234 238 / 0.7);
  border-right-color: rgb(228 234 238 / 0.7);
}

.focus\:border-x-neutral-02\/75:focus{
  border-left-color: rgb(228 234 238 / 0.75);
  border-right-color: rgb(228 234 238 / 0.75);
}

.focus\:border-x-neutral-02\/80:focus{
  border-left-color: rgb(228 234 238 / 0.8);
  border-right-color: rgb(228 234 238 / 0.8);
}

.focus\:border-x-neutral-02\/85:focus{
  border-left-color: rgb(228 234 238 / 0.85);
  border-right-color: rgb(228 234 238 / 0.85);
}

.focus\:border-x-neutral-02\/90:focus{
  border-left-color: rgb(228 234 238 / 0.9);
  border-right-color: rgb(228 234 238 / 0.9);
}

.focus\:border-x-neutral-02\/95:focus{
  border-left-color: rgb(228 234 238 / 0.95);
  border-right-color: rgb(228 234 238 / 0.95);
}

.focus\:border-x-neutral-03:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 239 250 / var(--tw-border-opacity));
  border-right-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.focus\:border-x-neutral-03\/0:focus{
  border-left-color: rgb(236 239 250 / 0);
  border-right-color: rgb(236 239 250 / 0);
}

.focus\:border-x-neutral-03\/10:focus{
  border-left-color: rgb(236 239 250 / 0.1);
  border-right-color: rgb(236 239 250 / 0.1);
}

.focus\:border-x-neutral-03\/100:focus{
  border-left-color: rgb(236 239 250 / 1);
  border-right-color: rgb(236 239 250 / 1);
}

.focus\:border-x-neutral-03\/15:focus{
  border-left-color: rgb(236 239 250 / 0.15);
  border-right-color: rgb(236 239 250 / 0.15);
}

.focus\:border-x-neutral-03\/20:focus{
  border-left-color: rgb(236 239 250 / 0.2);
  border-right-color: rgb(236 239 250 / 0.2);
}

.focus\:border-x-neutral-03\/25:focus{
  border-left-color: rgb(236 239 250 / 0.25);
  border-right-color: rgb(236 239 250 / 0.25);
}

.focus\:border-x-neutral-03\/30:focus{
  border-left-color: rgb(236 239 250 / 0.3);
  border-right-color: rgb(236 239 250 / 0.3);
}

.focus\:border-x-neutral-03\/35:focus{
  border-left-color: rgb(236 239 250 / 0.35);
  border-right-color: rgb(236 239 250 / 0.35);
}

.focus\:border-x-neutral-03\/40:focus{
  border-left-color: rgb(236 239 250 / 0.4);
  border-right-color: rgb(236 239 250 / 0.4);
}

.focus\:border-x-neutral-03\/45:focus{
  border-left-color: rgb(236 239 250 / 0.45);
  border-right-color: rgb(236 239 250 / 0.45);
}

.focus\:border-x-neutral-03\/5:focus{
  border-left-color: rgb(236 239 250 / 0.05);
  border-right-color: rgb(236 239 250 / 0.05);
}

.focus\:border-x-neutral-03\/50:focus{
  border-left-color: rgb(236 239 250 / 0.5);
  border-right-color: rgb(236 239 250 / 0.5);
}

.focus\:border-x-neutral-03\/55:focus{
  border-left-color: rgb(236 239 250 / 0.55);
  border-right-color: rgb(236 239 250 / 0.55);
}

.focus\:border-x-neutral-03\/60:focus{
  border-left-color: rgb(236 239 250 / 0.6);
  border-right-color: rgb(236 239 250 / 0.6);
}

.focus\:border-x-neutral-03\/65:focus{
  border-left-color: rgb(236 239 250 / 0.65);
  border-right-color: rgb(236 239 250 / 0.65);
}

.focus\:border-x-neutral-03\/70:focus{
  border-left-color: rgb(236 239 250 / 0.7);
  border-right-color: rgb(236 239 250 / 0.7);
}

.focus\:border-x-neutral-03\/75:focus{
  border-left-color: rgb(236 239 250 / 0.75);
  border-right-color: rgb(236 239 250 / 0.75);
}

.focus\:border-x-neutral-03\/80:focus{
  border-left-color: rgb(236 239 250 / 0.8);
  border-right-color: rgb(236 239 250 / 0.8);
}

.focus\:border-x-neutral-03\/85:focus{
  border-left-color: rgb(236 239 250 / 0.85);
  border-right-color: rgb(236 239 250 / 0.85);
}

.focus\:border-x-neutral-03\/90:focus{
  border-left-color: rgb(236 239 250 / 0.9);
  border-right-color: rgb(236 239 250 / 0.9);
}

.focus\:border-x-neutral-03\/95:focus{
  border-left-color: rgb(236 239 250 / 0.95);
  border-right-color: rgb(236 239 250 / 0.95);
}

.focus\:border-x-neutral-04:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(215 218 226 / var(--tw-border-opacity));
  border-right-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.focus\:border-x-neutral-04\/0:focus{
  border-left-color: rgb(215 218 226 / 0);
  border-right-color: rgb(215 218 226 / 0);
}

.focus\:border-x-neutral-04\/10:focus{
  border-left-color: rgb(215 218 226 / 0.1);
  border-right-color: rgb(215 218 226 / 0.1);
}

.focus\:border-x-neutral-04\/100:focus{
  border-left-color: rgb(215 218 226 / 1);
  border-right-color: rgb(215 218 226 / 1);
}

.focus\:border-x-neutral-04\/15:focus{
  border-left-color: rgb(215 218 226 / 0.15);
  border-right-color: rgb(215 218 226 / 0.15);
}

.focus\:border-x-neutral-04\/20:focus{
  border-left-color: rgb(215 218 226 / 0.2);
  border-right-color: rgb(215 218 226 / 0.2);
}

.focus\:border-x-neutral-04\/25:focus{
  border-left-color: rgb(215 218 226 / 0.25);
  border-right-color: rgb(215 218 226 / 0.25);
}

.focus\:border-x-neutral-04\/30:focus{
  border-left-color: rgb(215 218 226 / 0.3);
  border-right-color: rgb(215 218 226 / 0.3);
}

.focus\:border-x-neutral-04\/35:focus{
  border-left-color: rgb(215 218 226 / 0.35);
  border-right-color: rgb(215 218 226 / 0.35);
}

.focus\:border-x-neutral-04\/40:focus{
  border-left-color: rgb(215 218 226 / 0.4);
  border-right-color: rgb(215 218 226 / 0.4);
}

.focus\:border-x-neutral-04\/45:focus{
  border-left-color: rgb(215 218 226 / 0.45);
  border-right-color: rgb(215 218 226 / 0.45);
}

.focus\:border-x-neutral-04\/5:focus{
  border-left-color: rgb(215 218 226 / 0.05);
  border-right-color: rgb(215 218 226 / 0.05);
}

.focus\:border-x-neutral-04\/50:focus{
  border-left-color: rgb(215 218 226 / 0.5);
  border-right-color: rgb(215 218 226 / 0.5);
}

.focus\:border-x-neutral-04\/55:focus{
  border-left-color: rgb(215 218 226 / 0.55);
  border-right-color: rgb(215 218 226 / 0.55);
}

.focus\:border-x-neutral-04\/60:focus{
  border-left-color: rgb(215 218 226 / 0.6);
  border-right-color: rgb(215 218 226 / 0.6);
}

.focus\:border-x-neutral-04\/65:focus{
  border-left-color: rgb(215 218 226 / 0.65);
  border-right-color: rgb(215 218 226 / 0.65);
}

.focus\:border-x-neutral-04\/70:focus{
  border-left-color: rgb(215 218 226 / 0.7);
  border-right-color: rgb(215 218 226 / 0.7);
}

.focus\:border-x-neutral-04\/75:focus{
  border-left-color: rgb(215 218 226 / 0.75);
  border-right-color: rgb(215 218 226 / 0.75);
}

.focus\:border-x-neutral-04\/80:focus{
  border-left-color: rgb(215 218 226 / 0.8);
  border-right-color: rgb(215 218 226 / 0.8);
}

.focus\:border-x-neutral-04\/85:focus{
  border-left-color: rgb(215 218 226 / 0.85);
  border-right-color: rgb(215 218 226 / 0.85);
}

.focus\:border-x-neutral-04\/90:focus{
  border-left-color: rgb(215 218 226 / 0.9);
  border-right-color: rgb(215 218 226 / 0.9);
}

.focus\:border-x-neutral-04\/95:focus{
  border-left-color: rgb(215 218 226 / 0.95);
  border-right-color: rgb(215 218 226 / 0.95);
}

.focus\:border-x-neutral-05:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(246 246 246 / var(--tw-border-opacity));
  border-right-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:border-x-neutral-05\/0:focus{
  border-left-color: rgb(246 246 246 / 0);
  border-right-color: rgb(246 246 246 / 0);
}

.focus\:border-x-neutral-05\/10:focus{
  border-left-color: rgb(246 246 246 / 0.1);
  border-right-color: rgb(246 246 246 / 0.1);
}

.focus\:border-x-neutral-05\/100:focus{
  border-left-color: rgb(246 246 246 / 1);
  border-right-color: rgb(246 246 246 / 1);
}

.focus\:border-x-neutral-05\/15:focus{
  border-left-color: rgb(246 246 246 / 0.15);
  border-right-color: rgb(246 246 246 / 0.15);
}

.focus\:border-x-neutral-05\/20:focus{
  border-left-color: rgb(246 246 246 / 0.2);
  border-right-color: rgb(246 246 246 / 0.2);
}

.focus\:border-x-neutral-05\/25:focus{
  border-left-color: rgb(246 246 246 / 0.25);
  border-right-color: rgb(246 246 246 / 0.25);
}

.focus\:border-x-neutral-05\/30:focus{
  border-left-color: rgb(246 246 246 / 0.3);
  border-right-color: rgb(246 246 246 / 0.3);
}

.focus\:border-x-neutral-05\/35:focus{
  border-left-color: rgb(246 246 246 / 0.35);
  border-right-color: rgb(246 246 246 / 0.35);
}

.focus\:border-x-neutral-05\/40:focus{
  border-left-color: rgb(246 246 246 / 0.4);
  border-right-color: rgb(246 246 246 / 0.4);
}

.focus\:border-x-neutral-05\/45:focus{
  border-left-color: rgb(246 246 246 / 0.45);
  border-right-color: rgb(246 246 246 / 0.45);
}

.focus\:border-x-neutral-05\/5:focus{
  border-left-color: rgb(246 246 246 / 0.05);
  border-right-color: rgb(246 246 246 / 0.05);
}

.focus\:border-x-neutral-05\/50:focus{
  border-left-color: rgb(246 246 246 / 0.5);
  border-right-color: rgb(246 246 246 / 0.5);
}

.focus\:border-x-neutral-05\/55:focus{
  border-left-color: rgb(246 246 246 / 0.55);
  border-right-color: rgb(246 246 246 / 0.55);
}

.focus\:border-x-neutral-05\/60:focus{
  border-left-color: rgb(246 246 246 / 0.6);
  border-right-color: rgb(246 246 246 / 0.6);
}

.focus\:border-x-neutral-05\/65:focus{
  border-left-color: rgb(246 246 246 / 0.65);
  border-right-color: rgb(246 246 246 / 0.65);
}

.focus\:border-x-neutral-05\/70:focus{
  border-left-color: rgb(246 246 246 / 0.7);
  border-right-color: rgb(246 246 246 / 0.7);
}

.focus\:border-x-neutral-05\/75:focus{
  border-left-color: rgb(246 246 246 / 0.75);
  border-right-color: rgb(246 246 246 / 0.75);
}

.focus\:border-x-neutral-05\/80:focus{
  border-left-color: rgb(246 246 246 / 0.8);
  border-right-color: rgb(246 246 246 / 0.8);
}

.focus\:border-x-neutral-05\/85:focus{
  border-left-color: rgb(246 246 246 / 0.85);
  border-right-color: rgb(246 246 246 / 0.85);
}

.focus\:border-x-neutral-05\/90:focus{
  border-left-color: rgb(246 246 246 / 0.9);
  border-right-color: rgb(246 246 246 / 0.9);
}

.focus\:border-x-neutral-05\/95:focus{
  border-left-color: rgb(246 246 246 / 0.95);
  border-right-color: rgb(246 246 246 / 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\/15:focus{
  border-left-color: rgb(245 245 245 / 0.15);
  border-right-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 245 245 / 0.35);
  border-right-color: rgb(245 245 245 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(245 245 245 / 0.45);
  border-right-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 245 245 / 0.55);
  border-right-color: rgb(245 245 245 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(245 245 245 / 0.65);
  border-right-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 245 245 / 0.85);
  border-right-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(229 229 229 / 0.15);
  border-right-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(229 229 229 / 0.35);
  border-right-color: rgb(229 229 229 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(229 229 229 / 0.45);
  border-right-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(229 229 229 / 0.55);
  border-right-color: rgb(229 229 229 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(229 229 229 / 0.65);
  border-right-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(229 229 229 / 0.85);
  border-right-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(212 212 212 / 0.15);
  border-right-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(212 212 212 / 0.35);
  border-right-color: rgb(212 212 212 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(212 212 212 / 0.45);
  border-right-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(212 212 212 / 0.55);
  border-right-color: rgb(212 212 212 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(212 212 212 / 0.65);
  border-right-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(212 212 212 / 0.85);
  border-right-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(163 163 163 / 0.15);
  border-right-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(163 163 163 / 0.35);
  border-right-color: rgb(163 163 163 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(163 163 163 / 0.45);
  border-right-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(163 163 163 / 0.55);
  border-right-color: rgb(163 163 163 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(163 163 163 / 0.65);
  border-right-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(163 163 163 / 0.85);
  border-right-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(115 115 115 / 0.15);
  border-right-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(115 115 115 / 0.35);
  border-right-color: rgb(115 115 115 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(115 115 115 / 0.45);
  border-right-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(115 115 115 / 0.55);
  border-right-color: rgb(115 115 115 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(115 115 115 / 0.65);
  border-right-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(115 115 115 / 0.85);
  border-right-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(82 82 82 / 0.15);
  border-right-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(82 82 82 / 0.35);
  border-right-color: rgb(82 82 82 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(82 82 82 / 0.45);
  border-right-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(82 82 82 / 0.55);
  border-right-color: rgb(82 82 82 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(82 82 82 / 0.65);
  border-right-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(82 82 82 / 0.85);
  border-right-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(64 64 64 / 0.15);
  border-right-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(64 64 64 / 0.35);
  border-right-color: rgb(64 64 64 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(64 64 64 / 0.45);
  border-right-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(64 64 64 / 0.55);
  border-right-color: rgb(64 64 64 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(64 64 64 / 0.65);
  border-right-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(64 64 64 / 0.85);
  border-right-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(38 38 38 / 0.15);
  border-right-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(38 38 38 / 0.35);
  border-right-color: rgb(38 38 38 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(38 38 38 / 0.45);
  border-right-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(38 38 38 / 0.55);
  border-right-color: rgb(38 38 38 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(38 38 38 / 0.65);
  border-right-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(38 38 38 / 0.85);
  border-right-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(23 23 23 / 0.15);
  border-right-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(23 23 23 / 0.35);
  border-right-color: rgb(23 23 23 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(23 23 23 / 0.45);
  border-right-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(23 23 23 / 0.55);
  border-right-color: rgb(23 23 23 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(23 23 23 / 0.65);
  border-right-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(23 23 23 / 0.85);
  border-right-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(10 10 10 / 0.15);
  border-right-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(10 10 10 / 0.35);
  border-right-color: rgb(10 10 10 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(10 10 10 / 0.45);
  border-right-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(10 10 10 / 0.55);
  border-right-color: rgb(10 10 10 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(10 10 10 / 0.65);
  border-right-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(10 10 10 / 0.85);
  border-right-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 237 213 / 0.15);
  border-right-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 237 213 / 0.35);
  border-right-color: rgb(255 237 213 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(255 237 213 / 0.45);
  border-right-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 237 213 / 0.55);
  border-right-color: rgb(255 237 213 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(255 237 213 / 0.65);
  border-right-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 237 213 / 0.85);
  border-right-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 215 170 / 0.15);
  border-right-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 215 170 / 0.35);
  border-right-color: rgb(254 215 170 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(254 215 170 / 0.45);
  border-right-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 215 170 / 0.55);
  border-right-color: rgb(254 215 170 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(254 215 170 / 0.65);
  border-right-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 215 170 / 0.85);
  border-right-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 186 116 / 0.15);
  border-right-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 186 116 / 0.35);
  border-right-color: rgb(253 186 116 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(253 186 116 / 0.45);
  border-right-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 186 116 / 0.55);
  border-right-color: rgb(253 186 116 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(253 186 116 / 0.65);
  border-right-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 186 116 / 0.85);
  border-right-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(251 146 60 / 0.15);
  border-right-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(251 146 60 / 0.35);
  border-right-color: rgb(251 146 60 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(251 146 60 / 0.45);
  border-right-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(251 146 60 / 0.55);
  border-right-color: rgb(251 146 60 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(251 146 60 / 0.65);
  border-right-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(251 146 60 / 0.85);
  border-right-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 247 237 / 0.15);
  border-right-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 247 237 / 0.35);
  border-right-color: rgb(255 247 237 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(255 247 237 / 0.45);
  border-right-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 247 237 / 0.55);
  border-right-color: rgb(255 247 237 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(255 247 237 / 0.65);
  border-right-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 247 237 / 0.85);
  border-right-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(249 115 22 / 0.15);
  border-right-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(249 115 22 / 0.35);
  border-right-color: rgb(249 115 22 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(249 115 22 / 0.45);
  border-right-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(249 115 22 / 0.55);
  border-right-color: rgb(249 115 22 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(249 115 22 / 0.65);
  border-right-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(249 115 22 / 0.85);
  border-right-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(234 88 12 / 0.15);
  border-right-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(234 88 12 / 0.35);
  border-right-color: rgb(234 88 12 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(234 88 12 / 0.45);
  border-right-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(234 88 12 / 0.55);
  border-right-color: rgb(234 88 12 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(234 88 12 / 0.65);
  border-right-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(234 88 12 / 0.85);
  border-right-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(194 65 12 / 0.15);
  border-right-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(194 65 12 / 0.35);
  border-right-color: rgb(194 65 12 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(194 65 12 / 0.45);
  border-right-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(194 65 12 / 0.55);
  border-right-color: rgb(194 65 12 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(194 65 12 / 0.65);
  border-right-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(194 65 12 / 0.85);
  border-right-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(154 52 18 / 0.15);
  border-right-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(154 52 18 / 0.35);
  border-right-color: rgb(154 52 18 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(154 52 18 / 0.45);
  border-right-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(154 52 18 / 0.55);
  border-right-color: rgb(154 52 18 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(154 52 18 / 0.65);
  border-right-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(154 52 18 / 0.85);
  border-right-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(124 45 18 / 0.15);
  border-right-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(124 45 18 / 0.35);
  border-right-color: rgb(124 45 18 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(124 45 18 / 0.45);
  border-right-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(124 45 18 / 0.55);
  border-right-color: rgb(124 45 18 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(124 45 18 / 0.65);
  border-right-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(124 45 18 / 0.85);
  border-right-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(67 20 7 / 0.15);
  border-right-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(67 20 7 / 0.35);
  border-right-color: rgb(67 20 7 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(67 20 7 / 0.45);
  border-right-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(67 20 7 / 0.55);
  border-right-color: rgb(67 20 7 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(67 20 7 / 0.65);
  border-right-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(67 20 7 / 0.85);
  border-right-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  border-left-color: rgb(252 231 243 / 0.15);
  border-right-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(252 231 243 / 0.35);
  border-right-color: rgb(252 231 243 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(252 231 243 / 0.45);
  border-right-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(252 231 243 / 0.55);
  border-right-color: rgb(252 231 243 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(252 231 243 / 0.65);
  border-right-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(252 231 243 / 0.85);
  border-right-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(251 207 232 / 0.15);
  border-right-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(251 207 232 / 0.35);
  border-right-color: rgb(251 207 232 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(251 207 232 / 0.45);
  border-right-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(251 207 232 / 0.55);
  border-right-color: rgb(251 207 232 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(251 207 232 / 0.65);
  border-right-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(251 207 232 / 0.85);
  border-right-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(249 168 212 / 0.15);
  border-right-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(249 168 212 / 0.35);
  border-right-color: rgb(249 168 212 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(249 168 212 / 0.45);
  border-right-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(249 168 212 / 0.55);
  border-right-color: rgb(249 168 212 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(249 168 212 / 0.65);
  border-right-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(249 168 212 / 0.85);
  border-right-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(244 114 182 / 0.15);
  border-right-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(244 114 182 / 0.35);
  border-right-color: rgb(244 114 182 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(244 114 182 / 0.45);
  border-right-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(244 114 182 / 0.55);
  border-right-color: rgb(244 114 182 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(244 114 182 / 0.65);
  border-right-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(244 114 182 / 0.85);
  border-right-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 242 248 / 0.15);
  border-right-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 242 248 / 0.35);
  border-right-color: rgb(253 242 248 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(253 242 248 / 0.45);
  border-right-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 242 248 / 0.55);
  border-right-color: rgb(253 242 248 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(253 242 248 / 0.65);
  border-right-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 242 248 / 0.85);
  border-right-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(236 72 153 / 0.15);
  border-right-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(236 72 153 / 0.35);
  border-right-color: rgb(236 72 153 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(236 72 153 / 0.45);
  border-right-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(236 72 153 / 0.55);
  border-right-color: rgb(236 72 153 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(236 72 153 / 0.65);
  border-right-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(236 72 153 / 0.85);
  border-right-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(219 39 119 / 0.15);
  border-right-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(219 39 119 / 0.35);
  border-right-color: rgb(219 39 119 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(219 39 119 / 0.45);
  border-right-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(219 39 119 / 0.55);
  border-right-color: rgb(219 39 119 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(219 39 119 / 0.65);
  border-right-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(219 39 119 / 0.85);
  border-right-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(190 24 93 / 0.15);
  border-right-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(190 24 93 / 0.35);
  border-right-color: rgb(190 24 93 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(190 24 93 / 0.45);
  border-right-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(190 24 93 / 0.55);
  border-right-color: rgb(190 24 93 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(190 24 93 / 0.65);
  border-right-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(190 24 93 / 0.85);
  border-right-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(157 23 77 / 0.15);
  border-right-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(157 23 77 / 0.35);
  border-right-color: rgb(157 23 77 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(157 23 77 / 0.45);
  border-right-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(157 23 77 / 0.55);
  border-right-color: rgb(157 23 77 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(157 23 77 / 0.65);
  border-right-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(157 23 77 / 0.85);
  border-right-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(131 24 67 / 0.15);
  border-right-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(131 24 67 / 0.35);
  border-right-color: rgb(131 24 67 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(131 24 67 / 0.45);
  border-right-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(131 24 67 / 0.55);
  border-right-color: rgb(131 24 67 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(131 24 67 / 0.65);
  border-right-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(131 24 67 / 0.85);
  border-right-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(80 7 36 / 0.15);
  border-right-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(80 7 36 / 0.35);
  border-right-color: rgb(80 7 36 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(80 7 36 / 0.45);
  border-right-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(80 7 36 / 0.55);
  border-right-color: rgb(80 7 36 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(80 7 36 / 0.65);
  border-right-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(80 7 36 / 0.85);
  border-right-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 70 192 / var(--tw-border-opacity));
  border-right-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.focus\:border-x-primary-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 57 169 / var(--tw-border-opacity));
  border-right-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.focus\:border-x-primary-hover\/0:focus{
  border-left-color: rgb(71 57 169 / 0);
  border-right-color: rgb(71 57 169 / 0);
}

.focus\:border-x-primary-hover\/10:focus{
  border-left-color: rgb(71 57 169 / 0.1);
  border-right-color: rgb(71 57 169 / 0.1);
}

.focus\:border-x-primary-hover\/100:focus{
  border-left-color: rgb(71 57 169 / 1);
  border-right-color: rgb(71 57 169 / 1);
}

.focus\:border-x-primary-hover\/15:focus{
  border-left-color: rgb(71 57 169 / 0.15);
  border-right-color: rgb(71 57 169 / 0.15);
}

.focus\:border-x-primary-hover\/20:focus{
  border-left-color: rgb(71 57 169 / 0.2);
  border-right-color: rgb(71 57 169 / 0.2);
}

.focus\:border-x-primary-hover\/25:focus{
  border-left-color: rgb(71 57 169 / 0.25);
  border-right-color: rgb(71 57 169 / 0.25);
}

.focus\:border-x-primary-hover\/30:focus{
  border-left-color: rgb(71 57 169 / 0.3);
  border-right-color: rgb(71 57 169 / 0.3);
}

.focus\:border-x-primary-hover\/35:focus{
  border-left-color: rgb(71 57 169 / 0.35);
  border-right-color: rgb(71 57 169 / 0.35);
}

.focus\:border-x-primary-hover\/40:focus{
  border-left-color: rgb(71 57 169 / 0.4);
  border-right-color: rgb(71 57 169 / 0.4);
}

.focus\:border-x-primary-hover\/45:focus{
  border-left-color: rgb(71 57 169 / 0.45);
  border-right-color: rgb(71 57 169 / 0.45);
}

.focus\:border-x-primary-hover\/5:focus{
  border-left-color: rgb(71 57 169 / 0.05);
  border-right-color: rgb(71 57 169 / 0.05);
}

.focus\:border-x-primary-hover\/50:focus{
  border-left-color: rgb(71 57 169 / 0.5);
  border-right-color: rgb(71 57 169 / 0.5);
}

.focus\:border-x-primary-hover\/55:focus{
  border-left-color: rgb(71 57 169 / 0.55);
  border-right-color: rgb(71 57 169 / 0.55);
}

.focus\:border-x-primary-hover\/60:focus{
  border-left-color: rgb(71 57 169 / 0.6);
  border-right-color: rgb(71 57 169 / 0.6);
}

.focus\:border-x-primary-hover\/65:focus{
  border-left-color: rgb(71 57 169 / 0.65);
  border-right-color: rgb(71 57 169 / 0.65);
}

.focus\:border-x-primary-hover\/70:focus{
  border-left-color: rgb(71 57 169 / 0.7);
  border-right-color: rgb(71 57 169 / 0.7);
}

.focus\:border-x-primary-hover\/75:focus{
  border-left-color: rgb(71 57 169 / 0.75);
  border-right-color: rgb(71 57 169 / 0.75);
}

.focus\:border-x-primary-hover\/80:focus{
  border-left-color: rgb(71 57 169 / 0.8);
  border-right-color: rgb(71 57 169 / 0.8);
}

.focus\:border-x-primary-hover\/85:focus{
  border-left-color: rgb(71 57 169 / 0.85);
  border-right-color: rgb(71 57 169 / 0.85);
}

.focus\:border-x-primary-hover\/90:focus{
  border-left-color: rgb(71 57 169 / 0.9);
  border-right-color: rgb(71 57 169 / 0.9);
}

.focus\:border-x-primary-hover\/95:focus{
  border-left-color: rgb(71 57 169 / 0.95);
  border-right-color: rgb(71 57 169 / 0.95);
}

.focus\:border-x-primary\/0:focus{
  border-left-color: rgb(85 70 192 / 0);
  border-right-color: rgb(85 70 192 / 0);
}

.focus\:border-x-primary\/10:focus{
  border-left-color: rgb(85 70 192 / 0.1);
  border-right-color: rgb(85 70 192 / 0.1);
}

.focus\:border-x-primary\/100:focus{
  border-left-color: rgb(85 70 192 / 1);
  border-right-color: rgb(85 70 192 / 1);
}

.focus\:border-x-primary\/15:focus{
  border-left-color: rgb(85 70 192 / 0.15);
  border-right-color: rgb(85 70 192 / 0.15);
}

.focus\:border-x-primary\/20:focus{
  border-left-color: rgb(85 70 192 / 0.2);
  border-right-color: rgb(85 70 192 / 0.2);
}

.focus\:border-x-primary\/25:focus{
  border-left-color: rgb(85 70 192 / 0.25);
  border-right-color: rgb(85 70 192 / 0.25);
}

.focus\:border-x-primary\/30:focus{
  border-left-color: rgb(85 70 192 / 0.3);
  border-right-color: rgb(85 70 192 / 0.3);
}

.focus\:border-x-primary\/35:focus{
  border-left-color: rgb(85 70 192 / 0.35);
  border-right-color: rgb(85 70 192 / 0.35);
}

.focus\:border-x-primary\/40:focus{
  border-left-color: rgb(85 70 192 / 0.4);
  border-right-color: rgb(85 70 192 / 0.4);
}

.focus\:border-x-primary\/45:focus{
  border-left-color: rgb(85 70 192 / 0.45);
  border-right-color: rgb(85 70 192 / 0.45);
}

.focus\:border-x-primary\/5:focus{
  border-left-color: rgb(85 70 192 / 0.05);
  border-right-color: rgb(85 70 192 / 0.05);
}

.focus\:border-x-primary\/50:focus{
  border-left-color: rgb(85 70 192 / 0.5);
  border-right-color: rgb(85 70 192 / 0.5);
}

.focus\:border-x-primary\/55:focus{
  border-left-color: rgb(85 70 192 / 0.55);
  border-right-color: rgb(85 70 192 / 0.55);
}

.focus\:border-x-primary\/60:focus{
  border-left-color: rgb(85 70 192 / 0.6);
  border-right-color: rgb(85 70 192 / 0.6);
}

.focus\:border-x-primary\/65:focus{
  border-left-color: rgb(85 70 192 / 0.65);
  border-right-color: rgb(85 70 192 / 0.65);
}

.focus\:border-x-primary\/70:focus{
  border-left-color: rgb(85 70 192 / 0.7);
  border-right-color: rgb(85 70 192 / 0.7);
}

.focus\:border-x-primary\/75:focus{
  border-left-color: rgb(85 70 192 / 0.75);
  border-right-color: rgb(85 70 192 / 0.75);
}

.focus\:border-x-primary\/80:focus{
  border-left-color: rgb(85 70 192 / 0.8);
  border-right-color: rgb(85 70 192 / 0.8);
}

.focus\:border-x-primary\/85:focus{
  border-left-color: rgb(85 70 192 / 0.85);
  border-right-color: rgb(85 70 192 / 0.85);
}

.focus\:border-x-primary\/90:focus{
  border-left-color: rgb(85 70 192 / 0.9);
  border-right-color: rgb(85 70 192 / 0.9);
}

.focus\:border-x-primary\/95:focus{
  border-left-color: rgb(85 70 192 / 0.95);
  border-right-color: rgb(85 70 192 / 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\/15:focus{
  border-left-color: rgb(243 232 255 / 0.15);
  border-right-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(243 232 255 / 0.35);
  border-right-color: rgb(243 232 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(243 232 255 / 0.45);
  border-right-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(243 232 255 / 0.55);
  border-right-color: rgb(243 232 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(243 232 255 / 0.65);
  border-right-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(243 232 255 / 0.85);
  border-right-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(233 213 255 / 0.15);
  border-right-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(233 213 255 / 0.35);
  border-right-color: rgb(233 213 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(233 213 255 / 0.45);
  border-right-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(233 213 255 / 0.55);
  border-right-color: rgb(233 213 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(233 213 255 / 0.65);
  border-right-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(233 213 255 / 0.85);
  border-right-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(216 180 254 / 0.15);
  border-right-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(216 180 254 / 0.35);
  border-right-color: rgb(216 180 254 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(216 180 254 / 0.45);
  border-right-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(216 180 254 / 0.55);
  border-right-color: rgb(216 180 254 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(216 180 254 / 0.65);
  border-right-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(216 180 254 / 0.85);
  border-right-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(192 132 252 / 0.15);
  border-right-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(192 132 252 / 0.35);
  border-right-color: rgb(192 132 252 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(192 132 252 / 0.45);
  border-right-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(192 132 252 / 0.55);
  border-right-color: rgb(192 132 252 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(192 132 252 / 0.65);
  border-right-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(192 132 252 / 0.85);
  border-right-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 245 255 / 0.15);
  border-right-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 245 255 / 0.35);
  border-right-color: rgb(250 245 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(250 245 255 / 0.45);
  border-right-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 245 255 / 0.55);
  border-right-color: rgb(250 245 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(250 245 255 / 0.65);
  border-right-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 245 255 / 0.85);
  border-right-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(168 85 247 / 0.15);
  border-right-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(168 85 247 / 0.35);
  border-right-color: rgb(168 85 247 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(168 85 247 / 0.45);
  border-right-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(168 85 247 / 0.55);
  border-right-color: rgb(168 85 247 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(168 85 247 / 0.65);
  border-right-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(168 85 247 / 0.85);
  border-right-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(147 51 234 / 0.15);
  border-right-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(147 51 234 / 0.35);
  border-right-color: rgb(147 51 234 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(147 51 234 / 0.45);
  border-right-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(147 51 234 / 0.55);
  border-right-color: rgb(147 51 234 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(147 51 234 / 0.65);
  border-right-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(147 51 234 / 0.85);
  border-right-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(126 34 206 / 0.15);
  border-right-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(126 34 206 / 0.35);
  border-right-color: rgb(126 34 206 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(126 34 206 / 0.45);
  border-right-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(126 34 206 / 0.55);
  border-right-color: rgb(126 34 206 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(126 34 206 / 0.65);
  border-right-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(126 34 206 / 0.85);
  border-right-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(107 33 168 / 0.15);
  border-right-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(107 33 168 / 0.35);
  border-right-color: rgb(107 33 168 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(107 33 168 / 0.45);
  border-right-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(107 33 168 / 0.55);
  border-right-color: rgb(107 33 168 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(107 33 168 / 0.65);
  border-right-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(107 33 168 / 0.85);
  border-right-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(88 28 135 / 0.15);
  border-right-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(88 28 135 / 0.35);
  border-right-color: rgb(88 28 135 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(88 28 135 / 0.45);
  border-right-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(88 28 135 / 0.55);
  border-right-color: rgb(88 28 135 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(88 28 135 / 0.65);
  border-right-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(88 28 135 / 0.85);
  border-right-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(59 7 100 / 0.15);
  border-right-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(59 7 100 / 0.35);
  border-right-color: rgb(59 7 100 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(59 7 100 / 0.45);
  border-right-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(59 7 100 / 0.55);
  border-right-color: rgb(59 7 100 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(59 7 100 / 0.65);
  border-right-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(59 7 100 / 0.85);
  border-right-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(61 209 246 / var(--tw-border-opacity));
  border-right-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.focus\:border-x-quaternary-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(43 202 241 / var(--tw-border-opacity));
  border-right-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.focus\:border-x-quaternary-hover\/0:focus{
  border-left-color: rgb(43 202 241 / 0);
  border-right-color: rgb(43 202 241 / 0);
}

.focus\:border-x-quaternary-hover\/10:focus{
  border-left-color: rgb(43 202 241 / 0.1);
  border-right-color: rgb(43 202 241 / 0.1);
}

.focus\:border-x-quaternary-hover\/100:focus{
  border-left-color: rgb(43 202 241 / 1);
  border-right-color: rgb(43 202 241 / 1);
}

.focus\:border-x-quaternary-hover\/15:focus{
  border-left-color: rgb(43 202 241 / 0.15);
  border-right-color: rgb(43 202 241 / 0.15);
}

.focus\:border-x-quaternary-hover\/20:focus{
  border-left-color: rgb(43 202 241 / 0.2);
  border-right-color: rgb(43 202 241 / 0.2);
}

.focus\:border-x-quaternary-hover\/25:focus{
  border-left-color: rgb(43 202 241 / 0.25);
  border-right-color: rgb(43 202 241 / 0.25);
}

.focus\:border-x-quaternary-hover\/30:focus{
  border-left-color: rgb(43 202 241 / 0.3);
  border-right-color: rgb(43 202 241 / 0.3);
}

.focus\:border-x-quaternary-hover\/35:focus{
  border-left-color: rgb(43 202 241 / 0.35);
  border-right-color: rgb(43 202 241 / 0.35);
}

.focus\:border-x-quaternary-hover\/40:focus{
  border-left-color: rgb(43 202 241 / 0.4);
  border-right-color: rgb(43 202 241 / 0.4);
}

.focus\:border-x-quaternary-hover\/45:focus{
  border-left-color: rgb(43 202 241 / 0.45);
  border-right-color: rgb(43 202 241 / 0.45);
}

.focus\:border-x-quaternary-hover\/5:focus{
  border-left-color: rgb(43 202 241 / 0.05);
  border-right-color: rgb(43 202 241 / 0.05);
}

.focus\:border-x-quaternary-hover\/50:focus{
  border-left-color: rgb(43 202 241 / 0.5);
  border-right-color: rgb(43 202 241 / 0.5);
}

.focus\:border-x-quaternary-hover\/55:focus{
  border-left-color: rgb(43 202 241 / 0.55);
  border-right-color: rgb(43 202 241 / 0.55);
}

.focus\:border-x-quaternary-hover\/60:focus{
  border-left-color: rgb(43 202 241 / 0.6);
  border-right-color: rgb(43 202 241 / 0.6);
}

.focus\:border-x-quaternary-hover\/65:focus{
  border-left-color: rgb(43 202 241 / 0.65);
  border-right-color: rgb(43 202 241 / 0.65);
}

.focus\:border-x-quaternary-hover\/70:focus{
  border-left-color: rgb(43 202 241 / 0.7);
  border-right-color: rgb(43 202 241 / 0.7);
}

.focus\:border-x-quaternary-hover\/75:focus{
  border-left-color: rgb(43 202 241 / 0.75);
  border-right-color: rgb(43 202 241 / 0.75);
}

.focus\:border-x-quaternary-hover\/80:focus{
  border-left-color: rgb(43 202 241 / 0.8);
  border-right-color: rgb(43 202 241 / 0.8);
}

.focus\:border-x-quaternary-hover\/85:focus{
  border-left-color: rgb(43 202 241 / 0.85);
  border-right-color: rgb(43 202 241 / 0.85);
}

.focus\:border-x-quaternary-hover\/90:focus{
  border-left-color: rgb(43 202 241 / 0.9);
  border-right-color: rgb(43 202 241 / 0.9);
}

.focus\:border-x-quaternary-hover\/95:focus{
  border-left-color: rgb(43 202 241 / 0.95);
  border-right-color: rgb(43 202 241 / 0.95);
}

.focus\:border-x-quaternary\/0:focus{
  border-left-color: rgb(61 209 246 / 0);
  border-right-color: rgb(61 209 246 / 0);
}

.focus\:border-x-quaternary\/10:focus{
  border-left-color: rgb(61 209 246 / 0.1);
  border-right-color: rgb(61 209 246 / 0.1);
}

.focus\:border-x-quaternary\/100:focus{
  border-left-color: rgb(61 209 246 / 1);
  border-right-color: rgb(61 209 246 / 1);
}

.focus\:border-x-quaternary\/15:focus{
  border-left-color: rgb(61 209 246 / 0.15);
  border-right-color: rgb(61 209 246 / 0.15);
}

.focus\:border-x-quaternary\/20:focus{
  border-left-color: rgb(61 209 246 / 0.2);
  border-right-color: rgb(61 209 246 / 0.2);
}

.focus\:border-x-quaternary\/25:focus{
  border-left-color: rgb(61 209 246 / 0.25);
  border-right-color: rgb(61 209 246 / 0.25);
}

.focus\:border-x-quaternary\/30:focus{
  border-left-color: rgb(61 209 246 / 0.3);
  border-right-color: rgb(61 209 246 / 0.3);
}

.focus\:border-x-quaternary\/35:focus{
  border-left-color: rgb(61 209 246 / 0.35);
  border-right-color: rgb(61 209 246 / 0.35);
}

.focus\:border-x-quaternary\/40:focus{
  border-left-color: rgb(61 209 246 / 0.4);
  border-right-color: rgb(61 209 246 / 0.4);
}

.focus\:border-x-quaternary\/45:focus{
  border-left-color: rgb(61 209 246 / 0.45);
  border-right-color: rgb(61 209 246 / 0.45);
}

.focus\:border-x-quaternary\/5:focus{
  border-left-color: rgb(61 209 246 / 0.05);
  border-right-color: rgb(61 209 246 / 0.05);
}

.focus\:border-x-quaternary\/50:focus{
  border-left-color: rgb(61 209 246 / 0.5);
  border-right-color: rgb(61 209 246 / 0.5);
}

.focus\:border-x-quaternary\/55:focus{
  border-left-color: rgb(61 209 246 / 0.55);
  border-right-color: rgb(61 209 246 / 0.55);
}

.focus\:border-x-quaternary\/60:focus{
  border-left-color: rgb(61 209 246 / 0.6);
  border-right-color: rgb(61 209 246 / 0.6);
}

.focus\:border-x-quaternary\/65:focus{
  border-left-color: rgb(61 209 246 / 0.65);
  border-right-color: rgb(61 209 246 / 0.65);
}

.focus\:border-x-quaternary\/70:focus{
  border-left-color: rgb(61 209 246 / 0.7);
  border-right-color: rgb(61 209 246 / 0.7);
}

.focus\:border-x-quaternary\/75:focus{
  border-left-color: rgb(61 209 246 / 0.75);
  border-right-color: rgb(61 209 246 / 0.75);
}

.focus\:border-x-quaternary\/80:focus{
  border-left-color: rgb(61 209 246 / 0.8);
  border-right-color: rgb(61 209 246 / 0.8);
}

.focus\:border-x-quaternary\/85:focus{
  border-left-color: rgb(61 209 246 / 0.85);
  border-right-color: rgb(61 209 246 / 0.85);
}

.focus\:border-x-quaternary\/90:focus{
  border-left-color: rgb(61 209 246 / 0.9);
  border-right-color: rgb(61 209 246 / 0.9);
}

.focus\:border-x-quaternary\/95:focus{
  border-left-color: rgb(61 209 246 / 0.95);
  border-right-color: rgb(61 209 246 / 0.95);
}

.focus\:border-x-quinary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 150 244 / var(--tw-border-opacity));
  border-right-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.focus\:border-x-quinary-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 126 222 / var(--tw-border-opacity));
  border-right-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.focus\:border-x-quinary-hover\/0:focus{
  border-left-color: rgb(112 126 222 / 0);
  border-right-color: rgb(112 126 222 / 0);
}

.focus\:border-x-quinary-hover\/10:focus{
  border-left-color: rgb(112 126 222 / 0.1);
  border-right-color: rgb(112 126 222 / 0.1);
}

.focus\:border-x-quinary-hover\/100:focus{
  border-left-color: rgb(112 126 222 / 1);
  border-right-color: rgb(112 126 222 / 1);
}

.focus\:border-x-quinary-hover\/15:focus{
  border-left-color: rgb(112 126 222 / 0.15);
  border-right-color: rgb(112 126 222 / 0.15);
}

.focus\:border-x-quinary-hover\/20:focus{
  border-left-color: rgb(112 126 222 / 0.2);
  border-right-color: rgb(112 126 222 / 0.2);
}

.focus\:border-x-quinary-hover\/25:focus{
  border-left-color: rgb(112 126 222 / 0.25);
  border-right-color: rgb(112 126 222 / 0.25);
}

.focus\:border-x-quinary-hover\/30:focus{
  border-left-color: rgb(112 126 222 / 0.3);
  border-right-color: rgb(112 126 222 / 0.3);
}

.focus\:border-x-quinary-hover\/35:focus{
  border-left-color: rgb(112 126 222 / 0.35);
  border-right-color: rgb(112 126 222 / 0.35);
}

.focus\:border-x-quinary-hover\/40:focus{
  border-left-color: rgb(112 126 222 / 0.4);
  border-right-color: rgb(112 126 222 / 0.4);
}

.focus\:border-x-quinary-hover\/45:focus{
  border-left-color: rgb(112 126 222 / 0.45);
  border-right-color: rgb(112 126 222 / 0.45);
}

.focus\:border-x-quinary-hover\/5:focus{
  border-left-color: rgb(112 126 222 / 0.05);
  border-right-color: rgb(112 126 222 / 0.05);
}

.focus\:border-x-quinary-hover\/50:focus{
  border-left-color: rgb(112 126 222 / 0.5);
  border-right-color: rgb(112 126 222 / 0.5);
}

.focus\:border-x-quinary-hover\/55:focus{
  border-left-color: rgb(112 126 222 / 0.55);
  border-right-color: rgb(112 126 222 / 0.55);
}

.focus\:border-x-quinary-hover\/60:focus{
  border-left-color: rgb(112 126 222 / 0.6);
  border-right-color: rgb(112 126 222 / 0.6);
}

.focus\:border-x-quinary-hover\/65:focus{
  border-left-color: rgb(112 126 222 / 0.65);
  border-right-color: rgb(112 126 222 / 0.65);
}

.focus\:border-x-quinary-hover\/70:focus{
  border-left-color: rgb(112 126 222 / 0.7);
  border-right-color: rgb(112 126 222 / 0.7);
}

.focus\:border-x-quinary-hover\/75:focus{
  border-left-color: rgb(112 126 222 / 0.75);
  border-right-color: rgb(112 126 222 / 0.75);
}

.focus\:border-x-quinary-hover\/80:focus{
  border-left-color: rgb(112 126 222 / 0.8);
  border-right-color: rgb(112 126 222 / 0.8);
}

.focus\:border-x-quinary-hover\/85:focus{
  border-left-color: rgb(112 126 222 / 0.85);
  border-right-color: rgb(112 126 222 / 0.85);
}

.focus\:border-x-quinary-hover\/90:focus{
  border-left-color: rgb(112 126 222 / 0.9);
  border-right-color: rgb(112 126 222 / 0.9);
}

.focus\:border-x-quinary-hover\/95:focus{
  border-left-color: rgb(112 126 222 / 0.95);
  border-right-color: rgb(112 126 222 / 0.95);
}

.focus\:border-x-quinary\/0:focus{
  border-left-color: rgb(136 150 244 / 0);
  border-right-color: rgb(136 150 244 / 0);
}

.focus\:border-x-quinary\/10:focus{
  border-left-color: rgb(136 150 244 / 0.1);
  border-right-color: rgb(136 150 244 / 0.1);
}

.focus\:border-x-quinary\/100:focus{
  border-left-color: rgb(136 150 244 / 1);
  border-right-color: rgb(136 150 244 / 1);
}

.focus\:border-x-quinary\/15:focus{
  border-left-color: rgb(136 150 244 / 0.15);
  border-right-color: rgb(136 150 244 / 0.15);
}

.focus\:border-x-quinary\/20:focus{
  border-left-color: rgb(136 150 244 / 0.2);
  border-right-color: rgb(136 150 244 / 0.2);
}

.focus\:border-x-quinary\/25:focus{
  border-left-color: rgb(136 150 244 / 0.25);
  border-right-color: rgb(136 150 244 / 0.25);
}

.focus\:border-x-quinary\/30:focus{
  border-left-color: rgb(136 150 244 / 0.3);
  border-right-color: rgb(136 150 244 / 0.3);
}

.focus\:border-x-quinary\/35:focus{
  border-left-color: rgb(136 150 244 / 0.35);
  border-right-color: rgb(136 150 244 / 0.35);
}

.focus\:border-x-quinary\/40:focus{
  border-left-color: rgb(136 150 244 / 0.4);
  border-right-color: rgb(136 150 244 / 0.4);
}

.focus\:border-x-quinary\/45:focus{
  border-left-color: rgb(136 150 244 / 0.45);
  border-right-color: rgb(136 150 244 / 0.45);
}

.focus\:border-x-quinary\/5:focus{
  border-left-color: rgb(136 150 244 / 0.05);
  border-right-color: rgb(136 150 244 / 0.05);
}

.focus\:border-x-quinary\/50:focus{
  border-left-color: rgb(136 150 244 / 0.5);
  border-right-color: rgb(136 150 244 / 0.5);
}

.focus\:border-x-quinary\/55:focus{
  border-left-color: rgb(136 150 244 / 0.55);
  border-right-color: rgb(136 150 244 / 0.55);
}

.focus\:border-x-quinary\/60:focus{
  border-left-color: rgb(136 150 244 / 0.6);
  border-right-color: rgb(136 150 244 / 0.6);
}

.focus\:border-x-quinary\/65:focus{
  border-left-color: rgb(136 150 244 / 0.65);
  border-right-color: rgb(136 150 244 / 0.65);
}

.focus\:border-x-quinary\/70:focus{
  border-left-color: rgb(136 150 244 / 0.7);
  border-right-color: rgb(136 150 244 / 0.7);
}

.focus\:border-x-quinary\/75:focus{
  border-left-color: rgb(136 150 244 / 0.75);
  border-right-color: rgb(136 150 244 / 0.75);
}

.focus\:border-x-quinary\/80:focus{
  border-left-color: rgb(136 150 244 / 0.8);
  border-right-color: rgb(136 150 244 / 0.8);
}

.focus\:border-x-quinary\/85:focus{
  border-left-color: rgb(136 150 244 / 0.85);
  border-right-color: rgb(136 150 244 / 0.85);
}

.focus\:border-x-quinary\/90:focus{
  border-left-color: rgb(136 150 244 / 0.9);
  border-right-color: rgb(136 150 244 / 0.9);
}

.focus\:border-x-quinary\/95:focus{
  border-left-color: rgb(136 150 244 / 0.95);
  border-right-color: rgb(136 150 244 / 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\/15:focus{
  border-left-color: rgb(254 226 226 / 0.15);
  border-right-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 226 226 / 0.35);
  border-right-color: rgb(254 226 226 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(254 226 226 / 0.45);
  border-right-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 226 226 / 0.55);
  border-right-color: rgb(254 226 226 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(254 226 226 / 0.65);
  border-right-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 226 226 / 0.85);
  border-right-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 202 202 / 0.15);
  border-right-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 202 202 / 0.35);
  border-right-color: rgb(254 202 202 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(254 202 202 / 0.45);
  border-right-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 202 202 / 0.55);
  border-right-color: rgb(254 202 202 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(254 202 202 / 0.65);
  border-right-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 202 202 / 0.85);
  border-right-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(252 165 165 / 0.15);
  border-right-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(252 165 165 / 0.35);
  border-right-color: rgb(252 165 165 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(252 165 165 / 0.45);
  border-right-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(252 165 165 / 0.55);
  border-right-color: rgb(252 165 165 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(252 165 165 / 0.65);
  border-right-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(252 165 165 / 0.85);
  border-right-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(248 113 113 / 0.15);
  border-right-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(248 113 113 / 0.35);
  border-right-color: rgb(248 113 113 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(248 113 113 / 0.45);
  border-right-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(248 113 113 / 0.55);
  border-right-color: rgb(248 113 113 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(248 113 113 / 0.65);
  border-right-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(248 113 113 / 0.85);
  border-right-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 242 242 / 0.15);
  border-right-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 242 242 / 0.35);
  border-right-color: rgb(254 242 242 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(254 242 242 / 0.45);
  border-right-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 242 242 / 0.55);
  border-right-color: rgb(254 242 242 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(254 242 242 / 0.65);
  border-right-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 242 242 / 0.85);
  border-right-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(239 68 68 / 0.15);
  border-right-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(239 68 68 / 0.35);
  border-right-color: rgb(239 68 68 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(239 68 68 / 0.45);
  border-right-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(239 68 68 / 0.55);
  border-right-color: rgb(239 68 68 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(239 68 68 / 0.65);
  border-right-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(239 68 68 / 0.85);
  border-right-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(220 38 38 / 0.15);
  border-right-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(220 38 38 / 0.35);
  border-right-color: rgb(220 38 38 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(220 38 38 / 0.45);
  border-right-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(220 38 38 / 0.55);
  border-right-color: rgb(220 38 38 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(220 38 38 / 0.65);
  border-right-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(220 38 38 / 0.85);
  border-right-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(185 28 28 / 0.15);
  border-right-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(185 28 28 / 0.35);
  border-right-color: rgb(185 28 28 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(185 28 28 / 0.45);
  border-right-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(185 28 28 / 0.55);
  border-right-color: rgb(185 28 28 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(185 28 28 / 0.65);
  border-right-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(185 28 28 / 0.85);
  border-right-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(153 27 27 / 0.15);
  border-right-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(153 27 27 / 0.35);
  border-right-color: rgb(153 27 27 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(153 27 27 / 0.45);
  border-right-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(153 27 27 / 0.55);
  border-right-color: rgb(153 27 27 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(153 27 27 / 0.65);
  border-right-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(153 27 27 / 0.85);
  border-right-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(127 29 29 / 0.15);
  border-right-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(127 29 29 / 0.35);
  border-right-color: rgb(127 29 29 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(127 29 29 / 0.45);
  border-right-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(127 29 29 / 0.55);
  border-right-color: rgb(127 29 29 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(127 29 29 / 0.65);
  border-right-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(127 29 29 / 0.85);
  border-right-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(69 10 10 / 0.15);
  border-right-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(69 10 10 / 0.35);
  border-right-color: rgb(69 10 10 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(69 10 10 / 0.45);
  border-right-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(69 10 10 / 0.55);
  border-right-color: rgb(69 10 10 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(69 10 10 / 0.65);
  border-right-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(69 10 10 / 0.85);
  border-right-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 228 230 / 0.15);
  border-right-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 228 230 / 0.35);
  border-right-color: rgb(255 228 230 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(255 228 230 / 0.45);
  border-right-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 228 230 / 0.55);
  border-right-color: rgb(255 228 230 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(255 228 230 / 0.65);
  border-right-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 228 230 / 0.85);
  border-right-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 205 211 / 0.15);
  border-right-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 205 211 / 0.35);
  border-right-color: rgb(254 205 211 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(254 205 211 / 0.45);
  border-right-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 205 211 / 0.55);
  border-right-color: rgb(254 205 211 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(254 205 211 / 0.65);
  border-right-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 205 211 / 0.85);
  border-right-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 164 175 / 0.15);
  border-right-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 164 175 / 0.35);
  border-right-color: rgb(253 164 175 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(253 164 175 / 0.45);
  border-right-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 164 175 / 0.55);
  border-right-color: rgb(253 164 175 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(253 164 175 / 0.65);
  border-right-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 164 175 / 0.85);
  border-right-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(251 113 133 / 0.15);
  border-right-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(251 113 133 / 0.35);
  border-right-color: rgb(251 113 133 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(251 113 133 / 0.45);
  border-right-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(251 113 133 / 0.55);
  border-right-color: rgb(251 113 133 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(251 113 133 / 0.65);
  border-right-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(251 113 133 / 0.85);
  border-right-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 241 242 / 0.15);
  border-right-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 241 242 / 0.35);
  border-right-color: rgb(255 241 242 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(255 241 242 / 0.45);
  border-right-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 241 242 / 0.55);
  border-right-color: rgb(255 241 242 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(255 241 242 / 0.65);
  border-right-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 241 242 / 0.85);
  border-right-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(244 63 94 / 0.15);
  border-right-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(244 63 94 / 0.35);
  border-right-color: rgb(244 63 94 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(244 63 94 / 0.45);
  border-right-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(244 63 94 / 0.55);
  border-right-color: rgb(244 63 94 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(244 63 94 / 0.65);
  border-right-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(244 63 94 / 0.85);
  border-right-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(225 29 72 / 0.15);
  border-right-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(225 29 72 / 0.35);
  border-right-color: rgb(225 29 72 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(225 29 72 / 0.45);
  border-right-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(225 29 72 / 0.55);
  border-right-color: rgb(225 29 72 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(225 29 72 / 0.65);
  border-right-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(225 29 72 / 0.85);
  border-right-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(190 18 60 / 0.15);
  border-right-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(190 18 60 / 0.35);
  border-right-color: rgb(190 18 60 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(190 18 60 / 0.45);
  border-right-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(190 18 60 / 0.55);
  border-right-color: rgb(190 18 60 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(190 18 60 / 0.65);
  border-right-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(190 18 60 / 0.85);
  border-right-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(159 18 57 / 0.15);
  border-right-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(159 18 57 / 0.35);
  border-right-color: rgb(159 18 57 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(159 18 57 / 0.45);
  border-right-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(159 18 57 / 0.55);
  border-right-color: rgb(159 18 57 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(159 18 57 / 0.65);
  border-right-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(159 18 57 / 0.85);
  border-right-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(136 19 55 / 0.15);
  border-right-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(136 19 55 / 0.35);
  border-right-color: rgb(136 19 55 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(136 19 55 / 0.45);
  border-right-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(136 19 55 / 0.55);
  border-right-color: rgb(136 19 55 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(136 19 55 / 0.65);
  border-right-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(136 19 55 / 0.85);
  border-right-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(76 5 25 / 0.15);
  border-right-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(76 5 25 / 0.35);
  border-right-color: rgb(76 5 25 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(76 5 25 / 0.45);
  border-right-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(76 5 25 / 0.55);
  border-right-color: rgb(76 5 25 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(76 5 25 / 0.65);
  border-right-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(76 5 25 / 0.85);
  border-right-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(141 147 167 / var(--tw-border-opacity));
  border-right-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.focus\:border-x-secondary\/0:focus{
  border-left-color: rgb(141 147 167 / 0);
  border-right-color: rgb(141 147 167 / 0);
}

.focus\:border-x-secondary\/10:focus{
  border-left-color: rgb(141 147 167 / 0.1);
  border-right-color: rgb(141 147 167 / 0.1);
}

.focus\:border-x-secondary\/100:focus{
  border-left-color: rgb(141 147 167 / 1);
  border-right-color: rgb(141 147 167 / 1);
}

.focus\:border-x-secondary\/15:focus{
  border-left-color: rgb(141 147 167 / 0.15);
  border-right-color: rgb(141 147 167 / 0.15);
}

.focus\:border-x-secondary\/20:focus{
  border-left-color: rgb(141 147 167 / 0.2);
  border-right-color: rgb(141 147 167 / 0.2);
}

.focus\:border-x-secondary\/25:focus{
  border-left-color: rgb(141 147 167 / 0.25);
  border-right-color: rgb(141 147 167 / 0.25);
}

.focus\:border-x-secondary\/30:focus{
  border-left-color: rgb(141 147 167 / 0.3);
  border-right-color: rgb(141 147 167 / 0.3);
}

.focus\:border-x-secondary\/35:focus{
  border-left-color: rgb(141 147 167 / 0.35);
  border-right-color: rgb(141 147 167 / 0.35);
}

.focus\:border-x-secondary\/40:focus{
  border-left-color: rgb(141 147 167 / 0.4);
  border-right-color: rgb(141 147 167 / 0.4);
}

.focus\:border-x-secondary\/45:focus{
  border-left-color: rgb(141 147 167 / 0.45);
  border-right-color: rgb(141 147 167 / 0.45);
}

.focus\:border-x-secondary\/5:focus{
  border-left-color: rgb(141 147 167 / 0.05);
  border-right-color: rgb(141 147 167 / 0.05);
}

.focus\:border-x-secondary\/50:focus{
  border-left-color: rgb(141 147 167 / 0.5);
  border-right-color: rgb(141 147 167 / 0.5);
}

.focus\:border-x-secondary\/55:focus{
  border-left-color: rgb(141 147 167 / 0.55);
  border-right-color: rgb(141 147 167 / 0.55);
}

.focus\:border-x-secondary\/60:focus{
  border-left-color: rgb(141 147 167 / 0.6);
  border-right-color: rgb(141 147 167 / 0.6);
}

.focus\:border-x-secondary\/65:focus{
  border-left-color: rgb(141 147 167 / 0.65);
  border-right-color: rgb(141 147 167 / 0.65);
}

.focus\:border-x-secondary\/70:focus{
  border-left-color: rgb(141 147 167 / 0.7);
  border-right-color: rgb(141 147 167 / 0.7);
}

.focus\:border-x-secondary\/75:focus{
  border-left-color: rgb(141 147 167 / 0.75);
  border-right-color: rgb(141 147 167 / 0.75);
}

.focus\:border-x-secondary\/80:focus{
  border-left-color: rgb(141 147 167 / 0.8);
  border-right-color: rgb(141 147 167 / 0.8);
}

.focus\:border-x-secondary\/85:focus{
  border-left-color: rgb(141 147 167 / 0.85);
  border-right-color: rgb(141 147 167 / 0.85);
}

.focus\:border-x-secondary\/90:focus{
  border-left-color: rgb(141 147 167 / 0.9);
  border-right-color: rgb(141 147 167 / 0.9);
}

.focus\:border-x-secondary\/95:focus{
  border-left-color: rgb(141 147 167 / 0.95);
  border-right-color: rgb(141 147 167 / 0.95);
}

.focus\:border-x-senary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(73 134 231 / var(--tw-border-opacity));
  border-right-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.focus\:border-x-senary\/0:focus{
  border-left-color: rgb(73 134 231 / 0);
  border-right-color: rgb(73 134 231 / 0);
}

.focus\:border-x-senary\/10:focus{
  border-left-color: rgb(73 134 231 / 0.1);
  border-right-color: rgb(73 134 231 / 0.1);
}

.focus\:border-x-senary\/100:focus{
  border-left-color: rgb(73 134 231 / 1);
  border-right-color: rgb(73 134 231 / 1);
}

.focus\:border-x-senary\/15:focus{
  border-left-color: rgb(73 134 231 / 0.15);
  border-right-color: rgb(73 134 231 / 0.15);
}

.focus\:border-x-senary\/20:focus{
  border-left-color: rgb(73 134 231 / 0.2);
  border-right-color: rgb(73 134 231 / 0.2);
}

.focus\:border-x-senary\/25:focus{
  border-left-color: rgb(73 134 231 / 0.25);
  border-right-color: rgb(73 134 231 / 0.25);
}

.focus\:border-x-senary\/30:focus{
  border-left-color: rgb(73 134 231 / 0.3);
  border-right-color: rgb(73 134 231 / 0.3);
}

.focus\:border-x-senary\/35:focus{
  border-left-color: rgb(73 134 231 / 0.35);
  border-right-color: rgb(73 134 231 / 0.35);
}

.focus\:border-x-senary\/40:focus{
  border-left-color: rgb(73 134 231 / 0.4);
  border-right-color: rgb(73 134 231 / 0.4);
}

.focus\:border-x-senary\/45:focus{
  border-left-color: rgb(73 134 231 / 0.45);
  border-right-color: rgb(73 134 231 / 0.45);
}

.focus\:border-x-senary\/5:focus{
  border-left-color: rgb(73 134 231 / 0.05);
  border-right-color: rgb(73 134 231 / 0.05);
}

.focus\:border-x-senary\/50:focus{
  border-left-color: rgb(73 134 231 / 0.5);
  border-right-color: rgb(73 134 231 / 0.5);
}

.focus\:border-x-senary\/55:focus{
  border-left-color: rgb(73 134 231 / 0.55);
  border-right-color: rgb(73 134 231 / 0.55);
}

.focus\:border-x-senary\/60:focus{
  border-left-color: rgb(73 134 231 / 0.6);
  border-right-color: rgb(73 134 231 / 0.6);
}

.focus\:border-x-senary\/65:focus{
  border-left-color: rgb(73 134 231 / 0.65);
  border-right-color: rgb(73 134 231 / 0.65);
}

.focus\:border-x-senary\/70:focus{
  border-left-color: rgb(73 134 231 / 0.7);
  border-right-color: rgb(73 134 231 / 0.7);
}

.focus\:border-x-senary\/75:focus{
  border-left-color: rgb(73 134 231 / 0.75);
  border-right-color: rgb(73 134 231 / 0.75);
}

.focus\:border-x-senary\/80:focus{
  border-left-color: rgb(73 134 231 / 0.8);
  border-right-color: rgb(73 134 231 / 0.8);
}

.focus\:border-x-senary\/85:focus{
  border-left-color: rgb(73 134 231 / 0.85);
  border-right-color: rgb(73 134 231 / 0.85);
}

.focus\:border-x-senary\/90:focus{
  border-left-color: rgb(73 134 231 / 0.9);
  border-right-color: rgb(73 134 231 / 0.9);
}

.focus\:border-x-senary\/95:focus{
  border-left-color: rgb(73 134 231 / 0.95);
  border-right-color: rgb(73 134 231 / 0.95);
}

.focus\:border-x-septenary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 88 129 / var(--tw-border-opacity));
  border-right-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.focus\:border-x-septenary\/0:focus{
  border-left-color: rgb(49 88 129 / 0);
  border-right-color: rgb(49 88 129 / 0);
}

.focus\:border-x-septenary\/10:focus{
  border-left-color: rgb(49 88 129 / 0.1);
  border-right-color: rgb(49 88 129 / 0.1);
}

.focus\:border-x-septenary\/100:focus{
  border-left-color: rgb(49 88 129 / 1);
  border-right-color: rgb(49 88 129 / 1);
}

.focus\:border-x-septenary\/15:focus{
  border-left-color: rgb(49 88 129 / 0.15);
  border-right-color: rgb(49 88 129 / 0.15);
}

.focus\:border-x-septenary\/20:focus{
  border-left-color: rgb(49 88 129 / 0.2);
  border-right-color: rgb(49 88 129 / 0.2);
}

.focus\:border-x-septenary\/25:focus{
  border-left-color: rgb(49 88 129 / 0.25);
  border-right-color: rgb(49 88 129 / 0.25);
}

.focus\:border-x-septenary\/30:focus{
  border-left-color: rgb(49 88 129 / 0.3);
  border-right-color: rgb(49 88 129 / 0.3);
}

.focus\:border-x-septenary\/35:focus{
  border-left-color: rgb(49 88 129 / 0.35);
  border-right-color: rgb(49 88 129 / 0.35);
}

.focus\:border-x-septenary\/40:focus{
  border-left-color: rgb(49 88 129 / 0.4);
  border-right-color: rgb(49 88 129 / 0.4);
}

.focus\:border-x-septenary\/45:focus{
  border-left-color: rgb(49 88 129 / 0.45);
  border-right-color: rgb(49 88 129 / 0.45);
}

.focus\:border-x-septenary\/5:focus{
  border-left-color: rgb(49 88 129 / 0.05);
  border-right-color: rgb(49 88 129 / 0.05);
}

.focus\:border-x-septenary\/50:focus{
  border-left-color: rgb(49 88 129 / 0.5);
  border-right-color: rgb(49 88 129 / 0.5);
}

.focus\:border-x-septenary\/55:focus{
  border-left-color: rgb(49 88 129 / 0.55);
  border-right-color: rgb(49 88 129 / 0.55);
}

.focus\:border-x-septenary\/60:focus{
  border-left-color: rgb(49 88 129 / 0.6);
  border-right-color: rgb(49 88 129 / 0.6);
}

.focus\:border-x-septenary\/65:focus{
  border-left-color: rgb(49 88 129 / 0.65);
  border-right-color: rgb(49 88 129 / 0.65);
}

.focus\:border-x-septenary\/70:focus{
  border-left-color: rgb(49 88 129 / 0.7);
  border-right-color: rgb(49 88 129 / 0.7);
}

.focus\:border-x-septenary\/75:focus{
  border-left-color: rgb(49 88 129 / 0.75);
  border-right-color: rgb(49 88 129 / 0.75);
}

.focus\:border-x-septenary\/80:focus{
  border-left-color: rgb(49 88 129 / 0.8);
  border-right-color: rgb(49 88 129 / 0.8);
}

.focus\:border-x-septenary\/85:focus{
  border-left-color: rgb(49 88 129 / 0.85);
  border-right-color: rgb(49 88 129 / 0.85);
}

.focus\:border-x-septenary\/90:focus{
  border-left-color: rgb(49 88 129 / 0.9);
  border-right-color: rgb(49 88 129 / 0.9);
}

.focus\:border-x-septenary\/95:focus{
  border-left-color: rgb(49 88 129 / 0.95);
  border-right-color: rgb(49 88 129 / 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\/15:focus{
  border-left-color: rgb(224 242 254 / 0.15);
  border-right-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(224 242 254 / 0.35);
  border-right-color: rgb(224 242 254 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(224 242 254 / 0.45);
  border-right-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(224 242 254 / 0.55);
  border-right-color: rgb(224 242 254 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(224 242 254 / 0.65);
  border-right-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(224 242 254 / 0.85);
  border-right-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(186 230 253 / 0.15);
  border-right-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(186 230 253 / 0.35);
  border-right-color: rgb(186 230 253 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(186 230 253 / 0.45);
  border-right-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(186 230 253 / 0.55);
  border-right-color: rgb(186 230 253 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(186 230 253 / 0.65);
  border-right-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(186 230 253 / 0.85);
  border-right-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(125 211 252 / 0.15);
  border-right-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(125 211 252 / 0.35);
  border-right-color: rgb(125 211 252 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(125 211 252 / 0.45);
  border-right-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(125 211 252 / 0.55);
  border-right-color: rgb(125 211 252 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(125 211 252 / 0.65);
  border-right-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(125 211 252 / 0.85);
  border-right-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(56 189 248 / 0.15);
  border-right-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(56 189 248 / 0.35);
  border-right-color: rgb(56 189 248 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(56 189 248 / 0.45);
  border-right-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(56 189 248 / 0.55);
  border-right-color: rgb(56 189 248 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(56 189 248 / 0.65);
  border-right-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(56 189 248 / 0.85);
  border-right-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(240 249 255 / 0.15);
  border-right-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(240 249 255 / 0.35);
  border-right-color: rgb(240 249 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(240 249 255 / 0.45);
  border-right-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(240 249 255 / 0.55);
  border-right-color: rgb(240 249 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(240 249 255 / 0.65);
  border-right-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(240 249 255 / 0.85);
  border-right-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(14 165 233 / 0.15);
  border-right-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(14 165 233 / 0.35);
  border-right-color: rgb(14 165 233 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(14 165 233 / 0.45);
  border-right-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(14 165 233 / 0.55);
  border-right-color: rgb(14 165 233 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(14 165 233 / 0.65);
  border-right-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(14 165 233 / 0.85);
  border-right-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(2 132 199 / 0.15);
  border-right-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(2 132 199 / 0.35);
  border-right-color: rgb(2 132 199 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(2 132 199 / 0.45);
  border-right-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(2 132 199 / 0.55);
  border-right-color: rgb(2 132 199 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(2 132 199 / 0.65);
  border-right-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(2 132 199 / 0.85);
  border-right-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(3 105 161 / 0.15);
  border-right-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(3 105 161 / 0.35);
  border-right-color: rgb(3 105 161 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(3 105 161 / 0.45);
  border-right-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(3 105 161 / 0.55);
  border-right-color: rgb(3 105 161 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(3 105 161 / 0.65);
  border-right-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(3 105 161 / 0.85);
  border-right-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(7 89 133 / 0.15);
  border-right-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(7 89 133 / 0.35);
  border-right-color: rgb(7 89 133 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(7 89 133 / 0.45);
  border-right-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(7 89 133 / 0.55);
  border-right-color: rgb(7 89 133 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(7 89 133 / 0.65);
  border-right-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(7 89 133 / 0.85);
  border-right-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(12 74 110 / 0.15);
  border-right-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(12 74 110 / 0.35);
  border-right-color: rgb(12 74 110 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(12 74 110 / 0.45);
  border-right-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(12 74 110 / 0.55);
  border-right-color: rgb(12 74 110 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(12 74 110 / 0.65);
  border-right-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(12 74 110 / 0.85);
  border-right-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(8 47 73 / 0.15);
  border-right-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(8 47 73 / 0.35);
  border-right-color: rgb(8 47 73 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(8 47 73 / 0.45);
  border-right-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(8 47 73 / 0.55);
  border-right-color: rgb(8 47 73 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(8 47 73 / 0.65);
  border-right-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(8 47 73 / 0.85);
  border-right-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(241 245 249 / 0.15);
  border-right-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(241 245 249 / 0.35);
  border-right-color: rgb(241 245 249 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(241 245 249 / 0.45);
  border-right-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(241 245 249 / 0.55);
  border-right-color: rgb(241 245 249 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(241 245 249 / 0.65);
  border-right-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(241 245 249 / 0.85);
  border-right-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(226 232 240 / 0.15);
  border-right-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(226 232 240 / 0.35);
  border-right-color: rgb(226 232 240 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(226 232 240 / 0.45);
  border-right-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(226 232 240 / 0.55);
  border-right-color: rgb(226 232 240 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(226 232 240 / 0.65);
  border-right-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(226 232 240 / 0.85);
  border-right-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(203 213 225 / 0.15);
  border-right-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(203 213 225 / 0.35);
  border-right-color: rgb(203 213 225 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(203 213 225 / 0.45);
  border-right-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(203 213 225 / 0.55);
  border-right-color: rgb(203 213 225 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(203 213 225 / 0.65);
  border-right-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(203 213 225 / 0.85);
  border-right-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(148 163 184 / 0.15);
  border-right-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(148 163 184 / 0.35);
  border-right-color: rgb(148 163 184 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(148 163 184 / 0.45);
  border-right-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(148 163 184 / 0.55);
  border-right-color: rgb(148 163 184 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(148 163 184 / 0.65);
  border-right-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(148 163 184 / 0.85);
  border-right-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(248 250 252 / 0.15);
  border-right-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(248 250 252 / 0.35);
  border-right-color: rgb(248 250 252 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(248 250 252 / 0.45);
  border-right-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(248 250 252 / 0.55);
  border-right-color: rgb(248 250 252 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(248 250 252 / 0.65);
  border-right-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(248 250 252 / 0.85);
  border-right-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(100 116 139 / 0.15);
  border-right-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(100 116 139 / 0.35);
  border-right-color: rgb(100 116 139 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(100 116 139 / 0.45);
  border-right-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(100 116 139 / 0.55);
  border-right-color: rgb(100 116 139 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(100 116 139 / 0.65);
  border-right-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(100 116 139 / 0.85);
  border-right-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(71 85 105 / 0.15);
  border-right-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(71 85 105 / 0.35);
  border-right-color: rgb(71 85 105 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(71 85 105 / 0.45);
  border-right-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(71 85 105 / 0.55);
  border-right-color: rgb(71 85 105 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(71 85 105 / 0.65);
  border-right-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(71 85 105 / 0.85);
  border-right-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(51 65 85 / 0.15);
  border-right-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(51 65 85 / 0.35);
  border-right-color: rgb(51 65 85 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(51 65 85 / 0.45);
  border-right-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(51 65 85 / 0.55);
  border-right-color: rgb(51 65 85 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(51 65 85 / 0.65);
  border-right-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(51 65 85 / 0.85);
  border-right-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(30 41 59 / 0.15);
  border-right-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(30 41 59 / 0.35);
  border-right-color: rgb(30 41 59 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(30 41 59 / 0.45);
  border-right-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(30 41 59 / 0.55);
  border-right-color: rgb(30 41 59 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(30 41 59 / 0.65);
  border-right-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(30 41 59 / 0.85);
  border-right-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(15 23 42 / 0.15);
  border-right-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(15 23 42 / 0.35);
  border-right-color: rgb(15 23 42 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(15 23 42 / 0.45);
  border-right-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(15 23 42 / 0.55);
  border-right-color: rgb(15 23 42 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(15 23 42 / 0.65);
  border-right-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(15 23 42 / 0.85);
  border-right-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(2 6 23 / 0.15);
  border-right-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(2 6 23 / 0.35);
  border-right-color: rgb(2 6 23 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(2 6 23 / 0.45);
  border-right-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(2 6 23 / 0.55);
  border-right-color: rgb(2 6 23 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(2 6 23 / 0.65);
  border-right-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(2 6 23 / 0.85);
  border-right-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(245 245 244 / 0.15);
  border-right-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 245 244 / 0.35);
  border-right-color: rgb(245 245 244 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(245 245 244 / 0.45);
  border-right-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 245 244 / 0.55);
  border-right-color: rgb(245 245 244 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(245 245 244 / 0.65);
  border-right-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 245 244 / 0.85);
  border-right-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(231 229 228 / 0.15);
  border-right-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(231 229 228 / 0.35);
  border-right-color: rgb(231 229 228 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(231 229 228 / 0.45);
  border-right-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(231 229 228 / 0.55);
  border-right-color: rgb(231 229 228 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(231 229 228 / 0.65);
  border-right-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(231 229 228 / 0.85);
  border-right-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(214 211 209 / 0.15);
  border-right-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(214 211 209 / 0.35);
  border-right-color: rgb(214 211 209 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(214 211 209 / 0.45);
  border-right-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(214 211 209 / 0.55);
  border-right-color: rgb(214 211 209 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(214 211 209 / 0.65);
  border-right-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(214 211 209 / 0.85);
  border-right-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(168 162 158 / 0.15);
  border-right-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(168 162 158 / 0.35);
  border-right-color: rgb(168 162 158 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(168 162 158 / 0.45);
  border-right-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(168 162 158 / 0.55);
  border-right-color: rgb(168 162 158 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(168 162 158 / 0.65);
  border-right-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(168 162 158 / 0.85);
  border-right-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 250 249 / 0.15);
  border-right-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 250 249 / 0.35);
  border-right-color: rgb(250 250 249 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(250 250 249 / 0.45);
  border-right-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 250 249 / 0.55);
  border-right-color: rgb(250 250 249 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(250 250 249 / 0.65);
  border-right-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 250 249 / 0.85);
  border-right-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(120 113 108 / 0.15);
  border-right-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(120 113 108 / 0.35);
  border-right-color: rgb(120 113 108 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(120 113 108 / 0.45);
  border-right-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(120 113 108 / 0.55);
  border-right-color: rgb(120 113 108 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(120 113 108 / 0.65);
  border-right-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(120 113 108 / 0.85);
  border-right-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(87 83 78 / 0.15);
  border-right-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(87 83 78 / 0.35);
  border-right-color: rgb(87 83 78 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(87 83 78 / 0.45);
  border-right-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(87 83 78 / 0.55);
  border-right-color: rgb(87 83 78 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(87 83 78 / 0.65);
  border-right-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(87 83 78 / 0.85);
  border-right-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(68 64 60 / 0.15);
  border-right-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(68 64 60 / 0.35);
  border-right-color: rgb(68 64 60 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(68 64 60 / 0.45);
  border-right-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(68 64 60 / 0.55);
  border-right-color: rgb(68 64 60 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(68 64 60 / 0.65);
  border-right-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(68 64 60 / 0.85);
  border-right-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(41 37 36 / 0.15);
  border-right-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(41 37 36 / 0.35);
  border-right-color: rgb(41 37 36 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(41 37 36 / 0.45);
  border-right-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(41 37 36 / 0.55);
  border-right-color: rgb(41 37 36 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(41 37 36 / 0.65);
  border-right-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(41 37 36 / 0.85);
  border-right-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(28 25 23 / 0.15);
  border-right-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(28 25 23 / 0.35);
  border-right-color: rgb(28 25 23 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(28 25 23 / 0.45);
  border-right-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(28 25 23 / 0.55);
  border-right-color: rgb(28 25 23 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(28 25 23 / 0.65);
  border-right-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(28 25 23 / 0.85);
  border-right-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(12 10 9 / 0.15);
  border-right-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(12 10 9 / 0.35);
  border-right-color: rgb(12 10 9 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(12 10 9 / 0.45);
  border-right-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(12 10 9 / 0.55);
  border-right-color: rgb(12 10 9 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(12 10 9 / 0.65);
  border-right-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(12 10 9 / 0.85);
  border-right-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 196 149 / var(--tw-border-opacity));
  border-right-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.focus\:border-x-success\/0:focus{
  border-left-color: rgb(7 196 149 / 0);
  border-right-color: rgb(7 196 149 / 0);
}

.focus\:border-x-success\/10:focus{
  border-left-color: rgb(7 196 149 / 0.1);
  border-right-color: rgb(7 196 149 / 0.1);
}

.focus\:border-x-success\/100:focus{
  border-left-color: rgb(7 196 149 / 1);
  border-right-color: rgb(7 196 149 / 1);
}

.focus\:border-x-success\/15:focus{
  border-left-color: rgb(7 196 149 / 0.15);
  border-right-color: rgb(7 196 149 / 0.15);
}

.focus\:border-x-success\/20:focus{
  border-left-color: rgb(7 196 149 / 0.2);
  border-right-color: rgb(7 196 149 / 0.2);
}

.focus\:border-x-success\/25:focus{
  border-left-color: rgb(7 196 149 / 0.25);
  border-right-color: rgb(7 196 149 / 0.25);
}

.focus\:border-x-success\/30:focus{
  border-left-color: rgb(7 196 149 / 0.3);
  border-right-color: rgb(7 196 149 / 0.3);
}

.focus\:border-x-success\/35:focus{
  border-left-color: rgb(7 196 149 / 0.35);
  border-right-color: rgb(7 196 149 / 0.35);
}

.focus\:border-x-success\/40:focus{
  border-left-color: rgb(7 196 149 / 0.4);
  border-right-color: rgb(7 196 149 / 0.4);
}

.focus\:border-x-success\/45:focus{
  border-left-color: rgb(7 196 149 / 0.45);
  border-right-color: rgb(7 196 149 / 0.45);
}

.focus\:border-x-success\/5:focus{
  border-left-color: rgb(7 196 149 / 0.05);
  border-right-color: rgb(7 196 149 / 0.05);
}

.focus\:border-x-success\/50:focus{
  border-left-color: rgb(7 196 149 / 0.5);
  border-right-color: rgb(7 196 149 / 0.5);
}

.focus\:border-x-success\/55:focus{
  border-left-color: rgb(7 196 149 / 0.55);
  border-right-color: rgb(7 196 149 / 0.55);
}

.focus\:border-x-success\/60:focus{
  border-left-color: rgb(7 196 149 / 0.6);
  border-right-color: rgb(7 196 149 / 0.6);
}

.focus\:border-x-success\/65:focus{
  border-left-color: rgb(7 196 149 / 0.65);
  border-right-color: rgb(7 196 149 / 0.65);
}

.focus\:border-x-success\/70:focus{
  border-left-color: rgb(7 196 149 / 0.7);
  border-right-color: rgb(7 196 149 / 0.7);
}

.focus\:border-x-success\/75:focus{
  border-left-color: rgb(7 196 149 / 0.75);
  border-right-color: rgb(7 196 149 / 0.75);
}

.focus\:border-x-success\/80:focus{
  border-left-color: rgb(7 196 149 / 0.8);
  border-right-color: rgb(7 196 149 / 0.8);
}

.focus\:border-x-success\/85:focus{
  border-left-color: rgb(7 196 149 / 0.85);
  border-right-color: rgb(7 196 149 / 0.85);
}

.focus\:border-x-success\/90:focus{
  border-left-color: rgb(7 196 149 / 0.9);
  border-right-color: rgb(7 196 149 / 0.9);
}

.focus\:border-x-success\/95:focus{
  border-left-color: rgb(7 196 149 / 0.95);
  border-right-color: rgb(7 196 149 / 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\/15:focus{
  border-left-color: rgb(204 251 241 / 0.15);
  border-right-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(204 251 241 / 0.35);
  border-right-color: rgb(204 251 241 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(204 251 241 / 0.45);
  border-right-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(204 251 241 / 0.55);
  border-right-color: rgb(204 251 241 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(204 251 241 / 0.65);
  border-right-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(204 251 241 / 0.85);
  border-right-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(153 246 228 / 0.15);
  border-right-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(153 246 228 / 0.35);
  border-right-color: rgb(153 246 228 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(153 246 228 / 0.45);
  border-right-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(153 246 228 / 0.55);
  border-right-color: rgb(153 246 228 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(153 246 228 / 0.65);
  border-right-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(153 246 228 / 0.85);
  border-right-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(94 234 212 / 0.15);
  border-right-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(94 234 212 / 0.35);
  border-right-color: rgb(94 234 212 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(94 234 212 / 0.45);
  border-right-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(94 234 212 / 0.55);
  border-right-color: rgb(94 234 212 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(94 234 212 / 0.65);
  border-right-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(94 234 212 / 0.85);
  border-right-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(45 212 191 / 0.15);
  border-right-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(45 212 191 / 0.35);
  border-right-color: rgb(45 212 191 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(45 212 191 / 0.45);
  border-right-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(45 212 191 / 0.55);
  border-right-color: rgb(45 212 191 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(45 212 191 / 0.65);
  border-right-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(45 212 191 / 0.85);
  border-right-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(240 253 250 / 0.15);
  border-right-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(240 253 250 / 0.35);
  border-right-color: rgb(240 253 250 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(240 253 250 / 0.45);
  border-right-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(240 253 250 / 0.55);
  border-right-color: rgb(240 253 250 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(240 253 250 / 0.65);
  border-right-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(240 253 250 / 0.85);
  border-right-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(20 184 166 / 0.15);
  border-right-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(20 184 166 / 0.35);
  border-right-color: rgb(20 184 166 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(20 184 166 / 0.45);
  border-right-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(20 184 166 / 0.55);
  border-right-color: rgb(20 184 166 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(20 184 166 / 0.65);
  border-right-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(20 184 166 / 0.85);
  border-right-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(13 148 136 / 0.15);
  border-right-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(13 148 136 / 0.35);
  border-right-color: rgb(13 148 136 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(13 148 136 / 0.45);
  border-right-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(13 148 136 / 0.55);
  border-right-color: rgb(13 148 136 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(13 148 136 / 0.65);
  border-right-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(13 148 136 / 0.85);
  border-right-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(15 118 110 / 0.15);
  border-right-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(15 118 110 / 0.35);
  border-right-color: rgb(15 118 110 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(15 118 110 / 0.45);
  border-right-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(15 118 110 / 0.55);
  border-right-color: rgb(15 118 110 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(15 118 110 / 0.65);
  border-right-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(15 118 110 / 0.85);
  border-right-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(17 94 89 / 0.15);
  border-right-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(17 94 89 / 0.35);
  border-right-color: rgb(17 94 89 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(17 94 89 / 0.45);
  border-right-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(17 94 89 / 0.55);
  border-right-color: rgb(17 94 89 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(17 94 89 / 0.65);
  border-right-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(17 94 89 / 0.85);
  border-right-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(19 78 74 / 0.15);
  border-right-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(19 78 74 / 0.35);
  border-right-color: rgb(19 78 74 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(19 78 74 / 0.45);
  border-right-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(19 78 74 / 0.55);
  border-right-color: rgb(19 78 74 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(19 78 74 / 0.65);
  border-right-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(19 78 74 / 0.85);
  border-right-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(4 47 46 / 0.15);
  border-right-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(4 47 46 / 0.35);
  border-right-color: rgb(4 47 46 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(4 47 46 / 0.45);
  border-right-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(4 47 46 / 0.55);
  border-right-color: rgb(4 47 46 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(4 47 46 / 0.65);
  border-right-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(4 47 46 / 0.85);
  border-right-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 137 252 / var(--tw-border-opacity));
  border-right-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.focus\:border-x-tertiary-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 123 223 / var(--tw-border-opacity));
  border-right-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.focus\:border-x-tertiary-hover\/0:focus{
  border-left-color: rgb(20 123 223 / 0);
  border-right-color: rgb(20 123 223 / 0);
}

.focus\:border-x-tertiary-hover\/10:focus{
  border-left-color: rgb(20 123 223 / 0.1);
  border-right-color: rgb(20 123 223 / 0.1);
}

.focus\:border-x-tertiary-hover\/100:focus{
  border-left-color: rgb(20 123 223 / 1);
  border-right-color: rgb(20 123 223 / 1);
}

.focus\:border-x-tertiary-hover\/15:focus{
  border-left-color: rgb(20 123 223 / 0.15);
  border-right-color: rgb(20 123 223 / 0.15);
}

.focus\:border-x-tertiary-hover\/20:focus{
  border-left-color: rgb(20 123 223 / 0.2);
  border-right-color: rgb(20 123 223 / 0.2);
}

.focus\:border-x-tertiary-hover\/25:focus{
  border-left-color: rgb(20 123 223 / 0.25);
  border-right-color: rgb(20 123 223 / 0.25);
}

.focus\:border-x-tertiary-hover\/30:focus{
  border-left-color: rgb(20 123 223 / 0.3);
  border-right-color: rgb(20 123 223 / 0.3);
}

.focus\:border-x-tertiary-hover\/35:focus{
  border-left-color: rgb(20 123 223 / 0.35);
  border-right-color: rgb(20 123 223 / 0.35);
}

.focus\:border-x-tertiary-hover\/40:focus{
  border-left-color: rgb(20 123 223 / 0.4);
  border-right-color: rgb(20 123 223 / 0.4);
}

.focus\:border-x-tertiary-hover\/45:focus{
  border-left-color: rgb(20 123 223 / 0.45);
  border-right-color: rgb(20 123 223 / 0.45);
}

.focus\:border-x-tertiary-hover\/5:focus{
  border-left-color: rgb(20 123 223 / 0.05);
  border-right-color: rgb(20 123 223 / 0.05);
}

.focus\:border-x-tertiary-hover\/50:focus{
  border-left-color: rgb(20 123 223 / 0.5);
  border-right-color: rgb(20 123 223 / 0.5);
}

.focus\:border-x-tertiary-hover\/55:focus{
  border-left-color: rgb(20 123 223 / 0.55);
  border-right-color: rgb(20 123 223 / 0.55);
}

.focus\:border-x-tertiary-hover\/60:focus{
  border-left-color: rgb(20 123 223 / 0.6);
  border-right-color: rgb(20 123 223 / 0.6);
}

.focus\:border-x-tertiary-hover\/65:focus{
  border-left-color: rgb(20 123 223 / 0.65);
  border-right-color: rgb(20 123 223 / 0.65);
}

.focus\:border-x-tertiary-hover\/70:focus{
  border-left-color: rgb(20 123 223 / 0.7);
  border-right-color: rgb(20 123 223 / 0.7);
}

.focus\:border-x-tertiary-hover\/75:focus{
  border-left-color: rgb(20 123 223 / 0.75);
  border-right-color: rgb(20 123 223 / 0.75);
}

.focus\:border-x-tertiary-hover\/80:focus{
  border-left-color: rgb(20 123 223 / 0.8);
  border-right-color: rgb(20 123 223 / 0.8);
}

.focus\:border-x-tertiary-hover\/85:focus{
  border-left-color: rgb(20 123 223 / 0.85);
  border-right-color: rgb(20 123 223 / 0.85);
}

.focus\:border-x-tertiary-hover\/90:focus{
  border-left-color: rgb(20 123 223 / 0.9);
  border-right-color: rgb(20 123 223 / 0.9);
}

.focus\:border-x-tertiary-hover\/95:focus{
  border-left-color: rgb(20 123 223 / 0.95);
  border-right-color: rgb(20 123 223 / 0.95);
}

.focus\:border-x-tertiary\/0:focus{
  border-left-color: rgb(22 137 252 / 0);
  border-right-color: rgb(22 137 252 / 0);
}

.focus\:border-x-tertiary\/10:focus{
  border-left-color: rgb(22 137 252 / 0.1);
  border-right-color: rgb(22 137 252 / 0.1);
}

.focus\:border-x-tertiary\/100:focus{
  border-left-color: rgb(22 137 252 / 1);
  border-right-color: rgb(22 137 252 / 1);
}

.focus\:border-x-tertiary\/15:focus{
  border-left-color: rgb(22 137 252 / 0.15);
  border-right-color: rgb(22 137 252 / 0.15);
}

.focus\:border-x-tertiary\/20:focus{
  border-left-color: rgb(22 137 252 / 0.2);
  border-right-color: rgb(22 137 252 / 0.2);
}

.focus\:border-x-tertiary\/25:focus{
  border-left-color: rgb(22 137 252 / 0.25);
  border-right-color: rgb(22 137 252 / 0.25);
}

.focus\:border-x-tertiary\/30:focus{
  border-left-color: rgb(22 137 252 / 0.3);
  border-right-color: rgb(22 137 252 / 0.3);
}

.focus\:border-x-tertiary\/35:focus{
  border-left-color: rgb(22 137 252 / 0.35);
  border-right-color: rgb(22 137 252 / 0.35);
}

.focus\:border-x-tertiary\/40:focus{
  border-left-color: rgb(22 137 252 / 0.4);
  border-right-color: rgb(22 137 252 / 0.4);
}

.focus\:border-x-tertiary\/45:focus{
  border-left-color: rgb(22 137 252 / 0.45);
  border-right-color: rgb(22 137 252 / 0.45);
}

.focus\:border-x-tertiary\/5:focus{
  border-left-color: rgb(22 137 252 / 0.05);
  border-right-color: rgb(22 137 252 / 0.05);
}

.focus\:border-x-tertiary\/50:focus{
  border-left-color: rgb(22 137 252 / 0.5);
  border-right-color: rgb(22 137 252 / 0.5);
}

.focus\:border-x-tertiary\/55:focus{
  border-left-color: rgb(22 137 252 / 0.55);
  border-right-color: rgb(22 137 252 / 0.55);
}

.focus\:border-x-tertiary\/60:focus{
  border-left-color: rgb(22 137 252 / 0.6);
  border-right-color: rgb(22 137 252 / 0.6);
}

.focus\:border-x-tertiary\/65:focus{
  border-left-color: rgb(22 137 252 / 0.65);
  border-right-color: rgb(22 137 252 / 0.65);
}

.focus\:border-x-tertiary\/70:focus{
  border-left-color: rgb(22 137 252 / 0.7);
  border-right-color: rgb(22 137 252 / 0.7);
}

.focus\:border-x-tertiary\/75:focus{
  border-left-color: rgb(22 137 252 / 0.75);
  border-right-color: rgb(22 137 252 / 0.75);
}

.focus\:border-x-tertiary\/80:focus{
  border-left-color: rgb(22 137 252 / 0.8);
  border-right-color: rgb(22 137 252 / 0.8);
}

.focus\:border-x-tertiary\/85:focus{
  border-left-color: rgb(22 137 252 / 0.85);
  border-right-color: rgb(22 137 252 / 0.85);
}

.focus\:border-x-tertiary\/90:focus{
  border-left-color: rgb(22 137 252 / 0.9);
  border-right-color: rgb(22 137 252 / 0.9);
}

.focus\:border-x-tertiary\/95:focus{
  border-left-color: rgb(22 137 252 / 0.95);
  border-right-color: rgb(22 137 252 / 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\/15:focus{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  border-left-color: rgb(237 233 254 / 0.15);
  border-right-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(237 233 254 / 0.35);
  border-right-color: rgb(237 233 254 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(237 233 254 / 0.45);
  border-right-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(237 233 254 / 0.55);
  border-right-color: rgb(237 233 254 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(237 233 254 / 0.65);
  border-right-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(237 233 254 / 0.85);
  border-right-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(221 214 254 / 0.15);
  border-right-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(221 214 254 / 0.35);
  border-right-color: rgb(221 214 254 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(221 214 254 / 0.45);
  border-right-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(221 214 254 / 0.55);
  border-right-color: rgb(221 214 254 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(221 214 254 / 0.65);
  border-right-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(221 214 254 / 0.85);
  border-right-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(196 181 253 / 0.15);
  border-right-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(196 181 253 / 0.35);
  border-right-color: rgb(196 181 253 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(196 181 253 / 0.45);
  border-right-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(196 181 253 / 0.55);
  border-right-color: rgb(196 181 253 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(196 181 253 / 0.65);
  border-right-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(196 181 253 / 0.85);
  border-right-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(167 139 250 / 0.15);
  border-right-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(167 139 250 / 0.35);
  border-right-color: rgb(167 139 250 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(167 139 250 / 0.45);
  border-right-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(167 139 250 / 0.55);
  border-right-color: rgb(167 139 250 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(167 139 250 / 0.65);
  border-right-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(167 139 250 / 0.85);
  border-right-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(245 243 255 / 0.15);
  border-right-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 243 255 / 0.35);
  border-right-color: rgb(245 243 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(245 243 255 / 0.45);
  border-right-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 243 255 / 0.55);
  border-right-color: rgb(245 243 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(245 243 255 / 0.65);
  border-right-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 243 255 / 0.85);
  border-right-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(139 92 246 / 0.15);
  border-right-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(139 92 246 / 0.35);
  border-right-color: rgb(139 92 246 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(139 92 246 / 0.45);
  border-right-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(139 92 246 / 0.55);
  border-right-color: rgb(139 92 246 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(139 92 246 / 0.65);
  border-right-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(139 92 246 / 0.85);
  border-right-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(124 58 237 / 0.15);
  border-right-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(124 58 237 / 0.35);
  border-right-color: rgb(124 58 237 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(124 58 237 / 0.45);
  border-right-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(124 58 237 / 0.55);
  border-right-color: rgb(124 58 237 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(124 58 237 / 0.65);
  border-right-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(124 58 237 / 0.85);
  border-right-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(109 40 217 / 0.15);
  border-right-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(109 40 217 / 0.35);
  border-right-color: rgb(109 40 217 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(109 40 217 / 0.45);
  border-right-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(109 40 217 / 0.55);
  border-right-color: rgb(109 40 217 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(109 40 217 / 0.65);
  border-right-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(109 40 217 / 0.85);
  border-right-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(91 33 182 / 0.15);
  border-right-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(91 33 182 / 0.35);
  border-right-color: rgb(91 33 182 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(91 33 182 / 0.45);
  border-right-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(91 33 182 / 0.55);
  border-right-color: rgb(91 33 182 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(91 33 182 / 0.65);
  border-right-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(91 33 182 / 0.85);
  border-right-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(76 29 149 / 0.15);
  border-right-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(76 29 149 / 0.35);
  border-right-color: rgb(76 29 149 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(76 29 149 / 0.45);
  border-right-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(76 29 149 / 0.55);
  border-right-color: rgb(76 29 149 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(76 29 149 / 0.65);
  border-right-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(76 29 149 / 0.85);
  border-right-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(46 16 101 / 0.15);
  border-right-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(46 16 101 / 0.35);
  border-right-color: rgb(46 16 101 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(46 16 101 / 0.45);
  border-right-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(46 16 101 / 0.55);
  border-right-color: rgb(46 16 101 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(46 16 101 / 0.65);
  border-right-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(46 16 101 / 0.85);
  border-right-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 224 71 / 0.15);
  border-right-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 224 71 / 0.35);
  border-right-color: rgb(253 224 71 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(253 224 71 / 0.45);
  border-right-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 224 71 / 0.55);
  border-right-color: rgb(253 224 71 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(253 224 71 / 0.65);
  border-right-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 224 71 / 0.85);
  border-right-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(161 98 7 / 0.15);
  border-right-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(161 98 7 / 0.35);
  border-right-color: rgb(161 98 7 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(161 98 7 / 0.45);
  border-right-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(161 98 7 / 0.55);
  border-right-color: rgb(161 98 7 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(161 98 7 / 0.65);
  border-right-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(161 98 7 / 0.85);
  border-right-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(113 63 18 / 0.15);
  border-right-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(113 63 18 / 0.35);
  border-right-color: rgb(113 63 18 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(113 63 18 / 0.45);
  border-right-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(113 63 18 / 0.55);
  border-right-color: rgb(113 63 18 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(113 63 18 / 0.65);
  border-right-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(113 63 18 / 0.85);
  border-right-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(66 32 6 / 0.15);
  border-right-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(66 32 6 / 0.35);
  border-right-color: rgb(66 32 6 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(66 32 6 / 0.45);
  border-right-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(66 32 6 / 0.55);
  border-right-color: rgb(66 32 6 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(66 32 6 / 0.65);
  border-right-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(66 32 6 / 0.85);
  border-right-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(244 244 245 / 0.15);
  border-right-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(244 244 245 / 0.35);
  border-right-color: rgb(244 244 245 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(244 244 245 / 0.45);
  border-right-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(244 244 245 / 0.55);
  border-right-color: rgb(244 244 245 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(244 244 245 / 0.65);
  border-right-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(244 244 245 / 0.85);
  border-right-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(228 228 231 / 0.15);
  border-right-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(228 228 231 / 0.35);
  border-right-color: rgb(228 228 231 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(228 228 231 / 0.45);
  border-right-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(228 228 231 / 0.55);
  border-right-color: rgb(228 228 231 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(228 228 231 / 0.65);
  border-right-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(228 228 231 / 0.85);
  border-right-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(212 212 216 / 0.15);
  border-right-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(212 212 216 / 0.35);
  border-right-color: rgb(212 212 216 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(212 212 216 / 0.45);
  border-right-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(212 212 216 / 0.55);
  border-right-color: rgb(212 212 216 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(212 212 216 / 0.65);
  border-right-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(212 212 216 / 0.85);
  border-right-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(161 161 170 / 0.15);
  border-right-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(161 161 170 / 0.35);
  border-right-color: rgb(161 161 170 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(161 161 170 / 0.45);
  border-right-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(161 161 170 / 0.55);
  border-right-color: rgb(161 161 170 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(161 161 170 / 0.65);
  border-right-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(161 161 170 / 0.85);
  border-right-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(113 113 122 / 0.15);
  border-right-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(113 113 122 / 0.35);
  border-right-color: rgb(113 113 122 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(113 113 122 / 0.45);
  border-right-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(113 113 122 / 0.55);
  border-right-color: rgb(113 113 122 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(113 113 122 / 0.65);
  border-right-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(113 113 122 / 0.85);
  border-right-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(82 82 91 / 0.15);
  border-right-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(82 82 91 / 0.35);
  border-right-color: rgb(82 82 91 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(82 82 91 / 0.45);
  border-right-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(82 82 91 / 0.55);
  border-right-color: rgb(82 82 91 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(82 82 91 / 0.65);
  border-right-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(82 82 91 / 0.85);
  border-right-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(63 63 70 / 0.15);
  border-right-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(63 63 70 / 0.35);
  border-right-color: rgb(63 63 70 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(63 63 70 / 0.45);
  border-right-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(63 63 70 / 0.55);
  border-right-color: rgb(63 63 70 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(63 63 70 / 0.65);
  border-right-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(63 63 70 / 0.85);
  border-right-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(39 39 42 / 0.15);
  border-right-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(39 39 42 / 0.35);
  border-right-color: rgb(39 39 42 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(39 39 42 / 0.45);
  border-right-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(39 39 42 / 0.55);
  border-right-color: rgb(39 39 42 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(39 39 42 / 0.65);
  border-right-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(39 39 42 / 0.85);
  border-right-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(24 24 27 / 0.15);
  border-right-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(24 24 27 / 0.35);
  border-right-color: rgb(24 24 27 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(24 24 27 / 0.45);
  border-right-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(24 24 27 / 0.55);
  border-right-color: rgb(24 24 27 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(24 24 27 / 0.65);
  border-right-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(24 24 27 / 0.85);
  border-right-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(9 9 11 / 0.15);
  border-right-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(9 9 11 / 0.35);
  border-right-color: rgb(9 9 11 / 0.35);
}

.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\/45:focus{
  border-left-color: rgb(9 9 11 / 0.45);
  border-right-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(9 9 11 / 0.55);
  border-right-color: rgb(9 9 11 / 0.55);
}

.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\/65:focus{
  border-left-color: rgb(9 9 11 / 0.65);
  border-right-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(9 9 11 / 0.85);
  border-right-color: rgb(9 9 11 / 0.85);
}

.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-accent:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(70 109 148 / var(--tw-border-opacity));
  border-bottom-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.focus\:border-y-accent\/0:focus{
  border-top-color: rgb(70 109 148 / 0);
  border-bottom-color: rgb(70 109 148 / 0);
}

.focus\:border-y-accent\/10:focus{
  border-top-color: rgb(70 109 148 / 0.1);
  border-bottom-color: rgb(70 109 148 / 0.1);
}

.focus\:border-y-accent\/100:focus{
  border-top-color: rgb(70 109 148 / 1);
  border-bottom-color: rgb(70 109 148 / 1);
}

.focus\:border-y-accent\/15:focus{
  border-top-color: rgb(70 109 148 / 0.15);
  border-bottom-color: rgb(70 109 148 / 0.15);
}

.focus\:border-y-accent\/20:focus{
  border-top-color: rgb(70 109 148 / 0.2);
  border-bottom-color: rgb(70 109 148 / 0.2);
}

.focus\:border-y-accent\/25:focus{
  border-top-color: rgb(70 109 148 / 0.25);
  border-bottom-color: rgb(70 109 148 / 0.25);
}

.focus\:border-y-accent\/30:focus{
  border-top-color: rgb(70 109 148 / 0.3);
  border-bottom-color: rgb(70 109 148 / 0.3);
}

.focus\:border-y-accent\/35:focus{
  border-top-color: rgb(70 109 148 / 0.35);
  border-bottom-color: rgb(70 109 148 / 0.35);
}

.focus\:border-y-accent\/40:focus{
  border-top-color: rgb(70 109 148 / 0.4);
  border-bottom-color: rgb(70 109 148 / 0.4);
}

.focus\:border-y-accent\/45:focus{
  border-top-color: rgb(70 109 148 / 0.45);
  border-bottom-color: rgb(70 109 148 / 0.45);
}

.focus\:border-y-accent\/5:focus{
  border-top-color: rgb(70 109 148 / 0.05);
  border-bottom-color: rgb(70 109 148 / 0.05);
}

.focus\:border-y-accent\/50:focus{
  border-top-color: rgb(70 109 148 / 0.5);
  border-bottom-color: rgb(70 109 148 / 0.5);
}

.focus\:border-y-accent\/55:focus{
  border-top-color: rgb(70 109 148 / 0.55);
  border-bottom-color: rgb(70 109 148 / 0.55);
}

.focus\:border-y-accent\/60:focus{
  border-top-color: rgb(70 109 148 / 0.6);
  border-bottom-color: rgb(70 109 148 / 0.6);
}

.focus\:border-y-accent\/65:focus{
  border-top-color: rgb(70 109 148 / 0.65);
  border-bottom-color: rgb(70 109 148 / 0.65);
}

.focus\:border-y-accent\/70:focus{
  border-top-color: rgb(70 109 148 / 0.7);
  border-bottom-color: rgb(70 109 148 / 0.7);
}

.focus\:border-y-accent\/75:focus{
  border-top-color: rgb(70 109 148 / 0.75);
  border-bottom-color: rgb(70 109 148 / 0.75);
}

.focus\:border-y-accent\/80:focus{
  border-top-color: rgb(70 109 148 / 0.8);
  border-bottom-color: rgb(70 109 148 / 0.8);
}

.focus\:border-y-accent\/85:focus{
  border-top-color: rgb(70 109 148 / 0.85);
  border-bottom-color: rgb(70 109 148 / 0.85);
}

.focus\:border-y-accent\/90:focus{
  border-top-color: rgb(70 109 148 / 0.9);
  border-bottom-color: rgb(70 109 148 / 0.9);
}

.focus\:border-y-accent\/95:focus{
  border-top-color: rgb(70 109 148 / 0.95);
  border-bottom-color: rgb(70 109 148 / 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\/15:focus{
  border-top-color: rgb(254 243 199 / 0.15);
  border-bottom-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 243 199 / 0.35);
  border-bottom-color: rgb(254 243 199 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(254 243 199 / 0.45);
  border-bottom-color: rgb(254 243 199 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 243 199 / 0.55);
  border-bottom-color: rgb(254 243 199 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(254 243 199 / 0.65);
  border-bottom-color: rgb(254 243 199 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 243 199 / 0.85);
  border-bottom-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 230 138 / 0.15);
  border-bottom-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 230 138 / 0.35);
  border-bottom-color: rgb(253 230 138 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(253 230 138 / 0.45);
  border-bottom-color: rgb(253 230 138 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 230 138 / 0.55);
  border-bottom-color: rgb(253 230 138 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(253 230 138 / 0.65);
  border-bottom-color: rgb(253 230 138 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 230 138 / 0.85);
  border-bottom-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(252 211 77 / 0.15);
  border-bottom-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(252 211 77 / 0.35);
  border-bottom-color: rgb(252 211 77 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(252 211 77 / 0.45);
  border-bottom-color: rgb(252 211 77 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(252 211 77 / 0.55);
  border-bottom-color: rgb(252 211 77 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(252 211 77 / 0.65);
  border-bottom-color: rgb(252 211 77 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(252 211 77 / 0.85);
  border-bottom-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(251 191 36 / 0.15);
  border-bottom-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(251 191 36 / 0.35);
  border-bottom-color: rgb(251 191 36 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(251 191 36 / 0.45);
  border-bottom-color: rgb(251 191 36 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(251 191 36 / 0.55);
  border-bottom-color: rgb(251 191 36 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(251 191 36 / 0.65);
  border-bottom-color: rgb(251 191 36 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(251 191 36 / 0.85);
  border-bottom-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 251 235 / 0.15);
  border-bottom-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 251 235 / 0.35);
  border-bottom-color: rgb(255 251 235 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(255 251 235 / 0.45);
  border-bottom-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 251 235 / 0.55);
  border-bottom-color: rgb(255 251 235 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(255 251 235 / 0.65);
  border-bottom-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 251 235 / 0.85);
  border-bottom-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(245 158 11 / 0.15);
  border-bottom-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 158 11 / 0.35);
  border-bottom-color: rgb(245 158 11 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(245 158 11 / 0.45);
  border-bottom-color: rgb(245 158 11 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 158 11 / 0.55);
  border-bottom-color: rgb(245 158 11 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(245 158 11 / 0.65);
  border-bottom-color: rgb(245 158 11 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 158 11 / 0.85);
  border-bottom-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(217 119 6 / 0.15);
  border-bottom-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(217 119 6 / 0.35);
  border-bottom-color: rgb(217 119 6 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(217 119 6 / 0.45);
  border-bottom-color: rgb(217 119 6 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(217 119 6 / 0.55);
  border-bottom-color: rgb(217 119 6 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(217 119 6 / 0.65);
  border-bottom-color: rgb(217 119 6 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(217 119 6 / 0.85);
  border-bottom-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(180 83 9 / 0.15);
  border-bottom-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(180 83 9 / 0.35);
  border-bottom-color: rgb(180 83 9 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(180 83 9 / 0.45);
  border-bottom-color: rgb(180 83 9 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(180 83 9 / 0.55);
  border-bottom-color: rgb(180 83 9 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(180 83 9 / 0.65);
  border-bottom-color: rgb(180 83 9 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(180 83 9 / 0.85);
  border-bottom-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(146 64 14 / 0.15);
  border-bottom-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(146 64 14 / 0.35);
  border-bottom-color: rgb(146 64 14 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(146 64 14 / 0.45);
  border-bottom-color: rgb(146 64 14 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(146 64 14 / 0.55);
  border-bottom-color: rgb(146 64 14 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(146 64 14 / 0.65);
  border-bottom-color: rgb(146 64 14 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(146 64 14 / 0.85);
  border-bottom-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(120 53 15 / 0.15);
  border-bottom-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(120 53 15 / 0.35);
  border-bottom-color: rgb(120 53 15 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(120 53 15 / 0.45);
  border-bottom-color: rgb(120 53 15 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(120 53 15 / 0.55);
  border-bottom-color: rgb(120 53 15 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(120 53 15 / 0.65);
  border-bottom-color: rgb(120 53 15 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(120 53 15 / 0.85);
  border-bottom-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(69 26 3 / 0.15);
  border-bottom-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(69 26 3 / 0.35);
  border-bottom-color: rgb(69 26 3 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(69 26 3 / 0.45);
  border-bottom-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(69 26 3 / 0.55);
  border-bottom-color: rgb(69 26 3 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(69 26 3 / 0.65);
  border-bottom-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(69 26 3 / 0.85);
  border-bottom-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.focus\:border-y-background\/0:focus{
  border-top-color: rgb(245 246 250 / 0);
  border-bottom-color: rgb(245 246 250 / 0);
}

.focus\:border-y-background\/10:focus{
  border-top-color: rgb(245 246 250 / 0.1);
  border-bottom-color: rgb(245 246 250 / 0.1);
}

.focus\:border-y-background\/100:focus{
  border-top-color: rgb(245 246 250 / 1);
  border-bottom-color: rgb(245 246 250 / 1);
}

.focus\:border-y-background\/15:focus{
  border-top-color: rgb(245 246 250 / 0.15);
  border-bottom-color: rgb(245 246 250 / 0.15);
}

.focus\:border-y-background\/20:focus{
  border-top-color: rgb(245 246 250 / 0.2);
  border-bottom-color: rgb(245 246 250 / 0.2);
}

.focus\:border-y-background\/25:focus{
  border-top-color: rgb(245 246 250 / 0.25);
  border-bottom-color: rgb(245 246 250 / 0.25);
}

.focus\:border-y-background\/30:focus{
  border-top-color: rgb(245 246 250 / 0.3);
  border-bottom-color: rgb(245 246 250 / 0.3);
}

.focus\:border-y-background\/35:focus{
  border-top-color: rgb(245 246 250 / 0.35);
  border-bottom-color: rgb(245 246 250 / 0.35);
}

.focus\:border-y-background\/40:focus{
  border-top-color: rgb(245 246 250 / 0.4);
  border-bottom-color: rgb(245 246 250 / 0.4);
}

.focus\:border-y-background\/45:focus{
  border-top-color: rgb(245 246 250 / 0.45);
  border-bottom-color: rgb(245 246 250 / 0.45);
}

.focus\:border-y-background\/5:focus{
  border-top-color: rgb(245 246 250 / 0.05);
  border-bottom-color: rgb(245 246 250 / 0.05);
}

.focus\:border-y-background\/50:focus{
  border-top-color: rgb(245 246 250 / 0.5);
  border-bottom-color: rgb(245 246 250 / 0.5);
}

.focus\:border-y-background\/55:focus{
  border-top-color: rgb(245 246 250 / 0.55);
  border-bottom-color: rgb(245 246 250 / 0.55);
}

.focus\:border-y-background\/60:focus{
  border-top-color: rgb(245 246 250 / 0.6);
  border-bottom-color: rgb(245 246 250 / 0.6);
}

.focus\:border-y-background\/65:focus{
  border-top-color: rgb(245 246 250 / 0.65);
  border-bottom-color: rgb(245 246 250 / 0.65);
}

.focus\:border-y-background\/70:focus{
  border-top-color: rgb(245 246 250 / 0.7);
  border-bottom-color: rgb(245 246 250 / 0.7);
}

.focus\:border-y-background\/75:focus{
  border-top-color: rgb(245 246 250 / 0.75);
  border-bottom-color: rgb(245 246 250 / 0.75);
}

.focus\:border-y-background\/80:focus{
  border-top-color: rgb(245 246 250 / 0.8);
  border-bottom-color: rgb(245 246 250 / 0.8);
}

.focus\:border-y-background\/85:focus{
  border-top-color: rgb(245 246 250 / 0.85);
  border-bottom-color: rgb(245 246 250 / 0.85);
}

.focus\:border-y-background\/90:focus{
  border-top-color: rgb(245 246 250 / 0.9);
  border-bottom-color: rgb(245 246 250 / 0.9);
}

.focus\:border-y-background\/95:focus{
  border-top-color: rgb(245 246 250 / 0.95);
  border-bottom-color: rgb(245 246 250 / 0.95);
}

.focus\:border-y-black:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 44 53 / var(--tw-border-opacity));
  border-bottom-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.focus\:border-y-black\/0:focus{
  border-top-color: rgb(41 44 53 / 0);
  border-bottom-color: rgb(41 44 53 / 0);
}

.focus\:border-y-black\/10:focus{
  border-top-color: rgb(41 44 53 / 0.1);
  border-bottom-color: rgb(41 44 53 / 0.1);
}

.focus\:border-y-black\/100:focus{
  border-top-color: rgb(41 44 53 / 1);
  border-bottom-color: rgb(41 44 53 / 1);
}

.focus\:border-y-black\/15:focus{
  border-top-color: rgb(41 44 53 / 0.15);
  border-bottom-color: rgb(41 44 53 / 0.15);
}

.focus\:border-y-black\/20:focus{
  border-top-color: rgb(41 44 53 / 0.2);
  border-bottom-color: rgb(41 44 53 / 0.2);
}

.focus\:border-y-black\/25:focus{
  border-top-color: rgb(41 44 53 / 0.25);
  border-bottom-color: rgb(41 44 53 / 0.25);
}

.focus\:border-y-black\/30:focus{
  border-top-color: rgb(41 44 53 / 0.3);
  border-bottom-color: rgb(41 44 53 / 0.3);
}

.focus\:border-y-black\/35:focus{
  border-top-color: rgb(41 44 53 / 0.35);
  border-bottom-color: rgb(41 44 53 / 0.35);
}

.focus\:border-y-black\/40:focus{
  border-top-color: rgb(41 44 53 / 0.4);
  border-bottom-color: rgb(41 44 53 / 0.4);
}

.focus\:border-y-black\/45:focus{
  border-top-color: rgb(41 44 53 / 0.45);
  border-bottom-color: rgb(41 44 53 / 0.45);
}

.focus\:border-y-black\/5:focus{
  border-top-color: rgb(41 44 53 / 0.05);
  border-bottom-color: rgb(41 44 53 / 0.05);
}

.focus\:border-y-black\/50:focus{
  border-top-color: rgb(41 44 53 / 0.5);
  border-bottom-color: rgb(41 44 53 / 0.5);
}

.focus\:border-y-black\/55:focus{
  border-top-color: rgb(41 44 53 / 0.55);
  border-bottom-color: rgb(41 44 53 / 0.55);
}

.focus\:border-y-black\/60:focus{
  border-top-color: rgb(41 44 53 / 0.6);
  border-bottom-color: rgb(41 44 53 / 0.6);
}

.focus\:border-y-black\/65:focus{
  border-top-color: rgb(41 44 53 / 0.65);
  border-bottom-color: rgb(41 44 53 / 0.65);
}

.focus\:border-y-black\/70:focus{
  border-top-color: rgb(41 44 53 / 0.7);
  border-bottom-color: rgb(41 44 53 / 0.7);
}

.focus\:border-y-black\/75:focus{
  border-top-color: rgb(41 44 53 / 0.75);
  border-bottom-color: rgb(41 44 53 / 0.75);
}

.focus\:border-y-black\/80:focus{
  border-top-color: rgb(41 44 53 / 0.8);
  border-bottom-color: rgb(41 44 53 / 0.8);
}

.focus\:border-y-black\/85:focus{
  border-top-color: rgb(41 44 53 / 0.85);
  border-bottom-color: rgb(41 44 53 / 0.85);
}

.focus\:border-y-black\/90:focus{
  border-top-color: rgb(41 44 53 / 0.9);
  border-bottom-color: rgb(41 44 53 / 0.9);
}

.focus\:border-y-black\/95:focus{
  border-top-color: rgb(41 44 53 / 0.95);
  border-bottom-color: rgb(41 44 53 / 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\/15:focus{
  border-top-color: rgb(219 234 254 / 0.15);
  border-bottom-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(219 234 254 / 0.35);
  border-bottom-color: rgb(219 234 254 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(219 234 254 / 0.45);
  border-bottom-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(219 234 254 / 0.55);
  border-bottom-color: rgb(219 234 254 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(219 234 254 / 0.65);
  border-bottom-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(219 234 254 / 0.85);
  border-bottom-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(191 219 254 / 0.15);
  border-bottom-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(191 219 254 / 0.35);
  border-bottom-color: rgb(191 219 254 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(191 219 254 / 0.45);
  border-bottom-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(191 219 254 / 0.55);
  border-bottom-color: rgb(191 219 254 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(191 219 254 / 0.65);
  border-bottom-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(191 219 254 / 0.85);
  border-bottom-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(147 197 253 / 0.15);
  border-bottom-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(147 197 253 / 0.35);
  border-bottom-color: rgb(147 197 253 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(147 197 253 / 0.45);
  border-bottom-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(147 197 253 / 0.55);
  border-bottom-color: rgb(147 197 253 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(147 197 253 / 0.65);
  border-bottom-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(147 197 253 / 0.85);
  border-bottom-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(96 165 250 / 0.15);
  border-bottom-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(96 165 250 / 0.35);
  border-bottom-color: rgb(96 165 250 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(96 165 250 / 0.45);
  border-bottom-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(96 165 250 / 0.55);
  border-bottom-color: rgb(96 165 250 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(96 165 250 / 0.65);
  border-bottom-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(96 165 250 / 0.85);
  border-bottom-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(239 246 255 / 0.15);
  border-bottom-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(239 246 255 / 0.35);
  border-bottom-color: rgb(239 246 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(239 246 255 / 0.45);
  border-bottom-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(239 246 255 / 0.55);
  border-bottom-color: rgb(239 246 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(239 246 255 / 0.65);
  border-bottom-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(239 246 255 / 0.85);
  border-bottom-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(59 130 246 / 0.15);
  border-bottom-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(59 130 246 / 0.35);
  border-bottom-color: rgb(59 130 246 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(59 130 246 / 0.45);
  border-bottom-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(59 130 246 / 0.55);
  border-bottom-color: rgb(59 130 246 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(59 130 246 / 0.65);
  border-bottom-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(59 130 246 / 0.85);
  border-bottom-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(37 99 235 / 0.15);
  border-bottom-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(37 99 235 / 0.35);
  border-bottom-color: rgb(37 99 235 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(37 99 235 / 0.45);
  border-bottom-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(37 99 235 / 0.55);
  border-bottom-color: rgb(37 99 235 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(37 99 235 / 0.65);
  border-bottom-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(37 99 235 / 0.85);
  border-bottom-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(29 78 216 / 0.15);
  border-bottom-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(29 78 216 / 0.35);
  border-bottom-color: rgb(29 78 216 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(29 78 216 / 0.45);
  border-bottom-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(29 78 216 / 0.55);
  border-bottom-color: rgb(29 78 216 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(29 78 216 / 0.65);
  border-bottom-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(29 78 216 / 0.85);
  border-bottom-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(30 64 175 / 0.15);
  border-bottom-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(30 64 175 / 0.35);
  border-bottom-color: rgb(30 64 175 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(30 64 175 / 0.45);
  border-bottom-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(30 64 175 / 0.55);
  border-bottom-color: rgb(30 64 175 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(30 64 175 / 0.65);
  border-bottom-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(30 64 175 / 0.85);
  border-bottom-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(30 58 138 / 0.15);
  border-bottom-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(30 58 138 / 0.35);
  border-bottom-color: rgb(30 58 138 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(30 58 138 / 0.45);
  border-bottom-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(30 58 138 / 0.55);
  border-bottom-color: rgb(30 58 138 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(30 58 138 / 0.65);
  border-bottom-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(30 58 138 / 0.85);
  border-bottom-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(23 37 84 / 0.15);
  border-bottom-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(23 37 84 / 0.35);
  border-bottom-color: rgb(23 37 84 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(23 37 84 / 0.45);
  border-bottom-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(23 37 84 / 0.55);
  border-bottom-color: rgb(23 37 84 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(23 37 84 / 0.65);
  border-bottom-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(23 37 84 / 0.85);
  border-bottom-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 138 43 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.focus\:border-y-csv-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 114 37 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.focus\:border-y-csv-hover\/0:focus{
  border-top-color: rgb(0 114 37 / 0);
  border-bottom-color: rgb(0 114 37 / 0);
}

.focus\:border-y-csv-hover\/10:focus{
  border-top-color: rgb(0 114 37 / 0.1);
  border-bottom-color: rgb(0 114 37 / 0.1);
}

.focus\:border-y-csv-hover\/100:focus{
  border-top-color: rgb(0 114 37 / 1);
  border-bottom-color: rgb(0 114 37 / 1);
}

.focus\:border-y-csv-hover\/15:focus{
  border-top-color: rgb(0 114 37 / 0.15);
  border-bottom-color: rgb(0 114 37 / 0.15);
}

.focus\:border-y-csv-hover\/20:focus{
  border-top-color: rgb(0 114 37 / 0.2);
  border-bottom-color: rgb(0 114 37 / 0.2);
}

.focus\:border-y-csv-hover\/25:focus{
  border-top-color: rgb(0 114 37 / 0.25);
  border-bottom-color: rgb(0 114 37 / 0.25);
}

.focus\:border-y-csv-hover\/30:focus{
  border-top-color: rgb(0 114 37 / 0.3);
  border-bottom-color: rgb(0 114 37 / 0.3);
}

.focus\:border-y-csv-hover\/35:focus{
  border-top-color: rgb(0 114 37 / 0.35);
  border-bottom-color: rgb(0 114 37 / 0.35);
}

.focus\:border-y-csv-hover\/40:focus{
  border-top-color: rgb(0 114 37 / 0.4);
  border-bottom-color: rgb(0 114 37 / 0.4);
}

.focus\:border-y-csv-hover\/45:focus{
  border-top-color: rgb(0 114 37 / 0.45);
  border-bottom-color: rgb(0 114 37 / 0.45);
}

.focus\:border-y-csv-hover\/5:focus{
  border-top-color: rgb(0 114 37 / 0.05);
  border-bottom-color: rgb(0 114 37 / 0.05);
}

.focus\:border-y-csv-hover\/50:focus{
  border-top-color: rgb(0 114 37 / 0.5);
  border-bottom-color: rgb(0 114 37 / 0.5);
}

.focus\:border-y-csv-hover\/55:focus{
  border-top-color: rgb(0 114 37 / 0.55);
  border-bottom-color: rgb(0 114 37 / 0.55);
}

.focus\:border-y-csv-hover\/60:focus{
  border-top-color: rgb(0 114 37 / 0.6);
  border-bottom-color: rgb(0 114 37 / 0.6);
}

.focus\:border-y-csv-hover\/65:focus{
  border-top-color: rgb(0 114 37 / 0.65);
  border-bottom-color: rgb(0 114 37 / 0.65);
}

.focus\:border-y-csv-hover\/70:focus{
  border-top-color: rgb(0 114 37 / 0.7);
  border-bottom-color: rgb(0 114 37 / 0.7);
}

.focus\:border-y-csv-hover\/75:focus{
  border-top-color: rgb(0 114 37 / 0.75);
  border-bottom-color: rgb(0 114 37 / 0.75);
}

.focus\:border-y-csv-hover\/80:focus{
  border-top-color: rgb(0 114 37 / 0.8);
  border-bottom-color: rgb(0 114 37 / 0.8);
}

.focus\:border-y-csv-hover\/85:focus{
  border-top-color: rgb(0 114 37 / 0.85);
  border-bottom-color: rgb(0 114 37 / 0.85);
}

.focus\:border-y-csv-hover\/90:focus{
  border-top-color: rgb(0 114 37 / 0.9);
  border-bottom-color: rgb(0 114 37 / 0.9);
}

.focus\:border-y-csv-hover\/95:focus{
  border-top-color: rgb(0 114 37 / 0.95);
  border-bottom-color: rgb(0 114 37 / 0.95);
}

.focus\:border-y-csv\/0:focus{
  border-top-color: rgb(0 138 43 / 0);
  border-bottom-color: rgb(0 138 43 / 0);
}

.focus\:border-y-csv\/10:focus{
  border-top-color: rgb(0 138 43 / 0.1);
  border-bottom-color: rgb(0 138 43 / 0.1);
}

.focus\:border-y-csv\/100:focus{
  border-top-color: rgb(0 138 43 / 1);
  border-bottom-color: rgb(0 138 43 / 1);
}

.focus\:border-y-csv\/15:focus{
  border-top-color: rgb(0 138 43 / 0.15);
  border-bottom-color: rgb(0 138 43 / 0.15);
}

.focus\:border-y-csv\/20:focus{
  border-top-color: rgb(0 138 43 / 0.2);
  border-bottom-color: rgb(0 138 43 / 0.2);
}

.focus\:border-y-csv\/25:focus{
  border-top-color: rgb(0 138 43 / 0.25);
  border-bottom-color: rgb(0 138 43 / 0.25);
}

.focus\:border-y-csv\/30:focus{
  border-top-color: rgb(0 138 43 / 0.3);
  border-bottom-color: rgb(0 138 43 / 0.3);
}

.focus\:border-y-csv\/35:focus{
  border-top-color: rgb(0 138 43 / 0.35);
  border-bottom-color: rgb(0 138 43 / 0.35);
}

.focus\:border-y-csv\/40:focus{
  border-top-color: rgb(0 138 43 / 0.4);
  border-bottom-color: rgb(0 138 43 / 0.4);
}

.focus\:border-y-csv\/45:focus{
  border-top-color: rgb(0 138 43 / 0.45);
  border-bottom-color: rgb(0 138 43 / 0.45);
}

.focus\:border-y-csv\/5:focus{
  border-top-color: rgb(0 138 43 / 0.05);
  border-bottom-color: rgb(0 138 43 / 0.05);
}

.focus\:border-y-csv\/50:focus{
  border-top-color: rgb(0 138 43 / 0.5);
  border-bottom-color: rgb(0 138 43 / 0.5);
}

.focus\:border-y-csv\/55:focus{
  border-top-color: rgb(0 138 43 / 0.55);
  border-bottom-color: rgb(0 138 43 / 0.55);
}

.focus\:border-y-csv\/60:focus{
  border-top-color: rgb(0 138 43 / 0.6);
  border-bottom-color: rgb(0 138 43 / 0.6);
}

.focus\:border-y-csv\/65:focus{
  border-top-color: rgb(0 138 43 / 0.65);
  border-bottom-color: rgb(0 138 43 / 0.65);
}

.focus\:border-y-csv\/70:focus{
  border-top-color: rgb(0 138 43 / 0.7);
  border-bottom-color: rgb(0 138 43 / 0.7);
}

.focus\:border-y-csv\/75:focus{
  border-top-color: rgb(0 138 43 / 0.75);
  border-bottom-color: rgb(0 138 43 / 0.75);
}

.focus\:border-y-csv\/80:focus{
  border-top-color: rgb(0 138 43 / 0.8);
  border-bottom-color: rgb(0 138 43 / 0.8);
}

.focus\:border-y-csv\/85:focus{
  border-top-color: rgb(0 138 43 / 0.85);
  border-bottom-color: rgb(0 138 43 / 0.85);
}

.focus\:border-y-csv\/90:focus{
  border-top-color: rgb(0 138 43 / 0.9);
  border-bottom-color: rgb(0 138 43 / 0.9);
}

.focus\:border-y-csv\/95:focus{
  border-top-color: rgb(0 138 43 / 0.95);
  border-bottom-color: rgb(0 138 43 / 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\/15:focus{
  border-top-color: rgb(207 250 254 / 0.15);
  border-bottom-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(207 250 254 / 0.35);
  border-bottom-color: rgb(207 250 254 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(207 250 254 / 0.45);
  border-bottom-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(207 250 254 / 0.55);
  border-bottom-color: rgb(207 250 254 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(207 250 254 / 0.65);
  border-bottom-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(207 250 254 / 0.85);
  border-bottom-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(165 243 252 / 0.15);
  border-bottom-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(165 243 252 / 0.35);
  border-bottom-color: rgb(165 243 252 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(165 243 252 / 0.45);
  border-bottom-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(165 243 252 / 0.55);
  border-bottom-color: rgb(165 243 252 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(165 243 252 / 0.65);
  border-bottom-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(165 243 252 / 0.85);
  border-bottom-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(103 232 249 / 0.15);
  border-bottom-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(103 232 249 / 0.35);
  border-bottom-color: rgb(103 232 249 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(103 232 249 / 0.45);
  border-bottom-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(103 232 249 / 0.55);
  border-bottom-color: rgb(103 232 249 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(103 232 249 / 0.65);
  border-bottom-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(103 232 249 / 0.85);
  border-bottom-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(34 211 238 / 0.15);
  border-bottom-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(34 211 238 / 0.35);
  border-bottom-color: rgb(34 211 238 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(34 211 238 / 0.45);
  border-bottom-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(34 211 238 / 0.55);
  border-bottom-color: rgb(34 211 238 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(34 211 238 / 0.65);
  border-bottom-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(34 211 238 / 0.85);
  border-bottom-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(236 254 255 / 0.15);
  border-bottom-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(236 254 255 / 0.35);
  border-bottom-color: rgb(236 254 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(236 254 255 / 0.45);
  border-bottom-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(236 254 255 / 0.55);
  border-bottom-color: rgb(236 254 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(236 254 255 / 0.65);
  border-bottom-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(236 254 255 / 0.85);
  border-bottom-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(6 182 212 / 0.15);
  border-bottom-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(6 182 212 / 0.35);
  border-bottom-color: rgb(6 182 212 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(6 182 212 / 0.45);
  border-bottom-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(6 182 212 / 0.55);
  border-bottom-color: rgb(6 182 212 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(6 182 212 / 0.65);
  border-bottom-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(6 182 212 / 0.85);
  border-bottom-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(8 145 178 / 0.15);
  border-bottom-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(8 145 178 / 0.35);
  border-bottom-color: rgb(8 145 178 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(8 145 178 / 0.45);
  border-bottom-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(8 145 178 / 0.55);
  border-bottom-color: rgb(8 145 178 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(8 145 178 / 0.65);
  border-bottom-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(8 145 178 / 0.85);
  border-bottom-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(14 116 144 / 0.15);
  border-bottom-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(14 116 144 / 0.35);
  border-bottom-color: rgb(14 116 144 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(14 116 144 / 0.45);
  border-bottom-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(14 116 144 / 0.55);
  border-bottom-color: rgb(14 116 144 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(14 116 144 / 0.65);
  border-bottom-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(14 116 144 / 0.85);
  border-bottom-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(21 94 117 / 0.15);
  border-bottom-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(21 94 117 / 0.35);
  border-bottom-color: rgb(21 94 117 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(21 94 117 / 0.45);
  border-bottom-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(21 94 117 / 0.55);
  border-bottom-color: rgb(21 94 117 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(21 94 117 / 0.65);
  border-bottom-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(21 94 117 / 0.85);
  border-bottom-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(22 78 99 / 0.15);
  border-bottom-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(22 78 99 / 0.35);
  border-bottom-color: rgb(22 78 99 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(22 78 99 / 0.45);
  border-bottom-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(22 78 99 / 0.55);
  border-bottom-color: rgb(22 78 99 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(22 78 99 / 0.65);
  border-bottom-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(22 78 99 / 0.85);
  border-bottom-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(8 51 68 / 0.15);
  border-bottom-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(8 51 68 / 0.35);
  border-bottom-color: rgb(8 51 68 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(8 51 68 / 0.45);
  border-bottom-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(8 51 68 / 0.55);
  border-bottom-color: rgb(8 51 68 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(8 51 68 / 0.65);
  border-bottom-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(8 51 68 / 0.85);
  border-bottom-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(207 59 54 / var(--tw-border-opacity));
  border-bottom-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.focus\:border-y-danger-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(193 49 44 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.focus\:border-y-danger-hover\/0:focus{
  border-top-color: rgb(193 49 44 / 0);
  border-bottom-color: rgb(193 49 44 / 0);
}

.focus\:border-y-danger-hover\/10:focus{
  border-top-color: rgb(193 49 44 / 0.1);
  border-bottom-color: rgb(193 49 44 / 0.1);
}

.focus\:border-y-danger-hover\/100:focus{
  border-top-color: rgb(193 49 44 / 1);
  border-bottom-color: rgb(193 49 44 / 1);
}

.focus\:border-y-danger-hover\/15:focus{
  border-top-color: rgb(193 49 44 / 0.15);
  border-bottom-color: rgb(193 49 44 / 0.15);
}

.focus\:border-y-danger-hover\/20:focus{
  border-top-color: rgb(193 49 44 / 0.2);
  border-bottom-color: rgb(193 49 44 / 0.2);
}

.focus\:border-y-danger-hover\/25:focus{
  border-top-color: rgb(193 49 44 / 0.25);
  border-bottom-color: rgb(193 49 44 / 0.25);
}

.focus\:border-y-danger-hover\/30:focus{
  border-top-color: rgb(193 49 44 / 0.3);
  border-bottom-color: rgb(193 49 44 / 0.3);
}

.focus\:border-y-danger-hover\/35:focus{
  border-top-color: rgb(193 49 44 / 0.35);
  border-bottom-color: rgb(193 49 44 / 0.35);
}

.focus\:border-y-danger-hover\/40:focus{
  border-top-color: rgb(193 49 44 / 0.4);
  border-bottom-color: rgb(193 49 44 / 0.4);
}

.focus\:border-y-danger-hover\/45:focus{
  border-top-color: rgb(193 49 44 / 0.45);
  border-bottom-color: rgb(193 49 44 / 0.45);
}

.focus\:border-y-danger-hover\/5:focus{
  border-top-color: rgb(193 49 44 / 0.05);
  border-bottom-color: rgb(193 49 44 / 0.05);
}

.focus\:border-y-danger-hover\/50:focus{
  border-top-color: rgb(193 49 44 / 0.5);
  border-bottom-color: rgb(193 49 44 / 0.5);
}

.focus\:border-y-danger-hover\/55:focus{
  border-top-color: rgb(193 49 44 / 0.55);
  border-bottom-color: rgb(193 49 44 / 0.55);
}

.focus\:border-y-danger-hover\/60:focus{
  border-top-color: rgb(193 49 44 / 0.6);
  border-bottom-color: rgb(193 49 44 / 0.6);
}

.focus\:border-y-danger-hover\/65:focus{
  border-top-color: rgb(193 49 44 / 0.65);
  border-bottom-color: rgb(193 49 44 / 0.65);
}

.focus\:border-y-danger-hover\/70:focus{
  border-top-color: rgb(193 49 44 / 0.7);
  border-bottom-color: rgb(193 49 44 / 0.7);
}

.focus\:border-y-danger-hover\/75:focus{
  border-top-color: rgb(193 49 44 / 0.75);
  border-bottom-color: rgb(193 49 44 / 0.75);
}

.focus\:border-y-danger-hover\/80:focus{
  border-top-color: rgb(193 49 44 / 0.8);
  border-bottom-color: rgb(193 49 44 / 0.8);
}

.focus\:border-y-danger-hover\/85:focus{
  border-top-color: rgb(193 49 44 / 0.85);
  border-bottom-color: rgb(193 49 44 / 0.85);
}

.focus\:border-y-danger-hover\/90:focus{
  border-top-color: rgb(193 49 44 / 0.9);
  border-bottom-color: rgb(193 49 44 / 0.9);
}

.focus\:border-y-danger-hover\/95:focus{
  border-top-color: rgb(193 49 44 / 0.95);
  border-bottom-color: rgb(193 49 44 / 0.95);
}

.focus\:border-y-danger\/0:focus{
  border-top-color: rgb(207 59 54 / 0);
  border-bottom-color: rgb(207 59 54 / 0);
}

.focus\:border-y-danger\/10:focus{
  border-top-color: rgb(207 59 54 / 0.1);
  border-bottom-color: rgb(207 59 54 / 0.1);
}

.focus\:border-y-danger\/100:focus{
  border-top-color: rgb(207 59 54 / 1);
  border-bottom-color: rgb(207 59 54 / 1);
}

.focus\:border-y-danger\/15:focus{
  border-top-color: rgb(207 59 54 / 0.15);
  border-bottom-color: rgb(207 59 54 / 0.15);
}

.focus\:border-y-danger\/20:focus{
  border-top-color: rgb(207 59 54 / 0.2);
  border-bottom-color: rgb(207 59 54 / 0.2);
}

.focus\:border-y-danger\/25:focus{
  border-top-color: rgb(207 59 54 / 0.25);
  border-bottom-color: rgb(207 59 54 / 0.25);
}

.focus\:border-y-danger\/30:focus{
  border-top-color: rgb(207 59 54 / 0.3);
  border-bottom-color: rgb(207 59 54 / 0.3);
}

.focus\:border-y-danger\/35:focus{
  border-top-color: rgb(207 59 54 / 0.35);
  border-bottom-color: rgb(207 59 54 / 0.35);
}

.focus\:border-y-danger\/40:focus{
  border-top-color: rgb(207 59 54 / 0.4);
  border-bottom-color: rgb(207 59 54 / 0.4);
}

.focus\:border-y-danger\/45:focus{
  border-top-color: rgb(207 59 54 / 0.45);
  border-bottom-color: rgb(207 59 54 / 0.45);
}

.focus\:border-y-danger\/5:focus{
  border-top-color: rgb(207 59 54 / 0.05);
  border-bottom-color: rgb(207 59 54 / 0.05);
}

.focus\:border-y-danger\/50:focus{
  border-top-color: rgb(207 59 54 / 0.5);
  border-bottom-color: rgb(207 59 54 / 0.5);
}

.focus\:border-y-danger\/55:focus{
  border-top-color: rgb(207 59 54 / 0.55);
  border-bottom-color: rgb(207 59 54 / 0.55);
}

.focus\:border-y-danger\/60:focus{
  border-top-color: rgb(207 59 54 / 0.6);
  border-bottom-color: rgb(207 59 54 / 0.6);
}

.focus\:border-y-danger\/65:focus{
  border-top-color: rgb(207 59 54 / 0.65);
  border-bottom-color: rgb(207 59 54 / 0.65);
}

.focus\:border-y-danger\/70:focus{
  border-top-color: rgb(207 59 54 / 0.7);
  border-bottom-color: rgb(207 59 54 / 0.7);
}

.focus\:border-y-danger\/75:focus{
  border-top-color: rgb(207 59 54 / 0.75);
  border-bottom-color: rgb(207 59 54 / 0.75);
}

.focus\:border-y-danger\/80:focus{
  border-top-color: rgb(207 59 54 / 0.8);
  border-bottom-color: rgb(207 59 54 / 0.8);
}

.focus\:border-y-danger\/85:focus{
  border-top-color: rgb(207 59 54 / 0.85);
  border-bottom-color: rgb(207 59 54 / 0.85);
}

.focus\:border-y-danger\/90:focus{
  border-top-color: rgb(207 59 54 / 0.9);
  border-bottom-color: rgb(207 59 54 / 0.9);
}

.focus\:border-y-danger\/95:focus{
  border-top-color: rgb(207 59 54 / 0.95);
  border-bottom-color: rgb(207 59 54 / 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\/15:focus{
  border-top-color: rgb(209 250 229 / 0.15);
  border-bottom-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(209 250 229 / 0.35);
  border-bottom-color: rgb(209 250 229 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(209 250 229 / 0.45);
  border-bottom-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(209 250 229 / 0.55);
  border-bottom-color: rgb(209 250 229 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(209 250 229 / 0.65);
  border-bottom-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(209 250 229 / 0.85);
  border-bottom-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(167 243 208 / 0.15);
  border-bottom-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(167 243 208 / 0.35);
  border-bottom-color: rgb(167 243 208 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(167 243 208 / 0.45);
  border-bottom-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(167 243 208 / 0.55);
  border-bottom-color: rgb(167 243 208 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(167 243 208 / 0.65);
  border-bottom-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(167 243 208 / 0.85);
  border-bottom-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(110 231 183 / 0.15);
  border-bottom-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(110 231 183 / 0.35);
  border-bottom-color: rgb(110 231 183 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(110 231 183 / 0.45);
  border-bottom-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(110 231 183 / 0.55);
  border-bottom-color: rgb(110 231 183 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(110 231 183 / 0.65);
  border-bottom-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(110 231 183 / 0.85);
  border-bottom-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(52 211 153 / 0.15);
  border-bottom-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(52 211 153 / 0.35);
  border-bottom-color: rgb(52 211 153 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(52 211 153 / 0.45);
  border-bottom-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(52 211 153 / 0.55);
  border-bottom-color: rgb(52 211 153 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(52 211 153 / 0.65);
  border-bottom-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(52 211 153 / 0.85);
  border-bottom-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(236 253 245 / 0.15);
  border-bottom-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(236 253 245 / 0.35);
  border-bottom-color: rgb(236 253 245 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(236 253 245 / 0.45);
  border-bottom-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(236 253 245 / 0.55);
  border-bottom-color: rgb(236 253 245 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(236 253 245 / 0.65);
  border-bottom-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(236 253 245 / 0.85);
  border-bottom-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(16 185 129 / 0.15);
  border-bottom-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(16 185 129 / 0.35);
  border-bottom-color: rgb(16 185 129 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(16 185 129 / 0.45);
  border-bottom-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(16 185 129 / 0.55);
  border-bottom-color: rgb(16 185 129 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(16 185 129 / 0.65);
  border-bottom-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(16 185 129 / 0.85);
  border-bottom-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(5 150 105 / 0.15);
  border-bottom-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(5 150 105 / 0.35);
  border-bottom-color: rgb(5 150 105 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(5 150 105 / 0.45);
  border-bottom-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(5 150 105 / 0.55);
  border-bottom-color: rgb(5 150 105 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(5 150 105 / 0.65);
  border-bottom-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(5 150 105 / 0.85);
  border-bottom-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(4 120 87 / 0.15);
  border-bottom-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(4 120 87 / 0.35);
  border-bottom-color: rgb(4 120 87 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(4 120 87 / 0.45);
  border-bottom-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(4 120 87 / 0.55);
  border-bottom-color: rgb(4 120 87 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(4 120 87 / 0.65);
  border-bottom-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(4 120 87 / 0.85);
  border-bottom-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(6 95 70 / 0.15);
  border-bottom-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(6 95 70 / 0.35);
  border-bottom-color: rgb(6 95 70 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(6 95 70 / 0.45);
  border-bottom-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(6 95 70 / 0.55);
  border-bottom-color: rgb(6 95 70 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(6 95 70 / 0.65);
  border-bottom-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(6 95 70 / 0.85);
  border-bottom-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(6 78 59 / 0.15);
  border-bottom-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(6 78 59 / 0.35);
  border-bottom-color: rgb(6 78 59 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(6 78 59 / 0.45);
  border-bottom-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(6 78 59 / 0.55);
  border-bottom-color: rgb(6 78 59 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(6 78 59 / 0.65);
  border-bottom-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(6 78 59 / 0.85);
  border-bottom-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(2 44 34 / 0.15);
  border-bottom-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(2 44 34 / 0.35);
  border-bottom-color: rgb(2 44 34 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(2 44 34 / 0.45);
  border-bottom-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(2 44 34 / 0.55);
  border-bottom-color: rgb(2 44 34 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(2 44 34 / 0.65);
  border-bottom-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(2 44 34 / 0.85);
  border-bottom-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(11 160 123 / var(--tw-border-opacity));
  border-bottom-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.focus\:border-y-excel-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 138 107 / var(--tw-border-opacity));
  border-bottom-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.focus\:border-y-excel-hover\/0:focus{
  border-top-color: rgb(9 138 107 / 0);
  border-bottom-color: rgb(9 138 107 / 0);
}

.focus\:border-y-excel-hover\/10:focus{
  border-top-color: rgb(9 138 107 / 0.1);
  border-bottom-color: rgb(9 138 107 / 0.1);
}

.focus\:border-y-excel-hover\/100:focus{
  border-top-color: rgb(9 138 107 / 1);
  border-bottom-color: rgb(9 138 107 / 1);
}

.focus\:border-y-excel-hover\/15:focus{
  border-top-color: rgb(9 138 107 / 0.15);
  border-bottom-color: rgb(9 138 107 / 0.15);
}

.focus\:border-y-excel-hover\/20:focus{
  border-top-color: rgb(9 138 107 / 0.2);
  border-bottom-color: rgb(9 138 107 / 0.2);
}

.focus\:border-y-excel-hover\/25:focus{
  border-top-color: rgb(9 138 107 / 0.25);
  border-bottom-color: rgb(9 138 107 / 0.25);
}

.focus\:border-y-excel-hover\/30:focus{
  border-top-color: rgb(9 138 107 / 0.3);
  border-bottom-color: rgb(9 138 107 / 0.3);
}

.focus\:border-y-excel-hover\/35:focus{
  border-top-color: rgb(9 138 107 / 0.35);
  border-bottom-color: rgb(9 138 107 / 0.35);
}

.focus\:border-y-excel-hover\/40:focus{
  border-top-color: rgb(9 138 107 / 0.4);
  border-bottom-color: rgb(9 138 107 / 0.4);
}

.focus\:border-y-excel-hover\/45:focus{
  border-top-color: rgb(9 138 107 / 0.45);
  border-bottom-color: rgb(9 138 107 / 0.45);
}

.focus\:border-y-excel-hover\/5:focus{
  border-top-color: rgb(9 138 107 / 0.05);
  border-bottom-color: rgb(9 138 107 / 0.05);
}

.focus\:border-y-excel-hover\/50:focus{
  border-top-color: rgb(9 138 107 / 0.5);
  border-bottom-color: rgb(9 138 107 / 0.5);
}

.focus\:border-y-excel-hover\/55:focus{
  border-top-color: rgb(9 138 107 / 0.55);
  border-bottom-color: rgb(9 138 107 / 0.55);
}

.focus\:border-y-excel-hover\/60:focus{
  border-top-color: rgb(9 138 107 / 0.6);
  border-bottom-color: rgb(9 138 107 / 0.6);
}

.focus\:border-y-excel-hover\/65:focus{
  border-top-color: rgb(9 138 107 / 0.65);
  border-bottom-color: rgb(9 138 107 / 0.65);
}

.focus\:border-y-excel-hover\/70:focus{
  border-top-color: rgb(9 138 107 / 0.7);
  border-bottom-color: rgb(9 138 107 / 0.7);
}

.focus\:border-y-excel-hover\/75:focus{
  border-top-color: rgb(9 138 107 / 0.75);
  border-bottom-color: rgb(9 138 107 / 0.75);
}

.focus\:border-y-excel-hover\/80:focus{
  border-top-color: rgb(9 138 107 / 0.8);
  border-bottom-color: rgb(9 138 107 / 0.8);
}

.focus\:border-y-excel-hover\/85:focus{
  border-top-color: rgb(9 138 107 / 0.85);
  border-bottom-color: rgb(9 138 107 / 0.85);
}

.focus\:border-y-excel-hover\/90:focus{
  border-top-color: rgb(9 138 107 / 0.9);
  border-bottom-color: rgb(9 138 107 / 0.9);
}

.focus\:border-y-excel-hover\/95:focus{
  border-top-color: rgb(9 138 107 / 0.95);
  border-bottom-color: rgb(9 138 107 / 0.95);
}

.focus\:border-y-excel\/0:focus{
  border-top-color: rgb(11 160 123 / 0);
  border-bottom-color: rgb(11 160 123 / 0);
}

.focus\:border-y-excel\/10:focus{
  border-top-color: rgb(11 160 123 / 0.1);
  border-bottom-color: rgb(11 160 123 / 0.1);
}

.focus\:border-y-excel\/100:focus{
  border-top-color: rgb(11 160 123 / 1);
  border-bottom-color: rgb(11 160 123 / 1);
}

.focus\:border-y-excel\/15:focus{
  border-top-color: rgb(11 160 123 / 0.15);
  border-bottom-color: rgb(11 160 123 / 0.15);
}

.focus\:border-y-excel\/20:focus{
  border-top-color: rgb(11 160 123 / 0.2);
  border-bottom-color: rgb(11 160 123 / 0.2);
}

.focus\:border-y-excel\/25:focus{
  border-top-color: rgb(11 160 123 / 0.25);
  border-bottom-color: rgb(11 160 123 / 0.25);
}

.focus\:border-y-excel\/30:focus{
  border-top-color: rgb(11 160 123 / 0.3);
  border-bottom-color: rgb(11 160 123 / 0.3);
}

.focus\:border-y-excel\/35:focus{
  border-top-color: rgb(11 160 123 / 0.35);
  border-bottom-color: rgb(11 160 123 / 0.35);
}

.focus\:border-y-excel\/40:focus{
  border-top-color: rgb(11 160 123 / 0.4);
  border-bottom-color: rgb(11 160 123 / 0.4);
}

.focus\:border-y-excel\/45:focus{
  border-top-color: rgb(11 160 123 / 0.45);
  border-bottom-color: rgb(11 160 123 / 0.45);
}

.focus\:border-y-excel\/5:focus{
  border-top-color: rgb(11 160 123 / 0.05);
  border-bottom-color: rgb(11 160 123 / 0.05);
}

.focus\:border-y-excel\/50:focus{
  border-top-color: rgb(11 160 123 / 0.5);
  border-bottom-color: rgb(11 160 123 / 0.5);
}

.focus\:border-y-excel\/55:focus{
  border-top-color: rgb(11 160 123 / 0.55);
  border-bottom-color: rgb(11 160 123 / 0.55);
}

.focus\:border-y-excel\/60:focus{
  border-top-color: rgb(11 160 123 / 0.6);
  border-bottom-color: rgb(11 160 123 / 0.6);
}

.focus\:border-y-excel\/65:focus{
  border-top-color: rgb(11 160 123 / 0.65);
  border-bottom-color: rgb(11 160 123 / 0.65);
}

.focus\:border-y-excel\/70:focus{
  border-top-color: rgb(11 160 123 / 0.7);
  border-bottom-color: rgb(11 160 123 / 0.7);
}

.focus\:border-y-excel\/75:focus{
  border-top-color: rgb(11 160 123 / 0.75);
  border-bottom-color: rgb(11 160 123 / 0.75);
}

.focus\:border-y-excel\/80:focus{
  border-top-color: rgb(11 160 123 / 0.8);
  border-bottom-color: rgb(11 160 123 / 0.8);
}

.focus\:border-y-excel\/85:focus{
  border-top-color: rgb(11 160 123 / 0.85);
  border-bottom-color: rgb(11 160 123 / 0.85);
}

.focus\:border-y-excel\/90:focus{
  border-top-color: rgb(11 160 123 / 0.9);
  border-bottom-color: rgb(11 160 123 / 0.9);
}

.focus\:border-y-excel\/95:focus{
  border-top-color: rgb(11 160 123 / 0.95);
  border-bottom-color: rgb(11 160 123 / 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\/15:focus{
  border-top-color: rgb(250 232 255 / 0.15);
  border-bottom-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 232 255 / 0.35);
  border-bottom-color: rgb(250 232 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(250 232 255 / 0.45);
  border-bottom-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 232 255 / 0.55);
  border-bottom-color: rgb(250 232 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(250 232 255 / 0.65);
  border-bottom-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 232 255 / 0.85);
  border-bottom-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(245 208 254 / 0.15);
  border-bottom-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 208 254 / 0.35);
  border-bottom-color: rgb(245 208 254 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(245 208 254 / 0.45);
  border-bottom-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 208 254 / 0.55);
  border-bottom-color: rgb(245 208 254 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(245 208 254 / 0.65);
  border-bottom-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 208 254 / 0.85);
  border-bottom-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(240 171 252 / 0.15);
  border-bottom-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(240 171 252 / 0.35);
  border-bottom-color: rgb(240 171 252 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(240 171 252 / 0.45);
  border-bottom-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(240 171 252 / 0.55);
  border-bottom-color: rgb(240 171 252 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(240 171 252 / 0.65);
  border-bottom-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(240 171 252 / 0.85);
  border-bottom-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(232 121 249 / 0.15);
  border-bottom-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(232 121 249 / 0.35);
  border-bottom-color: rgb(232 121 249 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(232 121 249 / 0.45);
  border-bottom-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(232 121 249 / 0.55);
  border-bottom-color: rgb(232 121 249 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(232 121 249 / 0.65);
  border-bottom-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(232 121 249 / 0.85);
  border-bottom-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 244 255 / 0.15);
  border-bottom-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 244 255 / 0.35);
  border-bottom-color: rgb(253 244 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(253 244 255 / 0.45);
  border-bottom-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 244 255 / 0.55);
  border-bottom-color: rgb(253 244 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(253 244 255 / 0.65);
  border-bottom-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 244 255 / 0.85);
  border-bottom-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(217 70 239 / 0.15);
  border-bottom-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(217 70 239 / 0.35);
  border-bottom-color: rgb(217 70 239 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(217 70 239 / 0.45);
  border-bottom-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(217 70 239 / 0.55);
  border-bottom-color: rgb(217 70 239 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(217 70 239 / 0.65);
  border-bottom-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(217 70 239 / 0.85);
  border-bottom-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(192 38 211 / 0.15);
  border-bottom-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(192 38 211 / 0.35);
  border-bottom-color: rgb(192 38 211 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(192 38 211 / 0.45);
  border-bottom-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(192 38 211 / 0.55);
  border-bottom-color: rgb(192 38 211 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(192 38 211 / 0.65);
  border-bottom-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(192 38 211 / 0.85);
  border-bottom-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(162 28 175 / 0.15);
  border-bottom-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(162 28 175 / 0.35);
  border-bottom-color: rgb(162 28 175 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(162 28 175 / 0.45);
  border-bottom-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(162 28 175 / 0.55);
  border-bottom-color: rgb(162 28 175 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(162 28 175 / 0.65);
  border-bottom-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(162 28 175 / 0.85);
  border-bottom-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(134 25 143 / 0.15);
  border-bottom-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(134 25 143 / 0.35);
  border-bottom-color: rgb(134 25 143 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(134 25 143 / 0.45);
  border-bottom-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(134 25 143 / 0.55);
  border-bottom-color: rgb(134 25 143 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(134 25 143 / 0.65);
  border-bottom-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(134 25 143 / 0.85);
  border-bottom-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(112 26 117 / 0.15);
  border-bottom-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(112 26 117 / 0.35);
  border-bottom-color: rgb(112 26 117 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(112 26 117 / 0.45);
  border-bottom-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(112 26 117 / 0.55);
  border-bottom-color: rgb(112 26 117 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(112 26 117 / 0.65);
  border-bottom-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(112 26 117 / 0.85);
  border-bottom-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(74 4 78 / 0.15);
  border-bottom-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(74 4 78 / 0.35);
  border-bottom-color: rgb(74 4 78 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(74 4 78 / 0.45);
  border-bottom-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(74 4 78 / 0.55);
  border-bottom-color: rgb(74 4 78 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(74 4 78 / 0.65);
  border-bottom-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(74 4 78 / 0.85);
  border-bottom-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(243 244 246 / 0.15);
  border-bottom-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(243 244 246 / 0.35);
  border-bottom-color: rgb(243 244 246 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(243 244 246 / 0.45);
  border-bottom-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(243 244 246 / 0.55);
  border-bottom-color: rgb(243 244 246 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(243 244 246 / 0.65);
  border-bottom-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(243 244 246 / 0.85);
  border-bottom-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(229 231 235 / 0.15);
  border-bottom-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(229 231 235 / 0.35);
  border-bottom-color: rgb(229 231 235 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(229 231 235 / 0.45);
  border-bottom-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(229 231 235 / 0.55);
  border-bottom-color: rgb(229 231 235 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(229 231 235 / 0.65);
  border-bottom-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(229 231 235 / 0.85);
  border-bottom-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(209 213 219 / 0.15);
  border-bottom-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(209 213 219 / 0.35);
  border-bottom-color: rgb(209 213 219 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(209 213 219 / 0.45);
  border-bottom-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(209 213 219 / 0.55);
  border-bottom-color: rgb(209 213 219 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(209 213 219 / 0.65);
  border-bottom-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(209 213 219 / 0.85);
  border-bottom-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(156 163 175 / 0.15);
  border-bottom-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(156 163 175 / 0.35);
  border-bottom-color: rgb(156 163 175 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(156 163 175 / 0.45);
  border-bottom-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(156 163 175 / 0.55);
  border-bottom-color: rgb(156 163 175 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(156 163 175 / 0.65);
  border-bottom-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(156 163 175 / 0.85);
  border-bottom-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(249 250 251 / 0.15);
  border-bottom-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(249 250 251 / 0.35);
  border-bottom-color: rgb(249 250 251 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(249 250 251 / 0.45);
  border-bottom-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(249 250 251 / 0.55);
  border-bottom-color: rgb(249 250 251 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(249 250 251 / 0.65);
  border-bottom-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(249 250 251 / 0.85);
  border-bottom-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(107 114 128 / 0.15);
  border-bottom-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(107 114 128 / 0.35);
  border-bottom-color: rgb(107 114 128 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(107 114 128 / 0.45);
  border-bottom-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(107 114 128 / 0.55);
  border-bottom-color: rgb(107 114 128 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(107 114 128 / 0.65);
  border-bottom-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(107 114 128 / 0.85);
  border-bottom-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(75 85 99 / 0.15);
  border-bottom-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(75 85 99 / 0.35);
  border-bottom-color: rgb(75 85 99 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(75 85 99 / 0.45);
  border-bottom-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(75 85 99 / 0.55);
  border-bottom-color: rgb(75 85 99 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(75 85 99 / 0.65);
  border-bottom-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(75 85 99 / 0.85);
  border-bottom-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(55 65 81 / 0.15);
  border-bottom-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(55 65 81 / 0.35);
  border-bottom-color: rgb(55 65 81 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(55 65 81 / 0.45);
  border-bottom-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(55 65 81 / 0.55);
  border-bottom-color: rgb(55 65 81 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(55 65 81 / 0.65);
  border-bottom-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(55 65 81 / 0.85);
  border-bottom-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(31 41 55 / 0.15);
  border-bottom-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(31 41 55 / 0.35);
  border-bottom-color: rgb(31 41 55 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(31 41 55 / 0.45);
  border-bottom-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(31 41 55 / 0.55);
  border-bottom-color: rgb(31 41 55 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(31 41 55 / 0.65);
  border-bottom-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(31 41 55 / 0.85);
  border-bottom-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(17 24 39 / 0.15);
  border-bottom-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(17 24 39 / 0.35);
  border-bottom-color: rgb(17 24 39 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(17 24 39 / 0.45);
  border-bottom-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(17 24 39 / 0.55);
  border-bottom-color: rgb(17 24 39 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(17 24 39 / 0.65);
  border-bottom-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(17 24 39 / 0.85);
  border-bottom-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(3 7 18 / 0.15);
  border-bottom-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(3 7 18 / 0.35);
  border-bottom-color: rgb(3 7 18 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(3 7 18 / 0.45);
  border-bottom-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(3 7 18 / 0.55);
  border-bottom-color: rgb(3 7 18 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(3 7 18 / 0.65);
  border-bottom-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(3 7 18 / 0.85);
  border-bottom-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(220 252 231 / 0.15);
  border-bottom-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(220 252 231 / 0.35);
  border-bottom-color: rgb(220 252 231 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(220 252 231 / 0.45);
  border-bottom-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(220 252 231 / 0.55);
  border-bottom-color: rgb(220 252 231 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(220 252 231 / 0.65);
  border-bottom-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(220 252 231 / 0.85);
  border-bottom-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(187 247 208 / 0.15);
  border-bottom-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(187 247 208 / 0.35);
  border-bottom-color: rgb(187 247 208 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(187 247 208 / 0.45);
  border-bottom-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(187 247 208 / 0.55);
  border-bottom-color: rgb(187 247 208 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(187 247 208 / 0.65);
  border-bottom-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(187 247 208 / 0.85);
  border-bottom-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(134 239 172 / 0.15);
  border-bottom-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(134 239 172 / 0.35);
  border-bottom-color: rgb(134 239 172 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(134 239 172 / 0.45);
  border-bottom-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(134 239 172 / 0.55);
  border-bottom-color: rgb(134 239 172 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(134 239 172 / 0.65);
  border-bottom-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(134 239 172 / 0.85);
  border-bottom-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(74 222 128 / 0.15);
  border-bottom-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(74 222 128 / 0.35);
  border-bottom-color: rgb(74 222 128 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(74 222 128 / 0.45);
  border-bottom-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(74 222 128 / 0.55);
  border-bottom-color: rgb(74 222 128 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(74 222 128 / 0.65);
  border-bottom-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(74 222 128 / 0.85);
  border-bottom-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(240 253 244 / 0.15);
  border-bottom-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(240 253 244 / 0.35);
  border-bottom-color: rgb(240 253 244 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(240 253 244 / 0.45);
  border-bottom-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(240 253 244 / 0.55);
  border-bottom-color: rgb(240 253 244 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(240 253 244 / 0.65);
  border-bottom-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(240 253 244 / 0.85);
  border-bottom-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(34 197 94 / 0.15);
  border-bottom-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(34 197 94 / 0.35);
  border-bottom-color: rgb(34 197 94 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(34 197 94 / 0.45);
  border-bottom-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(34 197 94 / 0.55);
  border-bottom-color: rgb(34 197 94 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(34 197 94 / 0.65);
  border-bottom-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(34 197 94 / 0.85);
  border-bottom-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(22 163 74 / 0.15);
  border-bottom-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(22 163 74 / 0.35);
  border-bottom-color: rgb(22 163 74 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(22 163 74 / 0.45);
  border-bottom-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(22 163 74 / 0.55);
  border-bottom-color: rgb(22 163 74 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(22 163 74 / 0.65);
  border-bottom-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(22 163 74 / 0.85);
  border-bottom-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(21 128 61 / 0.15);
  border-bottom-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(21 128 61 / 0.35);
  border-bottom-color: rgb(21 128 61 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(21 128 61 / 0.45);
  border-bottom-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(21 128 61 / 0.55);
  border-bottom-color: rgb(21 128 61 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(21 128 61 / 0.65);
  border-bottom-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(21 128 61 / 0.85);
  border-bottom-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(22 101 52 / 0.15);
  border-bottom-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(22 101 52 / 0.35);
  border-bottom-color: rgb(22 101 52 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(22 101 52 / 0.45);
  border-bottom-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(22 101 52 / 0.55);
  border-bottom-color: rgb(22 101 52 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(22 101 52 / 0.65);
  border-bottom-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(22 101 52 / 0.85);
  border-bottom-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(20 83 45 / 0.15);
  border-bottom-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(20 83 45 / 0.35);
  border-bottom-color: rgb(20 83 45 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(20 83 45 / 0.45);
  border-bottom-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(20 83 45 / 0.55);
  border-bottom-color: rgb(20 83 45 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(20 83 45 / 0.65);
  border-bottom-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(20 83 45 / 0.85);
  border-bottom-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(5 46 22 / 0.15);
  border-bottom-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(5 46 22 / 0.35);
  border-bottom-color: rgb(5 46 22 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(5 46 22 / 0.45);
  border-bottom-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(5 46 22 / 0.55);
  border-bottom-color: rgb(5 46 22 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(5 46 22 / 0.65);
  border-bottom-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(5 46 22 / 0.85);
  border-bottom-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(224 231 255 / 0.15);
  border-bottom-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(224 231 255 / 0.35);
  border-bottom-color: rgb(224 231 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(224 231 255 / 0.45);
  border-bottom-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(224 231 255 / 0.55);
  border-bottom-color: rgb(224 231 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(224 231 255 / 0.65);
  border-bottom-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(224 231 255 / 0.85);
  border-bottom-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(199 210 254 / 0.15);
  border-bottom-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(199 210 254 / 0.35);
  border-bottom-color: rgb(199 210 254 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(199 210 254 / 0.45);
  border-bottom-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(199 210 254 / 0.55);
  border-bottom-color: rgb(199 210 254 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(199 210 254 / 0.65);
  border-bottom-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(199 210 254 / 0.85);
  border-bottom-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(165 180 252 / 0.15);
  border-bottom-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(165 180 252 / 0.35);
  border-bottom-color: rgb(165 180 252 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(165 180 252 / 0.45);
  border-bottom-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(165 180 252 / 0.55);
  border-bottom-color: rgb(165 180 252 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(165 180 252 / 0.65);
  border-bottom-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(165 180 252 / 0.85);
  border-bottom-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(129 140 248 / 0.15);
  border-bottom-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(129 140 248 / 0.35);
  border-bottom-color: rgb(129 140 248 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(129 140 248 / 0.45);
  border-bottom-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(129 140 248 / 0.55);
  border-bottom-color: rgb(129 140 248 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(129 140 248 / 0.65);
  border-bottom-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(129 140 248 / 0.85);
  border-bottom-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(238 242 255 / 0.15);
  border-bottom-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(238 242 255 / 0.35);
  border-bottom-color: rgb(238 242 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(238 242 255 / 0.45);
  border-bottom-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(238 242 255 / 0.55);
  border-bottom-color: rgb(238 242 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(238 242 255 / 0.65);
  border-bottom-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(238 242 255 / 0.85);
  border-bottom-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(99 102 241 / 0.15);
  border-bottom-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(99 102 241 / 0.35);
  border-bottom-color: rgb(99 102 241 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(99 102 241 / 0.45);
  border-bottom-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(99 102 241 / 0.55);
  border-bottom-color: rgb(99 102 241 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(99 102 241 / 0.65);
  border-bottom-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(99 102 241 / 0.85);
  border-bottom-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(79 70 229 / 0.15);
  border-bottom-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(79 70 229 / 0.35);
  border-bottom-color: rgb(79 70 229 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(79 70 229 / 0.45);
  border-bottom-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(79 70 229 / 0.55);
  border-bottom-color: rgb(79 70 229 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(79 70 229 / 0.65);
  border-bottom-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(79 70 229 / 0.85);
  border-bottom-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(67 56 202 / 0.15);
  border-bottom-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(67 56 202 / 0.35);
  border-bottom-color: rgb(67 56 202 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(67 56 202 / 0.45);
  border-bottom-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(67 56 202 / 0.55);
  border-bottom-color: rgb(67 56 202 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(67 56 202 / 0.65);
  border-bottom-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(67 56 202 / 0.85);
  border-bottom-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(55 48 163 / 0.15);
  border-bottom-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(55 48 163 / 0.35);
  border-bottom-color: rgb(55 48 163 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(55 48 163 / 0.45);
  border-bottom-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(55 48 163 / 0.55);
  border-bottom-color: rgb(55 48 163 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(55 48 163 / 0.65);
  border-bottom-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(55 48 163 / 0.85);
  border-bottom-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(49 46 129 / 0.15);
  border-bottom-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(49 46 129 / 0.35);
  border-bottom-color: rgb(49 46 129 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(49 46 129 / 0.45);
  border-bottom-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(49 46 129 / 0.55);
  border-bottom-color: rgb(49 46 129 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(49 46 129 / 0.65);
  border-bottom-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(49 46 129 / 0.85);
  border-bottom-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(30 27 75 / 0.15);
  border-bottom-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(30 27 75 / 0.35);
  border-bottom-color: rgb(30 27 75 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(30 27 75 / 0.45);
  border-bottom-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(30 27 75 / 0.55);
  border-bottom-color: rgb(30 27 75 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(30 27 75 / 0.65);
  border-bottom-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(30 27 75 / 0.85);
  border-bottom-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 159 26 / var(--tw-border-opacity));
  border-bottom-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.focus\:border-y-info-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(203 122 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.focus\:border-y-info-hover\/0:focus{
  border-top-color: rgb(203 122 0 / 0);
  border-bottom-color: rgb(203 122 0 / 0);
}

.focus\:border-y-info-hover\/10:focus{
  border-top-color: rgb(203 122 0 / 0.1);
  border-bottom-color: rgb(203 122 0 / 0.1);
}

.focus\:border-y-info-hover\/100:focus{
  border-top-color: rgb(203 122 0 / 1);
  border-bottom-color: rgb(203 122 0 / 1);
}

.focus\:border-y-info-hover\/15:focus{
  border-top-color: rgb(203 122 0 / 0.15);
  border-bottom-color: rgb(203 122 0 / 0.15);
}

.focus\:border-y-info-hover\/20:focus{
  border-top-color: rgb(203 122 0 / 0.2);
  border-bottom-color: rgb(203 122 0 / 0.2);
}

.focus\:border-y-info-hover\/25:focus{
  border-top-color: rgb(203 122 0 / 0.25);
  border-bottom-color: rgb(203 122 0 / 0.25);
}

.focus\:border-y-info-hover\/30:focus{
  border-top-color: rgb(203 122 0 / 0.3);
  border-bottom-color: rgb(203 122 0 / 0.3);
}

.focus\:border-y-info-hover\/35:focus{
  border-top-color: rgb(203 122 0 / 0.35);
  border-bottom-color: rgb(203 122 0 / 0.35);
}

.focus\:border-y-info-hover\/40:focus{
  border-top-color: rgb(203 122 0 / 0.4);
  border-bottom-color: rgb(203 122 0 / 0.4);
}

.focus\:border-y-info-hover\/45:focus{
  border-top-color: rgb(203 122 0 / 0.45);
  border-bottom-color: rgb(203 122 0 / 0.45);
}

.focus\:border-y-info-hover\/5:focus{
  border-top-color: rgb(203 122 0 / 0.05);
  border-bottom-color: rgb(203 122 0 / 0.05);
}

.focus\:border-y-info-hover\/50:focus{
  border-top-color: rgb(203 122 0 / 0.5);
  border-bottom-color: rgb(203 122 0 / 0.5);
}

.focus\:border-y-info-hover\/55:focus{
  border-top-color: rgb(203 122 0 / 0.55);
  border-bottom-color: rgb(203 122 0 / 0.55);
}

.focus\:border-y-info-hover\/60:focus{
  border-top-color: rgb(203 122 0 / 0.6);
  border-bottom-color: rgb(203 122 0 / 0.6);
}

.focus\:border-y-info-hover\/65:focus{
  border-top-color: rgb(203 122 0 / 0.65);
  border-bottom-color: rgb(203 122 0 / 0.65);
}

.focus\:border-y-info-hover\/70:focus{
  border-top-color: rgb(203 122 0 / 0.7);
  border-bottom-color: rgb(203 122 0 / 0.7);
}

.focus\:border-y-info-hover\/75:focus{
  border-top-color: rgb(203 122 0 / 0.75);
  border-bottom-color: rgb(203 122 0 / 0.75);
}

.focus\:border-y-info-hover\/80:focus{
  border-top-color: rgb(203 122 0 / 0.8);
  border-bottom-color: rgb(203 122 0 / 0.8);
}

.focus\:border-y-info-hover\/85:focus{
  border-top-color: rgb(203 122 0 / 0.85);
  border-bottom-color: rgb(203 122 0 / 0.85);
}

.focus\:border-y-info-hover\/90:focus{
  border-top-color: rgb(203 122 0 / 0.9);
  border-bottom-color: rgb(203 122 0 / 0.9);
}

.focus\:border-y-info-hover\/95:focus{
  border-top-color: rgb(203 122 0 / 0.95);
  border-bottom-color: rgb(203 122 0 / 0.95);
}

.focus\:border-y-info\/0:focus{
  border-top-color: rgb(247 159 26 / 0);
  border-bottom-color: rgb(247 159 26 / 0);
}

.focus\:border-y-info\/10:focus{
  border-top-color: rgb(247 159 26 / 0.1);
  border-bottom-color: rgb(247 159 26 / 0.1);
}

.focus\:border-y-info\/100:focus{
  border-top-color: rgb(247 159 26 / 1);
  border-bottom-color: rgb(247 159 26 / 1);
}

.focus\:border-y-info\/15:focus{
  border-top-color: rgb(247 159 26 / 0.15);
  border-bottom-color: rgb(247 159 26 / 0.15);
}

.focus\:border-y-info\/20:focus{
  border-top-color: rgb(247 159 26 / 0.2);
  border-bottom-color: rgb(247 159 26 / 0.2);
}

.focus\:border-y-info\/25:focus{
  border-top-color: rgb(247 159 26 / 0.25);
  border-bottom-color: rgb(247 159 26 / 0.25);
}

.focus\:border-y-info\/30:focus{
  border-top-color: rgb(247 159 26 / 0.3);
  border-bottom-color: rgb(247 159 26 / 0.3);
}

.focus\:border-y-info\/35:focus{
  border-top-color: rgb(247 159 26 / 0.35);
  border-bottom-color: rgb(247 159 26 / 0.35);
}

.focus\:border-y-info\/40:focus{
  border-top-color: rgb(247 159 26 / 0.4);
  border-bottom-color: rgb(247 159 26 / 0.4);
}

.focus\:border-y-info\/45:focus{
  border-top-color: rgb(247 159 26 / 0.45);
  border-bottom-color: rgb(247 159 26 / 0.45);
}

.focus\:border-y-info\/5:focus{
  border-top-color: rgb(247 159 26 / 0.05);
  border-bottom-color: rgb(247 159 26 / 0.05);
}

.focus\:border-y-info\/50:focus{
  border-top-color: rgb(247 159 26 / 0.5);
  border-bottom-color: rgb(247 159 26 / 0.5);
}

.focus\:border-y-info\/55:focus{
  border-top-color: rgb(247 159 26 / 0.55);
  border-bottom-color: rgb(247 159 26 / 0.55);
}

.focus\:border-y-info\/60:focus{
  border-top-color: rgb(247 159 26 / 0.6);
  border-bottom-color: rgb(247 159 26 / 0.6);
}

.focus\:border-y-info\/65:focus{
  border-top-color: rgb(247 159 26 / 0.65);
  border-bottom-color: rgb(247 159 26 / 0.65);
}

.focus\:border-y-info\/70:focus{
  border-top-color: rgb(247 159 26 / 0.7);
  border-bottom-color: rgb(247 159 26 / 0.7);
}

.focus\:border-y-info\/75:focus{
  border-top-color: rgb(247 159 26 / 0.75);
  border-bottom-color: rgb(247 159 26 / 0.75);
}

.focus\:border-y-info\/80:focus{
  border-top-color: rgb(247 159 26 / 0.8);
  border-bottom-color: rgb(247 159 26 / 0.8);
}

.focus\:border-y-info\/85:focus{
  border-top-color: rgb(247 159 26 / 0.85);
  border-bottom-color: rgb(247 159 26 / 0.85);
}

.focus\:border-y-info\/90:focus{
  border-top-color: rgb(247 159 26 / 0.9);
  border-bottom-color: rgb(247 159 26 / 0.9);
}

.focus\:border-y-info\/95:focus{
  border-top-color: rgb(247 159 26 / 0.95);
  border-bottom-color: rgb(247 159 26 / 0.95);
}

.focus\:border-y-inherit:focus{
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.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\/15:focus{
  border-top-color: rgb(236 252 203 / 0.15);
  border-bottom-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(236 252 203 / 0.35);
  border-bottom-color: rgb(236 252 203 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(236 252 203 / 0.45);
  border-bottom-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(236 252 203 / 0.55);
  border-bottom-color: rgb(236 252 203 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(236 252 203 / 0.65);
  border-bottom-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(236 252 203 / 0.85);
  border-bottom-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(217 249 157 / 0.15);
  border-bottom-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(217 249 157 / 0.35);
  border-bottom-color: rgb(217 249 157 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(217 249 157 / 0.45);
  border-bottom-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(217 249 157 / 0.55);
  border-bottom-color: rgb(217 249 157 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(217 249 157 / 0.65);
  border-bottom-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(217 249 157 / 0.85);
  border-bottom-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(190 242 100 / 0.15);
  border-bottom-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(190 242 100 / 0.35);
  border-bottom-color: rgb(190 242 100 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(190 242 100 / 0.45);
  border-bottom-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(190 242 100 / 0.55);
  border-bottom-color: rgb(190 242 100 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(190 242 100 / 0.65);
  border-bottom-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(190 242 100 / 0.85);
  border-bottom-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(163 230 53 / 0.15);
  border-bottom-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(163 230 53 / 0.35);
  border-bottom-color: rgb(163 230 53 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(163 230 53 / 0.45);
  border-bottom-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(163 230 53 / 0.55);
  border-bottom-color: rgb(163 230 53 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(163 230 53 / 0.65);
  border-bottom-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(163 230 53 / 0.85);
  border-bottom-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(247 254 231 / 0.15);
  border-bottom-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(247 254 231 / 0.35);
  border-bottom-color: rgb(247 254 231 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(247 254 231 / 0.45);
  border-bottom-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(247 254 231 / 0.55);
  border-bottom-color: rgb(247 254 231 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(247 254 231 / 0.65);
  border-bottom-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(247 254 231 / 0.85);
  border-bottom-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(132 204 22 / 0.15);
  border-bottom-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(132 204 22 / 0.35);
  border-bottom-color: rgb(132 204 22 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(132 204 22 / 0.45);
  border-bottom-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(132 204 22 / 0.55);
  border-bottom-color: rgb(132 204 22 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(132 204 22 / 0.65);
  border-bottom-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(132 204 22 / 0.85);
  border-bottom-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(101 163 13 / 0.15);
  border-bottom-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(101 163 13 / 0.35);
  border-bottom-color: rgb(101 163 13 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(101 163 13 / 0.45);
  border-bottom-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(101 163 13 / 0.55);
  border-bottom-color: rgb(101 163 13 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(101 163 13 / 0.65);
  border-bottom-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(101 163 13 / 0.85);
  border-bottom-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(77 124 15 / 0.15);
  border-bottom-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(77 124 15 / 0.35);
  border-bottom-color: rgb(77 124 15 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(77 124 15 / 0.45);
  border-bottom-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(77 124 15 / 0.55);
  border-bottom-color: rgb(77 124 15 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(77 124 15 / 0.65);
  border-bottom-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(77 124 15 / 0.85);
  border-bottom-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(63 98 18 / 0.15);
  border-bottom-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(63 98 18 / 0.35);
  border-bottom-color: rgb(63 98 18 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(63 98 18 / 0.45);
  border-bottom-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(63 98 18 / 0.55);
  border-bottom-color: rgb(63 98 18 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(63 98 18 / 0.65);
  border-bottom-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(63 98 18 / 0.85);
  border-bottom-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(54 83 20 / 0.15);
  border-bottom-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(54 83 20 / 0.35);
  border-bottom-color: rgb(54 83 20 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(54 83 20 / 0.45);
  border-bottom-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(54 83 20 / 0.55);
  border-bottom-color: rgb(54 83 20 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(54 83 20 / 0.65);
  border-bottom-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(54 83 20 / 0.85);
  border-bottom-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(26 46 5 / 0.15);
  border-bottom-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(26 46 5 / 0.35);
  border-bottom-color: rgb(26 46 5 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(26 46 5 / 0.45);
  border-bottom-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(26 46 5 / 0.55);
  border-bottom-color: rgb(26 46 5 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(26 46 5 / 0.65);
  border-bottom-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(26 46 5 / 0.85);
  border-bottom-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.focus\:border-y-neutral-01\/0:focus{
  border-top-color: rgb(224 224 224 / 0);
  border-bottom-color: rgb(224 224 224 / 0);
}

.focus\:border-y-neutral-01\/10:focus{
  border-top-color: rgb(224 224 224 / 0.1);
  border-bottom-color: rgb(224 224 224 / 0.1);
}

.focus\:border-y-neutral-01\/100:focus{
  border-top-color: rgb(224 224 224 / 1);
  border-bottom-color: rgb(224 224 224 / 1);
}

.focus\:border-y-neutral-01\/15:focus{
  border-top-color: rgb(224 224 224 / 0.15);
  border-bottom-color: rgb(224 224 224 / 0.15);
}

.focus\:border-y-neutral-01\/20:focus{
  border-top-color: rgb(224 224 224 / 0.2);
  border-bottom-color: rgb(224 224 224 / 0.2);
}

.focus\:border-y-neutral-01\/25:focus{
  border-top-color: rgb(224 224 224 / 0.25);
  border-bottom-color: rgb(224 224 224 / 0.25);
}

.focus\:border-y-neutral-01\/30:focus{
  border-top-color: rgb(224 224 224 / 0.3);
  border-bottom-color: rgb(224 224 224 / 0.3);
}

.focus\:border-y-neutral-01\/35:focus{
  border-top-color: rgb(224 224 224 / 0.35);
  border-bottom-color: rgb(224 224 224 / 0.35);
}

.focus\:border-y-neutral-01\/40:focus{
  border-top-color: rgb(224 224 224 / 0.4);
  border-bottom-color: rgb(224 224 224 / 0.4);
}

.focus\:border-y-neutral-01\/45:focus{
  border-top-color: rgb(224 224 224 / 0.45);
  border-bottom-color: rgb(224 224 224 / 0.45);
}

.focus\:border-y-neutral-01\/5:focus{
  border-top-color: rgb(224 224 224 / 0.05);
  border-bottom-color: rgb(224 224 224 / 0.05);
}

.focus\:border-y-neutral-01\/50:focus{
  border-top-color: rgb(224 224 224 / 0.5);
  border-bottom-color: rgb(224 224 224 / 0.5);
}

.focus\:border-y-neutral-01\/55:focus{
  border-top-color: rgb(224 224 224 / 0.55);
  border-bottom-color: rgb(224 224 224 / 0.55);
}

.focus\:border-y-neutral-01\/60:focus{
  border-top-color: rgb(224 224 224 / 0.6);
  border-bottom-color: rgb(224 224 224 / 0.6);
}

.focus\:border-y-neutral-01\/65:focus{
  border-top-color: rgb(224 224 224 / 0.65);
  border-bottom-color: rgb(224 224 224 / 0.65);
}

.focus\:border-y-neutral-01\/70:focus{
  border-top-color: rgb(224 224 224 / 0.7);
  border-bottom-color: rgb(224 224 224 / 0.7);
}

.focus\:border-y-neutral-01\/75:focus{
  border-top-color: rgb(224 224 224 / 0.75);
  border-bottom-color: rgb(224 224 224 / 0.75);
}

.focus\:border-y-neutral-01\/80:focus{
  border-top-color: rgb(224 224 224 / 0.8);
  border-bottom-color: rgb(224 224 224 / 0.8);
}

.focus\:border-y-neutral-01\/85:focus{
  border-top-color: rgb(224 224 224 / 0.85);
  border-bottom-color: rgb(224 224 224 / 0.85);
}

.focus\:border-y-neutral-01\/90:focus{
  border-top-color: rgb(224 224 224 / 0.9);
  border-bottom-color: rgb(224 224 224 / 0.9);
}

.focus\:border-y-neutral-01\/95:focus{
  border-top-color: rgb(224 224 224 / 0.95);
  border-bottom-color: rgb(224 224 224 / 0.95);
}

.focus\:border-y-neutral-02:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 234 238 / var(--tw-border-opacity));
  border-bottom-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.focus\:border-y-neutral-02\/0:focus{
  border-top-color: rgb(228 234 238 / 0);
  border-bottom-color: rgb(228 234 238 / 0);
}

.focus\:border-y-neutral-02\/10:focus{
  border-top-color: rgb(228 234 238 / 0.1);
  border-bottom-color: rgb(228 234 238 / 0.1);
}

.focus\:border-y-neutral-02\/100:focus{
  border-top-color: rgb(228 234 238 / 1);
  border-bottom-color: rgb(228 234 238 / 1);
}

.focus\:border-y-neutral-02\/15:focus{
  border-top-color: rgb(228 234 238 / 0.15);
  border-bottom-color: rgb(228 234 238 / 0.15);
}

.focus\:border-y-neutral-02\/20:focus{
  border-top-color: rgb(228 234 238 / 0.2);
  border-bottom-color: rgb(228 234 238 / 0.2);
}

.focus\:border-y-neutral-02\/25:focus{
  border-top-color: rgb(228 234 238 / 0.25);
  border-bottom-color: rgb(228 234 238 / 0.25);
}

.focus\:border-y-neutral-02\/30:focus{
  border-top-color: rgb(228 234 238 / 0.3);
  border-bottom-color: rgb(228 234 238 / 0.3);
}

.focus\:border-y-neutral-02\/35:focus{
  border-top-color: rgb(228 234 238 / 0.35);
  border-bottom-color: rgb(228 234 238 / 0.35);
}

.focus\:border-y-neutral-02\/40:focus{
  border-top-color: rgb(228 234 238 / 0.4);
  border-bottom-color: rgb(228 234 238 / 0.4);
}

.focus\:border-y-neutral-02\/45:focus{
  border-top-color: rgb(228 234 238 / 0.45);
  border-bottom-color: rgb(228 234 238 / 0.45);
}

.focus\:border-y-neutral-02\/5:focus{
  border-top-color: rgb(228 234 238 / 0.05);
  border-bottom-color: rgb(228 234 238 / 0.05);
}

.focus\:border-y-neutral-02\/50:focus{
  border-top-color: rgb(228 234 238 / 0.5);
  border-bottom-color: rgb(228 234 238 / 0.5);
}

.focus\:border-y-neutral-02\/55:focus{
  border-top-color: rgb(228 234 238 / 0.55);
  border-bottom-color: rgb(228 234 238 / 0.55);
}

.focus\:border-y-neutral-02\/60:focus{
  border-top-color: rgb(228 234 238 / 0.6);
  border-bottom-color: rgb(228 234 238 / 0.6);
}

.focus\:border-y-neutral-02\/65:focus{
  border-top-color: rgb(228 234 238 / 0.65);
  border-bottom-color: rgb(228 234 238 / 0.65);
}

.focus\:border-y-neutral-02\/70:focus{
  border-top-color: rgb(228 234 238 / 0.7);
  border-bottom-color: rgb(228 234 238 / 0.7);
}

.focus\:border-y-neutral-02\/75:focus{
  border-top-color: rgb(228 234 238 / 0.75);
  border-bottom-color: rgb(228 234 238 / 0.75);
}

.focus\:border-y-neutral-02\/80:focus{
  border-top-color: rgb(228 234 238 / 0.8);
  border-bottom-color: rgb(228 234 238 / 0.8);
}

.focus\:border-y-neutral-02\/85:focus{
  border-top-color: rgb(228 234 238 / 0.85);
  border-bottom-color: rgb(228 234 238 / 0.85);
}

.focus\:border-y-neutral-02\/90:focus{
  border-top-color: rgb(228 234 238 / 0.9);
  border-bottom-color: rgb(228 234 238 / 0.9);
}

.focus\:border-y-neutral-02\/95:focus{
  border-top-color: rgb(228 234 238 / 0.95);
  border-bottom-color: rgb(228 234 238 / 0.95);
}

.focus\:border-y-neutral-03:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 239 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.focus\:border-y-neutral-03\/0:focus{
  border-top-color: rgb(236 239 250 / 0);
  border-bottom-color: rgb(236 239 250 / 0);
}

.focus\:border-y-neutral-03\/10:focus{
  border-top-color: rgb(236 239 250 / 0.1);
  border-bottom-color: rgb(236 239 250 / 0.1);
}

.focus\:border-y-neutral-03\/100:focus{
  border-top-color: rgb(236 239 250 / 1);
  border-bottom-color: rgb(236 239 250 / 1);
}

.focus\:border-y-neutral-03\/15:focus{
  border-top-color: rgb(236 239 250 / 0.15);
  border-bottom-color: rgb(236 239 250 / 0.15);
}

.focus\:border-y-neutral-03\/20:focus{
  border-top-color: rgb(236 239 250 / 0.2);
  border-bottom-color: rgb(236 239 250 / 0.2);
}

.focus\:border-y-neutral-03\/25:focus{
  border-top-color: rgb(236 239 250 / 0.25);
  border-bottom-color: rgb(236 239 250 / 0.25);
}

.focus\:border-y-neutral-03\/30:focus{
  border-top-color: rgb(236 239 250 / 0.3);
  border-bottom-color: rgb(236 239 250 / 0.3);
}

.focus\:border-y-neutral-03\/35:focus{
  border-top-color: rgb(236 239 250 / 0.35);
  border-bottom-color: rgb(236 239 250 / 0.35);
}

.focus\:border-y-neutral-03\/40:focus{
  border-top-color: rgb(236 239 250 / 0.4);
  border-bottom-color: rgb(236 239 250 / 0.4);
}

.focus\:border-y-neutral-03\/45:focus{
  border-top-color: rgb(236 239 250 / 0.45);
  border-bottom-color: rgb(236 239 250 / 0.45);
}

.focus\:border-y-neutral-03\/5:focus{
  border-top-color: rgb(236 239 250 / 0.05);
  border-bottom-color: rgb(236 239 250 / 0.05);
}

.focus\:border-y-neutral-03\/50:focus{
  border-top-color: rgb(236 239 250 / 0.5);
  border-bottom-color: rgb(236 239 250 / 0.5);
}

.focus\:border-y-neutral-03\/55:focus{
  border-top-color: rgb(236 239 250 / 0.55);
  border-bottom-color: rgb(236 239 250 / 0.55);
}

.focus\:border-y-neutral-03\/60:focus{
  border-top-color: rgb(236 239 250 / 0.6);
  border-bottom-color: rgb(236 239 250 / 0.6);
}

.focus\:border-y-neutral-03\/65:focus{
  border-top-color: rgb(236 239 250 / 0.65);
  border-bottom-color: rgb(236 239 250 / 0.65);
}

.focus\:border-y-neutral-03\/70:focus{
  border-top-color: rgb(236 239 250 / 0.7);
  border-bottom-color: rgb(236 239 250 / 0.7);
}

.focus\:border-y-neutral-03\/75:focus{
  border-top-color: rgb(236 239 250 / 0.75);
  border-bottom-color: rgb(236 239 250 / 0.75);
}

.focus\:border-y-neutral-03\/80:focus{
  border-top-color: rgb(236 239 250 / 0.8);
  border-bottom-color: rgb(236 239 250 / 0.8);
}

.focus\:border-y-neutral-03\/85:focus{
  border-top-color: rgb(236 239 250 / 0.85);
  border-bottom-color: rgb(236 239 250 / 0.85);
}

.focus\:border-y-neutral-03\/90:focus{
  border-top-color: rgb(236 239 250 / 0.9);
  border-bottom-color: rgb(236 239 250 / 0.9);
}

.focus\:border-y-neutral-03\/95:focus{
  border-top-color: rgb(236 239 250 / 0.95);
  border-bottom-color: rgb(236 239 250 / 0.95);
}

.focus\:border-y-neutral-04:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(215 218 226 / var(--tw-border-opacity));
  border-bottom-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.focus\:border-y-neutral-04\/0:focus{
  border-top-color: rgb(215 218 226 / 0);
  border-bottom-color: rgb(215 218 226 / 0);
}

.focus\:border-y-neutral-04\/10:focus{
  border-top-color: rgb(215 218 226 / 0.1);
  border-bottom-color: rgb(215 218 226 / 0.1);
}

.focus\:border-y-neutral-04\/100:focus{
  border-top-color: rgb(215 218 226 / 1);
  border-bottom-color: rgb(215 218 226 / 1);
}

.focus\:border-y-neutral-04\/15:focus{
  border-top-color: rgb(215 218 226 / 0.15);
  border-bottom-color: rgb(215 218 226 / 0.15);
}

.focus\:border-y-neutral-04\/20:focus{
  border-top-color: rgb(215 218 226 / 0.2);
  border-bottom-color: rgb(215 218 226 / 0.2);
}

.focus\:border-y-neutral-04\/25:focus{
  border-top-color: rgb(215 218 226 / 0.25);
  border-bottom-color: rgb(215 218 226 / 0.25);
}

.focus\:border-y-neutral-04\/30:focus{
  border-top-color: rgb(215 218 226 / 0.3);
  border-bottom-color: rgb(215 218 226 / 0.3);
}

.focus\:border-y-neutral-04\/35:focus{
  border-top-color: rgb(215 218 226 / 0.35);
  border-bottom-color: rgb(215 218 226 / 0.35);
}

.focus\:border-y-neutral-04\/40:focus{
  border-top-color: rgb(215 218 226 / 0.4);
  border-bottom-color: rgb(215 218 226 / 0.4);
}

.focus\:border-y-neutral-04\/45:focus{
  border-top-color: rgb(215 218 226 / 0.45);
  border-bottom-color: rgb(215 218 226 / 0.45);
}

.focus\:border-y-neutral-04\/5:focus{
  border-top-color: rgb(215 218 226 / 0.05);
  border-bottom-color: rgb(215 218 226 / 0.05);
}

.focus\:border-y-neutral-04\/50:focus{
  border-top-color: rgb(215 218 226 / 0.5);
  border-bottom-color: rgb(215 218 226 / 0.5);
}

.focus\:border-y-neutral-04\/55:focus{
  border-top-color: rgb(215 218 226 / 0.55);
  border-bottom-color: rgb(215 218 226 / 0.55);
}

.focus\:border-y-neutral-04\/60:focus{
  border-top-color: rgb(215 218 226 / 0.6);
  border-bottom-color: rgb(215 218 226 / 0.6);
}

.focus\:border-y-neutral-04\/65:focus{
  border-top-color: rgb(215 218 226 / 0.65);
  border-bottom-color: rgb(215 218 226 / 0.65);
}

.focus\:border-y-neutral-04\/70:focus{
  border-top-color: rgb(215 218 226 / 0.7);
  border-bottom-color: rgb(215 218 226 / 0.7);
}

.focus\:border-y-neutral-04\/75:focus{
  border-top-color: rgb(215 218 226 / 0.75);
  border-bottom-color: rgb(215 218 226 / 0.75);
}

.focus\:border-y-neutral-04\/80:focus{
  border-top-color: rgb(215 218 226 / 0.8);
  border-bottom-color: rgb(215 218 226 / 0.8);
}

.focus\:border-y-neutral-04\/85:focus{
  border-top-color: rgb(215 218 226 / 0.85);
  border-bottom-color: rgb(215 218 226 / 0.85);
}

.focus\:border-y-neutral-04\/90:focus{
  border-top-color: rgb(215 218 226 / 0.9);
  border-bottom-color: rgb(215 218 226 / 0.9);
}

.focus\:border-y-neutral-04\/95:focus{
  border-top-color: rgb(215 218 226 / 0.95);
  border-bottom-color: rgb(215 218 226 / 0.95);
}

.focus\:border-y-neutral-05:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(246 246 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:border-y-neutral-05\/0:focus{
  border-top-color: rgb(246 246 246 / 0);
  border-bottom-color: rgb(246 246 246 / 0);
}

.focus\:border-y-neutral-05\/10:focus{
  border-top-color: rgb(246 246 246 / 0.1);
  border-bottom-color: rgb(246 246 246 / 0.1);
}

.focus\:border-y-neutral-05\/100:focus{
  border-top-color: rgb(246 246 246 / 1);
  border-bottom-color: rgb(246 246 246 / 1);
}

.focus\:border-y-neutral-05\/15:focus{
  border-top-color: rgb(246 246 246 / 0.15);
  border-bottom-color: rgb(246 246 246 / 0.15);
}

.focus\:border-y-neutral-05\/20:focus{
  border-top-color: rgb(246 246 246 / 0.2);
  border-bottom-color: rgb(246 246 246 / 0.2);
}

.focus\:border-y-neutral-05\/25:focus{
  border-top-color: rgb(246 246 246 / 0.25);
  border-bottom-color: rgb(246 246 246 / 0.25);
}

.focus\:border-y-neutral-05\/30:focus{
  border-top-color: rgb(246 246 246 / 0.3);
  border-bottom-color: rgb(246 246 246 / 0.3);
}

.focus\:border-y-neutral-05\/35:focus{
  border-top-color: rgb(246 246 246 / 0.35);
  border-bottom-color: rgb(246 246 246 / 0.35);
}

.focus\:border-y-neutral-05\/40:focus{
  border-top-color: rgb(246 246 246 / 0.4);
  border-bottom-color: rgb(246 246 246 / 0.4);
}

.focus\:border-y-neutral-05\/45:focus{
  border-top-color: rgb(246 246 246 / 0.45);
  border-bottom-color: rgb(246 246 246 / 0.45);
}

.focus\:border-y-neutral-05\/5:focus{
  border-top-color: rgb(246 246 246 / 0.05);
  border-bottom-color: rgb(246 246 246 / 0.05);
}

.focus\:border-y-neutral-05\/50:focus{
  border-top-color: rgb(246 246 246 / 0.5);
  border-bottom-color: rgb(246 246 246 / 0.5);
}

.focus\:border-y-neutral-05\/55:focus{
  border-top-color: rgb(246 246 246 / 0.55);
  border-bottom-color: rgb(246 246 246 / 0.55);
}

.focus\:border-y-neutral-05\/60:focus{
  border-top-color: rgb(246 246 246 / 0.6);
  border-bottom-color: rgb(246 246 246 / 0.6);
}

.focus\:border-y-neutral-05\/65:focus{
  border-top-color: rgb(246 246 246 / 0.65);
  border-bottom-color: rgb(246 246 246 / 0.65);
}

.focus\:border-y-neutral-05\/70:focus{
  border-top-color: rgb(246 246 246 / 0.7);
  border-bottom-color: rgb(246 246 246 / 0.7);
}

.focus\:border-y-neutral-05\/75:focus{
  border-top-color: rgb(246 246 246 / 0.75);
  border-bottom-color: rgb(246 246 246 / 0.75);
}

.focus\:border-y-neutral-05\/80:focus{
  border-top-color: rgb(246 246 246 / 0.8);
  border-bottom-color: rgb(246 246 246 / 0.8);
}

.focus\:border-y-neutral-05\/85:focus{
  border-top-color: rgb(246 246 246 / 0.85);
  border-bottom-color: rgb(246 246 246 / 0.85);
}

.focus\:border-y-neutral-05\/90:focus{
  border-top-color: rgb(246 246 246 / 0.9);
  border-bottom-color: rgb(246 246 246 / 0.9);
}

.focus\:border-y-neutral-05\/95:focus{
  border-top-color: rgb(246 246 246 / 0.95);
  border-bottom-color: rgb(246 246 246 / 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\/15:focus{
  border-top-color: rgb(245 245 245 / 0.15);
  border-bottom-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 245 245 / 0.35);
  border-bottom-color: rgb(245 245 245 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(245 245 245 / 0.45);
  border-bottom-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 245 245 / 0.55);
  border-bottom-color: rgb(245 245 245 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(245 245 245 / 0.65);
  border-bottom-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 245 245 / 0.85);
  border-bottom-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(229 229 229 / 0.15);
  border-bottom-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(229 229 229 / 0.35);
  border-bottom-color: rgb(229 229 229 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(229 229 229 / 0.45);
  border-bottom-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(229 229 229 / 0.55);
  border-bottom-color: rgb(229 229 229 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(229 229 229 / 0.65);
  border-bottom-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(229 229 229 / 0.85);
  border-bottom-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(212 212 212 / 0.15);
  border-bottom-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(212 212 212 / 0.35);
  border-bottom-color: rgb(212 212 212 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(212 212 212 / 0.45);
  border-bottom-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(212 212 212 / 0.55);
  border-bottom-color: rgb(212 212 212 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(212 212 212 / 0.65);
  border-bottom-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(212 212 212 / 0.85);
  border-bottom-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(163 163 163 / 0.15);
  border-bottom-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(163 163 163 / 0.35);
  border-bottom-color: rgb(163 163 163 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(163 163 163 / 0.45);
  border-bottom-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(163 163 163 / 0.55);
  border-bottom-color: rgb(163 163 163 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(163 163 163 / 0.65);
  border-bottom-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(163 163 163 / 0.85);
  border-bottom-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(115 115 115 / 0.15);
  border-bottom-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(115 115 115 / 0.35);
  border-bottom-color: rgb(115 115 115 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(115 115 115 / 0.45);
  border-bottom-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(115 115 115 / 0.55);
  border-bottom-color: rgb(115 115 115 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(115 115 115 / 0.65);
  border-bottom-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(115 115 115 / 0.85);
  border-bottom-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(82 82 82 / 0.15);
  border-bottom-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(82 82 82 / 0.35);
  border-bottom-color: rgb(82 82 82 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(82 82 82 / 0.45);
  border-bottom-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(82 82 82 / 0.55);
  border-bottom-color: rgb(82 82 82 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(82 82 82 / 0.65);
  border-bottom-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(82 82 82 / 0.85);
  border-bottom-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(64 64 64 / 0.15);
  border-bottom-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(64 64 64 / 0.35);
  border-bottom-color: rgb(64 64 64 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(64 64 64 / 0.45);
  border-bottom-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(64 64 64 / 0.55);
  border-bottom-color: rgb(64 64 64 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(64 64 64 / 0.65);
  border-bottom-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(64 64 64 / 0.85);
  border-bottom-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(38 38 38 / 0.15);
  border-bottom-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(38 38 38 / 0.35);
  border-bottom-color: rgb(38 38 38 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(38 38 38 / 0.45);
  border-bottom-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(38 38 38 / 0.55);
  border-bottom-color: rgb(38 38 38 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(38 38 38 / 0.65);
  border-bottom-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(38 38 38 / 0.85);
  border-bottom-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(23 23 23 / 0.15);
  border-bottom-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(23 23 23 / 0.35);
  border-bottom-color: rgb(23 23 23 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(23 23 23 / 0.45);
  border-bottom-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(23 23 23 / 0.55);
  border-bottom-color: rgb(23 23 23 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(23 23 23 / 0.65);
  border-bottom-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(23 23 23 / 0.85);
  border-bottom-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(10 10 10 / 0.15);
  border-bottom-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(10 10 10 / 0.35);
  border-bottom-color: rgb(10 10 10 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(10 10 10 / 0.45);
  border-bottom-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(10 10 10 / 0.55);
  border-bottom-color: rgb(10 10 10 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(10 10 10 / 0.65);
  border-bottom-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(10 10 10 / 0.85);
  border-bottom-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 237 213 / 0.15);
  border-bottom-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 237 213 / 0.35);
  border-bottom-color: rgb(255 237 213 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(255 237 213 / 0.45);
  border-bottom-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 237 213 / 0.55);
  border-bottom-color: rgb(255 237 213 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(255 237 213 / 0.65);
  border-bottom-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 237 213 / 0.85);
  border-bottom-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 215 170 / 0.15);
  border-bottom-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 215 170 / 0.35);
  border-bottom-color: rgb(254 215 170 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(254 215 170 / 0.45);
  border-bottom-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 215 170 / 0.55);
  border-bottom-color: rgb(254 215 170 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(254 215 170 / 0.65);
  border-bottom-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 215 170 / 0.85);
  border-bottom-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 186 116 / 0.15);
  border-bottom-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 186 116 / 0.35);
  border-bottom-color: rgb(253 186 116 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(253 186 116 / 0.45);
  border-bottom-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 186 116 / 0.55);
  border-bottom-color: rgb(253 186 116 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(253 186 116 / 0.65);
  border-bottom-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 186 116 / 0.85);
  border-bottom-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(251 146 60 / 0.15);
  border-bottom-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(251 146 60 / 0.35);
  border-bottom-color: rgb(251 146 60 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(251 146 60 / 0.45);
  border-bottom-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(251 146 60 / 0.55);
  border-bottom-color: rgb(251 146 60 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(251 146 60 / 0.65);
  border-bottom-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(251 146 60 / 0.85);
  border-bottom-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 247 237 / 0.15);
  border-bottom-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 247 237 / 0.35);
  border-bottom-color: rgb(255 247 237 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(255 247 237 / 0.45);
  border-bottom-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 247 237 / 0.55);
  border-bottom-color: rgb(255 247 237 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(255 247 237 / 0.65);
  border-bottom-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 247 237 / 0.85);
  border-bottom-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(249 115 22 / 0.15);
  border-bottom-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(249 115 22 / 0.35);
  border-bottom-color: rgb(249 115 22 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(249 115 22 / 0.45);
  border-bottom-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(249 115 22 / 0.55);
  border-bottom-color: rgb(249 115 22 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(249 115 22 / 0.65);
  border-bottom-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(249 115 22 / 0.85);
  border-bottom-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(234 88 12 / 0.15);
  border-bottom-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(234 88 12 / 0.35);
  border-bottom-color: rgb(234 88 12 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(234 88 12 / 0.45);
  border-bottom-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(234 88 12 / 0.55);
  border-bottom-color: rgb(234 88 12 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(234 88 12 / 0.65);
  border-bottom-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(234 88 12 / 0.85);
  border-bottom-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(194 65 12 / 0.15);
  border-bottom-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(194 65 12 / 0.35);
  border-bottom-color: rgb(194 65 12 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(194 65 12 / 0.45);
  border-bottom-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(194 65 12 / 0.55);
  border-bottom-color: rgb(194 65 12 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(194 65 12 / 0.65);
  border-bottom-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(194 65 12 / 0.85);
  border-bottom-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(154 52 18 / 0.15);
  border-bottom-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(154 52 18 / 0.35);
  border-bottom-color: rgb(154 52 18 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(154 52 18 / 0.45);
  border-bottom-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(154 52 18 / 0.55);
  border-bottom-color: rgb(154 52 18 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(154 52 18 / 0.65);
  border-bottom-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(154 52 18 / 0.85);
  border-bottom-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(124 45 18 / 0.15);
  border-bottom-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(124 45 18 / 0.35);
  border-bottom-color: rgb(124 45 18 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(124 45 18 / 0.45);
  border-bottom-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(124 45 18 / 0.55);
  border-bottom-color: rgb(124 45 18 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(124 45 18 / 0.65);
  border-bottom-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(124 45 18 / 0.85);
  border-bottom-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(67 20 7 / 0.15);
  border-bottom-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(67 20 7 / 0.35);
  border-bottom-color: rgb(67 20 7 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(67 20 7 / 0.45);
  border-bottom-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(67 20 7 / 0.55);
  border-bottom-color: rgb(67 20 7 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(67 20 7 / 0.65);
  border-bottom-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(67 20 7 / 0.85);
  border-bottom-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  border-top-color: rgb(252 231 243 / 0.15);
  border-bottom-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(252 231 243 / 0.35);
  border-bottom-color: rgb(252 231 243 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(252 231 243 / 0.45);
  border-bottom-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(252 231 243 / 0.55);
  border-bottom-color: rgb(252 231 243 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(252 231 243 / 0.65);
  border-bottom-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(252 231 243 / 0.85);
  border-bottom-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(251 207 232 / 0.15);
  border-bottom-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(251 207 232 / 0.35);
  border-bottom-color: rgb(251 207 232 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(251 207 232 / 0.45);
  border-bottom-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(251 207 232 / 0.55);
  border-bottom-color: rgb(251 207 232 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(251 207 232 / 0.65);
  border-bottom-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(251 207 232 / 0.85);
  border-bottom-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(249 168 212 / 0.15);
  border-bottom-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(249 168 212 / 0.35);
  border-bottom-color: rgb(249 168 212 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(249 168 212 / 0.45);
  border-bottom-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(249 168 212 / 0.55);
  border-bottom-color: rgb(249 168 212 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(249 168 212 / 0.65);
  border-bottom-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(249 168 212 / 0.85);
  border-bottom-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(244 114 182 / 0.15);
  border-bottom-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(244 114 182 / 0.35);
  border-bottom-color: rgb(244 114 182 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(244 114 182 / 0.45);
  border-bottom-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(244 114 182 / 0.55);
  border-bottom-color: rgb(244 114 182 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(244 114 182 / 0.65);
  border-bottom-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(244 114 182 / 0.85);
  border-bottom-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 242 248 / 0.15);
  border-bottom-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 242 248 / 0.35);
  border-bottom-color: rgb(253 242 248 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(253 242 248 / 0.45);
  border-bottom-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 242 248 / 0.55);
  border-bottom-color: rgb(253 242 248 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(253 242 248 / 0.65);
  border-bottom-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 242 248 / 0.85);
  border-bottom-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(236 72 153 / 0.15);
  border-bottom-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(236 72 153 / 0.35);
  border-bottom-color: rgb(236 72 153 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(236 72 153 / 0.45);
  border-bottom-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(236 72 153 / 0.55);
  border-bottom-color: rgb(236 72 153 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(236 72 153 / 0.65);
  border-bottom-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(236 72 153 / 0.85);
  border-bottom-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(219 39 119 / 0.15);
  border-bottom-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(219 39 119 / 0.35);
  border-bottom-color: rgb(219 39 119 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(219 39 119 / 0.45);
  border-bottom-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(219 39 119 / 0.55);
  border-bottom-color: rgb(219 39 119 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(219 39 119 / 0.65);
  border-bottom-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(219 39 119 / 0.85);
  border-bottom-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(190 24 93 / 0.15);
  border-bottom-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(190 24 93 / 0.35);
  border-bottom-color: rgb(190 24 93 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(190 24 93 / 0.45);
  border-bottom-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(190 24 93 / 0.55);
  border-bottom-color: rgb(190 24 93 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(190 24 93 / 0.65);
  border-bottom-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(190 24 93 / 0.85);
  border-bottom-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(157 23 77 / 0.15);
  border-bottom-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(157 23 77 / 0.35);
  border-bottom-color: rgb(157 23 77 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(157 23 77 / 0.45);
  border-bottom-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(157 23 77 / 0.55);
  border-bottom-color: rgb(157 23 77 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(157 23 77 / 0.65);
  border-bottom-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(157 23 77 / 0.85);
  border-bottom-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(131 24 67 / 0.15);
  border-bottom-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(131 24 67 / 0.35);
  border-bottom-color: rgb(131 24 67 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(131 24 67 / 0.45);
  border-bottom-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(131 24 67 / 0.55);
  border-bottom-color: rgb(131 24 67 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(131 24 67 / 0.65);
  border-bottom-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(131 24 67 / 0.85);
  border-bottom-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(80 7 36 / 0.15);
  border-bottom-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(80 7 36 / 0.35);
  border-bottom-color: rgb(80 7 36 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(80 7 36 / 0.45);
  border-bottom-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(80 7 36 / 0.55);
  border-bottom-color: rgb(80 7 36 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(80 7 36 / 0.65);
  border-bottom-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(80 7 36 / 0.85);
  border-bottom-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 70 192 / var(--tw-border-opacity));
  border-bottom-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.focus\:border-y-primary-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 57 169 / var(--tw-border-opacity));
  border-bottom-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.focus\:border-y-primary-hover\/0:focus{
  border-top-color: rgb(71 57 169 / 0);
  border-bottom-color: rgb(71 57 169 / 0);
}

.focus\:border-y-primary-hover\/10:focus{
  border-top-color: rgb(71 57 169 / 0.1);
  border-bottom-color: rgb(71 57 169 / 0.1);
}

.focus\:border-y-primary-hover\/100:focus{
  border-top-color: rgb(71 57 169 / 1);
  border-bottom-color: rgb(71 57 169 / 1);
}

.focus\:border-y-primary-hover\/15:focus{
  border-top-color: rgb(71 57 169 / 0.15);
  border-bottom-color: rgb(71 57 169 / 0.15);
}

.focus\:border-y-primary-hover\/20:focus{
  border-top-color: rgb(71 57 169 / 0.2);
  border-bottom-color: rgb(71 57 169 / 0.2);
}

.focus\:border-y-primary-hover\/25:focus{
  border-top-color: rgb(71 57 169 / 0.25);
  border-bottom-color: rgb(71 57 169 / 0.25);
}

.focus\:border-y-primary-hover\/30:focus{
  border-top-color: rgb(71 57 169 / 0.3);
  border-bottom-color: rgb(71 57 169 / 0.3);
}

.focus\:border-y-primary-hover\/35:focus{
  border-top-color: rgb(71 57 169 / 0.35);
  border-bottom-color: rgb(71 57 169 / 0.35);
}

.focus\:border-y-primary-hover\/40:focus{
  border-top-color: rgb(71 57 169 / 0.4);
  border-bottom-color: rgb(71 57 169 / 0.4);
}

.focus\:border-y-primary-hover\/45:focus{
  border-top-color: rgb(71 57 169 / 0.45);
  border-bottom-color: rgb(71 57 169 / 0.45);
}

.focus\:border-y-primary-hover\/5:focus{
  border-top-color: rgb(71 57 169 / 0.05);
  border-bottom-color: rgb(71 57 169 / 0.05);
}

.focus\:border-y-primary-hover\/50:focus{
  border-top-color: rgb(71 57 169 / 0.5);
  border-bottom-color: rgb(71 57 169 / 0.5);
}

.focus\:border-y-primary-hover\/55:focus{
  border-top-color: rgb(71 57 169 / 0.55);
  border-bottom-color: rgb(71 57 169 / 0.55);
}

.focus\:border-y-primary-hover\/60:focus{
  border-top-color: rgb(71 57 169 / 0.6);
  border-bottom-color: rgb(71 57 169 / 0.6);
}

.focus\:border-y-primary-hover\/65:focus{
  border-top-color: rgb(71 57 169 / 0.65);
  border-bottom-color: rgb(71 57 169 / 0.65);
}

.focus\:border-y-primary-hover\/70:focus{
  border-top-color: rgb(71 57 169 / 0.7);
  border-bottom-color: rgb(71 57 169 / 0.7);
}

.focus\:border-y-primary-hover\/75:focus{
  border-top-color: rgb(71 57 169 / 0.75);
  border-bottom-color: rgb(71 57 169 / 0.75);
}

.focus\:border-y-primary-hover\/80:focus{
  border-top-color: rgb(71 57 169 / 0.8);
  border-bottom-color: rgb(71 57 169 / 0.8);
}

.focus\:border-y-primary-hover\/85:focus{
  border-top-color: rgb(71 57 169 / 0.85);
  border-bottom-color: rgb(71 57 169 / 0.85);
}

.focus\:border-y-primary-hover\/90:focus{
  border-top-color: rgb(71 57 169 / 0.9);
  border-bottom-color: rgb(71 57 169 / 0.9);
}

.focus\:border-y-primary-hover\/95:focus{
  border-top-color: rgb(71 57 169 / 0.95);
  border-bottom-color: rgb(71 57 169 / 0.95);
}

.focus\:border-y-primary\/0:focus{
  border-top-color: rgb(85 70 192 / 0);
  border-bottom-color: rgb(85 70 192 / 0);
}

.focus\:border-y-primary\/10:focus{
  border-top-color: rgb(85 70 192 / 0.1);
  border-bottom-color: rgb(85 70 192 / 0.1);
}

.focus\:border-y-primary\/100:focus{
  border-top-color: rgb(85 70 192 / 1);
  border-bottom-color: rgb(85 70 192 / 1);
}

.focus\:border-y-primary\/15:focus{
  border-top-color: rgb(85 70 192 / 0.15);
  border-bottom-color: rgb(85 70 192 / 0.15);
}

.focus\:border-y-primary\/20:focus{
  border-top-color: rgb(85 70 192 / 0.2);
  border-bottom-color: rgb(85 70 192 / 0.2);
}

.focus\:border-y-primary\/25:focus{
  border-top-color: rgb(85 70 192 / 0.25);
  border-bottom-color: rgb(85 70 192 / 0.25);
}

.focus\:border-y-primary\/30:focus{
  border-top-color: rgb(85 70 192 / 0.3);
  border-bottom-color: rgb(85 70 192 / 0.3);
}

.focus\:border-y-primary\/35:focus{
  border-top-color: rgb(85 70 192 / 0.35);
  border-bottom-color: rgb(85 70 192 / 0.35);
}

.focus\:border-y-primary\/40:focus{
  border-top-color: rgb(85 70 192 / 0.4);
  border-bottom-color: rgb(85 70 192 / 0.4);
}

.focus\:border-y-primary\/45:focus{
  border-top-color: rgb(85 70 192 / 0.45);
  border-bottom-color: rgb(85 70 192 / 0.45);
}

.focus\:border-y-primary\/5:focus{
  border-top-color: rgb(85 70 192 / 0.05);
  border-bottom-color: rgb(85 70 192 / 0.05);
}

.focus\:border-y-primary\/50:focus{
  border-top-color: rgb(85 70 192 / 0.5);
  border-bottom-color: rgb(85 70 192 / 0.5);
}

.focus\:border-y-primary\/55:focus{
  border-top-color: rgb(85 70 192 / 0.55);
  border-bottom-color: rgb(85 70 192 / 0.55);
}

.focus\:border-y-primary\/60:focus{
  border-top-color: rgb(85 70 192 / 0.6);
  border-bottom-color: rgb(85 70 192 / 0.6);
}

.focus\:border-y-primary\/65:focus{
  border-top-color: rgb(85 70 192 / 0.65);
  border-bottom-color: rgb(85 70 192 / 0.65);
}

.focus\:border-y-primary\/70:focus{
  border-top-color: rgb(85 70 192 / 0.7);
  border-bottom-color: rgb(85 70 192 / 0.7);
}

.focus\:border-y-primary\/75:focus{
  border-top-color: rgb(85 70 192 / 0.75);
  border-bottom-color: rgb(85 70 192 / 0.75);
}

.focus\:border-y-primary\/80:focus{
  border-top-color: rgb(85 70 192 / 0.8);
  border-bottom-color: rgb(85 70 192 / 0.8);
}

.focus\:border-y-primary\/85:focus{
  border-top-color: rgb(85 70 192 / 0.85);
  border-bottom-color: rgb(85 70 192 / 0.85);
}

.focus\:border-y-primary\/90:focus{
  border-top-color: rgb(85 70 192 / 0.9);
  border-bottom-color: rgb(85 70 192 / 0.9);
}

.focus\:border-y-primary\/95:focus{
  border-top-color: rgb(85 70 192 / 0.95);
  border-bottom-color: rgb(85 70 192 / 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\/15:focus{
  border-top-color: rgb(243 232 255 / 0.15);
  border-bottom-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(243 232 255 / 0.35);
  border-bottom-color: rgb(243 232 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(243 232 255 / 0.45);
  border-bottom-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(243 232 255 / 0.55);
  border-bottom-color: rgb(243 232 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(243 232 255 / 0.65);
  border-bottom-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(243 232 255 / 0.85);
  border-bottom-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(233 213 255 / 0.15);
  border-bottom-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(233 213 255 / 0.35);
  border-bottom-color: rgb(233 213 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(233 213 255 / 0.45);
  border-bottom-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(233 213 255 / 0.55);
  border-bottom-color: rgb(233 213 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(233 213 255 / 0.65);
  border-bottom-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(233 213 255 / 0.85);
  border-bottom-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(216 180 254 / 0.15);
  border-bottom-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(216 180 254 / 0.35);
  border-bottom-color: rgb(216 180 254 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(216 180 254 / 0.45);
  border-bottom-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(216 180 254 / 0.55);
  border-bottom-color: rgb(216 180 254 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(216 180 254 / 0.65);
  border-bottom-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(216 180 254 / 0.85);
  border-bottom-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(192 132 252 / 0.15);
  border-bottom-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(192 132 252 / 0.35);
  border-bottom-color: rgb(192 132 252 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(192 132 252 / 0.45);
  border-bottom-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(192 132 252 / 0.55);
  border-bottom-color: rgb(192 132 252 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(192 132 252 / 0.65);
  border-bottom-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(192 132 252 / 0.85);
  border-bottom-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 245 255 / 0.15);
  border-bottom-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 245 255 / 0.35);
  border-bottom-color: rgb(250 245 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(250 245 255 / 0.45);
  border-bottom-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 245 255 / 0.55);
  border-bottom-color: rgb(250 245 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(250 245 255 / 0.65);
  border-bottom-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 245 255 / 0.85);
  border-bottom-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(168 85 247 / 0.15);
  border-bottom-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(168 85 247 / 0.35);
  border-bottom-color: rgb(168 85 247 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(168 85 247 / 0.45);
  border-bottom-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(168 85 247 / 0.55);
  border-bottom-color: rgb(168 85 247 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(168 85 247 / 0.65);
  border-bottom-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(168 85 247 / 0.85);
  border-bottom-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(147 51 234 / 0.15);
  border-bottom-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(147 51 234 / 0.35);
  border-bottom-color: rgb(147 51 234 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(147 51 234 / 0.45);
  border-bottom-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(147 51 234 / 0.55);
  border-bottom-color: rgb(147 51 234 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(147 51 234 / 0.65);
  border-bottom-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(147 51 234 / 0.85);
  border-bottom-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(126 34 206 / 0.15);
  border-bottom-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(126 34 206 / 0.35);
  border-bottom-color: rgb(126 34 206 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(126 34 206 / 0.45);
  border-bottom-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(126 34 206 / 0.55);
  border-bottom-color: rgb(126 34 206 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(126 34 206 / 0.65);
  border-bottom-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(126 34 206 / 0.85);
  border-bottom-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(107 33 168 / 0.15);
  border-bottom-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(107 33 168 / 0.35);
  border-bottom-color: rgb(107 33 168 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(107 33 168 / 0.45);
  border-bottom-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(107 33 168 / 0.55);
  border-bottom-color: rgb(107 33 168 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(107 33 168 / 0.65);
  border-bottom-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(107 33 168 / 0.85);
  border-bottom-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(88 28 135 / 0.15);
  border-bottom-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(88 28 135 / 0.35);
  border-bottom-color: rgb(88 28 135 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(88 28 135 / 0.45);
  border-bottom-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(88 28 135 / 0.55);
  border-bottom-color: rgb(88 28 135 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(88 28 135 / 0.65);
  border-bottom-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(88 28 135 / 0.85);
  border-bottom-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(59 7 100 / 0.15);
  border-bottom-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(59 7 100 / 0.35);
  border-bottom-color: rgb(59 7 100 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(59 7 100 / 0.45);
  border-bottom-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(59 7 100 / 0.55);
  border-bottom-color: rgb(59 7 100 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(59 7 100 / 0.65);
  border-bottom-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(59 7 100 / 0.85);
  border-bottom-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(61 209 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.focus\:border-y-quaternary-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(43 202 241 / var(--tw-border-opacity));
  border-bottom-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.focus\:border-y-quaternary-hover\/0:focus{
  border-top-color: rgb(43 202 241 / 0);
  border-bottom-color: rgb(43 202 241 / 0);
}

.focus\:border-y-quaternary-hover\/10:focus{
  border-top-color: rgb(43 202 241 / 0.1);
  border-bottom-color: rgb(43 202 241 / 0.1);
}

.focus\:border-y-quaternary-hover\/100:focus{
  border-top-color: rgb(43 202 241 / 1);
  border-bottom-color: rgb(43 202 241 / 1);
}

.focus\:border-y-quaternary-hover\/15:focus{
  border-top-color: rgb(43 202 241 / 0.15);
  border-bottom-color: rgb(43 202 241 / 0.15);
}

.focus\:border-y-quaternary-hover\/20:focus{
  border-top-color: rgb(43 202 241 / 0.2);
  border-bottom-color: rgb(43 202 241 / 0.2);
}

.focus\:border-y-quaternary-hover\/25:focus{
  border-top-color: rgb(43 202 241 / 0.25);
  border-bottom-color: rgb(43 202 241 / 0.25);
}

.focus\:border-y-quaternary-hover\/30:focus{
  border-top-color: rgb(43 202 241 / 0.3);
  border-bottom-color: rgb(43 202 241 / 0.3);
}

.focus\:border-y-quaternary-hover\/35:focus{
  border-top-color: rgb(43 202 241 / 0.35);
  border-bottom-color: rgb(43 202 241 / 0.35);
}

.focus\:border-y-quaternary-hover\/40:focus{
  border-top-color: rgb(43 202 241 / 0.4);
  border-bottom-color: rgb(43 202 241 / 0.4);
}

.focus\:border-y-quaternary-hover\/45:focus{
  border-top-color: rgb(43 202 241 / 0.45);
  border-bottom-color: rgb(43 202 241 / 0.45);
}

.focus\:border-y-quaternary-hover\/5:focus{
  border-top-color: rgb(43 202 241 / 0.05);
  border-bottom-color: rgb(43 202 241 / 0.05);
}

.focus\:border-y-quaternary-hover\/50:focus{
  border-top-color: rgb(43 202 241 / 0.5);
  border-bottom-color: rgb(43 202 241 / 0.5);
}

.focus\:border-y-quaternary-hover\/55:focus{
  border-top-color: rgb(43 202 241 / 0.55);
  border-bottom-color: rgb(43 202 241 / 0.55);
}

.focus\:border-y-quaternary-hover\/60:focus{
  border-top-color: rgb(43 202 241 / 0.6);
  border-bottom-color: rgb(43 202 241 / 0.6);
}

.focus\:border-y-quaternary-hover\/65:focus{
  border-top-color: rgb(43 202 241 / 0.65);
  border-bottom-color: rgb(43 202 241 / 0.65);
}

.focus\:border-y-quaternary-hover\/70:focus{
  border-top-color: rgb(43 202 241 / 0.7);
  border-bottom-color: rgb(43 202 241 / 0.7);
}

.focus\:border-y-quaternary-hover\/75:focus{
  border-top-color: rgb(43 202 241 / 0.75);
  border-bottom-color: rgb(43 202 241 / 0.75);
}

.focus\:border-y-quaternary-hover\/80:focus{
  border-top-color: rgb(43 202 241 / 0.8);
  border-bottom-color: rgb(43 202 241 / 0.8);
}

.focus\:border-y-quaternary-hover\/85:focus{
  border-top-color: rgb(43 202 241 / 0.85);
  border-bottom-color: rgb(43 202 241 / 0.85);
}

.focus\:border-y-quaternary-hover\/90:focus{
  border-top-color: rgb(43 202 241 / 0.9);
  border-bottom-color: rgb(43 202 241 / 0.9);
}

.focus\:border-y-quaternary-hover\/95:focus{
  border-top-color: rgb(43 202 241 / 0.95);
  border-bottom-color: rgb(43 202 241 / 0.95);
}

.focus\:border-y-quaternary\/0:focus{
  border-top-color: rgb(61 209 246 / 0);
  border-bottom-color: rgb(61 209 246 / 0);
}

.focus\:border-y-quaternary\/10:focus{
  border-top-color: rgb(61 209 246 / 0.1);
  border-bottom-color: rgb(61 209 246 / 0.1);
}

.focus\:border-y-quaternary\/100:focus{
  border-top-color: rgb(61 209 246 / 1);
  border-bottom-color: rgb(61 209 246 / 1);
}

.focus\:border-y-quaternary\/15:focus{
  border-top-color: rgb(61 209 246 / 0.15);
  border-bottom-color: rgb(61 209 246 / 0.15);
}

.focus\:border-y-quaternary\/20:focus{
  border-top-color: rgb(61 209 246 / 0.2);
  border-bottom-color: rgb(61 209 246 / 0.2);
}

.focus\:border-y-quaternary\/25:focus{
  border-top-color: rgb(61 209 246 / 0.25);
  border-bottom-color: rgb(61 209 246 / 0.25);
}

.focus\:border-y-quaternary\/30:focus{
  border-top-color: rgb(61 209 246 / 0.3);
  border-bottom-color: rgb(61 209 246 / 0.3);
}

.focus\:border-y-quaternary\/35:focus{
  border-top-color: rgb(61 209 246 / 0.35);
  border-bottom-color: rgb(61 209 246 / 0.35);
}

.focus\:border-y-quaternary\/40:focus{
  border-top-color: rgb(61 209 246 / 0.4);
  border-bottom-color: rgb(61 209 246 / 0.4);
}

.focus\:border-y-quaternary\/45:focus{
  border-top-color: rgb(61 209 246 / 0.45);
  border-bottom-color: rgb(61 209 246 / 0.45);
}

.focus\:border-y-quaternary\/5:focus{
  border-top-color: rgb(61 209 246 / 0.05);
  border-bottom-color: rgb(61 209 246 / 0.05);
}

.focus\:border-y-quaternary\/50:focus{
  border-top-color: rgb(61 209 246 / 0.5);
  border-bottom-color: rgb(61 209 246 / 0.5);
}

.focus\:border-y-quaternary\/55:focus{
  border-top-color: rgb(61 209 246 / 0.55);
  border-bottom-color: rgb(61 209 246 / 0.55);
}

.focus\:border-y-quaternary\/60:focus{
  border-top-color: rgb(61 209 246 / 0.6);
  border-bottom-color: rgb(61 209 246 / 0.6);
}

.focus\:border-y-quaternary\/65:focus{
  border-top-color: rgb(61 209 246 / 0.65);
  border-bottom-color: rgb(61 209 246 / 0.65);
}

.focus\:border-y-quaternary\/70:focus{
  border-top-color: rgb(61 209 246 / 0.7);
  border-bottom-color: rgb(61 209 246 / 0.7);
}

.focus\:border-y-quaternary\/75:focus{
  border-top-color: rgb(61 209 246 / 0.75);
  border-bottom-color: rgb(61 209 246 / 0.75);
}

.focus\:border-y-quaternary\/80:focus{
  border-top-color: rgb(61 209 246 / 0.8);
  border-bottom-color: rgb(61 209 246 / 0.8);
}

.focus\:border-y-quaternary\/85:focus{
  border-top-color: rgb(61 209 246 / 0.85);
  border-bottom-color: rgb(61 209 246 / 0.85);
}

.focus\:border-y-quaternary\/90:focus{
  border-top-color: rgb(61 209 246 / 0.9);
  border-bottom-color: rgb(61 209 246 / 0.9);
}

.focus\:border-y-quaternary\/95:focus{
  border-top-color: rgb(61 209 246 / 0.95);
  border-bottom-color: rgb(61 209 246 / 0.95);
}

.focus\:border-y-quinary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 150 244 / var(--tw-border-opacity));
  border-bottom-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.focus\:border-y-quinary-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 126 222 / var(--tw-border-opacity));
  border-bottom-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.focus\:border-y-quinary-hover\/0:focus{
  border-top-color: rgb(112 126 222 / 0);
  border-bottom-color: rgb(112 126 222 / 0);
}

.focus\:border-y-quinary-hover\/10:focus{
  border-top-color: rgb(112 126 222 / 0.1);
  border-bottom-color: rgb(112 126 222 / 0.1);
}

.focus\:border-y-quinary-hover\/100:focus{
  border-top-color: rgb(112 126 222 / 1);
  border-bottom-color: rgb(112 126 222 / 1);
}

.focus\:border-y-quinary-hover\/15:focus{
  border-top-color: rgb(112 126 222 / 0.15);
  border-bottom-color: rgb(112 126 222 / 0.15);
}

.focus\:border-y-quinary-hover\/20:focus{
  border-top-color: rgb(112 126 222 / 0.2);
  border-bottom-color: rgb(112 126 222 / 0.2);
}

.focus\:border-y-quinary-hover\/25:focus{
  border-top-color: rgb(112 126 222 / 0.25);
  border-bottom-color: rgb(112 126 222 / 0.25);
}

.focus\:border-y-quinary-hover\/30:focus{
  border-top-color: rgb(112 126 222 / 0.3);
  border-bottom-color: rgb(112 126 222 / 0.3);
}

.focus\:border-y-quinary-hover\/35:focus{
  border-top-color: rgb(112 126 222 / 0.35);
  border-bottom-color: rgb(112 126 222 / 0.35);
}

.focus\:border-y-quinary-hover\/40:focus{
  border-top-color: rgb(112 126 222 / 0.4);
  border-bottom-color: rgb(112 126 222 / 0.4);
}

.focus\:border-y-quinary-hover\/45:focus{
  border-top-color: rgb(112 126 222 / 0.45);
  border-bottom-color: rgb(112 126 222 / 0.45);
}

.focus\:border-y-quinary-hover\/5:focus{
  border-top-color: rgb(112 126 222 / 0.05);
  border-bottom-color: rgb(112 126 222 / 0.05);
}

.focus\:border-y-quinary-hover\/50:focus{
  border-top-color: rgb(112 126 222 / 0.5);
  border-bottom-color: rgb(112 126 222 / 0.5);
}

.focus\:border-y-quinary-hover\/55:focus{
  border-top-color: rgb(112 126 222 / 0.55);
  border-bottom-color: rgb(112 126 222 / 0.55);
}

.focus\:border-y-quinary-hover\/60:focus{
  border-top-color: rgb(112 126 222 / 0.6);
  border-bottom-color: rgb(112 126 222 / 0.6);
}

.focus\:border-y-quinary-hover\/65:focus{
  border-top-color: rgb(112 126 222 / 0.65);
  border-bottom-color: rgb(112 126 222 / 0.65);
}

.focus\:border-y-quinary-hover\/70:focus{
  border-top-color: rgb(112 126 222 / 0.7);
  border-bottom-color: rgb(112 126 222 / 0.7);
}

.focus\:border-y-quinary-hover\/75:focus{
  border-top-color: rgb(112 126 222 / 0.75);
  border-bottom-color: rgb(112 126 222 / 0.75);
}

.focus\:border-y-quinary-hover\/80:focus{
  border-top-color: rgb(112 126 222 / 0.8);
  border-bottom-color: rgb(112 126 222 / 0.8);
}

.focus\:border-y-quinary-hover\/85:focus{
  border-top-color: rgb(112 126 222 / 0.85);
  border-bottom-color: rgb(112 126 222 / 0.85);
}

.focus\:border-y-quinary-hover\/90:focus{
  border-top-color: rgb(112 126 222 / 0.9);
  border-bottom-color: rgb(112 126 222 / 0.9);
}

.focus\:border-y-quinary-hover\/95:focus{
  border-top-color: rgb(112 126 222 / 0.95);
  border-bottom-color: rgb(112 126 222 / 0.95);
}

.focus\:border-y-quinary\/0:focus{
  border-top-color: rgb(136 150 244 / 0);
  border-bottom-color: rgb(136 150 244 / 0);
}

.focus\:border-y-quinary\/10:focus{
  border-top-color: rgb(136 150 244 / 0.1);
  border-bottom-color: rgb(136 150 244 / 0.1);
}

.focus\:border-y-quinary\/100:focus{
  border-top-color: rgb(136 150 244 / 1);
  border-bottom-color: rgb(136 150 244 / 1);
}

.focus\:border-y-quinary\/15:focus{
  border-top-color: rgb(136 150 244 / 0.15);
  border-bottom-color: rgb(136 150 244 / 0.15);
}

.focus\:border-y-quinary\/20:focus{
  border-top-color: rgb(136 150 244 / 0.2);
  border-bottom-color: rgb(136 150 244 / 0.2);
}

.focus\:border-y-quinary\/25:focus{
  border-top-color: rgb(136 150 244 / 0.25);
  border-bottom-color: rgb(136 150 244 / 0.25);
}

.focus\:border-y-quinary\/30:focus{
  border-top-color: rgb(136 150 244 / 0.3);
  border-bottom-color: rgb(136 150 244 / 0.3);
}

.focus\:border-y-quinary\/35:focus{
  border-top-color: rgb(136 150 244 / 0.35);
  border-bottom-color: rgb(136 150 244 / 0.35);
}

.focus\:border-y-quinary\/40:focus{
  border-top-color: rgb(136 150 244 / 0.4);
  border-bottom-color: rgb(136 150 244 / 0.4);
}

.focus\:border-y-quinary\/45:focus{
  border-top-color: rgb(136 150 244 / 0.45);
  border-bottom-color: rgb(136 150 244 / 0.45);
}

.focus\:border-y-quinary\/5:focus{
  border-top-color: rgb(136 150 244 / 0.05);
  border-bottom-color: rgb(136 150 244 / 0.05);
}

.focus\:border-y-quinary\/50:focus{
  border-top-color: rgb(136 150 244 / 0.5);
  border-bottom-color: rgb(136 150 244 / 0.5);
}

.focus\:border-y-quinary\/55:focus{
  border-top-color: rgb(136 150 244 / 0.55);
  border-bottom-color: rgb(136 150 244 / 0.55);
}

.focus\:border-y-quinary\/60:focus{
  border-top-color: rgb(136 150 244 / 0.6);
  border-bottom-color: rgb(136 150 244 / 0.6);
}

.focus\:border-y-quinary\/65:focus{
  border-top-color: rgb(136 150 244 / 0.65);
  border-bottom-color: rgb(136 150 244 / 0.65);
}

.focus\:border-y-quinary\/70:focus{
  border-top-color: rgb(136 150 244 / 0.7);
  border-bottom-color: rgb(136 150 244 / 0.7);
}

.focus\:border-y-quinary\/75:focus{
  border-top-color: rgb(136 150 244 / 0.75);
  border-bottom-color: rgb(136 150 244 / 0.75);
}

.focus\:border-y-quinary\/80:focus{
  border-top-color: rgb(136 150 244 / 0.8);
  border-bottom-color: rgb(136 150 244 / 0.8);
}

.focus\:border-y-quinary\/85:focus{
  border-top-color: rgb(136 150 244 / 0.85);
  border-bottom-color: rgb(136 150 244 / 0.85);
}

.focus\:border-y-quinary\/90:focus{
  border-top-color: rgb(136 150 244 / 0.9);
  border-bottom-color: rgb(136 150 244 / 0.9);
}

.focus\:border-y-quinary\/95:focus{
  border-top-color: rgb(136 150 244 / 0.95);
  border-bottom-color: rgb(136 150 244 / 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\/15:focus{
  border-top-color: rgb(254 226 226 / 0.15);
  border-bottom-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 226 226 / 0.35);
  border-bottom-color: rgb(254 226 226 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(254 226 226 / 0.45);
  border-bottom-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 226 226 / 0.55);
  border-bottom-color: rgb(254 226 226 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(254 226 226 / 0.65);
  border-bottom-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 226 226 / 0.85);
  border-bottom-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 202 202 / 0.15);
  border-bottom-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 202 202 / 0.35);
  border-bottom-color: rgb(254 202 202 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(254 202 202 / 0.45);
  border-bottom-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 202 202 / 0.55);
  border-bottom-color: rgb(254 202 202 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(254 202 202 / 0.65);
  border-bottom-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 202 202 / 0.85);
  border-bottom-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(252 165 165 / 0.15);
  border-bottom-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(252 165 165 / 0.35);
  border-bottom-color: rgb(252 165 165 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(252 165 165 / 0.45);
  border-bottom-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(252 165 165 / 0.55);
  border-bottom-color: rgb(252 165 165 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(252 165 165 / 0.65);
  border-bottom-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(252 165 165 / 0.85);
  border-bottom-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(248 113 113 / 0.15);
  border-bottom-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(248 113 113 / 0.35);
  border-bottom-color: rgb(248 113 113 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(248 113 113 / 0.45);
  border-bottom-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(248 113 113 / 0.55);
  border-bottom-color: rgb(248 113 113 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(248 113 113 / 0.65);
  border-bottom-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(248 113 113 / 0.85);
  border-bottom-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 242 242 / 0.15);
  border-bottom-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 242 242 / 0.35);
  border-bottom-color: rgb(254 242 242 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(254 242 242 / 0.45);
  border-bottom-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 242 242 / 0.55);
  border-bottom-color: rgb(254 242 242 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(254 242 242 / 0.65);
  border-bottom-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 242 242 / 0.85);
  border-bottom-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(239 68 68 / 0.15);
  border-bottom-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(239 68 68 / 0.35);
  border-bottom-color: rgb(239 68 68 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(239 68 68 / 0.45);
  border-bottom-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(239 68 68 / 0.55);
  border-bottom-color: rgb(239 68 68 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(239 68 68 / 0.65);
  border-bottom-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(239 68 68 / 0.85);
  border-bottom-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(220 38 38 / 0.15);
  border-bottom-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(220 38 38 / 0.35);
  border-bottom-color: rgb(220 38 38 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(220 38 38 / 0.45);
  border-bottom-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(220 38 38 / 0.55);
  border-bottom-color: rgb(220 38 38 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(220 38 38 / 0.65);
  border-bottom-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(220 38 38 / 0.85);
  border-bottom-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(185 28 28 / 0.15);
  border-bottom-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(185 28 28 / 0.35);
  border-bottom-color: rgb(185 28 28 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(185 28 28 / 0.45);
  border-bottom-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(185 28 28 / 0.55);
  border-bottom-color: rgb(185 28 28 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(185 28 28 / 0.65);
  border-bottom-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(185 28 28 / 0.85);
  border-bottom-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(153 27 27 / 0.15);
  border-bottom-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(153 27 27 / 0.35);
  border-bottom-color: rgb(153 27 27 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(153 27 27 / 0.45);
  border-bottom-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(153 27 27 / 0.55);
  border-bottom-color: rgb(153 27 27 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(153 27 27 / 0.65);
  border-bottom-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(153 27 27 / 0.85);
  border-bottom-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(127 29 29 / 0.15);
  border-bottom-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(127 29 29 / 0.35);
  border-bottom-color: rgb(127 29 29 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(127 29 29 / 0.45);
  border-bottom-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(127 29 29 / 0.55);
  border-bottom-color: rgb(127 29 29 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(127 29 29 / 0.65);
  border-bottom-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(127 29 29 / 0.85);
  border-bottom-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(69 10 10 / 0.15);
  border-bottom-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(69 10 10 / 0.35);
  border-bottom-color: rgb(69 10 10 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(69 10 10 / 0.45);
  border-bottom-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(69 10 10 / 0.55);
  border-bottom-color: rgb(69 10 10 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(69 10 10 / 0.65);
  border-bottom-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(69 10 10 / 0.85);
  border-bottom-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 228 230 / 0.15);
  border-bottom-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 228 230 / 0.35);
  border-bottom-color: rgb(255 228 230 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(255 228 230 / 0.45);
  border-bottom-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 228 230 / 0.55);
  border-bottom-color: rgb(255 228 230 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(255 228 230 / 0.65);
  border-bottom-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 228 230 / 0.85);
  border-bottom-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 205 211 / 0.15);
  border-bottom-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 205 211 / 0.35);
  border-bottom-color: rgb(254 205 211 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(254 205 211 / 0.45);
  border-bottom-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 205 211 / 0.55);
  border-bottom-color: rgb(254 205 211 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(254 205 211 / 0.65);
  border-bottom-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 205 211 / 0.85);
  border-bottom-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 164 175 / 0.15);
  border-bottom-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 164 175 / 0.35);
  border-bottom-color: rgb(253 164 175 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(253 164 175 / 0.45);
  border-bottom-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 164 175 / 0.55);
  border-bottom-color: rgb(253 164 175 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(253 164 175 / 0.65);
  border-bottom-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 164 175 / 0.85);
  border-bottom-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(251 113 133 / 0.15);
  border-bottom-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(251 113 133 / 0.35);
  border-bottom-color: rgb(251 113 133 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(251 113 133 / 0.45);
  border-bottom-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(251 113 133 / 0.55);
  border-bottom-color: rgb(251 113 133 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(251 113 133 / 0.65);
  border-bottom-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(251 113 133 / 0.85);
  border-bottom-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 241 242 / 0.15);
  border-bottom-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 241 242 / 0.35);
  border-bottom-color: rgb(255 241 242 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(255 241 242 / 0.45);
  border-bottom-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 241 242 / 0.55);
  border-bottom-color: rgb(255 241 242 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(255 241 242 / 0.65);
  border-bottom-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 241 242 / 0.85);
  border-bottom-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(244 63 94 / 0.15);
  border-bottom-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(244 63 94 / 0.35);
  border-bottom-color: rgb(244 63 94 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(244 63 94 / 0.45);
  border-bottom-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(244 63 94 / 0.55);
  border-bottom-color: rgb(244 63 94 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(244 63 94 / 0.65);
  border-bottom-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(244 63 94 / 0.85);
  border-bottom-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(225 29 72 / 0.15);
  border-bottom-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(225 29 72 / 0.35);
  border-bottom-color: rgb(225 29 72 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(225 29 72 / 0.45);
  border-bottom-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(225 29 72 / 0.55);
  border-bottom-color: rgb(225 29 72 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(225 29 72 / 0.65);
  border-bottom-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(225 29 72 / 0.85);
  border-bottom-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(190 18 60 / 0.15);
  border-bottom-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(190 18 60 / 0.35);
  border-bottom-color: rgb(190 18 60 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(190 18 60 / 0.45);
  border-bottom-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(190 18 60 / 0.55);
  border-bottom-color: rgb(190 18 60 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(190 18 60 / 0.65);
  border-bottom-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(190 18 60 / 0.85);
  border-bottom-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(159 18 57 / 0.15);
  border-bottom-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(159 18 57 / 0.35);
  border-bottom-color: rgb(159 18 57 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(159 18 57 / 0.45);
  border-bottom-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(159 18 57 / 0.55);
  border-bottom-color: rgb(159 18 57 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(159 18 57 / 0.65);
  border-bottom-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(159 18 57 / 0.85);
  border-bottom-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(136 19 55 / 0.15);
  border-bottom-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(136 19 55 / 0.35);
  border-bottom-color: rgb(136 19 55 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(136 19 55 / 0.45);
  border-bottom-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(136 19 55 / 0.55);
  border-bottom-color: rgb(136 19 55 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(136 19 55 / 0.65);
  border-bottom-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(136 19 55 / 0.85);
  border-bottom-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(76 5 25 / 0.15);
  border-bottom-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(76 5 25 / 0.35);
  border-bottom-color: rgb(76 5 25 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(76 5 25 / 0.45);
  border-bottom-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(76 5 25 / 0.55);
  border-bottom-color: rgb(76 5 25 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(76 5 25 / 0.65);
  border-bottom-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(76 5 25 / 0.85);
  border-bottom-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(141 147 167 / var(--tw-border-opacity));
  border-bottom-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.focus\:border-y-secondary\/0:focus{
  border-top-color: rgb(141 147 167 / 0);
  border-bottom-color: rgb(141 147 167 / 0);
}

.focus\:border-y-secondary\/10:focus{
  border-top-color: rgb(141 147 167 / 0.1);
  border-bottom-color: rgb(141 147 167 / 0.1);
}

.focus\:border-y-secondary\/100:focus{
  border-top-color: rgb(141 147 167 / 1);
  border-bottom-color: rgb(141 147 167 / 1);
}

.focus\:border-y-secondary\/15:focus{
  border-top-color: rgb(141 147 167 / 0.15);
  border-bottom-color: rgb(141 147 167 / 0.15);
}

.focus\:border-y-secondary\/20:focus{
  border-top-color: rgb(141 147 167 / 0.2);
  border-bottom-color: rgb(141 147 167 / 0.2);
}

.focus\:border-y-secondary\/25:focus{
  border-top-color: rgb(141 147 167 / 0.25);
  border-bottom-color: rgb(141 147 167 / 0.25);
}

.focus\:border-y-secondary\/30:focus{
  border-top-color: rgb(141 147 167 / 0.3);
  border-bottom-color: rgb(141 147 167 / 0.3);
}

.focus\:border-y-secondary\/35:focus{
  border-top-color: rgb(141 147 167 / 0.35);
  border-bottom-color: rgb(141 147 167 / 0.35);
}

.focus\:border-y-secondary\/40:focus{
  border-top-color: rgb(141 147 167 / 0.4);
  border-bottom-color: rgb(141 147 167 / 0.4);
}

.focus\:border-y-secondary\/45:focus{
  border-top-color: rgb(141 147 167 / 0.45);
  border-bottom-color: rgb(141 147 167 / 0.45);
}

.focus\:border-y-secondary\/5:focus{
  border-top-color: rgb(141 147 167 / 0.05);
  border-bottom-color: rgb(141 147 167 / 0.05);
}

.focus\:border-y-secondary\/50:focus{
  border-top-color: rgb(141 147 167 / 0.5);
  border-bottom-color: rgb(141 147 167 / 0.5);
}

.focus\:border-y-secondary\/55:focus{
  border-top-color: rgb(141 147 167 / 0.55);
  border-bottom-color: rgb(141 147 167 / 0.55);
}

.focus\:border-y-secondary\/60:focus{
  border-top-color: rgb(141 147 167 / 0.6);
  border-bottom-color: rgb(141 147 167 / 0.6);
}

.focus\:border-y-secondary\/65:focus{
  border-top-color: rgb(141 147 167 / 0.65);
  border-bottom-color: rgb(141 147 167 / 0.65);
}

.focus\:border-y-secondary\/70:focus{
  border-top-color: rgb(141 147 167 / 0.7);
  border-bottom-color: rgb(141 147 167 / 0.7);
}

.focus\:border-y-secondary\/75:focus{
  border-top-color: rgb(141 147 167 / 0.75);
  border-bottom-color: rgb(141 147 167 / 0.75);
}

.focus\:border-y-secondary\/80:focus{
  border-top-color: rgb(141 147 167 / 0.8);
  border-bottom-color: rgb(141 147 167 / 0.8);
}

.focus\:border-y-secondary\/85:focus{
  border-top-color: rgb(141 147 167 / 0.85);
  border-bottom-color: rgb(141 147 167 / 0.85);
}

.focus\:border-y-secondary\/90:focus{
  border-top-color: rgb(141 147 167 / 0.9);
  border-bottom-color: rgb(141 147 167 / 0.9);
}

.focus\:border-y-secondary\/95:focus{
  border-top-color: rgb(141 147 167 / 0.95);
  border-bottom-color: rgb(141 147 167 / 0.95);
}

.focus\:border-y-senary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(73 134 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.focus\:border-y-senary\/0:focus{
  border-top-color: rgb(73 134 231 / 0);
  border-bottom-color: rgb(73 134 231 / 0);
}

.focus\:border-y-senary\/10:focus{
  border-top-color: rgb(73 134 231 / 0.1);
  border-bottom-color: rgb(73 134 231 / 0.1);
}

.focus\:border-y-senary\/100:focus{
  border-top-color: rgb(73 134 231 / 1);
  border-bottom-color: rgb(73 134 231 / 1);
}

.focus\:border-y-senary\/15:focus{
  border-top-color: rgb(73 134 231 / 0.15);
  border-bottom-color: rgb(73 134 231 / 0.15);
}

.focus\:border-y-senary\/20:focus{
  border-top-color: rgb(73 134 231 / 0.2);
  border-bottom-color: rgb(73 134 231 / 0.2);
}

.focus\:border-y-senary\/25:focus{
  border-top-color: rgb(73 134 231 / 0.25);
  border-bottom-color: rgb(73 134 231 / 0.25);
}

.focus\:border-y-senary\/30:focus{
  border-top-color: rgb(73 134 231 / 0.3);
  border-bottom-color: rgb(73 134 231 / 0.3);
}

.focus\:border-y-senary\/35:focus{
  border-top-color: rgb(73 134 231 / 0.35);
  border-bottom-color: rgb(73 134 231 / 0.35);
}

.focus\:border-y-senary\/40:focus{
  border-top-color: rgb(73 134 231 / 0.4);
  border-bottom-color: rgb(73 134 231 / 0.4);
}

.focus\:border-y-senary\/45:focus{
  border-top-color: rgb(73 134 231 / 0.45);
  border-bottom-color: rgb(73 134 231 / 0.45);
}

.focus\:border-y-senary\/5:focus{
  border-top-color: rgb(73 134 231 / 0.05);
  border-bottom-color: rgb(73 134 231 / 0.05);
}

.focus\:border-y-senary\/50:focus{
  border-top-color: rgb(73 134 231 / 0.5);
  border-bottom-color: rgb(73 134 231 / 0.5);
}

.focus\:border-y-senary\/55:focus{
  border-top-color: rgb(73 134 231 / 0.55);
  border-bottom-color: rgb(73 134 231 / 0.55);
}

.focus\:border-y-senary\/60:focus{
  border-top-color: rgb(73 134 231 / 0.6);
  border-bottom-color: rgb(73 134 231 / 0.6);
}

.focus\:border-y-senary\/65:focus{
  border-top-color: rgb(73 134 231 / 0.65);
  border-bottom-color: rgb(73 134 231 / 0.65);
}

.focus\:border-y-senary\/70:focus{
  border-top-color: rgb(73 134 231 / 0.7);
  border-bottom-color: rgb(73 134 231 / 0.7);
}

.focus\:border-y-senary\/75:focus{
  border-top-color: rgb(73 134 231 / 0.75);
  border-bottom-color: rgb(73 134 231 / 0.75);
}

.focus\:border-y-senary\/80:focus{
  border-top-color: rgb(73 134 231 / 0.8);
  border-bottom-color: rgb(73 134 231 / 0.8);
}

.focus\:border-y-senary\/85:focus{
  border-top-color: rgb(73 134 231 / 0.85);
  border-bottom-color: rgb(73 134 231 / 0.85);
}

.focus\:border-y-senary\/90:focus{
  border-top-color: rgb(73 134 231 / 0.9);
  border-bottom-color: rgb(73 134 231 / 0.9);
}

.focus\:border-y-senary\/95:focus{
  border-top-color: rgb(73 134 231 / 0.95);
  border-bottom-color: rgb(73 134 231 / 0.95);
}

.focus\:border-y-septenary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 88 129 / var(--tw-border-opacity));
  border-bottom-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.focus\:border-y-septenary\/0:focus{
  border-top-color: rgb(49 88 129 / 0);
  border-bottom-color: rgb(49 88 129 / 0);
}

.focus\:border-y-septenary\/10:focus{
  border-top-color: rgb(49 88 129 / 0.1);
  border-bottom-color: rgb(49 88 129 / 0.1);
}

.focus\:border-y-septenary\/100:focus{
  border-top-color: rgb(49 88 129 / 1);
  border-bottom-color: rgb(49 88 129 / 1);
}

.focus\:border-y-septenary\/15:focus{
  border-top-color: rgb(49 88 129 / 0.15);
  border-bottom-color: rgb(49 88 129 / 0.15);
}

.focus\:border-y-septenary\/20:focus{
  border-top-color: rgb(49 88 129 / 0.2);
  border-bottom-color: rgb(49 88 129 / 0.2);
}

.focus\:border-y-septenary\/25:focus{
  border-top-color: rgb(49 88 129 / 0.25);
  border-bottom-color: rgb(49 88 129 / 0.25);
}

.focus\:border-y-septenary\/30:focus{
  border-top-color: rgb(49 88 129 / 0.3);
  border-bottom-color: rgb(49 88 129 / 0.3);
}

.focus\:border-y-septenary\/35:focus{
  border-top-color: rgb(49 88 129 / 0.35);
  border-bottom-color: rgb(49 88 129 / 0.35);
}

.focus\:border-y-septenary\/40:focus{
  border-top-color: rgb(49 88 129 / 0.4);
  border-bottom-color: rgb(49 88 129 / 0.4);
}

.focus\:border-y-septenary\/45:focus{
  border-top-color: rgb(49 88 129 / 0.45);
  border-bottom-color: rgb(49 88 129 / 0.45);
}

.focus\:border-y-septenary\/5:focus{
  border-top-color: rgb(49 88 129 / 0.05);
  border-bottom-color: rgb(49 88 129 / 0.05);
}

.focus\:border-y-septenary\/50:focus{
  border-top-color: rgb(49 88 129 / 0.5);
  border-bottom-color: rgb(49 88 129 / 0.5);
}

.focus\:border-y-septenary\/55:focus{
  border-top-color: rgb(49 88 129 / 0.55);
  border-bottom-color: rgb(49 88 129 / 0.55);
}

.focus\:border-y-septenary\/60:focus{
  border-top-color: rgb(49 88 129 / 0.6);
  border-bottom-color: rgb(49 88 129 / 0.6);
}

.focus\:border-y-septenary\/65:focus{
  border-top-color: rgb(49 88 129 / 0.65);
  border-bottom-color: rgb(49 88 129 / 0.65);
}

.focus\:border-y-septenary\/70:focus{
  border-top-color: rgb(49 88 129 / 0.7);
  border-bottom-color: rgb(49 88 129 / 0.7);
}

.focus\:border-y-septenary\/75:focus{
  border-top-color: rgb(49 88 129 / 0.75);
  border-bottom-color: rgb(49 88 129 / 0.75);
}

.focus\:border-y-septenary\/80:focus{
  border-top-color: rgb(49 88 129 / 0.8);
  border-bottom-color: rgb(49 88 129 / 0.8);
}

.focus\:border-y-septenary\/85:focus{
  border-top-color: rgb(49 88 129 / 0.85);
  border-bottom-color: rgb(49 88 129 / 0.85);
}

.focus\:border-y-septenary\/90:focus{
  border-top-color: rgb(49 88 129 / 0.9);
  border-bottom-color: rgb(49 88 129 / 0.9);
}

.focus\:border-y-septenary\/95:focus{
  border-top-color: rgb(49 88 129 / 0.95);
  border-bottom-color: rgb(49 88 129 / 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\/15:focus{
  border-top-color: rgb(224 242 254 / 0.15);
  border-bottom-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(224 242 254 / 0.35);
  border-bottom-color: rgb(224 242 254 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(224 242 254 / 0.45);
  border-bottom-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(224 242 254 / 0.55);
  border-bottom-color: rgb(224 242 254 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(224 242 254 / 0.65);
  border-bottom-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(224 242 254 / 0.85);
  border-bottom-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(186 230 253 / 0.15);
  border-bottom-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(186 230 253 / 0.35);
  border-bottom-color: rgb(186 230 253 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(186 230 253 / 0.45);
  border-bottom-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(186 230 253 / 0.55);
  border-bottom-color: rgb(186 230 253 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(186 230 253 / 0.65);
  border-bottom-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(186 230 253 / 0.85);
  border-bottom-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(125 211 252 / 0.15);
  border-bottom-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(125 211 252 / 0.35);
  border-bottom-color: rgb(125 211 252 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(125 211 252 / 0.45);
  border-bottom-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(125 211 252 / 0.55);
  border-bottom-color: rgb(125 211 252 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(125 211 252 / 0.65);
  border-bottom-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(125 211 252 / 0.85);
  border-bottom-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(56 189 248 / 0.15);
  border-bottom-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(56 189 248 / 0.35);
  border-bottom-color: rgb(56 189 248 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(56 189 248 / 0.45);
  border-bottom-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(56 189 248 / 0.55);
  border-bottom-color: rgb(56 189 248 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(56 189 248 / 0.65);
  border-bottom-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(56 189 248 / 0.85);
  border-bottom-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(240 249 255 / 0.15);
  border-bottom-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(240 249 255 / 0.35);
  border-bottom-color: rgb(240 249 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(240 249 255 / 0.45);
  border-bottom-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(240 249 255 / 0.55);
  border-bottom-color: rgb(240 249 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(240 249 255 / 0.65);
  border-bottom-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(240 249 255 / 0.85);
  border-bottom-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(14 165 233 / 0.15);
  border-bottom-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(14 165 233 / 0.35);
  border-bottom-color: rgb(14 165 233 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(14 165 233 / 0.45);
  border-bottom-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(14 165 233 / 0.55);
  border-bottom-color: rgb(14 165 233 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(14 165 233 / 0.65);
  border-bottom-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(14 165 233 / 0.85);
  border-bottom-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(2 132 199 / 0.15);
  border-bottom-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(2 132 199 / 0.35);
  border-bottom-color: rgb(2 132 199 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(2 132 199 / 0.45);
  border-bottom-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(2 132 199 / 0.55);
  border-bottom-color: rgb(2 132 199 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(2 132 199 / 0.65);
  border-bottom-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(2 132 199 / 0.85);
  border-bottom-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(3 105 161 / 0.15);
  border-bottom-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(3 105 161 / 0.35);
  border-bottom-color: rgb(3 105 161 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(3 105 161 / 0.45);
  border-bottom-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(3 105 161 / 0.55);
  border-bottom-color: rgb(3 105 161 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(3 105 161 / 0.65);
  border-bottom-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(3 105 161 / 0.85);
  border-bottom-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(7 89 133 / 0.15);
  border-bottom-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(7 89 133 / 0.35);
  border-bottom-color: rgb(7 89 133 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(7 89 133 / 0.45);
  border-bottom-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(7 89 133 / 0.55);
  border-bottom-color: rgb(7 89 133 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(7 89 133 / 0.65);
  border-bottom-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(7 89 133 / 0.85);
  border-bottom-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(12 74 110 / 0.15);
  border-bottom-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(12 74 110 / 0.35);
  border-bottom-color: rgb(12 74 110 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(12 74 110 / 0.45);
  border-bottom-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(12 74 110 / 0.55);
  border-bottom-color: rgb(12 74 110 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(12 74 110 / 0.65);
  border-bottom-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(12 74 110 / 0.85);
  border-bottom-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(8 47 73 / 0.15);
  border-bottom-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(8 47 73 / 0.35);
  border-bottom-color: rgb(8 47 73 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(8 47 73 / 0.45);
  border-bottom-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(8 47 73 / 0.55);
  border-bottom-color: rgb(8 47 73 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(8 47 73 / 0.65);
  border-bottom-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(8 47 73 / 0.85);
  border-bottom-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(241 245 249 / 0.15);
  border-bottom-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(241 245 249 / 0.35);
  border-bottom-color: rgb(241 245 249 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(241 245 249 / 0.45);
  border-bottom-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(241 245 249 / 0.55);
  border-bottom-color: rgb(241 245 249 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(241 245 249 / 0.65);
  border-bottom-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(241 245 249 / 0.85);
  border-bottom-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(226 232 240 / 0.15);
  border-bottom-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(226 232 240 / 0.35);
  border-bottom-color: rgb(226 232 240 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(226 232 240 / 0.45);
  border-bottom-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(226 232 240 / 0.55);
  border-bottom-color: rgb(226 232 240 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(226 232 240 / 0.65);
  border-bottom-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(226 232 240 / 0.85);
  border-bottom-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(203 213 225 / 0.15);
  border-bottom-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(203 213 225 / 0.35);
  border-bottom-color: rgb(203 213 225 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(203 213 225 / 0.45);
  border-bottom-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(203 213 225 / 0.55);
  border-bottom-color: rgb(203 213 225 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(203 213 225 / 0.65);
  border-bottom-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(203 213 225 / 0.85);
  border-bottom-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(148 163 184 / 0.15);
  border-bottom-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(148 163 184 / 0.35);
  border-bottom-color: rgb(148 163 184 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(148 163 184 / 0.45);
  border-bottom-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(148 163 184 / 0.55);
  border-bottom-color: rgb(148 163 184 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(148 163 184 / 0.65);
  border-bottom-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(148 163 184 / 0.85);
  border-bottom-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(248 250 252 / 0.15);
  border-bottom-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(248 250 252 / 0.35);
  border-bottom-color: rgb(248 250 252 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(248 250 252 / 0.45);
  border-bottom-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(248 250 252 / 0.55);
  border-bottom-color: rgb(248 250 252 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(248 250 252 / 0.65);
  border-bottom-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(248 250 252 / 0.85);
  border-bottom-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(100 116 139 / 0.15);
  border-bottom-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(100 116 139 / 0.35);
  border-bottom-color: rgb(100 116 139 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(100 116 139 / 0.45);
  border-bottom-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(100 116 139 / 0.55);
  border-bottom-color: rgb(100 116 139 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(100 116 139 / 0.65);
  border-bottom-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(100 116 139 / 0.85);
  border-bottom-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(71 85 105 / 0.15);
  border-bottom-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(71 85 105 / 0.35);
  border-bottom-color: rgb(71 85 105 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(71 85 105 / 0.45);
  border-bottom-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(71 85 105 / 0.55);
  border-bottom-color: rgb(71 85 105 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(71 85 105 / 0.65);
  border-bottom-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(71 85 105 / 0.85);
  border-bottom-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(51 65 85 / 0.15);
  border-bottom-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(51 65 85 / 0.35);
  border-bottom-color: rgb(51 65 85 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(51 65 85 / 0.45);
  border-bottom-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(51 65 85 / 0.55);
  border-bottom-color: rgb(51 65 85 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(51 65 85 / 0.65);
  border-bottom-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(51 65 85 / 0.85);
  border-bottom-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(30 41 59 / 0.15);
  border-bottom-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(30 41 59 / 0.35);
  border-bottom-color: rgb(30 41 59 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(30 41 59 / 0.45);
  border-bottom-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(30 41 59 / 0.55);
  border-bottom-color: rgb(30 41 59 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(30 41 59 / 0.65);
  border-bottom-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(30 41 59 / 0.85);
  border-bottom-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(15 23 42 / 0.15);
  border-bottom-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(15 23 42 / 0.35);
  border-bottom-color: rgb(15 23 42 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(15 23 42 / 0.45);
  border-bottom-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(15 23 42 / 0.55);
  border-bottom-color: rgb(15 23 42 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(15 23 42 / 0.65);
  border-bottom-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(15 23 42 / 0.85);
  border-bottom-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(2 6 23 / 0.15);
  border-bottom-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(2 6 23 / 0.35);
  border-bottom-color: rgb(2 6 23 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(2 6 23 / 0.45);
  border-bottom-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(2 6 23 / 0.55);
  border-bottom-color: rgb(2 6 23 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(2 6 23 / 0.65);
  border-bottom-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(2 6 23 / 0.85);
  border-bottom-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(245 245 244 / 0.15);
  border-bottom-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 245 244 / 0.35);
  border-bottom-color: rgb(245 245 244 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(245 245 244 / 0.45);
  border-bottom-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 245 244 / 0.55);
  border-bottom-color: rgb(245 245 244 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(245 245 244 / 0.65);
  border-bottom-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 245 244 / 0.85);
  border-bottom-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(231 229 228 / 0.15);
  border-bottom-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(231 229 228 / 0.35);
  border-bottom-color: rgb(231 229 228 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(231 229 228 / 0.45);
  border-bottom-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(231 229 228 / 0.55);
  border-bottom-color: rgb(231 229 228 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(231 229 228 / 0.65);
  border-bottom-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(231 229 228 / 0.85);
  border-bottom-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(214 211 209 / 0.15);
  border-bottom-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(214 211 209 / 0.35);
  border-bottom-color: rgb(214 211 209 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(214 211 209 / 0.45);
  border-bottom-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(214 211 209 / 0.55);
  border-bottom-color: rgb(214 211 209 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(214 211 209 / 0.65);
  border-bottom-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(214 211 209 / 0.85);
  border-bottom-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(168 162 158 / 0.15);
  border-bottom-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(168 162 158 / 0.35);
  border-bottom-color: rgb(168 162 158 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(168 162 158 / 0.45);
  border-bottom-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(168 162 158 / 0.55);
  border-bottom-color: rgb(168 162 158 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(168 162 158 / 0.65);
  border-bottom-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(168 162 158 / 0.85);
  border-bottom-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 250 249 / 0.15);
  border-bottom-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 250 249 / 0.35);
  border-bottom-color: rgb(250 250 249 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(250 250 249 / 0.45);
  border-bottom-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 250 249 / 0.55);
  border-bottom-color: rgb(250 250 249 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(250 250 249 / 0.65);
  border-bottom-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 250 249 / 0.85);
  border-bottom-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(120 113 108 / 0.15);
  border-bottom-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(120 113 108 / 0.35);
  border-bottom-color: rgb(120 113 108 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(120 113 108 / 0.45);
  border-bottom-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(120 113 108 / 0.55);
  border-bottom-color: rgb(120 113 108 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(120 113 108 / 0.65);
  border-bottom-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(120 113 108 / 0.85);
  border-bottom-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(87 83 78 / 0.15);
  border-bottom-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(87 83 78 / 0.35);
  border-bottom-color: rgb(87 83 78 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(87 83 78 / 0.45);
  border-bottom-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(87 83 78 / 0.55);
  border-bottom-color: rgb(87 83 78 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(87 83 78 / 0.65);
  border-bottom-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(87 83 78 / 0.85);
  border-bottom-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(68 64 60 / 0.15);
  border-bottom-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(68 64 60 / 0.35);
  border-bottom-color: rgb(68 64 60 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(68 64 60 / 0.45);
  border-bottom-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(68 64 60 / 0.55);
  border-bottom-color: rgb(68 64 60 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(68 64 60 / 0.65);
  border-bottom-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(68 64 60 / 0.85);
  border-bottom-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(41 37 36 / 0.15);
  border-bottom-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(41 37 36 / 0.35);
  border-bottom-color: rgb(41 37 36 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(41 37 36 / 0.45);
  border-bottom-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(41 37 36 / 0.55);
  border-bottom-color: rgb(41 37 36 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(41 37 36 / 0.65);
  border-bottom-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(41 37 36 / 0.85);
  border-bottom-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(28 25 23 / 0.15);
  border-bottom-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(28 25 23 / 0.35);
  border-bottom-color: rgb(28 25 23 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(28 25 23 / 0.45);
  border-bottom-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(28 25 23 / 0.55);
  border-bottom-color: rgb(28 25 23 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(28 25 23 / 0.65);
  border-bottom-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(28 25 23 / 0.85);
  border-bottom-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(12 10 9 / 0.15);
  border-bottom-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(12 10 9 / 0.35);
  border-bottom-color: rgb(12 10 9 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(12 10 9 / 0.45);
  border-bottom-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(12 10 9 / 0.55);
  border-bottom-color: rgb(12 10 9 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(12 10 9 / 0.65);
  border-bottom-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(12 10 9 / 0.85);
  border-bottom-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 196 149 / var(--tw-border-opacity));
  border-bottom-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.focus\:border-y-success\/0:focus{
  border-top-color: rgb(7 196 149 / 0);
  border-bottom-color: rgb(7 196 149 / 0);
}

.focus\:border-y-success\/10:focus{
  border-top-color: rgb(7 196 149 / 0.1);
  border-bottom-color: rgb(7 196 149 / 0.1);
}

.focus\:border-y-success\/100:focus{
  border-top-color: rgb(7 196 149 / 1);
  border-bottom-color: rgb(7 196 149 / 1);
}

.focus\:border-y-success\/15:focus{
  border-top-color: rgb(7 196 149 / 0.15);
  border-bottom-color: rgb(7 196 149 / 0.15);
}

.focus\:border-y-success\/20:focus{
  border-top-color: rgb(7 196 149 / 0.2);
  border-bottom-color: rgb(7 196 149 / 0.2);
}

.focus\:border-y-success\/25:focus{
  border-top-color: rgb(7 196 149 / 0.25);
  border-bottom-color: rgb(7 196 149 / 0.25);
}

.focus\:border-y-success\/30:focus{
  border-top-color: rgb(7 196 149 / 0.3);
  border-bottom-color: rgb(7 196 149 / 0.3);
}

.focus\:border-y-success\/35:focus{
  border-top-color: rgb(7 196 149 / 0.35);
  border-bottom-color: rgb(7 196 149 / 0.35);
}

.focus\:border-y-success\/40:focus{
  border-top-color: rgb(7 196 149 / 0.4);
  border-bottom-color: rgb(7 196 149 / 0.4);
}

.focus\:border-y-success\/45:focus{
  border-top-color: rgb(7 196 149 / 0.45);
  border-bottom-color: rgb(7 196 149 / 0.45);
}

.focus\:border-y-success\/5:focus{
  border-top-color: rgb(7 196 149 / 0.05);
  border-bottom-color: rgb(7 196 149 / 0.05);
}

.focus\:border-y-success\/50:focus{
  border-top-color: rgb(7 196 149 / 0.5);
  border-bottom-color: rgb(7 196 149 / 0.5);
}

.focus\:border-y-success\/55:focus{
  border-top-color: rgb(7 196 149 / 0.55);
  border-bottom-color: rgb(7 196 149 / 0.55);
}

.focus\:border-y-success\/60:focus{
  border-top-color: rgb(7 196 149 / 0.6);
  border-bottom-color: rgb(7 196 149 / 0.6);
}

.focus\:border-y-success\/65:focus{
  border-top-color: rgb(7 196 149 / 0.65);
  border-bottom-color: rgb(7 196 149 / 0.65);
}

.focus\:border-y-success\/70:focus{
  border-top-color: rgb(7 196 149 / 0.7);
  border-bottom-color: rgb(7 196 149 / 0.7);
}

.focus\:border-y-success\/75:focus{
  border-top-color: rgb(7 196 149 / 0.75);
  border-bottom-color: rgb(7 196 149 / 0.75);
}

.focus\:border-y-success\/80:focus{
  border-top-color: rgb(7 196 149 / 0.8);
  border-bottom-color: rgb(7 196 149 / 0.8);
}

.focus\:border-y-success\/85:focus{
  border-top-color: rgb(7 196 149 / 0.85);
  border-bottom-color: rgb(7 196 149 / 0.85);
}

.focus\:border-y-success\/90:focus{
  border-top-color: rgb(7 196 149 / 0.9);
  border-bottom-color: rgb(7 196 149 / 0.9);
}

.focus\:border-y-success\/95:focus{
  border-top-color: rgb(7 196 149 / 0.95);
  border-bottom-color: rgb(7 196 149 / 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\/15:focus{
  border-top-color: rgb(204 251 241 / 0.15);
  border-bottom-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(204 251 241 / 0.35);
  border-bottom-color: rgb(204 251 241 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(204 251 241 / 0.45);
  border-bottom-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(204 251 241 / 0.55);
  border-bottom-color: rgb(204 251 241 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(204 251 241 / 0.65);
  border-bottom-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(204 251 241 / 0.85);
  border-bottom-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(153 246 228 / 0.15);
  border-bottom-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(153 246 228 / 0.35);
  border-bottom-color: rgb(153 246 228 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(153 246 228 / 0.45);
  border-bottom-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(153 246 228 / 0.55);
  border-bottom-color: rgb(153 246 228 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(153 246 228 / 0.65);
  border-bottom-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(153 246 228 / 0.85);
  border-bottom-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(94 234 212 / 0.15);
  border-bottom-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(94 234 212 / 0.35);
  border-bottom-color: rgb(94 234 212 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(94 234 212 / 0.45);
  border-bottom-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(94 234 212 / 0.55);
  border-bottom-color: rgb(94 234 212 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(94 234 212 / 0.65);
  border-bottom-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(94 234 212 / 0.85);
  border-bottom-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(45 212 191 / 0.15);
  border-bottom-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(45 212 191 / 0.35);
  border-bottom-color: rgb(45 212 191 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(45 212 191 / 0.45);
  border-bottom-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(45 212 191 / 0.55);
  border-bottom-color: rgb(45 212 191 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(45 212 191 / 0.65);
  border-bottom-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(45 212 191 / 0.85);
  border-bottom-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(240 253 250 / 0.15);
  border-bottom-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(240 253 250 / 0.35);
  border-bottom-color: rgb(240 253 250 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(240 253 250 / 0.45);
  border-bottom-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(240 253 250 / 0.55);
  border-bottom-color: rgb(240 253 250 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(240 253 250 / 0.65);
  border-bottom-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(240 253 250 / 0.85);
  border-bottom-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(20 184 166 / 0.15);
  border-bottom-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(20 184 166 / 0.35);
  border-bottom-color: rgb(20 184 166 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(20 184 166 / 0.45);
  border-bottom-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(20 184 166 / 0.55);
  border-bottom-color: rgb(20 184 166 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(20 184 166 / 0.65);
  border-bottom-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(20 184 166 / 0.85);
  border-bottom-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(13 148 136 / 0.15);
  border-bottom-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(13 148 136 / 0.35);
  border-bottom-color: rgb(13 148 136 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(13 148 136 / 0.45);
  border-bottom-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(13 148 136 / 0.55);
  border-bottom-color: rgb(13 148 136 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(13 148 136 / 0.65);
  border-bottom-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(13 148 136 / 0.85);
  border-bottom-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(15 118 110 / 0.15);
  border-bottom-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(15 118 110 / 0.35);
  border-bottom-color: rgb(15 118 110 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(15 118 110 / 0.45);
  border-bottom-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(15 118 110 / 0.55);
  border-bottom-color: rgb(15 118 110 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(15 118 110 / 0.65);
  border-bottom-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(15 118 110 / 0.85);
  border-bottom-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(17 94 89 / 0.15);
  border-bottom-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(17 94 89 / 0.35);
  border-bottom-color: rgb(17 94 89 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(17 94 89 / 0.45);
  border-bottom-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(17 94 89 / 0.55);
  border-bottom-color: rgb(17 94 89 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(17 94 89 / 0.65);
  border-bottom-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(17 94 89 / 0.85);
  border-bottom-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(19 78 74 / 0.15);
  border-bottom-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(19 78 74 / 0.35);
  border-bottom-color: rgb(19 78 74 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(19 78 74 / 0.45);
  border-bottom-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(19 78 74 / 0.55);
  border-bottom-color: rgb(19 78 74 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(19 78 74 / 0.65);
  border-bottom-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(19 78 74 / 0.85);
  border-bottom-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(4 47 46 / 0.15);
  border-bottom-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(4 47 46 / 0.35);
  border-bottom-color: rgb(4 47 46 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(4 47 46 / 0.45);
  border-bottom-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(4 47 46 / 0.55);
  border-bottom-color: rgb(4 47 46 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(4 47 46 / 0.65);
  border-bottom-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(4 47 46 / 0.85);
  border-bottom-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 137 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.focus\:border-y-tertiary-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 123 223 / var(--tw-border-opacity));
  border-bottom-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.focus\:border-y-tertiary-hover\/0:focus{
  border-top-color: rgb(20 123 223 / 0);
  border-bottom-color: rgb(20 123 223 / 0);
}

.focus\:border-y-tertiary-hover\/10:focus{
  border-top-color: rgb(20 123 223 / 0.1);
  border-bottom-color: rgb(20 123 223 / 0.1);
}

.focus\:border-y-tertiary-hover\/100:focus{
  border-top-color: rgb(20 123 223 / 1);
  border-bottom-color: rgb(20 123 223 / 1);
}

.focus\:border-y-tertiary-hover\/15:focus{
  border-top-color: rgb(20 123 223 / 0.15);
  border-bottom-color: rgb(20 123 223 / 0.15);
}

.focus\:border-y-tertiary-hover\/20:focus{
  border-top-color: rgb(20 123 223 / 0.2);
  border-bottom-color: rgb(20 123 223 / 0.2);
}

.focus\:border-y-tertiary-hover\/25:focus{
  border-top-color: rgb(20 123 223 / 0.25);
  border-bottom-color: rgb(20 123 223 / 0.25);
}

.focus\:border-y-tertiary-hover\/30:focus{
  border-top-color: rgb(20 123 223 / 0.3);
  border-bottom-color: rgb(20 123 223 / 0.3);
}

.focus\:border-y-tertiary-hover\/35:focus{
  border-top-color: rgb(20 123 223 / 0.35);
  border-bottom-color: rgb(20 123 223 / 0.35);
}

.focus\:border-y-tertiary-hover\/40:focus{
  border-top-color: rgb(20 123 223 / 0.4);
  border-bottom-color: rgb(20 123 223 / 0.4);
}

.focus\:border-y-tertiary-hover\/45:focus{
  border-top-color: rgb(20 123 223 / 0.45);
  border-bottom-color: rgb(20 123 223 / 0.45);
}

.focus\:border-y-tertiary-hover\/5:focus{
  border-top-color: rgb(20 123 223 / 0.05);
  border-bottom-color: rgb(20 123 223 / 0.05);
}

.focus\:border-y-tertiary-hover\/50:focus{
  border-top-color: rgb(20 123 223 / 0.5);
  border-bottom-color: rgb(20 123 223 / 0.5);
}

.focus\:border-y-tertiary-hover\/55:focus{
  border-top-color: rgb(20 123 223 / 0.55);
  border-bottom-color: rgb(20 123 223 / 0.55);
}

.focus\:border-y-tertiary-hover\/60:focus{
  border-top-color: rgb(20 123 223 / 0.6);
  border-bottom-color: rgb(20 123 223 / 0.6);
}

.focus\:border-y-tertiary-hover\/65:focus{
  border-top-color: rgb(20 123 223 / 0.65);
  border-bottom-color: rgb(20 123 223 / 0.65);
}

.focus\:border-y-tertiary-hover\/70:focus{
  border-top-color: rgb(20 123 223 / 0.7);
  border-bottom-color: rgb(20 123 223 / 0.7);
}

.focus\:border-y-tertiary-hover\/75:focus{
  border-top-color: rgb(20 123 223 / 0.75);
  border-bottom-color: rgb(20 123 223 / 0.75);
}

.focus\:border-y-tertiary-hover\/80:focus{
  border-top-color: rgb(20 123 223 / 0.8);
  border-bottom-color: rgb(20 123 223 / 0.8);
}

.focus\:border-y-tertiary-hover\/85:focus{
  border-top-color: rgb(20 123 223 / 0.85);
  border-bottom-color: rgb(20 123 223 / 0.85);
}

.focus\:border-y-tertiary-hover\/90:focus{
  border-top-color: rgb(20 123 223 / 0.9);
  border-bottom-color: rgb(20 123 223 / 0.9);
}

.focus\:border-y-tertiary-hover\/95:focus{
  border-top-color: rgb(20 123 223 / 0.95);
  border-bottom-color: rgb(20 123 223 / 0.95);
}

.focus\:border-y-tertiary\/0:focus{
  border-top-color: rgb(22 137 252 / 0);
  border-bottom-color: rgb(22 137 252 / 0);
}

.focus\:border-y-tertiary\/10:focus{
  border-top-color: rgb(22 137 252 / 0.1);
  border-bottom-color: rgb(22 137 252 / 0.1);
}

.focus\:border-y-tertiary\/100:focus{
  border-top-color: rgb(22 137 252 / 1);
  border-bottom-color: rgb(22 137 252 / 1);
}

.focus\:border-y-tertiary\/15:focus{
  border-top-color: rgb(22 137 252 / 0.15);
  border-bottom-color: rgb(22 137 252 / 0.15);
}

.focus\:border-y-tertiary\/20:focus{
  border-top-color: rgb(22 137 252 / 0.2);
  border-bottom-color: rgb(22 137 252 / 0.2);
}

.focus\:border-y-tertiary\/25:focus{
  border-top-color: rgb(22 137 252 / 0.25);
  border-bottom-color: rgb(22 137 252 / 0.25);
}

.focus\:border-y-tertiary\/30:focus{
  border-top-color: rgb(22 137 252 / 0.3);
  border-bottom-color: rgb(22 137 252 / 0.3);
}

.focus\:border-y-tertiary\/35:focus{
  border-top-color: rgb(22 137 252 / 0.35);
  border-bottom-color: rgb(22 137 252 / 0.35);
}

.focus\:border-y-tertiary\/40:focus{
  border-top-color: rgb(22 137 252 / 0.4);
  border-bottom-color: rgb(22 137 252 / 0.4);
}

.focus\:border-y-tertiary\/45:focus{
  border-top-color: rgb(22 137 252 / 0.45);
  border-bottom-color: rgb(22 137 252 / 0.45);
}

.focus\:border-y-tertiary\/5:focus{
  border-top-color: rgb(22 137 252 / 0.05);
  border-bottom-color: rgb(22 137 252 / 0.05);
}

.focus\:border-y-tertiary\/50:focus{
  border-top-color: rgb(22 137 252 / 0.5);
  border-bottom-color: rgb(22 137 252 / 0.5);
}

.focus\:border-y-tertiary\/55:focus{
  border-top-color: rgb(22 137 252 / 0.55);
  border-bottom-color: rgb(22 137 252 / 0.55);
}

.focus\:border-y-tertiary\/60:focus{
  border-top-color: rgb(22 137 252 / 0.6);
  border-bottom-color: rgb(22 137 252 / 0.6);
}

.focus\:border-y-tertiary\/65:focus{
  border-top-color: rgb(22 137 252 / 0.65);
  border-bottom-color: rgb(22 137 252 / 0.65);
}

.focus\:border-y-tertiary\/70:focus{
  border-top-color: rgb(22 137 252 / 0.7);
  border-bottom-color: rgb(22 137 252 / 0.7);
}

.focus\:border-y-tertiary\/75:focus{
  border-top-color: rgb(22 137 252 / 0.75);
  border-bottom-color: rgb(22 137 252 / 0.75);
}

.focus\:border-y-tertiary\/80:focus{
  border-top-color: rgb(22 137 252 / 0.8);
  border-bottom-color: rgb(22 137 252 / 0.8);
}

.focus\:border-y-tertiary\/85:focus{
  border-top-color: rgb(22 137 252 / 0.85);
  border-bottom-color: rgb(22 137 252 / 0.85);
}

.focus\:border-y-tertiary\/90:focus{
  border-top-color: rgb(22 137 252 / 0.9);
  border-bottom-color: rgb(22 137 252 / 0.9);
}

.focus\:border-y-tertiary\/95:focus{
  border-top-color: rgb(22 137 252 / 0.95);
  border-bottom-color: rgb(22 137 252 / 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\/15:focus{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  border-top-color: rgb(237 233 254 / 0.15);
  border-bottom-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(237 233 254 / 0.35);
  border-bottom-color: rgb(237 233 254 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(237 233 254 / 0.45);
  border-bottom-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(237 233 254 / 0.55);
  border-bottom-color: rgb(237 233 254 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(237 233 254 / 0.65);
  border-bottom-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(237 233 254 / 0.85);
  border-bottom-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(221 214 254 / 0.15);
  border-bottom-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(221 214 254 / 0.35);
  border-bottom-color: rgb(221 214 254 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(221 214 254 / 0.45);
  border-bottom-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(221 214 254 / 0.55);
  border-bottom-color: rgb(221 214 254 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(221 214 254 / 0.65);
  border-bottom-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(221 214 254 / 0.85);
  border-bottom-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(196 181 253 / 0.15);
  border-bottom-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(196 181 253 / 0.35);
  border-bottom-color: rgb(196 181 253 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(196 181 253 / 0.45);
  border-bottom-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(196 181 253 / 0.55);
  border-bottom-color: rgb(196 181 253 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(196 181 253 / 0.65);
  border-bottom-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(196 181 253 / 0.85);
  border-bottom-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(167 139 250 / 0.15);
  border-bottom-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(167 139 250 / 0.35);
  border-bottom-color: rgb(167 139 250 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(167 139 250 / 0.45);
  border-bottom-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(167 139 250 / 0.55);
  border-bottom-color: rgb(167 139 250 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(167 139 250 / 0.65);
  border-bottom-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(167 139 250 / 0.85);
  border-bottom-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(245 243 255 / 0.15);
  border-bottom-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 243 255 / 0.35);
  border-bottom-color: rgb(245 243 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(245 243 255 / 0.45);
  border-bottom-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 243 255 / 0.55);
  border-bottom-color: rgb(245 243 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(245 243 255 / 0.65);
  border-bottom-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 243 255 / 0.85);
  border-bottom-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(139 92 246 / 0.15);
  border-bottom-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(139 92 246 / 0.35);
  border-bottom-color: rgb(139 92 246 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(139 92 246 / 0.45);
  border-bottom-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(139 92 246 / 0.55);
  border-bottom-color: rgb(139 92 246 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(139 92 246 / 0.65);
  border-bottom-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(139 92 246 / 0.85);
  border-bottom-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(124 58 237 / 0.15);
  border-bottom-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(124 58 237 / 0.35);
  border-bottom-color: rgb(124 58 237 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(124 58 237 / 0.45);
  border-bottom-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(124 58 237 / 0.55);
  border-bottom-color: rgb(124 58 237 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(124 58 237 / 0.65);
  border-bottom-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(124 58 237 / 0.85);
  border-bottom-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(109 40 217 / 0.15);
  border-bottom-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(109 40 217 / 0.35);
  border-bottom-color: rgb(109 40 217 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(109 40 217 / 0.45);
  border-bottom-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(109 40 217 / 0.55);
  border-bottom-color: rgb(109 40 217 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(109 40 217 / 0.65);
  border-bottom-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(109 40 217 / 0.85);
  border-bottom-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(91 33 182 / 0.15);
  border-bottom-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(91 33 182 / 0.35);
  border-bottom-color: rgb(91 33 182 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(91 33 182 / 0.45);
  border-bottom-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(91 33 182 / 0.55);
  border-bottom-color: rgb(91 33 182 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(91 33 182 / 0.65);
  border-bottom-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(91 33 182 / 0.85);
  border-bottom-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(76 29 149 / 0.15);
  border-bottom-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(76 29 149 / 0.35);
  border-bottom-color: rgb(76 29 149 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(76 29 149 / 0.45);
  border-bottom-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(76 29 149 / 0.55);
  border-bottom-color: rgb(76 29 149 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(76 29 149 / 0.65);
  border-bottom-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(76 29 149 / 0.85);
  border-bottom-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(46 16 101 / 0.15);
  border-bottom-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(46 16 101 / 0.35);
  border-bottom-color: rgb(46 16 101 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(46 16 101 / 0.45);
  border-bottom-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(46 16 101 / 0.55);
  border-bottom-color: rgb(46 16 101 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(46 16 101 / 0.65);
  border-bottom-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(46 16 101 / 0.85);
  border-bottom-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 224 71 / 0.15);
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 224 71 / 0.35);
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(253 224 71 / 0.45);
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 224 71 / 0.55);
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(253 224 71 / 0.65);
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 224 71 / 0.85);
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(161 98 7 / 0.15);
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(161 98 7 / 0.35);
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(161 98 7 / 0.45);
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(161 98 7 / 0.55);
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(161 98 7 / 0.65);
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(161 98 7 / 0.85);
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(113 63 18 / 0.15);
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(113 63 18 / 0.35);
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(113 63 18 / 0.45);
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(113 63 18 / 0.55);
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(113 63 18 / 0.65);
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(113 63 18 / 0.85);
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(66 32 6 / 0.15);
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(66 32 6 / 0.35);
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(66 32 6 / 0.45);
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(66 32 6 / 0.55);
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(66 32 6 / 0.65);
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(66 32 6 / 0.85);
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(244 244 245 / 0.15);
  border-bottom-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(244 244 245 / 0.35);
  border-bottom-color: rgb(244 244 245 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(244 244 245 / 0.45);
  border-bottom-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(244 244 245 / 0.55);
  border-bottom-color: rgb(244 244 245 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(244 244 245 / 0.65);
  border-bottom-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(244 244 245 / 0.85);
  border-bottom-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(228 228 231 / 0.15);
  border-bottom-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(228 228 231 / 0.35);
  border-bottom-color: rgb(228 228 231 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(228 228 231 / 0.45);
  border-bottom-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(228 228 231 / 0.55);
  border-bottom-color: rgb(228 228 231 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(228 228 231 / 0.65);
  border-bottom-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(228 228 231 / 0.85);
  border-bottom-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(212 212 216 / 0.15);
  border-bottom-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(212 212 216 / 0.35);
  border-bottom-color: rgb(212 212 216 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(212 212 216 / 0.45);
  border-bottom-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(212 212 216 / 0.55);
  border-bottom-color: rgb(212 212 216 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(212 212 216 / 0.65);
  border-bottom-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(212 212 216 / 0.85);
  border-bottom-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(161 161 170 / 0.15);
  border-bottom-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(161 161 170 / 0.35);
  border-bottom-color: rgb(161 161 170 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(161 161 170 / 0.45);
  border-bottom-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(161 161 170 / 0.55);
  border-bottom-color: rgb(161 161 170 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(161 161 170 / 0.65);
  border-bottom-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(161 161 170 / 0.85);
  border-bottom-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(113 113 122 / 0.15);
  border-bottom-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(113 113 122 / 0.35);
  border-bottom-color: rgb(113 113 122 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(113 113 122 / 0.45);
  border-bottom-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(113 113 122 / 0.55);
  border-bottom-color: rgb(113 113 122 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(113 113 122 / 0.65);
  border-bottom-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(113 113 122 / 0.85);
  border-bottom-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(82 82 91 / 0.15);
  border-bottom-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(82 82 91 / 0.35);
  border-bottom-color: rgb(82 82 91 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(82 82 91 / 0.45);
  border-bottom-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(82 82 91 / 0.55);
  border-bottom-color: rgb(82 82 91 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(82 82 91 / 0.65);
  border-bottom-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(82 82 91 / 0.85);
  border-bottom-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(63 63 70 / 0.15);
  border-bottom-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(63 63 70 / 0.35);
  border-bottom-color: rgb(63 63 70 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(63 63 70 / 0.45);
  border-bottom-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(63 63 70 / 0.55);
  border-bottom-color: rgb(63 63 70 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(63 63 70 / 0.65);
  border-bottom-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(63 63 70 / 0.85);
  border-bottom-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(39 39 42 / 0.15);
  border-bottom-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(39 39 42 / 0.35);
  border-bottom-color: rgb(39 39 42 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(39 39 42 / 0.45);
  border-bottom-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(39 39 42 / 0.55);
  border-bottom-color: rgb(39 39 42 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(39 39 42 / 0.65);
  border-bottom-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(39 39 42 / 0.85);
  border-bottom-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(24 24 27 / 0.15);
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(24 24 27 / 0.35);
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(24 24 27 / 0.45);
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(24 24 27 / 0.55);
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(24 24 27 / 0.65);
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(24 24 27 / 0.85);
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(9 9 11 / 0.15);
  border-bottom-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(9 9 11 / 0.35);
  border-bottom-color: rgb(9 9 11 / 0.35);
}

.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\/45:focus{
  border-top-color: rgb(9 9 11 / 0.45);
  border-bottom-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(9 9 11 / 0.55);
  border-bottom-color: rgb(9 9 11 / 0.55);
}

.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\/65:focus{
  border-top-color: rgb(9 9 11 / 0.65);
  border-bottom-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(9 9 11 / 0.85);
  border-bottom-color: rgb(9 9 11 / 0.85);
}

.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-accent:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.focus\:border-b-accent\/0:focus{
  border-bottom-color: rgb(70 109 148 / 0);
}

.focus\:border-b-accent\/10:focus{
  border-bottom-color: rgb(70 109 148 / 0.1);
}

.focus\:border-b-accent\/100:focus{
  border-bottom-color: rgb(70 109 148 / 1);
}

.focus\:border-b-accent\/15:focus{
  border-bottom-color: rgb(70 109 148 / 0.15);
}

.focus\:border-b-accent\/20:focus{
  border-bottom-color: rgb(70 109 148 / 0.2);
}

.focus\:border-b-accent\/25:focus{
  border-bottom-color: rgb(70 109 148 / 0.25);
}

.focus\:border-b-accent\/30:focus{
  border-bottom-color: rgb(70 109 148 / 0.3);
}

.focus\:border-b-accent\/35:focus{
  border-bottom-color: rgb(70 109 148 / 0.35);
}

.focus\:border-b-accent\/40:focus{
  border-bottom-color: rgb(70 109 148 / 0.4);
}

.focus\:border-b-accent\/45:focus{
  border-bottom-color: rgb(70 109 148 / 0.45);
}

.focus\:border-b-accent\/5:focus{
  border-bottom-color: rgb(70 109 148 / 0.05);
}

.focus\:border-b-accent\/50:focus{
  border-bottom-color: rgb(70 109 148 / 0.5);
}

.focus\:border-b-accent\/55:focus{
  border-bottom-color: rgb(70 109 148 / 0.55);
}

.focus\:border-b-accent\/60:focus{
  border-bottom-color: rgb(70 109 148 / 0.6);
}

.focus\:border-b-accent\/65:focus{
  border-bottom-color: rgb(70 109 148 / 0.65);
}

.focus\:border-b-accent\/70:focus{
  border-bottom-color: rgb(70 109 148 / 0.7);
}

.focus\:border-b-accent\/75:focus{
  border-bottom-color: rgb(70 109 148 / 0.75);
}

.focus\:border-b-accent\/80:focus{
  border-bottom-color: rgb(70 109 148 / 0.8);
}

.focus\:border-b-accent\/85:focus{
  border-bottom-color: rgb(70 109 148 / 0.85);
}

.focus\:border-b-accent\/90:focus{
  border-bottom-color: rgb(70 109 148 / 0.9);
}

.focus\:border-b-accent\/95:focus{
  border-bottom-color: rgb(70 109 148 / 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\/15:focus{
  border-bottom-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(254 243 199 / 0.35);
}

.focus\:border-b-amber-100\/40:focus{
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.focus\:border-b-amber-100\/45:focus{
  border-bottom-color: rgb(254 243 199 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(254 243 199 / 0.55);
}

.focus\:border-b-amber-100\/60:focus{
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.focus\:border-b-amber-100\/65:focus{
  border-bottom-color: rgb(254 243 199 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(253 230 138 / 0.35);
}

.focus\:border-b-amber-200\/40:focus{
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.focus\:border-b-amber-200\/45:focus{
  border-bottom-color: rgb(253 230 138 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(253 230 138 / 0.55);
}

.focus\:border-b-amber-200\/60:focus{
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.focus\:border-b-amber-200\/65:focus{
  border-bottom-color: rgb(253 230 138 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(252 211 77 / 0.35);
}

.focus\:border-b-amber-300\/40:focus{
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.focus\:border-b-amber-300\/45:focus{
  border-bottom-color: rgb(252 211 77 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(252 211 77 / 0.55);
}

.focus\:border-b-amber-300\/60:focus{
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.focus\:border-b-amber-300\/65:focus{
  border-bottom-color: rgb(252 211 77 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(251 191 36 / 0.35);
}

.focus\:border-b-amber-400\/40:focus{
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.focus\:border-b-amber-400\/45:focus{
  border-bottom-color: rgb(251 191 36 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(251 191 36 / 0.55);
}

.focus\:border-b-amber-400\/60:focus{
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.focus\:border-b-amber-400\/65:focus{
  border-bottom-color: rgb(251 191 36 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(255 251 235 / 0.35);
}

.focus\:border-b-amber-50\/40:focus{
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.focus\:border-b-amber-50\/45:focus{
  border-bottom-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(255 251 235 / 0.55);
}

.focus\:border-b-amber-50\/60:focus{
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.focus\:border-b-amber-50\/65:focus{
  border-bottom-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(245 158 11 / 0.35);
}

.focus\:border-b-amber-500\/40:focus{
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.focus\:border-b-amber-500\/45:focus{
  border-bottom-color: rgb(245 158 11 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(245 158 11 / 0.55);
}

.focus\:border-b-amber-500\/60:focus{
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.focus\:border-b-amber-500\/65:focus{
  border-bottom-color: rgb(245 158 11 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(217 119 6 / 0.35);
}

.focus\:border-b-amber-600\/40:focus{
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.focus\:border-b-amber-600\/45:focus{
  border-bottom-color: rgb(217 119 6 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(217 119 6 / 0.55);
}

.focus\:border-b-amber-600\/60:focus{
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.focus\:border-b-amber-600\/65:focus{
  border-bottom-color: rgb(217 119 6 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(180 83 9 / 0.35);
}

.focus\:border-b-amber-700\/40:focus{
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.focus\:border-b-amber-700\/45:focus{
  border-bottom-color: rgb(180 83 9 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(180 83 9 / 0.55);
}

.focus\:border-b-amber-700\/60:focus{
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.focus\:border-b-amber-700\/65:focus{
  border-bottom-color: rgb(180 83 9 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(146 64 14 / 0.35);
}

.focus\:border-b-amber-800\/40:focus{
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.focus\:border-b-amber-800\/45:focus{
  border-bottom-color: rgb(146 64 14 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(146 64 14 / 0.55);
}

.focus\:border-b-amber-800\/60:focus{
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.focus\:border-b-amber-800\/65:focus{
  border-bottom-color: rgb(146 64 14 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(120 53 15 / 0.35);
}

.focus\:border-b-amber-900\/40:focus{
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.focus\:border-b-amber-900\/45:focus{
  border-bottom-color: rgb(120 53 15 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(120 53 15 / 0.55);
}

.focus\:border-b-amber-900\/60:focus{
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.focus\:border-b-amber-900\/65:focus{
  border-bottom-color: rgb(120 53 15 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(69 26 3 / 0.35);
}

.focus\:border-b-amber-950\/40:focus{
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.focus\:border-b-amber-950\/45:focus{
  border-bottom-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(69 26 3 / 0.55);
}

.focus\:border-b-amber-950\/60:focus{
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.focus\:border-b-amber-950\/65:focus{
  border-bottom-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.focus\:border-b-background\/0:focus{
  border-bottom-color: rgb(245 246 250 / 0);
}

.focus\:border-b-background\/10:focus{
  border-bottom-color: rgb(245 246 250 / 0.1);
}

.focus\:border-b-background\/100:focus{
  border-bottom-color: rgb(245 246 250 / 1);
}

.focus\:border-b-background\/15:focus{
  border-bottom-color: rgb(245 246 250 / 0.15);
}

.focus\:border-b-background\/20:focus{
  border-bottom-color: rgb(245 246 250 / 0.2);
}

.focus\:border-b-background\/25:focus{
  border-bottom-color: rgb(245 246 250 / 0.25);
}

.focus\:border-b-background\/30:focus{
  border-bottom-color: rgb(245 246 250 / 0.3);
}

.focus\:border-b-background\/35:focus{
  border-bottom-color: rgb(245 246 250 / 0.35);
}

.focus\:border-b-background\/40:focus{
  border-bottom-color: rgb(245 246 250 / 0.4);
}

.focus\:border-b-background\/45:focus{
  border-bottom-color: rgb(245 246 250 / 0.45);
}

.focus\:border-b-background\/5:focus{
  border-bottom-color: rgb(245 246 250 / 0.05);
}

.focus\:border-b-background\/50:focus{
  border-bottom-color: rgb(245 246 250 / 0.5);
}

.focus\:border-b-background\/55:focus{
  border-bottom-color: rgb(245 246 250 / 0.55);
}

.focus\:border-b-background\/60:focus{
  border-bottom-color: rgb(245 246 250 / 0.6);
}

.focus\:border-b-background\/65:focus{
  border-bottom-color: rgb(245 246 250 / 0.65);
}

.focus\:border-b-background\/70:focus{
  border-bottom-color: rgb(245 246 250 / 0.7);
}

.focus\:border-b-background\/75:focus{
  border-bottom-color: rgb(245 246 250 / 0.75);
}

.focus\:border-b-background\/80:focus{
  border-bottom-color: rgb(245 246 250 / 0.8);
}

.focus\:border-b-background\/85:focus{
  border-bottom-color: rgb(245 246 250 / 0.85);
}

.focus\:border-b-background\/90:focus{
  border-bottom-color: rgb(245 246 250 / 0.9);
}

.focus\:border-b-background\/95:focus{
  border-bottom-color: rgb(245 246 250 / 0.95);
}

.focus\:border-b-black:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.focus\:border-b-black\/0:focus{
  border-bottom-color: rgb(41 44 53 / 0);
}

.focus\:border-b-black\/10:focus{
  border-bottom-color: rgb(41 44 53 / 0.1);
}

.focus\:border-b-black\/100:focus{
  border-bottom-color: rgb(41 44 53 / 1);
}

.focus\:border-b-black\/15:focus{
  border-bottom-color: rgb(41 44 53 / 0.15);
}

.focus\:border-b-black\/20:focus{
  border-bottom-color: rgb(41 44 53 / 0.2);
}

.focus\:border-b-black\/25:focus{
  border-bottom-color: rgb(41 44 53 / 0.25);
}

.focus\:border-b-black\/30:focus{
  border-bottom-color: rgb(41 44 53 / 0.3);
}

.focus\:border-b-black\/35:focus{
  border-bottom-color: rgb(41 44 53 / 0.35);
}

.focus\:border-b-black\/40:focus{
  border-bottom-color: rgb(41 44 53 / 0.4);
}

.focus\:border-b-black\/45:focus{
  border-bottom-color: rgb(41 44 53 / 0.45);
}

.focus\:border-b-black\/5:focus{
  border-bottom-color: rgb(41 44 53 / 0.05);
}

.focus\:border-b-black\/50:focus{
  border-bottom-color: rgb(41 44 53 / 0.5);
}

.focus\:border-b-black\/55:focus{
  border-bottom-color: rgb(41 44 53 / 0.55);
}

.focus\:border-b-black\/60:focus{
  border-bottom-color: rgb(41 44 53 / 0.6);
}

.focus\:border-b-black\/65:focus{
  border-bottom-color: rgb(41 44 53 / 0.65);
}

.focus\:border-b-black\/70:focus{
  border-bottom-color: rgb(41 44 53 / 0.7);
}

.focus\:border-b-black\/75:focus{
  border-bottom-color: rgb(41 44 53 / 0.75);
}

.focus\:border-b-black\/80:focus{
  border-bottom-color: rgb(41 44 53 / 0.8);
}

.focus\:border-b-black\/85:focus{
  border-bottom-color: rgb(41 44 53 / 0.85);
}

.focus\:border-b-black\/90:focus{
  border-bottom-color: rgb(41 44 53 / 0.9);
}

.focus\:border-b-black\/95:focus{
  border-bottom-color: rgb(41 44 53 / 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\/15:focus{
  border-bottom-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(219 234 254 / 0.35);
}

.focus\:border-b-blue-100\/40:focus{
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.focus\:border-b-blue-100\/45:focus{
  border-bottom-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(219 234 254 / 0.55);
}

.focus\:border-b-blue-100\/60:focus{
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.focus\:border-b-blue-100\/65:focus{
  border-bottom-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(191 219 254 / 0.35);
}

.focus\:border-b-blue-200\/40:focus{
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.focus\:border-b-blue-200\/45:focus{
  border-bottom-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(191 219 254 / 0.55);
}

.focus\:border-b-blue-200\/60:focus{
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.focus\:border-b-blue-200\/65:focus{
  border-bottom-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(147 197 253 / 0.35);
}

.focus\:border-b-blue-300\/40:focus{
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.focus\:border-b-blue-300\/45:focus{
  border-bottom-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(147 197 253 / 0.55);
}

.focus\:border-b-blue-300\/60:focus{
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.focus\:border-b-blue-300\/65:focus{
  border-bottom-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(96 165 250 / 0.35);
}

.focus\:border-b-blue-400\/40:focus{
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.focus\:border-b-blue-400\/45:focus{
  border-bottom-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(96 165 250 / 0.55);
}

.focus\:border-b-blue-400\/60:focus{
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.focus\:border-b-blue-400\/65:focus{
  border-bottom-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(239 246 255 / 0.35);
}

.focus\:border-b-blue-50\/40:focus{
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.focus\:border-b-blue-50\/45:focus{
  border-bottom-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(239 246 255 / 0.55);
}

.focus\:border-b-blue-50\/60:focus{
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.focus\:border-b-blue-50\/65:focus{
  border-bottom-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(59 130 246 / 0.35);
}

.focus\:border-b-blue-500\/40:focus{
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.focus\:border-b-blue-500\/45:focus{
  border-bottom-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(59 130 246 / 0.55);
}

.focus\:border-b-blue-500\/60:focus{
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.focus\:border-b-blue-500\/65:focus{
  border-bottom-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(37 99 235 / 0.35);
}

.focus\:border-b-blue-600\/40:focus{
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.focus\:border-b-blue-600\/45:focus{
  border-bottom-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(37 99 235 / 0.55);
}

.focus\:border-b-blue-600\/60:focus{
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.focus\:border-b-blue-600\/65:focus{
  border-bottom-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(29 78 216 / 0.35);
}

.focus\:border-b-blue-700\/40:focus{
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.focus\:border-b-blue-700\/45:focus{
  border-bottom-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(29 78 216 / 0.55);
}

.focus\:border-b-blue-700\/60:focus{
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.focus\:border-b-blue-700\/65:focus{
  border-bottom-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(30 64 175 / 0.35);
}

.focus\:border-b-blue-800\/40:focus{
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.focus\:border-b-blue-800\/45:focus{
  border-bottom-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(30 64 175 / 0.55);
}

.focus\:border-b-blue-800\/60:focus{
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.focus\:border-b-blue-800\/65:focus{
  border-bottom-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(30 58 138 / 0.35);
}

.focus\:border-b-blue-900\/40:focus{
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.focus\:border-b-blue-900\/45:focus{
  border-bottom-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(30 58 138 / 0.55);
}

.focus\:border-b-blue-900\/60:focus{
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.focus\:border-b-blue-900\/65:focus{
  border-bottom-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(23 37 84 / 0.35);
}

.focus\:border-b-blue-950\/40:focus{
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.focus\:border-b-blue-950\/45:focus{
  border-bottom-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(23 37 84 / 0.55);
}

.focus\:border-b-blue-950\/60:focus{
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.focus\:border-b-blue-950\/65:focus{
  border-bottom-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.focus\:border-b-csv-hover:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.focus\:border-b-csv-hover\/0:focus{
  border-bottom-color: rgb(0 114 37 / 0);
}

.focus\:border-b-csv-hover\/10:focus{
  border-bottom-color: rgb(0 114 37 / 0.1);
}

.focus\:border-b-csv-hover\/100:focus{
  border-bottom-color: rgb(0 114 37 / 1);
}

.focus\:border-b-csv-hover\/15:focus{
  border-bottom-color: rgb(0 114 37 / 0.15);
}

.focus\:border-b-csv-hover\/20:focus{
  border-bottom-color: rgb(0 114 37 / 0.2);
}

.focus\:border-b-csv-hover\/25:focus{
  border-bottom-color: rgb(0 114 37 / 0.25);
}

.focus\:border-b-csv-hover\/30:focus{
  border-bottom-color: rgb(0 114 37 / 0.3);
}

.focus\:border-b-csv-hover\/35:focus{
  border-bottom-color: rgb(0 114 37 / 0.35);
}

.focus\:border-b-csv-hover\/40:focus{
  border-bottom-color: rgb(0 114 37 / 0.4);
}

.focus\:border-b-csv-hover\/45:focus{
  border-bottom-color: rgb(0 114 37 / 0.45);
}

.focus\:border-b-csv-hover\/5:focus{
  border-bottom-color: rgb(0 114 37 / 0.05);
}

.focus\:border-b-csv-hover\/50:focus{
  border-bottom-color: rgb(0 114 37 / 0.5);
}

.focus\:border-b-csv-hover\/55:focus{
  border-bottom-color: rgb(0 114 37 / 0.55);
}

.focus\:border-b-csv-hover\/60:focus{
  border-bottom-color: rgb(0 114 37 / 0.6);
}

.focus\:border-b-csv-hover\/65:focus{
  border-bottom-color: rgb(0 114 37 / 0.65);
}

.focus\:border-b-csv-hover\/70:focus{
  border-bottom-color: rgb(0 114 37 / 0.7);
}

.focus\:border-b-csv-hover\/75:focus{
  border-bottom-color: rgb(0 114 37 / 0.75);
}

.focus\:border-b-csv-hover\/80:focus{
  border-bottom-color: rgb(0 114 37 / 0.8);
}

.focus\:border-b-csv-hover\/85:focus{
  border-bottom-color: rgb(0 114 37 / 0.85);
}

.focus\:border-b-csv-hover\/90:focus{
  border-bottom-color: rgb(0 114 37 / 0.9);
}

.focus\:border-b-csv-hover\/95:focus{
  border-bottom-color: rgb(0 114 37 / 0.95);
}

.focus\:border-b-csv\/0:focus{
  border-bottom-color: rgb(0 138 43 / 0);
}

.focus\:border-b-csv\/10:focus{
  border-bottom-color: rgb(0 138 43 / 0.1);
}

.focus\:border-b-csv\/100:focus{
  border-bottom-color: rgb(0 138 43 / 1);
}

.focus\:border-b-csv\/15:focus{
  border-bottom-color: rgb(0 138 43 / 0.15);
}

.focus\:border-b-csv\/20:focus{
  border-bottom-color: rgb(0 138 43 / 0.2);
}

.focus\:border-b-csv\/25:focus{
  border-bottom-color: rgb(0 138 43 / 0.25);
}

.focus\:border-b-csv\/30:focus{
  border-bottom-color: rgb(0 138 43 / 0.3);
}

.focus\:border-b-csv\/35:focus{
  border-bottom-color: rgb(0 138 43 / 0.35);
}

.focus\:border-b-csv\/40:focus{
  border-bottom-color: rgb(0 138 43 / 0.4);
}

.focus\:border-b-csv\/45:focus{
  border-bottom-color: rgb(0 138 43 / 0.45);
}

.focus\:border-b-csv\/5:focus{
  border-bottom-color: rgb(0 138 43 / 0.05);
}

.focus\:border-b-csv\/50:focus{
  border-bottom-color: rgb(0 138 43 / 0.5);
}

.focus\:border-b-csv\/55:focus{
  border-bottom-color: rgb(0 138 43 / 0.55);
}

.focus\:border-b-csv\/60:focus{
  border-bottom-color: rgb(0 138 43 / 0.6);
}

.focus\:border-b-csv\/65:focus{
  border-bottom-color: rgb(0 138 43 / 0.65);
}

.focus\:border-b-csv\/70:focus{
  border-bottom-color: rgb(0 138 43 / 0.7);
}

.focus\:border-b-csv\/75:focus{
  border-bottom-color: rgb(0 138 43 / 0.75);
}

.focus\:border-b-csv\/80:focus{
  border-bottom-color: rgb(0 138 43 / 0.8);
}

.focus\:border-b-csv\/85:focus{
  border-bottom-color: rgb(0 138 43 / 0.85);
}

.focus\:border-b-csv\/90:focus{
  border-bottom-color: rgb(0 138 43 / 0.9);
}

.focus\:border-b-csv\/95:focus{
  border-bottom-color: rgb(0 138 43 / 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\/15:focus{
  border-bottom-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(207 250 254 / 0.35);
}

.focus\:border-b-cyan-100\/40:focus{
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.focus\:border-b-cyan-100\/45:focus{
  border-bottom-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(207 250 254 / 0.55);
}

.focus\:border-b-cyan-100\/60:focus{
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.focus\:border-b-cyan-100\/65:focus{
  border-bottom-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(165 243 252 / 0.35);
}

.focus\:border-b-cyan-200\/40:focus{
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.focus\:border-b-cyan-200\/45:focus{
  border-bottom-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(165 243 252 / 0.55);
}

.focus\:border-b-cyan-200\/60:focus{
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.focus\:border-b-cyan-200\/65:focus{
  border-bottom-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(103 232 249 / 0.35);
}

.focus\:border-b-cyan-300\/40:focus{
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.focus\:border-b-cyan-300\/45:focus{
  border-bottom-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(103 232 249 / 0.55);
}

.focus\:border-b-cyan-300\/60:focus{
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.focus\:border-b-cyan-300\/65:focus{
  border-bottom-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(34 211 238 / 0.35);
}

.focus\:border-b-cyan-400\/40:focus{
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.focus\:border-b-cyan-400\/45:focus{
  border-bottom-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(34 211 238 / 0.55);
}

.focus\:border-b-cyan-400\/60:focus{
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.focus\:border-b-cyan-400\/65:focus{
  border-bottom-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(236 254 255 / 0.35);
}

.focus\:border-b-cyan-50\/40:focus{
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.focus\:border-b-cyan-50\/45:focus{
  border-bottom-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(236 254 255 / 0.55);
}

.focus\:border-b-cyan-50\/60:focus{
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.focus\:border-b-cyan-50\/65:focus{
  border-bottom-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(6 182 212 / 0.35);
}

.focus\:border-b-cyan-500\/40:focus{
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.focus\:border-b-cyan-500\/45:focus{
  border-bottom-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(6 182 212 / 0.55);
}

.focus\:border-b-cyan-500\/60:focus{
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.focus\:border-b-cyan-500\/65:focus{
  border-bottom-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(8 145 178 / 0.35);
}

.focus\:border-b-cyan-600\/40:focus{
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.focus\:border-b-cyan-600\/45:focus{
  border-bottom-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(8 145 178 / 0.55);
}

.focus\:border-b-cyan-600\/60:focus{
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.focus\:border-b-cyan-600\/65:focus{
  border-bottom-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(14 116 144 / 0.35);
}

.focus\:border-b-cyan-700\/40:focus{
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.focus\:border-b-cyan-700\/45:focus{
  border-bottom-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(14 116 144 / 0.55);
}

.focus\:border-b-cyan-700\/60:focus{
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.focus\:border-b-cyan-700\/65:focus{
  border-bottom-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(21 94 117 / 0.35);
}

.focus\:border-b-cyan-800\/40:focus{
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.focus\:border-b-cyan-800\/45:focus{
  border-bottom-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(21 94 117 / 0.55);
}

.focus\:border-b-cyan-800\/60:focus{
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.focus\:border-b-cyan-800\/65:focus{
  border-bottom-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(22 78 99 / 0.35);
}

.focus\:border-b-cyan-900\/40:focus{
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.focus\:border-b-cyan-900\/45:focus{
  border-bottom-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(22 78 99 / 0.55);
}

.focus\:border-b-cyan-900\/60:focus{
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.focus\:border-b-cyan-900\/65:focus{
  border-bottom-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(8 51 68 / 0.35);
}

.focus\:border-b-cyan-950\/40:focus{
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.focus\:border-b-cyan-950\/45:focus{
  border-bottom-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(8 51 68 / 0.55);
}

.focus\:border-b-cyan-950\/60:focus{
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.focus\:border-b-cyan-950\/65:focus{
  border-bottom-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.focus\:border-b-danger-hover:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.focus\:border-b-danger-hover\/0:focus{
  border-bottom-color: rgb(193 49 44 / 0);
}

.focus\:border-b-danger-hover\/10:focus{
  border-bottom-color: rgb(193 49 44 / 0.1);
}

.focus\:border-b-danger-hover\/100:focus{
  border-bottom-color: rgb(193 49 44 / 1);
}

.focus\:border-b-danger-hover\/15:focus{
  border-bottom-color: rgb(193 49 44 / 0.15);
}

.focus\:border-b-danger-hover\/20:focus{
  border-bottom-color: rgb(193 49 44 / 0.2);
}

.focus\:border-b-danger-hover\/25:focus{
  border-bottom-color: rgb(193 49 44 / 0.25);
}

.focus\:border-b-danger-hover\/30:focus{
  border-bottom-color: rgb(193 49 44 / 0.3);
}

.focus\:border-b-danger-hover\/35:focus{
  border-bottom-color: rgb(193 49 44 / 0.35);
}

.focus\:border-b-danger-hover\/40:focus{
  border-bottom-color: rgb(193 49 44 / 0.4);
}

.focus\:border-b-danger-hover\/45:focus{
  border-bottom-color: rgb(193 49 44 / 0.45);
}

.focus\:border-b-danger-hover\/5:focus{
  border-bottom-color: rgb(193 49 44 / 0.05);
}

.focus\:border-b-danger-hover\/50:focus{
  border-bottom-color: rgb(193 49 44 / 0.5);
}

.focus\:border-b-danger-hover\/55:focus{
  border-bottom-color: rgb(193 49 44 / 0.55);
}

.focus\:border-b-danger-hover\/60:focus{
  border-bottom-color: rgb(193 49 44 / 0.6);
}

.focus\:border-b-danger-hover\/65:focus{
  border-bottom-color: rgb(193 49 44 / 0.65);
}

.focus\:border-b-danger-hover\/70:focus{
  border-bottom-color: rgb(193 49 44 / 0.7);
}

.focus\:border-b-danger-hover\/75:focus{
  border-bottom-color: rgb(193 49 44 / 0.75);
}

.focus\:border-b-danger-hover\/80:focus{
  border-bottom-color: rgb(193 49 44 / 0.8);
}

.focus\:border-b-danger-hover\/85:focus{
  border-bottom-color: rgb(193 49 44 / 0.85);
}

.focus\:border-b-danger-hover\/90:focus{
  border-bottom-color: rgb(193 49 44 / 0.9);
}

.focus\:border-b-danger-hover\/95:focus{
  border-bottom-color: rgb(193 49 44 / 0.95);
}

.focus\:border-b-danger\/0:focus{
  border-bottom-color: rgb(207 59 54 / 0);
}

.focus\:border-b-danger\/10:focus{
  border-bottom-color: rgb(207 59 54 / 0.1);
}

.focus\:border-b-danger\/100:focus{
  border-bottom-color: rgb(207 59 54 / 1);
}

.focus\:border-b-danger\/15:focus{
  border-bottom-color: rgb(207 59 54 / 0.15);
}

.focus\:border-b-danger\/20:focus{
  border-bottom-color: rgb(207 59 54 / 0.2);
}

.focus\:border-b-danger\/25:focus{
  border-bottom-color: rgb(207 59 54 / 0.25);
}

.focus\:border-b-danger\/30:focus{
  border-bottom-color: rgb(207 59 54 / 0.3);
}

.focus\:border-b-danger\/35:focus{
  border-bottom-color: rgb(207 59 54 / 0.35);
}

.focus\:border-b-danger\/40:focus{
  border-bottom-color: rgb(207 59 54 / 0.4);
}

.focus\:border-b-danger\/45:focus{
  border-bottom-color: rgb(207 59 54 / 0.45);
}

.focus\:border-b-danger\/5:focus{
  border-bottom-color: rgb(207 59 54 / 0.05);
}

.focus\:border-b-danger\/50:focus{
  border-bottom-color: rgb(207 59 54 / 0.5);
}

.focus\:border-b-danger\/55:focus{
  border-bottom-color: rgb(207 59 54 / 0.55);
}

.focus\:border-b-danger\/60:focus{
  border-bottom-color: rgb(207 59 54 / 0.6);
}

.focus\:border-b-danger\/65:focus{
  border-bottom-color: rgb(207 59 54 / 0.65);
}

.focus\:border-b-danger\/70:focus{
  border-bottom-color: rgb(207 59 54 / 0.7);
}

.focus\:border-b-danger\/75:focus{
  border-bottom-color: rgb(207 59 54 / 0.75);
}

.focus\:border-b-danger\/80:focus{
  border-bottom-color: rgb(207 59 54 / 0.8);
}

.focus\:border-b-danger\/85:focus{
  border-bottom-color: rgb(207 59 54 / 0.85);
}

.focus\:border-b-danger\/90:focus{
  border-bottom-color: rgb(207 59 54 / 0.9);
}

.focus\:border-b-danger\/95:focus{
  border-bottom-color: rgb(207 59 54 / 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\/15:focus{
  border-bottom-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(209 250 229 / 0.35);
}

.focus\:border-b-emerald-100\/40:focus{
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.focus\:border-b-emerald-100\/45:focus{
  border-bottom-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(209 250 229 / 0.55);
}

.focus\:border-b-emerald-100\/60:focus{
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.focus\:border-b-emerald-100\/65:focus{
  border-bottom-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(167 243 208 / 0.35);
}

.focus\:border-b-emerald-200\/40:focus{
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.focus\:border-b-emerald-200\/45:focus{
  border-bottom-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(167 243 208 / 0.55);
}

.focus\:border-b-emerald-200\/60:focus{
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.focus\:border-b-emerald-200\/65:focus{
  border-bottom-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(110 231 183 / 0.35);
}

.focus\:border-b-emerald-300\/40:focus{
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.focus\:border-b-emerald-300\/45:focus{
  border-bottom-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(110 231 183 / 0.55);
}

.focus\:border-b-emerald-300\/60:focus{
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.focus\:border-b-emerald-300\/65:focus{
  border-bottom-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(52 211 153 / 0.35);
}

.focus\:border-b-emerald-400\/40:focus{
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.focus\:border-b-emerald-400\/45:focus{
  border-bottom-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(52 211 153 / 0.55);
}

.focus\:border-b-emerald-400\/60:focus{
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.focus\:border-b-emerald-400\/65:focus{
  border-bottom-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(236 253 245 / 0.35);
}

.focus\:border-b-emerald-50\/40:focus{
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.focus\:border-b-emerald-50\/45:focus{
  border-bottom-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(236 253 245 / 0.55);
}

.focus\:border-b-emerald-50\/60:focus{
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.focus\:border-b-emerald-50\/65:focus{
  border-bottom-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(16 185 129 / 0.35);
}

.focus\:border-b-emerald-500\/40:focus{
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.focus\:border-b-emerald-500\/45:focus{
  border-bottom-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(16 185 129 / 0.55);
}

.focus\:border-b-emerald-500\/60:focus{
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.focus\:border-b-emerald-500\/65:focus{
  border-bottom-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(5 150 105 / 0.35);
}

.focus\:border-b-emerald-600\/40:focus{
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.focus\:border-b-emerald-600\/45:focus{
  border-bottom-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(5 150 105 / 0.55);
}

.focus\:border-b-emerald-600\/60:focus{
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.focus\:border-b-emerald-600\/65:focus{
  border-bottom-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(4 120 87 / 0.35);
}

.focus\:border-b-emerald-700\/40:focus{
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.focus\:border-b-emerald-700\/45:focus{
  border-bottom-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(4 120 87 / 0.55);
}

.focus\:border-b-emerald-700\/60:focus{
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.focus\:border-b-emerald-700\/65:focus{
  border-bottom-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(6 95 70 / 0.35);
}

.focus\:border-b-emerald-800\/40:focus{
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.focus\:border-b-emerald-800\/45:focus{
  border-bottom-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(6 95 70 / 0.55);
}

.focus\:border-b-emerald-800\/60:focus{
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.focus\:border-b-emerald-800\/65:focus{
  border-bottom-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(6 78 59 / 0.35);
}

.focus\:border-b-emerald-900\/40:focus{
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.focus\:border-b-emerald-900\/45:focus{
  border-bottom-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(6 78 59 / 0.55);
}

.focus\:border-b-emerald-900\/60:focus{
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.focus\:border-b-emerald-900\/65:focus{
  border-bottom-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(2 44 34 / 0.35);
}

.focus\:border-b-emerald-950\/40:focus{
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.focus\:border-b-emerald-950\/45:focus{
  border-bottom-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(2 44 34 / 0.55);
}

.focus\:border-b-emerald-950\/60:focus{
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.focus\:border-b-emerald-950\/65:focus{
  border-bottom-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.focus\:border-b-excel-hover:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.focus\:border-b-excel-hover\/0:focus{
  border-bottom-color: rgb(9 138 107 / 0);
}

.focus\:border-b-excel-hover\/10:focus{
  border-bottom-color: rgb(9 138 107 / 0.1);
}

.focus\:border-b-excel-hover\/100:focus{
  border-bottom-color: rgb(9 138 107 / 1);
}

.focus\:border-b-excel-hover\/15:focus{
  border-bottom-color: rgb(9 138 107 / 0.15);
}

.focus\:border-b-excel-hover\/20:focus{
  border-bottom-color: rgb(9 138 107 / 0.2);
}

.focus\:border-b-excel-hover\/25:focus{
  border-bottom-color: rgb(9 138 107 / 0.25);
}

.focus\:border-b-excel-hover\/30:focus{
  border-bottom-color: rgb(9 138 107 / 0.3);
}

.focus\:border-b-excel-hover\/35:focus{
  border-bottom-color: rgb(9 138 107 / 0.35);
}

.focus\:border-b-excel-hover\/40:focus{
  border-bottom-color: rgb(9 138 107 / 0.4);
}

.focus\:border-b-excel-hover\/45:focus{
  border-bottom-color: rgb(9 138 107 / 0.45);
}

.focus\:border-b-excel-hover\/5:focus{
  border-bottom-color: rgb(9 138 107 / 0.05);
}

.focus\:border-b-excel-hover\/50:focus{
  border-bottom-color: rgb(9 138 107 / 0.5);
}

.focus\:border-b-excel-hover\/55:focus{
  border-bottom-color: rgb(9 138 107 / 0.55);
}

.focus\:border-b-excel-hover\/60:focus{
  border-bottom-color: rgb(9 138 107 / 0.6);
}

.focus\:border-b-excel-hover\/65:focus{
  border-bottom-color: rgb(9 138 107 / 0.65);
}

.focus\:border-b-excel-hover\/70:focus{
  border-bottom-color: rgb(9 138 107 / 0.7);
}

.focus\:border-b-excel-hover\/75:focus{
  border-bottom-color: rgb(9 138 107 / 0.75);
}

.focus\:border-b-excel-hover\/80:focus{
  border-bottom-color: rgb(9 138 107 / 0.8);
}

.focus\:border-b-excel-hover\/85:focus{
  border-bottom-color: rgb(9 138 107 / 0.85);
}

.focus\:border-b-excel-hover\/90:focus{
  border-bottom-color: rgb(9 138 107 / 0.9);
}

.focus\:border-b-excel-hover\/95:focus{
  border-bottom-color: rgb(9 138 107 / 0.95);
}

.focus\:border-b-excel\/0:focus{
  border-bottom-color: rgb(11 160 123 / 0);
}

.focus\:border-b-excel\/10:focus{
  border-bottom-color: rgb(11 160 123 / 0.1);
}

.focus\:border-b-excel\/100:focus{
  border-bottom-color: rgb(11 160 123 / 1);
}

.focus\:border-b-excel\/15:focus{
  border-bottom-color: rgb(11 160 123 / 0.15);
}

.focus\:border-b-excel\/20:focus{
  border-bottom-color: rgb(11 160 123 / 0.2);
}

.focus\:border-b-excel\/25:focus{
  border-bottom-color: rgb(11 160 123 / 0.25);
}

.focus\:border-b-excel\/30:focus{
  border-bottom-color: rgb(11 160 123 / 0.3);
}

.focus\:border-b-excel\/35:focus{
  border-bottom-color: rgb(11 160 123 / 0.35);
}

.focus\:border-b-excel\/40:focus{
  border-bottom-color: rgb(11 160 123 / 0.4);
}

.focus\:border-b-excel\/45:focus{
  border-bottom-color: rgb(11 160 123 / 0.45);
}

.focus\:border-b-excel\/5:focus{
  border-bottom-color: rgb(11 160 123 / 0.05);
}

.focus\:border-b-excel\/50:focus{
  border-bottom-color: rgb(11 160 123 / 0.5);
}

.focus\:border-b-excel\/55:focus{
  border-bottom-color: rgb(11 160 123 / 0.55);
}

.focus\:border-b-excel\/60:focus{
  border-bottom-color: rgb(11 160 123 / 0.6);
}

.focus\:border-b-excel\/65:focus{
  border-bottom-color: rgb(11 160 123 / 0.65);
}

.focus\:border-b-excel\/70:focus{
  border-bottom-color: rgb(11 160 123 / 0.7);
}

.focus\:border-b-excel\/75:focus{
  border-bottom-color: rgb(11 160 123 / 0.75);
}

.focus\:border-b-excel\/80:focus{
  border-bottom-color: rgb(11 160 123 / 0.8);
}

.focus\:border-b-excel\/85:focus{
  border-bottom-color: rgb(11 160 123 / 0.85);
}

.focus\:border-b-excel\/90:focus{
  border-bottom-color: rgb(11 160 123 / 0.9);
}

.focus\:border-b-excel\/95:focus{
  border-bottom-color: rgb(11 160 123 / 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\/15:focus{
  border-bottom-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(250 232 255 / 0.35);
}

.focus\:border-b-fuchsia-100\/40:focus{
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.focus\:border-b-fuchsia-100\/45:focus{
  border-bottom-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(250 232 255 / 0.55);
}

.focus\:border-b-fuchsia-100\/60:focus{
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.focus\:border-b-fuchsia-100\/65:focus{
  border-bottom-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(245 208 254 / 0.35);
}

.focus\:border-b-fuchsia-200\/40:focus{
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.focus\:border-b-fuchsia-200\/45:focus{
  border-bottom-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(245 208 254 / 0.55);
}

.focus\:border-b-fuchsia-200\/60:focus{
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.focus\:border-b-fuchsia-200\/65:focus{
  border-bottom-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(240 171 252 / 0.35);
}

.focus\:border-b-fuchsia-300\/40:focus{
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.focus\:border-b-fuchsia-300\/45:focus{
  border-bottom-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(240 171 252 / 0.55);
}

.focus\:border-b-fuchsia-300\/60:focus{
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.focus\:border-b-fuchsia-300\/65:focus{
  border-bottom-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(232 121 249 / 0.35);
}

.focus\:border-b-fuchsia-400\/40:focus{
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.focus\:border-b-fuchsia-400\/45:focus{
  border-bottom-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(232 121 249 / 0.55);
}

.focus\:border-b-fuchsia-400\/60:focus{
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.focus\:border-b-fuchsia-400\/65:focus{
  border-bottom-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(253 244 255 / 0.35);
}

.focus\:border-b-fuchsia-50\/40:focus{
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.focus\:border-b-fuchsia-50\/45:focus{
  border-bottom-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(253 244 255 / 0.55);
}

.focus\:border-b-fuchsia-50\/60:focus{
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.focus\:border-b-fuchsia-50\/65:focus{
  border-bottom-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(217 70 239 / 0.35);
}

.focus\:border-b-fuchsia-500\/40:focus{
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.focus\:border-b-fuchsia-500\/45:focus{
  border-bottom-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(217 70 239 / 0.55);
}

.focus\:border-b-fuchsia-500\/60:focus{
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.focus\:border-b-fuchsia-500\/65:focus{
  border-bottom-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(192 38 211 / 0.35);
}

.focus\:border-b-fuchsia-600\/40:focus{
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.focus\:border-b-fuchsia-600\/45:focus{
  border-bottom-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(192 38 211 / 0.55);
}

.focus\:border-b-fuchsia-600\/60:focus{
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.focus\:border-b-fuchsia-600\/65:focus{
  border-bottom-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(162 28 175 / 0.35);
}

.focus\:border-b-fuchsia-700\/40:focus{
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.focus\:border-b-fuchsia-700\/45:focus{
  border-bottom-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(162 28 175 / 0.55);
}

.focus\:border-b-fuchsia-700\/60:focus{
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.focus\:border-b-fuchsia-700\/65:focus{
  border-bottom-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(134 25 143 / 0.35);
}

.focus\:border-b-fuchsia-800\/40:focus{
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.focus\:border-b-fuchsia-800\/45:focus{
  border-bottom-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(134 25 143 / 0.55);
}

.focus\:border-b-fuchsia-800\/60:focus{
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.focus\:border-b-fuchsia-800\/65:focus{
  border-bottom-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(112 26 117 / 0.35);
}

.focus\:border-b-fuchsia-900\/40:focus{
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.focus\:border-b-fuchsia-900\/45:focus{
  border-bottom-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(112 26 117 / 0.55);
}

.focus\:border-b-fuchsia-900\/60:focus{
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.focus\:border-b-fuchsia-900\/65:focus{
  border-bottom-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(74 4 78 / 0.35);
}

.focus\:border-b-fuchsia-950\/40:focus{
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.focus\:border-b-fuchsia-950\/45:focus{
  border-bottom-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(74 4 78 / 0.55);
}

.focus\:border-b-fuchsia-950\/60:focus{
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.focus\:border-b-fuchsia-950\/65:focus{
  border-bottom-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(243 244 246 / 0.35);
}

.focus\:border-b-gray-100\/40:focus{
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.focus\:border-b-gray-100\/45:focus{
  border-bottom-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(243 244 246 / 0.55);
}

.focus\:border-b-gray-100\/60:focus{
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.focus\:border-b-gray-100\/65:focus{
  border-bottom-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(229 231 235 / 0.35);
}

.focus\:border-b-gray-200\/40:focus{
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.focus\:border-b-gray-200\/45:focus{
  border-bottom-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(229 231 235 / 0.55);
}

.focus\:border-b-gray-200\/60:focus{
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.focus\:border-b-gray-200\/65:focus{
  border-bottom-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(209 213 219 / 0.35);
}

.focus\:border-b-gray-300\/40:focus{
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.focus\:border-b-gray-300\/45:focus{
  border-bottom-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(209 213 219 / 0.55);
}

.focus\:border-b-gray-300\/60:focus{
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.focus\:border-b-gray-300\/65:focus{
  border-bottom-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(156 163 175 / 0.35);
}

.focus\:border-b-gray-400\/40:focus{
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.focus\:border-b-gray-400\/45:focus{
  border-bottom-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(156 163 175 / 0.55);
}

.focus\:border-b-gray-400\/60:focus{
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.focus\:border-b-gray-400\/65:focus{
  border-bottom-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(249 250 251 / 0.35);
}

.focus\:border-b-gray-50\/40:focus{
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.focus\:border-b-gray-50\/45:focus{
  border-bottom-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(249 250 251 / 0.55);
}

.focus\:border-b-gray-50\/60:focus{
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.focus\:border-b-gray-50\/65:focus{
  border-bottom-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(107 114 128 / 0.35);
}

.focus\:border-b-gray-500\/40:focus{
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.focus\:border-b-gray-500\/45:focus{
  border-bottom-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(107 114 128 / 0.55);
}

.focus\:border-b-gray-500\/60:focus{
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.focus\:border-b-gray-500\/65:focus{
  border-bottom-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(75 85 99 / 0.35);
}

.focus\:border-b-gray-600\/40:focus{
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.focus\:border-b-gray-600\/45:focus{
  border-bottom-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(75 85 99 / 0.55);
}

.focus\:border-b-gray-600\/60:focus{
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.focus\:border-b-gray-600\/65:focus{
  border-bottom-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(55 65 81 / 0.35);
}

.focus\:border-b-gray-700\/40:focus{
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.focus\:border-b-gray-700\/45:focus{
  border-bottom-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(55 65 81 / 0.55);
}

.focus\:border-b-gray-700\/60:focus{
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.focus\:border-b-gray-700\/65:focus{
  border-bottom-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(31 41 55 / 0.35);
}

.focus\:border-b-gray-800\/40:focus{
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.focus\:border-b-gray-800\/45:focus{
  border-bottom-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(31 41 55 / 0.55);
}

.focus\:border-b-gray-800\/60:focus{
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.focus\:border-b-gray-800\/65:focus{
  border-bottom-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(17 24 39 / 0.35);
}

.focus\:border-b-gray-900\/40:focus{
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.focus\:border-b-gray-900\/45:focus{
  border-bottom-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(17 24 39 / 0.55);
}

.focus\:border-b-gray-900\/60:focus{
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.focus\:border-b-gray-900\/65:focus{
  border-bottom-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(3 7 18 / 0.35);
}

.focus\:border-b-gray-950\/40:focus{
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.focus\:border-b-gray-950\/45:focus{
  border-bottom-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(3 7 18 / 0.55);
}

.focus\:border-b-gray-950\/60:focus{
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.focus\:border-b-gray-950\/65:focus{
  border-bottom-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(220 252 231 / 0.35);
}

.focus\:border-b-green-100\/40:focus{
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.focus\:border-b-green-100\/45:focus{
  border-bottom-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(220 252 231 / 0.55);
}

.focus\:border-b-green-100\/60:focus{
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.focus\:border-b-green-100\/65:focus{
  border-bottom-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(187 247 208 / 0.35);
}

.focus\:border-b-green-200\/40:focus{
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.focus\:border-b-green-200\/45:focus{
  border-bottom-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(187 247 208 / 0.55);
}

.focus\:border-b-green-200\/60:focus{
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.focus\:border-b-green-200\/65:focus{
  border-bottom-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(134 239 172 / 0.35);
}

.focus\:border-b-green-300\/40:focus{
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.focus\:border-b-green-300\/45:focus{
  border-bottom-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(134 239 172 / 0.55);
}

.focus\:border-b-green-300\/60:focus{
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.focus\:border-b-green-300\/65:focus{
  border-bottom-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(74 222 128 / 0.35);
}

.focus\:border-b-green-400\/40:focus{
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.focus\:border-b-green-400\/45:focus{
  border-bottom-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(74 222 128 / 0.55);
}

.focus\:border-b-green-400\/60:focus{
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.focus\:border-b-green-400\/65:focus{
  border-bottom-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(240 253 244 / 0.35);
}

.focus\:border-b-green-50\/40:focus{
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.focus\:border-b-green-50\/45:focus{
  border-bottom-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(240 253 244 / 0.55);
}

.focus\:border-b-green-50\/60:focus{
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.focus\:border-b-green-50\/65:focus{
  border-bottom-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(34 197 94 / 0.35);
}

.focus\:border-b-green-500\/40:focus{
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.focus\:border-b-green-500\/45:focus{
  border-bottom-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(34 197 94 / 0.55);
}

.focus\:border-b-green-500\/60:focus{
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.focus\:border-b-green-500\/65:focus{
  border-bottom-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(22 163 74 / 0.35);
}

.focus\:border-b-green-600\/40:focus{
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.focus\:border-b-green-600\/45:focus{
  border-bottom-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(22 163 74 / 0.55);
}

.focus\:border-b-green-600\/60:focus{
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.focus\:border-b-green-600\/65:focus{
  border-bottom-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(21 128 61 / 0.35);
}

.focus\:border-b-green-700\/40:focus{
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.focus\:border-b-green-700\/45:focus{
  border-bottom-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(21 128 61 / 0.55);
}

.focus\:border-b-green-700\/60:focus{
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.focus\:border-b-green-700\/65:focus{
  border-bottom-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(22 101 52 / 0.35);
}

.focus\:border-b-green-800\/40:focus{
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.focus\:border-b-green-800\/45:focus{
  border-bottom-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(22 101 52 / 0.55);
}

.focus\:border-b-green-800\/60:focus{
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.focus\:border-b-green-800\/65:focus{
  border-bottom-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(20 83 45 / 0.35);
}

.focus\:border-b-green-900\/40:focus{
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.focus\:border-b-green-900\/45:focus{
  border-bottom-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(20 83 45 / 0.55);
}

.focus\:border-b-green-900\/60:focus{
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.focus\:border-b-green-900\/65:focus{
  border-bottom-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(5 46 22 / 0.35);
}

.focus\:border-b-green-950\/40:focus{
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.focus\:border-b-green-950\/45:focus{
  border-bottom-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(5 46 22 / 0.55);
}

.focus\:border-b-green-950\/60:focus{
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.focus\:border-b-green-950\/65:focus{
  border-bottom-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(224 231 255 / 0.35);
}

.focus\:border-b-indigo-100\/40:focus{
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.focus\:border-b-indigo-100\/45:focus{
  border-bottom-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(224 231 255 / 0.55);
}

.focus\:border-b-indigo-100\/60:focus{
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.focus\:border-b-indigo-100\/65:focus{
  border-bottom-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(199 210 254 / 0.35);
}

.focus\:border-b-indigo-200\/40:focus{
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.focus\:border-b-indigo-200\/45:focus{
  border-bottom-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(199 210 254 / 0.55);
}

.focus\:border-b-indigo-200\/60:focus{
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.focus\:border-b-indigo-200\/65:focus{
  border-bottom-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(165 180 252 / 0.35);
}

.focus\:border-b-indigo-300\/40:focus{
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.focus\:border-b-indigo-300\/45:focus{
  border-bottom-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(165 180 252 / 0.55);
}

.focus\:border-b-indigo-300\/60:focus{
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.focus\:border-b-indigo-300\/65:focus{
  border-bottom-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(129 140 248 / 0.35);
}

.focus\:border-b-indigo-400\/40:focus{
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.focus\:border-b-indigo-400\/45:focus{
  border-bottom-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(129 140 248 / 0.55);
}

.focus\:border-b-indigo-400\/60:focus{
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.focus\:border-b-indigo-400\/65:focus{
  border-bottom-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(238 242 255 / 0.35);
}

.focus\:border-b-indigo-50\/40:focus{
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.focus\:border-b-indigo-50\/45:focus{
  border-bottom-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(238 242 255 / 0.55);
}

.focus\:border-b-indigo-50\/60:focus{
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.focus\:border-b-indigo-50\/65:focus{
  border-bottom-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(99 102 241 / 0.35);
}

.focus\:border-b-indigo-500\/40:focus{
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.focus\:border-b-indigo-500\/45:focus{
  border-bottom-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(99 102 241 / 0.55);
}

.focus\:border-b-indigo-500\/60:focus{
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.focus\:border-b-indigo-500\/65:focus{
  border-bottom-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(79 70 229 / 0.35);
}

.focus\:border-b-indigo-600\/40:focus{
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.focus\:border-b-indigo-600\/45:focus{
  border-bottom-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(79 70 229 / 0.55);
}

.focus\:border-b-indigo-600\/60:focus{
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.focus\:border-b-indigo-600\/65:focus{
  border-bottom-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(67 56 202 / 0.35);
}

.focus\:border-b-indigo-700\/40:focus{
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.focus\:border-b-indigo-700\/45:focus{
  border-bottom-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(67 56 202 / 0.55);
}

.focus\:border-b-indigo-700\/60:focus{
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.focus\:border-b-indigo-700\/65:focus{
  border-bottom-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(55 48 163 / 0.35);
}

.focus\:border-b-indigo-800\/40:focus{
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.focus\:border-b-indigo-800\/45:focus{
  border-bottom-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(55 48 163 / 0.55);
}

.focus\:border-b-indigo-800\/60:focus{
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.focus\:border-b-indigo-800\/65:focus{
  border-bottom-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(49 46 129 / 0.35);
}

.focus\:border-b-indigo-900\/40:focus{
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.focus\:border-b-indigo-900\/45:focus{
  border-bottom-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(49 46 129 / 0.55);
}

.focus\:border-b-indigo-900\/60:focus{
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.focus\:border-b-indigo-900\/65:focus{
  border-bottom-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(30 27 75 / 0.35);
}

.focus\:border-b-indigo-950\/40:focus{
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.focus\:border-b-indigo-950\/45:focus{
  border-bottom-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(30 27 75 / 0.55);
}

.focus\:border-b-indigo-950\/60:focus{
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.focus\:border-b-indigo-950\/65:focus{
  border-bottom-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.focus\:border-b-info-hover:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.focus\:border-b-info-hover\/0:focus{
  border-bottom-color: rgb(203 122 0 / 0);
}

.focus\:border-b-info-hover\/10:focus{
  border-bottom-color: rgb(203 122 0 / 0.1);
}

.focus\:border-b-info-hover\/100:focus{
  border-bottom-color: rgb(203 122 0 / 1);
}

.focus\:border-b-info-hover\/15:focus{
  border-bottom-color: rgb(203 122 0 / 0.15);
}

.focus\:border-b-info-hover\/20:focus{
  border-bottom-color: rgb(203 122 0 / 0.2);
}

.focus\:border-b-info-hover\/25:focus{
  border-bottom-color: rgb(203 122 0 / 0.25);
}

.focus\:border-b-info-hover\/30:focus{
  border-bottom-color: rgb(203 122 0 / 0.3);
}

.focus\:border-b-info-hover\/35:focus{
  border-bottom-color: rgb(203 122 0 / 0.35);
}

.focus\:border-b-info-hover\/40:focus{
  border-bottom-color: rgb(203 122 0 / 0.4);
}

.focus\:border-b-info-hover\/45:focus{
  border-bottom-color: rgb(203 122 0 / 0.45);
}

.focus\:border-b-info-hover\/5:focus{
  border-bottom-color: rgb(203 122 0 / 0.05);
}

.focus\:border-b-info-hover\/50:focus{
  border-bottom-color: rgb(203 122 0 / 0.5);
}

.focus\:border-b-info-hover\/55:focus{
  border-bottom-color: rgb(203 122 0 / 0.55);
}

.focus\:border-b-info-hover\/60:focus{
  border-bottom-color: rgb(203 122 0 / 0.6);
}

.focus\:border-b-info-hover\/65:focus{
  border-bottom-color: rgb(203 122 0 / 0.65);
}

.focus\:border-b-info-hover\/70:focus{
  border-bottom-color: rgb(203 122 0 / 0.7);
}

.focus\:border-b-info-hover\/75:focus{
  border-bottom-color: rgb(203 122 0 / 0.75);
}

.focus\:border-b-info-hover\/80:focus{
  border-bottom-color: rgb(203 122 0 / 0.8);
}

.focus\:border-b-info-hover\/85:focus{
  border-bottom-color: rgb(203 122 0 / 0.85);
}

.focus\:border-b-info-hover\/90:focus{
  border-bottom-color: rgb(203 122 0 / 0.9);
}

.focus\:border-b-info-hover\/95:focus{
  border-bottom-color: rgb(203 122 0 / 0.95);
}

.focus\:border-b-info\/0:focus{
  border-bottom-color: rgb(247 159 26 / 0);
}

.focus\:border-b-info\/10:focus{
  border-bottom-color: rgb(247 159 26 / 0.1);
}

.focus\:border-b-info\/100:focus{
  border-bottom-color: rgb(247 159 26 / 1);
}

.focus\:border-b-info\/15:focus{
  border-bottom-color: rgb(247 159 26 / 0.15);
}

.focus\:border-b-info\/20:focus{
  border-bottom-color: rgb(247 159 26 / 0.2);
}

.focus\:border-b-info\/25:focus{
  border-bottom-color: rgb(247 159 26 / 0.25);
}

.focus\:border-b-info\/30:focus{
  border-bottom-color: rgb(247 159 26 / 0.3);
}

.focus\:border-b-info\/35:focus{
  border-bottom-color: rgb(247 159 26 / 0.35);
}

.focus\:border-b-info\/40:focus{
  border-bottom-color: rgb(247 159 26 / 0.4);
}

.focus\:border-b-info\/45:focus{
  border-bottom-color: rgb(247 159 26 / 0.45);
}

.focus\:border-b-info\/5:focus{
  border-bottom-color: rgb(247 159 26 / 0.05);
}

.focus\:border-b-info\/50:focus{
  border-bottom-color: rgb(247 159 26 / 0.5);
}

.focus\:border-b-info\/55:focus{
  border-bottom-color: rgb(247 159 26 / 0.55);
}

.focus\:border-b-info\/60:focus{
  border-bottom-color: rgb(247 159 26 / 0.6);
}

.focus\:border-b-info\/65:focus{
  border-bottom-color: rgb(247 159 26 / 0.65);
}

.focus\:border-b-info\/70:focus{
  border-bottom-color: rgb(247 159 26 / 0.7);
}

.focus\:border-b-info\/75:focus{
  border-bottom-color: rgb(247 159 26 / 0.75);
}

.focus\:border-b-info\/80:focus{
  border-bottom-color: rgb(247 159 26 / 0.8);
}

.focus\:border-b-info\/85:focus{
  border-bottom-color: rgb(247 159 26 / 0.85);
}

.focus\:border-b-info\/90:focus{
  border-bottom-color: rgb(247 159 26 / 0.9);
}

.focus\:border-b-info\/95:focus{
  border-bottom-color: rgb(247 159 26 / 0.95);
}

.focus\:border-b-inherit:focus{
  border-bottom-color: inherit;
}

.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\/15:focus{
  border-bottom-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(236 252 203 / 0.35);
}

.focus\:border-b-lime-100\/40:focus{
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.focus\:border-b-lime-100\/45:focus{
  border-bottom-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(236 252 203 / 0.55);
}

.focus\:border-b-lime-100\/60:focus{
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.focus\:border-b-lime-100\/65:focus{
  border-bottom-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(217 249 157 / 0.35);
}

.focus\:border-b-lime-200\/40:focus{
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.focus\:border-b-lime-200\/45:focus{
  border-bottom-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(217 249 157 / 0.55);
}

.focus\:border-b-lime-200\/60:focus{
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.focus\:border-b-lime-200\/65:focus{
  border-bottom-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(190 242 100 / 0.35);
}

.focus\:border-b-lime-300\/40:focus{
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.focus\:border-b-lime-300\/45:focus{
  border-bottom-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(190 242 100 / 0.55);
}

.focus\:border-b-lime-300\/60:focus{
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.focus\:border-b-lime-300\/65:focus{
  border-bottom-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(163 230 53 / 0.35);
}

.focus\:border-b-lime-400\/40:focus{
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.focus\:border-b-lime-400\/45:focus{
  border-bottom-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(163 230 53 / 0.55);
}

.focus\:border-b-lime-400\/60:focus{
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.focus\:border-b-lime-400\/65:focus{
  border-bottom-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(247 254 231 / 0.35);
}

.focus\:border-b-lime-50\/40:focus{
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.focus\:border-b-lime-50\/45:focus{
  border-bottom-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(247 254 231 / 0.55);
}

.focus\:border-b-lime-50\/60:focus{
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.focus\:border-b-lime-50\/65:focus{
  border-bottom-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(132 204 22 / 0.35);
}

.focus\:border-b-lime-500\/40:focus{
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.focus\:border-b-lime-500\/45:focus{
  border-bottom-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(132 204 22 / 0.55);
}

.focus\:border-b-lime-500\/60:focus{
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.focus\:border-b-lime-500\/65:focus{
  border-bottom-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(101 163 13 / 0.35);
}

.focus\:border-b-lime-600\/40:focus{
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.focus\:border-b-lime-600\/45:focus{
  border-bottom-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(101 163 13 / 0.55);
}

.focus\:border-b-lime-600\/60:focus{
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.focus\:border-b-lime-600\/65:focus{
  border-bottom-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(77 124 15 / 0.35);
}

.focus\:border-b-lime-700\/40:focus{
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.focus\:border-b-lime-700\/45:focus{
  border-bottom-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(77 124 15 / 0.55);
}

.focus\:border-b-lime-700\/60:focus{
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.focus\:border-b-lime-700\/65:focus{
  border-bottom-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(63 98 18 / 0.35);
}

.focus\:border-b-lime-800\/40:focus{
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.focus\:border-b-lime-800\/45:focus{
  border-bottom-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(63 98 18 / 0.55);
}

.focus\:border-b-lime-800\/60:focus{
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.focus\:border-b-lime-800\/65:focus{
  border-bottom-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(54 83 20 / 0.35);
}

.focus\:border-b-lime-900\/40:focus{
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.focus\:border-b-lime-900\/45:focus{
  border-bottom-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(54 83 20 / 0.55);
}

.focus\:border-b-lime-900\/60:focus{
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.focus\:border-b-lime-900\/65:focus{
  border-bottom-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(26 46 5 / 0.35);
}

.focus\:border-b-lime-950\/40:focus{
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.focus\:border-b-lime-950\/45:focus{
  border-bottom-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(26 46 5 / 0.55);
}

.focus\:border-b-lime-950\/60:focus{
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.focus\:border-b-lime-950\/65:focus{
  border-bottom-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-01\/0:focus{
  border-bottom-color: rgb(224 224 224 / 0);
}

.focus\:border-b-neutral-01\/10:focus{
  border-bottom-color: rgb(224 224 224 / 0.1);
}

.focus\:border-b-neutral-01\/100:focus{
  border-bottom-color: rgb(224 224 224 / 1);
}

.focus\:border-b-neutral-01\/15:focus{
  border-bottom-color: rgb(224 224 224 / 0.15);
}

.focus\:border-b-neutral-01\/20:focus{
  border-bottom-color: rgb(224 224 224 / 0.2);
}

.focus\:border-b-neutral-01\/25:focus{
  border-bottom-color: rgb(224 224 224 / 0.25);
}

.focus\:border-b-neutral-01\/30:focus{
  border-bottom-color: rgb(224 224 224 / 0.3);
}

.focus\:border-b-neutral-01\/35:focus{
  border-bottom-color: rgb(224 224 224 / 0.35);
}

.focus\:border-b-neutral-01\/40:focus{
  border-bottom-color: rgb(224 224 224 / 0.4);
}

.focus\:border-b-neutral-01\/45:focus{
  border-bottom-color: rgb(224 224 224 / 0.45);
}

.focus\:border-b-neutral-01\/5:focus{
  border-bottom-color: rgb(224 224 224 / 0.05);
}

.focus\:border-b-neutral-01\/50:focus{
  border-bottom-color: rgb(224 224 224 / 0.5);
}

.focus\:border-b-neutral-01\/55:focus{
  border-bottom-color: rgb(224 224 224 / 0.55);
}

.focus\:border-b-neutral-01\/60:focus{
  border-bottom-color: rgb(224 224 224 / 0.6);
}

.focus\:border-b-neutral-01\/65:focus{
  border-bottom-color: rgb(224 224 224 / 0.65);
}

.focus\:border-b-neutral-01\/70:focus{
  border-bottom-color: rgb(224 224 224 / 0.7);
}

.focus\:border-b-neutral-01\/75:focus{
  border-bottom-color: rgb(224 224 224 / 0.75);
}

.focus\:border-b-neutral-01\/80:focus{
  border-bottom-color: rgb(224 224 224 / 0.8);
}

.focus\:border-b-neutral-01\/85:focus{
  border-bottom-color: rgb(224 224 224 / 0.85);
}

.focus\:border-b-neutral-01\/90:focus{
  border-bottom-color: rgb(224 224 224 / 0.9);
}

.focus\:border-b-neutral-01\/95:focus{
  border-bottom-color: rgb(224 224 224 / 0.95);
}

.focus\:border-b-neutral-02:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-02\/0:focus{
  border-bottom-color: rgb(228 234 238 / 0);
}

.focus\:border-b-neutral-02\/10:focus{
  border-bottom-color: rgb(228 234 238 / 0.1);
}

.focus\:border-b-neutral-02\/100:focus{
  border-bottom-color: rgb(228 234 238 / 1);
}

.focus\:border-b-neutral-02\/15:focus{
  border-bottom-color: rgb(228 234 238 / 0.15);
}

.focus\:border-b-neutral-02\/20:focus{
  border-bottom-color: rgb(228 234 238 / 0.2);
}

.focus\:border-b-neutral-02\/25:focus{
  border-bottom-color: rgb(228 234 238 / 0.25);
}

.focus\:border-b-neutral-02\/30:focus{
  border-bottom-color: rgb(228 234 238 / 0.3);
}

.focus\:border-b-neutral-02\/35:focus{
  border-bottom-color: rgb(228 234 238 / 0.35);
}

.focus\:border-b-neutral-02\/40:focus{
  border-bottom-color: rgb(228 234 238 / 0.4);
}

.focus\:border-b-neutral-02\/45:focus{
  border-bottom-color: rgb(228 234 238 / 0.45);
}

.focus\:border-b-neutral-02\/5:focus{
  border-bottom-color: rgb(228 234 238 / 0.05);
}

.focus\:border-b-neutral-02\/50:focus{
  border-bottom-color: rgb(228 234 238 / 0.5);
}

.focus\:border-b-neutral-02\/55:focus{
  border-bottom-color: rgb(228 234 238 / 0.55);
}

.focus\:border-b-neutral-02\/60:focus{
  border-bottom-color: rgb(228 234 238 / 0.6);
}

.focus\:border-b-neutral-02\/65:focus{
  border-bottom-color: rgb(228 234 238 / 0.65);
}

.focus\:border-b-neutral-02\/70:focus{
  border-bottom-color: rgb(228 234 238 / 0.7);
}

.focus\:border-b-neutral-02\/75:focus{
  border-bottom-color: rgb(228 234 238 / 0.75);
}

.focus\:border-b-neutral-02\/80:focus{
  border-bottom-color: rgb(228 234 238 / 0.8);
}

.focus\:border-b-neutral-02\/85:focus{
  border-bottom-color: rgb(228 234 238 / 0.85);
}

.focus\:border-b-neutral-02\/90:focus{
  border-bottom-color: rgb(228 234 238 / 0.9);
}

.focus\:border-b-neutral-02\/95:focus{
  border-bottom-color: rgb(228 234 238 / 0.95);
}

.focus\:border-b-neutral-03:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-03\/0:focus{
  border-bottom-color: rgb(236 239 250 / 0);
}

.focus\:border-b-neutral-03\/10:focus{
  border-bottom-color: rgb(236 239 250 / 0.1);
}

.focus\:border-b-neutral-03\/100:focus{
  border-bottom-color: rgb(236 239 250 / 1);
}

.focus\:border-b-neutral-03\/15:focus{
  border-bottom-color: rgb(236 239 250 / 0.15);
}

.focus\:border-b-neutral-03\/20:focus{
  border-bottom-color: rgb(236 239 250 / 0.2);
}

.focus\:border-b-neutral-03\/25:focus{
  border-bottom-color: rgb(236 239 250 / 0.25);
}

.focus\:border-b-neutral-03\/30:focus{
  border-bottom-color: rgb(236 239 250 / 0.3);
}

.focus\:border-b-neutral-03\/35:focus{
  border-bottom-color: rgb(236 239 250 / 0.35);
}

.focus\:border-b-neutral-03\/40:focus{
  border-bottom-color: rgb(236 239 250 / 0.4);
}

.focus\:border-b-neutral-03\/45:focus{
  border-bottom-color: rgb(236 239 250 / 0.45);
}

.focus\:border-b-neutral-03\/5:focus{
  border-bottom-color: rgb(236 239 250 / 0.05);
}

.focus\:border-b-neutral-03\/50:focus{
  border-bottom-color: rgb(236 239 250 / 0.5);
}

.focus\:border-b-neutral-03\/55:focus{
  border-bottom-color: rgb(236 239 250 / 0.55);
}

.focus\:border-b-neutral-03\/60:focus{
  border-bottom-color: rgb(236 239 250 / 0.6);
}

.focus\:border-b-neutral-03\/65:focus{
  border-bottom-color: rgb(236 239 250 / 0.65);
}

.focus\:border-b-neutral-03\/70:focus{
  border-bottom-color: rgb(236 239 250 / 0.7);
}

.focus\:border-b-neutral-03\/75:focus{
  border-bottom-color: rgb(236 239 250 / 0.75);
}

.focus\:border-b-neutral-03\/80:focus{
  border-bottom-color: rgb(236 239 250 / 0.8);
}

.focus\:border-b-neutral-03\/85:focus{
  border-bottom-color: rgb(236 239 250 / 0.85);
}

.focus\:border-b-neutral-03\/90:focus{
  border-bottom-color: rgb(236 239 250 / 0.9);
}

.focus\:border-b-neutral-03\/95:focus{
  border-bottom-color: rgb(236 239 250 / 0.95);
}

.focus\:border-b-neutral-04:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-04\/0:focus{
  border-bottom-color: rgb(215 218 226 / 0);
}

.focus\:border-b-neutral-04\/10:focus{
  border-bottom-color: rgb(215 218 226 / 0.1);
}

.focus\:border-b-neutral-04\/100:focus{
  border-bottom-color: rgb(215 218 226 / 1);
}

.focus\:border-b-neutral-04\/15:focus{
  border-bottom-color: rgb(215 218 226 / 0.15);
}

.focus\:border-b-neutral-04\/20:focus{
  border-bottom-color: rgb(215 218 226 / 0.2);
}

.focus\:border-b-neutral-04\/25:focus{
  border-bottom-color: rgb(215 218 226 / 0.25);
}

.focus\:border-b-neutral-04\/30:focus{
  border-bottom-color: rgb(215 218 226 / 0.3);
}

.focus\:border-b-neutral-04\/35:focus{
  border-bottom-color: rgb(215 218 226 / 0.35);
}

.focus\:border-b-neutral-04\/40:focus{
  border-bottom-color: rgb(215 218 226 / 0.4);
}

.focus\:border-b-neutral-04\/45:focus{
  border-bottom-color: rgb(215 218 226 / 0.45);
}

.focus\:border-b-neutral-04\/5:focus{
  border-bottom-color: rgb(215 218 226 / 0.05);
}

.focus\:border-b-neutral-04\/50:focus{
  border-bottom-color: rgb(215 218 226 / 0.5);
}

.focus\:border-b-neutral-04\/55:focus{
  border-bottom-color: rgb(215 218 226 / 0.55);
}

.focus\:border-b-neutral-04\/60:focus{
  border-bottom-color: rgb(215 218 226 / 0.6);
}

.focus\:border-b-neutral-04\/65:focus{
  border-bottom-color: rgb(215 218 226 / 0.65);
}

.focus\:border-b-neutral-04\/70:focus{
  border-bottom-color: rgb(215 218 226 / 0.7);
}

.focus\:border-b-neutral-04\/75:focus{
  border-bottom-color: rgb(215 218 226 / 0.75);
}

.focus\:border-b-neutral-04\/80:focus{
  border-bottom-color: rgb(215 218 226 / 0.8);
}

.focus\:border-b-neutral-04\/85:focus{
  border-bottom-color: rgb(215 218 226 / 0.85);
}

.focus\:border-b-neutral-04\/90:focus{
  border-bottom-color: rgb(215 218 226 / 0.9);
}

.focus\:border-b-neutral-04\/95:focus{
  border-bottom-color: rgb(215 218 226 / 0.95);
}

.focus\:border-b-neutral-05:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-05\/0:focus{
  border-bottom-color: rgb(246 246 246 / 0);
}

.focus\:border-b-neutral-05\/10:focus{
  border-bottom-color: rgb(246 246 246 / 0.1);
}

.focus\:border-b-neutral-05\/100:focus{
  border-bottom-color: rgb(246 246 246 / 1);
}

.focus\:border-b-neutral-05\/15:focus{
  border-bottom-color: rgb(246 246 246 / 0.15);
}

.focus\:border-b-neutral-05\/20:focus{
  border-bottom-color: rgb(246 246 246 / 0.2);
}

.focus\:border-b-neutral-05\/25:focus{
  border-bottom-color: rgb(246 246 246 / 0.25);
}

.focus\:border-b-neutral-05\/30:focus{
  border-bottom-color: rgb(246 246 246 / 0.3);
}

.focus\:border-b-neutral-05\/35:focus{
  border-bottom-color: rgb(246 246 246 / 0.35);
}

.focus\:border-b-neutral-05\/40:focus{
  border-bottom-color: rgb(246 246 246 / 0.4);
}

.focus\:border-b-neutral-05\/45:focus{
  border-bottom-color: rgb(246 246 246 / 0.45);
}

.focus\:border-b-neutral-05\/5:focus{
  border-bottom-color: rgb(246 246 246 / 0.05);
}

.focus\:border-b-neutral-05\/50:focus{
  border-bottom-color: rgb(246 246 246 / 0.5);
}

.focus\:border-b-neutral-05\/55:focus{
  border-bottom-color: rgb(246 246 246 / 0.55);
}

.focus\:border-b-neutral-05\/60:focus{
  border-bottom-color: rgb(246 246 246 / 0.6);
}

.focus\:border-b-neutral-05\/65:focus{
  border-bottom-color: rgb(246 246 246 / 0.65);
}

.focus\:border-b-neutral-05\/70:focus{
  border-bottom-color: rgb(246 246 246 / 0.7);
}

.focus\:border-b-neutral-05\/75:focus{
  border-bottom-color: rgb(246 246 246 / 0.75);
}

.focus\:border-b-neutral-05\/80:focus{
  border-bottom-color: rgb(246 246 246 / 0.8);
}

.focus\:border-b-neutral-05\/85:focus{
  border-bottom-color: rgb(246 246 246 / 0.85);
}

.focus\:border-b-neutral-05\/90:focus{
  border-bottom-color: rgb(246 246 246 / 0.9);
}

.focus\:border-b-neutral-05\/95:focus{
  border-bottom-color: rgb(246 246 246 / 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\/15:focus{
  border-bottom-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(245 245 245 / 0.35);
}

.focus\:border-b-neutral-100\/40:focus{
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.focus\:border-b-neutral-100\/45:focus{
  border-bottom-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(245 245 245 / 0.55);
}

.focus\:border-b-neutral-100\/60:focus{
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.focus\:border-b-neutral-100\/65:focus{
  border-bottom-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(229 229 229 / 0.35);
}

.focus\:border-b-neutral-200\/40:focus{
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.focus\:border-b-neutral-200\/45:focus{
  border-bottom-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(229 229 229 / 0.55);
}

.focus\:border-b-neutral-200\/60:focus{
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.focus\:border-b-neutral-200\/65:focus{
  border-bottom-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(212 212 212 / 0.35);
}

.focus\:border-b-neutral-300\/40:focus{
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.focus\:border-b-neutral-300\/45:focus{
  border-bottom-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(212 212 212 / 0.55);
}

.focus\:border-b-neutral-300\/60:focus{
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.focus\:border-b-neutral-300\/65:focus{
  border-bottom-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(163 163 163 / 0.35);
}

.focus\:border-b-neutral-400\/40:focus{
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.focus\:border-b-neutral-400\/45:focus{
  border-bottom-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(163 163 163 / 0.55);
}

.focus\:border-b-neutral-400\/60:focus{
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.focus\:border-b-neutral-400\/65:focus{
  border-bottom-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.focus\:border-b-neutral-50\/40:focus{
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.focus\:border-b-neutral-50\/45:focus{
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.focus\:border-b-neutral-50\/60:focus{
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.focus\:border-b-neutral-50\/65:focus{
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(115 115 115 / 0.35);
}

.focus\:border-b-neutral-500\/40:focus{
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.focus\:border-b-neutral-500\/45:focus{
  border-bottom-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(115 115 115 / 0.55);
}

.focus\:border-b-neutral-500\/60:focus{
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.focus\:border-b-neutral-500\/65:focus{
  border-bottom-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(82 82 82 / 0.35);
}

.focus\:border-b-neutral-600\/40:focus{
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.focus\:border-b-neutral-600\/45:focus{
  border-bottom-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(82 82 82 / 0.55);
}

.focus\:border-b-neutral-600\/60:focus{
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.focus\:border-b-neutral-600\/65:focus{
  border-bottom-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(64 64 64 / 0.35);
}

.focus\:border-b-neutral-700\/40:focus{
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.focus\:border-b-neutral-700\/45:focus{
  border-bottom-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(64 64 64 / 0.55);
}

.focus\:border-b-neutral-700\/60:focus{
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.focus\:border-b-neutral-700\/65:focus{
  border-bottom-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(38 38 38 / 0.35);
}

.focus\:border-b-neutral-800\/40:focus{
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.focus\:border-b-neutral-800\/45:focus{
  border-bottom-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(38 38 38 / 0.55);
}

.focus\:border-b-neutral-800\/60:focus{
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.focus\:border-b-neutral-800\/65:focus{
  border-bottom-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(23 23 23 / 0.35);
}

.focus\:border-b-neutral-900\/40:focus{
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.focus\:border-b-neutral-900\/45:focus{
  border-bottom-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(23 23 23 / 0.55);
}

.focus\:border-b-neutral-900\/60:focus{
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.focus\:border-b-neutral-900\/65:focus{
  border-bottom-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(10 10 10 / 0.35);
}

.focus\:border-b-neutral-950\/40:focus{
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.focus\:border-b-neutral-950\/45:focus{
  border-bottom-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(10 10 10 / 0.55);
}

.focus\:border-b-neutral-950\/60:focus{
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.focus\:border-b-neutral-950\/65:focus{
  border-bottom-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(255 237 213 / 0.35);
}

.focus\:border-b-orange-100\/40:focus{
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.focus\:border-b-orange-100\/45:focus{
  border-bottom-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(255 237 213 / 0.55);
}

.focus\:border-b-orange-100\/60:focus{
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.focus\:border-b-orange-100\/65:focus{
  border-bottom-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(254 215 170 / 0.35);
}

.focus\:border-b-orange-200\/40:focus{
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.focus\:border-b-orange-200\/45:focus{
  border-bottom-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(254 215 170 / 0.55);
}

.focus\:border-b-orange-200\/60:focus{
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.focus\:border-b-orange-200\/65:focus{
  border-bottom-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(253 186 116 / 0.35);
}

.focus\:border-b-orange-300\/40:focus{
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.focus\:border-b-orange-300\/45:focus{
  border-bottom-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(253 186 116 / 0.55);
}

.focus\:border-b-orange-300\/60:focus{
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.focus\:border-b-orange-300\/65:focus{
  border-bottom-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(251 146 60 / 0.35);
}

.focus\:border-b-orange-400\/40:focus{
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.focus\:border-b-orange-400\/45:focus{
  border-bottom-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(251 146 60 / 0.55);
}

.focus\:border-b-orange-400\/60:focus{
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.focus\:border-b-orange-400\/65:focus{
  border-bottom-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(255 247 237 / 0.35);
}

.focus\:border-b-orange-50\/40:focus{
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.focus\:border-b-orange-50\/45:focus{
  border-bottom-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(255 247 237 / 0.55);
}

.focus\:border-b-orange-50\/60:focus{
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.focus\:border-b-orange-50\/65:focus{
  border-bottom-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(249 115 22 / 0.35);
}

.focus\:border-b-orange-500\/40:focus{
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.focus\:border-b-orange-500\/45:focus{
  border-bottom-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(249 115 22 / 0.55);
}

.focus\:border-b-orange-500\/60:focus{
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.focus\:border-b-orange-500\/65:focus{
  border-bottom-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(234 88 12 / 0.35);
}

.focus\:border-b-orange-600\/40:focus{
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.focus\:border-b-orange-600\/45:focus{
  border-bottom-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(234 88 12 / 0.55);
}

.focus\:border-b-orange-600\/60:focus{
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.focus\:border-b-orange-600\/65:focus{
  border-bottom-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(194 65 12 / 0.35);
}

.focus\:border-b-orange-700\/40:focus{
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.focus\:border-b-orange-700\/45:focus{
  border-bottom-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(194 65 12 / 0.55);
}

.focus\:border-b-orange-700\/60:focus{
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.focus\:border-b-orange-700\/65:focus{
  border-bottom-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(154 52 18 / 0.35);
}

.focus\:border-b-orange-800\/40:focus{
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.focus\:border-b-orange-800\/45:focus{
  border-bottom-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(154 52 18 / 0.55);
}

.focus\:border-b-orange-800\/60:focus{
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.focus\:border-b-orange-800\/65:focus{
  border-bottom-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(124 45 18 / 0.35);
}

.focus\:border-b-orange-900\/40:focus{
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.focus\:border-b-orange-900\/45:focus{
  border-bottom-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(124 45 18 / 0.55);
}

.focus\:border-b-orange-900\/60:focus{
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.focus\:border-b-orange-900\/65:focus{
  border-bottom-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(67 20 7 / 0.35);
}

.focus\:border-b-orange-950\/40:focus{
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.focus\:border-b-orange-950\/45:focus{
  border-bottom-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(67 20 7 / 0.55);
}

.focus\:border-b-orange-950\/60:focus{
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.focus\:border-b-orange-950\/65:focus{
  border-bottom-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  border-bottom-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(252 231 243 / 0.35);
}

.focus\:border-b-pink-100\/40:focus{
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.focus\:border-b-pink-100\/45:focus{
  border-bottom-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(252 231 243 / 0.55);
}

.focus\:border-b-pink-100\/60:focus{
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.focus\:border-b-pink-100\/65:focus{
  border-bottom-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(251 207 232 / 0.35);
}

.focus\:border-b-pink-200\/40:focus{
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.focus\:border-b-pink-200\/45:focus{
  border-bottom-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(251 207 232 / 0.55);
}

.focus\:border-b-pink-200\/60:focus{
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.focus\:border-b-pink-200\/65:focus{
  border-bottom-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(249 168 212 / 0.35);
}

.focus\:border-b-pink-300\/40:focus{
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.focus\:border-b-pink-300\/45:focus{
  border-bottom-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(249 168 212 / 0.55);
}

.focus\:border-b-pink-300\/60:focus{
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.focus\:border-b-pink-300\/65:focus{
  border-bottom-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(244 114 182 / 0.35);
}

.focus\:border-b-pink-400\/40:focus{
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.focus\:border-b-pink-400\/45:focus{
  border-bottom-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(244 114 182 / 0.55);
}

.focus\:border-b-pink-400\/60:focus{
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.focus\:border-b-pink-400\/65:focus{
  border-bottom-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(253 242 248 / 0.35);
}

.focus\:border-b-pink-50\/40:focus{
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.focus\:border-b-pink-50\/45:focus{
  border-bottom-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(253 242 248 / 0.55);
}

.focus\:border-b-pink-50\/60:focus{
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.focus\:border-b-pink-50\/65:focus{
  border-bottom-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(236 72 153 / 0.35);
}

.focus\:border-b-pink-500\/40:focus{
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.focus\:border-b-pink-500\/45:focus{
  border-bottom-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(236 72 153 / 0.55);
}

.focus\:border-b-pink-500\/60:focus{
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.focus\:border-b-pink-500\/65:focus{
  border-bottom-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(219 39 119 / 0.35);
}

.focus\:border-b-pink-600\/40:focus{
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.focus\:border-b-pink-600\/45:focus{
  border-bottom-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(219 39 119 / 0.55);
}

.focus\:border-b-pink-600\/60:focus{
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.focus\:border-b-pink-600\/65:focus{
  border-bottom-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(190 24 93 / 0.35);
}

.focus\:border-b-pink-700\/40:focus{
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.focus\:border-b-pink-700\/45:focus{
  border-bottom-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(190 24 93 / 0.55);
}

.focus\:border-b-pink-700\/60:focus{
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.focus\:border-b-pink-700\/65:focus{
  border-bottom-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(157 23 77 / 0.35);
}

.focus\:border-b-pink-800\/40:focus{
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.focus\:border-b-pink-800\/45:focus{
  border-bottom-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(157 23 77 / 0.55);
}

.focus\:border-b-pink-800\/60:focus{
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.focus\:border-b-pink-800\/65:focus{
  border-bottom-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(131 24 67 / 0.35);
}

.focus\:border-b-pink-900\/40:focus{
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.focus\:border-b-pink-900\/45:focus{
  border-bottom-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(131 24 67 / 0.55);
}

.focus\:border-b-pink-900\/60:focus{
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.focus\:border-b-pink-900\/65:focus{
  border-bottom-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(80 7 36 / 0.35);
}

.focus\:border-b-pink-950\/40:focus{
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.focus\:border-b-pink-950\/45:focus{
  border-bottom-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(80 7 36 / 0.55);
}

.focus\:border-b-pink-950\/60:focus{
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.focus\:border-b-pink-950\/65:focus{
  border-bottom-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.focus\:border-b-primary-hover:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.focus\:border-b-primary-hover\/0:focus{
  border-bottom-color: rgb(71 57 169 / 0);
}

.focus\:border-b-primary-hover\/10:focus{
  border-bottom-color: rgb(71 57 169 / 0.1);
}

.focus\:border-b-primary-hover\/100:focus{
  border-bottom-color: rgb(71 57 169 / 1);
}

.focus\:border-b-primary-hover\/15:focus{
  border-bottom-color: rgb(71 57 169 / 0.15);
}

.focus\:border-b-primary-hover\/20:focus{
  border-bottom-color: rgb(71 57 169 / 0.2);
}

.focus\:border-b-primary-hover\/25:focus{
  border-bottom-color: rgb(71 57 169 / 0.25);
}

.focus\:border-b-primary-hover\/30:focus{
  border-bottom-color: rgb(71 57 169 / 0.3);
}

.focus\:border-b-primary-hover\/35:focus{
  border-bottom-color: rgb(71 57 169 / 0.35);
}

.focus\:border-b-primary-hover\/40:focus{
  border-bottom-color: rgb(71 57 169 / 0.4);
}

.focus\:border-b-primary-hover\/45:focus{
  border-bottom-color: rgb(71 57 169 / 0.45);
}

.focus\:border-b-primary-hover\/5:focus{
  border-bottom-color: rgb(71 57 169 / 0.05);
}

.focus\:border-b-primary-hover\/50:focus{
  border-bottom-color: rgb(71 57 169 / 0.5);
}

.focus\:border-b-primary-hover\/55:focus{
  border-bottom-color: rgb(71 57 169 / 0.55);
}

.focus\:border-b-primary-hover\/60:focus{
  border-bottom-color: rgb(71 57 169 / 0.6);
}

.focus\:border-b-primary-hover\/65:focus{
  border-bottom-color: rgb(71 57 169 / 0.65);
}

.focus\:border-b-primary-hover\/70:focus{
  border-bottom-color: rgb(71 57 169 / 0.7);
}

.focus\:border-b-primary-hover\/75:focus{
  border-bottom-color: rgb(71 57 169 / 0.75);
}

.focus\:border-b-primary-hover\/80:focus{
  border-bottom-color: rgb(71 57 169 / 0.8);
}

.focus\:border-b-primary-hover\/85:focus{
  border-bottom-color: rgb(71 57 169 / 0.85);
}

.focus\:border-b-primary-hover\/90:focus{
  border-bottom-color: rgb(71 57 169 / 0.9);
}

.focus\:border-b-primary-hover\/95:focus{
  border-bottom-color: rgb(71 57 169 / 0.95);
}

.focus\:border-b-primary\/0:focus{
  border-bottom-color: rgb(85 70 192 / 0);
}

.focus\:border-b-primary\/10:focus{
  border-bottom-color: rgb(85 70 192 / 0.1);
}

.focus\:border-b-primary\/100:focus{
  border-bottom-color: rgb(85 70 192 / 1);
}

.focus\:border-b-primary\/15:focus{
  border-bottom-color: rgb(85 70 192 / 0.15);
}

.focus\:border-b-primary\/20:focus{
  border-bottom-color: rgb(85 70 192 / 0.2);
}

.focus\:border-b-primary\/25:focus{
  border-bottom-color: rgb(85 70 192 / 0.25);
}

.focus\:border-b-primary\/30:focus{
  border-bottom-color: rgb(85 70 192 / 0.3);
}

.focus\:border-b-primary\/35:focus{
  border-bottom-color: rgb(85 70 192 / 0.35);
}

.focus\:border-b-primary\/40:focus{
  border-bottom-color: rgb(85 70 192 / 0.4);
}

.focus\:border-b-primary\/45:focus{
  border-bottom-color: rgb(85 70 192 / 0.45);
}

.focus\:border-b-primary\/5:focus{
  border-bottom-color: rgb(85 70 192 / 0.05);
}

.focus\:border-b-primary\/50:focus{
  border-bottom-color: rgb(85 70 192 / 0.5);
}

.focus\:border-b-primary\/55:focus{
  border-bottom-color: rgb(85 70 192 / 0.55);
}

.focus\:border-b-primary\/60:focus{
  border-bottom-color: rgb(85 70 192 / 0.6);
}

.focus\:border-b-primary\/65:focus{
  border-bottom-color: rgb(85 70 192 / 0.65);
}

.focus\:border-b-primary\/70:focus{
  border-bottom-color: rgb(85 70 192 / 0.7);
}

.focus\:border-b-primary\/75:focus{
  border-bottom-color: rgb(85 70 192 / 0.75);
}

.focus\:border-b-primary\/80:focus{
  border-bottom-color: rgb(85 70 192 / 0.8);
}

.focus\:border-b-primary\/85:focus{
  border-bottom-color: rgb(85 70 192 / 0.85);
}

.focus\:border-b-primary\/90:focus{
  border-bottom-color: rgb(85 70 192 / 0.9);
}

.focus\:border-b-primary\/95:focus{
  border-bottom-color: rgb(85 70 192 / 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\/15:focus{
  border-bottom-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(243 232 255 / 0.35);
}

.focus\:border-b-purple-100\/40:focus{
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.focus\:border-b-purple-100\/45:focus{
  border-bottom-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(243 232 255 / 0.55);
}

.focus\:border-b-purple-100\/60:focus{
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.focus\:border-b-purple-100\/65:focus{
  border-bottom-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(233 213 255 / 0.35);
}

.focus\:border-b-purple-200\/40:focus{
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.focus\:border-b-purple-200\/45:focus{
  border-bottom-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(233 213 255 / 0.55);
}

.focus\:border-b-purple-200\/60:focus{
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.focus\:border-b-purple-200\/65:focus{
  border-bottom-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(216 180 254 / 0.35);
}

.focus\:border-b-purple-300\/40:focus{
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.focus\:border-b-purple-300\/45:focus{
  border-bottom-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(216 180 254 / 0.55);
}

.focus\:border-b-purple-300\/60:focus{
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.focus\:border-b-purple-300\/65:focus{
  border-bottom-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(192 132 252 / 0.35);
}

.focus\:border-b-purple-400\/40:focus{
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.focus\:border-b-purple-400\/45:focus{
  border-bottom-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(192 132 252 / 0.55);
}

.focus\:border-b-purple-400\/60:focus{
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.focus\:border-b-purple-400\/65:focus{
  border-bottom-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(250 245 255 / 0.35);
}

.focus\:border-b-purple-50\/40:focus{
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.focus\:border-b-purple-50\/45:focus{
  border-bottom-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(250 245 255 / 0.55);
}

.focus\:border-b-purple-50\/60:focus{
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.focus\:border-b-purple-50\/65:focus{
  border-bottom-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(168 85 247 / 0.35);
}

.focus\:border-b-purple-500\/40:focus{
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.focus\:border-b-purple-500\/45:focus{
  border-bottom-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(168 85 247 / 0.55);
}

.focus\:border-b-purple-500\/60:focus{
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.focus\:border-b-purple-500\/65:focus{
  border-bottom-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(147 51 234 / 0.35);
}

.focus\:border-b-purple-600\/40:focus{
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.focus\:border-b-purple-600\/45:focus{
  border-bottom-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(147 51 234 / 0.55);
}

.focus\:border-b-purple-600\/60:focus{
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.focus\:border-b-purple-600\/65:focus{
  border-bottom-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(126 34 206 / 0.35);
}

.focus\:border-b-purple-700\/40:focus{
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.focus\:border-b-purple-700\/45:focus{
  border-bottom-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(126 34 206 / 0.55);
}

.focus\:border-b-purple-700\/60:focus{
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.focus\:border-b-purple-700\/65:focus{
  border-bottom-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(107 33 168 / 0.35);
}

.focus\:border-b-purple-800\/40:focus{
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.focus\:border-b-purple-800\/45:focus{
  border-bottom-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(107 33 168 / 0.55);
}

.focus\:border-b-purple-800\/60:focus{
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.focus\:border-b-purple-800\/65:focus{
  border-bottom-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(88 28 135 / 0.35);
}

.focus\:border-b-purple-900\/40:focus{
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.focus\:border-b-purple-900\/45:focus{
  border-bottom-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(88 28 135 / 0.55);
}

.focus\:border-b-purple-900\/60:focus{
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.focus\:border-b-purple-900\/65:focus{
  border-bottom-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(59 7 100 / 0.35);
}

.focus\:border-b-purple-950\/40:focus{
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.focus\:border-b-purple-950\/45:focus{
  border-bottom-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(59 7 100 / 0.55);
}

.focus\:border-b-purple-950\/60:focus{
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.focus\:border-b-purple-950\/65:focus{
  border-bottom-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.focus\:border-b-quaternary-hover:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.focus\:border-b-quaternary-hover\/0:focus{
  border-bottom-color: rgb(43 202 241 / 0);
}

.focus\:border-b-quaternary-hover\/10:focus{
  border-bottom-color: rgb(43 202 241 / 0.1);
}

.focus\:border-b-quaternary-hover\/100:focus{
  border-bottom-color: rgb(43 202 241 / 1);
}

.focus\:border-b-quaternary-hover\/15:focus{
  border-bottom-color: rgb(43 202 241 / 0.15);
}

.focus\:border-b-quaternary-hover\/20:focus{
  border-bottom-color: rgb(43 202 241 / 0.2);
}

.focus\:border-b-quaternary-hover\/25:focus{
  border-bottom-color: rgb(43 202 241 / 0.25);
}

.focus\:border-b-quaternary-hover\/30:focus{
  border-bottom-color: rgb(43 202 241 / 0.3);
}

.focus\:border-b-quaternary-hover\/35:focus{
  border-bottom-color: rgb(43 202 241 / 0.35);
}

.focus\:border-b-quaternary-hover\/40:focus{
  border-bottom-color: rgb(43 202 241 / 0.4);
}

.focus\:border-b-quaternary-hover\/45:focus{
  border-bottom-color: rgb(43 202 241 / 0.45);
}

.focus\:border-b-quaternary-hover\/5:focus{
  border-bottom-color: rgb(43 202 241 / 0.05);
}

.focus\:border-b-quaternary-hover\/50:focus{
  border-bottom-color: rgb(43 202 241 / 0.5);
}

.focus\:border-b-quaternary-hover\/55:focus{
  border-bottom-color: rgb(43 202 241 / 0.55);
}

.focus\:border-b-quaternary-hover\/60:focus{
  border-bottom-color: rgb(43 202 241 / 0.6);
}

.focus\:border-b-quaternary-hover\/65:focus{
  border-bottom-color: rgb(43 202 241 / 0.65);
}

.focus\:border-b-quaternary-hover\/70:focus{
  border-bottom-color: rgb(43 202 241 / 0.7);
}

.focus\:border-b-quaternary-hover\/75:focus{
  border-bottom-color: rgb(43 202 241 / 0.75);
}

.focus\:border-b-quaternary-hover\/80:focus{
  border-bottom-color: rgb(43 202 241 / 0.8);
}

.focus\:border-b-quaternary-hover\/85:focus{
  border-bottom-color: rgb(43 202 241 / 0.85);
}

.focus\:border-b-quaternary-hover\/90:focus{
  border-bottom-color: rgb(43 202 241 / 0.9);
}

.focus\:border-b-quaternary-hover\/95:focus{
  border-bottom-color: rgb(43 202 241 / 0.95);
}

.focus\:border-b-quaternary\/0:focus{
  border-bottom-color: rgb(61 209 246 / 0);
}

.focus\:border-b-quaternary\/10:focus{
  border-bottom-color: rgb(61 209 246 / 0.1);
}

.focus\:border-b-quaternary\/100:focus{
  border-bottom-color: rgb(61 209 246 / 1);
}

.focus\:border-b-quaternary\/15:focus{
  border-bottom-color: rgb(61 209 246 / 0.15);
}

.focus\:border-b-quaternary\/20:focus{
  border-bottom-color: rgb(61 209 246 / 0.2);
}

.focus\:border-b-quaternary\/25:focus{
  border-bottom-color: rgb(61 209 246 / 0.25);
}

.focus\:border-b-quaternary\/30:focus{
  border-bottom-color: rgb(61 209 246 / 0.3);
}

.focus\:border-b-quaternary\/35:focus{
  border-bottom-color: rgb(61 209 246 / 0.35);
}

.focus\:border-b-quaternary\/40:focus{
  border-bottom-color: rgb(61 209 246 / 0.4);
}

.focus\:border-b-quaternary\/45:focus{
  border-bottom-color: rgb(61 209 246 / 0.45);
}

.focus\:border-b-quaternary\/5:focus{
  border-bottom-color: rgb(61 209 246 / 0.05);
}

.focus\:border-b-quaternary\/50:focus{
  border-bottom-color: rgb(61 209 246 / 0.5);
}

.focus\:border-b-quaternary\/55:focus{
  border-bottom-color: rgb(61 209 246 / 0.55);
}

.focus\:border-b-quaternary\/60:focus{
  border-bottom-color: rgb(61 209 246 / 0.6);
}

.focus\:border-b-quaternary\/65:focus{
  border-bottom-color: rgb(61 209 246 / 0.65);
}

.focus\:border-b-quaternary\/70:focus{
  border-bottom-color: rgb(61 209 246 / 0.7);
}

.focus\:border-b-quaternary\/75:focus{
  border-bottom-color: rgb(61 209 246 / 0.75);
}

.focus\:border-b-quaternary\/80:focus{
  border-bottom-color: rgb(61 209 246 / 0.8);
}

.focus\:border-b-quaternary\/85:focus{
  border-bottom-color: rgb(61 209 246 / 0.85);
}

.focus\:border-b-quaternary\/90:focus{
  border-bottom-color: rgb(61 209 246 / 0.9);
}

.focus\:border-b-quaternary\/95:focus{
  border-bottom-color: rgb(61 209 246 / 0.95);
}

.focus\:border-b-quinary:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.focus\:border-b-quinary-hover:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.focus\:border-b-quinary-hover\/0:focus{
  border-bottom-color: rgb(112 126 222 / 0);
}

.focus\:border-b-quinary-hover\/10:focus{
  border-bottom-color: rgb(112 126 222 / 0.1);
}

.focus\:border-b-quinary-hover\/100:focus{
  border-bottom-color: rgb(112 126 222 / 1);
}

.focus\:border-b-quinary-hover\/15:focus{
  border-bottom-color: rgb(112 126 222 / 0.15);
}

.focus\:border-b-quinary-hover\/20:focus{
  border-bottom-color: rgb(112 126 222 / 0.2);
}

.focus\:border-b-quinary-hover\/25:focus{
  border-bottom-color: rgb(112 126 222 / 0.25);
}

.focus\:border-b-quinary-hover\/30:focus{
  border-bottom-color: rgb(112 126 222 / 0.3);
}

.focus\:border-b-quinary-hover\/35:focus{
  border-bottom-color: rgb(112 126 222 / 0.35);
}

.focus\:border-b-quinary-hover\/40:focus{
  border-bottom-color: rgb(112 126 222 / 0.4);
}

.focus\:border-b-quinary-hover\/45:focus{
  border-bottom-color: rgb(112 126 222 / 0.45);
}

.focus\:border-b-quinary-hover\/5:focus{
  border-bottom-color: rgb(112 126 222 / 0.05);
}

.focus\:border-b-quinary-hover\/50:focus{
  border-bottom-color: rgb(112 126 222 / 0.5);
}

.focus\:border-b-quinary-hover\/55:focus{
  border-bottom-color: rgb(112 126 222 / 0.55);
}

.focus\:border-b-quinary-hover\/60:focus{
  border-bottom-color: rgb(112 126 222 / 0.6);
}

.focus\:border-b-quinary-hover\/65:focus{
  border-bottom-color: rgb(112 126 222 / 0.65);
}

.focus\:border-b-quinary-hover\/70:focus{
  border-bottom-color: rgb(112 126 222 / 0.7);
}

.focus\:border-b-quinary-hover\/75:focus{
  border-bottom-color: rgb(112 126 222 / 0.75);
}

.focus\:border-b-quinary-hover\/80:focus{
  border-bottom-color: rgb(112 126 222 / 0.8);
}

.focus\:border-b-quinary-hover\/85:focus{
  border-bottom-color: rgb(112 126 222 / 0.85);
}

.focus\:border-b-quinary-hover\/90:focus{
  border-bottom-color: rgb(112 126 222 / 0.9);
}

.focus\:border-b-quinary-hover\/95:focus{
  border-bottom-color: rgb(112 126 222 / 0.95);
}

.focus\:border-b-quinary\/0:focus{
  border-bottom-color: rgb(136 150 244 / 0);
}

.focus\:border-b-quinary\/10:focus{
  border-bottom-color: rgb(136 150 244 / 0.1);
}

.focus\:border-b-quinary\/100:focus{
  border-bottom-color: rgb(136 150 244 / 1);
}

.focus\:border-b-quinary\/15:focus{
  border-bottom-color: rgb(136 150 244 / 0.15);
}

.focus\:border-b-quinary\/20:focus{
  border-bottom-color: rgb(136 150 244 / 0.2);
}

.focus\:border-b-quinary\/25:focus{
  border-bottom-color: rgb(136 150 244 / 0.25);
}

.focus\:border-b-quinary\/30:focus{
  border-bottom-color: rgb(136 150 244 / 0.3);
}

.focus\:border-b-quinary\/35:focus{
  border-bottom-color: rgb(136 150 244 / 0.35);
}

.focus\:border-b-quinary\/40:focus{
  border-bottom-color: rgb(136 150 244 / 0.4);
}

.focus\:border-b-quinary\/45:focus{
  border-bottom-color: rgb(136 150 244 / 0.45);
}

.focus\:border-b-quinary\/5:focus{
  border-bottom-color: rgb(136 150 244 / 0.05);
}

.focus\:border-b-quinary\/50:focus{
  border-bottom-color: rgb(136 150 244 / 0.5);
}

.focus\:border-b-quinary\/55:focus{
  border-bottom-color: rgb(136 150 244 / 0.55);
}

.focus\:border-b-quinary\/60:focus{
  border-bottom-color: rgb(136 150 244 / 0.6);
}

.focus\:border-b-quinary\/65:focus{
  border-bottom-color: rgb(136 150 244 / 0.65);
}

.focus\:border-b-quinary\/70:focus{
  border-bottom-color: rgb(136 150 244 / 0.7);
}

.focus\:border-b-quinary\/75:focus{
  border-bottom-color: rgb(136 150 244 / 0.75);
}

.focus\:border-b-quinary\/80:focus{
  border-bottom-color: rgb(136 150 244 / 0.8);
}

.focus\:border-b-quinary\/85:focus{
  border-bottom-color: rgb(136 150 244 / 0.85);
}

.focus\:border-b-quinary\/90:focus{
  border-bottom-color: rgb(136 150 244 / 0.9);
}

.focus\:border-b-quinary\/95:focus{
  border-bottom-color: rgb(136 150 244 / 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\/15:focus{
  border-bottom-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(254 226 226 / 0.35);
}

.focus\:border-b-red-100\/40:focus{
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.focus\:border-b-red-100\/45:focus{
  border-bottom-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(254 226 226 / 0.55);
}

.focus\:border-b-red-100\/60:focus{
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.focus\:border-b-red-100\/65:focus{
  border-bottom-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(254 202 202 / 0.35);
}

.focus\:border-b-red-200\/40:focus{
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.focus\:border-b-red-200\/45:focus{
  border-bottom-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(254 202 202 / 0.55);
}

.focus\:border-b-red-200\/60:focus{
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.focus\:border-b-red-200\/65:focus{
  border-bottom-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(252 165 165 / 0.35);
}

.focus\:border-b-red-300\/40:focus{
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.focus\:border-b-red-300\/45:focus{
  border-bottom-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(252 165 165 / 0.55);
}

.focus\:border-b-red-300\/60:focus{
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.focus\:border-b-red-300\/65:focus{
  border-bottom-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(248 113 113 / 0.35);
}

.focus\:border-b-red-400\/40:focus{
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.focus\:border-b-red-400\/45:focus{
  border-bottom-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(248 113 113 / 0.55);
}

.focus\:border-b-red-400\/60:focus{
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.focus\:border-b-red-400\/65:focus{
  border-bottom-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(254 242 242 / 0.35);
}

.focus\:border-b-red-50\/40:focus{
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.focus\:border-b-red-50\/45:focus{
  border-bottom-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(254 242 242 / 0.55);
}

.focus\:border-b-red-50\/60:focus{
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.focus\:border-b-red-50\/65:focus{
  border-bottom-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(239 68 68 / 0.35);
}

.focus\:border-b-red-500\/40:focus{
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.focus\:border-b-red-500\/45:focus{
  border-bottom-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(239 68 68 / 0.55);
}

.focus\:border-b-red-500\/60:focus{
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.focus\:border-b-red-500\/65:focus{
  border-bottom-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(220 38 38 / 0.35);
}

.focus\:border-b-red-600\/40:focus{
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.focus\:border-b-red-600\/45:focus{
  border-bottom-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(220 38 38 / 0.55);
}

.focus\:border-b-red-600\/60:focus{
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.focus\:border-b-red-600\/65:focus{
  border-bottom-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(185 28 28 / 0.35);
}

.focus\:border-b-red-700\/40:focus{
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.focus\:border-b-red-700\/45:focus{
  border-bottom-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(185 28 28 / 0.55);
}

.focus\:border-b-red-700\/60:focus{
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.focus\:border-b-red-700\/65:focus{
  border-bottom-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(153 27 27 / 0.35);
}

.focus\:border-b-red-800\/40:focus{
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.focus\:border-b-red-800\/45:focus{
  border-bottom-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(153 27 27 / 0.55);
}

.focus\:border-b-red-800\/60:focus{
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.focus\:border-b-red-800\/65:focus{
  border-bottom-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(127 29 29 / 0.35);
}

.focus\:border-b-red-900\/40:focus{
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.focus\:border-b-red-900\/45:focus{
  border-bottom-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(127 29 29 / 0.55);
}

.focus\:border-b-red-900\/60:focus{
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.focus\:border-b-red-900\/65:focus{
  border-bottom-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(69 10 10 / 0.35);
}

.focus\:border-b-red-950\/40:focus{
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.focus\:border-b-red-950\/45:focus{
  border-bottom-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(69 10 10 / 0.55);
}

.focus\:border-b-red-950\/60:focus{
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.focus\:border-b-red-950\/65:focus{
  border-bottom-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(255 228 230 / 0.35);
}

.focus\:border-b-rose-100\/40:focus{
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.focus\:border-b-rose-100\/45:focus{
  border-bottom-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(255 228 230 / 0.55);
}

.focus\:border-b-rose-100\/60:focus{
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.focus\:border-b-rose-100\/65:focus{
  border-bottom-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(254 205 211 / 0.35);
}

.focus\:border-b-rose-200\/40:focus{
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.focus\:border-b-rose-200\/45:focus{
  border-bottom-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(254 205 211 / 0.55);
}

.focus\:border-b-rose-200\/60:focus{
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.focus\:border-b-rose-200\/65:focus{
  border-bottom-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(253 164 175 / 0.35);
}

.focus\:border-b-rose-300\/40:focus{
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.focus\:border-b-rose-300\/45:focus{
  border-bottom-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(253 164 175 / 0.55);
}

.focus\:border-b-rose-300\/60:focus{
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.focus\:border-b-rose-300\/65:focus{
  border-bottom-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(251 113 133 / 0.35);
}

.focus\:border-b-rose-400\/40:focus{
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.focus\:border-b-rose-400\/45:focus{
  border-bottom-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(251 113 133 / 0.55);
}

.focus\:border-b-rose-400\/60:focus{
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.focus\:border-b-rose-400\/65:focus{
  border-bottom-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(255 241 242 / 0.35);
}

.focus\:border-b-rose-50\/40:focus{
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.focus\:border-b-rose-50\/45:focus{
  border-bottom-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(255 241 242 / 0.55);
}

.focus\:border-b-rose-50\/60:focus{
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.focus\:border-b-rose-50\/65:focus{
  border-bottom-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(244 63 94 / 0.35);
}

.focus\:border-b-rose-500\/40:focus{
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.focus\:border-b-rose-500\/45:focus{
  border-bottom-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(244 63 94 / 0.55);
}

.focus\:border-b-rose-500\/60:focus{
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.focus\:border-b-rose-500\/65:focus{
  border-bottom-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(225 29 72 / 0.35);
}

.focus\:border-b-rose-600\/40:focus{
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.focus\:border-b-rose-600\/45:focus{
  border-bottom-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(225 29 72 / 0.55);
}

.focus\:border-b-rose-600\/60:focus{
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.focus\:border-b-rose-600\/65:focus{
  border-bottom-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(190 18 60 / 0.35);
}

.focus\:border-b-rose-700\/40:focus{
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.focus\:border-b-rose-700\/45:focus{
  border-bottom-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(190 18 60 / 0.55);
}

.focus\:border-b-rose-700\/60:focus{
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.focus\:border-b-rose-700\/65:focus{
  border-bottom-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(159 18 57 / 0.35);
}

.focus\:border-b-rose-800\/40:focus{
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.focus\:border-b-rose-800\/45:focus{
  border-bottom-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(159 18 57 / 0.55);
}

.focus\:border-b-rose-800\/60:focus{
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.focus\:border-b-rose-800\/65:focus{
  border-bottom-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(136 19 55 / 0.35);
}

.focus\:border-b-rose-900\/40:focus{
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.focus\:border-b-rose-900\/45:focus{
  border-bottom-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(136 19 55 / 0.55);
}

.focus\:border-b-rose-900\/60:focus{
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.focus\:border-b-rose-900\/65:focus{
  border-bottom-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(76 5 25 / 0.35);
}

.focus\:border-b-rose-950\/40:focus{
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.focus\:border-b-rose-950\/45:focus{
  border-bottom-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(76 5 25 / 0.55);
}

.focus\:border-b-rose-950\/60:focus{
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.focus\:border-b-rose-950\/65:focus{
  border-bottom-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.focus\:border-b-secondary\/0:focus{
  border-bottom-color: rgb(141 147 167 / 0);
}

.focus\:border-b-secondary\/10:focus{
  border-bottom-color: rgb(141 147 167 / 0.1);
}

.focus\:border-b-secondary\/100:focus{
  border-bottom-color: rgb(141 147 167 / 1);
}

.focus\:border-b-secondary\/15:focus{
  border-bottom-color: rgb(141 147 167 / 0.15);
}

.focus\:border-b-secondary\/20:focus{
  border-bottom-color: rgb(141 147 167 / 0.2);
}

.focus\:border-b-secondary\/25:focus{
  border-bottom-color: rgb(141 147 167 / 0.25);
}

.focus\:border-b-secondary\/30:focus{
  border-bottom-color: rgb(141 147 167 / 0.3);
}

.focus\:border-b-secondary\/35:focus{
  border-bottom-color: rgb(141 147 167 / 0.35);
}

.focus\:border-b-secondary\/40:focus{
  border-bottom-color: rgb(141 147 167 / 0.4);
}

.focus\:border-b-secondary\/45:focus{
  border-bottom-color: rgb(141 147 167 / 0.45);
}

.focus\:border-b-secondary\/5:focus{
  border-bottom-color: rgb(141 147 167 / 0.05);
}

.focus\:border-b-secondary\/50:focus{
  border-bottom-color: rgb(141 147 167 / 0.5);
}

.focus\:border-b-secondary\/55:focus{
  border-bottom-color: rgb(141 147 167 / 0.55);
}

.focus\:border-b-secondary\/60:focus{
  border-bottom-color: rgb(141 147 167 / 0.6);
}

.focus\:border-b-secondary\/65:focus{
  border-bottom-color: rgb(141 147 167 / 0.65);
}

.focus\:border-b-secondary\/70:focus{
  border-bottom-color: rgb(141 147 167 / 0.7);
}

.focus\:border-b-secondary\/75:focus{
  border-bottom-color: rgb(141 147 167 / 0.75);
}

.focus\:border-b-secondary\/80:focus{
  border-bottom-color: rgb(141 147 167 / 0.8);
}

.focus\:border-b-secondary\/85:focus{
  border-bottom-color: rgb(141 147 167 / 0.85);
}

.focus\:border-b-secondary\/90:focus{
  border-bottom-color: rgb(141 147 167 / 0.9);
}

.focus\:border-b-secondary\/95:focus{
  border-bottom-color: rgb(141 147 167 / 0.95);
}

.focus\:border-b-senary:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.focus\:border-b-senary\/0:focus{
  border-bottom-color: rgb(73 134 231 / 0);
}

.focus\:border-b-senary\/10:focus{
  border-bottom-color: rgb(73 134 231 / 0.1);
}

.focus\:border-b-senary\/100:focus{
  border-bottom-color: rgb(73 134 231 / 1);
}

.focus\:border-b-senary\/15:focus{
  border-bottom-color: rgb(73 134 231 / 0.15);
}

.focus\:border-b-senary\/20:focus{
  border-bottom-color: rgb(73 134 231 / 0.2);
}

.focus\:border-b-senary\/25:focus{
  border-bottom-color: rgb(73 134 231 / 0.25);
}

.focus\:border-b-senary\/30:focus{
  border-bottom-color: rgb(73 134 231 / 0.3);
}

.focus\:border-b-senary\/35:focus{
  border-bottom-color: rgb(73 134 231 / 0.35);
}

.focus\:border-b-senary\/40:focus{
  border-bottom-color: rgb(73 134 231 / 0.4);
}

.focus\:border-b-senary\/45:focus{
  border-bottom-color: rgb(73 134 231 / 0.45);
}

.focus\:border-b-senary\/5:focus{
  border-bottom-color: rgb(73 134 231 / 0.05);
}

.focus\:border-b-senary\/50:focus{
  border-bottom-color: rgb(73 134 231 / 0.5);
}

.focus\:border-b-senary\/55:focus{
  border-bottom-color: rgb(73 134 231 / 0.55);
}

.focus\:border-b-senary\/60:focus{
  border-bottom-color: rgb(73 134 231 / 0.6);
}

.focus\:border-b-senary\/65:focus{
  border-bottom-color: rgb(73 134 231 / 0.65);
}

.focus\:border-b-senary\/70:focus{
  border-bottom-color: rgb(73 134 231 / 0.7);
}

.focus\:border-b-senary\/75:focus{
  border-bottom-color: rgb(73 134 231 / 0.75);
}

.focus\:border-b-senary\/80:focus{
  border-bottom-color: rgb(73 134 231 / 0.8);
}

.focus\:border-b-senary\/85:focus{
  border-bottom-color: rgb(73 134 231 / 0.85);
}

.focus\:border-b-senary\/90:focus{
  border-bottom-color: rgb(73 134 231 / 0.9);
}

.focus\:border-b-senary\/95:focus{
  border-bottom-color: rgb(73 134 231 / 0.95);
}

.focus\:border-b-septenary:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.focus\:border-b-septenary\/0:focus{
  border-bottom-color: rgb(49 88 129 / 0);
}

.focus\:border-b-septenary\/10:focus{
  border-bottom-color: rgb(49 88 129 / 0.1);
}

.focus\:border-b-septenary\/100:focus{
  border-bottom-color: rgb(49 88 129 / 1);
}

.focus\:border-b-septenary\/15:focus{
  border-bottom-color: rgb(49 88 129 / 0.15);
}

.focus\:border-b-septenary\/20:focus{
  border-bottom-color: rgb(49 88 129 / 0.2);
}

.focus\:border-b-septenary\/25:focus{
  border-bottom-color: rgb(49 88 129 / 0.25);
}

.focus\:border-b-septenary\/30:focus{
  border-bottom-color: rgb(49 88 129 / 0.3);
}

.focus\:border-b-septenary\/35:focus{
  border-bottom-color: rgb(49 88 129 / 0.35);
}

.focus\:border-b-septenary\/40:focus{
  border-bottom-color: rgb(49 88 129 / 0.4);
}

.focus\:border-b-septenary\/45:focus{
  border-bottom-color: rgb(49 88 129 / 0.45);
}

.focus\:border-b-septenary\/5:focus{
  border-bottom-color: rgb(49 88 129 / 0.05);
}

.focus\:border-b-septenary\/50:focus{
  border-bottom-color: rgb(49 88 129 / 0.5);
}

.focus\:border-b-septenary\/55:focus{
  border-bottom-color: rgb(49 88 129 / 0.55);
}

.focus\:border-b-septenary\/60:focus{
  border-bottom-color: rgb(49 88 129 / 0.6);
}

.focus\:border-b-septenary\/65:focus{
  border-bottom-color: rgb(49 88 129 / 0.65);
}

.focus\:border-b-septenary\/70:focus{
  border-bottom-color: rgb(49 88 129 / 0.7);
}

.focus\:border-b-septenary\/75:focus{
  border-bottom-color: rgb(49 88 129 / 0.75);
}

.focus\:border-b-septenary\/80:focus{
  border-bottom-color: rgb(49 88 129 / 0.8);
}

.focus\:border-b-septenary\/85:focus{
  border-bottom-color: rgb(49 88 129 / 0.85);
}

.focus\:border-b-septenary\/90:focus{
  border-bottom-color: rgb(49 88 129 / 0.9);
}

.focus\:border-b-septenary\/95:focus{
  border-bottom-color: rgb(49 88 129 / 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\/15:focus{
  border-bottom-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(224 242 254 / 0.35);
}

.focus\:border-b-sky-100\/40:focus{
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.focus\:border-b-sky-100\/45:focus{
  border-bottom-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(224 242 254 / 0.55);
}

.focus\:border-b-sky-100\/60:focus{
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.focus\:border-b-sky-100\/65:focus{
  border-bottom-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(186 230 253 / 0.35);
}

.focus\:border-b-sky-200\/40:focus{
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.focus\:border-b-sky-200\/45:focus{
  border-bottom-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(186 230 253 / 0.55);
}

.focus\:border-b-sky-200\/60:focus{
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.focus\:border-b-sky-200\/65:focus{
  border-bottom-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(125 211 252 / 0.35);
}

.focus\:border-b-sky-300\/40:focus{
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.focus\:border-b-sky-300\/45:focus{
  border-bottom-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(125 211 252 / 0.55);
}

.focus\:border-b-sky-300\/60:focus{
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.focus\:border-b-sky-300\/65:focus{
  border-bottom-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(56 189 248 / 0.35);
}

.focus\:border-b-sky-400\/40:focus{
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.focus\:border-b-sky-400\/45:focus{
  border-bottom-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(56 189 248 / 0.55);
}

.focus\:border-b-sky-400\/60:focus{
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.focus\:border-b-sky-400\/65:focus{
  border-bottom-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(240 249 255 / 0.35);
}

.focus\:border-b-sky-50\/40:focus{
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.focus\:border-b-sky-50\/45:focus{
  border-bottom-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(240 249 255 / 0.55);
}

.focus\:border-b-sky-50\/60:focus{
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.focus\:border-b-sky-50\/65:focus{
  border-bottom-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(14 165 233 / 0.35);
}

.focus\:border-b-sky-500\/40:focus{
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.focus\:border-b-sky-500\/45:focus{
  border-bottom-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(14 165 233 / 0.55);
}

.focus\:border-b-sky-500\/60:focus{
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.focus\:border-b-sky-500\/65:focus{
  border-bottom-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(2 132 199 / 0.35);
}

.focus\:border-b-sky-600\/40:focus{
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.focus\:border-b-sky-600\/45:focus{
  border-bottom-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(2 132 199 / 0.55);
}

.focus\:border-b-sky-600\/60:focus{
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.focus\:border-b-sky-600\/65:focus{
  border-bottom-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(3 105 161 / 0.35);
}

.focus\:border-b-sky-700\/40:focus{
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.focus\:border-b-sky-700\/45:focus{
  border-bottom-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(3 105 161 / 0.55);
}

.focus\:border-b-sky-700\/60:focus{
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.focus\:border-b-sky-700\/65:focus{
  border-bottom-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(7 89 133 / 0.35);
}

.focus\:border-b-sky-800\/40:focus{
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.focus\:border-b-sky-800\/45:focus{
  border-bottom-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(7 89 133 / 0.55);
}

.focus\:border-b-sky-800\/60:focus{
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.focus\:border-b-sky-800\/65:focus{
  border-bottom-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(12 74 110 / 0.35);
}

.focus\:border-b-sky-900\/40:focus{
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.focus\:border-b-sky-900\/45:focus{
  border-bottom-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(12 74 110 / 0.55);
}

.focus\:border-b-sky-900\/60:focus{
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.focus\:border-b-sky-900\/65:focus{
  border-bottom-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(8 47 73 / 0.35);
}

.focus\:border-b-sky-950\/40:focus{
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.focus\:border-b-sky-950\/45:focus{
  border-bottom-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(8 47 73 / 0.55);
}

.focus\:border-b-sky-950\/60:focus{
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.focus\:border-b-sky-950\/65:focus{
  border-bottom-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(241 245 249 / 0.35);
}

.focus\:border-b-slate-100\/40:focus{
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.focus\:border-b-slate-100\/45:focus{
  border-bottom-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(241 245 249 / 0.55);
}

.focus\:border-b-slate-100\/60:focus{
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.focus\:border-b-slate-100\/65:focus{
  border-bottom-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(226 232 240 / 0.35);
}

.focus\:border-b-slate-200\/40:focus{
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.focus\:border-b-slate-200\/45:focus{
  border-bottom-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(226 232 240 / 0.55);
}

.focus\:border-b-slate-200\/60:focus{
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.focus\:border-b-slate-200\/65:focus{
  border-bottom-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(203 213 225 / 0.35);
}

.focus\:border-b-slate-300\/40:focus{
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.focus\:border-b-slate-300\/45:focus{
  border-bottom-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(203 213 225 / 0.55);
}

.focus\:border-b-slate-300\/60:focus{
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.focus\:border-b-slate-300\/65:focus{
  border-bottom-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(148 163 184 / 0.35);
}

.focus\:border-b-slate-400\/40:focus{
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.focus\:border-b-slate-400\/45:focus{
  border-bottom-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(148 163 184 / 0.55);
}

.focus\:border-b-slate-400\/60:focus{
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.focus\:border-b-slate-400\/65:focus{
  border-bottom-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(248 250 252 / 0.35);
}

.focus\:border-b-slate-50\/40:focus{
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.focus\:border-b-slate-50\/45:focus{
  border-bottom-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(248 250 252 / 0.55);
}

.focus\:border-b-slate-50\/60:focus{
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.focus\:border-b-slate-50\/65:focus{
  border-bottom-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(100 116 139 / 0.35);
}

.focus\:border-b-slate-500\/40:focus{
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.focus\:border-b-slate-500\/45:focus{
  border-bottom-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(100 116 139 / 0.55);
}

.focus\:border-b-slate-500\/60:focus{
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.focus\:border-b-slate-500\/65:focus{
  border-bottom-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(71 85 105 / 0.35);
}

.focus\:border-b-slate-600\/40:focus{
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.focus\:border-b-slate-600\/45:focus{
  border-bottom-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(71 85 105 / 0.55);
}

.focus\:border-b-slate-600\/60:focus{
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.focus\:border-b-slate-600\/65:focus{
  border-bottom-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(51 65 85 / 0.35);
}

.focus\:border-b-slate-700\/40:focus{
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.focus\:border-b-slate-700\/45:focus{
  border-bottom-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(51 65 85 / 0.55);
}

.focus\:border-b-slate-700\/60:focus{
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.focus\:border-b-slate-700\/65:focus{
  border-bottom-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(30 41 59 / 0.35);
}

.focus\:border-b-slate-800\/40:focus{
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.focus\:border-b-slate-800\/45:focus{
  border-bottom-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(30 41 59 / 0.55);
}

.focus\:border-b-slate-800\/60:focus{
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.focus\:border-b-slate-800\/65:focus{
  border-bottom-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(15 23 42 / 0.35);
}

.focus\:border-b-slate-900\/40:focus{
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.focus\:border-b-slate-900\/45:focus{
  border-bottom-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(15 23 42 / 0.55);
}

.focus\:border-b-slate-900\/60:focus{
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.focus\:border-b-slate-900\/65:focus{
  border-bottom-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(2 6 23 / 0.35);
}

.focus\:border-b-slate-950\/40:focus{
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.focus\:border-b-slate-950\/45:focus{
  border-bottom-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(2 6 23 / 0.55);
}

.focus\:border-b-slate-950\/60:focus{
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.focus\:border-b-slate-950\/65:focus{
  border-bottom-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(245 245 244 / 0.35);
}

.focus\:border-b-stone-100\/40:focus{
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.focus\:border-b-stone-100\/45:focus{
  border-bottom-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(245 245 244 / 0.55);
}

.focus\:border-b-stone-100\/60:focus{
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.focus\:border-b-stone-100\/65:focus{
  border-bottom-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(231 229 228 / 0.35);
}

.focus\:border-b-stone-200\/40:focus{
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.focus\:border-b-stone-200\/45:focus{
  border-bottom-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(231 229 228 / 0.55);
}

.focus\:border-b-stone-200\/60:focus{
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.focus\:border-b-stone-200\/65:focus{
  border-bottom-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(214 211 209 / 0.35);
}

.focus\:border-b-stone-300\/40:focus{
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.focus\:border-b-stone-300\/45:focus{
  border-bottom-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(214 211 209 / 0.55);
}

.focus\:border-b-stone-300\/60:focus{
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.focus\:border-b-stone-300\/65:focus{
  border-bottom-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(168 162 158 / 0.35);
}

.focus\:border-b-stone-400\/40:focus{
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.focus\:border-b-stone-400\/45:focus{
  border-bottom-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(168 162 158 / 0.55);
}

.focus\:border-b-stone-400\/60:focus{
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.focus\:border-b-stone-400\/65:focus{
  border-bottom-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(250 250 249 / 0.35);
}

.focus\:border-b-stone-50\/40:focus{
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.focus\:border-b-stone-50\/45:focus{
  border-bottom-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(250 250 249 / 0.55);
}

.focus\:border-b-stone-50\/60:focus{
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.focus\:border-b-stone-50\/65:focus{
  border-bottom-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(120 113 108 / 0.35);
}

.focus\:border-b-stone-500\/40:focus{
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.focus\:border-b-stone-500\/45:focus{
  border-bottom-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(120 113 108 / 0.55);
}

.focus\:border-b-stone-500\/60:focus{
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.focus\:border-b-stone-500\/65:focus{
  border-bottom-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(87 83 78 / 0.35);
}

.focus\:border-b-stone-600\/40:focus{
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.focus\:border-b-stone-600\/45:focus{
  border-bottom-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(87 83 78 / 0.55);
}

.focus\:border-b-stone-600\/60:focus{
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.focus\:border-b-stone-600\/65:focus{
  border-bottom-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(68 64 60 / 0.35);
}

.focus\:border-b-stone-700\/40:focus{
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.focus\:border-b-stone-700\/45:focus{
  border-bottom-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(68 64 60 / 0.55);
}

.focus\:border-b-stone-700\/60:focus{
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.focus\:border-b-stone-700\/65:focus{
  border-bottom-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(41 37 36 / 0.35);
}

.focus\:border-b-stone-800\/40:focus{
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.focus\:border-b-stone-800\/45:focus{
  border-bottom-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(41 37 36 / 0.55);
}

.focus\:border-b-stone-800\/60:focus{
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.focus\:border-b-stone-800\/65:focus{
  border-bottom-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(28 25 23 / 0.35);
}

.focus\:border-b-stone-900\/40:focus{
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.focus\:border-b-stone-900\/45:focus{
  border-bottom-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(28 25 23 / 0.55);
}

.focus\:border-b-stone-900\/60:focus{
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.focus\:border-b-stone-900\/65:focus{
  border-bottom-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(12 10 9 / 0.35);
}

.focus\:border-b-stone-950\/40:focus{
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.focus\:border-b-stone-950\/45:focus{
  border-bottom-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(12 10 9 / 0.55);
}

.focus\:border-b-stone-950\/60:focus{
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.focus\:border-b-stone-950\/65:focus{
  border-bottom-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.focus\:border-b-success\/0:focus{
  border-bottom-color: rgb(7 196 149 / 0);
}

.focus\:border-b-success\/10:focus{
  border-bottom-color: rgb(7 196 149 / 0.1);
}

.focus\:border-b-success\/100:focus{
  border-bottom-color: rgb(7 196 149 / 1);
}

.focus\:border-b-success\/15:focus{
  border-bottom-color: rgb(7 196 149 / 0.15);
}

.focus\:border-b-success\/20:focus{
  border-bottom-color: rgb(7 196 149 / 0.2);
}

.focus\:border-b-success\/25:focus{
  border-bottom-color: rgb(7 196 149 / 0.25);
}

.focus\:border-b-success\/30:focus{
  border-bottom-color: rgb(7 196 149 / 0.3);
}

.focus\:border-b-success\/35:focus{
  border-bottom-color: rgb(7 196 149 / 0.35);
}

.focus\:border-b-success\/40:focus{
  border-bottom-color: rgb(7 196 149 / 0.4);
}

.focus\:border-b-success\/45:focus{
  border-bottom-color: rgb(7 196 149 / 0.45);
}

.focus\:border-b-success\/5:focus{
  border-bottom-color: rgb(7 196 149 / 0.05);
}

.focus\:border-b-success\/50:focus{
  border-bottom-color: rgb(7 196 149 / 0.5);
}

.focus\:border-b-success\/55:focus{
  border-bottom-color: rgb(7 196 149 / 0.55);
}

.focus\:border-b-success\/60:focus{
  border-bottom-color: rgb(7 196 149 / 0.6);
}

.focus\:border-b-success\/65:focus{
  border-bottom-color: rgb(7 196 149 / 0.65);
}

.focus\:border-b-success\/70:focus{
  border-bottom-color: rgb(7 196 149 / 0.7);
}

.focus\:border-b-success\/75:focus{
  border-bottom-color: rgb(7 196 149 / 0.75);
}

.focus\:border-b-success\/80:focus{
  border-bottom-color: rgb(7 196 149 / 0.8);
}

.focus\:border-b-success\/85:focus{
  border-bottom-color: rgb(7 196 149 / 0.85);
}

.focus\:border-b-success\/90:focus{
  border-bottom-color: rgb(7 196 149 / 0.9);
}

.focus\:border-b-success\/95:focus{
  border-bottom-color: rgb(7 196 149 / 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\/15:focus{
  border-bottom-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(204 251 241 / 0.35);
}

.focus\:border-b-teal-100\/40:focus{
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.focus\:border-b-teal-100\/45:focus{
  border-bottom-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(204 251 241 / 0.55);
}

.focus\:border-b-teal-100\/60:focus{
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.focus\:border-b-teal-100\/65:focus{
  border-bottom-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(153 246 228 / 0.35);
}

.focus\:border-b-teal-200\/40:focus{
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.focus\:border-b-teal-200\/45:focus{
  border-bottom-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(153 246 228 / 0.55);
}

.focus\:border-b-teal-200\/60:focus{
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.focus\:border-b-teal-200\/65:focus{
  border-bottom-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(94 234 212 / 0.35);
}

.focus\:border-b-teal-300\/40:focus{
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.focus\:border-b-teal-300\/45:focus{
  border-bottom-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(94 234 212 / 0.55);
}

.focus\:border-b-teal-300\/60:focus{
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.focus\:border-b-teal-300\/65:focus{
  border-bottom-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(45 212 191 / 0.35);
}

.focus\:border-b-teal-400\/40:focus{
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.focus\:border-b-teal-400\/45:focus{
  border-bottom-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(45 212 191 / 0.55);
}

.focus\:border-b-teal-400\/60:focus{
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.focus\:border-b-teal-400\/65:focus{
  border-bottom-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(240 253 250 / 0.35);
}

.focus\:border-b-teal-50\/40:focus{
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.focus\:border-b-teal-50\/45:focus{
  border-bottom-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(240 253 250 / 0.55);
}

.focus\:border-b-teal-50\/60:focus{
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.focus\:border-b-teal-50\/65:focus{
  border-bottom-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(20 184 166 / 0.35);
}

.focus\:border-b-teal-500\/40:focus{
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.focus\:border-b-teal-500\/45:focus{
  border-bottom-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(20 184 166 / 0.55);
}

.focus\:border-b-teal-500\/60:focus{
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.focus\:border-b-teal-500\/65:focus{
  border-bottom-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(13 148 136 / 0.35);
}

.focus\:border-b-teal-600\/40:focus{
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.focus\:border-b-teal-600\/45:focus{
  border-bottom-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(13 148 136 / 0.55);
}

.focus\:border-b-teal-600\/60:focus{
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.focus\:border-b-teal-600\/65:focus{
  border-bottom-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(15 118 110 / 0.35);
}

.focus\:border-b-teal-700\/40:focus{
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.focus\:border-b-teal-700\/45:focus{
  border-bottom-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(15 118 110 / 0.55);
}

.focus\:border-b-teal-700\/60:focus{
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.focus\:border-b-teal-700\/65:focus{
  border-bottom-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(17 94 89 / 0.35);
}

.focus\:border-b-teal-800\/40:focus{
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.focus\:border-b-teal-800\/45:focus{
  border-bottom-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(17 94 89 / 0.55);
}

.focus\:border-b-teal-800\/60:focus{
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.focus\:border-b-teal-800\/65:focus{
  border-bottom-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(19 78 74 / 0.35);
}

.focus\:border-b-teal-900\/40:focus{
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.focus\:border-b-teal-900\/45:focus{
  border-bottom-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(19 78 74 / 0.55);
}

.focus\:border-b-teal-900\/60:focus{
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.focus\:border-b-teal-900\/65:focus{
  border-bottom-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(4 47 46 / 0.35);
}

.focus\:border-b-teal-950\/40:focus{
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.focus\:border-b-teal-950\/45:focus{
  border-bottom-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(4 47 46 / 0.55);
}

.focus\:border-b-teal-950\/60:focus{
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.focus\:border-b-teal-950\/65:focus{
  border-bottom-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.focus\:border-b-tertiary-hover:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.focus\:border-b-tertiary-hover\/0:focus{
  border-bottom-color: rgb(20 123 223 / 0);
}

.focus\:border-b-tertiary-hover\/10:focus{
  border-bottom-color: rgb(20 123 223 / 0.1);
}

.focus\:border-b-tertiary-hover\/100:focus{
  border-bottom-color: rgb(20 123 223 / 1);
}

.focus\:border-b-tertiary-hover\/15:focus{
  border-bottom-color: rgb(20 123 223 / 0.15);
}

.focus\:border-b-tertiary-hover\/20:focus{
  border-bottom-color: rgb(20 123 223 / 0.2);
}

.focus\:border-b-tertiary-hover\/25:focus{
  border-bottom-color: rgb(20 123 223 / 0.25);
}

.focus\:border-b-tertiary-hover\/30:focus{
  border-bottom-color: rgb(20 123 223 / 0.3);
}

.focus\:border-b-tertiary-hover\/35:focus{
  border-bottom-color: rgb(20 123 223 / 0.35);
}

.focus\:border-b-tertiary-hover\/40:focus{
  border-bottom-color: rgb(20 123 223 / 0.4);
}

.focus\:border-b-tertiary-hover\/45:focus{
  border-bottom-color: rgb(20 123 223 / 0.45);
}

.focus\:border-b-tertiary-hover\/5:focus{
  border-bottom-color: rgb(20 123 223 / 0.05);
}

.focus\:border-b-tertiary-hover\/50:focus{
  border-bottom-color: rgb(20 123 223 / 0.5);
}

.focus\:border-b-tertiary-hover\/55:focus{
  border-bottom-color: rgb(20 123 223 / 0.55);
}

.focus\:border-b-tertiary-hover\/60:focus{
  border-bottom-color: rgb(20 123 223 / 0.6);
}

.focus\:border-b-tertiary-hover\/65:focus{
  border-bottom-color: rgb(20 123 223 / 0.65);
}

.focus\:border-b-tertiary-hover\/70:focus{
  border-bottom-color: rgb(20 123 223 / 0.7);
}

.focus\:border-b-tertiary-hover\/75:focus{
  border-bottom-color: rgb(20 123 223 / 0.75);
}

.focus\:border-b-tertiary-hover\/80:focus{
  border-bottom-color: rgb(20 123 223 / 0.8);
}

.focus\:border-b-tertiary-hover\/85:focus{
  border-bottom-color: rgb(20 123 223 / 0.85);
}

.focus\:border-b-tertiary-hover\/90:focus{
  border-bottom-color: rgb(20 123 223 / 0.9);
}

.focus\:border-b-tertiary-hover\/95:focus{
  border-bottom-color: rgb(20 123 223 / 0.95);
}

.focus\:border-b-tertiary\/0:focus{
  border-bottom-color: rgb(22 137 252 / 0);
}

.focus\:border-b-tertiary\/10:focus{
  border-bottom-color: rgb(22 137 252 / 0.1);
}

.focus\:border-b-tertiary\/100:focus{
  border-bottom-color: rgb(22 137 252 / 1);
}

.focus\:border-b-tertiary\/15:focus{
  border-bottom-color: rgb(22 137 252 / 0.15);
}

.focus\:border-b-tertiary\/20:focus{
  border-bottom-color: rgb(22 137 252 / 0.2);
}

.focus\:border-b-tertiary\/25:focus{
  border-bottom-color: rgb(22 137 252 / 0.25);
}

.focus\:border-b-tertiary\/30:focus{
  border-bottom-color: rgb(22 137 252 / 0.3);
}

.focus\:border-b-tertiary\/35:focus{
  border-bottom-color: rgb(22 137 252 / 0.35);
}

.focus\:border-b-tertiary\/40:focus{
  border-bottom-color: rgb(22 137 252 / 0.4);
}

.focus\:border-b-tertiary\/45:focus{
  border-bottom-color: rgb(22 137 252 / 0.45);
}

.focus\:border-b-tertiary\/5:focus{
  border-bottom-color: rgb(22 137 252 / 0.05);
}

.focus\:border-b-tertiary\/50:focus{
  border-bottom-color: rgb(22 137 252 / 0.5);
}

.focus\:border-b-tertiary\/55:focus{
  border-bottom-color: rgb(22 137 252 / 0.55);
}

.focus\:border-b-tertiary\/60:focus{
  border-bottom-color: rgb(22 137 252 / 0.6);
}

.focus\:border-b-tertiary\/65:focus{
  border-bottom-color: rgb(22 137 252 / 0.65);
}

.focus\:border-b-tertiary\/70:focus{
  border-bottom-color: rgb(22 137 252 / 0.7);
}

.focus\:border-b-tertiary\/75:focus{
  border-bottom-color: rgb(22 137 252 / 0.75);
}

.focus\:border-b-tertiary\/80:focus{
  border-bottom-color: rgb(22 137 252 / 0.8);
}

.focus\:border-b-tertiary\/85:focus{
  border-bottom-color: rgb(22 137 252 / 0.85);
}

.focus\:border-b-tertiary\/90:focus{
  border-bottom-color: rgb(22 137 252 / 0.9);
}

.focus\:border-b-tertiary\/95:focus{
  border-bottom-color: rgb(22 137 252 / 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\/15:focus{
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.focus\:border-b-transparent\/40:focus{
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.focus\:border-b-transparent\/45:focus{
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.focus\:border-b-transparent\/60:focus{
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.focus\:border-b-transparent\/65:focus{
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  border-bottom-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(237 233 254 / 0.35);
}

.focus\:border-b-violet-100\/40:focus{
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.focus\:border-b-violet-100\/45:focus{
  border-bottom-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(237 233 254 / 0.55);
}

.focus\:border-b-violet-100\/60:focus{
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.focus\:border-b-violet-100\/65:focus{
  border-bottom-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(221 214 254 / 0.35);
}

.focus\:border-b-violet-200\/40:focus{
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.focus\:border-b-violet-200\/45:focus{
  border-bottom-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(221 214 254 / 0.55);
}

.focus\:border-b-violet-200\/60:focus{
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.focus\:border-b-violet-200\/65:focus{
  border-bottom-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(196 181 253 / 0.35);
}

.focus\:border-b-violet-300\/40:focus{
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.focus\:border-b-violet-300\/45:focus{
  border-bottom-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(196 181 253 / 0.55);
}

.focus\:border-b-violet-300\/60:focus{
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.focus\:border-b-violet-300\/65:focus{
  border-bottom-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(167 139 250 / 0.35);
}

.focus\:border-b-violet-400\/40:focus{
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.focus\:border-b-violet-400\/45:focus{
  border-bottom-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(167 139 250 / 0.55);
}

.focus\:border-b-violet-400\/60:focus{
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.focus\:border-b-violet-400\/65:focus{
  border-bottom-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(245 243 255 / 0.35);
}

.focus\:border-b-violet-50\/40:focus{
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.focus\:border-b-violet-50\/45:focus{
  border-bottom-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(245 243 255 / 0.55);
}

.focus\:border-b-violet-50\/60:focus{
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.focus\:border-b-violet-50\/65:focus{
  border-bottom-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(139 92 246 / 0.35);
}

.focus\:border-b-violet-500\/40:focus{
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.focus\:border-b-violet-500\/45:focus{
  border-bottom-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(139 92 246 / 0.55);
}

.focus\:border-b-violet-500\/60:focus{
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.focus\:border-b-violet-500\/65:focus{
  border-bottom-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(124 58 237 / 0.35);
}

.focus\:border-b-violet-600\/40:focus{
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.focus\:border-b-violet-600\/45:focus{
  border-bottom-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(124 58 237 / 0.55);
}

.focus\:border-b-violet-600\/60:focus{
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.focus\:border-b-violet-600\/65:focus{
  border-bottom-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(109 40 217 / 0.35);
}

.focus\:border-b-violet-700\/40:focus{
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.focus\:border-b-violet-700\/45:focus{
  border-bottom-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(109 40 217 / 0.55);
}

.focus\:border-b-violet-700\/60:focus{
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.focus\:border-b-violet-700\/65:focus{
  border-bottom-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(91 33 182 / 0.35);
}

.focus\:border-b-violet-800\/40:focus{
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.focus\:border-b-violet-800\/45:focus{
  border-bottom-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(91 33 182 / 0.55);
}

.focus\:border-b-violet-800\/60:focus{
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.focus\:border-b-violet-800\/65:focus{
  border-bottom-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(76 29 149 / 0.35);
}

.focus\:border-b-violet-900\/40:focus{
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.focus\:border-b-violet-900\/45:focus{
  border-bottom-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(76 29 149 / 0.55);
}

.focus\:border-b-violet-900\/60:focus{
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.focus\:border-b-violet-900\/65:focus{
  border-bottom-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(46 16 101 / 0.35);
}

.focus\:border-b-violet-950\/40:focus{
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.focus\:border-b-violet-950\/45:focus{
  border-bottom-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(46 16 101 / 0.55);
}

.focus\:border-b-violet-950\/60:focus{
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.focus\:border-b-violet-950\/65:focus{
  border-bottom-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.focus\:border-b-white\/40:focus{
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.focus\:border-b-white\/45:focus{
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.focus\:border-b-white\/60:focus{
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.focus\:border-b-white\/65:focus{
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.focus\:border-b-yellow-100\/40:focus{
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.focus\:border-b-yellow-100\/45:focus{
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.focus\:border-b-yellow-100\/60:focus{
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.focus\:border-b-yellow-100\/65:focus{
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.focus\:border-b-yellow-200\/40:focus{
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.focus\:border-b-yellow-200\/45:focus{
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.focus\:border-b-yellow-200\/60:focus{
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.focus\:border-b-yellow-200\/65:focus{
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.focus\:border-b-yellow-300\/40:focus{
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.focus\:border-b-yellow-300\/45:focus{
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.focus\:border-b-yellow-300\/60:focus{
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.focus\:border-b-yellow-300\/65:focus{
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.focus\:border-b-yellow-400\/40:focus{
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.focus\:border-b-yellow-400\/45:focus{
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.focus\:border-b-yellow-400\/60:focus{
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.focus\:border-b-yellow-400\/65:focus{
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.focus\:border-b-yellow-50\/40:focus{
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.focus\:border-b-yellow-50\/45:focus{
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.focus\:border-b-yellow-50\/60:focus{
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.focus\:border-b-yellow-50\/65:focus{
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.focus\:border-b-yellow-500\/40:focus{
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.focus\:border-b-yellow-500\/45:focus{
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.focus\:border-b-yellow-500\/60:focus{
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.focus\:border-b-yellow-500\/65:focus{
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.focus\:border-b-yellow-600\/40:focus{
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.focus\:border-b-yellow-600\/45:focus{
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.focus\:border-b-yellow-600\/60:focus{
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.focus\:border-b-yellow-600\/65:focus{
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.focus\:border-b-yellow-700\/40:focus{
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.focus\:border-b-yellow-700\/45:focus{
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.focus\:border-b-yellow-700\/60:focus{
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.focus\:border-b-yellow-700\/65:focus{
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.focus\:border-b-yellow-800\/40:focus{
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.focus\:border-b-yellow-800\/45:focus{
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.focus\:border-b-yellow-800\/60:focus{
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.focus\:border-b-yellow-800\/65:focus{
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.focus\:border-b-yellow-900\/40:focus{
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.focus\:border-b-yellow-900\/45:focus{
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.focus\:border-b-yellow-900\/60:focus{
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.focus\:border-b-yellow-900\/65:focus{
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.focus\:border-b-yellow-950\/40:focus{
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.focus\:border-b-yellow-950\/45:focus{
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.focus\:border-b-yellow-950\/60:focus{
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.focus\:border-b-yellow-950\/65:focus{
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(244 244 245 / 0.35);
}

.focus\:border-b-zinc-100\/40:focus{
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.focus\:border-b-zinc-100\/45:focus{
  border-bottom-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(244 244 245 / 0.55);
}

.focus\:border-b-zinc-100\/60:focus{
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.focus\:border-b-zinc-100\/65:focus{
  border-bottom-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(228 228 231 / 0.35);
}

.focus\:border-b-zinc-200\/40:focus{
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.focus\:border-b-zinc-200\/45:focus{
  border-bottom-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(228 228 231 / 0.55);
}

.focus\:border-b-zinc-200\/60:focus{
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.focus\:border-b-zinc-200\/65:focus{
  border-bottom-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(212 212 216 / 0.35);
}

.focus\:border-b-zinc-300\/40:focus{
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.focus\:border-b-zinc-300\/45:focus{
  border-bottom-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(212 212 216 / 0.55);
}

.focus\:border-b-zinc-300\/60:focus{
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.focus\:border-b-zinc-300\/65:focus{
  border-bottom-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(161 161 170 / 0.35);
}

.focus\:border-b-zinc-400\/40:focus{
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.focus\:border-b-zinc-400\/45:focus{
  border-bottom-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(161 161 170 / 0.55);
}

.focus\:border-b-zinc-400\/60:focus{
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.focus\:border-b-zinc-400\/65:focus{
  border-bottom-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.focus\:border-b-zinc-50\/40:focus{
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.focus\:border-b-zinc-50\/45:focus{
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.focus\:border-b-zinc-50\/60:focus{
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.focus\:border-b-zinc-50\/65:focus{
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(113 113 122 / 0.35);
}

.focus\:border-b-zinc-500\/40:focus{
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.focus\:border-b-zinc-500\/45:focus{
  border-bottom-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(113 113 122 / 0.55);
}

.focus\:border-b-zinc-500\/60:focus{
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.focus\:border-b-zinc-500\/65:focus{
  border-bottom-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(82 82 91 / 0.35);
}

.focus\:border-b-zinc-600\/40:focus{
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.focus\:border-b-zinc-600\/45:focus{
  border-bottom-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(82 82 91 / 0.55);
}

.focus\:border-b-zinc-600\/60:focus{
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.focus\:border-b-zinc-600\/65:focus{
  border-bottom-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(63 63 70 / 0.35);
}

.focus\:border-b-zinc-700\/40:focus{
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.focus\:border-b-zinc-700\/45:focus{
  border-bottom-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(63 63 70 / 0.55);
}

.focus\:border-b-zinc-700\/60:focus{
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.focus\:border-b-zinc-700\/65:focus{
  border-bottom-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(39 39 42 / 0.35);
}

.focus\:border-b-zinc-800\/40:focus{
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.focus\:border-b-zinc-800\/45:focus{
  border-bottom-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(39 39 42 / 0.55);
}

.focus\:border-b-zinc-800\/60:focus{
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.focus\:border-b-zinc-800\/65:focus{
  border-bottom-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.focus\:border-b-zinc-900\/40:focus{
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.focus\:border-b-zinc-900\/45:focus{
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.focus\:border-b-zinc-900\/60:focus{
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.focus\:border-b-zinc-900\/65:focus{
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  border-bottom-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  border-bottom-color: rgb(9 9 11 / 0.35);
}

.focus\:border-b-zinc-950\/40:focus{
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.focus\:border-b-zinc-950\/45:focus{
  border-bottom-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  border-bottom-color: rgb(9 9 11 / 0.55);
}

.focus\:border-b-zinc-950\/60:focus{
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.focus\:border-b-zinc-950\/65:focus{
  border-bottom-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  border-bottom-color: rgb(9 9 11 / 0.85);
}

.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-accent:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.focus\:border-e-accent\/0:focus{
  border-inline-end-color: rgb(70 109 148 / 0);
}

.focus\:border-e-accent\/10:focus{
  border-inline-end-color: rgb(70 109 148 / 0.1);
}

.focus\:border-e-accent\/100:focus{
  border-inline-end-color: rgb(70 109 148 / 1);
}

.focus\:border-e-accent\/15:focus{
  border-inline-end-color: rgb(70 109 148 / 0.15);
}

.focus\:border-e-accent\/20:focus{
  border-inline-end-color: rgb(70 109 148 / 0.2);
}

.focus\:border-e-accent\/25:focus{
  border-inline-end-color: rgb(70 109 148 / 0.25);
}

.focus\:border-e-accent\/30:focus{
  border-inline-end-color: rgb(70 109 148 / 0.3);
}

.focus\:border-e-accent\/35:focus{
  border-inline-end-color: rgb(70 109 148 / 0.35);
}

.focus\:border-e-accent\/40:focus{
  border-inline-end-color: rgb(70 109 148 / 0.4);
}

.focus\:border-e-accent\/45:focus{
  border-inline-end-color: rgb(70 109 148 / 0.45);
}

.focus\:border-e-accent\/5:focus{
  border-inline-end-color: rgb(70 109 148 / 0.05);
}

.focus\:border-e-accent\/50:focus{
  border-inline-end-color: rgb(70 109 148 / 0.5);
}

.focus\:border-e-accent\/55:focus{
  border-inline-end-color: rgb(70 109 148 / 0.55);
}

.focus\:border-e-accent\/60:focus{
  border-inline-end-color: rgb(70 109 148 / 0.6);
}

.focus\:border-e-accent\/65:focus{
  border-inline-end-color: rgb(70 109 148 / 0.65);
}

.focus\:border-e-accent\/70:focus{
  border-inline-end-color: rgb(70 109 148 / 0.7);
}

.focus\:border-e-accent\/75:focus{
  border-inline-end-color: rgb(70 109 148 / 0.75);
}

.focus\:border-e-accent\/80:focus{
  border-inline-end-color: rgb(70 109 148 / 0.8);
}

.focus\:border-e-accent\/85:focus{
  border-inline-end-color: rgb(70 109 148 / 0.85);
}

.focus\:border-e-accent\/90:focus{
  border-inline-end-color: rgb(70 109 148 / 0.9);
}

.focus\:border-e-accent\/95:focus{
  border-inline-end-color: rgb(70 109 148 / 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\/15:focus{
  border-inline-end-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(254 243 199 / 0.35);
}

.focus\:border-e-amber-100\/40:focus{
  border-inline-end-color: rgb(254 243 199 / 0.4);
}

.focus\:border-e-amber-100\/45:focus{
  border-inline-end-color: rgb(254 243 199 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(254 243 199 / 0.55);
}

.focus\:border-e-amber-100\/60:focus{
  border-inline-end-color: rgb(254 243 199 / 0.6);
}

.focus\:border-e-amber-100\/65:focus{
  border-inline-end-color: rgb(254 243 199 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(253 230 138 / 0.35);
}

.focus\:border-e-amber-200\/40:focus{
  border-inline-end-color: rgb(253 230 138 / 0.4);
}

.focus\:border-e-amber-200\/45:focus{
  border-inline-end-color: rgb(253 230 138 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(253 230 138 / 0.55);
}

.focus\:border-e-amber-200\/60:focus{
  border-inline-end-color: rgb(253 230 138 / 0.6);
}

.focus\:border-e-amber-200\/65:focus{
  border-inline-end-color: rgb(253 230 138 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(252 211 77 / 0.35);
}

.focus\:border-e-amber-300\/40:focus{
  border-inline-end-color: rgb(252 211 77 / 0.4);
}

.focus\:border-e-amber-300\/45:focus{
  border-inline-end-color: rgb(252 211 77 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(252 211 77 / 0.55);
}

.focus\:border-e-amber-300\/60:focus{
  border-inline-end-color: rgb(252 211 77 / 0.6);
}

.focus\:border-e-amber-300\/65:focus{
  border-inline-end-color: rgb(252 211 77 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(251 191 36 / 0.35);
}

.focus\:border-e-amber-400\/40:focus{
  border-inline-end-color: rgb(251 191 36 / 0.4);
}

.focus\:border-e-amber-400\/45:focus{
  border-inline-end-color: rgb(251 191 36 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(251 191 36 / 0.55);
}

.focus\:border-e-amber-400\/60:focus{
  border-inline-end-color: rgb(251 191 36 / 0.6);
}

.focus\:border-e-amber-400\/65:focus{
  border-inline-end-color: rgb(251 191 36 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(255 251 235 / 0.35);
}

.focus\:border-e-amber-50\/40:focus{
  border-inline-end-color: rgb(255 251 235 / 0.4);
}

.focus\:border-e-amber-50\/45:focus{
  border-inline-end-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(255 251 235 / 0.55);
}

.focus\:border-e-amber-50\/60:focus{
  border-inline-end-color: rgb(255 251 235 / 0.6);
}

.focus\:border-e-amber-50\/65:focus{
  border-inline-end-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(245 158 11 / 0.35);
}

.focus\:border-e-amber-500\/40:focus{
  border-inline-end-color: rgb(245 158 11 / 0.4);
}

.focus\:border-e-amber-500\/45:focus{
  border-inline-end-color: rgb(245 158 11 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(245 158 11 / 0.55);
}

.focus\:border-e-amber-500\/60:focus{
  border-inline-end-color: rgb(245 158 11 / 0.6);
}

.focus\:border-e-amber-500\/65:focus{
  border-inline-end-color: rgb(245 158 11 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(217 119 6 / 0.35);
}

.focus\:border-e-amber-600\/40:focus{
  border-inline-end-color: rgb(217 119 6 / 0.4);
}

.focus\:border-e-amber-600\/45:focus{
  border-inline-end-color: rgb(217 119 6 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(217 119 6 / 0.55);
}

.focus\:border-e-amber-600\/60:focus{
  border-inline-end-color: rgb(217 119 6 / 0.6);
}

.focus\:border-e-amber-600\/65:focus{
  border-inline-end-color: rgb(217 119 6 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(180 83 9 / 0.35);
}

.focus\:border-e-amber-700\/40:focus{
  border-inline-end-color: rgb(180 83 9 / 0.4);
}

.focus\:border-e-amber-700\/45:focus{
  border-inline-end-color: rgb(180 83 9 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(180 83 9 / 0.55);
}

.focus\:border-e-amber-700\/60:focus{
  border-inline-end-color: rgb(180 83 9 / 0.6);
}

.focus\:border-e-amber-700\/65:focus{
  border-inline-end-color: rgb(180 83 9 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(146 64 14 / 0.35);
}

.focus\:border-e-amber-800\/40:focus{
  border-inline-end-color: rgb(146 64 14 / 0.4);
}

.focus\:border-e-amber-800\/45:focus{
  border-inline-end-color: rgb(146 64 14 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(146 64 14 / 0.55);
}

.focus\:border-e-amber-800\/60:focus{
  border-inline-end-color: rgb(146 64 14 / 0.6);
}

.focus\:border-e-amber-800\/65:focus{
  border-inline-end-color: rgb(146 64 14 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(120 53 15 / 0.35);
}

.focus\:border-e-amber-900\/40:focus{
  border-inline-end-color: rgb(120 53 15 / 0.4);
}

.focus\:border-e-amber-900\/45:focus{
  border-inline-end-color: rgb(120 53 15 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(120 53 15 / 0.55);
}

.focus\:border-e-amber-900\/60:focus{
  border-inline-end-color: rgb(120 53 15 / 0.6);
}

.focus\:border-e-amber-900\/65:focus{
  border-inline-end-color: rgb(120 53 15 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(69 26 3 / 0.35);
}

.focus\:border-e-amber-950\/40:focus{
  border-inline-end-color: rgb(69 26 3 / 0.4);
}

.focus\:border-e-amber-950\/45:focus{
  border-inline-end-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(69 26 3 / 0.55);
}

.focus\:border-e-amber-950\/60:focus{
  border-inline-end-color: rgb(69 26 3 / 0.6);
}

.focus\:border-e-amber-950\/65:focus{
  border-inline-end-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.focus\:border-e-background\/0:focus{
  border-inline-end-color: rgb(245 246 250 / 0);
}

.focus\:border-e-background\/10:focus{
  border-inline-end-color: rgb(245 246 250 / 0.1);
}

.focus\:border-e-background\/100:focus{
  border-inline-end-color: rgb(245 246 250 / 1);
}

.focus\:border-e-background\/15:focus{
  border-inline-end-color: rgb(245 246 250 / 0.15);
}

.focus\:border-e-background\/20:focus{
  border-inline-end-color: rgb(245 246 250 / 0.2);
}

.focus\:border-e-background\/25:focus{
  border-inline-end-color: rgb(245 246 250 / 0.25);
}

.focus\:border-e-background\/30:focus{
  border-inline-end-color: rgb(245 246 250 / 0.3);
}

.focus\:border-e-background\/35:focus{
  border-inline-end-color: rgb(245 246 250 / 0.35);
}

.focus\:border-e-background\/40:focus{
  border-inline-end-color: rgb(245 246 250 / 0.4);
}

.focus\:border-e-background\/45:focus{
  border-inline-end-color: rgb(245 246 250 / 0.45);
}

.focus\:border-e-background\/5:focus{
  border-inline-end-color: rgb(245 246 250 / 0.05);
}

.focus\:border-e-background\/50:focus{
  border-inline-end-color: rgb(245 246 250 / 0.5);
}

.focus\:border-e-background\/55:focus{
  border-inline-end-color: rgb(245 246 250 / 0.55);
}

.focus\:border-e-background\/60:focus{
  border-inline-end-color: rgb(245 246 250 / 0.6);
}

.focus\:border-e-background\/65:focus{
  border-inline-end-color: rgb(245 246 250 / 0.65);
}

.focus\:border-e-background\/70:focus{
  border-inline-end-color: rgb(245 246 250 / 0.7);
}

.focus\:border-e-background\/75:focus{
  border-inline-end-color: rgb(245 246 250 / 0.75);
}

.focus\:border-e-background\/80:focus{
  border-inline-end-color: rgb(245 246 250 / 0.8);
}

.focus\:border-e-background\/85:focus{
  border-inline-end-color: rgb(245 246 250 / 0.85);
}

.focus\:border-e-background\/90:focus{
  border-inline-end-color: rgb(245 246 250 / 0.9);
}

.focus\:border-e-background\/95:focus{
  border-inline-end-color: rgb(245 246 250 / 0.95);
}

.focus\:border-e-black:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.focus\:border-e-black\/0:focus{
  border-inline-end-color: rgb(41 44 53 / 0);
}

.focus\:border-e-black\/10:focus{
  border-inline-end-color: rgb(41 44 53 / 0.1);
}

.focus\:border-e-black\/100:focus{
  border-inline-end-color: rgb(41 44 53 / 1);
}

.focus\:border-e-black\/15:focus{
  border-inline-end-color: rgb(41 44 53 / 0.15);
}

.focus\:border-e-black\/20:focus{
  border-inline-end-color: rgb(41 44 53 / 0.2);
}

.focus\:border-e-black\/25:focus{
  border-inline-end-color: rgb(41 44 53 / 0.25);
}

.focus\:border-e-black\/30:focus{
  border-inline-end-color: rgb(41 44 53 / 0.3);
}

.focus\:border-e-black\/35:focus{
  border-inline-end-color: rgb(41 44 53 / 0.35);
}

.focus\:border-e-black\/40:focus{
  border-inline-end-color: rgb(41 44 53 / 0.4);
}

.focus\:border-e-black\/45:focus{
  border-inline-end-color: rgb(41 44 53 / 0.45);
}

.focus\:border-e-black\/5:focus{
  border-inline-end-color: rgb(41 44 53 / 0.05);
}

.focus\:border-e-black\/50:focus{
  border-inline-end-color: rgb(41 44 53 / 0.5);
}

.focus\:border-e-black\/55:focus{
  border-inline-end-color: rgb(41 44 53 / 0.55);
}

.focus\:border-e-black\/60:focus{
  border-inline-end-color: rgb(41 44 53 / 0.6);
}

.focus\:border-e-black\/65:focus{
  border-inline-end-color: rgb(41 44 53 / 0.65);
}

.focus\:border-e-black\/70:focus{
  border-inline-end-color: rgb(41 44 53 / 0.7);
}

.focus\:border-e-black\/75:focus{
  border-inline-end-color: rgb(41 44 53 / 0.75);
}

.focus\:border-e-black\/80:focus{
  border-inline-end-color: rgb(41 44 53 / 0.8);
}

.focus\:border-e-black\/85:focus{
  border-inline-end-color: rgb(41 44 53 / 0.85);
}

.focus\:border-e-black\/90:focus{
  border-inline-end-color: rgb(41 44 53 / 0.9);
}

.focus\:border-e-black\/95:focus{
  border-inline-end-color: rgb(41 44 53 / 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\/15:focus{
  border-inline-end-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(219 234 254 / 0.35);
}

.focus\:border-e-blue-100\/40:focus{
  border-inline-end-color: rgb(219 234 254 / 0.4);
}

.focus\:border-e-blue-100\/45:focus{
  border-inline-end-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(219 234 254 / 0.55);
}

.focus\:border-e-blue-100\/60:focus{
  border-inline-end-color: rgb(219 234 254 / 0.6);
}

.focus\:border-e-blue-100\/65:focus{
  border-inline-end-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(191 219 254 / 0.35);
}

.focus\:border-e-blue-200\/40:focus{
  border-inline-end-color: rgb(191 219 254 / 0.4);
}

.focus\:border-e-blue-200\/45:focus{
  border-inline-end-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(191 219 254 / 0.55);
}

.focus\:border-e-blue-200\/60:focus{
  border-inline-end-color: rgb(191 219 254 / 0.6);
}

.focus\:border-e-blue-200\/65:focus{
  border-inline-end-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(147 197 253 / 0.35);
}

.focus\:border-e-blue-300\/40:focus{
  border-inline-end-color: rgb(147 197 253 / 0.4);
}

.focus\:border-e-blue-300\/45:focus{
  border-inline-end-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(147 197 253 / 0.55);
}

.focus\:border-e-blue-300\/60:focus{
  border-inline-end-color: rgb(147 197 253 / 0.6);
}

.focus\:border-e-blue-300\/65:focus{
  border-inline-end-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(96 165 250 / 0.35);
}

.focus\:border-e-blue-400\/40:focus{
  border-inline-end-color: rgb(96 165 250 / 0.4);
}

.focus\:border-e-blue-400\/45:focus{
  border-inline-end-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(96 165 250 / 0.55);
}

.focus\:border-e-blue-400\/60:focus{
  border-inline-end-color: rgb(96 165 250 / 0.6);
}

.focus\:border-e-blue-400\/65:focus{
  border-inline-end-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(239 246 255 / 0.35);
}

.focus\:border-e-blue-50\/40:focus{
  border-inline-end-color: rgb(239 246 255 / 0.4);
}

.focus\:border-e-blue-50\/45:focus{
  border-inline-end-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(239 246 255 / 0.55);
}

.focus\:border-e-blue-50\/60:focus{
  border-inline-end-color: rgb(239 246 255 / 0.6);
}

.focus\:border-e-blue-50\/65:focus{
  border-inline-end-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(59 130 246 / 0.35);
}

.focus\:border-e-blue-500\/40:focus{
  border-inline-end-color: rgb(59 130 246 / 0.4);
}

.focus\:border-e-blue-500\/45:focus{
  border-inline-end-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(59 130 246 / 0.55);
}

.focus\:border-e-blue-500\/60:focus{
  border-inline-end-color: rgb(59 130 246 / 0.6);
}

.focus\:border-e-blue-500\/65:focus{
  border-inline-end-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(37 99 235 / 0.35);
}

.focus\:border-e-blue-600\/40:focus{
  border-inline-end-color: rgb(37 99 235 / 0.4);
}

.focus\:border-e-blue-600\/45:focus{
  border-inline-end-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(37 99 235 / 0.55);
}

.focus\:border-e-blue-600\/60:focus{
  border-inline-end-color: rgb(37 99 235 / 0.6);
}

.focus\:border-e-blue-600\/65:focus{
  border-inline-end-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(29 78 216 / 0.35);
}

.focus\:border-e-blue-700\/40:focus{
  border-inline-end-color: rgb(29 78 216 / 0.4);
}

.focus\:border-e-blue-700\/45:focus{
  border-inline-end-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(29 78 216 / 0.55);
}

.focus\:border-e-blue-700\/60:focus{
  border-inline-end-color: rgb(29 78 216 / 0.6);
}

.focus\:border-e-blue-700\/65:focus{
  border-inline-end-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(30 64 175 / 0.35);
}

.focus\:border-e-blue-800\/40:focus{
  border-inline-end-color: rgb(30 64 175 / 0.4);
}

.focus\:border-e-blue-800\/45:focus{
  border-inline-end-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(30 64 175 / 0.55);
}

.focus\:border-e-blue-800\/60:focus{
  border-inline-end-color: rgb(30 64 175 / 0.6);
}

.focus\:border-e-blue-800\/65:focus{
  border-inline-end-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(30 58 138 / 0.35);
}

.focus\:border-e-blue-900\/40:focus{
  border-inline-end-color: rgb(30 58 138 / 0.4);
}

.focus\:border-e-blue-900\/45:focus{
  border-inline-end-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(30 58 138 / 0.55);
}

.focus\:border-e-blue-900\/60:focus{
  border-inline-end-color: rgb(30 58 138 / 0.6);
}

.focus\:border-e-blue-900\/65:focus{
  border-inline-end-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(23 37 84 / 0.35);
}

.focus\:border-e-blue-950\/40:focus{
  border-inline-end-color: rgb(23 37 84 / 0.4);
}

.focus\:border-e-blue-950\/45:focus{
  border-inline-end-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(23 37 84 / 0.55);
}

.focus\:border-e-blue-950\/60:focus{
  border-inline-end-color: rgb(23 37 84 / 0.6);
}

.focus\:border-e-blue-950\/65:focus{
  border-inline-end-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.focus\:border-e-csv-hover:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.focus\:border-e-csv-hover\/0:focus{
  border-inline-end-color: rgb(0 114 37 / 0);
}

.focus\:border-e-csv-hover\/10:focus{
  border-inline-end-color: rgb(0 114 37 / 0.1);
}

.focus\:border-e-csv-hover\/100:focus{
  border-inline-end-color: rgb(0 114 37 / 1);
}

.focus\:border-e-csv-hover\/15:focus{
  border-inline-end-color: rgb(0 114 37 / 0.15);
}

.focus\:border-e-csv-hover\/20:focus{
  border-inline-end-color: rgb(0 114 37 / 0.2);
}

.focus\:border-e-csv-hover\/25:focus{
  border-inline-end-color: rgb(0 114 37 / 0.25);
}

.focus\:border-e-csv-hover\/30:focus{
  border-inline-end-color: rgb(0 114 37 / 0.3);
}

.focus\:border-e-csv-hover\/35:focus{
  border-inline-end-color: rgb(0 114 37 / 0.35);
}

.focus\:border-e-csv-hover\/40:focus{
  border-inline-end-color: rgb(0 114 37 / 0.4);
}

.focus\:border-e-csv-hover\/45:focus{
  border-inline-end-color: rgb(0 114 37 / 0.45);
}

.focus\:border-e-csv-hover\/5:focus{
  border-inline-end-color: rgb(0 114 37 / 0.05);
}

.focus\:border-e-csv-hover\/50:focus{
  border-inline-end-color: rgb(0 114 37 / 0.5);
}

.focus\:border-e-csv-hover\/55:focus{
  border-inline-end-color: rgb(0 114 37 / 0.55);
}

.focus\:border-e-csv-hover\/60:focus{
  border-inline-end-color: rgb(0 114 37 / 0.6);
}

.focus\:border-e-csv-hover\/65:focus{
  border-inline-end-color: rgb(0 114 37 / 0.65);
}

.focus\:border-e-csv-hover\/70:focus{
  border-inline-end-color: rgb(0 114 37 / 0.7);
}

.focus\:border-e-csv-hover\/75:focus{
  border-inline-end-color: rgb(0 114 37 / 0.75);
}

.focus\:border-e-csv-hover\/80:focus{
  border-inline-end-color: rgb(0 114 37 / 0.8);
}

.focus\:border-e-csv-hover\/85:focus{
  border-inline-end-color: rgb(0 114 37 / 0.85);
}

.focus\:border-e-csv-hover\/90:focus{
  border-inline-end-color: rgb(0 114 37 / 0.9);
}

.focus\:border-e-csv-hover\/95:focus{
  border-inline-end-color: rgb(0 114 37 / 0.95);
}

.focus\:border-e-csv\/0:focus{
  border-inline-end-color: rgb(0 138 43 / 0);
}

.focus\:border-e-csv\/10:focus{
  border-inline-end-color: rgb(0 138 43 / 0.1);
}

.focus\:border-e-csv\/100:focus{
  border-inline-end-color: rgb(0 138 43 / 1);
}

.focus\:border-e-csv\/15:focus{
  border-inline-end-color: rgb(0 138 43 / 0.15);
}

.focus\:border-e-csv\/20:focus{
  border-inline-end-color: rgb(0 138 43 / 0.2);
}

.focus\:border-e-csv\/25:focus{
  border-inline-end-color: rgb(0 138 43 / 0.25);
}

.focus\:border-e-csv\/30:focus{
  border-inline-end-color: rgb(0 138 43 / 0.3);
}

.focus\:border-e-csv\/35:focus{
  border-inline-end-color: rgb(0 138 43 / 0.35);
}

.focus\:border-e-csv\/40:focus{
  border-inline-end-color: rgb(0 138 43 / 0.4);
}

.focus\:border-e-csv\/45:focus{
  border-inline-end-color: rgb(0 138 43 / 0.45);
}

.focus\:border-e-csv\/5:focus{
  border-inline-end-color: rgb(0 138 43 / 0.05);
}

.focus\:border-e-csv\/50:focus{
  border-inline-end-color: rgb(0 138 43 / 0.5);
}

.focus\:border-e-csv\/55:focus{
  border-inline-end-color: rgb(0 138 43 / 0.55);
}

.focus\:border-e-csv\/60:focus{
  border-inline-end-color: rgb(0 138 43 / 0.6);
}

.focus\:border-e-csv\/65:focus{
  border-inline-end-color: rgb(0 138 43 / 0.65);
}

.focus\:border-e-csv\/70:focus{
  border-inline-end-color: rgb(0 138 43 / 0.7);
}

.focus\:border-e-csv\/75:focus{
  border-inline-end-color: rgb(0 138 43 / 0.75);
}

.focus\:border-e-csv\/80:focus{
  border-inline-end-color: rgb(0 138 43 / 0.8);
}

.focus\:border-e-csv\/85:focus{
  border-inline-end-color: rgb(0 138 43 / 0.85);
}

.focus\:border-e-csv\/90:focus{
  border-inline-end-color: rgb(0 138 43 / 0.9);
}

.focus\:border-e-csv\/95:focus{
  border-inline-end-color: rgb(0 138 43 / 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\/15:focus{
  border-inline-end-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(207 250 254 / 0.35);
}

.focus\:border-e-cyan-100\/40:focus{
  border-inline-end-color: rgb(207 250 254 / 0.4);
}

.focus\:border-e-cyan-100\/45:focus{
  border-inline-end-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(207 250 254 / 0.55);
}

.focus\:border-e-cyan-100\/60:focus{
  border-inline-end-color: rgb(207 250 254 / 0.6);
}

.focus\:border-e-cyan-100\/65:focus{
  border-inline-end-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(165 243 252 / 0.35);
}

.focus\:border-e-cyan-200\/40:focus{
  border-inline-end-color: rgb(165 243 252 / 0.4);
}

.focus\:border-e-cyan-200\/45:focus{
  border-inline-end-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(165 243 252 / 0.55);
}

.focus\:border-e-cyan-200\/60:focus{
  border-inline-end-color: rgb(165 243 252 / 0.6);
}

.focus\:border-e-cyan-200\/65:focus{
  border-inline-end-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(103 232 249 / 0.35);
}

.focus\:border-e-cyan-300\/40:focus{
  border-inline-end-color: rgb(103 232 249 / 0.4);
}

.focus\:border-e-cyan-300\/45:focus{
  border-inline-end-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(103 232 249 / 0.55);
}

.focus\:border-e-cyan-300\/60:focus{
  border-inline-end-color: rgb(103 232 249 / 0.6);
}

.focus\:border-e-cyan-300\/65:focus{
  border-inline-end-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(34 211 238 / 0.35);
}

.focus\:border-e-cyan-400\/40:focus{
  border-inline-end-color: rgb(34 211 238 / 0.4);
}

.focus\:border-e-cyan-400\/45:focus{
  border-inline-end-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(34 211 238 / 0.55);
}

.focus\:border-e-cyan-400\/60:focus{
  border-inline-end-color: rgb(34 211 238 / 0.6);
}

.focus\:border-e-cyan-400\/65:focus{
  border-inline-end-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(236 254 255 / 0.35);
}

.focus\:border-e-cyan-50\/40:focus{
  border-inline-end-color: rgb(236 254 255 / 0.4);
}

.focus\:border-e-cyan-50\/45:focus{
  border-inline-end-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(236 254 255 / 0.55);
}

.focus\:border-e-cyan-50\/60:focus{
  border-inline-end-color: rgb(236 254 255 / 0.6);
}

.focus\:border-e-cyan-50\/65:focus{
  border-inline-end-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(6 182 212 / 0.35);
}

.focus\:border-e-cyan-500\/40:focus{
  border-inline-end-color: rgb(6 182 212 / 0.4);
}

.focus\:border-e-cyan-500\/45:focus{
  border-inline-end-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(6 182 212 / 0.55);
}

.focus\:border-e-cyan-500\/60:focus{
  border-inline-end-color: rgb(6 182 212 / 0.6);
}

.focus\:border-e-cyan-500\/65:focus{
  border-inline-end-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(8 145 178 / 0.35);
}

.focus\:border-e-cyan-600\/40:focus{
  border-inline-end-color: rgb(8 145 178 / 0.4);
}

.focus\:border-e-cyan-600\/45:focus{
  border-inline-end-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(8 145 178 / 0.55);
}

.focus\:border-e-cyan-600\/60:focus{
  border-inline-end-color: rgb(8 145 178 / 0.6);
}

.focus\:border-e-cyan-600\/65:focus{
  border-inline-end-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(14 116 144 / 0.35);
}

.focus\:border-e-cyan-700\/40:focus{
  border-inline-end-color: rgb(14 116 144 / 0.4);
}

.focus\:border-e-cyan-700\/45:focus{
  border-inline-end-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(14 116 144 / 0.55);
}

.focus\:border-e-cyan-700\/60:focus{
  border-inline-end-color: rgb(14 116 144 / 0.6);
}

.focus\:border-e-cyan-700\/65:focus{
  border-inline-end-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(21 94 117 / 0.35);
}

.focus\:border-e-cyan-800\/40:focus{
  border-inline-end-color: rgb(21 94 117 / 0.4);
}

.focus\:border-e-cyan-800\/45:focus{
  border-inline-end-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(21 94 117 / 0.55);
}

.focus\:border-e-cyan-800\/60:focus{
  border-inline-end-color: rgb(21 94 117 / 0.6);
}

.focus\:border-e-cyan-800\/65:focus{
  border-inline-end-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(22 78 99 / 0.35);
}

.focus\:border-e-cyan-900\/40:focus{
  border-inline-end-color: rgb(22 78 99 / 0.4);
}

.focus\:border-e-cyan-900\/45:focus{
  border-inline-end-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(22 78 99 / 0.55);
}

.focus\:border-e-cyan-900\/60:focus{
  border-inline-end-color: rgb(22 78 99 / 0.6);
}

.focus\:border-e-cyan-900\/65:focus{
  border-inline-end-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(8 51 68 / 0.35);
}

.focus\:border-e-cyan-950\/40:focus{
  border-inline-end-color: rgb(8 51 68 / 0.4);
}

.focus\:border-e-cyan-950\/45:focus{
  border-inline-end-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(8 51 68 / 0.55);
}

.focus\:border-e-cyan-950\/60:focus{
  border-inline-end-color: rgb(8 51 68 / 0.6);
}

.focus\:border-e-cyan-950\/65:focus{
  border-inline-end-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.focus\:border-e-danger-hover:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.focus\:border-e-danger-hover\/0:focus{
  border-inline-end-color: rgb(193 49 44 / 0);
}

.focus\:border-e-danger-hover\/10:focus{
  border-inline-end-color: rgb(193 49 44 / 0.1);
}

.focus\:border-e-danger-hover\/100:focus{
  border-inline-end-color: rgb(193 49 44 / 1);
}

.focus\:border-e-danger-hover\/15:focus{
  border-inline-end-color: rgb(193 49 44 / 0.15);
}

.focus\:border-e-danger-hover\/20:focus{
  border-inline-end-color: rgb(193 49 44 / 0.2);
}

.focus\:border-e-danger-hover\/25:focus{
  border-inline-end-color: rgb(193 49 44 / 0.25);
}

.focus\:border-e-danger-hover\/30:focus{
  border-inline-end-color: rgb(193 49 44 / 0.3);
}

.focus\:border-e-danger-hover\/35:focus{
  border-inline-end-color: rgb(193 49 44 / 0.35);
}

.focus\:border-e-danger-hover\/40:focus{
  border-inline-end-color: rgb(193 49 44 / 0.4);
}

.focus\:border-e-danger-hover\/45:focus{
  border-inline-end-color: rgb(193 49 44 / 0.45);
}

.focus\:border-e-danger-hover\/5:focus{
  border-inline-end-color: rgb(193 49 44 / 0.05);
}

.focus\:border-e-danger-hover\/50:focus{
  border-inline-end-color: rgb(193 49 44 / 0.5);
}

.focus\:border-e-danger-hover\/55:focus{
  border-inline-end-color: rgb(193 49 44 / 0.55);
}

.focus\:border-e-danger-hover\/60:focus{
  border-inline-end-color: rgb(193 49 44 / 0.6);
}

.focus\:border-e-danger-hover\/65:focus{
  border-inline-end-color: rgb(193 49 44 / 0.65);
}

.focus\:border-e-danger-hover\/70:focus{
  border-inline-end-color: rgb(193 49 44 / 0.7);
}

.focus\:border-e-danger-hover\/75:focus{
  border-inline-end-color: rgb(193 49 44 / 0.75);
}

.focus\:border-e-danger-hover\/80:focus{
  border-inline-end-color: rgb(193 49 44 / 0.8);
}

.focus\:border-e-danger-hover\/85:focus{
  border-inline-end-color: rgb(193 49 44 / 0.85);
}

.focus\:border-e-danger-hover\/90:focus{
  border-inline-end-color: rgb(193 49 44 / 0.9);
}

.focus\:border-e-danger-hover\/95:focus{
  border-inline-end-color: rgb(193 49 44 / 0.95);
}

.focus\:border-e-danger\/0:focus{
  border-inline-end-color: rgb(207 59 54 / 0);
}

.focus\:border-e-danger\/10:focus{
  border-inline-end-color: rgb(207 59 54 / 0.1);
}

.focus\:border-e-danger\/100:focus{
  border-inline-end-color: rgb(207 59 54 / 1);
}

.focus\:border-e-danger\/15:focus{
  border-inline-end-color: rgb(207 59 54 / 0.15);
}

.focus\:border-e-danger\/20:focus{
  border-inline-end-color: rgb(207 59 54 / 0.2);
}

.focus\:border-e-danger\/25:focus{
  border-inline-end-color: rgb(207 59 54 / 0.25);
}

.focus\:border-e-danger\/30:focus{
  border-inline-end-color: rgb(207 59 54 / 0.3);
}

.focus\:border-e-danger\/35:focus{
  border-inline-end-color: rgb(207 59 54 / 0.35);
}

.focus\:border-e-danger\/40:focus{
  border-inline-end-color: rgb(207 59 54 / 0.4);
}

.focus\:border-e-danger\/45:focus{
  border-inline-end-color: rgb(207 59 54 / 0.45);
}

.focus\:border-e-danger\/5:focus{
  border-inline-end-color: rgb(207 59 54 / 0.05);
}

.focus\:border-e-danger\/50:focus{
  border-inline-end-color: rgb(207 59 54 / 0.5);
}

.focus\:border-e-danger\/55:focus{
  border-inline-end-color: rgb(207 59 54 / 0.55);
}

.focus\:border-e-danger\/60:focus{
  border-inline-end-color: rgb(207 59 54 / 0.6);
}

.focus\:border-e-danger\/65:focus{
  border-inline-end-color: rgb(207 59 54 / 0.65);
}

.focus\:border-e-danger\/70:focus{
  border-inline-end-color: rgb(207 59 54 / 0.7);
}

.focus\:border-e-danger\/75:focus{
  border-inline-end-color: rgb(207 59 54 / 0.75);
}

.focus\:border-e-danger\/80:focus{
  border-inline-end-color: rgb(207 59 54 / 0.8);
}

.focus\:border-e-danger\/85:focus{
  border-inline-end-color: rgb(207 59 54 / 0.85);
}

.focus\:border-e-danger\/90:focus{
  border-inline-end-color: rgb(207 59 54 / 0.9);
}

.focus\:border-e-danger\/95:focus{
  border-inline-end-color: rgb(207 59 54 / 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\/15:focus{
  border-inline-end-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(209 250 229 / 0.35);
}

.focus\:border-e-emerald-100\/40:focus{
  border-inline-end-color: rgb(209 250 229 / 0.4);
}

.focus\:border-e-emerald-100\/45:focus{
  border-inline-end-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(209 250 229 / 0.55);
}

.focus\:border-e-emerald-100\/60:focus{
  border-inline-end-color: rgb(209 250 229 / 0.6);
}

.focus\:border-e-emerald-100\/65:focus{
  border-inline-end-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(167 243 208 / 0.35);
}

.focus\:border-e-emerald-200\/40:focus{
  border-inline-end-color: rgb(167 243 208 / 0.4);
}

.focus\:border-e-emerald-200\/45:focus{
  border-inline-end-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(167 243 208 / 0.55);
}

.focus\:border-e-emerald-200\/60:focus{
  border-inline-end-color: rgb(167 243 208 / 0.6);
}

.focus\:border-e-emerald-200\/65:focus{
  border-inline-end-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(110 231 183 / 0.35);
}

.focus\:border-e-emerald-300\/40:focus{
  border-inline-end-color: rgb(110 231 183 / 0.4);
}

.focus\:border-e-emerald-300\/45:focus{
  border-inline-end-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(110 231 183 / 0.55);
}

.focus\:border-e-emerald-300\/60:focus{
  border-inline-end-color: rgb(110 231 183 / 0.6);
}

.focus\:border-e-emerald-300\/65:focus{
  border-inline-end-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(52 211 153 / 0.35);
}

.focus\:border-e-emerald-400\/40:focus{
  border-inline-end-color: rgb(52 211 153 / 0.4);
}

.focus\:border-e-emerald-400\/45:focus{
  border-inline-end-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(52 211 153 / 0.55);
}

.focus\:border-e-emerald-400\/60:focus{
  border-inline-end-color: rgb(52 211 153 / 0.6);
}

.focus\:border-e-emerald-400\/65:focus{
  border-inline-end-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(236 253 245 / 0.35);
}

.focus\:border-e-emerald-50\/40:focus{
  border-inline-end-color: rgb(236 253 245 / 0.4);
}

.focus\:border-e-emerald-50\/45:focus{
  border-inline-end-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(236 253 245 / 0.55);
}

.focus\:border-e-emerald-50\/60:focus{
  border-inline-end-color: rgb(236 253 245 / 0.6);
}

.focus\:border-e-emerald-50\/65:focus{
  border-inline-end-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(16 185 129 / 0.35);
}

.focus\:border-e-emerald-500\/40:focus{
  border-inline-end-color: rgb(16 185 129 / 0.4);
}

.focus\:border-e-emerald-500\/45:focus{
  border-inline-end-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(16 185 129 / 0.55);
}

.focus\:border-e-emerald-500\/60:focus{
  border-inline-end-color: rgb(16 185 129 / 0.6);
}

.focus\:border-e-emerald-500\/65:focus{
  border-inline-end-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(5 150 105 / 0.35);
}

.focus\:border-e-emerald-600\/40:focus{
  border-inline-end-color: rgb(5 150 105 / 0.4);
}

.focus\:border-e-emerald-600\/45:focus{
  border-inline-end-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(5 150 105 / 0.55);
}

.focus\:border-e-emerald-600\/60:focus{
  border-inline-end-color: rgb(5 150 105 / 0.6);
}

.focus\:border-e-emerald-600\/65:focus{
  border-inline-end-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(4 120 87 / 0.35);
}

.focus\:border-e-emerald-700\/40:focus{
  border-inline-end-color: rgb(4 120 87 / 0.4);
}

.focus\:border-e-emerald-700\/45:focus{
  border-inline-end-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(4 120 87 / 0.55);
}

.focus\:border-e-emerald-700\/60:focus{
  border-inline-end-color: rgb(4 120 87 / 0.6);
}

.focus\:border-e-emerald-700\/65:focus{
  border-inline-end-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(6 95 70 / 0.35);
}

.focus\:border-e-emerald-800\/40:focus{
  border-inline-end-color: rgb(6 95 70 / 0.4);
}

.focus\:border-e-emerald-800\/45:focus{
  border-inline-end-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(6 95 70 / 0.55);
}

.focus\:border-e-emerald-800\/60:focus{
  border-inline-end-color: rgb(6 95 70 / 0.6);
}

.focus\:border-e-emerald-800\/65:focus{
  border-inline-end-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(6 78 59 / 0.35);
}

.focus\:border-e-emerald-900\/40:focus{
  border-inline-end-color: rgb(6 78 59 / 0.4);
}

.focus\:border-e-emerald-900\/45:focus{
  border-inline-end-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(6 78 59 / 0.55);
}

.focus\:border-e-emerald-900\/60:focus{
  border-inline-end-color: rgb(6 78 59 / 0.6);
}

.focus\:border-e-emerald-900\/65:focus{
  border-inline-end-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(2 44 34 / 0.35);
}

.focus\:border-e-emerald-950\/40:focus{
  border-inline-end-color: rgb(2 44 34 / 0.4);
}

.focus\:border-e-emerald-950\/45:focus{
  border-inline-end-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(2 44 34 / 0.55);
}

.focus\:border-e-emerald-950\/60:focus{
  border-inline-end-color: rgb(2 44 34 / 0.6);
}

.focus\:border-e-emerald-950\/65:focus{
  border-inline-end-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.focus\:border-e-excel-hover:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.focus\:border-e-excel-hover\/0:focus{
  border-inline-end-color: rgb(9 138 107 / 0);
}

.focus\:border-e-excel-hover\/10:focus{
  border-inline-end-color: rgb(9 138 107 / 0.1);
}

.focus\:border-e-excel-hover\/100:focus{
  border-inline-end-color: rgb(9 138 107 / 1);
}

.focus\:border-e-excel-hover\/15:focus{
  border-inline-end-color: rgb(9 138 107 / 0.15);
}

.focus\:border-e-excel-hover\/20:focus{
  border-inline-end-color: rgb(9 138 107 / 0.2);
}

.focus\:border-e-excel-hover\/25:focus{
  border-inline-end-color: rgb(9 138 107 / 0.25);
}

.focus\:border-e-excel-hover\/30:focus{
  border-inline-end-color: rgb(9 138 107 / 0.3);
}

.focus\:border-e-excel-hover\/35:focus{
  border-inline-end-color: rgb(9 138 107 / 0.35);
}

.focus\:border-e-excel-hover\/40:focus{
  border-inline-end-color: rgb(9 138 107 / 0.4);
}

.focus\:border-e-excel-hover\/45:focus{
  border-inline-end-color: rgb(9 138 107 / 0.45);
}

.focus\:border-e-excel-hover\/5:focus{
  border-inline-end-color: rgb(9 138 107 / 0.05);
}

.focus\:border-e-excel-hover\/50:focus{
  border-inline-end-color: rgb(9 138 107 / 0.5);
}

.focus\:border-e-excel-hover\/55:focus{
  border-inline-end-color: rgb(9 138 107 / 0.55);
}

.focus\:border-e-excel-hover\/60:focus{
  border-inline-end-color: rgb(9 138 107 / 0.6);
}

.focus\:border-e-excel-hover\/65:focus{
  border-inline-end-color: rgb(9 138 107 / 0.65);
}

.focus\:border-e-excel-hover\/70:focus{
  border-inline-end-color: rgb(9 138 107 / 0.7);
}

.focus\:border-e-excel-hover\/75:focus{
  border-inline-end-color: rgb(9 138 107 / 0.75);
}

.focus\:border-e-excel-hover\/80:focus{
  border-inline-end-color: rgb(9 138 107 / 0.8);
}

.focus\:border-e-excel-hover\/85:focus{
  border-inline-end-color: rgb(9 138 107 / 0.85);
}

.focus\:border-e-excel-hover\/90:focus{
  border-inline-end-color: rgb(9 138 107 / 0.9);
}

.focus\:border-e-excel-hover\/95:focus{
  border-inline-end-color: rgb(9 138 107 / 0.95);
}

.focus\:border-e-excel\/0:focus{
  border-inline-end-color: rgb(11 160 123 / 0);
}

.focus\:border-e-excel\/10:focus{
  border-inline-end-color: rgb(11 160 123 / 0.1);
}

.focus\:border-e-excel\/100:focus{
  border-inline-end-color: rgb(11 160 123 / 1);
}

.focus\:border-e-excel\/15:focus{
  border-inline-end-color: rgb(11 160 123 / 0.15);
}

.focus\:border-e-excel\/20:focus{
  border-inline-end-color: rgb(11 160 123 / 0.2);
}

.focus\:border-e-excel\/25:focus{
  border-inline-end-color: rgb(11 160 123 / 0.25);
}

.focus\:border-e-excel\/30:focus{
  border-inline-end-color: rgb(11 160 123 / 0.3);
}

.focus\:border-e-excel\/35:focus{
  border-inline-end-color: rgb(11 160 123 / 0.35);
}

.focus\:border-e-excel\/40:focus{
  border-inline-end-color: rgb(11 160 123 / 0.4);
}

.focus\:border-e-excel\/45:focus{
  border-inline-end-color: rgb(11 160 123 / 0.45);
}

.focus\:border-e-excel\/5:focus{
  border-inline-end-color: rgb(11 160 123 / 0.05);
}

.focus\:border-e-excel\/50:focus{
  border-inline-end-color: rgb(11 160 123 / 0.5);
}

.focus\:border-e-excel\/55:focus{
  border-inline-end-color: rgb(11 160 123 / 0.55);
}

.focus\:border-e-excel\/60:focus{
  border-inline-end-color: rgb(11 160 123 / 0.6);
}

.focus\:border-e-excel\/65:focus{
  border-inline-end-color: rgb(11 160 123 / 0.65);
}

.focus\:border-e-excel\/70:focus{
  border-inline-end-color: rgb(11 160 123 / 0.7);
}

.focus\:border-e-excel\/75:focus{
  border-inline-end-color: rgb(11 160 123 / 0.75);
}

.focus\:border-e-excel\/80:focus{
  border-inline-end-color: rgb(11 160 123 / 0.8);
}

.focus\:border-e-excel\/85:focus{
  border-inline-end-color: rgb(11 160 123 / 0.85);
}

.focus\:border-e-excel\/90:focus{
  border-inline-end-color: rgb(11 160 123 / 0.9);
}

.focus\:border-e-excel\/95:focus{
  border-inline-end-color: rgb(11 160 123 / 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\/15:focus{
  border-inline-end-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(250 232 255 / 0.35);
}

.focus\:border-e-fuchsia-100\/40:focus{
  border-inline-end-color: rgb(250 232 255 / 0.4);
}

.focus\:border-e-fuchsia-100\/45:focus{
  border-inline-end-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(250 232 255 / 0.55);
}

.focus\:border-e-fuchsia-100\/60:focus{
  border-inline-end-color: rgb(250 232 255 / 0.6);
}

.focus\:border-e-fuchsia-100\/65:focus{
  border-inline-end-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(245 208 254 / 0.35);
}

.focus\:border-e-fuchsia-200\/40:focus{
  border-inline-end-color: rgb(245 208 254 / 0.4);
}

.focus\:border-e-fuchsia-200\/45:focus{
  border-inline-end-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(245 208 254 / 0.55);
}

.focus\:border-e-fuchsia-200\/60:focus{
  border-inline-end-color: rgb(245 208 254 / 0.6);
}

.focus\:border-e-fuchsia-200\/65:focus{
  border-inline-end-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(240 171 252 / 0.35);
}

.focus\:border-e-fuchsia-300\/40:focus{
  border-inline-end-color: rgb(240 171 252 / 0.4);
}

.focus\:border-e-fuchsia-300\/45:focus{
  border-inline-end-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(240 171 252 / 0.55);
}

.focus\:border-e-fuchsia-300\/60:focus{
  border-inline-end-color: rgb(240 171 252 / 0.6);
}

.focus\:border-e-fuchsia-300\/65:focus{
  border-inline-end-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(232 121 249 / 0.35);
}

.focus\:border-e-fuchsia-400\/40:focus{
  border-inline-end-color: rgb(232 121 249 / 0.4);
}

.focus\:border-e-fuchsia-400\/45:focus{
  border-inline-end-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(232 121 249 / 0.55);
}

.focus\:border-e-fuchsia-400\/60:focus{
  border-inline-end-color: rgb(232 121 249 / 0.6);
}

.focus\:border-e-fuchsia-400\/65:focus{
  border-inline-end-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(253 244 255 / 0.35);
}

.focus\:border-e-fuchsia-50\/40:focus{
  border-inline-end-color: rgb(253 244 255 / 0.4);
}

.focus\:border-e-fuchsia-50\/45:focus{
  border-inline-end-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(253 244 255 / 0.55);
}

.focus\:border-e-fuchsia-50\/60:focus{
  border-inline-end-color: rgb(253 244 255 / 0.6);
}

.focus\:border-e-fuchsia-50\/65:focus{
  border-inline-end-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(217 70 239 / 0.35);
}

.focus\:border-e-fuchsia-500\/40:focus{
  border-inline-end-color: rgb(217 70 239 / 0.4);
}

.focus\:border-e-fuchsia-500\/45:focus{
  border-inline-end-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(217 70 239 / 0.55);
}

.focus\:border-e-fuchsia-500\/60:focus{
  border-inline-end-color: rgb(217 70 239 / 0.6);
}

.focus\:border-e-fuchsia-500\/65:focus{
  border-inline-end-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(192 38 211 / 0.35);
}

.focus\:border-e-fuchsia-600\/40:focus{
  border-inline-end-color: rgb(192 38 211 / 0.4);
}

.focus\:border-e-fuchsia-600\/45:focus{
  border-inline-end-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(192 38 211 / 0.55);
}

.focus\:border-e-fuchsia-600\/60:focus{
  border-inline-end-color: rgb(192 38 211 / 0.6);
}

.focus\:border-e-fuchsia-600\/65:focus{
  border-inline-end-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(162 28 175 / 0.35);
}

.focus\:border-e-fuchsia-700\/40:focus{
  border-inline-end-color: rgb(162 28 175 / 0.4);
}

.focus\:border-e-fuchsia-700\/45:focus{
  border-inline-end-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(162 28 175 / 0.55);
}

.focus\:border-e-fuchsia-700\/60:focus{
  border-inline-end-color: rgb(162 28 175 / 0.6);
}

.focus\:border-e-fuchsia-700\/65:focus{
  border-inline-end-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(134 25 143 / 0.35);
}

.focus\:border-e-fuchsia-800\/40:focus{
  border-inline-end-color: rgb(134 25 143 / 0.4);
}

.focus\:border-e-fuchsia-800\/45:focus{
  border-inline-end-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(134 25 143 / 0.55);
}

.focus\:border-e-fuchsia-800\/60:focus{
  border-inline-end-color: rgb(134 25 143 / 0.6);
}

.focus\:border-e-fuchsia-800\/65:focus{
  border-inline-end-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(112 26 117 / 0.35);
}

.focus\:border-e-fuchsia-900\/40:focus{
  border-inline-end-color: rgb(112 26 117 / 0.4);
}

.focus\:border-e-fuchsia-900\/45:focus{
  border-inline-end-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(112 26 117 / 0.55);
}

.focus\:border-e-fuchsia-900\/60:focus{
  border-inline-end-color: rgb(112 26 117 / 0.6);
}

.focus\:border-e-fuchsia-900\/65:focus{
  border-inline-end-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(74 4 78 / 0.35);
}

.focus\:border-e-fuchsia-950\/40:focus{
  border-inline-end-color: rgb(74 4 78 / 0.4);
}

.focus\:border-e-fuchsia-950\/45:focus{
  border-inline-end-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(74 4 78 / 0.55);
}

.focus\:border-e-fuchsia-950\/60:focus{
  border-inline-end-color: rgb(74 4 78 / 0.6);
}

.focus\:border-e-fuchsia-950\/65:focus{
  border-inline-end-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(243 244 246 / 0.35);
}

.focus\:border-e-gray-100\/40:focus{
  border-inline-end-color: rgb(243 244 246 / 0.4);
}

.focus\:border-e-gray-100\/45:focus{
  border-inline-end-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(243 244 246 / 0.55);
}

.focus\:border-e-gray-100\/60:focus{
  border-inline-end-color: rgb(243 244 246 / 0.6);
}

.focus\:border-e-gray-100\/65:focus{
  border-inline-end-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(229 231 235 / 0.35);
}

.focus\:border-e-gray-200\/40:focus{
  border-inline-end-color: rgb(229 231 235 / 0.4);
}

.focus\:border-e-gray-200\/45:focus{
  border-inline-end-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(229 231 235 / 0.55);
}

.focus\:border-e-gray-200\/60:focus{
  border-inline-end-color: rgb(229 231 235 / 0.6);
}

.focus\:border-e-gray-200\/65:focus{
  border-inline-end-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(209 213 219 / 0.35);
}

.focus\:border-e-gray-300\/40:focus{
  border-inline-end-color: rgb(209 213 219 / 0.4);
}

.focus\:border-e-gray-300\/45:focus{
  border-inline-end-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(209 213 219 / 0.55);
}

.focus\:border-e-gray-300\/60:focus{
  border-inline-end-color: rgb(209 213 219 / 0.6);
}

.focus\:border-e-gray-300\/65:focus{
  border-inline-end-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(156 163 175 / 0.35);
}

.focus\:border-e-gray-400\/40:focus{
  border-inline-end-color: rgb(156 163 175 / 0.4);
}

.focus\:border-e-gray-400\/45:focus{
  border-inline-end-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(156 163 175 / 0.55);
}

.focus\:border-e-gray-400\/60:focus{
  border-inline-end-color: rgb(156 163 175 / 0.6);
}

.focus\:border-e-gray-400\/65:focus{
  border-inline-end-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(249 250 251 / 0.35);
}

.focus\:border-e-gray-50\/40:focus{
  border-inline-end-color: rgb(249 250 251 / 0.4);
}

.focus\:border-e-gray-50\/45:focus{
  border-inline-end-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(249 250 251 / 0.55);
}

.focus\:border-e-gray-50\/60:focus{
  border-inline-end-color: rgb(249 250 251 / 0.6);
}

.focus\:border-e-gray-50\/65:focus{
  border-inline-end-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(107 114 128 / 0.35);
}

.focus\:border-e-gray-500\/40:focus{
  border-inline-end-color: rgb(107 114 128 / 0.4);
}

.focus\:border-e-gray-500\/45:focus{
  border-inline-end-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(107 114 128 / 0.55);
}

.focus\:border-e-gray-500\/60:focus{
  border-inline-end-color: rgb(107 114 128 / 0.6);
}

.focus\:border-e-gray-500\/65:focus{
  border-inline-end-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(75 85 99 / 0.35);
}

.focus\:border-e-gray-600\/40:focus{
  border-inline-end-color: rgb(75 85 99 / 0.4);
}

.focus\:border-e-gray-600\/45:focus{
  border-inline-end-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(75 85 99 / 0.55);
}

.focus\:border-e-gray-600\/60:focus{
  border-inline-end-color: rgb(75 85 99 / 0.6);
}

.focus\:border-e-gray-600\/65:focus{
  border-inline-end-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(55 65 81 / 0.35);
}

.focus\:border-e-gray-700\/40:focus{
  border-inline-end-color: rgb(55 65 81 / 0.4);
}

.focus\:border-e-gray-700\/45:focus{
  border-inline-end-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(55 65 81 / 0.55);
}

.focus\:border-e-gray-700\/60:focus{
  border-inline-end-color: rgb(55 65 81 / 0.6);
}

.focus\:border-e-gray-700\/65:focus{
  border-inline-end-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(31 41 55 / 0.35);
}

.focus\:border-e-gray-800\/40:focus{
  border-inline-end-color: rgb(31 41 55 / 0.4);
}

.focus\:border-e-gray-800\/45:focus{
  border-inline-end-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(31 41 55 / 0.55);
}

.focus\:border-e-gray-800\/60:focus{
  border-inline-end-color: rgb(31 41 55 / 0.6);
}

.focus\:border-e-gray-800\/65:focus{
  border-inline-end-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(17 24 39 / 0.35);
}

.focus\:border-e-gray-900\/40:focus{
  border-inline-end-color: rgb(17 24 39 / 0.4);
}

.focus\:border-e-gray-900\/45:focus{
  border-inline-end-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(17 24 39 / 0.55);
}

.focus\:border-e-gray-900\/60:focus{
  border-inline-end-color: rgb(17 24 39 / 0.6);
}

.focus\:border-e-gray-900\/65:focus{
  border-inline-end-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(3 7 18 / 0.35);
}

.focus\:border-e-gray-950\/40:focus{
  border-inline-end-color: rgb(3 7 18 / 0.4);
}

.focus\:border-e-gray-950\/45:focus{
  border-inline-end-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(3 7 18 / 0.55);
}

.focus\:border-e-gray-950\/60:focus{
  border-inline-end-color: rgb(3 7 18 / 0.6);
}

.focus\:border-e-gray-950\/65:focus{
  border-inline-end-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(220 252 231 / 0.35);
}

.focus\:border-e-green-100\/40:focus{
  border-inline-end-color: rgb(220 252 231 / 0.4);
}

.focus\:border-e-green-100\/45:focus{
  border-inline-end-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(220 252 231 / 0.55);
}

.focus\:border-e-green-100\/60:focus{
  border-inline-end-color: rgb(220 252 231 / 0.6);
}

.focus\:border-e-green-100\/65:focus{
  border-inline-end-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(187 247 208 / 0.35);
}

.focus\:border-e-green-200\/40:focus{
  border-inline-end-color: rgb(187 247 208 / 0.4);
}

.focus\:border-e-green-200\/45:focus{
  border-inline-end-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(187 247 208 / 0.55);
}

.focus\:border-e-green-200\/60:focus{
  border-inline-end-color: rgb(187 247 208 / 0.6);
}

.focus\:border-e-green-200\/65:focus{
  border-inline-end-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(134 239 172 / 0.35);
}

.focus\:border-e-green-300\/40:focus{
  border-inline-end-color: rgb(134 239 172 / 0.4);
}

.focus\:border-e-green-300\/45:focus{
  border-inline-end-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(134 239 172 / 0.55);
}

.focus\:border-e-green-300\/60:focus{
  border-inline-end-color: rgb(134 239 172 / 0.6);
}

.focus\:border-e-green-300\/65:focus{
  border-inline-end-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(74 222 128 / 0.35);
}

.focus\:border-e-green-400\/40:focus{
  border-inline-end-color: rgb(74 222 128 / 0.4);
}

.focus\:border-e-green-400\/45:focus{
  border-inline-end-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(74 222 128 / 0.55);
}

.focus\:border-e-green-400\/60:focus{
  border-inline-end-color: rgb(74 222 128 / 0.6);
}

.focus\:border-e-green-400\/65:focus{
  border-inline-end-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(240 253 244 / 0.35);
}

.focus\:border-e-green-50\/40:focus{
  border-inline-end-color: rgb(240 253 244 / 0.4);
}

.focus\:border-e-green-50\/45:focus{
  border-inline-end-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(240 253 244 / 0.55);
}

.focus\:border-e-green-50\/60:focus{
  border-inline-end-color: rgb(240 253 244 / 0.6);
}

.focus\:border-e-green-50\/65:focus{
  border-inline-end-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(34 197 94 / 0.35);
}

.focus\:border-e-green-500\/40:focus{
  border-inline-end-color: rgb(34 197 94 / 0.4);
}

.focus\:border-e-green-500\/45:focus{
  border-inline-end-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(34 197 94 / 0.55);
}

.focus\:border-e-green-500\/60:focus{
  border-inline-end-color: rgb(34 197 94 / 0.6);
}

.focus\:border-e-green-500\/65:focus{
  border-inline-end-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(22 163 74 / 0.35);
}

.focus\:border-e-green-600\/40:focus{
  border-inline-end-color: rgb(22 163 74 / 0.4);
}

.focus\:border-e-green-600\/45:focus{
  border-inline-end-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(22 163 74 / 0.55);
}

.focus\:border-e-green-600\/60:focus{
  border-inline-end-color: rgb(22 163 74 / 0.6);
}

.focus\:border-e-green-600\/65:focus{
  border-inline-end-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(21 128 61 / 0.35);
}

.focus\:border-e-green-700\/40:focus{
  border-inline-end-color: rgb(21 128 61 / 0.4);
}

.focus\:border-e-green-700\/45:focus{
  border-inline-end-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(21 128 61 / 0.55);
}

.focus\:border-e-green-700\/60:focus{
  border-inline-end-color: rgb(21 128 61 / 0.6);
}

.focus\:border-e-green-700\/65:focus{
  border-inline-end-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(22 101 52 / 0.35);
}

.focus\:border-e-green-800\/40:focus{
  border-inline-end-color: rgb(22 101 52 / 0.4);
}

.focus\:border-e-green-800\/45:focus{
  border-inline-end-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(22 101 52 / 0.55);
}

.focus\:border-e-green-800\/60:focus{
  border-inline-end-color: rgb(22 101 52 / 0.6);
}

.focus\:border-e-green-800\/65:focus{
  border-inline-end-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(20 83 45 / 0.35);
}

.focus\:border-e-green-900\/40:focus{
  border-inline-end-color: rgb(20 83 45 / 0.4);
}

.focus\:border-e-green-900\/45:focus{
  border-inline-end-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(20 83 45 / 0.55);
}

.focus\:border-e-green-900\/60:focus{
  border-inline-end-color: rgb(20 83 45 / 0.6);
}

.focus\:border-e-green-900\/65:focus{
  border-inline-end-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(5 46 22 / 0.35);
}

.focus\:border-e-green-950\/40:focus{
  border-inline-end-color: rgb(5 46 22 / 0.4);
}

.focus\:border-e-green-950\/45:focus{
  border-inline-end-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(5 46 22 / 0.55);
}

.focus\:border-e-green-950\/60:focus{
  border-inline-end-color: rgb(5 46 22 / 0.6);
}

.focus\:border-e-green-950\/65:focus{
  border-inline-end-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(224 231 255 / 0.35);
}

.focus\:border-e-indigo-100\/40:focus{
  border-inline-end-color: rgb(224 231 255 / 0.4);
}

.focus\:border-e-indigo-100\/45:focus{
  border-inline-end-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(224 231 255 / 0.55);
}

.focus\:border-e-indigo-100\/60:focus{
  border-inline-end-color: rgb(224 231 255 / 0.6);
}

.focus\:border-e-indigo-100\/65:focus{
  border-inline-end-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(199 210 254 / 0.35);
}

.focus\:border-e-indigo-200\/40:focus{
  border-inline-end-color: rgb(199 210 254 / 0.4);
}

.focus\:border-e-indigo-200\/45:focus{
  border-inline-end-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(199 210 254 / 0.55);
}

.focus\:border-e-indigo-200\/60:focus{
  border-inline-end-color: rgb(199 210 254 / 0.6);
}

.focus\:border-e-indigo-200\/65:focus{
  border-inline-end-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(165 180 252 / 0.35);
}

.focus\:border-e-indigo-300\/40:focus{
  border-inline-end-color: rgb(165 180 252 / 0.4);
}

.focus\:border-e-indigo-300\/45:focus{
  border-inline-end-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(165 180 252 / 0.55);
}

.focus\:border-e-indigo-300\/60:focus{
  border-inline-end-color: rgb(165 180 252 / 0.6);
}

.focus\:border-e-indigo-300\/65:focus{
  border-inline-end-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(129 140 248 / 0.35);
}

.focus\:border-e-indigo-400\/40:focus{
  border-inline-end-color: rgb(129 140 248 / 0.4);
}

.focus\:border-e-indigo-400\/45:focus{
  border-inline-end-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(129 140 248 / 0.55);
}

.focus\:border-e-indigo-400\/60:focus{
  border-inline-end-color: rgb(129 140 248 / 0.6);
}

.focus\:border-e-indigo-400\/65:focus{
  border-inline-end-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(238 242 255 / 0.35);
}

.focus\:border-e-indigo-50\/40:focus{
  border-inline-end-color: rgb(238 242 255 / 0.4);
}

.focus\:border-e-indigo-50\/45:focus{
  border-inline-end-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(238 242 255 / 0.55);
}

.focus\:border-e-indigo-50\/60:focus{
  border-inline-end-color: rgb(238 242 255 / 0.6);
}

.focus\:border-e-indigo-50\/65:focus{
  border-inline-end-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(99 102 241 / 0.35);
}

.focus\:border-e-indigo-500\/40:focus{
  border-inline-end-color: rgb(99 102 241 / 0.4);
}

.focus\:border-e-indigo-500\/45:focus{
  border-inline-end-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(99 102 241 / 0.55);
}

.focus\:border-e-indigo-500\/60:focus{
  border-inline-end-color: rgb(99 102 241 / 0.6);
}

.focus\:border-e-indigo-500\/65:focus{
  border-inline-end-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(79 70 229 / 0.35);
}

.focus\:border-e-indigo-600\/40:focus{
  border-inline-end-color: rgb(79 70 229 / 0.4);
}

.focus\:border-e-indigo-600\/45:focus{
  border-inline-end-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(79 70 229 / 0.55);
}

.focus\:border-e-indigo-600\/60:focus{
  border-inline-end-color: rgb(79 70 229 / 0.6);
}

.focus\:border-e-indigo-600\/65:focus{
  border-inline-end-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(67 56 202 / 0.35);
}

.focus\:border-e-indigo-700\/40:focus{
  border-inline-end-color: rgb(67 56 202 / 0.4);
}

.focus\:border-e-indigo-700\/45:focus{
  border-inline-end-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(67 56 202 / 0.55);
}

.focus\:border-e-indigo-700\/60:focus{
  border-inline-end-color: rgb(67 56 202 / 0.6);
}

.focus\:border-e-indigo-700\/65:focus{
  border-inline-end-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(55 48 163 / 0.35);
}

.focus\:border-e-indigo-800\/40:focus{
  border-inline-end-color: rgb(55 48 163 / 0.4);
}

.focus\:border-e-indigo-800\/45:focus{
  border-inline-end-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(55 48 163 / 0.55);
}

.focus\:border-e-indigo-800\/60:focus{
  border-inline-end-color: rgb(55 48 163 / 0.6);
}

.focus\:border-e-indigo-800\/65:focus{
  border-inline-end-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(49 46 129 / 0.35);
}

.focus\:border-e-indigo-900\/40:focus{
  border-inline-end-color: rgb(49 46 129 / 0.4);
}

.focus\:border-e-indigo-900\/45:focus{
  border-inline-end-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(49 46 129 / 0.55);
}

.focus\:border-e-indigo-900\/60:focus{
  border-inline-end-color: rgb(49 46 129 / 0.6);
}

.focus\:border-e-indigo-900\/65:focus{
  border-inline-end-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(30 27 75 / 0.35);
}

.focus\:border-e-indigo-950\/40:focus{
  border-inline-end-color: rgb(30 27 75 / 0.4);
}

.focus\:border-e-indigo-950\/45:focus{
  border-inline-end-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(30 27 75 / 0.55);
}

.focus\:border-e-indigo-950\/60:focus{
  border-inline-end-color: rgb(30 27 75 / 0.6);
}

.focus\:border-e-indigo-950\/65:focus{
  border-inline-end-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.focus\:border-e-info-hover:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.focus\:border-e-info-hover\/0:focus{
  border-inline-end-color: rgb(203 122 0 / 0);
}

.focus\:border-e-info-hover\/10:focus{
  border-inline-end-color: rgb(203 122 0 / 0.1);
}

.focus\:border-e-info-hover\/100:focus{
  border-inline-end-color: rgb(203 122 0 / 1);
}

.focus\:border-e-info-hover\/15:focus{
  border-inline-end-color: rgb(203 122 0 / 0.15);
}

.focus\:border-e-info-hover\/20:focus{
  border-inline-end-color: rgb(203 122 0 / 0.2);
}

.focus\:border-e-info-hover\/25:focus{
  border-inline-end-color: rgb(203 122 0 / 0.25);
}

.focus\:border-e-info-hover\/30:focus{
  border-inline-end-color: rgb(203 122 0 / 0.3);
}

.focus\:border-e-info-hover\/35:focus{
  border-inline-end-color: rgb(203 122 0 / 0.35);
}

.focus\:border-e-info-hover\/40:focus{
  border-inline-end-color: rgb(203 122 0 / 0.4);
}

.focus\:border-e-info-hover\/45:focus{
  border-inline-end-color: rgb(203 122 0 / 0.45);
}

.focus\:border-e-info-hover\/5:focus{
  border-inline-end-color: rgb(203 122 0 / 0.05);
}

.focus\:border-e-info-hover\/50:focus{
  border-inline-end-color: rgb(203 122 0 / 0.5);
}

.focus\:border-e-info-hover\/55:focus{
  border-inline-end-color: rgb(203 122 0 / 0.55);
}

.focus\:border-e-info-hover\/60:focus{
  border-inline-end-color: rgb(203 122 0 / 0.6);
}

.focus\:border-e-info-hover\/65:focus{
  border-inline-end-color: rgb(203 122 0 / 0.65);
}

.focus\:border-e-info-hover\/70:focus{
  border-inline-end-color: rgb(203 122 0 / 0.7);
}

.focus\:border-e-info-hover\/75:focus{
  border-inline-end-color: rgb(203 122 0 / 0.75);
}

.focus\:border-e-info-hover\/80:focus{
  border-inline-end-color: rgb(203 122 0 / 0.8);
}

.focus\:border-e-info-hover\/85:focus{
  border-inline-end-color: rgb(203 122 0 / 0.85);
}

.focus\:border-e-info-hover\/90:focus{
  border-inline-end-color: rgb(203 122 0 / 0.9);
}

.focus\:border-e-info-hover\/95:focus{
  border-inline-end-color: rgb(203 122 0 / 0.95);
}

.focus\:border-e-info\/0:focus{
  border-inline-end-color: rgb(247 159 26 / 0);
}

.focus\:border-e-info\/10:focus{
  border-inline-end-color: rgb(247 159 26 / 0.1);
}

.focus\:border-e-info\/100:focus{
  border-inline-end-color: rgb(247 159 26 / 1);
}

.focus\:border-e-info\/15:focus{
  border-inline-end-color: rgb(247 159 26 / 0.15);
}

.focus\:border-e-info\/20:focus{
  border-inline-end-color: rgb(247 159 26 / 0.2);
}

.focus\:border-e-info\/25:focus{
  border-inline-end-color: rgb(247 159 26 / 0.25);
}

.focus\:border-e-info\/30:focus{
  border-inline-end-color: rgb(247 159 26 / 0.3);
}

.focus\:border-e-info\/35:focus{
  border-inline-end-color: rgb(247 159 26 / 0.35);
}

.focus\:border-e-info\/40:focus{
  border-inline-end-color: rgb(247 159 26 / 0.4);
}

.focus\:border-e-info\/45:focus{
  border-inline-end-color: rgb(247 159 26 / 0.45);
}

.focus\:border-e-info\/5:focus{
  border-inline-end-color: rgb(247 159 26 / 0.05);
}

.focus\:border-e-info\/50:focus{
  border-inline-end-color: rgb(247 159 26 / 0.5);
}

.focus\:border-e-info\/55:focus{
  border-inline-end-color: rgb(247 159 26 / 0.55);
}

.focus\:border-e-info\/60:focus{
  border-inline-end-color: rgb(247 159 26 / 0.6);
}

.focus\:border-e-info\/65:focus{
  border-inline-end-color: rgb(247 159 26 / 0.65);
}

.focus\:border-e-info\/70:focus{
  border-inline-end-color: rgb(247 159 26 / 0.7);
}

.focus\:border-e-info\/75:focus{
  border-inline-end-color: rgb(247 159 26 / 0.75);
}

.focus\:border-e-info\/80:focus{
  border-inline-end-color: rgb(247 159 26 / 0.8);
}

.focus\:border-e-info\/85:focus{
  border-inline-end-color: rgb(247 159 26 / 0.85);
}

.focus\:border-e-info\/90:focus{
  border-inline-end-color: rgb(247 159 26 / 0.9);
}

.focus\:border-e-info\/95:focus{
  border-inline-end-color: rgb(247 159 26 / 0.95);
}

.focus\:border-e-inherit:focus{
  border-inline-end-color: inherit;
}

.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\/15:focus{
  border-inline-end-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(236 252 203 / 0.35);
}

.focus\:border-e-lime-100\/40:focus{
  border-inline-end-color: rgb(236 252 203 / 0.4);
}

.focus\:border-e-lime-100\/45:focus{
  border-inline-end-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(236 252 203 / 0.55);
}

.focus\:border-e-lime-100\/60:focus{
  border-inline-end-color: rgb(236 252 203 / 0.6);
}

.focus\:border-e-lime-100\/65:focus{
  border-inline-end-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(217 249 157 / 0.35);
}

.focus\:border-e-lime-200\/40:focus{
  border-inline-end-color: rgb(217 249 157 / 0.4);
}

.focus\:border-e-lime-200\/45:focus{
  border-inline-end-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(217 249 157 / 0.55);
}

.focus\:border-e-lime-200\/60:focus{
  border-inline-end-color: rgb(217 249 157 / 0.6);
}

.focus\:border-e-lime-200\/65:focus{
  border-inline-end-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(190 242 100 / 0.35);
}

.focus\:border-e-lime-300\/40:focus{
  border-inline-end-color: rgb(190 242 100 / 0.4);
}

.focus\:border-e-lime-300\/45:focus{
  border-inline-end-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(190 242 100 / 0.55);
}

.focus\:border-e-lime-300\/60:focus{
  border-inline-end-color: rgb(190 242 100 / 0.6);
}

.focus\:border-e-lime-300\/65:focus{
  border-inline-end-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(163 230 53 / 0.35);
}

.focus\:border-e-lime-400\/40:focus{
  border-inline-end-color: rgb(163 230 53 / 0.4);
}

.focus\:border-e-lime-400\/45:focus{
  border-inline-end-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(163 230 53 / 0.55);
}

.focus\:border-e-lime-400\/60:focus{
  border-inline-end-color: rgb(163 230 53 / 0.6);
}

.focus\:border-e-lime-400\/65:focus{
  border-inline-end-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(247 254 231 / 0.35);
}

.focus\:border-e-lime-50\/40:focus{
  border-inline-end-color: rgb(247 254 231 / 0.4);
}

.focus\:border-e-lime-50\/45:focus{
  border-inline-end-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(247 254 231 / 0.55);
}

.focus\:border-e-lime-50\/60:focus{
  border-inline-end-color: rgb(247 254 231 / 0.6);
}

.focus\:border-e-lime-50\/65:focus{
  border-inline-end-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(132 204 22 / 0.35);
}

.focus\:border-e-lime-500\/40:focus{
  border-inline-end-color: rgb(132 204 22 / 0.4);
}

.focus\:border-e-lime-500\/45:focus{
  border-inline-end-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(132 204 22 / 0.55);
}

.focus\:border-e-lime-500\/60:focus{
  border-inline-end-color: rgb(132 204 22 / 0.6);
}

.focus\:border-e-lime-500\/65:focus{
  border-inline-end-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(101 163 13 / 0.35);
}

.focus\:border-e-lime-600\/40:focus{
  border-inline-end-color: rgb(101 163 13 / 0.4);
}

.focus\:border-e-lime-600\/45:focus{
  border-inline-end-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(101 163 13 / 0.55);
}

.focus\:border-e-lime-600\/60:focus{
  border-inline-end-color: rgb(101 163 13 / 0.6);
}

.focus\:border-e-lime-600\/65:focus{
  border-inline-end-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(77 124 15 / 0.35);
}

.focus\:border-e-lime-700\/40:focus{
  border-inline-end-color: rgb(77 124 15 / 0.4);
}

.focus\:border-e-lime-700\/45:focus{
  border-inline-end-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(77 124 15 / 0.55);
}

.focus\:border-e-lime-700\/60:focus{
  border-inline-end-color: rgb(77 124 15 / 0.6);
}

.focus\:border-e-lime-700\/65:focus{
  border-inline-end-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(63 98 18 / 0.35);
}

.focus\:border-e-lime-800\/40:focus{
  border-inline-end-color: rgb(63 98 18 / 0.4);
}

.focus\:border-e-lime-800\/45:focus{
  border-inline-end-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(63 98 18 / 0.55);
}

.focus\:border-e-lime-800\/60:focus{
  border-inline-end-color: rgb(63 98 18 / 0.6);
}

.focus\:border-e-lime-800\/65:focus{
  border-inline-end-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(54 83 20 / 0.35);
}

.focus\:border-e-lime-900\/40:focus{
  border-inline-end-color: rgb(54 83 20 / 0.4);
}

.focus\:border-e-lime-900\/45:focus{
  border-inline-end-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(54 83 20 / 0.55);
}

.focus\:border-e-lime-900\/60:focus{
  border-inline-end-color: rgb(54 83 20 / 0.6);
}

.focus\:border-e-lime-900\/65:focus{
  border-inline-end-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(26 46 5 / 0.35);
}

.focus\:border-e-lime-950\/40:focus{
  border-inline-end-color: rgb(26 46 5 / 0.4);
}

.focus\:border-e-lime-950\/45:focus{
  border-inline-end-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(26 46 5 / 0.55);
}

.focus\:border-e-lime-950\/60:focus{
  border-inline-end-color: rgb(26 46 5 / 0.6);
}

.focus\:border-e-lime-950\/65:focus{
  border-inline-end-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-01\/0:focus{
  border-inline-end-color: rgb(224 224 224 / 0);
}

.focus\:border-e-neutral-01\/10:focus{
  border-inline-end-color: rgb(224 224 224 / 0.1);
}

.focus\:border-e-neutral-01\/100:focus{
  border-inline-end-color: rgb(224 224 224 / 1);
}

.focus\:border-e-neutral-01\/15:focus{
  border-inline-end-color: rgb(224 224 224 / 0.15);
}

.focus\:border-e-neutral-01\/20:focus{
  border-inline-end-color: rgb(224 224 224 / 0.2);
}

.focus\:border-e-neutral-01\/25:focus{
  border-inline-end-color: rgb(224 224 224 / 0.25);
}

.focus\:border-e-neutral-01\/30:focus{
  border-inline-end-color: rgb(224 224 224 / 0.3);
}

.focus\:border-e-neutral-01\/35:focus{
  border-inline-end-color: rgb(224 224 224 / 0.35);
}

.focus\:border-e-neutral-01\/40:focus{
  border-inline-end-color: rgb(224 224 224 / 0.4);
}

.focus\:border-e-neutral-01\/45:focus{
  border-inline-end-color: rgb(224 224 224 / 0.45);
}

.focus\:border-e-neutral-01\/5:focus{
  border-inline-end-color: rgb(224 224 224 / 0.05);
}

.focus\:border-e-neutral-01\/50:focus{
  border-inline-end-color: rgb(224 224 224 / 0.5);
}

.focus\:border-e-neutral-01\/55:focus{
  border-inline-end-color: rgb(224 224 224 / 0.55);
}

.focus\:border-e-neutral-01\/60:focus{
  border-inline-end-color: rgb(224 224 224 / 0.6);
}

.focus\:border-e-neutral-01\/65:focus{
  border-inline-end-color: rgb(224 224 224 / 0.65);
}

.focus\:border-e-neutral-01\/70:focus{
  border-inline-end-color: rgb(224 224 224 / 0.7);
}

.focus\:border-e-neutral-01\/75:focus{
  border-inline-end-color: rgb(224 224 224 / 0.75);
}

.focus\:border-e-neutral-01\/80:focus{
  border-inline-end-color: rgb(224 224 224 / 0.8);
}

.focus\:border-e-neutral-01\/85:focus{
  border-inline-end-color: rgb(224 224 224 / 0.85);
}

.focus\:border-e-neutral-01\/90:focus{
  border-inline-end-color: rgb(224 224 224 / 0.9);
}

.focus\:border-e-neutral-01\/95:focus{
  border-inline-end-color: rgb(224 224 224 / 0.95);
}

.focus\:border-e-neutral-02:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-02\/0:focus{
  border-inline-end-color: rgb(228 234 238 / 0);
}

.focus\:border-e-neutral-02\/10:focus{
  border-inline-end-color: rgb(228 234 238 / 0.1);
}

.focus\:border-e-neutral-02\/100:focus{
  border-inline-end-color: rgb(228 234 238 / 1);
}

.focus\:border-e-neutral-02\/15:focus{
  border-inline-end-color: rgb(228 234 238 / 0.15);
}

.focus\:border-e-neutral-02\/20:focus{
  border-inline-end-color: rgb(228 234 238 / 0.2);
}

.focus\:border-e-neutral-02\/25:focus{
  border-inline-end-color: rgb(228 234 238 / 0.25);
}

.focus\:border-e-neutral-02\/30:focus{
  border-inline-end-color: rgb(228 234 238 / 0.3);
}

.focus\:border-e-neutral-02\/35:focus{
  border-inline-end-color: rgb(228 234 238 / 0.35);
}

.focus\:border-e-neutral-02\/40:focus{
  border-inline-end-color: rgb(228 234 238 / 0.4);
}

.focus\:border-e-neutral-02\/45:focus{
  border-inline-end-color: rgb(228 234 238 / 0.45);
}

.focus\:border-e-neutral-02\/5:focus{
  border-inline-end-color: rgb(228 234 238 / 0.05);
}

.focus\:border-e-neutral-02\/50:focus{
  border-inline-end-color: rgb(228 234 238 / 0.5);
}

.focus\:border-e-neutral-02\/55:focus{
  border-inline-end-color: rgb(228 234 238 / 0.55);
}

.focus\:border-e-neutral-02\/60:focus{
  border-inline-end-color: rgb(228 234 238 / 0.6);
}

.focus\:border-e-neutral-02\/65:focus{
  border-inline-end-color: rgb(228 234 238 / 0.65);
}

.focus\:border-e-neutral-02\/70:focus{
  border-inline-end-color: rgb(228 234 238 / 0.7);
}

.focus\:border-e-neutral-02\/75:focus{
  border-inline-end-color: rgb(228 234 238 / 0.75);
}

.focus\:border-e-neutral-02\/80:focus{
  border-inline-end-color: rgb(228 234 238 / 0.8);
}

.focus\:border-e-neutral-02\/85:focus{
  border-inline-end-color: rgb(228 234 238 / 0.85);
}

.focus\:border-e-neutral-02\/90:focus{
  border-inline-end-color: rgb(228 234 238 / 0.9);
}

.focus\:border-e-neutral-02\/95:focus{
  border-inline-end-color: rgb(228 234 238 / 0.95);
}

.focus\:border-e-neutral-03:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-03\/0:focus{
  border-inline-end-color: rgb(236 239 250 / 0);
}

.focus\:border-e-neutral-03\/10:focus{
  border-inline-end-color: rgb(236 239 250 / 0.1);
}

.focus\:border-e-neutral-03\/100:focus{
  border-inline-end-color: rgb(236 239 250 / 1);
}

.focus\:border-e-neutral-03\/15:focus{
  border-inline-end-color: rgb(236 239 250 / 0.15);
}

.focus\:border-e-neutral-03\/20:focus{
  border-inline-end-color: rgb(236 239 250 / 0.2);
}

.focus\:border-e-neutral-03\/25:focus{
  border-inline-end-color: rgb(236 239 250 / 0.25);
}

.focus\:border-e-neutral-03\/30:focus{
  border-inline-end-color: rgb(236 239 250 / 0.3);
}

.focus\:border-e-neutral-03\/35:focus{
  border-inline-end-color: rgb(236 239 250 / 0.35);
}

.focus\:border-e-neutral-03\/40:focus{
  border-inline-end-color: rgb(236 239 250 / 0.4);
}

.focus\:border-e-neutral-03\/45:focus{
  border-inline-end-color: rgb(236 239 250 / 0.45);
}

.focus\:border-e-neutral-03\/5:focus{
  border-inline-end-color: rgb(236 239 250 / 0.05);
}

.focus\:border-e-neutral-03\/50:focus{
  border-inline-end-color: rgb(236 239 250 / 0.5);
}

.focus\:border-e-neutral-03\/55:focus{
  border-inline-end-color: rgb(236 239 250 / 0.55);
}

.focus\:border-e-neutral-03\/60:focus{
  border-inline-end-color: rgb(236 239 250 / 0.6);
}

.focus\:border-e-neutral-03\/65:focus{
  border-inline-end-color: rgb(236 239 250 / 0.65);
}

.focus\:border-e-neutral-03\/70:focus{
  border-inline-end-color: rgb(236 239 250 / 0.7);
}

.focus\:border-e-neutral-03\/75:focus{
  border-inline-end-color: rgb(236 239 250 / 0.75);
}

.focus\:border-e-neutral-03\/80:focus{
  border-inline-end-color: rgb(236 239 250 / 0.8);
}

.focus\:border-e-neutral-03\/85:focus{
  border-inline-end-color: rgb(236 239 250 / 0.85);
}

.focus\:border-e-neutral-03\/90:focus{
  border-inline-end-color: rgb(236 239 250 / 0.9);
}

.focus\:border-e-neutral-03\/95:focus{
  border-inline-end-color: rgb(236 239 250 / 0.95);
}

.focus\:border-e-neutral-04:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-04\/0:focus{
  border-inline-end-color: rgb(215 218 226 / 0);
}

.focus\:border-e-neutral-04\/10:focus{
  border-inline-end-color: rgb(215 218 226 / 0.1);
}

.focus\:border-e-neutral-04\/100:focus{
  border-inline-end-color: rgb(215 218 226 / 1);
}

.focus\:border-e-neutral-04\/15:focus{
  border-inline-end-color: rgb(215 218 226 / 0.15);
}

.focus\:border-e-neutral-04\/20:focus{
  border-inline-end-color: rgb(215 218 226 / 0.2);
}

.focus\:border-e-neutral-04\/25:focus{
  border-inline-end-color: rgb(215 218 226 / 0.25);
}

.focus\:border-e-neutral-04\/30:focus{
  border-inline-end-color: rgb(215 218 226 / 0.3);
}

.focus\:border-e-neutral-04\/35:focus{
  border-inline-end-color: rgb(215 218 226 / 0.35);
}

.focus\:border-e-neutral-04\/40:focus{
  border-inline-end-color: rgb(215 218 226 / 0.4);
}

.focus\:border-e-neutral-04\/45:focus{
  border-inline-end-color: rgb(215 218 226 / 0.45);
}

.focus\:border-e-neutral-04\/5:focus{
  border-inline-end-color: rgb(215 218 226 / 0.05);
}

.focus\:border-e-neutral-04\/50:focus{
  border-inline-end-color: rgb(215 218 226 / 0.5);
}

.focus\:border-e-neutral-04\/55:focus{
  border-inline-end-color: rgb(215 218 226 / 0.55);
}

.focus\:border-e-neutral-04\/60:focus{
  border-inline-end-color: rgb(215 218 226 / 0.6);
}

.focus\:border-e-neutral-04\/65:focus{
  border-inline-end-color: rgb(215 218 226 / 0.65);
}

.focus\:border-e-neutral-04\/70:focus{
  border-inline-end-color: rgb(215 218 226 / 0.7);
}

.focus\:border-e-neutral-04\/75:focus{
  border-inline-end-color: rgb(215 218 226 / 0.75);
}

.focus\:border-e-neutral-04\/80:focus{
  border-inline-end-color: rgb(215 218 226 / 0.8);
}

.focus\:border-e-neutral-04\/85:focus{
  border-inline-end-color: rgb(215 218 226 / 0.85);
}

.focus\:border-e-neutral-04\/90:focus{
  border-inline-end-color: rgb(215 218 226 / 0.9);
}

.focus\:border-e-neutral-04\/95:focus{
  border-inline-end-color: rgb(215 218 226 / 0.95);
}

.focus\:border-e-neutral-05:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-05\/0:focus{
  border-inline-end-color: rgb(246 246 246 / 0);
}

.focus\:border-e-neutral-05\/10:focus{
  border-inline-end-color: rgb(246 246 246 / 0.1);
}

.focus\:border-e-neutral-05\/100:focus{
  border-inline-end-color: rgb(246 246 246 / 1);
}

.focus\:border-e-neutral-05\/15:focus{
  border-inline-end-color: rgb(246 246 246 / 0.15);
}

.focus\:border-e-neutral-05\/20:focus{
  border-inline-end-color: rgb(246 246 246 / 0.2);
}

.focus\:border-e-neutral-05\/25:focus{
  border-inline-end-color: rgb(246 246 246 / 0.25);
}

.focus\:border-e-neutral-05\/30:focus{
  border-inline-end-color: rgb(246 246 246 / 0.3);
}

.focus\:border-e-neutral-05\/35:focus{
  border-inline-end-color: rgb(246 246 246 / 0.35);
}

.focus\:border-e-neutral-05\/40:focus{
  border-inline-end-color: rgb(246 246 246 / 0.4);
}

.focus\:border-e-neutral-05\/45:focus{
  border-inline-end-color: rgb(246 246 246 / 0.45);
}

.focus\:border-e-neutral-05\/5:focus{
  border-inline-end-color: rgb(246 246 246 / 0.05);
}

.focus\:border-e-neutral-05\/50:focus{
  border-inline-end-color: rgb(246 246 246 / 0.5);
}

.focus\:border-e-neutral-05\/55:focus{
  border-inline-end-color: rgb(246 246 246 / 0.55);
}

.focus\:border-e-neutral-05\/60:focus{
  border-inline-end-color: rgb(246 246 246 / 0.6);
}

.focus\:border-e-neutral-05\/65:focus{
  border-inline-end-color: rgb(246 246 246 / 0.65);
}

.focus\:border-e-neutral-05\/70:focus{
  border-inline-end-color: rgb(246 246 246 / 0.7);
}

.focus\:border-e-neutral-05\/75:focus{
  border-inline-end-color: rgb(246 246 246 / 0.75);
}

.focus\:border-e-neutral-05\/80:focus{
  border-inline-end-color: rgb(246 246 246 / 0.8);
}

.focus\:border-e-neutral-05\/85:focus{
  border-inline-end-color: rgb(246 246 246 / 0.85);
}

.focus\:border-e-neutral-05\/90:focus{
  border-inline-end-color: rgb(246 246 246 / 0.9);
}

.focus\:border-e-neutral-05\/95:focus{
  border-inline-end-color: rgb(246 246 246 / 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\/15:focus{
  border-inline-end-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(245 245 245 / 0.35);
}

.focus\:border-e-neutral-100\/40:focus{
  border-inline-end-color: rgb(245 245 245 / 0.4);
}

.focus\:border-e-neutral-100\/45:focus{
  border-inline-end-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(245 245 245 / 0.55);
}

.focus\:border-e-neutral-100\/60:focus{
  border-inline-end-color: rgb(245 245 245 / 0.6);
}

.focus\:border-e-neutral-100\/65:focus{
  border-inline-end-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(229 229 229 / 0.35);
}

.focus\:border-e-neutral-200\/40:focus{
  border-inline-end-color: rgb(229 229 229 / 0.4);
}

.focus\:border-e-neutral-200\/45:focus{
  border-inline-end-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(229 229 229 / 0.55);
}

.focus\:border-e-neutral-200\/60:focus{
  border-inline-end-color: rgb(229 229 229 / 0.6);
}

.focus\:border-e-neutral-200\/65:focus{
  border-inline-end-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(212 212 212 / 0.35);
}

.focus\:border-e-neutral-300\/40:focus{
  border-inline-end-color: rgb(212 212 212 / 0.4);
}

.focus\:border-e-neutral-300\/45:focus{
  border-inline-end-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(212 212 212 / 0.55);
}

.focus\:border-e-neutral-300\/60:focus{
  border-inline-end-color: rgb(212 212 212 / 0.6);
}

.focus\:border-e-neutral-300\/65:focus{
  border-inline-end-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(163 163 163 / 0.35);
}

.focus\:border-e-neutral-400\/40:focus{
  border-inline-end-color: rgb(163 163 163 / 0.4);
}

.focus\:border-e-neutral-400\/45:focus{
  border-inline-end-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(163 163 163 / 0.55);
}

.focus\:border-e-neutral-400\/60:focus{
  border-inline-end-color: rgb(163 163 163 / 0.6);
}

.focus\:border-e-neutral-400\/65:focus{
  border-inline-end-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(250 250 250 / 0.35);
}

.focus\:border-e-neutral-50\/40:focus{
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.focus\:border-e-neutral-50\/45:focus{
  border-inline-end-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(250 250 250 / 0.55);
}

.focus\:border-e-neutral-50\/60:focus{
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.focus\:border-e-neutral-50\/65:focus{
  border-inline-end-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(115 115 115 / 0.35);
}

.focus\:border-e-neutral-500\/40:focus{
  border-inline-end-color: rgb(115 115 115 / 0.4);
}

.focus\:border-e-neutral-500\/45:focus{
  border-inline-end-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(115 115 115 / 0.55);
}

.focus\:border-e-neutral-500\/60:focus{
  border-inline-end-color: rgb(115 115 115 / 0.6);
}

.focus\:border-e-neutral-500\/65:focus{
  border-inline-end-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(82 82 82 / 0.35);
}

.focus\:border-e-neutral-600\/40:focus{
  border-inline-end-color: rgb(82 82 82 / 0.4);
}

.focus\:border-e-neutral-600\/45:focus{
  border-inline-end-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(82 82 82 / 0.55);
}

.focus\:border-e-neutral-600\/60:focus{
  border-inline-end-color: rgb(82 82 82 / 0.6);
}

.focus\:border-e-neutral-600\/65:focus{
  border-inline-end-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(64 64 64 / 0.35);
}

.focus\:border-e-neutral-700\/40:focus{
  border-inline-end-color: rgb(64 64 64 / 0.4);
}

.focus\:border-e-neutral-700\/45:focus{
  border-inline-end-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(64 64 64 / 0.55);
}

.focus\:border-e-neutral-700\/60:focus{
  border-inline-end-color: rgb(64 64 64 / 0.6);
}

.focus\:border-e-neutral-700\/65:focus{
  border-inline-end-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(38 38 38 / 0.35);
}

.focus\:border-e-neutral-800\/40:focus{
  border-inline-end-color: rgb(38 38 38 / 0.4);
}

.focus\:border-e-neutral-800\/45:focus{
  border-inline-end-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(38 38 38 / 0.55);
}

.focus\:border-e-neutral-800\/60:focus{
  border-inline-end-color: rgb(38 38 38 / 0.6);
}

.focus\:border-e-neutral-800\/65:focus{
  border-inline-end-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(23 23 23 / 0.35);
}

.focus\:border-e-neutral-900\/40:focus{
  border-inline-end-color: rgb(23 23 23 / 0.4);
}

.focus\:border-e-neutral-900\/45:focus{
  border-inline-end-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(23 23 23 / 0.55);
}

.focus\:border-e-neutral-900\/60:focus{
  border-inline-end-color: rgb(23 23 23 / 0.6);
}

.focus\:border-e-neutral-900\/65:focus{
  border-inline-end-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(10 10 10 / 0.35);
}

.focus\:border-e-neutral-950\/40:focus{
  border-inline-end-color: rgb(10 10 10 / 0.4);
}

.focus\:border-e-neutral-950\/45:focus{
  border-inline-end-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(10 10 10 / 0.55);
}

.focus\:border-e-neutral-950\/60:focus{
  border-inline-end-color: rgb(10 10 10 / 0.6);
}

.focus\:border-e-neutral-950\/65:focus{
  border-inline-end-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(255 237 213 / 0.35);
}

.focus\:border-e-orange-100\/40:focus{
  border-inline-end-color: rgb(255 237 213 / 0.4);
}

.focus\:border-e-orange-100\/45:focus{
  border-inline-end-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(255 237 213 / 0.55);
}

.focus\:border-e-orange-100\/60:focus{
  border-inline-end-color: rgb(255 237 213 / 0.6);
}

.focus\:border-e-orange-100\/65:focus{
  border-inline-end-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(254 215 170 / 0.35);
}

.focus\:border-e-orange-200\/40:focus{
  border-inline-end-color: rgb(254 215 170 / 0.4);
}

.focus\:border-e-orange-200\/45:focus{
  border-inline-end-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(254 215 170 / 0.55);
}

.focus\:border-e-orange-200\/60:focus{
  border-inline-end-color: rgb(254 215 170 / 0.6);
}

.focus\:border-e-orange-200\/65:focus{
  border-inline-end-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(253 186 116 / 0.35);
}

.focus\:border-e-orange-300\/40:focus{
  border-inline-end-color: rgb(253 186 116 / 0.4);
}

.focus\:border-e-orange-300\/45:focus{
  border-inline-end-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(253 186 116 / 0.55);
}

.focus\:border-e-orange-300\/60:focus{
  border-inline-end-color: rgb(253 186 116 / 0.6);
}

.focus\:border-e-orange-300\/65:focus{
  border-inline-end-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(251 146 60 / 0.35);
}

.focus\:border-e-orange-400\/40:focus{
  border-inline-end-color: rgb(251 146 60 / 0.4);
}

.focus\:border-e-orange-400\/45:focus{
  border-inline-end-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(251 146 60 / 0.55);
}

.focus\:border-e-orange-400\/60:focus{
  border-inline-end-color: rgb(251 146 60 / 0.6);
}

.focus\:border-e-orange-400\/65:focus{
  border-inline-end-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(255 247 237 / 0.35);
}

.focus\:border-e-orange-50\/40:focus{
  border-inline-end-color: rgb(255 247 237 / 0.4);
}

.focus\:border-e-orange-50\/45:focus{
  border-inline-end-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(255 247 237 / 0.55);
}

.focus\:border-e-orange-50\/60:focus{
  border-inline-end-color: rgb(255 247 237 / 0.6);
}

.focus\:border-e-orange-50\/65:focus{
  border-inline-end-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(249 115 22 / 0.35);
}

.focus\:border-e-orange-500\/40:focus{
  border-inline-end-color: rgb(249 115 22 / 0.4);
}

.focus\:border-e-orange-500\/45:focus{
  border-inline-end-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(249 115 22 / 0.55);
}

.focus\:border-e-orange-500\/60:focus{
  border-inline-end-color: rgb(249 115 22 / 0.6);
}

.focus\:border-e-orange-500\/65:focus{
  border-inline-end-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(234 88 12 / 0.35);
}

.focus\:border-e-orange-600\/40:focus{
  border-inline-end-color: rgb(234 88 12 / 0.4);
}

.focus\:border-e-orange-600\/45:focus{
  border-inline-end-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(234 88 12 / 0.55);
}

.focus\:border-e-orange-600\/60:focus{
  border-inline-end-color: rgb(234 88 12 / 0.6);
}

.focus\:border-e-orange-600\/65:focus{
  border-inline-end-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(194 65 12 / 0.35);
}

.focus\:border-e-orange-700\/40:focus{
  border-inline-end-color: rgb(194 65 12 / 0.4);
}

.focus\:border-e-orange-700\/45:focus{
  border-inline-end-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(194 65 12 / 0.55);
}

.focus\:border-e-orange-700\/60:focus{
  border-inline-end-color: rgb(194 65 12 / 0.6);
}

.focus\:border-e-orange-700\/65:focus{
  border-inline-end-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(154 52 18 / 0.35);
}

.focus\:border-e-orange-800\/40:focus{
  border-inline-end-color: rgb(154 52 18 / 0.4);
}

.focus\:border-e-orange-800\/45:focus{
  border-inline-end-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(154 52 18 / 0.55);
}

.focus\:border-e-orange-800\/60:focus{
  border-inline-end-color: rgb(154 52 18 / 0.6);
}

.focus\:border-e-orange-800\/65:focus{
  border-inline-end-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(124 45 18 / 0.35);
}

.focus\:border-e-orange-900\/40:focus{
  border-inline-end-color: rgb(124 45 18 / 0.4);
}

.focus\:border-e-orange-900\/45:focus{
  border-inline-end-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(124 45 18 / 0.55);
}

.focus\:border-e-orange-900\/60:focus{
  border-inline-end-color: rgb(124 45 18 / 0.6);
}

.focus\:border-e-orange-900\/65:focus{
  border-inline-end-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(67 20 7 / 0.35);
}

.focus\:border-e-orange-950\/40:focus{
  border-inline-end-color: rgb(67 20 7 / 0.4);
}

.focus\:border-e-orange-950\/45:focus{
  border-inline-end-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(67 20 7 / 0.55);
}

.focus\:border-e-orange-950\/60:focus{
  border-inline-end-color: rgb(67 20 7 / 0.6);
}

.focus\:border-e-orange-950\/65:focus{
  border-inline-end-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  border-inline-end-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(252 231 243 / 0.35);
}

.focus\:border-e-pink-100\/40:focus{
  border-inline-end-color: rgb(252 231 243 / 0.4);
}

.focus\:border-e-pink-100\/45:focus{
  border-inline-end-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(252 231 243 / 0.55);
}

.focus\:border-e-pink-100\/60:focus{
  border-inline-end-color: rgb(252 231 243 / 0.6);
}

.focus\:border-e-pink-100\/65:focus{
  border-inline-end-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(251 207 232 / 0.35);
}

.focus\:border-e-pink-200\/40:focus{
  border-inline-end-color: rgb(251 207 232 / 0.4);
}

.focus\:border-e-pink-200\/45:focus{
  border-inline-end-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(251 207 232 / 0.55);
}

.focus\:border-e-pink-200\/60:focus{
  border-inline-end-color: rgb(251 207 232 / 0.6);
}

.focus\:border-e-pink-200\/65:focus{
  border-inline-end-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(249 168 212 / 0.35);
}

.focus\:border-e-pink-300\/40:focus{
  border-inline-end-color: rgb(249 168 212 / 0.4);
}

.focus\:border-e-pink-300\/45:focus{
  border-inline-end-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(249 168 212 / 0.55);
}

.focus\:border-e-pink-300\/60:focus{
  border-inline-end-color: rgb(249 168 212 / 0.6);
}

.focus\:border-e-pink-300\/65:focus{
  border-inline-end-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(244 114 182 / 0.35);
}

.focus\:border-e-pink-400\/40:focus{
  border-inline-end-color: rgb(244 114 182 / 0.4);
}

.focus\:border-e-pink-400\/45:focus{
  border-inline-end-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(244 114 182 / 0.55);
}

.focus\:border-e-pink-400\/60:focus{
  border-inline-end-color: rgb(244 114 182 / 0.6);
}

.focus\:border-e-pink-400\/65:focus{
  border-inline-end-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(253 242 248 / 0.35);
}

.focus\:border-e-pink-50\/40:focus{
  border-inline-end-color: rgb(253 242 248 / 0.4);
}

.focus\:border-e-pink-50\/45:focus{
  border-inline-end-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(253 242 248 / 0.55);
}

.focus\:border-e-pink-50\/60:focus{
  border-inline-end-color: rgb(253 242 248 / 0.6);
}

.focus\:border-e-pink-50\/65:focus{
  border-inline-end-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(236 72 153 / 0.35);
}

.focus\:border-e-pink-500\/40:focus{
  border-inline-end-color: rgb(236 72 153 / 0.4);
}

.focus\:border-e-pink-500\/45:focus{
  border-inline-end-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(236 72 153 / 0.55);
}

.focus\:border-e-pink-500\/60:focus{
  border-inline-end-color: rgb(236 72 153 / 0.6);
}

.focus\:border-e-pink-500\/65:focus{
  border-inline-end-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(219 39 119 / 0.35);
}

.focus\:border-e-pink-600\/40:focus{
  border-inline-end-color: rgb(219 39 119 / 0.4);
}

.focus\:border-e-pink-600\/45:focus{
  border-inline-end-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(219 39 119 / 0.55);
}

.focus\:border-e-pink-600\/60:focus{
  border-inline-end-color: rgb(219 39 119 / 0.6);
}

.focus\:border-e-pink-600\/65:focus{
  border-inline-end-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(190 24 93 / 0.35);
}

.focus\:border-e-pink-700\/40:focus{
  border-inline-end-color: rgb(190 24 93 / 0.4);
}

.focus\:border-e-pink-700\/45:focus{
  border-inline-end-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(190 24 93 / 0.55);
}

.focus\:border-e-pink-700\/60:focus{
  border-inline-end-color: rgb(190 24 93 / 0.6);
}

.focus\:border-e-pink-700\/65:focus{
  border-inline-end-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(157 23 77 / 0.35);
}

.focus\:border-e-pink-800\/40:focus{
  border-inline-end-color: rgb(157 23 77 / 0.4);
}

.focus\:border-e-pink-800\/45:focus{
  border-inline-end-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(157 23 77 / 0.55);
}

.focus\:border-e-pink-800\/60:focus{
  border-inline-end-color: rgb(157 23 77 / 0.6);
}

.focus\:border-e-pink-800\/65:focus{
  border-inline-end-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(131 24 67 / 0.35);
}

.focus\:border-e-pink-900\/40:focus{
  border-inline-end-color: rgb(131 24 67 / 0.4);
}

.focus\:border-e-pink-900\/45:focus{
  border-inline-end-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(131 24 67 / 0.55);
}

.focus\:border-e-pink-900\/60:focus{
  border-inline-end-color: rgb(131 24 67 / 0.6);
}

.focus\:border-e-pink-900\/65:focus{
  border-inline-end-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(80 7 36 / 0.35);
}

.focus\:border-e-pink-950\/40:focus{
  border-inline-end-color: rgb(80 7 36 / 0.4);
}

.focus\:border-e-pink-950\/45:focus{
  border-inline-end-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(80 7 36 / 0.55);
}

.focus\:border-e-pink-950\/60:focus{
  border-inline-end-color: rgb(80 7 36 / 0.6);
}

.focus\:border-e-pink-950\/65:focus{
  border-inline-end-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.focus\:border-e-primary-hover:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.focus\:border-e-primary-hover\/0:focus{
  border-inline-end-color: rgb(71 57 169 / 0);
}

.focus\:border-e-primary-hover\/10:focus{
  border-inline-end-color: rgb(71 57 169 / 0.1);
}

.focus\:border-e-primary-hover\/100:focus{
  border-inline-end-color: rgb(71 57 169 / 1);
}

.focus\:border-e-primary-hover\/15:focus{
  border-inline-end-color: rgb(71 57 169 / 0.15);
}

.focus\:border-e-primary-hover\/20:focus{
  border-inline-end-color: rgb(71 57 169 / 0.2);
}

.focus\:border-e-primary-hover\/25:focus{
  border-inline-end-color: rgb(71 57 169 / 0.25);
}

.focus\:border-e-primary-hover\/30:focus{
  border-inline-end-color: rgb(71 57 169 / 0.3);
}

.focus\:border-e-primary-hover\/35:focus{
  border-inline-end-color: rgb(71 57 169 / 0.35);
}

.focus\:border-e-primary-hover\/40:focus{
  border-inline-end-color: rgb(71 57 169 / 0.4);
}

.focus\:border-e-primary-hover\/45:focus{
  border-inline-end-color: rgb(71 57 169 / 0.45);
}

.focus\:border-e-primary-hover\/5:focus{
  border-inline-end-color: rgb(71 57 169 / 0.05);
}

.focus\:border-e-primary-hover\/50:focus{
  border-inline-end-color: rgb(71 57 169 / 0.5);
}

.focus\:border-e-primary-hover\/55:focus{
  border-inline-end-color: rgb(71 57 169 / 0.55);
}

.focus\:border-e-primary-hover\/60:focus{
  border-inline-end-color: rgb(71 57 169 / 0.6);
}

.focus\:border-e-primary-hover\/65:focus{
  border-inline-end-color: rgb(71 57 169 / 0.65);
}

.focus\:border-e-primary-hover\/70:focus{
  border-inline-end-color: rgb(71 57 169 / 0.7);
}

.focus\:border-e-primary-hover\/75:focus{
  border-inline-end-color: rgb(71 57 169 / 0.75);
}

.focus\:border-e-primary-hover\/80:focus{
  border-inline-end-color: rgb(71 57 169 / 0.8);
}

.focus\:border-e-primary-hover\/85:focus{
  border-inline-end-color: rgb(71 57 169 / 0.85);
}

.focus\:border-e-primary-hover\/90:focus{
  border-inline-end-color: rgb(71 57 169 / 0.9);
}

.focus\:border-e-primary-hover\/95:focus{
  border-inline-end-color: rgb(71 57 169 / 0.95);
}

.focus\:border-e-primary\/0:focus{
  border-inline-end-color: rgb(85 70 192 / 0);
}

.focus\:border-e-primary\/10:focus{
  border-inline-end-color: rgb(85 70 192 / 0.1);
}

.focus\:border-e-primary\/100:focus{
  border-inline-end-color: rgb(85 70 192 / 1);
}

.focus\:border-e-primary\/15:focus{
  border-inline-end-color: rgb(85 70 192 / 0.15);
}

.focus\:border-e-primary\/20:focus{
  border-inline-end-color: rgb(85 70 192 / 0.2);
}

.focus\:border-e-primary\/25:focus{
  border-inline-end-color: rgb(85 70 192 / 0.25);
}

.focus\:border-e-primary\/30:focus{
  border-inline-end-color: rgb(85 70 192 / 0.3);
}

.focus\:border-e-primary\/35:focus{
  border-inline-end-color: rgb(85 70 192 / 0.35);
}

.focus\:border-e-primary\/40:focus{
  border-inline-end-color: rgb(85 70 192 / 0.4);
}

.focus\:border-e-primary\/45:focus{
  border-inline-end-color: rgb(85 70 192 / 0.45);
}

.focus\:border-e-primary\/5:focus{
  border-inline-end-color: rgb(85 70 192 / 0.05);
}

.focus\:border-e-primary\/50:focus{
  border-inline-end-color: rgb(85 70 192 / 0.5);
}

.focus\:border-e-primary\/55:focus{
  border-inline-end-color: rgb(85 70 192 / 0.55);
}

.focus\:border-e-primary\/60:focus{
  border-inline-end-color: rgb(85 70 192 / 0.6);
}

.focus\:border-e-primary\/65:focus{
  border-inline-end-color: rgb(85 70 192 / 0.65);
}

.focus\:border-e-primary\/70:focus{
  border-inline-end-color: rgb(85 70 192 / 0.7);
}

.focus\:border-e-primary\/75:focus{
  border-inline-end-color: rgb(85 70 192 / 0.75);
}

.focus\:border-e-primary\/80:focus{
  border-inline-end-color: rgb(85 70 192 / 0.8);
}

.focus\:border-e-primary\/85:focus{
  border-inline-end-color: rgb(85 70 192 / 0.85);
}

.focus\:border-e-primary\/90:focus{
  border-inline-end-color: rgb(85 70 192 / 0.9);
}

.focus\:border-e-primary\/95:focus{
  border-inline-end-color: rgb(85 70 192 / 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\/15:focus{
  border-inline-end-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(243 232 255 / 0.35);
}

.focus\:border-e-purple-100\/40:focus{
  border-inline-end-color: rgb(243 232 255 / 0.4);
}

.focus\:border-e-purple-100\/45:focus{
  border-inline-end-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(243 232 255 / 0.55);
}

.focus\:border-e-purple-100\/60:focus{
  border-inline-end-color: rgb(243 232 255 / 0.6);
}

.focus\:border-e-purple-100\/65:focus{
  border-inline-end-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(233 213 255 / 0.35);
}

.focus\:border-e-purple-200\/40:focus{
  border-inline-end-color: rgb(233 213 255 / 0.4);
}

.focus\:border-e-purple-200\/45:focus{
  border-inline-end-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(233 213 255 / 0.55);
}

.focus\:border-e-purple-200\/60:focus{
  border-inline-end-color: rgb(233 213 255 / 0.6);
}

.focus\:border-e-purple-200\/65:focus{
  border-inline-end-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(216 180 254 / 0.35);
}

.focus\:border-e-purple-300\/40:focus{
  border-inline-end-color: rgb(216 180 254 / 0.4);
}

.focus\:border-e-purple-300\/45:focus{
  border-inline-end-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(216 180 254 / 0.55);
}

.focus\:border-e-purple-300\/60:focus{
  border-inline-end-color: rgb(216 180 254 / 0.6);
}

.focus\:border-e-purple-300\/65:focus{
  border-inline-end-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(192 132 252 / 0.35);
}

.focus\:border-e-purple-400\/40:focus{
  border-inline-end-color: rgb(192 132 252 / 0.4);
}

.focus\:border-e-purple-400\/45:focus{
  border-inline-end-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(192 132 252 / 0.55);
}

.focus\:border-e-purple-400\/60:focus{
  border-inline-end-color: rgb(192 132 252 / 0.6);
}

.focus\:border-e-purple-400\/65:focus{
  border-inline-end-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(250 245 255 / 0.35);
}

.focus\:border-e-purple-50\/40:focus{
  border-inline-end-color: rgb(250 245 255 / 0.4);
}

.focus\:border-e-purple-50\/45:focus{
  border-inline-end-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(250 245 255 / 0.55);
}

.focus\:border-e-purple-50\/60:focus{
  border-inline-end-color: rgb(250 245 255 / 0.6);
}

.focus\:border-e-purple-50\/65:focus{
  border-inline-end-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(168 85 247 / 0.35);
}

.focus\:border-e-purple-500\/40:focus{
  border-inline-end-color: rgb(168 85 247 / 0.4);
}

.focus\:border-e-purple-500\/45:focus{
  border-inline-end-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(168 85 247 / 0.55);
}

.focus\:border-e-purple-500\/60:focus{
  border-inline-end-color: rgb(168 85 247 / 0.6);
}

.focus\:border-e-purple-500\/65:focus{
  border-inline-end-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(147 51 234 / 0.35);
}

.focus\:border-e-purple-600\/40:focus{
  border-inline-end-color: rgb(147 51 234 / 0.4);
}

.focus\:border-e-purple-600\/45:focus{
  border-inline-end-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(147 51 234 / 0.55);
}

.focus\:border-e-purple-600\/60:focus{
  border-inline-end-color: rgb(147 51 234 / 0.6);
}

.focus\:border-e-purple-600\/65:focus{
  border-inline-end-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(126 34 206 / 0.35);
}

.focus\:border-e-purple-700\/40:focus{
  border-inline-end-color: rgb(126 34 206 / 0.4);
}

.focus\:border-e-purple-700\/45:focus{
  border-inline-end-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(126 34 206 / 0.55);
}

.focus\:border-e-purple-700\/60:focus{
  border-inline-end-color: rgb(126 34 206 / 0.6);
}

.focus\:border-e-purple-700\/65:focus{
  border-inline-end-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(107 33 168 / 0.35);
}

.focus\:border-e-purple-800\/40:focus{
  border-inline-end-color: rgb(107 33 168 / 0.4);
}

.focus\:border-e-purple-800\/45:focus{
  border-inline-end-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(107 33 168 / 0.55);
}

.focus\:border-e-purple-800\/60:focus{
  border-inline-end-color: rgb(107 33 168 / 0.6);
}

.focus\:border-e-purple-800\/65:focus{
  border-inline-end-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(88 28 135 / 0.35);
}

.focus\:border-e-purple-900\/40:focus{
  border-inline-end-color: rgb(88 28 135 / 0.4);
}

.focus\:border-e-purple-900\/45:focus{
  border-inline-end-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(88 28 135 / 0.55);
}

.focus\:border-e-purple-900\/60:focus{
  border-inline-end-color: rgb(88 28 135 / 0.6);
}

.focus\:border-e-purple-900\/65:focus{
  border-inline-end-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(59 7 100 / 0.35);
}

.focus\:border-e-purple-950\/40:focus{
  border-inline-end-color: rgb(59 7 100 / 0.4);
}

.focus\:border-e-purple-950\/45:focus{
  border-inline-end-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(59 7 100 / 0.55);
}

.focus\:border-e-purple-950\/60:focus{
  border-inline-end-color: rgb(59 7 100 / 0.6);
}

.focus\:border-e-purple-950\/65:focus{
  border-inline-end-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.focus\:border-e-quaternary-hover:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.focus\:border-e-quaternary-hover\/0:focus{
  border-inline-end-color: rgb(43 202 241 / 0);
}

.focus\:border-e-quaternary-hover\/10:focus{
  border-inline-end-color: rgb(43 202 241 / 0.1);
}

.focus\:border-e-quaternary-hover\/100:focus{
  border-inline-end-color: rgb(43 202 241 / 1);
}

.focus\:border-e-quaternary-hover\/15:focus{
  border-inline-end-color: rgb(43 202 241 / 0.15);
}

.focus\:border-e-quaternary-hover\/20:focus{
  border-inline-end-color: rgb(43 202 241 / 0.2);
}

.focus\:border-e-quaternary-hover\/25:focus{
  border-inline-end-color: rgb(43 202 241 / 0.25);
}

.focus\:border-e-quaternary-hover\/30:focus{
  border-inline-end-color: rgb(43 202 241 / 0.3);
}

.focus\:border-e-quaternary-hover\/35:focus{
  border-inline-end-color: rgb(43 202 241 / 0.35);
}

.focus\:border-e-quaternary-hover\/40:focus{
  border-inline-end-color: rgb(43 202 241 / 0.4);
}

.focus\:border-e-quaternary-hover\/45:focus{
  border-inline-end-color: rgb(43 202 241 / 0.45);
}

.focus\:border-e-quaternary-hover\/5:focus{
  border-inline-end-color: rgb(43 202 241 / 0.05);
}

.focus\:border-e-quaternary-hover\/50:focus{
  border-inline-end-color: rgb(43 202 241 / 0.5);
}

.focus\:border-e-quaternary-hover\/55:focus{
  border-inline-end-color: rgb(43 202 241 / 0.55);
}

.focus\:border-e-quaternary-hover\/60:focus{
  border-inline-end-color: rgb(43 202 241 / 0.6);
}

.focus\:border-e-quaternary-hover\/65:focus{
  border-inline-end-color: rgb(43 202 241 / 0.65);
}

.focus\:border-e-quaternary-hover\/70:focus{
  border-inline-end-color: rgb(43 202 241 / 0.7);
}

.focus\:border-e-quaternary-hover\/75:focus{
  border-inline-end-color: rgb(43 202 241 / 0.75);
}

.focus\:border-e-quaternary-hover\/80:focus{
  border-inline-end-color: rgb(43 202 241 / 0.8);
}

.focus\:border-e-quaternary-hover\/85:focus{
  border-inline-end-color: rgb(43 202 241 / 0.85);
}

.focus\:border-e-quaternary-hover\/90:focus{
  border-inline-end-color: rgb(43 202 241 / 0.9);
}

.focus\:border-e-quaternary-hover\/95:focus{
  border-inline-end-color: rgb(43 202 241 / 0.95);
}

.focus\:border-e-quaternary\/0:focus{
  border-inline-end-color: rgb(61 209 246 / 0);
}

.focus\:border-e-quaternary\/10:focus{
  border-inline-end-color: rgb(61 209 246 / 0.1);
}

.focus\:border-e-quaternary\/100:focus{
  border-inline-end-color: rgb(61 209 246 / 1);
}

.focus\:border-e-quaternary\/15:focus{
  border-inline-end-color: rgb(61 209 246 / 0.15);
}

.focus\:border-e-quaternary\/20:focus{
  border-inline-end-color: rgb(61 209 246 / 0.2);
}

.focus\:border-e-quaternary\/25:focus{
  border-inline-end-color: rgb(61 209 246 / 0.25);
}

.focus\:border-e-quaternary\/30:focus{
  border-inline-end-color: rgb(61 209 246 / 0.3);
}

.focus\:border-e-quaternary\/35:focus{
  border-inline-end-color: rgb(61 209 246 / 0.35);
}

.focus\:border-e-quaternary\/40:focus{
  border-inline-end-color: rgb(61 209 246 / 0.4);
}

.focus\:border-e-quaternary\/45:focus{
  border-inline-end-color: rgb(61 209 246 / 0.45);
}

.focus\:border-e-quaternary\/5:focus{
  border-inline-end-color: rgb(61 209 246 / 0.05);
}

.focus\:border-e-quaternary\/50:focus{
  border-inline-end-color: rgb(61 209 246 / 0.5);
}

.focus\:border-e-quaternary\/55:focus{
  border-inline-end-color: rgb(61 209 246 / 0.55);
}

.focus\:border-e-quaternary\/60:focus{
  border-inline-end-color: rgb(61 209 246 / 0.6);
}

.focus\:border-e-quaternary\/65:focus{
  border-inline-end-color: rgb(61 209 246 / 0.65);
}

.focus\:border-e-quaternary\/70:focus{
  border-inline-end-color: rgb(61 209 246 / 0.7);
}

.focus\:border-e-quaternary\/75:focus{
  border-inline-end-color: rgb(61 209 246 / 0.75);
}

.focus\:border-e-quaternary\/80:focus{
  border-inline-end-color: rgb(61 209 246 / 0.8);
}

.focus\:border-e-quaternary\/85:focus{
  border-inline-end-color: rgb(61 209 246 / 0.85);
}

.focus\:border-e-quaternary\/90:focus{
  border-inline-end-color: rgb(61 209 246 / 0.9);
}

.focus\:border-e-quaternary\/95:focus{
  border-inline-end-color: rgb(61 209 246 / 0.95);
}

.focus\:border-e-quinary:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.focus\:border-e-quinary-hover:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.focus\:border-e-quinary-hover\/0:focus{
  border-inline-end-color: rgb(112 126 222 / 0);
}

.focus\:border-e-quinary-hover\/10:focus{
  border-inline-end-color: rgb(112 126 222 / 0.1);
}

.focus\:border-e-quinary-hover\/100:focus{
  border-inline-end-color: rgb(112 126 222 / 1);
}

.focus\:border-e-quinary-hover\/15:focus{
  border-inline-end-color: rgb(112 126 222 / 0.15);
}

.focus\:border-e-quinary-hover\/20:focus{
  border-inline-end-color: rgb(112 126 222 / 0.2);
}

.focus\:border-e-quinary-hover\/25:focus{
  border-inline-end-color: rgb(112 126 222 / 0.25);
}

.focus\:border-e-quinary-hover\/30:focus{
  border-inline-end-color: rgb(112 126 222 / 0.3);
}

.focus\:border-e-quinary-hover\/35:focus{
  border-inline-end-color: rgb(112 126 222 / 0.35);
}

.focus\:border-e-quinary-hover\/40:focus{
  border-inline-end-color: rgb(112 126 222 / 0.4);
}

.focus\:border-e-quinary-hover\/45:focus{
  border-inline-end-color: rgb(112 126 222 / 0.45);
}

.focus\:border-e-quinary-hover\/5:focus{
  border-inline-end-color: rgb(112 126 222 / 0.05);
}

.focus\:border-e-quinary-hover\/50:focus{
  border-inline-end-color: rgb(112 126 222 / 0.5);
}

.focus\:border-e-quinary-hover\/55:focus{
  border-inline-end-color: rgb(112 126 222 / 0.55);
}

.focus\:border-e-quinary-hover\/60:focus{
  border-inline-end-color: rgb(112 126 222 / 0.6);
}

.focus\:border-e-quinary-hover\/65:focus{
  border-inline-end-color: rgb(112 126 222 / 0.65);
}

.focus\:border-e-quinary-hover\/70:focus{
  border-inline-end-color: rgb(112 126 222 / 0.7);
}

.focus\:border-e-quinary-hover\/75:focus{
  border-inline-end-color: rgb(112 126 222 / 0.75);
}

.focus\:border-e-quinary-hover\/80:focus{
  border-inline-end-color: rgb(112 126 222 / 0.8);
}

.focus\:border-e-quinary-hover\/85:focus{
  border-inline-end-color: rgb(112 126 222 / 0.85);
}

.focus\:border-e-quinary-hover\/90:focus{
  border-inline-end-color: rgb(112 126 222 / 0.9);
}

.focus\:border-e-quinary-hover\/95:focus{
  border-inline-end-color: rgb(112 126 222 / 0.95);
}

.focus\:border-e-quinary\/0:focus{
  border-inline-end-color: rgb(136 150 244 / 0);
}

.focus\:border-e-quinary\/10:focus{
  border-inline-end-color: rgb(136 150 244 / 0.1);
}

.focus\:border-e-quinary\/100:focus{
  border-inline-end-color: rgb(136 150 244 / 1);
}

.focus\:border-e-quinary\/15:focus{
  border-inline-end-color: rgb(136 150 244 / 0.15);
}

.focus\:border-e-quinary\/20:focus{
  border-inline-end-color: rgb(136 150 244 / 0.2);
}

.focus\:border-e-quinary\/25:focus{
  border-inline-end-color: rgb(136 150 244 / 0.25);
}

.focus\:border-e-quinary\/30:focus{
  border-inline-end-color: rgb(136 150 244 / 0.3);
}

.focus\:border-e-quinary\/35:focus{
  border-inline-end-color: rgb(136 150 244 / 0.35);
}

.focus\:border-e-quinary\/40:focus{
  border-inline-end-color: rgb(136 150 244 / 0.4);
}

.focus\:border-e-quinary\/45:focus{
  border-inline-end-color: rgb(136 150 244 / 0.45);
}

.focus\:border-e-quinary\/5:focus{
  border-inline-end-color: rgb(136 150 244 / 0.05);
}

.focus\:border-e-quinary\/50:focus{
  border-inline-end-color: rgb(136 150 244 / 0.5);
}

.focus\:border-e-quinary\/55:focus{
  border-inline-end-color: rgb(136 150 244 / 0.55);
}

.focus\:border-e-quinary\/60:focus{
  border-inline-end-color: rgb(136 150 244 / 0.6);
}

.focus\:border-e-quinary\/65:focus{
  border-inline-end-color: rgb(136 150 244 / 0.65);
}

.focus\:border-e-quinary\/70:focus{
  border-inline-end-color: rgb(136 150 244 / 0.7);
}

.focus\:border-e-quinary\/75:focus{
  border-inline-end-color: rgb(136 150 244 / 0.75);
}

.focus\:border-e-quinary\/80:focus{
  border-inline-end-color: rgb(136 150 244 / 0.8);
}

.focus\:border-e-quinary\/85:focus{
  border-inline-end-color: rgb(136 150 244 / 0.85);
}

.focus\:border-e-quinary\/90:focus{
  border-inline-end-color: rgb(136 150 244 / 0.9);
}

.focus\:border-e-quinary\/95:focus{
  border-inline-end-color: rgb(136 150 244 / 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\/15:focus{
  border-inline-end-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(254 226 226 / 0.35);
}

.focus\:border-e-red-100\/40:focus{
  border-inline-end-color: rgb(254 226 226 / 0.4);
}

.focus\:border-e-red-100\/45:focus{
  border-inline-end-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(254 226 226 / 0.55);
}

.focus\:border-e-red-100\/60:focus{
  border-inline-end-color: rgb(254 226 226 / 0.6);
}

.focus\:border-e-red-100\/65:focus{
  border-inline-end-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(254 202 202 / 0.35);
}

.focus\:border-e-red-200\/40:focus{
  border-inline-end-color: rgb(254 202 202 / 0.4);
}

.focus\:border-e-red-200\/45:focus{
  border-inline-end-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(254 202 202 / 0.55);
}

.focus\:border-e-red-200\/60:focus{
  border-inline-end-color: rgb(254 202 202 / 0.6);
}

.focus\:border-e-red-200\/65:focus{
  border-inline-end-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(252 165 165 / 0.35);
}

.focus\:border-e-red-300\/40:focus{
  border-inline-end-color: rgb(252 165 165 / 0.4);
}

.focus\:border-e-red-300\/45:focus{
  border-inline-end-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(252 165 165 / 0.55);
}

.focus\:border-e-red-300\/60:focus{
  border-inline-end-color: rgb(252 165 165 / 0.6);
}

.focus\:border-e-red-300\/65:focus{
  border-inline-end-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(248 113 113 / 0.35);
}

.focus\:border-e-red-400\/40:focus{
  border-inline-end-color: rgb(248 113 113 / 0.4);
}

.focus\:border-e-red-400\/45:focus{
  border-inline-end-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(248 113 113 / 0.55);
}

.focus\:border-e-red-400\/60:focus{
  border-inline-end-color: rgb(248 113 113 / 0.6);
}

.focus\:border-e-red-400\/65:focus{
  border-inline-end-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(254 242 242 / 0.35);
}

.focus\:border-e-red-50\/40:focus{
  border-inline-end-color: rgb(254 242 242 / 0.4);
}

.focus\:border-e-red-50\/45:focus{
  border-inline-end-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(254 242 242 / 0.55);
}

.focus\:border-e-red-50\/60:focus{
  border-inline-end-color: rgb(254 242 242 / 0.6);
}

.focus\:border-e-red-50\/65:focus{
  border-inline-end-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(239 68 68 / 0.35);
}

.focus\:border-e-red-500\/40:focus{
  border-inline-end-color: rgb(239 68 68 / 0.4);
}

.focus\:border-e-red-500\/45:focus{
  border-inline-end-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(239 68 68 / 0.55);
}

.focus\:border-e-red-500\/60:focus{
  border-inline-end-color: rgb(239 68 68 / 0.6);
}

.focus\:border-e-red-500\/65:focus{
  border-inline-end-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(220 38 38 / 0.35);
}

.focus\:border-e-red-600\/40:focus{
  border-inline-end-color: rgb(220 38 38 / 0.4);
}

.focus\:border-e-red-600\/45:focus{
  border-inline-end-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(220 38 38 / 0.55);
}

.focus\:border-e-red-600\/60:focus{
  border-inline-end-color: rgb(220 38 38 / 0.6);
}

.focus\:border-e-red-600\/65:focus{
  border-inline-end-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(185 28 28 / 0.35);
}

.focus\:border-e-red-700\/40:focus{
  border-inline-end-color: rgb(185 28 28 / 0.4);
}

.focus\:border-e-red-700\/45:focus{
  border-inline-end-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(185 28 28 / 0.55);
}

.focus\:border-e-red-700\/60:focus{
  border-inline-end-color: rgb(185 28 28 / 0.6);
}

.focus\:border-e-red-700\/65:focus{
  border-inline-end-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(153 27 27 / 0.35);
}

.focus\:border-e-red-800\/40:focus{
  border-inline-end-color: rgb(153 27 27 / 0.4);
}

.focus\:border-e-red-800\/45:focus{
  border-inline-end-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(153 27 27 / 0.55);
}

.focus\:border-e-red-800\/60:focus{
  border-inline-end-color: rgb(153 27 27 / 0.6);
}

.focus\:border-e-red-800\/65:focus{
  border-inline-end-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(127 29 29 / 0.35);
}

.focus\:border-e-red-900\/40:focus{
  border-inline-end-color: rgb(127 29 29 / 0.4);
}

.focus\:border-e-red-900\/45:focus{
  border-inline-end-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(127 29 29 / 0.55);
}

.focus\:border-e-red-900\/60:focus{
  border-inline-end-color: rgb(127 29 29 / 0.6);
}

.focus\:border-e-red-900\/65:focus{
  border-inline-end-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(69 10 10 / 0.35);
}

.focus\:border-e-red-950\/40:focus{
  border-inline-end-color: rgb(69 10 10 / 0.4);
}

.focus\:border-e-red-950\/45:focus{
  border-inline-end-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(69 10 10 / 0.55);
}

.focus\:border-e-red-950\/60:focus{
  border-inline-end-color: rgb(69 10 10 / 0.6);
}

.focus\:border-e-red-950\/65:focus{
  border-inline-end-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(255 228 230 / 0.35);
}

.focus\:border-e-rose-100\/40:focus{
  border-inline-end-color: rgb(255 228 230 / 0.4);
}

.focus\:border-e-rose-100\/45:focus{
  border-inline-end-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(255 228 230 / 0.55);
}

.focus\:border-e-rose-100\/60:focus{
  border-inline-end-color: rgb(255 228 230 / 0.6);
}

.focus\:border-e-rose-100\/65:focus{
  border-inline-end-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(254 205 211 / 0.35);
}

.focus\:border-e-rose-200\/40:focus{
  border-inline-end-color: rgb(254 205 211 / 0.4);
}

.focus\:border-e-rose-200\/45:focus{
  border-inline-end-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(254 205 211 / 0.55);
}

.focus\:border-e-rose-200\/60:focus{
  border-inline-end-color: rgb(254 205 211 / 0.6);
}

.focus\:border-e-rose-200\/65:focus{
  border-inline-end-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(253 164 175 / 0.35);
}

.focus\:border-e-rose-300\/40:focus{
  border-inline-end-color: rgb(253 164 175 / 0.4);
}

.focus\:border-e-rose-300\/45:focus{
  border-inline-end-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(253 164 175 / 0.55);
}

.focus\:border-e-rose-300\/60:focus{
  border-inline-end-color: rgb(253 164 175 / 0.6);
}

.focus\:border-e-rose-300\/65:focus{
  border-inline-end-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(251 113 133 / 0.35);
}

.focus\:border-e-rose-400\/40:focus{
  border-inline-end-color: rgb(251 113 133 / 0.4);
}

.focus\:border-e-rose-400\/45:focus{
  border-inline-end-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(251 113 133 / 0.55);
}

.focus\:border-e-rose-400\/60:focus{
  border-inline-end-color: rgb(251 113 133 / 0.6);
}

.focus\:border-e-rose-400\/65:focus{
  border-inline-end-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(255 241 242 / 0.35);
}

.focus\:border-e-rose-50\/40:focus{
  border-inline-end-color: rgb(255 241 242 / 0.4);
}

.focus\:border-e-rose-50\/45:focus{
  border-inline-end-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(255 241 242 / 0.55);
}

.focus\:border-e-rose-50\/60:focus{
  border-inline-end-color: rgb(255 241 242 / 0.6);
}

.focus\:border-e-rose-50\/65:focus{
  border-inline-end-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(244 63 94 / 0.35);
}

.focus\:border-e-rose-500\/40:focus{
  border-inline-end-color: rgb(244 63 94 / 0.4);
}

.focus\:border-e-rose-500\/45:focus{
  border-inline-end-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(244 63 94 / 0.55);
}

.focus\:border-e-rose-500\/60:focus{
  border-inline-end-color: rgb(244 63 94 / 0.6);
}

.focus\:border-e-rose-500\/65:focus{
  border-inline-end-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(225 29 72 / 0.35);
}

.focus\:border-e-rose-600\/40:focus{
  border-inline-end-color: rgb(225 29 72 / 0.4);
}

.focus\:border-e-rose-600\/45:focus{
  border-inline-end-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(225 29 72 / 0.55);
}

.focus\:border-e-rose-600\/60:focus{
  border-inline-end-color: rgb(225 29 72 / 0.6);
}

.focus\:border-e-rose-600\/65:focus{
  border-inline-end-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(190 18 60 / 0.35);
}

.focus\:border-e-rose-700\/40:focus{
  border-inline-end-color: rgb(190 18 60 / 0.4);
}

.focus\:border-e-rose-700\/45:focus{
  border-inline-end-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(190 18 60 / 0.55);
}

.focus\:border-e-rose-700\/60:focus{
  border-inline-end-color: rgb(190 18 60 / 0.6);
}

.focus\:border-e-rose-700\/65:focus{
  border-inline-end-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(159 18 57 / 0.35);
}

.focus\:border-e-rose-800\/40:focus{
  border-inline-end-color: rgb(159 18 57 / 0.4);
}

.focus\:border-e-rose-800\/45:focus{
  border-inline-end-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(159 18 57 / 0.55);
}

.focus\:border-e-rose-800\/60:focus{
  border-inline-end-color: rgb(159 18 57 / 0.6);
}

.focus\:border-e-rose-800\/65:focus{
  border-inline-end-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(136 19 55 / 0.35);
}

.focus\:border-e-rose-900\/40:focus{
  border-inline-end-color: rgb(136 19 55 / 0.4);
}

.focus\:border-e-rose-900\/45:focus{
  border-inline-end-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(136 19 55 / 0.55);
}

.focus\:border-e-rose-900\/60:focus{
  border-inline-end-color: rgb(136 19 55 / 0.6);
}

.focus\:border-e-rose-900\/65:focus{
  border-inline-end-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(76 5 25 / 0.35);
}

.focus\:border-e-rose-950\/40:focus{
  border-inline-end-color: rgb(76 5 25 / 0.4);
}

.focus\:border-e-rose-950\/45:focus{
  border-inline-end-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(76 5 25 / 0.55);
}

.focus\:border-e-rose-950\/60:focus{
  border-inline-end-color: rgb(76 5 25 / 0.6);
}

.focus\:border-e-rose-950\/65:focus{
  border-inline-end-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.focus\:border-e-secondary\/0:focus{
  border-inline-end-color: rgb(141 147 167 / 0);
}

.focus\:border-e-secondary\/10:focus{
  border-inline-end-color: rgb(141 147 167 / 0.1);
}

.focus\:border-e-secondary\/100:focus{
  border-inline-end-color: rgb(141 147 167 / 1);
}

.focus\:border-e-secondary\/15:focus{
  border-inline-end-color: rgb(141 147 167 / 0.15);
}

.focus\:border-e-secondary\/20:focus{
  border-inline-end-color: rgb(141 147 167 / 0.2);
}

.focus\:border-e-secondary\/25:focus{
  border-inline-end-color: rgb(141 147 167 / 0.25);
}

.focus\:border-e-secondary\/30:focus{
  border-inline-end-color: rgb(141 147 167 / 0.3);
}

.focus\:border-e-secondary\/35:focus{
  border-inline-end-color: rgb(141 147 167 / 0.35);
}

.focus\:border-e-secondary\/40:focus{
  border-inline-end-color: rgb(141 147 167 / 0.4);
}

.focus\:border-e-secondary\/45:focus{
  border-inline-end-color: rgb(141 147 167 / 0.45);
}

.focus\:border-e-secondary\/5:focus{
  border-inline-end-color: rgb(141 147 167 / 0.05);
}

.focus\:border-e-secondary\/50:focus{
  border-inline-end-color: rgb(141 147 167 / 0.5);
}

.focus\:border-e-secondary\/55:focus{
  border-inline-end-color: rgb(141 147 167 / 0.55);
}

.focus\:border-e-secondary\/60:focus{
  border-inline-end-color: rgb(141 147 167 / 0.6);
}

.focus\:border-e-secondary\/65:focus{
  border-inline-end-color: rgb(141 147 167 / 0.65);
}

.focus\:border-e-secondary\/70:focus{
  border-inline-end-color: rgb(141 147 167 / 0.7);
}

.focus\:border-e-secondary\/75:focus{
  border-inline-end-color: rgb(141 147 167 / 0.75);
}

.focus\:border-e-secondary\/80:focus{
  border-inline-end-color: rgb(141 147 167 / 0.8);
}

.focus\:border-e-secondary\/85:focus{
  border-inline-end-color: rgb(141 147 167 / 0.85);
}

.focus\:border-e-secondary\/90:focus{
  border-inline-end-color: rgb(141 147 167 / 0.9);
}

.focus\:border-e-secondary\/95:focus{
  border-inline-end-color: rgb(141 147 167 / 0.95);
}

.focus\:border-e-senary:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.focus\:border-e-senary\/0:focus{
  border-inline-end-color: rgb(73 134 231 / 0);
}

.focus\:border-e-senary\/10:focus{
  border-inline-end-color: rgb(73 134 231 / 0.1);
}

.focus\:border-e-senary\/100:focus{
  border-inline-end-color: rgb(73 134 231 / 1);
}

.focus\:border-e-senary\/15:focus{
  border-inline-end-color: rgb(73 134 231 / 0.15);
}

.focus\:border-e-senary\/20:focus{
  border-inline-end-color: rgb(73 134 231 / 0.2);
}

.focus\:border-e-senary\/25:focus{
  border-inline-end-color: rgb(73 134 231 / 0.25);
}

.focus\:border-e-senary\/30:focus{
  border-inline-end-color: rgb(73 134 231 / 0.3);
}

.focus\:border-e-senary\/35:focus{
  border-inline-end-color: rgb(73 134 231 / 0.35);
}

.focus\:border-e-senary\/40:focus{
  border-inline-end-color: rgb(73 134 231 / 0.4);
}

.focus\:border-e-senary\/45:focus{
  border-inline-end-color: rgb(73 134 231 / 0.45);
}

.focus\:border-e-senary\/5:focus{
  border-inline-end-color: rgb(73 134 231 / 0.05);
}

.focus\:border-e-senary\/50:focus{
  border-inline-end-color: rgb(73 134 231 / 0.5);
}

.focus\:border-e-senary\/55:focus{
  border-inline-end-color: rgb(73 134 231 / 0.55);
}

.focus\:border-e-senary\/60:focus{
  border-inline-end-color: rgb(73 134 231 / 0.6);
}

.focus\:border-e-senary\/65:focus{
  border-inline-end-color: rgb(73 134 231 / 0.65);
}

.focus\:border-e-senary\/70:focus{
  border-inline-end-color: rgb(73 134 231 / 0.7);
}

.focus\:border-e-senary\/75:focus{
  border-inline-end-color: rgb(73 134 231 / 0.75);
}

.focus\:border-e-senary\/80:focus{
  border-inline-end-color: rgb(73 134 231 / 0.8);
}

.focus\:border-e-senary\/85:focus{
  border-inline-end-color: rgb(73 134 231 / 0.85);
}

.focus\:border-e-senary\/90:focus{
  border-inline-end-color: rgb(73 134 231 / 0.9);
}

.focus\:border-e-senary\/95:focus{
  border-inline-end-color: rgb(73 134 231 / 0.95);
}

.focus\:border-e-septenary:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.focus\:border-e-septenary\/0:focus{
  border-inline-end-color: rgb(49 88 129 / 0);
}

.focus\:border-e-septenary\/10:focus{
  border-inline-end-color: rgb(49 88 129 / 0.1);
}

.focus\:border-e-septenary\/100:focus{
  border-inline-end-color: rgb(49 88 129 / 1);
}

.focus\:border-e-septenary\/15:focus{
  border-inline-end-color: rgb(49 88 129 / 0.15);
}

.focus\:border-e-septenary\/20:focus{
  border-inline-end-color: rgb(49 88 129 / 0.2);
}

.focus\:border-e-septenary\/25:focus{
  border-inline-end-color: rgb(49 88 129 / 0.25);
}

.focus\:border-e-septenary\/30:focus{
  border-inline-end-color: rgb(49 88 129 / 0.3);
}

.focus\:border-e-septenary\/35:focus{
  border-inline-end-color: rgb(49 88 129 / 0.35);
}

.focus\:border-e-septenary\/40:focus{
  border-inline-end-color: rgb(49 88 129 / 0.4);
}

.focus\:border-e-septenary\/45:focus{
  border-inline-end-color: rgb(49 88 129 / 0.45);
}

.focus\:border-e-septenary\/5:focus{
  border-inline-end-color: rgb(49 88 129 / 0.05);
}

.focus\:border-e-septenary\/50:focus{
  border-inline-end-color: rgb(49 88 129 / 0.5);
}

.focus\:border-e-septenary\/55:focus{
  border-inline-end-color: rgb(49 88 129 / 0.55);
}

.focus\:border-e-septenary\/60:focus{
  border-inline-end-color: rgb(49 88 129 / 0.6);
}

.focus\:border-e-septenary\/65:focus{
  border-inline-end-color: rgb(49 88 129 / 0.65);
}

.focus\:border-e-septenary\/70:focus{
  border-inline-end-color: rgb(49 88 129 / 0.7);
}

.focus\:border-e-septenary\/75:focus{
  border-inline-end-color: rgb(49 88 129 / 0.75);
}

.focus\:border-e-septenary\/80:focus{
  border-inline-end-color: rgb(49 88 129 / 0.8);
}

.focus\:border-e-septenary\/85:focus{
  border-inline-end-color: rgb(49 88 129 / 0.85);
}

.focus\:border-e-septenary\/90:focus{
  border-inline-end-color: rgb(49 88 129 / 0.9);
}

.focus\:border-e-septenary\/95:focus{
  border-inline-end-color: rgb(49 88 129 / 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\/15:focus{
  border-inline-end-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(224 242 254 / 0.35);
}

.focus\:border-e-sky-100\/40:focus{
  border-inline-end-color: rgb(224 242 254 / 0.4);
}

.focus\:border-e-sky-100\/45:focus{
  border-inline-end-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(224 242 254 / 0.55);
}

.focus\:border-e-sky-100\/60:focus{
  border-inline-end-color: rgb(224 242 254 / 0.6);
}

.focus\:border-e-sky-100\/65:focus{
  border-inline-end-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(186 230 253 / 0.35);
}

.focus\:border-e-sky-200\/40:focus{
  border-inline-end-color: rgb(186 230 253 / 0.4);
}

.focus\:border-e-sky-200\/45:focus{
  border-inline-end-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(186 230 253 / 0.55);
}

.focus\:border-e-sky-200\/60:focus{
  border-inline-end-color: rgb(186 230 253 / 0.6);
}

.focus\:border-e-sky-200\/65:focus{
  border-inline-end-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(125 211 252 / 0.35);
}

.focus\:border-e-sky-300\/40:focus{
  border-inline-end-color: rgb(125 211 252 / 0.4);
}

.focus\:border-e-sky-300\/45:focus{
  border-inline-end-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(125 211 252 / 0.55);
}

.focus\:border-e-sky-300\/60:focus{
  border-inline-end-color: rgb(125 211 252 / 0.6);
}

.focus\:border-e-sky-300\/65:focus{
  border-inline-end-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(56 189 248 / 0.35);
}

.focus\:border-e-sky-400\/40:focus{
  border-inline-end-color: rgb(56 189 248 / 0.4);
}

.focus\:border-e-sky-400\/45:focus{
  border-inline-end-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(56 189 248 / 0.55);
}

.focus\:border-e-sky-400\/60:focus{
  border-inline-end-color: rgb(56 189 248 / 0.6);
}

.focus\:border-e-sky-400\/65:focus{
  border-inline-end-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(240 249 255 / 0.35);
}

.focus\:border-e-sky-50\/40:focus{
  border-inline-end-color: rgb(240 249 255 / 0.4);
}

.focus\:border-e-sky-50\/45:focus{
  border-inline-end-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(240 249 255 / 0.55);
}

.focus\:border-e-sky-50\/60:focus{
  border-inline-end-color: rgb(240 249 255 / 0.6);
}

.focus\:border-e-sky-50\/65:focus{
  border-inline-end-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(14 165 233 / 0.35);
}

.focus\:border-e-sky-500\/40:focus{
  border-inline-end-color: rgb(14 165 233 / 0.4);
}

.focus\:border-e-sky-500\/45:focus{
  border-inline-end-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(14 165 233 / 0.55);
}

.focus\:border-e-sky-500\/60:focus{
  border-inline-end-color: rgb(14 165 233 / 0.6);
}

.focus\:border-e-sky-500\/65:focus{
  border-inline-end-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(2 132 199 / 0.35);
}

.focus\:border-e-sky-600\/40:focus{
  border-inline-end-color: rgb(2 132 199 / 0.4);
}

.focus\:border-e-sky-600\/45:focus{
  border-inline-end-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(2 132 199 / 0.55);
}

.focus\:border-e-sky-600\/60:focus{
  border-inline-end-color: rgb(2 132 199 / 0.6);
}

.focus\:border-e-sky-600\/65:focus{
  border-inline-end-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(3 105 161 / 0.35);
}

.focus\:border-e-sky-700\/40:focus{
  border-inline-end-color: rgb(3 105 161 / 0.4);
}

.focus\:border-e-sky-700\/45:focus{
  border-inline-end-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(3 105 161 / 0.55);
}

.focus\:border-e-sky-700\/60:focus{
  border-inline-end-color: rgb(3 105 161 / 0.6);
}

.focus\:border-e-sky-700\/65:focus{
  border-inline-end-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(7 89 133 / 0.35);
}

.focus\:border-e-sky-800\/40:focus{
  border-inline-end-color: rgb(7 89 133 / 0.4);
}

.focus\:border-e-sky-800\/45:focus{
  border-inline-end-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(7 89 133 / 0.55);
}

.focus\:border-e-sky-800\/60:focus{
  border-inline-end-color: rgb(7 89 133 / 0.6);
}

.focus\:border-e-sky-800\/65:focus{
  border-inline-end-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(12 74 110 / 0.35);
}

.focus\:border-e-sky-900\/40:focus{
  border-inline-end-color: rgb(12 74 110 / 0.4);
}

.focus\:border-e-sky-900\/45:focus{
  border-inline-end-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(12 74 110 / 0.55);
}

.focus\:border-e-sky-900\/60:focus{
  border-inline-end-color: rgb(12 74 110 / 0.6);
}

.focus\:border-e-sky-900\/65:focus{
  border-inline-end-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(8 47 73 / 0.35);
}

.focus\:border-e-sky-950\/40:focus{
  border-inline-end-color: rgb(8 47 73 / 0.4);
}

.focus\:border-e-sky-950\/45:focus{
  border-inline-end-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(8 47 73 / 0.55);
}

.focus\:border-e-sky-950\/60:focus{
  border-inline-end-color: rgb(8 47 73 / 0.6);
}

.focus\:border-e-sky-950\/65:focus{
  border-inline-end-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(241 245 249 / 0.35);
}

.focus\:border-e-slate-100\/40:focus{
  border-inline-end-color: rgb(241 245 249 / 0.4);
}

.focus\:border-e-slate-100\/45:focus{
  border-inline-end-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(241 245 249 / 0.55);
}

.focus\:border-e-slate-100\/60:focus{
  border-inline-end-color: rgb(241 245 249 / 0.6);
}

.focus\:border-e-slate-100\/65:focus{
  border-inline-end-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(226 232 240 / 0.35);
}

.focus\:border-e-slate-200\/40:focus{
  border-inline-end-color: rgb(226 232 240 / 0.4);
}

.focus\:border-e-slate-200\/45:focus{
  border-inline-end-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(226 232 240 / 0.55);
}

.focus\:border-e-slate-200\/60:focus{
  border-inline-end-color: rgb(226 232 240 / 0.6);
}

.focus\:border-e-slate-200\/65:focus{
  border-inline-end-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(203 213 225 / 0.35);
}

.focus\:border-e-slate-300\/40:focus{
  border-inline-end-color: rgb(203 213 225 / 0.4);
}

.focus\:border-e-slate-300\/45:focus{
  border-inline-end-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(203 213 225 / 0.55);
}

.focus\:border-e-slate-300\/60:focus{
  border-inline-end-color: rgb(203 213 225 / 0.6);
}

.focus\:border-e-slate-300\/65:focus{
  border-inline-end-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(148 163 184 / 0.35);
}

.focus\:border-e-slate-400\/40:focus{
  border-inline-end-color: rgb(148 163 184 / 0.4);
}

.focus\:border-e-slate-400\/45:focus{
  border-inline-end-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(148 163 184 / 0.55);
}

.focus\:border-e-slate-400\/60:focus{
  border-inline-end-color: rgb(148 163 184 / 0.6);
}

.focus\:border-e-slate-400\/65:focus{
  border-inline-end-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(248 250 252 / 0.35);
}

.focus\:border-e-slate-50\/40:focus{
  border-inline-end-color: rgb(248 250 252 / 0.4);
}

.focus\:border-e-slate-50\/45:focus{
  border-inline-end-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(248 250 252 / 0.55);
}

.focus\:border-e-slate-50\/60:focus{
  border-inline-end-color: rgb(248 250 252 / 0.6);
}

.focus\:border-e-slate-50\/65:focus{
  border-inline-end-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(100 116 139 / 0.35);
}

.focus\:border-e-slate-500\/40:focus{
  border-inline-end-color: rgb(100 116 139 / 0.4);
}

.focus\:border-e-slate-500\/45:focus{
  border-inline-end-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(100 116 139 / 0.55);
}

.focus\:border-e-slate-500\/60:focus{
  border-inline-end-color: rgb(100 116 139 / 0.6);
}

.focus\:border-e-slate-500\/65:focus{
  border-inline-end-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(71 85 105 / 0.35);
}

.focus\:border-e-slate-600\/40:focus{
  border-inline-end-color: rgb(71 85 105 / 0.4);
}

.focus\:border-e-slate-600\/45:focus{
  border-inline-end-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(71 85 105 / 0.55);
}

.focus\:border-e-slate-600\/60:focus{
  border-inline-end-color: rgb(71 85 105 / 0.6);
}

.focus\:border-e-slate-600\/65:focus{
  border-inline-end-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(51 65 85 / 0.35);
}

.focus\:border-e-slate-700\/40:focus{
  border-inline-end-color: rgb(51 65 85 / 0.4);
}

.focus\:border-e-slate-700\/45:focus{
  border-inline-end-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(51 65 85 / 0.55);
}

.focus\:border-e-slate-700\/60:focus{
  border-inline-end-color: rgb(51 65 85 / 0.6);
}

.focus\:border-e-slate-700\/65:focus{
  border-inline-end-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(30 41 59 / 0.35);
}

.focus\:border-e-slate-800\/40:focus{
  border-inline-end-color: rgb(30 41 59 / 0.4);
}

.focus\:border-e-slate-800\/45:focus{
  border-inline-end-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(30 41 59 / 0.55);
}

.focus\:border-e-slate-800\/60:focus{
  border-inline-end-color: rgb(30 41 59 / 0.6);
}

.focus\:border-e-slate-800\/65:focus{
  border-inline-end-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(15 23 42 / 0.35);
}

.focus\:border-e-slate-900\/40:focus{
  border-inline-end-color: rgb(15 23 42 / 0.4);
}

.focus\:border-e-slate-900\/45:focus{
  border-inline-end-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(15 23 42 / 0.55);
}

.focus\:border-e-slate-900\/60:focus{
  border-inline-end-color: rgb(15 23 42 / 0.6);
}

.focus\:border-e-slate-900\/65:focus{
  border-inline-end-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(2 6 23 / 0.35);
}

.focus\:border-e-slate-950\/40:focus{
  border-inline-end-color: rgb(2 6 23 / 0.4);
}

.focus\:border-e-slate-950\/45:focus{
  border-inline-end-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(2 6 23 / 0.55);
}

.focus\:border-e-slate-950\/60:focus{
  border-inline-end-color: rgb(2 6 23 / 0.6);
}

.focus\:border-e-slate-950\/65:focus{
  border-inline-end-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(245 245 244 / 0.35);
}

.focus\:border-e-stone-100\/40:focus{
  border-inline-end-color: rgb(245 245 244 / 0.4);
}

.focus\:border-e-stone-100\/45:focus{
  border-inline-end-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(245 245 244 / 0.55);
}

.focus\:border-e-stone-100\/60:focus{
  border-inline-end-color: rgb(245 245 244 / 0.6);
}

.focus\:border-e-stone-100\/65:focus{
  border-inline-end-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(231 229 228 / 0.35);
}

.focus\:border-e-stone-200\/40:focus{
  border-inline-end-color: rgb(231 229 228 / 0.4);
}

.focus\:border-e-stone-200\/45:focus{
  border-inline-end-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(231 229 228 / 0.55);
}

.focus\:border-e-stone-200\/60:focus{
  border-inline-end-color: rgb(231 229 228 / 0.6);
}

.focus\:border-e-stone-200\/65:focus{
  border-inline-end-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(214 211 209 / 0.35);
}

.focus\:border-e-stone-300\/40:focus{
  border-inline-end-color: rgb(214 211 209 / 0.4);
}

.focus\:border-e-stone-300\/45:focus{
  border-inline-end-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(214 211 209 / 0.55);
}

.focus\:border-e-stone-300\/60:focus{
  border-inline-end-color: rgb(214 211 209 / 0.6);
}

.focus\:border-e-stone-300\/65:focus{
  border-inline-end-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(168 162 158 / 0.35);
}

.focus\:border-e-stone-400\/40:focus{
  border-inline-end-color: rgb(168 162 158 / 0.4);
}

.focus\:border-e-stone-400\/45:focus{
  border-inline-end-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(168 162 158 / 0.55);
}

.focus\:border-e-stone-400\/60:focus{
  border-inline-end-color: rgb(168 162 158 / 0.6);
}

.focus\:border-e-stone-400\/65:focus{
  border-inline-end-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(250 250 249 / 0.35);
}

.focus\:border-e-stone-50\/40:focus{
  border-inline-end-color: rgb(250 250 249 / 0.4);
}

.focus\:border-e-stone-50\/45:focus{
  border-inline-end-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(250 250 249 / 0.55);
}

.focus\:border-e-stone-50\/60:focus{
  border-inline-end-color: rgb(250 250 249 / 0.6);
}

.focus\:border-e-stone-50\/65:focus{
  border-inline-end-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(120 113 108 / 0.35);
}

.focus\:border-e-stone-500\/40:focus{
  border-inline-end-color: rgb(120 113 108 / 0.4);
}

.focus\:border-e-stone-500\/45:focus{
  border-inline-end-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(120 113 108 / 0.55);
}

.focus\:border-e-stone-500\/60:focus{
  border-inline-end-color: rgb(120 113 108 / 0.6);
}

.focus\:border-e-stone-500\/65:focus{
  border-inline-end-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(87 83 78 / 0.35);
}

.focus\:border-e-stone-600\/40:focus{
  border-inline-end-color: rgb(87 83 78 / 0.4);
}

.focus\:border-e-stone-600\/45:focus{
  border-inline-end-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(87 83 78 / 0.55);
}

.focus\:border-e-stone-600\/60:focus{
  border-inline-end-color: rgb(87 83 78 / 0.6);
}

.focus\:border-e-stone-600\/65:focus{
  border-inline-end-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(68 64 60 / 0.35);
}

.focus\:border-e-stone-700\/40:focus{
  border-inline-end-color: rgb(68 64 60 / 0.4);
}

.focus\:border-e-stone-700\/45:focus{
  border-inline-end-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(68 64 60 / 0.55);
}

.focus\:border-e-stone-700\/60:focus{
  border-inline-end-color: rgb(68 64 60 / 0.6);
}

.focus\:border-e-stone-700\/65:focus{
  border-inline-end-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(41 37 36 / 0.35);
}

.focus\:border-e-stone-800\/40:focus{
  border-inline-end-color: rgb(41 37 36 / 0.4);
}

.focus\:border-e-stone-800\/45:focus{
  border-inline-end-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(41 37 36 / 0.55);
}

.focus\:border-e-stone-800\/60:focus{
  border-inline-end-color: rgb(41 37 36 / 0.6);
}

.focus\:border-e-stone-800\/65:focus{
  border-inline-end-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(28 25 23 / 0.35);
}

.focus\:border-e-stone-900\/40:focus{
  border-inline-end-color: rgb(28 25 23 / 0.4);
}

.focus\:border-e-stone-900\/45:focus{
  border-inline-end-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(28 25 23 / 0.55);
}

.focus\:border-e-stone-900\/60:focus{
  border-inline-end-color: rgb(28 25 23 / 0.6);
}

.focus\:border-e-stone-900\/65:focus{
  border-inline-end-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(12 10 9 / 0.35);
}

.focus\:border-e-stone-950\/40:focus{
  border-inline-end-color: rgb(12 10 9 / 0.4);
}

.focus\:border-e-stone-950\/45:focus{
  border-inline-end-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(12 10 9 / 0.55);
}

.focus\:border-e-stone-950\/60:focus{
  border-inline-end-color: rgb(12 10 9 / 0.6);
}

.focus\:border-e-stone-950\/65:focus{
  border-inline-end-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.focus\:border-e-success\/0:focus{
  border-inline-end-color: rgb(7 196 149 / 0);
}

.focus\:border-e-success\/10:focus{
  border-inline-end-color: rgb(7 196 149 / 0.1);
}

.focus\:border-e-success\/100:focus{
  border-inline-end-color: rgb(7 196 149 / 1);
}

.focus\:border-e-success\/15:focus{
  border-inline-end-color: rgb(7 196 149 / 0.15);
}

.focus\:border-e-success\/20:focus{
  border-inline-end-color: rgb(7 196 149 / 0.2);
}

.focus\:border-e-success\/25:focus{
  border-inline-end-color: rgb(7 196 149 / 0.25);
}

.focus\:border-e-success\/30:focus{
  border-inline-end-color: rgb(7 196 149 / 0.3);
}

.focus\:border-e-success\/35:focus{
  border-inline-end-color: rgb(7 196 149 / 0.35);
}

.focus\:border-e-success\/40:focus{
  border-inline-end-color: rgb(7 196 149 / 0.4);
}

.focus\:border-e-success\/45:focus{
  border-inline-end-color: rgb(7 196 149 / 0.45);
}

.focus\:border-e-success\/5:focus{
  border-inline-end-color: rgb(7 196 149 / 0.05);
}

.focus\:border-e-success\/50:focus{
  border-inline-end-color: rgb(7 196 149 / 0.5);
}

.focus\:border-e-success\/55:focus{
  border-inline-end-color: rgb(7 196 149 / 0.55);
}

.focus\:border-e-success\/60:focus{
  border-inline-end-color: rgb(7 196 149 / 0.6);
}

.focus\:border-e-success\/65:focus{
  border-inline-end-color: rgb(7 196 149 / 0.65);
}

.focus\:border-e-success\/70:focus{
  border-inline-end-color: rgb(7 196 149 / 0.7);
}

.focus\:border-e-success\/75:focus{
  border-inline-end-color: rgb(7 196 149 / 0.75);
}

.focus\:border-e-success\/80:focus{
  border-inline-end-color: rgb(7 196 149 / 0.8);
}

.focus\:border-e-success\/85:focus{
  border-inline-end-color: rgb(7 196 149 / 0.85);
}

.focus\:border-e-success\/90:focus{
  border-inline-end-color: rgb(7 196 149 / 0.9);
}

.focus\:border-e-success\/95:focus{
  border-inline-end-color: rgb(7 196 149 / 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\/15:focus{
  border-inline-end-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(204 251 241 / 0.35);
}

.focus\:border-e-teal-100\/40:focus{
  border-inline-end-color: rgb(204 251 241 / 0.4);
}

.focus\:border-e-teal-100\/45:focus{
  border-inline-end-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(204 251 241 / 0.55);
}

.focus\:border-e-teal-100\/60:focus{
  border-inline-end-color: rgb(204 251 241 / 0.6);
}

.focus\:border-e-teal-100\/65:focus{
  border-inline-end-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(153 246 228 / 0.35);
}

.focus\:border-e-teal-200\/40:focus{
  border-inline-end-color: rgb(153 246 228 / 0.4);
}

.focus\:border-e-teal-200\/45:focus{
  border-inline-end-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(153 246 228 / 0.55);
}

.focus\:border-e-teal-200\/60:focus{
  border-inline-end-color: rgb(153 246 228 / 0.6);
}

.focus\:border-e-teal-200\/65:focus{
  border-inline-end-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(94 234 212 / 0.35);
}

.focus\:border-e-teal-300\/40:focus{
  border-inline-end-color: rgb(94 234 212 / 0.4);
}

.focus\:border-e-teal-300\/45:focus{
  border-inline-end-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(94 234 212 / 0.55);
}

.focus\:border-e-teal-300\/60:focus{
  border-inline-end-color: rgb(94 234 212 / 0.6);
}

.focus\:border-e-teal-300\/65:focus{
  border-inline-end-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(45 212 191 / 0.35);
}

.focus\:border-e-teal-400\/40:focus{
  border-inline-end-color: rgb(45 212 191 / 0.4);
}

.focus\:border-e-teal-400\/45:focus{
  border-inline-end-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(45 212 191 / 0.55);
}

.focus\:border-e-teal-400\/60:focus{
  border-inline-end-color: rgb(45 212 191 / 0.6);
}

.focus\:border-e-teal-400\/65:focus{
  border-inline-end-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(240 253 250 / 0.35);
}

.focus\:border-e-teal-50\/40:focus{
  border-inline-end-color: rgb(240 253 250 / 0.4);
}

.focus\:border-e-teal-50\/45:focus{
  border-inline-end-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(240 253 250 / 0.55);
}

.focus\:border-e-teal-50\/60:focus{
  border-inline-end-color: rgb(240 253 250 / 0.6);
}

.focus\:border-e-teal-50\/65:focus{
  border-inline-end-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(20 184 166 / 0.35);
}

.focus\:border-e-teal-500\/40:focus{
  border-inline-end-color: rgb(20 184 166 / 0.4);
}

.focus\:border-e-teal-500\/45:focus{
  border-inline-end-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(20 184 166 / 0.55);
}

.focus\:border-e-teal-500\/60:focus{
  border-inline-end-color: rgb(20 184 166 / 0.6);
}

.focus\:border-e-teal-500\/65:focus{
  border-inline-end-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(13 148 136 / 0.35);
}

.focus\:border-e-teal-600\/40:focus{
  border-inline-end-color: rgb(13 148 136 / 0.4);
}

.focus\:border-e-teal-600\/45:focus{
  border-inline-end-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(13 148 136 / 0.55);
}

.focus\:border-e-teal-600\/60:focus{
  border-inline-end-color: rgb(13 148 136 / 0.6);
}

.focus\:border-e-teal-600\/65:focus{
  border-inline-end-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(15 118 110 / 0.35);
}

.focus\:border-e-teal-700\/40:focus{
  border-inline-end-color: rgb(15 118 110 / 0.4);
}

.focus\:border-e-teal-700\/45:focus{
  border-inline-end-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(15 118 110 / 0.55);
}

.focus\:border-e-teal-700\/60:focus{
  border-inline-end-color: rgb(15 118 110 / 0.6);
}

.focus\:border-e-teal-700\/65:focus{
  border-inline-end-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(17 94 89 / 0.35);
}

.focus\:border-e-teal-800\/40:focus{
  border-inline-end-color: rgb(17 94 89 / 0.4);
}

.focus\:border-e-teal-800\/45:focus{
  border-inline-end-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(17 94 89 / 0.55);
}

.focus\:border-e-teal-800\/60:focus{
  border-inline-end-color: rgb(17 94 89 / 0.6);
}

.focus\:border-e-teal-800\/65:focus{
  border-inline-end-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(19 78 74 / 0.35);
}

.focus\:border-e-teal-900\/40:focus{
  border-inline-end-color: rgb(19 78 74 / 0.4);
}

.focus\:border-e-teal-900\/45:focus{
  border-inline-end-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(19 78 74 / 0.55);
}

.focus\:border-e-teal-900\/60:focus{
  border-inline-end-color: rgb(19 78 74 / 0.6);
}

.focus\:border-e-teal-900\/65:focus{
  border-inline-end-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(4 47 46 / 0.35);
}

.focus\:border-e-teal-950\/40:focus{
  border-inline-end-color: rgb(4 47 46 / 0.4);
}

.focus\:border-e-teal-950\/45:focus{
  border-inline-end-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(4 47 46 / 0.55);
}

.focus\:border-e-teal-950\/60:focus{
  border-inline-end-color: rgb(4 47 46 / 0.6);
}

.focus\:border-e-teal-950\/65:focus{
  border-inline-end-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.focus\:border-e-tertiary-hover:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.focus\:border-e-tertiary-hover\/0:focus{
  border-inline-end-color: rgb(20 123 223 / 0);
}

.focus\:border-e-tertiary-hover\/10:focus{
  border-inline-end-color: rgb(20 123 223 / 0.1);
}

.focus\:border-e-tertiary-hover\/100:focus{
  border-inline-end-color: rgb(20 123 223 / 1);
}

.focus\:border-e-tertiary-hover\/15:focus{
  border-inline-end-color: rgb(20 123 223 / 0.15);
}

.focus\:border-e-tertiary-hover\/20:focus{
  border-inline-end-color: rgb(20 123 223 / 0.2);
}

.focus\:border-e-tertiary-hover\/25:focus{
  border-inline-end-color: rgb(20 123 223 / 0.25);
}

.focus\:border-e-tertiary-hover\/30:focus{
  border-inline-end-color: rgb(20 123 223 / 0.3);
}

.focus\:border-e-tertiary-hover\/35:focus{
  border-inline-end-color: rgb(20 123 223 / 0.35);
}

.focus\:border-e-tertiary-hover\/40:focus{
  border-inline-end-color: rgb(20 123 223 / 0.4);
}

.focus\:border-e-tertiary-hover\/45:focus{
  border-inline-end-color: rgb(20 123 223 / 0.45);
}

.focus\:border-e-tertiary-hover\/5:focus{
  border-inline-end-color: rgb(20 123 223 / 0.05);
}

.focus\:border-e-tertiary-hover\/50:focus{
  border-inline-end-color: rgb(20 123 223 / 0.5);
}

.focus\:border-e-tertiary-hover\/55:focus{
  border-inline-end-color: rgb(20 123 223 / 0.55);
}

.focus\:border-e-tertiary-hover\/60:focus{
  border-inline-end-color: rgb(20 123 223 / 0.6);
}

.focus\:border-e-tertiary-hover\/65:focus{
  border-inline-end-color: rgb(20 123 223 / 0.65);
}

.focus\:border-e-tertiary-hover\/70:focus{
  border-inline-end-color: rgb(20 123 223 / 0.7);
}

.focus\:border-e-tertiary-hover\/75:focus{
  border-inline-end-color: rgb(20 123 223 / 0.75);
}

.focus\:border-e-tertiary-hover\/80:focus{
  border-inline-end-color: rgb(20 123 223 / 0.8);
}

.focus\:border-e-tertiary-hover\/85:focus{
  border-inline-end-color: rgb(20 123 223 / 0.85);
}

.focus\:border-e-tertiary-hover\/90:focus{
  border-inline-end-color: rgb(20 123 223 / 0.9);
}

.focus\:border-e-tertiary-hover\/95:focus{
  border-inline-end-color: rgb(20 123 223 / 0.95);
}

.focus\:border-e-tertiary\/0:focus{
  border-inline-end-color: rgb(22 137 252 / 0);
}

.focus\:border-e-tertiary\/10:focus{
  border-inline-end-color: rgb(22 137 252 / 0.1);
}

.focus\:border-e-tertiary\/100:focus{
  border-inline-end-color: rgb(22 137 252 / 1);
}

.focus\:border-e-tertiary\/15:focus{
  border-inline-end-color: rgb(22 137 252 / 0.15);
}

.focus\:border-e-tertiary\/20:focus{
  border-inline-end-color: rgb(22 137 252 / 0.2);
}

.focus\:border-e-tertiary\/25:focus{
  border-inline-end-color: rgb(22 137 252 / 0.25);
}

.focus\:border-e-tertiary\/30:focus{
  border-inline-end-color: rgb(22 137 252 / 0.3);
}

.focus\:border-e-tertiary\/35:focus{
  border-inline-end-color: rgb(22 137 252 / 0.35);
}

.focus\:border-e-tertiary\/40:focus{
  border-inline-end-color: rgb(22 137 252 / 0.4);
}

.focus\:border-e-tertiary\/45:focus{
  border-inline-end-color: rgb(22 137 252 / 0.45);
}

.focus\:border-e-tertiary\/5:focus{
  border-inline-end-color: rgb(22 137 252 / 0.05);
}

.focus\:border-e-tertiary\/50:focus{
  border-inline-end-color: rgb(22 137 252 / 0.5);
}

.focus\:border-e-tertiary\/55:focus{
  border-inline-end-color: rgb(22 137 252 / 0.55);
}

.focus\:border-e-tertiary\/60:focus{
  border-inline-end-color: rgb(22 137 252 / 0.6);
}

.focus\:border-e-tertiary\/65:focus{
  border-inline-end-color: rgb(22 137 252 / 0.65);
}

.focus\:border-e-tertiary\/70:focus{
  border-inline-end-color: rgb(22 137 252 / 0.7);
}

.focus\:border-e-tertiary\/75:focus{
  border-inline-end-color: rgb(22 137 252 / 0.75);
}

.focus\:border-e-tertiary\/80:focus{
  border-inline-end-color: rgb(22 137 252 / 0.8);
}

.focus\:border-e-tertiary\/85:focus{
  border-inline-end-color: rgb(22 137 252 / 0.85);
}

.focus\:border-e-tertiary\/90:focus{
  border-inline-end-color: rgb(22 137 252 / 0.9);
}

.focus\:border-e-tertiary\/95:focus{
  border-inline-end-color: rgb(22 137 252 / 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\/15:focus{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}

.focus\:border-e-transparent\/40:focus{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.focus\:border-e-transparent\/45:focus{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}

.focus\:border-e-transparent\/60:focus{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.focus\:border-e-transparent\/65:focus{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  border-inline-end-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(237 233 254 / 0.35);
}

.focus\:border-e-violet-100\/40:focus{
  border-inline-end-color: rgb(237 233 254 / 0.4);
}

.focus\:border-e-violet-100\/45:focus{
  border-inline-end-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(237 233 254 / 0.55);
}

.focus\:border-e-violet-100\/60:focus{
  border-inline-end-color: rgb(237 233 254 / 0.6);
}

.focus\:border-e-violet-100\/65:focus{
  border-inline-end-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(221 214 254 / 0.35);
}

.focus\:border-e-violet-200\/40:focus{
  border-inline-end-color: rgb(221 214 254 / 0.4);
}

.focus\:border-e-violet-200\/45:focus{
  border-inline-end-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(221 214 254 / 0.55);
}

.focus\:border-e-violet-200\/60:focus{
  border-inline-end-color: rgb(221 214 254 / 0.6);
}

.focus\:border-e-violet-200\/65:focus{
  border-inline-end-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(196 181 253 / 0.35);
}

.focus\:border-e-violet-300\/40:focus{
  border-inline-end-color: rgb(196 181 253 / 0.4);
}

.focus\:border-e-violet-300\/45:focus{
  border-inline-end-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(196 181 253 / 0.55);
}

.focus\:border-e-violet-300\/60:focus{
  border-inline-end-color: rgb(196 181 253 / 0.6);
}

.focus\:border-e-violet-300\/65:focus{
  border-inline-end-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(167 139 250 / 0.35);
}

.focus\:border-e-violet-400\/40:focus{
  border-inline-end-color: rgb(167 139 250 / 0.4);
}

.focus\:border-e-violet-400\/45:focus{
  border-inline-end-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(167 139 250 / 0.55);
}

.focus\:border-e-violet-400\/60:focus{
  border-inline-end-color: rgb(167 139 250 / 0.6);
}

.focus\:border-e-violet-400\/65:focus{
  border-inline-end-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(245 243 255 / 0.35);
}

.focus\:border-e-violet-50\/40:focus{
  border-inline-end-color: rgb(245 243 255 / 0.4);
}

.focus\:border-e-violet-50\/45:focus{
  border-inline-end-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(245 243 255 / 0.55);
}

.focus\:border-e-violet-50\/60:focus{
  border-inline-end-color: rgb(245 243 255 / 0.6);
}

.focus\:border-e-violet-50\/65:focus{
  border-inline-end-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(139 92 246 / 0.35);
}

.focus\:border-e-violet-500\/40:focus{
  border-inline-end-color: rgb(139 92 246 / 0.4);
}

.focus\:border-e-violet-500\/45:focus{
  border-inline-end-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(139 92 246 / 0.55);
}

.focus\:border-e-violet-500\/60:focus{
  border-inline-end-color: rgb(139 92 246 / 0.6);
}

.focus\:border-e-violet-500\/65:focus{
  border-inline-end-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(124 58 237 / 0.35);
}

.focus\:border-e-violet-600\/40:focus{
  border-inline-end-color: rgb(124 58 237 / 0.4);
}

.focus\:border-e-violet-600\/45:focus{
  border-inline-end-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(124 58 237 / 0.55);
}

.focus\:border-e-violet-600\/60:focus{
  border-inline-end-color: rgb(124 58 237 / 0.6);
}

.focus\:border-e-violet-600\/65:focus{
  border-inline-end-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(109 40 217 / 0.35);
}

.focus\:border-e-violet-700\/40:focus{
  border-inline-end-color: rgb(109 40 217 / 0.4);
}

.focus\:border-e-violet-700\/45:focus{
  border-inline-end-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(109 40 217 / 0.55);
}

.focus\:border-e-violet-700\/60:focus{
  border-inline-end-color: rgb(109 40 217 / 0.6);
}

.focus\:border-e-violet-700\/65:focus{
  border-inline-end-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(91 33 182 / 0.35);
}

.focus\:border-e-violet-800\/40:focus{
  border-inline-end-color: rgb(91 33 182 / 0.4);
}

.focus\:border-e-violet-800\/45:focus{
  border-inline-end-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(91 33 182 / 0.55);
}

.focus\:border-e-violet-800\/60:focus{
  border-inline-end-color: rgb(91 33 182 / 0.6);
}

.focus\:border-e-violet-800\/65:focus{
  border-inline-end-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(76 29 149 / 0.35);
}

.focus\:border-e-violet-900\/40:focus{
  border-inline-end-color: rgb(76 29 149 / 0.4);
}

.focus\:border-e-violet-900\/45:focus{
  border-inline-end-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(76 29 149 / 0.55);
}

.focus\:border-e-violet-900\/60:focus{
  border-inline-end-color: rgb(76 29 149 / 0.6);
}

.focus\:border-e-violet-900\/65:focus{
  border-inline-end-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(46 16 101 / 0.35);
}

.focus\:border-e-violet-950\/40:focus{
  border-inline-end-color: rgb(46 16 101 / 0.4);
}

.focus\:border-e-violet-950\/45:focus{
  border-inline-end-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(46 16 101 / 0.55);
}

.focus\:border-e-violet-950\/60:focus{
  border-inline-end-color: rgb(46 16 101 / 0.6);
}

.focus\:border-e-violet-950\/65:focus{
  border-inline-end-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(255 255 255 / 0.35);
}

.focus\:border-e-white\/40:focus{
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.focus\:border-e-white\/45:focus{
  border-inline-end-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(255 255 255 / 0.55);
}

.focus\:border-e-white\/60:focus{
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.focus\:border-e-white\/65:focus{
  border-inline-end-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  border-inline-end-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(254 249 195 / 0.35);
}

.focus\:border-e-yellow-100\/40:focus{
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.focus\:border-e-yellow-100\/45:focus{
  border-inline-end-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(254 249 195 / 0.55);
}

.focus\:border-e-yellow-100\/60:focus{
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.focus\:border-e-yellow-100\/65:focus{
  border-inline-end-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(254 240 138 / 0.35);
}

.focus\:border-e-yellow-200\/40:focus{
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.focus\:border-e-yellow-200\/45:focus{
  border-inline-end-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(254 240 138 / 0.55);
}

.focus\:border-e-yellow-200\/60:focus{
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.focus\:border-e-yellow-200\/65:focus{
  border-inline-end-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(253 224 71 / 0.35);
}

.focus\:border-e-yellow-300\/40:focus{
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.focus\:border-e-yellow-300\/45:focus{
  border-inline-end-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(253 224 71 / 0.55);
}

.focus\:border-e-yellow-300\/60:focus{
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.focus\:border-e-yellow-300\/65:focus{
  border-inline-end-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(250 204 21 / 0.35);
}

.focus\:border-e-yellow-400\/40:focus{
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.focus\:border-e-yellow-400\/45:focus{
  border-inline-end-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(250 204 21 / 0.55);
}

.focus\:border-e-yellow-400\/60:focus{
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.focus\:border-e-yellow-400\/65:focus{
  border-inline-end-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(254 252 232 / 0.35);
}

.focus\:border-e-yellow-50\/40:focus{
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.focus\:border-e-yellow-50\/45:focus{
  border-inline-end-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(254 252 232 / 0.55);
}

.focus\:border-e-yellow-50\/60:focus{
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.focus\:border-e-yellow-50\/65:focus{
  border-inline-end-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(234 179 8 / 0.35);
}

.focus\:border-e-yellow-500\/40:focus{
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.focus\:border-e-yellow-500\/45:focus{
  border-inline-end-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(234 179 8 / 0.55);
}

.focus\:border-e-yellow-500\/60:focus{
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.focus\:border-e-yellow-500\/65:focus{
  border-inline-end-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(202 138 4 / 0.35);
}

.focus\:border-e-yellow-600\/40:focus{
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.focus\:border-e-yellow-600\/45:focus{
  border-inline-end-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(202 138 4 / 0.55);
}

.focus\:border-e-yellow-600\/60:focus{
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.focus\:border-e-yellow-600\/65:focus{
  border-inline-end-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(161 98 7 / 0.35);
}

.focus\:border-e-yellow-700\/40:focus{
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.focus\:border-e-yellow-700\/45:focus{
  border-inline-end-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(161 98 7 / 0.55);
}

.focus\:border-e-yellow-700\/60:focus{
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.focus\:border-e-yellow-700\/65:focus{
  border-inline-end-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(133 77 14 / 0.35);
}

.focus\:border-e-yellow-800\/40:focus{
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.focus\:border-e-yellow-800\/45:focus{
  border-inline-end-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(133 77 14 / 0.55);
}

.focus\:border-e-yellow-800\/60:focus{
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.focus\:border-e-yellow-800\/65:focus{
  border-inline-end-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(113 63 18 / 0.35);
}

.focus\:border-e-yellow-900\/40:focus{
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.focus\:border-e-yellow-900\/45:focus{
  border-inline-end-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(113 63 18 / 0.55);
}

.focus\:border-e-yellow-900\/60:focus{
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.focus\:border-e-yellow-900\/65:focus{
  border-inline-end-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(66 32 6 / 0.35);
}

.focus\:border-e-yellow-950\/40:focus{
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.focus\:border-e-yellow-950\/45:focus{
  border-inline-end-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(66 32 6 / 0.55);
}

.focus\:border-e-yellow-950\/60:focus{
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.focus\:border-e-yellow-950\/65:focus{
  border-inline-end-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(244 244 245 / 0.35);
}

.focus\:border-e-zinc-100\/40:focus{
  border-inline-end-color: rgb(244 244 245 / 0.4);
}

.focus\:border-e-zinc-100\/45:focus{
  border-inline-end-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(244 244 245 / 0.55);
}

.focus\:border-e-zinc-100\/60:focus{
  border-inline-end-color: rgb(244 244 245 / 0.6);
}

.focus\:border-e-zinc-100\/65:focus{
  border-inline-end-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(228 228 231 / 0.35);
}

.focus\:border-e-zinc-200\/40:focus{
  border-inline-end-color: rgb(228 228 231 / 0.4);
}

.focus\:border-e-zinc-200\/45:focus{
  border-inline-end-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(228 228 231 / 0.55);
}

.focus\:border-e-zinc-200\/60:focus{
  border-inline-end-color: rgb(228 228 231 / 0.6);
}

.focus\:border-e-zinc-200\/65:focus{
  border-inline-end-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(212 212 216 / 0.35);
}

.focus\:border-e-zinc-300\/40:focus{
  border-inline-end-color: rgb(212 212 216 / 0.4);
}

.focus\:border-e-zinc-300\/45:focus{
  border-inline-end-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(212 212 216 / 0.55);
}

.focus\:border-e-zinc-300\/60:focus{
  border-inline-end-color: rgb(212 212 216 / 0.6);
}

.focus\:border-e-zinc-300\/65:focus{
  border-inline-end-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(161 161 170 / 0.35);
}

.focus\:border-e-zinc-400\/40:focus{
  border-inline-end-color: rgb(161 161 170 / 0.4);
}

.focus\:border-e-zinc-400\/45:focus{
  border-inline-end-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(161 161 170 / 0.55);
}

.focus\:border-e-zinc-400\/60:focus{
  border-inline-end-color: rgb(161 161 170 / 0.6);
}

.focus\:border-e-zinc-400\/65:focus{
  border-inline-end-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(250 250 250 / 0.35);
}

.focus\:border-e-zinc-50\/40:focus{
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.focus\:border-e-zinc-50\/45:focus{
  border-inline-end-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(250 250 250 / 0.55);
}

.focus\:border-e-zinc-50\/60:focus{
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.focus\:border-e-zinc-50\/65:focus{
  border-inline-end-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(113 113 122 / 0.35);
}

.focus\:border-e-zinc-500\/40:focus{
  border-inline-end-color: rgb(113 113 122 / 0.4);
}

.focus\:border-e-zinc-500\/45:focus{
  border-inline-end-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(113 113 122 / 0.55);
}

.focus\:border-e-zinc-500\/60:focus{
  border-inline-end-color: rgb(113 113 122 / 0.6);
}

.focus\:border-e-zinc-500\/65:focus{
  border-inline-end-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(82 82 91 / 0.35);
}

.focus\:border-e-zinc-600\/40:focus{
  border-inline-end-color: rgb(82 82 91 / 0.4);
}

.focus\:border-e-zinc-600\/45:focus{
  border-inline-end-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(82 82 91 / 0.55);
}

.focus\:border-e-zinc-600\/60:focus{
  border-inline-end-color: rgb(82 82 91 / 0.6);
}

.focus\:border-e-zinc-600\/65:focus{
  border-inline-end-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(63 63 70 / 0.35);
}

.focus\:border-e-zinc-700\/40:focus{
  border-inline-end-color: rgb(63 63 70 / 0.4);
}

.focus\:border-e-zinc-700\/45:focus{
  border-inline-end-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(63 63 70 / 0.55);
}

.focus\:border-e-zinc-700\/60:focus{
  border-inline-end-color: rgb(63 63 70 / 0.6);
}

.focus\:border-e-zinc-700\/65:focus{
  border-inline-end-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(39 39 42 / 0.35);
}

.focus\:border-e-zinc-800\/40:focus{
  border-inline-end-color: rgb(39 39 42 / 0.4);
}

.focus\:border-e-zinc-800\/45:focus{
  border-inline-end-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(39 39 42 / 0.55);
}

.focus\:border-e-zinc-800\/60:focus{
  border-inline-end-color: rgb(39 39 42 / 0.6);
}

.focus\:border-e-zinc-800\/65:focus{
  border-inline-end-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(24 24 27 / 0.35);
}

.focus\:border-e-zinc-900\/40:focus{
  border-inline-end-color: rgb(24 24 27 / 0.4);
}

.focus\:border-e-zinc-900\/45:focus{
  border-inline-end-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(24 24 27 / 0.55);
}

.focus\:border-e-zinc-900\/60:focus{
  border-inline-end-color: rgb(24 24 27 / 0.6);
}

.focus\:border-e-zinc-900\/65:focus{
  border-inline-end-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  border-inline-end-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  border-inline-end-color: rgb(9 9 11 / 0.35);
}

.focus\:border-e-zinc-950\/40:focus{
  border-inline-end-color: rgb(9 9 11 / 0.4);
}

.focus\:border-e-zinc-950\/45:focus{
  border-inline-end-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  border-inline-end-color: rgb(9 9 11 / 0.55);
}

.focus\:border-e-zinc-950\/60:focus{
  border-inline-end-color: rgb(9 9 11 / 0.6);
}

.focus\:border-e-zinc-950\/65:focus{
  border-inline-end-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  border-inline-end-color: rgb(9 9 11 / 0.85);
}

.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-accent:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.focus\:border-l-accent\/0:focus{
  border-left-color: rgb(70 109 148 / 0);
}

.focus\:border-l-accent\/10:focus{
  border-left-color: rgb(70 109 148 / 0.1);
}

.focus\:border-l-accent\/100:focus{
  border-left-color: rgb(70 109 148 / 1);
}

.focus\:border-l-accent\/15:focus{
  border-left-color: rgb(70 109 148 / 0.15);
}

.focus\:border-l-accent\/20:focus{
  border-left-color: rgb(70 109 148 / 0.2);
}

.focus\:border-l-accent\/25:focus{
  border-left-color: rgb(70 109 148 / 0.25);
}

.focus\:border-l-accent\/30:focus{
  border-left-color: rgb(70 109 148 / 0.3);
}

.focus\:border-l-accent\/35:focus{
  border-left-color: rgb(70 109 148 / 0.35);
}

.focus\:border-l-accent\/40:focus{
  border-left-color: rgb(70 109 148 / 0.4);
}

.focus\:border-l-accent\/45:focus{
  border-left-color: rgb(70 109 148 / 0.45);
}

.focus\:border-l-accent\/5:focus{
  border-left-color: rgb(70 109 148 / 0.05);
}

.focus\:border-l-accent\/50:focus{
  border-left-color: rgb(70 109 148 / 0.5);
}

.focus\:border-l-accent\/55:focus{
  border-left-color: rgb(70 109 148 / 0.55);
}

.focus\:border-l-accent\/60:focus{
  border-left-color: rgb(70 109 148 / 0.6);
}

.focus\:border-l-accent\/65:focus{
  border-left-color: rgb(70 109 148 / 0.65);
}

.focus\:border-l-accent\/70:focus{
  border-left-color: rgb(70 109 148 / 0.7);
}

.focus\:border-l-accent\/75:focus{
  border-left-color: rgb(70 109 148 / 0.75);
}

.focus\:border-l-accent\/80:focus{
  border-left-color: rgb(70 109 148 / 0.8);
}

.focus\:border-l-accent\/85:focus{
  border-left-color: rgb(70 109 148 / 0.85);
}

.focus\:border-l-accent\/90:focus{
  border-left-color: rgb(70 109 148 / 0.9);
}

.focus\:border-l-accent\/95:focus{
  border-left-color: rgb(70 109 148 / 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\/15:focus{
  border-left-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 243 199 / 0.35);
}

.focus\:border-l-amber-100\/40:focus{
  border-left-color: rgb(254 243 199 / 0.4);
}

.focus\:border-l-amber-100\/45:focus{
  border-left-color: rgb(254 243 199 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 243 199 / 0.55);
}

.focus\:border-l-amber-100\/60:focus{
  border-left-color: rgb(254 243 199 / 0.6);
}

.focus\:border-l-amber-100\/65:focus{
  border-left-color: rgb(254 243 199 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 230 138 / 0.35);
}

.focus\:border-l-amber-200\/40:focus{
  border-left-color: rgb(253 230 138 / 0.4);
}

.focus\:border-l-amber-200\/45:focus{
  border-left-color: rgb(253 230 138 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 230 138 / 0.55);
}

.focus\:border-l-amber-200\/60:focus{
  border-left-color: rgb(253 230 138 / 0.6);
}

.focus\:border-l-amber-200\/65:focus{
  border-left-color: rgb(253 230 138 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(252 211 77 / 0.35);
}

.focus\:border-l-amber-300\/40:focus{
  border-left-color: rgb(252 211 77 / 0.4);
}

.focus\:border-l-amber-300\/45:focus{
  border-left-color: rgb(252 211 77 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(252 211 77 / 0.55);
}

.focus\:border-l-amber-300\/60:focus{
  border-left-color: rgb(252 211 77 / 0.6);
}

.focus\:border-l-amber-300\/65:focus{
  border-left-color: rgb(252 211 77 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(251 191 36 / 0.35);
}

.focus\:border-l-amber-400\/40:focus{
  border-left-color: rgb(251 191 36 / 0.4);
}

.focus\:border-l-amber-400\/45:focus{
  border-left-color: rgb(251 191 36 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(251 191 36 / 0.55);
}

.focus\:border-l-amber-400\/60:focus{
  border-left-color: rgb(251 191 36 / 0.6);
}

.focus\:border-l-amber-400\/65:focus{
  border-left-color: rgb(251 191 36 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 251 235 / 0.35);
}

.focus\:border-l-amber-50\/40:focus{
  border-left-color: rgb(255 251 235 / 0.4);
}

.focus\:border-l-amber-50\/45:focus{
  border-left-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 251 235 / 0.55);
}

.focus\:border-l-amber-50\/60:focus{
  border-left-color: rgb(255 251 235 / 0.6);
}

.focus\:border-l-amber-50\/65:focus{
  border-left-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 158 11 / 0.35);
}

.focus\:border-l-amber-500\/40:focus{
  border-left-color: rgb(245 158 11 / 0.4);
}

.focus\:border-l-amber-500\/45:focus{
  border-left-color: rgb(245 158 11 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 158 11 / 0.55);
}

.focus\:border-l-amber-500\/60:focus{
  border-left-color: rgb(245 158 11 / 0.6);
}

.focus\:border-l-amber-500\/65:focus{
  border-left-color: rgb(245 158 11 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(217 119 6 / 0.35);
}

.focus\:border-l-amber-600\/40:focus{
  border-left-color: rgb(217 119 6 / 0.4);
}

.focus\:border-l-amber-600\/45:focus{
  border-left-color: rgb(217 119 6 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(217 119 6 / 0.55);
}

.focus\:border-l-amber-600\/60:focus{
  border-left-color: rgb(217 119 6 / 0.6);
}

.focus\:border-l-amber-600\/65:focus{
  border-left-color: rgb(217 119 6 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(180 83 9 / 0.35);
}

.focus\:border-l-amber-700\/40:focus{
  border-left-color: rgb(180 83 9 / 0.4);
}

.focus\:border-l-amber-700\/45:focus{
  border-left-color: rgb(180 83 9 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(180 83 9 / 0.55);
}

.focus\:border-l-amber-700\/60:focus{
  border-left-color: rgb(180 83 9 / 0.6);
}

.focus\:border-l-amber-700\/65:focus{
  border-left-color: rgb(180 83 9 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(146 64 14 / 0.35);
}

.focus\:border-l-amber-800\/40:focus{
  border-left-color: rgb(146 64 14 / 0.4);
}

.focus\:border-l-amber-800\/45:focus{
  border-left-color: rgb(146 64 14 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(146 64 14 / 0.55);
}

.focus\:border-l-amber-800\/60:focus{
  border-left-color: rgb(146 64 14 / 0.6);
}

.focus\:border-l-amber-800\/65:focus{
  border-left-color: rgb(146 64 14 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(120 53 15 / 0.35);
}

.focus\:border-l-amber-900\/40:focus{
  border-left-color: rgb(120 53 15 / 0.4);
}

.focus\:border-l-amber-900\/45:focus{
  border-left-color: rgb(120 53 15 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(120 53 15 / 0.55);
}

.focus\:border-l-amber-900\/60:focus{
  border-left-color: rgb(120 53 15 / 0.6);
}

.focus\:border-l-amber-900\/65:focus{
  border-left-color: rgb(120 53 15 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(69 26 3 / 0.35);
}

.focus\:border-l-amber-950\/40:focus{
  border-left-color: rgb(69 26 3 / 0.4);
}

.focus\:border-l-amber-950\/45:focus{
  border-left-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(69 26 3 / 0.55);
}

.focus\:border-l-amber-950\/60:focus{
  border-left-color: rgb(69 26 3 / 0.6);
}

.focus\:border-l-amber-950\/65:focus{
  border-left-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.focus\:border-l-background\/0:focus{
  border-left-color: rgb(245 246 250 / 0);
}

.focus\:border-l-background\/10:focus{
  border-left-color: rgb(245 246 250 / 0.1);
}

.focus\:border-l-background\/100:focus{
  border-left-color: rgb(245 246 250 / 1);
}

.focus\:border-l-background\/15:focus{
  border-left-color: rgb(245 246 250 / 0.15);
}

.focus\:border-l-background\/20:focus{
  border-left-color: rgb(245 246 250 / 0.2);
}

.focus\:border-l-background\/25:focus{
  border-left-color: rgb(245 246 250 / 0.25);
}

.focus\:border-l-background\/30:focus{
  border-left-color: rgb(245 246 250 / 0.3);
}

.focus\:border-l-background\/35:focus{
  border-left-color: rgb(245 246 250 / 0.35);
}

.focus\:border-l-background\/40:focus{
  border-left-color: rgb(245 246 250 / 0.4);
}

.focus\:border-l-background\/45:focus{
  border-left-color: rgb(245 246 250 / 0.45);
}

.focus\:border-l-background\/5:focus{
  border-left-color: rgb(245 246 250 / 0.05);
}

.focus\:border-l-background\/50:focus{
  border-left-color: rgb(245 246 250 / 0.5);
}

.focus\:border-l-background\/55:focus{
  border-left-color: rgb(245 246 250 / 0.55);
}

.focus\:border-l-background\/60:focus{
  border-left-color: rgb(245 246 250 / 0.6);
}

.focus\:border-l-background\/65:focus{
  border-left-color: rgb(245 246 250 / 0.65);
}

.focus\:border-l-background\/70:focus{
  border-left-color: rgb(245 246 250 / 0.7);
}

.focus\:border-l-background\/75:focus{
  border-left-color: rgb(245 246 250 / 0.75);
}

.focus\:border-l-background\/80:focus{
  border-left-color: rgb(245 246 250 / 0.8);
}

.focus\:border-l-background\/85:focus{
  border-left-color: rgb(245 246 250 / 0.85);
}

.focus\:border-l-background\/90:focus{
  border-left-color: rgb(245 246 250 / 0.9);
}

.focus\:border-l-background\/95:focus{
  border-left-color: rgb(245 246 250 / 0.95);
}

.focus\:border-l-black:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.focus\:border-l-black\/0:focus{
  border-left-color: rgb(41 44 53 / 0);
}

.focus\:border-l-black\/10:focus{
  border-left-color: rgb(41 44 53 / 0.1);
}

.focus\:border-l-black\/100:focus{
  border-left-color: rgb(41 44 53 / 1);
}

.focus\:border-l-black\/15:focus{
  border-left-color: rgb(41 44 53 / 0.15);
}

.focus\:border-l-black\/20:focus{
  border-left-color: rgb(41 44 53 / 0.2);
}

.focus\:border-l-black\/25:focus{
  border-left-color: rgb(41 44 53 / 0.25);
}

.focus\:border-l-black\/30:focus{
  border-left-color: rgb(41 44 53 / 0.3);
}

.focus\:border-l-black\/35:focus{
  border-left-color: rgb(41 44 53 / 0.35);
}

.focus\:border-l-black\/40:focus{
  border-left-color: rgb(41 44 53 / 0.4);
}

.focus\:border-l-black\/45:focus{
  border-left-color: rgb(41 44 53 / 0.45);
}

.focus\:border-l-black\/5:focus{
  border-left-color: rgb(41 44 53 / 0.05);
}

.focus\:border-l-black\/50:focus{
  border-left-color: rgb(41 44 53 / 0.5);
}

.focus\:border-l-black\/55:focus{
  border-left-color: rgb(41 44 53 / 0.55);
}

.focus\:border-l-black\/60:focus{
  border-left-color: rgb(41 44 53 / 0.6);
}

.focus\:border-l-black\/65:focus{
  border-left-color: rgb(41 44 53 / 0.65);
}

.focus\:border-l-black\/70:focus{
  border-left-color: rgb(41 44 53 / 0.7);
}

.focus\:border-l-black\/75:focus{
  border-left-color: rgb(41 44 53 / 0.75);
}

.focus\:border-l-black\/80:focus{
  border-left-color: rgb(41 44 53 / 0.8);
}

.focus\:border-l-black\/85:focus{
  border-left-color: rgb(41 44 53 / 0.85);
}

.focus\:border-l-black\/90:focus{
  border-left-color: rgb(41 44 53 / 0.9);
}

.focus\:border-l-black\/95:focus{
  border-left-color: rgb(41 44 53 / 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\/15:focus{
  border-left-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(219 234 254 / 0.35);
}

.focus\:border-l-blue-100\/40:focus{
  border-left-color: rgb(219 234 254 / 0.4);
}

.focus\:border-l-blue-100\/45:focus{
  border-left-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(219 234 254 / 0.55);
}

.focus\:border-l-blue-100\/60:focus{
  border-left-color: rgb(219 234 254 / 0.6);
}

.focus\:border-l-blue-100\/65:focus{
  border-left-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(191 219 254 / 0.35);
}

.focus\:border-l-blue-200\/40:focus{
  border-left-color: rgb(191 219 254 / 0.4);
}

.focus\:border-l-blue-200\/45:focus{
  border-left-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(191 219 254 / 0.55);
}

.focus\:border-l-blue-200\/60:focus{
  border-left-color: rgb(191 219 254 / 0.6);
}

.focus\:border-l-blue-200\/65:focus{
  border-left-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(147 197 253 / 0.35);
}

.focus\:border-l-blue-300\/40:focus{
  border-left-color: rgb(147 197 253 / 0.4);
}

.focus\:border-l-blue-300\/45:focus{
  border-left-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(147 197 253 / 0.55);
}

.focus\:border-l-blue-300\/60:focus{
  border-left-color: rgb(147 197 253 / 0.6);
}

.focus\:border-l-blue-300\/65:focus{
  border-left-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(96 165 250 / 0.35);
}

.focus\:border-l-blue-400\/40:focus{
  border-left-color: rgb(96 165 250 / 0.4);
}

.focus\:border-l-blue-400\/45:focus{
  border-left-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(96 165 250 / 0.55);
}

.focus\:border-l-blue-400\/60:focus{
  border-left-color: rgb(96 165 250 / 0.6);
}

.focus\:border-l-blue-400\/65:focus{
  border-left-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(239 246 255 / 0.35);
}

.focus\:border-l-blue-50\/40:focus{
  border-left-color: rgb(239 246 255 / 0.4);
}

.focus\:border-l-blue-50\/45:focus{
  border-left-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(239 246 255 / 0.55);
}

.focus\:border-l-blue-50\/60:focus{
  border-left-color: rgb(239 246 255 / 0.6);
}

.focus\:border-l-blue-50\/65:focus{
  border-left-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(59 130 246 / 0.35);
}

.focus\:border-l-blue-500\/40:focus{
  border-left-color: rgb(59 130 246 / 0.4);
}

.focus\:border-l-blue-500\/45:focus{
  border-left-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(59 130 246 / 0.55);
}

.focus\:border-l-blue-500\/60:focus{
  border-left-color: rgb(59 130 246 / 0.6);
}

.focus\:border-l-blue-500\/65:focus{
  border-left-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(37 99 235 / 0.35);
}

.focus\:border-l-blue-600\/40:focus{
  border-left-color: rgb(37 99 235 / 0.4);
}

.focus\:border-l-blue-600\/45:focus{
  border-left-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(37 99 235 / 0.55);
}

.focus\:border-l-blue-600\/60:focus{
  border-left-color: rgb(37 99 235 / 0.6);
}

.focus\:border-l-blue-600\/65:focus{
  border-left-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(29 78 216 / 0.35);
}

.focus\:border-l-blue-700\/40:focus{
  border-left-color: rgb(29 78 216 / 0.4);
}

.focus\:border-l-blue-700\/45:focus{
  border-left-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(29 78 216 / 0.55);
}

.focus\:border-l-blue-700\/60:focus{
  border-left-color: rgb(29 78 216 / 0.6);
}

.focus\:border-l-blue-700\/65:focus{
  border-left-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(30 64 175 / 0.35);
}

.focus\:border-l-blue-800\/40:focus{
  border-left-color: rgb(30 64 175 / 0.4);
}

.focus\:border-l-blue-800\/45:focus{
  border-left-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(30 64 175 / 0.55);
}

.focus\:border-l-blue-800\/60:focus{
  border-left-color: rgb(30 64 175 / 0.6);
}

.focus\:border-l-blue-800\/65:focus{
  border-left-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(30 58 138 / 0.35);
}

.focus\:border-l-blue-900\/40:focus{
  border-left-color: rgb(30 58 138 / 0.4);
}

.focus\:border-l-blue-900\/45:focus{
  border-left-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(30 58 138 / 0.55);
}

.focus\:border-l-blue-900\/60:focus{
  border-left-color: rgb(30 58 138 / 0.6);
}

.focus\:border-l-blue-900\/65:focus{
  border-left-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(23 37 84 / 0.35);
}

.focus\:border-l-blue-950\/40:focus{
  border-left-color: rgb(23 37 84 / 0.4);
}

.focus\:border-l-blue-950\/45:focus{
  border-left-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(23 37 84 / 0.55);
}

.focus\:border-l-blue-950\/60:focus{
  border-left-color: rgb(23 37 84 / 0.6);
}

.focus\:border-l-blue-950\/65:focus{
  border-left-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.focus\:border-l-csv-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.focus\:border-l-csv-hover\/0:focus{
  border-left-color: rgb(0 114 37 / 0);
}

.focus\:border-l-csv-hover\/10:focus{
  border-left-color: rgb(0 114 37 / 0.1);
}

.focus\:border-l-csv-hover\/100:focus{
  border-left-color: rgb(0 114 37 / 1);
}

.focus\:border-l-csv-hover\/15:focus{
  border-left-color: rgb(0 114 37 / 0.15);
}

.focus\:border-l-csv-hover\/20:focus{
  border-left-color: rgb(0 114 37 / 0.2);
}

.focus\:border-l-csv-hover\/25:focus{
  border-left-color: rgb(0 114 37 / 0.25);
}

.focus\:border-l-csv-hover\/30:focus{
  border-left-color: rgb(0 114 37 / 0.3);
}

.focus\:border-l-csv-hover\/35:focus{
  border-left-color: rgb(0 114 37 / 0.35);
}

.focus\:border-l-csv-hover\/40:focus{
  border-left-color: rgb(0 114 37 / 0.4);
}

.focus\:border-l-csv-hover\/45:focus{
  border-left-color: rgb(0 114 37 / 0.45);
}

.focus\:border-l-csv-hover\/5:focus{
  border-left-color: rgb(0 114 37 / 0.05);
}

.focus\:border-l-csv-hover\/50:focus{
  border-left-color: rgb(0 114 37 / 0.5);
}

.focus\:border-l-csv-hover\/55:focus{
  border-left-color: rgb(0 114 37 / 0.55);
}

.focus\:border-l-csv-hover\/60:focus{
  border-left-color: rgb(0 114 37 / 0.6);
}

.focus\:border-l-csv-hover\/65:focus{
  border-left-color: rgb(0 114 37 / 0.65);
}

.focus\:border-l-csv-hover\/70:focus{
  border-left-color: rgb(0 114 37 / 0.7);
}

.focus\:border-l-csv-hover\/75:focus{
  border-left-color: rgb(0 114 37 / 0.75);
}

.focus\:border-l-csv-hover\/80:focus{
  border-left-color: rgb(0 114 37 / 0.8);
}

.focus\:border-l-csv-hover\/85:focus{
  border-left-color: rgb(0 114 37 / 0.85);
}

.focus\:border-l-csv-hover\/90:focus{
  border-left-color: rgb(0 114 37 / 0.9);
}

.focus\:border-l-csv-hover\/95:focus{
  border-left-color: rgb(0 114 37 / 0.95);
}

.focus\:border-l-csv\/0:focus{
  border-left-color: rgb(0 138 43 / 0);
}

.focus\:border-l-csv\/10:focus{
  border-left-color: rgb(0 138 43 / 0.1);
}

.focus\:border-l-csv\/100:focus{
  border-left-color: rgb(0 138 43 / 1);
}

.focus\:border-l-csv\/15:focus{
  border-left-color: rgb(0 138 43 / 0.15);
}

.focus\:border-l-csv\/20:focus{
  border-left-color: rgb(0 138 43 / 0.2);
}

.focus\:border-l-csv\/25:focus{
  border-left-color: rgb(0 138 43 / 0.25);
}

.focus\:border-l-csv\/30:focus{
  border-left-color: rgb(0 138 43 / 0.3);
}

.focus\:border-l-csv\/35:focus{
  border-left-color: rgb(0 138 43 / 0.35);
}

.focus\:border-l-csv\/40:focus{
  border-left-color: rgb(0 138 43 / 0.4);
}

.focus\:border-l-csv\/45:focus{
  border-left-color: rgb(0 138 43 / 0.45);
}

.focus\:border-l-csv\/5:focus{
  border-left-color: rgb(0 138 43 / 0.05);
}

.focus\:border-l-csv\/50:focus{
  border-left-color: rgb(0 138 43 / 0.5);
}

.focus\:border-l-csv\/55:focus{
  border-left-color: rgb(0 138 43 / 0.55);
}

.focus\:border-l-csv\/60:focus{
  border-left-color: rgb(0 138 43 / 0.6);
}

.focus\:border-l-csv\/65:focus{
  border-left-color: rgb(0 138 43 / 0.65);
}

.focus\:border-l-csv\/70:focus{
  border-left-color: rgb(0 138 43 / 0.7);
}

.focus\:border-l-csv\/75:focus{
  border-left-color: rgb(0 138 43 / 0.75);
}

.focus\:border-l-csv\/80:focus{
  border-left-color: rgb(0 138 43 / 0.8);
}

.focus\:border-l-csv\/85:focus{
  border-left-color: rgb(0 138 43 / 0.85);
}

.focus\:border-l-csv\/90:focus{
  border-left-color: rgb(0 138 43 / 0.9);
}

.focus\:border-l-csv\/95:focus{
  border-left-color: rgb(0 138 43 / 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\/15:focus{
  border-left-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(207 250 254 / 0.35);
}

.focus\:border-l-cyan-100\/40:focus{
  border-left-color: rgb(207 250 254 / 0.4);
}

.focus\:border-l-cyan-100\/45:focus{
  border-left-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(207 250 254 / 0.55);
}

.focus\:border-l-cyan-100\/60:focus{
  border-left-color: rgb(207 250 254 / 0.6);
}

.focus\:border-l-cyan-100\/65:focus{
  border-left-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(165 243 252 / 0.35);
}

.focus\:border-l-cyan-200\/40:focus{
  border-left-color: rgb(165 243 252 / 0.4);
}

.focus\:border-l-cyan-200\/45:focus{
  border-left-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(165 243 252 / 0.55);
}

.focus\:border-l-cyan-200\/60:focus{
  border-left-color: rgb(165 243 252 / 0.6);
}

.focus\:border-l-cyan-200\/65:focus{
  border-left-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(103 232 249 / 0.35);
}

.focus\:border-l-cyan-300\/40:focus{
  border-left-color: rgb(103 232 249 / 0.4);
}

.focus\:border-l-cyan-300\/45:focus{
  border-left-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(103 232 249 / 0.55);
}

.focus\:border-l-cyan-300\/60:focus{
  border-left-color: rgb(103 232 249 / 0.6);
}

.focus\:border-l-cyan-300\/65:focus{
  border-left-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(34 211 238 / 0.35);
}

.focus\:border-l-cyan-400\/40:focus{
  border-left-color: rgb(34 211 238 / 0.4);
}

.focus\:border-l-cyan-400\/45:focus{
  border-left-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(34 211 238 / 0.55);
}

.focus\:border-l-cyan-400\/60:focus{
  border-left-color: rgb(34 211 238 / 0.6);
}

.focus\:border-l-cyan-400\/65:focus{
  border-left-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(236 254 255 / 0.35);
}

.focus\:border-l-cyan-50\/40:focus{
  border-left-color: rgb(236 254 255 / 0.4);
}

.focus\:border-l-cyan-50\/45:focus{
  border-left-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(236 254 255 / 0.55);
}

.focus\:border-l-cyan-50\/60:focus{
  border-left-color: rgb(236 254 255 / 0.6);
}

.focus\:border-l-cyan-50\/65:focus{
  border-left-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(6 182 212 / 0.35);
}

.focus\:border-l-cyan-500\/40:focus{
  border-left-color: rgb(6 182 212 / 0.4);
}

.focus\:border-l-cyan-500\/45:focus{
  border-left-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(6 182 212 / 0.55);
}

.focus\:border-l-cyan-500\/60:focus{
  border-left-color: rgb(6 182 212 / 0.6);
}

.focus\:border-l-cyan-500\/65:focus{
  border-left-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(8 145 178 / 0.35);
}

.focus\:border-l-cyan-600\/40:focus{
  border-left-color: rgb(8 145 178 / 0.4);
}

.focus\:border-l-cyan-600\/45:focus{
  border-left-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(8 145 178 / 0.55);
}

.focus\:border-l-cyan-600\/60:focus{
  border-left-color: rgb(8 145 178 / 0.6);
}

.focus\:border-l-cyan-600\/65:focus{
  border-left-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(14 116 144 / 0.35);
}

.focus\:border-l-cyan-700\/40:focus{
  border-left-color: rgb(14 116 144 / 0.4);
}

.focus\:border-l-cyan-700\/45:focus{
  border-left-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(14 116 144 / 0.55);
}

.focus\:border-l-cyan-700\/60:focus{
  border-left-color: rgb(14 116 144 / 0.6);
}

.focus\:border-l-cyan-700\/65:focus{
  border-left-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(21 94 117 / 0.35);
}

.focus\:border-l-cyan-800\/40:focus{
  border-left-color: rgb(21 94 117 / 0.4);
}

.focus\:border-l-cyan-800\/45:focus{
  border-left-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(21 94 117 / 0.55);
}

.focus\:border-l-cyan-800\/60:focus{
  border-left-color: rgb(21 94 117 / 0.6);
}

.focus\:border-l-cyan-800\/65:focus{
  border-left-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(22 78 99 / 0.35);
}

.focus\:border-l-cyan-900\/40:focus{
  border-left-color: rgb(22 78 99 / 0.4);
}

.focus\:border-l-cyan-900\/45:focus{
  border-left-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(22 78 99 / 0.55);
}

.focus\:border-l-cyan-900\/60:focus{
  border-left-color: rgb(22 78 99 / 0.6);
}

.focus\:border-l-cyan-900\/65:focus{
  border-left-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(8 51 68 / 0.35);
}

.focus\:border-l-cyan-950\/40:focus{
  border-left-color: rgb(8 51 68 / 0.4);
}

.focus\:border-l-cyan-950\/45:focus{
  border-left-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(8 51 68 / 0.55);
}

.focus\:border-l-cyan-950\/60:focus{
  border-left-color: rgb(8 51 68 / 0.6);
}

.focus\:border-l-cyan-950\/65:focus{
  border-left-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.focus\:border-l-danger-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.focus\:border-l-danger-hover\/0:focus{
  border-left-color: rgb(193 49 44 / 0);
}

.focus\:border-l-danger-hover\/10:focus{
  border-left-color: rgb(193 49 44 / 0.1);
}

.focus\:border-l-danger-hover\/100:focus{
  border-left-color: rgb(193 49 44 / 1);
}

.focus\:border-l-danger-hover\/15:focus{
  border-left-color: rgb(193 49 44 / 0.15);
}

.focus\:border-l-danger-hover\/20:focus{
  border-left-color: rgb(193 49 44 / 0.2);
}

.focus\:border-l-danger-hover\/25:focus{
  border-left-color: rgb(193 49 44 / 0.25);
}

.focus\:border-l-danger-hover\/30:focus{
  border-left-color: rgb(193 49 44 / 0.3);
}

.focus\:border-l-danger-hover\/35:focus{
  border-left-color: rgb(193 49 44 / 0.35);
}

.focus\:border-l-danger-hover\/40:focus{
  border-left-color: rgb(193 49 44 / 0.4);
}

.focus\:border-l-danger-hover\/45:focus{
  border-left-color: rgb(193 49 44 / 0.45);
}

.focus\:border-l-danger-hover\/5:focus{
  border-left-color: rgb(193 49 44 / 0.05);
}

.focus\:border-l-danger-hover\/50:focus{
  border-left-color: rgb(193 49 44 / 0.5);
}

.focus\:border-l-danger-hover\/55:focus{
  border-left-color: rgb(193 49 44 / 0.55);
}

.focus\:border-l-danger-hover\/60:focus{
  border-left-color: rgb(193 49 44 / 0.6);
}

.focus\:border-l-danger-hover\/65:focus{
  border-left-color: rgb(193 49 44 / 0.65);
}

.focus\:border-l-danger-hover\/70:focus{
  border-left-color: rgb(193 49 44 / 0.7);
}

.focus\:border-l-danger-hover\/75:focus{
  border-left-color: rgb(193 49 44 / 0.75);
}

.focus\:border-l-danger-hover\/80:focus{
  border-left-color: rgb(193 49 44 / 0.8);
}

.focus\:border-l-danger-hover\/85:focus{
  border-left-color: rgb(193 49 44 / 0.85);
}

.focus\:border-l-danger-hover\/90:focus{
  border-left-color: rgb(193 49 44 / 0.9);
}

.focus\:border-l-danger-hover\/95:focus{
  border-left-color: rgb(193 49 44 / 0.95);
}

.focus\:border-l-danger\/0:focus{
  border-left-color: rgb(207 59 54 / 0);
}

.focus\:border-l-danger\/10:focus{
  border-left-color: rgb(207 59 54 / 0.1);
}

.focus\:border-l-danger\/100:focus{
  border-left-color: rgb(207 59 54 / 1);
}

.focus\:border-l-danger\/15:focus{
  border-left-color: rgb(207 59 54 / 0.15);
}

.focus\:border-l-danger\/20:focus{
  border-left-color: rgb(207 59 54 / 0.2);
}

.focus\:border-l-danger\/25:focus{
  border-left-color: rgb(207 59 54 / 0.25);
}

.focus\:border-l-danger\/30:focus{
  border-left-color: rgb(207 59 54 / 0.3);
}

.focus\:border-l-danger\/35:focus{
  border-left-color: rgb(207 59 54 / 0.35);
}

.focus\:border-l-danger\/40:focus{
  border-left-color: rgb(207 59 54 / 0.4);
}

.focus\:border-l-danger\/45:focus{
  border-left-color: rgb(207 59 54 / 0.45);
}

.focus\:border-l-danger\/5:focus{
  border-left-color: rgb(207 59 54 / 0.05);
}

.focus\:border-l-danger\/50:focus{
  border-left-color: rgb(207 59 54 / 0.5);
}

.focus\:border-l-danger\/55:focus{
  border-left-color: rgb(207 59 54 / 0.55);
}

.focus\:border-l-danger\/60:focus{
  border-left-color: rgb(207 59 54 / 0.6);
}

.focus\:border-l-danger\/65:focus{
  border-left-color: rgb(207 59 54 / 0.65);
}

.focus\:border-l-danger\/70:focus{
  border-left-color: rgb(207 59 54 / 0.7);
}

.focus\:border-l-danger\/75:focus{
  border-left-color: rgb(207 59 54 / 0.75);
}

.focus\:border-l-danger\/80:focus{
  border-left-color: rgb(207 59 54 / 0.8);
}

.focus\:border-l-danger\/85:focus{
  border-left-color: rgb(207 59 54 / 0.85);
}

.focus\:border-l-danger\/90:focus{
  border-left-color: rgb(207 59 54 / 0.9);
}

.focus\:border-l-danger\/95:focus{
  border-left-color: rgb(207 59 54 / 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\/15:focus{
  border-left-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(209 250 229 / 0.35);
}

.focus\:border-l-emerald-100\/40:focus{
  border-left-color: rgb(209 250 229 / 0.4);
}

.focus\:border-l-emerald-100\/45:focus{
  border-left-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(209 250 229 / 0.55);
}

.focus\:border-l-emerald-100\/60:focus{
  border-left-color: rgb(209 250 229 / 0.6);
}

.focus\:border-l-emerald-100\/65:focus{
  border-left-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(167 243 208 / 0.35);
}

.focus\:border-l-emerald-200\/40:focus{
  border-left-color: rgb(167 243 208 / 0.4);
}

.focus\:border-l-emerald-200\/45:focus{
  border-left-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(167 243 208 / 0.55);
}

.focus\:border-l-emerald-200\/60:focus{
  border-left-color: rgb(167 243 208 / 0.6);
}

.focus\:border-l-emerald-200\/65:focus{
  border-left-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(110 231 183 / 0.35);
}

.focus\:border-l-emerald-300\/40:focus{
  border-left-color: rgb(110 231 183 / 0.4);
}

.focus\:border-l-emerald-300\/45:focus{
  border-left-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(110 231 183 / 0.55);
}

.focus\:border-l-emerald-300\/60:focus{
  border-left-color: rgb(110 231 183 / 0.6);
}

.focus\:border-l-emerald-300\/65:focus{
  border-left-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(52 211 153 / 0.35);
}

.focus\:border-l-emerald-400\/40:focus{
  border-left-color: rgb(52 211 153 / 0.4);
}

.focus\:border-l-emerald-400\/45:focus{
  border-left-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(52 211 153 / 0.55);
}

.focus\:border-l-emerald-400\/60:focus{
  border-left-color: rgb(52 211 153 / 0.6);
}

.focus\:border-l-emerald-400\/65:focus{
  border-left-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(236 253 245 / 0.35);
}

.focus\:border-l-emerald-50\/40:focus{
  border-left-color: rgb(236 253 245 / 0.4);
}

.focus\:border-l-emerald-50\/45:focus{
  border-left-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(236 253 245 / 0.55);
}

.focus\:border-l-emerald-50\/60:focus{
  border-left-color: rgb(236 253 245 / 0.6);
}

.focus\:border-l-emerald-50\/65:focus{
  border-left-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(16 185 129 / 0.35);
}

.focus\:border-l-emerald-500\/40:focus{
  border-left-color: rgb(16 185 129 / 0.4);
}

.focus\:border-l-emerald-500\/45:focus{
  border-left-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(16 185 129 / 0.55);
}

.focus\:border-l-emerald-500\/60:focus{
  border-left-color: rgb(16 185 129 / 0.6);
}

.focus\:border-l-emerald-500\/65:focus{
  border-left-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(5 150 105 / 0.35);
}

.focus\:border-l-emerald-600\/40:focus{
  border-left-color: rgb(5 150 105 / 0.4);
}

.focus\:border-l-emerald-600\/45:focus{
  border-left-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(5 150 105 / 0.55);
}

.focus\:border-l-emerald-600\/60:focus{
  border-left-color: rgb(5 150 105 / 0.6);
}

.focus\:border-l-emerald-600\/65:focus{
  border-left-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(4 120 87 / 0.35);
}

.focus\:border-l-emerald-700\/40:focus{
  border-left-color: rgb(4 120 87 / 0.4);
}

.focus\:border-l-emerald-700\/45:focus{
  border-left-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(4 120 87 / 0.55);
}

.focus\:border-l-emerald-700\/60:focus{
  border-left-color: rgb(4 120 87 / 0.6);
}

.focus\:border-l-emerald-700\/65:focus{
  border-left-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(6 95 70 / 0.35);
}

.focus\:border-l-emerald-800\/40:focus{
  border-left-color: rgb(6 95 70 / 0.4);
}

.focus\:border-l-emerald-800\/45:focus{
  border-left-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(6 95 70 / 0.55);
}

.focus\:border-l-emerald-800\/60:focus{
  border-left-color: rgb(6 95 70 / 0.6);
}

.focus\:border-l-emerald-800\/65:focus{
  border-left-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(6 78 59 / 0.35);
}

.focus\:border-l-emerald-900\/40:focus{
  border-left-color: rgb(6 78 59 / 0.4);
}

.focus\:border-l-emerald-900\/45:focus{
  border-left-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(6 78 59 / 0.55);
}

.focus\:border-l-emerald-900\/60:focus{
  border-left-color: rgb(6 78 59 / 0.6);
}

.focus\:border-l-emerald-900\/65:focus{
  border-left-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(2 44 34 / 0.35);
}

.focus\:border-l-emerald-950\/40:focus{
  border-left-color: rgb(2 44 34 / 0.4);
}

.focus\:border-l-emerald-950\/45:focus{
  border-left-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(2 44 34 / 0.55);
}

.focus\:border-l-emerald-950\/60:focus{
  border-left-color: rgb(2 44 34 / 0.6);
}

.focus\:border-l-emerald-950\/65:focus{
  border-left-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.focus\:border-l-excel-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.focus\:border-l-excel-hover\/0:focus{
  border-left-color: rgb(9 138 107 / 0);
}

.focus\:border-l-excel-hover\/10:focus{
  border-left-color: rgb(9 138 107 / 0.1);
}

.focus\:border-l-excel-hover\/100:focus{
  border-left-color: rgb(9 138 107 / 1);
}

.focus\:border-l-excel-hover\/15:focus{
  border-left-color: rgb(9 138 107 / 0.15);
}

.focus\:border-l-excel-hover\/20:focus{
  border-left-color: rgb(9 138 107 / 0.2);
}

.focus\:border-l-excel-hover\/25:focus{
  border-left-color: rgb(9 138 107 / 0.25);
}

.focus\:border-l-excel-hover\/30:focus{
  border-left-color: rgb(9 138 107 / 0.3);
}

.focus\:border-l-excel-hover\/35:focus{
  border-left-color: rgb(9 138 107 / 0.35);
}

.focus\:border-l-excel-hover\/40:focus{
  border-left-color: rgb(9 138 107 / 0.4);
}

.focus\:border-l-excel-hover\/45:focus{
  border-left-color: rgb(9 138 107 / 0.45);
}

.focus\:border-l-excel-hover\/5:focus{
  border-left-color: rgb(9 138 107 / 0.05);
}

.focus\:border-l-excel-hover\/50:focus{
  border-left-color: rgb(9 138 107 / 0.5);
}

.focus\:border-l-excel-hover\/55:focus{
  border-left-color: rgb(9 138 107 / 0.55);
}

.focus\:border-l-excel-hover\/60:focus{
  border-left-color: rgb(9 138 107 / 0.6);
}

.focus\:border-l-excel-hover\/65:focus{
  border-left-color: rgb(9 138 107 / 0.65);
}

.focus\:border-l-excel-hover\/70:focus{
  border-left-color: rgb(9 138 107 / 0.7);
}

.focus\:border-l-excel-hover\/75:focus{
  border-left-color: rgb(9 138 107 / 0.75);
}

.focus\:border-l-excel-hover\/80:focus{
  border-left-color: rgb(9 138 107 / 0.8);
}

.focus\:border-l-excel-hover\/85:focus{
  border-left-color: rgb(9 138 107 / 0.85);
}

.focus\:border-l-excel-hover\/90:focus{
  border-left-color: rgb(9 138 107 / 0.9);
}

.focus\:border-l-excel-hover\/95:focus{
  border-left-color: rgb(9 138 107 / 0.95);
}

.focus\:border-l-excel\/0:focus{
  border-left-color: rgb(11 160 123 / 0);
}

.focus\:border-l-excel\/10:focus{
  border-left-color: rgb(11 160 123 / 0.1);
}

.focus\:border-l-excel\/100:focus{
  border-left-color: rgb(11 160 123 / 1);
}

.focus\:border-l-excel\/15:focus{
  border-left-color: rgb(11 160 123 / 0.15);
}

.focus\:border-l-excel\/20:focus{
  border-left-color: rgb(11 160 123 / 0.2);
}

.focus\:border-l-excel\/25:focus{
  border-left-color: rgb(11 160 123 / 0.25);
}

.focus\:border-l-excel\/30:focus{
  border-left-color: rgb(11 160 123 / 0.3);
}

.focus\:border-l-excel\/35:focus{
  border-left-color: rgb(11 160 123 / 0.35);
}

.focus\:border-l-excel\/40:focus{
  border-left-color: rgb(11 160 123 / 0.4);
}

.focus\:border-l-excel\/45:focus{
  border-left-color: rgb(11 160 123 / 0.45);
}

.focus\:border-l-excel\/5:focus{
  border-left-color: rgb(11 160 123 / 0.05);
}

.focus\:border-l-excel\/50:focus{
  border-left-color: rgb(11 160 123 / 0.5);
}

.focus\:border-l-excel\/55:focus{
  border-left-color: rgb(11 160 123 / 0.55);
}

.focus\:border-l-excel\/60:focus{
  border-left-color: rgb(11 160 123 / 0.6);
}

.focus\:border-l-excel\/65:focus{
  border-left-color: rgb(11 160 123 / 0.65);
}

.focus\:border-l-excel\/70:focus{
  border-left-color: rgb(11 160 123 / 0.7);
}

.focus\:border-l-excel\/75:focus{
  border-left-color: rgb(11 160 123 / 0.75);
}

.focus\:border-l-excel\/80:focus{
  border-left-color: rgb(11 160 123 / 0.8);
}

.focus\:border-l-excel\/85:focus{
  border-left-color: rgb(11 160 123 / 0.85);
}

.focus\:border-l-excel\/90:focus{
  border-left-color: rgb(11 160 123 / 0.9);
}

.focus\:border-l-excel\/95:focus{
  border-left-color: rgb(11 160 123 / 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\/15:focus{
  border-left-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 232 255 / 0.35);
}

.focus\:border-l-fuchsia-100\/40:focus{
  border-left-color: rgb(250 232 255 / 0.4);
}

.focus\:border-l-fuchsia-100\/45:focus{
  border-left-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 232 255 / 0.55);
}

.focus\:border-l-fuchsia-100\/60:focus{
  border-left-color: rgb(250 232 255 / 0.6);
}

.focus\:border-l-fuchsia-100\/65:focus{
  border-left-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 208 254 / 0.35);
}

.focus\:border-l-fuchsia-200\/40:focus{
  border-left-color: rgb(245 208 254 / 0.4);
}

.focus\:border-l-fuchsia-200\/45:focus{
  border-left-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 208 254 / 0.55);
}

.focus\:border-l-fuchsia-200\/60:focus{
  border-left-color: rgb(245 208 254 / 0.6);
}

.focus\:border-l-fuchsia-200\/65:focus{
  border-left-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(240 171 252 / 0.35);
}

.focus\:border-l-fuchsia-300\/40:focus{
  border-left-color: rgb(240 171 252 / 0.4);
}

.focus\:border-l-fuchsia-300\/45:focus{
  border-left-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(240 171 252 / 0.55);
}

.focus\:border-l-fuchsia-300\/60:focus{
  border-left-color: rgb(240 171 252 / 0.6);
}

.focus\:border-l-fuchsia-300\/65:focus{
  border-left-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(232 121 249 / 0.35);
}

.focus\:border-l-fuchsia-400\/40:focus{
  border-left-color: rgb(232 121 249 / 0.4);
}

.focus\:border-l-fuchsia-400\/45:focus{
  border-left-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(232 121 249 / 0.55);
}

.focus\:border-l-fuchsia-400\/60:focus{
  border-left-color: rgb(232 121 249 / 0.6);
}

.focus\:border-l-fuchsia-400\/65:focus{
  border-left-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 244 255 / 0.35);
}

.focus\:border-l-fuchsia-50\/40:focus{
  border-left-color: rgb(253 244 255 / 0.4);
}

.focus\:border-l-fuchsia-50\/45:focus{
  border-left-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 244 255 / 0.55);
}

.focus\:border-l-fuchsia-50\/60:focus{
  border-left-color: rgb(253 244 255 / 0.6);
}

.focus\:border-l-fuchsia-50\/65:focus{
  border-left-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(217 70 239 / 0.35);
}

.focus\:border-l-fuchsia-500\/40:focus{
  border-left-color: rgb(217 70 239 / 0.4);
}

.focus\:border-l-fuchsia-500\/45:focus{
  border-left-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(217 70 239 / 0.55);
}

.focus\:border-l-fuchsia-500\/60:focus{
  border-left-color: rgb(217 70 239 / 0.6);
}

.focus\:border-l-fuchsia-500\/65:focus{
  border-left-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(192 38 211 / 0.35);
}

.focus\:border-l-fuchsia-600\/40:focus{
  border-left-color: rgb(192 38 211 / 0.4);
}

.focus\:border-l-fuchsia-600\/45:focus{
  border-left-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(192 38 211 / 0.55);
}

.focus\:border-l-fuchsia-600\/60:focus{
  border-left-color: rgb(192 38 211 / 0.6);
}

.focus\:border-l-fuchsia-600\/65:focus{
  border-left-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(162 28 175 / 0.35);
}

.focus\:border-l-fuchsia-700\/40:focus{
  border-left-color: rgb(162 28 175 / 0.4);
}

.focus\:border-l-fuchsia-700\/45:focus{
  border-left-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(162 28 175 / 0.55);
}

.focus\:border-l-fuchsia-700\/60:focus{
  border-left-color: rgb(162 28 175 / 0.6);
}

.focus\:border-l-fuchsia-700\/65:focus{
  border-left-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(134 25 143 / 0.35);
}

.focus\:border-l-fuchsia-800\/40:focus{
  border-left-color: rgb(134 25 143 / 0.4);
}

.focus\:border-l-fuchsia-800\/45:focus{
  border-left-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(134 25 143 / 0.55);
}

.focus\:border-l-fuchsia-800\/60:focus{
  border-left-color: rgb(134 25 143 / 0.6);
}

.focus\:border-l-fuchsia-800\/65:focus{
  border-left-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(112 26 117 / 0.35);
}

.focus\:border-l-fuchsia-900\/40:focus{
  border-left-color: rgb(112 26 117 / 0.4);
}

.focus\:border-l-fuchsia-900\/45:focus{
  border-left-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(112 26 117 / 0.55);
}

.focus\:border-l-fuchsia-900\/60:focus{
  border-left-color: rgb(112 26 117 / 0.6);
}

.focus\:border-l-fuchsia-900\/65:focus{
  border-left-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(74 4 78 / 0.35);
}

.focus\:border-l-fuchsia-950\/40:focus{
  border-left-color: rgb(74 4 78 / 0.4);
}

.focus\:border-l-fuchsia-950\/45:focus{
  border-left-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(74 4 78 / 0.55);
}

.focus\:border-l-fuchsia-950\/60:focus{
  border-left-color: rgb(74 4 78 / 0.6);
}

.focus\:border-l-fuchsia-950\/65:focus{
  border-left-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(243 244 246 / 0.35);
}

.focus\:border-l-gray-100\/40:focus{
  border-left-color: rgb(243 244 246 / 0.4);
}

.focus\:border-l-gray-100\/45:focus{
  border-left-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(243 244 246 / 0.55);
}

.focus\:border-l-gray-100\/60:focus{
  border-left-color: rgb(243 244 246 / 0.6);
}

.focus\:border-l-gray-100\/65:focus{
  border-left-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(229 231 235 / 0.35);
}

.focus\:border-l-gray-200\/40:focus{
  border-left-color: rgb(229 231 235 / 0.4);
}

.focus\:border-l-gray-200\/45:focus{
  border-left-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(229 231 235 / 0.55);
}

.focus\:border-l-gray-200\/60:focus{
  border-left-color: rgb(229 231 235 / 0.6);
}

.focus\:border-l-gray-200\/65:focus{
  border-left-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(209 213 219 / 0.35);
}

.focus\:border-l-gray-300\/40:focus{
  border-left-color: rgb(209 213 219 / 0.4);
}

.focus\:border-l-gray-300\/45:focus{
  border-left-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(209 213 219 / 0.55);
}

.focus\:border-l-gray-300\/60:focus{
  border-left-color: rgb(209 213 219 / 0.6);
}

.focus\:border-l-gray-300\/65:focus{
  border-left-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(156 163 175 / 0.35);
}

.focus\:border-l-gray-400\/40:focus{
  border-left-color: rgb(156 163 175 / 0.4);
}

.focus\:border-l-gray-400\/45:focus{
  border-left-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(156 163 175 / 0.55);
}

.focus\:border-l-gray-400\/60:focus{
  border-left-color: rgb(156 163 175 / 0.6);
}

.focus\:border-l-gray-400\/65:focus{
  border-left-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(249 250 251 / 0.35);
}

.focus\:border-l-gray-50\/40:focus{
  border-left-color: rgb(249 250 251 / 0.4);
}

.focus\:border-l-gray-50\/45:focus{
  border-left-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(249 250 251 / 0.55);
}

.focus\:border-l-gray-50\/60:focus{
  border-left-color: rgb(249 250 251 / 0.6);
}

.focus\:border-l-gray-50\/65:focus{
  border-left-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(107 114 128 / 0.35);
}

.focus\:border-l-gray-500\/40:focus{
  border-left-color: rgb(107 114 128 / 0.4);
}

.focus\:border-l-gray-500\/45:focus{
  border-left-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(107 114 128 / 0.55);
}

.focus\:border-l-gray-500\/60:focus{
  border-left-color: rgb(107 114 128 / 0.6);
}

.focus\:border-l-gray-500\/65:focus{
  border-left-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(75 85 99 / 0.35);
}

.focus\:border-l-gray-600\/40:focus{
  border-left-color: rgb(75 85 99 / 0.4);
}

.focus\:border-l-gray-600\/45:focus{
  border-left-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(75 85 99 / 0.55);
}

.focus\:border-l-gray-600\/60:focus{
  border-left-color: rgb(75 85 99 / 0.6);
}

.focus\:border-l-gray-600\/65:focus{
  border-left-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(55 65 81 / 0.35);
}

.focus\:border-l-gray-700\/40:focus{
  border-left-color: rgb(55 65 81 / 0.4);
}

.focus\:border-l-gray-700\/45:focus{
  border-left-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(55 65 81 / 0.55);
}

.focus\:border-l-gray-700\/60:focus{
  border-left-color: rgb(55 65 81 / 0.6);
}

.focus\:border-l-gray-700\/65:focus{
  border-left-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(31 41 55 / 0.35);
}

.focus\:border-l-gray-800\/40:focus{
  border-left-color: rgb(31 41 55 / 0.4);
}

.focus\:border-l-gray-800\/45:focus{
  border-left-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(31 41 55 / 0.55);
}

.focus\:border-l-gray-800\/60:focus{
  border-left-color: rgb(31 41 55 / 0.6);
}

.focus\:border-l-gray-800\/65:focus{
  border-left-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(17 24 39 / 0.35);
}

.focus\:border-l-gray-900\/40:focus{
  border-left-color: rgb(17 24 39 / 0.4);
}

.focus\:border-l-gray-900\/45:focus{
  border-left-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(17 24 39 / 0.55);
}

.focus\:border-l-gray-900\/60:focus{
  border-left-color: rgb(17 24 39 / 0.6);
}

.focus\:border-l-gray-900\/65:focus{
  border-left-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(3 7 18 / 0.35);
}

.focus\:border-l-gray-950\/40:focus{
  border-left-color: rgb(3 7 18 / 0.4);
}

.focus\:border-l-gray-950\/45:focus{
  border-left-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(3 7 18 / 0.55);
}

.focus\:border-l-gray-950\/60:focus{
  border-left-color: rgb(3 7 18 / 0.6);
}

.focus\:border-l-gray-950\/65:focus{
  border-left-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(220 252 231 / 0.35);
}

.focus\:border-l-green-100\/40:focus{
  border-left-color: rgb(220 252 231 / 0.4);
}

.focus\:border-l-green-100\/45:focus{
  border-left-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(220 252 231 / 0.55);
}

.focus\:border-l-green-100\/60:focus{
  border-left-color: rgb(220 252 231 / 0.6);
}

.focus\:border-l-green-100\/65:focus{
  border-left-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(187 247 208 / 0.35);
}

.focus\:border-l-green-200\/40:focus{
  border-left-color: rgb(187 247 208 / 0.4);
}

.focus\:border-l-green-200\/45:focus{
  border-left-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(187 247 208 / 0.55);
}

.focus\:border-l-green-200\/60:focus{
  border-left-color: rgb(187 247 208 / 0.6);
}

.focus\:border-l-green-200\/65:focus{
  border-left-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(134 239 172 / 0.35);
}

.focus\:border-l-green-300\/40:focus{
  border-left-color: rgb(134 239 172 / 0.4);
}

.focus\:border-l-green-300\/45:focus{
  border-left-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(134 239 172 / 0.55);
}

.focus\:border-l-green-300\/60:focus{
  border-left-color: rgb(134 239 172 / 0.6);
}

.focus\:border-l-green-300\/65:focus{
  border-left-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(74 222 128 / 0.35);
}

.focus\:border-l-green-400\/40:focus{
  border-left-color: rgb(74 222 128 / 0.4);
}

.focus\:border-l-green-400\/45:focus{
  border-left-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(74 222 128 / 0.55);
}

.focus\:border-l-green-400\/60:focus{
  border-left-color: rgb(74 222 128 / 0.6);
}

.focus\:border-l-green-400\/65:focus{
  border-left-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(240 253 244 / 0.35);
}

.focus\:border-l-green-50\/40:focus{
  border-left-color: rgb(240 253 244 / 0.4);
}

.focus\:border-l-green-50\/45:focus{
  border-left-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(240 253 244 / 0.55);
}

.focus\:border-l-green-50\/60:focus{
  border-left-color: rgb(240 253 244 / 0.6);
}

.focus\:border-l-green-50\/65:focus{
  border-left-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(34 197 94 / 0.35);
}

.focus\:border-l-green-500\/40:focus{
  border-left-color: rgb(34 197 94 / 0.4);
}

.focus\:border-l-green-500\/45:focus{
  border-left-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(34 197 94 / 0.55);
}

.focus\:border-l-green-500\/60:focus{
  border-left-color: rgb(34 197 94 / 0.6);
}

.focus\:border-l-green-500\/65:focus{
  border-left-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(22 163 74 / 0.35);
}

.focus\:border-l-green-600\/40:focus{
  border-left-color: rgb(22 163 74 / 0.4);
}

.focus\:border-l-green-600\/45:focus{
  border-left-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(22 163 74 / 0.55);
}

.focus\:border-l-green-600\/60:focus{
  border-left-color: rgb(22 163 74 / 0.6);
}

.focus\:border-l-green-600\/65:focus{
  border-left-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(21 128 61 / 0.35);
}

.focus\:border-l-green-700\/40:focus{
  border-left-color: rgb(21 128 61 / 0.4);
}

.focus\:border-l-green-700\/45:focus{
  border-left-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(21 128 61 / 0.55);
}

.focus\:border-l-green-700\/60:focus{
  border-left-color: rgb(21 128 61 / 0.6);
}

.focus\:border-l-green-700\/65:focus{
  border-left-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(22 101 52 / 0.35);
}

.focus\:border-l-green-800\/40:focus{
  border-left-color: rgb(22 101 52 / 0.4);
}

.focus\:border-l-green-800\/45:focus{
  border-left-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(22 101 52 / 0.55);
}

.focus\:border-l-green-800\/60:focus{
  border-left-color: rgb(22 101 52 / 0.6);
}

.focus\:border-l-green-800\/65:focus{
  border-left-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(20 83 45 / 0.35);
}

.focus\:border-l-green-900\/40:focus{
  border-left-color: rgb(20 83 45 / 0.4);
}

.focus\:border-l-green-900\/45:focus{
  border-left-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(20 83 45 / 0.55);
}

.focus\:border-l-green-900\/60:focus{
  border-left-color: rgb(20 83 45 / 0.6);
}

.focus\:border-l-green-900\/65:focus{
  border-left-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(5 46 22 / 0.35);
}

.focus\:border-l-green-950\/40:focus{
  border-left-color: rgb(5 46 22 / 0.4);
}

.focus\:border-l-green-950\/45:focus{
  border-left-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(5 46 22 / 0.55);
}

.focus\:border-l-green-950\/60:focus{
  border-left-color: rgb(5 46 22 / 0.6);
}

.focus\:border-l-green-950\/65:focus{
  border-left-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(224 231 255 / 0.35);
}

.focus\:border-l-indigo-100\/40:focus{
  border-left-color: rgb(224 231 255 / 0.4);
}

.focus\:border-l-indigo-100\/45:focus{
  border-left-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(224 231 255 / 0.55);
}

.focus\:border-l-indigo-100\/60:focus{
  border-left-color: rgb(224 231 255 / 0.6);
}

.focus\:border-l-indigo-100\/65:focus{
  border-left-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(199 210 254 / 0.35);
}

.focus\:border-l-indigo-200\/40:focus{
  border-left-color: rgb(199 210 254 / 0.4);
}

.focus\:border-l-indigo-200\/45:focus{
  border-left-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(199 210 254 / 0.55);
}

.focus\:border-l-indigo-200\/60:focus{
  border-left-color: rgb(199 210 254 / 0.6);
}

.focus\:border-l-indigo-200\/65:focus{
  border-left-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(165 180 252 / 0.35);
}

.focus\:border-l-indigo-300\/40:focus{
  border-left-color: rgb(165 180 252 / 0.4);
}

.focus\:border-l-indigo-300\/45:focus{
  border-left-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(165 180 252 / 0.55);
}

.focus\:border-l-indigo-300\/60:focus{
  border-left-color: rgb(165 180 252 / 0.6);
}

.focus\:border-l-indigo-300\/65:focus{
  border-left-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(129 140 248 / 0.35);
}

.focus\:border-l-indigo-400\/40:focus{
  border-left-color: rgb(129 140 248 / 0.4);
}

.focus\:border-l-indigo-400\/45:focus{
  border-left-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(129 140 248 / 0.55);
}

.focus\:border-l-indigo-400\/60:focus{
  border-left-color: rgb(129 140 248 / 0.6);
}

.focus\:border-l-indigo-400\/65:focus{
  border-left-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(238 242 255 / 0.35);
}

.focus\:border-l-indigo-50\/40:focus{
  border-left-color: rgb(238 242 255 / 0.4);
}

.focus\:border-l-indigo-50\/45:focus{
  border-left-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(238 242 255 / 0.55);
}

.focus\:border-l-indigo-50\/60:focus{
  border-left-color: rgb(238 242 255 / 0.6);
}

.focus\:border-l-indigo-50\/65:focus{
  border-left-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(99 102 241 / 0.35);
}

.focus\:border-l-indigo-500\/40:focus{
  border-left-color: rgb(99 102 241 / 0.4);
}

.focus\:border-l-indigo-500\/45:focus{
  border-left-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(99 102 241 / 0.55);
}

.focus\:border-l-indigo-500\/60:focus{
  border-left-color: rgb(99 102 241 / 0.6);
}

.focus\:border-l-indigo-500\/65:focus{
  border-left-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(79 70 229 / 0.35);
}

.focus\:border-l-indigo-600\/40:focus{
  border-left-color: rgb(79 70 229 / 0.4);
}

.focus\:border-l-indigo-600\/45:focus{
  border-left-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(79 70 229 / 0.55);
}

.focus\:border-l-indigo-600\/60:focus{
  border-left-color: rgb(79 70 229 / 0.6);
}

.focus\:border-l-indigo-600\/65:focus{
  border-left-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(67 56 202 / 0.35);
}

.focus\:border-l-indigo-700\/40:focus{
  border-left-color: rgb(67 56 202 / 0.4);
}

.focus\:border-l-indigo-700\/45:focus{
  border-left-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(67 56 202 / 0.55);
}

.focus\:border-l-indigo-700\/60:focus{
  border-left-color: rgb(67 56 202 / 0.6);
}

.focus\:border-l-indigo-700\/65:focus{
  border-left-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(55 48 163 / 0.35);
}

.focus\:border-l-indigo-800\/40:focus{
  border-left-color: rgb(55 48 163 / 0.4);
}

.focus\:border-l-indigo-800\/45:focus{
  border-left-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(55 48 163 / 0.55);
}

.focus\:border-l-indigo-800\/60:focus{
  border-left-color: rgb(55 48 163 / 0.6);
}

.focus\:border-l-indigo-800\/65:focus{
  border-left-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(49 46 129 / 0.35);
}

.focus\:border-l-indigo-900\/40:focus{
  border-left-color: rgb(49 46 129 / 0.4);
}

.focus\:border-l-indigo-900\/45:focus{
  border-left-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(49 46 129 / 0.55);
}

.focus\:border-l-indigo-900\/60:focus{
  border-left-color: rgb(49 46 129 / 0.6);
}

.focus\:border-l-indigo-900\/65:focus{
  border-left-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(30 27 75 / 0.35);
}

.focus\:border-l-indigo-950\/40:focus{
  border-left-color: rgb(30 27 75 / 0.4);
}

.focus\:border-l-indigo-950\/45:focus{
  border-left-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(30 27 75 / 0.55);
}

.focus\:border-l-indigo-950\/60:focus{
  border-left-color: rgb(30 27 75 / 0.6);
}

.focus\:border-l-indigo-950\/65:focus{
  border-left-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.focus\:border-l-info-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.focus\:border-l-info-hover\/0:focus{
  border-left-color: rgb(203 122 0 / 0);
}

.focus\:border-l-info-hover\/10:focus{
  border-left-color: rgb(203 122 0 / 0.1);
}

.focus\:border-l-info-hover\/100:focus{
  border-left-color: rgb(203 122 0 / 1);
}

.focus\:border-l-info-hover\/15:focus{
  border-left-color: rgb(203 122 0 / 0.15);
}

.focus\:border-l-info-hover\/20:focus{
  border-left-color: rgb(203 122 0 / 0.2);
}

.focus\:border-l-info-hover\/25:focus{
  border-left-color: rgb(203 122 0 / 0.25);
}

.focus\:border-l-info-hover\/30:focus{
  border-left-color: rgb(203 122 0 / 0.3);
}

.focus\:border-l-info-hover\/35:focus{
  border-left-color: rgb(203 122 0 / 0.35);
}

.focus\:border-l-info-hover\/40:focus{
  border-left-color: rgb(203 122 0 / 0.4);
}

.focus\:border-l-info-hover\/45:focus{
  border-left-color: rgb(203 122 0 / 0.45);
}

.focus\:border-l-info-hover\/5:focus{
  border-left-color: rgb(203 122 0 / 0.05);
}

.focus\:border-l-info-hover\/50:focus{
  border-left-color: rgb(203 122 0 / 0.5);
}

.focus\:border-l-info-hover\/55:focus{
  border-left-color: rgb(203 122 0 / 0.55);
}

.focus\:border-l-info-hover\/60:focus{
  border-left-color: rgb(203 122 0 / 0.6);
}

.focus\:border-l-info-hover\/65:focus{
  border-left-color: rgb(203 122 0 / 0.65);
}

.focus\:border-l-info-hover\/70:focus{
  border-left-color: rgb(203 122 0 / 0.7);
}

.focus\:border-l-info-hover\/75:focus{
  border-left-color: rgb(203 122 0 / 0.75);
}

.focus\:border-l-info-hover\/80:focus{
  border-left-color: rgb(203 122 0 / 0.8);
}

.focus\:border-l-info-hover\/85:focus{
  border-left-color: rgb(203 122 0 / 0.85);
}

.focus\:border-l-info-hover\/90:focus{
  border-left-color: rgb(203 122 0 / 0.9);
}

.focus\:border-l-info-hover\/95:focus{
  border-left-color: rgb(203 122 0 / 0.95);
}

.focus\:border-l-info\/0:focus{
  border-left-color: rgb(247 159 26 / 0);
}

.focus\:border-l-info\/10:focus{
  border-left-color: rgb(247 159 26 / 0.1);
}

.focus\:border-l-info\/100:focus{
  border-left-color: rgb(247 159 26 / 1);
}

.focus\:border-l-info\/15:focus{
  border-left-color: rgb(247 159 26 / 0.15);
}

.focus\:border-l-info\/20:focus{
  border-left-color: rgb(247 159 26 / 0.2);
}

.focus\:border-l-info\/25:focus{
  border-left-color: rgb(247 159 26 / 0.25);
}

.focus\:border-l-info\/30:focus{
  border-left-color: rgb(247 159 26 / 0.3);
}

.focus\:border-l-info\/35:focus{
  border-left-color: rgb(247 159 26 / 0.35);
}

.focus\:border-l-info\/40:focus{
  border-left-color: rgb(247 159 26 / 0.4);
}

.focus\:border-l-info\/45:focus{
  border-left-color: rgb(247 159 26 / 0.45);
}

.focus\:border-l-info\/5:focus{
  border-left-color: rgb(247 159 26 / 0.05);
}

.focus\:border-l-info\/50:focus{
  border-left-color: rgb(247 159 26 / 0.5);
}

.focus\:border-l-info\/55:focus{
  border-left-color: rgb(247 159 26 / 0.55);
}

.focus\:border-l-info\/60:focus{
  border-left-color: rgb(247 159 26 / 0.6);
}

.focus\:border-l-info\/65:focus{
  border-left-color: rgb(247 159 26 / 0.65);
}

.focus\:border-l-info\/70:focus{
  border-left-color: rgb(247 159 26 / 0.7);
}

.focus\:border-l-info\/75:focus{
  border-left-color: rgb(247 159 26 / 0.75);
}

.focus\:border-l-info\/80:focus{
  border-left-color: rgb(247 159 26 / 0.8);
}

.focus\:border-l-info\/85:focus{
  border-left-color: rgb(247 159 26 / 0.85);
}

.focus\:border-l-info\/90:focus{
  border-left-color: rgb(247 159 26 / 0.9);
}

.focus\:border-l-info\/95:focus{
  border-left-color: rgb(247 159 26 / 0.95);
}

.focus\:border-l-inherit:focus{
  border-left-color: inherit;
}

.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\/15:focus{
  border-left-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(236 252 203 / 0.35);
}

.focus\:border-l-lime-100\/40:focus{
  border-left-color: rgb(236 252 203 / 0.4);
}

.focus\:border-l-lime-100\/45:focus{
  border-left-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(236 252 203 / 0.55);
}

.focus\:border-l-lime-100\/60:focus{
  border-left-color: rgb(236 252 203 / 0.6);
}

.focus\:border-l-lime-100\/65:focus{
  border-left-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(217 249 157 / 0.35);
}

.focus\:border-l-lime-200\/40:focus{
  border-left-color: rgb(217 249 157 / 0.4);
}

.focus\:border-l-lime-200\/45:focus{
  border-left-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(217 249 157 / 0.55);
}

.focus\:border-l-lime-200\/60:focus{
  border-left-color: rgb(217 249 157 / 0.6);
}

.focus\:border-l-lime-200\/65:focus{
  border-left-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(190 242 100 / 0.35);
}

.focus\:border-l-lime-300\/40:focus{
  border-left-color: rgb(190 242 100 / 0.4);
}

.focus\:border-l-lime-300\/45:focus{
  border-left-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(190 242 100 / 0.55);
}

.focus\:border-l-lime-300\/60:focus{
  border-left-color: rgb(190 242 100 / 0.6);
}

.focus\:border-l-lime-300\/65:focus{
  border-left-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(163 230 53 / 0.35);
}

.focus\:border-l-lime-400\/40:focus{
  border-left-color: rgb(163 230 53 / 0.4);
}

.focus\:border-l-lime-400\/45:focus{
  border-left-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(163 230 53 / 0.55);
}

.focus\:border-l-lime-400\/60:focus{
  border-left-color: rgb(163 230 53 / 0.6);
}

.focus\:border-l-lime-400\/65:focus{
  border-left-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(247 254 231 / 0.35);
}

.focus\:border-l-lime-50\/40:focus{
  border-left-color: rgb(247 254 231 / 0.4);
}

.focus\:border-l-lime-50\/45:focus{
  border-left-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(247 254 231 / 0.55);
}

.focus\:border-l-lime-50\/60:focus{
  border-left-color: rgb(247 254 231 / 0.6);
}

.focus\:border-l-lime-50\/65:focus{
  border-left-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(132 204 22 / 0.35);
}

.focus\:border-l-lime-500\/40:focus{
  border-left-color: rgb(132 204 22 / 0.4);
}

.focus\:border-l-lime-500\/45:focus{
  border-left-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(132 204 22 / 0.55);
}

.focus\:border-l-lime-500\/60:focus{
  border-left-color: rgb(132 204 22 / 0.6);
}

.focus\:border-l-lime-500\/65:focus{
  border-left-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(101 163 13 / 0.35);
}

.focus\:border-l-lime-600\/40:focus{
  border-left-color: rgb(101 163 13 / 0.4);
}

.focus\:border-l-lime-600\/45:focus{
  border-left-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(101 163 13 / 0.55);
}

.focus\:border-l-lime-600\/60:focus{
  border-left-color: rgb(101 163 13 / 0.6);
}

.focus\:border-l-lime-600\/65:focus{
  border-left-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(77 124 15 / 0.35);
}

.focus\:border-l-lime-700\/40:focus{
  border-left-color: rgb(77 124 15 / 0.4);
}

.focus\:border-l-lime-700\/45:focus{
  border-left-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(77 124 15 / 0.55);
}

.focus\:border-l-lime-700\/60:focus{
  border-left-color: rgb(77 124 15 / 0.6);
}

.focus\:border-l-lime-700\/65:focus{
  border-left-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(63 98 18 / 0.35);
}

.focus\:border-l-lime-800\/40:focus{
  border-left-color: rgb(63 98 18 / 0.4);
}

.focus\:border-l-lime-800\/45:focus{
  border-left-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(63 98 18 / 0.55);
}

.focus\:border-l-lime-800\/60:focus{
  border-left-color: rgb(63 98 18 / 0.6);
}

.focus\:border-l-lime-800\/65:focus{
  border-left-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(54 83 20 / 0.35);
}

.focus\:border-l-lime-900\/40:focus{
  border-left-color: rgb(54 83 20 / 0.4);
}

.focus\:border-l-lime-900\/45:focus{
  border-left-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(54 83 20 / 0.55);
}

.focus\:border-l-lime-900\/60:focus{
  border-left-color: rgb(54 83 20 / 0.6);
}

.focus\:border-l-lime-900\/65:focus{
  border-left-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(26 46 5 / 0.35);
}

.focus\:border-l-lime-950\/40:focus{
  border-left-color: rgb(26 46 5 / 0.4);
}

.focus\:border-l-lime-950\/45:focus{
  border-left-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(26 46 5 / 0.55);
}

.focus\:border-l-lime-950\/60:focus{
  border-left-color: rgb(26 46 5 / 0.6);
}

.focus\:border-l-lime-950\/65:focus{
  border-left-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-01\/0:focus{
  border-left-color: rgb(224 224 224 / 0);
}

.focus\:border-l-neutral-01\/10:focus{
  border-left-color: rgb(224 224 224 / 0.1);
}

.focus\:border-l-neutral-01\/100:focus{
  border-left-color: rgb(224 224 224 / 1);
}

.focus\:border-l-neutral-01\/15:focus{
  border-left-color: rgb(224 224 224 / 0.15);
}

.focus\:border-l-neutral-01\/20:focus{
  border-left-color: rgb(224 224 224 / 0.2);
}

.focus\:border-l-neutral-01\/25:focus{
  border-left-color: rgb(224 224 224 / 0.25);
}

.focus\:border-l-neutral-01\/30:focus{
  border-left-color: rgb(224 224 224 / 0.3);
}

.focus\:border-l-neutral-01\/35:focus{
  border-left-color: rgb(224 224 224 / 0.35);
}

.focus\:border-l-neutral-01\/40:focus{
  border-left-color: rgb(224 224 224 / 0.4);
}

.focus\:border-l-neutral-01\/45:focus{
  border-left-color: rgb(224 224 224 / 0.45);
}

.focus\:border-l-neutral-01\/5:focus{
  border-left-color: rgb(224 224 224 / 0.05);
}

.focus\:border-l-neutral-01\/50:focus{
  border-left-color: rgb(224 224 224 / 0.5);
}

.focus\:border-l-neutral-01\/55:focus{
  border-left-color: rgb(224 224 224 / 0.55);
}

.focus\:border-l-neutral-01\/60:focus{
  border-left-color: rgb(224 224 224 / 0.6);
}

.focus\:border-l-neutral-01\/65:focus{
  border-left-color: rgb(224 224 224 / 0.65);
}

.focus\:border-l-neutral-01\/70:focus{
  border-left-color: rgb(224 224 224 / 0.7);
}

.focus\:border-l-neutral-01\/75:focus{
  border-left-color: rgb(224 224 224 / 0.75);
}

.focus\:border-l-neutral-01\/80:focus{
  border-left-color: rgb(224 224 224 / 0.8);
}

.focus\:border-l-neutral-01\/85:focus{
  border-left-color: rgb(224 224 224 / 0.85);
}

.focus\:border-l-neutral-01\/90:focus{
  border-left-color: rgb(224 224 224 / 0.9);
}

.focus\:border-l-neutral-01\/95:focus{
  border-left-color: rgb(224 224 224 / 0.95);
}

.focus\:border-l-neutral-02:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-02\/0:focus{
  border-left-color: rgb(228 234 238 / 0);
}

.focus\:border-l-neutral-02\/10:focus{
  border-left-color: rgb(228 234 238 / 0.1);
}

.focus\:border-l-neutral-02\/100:focus{
  border-left-color: rgb(228 234 238 / 1);
}

.focus\:border-l-neutral-02\/15:focus{
  border-left-color: rgb(228 234 238 / 0.15);
}

.focus\:border-l-neutral-02\/20:focus{
  border-left-color: rgb(228 234 238 / 0.2);
}

.focus\:border-l-neutral-02\/25:focus{
  border-left-color: rgb(228 234 238 / 0.25);
}

.focus\:border-l-neutral-02\/30:focus{
  border-left-color: rgb(228 234 238 / 0.3);
}

.focus\:border-l-neutral-02\/35:focus{
  border-left-color: rgb(228 234 238 / 0.35);
}

.focus\:border-l-neutral-02\/40:focus{
  border-left-color: rgb(228 234 238 / 0.4);
}

.focus\:border-l-neutral-02\/45:focus{
  border-left-color: rgb(228 234 238 / 0.45);
}

.focus\:border-l-neutral-02\/5:focus{
  border-left-color: rgb(228 234 238 / 0.05);
}

.focus\:border-l-neutral-02\/50:focus{
  border-left-color: rgb(228 234 238 / 0.5);
}

.focus\:border-l-neutral-02\/55:focus{
  border-left-color: rgb(228 234 238 / 0.55);
}

.focus\:border-l-neutral-02\/60:focus{
  border-left-color: rgb(228 234 238 / 0.6);
}

.focus\:border-l-neutral-02\/65:focus{
  border-left-color: rgb(228 234 238 / 0.65);
}

.focus\:border-l-neutral-02\/70:focus{
  border-left-color: rgb(228 234 238 / 0.7);
}

.focus\:border-l-neutral-02\/75:focus{
  border-left-color: rgb(228 234 238 / 0.75);
}

.focus\:border-l-neutral-02\/80:focus{
  border-left-color: rgb(228 234 238 / 0.8);
}

.focus\:border-l-neutral-02\/85:focus{
  border-left-color: rgb(228 234 238 / 0.85);
}

.focus\:border-l-neutral-02\/90:focus{
  border-left-color: rgb(228 234 238 / 0.9);
}

.focus\:border-l-neutral-02\/95:focus{
  border-left-color: rgb(228 234 238 / 0.95);
}

.focus\:border-l-neutral-03:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-03\/0:focus{
  border-left-color: rgb(236 239 250 / 0);
}

.focus\:border-l-neutral-03\/10:focus{
  border-left-color: rgb(236 239 250 / 0.1);
}

.focus\:border-l-neutral-03\/100:focus{
  border-left-color: rgb(236 239 250 / 1);
}

.focus\:border-l-neutral-03\/15:focus{
  border-left-color: rgb(236 239 250 / 0.15);
}

.focus\:border-l-neutral-03\/20:focus{
  border-left-color: rgb(236 239 250 / 0.2);
}

.focus\:border-l-neutral-03\/25:focus{
  border-left-color: rgb(236 239 250 / 0.25);
}

.focus\:border-l-neutral-03\/30:focus{
  border-left-color: rgb(236 239 250 / 0.3);
}

.focus\:border-l-neutral-03\/35:focus{
  border-left-color: rgb(236 239 250 / 0.35);
}

.focus\:border-l-neutral-03\/40:focus{
  border-left-color: rgb(236 239 250 / 0.4);
}

.focus\:border-l-neutral-03\/45:focus{
  border-left-color: rgb(236 239 250 / 0.45);
}

.focus\:border-l-neutral-03\/5:focus{
  border-left-color: rgb(236 239 250 / 0.05);
}

.focus\:border-l-neutral-03\/50:focus{
  border-left-color: rgb(236 239 250 / 0.5);
}

.focus\:border-l-neutral-03\/55:focus{
  border-left-color: rgb(236 239 250 / 0.55);
}

.focus\:border-l-neutral-03\/60:focus{
  border-left-color: rgb(236 239 250 / 0.6);
}

.focus\:border-l-neutral-03\/65:focus{
  border-left-color: rgb(236 239 250 / 0.65);
}

.focus\:border-l-neutral-03\/70:focus{
  border-left-color: rgb(236 239 250 / 0.7);
}

.focus\:border-l-neutral-03\/75:focus{
  border-left-color: rgb(236 239 250 / 0.75);
}

.focus\:border-l-neutral-03\/80:focus{
  border-left-color: rgb(236 239 250 / 0.8);
}

.focus\:border-l-neutral-03\/85:focus{
  border-left-color: rgb(236 239 250 / 0.85);
}

.focus\:border-l-neutral-03\/90:focus{
  border-left-color: rgb(236 239 250 / 0.9);
}

.focus\:border-l-neutral-03\/95:focus{
  border-left-color: rgb(236 239 250 / 0.95);
}

.focus\:border-l-neutral-04:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-04\/0:focus{
  border-left-color: rgb(215 218 226 / 0);
}

.focus\:border-l-neutral-04\/10:focus{
  border-left-color: rgb(215 218 226 / 0.1);
}

.focus\:border-l-neutral-04\/100:focus{
  border-left-color: rgb(215 218 226 / 1);
}

.focus\:border-l-neutral-04\/15:focus{
  border-left-color: rgb(215 218 226 / 0.15);
}

.focus\:border-l-neutral-04\/20:focus{
  border-left-color: rgb(215 218 226 / 0.2);
}

.focus\:border-l-neutral-04\/25:focus{
  border-left-color: rgb(215 218 226 / 0.25);
}

.focus\:border-l-neutral-04\/30:focus{
  border-left-color: rgb(215 218 226 / 0.3);
}

.focus\:border-l-neutral-04\/35:focus{
  border-left-color: rgb(215 218 226 / 0.35);
}

.focus\:border-l-neutral-04\/40:focus{
  border-left-color: rgb(215 218 226 / 0.4);
}

.focus\:border-l-neutral-04\/45:focus{
  border-left-color: rgb(215 218 226 / 0.45);
}

.focus\:border-l-neutral-04\/5:focus{
  border-left-color: rgb(215 218 226 / 0.05);
}

.focus\:border-l-neutral-04\/50:focus{
  border-left-color: rgb(215 218 226 / 0.5);
}

.focus\:border-l-neutral-04\/55:focus{
  border-left-color: rgb(215 218 226 / 0.55);
}

.focus\:border-l-neutral-04\/60:focus{
  border-left-color: rgb(215 218 226 / 0.6);
}

.focus\:border-l-neutral-04\/65:focus{
  border-left-color: rgb(215 218 226 / 0.65);
}

.focus\:border-l-neutral-04\/70:focus{
  border-left-color: rgb(215 218 226 / 0.7);
}

.focus\:border-l-neutral-04\/75:focus{
  border-left-color: rgb(215 218 226 / 0.75);
}

.focus\:border-l-neutral-04\/80:focus{
  border-left-color: rgb(215 218 226 / 0.8);
}

.focus\:border-l-neutral-04\/85:focus{
  border-left-color: rgb(215 218 226 / 0.85);
}

.focus\:border-l-neutral-04\/90:focus{
  border-left-color: rgb(215 218 226 / 0.9);
}

.focus\:border-l-neutral-04\/95:focus{
  border-left-color: rgb(215 218 226 / 0.95);
}

.focus\:border-l-neutral-05:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-05\/0:focus{
  border-left-color: rgb(246 246 246 / 0);
}

.focus\:border-l-neutral-05\/10:focus{
  border-left-color: rgb(246 246 246 / 0.1);
}

.focus\:border-l-neutral-05\/100:focus{
  border-left-color: rgb(246 246 246 / 1);
}

.focus\:border-l-neutral-05\/15:focus{
  border-left-color: rgb(246 246 246 / 0.15);
}

.focus\:border-l-neutral-05\/20:focus{
  border-left-color: rgb(246 246 246 / 0.2);
}

.focus\:border-l-neutral-05\/25:focus{
  border-left-color: rgb(246 246 246 / 0.25);
}

.focus\:border-l-neutral-05\/30:focus{
  border-left-color: rgb(246 246 246 / 0.3);
}

.focus\:border-l-neutral-05\/35:focus{
  border-left-color: rgb(246 246 246 / 0.35);
}

.focus\:border-l-neutral-05\/40:focus{
  border-left-color: rgb(246 246 246 / 0.4);
}

.focus\:border-l-neutral-05\/45:focus{
  border-left-color: rgb(246 246 246 / 0.45);
}

.focus\:border-l-neutral-05\/5:focus{
  border-left-color: rgb(246 246 246 / 0.05);
}

.focus\:border-l-neutral-05\/50:focus{
  border-left-color: rgb(246 246 246 / 0.5);
}

.focus\:border-l-neutral-05\/55:focus{
  border-left-color: rgb(246 246 246 / 0.55);
}

.focus\:border-l-neutral-05\/60:focus{
  border-left-color: rgb(246 246 246 / 0.6);
}

.focus\:border-l-neutral-05\/65:focus{
  border-left-color: rgb(246 246 246 / 0.65);
}

.focus\:border-l-neutral-05\/70:focus{
  border-left-color: rgb(246 246 246 / 0.7);
}

.focus\:border-l-neutral-05\/75:focus{
  border-left-color: rgb(246 246 246 / 0.75);
}

.focus\:border-l-neutral-05\/80:focus{
  border-left-color: rgb(246 246 246 / 0.8);
}

.focus\:border-l-neutral-05\/85:focus{
  border-left-color: rgb(246 246 246 / 0.85);
}

.focus\:border-l-neutral-05\/90:focus{
  border-left-color: rgb(246 246 246 / 0.9);
}

.focus\:border-l-neutral-05\/95:focus{
  border-left-color: rgb(246 246 246 / 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\/15:focus{
  border-left-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 245 245 / 0.35);
}

.focus\:border-l-neutral-100\/40:focus{
  border-left-color: rgb(245 245 245 / 0.4);
}

.focus\:border-l-neutral-100\/45:focus{
  border-left-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 245 245 / 0.55);
}

.focus\:border-l-neutral-100\/60:focus{
  border-left-color: rgb(245 245 245 / 0.6);
}

.focus\:border-l-neutral-100\/65:focus{
  border-left-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(229 229 229 / 0.35);
}

.focus\:border-l-neutral-200\/40:focus{
  border-left-color: rgb(229 229 229 / 0.4);
}

.focus\:border-l-neutral-200\/45:focus{
  border-left-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(229 229 229 / 0.55);
}

.focus\:border-l-neutral-200\/60:focus{
  border-left-color: rgb(229 229 229 / 0.6);
}

.focus\:border-l-neutral-200\/65:focus{
  border-left-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(212 212 212 / 0.35);
}

.focus\:border-l-neutral-300\/40:focus{
  border-left-color: rgb(212 212 212 / 0.4);
}

.focus\:border-l-neutral-300\/45:focus{
  border-left-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(212 212 212 / 0.55);
}

.focus\:border-l-neutral-300\/60:focus{
  border-left-color: rgb(212 212 212 / 0.6);
}

.focus\:border-l-neutral-300\/65:focus{
  border-left-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(163 163 163 / 0.35);
}

.focus\:border-l-neutral-400\/40:focus{
  border-left-color: rgb(163 163 163 / 0.4);
}

.focus\:border-l-neutral-400\/45:focus{
  border-left-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(163 163 163 / 0.55);
}

.focus\:border-l-neutral-400\/60:focus{
  border-left-color: rgb(163 163 163 / 0.6);
}

.focus\:border-l-neutral-400\/65:focus{
  border-left-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 250 250 / 0.35);
}

.focus\:border-l-neutral-50\/40:focus{
  border-left-color: rgb(250 250 250 / 0.4);
}

.focus\:border-l-neutral-50\/45:focus{
  border-left-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 250 250 / 0.55);
}

.focus\:border-l-neutral-50\/60:focus{
  border-left-color: rgb(250 250 250 / 0.6);
}

.focus\:border-l-neutral-50\/65:focus{
  border-left-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(115 115 115 / 0.35);
}

.focus\:border-l-neutral-500\/40:focus{
  border-left-color: rgb(115 115 115 / 0.4);
}

.focus\:border-l-neutral-500\/45:focus{
  border-left-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(115 115 115 / 0.55);
}

.focus\:border-l-neutral-500\/60:focus{
  border-left-color: rgb(115 115 115 / 0.6);
}

.focus\:border-l-neutral-500\/65:focus{
  border-left-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(82 82 82 / 0.35);
}

.focus\:border-l-neutral-600\/40:focus{
  border-left-color: rgb(82 82 82 / 0.4);
}

.focus\:border-l-neutral-600\/45:focus{
  border-left-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(82 82 82 / 0.55);
}

.focus\:border-l-neutral-600\/60:focus{
  border-left-color: rgb(82 82 82 / 0.6);
}

.focus\:border-l-neutral-600\/65:focus{
  border-left-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(64 64 64 / 0.35);
}

.focus\:border-l-neutral-700\/40:focus{
  border-left-color: rgb(64 64 64 / 0.4);
}

.focus\:border-l-neutral-700\/45:focus{
  border-left-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(64 64 64 / 0.55);
}

.focus\:border-l-neutral-700\/60:focus{
  border-left-color: rgb(64 64 64 / 0.6);
}

.focus\:border-l-neutral-700\/65:focus{
  border-left-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(38 38 38 / 0.35);
}

.focus\:border-l-neutral-800\/40:focus{
  border-left-color: rgb(38 38 38 / 0.4);
}

.focus\:border-l-neutral-800\/45:focus{
  border-left-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(38 38 38 / 0.55);
}

.focus\:border-l-neutral-800\/60:focus{
  border-left-color: rgb(38 38 38 / 0.6);
}

.focus\:border-l-neutral-800\/65:focus{
  border-left-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(23 23 23 / 0.35);
}

.focus\:border-l-neutral-900\/40:focus{
  border-left-color: rgb(23 23 23 / 0.4);
}

.focus\:border-l-neutral-900\/45:focus{
  border-left-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(23 23 23 / 0.55);
}

.focus\:border-l-neutral-900\/60:focus{
  border-left-color: rgb(23 23 23 / 0.6);
}

.focus\:border-l-neutral-900\/65:focus{
  border-left-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(10 10 10 / 0.35);
}

.focus\:border-l-neutral-950\/40:focus{
  border-left-color: rgb(10 10 10 / 0.4);
}

.focus\:border-l-neutral-950\/45:focus{
  border-left-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(10 10 10 / 0.55);
}

.focus\:border-l-neutral-950\/60:focus{
  border-left-color: rgb(10 10 10 / 0.6);
}

.focus\:border-l-neutral-950\/65:focus{
  border-left-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 237 213 / 0.35);
}

.focus\:border-l-orange-100\/40:focus{
  border-left-color: rgb(255 237 213 / 0.4);
}

.focus\:border-l-orange-100\/45:focus{
  border-left-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 237 213 / 0.55);
}

.focus\:border-l-orange-100\/60:focus{
  border-left-color: rgb(255 237 213 / 0.6);
}

.focus\:border-l-orange-100\/65:focus{
  border-left-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 215 170 / 0.35);
}

.focus\:border-l-orange-200\/40:focus{
  border-left-color: rgb(254 215 170 / 0.4);
}

.focus\:border-l-orange-200\/45:focus{
  border-left-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 215 170 / 0.55);
}

.focus\:border-l-orange-200\/60:focus{
  border-left-color: rgb(254 215 170 / 0.6);
}

.focus\:border-l-orange-200\/65:focus{
  border-left-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 186 116 / 0.35);
}

.focus\:border-l-orange-300\/40:focus{
  border-left-color: rgb(253 186 116 / 0.4);
}

.focus\:border-l-orange-300\/45:focus{
  border-left-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 186 116 / 0.55);
}

.focus\:border-l-orange-300\/60:focus{
  border-left-color: rgb(253 186 116 / 0.6);
}

.focus\:border-l-orange-300\/65:focus{
  border-left-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(251 146 60 / 0.35);
}

.focus\:border-l-orange-400\/40:focus{
  border-left-color: rgb(251 146 60 / 0.4);
}

.focus\:border-l-orange-400\/45:focus{
  border-left-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(251 146 60 / 0.55);
}

.focus\:border-l-orange-400\/60:focus{
  border-left-color: rgb(251 146 60 / 0.6);
}

.focus\:border-l-orange-400\/65:focus{
  border-left-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 247 237 / 0.35);
}

.focus\:border-l-orange-50\/40:focus{
  border-left-color: rgb(255 247 237 / 0.4);
}

.focus\:border-l-orange-50\/45:focus{
  border-left-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 247 237 / 0.55);
}

.focus\:border-l-orange-50\/60:focus{
  border-left-color: rgb(255 247 237 / 0.6);
}

.focus\:border-l-orange-50\/65:focus{
  border-left-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(249 115 22 / 0.35);
}

.focus\:border-l-orange-500\/40:focus{
  border-left-color: rgb(249 115 22 / 0.4);
}

.focus\:border-l-orange-500\/45:focus{
  border-left-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(249 115 22 / 0.55);
}

.focus\:border-l-orange-500\/60:focus{
  border-left-color: rgb(249 115 22 / 0.6);
}

.focus\:border-l-orange-500\/65:focus{
  border-left-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(234 88 12 / 0.35);
}

.focus\:border-l-orange-600\/40:focus{
  border-left-color: rgb(234 88 12 / 0.4);
}

.focus\:border-l-orange-600\/45:focus{
  border-left-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(234 88 12 / 0.55);
}

.focus\:border-l-orange-600\/60:focus{
  border-left-color: rgb(234 88 12 / 0.6);
}

.focus\:border-l-orange-600\/65:focus{
  border-left-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(194 65 12 / 0.35);
}

.focus\:border-l-orange-700\/40:focus{
  border-left-color: rgb(194 65 12 / 0.4);
}

.focus\:border-l-orange-700\/45:focus{
  border-left-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(194 65 12 / 0.55);
}

.focus\:border-l-orange-700\/60:focus{
  border-left-color: rgb(194 65 12 / 0.6);
}

.focus\:border-l-orange-700\/65:focus{
  border-left-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(154 52 18 / 0.35);
}

.focus\:border-l-orange-800\/40:focus{
  border-left-color: rgb(154 52 18 / 0.4);
}

.focus\:border-l-orange-800\/45:focus{
  border-left-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(154 52 18 / 0.55);
}

.focus\:border-l-orange-800\/60:focus{
  border-left-color: rgb(154 52 18 / 0.6);
}

.focus\:border-l-orange-800\/65:focus{
  border-left-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(124 45 18 / 0.35);
}

.focus\:border-l-orange-900\/40:focus{
  border-left-color: rgb(124 45 18 / 0.4);
}

.focus\:border-l-orange-900\/45:focus{
  border-left-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(124 45 18 / 0.55);
}

.focus\:border-l-orange-900\/60:focus{
  border-left-color: rgb(124 45 18 / 0.6);
}

.focus\:border-l-orange-900\/65:focus{
  border-left-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(67 20 7 / 0.35);
}

.focus\:border-l-orange-950\/40:focus{
  border-left-color: rgb(67 20 7 / 0.4);
}

.focus\:border-l-orange-950\/45:focus{
  border-left-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(67 20 7 / 0.55);
}

.focus\:border-l-orange-950\/60:focus{
  border-left-color: rgb(67 20 7 / 0.6);
}

.focus\:border-l-orange-950\/65:focus{
  border-left-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  border-left-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(252 231 243 / 0.35);
}

.focus\:border-l-pink-100\/40:focus{
  border-left-color: rgb(252 231 243 / 0.4);
}

.focus\:border-l-pink-100\/45:focus{
  border-left-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(252 231 243 / 0.55);
}

.focus\:border-l-pink-100\/60:focus{
  border-left-color: rgb(252 231 243 / 0.6);
}

.focus\:border-l-pink-100\/65:focus{
  border-left-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(251 207 232 / 0.35);
}

.focus\:border-l-pink-200\/40:focus{
  border-left-color: rgb(251 207 232 / 0.4);
}

.focus\:border-l-pink-200\/45:focus{
  border-left-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(251 207 232 / 0.55);
}

.focus\:border-l-pink-200\/60:focus{
  border-left-color: rgb(251 207 232 / 0.6);
}

.focus\:border-l-pink-200\/65:focus{
  border-left-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(249 168 212 / 0.35);
}

.focus\:border-l-pink-300\/40:focus{
  border-left-color: rgb(249 168 212 / 0.4);
}

.focus\:border-l-pink-300\/45:focus{
  border-left-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(249 168 212 / 0.55);
}

.focus\:border-l-pink-300\/60:focus{
  border-left-color: rgb(249 168 212 / 0.6);
}

.focus\:border-l-pink-300\/65:focus{
  border-left-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(244 114 182 / 0.35);
}

.focus\:border-l-pink-400\/40:focus{
  border-left-color: rgb(244 114 182 / 0.4);
}

.focus\:border-l-pink-400\/45:focus{
  border-left-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(244 114 182 / 0.55);
}

.focus\:border-l-pink-400\/60:focus{
  border-left-color: rgb(244 114 182 / 0.6);
}

.focus\:border-l-pink-400\/65:focus{
  border-left-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 242 248 / 0.35);
}

.focus\:border-l-pink-50\/40:focus{
  border-left-color: rgb(253 242 248 / 0.4);
}

.focus\:border-l-pink-50\/45:focus{
  border-left-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 242 248 / 0.55);
}

.focus\:border-l-pink-50\/60:focus{
  border-left-color: rgb(253 242 248 / 0.6);
}

.focus\:border-l-pink-50\/65:focus{
  border-left-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(236 72 153 / 0.35);
}

.focus\:border-l-pink-500\/40:focus{
  border-left-color: rgb(236 72 153 / 0.4);
}

.focus\:border-l-pink-500\/45:focus{
  border-left-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(236 72 153 / 0.55);
}

.focus\:border-l-pink-500\/60:focus{
  border-left-color: rgb(236 72 153 / 0.6);
}

.focus\:border-l-pink-500\/65:focus{
  border-left-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(219 39 119 / 0.35);
}

.focus\:border-l-pink-600\/40:focus{
  border-left-color: rgb(219 39 119 / 0.4);
}

.focus\:border-l-pink-600\/45:focus{
  border-left-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(219 39 119 / 0.55);
}

.focus\:border-l-pink-600\/60:focus{
  border-left-color: rgb(219 39 119 / 0.6);
}

.focus\:border-l-pink-600\/65:focus{
  border-left-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(190 24 93 / 0.35);
}

.focus\:border-l-pink-700\/40:focus{
  border-left-color: rgb(190 24 93 / 0.4);
}

.focus\:border-l-pink-700\/45:focus{
  border-left-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(190 24 93 / 0.55);
}

.focus\:border-l-pink-700\/60:focus{
  border-left-color: rgb(190 24 93 / 0.6);
}

.focus\:border-l-pink-700\/65:focus{
  border-left-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(157 23 77 / 0.35);
}

.focus\:border-l-pink-800\/40:focus{
  border-left-color: rgb(157 23 77 / 0.4);
}

.focus\:border-l-pink-800\/45:focus{
  border-left-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(157 23 77 / 0.55);
}

.focus\:border-l-pink-800\/60:focus{
  border-left-color: rgb(157 23 77 / 0.6);
}

.focus\:border-l-pink-800\/65:focus{
  border-left-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(131 24 67 / 0.35);
}

.focus\:border-l-pink-900\/40:focus{
  border-left-color: rgb(131 24 67 / 0.4);
}

.focus\:border-l-pink-900\/45:focus{
  border-left-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(131 24 67 / 0.55);
}

.focus\:border-l-pink-900\/60:focus{
  border-left-color: rgb(131 24 67 / 0.6);
}

.focus\:border-l-pink-900\/65:focus{
  border-left-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(80 7 36 / 0.35);
}

.focus\:border-l-pink-950\/40:focus{
  border-left-color: rgb(80 7 36 / 0.4);
}

.focus\:border-l-pink-950\/45:focus{
  border-left-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(80 7 36 / 0.55);
}

.focus\:border-l-pink-950\/60:focus{
  border-left-color: rgb(80 7 36 / 0.6);
}

.focus\:border-l-pink-950\/65:focus{
  border-left-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.focus\:border-l-primary-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.focus\:border-l-primary-hover\/0:focus{
  border-left-color: rgb(71 57 169 / 0);
}

.focus\:border-l-primary-hover\/10:focus{
  border-left-color: rgb(71 57 169 / 0.1);
}

.focus\:border-l-primary-hover\/100:focus{
  border-left-color: rgb(71 57 169 / 1);
}

.focus\:border-l-primary-hover\/15:focus{
  border-left-color: rgb(71 57 169 / 0.15);
}

.focus\:border-l-primary-hover\/20:focus{
  border-left-color: rgb(71 57 169 / 0.2);
}

.focus\:border-l-primary-hover\/25:focus{
  border-left-color: rgb(71 57 169 / 0.25);
}

.focus\:border-l-primary-hover\/30:focus{
  border-left-color: rgb(71 57 169 / 0.3);
}

.focus\:border-l-primary-hover\/35:focus{
  border-left-color: rgb(71 57 169 / 0.35);
}

.focus\:border-l-primary-hover\/40:focus{
  border-left-color: rgb(71 57 169 / 0.4);
}

.focus\:border-l-primary-hover\/45:focus{
  border-left-color: rgb(71 57 169 / 0.45);
}

.focus\:border-l-primary-hover\/5:focus{
  border-left-color: rgb(71 57 169 / 0.05);
}

.focus\:border-l-primary-hover\/50:focus{
  border-left-color: rgb(71 57 169 / 0.5);
}

.focus\:border-l-primary-hover\/55:focus{
  border-left-color: rgb(71 57 169 / 0.55);
}

.focus\:border-l-primary-hover\/60:focus{
  border-left-color: rgb(71 57 169 / 0.6);
}

.focus\:border-l-primary-hover\/65:focus{
  border-left-color: rgb(71 57 169 / 0.65);
}

.focus\:border-l-primary-hover\/70:focus{
  border-left-color: rgb(71 57 169 / 0.7);
}

.focus\:border-l-primary-hover\/75:focus{
  border-left-color: rgb(71 57 169 / 0.75);
}

.focus\:border-l-primary-hover\/80:focus{
  border-left-color: rgb(71 57 169 / 0.8);
}

.focus\:border-l-primary-hover\/85:focus{
  border-left-color: rgb(71 57 169 / 0.85);
}

.focus\:border-l-primary-hover\/90:focus{
  border-left-color: rgb(71 57 169 / 0.9);
}

.focus\:border-l-primary-hover\/95:focus{
  border-left-color: rgb(71 57 169 / 0.95);
}

.focus\:border-l-primary\/0:focus{
  border-left-color: rgb(85 70 192 / 0);
}

.focus\:border-l-primary\/10:focus{
  border-left-color: rgb(85 70 192 / 0.1);
}

.focus\:border-l-primary\/100:focus{
  border-left-color: rgb(85 70 192 / 1);
}

.focus\:border-l-primary\/15:focus{
  border-left-color: rgb(85 70 192 / 0.15);
}

.focus\:border-l-primary\/20:focus{
  border-left-color: rgb(85 70 192 / 0.2);
}

.focus\:border-l-primary\/25:focus{
  border-left-color: rgb(85 70 192 / 0.25);
}

.focus\:border-l-primary\/30:focus{
  border-left-color: rgb(85 70 192 / 0.3);
}

.focus\:border-l-primary\/35:focus{
  border-left-color: rgb(85 70 192 / 0.35);
}

.focus\:border-l-primary\/40:focus{
  border-left-color: rgb(85 70 192 / 0.4);
}

.focus\:border-l-primary\/45:focus{
  border-left-color: rgb(85 70 192 / 0.45);
}

.focus\:border-l-primary\/5:focus{
  border-left-color: rgb(85 70 192 / 0.05);
}

.focus\:border-l-primary\/50:focus{
  border-left-color: rgb(85 70 192 / 0.5);
}

.focus\:border-l-primary\/55:focus{
  border-left-color: rgb(85 70 192 / 0.55);
}

.focus\:border-l-primary\/60:focus{
  border-left-color: rgb(85 70 192 / 0.6);
}

.focus\:border-l-primary\/65:focus{
  border-left-color: rgb(85 70 192 / 0.65);
}

.focus\:border-l-primary\/70:focus{
  border-left-color: rgb(85 70 192 / 0.7);
}

.focus\:border-l-primary\/75:focus{
  border-left-color: rgb(85 70 192 / 0.75);
}

.focus\:border-l-primary\/80:focus{
  border-left-color: rgb(85 70 192 / 0.8);
}

.focus\:border-l-primary\/85:focus{
  border-left-color: rgb(85 70 192 / 0.85);
}

.focus\:border-l-primary\/90:focus{
  border-left-color: rgb(85 70 192 / 0.9);
}

.focus\:border-l-primary\/95:focus{
  border-left-color: rgb(85 70 192 / 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\/15:focus{
  border-left-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(243 232 255 / 0.35);
}

.focus\:border-l-purple-100\/40:focus{
  border-left-color: rgb(243 232 255 / 0.4);
}

.focus\:border-l-purple-100\/45:focus{
  border-left-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(243 232 255 / 0.55);
}

.focus\:border-l-purple-100\/60:focus{
  border-left-color: rgb(243 232 255 / 0.6);
}

.focus\:border-l-purple-100\/65:focus{
  border-left-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(233 213 255 / 0.35);
}

.focus\:border-l-purple-200\/40:focus{
  border-left-color: rgb(233 213 255 / 0.4);
}

.focus\:border-l-purple-200\/45:focus{
  border-left-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(233 213 255 / 0.55);
}

.focus\:border-l-purple-200\/60:focus{
  border-left-color: rgb(233 213 255 / 0.6);
}

.focus\:border-l-purple-200\/65:focus{
  border-left-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(216 180 254 / 0.35);
}

.focus\:border-l-purple-300\/40:focus{
  border-left-color: rgb(216 180 254 / 0.4);
}

.focus\:border-l-purple-300\/45:focus{
  border-left-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(216 180 254 / 0.55);
}

.focus\:border-l-purple-300\/60:focus{
  border-left-color: rgb(216 180 254 / 0.6);
}

.focus\:border-l-purple-300\/65:focus{
  border-left-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(192 132 252 / 0.35);
}

.focus\:border-l-purple-400\/40:focus{
  border-left-color: rgb(192 132 252 / 0.4);
}

.focus\:border-l-purple-400\/45:focus{
  border-left-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(192 132 252 / 0.55);
}

.focus\:border-l-purple-400\/60:focus{
  border-left-color: rgb(192 132 252 / 0.6);
}

.focus\:border-l-purple-400\/65:focus{
  border-left-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 245 255 / 0.35);
}

.focus\:border-l-purple-50\/40:focus{
  border-left-color: rgb(250 245 255 / 0.4);
}

.focus\:border-l-purple-50\/45:focus{
  border-left-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 245 255 / 0.55);
}

.focus\:border-l-purple-50\/60:focus{
  border-left-color: rgb(250 245 255 / 0.6);
}

.focus\:border-l-purple-50\/65:focus{
  border-left-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(168 85 247 / 0.35);
}

.focus\:border-l-purple-500\/40:focus{
  border-left-color: rgb(168 85 247 / 0.4);
}

.focus\:border-l-purple-500\/45:focus{
  border-left-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(168 85 247 / 0.55);
}

.focus\:border-l-purple-500\/60:focus{
  border-left-color: rgb(168 85 247 / 0.6);
}

.focus\:border-l-purple-500\/65:focus{
  border-left-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(147 51 234 / 0.35);
}

.focus\:border-l-purple-600\/40:focus{
  border-left-color: rgb(147 51 234 / 0.4);
}

.focus\:border-l-purple-600\/45:focus{
  border-left-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(147 51 234 / 0.55);
}

.focus\:border-l-purple-600\/60:focus{
  border-left-color: rgb(147 51 234 / 0.6);
}

.focus\:border-l-purple-600\/65:focus{
  border-left-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(126 34 206 / 0.35);
}

.focus\:border-l-purple-700\/40:focus{
  border-left-color: rgb(126 34 206 / 0.4);
}

.focus\:border-l-purple-700\/45:focus{
  border-left-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(126 34 206 / 0.55);
}

.focus\:border-l-purple-700\/60:focus{
  border-left-color: rgb(126 34 206 / 0.6);
}

.focus\:border-l-purple-700\/65:focus{
  border-left-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(107 33 168 / 0.35);
}

.focus\:border-l-purple-800\/40:focus{
  border-left-color: rgb(107 33 168 / 0.4);
}

.focus\:border-l-purple-800\/45:focus{
  border-left-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(107 33 168 / 0.55);
}

.focus\:border-l-purple-800\/60:focus{
  border-left-color: rgb(107 33 168 / 0.6);
}

.focus\:border-l-purple-800\/65:focus{
  border-left-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(88 28 135 / 0.35);
}

.focus\:border-l-purple-900\/40:focus{
  border-left-color: rgb(88 28 135 / 0.4);
}

.focus\:border-l-purple-900\/45:focus{
  border-left-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(88 28 135 / 0.55);
}

.focus\:border-l-purple-900\/60:focus{
  border-left-color: rgb(88 28 135 / 0.6);
}

.focus\:border-l-purple-900\/65:focus{
  border-left-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(59 7 100 / 0.35);
}

.focus\:border-l-purple-950\/40:focus{
  border-left-color: rgb(59 7 100 / 0.4);
}

.focus\:border-l-purple-950\/45:focus{
  border-left-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(59 7 100 / 0.55);
}

.focus\:border-l-purple-950\/60:focus{
  border-left-color: rgb(59 7 100 / 0.6);
}

.focus\:border-l-purple-950\/65:focus{
  border-left-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.focus\:border-l-quaternary-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.focus\:border-l-quaternary-hover\/0:focus{
  border-left-color: rgb(43 202 241 / 0);
}

.focus\:border-l-quaternary-hover\/10:focus{
  border-left-color: rgb(43 202 241 / 0.1);
}

.focus\:border-l-quaternary-hover\/100:focus{
  border-left-color: rgb(43 202 241 / 1);
}

.focus\:border-l-quaternary-hover\/15:focus{
  border-left-color: rgb(43 202 241 / 0.15);
}

.focus\:border-l-quaternary-hover\/20:focus{
  border-left-color: rgb(43 202 241 / 0.2);
}

.focus\:border-l-quaternary-hover\/25:focus{
  border-left-color: rgb(43 202 241 / 0.25);
}

.focus\:border-l-quaternary-hover\/30:focus{
  border-left-color: rgb(43 202 241 / 0.3);
}

.focus\:border-l-quaternary-hover\/35:focus{
  border-left-color: rgb(43 202 241 / 0.35);
}

.focus\:border-l-quaternary-hover\/40:focus{
  border-left-color: rgb(43 202 241 / 0.4);
}

.focus\:border-l-quaternary-hover\/45:focus{
  border-left-color: rgb(43 202 241 / 0.45);
}

.focus\:border-l-quaternary-hover\/5:focus{
  border-left-color: rgb(43 202 241 / 0.05);
}

.focus\:border-l-quaternary-hover\/50:focus{
  border-left-color: rgb(43 202 241 / 0.5);
}

.focus\:border-l-quaternary-hover\/55:focus{
  border-left-color: rgb(43 202 241 / 0.55);
}

.focus\:border-l-quaternary-hover\/60:focus{
  border-left-color: rgb(43 202 241 / 0.6);
}

.focus\:border-l-quaternary-hover\/65:focus{
  border-left-color: rgb(43 202 241 / 0.65);
}

.focus\:border-l-quaternary-hover\/70:focus{
  border-left-color: rgb(43 202 241 / 0.7);
}

.focus\:border-l-quaternary-hover\/75:focus{
  border-left-color: rgb(43 202 241 / 0.75);
}

.focus\:border-l-quaternary-hover\/80:focus{
  border-left-color: rgb(43 202 241 / 0.8);
}

.focus\:border-l-quaternary-hover\/85:focus{
  border-left-color: rgb(43 202 241 / 0.85);
}

.focus\:border-l-quaternary-hover\/90:focus{
  border-left-color: rgb(43 202 241 / 0.9);
}

.focus\:border-l-quaternary-hover\/95:focus{
  border-left-color: rgb(43 202 241 / 0.95);
}

.focus\:border-l-quaternary\/0:focus{
  border-left-color: rgb(61 209 246 / 0);
}

.focus\:border-l-quaternary\/10:focus{
  border-left-color: rgb(61 209 246 / 0.1);
}

.focus\:border-l-quaternary\/100:focus{
  border-left-color: rgb(61 209 246 / 1);
}

.focus\:border-l-quaternary\/15:focus{
  border-left-color: rgb(61 209 246 / 0.15);
}

.focus\:border-l-quaternary\/20:focus{
  border-left-color: rgb(61 209 246 / 0.2);
}

.focus\:border-l-quaternary\/25:focus{
  border-left-color: rgb(61 209 246 / 0.25);
}

.focus\:border-l-quaternary\/30:focus{
  border-left-color: rgb(61 209 246 / 0.3);
}

.focus\:border-l-quaternary\/35:focus{
  border-left-color: rgb(61 209 246 / 0.35);
}

.focus\:border-l-quaternary\/40:focus{
  border-left-color: rgb(61 209 246 / 0.4);
}

.focus\:border-l-quaternary\/45:focus{
  border-left-color: rgb(61 209 246 / 0.45);
}

.focus\:border-l-quaternary\/5:focus{
  border-left-color: rgb(61 209 246 / 0.05);
}

.focus\:border-l-quaternary\/50:focus{
  border-left-color: rgb(61 209 246 / 0.5);
}

.focus\:border-l-quaternary\/55:focus{
  border-left-color: rgb(61 209 246 / 0.55);
}

.focus\:border-l-quaternary\/60:focus{
  border-left-color: rgb(61 209 246 / 0.6);
}

.focus\:border-l-quaternary\/65:focus{
  border-left-color: rgb(61 209 246 / 0.65);
}

.focus\:border-l-quaternary\/70:focus{
  border-left-color: rgb(61 209 246 / 0.7);
}

.focus\:border-l-quaternary\/75:focus{
  border-left-color: rgb(61 209 246 / 0.75);
}

.focus\:border-l-quaternary\/80:focus{
  border-left-color: rgb(61 209 246 / 0.8);
}

.focus\:border-l-quaternary\/85:focus{
  border-left-color: rgb(61 209 246 / 0.85);
}

.focus\:border-l-quaternary\/90:focus{
  border-left-color: rgb(61 209 246 / 0.9);
}

.focus\:border-l-quaternary\/95:focus{
  border-left-color: rgb(61 209 246 / 0.95);
}

.focus\:border-l-quinary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.focus\:border-l-quinary-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.focus\:border-l-quinary-hover\/0:focus{
  border-left-color: rgb(112 126 222 / 0);
}

.focus\:border-l-quinary-hover\/10:focus{
  border-left-color: rgb(112 126 222 / 0.1);
}

.focus\:border-l-quinary-hover\/100:focus{
  border-left-color: rgb(112 126 222 / 1);
}

.focus\:border-l-quinary-hover\/15:focus{
  border-left-color: rgb(112 126 222 / 0.15);
}

.focus\:border-l-quinary-hover\/20:focus{
  border-left-color: rgb(112 126 222 / 0.2);
}

.focus\:border-l-quinary-hover\/25:focus{
  border-left-color: rgb(112 126 222 / 0.25);
}

.focus\:border-l-quinary-hover\/30:focus{
  border-left-color: rgb(112 126 222 / 0.3);
}

.focus\:border-l-quinary-hover\/35:focus{
  border-left-color: rgb(112 126 222 / 0.35);
}

.focus\:border-l-quinary-hover\/40:focus{
  border-left-color: rgb(112 126 222 / 0.4);
}

.focus\:border-l-quinary-hover\/45:focus{
  border-left-color: rgb(112 126 222 / 0.45);
}

.focus\:border-l-quinary-hover\/5:focus{
  border-left-color: rgb(112 126 222 / 0.05);
}

.focus\:border-l-quinary-hover\/50:focus{
  border-left-color: rgb(112 126 222 / 0.5);
}

.focus\:border-l-quinary-hover\/55:focus{
  border-left-color: rgb(112 126 222 / 0.55);
}

.focus\:border-l-quinary-hover\/60:focus{
  border-left-color: rgb(112 126 222 / 0.6);
}

.focus\:border-l-quinary-hover\/65:focus{
  border-left-color: rgb(112 126 222 / 0.65);
}

.focus\:border-l-quinary-hover\/70:focus{
  border-left-color: rgb(112 126 222 / 0.7);
}

.focus\:border-l-quinary-hover\/75:focus{
  border-left-color: rgb(112 126 222 / 0.75);
}

.focus\:border-l-quinary-hover\/80:focus{
  border-left-color: rgb(112 126 222 / 0.8);
}

.focus\:border-l-quinary-hover\/85:focus{
  border-left-color: rgb(112 126 222 / 0.85);
}

.focus\:border-l-quinary-hover\/90:focus{
  border-left-color: rgb(112 126 222 / 0.9);
}

.focus\:border-l-quinary-hover\/95:focus{
  border-left-color: rgb(112 126 222 / 0.95);
}

.focus\:border-l-quinary\/0:focus{
  border-left-color: rgb(136 150 244 / 0);
}

.focus\:border-l-quinary\/10:focus{
  border-left-color: rgb(136 150 244 / 0.1);
}

.focus\:border-l-quinary\/100:focus{
  border-left-color: rgb(136 150 244 / 1);
}

.focus\:border-l-quinary\/15:focus{
  border-left-color: rgb(136 150 244 / 0.15);
}

.focus\:border-l-quinary\/20:focus{
  border-left-color: rgb(136 150 244 / 0.2);
}

.focus\:border-l-quinary\/25:focus{
  border-left-color: rgb(136 150 244 / 0.25);
}

.focus\:border-l-quinary\/30:focus{
  border-left-color: rgb(136 150 244 / 0.3);
}

.focus\:border-l-quinary\/35:focus{
  border-left-color: rgb(136 150 244 / 0.35);
}

.focus\:border-l-quinary\/40:focus{
  border-left-color: rgb(136 150 244 / 0.4);
}

.focus\:border-l-quinary\/45:focus{
  border-left-color: rgb(136 150 244 / 0.45);
}

.focus\:border-l-quinary\/5:focus{
  border-left-color: rgb(136 150 244 / 0.05);
}

.focus\:border-l-quinary\/50:focus{
  border-left-color: rgb(136 150 244 / 0.5);
}

.focus\:border-l-quinary\/55:focus{
  border-left-color: rgb(136 150 244 / 0.55);
}

.focus\:border-l-quinary\/60:focus{
  border-left-color: rgb(136 150 244 / 0.6);
}

.focus\:border-l-quinary\/65:focus{
  border-left-color: rgb(136 150 244 / 0.65);
}

.focus\:border-l-quinary\/70:focus{
  border-left-color: rgb(136 150 244 / 0.7);
}

.focus\:border-l-quinary\/75:focus{
  border-left-color: rgb(136 150 244 / 0.75);
}

.focus\:border-l-quinary\/80:focus{
  border-left-color: rgb(136 150 244 / 0.8);
}

.focus\:border-l-quinary\/85:focus{
  border-left-color: rgb(136 150 244 / 0.85);
}

.focus\:border-l-quinary\/90:focus{
  border-left-color: rgb(136 150 244 / 0.9);
}

.focus\:border-l-quinary\/95:focus{
  border-left-color: rgb(136 150 244 / 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\/15:focus{
  border-left-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 226 226 / 0.35);
}

.focus\:border-l-red-100\/40:focus{
  border-left-color: rgb(254 226 226 / 0.4);
}

.focus\:border-l-red-100\/45:focus{
  border-left-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 226 226 / 0.55);
}

.focus\:border-l-red-100\/60:focus{
  border-left-color: rgb(254 226 226 / 0.6);
}

.focus\:border-l-red-100\/65:focus{
  border-left-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 202 202 / 0.35);
}

.focus\:border-l-red-200\/40:focus{
  border-left-color: rgb(254 202 202 / 0.4);
}

.focus\:border-l-red-200\/45:focus{
  border-left-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 202 202 / 0.55);
}

.focus\:border-l-red-200\/60:focus{
  border-left-color: rgb(254 202 202 / 0.6);
}

.focus\:border-l-red-200\/65:focus{
  border-left-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(252 165 165 / 0.35);
}

.focus\:border-l-red-300\/40:focus{
  border-left-color: rgb(252 165 165 / 0.4);
}

.focus\:border-l-red-300\/45:focus{
  border-left-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(252 165 165 / 0.55);
}

.focus\:border-l-red-300\/60:focus{
  border-left-color: rgb(252 165 165 / 0.6);
}

.focus\:border-l-red-300\/65:focus{
  border-left-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(248 113 113 / 0.35);
}

.focus\:border-l-red-400\/40:focus{
  border-left-color: rgb(248 113 113 / 0.4);
}

.focus\:border-l-red-400\/45:focus{
  border-left-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(248 113 113 / 0.55);
}

.focus\:border-l-red-400\/60:focus{
  border-left-color: rgb(248 113 113 / 0.6);
}

.focus\:border-l-red-400\/65:focus{
  border-left-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 242 242 / 0.35);
}

.focus\:border-l-red-50\/40:focus{
  border-left-color: rgb(254 242 242 / 0.4);
}

.focus\:border-l-red-50\/45:focus{
  border-left-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 242 242 / 0.55);
}

.focus\:border-l-red-50\/60:focus{
  border-left-color: rgb(254 242 242 / 0.6);
}

.focus\:border-l-red-50\/65:focus{
  border-left-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(239 68 68 / 0.35);
}

.focus\:border-l-red-500\/40:focus{
  border-left-color: rgb(239 68 68 / 0.4);
}

.focus\:border-l-red-500\/45:focus{
  border-left-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(239 68 68 / 0.55);
}

.focus\:border-l-red-500\/60:focus{
  border-left-color: rgb(239 68 68 / 0.6);
}

.focus\:border-l-red-500\/65:focus{
  border-left-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(220 38 38 / 0.35);
}

.focus\:border-l-red-600\/40:focus{
  border-left-color: rgb(220 38 38 / 0.4);
}

.focus\:border-l-red-600\/45:focus{
  border-left-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(220 38 38 / 0.55);
}

.focus\:border-l-red-600\/60:focus{
  border-left-color: rgb(220 38 38 / 0.6);
}

.focus\:border-l-red-600\/65:focus{
  border-left-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(185 28 28 / 0.35);
}

.focus\:border-l-red-700\/40:focus{
  border-left-color: rgb(185 28 28 / 0.4);
}

.focus\:border-l-red-700\/45:focus{
  border-left-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(185 28 28 / 0.55);
}

.focus\:border-l-red-700\/60:focus{
  border-left-color: rgb(185 28 28 / 0.6);
}

.focus\:border-l-red-700\/65:focus{
  border-left-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(153 27 27 / 0.35);
}

.focus\:border-l-red-800\/40:focus{
  border-left-color: rgb(153 27 27 / 0.4);
}

.focus\:border-l-red-800\/45:focus{
  border-left-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(153 27 27 / 0.55);
}

.focus\:border-l-red-800\/60:focus{
  border-left-color: rgb(153 27 27 / 0.6);
}

.focus\:border-l-red-800\/65:focus{
  border-left-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(127 29 29 / 0.35);
}

.focus\:border-l-red-900\/40:focus{
  border-left-color: rgb(127 29 29 / 0.4);
}

.focus\:border-l-red-900\/45:focus{
  border-left-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(127 29 29 / 0.55);
}

.focus\:border-l-red-900\/60:focus{
  border-left-color: rgb(127 29 29 / 0.6);
}

.focus\:border-l-red-900\/65:focus{
  border-left-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(69 10 10 / 0.35);
}

.focus\:border-l-red-950\/40:focus{
  border-left-color: rgb(69 10 10 / 0.4);
}

.focus\:border-l-red-950\/45:focus{
  border-left-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(69 10 10 / 0.55);
}

.focus\:border-l-red-950\/60:focus{
  border-left-color: rgb(69 10 10 / 0.6);
}

.focus\:border-l-red-950\/65:focus{
  border-left-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 228 230 / 0.35);
}

.focus\:border-l-rose-100\/40:focus{
  border-left-color: rgb(255 228 230 / 0.4);
}

.focus\:border-l-rose-100\/45:focus{
  border-left-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 228 230 / 0.55);
}

.focus\:border-l-rose-100\/60:focus{
  border-left-color: rgb(255 228 230 / 0.6);
}

.focus\:border-l-rose-100\/65:focus{
  border-left-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 205 211 / 0.35);
}

.focus\:border-l-rose-200\/40:focus{
  border-left-color: rgb(254 205 211 / 0.4);
}

.focus\:border-l-rose-200\/45:focus{
  border-left-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 205 211 / 0.55);
}

.focus\:border-l-rose-200\/60:focus{
  border-left-color: rgb(254 205 211 / 0.6);
}

.focus\:border-l-rose-200\/65:focus{
  border-left-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 164 175 / 0.35);
}

.focus\:border-l-rose-300\/40:focus{
  border-left-color: rgb(253 164 175 / 0.4);
}

.focus\:border-l-rose-300\/45:focus{
  border-left-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 164 175 / 0.55);
}

.focus\:border-l-rose-300\/60:focus{
  border-left-color: rgb(253 164 175 / 0.6);
}

.focus\:border-l-rose-300\/65:focus{
  border-left-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(251 113 133 / 0.35);
}

.focus\:border-l-rose-400\/40:focus{
  border-left-color: rgb(251 113 133 / 0.4);
}

.focus\:border-l-rose-400\/45:focus{
  border-left-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(251 113 133 / 0.55);
}

.focus\:border-l-rose-400\/60:focus{
  border-left-color: rgb(251 113 133 / 0.6);
}

.focus\:border-l-rose-400\/65:focus{
  border-left-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 241 242 / 0.35);
}

.focus\:border-l-rose-50\/40:focus{
  border-left-color: rgb(255 241 242 / 0.4);
}

.focus\:border-l-rose-50\/45:focus{
  border-left-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 241 242 / 0.55);
}

.focus\:border-l-rose-50\/60:focus{
  border-left-color: rgb(255 241 242 / 0.6);
}

.focus\:border-l-rose-50\/65:focus{
  border-left-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(244 63 94 / 0.35);
}

.focus\:border-l-rose-500\/40:focus{
  border-left-color: rgb(244 63 94 / 0.4);
}

.focus\:border-l-rose-500\/45:focus{
  border-left-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(244 63 94 / 0.55);
}

.focus\:border-l-rose-500\/60:focus{
  border-left-color: rgb(244 63 94 / 0.6);
}

.focus\:border-l-rose-500\/65:focus{
  border-left-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(225 29 72 / 0.35);
}

.focus\:border-l-rose-600\/40:focus{
  border-left-color: rgb(225 29 72 / 0.4);
}

.focus\:border-l-rose-600\/45:focus{
  border-left-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(225 29 72 / 0.55);
}

.focus\:border-l-rose-600\/60:focus{
  border-left-color: rgb(225 29 72 / 0.6);
}

.focus\:border-l-rose-600\/65:focus{
  border-left-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(190 18 60 / 0.35);
}

.focus\:border-l-rose-700\/40:focus{
  border-left-color: rgb(190 18 60 / 0.4);
}

.focus\:border-l-rose-700\/45:focus{
  border-left-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(190 18 60 / 0.55);
}

.focus\:border-l-rose-700\/60:focus{
  border-left-color: rgb(190 18 60 / 0.6);
}

.focus\:border-l-rose-700\/65:focus{
  border-left-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(159 18 57 / 0.35);
}

.focus\:border-l-rose-800\/40:focus{
  border-left-color: rgb(159 18 57 / 0.4);
}

.focus\:border-l-rose-800\/45:focus{
  border-left-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(159 18 57 / 0.55);
}

.focus\:border-l-rose-800\/60:focus{
  border-left-color: rgb(159 18 57 / 0.6);
}

.focus\:border-l-rose-800\/65:focus{
  border-left-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(136 19 55 / 0.35);
}

.focus\:border-l-rose-900\/40:focus{
  border-left-color: rgb(136 19 55 / 0.4);
}

.focus\:border-l-rose-900\/45:focus{
  border-left-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(136 19 55 / 0.55);
}

.focus\:border-l-rose-900\/60:focus{
  border-left-color: rgb(136 19 55 / 0.6);
}

.focus\:border-l-rose-900\/65:focus{
  border-left-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(76 5 25 / 0.35);
}

.focus\:border-l-rose-950\/40:focus{
  border-left-color: rgb(76 5 25 / 0.4);
}

.focus\:border-l-rose-950\/45:focus{
  border-left-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(76 5 25 / 0.55);
}

.focus\:border-l-rose-950\/60:focus{
  border-left-color: rgb(76 5 25 / 0.6);
}

.focus\:border-l-rose-950\/65:focus{
  border-left-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.focus\:border-l-secondary\/0:focus{
  border-left-color: rgb(141 147 167 / 0);
}

.focus\:border-l-secondary\/10:focus{
  border-left-color: rgb(141 147 167 / 0.1);
}

.focus\:border-l-secondary\/100:focus{
  border-left-color: rgb(141 147 167 / 1);
}

.focus\:border-l-secondary\/15:focus{
  border-left-color: rgb(141 147 167 / 0.15);
}

.focus\:border-l-secondary\/20:focus{
  border-left-color: rgb(141 147 167 / 0.2);
}

.focus\:border-l-secondary\/25:focus{
  border-left-color: rgb(141 147 167 / 0.25);
}

.focus\:border-l-secondary\/30:focus{
  border-left-color: rgb(141 147 167 / 0.3);
}

.focus\:border-l-secondary\/35:focus{
  border-left-color: rgb(141 147 167 / 0.35);
}

.focus\:border-l-secondary\/40:focus{
  border-left-color: rgb(141 147 167 / 0.4);
}

.focus\:border-l-secondary\/45:focus{
  border-left-color: rgb(141 147 167 / 0.45);
}

.focus\:border-l-secondary\/5:focus{
  border-left-color: rgb(141 147 167 / 0.05);
}

.focus\:border-l-secondary\/50:focus{
  border-left-color: rgb(141 147 167 / 0.5);
}

.focus\:border-l-secondary\/55:focus{
  border-left-color: rgb(141 147 167 / 0.55);
}

.focus\:border-l-secondary\/60:focus{
  border-left-color: rgb(141 147 167 / 0.6);
}

.focus\:border-l-secondary\/65:focus{
  border-left-color: rgb(141 147 167 / 0.65);
}

.focus\:border-l-secondary\/70:focus{
  border-left-color: rgb(141 147 167 / 0.7);
}

.focus\:border-l-secondary\/75:focus{
  border-left-color: rgb(141 147 167 / 0.75);
}

.focus\:border-l-secondary\/80:focus{
  border-left-color: rgb(141 147 167 / 0.8);
}

.focus\:border-l-secondary\/85:focus{
  border-left-color: rgb(141 147 167 / 0.85);
}

.focus\:border-l-secondary\/90:focus{
  border-left-color: rgb(141 147 167 / 0.9);
}

.focus\:border-l-secondary\/95:focus{
  border-left-color: rgb(141 147 167 / 0.95);
}

.focus\:border-l-senary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.focus\:border-l-senary\/0:focus{
  border-left-color: rgb(73 134 231 / 0);
}

.focus\:border-l-senary\/10:focus{
  border-left-color: rgb(73 134 231 / 0.1);
}

.focus\:border-l-senary\/100:focus{
  border-left-color: rgb(73 134 231 / 1);
}

.focus\:border-l-senary\/15:focus{
  border-left-color: rgb(73 134 231 / 0.15);
}

.focus\:border-l-senary\/20:focus{
  border-left-color: rgb(73 134 231 / 0.2);
}

.focus\:border-l-senary\/25:focus{
  border-left-color: rgb(73 134 231 / 0.25);
}

.focus\:border-l-senary\/30:focus{
  border-left-color: rgb(73 134 231 / 0.3);
}

.focus\:border-l-senary\/35:focus{
  border-left-color: rgb(73 134 231 / 0.35);
}

.focus\:border-l-senary\/40:focus{
  border-left-color: rgb(73 134 231 / 0.4);
}

.focus\:border-l-senary\/45:focus{
  border-left-color: rgb(73 134 231 / 0.45);
}

.focus\:border-l-senary\/5:focus{
  border-left-color: rgb(73 134 231 / 0.05);
}

.focus\:border-l-senary\/50:focus{
  border-left-color: rgb(73 134 231 / 0.5);
}

.focus\:border-l-senary\/55:focus{
  border-left-color: rgb(73 134 231 / 0.55);
}

.focus\:border-l-senary\/60:focus{
  border-left-color: rgb(73 134 231 / 0.6);
}

.focus\:border-l-senary\/65:focus{
  border-left-color: rgb(73 134 231 / 0.65);
}

.focus\:border-l-senary\/70:focus{
  border-left-color: rgb(73 134 231 / 0.7);
}

.focus\:border-l-senary\/75:focus{
  border-left-color: rgb(73 134 231 / 0.75);
}

.focus\:border-l-senary\/80:focus{
  border-left-color: rgb(73 134 231 / 0.8);
}

.focus\:border-l-senary\/85:focus{
  border-left-color: rgb(73 134 231 / 0.85);
}

.focus\:border-l-senary\/90:focus{
  border-left-color: rgb(73 134 231 / 0.9);
}

.focus\:border-l-senary\/95:focus{
  border-left-color: rgb(73 134 231 / 0.95);
}

.focus\:border-l-septenary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.focus\:border-l-septenary\/0:focus{
  border-left-color: rgb(49 88 129 / 0);
}

.focus\:border-l-septenary\/10:focus{
  border-left-color: rgb(49 88 129 / 0.1);
}

.focus\:border-l-septenary\/100:focus{
  border-left-color: rgb(49 88 129 / 1);
}

.focus\:border-l-septenary\/15:focus{
  border-left-color: rgb(49 88 129 / 0.15);
}

.focus\:border-l-septenary\/20:focus{
  border-left-color: rgb(49 88 129 / 0.2);
}

.focus\:border-l-septenary\/25:focus{
  border-left-color: rgb(49 88 129 / 0.25);
}

.focus\:border-l-septenary\/30:focus{
  border-left-color: rgb(49 88 129 / 0.3);
}

.focus\:border-l-septenary\/35:focus{
  border-left-color: rgb(49 88 129 / 0.35);
}

.focus\:border-l-septenary\/40:focus{
  border-left-color: rgb(49 88 129 / 0.4);
}

.focus\:border-l-septenary\/45:focus{
  border-left-color: rgb(49 88 129 / 0.45);
}

.focus\:border-l-septenary\/5:focus{
  border-left-color: rgb(49 88 129 / 0.05);
}

.focus\:border-l-septenary\/50:focus{
  border-left-color: rgb(49 88 129 / 0.5);
}

.focus\:border-l-septenary\/55:focus{
  border-left-color: rgb(49 88 129 / 0.55);
}

.focus\:border-l-septenary\/60:focus{
  border-left-color: rgb(49 88 129 / 0.6);
}

.focus\:border-l-septenary\/65:focus{
  border-left-color: rgb(49 88 129 / 0.65);
}

.focus\:border-l-septenary\/70:focus{
  border-left-color: rgb(49 88 129 / 0.7);
}

.focus\:border-l-septenary\/75:focus{
  border-left-color: rgb(49 88 129 / 0.75);
}

.focus\:border-l-septenary\/80:focus{
  border-left-color: rgb(49 88 129 / 0.8);
}

.focus\:border-l-septenary\/85:focus{
  border-left-color: rgb(49 88 129 / 0.85);
}

.focus\:border-l-septenary\/90:focus{
  border-left-color: rgb(49 88 129 / 0.9);
}

.focus\:border-l-septenary\/95:focus{
  border-left-color: rgb(49 88 129 / 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\/15:focus{
  border-left-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(224 242 254 / 0.35);
}

.focus\:border-l-sky-100\/40:focus{
  border-left-color: rgb(224 242 254 / 0.4);
}

.focus\:border-l-sky-100\/45:focus{
  border-left-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(224 242 254 / 0.55);
}

.focus\:border-l-sky-100\/60:focus{
  border-left-color: rgb(224 242 254 / 0.6);
}

.focus\:border-l-sky-100\/65:focus{
  border-left-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(186 230 253 / 0.35);
}

.focus\:border-l-sky-200\/40:focus{
  border-left-color: rgb(186 230 253 / 0.4);
}

.focus\:border-l-sky-200\/45:focus{
  border-left-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(186 230 253 / 0.55);
}

.focus\:border-l-sky-200\/60:focus{
  border-left-color: rgb(186 230 253 / 0.6);
}

.focus\:border-l-sky-200\/65:focus{
  border-left-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(125 211 252 / 0.35);
}

.focus\:border-l-sky-300\/40:focus{
  border-left-color: rgb(125 211 252 / 0.4);
}

.focus\:border-l-sky-300\/45:focus{
  border-left-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(125 211 252 / 0.55);
}

.focus\:border-l-sky-300\/60:focus{
  border-left-color: rgb(125 211 252 / 0.6);
}

.focus\:border-l-sky-300\/65:focus{
  border-left-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(56 189 248 / 0.35);
}

.focus\:border-l-sky-400\/40:focus{
  border-left-color: rgb(56 189 248 / 0.4);
}

.focus\:border-l-sky-400\/45:focus{
  border-left-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(56 189 248 / 0.55);
}

.focus\:border-l-sky-400\/60:focus{
  border-left-color: rgb(56 189 248 / 0.6);
}

.focus\:border-l-sky-400\/65:focus{
  border-left-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(240 249 255 / 0.35);
}

.focus\:border-l-sky-50\/40:focus{
  border-left-color: rgb(240 249 255 / 0.4);
}

.focus\:border-l-sky-50\/45:focus{
  border-left-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(240 249 255 / 0.55);
}

.focus\:border-l-sky-50\/60:focus{
  border-left-color: rgb(240 249 255 / 0.6);
}

.focus\:border-l-sky-50\/65:focus{
  border-left-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(14 165 233 / 0.35);
}

.focus\:border-l-sky-500\/40:focus{
  border-left-color: rgb(14 165 233 / 0.4);
}

.focus\:border-l-sky-500\/45:focus{
  border-left-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(14 165 233 / 0.55);
}

.focus\:border-l-sky-500\/60:focus{
  border-left-color: rgb(14 165 233 / 0.6);
}

.focus\:border-l-sky-500\/65:focus{
  border-left-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(2 132 199 / 0.35);
}

.focus\:border-l-sky-600\/40:focus{
  border-left-color: rgb(2 132 199 / 0.4);
}

.focus\:border-l-sky-600\/45:focus{
  border-left-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(2 132 199 / 0.55);
}

.focus\:border-l-sky-600\/60:focus{
  border-left-color: rgb(2 132 199 / 0.6);
}

.focus\:border-l-sky-600\/65:focus{
  border-left-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(3 105 161 / 0.35);
}

.focus\:border-l-sky-700\/40:focus{
  border-left-color: rgb(3 105 161 / 0.4);
}

.focus\:border-l-sky-700\/45:focus{
  border-left-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(3 105 161 / 0.55);
}

.focus\:border-l-sky-700\/60:focus{
  border-left-color: rgb(3 105 161 / 0.6);
}

.focus\:border-l-sky-700\/65:focus{
  border-left-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(7 89 133 / 0.35);
}

.focus\:border-l-sky-800\/40:focus{
  border-left-color: rgb(7 89 133 / 0.4);
}

.focus\:border-l-sky-800\/45:focus{
  border-left-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(7 89 133 / 0.55);
}

.focus\:border-l-sky-800\/60:focus{
  border-left-color: rgb(7 89 133 / 0.6);
}

.focus\:border-l-sky-800\/65:focus{
  border-left-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(12 74 110 / 0.35);
}

.focus\:border-l-sky-900\/40:focus{
  border-left-color: rgb(12 74 110 / 0.4);
}

.focus\:border-l-sky-900\/45:focus{
  border-left-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(12 74 110 / 0.55);
}

.focus\:border-l-sky-900\/60:focus{
  border-left-color: rgb(12 74 110 / 0.6);
}

.focus\:border-l-sky-900\/65:focus{
  border-left-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(8 47 73 / 0.35);
}

.focus\:border-l-sky-950\/40:focus{
  border-left-color: rgb(8 47 73 / 0.4);
}

.focus\:border-l-sky-950\/45:focus{
  border-left-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(8 47 73 / 0.55);
}

.focus\:border-l-sky-950\/60:focus{
  border-left-color: rgb(8 47 73 / 0.6);
}

.focus\:border-l-sky-950\/65:focus{
  border-left-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(241 245 249 / 0.35);
}

.focus\:border-l-slate-100\/40:focus{
  border-left-color: rgb(241 245 249 / 0.4);
}

.focus\:border-l-slate-100\/45:focus{
  border-left-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(241 245 249 / 0.55);
}

.focus\:border-l-slate-100\/60:focus{
  border-left-color: rgb(241 245 249 / 0.6);
}

.focus\:border-l-slate-100\/65:focus{
  border-left-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(226 232 240 / 0.35);
}

.focus\:border-l-slate-200\/40:focus{
  border-left-color: rgb(226 232 240 / 0.4);
}

.focus\:border-l-slate-200\/45:focus{
  border-left-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(226 232 240 / 0.55);
}

.focus\:border-l-slate-200\/60:focus{
  border-left-color: rgb(226 232 240 / 0.6);
}

.focus\:border-l-slate-200\/65:focus{
  border-left-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(203 213 225 / 0.35);
}

.focus\:border-l-slate-300\/40:focus{
  border-left-color: rgb(203 213 225 / 0.4);
}

.focus\:border-l-slate-300\/45:focus{
  border-left-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(203 213 225 / 0.55);
}

.focus\:border-l-slate-300\/60:focus{
  border-left-color: rgb(203 213 225 / 0.6);
}

.focus\:border-l-slate-300\/65:focus{
  border-left-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(148 163 184 / 0.35);
}

.focus\:border-l-slate-400\/40:focus{
  border-left-color: rgb(148 163 184 / 0.4);
}

.focus\:border-l-slate-400\/45:focus{
  border-left-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(148 163 184 / 0.55);
}

.focus\:border-l-slate-400\/60:focus{
  border-left-color: rgb(148 163 184 / 0.6);
}

.focus\:border-l-slate-400\/65:focus{
  border-left-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(248 250 252 / 0.35);
}

.focus\:border-l-slate-50\/40:focus{
  border-left-color: rgb(248 250 252 / 0.4);
}

.focus\:border-l-slate-50\/45:focus{
  border-left-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(248 250 252 / 0.55);
}

.focus\:border-l-slate-50\/60:focus{
  border-left-color: rgb(248 250 252 / 0.6);
}

.focus\:border-l-slate-50\/65:focus{
  border-left-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(100 116 139 / 0.35);
}

.focus\:border-l-slate-500\/40:focus{
  border-left-color: rgb(100 116 139 / 0.4);
}

.focus\:border-l-slate-500\/45:focus{
  border-left-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(100 116 139 / 0.55);
}

.focus\:border-l-slate-500\/60:focus{
  border-left-color: rgb(100 116 139 / 0.6);
}

.focus\:border-l-slate-500\/65:focus{
  border-left-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(71 85 105 / 0.35);
}

.focus\:border-l-slate-600\/40:focus{
  border-left-color: rgb(71 85 105 / 0.4);
}

.focus\:border-l-slate-600\/45:focus{
  border-left-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(71 85 105 / 0.55);
}

.focus\:border-l-slate-600\/60:focus{
  border-left-color: rgb(71 85 105 / 0.6);
}

.focus\:border-l-slate-600\/65:focus{
  border-left-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(51 65 85 / 0.35);
}

.focus\:border-l-slate-700\/40:focus{
  border-left-color: rgb(51 65 85 / 0.4);
}

.focus\:border-l-slate-700\/45:focus{
  border-left-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(51 65 85 / 0.55);
}

.focus\:border-l-slate-700\/60:focus{
  border-left-color: rgb(51 65 85 / 0.6);
}

.focus\:border-l-slate-700\/65:focus{
  border-left-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(30 41 59 / 0.35);
}

.focus\:border-l-slate-800\/40:focus{
  border-left-color: rgb(30 41 59 / 0.4);
}

.focus\:border-l-slate-800\/45:focus{
  border-left-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(30 41 59 / 0.55);
}

.focus\:border-l-slate-800\/60:focus{
  border-left-color: rgb(30 41 59 / 0.6);
}

.focus\:border-l-slate-800\/65:focus{
  border-left-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(15 23 42 / 0.35);
}

.focus\:border-l-slate-900\/40:focus{
  border-left-color: rgb(15 23 42 / 0.4);
}

.focus\:border-l-slate-900\/45:focus{
  border-left-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(15 23 42 / 0.55);
}

.focus\:border-l-slate-900\/60:focus{
  border-left-color: rgb(15 23 42 / 0.6);
}

.focus\:border-l-slate-900\/65:focus{
  border-left-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(2 6 23 / 0.35);
}

.focus\:border-l-slate-950\/40:focus{
  border-left-color: rgb(2 6 23 / 0.4);
}

.focus\:border-l-slate-950\/45:focus{
  border-left-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(2 6 23 / 0.55);
}

.focus\:border-l-slate-950\/60:focus{
  border-left-color: rgb(2 6 23 / 0.6);
}

.focus\:border-l-slate-950\/65:focus{
  border-left-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 245 244 / 0.35);
}

.focus\:border-l-stone-100\/40:focus{
  border-left-color: rgb(245 245 244 / 0.4);
}

.focus\:border-l-stone-100\/45:focus{
  border-left-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 245 244 / 0.55);
}

.focus\:border-l-stone-100\/60:focus{
  border-left-color: rgb(245 245 244 / 0.6);
}

.focus\:border-l-stone-100\/65:focus{
  border-left-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(231 229 228 / 0.35);
}

.focus\:border-l-stone-200\/40:focus{
  border-left-color: rgb(231 229 228 / 0.4);
}

.focus\:border-l-stone-200\/45:focus{
  border-left-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(231 229 228 / 0.55);
}

.focus\:border-l-stone-200\/60:focus{
  border-left-color: rgb(231 229 228 / 0.6);
}

.focus\:border-l-stone-200\/65:focus{
  border-left-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(214 211 209 / 0.35);
}

.focus\:border-l-stone-300\/40:focus{
  border-left-color: rgb(214 211 209 / 0.4);
}

.focus\:border-l-stone-300\/45:focus{
  border-left-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(214 211 209 / 0.55);
}

.focus\:border-l-stone-300\/60:focus{
  border-left-color: rgb(214 211 209 / 0.6);
}

.focus\:border-l-stone-300\/65:focus{
  border-left-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(168 162 158 / 0.35);
}

.focus\:border-l-stone-400\/40:focus{
  border-left-color: rgb(168 162 158 / 0.4);
}

.focus\:border-l-stone-400\/45:focus{
  border-left-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(168 162 158 / 0.55);
}

.focus\:border-l-stone-400\/60:focus{
  border-left-color: rgb(168 162 158 / 0.6);
}

.focus\:border-l-stone-400\/65:focus{
  border-left-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 250 249 / 0.35);
}

.focus\:border-l-stone-50\/40:focus{
  border-left-color: rgb(250 250 249 / 0.4);
}

.focus\:border-l-stone-50\/45:focus{
  border-left-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 250 249 / 0.55);
}

.focus\:border-l-stone-50\/60:focus{
  border-left-color: rgb(250 250 249 / 0.6);
}

.focus\:border-l-stone-50\/65:focus{
  border-left-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(120 113 108 / 0.35);
}

.focus\:border-l-stone-500\/40:focus{
  border-left-color: rgb(120 113 108 / 0.4);
}

.focus\:border-l-stone-500\/45:focus{
  border-left-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(120 113 108 / 0.55);
}

.focus\:border-l-stone-500\/60:focus{
  border-left-color: rgb(120 113 108 / 0.6);
}

.focus\:border-l-stone-500\/65:focus{
  border-left-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(87 83 78 / 0.35);
}

.focus\:border-l-stone-600\/40:focus{
  border-left-color: rgb(87 83 78 / 0.4);
}

.focus\:border-l-stone-600\/45:focus{
  border-left-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(87 83 78 / 0.55);
}

.focus\:border-l-stone-600\/60:focus{
  border-left-color: rgb(87 83 78 / 0.6);
}

.focus\:border-l-stone-600\/65:focus{
  border-left-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(68 64 60 / 0.35);
}

.focus\:border-l-stone-700\/40:focus{
  border-left-color: rgb(68 64 60 / 0.4);
}

.focus\:border-l-stone-700\/45:focus{
  border-left-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(68 64 60 / 0.55);
}

.focus\:border-l-stone-700\/60:focus{
  border-left-color: rgb(68 64 60 / 0.6);
}

.focus\:border-l-stone-700\/65:focus{
  border-left-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(41 37 36 / 0.35);
}

.focus\:border-l-stone-800\/40:focus{
  border-left-color: rgb(41 37 36 / 0.4);
}

.focus\:border-l-stone-800\/45:focus{
  border-left-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(41 37 36 / 0.55);
}

.focus\:border-l-stone-800\/60:focus{
  border-left-color: rgb(41 37 36 / 0.6);
}

.focus\:border-l-stone-800\/65:focus{
  border-left-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(28 25 23 / 0.35);
}

.focus\:border-l-stone-900\/40:focus{
  border-left-color: rgb(28 25 23 / 0.4);
}

.focus\:border-l-stone-900\/45:focus{
  border-left-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(28 25 23 / 0.55);
}

.focus\:border-l-stone-900\/60:focus{
  border-left-color: rgb(28 25 23 / 0.6);
}

.focus\:border-l-stone-900\/65:focus{
  border-left-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(12 10 9 / 0.35);
}

.focus\:border-l-stone-950\/40:focus{
  border-left-color: rgb(12 10 9 / 0.4);
}

.focus\:border-l-stone-950\/45:focus{
  border-left-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(12 10 9 / 0.55);
}

.focus\:border-l-stone-950\/60:focus{
  border-left-color: rgb(12 10 9 / 0.6);
}

.focus\:border-l-stone-950\/65:focus{
  border-left-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.focus\:border-l-success\/0:focus{
  border-left-color: rgb(7 196 149 / 0);
}

.focus\:border-l-success\/10:focus{
  border-left-color: rgb(7 196 149 / 0.1);
}

.focus\:border-l-success\/100:focus{
  border-left-color: rgb(7 196 149 / 1);
}

.focus\:border-l-success\/15:focus{
  border-left-color: rgb(7 196 149 / 0.15);
}

.focus\:border-l-success\/20:focus{
  border-left-color: rgb(7 196 149 / 0.2);
}

.focus\:border-l-success\/25:focus{
  border-left-color: rgb(7 196 149 / 0.25);
}

.focus\:border-l-success\/30:focus{
  border-left-color: rgb(7 196 149 / 0.3);
}

.focus\:border-l-success\/35:focus{
  border-left-color: rgb(7 196 149 / 0.35);
}

.focus\:border-l-success\/40:focus{
  border-left-color: rgb(7 196 149 / 0.4);
}

.focus\:border-l-success\/45:focus{
  border-left-color: rgb(7 196 149 / 0.45);
}

.focus\:border-l-success\/5:focus{
  border-left-color: rgb(7 196 149 / 0.05);
}

.focus\:border-l-success\/50:focus{
  border-left-color: rgb(7 196 149 / 0.5);
}

.focus\:border-l-success\/55:focus{
  border-left-color: rgb(7 196 149 / 0.55);
}

.focus\:border-l-success\/60:focus{
  border-left-color: rgb(7 196 149 / 0.6);
}

.focus\:border-l-success\/65:focus{
  border-left-color: rgb(7 196 149 / 0.65);
}

.focus\:border-l-success\/70:focus{
  border-left-color: rgb(7 196 149 / 0.7);
}

.focus\:border-l-success\/75:focus{
  border-left-color: rgb(7 196 149 / 0.75);
}

.focus\:border-l-success\/80:focus{
  border-left-color: rgb(7 196 149 / 0.8);
}

.focus\:border-l-success\/85:focus{
  border-left-color: rgb(7 196 149 / 0.85);
}

.focus\:border-l-success\/90:focus{
  border-left-color: rgb(7 196 149 / 0.9);
}

.focus\:border-l-success\/95:focus{
  border-left-color: rgb(7 196 149 / 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\/15:focus{
  border-left-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(204 251 241 / 0.35);
}

.focus\:border-l-teal-100\/40:focus{
  border-left-color: rgb(204 251 241 / 0.4);
}

.focus\:border-l-teal-100\/45:focus{
  border-left-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(204 251 241 / 0.55);
}

.focus\:border-l-teal-100\/60:focus{
  border-left-color: rgb(204 251 241 / 0.6);
}

.focus\:border-l-teal-100\/65:focus{
  border-left-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(153 246 228 / 0.35);
}

.focus\:border-l-teal-200\/40:focus{
  border-left-color: rgb(153 246 228 / 0.4);
}

.focus\:border-l-teal-200\/45:focus{
  border-left-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(153 246 228 / 0.55);
}

.focus\:border-l-teal-200\/60:focus{
  border-left-color: rgb(153 246 228 / 0.6);
}

.focus\:border-l-teal-200\/65:focus{
  border-left-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(94 234 212 / 0.35);
}

.focus\:border-l-teal-300\/40:focus{
  border-left-color: rgb(94 234 212 / 0.4);
}

.focus\:border-l-teal-300\/45:focus{
  border-left-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(94 234 212 / 0.55);
}

.focus\:border-l-teal-300\/60:focus{
  border-left-color: rgb(94 234 212 / 0.6);
}

.focus\:border-l-teal-300\/65:focus{
  border-left-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(45 212 191 / 0.35);
}

.focus\:border-l-teal-400\/40:focus{
  border-left-color: rgb(45 212 191 / 0.4);
}

.focus\:border-l-teal-400\/45:focus{
  border-left-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(45 212 191 / 0.55);
}

.focus\:border-l-teal-400\/60:focus{
  border-left-color: rgb(45 212 191 / 0.6);
}

.focus\:border-l-teal-400\/65:focus{
  border-left-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(240 253 250 / 0.35);
}

.focus\:border-l-teal-50\/40:focus{
  border-left-color: rgb(240 253 250 / 0.4);
}

.focus\:border-l-teal-50\/45:focus{
  border-left-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(240 253 250 / 0.55);
}

.focus\:border-l-teal-50\/60:focus{
  border-left-color: rgb(240 253 250 / 0.6);
}

.focus\:border-l-teal-50\/65:focus{
  border-left-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(20 184 166 / 0.35);
}

.focus\:border-l-teal-500\/40:focus{
  border-left-color: rgb(20 184 166 / 0.4);
}

.focus\:border-l-teal-500\/45:focus{
  border-left-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(20 184 166 / 0.55);
}

.focus\:border-l-teal-500\/60:focus{
  border-left-color: rgb(20 184 166 / 0.6);
}

.focus\:border-l-teal-500\/65:focus{
  border-left-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(13 148 136 / 0.35);
}

.focus\:border-l-teal-600\/40:focus{
  border-left-color: rgb(13 148 136 / 0.4);
}

.focus\:border-l-teal-600\/45:focus{
  border-left-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(13 148 136 / 0.55);
}

.focus\:border-l-teal-600\/60:focus{
  border-left-color: rgb(13 148 136 / 0.6);
}

.focus\:border-l-teal-600\/65:focus{
  border-left-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(15 118 110 / 0.35);
}

.focus\:border-l-teal-700\/40:focus{
  border-left-color: rgb(15 118 110 / 0.4);
}

.focus\:border-l-teal-700\/45:focus{
  border-left-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(15 118 110 / 0.55);
}

.focus\:border-l-teal-700\/60:focus{
  border-left-color: rgb(15 118 110 / 0.6);
}

.focus\:border-l-teal-700\/65:focus{
  border-left-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(17 94 89 / 0.35);
}

.focus\:border-l-teal-800\/40:focus{
  border-left-color: rgb(17 94 89 / 0.4);
}

.focus\:border-l-teal-800\/45:focus{
  border-left-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(17 94 89 / 0.55);
}

.focus\:border-l-teal-800\/60:focus{
  border-left-color: rgb(17 94 89 / 0.6);
}

.focus\:border-l-teal-800\/65:focus{
  border-left-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(19 78 74 / 0.35);
}

.focus\:border-l-teal-900\/40:focus{
  border-left-color: rgb(19 78 74 / 0.4);
}

.focus\:border-l-teal-900\/45:focus{
  border-left-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(19 78 74 / 0.55);
}

.focus\:border-l-teal-900\/60:focus{
  border-left-color: rgb(19 78 74 / 0.6);
}

.focus\:border-l-teal-900\/65:focus{
  border-left-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(4 47 46 / 0.35);
}

.focus\:border-l-teal-950\/40:focus{
  border-left-color: rgb(4 47 46 / 0.4);
}

.focus\:border-l-teal-950\/45:focus{
  border-left-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(4 47 46 / 0.55);
}

.focus\:border-l-teal-950\/60:focus{
  border-left-color: rgb(4 47 46 / 0.6);
}

.focus\:border-l-teal-950\/65:focus{
  border-left-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.focus\:border-l-tertiary-hover:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.focus\:border-l-tertiary-hover\/0:focus{
  border-left-color: rgb(20 123 223 / 0);
}

.focus\:border-l-tertiary-hover\/10:focus{
  border-left-color: rgb(20 123 223 / 0.1);
}

.focus\:border-l-tertiary-hover\/100:focus{
  border-left-color: rgb(20 123 223 / 1);
}

.focus\:border-l-tertiary-hover\/15:focus{
  border-left-color: rgb(20 123 223 / 0.15);
}

.focus\:border-l-tertiary-hover\/20:focus{
  border-left-color: rgb(20 123 223 / 0.2);
}

.focus\:border-l-tertiary-hover\/25:focus{
  border-left-color: rgb(20 123 223 / 0.25);
}

.focus\:border-l-tertiary-hover\/30:focus{
  border-left-color: rgb(20 123 223 / 0.3);
}

.focus\:border-l-tertiary-hover\/35:focus{
  border-left-color: rgb(20 123 223 / 0.35);
}

.focus\:border-l-tertiary-hover\/40:focus{
  border-left-color: rgb(20 123 223 / 0.4);
}

.focus\:border-l-tertiary-hover\/45:focus{
  border-left-color: rgb(20 123 223 / 0.45);
}

.focus\:border-l-tertiary-hover\/5:focus{
  border-left-color: rgb(20 123 223 / 0.05);
}

.focus\:border-l-tertiary-hover\/50:focus{
  border-left-color: rgb(20 123 223 / 0.5);
}

.focus\:border-l-tertiary-hover\/55:focus{
  border-left-color: rgb(20 123 223 / 0.55);
}

.focus\:border-l-tertiary-hover\/60:focus{
  border-left-color: rgb(20 123 223 / 0.6);
}

.focus\:border-l-tertiary-hover\/65:focus{
  border-left-color: rgb(20 123 223 / 0.65);
}

.focus\:border-l-tertiary-hover\/70:focus{
  border-left-color: rgb(20 123 223 / 0.7);
}

.focus\:border-l-tertiary-hover\/75:focus{
  border-left-color: rgb(20 123 223 / 0.75);
}

.focus\:border-l-tertiary-hover\/80:focus{
  border-left-color: rgb(20 123 223 / 0.8);
}

.focus\:border-l-tertiary-hover\/85:focus{
  border-left-color: rgb(20 123 223 / 0.85);
}

.focus\:border-l-tertiary-hover\/90:focus{
  border-left-color: rgb(20 123 223 / 0.9);
}

.focus\:border-l-tertiary-hover\/95:focus{
  border-left-color: rgb(20 123 223 / 0.95);
}

.focus\:border-l-tertiary\/0:focus{
  border-left-color: rgb(22 137 252 / 0);
}

.focus\:border-l-tertiary\/10:focus{
  border-left-color: rgb(22 137 252 / 0.1);
}

.focus\:border-l-tertiary\/100:focus{
  border-left-color: rgb(22 137 252 / 1);
}

.focus\:border-l-tertiary\/15:focus{
  border-left-color: rgb(22 137 252 / 0.15);
}

.focus\:border-l-tertiary\/20:focus{
  border-left-color: rgb(22 137 252 / 0.2);
}

.focus\:border-l-tertiary\/25:focus{
  border-left-color: rgb(22 137 252 / 0.25);
}

.focus\:border-l-tertiary\/30:focus{
  border-left-color: rgb(22 137 252 / 0.3);
}

.focus\:border-l-tertiary\/35:focus{
  border-left-color: rgb(22 137 252 / 0.35);
}

.focus\:border-l-tertiary\/40:focus{
  border-left-color: rgb(22 137 252 / 0.4);
}

.focus\:border-l-tertiary\/45:focus{
  border-left-color: rgb(22 137 252 / 0.45);
}

.focus\:border-l-tertiary\/5:focus{
  border-left-color: rgb(22 137 252 / 0.05);
}

.focus\:border-l-tertiary\/50:focus{
  border-left-color: rgb(22 137 252 / 0.5);
}

.focus\:border-l-tertiary\/55:focus{
  border-left-color: rgb(22 137 252 / 0.55);
}

.focus\:border-l-tertiary\/60:focus{
  border-left-color: rgb(22 137 252 / 0.6);
}

.focus\:border-l-tertiary\/65:focus{
  border-left-color: rgb(22 137 252 / 0.65);
}

.focus\:border-l-tertiary\/70:focus{
  border-left-color: rgb(22 137 252 / 0.7);
}

.focus\:border-l-tertiary\/75:focus{
  border-left-color: rgb(22 137 252 / 0.75);
}

.focus\:border-l-tertiary\/80:focus{
  border-left-color: rgb(22 137 252 / 0.8);
}

.focus\:border-l-tertiary\/85:focus{
  border-left-color: rgb(22 137 252 / 0.85);
}

.focus\:border-l-tertiary\/90:focus{
  border-left-color: rgb(22 137 252 / 0.9);
}

.focus\:border-l-tertiary\/95:focus{
  border-left-color: rgb(22 137 252 / 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\/15:focus{
  border-left-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(0 0 0 / 0.35);
}

.focus\:border-l-transparent\/40:focus{
  border-left-color: rgb(0 0 0 / 0.4);
}

.focus\:border-l-transparent\/45:focus{
  border-left-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(0 0 0 / 0.55);
}

.focus\:border-l-transparent\/60:focus{
  border-left-color: rgb(0 0 0 / 0.6);
}

.focus\:border-l-transparent\/65:focus{
  border-left-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  border-left-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(237 233 254 / 0.35);
}

.focus\:border-l-violet-100\/40:focus{
  border-left-color: rgb(237 233 254 / 0.4);
}

.focus\:border-l-violet-100\/45:focus{
  border-left-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(237 233 254 / 0.55);
}

.focus\:border-l-violet-100\/60:focus{
  border-left-color: rgb(237 233 254 / 0.6);
}

.focus\:border-l-violet-100\/65:focus{
  border-left-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(221 214 254 / 0.35);
}

.focus\:border-l-violet-200\/40:focus{
  border-left-color: rgb(221 214 254 / 0.4);
}

.focus\:border-l-violet-200\/45:focus{
  border-left-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(221 214 254 / 0.55);
}

.focus\:border-l-violet-200\/60:focus{
  border-left-color: rgb(221 214 254 / 0.6);
}

.focus\:border-l-violet-200\/65:focus{
  border-left-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(196 181 253 / 0.35);
}

.focus\:border-l-violet-300\/40:focus{
  border-left-color: rgb(196 181 253 / 0.4);
}

.focus\:border-l-violet-300\/45:focus{
  border-left-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(196 181 253 / 0.55);
}

.focus\:border-l-violet-300\/60:focus{
  border-left-color: rgb(196 181 253 / 0.6);
}

.focus\:border-l-violet-300\/65:focus{
  border-left-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(167 139 250 / 0.35);
}

.focus\:border-l-violet-400\/40:focus{
  border-left-color: rgb(167 139 250 / 0.4);
}

.focus\:border-l-violet-400\/45:focus{
  border-left-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(167 139 250 / 0.55);
}

.focus\:border-l-violet-400\/60:focus{
  border-left-color: rgb(167 139 250 / 0.6);
}

.focus\:border-l-violet-400\/65:focus{
  border-left-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(245 243 255 / 0.35);
}

.focus\:border-l-violet-50\/40:focus{
  border-left-color: rgb(245 243 255 / 0.4);
}

.focus\:border-l-violet-50\/45:focus{
  border-left-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(245 243 255 / 0.55);
}

.focus\:border-l-violet-50\/60:focus{
  border-left-color: rgb(245 243 255 / 0.6);
}

.focus\:border-l-violet-50\/65:focus{
  border-left-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(139 92 246 / 0.35);
}

.focus\:border-l-violet-500\/40:focus{
  border-left-color: rgb(139 92 246 / 0.4);
}

.focus\:border-l-violet-500\/45:focus{
  border-left-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(139 92 246 / 0.55);
}

.focus\:border-l-violet-500\/60:focus{
  border-left-color: rgb(139 92 246 / 0.6);
}

.focus\:border-l-violet-500\/65:focus{
  border-left-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(124 58 237 / 0.35);
}

.focus\:border-l-violet-600\/40:focus{
  border-left-color: rgb(124 58 237 / 0.4);
}

.focus\:border-l-violet-600\/45:focus{
  border-left-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(124 58 237 / 0.55);
}

.focus\:border-l-violet-600\/60:focus{
  border-left-color: rgb(124 58 237 / 0.6);
}

.focus\:border-l-violet-600\/65:focus{
  border-left-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(109 40 217 / 0.35);
}

.focus\:border-l-violet-700\/40:focus{
  border-left-color: rgb(109 40 217 / 0.4);
}

.focus\:border-l-violet-700\/45:focus{
  border-left-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(109 40 217 / 0.55);
}

.focus\:border-l-violet-700\/60:focus{
  border-left-color: rgb(109 40 217 / 0.6);
}

.focus\:border-l-violet-700\/65:focus{
  border-left-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(91 33 182 / 0.35);
}

.focus\:border-l-violet-800\/40:focus{
  border-left-color: rgb(91 33 182 / 0.4);
}

.focus\:border-l-violet-800\/45:focus{
  border-left-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(91 33 182 / 0.55);
}

.focus\:border-l-violet-800\/60:focus{
  border-left-color: rgb(91 33 182 / 0.6);
}

.focus\:border-l-violet-800\/65:focus{
  border-left-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(76 29 149 / 0.35);
}

.focus\:border-l-violet-900\/40:focus{
  border-left-color: rgb(76 29 149 / 0.4);
}

.focus\:border-l-violet-900\/45:focus{
  border-left-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(76 29 149 / 0.55);
}

.focus\:border-l-violet-900\/60:focus{
  border-left-color: rgb(76 29 149 / 0.6);
}

.focus\:border-l-violet-900\/65:focus{
  border-left-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(46 16 101 / 0.35);
}

.focus\:border-l-violet-950\/40:focus{
  border-left-color: rgb(46 16 101 / 0.4);
}

.focus\:border-l-violet-950\/45:focus{
  border-left-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(46 16 101 / 0.55);
}

.focus\:border-l-violet-950\/60:focus{
  border-left-color: rgb(46 16 101 / 0.6);
}

.focus\:border-l-violet-950\/65:focus{
  border-left-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(255 255 255 / 0.35);
}

.focus\:border-l-white\/40:focus{
  border-left-color: rgb(255 255 255 / 0.4);
}

.focus\:border-l-white\/45:focus{
  border-left-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(255 255 255 / 0.55);
}

.focus\:border-l-white\/60:focus{
  border-left-color: rgb(255 255 255 / 0.6);
}

.focus\:border-l-white\/65:focus{
  border-left-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  border-left-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 249 195 / 0.35);
}

.focus\:border-l-yellow-100\/40:focus{
  border-left-color: rgb(254 249 195 / 0.4);
}

.focus\:border-l-yellow-100\/45:focus{
  border-left-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 249 195 / 0.55);
}

.focus\:border-l-yellow-100\/60:focus{
  border-left-color: rgb(254 249 195 / 0.6);
}

.focus\:border-l-yellow-100\/65:focus{
  border-left-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 240 138 / 0.35);
}

.focus\:border-l-yellow-200\/40:focus{
  border-left-color: rgb(254 240 138 / 0.4);
}

.focus\:border-l-yellow-200\/45:focus{
  border-left-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 240 138 / 0.55);
}

.focus\:border-l-yellow-200\/60:focus{
  border-left-color: rgb(254 240 138 / 0.6);
}

.focus\:border-l-yellow-200\/65:focus{
  border-left-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(253 224 71 / 0.35);
}

.focus\:border-l-yellow-300\/40:focus{
  border-left-color: rgb(253 224 71 / 0.4);
}

.focus\:border-l-yellow-300\/45:focus{
  border-left-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(253 224 71 / 0.55);
}

.focus\:border-l-yellow-300\/60:focus{
  border-left-color: rgb(253 224 71 / 0.6);
}

.focus\:border-l-yellow-300\/65:focus{
  border-left-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 204 21 / 0.35);
}

.focus\:border-l-yellow-400\/40:focus{
  border-left-color: rgb(250 204 21 / 0.4);
}

.focus\:border-l-yellow-400\/45:focus{
  border-left-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 204 21 / 0.55);
}

.focus\:border-l-yellow-400\/60:focus{
  border-left-color: rgb(250 204 21 / 0.6);
}

.focus\:border-l-yellow-400\/65:focus{
  border-left-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(254 252 232 / 0.35);
}

.focus\:border-l-yellow-50\/40:focus{
  border-left-color: rgb(254 252 232 / 0.4);
}

.focus\:border-l-yellow-50\/45:focus{
  border-left-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(254 252 232 / 0.55);
}

.focus\:border-l-yellow-50\/60:focus{
  border-left-color: rgb(254 252 232 / 0.6);
}

.focus\:border-l-yellow-50\/65:focus{
  border-left-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(234 179 8 / 0.35);
}

.focus\:border-l-yellow-500\/40:focus{
  border-left-color: rgb(234 179 8 / 0.4);
}

.focus\:border-l-yellow-500\/45:focus{
  border-left-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(234 179 8 / 0.55);
}

.focus\:border-l-yellow-500\/60:focus{
  border-left-color: rgb(234 179 8 / 0.6);
}

.focus\:border-l-yellow-500\/65:focus{
  border-left-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(202 138 4 / 0.35);
}

.focus\:border-l-yellow-600\/40:focus{
  border-left-color: rgb(202 138 4 / 0.4);
}

.focus\:border-l-yellow-600\/45:focus{
  border-left-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(202 138 4 / 0.55);
}

.focus\:border-l-yellow-600\/60:focus{
  border-left-color: rgb(202 138 4 / 0.6);
}

.focus\:border-l-yellow-600\/65:focus{
  border-left-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(161 98 7 / 0.35);
}

.focus\:border-l-yellow-700\/40:focus{
  border-left-color: rgb(161 98 7 / 0.4);
}

.focus\:border-l-yellow-700\/45:focus{
  border-left-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(161 98 7 / 0.55);
}

.focus\:border-l-yellow-700\/60:focus{
  border-left-color: rgb(161 98 7 / 0.6);
}

.focus\:border-l-yellow-700\/65:focus{
  border-left-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(133 77 14 / 0.35);
}

.focus\:border-l-yellow-800\/40:focus{
  border-left-color: rgb(133 77 14 / 0.4);
}

.focus\:border-l-yellow-800\/45:focus{
  border-left-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(133 77 14 / 0.55);
}

.focus\:border-l-yellow-800\/60:focus{
  border-left-color: rgb(133 77 14 / 0.6);
}

.focus\:border-l-yellow-800\/65:focus{
  border-left-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(113 63 18 / 0.35);
}

.focus\:border-l-yellow-900\/40:focus{
  border-left-color: rgb(113 63 18 / 0.4);
}

.focus\:border-l-yellow-900\/45:focus{
  border-left-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(113 63 18 / 0.55);
}

.focus\:border-l-yellow-900\/60:focus{
  border-left-color: rgb(113 63 18 / 0.6);
}

.focus\:border-l-yellow-900\/65:focus{
  border-left-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(66 32 6 / 0.35);
}

.focus\:border-l-yellow-950\/40:focus{
  border-left-color: rgb(66 32 6 / 0.4);
}

.focus\:border-l-yellow-950\/45:focus{
  border-left-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(66 32 6 / 0.55);
}

.focus\:border-l-yellow-950\/60:focus{
  border-left-color: rgb(66 32 6 / 0.6);
}

.focus\:border-l-yellow-950\/65:focus{
  border-left-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(244 244 245 / 0.35);
}

.focus\:border-l-zinc-100\/40:focus{
  border-left-color: rgb(244 244 245 / 0.4);
}

.focus\:border-l-zinc-100\/45:focus{
  border-left-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(244 244 245 / 0.55);
}

.focus\:border-l-zinc-100\/60:focus{
  border-left-color: rgb(244 244 245 / 0.6);
}

.focus\:border-l-zinc-100\/65:focus{
  border-left-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(228 228 231 / 0.35);
}

.focus\:border-l-zinc-200\/40:focus{
  border-left-color: rgb(228 228 231 / 0.4);
}

.focus\:border-l-zinc-200\/45:focus{
  border-left-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(228 228 231 / 0.55);
}

.focus\:border-l-zinc-200\/60:focus{
  border-left-color: rgb(228 228 231 / 0.6);
}

.focus\:border-l-zinc-200\/65:focus{
  border-left-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(212 212 216 / 0.35);
}

.focus\:border-l-zinc-300\/40:focus{
  border-left-color: rgb(212 212 216 / 0.4);
}

.focus\:border-l-zinc-300\/45:focus{
  border-left-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(212 212 216 / 0.55);
}

.focus\:border-l-zinc-300\/60:focus{
  border-left-color: rgb(212 212 216 / 0.6);
}

.focus\:border-l-zinc-300\/65:focus{
  border-left-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(161 161 170 / 0.35);
}

.focus\:border-l-zinc-400\/40:focus{
  border-left-color: rgb(161 161 170 / 0.4);
}

.focus\:border-l-zinc-400\/45:focus{
  border-left-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(161 161 170 / 0.55);
}

.focus\:border-l-zinc-400\/60:focus{
  border-left-color: rgb(161 161 170 / 0.6);
}

.focus\:border-l-zinc-400\/65:focus{
  border-left-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(250 250 250 / 0.35);
}

.focus\:border-l-zinc-50\/40:focus{
  border-left-color: rgb(250 250 250 / 0.4);
}

.focus\:border-l-zinc-50\/45:focus{
  border-left-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(250 250 250 / 0.55);
}

.focus\:border-l-zinc-50\/60:focus{
  border-left-color: rgb(250 250 250 / 0.6);
}

.focus\:border-l-zinc-50\/65:focus{
  border-left-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(113 113 122 / 0.35);
}

.focus\:border-l-zinc-500\/40:focus{
  border-left-color: rgb(113 113 122 / 0.4);
}

.focus\:border-l-zinc-500\/45:focus{
  border-left-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(113 113 122 / 0.55);
}

.focus\:border-l-zinc-500\/60:focus{
  border-left-color: rgb(113 113 122 / 0.6);
}

.focus\:border-l-zinc-500\/65:focus{
  border-left-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(82 82 91 / 0.35);
}

.focus\:border-l-zinc-600\/40:focus{
  border-left-color: rgb(82 82 91 / 0.4);
}

.focus\:border-l-zinc-600\/45:focus{
  border-left-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(82 82 91 / 0.55);
}

.focus\:border-l-zinc-600\/60:focus{
  border-left-color: rgb(82 82 91 / 0.6);
}

.focus\:border-l-zinc-600\/65:focus{
  border-left-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(63 63 70 / 0.35);
}

.focus\:border-l-zinc-700\/40:focus{
  border-left-color: rgb(63 63 70 / 0.4);
}

.focus\:border-l-zinc-700\/45:focus{
  border-left-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(63 63 70 / 0.55);
}

.focus\:border-l-zinc-700\/60:focus{
  border-left-color: rgb(63 63 70 / 0.6);
}

.focus\:border-l-zinc-700\/65:focus{
  border-left-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(39 39 42 / 0.35);
}

.focus\:border-l-zinc-800\/40:focus{
  border-left-color: rgb(39 39 42 / 0.4);
}

.focus\:border-l-zinc-800\/45:focus{
  border-left-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(39 39 42 / 0.55);
}

.focus\:border-l-zinc-800\/60:focus{
  border-left-color: rgb(39 39 42 / 0.6);
}

.focus\:border-l-zinc-800\/65:focus{
  border-left-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(24 24 27 / 0.35);
}

.focus\:border-l-zinc-900\/40:focus{
  border-left-color: rgb(24 24 27 / 0.4);
}

.focus\:border-l-zinc-900\/45:focus{
  border-left-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(24 24 27 / 0.55);
}

.focus\:border-l-zinc-900\/60:focus{
  border-left-color: rgb(24 24 27 / 0.6);
}

.focus\:border-l-zinc-900\/65:focus{
  border-left-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  border-left-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  border-left-color: rgb(9 9 11 / 0.35);
}

.focus\:border-l-zinc-950\/40:focus{
  border-left-color: rgb(9 9 11 / 0.4);
}

.focus\:border-l-zinc-950\/45:focus{
  border-left-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  border-left-color: rgb(9 9 11 / 0.55);
}

.focus\:border-l-zinc-950\/60:focus{
  border-left-color: rgb(9 9 11 / 0.6);
}

.focus\:border-l-zinc-950\/65:focus{
  border-left-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  border-left-color: rgb(9 9 11 / 0.85);
}

.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-accent:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.focus\:border-r-accent\/0:focus{
  border-right-color: rgb(70 109 148 / 0);
}

.focus\:border-r-accent\/10:focus{
  border-right-color: rgb(70 109 148 / 0.1);
}

.focus\:border-r-accent\/100:focus{
  border-right-color: rgb(70 109 148 / 1);
}

.focus\:border-r-accent\/15:focus{
  border-right-color: rgb(70 109 148 / 0.15);
}

.focus\:border-r-accent\/20:focus{
  border-right-color: rgb(70 109 148 / 0.2);
}

.focus\:border-r-accent\/25:focus{
  border-right-color: rgb(70 109 148 / 0.25);
}

.focus\:border-r-accent\/30:focus{
  border-right-color: rgb(70 109 148 / 0.3);
}

.focus\:border-r-accent\/35:focus{
  border-right-color: rgb(70 109 148 / 0.35);
}

.focus\:border-r-accent\/40:focus{
  border-right-color: rgb(70 109 148 / 0.4);
}

.focus\:border-r-accent\/45:focus{
  border-right-color: rgb(70 109 148 / 0.45);
}

.focus\:border-r-accent\/5:focus{
  border-right-color: rgb(70 109 148 / 0.05);
}

.focus\:border-r-accent\/50:focus{
  border-right-color: rgb(70 109 148 / 0.5);
}

.focus\:border-r-accent\/55:focus{
  border-right-color: rgb(70 109 148 / 0.55);
}

.focus\:border-r-accent\/60:focus{
  border-right-color: rgb(70 109 148 / 0.6);
}

.focus\:border-r-accent\/65:focus{
  border-right-color: rgb(70 109 148 / 0.65);
}

.focus\:border-r-accent\/70:focus{
  border-right-color: rgb(70 109 148 / 0.7);
}

.focus\:border-r-accent\/75:focus{
  border-right-color: rgb(70 109 148 / 0.75);
}

.focus\:border-r-accent\/80:focus{
  border-right-color: rgb(70 109 148 / 0.8);
}

.focus\:border-r-accent\/85:focus{
  border-right-color: rgb(70 109 148 / 0.85);
}

.focus\:border-r-accent\/90:focus{
  border-right-color: rgb(70 109 148 / 0.9);
}

.focus\:border-r-accent\/95:focus{
  border-right-color: rgb(70 109 148 / 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\/15:focus{
  border-right-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(254 243 199 / 0.35);
}

.focus\:border-r-amber-100\/40:focus{
  border-right-color: rgb(254 243 199 / 0.4);
}

.focus\:border-r-amber-100\/45:focus{
  border-right-color: rgb(254 243 199 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(254 243 199 / 0.55);
}

.focus\:border-r-amber-100\/60:focus{
  border-right-color: rgb(254 243 199 / 0.6);
}

.focus\:border-r-amber-100\/65:focus{
  border-right-color: rgb(254 243 199 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(253 230 138 / 0.35);
}

.focus\:border-r-amber-200\/40:focus{
  border-right-color: rgb(253 230 138 / 0.4);
}

.focus\:border-r-amber-200\/45:focus{
  border-right-color: rgb(253 230 138 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(253 230 138 / 0.55);
}

.focus\:border-r-amber-200\/60:focus{
  border-right-color: rgb(253 230 138 / 0.6);
}

.focus\:border-r-amber-200\/65:focus{
  border-right-color: rgb(253 230 138 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(252 211 77 / 0.35);
}

.focus\:border-r-amber-300\/40:focus{
  border-right-color: rgb(252 211 77 / 0.4);
}

.focus\:border-r-amber-300\/45:focus{
  border-right-color: rgb(252 211 77 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(252 211 77 / 0.55);
}

.focus\:border-r-amber-300\/60:focus{
  border-right-color: rgb(252 211 77 / 0.6);
}

.focus\:border-r-amber-300\/65:focus{
  border-right-color: rgb(252 211 77 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(251 191 36 / 0.35);
}

.focus\:border-r-amber-400\/40:focus{
  border-right-color: rgb(251 191 36 / 0.4);
}

.focus\:border-r-amber-400\/45:focus{
  border-right-color: rgb(251 191 36 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(251 191 36 / 0.55);
}

.focus\:border-r-amber-400\/60:focus{
  border-right-color: rgb(251 191 36 / 0.6);
}

.focus\:border-r-amber-400\/65:focus{
  border-right-color: rgb(251 191 36 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(255 251 235 / 0.35);
}

.focus\:border-r-amber-50\/40:focus{
  border-right-color: rgb(255 251 235 / 0.4);
}

.focus\:border-r-amber-50\/45:focus{
  border-right-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(255 251 235 / 0.55);
}

.focus\:border-r-amber-50\/60:focus{
  border-right-color: rgb(255 251 235 / 0.6);
}

.focus\:border-r-amber-50\/65:focus{
  border-right-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(245 158 11 / 0.35);
}

.focus\:border-r-amber-500\/40:focus{
  border-right-color: rgb(245 158 11 / 0.4);
}

.focus\:border-r-amber-500\/45:focus{
  border-right-color: rgb(245 158 11 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(245 158 11 / 0.55);
}

.focus\:border-r-amber-500\/60:focus{
  border-right-color: rgb(245 158 11 / 0.6);
}

.focus\:border-r-amber-500\/65:focus{
  border-right-color: rgb(245 158 11 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(217 119 6 / 0.35);
}

.focus\:border-r-amber-600\/40:focus{
  border-right-color: rgb(217 119 6 / 0.4);
}

.focus\:border-r-amber-600\/45:focus{
  border-right-color: rgb(217 119 6 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(217 119 6 / 0.55);
}

.focus\:border-r-amber-600\/60:focus{
  border-right-color: rgb(217 119 6 / 0.6);
}

.focus\:border-r-amber-600\/65:focus{
  border-right-color: rgb(217 119 6 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(180 83 9 / 0.35);
}

.focus\:border-r-amber-700\/40:focus{
  border-right-color: rgb(180 83 9 / 0.4);
}

.focus\:border-r-amber-700\/45:focus{
  border-right-color: rgb(180 83 9 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(180 83 9 / 0.55);
}

.focus\:border-r-amber-700\/60:focus{
  border-right-color: rgb(180 83 9 / 0.6);
}

.focus\:border-r-amber-700\/65:focus{
  border-right-color: rgb(180 83 9 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(146 64 14 / 0.35);
}

.focus\:border-r-amber-800\/40:focus{
  border-right-color: rgb(146 64 14 / 0.4);
}

.focus\:border-r-amber-800\/45:focus{
  border-right-color: rgb(146 64 14 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(146 64 14 / 0.55);
}

.focus\:border-r-amber-800\/60:focus{
  border-right-color: rgb(146 64 14 / 0.6);
}

.focus\:border-r-amber-800\/65:focus{
  border-right-color: rgb(146 64 14 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(120 53 15 / 0.35);
}

.focus\:border-r-amber-900\/40:focus{
  border-right-color: rgb(120 53 15 / 0.4);
}

.focus\:border-r-amber-900\/45:focus{
  border-right-color: rgb(120 53 15 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(120 53 15 / 0.55);
}

.focus\:border-r-amber-900\/60:focus{
  border-right-color: rgb(120 53 15 / 0.6);
}

.focus\:border-r-amber-900\/65:focus{
  border-right-color: rgb(120 53 15 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(69 26 3 / 0.35);
}

.focus\:border-r-amber-950\/40:focus{
  border-right-color: rgb(69 26 3 / 0.4);
}

.focus\:border-r-amber-950\/45:focus{
  border-right-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(69 26 3 / 0.55);
}

.focus\:border-r-amber-950\/60:focus{
  border-right-color: rgb(69 26 3 / 0.6);
}

.focus\:border-r-amber-950\/65:focus{
  border-right-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.focus\:border-r-background\/0:focus{
  border-right-color: rgb(245 246 250 / 0);
}

.focus\:border-r-background\/10:focus{
  border-right-color: rgb(245 246 250 / 0.1);
}

.focus\:border-r-background\/100:focus{
  border-right-color: rgb(245 246 250 / 1);
}

.focus\:border-r-background\/15:focus{
  border-right-color: rgb(245 246 250 / 0.15);
}

.focus\:border-r-background\/20:focus{
  border-right-color: rgb(245 246 250 / 0.2);
}

.focus\:border-r-background\/25:focus{
  border-right-color: rgb(245 246 250 / 0.25);
}

.focus\:border-r-background\/30:focus{
  border-right-color: rgb(245 246 250 / 0.3);
}

.focus\:border-r-background\/35:focus{
  border-right-color: rgb(245 246 250 / 0.35);
}

.focus\:border-r-background\/40:focus{
  border-right-color: rgb(245 246 250 / 0.4);
}

.focus\:border-r-background\/45:focus{
  border-right-color: rgb(245 246 250 / 0.45);
}

.focus\:border-r-background\/5:focus{
  border-right-color: rgb(245 246 250 / 0.05);
}

.focus\:border-r-background\/50:focus{
  border-right-color: rgb(245 246 250 / 0.5);
}

.focus\:border-r-background\/55:focus{
  border-right-color: rgb(245 246 250 / 0.55);
}

.focus\:border-r-background\/60:focus{
  border-right-color: rgb(245 246 250 / 0.6);
}

.focus\:border-r-background\/65:focus{
  border-right-color: rgb(245 246 250 / 0.65);
}

.focus\:border-r-background\/70:focus{
  border-right-color: rgb(245 246 250 / 0.7);
}

.focus\:border-r-background\/75:focus{
  border-right-color: rgb(245 246 250 / 0.75);
}

.focus\:border-r-background\/80:focus{
  border-right-color: rgb(245 246 250 / 0.8);
}

.focus\:border-r-background\/85:focus{
  border-right-color: rgb(245 246 250 / 0.85);
}

.focus\:border-r-background\/90:focus{
  border-right-color: rgb(245 246 250 / 0.9);
}

.focus\:border-r-background\/95:focus{
  border-right-color: rgb(245 246 250 / 0.95);
}

.focus\:border-r-black:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.focus\:border-r-black\/0:focus{
  border-right-color: rgb(41 44 53 / 0);
}

.focus\:border-r-black\/10:focus{
  border-right-color: rgb(41 44 53 / 0.1);
}

.focus\:border-r-black\/100:focus{
  border-right-color: rgb(41 44 53 / 1);
}

.focus\:border-r-black\/15:focus{
  border-right-color: rgb(41 44 53 / 0.15);
}

.focus\:border-r-black\/20:focus{
  border-right-color: rgb(41 44 53 / 0.2);
}

.focus\:border-r-black\/25:focus{
  border-right-color: rgb(41 44 53 / 0.25);
}

.focus\:border-r-black\/30:focus{
  border-right-color: rgb(41 44 53 / 0.3);
}

.focus\:border-r-black\/35:focus{
  border-right-color: rgb(41 44 53 / 0.35);
}

.focus\:border-r-black\/40:focus{
  border-right-color: rgb(41 44 53 / 0.4);
}

.focus\:border-r-black\/45:focus{
  border-right-color: rgb(41 44 53 / 0.45);
}

.focus\:border-r-black\/5:focus{
  border-right-color: rgb(41 44 53 / 0.05);
}

.focus\:border-r-black\/50:focus{
  border-right-color: rgb(41 44 53 / 0.5);
}

.focus\:border-r-black\/55:focus{
  border-right-color: rgb(41 44 53 / 0.55);
}

.focus\:border-r-black\/60:focus{
  border-right-color: rgb(41 44 53 / 0.6);
}

.focus\:border-r-black\/65:focus{
  border-right-color: rgb(41 44 53 / 0.65);
}

.focus\:border-r-black\/70:focus{
  border-right-color: rgb(41 44 53 / 0.7);
}

.focus\:border-r-black\/75:focus{
  border-right-color: rgb(41 44 53 / 0.75);
}

.focus\:border-r-black\/80:focus{
  border-right-color: rgb(41 44 53 / 0.8);
}

.focus\:border-r-black\/85:focus{
  border-right-color: rgb(41 44 53 / 0.85);
}

.focus\:border-r-black\/90:focus{
  border-right-color: rgb(41 44 53 / 0.9);
}

.focus\:border-r-black\/95:focus{
  border-right-color: rgb(41 44 53 / 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\/15:focus{
  border-right-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(219 234 254 / 0.35);
}

.focus\:border-r-blue-100\/40:focus{
  border-right-color: rgb(219 234 254 / 0.4);
}

.focus\:border-r-blue-100\/45:focus{
  border-right-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(219 234 254 / 0.55);
}

.focus\:border-r-blue-100\/60:focus{
  border-right-color: rgb(219 234 254 / 0.6);
}

.focus\:border-r-blue-100\/65:focus{
  border-right-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(191 219 254 / 0.35);
}

.focus\:border-r-blue-200\/40:focus{
  border-right-color: rgb(191 219 254 / 0.4);
}

.focus\:border-r-blue-200\/45:focus{
  border-right-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(191 219 254 / 0.55);
}

.focus\:border-r-blue-200\/60:focus{
  border-right-color: rgb(191 219 254 / 0.6);
}

.focus\:border-r-blue-200\/65:focus{
  border-right-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(147 197 253 / 0.35);
}

.focus\:border-r-blue-300\/40:focus{
  border-right-color: rgb(147 197 253 / 0.4);
}

.focus\:border-r-blue-300\/45:focus{
  border-right-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(147 197 253 / 0.55);
}

.focus\:border-r-blue-300\/60:focus{
  border-right-color: rgb(147 197 253 / 0.6);
}

.focus\:border-r-blue-300\/65:focus{
  border-right-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(96 165 250 / 0.35);
}

.focus\:border-r-blue-400\/40:focus{
  border-right-color: rgb(96 165 250 / 0.4);
}

.focus\:border-r-blue-400\/45:focus{
  border-right-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(96 165 250 / 0.55);
}

.focus\:border-r-blue-400\/60:focus{
  border-right-color: rgb(96 165 250 / 0.6);
}

.focus\:border-r-blue-400\/65:focus{
  border-right-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(239 246 255 / 0.35);
}

.focus\:border-r-blue-50\/40:focus{
  border-right-color: rgb(239 246 255 / 0.4);
}

.focus\:border-r-blue-50\/45:focus{
  border-right-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(239 246 255 / 0.55);
}

.focus\:border-r-blue-50\/60:focus{
  border-right-color: rgb(239 246 255 / 0.6);
}

.focus\:border-r-blue-50\/65:focus{
  border-right-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(59 130 246 / 0.35);
}

.focus\:border-r-blue-500\/40:focus{
  border-right-color: rgb(59 130 246 / 0.4);
}

.focus\:border-r-blue-500\/45:focus{
  border-right-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(59 130 246 / 0.55);
}

.focus\:border-r-blue-500\/60:focus{
  border-right-color: rgb(59 130 246 / 0.6);
}

.focus\:border-r-blue-500\/65:focus{
  border-right-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(37 99 235 / 0.35);
}

.focus\:border-r-blue-600\/40:focus{
  border-right-color: rgb(37 99 235 / 0.4);
}

.focus\:border-r-blue-600\/45:focus{
  border-right-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(37 99 235 / 0.55);
}

.focus\:border-r-blue-600\/60:focus{
  border-right-color: rgb(37 99 235 / 0.6);
}

.focus\:border-r-blue-600\/65:focus{
  border-right-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(29 78 216 / 0.35);
}

.focus\:border-r-blue-700\/40:focus{
  border-right-color: rgb(29 78 216 / 0.4);
}

.focus\:border-r-blue-700\/45:focus{
  border-right-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(29 78 216 / 0.55);
}

.focus\:border-r-blue-700\/60:focus{
  border-right-color: rgb(29 78 216 / 0.6);
}

.focus\:border-r-blue-700\/65:focus{
  border-right-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(30 64 175 / 0.35);
}

.focus\:border-r-blue-800\/40:focus{
  border-right-color: rgb(30 64 175 / 0.4);
}

.focus\:border-r-blue-800\/45:focus{
  border-right-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(30 64 175 / 0.55);
}

.focus\:border-r-blue-800\/60:focus{
  border-right-color: rgb(30 64 175 / 0.6);
}

.focus\:border-r-blue-800\/65:focus{
  border-right-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(30 58 138 / 0.35);
}

.focus\:border-r-blue-900\/40:focus{
  border-right-color: rgb(30 58 138 / 0.4);
}

.focus\:border-r-blue-900\/45:focus{
  border-right-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(30 58 138 / 0.55);
}

.focus\:border-r-blue-900\/60:focus{
  border-right-color: rgb(30 58 138 / 0.6);
}

.focus\:border-r-blue-900\/65:focus{
  border-right-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(23 37 84 / 0.35);
}

.focus\:border-r-blue-950\/40:focus{
  border-right-color: rgb(23 37 84 / 0.4);
}

.focus\:border-r-blue-950\/45:focus{
  border-right-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(23 37 84 / 0.55);
}

.focus\:border-r-blue-950\/60:focus{
  border-right-color: rgb(23 37 84 / 0.6);
}

.focus\:border-r-blue-950\/65:focus{
  border-right-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.focus\:border-r-csv-hover:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.focus\:border-r-csv-hover\/0:focus{
  border-right-color: rgb(0 114 37 / 0);
}

.focus\:border-r-csv-hover\/10:focus{
  border-right-color: rgb(0 114 37 / 0.1);
}

.focus\:border-r-csv-hover\/100:focus{
  border-right-color: rgb(0 114 37 / 1);
}

.focus\:border-r-csv-hover\/15:focus{
  border-right-color: rgb(0 114 37 / 0.15);
}

.focus\:border-r-csv-hover\/20:focus{
  border-right-color: rgb(0 114 37 / 0.2);
}

.focus\:border-r-csv-hover\/25:focus{
  border-right-color: rgb(0 114 37 / 0.25);
}

.focus\:border-r-csv-hover\/30:focus{
  border-right-color: rgb(0 114 37 / 0.3);
}

.focus\:border-r-csv-hover\/35:focus{
  border-right-color: rgb(0 114 37 / 0.35);
}

.focus\:border-r-csv-hover\/40:focus{
  border-right-color: rgb(0 114 37 / 0.4);
}

.focus\:border-r-csv-hover\/45:focus{
  border-right-color: rgb(0 114 37 / 0.45);
}

.focus\:border-r-csv-hover\/5:focus{
  border-right-color: rgb(0 114 37 / 0.05);
}

.focus\:border-r-csv-hover\/50:focus{
  border-right-color: rgb(0 114 37 / 0.5);
}

.focus\:border-r-csv-hover\/55:focus{
  border-right-color: rgb(0 114 37 / 0.55);
}

.focus\:border-r-csv-hover\/60:focus{
  border-right-color: rgb(0 114 37 / 0.6);
}

.focus\:border-r-csv-hover\/65:focus{
  border-right-color: rgb(0 114 37 / 0.65);
}

.focus\:border-r-csv-hover\/70:focus{
  border-right-color: rgb(0 114 37 / 0.7);
}

.focus\:border-r-csv-hover\/75:focus{
  border-right-color: rgb(0 114 37 / 0.75);
}

.focus\:border-r-csv-hover\/80:focus{
  border-right-color: rgb(0 114 37 / 0.8);
}

.focus\:border-r-csv-hover\/85:focus{
  border-right-color: rgb(0 114 37 / 0.85);
}

.focus\:border-r-csv-hover\/90:focus{
  border-right-color: rgb(0 114 37 / 0.9);
}

.focus\:border-r-csv-hover\/95:focus{
  border-right-color: rgb(0 114 37 / 0.95);
}

.focus\:border-r-csv\/0:focus{
  border-right-color: rgb(0 138 43 / 0);
}

.focus\:border-r-csv\/10:focus{
  border-right-color: rgb(0 138 43 / 0.1);
}

.focus\:border-r-csv\/100:focus{
  border-right-color: rgb(0 138 43 / 1);
}

.focus\:border-r-csv\/15:focus{
  border-right-color: rgb(0 138 43 / 0.15);
}

.focus\:border-r-csv\/20:focus{
  border-right-color: rgb(0 138 43 / 0.2);
}

.focus\:border-r-csv\/25:focus{
  border-right-color: rgb(0 138 43 / 0.25);
}

.focus\:border-r-csv\/30:focus{
  border-right-color: rgb(0 138 43 / 0.3);
}

.focus\:border-r-csv\/35:focus{
  border-right-color: rgb(0 138 43 / 0.35);
}

.focus\:border-r-csv\/40:focus{
  border-right-color: rgb(0 138 43 / 0.4);
}

.focus\:border-r-csv\/45:focus{
  border-right-color: rgb(0 138 43 / 0.45);
}

.focus\:border-r-csv\/5:focus{
  border-right-color: rgb(0 138 43 / 0.05);
}

.focus\:border-r-csv\/50:focus{
  border-right-color: rgb(0 138 43 / 0.5);
}

.focus\:border-r-csv\/55:focus{
  border-right-color: rgb(0 138 43 / 0.55);
}

.focus\:border-r-csv\/60:focus{
  border-right-color: rgb(0 138 43 / 0.6);
}

.focus\:border-r-csv\/65:focus{
  border-right-color: rgb(0 138 43 / 0.65);
}

.focus\:border-r-csv\/70:focus{
  border-right-color: rgb(0 138 43 / 0.7);
}

.focus\:border-r-csv\/75:focus{
  border-right-color: rgb(0 138 43 / 0.75);
}

.focus\:border-r-csv\/80:focus{
  border-right-color: rgb(0 138 43 / 0.8);
}

.focus\:border-r-csv\/85:focus{
  border-right-color: rgb(0 138 43 / 0.85);
}

.focus\:border-r-csv\/90:focus{
  border-right-color: rgb(0 138 43 / 0.9);
}

.focus\:border-r-csv\/95:focus{
  border-right-color: rgb(0 138 43 / 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\/15:focus{
  border-right-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(207 250 254 / 0.35);
}

.focus\:border-r-cyan-100\/40:focus{
  border-right-color: rgb(207 250 254 / 0.4);
}

.focus\:border-r-cyan-100\/45:focus{
  border-right-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(207 250 254 / 0.55);
}

.focus\:border-r-cyan-100\/60:focus{
  border-right-color: rgb(207 250 254 / 0.6);
}

.focus\:border-r-cyan-100\/65:focus{
  border-right-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(165 243 252 / 0.35);
}

.focus\:border-r-cyan-200\/40:focus{
  border-right-color: rgb(165 243 252 / 0.4);
}

.focus\:border-r-cyan-200\/45:focus{
  border-right-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(165 243 252 / 0.55);
}

.focus\:border-r-cyan-200\/60:focus{
  border-right-color: rgb(165 243 252 / 0.6);
}

.focus\:border-r-cyan-200\/65:focus{
  border-right-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(103 232 249 / 0.35);
}

.focus\:border-r-cyan-300\/40:focus{
  border-right-color: rgb(103 232 249 / 0.4);
}

.focus\:border-r-cyan-300\/45:focus{
  border-right-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(103 232 249 / 0.55);
}

.focus\:border-r-cyan-300\/60:focus{
  border-right-color: rgb(103 232 249 / 0.6);
}

.focus\:border-r-cyan-300\/65:focus{
  border-right-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(34 211 238 / 0.35);
}

.focus\:border-r-cyan-400\/40:focus{
  border-right-color: rgb(34 211 238 / 0.4);
}

.focus\:border-r-cyan-400\/45:focus{
  border-right-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(34 211 238 / 0.55);
}

.focus\:border-r-cyan-400\/60:focus{
  border-right-color: rgb(34 211 238 / 0.6);
}

.focus\:border-r-cyan-400\/65:focus{
  border-right-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(236 254 255 / 0.35);
}

.focus\:border-r-cyan-50\/40:focus{
  border-right-color: rgb(236 254 255 / 0.4);
}

.focus\:border-r-cyan-50\/45:focus{
  border-right-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(236 254 255 / 0.55);
}

.focus\:border-r-cyan-50\/60:focus{
  border-right-color: rgb(236 254 255 / 0.6);
}

.focus\:border-r-cyan-50\/65:focus{
  border-right-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(6 182 212 / 0.35);
}

.focus\:border-r-cyan-500\/40:focus{
  border-right-color: rgb(6 182 212 / 0.4);
}

.focus\:border-r-cyan-500\/45:focus{
  border-right-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(6 182 212 / 0.55);
}

.focus\:border-r-cyan-500\/60:focus{
  border-right-color: rgb(6 182 212 / 0.6);
}

.focus\:border-r-cyan-500\/65:focus{
  border-right-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(8 145 178 / 0.35);
}

.focus\:border-r-cyan-600\/40:focus{
  border-right-color: rgb(8 145 178 / 0.4);
}

.focus\:border-r-cyan-600\/45:focus{
  border-right-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(8 145 178 / 0.55);
}

.focus\:border-r-cyan-600\/60:focus{
  border-right-color: rgb(8 145 178 / 0.6);
}

.focus\:border-r-cyan-600\/65:focus{
  border-right-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(14 116 144 / 0.35);
}

.focus\:border-r-cyan-700\/40:focus{
  border-right-color: rgb(14 116 144 / 0.4);
}

.focus\:border-r-cyan-700\/45:focus{
  border-right-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(14 116 144 / 0.55);
}

.focus\:border-r-cyan-700\/60:focus{
  border-right-color: rgb(14 116 144 / 0.6);
}

.focus\:border-r-cyan-700\/65:focus{
  border-right-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(21 94 117 / 0.35);
}

.focus\:border-r-cyan-800\/40:focus{
  border-right-color: rgb(21 94 117 / 0.4);
}

.focus\:border-r-cyan-800\/45:focus{
  border-right-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(21 94 117 / 0.55);
}

.focus\:border-r-cyan-800\/60:focus{
  border-right-color: rgb(21 94 117 / 0.6);
}

.focus\:border-r-cyan-800\/65:focus{
  border-right-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(22 78 99 / 0.35);
}

.focus\:border-r-cyan-900\/40:focus{
  border-right-color: rgb(22 78 99 / 0.4);
}

.focus\:border-r-cyan-900\/45:focus{
  border-right-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(22 78 99 / 0.55);
}

.focus\:border-r-cyan-900\/60:focus{
  border-right-color: rgb(22 78 99 / 0.6);
}

.focus\:border-r-cyan-900\/65:focus{
  border-right-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(8 51 68 / 0.35);
}

.focus\:border-r-cyan-950\/40:focus{
  border-right-color: rgb(8 51 68 / 0.4);
}

.focus\:border-r-cyan-950\/45:focus{
  border-right-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(8 51 68 / 0.55);
}

.focus\:border-r-cyan-950\/60:focus{
  border-right-color: rgb(8 51 68 / 0.6);
}

.focus\:border-r-cyan-950\/65:focus{
  border-right-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.focus\:border-r-danger-hover:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.focus\:border-r-danger-hover\/0:focus{
  border-right-color: rgb(193 49 44 / 0);
}

.focus\:border-r-danger-hover\/10:focus{
  border-right-color: rgb(193 49 44 / 0.1);
}

.focus\:border-r-danger-hover\/100:focus{
  border-right-color: rgb(193 49 44 / 1);
}

.focus\:border-r-danger-hover\/15:focus{
  border-right-color: rgb(193 49 44 / 0.15);
}

.focus\:border-r-danger-hover\/20:focus{
  border-right-color: rgb(193 49 44 / 0.2);
}

.focus\:border-r-danger-hover\/25:focus{
  border-right-color: rgb(193 49 44 / 0.25);
}

.focus\:border-r-danger-hover\/30:focus{
  border-right-color: rgb(193 49 44 / 0.3);
}

.focus\:border-r-danger-hover\/35:focus{
  border-right-color: rgb(193 49 44 / 0.35);
}

.focus\:border-r-danger-hover\/40:focus{
  border-right-color: rgb(193 49 44 / 0.4);
}

.focus\:border-r-danger-hover\/45:focus{
  border-right-color: rgb(193 49 44 / 0.45);
}

.focus\:border-r-danger-hover\/5:focus{
  border-right-color: rgb(193 49 44 / 0.05);
}

.focus\:border-r-danger-hover\/50:focus{
  border-right-color: rgb(193 49 44 / 0.5);
}

.focus\:border-r-danger-hover\/55:focus{
  border-right-color: rgb(193 49 44 / 0.55);
}

.focus\:border-r-danger-hover\/60:focus{
  border-right-color: rgb(193 49 44 / 0.6);
}

.focus\:border-r-danger-hover\/65:focus{
  border-right-color: rgb(193 49 44 / 0.65);
}

.focus\:border-r-danger-hover\/70:focus{
  border-right-color: rgb(193 49 44 / 0.7);
}

.focus\:border-r-danger-hover\/75:focus{
  border-right-color: rgb(193 49 44 / 0.75);
}

.focus\:border-r-danger-hover\/80:focus{
  border-right-color: rgb(193 49 44 / 0.8);
}

.focus\:border-r-danger-hover\/85:focus{
  border-right-color: rgb(193 49 44 / 0.85);
}

.focus\:border-r-danger-hover\/90:focus{
  border-right-color: rgb(193 49 44 / 0.9);
}

.focus\:border-r-danger-hover\/95:focus{
  border-right-color: rgb(193 49 44 / 0.95);
}

.focus\:border-r-danger\/0:focus{
  border-right-color: rgb(207 59 54 / 0);
}

.focus\:border-r-danger\/10:focus{
  border-right-color: rgb(207 59 54 / 0.1);
}

.focus\:border-r-danger\/100:focus{
  border-right-color: rgb(207 59 54 / 1);
}

.focus\:border-r-danger\/15:focus{
  border-right-color: rgb(207 59 54 / 0.15);
}

.focus\:border-r-danger\/20:focus{
  border-right-color: rgb(207 59 54 / 0.2);
}

.focus\:border-r-danger\/25:focus{
  border-right-color: rgb(207 59 54 / 0.25);
}

.focus\:border-r-danger\/30:focus{
  border-right-color: rgb(207 59 54 / 0.3);
}

.focus\:border-r-danger\/35:focus{
  border-right-color: rgb(207 59 54 / 0.35);
}

.focus\:border-r-danger\/40:focus{
  border-right-color: rgb(207 59 54 / 0.4);
}

.focus\:border-r-danger\/45:focus{
  border-right-color: rgb(207 59 54 / 0.45);
}

.focus\:border-r-danger\/5:focus{
  border-right-color: rgb(207 59 54 / 0.05);
}

.focus\:border-r-danger\/50:focus{
  border-right-color: rgb(207 59 54 / 0.5);
}

.focus\:border-r-danger\/55:focus{
  border-right-color: rgb(207 59 54 / 0.55);
}

.focus\:border-r-danger\/60:focus{
  border-right-color: rgb(207 59 54 / 0.6);
}

.focus\:border-r-danger\/65:focus{
  border-right-color: rgb(207 59 54 / 0.65);
}

.focus\:border-r-danger\/70:focus{
  border-right-color: rgb(207 59 54 / 0.7);
}

.focus\:border-r-danger\/75:focus{
  border-right-color: rgb(207 59 54 / 0.75);
}

.focus\:border-r-danger\/80:focus{
  border-right-color: rgb(207 59 54 / 0.8);
}

.focus\:border-r-danger\/85:focus{
  border-right-color: rgb(207 59 54 / 0.85);
}

.focus\:border-r-danger\/90:focus{
  border-right-color: rgb(207 59 54 / 0.9);
}

.focus\:border-r-danger\/95:focus{
  border-right-color: rgb(207 59 54 / 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\/15:focus{
  border-right-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(209 250 229 / 0.35);
}

.focus\:border-r-emerald-100\/40:focus{
  border-right-color: rgb(209 250 229 / 0.4);
}

.focus\:border-r-emerald-100\/45:focus{
  border-right-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(209 250 229 / 0.55);
}

.focus\:border-r-emerald-100\/60:focus{
  border-right-color: rgb(209 250 229 / 0.6);
}

.focus\:border-r-emerald-100\/65:focus{
  border-right-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(167 243 208 / 0.35);
}

.focus\:border-r-emerald-200\/40:focus{
  border-right-color: rgb(167 243 208 / 0.4);
}

.focus\:border-r-emerald-200\/45:focus{
  border-right-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(167 243 208 / 0.55);
}

.focus\:border-r-emerald-200\/60:focus{
  border-right-color: rgb(167 243 208 / 0.6);
}

.focus\:border-r-emerald-200\/65:focus{
  border-right-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(110 231 183 / 0.35);
}

.focus\:border-r-emerald-300\/40:focus{
  border-right-color: rgb(110 231 183 / 0.4);
}

.focus\:border-r-emerald-300\/45:focus{
  border-right-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(110 231 183 / 0.55);
}

.focus\:border-r-emerald-300\/60:focus{
  border-right-color: rgb(110 231 183 / 0.6);
}

.focus\:border-r-emerald-300\/65:focus{
  border-right-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(52 211 153 / 0.35);
}

.focus\:border-r-emerald-400\/40:focus{
  border-right-color: rgb(52 211 153 / 0.4);
}

.focus\:border-r-emerald-400\/45:focus{
  border-right-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(52 211 153 / 0.55);
}

.focus\:border-r-emerald-400\/60:focus{
  border-right-color: rgb(52 211 153 / 0.6);
}

.focus\:border-r-emerald-400\/65:focus{
  border-right-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(236 253 245 / 0.35);
}

.focus\:border-r-emerald-50\/40:focus{
  border-right-color: rgb(236 253 245 / 0.4);
}

.focus\:border-r-emerald-50\/45:focus{
  border-right-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(236 253 245 / 0.55);
}

.focus\:border-r-emerald-50\/60:focus{
  border-right-color: rgb(236 253 245 / 0.6);
}

.focus\:border-r-emerald-50\/65:focus{
  border-right-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(16 185 129 / 0.35);
}

.focus\:border-r-emerald-500\/40:focus{
  border-right-color: rgb(16 185 129 / 0.4);
}

.focus\:border-r-emerald-500\/45:focus{
  border-right-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(16 185 129 / 0.55);
}

.focus\:border-r-emerald-500\/60:focus{
  border-right-color: rgb(16 185 129 / 0.6);
}

.focus\:border-r-emerald-500\/65:focus{
  border-right-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(5 150 105 / 0.35);
}

.focus\:border-r-emerald-600\/40:focus{
  border-right-color: rgb(5 150 105 / 0.4);
}

.focus\:border-r-emerald-600\/45:focus{
  border-right-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(5 150 105 / 0.55);
}

.focus\:border-r-emerald-600\/60:focus{
  border-right-color: rgb(5 150 105 / 0.6);
}

.focus\:border-r-emerald-600\/65:focus{
  border-right-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(4 120 87 / 0.35);
}

.focus\:border-r-emerald-700\/40:focus{
  border-right-color: rgb(4 120 87 / 0.4);
}

.focus\:border-r-emerald-700\/45:focus{
  border-right-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(4 120 87 / 0.55);
}

.focus\:border-r-emerald-700\/60:focus{
  border-right-color: rgb(4 120 87 / 0.6);
}

.focus\:border-r-emerald-700\/65:focus{
  border-right-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(6 95 70 / 0.35);
}

.focus\:border-r-emerald-800\/40:focus{
  border-right-color: rgb(6 95 70 / 0.4);
}

.focus\:border-r-emerald-800\/45:focus{
  border-right-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(6 95 70 / 0.55);
}

.focus\:border-r-emerald-800\/60:focus{
  border-right-color: rgb(6 95 70 / 0.6);
}

.focus\:border-r-emerald-800\/65:focus{
  border-right-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(6 78 59 / 0.35);
}

.focus\:border-r-emerald-900\/40:focus{
  border-right-color: rgb(6 78 59 / 0.4);
}

.focus\:border-r-emerald-900\/45:focus{
  border-right-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(6 78 59 / 0.55);
}

.focus\:border-r-emerald-900\/60:focus{
  border-right-color: rgb(6 78 59 / 0.6);
}

.focus\:border-r-emerald-900\/65:focus{
  border-right-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(2 44 34 / 0.35);
}

.focus\:border-r-emerald-950\/40:focus{
  border-right-color: rgb(2 44 34 / 0.4);
}

.focus\:border-r-emerald-950\/45:focus{
  border-right-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(2 44 34 / 0.55);
}

.focus\:border-r-emerald-950\/60:focus{
  border-right-color: rgb(2 44 34 / 0.6);
}

.focus\:border-r-emerald-950\/65:focus{
  border-right-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.focus\:border-r-excel-hover:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.focus\:border-r-excel-hover\/0:focus{
  border-right-color: rgb(9 138 107 / 0);
}

.focus\:border-r-excel-hover\/10:focus{
  border-right-color: rgb(9 138 107 / 0.1);
}

.focus\:border-r-excel-hover\/100:focus{
  border-right-color: rgb(9 138 107 / 1);
}

.focus\:border-r-excel-hover\/15:focus{
  border-right-color: rgb(9 138 107 / 0.15);
}

.focus\:border-r-excel-hover\/20:focus{
  border-right-color: rgb(9 138 107 / 0.2);
}

.focus\:border-r-excel-hover\/25:focus{
  border-right-color: rgb(9 138 107 / 0.25);
}

.focus\:border-r-excel-hover\/30:focus{
  border-right-color: rgb(9 138 107 / 0.3);
}

.focus\:border-r-excel-hover\/35:focus{
  border-right-color: rgb(9 138 107 / 0.35);
}

.focus\:border-r-excel-hover\/40:focus{
  border-right-color: rgb(9 138 107 / 0.4);
}

.focus\:border-r-excel-hover\/45:focus{
  border-right-color: rgb(9 138 107 / 0.45);
}

.focus\:border-r-excel-hover\/5:focus{
  border-right-color: rgb(9 138 107 / 0.05);
}

.focus\:border-r-excel-hover\/50:focus{
  border-right-color: rgb(9 138 107 / 0.5);
}

.focus\:border-r-excel-hover\/55:focus{
  border-right-color: rgb(9 138 107 / 0.55);
}

.focus\:border-r-excel-hover\/60:focus{
  border-right-color: rgb(9 138 107 / 0.6);
}

.focus\:border-r-excel-hover\/65:focus{
  border-right-color: rgb(9 138 107 / 0.65);
}

.focus\:border-r-excel-hover\/70:focus{
  border-right-color: rgb(9 138 107 / 0.7);
}

.focus\:border-r-excel-hover\/75:focus{
  border-right-color: rgb(9 138 107 / 0.75);
}

.focus\:border-r-excel-hover\/80:focus{
  border-right-color: rgb(9 138 107 / 0.8);
}

.focus\:border-r-excel-hover\/85:focus{
  border-right-color: rgb(9 138 107 / 0.85);
}

.focus\:border-r-excel-hover\/90:focus{
  border-right-color: rgb(9 138 107 / 0.9);
}

.focus\:border-r-excel-hover\/95:focus{
  border-right-color: rgb(9 138 107 / 0.95);
}

.focus\:border-r-excel\/0:focus{
  border-right-color: rgb(11 160 123 / 0);
}

.focus\:border-r-excel\/10:focus{
  border-right-color: rgb(11 160 123 / 0.1);
}

.focus\:border-r-excel\/100:focus{
  border-right-color: rgb(11 160 123 / 1);
}

.focus\:border-r-excel\/15:focus{
  border-right-color: rgb(11 160 123 / 0.15);
}

.focus\:border-r-excel\/20:focus{
  border-right-color: rgb(11 160 123 / 0.2);
}

.focus\:border-r-excel\/25:focus{
  border-right-color: rgb(11 160 123 / 0.25);
}

.focus\:border-r-excel\/30:focus{
  border-right-color: rgb(11 160 123 / 0.3);
}

.focus\:border-r-excel\/35:focus{
  border-right-color: rgb(11 160 123 / 0.35);
}

.focus\:border-r-excel\/40:focus{
  border-right-color: rgb(11 160 123 / 0.4);
}

.focus\:border-r-excel\/45:focus{
  border-right-color: rgb(11 160 123 / 0.45);
}

.focus\:border-r-excel\/5:focus{
  border-right-color: rgb(11 160 123 / 0.05);
}

.focus\:border-r-excel\/50:focus{
  border-right-color: rgb(11 160 123 / 0.5);
}

.focus\:border-r-excel\/55:focus{
  border-right-color: rgb(11 160 123 / 0.55);
}

.focus\:border-r-excel\/60:focus{
  border-right-color: rgb(11 160 123 / 0.6);
}

.focus\:border-r-excel\/65:focus{
  border-right-color: rgb(11 160 123 / 0.65);
}

.focus\:border-r-excel\/70:focus{
  border-right-color: rgb(11 160 123 / 0.7);
}

.focus\:border-r-excel\/75:focus{
  border-right-color: rgb(11 160 123 / 0.75);
}

.focus\:border-r-excel\/80:focus{
  border-right-color: rgb(11 160 123 / 0.8);
}

.focus\:border-r-excel\/85:focus{
  border-right-color: rgb(11 160 123 / 0.85);
}

.focus\:border-r-excel\/90:focus{
  border-right-color: rgb(11 160 123 / 0.9);
}

.focus\:border-r-excel\/95:focus{
  border-right-color: rgb(11 160 123 / 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\/15:focus{
  border-right-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(250 232 255 / 0.35);
}

.focus\:border-r-fuchsia-100\/40:focus{
  border-right-color: rgb(250 232 255 / 0.4);
}

.focus\:border-r-fuchsia-100\/45:focus{
  border-right-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(250 232 255 / 0.55);
}

.focus\:border-r-fuchsia-100\/60:focus{
  border-right-color: rgb(250 232 255 / 0.6);
}

.focus\:border-r-fuchsia-100\/65:focus{
  border-right-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(245 208 254 / 0.35);
}

.focus\:border-r-fuchsia-200\/40:focus{
  border-right-color: rgb(245 208 254 / 0.4);
}

.focus\:border-r-fuchsia-200\/45:focus{
  border-right-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(245 208 254 / 0.55);
}

.focus\:border-r-fuchsia-200\/60:focus{
  border-right-color: rgb(245 208 254 / 0.6);
}

.focus\:border-r-fuchsia-200\/65:focus{
  border-right-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(240 171 252 / 0.35);
}

.focus\:border-r-fuchsia-300\/40:focus{
  border-right-color: rgb(240 171 252 / 0.4);
}

.focus\:border-r-fuchsia-300\/45:focus{
  border-right-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(240 171 252 / 0.55);
}

.focus\:border-r-fuchsia-300\/60:focus{
  border-right-color: rgb(240 171 252 / 0.6);
}

.focus\:border-r-fuchsia-300\/65:focus{
  border-right-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(232 121 249 / 0.35);
}

.focus\:border-r-fuchsia-400\/40:focus{
  border-right-color: rgb(232 121 249 / 0.4);
}

.focus\:border-r-fuchsia-400\/45:focus{
  border-right-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(232 121 249 / 0.55);
}

.focus\:border-r-fuchsia-400\/60:focus{
  border-right-color: rgb(232 121 249 / 0.6);
}

.focus\:border-r-fuchsia-400\/65:focus{
  border-right-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(253 244 255 / 0.35);
}

.focus\:border-r-fuchsia-50\/40:focus{
  border-right-color: rgb(253 244 255 / 0.4);
}

.focus\:border-r-fuchsia-50\/45:focus{
  border-right-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(253 244 255 / 0.55);
}

.focus\:border-r-fuchsia-50\/60:focus{
  border-right-color: rgb(253 244 255 / 0.6);
}

.focus\:border-r-fuchsia-50\/65:focus{
  border-right-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(217 70 239 / 0.35);
}

.focus\:border-r-fuchsia-500\/40:focus{
  border-right-color: rgb(217 70 239 / 0.4);
}

.focus\:border-r-fuchsia-500\/45:focus{
  border-right-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(217 70 239 / 0.55);
}

.focus\:border-r-fuchsia-500\/60:focus{
  border-right-color: rgb(217 70 239 / 0.6);
}

.focus\:border-r-fuchsia-500\/65:focus{
  border-right-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(192 38 211 / 0.35);
}

.focus\:border-r-fuchsia-600\/40:focus{
  border-right-color: rgb(192 38 211 / 0.4);
}

.focus\:border-r-fuchsia-600\/45:focus{
  border-right-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(192 38 211 / 0.55);
}

.focus\:border-r-fuchsia-600\/60:focus{
  border-right-color: rgb(192 38 211 / 0.6);
}

.focus\:border-r-fuchsia-600\/65:focus{
  border-right-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(162 28 175 / 0.35);
}

.focus\:border-r-fuchsia-700\/40:focus{
  border-right-color: rgb(162 28 175 / 0.4);
}

.focus\:border-r-fuchsia-700\/45:focus{
  border-right-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(162 28 175 / 0.55);
}

.focus\:border-r-fuchsia-700\/60:focus{
  border-right-color: rgb(162 28 175 / 0.6);
}

.focus\:border-r-fuchsia-700\/65:focus{
  border-right-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(134 25 143 / 0.35);
}

.focus\:border-r-fuchsia-800\/40:focus{
  border-right-color: rgb(134 25 143 / 0.4);
}

.focus\:border-r-fuchsia-800\/45:focus{
  border-right-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(134 25 143 / 0.55);
}

.focus\:border-r-fuchsia-800\/60:focus{
  border-right-color: rgb(134 25 143 / 0.6);
}

.focus\:border-r-fuchsia-800\/65:focus{
  border-right-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(112 26 117 / 0.35);
}

.focus\:border-r-fuchsia-900\/40:focus{
  border-right-color: rgb(112 26 117 / 0.4);
}

.focus\:border-r-fuchsia-900\/45:focus{
  border-right-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(112 26 117 / 0.55);
}

.focus\:border-r-fuchsia-900\/60:focus{
  border-right-color: rgb(112 26 117 / 0.6);
}

.focus\:border-r-fuchsia-900\/65:focus{
  border-right-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(74 4 78 / 0.35);
}

.focus\:border-r-fuchsia-950\/40:focus{
  border-right-color: rgb(74 4 78 / 0.4);
}

.focus\:border-r-fuchsia-950\/45:focus{
  border-right-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(74 4 78 / 0.55);
}

.focus\:border-r-fuchsia-950\/60:focus{
  border-right-color: rgb(74 4 78 / 0.6);
}

.focus\:border-r-fuchsia-950\/65:focus{
  border-right-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(243 244 246 / 0.35);
}

.focus\:border-r-gray-100\/40:focus{
  border-right-color: rgb(243 244 246 / 0.4);
}

.focus\:border-r-gray-100\/45:focus{
  border-right-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(243 244 246 / 0.55);
}

.focus\:border-r-gray-100\/60:focus{
  border-right-color: rgb(243 244 246 / 0.6);
}

.focus\:border-r-gray-100\/65:focus{
  border-right-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(229 231 235 / 0.35);
}

.focus\:border-r-gray-200\/40:focus{
  border-right-color: rgb(229 231 235 / 0.4);
}

.focus\:border-r-gray-200\/45:focus{
  border-right-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(229 231 235 / 0.55);
}

.focus\:border-r-gray-200\/60:focus{
  border-right-color: rgb(229 231 235 / 0.6);
}

.focus\:border-r-gray-200\/65:focus{
  border-right-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(209 213 219 / 0.35);
}

.focus\:border-r-gray-300\/40:focus{
  border-right-color: rgb(209 213 219 / 0.4);
}

.focus\:border-r-gray-300\/45:focus{
  border-right-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(209 213 219 / 0.55);
}

.focus\:border-r-gray-300\/60:focus{
  border-right-color: rgb(209 213 219 / 0.6);
}

.focus\:border-r-gray-300\/65:focus{
  border-right-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(156 163 175 / 0.35);
}

.focus\:border-r-gray-400\/40:focus{
  border-right-color: rgb(156 163 175 / 0.4);
}

.focus\:border-r-gray-400\/45:focus{
  border-right-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(156 163 175 / 0.55);
}

.focus\:border-r-gray-400\/60:focus{
  border-right-color: rgb(156 163 175 / 0.6);
}

.focus\:border-r-gray-400\/65:focus{
  border-right-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(249 250 251 / 0.35);
}

.focus\:border-r-gray-50\/40:focus{
  border-right-color: rgb(249 250 251 / 0.4);
}

.focus\:border-r-gray-50\/45:focus{
  border-right-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(249 250 251 / 0.55);
}

.focus\:border-r-gray-50\/60:focus{
  border-right-color: rgb(249 250 251 / 0.6);
}

.focus\:border-r-gray-50\/65:focus{
  border-right-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(107 114 128 / 0.35);
}

.focus\:border-r-gray-500\/40:focus{
  border-right-color: rgb(107 114 128 / 0.4);
}

.focus\:border-r-gray-500\/45:focus{
  border-right-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(107 114 128 / 0.55);
}

.focus\:border-r-gray-500\/60:focus{
  border-right-color: rgb(107 114 128 / 0.6);
}

.focus\:border-r-gray-500\/65:focus{
  border-right-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(75 85 99 / 0.35);
}

.focus\:border-r-gray-600\/40:focus{
  border-right-color: rgb(75 85 99 / 0.4);
}

.focus\:border-r-gray-600\/45:focus{
  border-right-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(75 85 99 / 0.55);
}

.focus\:border-r-gray-600\/60:focus{
  border-right-color: rgb(75 85 99 / 0.6);
}

.focus\:border-r-gray-600\/65:focus{
  border-right-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(55 65 81 / 0.35);
}

.focus\:border-r-gray-700\/40:focus{
  border-right-color: rgb(55 65 81 / 0.4);
}

.focus\:border-r-gray-700\/45:focus{
  border-right-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(55 65 81 / 0.55);
}

.focus\:border-r-gray-700\/60:focus{
  border-right-color: rgb(55 65 81 / 0.6);
}

.focus\:border-r-gray-700\/65:focus{
  border-right-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(31 41 55 / 0.35);
}

.focus\:border-r-gray-800\/40:focus{
  border-right-color: rgb(31 41 55 / 0.4);
}

.focus\:border-r-gray-800\/45:focus{
  border-right-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(31 41 55 / 0.55);
}

.focus\:border-r-gray-800\/60:focus{
  border-right-color: rgb(31 41 55 / 0.6);
}

.focus\:border-r-gray-800\/65:focus{
  border-right-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(17 24 39 / 0.35);
}

.focus\:border-r-gray-900\/40:focus{
  border-right-color: rgb(17 24 39 / 0.4);
}

.focus\:border-r-gray-900\/45:focus{
  border-right-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(17 24 39 / 0.55);
}

.focus\:border-r-gray-900\/60:focus{
  border-right-color: rgb(17 24 39 / 0.6);
}

.focus\:border-r-gray-900\/65:focus{
  border-right-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(3 7 18 / 0.35);
}

.focus\:border-r-gray-950\/40:focus{
  border-right-color: rgb(3 7 18 / 0.4);
}

.focus\:border-r-gray-950\/45:focus{
  border-right-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(3 7 18 / 0.55);
}

.focus\:border-r-gray-950\/60:focus{
  border-right-color: rgb(3 7 18 / 0.6);
}

.focus\:border-r-gray-950\/65:focus{
  border-right-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(220 252 231 / 0.35);
}

.focus\:border-r-green-100\/40:focus{
  border-right-color: rgb(220 252 231 / 0.4);
}

.focus\:border-r-green-100\/45:focus{
  border-right-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(220 252 231 / 0.55);
}

.focus\:border-r-green-100\/60:focus{
  border-right-color: rgb(220 252 231 / 0.6);
}

.focus\:border-r-green-100\/65:focus{
  border-right-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(187 247 208 / 0.35);
}

.focus\:border-r-green-200\/40:focus{
  border-right-color: rgb(187 247 208 / 0.4);
}

.focus\:border-r-green-200\/45:focus{
  border-right-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(187 247 208 / 0.55);
}

.focus\:border-r-green-200\/60:focus{
  border-right-color: rgb(187 247 208 / 0.6);
}

.focus\:border-r-green-200\/65:focus{
  border-right-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(134 239 172 / 0.35);
}

.focus\:border-r-green-300\/40:focus{
  border-right-color: rgb(134 239 172 / 0.4);
}

.focus\:border-r-green-300\/45:focus{
  border-right-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(134 239 172 / 0.55);
}

.focus\:border-r-green-300\/60:focus{
  border-right-color: rgb(134 239 172 / 0.6);
}

.focus\:border-r-green-300\/65:focus{
  border-right-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(74 222 128 / 0.35);
}

.focus\:border-r-green-400\/40:focus{
  border-right-color: rgb(74 222 128 / 0.4);
}

.focus\:border-r-green-400\/45:focus{
  border-right-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(74 222 128 / 0.55);
}

.focus\:border-r-green-400\/60:focus{
  border-right-color: rgb(74 222 128 / 0.6);
}

.focus\:border-r-green-400\/65:focus{
  border-right-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(240 253 244 / 0.35);
}

.focus\:border-r-green-50\/40:focus{
  border-right-color: rgb(240 253 244 / 0.4);
}

.focus\:border-r-green-50\/45:focus{
  border-right-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(240 253 244 / 0.55);
}

.focus\:border-r-green-50\/60:focus{
  border-right-color: rgb(240 253 244 / 0.6);
}

.focus\:border-r-green-50\/65:focus{
  border-right-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(34 197 94 / 0.35);
}

.focus\:border-r-green-500\/40:focus{
  border-right-color: rgb(34 197 94 / 0.4);
}

.focus\:border-r-green-500\/45:focus{
  border-right-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(34 197 94 / 0.55);
}

.focus\:border-r-green-500\/60:focus{
  border-right-color: rgb(34 197 94 / 0.6);
}

.focus\:border-r-green-500\/65:focus{
  border-right-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(22 163 74 / 0.35);
}

.focus\:border-r-green-600\/40:focus{
  border-right-color: rgb(22 163 74 / 0.4);
}

.focus\:border-r-green-600\/45:focus{
  border-right-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(22 163 74 / 0.55);
}

.focus\:border-r-green-600\/60:focus{
  border-right-color: rgb(22 163 74 / 0.6);
}

.focus\:border-r-green-600\/65:focus{
  border-right-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(21 128 61 / 0.35);
}

.focus\:border-r-green-700\/40:focus{
  border-right-color: rgb(21 128 61 / 0.4);
}

.focus\:border-r-green-700\/45:focus{
  border-right-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(21 128 61 / 0.55);
}

.focus\:border-r-green-700\/60:focus{
  border-right-color: rgb(21 128 61 / 0.6);
}

.focus\:border-r-green-700\/65:focus{
  border-right-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(22 101 52 / 0.35);
}

.focus\:border-r-green-800\/40:focus{
  border-right-color: rgb(22 101 52 / 0.4);
}

.focus\:border-r-green-800\/45:focus{
  border-right-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(22 101 52 / 0.55);
}

.focus\:border-r-green-800\/60:focus{
  border-right-color: rgb(22 101 52 / 0.6);
}

.focus\:border-r-green-800\/65:focus{
  border-right-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(20 83 45 / 0.35);
}

.focus\:border-r-green-900\/40:focus{
  border-right-color: rgb(20 83 45 / 0.4);
}

.focus\:border-r-green-900\/45:focus{
  border-right-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(20 83 45 / 0.55);
}

.focus\:border-r-green-900\/60:focus{
  border-right-color: rgb(20 83 45 / 0.6);
}

.focus\:border-r-green-900\/65:focus{
  border-right-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(5 46 22 / 0.35);
}

.focus\:border-r-green-950\/40:focus{
  border-right-color: rgb(5 46 22 / 0.4);
}

.focus\:border-r-green-950\/45:focus{
  border-right-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(5 46 22 / 0.55);
}

.focus\:border-r-green-950\/60:focus{
  border-right-color: rgb(5 46 22 / 0.6);
}

.focus\:border-r-green-950\/65:focus{
  border-right-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(224 231 255 / 0.35);
}

.focus\:border-r-indigo-100\/40:focus{
  border-right-color: rgb(224 231 255 / 0.4);
}

.focus\:border-r-indigo-100\/45:focus{
  border-right-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(224 231 255 / 0.55);
}

.focus\:border-r-indigo-100\/60:focus{
  border-right-color: rgb(224 231 255 / 0.6);
}

.focus\:border-r-indigo-100\/65:focus{
  border-right-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(199 210 254 / 0.35);
}

.focus\:border-r-indigo-200\/40:focus{
  border-right-color: rgb(199 210 254 / 0.4);
}

.focus\:border-r-indigo-200\/45:focus{
  border-right-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(199 210 254 / 0.55);
}

.focus\:border-r-indigo-200\/60:focus{
  border-right-color: rgb(199 210 254 / 0.6);
}

.focus\:border-r-indigo-200\/65:focus{
  border-right-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(165 180 252 / 0.35);
}

.focus\:border-r-indigo-300\/40:focus{
  border-right-color: rgb(165 180 252 / 0.4);
}

.focus\:border-r-indigo-300\/45:focus{
  border-right-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(165 180 252 / 0.55);
}

.focus\:border-r-indigo-300\/60:focus{
  border-right-color: rgb(165 180 252 / 0.6);
}

.focus\:border-r-indigo-300\/65:focus{
  border-right-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(129 140 248 / 0.35);
}

.focus\:border-r-indigo-400\/40:focus{
  border-right-color: rgb(129 140 248 / 0.4);
}

.focus\:border-r-indigo-400\/45:focus{
  border-right-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(129 140 248 / 0.55);
}

.focus\:border-r-indigo-400\/60:focus{
  border-right-color: rgb(129 140 248 / 0.6);
}

.focus\:border-r-indigo-400\/65:focus{
  border-right-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(238 242 255 / 0.35);
}

.focus\:border-r-indigo-50\/40:focus{
  border-right-color: rgb(238 242 255 / 0.4);
}

.focus\:border-r-indigo-50\/45:focus{
  border-right-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(238 242 255 / 0.55);
}

.focus\:border-r-indigo-50\/60:focus{
  border-right-color: rgb(238 242 255 / 0.6);
}

.focus\:border-r-indigo-50\/65:focus{
  border-right-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(99 102 241 / 0.35);
}

.focus\:border-r-indigo-500\/40:focus{
  border-right-color: rgb(99 102 241 / 0.4);
}

.focus\:border-r-indigo-500\/45:focus{
  border-right-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(99 102 241 / 0.55);
}

.focus\:border-r-indigo-500\/60:focus{
  border-right-color: rgb(99 102 241 / 0.6);
}

.focus\:border-r-indigo-500\/65:focus{
  border-right-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(79 70 229 / 0.35);
}

.focus\:border-r-indigo-600\/40:focus{
  border-right-color: rgb(79 70 229 / 0.4);
}

.focus\:border-r-indigo-600\/45:focus{
  border-right-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(79 70 229 / 0.55);
}

.focus\:border-r-indigo-600\/60:focus{
  border-right-color: rgb(79 70 229 / 0.6);
}

.focus\:border-r-indigo-600\/65:focus{
  border-right-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(67 56 202 / 0.35);
}

.focus\:border-r-indigo-700\/40:focus{
  border-right-color: rgb(67 56 202 / 0.4);
}

.focus\:border-r-indigo-700\/45:focus{
  border-right-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(67 56 202 / 0.55);
}

.focus\:border-r-indigo-700\/60:focus{
  border-right-color: rgb(67 56 202 / 0.6);
}

.focus\:border-r-indigo-700\/65:focus{
  border-right-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(55 48 163 / 0.35);
}

.focus\:border-r-indigo-800\/40:focus{
  border-right-color: rgb(55 48 163 / 0.4);
}

.focus\:border-r-indigo-800\/45:focus{
  border-right-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(55 48 163 / 0.55);
}

.focus\:border-r-indigo-800\/60:focus{
  border-right-color: rgb(55 48 163 / 0.6);
}

.focus\:border-r-indigo-800\/65:focus{
  border-right-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(49 46 129 / 0.35);
}

.focus\:border-r-indigo-900\/40:focus{
  border-right-color: rgb(49 46 129 / 0.4);
}

.focus\:border-r-indigo-900\/45:focus{
  border-right-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(49 46 129 / 0.55);
}

.focus\:border-r-indigo-900\/60:focus{
  border-right-color: rgb(49 46 129 / 0.6);
}

.focus\:border-r-indigo-900\/65:focus{
  border-right-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(30 27 75 / 0.35);
}

.focus\:border-r-indigo-950\/40:focus{
  border-right-color: rgb(30 27 75 / 0.4);
}

.focus\:border-r-indigo-950\/45:focus{
  border-right-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(30 27 75 / 0.55);
}

.focus\:border-r-indigo-950\/60:focus{
  border-right-color: rgb(30 27 75 / 0.6);
}

.focus\:border-r-indigo-950\/65:focus{
  border-right-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.focus\:border-r-info-hover:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.focus\:border-r-info-hover\/0:focus{
  border-right-color: rgb(203 122 0 / 0);
}

.focus\:border-r-info-hover\/10:focus{
  border-right-color: rgb(203 122 0 / 0.1);
}

.focus\:border-r-info-hover\/100:focus{
  border-right-color: rgb(203 122 0 / 1);
}

.focus\:border-r-info-hover\/15:focus{
  border-right-color: rgb(203 122 0 / 0.15);
}

.focus\:border-r-info-hover\/20:focus{
  border-right-color: rgb(203 122 0 / 0.2);
}

.focus\:border-r-info-hover\/25:focus{
  border-right-color: rgb(203 122 0 / 0.25);
}

.focus\:border-r-info-hover\/30:focus{
  border-right-color: rgb(203 122 0 / 0.3);
}

.focus\:border-r-info-hover\/35:focus{
  border-right-color: rgb(203 122 0 / 0.35);
}

.focus\:border-r-info-hover\/40:focus{
  border-right-color: rgb(203 122 0 / 0.4);
}

.focus\:border-r-info-hover\/45:focus{
  border-right-color: rgb(203 122 0 / 0.45);
}

.focus\:border-r-info-hover\/5:focus{
  border-right-color: rgb(203 122 0 / 0.05);
}

.focus\:border-r-info-hover\/50:focus{
  border-right-color: rgb(203 122 0 / 0.5);
}

.focus\:border-r-info-hover\/55:focus{
  border-right-color: rgb(203 122 0 / 0.55);
}

.focus\:border-r-info-hover\/60:focus{
  border-right-color: rgb(203 122 0 / 0.6);
}

.focus\:border-r-info-hover\/65:focus{
  border-right-color: rgb(203 122 0 / 0.65);
}

.focus\:border-r-info-hover\/70:focus{
  border-right-color: rgb(203 122 0 / 0.7);
}

.focus\:border-r-info-hover\/75:focus{
  border-right-color: rgb(203 122 0 / 0.75);
}

.focus\:border-r-info-hover\/80:focus{
  border-right-color: rgb(203 122 0 / 0.8);
}

.focus\:border-r-info-hover\/85:focus{
  border-right-color: rgb(203 122 0 / 0.85);
}

.focus\:border-r-info-hover\/90:focus{
  border-right-color: rgb(203 122 0 / 0.9);
}

.focus\:border-r-info-hover\/95:focus{
  border-right-color: rgb(203 122 0 / 0.95);
}

.focus\:border-r-info\/0:focus{
  border-right-color: rgb(247 159 26 / 0);
}

.focus\:border-r-info\/10:focus{
  border-right-color: rgb(247 159 26 / 0.1);
}

.focus\:border-r-info\/100:focus{
  border-right-color: rgb(247 159 26 / 1);
}

.focus\:border-r-info\/15:focus{
  border-right-color: rgb(247 159 26 / 0.15);
}

.focus\:border-r-info\/20:focus{
  border-right-color: rgb(247 159 26 / 0.2);
}

.focus\:border-r-info\/25:focus{
  border-right-color: rgb(247 159 26 / 0.25);
}

.focus\:border-r-info\/30:focus{
  border-right-color: rgb(247 159 26 / 0.3);
}

.focus\:border-r-info\/35:focus{
  border-right-color: rgb(247 159 26 / 0.35);
}

.focus\:border-r-info\/40:focus{
  border-right-color: rgb(247 159 26 / 0.4);
}

.focus\:border-r-info\/45:focus{
  border-right-color: rgb(247 159 26 / 0.45);
}

.focus\:border-r-info\/5:focus{
  border-right-color: rgb(247 159 26 / 0.05);
}

.focus\:border-r-info\/50:focus{
  border-right-color: rgb(247 159 26 / 0.5);
}

.focus\:border-r-info\/55:focus{
  border-right-color: rgb(247 159 26 / 0.55);
}

.focus\:border-r-info\/60:focus{
  border-right-color: rgb(247 159 26 / 0.6);
}

.focus\:border-r-info\/65:focus{
  border-right-color: rgb(247 159 26 / 0.65);
}

.focus\:border-r-info\/70:focus{
  border-right-color: rgb(247 159 26 / 0.7);
}

.focus\:border-r-info\/75:focus{
  border-right-color: rgb(247 159 26 / 0.75);
}

.focus\:border-r-info\/80:focus{
  border-right-color: rgb(247 159 26 / 0.8);
}

.focus\:border-r-info\/85:focus{
  border-right-color: rgb(247 159 26 / 0.85);
}

.focus\:border-r-info\/90:focus{
  border-right-color: rgb(247 159 26 / 0.9);
}

.focus\:border-r-info\/95:focus{
  border-right-color: rgb(247 159 26 / 0.95);
}

.focus\:border-r-inherit:focus{
  border-right-color: inherit;
}

.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\/15:focus{
  border-right-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(236 252 203 / 0.35);
}

.focus\:border-r-lime-100\/40:focus{
  border-right-color: rgb(236 252 203 / 0.4);
}

.focus\:border-r-lime-100\/45:focus{
  border-right-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(236 252 203 / 0.55);
}

.focus\:border-r-lime-100\/60:focus{
  border-right-color: rgb(236 252 203 / 0.6);
}

.focus\:border-r-lime-100\/65:focus{
  border-right-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(217 249 157 / 0.35);
}

.focus\:border-r-lime-200\/40:focus{
  border-right-color: rgb(217 249 157 / 0.4);
}

.focus\:border-r-lime-200\/45:focus{
  border-right-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(217 249 157 / 0.55);
}

.focus\:border-r-lime-200\/60:focus{
  border-right-color: rgb(217 249 157 / 0.6);
}

.focus\:border-r-lime-200\/65:focus{
  border-right-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(190 242 100 / 0.35);
}

.focus\:border-r-lime-300\/40:focus{
  border-right-color: rgb(190 242 100 / 0.4);
}

.focus\:border-r-lime-300\/45:focus{
  border-right-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(190 242 100 / 0.55);
}

.focus\:border-r-lime-300\/60:focus{
  border-right-color: rgb(190 242 100 / 0.6);
}

.focus\:border-r-lime-300\/65:focus{
  border-right-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(163 230 53 / 0.35);
}

.focus\:border-r-lime-400\/40:focus{
  border-right-color: rgb(163 230 53 / 0.4);
}

.focus\:border-r-lime-400\/45:focus{
  border-right-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(163 230 53 / 0.55);
}

.focus\:border-r-lime-400\/60:focus{
  border-right-color: rgb(163 230 53 / 0.6);
}

.focus\:border-r-lime-400\/65:focus{
  border-right-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(247 254 231 / 0.35);
}

.focus\:border-r-lime-50\/40:focus{
  border-right-color: rgb(247 254 231 / 0.4);
}

.focus\:border-r-lime-50\/45:focus{
  border-right-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(247 254 231 / 0.55);
}

.focus\:border-r-lime-50\/60:focus{
  border-right-color: rgb(247 254 231 / 0.6);
}

.focus\:border-r-lime-50\/65:focus{
  border-right-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(132 204 22 / 0.35);
}

.focus\:border-r-lime-500\/40:focus{
  border-right-color: rgb(132 204 22 / 0.4);
}

.focus\:border-r-lime-500\/45:focus{
  border-right-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(132 204 22 / 0.55);
}

.focus\:border-r-lime-500\/60:focus{
  border-right-color: rgb(132 204 22 / 0.6);
}

.focus\:border-r-lime-500\/65:focus{
  border-right-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(101 163 13 / 0.35);
}

.focus\:border-r-lime-600\/40:focus{
  border-right-color: rgb(101 163 13 / 0.4);
}

.focus\:border-r-lime-600\/45:focus{
  border-right-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(101 163 13 / 0.55);
}

.focus\:border-r-lime-600\/60:focus{
  border-right-color: rgb(101 163 13 / 0.6);
}

.focus\:border-r-lime-600\/65:focus{
  border-right-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(77 124 15 / 0.35);
}

.focus\:border-r-lime-700\/40:focus{
  border-right-color: rgb(77 124 15 / 0.4);
}

.focus\:border-r-lime-700\/45:focus{
  border-right-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(77 124 15 / 0.55);
}

.focus\:border-r-lime-700\/60:focus{
  border-right-color: rgb(77 124 15 / 0.6);
}

.focus\:border-r-lime-700\/65:focus{
  border-right-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(63 98 18 / 0.35);
}

.focus\:border-r-lime-800\/40:focus{
  border-right-color: rgb(63 98 18 / 0.4);
}

.focus\:border-r-lime-800\/45:focus{
  border-right-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(63 98 18 / 0.55);
}

.focus\:border-r-lime-800\/60:focus{
  border-right-color: rgb(63 98 18 / 0.6);
}

.focus\:border-r-lime-800\/65:focus{
  border-right-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(54 83 20 / 0.35);
}

.focus\:border-r-lime-900\/40:focus{
  border-right-color: rgb(54 83 20 / 0.4);
}

.focus\:border-r-lime-900\/45:focus{
  border-right-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(54 83 20 / 0.55);
}

.focus\:border-r-lime-900\/60:focus{
  border-right-color: rgb(54 83 20 / 0.6);
}

.focus\:border-r-lime-900\/65:focus{
  border-right-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(26 46 5 / 0.35);
}

.focus\:border-r-lime-950\/40:focus{
  border-right-color: rgb(26 46 5 / 0.4);
}

.focus\:border-r-lime-950\/45:focus{
  border-right-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(26 46 5 / 0.55);
}

.focus\:border-r-lime-950\/60:focus{
  border-right-color: rgb(26 46 5 / 0.6);
}

.focus\:border-r-lime-950\/65:focus{
  border-right-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-01\/0:focus{
  border-right-color: rgb(224 224 224 / 0);
}

.focus\:border-r-neutral-01\/10:focus{
  border-right-color: rgb(224 224 224 / 0.1);
}

.focus\:border-r-neutral-01\/100:focus{
  border-right-color: rgb(224 224 224 / 1);
}

.focus\:border-r-neutral-01\/15:focus{
  border-right-color: rgb(224 224 224 / 0.15);
}

.focus\:border-r-neutral-01\/20:focus{
  border-right-color: rgb(224 224 224 / 0.2);
}

.focus\:border-r-neutral-01\/25:focus{
  border-right-color: rgb(224 224 224 / 0.25);
}

.focus\:border-r-neutral-01\/30:focus{
  border-right-color: rgb(224 224 224 / 0.3);
}

.focus\:border-r-neutral-01\/35:focus{
  border-right-color: rgb(224 224 224 / 0.35);
}

.focus\:border-r-neutral-01\/40:focus{
  border-right-color: rgb(224 224 224 / 0.4);
}

.focus\:border-r-neutral-01\/45:focus{
  border-right-color: rgb(224 224 224 / 0.45);
}

.focus\:border-r-neutral-01\/5:focus{
  border-right-color: rgb(224 224 224 / 0.05);
}

.focus\:border-r-neutral-01\/50:focus{
  border-right-color: rgb(224 224 224 / 0.5);
}

.focus\:border-r-neutral-01\/55:focus{
  border-right-color: rgb(224 224 224 / 0.55);
}

.focus\:border-r-neutral-01\/60:focus{
  border-right-color: rgb(224 224 224 / 0.6);
}

.focus\:border-r-neutral-01\/65:focus{
  border-right-color: rgb(224 224 224 / 0.65);
}

.focus\:border-r-neutral-01\/70:focus{
  border-right-color: rgb(224 224 224 / 0.7);
}

.focus\:border-r-neutral-01\/75:focus{
  border-right-color: rgb(224 224 224 / 0.75);
}

.focus\:border-r-neutral-01\/80:focus{
  border-right-color: rgb(224 224 224 / 0.8);
}

.focus\:border-r-neutral-01\/85:focus{
  border-right-color: rgb(224 224 224 / 0.85);
}

.focus\:border-r-neutral-01\/90:focus{
  border-right-color: rgb(224 224 224 / 0.9);
}

.focus\:border-r-neutral-01\/95:focus{
  border-right-color: rgb(224 224 224 / 0.95);
}

.focus\:border-r-neutral-02:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-02\/0:focus{
  border-right-color: rgb(228 234 238 / 0);
}

.focus\:border-r-neutral-02\/10:focus{
  border-right-color: rgb(228 234 238 / 0.1);
}

.focus\:border-r-neutral-02\/100:focus{
  border-right-color: rgb(228 234 238 / 1);
}

.focus\:border-r-neutral-02\/15:focus{
  border-right-color: rgb(228 234 238 / 0.15);
}

.focus\:border-r-neutral-02\/20:focus{
  border-right-color: rgb(228 234 238 / 0.2);
}

.focus\:border-r-neutral-02\/25:focus{
  border-right-color: rgb(228 234 238 / 0.25);
}

.focus\:border-r-neutral-02\/30:focus{
  border-right-color: rgb(228 234 238 / 0.3);
}

.focus\:border-r-neutral-02\/35:focus{
  border-right-color: rgb(228 234 238 / 0.35);
}

.focus\:border-r-neutral-02\/40:focus{
  border-right-color: rgb(228 234 238 / 0.4);
}

.focus\:border-r-neutral-02\/45:focus{
  border-right-color: rgb(228 234 238 / 0.45);
}

.focus\:border-r-neutral-02\/5:focus{
  border-right-color: rgb(228 234 238 / 0.05);
}

.focus\:border-r-neutral-02\/50:focus{
  border-right-color: rgb(228 234 238 / 0.5);
}

.focus\:border-r-neutral-02\/55:focus{
  border-right-color: rgb(228 234 238 / 0.55);
}

.focus\:border-r-neutral-02\/60:focus{
  border-right-color: rgb(228 234 238 / 0.6);
}

.focus\:border-r-neutral-02\/65:focus{
  border-right-color: rgb(228 234 238 / 0.65);
}

.focus\:border-r-neutral-02\/70:focus{
  border-right-color: rgb(228 234 238 / 0.7);
}

.focus\:border-r-neutral-02\/75:focus{
  border-right-color: rgb(228 234 238 / 0.75);
}

.focus\:border-r-neutral-02\/80:focus{
  border-right-color: rgb(228 234 238 / 0.8);
}

.focus\:border-r-neutral-02\/85:focus{
  border-right-color: rgb(228 234 238 / 0.85);
}

.focus\:border-r-neutral-02\/90:focus{
  border-right-color: rgb(228 234 238 / 0.9);
}

.focus\:border-r-neutral-02\/95:focus{
  border-right-color: rgb(228 234 238 / 0.95);
}

.focus\:border-r-neutral-03:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-03\/0:focus{
  border-right-color: rgb(236 239 250 / 0);
}

.focus\:border-r-neutral-03\/10:focus{
  border-right-color: rgb(236 239 250 / 0.1);
}

.focus\:border-r-neutral-03\/100:focus{
  border-right-color: rgb(236 239 250 / 1);
}

.focus\:border-r-neutral-03\/15:focus{
  border-right-color: rgb(236 239 250 / 0.15);
}

.focus\:border-r-neutral-03\/20:focus{
  border-right-color: rgb(236 239 250 / 0.2);
}

.focus\:border-r-neutral-03\/25:focus{
  border-right-color: rgb(236 239 250 / 0.25);
}

.focus\:border-r-neutral-03\/30:focus{
  border-right-color: rgb(236 239 250 / 0.3);
}

.focus\:border-r-neutral-03\/35:focus{
  border-right-color: rgb(236 239 250 / 0.35);
}

.focus\:border-r-neutral-03\/40:focus{
  border-right-color: rgb(236 239 250 / 0.4);
}

.focus\:border-r-neutral-03\/45:focus{
  border-right-color: rgb(236 239 250 / 0.45);
}

.focus\:border-r-neutral-03\/5:focus{
  border-right-color: rgb(236 239 250 / 0.05);
}

.focus\:border-r-neutral-03\/50:focus{
  border-right-color: rgb(236 239 250 / 0.5);
}

.focus\:border-r-neutral-03\/55:focus{
  border-right-color: rgb(236 239 250 / 0.55);
}

.focus\:border-r-neutral-03\/60:focus{
  border-right-color: rgb(236 239 250 / 0.6);
}

.focus\:border-r-neutral-03\/65:focus{
  border-right-color: rgb(236 239 250 / 0.65);
}

.focus\:border-r-neutral-03\/70:focus{
  border-right-color: rgb(236 239 250 / 0.7);
}

.focus\:border-r-neutral-03\/75:focus{
  border-right-color: rgb(236 239 250 / 0.75);
}

.focus\:border-r-neutral-03\/80:focus{
  border-right-color: rgb(236 239 250 / 0.8);
}

.focus\:border-r-neutral-03\/85:focus{
  border-right-color: rgb(236 239 250 / 0.85);
}

.focus\:border-r-neutral-03\/90:focus{
  border-right-color: rgb(236 239 250 / 0.9);
}

.focus\:border-r-neutral-03\/95:focus{
  border-right-color: rgb(236 239 250 / 0.95);
}

.focus\:border-r-neutral-04:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-04\/0:focus{
  border-right-color: rgb(215 218 226 / 0);
}

.focus\:border-r-neutral-04\/10:focus{
  border-right-color: rgb(215 218 226 / 0.1);
}

.focus\:border-r-neutral-04\/100:focus{
  border-right-color: rgb(215 218 226 / 1);
}

.focus\:border-r-neutral-04\/15:focus{
  border-right-color: rgb(215 218 226 / 0.15);
}

.focus\:border-r-neutral-04\/20:focus{
  border-right-color: rgb(215 218 226 / 0.2);
}

.focus\:border-r-neutral-04\/25:focus{
  border-right-color: rgb(215 218 226 / 0.25);
}

.focus\:border-r-neutral-04\/30:focus{
  border-right-color: rgb(215 218 226 / 0.3);
}

.focus\:border-r-neutral-04\/35:focus{
  border-right-color: rgb(215 218 226 / 0.35);
}

.focus\:border-r-neutral-04\/40:focus{
  border-right-color: rgb(215 218 226 / 0.4);
}

.focus\:border-r-neutral-04\/45:focus{
  border-right-color: rgb(215 218 226 / 0.45);
}

.focus\:border-r-neutral-04\/5:focus{
  border-right-color: rgb(215 218 226 / 0.05);
}

.focus\:border-r-neutral-04\/50:focus{
  border-right-color: rgb(215 218 226 / 0.5);
}

.focus\:border-r-neutral-04\/55:focus{
  border-right-color: rgb(215 218 226 / 0.55);
}

.focus\:border-r-neutral-04\/60:focus{
  border-right-color: rgb(215 218 226 / 0.6);
}

.focus\:border-r-neutral-04\/65:focus{
  border-right-color: rgb(215 218 226 / 0.65);
}

.focus\:border-r-neutral-04\/70:focus{
  border-right-color: rgb(215 218 226 / 0.7);
}

.focus\:border-r-neutral-04\/75:focus{
  border-right-color: rgb(215 218 226 / 0.75);
}

.focus\:border-r-neutral-04\/80:focus{
  border-right-color: rgb(215 218 226 / 0.8);
}

.focus\:border-r-neutral-04\/85:focus{
  border-right-color: rgb(215 218 226 / 0.85);
}

.focus\:border-r-neutral-04\/90:focus{
  border-right-color: rgb(215 218 226 / 0.9);
}

.focus\:border-r-neutral-04\/95:focus{
  border-right-color: rgb(215 218 226 / 0.95);
}

.focus\:border-r-neutral-05:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-05\/0:focus{
  border-right-color: rgb(246 246 246 / 0);
}

.focus\:border-r-neutral-05\/10:focus{
  border-right-color: rgb(246 246 246 / 0.1);
}

.focus\:border-r-neutral-05\/100:focus{
  border-right-color: rgb(246 246 246 / 1);
}

.focus\:border-r-neutral-05\/15:focus{
  border-right-color: rgb(246 246 246 / 0.15);
}

.focus\:border-r-neutral-05\/20:focus{
  border-right-color: rgb(246 246 246 / 0.2);
}

.focus\:border-r-neutral-05\/25:focus{
  border-right-color: rgb(246 246 246 / 0.25);
}

.focus\:border-r-neutral-05\/30:focus{
  border-right-color: rgb(246 246 246 / 0.3);
}

.focus\:border-r-neutral-05\/35:focus{
  border-right-color: rgb(246 246 246 / 0.35);
}

.focus\:border-r-neutral-05\/40:focus{
  border-right-color: rgb(246 246 246 / 0.4);
}

.focus\:border-r-neutral-05\/45:focus{
  border-right-color: rgb(246 246 246 / 0.45);
}

.focus\:border-r-neutral-05\/5:focus{
  border-right-color: rgb(246 246 246 / 0.05);
}

.focus\:border-r-neutral-05\/50:focus{
  border-right-color: rgb(246 246 246 / 0.5);
}

.focus\:border-r-neutral-05\/55:focus{
  border-right-color: rgb(246 246 246 / 0.55);
}

.focus\:border-r-neutral-05\/60:focus{
  border-right-color: rgb(246 246 246 / 0.6);
}

.focus\:border-r-neutral-05\/65:focus{
  border-right-color: rgb(246 246 246 / 0.65);
}

.focus\:border-r-neutral-05\/70:focus{
  border-right-color: rgb(246 246 246 / 0.7);
}

.focus\:border-r-neutral-05\/75:focus{
  border-right-color: rgb(246 246 246 / 0.75);
}

.focus\:border-r-neutral-05\/80:focus{
  border-right-color: rgb(246 246 246 / 0.8);
}

.focus\:border-r-neutral-05\/85:focus{
  border-right-color: rgb(246 246 246 / 0.85);
}

.focus\:border-r-neutral-05\/90:focus{
  border-right-color: rgb(246 246 246 / 0.9);
}

.focus\:border-r-neutral-05\/95:focus{
  border-right-color: rgb(246 246 246 / 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\/15:focus{
  border-right-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(245 245 245 / 0.35);
}

.focus\:border-r-neutral-100\/40:focus{
  border-right-color: rgb(245 245 245 / 0.4);
}

.focus\:border-r-neutral-100\/45:focus{
  border-right-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(245 245 245 / 0.55);
}

.focus\:border-r-neutral-100\/60:focus{
  border-right-color: rgb(245 245 245 / 0.6);
}

.focus\:border-r-neutral-100\/65:focus{
  border-right-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(229 229 229 / 0.35);
}

.focus\:border-r-neutral-200\/40:focus{
  border-right-color: rgb(229 229 229 / 0.4);
}

.focus\:border-r-neutral-200\/45:focus{
  border-right-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(229 229 229 / 0.55);
}

.focus\:border-r-neutral-200\/60:focus{
  border-right-color: rgb(229 229 229 / 0.6);
}

.focus\:border-r-neutral-200\/65:focus{
  border-right-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(212 212 212 / 0.35);
}

.focus\:border-r-neutral-300\/40:focus{
  border-right-color: rgb(212 212 212 / 0.4);
}

.focus\:border-r-neutral-300\/45:focus{
  border-right-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(212 212 212 / 0.55);
}

.focus\:border-r-neutral-300\/60:focus{
  border-right-color: rgb(212 212 212 / 0.6);
}

.focus\:border-r-neutral-300\/65:focus{
  border-right-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(163 163 163 / 0.35);
}

.focus\:border-r-neutral-400\/40:focus{
  border-right-color: rgb(163 163 163 / 0.4);
}

.focus\:border-r-neutral-400\/45:focus{
  border-right-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(163 163 163 / 0.55);
}

.focus\:border-r-neutral-400\/60:focus{
  border-right-color: rgb(163 163 163 / 0.6);
}

.focus\:border-r-neutral-400\/65:focus{
  border-right-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(250 250 250 / 0.35);
}

.focus\:border-r-neutral-50\/40:focus{
  border-right-color: rgb(250 250 250 / 0.4);
}

.focus\:border-r-neutral-50\/45:focus{
  border-right-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(250 250 250 / 0.55);
}

.focus\:border-r-neutral-50\/60:focus{
  border-right-color: rgb(250 250 250 / 0.6);
}

.focus\:border-r-neutral-50\/65:focus{
  border-right-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(115 115 115 / 0.35);
}

.focus\:border-r-neutral-500\/40:focus{
  border-right-color: rgb(115 115 115 / 0.4);
}

.focus\:border-r-neutral-500\/45:focus{
  border-right-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(115 115 115 / 0.55);
}

.focus\:border-r-neutral-500\/60:focus{
  border-right-color: rgb(115 115 115 / 0.6);
}

.focus\:border-r-neutral-500\/65:focus{
  border-right-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(82 82 82 / 0.35);
}

.focus\:border-r-neutral-600\/40:focus{
  border-right-color: rgb(82 82 82 / 0.4);
}

.focus\:border-r-neutral-600\/45:focus{
  border-right-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(82 82 82 / 0.55);
}

.focus\:border-r-neutral-600\/60:focus{
  border-right-color: rgb(82 82 82 / 0.6);
}

.focus\:border-r-neutral-600\/65:focus{
  border-right-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(64 64 64 / 0.35);
}

.focus\:border-r-neutral-700\/40:focus{
  border-right-color: rgb(64 64 64 / 0.4);
}

.focus\:border-r-neutral-700\/45:focus{
  border-right-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(64 64 64 / 0.55);
}

.focus\:border-r-neutral-700\/60:focus{
  border-right-color: rgb(64 64 64 / 0.6);
}

.focus\:border-r-neutral-700\/65:focus{
  border-right-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(38 38 38 / 0.35);
}

.focus\:border-r-neutral-800\/40:focus{
  border-right-color: rgb(38 38 38 / 0.4);
}

.focus\:border-r-neutral-800\/45:focus{
  border-right-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(38 38 38 / 0.55);
}

.focus\:border-r-neutral-800\/60:focus{
  border-right-color: rgb(38 38 38 / 0.6);
}

.focus\:border-r-neutral-800\/65:focus{
  border-right-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(23 23 23 / 0.35);
}

.focus\:border-r-neutral-900\/40:focus{
  border-right-color: rgb(23 23 23 / 0.4);
}

.focus\:border-r-neutral-900\/45:focus{
  border-right-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(23 23 23 / 0.55);
}

.focus\:border-r-neutral-900\/60:focus{
  border-right-color: rgb(23 23 23 / 0.6);
}

.focus\:border-r-neutral-900\/65:focus{
  border-right-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(10 10 10 / 0.35);
}

.focus\:border-r-neutral-950\/40:focus{
  border-right-color: rgb(10 10 10 / 0.4);
}

.focus\:border-r-neutral-950\/45:focus{
  border-right-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(10 10 10 / 0.55);
}

.focus\:border-r-neutral-950\/60:focus{
  border-right-color: rgb(10 10 10 / 0.6);
}

.focus\:border-r-neutral-950\/65:focus{
  border-right-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(255 237 213 / 0.35);
}

.focus\:border-r-orange-100\/40:focus{
  border-right-color: rgb(255 237 213 / 0.4);
}

.focus\:border-r-orange-100\/45:focus{
  border-right-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(255 237 213 / 0.55);
}

.focus\:border-r-orange-100\/60:focus{
  border-right-color: rgb(255 237 213 / 0.6);
}

.focus\:border-r-orange-100\/65:focus{
  border-right-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(254 215 170 / 0.35);
}

.focus\:border-r-orange-200\/40:focus{
  border-right-color: rgb(254 215 170 / 0.4);
}

.focus\:border-r-orange-200\/45:focus{
  border-right-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(254 215 170 / 0.55);
}

.focus\:border-r-orange-200\/60:focus{
  border-right-color: rgb(254 215 170 / 0.6);
}

.focus\:border-r-orange-200\/65:focus{
  border-right-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(253 186 116 / 0.35);
}

.focus\:border-r-orange-300\/40:focus{
  border-right-color: rgb(253 186 116 / 0.4);
}

.focus\:border-r-orange-300\/45:focus{
  border-right-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(253 186 116 / 0.55);
}

.focus\:border-r-orange-300\/60:focus{
  border-right-color: rgb(253 186 116 / 0.6);
}

.focus\:border-r-orange-300\/65:focus{
  border-right-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(251 146 60 / 0.35);
}

.focus\:border-r-orange-400\/40:focus{
  border-right-color: rgb(251 146 60 / 0.4);
}

.focus\:border-r-orange-400\/45:focus{
  border-right-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(251 146 60 / 0.55);
}

.focus\:border-r-orange-400\/60:focus{
  border-right-color: rgb(251 146 60 / 0.6);
}

.focus\:border-r-orange-400\/65:focus{
  border-right-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(255 247 237 / 0.35);
}

.focus\:border-r-orange-50\/40:focus{
  border-right-color: rgb(255 247 237 / 0.4);
}

.focus\:border-r-orange-50\/45:focus{
  border-right-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(255 247 237 / 0.55);
}

.focus\:border-r-orange-50\/60:focus{
  border-right-color: rgb(255 247 237 / 0.6);
}

.focus\:border-r-orange-50\/65:focus{
  border-right-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(249 115 22 / 0.35);
}

.focus\:border-r-orange-500\/40:focus{
  border-right-color: rgb(249 115 22 / 0.4);
}

.focus\:border-r-orange-500\/45:focus{
  border-right-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(249 115 22 / 0.55);
}

.focus\:border-r-orange-500\/60:focus{
  border-right-color: rgb(249 115 22 / 0.6);
}

.focus\:border-r-orange-500\/65:focus{
  border-right-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(234 88 12 / 0.35);
}

.focus\:border-r-orange-600\/40:focus{
  border-right-color: rgb(234 88 12 / 0.4);
}

.focus\:border-r-orange-600\/45:focus{
  border-right-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(234 88 12 / 0.55);
}

.focus\:border-r-orange-600\/60:focus{
  border-right-color: rgb(234 88 12 / 0.6);
}

.focus\:border-r-orange-600\/65:focus{
  border-right-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(194 65 12 / 0.35);
}

.focus\:border-r-orange-700\/40:focus{
  border-right-color: rgb(194 65 12 / 0.4);
}

.focus\:border-r-orange-700\/45:focus{
  border-right-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(194 65 12 / 0.55);
}

.focus\:border-r-orange-700\/60:focus{
  border-right-color: rgb(194 65 12 / 0.6);
}

.focus\:border-r-orange-700\/65:focus{
  border-right-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(154 52 18 / 0.35);
}

.focus\:border-r-orange-800\/40:focus{
  border-right-color: rgb(154 52 18 / 0.4);
}

.focus\:border-r-orange-800\/45:focus{
  border-right-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(154 52 18 / 0.55);
}

.focus\:border-r-orange-800\/60:focus{
  border-right-color: rgb(154 52 18 / 0.6);
}

.focus\:border-r-orange-800\/65:focus{
  border-right-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(124 45 18 / 0.35);
}

.focus\:border-r-orange-900\/40:focus{
  border-right-color: rgb(124 45 18 / 0.4);
}

.focus\:border-r-orange-900\/45:focus{
  border-right-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(124 45 18 / 0.55);
}

.focus\:border-r-orange-900\/60:focus{
  border-right-color: rgb(124 45 18 / 0.6);
}

.focus\:border-r-orange-900\/65:focus{
  border-right-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(67 20 7 / 0.35);
}

.focus\:border-r-orange-950\/40:focus{
  border-right-color: rgb(67 20 7 / 0.4);
}

.focus\:border-r-orange-950\/45:focus{
  border-right-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(67 20 7 / 0.55);
}

.focus\:border-r-orange-950\/60:focus{
  border-right-color: rgb(67 20 7 / 0.6);
}

.focus\:border-r-orange-950\/65:focus{
  border-right-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  border-right-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(252 231 243 / 0.35);
}

.focus\:border-r-pink-100\/40:focus{
  border-right-color: rgb(252 231 243 / 0.4);
}

.focus\:border-r-pink-100\/45:focus{
  border-right-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(252 231 243 / 0.55);
}

.focus\:border-r-pink-100\/60:focus{
  border-right-color: rgb(252 231 243 / 0.6);
}

.focus\:border-r-pink-100\/65:focus{
  border-right-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(251 207 232 / 0.35);
}

.focus\:border-r-pink-200\/40:focus{
  border-right-color: rgb(251 207 232 / 0.4);
}

.focus\:border-r-pink-200\/45:focus{
  border-right-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(251 207 232 / 0.55);
}

.focus\:border-r-pink-200\/60:focus{
  border-right-color: rgb(251 207 232 / 0.6);
}

.focus\:border-r-pink-200\/65:focus{
  border-right-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(249 168 212 / 0.35);
}

.focus\:border-r-pink-300\/40:focus{
  border-right-color: rgb(249 168 212 / 0.4);
}

.focus\:border-r-pink-300\/45:focus{
  border-right-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(249 168 212 / 0.55);
}

.focus\:border-r-pink-300\/60:focus{
  border-right-color: rgb(249 168 212 / 0.6);
}

.focus\:border-r-pink-300\/65:focus{
  border-right-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(244 114 182 / 0.35);
}

.focus\:border-r-pink-400\/40:focus{
  border-right-color: rgb(244 114 182 / 0.4);
}

.focus\:border-r-pink-400\/45:focus{
  border-right-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(244 114 182 / 0.55);
}

.focus\:border-r-pink-400\/60:focus{
  border-right-color: rgb(244 114 182 / 0.6);
}

.focus\:border-r-pink-400\/65:focus{
  border-right-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(253 242 248 / 0.35);
}

.focus\:border-r-pink-50\/40:focus{
  border-right-color: rgb(253 242 248 / 0.4);
}

.focus\:border-r-pink-50\/45:focus{
  border-right-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(253 242 248 / 0.55);
}

.focus\:border-r-pink-50\/60:focus{
  border-right-color: rgb(253 242 248 / 0.6);
}

.focus\:border-r-pink-50\/65:focus{
  border-right-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(236 72 153 / 0.35);
}

.focus\:border-r-pink-500\/40:focus{
  border-right-color: rgb(236 72 153 / 0.4);
}

.focus\:border-r-pink-500\/45:focus{
  border-right-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(236 72 153 / 0.55);
}

.focus\:border-r-pink-500\/60:focus{
  border-right-color: rgb(236 72 153 / 0.6);
}

.focus\:border-r-pink-500\/65:focus{
  border-right-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(219 39 119 / 0.35);
}

.focus\:border-r-pink-600\/40:focus{
  border-right-color: rgb(219 39 119 / 0.4);
}

.focus\:border-r-pink-600\/45:focus{
  border-right-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(219 39 119 / 0.55);
}

.focus\:border-r-pink-600\/60:focus{
  border-right-color: rgb(219 39 119 / 0.6);
}

.focus\:border-r-pink-600\/65:focus{
  border-right-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(190 24 93 / 0.35);
}

.focus\:border-r-pink-700\/40:focus{
  border-right-color: rgb(190 24 93 / 0.4);
}

.focus\:border-r-pink-700\/45:focus{
  border-right-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(190 24 93 / 0.55);
}

.focus\:border-r-pink-700\/60:focus{
  border-right-color: rgb(190 24 93 / 0.6);
}

.focus\:border-r-pink-700\/65:focus{
  border-right-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(157 23 77 / 0.35);
}

.focus\:border-r-pink-800\/40:focus{
  border-right-color: rgb(157 23 77 / 0.4);
}

.focus\:border-r-pink-800\/45:focus{
  border-right-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(157 23 77 / 0.55);
}

.focus\:border-r-pink-800\/60:focus{
  border-right-color: rgb(157 23 77 / 0.6);
}

.focus\:border-r-pink-800\/65:focus{
  border-right-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(131 24 67 / 0.35);
}

.focus\:border-r-pink-900\/40:focus{
  border-right-color: rgb(131 24 67 / 0.4);
}

.focus\:border-r-pink-900\/45:focus{
  border-right-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(131 24 67 / 0.55);
}

.focus\:border-r-pink-900\/60:focus{
  border-right-color: rgb(131 24 67 / 0.6);
}

.focus\:border-r-pink-900\/65:focus{
  border-right-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(80 7 36 / 0.35);
}

.focus\:border-r-pink-950\/40:focus{
  border-right-color: rgb(80 7 36 / 0.4);
}

.focus\:border-r-pink-950\/45:focus{
  border-right-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(80 7 36 / 0.55);
}

.focus\:border-r-pink-950\/60:focus{
  border-right-color: rgb(80 7 36 / 0.6);
}

.focus\:border-r-pink-950\/65:focus{
  border-right-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.focus\:border-r-primary-hover:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.focus\:border-r-primary-hover\/0:focus{
  border-right-color: rgb(71 57 169 / 0);
}

.focus\:border-r-primary-hover\/10:focus{
  border-right-color: rgb(71 57 169 / 0.1);
}

.focus\:border-r-primary-hover\/100:focus{
  border-right-color: rgb(71 57 169 / 1);
}

.focus\:border-r-primary-hover\/15:focus{
  border-right-color: rgb(71 57 169 / 0.15);
}

.focus\:border-r-primary-hover\/20:focus{
  border-right-color: rgb(71 57 169 / 0.2);
}

.focus\:border-r-primary-hover\/25:focus{
  border-right-color: rgb(71 57 169 / 0.25);
}

.focus\:border-r-primary-hover\/30:focus{
  border-right-color: rgb(71 57 169 / 0.3);
}

.focus\:border-r-primary-hover\/35:focus{
  border-right-color: rgb(71 57 169 / 0.35);
}

.focus\:border-r-primary-hover\/40:focus{
  border-right-color: rgb(71 57 169 / 0.4);
}

.focus\:border-r-primary-hover\/45:focus{
  border-right-color: rgb(71 57 169 / 0.45);
}

.focus\:border-r-primary-hover\/5:focus{
  border-right-color: rgb(71 57 169 / 0.05);
}

.focus\:border-r-primary-hover\/50:focus{
  border-right-color: rgb(71 57 169 / 0.5);
}

.focus\:border-r-primary-hover\/55:focus{
  border-right-color: rgb(71 57 169 / 0.55);
}

.focus\:border-r-primary-hover\/60:focus{
  border-right-color: rgb(71 57 169 / 0.6);
}

.focus\:border-r-primary-hover\/65:focus{
  border-right-color: rgb(71 57 169 / 0.65);
}

.focus\:border-r-primary-hover\/70:focus{
  border-right-color: rgb(71 57 169 / 0.7);
}

.focus\:border-r-primary-hover\/75:focus{
  border-right-color: rgb(71 57 169 / 0.75);
}

.focus\:border-r-primary-hover\/80:focus{
  border-right-color: rgb(71 57 169 / 0.8);
}

.focus\:border-r-primary-hover\/85:focus{
  border-right-color: rgb(71 57 169 / 0.85);
}

.focus\:border-r-primary-hover\/90:focus{
  border-right-color: rgb(71 57 169 / 0.9);
}

.focus\:border-r-primary-hover\/95:focus{
  border-right-color: rgb(71 57 169 / 0.95);
}

.focus\:border-r-primary\/0:focus{
  border-right-color: rgb(85 70 192 / 0);
}

.focus\:border-r-primary\/10:focus{
  border-right-color: rgb(85 70 192 / 0.1);
}

.focus\:border-r-primary\/100:focus{
  border-right-color: rgb(85 70 192 / 1);
}

.focus\:border-r-primary\/15:focus{
  border-right-color: rgb(85 70 192 / 0.15);
}

.focus\:border-r-primary\/20:focus{
  border-right-color: rgb(85 70 192 / 0.2);
}

.focus\:border-r-primary\/25:focus{
  border-right-color: rgb(85 70 192 / 0.25);
}

.focus\:border-r-primary\/30:focus{
  border-right-color: rgb(85 70 192 / 0.3);
}

.focus\:border-r-primary\/35:focus{
  border-right-color: rgb(85 70 192 / 0.35);
}

.focus\:border-r-primary\/40:focus{
  border-right-color: rgb(85 70 192 / 0.4);
}

.focus\:border-r-primary\/45:focus{
  border-right-color: rgb(85 70 192 / 0.45);
}

.focus\:border-r-primary\/5:focus{
  border-right-color: rgb(85 70 192 / 0.05);
}

.focus\:border-r-primary\/50:focus{
  border-right-color: rgb(85 70 192 / 0.5);
}

.focus\:border-r-primary\/55:focus{
  border-right-color: rgb(85 70 192 / 0.55);
}

.focus\:border-r-primary\/60:focus{
  border-right-color: rgb(85 70 192 / 0.6);
}

.focus\:border-r-primary\/65:focus{
  border-right-color: rgb(85 70 192 / 0.65);
}

.focus\:border-r-primary\/70:focus{
  border-right-color: rgb(85 70 192 / 0.7);
}

.focus\:border-r-primary\/75:focus{
  border-right-color: rgb(85 70 192 / 0.75);
}

.focus\:border-r-primary\/80:focus{
  border-right-color: rgb(85 70 192 / 0.8);
}

.focus\:border-r-primary\/85:focus{
  border-right-color: rgb(85 70 192 / 0.85);
}

.focus\:border-r-primary\/90:focus{
  border-right-color: rgb(85 70 192 / 0.9);
}

.focus\:border-r-primary\/95:focus{
  border-right-color: rgb(85 70 192 / 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\/15:focus{
  border-right-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(243 232 255 / 0.35);
}

.focus\:border-r-purple-100\/40:focus{
  border-right-color: rgb(243 232 255 / 0.4);
}

.focus\:border-r-purple-100\/45:focus{
  border-right-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(243 232 255 / 0.55);
}

.focus\:border-r-purple-100\/60:focus{
  border-right-color: rgb(243 232 255 / 0.6);
}

.focus\:border-r-purple-100\/65:focus{
  border-right-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(233 213 255 / 0.35);
}

.focus\:border-r-purple-200\/40:focus{
  border-right-color: rgb(233 213 255 / 0.4);
}

.focus\:border-r-purple-200\/45:focus{
  border-right-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(233 213 255 / 0.55);
}

.focus\:border-r-purple-200\/60:focus{
  border-right-color: rgb(233 213 255 / 0.6);
}

.focus\:border-r-purple-200\/65:focus{
  border-right-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(216 180 254 / 0.35);
}

.focus\:border-r-purple-300\/40:focus{
  border-right-color: rgb(216 180 254 / 0.4);
}

.focus\:border-r-purple-300\/45:focus{
  border-right-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(216 180 254 / 0.55);
}

.focus\:border-r-purple-300\/60:focus{
  border-right-color: rgb(216 180 254 / 0.6);
}

.focus\:border-r-purple-300\/65:focus{
  border-right-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(192 132 252 / 0.35);
}

.focus\:border-r-purple-400\/40:focus{
  border-right-color: rgb(192 132 252 / 0.4);
}

.focus\:border-r-purple-400\/45:focus{
  border-right-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(192 132 252 / 0.55);
}

.focus\:border-r-purple-400\/60:focus{
  border-right-color: rgb(192 132 252 / 0.6);
}

.focus\:border-r-purple-400\/65:focus{
  border-right-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(250 245 255 / 0.35);
}

.focus\:border-r-purple-50\/40:focus{
  border-right-color: rgb(250 245 255 / 0.4);
}

.focus\:border-r-purple-50\/45:focus{
  border-right-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(250 245 255 / 0.55);
}

.focus\:border-r-purple-50\/60:focus{
  border-right-color: rgb(250 245 255 / 0.6);
}

.focus\:border-r-purple-50\/65:focus{
  border-right-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(168 85 247 / 0.35);
}

.focus\:border-r-purple-500\/40:focus{
  border-right-color: rgb(168 85 247 / 0.4);
}

.focus\:border-r-purple-500\/45:focus{
  border-right-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(168 85 247 / 0.55);
}

.focus\:border-r-purple-500\/60:focus{
  border-right-color: rgb(168 85 247 / 0.6);
}

.focus\:border-r-purple-500\/65:focus{
  border-right-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(147 51 234 / 0.35);
}

.focus\:border-r-purple-600\/40:focus{
  border-right-color: rgb(147 51 234 / 0.4);
}

.focus\:border-r-purple-600\/45:focus{
  border-right-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(147 51 234 / 0.55);
}

.focus\:border-r-purple-600\/60:focus{
  border-right-color: rgb(147 51 234 / 0.6);
}

.focus\:border-r-purple-600\/65:focus{
  border-right-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(126 34 206 / 0.35);
}

.focus\:border-r-purple-700\/40:focus{
  border-right-color: rgb(126 34 206 / 0.4);
}

.focus\:border-r-purple-700\/45:focus{
  border-right-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(126 34 206 / 0.55);
}

.focus\:border-r-purple-700\/60:focus{
  border-right-color: rgb(126 34 206 / 0.6);
}

.focus\:border-r-purple-700\/65:focus{
  border-right-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(107 33 168 / 0.35);
}

.focus\:border-r-purple-800\/40:focus{
  border-right-color: rgb(107 33 168 / 0.4);
}

.focus\:border-r-purple-800\/45:focus{
  border-right-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(107 33 168 / 0.55);
}

.focus\:border-r-purple-800\/60:focus{
  border-right-color: rgb(107 33 168 / 0.6);
}

.focus\:border-r-purple-800\/65:focus{
  border-right-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(88 28 135 / 0.35);
}

.focus\:border-r-purple-900\/40:focus{
  border-right-color: rgb(88 28 135 / 0.4);
}

.focus\:border-r-purple-900\/45:focus{
  border-right-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(88 28 135 / 0.55);
}

.focus\:border-r-purple-900\/60:focus{
  border-right-color: rgb(88 28 135 / 0.6);
}

.focus\:border-r-purple-900\/65:focus{
  border-right-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(59 7 100 / 0.35);
}

.focus\:border-r-purple-950\/40:focus{
  border-right-color: rgb(59 7 100 / 0.4);
}

.focus\:border-r-purple-950\/45:focus{
  border-right-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(59 7 100 / 0.55);
}

.focus\:border-r-purple-950\/60:focus{
  border-right-color: rgb(59 7 100 / 0.6);
}

.focus\:border-r-purple-950\/65:focus{
  border-right-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.focus\:border-r-quaternary-hover:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.focus\:border-r-quaternary-hover\/0:focus{
  border-right-color: rgb(43 202 241 / 0);
}

.focus\:border-r-quaternary-hover\/10:focus{
  border-right-color: rgb(43 202 241 / 0.1);
}

.focus\:border-r-quaternary-hover\/100:focus{
  border-right-color: rgb(43 202 241 / 1);
}

.focus\:border-r-quaternary-hover\/15:focus{
  border-right-color: rgb(43 202 241 / 0.15);
}

.focus\:border-r-quaternary-hover\/20:focus{
  border-right-color: rgb(43 202 241 / 0.2);
}

.focus\:border-r-quaternary-hover\/25:focus{
  border-right-color: rgb(43 202 241 / 0.25);
}

.focus\:border-r-quaternary-hover\/30:focus{
  border-right-color: rgb(43 202 241 / 0.3);
}

.focus\:border-r-quaternary-hover\/35:focus{
  border-right-color: rgb(43 202 241 / 0.35);
}

.focus\:border-r-quaternary-hover\/40:focus{
  border-right-color: rgb(43 202 241 / 0.4);
}

.focus\:border-r-quaternary-hover\/45:focus{
  border-right-color: rgb(43 202 241 / 0.45);
}

.focus\:border-r-quaternary-hover\/5:focus{
  border-right-color: rgb(43 202 241 / 0.05);
}

.focus\:border-r-quaternary-hover\/50:focus{
  border-right-color: rgb(43 202 241 / 0.5);
}

.focus\:border-r-quaternary-hover\/55:focus{
  border-right-color: rgb(43 202 241 / 0.55);
}

.focus\:border-r-quaternary-hover\/60:focus{
  border-right-color: rgb(43 202 241 / 0.6);
}

.focus\:border-r-quaternary-hover\/65:focus{
  border-right-color: rgb(43 202 241 / 0.65);
}

.focus\:border-r-quaternary-hover\/70:focus{
  border-right-color: rgb(43 202 241 / 0.7);
}

.focus\:border-r-quaternary-hover\/75:focus{
  border-right-color: rgb(43 202 241 / 0.75);
}

.focus\:border-r-quaternary-hover\/80:focus{
  border-right-color: rgb(43 202 241 / 0.8);
}

.focus\:border-r-quaternary-hover\/85:focus{
  border-right-color: rgb(43 202 241 / 0.85);
}

.focus\:border-r-quaternary-hover\/90:focus{
  border-right-color: rgb(43 202 241 / 0.9);
}

.focus\:border-r-quaternary-hover\/95:focus{
  border-right-color: rgb(43 202 241 / 0.95);
}

.focus\:border-r-quaternary\/0:focus{
  border-right-color: rgb(61 209 246 / 0);
}

.focus\:border-r-quaternary\/10:focus{
  border-right-color: rgb(61 209 246 / 0.1);
}

.focus\:border-r-quaternary\/100:focus{
  border-right-color: rgb(61 209 246 / 1);
}

.focus\:border-r-quaternary\/15:focus{
  border-right-color: rgb(61 209 246 / 0.15);
}

.focus\:border-r-quaternary\/20:focus{
  border-right-color: rgb(61 209 246 / 0.2);
}

.focus\:border-r-quaternary\/25:focus{
  border-right-color: rgb(61 209 246 / 0.25);
}

.focus\:border-r-quaternary\/30:focus{
  border-right-color: rgb(61 209 246 / 0.3);
}

.focus\:border-r-quaternary\/35:focus{
  border-right-color: rgb(61 209 246 / 0.35);
}

.focus\:border-r-quaternary\/40:focus{
  border-right-color: rgb(61 209 246 / 0.4);
}

.focus\:border-r-quaternary\/45:focus{
  border-right-color: rgb(61 209 246 / 0.45);
}

.focus\:border-r-quaternary\/5:focus{
  border-right-color: rgb(61 209 246 / 0.05);
}

.focus\:border-r-quaternary\/50:focus{
  border-right-color: rgb(61 209 246 / 0.5);
}

.focus\:border-r-quaternary\/55:focus{
  border-right-color: rgb(61 209 246 / 0.55);
}

.focus\:border-r-quaternary\/60:focus{
  border-right-color: rgb(61 209 246 / 0.6);
}

.focus\:border-r-quaternary\/65:focus{
  border-right-color: rgb(61 209 246 / 0.65);
}

.focus\:border-r-quaternary\/70:focus{
  border-right-color: rgb(61 209 246 / 0.7);
}

.focus\:border-r-quaternary\/75:focus{
  border-right-color: rgb(61 209 246 / 0.75);
}

.focus\:border-r-quaternary\/80:focus{
  border-right-color: rgb(61 209 246 / 0.8);
}

.focus\:border-r-quaternary\/85:focus{
  border-right-color: rgb(61 209 246 / 0.85);
}

.focus\:border-r-quaternary\/90:focus{
  border-right-color: rgb(61 209 246 / 0.9);
}

.focus\:border-r-quaternary\/95:focus{
  border-right-color: rgb(61 209 246 / 0.95);
}

.focus\:border-r-quinary:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.focus\:border-r-quinary-hover:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.focus\:border-r-quinary-hover\/0:focus{
  border-right-color: rgb(112 126 222 / 0);
}

.focus\:border-r-quinary-hover\/10:focus{
  border-right-color: rgb(112 126 222 / 0.1);
}

.focus\:border-r-quinary-hover\/100:focus{
  border-right-color: rgb(112 126 222 / 1);
}

.focus\:border-r-quinary-hover\/15:focus{
  border-right-color: rgb(112 126 222 / 0.15);
}

.focus\:border-r-quinary-hover\/20:focus{
  border-right-color: rgb(112 126 222 / 0.2);
}

.focus\:border-r-quinary-hover\/25:focus{
  border-right-color: rgb(112 126 222 / 0.25);
}

.focus\:border-r-quinary-hover\/30:focus{
  border-right-color: rgb(112 126 222 / 0.3);
}

.focus\:border-r-quinary-hover\/35:focus{
  border-right-color: rgb(112 126 222 / 0.35);
}

.focus\:border-r-quinary-hover\/40:focus{
  border-right-color: rgb(112 126 222 / 0.4);
}

.focus\:border-r-quinary-hover\/45:focus{
  border-right-color: rgb(112 126 222 / 0.45);
}

.focus\:border-r-quinary-hover\/5:focus{
  border-right-color: rgb(112 126 222 / 0.05);
}

.focus\:border-r-quinary-hover\/50:focus{
  border-right-color: rgb(112 126 222 / 0.5);
}

.focus\:border-r-quinary-hover\/55:focus{
  border-right-color: rgb(112 126 222 / 0.55);
}

.focus\:border-r-quinary-hover\/60:focus{
  border-right-color: rgb(112 126 222 / 0.6);
}

.focus\:border-r-quinary-hover\/65:focus{
  border-right-color: rgb(112 126 222 / 0.65);
}

.focus\:border-r-quinary-hover\/70:focus{
  border-right-color: rgb(112 126 222 / 0.7);
}

.focus\:border-r-quinary-hover\/75:focus{
  border-right-color: rgb(112 126 222 / 0.75);
}

.focus\:border-r-quinary-hover\/80:focus{
  border-right-color: rgb(112 126 222 / 0.8);
}

.focus\:border-r-quinary-hover\/85:focus{
  border-right-color: rgb(112 126 222 / 0.85);
}

.focus\:border-r-quinary-hover\/90:focus{
  border-right-color: rgb(112 126 222 / 0.9);
}

.focus\:border-r-quinary-hover\/95:focus{
  border-right-color: rgb(112 126 222 / 0.95);
}

.focus\:border-r-quinary\/0:focus{
  border-right-color: rgb(136 150 244 / 0);
}

.focus\:border-r-quinary\/10:focus{
  border-right-color: rgb(136 150 244 / 0.1);
}

.focus\:border-r-quinary\/100:focus{
  border-right-color: rgb(136 150 244 / 1);
}

.focus\:border-r-quinary\/15:focus{
  border-right-color: rgb(136 150 244 / 0.15);
}

.focus\:border-r-quinary\/20:focus{
  border-right-color: rgb(136 150 244 / 0.2);
}

.focus\:border-r-quinary\/25:focus{
  border-right-color: rgb(136 150 244 / 0.25);
}

.focus\:border-r-quinary\/30:focus{
  border-right-color: rgb(136 150 244 / 0.3);
}

.focus\:border-r-quinary\/35:focus{
  border-right-color: rgb(136 150 244 / 0.35);
}

.focus\:border-r-quinary\/40:focus{
  border-right-color: rgb(136 150 244 / 0.4);
}

.focus\:border-r-quinary\/45:focus{
  border-right-color: rgb(136 150 244 / 0.45);
}

.focus\:border-r-quinary\/5:focus{
  border-right-color: rgb(136 150 244 / 0.05);
}

.focus\:border-r-quinary\/50:focus{
  border-right-color: rgb(136 150 244 / 0.5);
}

.focus\:border-r-quinary\/55:focus{
  border-right-color: rgb(136 150 244 / 0.55);
}

.focus\:border-r-quinary\/60:focus{
  border-right-color: rgb(136 150 244 / 0.6);
}

.focus\:border-r-quinary\/65:focus{
  border-right-color: rgb(136 150 244 / 0.65);
}

.focus\:border-r-quinary\/70:focus{
  border-right-color: rgb(136 150 244 / 0.7);
}

.focus\:border-r-quinary\/75:focus{
  border-right-color: rgb(136 150 244 / 0.75);
}

.focus\:border-r-quinary\/80:focus{
  border-right-color: rgb(136 150 244 / 0.8);
}

.focus\:border-r-quinary\/85:focus{
  border-right-color: rgb(136 150 244 / 0.85);
}

.focus\:border-r-quinary\/90:focus{
  border-right-color: rgb(136 150 244 / 0.9);
}

.focus\:border-r-quinary\/95:focus{
  border-right-color: rgb(136 150 244 / 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\/15:focus{
  border-right-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(254 226 226 / 0.35);
}

.focus\:border-r-red-100\/40:focus{
  border-right-color: rgb(254 226 226 / 0.4);
}

.focus\:border-r-red-100\/45:focus{
  border-right-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(254 226 226 / 0.55);
}

.focus\:border-r-red-100\/60:focus{
  border-right-color: rgb(254 226 226 / 0.6);
}

.focus\:border-r-red-100\/65:focus{
  border-right-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(254 202 202 / 0.35);
}

.focus\:border-r-red-200\/40:focus{
  border-right-color: rgb(254 202 202 / 0.4);
}

.focus\:border-r-red-200\/45:focus{
  border-right-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(254 202 202 / 0.55);
}

.focus\:border-r-red-200\/60:focus{
  border-right-color: rgb(254 202 202 / 0.6);
}

.focus\:border-r-red-200\/65:focus{
  border-right-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(252 165 165 / 0.35);
}

.focus\:border-r-red-300\/40:focus{
  border-right-color: rgb(252 165 165 / 0.4);
}

.focus\:border-r-red-300\/45:focus{
  border-right-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(252 165 165 / 0.55);
}

.focus\:border-r-red-300\/60:focus{
  border-right-color: rgb(252 165 165 / 0.6);
}

.focus\:border-r-red-300\/65:focus{
  border-right-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(248 113 113 / 0.35);
}

.focus\:border-r-red-400\/40:focus{
  border-right-color: rgb(248 113 113 / 0.4);
}

.focus\:border-r-red-400\/45:focus{
  border-right-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(248 113 113 / 0.55);
}

.focus\:border-r-red-400\/60:focus{
  border-right-color: rgb(248 113 113 / 0.6);
}

.focus\:border-r-red-400\/65:focus{
  border-right-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(254 242 242 / 0.35);
}

.focus\:border-r-red-50\/40:focus{
  border-right-color: rgb(254 242 242 / 0.4);
}

.focus\:border-r-red-50\/45:focus{
  border-right-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(254 242 242 / 0.55);
}

.focus\:border-r-red-50\/60:focus{
  border-right-color: rgb(254 242 242 / 0.6);
}

.focus\:border-r-red-50\/65:focus{
  border-right-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(239 68 68 / 0.35);
}

.focus\:border-r-red-500\/40:focus{
  border-right-color: rgb(239 68 68 / 0.4);
}

.focus\:border-r-red-500\/45:focus{
  border-right-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(239 68 68 / 0.55);
}

.focus\:border-r-red-500\/60:focus{
  border-right-color: rgb(239 68 68 / 0.6);
}

.focus\:border-r-red-500\/65:focus{
  border-right-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(220 38 38 / 0.35);
}

.focus\:border-r-red-600\/40:focus{
  border-right-color: rgb(220 38 38 / 0.4);
}

.focus\:border-r-red-600\/45:focus{
  border-right-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(220 38 38 / 0.55);
}

.focus\:border-r-red-600\/60:focus{
  border-right-color: rgb(220 38 38 / 0.6);
}

.focus\:border-r-red-600\/65:focus{
  border-right-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(185 28 28 / 0.35);
}

.focus\:border-r-red-700\/40:focus{
  border-right-color: rgb(185 28 28 / 0.4);
}

.focus\:border-r-red-700\/45:focus{
  border-right-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(185 28 28 / 0.55);
}

.focus\:border-r-red-700\/60:focus{
  border-right-color: rgb(185 28 28 / 0.6);
}

.focus\:border-r-red-700\/65:focus{
  border-right-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(153 27 27 / 0.35);
}

.focus\:border-r-red-800\/40:focus{
  border-right-color: rgb(153 27 27 / 0.4);
}

.focus\:border-r-red-800\/45:focus{
  border-right-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(153 27 27 / 0.55);
}

.focus\:border-r-red-800\/60:focus{
  border-right-color: rgb(153 27 27 / 0.6);
}

.focus\:border-r-red-800\/65:focus{
  border-right-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(127 29 29 / 0.35);
}

.focus\:border-r-red-900\/40:focus{
  border-right-color: rgb(127 29 29 / 0.4);
}

.focus\:border-r-red-900\/45:focus{
  border-right-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(127 29 29 / 0.55);
}

.focus\:border-r-red-900\/60:focus{
  border-right-color: rgb(127 29 29 / 0.6);
}

.focus\:border-r-red-900\/65:focus{
  border-right-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(69 10 10 / 0.35);
}

.focus\:border-r-red-950\/40:focus{
  border-right-color: rgb(69 10 10 / 0.4);
}

.focus\:border-r-red-950\/45:focus{
  border-right-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(69 10 10 / 0.55);
}

.focus\:border-r-red-950\/60:focus{
  border-right-color: rgb(69 10 10 / 0.6);
}

.focus\:border-r-red-950\/65:focus{
  border-right-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(255 228 230 / 0.35);
}

.focus\:border-r-rose-100\/40:focus{
  border-right-color: rgb(255 228 230 / 0.4);
}

.focus\:border-r-rose-100\/45:focus{
  border-right-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(255 228 230 / 0.55);
}

.focus\:border-r-rose-100\/60:focus{
  border-right-color: rgb(255 228 230 / 0.6);
}

.focus\:border-r-rose-100\/65:focus{
  border-right-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(254 205 211 / 0.35);
}

.focus\:border-r-rose-200\/40:focus{
  border-right-color: rgb(254 205 211 / 0.4);
}

.focus\:border-r-rose-200\/45:focus{
  border-right-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(254 205 211 / 0.55);
}

.focus\:border-r-rose-200\/60:focus{
  border-right-color: rgb(254 205 211 / 0.6);
}

.focus\:border-r-rose-200\/65:focus{
  border-right-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(253 164 175 / 0.35);
}

.focus\:border-r-rose-300\/40:focus{
  border-right-color: rgb(253 164 175 / 0.4);
}

.focus\:border-r-rose-300\/45:focus{
  border-right-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(253 164 175 / 0.55);
}

.focus\:border-r-rose-300\/60:focus{
  border-right-color: rgb(253 164 175 / 0.6);
}

.focus\:border-r-rose-300\/65:focus{
  border-right-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(251 113 133 / 0.35);
}

.focus\:border-r-rose-400\/40:focus{
  border-right-color: rgb(251 113 133 / 0.4);
}

.focus\:border-r-rose-400\/45:focus{
  border-right-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(251 113 133 / 0.55);
}

.focus\:border-r-rose-400\/60:focus{
  border-right-color: rgb(251 113 133 / 0.6);
}

.focus\:border-r-rose-400\/65:focus{
  border-right-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(255 241 242 / 0.35);
}

.focus\:border-r-rose-50\/40:focus{
  border-right-color: rgb(255 241 242 / 0.4);
}

.focus\:border-r-rose-50\/45:focus{
  border-right-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(255 241 242 / 0.55);
}

.focus\:border-r-rose-50\/60:focus{
  border-right-color: rgb(255 241 242 / 0.6);
}

.focus\:border-r-rose-50\/65:focus{
  border-right-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(244 63 94 / 0.35);
}

.focus\:border-r-rose-500\/40:focus{
  border-right-color: rgb(244 63 94 / 0.4);
}

.focus\:border-r-rose-500\/45:focus{
  border-right-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(244 63 94 / 0.55);
}

.focus\:border-r-rose-500\/60:focus{
  border-right-color: rgb(244 63 94 / 0.6);
}

.focus\:border-r-rose-500\/65:focus{
  border-right-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(225 29 72 / 0.35);
}

.focus\:border-r-rose-600\/40:focus{
  border-right-color: rgb(225 29 72 / 0.4);
}

.focus\:border-r-rose-600\/45:focus{
  border-right-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(225 29 72 / 0.55);
}

.focus\:border-r-rose-600\/60:focus{
  border-right-color: rgb(225 29 72 / 0.6);
}

.focus\:border-r-rose-600\/65:focus{
  border-right-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(190 18 60 / 0.35);
}

.focus\:border-r-rose-700\/40:focus{
  border-right-color: rgb(190 18 60 / 0.4);
}

.focus\:border-r-rose-700\/45:focus{
  border-right-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(190 18 60 / 0.55);
}

.focus\:border-r-rose-700\/60:focus{
  border-right-color: rgb(190 18 60 / 0.6);
}

.focus\:border-r-rose-700\/65:focus{
  border-right-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(159 18 57 / 0.35);
}

.focus\:border-r-rose-800\/40:focus{
  border-right-color: rgb(159 18 57 / 0.4);
}

.focus\:border-r-rose-800\/45:focus{
  border-right-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(159 18 57 / 0.55);
}

.focus\:border-r-rose-800\/60:focus{
  border-right-color: rgb(159 18 57 / 0.6);
}

.focus\:border-r-rose-800\/65:focus{
  border-right-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(136 19 55 / 0.35);
}

.focus\:border-r-rose-900\/40:focus{
  border-right-color: rgb(136 19 55 / 0.4);
}

.focus\:border-r-rose-900\/45:focus{
  border-right-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(136 19 55 / 0.55);
}

.focus\:border-r-rose-900\/60:focus{
  border-right-color: rgb(136 19 55 / 0.6);
}

.focus\:border-r-rose-900\/65:focus{
  border-right-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(76 5 25 / 0.35);
}

.focus\:border-r-rose-950\/40:focus{
  border-right-color: rgb(76 5 25 / 0.4);
}

.focus\:border-r-rose-950\/45:focus{
  border-right-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(76 5 25 / 0.55);
}

.focus\:border-r-rose-950\/60:focus{
  border-right-color: rgb(76 5 25 / 0.6);
}

.focus\:border-r-rose-950\/65:focus{
  border-right-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.focus\:border-r-secondary\/0:focus{
  border-right-color: rgb(141 147 167 / 0);
}

.focus\:border-r-secondary\/10:focus{
  border-right-color: rgb(141 147 167 / 0.1);
}

.focus\:border-r-secondary\/100:focus{
  border-right-color: rgb(141 147 167 / 1);
}

.focus\:border-r-secondary\/15:focus{
  border-right-color: rgb(141 147 167 / 0.15);
}

.focus\:border-r-secondary\/20:focus{
  border-right-color: rgb(141 147 167 / 0.2);
}

.focus\:border-r-secondary\/25:focus{
  border-right-color: rgb(141 147 167 / 0.25);
}

.focus\:border-r-secondary\/30:focus{
  border-right-color: rgb(141 147 167 / 0.3);
}

.focus\:border-r-secondary\/35:focus{
  border-right-color: rgb(141 147 167 / 0.35);
}

.focus\:border-r-secondary\/40:focus{
  border-right-color: rgb(141 147 167 / 0.4);
}

.focus\:border-r-secondary\/45:focus{
  border-right-color: rgb(141 147 167 / 0.45);
}

.focus\:border-r-secondary\/5:focus{
  border-right-color: rgb(141 147 167 / 0.05);
}

.focus\:border-r-secondary\/50:focus{
  border-right-color: rgb(141 147 167 / 0.5);
}

.focus\:border-r-secondary\/55:focus{
  border-right-color: rgb(141 147 167 / 0.55);
}

.focus\:border-r-secondary\/60:focus{
  border-right-color: rgb(141 147 167 / 0.6);
}

.focus\:border-r-secondary\/65:focus{
  border-right-color: rgb(141 147 167 / 0.65);
}

.focus\:border-r-secondary\/70:focus{
  border-right-color: rgb(141 147 167 / 0.7);
}

.focus\:border-r-secondary\/75:focus{
  border-right-color: rgb(141 147 167 / 0.75);
}

.focus\:border-r-secondary\/80:focus{
  border-right-color: rgb(141 147 167 / 0.8);
}

.focus\:border-r-secondary\/85:focus{
  border-right-color: rgb(141 147 167 / 0.85);
}

.focus\:border-r-secondary\/90:focus{
  border-right-color: rgb(141 147 167 / 0.9);
}

.focus\:border-r-secondary\/95:focus{
  border-right-color: rgb(141 147 167 / 0.95);
}

.focus\:border-r-senary:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.focus\:border-r-senary\/0:focus{
  border-right-color: rgb(73 134 231 / 0);
}

.focus\:border-r-senary\/10:focus{
  border-right-color: rgb(73 134 231 / 0.1);
}

.focus\:border-r-senary\/100:focus{
  border-right-color: rgb(73 134 231 / 1);
}

.focus\:border-r-senary\/15:focus{
  border-right-color: rgb(73 134 231 / 0.15);
}

.focus\:border-r-senary\/20:focus{
  border-right-color: rgb(73 134 231 / 0.2);
}

.focus\:border-r-senary\/25:focus{
  border-right-color: rgb(73 134 231 / 0.25);
}

.focus\:border-r-senary\/30:focus{
  border-right-color: rgb(73 134 231 / 0.3);
}

.focus\:border-r-senary\/35:focus{
  border-right-color: rgb(73 134 231 / 0.35);
}

.focus\:border-r-senary\/40:focus{
  border-right-color: rgb(73 134 231 / 0.4);
}

.focus\:border-r-senary\/45:focus{
  border-right-color: rgb(73 134 231 / 0.45);
}

.focus\:border-r-senary\/5:focus{
  border-right-color: rgb(73 134 231 / 0.05);
}

.focus\:border-r-senary\/50:focus{
  border-right-color: rgb(73 134 231 / 0.5);
}

.focus\:border-r-senary\/55:focus{
  border-right-color: rgb(73 134 231 / 0.55);
}

.focus\:border-r-senary\/60:focus{
  border-right-color: rgb(73 134 231 / 0.6);
}

.focus\:border-r-senary\/65:focus{
  border-right-color: rgb(73 134 231 / 0.65);
}

.focus\:border-r-senary\/70:focus{
  border-right-color: rgb(73 134 231 / 0.7);
}

.focus\:border-r-senary\/75:focus{
  border-right-color: rgb(73 134 231 / 0.75);
}

.focus\:border-r-senary\/80:focus{
  border-right-color: rgb(73 134 231 / 0.8);
}

.focus\:border-r-senary\/85:focus{
  border-right-color: rgb(73 134 231 / 0.85);
}

.focus\:border-r-senary\/90:focus{
  border-right-color: rgb(73 134 231 / 0.9);
}

.focus\:border-r-senary\/95:focus{
  border-right-color: rgb(73 134 231 / 0.95);
}

.focus\:border-r-septenary:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.focus\:border-r-septenary\/0:focus{
  border-right-color: rgb(49 88 129 / 0);
}

.focus\:border-r-septenary\/10:focus{
  border-right-color: rgb(49 88 129 / 0.1);
}

.focus\:border-r-septenary\/100:focus{
  border-right-color: rgb(49 88 129 / 1);
}

.focus\:border-r-septenary\/15:focus{
  border-right-color: rgb(49 88 129 / 0.15);
}

.focus\:border-r-septenary\/20:focus{
  border-right-color: rgb(49 88 129 / 0.2);
}

.focus\:border-r-septenary\/25:focus{
  border-right-color: rgb(49 88 129 / 0.25);
}

.focus\:border-r-septenary\/30:focus{
  border-right-color: rgb(49 88 129 / 0.3);
}

.focus\:border-r-septenary\/35:focus{
  border-right-color: rgb(49 88 129 / 0.35);
}

.focus\:border-r-septenary\/40:focus{
  border-right-color: rgb(49 88 129 / 0.4);
}

.focus\:border-r-septenary\/45:focus{
  border-right-color: rgb(49 88 129 / 0.45);
}

.focus\:border-r-septenary\/5:focus{
  border-right-color: rgb(49 88 129 / 0.05);
}

.focus\:border-r-septenary\/50:focus{
  border-right-color: rgb(49 88 129 / 0.5);
}

.focus\:border-r-septenary\/55:focus{
  border-right-color: rgb(49 88 129 / 0.55);
}

.focus\:border-r-septenary\/60:focus{
  border-right-color: rgb(49 88 129 / 0.6);
}

.focus\:border-r-septenary\/65:focus{
  border-right-color: rgb(49 88 129 / 0.65);
}

.focus\:border-r-septenary\/70:focus{
  border-right-color: rgb(49 88 129 / 0.7);
}

.focus\:border-r-septenary\/75:focus{
  border-right-color: rgb(49 88 129 / 0.75);
}

.focus\:border-r-septenary\/80:focus{
  border-right-color: rgb(49 88 129 / 0.8);
}

.focus\:border-r-septenary\/85:focus{
  border-right-color: rgb(49 88 129 / 0.85);
}

.focus\:border-r-septenary\/90:focus{
  border-right-color: rgb(49 88 129 / 0.9);
}

.focus\:border-r-septenary\/95:focus{
  border-right-color: rgb(49 88 129 / 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\/15:focus{
  border-right-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(224 242 254 / 0.35);
}

.focus\:border-r-sky-100\/40:focus{
  border-right-color: rgb(224 242 254 / 0.4);
}

.focus\:border-r-sky-100\/45:focus{
  border-right-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(224 242 254 / 0.55);
}

.focus\:border-r-sky-100\/60:focus{
  border-right-color: rgb(224 242 254 / 0.6);
}

.focus\:border-r-sky-100\/65:focus{
  border-right-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(186 230 253 / 0.35);
}

.focus\:border-r-sky-200\/40:focus{
  border-right-color: rgb(186 230 253 / 0.4);
}

.focus\:border-r-sky-200\/45:focus{
  border-right-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(186 230 253 / 0.55);
}

.focus\:border-r-sky-200\/60:focus{
  border-right-color: rgb(186 230 253 / 0.6);
}

.focus\:border-r-sky-200\/65:focus{
  border-right-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(125 211 252 / 0.35);
}

.focus\:border-r-sky-300\/40:focus{
  border-right-color: rgb(125 211 252 / 0.4);
}

.focus\:border-r-sky-300\/45:focus{
  border-right-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(125 211 252 / 0.55);
}

.focus\:border-r-sky-300\/60:focus{
  border-right-color: rgb(125 211 252 / 0.6);
}

.focus\:border-r-sky-300\/65:focus{
  border-right-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(56 189 248 / 0.35);
}

.focus\:border-r-sky-400\/40:focus{
  border-right-color: rgb(56 189 248 / 0.4);
}

.focus\:border-r-sky-400\/45:focus{
  border-right-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(56 189 248 / 0.55);
}

.focus\:border-r-sky-400\/60:focus{
  border-right-color: rgb(56 189 248 / 0.6);
}

.focus\:border-r-sky-400\/65:focus{
  border-right-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(240 249 255 / 0.35);
}

.focus\:border-r-sky-50\/40:focus{
  border-right-color: rgb(240 249 255 / 0.4);
}

.focus\:border-r-sky-50\/45:focus{
  border-right-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(240 249 255 / 0.55);
}

.focus\:border-r-sky-50\/60:focus{
  border-right-color: rgb(240 249 255 / 0.6);
}

.focus\:border-r-sky-50\/65:focus{
  border-right-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(14 165 233 / 0.35);
}

.focus\:border-r-sky-500\/40:focus{
  border-right-color: rgb(14 165 233 / 0.4);
}

.focus\:border-r-sky-500\/45:focus{
  border-right-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(14 165 233 / 0.55);
}

.focus\:border-r-sky-500\/60:focus{
  border-right-color: rgb(14 165 233 / 0.6);
}

.focus\:border-r-sky-500\/65:focus{
  border-right-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(2 132 199 / 0.35);
}

.focus\:border-r-sky-600\/40:focus{
  border-right-color: rgb(2 132 199 / 0.4);
}

.focus\:border-r-sky-600\/45:focus{
  border-right-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(2 132 199 / 0.55);
}

.focus\:border-r-sky-600\/60:focus{
  border-right-color: rgb(2 132 199 / 0.6);
}

.focus\:border-r-sky-600\/65:focus{
  border-right-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(3 105 161 / 0.35);
}

.focus\:border-r-sky-700\/40:focus{
  border-right-color: rgb(3 105 161 / 0.4);
}

.focus\:border-r-sky-700\/45:focus{
  border-right-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(3 105 161 / 0.55);
}

.focus\:border-r-sky-700\/60:focus{
  border-right-color: rgb(3 105 161 / 0.6);
}

.focus\:border-r-sky-700\/65:focus{
  border-right-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(7 89 133 / 0.35);
}

.focus\:border-r-sky-800\/40:focus{
  border-right-color: rgb(7 89 133 / 0.4);
}

.focus\:border-r-sky-800\/45:focus{
  border-right-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(7 89 133 / 0.55);
}

.focus\:border-r-sky-800\/60:focus{
  border-right-color: rgb(7 89 133 / 0.6);
}

.focus\:border-r-sky-800\/65:focus{
  border-right-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(12 74 110 / 0.35);
}

.focus\:border-r-sky-900\/40:focus{
  border-right-color: rgb(12 74 110 / 0.4);
}

.focus\:border-r-sky-900\/45:focus{
  border-right-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(12 74 110 / 0.55);
}

.focus\:border-r-sky-900\/60:focus{
  border-right-color: rgb(12 74 110 / 0.6);
}

.focus\:border-r-sky-900\/65:focus{
  border-right-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(8 47 73 / 0.35);
}

.focus\:border-r-sky-950\/40:focus{
  border-right-color: rgb(8 47 73 / 0.4);
}

.focus\:border-r-sky-950\/45:focus{
  border-right-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(8 47 73 / 0.55);
}

.focus\:border-r-sky-950\/60:focus{
  border-right-color: rgb(8 47 73 / 0.6);
}

.focus\:border-r-sky-950\/65:focus{
  border-right-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(241 245 249 / 0.35);
}

.focus\:border-r-slate-100\/40:focus{
  border-right-color: rgb(241 245 249 / 0.4);
}

.focus\:border-r-slate-100\/45:focus{
  border-right-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(241 245 249 / 0.55);
}

.focus\:border-r-slate-100\/60:focus{
  border-right-color: rgb(241 245 249 / 0.6);
}

.focus\:border-r-slate-100\/65:focus{
  border-right-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(226 232 240 / 0.35);
}

.focus\:border-r-slate-200\/40:focus{
  border-right-color: rgb(226 232 240 / 0.4);
}

.focus\:border-r-slate-200\/45:focus{
  border-right-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(226 232 240 / 0.55);
}

.focus\:border-r-slate-200\/60:focus{
  border-right-color: rgb(226 232 240 / 0.6);
}

.focus\:border-r-slate-200\/65:focus{
  border-right-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(203 213 225 / 0.35);
}

.focus\:border-r-slate-300\/40:focus{
  border-right-color: rgb(203 213 225 / 0.4);
}

.focus\:border-r-slate-300\/45:focus{
  border-right-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(203 213 225 / 0.55);
}

.focus\:border-r-slate-300\/60:focus{
  border-right-color: rgb(203 213 225 / 0.6);
}

.focus\:border-r-slate-300\/65:focus{
  border-right-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(148 163 184 / 0.35);
}

.focus\:border-r-slate-400\/40:focus{
  border-right-color: rgb(148 163 184 / 0.4);
}

.focus\:border-r-slate-400\/45:focus{
  border-right-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(148 163 184 / 0.55);
}

.focus\:border-r-slate-400\/60:focus{
  border-right-color: rgb(148 163 184 / 0.6);
}

.focus\:border-r-slate-400\/65:focus{
  border-right-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(248 250 252 / 0.35);
}

.focus\:border-r-slate-50\/40:focus{
  border-right-color: rgb(248 250 252 / 0.4);
}

.focus\:border-r-slate-50\/45:focus{
  border-right-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(248 250 252 / 0.55);
}

.focus\:border-r-slate-50\/60:focus{
  border-right-color: rgb(248 250 252 / 0.6);
}

.focus\:border-r-slate-50\/65:focus{
  border-right-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(100 116 139 / 0.35);
}

.focus\:border-r-slate-500\/40:focus{
  border-right-color: rgb(100 116 139 / 0.4);
}

.focus\:border-r-slate-500\/45:focus{
  border-right-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(100 116 139 / 0.55);
}

.focus\:border-r-slate-500\/60:focus{
  border-right-color: rgb(100 116 139 / 0.6);
}

.focus\:border-r-slate-500\/65:focus{
  border-right-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(71 85 105 / 0.35);
}

.focus\:border-r-slate-600\/40:focus{
  border-right-color: rgb(71 85 105 / 0.4);
}

.focus\:border-r-slate-600\/45:focus{
  border-right-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(71 85 105 / 0.55);
}

.focus\:border-r-slate-600\/60:focus{
  border-right-color: rgb(71 85 105 / 0.6);
}

.focus\:border-r-slate-600\/65:focus{
  border-right-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(51 65 85 / 0.35);
}

.focus\:border-r-slate-700\/40:focus{
  border-right-color: rgb(51 65 85 / 0.4);
}

.focus\:border-r-slate-700\/45:focus{
  border-right-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(51 65 85 / 0.55);
}

.focus\:border-r-slate-700\/60:focus{
  border-right-color: rgb(51 65 85 / 0.6);
}

.focus\:border-r-slate-700\/65:focus{
  border-right-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(30 41 59 / 0.35);
}

.focus\:border-r-slate-800\/40:focus{
  border-right-color: rgb(30 41 59 / 0.4);
}

.focus\:border-r-slate-800\/45:focus{
  border-right-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(30 41 59 / 0.55);
}

.focus\:border-r-slate-800\/60:focus{
  border-right-color: rgb(30 41 59 / 0.6);
}

.focus\:border-r-slate-800\/65:focus{
  border-right-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(15 23 42 / 0.35);
}

.focus\:border-r-slate-900\/40:focus{
  border-right-color: rgb(15 23 42 / 0.4);
}

.focus\:border-r-slate-900\/45:focus{
  border-right-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(15 23 42 / 0.55);
}

.focus\:border-r-slate-900\/60:focus{
  border-right-color: rgb(15 23 42 / 0.6);
}

.focus\:border-r-slate-900\/65:focus{
  border-right-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(2 6 23 / 0.35);
}

.focus\:border-r-slate-950\/40:focus{
  border-right-color: rgb(2 6 23 / 0.4);
}

.focus\:border-r-slate-950\/45:focus{
  border-right-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(2 6 23 / 0.55);
}

.focus\:border-r-slate-950\/60:focus{
  border-right-color: rgb(2 6 23 / 0.6);
}

.focus\:border-r-slate-950\/65:focus{
  border-right-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(245 245 244 / 0.35);
}

.focus\:border-r-stone-100\/40:focus{
  border-right-color: rgb(245 245 244 / 0.4);
}

.focus\:border-r-stone-100\/45:focus{
  border-right-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(245 245 244 / 0.55);
}

.focus\:border-r-stone-100\/60:focus{
  border-right-color: rgb(245 245 244 / 0.6);
}

.focus\:border-r-stone-100\/65:focus{
  border-right-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(231 229 228 / 0.35);
}

.focus\:border-r-stone-200\/40:focus{
  border-right-color: rgb(231 229 228 / 0.4);
}

.focus\:border-r-stone-200\/45:focus{
  border-right-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(231 229 228 / 0.55);
}

.focus\:border-r-stone-200\/60:focus{
  border-right-color: rgb(231 229 228 / 0.6);
}

.focus\:border-r-stone-200\/65:focus{
  border-right-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(214 211 209 / 0.35);
}

.focus\:border-r-stone-300\/40:focus{
  border-right-color: rgb(214 211 209 / 0.4);
}

.focus\:border-r-stone-300\/45:focus{
  border-right-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(214 211 209 / 0.55);
}

.focus\:border-r-stone-300\/60:focus{
  border-right-color: rgb(214 211 209 / 0.6);
}

.focus\:border-r-stone-300\/65:focus{
  border-right-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(168 162 158 / 0.35);
}

.focus\:border-r-stone-400\/40:focus{
  border-right-color: rgb(168 162 158 / 0.4);
}

.focus\:border-r-stone-400\/45:focus{
  border-right-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(168 162 158 / 0.55);
}

.focus\:border-r-stone-400\/60:focus{
  border-right-color: rgb(168 162 158 / 0.6);
}

.focus\:border-r-stone-400\/65:focus{
  border-right-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(250 250 249 / 0.35);
}

.focus\:border-r-stone-50\/40:focus{
  border-right-color: rgb(250 250 249 / 0.4);
}

.focus\:border-r-stone-50\/45:focus{
  border-right-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(250 250 249 / 0.55);
}

.focus\:border-r-stone-50\/60:focus{
  border-right-color: rgb(250 250 249 / 0.6);
}

.focus\:border-r-stone-50\/65:focus{
  border-right-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(120 113 108 / 0.35);
}

.focus\:border-r-stone-500\/40:focus{
  border-right-color: rgb(120 113 108 / 0.4);
}

.focus\:border-r-stone-500\/45:focus{
  border-right-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(120 113 108 / 0.55);
}

.focus\:border-r-stone-500\/60:focus{
  border-right-color: rgb(120 113 108 / 0.6);
}

.focus\:border-r-stone-500\/65:focus{
  border-right-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(87 83 78 / 0.35);
}

.focus\:border-r-stone-600\/40:focus{
  border-right-color: rgb(87 83 78 / 0.4);
}

.focus\:border-r-stone-600\/45:focus{
  border-right-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(87 83 78 / 0.55);
}

.focus\:border-r-stone-600\/60:focus{
  border-right-color: rgb(87 83 78 / 0.6);
}

.focus\:border-r-stone-600\/65:focus{
  border-right-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(68 64 60 / 0.35);
}

.focus\:border-r-stone-700\/40:focus{
  border-right-color: rgb(68 64 60 / 0.4);
}

.focus\:border-r-stone-700\/45:focus{
  border-right-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(68 64 60 / 0.55);
}

.focus\:border-r-stone-700\/60:focus{
  border-right-color: rgb(68 64 60 / 0.6);
}

.focus\:border-r-stone-700\/65:focus{
  border-right-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(41 37 36 / 0.35);
}

.focus\:border-r-stone-800\/40:focus{
  border-right-color: rgb(41 37 36 / 0.4);
}

.focus\:border-r-stone-800\/45:focus{
  border-right-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(41 37 36 / 0.55);
}

.focus\:border-r-stone-800\/60:focus{
  border-right-color: rgb(41 37 36 / 0.6);
}

.focus\:border-r-stone-800\/65:focus{
  border-right-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(28 25 23 / 0.35);
}

.focus\:border-r-stone-900\/40:focus{
  border-right-color: rgb(28 25 23 / 0.4);
}

.focus\:border-r-stone-900\/45:focus{
  border-right-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(28 25 23 / 0.55);
}

.focus\:border-r-stone-900\/60:focus{
  border-right-color: rgb(28 25 23 / 0.6);
}

.focus\:border-r-stone-900\/65:focus{
  border-right-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(12 10 9 / 0.35);
}

.focus\:border-r-stone-950\/40:focus{
  border-right-color: rgb(12 10 9 / 0.4);
}

.focus\:border-r-stone-950\/45:focus{
  border-right-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(12 10 9 / 0.55);
}

.focus\:border-r-stone-950\/60:focus{
  border-right-color: rgb(12 10 9 / 0.6);
}

.focus\:border-r-stone-950\/65:focus{
  border-right-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.focus\:border-r-success\/0:focus{
  border-right-color: rgb(7 196 149 / 0);
}

.focus\:border-r-success\/10:focus{
  border-right-color: rgb(7 196 149 / 0.1);
}

.focus\:border-r-success\/100:focus{
  border-right-color: rgb(7 196 149 / 1);
}

.focus\:border-r-success\/15:focus{
  border-right-color: rgb(7 196 149 / 0.15);
}

.focus\:border-r-success\/20:focus{
  border-right-color: rgb(7 196 149 / 0.2);
}

.focus\:border-r-success\/25:focus{
  border-right-color: rgb(7 196 149 / 0.25);
}

.focus\:border-r-success\/30:focus{
  border-right-color: rgb(7 196 149 / 0.3);
}

.focus\:border-r-success\/35:focus{
  border-right-color: rgb(7 196 149 / 0.35);
}

.focus\:border-r-success\/40:focus{
  border-right-color: rgb(7 196 149 / 0.4);
}

.focus\:border-r-success\/45:focus{
  border-right-color: rgb(7 196 149 / 0.45);
}

.focus\:border-r-success\/5:focus{
  border-right-color: rgb(7 196 149 / 0.05);
}

.focus\:border-r-success\/50:focus{
  border-right-color: rgb(7 196 149 / 0.5);
}

.focus\:border-r-success\/55:focus{
  border-right-color: rgb(7 196 149 / 0.55);
}

.focus\:border-r-success\/60:focus{
  border-right-color: rgb(7 196 149 / 0.6);
}

.focus\:border-r-success\/65:focus{
  border-right-color: rgb(7 196 149 / 0.65);
}

.focus\:border-r-success\/70:focus{
  border-right-color: rgb(7 196 149 / 0.7);
}

.focus\:border-r-success\/75:focus{
  border-right-color: rgb(7 196 149 / 0.75);
}

.focus\:border-r-success\/80:focus{
  border-right-color: rgb(7 196 149 / 0.8);
}

.focus\:border-r-success\/85:focus{
  border-right-color: rgb(7 196 149 / 0.85);
}

.focus\:border-r-success\/90:focus{
  border-right-color: rgb(7 196 149 / 0.9);
}

.focus\:border-r-success\/95:focus{
  border-right-color: rgb(7 196 149 / 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\/15:focus{
  border-right-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(204 251 241 / 0.35);
}

.focus\:border-r-teal-100\/40:focus{
  border-right-color: rgb(204 251 241 / 0.4);
}

.focus\:border-r-teal-100\/45:focus{
  border-right-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(204 251 241 / 0.55);
}

.focus\:border-r-teal-100\/60:focus{
  border-right-color: rgb(204 251 241 / 0.6);
}

.focus\:border-r-teal-100\/65:focus{
  border-right-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(153 246 228 / 0.35);
}

.focus\:border-r-teal-200\/40:focus{
  border-right-color: rgb(153 246 228 / 0.4);
}

.focus\:border-r-teal-200\/45:focus{
  border-right-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(153 246 228 / 0.55);
}

.focus\:border-r-teal-200\/60:focus{
  border-right-color: rgb(153 246 228 / 0.6);
}

.focus\:border-r-teal-200\/65:focus{
  border-right-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(94 234 212 / 0.35);
}

.focus\:border-r-teal-300\/40:focus{
  border-right-color: rgb(94 234 212 / 0.4);
}

.focus\:border-r-teal-300\/45:focus{
  border-right-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(94 234 212 / 0.55);
}

.focus\:border-r-teal-300\/60:focus{
  border-right-color: rgb(94 234 212 / 0.6);
}

.focus\:border-r-teal-300\/65:focus{
  border-right-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(45 212 191 / 0.35);
}

.focus\:border-r-teal-400\/40:focus{
  border-right-color: rgb(45 212 191 / 0.4);
}

.focus\:border-r-teal-400\/45:focus{
  border-right-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(45 212 191 / 0.55);
}

.focus\:border-r-teal-400\/60:focus{
  border-right-color: rgb(45 212 191 / 0.6);
}

.focus\:border-r-teal-400\/65:focus{
  border-right-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(240 253 250 / 0.35);
}

.focus\:border-r-teal-50\/40:focus{
  border-right-color: rgb(240 253 250 / 0.4);
}

.focus\:border-r-teal-50\/45:focus{
  border-right-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(240 253 250 / 0.55);
}

.focus\:border-r-teal-50\/60:focus{
  border-right-color: rgb(240 253 250 / 0.6);
}

.focus\:border-r-teal-50\/65:focus{
  border-right-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(20 184 166 / 0.35);
}

.focus\:border-r-teal-500\/40:focus{
  border-right-color: rgb(20 184 166 / 0.4);
}

.focus\:border-r-teal-500\/45:focus{
  border-right-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(20 184 166 / 0.55);
}

.focus\:border-r-teal-500\/60:focus{
  border-right-color: rgb(20 184 166 / 0.6);
}

.focus\:border-r-teal-500\/65:focus{
  border-right-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(13 148 136 / 0.35);
}

.focus\:border-r-teal-600\/40:focus{
  border-right-color: rgb(13 148 136 / 0.4);
}

.focus\:border-r-teal-600\/45:focus{
  border-right-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(13 148 136 / 0.55);
}

.focus\:border-r-teal-600\/60:focus{
  border-right-color: rgb(13 148 136 / 0.6);
}

.focus\:border-r-teal-600\/65:focus{
  border-right-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(15 118 110 / 0.35);
}

.focus\:border-r-teal-700\/40:focus{
  border-right-color: rgb(15 118 110 / 0.4);
}

.focus\:border-r-teal-700\/45:focus{
  border-right-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(15 118 110 / 0.55);
}

.focus\:border-r-teal-700\/60:focus{
  border-right-color: rgb(15 118 110 / 0.6);
}

.focus\:border-r-teal-700\/65:focus{
  border-right-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(17 94 89 / 0.35);
}

.focus\:border-r-teal-800\/40:focus{
  border-right-color: rgb(17 94 89 / 0.4);
}

.focus\:border-r-teal-800\/45:focus{
  border-right-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(17 94 89 / 0.55);
}

.focus\:border-r-teal-800\/60:focus{
  border-right-color: rgb(17 94 89 / 0.6);
}

.focus\:border-r-teal-800\/65:focus{
  border-right-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(19 78 74 / 0.35);
}

.focus\:border-r-teal-900\/40:focus{
  border-right-color: rgb(19 78 74 / 0.4);
}

.focus\:border-r-teal-900\/45:focus{
  border-right-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(19 78 74 / 0.55);
}

.focus\:border-r-teal-900\/60:focus{
  border-right-color: rgb(19 78 74 / 0.6);
}

.focus\:border-r-teal-900\/65:focus{
  border-right-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(4 47 46 / 0.35);
}

.focus\:border-r-teal-950\/40:focus{
  border-right-color: rgb(4 47 46 / 0.4);
}

.focus\:border-r-teal-950\/45:focus{
  border-right-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(4 47 46 / 0.55);
}

.focus\:border-r-teal-950\/60:focus{
  border-right-color: rgb(4 47 46 / 0.6);
}

.focus\:border-r-teal-950\/65:focus{
  border-right-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.focus\:border-r-tertiary-hover:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.focus\:border-r-tertiary-hover\/0:focus{
  border-right-color: rgb(20 123 223 / 0);
}

.focus\:border-r-tertiary-hover\/10:focus{
  border-right-color: rgb(20 123 223 / 0.1);
}

.focus\:border-r-tertiary-hover\/100:focus{
  border-right-color: rgb(20 123 223 / 1);
}

.focus\:border-r-tertiary-hover\/15:focus{
  border-right-color: rgb(20 123 223 / 0.15);
}

.focus\:border-r-tertiary-hover\/20:focus{
  border-right-color: rgb(20 123 223 / 0.2);
}

.focus\:border-r-tertiary-hover\/25:focus{
  border-right-color: rgb(20 123 223 / 0.25);
}

.focus\:border-r-tertiary-hover\/30:focus{
  border-right-color: rgb(20 123 223 / 0.3);
}

.focus\:border-r-tertiary-hover\/35:focus{
  border-right-color: rgb(20 123 223 / 0.35);
}

.focus\:border-r-tertiary-hover\/40:focus{
  border-right-color: rgb(20 123 223 / 0.4);
}

.focus\:border-r-tertiary-hover\/45:focus{
  border-right-color: rgb(20 123 223 / 0.45);
}

.focus\:border-r-tertiary-hover\/5:focus{
  border-right-color: rgb(20 123 223 / 0.05);
}

.focus\:border-r-tertiary-hover\/50:focus{
  border-right-color: rgb(20 123 223 / 0.5);
}

.focus\:border-r-tertiary-hover\/55:focus{
  border-right-color: rgb(20 123 223 / 0.55);
}

.focus\:border-r-tertiary-hover\/60:focus{
  border-right-color: rgb(20 123 223 / 0.6);
}

.focus\:border-r-tertiary-hover\/65:focus{
  border-right-color: rgb(20 123 223 / 0.65);
}

.focus\:border-r-tertiary-hover\/70:focus{
  border-right-color: rgb(20 123 223 / 0.7);
}

.focus\:border-r-tertiary-hover\/75:focus{
  border-right-color: rgb(20 123 223 / 0.75);
}

.focus\:border-r-tertiary-hover\/80:focus{
  border-right-color: rgb(20 123 223 / 0.8);
}

.focus\:border-r-tertiary-hover\/85:focus{
  border-right-color: rgb(20 123 223 / 0.85);
}

.focus\:border-r-tertiary-hover\/90:focus{
  border-right-color: rgb(20 123 223 / 0.9);
}

.focus\:border-r-tertiary-hover\/95:focus{
  border-right-color: rgb(20 123 223 / 0.95);
}

.focus\:border-r-tertiary\/0:focus{
  border-right-color: rgb(22 137 252 / 0);
}

.focus\:border-r-tertiary\/10:focus{
  border-right-color: rgb(22 137 252 / 0.1);
}

.focus\:border-r-tertiary\/100:focus{
  border-right-color: rgb(22 137 252 / 1);
}

.focus\:border-r-tertiary\/15:focus{
  border-right-color: rgb(22 137 252 / 0.15);
}

.focus\:border-r-tertiary\/20:focus{
  border-right-color: rgb(22 137 252 / 0.2);
}

.focus\:border-r-tertiary\/25:focus{
  border-right-color: rgb(22 137 252 / 0.25);
}

.focus\:border-r-tertiary\/30:focus{
  border-right-color: rgb(22 137 252 / 0.3);
}

.focus\:border-r-tertiary\/35:focus{
  border-right-color: rgb(22 137 252 / 0.35);
}

.focus\:border-r-tertiary\/40:focus{
  border-right-color: rgb(22 137 252 / 0.4);
}

.focus\:border-r-tertiary\/45:focus{
  border-right-color: rgb(22 137 252 / 0.45);
}

.focus\:border-r-tertiary\/5:focus{
  border-right-color: rgb(22 137 252 / 0.05);
}

.focus\:border-r-tertiary\/50:focus{
  border-right-color: rgb(22 137 252 / 0.5);
}

.focus\:border-r-tertiary\/55:focus{
  border-right-color: rgb(22 137 252 / 0.55);
}

.focus\:border-r-tertiary\/60:focus{
  border-right-color: rgb(22 137 252 / 0.6);
}

.focus\:border-r-tertiary\/65:focus{
  border-right-color: rgb(22 137 252 / 0.65);
}

.focus\:border-r-tertiary\/70:focus{
  border-right-color: rgb(22 137 252 / 0.7);
}

.focus\:border-r-tertiary\/75:focus{
  border-right-color: rgb(22 137 252 / 0.75);
}

.focus\:border-r-tertiary\/80:focus{
  border-right-color: rgb(22 137 252 / 0.8);
}

.focus\:border-r-tertiary\/85:focus{
  border-right-color: rgb(22 137 252 / 0.85);
}

.focus\:border-r-tertiary\/90:focus{
  border-right-color: rgb(22 137 252 / 0.9);
}

.focus\:border-r-tertiary\/95:focus{
  border-right-color: rgb(22 137 252 / 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\/15:focus{
  border-right-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(0 0 0 / 0.35);
}

.focus\:border-r-transparent\/40:focus{
  border-right-color: rgb(0 0 0 / 0.4);
}

.focus\:border-r-transparent\/45:focus{
  border-right-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(0 0 0 / 0.55);
}

.focus\:border-r-transparent\/60:focus{
  border-right-color: rgb(0 0 0 / 0.6);
}

.focus\:border-r-transparent\/65:focus{
  border-right-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  border-right-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(237 233 254 / 0.35);
}

.focus\:border-r-violet-100\/40:focus{
  border-right-color: rgb(237 233 254 / 0.4);
}

.focus\:border-r-violet-100\/45:focus{
  border-right-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(237 233 254 / 0.55);
}

.focus\:border-r-violet-100\/60:focus{
  border-right-color: rgb(237 233 254 / 0.6);
}

.focus\:border-r-violet-100\/65:focus{
  border-right-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(221 214 254 / 0.35);
}

.focus\:border-r-violet-200\/40:focus{
  border-right-color: rgb(221 214 254 / 0.4);
}

.focus\:border-r-violet-200\/45:focus{
  border-right-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(221 214 254 / 0.55);
}

.focus\:border-r-violet-200\/60:focus{
  border-right-color: rgb(221 214 254 / 0.6);
}

.focus\:border-r-violet-200\/65:focus{
  border-right-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(196 181 253 / 0.35);
}

.focus\:border-r-violet-300\/40:focus{
  border-right-color: rgb(196 181 253 / 0.4);
}

.focus\:border-r-violet-300\/45:focus{
  border-right-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(196 181 253 / 0.55);
}

.focus\:border-r-violet-300\/60:focus{
  border-right-color: rgb(196 181 253 / 0.6);
}

.focus\:border-r-violet-300\/65:focus{
  border-right-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(167 139 250 / 0.35);
}

.focus\:border-r-violet-400\/40:focus{
  border-right-color: rgb(167 139 250 / 0.4);
}

.focus\:border-r-violet-400\/45:focus{
  border-right-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(167 139 250 / 0.55);
}

.focus\:border-r-violet-400\/60:focus{
  border-right-color: rgb(167 139 250 / 0.6);
}

.focus\:border-r-violet-400\/65:focus{
  border-right-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(245 243 255 / 0.35);
}

.focus\:border-r-violet-50\/40:focus{
  border-right-color: rgb(245 243 255 / 0.4);
}

.focus\:border-r-violet-50\/45:focus{
  border-right-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(245 243 255 / 0.55);
}

.focus\:border-r-violet-50\/60:focus{
  border-right-color: rgb(245 243 255 / 0.6);
}

.focus\:border-r-violet-50\/65:focus{
  border-right-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(139 92 246 / 0.35);
}

.focus\:border-r-violet-500\/40:focus{
  border-right-color: rgb(139 92 246 / 0.4);
}

.focus\:border-r-violet-500\/45:focus{
  border-right-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(139 92 246 / 0.55);
}

.focus\:border-r-violet-500\/60:focus{
  border-right-color: rgb(139 92 246 / 0.6);
}

.focus\:border-r-violet-500\/65:focus{
  border-right-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(124 58 237 / 0.35);
}

.focus\:border-r-violet-600\/40:focus{
  border-right-color: rgb(124 58 237 / 0.4);
}

.focus\:border-r-violet-600\/45:focus{
  border-right-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(124 58 237 / 0.55);
}

.focus\:border-r-violet-600\/60:focus{
  border-right-color: rgb(124 58 237 / 0.6);
}

.focus\:border-r-violet-600\/65:focus{
  border-right-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(109 40 217 / 0.35);
}

.focus\:border-r-violet-700\/40:focus{
  border-right-color: rgb(109 40 217 / 0.4);
}

.focus\:border-r-violet-700\/45:focus{
  border-right-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(109 40 217 / 0.55);
}

.focus\:border-r-violet-700\/60:focus{
  border-right-color: rgb(109 40 217 / 0.6);
}

.focus\:border-r-violet-700\/65:focus{
  border-right-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(91 33 182 / 0.35);
}

.focus\:border-r-violet-800\/40:focus{
  border-right-color: rgb(91 33 182 / 0.4);
}

.focus\:border-r-violet-800\/45:focus{
  border-right-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(91 33 182 / 0.55);
}

.focus\:border-r-violet-800\/60:focus{
  border-right-color: rgb(91 33 182 / 0.6);
}

.focus\:border-r-violet-800\/65:focus{
  border-right-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(76 29 149 / 0.35);
}

.focus\:border-r-violet-900\/40:focus{
  border-right-color: rgb(76 29 149 / 0.4);
}

.focus\:border-r-violet-900\/45:focus{
  border-right-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(76 29 149 / 0.55);
}

.focus\:border-r-violet-900\/60:focus{
  border-right-color: rgb(76 29 149 / 0.6);
}

.focus\:border-r-violet-900\/65:focus{
  border-right-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(46 16 101 / 0.35);
}

.focus\:border-r-violet-950\/40:focus{
  border-right-color: rgb(46 16 101 / 0.4);
}

.focus\:border-r-violet-950\/45:focus{
  border-right-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(46 16 101 / 0.55);
}

.focus\:border-r-violet-950\/60:focus{
  border-right-color: rgb(46 16 101 / 0.6);
}

.focus\:border-r-violet-950\/65:focus{
  border-right-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(255 255 255 / 0.35);
}

.focus\:border-r-white\/40:focus{
  border-right-color: rgb(255 255 255 / 0.4);
}

.focus\:border-r-white\/45:focus{
  border-right-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(255 255 255 / 0.55);
}

.focus\:border-r-white\/60:focus{
  border-right-color: rgb(255 255 255 / 0.6);
}

.focus\:border-r-white\/65:focus{
  border-right-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  border-right-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(254 249 195 / 0.35);
}

.focus\:border-r-yellow-100\/40:focus{
  border-right-color: rgb(254 249 195 / 0.4);
}

.focus\:border-r-yellow-100\/45:focus{
  border-right-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(254 249 195 / 0.55);
}

.focus\:border-r-yellow-100\/60:focus{
  border-right-color: rgb(254 249 195 / 0.6);
}

.focus\:border-r-yellow-100\/65:focus{
  border-right-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(254 240 138 / 0.35);
}

.focus\:border-r-yellow-200\/40:focus{
  border-right-color: rgb(254 240 138 / 0.4);
}

.focus\:border-r-yellow-200\/45:focus{
  border-right-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(254 240 138 / 0.55);
}

.focus\:border-r-yellow-200\/60:focus{
  border-right-color: rgb(254 240 138 / 0.6);
}

.focus\:border-r-yellow-200\/65:focus{
  border-right-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(253 224 71 / 0.35);
}

.focus\:border-r-yellow-300\/40:focus{
  border-right-color: rgb(253 224 71 / 0.4);
}

.focus\:border-r-yellow-300\/45:focus{
  border-right-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(253 224 71 / 0.55);
}

.focus\:border-r-yellow-300\/60:focus{
  border-right-color: rgb(253 224 71 / 0.6);
}

.focus\:border-r-yellow-300\/65:focus{
  border-right-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(250 204 21 / 0.35);
}

.focus\:border-r-yellow-400\/40:focus{
  border-right-color: rgb(250 204 21 / 0.4);
}

.focus\:border-r-yellow-400\/45:focus{
  border-right-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(250 204 21 / 0.55);
}

.focus\:border-r-yellow-400\/60:focus{
  border-right-color: rgb(250 204 21 / 0.6);
}

.focus\:border-r-yellow-400\/65:focus{
  border-right-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(254 252 232 / 0.35);
}

.focus\:border-r-yellow-50\/40:focus{
  border-right-color: rgb(254 252 232 / 0.4);
}

.focus\:border-r-yellow-50\/45:focus{
  border-right-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(254 252 232 / 0.55);
}

.focus\:border-r-yellow-50\/60:focus{
  border-right-color: rgb(254 252 232 / 0.6);
}

.focus\:border-r-yellow-50\/65:focus{
  border-right-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(234 179 8 / 0.35);
}

.focus\:border-r-yellow-500\/40:focus{
  border-right-color: rgb(234 179 8 / 0.4);
}

.focus\:border-r-yellow-500\/45:focus{
  border-right-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(234 179 8 / 0.55);
}

.focus\:border-r-yellow-500\/60:focus{
  border-right-color: rgb(234 179 8 / 0.6);
}

.focus\:border-r-yellow-500\/65:focus{
  border-right-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(202 138 4 / 0.35);
}

.focus\:border-r-yellow-600\/40:focus{
  border-right-color: rgb(202 138 4 / 0.4);
}

.focus\:border-r-yellow-600\/45:focus{
  border-right-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(202 138 4 / 0.55);
}

.focus\:border-r-yellow-600\/60:focus{
  border-right-color: rgb(202 138 4 / 0.6);
}

.focus\:border-r-yellow-600\/65:focus{
  border-right-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(161 98 7 / 0.35);
}

.focus\:border-r-yellow-700\/40:focus{
  border-right-color: rgb(161 98 7 / 0.4);
}

.focus\:border-r-yellow-700\/45:focus{
  border-right-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(161 98 7 / 0.55);
}

.focus\:border-r-yellow-700\/60:focus{
  border-right-color: rgb(161 98 7 / 0.6);
}

.focus\:border-r-yellow-700\/65:focus{
  border-right-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(133 77 14 / 0.35);
}

.focus\:border-r-yellow-800\/40:focus{
  border-right-color: rgb(133 77 14 / 0.4);
}

.focus\:border-r-yellow-800\/45:focus{
  border-right-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(133 77 14 / 0.55);
}

.focus\:border-r-yellow-800\/60:focus{
  border-right-color: rgb(133 77 14 / 0.6);
}

.focus\:border-r-yellow-800\/65:focus{
  border-right-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(113 63 18 / 0.35);
}

.focus\:border-r-yellow-900\/40:focus{
  border-right-color: rgb(113 63 18 / 0.4);
}

.focus\:border-r-yellow-900\/45:focus{
  border-right-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(113 63 18 / 0.55);
}

.focus\:border-r-yellow-900\/60:focus{
  border-right-color: rgb(113 63 18 / 0.6);
}

.focus\:border-r-yellow-900\/65:focus{
  border-right-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(66 32 6 / 0.35);
}

.focus\:border-r-yellow-950\/40:focus{
  border-right-color: rgb(66 32 6 / 0.4);
}

.focus\:border-r-yellow-950\/45:focus{
  border-right-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(66 32 6 / 0.55);
}

.focus\:border-r-yellow-950\/60:focus{
  border-right-color: rgb(66 32 6 / 0.6);
}

.focus\:border-r-yellow-950\/65:focus{
  border-right-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(244 244 245 / 0.35);
}

.focus\:border-r-zinc-100\/40:focus{
  border-right-color: rgb(244 244 245 / 0.4);
}

.focus\:border-r-zinc-100\/45:focus{
  border-right-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(244 244 245 / 0.55);
}

.focus\:border-r-zinc-100\/60:focus{
  border-right-color: rgb(244 244 245 / 0.6);
}

.focus\:border-r-zinc-100\/65:focus{
  border-right-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(228 228 231 / 0.35);
}

.focus\:border-r-zinc-200\/40:focus{
  border-right-color: rgb(228 228 231 / 0.4);
}

.focus\:border-r-zinc-200\/45:focus{
  border-right-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(228 228 231 / 0.55);
}

.focus\:border-r-zinc-200\/60:focus{
  border-right-color: rgb(228 228 231 / 0.6);
}

.focus\:border-r-zinc-200\/65:focus{
  border-right-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(212 212 216 / 0.35);
}

.focus\:border-r-zinc-300\/40:focus{
  border-right-color: rgb(212 212 216 / 0.4);
}

.focus\:border-r-zinc-300\/45:focus{
  border-right-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(212 212 216 / 0.55);
}

.focus\:border-r-zinc-300\/60:focus{
  border-right-color: rgb(212 212 216 / 0.6);
}

.focus\:border-r-zinc-300\/65:focus{
  border-right-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(161 161 170 / 0.35);
}

.focus\:border-r-zinc-400\/40:focus{
  border-right-color: rgb(161 161 170 / 0.4);
}

.focus\:border-r-zinc-400\/45:focus{
  border-right-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(161 161 170 / 0.55);
}

.focus\:border-r-zinc-400\/60:focus{
  border-right-color: rgb(161 161 170 / 0.6);
}

.focus\:border-r-zinc-400\/65:focus{
  border-right-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(250 250 250 / 0.35);
}

.focus\:border-r-zinc-50\/40:focus{
  border-right-color: rgb(250 250 250 / 0.4);
}

.focus\:border-r-zinc-50\/45:focus{
  border-right-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(250 250 250 / 0.55);
}

.focus\:border-r-zinc-50\/60:focus{
  border-right-color: rgb(250 250 250 / 0.6);
}

.focus\:border-r-zinc-50\/65:focus{
  border-right-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(113 113 122 / 0.35);
}

.focus\:border-r-zinc-500\/40:focus{
  border-right-color: rgb(113 113 122 / 0.4);
}

.focus\:border-r-zinc-500\/45:focus{
  border-right-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(113 113 122 / 0.55);
}

.focus\:border-r-zinc-500\/60:focus{
  border-right-color: rgb(113 113 122 / 0.6);
}

.focus\:border-r-zinc-500\/65:focus{
  border-right-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(82 82 91 / 0.35);
}

.focus\:border-r-zinc-600\/40:focus{
  border-right-color: rgb(82 82 91 / 0.4);
}

.focus\:border-r-zinc-600\/45:focus{
  border-right-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(82 82 91 / 0.55);
}

.focus\:border-r-zinc-600\/60:focus{
  border-right-color: rgb(82 82 91 / 0.6);
}

.focus\:border-r-zinc-600\/65:focus{
  border-right-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(63 63 70 / 0.35);
}

.focus\:border-r-zinc-700\/40:focus{
  border-right-color: rgb(63 63 70 / 0.4);
}

.focus\:border-r-zinc-700\/45:focus{
  border-right-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(63 63 70 / 0.55);
}

.focus\:border-r-zinc-700\/60:focus{
  border-right-color: rgb(63 63 70 / 0.6);
}

.focus\:border-r-zinc-700\/65:focus{
  border-right-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(39 39 42 / 0.35);
}

.focus\:border-r-zinc-800\/40:focus{
  border-right-color: rgb(39 39 42 / 0.4);
}

.focus\:border-r-zinc-800\/45:focus{
  border-right-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(39 39 42 / 0.55);
}

.focus\:border-r-zinc-800\/60:focus{
  border-right-color: rgb(39 39 42 / 0.6);
}

.focus\:border-r-zinc-800\/65:focus{
  border-right-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(24 24 27 / 0.35);
}

.focus\:border-r-zinc-900\/40:focus{
  border-right-color: rgb(24 24 27 / 0.4);
}

.focus\:border-r-zinc-900\/45:focus{
  border-right-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(24 24 27 / 0.55);
}

.focus\:border-r-zinc-900\/60:focus{
  border-right-color: rgb(24 24 27 / 0.6);
}

.focus\:border-r-zinc-900\/65:focus{
  border-right-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  border-right-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  border-right-color: rgb(9 9 11 / 0.35);
}

.focus\:border-r-zinc-950\/40:focus{
  border-right-color: rgb(9 9 11 / 0.4);
}

.focus\:border-r-zinc-950\/45:focus{
  border-right-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  border-right-color: rgb(9 9 11 / 0.55);
}

.focus\:border-r-zinc-950\/60:focus{
  border-right-color: rgb(9 9 11 / 0.6);
}

.focus\:border-r-zinc-950\/65:focus{
  border-right-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  border-right-color: rgb(9 9 11 / 0.85);
}

.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-accent:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.focus\:border-s-accent\/0:focus{
  border-inline-start-color: rgb(70 109 148 / 0);
}

.focus\:border-s-accent\/10:focus{
  border-inline-start-color: rgb(70 109 148 / 0.1);
}

.focus\:border-s-accent\/100:focus{
  border-inline-start-color: rgb(70 109 148 / 1);
}

.focus\:border-s-accent\/15:focus{
  border-inline-start-color: rgb(70 109 148 / 0.15);
}

.focus\:border-s-accent\/20:focus{
  border-inline-start-color: rgb(70 109 148 / 0.2);
}

.focus\:border-s-accent\/25:focus{
  border-inline-start-color: rgb(70 109 148 / 0.25);
}

.focus\:border-s-accent\/30:focus{
  border-inline-start-color: rgb(70 109 148 / 0.3);
}

.focus\:border-s-accent\/35:focus{
  border-inline-start-color: rgb(70 109 148 / 0.35);
}

.focus\:border-s-accent\/40:focus{
  border-inline-start-color: rgb(70 109 148 / 0.4);
}

.focus\:border-s-accent\/45:focus{
  border-inline-start-color: rgb(70 109 148 / 0.45);
}

.focus\:border-s-accent\/5:focus{
  border-inline-start-color: rgb(70 109 148 / 0.05);
}

.focus\:border-s-accent\/50:focus{
  border-inline-start-color: rgb(70 109 148 / 0.5);
}

.focus\:border-s-accent\/55:focus{
  border-inline-start-color: rgb(70 109 148 / 0.55);
}

.focus\:border-s-accent\/60:focus{
  border-inline-start-color: rgb(70 109 148 / 0.6);
}

.focus\:border-s-accent\/65:focus{
  border-inline-start-color: rgb(70 109 148 / 0.65);
}

.focus\:border-s-accent\/70:focus{
  border-inline-start-color: rgb(70 109 148 / 0.7);
}

.focus\:border-s-accent\/75:focus{
  border-inline-start-color: rgb(70 109 148 / 0.75);
}

.focus\:border-s-accent\/80:focus{
  border-inline-start-color: rgb(70 109 148 / 0.8);
}

.focus\:border-s-accent\/85:focus{
  border-inline-start-color: rgb(70 109 148 / 0.85);
}

.focus\:border-s-accent\/90:focus{
  border-inline-start-color: rgb(70 109 148 / 0.9);
}

.focus\:border-s-accent\/95:focus{
  border-inline-start-color: rgb(70 109 148 / 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\/15:focus{
  border-inline-start-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(254 243 199 / 0.35);
}

.focus\:border-s-amber-100\/40:focus{
  border-inline-start-color: rgb(254 243 199 / 0.4);
}

.focus\:border-s-amber-100\/45:focus{
  border-inline-start-color: rgb(254 243 199 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(254 243 199 / 0.55);
}

.focus\:border-s-amber-100\/60:focus{
  border-inline-start-color: rgb(254 243 199 / 0.6);
}

.focus\:border-s-amber-100\/65:focus{
  border-inline-start-color: rgb(254 243 199 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(253 230 138 / 0.35);
}

.focus\:border-s-amber-200\/40:focus{
  border-inline-start-color: rgb(253 230 138 / 0.4);
}

.focus\:border-s-amber-200\/45:focus{
  border-inline-start-color: rgb(253 230 138 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(253 230 138 / 0.55);
}

.focus\:border-s-amber-200\/60:focus{
  border-inline-start-color: rgb(253 230 138 / 0.6);
}

.focus\:border-s-amber-200\/65:focus{
  border-inline-start-color: rgb(253 230 138 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(252 211 77 / 0.35);
}

.focus\:border-s-amber-300\/40:focus{
  border-inline-start-color: rgb(252 211 77 / 0.4);
}

.focus\:border-s-amber-300\/45:focus{
  border-inline-start-color: rgb(252 211 77 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(252 211 77 / 0.55);
}

.focus\:border-s-amber-300\/60:focus{
  border-inline-start-color: rgb(252 211 77 / 0.6);
}

.focus\:border-s-amber-300\/65:focus{
  border-inline-start-color: rgb(252 211 77 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(251 191 36 / 0.35);
}

.focus\:border-s-amber-400\/40:focus{
  border-inline-start-color: rgb(251 191 36 / 0.4);
}

.focus\:border-s-amber-400\/45:focus{
  border-inline-start-color: rgb(251 191 36 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(251 191 36 / 0.55);
}

.focus\:border-s-amber-400\/60:focus{
  border-inline-start-color: rgb(251 191 36 / 0.6);
}

.focus\:border-s-amber-400\/65:focus{
  border-inline-start-color: rgb(251 191 36 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(255 251 235 / 0.35);
}

.focus\:border-s-amber-50\/40:focus{
  border-inline-start-color: rgb(255 251 235 / 0.4);
}

.focus\:border-s-amber-50\/45:focus{
  border-inline-start-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(255 251 235 / 0.55);
}

.focus\:border-s-amber-50\/60:focus{
  border-inline-start-color: rgb(255 251 235 / 0.6);
}

.focus\:border-s-amber-50\/65:focus{
  border-inline-start-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(245 158 11 / 0.35);
}

.focus\:border-s-amber-500\/40:focus{
  border-inline-start-color: rgb(245 158 11 / 0.4);
}

.focus\:border-s-amber-500\/45:focus{
  border-inline-start-color: rgb(245 158 11 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(245 158 11 / 0.55);
}

.focus\:border-s-amber-500\/60:focus{
  border-inline-start-color: rgb(245 158 11 / 0.6);
}

.focus\:border-s-amber-500\/65:focus{
  border-inline-start-color: rgb(245 158 11 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(217 119 6 / 0.35);
}

.focus\:border-s-amber-600\/40:focus{
  border-inline-start-color: rgb(217 119 6 / 0.4);
}

.focus\:border-s-amber-600\/45:focus{
  border-inline-start-color: rgb(217 119 6 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(217 119 6 / 0.55);
}

.focus\:border-s-amber-600\/60:focus{
  border-inline-start-color: rgb(217 119 6 / 0.6);
}

.focus\:border-s-amber-600\/65:focus{
  border-inline-start-color: rgb(217 119 6 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(180 83 9 / 0.35);
}

.focus\:border-s-amber-700\/40:focus{
  border-inline-start-color: rgb(180 83 9 / 0.4);
}

.focus\:border-s-amber-700\/45:focus{
  border-inline-start-color: rgb(180 83 9 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(180 83 9 / 0.55);
}

.focus\:border-s-amber-700\/60:focus{
  border-inline-start-color: rgb(180 83 9 / 0.6);
}

.focus\:border-s-amber-700\/65:focus{
  border-inline-start-color: rgb(180 83 9 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(146 64 14 / 0.35);
}

.focus\:border-s-amber-800\/40:focus{
  border-inline-start-color: rgb(146 64 14 / 0.4);
}

.focus\:border-s-amber-800\/45:focus{
  border-inline-start-color: rgb(146 64 14 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(146 64 14 / 0.55);
}

.focus\:border-s-amber-800\/60:focus{
  border-inline-start-color: rgb(146 64 14 / 0.6);
}

.focus\:border-s-amber-800\/65:focus{
  border-inline-start-color: rgb(146 64 14 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(120 53 15 / 0.35);
}

.focus\:border-s-amber-900\/40:focus{
  border-inline-start-color: rgb(120 53 15 / 0.4);
}

.focus\:border-s-amber-900\/45:focus{
  border-inline-start-color: rgb(120 53 15 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(120 53 15 / 0.55);
}

.focus\:border-s-amber-900\/60:focus{
  border-inline-start-color: rgb(120 53 15 / 0.6);
}

.focus\:border-s-amber-900\/65:focus{
  border-inline-start-color: rgb(120 53 15 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(69 26 3 / 0.35);
}

.focus\:border-s-amber-950\/40:focus{
  border-inline-start-color: rgb(69 26 3 / 0.4);
}

.focus\:border-s-amber-950\/45:focus{
  border-inline-start-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(69 26 3 / 0.55);
}

.focus\:border-s-amber-950\/60:focus{
  border-inline-start-color: rgb(69 26 3 / 0.6);
}

.focus\:border-s-amber-950\/65:focus{
  border-inline-start-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.focus\:border-s-background\/0:focus{
  border-inline-start-color: rgb(245 246 250 / 0);
}

.focus\:border-s-background\/10:focus{
  border-inline-start-color: rgb(245 246 250 / 0.1);
}

.focus\:border-s-background\/100:focus{
  border-inline-start-color: rgb(245 246 250 / 1);
}

.focus\:border-s-background\/15:focus{
  border-inline-start-color: rgb(245 246 250 / 0.15);
}

.focus\:border-s-background\/20:focus{
  border-inline-start-color: rgb(245 246 250 / 0.2);
}

.focus\:border-s-background\/25:focus{
  border-inline-start-color: rgb(245 246 250 / 0.25);
}

.focus\:border-s-background\/30:focus{
  border-inline-start-color: rgb(245 246 250 / 0.3);
}

.focus\:border-s-background\/35:focus{
  border-inline-start-color: rgb(245 246 250 / 0.35);
}

.focus\:border-s-background\/40:focus{
  border-inline-start-color: rgb(245 246 250 / 0.4);
}

.focus\:border-s-background\/45:focus{
  border-inline-start-color: rgb(245 246 250 / 0.45);
}

.focus\:border-s-background\/5:focus{
  border-inline-start-color: rgb(245 246 250 / 0.05);
}

.focus\:border-s-background\/50:focus{
  border-inline-start-color: rgb(245 246 250 / 0.5);
}

.focus\:border-s-background\/55:focus{
  border-inline-start-color: rgb(245 246 250 / 0.55);
}

.focus\:border-s-background\/60:focus{
  border-inline-start-color: rgb(245 246 250 / 0.6);
}

.focus\:border-s-background\/65:focus{
  border-inline-start-color: rgb(245 246 250 / 0.65);
}

.focus\:border-s-background\/70:focus{
  border-inline-start-color: rgb(245 246 250 / 0.7);
}

.focus\:border-s-background\/75:focus{
  border-inline-start-color: rgb(245 246 250 / 0.75);
}

.focus\:border-s-background\/80:focus{
  border-inline-start-color: rgb(245 246 250 / 0.8);
}

.focus\:border-s-background\/85:focus{
  border-inline-start-color: rgb(245 246 250 / 0.85);
}

.focus\:border-s-background\/90:focus{
  border-inline-start-color: rgb(245 246 250 / 0.9);
}

.focus\:border-s-background\/95:focus{
  border-inline-start-color: rgb(245 246 250 / 0.95);
}

.focus\:border-s-black:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.focus\:border-s-black\/0:focus{
  border-inline-start-color: rgb(41 44 53 / 0);
}

.focus\:border-s-black\/10:focus{
  border-inline-start-color: rgb(41 44 53 / 0.1);
}

.focus\:border-s-black\/100:focus{
  border-inline-start-color: rgb(41 44 53 / 1);
}

.focus\:border-s-black\/15:focus{
  border-inline-start-color: rgb(41 44 53 / 0.15);
}

.focus\:border-s-black\/20:focus{
  border-inline-start-color: rgb(41 44 53 / 0.2);
}

.focus\:border-s-black\/25:focus{
  border-inline-start-color: rgb(41 44 53 / 0.25);
}

.focus\:border-s-black\/30:focus{
  border-inline-start-color: rgb(41 44 53 / 0.3);
}

.focus\:border-s-black\/35:focus{
  border-inline-start-color: rgb(41 44 53 / 0.35);
}

.focus\:border-s-black\/40:focus{
  border-inline-start-color: rgb(41 44 53 / 0.4);
}

.focus\:border-s-black\/45:focus{
  border-inline-start-color: rgb(41 44 53 / 0.45);
}

.focus\:border-s-black\/5:focus{
  border-inline-start-color: rgb(41 44 53 / 0.05);
}

.focus\:border-s-black\/50:focus{
  border-inline-start-color: rgb(41 44 53 / 0.5);
}

.focus\:border-s-black\/55:focus{
  border-inline-start-color: rgb(41 44 53 / 0.55);
}

.focus\:border-s-black\/60:focus{
  border-inline-start-color: rgb(41 44 53 / 0.6);
}

.focus\:border-s-black\/65:focus{
  border-inline-start-color: rgb(41 44 53 / 0.65);
}

.focus\:border-s-black\/70:focus{
  border-inline-start-color: rgb(41 44 53 / 0.7);
}

.focus\:border-s-black\/75:focus{
  border-inline-start-color: rgb(41 44 53 / 0.75);
}

.focus\:border-s-black\/80:focus{
  border-inline-start-color: rgb(41 44 53 / 0.8);
}

.focus\:border-s-black\/85:focus{
  border-inline-start-color: rgb(41 44 53 / 0.85);
}

.focus\:border-s-black\/90:focus{
  border-inline-start-color: rgb(41 44 53 / 0.9);
}

.focus\:border-s-black\/95:focus{
  border-inline-start-color: rgb(41 44 53 / 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\/15:focus{
  border-inline-start-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(219 234 254 / 0.35);
}

.focus\:border-s-blue-100\/40:focus{
  border-inline-start-color: rgb(219 234 254 / 0.4);
}

.focus\:border-s-blue-100\/45:focus{
  border-inline-start-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(219 234 254 / 0.55);
}

.focus\:border-s-blue-100\/60:focus{
  border-inline-start-color: rgb(219 234 254 / 0.6);
}

.focus\:border-s-blue-100\/65:focus{
  border-inline-start-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(191 219 254 / 0.35);
}

.focus\:border-s-blue-200\/40:focus{
  border-inline-start-color: rgb(191 219 254 / 0.4);
}

.focus\:border-s-blue-200\/45:focus{
  border-inline-start-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(191 219 254 / 0.55);
}

.focus\:border-s-blue-200\/60:focus{
  border-inline-start-color: rgb(191 219 254 / 0.6);
}

.focus\:border-s-blue-200\/65:focus{
  border-inline-start-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(147 197 253 / 0.35);
}

.focus\:border-s-blue-300\/40:focus{
  border-inline-start-color: rgb(147 197 253 / 0.4);
}

.focus\:border-s-blue-300\/45:focus{
  border-inline-start-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(147 197 253 / 0.55);
}

.focus\:border-s-blue-300\/60:focus{
  border-inline-start-color: rgb(147 197 253 / 0.6);
}

.focus\:border-s-blue-300\/65:focus{
  border-inline-start-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(96 165 250 / 0.35);
}

.focus\:border-s-blue-400\/40:focus{
  border-inline-start-color: rgb(96 165 250 / 0.4);
}

.focus\:border-s-blue-400\/45:focus{
  border-inline-start-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(96 165 250 / 0.55);
}

.focus\:border-s-blue-400\/60:focus{
  border-inline-start-color: rgb(96 165 250 / 0.6);
}

.focus\:border-s-blue-400\/65:focus{
  border-inline-start-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(239 246 255 / 0.35);
}

.focus\:border-s-blue-50\/40:focus{
  border-inline-start-color: rgb(239 246 255 / 0.4);
}

.focus\:border-s-blue-50\/45:focus{
  border-inline-start-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(239 246 255 / 0.55);
}

.focus\:border-s-blue-50\/60:focus{
  border-inline-start-color: rgb(239 246 255 / 0.6);
}

.focus\:border-s-blue-50\/65:focus{
  border-inline-start-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(59 130 246 / 0.35);
}

.focus\:border-s-blue-500\/40:focus{
  border-inline-start-color: rgb(59 130 246 / 0.4);
}

.focus\:border-s-blue-500\/45:focus{
  border-inline-start-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(59 130 246 / 0.55);
}

.focus\:border-s-blue-500\/60:focus{
  border-inline-start-color: rgb(59 130 246 / 0.6);
}

.focus\:border-s-blue-500\/65:focus{
  border-inline-start-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(37 99 235 / 0.35);
}

.focus\:border-s-blue-600\/40:focus{
  border-inline-start-color: rgb(37 99 235 / 0.4);
}

.focus\:border-s-blue-600\/45:focus{
  border-inline-start-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(37 99 235 / 0.55);
}

.focus\:border-s-blue-600\/60:focus{
  border-inline-start-color: rgb(37 99 235 / 0.6);
}

.focus\:border-s-blue-600\/65:focus{
  border-inline-start-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(29 78 216 / 0.35);
}

.focus\:border-s-blue-700\/40:focus{
  border-inline-start-color: rgb(29 78 216 / 0.4);
}

.focus\:border-s-blue-700\/45:focus{
  border-inline-start-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(29 78 216 / 0.55);
}

.focus\:border-s-blue-700\/60:focus{
  border-inline-start-color: rgb(29 78 216 / 0.6);
}

.focus\:border-s-blue-700\/65:focus{
  border-inline-start-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(30 64 175 / 0.35);
}

.focus\:border-s-blue-800\/40:focus{
  border-inline-start-color: rgb(30 64 175 / 0.4);
}

.focus\:border-s-blue-800\/45:focus{
  border-inline-start-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(30 64 175 / 0.55);
}

.focus\:border-s-blue-800\/60:focus{
  border-inline-start-color: rgb(30 64 175 / 0.6);
}

.focus\:border-s-blue-800\/65:focus{
  border-inline-start-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(30 58 138 / 0.35);
}

.focus\:border-s-blue-900\/40:focus{
  border-inline-start-color: rgb(30 58 138 / 0.4);
}

.focus\:border-s-blue-900\/45:focus{
  border-inline-start-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(30 58 138 / 0.55);
}

.focus\:border-s-blue-900\/60:focus{
  border-inline-start-color: rgb(30 58 138 / 0.6);
}

.focus\:border-s-blue-900\/65:focus{
  border-inline-start-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(23 37 84 / 0.35);
}

.focus\:border-s-blue-950\/40:focus{
  border-inline-start-color: rgb(23 37 84 / 0.4);
}

.focus\:border-s-blue-950\/45:focus{
  border-inline-start-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(23 37 84 / 0.55);
}

.focus\:border-s-blue-950\/60:focus{
  border-inline-start-color: rgb(23 37 84 / 0.6);
}

.focus\:border-s-blue-950\/65:focus{
  border-inline-start-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.focus\:border-s-csv-hover:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.focus\:border-s-csv-hover\/0:focus{
  border-inline-start-color: rgb(0 114 37 / 0);
}

.focus\:border-s-csv-hover\/10:focus{
  border-inline-start-color: rgb(0 114 37 / 0.1);
}

.focus\:border-s-csv-hover\/100:focus{
  border-inline-start-color: rgb(0 114 37 / 1);
}

.focus\:border-s-csv-hover\/15:focus{
  border-inline-start-color: rgb(0 114 37 / 0.15);
}

.focus\:border-s-csv-hover\/20:focus{
  border-inline-start-color: rgb(0 114 37 / 0.2);
}

.focus\:border-s-csv-hover\/25:focus{
  border-inline-start-color: rgb(0 114 37 / 0.25);
}

.focus\:border-s-csv-hover\/30:focus{
  border-inline-start-color: rgb(0 114 37 / 0.3);
}

.focus\:border-s-csv-hover\/35:focus{
  border-inline-start-color: rgb(0 114 37 / 0.35);
}

.focus\:border-s-csv-hover\/40:focus{
  border-inline-start-color: rgb(0 114 37 / 0.4);
}

.focus\:border-s-csv-hover\/45:focus{
  border-inline-start-color: rgb(0 114 37 / 0.45);
}

.focus\:border-s-csv-hover\/5:focus{
  border-inline-start-color: rgb(0 114 37 / 0.05);
}

.focus\:border-s-csv-hover\/50:focus{
  border-inline-start-color: rgb(0 114 37 / 0.5);
}

.focus\:border-s-csv-hover\/55:focus{
  border-inline-start-color: rgb(0 114 37 / 0.55);
}

.focus\:border-s-csv-hover\/60:focus{
  border-inline-start-color: rgb(0 114 37 / 0.6);
}

.focus\:border-s-csv-hover\/65:focus{
  border-inline-start-color: rgb(0 114 37 / 0.65);
}

.focus\:border-s-csv-hover\/70:focus{
  border-inline-start-color: rgb(0 114 37 / 0.7);
}

.focus\:border-s-csv-hover\/75:focus{
  border-inline-start-color: rgb(0 114 37 / 0.75);
}

.focus\:border-s-csv-hover\/80:focus{
  border-inline-start-color: rgb(0 114 37 / 0.8);
}

.focus\:border-s-csv-hover\/85:focus{
  border-inline-start-color: rgb(0 114 37 / 0.85);
}

.focus\:border-s-csv-hover\/90:focus{
  border-inline-start-color: rgb(0 114 37 / 0.9);
}

.focus\:border-s-csv-hover\/95:focus{
  border-inline-start-color: rgb(0 114 37 / 0.95);
}

.focus\:border-s-csv\/0:focus{
  border-inline-start-color: rgb(0 138 43 / 0);
}

.focus\:border-s-csv\/10:focus{
  border-inline-start-color: rgb(0 138 43 / 0.1);
}

.focus\:border-s-csv\/100:focus{
  border-inline-start-color: rgb(0 138 43 / 1);
}

.focus\:border-s-csv\/15:focus{
  border-inline-start-color: rgb(0 138 43 / 0.15);
}

.focus\:border-s-csv\/20:focus{
  border-inline-start-color: rgb(0 138 43 / 0.2);
}

.focus\:border-s-csv\/25:focus{
  border-inline-start-color: rgb(0 138 43 / 0.25);
}

.focus\:border-s-csv\/30:focus{
  border-inline-start-color: rgb(0 138 43 / 0.3);
}

.focus\:border-s-csv\/35:focus{
  border-inline-start-color: rgb(0 138 43 / 0.35);
}

.focus\:border-s-csv\/40:focus{
  border-inline-start-color: rgb(0 138 43 / 0.4);
}

.focus\:border-s-csv\/45:focus{
  border-inline-start-color: rgb(0 138 43 / 0.45);
}

.focus\:border-s-csv\/5:focus{
  border-inline-start-color: rgb(0 138 43 / 0.05);
}

.focus\:border-s-csv\/50:focus{
  border-inline-start-color: rgb(0 138 43 / 0.5);
}

.focus\:border-s-csv\/55:focus{
  border-inline-start-color: rgb(0 138 43 / 0.55);
}

.focus\:border-s-csv\/60:focus{
  border-inline-start-color: rgb(0 138 43 / 0.6);
}

.focus\:border-s-csv\/65:focus{
  border-inline-start-color: rgb(0 138 43 / 0.65);
}

.focus\:border-s-csv\/70:focus{
  border-inline-start-color: rgb(0 138 43 / 0.7);
}

.focus\:border-s-csv\/75:focus{
  border-inline-start-color: rgb(0 138 43 / 0.75);
}

.focus\:border-s-csv\/80:focus{
  border-inline-start-color: rgb(0 138 43 / 0.8);
}

.focus\:border-s-csv\/85:focus{
  border-inline-start-color: rgb(0 138 43 / 0.85);
}

.focus\:border-s-csv\/90:focus{
  border-inline-start-color: rgb(0 138 43 / 0.9);
}

.focus\:border-s-csv\/95:focus{
  border-inline-start-color: rgb(0 138 43 / 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\/15:focus{
  border-inline-start-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(207 250 254 / 0.35);
}

.focus\:border-s-cyan-100\/40:focus{
  border-inline-start-color: rgb(207 250 254 / 0.4);
}

.focus\:border-s-cyan-100\/45:focus{
  border-inline-start-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(207 250 254 / 0.55);
}

.focus\:border-s-cyan-100\/60:focus{
  border-inline-start-color: rgb(207 250 254 / 0.6);
}

.focus\:border-s-cyan-100\/65:focus{
  border-inline-start-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(165 243 252 / 0.35);
}

.focus\:border-s-cyan-200\/40:focus{
  border-inline-start-color: rgb(165 243 252 / 0.4);
}

.focus\:border-s-cyan-200\/45:focus{
  border-inline-start-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(165 243 252 / 0.55);
}

.focus\:border-s-cyan-200\/60:focus{
  border-inline-start-color: rgb(165 243 252 / 0.6);
}

.focus\:border-s-cyan-200\/65:focus{
  border-inline-start-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(103 232 249 / 0.35);
}

.focus\:border-s-cyan-300\/40:focus{
  border-inline-start-color: rgb(103 232 249 / 0.4);
}

.focus\:border-s-cyan-300\/45:focus{
  border-inline-start-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(103 232 249 / 0.55);
}

.focus\:border-s-cyan-300\/60:focus{
  border-inline-start-color: rgb(103 232 249 / 0.6);
}

.focus\:border-s-cyan-300\/65:focus{
  border-inline-start-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(34 211 238 / 0.35);
}

.focus\:border-s-cyan-400\/40:focus{
  border-inline-start-color: rgb(34 211 238 / 0.4);
}

.focus\:border-s-cyan-400\/45:focus{
  border-inline-start-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(34 211 238 / 0.55);
}

.focus\:border-s-cyan-400\/60:focus{
  border-inline-start-color: rgb(34 211 238 / 0.6);
}

.focus\:border-s-cyan-400\/65:focus{
  border-inline-start-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(236 254 255 / 0.35);
}

.focus\:border-s-cyan-50\/40:focus{
  border-inline-start-color: rgb(236 254 255 / 0.4);
}

.focus\:border-s-cyan-50\/45:focus{
  border-inline-start-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(236 254 255 / 0.55);
}

.focus\:border-s-cyan-50\/60:focus{
  border-inline-start-color: rgb(236 254 255 / 0.6);
}

.focus\:border-s-cyan-50\/65:focus{
  border-inline-start-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(6 182 212 / 0.35);
}

.focus\:border-s-cyan-500\/40:focus{
  border-inline-start-color: rgb(6 182 212 / 0.4);
}

.focus\:border-s-cyan-500\/45:focus{
  border-inline-start-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(6 182 212 / 0.55);
}

.focus\:border-s-cyan-500\/60:focus{
  border-inline-start-color: rgb(6 182 212 / 0.6);
}

.focus\:border-s-cyan-500\/65:focus{
  border-inline-start-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(8 145 178 / 0.35);
}

.focus\:border-s-cyan-600\/40:focus{
  border-inline-start-color: rgb(8 145 178 / 0.4);
}

.focus\:border-s-cyan-600\/45:focus{
  border-inline-start-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(8 145 178 / 0.55);
}

.focus\:border-s-cyan-600\/60:focus{
  border-inline-start-color: rgb(8 145 178 / 0.6);
}

.focus\:border-s-cyan-600\/65:focus{
  border-inline-start-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(14 116 144 / 0.35);
}

.focus\:border-s-cyan-700\/40:focus{
  border-inline-start-color: rgb(14 116 144 / 0.4);
}

.focus\:border-s-cyan-700\/45:focus{
  border-inline-start-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(14 116 144 / 0.55);
}

.focus\:border-s-cyan-700\/60:focus{
  border-inline-start-color: rgb(14 116 144 / 0.6);
}

.focus\:border-s-cyan-700\/65:focus{
  border-inline-start-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(21 94 117 / 0.35);
}

.focus\:border-s-cyan-800\/40:focus{
  border-inline-start-color: rgb(21 94 117 / 0.4);
}

.focus\:border-s-cyan-800\/45:focus{
  border-inline-start-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(21 94 117 / 0.55);
}

.focus\:border-s-cyan-800\/60:focus{
  border-inline-start-color: rgb(21 94 117 / 0.6);
}

.focus\:border-s-cyan-800\/65:focus{
  border-inline-start-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(22 78 99 / 0.35);
}

.focus\:border-s-cyan-900\/40:focus{
  border-inline-start-color: rgb(22 78 99 / 0.4);
}

.focus\:border-s-cyan-900\/45:focus{
  border-inline-start-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(22 78 99 / 0.55);
}

.focus\:border-s-cyan-900\/60:focus{
  border-inline-start-color: rgb(22 78 99 / 0.6);
}

.focus\:border-s-cyan-900\/65:focus{
  border-inline-start-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(8 51 68 / 0.35);
}

.focus\:border-s-cyan-950\/40:focus{
  border-inline-start-color: rgb(8 51 68 / 0.4);
}

.focus\:border-s-cyan-950\/45:focus{
  border-inline-start-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(8 51 68 / 0.55);
}

.focus\:border-s-cyan-950\/60:focus{
  border-inline-start-color: rgb(8 51 68 / 0.6);
}

.focus\:border-s-cyan-950\/65:focus{
  border-inline-start-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.focus\:border-s-danger-hover:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.focus\:border-s-danger-hover\/0:focus{
  border-inline-start-color: rgb(193 49 44 / 0);
}

.focus\:border-s-danger-hover\/10:focus{
  border-inline-start-color: rgb(193 49 44 / 0.1);
}

.focus\:border-s-danger-hover\/100:focus{
  border-inline-start-color: rgb(193 49 44 / 1);
}

.focus\:border-s-danger-hover\/15:focus{
  border-inline-start-color: rgb(193 49 44 / 0.15);
}

.focus\:border-s-danger-hover\/20:focus{
  border-inline-start-color: rgb(193 49 44 / 0.2);
}

.focus\:border-s-danger-hover\/25:focus{
  border-inline-start-color: rgb(193 49 44 / 0.25);
}

.focus\:border-s-danger-hover\/30:focus{
  border-inline-start-color: rgb(193 49 44 / 0.3);
}

.focus\:border-s-danger-hover\/35:focus{
  border-inline-start-color: rgb(193 49 44 / 0.35);
}

.focus\:border-s-danger-hover\/40:focus{
  border-inline-start-color: rgb(193 49 44 / 0.4);
}

.focus\:border-s-danger-hover\/45:focus{
  border-inline-start-color: rgb(193 49 44 / 0.45);
}

.focus\:border-s-danger-hover\/5:focus{
  border-inline-start-color: rgb(193 49 44 / 0.05);
}

.focus\:border-s-danger-hover\/50:focus{
  border-inline-start-color: rgb(193 49 44 / 0.5);
}

.focus\:border-s-danger-hover\/55:focus{
  border-inline-start-color: rgb(193 49 44 / 0.55);
}

.focus\:border-s-danger-hover\/60:focus{
  border-inline-start-color: rgb(193 49 44 / 0.6);
}

.focus\:border-s-danger-hover\/65:focus{
  border-inline-start-color: rgb(193 49 44 / 0.65);
}

.focus\:border-s-danger-hover\/70:focus{
  border-inline-start-color: rgb(193 49 44 / 0.7);
}

.focus\:border-s-danger-hover\/75:focus{
  border-inline-start-color: rgb(193 49 44 / 0.75);
}

.focus\:border-s-danger-hover\/80:focus{
  border-inline-start-color: rgb(193 49 44 / 0.8);
}

.focus\:border-s-danger-hover\/85:focus{
  border-inline-start-color: rgb(193 49 44 / 0.85);
}

.focus\:border-s-danger-hover\/90:focus{
  border-inline-start-color: rgb(193 49 44 / 0.9);
}

.focus\:border-s-danger-hover\/95:focus{
  border-inline-start-color: rgb(193 49 44 / 0.95);
}

.focus\:border-s-danger\/0:focus{
  border-inline-start-color: rgb(207 59 54 / 0);
}

.focus\:border-s-danger\/10:focus{
  border-inline-start-color: rgb(207 59 54 / 0.1);
}

.focus\:border-s-danger\/100:focus{
  border-inline-start-color: rgb(207 59 54 / 1);
}

.focus\:border-s-danger\/15:focus{
  border-inline-start-color: rgb(207 59 54 / 0.15);
}

.focus\:border-s-danger\/20:focus{
  border-inline-start-color: rgb(207 59 54 / 0.2);
}

.focus\:border-s-danger\/25:focus{
  border-inline-start-color: rgb(207 59 54 / 0.25);
}

.focus\:border-s-danger\/30:focus{
  border-inline-start-color: rgb(207 59 54 / 0.3);
}

.focus\:border-s-danger\/35:focus{
  border-inline-start-color: rgb(207 59 54 / 0.35);
}

.focus\:border-s-danger\/40:focus{
  border-inline-start-color: rgb(207 59 54 / 0.4);
}

.focus\:border-s-danger\/45:focus{
  border-inline-start-color: rgb(207 59 54 / 0.45);
}

.focus\:border-s-danger\/5:focus{
  border-inline-start-color: rgb(207 59 54 / 0.05);
}

.focus\:border-s-danger\/50:focus{
  border-inline-start-color: rgb(207 59 54 / 0.5);
}

.focus\:border-s-danger\/55:focus{
  border-inline-start-color: rgb(207 59 54 / 0.55);
}

.focus\:border-s-danger\/60:focus{
  border-inline-start-color: rgb(207 59 54 / 0.6);
}

.focus\:border-s-danger\/65:focus{
  border-inline-start-color: rgb(207 59 54 / 0.65);
}

.focus\:border-s-danger\/70:focus{
  border-inline-start-color: rgb(207 59 54 / 0.7);
}

.focus\:border-s-danger\/75:focus{
  border-inline-start-color: rgb(207 59 54 / 0.75);
}

.focus\:border-s-danger\/80:focus{
  border-inline-start-color: rgb(207 59 54 / 0.8);
}

.focus\:border-s-danger\/85:focus{
  border-inline-start-color: rgb(207 59 54 / 0.85);
}

.focus\:border-s-danger\/90:focus{
  border-inline-start-color: rgb(207 59 54 / 0.9);
}

.focus\:border-s-danger\/95:focus{
  border-inline-start-color: rgb(207 59 54 / 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\/15:focus{
  border-inline-start-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(209 250 229 / 0.35);
}

.focus\:border-s-emerald-100\/40:focus{
  border-inline-start-color: rgb(209 250 229 / 0.4);
}

.focus\:border-s-emerald-100\/45:focus{
  border-inline-start-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(209 250 229 / 0.55);
}

.focus\:border-s-emerald-100\/60:focus{
  border-inline-start-color: rgb(209 250 229 / 0.6);
}

.focus\:border-s-emerald-100\/65:focus{
  border-inline-start-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(167 243 208 / 0.35);
}

.focus\:border-s-emerald-200\/40:focus{
  border-inline-start-color: rgb(167 243 208 / 0.4);
}

.focus\:border-s-emerald-200\/45:focus{
  border-inline-start-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(167 243 208 / 0.55);
}

.focus\:border-s-emerald-200\/60:focus{
  border-inline-start-color: rgb(167 243 208 / 0.6);
}

.focus\:border-s-emerald-200\/65:focus{
  border-inline-start-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(110 231 183 / 0.35);
}

.focus\:border-s-emerald-300\/40:focus{
  border-inline-start-color: rgb(110 231 183 / 0.4);
}

.focus\:border-s-emerald-300\/45:focus{
  border-inline-start-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(110 231 183 / 0.55);
}

.focus\:border-s-emerald-300\/60:focus{
  border-inline-start-color: rgb(110 231 183 / 0.6);
}

.focus\:border-s-emerald-300\/65:focus{
  border-inline-start-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(52 211 153 / 0.35);
}

.focus\:border-s-emerald-400\/40:focus{
  border-inline-start-color: rgb(52 211 153 / 0.4);
}

.focus\:border-s-emerald-400\/45:focus{
  border-inline-start-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(52 211 153 / 0.55);
}

.focus\:border-s-emerald-400\/60:focus{
  border-inline-start-color: rgb(52 211 153 / 0.6);
}

.focus\:border-s-emerald-400\/65:focus{
  border-inline-start-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(236 253 245 / 0.35);
}

.focus\:border-s-emerald-50\/40:focus{
  border-inline-start-color: rgb(236 253 245 / 0.4);
}

.focus\:border-s-emerald-50\/45:focus{
  border-inline-start-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(236 253 245 / 0.55);
}

.focus\:border-s-emerald-50\/60:focus{
  border-inline-start-color: rgb(236 253 245 / 0.6);
}

.focus\:border-s-emerald-50\/65:focus{
  border-inline-start-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(16 185 129 / 0.35);
}

.focus\:border-s-emerald-500\/40:focus{
  border-inline-start-color: rgb(16 185 129 / 0.4);
}

.focus\:border-s-emerald-500\/45:focus{
  border-inline-start-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(16 185 129 / 0.55);
}

.focus\:border-s-emerald-500\/60:focus{
  border-inline-start-color: rgb(16 185 129 / 0.6);
}

.focus\:border-s-emerald-500\/65:focus{
  border-inline-start-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(5 150 105 / 0.35);
}

.focus\:border-s-emerald-600\/40:focus{
  border-inline-start-color: rgb(5 150 105 / 0.4);
}

.focus\:border-s-emerald-600\/45:focus{
  border-inline-start-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(5 150 105 / 0.55);
}

.focus\:border-s-emerald-600\/60:focus{
  border-inline-start-color: rgb(5 150 105 / 0.6);
}

.focus\:border-s-emerald-600\/65:focus{
  border-inline-start-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(4 120 87 / 0.35);
}

.focus\:border-s-emerald-700\/40:focus{
  border-inline-start-color: rgb(4 120 87 / 0.4);
}

.focus\:border-s-emerald-700\/45:focus{
  border-inline-start-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(4 120 87 / 0.55);
}

.focus\:border-s-emerald-700\/60:focus{
  border-inline-start-color: rgb(4 120 87 / 0.6);
}

.focus\:border-s-emerald-700\/65:focus{
  border-inline-start-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(6 95 70 / 0.35);
}

.focus\:border-s-emerald-800\/40:focus{
  border-inline-start-color: rgb(6 95 70 / 0.4);
}

.focus\:border-s-emerald-800\/45:focus{
  border-inline-start-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(6 95 70 / 0.55);
}

.focus\:border-s-emerald-800\/60:focus{
  border-inline-start-color: rgb(6 95 70 / 0.6);
}

.focus\:border-s-emerald-800\/65:focus{
  border-inline-start-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(6 78 59 / 0.35);
}

.focus\:border-s-emerald-900\/40:focus{
  border-inline-start-color: rgb(6 78 59 / 0.4);
}

.focus\:border-s-emerald-900\/45:focus{
  border-inline-start-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(6 78 59 / 0.55);
}

.focus\:border-s-emerald-900\/60:focus{
  border-inline-start-color: rgb(6 78 59 / 0.6);
}

.focus\:border-s-emerald-900\/65:focus{
  border-inline-start-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(2 44 34 / 0.35);
}

.focus\:border-s-emerald-950\/40:focus{
  border-inline-start-color: rgb(2 44 34 / 0.4);
}

.focus\:border-s-emerald-950\/45:focus{
  border-inline-start-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(2 44 34 / 0.55);
}

.focus\:border-s-emerald-950\/60:focus{
  border-inline-start-color: rgb(2 44 34 / 0.6);
}

.focus\:border-s-emerald-950\/65:focus{
  border-inline-start-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.focus\:border-s-excel-hover:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.focus\:border-s-excel-hover\/0:focus{
  border-inline-start-color: rgb(9 138 107 / 0);
}

.focus\:border-s-excel-hover\/10:focus{
  border-inline-start-color: rgb(9 138 107 / 0.1);
}

.focus\:border-s-excel-hover\/100:focus{
  border-inline-start-color: rgb(9 138 107 / 1);
}

.focus\:border-s-excel-hover\/15:focus{
  border-inline-start-color: rgb(9 138 107 / 0.15);
}

.focus\:border-s-excel-hover\/20:focus{
  border-inline-start-color: rgb(9 138 107 / 0.2);
}

.focus\:border-s-excel-hover\/25:focus{
  border-inline-start-color: rgb(9 138 107 / 0.25);
}

.focus\:border-s-excel-hover\/30:focus{
  border-inline-start-color: rgb(9 138 107 / 0.3);
}

.focus\:border-s-excel-hover\/35:focus{
  border-inline-start-color: rgb(9 138 107 / 0.35);
}

.focus\:border-s-excel-hover\/40:focus{
  border-inline-start-color: rgb(9 138 107 / 0.4);
}

.focus\:border-s-excel-hover\/45:focus{
  border-inline-start-color: rgb(9 138 107 / 0.45);
}

.focus\:border-s-excel-hover\/5:focus{
  border-inline-start-color: rgb(9 138 107 / 0.05);
}

.focus\:border-s-excel-hover\/50:focus{
  border-inline-start-color: rgb(9 138 107 / 0.5);
}

.focus\:border-s-excel-hover\/55:focus{
  border-inline-start-color: rgb(9 138 107 / 0.55);
}

.focus\:border-s-excel-hover\/60:focus{
  border-inline-start-color: rgb(9 138 107 / 0.6);
}

.focus\:border-s-excel-hover\/65:focus{
  border-inline-start-color: rgb(9 138 107 / 0.65);
}

.focus\:border-s-excel-hover\/70:focus{
  border-inline-start-color: rgb(9 138 107 / 0.7);
}

.focus\:border-s-excel-hover\/75:focus{
  border-inline-start-color: rgb(9 138 107 / 0.75);
}

.focus\:border-s-excel-hover\/80:focus{
  border-inline-start-color: rgb(9 138 107 / 0.8);
}

.focus\:border-s-excel-hover\/85:focus{
  border-inline-start-color: rgb(9 138 107 / 0.85);
}

.focus\:border-s-excel-hover\/90:focus{
  border-inline-start-color: rgb(9 138 107 / 0.9);
}

.focus\:border-s-excel-hover\/95:focus{
  border-inline-start-color: rgb(9 138 107 / 0.95);
}

.focus\:border-s-excel\/0:focus{
  border-inline-start-color: rgb(11 160 123 / 0);
}

.focus\:border-s-excel\/10:focus{
  border-inline-start-color: rgb(11 160 123 / 0.1);
}

.focus\:border-s-excel\/100:focus{
  border-inline-start-color: rgb(11 160 123 / 1);
}

.focus\:border-s-excel\/15:focus{
  border-inline-start-color: rgb(11 160 123 / 0.15);
}

.focus\:border-s-excel\/20:focus{
  border-inline-start-color: rgb(11 160 123 / 0.2);
}

.focus\:border-s-excel\/25:focus{
  border-inline-start-color: rgb(11 160 123 / 0.25);
}

.focus\:border-s-excel\/30:focus{
  border-inline-start-color: rgb(11 160 123 / 0.3);
}

.focus\:border-s-excel\/35:focus{
  border-inline-start-color: rgb(11 160 123 / 0.35);
}

.focus\:border-s-excel\/40:focus{
  border-inline-start-color: rgb(11 160 123 / 0.4);
}

.focus\:border-s-excel\/45:focus{
  border-inline-start-color: rgb(11 160 123 / 0.45);
}

.focus\:border-s-excel\/5:focus{
  border-inline-start-color: rgb(11 160 123 / 0.05);
}

.focus\:border-s-excel\/50:focus{
  border-inline-start-color: rgb(11 160 123 / 0.5);
}

.focus\:border-s-excel\/55:focus{
  border-inline-start-color: rgb(11 160 123 / 0.55);
}

.focus\:border-s-excel\/60:focus{
  border-inline-start-color: rgb(11 160 123 / 0.6);
}

.focus\:border-s-excel\/65:focus{
  border-inline-start-color: rgb(11 160 123 / 0.65);
}

.focus\:border-s-excel\/70:focus{
  border-inline-start-color: rgb(11 160 123 / 0.7);
}

.focus\:border-s-excel\/75:focus{
  border-inline-start-color: rgb(11 160 123 / 0.75);
}

.focus\:border-s-excel\/80:focus{
  border-inline-start-color: rgb(11 160 123 / 0.8);
}

.focus\:border-s-excel\/85:focus{
  border-inline-start-color: rgb(11 160 123 / 0.85);
}

.focus\:border-s-excel\/90:focus{
  border-inline-start-color: rgb(11 160 123 / 0.9);
}

.focus\:border-s-excel\/95:focus{
  border-inline-start-color: rgb(11 160 123 / 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\/15:focus{
  border-inline-start-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(250 232 255 / 0.35);
}

.focus\:border-s-fuchsia-100\/40:focus{
  border-inline-start-color: rgb(250 232 255 / 0.4);
}

.focus\:border-s-fuchsia-100\/45:focus{
  border-inline-start-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(250 232 255 / 0.55);
}

.focus\:border-s-fuchsia-100\/60:focus{
  border-inline-start-color: rgb(250 232 255 / 0.6);
}

.focus\:border-s-fuchsia-100\/65:focus{
  border-inline-start-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(245 208 254 / 0.35);
}

.focus\:border-s-fuchsia-200\/40:focus{
  border-inline-start-color: rgb(245 208 254 / 0.4);
}

.focus\:border-s-fuchsia-200\/45:focus{
  border-inline-start-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(245 208 254 / 0.55);
}

.focus\:border-s-fuchsia-200\/60:focus{
  border-inline-start-color: rgb(245 208 254 / 0.6);
}

.focus\:border-s-fuchsia-200\/65:focus{
  border-inline-start-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(240 171 252 / 0.35);
}

.focus\:border-s-fuchsia-300\/40:focus{
  border-inline-start-color: rgb(240 171 252 / 0.4);
}

.focus\:border-s-fuchsia-300\/45:focus{
  border-inline-start-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(240 171 252 / 0.55);
}

.focus\:border-s-fuchsia-300\/60:focus{
  border-inline-start-color: rgb(240 171 252 / 0.6);
}

.focus\:border-s-fuchsia-300\/65:focus{
  border-inline-start-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(232 121 249 / 0.35);
}

.focus\:border-s-fuchsia-400\/40:focus{
  border-inline-start-color: rgb(232 121 249 / 0.4);
}

.focus\:border-s-fuchsia-400\/45:focus{
  border-inline-start-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(232 121 249 / 0.55);
}

.focus\:border-s-fuchsia-400\/60:focus{
  border-inline-start-color: rgb(232 121 249 / 0.6);
}

.focus\:border-s-fuchsia-400\/65:focus{
  border-inline-start-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(253 244 255 / 0.35);
}

.focus\:border-s-fuchsia-50\/40:focus{
  border-inline-start-color: rgb(253 244 255 / 0.4);
}

.focus\:border-s-fuchsia-50\/45:focus{
  border-inline-start-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(253 244 255 / 0.55);
}

.focus\:border-s-fuchsia-50\/60:focus{
  border-inline-start-color: rgb(253 244 255 / 0.6);
}

.focus\:border-s-fuchsia-50\/65:focus{
  border-inline-start-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(217 70 239 / 0.35);
}

.focus\:border-s-fuchsia-500\/40:focus{
  border-inline-start-color: rgb(217 70 239 / 0.4);
}

.focus\:border-s-fuchsia-500\/45:focus{
  border-inline-start-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(217 70 239 / 0.55);
}

.focus\:border-s-fuchsia-500\/60:focus{
  border-inline-start-color: rgb(217 70 239 / 0.6);
}

.focus\:border-s-fuchsia-500\/65:focus{
  border-inline-start-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(192 38 211 / 0.35);
}

.focus\:border-s-fuchsia-600\/40:focus{
  border-inline-start-color: rgb(192 38 211 / 0.4);
}

.focus\:border-s-fuchsia-600\/45:focus{
  border-inline-start-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(192 38 211 / 0.55);
}

.focus\:border-s-fuchsia-600\/60:focus{
  border-inline-start-color: rgb(192 38 211 / 0.6);
}

.focus\:border-s-fuchsia-600\/65:focus{
  border-inline-start-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(162 28 175 / 0.35);
}

.focus\:border-s-fuchsia-700\/40:focus{
  border-inline-start-color: rgb(162 28 175 / 0.4);
}

.focus\:border-s-fuchsia-700\/45:focus{
  border-inline-start-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(162 28 175 / 0.55);
}

.focus\:border-s-fuchsia-700\/60:focus{
  border-inline-start-color: rgb(162 28 175 / 0.6);
}

.focus\:border-s-fuchsia-700\/65:focus{
  border-inline-start-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(134 25 143 / 0.35);
}

.focus\:border-s-fuchsia-800\/40:focus{
  border-inline-start-color: rgb(134 25 143 / 0.4);
}

.focus\:border-s-fuchsia-800\/45:focus{
  border-inline-start-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(134 25 143 / 0.55);
}

.focus\:border-s-fuchsia-800\/60:focus{
  border-inline-start-color: rgb(134 25 143 / 0.6);
}

.focus\:border-s-fuchsia-800\/65:focus{
  border-inline-start-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(112 26 117 / 0.35);
}

.focus\:border-s-fuchsia-900\/40:focus{
  border-inline-start-color: rgb(112 26 117 / 0.4);
}

.focus\:border-s-fuchsia-900\/45:focus{
  border-inline-start-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(112 26 117 / 0.55);
}

.focus\:border-s-fuchsia-900\/60:focus{
  border-inline-start-color: rgb(112 26 117 / 0.6);
}

.focus\:border-s-fuchsia-900\/65:focus{
  border-inline-start-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(74 4 78 / 0.35);
}

.focus\:border-s-fuchsia-950\/40:focus{
  border-inline-start-color: rgb(74 4 78 / 0.4);
}

.focus\:border-s-fuchsia-950\/45:focus{
  border-inline-start-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(74 4 78 / 0.55);
}

.focus\:border-s-fuchsia-950\/60:focus{
  border-inline-start-color: rgb(74 4 78 / 0.6);
}

.focus\:border-s-fuchsia-950\/65:focus{
  border-inline-start-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(243 244 246 / 0.35);
}

.focus\:border-s-gray-100\/40:focus{
  border-inline-start-color: rgb(243 244 246 / 0.4);
}

.focus\:border-s-gray-100\/45:focus{
  border-inline-start-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(243 244 246 / 0.55);
}

.focus\:border-s-gray-100\/60:focus{
  border-inline-start-color: rgb(243 244 246 / 0.6);
}

.focus\:border-s-gray-100\/65:focus{
  border-inline-start-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(229 231 235 / 0.35);
}

.focus\:border-s-gray-200\/40:focus{
  border-inline-start-color: rgb(229 231 235 / 0.4);
}

.focus\:border-s-gray-200\/45:focus{
  border-inline-start-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(229 231 235 / 0.55);
}

.focus\:border-s-gray-200\/60:focus{
  border-inline-start-color: rgb(229 231 235 / 0.6);
}

.focus\:border-s-gray-200\/65:focus{
  border-inline-start-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(209 213 219 / 0.35);
}

.focus\:border-s-gray-300\/40:focus{
  border-inline-start-color: rgb(209 213 219 / 0.4);
}

.focus\:border-s-gray-300\/45:focus{
  border-inline-start-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(209 213 219 / 0.55);
}

.focus\:border-s-gray-300\/60:focus{
  border-inline-start-color: rgb(209 213 219 / 0.6);
}

.focus\:border-s-gray-300\/65:focus{
  border-inline-start-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(156 163 175 / 0.35);
}

.focus\:border-s-gray-400\/40:focus{
  border-inline-start-color: rgb(156 163 175 / 0.4);
}

.focus\:border-s-gray-400\/45:focus{
  border-inline-start-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(156 163 175 / 0.55);
}

.focus\:border-s-gray-400\/60:focus{
  border-inline-start-color: rgb(156 163 175 / 0.6);
}

.focus\:border-s-gray-400\/65:focus{
  border-inline-start-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(249 250 251 / 0.35);
}

.focus\:border-s-gray-50\/40:focus{
  border-inline-start-color: rgb(249 250 251 / 0.4);
}

.focus\:border-s-gray-50\/45:focus{
  border-inline-start-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(249 250 251 / 0.55);
}

.focus\:border-s-gray-50\/60:focus{
  border-inline-start-color: rgb(249 250 251 / 0.6);
}

.focus\:border-s-gray-50\/65:focus{
  border-inline-start-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(107 114 128 / 0.35);
}

.focus\:border-s-gray-500\/40:focus{
  border-inline-start-color: rgb(107 114 128 / 0.4);
}

.focus\:border-s-gray-500\/45:focus{
  border-inline-start-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(107 114 128 / 0.55);
}

.focus\:border-s-gray-500\/60:focus{
  border-inline-start-color: rgb(107 114 128 / 0.6);
}

.focus\:border-s-gray-500\/65:focus{
  border-inline-start-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(75 85 99 / 0.35);
}

.focus\:border-s-gray-600\/40:focus{
  border-inline-start-color: rgb(75 85 99 / 0.4);
}

.focus\:border-s-gray-600\/45:focus{
  border-inline-start-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(75 85 99 / 0.55);
}

.focus\:border-s-gray-600\/60:focus{
  border-inline-start-color: rgb(75 85 99 / 0.6);
}

.focus\:border-s-gray-600\/65:focus{
  border-inline-start-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(55 65 81 / 0.35);
}

.focus\:border-s-gray-700\/40:focus{
  border-inline-start-color: rgb(55 65 81 / 0.4);
}

.focus\:border-s-gray-700\/45:focus{
  border-inline-start-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(55 65 81 / 0.55);
}

.focus\:border-s-gray-700\/60:focus{
  border-inline-start-color: rgb(55 65 81 / 0.6);
}

.focus\:border-s-gray-700\/65:focus{
  border-inline-start-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(31 41 55 / 0.35);
}

.focus\:border-s-gray-800\/40:focus{
  border-inline-start-color: rgb(31 41 55 / 0.4);
}

.focus\:border-s-gray-800\/45:focus{
  border-inline-start-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(31 41 55 / 0.55);
}

.focus\:border-s-gray-800\/60:focus{
  border-inline-start-color: rgb(31 41 55 / 0.6);
}

.focus\:border-s-gray-800\/65:focus{
  border-inline-start-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(17 24 39 / 0.35);
}

.focus\:border-s-gray-900\/40:focus{
  border-inline-start-color: rgb(17 24 39 / 0.4);
}

.focus\:border-s-gray-900\/45:focus{
  border-inline-start-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(17 24 39 / 0.55);
}

.focus\:border-s-gray-900\/60:focus{
  border-inline-start-color: rgb(17 24 39 / 0.6);
}

.focus\:border-s-gray-900\/65:focus{
  border-inline-start-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(3 7 18 / 0.35);
}

.focus\:border-s-gray-950\/40:focus{
  border-inline-start-color: rgb(3 7 18 / 0.4);
}

.focus\:border-s-gray-950\/45:focus{
  border-inline-start-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(3 7 18 / 0.55);
}

.focus\:border-s-gray-950\/60:focus{
  border-inline-start-color: rgb(3 7 18 / 0.6);
}

.focus\:border-s-gray-950\/65:focus{
  border-inline-start-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(220 252 231 / 0.35);
}

.focus\:border-s-green-100\/40:focus{
  border-inline-start-color: rgb(220 252 231 / 0.4);
}

.focus\:border-s-green-100\/45:focus{
  border-inline-start-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(220 252 231 / 0.55);
}

.focus\:border-s-green-100\/60:focus{
  border-inline-start-color: rgb(220 252 231 / 0.6);
}

.focus\:border-s-green-100\/65:focus{
  border-inline-start-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(187 247 208 / 0.35);
}

.focus\:border-s-green-200\/40:focus{
  border-inline-start-color: rgb(187 247 208 / 0.4);
}

.focus\:border-s-green-200\/45:focus{
  border-inline-start-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(187 247 208 / 0.55);
}

.focus\:border-s-green-200\/60:focus{
  border-inline-start-color: rgb(187 247 208 / 0.6);
}

.focus\:border-s-green-200\/65:focus{
  border-inline-start-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(134 239 172 / 0.35);
}

.focus\:border-s-green-300\/40:focus{
  border-inline-start-color: rgb(134 239 172 / 0.4);
}

.focus\:border-s-green-300\/45:focus{
  border-inline-start-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(134 239 172 / 0.55);
}

.focus\:border-s-green-300\/60:focus{
  border-inline-start-color: rgb(134 239 172 / 0.6);
}

.focus\:border-s-green-300\/65:focus{
  border-inline-start-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(74 222 128 / 0.35);
}

.focus\:border-s-green-400\/40:focus{
  border-inline-start-color: rgb(74 222 128 / 0.4);
}

.focus\:border-s-green-400\/45:focus{
  border-inline-start-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(74 222 128 / 0.55);
}

.focus\:border-s-green-400\/60:focus{
  border-inline-start-color: rgb(74 222 128 / 0.6);
}

.focus\:border-s-green-400\/65:focus{
  border-inline-start-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(240 253 244 / 0.35);
}

.focus\:border-s-green-50\/40:focus{
  border-inline-start-color: rgb(240 253 244 / 0.4);
}

.focus\:border-s-green-50\/45:focus{
  border-inline-start-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(240 253 244 / 0.55);
}

.focus\:border-s-green-50\/60:focus{
  border-inline-start-color: rgb(240 253 244 / 0.6);
}

.focus\:border-s-green-50\/65:focus{
  border-inline-start-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(34 197 94 / 0.35);
}

.focus\:border-s-green-500\/40:focus{
  border-inline-start-color: rgb(34 197 94 / 0.4);
}

.focus\:border-s-green-500\/45:focus{
  border-inline-start-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(34 197 94 / 0.55);
}

.focus\:border-s-green-500\/60:focus{
  border-inline-start-color: rgb(34 197 94 / 0.6);
}

.focus\:border-s-green-500\/65:focus{
  border-inline-start-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(22 163 74 / 0.35);
}

.focus\:border-s-green-600\/40:focus{
  border-inline-start-color: rgb(22 163 74 / 0.4);
}

.focus\:border-s-green-600\/45:focus{
  border-inline-start-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(22 163 74 / 0.55);
}

.focus\:border-s-green-600\/60:focus{
  border-inline-start-color: rgb(22 163 74 / 0.6);
}

.focus\:border-s-green-600\/65:focus{
  border-inline-start-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(21 128 61 / 0.35);
}

.focus\:border-s-green-700\/40:focus{
  border-inline-start-color: rgb(21 128 61 / 0.4);
}

.focus\:border-s-green-700\/45:focus{
  border-inline-start-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(21 128 61 / 0.55);
}

.focus\:border-s-green-700\/60:focus{
  border-inline-start-color: rgb(21 128 61 / 0.6);
}

.focus\:border-s-green-700\/65:focus{
  border-inline-start-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(22 101 52 / 0.35);
}

.focus\:border-s-green-800\/40:focus{
  border-inline-start-color: rgb(22 101 52 / 0.4);
}

.focus\:border-s-green-800\/45:focus{
  border-inline-start-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(22 101 52 / 0.55);
}

.focus\:border-s-green-800\/60:focus{
  border-inline-start-color: rgb(22 101 52 / 0.6);
}

.focus\:border-s-green-800\/65:focus{
  border-inline-start-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(20 83 45 / 0.35);
}

.focus\:border-s-green-900\/40:focus{
  border-inline-start-color: rgb(20 83 45 / 0.4);
}

.focus\:border-s-green-900\/45:focus{
  border-inline-start-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(20 83 45 / 0.55);
}

.focus\:border-s-green-900\/60:focus{
  border-inline-start-color: rgb(20 83 45 / 0.6);
}

.focus\:border-s-green-900\/65:focus{
  border-inline-start-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(5 46 22 / 0.35);
}

.focus\:border-s-green-950\/40:focus{
  border-inline-start-color: rgb(5 46 22 / 0.4);
}

.focus\:border-s-green-950\/45:focus{
  border-inline-start-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(5 46 22 / 0.55);
}

.focus\:border-s-green-950\/60:focus{
  border-inline-start-color: rgb(5 46 22 / 0.6);
}

.focus\:border-s-green-950\/65:focus{
  border-inline-start-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(224 231 255 / 0.35);
}

.focus\:border-s-indigo-100\/40:focus{
  border-inline-start-color: rgb(224 231 255 / 0.4);
}

.focus\:border-s-indigo-100\/45:focus{
  border-inline-start-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(224 231 255 / 0.55);
}

.focus\:border-s-indigo-100\/60:focus{
  border-inline-start-color: rgb(224 231 255 / 0.6);
}

.focus\:border-s-indigo-100\/65:focus{
  border-inline-start-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(199 210 254 / 0.35);
}

.focus\:border-s-indigo-200\/40:focus{
  border-inline-start-color: rgb(199 210 254 / 0.4);
}

.focus\:border-s-indigo-200\/45:focus{
  border-inline-start-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(199 210 254 / 0.55);
}

.focus\:border-s-indigo-200\/60:focus{
  border-inline-start-color: rgb(199 210 254 / 0.6);
}

.focus\:border-s-indigo-200\/65:focus{
  border-inline-start-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(165 180 252 / 0.35);
}

.focus\:border-s-indigo-300\/40:focus{
  border-inline-start-color: rgb(165 180 252 / 0.4);
}

.focus\:border-s-indigo-300\/45:focus{
  border-inline-start-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(165 180 252 / 0.55);
}

.focus\:border-s-indigo-300\/60:focus{
  border-inline-start-color: rgb(165 180 252 / 0.6);
}

.focus\:border-s-indigo-300\/65:focus{
  border-inline-start-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(129 140 248 / 0.35);
}

.focus\:border-s-indigo-400\/40:focus{
  border-inline-start-color: rgb(129 140 248 / 0.4);
}

.focus\:border-s-indigo-400\/45:focus{
  border-inline-start-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(129 140 248 / 0.55);
}

.focus\:border-s-indigo-400\/60:focus{
  border-inline-start-color: rgb(129 140 248 / 0.6);
}

.focus\:border-s-indigo-400\/65:focus{
  border-inline-start-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(238 242 255 / 0.35);
}

.focus\:border-s-indigo-50\/40:focus{
  border-inline-start-color: rgb(238 242 255 / 0.4);
}

.focus\:border-s-indigo-50\/45:focus{
  border-inline-start-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(238 242 255 / 0.55);
}

.focus\:border-s-indigo-50\/60:focus{
  border-inline-start-color: rgb(238 242 255 / 0.6);
}

.focus\:border-s-indigo-50\/65:focus{
  border-inline-start-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(99 102 241 / 0.35);
}

.focus\:border-s-indigo-500\/40:focus{
  border-inline-start-color: rgb(99 102 241 / 0.4);
}

.focus\:border-s-indigo-500\/45:focus{
  border-inline-start-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(99 102 241 / 0.55);
}

.focus\:border-s-indigo-500\/60:focus{
  border-inline-start-color: rgb(99 102 241 / 0.6);
}

.focus\:border-s-indigo-500\/65:focus{
  border-inline-start-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(79 70 229 / 0.35);
}

.focus\:border-s-indigo-600\/40:focus{
  border-inline-start-color: rgb(79 70 229 / 0.4);
}

.focus\:border-s-indigo-600\/45:focus{
  border-inline-start-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(79 70 229 / 0.55);
}

.focus\:border-s-indigo-600\/60:focus{
  border-inline-start-color: rgb(79 70 229 / 0.6);
}

.focus\:border-s-indigo-600\/65:focus{
  border-inline-start-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(67 56 202 / 0.35);
}

.focus\:border-s-indigo-700\/40:focus{
  border-inline-start-color: rgb(67 56 202 / 0.4);
}

.focus\:border-s-indigo-700\/45:focus{
  border-inline-start-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(67 56 202 / 0.55);
}

.focus\:border-s-indigo-700\/60:focus{
  border-inline-start-color: rgb(67 56 202 / 0.6);
}

.focus\:border-s-indigo-700\/65:focus{
  border-inline-start-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(55 48 163 / 0.35);
}

.focus\:border-s-indigo-800\/40:focus{
  border-inline-start-color: rgb(55 48 163 / 0.4);
}

.focus\:border-s-indigo-800\/45:focus{
  border-inline-start-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(55 48 163 / 0.55);
}

.focus\:border-s-indigo-800\/60:focus{
  border-inline-start-color: rgb(55 48 163 / 0.6);
}

.focus\:border-s-indigo-800\/65:focus{
  border-inline-start-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(49 46 129 / 0.35);
}

.focus\:border-s-indigo-900\/40:focus{
  border-inline-start-color: rgb(49 46 129 / 0.4);
}

.focus\:border-s-indigo-900\/45:focus{
  border-inline-start-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(49 46 129 / 0.55);
}

.focus\:border-s-indigo-900\/60:focus{
  border-inline-start-color: rgb(49 46 129 / 0.6);
}

.focus\:border-s-indigo-900\/65:focus{
  border-inline-start-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(30 27 75 / 0.35);
}

.focus\:border-s-indigo-950\/40:focus{
  border-inline-start-color: rgb(30 27 75 / 0.4);
}

.focus\:border-s-indigo-950\/45:focus{
  border-inline-start-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(30 27 75 / 0.55);
}

.focus\:border-s-indigo-950\/60:focus{
  border-inline-start-color: rgb(30 27 75 / 0.6);
}

.focus\:border-s-indigo-950\/65:focus{
  border-inline-start-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.focus\:border-s-info-hover:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.focus\:border-s-info-hover\/0:focus{
  border-inline-start-color: rgb(203 122 0 / 0);
}

.focus\:border-s-info-hover\/10:focus{
  border-inline-start-color: rgb(203 122 0 / 0.1);
}

.focus\:border-s-info-hover\/100:focus{
  border-inline-start-color: rgb(203 122 0 / 1);
}

.focus\:border-s-info-hover\/15:focus{
  border-inline-start-color: rgb(203 122 0 / 0.15);
}

.focus\:border-s-info-hover\/20:focus{
  border-inline-start-color: rgb(203 122 0 / 0.2);
}

.focus\:border-s-info-hover\/25:focus{
  border-inline-start-color: rgb(203 122 0 / 0.25);
}

.focus\:border-s-info-hover\/30:focus{
  border-inline-start-color: rgb(203 122 0 / 0.3);
}

.focus\:border-s-info-hover\/35:focus{
  border-inline-start-color: rgb(203 122 0 / 0.35);
}

.focus\:border-s-info-hover\/40:focus{
  border-inline-start-color: rgb(203 122 0 / 0.4);
}

.focus\:border-s-info-hover\/45:focus{
  border-inline-start-color: rgb(203 122 0 / 0.45);
}

.focus\:border-s-info-hover\/5:focus{
  border-inline-start-color: rgb(203 122 0 / 0.05);
}

.focus\:border-s-info-hover\/50:focus{
  border-inline-start-color: rgb(203 122 0 / 0.5);
}

.focus\:border-s-info-hover\/55:focus{
  border-inline-start-color: rgb(203 122 0 / 0.55);
}

.focus\:border-s-info-hover\/60:focus{
  border-inline-start-color: rgb(203 122 0 / 0.6);
}

.focus\:border-s-info-hover\/65:focus{
  border-inline-start-color: rgb(203 122 0 / 0.65);
}

.focus\:border-s-info-hover\/70:focus{
  border-inline-start-color: rgb(203 122 0 / 0.7);
}

.focus\:border-s-info-hover\/75:focus{
  border-inline-start-color: rgb(203 122 0 / 0.75);
}

.focus\:border-s-info-hover\/80:focus{
  border-inline-start-color: rgb(203 122 0 / 0.8);
}

.focus\:border-s-info-hover\/85:focus{
  border-inline-start-color: rgb(203 122 0 / 0.85);
}

.focus\:border-s-info-hover\/90:focus{
  border-inline-start-color: rgb(203 122 0 / 0.9);
}

.focus\:border-s-info-hover\/95:focus{
  border-inline-start-color: rgb(203 122 0 / 0.95);
}

.focus\:border-s-info\/0:focus{
  border-inline-start-color: rgb(247 159 26 / 0);
}

.focus\:border-s-info\/10:focus{
  border-inline-start-color: rgb(247 159 26 / 0.1);
}

.focus\:border-s-info\/100:focus{
  border-inline-start-color: rgb(247 159 26 / 1);
}

.focus\:border-s-info\/15:focus{
  border-inline-start-color: rgb(247 159 26 / 0.15);
}

.focus\:border-s-info\/20:focus{
  border-inline-start-color: rgb(247 159 26 / 0.2);
}

.focus\:border-s-info\/25:focus{
  border-inline-start-color: rgb(247 159 26 / 0.25);
}

.focus\:border-s-info\/30:focus{
  border-inline-start-color: rgb(247 159 26 / 0.3);
}

.focus\:border-s-info\/35:focus{
  border-inline-start-color: rgb(247 159 26 / 0.35);
}

.focus\:border-s-info\/40:focus{
  border-inline-start-color: rgb(247 159 26 / 0.4);
}

.focus\:border-s-info\/45:focus{
  border-inline-start-color: rgb(247 159 26 / 0.45);
}

.focus\:border-s-info\/5:focus{
  border-inline-start-color: rgb(247 159 26 / 0.05);
}

.focus\:border-s-info\/50:focus{
  border-inline-start-color: rgb(247 159 26 / 0.5);
}

.focus\:border-s-info\/55:focus{
  border-inline-start-color: rgb(247 159 26 / 0.55);
}

.focus\:border-s-info\/60:focus{
  border-inline-start-color: rgb(247 159 26 / 0.6);
}

.focus\:border-s-info\/65:focus{
  border-inline-start-color: rgb(247 159 26 / 0.65);
}

.focus\:border-s-info\/70:focus{
  border-inline-start-color: rgb(247 159 26 / 0.7);
}

.focus\:border-s-info\/75:focus{
  border-inline-start-color: rgb(247 159 26 / 0.75);
}

.focus\:border-s-info\/80:focus{
  border-inline-start-color: rgb(247 159 26 / 0.8);
}

.focus\:border-s-info\/85:focus{
  border-inline-start-color: rgb(247 159 26 / 0.85);
}

.focus\:border-s-info\/90:focus{
  border-inline-start-color: rgb(247 159 26 / 0.9);
}

.focus\:border-s-info\/95:focus{
  border-inline-start-color: rgb(247 159 26 / 0.95);
}

.focus\:border-s-inherit:focus{
  border-inline-start-color: inherit;
}

.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\/15:focus{
  border-inline-start-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(236 252 203 / 0.35);
}

.focus\:border-s-lime-100\/40:focus{
  border-inline-start-color: rgb(236 252 203 / 0.4);
}

.focus\:border-s-lime-100\/45:focus{
  border-inline-start-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(236 252 203 / 0.55);
}

.focus\:border-s-lime-100\/60:focus{
  border-inline-start-color: rgb(236 252 203 / 0.6);
}

.focus\:border-s-lime-100\/65:focus{
  border-inline-start-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(217 249 157 / 0.35);
}

.focus\:border-s-lime-200\/40:focus{
  border-inline-start-color: rgb(217 249 157 / 0.4);
}

.focus\:border-s-lime-200\/45:focus{
  border-inline-start-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(217 249 157 / 0.55);
}

.focus\:border-s-lime-200\/60:focus{
  border-inline-start-color: rgb(217 249 157 / 0.6);
}

.focus\:border-s-lime-200\/65:focus{
  border-inline-start-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(190 242 100 / 0.35);
}

.focus\:border-s-lime-300\/40:focus{
  border-inline-start-color: rgb(190 242 100 / 0.4);
}

.focus\:border-s-lime-300\/45:focus{
  border-inline-start-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(190 242 100 / 0.55);
}

.focus\:border-s-lime-300\/60:focus{
  border-inline-start-color: rgb(190 242 100 / 0.6);
}

.focus\:border-s-lime-300\/65:focus{
  border-inline-start-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(163 230 53 / 0.35);
}

.focus\:border-s-lime-400\/40:focus{
  border-inline-start-color: rgb(163 230 53 / 0.4);
}

.focus\:border-s-lime-400\/45:focus{
  border-inline-start-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(163 230 53 / 0.55);
}

.focus\:border-s-lime-400\/60:focus{
  border-inline-start-color: rgb(163 230 53 / 0.6);
}

.focus\:border-s-lime-400\/65:focus{
  border-inline-start-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(247 254 231 / 0.35);
}

.focus\:border-s-lime-50\/40:focus{
  border-inline-start-color: rgb(247 254 231 / 0.4);
}

.focus\:border-s-lime-50\/45:focus{
  border-inline-start-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(247 254 231 / 0.55);
}

.focus\:border-s-lime-50\/60:focus{
  border-inline-start-color: rgb(247 254 231 / 0.6);
}

.focus\:border-s-lime-50\/65:focus{
  border-inline-start-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(132 204 22 / 0.35);
}

.focus\:border-s-lime-500\/40:focus{
  border-inline-start-color: rgb(132 204 22 / 0.4);
}

.focus\:border-s-lime-500\/45:focus{
  border-inline-start-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(132 204 22 / 0.55);
}

.focus\:border-s-lime-500\/60:focus{
  border-inline-start-color: rgb(132 204 22 / 0.6);
}

.focus\:border-s-lime-500\/65:focus{
  border-inline-start-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(101 163 13 / 0.35);
}

.focus\:border-s-lime-600\/40:focus{
  border-inline-start-color: rgb(101 163 13 / 0.4);
}

.focus\:border-s-lime-600\/45:focus{
  border-inline-start-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(101 163 13 / 0.55);
}

.focus\:border-s-lime-600\/60:focus{
  border-inline-start-color: rgb(101 163 13 / 0.6);
}

.focus\:border-s-lime-600\/65:focus{
  border-inline-start-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(77 124 15 / 0.35);
}

.focus\:border-s-lime-700\/40:focus{
  border-inline-start-color: rgb(77 124 15 / 0.4);
}

.focus\:border-s-lime-700\/45:focus{
  border-inline-start-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(77 124 15 / 0.55);
}

.focus\:border-s-lime-700\/60:focus{
  border-inline-start-color: rgb(77 124 15 / 0.6);
}

.focus\:border-s-lime-700\/65:focus{
  border-inline-start-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(63 98 18 / 0.35);
}

.focus\:border-s-lime-800\/40:focus{
  border-inline-start-color: rgb(63 98 18 / 0.4);
}

.focus\:border-s-lime-800\/45:focus{
  border-inline-start-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(63 98 18 / 0.55);
}

.focus\:border-s-lime-800\/60:focus{
  border-inline-start-color: rgb(63 98 18 / 0.6);
}

.focus\:border-s-lime-800\/65:focus{
  border-inline-start-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(54 83 20 / 0.35);
}

.focus\:border-s-lime-900\/40:focus{
  border-inline-start-color: rgb(54 83 20 / 0.4);
}

.focus\:border-s-lime-900\/45:focus{
  border-inline-start-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(54 83 20 / 0.55);
}

.focus\:border-s-lime-900\/60:focus{
  border-inline-start-color: rgb(54 83 20 / 0.6);
}

.focus\:border-s-lime-900\/65:focus{
  border-inline-start-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(26 46 5 / 0.35);
}

.focus\:border-s-lime-950\/40:focus{
  border-inline-start-color: rgb(26 46 5 / 0.4);
}

.focus\:border-s-lime-950\/45:focus{
  border-inline-start-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(26 46 5 / 0.55);
}

.focus\:border-s-lime-950\/60:focus{
  border-inline-start-color: rgb(26 46 5 / 0.6);
}

.focus\:border-s-lime-950\/65:focus{
  border-inline-start-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-01\/0:focus{
  border-inline-start-color: rgb(224 224 224 / 0);
}

.focus\:border-s-neutral-01\/10:focus{
  border-inline-start-color: rgb(224 224 224 / 0.1);
}

.focus\:border-s-neutral-01\/100:focus{
  border-inline-start-color: rgb(224 224 224 / 1);
}

.focus\:border-s-neutral-01\/15:focus{
  border-inline-start-color: rgb(224 224 224 / 0.15);
}

.focus\:border-s-neutral-01\/20:focus{
  border-inline-start-color: rgb(224 224 224 / 0.2);
}

.focus\:border-s-neutral-01\/25:focus{
  border-inline-start-color: rgb(224 224 224 / 0.25);
}

.focus\:border-s-neutral-01\/30:focus{
  border-inline-start-color: rgb(224 224 224 / 0.3);
}

.focus\:border-s-neutral-01\/35:focus{
  border-inline-start-color: rgb(224 224 224 / 0.35);
}

.focus\:border-s-neutral-01\/40:focus{
  border-inline-start-color: rgb(224 224 224 / 0.4);
}

.focus\:border-s-neutral-01\/45:focus{
  border-inline-start-color: rgb(224 224 224 / 0.45);
}

.focus\:border-s-neutral-01\/5:focus{
  border-inline-start-color: rgb(224 224 224 / 0.05);
}

.focus\:border-s-neutral-01\/50:focus{
  border-inline-start-color: rgb(224 224 224 / 0.5);
}

.focus\:border-s-neutral-01\/55:focus{
  border-inline-start-color: rgb(224 224 224 / 0.55);
}

.focus\:border-s-neutral-01\/60:focus{
  border-inline-start-color: rgb(224 224 224 / 0.6);
}

.focus\:border-s-neutral-01\/65:focus{
  border-inline-start-color: rgb(224 224 224 / 0.65);
}

.focus\:border-s-neutral-01\/70:focus{
  border-inline-start-color: rgb(224 224 224 / 0.7);
}

.focus\:border-s-neutral-01\/75:focus{
  border-inline-start-color: rgb(224 224 224 / 0.75);
}

.focus\:border-s-neutral-01\/80:focus{
  border-inline-start-color: rgb(224 224 224 / 0.8);
}

.focus\:border-s-neutral-01\/85:focus{
  border-inline-start-color: rgb(224 224 224 / 0.85);
}

.focus\:border-s-neutral-01\/90:focus{
  border-inline-start-color: rgb(224 224 224 / 0.9);
}

.focus\:border-s-neutral-01\/95:focus{
  border-inline-start-color: rgb(224 224 224 / 0.95);
}

.focus\:border-s-neutral-02:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-02\/0:focus{
  border-inline-start-color: rgb(228 234 238 / 0);
}

.focus\:border-s-neutral-02\/10:focus{
  border-inline-start-color: rgb(228 234 238 / 0.1);
}

.focus\:border-s-neutral-02\/100:focus{
  border-inline-start-color: rgb(228 234 238 / 1);
}

.focus\:border-s-neutral-02\/15:focus{
  border-inline-start-color: rgb(228 234 238 / 0.15);
}

.focus\:border-s-neutral-02\/20:focus{
  border-inline-start-color: rgb(228 234 238 / 0.2);
}

.focus\:border-s-neutral-02\/25:focus{
  border-inline-start-color: rgb(228 234 238 / 0.25);
}

.focus\:border-s-neutral-02\/30:focus{
  border-inline-start-color: rgb(228 234 238 / 0.3);
}

.focus\:border-s-neutral-02\/35:focus{
  border-inline-start-color: rgb(228 234 238 / 0.35);
}

.focus\:border-s-neutral-02\/40:focus{
  border-inline-start-color: rgb(228 234 238 / 0.4);
}

.focus\:border-s-neutral-02\/45:focus{
  border-inline-start-color: rgb(228 234 238 / 0.45);
}

.focus\:border-s-neutral-02\/5:focus{
  border-inline-start-color: rgb(228 234 238 / 0.05);
}

.focus\:border-s-neutral-02\/50:focus{
  border-inline-start-color: rgb(228 234 238 / 0.5);
}

.focus\:border-s-neutral-02\/55:focus{
  border-inline-start-color: rgb(228 234 238 / 0.55);
}

.focus\:border-s-neutral-02\/60:focus{
  border-inline-start-color: rgb(228 234 238 / 0.6);
}

.focus\:border-s-neutral-02\/65:focus{
  border-inline-start-color: rgb(228 234 238 / 0.65);
}

.focus\:border-s-neutral-02\/70:focus{
  border-inline-start-color: rgb(228 234 238 / 0.7);
}

.focus\:border-s-neutral-02\/75:focus{
  border-inline-start-color: rgb(228 234 238 / 0.75);
}

.focus\:border-s-neutral-02\/80:focus{
  border-inline-start-color: rgb(228 234 238 / 0.8);
}

.focus\:border-s-neutral-02\/85:focus{
  border-inline-start-color: rgb(228 234 238 / 0.85);
}

.focus\:border-s-neutral-02\/90:focus{
  border-inline-start-color: rgb(228 234 238 / 0.9);
}

.focus\:border-s-neutral-02\/95:focus{
  border-inline-start-color: rgb(228 234 238 / 0.95);
}

.focus\:border-s-neutral-03:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-03\/0:focus{
  border-inline-start-color: rgb(236 239 250 / 0);
}

.focus\:border-s-neutral-03\/10:focus{
  border-inline-start-color: rgb(236 239 250 / 0.1);
}

.focus\:border-s-neutral-03\/100:focus{
  border-inline-start-color: rgb(236 239 250 / 1);
}

.focus\:border-s-neutral-03\/15:focus{
  border-inline-start-color: rgb(236 239 250 / 0.15);
}

.focus\:border-s-neutral-03\/20:focus{
  border-inline-start-color: rgb(236 239 250 / 0.2);
}

.focus\:border-s-neutral-03\/25:focus{
  border-inline-start-color: rgb(236 239 250 / 0.25);
}

.focus\:border-s-neutral-03\/30:focus{
  border-inline-start-color: rgb(236 239 250 / 0.3);
}

.focus\:border-s-neutral-03\/35:focus{
  border-inline-start-color: rgb(236 239 250 / 0.35);
}

.focus\:border-s-neutral-03\/40:focus{
  border-inline-start-color: rgb(236 239 250 / 0.4);
}

.focus\:border-s-neutral-03\/45:focus{
  border-inline-start-color: rgb(236 239 250 / 0.45);
}

.focus\:border-s-neutral-03\/5:focus{
  border-inline-start-color: rgb(236 239 250 / 0.05);
}

.focus\:border-s-neutral-03\/50:focus{
  border-inline-start-color: rgb(236 239 250 / 0.5);
}

.focus\:border-s-neutral-03\/55:focus{
  border-inline-start-color: rgb(236 239 250 / 0.55);
}

.focus\:border-s-neutral-03\/60:focus{
  border-inline-start-color: rgb(236 239 250 / 0.6);
}

.focus\:border-s-neutral-03\/65:focus{
  border-inline-start-color: rgb(236 239 250 / 0.65);
}

.focus\:border-s-neutral-03\/70:focus{
  border-inline-start-color: rgb(236 239 250 / 0.7);
}

.focus\:border-s-neutral-03\/75:focus{
  border-inline-start-color: rgb(236 239 250 / 0.75);
}

.focus\:border-s-neutral-03\/80:focus{
  border-inline-start-color: rgb(236 239 250 / 0.8);
}

.focus\:border-s-neutral-03\/85:focus{
  border-inline-start-color: rgb(236 239 250 / 0.85);
}

.focus\:border-s-neutral-03\/90:focus{
  border-inline-start-color: rgb(236 239 250 / 0.9);
}

.focus\:border-s-neutral-03\/95:focus{
  border-inline-start-color: rgb(236 239 250 / 0.95);
}

.focus\:border-s-neutral-04:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-04\/0:focus{
  border-inline-start-color: rgb(215 218 226 / 0);
}

.focus\:border-s-neutral-04\/10:focus{
  border-inline-start-color: rgb(215 218 226 / 0.1);
}

.focus\:border-s-neutral-04\/100:focus{
  border-inline-start-color: rgb(215 218 226 / 1);
}

.focus\:border-s-neutral-04\/15:focus{
  border-inline-start-color: rgb(215 218 226 / 0.15);
}

.focus\:border-s-neutral-04\/20:focus{
  border-inline-start-color: rgb(215 218 226 / 0.2);
}

.focus\:border-s-neutral-04\/25:focus{
  border-inline-start-color: rgb(215 218 226 / 0.25);
}

.focus\:border-s-neutral-04\/30:focus{
  border-inline-start-color: rgb(215 218 226 / 0.3);
}

.focus\:border-s-neutral-04\/35:focus{
  border-inline-start-color: rgb(215 218 226 / 0.35);
}

.focus\:border-s-neutral-04\/40:focus{
  border-inline-start-color: rgb(215 218 226 / 0.4);
}

.focus\:border-s-neutral-04\/45:focus{
  border-inline-start-color: rgb(215 218 226 / 0.45);
}

.focus\:border-s-neutral-04\/5:focus{
  border-inline-start-color: rgb(215 218 226 / 0.05);
}

.focus\:border-s-neutral-04\/50:focus{
  border-inline-start-color: rgb(215 218 226 / 0.5);
}

.focus\:border-s-neutral-04\/55:focus{
  border-inline-start-color: rgb(215 218 226 / 0.55);
}

.focus\:border-s-neutral-04\/60:focus{
  border-inline-start-color: rgb(215 218 226 / 0.6);
}

.focus\:border-s-neutral-04\/65:focus{
  border-inline-start-color: rgb(215 218 226 / 0.65);
}

.focus\:border-s-neutral-04\/70:focus{
  border-inline-start-color: rgb(215 218 226 / 0.7);
}

.focus\:border-s-neutral-04\/75:focus{
  border-inline-start-color: rgb(215 218 226 / 0.75);
}

.focus\:border-s-neutral-04\/80:focus{
  border-inline-start-color: rgb(215 218 226 / 0.8);
}

.focus\:border-s-neutral-04\/85:focus{
  border-inline-start-color: rgb(215 218 226 / 0.85);
}

.focus\:border-s-neutral-04\/90:focus{
  border-inline-start-color: rgb(215 218 226 / 0.9);
}

.focus\:border-s-neutral-04\/95:focus{
  border-inline-start-color: rgb(215 218 226 / 0.95);
}

.focus\:border-s-neutral-05:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-05\/0:focus{
  border-inline-start-color: rgb(246 246 246 / 0);
}

.focus\:border-s-neutral-05\/10:focus{
  border-inline-start-color: rgb(246 246 246 / 0.1);
}

.focus\:border-s-neutral-05\/100:focus{
  border-inline-start-color: rgb(246 246 246 / 1);
}

.focus\:border-s-neutral-05\/15:focus{
  border-inline-start-color: rgb(246 246 246 / 0.15);
}

.focus\:border-s-neutral-05\/20:focus{
  border-inline-start-color: rgb(246 246 246 / 0.2);
}

.focus\:border-s-neutral-05\/25:focus{
  border-inline-start-color: rgb(246 246 246 / 0.25);
}

.focus\:border-s-neutral-05\/30:focus{
  border-inline-start-color: rgb(246 246 246 / 0.3);
}

.focus\:border-s-neutral-05\/35:focus{
  border-inline-start-color: rgb(246 246 246 / 0.35);
}

.focus\:border-s-neutral-05\/40:focus{
  border-inline-start-color: rgb(246 246 246 / 0.4);
}

.focus\:border-s-neutral-05\/45:focus{
  border-inline-start-color: rgb(246 246 246 / 0.45);
}

.focus\:border-s-neutral-05\/5:focus{
  border-inline-start-color: rgb(246 246 246 / 0.05);
}

.focus\:border-s-neutral-05\/50:focus{
  border-inline-start-color: rgb(246 246 246 / 0.5);
}

.focus\:border-s-neutral-05\/55:focus{
  border-inline-start-color: rgb(246 246 246 / 0.55);
}

.focus\:border-s-neutral-05\/60:focus{
  border-inline-start-color: rgb(246 246 246 / 0.6);
}

.focus\:border-s-neutral-05\/65:focus{
  border-inline-start-color: rgb(246 246 246 / 0.65);
}

.focus\:border-s-neutral-05\/70:focus{
  border-inline-start-color: rgb(246 246 246 / 0.7);
}

.focus\:border-s-neutral-05\/75:focus{
  border-inline-start-color: rgb(246 246 246 / 0.75);
}

.focus\:border-s-neutral-05\/80:focus{
  border-inline-start-color: rgb(246 246 246 / 0.8);
}

.focus\:border-s-neutral-05\/85:focus{
  border-inline-start-color: rgb(246 246 246 / 0.85);
}

.focus\:border-s-neutral-05\/90:focus{
  border-inline-start-color: rgb(246 246 246 / 0.9);
}

.focus\:border-s-neutral-05\/95:focus{
  border-inline-start-color: rgb(246 246 246 / 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\/15:focus{
  border-inline-start-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(245 245 245 / 0.35);
}

.focus\:border-s-neutral-100\/40:focus{
  border-inline-start-color: rgb(245 245 245 / 0.4);
}

.focus\:border-s-neutral-100\/45:focus{
  border-inline-start-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(245 245 245 / 0.55);
}

.focus\:border-s-neutral-100\/60:focus{
  border-inline-start-color: rgb(245 245 245 / 0.6);
}

.focus\:border-s-neutral-100\/65:focus{
  border-inline-start-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(229 229 229 / 0.35);
}

.focus\:border-s-neutral-200\/40:focus{
  border-inline-start-color: rgb(229 229 229 / 0.4);
}

.focus\:border-s-neutral-200\/45:focus{
  border-inline-start-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(229 229 229 / 0.55);
}

.focus\:border-s-neutral-200\/60:focus{
  border-inline-start-color: rgb(229 229 229 / 0.6);
}

.focus\:border-s-neutral-200\/65:focus{
  border-inline-start-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(212 212 212 / 0.35);
}

.focus\:border-s-neutral-300\/40:focus{
  border-inline-start-color: rgb(212 212 212 / 0.4);
}

.focus\:border-s-neutral-300\/45:focus{
  border-inline-start-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(212 212 212 / 0.55);
}

.focus\:border-s-neutral-300\/60:focus{
  border-inline-start-color: rgb(212 212 212 / 0.6);
}

.focus\:border-s-neutral-300\/65:focus{
  border-inline-start-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(163 163 163 / 0.35);
}

.focus\:border-s-neutral-400\/40:focus{
  border-inline-start-color: rgb(163 163 163 / 0.4);
}

.focus\:border-s-neutral-400\/45:focus{
  border-inline-start-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(163 163 163 / 0.55);
}

.focus\:border-s-neutral-400\/60:focus{
  border-inline-start-color: rgb(163 163 163 / 0.6);
}

.focus\:border-s-neutral-400\/65:focus{
  border-inline-start-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(250 250 250 / 0.35);
}

.focus\:border-s-neutral-50\/40:focus{
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.focus\:border-s-neutral-50\/45:focus{
  border-inline-start-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(250 250 250 / 0.55);
}

.focus\:border-s-neutral-50\/60:focus{
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.focus\:border-s-neutral-50\/65:focus{
  border-inline-start-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(115 115 115 / 0.35);
}

.focus\:border-s-neutral-500\/40:focus{
  border-inline-start-color: rgb(115 115 115 / 0.4);
}

.focus\:border-s-neutral-500\/45:focus{
  border-inline-start-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(115 115 115 / 0.55);
}

.focus\:border-s-neutral-500\/60:focus{
  border-inline-start-color: rgb(115 115 115 / 0.6);
}

.focus\:border-s-neutral-500\/65:focus{
  border-inline-start-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(82 82 82 / 0.35);
}

.focus\:border-s-neutral-600\/40:focus{
  border-inline-start-color: rgb(82 82 82 / 0.4);
}

.focus\:border-s-neutral-600\/45:focus{
  border-inline-start-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(82 82 82 / 0.55);
}

.focus\:border-s-neutral-600\/60:focus{
  border-inline-start-color: rgb(82 82 82 / 0.6);
}

.focus\:border-s-neutral-600\/65:focus{
  border-inline-start-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(64 64 64 / 0.35);
}

.focus\:border-s-neutral-700\/40:focus{
  border-inline-start-color: rgb(64 64 64 / 0.4);
}

.focus\:border-s-neutral-700\/45:focus{
  border-inline-start-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(64 64 64 / 0.55);
}

.focus\:border-s-neutral-700\/60:focus{
  border-inline-start-color: rgb(64 64 64 / 0.6);
}

.focus\:border-s-neutral-700\/65:focus{
  border-inline-start-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(38 38 38 / 0.35);
}

.focus\:border-s-neutral-800\/40:focus{
  border-inline-start-color: rgb(38 38 38 / 0.4);
}

.focus\:border-s-neutral-800\/45:focus{
  border-inline-start-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(38 38 38 / 0.55);
}

.focus\:border-s-neutral-800\/60:focus{
  border-inline-start-color: rgb(38 38 38 / 0.6);
}

.focus\:border-s-neutral-800\/65:focus{
  border-inline-start-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(23 23 23 / 0.35);
}

.focus\:border-s-neutral-900\/40:focus{
  border-inline-start-color: rgb(23 23 23 / 0.4);
}

.focus\:border-s-neutral-900\/45:focus{
  border-inline-start-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(23 23 23 / 0.55);
}

.focus\:border-s-neutral-900\/60:focus{
  border-inline-start-color: rgb(23 23 23 / 0.6);
}

.focus\:border-s-neutral-900\/65:focus{
  border-inline-start-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(10 10 10 / 0.35);
}

.focus\:border-s-neutral-950\/40:focus{
  border-inline-start-color: rgb(10 10 10 / 0.4);
}

.focus\:border-s-neutral-950\/45:focus{
  border-inline-start-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(10 10 10 / 0.55);
}

.focus\:border-s-neutral-950\/60:focus{
  border-inline-start-color: rgb(10 10 10 / 0.6);
}

.focus\:border-s-neutral-950\/65:focus{
  border-inline-start-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(255 237 213 / 0.35);
}

.focus\:border-s-orange-100\/40:focus{
  border-inline-start-color: rgb(255 237 213 / 0.4);
}

.focus\:border-s-orange-100\/45:focus{
  border-inline-start-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(255 237 213 / 0.55);
}

.focus\:border-s-orange-100\/60:focus{
  border-inline-start-color: rgb(255 237 213 / 0.6);
}

.focus\:border-s-orange-100\/65:focus{
  border-inline-start-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(254 215 170 / 0.35);
}

.focus\:border-s-orange-200\/40:focus{
  border-inline-start-color: rgb(254 215 170 / 0.4);
}

.focus\:border-s-orange-200\/45:focus{
  border-inline-start-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(254 215 170 / 0.55);
}

.focus\:border-s-orange-200\/60:focus{
  border-inline-start-color: rgb(254 215 170 / 0.6);
}

.focus\:border-s-orange-200\/65:focus{
  border-inline-start-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(253 186 116 / 0.35);
}

.focus\:border-s-orange-300\/40:focus{
  border-inline-start-color: rgb(253 186 116 / 0.4);
}

.focus\:border-s-orange-300\/45:focus{
  border-inline-start-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(253 186 116 / 0.55);
}

.focus\:border-s-orange-300\/60:focus{
  border-inline-start-color: rgb(253 186 116 / 0.6);
}

.focus\:border-s-orange-300\/65:focus{
  border-inline-start-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(251 146 60 / 0.35);
}

.focus\:border-s-orange-400\/40:focus{
  border-inline-start-color: rgb(251 146 60 / 0.4);
}

.focus\:border-s-orange-400\/45:focus{
  border-inline-start-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(251 146 60 / 0.55);
}

.focus\:border-s-orange-400\/60:focus{
  border-inline-start-color: rgb(251 146 60 / 0.6);
}

.focus\:border-s-orange-400\/65:focus{
  border-inline-start-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(255 247 237 / 0.35);
}

.focus\:border-s-orange-50\/40:focus{
  border-inline-start-color: rgb(255 247 237 / 0.4);
}

.focus\:border-s-orange-50\/45:focus{
  border-inline-start-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(255 247 237 / 0.55);
}

.focus\:border-s-orange-50\/60:focus{
  border-inline-start-color: rgb(255 247 237 / 0.6);
}

.focus\:border-s-orange-50\/65:focus{
  border-inline-start-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(249 115 22 / 0.35);
}

.focus\:border-s-orange-500\/40:focus{
  border-inline-start-color: rgb(249 115 22 / 0.4);
}

.focus\:border-s-orange-500\/45:focus{
  border-inline-start-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(249 115 22 / 0.55);
}

.focus\:border-s-orange-500\/60:focus{
  border-inline-start-color: rgb(249 115 22 / 0.6);
}

.focus\:border-s-orange-500\/65:focus{
  border-inline-start-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(234 88 12 / 0.35);
}

.focus\:border-s-orange-600\/40:focus{
  border-inline-start-color: rgb(234 88 12 / 0.4);
}

.focus\:border-s-orange-600\/45:focus{
  border-inline-start-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(234 88 12 / 0.55);
}

.focus\:border-s-orange-600\/60:focus{
  border-inline-start-color: rgb(234 88 12 / 0.6);
}

.focus\:border-s-orange-600\/65:focus{
  border-inline-start-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(194 65 12 / 0.35);
}

.focus\:border-s-orange-700\/40:focus{
  border-inline-start-color: rgb(194 65 12 / 0.4);
}

.focus\:border-s-orange-700\/45:focus{
  border-inline-start-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(194 65 12 / 0.55);
}

.focus\:border-s-orange-700\/60:focus{
  border-inline-start-color: rgb(194 65 12 / 0.6);
}

.focus\:border-s-orange-700\/65:focus{
  border-inline-start-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(154 52 18 / 0.35);
}

.focus\:border-s-orange-800\/40:focus{
  border-inline-start-color: rgb(154 52 18 / 0.4);
}

.focus\:border-s-orange-800\/45:focus{
  border-inline-start-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(154 52 18 / 0.55);
}

.focus\:border-s-orange-800\/60:focus{
  border-inline-start-color: rgb(154 52 18 / 0.6);
}

.focus\:border-s-orange-800\/65:focus{
  border-inline-start-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(124 45 18 / 0.35);
}

.focus\:border-s-orange-900\/40:focus{
  border-inline-start-color: rgb(124 45 18 / 0.4);
}

.focus\:border-s-orange-900\/45:focus{
  border-inline-start-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(124 45 18 / 0.55);
}

.focus\:border-s-orange-900\/60:focus{
  border-inline-start-color: rgb(124 45 18 / 0.6);
}

.focus\:border-s-orange-900\/65:focus{
  border-inline-start-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(67 20 7 / 0.35);
}

.focus\:border-s-orange-950\/40:focus{
  border-inline-start-color: rgb(67 20 7 / 0.4);
}

.focus\:border-s-orange-950\/45:focus{
  border-inline-start-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(67 20 7 / 0.55);
}

.focus\:border-s-orange-950\/60:focus{
  border-inline-start-color: rgb(67 20 7 / 0.6);
}

.focus\:border-s-orange-950\/65:focus{
  border-inline-start-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  border-inline-start-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(252 231 243 / 0.35);
}

.focus\:border-s-pink-100\/40:focus{
  border-inline-start-color: rgb(252 231 243 / 0.4);
}

.focus\:border-s-pink-100\/45:focus{
  border-inline-start-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(252 231 243 / 0.55);
}

.focus\:border-s-pink-100\/60:focus{
  border-inline-start-color: rgb(252 231 243 / 0.6);
}

.focus\:border-s-pink-100\/65:focus{
  border-inline-start-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(251 207 232 / 0.35);
}

.focus\:border-s-pink-200\/40:focus{
  border-inline-start-color: rgb(251 207 232 / 0.4);
}

.focus\:border-s-pink-200\/45:focus{
  border-inline-start-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(251 207 232 / 0.55);
}

.focus\:border-s-pink-200\/60:focus{
  border-inline-start-color: rgb(251 207 232 / 0.6);
}

.focus\:border-s-pink-200\/65:focus{
  border-inline-start-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(249 168 212 / 0.35);
}

.focus\:border-s-pink-300\/40:focus{
  border-inline-start-color: rgb(249 168 212 / 0.4);
}

.focus\:border-s-pink-300\/45:focus{
  border-inline-start-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(249 168 212 / 0.55);
}

.focus\:border-s-pink-300\/60:focus{
  border-inline-start-color: rgb(249 168 212 / 0.6);
}

.focus\:border-s-pink-300\/65:focus{
  border-inline-start-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(244 114 182 / 0.35);
}

.focus\:border-s-pink-400\/40:focus{
  border-inline-start-color: rgb(244 114 182 / 0.4);
}

.focus\:border-s-pink-400\/45:focus{
  border-inline-start-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(244 114 182 / 0.55);
}

.focus\:border-s-pink-400\/60:focus{
  border-inline-start-color: rgb(244 114 182 / 0.6);
}

.focus\:border-s-pink-400\/65:focus{
  border-inline-start-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(253 242 248 / 0.35);
}

.focus\:border-s-pink-50\/40:focus{
  border-inline-start-color: rgb(253 242 248 / 0.4);
}

.focus\:border-s-pink-50\/45:focus{
  border-inline-start-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(253 242 248 / 0.55);
}

.focus\:border-s-pink-50\/60:focus{
  border-inline-start-color: rgb(253 242 248 / 0.6);
}

.focus\:border-s-pink-50\/65:focus{
  border-inline-start-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(236 72 153 / 0.35);
}

.focus\:border-s-pink-500\/40:focus{
  border-inline-start-color: rgb(236 72 153 / 0.4);
}

.focus\:border-s-pink-500\/45:focus{
  border-inline-start-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(236 72 153 / 0.55);
}

.focus\:border-s-pink-500\/60:focus{
  border-inline-start-color: rgb(236 72 153 / 0.6);
}

.focus\:border-s-pink-500\/65:focus{
  border-inline-start-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(219 39 119 / 0.35);
}

.focus\:border-s-pink-600\/40:focus{
  border-inline-start-color: rgb(219 39 119 / 0.4);
}

.focus\:border-s-pink-600\/45:focus{
  border-inline-start-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(219 39 119 / 0.55);
}

.focus\:border-s-pink-600\/60:focus{
  border-inline-start-color: rgb(219 39 119 / 0.6);
}

.focus\:border-s-pink-600\/65:focus{
  border-inline-start-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(190 24 93 / 0.35);
}

.focus\:border-s-pink-700\/40:focus{
  border-inline-start-color: rgb(190 24 93 / 0.4);
}

.focus\:border-s-pink-700\/45:focus{
  border-inline-start-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(190 24 93 / 0.55);
}

.focus\:border-s-pink-700\/60:focus{
  border-inline-start-color: rgb(190 24 93 / 0.6);
}

.focus\:border-s-pink-700\/65:focus{
  border-inline-start-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(157 23 77 / 0.35);
}

.focus\:border-s-pink-800\/40:focus{
  border-inline-start-color: rgb(157 23 77 / 0.4);
}

.focus\:border-s-pink-800\/45:focus{
  border-inline-start-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(157 23 77 / 0.55);
}

.focus\:border-s-pink-800\/60:focus{
  border-inline-start-color: rgb(157 23 77 / 0.6);
}

.focus\:border-s-pink-800\/65:focus{
  border-inline-start-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(131 24 67 / 0.35);
}

.focus\:border-s-pink-900\/40:focus{
  border-inline-start-color: rgb(131 24 67 / 0.4);
}

.focus\:border-s-pink-900\/45:focus{
  border-inline-start-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(131 24 67 / 0.55);
}

.focus\:border-s-pink-900\/60:focus{
  border-inline-start-color: rgb(131 24 67 / 0.6);
}

.focus\:border-s-pink-900\/65:focus{
  border-inline-start-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(80 7 36 / 0.35);
}

.focus\:border-s-pink-950\/40:focus{
  border-inline-start-color: rgb(80 7 36 / 0.4);
}

.focus\:border-s-pink-950\/45:focus{
  border-inline-start-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(80 7 36 / 0.55);
}

.focus\:border-s-pink-950\/60:focus{
  border-inline-start-color: rgb(80 7 36 / 0.6);
}

.focus\:border-s-pink-950\/65:focus{
  border-inline-start-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.focus\:border-s-primary-hover:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.focus\:border-s-primary-hover\/0:focus{
  border-inline-start-color: rgb(71 57 169 / 0);
}

.focus\:border-s-primary-hover\/10:focus{
  border-inline-start-color: rgb(71 57 169 / 0.1);
}

.focus\:border-s-primary-hover\/100:focus{
  border-inline-start-color: rgb(71 57 169 / 1);
}

.focus\:border-s-primary-hover\/15:focus{
  border-inline-start-color: rgb(71 57 169 / 0.15);
}

.focus\:border-s-primary-hover\/20:focus{
  border-inline-start-color: rgb(71 57 169 / 0.2);
}

.focus\:border-s-primary-hover\/25:focus{
  border-inline-start-color: rgb(71 57 169 / 0.25);
}

.focus\:border-s-primary-hover\/30:focus{
  border-inline-start-color: rgb(71 57 169 / 0.3);
}

.focus\:border-s-primary-hover\/35:focus{
  border-inline-start-color: rgb(71 57 169 / 0.35);
}

.focus\:border-s-primary-hover\/40:focus{
  border-inline-start-color: rgb(71 57 169 / 0.4);
}

.focus\:border-s-primary-hover\/45:focus{
  border-inline-start-color: rgb(71 57 169 / 0.45);
}

.focus\:border-s-primary-hover\/5:focus{
  border-inline-start-color: rgb(71 57 169 / 0.05);
}

.focus\:border-s-primary-hover\/50:focus{
  border-inline-start-color: rgb(71 57 169 / 0.5);
}

.focus\:border-s-primary-hover\/55:focus{
  border-inline-start-color: rgb(71 57 169 / 0.55);
}

.focus\:border-s-primary-hover\/60:focus{
  border-inline-start-color: rgb(71 57 169 / 0.6);
}

.focus\:border-s-primary-hover\/65:focus{
  border-inline-start-color: rgb(71 57 169 / 0.65);
}

.focus\:border-s-primary-hover\/70:focus{
  border-inline-start-color: rgb(71 57 169 / 0.7);
}

.focus\:border-s-primary-hover\/75:focus{
  border-inline-start-color: rgb(71 57 169 / 0.75);
}

.focus\:border-s-primary-hover\/80:focus{
  border-inline-start-color: rgb(71 57 169 / 0.8);
}

.focus\:border-s-primary-hover\/85:focus{
  border-inline-start-color: rgb(71 57 169 / 0.85);
}

.focus\:border-s-primary-hover\/90:focus{
  border-inline-start-color: rgb(71 57 169 / 0.9);
}

.focus\:border-s-primary-hover\/95:focus{
  border-inline-start-color: rgb(71 57 169 / 0.95);
}

.focus\:border-s-primary\/0:focus{
  border-inline-start-color: rgb(85 70 192 / 0);
}

.focus\:border-s-primary\/10:focus{
  border-inline-start-color: rgb(85 70 192 / 0.1);
}

.focus\:border-s-primary\/100:focus{
  border-inline-start-color: rgb(85 70 192 / 1);
}

.focus\:border-s-primary\/15:focus{
  border-inline-start-color: rgb(85 70 192 / 0.15);
}

.focus\:border-s-primary\/20:focus{
  border-inline-start-color: rgb(85 70 192 / 0.2);
}

.focus\:border-s-primary\/25:focus{
  border-inline-start-color: rgb(85 70 192 / 0.25);
}

.focus\:border-s-primary\/30:focus{
  border-inline-start-color: rgb(85 70 192 / 0.3);
}

.focus\:border-s-primary\/35:focus{
  border-inline-start-color: rgb(85 70 192 / 0.35);
}

.focus\:border-s-primary\/40:focus{
  border-inline-start-color: rgb(85 70 192 / 0.4);
}

.focus\:border-s-primary\/45:focus{
  border-inline-start-color: rgb(85 70 192 / 0.45);
}

.focus\:border-s-primary\/5:focus{
  border-inline-start-color: rgb(85 70 192 / 0.05);
}

.focus\:border-s-primary\/50:focus{
  border-inline-start-color: rgb(85 70 192 / 0.5);
}

.focus\:border-s-primary\/55:focus{
  border-inline-start-color: rgb(85 70 192 / 0.55);
}

.focus\:border-s-primary\/60:focus{
  border-inline-start-color: rgb(85 70 192 / 0.6);
}

.focus\:border-s-primary\/65:focus{
  border-inline-start-color: rgb(85 70 192 / 0.65);
}

.focus\:border-s-primary\/70:focus{
  border-inline-start-color: rgb(85 70 192 / 0.7);
}

.focus\:border-s-primary\/75:focus{
  border-inline-start-color: rgb(85 70 192 / 0.75);
}

.focus\:border-s-primary\/80:focus{
  border-inline-start-color: rgb(85 70 192 / 0.8);
}

.focus\:border-s-primary\/85:focus{
  border-inline-start-color: rgb(85 70 192 / 0.85);
}

.focus\:border-s-primary\/90:focus{
  border-inline-start-color: rgb(85 70 192 / 0.9);
}

.focus\:border-s-primary\/95:focus{
  border-inline-start-color: rgb(85 70 192 / 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\/15:focus{
  border-inline-start-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(243 232 255 / 0.35);
}

.focus\:border-s-purple-100\/40:focus{
  border-inline-start-color: rgb(243 232 255 / 0.4);
}

.focus\:border-s-purple-100\/45:focus{
  border-inline-start-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(243 232 255 / 0.55);
}

.focus\:border-s-purple-100\/60:focus{
  border-inline-start-color: rgb(243 232 255 / 0.6);
}

.focus\:border-s-purple-100\/65:focus{
  border-inline-start-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(233 213 255 / 0.35);
}

.focus\:border-s-purple-200\/40:focus{
  border-inline-start-color: rgb(233 213 255 / 0.4);
}

.focus\:border-s-purple-200\/45:focus{
  border-inline-start-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(233 213 255 / 0.55);
}

.focus\:border-s-purple-200\/60:focus{
  border-inline-start-color: rgb(233 213 255 / 0.6);
}

.focus\:border-s-purple-200\/65:focus{
  border-inline-start-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(216 180 254 / 0.35);
}

.focus\:border-s-purple-300\/40:focus{
  border-inline-start-color: rgb(216 180 254 / 0.4);
}

.focus\:border-s-purple-300\/45:focus{
  border-inline-start-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(216 180 254 / 0.55);
}

.focus\:border-s-purple-300\/60:focus{
  border-inline-start-color: rgb(216 180 254 / 0.6);
}

.focus\:border-s-purple-300\/65:focus{
  border-inline-start-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(192 132 252 / 0.35);
}

.focus\:border-s-purple-400\/40:focus{
  border-inline-start-color: rgb(192 132 252 / 0.4);
}

.focus\:border-s-purple-400\/45:focus{
  border-inline-start-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(192 132 252 / 0.55);
}

.focus\:border-s-purple-400\/60:focus{
  border-inline-start-color: rgb(192 132 252 / 0.6);
}

.focus\:border-s-purple-400\/65:focus{
  border-inline-start-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(250 245 255 / 0.35);
}

.focus\:border-s-purple-50\/40:focus{
  border-inline-start-color: rgb(250 245 255 / 0.4);
}

.focus\:border-s-purple-50\/45:focus{
  border-inline-start-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(250 245 255 / 0.55);
}

.focus\:border-s-purple-50\/60:focus{
  border-inline-start-color: rgb(250 245 255 / 0.6);
}

.focus\:border-s-purple-50\/65:focus{
  border-inline-start-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(168 85 247 / 0.35);
}

.focus\:border-s-purple-500\/40:focus{
  border-inline-start-color: rgb(168 85 247 / 0.4);
}

.focus\:border-s-purple-500\/45:focus{
  border-inline-start-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(168 85 247 / 0.55);
}

.focus\:border-s-purple-500\/60:focus{
  border-inline-start-color: rgb(168 85 247 / 0.6);
}

.focus\:border-s-purple-500\/65:focus{
  border-inline-start-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(147 51 234 / 0.35);
}

.focus\:border-s-purple-600\/40:focus{
  border-inline-start-color: rgb(147 51 234 / 0.4);
}

.focus\:border-s-purple-600\/45:focus{
  border-inline-start-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(147 51 234 / 0.55);
}

.focus\:border-s-purple-600\/60:focus{
  border-inline-start-color: rgb(147 51 234 / 0.6);
}

.focus\:border-s-purple-600\/65:focus{
  border-inline-start-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(126 34 206 / 0.35);
}

.focus\:border-s-purple-700\/40:focus{
  border-inline-start-color: rgb(126 34 206 / 0.4);
}

.focus\:border-s-purple-700\/45:focus{
  border-inline-start-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(126 34 206 / 0.55);
}

.focus\:border-s-purple-700\/60:focus{
  border-inline-start-color: rgb(126 34 206 / 0.6);
}

.focus\:border-s-purple-700\/65:focus{
  border-inline-start-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(107 33 168 / 0.35);
}

.focus\:border-s-purple-800\/40:focus{
  border-inline-start-color: rgb(107 33 168 / 0.4);
}

.focus\:border-s-purple-800\/45:focus{
  border-inline-start-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(107 33 168 / 0.55);
}

.focus\:border-s-purple-800\/60:focus{
  border-inline-start-color: rgb(107 33 168 / 0.6);
}

.focus\:border-s-purple-800\/65:focus{
  border-inline-start-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(88 28 135 / 0.35);
}

.focus\:border-s-purple-900\/40:focus{
  border-inline-start-color: rgb(88 28 135 / 0.4);
}

.focus\:border-s-purple-900\/45:focus{
  border-inline-start-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(88 28 135 / 0.55);
}

.focus\:border-s-purple-900\/60:focus{
  border-inline-start-color: rgb(88 28 135 / 0.6);
}

.focus\:border-s-purple-900\/65:focus{
  border-inline-start-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(59 7 100 / 0.35);
}

.focus\:border-s-purple-950\/40:focus{
  border-inline-start-color: rgb(59 7 100 / 0.4);
}

.focus\:border-s-purple-950\/45:focus{
  border-inline-start-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(59 7 100 / 0.55);
}

.focus\:border-s-purple-950\/60:focus{
  border-inline-start-color: rgb(59 7 100 / 0.6);
}

.focus\:border-s-purple-950\/65:focus{
  border-inline-start-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.focus\:border-s-quaternary-hover:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.focus\:border-s-quaternary-hover\/0:focus{
  border-inline-start-color: rgb(43 202 241 / 0);
}

.focus\:border-s-quaternary-hover\/10:focus{
  border-inline-start-color: rgb(43 202 241 / 0.1);
}

.focus\:border-s-quaternary-hover\/100:focus{
  border-inline-start-color: rgb(43 202 241 / 1);
}

.focus\:border-s-quaternary-hover\/15:focus{
  border-inline-start-color: rgb(43 202 241 / 0.15);
}

.focus\:border-s-quaternary-hover\/20:focus{
  border-inline-start-color: rgb(43 202 241 / 0.2);
}

.focus\:border-s-quaternary-hover\/25:focus{
  border-inline-start-color: rgb(43 202 241 / 0.25);
}

.focus\:border-s-quaternary-hover\/30:focus{
  border-inline-start-color: rgb(43 202 241 / 0.3);
}

.focus\:border-s-quaternary-hover\/35:focus{
  border-inline-start-color: rgb(43 202 241 / 0.35);
}

.focus\:border-s-quaternary-hover\/40:focus{
  border-inline-start-color: rgb(43 202 241 / 0.4);
}

.focus\:border-s-quaternary-hover\/45:focus{
  border-inline-start-color: rgb(43 202 241 / 0.45);
}

.focus\:border-s-quaternary-hover\/5:focus{
  border-inline-start-color: rgb(43 202 241 / 0.05);
}

.focus\:border-s-quaternary-hover\/50:focus{
  border-inline-start-color: rgb(43 202 241 / 0.5);
}

.focus\:border-s-quaternary-hover\/55:focus{
  border-inline-start-color: rgb(43 202 241 / 0.55);
}

.focus\:border-s-quaternary-hover\/60:focus{
  border-inline-start-color: rgb(43 202 241 / 0.6);
}

.focus\:border-s-quaternary-hover\/65:focus{
  border-inline-start-color: rgb(43 202 241 / 0.65);
}

.focus\:border-s-quaternary-hover\/70:focus{
  border-inline-start-color: rgb(43 202 241 / 0.7);
}

.focus\:border-s-quaternary-hover\/75:focus{
  border-inline-start-color: rgb(43 202 241 / 0.75);
}

.focus\:border-s-quaternary-hover\/80:focus{
  border-inline-start-color: rgb(43 202 241 / 0.8);
}

.focus\:border-s-quaternary-hover\/85:focus{
  border-inline-start-color: rgb(43 202 241 / 0.85);
}

.focus\:border-s-quaternary-hover\/90:focus{
  border-inline-start-color: rgb(43 202 241 / 0.9);
}

.focus\:border-s-quaternary-hover\/95:focus{
  border-inline-start-color: rgb(43 202 241 / 0.95);
}

.focus\:border-s-quaternary\/0:focus{
  border-inline-start-color: rgb(61 209 246 / 0);
}

.focus\:border-s-quaternary\/10:focus{
  border-inline-start-color: rgb(61 209 246 / 0.1);
}

.focus\:border-s-quaternary\/100:focus{
  border-inline-start-color: rgb(61 209 246 / 1);
}

.focus\:border-s-quaternary\/15:focus{
  border-inline-start-color: rgb(61 209 246 / 0.15);
}

.focus\:border-s-quaternary\/20:focus{
  border-inline-start-color: rgb(61 209 246 / 0.2);
}

.focus\:border-s-quaternary\/25:focus{
  border-inline-start-color: rgb(61 209 246 / 0.25);
}

.focus\:border-s-quaternary\/30:focus{
  border-inline-start-color: rgb(61 209 246 / 0.3);
}

.focus\:border-s-quaternary\/35:focus{
  border-inline-start-color: rgb(61 209 246 / 0.35);
}

.focus\:border-s-quaternary\/40:focus{
  border-inline-start-color: rgb(61 209 246 / 0.4);
}

.focus\:border-s-quaternary\/45:focus{
  border-inline-start-color: rgb(61 209 246 / 0.45);
}

.focus\:border-s-quaternary\/5:focus{
  border-inline-start-color: rgb(61 209 246 / 0.05);
}

.focus\:border-s-quaternary\/50:focus{
  border-inline-start-color: rgb(61 209 246 / 0.5);
}

.focus\:border-s-quaternary\/55:focus{
  border-inline-start-color: rgb(61 209 246 / 0.55);
}

.focus\:border-s-quaternary\/60:focus{
  border-inline-start-color: rgb(61 209 246 / 0.6);
}

.focus\:border-s-quaternary\/65:focus{
  border-inline-start-color: rgb(61 209 246 / 0.65);
}

.focus\:border-s-quaternary\/70:focus{
  border-inline-start-color: rgb(61 209 246 / 0.7);
}

.focus\:border-s-quaternary\/75:focus{
  border-inline-start-color: rgb(61 209 246 / 0.75);
}

.focus\:border-s-quaternary\/80:focus{
  border-inline-start-color: rgb(61 209 246 / 0.8);
}

.focus\:border-s-quaternary\/85:focus{
  border-inline-start-color: rgb(61 209 246 / 0.85);
}

.focus\:border-s-quaternary\/90:focus{
  border-inline-start-color: rgb(61 209 246 / 0.9);
}

.focus\:border-s-quaternary\/95:focus{
  border-inline-start-color: rgb(61 209 246 / 0.95);
}

.focus\:border-s-quinary:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.focus\:border-s-quinary-hover:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.focus\:border-s-quinary-hover\/0:focus{
  border-inline-start-color: rgb(112 126 222 / 0);
}

.focus\:border-s-quinary-hover\/10:focus{
  border-inline-start-color: rgb(112 126 222 / 0.1);
}

.focus\:border-s-quinary-hover\/100:focus{
  border-inline-start-color: rgb(112 126 222 / 1);
}

.focus\:border-s-quinary-hover\/15:focus{
  border-inline-start-color: rgb(112 126 222 / 0.15);
}

.focus\:border-s-quinary-hover\/20:focus{
  border-inline-start-color: rgb(112 126 222 / 0.2);
}

.focus\:border-s-quinary-hover\/25:focus{
  border-inline-start-color: rgb(112 126 222 / 0.25);
}

.focus\:border-s-quinary-hover\/30:focus{
  border-inline-start-color: rgb(112 126 222 / 0.3);
}

.focus\:border-s-quinary-hover\/35:focus{
  border-inline-start-color: rgb(112 126 222 / 0.35);
}

.focus\:border-s-quinary-hover\/40:focus{
  border-inline-start-color: rgb(112 126 222 / 0.4);
}

.focus\:border-s-quinary-hover\/45:focus{
  border-inline-start-color: rgb(112 126 222 / 0.45);
}

.focus\:border-s-quinary-hover\/5:focus{
  border-inline-start-color: rgb(112 126 222 / 0.05);
}

.focus\:border-s-quinary-hover\/50:focus{
  border-inline-start-color: rgb(112 126 222 / 0.5);
}

.focus\:border-s-quinary-hover\/55:focus{
  border-inline-start-color: rgb(112 126 222 / 0.55);
}

.focus\:border-s-quinary-hover\/60:focus{
  border-inline-start-color: rgb(112 126 222 / 0.6);
}

.focus\:border-s-quinary-hover\/65:focus{
  border-inline-start-color: rgb(112 126 222 / 0.65);
}

.focus\:border-s-quinary-hover\/70:focus{
  border-inline-start-color: rgb(112 126 222 / 0.7);
}

.focus\:border-s-quinary-hover\/75:focus{
  border-inline-start-color: rgb(112 126 222 / 0.75);
}

.focus\:border-s-quinary-hover\/80:focus{
  border-inline-start-color: rgb(112 126 222 / 0.8);
}

.focus\:border-s-quinary-hover\/85:focus{
  border-inline-start-color: rgb(112 126 222 / 0.85);
}

.focus\:border-s-quinary-hover\/90:focus{
  border-inline-start-color: rgb(112 126 222 / 0.9);
}

.focus\:border-s-quinary-hover\/95:focus{
  border-inline-start-color: rgb(112 126 222 / 0.95);
}

.focus\:border-s-quinary\/0:focus{
  border-inline-start-color: rgb(136 150 244 / 0);
}

.focus\:border-s-quinary\/10:focus{
  border-inline-start-color: rgb(136 150 244 / 0.1);
}

.focus\:border-s-quinary\/100:focus{
  border-inline-start-color: rgb(136 150 244 / 1);
}

.focus\:border-s-quinary\/15:focus{
  border-inline-start-color: rgb(136 150 244 / 0.15);
}

.focus\:border-s-quinary\/20:focus{
  border-inline-start-color: rgb(136 150 244 / 0.2);
}

.focus\:border-s-quinary\/25:focus{
  border-inline-start-color: rgb(136 150 244 / 0.25);
}

.focus\:border-s-quinary\/30:focus{
  border-inline-start-color: rgb(136 150 244 / 0.3);
}

.focus\:border-s-quinary\/35:focus{
  border-inline-start-color: rgb(136 150 244 / 0.35);
}

.focus\:border-s-quinary\/40:focus{
  border-inline-start-color: rgb(136 150 244 / 0.4);
}

.focus\:border-s-quinary\/45:focus{
  border-inline-start-color: rgb(136 150 244 / 0.45);
}

.focus\:border-s-quinary\/5:focus{
  border-inline-start-color: rgb(136 150 244 / 0.05);
}

.focus\:border-s-quinary\/50:focus{
  border-inline-start-color: rgb(136 150 244 / 0.5);
}

.focus\:border-s-quinary\/55:focus{
  border-inline-start-color: rgb(136 150 244 / 0.55);
}

.focus\:border-s-quinary\/60:focus{
  border-inline-start-color: rgb(136 150 244 / 0.6);
}

.focus\:border-s-quinary\/65:focus{
  border-inline-start-color: rgb(136 150 244 / 0.65);
}

.focus\:border-s-quinary\/70:focus{
  border-inline-start-color: rgb(136 150 244 / 0.7);
}

.focus\:border-s-quinary\/75:focus{
  border-inline-start-color: rgb(136 150 244 / 0.75);
}

.focus\:border-s-quinary\/80:focus{
  border-inline-start-color: rgb(136 150 244 / 0.8);
}

.focus\:border-s-quinary\/85:focus{
  border-inline-start-color: rgb(136 150 244 / 0.85);
}

.focus\:border-s-quinary\/90:focus{
  border-inline-start-color: rgb(136 150 244 / 0.9);
}

.focus\:border-s-quinary\/95:focus{
  border-inline-start-color: rgb(136 150 244 / 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\/15:focus{
  border-inline-start-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(254 226 226 / 0.35);
}

.focus\:border-s-red-100\/40:focus{
  border-inline-start-color: rgb(254 226 226 / 0.4);
}

.focus\:border-s-red-100\/45:focus{
  border-inline-start-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(254 226 226 / 0.55);
}

.focus\:border-s-red-100\/60:focus{
  border-inline-start-color: rgb(254 226 226 / 0.6);
}

.focus\:border-s-red-100\/65:focus{
  border-inline-start-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(254 202 202 / 0.35);
}

.focus\:border-s-red-200\/40:focus{
  border-inline-start-color: rgb(254 202 202 / 0.4);
}

.focus\:border-s-red-200\/45:focus{
  border-inline-start-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(254 202 202 / 0.55);
}

.focus\:border-s-red-200\/60:focus{
  border-inline-start-color: rgb(254 202 202 / 0.6);
}

.focus\:border-s-red-200\/65:focus{
  border-inline-start-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(252 165 165 / 0.35);
}

.focus\:border-s-red-300\/40:focus{
  border-inline-start-color: rgb(252 165 165 / 0.4);
}

.focus\:border-s-red-300\/45:focus{
  border-inline-start-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(252 165 165 / 0.55);
}

.focus\:border-s-red-300\/60:focus{
  border-inline-start-color: rgb(252 165 165 / 0.6);
}

.focus\:border-s-red-300\/65:focus{
  border-inline-start-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(248 113 113 / 0.35);
}

.focus\:border-s-red-400\/40:focus{
  border-inline-start-color: rgb(248 113 113 / 0.4);
}

.focus\:border-s-red-400\/45:focus{
  border-inline-start-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(248 113 113 / 0.55);
}

.focus\:border-s-red-400\/60:focus{
  border-inline-start-color: rgb(248 113 113 / 0.6);
}

.focus\:border-s-red-400\/65:focus{
  border-inline-start-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(254 242 242 / 0.35);
}

.focus\:border-s-red-50\/40:focus{
  border-inline-start-color: rgb(254 242 242 / 0.4);
}

.focus\:border-s-red-50\/45:focus{
  border-inline-start-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(254 242 242 / 0.55);
}

.focus\:border-s-red-50\/60:focus{
  border-inline-start-color: rgb(254 242 242 / 0.6);
}

.focus\:border-s-red-50\/65:focus{
  border-inline-start-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(239 68 68 / 0.35);
}

.focus\:border-s-red-500\/40:focus{
  border-inline-start-color: rgb(239 68 68 / 0.4);
}

.focus\:border-s-red-500\/45:focus{
  border-inline-start-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(239 68 68 / 0.55);
}

.focus\:border-s-red-500\/60:focus{
  border-inline-start-color: rgb(239 68 68 / 0.6);
}

.focus\:border-s-red-500\/65:focus{
  border-inline-start-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(220 38 38 / 0.35);
}

.focus\:border-s-red-600\/40:focus{
  border-inline-start-color: rgb(220 38 38 / 0.4);
}

.focus\:border-s-red-600\/45:focus{
  border-inline-start-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(220 38 38 / 0.55);
}

.focus\:border-s-red-600\/60:focus{
  border-inline-start-color: rgb(220 38 38 / 0.6);
}

.focus\:border-s-red-600\/65:focus{
  border-inline-start-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(185 28 28 / 0.35);
}

.focus\:border-s-red-700\/40:focus{
  border-inline-start-color: rgb(185 28 28 / 0.4);
}

.focus\:border-s-red-700\/45:focus{
  border-inline-start-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(185 28 28 / 0.55);
}

.focus\:border-s-red-700\/60:focus{
  border-inline-start-color: rgb(185 28 28 / 0.6);
}

.focus\:border-s-red-700\/65:focus{
  border-inline-start-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(153 27 27 / 0.35);
}

.focus\:border-s-red-800\/40:focus{
  border-inline-start-color: rgb(153 27 27 / 0.4);
}

.focus\:border-s-red-800\/45:focus{
  border-inline-start-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(153 27 27 / 0.55);
}

.focus\:border-s-red-800\/60:focus{
  border-inline-start-color: rgb(153 27 27 / 0.6);
}

.focus\:border-s-red-800\/65:focus{
  border-inline-start-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(127 29 29 / 0.35);
}

.focus\:border-s-red-900\/40:focus{
  border-inline-start-color: rgb(127 29 29 / 0.4);
}

.focus\:border-s-red-900\/45:focus{
  border-inline-start-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(127 29 29 / 0.55);
}

.focus\:border-s-red-900\/60:focus{
  border-inline-start-color: rgb(127 29 29 / 0.6);
}

.focus\:border-s-red-900\/65:focus{
  border-inline-start-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(69 10 10 / 0.35);
}

.focus\:border-s-red-950\/40:focus{
  border-inline-start-color: rgb(69 10 10 / 0.4);
}

.focus\:border-s-red-950\/45:focus{
  border-inline-start-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(69 10 10 / 0.55);
}

.focus\:border-s-red-950\/60:focus{
  border-inline-start-color: rgb(69 10 10 / 0.6);
}

.focus\:border-s-red-950\/65:focus{
  border-inline-start-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(255 228 230 / 0.35);
}

.focus\:border-s-rose-100\/40:focus{
  border-inline-start-color: rgb(255 228 230 / 0.4);
}

.focus\:border-s-rose-100\/45:focus{
  border-inline-start-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(255 228 230 / 0.55);
}

.focus\:border-s-rose-100\/60:focus{
  border-inline-start-color: rgb(255 228 230 / 0.6);
}

.focus\:border-s-rose-100\/65:focus{
  border-inline-start-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(254 205 211 / 0.35);
}

.focus\:border-s-rose-200\/40:focus{
  border-inline-start-color: rgb(254 205 211 / 0.4);
}

.focus\:border-s-rose-200\/45:focus{
  border-inline-start-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(254 205 211 / 0.55);
}

.focus\:border-s-rose-200\/60:focus{
  border-inline-start-color: rgb(254 205 211 / 0.6);
}

.focus\:border-s-rose-200\/65:focus{
  border-inline-start-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(253 164 175 / 0.35);
}

.focus\:border-s-rose-300\/40:focus{
  border-inline-start-color: rgb(253 164 175 / 0.4);
}

.focus\:border-s-rose-300\/45:focus{
  border-inline-start-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(253 164 175 / 0.55);
}

.focus\:border-s-rose-300\/60:focus{
  border-inline-start-color: rgb(253 164 175 / 0.6);
}

.focus\:border-s-rose-300\/65:focus{
  border-inline-start-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(251 113 133 / 0.35);
}

.focus\:border-s-rose-400\/40:focus{
  border-inline-start-color: rgb(251 113 133 / 0.4);
}

.focus\:border-s-rose-400\/45:focus{
  border-inline-start-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(251 113 133 / 0.55);
}

.focus\:border-s-rose-400\/60:focus{
  border-inline-start-color: rgb(251 113 133 / 0.6);
}

.focus\:border-s-rose-400\/65:focus{
  border-inline-start-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(255 241 242 / 0.35);
}

.focus\:border-s-rose-50\/40:focus{
  border-inline-start-color: rgb(255 241 242 / 0.4);
}

.focus\:border-s-rose-50\/45:focus{
  border-inline-start-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(255 241 242 / 0.55);
}

.focus\:border-s-rose-50\/60:focus{
  border-inline-start-color: rgb(255 241 242 / 0.6);
}

.focus\:border-s-rose-50\/65:focus{
  border-inline-start-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(244 63 94 / 0.35);
}

.focus\:border-s-rose-500\/40:focus{
  border-inline-start-color: rgb(244 63 94 / 0.4);
}

.focus\:border-s-rose-500\/45:focus{
  border-inline-start-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(244 63 94 / 0.55);
}

.focus\:border-s-rose-500\/60:focus{
  border-inline-start-color: rgb(244 63 94 / 0.6);
}

.focus\:border-s-rose-500\/65:focus{
  border-inline-start-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(225 29 72 / 0.35);
}

.focus\:border-s-rose-600\/40:focus{
  border-inline-start-color: rgb(225 29 72 / 0.4);
}

.focus\:border-s-rose-600\/45:focus{
  border-inline-start-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(225 29 72 / 0.55);
}

.focus\:border-s-rose-600\/60:focus{
  border-inline-start-color: rgb(225 29 72 / 0.6);
}

.focus\:border-s-rose-600\/65:focus{
  border-inline-start-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(190 18 60 / 0.35);
}

.focus\:border-s-rose-700\/40:focus{
  border-inline-start-color: rgb(190 18 60 / 0.4);
}

.focus\:border-s-rose-700\/45:focus{
  border-inline-start-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(190 18 60 / 0.55);
}

.focus\:border-s-rose-700\/60:focus{
  border-inline-start-color: rgb(190 18 60 / 0.6);
}

.focus\:border-s-rose-700\/65:focus{
  border-inline-start-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(159 18 57 / 0.35);
}

.focus\:border-s-rose-800\/40:focus{
  border-inline-start-color: rgb(159 18 57 / 0.4);
}

.focus\:border-s-rose-800\/45:focus{
  border-inline-start-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(159 18 57 / 0.55);
}

.focus\:border-s-rose-800\/60:focus{
  border-inline-start-color: rgb(159 18 57 / 0.6);
}

.focus\:border-s-rose-800\/65:focus{
  border-inline-start-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(136 19 55 / 0.35);
}

.focus\:border-s-rose-900\/40:focus{
  border-inline-start-color: rgb(136 19 55 / 0.4);
}

.focus\:border-s-rose-900\/45:focus{
  border-inline-start-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(136 19 55 / 0.55);
}

.focus\:border-s-rose-900\/60:focus{
  border-inline-start-color: rgb(136 19 55 / 0.6);
}

.focus\:border-s-rose-900\/65:focus{
  border-inline-start-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(76 5 25 / 0.35);
}

.focus\:border-s-rose-950\/40:focus{
  border-inline-start-color: rgb(76 5 25 / 0.4);
}

.focus\:border-s-rose-950\/45:focus{
  border-inline-start-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(76 5 25 / 0.55);
}

.focus\:border-s-rose-950\/60:focus{
  border-inline-start-color: rgb(76 5 25 / 0.6);
}

.focus\:border-s-rose-950\/65:focus{
  border-inline-start-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.focus\:border-s-secondary\/0:focus{
  border-inline-start-color: rgb(141 147 167 / 0);
}

.focus\:border-s-secondary\/10:focus{
  border-inline-start-color: rgb(141 147 167 / 0.1);
}

.focus\:border-s-secondary\/100:focus{
  border-inline-start-color: rgb(141 147 167 / 1);
}

.focus\:border-s-secondary\/15:focus{
  border-inline-start-color: rgb(141 147 167 / 0.15);
}

.focus\:border-s-secondary\/20:focus{
  border-inline-start-color: rgb(141 147 167 / 0.2);
}

.focus\:border-s-secondary\/25:focus{
  border-inline-start-color: rgb(141 147 167 / 0.25);
}

.focus\:border-s-secondary\/30:focus{
  border-inline-start-color: rgb(141 147 167 / 0.3);
}

.focus\:border-s-secondary\/35:focus{
  border-inline-start-color: rgb(141 147 167 / 0.35);
}

.focus\:border-s-secondary\/40:focus{
  border-inline-start-color: rgb(141 147 167 / 0.4);
}

.focus\:border-s-secondary\/45:focus{
  border-inline-start-color: rgb(141 147 167 / 0.45);
}

.focus\:border-s-secondary\/5:focus{
  border-inline-start-color: rgb(141 147 167 / 0.05);
}

.focus\:border-s-secondary\/50:focus{
  border-inline-start-color: rgb(141 147 167 / 0.5);
}

.focus\:border-s-secondary\/55:focus{
  border-inline-start-color: rgb(141 147 167 / 0.55);
}

.focus\:border-s-secondary\/60:focus{
  border-inline-start-color: rgb(141 147 167 / 0.6);
}

.focus\:border-s-secondary\/65:focus{
  border-inline-start-color: rgb(141 147 167 / 0.65);
}

.focus\:border-s-secondary\/70:focus{
  border-inline-start-color: rgb(141 147 167 / 0.7);
}

.focus\:border-s-secondary\/75:focus{
  border-inline-start-color: rgb(141 147 167 / 0.75);
}

.focus\:border-s-secondary\/80:focus{
  border-inline-start-color: rgb(141 147 167 / 0.8);
}

.focus\:border-s-secondary\/85:focus{
  border-inline-start-color: rgb(141 147 167 / 0.85);
}

.focus\:border-s-secondary\/90:focus{
  border-inline-start-color: rgb(141 147 167 / 0.9);
}

.focus\:border-s-secondary\/95:focus{
  border-inline-start-color: rgb(141 147 167 / 0.95);
}

.focus\:border-s-senary:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.focus\:border-s-senary\/0:focus{
  border-inline-start-color: rgb(73 134 231 / 0);
}

.focus\:border-s-senary\/10:focus{
  border-inline-start-color: rgb(73 134 231 / 0.1);
}

.focus\:border-s-senary\/100:focus{
  border-inline-start-color: rgb(73 134 231 / 1);
}

.focus\:border-s-senary\/15:focus{
  border-inline-start-color: rgb(73 134 231 / 0.15);
}

.focus\:border-s-senary\/20:focus{
  border-inline-start-color: rgb(73 134 231 / 0.2);
}

.focus\:border-s-senary\/25:focus{
  border-inline-start-color: rgb(73 134 231 / 0.25);
}

.focus\:border-s-senary\/30:focus{
  border-inline-start-color: rgb(73 134 231 / 0.3);
}

.focus\:border-s-senary\/35:focus{
  border-inline-start-color: rgb(73 134 231 / 0.35);
}

.focus\:border-s-senary\/40:focus{
  border-inline-start-color: rgb(73 134 231 / 0.4);
}

.focus\:border-s-senary\/45:focus{
  border-inline-start-color: rgb(73 134 231 / 0.45);
}

.focus\:border-s-senary\/5:focus{
  border-inline-start-color: rgb(73 134 231 / 0.05);
}

.focus\:border-s-senary\/50:focus{
  border-inline-start-color: rgb(73 134 231 / 0.5);
}

.focus\:border-s-senary\/55:focus{
  border-inline-start-color: rgb(73 134 231 / 0.55);
}

.focus\:border-s-senary\/60:focus{
  border-inline-start-color: rgb(73 134 231 / 0.6);
}

.focus\:border-s-senary\/65:focus{
  border-inline-start-color: rgb(73 134 231 / 0.65);
}

.focus\:border-s-senary\/70:focus{
  border-inline-start-color: rgb(73 134 231 / 0.7);
}

.focus\:border-s-senary\/75:focus{
  border-inline-start-color: rgb(73 134 231 / 0.75);
}

.focus\:border-s-senary\/80:focus{
  border-inline-start-color: rgb(73 134 231 / 0.8);
}

.focus\:border-s-senary\/85:focus{
  border-inline-start-color: rgb(73 134 231 / 0.85);
}

.focus\:border-s-senary\/90:focus{
  border-inline-start-color: rgb(73 134 231 / 0.9);
}

.focus\:border-s-senary\/95:focus{
  border-inline-start-color: rgb(73 134 231 / 0.95);
}

.focus\:border-s-septenary:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.focus\:border-s-septenary\/0:focus{
  border-inline-start-color: rgb(49 88 129 / 0);
}

.focus\:border-s-septenary\/10:focus{
  border-inline-start-color: rgb(49 88 129 / 0.1);
}

.focus\:border-s-septenary\/100:focus{
  border-inline-start-color: rgb(49 88 129 / 1);
}

.focus\:border-s-septenary\/15:focus{
  border-inline-start-color: rgb(49 88 129 / 0.15);
}

.focus\:border-s-septenary\/20:focus{
  border-inline-start-color: rgb(49 88 129 / 0.2);
}

.focus\:border-s-septenary\/25:focus{
  border-inline-start-color: rgb(49 88 129 / 0.25);
}

.focus\:border-s-septenary\/30:focus{
  border-inline-start-color: rgb(49 88 129 / 0.3);
}

.focus\:border-s-septenary\/35:focus{
  border-inline-start-color: rgb(49 88 129 / 0.35);
}

.focus\:border-s-septenary\/40:focus{
  border-inline-start-color: rgb(49 88 129 / 0.4);
}

.focus\:border-s-septenary\/45:focus{
  border-inline-start-color: rgb(49 88 129 / 0.45);
}

.focus\:border-s-septenary\/5:focus{
  border-inline-start-color: rgb(49 88 129 / 0.05);
}

.focus\:border-s-septenary\/50:focus{
  border-inline-start-color: rgb(49 88 129 / 0.5);
}

.focus\:border-s-septenary\/55:focus{
  border-inline-start-color: rgb(49 88 129 / 0.55);
}

.focus\:border-s-septenary\/60:focus{
  border-inline-start-color: rgb(49 88 129 / 0.6);
}

.focus\:border-s-septenary\/65:focus{
  border-inline-start-color: rgb(49 88 129 / 0.65);
}

.focus\:border-s-septenary\/70:focus{
  border-inline-start-color: rgb(49 88 129 / 0.7);
}

.focus\:border-s-septenary\/75:focus{
  border-inline-start-color: rgb(49 88 129 / 0.75);
}

.focus\:border-s-septenary\/80:focus{
  border-inline-start-color: rgb(49 88 129 / 0.8);
}

.focus\:border-s-septenary\/85:focus{
  border-inline-start-color: rgb(49 88 129 / 0.85);
}

.focus\:border-s-septenary\/90:focus{
  border-inline-start-color: rgb(49 88 129 / 0.9);
}

.focus\:border-s-septenary\/95:focus{
  border-inline-start-color: rgb(49 88 129 / 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\/15:focus{
  border-inline-start-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(224 242 254 / 0.35);
}

.focus\:border-s-sky-100\/40:focus{
  border-inline-start-color: rgb(224 242 254 / 0.4);
}

.focus\:border-s-sky-100\/45:focus{
  border-inline-start-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(224 242 254 / 0.55);
}

.focus\:border-s-sky-100\/60:focus{
  border-inline-start-color: rgb(224 242 254 / 0.6);
}

.focus\:border-s-sky-100\/65:focus{
  border-inline-start-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(186 230 253 / 0.35);
}

.focus\:border-s-sky-200\/40:focus{
  border-inline-start-color: rgb(186 230 253 / 0.4);
}

.focus\:border-s-sky-200\/45:focus{
  border-inline-start-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(186 230 253 / 0.55);
}

.focus\:border-s-sky-200\/60:focus{
  border-inline-start-color: rgb(186 230 253 / 0.6);
}

.focus\:border-s-sky-200\/65:focus{
  border-inline-start-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(125 211 252 / 0.35);
}

.focus\:border-s-sky-300\/40:focus{
  border-inline-start-color: rgb(125 211 252 / 0.4);
}

.focus\:border-s-sky-300\/45:focus{
  border-inline-start-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(125 211 252 / 0.55);
}

.focus\:border-s-sky-300\/60:focus{
  border-inline-start-color: rgb(125 211 252 / 0.6);
}

.focus\:border-s-sky-300\/65:focus{
  border-inline-start-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(56 189 248 / 0.35);
}

.focus\:border-s-sky-400\/40:focus{
  border-inline-start-color: rgb(56 189 248 / 0.4);
}

.focus\:border-s-sky-400\/45:focus{
  border-inline-start-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(56 189 248 / 0.55);
}

.focus\:border-s-sky-400\/60:focus{
  border-inline-start-color: rgb(56 189 248 / 0.6);
}

.focus\:border-s-sky-400\/65:focus{
  border-inline-start-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(240 249 255 / 0.35);
}

.focus\:border-s-sky-50\/40:focus{
  border-inline-start-color: rgb(240 249 255 / 0.4);
}

.focus\:border-s-sky-50\/45:focus{
  border-inline-start-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(240 249 255 / 0.55);
}

.focus\:border-s-sky-50\/60:focus{
  border-inline-start-color: rgb(240 249 255 / 0.6);
}

.focus\:border-s-sky-50\/65:focus{
  border-inline-start-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(14 165 233 / 0.35);
}

.focus\:border-s-sky-500\/40:focus{
  border-inline-start-color: rgb(14 165 233 / 0.4);
}

.focus\:border-s-sky-500\/45:focus{
  border-inline-start-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(14 165 233 / 0.55);
}

.focus\:border-s-sky-500\/60:focus{
  border-inline-start-color: rgb(14 165 233 / 0.6);
}

.focus\:border-s-sky-500\/65:focus{
  border-inline-start-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(2 132 199 / 0.35);
}

.focus\:border-s-sky-600\/40:focus{
  border-inline-start-color: rgb(2 132 199 / 0.4);
}

.focus\:border-s-sky-600\/45:focus{
  border-inline-start-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(2 132 199 / 0.55);
}

.focus\:border-s-sky-600\/60:focus{
  border-inline-start-color: rgb(2 132 199 / 0.6);
}

.focus\:border-s-sky-600\/65:focus{
  border-inline-start-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(3 105 161 / 0.35);
}

.focus\:border-s-sky-700\/40:focus{
  border-inline-start-color: rgb(3 105 161 / 0.4);
}

.focus\:border-s-sky-700\/45:focus{
  border-inline-start-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(3 105 161 / 0.55);
}

.focus\:border-s-sky-700\/60:focus{
  border-inline-start-color: rgb(3 105 161 / 0.6);
}

.focus\:border-s-sky-700\/65:focus{
  border-inline-start-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(7 89 133 / 0.35);
}

.focus\:border-s-sky-800\/40:focus{
  border-inline-start-color: rgb(7 89 133 / 0.4);
}

.focus\:border-s-sky-800\/45:focus{
  border-inline-start-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(7 89 133 / 0.55);
}

.focus\:border-s-sky-800\/60:focus{
  border-inline-start-color: rgb(7 89 133 / 0.6);
}

.focus\:border-s-sky-800\/65:focus{
  border-inline-start-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(12 74 110 / 0.35);
}

.focus\:border-s-sky-900\/40:focus{
  border-inline-start-color: rgb(12 74 110 / 0.4);
}

.focus\:border-s-sky-900\/45:focus{
  border-inline-start-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(12 74 110 / 0.55);
}

.focus\:border-s-sky-900\/60:focus{
  border-inline-start-color: rgb(12 74 110 / 0.6);
}

.focus\:border-s-sky-900\/65:focus{
  border-inline-start-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(8 47 73 / 0.35);
}

.focus\:border-s-sky-950\/40:focus{
  border-inline-start-color: rgb(8 47 73 / 0.4);
}

.focus\:border-s-sky-950\/45:focus{
  border-inline-start-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(8 47 73 / 0.55);
}

.focus\:border-s-sky-950\/60:focus{
  border-inline-start-color: rgb(8 47 73 / 0.6);
}

.focus\:border-s-sky-950\/65:focus{
  border-inline-start-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(241 245 249 / 0.35);
}

.focus\:border-s-slate-100\/40:focus{
  border-inline-start-color: rgb(241 245 249 / 0.4);
}

.focus\:border-s-slate-100\/45:focus{
  border-inline-start-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(241 245 249 / 0.55);
}

.focus\:border-s-slate-100\/60:focus{
  border-inline-start-color: rgb(241 245 249 / 0.6);
}

.focus\:border-s-slate-100\/65:focus{
  border-inline-start-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(226 232 240 / 0.35);
}

.focus\:border-s-slate-200\/40:focus{
  border-inline-start-color: rgb(226 232 240 / 0.4);
}

.focus\:border-s-slate-200\/45:focus{
  border-inline-start-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(226 232 240 / 0.55);
}

.focus\:border-s-slate-200\/60:focus{
  border-inline-start-color: rgb(226 232 240 / 0.6);
}

.focus\:border-s-slate-200\/65:focus{
  border-inline-start-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(203 213 225 / 0.35);
}

.focus\:border-s-slate-300\/40:focus{
  border-inline-start-color: rgb(203 213 225 / 0.4);
}

.focus\:border-s-slate-300\/45:focus{
  border-inline-start-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(203 213 225 / 0.55);
}

.focus\:border-s-slate-300\/60:focus{
  border-inline-start-color: rgb(203 213 225 / 0.6);
}

.focus\:border-s-slate-300\/65:focus{
  border-inline-start-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(148 163 184 / 0.35);
}

.focus\:border-s-slate-400\/40:focus{
  border-inline-start-color: rgb(148 163 184 / 0.4);
}

.focus\:border-s-slate-400\/45:focus{
  border-inline-start-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(148 163 184 / 0.55);
}

.focus\:border-s-slate-400\/60:focus{
  border-inline-start-color: rgb(148 163 184 / 0.6);
}

.focus\:border-s-slate-400\/65:focus{
  border-inline-start-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(248 250 252 / 0.35);
}

.focus\:border-s-slate-50\/40:focus{
  border-inline-start-color: rgb(248 250 252 / 0.4);
}

.focus\:border-s-slate-50\/45:focus{
  border-inline-start-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(248 250 252 / 0.55);
}

.focus\:border-s-slate-50\/60:focus{
  border-inline-start-color: rgb(248 250 252 / 0.6);
}

.focus\:border-s-slate-50\/65:focus{
  border-inline-start-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(100 116 139 / 0.35);
}

.focus\:border-s-slate-500\/40:focus{
  border-inline-start-color: rgb(100 116 139 / 0.4);
}

.focus\:border-s-slate-500\/45:focus{
  border-inline-start-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(100 116 139 / 0.55);
}

.focus\:border-s-slate-500\/60:focus{
  border-inline-start-color: rgb(100 116 139 / 0.6);
}

.focus\:border-s-slate-500\/65:focus{
  border-inline-start-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(71 85 105 / 0.35);
}

.focus\:border-s-slate-600\/40:focus{
  border-inline-start-color: rgb(71 85 105 / 0.4);
}

.focus\:border-s-slate-600\/45:focus{
  border-inline-start-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(71 85 105 / 0.55);
}

.focus\:border-s-slate-600\/60:focus{
  border-inline-start-color: rgb(71 85 105 / 0.6);
}

.focus\:border-s-slate-600\/65:focus{
  border-inline-start-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(51 65 85 / 0.35);
}

.focus\:border-s-slate-700\/40:focus{
  border-inline-start-color: rgb(51 65 85 / 0.4);
}

.focus\:border-s-slate-700\/45:focus{
  border-inline-start-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(51 65 85 / 0.55);
}

.focus\:border-s-slate-700\/60:focus{
  border-inline-start-color: rgb(51 65 85 / 0.6);
}

.focus\:border-s-slate-700\/65:focus{
  border-inline-start-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(30 41 59 / 0.35);
}

.focus\:border-s-slate-800\/40:focus{
  border-inline-start-color: rgb(30 41 59 / 0.4);
}

.focus\:border-s-slate-800\/45:focus{
  border-inline-start-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(30 41 59 / 0.55);
}

.focus\:border-s-slate-800\/60:focus{
  border-inline-start-color: rgb(30 41 59 / 0.6);
}

.focus\:border-s-slate-800\/65:focus{
  border-inline-start-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(15 23 42 / 0.35);
}

.focus\:border-s-slate-900\/40:focus{
  border-inline-start-color: rgb(15 23 42 / 0.4);
}

.focus\:border-s-slate-900\/45:focus{
  border-inline-start-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(15 23 42 / 0.55);
}

.focus\:border-s-slate-900\/60:focus{
  border-inline-start-color: rgb(15 23 42 / 0.6);
}

.focus\:border-s-slate-900\/65:focus{
  border-inline-start-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(2 6 23 / 0.35);
}

.focus\:border-s-slate-950\/40:focus{
  border-inline-start-color: rgb(2 6 23 / 0.4);
}

.focus\:border-s-slate-950\/45:focus{
  border-inline-start-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(2 6 23 / 0.55);
}

.focus\:border-s-slate-950\/60:focus{
  border-inline-start-color: rgb(2 6 23 / 0.6);
}

.focus\:border-s-slate-950\/65:focus{
  border-inline-start-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(245 245 244 / 0.35);
}

.focus\:border-s-stone-100\/40:focus{
  border-inline-start-color: rgb(245 245 244 / 0.4);
}

.focus\:border-s-stone-100\/45:focus{
  border-inline-start-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(245 245 244 / 0.55);
}

.focus\:border-s-stone-100\/60:focus{
  border-inline-start-color: rgb(245 245 244 / 0.6);
}

.focus\:border-s-stone-100\/65:focus{
  border-inline-start-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(231 229 228 / 0.35);
}

.focus\:border-s-stone-200\/40:focus{
  border-inline-start-color: rgb(231 229 228 / 0.4);
}

.focus\:border-s-stone-200\/45:focus{
  border-inline-start-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(231 229 228 / 0.55);
}

.focus\:border-s-stone-200\/60:focus{
  border-inline-start-color: rgb(231 229 228 / 0.6);
}

.focus\:border-s-stone-200\/65:focus{
  border-inline-start-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(214 211 209 / 0.35);
}

.focus\:border-s-stone-300\/40:focus{
  border-inline-start-color: rgb(214 211 209 / 0.4);
}

.focus\:border-s-stone-300\/45:focus{
  border-inline-start-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(214 211 209 / 0.55);
}

.focus\:border-s-stone-300\/60:focus{
  border-inline-start-color: rgb(214 211 209 / 0.6);
}

.focus\:border-s-stone-300\/65:focus{
  border-inline-start-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(168 162 158 / 0.35);
}

.focus\:border-s-stone-400\/40:focus{
  border-inline-start-color: rgb(168 162 158 / 0.4);
}

.focus\:border-s-stone-400\/45:focus{
  border-inline-start-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(168 162 158 / 0.55);
}

.focus\:border-s-stone-400\/60:focus{
  border-inline-start-color: rgb(168 162 158 / 0.6);
}

.focus\:border-s-stone-400\/65:focus{
  border-inline-start-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(250 250 249 / 0.35);
}

.focus\:border-s-stone-50\/40:focus{
  border-inline-start-color: rgb(250 250 249 / 0.4);
}

.focus\:border-s-stone-50\/45:focus{
  border-inline-start-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(250 250 249 / 0.55);
}

.focus\:border-s-stone-50\/60:focus{
  border-inline-start-color: rgb(250 250 249 / 0.6);
}

.focus\:border-s-stone-50\/65:focus{
  border-inline-start-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(120 113 108 / 0.35);
}

.focus\:border-s-stone-500\/40:focus{
  border-inline-start-color: rgb(120 113 108 / 0.4);
}

.focus\:border-s-stone-500\/45:focus{
  border-inline-start-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(120 113 108 / 0.55);
}

.focus\:border-s-stone-500\/60:focus{
  border-inline-start-color: rgb(120 113 108 / 0.6);
}

.focus\:border-s-stone-500\/65:focus{
  border-inline-start-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(87 83 78 / 0.35);
}

.focus\:border-s-stone-600\/40:focus{
  border-inline-start-color: rgb(87 83 78 / 0.4);
}

.focus\:border-s-stone-600\/45:focus{
  border-inline-start-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(87 83 78 / 0.55);
}

.focus\:border-s-stone-600\/60:focus{
  border-inline-start-color: rgb(87 83 78 / 0.6);
}

.focus\:border-s-stone-600\/65:focus{
  border-inline-start-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(68 64 60 / 0.35);
}

.focus\:border-s-stone-700\/40:focus{
  border-inline-start-color: rgb(68 64 60 / 0.4);
}

.focus\:border-s-stone-700\/45:focus{
  border-inline-start-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(68 64 60 / 0.55);
}

.focus\:border-s-stone-700\/60:focus{
  border-inline-start-color: rgb(68 64 60 / 0.6);
}

.focus\:border-s-stone-700\/65:focus{
  border-inline-start-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(41 37 36 / 0.35);
}

.focus\:border-s-stone-800\/40:focus{
  border-inline-start-color: rgb(41 37 36 / 0.4);
}

.focus\:border-s-stone-800\/45:focus{
  border-inline-start-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(41 37 36 / 0.55);
}

.focus\:border-s-stone-800\/60:focus{
  border-inline-start-color: rgb(41 37 36 / 0.6);
}

.focus\:border-s-stone-800\/65:focus{
  border-inline-start-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(28 25 23 / 0.35);
}

.focus\:border-s-stone-900\/40:focus{
  border-inline-start-color: rgb(28 25 23 / 0.4);
}

.focus\:border-s-stone-900\/45:focus{
  border-inline-start-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(28 25 23 / 0.55);
}

.focus\:border-s-stone-900\/60:focus{
  border-inline-start-color: rgb(28 25 23 / 0.6);
}

.focus\:border-s-stone-900\/65:focus{
  border-inline-start-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(12 10 9 / 0.35);
}

.focus\:border-s-stone-950\/40:focus{
  border-inline-start-color: rgb(12 10 9 / 0.4);
}

.focus\:border-s-stone-950\/45:focus{
  border-inline-start-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(12 10 9 / 0.55);
}

.focus\:border-s-stone-950\/60:focus{
  border-inline-start-color: rgb(12 10 9 / 0.6);
}

.focus\:border-s-stone-950\/65:focus{
  border-inline-start-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.focus\:border-s-success\/0:focus{
  border-inline-start-color: rgb(7 196 149 / 0);
}

.focus\:border-s-success\/10:focus{
  border-inline-start-color: rgb(7 196 149 / 0.1);
}

.focus\:border-s-success\/100:focus{
  border-inline-start-color: rgb(7 196 149 / 1);
}

.focus\:border-s-success\/15:focus{
  border-inline-start-color: rgb(7 196 149 / 0.15);
}

.focus\:border-s-success\/20:focus{
  border-inline-start-color: rgb(7 196 149 / 0.2);
}

.focus\:border-s-success\/25:focus{
  border-inline-start-color: rgb(7 196 149 / 0.25);
}

.focus\:border-s-success\/30:focus{
  border-inline-start-color: rgb(7 196 149 / 0.3);
}

.focus\:border-s-success\/35:focus{
  border-inline-start-color: rgb(7 196 149 / 0.35);
}

.focus\:border-s-success\/40:focus{
  border-inline-start-color: rgb(7 196 149 / 0.4);
}

.focus\:border-s-success\/45:focus{
  border-inline-start-color: rgb(7 196 149 / 0.45);
}

.focus\:border-s-success\/5:focus{
  border-inline-start-color: rgb(7 196 149 / 0.05);
}

.focus\:border-s-success\/50:focus{
  border-inline-start-color: rgb(7 196 149 / 0.5);
}

.focus\:border-s-success\/55:focus{
  border-inline-start-color: rgb(7 196 149 / 0.55);
}

.focus\:border-s-success\/60:focus{
  border-inline-start-color: rgb(7 196 149 / 0.6);
}

.focus\:border-s-success\/65:focus{
  border-inline-start-color: rgb(7 196 149 / 0.65);
}

.focus\:border-s-success\/70:focus{
  border-inline-start-color: rgb(7 196 149 / 0.7);
}

.focus\:border-s-success\/75:focus{
  border-inline-start-color: rgb(7 196 149 / 0.75);
}

.focus\:border-s-success\/80:focus{
  border-inline-start-color: rgb(7 196 149 / 0.8);
}

.focus\:border-s-success\/85:focus{
  border-inline-start-color: rgb(7 196 149 / 0.85);
}

.focus\:border-s-success\/90:focus{
  border-inline-start-color: rgb(7 196 149 / 0.9);
}

.focus\:border-s-success\/95:focus{
  border-inline-start-color: rgb(7 196 149 / 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\/15:focus{
  border-inline-start-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(204 251 241 / 0.35);
}

.focus\:border-s-teal-100\/40:focus{
  border-inline-start-color: rgb(204 251 241 / 0.4);
}

.focus\:border-s-teal-100\/45:focus{
  border-inline-start-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(204 251 241 / 0.55);
}

.focus\:border-s-teal-100\/60:focus{
  border-inline-start-color: rgb(204 251 241 / 0.6);
}

.focus\:border-s-teal-100\/65:focus{
  border-inline-start-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(153 246 228 / 0.35);
}

.focus\:border-s-teal-200\/40:focus{
  border-inline-start-color: rgb(153 246 228 / 0.4);
}

.focus\:border-s-teal-200\/45:focus{
  border-inline-start-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(153 246 228 / 0.55);
}

.focus\:border-s-teal-200\/60:focus{
  border-inline-start-color: rgb(153 246 228 / 0.6);
}

.focus\:border-s-teal-200\/65:focus{
  border-inline-start-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(94 234 212 / 0.35);
}

.focus\:border-s-teal-300\/40:focus{
  border-inline-start-color: rgb(94 234 212 / 0.4);
}

.focus\:border-s-teal-300\/45:focus{
  border-inline-start-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(94 234 212 / 0.55);
}

.focus\:border-s-teal-300\/60:focus{
  border-inline-start-color: rgb(94 234 212 / 0.6);
}

.focus\:border-s-teal-300\/65:focus{
  border-inline-start-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(45 212 191 / 0.35);
}

.focus\:border-s-teal-400\/40:focus{
  border-inline-start-color: rgb(45 212 191 / 0.4);
}

.focus\:border-s-teal-400\/45:focus{
  border-inline-start-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(45 212 191 / 0.55);
}

.focus\:border-s-teal-400\/60:focus{
  border-inline-start-color: rgb(45 212 191 / 0.6);
}

.focus\:border-s-teal-400\/65:focus{
  border-inline-start-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(240 253 250 / 0.35);
}

.focus\:border-s-teal-50\/40:focus{
  border-inline-start-color: rgb(240 253 250 / 0.4);
}

.focus\:border-s-teal-50\/45:focus{
  border-inline-start-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(240 253 250 / 0.55);
}

.focus\:border-s-teal-50\/60:focus{
  border-inline-start-color: rgb(240 253 250 / 0.6);
}

.focus\:border-s-teal-50\/65:focus{
  border-inline-start-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(20 184 166 / 0.35);
}

.focus\:border-s-teal-500\/40:focus{
  border-inline-start-color: rgb(20 184 166 / 0.4);
}

.focus\:border-s-teal-500\/45:focus{
  border-inline-start-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(20 184 166 / 0.55);
}

.focus\:border-s-teal-500\/60:focus{
  border-inline-start-color: rgb(20 184 166 / 0.6);
}

.focus\:border-s-teal-500\/65:focus{
  border-inline-start-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(13 148 136 / 0.35);
}

.focus\:border-s-teal-600\/40:focus{
  border-inline-start-color: rgb(13 148 136 / 0.4);
}

.focus\:border-s-teal-600\/45:focus{
  border-inline-start-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(13 148 136 / 0.55);
}

.focus\:border-s-teal-600\/60:focus{
  border-inline-start-color: rgb(13 148 136 / 0.6);
}

.focus\:border-s-teal-600\/65:focus{
  border-inline-start-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(15 118 110 / 0.35);
}

.focus\:border-s-teal-700\/40:focus{
  border-inline-start-color: rgb(15 118 110 / 0.4);
}

.focus\:border-s-teal-700\/45:focus{
  border-inline-start-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(15 118 110 / 0.55);
}

.focus\:border-s-teal-700\/60:focus{
  border-inline-start-color: rgb(15 118 110 / 0.6);
}

.focus\:border-s-teal-700\/65:focus{
  border-inline-start-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(17 94 89 / 0.35);
}

.focus\:border-s-teal-800\/40:focus{
  border-inline-start-color: rgb(17 94 89 / 0.4);
}

.focus\:border-s-teal-800\/45:focus{
  border-inline-start-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(17 94 89 / 0.55);
}

.focus\:border-s-teal-800\/60:focus{
  border-inline-start-color: rgb(17 94 89 / 0.6);
}

.focus\:border-s-teal-800\/65:focus{
  border-inline-start-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(19 78 74 / 0.35);
}

.focus\:border-s-teal-900\/40:focus{
  border-inline-start-color: rgb(19 78 74 / 0.4);
}

.focus\:border-s-teal-900\/45:focus{
  border-inline-start-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(19 78 74 / 0.55);
}

.focus\:border-s-teal-900\/60:focus{
  border-inline-start-color: rgb(19 78 74 / 0.6);
}

.focus\:border-s-teal-900\/65:focus{
  border-inline-start-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(4 47 46 / 0.35);
}

.focus\:border-s-teal-950\/40:focus{
  border-inline-start-color: rgb(4 47 46 / 0.4);
}

.focus\:border-s-teal-950\/45:focus{
  border-inline-start-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(4 47 46 / 0.55);
}

.focus\:border-s-teal-950\/60:focus{
  border-inline-start-color: rgb(4 47 46 / 0.6);
}

.focus\:border-s-teal-950\/65:focus{
  border-inline-start-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.focus\:border-s-tertiary-hover:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.focus\:border-s-tertiary-hover\/0:focus{
  border-inline-start-color: rgb(20 123 223 / 0);
}

.focus\:border-s-tertiary-hover\/10:focus{
  border-inline-start-color: rgb(20 123 223 / 0.1);
}

.focus\:border-s-tertiary-hover\/100:focus{
  border-inline-start-color: rgb(20 123 223 / 1);
}

.focus\:border-s-tertiary-hover\/15:focus{
  border-inline-start-color: rgb(20 123 223 / 0.15);
}

.focus\:border-s-tertiary-hover\/20:focus{
  border-inline-start-color: rgb(20 123 223 / 0.2);
}

.focus\:border-s-tertiary-hover\/25:focus{
  border-inline-start-color: rgb(20 123 223 / 0.25);
}

.focus\:border-s-tertiary-hover\/30:focus{
  border-inline-start-color: rgb(20 123 223 / 0.3);
}

.focus\:border-s-tertiary-hover\/35:focus{
  border-inline-start-color: rgb(20 123 223 / 0.35);
}

.focus\:border-s-tertiary-hover\/40:focus{
  border-inline-start-color: rgb(20 123 223 / 0.4);
}

.focus\:border-s-tertiary-hover\/45:focus{
  border-inline-start-color: rgb(20 123 223 / 0.45);
}

.focus\:border-s-tertiary-hover\/5:focus{
  border-inline-start-color: rgb(20 123 223 / 0.05);
}

.focus\:border-s-tertiary-hover\/50:focus{
  border-inline-start-color: rgb(20 123 223 / 0.5);
}

.focus\:border-s-tertiary-hover\/55:focus{
  border-inline-start-color: rgb(20 123 223 / 0.55);
}

.focus\:border-s-tertiary-hover\/60:focus{
  border-inline-start-color: rgb(20 123 223 / 0.6);
}

.focus\:border-s-tertiary-hover\/65:focus{
  border-inline-start-color: rgb(20 123 223 / 0.65);
}

.focus\:border-s-tertiary-hover\/70:focus{
  border-inline-start-color: rgb(20 123 223 / 0.7);
}

.focus\:border-s-tertiary-hover\/75:focus{
  border-inline-start-color: rgb(20 123 223 / 0.75);
}

.focus\:border-s-tertiary-hover\/80:focus{
  border-inline-start-color: rgb(20 123 223 / 0.8);
}

.focus\:border-s-tertiary-hover\/85:focus{
  border-inline-start-color: rgb(20 123 223 / 0.85);
}

.focus\:border-s-tertiary-hover\/90:focus{
  border-inline-start-color: rgb(20 123 223 / 0.9);
}

.focus\:border-s-tertiary-hover\/95:focus{
  border-inline-start-color: rgb(20 123 223 / 0.95);
}

.focus\:border-s-tertiary\/0:focus{
  border-inline-start-color: rgb(22 137 252 / 0);
}

.focus\:border-s-tertiary\/10:focus{
  border-inline-start-color: rgb(22 137 252 / 0.1);
}

.focus\:border-s-tertiary\/100:focus{
  border-inline-start-color: rgb(22 137 252 / 1);
}

.focus\:border-s-tertiary\/15:focus{
  border-inline-start-color: rgb(22 137 252 / 0.15);
}

.focus\:border-s-tertiary\/20:focus{
  border-inline-start-color: rgb(22 137 252 / 0.2);
}

.focus\:border-s-tertiary\/25:focus{
  border-inline-start-color: rgb(22 137 252 / 0.25);
}

.focus\:border-s-tertiary\/30:focus{
  border-inline-start-color: rgb(22 137 252 / 0.3);
}

.focus\:border-s-tertiary\/35:focus{
  border-inline-start-color: rgb(22 137 252 / 0.35);
}

.focus\:border-s-tertiary\/40:focus{
  border-inline-start-color: rgb(22 137 252 / 0.4);
}

.focus\:border-s-tertiary\/45:focus{
  border-inline-start-color: rgb(22 137 252 / 0.45);
}

.focus\:border-s-tertiary\/5:focus{
  border-inline-start-color: rgb(22 137 252 / 0.05);
}

.focus\:border-s-tertiary\/50:focus{
  border-inline-start-color: rgb(22 137 252 / 0.5);
}

.focus\:border-s-tertiary\/55:focus{
  border-inline-start-color: rgb(22 137 252 / 0.55);
}

.focus\:border-s-tertiary\/60:focus{
  border-inline-start-color: rgb(22 137 252 / 0.6);
}

.focus\:border-s-tertiary\/65:focus{
  border-inline-start-color: rgb(22 137 252 / 0.65);
}

.focus\:border-s-tertiary\/70:focus{
  border-inline-start-color: rgb(22 137 252 / 0.7);
}

.focus\:border-s-tertiary\/75:focus{
  border-inline-start-color: rgb(22 137 252 / 0.75);
}

.focus\:border-s-tertiary\/80:focus{
  border-inline-start-color: rgb(22 137 252 / 0.8);
}

.focus\:border-s-tertiary\/85:focus{
  border-inline-start-color: rgb(22 137 252 / 0.85);
}

.focus\:border-s-tertiary\/90:focus{
  border-inline-start-color: rgb(22 137 252 / 0.9);
}

.focus\:border-s-tertiary\/95:focus{
  border-inline-start-color: rgb(22 137 252 / 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\/15:focus{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}

.focus\:border-s-transparent\/40:focus{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.focus\:border-s-transparent\/45:focus{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}

.focus\:border-s-transparent\/60:focus{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.focus\:border-s-transparent\/65:focus{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  border-inline-start-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(237 233 254 / 0.35);
}

.focus\:border-s-violet-100\/40:focus{
  border-inline-start-color: rgb(237 233 254 / 0.4);
}

.focus\:border-s-violet-100\/45:focus{
  border-inline-start-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(237 233 254 / 0.55);
}

.focus\:border-s-violet-100\/60:focus{
  border-inline-start-color: rgb(237 233 254 / 0.6);
}

.focus\:border-s-violet-100\/65:focus{
  border-inline-start-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(221 214 254 / 0.35);
}

.focus\:border-s-violet-200\/40:focus{
  border-inline-start-color: rgb(221 214 254 / 0.4);
}

.focus\:border-s-violet-200\/45:focus{
  border-inline-start-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(221 214 254 / 0.55);
}

.focus\:border-s-violet-200\/60:focus{
  border-inline-start-color: rgb(221 214 254 / 0.6);
}

.focus\:border-s-violet-200\/65:focus{
  border-inline-start-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(196 181 253 / 0.35);
}

.focus\:border-s-violet-300\/40:focus{
  border-inline-start-color: rgb(196 181 253 / 0.4);
}

.focus\:border-s-violet-300\/45:focus{
  border-inline-start-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(196 181 253 / 0.55);
}

.focus\:border-s-violet-300\/60:focus{
  border-inline-start-color: rgb(196 181 253 / 0.6);
}

.focus\:border-s-violet-300\/65:focus{
  border-inline-start-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(167 139 250 / 0.35);
}

.focus\:border-s-violet-400\/40:focus{
  border-inline-start-color: rgb(167 139 250 / 0.4);
}

.focus\:border-s-violet-400\/45:focus{
  border-inline-start-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(167 139 250 / 0.55);
}

.focus\:border-s-violet-400\/60:focus{
  border-inline-start-color: rgb(167 139 250 / 0.6);
}

.focus\:border-s-violet-400\/65:focus{
  border-inline-start-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(245 243 255 / 0.35);
}

.focus\:border-s-violet-50\/40:focus{
  border-inline-start-color: rgb(245 243 255 / 0.4);
}

.focus\:border-s-violet-50\/45:focus{
  border-inline-start-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(245 243 255 / 0.55);
}

.focus\:border-s-violet-50\/60:focus{
  border-inline-start-color: rgb(245 243 255 / 0.6);
}

.focus\:border-s-violet-50\/65:focus{
  border-inline-start-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(139 92 246 / 0.35);
}

.focus\:border-s-violet-500\/40:focus{
  border-inline-start-color: rgb(139 92 246 / 0.4);
}

.focus\:border-s-violet-500\/45:focus{
  border-inline-start-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(139 92 246 / 0.55);
}

.focus\:border-s-violet-500\/60:focus{
  border-inline-start-color: rgb(139 92 246 / 0.6);
}

.focus\:border-s-violet-500\/65:focus{
  border-inline-start-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(124 58 237 / 0.35);
}

.focus\:border-s-violet-600\/40:focus{
  border-inline-start-color: rgb(124 58 237 / 0.4);
}

.focus\:border-s-violet-600\/45:focus{
  border-inline-start-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(124 58 237 / 0.55);
}

.focus\:border-s-violet-600\/60:focus{
  border-inline-start-color: rgb(124 58 237 / 0.6);
}

.focus\:border-s-violet-600\/65:focus{
  border-inline-start-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(109 40 217 / 0.35);
}

.focus\:border-s-violet-700\/40:focus{
  border-inline-start-color: rgb(109 40 217 / 0.4);
}

.focus\:border-s-violet-700\/45:focus{
  border-inline-start-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(109 40 217 / 0.55);
}

.focus\:border-s-violet-700\/60:focus{
  border-inline-start-color: rgb(109 40 217 / 0.6);
}

.focus\:border-s-violet-700\/65:focus{
  border-inline-start-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(91 33 182 / 0.35);
}

.focus\:border-s-violet-800\/40:focus{
  border-inline-start-color: rgb(91 33 182 / 0.4);
}

.focus\:border-s-violet-800\/45:focus{
  border-inline-start-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(91 33 182 / 0.55);
}

.focus\:border-s-violet-800\/60:focus{
  border-inline-start-color: rgb(91 33 182 / 0.6);
}

.focus\:border-s-violet-800\/65:focus{
  border-inline-start-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(76 29 149 / 0.35);
}

.focus\:border-s-violet-900\/40:focus{
  border-inline-start-color: rgb(76 29 149 / 0.4);
}

.focus\:border-s-violet-900\/45:focus{
  border-inline-start-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(76 29 149 / 0.55);
}

.focus\:border-s-violet-900\/60:focus{
  border-inline-start-color: rgb(76 29 149 / 0.6);
}

.focus\:border-s-violet-900\/65:focus{
  border-inline-start-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(46 16 101 / 0.35);
}

.focus\:border-s-violet-950\/40:focus{
  border-inline-start-color: rgb(46 16 101 / 0.4);
}

.focus\:border-s-violet-950\/45:focus{
  border-inline-start-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(46 16 101 / 0.55);
}

.focus\:border-s-violet-950\/60:focus{
  border-inline-start-color: rgb(46 16 101 / 0.6);
}

.focus\:border-s-violet-950\/65:focus{
  border-inline-start-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(255 255 255 / 0.35);
}

.focus\:border-s-white\/40:focus{
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.focus\:border-s-white\/45:focus{
  border-inline-start-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(255 255 255 / 0.55);
}

.focus\:border-s-white\/60:focus{
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.focus\:border-s-white\/65:focus{
  border-inline-start-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  border-inline-start-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(254 249 195 / 0.35);
}

.focus\:border-s-yellow-100\/40:focus{
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.focus\:border-s-yellow-100\/45:focus{
  border-inline-start-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(254 249 195 / 0.55);
}

.focus\:border-s-yellow-100\/60:focus{
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.focus\:border-s-yellow-100\/65:focus{
  border-inline-start-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(254 240 138 / 0.35);
}

.focus\:border-s-yellow-200\/40:focus{
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.focus\:border-s-yellow-200\/45:focus{
  border-inline-start-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(254 240 138 / 0.55);
}

.focus\:border-s-yellow-200\/60:focus{
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.focus\:border-s-yellow-200\/65:focus{
  border-inline-start-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(253 224 71 / 0.35);
}

.focus\:border-s-yellow-300\/40:focus{
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.focus\:border-s-yellow-300\/45:focus{
  border-inline-start-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(253 224 71 / 0.55);
}

.focus\:border-s-yellow-300\/60:focus{
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.focus\:border-s-yellow-300\/65:focus{
  border-inline-start-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(250 204 21 / 0.35);
}

.focus\:border-s-yellow-400\/40:focus{
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.focus\:border-s-yellow-400\/45:focus{
  border-inline-start-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(250 204 21 / 0.55);
}

.focus\:border-s-yellow-400\/60:focus{
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.focus\:border-s-yellow-400\/65:focus{
  border-inline-start-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(254 252 232 / 0.35);
}

.focus\:border-s-yellow-50\/40:focus{
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.focus\:border-s-yellow-50\/45:focus{
  border-inline-start-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(254 252 232 / 0.55);
}

.focus\:border-s-yellow-50\/60:focus{
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.focus\:border-s-yellow-50\/65:focus{
  border-inline-start-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(234 179 8 / 0.35);
}

.focus\:border-s-yellow-500\/40:focus{
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.focus\:border-s-yellow-500\/45:focus{
  border-inline-start-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(234 179 8 / 0.55);
}

.focus\:border-s-yellow-500\/60:focus{
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.focus\:border-s-yellow-500\/65:focus{
  border-inline-start-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(202 138 4 / 0.35);
}

.focus\:border-s-yellow-600\/40:focus{
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.focus\:border-s-yellow-600\/45:focus{
  border-inline-start-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(202 138 4 / 0.55);
}

.focus\:border-s-yellow-600\/60:focus{
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.focus\:border-s-yellow-600\/65:focus{
  border-inline-start-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(161 98 7 / 0.35);
}

.focus\:border-s-yellow-700\/40:focus{
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.focus\:border-s-yellow-700\/45:focus{
  border-inline-start-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(161 98 7 / 0.55);
}

.focus\:border-s-yellow-700\/60:focus{
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.focus\:border-s-yellow-700\/65:focus{
  border-inline-start-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(133 77 14 / 0.35);
}

.focus\:border-s-yellow-800\/40:focus{
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.focus\:border-s-yellow-800\/45:focus{
  border-inline-start-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(133 77 14 / 0.55);
}

.focus\:border-s-yellow-800\/60:focus{
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.focus\:border-s-yellow-800\/65:focus{
  border-inline-start-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(113 63 18 / 0.35);
}

.focus\:border-s-yellow-900\/40:focus{
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.focus\:border-s-yellow-900\/45:focus{
  border-inline-start-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(113 63 18 / 0.55);
}

.focus\:border-s-yellow-900\/60:focus{
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.focus\:border-s-yellow-900\/65:focus{
  border-inline-start-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(66 32 6 / 0.35);
}

.focus\:border-s-yellow-950\/40:focus{
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.focus\:border-s-yellow-950\/45:focus{
  border-inline-start-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(66 32 6 / 0.55);
}

.focus\:border-s-yellow-950\/60:focus{
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.focus\:border-s-yellow-950\/65:focus{
  border-inline-start-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(244 244 245 / 0.35);
}

.focus\:border-s-zinc-100\/40:focus{
  border-inline-start-color: rgb(244 244 245 / 0.4);
}

.focus\:border-s-zinc-100\/45:focus{
  border-inline-start-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(244 244 245 / 0.55);
}

.focus\:border-s-zinc-100\/60:focus{
  border-inline-start-color: rgb(244 244 245 / 0.6);
}

.focus\:border-s-zinc-100\/65:focus{
  border-inline-start-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(228 228 231 / 0.35);
}

.focus\:border-s-zinc-200\/40:focus{
  border-inline-start-color: rgb(228 228 231 / 0.4);
}

.focus\:border-s-zinc-200\/45:focus{
  border-inline-start-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(228 228 231 / 0.55);
}

.focus\:border-s-zinc-200\/60:focus{
  border-inline-start-color: rgb(228 228 231 / 0.6);
}

.focus\:border-s-zinc-200\/65:focus{
  border-inline-start-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(212 212 216 / 0.35);
}

.focus\:border-s-zinc-300\/40:focus{
  border-inline-start-color: rgb(212 212 216 / 0.4);
}

.focus\:border-s-zinc-300\/45:focus{
  border-inline-start-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(212 212 216 / 0.55);
}

.focus\:border-s-zinc-300\/60:focus{
  border-inline-start-color: rgb(212 212 216 / 0.6);
}

.focus\:border-s-zinc-300\/65:focus{
  border-inline-start-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(161 161 170 / 0.35);
}

.focus\:border-s-zinc-400\/40:focus{
  border-inline-start-color: rgb(161 161 170 / 0.4);
}

.focus\:border-s-zinc-400\/45:focus{
  border-inline-start-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(161 161 170 / 0.55);
}

.focus\:border-s-zinc-400\/60:focus{
  border-inline-start-color: rgb(161 161 170 / 0.6);
}

.focus\:border-s-zinc-400\/65:focus{
  border-inline-start-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(250 250 250 / 0.35);
}

.focus\:border-s-zinc-50\/40:focus{
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.focus\:border-s-zinc-50\/45:focus{
  border-inline-start-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(250 250 250 / 0.55);
}

.focus\:border-s-zinc-50\/60:focus{
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.focus\:border-s-zinc-50\/65:focus{
  border-inline-start-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(113 113 122 / 0.35);
}

.focus\:border-s-zinc-500\/40:focus{
  border-inline-start-color: rgb(113 113 122 / 0.4);
}

.focus\:border-s-zinc-500\/45:focus{
  border-inline-start-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(113 113 122 / 0.55);
}

.focus\:border-s-zinc-500\/60:focus{
  border-inline-start-color: rgb(113 113 122 / 0.6);
}

.focus\:border-s-zinc-500\/65:focus{
  border-inline-start-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(82 82 91 / 0.35);
}

.focus\:border-s-zinc-600\/40:focus{
  border-inline-start-color: rgb(82 82 91 / 0.4);
}

.focus\:border-s-zinc-600\/45:focus{
  border-inline-start-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(82 82 91 / 0.55);
}

.focus\:border-s-zinc-600\/60:focus{
  border-inline-start-color: rgb(82 82 91 / 0.6);
}

.focus\:border-s-zinc-600\/65:focus{
  border-inline-start-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(63 63 70 / 0.35);
}

.focus\:border-s-zinc-700\/40:focus{
  border-inline-start-color: rgb(63 63 70 / 0.4);
}

.focus\:border-s-zinc-700\/45:focus{
  border-inline-start-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(63 63 70 / 0.55);
}

.focus\:border-s-zinc-700\/60:focus{
  border-inline-start-color: rgb(63 63 70 / 0.6);
}

.focus\:border-s-zinc-700\/65:focus{
  border-inline-start-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(39 39 42 / 0.35);
}

.focus\:border-s-zinc-800\/40:focus{
  border-inline-start-color: rgb(39 39 42 / 0.4);
}

.focus\:border-s-zinc-800\/45:focus{
  border-inline-start-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(39 39 42 / 0.55);
}

.focus\:border-s-zinc-800\/60:focus{
  border-inline-start-color: rgb(39 39 42 / 0.6);
}

.focus\:border-s-zinc-800\/65:focus{
  border-inline-start-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(24 24 27 / 0.35);
}

.focus\:border-s-zinc-900\/40:focus{
  border-inline-start-color: rgb(24 24 27 / 0.4);
}

.focus\:border-s-zinc-900\/45:focus{
  border-inline-start-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(24 24 27 / 0.55);
}

.focus\:border-s-zinc-900\/60:focus{
  border-inline-start-color: rgb(24 24 27 / 0.6);
}

.focus\:border-s-zinc-900\/65:focus{
  border-inline-start-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  border-inline-start-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  border-inline-start-color: rgb(9 9 11 / 0.35);
}

.focus\:border-s-zinc-950\/40:focus{
  border-inline-start-color: rgb(9 9 11 / 0.4);
}

.focus\:border-s-zinc-950\/45:focus{
  border-inline-start-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  border-inline-start-color: rgb(9 9 11 / 0.55);
}

.focus\:border-s-zinc-950\/60:focus{
  border-inline-start-color: rgb(9 9 11 / 0.6);
}

.focus\:border-s-zinc-950\/65:focus{
  border-inline-start-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  border-inline-start-color: rgb(9 9 11 / 0.85);
}

.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-accent:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(70 109 148 / var(--tw-border-opacity));
}

.focus\:border-t-accent\/0:focus{
  border-top-color: rgb(70 109 148 / 0);
}

.focus\:border-t-accent\/10:focus{
  border-top-color: rgb(70 109 148 / 0.1);
}

.focus\:border-t-accent\/100:focus{
  border-top-color: rgb(70 109 148 / 1);
}

.focus\:border-t-accent\/15:focus{
  border-top-color: rgb(70 109 148 / 0.15);
}

.focus\:border-t-accent\/20:focus{
  border-top-color: rgb(70 109 148 / 0.2);
}

.focus\:border-t-accent\/25:focus{
  border-top-color: rgb(70 109 148 / 0.25);
}

.focus\:border-t-accent\/30:focus{
  border-top-color: rgb(70 109 148 / 0.3);
}

.focus\:border-t-accent\/35:focus{
  border-top-color: rgb(70 109 148 / 0.35);
}

.focus\:border-t-accent\/40:focus{
  border-top-color: rgb(70 109 148 / 0.4);
}

.focus\:border-t-accent\/45:focus{
  border-top-color: rgb(70 109 148 / 0.45);
}

.focus\:border-t-accent\/5:focus{
  border-top-color: rgb(70 109 148 / 0.05);
}

.focus\:border-t-accent\/50:focus{
  border-top-color: rgb(70 109 148 / 0.5);
}

.focus\:border-t-accent\/55:focus{
  border-top-color: rgb(70 109 148 / 0.55);
}

.focus\:border-t-accent\/60:focus{
  border-top-color: rgb(70 109 148 / 0.6);
}

.focus\:border-t-accent\/65:focus{
  border-top-color: rgb(70 109 148 / 0.65);
}

.focus\:border-t-accent\/70:focus{
  border-top-color: rgb(70 109 148 / 0.7);
}

.focus\:border-t-accent\/75:focus{
  border-top-color: rgb(70 109 148 / 0.75);
}

.focus\:border-t-accent\/80:focus{
  border-top-color: rgb(70 109 148 / 0.8);
}

.focus\:border-t-accent\/85:focus{
  border-top-color: rgb(70 109 148 / 0.85);
}

.focus\:border-t-accent\/90:focus{
  border-top-color: rgb(70 109 148 / 0.9);
}

.focus\:border-t-accent\/95:focus{
  border-top-color: rgb(70 109 148 / 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\/15:focus{
  border-top-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 243 199 / 0.35);
}

.focus\:border-t-amber-100\/40:focus{
  border-top-color: rgb(254 243 199 / 0.4);
}

.focus\:border-t-amber-100\/45:focus{
  border-top-color: rgb(254 243 199 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 243 199 / 0.55);
}

.focus\:border-t-amber-100\/60:focus{
  border-top-color: rgb(254 243 199 / 0.6);
}

.focus\:border-t-amber-100\/65:focus{
  border-top-color: rgb(254 243 199 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 230 138 / 0.35);
}

.focus\:border-t-amber-200\/40:focus{
  border-top-color: rgb(253 230 138 / 0.4);
}

.focus\:border-t-amber-200\/45:focus{
  border-top-color: rgb(253 230 138 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 230 138 / 0.55);
}

.focus\:border-t-amber-200\/60:focus{
  border-top-color: rgb(253 230 138 / 0.6);
}

.focus\:border-t-amber-200\/65:focus{
  border-top-color: rgb(253 230 138 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(252 211 77 / 0.35);
}

.focus\:border-t-amber-300\/40:focus{
  border-top-color: rgb(252 211 77 / 0.4);
}

.focus\:border-t-amber-300\/45:focus{
  border-top-color: rgb(252 211 77 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(252 211 77 / 0.55);
}

.focus\:border-t-amber-300\/60:focus{
  border-top-color: rgb(252 211 77 / 0.6);
}

.focus\:border-t-amber-300\/65:focus{
  border-top-color: rgb(252 211 77 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(251 191 36 / 0.35);
}

.focus\:border-t-amber-400\/40:focus{
  border-top-color: rgb(251 191 36 / 0.4);
}

.focus\:border-t-amber-400\/45:focus{
  border-top-color: rgb(251 191 36 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(251 191 36 / 0.55);
}

.focus\:border-t-amber-400\/60:focus{
  border-top-color: rgb(251 191 36 / 0.6);
}

.focus\:border-t-amber-400\/65:focus{
  border-top-color: rgb(251 191 36 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 251 235 / 0.35);
}

.focus\:border-t-amber-50\/40:focus{
  border-top-color: rgb(255 251 235 / 0.4);
}

.focus\:border-t-amber-50\/45:focus{
  border-top-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 251 235 / 0.55);
}

.focus\:border-t-amber-50\/60:focus{
  border-top-color: rgb(255 251 235 / 0.6);
}

.focus\:border-t-amber-50\/65:focus{
  border-top-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 158 11 / 0.35);
}

.focus\:border-t-amber-500\/40:focus{
  border-top-color: rgb(245 158 11 / 0.4);
}

.focus\:border-t-amber-500\/45:focus{
  border-top-color: rgb(245 158 11 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 158 11 / 0.55);
}

.focus\:border-t-amber-500\/60:focus{
  border-top-color: rgb(245 158 11 / 0.6);
}

.focus\:border-t-amber-500\/65:focus{
  border-top-color: rgb(245 158 11 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(217 119 6 / 0.35);
}

.focus\:border-t-amber-600\/40:focus{
  border-top-color: rgb(217 119 6 / 0.4);
}

.focus\:border-t-amber-600\/45:focus{
  border-top-color: rgb(217 119 6 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(217 119 6 / 0.55);
}

.focus\:border-t-amber-600\/60:focus{
  border-top-color: rgb(217 119 6 / 0.6);
}

.focus\:border-t-amber-600\/65:focus{
  border-top-color: rgb(217 119 6 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(180 83 9 / 0.35);
}

.focus\:border-t-amber-700\/40:focus{
  border-top-color: rgb(180 83 9 / 0.4);
}

.focus\:border-t-amber-700\/45:focus{
  border-top-color: rgb(180 83 9 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(180 83 9 / 0.55);
}

.focus\:border-t-amber-700\/60:focus{
  border-top-color: rgb(180 83 9 / 0.6);
}

.focus\:border-t-amber-700\/65:focus{
  border-top-color: rgb(180 83 9 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(146 64 14 / 0.35);
}

.focus\:border-t-amber-800\/40:focus{
  border-top-color: rgb(146 64 14 / 0.4);
}

.focus\:border-t-amber-800\/45:focus{
  border-top-color: rgb(146 64 14 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(146 64 14 / 0.55);
}

.focus\:border-t-amber-800\/60:focus{
  border-top-color: rgb(146 64 14 / 0.6);
}

.focus\:border-t-amber-800\/65:focus{
  border-top-color: rgb(146 64 14 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(120 53 15 / 0.35);
}

.focus\:border-t-amber-900\/40:focus{
  border-top-color: rgb(120 53 15 / 0.4);
}

.focus\:border-t-amber-900\/45:focus{
  border-top-color: rgb(120 53 15 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(120 53 15 / 0.55);
}

.focus\:border-t-amber-900\/60:focus{
  border-top-color: rgb(120 53 15 / 0.6);
}

.focus\:border-t-amber-900\/65:focus{
  border-top-color: rgb(120 53 15 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(69 26 3 / 0.35);
}

.focus\:border-t-amber-950\/40:focus{
  border-top-color: rgb(69 26 3 / 0.4);
}

.focus\:border-t-amber-950\/45:focus{
  border-top-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(69 26 3 / 0.55);
}

.focus\:border-t-amber-950\/60:focus{
  border-top-color: rgb(69 26 3 / 0.6);
}

.focus\:border-t-amber-950\/65:focus{
  border-top-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 246 250 / var(--tw-border-opacity));
}

.focus\:border-t-background\/0:focus{
  border-top-color: rgb(245 246 250 / 0);
}

.focus\:border-t-background\/10:focus{
  border-top-color: rgb(245 246 250 / 0.1);
}

.focus\:border-t-background\/100:focus{
  border-top-color: rgb(245 246 250 / 1);
}

.focus\:border-t-background\/15:focus{
  border-top-color: rgb(245 246 250 / 0.15);
}

.focus\:border-t-background\/20:focus{
  border-top-color: rgb(245 246 250 / 0.2);
}

.focus\:border-t-background\/25:focus{
  border-top-color: rgb(245 246 250 / 0.25);
}

.focus\:border-t-background\/30:focus{
  border-top-color: rgb(245 246 250 / 0.3);
}

.focus\:border-t-background\/35:focus{
  border-top-color: rgb(245 246 250 / 0.35);
}

.focus\:border-t-background\/40:focus{
  border-top-color: rgb(245 246 250 / 0.4);
}

.focus\:border-t-background\/45:focus{
  border-top-color: rgb(245 246 250 / 0.45);
}

.focus\:border-t-background\/5:focus{
  border-top-color: rgb(245 246 250 / 0.05);
}

.focus\:border-t-background\/50:focus{
  border-top-color: rgb(245 246 250 / 0.5);
}

.focus\:border-t-background\/55:focus{
  border-top-color: rgb(245 246 250 / 0.55);
}

.focus\:border-t-background\/60:focus{
  border-top-color: rgb(245 246 250 / 0.6);
}

.focus\:border-t-background\/65:focus{
  border-top-color: rgb(245 246 250 / 0.65);
}

.focus\:border-t-background\/70:focus{
  border-top-color: rgb(245 246 250 / 0.7);
}

.focus\:border-t-background\/75:focus{
  border-top-color: rgb(245 246 250 / 0.75);
}

.focus\:border-t-background\/80:focus{
  border-top-color: rgb(245 246 250 / 0.8);
}

.focus\:border-t-background\/85:focus{
  border-top-color: rgb(245 246 250 / 0.85);
}

.focus\:border-t-background\/90:focus{
  border-top-color: rgb(245 246 250 / 0.9);
}

.focus\:border-t-background\/95:focus{
  border-top-color: rgb(245 246 250 / 0.95);
}

.focus\:border-t-black:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 44 53 / var(--tw-border-opacity));
}

.focus\:border-t-black\/0:focus{
  border-top-color: rgb(41 44 53 / 0);
}

.focus\:border-t-black\/10:focus{
  border-top-color: rgb(41 44 53 / 0.1);
}

.focus\:border-t-black\/100:focus{
  border-top-color: rgb(41 44 53 / 1);
}

.focus\:border-t-black\/15:focus{
  border-top-color: rgb(41 44 53 / 0.15);
}

.focus\:border-t-black\/20:focus{
  border-top-color: rgb(41 44 53 / 0.2);
}

.focus\:border-t-black\/25:focus{
  border-top-color: rgb(41 44 53 / 0.25);
}

.focus\:border-t-black\/30:focus{
  border-top-color: rgb(41 44 53 / 0.3);
}

.focus\:border-t-black\/35:focus{
  border-top-color: rgb(41 44 53 / 0.35);
}

.focus\:border-t-black\/40:focus{
  border-top-color: rgb(41 44 53 / 0.4);
}

.focus\:border-t-black\/45:focus{
  border-top-color: rgb(41 44 53 / 0.45);
}

.focus\:border-t-black\/5:focus{
  border-top-color: rgb(41 44 53 / 0.05);
}

.focus\:border-t-black\/50:focus{
  border-top-color: rgb(41 44 53 / 0.5);
}

.focus\:border-t-black\/55:focus{
  border-top-color: rgb(41 44 53 / 0.55);
}

.focus\:border-t-black\/60:focus{
  border-top-color: rgb(41 44 53 / 0.6);
}

.focus\:border-t-black\/65:focus{
  border-top-color: rgb(41 44 53 / 0.65);
}

.focus\:border-t-black\/70:focus{
  border-top-color: rgb(41 44 53 / 0.7);
}

.focus\:border-t-black\/75:focus{
  border-top-color: rgb(41 44 53 / 0.75);
}

.focus\:border-t-black\/80:focus{
  border-top-color: rgb(41 44 53 / 0.8);
}

.focus\:border-t-black\/85:focus{
  border-top-color: rgb(41 44 53 / 0.85);
}

.focus\:border-t-black\/90:focus{
  border-top-color: rgb(41 44 53 / 0.9);
}

.focus\:border-t-black\/95:focus{
  border-top-color: rgb(41 44 53 / 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\/15:focus{
  border-top-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(219 234 254 / 0.35);
}

.focus\:border-t-blue-100\/40:focus{
  border-top-color: rgb(219 234 254 / 0.4);
}

.focus\:border-t-blue-100\/45:focus{
  border-top-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(219 234 254 / 0.55);
}

.focus\:border-t-blue-100\/60:focus{
  border-top-color: rgb(219 234 254 / 0.6);
}

.focus\:border-t-blue-100\/65:focus{
  border-top-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(191 219 254 / 0.35);
}

.focus\:border-t-blue-200\/40:focus{
  border-top-color: rgb(191 219 254 / 0.4);
}

.focus\:border-t-blue-200\/45:focus{
  border-top-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(191 219 254 / 0.55);
}

.focus\:border-t-blue-200\/60:focus{
  border-top-color: rgb(191 219 254 / 0.6);
}

.focus\:border-t-blue-200\/65:focus{
  border-top-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(147 197 253 / 0.35);
}

.focus\:border-t-blue-300\/40:focus{
  border-top-color: rgb(147 197 253 / 0.4);
}

.focus\:border-t-blue-300\/45:focus{
  border-top-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(147 197 253 / 0.55);
}

.focus\:border-t-blue-300\/60:focus{
  border-top-color: rgb(147 197 253 / 0.6);
}

.focus\:border-t-blue-300\/65:focus{
  border-top-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(96 165 250 / 0.35);
}

.focus\:border-t-blue-400\/40:focus{
  border-top-color: rgb(96 165 250 / 0.4);
}

.focus\:border-t-blue-400\/45:focus{
  border-top-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(96 165 250 / 0.55);
}

.focus\:border-t-blue-400\/60:focus{
  border-top-color: rgb(96 165 250 / 0.6);
}

.focus\:border-t-blue-400\/65:focus{
  border-top-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(239 246 255 / 0.35);
}

.focus\:border-t-blue-50\/40:focus{
  border-top-color: rgb(239 246 255 / 0.4);
}

.focus\:border-t-blue-50\/45:focus{
  border-top-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(239 246 255 / 0.55);
}

.focus\:border-t-blue-50\/60:focus{
  border-top-color: rgb(239 246 255 / 0.6);
}

.focus\:border-t-blue-50\/65:focus{
  border-top-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(59 130 246 / 0.35);
}

.focus\:border-t-blue-500\/40:focus{
  border-top-color: rgb(59 130 246 / 0.4);
}

.focus\:border-t-blue-500\/45:focus{
  border-top-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(59 130 246 / 0.55);
}

.focus\:border-t-blue-500\/60:focus{
  border-top-color: rgb(59 130 246 / 0.6);
}

.focus\:border-t-blue-500\/65:focus{
  border-top-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(37 99 235 / 0.35);
}

.focus\:border-t-blue-600\/40:focus{
  border-top-color: rgb(37 99 235 / 0.4);
}

.focus\:border-t-blue-600\/45:focus{
  border-top-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(37 99 235 / 0.55);
}

.focus\:border-t-blue-600\/60:focus{
  border-top-color: rgb(37 99 235 / 0.6);
}

.focus\:border-t-blue-600\/65:focus{
  border-top-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(29 78 216 / 0.35);
}

.focus\:border-t-blue-700\/40:focus{
  border-top-color: rgb(29 78 216 / 0.4);
}

.focus\:border-t-blue-700\/45:focus{
  border-top-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(29 78 216 / 0.55);
}

.focus\:border-t-blue-700\/60:focus{
  border-top-color: rgb(29 78 216 / 0.6);
}

.focus\:border-t-blue-700\/65:focus{
  border-top-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(30 64 175 / 0.35);
}

.focus\:border-t-blue-800\/40:focus{
  border-top-color: rgb(30 64 175 / 0.4);
}

.focus\:border-t-blue-800\/45:focus{
  border-top-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(30 64 175 / 0.55);
}

.focus\:border-t-blue-800\/60:focus{
  border-top-color: rgb(30 64 175 / 0.6);
}

.focus\:border-t-blue-800\/65:focus{
  border-top-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(30 58 138 / 0.35);
}

.focus\:border-t-blue-900\/40:focus{
  border-top-color: rgb(30 58 138 / 0.4);
}

.focus\:border-t-blue-900\/45:focus{
  border-top-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(30 58 138 / 0.55);
}

.focus\:border-t-blue-900\/60:focus{
  border-top-color: rgb(30 58 138 / 0.6);
}

.focus\:border-t-blue-900\/65:focus{
  border-top-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(23 37 84 / 0.35);
}

.focus\:border-t-blue-950\/40:focus{
  border-top-color: rgb(23 37 84 / 0.4);
}

.focus\:border-t-blue-950\/45:focus{
  border-top-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(23 37 84 / 0.55);
}

.focus\:border-t-blue-950\/60:focus{
  border-top-color: rgb(23 37 84 / 0.6);
}

.focus\:border-t-blue-950\/65:focus{
  border-top-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 138 43 / var(--tw-border-opacity));
}

.focus\:border-t-csv-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 114 37 / var(--tw-border-opacity));
}

.focus\:border-t-csv-hover\/0:focus{
  border-top-color: rgb(0 114 37 / 0);
}

.focus\:border-t-csv-hover\/10:focus{
  border-top-color: rgb(0 114 37 / 0.1);
}

.focus\:border-t-csv-hover\/100:focus{
  border-top-color: rgb(0 114 37 / 1);
}

.focus\:border-t-csv-hover\/15:focus{
  border-top-color: rgb(0 114 37 / 0.15);
}

.focus\:border-t-csv-hover\/20:focus{
  border-top-color: rgb(0 114 37 / 0.2);
}

.focus\:border-t-csv-hover\/25:focus{
  border-top-color: rgb(0 114 37 / 0.25);
}

.focus\:border-t-csv-hover\/30:focus{
  border-top-color: rgb(0 114 37 / 0.3);
}

.focus\:border-t-csv-hover\/35:focus{
  border-top-color: rgb(0 114 37 / 0.35);
}

.focus\:border-t-csv-hover\/40:focus{
  border-top-color: rgb(0 114 37 / 0.4);
}

.focus\:border-t-csv-hover\/45:focus{
  border-top-color: rgb(0 114 37 / 0.45);
}

.focus\:border-t-csv-hover\/5:focus{
  border-top-color: rgb(0 114 37 / 0.05);
}

.focus\:border-t-csv-hover\/50:focus{
  border-top-color: rgb(0 114 37 / 0.5);
}

.focus\:border-t-csv-hover\/55:focus{
  border-top-color: rgb(0 114 37 / 0.55);
}

.focus\:border-t-csv-hover\/60:focus{
  border-top-color: rgb(0 114 37 / 0.6);
}

.focus\:border-t-csv-hover\/65:focus{
  border-top-color: rgb(0 114 37 / 0.65);
}

.focus\:border-t-csv-hover\/70:focus{
  border-top-color: rgb(0 114 37 / 0.7);
}

.focus\:border-t-csv-hover\/75:focus{
  border-top-color: rgb(0 114 37 / 0.75);
}

.focus\:border-t-csv-hover\/80:focus{
  border-top-color: rgb(0 114 37 / 0.8);
}

.focus\:border-t-csv-hover\/85:focus{
  border-top-color: rgb(0 114 37 / 0.85);
}

.focus\:border-t-csv-hover\/90:focus{
  border-top-color: rgb(0 114 37 / 0.9);
}

.focus\:border-t-csv-hover\/95:focus{
  border-top-color: rgb(0 114 37 / 0.95);
}

.focus\:border-t-csv\/0:focus{
  border-top-color: rgb(0 138 43 / 0);
}

.focus\:border-t-csv\/10:focus{
  border-top-color: rgb(0 138 43 / 0.1);
}

.focus\:border-t-csv\/100:focus{
  border-top-color: rgb(0 138 43 / 1);
}

.focus\:border-t-csv\/15:focus{
  border-top-color: rgb(0 138 43 / 0.15);
}

.focus\:border-t-csv\/20:focus{
  border-top-color: rgb(0 138 43 / 0.2);
}

.focus\:border-t-csv\/25:focus{
  border-top-color: rgb(0 138 43 / 0.25);
}

.focus\:border-t-csv\/30:focus{
  border-top-color: rgb(0 138 43 / 0.3);
}

.focus\:border-t-csv\/35:focus{
  border-top-color: rgb(0 138 43 / 0.35);
}

.focus\:border-t-csv\/40:focus{
  border-top-color: rgb(0 138 43 / 0.4);
}

.focus\:border-t-csv\/45:focus{
  border-top-color: rgb(0 138 43 / 0.45);
}

.focus\:border-t-csv\/5:focus{
  border-top-color: rgb(0 138 43 / 0.05);
}

.focus\:border-t-csv\/50:focus{
  border-top-color: rgb(0 138 43 / 0.5);
}

.focus\:border-t-csv\/55:focus{
  border-top-color: rgb(0 138 43 / 0.55);
}

.focus\:border-t-csv\/60:focus{
  border-top-color: rgb(0 138 43 / 0.6);
}

.focus\:border-t-csv\/65:focus{
  border-top-color: rgb(0 138 43 / 0.65);
}

.focus\:border-t-csv\/70:focus{
  border-top-color: rgb(0 138 43 / 0.7);
}

.focus\:border-t-csv\/75:focus{
  border-top-color: rgb(0 138 43 / 0.75);
}

.focus\:border-t-csv\/80:focus{
  border-top-color: rgb(0 138 43 / 0.8);
}

.focus\:border-t-csv\/85:focus{
  border-top-color: rgb(0 138 43 / 0.85);
}

.focus\:border-t-csv\/90:focus{
  border-top-color: rgb(0 138 43 / 0.9);
}

.focus\:border-t-csv\/95:focus{
  border-top-color: rgb(0 138 43 / 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\/15:focus{
  border-top-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(207 250 254 / 0.35);
}

.focus\:border-t-cyan-100\/40:focus{
  border-top-color: rgb(207 250 254 / 0.4);
}

.focus\:border-t-cyan-100\/45:focus{
  border-top-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(207 250 254 / 0.55);
}

.focus\:border-t-cyan-100\/60:focus{
  border-top-color: rgb(207 250 254 / 0.6);
}

.focus\:border-t-cyan-100\/65:focus{
  border-top-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(165 243 252 / 0.35);
}

.focus\:border-t-cyan-200\/40:focus{
  border-top-color: rgb(165 243 252 / 0.4);
}

.focus\:border-t-cyan-200\/45:focus{
  border-top-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(165 243 252 / 0.55);
}

.focus\:border-t-cyan-200\/60:focus{
  border-top-color: rgb(165 243 252 / 0.6);
}

.focus\:border-t-cyan-200\/65:focus{
  border-top-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(103 232 249 / 0.35);
}

.focus\:border-t-cyan-300\/40:focus{
  border-top-color: rgb(103 232 249 / 0.4);
}

.focus\:border-t-cyan-300\/45:focus{
  border-top-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(103 232 249 / 0.55);
}

.focus\:border-t-cyan-300\/60:focus{
  border-top-color: rgb(103 232 249 / 0.6);
}

.focus\:border-t-cyan-300\/65:focus{
  border-top-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(34 211 238 / 0.35);
}

.focus\:border-t-cyan-400\/40:focus{
  border-top-color: rgb(34 211 238 / 0.4);
}

.focus\:border-t-cyan-400\/45:focus{
  border-top-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(34 211 238 / 0.55);
}

.focus\:border-t-cyan-400\/60:focus{
  border-top-color: rgb(34 211 238 / 0.6);
}

.focus\:border-t-cyan-400\/65:focus{
  border-top-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(236 254 255 / 0.35);
}

.focus\:border-t-cyan-50\/40:focus{
  border-top-color: rgb(236 254 255 / 0.4);
}

.focus\:border-t-cyan-50\/45:focus{
  border-top-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(236 254 255 / 0.55);
}

.focus\:border-t-cyan-50\/60:focus{
  border-top-color: rgb(236 254 255 / 0.6);
}

.focus\:border-t-cyan-50\/65:focus{
  border-top-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(6 182 212 / 0.35);
}

.focus\:border-t-cyan-500\/40:focus{
  border-top-color: rgb(6 182 212 / 0.4);
}

.focus\:border-t-cyan-500\/45:focus{
  border-top-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(6 182 212 / 0.55);
}

.focus\:border-t-cyan-500\/60:focus{
  border-top-color: rgb(6 182 212 / 0.6);
}

.focus\:border-t-cyan-500\/65:focus{
  border-top-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(8 145 178 / 0.35);
}

.focus\:border-t-cyan-600\/40:focus{
  border-top-color: rgb(8 145 178 / 0.4);
}

.focus\:border-t-cyan-600\/45:focus{
  border-top-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(8 145 178 / 0.55);
}

.focus\:border-t-cyan-600\/60:focus{
  border-top-color: rgb(8 145 178 / 0.6);
}

.focus\:border-t-cyan-600\/65:focus{
  border-top-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(14 116 144 / 0.35);
}

.focus\:border-t-cyan-700\/40:focus{
  border-top-color: rgb(14 116 144 / 0.4);
}

.focus\:border-t-cyan-700\/45:focus{
  border-top-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(14 116 144 / 0.55);
}

.focus\:border-t-cyan-700\/60:focus{
  border-top-color: rgb(14 116 144 / 0.6);
}

.focus\:border-t-cyan-700\/65:focus{
  border-top-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(21 94 117 / 0.35);
}

.focus\:border-t-cyan-800\/40:focus{
  border-top-color: rgb(21 94 117 / 0.4);
}

.focus\:border-t-cyan-800\/45:focus{
  border-top-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(21 94 117 / 0.55);
}

.focus\:border-t-cyan-800\/60:focus{
  border-top-color: rgb(21 94 117 / 0.6);
}

.focus\:border-t-cyan-800\/65:focus{
  border-top-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(22 78 99 / 0.35);
}

.focus\:border-t-cyan-900\/40:focus{
  border-top-color: rgb(22 78 99 / 0.4);
}

.focus\:border-t-cyan-900\/45:focus{
  border-top-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(22 78 99 / 0.55);
}

.focus\:border-t-cyan-900\/60:focus{
  border-top-color: rgb(22 78 99 / 0.6);
}

.focus\:border-t-cyan-900\/65:focus{
  border-top-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(8 51 68 / 0.35);
}

.focus\:border-t-cyan-950\/40:focus{
  border-top-color: rgb(8 51 68 / 0.4);
}

.focus\:border-t-cyan-950\/45:focus{
  border-top-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(8 51 68 / 0.55);
}

.focus\:border-t-cyan-950\/60:focus{
  border-top-color: rgb(8 51 68 / 0.6);
}

.focus\:border-t-cyan-950\/65:focus{
  border-top-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(207 59 54 / var(--tw-border-opacity));
}

.focus\:border-t-danger-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(193 49 44 / var(--tw-border-opacity));
}

.focus\:border-t-danger-hover\/0:focus{
  border-top-color: rgb(193 49 44 / 0);
}

.focus\:border-t-danger-hover\/10:focus{
  border-top-color: rgb(193 49 44 / 0.1);
}

.focus\:border-t-danger-hover\/100:focus{
  border-top-color: rgb(193 49 44 / 1);
}

.focus\:border-t-danger-hover\/15:focus{
  border-top-color: rgb(193 49 44 / 0.15);
}

.focus\:border-t-danger-hover\/20:focus{
  border-top-color: rgb(193 49 44 / 0.2);
}

.focus\:border-t-danger-hover\/25:focus{
  border-top-color: rgb(193 49 44 / 0.25);
}

.focus\:border-t-danger-hover\/30:focus{
  border-top-color: rgb(193 49 44 / 0.3);
}

.focus\:border-t-danger-hover\/35:focus{
  border-top-color: rgb(193 49 44 / 0.35);
}

.focus\:border-t-danger-hover\/40:focus{
  border-top-color: rgb(193 49 44 / 0.4);
}

.focus\:border-t-danger-hover\/45:focus{
  border-top-color: rgb(193 49 44 / 0.45);
}

.focus\:border-t-danger-hover\/5:focus{
  border-top-color: rgb(193 49 44 / 0.05);
}

.focus\:border-t-danger-hover\/50:focus{
  border-top-color: rgb(193 49 44 / 0.5);
}

.focus\:border-t-danger-hover\/55:focus{
  border-top-color: rgb(193 49 44 / 0.55);
}

.focus\:border-t-danger-hover\/60:focus{
  border-top-color: rgb(193 49 44 / 0.6);
}

.focus\:border-t-danger-hover\/65:focus{
  border-top-color: rgb(193 49 44 / 0.65);
}

.focus\:border-t-danger-hover\/70:focus{
  border-top-color: rgb(193 49 44 / 0.7);
}

.focus\:border-t-danger-hover\/75:focus{
  border-top-color: rgb(193 49 44 / 0.75);
}

.focus\:border-t-danger-hover\/80:focus{
  border-top-color: rgb(193 49 44 / 0.8);
}

.focus\:border-t-danger-hover\/85:focus{
  border-top-color: rgb(193 49 44 / 0.85);
}

.focus\:border-t-danger-hover\/90:focus{
  border-top-color: rgb(193 49 44 / 0.9);
}

.focus\:border-t-danger-hover\/95:focus{
  border-top-color: rgb(193 49 44 / 0.95);
}

.focus\:border-t-danger\/0:focus{
  border-top-color: rgb(207 59 54 / 0);
}

.focus\:border-t-danger\/10:focus{
  border-top-color: rgb(207 59 54 / 0.1);
}

.focus\:border-t-danger\/100:focus{
  border-top-color: rgb(207 59 54 / 1);
}

.focus\:border-t-danger\/15:focus{
  border-top-color: rgb(207 59 54 / 0.15);
}

.focus\:border-t-danger\/20:focus{
  border-top-color: rgb(207 59 54 / 0.2);
}

.focus\:border-t-danger\/25:focus{
  border-top-color: rgb(207 59 54 / 0.25);
}

.focus\:border-t-danger\/30:focus{
  border-top-color: rgb(207 59 54 / 0.3);
}

.focus\:border-t-danger\/35:focus{
  border-top-color: rgb(207 59 54 / 0.35);
}

.focus\:border-t-danger\/40:focus{
  border-top-color: rgb(207 59 54 / 0.4);
}

.focus\:border-t-danger\/45:focus{
  border-top-color: rgb(207 59 54 / 0.45);
}

.focus\:border-t-danger\/5:focus{
  border-top-color: rgb(207 59 54 / 0.05);
}

.focus\:border-t-danger\/50:focus{
  border-top-color: rgb(207 59 54 / 0.5);
}

.focus\:border-t-danger\/55:focus{
  border-top-color: rgb(207 59 54 / 0.55);
}

.focus\:border-t-danger\/60:focus{
  border-top-color: rgb(207 59 54 / 0.6);
}

.focus\:border-t-danger\/65:focus{
  border-top-color: rgb(207 59 54 / 0.65);
}

.focus\:border-t-danger\/70:focus{
  border-top-color: rgb(207 59 54 / 0.7);
}

.focus\:border-t-danger\/75:focus{
  border-top-color: rgb(207 59 54 / 0.75);
}

.focus\:border-t-danger\/80:focus{
  border-top-color: rgb(207 59 54 / 0.8);
}

.focus\:border-t-danger\/85:focus{
  border-top-color: rgb(207 59 54 / 0.85);
}

.focus\:border-t-danger\/90:focus{
  border-top-color: rgb(207 59 54 / 0.9);
}

.focus\:border-t-danger\/95:focus{
  border-top-color: rgb(207 59 54 / 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\/15:focus{
  border-top-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(209 250 229 / 0.35);
}

.focus\:border-t-emerald-100\/40:focus{
  border-top-color: rgb(209 250 229 / 0.4);
}

.focus\:border-t-emerald-100\/45:focus{
  border-top-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(209 250 229 / 0.55);
}

.focus\:border-t-emerald-100\/60:focus{
  border-top-color: rgb(209 250 229 / 0.6);
}

.focus\:border-t-emerald-100\/65:focus{
  border-top-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(167 243 208 / 0.35);
}

.focus\:border-t-emerald-200\/40:focus{
  border-top-color: rgb(167 243 208 / 0.4);
}

.focus\:border-t-emerald-200\/45:focus{
  border-top-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(167 243 208 / 0.55);
}

.focus\:border-t-emerald-200\/60:focus{
  border-top-color: rgb(167 243 208 / 0.6);
}

.focus\:border-t-emerald-200\/65:focus{
  border-top-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(110 231 183 / 0.35);
}

.focus\:border-t-emerald-300\/40:focus{
  border-top-color: rgb(110 231 183 / 0.4);
}

.focus\:border-t-emerald-300\/45:focus{
  border-top-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(110 231 183 / 0.55);
}

.focus\:border-t-emerald-300\/60:focus{
  border-top-color: rgb(110 231 183 / 0.6);
}

.focus\:border-t-emerald-300\/65:focus{
  border-top-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(52 211 153 / 0.35);
}

.focus\:border-t-emerald-400\/40:focus{
  border-top-color: rgb(52 211 153 / 0.4);
}

.focus\:border-t-emerald-400\/45:focus{
  border-top-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(52 211 153 / 0.55);
}

.focus\:border-t-emerald-400\/60:focus{
  border-top-color: rgb(52 211 153 / 0.6);
}

.focus\:border-t-emerald-400\/65:focus{
  border-top-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(236 253 245 / 0.35);
}

.focus\:border-t-emerald-50\/40:focus{
  border-top-color: rgb(236 253 245 / 0.4);
}

.focus\:border-t-emerald-50\/45:focus{
  border-top-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(236 253 245 / 0.55);
}

.focus\:border-t-emerald-50\/60:focus{
  border-top-color: rgb(236 253 245 / 0.6);
}

.focus\:border-t-emerald-50\/65:focus{
  border-top-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(16 185 129 / 0.35);
}

.focus\:border-t-emerald-500\/40:focus{
  border-top-color: rgb(16 185 129 / 0.4);
}

.focus\:border-t-emerald-500\/45:focus{
  border-top-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(16 185 129 / 0.55);
}

.focus\:border-t-emerald-500\/60:focus{
  border-top-color: rgb(16 185 129 / 0.6);
}

.focus\:border-t-emerald-500\/65:focus{
  border-top-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(5 150 105 / 0.35);
}

.focus\:border-t-emerald-600\/40:focus{
  border-top-color: rgb(5 150 105 / 0.4);
}

.focus\:border-t-emerald-600\/45:focus{
  border-top-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(5 150 105 / 0.55);
}

.focus\:border-t-emerald-600\/60:focus{
  border-top-color: rgb(5 150 105 / 0.6);
}

.focus\:border-t-emerald-600\/65:focus{
  border-top-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(4 120 87 / 0.35);
}

.focus\:border-t-emerald-700\/40:focus{
  border-top-color: rgb(4 120 87 / 0.4);
}

.focus\:border-t-emerald-700\/45:focus{
  border-top-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(4 120 87 / 0.55);
}

.focus\:border-t-emerald-700\/60:focus{
  border-top-color: rgb(4 120 87 / 0.6);
}

.focus\:border-t-emerald-700\/65:focus{
  border-top-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(6 95 70 / 0.35);
}

.focus\:border-t-emerald-800\/40:focus{
  border-top-color: rgb(6 95 70 / 0.4);
}

.focus\:border-t-emerald-800\/45:focus{
  border-top-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(6 95 70 / 0.55);
}

.focus\:border-t-emerald-800\/60:focus{
  border-top-color: rgb(6 95 70 / 0.6);
}

.focus\:border-t-emerald-800\/65:focus{
  border-top-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(6 78 59 / 0.35);
}

.focus\:border-t-emerald-900\/40:focus{
  border-top-color: rgb(6 78 59 / 0.4);
}

.focus\:border-t-emerald-900\/45:focus{
  border-top-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(6 78 59 / 0.55);
}

.focus\:border-t-emerald-900\/60:focus{
  border-top-color: rgb(6 78 59 / 0.6);
}

.focus\:border-t-emerald-900\/65:focus{
  border-top-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(2 44 34 / 0.35);
}

.focus\:border-t-emerald-950\/40:focus{
  border-top-color: rgb(2 44 34 / 0.4);
}

.focus\:border-t-emerald-950\/45:focus{
  border-top-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(2 44 34 / 0.55);
}

.focus\:border-t-emerald-950\/60:focus{
  border-top-color: rgb(2 44 34 / 0.6);
}

.focus\:border-t-emerald-950\/65:focus{
  border-top-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(11 160 123 / var(--tw-border-opacity));
}

.focus\:border-t-excel-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 138 107 / var(--tw-border-opacity));
}

.focus\:border-t-excel-hover\/0:focus{
  border-top-color: rgb(9 138 107 / 0);
}

.focus\:border-t-excel-hover\/10:focus{
  border-top-color: rgb(9 138 107 / 0.1);
}

.focus\:border-t-excel-hover\/100:focus{
  border-top-color: rgb(9 138 107 / 1);
}

.focus\:border-t-excel-hover\/15:focus{
  border-top-color: rgb(9 138 107 / 0.15);
}

.focus\:border-t-excel-hover\/20:focus{
  border-top-color: rgb(9 138 107 / 0.2);
}

.focus\:border-t-excel-hover\/25:focus{
  border-top-color: rgb(9 138 107 / 0.25);
}

.focus\:border-t-excel-hover\/30:focus{
  border-top-color: rgb(9 138 107 / 0.3);
}

.focus\:border-t-excel-hover\/35:focus{
  border-top-color: rgb(9 138 107 / 0.35);
}

.focus\:border-t-excel-hover\/40:focus{
  border-top-color: rgb(9 138 107 / 0.4);
}

.focus\:border-t-excel-hover\/45:focus{
  border-top-color: rgb(9 138 107 / 0.45);
}

.focus\:border-t-excel-hover\/5:focus{
  border-top-color: rgb(9 138 107 / 0.05);
}

.focus\:border-t-excel-hover\/50:focus{
  border-top-color: rgb(9 138 107 / 0.5);
}

.focus\:border-t-excel-hover\/55:focus{
  border-top-color: rgb(9 138 107 / 0.55);
}

.focus\:border-t-excel-hover\/60:focus{
  border-top-color: rgb(9 138 107 / 0.6);
}

.focus\:border-t-excel-hover\/65:focus{
  border-top-color: rgb(9 138 107 / 0.65);
}

.focus\:border-t-excel-hover\/70:focus{
  border-top-color: rgb(9 138 107 / 0.7);
}

.focus\:border-t-excel-hover\/75:focus{
  border-top-color: rgb(9 138 107 / 0.75);
}

.focus\:border-t-excel-hover\/80:focus{
  border-top-color: rgb(9 138 107 / 0.8);
}

.focus\:border-t-excel-hover\/85:focus{
  border-top-color: rgb(9 138 107 / 0.85);
}

.focus\:border-t-excel-hover\/90:focus{
  border-top-color: rgb(9 138 107 / 0.9);
}

.focus\:border-t-excel-hover\/95:focus{
  border-top-color: rgb(9 138 107 / 0.95);
}

.focus\:border-t-excel\/0:focus{
  border-top-color: rgb(11 160 123 / 0);
}

.focus\:border-t-excel\/10:focus{
  border-top-color: rgb(11 160 123 / 0.1);
}

.focus\:border-t-excel\/100:focus{
  border-top-color: rgb(11 160 123 / 1);
}

.focus\:border-t-excel\/15:focus{
  border-top-color: rgb(11 160 123 / 0.15);
}

.focus\:border-t-excel\/20:focus{
  border-top-color: rgb(11 160 123 / 0.2);
}

.focus\:border-t-excel\/25:focus{
  border-top-color: rgb(11 160 123 / 0.25);
}

.focus\:border-t-excel\/30:focus{
  border-top-color: rgb(11 160 123 / 0.3);
}

.focus\:border-t-excel\/35:focus{
  border-top-color: rgb(11 160 123 / 0.35);
}

.focus\:border-t-excel\/40:focus{
  border-top-color: rgb(11 160 123 / 0.4);
}

.focus\:border-t-excel\/45:focus{
  border-top-color: rgb(11 160 123 / 0.45);
}

.focus\:border-t-excel\/5:focus{
  border-top-color: rgb(11 160 123 / 0.05);
}

.focus\:border-t-excel\/50:focus{
  border-top-color: rgb(11 160 123 / 0.5);
}

.focus\:border-t-excel\/55:focus{
  border-top-color: rgb(11 160 123 / 0.55);
}

.focus\:border-t-excel\/60:focus{
  border-top-color: rgb(11 160 123 / 0.6);
}

.focus\:border-t-excel\/65:focus{
  border-top-color: rgb(11 160 123 / 0.65);
}

.focus\:border-t-excel\/70:focus{
  border-top-color: rgb(11 160 123 / 0.7);
}

.focus\:border-t-excel\/75:focus{
  border-top-color: rgb(11 160 123 / 0.75);
}

.focus\:border-t-excel\/80:focus{
  border-top-color: rgb(11 160 123 / 0.8);
}

.focus\:border-t-excel\/85:focus{
  border-top-color: rgb(11 160 123 / 0.85);
}

.focus\:border-t-excel\/90:focus{
  border-top-color: rgb(11 160 123 / 0.9);
}

.focus\:border-t-excel\/95:focus{
  border-top-color: rgb(11 160 123 / 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\/15:focus{
  border-top-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 232 255 / 0.35);
}

.focus\:border-t-fuchsia-100\/40:focus{
  border-top-color: rgb(250 232 255 / 0.4);
}

.focus\:border-t-fuchsia-100\/45:focus{
  border-top-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 232 255 / 0.55);
}

.focus\:border-t-fuchsia-100\/60:focus{
  border-top-color: rgb(250 232 255 / 0.6);
}

.focus\:border-t-fuchsia-100\/65:focus{
  border-top-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 208 254 / 0.35);
}

.focus\:border-t-fuchsia-200\/40:focus{
  border-top-color: rgb(245 208 254 / 0.4);
}

.focus\:border-t-fuchsia-200\/45:focus{
  border-top-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 208 254 / 0.55);
}

.focus\:border-t-fuchsia-200\/60:focus{
  border-top-color: rgb(245 208 254 / 0.6);
}

.focus\:border-t-fuchsia-200\/65:focus{
  border-top-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(240 171 252 / 0.35);
}

.focus\:border-t-fuchsia-300\/40:focus{
  border-top-color: rgb(240 171 252 / 0.4);
}

.focus\:border-t-fuchsia-300\/45:focus{
  border-top-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(240 171 252 / 0.55);
}

.focus\:border-t-fuchsia-300\/60:focus{
  border-top-color: rgb(240 171 252 / 0.6);
}

.focus\:border-t-fuchsia-300\/65:focus{
  border-top-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(232 121 249 / 0.35);
}

.focus\:border-t-fuchsia-400\/40:focus{
  border-top-color: rgb(232 121 249 / 0.4);
}

.focus\:border-t-fuchsia-400\/45:focus{
  border-top-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(232 121 249 / 0.55);
}

.focus\:border-t-fuchsia-400\/60:focus{
  border-top-color: rgb(232 121 249 / 0.6);
}

.focus\:border-t-fuchsia-400\/65:focus{
  border-top-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 244 255 / 0.35);
}

.focus\:border-t-fuchsia-50\/40:focus{
  border-top-color: rgb(253 244 255 / 0.4);
}

.focus\:border-t-fuchsia-50\/45:focus{
  border-top-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 244 255 / 0.55);
}

.focus\:border-t-fuchsia-50\/60:focus{
  border-top-color: rgb(253 244 255 / 0.6);
}

.focus\:border-t-fuchsia-50\/65:focus{
  border-top-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(217 70 239 / 0.35);
}

.focus\:border-t-fuchsia-500\/40:focus{
  border-top-color: rgb(217 70 239 / 0.4);
}

.focus\:border-t-fuchsia-500\/45:focus{
  border-top-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(217 70 239 / 0.55);
}

.focus\:border-t-fuchsia-500\/60:focus{
  border-top-color: rgb(217 70 239 / 0.6);
}

.focus\:border-t-fuchsia-500\/65:focus{
  border-top-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(192 38 211 / 0.35);
}

.focus\:border-t-fuchsia-600\/40:focus{
  border-top-color: rgb(192 38 211 / 0.4);
}

.focus\:border-t-fuchsia-600\/45:focus{
  border-top-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(192 38 211 / 0.55);
}

.focus\:border-t-fuchsia-600\/60:focus{
  border-top-color: rgb(192 38 211 / 0.6);
}

.focus\:border-t-fuchsia-600\/65:focus{
  border-top-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(162 28 175 / 0.35);
}

.focus\:border-t-fuchsia-700\/40:focus{
  border-top-color: rgb(162 28 175 / 0.4);
}

.focus\:border-t-fuchsia-700\/45:focus{
  border-top-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(162 28 175 / 0.55);
}

.focus\:border-t-fuchsia-700\/60:focus{
  border-top-color: rgb(162 28 175 / 0.6);
}

.focus\:border-t-fuchsia-700\/65:focus{
  border-top-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(134 25 143 / 0.35);
}

.focus\:border-t-fuchsia-800\/40:focus{
  border-top-color: rgb(134 25 143 / 0.4);
}

.focus\:border-t-fuchsia-800\/45:focus{
  border-top-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(134 25 143 / 0.55);
}

.focus\:border-t-fuchsia-800\/60:focus{
  border-top-color: rgb(134 25 143 / 0.6);
}

.focus\:border-t-fuchsia-800\/65:focus{
  border-top-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(112 26 117 / 0.35);
}

.focus\:border-t-fuchsia-900\/40:focus{
  border-top-color: rgb(112 26 117 / 0.4);
}

.focus\:border-t-fuchsia-900\/45:focus{
  border-top-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(112 26 117 / 0.55);
}

.focus\:border-t-fuchsia-900\/60:focus{
  border-top-color: rgb(112 26 117 / 0.6);
}

.focus\:border-t-fuchsia-900\/65:focus{
  border-top-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(74 4 78 / 0.35);
}

.focus\:border-t-fuchsia-950\/40:focus{
  border-top-color: rgb(74 4 78 / 0.4);
}

.focus\:border-t-fuchsia-950\/45:focus{
  border-top-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(74 4 78 / 0.55);
}

.focus\:border-t-fuchsia-950\/60:focus{
  border-top-color: rgb(74 4 78 / 0.6);
}

.focus\:border-t-fuchsia-950\/65:focus{
  border-top-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(243 244 246 / 0.35);
}

.focus\:border-t-gray-100\/40:focus{
  border-top-color: rgb(243 244 246 / 0.4);
}

.focus\:border-t-gray-100\/45:focus{
  border-top-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(243 244 246 / 0.55);
}

.focus\:border-t-gray-100\/60:focus{
  border-top-color: rgb(243 244 246 / 0.6);
}

.focus\:border-t-gray-100\/65:focus{
  border-top-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(229 231 235 / 0.35);
}

.focus\:border-t-gray-200\/40:focus{
  border-top-color: rgb(229 231 235 / 0.4);
}

.focus\:border-t-gray-200\/45:focus{
  border-top-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(229 231 235 / 0.55);
}

.focus\:border-t-gray-200\/60:focus{
  border-top-color: rgb(229 231 235 / 0.6);
}

.focus\:border-t-gray-200\/65:focus{
  border-top-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(209 213 219 / 0.35);
}

.focus\:border-t-gray-300\/40:focus{
  border-top-color: rgb(209 213 219 / 0.4);
}

.focus\:border-t-gray-300\/45:focus{
  border-top-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(209 213 219 / 0.55);
}

.focus\:border-t-gray-300\/60:focus{
  border-top-color: rgb(209 213 219 / 0.6);
}

.focus\:border-t-gray-300\/65:focus{
  border-top-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(156 163 175 / 0.35);
}

.focus\:border-t-gray-400\/40:focus{
  border-top-color: rgb(156 163 175 / 0.4);
}

.focus\:border-t-gray-400\/45:focus{
  border-top-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(156 163 175 / 0.55);
}

.focus\:border-t-gray-400\/60:focus{
  border-top-color: rgb(156 163 175 / 0.6);
}

.focus\:border-t-gray-400\/65:focus{
  border-top-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(249 250 251 / 0.35);
}

.focus\:border-t-gray-50\/40:focus{
  border-top-color: rgb(249 250 251 / 0.4);
}

.focus\:border-t-gray-50\/45:focus{
  border-top-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(249 250 251 / 0.55);
}

.focus\:border-t-gray-50\/60:focus{
  border-top-color: rgb(249 250 251 / 0.6);
}

.focus\:border-t-gray-50\/65:focus{
  border-top-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(107 114 128 / 0.35);
}

.focus\:border-t-gray-500\/40:focus{
  border-top-color: rgb(107 114 128 / 0.4);
}

.focus\:border-t-gray-500\/45:focus{
  border-top-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(107 114 128 / 0.55);
}

.focus\:border-t-gray-500\/60:focus{
  border-top-color: rgb(107 114 128 / 0.6);
}

.focus\:border-t-gray-500\/65:focus{
  border-top-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(75 85 99 / 0.35);
}

.focus\:border-t-gray-600\/40:focus{
  border-top-color: rgb(75 85 99 / 0.4);
}

.focus\:border-t-gray-600\/45:focus{
  border-top-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(75 85 99 / 0.55);
}

.focus\:border-t-gray-600\/60:focus{
  border-top-color: rgb(75 85 99 / 0.6);
}

.focus\:border-t-gray-600\/65:focus{
  border-top-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(55 65 81 / 0.35);
}

.focus\:border-t-gray-700\/40:focus{
  border-top-color: rgb(55 65 81 / 0.4);
}

.focus\:border-t-gray-700\/45:focus{
  border-top-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(55 65 81 / 0.55);
}

.focus\:border-t-gray-700\/60:focus{
  border-top-color: rgb(55 65 81 / 0.6);
}

.focus\:border-t-gray-700\/65:focus{
  border-top-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(31 41 55 / 0.35);
}

.focus\:border-t-gray-800\/40:focus{
  border-top-color: rgb(31 41 55 / 0.4);
}

.focus\:border-t-gray-800\/45:focus{
  border-top-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(31 41 55 / 0.55);
}

.focus\:border-t-gray-800\/60:focus{
  border-top-color: rgb(31 41 55 / 0.6);
}

.focus\:border-t-gray-800\/65:focus{
  border-top-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(17 24 39 / 0.35);
}

.focus\:border-t-gray-900\/40:focus{
  border-top-color: rgb(17 24 39 / 0.4);
}

.focus\:border-t-gray-900\/45:focus{
  border-top-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(17 24 39 / 0.55);
}

.focus\:border-t-gray-900\/60:focus{
  border-top-color: rgb(17 24 39 / 0.6);
}

.focus\:border-t-gray-900\/65:focus{
  border-top-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(3 7 18 / 0.35);
}

.focus\:border-t-gray-950\/40:focus{
  border-top-color: rgb(3 7 18 / 0.4);
}

.focus\:border-t-gray-950\/45:focus{
  border-top-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(3 7 18 / 0.55);
}

.focus\:border-t-gray-950\/60:focus{
  border-top-color: rgb(3 7 18 / 0.6);
}

.focus\:border-t-gray-950\/65:focus{
  border-top-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(220 252 231 / 0.35);
}

.focus\:border-t-green-100\/40:focus{
  border-top-color: rgb(220 252 231 / 0.4);
}

.focus\:border-t-green-100\/45:focus{
  border-top-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(220 252 231 / 0.55);
}

.focus\:border-t-green-100\/60:focus{
  border-top-color: rgb(220 252 231 / 0.6);
}

.focus\:border-t-green-100\/65:focus{
  border-top-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(187 247 208 / 0.35);
}

.focus\:border-t-green-200\/40:focus{
  border-top-color: rgb(187 247 208 / 0.4);
}

.focus\:border-t-green-200\/45:focus{
  border-top-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(187 247 208 / 0.55);
}

.focus\:border-t-green-200\/60:focus{
  border-top-color: rgb(187 247 208 / 0.6);
}

.focus\:border-t-green-200\/65:focus{
  border-top-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(134 239 172 / 0.35);
}

.focus\:border-t-green-300\/40:focus{
  border-top-color: rgb(134 239 172 / 0.4);
}

.focus\:border-t-green-300\/45:focus{
  border-top-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(134 239 172 / 0.55);
}

.focus\:border-t-green-300\/60:focus{
  border-top-color: rgb(134 239 172 / 0.6);
}

.focus\:border-t-green-300\/65:focus{
  border-top-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(74 222 128 / 0.35);
}

.focus\:border-t-green-400\/40:focus{
  border-top-color: rgb(74 222 128 / 0.4);
}

.focus\:border-t-green-400\/45:focus{
  border-top-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(74 222 128 / 0.55);
}

.focus\:border-t-green-400\/60:focus{
  border-top-color: rgb(74 222 128 / 0.6);
}

.focus\:border-t-green-400\/65:focus{
  border-top-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(240 253 244 / 0.35);
}

.focus\:border-t-green-50\/40:focus{
  border-top-color: rgb(240 253 244 / 0.4);
}

.focus\:border-t-green-50\/45:focus{
  border-top-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(240 253 244 / 0.55);
}

.focus\:border-t-green-50\/60:focus{
  border-top-color: rgb(240 253 244 / 0.6);
}

.focus\:border-t-green-50\/65:focus{
  border-top-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(34 197 94 / 0.35);
}

.focus\:border-t-green-500\/40:focus{
  border-top-color: rgb(34 197 94 / 0.4);
}

.focus\:border-t-green-500\/45:focus{
  border-top-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(34 197 94 / 0.55);
}

.focus\:border-t-green-500\/60:focus{
  border-top-color: rgb(34 197 94 / 0.6);
}

.focus\:border-t-green-500\/65:focus{
  border-top-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(22 163 74 / 0.35);
}

.focus\:border-t-green-600\/40:focus{
  border-top-color: rgb(22 163 74 / 0.4);
}

.focus\:border-t-green-600\/45:focus{
  border-top-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(22 163 74 / 0.55);
}

.focus\:border-t-green-600\/60:focus{
  border-top-color: rgb(22 163 74 / 0.6);
}

.focus\:border-t-green-600\/65:focus{
  border-top-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(21 128 61 / 0.35);
}

.focus\:border-t-green-700\/40:focus{
  border-top-color: rgb(21 128 61 / 0.4);
}

.focus\:border-t-green-700\/45:focus{
  border-top-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(21 128 61 / 0.55);
}

.focus\:border-t-green-700\/60:focus{
  border-top-color: rgb(21 128 61 / 0.6);
}

.focus\:border-t-green-700\/65:focus{
  border-top-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(22 101 52 / 0.35);
}

.focus\:border-t-green-800\/40:focus{
  border-top-color: rgb(22 101 52 / 0.4);
}

.focus\:border-t-green-800\/45:focus{
  border-top-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(22 101 52 / 0.55);
}

.focus\:border-t-green-800\/60:focus{
  border-top-color: rgb(22 101 52 / 0.6);
}

.focus\:border-t-green-800\/65:focus{
  border-top-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(20 83 45 / 0.35);
}

.focus\:border-t-green-900\/40:focus{
  border-top-color: rgb(20 83 45 / 0.4);
}

.focus\:border-t-green-900\/45:focus{
  border-top-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(20 83 45 / 0.55);
}

.focus\:border-t-green-900\/60:focus{
  border-top-color: rgb(20 83 45 / 0.6);
}

.focus\:border-t-green-900\/65:focus{
  border-top-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(5 46 22 / 0.35);
}

.focus\:border-t-green-950\/40:focus{
  border-top-color: rgb(5 46 22 / 0.4);
}

.focus\:border-t-green-950\/45:focus{
  border-top-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(5 46 22 / 0.55);
}

.focus\:border-t-green-950\/60:focus{
  border-top-color: rgb(5 46 22 / 0.6);
}

.focus\:border-t-green-950\/65:focus{
  border-top-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(224 231 255 / 0.35);
}

.focus\:border-t-indigo-100\/40:focus{
  border-top-color: rgb(224 231 255 / 0.4);
}

.focus\:border-t-indigo-100\/45:focus{
  border-top-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(224 231 255 / 0.55);
}

.focus\:border-t-indigo-100\/60:focus{
  border-top-color: rgb(224 231 255 / 0.6);
}

.focus\:border-t-indigo-100\/65:focus{
  border-top-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(199 210 254 / 0.35);
}

.focus\:border-t-indigo-200\/40:focus{
  border-top-color: rgb(199 210 254 / 0.4);
}

.focus\:border-t-indigo-200\/45:focus{
  border-top-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(199 210 254 / 0.55);
}

.focus\:border-t-indigo-200\/60:focus{
  border-top-color: rgb(199 210 254 / 0.6);
}

.focus\:border-t-indigo-200\/65:focus{
  border-top-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(165 180 252 / 0.35);
}

.focus\:border-t-indigo-300\/40:focus{
  border-top-color: rgb(165 180 252 / 0.4);
}

.focus\:border-t-indigo-300\/45:focus{
  border-top-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(165 180 252 / 0.55);
}

.focus\:border-t-indigo-300\/60:focus{
  border-top-color: rgb(165 180 252 / 0.6);
}

.focus\:border-t-indigo-300\/65:focus{
  border-top-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(129 140 248 / 0.35);
}

.focus\:border-t-indigo-400\/40:focus{
  border-top-color: rgb(129 140 248 / 0.4);
}

.focus\:border-t-indigo-400\/45:focus{
  border-top-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(129 140 248 / 0.55);
}

.focus\:border-t-indigo-400\/60:focus{
  border-top-color: rgb(129 140 248 / 0.6);
}

.focus\:border-t-indigo-400\/65:focus{
  border-top-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(238 242 255 / 0.35);
}

.focus\:border-t-indigo-50\/40:focus{
  border-top-color: rgb(238 242 255 / 0.4);
}

.focus\:border-t-indigo-50\/45:focus{
  border-top-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(238 242 255 / 0.55);
}

.focus\:border-t-indigo-50\/60:focus{
  border-top-color: rgb(238 242 255 / 0.6);
}

.focus\:border-t-indigo-50\/65:focus{
  border-top-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(99 102 241 / 0.35);
}

.focus\:border-t-indigo-500\/40:focus{
  border-top-color: rgb(99 102 241 / 0.4);
}

.focus\:border-t-indigo-500\/45:focus{
  border-top-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(99 102 241 / 0.55);
}

.focus\:border-t-indigo-500\/60:focus{
  border-top-color: rgb(99 102 241 / 0.6);
}

.focus\:border-t-indigo-500\/65:focus{
  border-top-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(79 70 229 / 0.35);
}

.focus\:border-t-indigo-600\/40:focus{
  border-top-color: rgb(79 70 229 / 0.4);
}

.focus\:border-t-indigo-600\/45:focus{
  border-top-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(79 70 229 / 0.55);
}

.focus\:border-t-indigo-600\/60:focus{
  border-top-color: rgb(79 70 229 / 0.6);
}

.focus\:border-t-indigo-600\/65:focus{
  border-top-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(67 56 202 / 0.35);
}

.focus\:border-t-indigo-700\/40:focus{
  border-top-color: rgb(67 56 202 / 0.4);
}

.focus\:border-t-indigo-700\/45:focus{
  border-top-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(67 56 202 / 0.55);
}

.focus\:border-t-indigo-700\/60:focus{
  border-top-color: rgb(67 56 202 / 0.6);
}

.focus\:border-t-indigo-700\/65:focus{
  border-top-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(55 48 163 / 0.35);
}

.focus\:border-t-indigo-800\/40:focus{
  border-top-color: rgb(55 48 163 / 0.4);
}

.focus\:border-t-indigo-800\/45:focus{
  border-top-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(55 48 163 / 0.55);
}

.focus\:border-t-indigo-800\/60:focus{
  border-top-color: rgb(55 48 163 / 0.6);
}

.focus\:border-t-indigo-800\/65:focus{
  border-top-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(49 46 129 / 0.35);
}

.focus\:border-t-indigo-900\/40:focus{
  border-top-color: rgb(49 46 129 / 0.4);
}

.focus\:border-t-indigo-900\/45:focus{
  border-top-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(49 46 129 / 0.55);
}

.focus\:border-t-indigo-900\/60:focus{
  border-top-color: rgb(49 46 129 / 0.6);
}

.focus\:border-t-indigo-900\/65:focus{
  border-top-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(30 27 75 / 0.35);
}

.focus\:border-t-indigo-950\/40:focus{
  border-top-color: rgb(30 27 75 / 0.4);
}

.focus\:border-t-indigo-950\/45:focus{
  border-top-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(30 27 75 / 0.55);
}

.focus\:border-t-indigo-950\/60:focus{
  border-top-color: rgb(30 27 75 / 0.6);
}

.focus\:border-t-indigo-950\/65:focus{
  border-top-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 159 26 / var(--tw-border-opacity));
}

.focus\:border-t-info-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(203 122 0 / var(--tw-border-opacity));
}

.focus\:border-t-info-hover\/0:focus{
  border-top-color: rgb(203 122 0 / 0);
}

.focus\:border-t-info-hover\/10:focus{
  border-top-color: rgb(203 122 0 / 0.1);
}

.focus\:border-t-info-hover\/100:focus{
  border-top-color: rgb(203 122 0 / 1);
}

.focus\:border-t-info-hover\/15:focus{
  border-top-color: rgb(203 122 0 / 0.15);
}

.focus\:border-t-info-hover\/20:focus{
  border-top-color: rgb(203 122 0 / 0.2);
}

.focus\:border-t-info-hover\/25:focus{
  border-top-color: rgb(203 122 0 / 0.25);
}

.focus\:border-t-info-hover\/30:focus{
  border-top-color: rgb(203 122 0 / 0.3);
}

.focus\:border-t-info-hover\/35:focus{
  border-top-color: rgb(203 122 0 / 0.35);
}

.focus\:border-t-info-hover\/40:focus{
  border-top-color: rgb(203 122 0 / 0.4);
}

.focus\:border-t-info-hover\/45:focus{
  border-top-color: rgb(203 122 0 / 0.45);
}

.focus\:border-t-info-hover\/5:focus{
  border-top-color: rgb(203 122 0 / 0.05);
}

.focus\:border-t-info-hover\/50:focus{
  border-top-color: rgb(203 122 0 / 0.5);
}

.focus\:border-t-info-hover\/55:focus{
  border-top-color: rgb(203 122 0 / 0.55);
}

.focus\:border-t-info-hover\/60:focus{
  border-top-color: rgb(203 122 0 / 0.6);
}

.focus\:border-t-info-hover\/65:focus{
  border-top-color: rgb(203 122 0 / 0.65);
}

.focus\:border-t-info-hover\/70:focus{
  border-top-color: rgb(203 122 0 / 0.7);
}

.focus\:border-t-info-hover\/75:focus{
  border-top-color: rgb(203 122 0 / 0.75);
}

.focus\:border-t-info-hover\/80:focus{
  border-top-color: rgb(203 122 0 / 0.8);
}

.focus\:border-t-info-hover\/85:focus{
  border-top-color: rgb(203 122 0 / 0.85);
}

.focus\:border-t-info-hover\/90:focus{
  border-top-color: rgb(203 122 0 / 0.9);
}

.focus\:border-t-info-hover\/95:focus{
  border-top-color: rgb(203 122 0 / 0.95);
}

.focus\:border-t-info\/0:focus{
  border-top-color: rgb(247 159 26 / 0);
}

.focus\:border-t-info\/10:focus{
  border-top-color: rgb(247 159 26 / 0.1);
}

.focus\:border-t-info\/100:focus{
  border-top-color: rgb(247 159 26 / 1);
}

.focus\:border-t-info\/15:focus{
  border-top-color: rgb(247 159 26 / 0.15);
}

.focus\:border-t-info\/20:focus{
  border-top-color: rgb(247 159 26 / 0.2);
}

.focus\:border-t-info\/25:focus{
  border-top-color: rgb(247 159 26 / 0.25);
}

.focus\:border-t-info\/30:focus{
  border-top-color: rgb(247 159 26 / 0.3);
}

.focus\:border-t-info\/35:focus{
  border-top-color: rgb(247 159 26 / 0.35);
}

.focus\:border-t-info\/40:focus{
  border-top-color: rgb(247 159 26 / 0.4);
}

.focus\:border-t-info\/45:focus{
  border-top-color: rgb(247 159 26 / 0.45);
}

.focus\:border-t-info\/5:focus{
  border-top-color: rgb(247 159 26 / 0.05);
}

.focus\:border-t-info\/50:focus{
  border-top-color: rgb(247 159 26 / 0.5);
}

.focus\:border-t-info\/55:focus{
  border-top-color: rgb(247 159 26 / 0.55);
}

.focus\:border-t-info\/60:focus{
  border-top-color: rgb(247 159 26 / 0.6);
}

.focus\:border-t-info\/65:focus{
  border-top-color: rgb(247 159 26 / 0.65);
}

.focus\:border-t-info\/70:focus{
  border-top-color: rgb(247 159 26 / 0.7);
}

.focus\:border-t-info\/75:focus{
  border-top-color: rgb(247 159 26 / 0.75);
}

.focus\:border-t-info\/80:focus{
  border-top-color: rgb(247 159 26 / 0.8);
}

.focus\:border-t-info\/85:focus{
  border-top-color: rgb(247 159 26 / 0.85);
}

.focus\:border-t-info\/90:focus{
  border-top-color: rgb(247 159 26 / 0.9);
}

.focus\:border-t-info\/95:focus{
  border-top-color: rgb(247 159 26 / 0.95);
}

.focus\:border-t-inherit:focus{
  border-top-color: inherit;
}

.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\/15:focus{
  border-top-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(236 252 203 / 0.35);
}

.focus\:border-t-lime-100\/40:focus{
  border-top-color: rgb(236 252 203 / 0.4);
}

.focus\:border-t-lime-100\/45:focus{
  border-top-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(236 252 203 / 0.55);
}

.focus\:border-t-lime-100\/60:focus{
  border-top-color: rgb(236 252 203 / 0.6);
}

.focus\:border-t-lime-100\/65:focus{
  border-top-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(217 249 157 / 0.35);
}

.focus\:border-t-lime-200\/40:focus{
  border-top-color: rgb(217 249 157 / 0.4);
}

.focus\:border-t-lime-200\/45:focus{
  border-top-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(217 249 157 / 0.55);
}

.focus\:border-t-lime-200\/60:focus{
  border-top-color: rgb(217 249 157 / 0.6);
}

.focus\:border-t-lime-200\/65:focus{
  border-top-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(190 242 100 / 0.35);
}

.focus\:border-t-lime-300\/40:focus{
  border-top-color: rgb(190 242 100 / 0.4);
}

.focus\:border-t-lime-300\/45:focus{
  border-top-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(190 242 100 / 0.55);
}

.focus\:border-t-lime-300\/60:focus{
  border-top-color: rgb(190 242 100 / 0.6);
}

.focus\:border-t-lime-300\/65:focus{
  border-top-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(163 230 53 / 0.35);
}

.focus\:border-t-lime-400\/40:focus{
  border-top-color: rgb(163 230 53 / 0.4);
}

.focus\:border-t-lime-400\/45:focus{
  border-top-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(163 230 53 / 0.55);
}

.focus\:border-t-lime-400\/60:focus{
  border-top-color: rgb(163 230 53 / 0.6);
}

.focus\:border-t-lime-400\/65:focus{
  border-top-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(247 254 231 / 0.35);
}

.focus\:border-t-lime-50\/40:focus{
  border-top-color: rgb(247 254 231 / 0.4);
}

.focus\:border-t-lime-50\/45:focus{
  border-top-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(247 254 231 / 0.55);
}

.focus\:border-t-lime-50\/60:focus{
  border-top-color: rgb(247 254 231 / 0.6);
}

.focus\:border-t-lime-50\/65:focus{
  border-top-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(132 204 22 / 0.35);
}

.focus\:border-t-lime-500\/40:focus{
  border-top-color: rgb(132 204 22 / 0.4);
}

.focus\:border-t-lime-500\/45:focus{
  border-top-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(132 204 22 / 0.55);
}

.focus\:border-t-lime-500\/60:focus{
  border-top-color: rgb(132 204 22 / 0.6);
}

.focus\:border-t-lime-500\/65:focus{
  border-top-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(101 163 13 / 0.35);
}

.focus\:border-t-lime-600\/40:focus{
  border-top-color: rgb(101 163 13 / 0.4);
}

.focus\:border-t-lime-600\/45:focus{
  border-top-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(101 163 13 / 0.55);
}

.focus\:border-t-lime-600\/60:focus{
  border-top-color: rgb(101 163 13 / 0.6);
}

.focus\:border-t-lime-600\/65:focus{
  border-top-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(77 124 15 / 0.35);
}

.focus\:border-t-lime-700\/40:focus{
  border-top-color: rgb(77 124 15 / 0.4);
}

.focus\:border-t-lime-700\/45:focus{
  border-top-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(77 124 15 / 0.55);
}

.focus\:border-t-lime-700\/60:focus{
  border-top-color: rgb(77 124 15 / 0.6);
}

.focus\:border-t-lime-700\/65:focus{
  border-top-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(63 98 18 / 0.35);
}

.focus\:border-t-lime-800\/40:focus{
  border-top-color: rgb(63 98 18 / 0.4);
}

.focus\:border-t-lime-800\/45:focus{
  border-top-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(63 98 18 / 0.55);
}

.focus\:border-t-lime-800\/60:focus{
  border-top-color: rgb(63 98 18 / 0.6);
}

.focus\:border-t-lime-800\/65:focus{
  border-top-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(54 83 20 / 0.35);
}

.focus\:border-t-lime-900\/40:focus{
  border-top-color: rgb(54 83 20 / 0.4);
}

.focus\:border-t-lime-900\/45:focus{
  border-top-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(54 83 20 / 0.55);
}

.focus\:border-t-lime-900\/60:focus{
  border-top-color: rgb(54 83 20 / 0.6);
}

.focus\:border-t-lime-900\/65:focus{
  border-top-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(26 46 5 / 0.35);
}

.focus\:border-t-lime-950\/40:focus{
  border-top-color: rgb(26 46 5 / 0.4);
}

.focus\:border-t-lime-950\/45:focus{
  border-top-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(26 46 5 / 0.55);
}

.focus\:border-t-lime-950\/60:focus{
  border-top-color: rgb(26 46 5 / 0.6);
}

.focus\:border-t-lime-950\/65:focus{
  border-top-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-01\/0:focus{
  border-top-color: rgb(224 224 224 / 0);
}

.focus\:border-t-neutral-01\/10:focus{
  border-top-color: rgb(224 224 224 / 0.1);
}

.focus\:border-t-neutral-01\/100:focus{
  border-top-color: rgb(224 224 224 / 1);
}

.focus\:border-t-neutral-01\/15:focus{
  border-top-color: rgb(224 224 224 / 0.15);
}

.focus\:border-t-neutral-01\/20:focus{
  border-top-color: rgb(224 224 224 / 0.2);
}

.focus\:border-t-neutral-01\/25:focus{
  border-top-color: rgb(224 224 224 / 0.25);
}

.focus\:border-t-neutral-01\/30:focus{
  border-top-color: rgb(224 224 224 / 0.3);
}

.focus\:border-t-neutral-01\/35:focus{
  border-top-color: rgb(224 224 224 / 0.35);
}

.focus\:border-t-neutral-01\/40:focus{
  border-top-color: rgb(224 224 224 / 0.4);
}

.focus\:border-t-neutral-01\/45:focus{
  border-top-color: rgb(224 224 224 / 0.45);
}

.focus\:border-t-neutral-01\/5:focus{
  border-top-color: rgb(224 224 224 / 0.05);
}

.focus\:border-t-neutral-01\/50:focus{
  border-top-color: rgb(224 224 224 / 0.5);
}

.focus\:border-t-neutral-01\/55:focus{
  border-top-color: rgb(224 224 224 / 0.55);
}

.focus\:border-t-neutral-01\/60:focus{
  border-top-color: rgb(224 224 224 / 0.6);
}

.focus\:border-t-neutral-01\/65:focus{
  border-top-color: rgb(224 224 224 / 0.65);
}

.focus\:border-t-neutral-01\/70:focus{
  border-top-color: rgb(224 224 224 / 0.7);
}

.focus\:border-t-neutral-01\/75:focus{
  border-top-color: rgb(224 224 224 / 0.75);
}

.focus\:border-t-neutral-01\/80:focus{
  border-top-color: rgb(224 224 224 / 0.8);
}

.focus\:border-t-neutral-01\/85:focus{
  border-top-color: rgb(224 224 224 / 0.85);
}

.focus\:border-t-neutral-01\/90:focus{
  border-top-color: rgb(224 224 224 / 0.9);
}

.focus\:border-t-neutral-01\/95:focus{
  border-top-color: rgb(224 224 224 / 0.95);
}

.focus\:border-t-neutral-02:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 234 238 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-02\/0:focus{
  border-top-color: rgb(228 234 238 / 0);
}

.focus\:border-t-neutral-02\/10:focus{
  border-top-color: rgb(228 234 238 / 0.1);
}

.focus\:border-t-neutral-02\/100:focus{
  border-top-color: rgb(228 234 238 / 1);
}

.focus\:border-t-neutral-02\/15:focus{
  border-top-color: rgb(228 234 238 / 0.15);
}

.focus\:border-t-neutral-02\/20:focus{
  border-top-color: rgb(228 234 238 / 0.2);
}

.focus\:border-t-neutral-02\/25:focus{
  border-top-color: rgb(228 234 238 / 0.25);
}

.focus\:border-t-neutral-02\/30:focus{
  border-top-color: rgb(228 234 238 / 0.3);
}

.focus\:border-t-neutral-02\/35:focus{
  border-top-color: rgb(228 234 238 / 0.35);
}

.focus\:border-t-neutral-02\/40:focus{
  border-top-color: rgb(228 234 238 / 0.4);
}

.focus\:border-t-neutral-02\/45:focus{
  border-top-color: rgb(228 234 238 / 0.45);
}

.focus\:border-t-neutral-02\/5:focus{
  border-top-color: rgb(228 234 238 / 0.05);
}

.focus\:border-t-neutral-02\/50:focus{
  border-top-color: rgb(228 234 238 / 0.5);
}

.focus\:border-t-neutral-02\/55:focus{
  border-top-color: rgb(228 234 238 / 0.55);
}

.focus\:border-t-neutral-02\/60:focus{
  border-top-color: rgb(228 234 238 / 0.6);
}

.focus\:border-t-neutral-02\/65:focus{
  border-top-color: rgb(228 234 238 / 0.65);
}

.focus\:border-t-neutral-02\/70:focus{
  border-top-color: rgb(228 234 238 / 0.7);
}

.focus\:border-t-neutral-02\/75:focus{
  border-top-color: rgb(228 234 238 / 0.75);
}

.focus\:border-t-neutral-02\/80:focus{
  border-top-color: rgb(228 234 238 / 0.8);
}

.focus\:border-t-neutral-02\/85:focus{
  border-top-color: rgb(228 234 238 / 0.85);
}

.focus\:border-t-neutral-02\/90:focus{
  border-top-color: rgb(228 234 238 / 0.9);
}

.focus\:border-t-neutral-02\/95:focus{
  border-top-color: rgb(228 234 238 / 0.95);
}

.focus\:border-t-neutral-03:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 239 250 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-03\/0:focus{
  border-top-color: rgb(236 239 250 / 0);
}

.focus\:border-t-neutral-03\/10:focus{
  border-top-color: rgb(236 239 250 / 0.1);
}

.focus\:border-t-neutral-03\/100:focus{
  border-top-color: rgb(236 239 250 / 1);
}

.focus\:border-t-neutral-03\/15:focus{
  border-top-color: rgb(236 239 250 / 0.15);
}

.focus\:border-t-neutral-03\/20:focus{
  border-top-color: rgb(236 239 250 / 0.2);
}

.focus\:border-t-neutral-03\/25:focus{
  border-top-color: rgb(236 239 250 / 0.25);
}

.focus\:border-t-neutral-03\/30:focus{
  border-top-color: rgb(236 239 250 / 0.3);
}

.focus\:border-t-neutral-03\/35:focus{
  border-top-color: rgb(236 239 250 / 0.35);
}

.focus\:border-t-neutral-03\/40:focus{
  border-top-color: rgb(236 239 250 / 0.4);
}

.focus\:border-t-neutral-03\/45:focus{
  border-top-color: rgb(236 239 250 / 0.45);
}

.focus\:border-t-neutral-03\/5:focus{
  border-top-color: rgb(236 239 250 / 0.05);
}

.focus\:border-t-neutral-03\/50:focus{
  border-top-color: rgb(236 239 250 / 0.5);
}

.focus\:border-t-neutral-03\/55:focus{
  border-top-color: rgb(236 239 250 / 0.55);
}

.focus\:border-t-neutral-03\/60:focus{
  border-top-color: rgb(236 239 250 / 0.6);
}

.focus\:border-t-neutral-03\/65:focus{
  border-top-color: rgb(236 239 250 / 0.65);
}

.focus\:border-t-neutral-03\/70:focus{
  border-top-color: rgb(236 239 250 / 0.7);
}

.focus\:border-t-neutral-03\/75:focus{
  border-top-color: rgb(236 239 250 / 0.75);
}

.focus\:border-t-neutral-03\/80:focus{
  border-top-color: rgb(236 239 250 / 0.8);
}

.focus\:border-t-neutral-03\/85:focus{
  border-top-color: rgb(236 239 250 / 0.85);
}

.focus\:border-t-neutral-03\/90:focus{
  border-top-color: rgb(236 239 250 / 0.9);
}

.focus\:border-t-neutral-03\/95:focus{
  border-top-color: rgb(236 239 250 / 0.95);
}

.focus\:border-t-neutral-04:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(215 218 226 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-04\/0:focus{
  border-top-color: rgb(215 218 226 / 0);
}

.focus\:border-t-neutral-04\/10:focus{
  border-top-color: rgb(215 218 226 / 0.1);
}

.focus\:border-t-neutral-04\/100:focus{
  border-top-color: rgb(215 218 226 / 1);
}

.focus\:border-t-neutral-04\/15:focus{
  border-top-color: rgb(215 218 226 / 0.15);
}

.focus\:border-t-neutral-04\/20:focus{
  border-top-color: rgb(215 218 226 / 0.2);
}

.focus\:border-t-neutral-04\/25:focus{
  border-top-color: rgb(215 218 226 / 0.25);
}

.focus\:border-t-neutral-04\/30:focus{
  border-top-color: rgb(215 218 226 / 0.3);
}

.focus\:border-t-neutral-04\/35:focus{
  border-top-color: rgb(215 218 226 / 0.35);
}

.focus\:border-t-neutral-04\/40:focus{
  border-top-color: rgb(215 218 226 / 0.4);
}

.focus\:border-t-neutral-04\/45:focus{
  border-top-color: rgb(215 218 226 / 0.45);
}

.focus\:border-t-neutral-04\/5:focus{
  border-top-color: rgb(215 218 226 / 0.05);
}

.focus\:border-t-neutral-04\/50:focus{
  border-top-color: rgb(215 218 226 / 0.5);
}

.focus\:border-t-neutral-04\/55:focus{
  border-top-color: rgb(215 218 226 / 0.55);
}

.focus\:border-t-neutral-04\/60:focus{
  border-top-color: rgb(215 218 226 / 0.6);
}

.focus\:border-t-neutral-04\/65:focus{
  border-top-color: rgb(215 218 226 / 0.65);
}

.focus\:border-t-neutral-04\/70:focus{
  border-top-color: rgb(215 218 226 / 0.7);
}

.focus\:border-t-neutral-04\/75:focus{
  border-top-color: rgb(215 218 226 / 0.75);
}

.focus\:border-t-neutral-04\/80:focus{
  border-top-color: rgb(215 218 226 / 0.8);
}

.focus\:border-t-neutral-04\/85:focus{
  border-top-color: rgb(215 218 226 / 0.85);
}

.focus\:border-t-neutral-04\/90:focus{
  border-top-color: rgb(215 218 226 / 0.9);
}

.focus\:border-t-neutral-04\/95:focus{
  border-top-color: rgb(215 218 226 / 0.95);
}

.focus\:border-t-neutral-05:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-05\/0:focus{
  border-top-color: rgb(246 246 246 / 0);
}

.focus\:border-t-neutral-05\/10:focus{
  border-top-color: rgb(246 246 246 / 0.1);
}

.focus\:border-t-neutral-05\/100:focus{
  border-top-color: rgb(246 246 246 / 1);
}

.focus\:border-t-neutral-05\/15:focus{
  border-top-color: rgb(246 246 246 / 0.15);
}

.focus\:border-t-neutral-05\/20:focus{
  border-top-color: rgb(246 246 246 / 0.2);
}

.focus\:border-t-neutral-05\/25:focus{
  border-top-color: rgb(246 246 246 / 0.25);
}

.focus\:border-t-neutral-05\/30:focus{
  border-top-color: rgb(246 246 246 / 0.3);
}

.focus\:border-t-neutral-05\/35:focus{
  border-top-color: rgb(246 246 246 / 0.35);
}

.focus\:border-t-neutral-05\/40:focus{
  border-top-color: rgb(246 246 246 / 0.4);
}

.focus\:border-t-neutral-05\/45:focus{
  border-top-color: rgb(246 246 246 / 0.45);
}

.focus\:border-t-neutral-05\/5:focus{
  border-top-color: rgb(246 246 246 / 0.05);
}

.focus\:border-t-neutral-05\/50:focus{
  border-top-color: rgb(246 246 246 / 0.5);
}

.focus\:border-t-neutral-05\/55:focus{
  border-top-color: rgb(246 246 246 / 0.55);
}

.focus\:border-t-neutral-05\/60:focus{
  border-top-color: rgb(246 246 246 / 0.6);
}

.focus\:border-t-neutral-05\/65:focus{
  border-top-color: rgb(246 246 246 / 0.65);
}

.focus\:border-t-neutral-05\/70:focus{
  border-top-color: rgb(246 246 246 / 0.7);
}

.focus\:border-t-neutral-05\/75:focus{
  border-top-color: rgb(246 246 246 / 0.75);
}

.focus\:border-t-neutral-05\/80:focus{
  border-top-color: rgb(246 246 246 / 0.8);
}

.focus\:border-t-neutral-05\/85:focus{
  border-top-color: rgb(246 246 246 / 0.85);
}

.focus\:border-t-neutral-05\/90:focus{
  border-top-color: rgb(246 246 246 / 0.9);
}

.focus\:border-t-neutral-05\/95:focus{
  border-top-color: rgb(246 246 246 / 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\/15:focus{
  border-top-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 245 245 / 0.35);
}

.focus\:border-t-neutral-100\/40:focus{
  border-top-color: rgb(245 245 245 / 0.4);
}

.focus\:border-t-neutral-100\/45:focus{
  border-top-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 245 245 / 0.55);
}

.focus\:border-t-neutral-100\/60:focus{
  border-top-color: rgb(245 245 245 / 0.6);
}

.focus\:border-t-neutral-100\/65:focus{
  border-top-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(229 229 229 / 0.35);
}

.focus\:border-t-neutral-200\/40:focus{
  border-top-color: rgb(229 229 229 / 0.4);
}

.focus\:border-t-neutral-200\/45:focus{
  border-top-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(229 229 229 / 0.55);
}

.focus\:border-t-neutral-200\/60:focus{
  border-top-color: rgb(229 229 229 / 0.6);
}

.focus\:border-t-neutral-200\/65:focus{
  border-top-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(212 212 212 / 0.35);
}

.focus\:border-t-neutral-300\/40:focus{
  border-top-color: rgb(212 212 212 / 0.4);
}

.focus\:border-t-neutral-300\/45:focus{
  border-top-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(212 212 212 / 0.55);
}

.focus\:border-t-neutral-300\/60:focus{
  border-top-color: rgb(212 212 212 / 0.6);
}

.focus\:border-t-neutral-300\/65:focus{
  border-top-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(163 163 163 / 0.35);
}

.focus\:border-t-neutral-400\/40:focus{
  border-top-color: rgb(163 163 163 / 0.4);
}

.focus\:border-t-neutral-400\/45:focus{
  border-top-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(163 163 163 / 0.55);
}

.focus\:border-t-neutral-400\/60:focus{
  border-top-color: rgb(163 163 163 / 0.6);
}

.focus\:border-t-neutral-400\/65:focus{
  border-top-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 250 250 / 0.35);
}

.focus\:border-t-neutral-50\/40:focus{
  border-top-color: rgb(250 250 250 / 0.4);
}

.focus\:border-t-neutral-50\/45:focus{
  border-top-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 250 250 / 0.55);
}

.focus\:border-t-neutral-50\/60:focus{
  border-top-color: rgb(250 250 250 / 0.6);
}

.focus\:border-t-neutral-50\/65:focus{
  border-top-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(115 115 115 / 0.35);
}

.focus\:border-t-neutral-500\/40:focus{
  border-top-color: rgb(115 115 115 / 0.4);
}

.focus\:border-t-neutral-500\/45:focus{
  border-top-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(115 115 115 / 0.55);
}

.focus\:border-t-neutral-500\/60:focus{
  border-top-color: rgb(115 115 115 / 0.6);
}

.focus\:border-t-neutral-500\/65:focus{
  border-top-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(82 82 82 / 0.35);
}

.focus\:border-t-neutral-600\/40:focus{
  border-top-color: rgb(82 82 82 / 0.4);
}

.focus\:border-t-neutral-600\/45:focus{
  border-top-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(82 82 82 / 0.55);
}

.focus\:border-t-neutral-600\/60:focus{
  border-top-color: rgb(82 82 82 / 0.6);
}

.focus\:border-t-neutral-600\/65:focus{
  border-top-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(64 64 64 / 0.35);
}

.focus\:border-t-neutral-700\/40:focus{
  border-top-color: rgb(64 64 64 / 0.4);
}

.focus\:border-t-neutral-700\/45:focus{
  border-top-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(64 64 64 / 0.55);
}

.focus\:border-t-neutral-700\/60:focus{
  border-top-color: rgb(64 64 64 / 0.6);
}

.focus\:border-t-neutral-700\/65:focus{
  border-top-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(38 38 38 / 0.35);
}

.focus\:border-t-neutral-800\/40:focus{
  border-top-color: rgb(38 38 38 / 0.4);
}

.focus\:border-t-neutral-800\/45:focus{
  border-top-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(38 38 38 / 0.55);
}

.focus\:border-t-neutral-800\/60:focus{
  border-top-color: rgb(38 38 38 / 0.6);
}

.focus\:border-t-neutral-800\/65:focus{
  border-top-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(23 23 23 / 0.35);
}

.focus\:border-t-neutral-900\/40:focus{
  border-top-color: rgb(23 23 23 / 0.4);
}

.focus\:border-t-neutral-900\/45:focus{
  border-top-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(23 23 23 / 0.55);
}

.focus\:border-t-neutral-900\/60:focus{
  border-top-color: rgb(23 23 23 / 0.6);
}

.focus\:border-t-neutral-900\/65:focus{
  border-top-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(10 10 10 / 0.35);
}

.focus\:border-t-neutral-950\/40:focus{
  border-top-color: rgb(10 10 10 / 0.4);
}

.focus\:border-t-neutral-950\/45:focus{
  border-top-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(10 10 10 / 0.55);
}

.focus\:border-t-neutral-950\/60:focus{
  border-top-color: rgb(10 10 10 / 0.6);
}

.focus\:border-t-neutral-950\/65:focus{
  border-top-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 237 213 / 0.35);
}

.focus\:border-t-orange-100\/40:focus{
  border-top-color: rgb(255 237 213 / 0.4);
}

.focus\:border-t-orange-100\/45:focus{
  border-top-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 237 213 / 0.55);
}

.focus\:border-t-orange-100\/60:focus{
  border-top-color: rgb(255 237 213 / 0.6);
}

.focus\:border-t-orange-100\/65:focus{
  border-top-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 215 170 / 0.35);
}

.focus\:border-t-orange-200\/40:focus{
  border-top-color: rgb(254 215 170 / 0.4);
}

.focus\:border-t-orange-200\/45:focus{
  border-top-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 215 170 / 0.55);
}

.focus\:border-t-orange-200\/60:focus{
  border-top-color: rgb(254 215 170 / 0.6);
}

.focus\:border-t-orange-200\/65:focus{
  border-top-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 186 116 / 0.35);
}

.focus\:border-t-orange-300\/40:focus{
  border-top-color: rgb(253 186 116 / 0.4);
}

.focus\:border-t-orange-300\/45:focus{
  border-top-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 186 116 / 0.55);
}

.focus\:border-t-orange-300\/60:focus{
  border-top-color: rgb(253 186 116 / 0.6);
}

.focus\:border-t-orange-300\/65:focus{
  border-top-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(251 146 60 / 0.35);
}

.focus\:border-t-orange-400\/40:focus{
  border-top-color: rgb(251 146 60 / 0.4);
}

.focus\:border-t-orange-400\/45:focus{
  border-top-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(251 146 60 / 0.55);
}

.focus\:border-t-orange-400\/60:focus{
  border-top-color: rgb(251 146 60 / 0.6);
}

.focus\:border-t-orange-400\/65:focus{
  border-top-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 247 237 / 0.35);
}

.focus\:border-t-orange-50\/40:focus{
  border-top-color: rgb(255 247 237 / 0.4);
}

.focus\:border-t-orange-50\/45:focus{
  border-top-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 247 237 / 0.55);
}

.focus\:border-t-orange-50\/60:focus{
  border-top-color: rgb(255 247 237 / 0.6);
}

.focus\:border-t-orange-50\/65:focus{
  border-top-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(249 115 22 / 0.35);
}

.focus\:border-t-orange-500\/40:focus{
  border-top-color: rgb(249 115 22 / 0.4);
}

.focus\:border-t-orange-500\/45:focus{
  border-top-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(249 115 22 / 0.55);
}

.focus\:border-t-orange-500\/60:focus{
  border-top-color: rgb(249 115 22 / 0.6);
}

.focus\:border-t-orange-500\/65:focus{
  border-top-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(234 88 12 / 0.35);
}

.focus\:border-t-orange-600\/40:focus{
  border-top-color: rgb(234 88 12 / 0.4);
}

.focus\:border-t-orange-600\/45:focus{
  border-top-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(234 88 12 / 0.55);
}

.focus\:border-t-orange-600\/60:focus{
  border-top-color: rgb(234 88 12 / 0.6);
}

.focus\:border-t-orange-600\/65:focus{
  border-top-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(194 65 12 / 0.35);
}

.focus\:border-t-orange-700\/40:focus{
  border-top-color: rgb(194 65 12 / 0.4);
}

.focus\:border-t-orange-700\/45:focus{
  border-top-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(194 65 12 / 0.55);
}

.focus\:border-t-orange-700\/60:focus{
  border-top-color: rgb(194 65 12 / 0.6);
}

.focus\:border-t-orange-700\/65:focus{
  border-top-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(154 52 18 / 0.35);
}

.focus\:border-t-orange-800\/40:focus{
  border-top-color: rgb(154 52 18 / 0.4);
}

.focus\:border-t-orange-800\/45:focus{
  border-top-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(154 52 18 / 0.55);
}

.focus\:border-t-orange-800\/60:focus{
  border-top-color: rgb(154 52 18 / 0.6);
}

.focus\:border-t-orange-800\/65:focus{
  border-top-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(124 45 18 / 0.35);
}

.focus\:border-t-orange-900\/40:focus{
  border-top-color: rgb(124 45 18 / 0.4);
}

.focus\:border-t-orange-900\/45:focus{
  border-top-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(124 45 18 / 0.55);
}

.focus\:border-t-orange-900\/60:focus{
  border-top-color: rgb(124 45 18 / 0.6);
}

.focus\:border-t-orange-900\/65:focus{
  border-top-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(67 20 7 / 0.35);
}

.focus\:border-t-orange-950\/40:focus{
  border-top-color: rgb(67 20 7 / 0.4);
}

.focus\:border-t-orange-950\/45:focus{
  border-top-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(67 20 7 / 0.55);
}

.focus\:border-t-orange-950\/60:focus{
  border-top-color: rgb(67 20 7 / 0.6);
}

.focus\:border-t-orange-950\/65:focus{
  border-top-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  border-top-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(252 231 243 / 0.35);
}

.focus\:border-t-pink-100\/40:focus{
  border-top-color: rgb(252 231 243 / 0.4);
}

.focus\:border-t-pink-100\/45:focus{
  border-top-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(252 231 243 / 0.55);
}

.focus\:border-t-pink-100\/60:focus{
  border-top-color: rgb(252 231 243 / 0.6);
}

.focus\:border-t-pink-100\/65:focus{
  border-top-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(251 207 232 / 0.35);
}

.focus\:border-t-pink-200\/40:focus{
  border-top-color: rgb(251 207 232 / 0.4);
}

.focus\:border-t-pink-200\/45:focus{
  border-top-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(251 207 232 / 0.55);
}

.focus\:border-t-pink-200\/60:focus{
  border-top-color: rgb(251 207 232 / 0.6);
}

.focus\:border-t-pink-200\/65:focus{
  border-top-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(249 168 212 / 0.35);
}

.focus\:border-t-pink-300\/40:focus{
  border-top-color: rgb(249 168 212 / 0.4);
}

.focus\:border-t-pink-300\/45:focus{
  border-top-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(249 168 212 / 0.55);
}

.focus\:border-t-pink-300\/60:focus{
  border-top-color: rgb(249 168 212 / 0.6);
}

.focus\:border-t-pink-300\/65:focus{
  border-top-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(244 114 182 / 0.35);
}

.focus\:border-t-pink-400\/40:focus{
  border-top-color: rgb(244 114 182 / 0.4);
}

.focus\:border-t-pink-400\/45:focus{
  border-top-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(244 114 182 / 0.55);
}

.focus\:border-t-pink-400\/60:focus{
  border-top-color: rgb(244 114 182 / 0.6);
}

.focus\:border-t-pink-400\/65:focus{
  border-top-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 242 248 / 0.35);
}

.focus\:border-t-pink-50\/40:focus{
  border-top-color: rgb(253 242 248 / 0.4);
}

.focus\:border-t-pink-50\/45:focus{
  border-top-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 242 248 / 0.55);
}

.focus\:border-t-pink-50\/60:focus{
  border-top-color: rgb(253 242 248 / 0.6);
}

.focus\:border-t-pink-50\/65:focus{
  border-top-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(236 72 153 / 0.35);
}

.focus\:border-t-pink-500\/40:focus{
  border-top-color: rgb(236 72 153 / 0.4);
}

.focus\:border-t-pink-500\/45:focus{
  border-top-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(236 72 153 / 0.55);
}

.focus\:border-t-pink-500\/60:focus{
  border-top-color: rgb(236 72 153 / 0.6);
}

.focus\:border-t-pink-500\/65:focus{
  border-top-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(219 39 119 / 0.35);
}

.focus\:border-t-pink-600\/40:focus{
  border-top-color: rgb(219 39 119 / 0.4);
}

.focus\:border-t-pink-600\/45:focus{
  border-top-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(219 39 119 / 0.55);
}

.focus\:border-t-pink-600\/60:focus{
  border-top-color: rgb(219 39 119 / 0.6);
}

.focus\:border-t-pink-600\/65:focus{
  border-top-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(190 24 93 / 0.35);
}

.focus\:border-t-pink-700\/40:focus{
  border-top-color: rgb(190 24 93 / 0.4);
}

.focus\:border-t-pink-700\/45:focus{
  border-top-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(190 24 93 / 0.55);
}

.focus\:border-t-pink-700\/60:focus{
  border-top-color: rgb(190 24 93 / 0.6);
}

.focus\:border-t-pink-700\/65:focus{
  border-top-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(157 23 77 / 0.35);
}

.focus\:border-t-pink-800\/40:focus{
  border-top-color: rgb(157 23 77 / 0.4);
}

.focus\:border-t-pink-800\/45:focus{
  border-top-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(157 23 77 / 0.55);
}

.focus\:border-t-pink-800\/60:focus{
  border-top-color: rgb(157 23 77 / 0.6);
}

.focus\:border-t-pink-800\/65:focus{
  border-top-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(131 24 67 / 0.35);
}

.focus\:border-t-pink-900\/40:focus{
  border-top-color: rgb(131 24 67 / 0.4);
}

.focus\:border-t-pink-900\/45:focus{
  border-top-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(131 24 67 / 0.55);
}

.focus\:border-t-pink-900\/60:focus{
  border-top-color: rgb(131 24 67 / 0.6);
}

.focus\:border-t-pink-900\/65:focus{
  border-top-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(80 7 36 / 0.35);
}

.focus\:border-t-pink-950\/40:focus{
  border-top-color: rgb(80 7 36 / 0.4);
}

.focus\:border-t-pink-950\/45:focus{
  border-top-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(80 7 36 / 0.55);
}

.focus\:border-t-pink-950\/60:focus{
  border-top-color: rgb(80 7 36 / 0.6);
}

.focus\:border-t-pink-950\/65:focus{
  border-top-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 70 192 / var(--tw-border-opacity));
}

.focus\:border-t-primary-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 57 169 / var(--tw-border-opacity));
}

.focus\:border-t-primary-hover\/0:focus{
  border-top-color: rgb(71 57 169 / 0);
}

.focus\:border-t-primary-hover\/10:focus{
  border-top-color: rgb(71 57 169 / 0.1);
}

.focus\:border-t-primary-hover\/100:focus{
  border-top-color: rgb(71 57 169 / 1);
}

.focus\:border-t-primary-hover\/15:focus{
  border-top-color: rgb(71 57 169 / 0.15);
}

.focus\:border-t-primary-hover\/20:focus{
  border-top-color: rgb(71 57 169 / 0.2);
}

.focus\:border-t-primary-hover\/25:focus{
  border-top-color: rgb(71 57 169 / 0.25);
}

.focus\:border-t-primary-hover\/30:focus{
  border-top-color: rgb(71 57 169 / 0.3);
}

.focus\:border-t-primary-hover\/35:focus{
  border-top-color: rgb(71 57 169 / 0.35);
}

.focus\:border-t-primary-hover\/40:focus{
  border-top-color: rgb(71 57 169 / 0.4);
}

.focus\:border-t-primary-hover\/45:focus{
  border-top-color: rgb(71 57 169 / 0.45);
}

.focus\:border-t-primary-hover\/5:focus{
  border-top-color: rgb(71 57 169 / 0.05);
}

.focus\:border-t-primary-hover\/50:focus{
  border-top-color: rgb(71 57 169 / 0.5);
}

.focus\:border-t-primary-hover\/55:focus{
  border-top-color: rgb(71 57 169 / 0.55);
}

.focus\:border-t-primary-hover\/60:focus{
  border-top-color: rgb(71 57 169 / 0.6);
}

.focus\:border-t-primary-hover\/65:focus{
  border-top-color: rgb(71 57 169 / 0.65);
}

.focus\:border-t-primary-hover\/70:focus{
  border-top-color: rgb(71 57 169 / 0.7);
}

.focus\:border-t-primary-hover\/75:focus{
  border-top-color: rgb(71 57 169 / 0.75);
}

.focus\:border-t-primary-hover\/80:focus{
  border-top-color: rgb(71 57 169 / 0.8);
}

.focus\:border-t-primary-hover\/85:focus{
  border-top-color: rgb(71 57 169 / 0.85);
}

.focus\:border-t-primary-hover\/90:focus{
  border-top-color: rgb(71 57 169 / 0.9);
}

.focus\:border-t-primary-hover\/95:focus{
  border-top-color: rgb(71 57 169 / 0.95);
}

.focus\:border-t-primary\/0:focus{
  border-top-color: rgb(85 70 192 / 0);
}

.focus\:border-t-primary\/10:focus{
  border-top-color: rgb(85 70 192 / 0.1);
}

.focus\:border-t-primary\/100:focus{
  border-top-color: rgb(85 70 192 / 1);
}

.focus\:border-t-primary\/15:focus{
  border-top-color: rgb(85 70 192 / 0.15);
}

.focus\:border-t-primary\/20:focus{
  border-top-color: rgb(85 70 192 / 0.2);
}

.focus\:border-t-primary\/25:focus{
  border-top-color: rgb(85 70 192 / 0.25);
}

.focus\:border-t-primary\/30:focus{
  border-top-color: rgb(85 70 192 / 0.3);
}

.focus\:border-t-primary\/35:focus{
  border-top-color: rgb(85 70 192 / 0.35);
}

.focus\:border-t-primary\/40:focus{
  border-top-color: rgb(85 70 192 / 0.4);
}

.focus\:border-t-primary\/45:focus{
  border-top-color: rgb(85 70 192 / 0.45);
}

.focus\:border-t-primary\/5:focus{
  border-top-color: rgb(85 70 192 / 0.05);
}

.focus\:border-t-primary\/50:focus{
  border-top-color: rgb(85 70 192 / 0.5);
}

.focus\:border-t-primary\/55:focus{
  border-top-color: rgb(85 70 192 / 0.55);
}

.focus\:border-t-primary\/60:focus{
  border-top-color: rgb(85 70 192 / 0.6);
}

.focus\:border-t-primary\/65:focus{
  border-top-color: rgb(85 70 192 / 0.65);
}

.focus\:border-t-primary\/70:focus{
  border-top-color: rgb(85 70 192 / 0.7);
}

.focus\:border-t-primary\/75:focus{
  border-top-color: rgb(85 70 192 / 0.75);
}

.focus\:border-t-primary\/80:focus{
  border-top-color: rgb(85 70 192 / 0.8);
}

.focus\:border-t-primary\/85:focus{
  border-top-color: rgb(85 70 192 / 0.85);
}

.focus\:border-t-primary\/90:focus{
  border-top-color: rgb(85 70 192 / 0.9);
}

.focus\:border-t-primary\/95:focus{
  border-top-color: rgb(85 70 192 / 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\/15:focus{
  border-top-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(243 232 255 / 0.35);
}

.focus\:border-t-purple-100\/40:focus{
  border-top-color: rgb(243 232 255 / 0.4);
}

.focus\:border-t-purple-100\/45:focus{
  border-top-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(243 232 255 / 0.55);
}

.focus\:border-t-purple-100\/60:focus{
  border-top-color: rgb(243 232 255 / 0.6);
}

.focus\:border-t-purple-100\/65:focus{
  border-top-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(233 213 255 / 0.35);
}

.focus\:border-t-purple-200\/40:focus{
  border-top-color: rgb(233 213 255 / 0.4);
}

.focus\:border-t-purple-200\/45:focus{
  border-top-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(233 213 255 / 0.55);
}

.focus\:border-t-purple-200\/60:focus{
  border-top-color: rgb(233 213 255 / 0.6);
}

.focus\:border-t-purple-200\/65:focus{
  border-top-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(216 180 254 / 0.35);
}

.focus\:border-t-purple-300\/40:focus{
  border-top-color: rgb(216 180 254 / 0.4);
}

.focus\:border-t-purple-300\/45:focus{
  border-top-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(216 180 254 / 0.55);
}

.focus\:border-t-purple-300\/60:focus{
  border-top-color: rgb(216 180 254 / 0.6);
}

.focus\:border-t-purple-300\/65:focus{
  border-top-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(192 132 252 / 0.35);
}

.focus\:border-t-purple-400\/40:focus{
  border-top-color: rgb(192 132 252 / 0.4);
}

.focus\:border-t-purple-400\/45:focus{
  border-top-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(192 132 252 / 0.55);
}

.focus\:border-t-purple-400\/60:focus{
  border-top-color: rgb(192 132 252 / 0.6);
}

.focus\:border-t-purple-400\/65:focus{
  border-top-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 245 255 / 0.35);
}

.focus\:border-t-purple-50\/40:focus{
  border-top-color: rgb(250 245 255 / 0.4);
}

.focus\:border-t-purple-50\/45:focus{
  border-top-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 245 255 / 0.55);
}

.focus\:border-t-purple-50\/60:focus{
  border-top-color: rgb(250 245 255 / 0.6);
}

.focus\:border-t-purple-50\/65:focus{
  border-top-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(168 85 247 / 0.35);
}

.focus\:border-t-purple-500\/40:focus{
  border-top-color: rgb(168 85 247 / 0.4);
}

.focus\:border-t-purple-500\/45:focus{
  border-top-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(168 85 247 / 0.55);
}

.focus\:border-t-purple-500\/60:focus{
  border-top-color: rgb(168 85 247 / 0.6);
}

.focus\:border-t-purple-500\/65:focus{
  border-top-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(147 51 234 / 0.35);
}

.focus\:border-t-purple-600\/40:focus{
  border-top-color: rgb(147 51 234 / 0.4);
}

.focus\:border-t-purple-600\/45:focus{
  border-top-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(147 51 234 / 0.55);
}

.focus\:border-t-purple-600\/60:focus{
  border-top-color: rgb(147 51 234 / 0.6);
}

.focus\:border-t-purple-600\/65:focus{
  border-top-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(126 34 206 / 0.35);
}

.focus\:border-t-purple-700\/40:focus{
  border-top-color: rgb(126 34 206 / 0.4);
}

.focus\:border-t-purple-700\/45:focus{
  border-top-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(126 34 206 / 0.55);
}

.focus\:border-t-purple-700\/60:focus{
  border-top-color: rgb(126 34 206 / 0.6);
}

.focus\:border-t-purple-700\/65:focus{
  border-top-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(107 33 168 / 0.35);
}

.focus\:border-t-purple-800\/40:focus{
  border-top-color: rgb(107 33 168 / 0.4);
}

.focus\:border-t-purple-800\/45:focus{
  border-top-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(107 33 168 / 0.55);
}

.focus\:border-t-purple-800\/60:focus{
  border-top-color: rgb(107 33 168 / 0.6);
}

.focus\:border-t-purple-800\/65:focus{
  border-top-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(88 28 135 / 0.35);
}

.focus\:border-t-purple-900\/40:focus{
  border-top-color: rgb(88 28 135 / 0.4);
}

.focus\:border-t-purple-900\/45:focus{
  border-top-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(88 28 135 / 0.55);
}

.focus\:border-t-purple-900\/60:focus{
  border-top-color: rgb(88 28 135 / 0.6);
}

.focus\:border-t-purple-900\/65:focus{
  border-top-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(59 7 100 / 0.35);
}

.focus\:border-t-purple-950\/40:focus{
  border-top-color: rgb(59 7 100 / 0.4);
}

.focus\:border-t-purple-950\/45:focus{
  border-top-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(59 7 100 / 0.55);
}

.focus\:border-t-purple-950\/60:focus{
  border-top-color: rgb(59 7 100 / 0.6);
}

.focus\:border-t-purple-950\/65:focus{
  border-top-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.focus\:border-t-quaternary-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(43 202 241 / var(--tw-border-opacity));
}

.focus\:border-t-quaternary-hover\/0:focus{
  border-top-color: rgb(43 202 241 / 0);
}

.focus\:border-t-quaternary-hover\/10:focus{
  border-top-color: rgb(43 202 241 / 0.1);
}

.focus\:border-t-quaternary-hover\/100:focus{
  border-top-color: rgb(43 202 241 / 1);
}

.focus\:border-t-quaternary-hover\/15:focus{
  border-top-color: rgb(43 202 241 / 0.15);
}

.focus\:border-t-quaternary-hover\/20:focus{
  border-top-color: rgb(43 202 241 / 0.2);
}

.focus\:border-t-quaternary-hover\/25:focus{
  border-top-color: rgb(43 202 241 / 0.25);
}

.focus\:border-t-quaternary-hover\/30:focus{
  border-top-color: rgb(43 202 241 / 0.3);
}

.focus\:border-t-quaternary-hover\/35:focus{
  border-top-color: rgb(43 202 241 / 0.35);
}

.focus\:border-t-quaternary-hover\/40:focus{
  border-top-color: rgb(43 202 241 / 0.4);
}

.focus\:border-t-quaternary-hover\/45:focus{
  border-top-color: rgb(43 202 241 / 0.45);
}

.focus\:border-t-quaternary-hover\/5:focus{
  border-top-color: rgb(43 202 241 / 0.05);
}

.focus\:border-t-quaternary-hover\/50:focus{
  border-top-color: rgb(43 202 241 / 0.5);
}

.focus\:border-t-quaternary-hover\/55:focus{
  border-top-color: rgb(43 202 241 / 0.55);
}

.focus\:border-t-quaternary-hover\/60:focus{
  border-top-color: rgb(43 202 241 / 0.6);
}

.focus\:border-t-quaternary-hover\/65:focus{
  border-top-color: rgb(43 202 241 / 0.65);
}

.focus\:border-t-quaternary-hover\/70:focus{
  border-top-color: rgb(43 202 241 / 0.7);
}

.focus\:border-t-quaternary-hover\/75:focus{
  border-top-color: rgb(43 202 241 / 0.75);
}

.focus\:border-t-quaternary-hover\/80:focus{
  border-top-color: rgb(43 202 241 / 0.8);
}

.focus\:border-t-quaternary-hover\/85:focus{
  border-top-color: rgb(43 202 241 / 0.85);
}

.focus\:border-t-quaternary-hover\/90:focus{
  border-top-color: rgb(43 202 241 / 0.9);
}

.focus\:border-t-quaternary-hover\/95:focus{
  border-top-color: rgb(43 202 241 / 0.95);
}

.focus\:border-t-quaternary\/0:focus{
  border-top-color: rgb(61 209 246 / 0);
}

.focus\:border-t-quaternary\/10:focus{
  border-top-color: rgb(61 209 246 / 0.1);
}

.focus\:border-t-quaternary\/100:focus{
  border-top-color: rgb(61 209 246 / 1);
}

.focus\:border-t-quaternary\/15:focus{
  border-top-color: rgb(61 209 246 / 0.15);
}

.focus\:border-t-quaternary\/20:focus{
  border-top-color: rgb(61 209 246 / 0.2);
}

.focus\:border-t-quaternary\/25:focus{
  border-top-color: rgb(61 209 246 / 0.25);
}

.focus\:border-t-quaternary\/30:focus{
  border-top-color: rgb(61 209 246 / 0.3);
}

.focus\:border-t-quaternary\/35:focus{
  border-top-color: rgb(61 209 246 / 0.35);
}

.focus\:border-t-quaternary\/40:focus{
  border-top-color: rgb(61 209 246 / 0.4);
}

.focus\:border-t-quaternary\/45:focus{
  border-top-color: rgb(61 209 246 / 0.45);
}

.focus\:border-t-quaternary\/5:focus{
  border-top-color: rgb(61 209 246 / 0.05);
}

.focus\:border-t-quaternary\/50:focus{
  border-top-color: rgb(61 209 246 / 0.5);
}

.focus\:border-t-quaternary\/55:focus{
  border-top-color: rgb(61 209 246 / 0.55);
}

.focus\:border-t-quaternary\/60:focus{
  border-top-color: rgb(61 209 246 / 0.6);
}

.focus\:border-t-quaternary\/65:focus{
  border-top-color: rgb(61 209 246 / 0.65);
}

.focus\:border-t-quaternary\/70:focus{
  border-top-color: rgb(61 209 246 / 0.7);
}

.focus\:border-t-quaternary\/75:focus{
  border-top-color: rgb(61 209 246 / 0.75);
}

.focus\:border-t-quaternary\/80:focus{
  border-top-color: rgb(61 209 246 / 0.8);
}

.focus\:border-t-quaternary\/85:focus{
  border-top-color: rgb(61 209 246 / 0.85);
}

.focus\:border-t-quaternary\/90:focus{
  border-top-color: rgb(61 209 246 / 0.9);
}

.focus\:border-t-quaternary\/95:focus{
  border-top-color: rgb(61 209 246 / 0.95);
}

.focus\:border-t-quinary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 150 244 / var(--tw-border-opacity));
}

.focus\:border-t-quinary-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 126 222 / var(--tw-border-opacity));
}

.focus\:border-t-quinary-hover\/0:focus{
  border-top-color: rgb(112 126 222 / 0);
}

.focus\:border-t-quinary-hover\/10:focus{
  border-top-color: rgb(112 126 222 / 0.1);
}

.focus\:border-t-quinary-hover\/100:focus{
  border-top-color: rgb(112 126 222 / 1);
}

.focus\:border-t-quinary-hover\/15:focus{
  border-top-color: rgb(112 126 222 / 0.15);
}

.focus\:border-t-quinary-hover\/20:focus{
  border-top-color: rgb(112 126 222 / 0.2);
}

.focus\:border-t-quinary-hover\/25:focus{
  border-top-color: rgb(112 126 222 / 0.25);
}

.focus\:border-t-quinary-hover\/30:focus{
  border-top-color: rgb(112 126 222 / 0.3);
}

.focus\:border-t-quinary-hover\/35:focus{
  border-top-color: rgb(112 126 222 / 0.35);
}

.focus\:border-t-quinary-hover\/40:focus{
  border-top-color: rgb(112 126 222 / 0.4);
}

.focus\:border-t-quinary-hover\/45:focus{
  border-top-color: rgb(112 126 222 / 0.45);
}

.focus\:border-t-quinary-hover\/5:focus{
  border-top-color: rgb(112 126 222 / 0.05);
}

.focus\:border-t-quinary-hover\/50:focus{
  border-top-color: rgb(112 126 222 / 0.5);
}

.focus\:border-t-quinary-hover\/55:focus{
  border-top-color: rgb(112 126 222 / 0.55);
}

.focus\:border-t-quinary-hover\/60:focus{
  border-top-color: rgb(112 126 222 / 0.6);
}

.focus\:border-t-quinary-hover\/65:focus{
  border-top-color: rgb(112 126 222 / 0.65);
}

.focus\:border-t-quinary-hover\/70:focus{
  border-top-color: rgb(112 126 222 / 0.7);
}

.focus\:border-t-quinary-hover\/75:focus{
  border-top-color: rgb(112 126 222 / 0.75);
}

.focus\:border-t-quinary-hover\/80:focus{
  border-top-color: rgb(112 126 222 / 0.8);
}

.focus\:border-t-quinary-hover\/85:focus{
  border-top-color: rgb(112 126 222 / 0.85);
}

.focus\:border-t-quinary-hover\/90:focus{
  border-top-color: rgb(112 126 222 / 0.9);
}

.focus\:border-t-quinary-hover\/95:focus{
  border-top-color: rgb(112 126 222 / 0.95);
}

.focus\:border-t-quinary\/0:focus{
  border-top-color: rgb(136 150 244 / 0);
}

.focus\:border-t-quinary\/10:focus{
  border-top-color: rgb(136 150 244 / 0.1);
}

.focus\:border-t-quinary\/100:focus{
  border-top-color: rgb(136 150 244 / 1);
}

.focus\:border-t-quinary\/15:focus{
  border-top-color: rgb(136 150 244 / 0.15);
}

.focus\:border-t-quinary\/20:focus{
  border-top-color: rgb(136 150 244 / 0.2);
}

.focus\:border-t-quinary\/25:focus{
  border-top-color: rgb(136 150 244 / 0.25);
}

.focus\:border-t-quinary\/30:focus{
  border-top-color: rgb(136 150 244 / 0.3);
}

.focus\:border-t-quinary\/35:focus{
  border-top-color: rgb(136 150 244 / 0.35);
}

.focus\:border-t-quinary\/40:focus{
  border-top-color: rgb(136 150 244 / 0.4);
}

.focus\:border-t-quinary\/45:focus{
  border-top-color: rgb(136 150 244 / 0.45);
}

.focus\:border-t-quinary\/5:focus{
  border-top-color: rgb(136 150 244 / 0.05);
}

.focus\:border-t-quinary\/50:focus{
  border-top-color: rgb(136 150 244 / 0.5);
}

.focus\:border-t-quinary\/55:focus{
  border-top-color: rgb(136 150 244 / 0.55);
}

.focus\:border-t-quinary\/60:focus{
  border-top-color: rgb(136 150 244 / 0.6);
}

.focus\:border-t-quinary\/65:focus{
  border-top-color: rgb(136 150 244 / 0.65);
}

.focus\:border-t-quinary\/70:focus{
  border-top-color: rgb(136 150 244 / 0.7);
}

.focus\:border-t-quinary\/75:focus{
  border-top-color: rgb(136 150 244 / 0.75);
}

.focus\:border-t-quinary\/80:focus{
  border-top-color: rgb(136 150 244 / 0.8);
}

.focus\:border-t-quinary\/85:focus{
  border-top-color: rgb(136 150 244 / 0.85);
}

.focus\:border-t-quinary\/90:focus{
  border-top-color: rgb(136 150 244 / 0.9);
}

.focus\:border-t-quinary\/95:focus{
  border-top-color: rgb(136 150 244 / 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\/15:focus{
  border-top-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 226 226 / 0.35);
}

.focus\:border-t-red-100\/40:focus{
  border-top-color: rgb(254 226 226 / 0.4);
}

.focus\:border-t-red-100\/45:focus{
  border-top-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 226 226 / 0.55);
}

.focus\:border-t-red-100\/60:focus{
  border-top-color: rgb(254 226 226 / 0.6);
}

.focus\:border-t-red-100\/65:focus{
  border-top-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 202 202 / 0.35);
}

.focus\:border-t-red-200\/40:focus{
  border-top-color: rgb(254 202 202 / 0.4);
}

.focus\:border-t-red-200\/45:focus{
  border-top-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 202 202 / 0.55);
}

.focus\:border-t-red-200\/60:focus{
  border-top-color: rgb(254 202 202 / 0.6);
}

.focus\:border-t-red-200\/65:focus{
  border-top-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(252 165 165 / 0.35);
}

.focus\:border-t-red-300\/40:focus{
  border-top-color: rgb(252 165 165 / 0.4);
}

.focus\:border-t-red-300\/45:focus{
  border-top-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(252 165 165 / 0.55);
}

.focus\:border-t-red-300\/60:focus{
  border-top-color: rgb(252 165 165 / 0.6);
}

.focus\:border-t-red-300\/65:focus{
  border-top-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(248 113 113 / 0.35);
}

.focus\:border-t-red-400\/40:focus{
  border-top-color: rgb(248 113 113 / 0.4);
}

.focus\:border-t-red-400\/45:focus{
  border-top-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(248 113 113 / 0.55);
}

.focus\:border-t-red-400\/60:focus{
  border-top-color: rgb(248 113 113 / 0.6);
}

.focus\:border-t-red-400\/65:focus{
  border-top-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 242 242 / 0.35);
}

.focus\:border-t-red-50\/40:focus{
  border-top-color: rgb(254 242 242 / 0.4);
}

.focus\:border-t-red-50\/45:focus{
  border-top-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 242 242 / 0.55);
}

.focus\:border-t-red-50\/60:focus{
  border-top-color: rgb(254 242 242 / 0.6);
}

.focus\:border-t-red-50\/65:focus{
  border-top-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(239 68 68 / 0.35);
}

.focus\:border-t-red-500\/40:focus{
  border-top-color: rgb(239 68 68 / 0.4);
}

.focus\:border-t-red-500\/45:focus{
  border-top-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(239 68 68 / 0.55);
}

.focus\:border-t-red-500\/60:focus{
  border-top-color: rgb(239 68 68 / 0.6);
}

.focus\:border-t-red-500\/65:focus{
  border-top-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(220 38 38 / 0.35);
}

.focus\:border-t-red-600\/40:focus{
  border-top-color: rgb(220 38 38 / 0.4);
}

.focus\:border-t-red-600\/45:focus{
  border-top-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(220 38 38 / 0.55);
}

.focus\:border-t-red-600\/60:focus{
  border-top-color: rgb(220 38 38 / 0.6);
}

.focus\:border-t-red-600\/65:focus{
  border-top-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(185 28 28 / 0.35);
}

.focus\:border-t-red-700\/40:focus{
  border-top-color: rgb(185 28 28 / 0.4);
}

.focus\:border-t-red-700\/45:focus{
  border-top-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(185 28 28 / 0.55);
}

.focus\:border-t-red-700\/60:focus{
  border-top-color: rgb(185 28 28 / 0.6);
}

.focus\:border-t-red-700\/65:focus{
  border-top-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(153 27 27 / 0.35);
}

.focus\:border-t-red-800\/40:focus{
  border-top-color: rgb(153 27 27 / 0.4);
}

.focus\:border-t-red-800\/45:focus{
  border-top-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(153 27 27 / 0.55);
}

.focus\:border-t-red-800\/60:focus{
  border-top-color: rgb(153 27 27 / 0.6);
}

.focus\:border-t-red-800\/65:focus{
  border-top-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(127 29 29 / 0.35);
}

.focus\:border-t-red-900\/40:focus{
  border-top-color: rgb(127 29 29 / 0.4);
}

.focus\:border-t-red-900\/45:focus{
  border-top-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(127 29 29 / 0.55);
}

.focus\:border-t-red-900\/60:focus{
  border-top-color: rgb(127 29 29 / 0.6);
}

.focus\:border-t-red-900\/65:focus{
  border-top-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(69 10 10 / 0.35);
}

.focus\:border-t-red-950\/40:focus{
  border-top-color: rgb(69 10 10 / 0.4);
}

.focus\:border-t-red-950\/45:focus{
  border-top-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(69 10 10 / 0.55);
}

.focus\:border-t-red-950\/60:focus{
  border-top-color: rgb(69 10 10 / 0.6);
}

.focus\:border-t-red-950\/65:focus{
  border-top-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 228 230 / 0.35);
}

.focus\:border-t-rose-100\/40:focus{
  border-top-color: rgb(255 228 230 / 0.4);
}

.focus\:border-t-rose-100\/45:focus{
  border-top-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 228 230 / 0.55);
}

.focus\:border-t-rose-100\/60:focus{
  border-top-color: rgb(255 228 230 / 0.6);
}

.focus\:border-t-rose-100\/65:focus{
  border-top-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 205 211 / 0.35);
}

.focus\:border-t-rose-200\/40:focus{
  border-top-color: rgb(254 205 211 / 0.4);
}

.focus\:border-t-rose-200\/45:focus{
  border-top-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 205 211 / 0.55);
}

.focus\:border-t-rose-200\/60:focus{
  border-top-color: rgb(254 205 211 / 0.6);
}

.focus\:border-t-rose-200\/65:focus{
  border-top-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 164 175 / 0.35);
}

.focus\:border-t-rose-300\/40:focus{
  border-top-color: rgb(253 164 175 / 0.4);
}

.focus\:border-t-rose-300\/45:focus{
  border-top-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 164 175 / 0.55);
}

.focus\:border-t-rose-300\/60:focus{
  border-top-color: rgb(253 164 175 / 0.6);
}

.focus\:border-t-rose-300\/65:focus{
  border-top-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(251 113 133 / 0.35);
}

.focus\:border-t-rose-400\/40:focus{
  border-top-color: rgb(251 113 133 / 0.4);
}

.focus\:border-t-rose-400\/45:focus{
  border-top-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(251 113 133 / 0.55);
}

.focus\:border-t-rose-400\/60:focus{
  border-top-color: rgb(251 113 133 / 0.6);
}

.focus\:border-t-rose-400\/65:focus{
  border-top-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 241 242 / 0.35);
}

.focus\:border-t-rose-50\/40:focus{
  border-top-color: rgb(255 241 242 / 0.4);
}

.focus\:border-t-rose-50\/45:focus{
  border-top-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 241 242 / 0.55);
}

.focus\:border-t-rose-50\/60:focus{
  border-top-color: rgb(255 241 242 / 0.6);
}

.focus\:border-t-rose-50\/65:focus{
  border-top-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(244 63 94 / 0.35);
}

.focus\:border-t-rose-500\/40:focus{
  border-top-color: rgb(244 63 94 / 0.4);
}

.focus\:border-t-rose-500\/45:focus{
  border-top-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(244 63 94 / 0.55);
}

.focus\:border-t-rose-500\/60:focus{
  border-top-color: rgb(244 63 94 / 0.6);
}

.focus\:border-t-rose-500\/65:focus{
  border-top-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(225 29 72 / 0.35);
}

.focus\:border-t-rose-600\/40:focus{
  border-top-color: rgb(225 29 72 / 0.4);
}

.focus\:border-t-rose-600\/45:focus{
  border-top-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(225 29 72 / 0.55);
}

.focus\:border-t-rose-600\/60:focus{
  border-top-color: rgb(225 29 72 / 0.6);
}

.focus\:border-t-rose-600\/65:focus{
  border-top-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(190 18 60 / 0.35);
}

.focus\:border-t-rose-700\/40:focus{
  border-top-color: rgb(190 18 60 / 0.4);
}

.focus\:border-t-rose-700\/45:focus{
  border-top-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(190 18 60 / 0.55);
}

.focus\:border-t-rose-700\/60:focus{
  border-top-color: rgb(190 18 60 / 0.6);
}

.focus\:border-t-rose-700\/65:focus{
  border-top-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(159 18 57 / 0.35);
}

.focus\:border-t-rose-800\/40:focus{
  border-top-color: rgb(159 18 57 / 0.4);
}

.focus\:border-t-rose-800\/45:focus{
  border-top-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(159 18 57 / 0.55);
}

.focus\:border-t-rose-800\/60:focus{
  border-top-color: rgb(159 18 57 / 0.6);
}

.focus\:border-t-rose-800\/65:focus{
  border-top-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(136 19 55 / 0.35);
}

.focus\:border-t-rose-900\/40:focus{
  border-top-color: rgb(136 19 55 / 0.4);
}

.focus\:border-t-rose-900\/45:focus{
  border-top-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(136 19 55 / 0.55);
}

.focus\:border-t-rose-900\/60:focus{
  border-top-color: rgb(136 19 55 / 0.6);
}

.focus\:border-t-rose-900\/65:focus{
  border-top-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(76 5 25 / 0.35);
}

.focus\:border-t-rose-950\/40:focus{
  border-top-color: rgb(76 5 25 / 0.4);
}

.focus\:border-t-rose-950\/45:focus{
  border-top-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(76 5 25 / 0.55);
}

.focus\:border-t-rose-950\/60:focus{
  border-top-color: rgb(76 5 25 / 0.6);
}

.focus\:border-t-rose-950\/65:focus{
  border-top-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(141 147 167 / var(--tw-border-opacity));
}

.focus\:border-t-secondary\/0:focus{
  border-top-color: rgb(141 147 167 / 0);
}

.focus\:border-t-secondary\/10:focus{
  border-top-color: rgb(141 147 167 / 0.1);
}

.focus\:border-t-secondary\/100:focus{
  border-top-color: rgb(141 147 167 / 1);
}

.focus\:border-t-secondary\/15:focus{
  border-top-color: rgb(141 147 167 / 0.15);
}

.focus\:border-t-secondary\/20:focus{
  border-top-color: rgb(141 147 167 / 0.2);
}

.focus\:border-t-secondary\/25:focus{
  border-top-color: rgb(141 147 167 / 0.25);
}

.focus\:border-t-secondary\/30:focus{
  border-top-color: rgb(141 147 167 / 0.3);
}

.focus\:border-t-secondary\/35:focus{
  border-top-color: rgb(141 147 167 / 0.35);
}

.focus\:border-t-secondary\/40:focus{
  border-top-color: rgb(141 147 167 / 0.4);
}

.focus\:border-t-secondary\/45:focus{
  border-top-color: rgb(141 147 167 / 0.45);
}

.focus\:border-t-secondary\/5:focus{
  border-top-color: rgb(141 147 167 / 0.05);
}

.focus\:border-t-secondary\/50:focus{
  border-top-color: rgb(141 147 167 / 0.5);
}

.focus\:border-t-secondary\/55:focus{
  border-top-color: rgb(141 147 167 / 0.55);
}

.focus\:border-t-secondary\/60:focus{
  border-top-color: rgb(141 147 167 / 0.6);
}

.focus\:border-t-secondary\/65:focus{
  border-top-color: rgb(141 147 167 / 0.65);
}

.focus\:border-t-secondary\/70:focus{
  border-top-color: rgb(141 147 167 / 0.7);
}

.focus\:border-t-secondary\/75:focus{
  border-top-color: rgb(141 147 167 / 0.75);
}

.focus\:border-t-secondary\/80:focus{
  border-top-color: rgb(141 147 167 / 0.8);
}

.focus\:border-t-secondary\/85:focus{
  border-top-color: rgb(141 147 167 / 0.85);
}

.focus\:border-t-secondary\/90:focus{
  border-top-color: rgb(141 147 167 / 0.9);
}

.focus\:border-t-secondary\/95:focus{
  border-top-color: rgb(141 147 167 / 0.95);
}

.focus\:border-t-senary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(73 134 231 / var(--tw-border-opacity));
}

.focus\:border-t-senary\/0:focus{
  border-top-color: rgb(73 134 231 / 0);
}

.focus\:border-t-senary\/10:focus{
  border-top-color: rgb(73 134 231 / 0.1);
}

.focus\:border-t-senary\/100:focus{
  border-top-color: rgb(73 134 231 / 1);
}

.focus\:border-t-senary\/15:focus{
  border-top-color: rgb(73 134 231 / 0.15);
}

.focus\:border-t-senary\/20:focus{
  border-top-color: rgb(73 134 231 / 0.2);
}

.focus\:border-t-senary\/25:focus{
  border-top-color: rgb(73 134 231 / 0.25);
}

.focus\:border-t-senary\/30:focus{
  border-top-color: rgb(73 134 231 / 0.3);
}

.focus\:border-t-senary\/35:focus{
  border-top-color: rgb(73 134 231 / 0.35);
}

.focus\:border-t-senary\/40:focus{
  border-top-color: rgb(73 134 231 / 0.4);
}

.focus\:border-t-senary\/45:focus{
  border-top-color: rgb(73 134 231 / 0.45);
}

.focus\:border-t-senary\/5:focus{
  border-top-color: rgb(73 134 231 / 0.05);
}

.focus\:border-t-senary\/50:focus{
  border-top-color: rgb(73 134 231 / 0.5);
}

.focus\:border-t-senary\/55:focus{
  border-top-color: rgb(73 134 231 / 0.55);
}

.focus\:border-t-senary\/60:focus{
  border-top-color: rgb(73 134 231 / 0.6);
}

.focus\:border-t-senary\/65:focus{
  border-top-color: rgb(73 134 231 / 0.65);
}

.focus\:border-t-senary\/70:focus{
  border-top-color: rgb(73 134 231 / 0.7);
}

.focus\:border-t-senary\/75:focus{
  border-top-color: rgb(73 134 231 / 0.75);
}

.focus\:border-t-senary\/80:focus{
  border-top-color: rgb(73 134 231 / 0.8);
}

.focus\:border-t-senary\/85:focus{
  border-top-color: rgb(73 134 231 / 0.85);
}

.focus\:border-t-senary\/90:focus{
  border-top-color: rgb(73 134 231 / 0.9);
}

.focus\:border-t-senary\/95:focus{
  border-top-color: rgb(73 134 231 / 0.95);
}

.focus\:border-t-septenary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 88 129 / var(--tw-border-opacity));
}

.focus\:border-t-septenary\/0:focus{
  border-top-color: rgb(49 88 129 / 0);
}

.focus\:border-t-septenary\/10:focus{
  border-top-color: rgb(49 88 129 / 0.1);
}

.focus\:border-t-septenary\/100:focus{
  border-top-color: rgb(49 88 129 / 1);
}

.focus\:border-t-septenary\/15:focus{
  border-top-color: rgb(49 88 129 / 0.15);
}

.focus\:border-t-septenary\/20:focus{
  border-top-color: rgb(49 88 129 / 0.2);
}

.focus\:border-t-septenary\/25:focus{
  border-top-color: rgb(49 88 129 / 0.25);
}

.focus\:border-t-septenary\/30:focus{
  border-top-color: rgb(49 88 129 / 0.3);
}

.focus\:border-t-septenary\/35:focus{
  border-top-color: rgb(49 88 129 / 0.35);
}

.focus\:border-t-septenary\/40:focus{
  border-top-color: rgb(49 88 129 / 0.4);
}

.focus\:border-t-septenary\/45:focus{
  border-top-color: rgb(49 88 129 / 0.45);
}

.focus\:border-t-septenary\/5:focus{
  border-top-color: rgb(49 88 129 / 0.05);
}

.focus\:border-t-septenary\/50:focus{
  border-top-color: rgb(49 88 129 / 0.5);
}

.focus\:border-t-septenary\/55:focus{
  border-top-color: rgb(49 88 129 / 0.55);
}

.focus\:border-t-septenary\/60:focus{
  border-top-color: rgb(49 88 129 / 0.6);
}

.focus\:border-t-septenary\/65:focus{
  border-top-color: rgb(49 88 129 / 0.65);
}

.focus\:border-t-septenary\/70:focus{
  border-top-color: rgb(49 88 129 / 0.7);
}

.focus\:border-t-septenary\/75:focus{
  border-top-color: rgb(49 88 129 / 0.75);
}

.focus\:border-t-septenary\/80:focus{
  border-top-color: rgb(49 88 129 / 0.8);
}

.focus\:border-t-septenary\/85:focus{
  border-top-color: rgb(49 88 129 / 0.85);
}

.focus\:border-t-septenary\/90:focus{
  border-top-color: rgb(49 88 129 / 0.9);
}

.focus\:border-t-septenary\/95:focus{
  border-top-color: rgb(49 88 129 / 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\/15:focus{
  border-top-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(224 242 254 / 0.35);
}

.focus\:border-t-sky-100\/40:focus{
  border-top-color: rgb(224 242 254 / 0.4);
}

.focus\:border-t-sky-100\/45:focus{
  border-top-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(224 242 254 / 0.55);
}

.focus\:border-t-sky-100\/60:focus{
  border-top-color: rgb(224 242 254 / 0.6);
}

.focus\:border-t-sky-100\/65:focus{
  border-top-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(186 230 253 / 0.35);
}

.focus\:border-t-sky-200\/40:focus{
  border-top-color: rgb(186 230 253 / 0.4);
}

.focus\:border-t-sky-200\/45:focus{
  border-top-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(186 230 253 / 0.55);
}

.focus\:border-t-sky-200\/60:focus{
  border-top-color: rgb(186 230 253 / 0.6);
}

.focus\:border-t-sky-200\/65:focus{
  border-top-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(125 211 252 / 0.35);
}

.focus\:border-t-sky-300\/40:focus{
  border-top-color: rgb(125 211 252 / 0.4);
}

.focus\:border-t-sky-300\/45:focus{
  border-top-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(125 211 252 / 0.55);
}

.focus\:border-t-sky-300\/60:focus{
  border-top-color: rgb(125 211 252 / 0.6);
}

.focus\:border-t-sky-300\/65:focus{
  border-top-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(56 189 248 / 0.35);
}

.focus\:border-t-sky-400\/40:focus{
  border-top-color: rgb(56 189 248 / 0.4);
}

.focus\:border-t-sky-400\/45:focus{
  border-top-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(56 189 248 / 0.55);
}

.focus\:border-t-sky-400\/60:focus{
  border-top-color: rgb(56 189 248 / 0.6);
}

.focus\:border-t-sky-400\/65:focus{
  border-top-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(240 249 255 / 0.35);
}

.focus\:border-t-sky-50\/40:focus{
  border-top-color: rgb(240 249 255 / 0.4);
}

.focus\:border-t-sky-50\/45:focus{
  border-top-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(240 249 255 / 0.55);
}

.focus\:border-t-sky-50\/60:focus{
  border-top-color: rgb(240 249 255 / 0.6);
}

.focus\:border-t-sky-50\/65:focus{
  border-top-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(14 165 233 / 0.35);
}

.focus\:border-t-sky-500\/40:focus{
  border-top-color: rgb(14 165 233 / 0.4);
}

.focus\:border-t-sky-500\/45:focus{
  border-top-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(14 165 233 / 0.55);
}

.focus\:border-t-sky-500\/60:focus{
  border-top-color: rgb(14 165 233 / 0.6);
}

.focus\:border-t-sky-500\/65:focus{
  border-top-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(2 132 199 / 0.35);
}

.focus\:border-t-sky-600\/40:focus{
  border-top-color: rgb(2 132 199 / 0.4);
}

.focus\:border-t-sky-600\/45:focus{
  border-top-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(2 132 199 / 0.55);
}

.focus\:border-t-sky-600\/60:focus{
  border-top-color: rgb(2 132 199 / 0.6);
}

.focus\:border-t-sky-600\/65:focus{
  border-top-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(3 105 161 / 0.35);
}

.focus\:border-t-sky-700\/40:focus{
  border-top-color: rgb(3 105 161 / 0.4);
}

.focus\:border-t-sky-700\/45:focus{
  border-top-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(3 105 161 / 0.55);
}

.focus\:border-t-sky-700\/60:focus{
  border-top-color: rgb(3 105 161 / 0.6);
}

.focus\:border-t-sky-700\/65:focus{
  border-top-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(7 89 133 / 0.35);
}

.focus\:border-t-sky-800\/40:focus{
  border-top-color: rgb(7 89 133 / 0.4);
}

.focus\:border-t-sky-800\/45:focus{
  border-top-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(7 89 133 / 0.55);
}

.focus\:border-t-sky-800\/60:focus{
  border-top-color: rgb(7 89 133 / 0.6);
}

.focus\:border-t-sky-800\/65:focus{
  border-top-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(12 74 110 / 0.35);
}

.focus\:border-t-sky-900\/40:focus{
  border-top-color: rgb(12 74 110 / 0.4);
}

.focus\:border-t-sky-900\/45:focus{
  border-top-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(12 74 110 / 0.55);
}

.focus\:border-t-sky-900\/60:focus{
  border-top-color: rgb(12 74 110 / 0.6);
}

.focus\:border-t-sky-900\/65:focus{
  border-top-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(8 47 73 / 0.35);
}

.focus\:border-t-sky-950\/40:focus{
  border-top-color: rgb(8 47 73 / 0.4);
}

.focus\:border-t-sky-950\/45:focus{
  border-top-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(8 47 73 / 0.55);
}

.focus\:border-t-sky-950\/60:focus{
  border-top-color: rgb(8 47 73 / 0.6);
}

.focus\:border-t-sky-950\/65:focus{
  border-top-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(241 245 249 / 0.35);
}

.focus\:border-t-slate-100\/40:focus{
  border-top-color: rgb(241 245 249 / 0.4);
}

.focus\:border-t-slate-100\/45:focus{
  border-top-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(241 245 249 / 0.55);
}

.focus\:border-t-slate-100\/60:focus{
  border-top-color: rgb(241 245 249 / 0.6);
}

.focus\:border-t-slate-100\/65:focus{
  border-top-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(226 232 240 / 0.35);
}

.focus\:border-t-slate-200\/40:focus{
  border-top-color: rgb(226 232 240 / 0.4);
}

.focus\:border-t-slate-200\/45:focus{
  border-top-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(226 232 240 / 0.55);
}

.focus\:border-t-slate-200\/60:focus{
  border-top-color: rgb(226 232 240 / 0.6);
}

.focus\:border-t-slate-200\/65:focus{
  border-top-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(203 213 225 / 0.35);
}

.focus\:border-t-slate-300\/40:focus{
  border-top-color: rgb(203 213 225 / 0.4);
}

.focus\:border-t-slate-300\/45:focus{
  border-top-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(203 213 225 / 0.55);
}

.focus\:border-t-slate-300\/60:focus{
  border-top-color: rgb(203 213 225 / 0.6);
}

.focus\:border-t-slate-300\/65:focus{
  border-top-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(148 163 184 / 0.35);
}

.focus\:border-t-slate-400\/40:focus{
  border-top-color: rgb(148 163 184 / 0.4);
}

.focus\:border-t-slate-400\/45:focus{
  border-top-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(148 163 184 / 0.55);
}

.focus\:border-t-slate-400\/60:focus{
  border-top-color: rgb(148 163 184 / 0.6);
}

.focus\:border-t-slate-400\/65:focus{
  border-top-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(248 250 252 / 0.35);
}

.focus\:border-t-slate-50\/40:focus{
  border-top-color: rgb(248 250 252 / 0.4);
}

.focus\:border-t-slate-50\/45:focus{
  border-top-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(248 250 252 / 0.55);
}

.focus\:border-t-slate-50\/60:focus{
  border-top-color: rgb(248 250 252 / 0.6);
}

.focus\:border-t-slate-50\/65:focus{
  border-top-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(100 116 139 / 0.35);
}

.focus\:border-t-slate-500\/40:focus{
  border-top-color: rgb(100 116 139 / 0.4);
}

.focus\:border-t-slate-500\/45:focus{
  border-top-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(100 116 139 / 0.55);
}

.focus\:border-t-slate-500\/60:focus{
  border-top-color: rgb(100 116 139 / 0.6);
}

.focus\:border-t-slate-500\/65:focus{
  border-top-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(71 85 105 / 0.35);
}

.focus\:border-t-slate-600\/40:focus{
  border-top-color: rgb(71 85 105 / 0.4);
}

.focus\:border-t-slate-600\/45:focus{
  border-top-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(71 85 105 / 0.55);
}

.focus\:border-t-slate-600\/60:focus{
  border-top-color: rgb(71 85 105 / 0.6);
}

.focus\:border-t-slate-600\/65:focus{
  border-top-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(51 65 85 / 0.35);
}

.focus\:border-t-slate-700\/40:focus{
  border-top-color: rgb(51 65 85 / 0.4);
}

.focus\:border-t-slate-700\/45:focus{
  border-top-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(51 65 85 / 0.55);
}

.focus\:border-t-slate-700\/60:focus{
  border-top-color: rgb(51 65 85 / 0.6);
}

.focus\:border-t-slate-700\/65:focus{
  border-top-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(30 41 59 / 0.35);
}

.focus\:border-t-slate-800\/40:focus{
  border-top-color: rgb(30 41 59 / 0.4);
}

.focus\:border-t-slate-800\/45:focus{
  border-top-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(30 41 59 / 0.55);
}

.focus\:border-t-slate-800\/60:focus{
  border-top-color: rgb(30 41 59 / 0.6);
}

.focus\:border-t-slate-800\/65:focus{
  border-top-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(15 23 42 / 0.35);
}

.focus\:border-t-slate-900\/40:focus{
  border-top-color: rgb(15 23 42 / 0.4);
}

.focus\:border-t-slate-900\/45:focus{
  border-top-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(15 23 42 / 0.55);
}

.focus\:border-t-slate-900\/60:focus{
  border-top-color: rgb(15 23 42 / 0.6);
}

.focus\:border-t-slate-900\/65:focus{
  border-top-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(2 6 23 / 0.35);
}

.focus\:border-t-slate-950\/40:focus{
  border-top-color: rgb(2 6 23 / 0.4);
}

.focus\:border-t-slate-950\/45:focus{
  border-top-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(2 6 23 / 0.55);
}

.focus\:border-t-slate-950\/60:focus{
  border-top-color: rgb(2 6 23 / 0.6);
}

.focus\:border-t-slate-950\/65:focus{
  border-top-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 245 244 / 0.35);
}

.focus\:border-t-stone-100\/40:focus{
  border-top-color: rgb(245 245 244 / 0.4);
}

.focus\:border-t-stone-100\/45:focus{
  border-top-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 245 244 / 0.55);
}

.focus\:border-t-stone-100\/60:focus{
  border-top-color: rgb(245 245 244 / 0.6);
}

.focus\:border-t-stone-100\/65:focus{
  border-top-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(231 229 228 / 0.35);
}

.focus\:border-t-stone-200\/40:focus{
  border-top-color: rgb(231 229 228 / 0.4);
}

.focus\:border-t-stone-200\/45:focus{
  border-top-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(231 229 228 / 0.55);
}

.focus\:border-t-stone-200\/60:focus{
  border-top-color: rgb(231 229 228 / 0.6);
}

.focus\:border-t-stone-200\/65:focus{
  border-top-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(214 211 209 / 0.35);
}

.focus\:border-t-stone-300\/40:focus{
  border-top-color: rgb(214 211 209 / 0.4);
}

.focus\:border-t-stone-300\/45:focus{
  border-top-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(214 211 209 / 0.55);
}

.focus\:border-t-stone-300\/60:focus{
  border-top-color: rgb(214 211 209 / 0.6);
}

.focus\:border-t-stone-300\/65:focus{
  border-top-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(168 162 158 / 0.35);
}

.focus\:border-t-stone-400\/40:focus{
  border-top-color: rgb(168 162 158 / 0.4);
}

.focus\:border-t-stone-400\/45:focus{
  border-top-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(168 162 158 / 0.55);
}

.focus\:border-t-stone-400\/60:focus{
  border-top-color: rgb(168 162 158 / 0.6);
}

.focus\:border-t-stone-400\/65:focus{
  border-top-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 250 249 / 0.35);
}

.focus\:border-t-stone-50\/40:focus{
  border-top-color: rgb(250 250 249 / 0.4);
}

.focus\:border-t-stone-50\/45:focus{
  border-top-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 250 249 / 0.55);
}

.focus\:border-t-stone-50\/60:focus{
  border-top-color: rgb(250 250 249 / 0.6);
}

.focus\:border-t-stone-50\/65:focus{
  border-top-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(120 113 108 / 0.35);
}

.focus\:border-t-stone-500\/40:focus{
  border-top-color: rgb(120 113 108 / 0.4);
}

.focus\:border-t-stone-500\/45:focus{
  border-top-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(120 113 108 / 0.55);
}

.focus\:border-t-stone-500\/60:focus{
  border-top-color: rgb(120 113 108 / 0.6);
}

.focus\:border-t-stone-500\/65:focus{
  border-top-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(87 83 78 / 0.35);
}

.focus\:border-t-stone-600\/40:focus{
  border-top-color: rgb(87 83 78 / 0.4);
}

.focus\:border-t-stone-600\/45:focus{
  border-top-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(87 83 78 / 0.55);
}

.focus\:border-t-stone-600\/60:focus{
  border-top-color: rgb(87 83 78 / 0.6);
}

.focus\:border-t-stone-600\/65:focus{
  border-top-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(68 64 60 / 0.35);
}

.focus\:border-t-stone-700\/40:focus{
  border-top-color: rgb(68 64 60 / 0.4);
}

.focus\:border-t-stone-700\/45:focus{
  border-top-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(68 64 60 / 0.55);
}

.focus\:border-t-stone-700\/60:focus{
  border-top-color: rgb(68 64 60 / 0.6);
}

.focus\:border-t-stone-700\/65:focus{
  border-top-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(41 37 36 / 0.35);
}

.focus\:border-t-stone-800\/40:focus{
  border-top-color: rgb(41 37 36 / 0.4);
}

.focus\:border-t-stone-800\/45:focus{
  border-top-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(41 37 36 / 0.55);
}

.focus\:border-t-stone-800\/60:focus{
  border-top-color: rgb(41 37 36 / 0.6);
}

.focus\:border-t-stone-800\/65:focus{
  border-top-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(28 25 23 / 0.35);
}

.focus\:border-t-stone-900\/40:focus{
  border-top-color: rgb(28 25 23 / 0.4);
}

.focus\:border-t-stone-900\/45:focus{
  border-top-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(28 25 23 / 0.55);
}

.focus\:border-t-stone-900\/60:focus{
  border-top-color: rgb(28 25 23 / 0.6);
}

.focus\:border-t-stone-900\/65:focus{
  border-top-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(12 10 9 / 0.35);
}

.focus\:border-t-stone-950\/40:focus{
  border-top-color: rgb(12 10 9 / 0.4);
}

.focus\:border-t-stone-950\/45:focus{
  border-top-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(12 10 9 / 0.55);
}

.focus\:border-t-stone-950\/60:focus{
  border-top-color: rgb(12 10 9 / 0.6);
}

.focus\:border-t-stone-950\/65:focus{
  border-top-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 196 149 / var(--tw-border-opacity));
}

.focus\:border-t-success\/0:focus{
  border-top-color: rgb(7 196 149 / 0);
}

.focus\:border-t-success\/10:focus{
  border-top-color: rgb(7 196 149 / 0.1);
}

.focus\:border-t-success\/100:focus{
  border-top-color: rgb(7 196 149 / 1);
}

.focus\:border-t-success\/15:focus{
  border-top-color: rgb(7 196 149 / 0.15);
}

.focus\:border-t-success\/20:focus{
  border-top-color: rgb(7 196 149 / 0.2);
}

.focus\:border-t-success\/25:focus{
  border-top-color: rgb(7 196 149 / 0.25);
}

.focus\:border-t-success\/30:focus{
  border-top-color: rgb(7 196 149 / 0.3);
}

.focus\:border-t-success\/35:focus{
  border-top-color: rgb(7 196 149 / 0.35);
}

.focus\:border-t-success\/40:focus{
  border-top-color: rgb(7 196 149 / 0.4);
}

.focus\:border-t-success\/45:focus{
  border-top-color: rgb(7 196 149 / 0.45);
}

.focus\:border-t-success\/5:focus{
  border-top-color: rgb(7 196 149 / 0.05);
}

.focus\:border-t-success\/50:focus{
  border-top-color: rgb(7 196 149 / 0.5);
}

.focus\:border-t-success\/55:focus{
  border-top-color: rgb(7 196 149 / 0.55);
}

.focus\:border-t-success\/60:focus{
  border-top-color: rgb(7 196 149 / 0.6);
}

.focus\:border-t-success\/65:focus{
  border-top-color: rgb(7 196 149 / 0.65);
}

.focus\:border-t-success\/70:focus{
  border-top-color: rgb(7 196 149 / 0.7);
}

.focus\:border-t-success\/75:focus{
  border-top-color: rgb(7 196 149 / 0.75);
}

.focus\:border-t-success\/80:focus{
  border-top-color: rgb(7 196 149 / 0.8);
}

.focus\:border-t-success\/85:focus{
  border-top-color: rgb(7 196 149 / 0.85);
}

.focus\:border-t-success\/90:focus{
  border-top-color: rgb(7 196 149 / 0.9);
}

.focus\:border-t-success\/95:focus{
  border-top-color: rgb(7 196 149 / 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\/15:focus{
  border-top-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(204 251 241 / 0.35);
}

.focus\:border-t-teal-100\/40:focus{
  border-top-color: rgb(204 251 241 / 0.4);
}

.focus\:border-t-teal-100\/45:focus{
  border-top-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(204 251 241 / 0.55);
}

.focus\:border-t-teal-100\/60:focus{
  border-top-color: rgb(204 251 241 / 0.6);
}

.focus\:border-t-teal-100\/65:focus{
  border-top-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(153 246 228 / 0.35);
}

.focus\:border-t-teal-200\/40:focus{
  border-top-color: rgb(153 246 228 / 0.4);
}

.focus\:border-t-teal-200\/45:focus{
  border-top-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(153 246 228 / 0.55);
}

.focus\:border-t-teal-200\/60:focus{
  border-top-color: rgb(153 246 228 / 0.6);
}

.focus\:border-t-teal-200\/65:focus{
  border-top-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(94 234 212 / 0.35);
}

.focus\:border-t-teal-300\/40:focus{
  border-top-color: rgb(94 234 212 / 0.4);
}

.focus\:border-t-teal-300\/45:focus{
  border-top-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(94 234 212 / 0.55);
}

.focus\:border-t-teal-300\/60:focus{
  border-top-color: rgb(94 234 212 / 0.6);
}

.focus\:border-t-teal-300\/65:focus{
  border-top-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(45 212 191 / 0.35);
}

.focus\:border-t-teal-400\/40:focus{
  border-top-color: rgb(45 212 191 / 0.4);
}

.focus\:border-t-teal-400\/45:focus{
  border-top-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(45 212 191 / 0.55);
}

.focus\:border-t-teal-400\/60:focus{
  border-top-color: rgb(45 212 191 / 0.6);
}

.focus\:border-t-teal-400\/65:focus{
  border-top-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(240 253 250 / 0.35);
}

.focus\:border-t-teal-50\/40:focus{
  border-top-color: rgb(240 253 250 / 0.4);
}

.focus\:border-t-teal-50\/45:focus{
  border-top-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(240 253 250 / 0.55);
}

.focus\:border-t-teal-50\/60:focus{
  border-top-color: rgb(240 253 250 / 0.6);
}

.focus\:border-t-teal-50\/65:focus{
  border-top-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(20 184 166 / 0.35);
}

.focus\:border-t-teal-500\/40:focus{
  border-top-color: rgb(20 184 166 / 0.4);
}

.focus\:border-t-teal-500\/45:focus{
  border-top-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(20 184 166 / 0.55);
}

.focus\:border-t-teal-500\/60:focus{
  border-top-color: rgb(20 184 166 / 0.6);
}

.focus\:border-t-teal-500\/65:focus{
  border-top-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(13 148 136 / 0.35);
}

.focus\:border-t-teal-600\/40:focus{
  border-top-color: rgb(13 148 136 / 0.4);
}

.focus\:border-t-teal-600\/45:focus{
  border-top-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(13 148 136 / 0.55);
}

.focus\:border-t-teal-600\/60:focus{
  border-top-color: rgb(13 148 136 / 0.6);
}

.focus\:border-t-teal-600\/65:focus{
  border-top-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(15 118 110 / 0.35);
}

.focus\:border-t-teal-700\/40:focus{
  border-top-color: rgb(15 118 110 / 0.4);
}

.focus\:border-t-teal-700\/45:focus{
  border-top-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(15 118 110 / 0.55);
}

.focus\:border-t-teal-700\/60:focus{
  border-top-color: rgb(15 118 110 / 0.6);
}

.focus\:border-t-teal-700\/65:focus{
  border-top-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(17 94 89 / 0.35);
}

.focus\:border-t-teal-800\/40:focus{
  border-top-color: rgb(17 94 89 / 0.4);
}

.focus\:border-t-teal-800\/45:focus{
  border-top-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(17 94 89 / 0.55);
}

.focus\:border-t-teal-800\/60:focus{
  border-top-color: rgb(17 94 89 / 0.6);
}

.focus\:border-t-teal-800\/65:focus{
  border-top-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(19 78 74 / 0.35);
}

.focus\:border-t-teal-900\/40:focus{
  border-top-color: rgb(19 78 74 / 0.4);
}

.focus\:border-t-teal-900\/45:focus{
  border-top-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(19 78 74 / 0.55);
}

.focus\:border-t-teal-900\/60:focus{
  border-top-color: rgb(19 78 74 / 0.6);
}

.focus\:border-t-teal-900\/65:focus{
  border-top-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(4 47 46 / 0.35);
}

.focus\:border-t-teal-950\/40:focus{
  border-top-color: rgb(4 47 46 / 0.4);
}

.focus\:border-t-teal-950\/45:focus{
  border-top-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(4 47 46 / 0.55);
}

.focus\:border-t-teal-950\/60:focus{
  border-top-color: rgb(4 47 46 / 0.6);
}

.focus\:border-t-teal-950\/65:focus{
  border-top-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 137 252 / var(--tw-border-opacity));
}

.focus\:border-t-tertiary-hover:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 123 223 / var(--tw-border-opacity));
}

.focus\:border-t-tertiary-hover\/0:focus{
  border-top-color: rgb(20 123 223 / 0);
}

.focus\:border-t-tertiary-hover\/10:focus{
  border-top-color: rgb(20 123 223 / 0.1);
}

.focus\:border-t-tertiary-hover\/100:focus{
  border-top-color: rgb(20 123 223 / 1);
}

.focus\:border-t-tertiary-hover\/15:focus{
  border-top-color: rgb(20 123 223 / 0.15);
}

.focus\:border-t-tertiary-hover\/20:focus{
  border-top-color: rgb(20 123 223 / 0.2);
}

.focus\:border-t-tertiary-hover\/25:focus{
  border-top-color: rgb(20 123 223 / 0.25);
}

.focus\:border-t-tertiary-hover\/30:focus{
  border-top-color: rgb(20 123 223 / 0.3);
}

.focus\:border-t-tertiary-hover\/35:focus{
  border-top-color: rgb(20 123 223 / 0.35);
}

.focus\:border-t-tertiary-hover\/40:focus{
  border-top-color: rgb(20 123 223 / 0.4);
}

.focus\:border-t-tertiary-hover\/45:focus{
  border-top-color: rgb(20 123 223 / 0.45);
}

.focus\:border-t-tertiary-hover\/5:focus{
  border-top-color: rgb(20 123 223 / 0.05);
}

.focus\:border-t-tertiary-hover\/50:focus{
  border-top-color: rgb(20 123 223 / 0.5);
}

.focus\:border-t-tertiary-hover\/55:focus{
  border-top-color: rgb(20 123 223 / 0.55);
}

.focus\:border-t-tertiary-hover\/60:focus{
  border-top-color: rgb(20 123 223 / 0.6);
}

.focus\:border-t-tertiary-hover\/65:focus{
  border-top-color: rgb(20 123 223 / 0.65);
}

.focus\:border-t-tertiary-hover\/70:focus{
  border-top-color: rgb(20 123 223 / 0.7);
}

.focus\:border-t-tertiary-hover\/75:focus{
  border-top-color: rgb(20 123 223 / 0.75);
}

.focus\:border-t-tertiary-hover\/80:focus{
  border-top-color: rgb(20 123 223 / 0.8);
}

.focus\:border-t-tertiary-hover\/85:focus{
  border-top-color: rgb(20 123 223 / 0.85);
}

.focus\:border-t-tertiary-hover\/90:focus{
  border-top-color: rgb(20 123 223 / 0.9);
}

.focus\:border-t-tertiary-hover\/95:focus{
  border-top-color: rgb(20 123 223 / 0.95);
}

.focus\:border-t-tertiary\/0:focus{
  border-top-color: rgb(22 137 252 / 0);
}

.focus\:border-t-tertiary\/10:focus{
  border-top-color: rgb(22 137 252 / 0.1);
}

.focus\:border-t-tertiary\/100:focus{
  border-top-color: rgb(22 137 252 / 1);
}

.focus\:border-t-tertiary\/15:focus{
  border-top-color: rgb(22 137 252 / 0.15);
}

.focus\:border-t-tertiary\/20:focus{
  border-top-color: rgb(22 137 252 / 0.2);
}

.focus\:border-t-tertiary\/25:focus{
  border-top-color: rgb(22 137 252 / 0.25);
}

.focus\:border-t-tertiary\/30:focus{
  border-top-color: rgb(22 137 252 / 0.3);
}

.focus\:border-t-tertiary\/35:focus{
  border-top-color: rgb(22 137 252 / 0.35);
}

.focus\:border-t-tertiary\/40:focus{
  border-top-color: rgb(22 137 252 / 0.4);
}

.focus\:border-t-tertiary\/45:focus{
  border-top-color: rgb(22 137 252 / 0.45);
}

.focus\:border-t-tertiary\/5:focus{
  border-top-color: rgb(22 137 252 / 0.05);
}

.focus\:border-t-tertiary\/50:focus{
  border-top-color: rgb(22 137 252 / 0.5);
}

.focus\:border-t-tertiary\/55:focus{
  border-top-color: rgb(22 137 252 / 0.55);
}

.focus\:border-t-tertiary\/60:focus{
  border-top-color: rgb(22 137 252 / 0.6);
}

.focus\:border-t-tertiary\/65:focus{
  border-top-color: rgb(22 137 252 / 0.65);
}

.focus\:border-t-tertiary\/70:focus{
  border-top-color: rgb(22 137 252 / 0.7);
}

.focus\:border-t-tertiary\/75:focus{
  border-top-color: rgb(22 137 252 / 0.75);
}

.focus\:border-t-tertiary\/80:focus{
  border-top-color: rgb(22 137 252 / 0.8);
}

.focus\:border-t-tertiary\/85:focus{
  border-top-color: rgb(22 137 252 / 0.85);
}

.focus\:border-t-tertiary\/90:focus{
  border-top-color: rgb(22 137 252 / 0.9);
}

.focus\:border-t-tertiary\/95:focus{
  border-top-color: rgb(22 137 252 / 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\/15:focus{
  border-top-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(0 0 0 / 0.35);
}

.focus\:border-t-transparent\/40:focus{
  border-top-color: rgb(0 0 0 / 0.4);
}

.focus\:border-t-transparent\/45:focus{
  border-top-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(0 0 0 / 0.55);
}

.focus\:border-t-transparent\/60:focus{
  border-top-color: rgb(0 0 0 / 0.6);
}

.focus\:border-t-transparent\/65:focus{
  border-top-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  border-top-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(237 233 254 / 0.35);
}

.focus\:border-t-violet-100\/40:focus{
  border-top-color: rgb(237 233 254 / 0.4);
}

.focus\:border-t-violet-100\/45:focus{
  border-top-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(237 233 254 / 0.55);
}

.focus\:border-t-violet-100\/60:focus{
  border-top-color: rgb(237 233 254 / 0.6);
}

.focus\:border-t-violet-100\/65:focus{
  border-top-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(221 214 254 / 0.35);
}

.focus\:border-t-violet-200\/40:focus{
  border-top-color: rgb(221 214 254 / 0.4);
}

.focus\:border-t-violet-200\/45:focus{
  border-top-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(221 214 254 / 0.55);
}

.focus\:border-t-violet-200\/60:focus{
  border-top-color: rgb(221 214 254 / 0.6);
}

.focus\:border-t-violet-200\/65:focus{
  border-top-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(196 181 253 / 0.35);
}

.focus\:border-t-violet-300\/40:focus{
  border-top-color: rgb(196 181 253 / 0.4);
}

.focus\:border-t-violet-300\/45:focus{
  border-top-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(196 181 253 / 0.55);
}

.focus\:border-t-violet-300\/60:focus{
  border-top-color: rgb(196 181 253 / 0.6);
}

.focus\:border-t-violet-300\/65:focus{
  border-top-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(167 139 250 / 0.35);
}

.focus\:border-t-violet-400\/40:focus{
  border-top-color: rgb(167 139 250 / 0.4);
}

.focus\:border-t-violet-400\/45:focus{
  border-top-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(167 139 250 / 0.55);
}

.focus\:border-t-violet-400\/60:focus{
  border-top-color: rgb(167 139 250 / 0.6);
}

.focus\:border-t-violet-400\/65:focus{
  border-top-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(245 243 255 / 0.35);
}

.focus\:border-t-violet-50\/40:focus{
  border-top-color: rgb(245 243 255 / 0.4);
}

.focus\:border-t-violet-50\/45:focus{
  border-top-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(245 243 255 / 0.55);
}

.focus\:border-t-violet-50\/60:focus{
  border-top-color: rgb(245 243 255 / 0.6);
}

.focus\:border-t-violet-50\/65:focus{
  border-top-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(139 92 246 / 0.35);
}

.focus\:border-t-violet-500\/40:focus{
  border-top-color: rgb(139 92 246 / 0.4);
}

.focus\:border-t-violet-500\/45:focus{
  border-top-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(139 92 246 / 0.55);
}

.focus\:border-t-violet-500\/60:focus{
  border-top-color: rgb(139 92 246 / 0.6);
}

.focus\:border-t-violet-500\/65:focus{
  border-top-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(124 58 237 / 0.35);
}

.focus\:border-t-violet-600\/40:focus{
  border-top-color: rgb(124 58 237 / 0.4);
}

.focus\:border-t-violet-600\/45:focus{
  border-top-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(124 58 237 / 0.55);
}

.focus\:border-t-violet-600\/60:focus{
  border-top-color: rgb(124 58 237 / 0.6);
}

.focus\:border-t-violet-600\/65:focus{
  border-top-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(109 40 217 / 0.35);
}

.focus\:border-t-violet-700\/40:focus{
  border-top-color: rgb(109 40 217 / 0.4);
}

.focus\:border-t-violet-700\/45:focus{
  border-top-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(109 40 217 / 0.55);
}

.focus\:border-t-violet-700\/60:focus{
  border-top-color: rgb(109 40 217 / 0.6);
}

.focus\:border-t-violet-700\/65:focus{
  border-top-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(91 33 182 / 0.35);
}

.focus\:border-t-violet-800\/40:focus{
  border-top-color: rgb(91 33 182 / 0.4);
}

.focus\:border-t-violet-800\/45:focus{
  border-top-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(91 33 182 / 0.55);
}

.focus\:border-t-violet-800\/60:focus{
  border-top-color: rgb(91 33 182 / 0.6);
}

.focus\:border-t-violet-800\/65:focus{
  border-top-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(76 29 149 / 0.35);
}

.focus\:border-t-violet-900\/40:focus{
  border-top-color: rgb(76 29 149 / 0.4);
}

.focus\:border-t-violet-900\/45:focus{
  border-top-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(76 29 149 / 0.55);
}

.focus\:border-t-violet-900\/60:focus{
  border-top-color: rgb(76 29 149 / 0.6);
}

.focus\:border-t-violet-900\/65:focus{
  border-top-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(46 16 101 / 0.35);
}

.focus\:border-t-violet-950\/40:focus{
  border-top-color: rgb(46 16 101 / 0.4);
}

.focus\:border-t-violet-950\/45:focus{
  border-top-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(46 16 101 / 0.55);
}

.focus\:border-t-violet-950\/60:focus{
  border-top-color: rgb(46 16 101 / 0.6);
}

.focus\:border-t-violet-950\/65:focus{
  border-top-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(255 255 255 / 0.35);
}

.focus\:border-t-white\/40:focus{
  border-top-color: rgb(255 255 255 / 0.4);
}

.focus\:border-t-white\/45:focus{
  border-top-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(255 255 255 / 0.55);
}

.focus\:border-t-white\/60:focus{
  border-top-color: rgb(255 255 255 / 0.6);
}

.focus\:border-t-white\/65:focus{
  border-top-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  border-top-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 249 195 / 0.35);
}

.focus\:border-t-yellow-100\/40:focus{
  border-top-color: rgb(254 249 195 / 0.4);
}

.focus\:border-t-yellow-100\/45:focus{
  border-top-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 249 195 / 0.55);
}

.focus\:border-t-yellow-100\/60:focus{
  border-top-color: rgb(254 249 195 / 0.6);
}

.focus\:border-t-yellow-100\/65:focus{
  border-top-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 240 138 / 0.35);
}

.focus\:border-t-yellow-200\/40:focus{
  border-top-color: rgb(254 240 138 / 0.4);
}

.focus\:border-t-yellow-200\/45:focus{
  border-top-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 240 138 / 0.55);
}

.focus\:border-t-yellow-200\/60:focus{
  border-top-color: rgb(254 240 138 / 0.6);
}

.focus\:border-t-yellow-200\/65:focus{
  border-top-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(253 224 71 / 0.35);
}

.focus\:border-t-yellow-300\/40:focus{
  border-top-color: rgb(253 224 71 / 0.4);
}

.focus\:border-t-yellow-300\/45:focus{
  border-top-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(253 224 71 / 0.55);
}

.focus\:border-t-yellow-300\/60:focus{
  border-top-color: rgb(253 224 71 / 0.6);
}

.focus\:border-t-yellow-300\/65:focus{
  border-top-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 204 21 / 0.35);
}

.focus\:border-t-yellow-400\/40:focus{
  border-top-color: rgb(250 204 21 / 0.4);
}

.focus\:border-t-yellow-400\/45:focus{
  border-top-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 204 21 / 0.55);
}

.focus\:border-t-yellow-400\/60:focus{
  border-top-color: rgb(250 204 21 / 0.6);
}

.focus\:border-t-yellow-400\/65:focus{
  border-top-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(254 252 232 / 0.35);
}

.focus\:border-t-yellow-50\/40:focus{
  border-top-color: rgb(254 252 232 / 0.4);
}

.focus\:border-t-yellow-50\/45:focus{
  border-top-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(254 252 232 / 0.55);
}

.focus\:border-t-yellow-50\/60:focus{
  border-top-color: rgb(254 252 232 / 0.6);
}

.focus\:border-t-yellow-50\/65:focus{
  border-top-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(234 179 8 / 0.35);
}

.focus\:border-t-yellow-500\/40:focus{
  border-top-color: rgb(234 179 8 / 0.4);
}

.focus\:border-t-yellow-500\/45:focus{
  border-top-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(234 179 8 / 0.55);
}

.focus\:border-t-yellow-500\/60:focus{
  border-top-color: rgb(234 179 8 / 0.6);
}

.focus\:border-t-yellow-500\/65:focus{
  border-top-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(202 138 4 / 0.35);
}

.focus\:border-t-yellow-600\/40:focus{
  border-top-color: rgb(202 138 4 / 0.4);
}

.focus\:border-t-yellow-600\/45:focus{
  border-top-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(202 138 4 / 0.55);
}

.focus\:border-t-yellow-600\/60:focus{
  border-top-color: rgb(202 138 4 / 0.6);
}

.focus\:border-t-yellow-600\/65:focus{
  border-top-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(161 98 7 / 0.35);
}

.focus\:border-t-yellow-700\/40:focus{
  border-top-color: rgb(161 98 7 / 0.4);
}

.focus\:border-t-yellow-700\/45:focus{
  border-top-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(161 98 7 / 0.55);
}

.focus\:border-t-yellow-700\/60:focus{
  border-top-color: rgb(161 98 7 / 0.6);
}

.focus\:border-t-yellow-700\/65:focus{
  border-top-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(133 77 14 / 0.35);
}

.focus\:border-t-yellow-800\/40:focus{
  border-top-color: rgb(133 77 14 / 0.4);
}

.focus\:border-t-yellow-800\/45:focus{
  border-top-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(133 77 14 / 0.55);
}

.focus\:border-t-yellow-800\/60:focus{
  border-top-color: rgb(133 77 14 / 0.6);
}

.focus\:border-t-yellow-800\/65:focus{
  border-top-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(113 63 18 / 0.35);
}

.focus\:border-t-yellow-900\/40:focus{
  border-top-color: rgb(113 63 18 / 0.4);
}

.focus\:border-t-yellow-900\/45:focus{
  border-top-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(113 63 18 / 0.55);
}

.focus\:border-t-yellow-900\/60:focus{
  border-top-color: rgb(113 63 18 / 0.6);
}

.focus\:border-t-yellow-900\/65:focus{
  border-top-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(66 32 6 / 0.35);
}

.focus\:border-t-yellow-950\/40:focus{
  border-top-color: rgb(66 32 6 / 0.4);
}

.focus\:border-t-yellow-950\/45:focus{
  border-top-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(66 32 6 / 0.55);
}

.focus\:border-t-yellow-950\/60:focus{
  border-top-color: rgb(66 32 6 / 0.6);
}

.focus\:border-t-yellow-950\/65:focus{
  border-top-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(244 244 245 / 0.35);
}

.focus\:border-t-zinc-100\/40:focus{
  border-top-color: rgb(244 244 245 / 0.4);
}

.focus\:border-t-zinc-100\/45:focus{
  border-top-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(244 244 245 / 0.55);
}

.focus\:border-t-zinc-100\/60:focus{
  border-top-color: rgb(244 244 245 / 0.6);
}

.focus\:border-t-zinc-100\/65:focus{
  border-top-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(228 228 231 / 0.35);
}

.focus\:border-t-zinc-200\/40:focus{
  border-top-color: rgb(228 228 231 / 0.4);
}

.focus\:border-t-zinc-200\/45:focus{
  border-top-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(228 228 231 / 0.55);
}

.focus\:border-t-zinc-200\/60:focus{
  border-top-color: rgb(228 228 231 / 0.6);
}

.focus\:border-t-zinc-200\/65:focus{
  border-top-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(212 212 216 / 0.35);
}

.focus\:border-t-zinc-300\/40:focus{
  border-top-color: rgb(212 212 216 / 0.4);
}

.focus\:border-t-zinc-300\/45:focus{
  border-top-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(212 212 216 / 0.55);
}

.focus\:border-t-zinc-300\/60:focus{
  border-top-color: rgb(212 212 216 / 0.6);
}

.focus\:border-t-zinc-300\/65:focus{
  border-top-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(161 161 170 / 0.35);
}

.focus\:border-t-zinc-400\/40:focus{
  border-top-color: rgb(161 161 170 / 0.4);
}

.focus\:border-t-zinc-400\/45:focus{
  border-top-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(161 161 170 / 0.55);
}

.focus\:border-t-zinc-400\/60:focus{
  border-top-color: rgb(161 161 170 / 0.6);
}

.focus\:border-t-zinc-400\/65:focus{
  border-top-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(250 250 250 / 0.35);
}

.focus\:border-t-zinc-50\/40:focus{
  border-top-color: rgb(250 250 250 / 0.4);
}

.focus\:border-t-zinc-50\/45:focus{
  border-top-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(250 250 250 / 0.55);
}

.focus\:border-t-zinc-50\/60:focus{
  border-top-color: rgb(250 250 250 / 0.6);
}

.focus\:border-t-zinc-50\/65:focus{
  border-top-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(113 113 122 / 0.35);
}

.focus\:border-t-zinc-500\/40:focus{
  border-top-color: rgb(113 113 122 / 0.4);
}

.focus\:border-t-zinc-500\/45:focus{
  border-top-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(113 113 122 / 0.55);
}

.focus\:border-t-zinc-500\/60:focus{
  border-top-color: rgb(113 113 122 / 0.6);
}

.focus\:border-t-zinc-500\/65:focus{
  border-top-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(82 82 91 / 0.35);
}

.focus\:border-t-zinc-600\/40:focus{
  border-top-color: rgb(82 82 91 / 0.4);
}

.focus\:border-t-zinc-600\/45:focus{
  border-top-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(82 82 91 / 0.55);
}

.focus\:border-t-zinc-600\/60:focus{
  border-top-color: rgb(82 82 91 / 0.6);
}

.focus\:border-t-zinc-600\/65:focus{
  border-top-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(63 63 70 / 0.35);
}

.focus\:border-t-zinc-700\/40:focus{
  border-top-color: rgb(63 63 70 / 0.4);
}

.focus\:border-t-zinc-700\/45:focus{
  border-top-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(63 63 70 / 0.55);
}

.focus\:border-t-zinc-700\/60:focus{
  border-top-color: rgb(63 63 70 / 0.6);
}

.focus\:border-t-zinc-700\/65:focus{
  border-top-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(39 39 42 / 0.35);
}

.focus\:border-t-zinc-800\/40:focus{
  border-top-color: rgb(39 39 42 / 0.4);
}

.focus\:border-t-zinc-800\/45:focus{
  border-top-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(39 39 42 / 0.55);
}

.focus\:border-t-zinc-800\/60:focus{
  border-top-color: rgb(39 39 42 / 0.6);
}

.focus\:border-t-zinc-800\/65:focus{
  border-top-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(24 24 27 / 0.35);
}

.focus\:border-t-zinc-900\/40:focus{
  border-top-color: rgb(24 24 27 / 0.4);
}

.focus\:border-t-zinc-900\/45:focus{
  border-top-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(24 24 27 / 0.55);
}

.focus\:border-t-zinc-900\/60:focus{
  border-top-color: rgb(24 24 27 / 0.6);
}

.focus\:border-t-zinc-900\/65:focus{
  border-top-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  border-top-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  border-top-color: rgb(9 9 11 / 0.35);
}

.focus\:border-t-zinc-950\/40:focus{
  border-top-color: rgb(9 9 11 / 0.4);
}

.focus\:border-t-zinc-950\/45:focus{
  border-top-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  border-top-color: rgb(9 9 11 / 0.55);
}

.focus\:border-t-zinc-950\/60:focus{
  border-top-color: rgb(9 9 11 / 0.6);
}

.focus\:border-t-zinc-950\/65:focus{
  border-top-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  border-top-color: rgb(9 9 11 / 0.85);
}

.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-15:focus{
  --tw-border-opacity: 0.15;
}

.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-35:focus{
  --tw-border-opacity: 0.35;
}

.focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-45:focus{
  --tw-border-opacity: 0.45;
}

.focus\:border-opacity-5:focus{
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-55:focus{
  --tw-border-opacity: 0.55;
}

.focus\:border-opacity-60:focus{
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-65:focus{
  --tw-border-opacity: 0.65;
}

.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-85:focus{
  --tw-border-opacity: 0.85;
}

.focus\:border-opacity-90:focus{
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus{
  --tw-border-opacity: 0.95;
}

.focus\:bg-accent:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(70 109 148 / var(--tw-bg-opacity));
}

.focus\:bg-accent\/0:focus{
  background-color: rgb(70 109 148 / 0);
}

.focus\:bg-accent\/10:focus{
  background-color: rgb(70 109 148 / 0.1);
}

.focus\:bg-accent\/100:focus{
  background-color: rgb(70 109 148 / 1);
}

.focus\:bg-accent\/15:focus{
  background-color: rgb(70 109 148 / 0.15);
}

.focus\:bg-accent\/20:focus{
  background-color: rgb(70 109 148 / 0.2);
}

.focus\:bg-accent\/25:focus{
  background-color: rgb(70 109 148 / 0.25);
}

.focus\:bg-accent\/30:focus{
  background-color: rgb(70 109 148 / 0.3);
}

.focus\:bg-accent\/35:focus{
  background-color: rgb(70 109 148 / 0.35);
}

.focus\:bg-accent\/40:focus{
  background-color: rgb(70 109 148 / 0.4);
}

.focus\:bg-accent\/45:focus{
  background-color: rgb(70 109 148 / 0.45);
}

.focus\:bg-accent\/5:focus{
  background-color: rgb(70 109 148 / 0.05);
}

.focus\:bg-accent\/50:focus{
  background-color: rgb(70 109 148 / 0.5);
}

.focus\:bg-accent\/55:focus{
  background-color: rgb(70 109 148 / 0.55);
}

.focus\:bg-accent\/60:focus{
  background-color: rgb(70 109 148 / 0.6);
}

.focus\:bg-accent\/65:focus{
  background-color: rgb(70 109 148 / 0.65);
}

.focus\:bg-accent\/70:focus{
  background-color: rgb(70 109 148 / 0.7);
}

.focus\:bg-accent\/75:focus{
  background-color: rgb(70 109 148 / 0.75);
}

.focus\:bg-accent\/80:focus{
  background-color: rgb(70 109 148 / 0.8);
}

.focus\:bg-accent\/85:focus{
  background-color: rgb(70 109 148 / 0.85);
}

.focus\:bg-accent\/90:focus{
  background-color: rgb(70 109 148 / 0.9);
}

.focus\:bg-accent\/95:focus{
  background-color: rgb(70 109 148 / 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\/15:focus{
  background-color: rgb(254 243 199 / 0.15);
}

.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\/35:focus{
  background-color: rgb(254 243 199 / 0.35);
}

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

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

.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\/55:focus{
  background-color: rgb(254 243 199 / 0.55);
}

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

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

.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\/85:focus{
  background-color: rgb(254 243 199 / 0.85);
}

.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\/15:focus{
  background-color: rgb(253 230 138 / 0.15);
}

.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\/35:focus{
  background-color: rgb(253 230 138 / 0.35);
}

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

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

.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\/55:focus{
  background-color: rgb(253 230 138 / 0.55);
}

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

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

.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\/85:focus{
  background-color: rgb(253 230 138 / 0.85);
}

.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\/15:focus{
  background-color: rgb(252 211 77 / 0.15);
}

.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\/35:focus{
  background-color: rgb(252 211 77 / 0.35);
}

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

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

.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\/55:focus{
  background-color: rgb(252 211 77 / 0.55);
}

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

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

.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\/85:focus{
  background-color: rgb(252 211 77 / 0.85);
}

.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\/15:focus{
  background-color: rgb(251 191 36 / 0.15);
}

.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\/35:focus{
  background-color: rgb(251 191 36 / 0.35);
}

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

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

.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\/55:focus{
  background-color: rgb(251 191 36 / 0.55);
}

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

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

.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\/85:focus{
  background-color: rgb(251 191 36 / 0.85);
}

.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\/15:focus{
  background-color: rgb(255 251 235 / 0.15);
}

.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\/35:focus{
  background-color: rgb(255 251 235 / 0.35);
}

.focus\:bg-amber-50\/40:focus{
  background-color: rgb(255 251 235 / 0.4);
}

.focus\:bg-amber-50\/45:focus{
  background-color: rgb(255 251 235 / 0.45);
}

.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\/55:focus{
  background-color: rgb(255 251 235 / 0.55);
}

.focus\:bg-amber-50\/60:focus{
  background-color: rgb(255 251 235 / 0.6);
}

.focus\:bg-amber-50\/65:focus{
  background-color: rgb(255 251 235 / 0.65);
}

.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\/85:focus{
  background-color: rgb(255 251 235 / 0.85);
}

.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\/15:focus{
  background-color: rgb(245 158 11 / 0.15);
}

.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\/35:focus{
  background-color: rgb(245 158 11 / 0.35);
}

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

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

.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\/55:focus{
  background-color: rgb(245 158 11 / 0.55);
}

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

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

.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\/85:focus{
  background-color: rgb(245 158 11 / 0.85);
}

.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\/15:focus{
  background-color: rgb(217 119 6 / 0.15);
}

.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\/35:focus{
  background-color: rgb(217 119 6 / 0.35);
}

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

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

.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\/55:focus{
  background-color: rgb(217 119 6 / 0.55);
}

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

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

.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\/85:focus{
  background-color: rgb(217 119 6 / 0.85);
}

.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\/15:focus{
  background-color: rgb(180 83 9 / 0.15);
}

.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\/35:focus{
  background-color: rgb(180 83 9 / 0.35);
}

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

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

.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\/55:focus{
  background-color: rgb(180 83 9 / 0.55);
}

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

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

.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\/85:focus{
  background-color: rgb(180 83 9 / 0.85);
}

.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\/15:focus{
  background-color: rgb(146 64 14 / 0.15);
}

.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\/35:focus{
  background-color: rgb(146 64 14 / 0.35);
}

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

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

.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\/55:focus{
  background-color: rgb(146 64 14 / 0.55);
}

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

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

.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\/85:focus{
  background-color: rgb(146 64 14 / 0.85);
}

.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\/15:focus{
  background-color: rgb(120 53 15 / 0.15);
}

.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\/35:focus{
  background-color: rgb(120 53 15 / 0.35);
}

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

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

.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\/55:focus{
  background-color: rgb(120 53 15 / 0.55);
}

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

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

.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\/85:focus{
  background-color: rgb(120 53 15 / 0.85);
}

.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\/15:focus{
  background-color: rgb(69 26 3 / 0.15);
}

.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\/35:focus{
  background-color: rgb(69 26 3 / 0.35);
}

.focus\:bg-amber-950\/40:focus{
  background-color: rgb(69 26 3 / 0.4);
}

.focus\:bg-amber-950\/45:focus{
  background-color: rgb(69 26 3 / 0.45);
}

.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\/55:focus{
  background-color: rgb(69 26 3 / 0.55);
}

.focus\:bg-amber-950\/60:focus{
  background-color: rgb(69 26 3 / 0.6);
}

.focus\:bg-amber-950\/65:focus{
  background-color: rgb(69 26 3 / 0.65);
}

.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\/85:focus{
  background-color: rgb(69 26 3 / 0.85);
}

.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-background:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}

.focus\:bg-background\/0:focus{
  background-color: rgb(245 246 250 / 0);
}

.focus\:bg-background\/10:focus{
  background-color: rgb(245 246 250 / 0.1);
}

.focus\:bg-background\/100:focus{
  background-color: rgb(245 246 250 / 1);
}

.focus\:bg-background\/15:focus{
  background-color: rgb(245 246 250 / 0.15);
}

.focus\:bg-background\/20:focus{
  background-color: rgb(245 246 250 / 0.2);
}

.focus\:bg-background\/25:focus{
  background-color: rgb(245 246 250 / 0.25);
}

.focus\:bg-background\/30:focus{
  background-color: rgb(245 246 250 / 0.3);
}

.focus\:bg-background\/35:focus{
  background-color: rgb(245 246 250 / 0.35);
}

.focus\:bg-background\/40:focus{
  background-color: rgb(245 246 250 / 0.4);
}

.focus\:bg-background\/45:focus{
  background-color: rgb(245 246 250 / 0.45);
}

.focus\:bg-background\/5:focus{
  background-color: rgb(245 246 250 / 0.05);
}

.focus\:bg-background\/50:focus{
  background-color: rgb(245 246 250 / 0.5);
}

.focus\:bg-background\/55:focus{
  background-color: rgb(245 246 250 / 0.55);
}

.focus\:bg-background\/60:focus{
  background-color: rgb(245 246 250 / 0.6);
}

.focus\:bg-background\/65:focus{
  background-color: rgb(245 246 250 / 0.65);
}

.focus\:bg-background\/70:focus{
  background-color: rgb(245 246 250 / 0.7);
}

.focus\:bg-background\/75:focus{
  background-color: rgb(245 246 250 / 0.75);
}

.focus\:bg-background\/80:focus{
  background-color: rgb(245 246 250 / 0.8);
}

.focus\:bg-background\/85:focus{
  background-color: rgb(245 246 250 / 0.85);
}

.focus\:bg-background\/90:focus{
  background-color: rgb(245 246 250 / 0.9);
}

.focus\:bg-background\/95:focus{
  background-color: rgb(245 246 250 / 0.95);
}

.focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(41 44 53 / var(--tw-bg-opacity));
}

.focus\:bg-black\/0:focus{
  background-color: rgb(41 44 53 / 0);
}

.focus\:bg-black\/10:focus{
  background-color: rgb(41 44 53 / 0.1);
}

.focus\:bg-black\/100:focus{
  background-color: rgb(41 44 53 / 1);
}

.focus\:bg-black\/15:focus{
  background-color: rgb(41 44 53 / 0.15);
}

.focus\:bg-black\/20:focus{
  background-color: rgb(41 44 53 / 0.2);
}

.focus\:bg-black\/25:focus{
  background-color: rgb(41 44 53 / 0.25);
}

.focus\:bg-black\/30:focus{
  background-color: rgb(41 44 53 / 0.3);
}

.focus\:bg-black\/35:focus{
  background-color: rgb(41 44 53 / 0.35);
}

.focus\:bg-black\/40:focus{
  background-color: rgb(41 44 53 / 0.4);
}

.focus\:bg-black\/45:focus{
  background-color: rgb(41 44 53 / 0.45);
}

.focus\:bg-black\/5:focus{
  background-color: rgb(41 44 53 / 0.05);
}

.focus\:bg-black\/50:focus{
  background-color: rgb(41 44 53 / 0.5);
}

.focus\:bg-black\/55:focus{
  background-color: rgb(41 44 53 / 0.55);
}

.focus\:bg-black\/60:focus{
  background-color: rgb(41 44 53 / 0.6);
}

.focus\:bg-black\/65:focus{
  background-color: rgb(41 44 53 / 0.65);
}

.focus\:bg-black\/70:focus{
  background-color: rgb(41 44 53 / 0.7);
}

.focus\:bg-black\/75:focus{
  background-color: rgb(41 44 53 / 0.75);
}

.focus\:bg-black\/80:focus{
  background-color: rgb(41 44 53 / 0.8);
}

.focus\:bg-black\/85:focus{
  background-color: rgb(41 44 53 / 0.85);
}

.focus\:bg-black\/90:focus{
  background-color: rgb(41 44 53 / 0.9);
}

.focus\:bg-black\/95:focus{
  background-color: rgb(41 44 53 / 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\/15:focus{
  background-color: rgb(219 234 254 / 0.15);
}

.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\/35:focus{
  background-color: rgb(219 234 254 / 0.35);
}

.focus\:bg-blue-100\/40:focus{
  background-color: rgb(219 234 254 / 0.4);
}

.focus\:bg-blue-100\/45:focus{
  background-color: rgb(219 234 254 / 0.45);
}

.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\/55:focus{
  background-color: rgb(219 234 254 / 0.55);
}

.focus\:bg-blue-100\/60:focus{
  background-color: rgb(219 234 254 / 0.6);
}

.focus\:bg-blue-100\/65:focus{
  background-color: rgb(219 234 254 / 0.65);
}

.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\/85:focus{
  background-color: rgb(219 234 254 / 0.85);
}

.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\/15:focus{
  background-color: rgb(191 219 254 / 0.15);
}

.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\/35:focus{
  background-color: rgb(191 219 254 / 0.35);
}

.focus\:bg-blue-200\/40:focus{
  background-color: rgb(191 219 254 / 0.4);
}

.focus\:bg-blue-200\/45:focus{
  background-color: rgb(191 219 254 / 0.45);
}

.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\/55:focus{
  background-color: rgb(191 219 254 / 0.55);
}

.focus\:bg-blue-200\/60:focus{
  background-color: rgb(191 219 254 / 0.6);
}

.focus\:bg-blue-200\/65:focus{
  background-color: rgb(191 219 254 / 0.65);
}

.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\/85:focus{
  background-color: rgb(191 219 254 / 0.85);
}

.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\/15:focus{
  background-color: rgb(147 197 253 / 0.15);
}

.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\/35:focus{
  background-color: rgb(147 197 253 / 0.35);
}

.focus\:bg-blue-300\/40:focus{
  background-color: rgb(147 197 253 / 0.4);
}

.focus\:bg-blue-300\/45:focus{
  background-color: rgb(147 197 253 / 0.45);
}

.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\/55:focus{
  background-color: rgb(147 197 253 / 0.55);
}

.focus\:bg-blue-300\/60:focus{
  background-color: rgb(147 197 253 / 0.6);
}

.focus\:bg-blue-300\/65:focus{
  background-color: rgb(147 197 253 / 0.65);
}

.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\/85:focus{
  background-color: rgb(147 197 253 / 0.85);
}

.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\/15:focus{
  background-color: rgb(96 165 250 / 0.15);
}

.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\/35:focus{
  background-color: rgb(96 165 250 / 0.35);
}

.focus\:bg-blue-400\/40:focus{
  background-color: rgb(96 165 250 / 0.4);
}

.focus\:bg-blue-400\/45:focus{
  background-color: rgb(96 165 250 / 0.45);
}

.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\/55:focus{
  background-color: rgb(96 165 250 / 0.55);
}

.focus\:bg-blue-400\/60:focus{
  background-color: rgb(96 165 250 / 0.6);
}

.focus\:bg-blue-400\/65:focus{
  background-color: rgb(96 165 250 / 0.65);
}

.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\/85:focus{
  background-color: rgb(96 165 250 / 0.85);
}

.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\/15:focus{
  background-color: rgb(239 246 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(239 246 255 / 0.35);
}

.focus\:bg-blue-50\/40:focus{
  background-color: rgb(239 246 255 / 0.4);
}

.focus\:bg-blue-50\/45:focus{
  background-color: rgb(239 246 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(239 246 255 / 0.55);
}

.focus\:bg-blue-50\/60:focus{
  background-color: rgb(239 246 255 / 0.6);
}

.focus\:bg-blue-50\/65:focus{
  background-color: rgb(239 246 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(239 246 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(59 130 246 / 0.15);
}

.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\/35:focus{
  background-color: rgb(59 130 246 / 0.35);
}

.focus\:bg-blue-500\/40:focus{
  background-color: rgb(59 130 246 / 0.4);
}

.focus\:bg-blue-500\/45:focus{
  background-color: rgb(59 130 246 / 0.45);
}

.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\/55:focus{
  background-color: rgb(59 130 246 / 0.55);
}

.focus\:bg-blue-500\/60:focus{
  background-color: rgb(59 130 246 / 0.6);
}

.focus\:bg-blue-500\/65:focus{
  background-color: rgb(59 130 246 / 0.65);
}

.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\/85:focus{
  background-color: rgb(59 130 246 / 0.85);
}

.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\/15:focus{
  background-color: rgb(37 99 235 / 0.15);
}

.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\/35:focus{
  background-color: rgb(37 99 235 / 0.35);
}

.focus\:bg-blue-600\/40:focus{
  background-color: rgb(37 99 235 / 0.4);
}

.focus\:bg-blue-600\/45:focus{
  background-color: rgb(37 99 235 / 0.45);
}

.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\/55:focus{
  background-color: rgb(37 99 235 / 0.55);
}

.focus\:bg-blue-600\/60:focus{
  background-color: rgb(37 99 235 / 0.6);
}

.focus\:bg-blue-600\/65:focus{
  background-color: rgb(37 99 235 / 0.65);
}

.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\/85:focus{
  background-color: rgb(37 99 235 / 0.85);
}

.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\/15:focus{
  background-color: rgb(29 78 216 / 0.15);
}

.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\/35:focus{
  background-color: rgb(29 78 216 / 0.35);
}

.focus\:bg-blue-700\/40:focus{
  background-color: rgb(29 78 216 / 0.4);
}

.focus\:bg-blue-700\/45:focus{
  background-color: rgb(29 78 216 / 0.45);
}

.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\/55:focus{
  background-color: rgb(29 78 216 / 0.55);
}

.focus\:bg-blue-700\/60:focus{
  background-color: rgb(29 78 216 / 0.6);
}

.focus\:bg-blue-700\/65:focus{
  background-color: rgb(29 78 216 / 0.65);
}

.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\/85:focus{
  background-color: rgb(29 78 216 / 0.85);
}

.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\/15:focus{
  background-color: rgb(30 64 175 / 0.15);
}

.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\/35:focus{
  background-color: rgb(30 64 175 / 0.35);
}

.focus\:bg-blue-800\/40:focus{
  background-color: rgb(30 64 175 / 0.4);
}

.focus\:bg-blue-800\/45:focus{
  background-color: rgb(30 64 175 / 0.45);
}

.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\/55:focus{
  background-color: rgb(30 64 175 / 0.55);
}

.focus\:bg-blue-800\/60:focus{
  background-color: rgb(30 64 175 / 0.6);
}

.focus\:bg-blue-800\/65:focus{
  background-color: rgb(30 64 175 / 0.65);
}

.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\/85:focus{
  background-color: rgb(30 64 175 / 0.85);
}

.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\/15:focus{
  background-color: rgb(30 58 138 / 0.15);
}

.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\/35:focus{
  background-color: rgb(30 58 138 / 0.35);
}

.focus\:bg-blue-900\/40:focus{
  background-color: rgb(30 58 138 / 0.4);
}

.focus\:bg-blue-900\/45:focus{
  background-color: rgb(30 58 138 / 0.45);
}

.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\/55:focus{
  background-color: rgb(30 58 138 / 0.55);
}

.focus\:bg-blue-900\/60:focus{
  background-color: rgb(30 58 138 / 0.6);
}

.focus\:bg-blue-900\/65:focus{
  background-color: rgb(30 58 138 / 0.65);
}

.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\/85:focus{
  background-color: rgb(30 58 138 / 0.85);
}

.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\/15:focus{
  background-color: rgb(23 37 84 / 0.15);
}

.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\/35:focus{
  background-color: rgb(23 37 84 / 0.35);
}

.focus\:bg-blue-950\/40:focus{
  background-color: rgb(23 37 84 / 0.4);
}

.focus\:bg-blue-950\/45:focus{
  background-color: rgb(23 37 84 / 0.45);
}

.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\/55:focus{
  background-color: rgb(23 37 84 / 0.55);
}

.focus\:bg-blue-950\/60:focus{
  background-color: rgb(23 37 84 / 0.6);
}

.focus\:bg-blue-950\/65:focus{
  background-color: rgb(23 37 84 / 0.65);
}

.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\/85:focus{
  background-color: rgb(23 37 84 / 0.85);
}

.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-csv:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 138 43 / var(--tw-bg-opacity));
}

.focus\:bg-csv-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 37 / var(--tw-bg-opacity));
}

.focus\:bg-csv-hover\/0:focus{
  background-color: rgb(0 114 37 / 0);
}

.focus\:bg-csv-hover\/10:focus{
  background-color: rgb(0 114 37 / 0.1);
}

.focus\:bg-csv-hover\/100:focus{
  background-color: rgb(0 114 37 / 1);
}

.focus\:bg-csv-hover\/15:focus{
  background-color: rgb(0 114 37 / 0.15);
}

.focus\:bg-csv-hover\/20:focus{
  background-color: rgb(0 114 37 / 0.2);
}

.focus\:bg-csv-hover\/25:focus{
  background-color: rgb(0 114 37 / 0.25);
}

.focus\:bg-csv-hover\/30:focus{
  background-color: rgb(0 114 37 / 0.3);
}

.focus\:bg-csv-hover\/35:focus{
  background-color: rgb(0 114 37 / 0.35);
}

.focus\:bg-csv-hover\/40:focus{
  background-color: rgb(0 114 37 / 0.4);
}

.focus\:bg-csv-hover\/45:focus{
  background-color: rgb(0 114 37 / 0.45);
}

.focus\:bg-csv-hover\/5:focus{
  background-color: rgb(0 114 37 / 0.05);
}

.focus\:bg-csv-hover\/50:focus{
  background-color: rgb(0 114 37 / 0.5);
}

.focus\:bg-csv-hover\/55:focus{
  background-color: rgb(0 114 37 / 0.55);
}

.focus\:bg-csv-hover\/60:focus{
  background-color: rgb(0 114 37 / 0.6);
}

.focus\:bg-csv-hover\/65:focus{
  background-color: rgb(0 114 37 / 0.65);
}

.focus\:bg-csv-hover\/70:focus{
  background-color: rgb(0 114 37 / 0.7);
}

.focus\:bg-csv-hover\/75:focus{
  background-color: rgb(0 114 37 / 0.75);
}

.focus\:bg-csv-hover\/80:focus{
  background-color: rgb(0 114 37 / 0.8);
}

.focus\:bg-csv-hover\/85:focus{
  background-color: rgb(0 114 37 / 0.85);
}

.focus\:bg-csv-hover\/90:focus{
  background-color: rgb(0 114 37 / 0.9);
}

.focus\:bg-csv-hover\/95:focus{
  background-color: rgb(0 114 37 / 0.95);
}

.focus\:bg-csv\/0:focus{
  background-color: rgb(0 138 43 / 0);
}

.focus\:bg-csv\/10:focus{
  background-color: rgb(0 138 43 / 0.1);
}

.focus\:bg-csv\/100:focus{
  background-color: rgb(0 138 43 / 1);
}

.focus\:bg-csv\/15:focus{
  background-color: rgb(0 138 43 / 0.15);
}

.focus\:bg-csv\/20:focus{
  background-color: rgb(0 138 43 / 0.2);
}

.focus\:bg-csv\/25:focus{
  background-color: rgb(0 138 43 / 0.25);
}

.focus\:bg-csv\/30:focus{
  background-color: rgb(0 138 43 / 0.3);
}

.focus\:bg-csv\/35:focus{
  background-color: rgb(0 138 43 / 0.35);
}

.focus\:bg-csv\/40:focus{
  background-color: rgb(0 138 43 / 0.4);
}

.focus\:bg-csv\/45:focus{
  background-color: rgb(0 138 43 / 0.45);
}

.focus\:bg-csv\/5:focus{
  background-color: rgb(0 138 43 / 0.05);
}

.focus\:bg-csv\/50:focus{
  background-color: rgb(0 138 43 / 0.5);
}

.focus\:bg-csv\/55:focus{
  background-color: rgb(0 138 43 / 0.55);
}

.focus\:bg-csv\/60:focus{
  background-color: rgb(0 138 43 / 0.6);
}

.focus\:bg-csv\/65:focus{
  background-color: rgb(0 138 43 / 0.65);
}

.focus\:bg-csv\/70:focus{
  background-color: rgb(0 138 43 / 0.7);
}

.focus\:bg-csv\/75:focus{
  background-color: rgb(0 138 43 / 0.75);
}

.focus\:bg-csv\/80:focus{
  background-color: rgb(0 138 43 / 0.8);
}

.focus\:bg-csv\/85:focus{
  background-color: rgb(0 138 43 / 0.85);
}

.focus\:bg-csv\/90:focus{
  background-color: rgb(0 138 43 / 0.9);
}

.focus\:bg-csv\/95:focus{
  background-color: rgb(0 138 43 / 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\/15:focus{
  background-color: rgb(207 250 254 / 0.15);
}

.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\/35:focus{
  background-color: rgb(207 250 254 / 0.35);
}

.focus\:bg-cyan-100\/40:focus{
  background-color: rgb(207 250 254 / 0.4);
}

.focus\:bg-cyan-100\/45:focus{
  background-color: rgb(207 250 254 / 0.45);
}

.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\/55:focus{
  background-color: rgb(207 250 254 / 0.55);
}

.focus\:bg-cyan-100\/60:focus{
  background-color: rgb(207 250 254 / 0.6);
}

.focus\:bg-cyan-100\/65:focus{
  background-color: rgb(207 250 254 / 0.65);
}

.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\/85:focus{
  background-color: rgb(207 250 254 / 0.85);
}

.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\/15:focus{
  background-color: rgb(165 243 252 / 0.15);
}

.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\/35:focus{
  background-color: rgb(165 243 252 / 0.35);
}

.focus\:bg-cyan-200\/40:focus{
  background-color: rgb(165 243 252 / 0.4);
}

.focus\:bg-cyan-200\/45:focus{
  background-color: rgb(165 243 252 / 0.45);
}

.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\/55:focus{
  background-color: rgb(165 243 252 / 0.55);
}

.focus\:bg-cyan-200\/60:focus{
  background-color: rgb(165 243 252 / 0.6);
}

.focus\:bg-cyan-200\/65:focus{
  background-color: rgb(165 243 252 / 0.65);
}

.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\/85:focus{
  background-color: rgb(165 243 252 / 0.85);
}

.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\/15:focus{
  background-color: rgb(103 232 249 / 0.15);
}

.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\/35:focus{
  background-color: rgb(103 232 249 / 0.35);
}

.focus\:bg-cyan-300\/40:focus{
  background-color: rgb(103 232 249 / 0.4);
}

.focus\:bg-cyan-300\/45:focus{
  background-color: rgb(103 232 249 / 0.45);
}

.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\/55:focus{
  background-color: rgb(103 232 249 / 0.55);
}

.focus\:bg-cyan-300\/60:focus{
  background-color: rgb(103 232 249 / 0.6);
}

.focus\:bg-cyan-300\/65:focus{
  background-color: rgb(103 232 249 / 0.65);
}

.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\/85:focus{
  background-color: rgb(103 232 249 / 0.85);
}

.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\/15:focus{
  background-color: rgb(34 211 238 / 0.15);
}

.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\/35:focus{
  background-color: rgb(34 211 238 / 0.35);
}

.focus\:bg-cyan-400\/40:focus{
  background-color: rgb(34 211 238 / 0.4);
}

.focus\:bg-cyan-400\/45:focus{
  background-color: rgb(34 211 238 / 0.45);
}

.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\/55:focus{
  background-color: rgb(34 211 238 / 0.55);
}

.focus\:bg-cyan-400\/60:focus{
  background-color: rgb(34 211 238 / 0.6);
}

.focus\:bg-cyan-400\/65:focus{
  background-color: rgb(34 211 238 / 0.65);
}

.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\/85:focus{
  background-color: rgb(34 211 238 / 0.85);
}

.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\/15:focus{
  background-color: rgb(236 254 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(236 254 255 / 0.35);
}

.focus\:bg-cyan-50\/40:focus{
  background-color: rgb(236 254 255 / 0.4);
}

.focus\:bg-cyan-50\/45:focus{
  background-color: rgb(236 254 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(236 254 255 / 0.55);
}

.focus\:bg-cyan-50\/60:focus{
  background-color: rgb(236 254 255 / 0.6);
}

.focus\:bg-cyan-50\/65:focus{
  background-color: rgb(236 254 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(236 254 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(6 182 212 / 0.15);
}

.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\/35:focus{
  background-color: rgb(6 182 212 / 0.35);
}

.focus\:bg-cyan-500\/40:focus{
  background-color: rgb(6 182 212 / 0.4);
}

.focus\:bg-cyan-500\/45:focus{
  background-color: rgb(6 182 212 / 0.45);
}

.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\/55:focus{
  background-color: rgb(6 182 212 / 0.55);
}

.focus\:bg-cyan-500\/60:focus{
  background-color: rgb(6 182 212 / 0.6);
}

.focus\:bg-cyan-500\/65:focus{
  background-color: rgb(6 182 212 / 0.65);
}

.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\/85:focus{
  background-color: rgb(6 182 212 / 0.85);
}

.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\/15:focus{
  background-color: rgb(8 145 178 / 0.15);
}

.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\/35:focus{
  background-color: rgb(8 145 178 / 0.35);
}

.focus\:bg-cyan-600\/40:focus{
  background-color: rgb(8 145 178 / 0.4);
}

.focus\:bg-cyan-600\/45:focus{
  background-color: rgb(8 145 178 / 0.45);
}

.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\/55:focus{
  background-color: rgb(8 145 178 / 0.55);
}

.focus\:bg-cyan-600\/60:focus{
  background-color: rgb(8 145 178 / 0.6);
}

.focus\:bg-cyan-600\/65:focus{
  background-color: rgb(8 145 178 / 0.65);
}

.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\/85:focus{
  background-color: rgb(8 145 178 / 0.85);
}

.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\/15:focus{
  background-color: rgb(14 116 144 / 0.15);
}

.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\/35:focus{
  background-color: rgb(14 116 144 / 0.35);
}

.focus\:bg-cyan-700\/40:focus{
  background-color: rgb(14 116 144 / 0.4);
}

.focus\:bg-cyan-700\/45:focus{
  background-color: rgb(14 116 144 / 0.45);
}

.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\/55:focus{
  background-color: rgb(14 116 144 / 0.55);
}

.focus\:bg-cyan-700\/60:focus{
  background-color: rgb(14 116 144 / 0.6);
}

.focus\:bg-cyan-700\/65:focus{
  background-color: rgb(14 116 144 / 0.65);
}

.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\/85:focus{
  background-color: rgb(14 116 144 / 0.85);
}

.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\/15:focus{
  background-color: rgb(21 94 117 / 0.15);
}

.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\/35:focus{
  background-color: rgb(21 94 117 / 0.35);
}

.focus\:bg-cyan-800\/40:focus{
  background-color: rgb(21 94 117 / 0.4);
}

.focus\:bg-cyan-800\/45:focus{
  background-color: rgb(21 94 117 / 0.45);
}

.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\/55:focus{
  background-color: rgb(21 94 117 / 0.55);
}

.focus\:bg-cyan-800\/60:focus{
  background-color: rgb(21 94 117 / 0.6);
}

.focus\:bg-cyan-800\/65:focus{
  background-color: rgb(21 94 117 / 0.65);
}

.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\/85:focus{
  background-color: rgb(21 94 117 / 0.85);
}

.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\/15:focus{
  background-color: rgb(22 78 99 / 0.15);
}

.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\/35:focus{
  background-color: rgb(22 78 99 / 0.35);
}

.focus\:bg-cyan-900\/40:focus{
  background-color: rgb(22 78 99 / 0.4);
}

.focus\:bg-cyan-900\/45:focus{
  background-color: rgb(22 78 99 / 0.45);
}

.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\/55:focus{
  background-color: rgb(22 78 99 / 0.55);
}

.focus\:bg-cyan-900\/60:focus{
  background-color: rgb(22 78 99 / 0.6);
}

.focus\:bg-cyan-900\/65:focus{
  background-color: rgb(22 78 99 / 0.65);
}

.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\/85:focus{
  background-color: rgb(22 78 99 / 0.85);
}

.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\/15:focus{
  background-color: rgb(8 51 68 / 0.15);
}

.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\/35:focus{
  background-color: rgb(8 51 68 / 0.35);
}

.focus\:bg-cyan-950\/40:focus{
  background-color: rgb(8 51 68 / 0.4);
}

.focus\:bg-cyan-950\/45:focus{
  background-color: rgb(8 51 68 / 0.45);
}

.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\/55:focus{
  background-color: rgb(8 51 68 / 0.55);
}

.focus\:bg-cyan-950\/60:focus{
  background-color: rgb(8 51 68 / 0.6);
}

.focus\:bg-cyan-950\/65:focus{
  background-color: rgb(8 51 68 / 0.65);
}

.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\/85:focus{
  background-color: rgb(8 51 68 / 0.85);
}

.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-danger:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(207 59 54 / var(--tw-bg-opacity));
}

.focus\:bg-danger-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(193 49 44 / var(--tw-bg-opacity));
}

.focus\:bg-danger-hover\/0:focus{
  background-color: rgb(193 49 44 / 0);
}

.focus\:bg-danger-hover\/10:focus{
  background-color: rgb(193 49 44 / 0.1);
}

.focus\:bg-danger-hover\/100:focus{
  background-color: rgb(193 49 44 / 1);
}

.focus\:bg-danger-hover\/15:focus{
  background-color: rgb(193 49 44 / 0.15);
}

.focus\:bg-danger-hover\/20:focus{
  background-color: rgb(193 49 44 / 0.2);
}

.focus\:bg-danger-hover\/25:focus{
  background-color: rgb(193 49 44 / 0.25);
}

.focus\:bg-danger-hover\/30:focus{
  background-color: rgb(193 49 44 / 0.3);
}

.focus\:bg-danger-hover\/35:focus{
  background-color: rgb(193 49 44 / 0.35);
}

.focus\:bg-danger-hover\/40:focus{
  background-color: rgb(193 49 44 / 0.4);
}

.focus\:bg-danger-hover\/45:focus{
  background-color: rgb(193 49 44 / 0.45);
}

.focus\:bg-danger-hover\/5:focus{
  background-color: rgb(193 49 44 / 0.05);
}

.focus\:bg-danger-hover\/50:focus{
  background-color: rgb(193 49 44 / 0.5);
}

.focus\:bg-danger-hover\/55:focus{
  background-color: rgb(193 49 44 / 0.55);
}

.focus\:bg-danger-hover\/60:focus{
  background-color: rgb(193 49 44 / 0.6);
}

.focus\:bg-danger-hover\/65:focus{
  background-color: rgb(193 49 44 / 0.65);
}

.focus\:bg-danger-hover\/70:focus{
  background-color: rgb(193 49 44 / 0.7);
}

.focus\:bg-danger-hover\/75:focus{
  background-color: rgb(193 49 44 / 0.75);
}

.focus\:bg-danger-hover\/80:focus{
  background-color: rgb(193 49 44 / 0.8);
}

.focus\:bg-danger-hover\/85:focus{
  background-color: rgb(193 49 44 / 0.85);
}

.focus\:bg-danger-hover\/90:focus{
  background-color: rgb(193 49 44 / 0.9);
}

.focus\:bg-danger-hover\/95:focus{
  background-color: rgb(193 49 44 / 0.95);
}

.focus\:bg-danger\/0:focus{
  background-color: rgb(207 59 54 / 0);
}

.focus\:bg-danger\/10:focus{
  background-color: rgb(207 59 54 / 0.1);
}

.focus\:bg-danger\/100:focus{
  background-color: rgb(207 59 54 / 1);
}

.focus\:bg-danger\/15:focus{
  background-color: rgb(207 59 54 / 0.15);
}

.focus\:bg-danger\/20:focus{
  background-color: rgb(207 59 54 / 0.2);
}

.focus\:bg-danger\/25:focus{
  background-color: rgb(207 59 54 / 0.25);
}

.focus\:bg-danger\/30:focus{
  background-color: rgb(207 59 54 / 0.3);
}

.focus\:bg-danger\/35:focus{
  background-color: rgb(207 59 54 / 0.35);
}

.focus\:bg-danger\/40:focus{
  background-color: rgb(207 59 54 / 0.4);
}

.focus\:bg-danger\/45:focus{
  background-color: rgb(207 59 54 / 0.45);
}

.focus\:bg-danger\/5:focus{
  background-color: rgb(207 59 54 / 0.05);
}

.focus\:bg-danger\/50:focus{
  background-color: rgb(207 59 54 / 0.5);
}

.focus\:bg-danger\/55:focus{
  background-color: rgb(207 59 54 / 0.55);
}

.focus\:bg-danger\/60:focus{
  background-color: rgb(207 59 54 / 0.6);
}

.focus\:bg-danger\/65:focus{
  background-color: rgb(207 59 54 / 0.65);
}

.focus\:bg-danger\/70:focus{
  background-color: rgb(207 59 54 / 0.7);
}

.focus\:bg-danger\/75:focus{
  background-color: rgb(207 59 54 / 0.75);
}

.focus\:bg-danger\/80:focus{
  background-color: rgb(207 59 54 / 0.8);
}

.focus\:bg-danger\/85:focus{
  background-color: rgb(207 59 54 / 0.85);
}

.focus\:bg-danger\/90:focus{
  background-color: rgb(207 59 54 / 0.9);
}

.focus\:bg-danger\/95:focus{
  background-color: rgb(207 59 54 / 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\/15:focus{
  background-color: rgb(209 250 229 / 0.15);
}

.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\/35:focus{
  background-color: rgb(209 250 229 / 0.35);
}

.focus\:bg-emerald-100\/40:focus{
  background-color: rgb(209 250 229 / 0.4);
}

.focus\:bg-emerald-100\/45:focus{
  background-color: rgb(209 250 229 / 0.45);
}

.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\/55:focus{
  background-color: rgb(209 250 229 / 0.55);
}

.focus\:bg-emerald-100\/60:focus{
  background-color: rgb(209 250 229 / 0.6);
}

.focus\:bg-emerald-100\/65:focus{
  background-color: rgb(209 250 229 / 0.65);
}

.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\/85:focus{
  background-color: rgb(209 250 229 / 0.85);
}

.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\/15:focus{
  background-color: rgb(167 243 208 / 0.15);
}

.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\/35:focus{
  background-color: rgb(167 243 208 / 0.35);
}

.focus\:bg-emerald-200\/40:focus{
  background-color: rgb(167 243 208 / 0.4);
}

.focus\:bg-emerald-200\/45:focus{
  background-color: rgb(167 243 208 / 0.45);
}

.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\/55:focus{
  background-color: rgb(167 243 208 / 0.55);
}

.focus\:bg-emerald-200\/60:focus{
  background-color: rgb(167 243 208 / 0.6);
}

.focus\:bg-emerald-200\/65:focus{
  background-color: rgb(167 243 208 / 0.65);
}

.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\/85:focus{
  background-color: rgb(167 243 208 / 0.85);
}

.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\/15:focus{
  background-color: rgb(110 231 183 / 0.15);
}

.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\/35:focus{
  background-color: rgb(110 231 183 / 0.35);
}

.focus\:bg-emerald-300\/40:focus{
  background-color: rgb(110 231 183 / 0.4);
}

.focus\:bg-emerald-300\/45:focus{
  background-color: rgb(110 231 183 / 0.45);
}

.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\/55:focus{
  background-color: rgb(110 231 183 / 0.55);
}

.focus\:bg-emerald-300\/60:focus{
  background-color: rgb(110 231 183 / 0.6);
}

.focus\:bg-emerald-300\/65:focus{
  background-color: rgb(110 231 183 / 0.65);
}

.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\/85:focus{
  background-color: rgb(110 231 183 / 0.85);
}

.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\/15:focus{
  background-color: rgb(52 211 153 / 0.15);
}

.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\/35:focus{
  background-color: rgb(52 211 153 / 0.35);
}

.focus\:bg-emerald-400\/40:focus{
  background-color: rgb(52 211 153 / 0.4);
}

.focus\:bg-emerald-400\/45:focus{
  background-color: rgb(52 211 153 / 0.45);
}

.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\/55:focus{
  background-color: rgb(52 211 153 / 0.55);
}

.focus\:bg-emerald-400\/60:focus{
  background-color: rgb(52 211 153 / 0.6);
}

.focus\:bg-emerald-400\/65:focus{
  background-color: rgb(52 211 153 / 0.65);
}

.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\/85:focus{
  background-color: rgb(52 211 153 / 0.85);
}

.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\/15:focus{
  background-color: rgb(236 253 245 / 0.15);
}

.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\/35:focus{
  background-color: rgb(236 253 245 / 0.35);
}

.focus\:bg-emerald-50\/40:focus{
  background-color: rgb(236 253 245 / 0.4);
}

.focus\:bg-emerald-50\/45:focus{
  background-color: rgb(236 253 245 / 0.45);
}

.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\/55:focus{
  background-color: rgb(236 253 245 / 0.55);
}

.focus\:bg-emerald-50\/60:focus{
  background-color: rgb(236 253 245 / 0.6);
}

.focus\:bg-emerald-50\/65:focus{
  background-color: rgb(236 253 245 / 0.65);
}

.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\/85:focus{
  background-color: rgb(236 253 245 / 0.85);
}

.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\/15:focus{
  background-color: rgb(16 185 129 / 0.15);
}

.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\/35:focus{
  background-color: rgb(16 185 129 / 0.35);
}

.focus\:bg-emerald-500\/40:focus{
  background-color: rgb(16 185 129 / 0.4);
}

.focus\:bg-emerald-500\/45:focus{
  background-color: rgb(16 185 129 / 0.45);
}

.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\/55:focus{
  background-color: rgb(16 185 129 / 0.55);
}

.focus\:bg-emerald-500\/60:focus{
  background-color: rgb(16 185 129 / 0.6);
}

.focus\:bg-emerald-500\/65:focus{
  background-color: rgb(16 185 129 / 0.65);
}

.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\/85:focus{
  background-color: rgb(16 185 129 / 0.85);
}

.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\/15:focus{
  background-color: rgb(5 150 105 / 0.15);
}

.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\/35:focus{
  background-color: rgb(5 150 105 / 0.35);
}

.focus\:bg-emerald-600\/40:focus{
  background-color: rgb(5 150 105 / 0.4);
}

.focus\:bg-emerald-600\/45:focus{
  background-color: rgb(5 150 105 / 0.45);
}

.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\/55:focus{
  background-color: rgb(5 150 105 / 0.55);
}

.focus\:bg-emerald-600\/60:focus{
  background-color: rgb(5 150 105 / 0.6);
}

.focus\:bg-emerald-600\/65:focus{
  background-color: rgb(5 150 105 / 0.65);
}

.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\/85:focus{
  background-color: rgb(5 150 105 / 0.85);
}

.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\/15:focus{
  background-color: rgb(4 120 87 / 0.15);
}

.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\/35:focus{
  background-color: rgb(4 120 87 / 0.35);
}

.focus\:bg-emerald-700\/40:focus{
  background-color: rgb(4 120 87 / 0.4);
}

.focus\:bg-emerald-700\/45:focus{
  background-color: rgb(4 120 87 / 0.45);
}

.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\/55:focus{
  background-color: rgb(4 120 87 / 0.55);
}

.focus\:bg-emerald-700\/60:focus{
  background-color: rgb(4 120 87 / 0.6);
}

.focus\:bg-emerald-700\/65:focus{
  background-color: rgb(4 120 87 / 0.65);
}

.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\/85:focus{
  background-color: rgb(4 120 87 / 0.85);
}

.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\/15:focus{
  background-color: rgb(6 95 70 / 0.15);
}

.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\/35:focus{
  background-color: rgb(6 95 70 / 0.35);
}

.focus\:bg-emerald-800\/40:focus{
  background-color: rgb(6 95 70 / 0.4);
}

.focus\:bg-emerald-800\/45:focus{
  background-color: rgb(6 95 70 / 0.45);
}

.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\/55:focus{
  background-color: rgb(6 95 70 / 0.55);
}

.focus\:bg-emerald-800\/60:focus{
  background-color: rgb(6 95 70 / 0.6);
}

.focus\:bg-emerald-800\/65:focus{
  background-color: rgb(6 95 70 / 0.65);
}

.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\/85:focus{
  background-color: rgb(6 95 70 / 0.85);
}

.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\/15:focus{
  background-color: rgb(6 78 59 / 0.15);
}

.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\/35:focus{
  background-color: rgb(6 78 59 / 0.35);
}

.focus\:bg-emerald-900\/40:focus{
  background-color: rgb(6 78 59 / 0.4);
}

.focus\:bg-emerald-900\/45:focus{
  background-color: rgb(6 78 59 / 0.45);
}

.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\/55:focus{
  background-color: rgb(6 78 59 / 0.55);
}

.focus\:bg-emerald-900\/60:focus{
  background-color: rgb(6 78 59 / 0.6);
}

.focus\:bg-emerald-900\/65:focus{
  background-color: rgb(6 78 59 / 0.65);
}

.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\/85:focus{
  background-color: rgb(6 78 59 / 0.85);
}

.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\/15:focus{
  background-color: rgb(2 44 34 / 0.15);
}

.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\/35:focus{
  background-color: rgb(2 44 34 / 0.35);
}

.focus\:bg-emerald-950\/40:focus{
  background-color: rgb(2 44 34 / 0.4);
}

.focus\:bg-emerald-950\/45:focus{
  background-color: rgb(2 44 34 / 0.45);
}

.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\/55:focus{
  background-color: rgb(2 44 34 / 0.55);
}

.focus\:bg-emerald-950\/60:focus{
  background-color: rgb(2 44 34 / 0.6);
}

.focus\:bg-emerald-950\/65:focus{
  background-color: rgb(2 44 34 / 0.65);
}

.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\/85:focus{
  background-color: rgb(2 44 34 / 0.85);
}

.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-excel:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(11 160 123 / var(--tw-bg-opacity));
}

.focus\:bg-excel-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(9 138 107 / var(--tw-bg-opacity));
}

.focus\:bg-excel-hover\/0:focus{
  background-color: rgb(9 138 107 / 0);
}

.focus\:bg-excel-hover\/10:focus{
  background-color: rgb(9 138 107 / 0.1);
}

.focus\:bg-excel-hover\/100:focus{
  background-color: rgb(9 138 107 / 1);
}

.focus\:bg-excel-hover\/15:focus{
  background-color: rgb(9 138 107 / 0.15);
}

.focus\:bg-excel-hover\/20:focus{
  background-color: rgb(9 138 107 / 0.2);
}

.focus\:bg-excel-hover\/25:focus{
  background-color: rgb(9 138 107 / 0.25);
}

.focus\:bg-excel-hover\/30:focus{
  background-color: rgb(9 138 107 / 0.3);
}

.focus\:bg-excel-hover\/35:focus{
  background-color: rgb(9 138 107 / 0.35);
}

.focus\:bg-excel-hover\/40:focus{
  background-color: rgb(9 138 107 / 0.4);
}

.focus\:bg-excel-hover\/45:focus{
  background-color: rgb(9 138 107 / 0.45);
}

.focus\:bg-excel-hover\/5:focus{
  background-color: rgb(9 138 107 / 0.05);
}

.focus\:bg-excel-hover\/50:focus{
  background-color: rgb(9 138 107 / 0.5);
}

.focus\:bg-excel-hover\/55:focus{
  background-color: rgb(9 138 107 / 0.55);
}

.focus\:bg-excel-hover\/60:focus{
  background-color: rgb(9 138 107 / 0.6);
}

.focus\:bg-excel-hover\/65:focus{
  background-color: rgb(9 138 107 / 0.65);
}

.focus\:bg-excel-hover\/70:focus{
  background-color: rgb(9 138 107 / 0.7);
}

.focus\:bg-excel-hover\/75:focus{
  background-color: rgb(9 138 107 / 0.75);
}

.focus\:bg-excel-hover\/80:focus{
  background-color: rgb(9 138 107 / 0.8);
}

.focus\:bg-excel-hover\/85:focus{
  background-color: rgb(9 138 107 / 0.85);
}

.focus\:bg-excel-hover\/90:focus{
  background-color: rgb(9 138 107 / 0.9);
}

.focus\:bg-excel-hover\/95:focus{
  background-color: rgb(9 138 107 / 0.95);
}

.focus\:bg-excel\/0:focus{
  background-color: rgb(11 160 123 / 0);
}

.focus\:bg-excel\/10:focus{
  background-color: rgb(11 160 123 / 0.1);
}

.focus\:bg-excel\/100:focus{
  background-color: rgb(11 160 123 / 1);
}

.focus\:bg-excel\/15:focus{
  background-color: rgb(11 160 123 / 0.15);
}

.focus\:bg-excel\/20:focus{
  background-color: rgb(11 160 123 / 0.2);
}

.focus\:bg-excel\/25:focus{
  background-color: rgb(11 160 123 / 0.25);
}

.focus\:bg-excel\/30:focus{
  background-color: rgb(11 160 123 / 0.3);
}

.focus\:bg-excel\/35:focus{
  background-color: rgb(11 160 123 / 0.35);
}

.focus\:bg-excel\/40:focus{
  background-color: rgb(11 160 123 / 0.4);
}

.focus\:bg-excel\/45:focus{
  background-color: rgb(11 160 123 / 0.45);
}

.focus\:bg-excel\/5:focus{
  background-color: rgb(11 160 123 / 0.05);
}

.focus\:bg-excel\/50:focus{
  background-color: rgb(11 160 123 / 0.5);
}

.focus\:bg-excel\/55:focus{
  background-color: rgb(11 160 123 / 0.55);
}

.focus\:bg-excel\/60:focus{
  background-color: rgb(11 160 123 / 0.6);
}

.focus\:bg-excel\/65:focus{
  background-color: rgb(11 160 123 / 0.65);
}

.focus\:bg-excel\/70:focus{
  background-color: rgb(11 160 123 / 0.7);
}

.focus\:bg-excel\/75:focus{
  background-color: rgb(11 160 123 / 0.75);
}

.focus\:bg-excel\/80:focus{
  background-color: rgb(11 160 123 / 0.8);
}

.focus\:bg-excel\/85:focus{
  background-color: rgb(11 160 123 / 0.85);
}

.focus\:bg-excel\/90:focus{
  background-color: rgb(11 160 123 / 0.9);
}

.focus\:bg-excel\/95:focus{
  background-color: rgb(11 160 123 / 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\/15:focus{
  background-color: rgb(250 232 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(250 232 255 / 0.35);
}

.focus\:bg-fuchsia-100\/40:focus{
  background-color: rgb(250 232 255 / 0.4);
}

.focus\:bg-fuchsia-100\/45:focus{
  background-color: rgb(250 232 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(250 232 255 / 0.55);
}

.focus\:bg-fuchsia-100\/60:focus{
  background-color: rgb(250 232 255 / 0.6);
}

.focus\:bg-fuchsia-100\/65:focus{
  background-color: rgb(250 232 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(250 232 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(245 208 254 / 0.15);
}

.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\/35:focus{
  background-color: rgb(245 208 254 / 0.35);
}

.focus\:bg-fuchsia-200\/40:focus{
  background-color: rgb(245 208 254 / 0.4);
}

.focus\:bg-fuchsia-200\/45:focus{
  background-color: rgb(245 208 254 / 0.45);
}

.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\/55:focus{
  background-color: rgb(245 208 254 / 0.55);
}

.focus\:bg-fuchsia-200\/60:focus{
  background-color: rgb(245 208 254 / 0.6);
}

.focus\:bg-fuchsia-200\/65:focus{
  background-color: rgb(245 208 254 / 0.65);
}

.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\/85:focus{
  background-color: rgb(245 208 254 / 0.85);
}

.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\/15:focus{
  background-color: rgb(240 171 252 / 0.15);
}

.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\/35:focus{
  background-color: rgb(240 171 252 / 0.35);
}

.focus\:bg-fuchsia-300\/40:focus{
  background-color: rgb(240 171 252 / 0.4);
}

.focus\:bg-fuchsia-300\/45:focus{
  background-color: rgb(240 171 252 / 0.45);
}

.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\/55:focus{
  background-color: rgb(240 171 252 / 0.55);
}

.focus\:bg-fuchsia-300\/60:focus{
  background-color: rgb(240 171 252 / 0.6);
}

.focus\:bg-fuchsia-300\/65:focus{
  background-color: rgb(240 171 252 / 0.65);
}

.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\/85:focus{
  background-color: rgb(240 171 252 / 0.85);
}

.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\/15:focus{
  background-color: rgb(232 121 249 / 0.15);
}

.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\/35:focus{
  background-color: rgb(232 121 249 / 0.35);
}

.focus\:bg-fuchsia-400\/40:focus{
  background-color: rgb(232 121 249 / 0.4);
}

.focus\:bg-fuchsia-400\/45:focus{
  background-color: rgb(232 121 249 / 0.45);
}

.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\/55:focus{
  background-color: rgb(232 121 249 / 0.55);
}

.focus\:bg-fuchsia-400\/60:focus{
  background-color: rgb(232 121 249 / 0.6);
}

.focus\:bg-fuchsia-400\/65:focus{
  background-color: rgb(232 121 249 / 0.65);
}

.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\/85:focus{
  background-color: rgb(232 121 249 / 0.85);
}

.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\/15:focus{
  background-color: rgb(253 244 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(253 244 255 / 0.35);
}

.focus\:bg-fuchsia-50\/40:focus{
  background-color: rgb(253 244 255 / 0.4);
}

.focus\:bg-fuchsia-50\/45:focus{
  background-color: rgb(253 244 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(253 244 255 / 0.55);
}

.focus\:bg-fuchsia-50\/60:focus{
  background-color: rgb(253 244 255 / 0.6);
}

.focus\:bg-fuchsia-50\/65:focus{
  background-color: rgb(253 244 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(253 244 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(217 70 239 / 0.15);
}

.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\/35:focus{
  background-color: rgb(217 70 239 / 0.35);
}

.focus\:bg-fuchsia-500\/40:focus{
  background-color: rgb(217 70 239 / 0.4);
}

.focus\:bg-fuchsia-500\/45:focus{
  background-color: rgb(217 70 239 / 0.45);
}

.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\/55:focus{
  background-color: rgb(217 70 239 / 0.55);
}

.focus\:bg-fuchsia-500\/60:focus{
  background-color: rgb(217 70 239 / 0.6);
}

.focus\:bg-fuchsia-500\/65:focus{
  background-color: rgb(217 70 239 / 0.65);
}

.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\/85:focus{
  background-color: rgb(217 70 239 / 0.85);
}

.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\/15:focus{
  background-color: rgb(192 38 211 / 0.15);
}

.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\/35:focus{
  background-color: rgb(192 38 211 / 0.35);
}

.focus\:bg-fuchsia-600\/40:focus{
  background-color: rgb(192 38 211 / 0.4);
}

.focus\:bg-fuchsia-600\/45:focus{
  background-color: rgb(192 38 211 / 0.45);
}

.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\/55:focus{
  background-color: rgb(192 38 211 / 0.55);
}

.focus\:bg-fuchsia-600\/60:focus{
  background-color: rgb(192 38 211 / 0.6);
}

.focus\:bg-fuchsia-600\/65:focus{
  background-color: rgb(192 38 211 / 0.65);
}

.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\/85:focus{
  background-color: rgb(192 38 211 / 0.85);
}

.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\/15:focus{
  background-color: rgb(162 28 175 / 0.15);
}

.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\/35:focus{
  background-color: rgb(162 28 175 / 0.35);
}

.focus\:bg-fuchsia-700\/40:focus{
  background-color: rgb(162 28 175 / 0.4);
}

.focus\:bg-fuchsia-700\/45:focus{
  background-color: rgb(162 28 175 / 0.45);
}

.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\/55:focus{
  background-color: rgb(162 28 175 / 0.55);
}

.focus\:bg-fuchsia-700\/60:focus{
  background-color: rgb(162 28 175 / 0.6);
}

.focus\:bg-fuchsia-700\/65:focus{
  background-color: rgb(162 28 175 / 0.65);
}

.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\/85:focus{
  background-color: rgb(162 28 175 / 0.85);
}

.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\/15:focus{
  background-color: rgb(134 25 143 / 0.15);
}

.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\/35:focus{
  background-color: rgb(134 25 143 / 0.35);
}

.focus\:bg-fuchsia-800\/40:focus{
  background-color: rgb(134 25 143 / 0.4);
}

.focus\:bg-fuchsia-800\/45:focus{
  background-color: rgb(134 25 143 / 0.45);
}

.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\/55:focus{
  background-color: rgb(134 25 143 / 0.55);
}

.focus\:bg-fuchsia-800\/60:focus{
  background-color: rgb(134 25 143 / 0.6);
}

.focus\:bg-fuchsia-800\/65:focus{
  background-color: rgb(134 25 143 / 0.65);
}

.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\/85:focus{
  background-color: rgb(134 25 143 / 0.85);
}

.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\/15:focus{
  background-color: rgb(112 26 117 / 0.15);
}

.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\/35:focus{
  background-color: rgb(112 26 117 / 0.35);
}

.focus\:bg-fuchsia-900\/40:focus{
  background-color: rgb(112 26 117 / 0.4);
}

.focus\:bg-fuchsia-900\/45:focus{
  background-color: rgb(112 26 117 / 0.45);
}

.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\/55:focus{
  background-color: rgb(112 26 117 / 0.55);
}

.focus\:bg-fuchsia-900\/60:focus{
  background-color: rgb(112 26 117 / 0.6);
}

.focus\:bg-fuchsia-900\/65:focus{
  background-color: rgb(112 26 117 / 0.65);
}

.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\/85:focus{
  background-color: rgb(112 26 117 / 0.85);
}

.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\/15:focus{
  background-color: rgb(74 4 78 / 0.15);
}

.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\/35:focus{
  background-color: rgb(74 4 78 / 0.35);
}

.focus\:bg-fuchsia-950\/40:focus{
  background-color: rgb(74 4 78 / 0.4);
}

.focus\:bg-fuchsia-950\/45:focus{
  background-color: rgb(74 4 78 / 0.45);
}

.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\/55:focus{
  background-color: rgb(74 4 78 / 0.55);
}

.focus\:bg-fuchsia-950\/60:focus{
  background-color: rgb(74 4 78 / 0.6);
}

.focus\:bg-fuchsia-950\/65:focus{
  background-color: rgb(74 4 78 / 0.65);
}

.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\/85:focus{
  background-color: rgb(74 4 78 / 0.85);
}

.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\/15:focus{
  background-color: rgb(243 244 246 / 0.15);
}

.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\/35:focus{
  background-color: rgb(243 244 246 / 0.35);
}

.focus\:bg-gray-100\/40:focus{
  background-color: rgb(243 244 246 / 0.4);
}

.focus\:bg-gray-100\/45:focus{
  background-color: rgb(243 244 246 / 0.45);
}

.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\/55:focus{
  background-color: rgb(243 244 246 / 0.55);
}

.focus\:bg-gray-100\/60:focus{
  background-color: rgb(243 244 246 / 0.6);
}

.focus\:bg-gray-100\/65:focus{
  background-color: rgb(243 244 246 / 0.65);
}

.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\/85:focus{
  background-color: rgb(243 244 246 / 0.85);
}

.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\/15:focus{
  background-color: rgb(229 231 235 / 0.15);
}

.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\/35:focus{
  background-color: rgb(229 231 235 / 0.35);
}

.focus\:bg-gray-200\/40:focus{
  background-color: rgb(229 231 235 / 0.4);
}

.focus\:bg-gray-200\/45:focus{
  background-color: rgb(229 231 235 / 0.45);
}

.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\/55:focus{
  background-color: rgb(229 231 235 / 0.55);
}

.focus\:bg-gray-200\/60:focus{
  background-color: rgb(229 231 235 / 0.6);
}

.focus\:bg-gray-200\/65:focus{
  background-color: rgb(229 231 235 / 0.65);
}

.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\/85:focus{
  background-color: rgb(229 231 235 / 0.85);
}

.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\/15:focus{
  background-color: rgb(209 213 219 / 0.15);
}

.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\/35:focus{
  background-color: rgb(209 213 219 / 0.35);
}

.focus\:bg-gray-300\/40:focus{
  background-color: rgb(209 213 219 / 0.4);
}

.focus\:bg-gray-300\/45:focus{
  background-color: rgb(209 213 219 / 0.45);
}

.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\/55:focus{
  background-color: rgb(209 213 219 / 0.55);
}

.focus\:bg-gray-300\/60:focus{
  background-color: rgb(209 213 219 / 0.6);
}

.focus\:bg-gray-300\/65:focus{
  background-color: rgb(209 213 219 / 0.65);
}

.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\/85:focus{
  background-color: rgb(209 213 219 / 0.85);
}

.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\/15:focus{
  background-color: rgb(156 163 175 / 0.15);
}

.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\/35:focus{
  background-color: rgb(156 163 175 / 0.35);
}

.focus\:bg-gray-400\/40:focus{
  background-color: rgb(156 163 175 / 0.4);
}

.focus\:bg-gray-400\/45:focus{
  background-color: rgb(156 163 175 / 0.45);
}

.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\/55:focus{
  background-color: rgb(156 163 175 / 0.55);
}

.focus\:bg-gray-400\/60:focus{
  background-color: rgb(156 163 175 / 0.6);
}

.focus\:bg-gray-400\/65:focus{
  background-color: rgb(156 163 175 / 0.65);
}

.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\/85:focus{
  background-color: rgb(156 163 175 / 0.85);
}

.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\/15:focus{
  background-color: rgb(249 250 251 / 0.15);
}

.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\/35:focus{
  background-color: rgb(249 250 251 / 0.35);
}

.focus\:bg-gray-50\/40:focus{
  background-color: rgb(249 250 251 / 0.4);
}

.focus\:bg-gray-50\/45:focus{
  background-color: rgb(249 250 251 / 0.45);
}

.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\/55:focus{
  background-color: rgb(249 250 251 / 0.55);
}

.focus\:bg-gray-50\/60:focus{
  background-color: rgb(249 250 251 / 0.6);
}

.focus\:bg-gray-50\/65:focus{
  background-color: rgb(249 250 251 / 0.65);
}

.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\/85:focus{
  background-color: rgb(249 250 251 / 0.85);
}

.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\/15:focus{
  background-color: rgb(107 114 128 / 0.15);
}

.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\/35:focus{
  background-color: rgb(107 114 128 / 0.35);
}

.focus\:bg-gray-500\/40:focus{
  background-color: rgb(107 114 128 / 0.4);
}

.focus\:bg-gray-500\/45:focus{
  background-color: rgb(107 114 128 / 0.45);
}

.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\/55:focus{
  background-color: rgb(107 114 128 / 0.55);
}

.focus\:bg-gray-500\/60:focus{
  background-color: rgb(107 114 128 / 0.6);
}

.focus\:bg-gray-500\/65:focus{
  background-color: rgb(107 114 128 / 0.65);
}

.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\/85:focus{
  background-color: rgb(107 114 128 / 0.85);
}

.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\/15:focus{
  background-color: rgb(75 85 99 / 0.15);
}

.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\/35:focus{
  background-color: rgb(75 85 99 / 0.35);
}

.focus\:bg-gray-600\/40:focus{
  background-color: rgb(75 85 99 / 0.4);
}

.focus\:bg-gray-600\/45:focus{
  background-color: rgb(75 85 99 / 0.45);
}

.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\/55:focus{
  background-color: rgb(75 85 99 / 0.55);
}

.focus\:bg-gray-600\/60:focus{
  background-color: rgb(75 85 99 / 0.6);
}

.focus\:bg-gray-600\/65:focus{
  background-color: rgb(75 85 99 / 0.65);
}

.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\/85:focus{
  background-color: rgb(75 85 99 / 0.85);
}

.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\/15:focus{
  background-color: rgb(55 65 81 / 0.15);
}

.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\/35:focus{
  background-color: rgb(55 65 81 / 0.35);
}

.focus\:bg-gray-700\/40:focus{
  background-color: rgb(55 65 81 / 0.4);
}

.focus\:bg-gray-700\/45:focus{
  background-color: rgb(55 65 81 / 0.45);
}

.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\/55:focus{
  background-color: rgb(55 65 81 / 0.55);
}

.focus\:bg-gray-700\/60:focus{
  background-color: rgb(55 65 81 / 0.6);
}

.focus\:bg-gray-700\/65:focus{
  background-color: rgb(55 65 81 / 0.65);
}

.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\/85:focus{
  background-color: rgb(55 65 81 / 0.85);
}

.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\/15:focus{
  background-color: rgb(31 41 55 / 0.15);
}

.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\/35:focus{
  background-color: rgb(31 41 55 / 0.35);
}

.focus\:bg-gray-800\/40:focus{
  background-color: rgb(31 41 55 / 0.4);
}

.focus\:bg-gray-800\/45:focus{
  background-color: rgb(31 41 55 / 0.45);
}

.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\/55:focus{
  background-color: rgb(31 41 55 / 0.55);
}

.focus\:bg-gray-800\/60:focus{
  background-color: rgb(31 41 55 / 0.6);
}

.focus\:bg-gray-800\/65:focus{
  background-color: rgb(31 41 55 / 0.65);
}

.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\/85:focus{
  background-color: rgb(31 41 55 / 0.85);
}

.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\/15:focus{
  background-color: rgb(17 24 39 / 0.15);
}

.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\/35:focus{
  background-color: rgb(17 24 39 / 0.35);
}

.focus\:bg-gray-900\/40:focus{
  background-color: rgb(17 24 39 / 0.4);
}

.focus\:bg-gray-900\/45:focus{
  background-color: rgb(17 24 39 / 0.45);
}

.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\/55:focus{
  background-color: rgb(17 24 39 / 0.55);
}

.focus\:bg-gray-900\/60:focus{
  background-color: rgb(17 24 39 / 0.6);
}

.focus\:bg-gray-900\/65:focus{
  background-color: rgb(17 24 39 / 0.65);
}

.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\/85:focus{
  background-color: rgb(17 24 39 / 0.85);
}

.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\/15:focus{
  background-color: rgb(3 7 18 / 0.15);
}

.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\/35:focus{
  background-color: rgb(3 7 18 / 0.35);
}

.focus\:bg-gray-950\/40:focus{
  background-color: rgb(3 7 18 / 0.4);
}

.focus\:bg-gray-950\/45:focus{
  background-color: rgb(3 7 18 / 0.45);
}

.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\/55:focus{
  background-color: rgb(3 7 18 / 0.55);
}

.focus\:bg-gray-950\/60:focus{
  background-color: rgb(3 7 18 / 0.6);
}

.focus\:bg-gray-950\/65:focus{
  background-color: rgb(3 7 18 / 0.65);
}

.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\/85:focus{
  background-color: rgb(3 7 18 / 0.85);
}

.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\/15:focus{
  background-color: rgb(220 252 231 / 0.15);
}

.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\/35:focus{
  background-color: rgb(220 252 231 / 0.35);
}

.focus\:bg-green-100\/40:focus{
  background-color: rgb(220 252 231 / 0.4);
}

.focus\:bg-green-100\/45:focus{
  background-color: rgb(220 252 231 / 0.45);
}

.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\/55:focus{
  background-color: rgb(220 252 231 / 0.55);
}

.focus\:bg-green-100\/60:focus{
  background-color: rgb(220 252 231 / 0.6);
}

.focus\:bg-green-100\/65:focus{
  background-color: rgb(220 252 231 / 0.65);
}

.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\/85:focus{
  background-color: rgb(220 252 231 / 0.85);
}

.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\/15:focus{
  background-color: rgb(187 247 208 / 0.15);
}

.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\/35:focus{
  background-color: rgb(187 247 208 / 0.35);
}

.focus\:bg-green-200\/40:focus{
  background-color: rgb(187 247 208 / 0.4);
}

.focus\:bg-green-200\/45:focus{
  background-color: rgb(187 247 208 / 0.45);
}

.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\/55:focus{
  background-color: rgb(187 247 208 / 0.55);
}

.focus\:bg-green-200\/60:focus{
  background-color: rgb(187 247 208 / 0.6);
}

.focus\:bg-green-200\/65:focus{
  background-color: rgb(187 247 208 / 0.65);
}

.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\/85:focus{
  background-color: rgb(187 247 208 / 0.85);
}

.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\/15:focus{
  background-color: rgb(134 239 172 / 0.15);
}

.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\/35:focus{
  background-color: rgb(134 239 172 / 0.35);
}

.focus\:bg-green-300\/40:focus{
  background-color: rgb(134 239 172 / 0.4);
}

.focus\:bg-green-300\/45:focus{
  background-color: rgb(134 239 172 / 0.45);
}

.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\/55:focus{
  background-color: rgb(134 239 172 / 0.55);
}

.focus\:bg-green-300\/60:focus{
  background-color: rgb(134 239 172 / 0.6);
}

.focus\:bg-green-300\/65:focus{
  background-color: rgb(134 239 172 / 0.65);
}

.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\/85:focus{
  background-color: rgb(134 239 172 / 0.85);
}

.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\/15:focus{
  background-color: rgb(74 222 128 / 0.15);
}

.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\/35:focus{
  background-color: rgb(74 222 128 / 0.35);
}

.focus\:bg-green-400\/40:focus{
  background-color: rgb(74 222 128 / 0.4);
}

.focus\:bg-green-400\/45:focus{
  background-color: rgb(74 222 128 / 0.45);
}

.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\/55:focus{
  background-color: rgb(74 222 128 / 0.55);
}

.focus\:bg-green-400\/60:focus{
  background-color: rgb(74 222 128 / 0.6);
}

.focus\:bg-green-400\/65:focus{
  background-color: rgb(74 222 128 / 0.65);
}

.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\/85:focus{
  background-color: rgb(74 222 128 / 0.85);
}

.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\/15:focus{
  background-color: rgb(240 253 244 / 0.15);
}

.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\/35:focus{
  background-color: rgb(240 253 244 / 0.35);
}

.focus\:bg-green-50\/40:focus{
  background-color: rgb(240 253 244 / 0.4);
}

.focus\:bg-green-50\/45:focus{
  background-color: rgb(240 253 244 / 0.45);
}

.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\/55:focus{
  background-color: rgb(240 253 244 / 0.55);
}

.focus\:bg-green-50\/60:focus{
  background-color: rgb(240 253 244 / 0.6);
}

.focus\:bg-green-50\/65:focus{
  background-color: rgb(240 253 244 / 0.65);
}

.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\/85:focus{
  background-color: rgb(240 253 244 / 0.85);
}

.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\/15:focus{
  background-color: rgb(34 197 94 / 0.15);
}

.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\/35:focus{
  background-color: rgb(34 197 94 / 0.35);
}

.focus\:bg-green-500\/40:focus{
  background-color: rgb(34 197 94 / 0.4);
}

.focus\:bg-green-500\/45:focus{
  background-color: rgb(34 197 94 / 0.45);
}

.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\/55:focus{
  background-color: rgb(34 197 94 / 0.55);
}

.focus\:bg-green-500\/60:focus{
  background-color: rgb(34 197 94 / 0.6);
}

.focus\:bg-green-500\/65:focus{
  background-color: rgb(34 197 94 / 0.65);
}

.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\/85:focus{
  background-color: rgb(34 197 94 / 0.85);
}

.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\/15:focus{
  background-color: rgb(22 163 74 / 0.15);
}

.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\/35:focus{
  background-color: rgb(22 163 74 / 0.35);
}

.focus\:bg-green-600\/40:focus{
  background-color: rgb(22 163 74 / 0.4);
}

.focus\:bg-green-600\/45:focus{
  background-color: rgb(22 163 74 / 0.45);
}

.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\/55:focus{
  background-color: rgb(22 163 74 / 0.55);
}

.focus\:bg-green-600\/60:focus{
  background-color: rgb(22 163 74 / 0.6);
}

.focus\:bg-green-600\/65:focus{
  background-color: rgb(22 163 74 / 0.65);
}

.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\/85:focus{
  background-color: rgb(22 163 74 / 0.85);
}

.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\/15:focus{
  background-color: rgb(21 128 61 / 0.15);
}

.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\/35:focus{
  background-color: rgb(21 128 61 / 0.35);
}

.focus\:bg-green-700\/40:focus{
  background-color: rgb(21 128 61 / 0.4);
}

.focus\:bg-green-700\/45:focus{
  background-color: rgb(21 128 61 / 0.45);
}

.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\/55:focus{
  background-color: rgb(21 128 61 / 0.55);
}

.focus\:bg-green-700\/60:focus{
  background-color: rgb(21 128 61 / 0.6);
}

.focus\:bg-green-700\/65:focus{
  background-color: rgb(21 128 61 / 0.65);
}

.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\/85:focus{
  background-color: rgb(21 128 61 / 0.85);
}

.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\/15:focus{
  background-color: rgb(22 101 52 / 0.15);
}

.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\/35:focus{
  background-color: rgb(22 101 52 / 0.35);
}

.focus\:bg-green-800\/40:focus{
  background-color: rgb(22 101 52 / 0.4);
}

.focus\:bg-green-800\/45:focus{
  background-color: rgb(22 101 52 / 0.45);
}

.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\/55:focus{
  background-color: rgb(22 101 52 / 0.55);
}

.focus\:bg-green-800\/60:focus{
  background-color: rgb(22 101 52 / 0.6);
}

.focus\:bg-green-800\/65:focus{
  background-color: rgb(22 101 52 / 0.65);
}

.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\/85:focus{
  background-color: rgb(22 101 52 / 0.85);
}

.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\/15:focus{
  background-color: rgb(20 83 45 / 0.15);
}

.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\/35:focus{
  background-color: rgb(20 83 45 / 0.35);
}

.focus\:bg-green-900\/40:focus{
  background-color: rgb(20 83 45 / 0.4);
}

.focus\:bg-green-900\/45:focus{
  background-color: rgb(20 83 45 / 0.45);
}

.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\/55:focus{
  background-color: rgb(20 83 45 / 0.55);
}

.focus\:bg-green-900\/60:focus{
  background-color: rgb(20 83 45 / 0.6);
}

.focus\:bg-green-900\/65:focus{
  background-color: rgb(20 83 45 / 0.65);
}

.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\/85:focus{
  background-color: rgb(20 83 45 / 0.85);
}

.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\/15:focus{
  background-color: rgb(5 46 22 / 0.15);
}

.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\/35:focus{
  background-color: rgb(5 46 22 / 0.35);
}

.focus\:bg-green-950\/40:focus{
  background-color: rgb(5 46 22 / 0.4);
}

.focus\:bg-green-950\/45:focus{
  background-color: rgb(5 46 22 / 0.45);
}

.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\/55:focus{
  background-color: rgb(5 46 22 / 0.55);
}

.focus\:bg-green-950\/60:focus{
  background-color: rgb(5 46 22 / 0.6);
}

.focus\:bg-green-950\/65:focus{
  background-color: rgb(5 46 22 / 0.65);
}

.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\/85:focus{
  background-color: rgb(5 46 22 / 0.85);
}

.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\/15:focus{
  background-color: rgb(224 231 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(224 231 255 / 0.35);
}

.focus\:bg-indigo-100\/40:focus{
  background-color: rgb(224 231 255 / 0.4);
}

.focus\:bg-indigo-100\/45:focus{
  background-color: rgb(224 231 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(224 231 255 / 0.55);
}

.focus\:bg-indigo-100\/60:focus{
  background-color: rgb(224 231 255 / 0.6);
}

.focus\:bg-indigo-100\/65:focus{
  background-color: rgb(224 231 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(224 231 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(199 210 254 / 0.15);
}

.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\/35:focus{
  background-color: rgb(199 210 254 / 0.35);
}

.focus\:bg-indigo-200\/40:focus{
  background-color: rgb(199 210 254 / 0.4);
}

.focus\:bg-indigo-200\/45:focus{
  background-color: rgb(199 210 254 / 0.45);
}

.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\/55:focus{
  background-color: rgb(199 210 254 / 0.55);
}

.focus\:bg-indigo-200\/60:focus{
  background-color: rgb(199 210 254 / 0.6);
}

.focus\:bg-indigo-200\/65:focus{
  background-color: rgb(199 210 254 / 0.65);
}

.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\/85:focus{
  background-color: rgb(199 210 254 / 0.85);
}

.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\/15:focus{
  background-color: rgb(165 180 252 / 0.15);
}

.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\/35:focus{
  background-color: rgb(165 180 252 / 0.35);
}

.focus\:bg-indigo-300\/40:focus{
  background-color: rgb(165 180 252 / 0.4);
}

.focus\:bg-indigo-300\/45:focus{
  background-color: rgb(165 180 252 / 0.45);
}

.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\/55:focus{
  background-color: rgb(165 180 252 / 0.55);
}

.focus\:bg-indigo-300\/60:focus{
  background-color: rgb(165 180 252 / 0.6);
}

.focus\:bg-indigo-300\/65:focus{
  background-color: rgb(165 180 252 / 0.65);
}

.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\/85:focus{
  background-color: rgb(165 180 252 / 0.85);
}

.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\/15:focus{
  background-color: rgb(129 140 248 / 0.15);
}

.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\/35:focus{
  background-color: rgb(129 140 248 / 0.35);
}

.focus\:bg-indigo-400\/40:focus{
  background-color: rgb(129 140 248 / 0.4);
}

.focus\:bg-indigo-400\/45:focus{
  background-color: rgb(129 140 248 / 0.45);
}

.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\/55:focus{
  background-color: rgb(129 140 248 / 0.55);
}

.focus\:bg-indigo-400\/60:focus{
  background-color: rgb(129 140 248 / 0.6);
}

.focus\:bg-indigo-400\/65:focus{
  background-color: rgb(129 140 248 / 0.65);
}

.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\/85:focus{
  background-color: rgb(129 140 248 / 0.85);
}

.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\/15:focus{
  background-color: rgb(238 242 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(238 242 255 / 0.35);
}

.focus\:bg-indigo-50\/40:focus{
  background-color: rgb(238 242 255 / 0.4);
}

.focus\:bg-indigo-50\/45:focus{
  background-color: rgb(238 242 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(238 242 255 / 0.55);
}

.focus\:bg-indigo-50\/60:focus{
  background-color: rgb(238 242 255 / 0.6);
}

.focus\:bg-indigo-50\/65:focus{
  background-color: rgb(238 242 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(238 242 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(99 102 241 / 0.15);
}

.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\/35:focus{
  background-color: rgb(99 102 241 / 0.35);
}

.focus\:bg-indigo-500\/40:focus{
  background-color: rgb(99 102 241 / 0.4);
}

.focus\:bg-indigo-500\/45:focus{
  background-color: rgb(99 102 241 / 0.45);
}

.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\/55:focus{
  background-color: rgb(99 102 241 / 0.55);
}

.focus\:bg-indigo-500\/60:focus{
  background-color: rgb(99 102 241 / 0.6);
}

.focus\:bg-indigo-500\/65:focus{
  background-color: rgb(99 102 241 / 0.65);
}

.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\/85:focus{
  background-color: rgb(99 102 241 / 0.85);
}

.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\/15:focus{
  background-color: rgb(79 70 229 / 0.15);
}

.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\/35:focus{
  background-color: rgb(79 70 229 / 0.35);
}

.focus\:bg-indigo-600\/40:focus{
  background-color: rgb(79 70 229 / 0.4);
}

.focus\:bg-indigo-600\/45:focus{
  background-color: rgb(79 70 229 / 0.45);
}

.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\/55:focus{
  background-color: rgb(79 70 229 / 0.55);
}

.focus\:bg-indigo-600\/60:focus{
  background-color: rgb(79 70 229 / 0.6);
}

.focus\:bg-indigo-600\/65:focus{
  background-color: rgb(79 70 229 / 0.65);
}

.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\/85:focus{
  background-color: rgb(79 70 229 / 0.85);
}

.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\/15:focus{
  background-color: rgb(67 56 202 / 0.15);
}

.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\/35:focus{
  background-color: rgb(67 56 202 / 0.35);
}

.focus\:bg-indigo-700\/40:focus{
  background-color: rgb(67 56 202 / 0.4);
}

.focus\:bg-indigo-700\/45:focus{
  background-color: rgb(67 56 202 / 0.45);
}

.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\/55:focus{
  background-color: rgb(67 56 202 / 0.55);
}

.focus\:bg-indigo-700\/60:focus{
  background-color: rgb(67 56 202 / 0.6);
}

.focus\:bg-indigo-700\/65:focus{
  background-color: rgb(67 56 202 / 0.65);
}

.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\/85:focus{
  background-color: rgb(67 56 202 / 0.85);
}

.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\/15:focus{
  background-color: rgb(55 48 163 / 0.15);
}

.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\/35:focus{
  background-color: rgb(55 48 163 / 0.35);
}

.focus\:bg-indigo-800\/40:focus{
  background-color: rgb(55 48 163 / 0.4);
}

.focus\:bg-indigo-800\/45:focus{
  background-color: rgb(55 48 163 / 0.45);
}

.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\/55:focus{
  background-color: rgb(55 48 163 / 0.55);
}

.focus\:bg-indigo-800\/60:focus{
  background-color: rgb(55 48 163 / 0.6);
}

.focus\:bg-indigo-800\/65:focus{
  background-color: rgb(55 48 163 / 0.65);
}

.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\/85:focus{
  background-color: rgb(55 48 163 / 0.85);
}

.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\/15:focus{
  background-color: rgb(49 46 129 / 0.15);
}

.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\/35:focus{
  background-color: rgb(49 46 129 / 0.35);
}

.focus\:bg-indigo-900\/40:focus{
  background-color: rgb(49 46 129 / 0.4);
}

.focus\:bg-indigo-900\/45:focus{
  background-color: rgb(49 46 129 / 0.45);
}

.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\/55:focus{
  background-color: rgb(49 46 129 / 0.55);
}

.focus\:bg-indigo-900\/60:focus{
  background-color: rgb(49 46 129 / 0.6);
}

.focus\:bg-indigo-900\/65:focus{
  background-color: rgb(49 46 129 / 0.65);
}

.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\/85:focus{
  background-color: rgb(49 46 129 / 0.85);
}

.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\/15:focus{
  background-color: rgb(30 27 75 / 0.15);
}

.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\/35:focus{
  background-color: rgb(30 27 75 / 0.35);
}

.focus\:bg-indigo-950\/40:focus{
  background-color: rgb(30 27 75 / 0.4);
}

.focus\:bg-indigo-950\/45:focus{
  background-color: rgb(30 27 75 / 0.45);
}

.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\/55:focus{
  background-color: rgb(30 27 75 / 0.55);
}

.focus\:bg-indigo-950\/60:focus{
  background-color: rgb(30 27 75 / 0.6);
}

.focus\:bg-indigo-950\/65:focus{
  background-color: rgb(30 27 75 / 0.65);
}

.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\/85:focus{
  background-color: rgb(30 27 75 / 0.85);
}

.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-info:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(247 159 26 / var(--tw-bg-opacity));
}

.focus\:bg-info-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(203 122 0 / var(--tw-bg-opacity));
}

.focus\:bg-info-hover\/0:focus{
  background-color: rgb(203 122 0 / 0);
}

.focus\:bg-info-hover\/10:focus{
  background-color: rgb(203 122 0 / 0.1);
}

.focus\:bg-info-hover\/100:focus{
  background-color: rgb(203 122 0 / 1);
}

.focus\:bg-info-hover\/15:focus{
  background-color: rgb(203 122 0 / 0.15);
}

.focus\:bg-info-hover\/20:focus{
  background-color: rgb(203 122 0 / 0.2);
}

.focus\:bg-info-hover\/25:focus{
  background-color: rgb(203 122 0 / 0.25);
}

.focus\:bg-info-hover\/30:focus{
  background-color: rgb(203 122 0 / 0.3);
}

.focus\:bg-info-hover\/35:focus{
  background-color: rgb(203 122 0 / 0.35);
}

.focus\:bg-info-hover\/40:focus{
  background-color: rgb(203 122 0 / 0.4);
}

.focus\:bg-info-hover\/45:focus{
  background-color: rgb(203 122 0 / 0.45);
}

.focus\:bg-info-hover\/5:focus{
  background-color: rgb(203 122 0 / 0.05);
}

.focus\:bg-info-hover\/50:focus{
  background-color: rgb(203 122 0 / 0.5);
}

.focus\:bg-info-hover\/55:focus{
  background-color: rgb(203 122 0 / 0.55);
}

.focus\:bg-info-hover\/60:focus{
  background-color: rgb(203 122 0 / 0.6);
}

.focus\:bg-info-hover\/65:focus{
  background-color: rgb(203 122 0 / 0.65);
}

.focus\:bg-info-hover\/70:focus{
  background-color: rgb(203 122 0 / 0.7);
}

.focus\:bg-info-hover\/75:focus{
  background-color: rgb(203 122 0 / 0.75);
}

.focus\:bg-info-hover\/80:focus{
  background-color: rgb(203 122 0 / 0.8);
}

.focus\:bg-info-hover\/85:focus{
  background-color: rgb(203 122 0 / 0.85);
}

.focus\:bg-info-hover\/90:focus{
  background-color: rgb(203 122 0 / 0.9);
}

.focus\:bg-info-hover\/95:focus{
  background-color: rgb(203 122 0 / 0.95);
}

.focus\:bg-info\/0:focus{
  background-color: rgb(247 159 26 / 0);
}

.focus\:bg-info\/10:focus{
  background-color: rgb(247 159 26 / 0.1);
}

.focus\:bg-info\/100:focus{
  background-color: rgb(247 159 26 / 1);
}

.focus\:bg-info\/15:focus{
  background-color: rgb(247 159 26 / 0.15);
}

.focus\:bg-info\/20:focus{
  background-color: rgb(247 159 26 / 0.2);
}

.focus\:bg-info\/25:focus{
  background-color: rgb(247 159 26 / 0.25);
}

.focus\:bg-info\/30:focus{
  background-color: rgb(247 159 26 / 0.3);
}

.focus\:bg-info\/35:focus{
  background-color: rgb(247 159 26 / 0.35);
}

.focus\:bg-info\/40:focus{
  background-color: rgb(247 159 26 / 0.4);
}

.focus\:bg-info\/45:focus{
  background-color: rgb(247 159 26 / 0.45);
}

.focus\:bg-info\/5:focus{
  background-color: rgb(247 159 26 / 0.05);
}

.focus\:bg-info\/50:focus{
  background-color: rgb(247 159 26 / 0.5);
}

.focus\:bg-info\/55:focus{
  background-color: rgb(247 159 26 / 0.55);
}

.focus\:bg-info\/60:focus{
  background-color: rgb(247 159 26 / 0.6);
}

.focus\:bg-info\/65:focus{
  background-color: rgb(247 159 26 / 0.65);
}

.focus\:bg-info\/70:focus{
  background-color: rgb(247 159 26 / 0.7);
}

.focus\:bg-info\/75:focus{
  background-color: rgb(247 159 26 / 0.75);
}

.focus\:bg-info\/80:focus{
  background-color: rgb(247 159 26 / 0.8);
}

.focus\:bg-info\/85:focus{
  background-color: rgb(247 159 26 / 0.85);
}

.focus\:bg-info\/90:focus{
  background-color: rgb(247 159 26 / 0.9);
}

.focus\:bg-info\/95:focus{
  background-color: rgb(247 159 26 / 0.95);
}

.focus\:bg-inherit:focus{
  background-color: inherit;
}

.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\/15:focus{
  background-color: rgb(236 252 203 / 0.15);
}

.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\/35:focus{
  background-color: rgb(236 252 203 / 0.35);
}

.focus\:bg-lime-100\/40:focus{
  background-color: rgb(236 252 203 / 0.4);
}

.focus\:bg-lime-100\/45:focus{
  background-color: rgb(236 252 203 / 0.45);
}

.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\/55:focus{
  background-color: rgb(236 252 203 / 0.55);
}

.focus\:bg-lime-100\/60:focus{
  background-color: rgb(236 252 203 / 0.6);
}

.focus\:bg-lime-100\/65:focus{
  background-color: rgb(236 252 203 / 0.65);
}

.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\/85:focus{
  background-color: rgb(236 252 203 / 0.85);
}

.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\/15:focus{
  background-color: rgb(217 249 157 / 0.15);
}

.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\/35:focus{
  background-color: rgb(217 249 157 / 0.35);
}

.focus\:bg-lime-200\/40:focus{
  background-color: rgb(217 249 157 / 0.4);
}

.focus\:bg-lime-200\/45:focus{
  background-color: rgb(217 249 157 / 0.45);
}

.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\/55:focus{
  background-color: rgb(217 249 157 / 0.55);
}

.focus\:bg-lime-200\/60:focus{
  background-color: rgb(217 249 157 / 0.6);
}

.focus\:bg-lime-200\/65:focus{
  background-color: rgb(217 249 157 / 0.65);
}

.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\/85:focus{
  background-color: rgb(217 249 157 / 0.85);
}

.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\/15:focus{
  background-color: rgb(190 242 100 / 0.15);
}

.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\/35:focus{
  background-color: rgb(190 242 100 / 0.35);
}

.focus\:bg-lime-300\/40:focus{
  background-color: rgb(190 242 100 / 0.4);
}

.focus\:bg-lime-300\/45:focus{
  background-color: rgb(190 242 100 / 0.45);
}

.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\/55:focus{
  background-color: rgb(190 242 100 / 0.55);
}

.focus\:bg-lime-300\/60:focus{
  background-color: rgb(190 242 100 / 0.6);
}

.focus\:bg-lime-300\/65:focus{
  background-color: rgb(190 242 100 / 0.65);
}

.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\/85:focus{
  background-color: rgb(190 242 100 / 0.85);
}

.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\/15:focus{
  background-color: rgb(163 230 53 / 0.15);
}

.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\/35:focus{
  background-color: rgb(163 230 53 / 0.35);
}

.focus\:bg-lime-400\/40:focus{
  background-color: rgb(163 230 53 / 0.4);
}

.focus\:bg-lime-400\/45:focus{
  background-color: rgb(163 230 53 / 0.45);
}

.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\/55:focus{
  background-color: rgb(163 230 53 / 0.55);
}

.focus\:bg-lime-400\/60:focus{
  background-color: rgb(163 230 53 / 0.6);
}

.focus\:bg-lime-400\/65:focus{
  background-color: rgb(163 230 53 / 0.65);
}

.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\/85:focus{
  background-color: rgb(163 230 53 / 0.85);
}

.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\/15:focus{
  background-color: rgb(247 254 231 / 0.15);
}

.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\/35:focus{
  background-color: rgb(247 254 231 / 0.35);
}

.focus\:bg-lime-50\/40:focus{
  background-color: rgb(247 254 231 / 0.4);
}

.focus\:bg-lime-50\/45:focus{
  background-color: rgb(247 254 231 / 0.45);
}

.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\/55:focus{
  background-color: rgb(247 254 231 / 0.55);
}

.focus\:bg-lime-50\/60:focus{
  background-color: rgb(247 254 231 / 0.6);
}

.focus\:bg-lime-50\/65:focus{
  background-color: rgb(247 254 231 / 0.65);
}

.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\/85:focus{
  background-color: rgb(247 254 231 / 0.85);
}

.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\/15:focus{
  background-color: rgb(132 204 22 / 0.15);
}

.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\/35:focus{
  background-color: rgb(132 204 22 / 0.35);
}

.focus\:bg-lime-500\/40:focus{
  background-color: rgb(132 204 22 / 0.4);
}

.focus\:bg-lime-500\/45:focus{
  background-color: rgb(132 204 22 / 0.45);
}

.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\/55:focus{
  background-color: rgb(132 204 22 / 0.55);
}

.focus\:bg-lime-500\/60:focus{
  background-color: rgb(132 204 22 / 0.6);
}

.focus\:bg-lime-500\/65:focus{
  background-color: rgb(132 204 22 / 0.65);
}

.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\/85:focus{
  background-color: rgb(132 204 22 / 0.85);
}

.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\/15:focus{
  background-color: rgb(101 163 13 / 0.15);
}

.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\/35:focus{
  background-color: rgb(101 163 13 / 0.35);
}

.focus\:bg-lime-600\/40:focus{
  background-color: rgb(101 163 13 / 0.4);
}

.focus\:bg-lime-600\/45:focus{
  background-color: rgb(101 163 13 / 0.45);
}

.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\/55:focus{
  background-color: rgb(101 163 13 / 0.55);
}

.focus\:bg-lime-600\/60:focus{
  background-color: rgb(101 163 13 / 0.6);
}

.focus\:bg-lime-600\/65:focus{
  background-color: rgb(101 163 13 / 0.65);
}

.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\/85:focus{
  background-color: rgb(101 163 13 / 0.85);
}

.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\/15:focus{
  background-color: rgb(77 124 15 / 0.15);
}

.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\/35:focus{
  background-color: rgb(77 124 15 / 0.35);
}

.focus\:bg-lime-700\/40:focus{
  background-color: rgb(77 124 15 / 0.4);
}

.focus\:bg-lime-700\/45:focus{
  background-color: rgb(77 124 15 / 0.45);
}

.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\/55:focus{
  background-color: rgb(77 124 15 / 0.55);
}

.focus\:bg-lime-700\/60:focus{
  background-color: rgb(77 124 15 / 0.6);
}

.focus\:bg-lime-700\/65:focus{
  background-color: rgb(77 124 15 / 0.65);
}

.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\/85:focus{
  background-color: rgb(77 124 15 / 0.85);
}

.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\/15:focus{
  background-color: rgb(63 98 18 / 0.15);
}

.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\/35:focus{
  background-color: rgb(63 98 18 / 0.35);
}

.focus\:bg-lime-800\/40:focus{
  background-color: rgb(63 98 18 / 0.4);
}

.focus\:bg-lime-800\/45:focus{
  background-color: rgb(63 98 18 / 0.45);
}

.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\/55:focus{
  background-color: rgb(63 98 18 / 0.55);
}

.focus\:bg-lime-800\/60:focus{
  background-color: rgb(63 98 18 / 0.6);
}

.focus\:bg-lime-800\/65:focus{
  background-color: rgb(63 98 18 / 0.65);
}

.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\/85:focus{
  background-color: rgb(63 98 18 / 0.85);
}

.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\/15:focus{
  background-color: rgb(54 83 20 / 0.15);
}

.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\/35:focus{
  background-color: rgb(54 83 20 / 0.35);
}

.focus\:bg-lime-900\/40:focus{
  background-color: rgb(54 83 20 / 0.4);
}

.focus\:bg-lime-900\/45:focus{
  background-color: rgb(54 83 20 / 0.45);
}

.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\/55:focus{
  background-color: rgb(54 83 20 / 0.55);
}

.focus\:bg-lime-900\/60:focus{
  background-color: rgb(54 83 20 / 0.6);
}

.focus\:bg-lime-900\/65:focus{
  background-color: rgb(54 83 20 / 0.65);
}

.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\/85:focus{
  background-color: rgb(54 83 20 / 0.85);
}

.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\/15:focus{
  background-color: rgb(26 46 5 / 0.15);
}

.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\/35:focus{
  background-color: rgb(26 46 5 / 0.35);
}

.focus\:bg-lime-950\/40:focus{
  background-color: rgb(26 46 5 / 0.4);
}

.focus\:bg-lime-950\/45:focus{
  background-color: rgb(26 46 5 / 0.45);
}

.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\/55:focus{
  background-color: rgb(26 46 5 / 0.55);
}

.focus\:bg-lime-950\/60:focus{
  background-color: rgb(26 46 5 / 0.6);
}

.focus\:bg-lime-950\/65:focus{
  background-color: rgb(26 46 5 / 0.65);
}

.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\/85:focus{
  background-color: rgb(26 46 5 / 0.85);
}

.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-neutral-01:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-01\/0:focus{
  background-color: rgb(224 224 224 / 0);
}

.focus\:bg-neutral-01\/10:focus{
  background-color: rgb(224 224 224 / 0.1);
}

.focus\:bg-neutral-01\/100:focus{
  background-color: rgb(224 224 224 / 1);
}

.focus\:bg-neutral-01\/15:focus{
  background-color: rgb(224 224 224 / 0.15);
}

.focus\:bg-neutral-01\/20:focus{
  background-color: rgb(224 224 224 / 0.2);
}

.focus\:bg-neutral-01\/25:focus{
  background-color: rgb(224 224 224 / 0.25);
}

.focus\:bg-neutral-01\/30:focus{
  background-color: rgb(224 224 224 / 0.3);
}

.focus\:bg-neutral-01\/35:focus{
  background-color: rgb(224 224 224 / 0.35);
}

.focus\:bg-neutral-01\/40:focus{
  background-color: rgb(224 224 224 / 0.4);
}

.focus\:bg-neutral-01\/45:focus{
  background-color: rgb(224 224 224 / 0.45);
}

.focus\:bg-neutral-01\/5:focus{
  background-color: rgb(224 224 224 / 0.05);
}

.focus\:bg-neutral-01\/50:focus{
  background-color: rgb(224 224 224 / 0.5);
}

.focus\:bg-neutral-01\/55:focus{
  background-color: rgb(224 224 224 / 0.55);
}

.focus\:bg-neutral-01\/60:focus{
  background-color: rgb(224 224 224 / 0.6);
}

.focus\:bg-neutral-01\/65:focus{
  background-color: rgb(224 224 224 / 0.65);
}

.focus\:bg-neutral-01\/70:focus{
  background-color: rgb(224 224 224 / 0.7);
}

.focus\:bg-neutral-01\/75:focus{
  background-color: rgb(224 224 224 / 0.75);
}

.focus\:bg-neutral-01\/80:focus{
  background-color: rgb(224 224 224 / 0.8);
}

.focus\:bg-neutral-01\/85:focus{
  background-color: rgb(224 224 224 / 0.85);
}

.focus\:bg-neutral-01\/90:focus{
  background-color: rgb(224 224 224 / 0.9);
}

.focus\:bg-neutral-01\/95:focus{
  background-color: rgb(224 224 224 / 0.95);
}

.focus\:bg-neutral-02:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 238 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-02\/0:focus{
  background-color: rgb(228 234 238 / 0);
}

.focus\:bg-neutral-02\/10:focus{
  background-color: rgb(228 234 238 / 0.1);
}

.focus\:bg-neutral-02\/100:focus{
  background-color: rgb(228 234 238 / 1);
}

.focus\:bg-neutral-02\/15:focus{
  background-color: rgb(228 234 238 / 0.15);
}

.focus\:bg-neutral-02\/20:focus{
  background-color: rgb(228 234 238 / 0.2);
}

.focus\:bg-neutral-02\/25:focus{
  background-color: rgb(228 234 238 / 0.25);
}

.focus\:bg-neutral-02\/30:focus{
  background-color: rgb(228 234 238 / 0.3);
}

.focus\:bg-neutral-02\/35:focus{
  background-color: rgb(228 234 238 / 0.35);
}

.focus\:bg-neutral-02\/40:focus{
  background-color: rgb(228 234 238 / 0.4);
}

.focus\:bg-neutral-02\/45:focus{
  background-color: rgb(228 234 238 / 0.45);
}

.focus\:bg-neutral-02\/5:focus{
  background-color: rgb(228 234 238 / 0.05);
}

.focus\:bg-neutral-02\/50:focus{
  background-color: rgb(228 234 238 / 0.5);
}

.focus\:bg-neutral-02\/55:focus{
  background-color: rgb(228 234 238 / 0.55);
}

.focus\:bg-neutral-02\/60:focus{
  background-color: rgb(228 234 238 / 0.6);
}

.focus\:bg-neutral-02\/65:focus{
  background-color: rgb(228 234 238 / 0.65);
}

.focus\:bg-neutral-02\/70:focus{
  background-color: rgb(228 234 238 / 0.7);
}

.focus\:bg-neutral-02\/75:focus{
  background-color: rgb(228 234 238 / 0.75);
}

.focus\:bg-neutral-02\/80:focus{
  background-color: rgb(228 234 238 / 0.8);
}

.focus\:bg-neutral-02\/85:focus{
  background-color: rgb(228 234 238 / 0.85);
}

.focus\:bg-neutral-02\/90:focus{
  background-color: rgb(228 234 238 / 0.9);
}

.focus\:bg-neutral-02\/95:focus{
  background-color: rgb(228 234 238 / 0.95);
}

.focus\:bg-neutral-03:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-03\/0:focus{
  background-color: rgb(236 239 250 / 0);
}

.focus\:bg-neutral-03\/10:focus{
  background-color: rgb(236 239 250 / 0.1);
}

.focus\:bg-neutral-03\/100:focus{
  background-color: rgb(236 239 250 / 1);
}

.focus\:bg-neutral-03\/15:focus{
  background-color: rgb(236 239 250 / 0.15);
}

.focus\:bg-neutral-03\/20:focus{
  background-color: rgb(236 239 250 / 0.2);
}

.focus\:bg-neutral-03\/25:focus{
  background-color: rgb(236 239 250 / 0.25);
}

.focus\:bg-neutral-03\/30:focus{
  background-color: rgb(236 239 250 / 0.3);
}

.focus\:bg-neutral-03\/35:focus{
  background-color: rgb(236 239 250 / 0.35);
}

.focus\:bg-neutral-03\/40:focus{
  background-color: rgb(236 239 250 / 0.4);
}

.focus\:bg-neutral-03\/45:focus{
  background-color: rgb(236 239 250 / 0.45);
}

.focus\:bg-neutral-03\/5:focus{
  background-color: rgb(236 239 250 / 0.05);
}

.focus\:bg-neutral-03\/50:focus{
  background-color: rgb(236 239 250 / 0.5);
}

.focus\:bg-neutral-03\/55:focus{
  background-color: rgb(236 239 250 / 0.55);
}

.focus\:bg-neutral-03\/60:focus{
  background-color: rgb(236 239 250 / 0.6);
}

.focus\:bg-neutral-03\/65:focus{
  background-color: rgb(236 239 250 / 0.65);
}

.focus\:bg-neutral-03\/70:focus{
  background-color: rgb(236 239 250 / 0.7);
}

.focus\:bg-neutral-03\/75:focus{
  background-color: rgb(236 239 250 / 0.75);
}

.focus\:bg-neutral-03\/80:focus{
  background-color: rgb(236 239 250 / 0.8);
}

.focus\:bg-neutral-03\/85:focus{
  background-color: rgb(236 239 250 / 0.85);
}

.focus\:bg-neutral-03\/90:focus{
  background-color: rgb(236 239 250 / 0.9);
}

.focus\:bg-neutral-03\/95:focus{
  background-color: rgb(236 239 250 / 0.95);
}

.focus\:bg-neutral-04:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(215 218 226 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-04\/0:focus{
  background-color: rgb(215 218 226 / 0);
}

.focus\:bg-neutral-04\/10:focus{
  background-color: rgb(215 218 226 / 0.1);
}

.focus\:bg-neutral-04\/100:focus{
  background-color: rgb(215 218 226 / 1);
}

.focus\:bg-neutral-04\/15:focus{
  background-color: rgb(215 218 226 / 0.15);
}

.focus\:bg-neutral-04\/20:focus{
  background-color: rgb(215 218 226 / 0.2);
}

.focus\:bg-neutral-04\/25:focus{
  background-color: rgb(215 218 226 / 0.25);
}

.focus\:bg-neutral-04\/30:focus{
  background-color: rgb(215 218 226 / 0.3);
}

.focus\:bg-neutral-04\/35:focus{
  background-color: rgb(215 218 226 / 0.35);
}

.focus\:bg-neutral-04\/40:focus{
  background-color: rgb(215 218 226 / 0.4);
}

.focus\:bg-neutral-04\/45:focus{
  background-color: rgb(215 218 226 / 0.45);
}

.focus\:bg-neutral-04\/5:focus{
  background-color: rgb(215 218 226 / 0.05);
}

.focus\:bg-neutral-04\/50:focus{
  background-color: rgb(215 218 226 / 0.5);
}

.focus\:bg-neutral-04\/55:focus{
  background-color: rgb(215 218 226 / 0.55);
}

.focus\:bg-neutral-04\/60:focus{
  background-color: rgb(215 218 226 / 0.6);
}

.focus\:bg-neutral-04\/65:focus{
  background-color: rgb(215 218 226 / 0.65);
}

.focus\:bg-neutral-04\/70:focus{
  background-color: rgb(215 218 226 / 0.7);
}

.focus\:bg-neutral-04\/75:focus{
  background-color: rgb(215 218 226 / 0.75);
}

.focus\:bg-neutral-04\/80:focus{
  background-color: rgb(215 218 226 / 0.8);
}

.focus\:bg-neutral-04\/85:focus{
  background-color: rgb(215 218 226 / 0.85);
}

.focus\:bg-neutral-04\/90:focus{
  background-color: rgb(215 218 226 / 0.9);
}

.focus\:bg-neutral-04\/95:focus{
  background-color: rgb(215 218 226 / 0.95);
}

.focus\:bg-neutral-05:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-05\/0:focus{
  background-color: rgb(246 246 246 / 0);
}

.focus\:bg-neutral-05\/10:focus{
  background-color: rgb(246 246 246 / 0.1);
}

.focus\:bg-neutral-05\/100:focus{
  background-color: rgb(246 246 246 / 1);
}

.focus\:bg-neutral-05\/15:focus{
  background-color: rgb(246 246 246 / 0.15);
}

.focus\:bg-neutral-05\/20:focus{
  background-color: rgb(246 246 246 / 0.2);
}

.focus\:bg-neutral-05\/25:focus{
  background-color: rgb(246 246 246 / 0.25);
}

.focus\:bg-neutral-05\/30:focus{
  background-color: rgb(246 246 246 / 0.3);
}

.focus\:bg-neutral-05\/35:focus{
  background-color: rgb(246 246 246 / 0.35);
}

.focus\:bg-neutral-05\/40:focus{
  background-color: rgb(246 246 246 / 0.4);
}

.focus\:bg-neutral-05\/45:focus{
  background-color: rgb(246 246 246 / 0.45);
}

.focus\:bg-neutral-05\/5:focus{
  background-color: rgb(246 246 246 / 0.05);
}

.focus\:bg-neutral-05\/50:focus{
  background-color: rgb(246 246 246 / 0.5);
}

.focus\:bg-neutral-05\/55:focus{
  background-color: rgb(246 246 246 / 0.55);
}

.focus\:bg-neutral-05\/60:focus{
  background-color: rgb(246 246 246 / 0.6);
}

.focus\:bg-neutral-05\/65:focus{
  background-color: rgb(246 246 246 / 0.65);
}

.focus\:bg-neutral-05\/70:focus{
  background-color: rgb(246 246 246 / 0.7);
}

.focus\:bg-neutral-05\/75:focus{
  background-color: rgb(246 246 246 / 0.75);
}

.focus\:bg-neutral-05\/80:focus{
  background-color: rgb(246 246 246 / 0.8);
}

.focus\:bg-neutral-05\/85:focus{
  background-color: rgb(246 246 246 / 0.85);
}

.focus\:bg-neutral-05\/90:focus{
  background-color: rgb(246 246 246 / 0.9);
}

.focus\:bg-neutral-05\/95:focus{
  background-color: rgb(246 246 246 / 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\/15:focus{
  background-color: rgb(245 245 245 / 0.15);
}

.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\/35:focus{
  background-color: rgb(245 245 245 / 0.35);
}

.focus\:bg-neutral-100\/40:focus{
  background-color: rgb(245 245 245 / 0.4);
}

.focus\:bg-neutral-100\/45:focus{
  background-color: rgb(245 245 245 / 0.45);
}

.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\/55:focus{
  background-color: rgb(245 245 245 / 0.55);
}

.focus\:bg-neutral-100\/60:focus{
  background-color: rgb(245 245 245 / 0.6);
}

.focus\:bg-neutral-100\/65:focus{
  background-color: rgb(245 245 245 / 0.65);
}

.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\/85:focus{
  background-color: rgb(245 245 245 / 0.85);
}

.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\/15:focus{
  background-color: rgb(229 229 229 / 0.15);
}

.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\/35:focus{
  background-color: rgb(229 229 229 / 0.35);
}

.focus\:bg-neutral-200\/40:focus{
  background-color: rgb(229 229 229 / 0.4);
}

.focus\:bg-neutral-200\/45:focus{
  background-color: rgb(229 229 229 / 0.45);
}

.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\/55:focus{
  background-color: rgb(229 229 229 / 0.55);
}

.focus\:bg-neutral-200\/60:focus{
  background-color: rgb(229 229 229 / 0.6);
}

.focus\:bg-neutral-200\/65:focus{
  background-color: rgb(229 229 229 / 0.65);
}

.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\/85:focus{
  background-color: rgb(229 229 229 / 0.85);
}

.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\/15:focus{
  background-color: rgb(212 212 212 / 0.15);
}

.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\/35:focus{
  background-color: rgb(212 212 212 / 0.35);
}

.focus\:bg-neutral-300\/40:focus{
  background-color: rgb(212 212 212 / 0.4);
}

.focus\:bg-neutral-300\/45:focus{
  background-color: rgb(212 212 212 / 0.45);
}

.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\/55:focus{
  background-color: rgb(212 212 212 / 0.55);
}

.focus\:bg-neutral-300\/60:focus{
  background-color: rgb(212 212 212 / 0.6);
}

.focus\:bg-neutral-300\/65:focus{
  background-color: rgb(212 212 212 / 0.65);
}

.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\/85:focus{
  background-color: rgb(212 212 212 / 0.85);
}

.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\/15:focus{
  background-color: rgb(163 163 163 / 0.15);
}

.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\/35:focus{
  background-color: rgb(163 163 163 / 0.35);
}

.focus\:bg-neutral-400\/40:focus{
  background-color: rgb(163 163 163 / 0.4);
}

.focus\:bg-neutral-400\/45:focus{
  background-color: rgb(163 163 163 / 0.45);
}

.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\/55:focus{
  background-color: rgb(163 163 163 / 0.55);
}

.focus\:bg-neutral-400\/60:focus{
  background-color: rgb(163 163 163 / 0.6);
}

.focus\:bg-neutral-400\/65:focus{
  background-color: rgb(163 163 163 / 0.65);
}

.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\/85:focus{
  background-color: rgb(163 163 163 / 0.85);
}

.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\/15:focus{
  background-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  background-color: rgb(250 250 250 / 0.35);
}

.focus\:bg-neutral-50\/40:focus{
  background-color: rgb(250 250 250 / 0.4);
}

.focus\:bg-neutral-50\/45:focus{
  background-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  background-color: rgb(250 250 250 / 0.55);
}

.focus\:bg-neutral-50\/60:focus{
  background-color: rgb(250 250 250 / 0.6);
}

.focus\:bg-neutral-50\/65:focus{
  background-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  background-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  background-color: rgb(115 115 115 / 0.15);
}

.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\/35:focus{
  background-color: rgb(115 115 115 / 0.35);
}

.focus\:bg-neutral-500\/40:focus{
  background-color: rgb(115 115 115 / 0.4);
}

.focus\:bg-neutral-500\/45:focus{
  background-color: rgb(115 115 115 / 0.45);
}

.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\/55:focus{
  background-color: rgb(115 115 115 / 0.55);
}

.focus\:bg-neutral-500\/60:focus{
  background-color: rgb(115 115 115 / 0.6);
}

.focus\:bg-neutral-500\/65:focus{
  background-color: rgb(115 115 115 / 0.65);
}

.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\/85:focus{
  background-color: rgb(115 115 115 / 0.85);
}

.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\/15:focus{
  background-color: rgb(82 82 82 / 0.15);
}

.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\/35:focus{
  background-color: rgb(82 82 82 / 0.35);
}

.focus\:bg-neutral-600\/40:focus{
  background-color: rgb(82 82 82 / 0.4);
}

.focus\:bg-neutral-600\/45:focus{
  background-color: rgb(82 82 82 / 0.45);
}

.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\/55:focus{
  background-color: rgb(82 82 82 / 0.55);
}

.focus\:bg-neutral-600\/60:focus{
  background-color: rgb(82 82 82 / 0.6);
}

.focus\:bg-neutral-600\/65:focus{
  background-color: rgb(82 82 82 / 0.65);
}

.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\/85:focus{
  background-color: rgb(82 82 82 / 0.85);
}

.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\/15:focus{
  background-color: rgb(64 64 64 / 0.15);
}

.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\/35:focus{
  background-color: rgb(64 64 64 / 0.35);
}

.focus\:bg-neutral-700\/40:focus{
  background-color: rgb(64 64 64 / 0.4);
}

.focus\:bg-neutral-700\/45:focus{
  background-color: rgb(64 64 64 / 0.45);
}

.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\/55:focus{
  background-color: rgb(64 64 64 / 0.55);
}

.focus\:bg-neutral-700\/60:focus{
  background-color: rgb(64 64 64 / 0.6);
}

.focus\:bg-neutral-700\/65:focus{
  background-color: rgb(64 64 64 / 0.65);
}

.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\/85:focus{
  background-color: rgb(64 64 64 / 0.85);
}

.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\/15:focus{
  background-color: rgb(38 38 38 / 0.15);
}

.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\/35:focus{
  background-color: rgb(38 38 38 / 0.35);
}

.focus\:bg-neutral-800\/40:focus{
  background-color: rgb(38 38 38 / 0.4);
}

.focus\:bg-neutral-800\/45:focus{
  background-color: rgb(38 38 38 / 0.45);
}

.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\/55:focus{
  background-color: rgb(38 38 38 / 0.55);
}

.focus\:bg-neutral-800\/60:focus{
  background-color: rgb(38 38 38 / 0.6);
}

.focus\:bg-neutral-800\/65:focus{
  background-color: rgb(38 38 38 / 0.65);
}

.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\/85:focus{
  background-color: rgb(38 38 38 / 0.85);
}

.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\/15:focus{
  background-color: rgb(23 23 23 / 0.15);
}

.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\/35:focus{
  background-color: rgb(23 23 23 / 0.35);
}

.focus\:bg-neutral-900\/40:focus{
  background-color: rgb(23 23 23 / 0.4);
}

.focus\:bg-neutral-900\/45:focus{
  background-color: rgb(23 23 23 / 0.45);
}

.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\/55:focus{
  background-color: rgb(23 23 23 / 0.55);
}

.focus\:bg-neutral-900\/60:focus{
  background-color: rgb(23 23 23 / 0.6);
}

.focus\:bg-neutral-900\/65:focus{
  background-color: rgb(23 23 23 / 0.65);
}

.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\/85:focus{
  background-color: rgb(23 23 23 / 0.85);
}

.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\/15:focus{
  background-color: rgb(10 10 10 / 0.15);
}

.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\/35:focus{
  background-color: rgb(10 10 10 / 0.35);
}

.focus\:bg-neutral-950\/40:focus{
  background-color: rgb(10 10 10 / 0.4);
}

.focus\:bg-neutral-950\/45:focus{
  background-color: rgb(10 10 10 / 0.45);
}

.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\/55:focus{
  background-color: rgb(10 10 10 / 0.55);
}

.focus\:bg-neutral-950\/60:focus{
  background-color: rgb(10 10 10 / 0.6);
}

.focus\:bg-neutral-950\/65:focus{
  background-color: rgb(10 10 10 / 0.65);
}

.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\/85:focus{
  background-color: rgb(10 10 10 / 0.85);
}

.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\/15:focus{
  background-color: rgb(255 237 213 / 0.15);
}

.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\/35:focus{
  background-color: rgb(255 237 213 / 0.35);
}

.focus\:bg-orange-100\/40:focus{
  background-color: rgb(255 237 213 / 0.4);
}

.focus\:bg-orange-100\/45:focus{
  background-color: rgb(255 237 213 / 0.45);
}

.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\/55:focus{
  background-color: rgb(255 237 213 / 0.55);
}

.focus\:bg-orange-100\/60:focus{
  background-color: rgb(255 237 213 / 0.6);
}

.focus\:bg-orange-100\/65:focus{
  background-color: rgb(255 237 213 / 0.65);
}

.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\/85:focus{
  background-color: rgb(255 237 213 / 0.85);
}

.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\/15:focus{
  background-color: rgb(254 215 170 / 0.15);
}

.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\/35:focus{
  background-color: rgb(254 215 170 / 0.35);
}

.focus\:bg-orange-200\/40:focus{
  background-color: rgb(254 215 170 / 0.4);
}

.focus\:bg-orange-200\/45:focus{
  background-color: rgb(254 215 170 / 0.45);
}

.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\/55:focus{
  background-color: rgb(254 215 170 / 0.55);
}

.focus\:bg-orange-200\/60:focus{
  background-color: rgb(254 215 170 / 0.6);
}

.focus\:bg-orange-200\/65:focus{
  background-color: rgb(254 215 170 / 0.65);
}

.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\/85:focus{
  background-color: rgb(254 215 170 / 0.85);
}

.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\/15:focus{
  background-color: rgb(253 186 116 / 0.15);
}

.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\/35:focus{
  background-color: rgb(253 186 116 / 0.35);
}

.focus\:bg-orange-300\/40:focus{
  background-color: rgb(253 186 116 / 0.4);
}

.focus\:bg-orange-300\/45:focus{
  background-color: rgb(253 186 116 / 0.45);
}

.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\/55:focus{
  background-color: rgb(253 186 116 / 0.55);
}

.focus\:bg-orange-300\/60:focus{
  background-color: rgb(253 186 116 / 0.6);
}

.focus\:bg-orange-300\/65:focus{
  background-color: rgb(253 186 116 / 0.65);
}

.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\/85:focus{
  background-color: rgb(253 186 116 / 0.85);
}

.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\/15:focus{
  background-color: rgb(251 146 60 / 0.15);
}

.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\/35:focus{
  background-color: rgb(251 146 60 / 0.35);
}

.focus\:bg-orange-400\/40:focus{
  background-color: rgb(251 146 60 / 0.4);
}

.focus\:bg-orange-400\/45:focus{
  background-color: rgb(251 146 60 / 0.45);
}

.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\/55:focus{
  background-color: rgb(251 146 60 / 0.55);
}

.focus\:bg-orange-400\/60:focus{
  background-color: rgb(251 146 60 / 0.6);
}

.focus\:bg-orange-400\/65:focus{
  background-color: rgb(251 146 60 / 0.65);
}

.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\/85:focus{
  background-color: rgb(251 146 60 / 0.85);
}

.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\/15:focus{
  background-color: rgb(255 247 237 / 0.15);
}

.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\/35:focus{
  background-color: rgb(255 247 237 / 0.35);
}

.focus\:bg-orange-50\/40:focus{
  background-color: rgb(255 247 237 / 0.4);
}

.focus\:bg-orange-50\/45:focus{
  background-color: rgb(255 247 237 / 0.45);
}

.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\/55:focus{
  background-color: rgb(255 247 237 / 0.55);
}

.focus\:bg-orange-50\/60:focus{
  background-color: rgb(255 247 237 / 0.6);
}

.focus\:bg-orange-50\/65:focus{
  background-color: rgb(255 247 237 / 0.65);
}

.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\/85:focus{
  background-color: rgb(255 247 237 / 0.85);
}

.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\/15:focus{
  background-color: rgb(249 115 22 / 0.15);
}

.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\/35:focus{
  background-color: rgb(249 115 22 / 0.35);
}

.focus\:bg-orange-500\/40:focus{
  background-color: rgb(249 115 22 / 0.4);
}

.focus\:bg-orange-500\/45:focus{
  background-color: rgb(249 115 22 / 0.45);
}

.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\/55:focus{
  background-color: rgb(249 115 22 / 0.55);
}

.focus\:bg-orange-500\/60:focus{
  background-color: rgb(249 115 22 / 0.6);
}

.focus\:bg-orange-500\/65:focus{
  background-color: rgb(249 115 22 / 0.65);
}

.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\/85:focus{
  background-color: rgb(249 115 22 / 0.85);
}

.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\/15:focus{
  background-color: rgb(234 88 12 / 0.15);
}

.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\/35:focus{
  background-color: rgb(234 88 12 / 0.35);
}

.focus\:bg-orange-600\/40:focus{
  background-color: rgb(234 88 12 / 0.4);
}

.focus\:bg-orange-600\/45:focus{
  background-color: rgb(234 88 12 / 0.45);
}

.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\/55:focus{
  background-color: rgb(234 88 12 / 0.55);
}

.focus\:bg-orange-600\/60:focus{
  background-color: rgb(234 88 12 / 0.6);
}

.focus\:bg-orange-600\/65:focus{
  background-color: rgb(234 88 12 / 0.65);
}

.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\/85:focus{
  background-color: rgb(234 88 12 / 0.85);
}

.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\/15:focus{
  background-color: rgb(194 65 12 / 0.15);
}

.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\/35:focus{
  background-color: rgb(194 65 12 / 0.35);
}

.focus\:bg-orange-700\/40:focus{
  background-color: rgb(194 65 12 / 0.4);
}

.focus\:bg-orange-700\/45:focus{
  background-color: rgb(194 65 12 / 0.45);
}

.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\/55:focus{
  background-color: rgb(194 65 12 / 0.55);
}

.focus\:bg-orange-700\/60:focus{
  background-color: rgb(194 65 12 / 0.6);
}

.focus\:bg-orange-700\/65:focus{
  background-color: rgb(194 65 12 / 0.65);
}

.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\/85:focus{
  background-color: rgb(194 65 12 / 0.85);
}

.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\/15:focus{
  background-color: rgb(154 52 18 / 0.15);
}

.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\/35:focus{
  background-color: rgb(154 52 18 / 0.35);
}

.focus\:bg-orange-800\/40:focus{
  background-color: rgb(154 52 18 / 0.4);
}

.focus\:bg-orange-800\/45:focus{
  background-color: rgb(154 52 18 / 0.45);
}

.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\/55:focus{
  background-color: rgb(154 52 18 / 0.55);
}

.focus\:bg-orange-800\/60:focus{
  background-color: rgb(154 52 18 / 0.6);
}

.focus\:bg-orange-800\/65:focus{
  background-color: rgb(154 52 18 / 0.65);
}

.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\/85:focus{
  background-color: rgb(154 52 18 / 0.85);
}

.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\/15:focus{
  background-color: rgb(124 45 18 / 0.15);
}

.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\/35:focus{
  background-color: rgb(124 45 18 / 0.35);
}

.focus\:bg-orange-900\/40:focus{
  background-color: rgb(124 45 18 / 0.4);
}

.focus\:bg-orange-900\/45:focus{
  background-color: rgb(124 45 18 / 0.45);
}

.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\/55:focus{
  background-color: rgb(124 45 18 / 0.55);
}

.focus\:bg-orange-900\/60:focus{
  background-color: rgb(124 45 18 / 0.6);
}

.focus\:bg-orange-900\/65:focus{
  background-color: rgb(124 45 18 / 0.65);
}

.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\/85:focus{
  background-color: rgb(124 45 18 / 0.85);
}

.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\/15:focus{
  background-color: rgb(67 20 7 / 0.15);
}

.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\/35:focus{
  background-color: rgb(67 20 7 / 0.35);
}

.focus\:bg-orange-950\/40:focus{
  background-color: rgb(67 20 7 / 0.4);
}

.focus\:bg-orange-950\/45:focus{
  background-color: rgb(67 20 7 / 0.45);
}

.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\/55:focus{
  background-color: rgb(67 20 7 / 0.55);
}

.focus\:bg-orange-950\/60:focus{
  background-color: rgb(67 20 7 / 0.6);
}

.focus\:bg-orange-950\/65:focus{
  background-color: rgb(67 20 7 / 0.65);
}

.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\/85:focus{
  background-color: rgb(67 20 7 / 0.85);
}

.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-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\/15:focus{
  background-color: rgb(252 231 243 / 0.15);
}

.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\/35:focus{
  background-color: rgb(252 231 243 / 0.35);
}

.focus\:bg-pink-100\/40:focus{
  background-color: rgb(252 231 243 / 0.4);
}

.focus\:bg-pink-100\/45:focus{
  background-color: rgb(252 231 243 / 0.45);
}

.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\/55:focus{
  background-color: rgb(252 231 243 / 0.55);
}

.focus\:bg-pink-100\/60:focus{
  background-color: rgb(252 231 243 / 0.6);
}

.focus\:bg-pink-100\/65:focus{
  background-color: rgb(252 231 243 / 0.65);
}

.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\/85:focus{
  background-color: rgb(252 231 243 / 0.85);
}

.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\/15:focus{
  background-color: rgb(251 207 232 / 0.15);
}

.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\/35:focus{
  background-color: rgb(251 207 232 / 0.35);
}

.focus\:bg-pink-200\/40:focus{
  background-color: rgb(251 207 232 / 0.4);
}

.focus\:bg-pink-200\/45:focus{
  background-color: rgb(251 207 232 / 0.45);
}

.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\/55:focus{
  background-color: rgb(251 207 232 / 0.55);
}

.focus\:bg-pink-200\/60:focus{
  background-color: rgb(251 207 232 / 0.6);
}

.focus\:bg-pink-200\/65:focus{
  background-color: rgb(251 207 232 / 0.65);
}

.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\/85:focus{
  background-color: rgb(251 207 232 / 0.85);
}

.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\/15:focus{
  background-color: rgb(249 168 212 / 0.15);
}

.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\/35:focus{
  background-color: rgb(249 168 212 / 0.35);
}

.focus\:bg-pink-300\/40:focus{
  background-color: rgb(249 168 212 / 0.4);
}

.focus\:bg-pink-300\/45:focus{
  background-color: rgb(249 168 212 / 0.45);
}

.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\/55:focus{
  background-color: rgb(249 168 212 / 0.55);
}

.focus\:bg-pink-300\/60:focus{
  background-color: rgb(249 168 212 / 0.6);
}

.focus\:bg-pink-300\/65:focus{
  background-color: rgb(249 168 212 / 0.65);
}

.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\/85:focus{
  background-color: rgb(249 168 212 / 0.85);
}

.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\/15:focus{
  background-color: rgb(244 114 182 / 0.15);
}

.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\/35:focus{
  background-color: rgb(244 114 182 / 0.35);
}

.focus\:bg-pink-400\/40:focus{
  background-color: rgb(244 114 182 / 0.4);
}

.focus\:bg-pink-400\/45:focus{
  background-color: rgb(244 114 182 / 0.45);
}

.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\/55:focus{
  background-color: rgb(244 114 182 / 0.55);
}

.focus\:bg-pink-400\/60:focus{
  background-color: rgb(244 114 182 / 0.6);
}

.focus\:bg-pink-400\/65:focus{
  background-color: rgb(244 114 182 / 0.65);
}

.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\/85:focus{
  background-color: rgb(244 114 182 / 0.85);
}

.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\/15:focus{
  background-color: rgb(253 242 248 / 0.15);
}

.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\/35:focus{
  background-color: rgb(253 242 248 / 0.35);
}

.focus\:bg-pink-50\/40:focus{
  background-color: rgb(253 242 248 / 0.4);
}

.focus\:bg-pink-50\/45:focus{
  background-color: rgb(253 242 248 / 0.45);
}

.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\/55:focus{
  background-color: rgb(253 242 248 / 0.55);
}

.focus\:bg-pink-50\/60:focus{
  background-color: rgb(253 242 248 / 0.6);
}

.focus\:bg-pink-50\/65:focus{
  background-color: rgb(253 242 248 / 0.65);
}

.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\/85:focus{
  background-color: rgb(253 242 248 / 0.85);
}

.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\/15:focus{
  background-color: rgb(236 72 153 / 0.15);
}

.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\/35:focus{
  background-color: rgb(236 72 153 / 0.35);
}

.focus\:bg-pink-500\/40:focus{
  background-color: rgb(236 72 153 / 0.4);
}

.focus\:bg-pink-500\/45:focus{
  background-color: rgb(236 72 153 / 0.45);
}

.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\/55:focus{
  background-color: rgb(236 72 153 / 0.55);
}

.focus\:bg-pink-500\/60:focus{
  background-color: rgb(236 72 153 / 0.6);
}

.focus\:bg-pink-500\/65:focus{
  background-color: rgb(236 72 153 / 0.65);
}

.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\/85:focus{
  background-color: rgb(236 72 153 / 0.85);
}

.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\/15:focus{
  background-color: rgb(219 39 119 / 0.15);
}

.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\/35:focus{
  background-color: rgb(219 39 119 / 0.35);
}

.focus\:bg-pink-600\/40:focus{
  background-color: rgb(219 39 119 / 0.4);
}

.focus\:bg-pink-600\/45:focus{
  background-color: rgb(219 39 119 / 0.45);
}

.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\/55:focus{
  background-color: rgb(219 39 119 / 0.55);
}

.focus\:bg-pink-600\/60:focus{
  background-color: rgb(219 39 119 / 0.6);
}

.focus\:bg-pink-600\/65:focus{
  background-color: rgb(219 39 119 / 0.65);
}

.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\/85:focus{
  background-color: rgb(219 39 119 / 0.85);
}

.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\/15:focus{
  background-color: rgb(190 24 93 / 0.15);
}

.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\/35:focus{
  background-color: rgb(190 24 93 / 0.35);
}

.focus\:bg-pink-700\/40:focus{
  background-color: rgb(190 24 93 / 0.4);
}

.focus\:bg-pink-700\/45:focus{
  background-color: rgb(190 24 93 / 0.45);
}

.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\/55:focus{
  background-color: rgb(190 24 93 / 0.55);
}

.focus\:bg-pink-700\/60:focus{
  background-color: rgb(190 24 93 / 0.6);
}

.focus\:bg-pink-700\/65:focus{
  background-color: rgb(190 24 93 / 0.65);
}

.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\/85:focus{
  background-color: rgb(190 24 93 / 0.85);
}

.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\/15:focus{
  background-color: rgb(157 23 77 / 0.15);
}

.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\/35:focus{
  background-color: rgb(157 23 77 / 0.35);
}

.focus\:bg-pink-800\/40:focus{
  background-color: rgb(157 23 77 / 0.4);
}

.focus\:bg-pink-800\/45:focus{
  background-color: rgb(157 23 77 / 0.45);
}

.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\/55:focus{
  background-color: rgb(157 23 77 / 0.55);
}

.focus\:bg-pink-800\/60:focus{
  background-color: rgb(157 23 77 / 0.6);
}

.focus\:bg-pink-800\/65:focus{
  background-color: rgb(157 23 77 / 0.65);
}

.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\/85:focus{
  background-color: rgb(157 23 77 / 0.85);
}

.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\/15:focus{
  background-color: rgb(131 24 67 / 0.15);
}

.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\/35:focus{
  background-color: rgb(131 24 67 / 0.35);
}

.focus\:bg-pink-900\/40:focus{
  background-color: rgb(131 24 67 / 0.4);
}

.focus\:bg-pink-900\/45:focus{
  background-color: rgb(131 24 67 / 0.45);
}

.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\/55:focus{
  background-color: rgb(131 24 67 / 0.55);
}

.focus\:bg-pink-900\/60:focus{
  background-color: rgb(131 24 67 / 0.6);
}

.focus\:bg-pink-900\/65:focus{
  background-color: rgb(131 24 67 / 0.65);
}

.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\/85:focus{
  background-color: rgb(131 24 67 / 0.85);
}

.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\/15:focus{
  background-color: rgb(80 7 36 / 0.15);
}

.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\/35:focus{
  background-color: rgb(80 7 36 / 0.35);
}

.focus\:bg-pink-950\/40:focus{
  background-color: rgb(80 7 36 / 0.4);
}

.focus\:bg-pink-950\/45:focus{
  background-color: rgb(80 7 36 / 0.45);
}

.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\/55:focus{
  background-color: rgb(80 7 36 / 0.55);
}

.focus\:bg-pink-950\/60:focus{
  background-color: rgb(80 7 36 / 0.6);
}

.focus\:bg-pink-950\/65:focus{
  background-color: rgb(80 7 36 / 0.65);
}

.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\/85:focus{
  background-color: rgb(80 7 36 / 0.85);
}

.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-primary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(85 70 192 / var(--tw-bg-opacity));
}

.focus\:bg-primary-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(71 57 169 / var(--tw-bg-opacity));
}

.focus\:bg-primary-hover\/0:focus{
  background-color: rgb(71 57 169 / 0);
}

.focus\:bg-primary-hover\/10:focus{
  background-color: rgb(71 57 169 / 0.1);
}

.focus\:bg-primary-hover\/100:focus{
  background-color: rgb(71 57 169 / 1);
}

.focus\:bg-primary-hover\/15:focus{
  background-color: rgb(71 57 169 / 0.15);
}

.focus\:bg-primary-hover\/20:focus{
  background-color: rgb(71 57 169 / 0.2);
}

.focus\:bg-primary-hover\/25:focus{
  background-color: rgb(71 57 169 / 0.25);
}

.focus\:bg-primary-hover\/30:focus{
  background-color: rgb(71 57 169 / 0.3);
}

.focus\:bg-primary-hover\/35:focus{
  background-color: rgb(71 57 169 / 0.35);
}

.focus\:bg-primary-hover\/40:focus{
  background-color: rgb(71 57 169 / 0.4);
}

.focus\:bg-primary-hover\/45:focus{
  background-color: rgb(71 57 169 / 0.45);
}

.focus\:bg-primary-hover\/5:focus{
  background-color: rgb(71 57 169 / 0.05);
}

.focus\:bg-primary-hover\/50:focus{
  background-color: rgb(71 57 169 / 0.5);
}

.focus\:bg-primary-hover\/55:focus{
  background-color: rgb(71 57 169 / 0.55);
}

.focus\:bg-primary-hover\/60:focus{
  background-color: rgb(71 57 169 / 0.6);
}

.focus\:bg-primary-hover\/65:focus{
  background-color: rgb(71 57 169 / 0.65);
}

.focus\:bg-primary-hover\/70:focus{
  background-color: rgb(71 57 169 / 0.7);
}

.focus\:bg-primary-hover\/75:focus{
  background-color: rgb(71 57 169 / 0.75);
}

.focus\:bg-primary-hover\/80:focus{
  background-color: rgb(71 57 169 / 0.8);
}

.focus\:bg-primary-hover\/85:focus{
  background-color: rgb(71 57 169 / 0.85);
}

.focus\:bg-primary-hover\/90:focus{
  background-color: rgb(71 57 169 / 0.9);
}

.focus\:bg-primary-hover\/95:focus{
  background-color: rgb(71 57 169 / 0.95);
}

.focus\:bg-primary\/0:focus{
  background-color: rgb(85 70 192 / 0);
}

.focus\:bg-primary\/10:focus{
  background-color: rgb(85 70 192 / 0.1);
}

.focus\:bg-primary\/100:focus{
  background-color: rgb(85 70 192 / 1);
}

.focus\:bg-primary\/15:focus{
  background-color: rgb(85 70 192 / 0.15);
}

.focus\:bg-primary\/20:focus{
  background-color: rgb(85 70 192 / 0.2);
}

.focus\:bg-primary\/25:focus{
  background-color: rgb(85 70 192 / 0.25);
}

.focus\:bg-primary\/30:focus{
  background-color: rgb(85 70 192 / 0.3);
}

.focus\:bg-primary\/35:focus{
  background-color: rgb(85 70 192 / 0.35);
}

.focus\:bg-primary\/40:focus{
  background-color: rgb(85 70 192 / 0.4);
}

.focus\:bg-primary\/45:focus{
  background-color: rgb(85 70 192 / 0.45);
}

.focus\:bg-primary\/5:focus{
  background-color: rgb(85 70 192 / 0.05);
}

.focus\:bg-primary\/50:focus{
  background-color: rgb(85 70 192 / 0.5);
}

.focus\:bg-primary\/55:focus{
  background-color: rgb(85 70 192 / 0.55);
}

.focus\:bg-primary\/60:focus{
  background-color: rgb(85 70 192 / 0.6);
}

.focus\:bg-primary\/65:focus{
  background-color: rgb(85 70 192 / 0.65);
}

.focus\:bg-primary\/70:focus{
  background-color: rgb(85 70 192 / 0.7);
}

.focus\:bg-primary\/75:focus{
  background-color: rgb(85 70 192 / 0.75);
}

.focus\:bg-primary\/80:focus{
  background-color: rgb(85 70 192 / 0.8);
}

.focus\:bg-primary\/85:focus{
  background-color: rgb(85 70 192 / 0.85);
}

.focus\:bg-primary\/90:focus{
  background-color: rgb(85 70 192 / 0.9);
}

.focus\:bg-primary\/95:focus{
  background-color: rgb(85 70 192 / 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\/15:focus{
  background-color: rgb(243 232 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(243 232 255 / 0.35);
}

.focus\:bg-purple-100\/40:focus{
  background-color: rgb(243 232 255 / 0.4);
}

.focus\:bg-purple-100\/45:focus{
  background-color: rgb(243 232 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(243 232 255 / 0.55);
}

.focus\:bg-purple-100\/60:focus{
  background-color: rgb(243 232 255 / 0.6);
}

.focus\:bg-purple-100\/65:focus{
  background-color: rgb(243 232 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(243 232 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(233 213 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(233 213 255 / 0.35);
}

.focus\:bg-purple-200\/40:focus{
  background-color: rgb(233 213 255 / 0.4);
}

.focus\:bg-purple-200\/45:focus{
  background-color: rgb(233 213 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(233 213 255 / 0.55);
}

.focus\:bg-purple-200\/60:focus{
  background-color: rgb(233 213 255 / 0.6);
}

.focus\:bg-purple-200\/65:focus{
  background-color: rgb(233 213 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(233 213 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(216 180 254 / 0.15);
}

.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\/35:focus{
  background-color: rgb(216 180 254 / 0.35);
}

.focus\:bg-purple-300\/40:focus{
  background-color: rgb(216 180 254 / 0.4);
}

.focus\:bg-purple-300\/45:focus{
  background-color: rgb(216 180 254 / 0.45);
}

.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\/55:focus{
  background-color: rgb(216 180 254 / 0.55);
}

.focus\:bg-purple-300\/60:focus{
  background-color: rgb(216 180 254 / 0.6);
}

.focus\:bg-purple-300\/65:focus{
  background-color: rgb(216 180 254 / 0.65);
}

.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\/85:focus{
  background-color: rgb(216 180 254 / 0.85);
}

.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\/15:focus{
  background-color: rgb(192 132 252 / 0.15);
}

.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\/35:focus{
  background-color: rgb(192 132 252 / 0.35);
}

.focus\:bg-purple-400\/40:focus{
  background-color: rgb(192 132 252 / 0.4);
}

.focus\:bg-purple-400\/45:focus{
  background-color: rgb(192 132 252 / 0.45);
}

.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\/55:focus{
  background-color: rgb(192 132 252 / 0.55);
}

.focus\:bg-purple-400\/60:focus{
  background-color: rgb(192 132 252 / 0.6);
}

.focus\:bg-purple-400\/65:focus{
  background-color: rgb(192 132 252 / 0.65);
}

.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\/85:focus{
  background-color: rgb(192 132 252 / 0.85);
}

.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\/15:focus{
  background-color: rgb(250 245 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(250 245 255 / 0.35);
}

.focus\:bg-purple-50\/40:focus{
  background-color: rgb(250 245 255 / 0.4);
}

.focus\:bg-purple-50\/45:focus{
  background-color: rgb(250 245 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(250 245 255 / 0.55);
}

.focus\:bg-purple-50\/60:focus{
  background-color: rgb(250 245 255 / 0.6);
}

.focus\:bg-purple-50\/65:focus{
  background-color: rgb(250 245 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(250 245 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(168 85 247 / 0.15);
}

.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\/35:focus{
  background-color: rgb(168 85 247 / 0.35);
}

.focus\:bg-purple-500\/40:focus{
  background-color: rgb(168 85 247 / 0.4);
}

.focus\:bg-purple-500\/45:focus{
  background-color: rgb(168 85 247 / 0.45);
}

.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\/55:focus{
  background-color: rgb(168 85 247 / 0.55);
}

.focus\:bg-purple-500\/60:focus{
  background-color: rgb(168 85 247 / 0.6);
}

.focus\:bg-purple-500\/65:focus{
  background-color: rgb(168 85 247 / 0.65);
}

.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\/85:focus{
  background-color: rgb(168 85 247 / 0.85);
}

.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\/15:focus{
  background-color: rgb(147 51 234 / 0.15);
}

.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\/35:focus{
  background-color: rgb(147 51 234 / 0.35);
}

.focus\:bg-purple-600\/40:focus{
  background-color: rgb(147 51 234 / 0.4);
}

.focus\:bg-purple-600\/45:focus{
  background-color: rgb(147 51 234 / 0.45);
}

.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\/55:focus{
  background-color: rgb(147 51 234 / 0.55);
}

.focus\:bg-purple-600\/60:focus{
  background-color: rgb(147 51 234 / 0.6);
}

.focus\:bg-purple-600\/65:focus{
  background-color: rgb(147 51 234 / 0.65);
}

.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\/85:focus{
  background-color: rgb(147 51 234 / 0.85);
}

.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\/15:focus{
  background-color: rgb(126 34 206 / 0.15);
}

.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\/35:focus{
  background-color: rgb(126 34 206 / 0.35);
}

.focus\:bg-purple-700\/40:focus{
  background-color: rgb(126 34 206 / 0.4);
}

.focus\:bg-purple-700\/45:focus{
  background-color: rgb(126 34 206 / 0.45);
}

.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\/55:focus{
  background-color: rgb(126 34 206 / 0.55);
}

.focus\:bg-purple-700\/60:focus{
  background-color: rgb(126 34 206 / 0.6);
}

.focus\:bg-purple-700\/65:focus{
  background-color: rgb(126 34 206 / 0.65);
}

.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\/85:focus{
  background-color: rgb(126 34 206 / 0.85);
}

.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\/15:focus{
  background-color: rgb(107 33 168 / 0.15);
}

.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\/35:focus{
  background-color: rgb(107 33 168 / 0.35);
}

.focus\:bg-purple-800\/40:focus{
  background-color: rgb(107 33 168 / 0.4);
}

.focus\:bg-purple-800\/45:focus{
  background-color: rgb(107 33 168 / 0.45);
}

.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\/55:focus{
  background-color: rgb(107 33 168 / 0.55);
}

.focus\:bg-purple-800\/60:focus{
  background-color: rgb(107 33 168 / 0.6);
}

.focus\:bg-purple-800\/65:focus{
  background-color: rgb(107 33 168 / 0.65);
}

.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\/85:focus{
  background-color: rgb(107 33 168 / 0.85);
}

.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\/15:focus{
  background-color: rgb(88 28 135 / 0.15);
}

.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\/35:focus{
  background-color: rgb(88 28 135 / 0.35);
}

.focus\:bg-purple-900\/40:focus{
  background-color: rgb(88 28 135 / 0.4);
}

.focus\:bg-purple-900\/45:focus{
  background-color: rgb(88 28 135 / 0.45);
}

.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\/55:focus{
  background-color: rgb(88 28 135 / 0.55);
}

.focus\:bg-purple-900\/60:focus{
  background-color: rgb(88 28 135 / 0.6);
}

.focus\:bg-purple-900\/65:focus{
  background-color: rgb(88 28 135 / 0.65);
}

.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\/85:focus{
  background-color: rgb(88 28 135 / 0.85);
}

.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\/15:focus{
  background-color: rgb(59 7 100 / 0.15);
}

.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\/35:focus{
  background-color: rgb(59 7 100 / 0.35);
}

.focus\:bg-purple-950\/40:focus{
  background-color: rgb(59 7 100 / 0.4);
}

.focus\:bg-purple-950\/45:focus{
  background-color: rgb(59 7 100 / 0.45);
}

.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\/55:focus{
  background-color: rgb(59 7 100 / 0.55);
}

.focus\:bg-purple-950\/60:focus{
  background-color: rgb(59 7 100 / 0.6);
}

.focus\:bg-purple-950\/65:focus{
  background-color: rgb(59 7 100 / 0.65);
}

.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\/85:focus{
  background-color: rgb(59 7 100 / 0.85);
}

.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-quaternary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(61 209 246 / var(--tw-bg-opacity));
}

.focus\:bg-quaternary-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(43 202 241 / var(--tw-bg-opacity));
}

.focus\:bg-quaternary-hover\/0:focus{
  background-color: rgb(43 202 241 / 0);
}

.focus\:bg-quaternary-hover\/10:focus{
  background-color: rgb(43 202 241 / 0.1);
}

.focus\:bg-quaternary-hover\/100:focus{
  background-color: rgb(43 202 241 / 1);
}

.focus\:bg-quaternary-hover\/15:focus{
  background-color: rgb(43 202 241 / 0.15);
}

.focus\:bg-quaternary-hover\/20:focus{
  background-color: rgb(43 202 241 / 0.2);
}

.focus\:bg-quaternary-hover\/25:focus{
  background-color: rgb(43 202 241 / 0.25);
}

.focus\:bg-quaternary-hover\/30:focus{
  background-color: rgb(43 202 241 / 0.3);
}

.focus\:bg-quaternary-hover\/35:focus{
  background-color: rgb(43 202 241 / 0.35);
}

.focus\:bg-quaternary-hover\/40:focus{
  background-color: rgb(43 202 241 / 0.4);
}

.focus\:bg-quaternary-hover\/45:focus{
  background-color: rgb(43 202 241 / 0.45);
}

.focus\:bg-quaternary-hover\/5:focus{
  background-color: rgb(43 202 241 / 0.05);
}

.focus\:bg-quaternary-hover\/50:focus{
  background-color: rgb(43 202 241 / 0.5);
}

.focus\:bg-quaternary-hover\/55:focus{
  background-color: rgb(43 202 241 / 0.55);
}

.focus\:bg-quaternary-hover\/60:focus{
  background-color: rgb(43 202 241 / 0.6);
}

.focus\:bg-quaternary-hover\/65:focus{
  background-color: rgb(43 202 241 / 0.65);
}

.focus\:bg-quaternary-hover\/70:focus{
  background-color: rgb(43 202 241 / 0.7);
}

.focus\:bg-quaternary-hover\/75:focus{
  background-color: rgb(43 202 241 / 0.75);
}

.focus\:bg-quaternary-hover\/80:focus{
  background-color: rgb(43 202 241 / 0.8);
}

.focus\:bg-quaternary-hover\/85:focus{
  background-color: rgb(43 202 241 / 0.85);
}

.focus\:bg-quaternary-hover\/90:focus{
  background-color: rgb(43 202 241 / 0.9);
}

.focus\:bg-quaternary-hover\/95:focus{
  background-color: rgb(43 202 241 / 0.95);
}

.focus\:bg-quaternary\/0:focus{
  background-color: rgb(61 209 246 / 0);
}

.focus\:bg-quaternary\/10:focus{
  background-color: rgb(61 209 246 / 0.1);
}

.focus\:bg-quaternary\/100:focus{
  background-color: rgb(61 209 246 / 1);
}

.focus\:bg-quaternary\/15:focus{
  background-color: rgb(61 209 246 / 0.15);
}

.focus\:bg-quaternary\/20:focus{
  background-color: rgb(61 209 246 / 0.2);
}

.focus\:bg-quaternary\/25:focus{
  background-color: rgb(61 209 246 / 0.25);
}

.focus\:bg-quaternary\/30:focus{
  background-color: rgb(61 209 246 / 0.3);
}

.focus\:bg-quaternary\/35:focus{
  background-color: rgb(61 209 246 / 0.35);
}

.focus\:bg-quaternary\/40:focus{
  background-color: rgb(61 209 246 / 0.4);
}

.focus\:bg-quaternary\/45:focus{
  background-color: rgb(61 209 246 / 0.45);
}

.focus\:bg-quaternary\/5:focus{
  background-color: rgb(61 209 246 / 0.05);
}

.focus\:bg-quaternary\/50:focus{
  background-color: rgb(61 209 246 / 0.5);
}

.focus\:bg-quaternary\/55:focus{
  background-color: rgb(61 209 246 / 0.55);
}

.focus\:bg-quaternary\/60:focus{
  background-color: rgb(61 209 246 / 0.6);
}

.focus\:bg-quaternary\/65:focus{
  background-color: rgb(61 209 246 / 0.65);
}

.focus\:bg-quaternary\/70:focus{
  background-color: rgb(61 209 246 / 0.7);
}

.focus\:bg-quaternary\/75:focus{
  background-color: rgb(61 209 246 / 0.75);
}

.focus\:bg-quaternary\/80:focus{
  background-color: rgb(61 209 246 / 0.8);
}

.focus\:bg-quaternary\/85:focus{
  background-color: rgb(61 209 246 / 0.85);
}

.focus\:bg-quaternary\/90:focus{
  background-color: rgb(61 209 246 / 0.9);
}

.focus\:bg-quaternary\/95:focus{
  background-color: rgb(61 209 246 / 0.95);
}

.focus\:bg-quinary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(136 150 244 / var(--tw-bg-opacity));
}

.focus\:bg-quinary-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(112 126 222 / var(--tw-bg-opacity));
}

.focus\:bg-quinary-hover\/0:focus{
  background-color: rgb(112 126 222 / 0);
}

.focus\:bg-quinary-hover\/10:focus{
  background-color: rgb(112 126 222 / 0.1);
}

.focus\:bg-quinary-hover\/100:focus{
  background-color: rgb(112 126 222 / 1);
}

.focus\:bg-quinary-hover\/15:focus{
  background-color: rgb(112 126 222 / 0.15);
}

.focus\:bg-quinary-hover\/20:focus{
  background-color: rgb(112 126 222 / 0.2);
}

.focus\:bg-quinary-hover\/25:focus{
  background-color: rgb(112 126 222 / 0.25);
}

.focus\:bg-quinary-hover\/30:focus{
  background-color: rgb(112 126 222 / 0.3);
}

.focus\:bg-quinary-hover\/35:focus{
  background-color: rgb(112 126 222 / 0.35);
}

.focus\:bg-quinary-hover\/40:focus{
  background-color: rgb(112 126 222 / 0.4);
}

.focus\:bg-quinary-hover\/45:focus{
  background-color: rgb(112 126 222 / 0.45);
}

.focus\:bg-quinary-hover\/5:focus{
  background-color: rgb(112 126 222 / 0.05);
}

.focus\:bg-quinary-hover\/50:focus{
  background-color: rgb(112 126 222 / 0.5);
}

.focus\:bg-quinary-hover\/55:focus{
  background-color: rgb(112 126 222 / 0.55);
}

.focus\:bg-quinary-hover\/60:focus{
  background-color: rgb(112 126 222 / 0.6);
}

.focus\:bg-quinary-hover\/65:focus{
  background-color: rgb(112 126 222 / 0.65);
}

.focus\:bg-quinary-hover\/70:focus{
  background-color: rgb(112 126 222 / 0.7);
}

.focus\:bg-quinary-hover\/75:focus{
  background-color: rgb(112 126 222 / 0.75);
}

.focus\:bg-quinary-hover\/80:focus{
  background-color: rgb(112 126 222 / 0.8);
}

.focus\:bg-quinary-hover\/85:focus{
  background-color: rgb(112 126 222 / 0.85);
}

.focus\:bg-quinary-hover\/90:focus{
  background-color: rgb(112 126 222 / 0.9);
}

.focus\:bg-quinary-hover\/95:focus{
  background-color: rgb(112 126 222 / 0.95);
}

.focus\:bg-quinary\/0:focus{
  background-color: rgb(136 150 244 / 0);
}

.focus\:bg-quinary\/10:focus{
  background-color: rgb(136 150 244 / 0.1);
}

.focus\:bg-quinary\/100:focus{
  background-color: rgb(136 150 244 / 1);
}

.focus\:bg-quinary\/15:focus{
  background-color: rgb(136 150 244 / 0.15);
}

.focus\:bg-quinary\/20:focus{
  background-color: rgb(136 150 244 / 0.2);
}

.focus\:bg-quinary\/25:focus{
  background-color: rgb(136 150 244 / 0.25);
}

.focus\:bg-quinary\/30:focus{
  background-color: rgb(136 150 244 / 0.3);
}

.focus\:bg-quinary\/35:focus{
  background-color: rgb(136 150 244 / 0.35);
}

.focus\:bg-quinary\/40:focus{
  background-color: rgb(136 150 244 / 0.4);
}

.focus\:bg-quinary\/45:focus{
  background-color: rgb(136 150 244 / 0.45);
}

.focus\:bg-quinary\/5:focus{
  background-color: rgb(136 150 244 / 0.05);
}

.focus\:bg-quinary\/50:focus{
  background-color: rgb(136 150 244 / 0.5);
}

.focus\:bg-quinary\/55:focus{
  background-color: rgb(136 150 244 / 0.55);
}

.focus\:bg-quinary\/60:focus{
  background-color: rgb(136 150 244 / 0.6);
}

.focus\:bg-quinary\/65:focus{
  background-color: rgb(136 150 244 / 0.65);
}

.focus\:bg-quinary\/70:focus{
  background-color: rgb(136 150 244 / 0.7);
}

.focus\:bg-quinary\/75:focus{
  background-color: rgb(136 150 244 / 0.75);
}

.focus\:bg-quinary\/80:focus{
  background-color: rgb(136 150 244 / 0.8);
}

.focus\:bg-quinary\/85:focus{
  background-color: rgb(136 150 244 / 0.85);
}

.focus\:bg-quinary\/90:focus{
  background-color: rgb(136 150 244 / 0.9);
}

.focus\:bg-quinary\/95:focus{
  background-color: rgb(136 150 244 / 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\/15:focus{
  background-color: rgb(254 226 226 / 0.15);
}

.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\/35:focus{
  background-color: rgb(254 226 226 / 0.35);
}

.focus\:bg-red-100\/40:focus{
  background-color: rgb(254 226 226 / 0.4);
}

.focus\:bg-red-100\/45:focus{
  background-color: rgb(254 226 226 / 0.45);
}

.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\/55:focus{
  background-color: rgb(254 226 226 / 0.55);
}

.focus\:bg-red-100\/60:focus{
  background-color: rgb(254 226 226 / 0.6);
}

.focus\:bg-red-100\/65:focus{
  background-color: rgb(254 226 226 / 0.65);
}

.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\/85:focus{
  background-color: rgb(254 226 226 / 0.85);
}

.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\/15:focus{
  background-color: rgb(254 202 202 / 0.15);
}

.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\/35:focus{
  background-color: rgb(254 202 202 / 0.35);
}

.focus\:bg-red-200\/40:focus{
  background-color: rgb(254 202 202 / 0.4);
}

.focus\:bg-red-200\/45:focus{
  background-color: rgb(254 202 202 / 0.45);
}

.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\/55:focus{
  background-color: rgb(254 202 202 / 0.55);
}

.focus\:bg-red-200\/60:focus{
  background-color: rgb(254 202 202 / 0.6);
}

.focus\:bg-red-200\/65:focus{
  background-color: rgb(254 202 202 / 0.65);
}

.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\/85:focus{
  background-color: rgb(254 202 202 / 0.85);
}

.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\/15:focus{
  background-color: rgb(252 165 165 / 0.15);
}

.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\/35:focus{
  background-color: rgb(252 165 165 / 0.35);
}

.focus\:bg-red-300\/40:focus{
  background-color: rgb(252 165 165 / 0.4);
}

.focus\:bg-red-300\/45:focus{
  background-color: rgb(252 165 165 / 0.45);
}

.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\/55:focus{
  background-color: rgb(252 165 165 / 0.55);
}

.focus\:bg-red-300\/60:focus{
  background-color: rgb(252 165 165 / 0.6);
}

.focus\:bg-red-300\/65:focus{
  background-color: rgb(252 165 165 / 0.65);
}

.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\/85:focus{
  background-color: rgb(252 165 165 / 0.85);
}

.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\/15:focus{
  background-color: rgb(248 113 113 / 0.15);
}

.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\/35:focus{
  background-color: rgb(248 113 113 / 0.35);
}

.focus\:bg-red-400\/40:focus{
  background-color: rgb(248 113 113 / 0.4);
}

.focus\:bg-red-400\/45:focus{
  background-color: rgb(248 113 113 / 0.45);
}

.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\/55:focus{
  background-color: rgb(248 113 113 / 0.55);
}

.focus\:bg-red-400\/60:focus{
  background-color: rgb(248 113 113 / 0.6);
}

.focus\:bg-red-400\/65:focus{
  background-color: rgb(248 113 113 / 0.65);
}

.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\/85:focus{
  background-color: rgb(248 113 113 / 0.85);
}

.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\/15:focus{
  background-color: rgb(254 242 242 / 0.15);
}

.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\/35:focus{
  background-color: rgb(254 242 242 / 0.35);
}

.focus\:bg-red-50\/40:focus{
  background-color: rgb(254 242 242 / 0.4);
}

.focus\:bg-red-50\/45:focus{
  background-color: rgb(254 242 242 / 0.45);
}

.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\/55:focus{
  background-color: rgb(254 242 242 / 0.55);
}

.focus\:bg-red-50\/60:focus{
  background-color: rgb(254 242 242 / 0.6);
}

.focus\:bg-red-50\/65:focus{
  background-color: rgb(254 242 242 / 0.65);
}

.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\/85:focus{
  background-color: rgb(254 242 242 / 0.85);
}

.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\/15:focus{
  background-color: rgb(239 68 68 / 0.15);
}

.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\/35:focus{
  background-color: rgb(239 68 68 / 0.35);
}

.focus\:bg-red-500\/40:focus{
  background-color: rgb(239 68 68 / 0.4);
}

.focus\:bg-red-500\/45:focus{
  background-color: rgb(239 68 68 / 0.45);
}

.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\/55:focus{
  background-color: rgb(239 68 68 / 0.55);
}

.focus\:bg-red-500\/60:focus{
  background-color: rgb(239 68 68 / 0.6);
}

.focus\:bg-red-500\/65:focus{
  background-color: rgb(239 68 68 / 0.65);
}

.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\/85:focus{
  background-color: rgb(239 68 68 / 0.85);
}

.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\/15:focus{
  background-color: rgb(220 38 38 / 0.15);
}

.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\/35:focus{
  background-color: rgb(220 38 38 / 0.35);
}

.focus\:bg-red-600\/40:focus{
  background-color: rgb(220 38 38 / 0.4);
}

.focus\:bg-red-600\/45:focus{
  background-color: rgb(220 38 38 / 0.45);
}

.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\/55:focus{
  background-color: rgb(220 38 38 / 0.55);
}

.focus\:bg-red-600\/60:focus{
  background-color: rgb(220 38 38 / 0.6);
}

.focus\:bg-red-600\/65:focus{
  background-color: rgb(220 38 38 / 0.65);
}

.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\/85:focus{
  background-color: rgb(220 38 38 / 0.85);
}

.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\/15:focus{
  background-color: rgb(185 28 28 / 0.15);
}

.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\/35:focus{
  background-color: rgb(185 28 28 / 0.35);
}

.focus\:bg-red-700\/40:focus{
  background-color: rgb(185 28 28 / 0.4);
}

.focus\:bg-red-700\/45:focus{
  background-color: rgb(185 28 28 / 0.45);
}

.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\/55:focus{
  background-color: rgb(185 28 28 / 0.55);
}

.focus\:bg-red-700\/60:focus{
  background-color: rgb(185 28 28 / 0.6);
}

.focus\:bg-red-700\/65:focus{
  background-color: rgb(185 28 28 / 0.65);
}

.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\/85:focus{
  background-color: rgb(185 28 28 / 0.85);
}

.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\/15:focus{
  background-color: rgb(153 27 27 / 0.15);
}

.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\/35:focus{
  background-color: rgb(153 27 27 / 0.35);
}

.focus\:bg-red-800\/40:focus{
  background-color: rgb(153 27 27 / 0.4);
}

.focus\:bg-red-800\/45:focus{
  background-color: rgb(153 27 27 / 0.45);
}

.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\/55:focus{
  background-color: rgb(153 27 27 / 0.55);
}

.focus\:bg-red-800\/60:focus{
  background-color: rgb(153 27 27 / 0.6);
}

.focus\:bg-red-800\/65:focus{
  background-color: rgb(153 27 27 / 0.65);
}

.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\/85:focus{
  background-color: rgb(153 27 27 / 0.85);
}

.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\/15:focus{
  background-color: rgb(127 29 29 / 0.15);
}

.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\/35:focus{
  background-color: rgb(127 29 29 / 0.35);
}

.focus\:bg-red-900\/40:focus{
  background-color: rgb(127 29 29 / 0.4);
}

.focus\:bg-red-900\/45:focus{
  background-color: rgb(127 29 29 / 0.45);
}

.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\/55:focus{
  background-color: rgb(127 29 29 / 0.55);
}

.focus\:bg-red-900\/60:focus{
  background-color: rgb(127 29 29 / 0.6);
}

.focus\:bg-red-900\/65:focus{
  background-color: rgb(127 29 29 / 0.65);
}

.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\/85:focus{
  background-color: rgb(127 29 29 / 0.85);
}

.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\/15:focus{
  background-color: rgb(69 10 10 / 0.15);
}

.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\/35:focus{
  background-color: rgb(69 10 10 / 0.35);
}

.focus\:bg-red-950\/40:focus{
  background-color: rgb(69 10 10 / 0.4);
}

.focus\:bg-red-950\/45:focus{
  background-color: rgb(69 10 10 / 0.45);
}

.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\/55:focus{
  background-color: rgb(69 10 10 / 0.55);
}

.focus\:bg-red-950\/60:focus{
  background-color: rgb(69 10 10 / 0.6);
}

.focus\:bg-red-950\/65:focus{
  background-color: rgb(69 10 10 / 0.65);
}

.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\/85:focus{
  background-color: rgb(69 10 10 / 0.85);
}

.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\/15:focus{
  background-color: rgb(255 228 230 / 0.15);
}

.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\/35:focus{
  background-color: rgb(255 228 230 / 0.35);
}

.focus\:bg-rose-100\/40:focus{
  background-color: rgb(255 228 230 / 0.4);
}

.focus\:bg-rose-100\/45:focus{
  background-color: rgb(255 228 230 / 0.45);
}

.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\/55:focus{
  background-color: rgb(255 228 230 / 0.55);
}

.focus\:bg-rose-100\/60:focus{
  background-color: rgb(255 228 230 / 0.6);
}

.focus\:bg-rose-100\/65:focus{
  background-color: rgb(255 228 230 / 0.65);
}

.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\/85:focus{
  background-color: rgb(255 228 230 / 0.85);
}

.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\/15:focus{
  background-color: rgb(254 205 211 / 0.15);
}

.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\/35:focus{
  background-color: rgb(254 205 211 / 0.35);
}

.focus\:bg-rose-200\/40:focus{
  background-color: rgb(254 205 211 / 0.4);
}

.focus\:bg-rose-200\/45:focus{
  background-color: rgb(254 205 211 / 0.45);
}

.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\/55:focus{
  background-color: rgb(254 205 211 / 0.55);
}

.focus\:bg-rose-200\/60:focus{
  background-color: rgb(254 205 211 / 0.6);
}

.focus\:bg-rose-200\/65:focus{
  background-color: rgb(254 205 211 / 0.65);
}

.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\/85:focus{
  background-color: rgb(254 205 211 / 0.85);
}

.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\/15:focus{
  background-color: rgb(253 164 175 / 0.15);
}

.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\/35:focus{
  background-color: rgb(253 164 175 / 0.35);
}

.focus\:bg-rose-300\/40:focus{
  background-color: rgb(253 164 175 / 0.4);
}

.focus\:bg-rose-300\/45:focus{
  background-color: rgb(253 164 175 / 0.45);
}

.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\/55:focus{
  background-color: rgb(253 164 175 / 0.55);
}

.focus\:bg-rose-300\/60:focus{
  background-color: rgb(253 164 175 / 0.6);
}

.focus\:bg-rose-300\/65:focus{
  background-color: rgb(253 164 175 / 0.65);
}

.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\/85:focus{
  background-color: rgb(253 164 175 / 0.85);
}

.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\/15:focus{
  background-color: rgb(251 113 133 / 0.15);
}

.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\/35:focus{
  background-color: rgb(251 113 133 / 0.35);
}

.focus\:bg-rose-400\/40:focus{
  background-color: rgb(251 113 133 / 0.4);
}

.focus\:bg-rose-400\/45:focus{
  background-color: rgb(251 113 133 / 0.45);
}

.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\/55:focus{
  background-color: rgb(251 113 133 / 0.55);
}

.focus\:bg-rose-400\/60:focus{
  background-color: rgb(251 113 133 / 0.6);
}

.focus\:bg-rose-400\/65:focus{
  background-color: rgb(251 113 133 / 0.65);
}

.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\/85:focus{
  background-color: rgb(251 113 133 / 0.85);
}

.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\/15:focus{
  background-color: rgb(255 241 242 / 0.15);
}

.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\/35:focus{
  background-color: rgb(255 241 242 / 0.35);
}

.focus\:bg-rose-50\/40:focus{
  background-color: rgb(255 241 242 / 0.4);
}

.focus\:bg-rose-50\/45:focus{
  background-color: rgb(255 241 242 / 0.45);
}

.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\/55:focus{
  background-color: rgb(255 241 242 / 0.55);
}

.focus\:bg-rose-50\/60:focus{
  background-color: rgb(255 241 242 / 0.6);
}

.focus\:bg-rose-50\/65:focus{
  background-color: rgb(255 241 242 / 0.65);
}

.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\/85:focus{
  background-color: rgb(255 241 242 / 0.85);
}

.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\/15:focus{
  background-color: rgb(244 63 94 / 0.15);
}

.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\/35:focus{
  background-color: rgb(244 63 94 / 0.35);
}

.focus\:bg-rose-500\/40:focus{
  background-color: rgb(244 63 94 / 0.4);
}

.focus\:bg-rose-500\/45:focus{
  background-color: rgb(244 63 94 / 0.45);
}

.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\/55:focus{
  background-color: rgb(244 63 94 / 0.55);
}

.focus\:bg-rose-500\/60:focus{
  background-color: rgb(244 63 94 / 0.6);
}

.focus\:bg-rose-500\/65:focus{
  background-color: rgb(244 63 94 / 0.65);
}

.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\/85:focus{
  background-color: rgb(244 63 94 / 0.85);
}

.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\/15:focus{
  background-color: rgb(225 29 72 / 0.15);
}

.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\/35:focus{
  background-color: rgb(225 29 72 / 0.35);
}

.focus\:bg-rose-600\/40:focus{
  background-color: rgb(225 29 72 / 0.4);
}

.focus\:bg-rose-600\/45:focus{
  background-color: rgb(225 29 72 / 0.45);
}

.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\/55:focus{
  background-color: rgb(225 29 72 / 0.55);
}

.focus\:bg-rose-600\/60:focus{
  background-color: rgb(225 29 72 / 0.6);
}

.focus\:bg-rose-600\/65:focus{
  background-color: rgb(225 29 72 / 0.65);
}

.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\/85:focus{
  background-color: rgb(225 29 72 / 0.85);
}

.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\/15:focus{
  background-color: rgb(190 18 60 / 0.15);
}

.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\/35:focus{
  background-color: rgb(190 18 60 / 0.35);
}

.focus\:bg-rose-700\/40:focus{
  background-color: rgb(190 18 60 / 0.4);
}

.focus\:bg-rose-700\/45:focus{
  background-color: rgb(190 18 60 / 0.45);
}

.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\/55:focus{
  background-color: rgb(190 18 60 / 0.55);
}

.focus\:bg-rose-700\/60:focus{
  background-color: rgb(190 18 60 / 0.6);
}

.focus\:bg-rose-700\/65:focus{
  background-color: rgb(190 18 60 / 0.65);
}

.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\/85:focus{
  background-color: rgb(190 18 60 / 0.85);
}

.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\/15:focus{
  background-color: rgb(159 18 57 / 0.15);
}

.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\/35:focus{
  background-color: rgb(159 18 57 / 0.35);
}

.focus\:bg-rose-800\/40:focus{
  background-color: rgb(159 18 57 / 0.4);
}

.focus\:bg-rose-800\/45:focus{
  background-color: rgb(159 18 57 / 0.45);
}

.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\/55:focus{
  background-color: rgb(159 18 57 / 0.55);
}

.focus\:bg-rose-800\/60:focus{
  background-color: rgb(159 18 57 / 0.6);
}

.focus\:bg-rose-800\/65:focus{
  background-color: rgb(159 18 57 / 0.65);
}

.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\/85:focus{
  background-color: rgb(159 18 57 / 0.85);
}

.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\/15:focus{
  background-color: rgb(136 19 55 / 0.15);
}

.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\/35:focus{
  background-color: rgb(136 19 55 / 0.35);
}

.focus\:bg-rose-900\/40:focus{
  background-color: rgb(136 19 55 / 0.4);
}

.focus\:bg-rose-900\/45:focus{
  background-color: rgb(136 19 55 / 0.45);
}

.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\/55:focus{
  background-color: rgb(136 19 55 / 0.55);
}

.focus\:bg-rose-900\/60:focus{
  background-color: rgb(136 19 55 / 0.6);
}

.focus\:bg-rose-900\/65:focus{
  background-color: rgb(136 19 55 / 0.65);
}

.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\/85:focus{
  background-color: rgb(136 19 55 / 0.85);
}

.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\/15:focus{
  background-color: rgb(76 5 25 / 0.15);
}

.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\/35:focus{
  background-color: rgb(76 5 25 / 0.35);
}

.focus\:bg-rose-950\/40:focus{
  background-color: rgb(76 5 25 / 0.4);
}

.focus\:bg-rose-950\/45:focus{
  background-color: rgb(76 5 25 / 0.45);
}

.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\/55:focus{
  background-color: rgb(76 5 25 / 0.55);
}

.focus\:bg-rose-950\/60:focus{
  background-color: rgb(76 5 25 / 0.6);
}

.focus\:bg-rose-950\/65:focus{
  background-color: rgb(76 5 25 / 0.65);
}

.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\/85:focus{
  background-color: rgb(76 5 25 / 0.85);
}

.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-secondary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(141 147 167 / var(--tw-bg-opacity));
}

.focus\:bg-secondary\/0:focus{
  background-color: rgb(141 147 167 / 0);
}

.focus\:bg-secondary\/10:focus{
  background-color: rgb(141 147 167 / 0.1);
}

.focus\:bg-secondary\/100:focus{
  background-color: rgb(141 147 167 / 1);
}

.focus\:bg-secondary\/15:focus{
  background-color: rgb(141 147 167 / 0.15);
}

.focus\:bg-secondary\/20:focus{
  background-color: rgb(141 147 167 / 0.2);
}

.focus\:bg-secondary\/25:focus{
  background-color: rgb(141 147 167 / 0.25);
}

.focus\:bg-secondary\/30:focus{
  background-color: rgb(141 147 167 / 0.3);
}

.focus\:bg-secondary\/35:focus{
  background-color: rgb(141 147 167 / 0.35);
}

.focus\:bg-secondary\/40:focus{
  background-color: rgb(141 147 167 / 0.4);
}

.focus\:bg-secondary\/45:focus{
  background-color: rgb(141 147 167 / 0.45);
}

.focus\:bg-secondary\/5:focus{
  background-color: rgb(141 147 167 / 0.05);
}

.focus\:bg-secondary\/50:focus{
  background-color: rgb(141 147 167 / 0.5);
}

.focus\:bg-secondary\/55:focus{
  background-color: rgb(141 147 167 / 0.55);
}

.focus\:bg-secondary\/60:focus{
  background-color: rgb(141 147 167 / 0.6);
}

.focus\:bg-secondary\/65:focus{
  background-color: rgb(141 147 167 / 0.65);
}

.focus\:bg-secondary\/70:focus{
  background-color: rgb(141 147 167 / 0.7);
}

.focus\:bg-secondary\/75:focus{
  background-color: rgb(141 147 167 / 0.75);
}

.focus\:bg-secondary\/80:focus{
  background-color: rgb(141 147 167 / 0.8);
}

.focus\:bg-secondary\/85:focus{
  background-color: rgb(141 147 167 / 0.85);
}

.focus\:bg-secondary\/90:focus{
  background-color: rgb(141 147 167 / 0.9);
}

.focus\:bg-secondary\/95:focus{
  background-color: rgb(141 147 167 / 0.95);
}

.focus\:bg-senary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(73 134 231 / var(--tw-bg-opacity));
}

.focus\:bg-senary\/0:focus{
  background-color: rgb(73 134 231 / 0);
}

.focus\:bg-senary\/10:focus{
  background-color: rgb(73 134 231 / 0.1);
}

.focus\:bg-senary\/100:focus{
  background-color: rgb(73 134 231 / 1);
}

.focus\:bg-senary\/15:focus{
  background-color: rgb(73 134 231 / 0.15);
}

.focus\:bg-senary\/20:focus{
  background-color: rgb(73 134 231 / 0.2);
}

.focus\:bg-senary\/25:focus{
  background-color: rgb(73 134 231 / 0.25);
}

.focus\:bg-senary\/30:focus{
  background-color: rgb(73 134 231 / 0.3);
}

.focus\:bg-senary\/35:focus{
  background-color: rgb(73 134 231 / 0.35);
}

.focus\:bg-senary\/40:focus{
  background-color: rgb(73 134 231 / 0.4);
}

.focus\:bg-senary\/45:focus{
  background-color: rgb(73 134 231 / 0.45);
}

.focus\:bg-senary\/5:focus{
  background-color: rgb(73 134 231 / 0.05);
}

.focus\:bg-senary\/50:focus{
  background-color: rgb(73 134 231 / 0.5);
}

.focus\:bg-senary\/55:focus{
  background-color: rgb(73 134 231 / 0.55);
}

.focus\:bg-senary\/60:focus{
  background-color: rgb(73 134 231 / 0.6);
}

.focus\:bg-senary\/65:focus{
  background-color: rgb(73 134 231 / 0.65);
}

.focus\:bg-senary\/70:focus{
  background-color: rgb(73 134 231 / 0.7);
}

.focus\:bg-senary\/75:focus{
  background-color: rgb(73 134 231 / 0.75);
}

.focus\:bg-senary\/80:focus{
  background-color: rgb(73 134 231 / 0.8);
}

.focus\:bg-senary\/85:focus{
  background-color: rgb(73 134 231 / 0.85);
}

.focus\:bg-senary\/90:focus{
  background-color: rgb(73 134 231 / 0.9);
}

.focus\:bg-senary\/95:focus{
  background-color: rgb(73 134 231 / 0.95);
}

.focus\:bg-septenary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(49 88 129 / var(--tw-bg-opacity));
}

.focus\:bg-septenary\/0:focus{
  background-color: rgb(49 88 129 / 0);
}

.focus\:bg-septenary\/10:focus{
  background-color: rgb(49 88 129 / 0.1);
}

.focus\:bg-septenary\/100:focus{
  background-color: rgb(49 88 129 / 1);
}

.focus\:bg-septenary\/15:focus{
  background-color: rgb(49 88 129 / 0.15);
}

.focus\:bg-septenary\/20:focus{
  background-color: rgb(49 88 129 / 0.2);
}

.focus\:bg-septenary\/25:focus{
  background-color: rgb(49 88 129 / 0.25);
}

.focus\:bg-septenary\/30:focus{
  background-color: rgb(49 88 129 / 0.3);
}

.focus\:bg-septenary\/35:focus{
  background-color: rgb(49 88 129 / 0.35);
}

.focus\:bg-septenary\/40:focus{
  background-color: rgb(49 88 129 / 0.4);
}

.focus\:bg-septenary\/45:focus{
  background-color: rgb(49 88 129 / 0.45);
}

.focus\:bg-septenary\/5:focus{
  background-color: rgb(49 88 129 / 0.05);
}

.focus\:bg-septenary\/50:focus{
  background-color: rgb(49 88 129 / 0.5);
}

.focus\:bg-septenary\/55:focus{
  background-color: rgb(49 88 129 / 0.55);
}

.focus\:bg-septenary\/60:focus{
  background-color: rgb(49 88 129 / 0.6);
}

.focus\:bg-septenary\/65:focus{
  background-color: rgb(49 88 129 / 0.65);
}

.focus\:bg-septenary\/70:focus{
  background-color: rgb(49 88 129 / 0.7);
}

.focus\:bg-septenary\/75:focus{
  background-color: rgb(49 88 129 / 0.75);
}

.focus\:bg-septenary\/80:focus{
  background-color: rgb(49 88 129 / 0.8);
}

.focus\:bg-septenary\/85:focus{
  background-color: rgb(49 88 129 / 0.85);
}

.focus\:bg-septenary\/90:focus{
  background-color: rgb(49 88 129 / 0.9);
}

.focus\:bg-septenary\/95:focus{
  background-color: rgb(49 88 129 / 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\/15:focus{
  background-color: rgb(224 242 254 / 0.15);
}

.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\/35:focus{
  background-color: rgb(224 242 254 / 0.35);
}

.focus\:bg-sky-100\/40:focus{
  background-color: rgb(224 242 254 / 0.4);
}

.focus\:bg-sky-100\/45:focus{
  background-color: rgb(224 242 254 / 0.45);
}

.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\/55:focus{
  background-color: rgb(224 242 254 / 0.55);
}

.focus\:bg-sky-100\/60:focus{
  background-color: rgb(224 242 254 / 0.6);
}

.focus\:bg-sky-100\/65:focus{
  background-color: rgb(224 242 254 / 0.65);
}

.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\/85:focus{
  background-color: rgb(224 242 254 / 0.85);
}

.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\/15:focus{
  background-color: rgb(186 230 253 / 0.15);
}

.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\/35:focus{
  background-color: rgb(186 230 253 / 0.35);
}

.focus\:bg-sky-200\/40:focus{
  background-color: rgb(186 230 253 / 0.4);
}

.focus\:bg-sky-200\/45:focus{
  background-color: rgb(186 230 253 / 0.45);
}

.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\/55:focus{
  background-color: rgb(186 230 253 / 0.55);
}

.focus\:bg-sky-200\/60:focus{
  background-color: rgb(186 230 253 / 0.6);
}

.focus\:bg-sky-200\/65:focus{
  background-color: rgb(186 230 253 / 0.65);
}

.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\/85:focus{
  background-color: rgb(186 230 253 / 0.85);
}

.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\/15:focus{
  background-color: rgb(125 211 252 / 0.15);
}

.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\/35:focus{
  background-color: rgb(125 211 252 / 0.35);
}

.focus\:bg-sky-300\/40:focus{
  background-color: rgb(125 211 252 / 0.4);
}

.focus\:bg-sky-300\/45:focus{
  background-color: rgb(125 211 252 / 0.45);
}

.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\/55:focus{
  background-color: rgb(125 211 252 / 0.55);
}

.focus\:bg-sky-300\/60:focus{
  background-color: rgb(125 211 252 / 0.6);
}

.focus\:bg-sky-300\/65:focus{
  background-color: rgb(125 211 252 / 0.65);
}

.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\/85:focus{
  background-color: rgb(125 211 252 / 0.85);
}

.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\/15:focus{
  background-color: rgb(56 189 248 / 0.15);
}

.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\/35:focus{
  background-color: rgb(56 189 248 / 0.35);
}

.focus\:bg-sky-400\/40:focus{
  background-color: rgb(56 189 248 / 0.4);
}

.focus\:bg-sky-400\/45:focus{
  background-color: rgb(56 189 248 / 0.45);
}

.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\/55:focus{
  background-color: rgb(56 189 248 / 0.55);
}

.focus\:bg-sky-400\/60:focus{
  background-color: rgb(56 189 248 / 0.6);
}

.focus\:bg-sky-400\/65:focus{
  background-color: rgb(56 189 248 / 0.65);
}

.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\/85:focus{
  background-color: rgb(56 189 248 / 0.85);
}

.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\/15:focus{
  background-color: rgb(240 249 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(240 249 255 / 0.35);
}

.focus\:bg-sky-50\/40:focus{
  background-color: rgb(240 249 255 / 0.4);
}

.focus\:bg-sky-50\/45:focus{
  background-color: rgb(240 249 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(240 249 255 / 0.55);
}

.focus\:bg-sky-50\/60:focus{
  background-color: rgb(240 249 255 / 0.6);
}

.focus\:bg-sky-50\/65:focus{
  background-color: rgb(240 249 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(240 249 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(14 165 233 / 0.15);
}

.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\/35:focus{
  background-color: rgb(14 165 233 / 0.35);
}

.focus\:bg-sky-500\/40:focus{
  background-color: rgb(14 165 233 / 0.4);
}

.focus\:bg-sky-500\/45:focus{
  background-color: rgb(14 165 233 / 0.45);
}

.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\/55:focus{
  background-color: rgb(14 165 233 / 0.55);
}

.focus\:bg-sky-500\/60:focus{
  background-color: rgb(14 165 233 / 0.6);
}

.focus\:bg-sky-500\/65:focus{
  background-color: rgb(14 165 233 / 0.65);
}

.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\/85:focus{
  background-color: rgb(14 165 233 / 0.85);
}

.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\/15:focus{
  background-color: rgb(2 132 199 / 0.15);
}

.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\/35:focus{
  background-color: rgb(2 132 199 / 0.35);
}

.focus\:bg-sky-600\/40:focus{
  background-color: rgb(2 132 199 / 0.4);
}

.focus\:bg-sky-600\/45:focus{
  background-color: rgb(2 132 199 / 0.45);
}

.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\/55:focus{
  background-color: rgb(2 132 199 / 0.55);
}

.focus\:bg-sky-600\/60:focus{
  background-color: rgb(2 132 199 / 0.6);
}

.focus\:bg-sky-600\/65:focus{
  background-color: rgb(2 132 199 / 0.65);
}

.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\/85:focus{
  background-color: rgb(2 132 199 / 0.85);
}

.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\/15:focus{
  background-color: rgb(3 105 161 / 0.15);
}

.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\/35:focus{
  background-color: rgb(3 105 161 / 0.35);
}

.focus\:bg-sky-700\/40:focus{
  background-color: rgb(3 105 161 / 0.4);
}

.focus\:bg-sky-700\/45:focus{
  background-color: rgb(3 105 161 / 0.45);
}

.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\/55:focus{
  background-color: rgb(3 105 161 / 0.55);
}

.focus\:bg-sky-700\/60:focus{
  background-color: rgb(3 105 161 / 0.6);
}

.focus\:bg-sky-700\/65:focus{
  background-color: rgb(3 105 161 / 0.65);
}

.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\/85:focus{
  background-color: rgb(3 105 161 / 0.85);
}

.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\/15:focus{
  background-color: rgb(7 89 133 / 0.15);
}

.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\/35:focus{
  background-color: rgb(7 89 133 / 0.35);
}

.focus\:bg-sky-800\/40:focus{
  background-color: rgb(7 89 133 / 0.4);
}

.focus\:bg-sky-800\/45:focus{
  background-color: rgb(7 89 133 / 0.45);
}

.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\/55:focus{
  background-color: rgb(7 89 133 / 0.55);
}

.focus\:bg-sky-800\/60:focus{
  background-color: rgb(7 89 133 / 0.6);
}

.focus\:bg-sky-800\/65:focus{
  background-color: rgb(7 89 133 / 0.65);
}

.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\/85:focus{
  background-color: rgb(7 89 133 / 0.85);
}

.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\/15:focus{
  background-color: rgb(12 74 110 / 0.15);
}

.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\/35:focus{
  background-color: rgb(12 74 110 / 0.35);
}

.focus\:bg-sky-900\/40:focus{
  background-color: rgb(12 74 110 / 0.4);
}

.focus\:bg-sky-900\/45:focus{
  background-color: rgb(12 74 110 / 0.45);
}

.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\/55:focus{
  background-color: rgb(12 74 110 / 0.55);
}

.focus\:bg-sky-900\/60:focus{
  background-color: rgb(12 74 110 / 0.6);
}

.focus\:bg-sky-900\/65:focus{
  background-color: rgb(12 74 110 / 0.65);
}

.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\/85:focus{
  background-color: rgb(12 74 110 / 0.85);
}

.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\/15:focus{
  background-color: rgb(8 47 73 / 0.15);
}

.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\/35:focus{
  background-color: rgb(8 47 73 / 0.35);
}

.focus\:bg-sky-950\/40:focus{
  background-color: rgb(8 47 73 / 0.4);
}

.focus\:bg-sky-950\/45:focus{
  background-color: rgb(8 47 73 / 0.45);
}

.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\/55:focus{
  background-color: rgb(8 47 73 / 0.55);
}

.focus\:bg-sky-950\/60:focus{
  background-color: rgb(8 47 73 / 0.6);
}

.focus\:bg-sky-950\/65:focus{
  background-color: rgb(8 47 73 / 0.65);
}

.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\/85:focus{
  background-color: rgb(8 47 73 / 0.85);
}

.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\/15:focus{
  background-color: rgb(241 245 249 / 0.15);
}

.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\/35:focus{
  background-color: rgb(241 245 249 / 0.35);
}

.focus\:bg-slate-100\/40:focus{
  background-color: rgb(241 245 249 / 0.4);
}

.focus\:bg-slate-100\/45:focus{
  background-color: rgb(241 245 249 / 0.45);
}

.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\/55:focus{
  background-color: rgb(241 245 249 / 0.55);
}

.focus\:bg-slate-100\/60:focus{
  background-color: rgb(241 245 249 / 0.6);
}

.focus\:bg-slate-100\/65:focus{
  background-color: rgb(241 245 249 / 0.65);
}

.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\/85:focus{
  background-color: rgb(241 245 249 / 0.85);
}

.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\/15:focus{
  background-color: rgb(226 232 240 / 0.15);
}

.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\/35:focus{
  background-color: rgb(226 232 240 / 0.35);
}

.focus\:bg-slate-200\/40:focus{
  background-color: rgb(226 232 240 / 0.4);
}

.focus\:bg-slate-200\/45:focus{
  background-color: rgb(226 232 240 / 0.45);
}

.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\/55:focus{
  background-color: rgb(226 232 240 / 0.55);
}

.focus\:bg-slate-200\/60:focus{
  background-color: rgb(226 232 240 / 0.6);
}

.focus\:bg-slate-200\/65:focus{
  background-color: rgb(226 232 240 / 0.65);
}

.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\/85:focus{
  background-color: rgb(226 232 240 / 0.85);
}

.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\/15:focus{
  background-color: rgb(203 213 225 / 0.15);
}

.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\/35:focus{
  background-color: rgb(203 213 225 / 0.35);
}

.focus\:bg-slate-300\/40:focus{
  background-color: rgb(203 213 225 / 0.4);
}

.focus\:bg-slate-300\/45:focus{
  background-color: rgb(203 213 225 / 0.45);
}

.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\/55:focus{
  background-color: rgb(203 213 225 / 0.55);
}

.focus\:bg-slate-300\/60:focus{
  background-color: rgb(203 213 225 / 0.6);
}

.focus\:bg-slate-300\/65:focus{
  background-color: rgb(203 213 225 / 0.65);
}

.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\/85:focus{
  background-color: rgb(203 213 225 / 0.85);
}

.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\/15:focus{
  background-color: rgb(148 163 184 / 0.15);
}

.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\/35:focus{
  background-color: rgb(148 163 184 / 0.35);
}

.focus\:bg-slate-400\/40:focus{
  background-color: rgb(148 163 184 / 0.4);
}

.focus\:bg-slate-400\/45:focus{
  background-color: rgb(148 163 184 / 0.45);
}

.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\/55:focus{
  background-color: rgb(148 163 184 / 0.55);
}

.focus\:bg-slate-400\/60:focus{
  background-color: rgb(148 163 184 / 0.6);
}

.focus\:bg-slate-400\/65:focus{
  background-color: rgb(148 163 184 / 0.65);
}

.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\/85:focus{
  background-color: rgb(148 163 184 / 0.85);
}

.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\/15:focus{
  background-color: rgb(248 250 252 / 0.15);
}

.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\/35:focus{
  background-color: rgb(248 250 252 / 0.35);
}

.focus\:bg-slate-50\/40:focus{
  background-color: rgb(248 250 252 / 0.4);
}

.focus\:bg-slate-50\/45:focus{
  background-color: rgb(248 250 252 / 0.45);
}

.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\/55:focus{
  background-color: rgb(248 250 252 / 0.55);
}

.focus\:bg-slate-50\/60:focus{
  background-color: rgb(248 250 252 / 0.6);
}

.focus\:bg-slate-50\/65:focus{
  background-color: rgb(248 250 252 / 0.65);
}

.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\/85:focus{
  background-color: rgb(248 250 252 / 0.85);
}

.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\/15:focus{
  background-color: rgb(100 116 139 / 0.15);
}

.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\/35:focus{
  background-color: rgb(100 116 139 / 0.35);
}

.focus\:bg-slate-500\/40:focus{
  background-color: rgb(100 116 139 / 0.4);
}

.focus\:bg-slate-500\/45:focus{
  background-color: rgb(100 116 139 / 0.45);
}

.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\/55:focus{
  background-color: rgb(100 116 139 / 0.55);
}

.focus\:bg-slate-500\/60:focus{
  background-color: rgb(100 116 139 / 0.6);
}

.focus\:bg-slate-500\/65:focus{
  background-color: rgb(100 116 139 / 0.65);
}

.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\/85:focus{
  background-color: rgb(100 116 139 / 0.85);
}

.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\/15:focus{
  background-color: rgb(71 85 105 / 0.15);
}

.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\/35:focus{
  background-color: rgb(71 85 105 / 0.35);
}

.focus\:bg-slate-600\/40:focus{
  background-color: rgb(71 85 105 / 0.4);
}

.focus\:bg-slate-600\/45:focus{
  background-color: rgb(71 85 105 / 0.45);
}

.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\/55:focus{
  background-color: rgb(71 85 105 / 0.55);
}

.focus\:bg-slate-600\/60:focus{
  background-color: rgb(71 85 105 / 0.6);
}

.focus\:bg-slate-600\/65:focus{
  background-color: rgb(71 85 105 / 0.65);
}

.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\/85:focus{
  background-color: rgb(71 85 105 / 0.85);
}

.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\/15:focus{
  background-color: rgb(51 65 85 / 0.15);
}

.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\/35:focus{
  background-color: rgb(51 65 85 / 0.35);
}

.focus\:bg-slate-700\/40:focus{
  background-color: rgb(51 65 85 / 0.4);
}

.focus\:bg-slate-700\/45:focus{
  background-color: rgb(51 65 85 / 0.45);
}

.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\/55:focus{
  background-color: rgb(51 65 85 / 0.55);
}

.focus\:bg-slate-700\/60:focus{
  background-color: rgb(51 65 85 / 0.6);
}

.focus\:bg-slate-700\/65:focus{
  background-color: rgb(51 65 85 / 0.65);
}

.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\/85:focus{
  background-color: rgb(51 65 85 / 0.85);
}

.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\/15:focus{
  background-color: rgb(30 41 59 / 0.15);
}

.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\/35:focus{
  background-color: rgb(30 41 59 / 0.35);
}

.focus\:bg-slate-800\/40:focus{
  background-color: rgb(30 41 59 / 0.4);
}

.focus\:bg-slate-800\/45:focus{
  background-color: rgb(30 41 59 / 0.45);
}

.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\/55:focus{
  background-color: rgb(30 41 59 / 0.55);
}

.focus\:bg-slate-800\/60:focus{
  background-color: rgb(30 41 59 / 0.6);
}

.focus\:bg-slate-800\/65:focus{
  background-color: rgb(30 41 59 / 0.65);
}

.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\/85:focus{
  background-color: rgb(30 41 59 / 0.85);
}

.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\/15:focus{
  background-color: rgb(15 23 42 / 0.15);
}

.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\/35:focus{
  background-color: rgb(15 23 42 / 0.35);
}

.focus\:bg-slate-900\/40:focus{
  background-color: rgb(15 23 42 / 0.4);
}

.focus\:bg-slate-900\/45:focus{
  background-color: rgb(15 23 42 / 0.45);
}

.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\/55:focus{
  background-color: rgb(15 23 42 / 0.55);
}

.focus\:bg-slate-900\/60:focus{
  background-color: rgb(15 23 42 / 0.6);
}

.focus\:bg-slate-900\/65:focus{
  background-color: rgb(15 23 42 / 0.65);
}

.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\/85:focus{
  background-color: rgb(15 23 42 / 0.85);
}

.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\/15:focus{
  background-color: rgb(2 6 23 / 0.15);
}

.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\/35:focus{
  background-color: rgb(2 6 23 / 0.35);
}

.focus\:bg-slate-950\/40:focus{
  background-color: rgb(2 6 23 / 0.4);
}

.focus\:bg-slate-950\/45:focus{
  background-color: rgb(2 6 23 / 0.45);
}

.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\/55:focus{
  background-color: rgb(2 6 23 / 0.55);
}

.focus\:bg-slate-950\/60:focus{
  background-color: rgb(2 6 23 / 0.6);
}

.focus\:bg-slate-950\/65:focus{
  background-color: rgb(2 6 23 / 0.65);
}

.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\/85:focus{
  background-color: rgb(2 6 23 / 0.85);
}

.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\/15:focus{
  background-color: rgb(245 245 244 / 0.15);
}

.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\/35:focus{
  background-color: rgb(245 245 244 / 0.35);
}

.focus\:bg-stone-100\/40:focus{
  background-color: rgb(245 245 244 / 0.4);
}

.focus\:bg-stone-100\/45:focus{
  background-color: rgb(245 245 244 / 0.45);
}

.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\/55:focus{
  background-color: rgb(245 245 244 / 0.55);
}

.focus\:bg-stone-100\/60:focus{
  background-color: rgb(245 245 244 / 0.6);
}

.focus\:bg-stone-100\/65:focus{
  background-color: rgb(245 245 244 / 0.65);
}

.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\/85:focus{
  background-color: rgb(245 245 244 / 0.85);
}

.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\/15:focus{
  background-color: rgb(231 229 228 / 0.15);
}

.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\/35:focus{
  background-color: rgb(231 229 228 / 0.35);
}

.focus\:bg-stone-200\/40:focus{
  background-color: rgb(231 229 228 / 0.4);
}

.focus\:bg-stone-200\/45:focus{
  background-color: rgb(231 229 228 / 0.45);
}

.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\/55:focus{
  background-color: rgb(231 229 228 / 0.55);
}

.focus\:bg-stone-200\/60:focus{
  background-color: rgb(231 229 228 / 0.6);
}

.focus\:bg-stone-200\/65:focus{
  background-color: rgb(231 229 228 / 0.65);
}

.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\/85:focus{
  background-color: rgb(231 229 228 / 0.85);
}

.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\/15:focus{
  background-color: rgb(214 211 209 / 0.15);
}

.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\/35:focus{
  background-color: rgb(214 211 209 / 0.35);
}

.focus\:bg-stone-300\/40:focus{
  background-color: rgb(214 211 209 / 0.4);
}

.focus\:bg-stone-300\/45:focus{
  background-color: rgb(214 211 209 / 0.45);
}

.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\/55:focus{
  background-color: rgb(214 211 209 / 0.55);
}

.focus\:bg-stone-300\/60:focus{
  background-color: rgb(214 211 209 / 0.6);
}

.focus\:bg-stone-300\/65:focus{
  background-color: rgb(214 211 209 / 0.65);
}

.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\/85:focus{
  background-color: rgb(214 211 209 / 0.85);
}

.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\/15:focus{
  background-color: rgb(168 162 158 / 0.15);
}

.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\/35:focus{
  background-color: rgb(168 162 158 / 0.35);
}

.focus\:bg-stone-400\/40:focus{
  background-color: rgb(168 162 158 / 0.4);
}

.focus\:bg-stone-400\/45:focus{
  background-color: rgb(168 162 158 / 0.45);
}

.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\/55:focus{
  background-color: rgb(168 162 158 / 0.55);
}

.focus\:bg-stone-400\/60:focus{
  background-color: rgb(168 162 158 / 0.6);
}

.focus\:bg-stone-400\/65:focus{
  background-color: rgb(168 162 158 / 0.65);
}

.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\/85:focus{
  background-color: rgb(168 162 158 / 0.85);
}

.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\/15:focus{
  background-color: rgb(250 250 249 / 0.15);
}

.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\/35:focus{
  background-color: rgb(250 250 249 / 0.35);
}

.focus\:bg-stone-50\/40:focus{
  background-color: rgb(250 250 249 / 0.4);
}

.focus\:bg-stone-50\/45:focus{
  background-color: rgb(250 250 249 / 0.45);
}

.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\/55:focus{
  background-color: rgb(250 250 249 / 0.55);
}

.focus\:bg-stone-50\/60:focus{
  background-color: rgb(250 250 249 / 0.6);
}

.focus\:bg-stone-50\/65:focus{
  background-color: rgb(250 250 249 / 0.65);
}

.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\/85:focus{
  background-color: rgb(250 250 249 / 0.85);
}

.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\/15:focus{
  background-color: rgb(120 113 108 / 0.15);
}

.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\/35:focus{
  background-color: rgb(120 113 108 / 0.35);
}

.focus\:bg-stone-500\/40:focus{
  background-color: rgb(120 113 108 / 0.4);
}

.focus\:bg-stone-500\/45:focus{
  background-color: rgb(120 113 108 / 0.45);
}

.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\/55:focus{
  background-color: rgb(120 113 108 / 0.55);
}

.focus\:bg-stone-500\/60:focus{
  background-color: rgb(120 113 108 / 0.6);
}

.focus\:bg-stone-500\/65:focus{
  background-color: rgb(120 113 108 / 0.65);
}

.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\/85:focus{
  background-color: rgb(120 113 108 / 0.85);
}

.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\/15:focus{
  background-color: rgb(87 83 78 / 0.15);
}

.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\/35:focus{
  background-color: rgb(87 83 78 / 0.35);
}

.focus\:bg-stone-600\/40:focus{
  background-color: rgb(87 83 78 / 0.4);
}

.focus\:bg-stone-600\/45:focus{
  background-color: rgb(87 83 78 / 0.45);
}

.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\/55:focus{
  background-color: rgb(87 83 78 / 0.55);
}

.focus\:bg-stone-600\/60:focus{
  background-color: rgb(87 83 78 / 0.6);
}

.focus\:bg-stone-600\/65:focus{
  background-color: rgb(87 83 78 / 0.65);
}

.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\/85:focus{
  background-color: rgb(87 83 78 / 0.85);
}

.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\/15:focus{
  background-color: rgb(68 64 60 / 0.15);
}

.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\/35:focus{
  background-color: rgb(68 64 60 / 0.35);
}

.focus\:bg-stone-700\/40:focus{
  background-color: rgb(68 64 60 / 0.4);
}

.focus\:bg-stone-700\/45:focus{
  background-color: rgb(68 64 60 / 0.45);
}

.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\/55:focus{
  background-color: rgb(68 64 60 / 0.55);
}

.focus\:bg-stone-700\/60:focus{
  background-color: rgb(68 64 60 / 0.6);
}

.focus\:bg-stone-700\/65:focus{
  background-color: rgb(68 64 60 / 0.65);
}

.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\/85:focus{
  background-color: rgb(68 64 60 / 0.85);
}

.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\/15:focus{
  background-color: rgb(41 37 36 / 0.15);
}

.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\/35:focus{
  background-color: rgb(41 37 36 / 0.35);
}

.focus\:bg-stone-800\/40:focus{
  background-color: rgb(41 37 36 / 0.4);
}

.focus\:bg-stone-800\/45:focus{
  background-color: rgb(41 37 36 / 0.45);
}

.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\/55:focus{
  background-color: rgb(41 37 36 / 0.55);
}

.focus\:bg-stone-800\/60:focus{
  background-color: rgb(41 37 36 / 0.6);
}

.focus\:bg-stone-800\/65:focus{
  background-color: rgb(41 37 36 / 0.65);
}

.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\/85:focus{
  background-color: rgb(41 37 36 / 0.85);
}

.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\/15:focus{
  background-color: rgb(28 25 23 / 0.15);
}

.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\/35:focus{
  background-color: rgb(28 25 23 / 0.35);
}

.focus\:bg-stone-900\/40:focus{
  background-color: rgb(28 25 23 / 0.4);
}

.focus\:bg-stone-900\/45:focus{
  background-color: rgb(28 25 23 / 0.45);
}

.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\/55:focus{
  background-color: rgb(28 25 23 / 0.55);
}

.focus\:bg-stone-900\/60:focus{
  background-color: rgb(28 25 23 / 0.6);
}

.focus\:bg-stone-900\/65:focus{
  background-color: rgb(28 25 23 / 0.65);
}

.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\/85:focus{
  background-color: rgb(28 25 23 / 0.85);
}

.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\/15:focus{
  background-color: rgb(12 10 9 / 0.15);
}

.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\/35:focus{
  background-color: rgb(12 10 9 / 0.35);
}

.focus\:bg-stone-950\/40:focus{
  background-color: rgb(12 10 9 / 0.4);
}

.focus\:bg-stone-950\/45:focus{
  background-color: rgb(12 10 9 / 0.45);
}

.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\/55:focus{
  background-color: rgb(12 10 9 / 0.55);
}

.focus\:bg-stone-950\/60:focus{
  background-color: rgb(12 10 9 / 0.6);
}

.focus\:bg-stone-950\/65:focus{
  background-color: rgb(12 10 9 / 0.65);
}

.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\/85:focus{
  background-color: rgb(12 10 9 / 0.85);
}

.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-success:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(7 196 149 / var(--tw-bg-opacity));
}

.focus\:bg-success\/0:focus{
  background-color: rgb(7 196 149 / 0);
}

.focus\:bg-success\/10:focus{
  background-color: rgb(7 196 149 / 0.1);
}

.focus\:bg-success\/100:focus{
  background-color: rgb(7 196 149 / 1);
}

.focus\:bg-success\/15:focus{
  background-color: rgb(7 196 149 / 0.15);
}

.focus\:bg-success\/20:focus{
  background-color: rgb(7 196 149 / 0.2);
}

.focus\:bg-success\/25:focus{
  background-color: rgb(7 196 149 / 0.25);
}

.focus\:bg-success\/30:focus{
  background-color: rgb(7 196 149 / 0.3);
}

.focus\:bg-success\/35:focus{
  background-color: rgb(7 196 149 / 0.35);
}

.focus\:bg-success\/40:focus{
  background-color: rgb(7 196 149 / 0.4);
}

.focus\:bg-success\/45:focus{
  background-color: rgb(7 196 149 / 0.45);
}

.focus\:bg-success\/5:focus{
  background-color: rgb(7 196 149 / 0.05);
}

.focus\:bg-success\/50:focus{
  background-color: rgb(7 196 149 / 0.5);
}

.focus\:bg-success\/55:focus{
  background-color: rgb(7 196 149 / 0.55);
}

.focus\:bg-success\/60:focus{
  background-color: rgb(7 196 149 / 0.6);
}

.focus\:bg-success\/65:focus{
  background-color: rgb(7 196 149 / 0.65);
}

.focus\:bg-success\/70:focus{
  background-color: rgb(7 196 149 / 0.7);
}

.focus\:bg-success\/75:focus{
  background-color: rgb(7 196 149 / 0.75);
}

.focus\:bg-success\/80:focus{
  background-color: rgb(7 196 149 / 0.8);
}

.focus\:bg-success\/85:focus{
  background-color: rgb(7 196 149 / 0.85);
}

.focus\:bg-success\/90:focus{
  background-color: rgb(7 196 149 / 0.9);
}

.focus\:bg-success\/95:focus{
  background-color: rgb(7 196 149 / 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\/15:focus{
  background-color: rgb(204 251 241 / 0.15);
}

.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\/35:focus{
  background-color: rgb(204 251 241 / 0.35);
}

.focus\:bg-teal-100\/40:focus{
  background-color: rgb(204 251 241 / 0.4);
}

.focus\:bg-teal-100\/45:focus{
  background-color: rgb(204 251 241 / 0.45);
}

.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\/55:focus{
  background-color: rgb(204 251 241 / 0.55);
}

.focus\:bg-teal-100\/60:focus{
  background-color: rgb(204 251 241 / 0.6);
}

.focus\:bg-teal-100\/65:focus{
  background-color: rgb(204 251 241 / 0.65);
}

.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\/85:focus{
  background-color: rgb(204 251 241 / 0.85);
}

.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\/15:focus{
  background-color: rgb(153 246 228 / 0.15);
}

.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\/35:focus{
  background-color: rgb(153 246 228 / 0.35);
}

.focus\:bg-teal-200\/40:focus{
  background-color: rgb(153 246 228 / 0.4);
}

.focus\:bg-teal-200\/45:focus{
  background-color: rgb(153 246 228 / 0.45);
}

.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\/55:focus{
  background-color: rgb(153 246 228 / 0.55);
}

.focus\:bg-teal-200\/60:focus{
  background-color: rgb(153 246 228 / 0.6);
}

.focus\:bg-teal-200\/65:focus{
  background-color: rgb(153 246 228 / 0.65);
}

.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\/85:focus{
  background-color: rgb(153 246 228 / 0.85);
}

.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\/15:focus{
  background-color: rgb(94 234 212 / 0.15);
}

.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\/35:focus{
  background-color: rgb(94 234 212 / 0.35);
}

.focus\:bg-teal-300\/40:focus{
  background-color: rgb(94 234 212 / 0.4);
}

.focus\:bg-teal-300\/45:focus{
  background-color: rgb(94 234 212 / 0.45);
}

.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\/55:focus{
  background-color: rgb(94 234 212 / 0.55);
}

.focus\:bg-teal-300\/60:focus{
  background-color: rgb(94 234 212 / 0.6);
}

.focus\:bg-teal-300\/65:focus{
  background-color: rgb(94 234 212 / 0.65);
}

.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\/85:focus{
  background-color: rgb(94 234 212 / 0.85);
}

.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\/15:focus{
  background-color: rgb(45 212 191 / 0.15);
}

.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\/35:focus{
  background-color: rgb(45 212 191 / 0.35);
}

.focus\:bg-teal-400\/40:focus{
  background-color: rgb(45 212 191 / 0.4);
}

.focus\:bg-teal-400\/45:focus{
  background-color: rgb(45 212 191 / 0.45);
}

.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\/55:focus{
  background-color: rgb(45 212 191 / 0.55);
}

.focus\:bg-teal-400\/60:focus{
  background-color: rgb(45 212 191 / 0.6);
}

.focus\:bg-teal-400\/65:focus{
  background-color: rgb(45 212 191 / 0.65);
}

.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\/85:focus{
  background-color: rgb(45 212 191 / 0.85);
}

.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\/15:focus{
  background-color: rgb(240 253 250 / 0.15);
}

.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\/35:focus{
  background-color: rgb(240 253 250 / 0.35);
}

.focus\:bg-teal-50\/40:focus{
  background-color: rgb(240 253 250 / 0.4);
}

.focus\:bg-teal-50\/45:focus{
  background-color: rgb(240 253 250 / 0.45);
}

.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\/55:focus{
  background-color: rgb(240 253 250 / 0.55);
}

.focus\:bg-teal-50\/60:focus{
  background-color: rgb(240 253 250 / 0.6);
}

.focus\:bg-teal-50\/65:focus{
  background-color: rgb(240 253 250 / 0.65);
}

.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\/85:focus{
  background-color: rgb(240 253 250 / 0.85);
}

.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\/15:focus{
  background-color: rgb(20 184 166 / 0.15);
}

.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\/35:focus{
  background-color: rgb(20 184 166 / 0.35);
}

.focus\:bg-teal-500\/40:focus{
  background-color: rgb(20 184 166 / 0.4);
}

.focus\:bg-teal-500\/45:focus{
  background-color: rgb(20 184 166 / 0.45);
}

.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\/55:focus{
  background-color: rgb(20 184 166 / 0.55);
}

.focus\:bg-teal-500\/60:focus{
  background-color: rgb(20 184 166 / 0.6);
}

.focus\:bg-teal-500\/65:focus{
  background-color: rgb(20 184 166 / 0.65);
}

.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\/85:focus{
  background-color: rgb(20 184 166 / 0.85);
}

.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\/15:focus{
  background-color: rgb(13 148 136 / 0.15);
}

.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\/35:focus{
  background-color: rgb(13 148 136 / 0.35);
}

.focus\:bg-teal-600\/40:focus{
  background-color: rgb(13 148 136 / 0.4);
}

.focus\:bg-teal-600\/45:focus{
  background-color: rgb(13 148 136 / 0.45);
}

.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\/55:focus{
  background-color: rgb(13 148 136 / 0.55);
}

.focus\:bg-teal-600\/60:focus{
  background-color: rgb(13 148 136 / 0.6);
}

.focus\:bg-teal-600\/65:focus{
  background-color: rgb(13 148 136 / 0.65);
}

.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\/85:focus{
  background-color: rgb(13 148 136 / 0.85);
}

.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\/15:focus{
  background-color: rgb(15 118 110 / 0.15);
}

.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\/35:focus{
  background-color: rgb(15 118 110 / 0.35);
}

.focus\:bg-teal-700\/40:focus{
  background-color: rgb(15 118 110 / 0.4);
}

.focus\:bg-teal-700\/45:focus{
  background-color: rgb(15 118 110 / 0.45);
}

.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\/55:focus{
  background-color: rgb(15 118 110 / 0.55);
}

.focus\:bg-teal-700\/60:focus{
  background-color: rgb(15 118 110 / 0.6);
}

.focus\:bg-teal-700\/65:focus{
  background-color: rgb(15 118 110 / 0.65);
}

.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\/85:focus{
  background-color: rgb(15 118 110 / 0.85);
}

.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\/15:focus{
  background-color: rgb(17 94 89 / 0.15);
}

.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\/35:focus{
  background-color: rgb(17 94 89 / 0.35);
}

.focus\:bg-teal-800\/40:focus{
  background-color: rgb(17 94 89 / 0.4);
}

.focus\:bg-teal-800\/45:focus{
  background-color: rgb(17 94 89 / 0.45);
}

.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\/55:focus{
  background-color: rgb(17 94 89 / 0.55);
}

.focus\:bg-teal-800\/60:focus{
  background-color: rgb(17 94 89 / 0.6);
}

.focus\:bg-teal-800\/65:focus{
  background-color: rgb(17 94 89 / 0.65);
}

.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\/85:focus{
  background-color: rgb(17 94 89 / 0.85);
}

.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\/15:focus{
  background-color: rgb(19 78 74 / 0.15);
}

.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\/35:focus{
  background-color: rgb(19 78 74 / 0.35);
}

.focus\:bg-teal-900\/40:focus{
  background-color: rgb(19 78 74 / 0.4);
}

.focus\:bg-teal-900\/45:focus{
  background-color: rgb(19 78 74 / 0.45);
}

.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\/55:focus{
  background-color: rgb(19 78 74 / 0.55);
}

.focus\:bg-teal-900\/60:focus{
  background-color: rgb(19 78 74 / 0.6);
}

.focus\:bg-teal-900\/65:focus{
  background-color: rgb(19 78 74 / 0.65);
}

.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\/85:focus{
  background-color: rgb(19 78 74 / 0.85);
}

.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\/15:focus{
  background-color: rgb(4 47 46 / 0.15);
}

.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\/35:focus{
  background-color: rgb(4 47 46 / 0.35);
}

.focus\:bg-teal-950\/40:focus{
  background-color: rgb(4 47 46 / 0.4);
}

.focus\:bg-teal-950\/45:focus{
  background-color: rgb(4 47 46 / 0.45);
}

.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\/55:focus{
  background-color: rgb(4 47 46 / 0.55);
}

.focus\:bg-teal-950\/60:focus{
  background-color: rgb(4 47 46 / 0.6);
}

.focus\:bg-teal-950\/65:focus{
  background-color: rgb(4 47 46 / 0.65);
}

.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\/85:focus{
  background-color: rgb(4 47 46 / 0.85);
}

.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-tertiary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(22 137 252 / var(--tw-bg-opacity));
}

.focus\:bg-tertiary-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(20 123 223 / var(--tw-bg-opacity));
}

.focus\:bg-tertiary-hover\/0:focus{
  background-color: rgb(20 123 223 / 0);
}

.focus\:bg-tertiary-hover\/10:focus{
  background-color: rgb(20 123 223 / 0.1);
}

.focus\:bg-tertiary-hover\/100:focus{
  background-color: rgb(20 123 223 / 1);
}

.focus\:bg-tertiary-hover\/15:focus{
  background-color: rgb(20 123 223 / 0.15);
}

.focus\:bg-tertiary-hover\/20:focus{
  background-color: rgb(20 123 223 / 0.2);
}

.focus\:bg-tertiary-hover\/25:focus{
  background-color: rgb(20 123 223 / 0.25);
}

.focus\:bg-tertiary-hover\/30:focus{
  background-color: rgb(20 123 223 / 0.3);
}

.focus\:bg-tertiary-hover\/35:focus{
  background-color: rgb(20 123 223 / 0.35);
}

.focus\:bg-tertiary-hover\/40:focus{
  background-color: rgb(20 123 223 / 0.4);
}

.focus\:bg-tertiary-hover\/45:focus{
  background-color: rgb(20 123 223 / 0.45);
}

.focus\:bg-tertiary-hover\/5:focus{
  background-color: rgb(20 123 223 / 0.05);
}

.focus\:bg-tertiary-hover\/50:focus{
  background-color: rgb(20 123 223 / 0.5);
}

.focus\:bg-tertiary-hover\/55:focus{
  background-color: rgb(20 123 223 / 0.55);
}

.focus\:bg-tertiary-hover\/60:focus{
  background-color: rgb(20 123 223 / 0.6);
}

.focus\:bg-tertiary-hover\/65:focus{
  background-color: rgb(20 123 223 / 0.65);
}

.focus\:bg-tertiary-hover\/70:focus{
  background-color: rgb(20 123 223 / 0.7);
}

.focus\:bg-tertiary-hover\/75:focus{
  background-color: rgb(20 123 223 / 0.75);
}

.focus\:bg-tertiary-hover\/80:focus{
  background-color: rgb(20 123 223 / 0.8);
}

.focus\:bg-tertiary-hover\/85:focus{
  background-color: rgb(20 123 223 / 0.85);
}

.focus\:bg-tertiary-hover\/90:focus{
  background-color: rgb(20 123 223 / 0.9);
}

.focus\:bg-tertiary-hover\/95:focus{
  background-color: rgb(20 123 223 / 0.95);
}

.focus\:bg-tertiary\/0:focus{
  background-color: rgb(22 137 252 / 0);
}

.focus\:bg-tertiary\/10:focus{
  background-color: rgb(22 137 252 / 0.1);
}

.focus\:bg-tertiary\/100:focus{
  background-color: rgb(22 137 252 / 1);
}

.focus\:bg-tertiary\/15:focus{
  background-color: rgb(22 137 252 / 0.15);
}

.focus\:bg-tertiary\/20:focus{
  background-color: rgb(22 137 252 / 0.2);
}

.focus\:bg-tertiary\/25:focus{
  background-color: rgb(22 137 252 / 0.25);
}

.focus\:bg-tertiary\/30:focus{
  background-color: rgb(22 137 252 / 0.3);
}

.focus\:bg-tertiary\/35:focus{
  background-color: rgb(22 137 252 / 0.35);
}

.focus\:bg-tertiary\/40:focus{
  background-color: rgb(22 137 252 / 0.4);
}

.focus\:bg-tertiary\/45:focus{
  background-color: rgb(22 137 252 / 0.45);
}

.focus\:bg-tertiary\/5:focus{
  background-color: rgb(22 137 252 / 0.05);
}

.focus\:bg-tertiary\/50:focus{
  background-color: rgb(22 137 252 / 0.5);
}

.focus\:bg-tertiary\/55:focus{
  background-color: rgb(22 137 252 / 0.55);
}

.focus\:bg-tertiary\/60:focus{
  background-color: rgb(22 137 252 / 0.6);
}

.focus\:bg-tertiary\/65:focus{
  background-color: rgb(22 137 252 / 0.65);
}

.focus\:bg-tertiary\/70:focus{
  background-color: rgb(22 137 252 / 0.7);
}

.focus\:bg-tertiary\/75:focus{
  background-color: rgb(22 137 252 / 0.75);
}

.focus\:bg-tertiary\/80:focus{
  background-color: rgb(22 137 252 / 0.8);
}

.focus\:bg-tertiary\/85:focus{
  background-color: rgb(22 137 252 / 0.85);
}

.focus\:bg-tertiary\/90:focus{
  background-color: rgb(22 137 252 / 0.9);
}

.focus\:bg-tertiary\/95:focus{
  background-color: rgb(22 137 252 / 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\/15:focus{
  background-color: rgb(0 0 0 / 0.15);
}

.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\/35:focus{
  background-color: rgb(0 0 0 / 0.35);
}

.focus\:bg-transparent\/40:focus{
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-transparent\/45:focus{
  background-color: rgb(0 0 0 / 0.45);
}

.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\/55:focus{
  background-color: rgb(0 0 0 / 0.55);
}

.focus\:bg-transparent\/60:focus{
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-transparent\/65:focus{
  background-color: rgb(0 0 0 / 0.65);
}

.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\/85:focus{
  background-color: rgb(0 0 0 / 0.85);
}

.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-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\/15:focus{
  background-color: rgb(237 233 254 / 0.15);
}

.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\/35:focus{
  background-color: rgb(237 233 254 / 0.35);
}

.focus\:bg-violet-100\/40:focus{
  background-color: rgb(237 233 254 / 0.4);
}

.focus\:bg-violet-100\/45:focus{
  background-color: rgb(237 233 254 / 0.45);
}

.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\/55:focus{
  background-color: rgb(237 233 254 / 0.55);
}

.focus\:bg-violet-100\/60:focus{
  background-color: rgb(237 233 254 / 0.6);
}

.focus\:bg-violet-100\/65:focus{
  background-color: rgb(237 233 254 / 0.65);
}

.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\/85:focus{
  background-color: rgb(237 233 254 / 0.85);
}

.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\/15:focus{
  background-color: rgb(221 214 254 / 0.15);
}

.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\/35:focus{
  background-color: rgb(221 214 254 / 0.35);
}

.focus\:bg-violet-200\/40:focus{
  background-color: rgb(221 214 254 / 0.4);
}

.focus\:bg-violet-200\/45:focus{
  background-color: rgb(221 214 254 / 0.45);
}

.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\/55:focus{
  background-color: rgb(221 214 254 / 0.55);
}

.focus\:bg-violet-200\/60:focus{
  background-color: rgb(221 214 254 / 0.6);
}

.focus\:bg-violet-200\/65:focus{
  background-color: rgb(221 214 254 / 0.65);
}

.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\/85:focus{
  background-color: rgb(221 214 254 / 0.85);
}

.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\/15:focus{
  background-color: rgb(196 181 253 / 0.15);
}

.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\/35:focus{
  background-color: rgb(196 181 253 / 0.35);
}

.focus\:bg-violet-300\/40:focus{
  background-color: rgb(196 181 253 / 0.4);
}

.focus\:bg-violet-300\/45:focus{
  background-color: rgb(196 181 253 / 0.45);
}

.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\/55:focus{
  background-color: rgb(196 181 253 / 0.55);
}

.focus\:bg-violet-300\/60:focus{
  background-color: rgb(196 181 253 / 0.6);
}

.focus\:bg-violet-300\/65:focus{
  background-color: rgb(196 181 253 / 0.65);
}

.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\/85:focus{
  background-color: rgb(196 181 253 / 0.85);
}

.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\/15:focus{
  background-color: rgb(167 139 250 / 0.15);
}

.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\/35:focus{
  background-color: rgb(167 139 250 / 0.35);
}

.focus\:bg-violet-400\/40:focus{
  background-color: rgb(167 139 250 / 0.4);
}

.focus\:bg-violet-400\/45:focus{
  background-color: rgb(167 139 250 / 0.45);
}

.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\/55:focus{
  background-color: rgb(167 139 250 / 0.55);
}

.focus\:bg-violet-400\/60:focus{
  background-color: rgb(167 139 250 / 0.6);
}

.focus\:bg-violet-400\/65:focus{
  background-color: rgb(167 139 250 / 0.65);
}

.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\/85:focus{
  background-color: rgb(167 139 250 / 0.85);
}

.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\/15:focus{
  background-color: rgb(245 243 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(245 243 255 / 0.35);
}

.focus\:bg-violet-50\/40:focus{
  background-color: rgb(245 243 255 / 0.4);
}

.focus\:bg-violet-50\/45:focus{
  background-color: rgb(245 243 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(245 243 255 / 0.55);
}

.focus\:bg-violet-50\/60:focus{
  background-color: rgb(245 243 255 / 0.6);
}

.focus\:bg-violet-50\/65:focus{
  background-color: rgb(245 243 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(245 243 255 / 0.85);
}

.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\/15:focus{
  background-color: rgb(139 92 246 / 0.15);
}

.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\/35:focus{
  background-color: rgb(139 92 246 / 0.35);
}

.focus\:bg-violet-500\/40:focus{
  background-color: rgb(139 92 246 / 0.4);
}

.focus\:bg-violet-500\/45:focus{
  background-color: rgb(139 92 246 / 0.45);
}

.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\/55:focus{
  background-color: rgb(139 92 246 / 0.55);
}

.focus\:bg-violet-500\/60:focus{
  background-color: rgb(139 92 246 / 0.6);
}

.focus\:bg-violet-500\/65:focus{
  background-color: rgb(139 92 246 / 0.65);
}

.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\/85:focus{
  background-color: rgb(139 92 246 / 0.85);
}

.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\/15:focus{
  background-color: rgb(124 58 237 / 0.15);
}

.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\/35:focus{
  background-color: rgb(124 58 237 / 0.35);
}

.focus\:bg-violet-600\/40:focus{
  background-color: rgb(124 58 237 / 0.4);
}

.focus\:bg-violet-600\/45:focus{
  background-color: rgb(124 58 237 / 0.45);
}

.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\/55:focus{
  background-color: rgb(124 58 237 / 0.55);
}

.focus\:bg-violet-600\/60:focus{
  background-color: rgb(124 58 237 / 0.6);
}

.focus\:bg-violet-600\/65:focus{
  background-color: rgb(124 58 237 / 0.65);
}

.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\/85:focus{
  background-color: rgb(124 58 237 / 0.85);
}

.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\/15:focus{
  background-color: rgb(109 40 217 / 0.15);
}

.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\/35:focus{
  background-color: rgb(109 40 217 / 0.35);
}

.focus\:bg-violet-700\/40:focus{
  background-color: rgb(109 40 217 / 0.4);
}

.focus\:bg-violet-700\/45:focus{
  background-color: rgb(109 40 217 / 0.45);
}

.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\/55:focus{
  background-color: rgb(109 40 217 / 0.55);
}

.focus\:bg-violet-700\/60:focus{
  background-color: rgb(109 40 217 / 0.6);
}

.focus\:bg-violet-700\/65:focus{
  background-color: rgb(109 40 217 / 0.65);
}

.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\/85:focus{
  background-color: rgb(109 40 217 / 0.85);
}

.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\/15:focus{
  background-color: rgb(91 33 182 / 0.15);
}

.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\/35:focus{
  background-color: rgb(91 33 182 / 0.35);
}

.focus\:bg-violet-800\/40:focus{
  background-color: rgb(91 33 182 / 0.4);
}

.focus\:bg-violet-800\/45:focus{
  background-color: rgb(91 33 182 / 0.45);
}

.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\/55:focus{
  background-color: rgb(91 33 182 / 0.55);
}

.focus\:bg-violet-800\/60:focus{
  background-color: rgb(91 33 182 / 0.6);
}

.focus\:bg-violet-800\/65:focus{
  background-color: rgb(91 33 182 / 0.65);
}

.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\/85:focus{
  background-color: rgb(91 33 182 / 0.85);
}

.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\/15:focus{
  background-color: rgb(76 29 149 / 0.15);
}

.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\/35:focus{
  background-color: rgb(76 29 149 / 0.35);
}

.focus\:bg-violet-900\/40:focus{
  background-color: rgb(76 29 149 / 0.4);
}

.focus\:bg-violet-900\/45:focus{
  background-color: rgb(76 29 149 / 0.45);
}

.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\/55:focus{
  background-color: rgb(76 29 149 / 0.55);
}

.focus\:bg-violet-900\/60:focus{
  background-color: rgb(76 29 149 / 0.6);
}

.focus\:bg-violet-900\/65:focus{
  background-color: rgb(76 29 149 / 0.65);
}

.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\/85:focus{
  background-color: rgb(76 29 149 / 0.85);
}

.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\/15:focus{
  background-color: rgb(46 16 101 / 0.15);
}

.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\/35:focus{
  background-color: rgb(46 16 101 / 0.35);
}

.focus\:bg-violet-950\/40:focus{
  background-color: rgb(46 16 101 / 0.4);
}

.focus\:bg-violet-950\/45:focus{
  background-color: rgb(46 16 101 / 0.45);
}

.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\/55:focus{
  background-color: rgb(46 16 101 / 0.55);
}

.focus\:bg-violet-950\/60:focus{
  background-color: rgb(46 16 101 / 0.6);
}

.focus\:bg-violet-950\/65:focus{
  background-color: rgb(46 16 101 / 0.65);
}

.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\/85:focus{
  background-color: rgb(46 16 101 / 0.85);
}

.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\/15:focus{
  background-color: rgb(255 255 255 / 0.15);
}

.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\/35:focus{
  background-color: rgb(255 255 255 / 0.35);
}

.focus\:bg-white\/40:focus{
  background-color: rgb(255 255 255 / 0.4);
}

.focus\:bg-white\/45:focus{
  background-color: rgb(255 255 255 / 0.45);
}

.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\/55:focus{
  background-color: rgb(255 255 255 / 0.55);
}

.focus\:bg-white\/60:focus{
  background-color: rgb(255 255 255 / 0.6);
}

.focus\:bg-white\/65:focus{
  background-color: rgb(255 255 255 / 0.65);
}

.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\/85:focus{
  background-color: rgb(255 255 255 / 0.85);
}

.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-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\/15:focus{
  background-color: rgb(254 249 195 / 0.15);
}

.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\/35:focus{
  background-color: rgb(254 249 195 / 0.35);
}

.focus\:bg-yellow-100\/40:focus{
  background-color: rgb(254 249 195 / 0.4);
}

.focus\:bg-yellow-100\/45:focus{
  background-color: rgb(254 249 195 / 0.45);
}

.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\/55:focus{
  background-color: rgb(254 249 195 / 0.55);
}

.focus\:bg-yellow-100\/60:focus{
  background-color: rgb(254 249 195 / 0.6);
}

.focus\:bg-yellow-100\/65:focus{
  background-color: rgb(254 249 195 / 0.65);
}

.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\/85:focus{
  background-color: rgb(254 249 195 / 0.85);
}

.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\/15:focus{
  background-color: rgb(254 240 138 / 0.15);
}

.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\/35:focus{
  background-color: rgb(254 240 138 / 0.35);
}

.focus\:bg-yellow-200\/40:focus{
  background-color: rgb(254 240 138 / 0.4);
}

.focus\:bg-yellow-200\/45:focus{
  background-color: rgb(254 240 138 / 0.45);
}

.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\/55:focus{
  background-color: rgb(254 240 138 / 0.55);
}

.focus\:bg-yellow-200\/60:focus{
  background-color: rgb(254 240 138 / 0.6);
}

.focus\:bg-yellow-200\/65:focus{
  background-color: rgb(254 240 138 / 0.65);
}

.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\/85:focus{
  background-color: rgb(254 240 138 / 0.85);
}

.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\/15:focus{
  background-color: rgb(253 224 71 / 0.15);
}

.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\/35:focus{
  background-color: rgb(253 224 71 / 0.35);
}

.focus\:bg-yellow-300\/40:focus{
  background-color: rgb(253 224 71 / 0.4);
}

.focus\:bg-yellow-300\/45:focus{
  background-color: rgb(253 224 71 / 0.45);
}

.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\/55:focus{
  background-color: rgb(253 224 71 / 0.55);
}

.focus\:bg-yellow-300\/60:focus{
  background-color: rgb(253 224 71 / 0.6);
}

.focus\:bg-yellow-300\/65:focus{
  background-color: rgb(253 224 71 / 0.65);
}

.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\/85:focus{
  background-color: rgb(253 224 71 / 0.85);
}

.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\/15:focus{
  background-color: rgb(250 204 21 / 0.15);
}

.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\/35:focus{
  background-color: rgb(250 204 21 / 0.35);
}

.focus\:bg-yellow-400\/40:focus{
  background-color: rgb(250 204 21 / 0.4);
}

.focus\:bg-yellow-400\/45:focus{
  background-color: rgb(250 204 21 / 0.45);
}

.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\/55:focus{
  background-color: rgb(250 204 21 / 0.55);
}

.focus\:bg-yellow-400\/60:focus{
  background-color: rgb(250 204 21 / 0.6);
}

.focus\:bg-yellow-400\/65:focus{
  background-color: rgb(250 204 21 / 0.65);
}

.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\/85:focus{
  background-color: rgb(250 204 21 / 0.85);
}

.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\/15:focus{
  background-color: rgb(254 252 232 / 0.15);
}

.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\/35:focus{
  background-color: rgb(254 252 232 / 0.35);
}

.focus\:bg-yellow-50\/40:focus{
  background-color: rgb(254 252 232 / 0.4);
}

.focus\:bg-yellow-50\/45:focus{
  background-color: rgb(254 252 232 / 0.45);
}

.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\/55:focus{
  background-color: rgb(254 252 232 / 0.55);
}

.focus\:bg-yellow-50\/60:focus{
  background-color: rgb(254 252 232 / 0.6);
}

.focus\:bg-yellow-50\/65:focus{
  background-color: rgb(254 252 232 / 0.65);
}

.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\/85:focus{
  background-color: rgb(254 252 232 / 0.85);
}

.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\/15:focus{
  background-color: rgb(234 179 8 / 0.15);
}

.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\/35:focus{
  background-color: rgb(234 179 8 / 0.35);
}

.focus\:bg-yellow-500\/40:focus{
  background-color: rgb(234 179 8 / 0.4);
}

.focus\:bg-yellow-500\/45:focus{
  background-color: rgb(234 179 8 / 0.45);
}

.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\/55:focus{
  background-color: rgb(234 179 8 / 0.55);
}

.focus\:bg-yellow-500\/60:focus{
  background-color: rgb(234 179 8 / 0.6);
}

.focus\:bg-yellow-500\/65:focus{
  background-color: rgb(234 179 8 / 0.65);
}

.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\/85:focus{
  background-color: rgb(234 179 8 / 0.85);
}

.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\/15:focus{
  background-color: rgb(202 138 4 / 0.15);
}

.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\/35:focus{
  background-color: rgb(202 138 4 / 0.35);
}

.focus\:bg-yellow-600\/40:focus{
  background-color: rgb(202 138 4 / 0.4);
}

.focus\:bg-yellow-600\/45:focus{
  background-color: rgb(202 138 4 / 0.45);
}

.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\/55:focus{
  background-color: rgb(202 138 4 / 0.55);
}

.focus\:bg-yellow-600\/60:focus{
  background-color: rgb(202 138 4 / 0.6);
}

.focus\:bg-yellow-600\/65:focus{
  background-color: rgb(202 138 4 / 0.65);
}

.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\/85:focus{
  background-color: rgb(202 138 4 / 0.85);
}

.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\/15:focus{
  background-color: rgb(161 98 7 / 0.15);
}

.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\/35:focus{
  background-color: rgb(161 98 7 / 0.35);
}

.focus\:bg-yellow-700\/40:focus{
  background-color: rgb(161 98 7 / 0.4);
}

.focus\:bg-yellow-700\/45:focus{
  background-color: rgb(161 98 7 / 0.45);
}

.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\/55:focus{
  background-color: rgb(161 98 7 / 0.55);
}

.focus\:bg-yellow-700\/60:focus{
  background-color: rgb(161 98 7 / 0.6);
}

.focus\:bg-yellow-700\/65:focus{
  background-color: rgb(161 98 7 / 0.65);
}

.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\/85:focus{
  background-color: rgb(161 98 7 / 0.85);
}

.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\/15:focus{
  background-color: rgb(133 77 14 / 0.15);
}

.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\/35:focus{
  background-color: rgb(133 77 14 / 0.35);
}

.focus\:bg-yellow-800\/40:focus{
  background-color: rgb(133 77 14 / 0.4);
}

.focus\:bg-yellow-800\/45:focus{
  background-color: rgb(133 77 14 / 0.45);
}

.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\/55:focus{
  background-color: rgb(133 77 14 / 0.55);
}

.focus\:bg-yellow-800\/60:focus{
  background-color: rgb(133 77 14 / 0.6);
}

.focus\:bg-yellow-800\/65:focus{
  background-color: rgb(133 77 14 / 0.65);
}

.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\/85:focus{
  background-color: rgb(133 77 14 / 0.85);
}

.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\/15:focus{
  background-color: rgb(113 63 18 / 0.15);
}

.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\/35:focus{
  background-color: rgb(113 63 18 / 0.35);
}

.focus\:bg-yellow-900\/40:focus{
  background-color: rgb(113 63 18 / 0.4);
}

.focus\:bg-yellow-900\/45:focus{
  background-color: rgb(113 63 18 / 0.45);
}

.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\/55:focus{
  background-color: rgb(113 63 18 / 0.55);
}

.focus\:bg-yellow-900\/60:focus{
  background-color: rgb(113 63 18 / 0.6);
}

.focus\:bg-yellow-900\/65:focus{
  background-color: rgb(113 63 18 / 0.65);
}

.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\/85:focus{
  background-color: rgb(113 63 18 / 0.85);
}

.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\/15:focus{
  background-color: rgb(66 32 6 / 0.15);
}

.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\/35:focus{
  background-color: rgb(66 32 6 / 0.35);
}

.focus\:bg-yellow-950\/40:focus{
  background-color: rgb(66 32 6 / 0.4);
}

.focus\:bg-yellow-950\/45:focus{
  background-color: rgb(66 32 6 / 0.45);
}

.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\/55:focus{
  background-color: rgb(66 32 6 / 0.55);
}

.focus\:bg-yellow-950\/60:focus{
  background-color: rgb(66 32 6 / 0.6);
}

.focus\:bg-yellow-950\/65:focus{
  background-color: rgb(66 32 6 / 0.65);
}

.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\/85:focus{
  background-color: rgb(66 32 6 / 0.85);
}

.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\/15:focus{
  background-color: rgb(244 244 245 / 0.15);
}

.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\/35:focus{
  background-color: rgb(244 244 245 / 0.35);
}

.focus\:bg-zinc-100\/40:focus{
  background-color: rgb(244 244 245 / 0.4);
}

.focus\:bg-zinc-100\/45:focus{
  background-color: rgb(244 244 245 / 0.45);
}

.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\/55:focus{
  background-color: rgb(244 244 245 / 0.55);
}

.focus\:bg-zinc-100\/60:focus{
  background-color: rgb(244 244 245 / 0.6);
}

.focus\:bg-zinc-100\/65:focus{
  background-color: rgb(244 244 245 / 0.65);
}

.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\/85:focus{
  background-color: rgb(244 244 245 / 0.85);
}

.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\/15:focus{
  background-color: rgb(228 228 231 / 0.15);
}

.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\/35:focus{
  background-color: rgb(228 228 231 / 0.35);
}

.focus\:bg-zinc-200\/40:focus{
  background-color: rgb(228 228 231 / 0.4);
}

.focus\:bg-zinc-200\/45:focus{
  background-color: rgb(228 228 231 / 0.45);
}

.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\/55:focus{
  background-color: rgb(228 228 231 / 0.55);
}

.focus\:bg-zinc-200\/60:focus{
  background-color: rgb(228 228 231 / 0.6);
}

.focus\:bg-zinc-200\/65:focus{
  background-color: rgb(228 228 231 / 0.65);
}

.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\/85:focus{
  background-color: rgb(228 228 231 / 0.85);
}

.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\/15:focus{
  background-color: rgb(212 212 216 / 0.15);
}

.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\/35:focus{
  background-color: rgb(212 212 216 / 0.35);
}

.focus\:bg-zinc-300\/40:focus{
  background-color: rgb(212 212 216 / 0.4);
}

.focus\:bg-zinc-300\/45:focus{
  background-color: rgb(212 212 216 / 0.45);
}

.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\/55:focus{
  background-color: rgb(212 212 216 / 0.55);
}

.focus\:bg-zinc-300\/60:focus{
  background-color: rgb(212 212 216 / 0.6);
}

.focus\:bg-zinc-300\/65:focus{
  background-color: rgb(212 212 216 / 0.65);
}

.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\/85:focus{
  background-color: rgb(212 212 216 / 0.85);
}

.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\/15:focus{
  background-color: rgb(161 161 170 / 0.15);
}

.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\/35:focus{
  background-color: rgb(161 161 170 / 0.35);
}

.focus\:bg-zinc-400\/40:focus{
  background-color: rgb(161 161 170 / 0.4);
}

.focus\:bg-zinc-400\/45:focus{
  background-color: rgb(161 161 170 / 0.45);
}

.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\/55:focus{
  background-color: rgb(161 161 170 / 0.55);
}

.focus\:bg-zinc-400\/60:focus{
  background-color: rgb(161 161 170 / 0.6);
}

.focus\:bg-zinc-400\/65:focus{
  background-color: rgb(161 161 170 / 0.65);
}

.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\/85:focus{
  background-color: rgb(161 161 170 / 0.85);
}

.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\/15:focus{
  background-color: rgb(250 250 250 / 0.15);
}

.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\/35:focus{
  background-color: rgb(250 250 250 / 0.35);
}

.focus\:bg-zinc-50\/40:focus{
  background-color: rgb(250 250 250 / 0.4);
}

.focus\:bg-zinc-50\/45:focus{
  background-color: rgb(250 250 250 / 0.45);
}

.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\/55:focus{
  background-color: rgb(250 250 250 / 0.55);
}

.focus\:bg-zinc-50\/60:focus{
  background-color: rgb(250 250 250 / 0.6);
}

.focus\:bg-zinc-50\/65:focus{
  background-color: rgb(250 250 250 / 0.65);
}

.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\/85:focus{
  background-color: rgb(250 250 250 / 0.85);
}

.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\/15:focus{
  background-color: rgb(113 113 122 / 0.15);
}

.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\/35:focus{
  background-color: rgb(113 113 122 / 0.35);
}

.focus\:bg-zinc-500\/40:focus{
  background-color: rgb(113 113 122 / 0.4);
}

.focus\:bg-zinc-500\/45:focus{
  background-color: rgb(113 113 122 / 0.45);
}

.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\/55:focus{
  background-color: rgb(113 113 122 / 0.55);
}

.focus\:bg-zinc-500\/60:focus{
  background-color: rgb(113 113 122 / 0.6);
}

.focus\:bg-zinc-500\/65:focus{
  background-color: rgb(113 113 122 / 0.65);
}

.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\/85:focus{
  background-color: rgb(113 113 122 / 0.85);
}

.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\/15:focus{
  background-color: rgb(82 82 91 / 0.15);
}

.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\/35:focus{
  background-color: rgb(82 82 91 / 0.35);
}

.focus\:bg-zinc-600\/40:focus{
  background-color: rgb(82 82 91 / 0.4);
}

.focus\:bg-zinc-600\/45:focus{
  background-color: rgb(82 82 91 / 0.45);
}

.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\/55:focus{
  background-color: rgb(82 82 91 / 0.55);
}

.focus\:bg-zinc-600\/60:focus{
  background-color: rgb(82 82 91 / 0.6);
}

.focus\:bg-zinc-600\/65:focus{
  background-color: rgb(82 82 91 / 0.65);
}

.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\/85:focus{
  background-color: rgb(82 82 91 / 0.85);
}

.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\/15:focus{
  background-color: rgb(63 63 70 / 0.15);
}

.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\/35:focus{
  background-color: rgb(63 63 70 / 0.35);
}

.focus\:bg-zinc-700\/40:focus{
  background-color: rgb(63 63 70 / 0.4);
}

.focus\:bg-zinc-700\/45:focus{
  background-color: rgb(63 63 70 / 0.45);
}

.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\/55:focus{
  background-color: rgb(63 63 70 / 0.55);
}

.focus\:bg-zinc-700\/60:focus{
  background-color: rgb(63 63 70 / 0.6);
}

.focus\:bg-zinc-700\/65:focus{
  background-color: rgb(63 63 70 / 0.65);
}

.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\/85:focus{
  background-color: rgb(63 63 70 / 0.85);
}

.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\/15:focus{
  background-color: rgb(39 39 42 / 0.15);
}

.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\/35:focus{
  background-color: rgb(39 39 42 / 0.35);
}

.focus\:bg-zinc-800\/40:focus{
  background-color: rgb(39 39 42 / 0.4);
}

.focus\:bg-zinc-800\/45:focus{
  background-color: rgb(39 39 42 / 0.45);
}

.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\/55:focus{
  background-color: rgb(39 39 42 / 0.55);
}

.focus\:bg-zinc-800\/60:focus{
  background-color: rgb(39 39 42 / 0.6);
}

.focus\:bg-zinc-800\/65:focus{
  background-color: rgb(39 39 42 / 0.65);
}

.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\/85:focus{
  background-color: rgb(39 39 42 / 0.85);
}

.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\/15:focus{
  background-color: rgb(24 24 27 / 0.15);
}

.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\/35:focus{
  background-color: rgb(24 24 27 / 0.35);
}

.focus\:bg-zinc-900\/40:focus{
  background-color: rgb(24 24 27 / 0.4);
}

.focus\:bg-zinc-900\/45:focus{
  background-color: rgb(24 24 27 / 0.45);
}

.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\/55:focus{
  background-color: rgb(24 24 27 / 0.55);
}

.focus\:bg-zinc-900\/60:focus{
  background-color: rgb(24 24 27 / 0.6);
}

.focus\:bg-zinc-900\/65:focus{
  background-color: rgb(24 24 27 / 0.65);
}

.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\/85:focus{
  background-color: rgb(24 24 27 / 0.85);
}

.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\/15:focus{
  background-color: rgb(9 9 11 / 0.15);
}

.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\/35:focus{
  background-color: rgb(9 9 11 / 0.35);
}

.focus\:bg-zinc-950\/40:focus{
  background-color: rgb(9 9 11 / 0.4);
}

.focus\:bg-zinc-950\/45:focus{
  background-color: rgb(9 9 11 / 0.45);
}

.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\/55:focus{
  background-color: rgb(9 9 11 / 0.55);
}

.focus\:bg-zinc-950\/60:focus{
  background-color: rgb(9 9 11 / 0.6);
}

.focus\:bg-zinc-950\/65:focus{
  background-color: rgb(9 9 11 / 0.65);
}

.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\/85:focus{
  background-color: rgb(9 9 11 / 0.85);
}

.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-15:focus{
  --tw-bg-opacity: 0.15;
}

.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-35:focus{
  --tw-bg-opacity: 0.35;
}

.focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-45:focus{
  --tw-bg-opacity: 0.45;
}

.focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-55:focus{
  --tw-bg-opacity: 0.55;
}

.focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-65:focus{
  --tw-bg-opacity: 0.65;
}

.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-85:focus{
  --tw-bg-opacity: 0.85;
}

.focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95;
}

.focus\:bg-brand-gradient:focus{
  background-image: linear-gradient(to right, #5546C0, #3DD1F6);
}

.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-left:focus{
  text-align: left;
}

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

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

.focus\:text-justify:focus{
  text-align: justify;
}

.focus\:text-start:focus{
  text-align: start;
}

.focus\:text-end:focus{
  text-align: end;
}

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

.focus\:text-11px:focus{
  font-size: 11px;
}

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

.focus\:text-13px:focus{
  font-size: 13px;
}

.focus\:text-14px:focus{
  font-size: 14px;
}

.focus\:text-15px:focus{
  font-size: 15px;
}

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

.focus\:text-17px:focus{
  font-size: 17px;
}

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

.focus\:text-19px:focus{
  font-size: 19px;
}

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

.focus\:text-21px:focus{
  font-size: 21px;
}

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

.focus\:text-23px:focus{
  font-size: 23px;
}

.focus\:text-24px:focus{
  font-size: 24px;
}

.focus\:text-25px:focus{
  font-size: 25px;
}

.focus\:text-26px:focus{
  font-size: 26px;
}

.focus\:text-27px:focus{
  font-size: 27px;
}

.focus\:text-28px:focus{
  font-size: 28px;
}

.focus\:text-29px:focus{
  font-size: 29px;
}

.focus\:text-2xl:focus{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.focus\:text-31px:focus{
  font-size: 31px;
}

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

.focus\:text-33px:focus{
  font-size: 33px;
}

.focus\:text-34px:focus{
  font-size: 34px;
}

.focus\:text-35px:focus{
  font-size: 35px;
}

.focus\:text-36px:focus{
  font-size: 36px;
}

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

.focus\:text-38px:focus{
  font-size: 38px;
}

.focus\:text-39px:focus{
  font-size: 39px;
}

.focus\:text-3xl:focus{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.focus\:text-40px:focus{
  font-size: 40px;
}

.focus\:text-41px:focus{
  font-size: 41px;
}

.focus\:text-42px:focus{
  font-size: 42px;
}

.focus\:text-43px:focus{
  font-size: 43px;
}

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

.focus\:text-45px:focus{
  font-size: 45px;
}

.focus\:text-46px:focus{
  font-size: 46px;
}

.focus\:text-47px:focus{
  font-size: 47px;
}

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

.focus\:text-4xl:focus{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.focus\:text-5xl:focus{
  font-size: 3rem;
  line-height: 1;
}

.focus\:text-6xl:focus{
  font-size: 3.75rem;
  line-height: 1;
}

.focus\:text-7xl:focus{
  font-size: 4.5rem;
  line-height: 1;
}

.focus\:text-8px:focus{
  font-size: 8px;
}

.focus\:text-8xl:focus{
  font-size: 6rem;
  line-height: 1;
}

.focus\:text-9px:focus{
  font-size: 9px;
}

.focus\:text-9xl:focus{
  font-size: 8rem;
  line-height: 1;
}

.focus\:text-base:focus{
  font-size: 1rem;
  line-height: 1.5rem;
}

.focus\:text-lg:focus{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.focus\:text-sm:focus{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.focus\:text-xl:focus{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.focus\:text-xs:focus{
  font-size: 0.75rem;
  line-height: 1rem;
}

.focus\:text-accent:focus{
  --tw-text-opacity: 1;
  color: rgb(70 109 148 / var(--tw-text-opacity));
}

.focus\:text-accent\/0:focus{
  color: rgb(70 109 148 / 0);
}

.focus\:text-accent\/10:focus{
  color: rgb(70 109 148 / 0.1);
}

.focus\:text-accent\/100:focus{
  color: rgb(70 109 148 / 1);
}

.focus\:text-accent\/15:focus{
  color: rgb(70 109 148 / 0.15);
}

.focus\:text-accent\/20:focus{
  color: rgb(70 109 148 / 0.2);
}

.focus\:text-accent\/25:focus{
  color: rgb(70 109 148 / 0.25);
}

.focus\:text-accent\/30:focus{
  color: rgb(70 109 148 / 0.3);
}

.focus\:text-accent\/35:focus{
  color: rgb(70 109 148 / 0.35);
}

.focus\:text-accent\/40:focus{
  color: rgb(70 109 148 / 0.4);
}

.focus\:text-accent\/45:focus{
  color: rgb(70 109 148 / 0.45);
}

.focus\:text-accent\/5:focus{
  color: rgb(70 109 148 / 0.05);
}

.focus\:text-accent\/50:focus{
  color: rgb(70 109 148 / 0.5);
}

.focus\:text-accent\/55:focus{
  color: rgb(70 109 148 / 0.55);
}

.focus\:text-accent\/60:focus{
  color: rgb(70 109 148 / 0.6);
}

.focus\:text-accent\/65:focus{
  color: rgb(70 109 148 / 0.65);
}

.focus\:text-accent\/70:focus{
  color: rgb(70 109 148 / 0.7);
}

.focus\:text-accent\/75:focus{
  color: rgb(70 109 148 / 0.75);
}

.focus\:text-accent\/80:focus{
  color: rgb(70 109 148 / 0.8);
}

.focus\:text-accent\/85:focus{
  color: rgb(70 109 148 / 0.85);
}

.focus\:text-accent\/90:focus{
  color: rgb(70 109 148 / 0.9);
}

.focus\:text-accent\/95:focus{
  color: rgb(70 109 148 / 0.95);
}

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

.focus\:text-amber-100\/0:focus{
  color: rgb(254 243 199 / 0);
}

.focus\:text-amber-100\/10:focus{
  color: rgb(254 243 199 / 0.1);
}

.focus\:text-amber-100\/100:focus{
  color: rgb(254 243 199 / 1);
}

.focus\:text-amber-100\/15:focus{
  color: rgb(254 243 199 / 0.15);
}

.focus\:text-amber-100\/20:focus{
  color: rgb(254 243 199 / 0.2);
}

.focus\:text-amber-100\/25:focus{
  color: rgb(254 243 199 / 0.25);
}

.focus\:text-amber-100\/30:focus{
  color: rgb(254 243 199 / 0.3);
}

.focus\:text-amber-100\/35:focus{
  color: rgb(254 243 199 / 0.35);
}

.focus\:text-amber-100\/40:focus{
  color: rgb(254 243 199 / 0.4);
}

.focus\:text-amber-100\/45:focus{
  color: rgb(254 243 199 / 0.45);
}

.focus\:text-amber-100\/5:focus{
  color: rgb(254 243 199 / 0.05);
}

.focus\:text-amber-100\/50:focus{
  color: rgb(254 243 199 / 0.5);
}

.focus\:text-amber-100\/55:focus{
  color: rgb(254 243 199 / 0.55);
}

.focus\:text-amber-100\/60:focus{
  color: rgb(254 243 199 / 0.6);
}

.focus\:text-amber-100\/65:focus{
  color: rgb(254 243 199 / 0.65);
}

.focus\:text-amber-100\/70:focus{
  color: rgb(254 243 199 / 0.7);
}

.focus\:text-amber-100\/75:focus{
  color: rgb(254 243 199 / 0.75);
}

.focus\:text-amber-100\/80:focus{
  color: rgb(254 243 199 / 0.8);
}

.focus\:text-amber-100\/85:focus{
  color: rgb(254 243 199 / 0.85);
}

.focus\:text-amber-100\/90:focus{
  color: rgb(254 243 199 / 0.9);
}

.focus\:text-amber-100\/95:focus{
  color: rgb(254 243 199 / 0.95);
}

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

.focus\:text-amber-200\/0:focus{
  color: rgb(253 230 138 / 0);
}

.focus\:text-amber-200\/10:focus{
  color: rgb(253 230 138 / 0.1);
}

.focus\:text-amber-200\/100:focus{
  color: rgb(253 230 138 / 1);
}

.focus\:text-amber-200\/15:focus{
  color: rgb(253 230 138 / 0.15);
}

.focus\:text-amber-200\/20:focus{
  color: rgb(253 230 138 / 0.2);
}

.focus\:text-amber-200\/25:focus{
  color: rgb(253 230 138 / 0.25);
}

.focus\:text-amber-200\/30:focus{
  color: rgb(253 230 138 / 0.3);
}

.focus\:text-amber-200\/35:focus{
  color: rgb(253 230 138 / 0.35);
}

.focus\:text-amber-200\/40:focus{
  color: rgb(253 230 138 / 0.4);
}

.focus\:text-amber-200\/45:focus{
  color: rgb(253 230 138 / 0.45);
}

.focus\:text-amber-200\/5:focus{
  color: rgb(253 230 138 / 0.05);
}

.focus\:text-amber-200\/50:focus{
  color: rgb(253 230 138 / 0.5);
}

.focus\:text-amber-200\/55:focus{
  color: rgb(253 230 138 / 0.55);
}

.focus\:text-amber-200\/60:focus{
  color: rgb(253 230 138 / 0.6);
}

.focus\:text-amber-200\/65:focus{
  color: rgb(253 230 138 / 0.65);
}

.focus\:text-amber-200\/70:focus{
  color: rgb(253 230 138 / 0.7);
}

.focus\:text-amber-200\/75:focus{
  color: rgb(253 230 138 / 0.75);
}

.focus\:text-amber-200\/80:focus{
  color: rgb(253 230 138 / 0.8);
}

.focus\:text-amber-200\/85:focus{
  color: rgb(253 230 138 / 0.85);
}

.focus\:text-amber-200\/90:focus{
  color: rgb(253 230 138 / 0.9);
}

.focus\:text-amber-200\/95:focus{
  color: rgb(253 230 138 / 0.95);
}

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

.focus\:text-amber-300\/0:focus{
  color: rgb(252 211 77 / 0);
}

.focus\:text-amber-300\/10:focus{
  color: rgb(252 211 77 / 0.1);
}

.focus\:text-amber-300\/100:focus{
  color: rgb(252 211 77 / 1);
}

.focus\:text-amber-300\/15:focus{
  color: rgb(252 211 77 / 0.15);
}

.focus\:text-amber-300\/20:focus{
  color: rgb(252 211 77 / 0.2);
}

.focus\:text-amber-300\/25:focus{
  color: rgb(252 211 77 / 0.25);
}

.focus\:text-amber-300\/30:focus{
  color: rgb(252 211 77 / 0.3);
}

.focus\:text-amber-300\/35:focus{
  color: rgb(252 211 77 / 0.35);
}

.focus\:text-amber-300\/40:focus{
  color: rgb(252 211 77 / 0.4);
}

.focus\:text-amber-300\/45:focus{
  color: rgb(252 211 77 / 0.45);
}

.focus\:text-amber-300\/5:focus{
  color: rgb(252 211 77 / 0.05);
}

.focus\:text-amber-300\/50:focus{
  color: rgb(252 211 77 / 0.5);
}

.focus\:text-amber-300\/55:focus{
  color: rgb(252 211 77 / 0.55);
}

.focus\:text-amber-300\/60:focus{
  color: rgb(252 211 77 / 0.6);
}

.focus\:text-amber-300\/65:focus{
  color: rgb(252 211 77 / 0.65);
}

.focus\:text-amber-300\/70:focus{
  color: rgb(252 211 77 / 0.7);
}

.focus\:text-amber-300\/75:focus{
  color: rgb(252 211 77 / 0.75);
}

.focus\:text-amber-300\/80:focus{
  color: rgb(252 211 77 / 0.8);
}

.focus\:text-amber-300\/85:focus{
  color: rgb(252 211 77 / 0.85);
}

.focus\:text-amber-300\/90:focus{
  color: rgb(252 211 77 / 0.9);
}

.focus\:text-amber-300\/95:focus{
  color: rgb(252 211 77 / 0.95);
}

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

.focus\:text-amber-400\/0:focus{
  color: rgb(251 191 36 / 0);
}

.focus\:text-amber-400\/10:focus{
  color: rgb(251 191 36 / 0.1);
}

.focus\:text-amber-400\/100:focus{
  color: rgb(251 191 36 / 1);
}

.focus\:text-amber-400\/15:focus{
  color: rgb(251 191 36 / 0.15);
}

.focus\:text-amber-400\/20:focus{
  color: rgb(251 191 36 / 0.2);
}

.focus\:text-amber-400\/25:focus{
  color: rgb(251 191 36 / 0.25);
}

.focus\:text-amber-400\/30:focus{
  color: rgb(251 191 36 / 0.3);
}

.focus\:text-amber-400\/35:focus{
  color: rgb(251 191 36 / 0.35);
}

.focus\:text-amber-400\/40:focus{
  color: rgb(251 191 36 / 0.4);
}

.focus\:text-amber-400\/45:focus{
  color: rgb(251 191 36 / 0.45);
}

.focus\:text-amber-400\/5:focus{
  color: rgb(251 191 36 / 0.05);
}

.focus\:text-amber-400\/50:focus{
  color: rgb(251 191 36 / 0.5);
}

.focus\:text-amber-400\/55:focus{
  color: rgb(251 191 36 / 0.55);
}

.focus\:text-amber-400\/60:focus{
  color: rgb(251 191 36 / 0.6);
}

.focus\:text-amber-400\/65:focus{
  color: rgb(251 191 36 / 0.65);
}

.focus\:text-amber-400\/70:focus{
  color: rgb(251 191 36 / 0.7);
}

.focus\:text-amber-400\/75:focus{
  color: rgb(251 191 36 / 0.75);
}

.focus\:text-amber-400\/80:focus{
  color: rgb(251 191 36 / 0.8);
}

.focus\:text-amber-400\/85:focus{
  color: rgb(251 191 36 / 0.85);
}

.focus\:text-amber-400\/90:focus{
  color: rgb(251 191 36 / 0.9);
}

.focus\:text-amber-400\/95:focus{
  color: rgb(251 191 36 / 0.95);
}

.focus\:text-amber-50:focus{
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}

.focus\:text-amber-50\/0:focus{
  color: rgb(255 251 235 / 0);
}

.focus\:text-amber-50\/10:focus{
  color: rgb(255 251 235 / 0.1);
}

.focus\:text-amber-50\/100:focus{
  color: rgb(255 251 235 / 1);
}

.focus\:text-amber-50\/15:focus{
  color: rgb(255 251 235 / 0.15);
}

.focus\:text-amber-50\/20:focus{
  color: rgb(255 251 235 / 0.2);
}

.focus\:text-amber-50\/25:focus{
  color: rgb(255 251 235 / 0.25);
}

.focus\:text-amber-50\/30:focus{
  color: rgb(255 251 235 / 0.3);
}

.focus\:text-amber-50\/35:focus{
  color: rgb(255 251 235 / 0.35);
}

.focus\:text-amber-50\/40:focus{
  color: rgb(255 251 235 / 0.4);
}

.focus\:text-amber-50\/45:focus{
  color: rgb(255 251 235 / 0.45);
}

.focus\:text-amber-50\/5:focus{
  color: rgb(255 251 235 / 0.05);
}

.focus\:text-amber-50\/50:focus{
  color: rgb(255 251 235 / 0.5);
}

.focus\:text-amber-50\/55:focus{
  color: rgb(255 251 235 / 0.55);
}

.focus\:text-amber-50\/60:focus{
  color: rgb(255 251 235 / 0.6);
}

.focus\:text-amber-50\/65:focus{
  color: rgb(255 251 235 / 0.65);
}

.focus\:text-amber-50\/70:focus{
  color: rgb(255 251 235 / 0.7);
}

.focus\:text-amber-50\/75:focus{
  color: rgb(255 251 235 / 0.75);
}

.focus\:text-amber-50\/80:focus{
  color: rgb(255 251 235 / 0.8);
}

.focus\:text-amber-50\/85:focus{
  color: rgb(255 251 235 / 0.85);
}

.focus\:text-amber-50\/90:focus{
  color: rgb(255 251 235 / 0.9);
}

.focus\:text-amber-50\/95:focus{
  color: rgb(255 251 235 / 0.95);
}

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

.focus\:text-amber-500\/0:focus{
  color: rgb(245 158 11 / 0);
}

.focus\:text-amber-500\/10:focus{
  color: rgb(245 158 11 / 0.1);
}

.focus\:text-amber-500\/100:focus{
  color: rgb(245 158 11 / 1);
}

.focus\:text-amber-500\/15:focus{
  color: rgb(245 158 11 / 0.15);
}

.focus\:text-amber-500\/20:focus{
  color: rgb(245 158 11 / 0.2);
}

.focus\:text-amber-500\/25:focus{
  color: rgb(245 158 11 / 0.25);
}

.focus\:text-amber-500\/30:focus{
  color: rgb(245 158 11 / 0.3);
}

.focus\:text-amber-500\/35:focus{
  color: rgb(245 158 11 / 0.35);
}

.focus\:text-amber-500\/40:focus{
  color: rgb(245 158 11 / 0.4);
}

.focus\:text-amber-500\/45:focus{
  color: rgb(245 158 11 / 0.45);
}

.focus\:text-amber-500\/5:focus{
  color: rgb(245 158 11 / 0.05);
}

.focus\:text-amber-500\/50:focus{
  color: rgb(245 158 11 / 0.5);
}

.focus\:text-amber-500\/55:focus{
  color: rgb(245 158 11 / 0.55);
}

.focus\:text-amber-500\/60:focus{
  color: rgb(245 158 11 / 0.6);
}

.focus\:text-amber-500\/65:focus{
  color: rgb(245 158 11 / 0.65);
}

.focus\:text-amber-500\/70:focus{
  color: rgb(245 158 11 / 0.7);
}

.focus\:text-amber-500\/75:focus{
  color: rgb(245 158 11 / 0.75);
}

.focus\:text-amber-500\/80:focus{
  color: rgb(245 158 11 / 0.8);
}

.focus\:text-amber-500\/85:focus{
  color: rgb(245 158 11 / 0.85);
}

.focus\:text-amber-500\/90:focus{
  color: rgb(245 158 11 / 0.9);
}

.focus\:text-amber-500\/95:focus{
  color: rgb(245 158 11 / 0.95);
}

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

.focus\:text-amber-600\/0:focus{
  color: rgb(217 119 6 / 0);
}

.focus\:text-amber-600\/10:focus{
  color: rgb(217 119 6 / 0.1);
}

.focus\:text-amber-600\/100:focus{
  color: rgb(217 119 6 / 1);
}

.focus\:text-amber-600\/15:focus{
  color: rgb(217 119 6 / 0.15);
}

.focus\:text-amber-600\/20:focus{
  color: rgb(217 119 6 / 0.2);
}

.focus\:text-amber-600\/25:focus{
  color: rgb(217 119 6 / 0.25);
}

.focus\:text-amber-600\/30:focus{
  color: rgb(217 119 6 / 0.3);
}

.focus\:text-amber-600\/35:focus{
  color: rgb(217 119 6 / 0.35);
}

.focus\:text-amber-600\/40:focus{
  color: rgb(217 119 6 / 0.4);
}

.focus\:text-amber-600\/45:focus{
  color: rgb(217 119 6 / 0.45);
}

.focus\:text-amber-600\/5:focus{
  color: rgb(217 119 6 / 0.05);
}

.focus\:text-amber-600\/50:focus{
  color: rgb(217 119 6 / 0.5);
}

.focus\:text-amber-600\/55:focus{
  color: rgb(217 119 6 / 0.55);
}

.focus\:text-amber-600\/60:focus{
  color: rgb(217 119 6 / 0.6);
}

.focus\:text-amber-600\/65:focus{
  color: rgb(217 119 6 / 0.65);
}

.focus\:text-amber-600\/70:focus{
  color: rgb(217 119 6 / 0.7);
}

.focus\:text-amber-600\/75:focus{
  color: rgb(217 119 6 / 0.75);
}

.focus\:text-amber-600\/80:focus{
  color: rgb(217 119 6 / 0.8);
}

.focus\:text-amber-600\/85:focus{
  color: rgb(217 119 6 / 0.85);
}

.focus\:text-amber-600\/90:focus{
  color: rgb(217 119 6 / 0.9);
}

.focus\:text-amber-600\/95:focus{
  color: rgb(217 119 6 / 0.95);
}

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

.focus\:text-amber-700\/0:focus{
  color: rgb(180 83 9 / 0);
}

.focus\:text-amber-700\/10:focus{
  color: rgb(180 83 9 / 0.1);
}

.focus\:text-amber-700\/100:focus{
  color: rgb(180 83 9 / 1);
}

.focus\:text-amber-700\/15:focus{
  color: rgb(180 83 9 / 0.15);
}

.focus\:text-amber-700\/20:focus{
  color: rgb(180 83 9 / 0.2);
}

.focus\:text-amber-700\/25:focus{
  color: rgb(180 83 9 / 0.25);
}

.focus\:text-amber-700\/30:focus{
  color: rgb(180 83 9 / 0.3);
}

.focus\:text-amber-700\/35:focus{
  color: rgb(180 83 9 / 0.35);
}

.focus\:text-amber-700\/40:focus{
  color: rgb(180 83 9 / 0.4);
}

.focus\:text-amber-700\/45:focus{
  color: rgb(180 83 9 / 0.45);
}

.focus\:text-amber-700\/5:focus{
  color: rgb(180 83 9 / 0.05);
}

.focus\:text-amber-700\/50:focus{
  color: rgb(180 83 9 / 0.5);
}

.focus\:text-amber-700\/55:focus{
  color: rgb(180 83 9 / 0.55);
}

.focus\:text-amber-700\/60:focus{
  color: rgb(180 83 9 / 0.6);
}

.focus\:text-amber-700\/65:focus{
  color: rgb(180 83 9 / 0.65);
}

.focus\:text-amber-700\/70:focus{
  color: rgb(180 83 9 / 0.7);
}

.focus\:text-amber-700\/75:focus{
  color: rgb(180 83 9 / 0.75);
}

.focus\:text-amber-700\/80:focus{
  color: rgb(180 83 9 / 0.8);
}

.focus\:text-amber-700\/85:focus{
  color: rgb(180 83 9 / 0.85);
}

.focus\:text-amber-700\/90:focus{
  color: rgb(180 83 9 / 0.9);
}

.focus\:text-amber-700\/95:focus{
  color: rgb(180 83 9 / 0.95);
}

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

.focus\:text-amber-800\/0:focus{
  color: rgb(146 64 14 / 0);
}

.focus\:text-amber-800\/10:focus{
  color: rgb(146 64 14 / 0.1);
}

.focus\:text-amber-800\/100:focus{
  color: rgb(146 64 14 / 1);
}

.focus\:text-amber-800\/15:focus{
  color: rgb(146 64 14 / 0.15);
}

.focus\:text-amber-800\/20:focus{
  color: rgb(146 64 14 / 0.2);
}

.focus\:text-amber-800\/25:focus{
  color: rgb(146 64 14 / 0.25);
}

.focus\:text-amber-800\/30:focus{
  color: rgb(146 64 14 / 0.3);
}

.focus\:text-amber-800\/35:focus{
  color: rgb(146 64 14 / 0.35);
}

.focus\:text-amber-800\/40:focus{
  color: rgb(146 64 14 / 0.4);
}

.focus\:text-amber-800\/45:focus{
  color: rgb(146 64 14 / 0.45);
}

.focus\:text-amber-800\/5:focus{
  color: rgb(146 64 14 / 0.05);
}

.focus\:text-amber-800\/50:focus{
  color: rgb(146 64 14 / 0.5);
}

.focus\:text-amber-800\/55:focus{
  color: rgb(146 64 14 / 0.55);
}

.focus\:text-amber-800\/60:focus{
  color: rgb(146 64 14 / 0.6);
}

.focus\:text-amber-800\/65:focus{
  color: rgb(146 64 14 / 0.65);
}

.focus\:text-amber-800\/70:focus{
  color: rgb(146 64 14 / 0.7);
}

.focus\:text-amber-800\/75:focus{
  color: rgb(146 64 14 / 0.75);
}

.focus\:text-amber-800\/80:focus{
  color: rgb(146 64 14 / 0.8);
}

.focus\:text-amber-800\/85:focus{
  color: rgb(146 64 14 / 0.85);
}

.focus\:text-amber-800\/90:focus{
  color: rgb(146 64 14 / 0.9);
}

.focus\:text-amber-800\/95:focus{
  color: rgb(146 64 14 / 0.95);
}

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

.focus\:text-amber-900\/0:focus{
  color: rgb(120 53 15 / 0);
}

.focus\:text-amber-900\/10:focus{
  color: rgb(120 53 15 / 0.1);
}

.focus\:text-amber-900\/100:focus{
  color: rgb(120 53 15 / 1);
}

.focus\:text-amber-900\/15:focus{
  color: rgb(120 53 15 / 0.15);
}

.focus\:text-amber-900\/20:focus{
  color: rgb(120 53 15 / 0.2);
}

.focus\:text-amber-900\/25:focus{
  color: rgb(120 53 15 / 0.25);
}

.focus\:text-amber-900\/30:focus{
  color: rgb(120 53 15 / 0.3);
}

.focus\:text-amber-900\/35:focus{
  color: rgb(120 53 15 / 0.35);
}

.focus\:text-amber-900\/40:focus{
  color: rgb(120 53 15 / 0.4);
}

.focus\:text-amber-900\/45:focus{
  color: rgb(120 53 15 / 0.45);
}

.focus\:text-amber-900\/5:focus{
  color: rgb(120 53 15 / 0.05);
}

.focus\:text-amber-900\/50:focus{
  color: rgb(120 53 15 / 0.5);
}

.focus\:text-amber-900\/55:focus{
  color: rgb(120 53 15 / 0.55);
}

.focus\:text-amber-900\/60:focus{
  color: rgb(120 53 15 / 0.6);
}

.focus\:text-amber-900\/65:focus{
  color: rgb(120 53 15 / 0.65);
}

.focus\:text-amber-900\/70:focus{
  color: rgb(120 53 15 / 0.7);
}

.focus\:text-amber-900\/75:focus{
  color: rgb(120 53 15 / 0.75);
}

.focus\:text-amber-900\/80:focus{
  color: rgb(120 53 15 / 0.8);
}

.focus\:text-amber-900\/85:focus{
  color: rgb(120 53 15 / 0.85);
}

.focus\:text-amber-900\/90:focus{
  color: rgb(120 53 15 / 0.9);
}

.focus\:text-amber-900\/95:focus{
  color: rgb(120 53 15 / 0.95);
}

.focus\:text-amber-950:focus{
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}

.focus\:text-amber-950\/0:focus{
  color: rgb(69 26 3 / 0);
}

.focus\:text-amber-950\/10:focus{
  color: rgb(69 26 3 / 0.1);
}

.focus\:text-amber-950\/100:focus{
  color: rgb(69 26 3 / 1);
}

.focus\:text-amber-950\/15:focus{
  color: rgb(69 26 3 / 0.15);
}

.focus\:text-amber-950\/20:focus{
  color: rgb(69 26 3 / 0.2);
}

.focus\:text-amber-950\/25:focus{
  color: rgb(69 26 3 / 0.25);
}

.focus\:text-amber-950\/30:focus{
  color: rgb(69 26 3 / 0.3);
}

.focus\:text-amber-950\/35:focus{
  color: rgb(69 26 3 / 0.35);
}

.focus\:text-amber-950\/40:focus{
  color: rgb(69 26 3 / 0.4);
}

.focus\:text-amber-950\/45:focus{
  color: rgb(69 26 3 / 0.45);
}

.focus\:text-amber-950\/5:focus{
  color: rgb(69 26 3 / 0.05);
}

.focus\:text-amber-950\/50:focus{
  color: rgb(69 26 3 / 0.5);
}

.focus\:text-amber-950\/55:focus{
  color: rgb(69 26 3 / 0.55);
}

.focus\:text-amber-950\/60:focus{
  color: rgb(69 26 3 / 0.6);
}

.focus\:text-amber-950\/65:focus{
  color: rgb(69 26 3 / 0.65);
}

.focus\:text-amber-950\/70:focus{
  color: rgb(69 26 3 / 0.7);
}

.focus\:text-amber-950\/75:focus{
  color: rgb(69 26 3 / 0.75);
}

.focus\:text-amber-950\/80:focus{
  color: rgb(69 26 3 / 0.8);
}

.focus\:text-amber-950\/85:focus{
  color: rgb(69 26 3 / 0.85);
}

.focus\:text-amber-950\/90:focus{
  color: rgb(69 26 3 / 0.9);
}

.focus\:text-amber-950\/95:focus{
  color: rgb(69 26 3 / 0.95);
}

.focus\:text-background:focus{
  --tw-text-opacity: 1;
  color: rgb(245 246 250 / var(--tw-text-opacity));
}

.focus\:text-background\/0:focus{
  color: rgb(245 246 250 / 0);
}

.focus\:text-background\/10:focus{
  color: rgb(245 246 250 / 0.1);
}

.focus\:text-background\/100:focus{
  color: rgb(245 246 250 / 1);
}

.focus\:text-background\/15:focus{
  color: rgb(245 246 250 / 0.15);
}

.focus\:text-background\/20:focus{
  color: rgb(245 246 250 / 0.2);
}

.focus\:text-background\/25:focus{
  color: rgb(245 246 250 / 0.25);
}

.focus\:text-background\/30:focus{
  color: rgb(245 246 250 / 0.3);
}

.focus\:text-background\/35:focus{
  color: rgb(245 246 250 / 0.35);
}

.focus\:text-background\/40:focus{
  color: rgb(245 246 250 / 0.4);
}

.focus\:text-background\/45:focus{
  color: rgb(245 246 250 / 0.45);
}

.focus\:text-background\/5:focus{
  color: rgb(245 246 250 / 0.05);
}

.focus\:text-background\/50:focus{
  color: rgb(245 246 250 / 0.5);
}

.focus\:text-background\/55:focus{
  color: rgb(245 246 250 / 0.55);
}

.focus\:text-background\/60:focus{
  color: rgb(245 246 250 / 0.6);
}

.focus\:text-background\/65:focus{
  color: rgb(245 246 250 / 0.65);
}

.focus\:text-background\/70:focus{
  color: rgb(245 246 250 / 0.7);
}

.focus\:text-background\/75:focus{
  color: rgb(245 246 250 / 0.75);
}

.focus\:text-background\/80:focus{
  color: rgb(245 246 250 / 0.8);
}

.focus\:text-background\/85:focus{
  color: rgb(245 246 250 / 0.85);
}

.focus\:text-background\/90:focus{
  color: rgb(245 246 250 / 0.9);
}

.focus\:text-background\/95:focus{
  color: rgb(245 246 250 / 0.95);
}

.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.focus\:text-black\/0:focus{
  color: rgb(41 44 53 / 0);
}

.focus\:text-black\/10:focus{
  color: rgb(41 44 53 / 0.1);
}

.focus\:text-black\/100:focus{
  color: rgb(41 44 53 / 1);
}

.focus\:text-black\/15:focus{
  color: rgb(41 44 53 / 0.15);
}

.focus\:text-black\/20:focus{
  color: rgb(41 44 53 / 0.2);
}

.focus\:text-black\/25:focus{
  color: rgb(41 44 53 / 0.25);
}

.focus\:text-black\/30:focus{
  color: rgb(41 44 53 / 0.3);
}

.focus\:text-black\/35:focus{
  color: rgb(41 44 53 / 0.35);
}

.focus\:text-black\/40:focus{
  color: rgb(41 44 53 / 0.4);
}

.focus\:text-black\/45:focus{
  color: rgb(41 44 53 / 0.45);
}

.focus\:text-black\/5:focus{
  color: rgb(41 44 53 / 0.05);
}

.focus\:text-black\/50:focus{
  color: rgb(41 44 53 / 0.5);
}

.focus\:text-black\/55:focus{
  color: rgb(41 44 53 / 0.55);
}

.focus\:text-black\/60:focus{
  color: rgb(41 44 53 / 0.6);
}

.focus\:text-black\/65:focus{
  color: rgb(41 44 53 / 0.65);
}

.focus\:text-black\/70:focus{
  color: rgb(41 44 53 / 0.7);
}

.focus\:text-black\/75:focus{
  color: rgb(41 44 53 / 0.75);
}

.focus\:text-black\/80:focus{
  color: rgb(41 44 53 / 0.8);
}

.focus\:text-black\/85:focus{
  color: rgb(41 44 53 / 0.85);
}

.focus\:text-black\/90:focus{
  color: rgb(41 44 53 / 0.9);
}

.focus\:text-black\/95:focus{
  color: rgb(41 44 53 / 0.95);
}

.focus\:text-blue-100:focus{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.focus\:text-blue-100\/0:focus{
  color: rgb(219 234 254 / 0);
}

.focus\:text-blue-100\/10:focus{
  color: rgb(219 234 254 / 0.1);
}

.focus\:text-blue-100\/100:focus{
  color: rgb(219 234 254 / 1);
}

.focus\:text-blue-100\/15:focus{
  color: rgb(219 234 254 / 0.15);
}

.focus\:text-blue-100\/20:focus{
  color: rgb(219 234 254 / 0.2);
}

.focus\:text-blue-100\/25:focus{
  color: rgb(219 234 254 / 0.25);
}

.focus\:text-blue-100\/30:focus{
  color: rgb(219 234 254 / 0.3);
}

.focus\:text-blue-100\/35:focus{
  color: rgb(219 234 254 / 0.35);
}

.focus\:text-blue-100\/40:focus{
  color: rgb(219 234 254 / 0.4);
}

.focus\:text-blue-100\/45:focus{
  color: rgb(219 234 254 / 0.45);
}

.focus\:text-blue-100\/5:focus{
  color: rgb(219 234 254 / 0.05);
}

.focus\:text-blue-100\/50:focus{
  color: rgb(219 234 254 / 0.5);
}

.focus\:text-blue-100\/55:focus{
  color: rgb(219 234 254 / 0.55);
}

.focus\:text-blue-100\/60:focus{
  color: rgb(219 234 254 / 0.6);
}

.focus\:text-blue-100\/65:focus{
  color: rgb(219 234 254 / 0.65);
}

.focus\:text-blue-100\/70:focus{
  color: rgb(219 234 254 / 0.7);
}

.focus\:text-blue-100\/75:focus{
  color: rgb(219 234 254 / 0.75);
}

.focus\:text-blue-100\/80:focus{
  color: rgb(219 234 254 / 0.8);
}

.focus\:text-blue-100\/85:focus{
  color: rgb(219 234 254 / 0.85);
}

.focus\:text-blue-100\/90:focus{
  color: rgb(219 234 254 / 0.9);
}

.focus\:text-blue-100\/95:focus{
  color: rgb(219 234 254 / 0.95);
}

.focus\:text-blue-200:focus{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.focus\:text-blue-200\/0:focus{
  color: rgb(191 219 254 / 0);
}

.focus\:text-blue-200\/10:focus{
  color: rgb(191 219 254 / 0.1);
}

.focus\:text-blue-200\/100:focus{
  color: rgb(191 219 254 / 1);
}

.focus\:text-blue-200\/15:focus{
  color: rgb(191 219 254 / 0.15);
}

.focus\:text-blue-200\/20:focus{
  color: rgb(191 219 254 / 0.2);
}

.focus\:text-blue-200\/25:focus{
  color: rgb(191 219 254 / 0.25);
}

.focus\:text-blue-200\/30:focus{
  color: rgb(191 219 254 / 0.3);
}

.focus\:text-blue-200\/35:focus{
  color: rgb(191 219 254 / 0.35);
}

.focus\:text-blue-200\/40:focus{
  color: rgb(191 219 254 / 0.4);
}

.focus\:text-blue-200\/45:focus{
  color: rgb(191 219 254 / 0.45);
}

.focus\:text-blue-200\/5:focus{
  color: rgb(191 219 254 / 0.05);
}

.focus\:text-blue-200\/50:focus{
  color: rgb(191 219 254 / 0.5);
}

.focus\:text-blue-200\/55:focus{
  color: rgb(191 219 254 / 0.55);
}

.focus\:text-blue-200\/60:focus{
  color: rgb(191 219 254 / 0.6);
}

.focus\:text-blue-200\/65:focus{
  color: rgb(191 219 254 / 0.65);
}

.focus\:text-blue-200\/70:focus{
  color: rgb(191 219 254 / 0.7);
}

.focus\:text-blue-200\/75:focus{
  color: rgb(191 219 254 / 0.75);
}

.focus\:text-blue-200\/80:focus{
  color: rgb(191 219 254 / 0.8);
}

.focus\:text-blue-200\/85:focus{
  color: rgb(191 219 254 / 0.85);
}

.focus\:text-blue-200\/90:focus{
  color: rgb(191 219 254 / 0.9);
}

.focus\:text-blue-200\/95:focus{
  color: rgb(191 219 254 / 0.95);
}

.focus\:text-blue-300:focus{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.focus\:text-blue-300\/0:focus{
  color: rgb(147 197 253 / 0);
}

.focus\:text-blue-300\/10:focus{
  color: rgb(147 197 253 / 0.1);
}

.focus\:text-blue-300\/100:focus{
  color: rgb(147 197 253 / 1);
}

.focus\:text-blue-300\/15:focus{
  color: rgb(147 197 253 / 0.15);
}

.focus\:text-blue-300\/20:focus{
  color: rgb(147 197 253 / 0.2);
}

.focus\:text-blue-300\/25:focus{
  color: rgb(147 197 253 / 0.25);
}

.focus\:text-blue-300\/30:focus{
  color: rgb(147 197 253 / 0.3);
}

.focus\:text-blue-300\/35:focus{
  color: rgb(147 197 253 / 0.35);
}

.focus\:text-blue-300\/40:focus{
  color: rgb(147 197 253 / 0.4);
}

.focus\:text-blue-300\/45:focus{
  color: rgb(147 197 253 / 0.45);
}

.focus\:text-blue-300\/5:focus{
  color: rgb(147 197 253 / 0.05);
}

.focus\:text-blue-300\/50:focus{
  color: rgb(147 197 253 / 0.5);
}

.focus\:text-blue-300\/55:focus{
  color: rgb(147 197 253 / 0.55);
}

.focus\:text-blue-300\/60:focus{
  color: rgb(147 197 253 / 0.6);
}

.focus\:text-blue-300\/65:focus{
  color: rgb(147 197 253 / 0.65);
}

.focus\:text-blue-300\/70:focus{
  color: rgb(147 197 253 / 0.7);
}

.focus\:text-blue-300\/75:focus{
  color: rgb(147 197 253 / 0.75);
}

.focus\:text-blue-300\/80:focus{
  color: rgb(147 197 253 / 0.8);
}

.focus\:text-blue-300\/85:focus{
  color: rgb(147 197 253 / 0.85);
}

.focus\:text-blue-300\/90:focus{
  color: rgb(147 197 253 / 0.9);
}

.focus\:text-blue-300\/95:focus{
  color: rgb(147 197 253 / 0.95);
}

.focus\:text-blue-400:focus{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.focus\:text-blue-400\/0:focus{
  color: rgb(96 165 250 / 0);
}

.focus\:text-blue-400\/10:focus{
  color: rgb(96 165 250 / 0.1);
}

.focus\:text-blue-400\/100:focus{
  color: rgb(96 165 250 / 1);
}

.focus\:text-blue-400\/15:focus{
  color: rgb(96 165 250 / 0.15);
}

.focus\:text-blue-400\/20:focus{
  color: rgb(96 165 250 / 0.2);
}

.focus\:text-blue-400\/25:focus{
  color: rgb(96 165 250 / 0.25);
}

.focus\:text-blue-400\/30:focus{
  color: rgb(96 165 250 / 0.3);
}

.focus\:text-blue-400\/35:focus{
  color: rgb(96 165 250 / 0.35);
}

.focus\:text-blue-400\/40:focus{
  color: rgb(96 165 250 / 0.4);
}

.focus\:text-blue-400\/45:focus{
  color: rgb(96 165 250 / 0.45);
}

.focus\:text-blue-400\/5:focus{
  color: rgb(96 165 250 / 0.05);
}

.focus\:text-blue-400\/50:focus{
  color: rgb(96 165 250 / 0.5);
}

.focus\:text-blue-400\/55:focus{
  color: rgb(96 165 250 / 0.55);
}

.focus\:text-blue-400\/60:focus{
  color: rgb(96 165 250 / 0.6);
}

.focus\:text-blue-400\/65:focus{
  color: rgb(96 165 250 / 0.65);
}

.focus\:text-blue-400\/70:focus{
  color: rgb(96 165 250 / 0.7);
}

.focus\:text-blue-400\/75:focus{
  color: rgb(96 165 250 / 0.75);
}

.focus\:text-blue-400\/80:focus{
  color: rgb(96 165 250 / 0.8);
}

.focus\:text-blue-400\/85:focus{
  color: rgb(96 165 250 / 0.85);
}

.focus\:text-blue-400\/90:focus{
  color: rgb(96 165 250 / 0.9);
}

.focus\:text-blue-400\/95:focus{
  color: rgb(96 165 250 / 0.95);
}

.focus\:text-blue-50:focus{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.focus\:text-blue-50\/0:focus{
  color: rgb(239 246 255 / 0);
}

.focus\:text-blue-50\/10:focus{
  color: rgb(239 246 255 / 0.1);
}

.focus\:text-blue-50\/100:focus{
  color: rgb(239 246 255 / 1);
}

.focus\:text-blue-50\/15:focus{
  color: rgb(239 246 255 / 0.15);
}

.focus\:text-blue-50\/20:focus{
  color: rgb(239 246 255 / 0.2);
}

.focus\:text-blue-50\/25:focus{
  color: rgb(239 246 255 / 0.25);
}

.focus\:text-blue-50\/30:focus{
  color: rgb(239 246 255 / 0.3);
}

.focus\:text-blue-50\/35:focus{
  color: rgb(239 246 255 / 0.35);
}

.focus\:text-blue-50\/40:focus{
  color: rgb(239 246 255 / 0.4);
}

.focus\:text-blue-50\/45:focus{
  color: rgb(239 246 255 / 0.45);
}

.focus\:text-blue-50\/5:focus{
  color: rgb(239 246 255 / 0.05);
}

.focus\:text-blue-50\/50:focus{
  color: rgb(239 246 255 / 0.5);
}

.focus\:text-blue-50\/55:focus{
  color: rgb(239 246 255 / 0.55);
}

.focus\:text-blue-50\/60:focus{
  color: rgb(239 246 255 / 0.6);
}

.focus\:text-blue-50\/65:focus{
  color: rgb(239 246 255 / 0.65);
}

.focus\:text-blue-50\/70:focus{
  color: rgb(239 246 255 / 0.7);
}

.focus\:text-blue-50\/75:focus{
  color: rgb(239 246 255 / 0.75);
}

.focus\:text-blue-50\/80:focus{
  color: rgb(239 246 255 / 0.8);
}

.focus\:text-blue-50\/85:focus{
  color: rgb(239 246 255 / 0.85);
}

.focus\:text-blue-50\/90:focus{
  color: rgb(239 246 255 / 0.9);
}

.focus\:text-blue-50\/95:focus{
  color: rgb(239 246 255 / 0.95);
}

.focus\:text-blue-500:focus{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.focus\:text-blue-500\/0:focus{
  color: rgb(59 130 246 / 0);
}

.focus\:text-blue-500\/10:focus{
  color: rgb(59 130 246 / 0.1);
}

.focus\:text-blue-500\/100:focus{
  color: rgb(59 130 246 / 1);
}

.focus\:text-blue-500\/15:focus{
  color: rgb(59 130 246 / 0.15);
}

.focus\:text-blue-500\/20:focus{
  color: rgb(59 130 246 / 0.2);
}

.focus\:text-blue-500\/25:focus{
  color: rgb(59 130 246 / 0.25);
}

.focus\:text-blue-500\/30:focus{
  color: rgb(59 130 246 / 0.3);
}

.focus\:text-blue-500\/35:focus{
  color: rgb(59 130 246 / 0.35);
}

.focus\:text-blue-500\/40:focus{
  color: rgb(59 130 246 / 0.4);
}

.focus\:text-blue-500\/45:focus{
  color: rgb(59 130 246 / 0.45);
}

.focus\:text-blue-500\/5:focus{
  color: rgb(59 130 246 / 0.05);
}

.focus\:text-blue-500\/50:focus{
  color: rgb(59 130 246 / 0.5);
}

.focus\:text-blue-500\/55:focus{
  color: rgb(59 130 246 / 0.55);
}

.focus\:text-blue-500\/60:focus{
  color: rgb(59 130 246 / 0.6);
}

.focus\:text-blue-500\/65:focus{
  color: rgb(59 130 246 / 0.65);
}

.focus\:text-blue-500\/70:focus{
  color: rgb(59 130 246 / 0.7);
}

.focus\:text-blue-500\/75:focus{
  color: rgb(59 130 246 / 0.75);
}

.focus\:text-blue-500\/80:focus{
  color: rgb(59 130 246 / 0.8);
}

.focus\:text-blue-500\/85:focus{
  color: rgb(59 130 246 / 0.85);
}

.focus\:text-blue-500\/90:focus{
  color: rgb(59 130 246 / 0.9);
}

.focus\:text-blue-500\/95:focus{
  color: rgb(59 130 246 / 0.95);
}

.focus\:text-blue-600:focus{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.focus\:text-blue-600\/0:focus{
  color: rgb(37 99 235 / 0);
}

.focus\:text-blue-600\/10:focus{
  color: rgb(37 99 235 / 0.1);
}

.focus\:text-blue-600\/100:focus{
  color: rgb(37 99 235 / 1);
}

.focus\:text-blue-600\/15:focus{
  color: rgb(37 99 235 / 0.15);
}

.focus\:text-blue-600\/20:focus{
  color: rgb(37 99 235 / 0.2);
}

.focus\:text-blue-600\/25:focus{
  color: rgb(37 99 235 / 0.25);
}

.focus\:text-blue-600\/30:focus{
  color: rgb(37 99 235 / 0.3);
}

.focus\:text-blue-600\/35:focus{
  color: rgb(37 99 235 / 0.35);
}

.focus\:text-blue-600\/40:focus{
  color: rgb(37 99 235 / 0.4);
}

.focus\:text-blue-600\/45:focus{
  color: rgb(37 99 235 / 0.45);
}

.focus\:text-blue-600\/5:focus{
  color: rgb(37 99 235 / 0.05);
}

.focus\:text-blue-600\/50:focus{
  color: rgb(37 99 235 / 0.5);
}

.focus\:text-blue-600\/55:focus{
  color: rgb(37 99 235 / 0.55);
}

.focus\:text-blue-600\/60:focus{
  color: rgb(37 99 235 / 0.6);
}

.focus\:text-blue-600\/65:focus{
  color: rgb(37 99 235 / 0.65);
}

.focus\:text-blue-600\/70:focus{
  color: rgb(37 99 235 / 0.7);
}

.focus\:text-blue-600\/75:focus{
  color: rgb(37 99 235 / 0.75);
}

.focus\:text-blue-600\/80:focus{
  color: rgb(37 99 235 / 0.8);
}

.focus\:text-blue-600\/85:focus{
  color: rgb(37 99 235 / 0.85);
}

.focus\:text-blue-600\/90:focus{
  color: rgb(37 99 235 / 0.9);
}

.focus\:text-blue-600\/95:focus{
  color: rgb(37 99 235 / 0.95);
}

.focus\:text-blue-700:focus{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.focus\:text-blue-700\/0:focus{
  color: rgb(29 78 216 / 0);
}

.focus\:text-blue-700\/10:focus{
  color: rgb(29 78 216 / 0.1);
}

.focus\:text-blue-700\/100:focus{
  color: rgb(29 78 216 / 1);
}

.focus\:text-blue-700\/15:focus{
  color: rgb(29 78 216 / 0.15);
}

.focus\:text-blue-700\/20:focus{
  color: rgb(29 78 216 / 0.2);
}

.focus\:text-blue-700\/25:focus{
  color: rgb(29 78 216 / 0.25);
}

.focus\:text-blue-700\/30:focus{
  color: rgb(29 78 216 / 0.3);
}

.focus\:text-blue-700\/35:focus{
  color: rgb(29 78 216 / 0.35);
}

.focus\:text-blue-700\/40:focus{
  color: rgb(29 78 216 / 0.4);
}

.focus\:text-blue-700\/45:focus{
  color: rgb(29 78 216 / 0.45);
}

.focus\:text-blue-700\/5:focus{
  color: rgb(29 78 216 / 0.05);
}

.focus\:text-blue-700\/50:focus{
  color: rgb(29 78 216 / 0.5);
}

.focus\:text-blue-700\/55:focus{
  color: rgb(29 78 216 / 0.55);
}

.focus\:text-blue-700\/60:focus{
  color: rgb(29 78 216 / 0.6);
}

.focus\:text-blue-700\/65:focus{
  color: rgb(29 78 216 / 0.65);
}

.focus\:text-blue-700\/70:focus{
  color: rgb(29 78 216 / 0.7);
}

.focus\:text-blue-700\/75:focus{
  color: rgb(29 78 216 / 0.75);
}

.focus\:text-blue-700\/80:focus{
  color: rgb(29 78 216 / 0.8);
}

.focus\:text-blue-700\/85:focus{
  color: rgb(29 78 216 / 0.85);
}

.focus\:text-blue-700\/90:focus{
  color: rgb(29 78 216 / 0.9);
}

.focus\:text-blue-700\/95:focus{
  color: rgb(29 78 216 / 0.95);
}

.focus\:text-blue-800:focus{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.focus\:text-blue-800\/0:focus{
  color: rgb(30 64 175 / 0);
}

.focus\:text-blue-800\/10:focus{
  color: rgb(30 64 175 / 0.1);
}

.focus\:text-blue-800\/100:focus{
  color: rgb(30 64 175 / 1);
}

.focus\:text-blue-800\/15:focus{
  color: rgb(30 64 175 / 0.15);
}

.focus\:text-blue-800\/20:focus{
  color: rgb(30 64 175 / 0.2);
}

.focus\:text-blue-800\/25:focus{
  color: rgb(30 64 175 / 0.25);
}

.focus\:text-blue-800\/30:focus{
  color: rgb(30 64 175 / 0.3);
}

.focus\:text-blue-800\/35:focus{
  color: rgb(30 64 175 / 0.35);
}

.focus\:text-blue-800\/40:focus{
  color: rgb(30 64 175 / 0.4);
}

.focus\:text-blue-800\/45:focus{
  color: rgb(30 64 175 / 0.45);
}

.focus\:text-blue-800\/5:focus{
  color: rgb(30 64 175 / 0.05);
}

.focus\:text-blue-800\/50:focus{
  color: rgb(30 64 175 / 0.5);
}

.focus\:text-blue-800\/55:focus{
  color: rgb(30 64 175 / 0.55);
}

.focus\:text-blue-800\/60:focus{
  color: rgb(30 64 175 / 0.6);
}

.focus\:text-blue-800\/65:focus{
  color: rgb(30 64 175 / 0.65);
}

.focus\:text-blue-800\/70:focus{
  color: rgb(30 64 175 / 0.7);
}

.focus\:text-blue-800\/75:focus{
  color: rgb(30 64 175 / 0.75);
}

.focus\:text-blue-800\/80:focus{
  color: rgb(30 64 175 / 0.8);
}

.focus\:text-blue-800\/85:focus{
  color: rgb(30 64 175 / 0.85);
}

.focus\:text-blue-800\/90:focus{
  color: rgb(30 64 175 / 0.9);
}

.focus\:text-blue-800\/95:focus{
  color: rgb(30 64 175 / 0.95);
}

.focus\:text-blue-900:focus{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.focus\:text-blue-900\/0:focus{
  color: rgb(30 58 138 / 0);
}

.focus\:text-blue-900\/10:focus{
  color: rgb(30 58 138 / 0.1);
}

.focus\:text-blue-900\/100:focus{
  color: rgb(30 58 138 / 1);
}

.focus\:text-blue-900\/15:focus{
  color: rgb(30 58 138 / 0.15);
}

.focus\:text-blue-900\/20:focus{
  color: rgb(30 58 138 / 0.2);
}

.focus\:text-blue-900\/25:focus{
  color: rgb(30 58 138 / 0.25);
}

.focus\:text-blue-900\/30:focus{
  color: rgb(30 58 138 / 0.3);
}

.focus\:text-blue-900\/35:focus{
  color: rgb(30 58 138 / 0.35);
}

.focus\:text-blue-900\/40:focus{
  color: rgb(30 58 138 / 0.4);
}

.focus\:text-blue-900\/45:focus{
  color: rgb(30 58 138 / 0.45);
}

.focus\:text-blue-900\/5:focus{
  color: rgb(30 58 138 / 0.05);
}

.focus\:text-blue-900\/50:focus{
  color: rgb(30 58 138 / 0.5);
}

.focus\:text-blue-900\/55:focus{
  color: rgb(30 58 138 / 0.55);
}

.focus\:text-blue-900\/60:focus{
  color: rgb(30 58 138 / 0.6);
}

.focus\:text-blue-900\/65:focus{
  color: rgb(30 58 138 / 0.65);
}

.focus\:text-blue-900\/70:focus{
  color: rgb(30 58 138 / 0.7);
}

.focus\:text-blue-900\/75:focus{
  color: rgb(30 58 138 / 0.75);
}

.focus\:text-blue-900\/80:focus{
  color: rgb(30 58 138 / 0.8);
}

.focus\:text-blue-900\/85:focus{
  color: rgb(30 58 138 / 0.85);
}

.focus\:text-blue-900\/90:focus{
  color: rgb(30 58 138 / 0.9);
}

.focus\:text-blue-900\/95:focus{
  color: rgb(30 58 138 / 0.95);
}

.focus\:text-blue-950:focus{
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}

.focus\:text-blue-950\/0:focus{
  color: rgb(23 37 84 / 0);
}

.focus\:text-blue-950\/10:focus{
  color: rgb(23 37 84 / 0.1);
}

.focus\:text-blue-950\/100:focus{
  color: rgb(23 37 84 / 1);
}

.focus\:text-blue-950\/15:focus{
  color: rgb(23 37 84 / 0.15);
}

.focus\:text-blue-950\/20:focus{
  color: rgb(23 37 84 / 0.2);
}

.focus\:text-blue-950\/25:focus{
  color: rgb(23 37 84 / 0.25);
}

.focus\:text-blue-950\/30:focus{
  color: rgb(23 37 84 / 0.3);
}

.focus\:text-blue-950\/35:focus{
  color: rgb(23 37 84 / 0.35);
}

.focus\:text-blue-950\/40:focus{
  color: rgb(23 37 84 / 0.4);
}

.focus\:text-blue-950\/45:focus{
  color: rgb(23 37 84 / 0.45);
}

.focus\:text-blue-950\/5:focus{
  color: rgb(23 37 84 / 0.05);
}

.focus\:text-blue-950\/50:focus{
  color: rgb(23 37 84 / 0.5);
}

.focus\:text-blue-950\/55:focus{
  color: rgb(23 37 84 / 0.55);
}

.focus\:text-blue-950\/60:focus{
  color: rgb(23 37 84 / 0.6);
}

.focus\:text-blue-950\/65:focus{
  color: rgb(23 37 84 / 0.65);
}

.focus\:text-blue-950\/70:focus{
  color: rgb(23 37 84 / 0.7);
}

.focus\:text-blue-950\/75:focus{
  color: rgb(23 37 84 / 0.75);
}

.focus\:text-blue-950\/80:focus{
  color: rgb(23 37 84 / 0.8);
}

.focus\:text-blue-950\/85:focus{
  color: rgb(23 37 84 / 0.85);
}

.focus\:text-blue-950\/90:focus{
  color: rgb(23 37 84 / 0.9);
}

.focus\:text-blue-950\/95:focus{
  color: rgb(23 37 84 / 0.95);
}

.focus\:text-csv:focus{
  --tw-text-opacity: 1;
  color: rgb(0 138 43 / var(--tw-text-opacity));
}

.focus\:text-csv-hover:focus{
  --tw-text-opacity: 1;
  color: rgb(0 114 37 / var(--tw-text-opacity));
}

.focus\:text-csv-hover\/0:focus{
  color: rgb(0 114 37 / 0);
}

.focus\:text-csv-hover\/10:focus{
  color: rgb(0 114 37 / 0.1);
}

.focus\:text-csv-hover\/100:focus{
  color: rgb(0 114 37 / 1);
}

.focus\:text-csv-hover\/15:focus{
  color: rgb(0 114 37 / 0.15);
}

.focus\:text-csv-hover\/20:focus{
  color: rgb(0 114 37 / 0.2);
}

.focus\:text-csv-hover\/25:focus{
  color: rgb(0 114 37 / 0.25);
}

.focus\:text-csv-hover\/30:focus{
  color: rgb(0 114 37 / 0.3);
}

.focus\:text-csv-hover\/35:focus{
  color: rgb(0 114 37 / 0.35);
}

.focus\:text-csv-hover\/40:focus{
  color: rgb(0 114 37 / 0.4);
}

.focus\:text-csv-hover\/45:focus{
  color: rgb(0 114 37 / 0.45);
}

.focus\:text-csv-hover\/5:focus{
  color: rgb(0 114 37 / 0.05);
}

.focus\:text-csv-hover\/50:focus{
  color: rgb(0 114 37 / 0.5);
}

.focus\:text-csv-hover\/55:focus{
  color: rgb(0 114 37 / 0.55);
}

.focus\:text-csv-hover\/60:focus{
  color: rgb(0 114 37 / 0.6);
}

.focus\:text-csv-hover\/65:focus{
  color: rgb(0 114 37 / 0.65);
}

.focus\:text-csv-hover\/70:focus{
  color: rgb(0 114 37 / 0.7);
}

.focus\:text-csv-hover\/75:focus{
  color: rgb(0 114 37 / 0.75);
}

.focus\:text-csv-hover\/80:focus{
  color: rgb(0 114 37 / 0.8);
}

.focus\:text-csv-hover\/85:focus{
  color: rgb(0 114 37 / 0.85);
}

.focus\:text-csv-hover\/90:focus{
  color: rgb(0 114 37 / 0.9);
}

.focus\:text-csv-hover\/95:focus{
  color: rgb(0 114 37 / 0.95);
}

.focus\:text-csv\/0:focus{
  color: rgb(0 138 43 / 0);
}

.focus\:text-csv\/10:focus{
  color: rgb(0 138 43 / 0.1);
}

.focus\:text-csv\/100:focus{
  color: rgb(0 138 43 / 1);
}

.focus\:text-csv\/15:focus{
  color: rgb(0 138 43 / 0.15);
}

.focus\:text-csv\/20:focus{
  color: rgb(0 138 43 / 0.2);
}

.focus\:text-csv\/25:focus{
  color: rgb(0 138 43 / 0.25);
}

.focus\:text-csv\/30:focus{
  color: rgb(0 138 43 / 0.3);
}

.focus\:text-csv\/35:focus{
  color: rgb(0 138 43 / 0.35);
}

.focus\:text-csv\/40:focus{
  color: rgb(0 138 43 / 0.4);
}

.focus\:text-csv\/45:focus{
  color: rgb(0 138 43 / 0.45);
}

.focus\:text-csv\/5:focus{
  color: rgb(0 138 43 / 0.05);
}

.focus\:text-csv\/50:focus{
  color: rgb(0 138 43 / 0.5);
}

.focus\:text-csv\/55:focus{
  color: rgb(0 138 43 / 0.55);
}

.focus\:text-csv\/60:focus{
  color: rgb(0 138 43 / 0.6);
}

.focus\:text-csv\/65:focus{
  color: rgb(0 138 43 / 0.65);
}

.focus\:text-csv\/70:focus{
  color: rgb(0 138 43 / 0.7);
}

.focus\:text-csv\/75:focus{
  color: rgb(0 138 43 / 0.75);
}

.focus\:text-csv\/80:focus{
  color: rgb(0 138 43 / 0.8);
}

.focus\:text-csv\/85:focus{
  color: rgb(0 138 43 / 0.85);
}

.focus\:text-csv\/90:focus{
  color: rgb(0 138 43 / 0.9);
}

.focus\:text-csv\/95:focus{
  color: rgb(0 138 43 / 0.95);
}

.focus\:text-current:focus{
  color: currentColor;
}

.focus\:text-cyan-100:focus{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}

.focus\:text-cyan-100\/0:focus{
  color: rgb(207 250 254 / 0);
}

.focus\:text-cyan-100\/10:focus{
  color: rgb(207 250 254 / 0.1);
}

.focus\:text-cyan-100\/100:focus{
  color: rgb(207 250 254 / 1);
}

.focus\:text-cyan-100\/15:focus{
  color: rgb(207 250 254 / 0.15);
}

.focus\:text-cyan-100\/20:focus{
  color: rgb(207 250 254 / 0.2);
}

.focus\:text-cyan-100\/25:focus{
  color: rgb(207 250 254 / 0.25);
}

.focus\:text-cyan-100\/30:focus{
  color: rgb(207 250 254 / 0.3);
}

.focus\:text-cyan-100\/35:focus{
  color: rgb(207 250 254 / 0.35);
}

.focus\:text-cyan-100\/40:focus{
  color: rgb(207 250 254 / 0.4);
}

.focus\:text-cyan-100\/45:focus{
  color: rgb(207 250 254 / 0.45);
}

.focus\:text-cyan-100\/5:focus{
  color: rgb(207 250 254 / 0.05);
}

.focus\:text-cyan-100\/50:focus{
  color: rgb(207 250 254 / 0.5);
}

.focus\:text-cyan-100\/55:focus{
  color: rgb(207 250 254 / 0.55);
}

.focus\:text-cyan-100\/60:focus{
  color: rgb(207 250 254 / 0.6);
}

.focus\:text-cyan-100\/65:focus{
  color: rgb(207 250 254 / 0.65);
}

.focus\:text-cyan-100\/70:focus{
  color: rgb(207 250 254 / 0.7);
}

.focus\:text-cyan-100\/75:focus{
  color: rgb(207 250 254 / 0.75);
}

.focus\:text-cyan-100\/80:focus{
  color: rgb(207 250 254 / 0.8);
}

.focus\:text-cyan-100\/85:focus{
  color: rgb(207 250 254 / 0.85);
}

.focus\:text-cyan-100\/90:focus{
  color: rgb(207 250 254 / 0.9);
}

.focus\:text-cyan-100\/95:focus{
  color: rgb(207 250 254 / 0.95);
}

.focus\:text-cyan-200:focus{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}

.focus\:text-cyan-200\/0:focus{
  color: rgb(165 243 252 / 0);
}

.focus\:text-cyan-200\/10:focus{
  color: rgb(165 243 252 / 0.1);
}

.focus\:text-cyan-200\/100:focus{
  color: rgb(165 243 252 / 1);
}

.focus\:text-cyan-200\/15:focus{
  color: rgb(165 243 252 / 0.15);
}

.focus\:text-cyan-200\/20:focus{
  color: rgb(165 243 252 / 0.2);
}

.focus\:text-cyan-200\/25:focus{
  color: rgb(165 243 252 / 0.25);
}

.focus\:text-cyan-200\/30:focus{
  color: rgb(165 243 252 / 0.3);
}

.focus\:text-cyan-200\/35:focus{
  color: rgb(165 243 252 / 0.35);
}

.focus\:text-cyan-200\/40:focus{
  color: rgb(165 243 252 / 0.4);
}

.focus\:text-cyan-200\/45:focus{
  color: rgb(165 243 252 / 0.45);
}

.focus\:text-cyan-200\/5:focus{
  color: rgb(165 243 252 / 0.05);
}

.focus\:text-cyan-200\/50:focus{
  color: rgb(165 243 252 / 0.5);
}

.focus\:text-cyan-200\/55:focus{
  color: rgb(165 243 252 / 0.55);
}

.focus\:text-cyan-200\/60:focus{
  color: rgb(165 243 252 / 0.6);
}

.focus\:text-cyan-200\/65:focus{
  color: rgb(165 243 252 / 0.65);
}

.focus\:text-cyan-200\/70:focus{
  color: rgb(165 243 252 / 0.7);
}

.focus\:text-cyan-200\/75:focus{
  color: rgb(165 243 252 / 0.75);
}

.focus\:text-cyan-200\/80:focus{
  color: rgb(165 243 252 / 0.8);
}

.focus\:text-cyan-200\/85:focus{
  color: rgb(165 243 252 / 0.85);
}

.focus\:text-cyan-200\/90:focus{
  color: rgb(165 243 252 / 0.9);
}

.focus\:text-cyan-200\/95:focus{
  color: rgb(165 243 252 / 0.95);
}

.focus\:text-cyan-300:focus{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.focus\:text-cyan-300\/0:focus{
  color: rgb(103 232 249 / 0);
}

.focus\:text-cyan-300\/10:focus{
  color: rgb(103 232 249 / 0.1);
}

.focus\:text-cyan-300\/100:focus{
  color: rgb(103 232 249 / 1);
}

.focus\:text-cyan-300\/15:focus{
  color: rgb(103 232 249 / 0.15);
}

.focus\:text-cyan-300\/20:focus{
  color: rgb(103 232 249 / 0.2);
}

.focus\:text-cyan-300\/25:focus{
  color: rgb(103 232 249 / 0.25);
}

.focus\:text-cyan-300\/30:focus{
  color: rgb(103 232 249 / 0.3);
}

.focus\:text-cyan-300\/35:focus{
  color: rgb(103 232 249 / 0.35);
}

.focus\:text-cyan-300\/40:focus{
  color: rgb(103 232 249 / 0.4);
}

.focus\:text-cyan-300\/45:focus{
  color: rgb(103 232 249 / 0.45);
}

.focus\:text-cyan-300\/5:focus{
  color: rgb(103 232 249 / 0.05);
}

.focus\:text-cyan-300\/50:focus{
  color: rgb(103 232 249 / 0.5);
}

.focus\:text-cyan-300\/55:focus{
  color: rgb(103 232 249 / 0.55);
}

.focus\:text-cyan-300\/60:focus{
  color: rgb(103 232 249 / 0.6);
}

.focus\:text-cyan-300\/65:focus{
  color: rgb(103 232 249 / 0.65);
}

.focus\:text-cyan-300\/70:focus{
  color: rgb(103 232 249 / 0.7);
}

.focus\:text-cyan-300\/75:focus{
  color: rgb(103 232 249 / 0.75);
}

.focus\:text-cyan-300\/80:focus{
  color: rgb(103 232 249 / 0.8);
}

.focus\:text-cyan-300\/85:focus{
  color: rgb(103 232 249 / 0.85);
}

.focus\:text-cyan-300\/90:focus{
  color: rgb(103 232 249 / 0.9);
}

.focus\:text-cyan-300\/95:focus{
  color: rgb(103 232 249 / 0.95);
}

.focus\:text-cyan-400:focus{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.focus\:text-cyan-400\/0:focus{
  color: rgb(34 211 238 / 0);
}

.focus\:text-cyan-400\/10:focus{
  color: rgb(34 211 238 / 0.1);
}

.focus\:text-cyan-400\/100:focus{
  color: rgb(34 211 238 / 1);
}

.focus\:text-cyan-400\/15:focus{
  color: rgb(34 211 238 / 0.15);
}

.focus\:text-cyan-400\/20:focus{
  color: rgb(34 211 238 / 0.2);
}

.focus\:text-cyan-400\/25:focus{
  color: rgb(34 211 238 / 0.25);
}

.focus\:text-cyan-400\/30:focus{
  color: rgb(34 211 238 / 0.3);
}

.focus\:text-cyan-400\/35:focus{
  color: rgb(34 211 238 / 0.35);
}

.focus\:text-cyan-400\/40:focus{
  color: rgb(34 211 238 / 0.4);
}

.focus\:text-cyan-400\/45:focus{
  color: rgb(34 211 238 / 0.45);
}

.focus\:text-cyan-400\/5:focus{
  color: rgb(34 211 238 / 0.05);
}

.focus\:text-cyan-400\/50:focus{
  color: rgb(34 211 238 / 0.5);
}

.focus\:text-cyan-400\/55:focus{
  color: rgb(34 211 238 / 0.55);
}

.focus\:text-cyan-400\/60:focus{
  color: rgb(34 211 238 / 0.6);
}

.focus\:text-cyan-400\/65:focus{
  color: rgb(34 211 238 / 0.65);
}

.focus\:text-cyan-400\/70:focus{
  color: rgb(34 211 238 / 0.7);
}

.focus\:text-cyan-400\/75:focus{
  color: rgb(34 211 238 / 0.75);
}

.focus\:text-cyan-400\/80:focus{
  color: rgb(34 211 238 / 0.8);
}

.focus\:text-cyan-400\/85:focus{
  color: rgb(34 211 238 / 0.85);
}

.focus\:text-cyan-400\/90:focus{
  color: rgb(34 211 238 / 0.9);
}

.focus\:text-cyan-400\/95:focus{
  color: rgb(34 211 238 / 0.95);
}

.focus\:text-cyan-50:focus{
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}

.focus\:text-cyan-50\/0:focus{
  color: rgb(236 254 255 / 0);
}

.focus\:text-cyan-50\/10:focus{
  color: rgb(236 254 255 / 0.1);
}

.focus\:text-cyan-50\/100:focus{
  color: rgb(236 254 255 / 1);
}

.focus\:text-cyan-50\/15:focus{
  color: rgb(236 254 255 / 0.15);
}

.focus\:text-cyan-50\/20:focus{
  color: rgb(236 254 255 / 0.2);
}

.focus\:text-cyan-50\/25:focus{
  color: rgb(236 254 255 / 0.25);
}

.focus\:text-cyan-50\/30:focus{
  color: rgb(236 254 255 / 0.3);
}

.focus\:text-cyan-50\/35:focus{
  color: rgb(236 254 255 / 0.35);
}

.focus\:text-cyan-50\/40:focus{
  color: rgb(236 254 255 / 0.4);
}

.focus\:text-cyan-50\/45:focus{
  color: rgb(236 254 255 / 0.45);
}

.focus\:text-cyan-50\/5:focus{
  color: rgb(236 254 255 / 0.05);
}

.focus\:text-cyan-50\/50:focus{
  color: rgb(236 254 255 / 0.5);
}

.focus\:text-cyan-50\/55:focus{
  color: rgb(236 254 255 / 0.55);
}

.focus\:text-cyan-50\/60:focus{
  color: rgb(236 254 255 / 0.6);
}

.focus\:text-cyan-50\/65:focus{
  color: rgb(236 254 255 / 0.65);
}

.focus\:text-cyan-50\/70:focus{
  color: rgb(236 254 255 / 0.7);
}

.focus\:text-cyan-50\/75:focus{
  color: rgb(236 254 255 / 0.75);
}

.focus\:text-cyan-50\/80:focus{
  color: rgb(236 254 255 / 0.8);
}

.focus\:text-cyan-50\/85:focus{
  color: rgb(236 254 255 / 0.85);
}

.focus\:text-cyan-50\/90:focus{
  color: rgb(236 254 255 / 0.9);
}

.focus\:text-cyan-50\/95:focus{
  color: rgb(236 254 255 / 0.95);
}

.focus\:text-cyan-500:focus{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.focus\:text-cyan-500\/0:focus{
  color: rgb(6 182 212 / 0);
}

.focus\:text-cyan-500\/10:focus{
  color: rgb(6 182 212 / 0.1);
}

.focus\:text-cyan-500\/100:focus{
  color: rgb(6 182 212 / 1);
}

.focus\:text-cyan-500\/15:focus{
  color: rgb(6 182 212 / 0.15);
}

.focus\:text-cyan-500\/20:focus{
  color: rgb(6 182 212 / 0.2);
}

.focus\:text-cyan-500\/25:focus{
  color: rgb(6 182 212 / 0.25);
}

.focus\:text-cyan-500\/30:focus{
  color: rgb(6 182 212 / 0.3);
}

.focus\:text-cyan-500\/35:focus{
  color: rgb(6 182 212 / 0.35);
}

.focus\:text-cyan-500\/40:focus{
  color: rgb(6 182 212 / 0.4);
}

.focus\:text-cyan-500\/45:focus{
  color: rgb(6 182 212 / 0.45);
}

.focus\:text-cyan-500\/5:focus{
  color: rgb(6 182 212 / 0.05);
}

.focus\:text-cyan-500\/50:focus{
  color: rgb(6 182 212 / 0.5);
}

.focus\:text-cyan-500\/55:focus{
  color: rgb(6 182 212 / 0.55);
}

.focus\:text-cyan-500\/60:focus{
  color: rgb(6 182 212 / 0.6);
}

.focus\:text-cyan-500\/65:focus{
  color: rgb(6 182 212 / 0.65);
}

.focus\:text-cyan-500\/70:focus{
  color: rgb(6 182 212 / 0.7);
}

.focus\:text-cyan-500\/75:focus{
  color: rgb(6 182 212 / 0.75);
}

.focus\:text-cyan-500\/80:focus{
  color: rgb(6 182 212 / 0.8);
}

.focus\:text-cyan-500\/85:focus{
  color: rgb(6 182 212 / 0.85);
}

.focus\:text-cyan-500\/90:focus{
  color: rgb(6 182 212 / 0.9);
}

.focus\:text-cyan-500\/95:focus{
  color: rgb(6 182 212 / 0.95);
}

.focus\:text-cyan-600:focus{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.focus\:text-cyan-600\/0:focus{
  color: rgb(8 145 178 / 0);
}

.focus\:text-cyan-600\/10:focus{
  color: rgb(8 145 178 / 0.1);
}

.focus\:text-cyan-600\/100:focus{
  color: rgb(8 145 178 / 1);
}

.focus\:text-cyan-600\/15:focus{
  color: rgb(8 145 178 / 0.15);
}

.focus\:text-cyan-600\/20:focus{
  color: rgb(8 145 178 / 0.2);
}

.focus\:text-cyan-600\/25:focus{
  color: rgb(8 145 178 / 0.25);
}

.focus\:text-cyan-600\/30:focus{
  color: rgb(8 145 178 / 0.3);
}

.focus\:text-cyan-600\/35:focus{
  color: rgb(8 145 178 / 0.35);
}

.focus\:text-cyan-600\/40:focus{
  color: rgb(8 145 178 / 0.4);
}

.focus\:text-cyan-600\/45:focus{
  color: rgb(8 145 178 / 0.45);
}

.focus\:text-cyan-600\/5:focus{
  color: rgb(8 145 178 / 0.05);
}

.focus\:text-cyan-600\/50:focus{
  color: rgb(8 145 178 / 0.5);
}

.focus\:text-cyan-600\/55:focus{
  color: rgb(8 145 178 / 0.55);
}

.focus\:text-cyan-600\/60:focus{
  color: rgb(8 145 178 / 0.6);
}

.focus\:text-cyan-600\/65:focus{
  color: rgb(8 145 178 / 0.65);
}

.focus\:text-cyan-600\/70:focus{
  color: rgb(8 145 178 / 0.7);
}

.focus\:text-cyan-600\/75:focus{
  color: rgb(8 145 178 / 0.75);
}

.focus\:text-cyan-600\/80:focus{
  color: rgb(8 145 178 / 0.8);
}

.focus\:text-cyan-600\/85:focus{
  color: rgb(8 145 178 / 0.85);
}

.focus\:text-cyan-600\/90:focus{
  color: rgb(8 145 178 / 0.9);
}

.focus\:text-cyan-600\/95:focus{
  color: rgb(8 145 178 / 0.95);
}

.focus\:text-cyan-700:focus{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.focus\:text-cyan-700\/0:focus{
  color: rgb(14 116 144 / 0);
}

.focus\:text-cyan-700\/10:focus{
  color: rgb(14 116 144 / 0.1);
}

.focus\:text-cyan-700\/100:focus{
  color: rgb(14 116 144 / 1);
}

.focus\:text-cyan-700\/15:focus{
  color: rgb(14 116 144 / 0.15);
}

.focus\:text-cyan-700\/20:focus{
  color: rgb(14 116 144 / 0.2);
}

.focus\:text-cyan-700\/25:focus{
  color: rgb(14 116 144 / 0.25);
}

.focus\:text-cyan-700\/30:focus{
  color: rgb(14 116 144 / 0.3);
}

.focus\:text-cyan-700\/35:focus{
  color: rgb(14 116 144 / 0.35);
}

.focus\:text-cyan-700\/40:focus{
  color: rgb(14 116 144 / 0.4);
}

.focus\:text-cyan-700\/45:focus{
  color: rgb(14 116 144 / 0.45);
}

.focus\:text-cyan-700\/5:focus{
  color: rgb(14 116 144 / 0.05);
}

.focus\:text-cyan-700\/50:focus{
  color: rgb(14 116 144 / 0.5);
}

.focus\:text-cyan-700\/55:focus{
  color: rgb(14 116 144 / 0.55);
}

.focus\:text-cyan-700\/60:focus{
  color: rgb(14 116 144 / 0.6);
}

.focus\:text-cyan-700\/65:focus{
  color: rgb(14 116 144 / 0.65);
}

.focus\:text-cyan-700\/70:focus{
  color: rgb(14 116 144 / 0.7);
}

.focus\:text-cyan-700\/75:focus{
  color: rgb(14 116 144 / 0.75);
}

.focus\:text-cyan-700\/80:focus{
  color: rgb(14 116 144 / 0.8);
}

.focus\:text-cyan-700\/85:focus{
  color: rgb(14 116 144 / 0.85);
}

.focus\:text-cyan-700\/90:focus{
  color: rgb(14 116 144 / 0.9);
}

.focus\:text-cyan-700\/95:focus{
  color: rgb(14 116 144 / 0.95);
}

.focus\:text-cyan-800:focus{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.focus\:text-cyan-800\/0:focus{
  color: rgb(21 94 117 / 0);
}

.focus\:text-cyan-800\/10:focus{
  color: rgb(21 94 117 / 0.1);
}

.focus\:text-cyan-800\/100:focus{
  color: rgb(21 94 117 / 1);
}

.focus\:text-cyan-800\/15:focus{
  color: rgb(21 94 117 / 0.15);
}

.focus\:text-cyan-800\/20:focus{
  color: rgb(21 94 117 / 0.2);
}

.focus\:text-cyan-800\/25:focus{
  color: rgb(21 94 117 / 0.25);
}

.focus\:text-cyan-800\/30:focus{
  color: rgb(21 94 117 / 0.3);
}

.focus\:text-cyan-800\/35:focus{
  color: rgb(21 94 117 / 0.35);
}

.focus\:text-cyan-800\/40:focus{
  color: rgb(21 94 117 / 0.4);
}

.focus\:text-cyan-800\/45:focus{
  color: rgb(21 94 117 / 0.45);
}

.focus\:text-cyan-800\/5:focus{
  color: rgb(21 94 117 / 0.05);
}

.focus\:text-cyan-800\/50:focus{
  color: rgb(21 94 117 / 0.5);
}

.focus\:text-cyan-800\/55:focus{
  color: rgb(21 94 117 / 0.55);
}

.focus\:text-cyan-800\/60:focus{
  color: rgb(21 94 117 / 0.6);
}

.focus\:text-cyan-800\/65:focus{
  color: rgb(21 94 117 / 0.65);
}

.focus\:text-cyan-800\/70:focus{
  color: rgb(21 94 117 / 0.7);
}

.focus\:text-cyan-800\/75:focus{
  color: rgb(21 94 117 / 0.75);
}

.focus\:text-cyan-800\/80:focus{
  color: rgb(21 94 117 / 0.8);
}

.focus\:text-cyan-800\/85:focus{
  color: rgb(21 94 117 / 0.85);
}

.focus\:text-cyan-800\/90:focus{
  color: rgb(21 94 117 / 0.9);
}

.focus\:text-cyan-800\/95:focus{
  color: rgb(21 94 117 / 0.95);
}

.focus\:text-cyan-900:focus{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.focus\:text-cyan-900\/0:focus{
  color: rgb(22 78 99 / 0);
}

.focus\:text-cyan-900\/10:focus{
  color: rgb(22 78 99 / 0.1);
}

.focus\:text-cyan-900\/100:focus{
  color: rgb(22 78 99 / 1);
}

.focus\:text-cyan-900\/15:focus{
  color: rgb(22 78 99 / 0.15);
}

.focus\:text-cyan-900\/20:focus{
  color: rgb(22 78 99 / 0.2);
}

.focus\:text-cyan-900\/25:focus{
  color: rgb(22 78 99 / 0.25);
}

.focus\:text-cyan-900\/30:focus{
  color: rgb(22 78 99 / 0.3);
}

.focus\:text-cyan-900\/35:focus{
  color: rgb(22 78 99 / 0.35);
}

.focus\:text-cyan-900\/40:focus{
  color: rgb(22 78 99 / 0.4);
}

.focus\:text-cyan-900\/45:focus{
  color: rgb(22 78 99 / 0.45);
}

.focus\:text-cyan-900\/5:focus{
  color: rgb(22 78 99 / 0.05);
}

.focus\:text-cyan-900\/50:focus{
  color: rgb(22 78 99 / 0.5);
}

.focus\:text-cyan-900\/55:focus{
  color: rgb(22 78 99 / 0.55);
}

.focus\:text-cyan-900\/60:focus{
  color: rgb(22 78 99 / 0.6);
}

.focus\:text-cyan-900\/65:focus{
  color: rgb(22 78 99 / 0.65);
}

.focus\:text-cyan-900\/70:focus{
  color: rgb(22 78 99 / 0.7);
}

.focus\:text-cyan-900\/75:focus{
  color: rgb(22 78 99 / 0.75);
}

.focus\:text-cyan-900\/80:focus{
  color: rgb(22 78 99 / 0.8);
}

.focus\:text-cyan-900\/85:focus{
  color: rgb(22 78 99 / 0.85);
}

.focus\:text-cyan-900\/90:focus{
  color: rgb(22 78 99 / 0.9);
}

.focus\:text-cyan-900\/95:focus{
  color: rgb(22 78 99 / 0.95);
}

.focus\:text-cyan-950:focus{
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}

.focus\:text-cyan-950\/0:focus{
  color: rgb(8 51 68 / 0);
}

.focus\:text-cyan-950\/10:focus{
  color: rgb(8 51 68 / 0.1);
}

.focus\:text-cyan-950\/100:focus{
  color: rgb(8 51 68 / 1);
}

.focus\:text-cyan-950\/15:focus{
  color: rgb(8 51 68 / 0.15);
}

.focus\:text-cyan-950\/20:focus{
  color: rgb(8 51 68 / 0.2);
}

.focus\:text-cyan-950\/25:focus{
  color: rgb(8 51 68 / 0.25);
}

.focus\:text-cyan-950\/30:focus{
  color: rgb(8 51 68 / 0.3);
}

.focus\:text-cyan-950\/35:focus{
  color: rgb(8 51 68 / 0.35);
}

.focus\:text-cyan-950\/40:focus{
  color: rgb(8 51 68 / 0.4);
}

.focus\:text-cyan-950\/45:focus{
  color: rgb(8 51 68 / 0.45);
}

.focus\:text-cyan-950\/5:focus{
  color: rgb(8 51 68 / 0.05);
}

.focus\:text-cyan-950\/50:focus{
  color: rgb(8 51 68 / 0.5);
}

.focus\:text-cyan-950\/55:focus{
  color: rgb(8 51 68 / 0.55);
}

.focus\:text-cyan-950\/60:focus{
  color: rgb(8 51 68 / 0.6);
}

.focus\:text-cyan-950\/65:focus{
  color: rgb(8 51 68 / 0.65);
}

.focus\:text-cyan-950\/70:focus{
  color: rgb(8 51 68 / 0.7);
}

.focus\:text-cyan-950\/75:focus{
  color: rgb(8 51 68 / 0.75);
}

.focus\:text-cyan-950\/80:focus{
  color: rgb(8 51 68 / 0.8);
}

.focus\:text-cyan-950\/85:focus{
  color: rgb(8 51 68 / 0.85);
}

.focus\:text-cyan-950\/90:focus{
  color: rgb(8 51 68 / 0.9);
}

.focus\:text-cyan-950\/95:focus{
  color: rgb(8 51 68 / 0.95);
}

.focus\:text-danger:focus{
  --tw-text-opacity: 1;
  color: rgb(207 59 54 / var(--tw-text-opacity));
}

.focus\:text-danger-hover:focus{
  --tw-text-opacity: 1;
  color: rgb(193 49 44 / var(--tw-text-opacity));
}

.focus\:text-danger-hover\/0:focus{
  color: rgb(193 49 44 / 0);
}

.focus\:text-danger-hover\/10:focus{
  color: rgb(193 49 44 / 0.1);
}

.focus\:text-danger-hover\/100:focus{
  color: rgb(193 49 44 / 1);
}

.focus\:text-danger-hover\/15:focus{
  color: rgb(193 49 44 / 0.15);
}

.focus\:text-danger-hover\/20:focus{
  color: rgb(193 49 44 / 0.2);
}

.focus\:text-danger-hover\/25:focus{
  color: rgb(193 49 44 / 0.25);
}

.focus\:text-danger-hover\/30:focus{
  color: rgb(193 49 44 / 0.3);
}

.focus\:text-danger-hover\/35:focus{
  color: rgb(193 49 44 / 0.35);
}

.focus\:text-danger-hover\/40:focus{
  color: rgb(193 49 44 / 0.4);
}

.focus\:text-danger-hover\/45:focus{
  color: rgb(193 49 44 / 0.45);
}

.focus\:text-danger-hover\/5:focus{
  color: rgb(193 49 44 / 0.05);
}

.focus\:text-danger-hover\/50:focus{
  color: rgb(193 49 44 / 0.5);
}

.focus\:text-danger-hover\/55:focus{
  color: rgb(193 49 44 / 0.55);
}

.focus\:text-danger-hover\/60:focus{
  color: rgb(193 49 44 / 0.6);
}

.focus\:text-danger-hover\/65:focus{
  color: rgb(193 49 44 / 0.65);
}

.focus\:text-danger-hover\/70:focus{
  color: rgb(193 49 44 / 0.7);
}

.focus\:text-danger-hover\/75:focus{
  color: rgb(193 49 44 / 0.75);
}

.focus\:text-danger-hover\/80:focus{
  color: rgb(193 49 44 / 0.8);
}

.focus\:text-danger-hover\/85:focus{
  color: rgb(193 49 44 / 0.85);
}

.focus\:text-danger-hover\/90:focus{
  color: rgb(193 49 44 / 0.9);
}

.focus\:text-danger-hover\/95:focus{
  color: rgb(193 49 44 / 0.95);
}

.focus\:text-danger\/0:focus{
  color: rgb(207 59 54 / 0);
}

.focus\:text-danger\/10:focus{
  color: rgb(207 59 54 / 0.1);
}

.focus\:text-danger\/100:focus{
  color: rgb(207 59 54 / 1);
}

.focus\:text-danger\/15:focus{
  color: rgb(207 59 54 / 0.15);
}

.focus\:text-danger\/20:focus{
  color: rgb(207 59 54 / 0.2);
}

.focus\:text-danger\/25:focus{
  color: rgb(207 59 54 / 0.25);
}

.focus\:text-danger\/30:focus{
  color: rgb(207 59 54 / 0.3);
}

.focus\:text-danger\/35:focus{
  color: rgb(207 59 54 / 0.35);
}

.focus\:text-danger\/40:focus{
  color: rgb(207 59 54 / 0.4);
}

.focus\:text-danger\/45:focus{
  color: rgb(207 59 54 / 0.45);
}

.focus\:text-danger\/5:focus{
  color: rgb(207 59 54 / 0.05);
}

.focus\:text-danger\/50:focus{
  color: rgb(207 59 54 / 0.5);
}

.focus\:text-danger\/55:focus{
  color: rgb(207 59 54 / 0.55);
}

.focus\:text-danger\/60:focus{
  color: rgb(207 59 54 / 0.6);
}

.focus\:text-danger\/65:focus{
  color: rgb(207 59 54 / 0.65);
}

.focus\:text-danger\/70:focus{
  color: rgb(207 59 54 / 0.7);
}

.focus\:text-danger\/75:focus{
  color: rgb(207 59 54 / 0.75);
}

.focus\:text-danger\/80:focus{
  color: rgb(207 59 54 / 0.8);
}

.focus\:text-danger\/85:focus{
  color: rgb(207 59 54 / 0.85);
}

.focus\:text-danger\/90:focus{
  color: rgb(207 59 54 / 0.9);
}

.focus\:text-danger\/95:focus{
  color: rgb(207 59 54 / 0.95);
}

.focus\:text-emerald-100:focus{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.focus\:text-emerald-100\/0:focus{
  color: rgb(209 250 229 / 0);
}

.focus\:text-emerald-100\/10:focus{
  color: rgb(209 250 229 / 0.1);
}

.focus\:text-emerald-100\/100:focus{
  color: rgb(209 250 229 / 1);
}

.focus\:text-emerald-100\/15:focus{
  color: rgb(209 250 229 / 0.15);
}

.focus\:text-emerald-100\/20:focus{
  color: rgb(209 250 229 / 0.2);
}

.focus\:text-emerald-100\/25:focus{
  color: rgb(209 250 229 / 0.25);
}

.focus\:text-emerald-100\/30:focus{
  color: rgb(209 250 229 / 0.3);
}

.focus\:text-emerald-100\/35:focus{
  color: rgb(209 250 229 / 0.35);
}

.focus\:text-emerald-100\/40:focus{
  color: rgb(209 250 229 / 0.4);
}

.focus\:text-emerald-100\/45:focus{
  color: rgb(209 250 229 / 0.45);
}

.focus\:text-emerald-100\/5:focus{
  color: rgb(209 250 229 / 0.05);
}

.focus\:text-emerald-100\/50:focus{
  color: rgb(209 250 229 / 0.5);
}

.focus\:text-emerald-100\/55:focus{
  color: rgb(209 250 229 / 0.55);
}

.focus\:text-emerald-100\/60:focus{
  color: rgb(209 250 229 / 0.6);
}

.focus\:text-emerald-100\/65:focus{
  color: rgb(209 250 229 / 0.65);
}

.focus\:text-emerald-100\/70:focus{
  color: rgb(209 250 229 / 0.7);
}

.focus\:text-emerald-100\/75:focus{
  color: rgb(209 250 229 / 0.75);
}

.focus\:text-emerald-100\/80:focus{
  color: rgb(209 250 229 / 0.8);
}

.focus\:text-emerald-100\/85:focus{
  color: rgb(209 250 229 / 0.85);
}

.focus\:text-emerald-100\/90:focus{
  color: rgb(209 250 229 / 0.9);
}

.focus\:text-emerald-100\/95:focus{
  color: rgb(209 250 229 / 0.95);
}

.focus\:text-emerald-200:focus{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.focus\:text-emerald-200\/0:focus{
  color: rgb(167 243 208 / 0);
}

.focus\:text-emerald-200\/10:focus{
  color: rgb(167 243 208 / 0.1);
}

.focus\:text-emerald-200\/100:focus{
  color: rgb(167 243 208 / 1);
}

.focus\:text-emerald-200\/15:focus{
  color: rgb(167 243 208 / 0.15);
}

.focus\:text-emerald-200\/20:focus{
  color: rgb(167 243 208 / 0.2);
}

.focus\:text-emerald-200\/25:focus{
  color: rgb(167 243 208 / 0.25);
}

.focus\:text-emerald-200\/30:focus{
  color: rgb(167 243 208 / 0.3);
}

.focus\:text-emerald-200\/35:focus{
  color: rgb(167 243 208 / 0.35);
}

.focus\:text-emerald-200\/40:focus{
  color: rgb(167 243 208 / 0.4);
}

.focus\:text-emerald-200\/45:focus{
  color: rgb(167 243 208 / 0.45);
}

.focus\:text-emerald-200\/5:focus{
  color: rgb(167 243 208 / 0.05);
}

.focus\:text-emerald-200\/50:focus{
  color: rgb(167 243 208 / 0.5);
}

.focus\:text-emerald-200\/55:focus{
  color: rgb(167 243 208 / 0.55);
}

.focus\:text-emerald-200\/60:focus{
  color: rgb(167 243 208 / 0.6);
}

.focus\:text-emerald-200\/65:focus{
  color: rgb(167 243 208 / 0.65);
}

.focus\:text-emerald-200\/70:focus{
  color: rgb(167 243 208 / 0.7);
}

.focus\:text-emerald-200\/75:focus{
  color: rgb(167 243 208 / 0.75);
}

.focus\:text-emerald-200\/80:focus{
  color: rgb(167 243 208 / 0.8);
}

.focus\:text-emerald-200\/85:focus{
  color: rgb(167 243 208 / 0.85);
}

.focus\:text-emerald-200\/90:focus{
  color: rgb(167 243 208 / 0.9);
}

.focus\:text-emerald-200\/95:focus{
  color: rgb(167 243 208 / 0.95);
}

.focus\:text-emerald-300:focus{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.focus\:text-emerald-300\/0:focus{
  color: rgb(110 231 183 / 0);
}

.focus\:text-emerald-300\/10:focus{
  color: rgb(110 231 183 / 0.1);
}

.focus\:text-emerald-300\/100:focus{
  color: rgb(110 231 183 / 1);
}

.focus\:text-emerald-300\/15:focus{
  color: rgb(110 231 183 / 0.15);
}

.focus\:text-emerald-300\/20:focus{
  color: rgb(110 231 183 / 0.2);
}

.focus\:text-emerald-300\/25:focus{
  color: rgb(110 231 183 / 0.25);
}

.focus\:text-emerald-300\/30:focus{
  color: rgb(110 231 183 / 0.3);
}

.focus\:text-emerald-300\/35:focus{
  color: rgb(110 231 183 / 0.35);
}

.focus\:text-emerald-300\/40:focus{
  color: rgb(110 231 183 / 0.4);
}

.focus\:text-emerald-300\/45:focus{
  color: rgb(110 231 183 / 0.45);
}

.focus\:text-emerald-300\/5:focus{
  color: rgb(110 231 183 / 0.05);
}

.focus\:text-emerald-300\/50:focus{
  color: rgb(110 231 183 / 0.5);
}

.focus\:text-emerald-300\/55:focus{
  color: rgb(110 231 183 / 0.55);
}

.focus\:text-emerald-300\/60:focus{
  color: rgb(110 231 183 / 0.6);
}

.focus\:text-emerald-300\/65:focus{
  color: rgb(110 231 183 / 0.65);
}

.focus\:text-emerald-300\/70:focus{
  color: rgb(110 231 183 / 0.7);
}

.focus\:text-emerald-300\/75:focus{
  color: rgb(110 231 183 / 0.75);
}

.focus\:text-emerald-300\/80:focus{
  color: rgb(110 231 183 / 0.8);
}

.focus\:text-emerald-300\/85:focus{
  color: rgb(110 231 183 / 0.85);
}

.focus\:text-emerald-300\/90:focus{
  color: rgb(110 231 183 / 0.9);
}

.focus\:text-emerald-300\/95:focus{
  color: rgb(110 231 183 / 0.95);
}

.focus\:text-emerald-400:focus{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.focus\:text-emerald-400\/0:focus{
  color: rgb(52 211 153 / 0);
}

.focus\:text-emerald-400\/10:focus{
  color: rgb(52 211 153 / 0.1);
}

.focus\:text-emerald-400\/100:focus{
  color: rgb(52 211 153 / 1);
}

.focus\:text-emerald-400\/15:focus{
  color: rgb(52 211 153 / 0.15);
}

.focus\:text-emerald-400\/20:focus{
  color: rgb(52 211 153 / 0.2);
}

.focus\:text-emerald-400\/25:focus{
  color: rgb(52 211 153 / 0.25);
}

.focus\:text-emerald-400\/30:focus{
  color: rgb(52 211 153 / 0.3);
}

.focus\:text-emerald-400\/35:focus{
  color: rgb(52 211 153 / 0.35);
}

.focus\:text-emerald-400\/40:focus{
  color: rgb(52 211 153 / 0.4);
}

.focus\:text-emerald-400\/45:focus{
  color: rgb(52 211 153 / 0.45);
}

.focus\:text-emerald-400\/5:focus{
  color: rgb(52 211 153 / 0.05);
}

.focus\:text-emerald-400\/50:focus{
  color: rgb(52 211 153 / 0.5);
}

.focus\:text-emerald-400\/55:focus{
  color: rgb(52 211 153 / 0.55);
}

.focus\:text-emerald-400\/60:focus{
  color: rgb(52 211 153 / 0.6);
}

.focus\:text-emerald-400\/65:focus{
  color: rgb(52 211 153 / 0.65);
}

.focus\:text-emerald-400\/70:focus{
  color: rgb(52 211 153 / 0.7);
}

.focus\:text-emerald-400\/75:focus{
  color: rgb(52 211 153 / 0.75);
}

.focus\:text-emerald-400\/80:focus{
  color: rgb(52 211 153 / 0.8);
}

.focus\:text-emerald-400\/85:focus{
  color: rgb(52 211 153 / 0.85);
}

.focus\:text-emerald-400\/90:focus{
  color: rgb(52 211 153 / 0.9);
}

.focus\:text-emerald-400\/95:focus{
  color: rgb(52 211 153 / 0.95);
}

.focus\:text-emerald-50:focus{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.focus\:text-emerald-50\/0:focus{
  color: rgb(236 253 245 / 0);
}

.focus\:text-emerald-50\/10:focus{
  color: rgb(236 253 245 / 0.1);
}

.focus\:text-emerald-50\/100:focus{
  color: rgb(236 253 245 / 1);
}

.focus\:text-emerald-50\/15:focus{
  color: rgb(236 253 245 / 0.15);
}

.focus\:text-emerald-50\/20:focus{
  color: rgb(236 253 245 / 0.2);
}

.focus\:text-emerald-50\/25:focus{
  color: rgb(236 253 245 / 0.25);
}

.focus\:text-emerald-50\/30:focus{
  color: rgb(236 253 245 / 0.3);
}

.focus\:text-emerald-50\/35:focus{
  color: rgb(236 253 245 / 0.35);
}

.focus\:text-emerald-50\/40:focus{
  color: rgb(236 253 245 / 0.4);
}

.focus\:text-emerald-50\/45:focus{
  color: rgb(236 253 245 / 0.45);
}

.focus\:text-emerald-50\/5:focus{
  color: rgb(236 253 245 / 0.05);
}

.focus\:text-emerald-50\/50:focus{
  color: rgb(236 253 245 / 0.5);
}

.focus\:text-emerald-50\/55:focus{
  color: rgb(236 253 245 / 0.55);
}

.focus\:text-emerald-50\/60:focus{
  color: rgb(236 253 245 / 0.6);
}

.focus\:text-emerald-50\/65:focus{
  color: rgb(236 253 245 / 0.65);
}

.focus\:text-emerald-50\/70:focus{
  color: rgb(236 253 245 / 0.7);
}

.focus\:text-emerald-50\/75:focus{
  color: rgb(236 253 245 / 0.75);
}

.focus\:text-emerald-50\/80:focus{
  color: rgb(236 253 245 / 0.8);
}

.focus\:text-emerald-50\/85:focus{
  color: rgb(236 253 245 / 0.85);
}

.focus\:text-emerald-50\/90:focus{
  color: rgb(236 253 245 / 0.9);
}

.focus\:text-emerald-50\/95:focus{
  color: rgb(236 253 245 / 0.95);
}

.focus\:text-emerald-500:focus{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.focus\:text-emerald-500\/0:focus{
  color: rgb(16 185 129 / 0);
}

.focus\:text-emerald-500\/10:focus{
  color: rgb(16 185 129 / 0.1);
}

.focus\:text-emerald-500\/100:focus{
  color: rgb(16 185 129 / 1);
}

.focus\:text-emerald-500\/15:focus{
  color: rgb(16 185 129 / 0.15);
}

.focus\:text-emerald-500\/20:focus{
  color: rgb(16 185 129 / 0.2);
}

.focus\:text-emerald-500\/25:focus{
  color: rgb(16 185 129 / 0.25);
}

.focus\:text-emerald-500\/30:focus{
  color: rgb(16 185 129 / 0.3);
}

.focus\:text-emerald-500\/35:focus{
  color: rgb(16 185 129 / 0.35);
}

.focus\:text-emerald-500\/40:focus{
  color: rgb(16 185 129 / 0.4);
}

.focus\:text-emerald-500\/45:focus{
  color: rgb(16 185 129 / 0.45);
}

.focus\:text-emerald-500\/5:focus{
  color: rgb(16 185 129 / 0.05);
}

.focus\:text-emerald-500\/50:focus{
  color: rgb(16 185 129 / 0.5);
}

.focus\:text-emerald-500\/55:focus{
  color: rgb(16 185 129 / 0.55);
}

.focus\:text-emerald-500\/60:focus{
  color: rgb(16 185 129 / 0.6);
}

.focus\:text-emerald-500\/65:focus{
  color: rgb(16 185 129 / 0.65);
}

.focus\:text-emerald-500\/70:focus{
  color: rgb(16 185 129 / 0.7);
}

.focus\:text-emerald-500\/75:focus{
  color: rgb(16 185 129 / 0.75);
}

.focus\:text-emerald-500\/80:focus{
  color: rgb(16 185 129 / 0.8);
}

.focus\:text-emerald-500\/85:focus{
  color: rgb(16 185 129 / 0.85);
}

.focus\:text-emerald-500\/90:focus{
  color: rgb(16 185 129 / 0.9);
}

.focus\:text-emerald-500\/95:focus{
  color: rgb(16 185 129 / 0.95);
}

.focus\:text-emerald-600:focus{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.focus\:text-emerald-600\/0:focus{
  color: rgb(5 150 105 / 0);
}

.focus\:text-emerald-600\/10:focus{
  color: rgb(5 150 105 / 0.1);
}

.focus\:text-emerald-600\/100:focus{
  color: rgb(5 150 105 / 1);
}

.focus\:text-emerald-600\/15:focus{
  color: rgb(5 150 105 / 0.15);
}

.focus\:text-emerald-600\/20:focus{
  color: rgb(5 150 105 / 0.2);
}

.focus\:text-emerald-600\/25:focus{
  color: rgb(5 150 105 / 0.25);
}

.focus\:text-emerald-600\/30:focus{
  color: rgb(5 150 105 / 0.3);
}

.focus\:text-emerald-600\/35:focus{
  color: rgb(5 150 105 / 0.35);
}

.focus\:text-emerald-600\/40:focus{
  color: rgb(5 150 105 / 0.4);
}

.focus\:text-emerald-600\/45:focus{
  color: rgb(5 150 105 / 0.45);
}

.focus\:text-emerald-600\/5:focus{
  color: rgb(5 150 105 / 0.05);
}

.focus\:text-emerald-600\/50:focus{
  color: rgb(5 150 105 / 0.5);
}

.focus\:text-emerald-600\/55:focus{
  color: rgb(5 150 105 / 0.55);
}

.focus\:text-emerald-600\/60:focus{
  color: rgb(5 150 105 / 0.6);
}

.focus\:text-emerald-600\/65:focus{
  color: rgb(5 150 105 / 0.65);
}

.focus\:text-emerald-600\/70:focus{
  color: rgb(5 150 105 / 0.7);
}

.focus\:text-emerald-600\/75:focus{
  color: rgb(5 150 105 / 0.75);
}

.focus\:text-emerald-600\/80:focus{
  color: rgb(5 150 105 / 0.8);
}

.focus\:text-emerald-600\/85:focus{
  color: rgb(5 150 105 / 0.85);
}

.focus\:text-emerald-600\/90:focus{
  color: rgb(5 150 105 / 0.9);
}

.focus\:text-emerald-600\/95:focus{
  color: rgb(5 150 105 / 0.95);
}

.focus\:text-emerald-700:focus{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.focus\:text-emerald-700\/0:focus{
  color: rgb(4 120 87 / 0);
}

.focus\:text-emerald-700\/10:focus{
  color: rgb(4 120 87 / 0.1);
}

.focus\:text-emerald-700\/100:focus{
  color: rgb(4 120 87 / 1);
}

.focus\:text-emerald-700\/15:focus{
  color: rgb(4 120 87 / 0.15);
}

.focus\:text-emerald-700\/20:focus{
  color: rgb(4 120 87 / 0.2);
}

.focus\:text-emerald-700\/25:focus{
  color: rgb(4 120 87 / 0.25);
}

.focus\:text-emerald-700\/30:focus{
  color: rgb(4 120 87 / 0.3);
}

.focus\:text-emerald-700\/35:focus{
  color: rgb(4 120 87 / 0.35);
}

.focus\:text-emerald-700\/40:focus{
  color: rgb(4 120 87 / 0.4);
}

.focus\:text-emerald-700\/45:focus{
  color: rgb(4 120 87 / 0.45);
}

.focus\:text-emerald-700\/5:focus{
  color: rgb(4 120 87 / 0.05);
}

.focus\:text-emerald-700\/50:focus{
  color: rgb(4 120 87 / 0.5);
}

.focus\:text-emerald-700\/55:focus{
  color: rgb(4 120 87 / 0.55);
}

.focus\:text-emerald-700\/60:focus{
  color: rgb(4 120 87 / 0.6);
}

.focus\:text-emerald-700\/65:focus{
  color: rgb(4 120 87 / 0.65);
}

.focus\:text-emerald-700\/70:focus{
  color: rgb(4 120 87 / 0.7);
}

.focus\:text-emerald-700\/75:focus{
  color: rgb(4 120 87 / 0.75);
}

.focus\:text-emerald-700\/80:focus{
  color: rgb(4 120 87 / 0.8);
}

.focus\:text-emerald-700\/85:focus{
  color: rgb(4 120 87 / 0.85);
}

.focus\:text-emerald-700\/90:focus{
  color: rgb(4 120 87 / 0.9);
}

.focus\:text-emerald-700\/95:focus{
  color: rgb(4 120 87 / 0.95);
}

.focus\:text-emerald-800:focus{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.focus\:text-emerald-800\/0:focus{
  color: rgb(6 95 70 / 0);
}

.focus\:text-emerald-800\/10:focus{
  color: rgb(6 95 70 / 0.1);
}

.focus\:text-emerald-800\/100:focus{
  color: rgb(6 95 70 / 1);
}

.focus\:text-emerald-800\/15:focus{
  color: rgb(6 95 70 / 0.15);
}

.focus\:text-emerald-800\/20:focus{
  color: rgb(6 95 70 / 0.2);
}

.focus\:text-emerald-800\/25:focus{
  color: rgb(6 95 70 / 0.25);
}

.focus\:text-emerald-800\/30:focus{
  color: rgb(6 95 70 / 0.3);
}

.focus\:text-emerald-800\/35:focus{
  color: rgb(6 95 70 / 0.35);
}

.focus\:text-emerald-800\/40:focus{
  color: rgb(6 95 70 / 0.4);
}

.focus\:text-emerald-800\/45:focus{
  color: rgb(6 95 70 / 0.45);
}

.focus\:text-emerald-800\/5:focus{
  color: rgb(6 95 70 / 0.05);
}

.focus\:text-emerald-800\/50:focus{
  color: rgb(6 95 70 / 0.5);
}

.focus\:text-emerald-800\/55:focus{
  color: rgb(6 95 70 / 0.55);
}

.focus\:text-emerald-800\/60:focus{
  color: rgb(6 95 70 / 0.6);
}

.focus\:text-emerald-800\/65:focus{
  color: rgb(6 95 70 / 0.65);
}

.focus\:text-emerald-800\/70:focus{
  color: rgb(6 95 70 / 0.7);
}

.focus\:text-emerald-800\/75:focus{
  color: rgb(6 95 70 / 0.75);
}

.focus\:text-emerald-800\/80:focus{
  color: rgb(6 95 70 / 0.8);
}

.focus\:text-emerald-800\/85:focus{
  color: rgb(6 95 70 / 0.85);
}

.focus\:text-emerald-800\/90:focus{
  color: rgb(6 95 70 / 0.9);
}

.focus\:text-emerald-800\/95:focus{
  color: rgb(6 95 70 / 0.95);
}

.focus\:text-emerald-900:focus{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.focus\:text-emerald-900\/0:focus{
  color: rgb(6 78 59 / 0);
}

.focus\:text-emerald-900\/10:focus{
  color: rgb(6 78 59 / 0.1);
}

.focus\:text-emerald-900\/100:focus{
  color: rgb(6 78 59 / 1);
}

.focus\:text-emerald-900\/15:focus{
  color: rgb(6 78 59 / 0.15);
}

.focus\:text-emerald-900\/20:focus{
  color: rgb(6 78 59 / 0.2);
}

.focus\:text-emerald-900\/25:focus{
  color: rgb(6 78 59 / 0.25);
}

.focus\:text-emerald-900\/30:focus{
  color: rgb(6 78 59 / 0.3);
}

.focus\:text-emerald-900\/35:focus{
  color: rgb(6 78 59 / 0.35);
}

.focus\:text-emerald-900\/40:focus{
  color: rgb(6 78 59 / 0.4);
}

.focus\:text-emerald-900\/45:focus{
  color: rgb(6 78 59 / 0.45);
}

.focus\:text-emerald-900\/5:focus{
  color: rgb(6 78 59 / 0.05);
}

.focus\:text-emerald-900\/50:focus{
  color: rgb(6 78 59 / 0.5);
}

.focus\:text-emerald-900\/55:focus{
  color: rgb(6 78 59 / 0.55);
}

.focus\:text-emerald-900\/60:focus{
  color: rgb(6 78 59 / 0.6);
}

.focus\:text-emerald-900\/65:focus{
  color: rgb(6 78 59 / 0.65);
}

.focus\:text-emerald-900\/70:focus{
  color: rgb(6 78 59 / 0.7);
}

.focus\:text-emerald-900\/75:focus{
  color: rgb(6 78 59 / 0.75);
}

.focus\:text-emerald-900\/80:focus{
  color: rgb(6 78 59 / 0.8);
}

.focus\:text-emerald-900\/85:focus{
  color: rgb(6 78 59 / 0.85);
}

.focus\:text-emerald-900\/90:focus{
  color: rgb(6 78 59 / 0.9);
}

.focus\:text-emerald-900\/95:focus{
  color: rgb(6 78 59 / 0.95);
}

.focus\:text-emerald-950:focus{
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}

.focus\:text-emerald-950\/0:focus{
  color: rgb(2 44 34 / 0);
}

.focus\:text-emerald-950\/10:focus{
  color: rgb(2 44 34 / 0.1);
}

.focus\:text-emerald-950\/100:focus{
  color: rgb(2 44 34 / 1);
}

.focus\:text-emerald-950\/15:focus{
  color: rgb(2 44 34 / 0.15);
}

.focus\:text-emerald-950\/20:focus{
  color: rgb(2 44 34 / 0.2);
}

.focus\:text-emerald-950\/25:focus{
  color: rgb(2 44 34 / 0.25);
}

.focus\:text-emerald-950\/30:focus{
  color: rgb(2 44 34 / 0.3);
}

.focus\:text-emerald-950\/35:focus{
  color: rgb(2 44 34 / 0.35);
}

.focus\:text-emerald-950\/40:focus{
  color: rgb(2 44 34 / 0.4);
}

.focus\:text-emerald-950\/45:focus{
  color: rgb(2 44 34 / 0.45);
}

.focus\:text-emerald-950\/5:focus{
  color: rgb(2 44 34 / 0.05);
}

.focus\:text-emerald-950\/50:focus{
  color: rgb(2 44 34 / 0.5);
}

.focus\:text-emerald-950\/55:focus{
  color: rgb(2 44 34 / 0.55);
}

.focus\:text-emerald-950\/60:focus{
  color: rgb(2 44 34 / 0.6);
}

.focus\:text-emerald-950\/65:focus{
  color: rgb(2 44 34 / 0.65);
}

.focus\:text-emerald-950\/70:focus{
  color: rgb(2 44 34 / 0.7);
}

.focus\:text-emerald-950\/75:focus{
  color: rgb(2 44 34 / 0.75);
}

.focus\:text-emerald-950\/80:focus{
  color: rgb(2 44 34 / 0.8);
}

.focus\:text-emerald-950\/85:focus{
  color: rgb(2 44 34 / 0.85);
}

.focus\:text-emerald-950\/90:focus{
  color: rgb(2 44 34 / 0.9);
}

.focus\:text-emerald-950\/95:focus{
  color: rgb(2 44 34 / 0.95);
}

.focus\:text-excel:focus{
  --tw-text-opacity: 1;
  color: rgb(11 160 123 / var(--tw-text-opacity));
}

.focus\:text-excel-hover:focus{
  --tw-text-opacity: 1;
  color: rgb(9 138 107 / var(--tw-text-opacity));
}

.focus\:text-excel-hover\/0:focus{
  color: rgb(9 138 107 / 0);
}

.focus\:text-excel-hover\/10:focus{
  color: rgb(9 138 107 / 0.1);
}

.focus\:text-excel-hover\/100:focus{
  color: rgb(9 138 107 / 1);
}

.focus\:text-excel-hover\/15:focus{
  color: rgb(9 138 107 / 0.15);
}

.focus\:text-excel-hover\/20:focus{
  color: rgb(9 138 107 / 0.2);
}

.focus\:text-excel-hover\/25:focus{
  color: rgb(9 138 107 / 0.25);
}

.focus\:text-excel-hover\/30:focus{
  color: rgb(9 138 107 / 0.3);
}

.focus\:text-excel-hover\/35:focus{
  color: rgb(9 138 107 / 0.35);
}

.focus\:text-excel-hover\/40:focus{
  color: rgb(9 138 107 / 0.4);
}

.focus\:text-excel-hover\/45:focus{
  color: rgb(9 138 107 / 0.45);
}

.focus\:text-excel-hover\/5:focus{
  color: rgb(9 138 107 / 0.05);
}

.focus\:text-excel-hover\/50:focus{
  color: rgb(9 138 107 / 0.5);
}

.focus\:text-excel-hover\/55:focus{
  color: rgb(9 138 107 / 0.55);
}

.focus\:text-excel-hover\/60:focus{
  color: rgb(9 138 107 / 0.6);
}

.focus\:text-excel-hover\/65:focus{
  color: rgb(9 138 107 / 0.65);
}

.focus\:text-excel-hover\/70:focus{
  color: rgb(9 138 107 / 0.7);
}

.focus\:text-excel-hover\/75:focus{
  color: rgb(9 138 107 / 0.75);
}

.focus\:text-excel-hover\/80:focus{
  color: rgb(9 138 107 / 0.8);
}

.focus\:text-excel-hover\/85:focus{
  color: rgb(9 138 107 / 0.85);
}

.focus\:text-excel-hover\/90:focus{
  color: rgb(9 138 107 / 0.9);
}

.focus\:text-excel-hover\/95:focus{
  color: rgb(9 138 107 / 0.95);
}

.focus\:text-excel\/0:focus{
  color: rgb(11 160 123 / 0);
}

.focus\:text-excel\/10:focus{
  color: rgb(11 160 123 / 0.1);
}

.focus\:text-excel\/100:focus{
  color: rgb(11 160 123 / 1);
}

.focus\:text-excel\/15:focus{
  color: rgb(11 160 123 / 0.15);
}

.focus\:text-excel\/20:focus{
  color: rgb(11 160 123 / 0.2);
}

.focus\:text-excel\/25:focus{
  color: rgb(11 160 123 / 0.25);
}

.focus\:text-excel\/30:focus{
  color: rgb(11 160 123 / 0.3);
}

.focus\:text-excel\/35:focus{
  color: rgb(11 160 123 / 0.35);
}

.focus\:text-excel\/40:focus{
  color: rgb(11 160 123 / 0.4);
}

.focus\:text-excel\/45:focus{
  color: rgb(11 160 123 / 0.45);
}

.focus\:text-excel\/5:focus{
  color: rgb(11 160 123 / 0.05);
}

.focus\:text-excel\/50:focus{
  color: rgb(11 160 123 / 0.5);
}

.focus\:text-excel\/55:focus{
  color: rgb(11 160 123 / 0.55);
}

.focus\:text-excel\/60:focus{
  color: rgb(11 160 123 / 0.6);
}

.focus\:text-excel\/65:focus{
  color: rgb(11 160 123 / 0.65);
}

.focus\:text-excel\/70:focus{
  color: rgb(11 160 123 / 0.7);
}

.focus\:text-excel\/75:focus{
  color: rgb(11 160 123 / 0.75);
}

.focus\:text-excel\/80:focus{
  color: rgb(11 160 123 / 0.8);
}

.focus\:text-excel\/85:focus{
  color: rgb(11 160 123 / 0.85);
}

.focus\:text-excel\/90:focus{
  color: rgb(11 160 123 / 0.9);
}

.focus\:text-excel\/95:focus{
  color: rgb(11 160 123 / 0.95);
}

.focus\:text-fuchsia-100:focus{
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-100\/0:focus{
  color: rgb(250 232 255 / 0);
}

.focus\:text-fuchsia-100\/10:focus{
  color: rgb(250 232 255 / 0.1);
}

.focus\:text-fuchsia-100\/100:focus{
  color: rgb(250 232 255 / 1);
}

.focus\:text-fuchsia-100\/15:focus{
  color: rgb(250 232 255 / 0.15);
}

.focus\:text-fuchsia-100\/20:focus{
  color: rgb(250 232 255 / 0.2);
}

.focus\:text-fuchsia-100\/25:focus{
  color: rgb(250 232 255 / 0.25);
}

.focus\:text-fuchsia-100\/30:focus{
  color: rgb(250 232 255 / 0.3);
}

.focus\:text-fuchsia-100\/35:focus{
  color: rgb(250 232 255 / 0.35);
}

.focus\:text-fuchsia-100\/40:focus{
  color: rgb(250 232 255 / 0.4);
}

.focus\:text-fuchsia-100\/45:focus{
  color: rgb(250 232 255 / 0.45);
}

.focus\:text-fuchsia-100\/5:focus{
  color: rgb(250 232 255 / 0.05);
}

.focus\:text-fuchsia-100\/50:focus{
  color: rgb(250 232 255 / 0.5);
}

.focus\:text-fuchsia-100\/55:focus{
  color: rgb(250 232 255 / 0.55);
}

.focus\:text-fuchsia-100\/60:focus{
  color: rgb(250 232 255 / 0.6);
}

.focus\:text-fuchsia-100\/65:focus{
  color: rgb(250 232 255 / 0.65);
}

.focus\:text-fuchsia-100\/70:focus{
  color: rgb(250 232 255 / 0.7);
}

.focus\:text-fuchsia-100\/75:focus{
  color: rgb(250 232 255 / 0.75);
}

.focus\:text-fuchsia-100\/80:focus{
  color: rgb(250 232 255 / 0.8);
}

.focus\:text-fuchsia-100\/85:focus{
  color: rgb(250 232 255 / 0.85);
}

.focus\:text-fuchsia-100\/90:focus{
  color: rgb(250 232 255 / 0.9);
}

.focus\:text-fuchsia-100\/95:focus{
  color: rgb(250 232 255 / 0.95);
}

.focus\:text-fuchsia-200:focus{
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-200\/0:focus{
  color: rgb(245 208 254 / 0);
}

.focus\:text-fuchsia-200\/10:focus{
  color: rgb(245 208 254 / 0.1);
}

.focus\:text-fuchsia-200\/100:focus{
  color: rgb(245 208 254 / 1);
}

.focus\:text-fuchsia-200\/15:focus{
  color: rgb(245 208 254 / 0.15);
}

.focus\:text-fuchsia-200\/20:focus{
  color: rgb(245 208 254 / 0.2);
}

.focus\:text-fuchsia-200\/25:focus{
  color: rgb(245 208 254 / 0.25);
}

.focus\:text-fuchsia-200\/30:focus{
  color: rgb(245 208 254 / 0.3);
}

.focus\:text-fuchsia-200\/35:focus{
  color: rgb(245 208 254 / 0.35);
}

.focus\:text-fuchsia-200\/40:focus{
  color: rgb(245 208 254 / 0.4);
}

.focus\:text-fuchsia-200\/45:focus{
  color: rgb(245 208 254 / 0.45);
}

.focus\:text-fuchsia-200\/5:focus{
  color: rgb(245 208 254 / 0.05);
}

.focus\:text-fuchsia-200\/50:focus{
  color: rgb(245 208 254 / 0.5);
}

.focus\:text-fuchsia-200\/55:focus{
  color: rgb(245 208 254 / 0.55);
}

.focus\:text-fuchsia-200\/60:focus{
  color: rgb(245 208 254 / 0.6);
}

.focus\:text-fuchsia-200\/65:focus{
  color: rgb(245 208 254 / 0.65);
}

.focus\:text-fuchsia-200\/70:focus{
  color: rgb(245 208 254 / 0.7);
}

.focus\:text-fuchsia-200\/75:focus{
  color: rgb(245 208 254 / 0.75);
}

.focus\:text-fuchsia-200\/80:focus{
  color: rgb(245 208 254 / 0.8);
}

.focus\:text-fuchsia-200\/85:focus{
  color: rgb(245 208 254 / 0.85);
}

.focus\:text-fuchsia-200\/90:focus{
  color: rgb(245 208 254 / 0.9);
}

.focus\:text-fuchsia-200\/95:focus{
  color: rgb(245 208 254 / 0.95);
}

.focus\:text-fuchsia-300:focus{
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-300\/0:focus{
  color: rgb(240 171 252 / 0);
}

.focus\:text-fuchsia-300\/10:focus{
  color: rgb(240 171 252 / 0.1);
}

.focus\:text-fuchsia-300\/100:focus{
  color: rgb(240 171 252 / 1);
}

.focus\:text-fuchsia-300\/15:focus{
  color: rgb(240 171 252 / 0.15);
}

.focus\:text-fuchsia-300\/20:focus{
  color: rgb(240 171 252 / 0.2);
}

.focus\:text-fuchsia-300\/25:focus{
  color: rgb(240 171 252 / 0.25);
}

.focus\:text-fuchsia-300\/30:focus{
  color: rgb(240 171 252 / 0.3);
}

.focus\:text-fuchsia-300\/35:focus{
  color: rgb(240 171 252 / 0.35);
}

.focus\:text-fuchsia-300\/40:focus{
  color: rgb(240 171 252 / 0.4);
}

.focus\:text-fuchsia-300\/45:focus{
  color: rgb(240 171 252 / 0.45);
}

.focus\:text-fuchsia-300\/5:focus{
  color: rgb(240 171 252 / 0.05);
}

.focus\:text-fuchsia-300\/50:focus{
  color: rgb(240 171 252 / 0.5);
}

.focus\:text-fuchsia-300\/55:focus{
  color: rgb(240 171 252 / 0.55);
}

.focus\:text-fuchsia-300\/60:focus{
  color: rgb(240 171 252 / 0.6);
}

.focus\:text-fuchsia-300\/65:focus{
  color: rgb(240 171 252 / 0.65);
}

.focus\:text-fuchsia-300\/70:focus{
  color: rgb(240 171 252 / 0.7);
}

.focus\:text-fuchsia-300\/75:focus{
  color: rgb(240 171 252 / 0.75);
}

.focus\:text-fuchsia-300\/80:focus{
  color: rgb(240 171 252 / 0.8);
}

.focus\:text-fuchsia-300\/85:focus{
  color: rgb(240 171 252 / 0.85);
}

.focus\:text-fuchsia-300\/90:focus{
  color: rgb(240 171 252 / 0.9);
}

.focus\:text-fuchsia-300\/95:focus{
  color: rgb(240 171 252 / 0.95);
}

.focus\:text-fuchsia-400:focus{
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-400\/0:focus{
  color: rgb(232 121 249 / 0);
}

.focus\:text-fuchsia-400\/10:focus{
  color: rgb(232 121 249 / 0.1);
}

.focus\:text-fuchsia-400\/100:focus{
  color: rgb(232 121 249 / 1);
}

.focus\:text-fuchsia-400\/15:focus{
  color: rgb(232 121 249 / 0.15);
}

.focus\:text-fuchsia-400\/20:focus{
  color: rgb(232 121 249 / 0.2);
}

.focus\:text-fuchsia-400\/25:focus{
  color: rgb(232 121 249 / 0.25);
}

.focus\:text-fuchsia-400\/30:focus{
  color: rgb(232 121 249 / 0.3);
}

.focus\:text-fuchsia-400\/35:focus{
  color: rgb(232 121 249 / 0.35);
}

.focus\:text-fuchsia-400\/40:focus{
  color: rgb(232 121 249 / 0.4);
}

.focus\:text-fuchsia-400\/45:focus{
  color: rgb(232 121 249 / 0.45);
}

.focus\:text-fuchsia-400\/5:focus{
  color: rgb(232 121 249 / 0.05);
}

.focus\:text-fuchsia-400\/50:focus{
  color: rgb(232 121 249 / 0.5);
}

.focus\:text-fuchsia-400\/55:focus{
  color: rgb(232 121 249 / 0.55);
}

.focus\:text-fuchsia-400\/60:focus{
  color: rgb(232 121 249 / 0.6);
}

.focus\:text-fuchsia-400\/65:focus{
  color: rgb(232 121 249 / 0.65);
}

.focus\:text-fuchsia-400\/70:focus{
  color: rgb(232 121 249 / 0.7);
}

.focus\:text-fuchsia-400\/75:focus{
  color: rgb(232 121 249 / 0.75);
}

.focus\:text-fuchsia-400\/80:focus{
  color: rgb(232 121 249 / 0.8);
}

.focus\:text-fuchsia-400\/85:focus{
  color: rgb(232 121 249 / 0.85);
}

.focus\:text-fuchsia-400\/90:focus{
  color: rgb(232 121 249 / 0.9);
}

.focus\:text-fuchsia-400\/95:focus{
  color: rgb(232 121 249 / 0.95);
}

.focus\:text-fuchsia-50:focus{
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-50\/0:focus{
  color: rgb(253 244 255 / 0);
}

.focus\:text-fuchsia-50\/10:focus{
  color: rgb(253 244 255 / 0.1);
}

.focus\:text-fuchsia-50\/100:focus{
  color: rgb(253 244 255 / 1);
}

.focus\:text-fuchsia-50\/15:focus{
  color: rgb(253 244 255 / 0.15);
}

.focus\:text-fuchsia-50\/20:focus{
  color: rgb(253 244 255 / 0.2);
}

.focus\:text-fuchsia-50\/25:focus{
  color: rgb(253 244 255 / 0.25);
}

.focus\:text-fuchsia-50\/30:focus{
  color: rgb(253 244 255 / 0.3);
}

.focus\:text-fuchsia-50\/35:focus{
  color: rgb(253 244 255 / 0.35);
}

.focus\:text-fuchsia-50\/40:focus{
  color: rgb(253 244 255 / 0.4);
}

.focus\:text-fuchsia-50\/45:focus{
  color: rgb(253 244 255 / 0.45);
}

.focus\:text-fuchsia-50\/5:focus{
  color: rgb(253 244 255 / 0.05);
}

.focus\:text-fuchsia-50\/50:focus{
  color: rgb(253 244 255 / 0.5);
}

.focus\:text-fuchsia-50\/55:focus{
  color: rgb(253 244 255 / 0.55);
}

.focus\:text-fuchsia-50\/60:focus{
  color: rgb(253 244 255 / 0.6);
}

.focus\:text-fuchsia-50\/65:focus{
  color: rgb(253 244 255 / 0.65);
}

.focus\:text-fuchsia-50\/70:focus{
  color: rgb(253 244 255 / 0.7);
}

.focus\:text-fuchsia-50\/75:focus{
  color: rgb(253 244 255 / 0.75);
}

.focus\:text-fuchsia-50\/80:focus{
  color: rgb(253 244 255 / 0.8);
}

.focus\:text-fuchsia-50\/85:focus{
  color: rgb(253 244 255 / 0.85);
}

.focus\:text-fuchsia-50\/90:focus{
  color: rgb(253 244 255 / 0.9);
}

.focus\:text-fuchsia-50\/95:focus{
  color: rgb(253 244 255 / 0.95);
}

.focus\:text-fuchsia-500:focus{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-500\/0:focus{
  color: rgb(217 70 239 / 0);
}

.focus\:text-fuchsia-500\/10:focus{
  color: rgb(217 70 239 / 0.1);
}

.focus\:text-fuchsia-500\/100:focus{
  color: rgb(217 70 239 / 1);
}

.focus\:text-fuchsia-500\/15:focus{
  color: rgb(217 70 239 / 0.15);
}

.focus\:text-fuchsia-500\/20:focus{
  color: rgb(217 70 239 / 0.2);
}

.focus\:text-fuchsia-500\/25:focus{
  color: rgb(217 70 239 / 0.25);
}

.focus\:text-fuchsia-500\/30:focus{
  color: rgb(217 70 239 / 0.3);
}

.focus\:text-fuchsia-500\/35:focus{
  color: rgb(217 70 239 / 0.35);
}

.focus\:text-fuchsia-500\/40:focus{
  color: rgb(217 70 239 / 0.4);
}

.focus\:text-fuchsia-500\/45:focus{
  color: rgb(217 70 239 / 0.45);
}

.focus\:text-fuchsia-500\/5:focus{
  color: rgb(217 70 239 / 0.05);
}

.focus\:text-fuchsia-500\/50:focus{
  color: rgb(217 70 239 / 0.5);
}

.focus\:text-fuchsia-500\/55:focus{
  color: rgb(217 70 239 / 0.55);
}

.focus\:text-fuchsia-500\/60:focus{
  color: rgb(217 70 239 / 0.6);
}

.focus\:text-fuchsia-500\/65:focus{
  color: rgb(217 70 239 / 0.65);
}

.focus\:text-fuchsia-500\/70:focus{
  color: rgb(217 70 239 / 0.7);
}

.focus\:text-fuchsia-500\/75:focus{
  color: rgb(217 70 239 / 0.75);
}

.focus\:text-fuchsia-500\/80:focus{
  color: rgb(217 70 239 / 0.8);
}

.focus\:text-fuchsia-500\/85:focus{
  color: rgb(217 70 239 / 0.85);
}

.focus\:text-fuchsia-500\/90:focus{
  color: rgb(217 70 239 / 0.9);
}

.focus\:text-fuchsia-500\/95:focus{
  color: rgb(217 70 239 / 0.95);
}

.focus\:text-fuchsia-600:focus{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-600\/0:focus{
  color: rgb(192 38 211 / 0);
}

.focus\:text-fuchsia-600\/10:focus{
  color: rgb(192 38 211 / 0.1);
}

.focus\:text-fuchsia-600\/100:focus{
  color: rgb(192 38 211 / 1);
}

.focus\:text-fuchsia-600\/15:focus{
  color: rgb(192 38 211 / 0.15);
}

.focus\:text-fuchsia-600\/20:focus{
  color: rgb(192 38 211 / 0.2);
}

.focus\:text-fuchsia-600\/25:focus{
  color: rgb(192 38 211 / 0.25);
}

.focus\:text-fuchsia-600\/30:focus{
  color: rgb(192 38 211 / 0.3);
}

.focus\:text-fuchsia-600\/35:focus{
  color: rgb(192 38 211 / 0.35);
}

.focus\:text-fuchsia-600\/40:focus{
  color: rgb(192 38 211 / 0.4);
}

.focus\:text-fuchsia-600\/45:focus{
  color: rgb(192 38 211 / 0.45);
}

.focus\:text-fuchsia-600\/5:focus{
  color: rgb(192 38 211 / 0.05);
}

.focus\:text-fuchsia-600\/50:focus{
  color: rgb(192 38 211 / 0.5);
}

.focus\:text-fuchsia-600\/55:focus{
  color: rgb(192 38 211 / 0.55);
}

.focus\:text-fuchsia-600\/60:focus{
  color: rgb(192 38 211 / 0.6);
}

.focus\:text-fuchsia-600\/65:focus{
  color: rgb(192 38 211 / 0.65);
}

.focus\:text-fuchsia-600\/70:focus{
  color: rgb(192 38 211 / 0.7);
}

.focus\:text-fuchsia-600\/75:focus{
  color: rgb(192 38 211 / 0.75);
}

.focus\:text-fuchsia-600\/80:focus{
  color: rgb(192 38 211 / 0.8);
}

.focus\:text-fuchsia-600\/85:focus{
  color: rgb(192 38 211 / 0.85);
}

.focus\:text-fuchsia-600\/90:focus{
  color: rgb(192 38 211 / 0.9);
}

.focus\:text-fuchsia-600\/95:focus{
  color: rgb(192 38 211 / 0.95);
}

.focus\:text-fuchsia-700:focus{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-700\/0:focus{
  color: rgb(162 28 175 / 0);
}

.focus\:text-fuchsia-700\/10:focus{
  color: rgb(162 28 175 / 0.1);
}

.focus\:text-fuchsia-700\/100:focus{
  color: rgb(162 28 175 / 1);
}

.focus\:text-fuchsia-700\/15:focus{
  color: rgb(162 28 175 / 0.15);
}

.focus\:text-fuchsia-700\/20:focus{
  color: rgb(162 28 175 / 0.2);
}

.focus\:text-fuchsia-700\/25:focus{
  color: rgb(162 28 175 / 0.25);
}

.focus\:text-fuchsia-700\/30:focus{
  color: rgb(162 28 175 / 0.3);
}

.focus\:text-fuchsia-700\/35:focus{
  color: rgb(162 28 175 / 0.35);
}

.focus\:text-fuchsia-700\/40:focus{
  color: rgb(162 28 175 / 0.4);
}

.focus\:text-fuchsia-700\/45:focus{
  color: rgb(162 28 175 / 0.45);
}

.focus\:text-fuchsia-700\/5:focus{
  color: rgb(162 28 175 / 0.05);
}

.focus\:text-fuchsia-700\/50:focus{
  color: rgb(162 28 175 / 0.5);
}

.focus\:text-fuchsia-700\/55:focus{
  color: rgb(162 28 175 / 0.55);
}

.focus\:text-fuchsia-700\/60:focus{
  color: rgb(162 28 175 / 0.6);
}

.focus\:text-fuchsia-700\/65:focus{
  color: rgb(162 28 175 / 0.65);
}

.focus\:text-fuchsia-700\/70:focus{
  color: rgb(162 28 175 / 0.7);
}

.focus\:text-fuchsia-700\/75:focus{
  color: rgb(162 28 175 / 0.75);
}

.focus\:text-fuchsia-700\/80:focus{
  color: rgb(162 28 175 / 0.8);
}

.focus\:text-fuchsia-700\/85:focus{
  color: rgb(162 28 175 / 0.85);
}

.focus\:text-fuchsia-700\/90:focus{
  color: rgb(162 28 175 / 0.9);
}

.focus\:text-fuchsia-700\/95:focus{
  color: rgb(162 28 175 / 0.95);
}

.focus\:text-fuchsia-800:focus{
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-800\/0:focus{
  color: rgb(134 25 143 / 0);
}

.focus\:text-fuchsia-800\/10:focus{
  color: rgb(134 25 143 / 0.1);
}

.focus\:text-fuchsia-800\/100:focus{
  color: rgb(134 25 143 / 1);
}

.focus\:text-fuchsia-800\/15:focus{
  color: rgb(134 25 143 / 0.15);
}

.focus\:text-fuchsia-800\/20:focus{
  color: rgb(134 25 143 / 0.2);
}

.focus\:text-fuchsia-800\/25:focus{
  color: rgb(134 25 143 / 0.25);
}

.focus\:text-fuchsia-800\/30:focus{
  color: rgb(134 25 143 / 0.3);
}

.focus\:text-fuchsia-800\/35:focus{
  color: rgb(134 25 143 / 0.35);
}

.focus\:text-fuchsia-800\/40:focus{
  color: rgb(134 25 143 / 0.4);
}

.focus\:text-fuchsia-800\/45:focus{
  color: rgb(134 25 143 / 0.45);
}

.focus\:text-fuchsia-800\/5:focus{
  color: rgb(134 25 143 / 0.05);
}

.focus\:text-fuchsia-800\/50:focus{
  color: rgb(134 25 143 / 0.5);
}

.focus\:text-fuchsia-800\/55:focus{
  color: rgb(134 25 143 / 0.55);
}

.focus\:text-fuchsia-800\/60:focus{
  color: rgb(134 25 143 / 0.6);
}

.focus\:text-fuchsia-800\/65:focus{
  color: rgb(134 25 143 / 0.65);
}

.focus\:text-fuchsia-800\/70:focus{
  color: rgb(134 25 143 / 0.7);
}

.focus\:text-fuchsia-800\/75:focus{
  color: rgb(134 25 143 / 0.75);
}

.focus\:text-fuchsia-800\/80:focus{
  color: rgb(134 25 143 / 0.8);
}

.focus\:text-fuchsia-800\/85:focus{
  color: rgb(134 25 143 / 0.85);
}

.focus\:text-fuchsia-800\/90:focus{
  color: rgb(134 25 143 / 0.9);
}

.focus\:text-fuchsia-800\/95:focus{
  color: rgb(134 25 143 / 0.95);
}

.focus\:text-fuchsia-900:focus{
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-900\/0:focus{
  color: rgb(112 26 117 / 0);
}

.focus\:text-fuchsia-900\/10:focus{
  color: rgb(112 26 117 / 0.1);
}

.focus\:text-fuchsia-900\/100:focus{
  color: rgb(112 26 117 / 1);
}

.focus\:text-fuchsia-900\/15:focus{
  color: rgb(112 26 117 / 0.15);
}

.focus\:text-fuchsia-900\/20:focus{
  color: rgb(112 26 117 / 0.2);
}

.focus\:text-fuchsia-900\/25:focus{
  color: rgb(112 26 117 / 0.25);
}

.focus\:text-fuchsia-900\/30:focus{
  color: rgb(112 26 117 / 0.3);
}

.focus\:text-fuchsia-900\/35:focus{
  color: rgb(112 26 117 / 0.35);
}

.focus\:text-fuchsia-900\/40:focus{
  color: rgb(112 26 117 / 0.4);
}

.focus\:text-fuchsia-900\/45:focus{
  color: rgb(112 26 117 / 0.45);
}

.focus\:text-fuchsia-900\/5:focus{
  color: rgb(112 26 117 / 0.05);
}

.focus\:text-fuchsia-900\/50:focus{
  color: rgb(112 26 117 / 0.5);
}

.focus\:text-fuchsia-900\/55:focus{
  color: rgb(112 26 117 / 0.55);
}

.focus\:text-fuchsia-900\/60:focus{
  color: rgb(112 26 117 / 0.6);
}

.focus\:text-fuchsia-900\/65:focus{
  color: rgb(112 26 117 / 0.65);
}

.focus\:text-fuchsia-900\/70:focus{
  color: rgb(112 26 117 / 0.7);
}

.focus\:text-fuchsia-900\/75:focus{
  color: rgb(112 26 117 / 0.75);
}

.focus\:text-fuchsia-900\/80:focus{
  color: rgb(112 26 117 / 0.8);
}

.focus\:text-fuchsia-900\/85:focus{
  color: rgb(112 26 117 / 0.85);
}

.focus\:text-fuchsia-900\/90:focus{
  color: rgb(112 26 117 / 0.9);
}

.focus\:text-fuchsia-900\/95:focus{
  color: rgb(112 26 117 / 0.95);
}

.focus\:text-fuchsia-950:focus{
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}

.focus\:text-fuchsia-950\/0:focus{
  color: rgb(74 4 78 / 0);
}

.focus\:text-fuchsia-950\/10:focus{
  color: rgb(74 4 78 / 0.1);
}

.focus\:text-fuchsia-950\/100:focus{
  color: rgb(74 4 78 / 1);
}

.focus\:text-fuchsia-950\/15:focus{
  color: rgb(74 4 78 / 0.15);
}

.focus\:text-fuchsia-950\/20:focus{
  color: rgb(74 4 78 / 0.2);
}

.focus\:text-fuchsia-950\/25:focus{
  color: rgb(74 4 78 / 0.25);
}

.focus\:text-fuchsia-950\/30:focus{
  color: rgb(74 4 78 / 0.3);
}

.focus\:text-fuchsia-950\/35:focus{
  color: rgb(74 4 78 / 0.35);
}

.focus\:text-fuchsia-950\/40:focus{
  color: rgb(74 4 78 / 0.4);
}

.focus\:text-fuchsia-950\/45:focus{
  color: rgb(74 4 78 / 0.45);
}

.focus\:text-fuchsia-950\/5:focus{
  color: rgb(74 4 78 / 0.05);
}

.focus\:text-fuchsia-950\/50:focus{
  color: rgb(74 4 78 / 0.5);
}

.focus\:text-fuchsia-950\/55:focus{
  color: rgb(74 4 78 / 0.55);
}

.focus\:text-fuchsia-950\/60:focus{
  color: rgb(74 4 78 / 0.6);
}

.focus\:text-fuchsia-950\/65:focus{
  color: rgb(74 4 78 / 0.65);
}

.focus\:text-fuchsia-950\/70:focus{
  color: rgb(74 4 78 / 0.7);
}

.focus\:text-fuchsia-950\/75:focus{
  color: rgb(74 4 78 / 0.75);
}

.focus\:text-fuchsia-950\/80:focus{
  color: rgb(74 4 78 / 0.8);
}

.focus\:text-fuchsia-950\/85:focus{
  color: rgb(74 4 78 / 0.85);
}

.focus\:text-fuchsia-950\/90:focus{
  color: rgb(74 4 78 / 0.9);
}

.focus\:text-fuchsia-950\/95:focus{
  color: rgb(74 4 78 / 0.95);
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.focus\:text-gray-100\/0:focus{
  color: rgb(243 244 246 / 0);
}

.focus\:text-gray-100\/10:focus{
  color: rgb(243 244 246 / 0.1);
}

.focus\:text-gray-100\/100:focus{
  color: rgb(243 244 246 / 1);
}

.focus\:text-gray-100\/15:focus{
  color: rgb(243 244 246 / 0.15);
}

.focus\:text-gray-100\/20:focus{
  color: rgb(243 244 246 / 0.2);
}

.focus\:text-gray-100\/25:focus{
  color: rgb(243 244 246 / 0.25);
}

.focus\:text-gray-100\/30:focus{
  color: rgb(243 244 246 / 0.3);
}

.focus\:text-gray-100\/35:focus{
  color: rgb(243 244 246 / 0.35);
}

.focus\:text-gray-100\/40:focus{
  color: rgb(243 244 246 / 0.4);
}

.focus\:text-gray-100\/45:focus{
  color: rgb(243 244 246 / 0.45);
}

.focus\:text-gray-100\/5:focus{
  color: rgb(243 244 246 / 0.05);
}

.focus\:text-gray-100\/50:focus{
  color: rgb(243 244 246 / 0.5);
}

.focus\:text-gray-100\/55:focus{
  color: rgb(243 244 246 / 0.55);
}

.focus\:text-gray-100\/60:focus{
  color: rgb(243 244 246 / 0.6);
}

.focus\:text-gray-100\/65:focus{
  color: rgb(243 244 246 / 0.65);
}

.focus\:text-gray-100\/70:focus{
  color: rgb(243 244 246 / 0.7);
}

.focus\:text-gray-100\/75:focus{
  color: rgb(243 244 246 / 0.75);
}

.focus\:text-gray-100\/80:focus{
  color: rgb(243 244 246 / 0.8);
}

.focus\:text-gray-100\/85:focus{
  color: rgb(243 244 246 / 0.85);
}

.focus\:text-gray-100\/90:focus{
  color: rgb(243 244 246 / 0.9);
}

.focus\:text-gray-100\/95:focus{
  color: rgb(243 244 246 / 0.95);
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.focus\:text-gray-200\/0:focus{
  color: rgb(229 231 235 / 0);
}

.focus\:text-gray-200\/10:focus{
  color: rgb(229 231 235 / 0.1);
}

.focus\:text-gray-200\/100:focus{
  color: rgb(229 231 235 / 1);
}

.focus\:text-gray-200\/15:focus{
  color: rgb(229 231 235 / 0.15);
}

.focus\:text-gray-200\/20:focus{
  color: rgb(229 231 235 / 0.2);
}

.focus\:text-gray-200\/25:focus{
  color: rgb(229 231 235 / 0.25);
}

.focus\:text-gray-200\/30:focus{
  color: rgb(229 231 235 / 0.3);
}

.focus\:text-gray-200\/35:focus{
  color: rgb(229 231 235 / 0.35);
}

.focus\:text-gray-200\/40:focus{
  color: rgb(229 231 235 / 0.4);
}

.focus\:text-gray-200\/45:focus{
  color: rgb(229 231 235 / 0.45);
}

.focus\:text-gray-200\/5:focus{
  color: rgb(229 231 235 / 0.05);
}

.focus\:text-gray-200\/50:focus{
  color: rgb(229 231 235 / 0.5);
}

.focus\:text-gray-200\/55:focus{
  color: rgb(229 231 235 / 0.55);
}

.focus\:text-gray-200\/60:focus{
  color: rgb(229 231 235 / 0.6);
}

.focus\:text-gray-200\/65:focus{
  color: rgb(229 231 235 / 0.65);
}

.focus\:text-gray-200\/70:focus{
  color: rgb(229 231 235 / 0.7);
}

.focus\:text-gray-200\/75:focus{
  color: rgb(229 231 235 / 0.75);
}

.focus\:text-gray-200\/80:focus{
  color: rgb(229 231 235 / 0.8);
}

.focus\:text-gray-200\/85:focus{
  color: rgb(229 231 235 / 0.85);
}

.focus\:text-gray-200\/90:focus{
  color: rgb(229 231 235 / 0.9);
}

.focus\:text-gray-200\/95:focus{
  color: rgb(229 231 235 / 0.95);
}

.focus\:text-gray-300:focus{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.focus\:text-gray-300\/0:focus{
  color: rgb(209 213 219 / 0);
}

.focus\:text-gray-300\/10:focus{
  color: rgb(209 213 219 / 0.1);
}

.focus\:text-gray-300\/100:focus{
  color: rgb(209 213 219 / 1);
}

.focus\:text-gray-300\/15:focus{
  color: rgb(209 213 219 / 0.15);
}

.focus\:text-gray-300\/20:focus{
  color: rgb(209 213 219 / 0.2);
}

.focus\:text-gray-300\/25:focus{
  color: rgb(209 213 219 / 0.25);
}

.focus\:text-gray-300\/30:focus{
  color: rgb(209 213 219 / 0.3);
}

.focus\:text-gray-300\/35:focus{
  color: rgb(209 213 219 / 0.35);
}

.focus\:text-gray-300\/40:focus{
  color: rgb(209 213 219 / 0.4);
}

.focus\:text-gray-300\/45:focus{
  color: rgb(209 213 219 / 0.45);
}

.focus\:text-gray-300\/5:focus{
  color: rgb(209 213 219 / 0.05);
}

.focus\:text-gray-300\/50:focus{
  color: rgb(209 213 219 / 0.5);
}

.focus\:text-gray-300\/55:focus{
  color: rgb(209 213 219 / 0.55);
}

.focus\:text-gray-300\/60:focus{
  color: rgb(209 213 219 / 0.6);
}

.focus\:text-gray-300\/65:focus{
  color: rgb(209 213 219 / 0.65);
}

.focus\:text-gray-300\/70:focus{
  color: rgb(209 213 219 / 0.7);
}

.focus\:text-gray-300\/75:focus{
  color: rgb(209 213 219 / 0.75);
}

.focus\:text-gray-300\/80:focus{
  color: rgb(209 213 219 / 0.8);
}

.focus\:text-gray-300\/85:focus{
  color: rgb(209 213 219 / 0.85);
}

.focus\:text-gray-300\/90:focus{
  color: rgb(209 213 219 / 0.9);
}

.focus\:text-gray-300\/95:focus{
  color: rgb(209 213 219 / 0.95);
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.focus\:text-gray-400\/0:focus{
  color: rgb(156 163 175 / 0);
}

.focus\:text-gray-400\/10:focus{
  color: rgb(156 163 175 / 0.1);
}

.focus\:text-gray-400\/100:focus{
  color: rgb(156 163 175 / 1);
}

.focus\:text-gray-400\/15:focus{
  color: rgb(156 163 175 / 0.15);
}

.focus\:text-gray-400\/20:focus{
  color: rgb(156 163 175 / 0.2);
}

.focus\:text-gray-400\/25:focus{
  color: rgb(156 163 175 / 0.25);
}

.focus\:text-gray-400\/30:focus{
  color: rgb(156 163 175 / 0.3);
}

.focus\:text-gray-400\/35:focus{
  color: rgb(156 163 175 / 0.35);
}

.focus\:text-gray-400\/40:focus{
  color: rgb(156 163 175 / 0.4);
}

.focus\:text-gray-400\/45:focus{
  color: rgb(156 163 175 / 0.45);
}

.focus\:text-gray-400\/5:focus{
  color: rgb(156 163 175 / 0.05);
}

.focus\:text-gray-400\/50:focus{
  color: rgb(156 163 175 / 0.5);
}

.focus\:text-gray-400\/55:focus{
  color: rgb(156 163 175 / 0.55);
}

.focus\:text-gray-400\/60:focus{
  color: rgb(156 163 175 / 0.6);
}

.focus\:text-gray-400\/65:focus{
  color: rgb(156 163 175 / 0.65);
}

.focus\:text-gray-400\/70:focus{
  color: rgb(156 163 175 / 0.7);
}

.focus\:text-gray-400\/75:focus{
  color: rgb(156 163 175 / 0.75);
}

.focus\:text-gray-400\/80:focus{
  color: rgb(156 163 175 / 0.8);
}

.focus\:text-gray-400\/85:focus{
  color: rgb(156 163 175 / 0.85);
}

.focus\:text-gray-400\/90:focus{
  color: rgb(156 163 175 / 0.9);
}

.focus\:text-gray-400\/95:focus{
  color: rgb(156 163 175 / 0.95);
}

.focus\:text-gray-50:focus{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.focus\:text-gray-50\/0:focus{
  color: rgb(249 250 251 / 0);
}

.focus\:text-gray-50\/10:focus{
  color: rgb(249 250 251 / 0.1);
}

.focus\:text-gray-50\/100:focus{
  color: rgb(249 250 251 / 1);
}

.focus\:text-gray-50\/15:focus{
  color: rgb(249 250 251 / 0.15);
}

.focus\:text-gray-50\/20:focus{
  color: rgb(249 250 251 / 0.2);
}

.focus\:text-gray-50\/25:focus{
  color: rgb(249 250 251 / 0.25);
}

.focus\:text-gray-50\/30:focus{
  color: rgb(249 250 251 / 0.3);
}

.focus\:text-gray-50\/35:focus{
  color: rgb(249 250 251 / 0.35);
}

.focus\:text-gray-50\/40:focus{
  color: rgb(249 250 251 / 0.4);
}

.focus\:text-gray-50\/45:focus{
  color: rgb(249 250 251 / 0.45);
}

.focus\:text-gray-50\/5:focus{
  color: rgb(249 250 251 / 0.05);
}

.focus\:text-gray-50\/50:focus{
  color: rgb(249 250 251 / 0.5);
}

.focus\:text-gray-50\/55:focus{
  color: rgb(249 250 251 / 0.55);
}

.focus\:text-gray-50\/60:focus{
  color: rgb(249 250 251 / 0.6);
}

.focus\:text-gray-50\/65:focus{
  color: rgb(249 250 251 / 0.65);
}

.focus\:text-gray-50\/70:focus{
  color: rgb(249 250 251 / 0.7);
}

.focus\:text-gray-50\/75:focus{
  color: rgb(249 250 251 / 0.75);
}

.focus\:text-gray-50\/80:focus{
  color: rgb(249 250 251 / 0.8);
}

.focus\:text-gray-50\/85:focus{
  color: rgb(249 250 251 / 0.85);
}

.focus\:text-gray-50\/90:focus{
  color: rgb(249 250 251 / 0.9);
}

.focus\:text-gray-50\/95:focus{
  color: rgb(249 250 251 / 0.95);
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus\:text-gray-500\/0:focus{
  color: rgb(107 114 128 / 0);
}

.focus\:text-gray-500\/10:focus{
  color: rgb(107 114 128 / 0.1);
}

.focus\:text-gray-500\/100:focus{
  color: rgb(107 114 128 / 1);
}

.focus\:text-gray-500\/15:focus{
  color: rgb(107 114 128 / 0.15);
}

.focus\:text-gray-500\/20:focus{
  color: rgb(107 114 128 / 0.2);
}

.focus\:text-gray-500\/25:focus{
  color: rgb(107 114 128 / 0.25);
}

.focus\:text-gray-500\/30:focus{
  color: rgb(107 114 128 / 0.3);
}

.focus\:text-gray-500\/35:focus{
  color: rgb(107 114 128 / 0.35);
}

.focus\:text-gray-500\/40:focus{
  color: rgb(107 114 128 / 0.4);
}

.focus\:text-gray-500\/45:focus{
  color: rgb(107 114 128 / 0.45);
}

.focus\:text-gray-500\/5:focus{
  color: rgb(107 114 128 / 0.05);
}

.focus\:text-gray-500\/50:focus{
  color: rgb(107 114 128 / 0.5);
}

.focus\:text-gray-500\/55:focus{
  color: rgb(107 114 128 / 0.55);
}

.focus\:text-gray-500\/60:focus{
  color: rgb(107 114 128 / 0.6);
}

.focus\:text-gray-500\/65:focus{
  color: rgb(107 114 128 / 0.65);
}

.focus\:text-gray-500\/70:focus{
  color: rgb(107 114 128 / 0.7);
}

.focus\:text-gray-500\/75:focus{
  color: rgb(107 114 128 / 0.75);
}

.focus\:text-gray-500\/80:focus{
  color: rgb(107 114 128 / 0.8);
}

.focus\:text-gray-500\/85:focus{
  color: rgb(107 114 128 / 0.85);
}

.focus\:text-gray-500\/90:focus{
  color: rgb(107 114 128 / 0.9);
}

.focus\:text-gray-500\/95:focus{
  color: rgb(107 114 128 / 0.95);
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:text-gray-600\/0:focus{
  color: rgb(75 85 99 / 0);
}

.focus\:text-gray-600\/10:focus{
  color: rgb(75 85 99 / 0.1);
}

.focus\:text-gray-600\/100:focus{
  color: rgb(75 85 99 / 1);
}

.focus\:text-gray-600\/15:focus{
  color: rgb(75 85 99 / 0.15);
}

.focus\:text-gray-600\/20:focus{
  color: rgb(75 85 99 / 0.2);
}

.focus\:text-gray-600\/25:focus{
  color: rgb(75 85 99 / 0.25);
}

.focus\:text-gray-600\/30:focus{
  color: rgb(75 85 99 / 0.3);
}

.focus\:text-gray-600\/35:focus{
  color: rgb(75 85 99 / 0.35);
}

.focus\:text-gray-600\/40:focus{
  color: rgb(75 85 99 / 0.4);
}

.focus\:text-gray-600\/45:focus{
  color: rgb(75 85 99 / 0.45);
}

.focus\:text-gray-600\/5:focus{
  color: rgb(75 85 99 / 0.05);
}

.focus\:text-gray-600\/50:focus{
  color: rgb(75 85 99 / 0.5);
}

.focus\:text-gray-600\/55:focus{
  color: rgb(75 85 99 / 0.55);
}

.focus\:text-gray-600\/60:focus{
  color: rgb(75 85 99 / 0.6);
}

.focus\:text-gray-600\/65:focus{
  color: rgb(75 85 99 / 0.65);
}

.focus\:text-gray-600\/70:focus{
  color: rgb(75 85 99 / 0.7);
}

.focus\:text-gray-600\/75:focus{
  color: rgb(75 85 99 / 0.75);
}

.focus\:text-gray-600\/80:focus{
  color: rgb(75 85 99 / 0.8);
}

.focus\:text-gray-600\/85:focus{
  color: rgb(75 85 99 / 0.85);
}

.focus\:text-gray-600\/90:focus{
  color: rgb(75 85 99 / 0.9);
}

.focus\:text-gray-600\/95:focus{
  color: rgb(75 85 99 / 0.95);
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-gray-700\/0:focus{
  color: rgb(55 65 81 / 0);
}

.focus\:text-gray-700\/10:focus{
  color: rgb(55 65 81 / 0.1);
}

.focus\:text-gray-700\/100:focus{
  color: rgb(55 65 81 / 1);
}

.focus\:text-gray-700\/15:focus{
  color: rgb(55 65 81 / 0.15);
}

.focus\:text-gray-700\/20:focus{
  color: rgb(55 65 81 / 0.2);
}

.focus\:text-gray-700\/25:focus{
  color: rgb(55 65 81 / 0.25);
}

.focus\:text-gray-700\/30:focus{
  color: rgb(55 65 81 / 0.3);
}

.focus\:text-gray-700\/35:focus{
  color: rgb(55 65 81 / 0.35);
}

.focus\:text-gray-700\/40:focus{
  color: rgb(55 65 81 / 0.4);
}

.focus\:text-gray-700\/45:focus{
  color: rgb(55 65 81 / 0.45);
}

.focus\:text-gray-700\/5:focus{
  color: rgb(55 65 81 / 0.05);
}

.focus\:text-gray-700\/50:focus{
  color: rgb(55 65 81 / 0.5);
}

.focus\:text-gray-700\/55:focus{
  color: rgb(55 65 81 / 0.55);
}

.focus\:text-gray-700\/60:focus{
  color: rgb(55 65 81 / 0.6);
}

.focus\:text-gray-700\/65:focus{
  color: rgb(55 65 81 / 0.65);
}

.focus\:text-gray-700\/70:focus{
  color: rgb(55 65 81 / 0.7);
}

.focus\:text-gray-700\/75:focus{
  color: rgb(55 65 81 / 0.75);
}

.focus\:text-gray-700\/80:focus{
  color: rgb(55 65 81 / 0.8);
}

.focus\:text-gray-700\/85:focus{
  color: rgb(55 65 81 / 0.85);
}

.focus\:text-gray-700\/90:focus{
  color: rgb(55 65 81 / 0.9);
}

.focus\:text-gray-700\/95:focus{
  color: rgb(55 65 81 / 0.95);
}

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:text-gray-800\/0:focus{
  color: rgb(31 41 55 / 0);
}

.focus\:text-gray-800\/10:focus{
  color: rgb(31 41 55 / 0.1);
}

.focus\:text-gray-800\/100:focus{
  color: rgb(31 41 55 / 1);
}

.focus\:text-gray-800\/15:focus{
  color: rgb(31 41 55 / 0.15);
}

.focus\:text-gray-800\/20:focus{
  color: rgb(31 41 55 / 0.2);
}

.focus\:text-gray-800\/25:focus{
  color: rgb(31 41 55 / 0.25);
}

.focus\:text-gray-800\/30:focus{
  color: rgb(31 41 55 / 0.3);
}

.focus\:text-gray-800\/35:focus{
  color: rgb(31 41 55 / 0.35);
}

.focus\:text-gray-800\/40:focus{
  color: rgb(31 41 55 / 0.4);
}

.focus\:text-gray-800\/45:focus{
  color: rgb(31 41 55 / 0.45);
}

.focus\:text-gray-800\/5:focus{
  color: rgb(31 41 55 / 0.05);
}

.focus\:text-gray-800\/50:focus{
  color: rgb(31 41 55 / 0.5);
}

.focus\:text-gray-800\/55:focus{
  color: rgb(31 41 55 / 0.55);
}

.focus\:text-gray-800\/60:focus{
  color: rgb(31 41 55 / 0.6);
}

.focus\:text-gray-800\/65:focus{
  color: rgb(31 41 55 / 0.65);
}

.focus\:text-gray-800\/70:focus{
  color: rgb(31 41 55 / 0.7);
}

.focus\:text-gray-800\/75:focus{
  color: rgb(31 41 55 / 0.75);
}

.focus\:text-gray-800\/80:focus{
  color: rgb(31 41 55 / 0.8);
}

.focus\:text-gray-800\/85:focus{
  color: rgb(31 41 55 / 0.85);
}

.focus\:text-gray-800\/90:focus{
  color: rgb(31 41 55 / 0.9);
}

.focus\:text-gray-800\/95:focus{
  color: rgb(31 41 55 / 0.95);
}

.focus\:text-gray-900:focus{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.focus\:text-gray-900\/0:focus{
  color: rgb(17 24 39 / 0);
}

.focus\:text-gray-900\/10:focus{
  color: rgb(17 24 39 / 0.1);
}

.focus\:text-gray-900\/100:focus{
  color: rgb(17 24 39 / 1);
}

.focus\:text-gray-900\/15:focus{
  color: rgb(17 24 39 / 0.15);
}

.focus\:text-gray-900\/20:focus{
  color: rgb(17 24 39 / 0.2);
}

.focus\:text-gray-900\/25:focus{
  color: rgb(17 24 39 / 0.25);
}

.focus\:text-gray-900\/30:focus{
  color: rgb(17 24 39 / 0.3);
}

.focus\:text-gray-900\/35:focus{
  color: rgb(17 24 39 / 0.35);
}

.focus\:text-gray-900\/40:focus{
  color: rgb(17 24 39 / 0.4);
}

.focus\:text-gray-900\/45:focus{
  color: rgb(17 24 39 / 0.45);
}

.focus\:text-gray-900\/5:focus{
  color: rgb(17 24 39 / 0.05);
}

.focus\:text-gray-900\/50:focus{
  color: rgb(17 24 39 / 0.5);
}

.focus\:text-gray-900\/55:focus{
  color: rgb(17 24 39 / 0.55);
}

.focus\:text-gray-900\/60:focus{
  color: rgb(17 24 39 / 0.6);
}

.focus\:text-gray-900\/65:focus{
  color: rgb(17 24 39 / 0.65);
}

.focus\:text-gray-900\/70:focus{
  color: rgb(17 24 39 / 0.7);
}

.focus\:text-gray-900\/75:focus{
  color: rgb(17 24 39 / 0.75);
}

.focus\:text-gray-900\/80:focus{
  color: rgb(17 24 39 / 0.8);
}

.focus\:text-gray-900\/85:focus{
  color: rgb(17 24 39 / 0.85);
}

.focus\:text-gray-900\/90:focus{
  color: rgb(17 24 39 / 0.9);
}

.focus\:text-gray-900\/95:focus{
  color: rgb(17 24 39 / 0.95);
}

.focus\:text-gray-950:focus{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.focus\:text-gray-950\/0:focus{
  color: rgb(3 7 18 / 0);
}

.focus\:text-gray-950\/10:focus{
  color: rgb(3 7 18 / 0.1);
}

.focus\:text-gray-950\/100:focus{
  color: rgb(3 7 18 / 1);
}

.focus\:text-gray-950\/15:focus{
  color: rgb(3 7 18 / 0.15);
}

.focus\:text-gray-950\/20:focus{
  color: rgb(3 7 18 / 0.2);
}

.focus\:text-gray-950\/25:focus{
  color: rgb(3 7 18 / 0.25);
}

.focus\:text-gray-950\/30:focus{
  color: rgb(3 7 18 / 0.3);
}

.focus\:text-gray-950\/35:focus{
  color: rgb(3 7 18 / 0.35);
}

.focus\:text-gray-950\/40:focus{
  color: rgb(3 7 18 / 0.4);
}

.focus\:text-gray-950\/45:focus{
  color: rgb(3 7 18 / 0.45);
}

.focus\:text-gray-950\/5:focus{
  color: rgb(3 7 18 / 0.05);
}

.focus\:text-gray-950\/50:focus{
  color: rgb(3 7 18 / 0.5);
}

.focus\:text-gray-950\/55:focus{
  color: rgb(3 7 18 / 0.55);
}

.focus\:text-gray-950\/60:focus{
  color: rgb(3 7 18 / 0.6);
}

.focus\:text-gray-950\/65:focus{
  color: rgb(3 7 18 / 0.65);
}

.focus\:text-gray-950\/70:focus{
  color: rgb(3 7 18 / 0.7);
}

.focus\:text-gray-950\/75:focus{
  color: rgb(3 7 18 / 0.75);
}

.focus\:text-gray-950\/80:focus{
  color: rgb(3 7 18 / 0.8);
}

.focus\:text-gray-950\/85:focus{
  color: rgb(3 7 18 / 0.85);
}

.focus\:text-gray-950\/90:focus{
  color: rgb(3 7 18 / 0.9);
}

.focus\:text-gray-950\/95:focus{
  color: rgb(3 7 18 / 0.95);
}

.focus\:text-green-100:focus{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.focus\:text-green-100\/0:focus{
  color: rgb(220 252 231 / 0);
}

.focus\:text-green-100\/10:focus{
  color: rgb(220 252 231 / 0.1);
}

.focus\:text-green-100\/100:focus{
  color: rgb(220 252 231 / 1);
}

.focus\:text-green-100\/15:focus{
  color: rgb(220 252 231 / 0.15);
}

.focus\:text-green-100\/20:focus{
  color: rgb(220 252 231 / 0.2);
}

.focus\:text-green-100\/25:focus{
  color: rgb(220 252 231 / 0.25);
}

.focus\:text-green-100\/30:focus{
  color: rgb(220 252 231 / 0.3);
}

.focus\:text-green-100\/35:focus{
  color: rgb(220 252 231 / 0.35);
}

.focus\:text-green-100\/40:focus{
  color: rgb(220 252 231 / 0.4);
}

.focus\:text-green-100\/45:focus{
  color: rgb(220 252 231 / 0.45);
}

.focus\:text-green-100\/5:focus{
  color: rgb(220 252 231 / 0.05);
}

.focus\:text-green-100\/50:focus{
  color: rgb(220 252 231 / 0.5);
}

.focus\:text-green-100\/55:focus{
  color: rgb(220 252 231 / 0.55);
}

.focus\:text-green-100\/60:focus{
  color: rgb(220 252 231 / 0.6);
}

.focus\:text-green-100\/65:focus{
  color: rgb(220 252 231 / 0.65);
}

.focus\:text-green-100\/70:focus{
  color: rgb(220 252 231 / 0.7);
}

.focus\:text-green-100\/75:focus{
  color: rgb(220 252 231 / 0.75);
}

.focus\:text-green-100\/80:focus{
  color: rgb(220 252 231 / 0.8);
}

.focus\:text-green-100\/85:focus{
  color: rgb(220 252 231 / 0.85);
}

.focus\:text-green-100\/90:focus{
  color: rgb(220 252 231 / 0.9);
}

.focus\:text-green-100\/95:focus{
  color: rgb(220 252 231 / 0.95);
}

.focus\:text-green-200:focus{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.focus\:text-green-200\/0:focus{
  color: rgb(187 247 208 / 0);
}

.focus\:text-green-200\/10:focus{
  color: rgb(187 247 208 / 0.1);
}

.focus\:text-green-200\/100:focus{
  color: rgb(187 247 208 / 1);
}

.focus\:text-green-200\/15:focus{
  color: rgb(187 247 208 / 0.15);
}

.focus\:text-green-200\/20:focus{
  color: rgb(187 247 208 / 0.2);
}

.focus\:text-green-200\/25:focus{
  color: rgb(187 247 208 / 0.25);
}

.focus\:text-green-200\/30:focus{
  color: rgb(187 247 208 / 0.3);
}

.focus\:text-green-200\/35:focus{
  color: rgb(187 247 208 / 0.35);
}

.focus\:text-green-200\/40:focus{
  color: rgb(187 247 208 / 0.4);
}

.focus\:text-green-200\/45:focus{
  color: rgb(187 247 208 / 0.45);
}

.focus\:text-green-200\/5:focus{
  color: rgb(187 247 208 / 0.05);
}

.focus\:text-green-200\/50:focus{
  color: rgb(187 247 208 / 0.5);
}

.focus\:text-green-200\/55:focus{
  color: rgb(187 247 208 / 0.55);
}

.focus\:text-green-200\/60:focus{
  color: rgb(187 247 208 / 0.6);
}

.focus\:text-green-200\/65:focus{
  color: rgb(187 247 208 / 0.65);
}

.focus\:text-green-200\/70:focus{
  color: rgb(187 247 208 / 0.7);
}

.focus\:text-green-200\/75:focus{
  color: rgb(187 247 208 / 0.75);
}

.focus\:text-green-200\/80:focus{
  color: rgb(187 247 208 / 0.8);
}

.focus\:text-green-200\/85:focus{
  color: rgb(187 247 208 / 0.85);
}

.focus\:text-green-200\/90:focus{
  color: rgb(187 247 208 / 0.9);
}

.focus\:text-green-200\/95:focus{
  color: rgb(187 247 208 / 0.95);
}

.focus\:text-green-300:focus{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.focus\:text-green-300\/0:focus{
  color: rgb(134 239 172 / 0);
}

.focus\:text-green-300\/10:focus{
  color: rgb(134 239 172 / 0.1);
}

.focus\:text-green-300\/100:focus{
  color: rgb(134 239 172 / 1);
}

.focus\:text-green-300\/15:focus{
  color: rgb(134 239 172 / 0.15);
}

.focus\:text-green-300\/20:focus{
  color: rgb(134 239 172 / 0.2);
}

.focus\:text-green-300\/25:focus{
  color: rgb(134 239 172 / 0.25);
}

.focus\:text-green-300\/30:focus{
  color: rgb(134 239 172 / 0.3);
}

.focus\:text-green-300\/35:focus{
  color: rgb(134 239 172 / 0.35);
}

.focus\:text-green-300\/40:focus{
  color: rgb(134 239 172 / 0.4);
}

.focus\:text-green-300\/45:focus{
  color: rgb(134 239 172 / 0.45);
}

.focus\:text-green-300\/5:focus{
  color: rgb(134 239 172 / 0.05);
}

.focus\:text-green-300\/50:focus{
  color: rgb(134 239 172 / 0.5);
}

.focus\:text-green-300\/55:focus{
  color: rgb(134 239 172 / 0.55);
}

.focus\:text-green-300\/60:focus{
  color: rgb(134 239 172 / 0.6);
}

.focus\:text-green-300\/65:focus{
  color: rgb(134 239 172 / 0.65);
}

.focus\:text-green-300\/70:focus{
  color: rgb(134 239 172 / 0.7);
}

.focus\:text-green-300\/75:focus{
  color: rgb(134 239 172 / 0.75);
}

.focus\:text-green-300\/80:focus{
  color: rgb(134 239 172 / 0.8);
}

.focus\:text-green-300\/85:focus{
  color: rgb(134 239 172 / 0.85);
}

.focus\:text-green-300\/90:focus{
  color: rgb(134 239 172 / 0.9);
}

.focus\:text-green-300\/95:focus{
  color: rgb(134 239 172 / 0.95);
}

.focus\:text-green-400:focus{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.focus\:text-green-400\/0:focus{
  color: rgb(74 222 128 / 0);
}

.focus\:text-green-400\/10:focus{
  color: rgb(74 222 128 / 0.1);
}

.focus\:text-green-400\/100:focus{
  color: rgb(74 222 128 / 1);
}

.focus\:text-green-400\/15:focus{
  color: rgb(74 222 128 / 0.15);
}

.focus\:text-green-400\/20:focus{
  color: rgb(74 222 128 / 0.2);
}

.focus\:text-green-400\/25:focus{
  color: rgb(74 222 128 / 0.25);
}

.focus\:text-green-400\/30:focus{
  color: rgb(74 222 128 / 0.3);
}

.focus\:text-green-400\/35:focus{
  color: rgb(74 222 128 / 0.35);
}

.focus\:text-green-400\/40:focus{
  color: rgb(74 222 128 / 0.4);
}

.focus\:text-green-400\/45:focus{
  color: rgb(74 222 128 / 0.45);
}

.focus\:text-green-400\/5:focus{
  color: rgb(74 222 128 / 0.05);
}

.focus\:text-green-400\/50:focus{
  color: rgb(74 222 128 / 0.5);
}

.focus\:text-green-400\/55:focus{
  color: rgb(74 222 128 / 0.55);
}

.focus\:text-green-400\/60:focus{
  color: rgb(74 222 128 / 0.6);
}

.focus\:text-green-400\/65:focus{
  color: rgb(74 222 128 / 0.65);
}

.focus\:text-green-400\/70:focus{
  color: rgb(74 222 128 / 0.7);
}

.focus\:text-green-400\/75:focus{
  color: rgb(74 222 128 / 0.75);
}

.focus\:text-green-400\/80:focus{
  color: rgb(74 222 128 / 0.8);
}

.focus\:text-green-400\/85:focus{
  color: rgb(74 222 128 / 0.85);
}

.focus\:text-green-400\/90:focus{
  color: rgb(74 222 128 / 0.9);
}

.focus\:text-green-400\/95:focus{
  color: rgb(74 222 128 / 0.95);
}

.focus\:text-green-50:focus{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.focus\:text-green-50\/0:focus{
  color: rgb(240 253 244 / 0);
}

.focus\:text-green-50\/10:focus{
  color: rgb(240 253 244 / 0.1);
}

.focus\:text-green-50\/100:focus{
  color: rgb(240 253 244 / 1);
}

.focus\:text-green-50\/15:focus{
  color: rgb(240 253 244 / 0.15);
}

.focus\:text-green-50\/20:focus{
  color: rgb(240 253 244 / 0.2);
}

.focus\:text-green-50\/25:focus{
  color: rgb(240 253 244 / 0.25);
}

.focus\:text-green-50\/30:focus{
  color: rgb(240 253 244 / 0.3);
}

.focus\:text-green-50\/35:focus{
  color: rgb(240 253 244 / 0.35);
}

.focus\:text-green-50\/40:focus{
  color: rgb(240 253 244 / 0.4);
}

.focus\:text-green-50\/45:focus{
  color: rgb(240 253 244 / 0.45);
}

.focus\:text-green-50\/5:focus{
  color: rgb(240 253 244 / 0.05);
}

.focus\:text-green-50\/50:focus{
  color: rgb(240 253 244 / 0.5);
}

.focus\:text-green-50\/55:focus{
  color: rgb(240 253 244 / 0.55);
}

.focus\:text-green-50\/60:focus{
  color: rgb(240 253 244 / 0.6);
}

.focus\:text-green-50\/65:focus{
  color: rgb(240 253 244 / 0.65);
}

.focus\:text-green-50\/70:focus{
  color: rgb(240 253 244 / 0.7);
}

.focus\:text-green-50\/75:focus{
  color: rgb(240 253 244 / 0.75);
}

.focus\:text-green-50\/80:focus{
  color: rgb(240 253 244 / 0.8);
}

.focus\:text-green-50\/85:focus{
  color: rgb(240 253 244 / 0.85);
}

.focus\:text-green-50\/90:focus{
  color: rgb(240 253 244 / 0.9);
}

.focus\:text-green-50\/95:focus{
  color: rgb(240 253 244 / 0.95);
}

.focus\:text-green-500:focus{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.focus\:text-green-500\/0:focus{
  color: rgb(34 197 94 / 0);
}

.focus\:text-green-500\/10:focus{
  color: rgb(34 197 94 / 0.1);
}

.focus\:text-green-500\/100:focus{
  color: rgb(34 197 94 / 1);
}

.focus\:text-green-500\/15:focus{
  color: rgb(34 197 94 / 0.15);
}

.focus\:text-green-500\/20:focus{
  color: rgb(34 197 94 / 0.2);
}

.focus\:text-green-500\/25:focus{
  color: rgb(34 197 94 / 0.25);
}

.focus\:text-green-500\/30:focus{
  color: rgb(34 197 94 / 0.3);
}

.focus\:text-green-500\/35:focus{
  color: rgb(34 197 94 / 0.35);
}

.focus\:text-green-500\/40:focus{
  color: rgb(34 197 94 / 0.4);
}

.focus\:text-green-500\/45:focus{
  color: rgb(34 197 94 / 0.45);
}

.focus\:text-green-500\/5:focus{
  color: rgb(34 197 94 / 0.05);
}

.focus\:text-green-500\/50:focus{
  color: rgb(34 197 94 / 0.5);
}

.focus\:text-green-500\/55:focus{
  color: rgb(34 197 94 / 0.55);
}

.focus\:text-green-500\/60:focus{
  color: rgb(34 197 94 / 0.6);
}

.focus\:text-green-500\/65:focus{
  color: rgb(34 197 94 / 0.65);
}

.focus\:text-green-500\/70:focus{
  color: rgb(34 197 94 / 0.7);
}

.focus\:text-green-500\/75:focus{
  color: rgb(34 197 94 / 0.75);
}

.focus\:text-green-500\/80:focus{
  color: rgb(34 197 94 / 0.8);
}

.focus\:text-green-500\/85:focus{
  color: rgb(34 197 94 / 0.85);
}

.focus\:text-green-500\/90:focus{
  color: rgb(34 197 94 / 0.9);
}

.focus\:text-green-500\/95:focus{
  color: rgb(34 197 94 / 0.95);
}

.focus\:text-green-600:focus{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.focus\:text-green-600\/0:focus{
  color: rgb(22 163 74 / 0);
}

.focus\:text-green-600\/10:focus{
  color: rgb(22 163 74 / 0.1);
}

.focus\:text-green-600\/100:focus{
  color: rgb(22 163 74 / 1);
}

.focus\:text-green-600\/15:focus{
  color: rgb(22 163 74 / 0.15);
}

.focus\:text-green-600\/20:focus{
  color: rgb(22 163 74 / 0.2);
}

.focus\:text-green-600\/25:focus{
  color: rgb(22 163 74 / 0.25);
}

.focus\:text-green-600\/30:focus{
  color: rgb(22 163 74 / 0.3);
}

.focus\:text-green-600\/35:focus{
  color: rgb(22 163 74 / 0.35);
}

.focus\:text-green-600\/40:focus{
  color: rgb(22 163 74 / 0.4);
}

.focus\:text-green-600\/45:focus{
  color: rgb(22 163 74 / 0.45);
}

.focus\:text-green-600\/5:focus{
  color: rgb(22 163 74 / 0.05);
}

.focus\:text-green-600\/50:focus{
  color: rgb(22 163 74 / 0.5);
}

.focus\:text-green-600\/55:focus{
  color: rgb(22 163 74 / 0.55);
}

.focus\:text-green-600\/60:focus{
  color: rgb(22 163 74 / 0.6);
}

.focus\:text-green-600\/65:focus{
  color: rgb(22 163 74 / 0.65);
}

.focus\:text-green-600\/70:focus{
  color: rgb(22 163 74 / 0.7);
}

.focus\:text-green-600\/75:focus{
  color: rgb(22 163 74 / 0.75);
}

.focus\:text-green-600\/80:focus{
  color: rgb(22 163 74 / 0.8);
}

.focus\:text-green-600\/85:focus{
  color: rgb(22 163 74 / 0.85);
}

.focus\:text-green-600\/90:focus{
  color: rgb(22 163 74 / 0.9);
}

.focus\:text-green-600\/95:focus{
  color: rgb(22 163 74 / 0.95);
}

.focus\:text-green-700:focus{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.focus\:text-green-700\/0:focus{
  color: rgb(21 128 61 / 0);
}

.focus\:text-green-700\/10:focus{
  color: rgb(21 128 61 / 0.1);
}

.focus\:text-green-700\/100:focus{
  color: rgb(21 128 61 / 1);
}

.focus\:text-green-700\/15:focus{
  color: rgb(21 128 61 / 0.15);
}

.focus\:text-green-700\/20:focus{
  color: rgb(21 128 61 / 0.2);
}

.focus\:text-green-700\/25:focus{
  color: rgb(21 128 61 / 0.25);
}

.focus\:text-green-700\/30:focus{
  color: rgb(21 128 61 / 0.3);
}

.focus\:text-green-700\/35:focus{
  color: rgb(21 128 61 / 0.35);
}

.focus\:text-green-700\/40:focus{
  color: rgb(21 128 61 / 0.4);
}

.focus\:text-green-700\/45:focus{
  color: rgb(21 128 61 / 0.45);
}

.focus\:text-green-700\/5:focus{
  color: rgb(21 128 61 / 0.05);
}

.focus\:text-green-700\/50:focus{
  color: rgb(21 128 61 / 0.5);
}

.focus\:text-green-700\/55:focus{
  color: rgb(21 128 61 / 0.55);
}

.focus\:text-green-700\/60:focus{
  color: rgb(21 128 61 / 0.6);
}

.focus\:text-green-700\/65:focus{
  color: rgb(21 128 61 / 0.65);
}

.focus\:text-green-700\/70:focus{
  color: rgb(21 128 61 / 0.7);
}

.focus\:text-green-700\/75:focus{
  color: rgb(21 128 61 / 0.75);
}

.focus\:text-green-700\/80:focus{
  color: rgb(21 128 61 / 0.8);
}

.focus\:text-green-700\/85:focus{
  color: rgb(21 128 61 / 0.85);
}

.focus\:text-green-700\/90:focus{
  color: rgb(21 128 61 / 0.9);
}

.focus\:text-green-700\/95:focus{
  color: rgb(21 128 61 / 0.95);
}

.focus\:text-green-800:focus{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.focus\:text-green-800\/0:focus{
  color: rgb(22 101 52 / 0);
}

.focus\:text-green-800\/10:focus{
  color: rgb(22 101 52 / 0.1);
}

.focus\:text-green-800\/100:focus{
  color: rgb(22 101 52 / 1);
}

.focus\:text-green-800\/15:focus{
  color: rgb(22 101 52 / 0.15);
}

.focus\:text-green-800\/20:focus{
  color: rgb(22 101 52 / 0.2);
}

.focus\:text-green-800\/25:focus{
  color: rgb(22 101 52 / 0.25);
}

.focus\:text-green-800\/30:focus{
  color: rgb(22 101 52 / 0.3);
}

.focus\:text-green-800\/35:focus{
  color: rgb(22 101 52 / 0.35);
}

.focus\:text-green-800\/40:focus{
  color: rgb(22 101 52 / 0.4);
}

.focus\:text-green-800\/45:focus{
  color: rgb(22 101 52 / 0.45);
}

.focus\:text-green-800\/5:focus{
  color: rgb(22 101 52 / 0.05);
}

.focus\:text-green-800\/50:focus{
  color: rgb(22 101 52 / 0.5);
}

.focus\:text-green-800\/55:focus{
  color: rgb(22 101 52 / 0.55);
}

.focus\:text-green-800\/60:focus{
  color: rgb(22 101 52 / 0.6);
}

.focus\:text-green-800\/65:focus{
  color: rgb(22 101 52 / 0.65);
}

.focus\:text-green-800\/70:focus{
  color: rgb(22 101 52 / 0.7);
}

.focus\:text-green-800\/75:focus{
  color: rgb(22 101 52 / 0.75);
}

.focus\:text-green-800\/80:focus{
  color: rgb(22 101 52 / 0.8);
}

.focus\:text-green-800\/85:focus{
  color: rgb(22 101 52 / 0.85);
}

.focus\:text-green-800\/90:focus{
  color: rgb(22 101 52 / 0.9);
}

.focus\:text-green-800\/95:focus{
  color: rgb(22 101 52 / 0.95);
}

.focus\:text-green-900:focus{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.focus\:text-green-900\/0:focus{
  color: rgb(20 83 45 / 0);
}

.focus\:text-green-900\/10:focus{
  color: rgb(20 83 45 / 0.1);
}

.focus\:text-green-900\/100:focus{
  color: rgb(20 83 45 / 1);
}

.focus\:text-green-900\/15:focus{
  color: rgb(20 83 45 / 0.15);
}

.focus\:text-green-900\/20:focus{
  color: rgb(20 83 45 / 0.2);
}

.focus\:text-green-900\/25:focus{
  color: rgb(20 83 45 / 0.25);
}

.focus\:text-green-900\/30:focus{
  color: rgb(20 83 45 / 0.3);
}

.focus\:text-green-900\/35:focus{
  color: rgb(20 83 45 / 0.35);
}

.focus\:text-green-900\/40:focus{
  color: rgb(20 83 45 / 0.4);
}

.focus\:text-green-900\/45:focus{
  color: rgb(20 83 45 / 0.45);
}

.focus\:text-green-900\/5:focus{
  color: rgb(20 83 45 / 0.05);
}

.focus\:text-green-900\/50:focus{
  color: rgb(20 83 45 / 0.5);
}

.focus\:text-green-900\/55:focus{
  color: rgb(20 83 45 / 0.55);
}

.focus\:text-green-900\/60:focus{
  color: rgb(20 83 45 / 0.6);
}

.focus\:text-green-900\/65:focus{
  color: rgb(20 83 45 / 0.65);
}

.focus\:text-green-900\/70:focus{
  color: rgb(20 83 45 / 0.7);
}

.focus\:text-green-900\/75:focus{
  color: rgb(20 83 45 / 0.75);
}

.focus\:text-green-900\/80:focus{
  color: rgb(20 83 45 / 0.8);
}

.focus\:text-green-900\/85:focus{
  color: rgb(20 83 45 / 0.85);
}

.focus\:text-green-900\/90:focus{
  color: rgb(20 83 45 / 0.9);
}

.focus\:text-green-900\/95:focus{
  color: rgb(20 83 45 / 0.95);
}

.focus\:text-green-950:focus{
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}

.focus\:text-green-950\/0:focus{
  color: rgb(5 46 22 / 0);
}

.focus\:text-green-950\/10:focus{
  color: rgb(5 46 22 / 0.1);
}

.focus\:text-green-950\/100:focus{
  color: rgb(5 46 22 / 1);
}

.focus\:text-green-950\/15:focus{
  color: rgb(5 46 22 / 0.15);
}

.focus\:text-green-950\/20:focus{
  color: rgb(5 46 22 / 0.2);
}

.focus\:text-green-950\/25:focus{
  color: rgb(5 46 22 / 0.25);
}

.focus\:text-green-950\/30:focus{
  color: rgb(5 46 22 / 0.3);
}

.focus\:text-green-950\/35:focus{
  color: rgb(5 46 22 / 0.35);
}

.focus\:text-green-950\/40:focus{
  color: rgb(5 46 22 / 0.4);
}

.focus\:text-green-950\/45:focus{
  color: rgb(5 46 22 / 0.45);
}

.focus\:text-green-950\/5:focus{
  color: rgb(5 46 22 / 0.05);
}

.focus\:text-green-950\/50:focus{
  color: rgb(5 46 22 / 0.5);
}

.focus\:text-green-950\/55:focus{
  color: rgb(5 46 22 / 0.55);
}

.focus\:text-green-950\/60:focus{
  color: rgb(5 46 22 / 0.6);
}

.focus\:text-green-950\/65:focus{
  color: rgb(5 46 22 / 0.65);
}

.focus\:text-green-950\/70:focus{
  color: rgb(5 46 22 / 0.7);
}

.focus\:text-green-950\/75:focus{
  color: rgb(5 46 22 / 0.75);
}

.focus\:text-green-950\/80:focus{
  color: rgb(5 46 22 / 0.8);
}

.focus\:text-green-950\/85:focus{
  color: rgb(5 46 22 / 0.85);
}

.focus\:text-green-950\/90:focus{
  color: rgb(5 46 22 / 0.9);
}

.focus\:text-green-950\/95:focus{
  color: rgb(5 46 22 / 0.95);
}

.focus\:text-indigo-100:focus{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.focus\:text-indigo-100\/0:focus{
  color: rgb(224 231 255 / 0);
}

.focus\:text-indigo-100\/10:focus{
  color: rgb(224 231 255 / 0.1);
}

.focus\:text-indigo-100\/100:focus{
  color: rgb(224 231 255 / 1);
}

.focus\:text-indigo-100\/15:focus{
  color: rgb(224 231 255 / 0.15);
}

.focus\:text-indigo-100\/20:focus{
  color: rgb(224 231 255 / 0.2);
}

.focus\:text-indigo-100\/25:focus{
  color: rgb(224 231 255 / 0.25);
}

.focus\:text-indigo-100\/30:focus{
  color: rgb(224 231 255 / 0.3);
}

.focus\:text-indigo-100\/35:focus{
  color: rgb(224 231 255 / 0.35);
}

.focus\:text-indigo-100\/40:focus{
  color: rgb(224 231 255 / 0.4);
}

.focus\:text-indigo-100\/45:focus{
  color: rgb(224 231 255 / 0.45);
}

.focus\:text-indigo-100\/5:focus{
  color: rgb(224 231 255 / 0.05);
}

.focus\:text-indigo-100\/50:focus{
  color: rgb(224 231 255 / 0.5);
}

.focus\:text-indigo-100\/55:focus{
  color: rgb(224 231 255 / 0.55);
}

.focus\:text-indigo-100\/60:focus{
  color: rgb(224 231 255 / 0.6);
}

.focus\:text-indigo-100\/65:focus{
  color: rgb(224 231 255 / 0.65);
}

.focus\:text-indigo-100\/70:focus{
  color: rgb(224 231 255 / 0.7);
}

.focus\:text-indigo-100\/75:focus{
  color: rgb(224 231 255 / 0.75);
}

.focus\:text-indigo-100\/80:focus{
  color: rgb(224 231 255 / 0.8);
}

.focus\:text-indigo-100\/85:focus{
  color: rgb(224 231 255 / 0.85);
}

.focus\:text-indigo-100\/90:focus{
  color: rgb(224 231 255 / 0.9);
}

.focus\:text-indigo-100\/95:focus{
  color: rgb(224 231 255 / 0.95);
}

.focus\:text-indigo-200:focus{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.focus\:text-indigo-200\/0:focus{
  color: rgb(199 210 254 / 0);
}

.focus\:text-indigo-200\/10:focus{
  color: rgb(199 210 254 / 0.1);
}

.focus\:text-indigo-200\/100:focus{
  color: rgb(199 210 254 / 1);
}

.focus\:text-indigo-200\/15:focus{
  color: rgb(199 210 254 / 0.15);
}

.focus\:text-indigo-200\/20:focus{
  color: rgb(199 210 254 / 0.2);
}

.focus\:text-indigo-200\/25:focus{
  color: rgb(199 210 254 / 0.25);
}

.focus\:text-indigo-200\/30:focus{
  color: rgb(199 210 254 / 0.3);
}

.focus\:text-indigo-200\/35:focus{
  color: rgb(199 210 254 / 0.35);
}

.focus\:text-indigo-200\/40:focus{
  color: rgb(199 210 254 / 0.4);
}

.focus\:text-indigo-200\/45:focus{
  color: rgb(199 210 254 / 0.45);
}

.focus\:text-indigo-200\/5:focus{
  color: rgb(199 210 254 / 0.05);
}

.focus\:text-indigo-200\/50:focus{
  color: rgb(199 210 254 / 0.5);
}

.focus\:text-indigo-200\/55:focus{
  color: rgb(199 210 254 / 0.55);
}

.focus\:text-indigo-200\/60:focus{
  color: rgb(199 210 254 / 0.6);
}

.focus\:text-indigo-200\/65:focus{
  color: rgb(199 210 254 / 0.65);
}

.focus\:text-indigo-200\/70:focus{
  color: rgb(199 210 254 / 0.7);
}

.focus\:text-indigo-200\/75:focus{
  color: rgb(199 210 254 / 0.75);
}

.focus\:text-indigo-200\/80:focus{
  color: rgb(199 210 254 / 0.8);
}

.focus\:text-indigo-200\/85:focus{
  color: rgb(199 210 254 / 0.85);
}

.focus\:text-indigo-200\/90:focus{
  color: rgb(199 210 254 / 0.9);
}

.focus\:text-indigo-200\/95:focus{
  color: rgb(199 210 254 / 0.95);
}

.focus\:text-indigo-300:focus{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.focus\:text-indigo-300\/0:focus{
  color: rgb(165 180 252 / 0);
}

.focus\:text-indigo-300\/10:focus{
  color: rgb(165 180 252 / 0.1);
}

.focus\:text-indigo-300\/100:focus{
  color: rgb(165 180 252 / 1);
}

.focus\:text-indigo-300\/15:focus{
  color: rgb(165 180 252 / 0.15);
}

.focus\:text-indigo-300\/20:focus{
  color: rgb(165 180 252 / 0.2);
}

.focus\:text-indigo-300\/25:focus{
  color: rgb(165 180 252 / 0.25);
}

.focus\:text-indigo-300\/30:focus{
  color: rgb(165 180 252 / 0.3);
}

.focus\:text-indigo-300\/35:focus{
  color: rgb(165 180 252 / 0.35);
}

.focus\:text-indigo-300\/40:focus{
  color: rgb(165 180 252 / 0.4);
}

.focus\:text-indigo-300\/45:focus{
  color: rgb(165 180 252 / 0.45);
}

.focus\:text-indigo-300\/5:focus{
  color: rgb(165 180 252 / 0.05);
}

.focus\:text-indigo-300\/50:focus{
  color: rgb(165 180 252 / 0.5);
}

.focus\:text-indigo-300\/55:focus{
  color: rgb(165 180 252 / 0.55);
}

.focus\:text-indigo-300\/60:focus{
  color: rgb(165 180 252 / 0.6);
}

.focus\:text-indigo-300\/65:focus{
  color: rgb(165 180 252 / 0.65);
}

.focus\:text-indigo-300\/70:focus{
  color: rgb(165 180 252 / 0.7);
}

.focus\:text-indigo-300\/75:focus{
  color: rgb(165 180 252 / 0.75);
}

.focus\:text-indigo-300\/80:focus{
  color: rgb(165 180 252 / 0.8);
}

.focus\:text-indigo-300\/85:focus{
  color: rgb(165 180 252 / 0.85);
}

.focus\:text-indigo-300\/90:focus{
  color: rgb(165 180 252 / 0.9);
}

.focus\:text-indigo-300\/95:focus{
  color: rgb(165 180 252 / 0.95);
}

.focus\:text-indigo-400:focus{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.focus\:text-indigo-400\/0:focus{
  color: rgb(129 140 248 / 0);
}

.focus\:text-indigo-400\/10:focus{
  color: rgb(129 140 248 / 0.1);
}

.focus\:text-indigo-400\/100:focus{
  color: rgb(129 140 248 / 1);
}

.focus\:text-indigo-400\/15:focus{
  color: rgb(129 140 248 / 0.15);
}

.focus\:text-indigo-400\/20:focus{
  color: rgb(129 140 248 / 0.2);
}

.focus\:text-indigo-400\/25:focus{
  color: rgb(129 140 248 / 0.25);
}

.focus\:text-indigo-400\/30:focus{
  color: rgb(129 140 248 / 0.3);
}

.focus\:text-indigo-400\/35:focus{
  color: rgb(129 140 248 / 0.35);
}

.focus\:text-indigo-400\/40:focus{
  color: rgb(129 140 248 / 0.4);
}

.focus\:text-indigo-400\/45:focus{
  color: rgb(129 140 248 / 0.45);
}

.focus\:text-indigo-400\/5:focus{
  color: rgb(129 140 248 / 0.05);
}

.focus\:text-indigo-400\/50:focus{
  color: rgb(129 140 248 / 0.5);
}

.focus\:text-indigo-400\/55:focus{
  color: rgb(129 140 248 / 0.55);
}

.focus\:text-indigo-400\/60:focus{
  color: rgb(129 140 248 / 0.6);
}

.focus\:text-indigo-400\/65:focus{
  color: rgb(129 140 248 / 0.65);
}

.focus\:text-indigo-400\/70:focus{
  color: rgb(129 140 248 / 0.7);
}

.focus\:text-indigo-400\/75:focus{
  color: rgb(129 140 248 / 0.75);
}

.focus\:text-indigo-400\/80:focus{
  color: rgb(129 140 248 / 0.8);
}

.focus\:text-indigo-400\/85:focus{
  color: rgb(129 140 248 / 0.85);
}

.focus\:text-indigo-400\/90:focus{
  color: rgb(129 140 248 / 0.9);
}

.focus\:text-indigo-400\/95:focus{
  color: rgb(129 140 248 / 0.95);
}

.focus\:text-indigo-50:focus{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.focus\:text-indigo-50\/0:focus{
  color: rgb(238 242 255 / 0);
}

.focus\:text-indigo-50\/10:focus{
  color: rgb(238 242 255 / 0.1);
}

.focus\:text-indigo-50\/100:focus{
  color: rgb(238 242 255 / 1);
}

.focus\:text-indigo-50\/15:focus{
  color: rgb(238 242 255 / 0.15);
}

.focus\:text-indigo-50\/20:focus{
  color: rgb(238 242 255 / 0.2);
}

.focus\:text-indigo-50\/25:focus{
  color: rgb(238 242 255 / 0.25);
}

.focus\:text-indigo-50\/30:focus{
  color: rgb(238 242 255 / 0.3);
}

.focus\:text-indigo-50\/35:focus{
  color: rgb(238 242 255 / 0.35);
}

.focus\:text-indigo-50\/40:focus{
  color: rgb(238 242 255 / 0.4);
}

.focus\:text-indigo-50\/45:focus{
  color: rgb(238 242 255 / 0.45);
}

.focus\:text-indigo-50\/5:focus{
  color: rgb(238 242 255 / 0.05);
}

.focus\:text-indigo-50\/50:focus{
  color: rgb(238 242 255 / 0.5);
}

.focus\:text-indigo-50\/55:focus{
  color: rgb(238 242 255 / 0.55);
}

.focus\:text-indigo-50\/60:focus{
  color: rgb(238 242 255 / 0.6);
}

.focus\:text-indigo-50\/65:focus{
  color: rgb(238 242 255 / 0.65);
}

.focus\:text-indigo-50\/70:focus{
  color: rgb(238 242 255 / 0.7);
}

.focus\:text-indigo-50\/75:focus{
  color: rgb(238 242 255 / 0.75);
}

.focus\:text-indigo-50\/80:focus{
  color: rgb(238 242 255 / 0.8);
}

.focus\:text-indigo-50\/85:focus{
  color: rgb(238 242 255 / 0.85);
}

.focus\:text-indigo-50\/90:focus{
  color: rgb(238 242 255 / 0.9);
}

.focus\:text-indigo-50\/95:focus{
  color: rgb(238 242 255 / 0.95);
}

.focus\:text-indigo-500:focus{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.focus\:text-indigo-500\/0:focus{
  color: rgb(99 102 241 / 0);
}

.focus\:text-indigo-500\/10:focus{
  color: rgb(99 102 241 / 0.1);
}

.focus\:text-indigo-500\/100:focus{
  color: rgb(99 102 241 / 1);
}

.focus\:text-indigo-500\/15:focus{
  color: rgb(99 102 241 / 0.15);
}

.focus\:text-indigo-500\/20:focus{
  color: rgb(99 102 241 / 0.2);
}

.focus\:text-indigo-500\/25:focus{
  color: rgb(99 102 241 / 0.25);
}

.focus\:text-indigo-500\/30:focus{
  color: rgb(99 102 241 / 0.3);
}

.focus\:text-indigo-500\/35:focus{
  color: rgb(99 102 241 / 0.35);
}

.focus\:text-indigo-500\/40:focus{
  color: rgb(99 102 241 / 0.4);
}

.focus\:text-indigo-500\/45:focus{
  color: rgb(99 102 241 / 0.45);
}

.focus\:text-indigo-500\/5:focus{
  color: rgb(99 102 241 / 0.05);
}

.focus\:text-indigo-500\/50:focus{
  color: rgb(99 102 241 / 0.5);
}

.focus\:text-indigo-500\/55:focus{
  color: rgb(99 102 241 / 0.55);
}

.focus\:text-indigo-500\/60:focus{
  color: rgb(99 102 241 / 0.6);
}

.focus\:text-indigo-500\/65:focus{
  color: rgb(99 102 241 / 0.65);
}

.focus\:text-indigo-500\/70:focus{
  color: rgb(99 102 241 / 0.7);
}

.focus\:text-indigo-500\/75:focus{
  color: rgb(99 102 241 / 0.75);
}

.focus\:text-indigo-500\/80:focus{
  color: rgb(99 102 241 / 0.8);
}

.focus\:text-indigo-500\/85:focus{
  color: rgb(99 102 241 / 0.85);
}

.focus\:text-indigo-500\/90:focus{
  color: rgb(99 102 241 / 0.9);
}

.focus\:text-indigo-500\/95:focus{
  color: rgb(99 102 241 / 0.95);
}

.focus\:text-indigo-600:focus{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.focus\:text-indigo-600\/0:focus{
  color: rgb(79 70 229 / 0);
}

.focus\:text-indigo-600\/10:focus{
  color: rgb(79 70 229 / 0.1);
}

.focus\:text-indigo-600\/100:focus{
  color: rgb(79 70 229 / 1);
}

.focus\:text-indigo-600\/15:focus{
  color: rgb(79 70 229 / 0.15);
}

.focus\:text-indigo-600\/20:focus{
  color: rgb(79 70 229 / 0.2);
}

.focus\:text-indigo-600\/25:focus{
  color: rgb(79 70 229 / 0.25);
}

.focus\:text-indigo-600\/30:focus{
  color: rgb(79 70 229 / 0.3);
}

.focus\:text-indigo-600\/35:focus{
  color: rgb(79 70 229 / 0.35);
}

.focus\:text-indigo-600\/40:focus{
  color: rgb(79 70 229 / 0.4);
}

.focus\:text-indigo-600\/45:focus{
  color: rgb(79 70 229 / 0.45);
}

.focus\:text-indigo-600\/5:focus{
  color: rgb(79 70 229 / 0.05);
}

.focus\:text-indigo-600\/50:focus{
  color: rgb(79 70 229 / 0.5);
}

.focus\:text-indigo-600\/55:focus{
  color: rgb(79 70 229 / 0.55);
}

.focus\:text-indigo-600\/60:focus{
  color: rgb(79 70 229 / 0.6);
}

.focus\:text-indigo-600\/65:focus{
  color: rgb(79 70 229 / 0.65);
}

.focus\:text-indigo-600\/70:focus{
  color: rgb(79 70 229 / 0.7);
}

.focus\:text-indigo-600\/75:focus{
  color: rgb(79 70 229 / 0.75);
}

.focus\:text-indigo-600\/80:focus{
  color: rgb(79 70 229 / 0.8);
}

.focus\:text-indigo-600\/85:focus{
  color: rgb(79 70 229 / 0.85);
}

.focus\:text-indigo-600\/90:focus{
  color: rgb(79 70 229 / 0.9);
}

.focus\:text-indigo-600\/95:focus{
  color: rgb(79 70 229 / 0.95);
}

.focus\:text-indigo-700:focus{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.focus\:text-indigo-700\/0:focus{
  color: rgb(67 56 202 / 0);
}

.focus\:text-indigo-700\/10:focus{
  color: rgb(67 56 202 / 0.1);
}

.focus\:text-indigo-700\/100:focus{
  color: rgb(67 56 202 / 1);
}

.focus\:text-indigo-700\/15:focus{
  color: rgb(67 56 202 / 0.15);
}

.focus\:text-indigo-700\/20:focus{
  color: rgb(67 56 202 / 0.2);
}

.focus\:text-indigo-700\/25:focus{
  color: rgb(67 56 202 / 0.25);
}

.focus\:text-indigo-700\/30:focus{
  color: rgb(67 56 202 / 0.3);
}

.focus\:text-indigo-700\/35:focus{
  color: rgb(67 56 202 / 0.35);
}

.focus\:text-indigo-700\/40:focus{
  color: rgb(67 56 202 / 0.4);
}

.focus\:text-indigo-700\/45:focus{
  color: rgb(67 56 202 / 0.45);
}

.focus\:text-indigo-700\/5:focus{
  color: rgb(67 56 202 / 0.05);
}

.focus\:text-indigo-700\/50:focus{
  color: rgb(67 56 202 / 0.5);
}

.focus\:text-indigo-700\/55:focus{
  color: rgb(67 56 202 / 0.55);
}

.focus\:text-indigo-700\/60:focus{
  color: rgb(67 56 202 / 0.6);
}

.focus\:text-indigo-700\/65:focus{
  color: rgb(67 56 202 / 0.65);
}

.focus\:text-indigo-700\/70:focus{
  color: rgb(67 56 202 / 0.7);
}

.focus\:text-indigo-700\/75:focus{
  color: rgb(67 56 202 / 0.75);
}

.focus\:text-indigo-700\/80:focus{
  color: rgb(67 56 202 / 0.8);
}

.focus\:text-indigo-700\/85:focus{
  color: rgb(67 56 202 / 0.85);
}

.focus\:text-indigo-700\/90:focus{
  color: rgb(67 56 202 / 0.9);
}

.focus\:text-indigo-700\/95:focus{
  color: rgb(67 56 202 / 0.95);
}

.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.focus\:text-indigo-800\/0:focus{
  color: rgb(55 48 163 / 0);
}

.focus\:text-indigo-800\/10:focus{
  color: rgb(55 48 163 / 0.1);
}

.focus\:text-indigo-800\/100:focus{
  color: rgb(55 48 163 / 1);
}

.focus\:text-indigo-800\/15:focus{
  color: rgb(55 48 163 / 0.15);
}

.focus\:text-indigo-800\/20:focus{
  color: rgb(55 48 163 / 0.2);
}

.focus\:text-indigo-800\/25:focus{
  color: rgb(55 48 163 / 0.25);
}

.focus\:text-indigo-800\/30:focus{
  color: rgb(55 48 163 / 0.3);
}

.focus\:text-indigo-800\/35:focus{
  color: rgb(55 48 163 / 0.35);
}

.focus\:text-indigo-800\/40:focus{
  color: rgb(55 48 163 / 0.4);
}

.focus\:text-indigo-800\/45:focus{
  color: rgb(55 48 163 / 0.45);
}

.focus\:text-indigo-800\/5:focus{
  color: rgb(55 48 163 / 0.05);
}

.focus\:text-indigo-800\/50:focus{
  color: rgb(55 48 163 / 0.5);
}

.focus\:text-indigo-800\/55:focus{
  color: rgb(55 48 163 / 0.55);
}

.focus\:text-indigo-800\/60:focus{
  color: rgb(55 48 163 / 0.6);
}

.focus\:text-indigo-800\/65:focus{
  color: rgb(55 48 163 / 0.65);
}

.focus\:text-indigo-800\/70:focus{
  color: rgb(55 48 163 / 0.7);
}

.focus\:text-indigo-800\/75:focus{
  color: rgb(55 48 163 / 0.75);
}

.focus\:text-indigo-800\/80:focus{
  color: rgb(55 48 163 / 0.8);
}

.focus\:text-indigo-800\/85:focus{
  color: rgb(55 48 163 / 0.85);
}

.focus\:text-indigo-800\/90:focus{
  color: rgb(55 48 163 / 0.9);
}

.focus\:text-indigo-800\/95:focus{
  color: rgb(55 48 163 / 0.95);
}

.focus\:text-indigo-900:focus{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.focus\:text-indigo-900\/0:focus{
  color: rgb(49 46 129 / 0);
}

.focus\:text-indigo-900\/10:focus{
  color: rgb(49 46 129 / 0.1);
}

.focus\:text-indigo-900\/100:focus{
  color: rgb(49 46 129 / 1);
}

.focus\:text-indigo-900\/15:focus{
  color: rgb(49 46 129 / 0.15);
}

.focus\:text-indigo-900\/20:focus{
  color: rgb(49 46 129 / 0.2);
}

.focus\:text-indigo-900\/25:focus{
  color: rgb(49 46 129 / 0.25);
}

.focus\:text-indigo-900\/30:focus{
  color: rgb(49 46 129 / 0.3);
}

.focus\:text-indigo-900\/35:focus{
  color: rgb(49 46 129 / 0.35);
}

.focus\:text-indigo-900\/40:focus{
  color: rgb(49 46 129 / 0.4);
}

.focus\:text-indigo-900\/45:focus{
  color: rgb(49 46 129 / 0.45);
}

.focus\:text-indigo-900\/5:focus{
  color: rgb(49 46 129 / 0.05);
}

.focus\:text-indigo-900\/50:focus{
  color: rgb(49 46 129 / 0.5);
}

.focus\:text-indigo-900\/55:focus{
  color: rgb(49 46 129 / 0.55);
}

.focus\:text-indigo-900\/60:focus{
  color: rgb(49 46 129 / 0.6);
}

.focus\:text-indigo-900\/65:focus{
  color: rgb(49 46 129 / 0.65);
}

.focus\:text-indigo-900\/70:focus{
  color: rgb(49 46 129 / 0.7);
}

.focus\:text-indigo-900\/75:focus{
  color: rgb(49 46 129 / 0.75);
}

.focus\:text-indigo-900\/80:focus{
  color: rgb(49 46 129 / 0.8);
}

.focus\:text-indigo-900\/85:focus{
  color: rgb(49 46 129 / 0.85);
}

.focus\:text-indigo-900\/90:focus{
  color: rgb(49 46 129 / 0.9);
}

.focus\:text-indigo-900\/95:focus{
  color: rgb(49 46 129 / 0.95);
}

.focus\:text-indigo-950:focus{
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}

.focus\:text-indigo-950\/0:focus{
  color: rgb(30 27 75 / 0);
}

.focus\:text-indigo-950\/10:focus{
  color: rgb(30 27 75 / 0.1);
}

.focus\:text-indigo-950\/100:focus{
  color: rgb(30 27 75 / 1);
}

.focus\:text-indigo-950\/15:focus{
  color: rgb(30 27 75 / 0.15);
}

.focus\:text-indigo-950\/20:focus{
  color: rgb(30 27 75 / 0.2);
}

.focus\:text-indigo-950\/25:focus{
  color: rgb(30 27 75 / 0.25);
}

.focus\:text-indigo-950\/30:focus{
  color: rgb(30 27 75 / 0.3);
}

.focus\:text-indigo-950\/35:focus{
  color: rgb(30 27 75 / 0.35);
}

.focus\:text-indigo-950\/40:focus{
  color: rgb(30 27 75 / 0.4);
}

.focus\:text-indigo-950\/45:focus{
  color: rgb(30 27 75 / 0.45);
}

.focus\:text-indigo-950\/5:focus{
  color: rgb(30 27 75 / 0.05);
}

.focus\:text-indigo-950\/50:focus{
  color: rgb(30 27 75 / 0.5);
}

.focus\:text-indigo-950\/55:focus{
  color: rgb(30 27 75 / 0.55);
}

.focus\:text-indigo-950\/60:focus{
  color: rgb(30 27 75 / 0.6);
}

.focus\:text-indigo-950\/65:focus{
  color: rgb(30 27 75 / 0.65);
}

.focus\:text-indigo-950\/70:focus{
  color: rgb(30 27 75 / 0.7);
}

.focus\:text-indigo-950\/75:focus{
  color: rgb(30 27 75 / 0.75);
}

.focus\:text-indigo-950\/80:focus{
  color: rgb(30 27 75 / 0.8);
}

.focus\:text-indigo-950\/85:focus{
  color: rgb(30 27 75 / 0.85);
}

.focus\:text-indigo-950\/90:focus{
  color: rgb(30 27 75 / 0.9);
}

.focus\:text-indigo-950\/95:focus{
  color: rgb(30 27 75 / 0.95);
}

.focus\:text-info:focus{
  --tw-text-opacity: 1;
  color: rgb(247 159 26 / var(--tw-text-opacity));
}

.focus\:text-info-hover:focus{
  --tw-text-opacity: 1;
  color: rgb(203 122 0 / var(--tw-text-opacity));
}

.focus\:text-info-hover\/0:focus{
  color: rgb(203 122 0 / 0);
}

.focus\:text-info-hover\/10:focus{
  color: rgb(203 122 0 / 0.1);
}

.focus\:text-info-hover\/100:focus{
  color: rgb(203 122 0 / 1);
}

.focus\:text-info-hover\/15:focus{
  color: rgb(203 122 0 / 0.15);
}

.focus\:text-info-hover\/20:focus{
  color: rgb(203 122 0 / 0.2);
}

.focus\:text-info-hover\/25:focus{
  color: rgb(203 122 0 / 0.25);
}

.focus\:text-info-hover\/30:focus{
  color: rgb(203 122 0 / 0.3);
}

.focus\:text-info-hover\/35:focus{
  color: rgb(203 122 0 / 0.35);
}

.focus\:text-info-hover\/40:focus{
  color: rgb(203 122 0 / 0.4);
}

.focus\:text-info-hover\/45:focus{
  color: rgb(203 122 0 / 0.45);
}

.focus\:text-info-hover\/5:focus{
  color: rgb(203 122 0 / 0.05);
}

.focus\:text-info-hover\/50:focus{
  color: rgb(203 122 0 / 0.5);
}

.focus\:text-info-hover\/55:focus{
  color: rgb(203 122 0 / 0.55);
}

.focus\:text-info-hover\/60:focus{
  color: rgb(203 122 0 / 0.6);
}

.focus\:text-info-hover\/65:focus{
  color: rgb(203 122 0 / 0.65);
}

.focus\:text-info-hover\/70:focus{
  color: rgb(203 122 0 / 0.7);
}

.focus\:text-info-hover\/75:focus{
  color: rgb(203 122 0 / 0.75);
}

.focus\:text-info-hover\/80:focus{
  color: rgb(203 122 0 / 0.8);
}

.focus\:text-info-hover\/85:focus{
  color: rgb(203 122 0 / 0.85);
}

.focus\:text-info-hover\/90:focus{
  color: rgb(203 122 0 / 0.9);
}

.focus\:text-info-hover\/95:focus{
  color: rgb(203 122 0 / 0.95);
}

.focus\:text-info\/0:focus{
  color: rgb(247 159 26 / 0);
}

.focus\:text-info\/10:focus{
  color: rgb(247 159 26 / 0.1);
}

.focus\:text-info\/100:focus{
  color: rgb(247 159 26 / 1);
}

.focus\:text-info\/15:focus{
  color: rgb(247 159 26 / 0.15);
}

.focus\:text-info\/20:focus{
  color: rgb(247 159 26 / 0.2);
}

.focus\:text-info\/25:focus{
  color: rgb(247 159 26 / 0.25);
}

.focus\:text-info\/30:focus{
  color: rgb(247 159 26 / 0.3);
}

.focus\:text-info\/35:focus{
  color: rgb(247 159 26 / 0.35);
}

.focus\:text-info\/40:focus{
  color: rgb(247 159 26 / 0.4);
}

.focus\:text-info\/45:focus{
  color: rgb(247 159 26 / 0.45);
}

.focus\:text-info\/5:focus{
  color: rgb(247 159 26 / 0.05);
}

.focus\:text-info\/50:focus{
  color: rgb(247 159 26 / 0.5);
}

.focus\:text-info\/55:focus{
  color: rgb(247 159 26 / 0.55);
}

.focus\:text-info\/60:focus{
  color: rgb(247 159 26 / 0.6);
}

.focus\:text-info\/65:focus{
  color: rgb(247 159 26 / 0.65);
}

.focus\:text-info\/70:focus{
  color: rgb(247 159 26 / 0.7);
}

.focus\:text-info\/75:focus{
  color: rgb(247 159 26 / 0.75);
}

.focus\:text-info\/80:focus{
  color: rgb(247 159 26 / 0.8);
}

.focus\:text-info\/85:focus{
  color: rgb(247 159 26 / 0.85);
}

.focus\:text-info\/90:focus{
  color: rgb(247 159 26 / 0.9);
}

.focus\:text-info\/95:focus{
  color: rgb(247 159 26 / 0.95);
}

.focus\:text-inherit:focus{
  color: inherit;
}

.focus\:text-lime-100:focus{
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}

.focus\:text-lime-100\/0:focus{
  color: rgb(236 252 203 / 0);
}

.focus\:text-lime-100\/10:focus{
  color: rgb(236 252 203 / 0.1);
}

.focus\:text-lime-100\/100:focus{
  color: rgb(236 252 203 / 1);
}

.focus\:text-lime-100\/15:focus{
  color: rgb(236 252 203 / 0.15);
}

.focus\:text-lime-100\/20:focus{
  color: rgb(236 252 203 / 0.2);
}

.focus\:text-lime-100\/25:focus{
  color: rgb(236 252 203 / 0.25);
}

.focus\:text-lime-100\/30:focus{
  color: rgb(236 252 203 / 0.3);
}

.focus\:text-lime-100\/35:focus{
  color: rgb(236 252 203 / 0.35);
}

.focus\:text-lime-100\/40:focus{
  color: rgb(236 252 203 / 0.4);
}

.focus\:text-lime-100\/45:focus{
  color: rgb(236 252 203 / 0.45);
}

.focus\:text-lime-100\/5:focus{
  color: rgb(236 252 203 / 0.05);
}

.focus\:text-lime-100\/50:focus{
  color: rgb(236 252 203 / 0.5);
}

.focus\:text-lime-100\/55:focus{
  color: rgb(236 252 203 / 0.55);
}

.focus\:text-lime-100\/60:focus{
  color: rgb(236 252 203 / 0.6);
}

.focus\:text-lime-100\/65:focus{
  color: rgb(236 252 203 / 0.65);
}

.focus\:text-lime-100\/70:focus{
  color: rgb(236 252 203 / 0.7);
}

.focus\:text-lime-100\/75:focus{
  color: rgb(236 252 203 / 0.75);
}

.focus\:text-lime-100\/80:focus{
  color: rgb(236 252 203 / 0.8);
}

.focus\:text-lime-100\/85:focus{
  color: rgb(236 252 203 / 0.85);
}

.focus\:text-lime-100\/90:focus{
  color: rgb(236 252 203 / 0.9);
}

.focus\:text-lime-100\/95:focus{
  color: rgb(236 252 203 / 0.95);
}

.focus\:text-lime-200:focus{
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}

.focus\:text-lime-200\/0:focus{
  color: rgb(217 249 157 / 0);
}

.focus\:text-lime-200\/10:focus{
  color: rgb(217 249 157 / 0.1);
}

.focus\:text-lime-200\/100:focus{
  color: rgb(217 249 157 / 1);
}

.focus\:text-lime-200\/15:focus{
  color: rgb(217 249 157 / 0.15);
}

.focus\:text-lime-200\/20:focus{
  color: rgb(217 249 157 / 0.2);
}

.focus\:text-lime-200\/25:focus{
  color: rgb(217 249 157 / 0.25);
}

.focus\:text-lime-200\/30:focus{
  color: rgb(217 249 157 / 0.3);
}

.focus\:text-lime-200\/35:focus{
  color: rgb(217 249 157 / 0.35);
}

.focus\:text-lime-200\/40:focus{
  color: rgb(217 249 157 / 0.4);
}

.focus\:text-lime-200\/45:focus{
  color: rgb(217 249 157 / 0.45);
}

.focus\:text-lime-200\/5:focus{
  color: rgb(217 249 157 / 0.05);
}

.focus\:text-lime-200\/50:focus{
  color: rgb(217 249 157 / 0.5);
}

.focus\:text-lime-200\/55:focus{
  color: rgb(217 249 157 / 0.55);
}

.focus\:text-lime-200\/60:focus{
  color: rgb(217 249 157 / 0.6);
}

.focus\:text-lime-200\/65:focus{
  color: rgb(217 249 157 / 0.65);
}

.focus\:text-lime-200\/70:focus{
  color: rgb(217 249 157 / 0.7);
}

.focus\:text-lime-200\/75:focus{
  color: rgb(217 249 157 / 0.75);
}

.focus\:text-lime-200\/80:focus{
  color: rgb(217 249 157 / 0.8);
}

.focus\:text-lime-200\/85:focus{
  color: rgb(217 249 157 / 0.85);
}

.focus\:text-lime-200\/90:focus{
  color: rgb(217 249 157 / 0.9);
}

.focus\:text-lime-200\/95:focus{
  color: rgb(217 249 157 / 0.95);
}

.focus\:text-lime-300:focus{
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}

.focus\:text-lime-300\/0:focus{
  color: rgb(190 242 100 / 0);
}

.focus\:text-lime-300\/10:focus{
  color: rgb(190 242 100 / 0.1);
}

.focus\:text-lime-300\/100:focus{
  color: rgb(190 242 100 / 1);
}

.focus\:text-lime-300\/15:focus{
  color: rgb(190 242 100 / 0.15);
}

.focus\:text-lime-300\/20:focus{
  color: rgb(190 242 100 / 0.2);
}

.focus\:text-lime-300\/25:focus{
  color: rgb(190 242 100 / 0.25);
}

.focus\:text-lime-300\/30:focus{
  color: rgb(190 242 100 / 0.3);
}

.focus\:text-lime-300\/35:focus{
  color: rgb(190 242 100 / 0.35);
}

.focus\:text-lime-300\/40:focus{
  color: rgb(190 242 100 / 0.4);
}

.focus\:text-lime-300\/45:focus{
  color: rgb(190 242 100 / 0.45);
}

.focus\:text-lime-300\/5:focus{
  color: rgb(190 242 100 / 0.05);
}

.focus\:text-lime-300\/50:focus{
  color: rgb(190 242 100 / 0.5);
}

.focus\:text-lime-300\/55:focus{
  color: rgb(190 242 100 / 0.55);
}

.focus\:text-lime-300\/60:focus{
  color: rgb(190 242 100 / 0.6);
}

.focus\:text-lime-300\/65:focus{
  color: rgb(190 242 100 / 0.65);
}

.focus\:text-lime-300\/70:focus{
  color: rgb(190 242 100 / 0.7);
}

.focus\:text-lime-300\/75:focus{
  color: rgb(190 242 100 / 0.75);
}

.focus\:text-lime-300\/80:focus{
  color: rgb(190 242 100 / 0.8);
}

.focus\:text-lime-300\/85:focus{
  color: rgb(190 242 100 / 0.85);
}

.focus\:text-lime-300\/90:focus{
  color: rgb(190 242 100 / 0.9);
}

.focus\:text-lime-300\/95:focus{
  color: rgb(190 242 100 / 0.95);
}

.focus\:text-lime-400:focus{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.focus\:text-lime-400\/0:focus{
  color: rgb(163 230 53 / 0);
}

.focus\:text-lime-400\/10:focus{
  color: rgb(163 230 53 / 0.1);
}

.focus\:text-lime-400\/100:focus{
  color: rgb(163 230 53 / 1);
}

.focus\:text-lime-400\/15:focus{
  color: rgb(163 230 53 / 0.15);
}

.focus\:text-lime-400\/20:focus{
  color: rgb(163 230 53 / 0.2);
}

.focus\:text-lime-400\/25:focus{
  color: rgb(163 230 53 / 0.25);
}

.focus\:text-lime-400\/30:focus{
  color: rgb(163 230 53 / 0.3);
}

.focus\:text-lime-400\/35:focus{
  color: rgb(163 230 53 / 0.35);
}

.focus\:text-lime-400\/40:focus{
  color: rgb(163 230 53 / 0.4);
}

.focus\:text-lime-400\/45:focus{
  color: rgb(163 230 53 / 0.45);
}

.focus\:text-lime-400\/5:focus{
  color: rgb(163 230 53 / 0.05);
}

.focus\:text-lime-400\/50:focus{
  color: rgb(163 230 53 / 0.5);
}

.focus\:text-lime-400\/55:focus{
  color: rgb(163 230 53 / 0.55);
}

.focus\:text-lime-400\/60:focus{
  color: rgb(163 230 53 / 0.6);
}

.focus\:text-lime-400\/65:focus{
  color: rgb(163 230 53 / 0.65);
}

.focus\:text-lime-400\/70:focus{
  color: rgb(163 230 53 / 0.7);
}

.focus\:text-lime-400\/75:focus{
  color: rgb(163 230 53 / 0.75);
}

.focus\:text-lime-400\/80:focus{
  color: rgb(163 230 53 / 0.8);
}

.focus\:text-lime-400\/85:focus{
  color: rgb(163 230 53 / 0.85);
}

.focus\:text-lime-400\/90:focus{
  color: rgb(163 230 53 / 0.9);
}

.focus\:text-lime-400\/95:focus{
  color: rgb(163 230 53 / 0.95);
}

.focus\:text-lime-50:focus{
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}

.focus\:text-lime-50\/0:focus{
  color: rgb(247 254 231 / 0);
}

.focus\:text-lime-50\/10:focus{
  color: rgb(247 254 231 / 0.1);
}

.focus\:text-lime-50\/100:focus{
  color: rgb(247 254 231 / 1);
}

.focus\:text-lime-50\/15:focus{
  color: rgb(247 254 231 / 0.15);
}

.focus\:text-lime-50\/20:focus{
  color: rgb(247 254 231 / 0.2);
}

.focus\:text-lime-50\/25:focus{
  color: rgb(247 254 231 / 0.25);
}

.focus\:text-lime-50\/30:focus{
  color: rgb(247 254 231 / 0.3);
}

.focus\:text-lime-50\/35:focus{
  color: rgb(247 254 231 / 0.35);
}

.focus\:text-lime-50\/40:focus{
  color: rgb(247 254 231 / 0.4);
}

.focus\:text-lime-50\/45:focus{
  color: rgb(247 254 231 / 0.45);
}

.focus\:text-lime-50\/5:focus{
  color: rgb(247 254 231 / 0.05);
}

.focus\:text-lime-50\/50:focus{
  color: rgb(247 254 231 / 0.5);
}

.focus\:text-lime-50\/55:focus{
  color: rgb(247 254 231 / 0.55);
}

.focus\:text-lime-50\/60:focus{
  color: rgb(247 254 231 / 0.6);
}

.focus\:text-lime-50\/65:focus{
  color: rgb(247 254 231 / 0.65);
}

.focus\:text-lime-50\/70:focus{
  color: rgb(247 254 231 / 0.7);
}

.focus\:text-lime-50\/75:focus{
  color: rgb(247 254 231 / 0.75);
}

.focus\:text-lime-50\/80:focus{
  color: rgb(247 254 231 / 0.8);
}

.focus\:text-lime-50\/85:focus{
  color: rgb(247 254 231 / 0.85);
}

.focus\:text-lime-50\/90:focus{
  color: rgb(247 254 231 / 0.9);
}

.focus\:text-lime-50\/95:focus{
  color: rgb(247 254 231 / 0.95);
}

.focus\:text-lime-500:focus{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.focus\:text-lime-500\/0:focus{
  color: rgb(132 204 22 / 0);
}

.focus\:text-lime-500\/10:focus{
  color: rgb(132 204 22 / 0.1);
}

.focus\:text-lime-500\/100:focus{
  color: rgb(132 204 22 / 1);
}

.focus\:text-lime-500\/15:focus{
  color: rgb(132 204 22 / 0.15);
}

.focus\:text-lime-500\/20:focus{
  color: rgb(132 204 22 / 0.2);
}

.focus\:text-lime-500\/25:focus{
  color: rgb(132 204 22 / 0.25);
}

.focus\:text-lime-500\/30:focus{
  color: rgb(132 204 22 / 0.3);
}

.focus\:text-lime-500\/35:focus{
  color: rgb(132 204 22 / 0.35);
}

.focus\:text-lime-500\/40:focus{
  color: rgb(132 204 22 / 0.4);
}

.focus\:text-lime-500\/45:focus{
  color: rgb(132 204 22 / 0.45);
}

.focus\:text-lime-500\/5:focus{
  color: rgb(132 204 22 / 0.05);
}

.focus\:text-lime-500\/50:focus{
  color: rgb(132 204 22 / 0.5);
}

.focus\:text-lime-500\/55:focus{
  color: rgb(132 204 22 / 0.55);
}

.focus\:text-lime-500\/60:focus{
  color: rgb(132 204 22 / 0.6);
}

.focus\:text-lime-500\/65:focus{
  color: rgb(132 204 22 / 0.65);
}

.focus\:text-lime-500\/70:focus{
  color: rgb(132 204 22 / 0.7);
}

.focus\:text-lime-500\/75:focus{
  color: rgb(132 204 22 / 0.75);
}

.focus\:text-lime-500\/80:focus{
  color: rgb(132 204 22 / 0.8);
}

.focus\:text-lime-500\/85:focus{
  color: rgb(132 204 22 / 0.85);
}

.focus\:text-lime-500\/90:focus{
  color: rgb(132 204 22 / 0.9);
}

.focus\:text-lime-500\/95:focus{
  color: rgb(132 204 22 / 0.95);
}

.focus\:text-lime-600:focus{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.focus\:text-lime-600\/0:focus{
  color: rgb(101 163 13 / 0);
}

.focus\:text-lime-600\/10:focus{
  color: rgb(101 163 13 / 0.1);
}

.focus\:text-lime-600\/100:focus{
  color: rgb(101 163 13 / 1);
}

.focus\:text-lime-600\/15:focus{
  color: rgb(101 163 13 / 0.15);
}

.focus\:text-lime-600\/20:focus{
  color: rgb(101 163 13 / 0.2);
}

.focus\:text-lime-600\/25:focus{
  color: rgb(101 163 13 / 0.25);
}

.focus\:text-lime-600\/30:focus{
  color: rgb(101 163 13 / 0.3);
}

.focus\:text-lime-600\/35:focus{
  color: rgb(101 163 13 / 0.35);
}

.focus\:text-lime-600\/40:focus{
  color: rgb(101 163 13 / 0.4);
}

.focus\:text-lime-600\/45:focus{
  color: rgb(101 163 13 / 0.45);
}

.focus\:text-lime-600\/5:focus{
  color: rgb(101 163 13 / 0.05);
}

.focus\:text-lime-600\/50:focus{
  color: rgb(101 163 13 / 0.5);
}

.focus\:text-lime-600\/55:focus{
  color: rgb(101 163 13 / 0.55);
}

.focus\:text-lime-600\/60:focus{
  color: rgb(101 163 13 / 0.6);
}

.focus\:text-lime-600\/65:focus{
  color: rgb(101 163 13 / 0.65);
}

.focus\:text-lime-600\/70:focus{
  color: rgb(101 163 13 / 0.7);
}

.focus\:text-lime-600\/75:focus{
  color: rgb(101 163 13 / 0.75);
}

.focus\:text-lime-600\/80:focus{
  color: rgb(101 163 13 / 0.8);
}

.focus\:text-lime-600\/85:focus{
  color: rgb(101 163 13 / 0.85);
}

.focus\:text-lime-600\/90:focus{
  color: rgb(101 163 13 / 0.9);
}

.focus\:text-lime-600\/95:focus{
  color: rgb(101 163 13 / 0.95);
}

.focus\:text-lime-700:focus{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.focus\:text-lime-700\/0:focus{
  color: rgb(77 124 15 / 0);
}

.focus\:text-lime-700\/10:focus{
  color: rgb(77 124 15 / 0.1);
}

.focus\:text-lime-700\/100:focus{
  color: rgb(77 124 15 / 1);
}

.focus\:text-lime-700\/15:focus{
  color: rgb(77 124 15 / 0.15);
}

.focus\:text-lime-700\/20:focus{
  color: rgb(77 124 15 / 0.2);
}

.focus\:text-lime-700\/25:focus{
  color: rgb(77 124 15 / 0.25);
}

.focus\:text-lime-700\/30:focus{
  color: rgb(77 124 15 / 0.3);
}

.focus\:text-lime-700\/35:focus{
  color: rgb(77 124 15 / 0.35);
}

.focus\:text-lime-700\/40:focus{
  color: rgb(77 124 15 / 0.4);
}

.focus\:text-lime-700\/45:focus{
  color: rgb(77 124 15 / 0.45);
}

.focus\:text-lime-700\/5:focus{
  color: rgb(77 124 15 / 0.05);
}

.focus\:text-lime-700\/50:focus{
  color: rgb(77 124 15 / 0.5);
}

.focus\:text-lime-700\/55:focus{
  color: rgb(77 124 15 / 0.55);
}

.focus\:text-lime-700\/60:focus{
  color: rgb(77 124 15 / 0.6);
}

.focus\:text-lime-700\/65:focus{
  color: rgb(77 124 15 / 0.65);
}

.focus\:text-lime-700\/70:focus{
  color: rgb(77 124 15 / 0.7);
}

.focus\:text-lime-700\/75:focus{
  color: rgb(77 124 15 / 0.75);
}

.focus\:text-lime-700\/80:focus{
  color: rgb(77 124 15 / 0.8);
}

.focus\:text-lime-700\/85:focus{
  color: rgb(77 124 15 / 0.85);
}

.focus\:text-lime-700\/90:focus{
  color: rgb(77 124 15 / 0.9);
}

.focus\:text-lime-700\/95:focus{
  color: rgb(77 124 15 / 0.95);
}

.focus\:text-lime-800:focus{
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}

.focus\:text-lime-800\/0:focus{
  color: rgb(63 98 18 / 0);
}

.focus\:text-lime-800\/10:focus{
  color: rgb(63 98 18 / 0.1);
}

.focus\:text-lime-800\/100:focus{
  color: rgb(63 98 18 / 1);
}

.focus\:text-lime-800\/15:focus{
  color: rgb(63 98 18 / 0.15);
}

.focus\:text-lime-800\/20:focus{
  color: rgb(63 98 18 / 0.2);
}

.focus\:text-lime-800\/25:focus{
  color: rgb(63 98 18 / 0.25);
}

.focus\:text-lime-800\/30:focus{
  color: rgb(63 98 18 / 0.3);
}

.focus\:text-lime-800\/35:focus{
  color: rgb(63 98 18 / 0.35);
}

.focus\:text-lime-800\/40:focus{
  color: rgb(63 98 18 / 0.4);
}

.focus\:text-lime-800\/45:focus{
  color: rgb(63 98 18 / 0.45);
}

.focus\:text-lime-800\/5:focus{
  color: rgb(63 98 18 / 0.05);
}

.focus\:text-lime-800\/50:focus{
  color: rgb(63 98 18 / 0.5);
}

.focus\:text-lime-800\/55:focus{
  color: rgb(63 98 18 / 0.55);
}

.focus\:text-lime-800\/60:focus{
  color: rgb(63 98 18 / 0.6);
}

.focus\:text-lime-800\/65:focus{
  color: rgb(63 98 18 / 0.65);
}

.focus\:text-lime-800\/70:focus{
  color: rgb(63 98 18 / 0.7);
}

.focus\:text-lime-800\/75:focus{
  color: rgb(63 98 18 / 0.75);
}

.focus\:text-lime-800\/80:focus{
  color: rgb(63 98 18 / 0.8);
}

.focus\:text-lime-800\/85:focus{
  color: rgb(63 98 18 / 0.85);
}

.focus\:text-lime-800\/90:focus{
  color: rgb(63 98 18 / 0.9);
}

.focus\:text-lime-800\/95:focus{
  color: rgb(63 98 18 / 0.95);
}

.focus\:text-lime-900:focus{
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}

.focus\:text-lime-900\/0:focus{
  color: rgb(54 83 20 / 0);
}

.focus\:text-lime-900\/10:focus{
  color: rgb(54 83 20 / 0.1);
}

.focus\:text-lime-900\/100:focus{
  color: rgb(54 83 20 / 1);
}

.focus\:text-lime-900\/15:focus{
  color: rgb(54 83 20 / 0.15);
}

.focus\:text-lime-900\/20:focus{
  color: rgb(54 83 20 / 0.2);
}

.focus\:text-lime-900\/25:focus{
  color: rgb(54 83 20 / 0.25);
}

.focus\:text-lime-900\/30:focus{
  color: rgb(54 83 20 / 0.3);
}

.focus\:text-lime-900\/35:focus{
  color: rgb(54 83 20 / 0.35);
}

.focus\:text-lime-900\/40:focus{
  color: rgb(54 83 20 / 0.4);
}

.focus\:text-lime-900\/45:focus{
  color: rgb(54 83 20 / 0.45);
}

.focus\:text-lime-900\/5:focus{
  color: rgb(54 83 20 / 0.05);
}

.focus\:text-lime-900\/50:focus{
  color: rgb(54 83 20 / 0.5);
}

.focus\:text-lime-900\/55:focus{
  color: rgb(54 83 20 / 0.55);
}

.focus\:text-lime-900\/60:focus{
  color: rgb(54 83 20 / 0.6);
}

.focus\:text-lime-900\/65:focus{
  color: rgb(54 83 20 / 0.65);
}

.focus\:text-lime-900\/70:focus{
  color: rgb(54 83 20 / 0.7);
}

.focus\:text-lime-900\/75:focus{
  color: rgb(54 83 20 / 0.75);
}

.focus\:text-lime-900\/80:focus{
  color: rgb(54 83 20 / 0.8);
}

.focus\:text-lime-900\/85:focus{
  color: rgb(54 83 20 / 0.85);
}

.focus\:text-lime-900\/90:focus{
  color: rgb(54 83 20 / 0.9);
}

.focus\:text-lime-900\/95:focus{
  color: rgb(54 83 20 / 0.95);
}

.focus\:text-lime-950:focus{
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}

.focus\:text-lime-950\/0:focus{
  color: rgb(26 46 5 / 0);
}

.focus\:text-lime-950\/10:focus{
  color: rgb(26 46 5 / 0.1);
}

.focus\:text-lime-950\/100:focus{
  color: rgb(26 46 5 / 1);
}

.focus\:text-lime-950\/15:focus{
  color: rgb(26 46 5 / 0.15);
}

.focus\:text-lime-950\/20:focus{
  color: rgb(26 46 5 / 0.2);
}

.focus\:text-lime-950\/25:focus{
  color: rgb(26 46 5 / 0.25);
}

.focus\:text-lime-950\/30:focus{
  color: rgb(26 46 5 / 0.3);
}

.focus\:text-lime-950\/35:focus{
  color: rgb(26 46 5 / 0.35);
}

.focus\:text-lime-950\/40:focus{
  color: rgb(26 46 5 / 0.4);
}

.focus\:text-lime-950\/45:focus{
  color: rgb(26 46 5 / 0.45);
}

.focus\:text-lime-950\/5:focus{
  color: rgb(26 46 5 / 0.05);
}

.focus\:text-lime-950\/50:focus{
  color: rgb(26 46 5 / 0.5);
}

.focus\:text-lime-950\/55:focus{
  color: rgb(26 46 5 / 0.55);
}

.focus\:text-lime-950\/60:focus{
  color: rgb(26 46 5 / 0.6);
}

.focus\:text-lime-950\/65:focus{
  color: rgb(26 46 5 / 0.65);
}

.focus\:text-lime-950\/70:focus{
  color: rgb(26 46 5 / 0.7);
}

.focus\:text-lime-950\/75:focus{
  color: rgb(26 46 5 / 0.75);
}

.focus\:text-lime-950\/80:focus{
  color: rgb(26 46 5 / 0.8);
}

.focus\:text-lime-950\/85:focus{
  color: rgb(26 46 5 / 0.85);
}

.focus\:text-lime-950\/90:focus{
  color: rgb(26 46 5 / 0.9);
}

.focus\:text-lime-950\/95:focus{
  color: rgb(26 46 5 / 0.95);
}

.focus\:text-neutral-01:focus{
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}

.focus\:text-neutral-01\/0:focus{
  color: rgb(224 224 224 / 0);
}

.focus\:text-neutral-01\/10:focus{
  color: rgb(224 224 224 / 0.1);
}

.focus\:text-neutral-01\/100:focus{
  color: rgb(224 224 224 / 1);
}

.focus\:text-neutral-01\/15:focus{
  color: rgb(224 224 224 / 0.15);
}

.focus\:text-neutral-01\/20:focus{
  color: rgb(224 224 224 / 0.2);
}

.focus\:text-neutral-01\/25:focus{
  color: rgb(224 224 224 / 0.25);
}

.focus\:text-neutral-01\/30:focus{
  color: rgb(224 224 224 / 0.3);
}

.focus\:text-neutral-01\/35:focus{
  color: rgb(224 224 224 / 0.35);
}

.focus\:text-neutral-01\/40:focus{
  color: rgb(224 224 224 / 0.4);
}

.focus\:text-neutral-01\/45:focus{
  color: rgb(224 224 224 / 0.45);
}

.focus\:text-neutral-01\/5:focus{
  color: rgb(224 224 224 / 0.05);
}

.focus\:text-neutral-01\/50:focus{
  color: rgb(224 224 224 / 0.5);
}

.focus\:text-neutral-01\/55:focus{
  color: rgb(224 224 224 / 0.55);
}

.focus\:text-neutral-01\/60:focus{
  color: rgb(224 224 224 / 0.6);
}

.focus\:text-neutral-01\/65:focus{
  color: rgb(224 224 224 / 0.65);
}

.focus\:text-neutral-01\/70:focus{
  color: rgb(224 224 224 / 0.7);
}

.focus\:text-neutral-01\/75:focus{
  color: rgb(224 224 224 / 0.75);
}

.focus\:text-neutral-01\/80:focus{
  color: rgb(224 224 224 / 0.8);
}

.focus\:text-neutral-01\/85:focus{
  color: rgb(224 224 224 / 0.85);
}

.focus\:text-neutral-01\/90:focus{
  color: rgb(224 224 224 / 0.9);
}

.focus\:text-neutral-01\/95:focus{
  color: rgb(224 224 224 / 0.95);
}

.focus\:text-neutral-02:focus{
  --tw-text-opacity: 1;
  color: rgb(228 234 238 / var(--tw-text-opacity));
}

.focus\:text-neutral-02\/0:focus{
  color: rgb(228 234 238 / 0);
}

.focus\:text-neutral-02\/10:focus{
  color: rgb(228 234 238 / 0.1);
}

.focus\:text-neutral-02\/100:focus{
  color: rgb(228 234 238 / 1);
}

.focus\:text-neutral-02\/15:focus{
  color: rgb(228 234 238 / 0.15);
}

.focus\:text-neutral-02\/20:focus{
  color: rgb(228 234 238 / 0.2);
}

.focus\:text-neutral-02\/25:focus{
  color: rgb(228 234 238 / 0.25);
}

.focus\:text-neutral-02\/30:focus{
  color: rgb(228 234 238 / 0.3);
}

.focus\:text-neutral-02\/35:focus{
  color: rgb(228 234 238 / 0.35);
}

.focus\:text-neutral-02\/40:focus{
  color: rgb(228 234 238 / 0.4);
}

.focus\:text-neutral-02\/45:focus{
  color: rgb(228 234 238 / 0.45);
}

.focus\:text-neutral-02\/5:focus{
  color: rgb(228 234 238 / 0.05);
}

.focus\:text-neutral-02\/50:focus{
  color: rgb(228 234 238 / 0.5);
}

.focus\:text-neutral-02\/55:focus{
  color: rgb(228 234 238 / 0.55);
}

.focus\:text-neutral-02\/60:focus{
  color: rgb(228 234 238 / 0.6);
}

.focus\:text-neutral-02\/65:focus{
  color: rgb(228 234 238 / 0.65);
}

.focus\:text-neutral-02\/70:focus{
  color: rgb(228 234 238 / 0.7);
}

.focus\:text-neutral-02\/75:focus{
  color: rgb(228 234 238 / 0.75);
}

.focus\:text-neutral-02\/80:focus{
  color: rgb(228 234 238 / 0.8);
}

.focus\:text-neutral-02\/85:focus{
  color: rgb(228 234 238 / 0.85);
}

.focus\:text-neutral-02\/90:focus{
  color: rgb(228 234 238 / 0.9);
}

.focus\:text-neutral-02\/95:focus{
  color: rgb(228 234 238 / 0.95);
}

.focus\:text-neutral-03:focus{
  --tw-text-opacity: 1;
  color: rgb(236 239 250 / var(--tw-text-opacity));
}

.focus\:text-neutral-03\/0:focus{
  color: rgb(236 239 250 / 0);
}

.focus\:text-neutral-03\/10:focus{
  color: rgb(236 239 250 / 0.1);
}

.focus\:text-neutral-03\/100:focus{
  color: rgb(236 239 250 / 1);
}

.focus\:text-neutral-03\/15:focus{
  color: rgb(236 239 250 / 0.15);
}

.focus\:text-neutral-03\/20:focus{
  color: rgb(236 239 250 / 0.2);
}

.focus\:text-neutral-03\/25:focus{
  color: rgb(236 239 250 / 0.25);
}

.focus\:text-neutral-03\/30:focus{
  color: rgb(236 239 250 / 0.3);
}

.focus\:text-neutral-03\/35:focus{
  color: rgb(236 239 250 / 0.35);
}

.focus\:text-neutral-03\/40:focus{
  color: rgb(236 239 250 / 0.4);
}

.focus\:text-neutral-03\/45:focus{
  color: rgb(236 239 250 / 0.45);
}

.focus\:text-neutral-03\/5:focus{
  color: rgb(236 239 250 / 0.05);
}

.focus\:text-neutral-03\/50:focus{
  color: rgb(236 239 250 / 0.5);
}

.focus\:text-neutral-03\/55:focus{
  color: rgb(236 239 250 / 0.55);
}

.focus\:text-neutral-03\/60:focus{
  color: rgb(236 239 250 / 0.6);
}

.focus\:text-neutral-03\/65:focus{
  color: rgb(236 239 250 / 0.65);
}

.focus\:text-neutral-03\/70:focus{
  color: rgb(236 239 250 / 0.7);
}

.focus\:text-neutral-03\/75:focus{
  color: rgb(236 239 250 / 0.75);
}

.focus\:text-neutral-03\/80:focus{
  color: rgb(236 239 250 / 0.8);
}

.focus\:text-neutral-03\/85:focus{
  color: rgb(236 239 250 / 0.85);
}

.focus\:text-neutral-03\/90:focus{
  color: rgb(236 239 250 / 0.9);
}

.focus\:text-neutral-03\/95:focus{
  color: rgb(236 239 250 / 0.95);
}

.focus\:text-neutral-04:focus{
  --tw-text-opacity: 1;
  color: rgb(215 218 226 / var(--tw-text-opacity));
}

.focus\:text-neutral-04\/0:focus{
  color: rgb(215 218 226 / 0);
}

.focus\:text-neutral-04\/10:focus{
  color: rgb(215 218 226 / 0.1);
}

.focus\:text-neutral-04\/100:focus{
  color: rgb(215 218 226 / 1);
}

.focus\:text-neutral-04\/15:focus{
  color: rgb(215 218 226 / 0.15);
}

.focus\:text-neutral-04\/20:focus{
  color: rgb(215 218 226 / 0.2);
}

.focus\:text-neutral-04\/25:focus{
  color: rgb(215 218 226 / 0.25);
}

.focus\:text-neutral-04\/30:focus{
  color: rgb(215 218 226 / 0.3);
}

.focus\:text-neutral-04\/35:focus{
  color: rgb(215 218 226 / 0.35);
}

.focus\:text-neutral-04\/40:focus{
  color: rgb(215 218 226 / 0.4);
}

.focus\:text-neutral-04\/45:focus{
  color: rgb(215 218 226 / 0.45);
}

.focus\:text-neutral-04\/5:focus{
  color: rgb(215 218 226 / 0.05);
}

.focus\:text-neutral-04\/50:focus{
  color: rgb(215 218 226 / 0.5);
}

.focus\:text-neutral-04\/55:focus{
  color: rgb(215 218 226 / 0.55);
}

.focus\:text-neutral-04\/60:focus{
  color: rgb(215 218 226 / 0.6);
}

.focus\:text-neutral-04\/65:focus{
  color: rgb(215 218 226 / 0.65);
}

.focus\:text-neutral-04\/70:focus{
  color: rgb(215 218 226 / 0.7);
}

.focus\:text-neutral-04\/75:focus{
  color: rgb(215 218 226 / 0.75);
}

.focus\:text-neutral-04\/80:focus{
  color: rgb(215 218 226 / 0.8);
}

.focus\:text-neutral-04\/85:focus{
  color: rgb(215 218 226 / 0.85);
}

.focus\:text-neutral-04\/90:focus{
  color: rgb(215 218 226 / 0.9);
}

.focus\:text-neutral-04\/95:focus{
  color: rgb(215 218 226 / 0.95);
}

.focus\:text-neutral-05:focus{
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}

.focus\:text-neutral-05\/0:focus{
  color: rgb(246 246 246 / 0);
}

.focus\:text-neutral-05\/10:focus{
  color: rgb(246 246 246 / 0.1);
}

.focus\:text-neutral-05\/100:focus{
  color: rgb(246 246 246 / 1);
}

.focus\:text-neutral-05\/15:focus{
  color: rgb(246 246 246 / 0.15);
}

.focus\:text-neutral-05\/20:focus{
  color: rgb(246 246 246 / 0.2);
}

.focus\:text-neutral-05\/25:focus{
  color: rgb(246 246 246 / 0.25);
}

.focus\:text-neutral-05\/30:focus{
  color: rgb(246 246 246 / 0.3);
}

.focus\:text-neutral-05\/35:focus{
  color: rgb(246 246 246 / 0.35);
}

.focus\:text-neutral-05\/40:focus{
  color: rgb(246 246 246 / 0.4);
}

.focus\:text-neutral-05\/45:focus{
  color: rgb(246 246 246 / 0.45);
}

.focus\:text-neutral-05\/5:focus{
  color: rgb(246 246 246 / 0.05);
}

.focus\:text-neutral-05\/50:focus{
  color: rgb(246 246 246 / 0.5);
}

.focus\:text-neutral-05\/55:focus{
  color: rgb(246 246 246 / 0.55);
}

.focus\:text-neutral-05\/60:focus{
  color: rgb(246 246 246 / 0.6);
}

.focus\:text-neutral-05\/65:focus{
  color: rgb(246 246 246 / 0.65);
}

.focus\:text-neutral-05\/70:focus{
  color: rgb(246 246 246 / 0.7);
}

.focus\:text-neutral-05\/75:focus{
  color: rgb(246 246 246 / 0.75);
}

.focus\:text-neutral-05\/80:focus{
  color: rgb(246 246 246 / 0.8);
}

.focus\:text-neutral-05\/85:focus{
  color: rgb(246 246 246 / 0.85);
}

.focus\:text-neutral-05\/90:focus{
  color: rgb(246 246 246 / 0.9);
}

.focus\:text-neutral-05\/95:focus{
  color: rgb(246 246 246 / 0.95);
}

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

.focus\:text-neutral-100\/0:focus{
  color: rgb(245 245 245 / 0);
}

.focus\:text-neutral-100\/10:focus{
  color: rgb(245 245 245 / 0.1);
}

.focus\:text-neutral-100\/100:focus{
  color: rgb(245 245 245 / 1);
}

.focus\:text-neutral-100\/15:focus{
  color: rgb(245 245 245 / 0.15);
}

.focus\:text-neutral-100\/20:focus{
  color: rgb(245 245 245 / 0.2);
}

.focus\:text-neutral-100\/25:focus{
  color: rgb(245 245 245 / 0.25);
}

.focus\:text-neutral-100\/30:focus{
  color: rgb(245 245 245 / 0.3);
}

.focus\:text-neutral-100\/35:focus{
  color: rgb(245 245 245 / 0.35);
}

.focus\:text-neutral-100\/40:focus{
  color: rgb(245 245 245 / 0.4);
}

.focus\:text-neutral-100\/45:focus{
  color: rgb(245 245 245 / 0.45);
}

.focus\:text-neutral-100\/5:focus{
  color: rgb(245 245 245 / 0.05);
}

.focus\:text-neutral-100\/50:focus{
  color: rgb(245 245 245 / 0.5);
}

.focus\:text-neutral-100\/55:focus{
  color: rgb(245 245 245 / 0.55);
}

.focus\:text-neutral-100\/60:focus{
  color: rgb(245 245 245 / 0.6);
}

.focus\:text-neutral-100\/65:focus{
  color: rgb(245 245 245 / 0.65);
}

.focus\:text-neutral-100\/70:focus{
  color: rgb(245 245 245 / 0.7);
}

.focus\:text-neutral-100\/75:focus{
  color: rgb(245 245 245 / 0.75);
}

.focus\:text-neutral-100\/80:focus{
  color: rgb(245 245 245 / 0.8);
}

.focus\:text-neutral-100\/85:focus{
  color: rgb(245 245 245 / 0.85);
}

.focus\:text-neutral-100\/90:focus{
  color: rgb(245 245 245 / 0.9);
}

.focus\:text-neutral-100\/95:focus{
  color: rgb(245 245 245 / 0.95);
}

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

.focus\:text-neutral-200\/0:focus{
  color: rgb(229 229 229 / 0);
}

.focus\:text-neutral-200\/10:focus{
  color: rgb(229 229 229 / 0.1);
}

.focus\:text-neutral-200\/100:focus{
  color: rgb(229 229 229 / 1);
}

.focus\:text-neutral-200\/15:focus{
  color: rgb(229 229 229 / 0.15);
}

.focus\:text-neutral-200\/20:focus{
  color: rgb(229 229 229 / 0.2);
}

.focus\:text-neutral-200\/25:focus{
  color: rgb(229 229 229 / 0.25);
}

.focus\:text-neutral-200\/30:focus{
  color: rgb(229 229 229 / 0.3);
}

.focus\:text-neutral-200\/35:focus{
  color: rgb(229 229 229 / 0.35);
}

.focus\:text-neutral-200\/40:focus{
  color: rgb(229 229 229 / 0.4);
}

.focus\:text-neutral-200\/45:focus{
  color: rgb(229 229 229 / 0.45);
}

.focus\:text-neutral-200\/5:focus{
  color: rgb(229 229 229 / 0.05);
}

.focus\:text-neutral-200\/50:focus{
  color: rgb(229 229 229 / 0.5);
}

.focus\:text-neutral-200\/55:focus{
  color: rgb(229 229 229 / 0.55);
}

.focus\:text-neutral-200\/60:focus{
  color: rgb(229 229 229 / 0.6);
}

.focus\:text-neutral-200\/65:focus{
  color: rgb(229 229 229 / 0.65);
}

.focus\:text-neutral-200\/70:focus{
  color: rgb(229 229 229 / 0.7);
}

.focus\:text-neutral-200\/75:focus{
  color: rgb(229 229 229 / 0.75);
}

.focus\:text-neutral-200\/80:focus{
  color: rgb(229 229 229 / 0.8);
}

.focus\:text-neutral-200\/85:focus{
  color: rgb(229 229 229 / 0.85);
}

.focus\:text-neutral-200\/90:focus{
  color: rgb(229 229 229 / 0.9);
}

.focus\:text-neutral-200\/95:focus{
  color: rgb(229 229 229 / 0.95);
}

.focus\:text-neutral-300:focus{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.focus\:text-neutral-300\/0:focus{
  color: rgb(212 212 212 / 0);
}

.focus\:text-neutral-300\/10:focus{
  color: rgb(212 212 212 / 0.1);
}

.focus\:text-neutral-300\/100:focus{
  color: rgb(212 212 212 / 1);
}

.focus\:text-neutral-300\/15:focus{
  color: rgb(212 212 212 / 0.15);
}

.focus\:text-neutral-300\/20:focus{
  color: rgb(212 212 212 / 0.2);
}

.focus\:text-neutral-300\/25:focus{
  color: rgb(212 212 212 / 0.25);
}

.focus\:text-neutral-300\/30:focus{
  color: rgb(212 212 212 / 0.3);
}

.focus\:text-neutral-300\/35:focus{
  color: rgb(212 212 212 / 0.35);
}

.focus\:text-neutral-300\/40:focus{
  color: rgb(212 212 212 / 0.4);
}

.focus\:text-neutral-300\/45:focus{
  color: rgb(212 212 212 / 0.45);
}

.focus\:text-neutral-300\/5:focus{
  color: rgb(212 212 212 / 0.05);
}

.focus\:text-neutral-300\/50:focus{
  color: rgb(212 212 212 / 0.5);
}

.focus\:text-neutral-300\/55:focus{
  color: rgb(212 212 212 / 0.55);
}

.focus\:text-neutral-300\/60:focus{
  color: rgb(212 212 212 / 0.6);
}

.focus\:text-neutral-300\/65:focus{
  color: rgb(212 212 212 / 0.65);
}

.focus\:text-neutral-300\/70:focus{
  color: rgb(212 212 212 / 0.7);
}

.focus\:text-neutral-300\/75:focus{
  color: rgb(212 212 212 / 0.75);
}

.focus\:text-neutral-300\/80:focus{
  color: rgb(212 212 212 / 0.8);
}

.focus\:text-neutral-300\/85:focus{
  color: rgb(212 212 212 / 0.85);
}

.focus\:text-neutral-300\/90:focus{
  color: rgb(212 212 212 / 0.9);
}

.focus\:text-neutral-300\/95:focus{
  color: rgb(212 212 212 / 0.95);
}

.focus\:text-neutral-400:focus{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.focus\:text-neutral-400\/0:focus{
  color: rgb(163 163 163 / 0);
}

.focus\:text-neutral-400\/10:focus{
  color: rgb(163 163 163 / 0.1);
}

.focus\:text-neutral-400\/100:focus{
  color: rgb(163 163 163 / 1);
}

.focus\:text-neutral-400\/15:focus{
  color: rgb(163 163 163 / 0.15);
}

.focus\:text-neutral-400\/20:focus{
  color: rgb(163 163 163 / 0.2);
}

.focus\:text-neutral-400\/25:focus{
  color: rgb(163 163 163 / 0.25);
}

.focus\:text-neutral-400\/30:focus{
  color: rgb(163 163 163 / 0.3);
}

.focus\:text-neutral-400\/35:focus{
  color: rgb(163 163 163 / 0.35);
}

.focus\:text-neutral-400\/40:focus{
  color: rgb(163 163 163 / 0.4);
}

.focus\:text-neutral-400\/45:focus{
  color: rgb(163 163 163 / 0.45);
}

.focus\:text-neutral-400\/5:focus{
  color: rgb(163 163 163 / 0.05);
}

.focus\:text-neutral-400\/50:focus{
  color: rgb(163 163 163 / 0.5);
}

.focus\:text-neutral-400\/55:focus{
  color: rgb(163 163 163 / 0.55);
}

.focus\:text-neutral-400\/60:focus{
  color: rgb(163 163 163 / 0.6);
}

.focus\:text-neutral-400\/65:focus{
  color: rgb(163 163 163 / 0.65);
}

.focus\:text-neutral-400\/70:focus{
  color: rgb(163 163 163 / 0.7);
}

.focus\:text-neutral-400\/75:focus{
  color: rgb(163 163 163 / 0.75);
}

.focus\:text-neutral-400\/80:focus{
  color: rgb(163 163 163 / 0.8);
}

.focus\:text-neutral-400\/85:focus{
  color: rgb(163 163 163 / 0.85);
}

.focus\:text-neutral-400\/90:focus{
  color: rgb(163 163 163 / 0.9);
}

.focus\:text-neutral-400\/95:focus{
  color: rgb(163 163 163 / 0.95);
}

.focus\:text-neutral-50:focus{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.focus\:text-neutral-50\/0:focus{
  color: rgb(250 250 250 / 0);
}

.focus\:text-neutral-50\/10:focus{
  color: rgb(250 250 250 / 0.1);
}

.focus\:text-neutral-50\/100:focus{
  color: rgb(250 250 250 / 1);
}

.focus\:text-neutral-50\/15:focus{
  color: rgb(250 250 250 / 0.15);
}

.focus\:text-neutral-50\/20:focus{
  color: rgb(250 250 250 / 0.2);
}

.focus\:text-neutral-50\/25:focus{
  color: rgb(250 250 250 / 0.25);
}

.focus\:text-neutral-50\/30:focus{
  color: rgb(250 250 250 / 0.3);
}

.focus\:text-neutral-50\/35:focus{
  color: rgb(250 250 250 / 0.35);
}

.focus\:text-neutral-50\/40:focus{
  color: rgb(250 250 250 / 0.4);
}

.focus\:text-neutral-50\/45:focus{
  color: rgb(250 250 250 / 0.45);
}

.focus\:text-neutral-50\/5:focus{
  color: rgb(250 250 250 / 0.05);
}

.focus\:text-neutral-50\/50:focus{
  color: rgb(250 250 250 / 0.5);
}

.focus\:text-neutral-50\/55:focus{
  color: rgb(250 250 250 / 0.55);
}

.focus\:text-neutral-50\/60:focus{
  color: rgb(250 250 250 / 0.6);
}

.focus\:text-neutral-50\/65:focus{
  color: rgb(250 250 250 / 0.65);
}

.focus\:text-neutral-50\/70:focus{
  color: rgb(250 250 250 / 0.7);
}

.focus\:text-neutral-50\/75:focus{
  color: rgb(250 250 250 / 0.75);
}

.focus\:text-neutral-50\/80:focus{
  color: rgb(250 250 250 / 0.8);
}

.focus\:text-neutral-50\/85:focus{
  color: rgb(250 250 250 / 0.85);
}

.focus\:text-neutral-50\/90:focus{
  color: rgb(250 250 250 / 0.9);
}

.focus\:text-neutral-50\/95:focus{
  color: rgb(250 250 250 / 0.95);
}

.focus\:text-neutral-500:focus{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.focus\:text-neutral-500\/0:focus{
  color: rgb(115 115 115 / 0);
}

.focus\:text-neutral-500\/10:focus{
  color: rgb(115 115 115 / 0.1);
}

.focus\:text-neutral-500\/100:focus{
  color: rgb(115 115 115 / 1);
}

.focus\:text-neutral-500\/15:focus{
  color: rgb(115 115 115 / 0.15);
}

.focus\:text-neutral-500\/20:focus{
  color: rgb(115 115 115 / 0.2);
}

.focus\:text-neutral-500\/25:focus{
  color: rgb(115 115 115 / 0.25);
}

.focus\:text-neutral-500\/30:focus{
  color: rgb(115 115 115 / 0.3);
}

.focus\:text-neutral-500\/35:focus{
  color: rgb(115 115 115 / 0.35);
}

.focus\:text-neutral-500\/40:focus{
  color: rgb(115 115 115 / 0.4);
}

.focus\:text-neutral-500\/45:focus{
  color: rgb(115 115 115 / 0.45);
}

.focus\:text-neutral-500\/5:focus{
  color: rgb(115 115 115 / 0.05);
}

.focus\:text-neutral-500\/50:focus{
  color: rgb(115 115 115 / 0.5);
}

.focus\:text-neutral-500\/55:focus{
  color: rgb(115 115 115 / 0.55);
}

.focus\:text-neutral-500\/60:focus{
  color: rgb(115 115 115 / 0.6);
}

.focus\:text-neutral-500\/65:focus{
  color: rgb(115 115 115 / 0.65);
}

.focus\:text-neutral-500\/70:focus{
  color: rgb(115 115 115 / 0.7);
}

.focus\:text-neutral-500\/75:focus{
  color: rgb(115 115 115 / 0.75);
}

.focus\:text-neutral-500\/80:focus{
  color: rgb(115 115 115 / 0.8);
}

.focus\:text-neutral-500\/85:focus{
  color: rgb(115 115 115 / 0.85);
}

.focus\:text-neutral-500\/90:focus{
  color: rgb(115 115 115 / 0.9);
}

.focus\:text-neutral-500\/95:focus{
  color: rgb(115 115 115 / 0.95);
}

.focus\:text-neutral-600:focus{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.focus\:text-neutral-600\/0:focus{
  color: rgb(82 82 82 / 0);
}

.focus\:text-neutral-600\/10:focus{
  color: rgb(82 82 82 / 0.1);
}

.focus\:text-neutral-600\/100:focus{
  color: rgb(82 82 82 / 1);
}

.focus\:text-neutral-600\/15:focus{
  color: rgb(82 82 82 / 0.15);
}

.focus\:text-neutral-600\/20:focus{
  color: rgb(82 82 82 / 0.2);
}

.focus\:text-neutral-600\/25:focus{
  color: rgb(82 82 82 / 0.25);
}

.focus\:text-neutral-600\/30:focus{
  color: rgb(82 82 82 / 0.3);
}

.focus\:text-neutral-600\/35:focus{
  color: rgb(82 82 82 / 0.35);
}

.focus\:text-neutral-600\/40:focus{
  color: rgb(82 82 82 / 0.4);
}

.focus\:text-neutral-600\/45:focus{
  color: rgb(82 82 82 / 0.45);
}

.focus\:text-neutral-600\/5:focus{
  color: rgb(82 82 82 / 0.05);
}

.focus\:text-neutral-600\/50:focus{
  color: rgb(82 82 82 / 0.5);
}

.focus\:text-neutral-600\/55:focus{
  color: rgb(82 82 82 / 0.55);
}

.focus\:text-neutral-600\/60:focus{
  color: rgb(82 82 82 / 0.6);
}

.focus\:text-neutral-600\/65:focus{
  color: rgb(82 82 82 / 0.65);
}

.focus\:text-neutral-600\/70:focus{
  color: rgb(82 82 82 / 0.7);
}

.focus\:text-neutral-600\/75:focus{
  color: rgb(82 82 82 / 0.75);
}

.focus\:text-neutral-600\/80:focus{
  color: rgb(82 82 82 / 0.8);
}

.focus\:text-neutral-600\/85:focus{
  color: rgb(82 82 82 / 0.85);
}

.focus\:text-neutral-600\/90:focus{
  color: rgb(82 82 82 / 0.9);
}

.focus\:text-neutral-600\/95:focus{
  color: rgb(82 82 82 / 0.95);
}

.focus\:text-neutral-700:focus{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.focus\:text-neutral-700\/0:focus{
  color: rgb(64 64 64 / 0);
}

.focus\:text-neutral-700\/10:focus{
  color: rgb(64 64 64 / 0.1);
}

.focus\:text-neutral-700\/100:focus{
  color: rgb(64 64 64 / 1);
}

.focus\:text-neutral-700\/15:focus{
  color: rgb(64 64 64 / 0.15);
}

.focus\:text-neutral-700\/20:focus{
  color: rgb(64 64 64 / 0.2);
}

.focus\:text-neutral-700\/25:focus{
  color: rgb(64 64 64 / 0.25);
}

.focus\:text-neutral-700\/30:focus{
  color: rgb(64 64 64 / 0.3);
}

.focus\:text-neutral-700\/35:focus{
  color: rgb(64 64 64 / 0.35);
}

.focus\:text-neutral-700\/40:focus{
  color: rgb(64 64 64 / 0.4);
}

.focus\:text-neutral-700\/45:focus{
  color: rgb(64 64 64 / 0.45);
}

.focus\:text-neutral-700\/5:focus{
  color: rgb(64 64 64 / 0.05);
}

.focus\:text-neutral-700\/50:focus{
  color: rgb(64 64 64 / 0.5);
}

.focus\:text-neutral-700\/55:focus{
  color: rgb(64 64 64 / 0.55);
}

.focus\:text-neutral-700\/60:focus{
  color: rgb(64 64 64 / 0.6);
}

.focus\:text-neutral-700\/65:focus{
  color: rgb(64 64 64 / 0.65);
}

.focus\:text-neutral-700\/70:focus{
  color: rgb(64 64 64 / 0.7);
}

.focus\:text-neutral-700\/75:focus{
  color: rgb(64 64 64 / 0.75);
}

.focus\:text-neutral-700\/80:focus{
  color: rgb(64 64 64 / 0.8);
}

.focus\:text-neutral-700\/85:focus{
  color: rgb(64 64 64 / 0.85);
}

.focus\:text-neutral-700\/90:focus{
  color: rgb(64 64 64 / 0.9);
}

.focus\:text-neutral-700\/95:focus{
  color: rgb(64 64 64 / 0.95);
}

.focus\:text-neutral-800:focus{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.focus\:text-neutral-800\/0:focus{
  color: rgb(38 38 38 / 0);
}

.focus\:text-neutral-800\/10:focus{
  color: rgb(38 38 38 / 0.1);
}

.focus\:text-neutral-800\/100:focus{
  color: rgb(38 38 38 / 1);
}

.focus\:text-neutral-800\/15:focus{
  color: rgb(38 38 38 / 0.15);
}

.focus\:text-neutral-800\/20:focus{
  color: rgb(38 38 38 / 0.2);
}

.focus\:text-neutral-800\/25:focus{
  color: rgb(38 38 38 / 0.25);
}

.focus\:text-neutral-800\/30:focus{
  color: rgb(38 38 38 / 0.3);
}

.focus\:text-neutral-800\/35:focus{
  color: rgb(38 38 38 / 0.35);
}

.focus\:text-neutral-800\/40:focus{
  color: rgb(38 38 38 / 0.4);
}

.focus\:text-neutral-800\/45:focus{
  color: rgb(38 38 38 / 0.45);
}

.focus\:text-neutral-800\/5:focus{
  color: rgb(38 38 38 / 0.05);
}

.focus\:text-neutral-800\/50:focus{
  color: rgb(38 38 38 / 0.5);
}

.focus\:text-neutral-800\/55:focus{
  color: rgb(38 38 38 / 0.55);
}

.focus\:text-neutral-800\/60:focus{
  color: rgb(38 38 38 / 0.6);
}

.focus\:text-neutral-800\/65:focus{
  color: rgb(38 38 38 / 0.65);
}

.focus\:text-neutral-800\/70:focus{
  color: rgb(38 38 38 / 0.7);
}

.focus\:text-neutral-800\/75:focus{
  color: rgb(38 38 38 / 0.75);
}

.focus\:text-neutral-800\/80:focus{
  color: rgb(38 38 38 / 0.8);
}

.focus\:text-neutral-800\/85:focus{
  color: rgb(38 38 38 / 0.85);
}

.focus\:text-neutral-800\/90:focus{
  color: rgb(38 38 38 / 0.9);
}

.focus\:text-neutral-800\/95:focus{
  color: rgb(38 38 38 / 0.95);
}

.focus\:text-neutral-900:focus{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.focus\:text-neutral-900\/0:focus{
  color: rgb(23 23 23 / 0);
}

.focus\:text-neutral-900\/10:focus{
  color: rgb(23 23 23 / 0.1);
}

.focus\:text-neutral-900\/100:focus{
  color: rgb(23 23 23 / 1);
}

.focus\:text-neutral-900\/15:focus{
  color: rgb(23 23 23 / 0.15);
}

.focus\:text-neutral-900\/20:focus{
  color: rgb(23 23 23 / 0.2);
}

.focus\:text-neutral-900\/25:focus{
  color: rgb(23 23 23 / 0.25);
}

.focus\:text-neutral-900\/30:focus{
  color: rgb(23 23 23 / 0.3);
}

.focus\:text-neutral-900\/35:focus{
  color: rgb(23 23 23 / 0.35);
}

.focus\:text-neutral-900\/40:focus{
  color: rgb(23 23 23 / 0.4);
}

.focus\:text-neutral-900\/45:focus{
  color: rgb(23 23 23 / 0.45);
}

.focus\:text-neutral-900\/5:focus{
  color: rgb(23 23 23 / 0.05);
}

.focus\:text-neutral-900\/50:focus{
  color: rgb(23 23 23 / 0.5);
}

.focus\:text-neutral-900\/55:focus{
  color: rgb(23 23 23 / 0.55);
}

.focus\:text-neutral-900\/60:focus{
  color: rgb(23 23 23 / 0.6);
}

.focus\:text-neutral-900\/65:focus{
  color: rgb(23 23 23 / 0.65);
}

.focus\:text-neutral-900\/70:focus{
  color: rgb(23 23 23 / 0.7);
}

.focus\:text-neutral-900\/75:focus{
  color: rgb(23 23 23 / 0.75);
}

.focus\:text-neutral-900\/80:focus{
  color: rgb(23 23 23 / 0.8);
}

.focus\:text-neutral-900\/85:focus{
  color: rgb(23 23 23 / 0.85);
}

.focus\:text-neutral-900\/90:focus{
  color: rgb(23 23 23 / 0.9);
}

.focus\:text-neutral-900\/95:focus{
  color: rgb(23 23 23 / 0.95);
}

.focus\:text-neutral-950:focus{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.focus\:text-neutral-950\/0:focus{
  color: rgb(10 10 10 / 0);
}

.focus\:text-neutral-950\/10:focus{
  color: rgb(10 10 10 / 0.1);
}

.focus\:text-neutral-950\/100:focus{
  color: rgb(10 10 10 / 1);
}

.focus\:text-neutral-950\/15:focus{
  color: rgb(10 10 10 / 0.15);
}

.focus\:text-neutral-950\/20:focus{
  color: rgb(10 10 10 / 0.2);
}

.focus\:text-neutral-950\/25:focus{
  color: rgb(10 10 10 / 0.25);
}

.focus\:text-neutral-950\/30:focus{
  color: rgb(10 10 10 / 0.3);
}

.focus\:text-neutral-950\/35:focus{
  color: rgb(10 10 10 / 0.35);
}

.focus\:text-neutral-950\/40:focus{
  color: rgb(10 10 10 / 0.4);
}

.focus\:text-neutral-950\/45:focus{
  color: rgb(10 10 10 / 0.45);
}

.focus\:text-neutral-950\/5:focus{
  color: rgb(10 10 10 / 0.05);
}

.focus\:text-neutral-950\/50:focus{
  color: rgb(10 10 10 / 0.5);
}

.focus\:text-neutral-950\/55:focus{
  color: rgb(10 10 10 / 0.55);
}

.focus\:text-neutral-950\/60:focus{
  color: rgb(10 10 10 / 0.6);
}

.focus\:text-neutral-950\/65:focus{
  color: rgb(10 10 10 / 0.65);
}

.focus\:text-neutral-950\/70:focus{
  color: rgb(10 10 10 / 0.7);
}

.focus\:text-neutral-950\/75:focus{
  color: rgb(10 10 10 / 0.75);
}

.focus\:text-neutral-950\/80:focus{
  color: rgb(10 10 10 / 0.8);
}

.focus\:text-neutral-950\/85:focus{
  color: rgb(10 10 10 / 0.85);
}

.focus\:text-neutral-950\/90:focus{
  color: rgb(10 10 10 / 0.9);
}

.focus\:text-neutral-950\/95:focus{
  color: rgb(10 10 10 / 0.95);
}

.focus\:text-orange-100:focus{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}

.focus\:text-orange-100\/0:focus{
  color: rgb(255 237 213 / 0);
}

.focus\:text-orange-100\/10:focus{
  color: rgb(255 237 213 / 0.1);
}

.focus\:text-orange-100\/100:focus{
  color: rgb(255 237 213 / 1);
}

.focus\:text-orange-100\/15:focus{
  color: rgb(255 237 213 / 0.15);
}

.focus\:text-orange-100\/20:focus{
  color: rgb(255 237 213 / 0.2);
}

.focus\:text-orange-100\/25:focus{
  color: rgb(255 237 213 / 0.25);
}

.focus\:text-orange-100\/30:focus{
  color: rgb(255 237 213 / 0.3);
}

.focus\:text-orange-100\/35:focus{
  color: rgb(255 237 213 / 0.35);
}

.focus\:text-orange-100\/40:focus{
  color: rgb(255 237 213 / 0.4);
}

.focus\:text-orange-100\/45:focus{
  color: rgb(255 237 213 / 0.45);
}

.focus\:text-orange-100\/5:focus{
  color: rgb(255 237 213 / 0.05);
}

.focus\:text-orange-100\/50:focus{
  color: rgb(255 237 213 / 0.5);
}

.focus\:text-orange-100\/55:focus{
  color: rgb(255 237 213 / 0.55);
}

.focus\:text-orange-100\/60:focus{
  color: rgb(255 237 213 / 0.6);
}

.focus\:text-orange-100\/65:focus{
  color: rgb(255 237 213 / 0.65);
}

.focus\:text-orange-100\/70:focus{
  color: rgb(255 237 213 / 0.7);
}

.focus\:text-orange-100\/75:focus{
  color: rgb(255 237 213 / 0.75);
}

.focus\:text-orange-100\/80:focus{
  color: rgb(255 237 213 / 0.8);
}

.focus\:text-orange-100\/85:focus{
  color: rgb(255 237 213 / 0.85);
}

.focus\:text-orange-100\/90:focus{
  color: rgb(255 237 213 / 0.9);
}

.focus\:text-orange-100\/95:focus{
  color: rgb(255 237 213 / 0.95);
}

.focus\:text-orange-200:focus{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}

.focus\:text-orange-200\/0:focus{
  color: rgb(254 215 170 / 0);
}

.focus\:text-orange-200\/10:focus{
  color: rgb(254 215 170 / 0.1);
}

.focus\:text-orange-200\/100:focus{
  color: rgb(254 215 170 / 1);
}

.focus\:text-orange-200\/15:focus{
  color: rgb(254 215 170 / 0.15);
}

.focus\:text-orange-200\/20:focus{
  color: rgb(254 215 170 / 0.2);
}

.focus\:text-orange-200\/25:focus{
  color: rgb(254 215 170 / 0.25);
}

.focus\:text-orange-200\/30:focus{
  color: rgb(254 215 170 / 0.3);
}

.focus\:text-orange-200\/35:focus{
  color: rgb(254 215 170 / 0.35);
}

.focus\:text-orange-200\/40:focus{
  color: rgb(254 215 170 / 0.4);
}

.focus\:text-orange-200\/45:focus{
  color: rgb(254 215 170 / 0.45);
}

.focus\:text-orange-200\/5:focus{
  color: rgb(254 215 170 / 0.05);
}

.focus\:text-orange-200\/50:focus{
  color: rgb(254 215 170 / 0.5);
}

.focus\:text-orange-200\/55:focus{
  color: rgb(254 215 170 / 0.55);
}

.focus\:text-orange-200\/60:focus{
  color: rgb(254 215 170 / 0.6);
}

.focus\:text-orange-200\/65:focus{
  color: rgb(254 215 170 / 0.65);
}

.focus\:text-orange-200\/70:focus{
  color: rgb(254 215 170 / 0.7);
}

.focus\:text-orange-200\/75:focus{
  color: rgb(254 215 170 / 0.75);
}

.focus\:text-orange-200\/80:focus{
  color: rgb(254 215 170 / 0.8);
}

.focus\:text-orange-200\/85:focus{
  color: rgb(254 215 170 / 0.85);
}

.focus\:text-orange-200\/90:focus{
  color: rgb(254 215 170 / 0.9);
}

.focus\:text-orange-200\/95:focus{
  color: rgb(254 215 170 / 0.95);
}

.focus\:text-orange-300:focus{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

.focus\:text-orange-300\/0:focus{
  color: rgb(253 186 116 / 0);
}

.focus\:text-orange-300\/10:focus{
  color: rgb(253 186 116 / 0.1);
}

.focus\:text-orange-300\/100:focus{
  color: rgb(253 186 116 / 1);
}

.focus\:text-orange-300\/15:focus{
  color: rgb(253 186 116 / 0.15);
}

.focus\:text-orange-300\/20:focus{
  color: rgb(253 186 116 / 0.2);
}

.focus\:text-orange-300\/25:focus{
  color: rgb(253 186 116 / 0.25);
}

.focus\:text-orange-300\/30:focus{
  color: rgb(253 186 116 / 0.3);
}

.focus\:text-orange-300\/35:focus{
  color: rgb(253 186 116 / 0.35);
}

.focus\:text-orange-300\/40:focus{
  color: rgb(253 186 116 / 0.4);
}

.focus\:text-orange-300\/45:focus{
  color: rgb(253 186 116 / 0.45);
}

.focus\:text-orange-300\/5:focus{
  color: rgb(253 186 116 / 0.05);
}

.focus\:text-orange-300\/50:focus{
  color: rgb(253 186 116 / 0.5);
}

.focus\:text-orange-300\/55:focus{
  color: rgb(253 186 116 / 0.55);
}

.focus\:text-orange-300\/60:focus{
  color: rgb(253 186 116 / 0.6);
}

.focus\:text-orange-300\/65:focus{
  color: rgb(253 186 116 / 0.65);
}

.focus\:text-orange-300\/70:focus{
  color: rgb(253 186 116 / 0.7);
}

.focus\:text-orange-300\/75:focus{
  color: rgb(253 186 116 / 0.75);
}

.focus\:text-orange-300\/80:focus{
  color: rgb(253 186 116 / 0.8);
}

.focus\:text-orange-300\/85:focus{
  color: rgb(253 186 116 / 0.85);
}

.focus\:text-orange-300\/90:focus{
  color: rgb(253 186 116 / 0.9);
}

.focus\:text-orange-300\/95:focus{
  color: rgb(253 186 116 / 0.95);
}

.focus\:text-orange-400:focus{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.focus\:text-orange-400\/0:focus{
  color: rgb(251 146 60 / 0);
}

.focus\:text-orange-400\/10:focus{
  color: rgb(251 146 60 / 0.1);
}

.focus\:text-orange-400\/100:focus{
  color: rgb(251 146 60 / 1);
}

.focus\:text-orange-400\/15:focus{
  color: rgb(251 146 60 / 0.15);
}

.focus\:text-orange-400\/20:focus{
  color: rgb(251 146 60 / 0.2);
}

.focus\:text-orange-400\/25:focus{
  color: rgb(251 146 60 / 0.25);
}

.focus\:text-orange-400\/30:focus{
  color: rgb(251 146 60 / 0.3);
}

.focus\:text-orange-400\/35:focus{
  color: rgb(251 146 60 / 0.35);
}

.focus\:text-orange-400\/40:focus{
  color: rgb(251 146 60 / 0.4);
}

.focus\:text-orange-400\/45:focus{
  color: rgb(251 146 60 / 0.45);
}

.focus\:text-orange-400\/5:focus{
  color: rgb(251 146 60 / 0.05);
}

.focus\:text-orange-400\/50:focus{
  color: rgb(251 146 60 / 0.5);
}

.focus\:text-orange-400\/55:focus{
  color: rgb(251 146 60 / 0.55);
}

.focus\:text-orange-400\/60:focus{
  color: rgb(251 146 60 / 0.6);
}

.focus\:text-orange-400\/65:focus{
  color: rgb(251 146 60 / 0.65);
}

.focus\:text-orange-400\/70:focus{
  color: rgb(251 146 60 / 0.7);
}

.focus\:text-orange-400\/75:focus{
  color: rgb(251 146 60 / 0.75);
}

.focus\:text-orange-400\/80:focus{
  color: rgb(251 146 60 / 0.8);
}

.focus\:text-orange-400\/85:focus{
  color: rgb(251 146 60 / 0.85);
}

.focus\:text-orange-400\/90:focus{
  color: rgb(251 146 60 / 0.9);
}

.focus\:text-orange-400\/95:focus{
  color: rgb(251 146 60 / 0.95);
}

.focus\:text-orange-50:focus{
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}

.focus\:text-orange-50\/0:focus{
  color: rgb(255 247 237 / 0);
}

.focus\:text-orange-50\/10:focus{
  color: rgb(255 247 237 / 0.1);
}

.focus\:text-orange-50\/100:focus{
  color: rgb(255 247 237 / 1);
}

.focus\:text-orange-50\/15:focus{
  color: rgb(255 247 237 / 0.15);
}

.focus\:text-orange-50\/20:focus{
  color: rgb(255 247 237 / 0.2);
}

.focus\:text-orange-50\/25:focus{
  color: rgb(255 247 237 / 0.25);
}

.focus\:text-orange-50\/30:focus{
  color: rgb(255 247 237 / 0.3);
}

.focus\:text-orange-50\/35:focus{
  color: rgb(255 247 237 / 0.35);
}

.focus\:text-orange-50\/40:focus{
  color: rgb(255 247 237 / 0.4);
}

.focus\:text-orange-50\/45:focus{
  color: rgb(255 247 237 / 0.45);
}

.focus\:text-orange-50\/5:focus{
  color: rgb(255 247 237 / 0.05);
}

.focus\:text-orange-50\/50:focus{
  color: rgb(255 247 237 / 0.5);
}

.focus\:text-orange-50\/55:focus{
  color: rgb(255 247 237 / 0.55);
}

.focus\:text-orange-50\/60:focus{
  color: rgb(255 247 237 / 0.6);
}

.focus\:text-orange-50\/65:focus{
  color: rgb(255 247 237 / 0.65);
}

.focus\:text-orange-50\/70:focus{
  color: rgb(255 247 237 / 0.7);
}

.focus\:text-orange-50\/75:focus{
  color: rgb(255 247 237 / 0.75);
}

.focus\:text-orange-50\/80:focus{
  color: rgb(255 247 237 / 0.8);
}

.focus\:text-orange-50\/85:focus{
  color: rgb(255 247 237 / 0.85);
}

.focus\:text-orange-50\/90:focus{
  color: rgb(255 247 237 / 0.9);
}

.focus\:text-orange-50\/95:focus{
  color: rgb(255 247 237 / 0.95);
}

.focus\:text-orange-500:focus{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.focus\:text-orange-500\/0:focus{
  color: rgb(249 115 22 / 0);
}

.focus\:text-orange-500\/10:focus{
  color: rgb(249 115 22 / 0.1);
}

.focus\:text-orange-500\/100:focus{
  color: rgb(249 115 22 / 1);
}

.focus\:text-orange-500\/15:focus{
  color: rgb(249 115 22 / 0.15);
}

.focus\:text-orange-500\/20:focus{
  color: rgb(249 115 22 / 0.2);
}

.focus\:text-orange-500\/25:focus{
  color: rgb(249 115 22 / 0.25);
}

.focus\:text-orange-500\/30:focus{
  color: rgb(249 115 22 / 0.3);
}

.focus\:text-orange-500\/35:focus{
  color: rgb(249 115 22 / 0.35);
}

.focus\:text-orange-500\/40:focus{
  color: rgb(249 115 22 / 0.4);
}

.focus\:text-orange-500\/45:focus{
  color: rgb(249 115 22 / 0.45);
}

.focus\:text-orange-500\/5:focus{
  color: rgb(249 115 22 / 0.05);
}

.focus\:text-orange-500\/50:focus{
  color: rgb(249 115 22 / 0.5);
}

.focus\:text-orange-500\/55:focus{
  color: rgb(249 115 22 / 0.55);
}

.focus\:text-orange-500\/60:focus{
  color: rgb(249 115 22 / 0.6);
}

.focus\:text-orange-500\/65:focus{
  color: rgb(249 115 22 / 0.65);
}

.focus\:text-orange-500\/70:focus{
  color: rgb(249 115 22 / 0.7);
}

.focus\:text-orange-500\/75:focus{
  color: rgb(249 115 22 / 0.75);
}

.focus\:text-orange-500\/80:focus{
  color: rgb(249 115 22 / 0.8);
}

.focus\:text-orange-500\/85:focus{
  color: rgb(249 115 22 / 0.85);
}

.focus\:text-orange-500\/90:focus{
  color: rgb(249 115 22 / 0.9);
}

.focus\:text-orange-500\/95:focus{
  color: rgb(249 115 22 / 0.95);
}

.focus\:text-orange-600:focus{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.focus\:text-orange-600\/0:focus{
  color: rgb(234 88 12 / 0);
}

.focus\:text-orange-600\/10:focus{
  color: rgb(234 88 12 / 0.1);
}

.focus\:text-orange-600\/100:focus{
  color: rgb(234 88 12 / 1);
}

.focus\:text-orange-600\/15:focus{
  color: rgb(234 88 12 / 0.15);
}

.focus\:text-orange-600\/20:focus{
  color: rgb(234 88 12 / 0.2);
}

.focus\:text-orange-600\/25:focus{
  color: rgb(234 88 12 / 0.25);
}

.focus\:text-orange-600\/30:focus{
  color: rgb(234 88 12 / 0.3);
}

.focus\:text-orange-600\/35:focus{
  color: rgb(234 88 12 / 0.35);
}

.focus\:text-orange-600\/40:focus{
  color: rgb(234 88 12 / 0.4);
}

.focus\:text-orange-600\/45:focus{
  color: rgb(234 88 12 / 0.45);
}

.focus\:text-orange-600\/5:focus{
  color: rgb(234 88 12 / 0.05);
}

.focus\:text-orange-600\/50:focus{
  color: rgb(234 88 12 / 0.5);
}

.focus\:text-orange-600\/55:focus{
  color: rgb(234 88 12 / 0.55);
}

.focus\:text-orange-600\/60:focus{
  color: rgb(234 88 12 / 0.6);
}

.focus\:text-orange-600\/65:focus{
  color: rgb(234 88 12 / 0.65);
}

.focus\:text-orange-600\/70:focus{
  color: rgb(234 88 12 / 0.7);
}

.focus\:text-orange-600\/75:focus{
  color: rgb(234 88 12 / 0.75);
}

.focus\:text-orange-600\/80:focus{
  color: rgb(234 88 12 / 0.8);
}

.focus\:text-orange-600\/85:focus{
  color: rgb(234 88 12 / 0.85);
}

.focus\:text-orange-600\/90:focus{
  color: rgb(234 88 12 / 0.9);
}

.focus\:text-orange-600\/95:focus{
  color: rgb(234 88 12 / 0.95);
}

.focus\:text-orange-700:focus{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.focus\:text-orange-700\/0:focus{
  color: rgb(194 65 12 / 0);
}

.focus\:text-orange-700\/10:focus{
  color: rgb(194 65 12 / 0.1);
}

.focus\:text-orange-700\/100:focus{
  color: rgb(194 65 12 / 1);
}

.focus\:text-orange-700\/15:focus{
  color: rgb(194 65 12 / 0.15);
}

.focus\:text-orange-700\/20:focus{
  color: rgb(194 65 12 / 0.2);
}

.focus\:text-orange-700\/25:focus{
  color: rgb(194 65 12 / 0.25);
}

.focus\:text-orange-700\/30:focus{
  color: rgb(194 65 12 / 0.3);
}

.focus\:text-orange-700\/35:focus{
  color: rgb(194 65 12 / 0.35);
}

.focus\:text-orange-700\/40:focus{
  color: rgb(194 65 12 / 0.4);
}

.focus\:text-orange-700\/45:focus{
  color: rgb(194 65 12 / 0.45);
}

.focus\:text-orange-700\/5:focus{
  color: rgb(194 65 12 / 0.05);
}

.focus\:text-orange-700\/50:focus{
  color: rgb(194 65 12 / 0.5);
}

.focus\:text-orange-700\/55:focus{
  color: rgb(194 65 12 / 0.55);
}

.focus\:text-orange-700\/60:focus{
  color: rgb(194 65 12 / 0.6);
}

.focus\:text-orange-700\/65:focus{
  color: rgb(194 65 12 / 0.65);
}

.focus\:text-orange-700\/70:focus{
  color: rgb(194 65 12 / 0.7);
}

.focus\:text-orange-700\/75:focus{
  color: rgb(194 65 12 / 0.75);
}

.focus\:text-orange-700\/80:focus{
  color: rgb(194 65 12 / 0.8);
}

.focus\:text-orange-700\/85:focus{
  color: rgb(194 65 12 / 0.85);
}

.focus\:text-orange-700\/90:focus{
  color: rgb(194 65 12 / 0.9);
}

.focus\:text-orange-700\/95:focus{
  color: rgb(194 65 12 / 0.95);
}

.focus\:text-orange-800:focus{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.focus\:text-orange-800\/0:focus{
  color: rgb(154 52 18 / 0);
}

.focus\:text-orange-800\/10:focus{
  color: rgb(154 52 18 / 0.1);
}

.focus\:text-orange-800\/100:focus{
  color: rgb(154 52 18 / 1);
}

.focus\:text-orange-800\/15:focus{
  color: rgb(154 52 18 / 0.15);
}

.focus\:text-orange-800\/20:focus{
  color: rgb(154 52 18 / 0.2);
}

.focus\:text-orange-800\/25:focus{
  color: rgb(154 52 18 / 0.25);
}

.focus\:text-orange-800\/30:focus{
  color: rgb(154 52 18 / 0.3);
}

.focus\:text-orange-800\/35:focus{
  color: rgb(154 52 18 / 0.35);
}

.focus\:text-orange-800\/40:focus{
  color: rgb(154 52 18 / 0.4);
}

.focus\:text-orange-800\/45:focus{
  color: rgb(154 52 18 / 0.45);
}

.focus\:text-orange-800\/5:focus{
  color: rgb(154 52 18 / 0.05);
}

.focus\:text-orange-800\/50:focus{
  color: rgb(154 52 18 / 0.5);
}

.focus\:text-orange-800\/55:focus{
  color: rgb(154 52 18 / 0.55);
}

.focus\:text-orange-800\/60:focus{
  color: rgb(154 52 18 / 0.6);
}

.focus\:text-orange-800\/65:focus{
  color: rgb(154 52 18 / 0.65);
}

.focus\:text-orange-800\/70:focus{
  color: rgb(154 52 18 / 0.7);
}

.focus\:text-orange-800\/75:focus{
  color: rgb(154 52 18 / 0.75);
}

.focus\:text-orange-800\/80:focus{
  color: rgb(154 52 18 / 0.8);
}

.focus\:text-orange-800\/85:focus{
  color: rgb(154 52 18 / 0.85);
}

.focus\:text-orange-800\/90:focus{
  color: rgb(154 52 18 / 0.9);
}

.focus\:text-orange-800\/95:focus{
  color: rgb(154 52 18 / 0.95);
}

.focus\:text-orange-900:focus{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.focus\:text-orange-900\/0:focus{
  color: rgb(124 45 18 / 0);
}

.focus\:text-orange-900\/10:focus{
  color: rgb(124 45 18 / 0.1);
}

.focus\:text-orange-900\/100:focus{
  color: rgb(124 45 18 / 1);
}

.focus\:text-orange-900\/15:focus{
  color: rgb(124 45 18 / 0.15);
}

.focus\:text-orange-900\/20:focus{
  color: rgb(124 45 18 / 0.2);
}

.focus\:text-orange-900\/25:focus{
  color: rgb(124 45 18 / 0.25);
}

.focus\:text-orange-900\/30:focus{
  color: rgb(124 45 18 / 0.3);
}

.focus\:text-orange-900\/35:focus{
  color: rgb(124 45 18 / 0.35);
}

.focus\:text-orange-900\/40:focus{
  color: rgb(124 45 18 / 0.4);
}

.focus\:text-orange-900\/45:focus{
  color: rgb(124 45 18 / 0.45);
}

.focus\:text-orange-900\/5:focus{
  color: rgb(124 45 18 / 0.05);
}

.focus\:text-orange-900\/50:focus{
  color: rgb(124 45 18 / 0.5);
}

.focus\:text-orange-900\/55:focus{
  color: rgb(124 45 18 / 0.55);
}

.focus\:text-orange-900\/60:focus{
  color: rgb(124 45 18 / 0.6);
}

.focus\:text-orange-900\/65:focus{
  color: rgb(124 45 18 / 0.65);
}

.focus\:text-orange-900\/70:focus{
  color: rgb(124 45 18 / 0.7);
}

.focus\:text-orange-900\/75:focus{
  color: rgb(124 45 18 / 0.75);
}

.focus\:text-orange-900\/80:focus{
  color: rgb(124 45 18 / 0.8);
}

.focus\:text-orange-900\/85:focus{
  color: rgb(124 45 18 / 0.85);
}

.focus\:text-orange-900\/90:focus{
  color: rgb(124 45 18 / 0.9);
}

.focus\:text-orange-900\/95:focus{
  color: rgb(124 45 18 / 0.95);
}

.focus\:text-orange-950:focus{
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}

.focus\:text-orange-950\/0:focus{
  color: rgb(67 20 7 / 0);
}

.focus\:text-orange-950\/10:focus{
  color: rgb(67 20 7 / 0.1);
}

.focus\:text-orange-950\/100:focus{
  color: rgb(67 20 7 / 1);
}

.focus\:text-orange-950\/15:focus{
  color: rgb(67 20 7 / 0.15);
}

.focus\:text-orange-950\/20:focus{
  color: rgb(67 20 7 / 0.2);
}

.focus\:text-orange-950\/25:focus{
  color: rgb(67 20 7 / 0.25);
}

.focus\:text-orange-950\/30:focus{
  color: rgb(67 20 7 / 0.3);
}

.focus\:text-orange-950\/35:focus{
  color: rgb(67 20 7 / 0.35);
}

.focus\:text-orange-950\/40:focus{
  color: rgb(67 20 7 / 0.4);
}

.focus\:text-orange-950\/45:focus{
  color: rgb(67 20 7 / 0.45);
}

.focus\:text-orange-950\/5:focus{
  color: rgb(67 20 7 / 0.05);
}

.focus\:text-orange-950\/50:focus{
  color: rgb(67 20 7 / 0.5);
}

.focus\:text-orange-950\/55:focus{
  color: rgb(67 20 7 / 0.55);
}

.focus\:text-orange-950\/60:focus{
  color: rgb(67 20 7 / 0.6);
}

.focus\:text-orange-950\/65:focus{
  color: rgb(67 20 7 / 0.65);
}

.focus\:text-orange-950\/70:focus{
  color: rgb(67 20 7 / 0.7);
}

.focus\:text-orange-950\/75:focus{
  color: rgb(67 20 7 / 0.75);
}

.focus\:text-orange-950\/80:focus{
  color: rgb(67 20 7 / 0.8);
}

.focus\:text-orange-950\/85:focus{
  color: rgb(67 20 7 / 0.85);
}

.focus\:text-orange-950\/90:focus{
  color: rgb(67 20 7 / 0.9);
}

.focus\:text-orange-950\/95:focus{
  color: rgb(67 20 7 / 0.95);
}

.focus\:text-pink-100:focus{
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}

.focus\:text-pink-100\/0:focus{
  color: rgb(252 231 243 / 0);
}

.focus\:text-pink-100\/10:focus{
  color: rgb(252 231 243 / 0.1);
}

.focus\:text-pink-100\/100:focus{
  color: rgb(252 231 243 / 1);
}

.focus\:text-pink-100\/15:focus{
  color: rgb(252 231 243 / 0.15);
}

.focus\:text-pink-100\/20:focus{
  color: rgb(252 231 243 / 0.2);
}

.focus\:text-pink-100\/25:focus{
  color: rgb(252 231 243 / 0.25);
}

.focus\:text-pink-100\/30:focus{
  color: rgb(252 231 243 / 0.3);
}

.focus\:text-pink-100\/35:focus{
  color: rgb(252 231 243 / 0.35);
}

.focus\:text-pink-100\/40:focus{
  color: rgb(252 231 243 / 0.4);
}

.focus\:text-pink-100\/45:focus{
  color: rgb(252 231 243 / 0.45);
}

.focus\:text-pink-100\/5:focus{
  color: rgb(252 231 243 / 0.05);
}

.focus\:text-pink-100\/50:focus{
  color: rgb(252 231 243 / 0.5);
}

.focus\:text-pink-100\/55:focus{
  color: rgb(252 231 243 / 0.55);
}

.focus\:text-pink-100\/60:focus{
  color: rgb(252 231 243 / 0.6);
}

.focus\:text-pink-100\/65:focus{
  color: rgb(252 231 243 / 0.65);
}

.focus\:text-pink-100\/70:focus{
  color: rgb(252 231 243 / 0.7);
}

.focus\:text-pink-100\/75:focus{
  color: rgb(252 231 243 / 0.75);
}

.focus\:text-pink-100\/80:focus{
  color: rgb(252 231 243 / 0.8);
}

.focus\:text-pink-100\/85:focus{
  color: rgb(252 231 243 / 0.85);
}

.focus\:text-pink-100\/90:focus{
  color: rgb(252 231 243 / 0.9);
}

.focus\:text-pink-100\/95:focus{
  color: rgb(252 231 243 / 0.95);
}

.focus\:text-pink-200:focus{
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}

.focus\:text-pink-200\/0:focus{
  color: rgb(251 207 232 / 0);
}

.focus\:text-pink-200\/10:focus{
  color: rgb(251 207 232 / 0.1);
}

.focus\:text-pink-200\/100:focus{
  color: rgb(251 207 232 / 1);
}

.focus\:text-pink-200\/15:focus{
  color: rgb(251 207 232 / 0.15);
}

.focus\:text-pink-200\/20:focus{
  color: rgb(251 207 232 / 0.2);
}

.focus\:text-pink-200\/25:focus{
  color: rgb(251 207 232 / 0.25);
}

.focus\:text-pink-200\/30:focus{
  color: rgb(251 207 232 / 0.3);
}

.focus\:text-pink-200\/35:focus{
  color: rgb(251 207 232 / 0.35);
}

.focus\:text-pink-200\/40:focus{
  color: rgb(251 207 232 / 0.4);
}

.focus\:text-pink-200\/45:focus{
  color: rgb(251 207 232 / 0.45);
}

.focus\:text-pink-200\/5:focus{
  color: rgb(251 207 232 / 0.05);
}

.focus\:text-pink-200\/50:focus{
  color: rgb(251 207 232 / 0.5);
}

.focus\:text-pink-200\/55:focus{
  color: rgb(251 207 232 / 0.55);
}

.focus\:text-pink-200\/60:focus{
  color: rgb(251 207 232 / 0.6);
}

.focus\:text-pink-200\/65:focus{
  color: rgb(251 207 232 / 0.65);
}

.focus\:text-pink-200\/70:focus{
  color: rgb(251 207 232 / 0.7);
}

.focus\:text-pink-200\/75:focus{
  color: rgb(251 207 232 / 0.75);
}

.focus\:text-pink-200\/80:focus{
  color: rgb(251 207 232 / 0.8);
}

.focus\:text-pink-200\/85:focus{
  color: rgb(251 207 232 / 0.85);
}

.focus\:text-pink-200\/90:focus{
  color: rgb(251 207 232 / 0.9);
}

.focus\:text-pink-200\/95:focus{
  color: rgb(251 207 232 / 0.95);
}

.focus\:text-pink-300:focus{
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}

.focus\:text-pink-300\/0:focus{
  color: rgb(249 168 212 / 0);
}

.focus\:text-pink-300\/10:focus{
  color: rgb(249 168 212 / 0.1);
}

.focus\:text-pink-300\/100:focus{
  color: rgb(249 168 212 / 1);
}

.focus\:text-pink-300\/15:focus{
  color: rgb(249 168 212 / 0.15);
}

.focus\:text-pink-300\/20:focus{
  color: rgb(249 168 212 / 0.2);
}

.focus\:text-pink-300\/25:focus{
  color: rgb(249 168 212 / 0.25);
}

.focus\:text-pink-300\/30:focus{
  color: rgb(249 168 212 / 0.3);
}

.focus\:text-pink-300\/35:focus{
  color: rgb(249 168 212 / 0.35);
}

.focus\:text-pink-300\/40:focus{
  color: rgb(249 168 212 / 0.4);
}

.focus\:text-pink-300\/45:focus{
  color: rgb(249 168 212 / 0.45);
}

.focus\:text-pink-300\/5:focus{
  color: rgb(249 168 212 / 0.05);
}

.focus\:text-pink-300\/50:focus{
  color: rgb(249 168 212 / 0.5);
}

.focus\:text-pink-300\/55:focus{
  color: rgb(249 168 212 / 0.55);
}

.focus\:text-pink-300\/60:focus{
  color: rgb(249 168 212 / 0.6);
}

.focus\:text-pink-300\/65:focus{
  color: rgb(249 168 212 / 0.65);
}

.focus\:text-pink-300\/70:focus{
  color: rgb(249 168 212 / 0.7);
}

.focus\:text-pink-300\/75:focus{
  color: rgb(249 168 212 / 0.75);
}

.focus\:text-pink-300\/80:focus{
  color: rgb(249 168 212 / 0.8);
}

.focus\:text-pink-300\/85:focus{
  color: rgb(249 168 212 / 0.85);
}

.focus\:text-pink-300\/90:focus{
  color: rgb(249 168 212 / 0.9);
}

.focus\:text-pink-300\/95:focus{
  color: rgb(249 168 212 / 0.95);
}

.focus\:text-pink-400:focus{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.focus\:text-pink-400\/0:focus{
  color: rgb(244 114 182 / 0);
}

.focus\:text-pink-400\/10:focus{
  color: rgb(244 114 182 / 0.1);
}

.focus\:text-pink-400\/100:focus{
  color: rgb(244 114 182 / 1);
}

.focus\:text-pink-400\/15:focus{
  color: rgb(244 114 182 / 0.15);
}

.focus\:text-pink-400\/20:focus{
  color: rgb(244 114 182 / 0.2);
}

.focus\:text-pink-400\/25:focus{
  color: rgb(244 114 182 / 0.25);
}

.focus\:text-pink-400\/30:focus{
  color: rgb(244 114 182 / 0.3);
}

.focus\:text-pink-400\/35:focus{
  color: rgb(244 114 182 / 0.35);
}

.focus\:text-pink-400\/40:focus{
  color: rgb(244 114 182 / 0.4);
}

.focus\:text-pink-400\/45:focus{
  color: rgb(244 114 182 / 0.45);
}

.focus\:text-pink-400\/5:focus{
  color: rgb(244 114 182 / 0.05);
}

.focus\:text-pink-400\/50:focus{
  color: rgb(244 114 182 / 0.5);
}

.focus\:text-pink-400\/55:focus{
  color: rgb(244 114 182 / 0.55);
}

.focus\:text-pink-400\/60:focus{
  color: rgb(244 114 182 / 0.6);
}

.focus\:text-pink-400\/65:focus{
  color: rgb(244 114 182 / 0.65);
}

.focus\:text-pink-400\/70:focus{
  color: rgb(244 114 182 / 0.7);
}

.focus\:text-pink-400\/75:focus{
  color: rgb(244 114 182 / 0.75);
}

.focus\:text-pink-400\/80:focus{
  color: rgb(244 114 182 / 0.8);
}

.focus\:text-pink-400\/85:focus{
  color: rgb(244 114 182 / 0.85);
}

.focus\:text-pink-400\/90:focus{
  color: rgb(244 114 182 / 0.9);
}

.focus\:text-pink-400\/95:focus{
  color: rgb(244 114 182 / 0.95);
}

.focus\:text-pink-50:focus{
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}

.focus\:text-pink-50\/0:focus{
  color: rgb(253 242 248 / 0);
}

.focus\:text-pink-50\/10:focus{
  color: rgb(253 242 248 / 0.1);
}

.focus\:text-pink-50\/100:focus{
  color: rgb(253 242 248 / 1);
}

.focus\:text-pink-50\/15:focus{
  color: rgb(253 242 248 / 0.15);
}

.focus\:text-pink-50\/20:focus{
  color: rgb(253 242 248 / 0.2);
}

.focus\:text-pink-50\/25:focus{
  color: rgb(253 242 248 / 0.25);
}

.focus\:text-pink-50\/30:focus{
  color: rgb(253 242 248 / 0.3);
}

.focus\:text-pink-50\/35:focus{
  color: rgb(253 242 248 / 0.35);
}

.focus\:text-pink-50\/40:focus{
  color: rgb(253 242 248 / 0.4);
}

.focus\:text-pink-50\/45:focus{
  color: rgb(253 242 248 / 0.45);
}

.focus\:text-pink-50\/5:focus{
  color: rgb(253 242 248 / 0.05);
}

.focus\:text-pink-50\/50:focus{
  color: rgb(253 242 248 / 0.5);
}

.focus\:text-pink-50\/55:focus{
  color: rgb(253 242 248 / 0.55);
}

.focus\:text-pink-50\/60:focus{
  color: rgb(253 242 248 / 0.6);
}

.focus\:text-pink-50\/65:focus{
  color: rgb(253 242 248 / 0.65);
}

.focus\:text-pink-50\/70:focus{
  color: rgb(253 242 248 / 0.7);
}

.focus\:text-pink-50\/75:focus{
  color: rgb(253 242 248 / 0.75);
}

.focus\:text-pink-50\/80:focus{
  color: rgb(253 242 248 / 0.8);
}

.focus\:text-pink-50\/85:focus{
  color: rgb(253 242 248 / 0.85);
}

.focus\:text-pink-50\/90:focus{
  color: rgb(253 242 248 / 0.9);
}

.focus\:text-pink-50\/95:focus{
  color: rgb(253 242 248 / 0.95);
}

.focus\:text-pink-500:focus{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.focus\:text-pink-500\/0:focus{
  color: rgb(236 72 153 / 0);
}

.focus\:text-pink-500\/10:focus{
  color: rgb(236 72 153 / 0.1);
}

.focus\:text-pink-500\/100:focus{
  color: rgb(236 72 153 / 1);
}

.focus\:text-pink-500\/15:focus{
  color: rgb(236 72 153 / 0.15);
}

.focus\:text-pink-500\/20:focus{
  color: rgb(236 72 153 / 0.2);
}

.focus\:text-pink-500\/25:focus{
  color: rgb(236 72 153 / 0.25);
}

.focus\:text-pink-500\/30:focus{
  color: rgb(236 72 153 / 0.3);
}

.focus\:text-pink-500\/35:focus{
  color: rgb(236 72 153 / 0.35);
}

.focus\:text-pink-500\/40:focus{
  color: rgb(236 72 153 / 0.4);
}

.focus\:text-pink-500\/45:focus{
  color: rgb(236 72 153 / 0.45);
}

.focus\:text-pink-500\/5:focus{
  color: rgb(236 72 153 / 0.05);
}

.focus\:text-pink-500\/50:focus{
  color: rgb(236 72 153 / 0.5);
}

.focus\:text-pink-500\/55:focus{
  color: rgb(236 72 153 / 0.55);
}

.focus\:text-pink-500\/60:focus{
  color: rgb(236 72 153 / 0.6);
}

.focus\:text-pink-500\/65:focus{
  color: rgb(236 72 153 / 0.65);
}

.focus\:text-pink-500\/70:focus{
  color: rgb(236 72 153 / 0.7);
}

.focus\:text-pink-500\/75:focus{
  color: rgb(236 72 153 / 0.75);
}

.focus\:text-pink-500\/80:focus{
  color: rgb(236 72 153 / 0.8);
}

.focus\:text-pink-500\/85:focus{
  color: rgb(236 72 153 / 0.85);
}

.focus\:text-pink-500\/90:focus{
  color: rgb(236 72 153 / 0.9);
}

.focus\:text-pink-500\/95:focus{
  color: rgb(236 72 153 / 0.95);
}

.focus\:text-pink-600:focus{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.focus\:text-pink-600\/0:focus{
  color: rgb(219 39 119 / 0);
}

.focus\:text-pink-600\/10:focus{
  color: rgb(219 39 119 / 0.1);
}

.focus\:text-pink-600\/100:focus{
  color: rgb(219 39 119 / 1);
}

.focus\:text-pink-600\/15:focus{
  color: rgb(219 39 119 / 0.15);
}

.focus\:text-pink-600\/20:focus{
  color: rgb(219 39 119 / 0.2);
}

.focus\:text-pink-600\/25:focus{
  color: rgb(219 39 119 / 0.25);
}

.focus\:text-pink-600\/30:focus{
  color: rgb(219 39 119 / 0.3);
}

.focus\:text-pink-600\/35:focus{
  color: rgb(219 39 119 / 0.35);
}

.focus\:text-pink-600\/40:focus{
  color: rgb(219 39 119 / 0.4);
}

.focus\:text-pink-600\/45:focus{
  color: rgb(219 39 119 / 0.45);
}

.focus\:text-pink-600\/5:focus{
  color: rgb(219 39 119 / 0.05);
}

.focus\:text-pink-600\/50:focus{
  color: rgb(219 39 119 / 0.5);
}

.focus\:text-pink-600\/55:focus{
  color: rgb(219 39 119 / 0.55);
}

.focus\:text-pink-600\/60:focus{
  color: rgb(219 39 119 / 0.6);
}

.focus\:text-pink-600\/65:focus{
  color: rgb(219 39 119 / 0.65);
}

.focus\:text-pink-600\/70:focus{
  color: rgb(219 39 119 / 0.7);
}

.focus\:text-pink-600\/75:focus{
  color: rgb(219 39 119 / 0.75);
}

.focus\:text-pink-600\/80:focus{
  color: rgb(219 39 119 / 0.8);
}

.focus\:text-pink-600\/85:focus{
  color: rgb(219 39 119 / 0.85);
}

.focus\:text-pink-600\/90:focus{
  color: rgb(219 39 119 / 0.9);
}

.focus\:text-pink-600\/95:focus{
  color: rgb(219 39 119 / 0.95);
}

.focus\:text-pink-700:focus{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}

.focus\:text-pink-700\/0:focus{
  color: rgb(190 24 93 / 0);
}

.focus\:text-pink-700\/10:focus{
  color: rgb(190 24 93 / 0.1);
}

.focus\:text-pink-700\/100:focus{
  color: rgb(190 24 93 / 1);
}

.focus\:text-pink-700\/15:focus{
  color: rgb(190 24 93 / 0.15);
}

.focus\:text-pink-700\/20:focus{
  color: rgb(190 24 93 / 0.2);
}

.focus\:text-pink-700\/25:focus{
  color: rgb(190 24 93 / 0.25);
}

.focus\:text-pink-700\/30:focus{
  color: rgb(190 24 93 / 0.3);
}

.focus\:text-pink-700\/35:focus{
  color: rgb(190 24 93 / 0.35);
}

.focus\:text-pink-700\/40:focus{
  color: rgb(190 24 93 / 0.4);
}

.focus\:text-pink-700\/45:focus{
  color: rgb(190 24 93 / 0.45);
}

.focus\:text-pink-700\/5:focus{
  color: rgb(190 24 93 / 0.05);
}

.focus\:text-pink-700\/50:focus{
  color: rgb(190 24 93 / 0.5);
}

.focus\:text-pink-700\/55:focus{
  color: rgb(190 24 93 / 0.55);
}

.focus\:text-pink-700\/60:focus{
  color: rgb(190 24 93 / 0.6);
}

.focus\:text-pink-700\/65:focus{
  color: rgb(190 24 93 / 0.65);
}

.focus\:text-pink-700\/70:focus{
  color: rgb(190 24 93 / 0.7);
}

.focus\:text-pink-700\/75:focus{
  color: rgb(190 24 93 / 0.75);
}

.focus\:text-pink-700\/80:focus{
  color: rgb(190 24 93 / 0.8);
}

.focus\:text-pink-700\/85:focus{
  color: rgb(190 24 93 / 0.85);
}

.focus\:text-pink-700\/90:focus{
  color: rgb(190 24 93 / 0.9);
}

.focus\:text-pink-700\/95:focus{
  color: rgb(190 24 93 / 0.95);
}

.focus\:text-pink-800:focus{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}

.focus\:text-pink-800\/0:focus{
  color: rgb(157 23 77 / 0);
}

.focus\:text-pink-800\/10:focus{
  color: rgb(157 23 77 / 0.1);
}

.focus\:text-pink-800\/100:focus{
  color: rgb(157 23 77 / 1);
}

.focus\:text-pink-800\/15:focus{
  color: rgb(157 23 77 / 0.15);
}

.focus\:text-pink-800\/20:focus{
  color: rgb(157 23 77 / 0.2);
}

.focus\:text-pink-800\/25:focus{
  color: rgb(157 23 77 / 0.25);
}

.focus\:text-pink-800\/30:focus{
  color: rgb(157 23 77 / 0.3);
}

.focus\:text-pink-800\/35:focus{
  color: rgb(157 23 77 / 0.35);
}

.focus\:text-pink-800\/40:focus{
  color: rgb(157 23 77 / 0.4);
}

.focus\:text-pink-800\/45:focus{
  color: rgb(157 23 77 / 0.45);
}

.focus\:text-pink-800\/5:focus{
  color: rgb(157 23 77 / 0.05);
}

.focus\:text-pink-800\/50:focus{
  color: rgb(157 23 77 / 0.5);
}

.focus\:text-pink-800\/55:focus{
  color: rgb(157 23 77 / 0.55);
}

.focus\:text-pink-800\/60:focus{
  color: rgb(157 23 77 / 0.6);
}

.focus\:text-pink-800\/65:focus{
  color: rgb(157 23 77 / 0.65);
}

.focus\:text-pink-800\/70:focus{
  color: rgb(157 23 77 / 0.7);
}

.focus\:text-pink-800\/75:focus{
  color: rgb(157 23 77 / 0.75);
}

.focus\:text-pink-800\/80:focus{
  color: rgb(157 23 77 / 0.8);
}

.focus\:text-pink-800\/85:focus{
  color: rgb(157 23 77 / 0.85);
}

.focus\:text-pink-800\/90:focus{
  color: rgb(157 23 77 / 0.9);
}

.focus\:text-pink-800\/95:focus{
  color: rgb(157 23 77 / 0.95);
}

.focus\:text-pink-900:focus{
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}

.focus\:text-pink-900\/0:focus{
  color: rgb(131 24 67 / 0);
}

.focus\:text-pink-900\/10:focus{
  color: rgb(131 24 67 / 0.1);
}

.focus\:text-pink-900\/100:focus{
  color: rgb(131 24 67 / 1);
}

.focus\:text-pink-900\/15:focus{
  color: rgb(131 24 67 / 0.15);
}

.focus\:text-pink-900\/20:focus{
  color: rgb(131 24 67 / 0.2);
}

.focus\:text-pink-900\/25:focus{
  color: rgb(131 24 67 / 0.25);
}

.focus\:text-pink-900\/30:focus{
  color: rgb(131 24 67 / 0.3);
}

.focus\:text-pink-900\/35:focus{
  color: rgb(131 24 67 / 0.35);
}

.focus\:text-pink-900\/40:focus{
  color: rgb(131 24 67 / 0.4);
}

.focus\:text-pink-900\/45:focus{
  color: rgb(131 24 67 / 0.45);
}

.focus\:text-pink-900\/5:focus{
  color: rgb(131 24 67 / 0.05);
}

.focus\:text-pink-900\/50:focus{
  color: rgb(131 24 67 / 0.5);
}

.focus\:text-pink-900\/55:focus{
  color: rgb(131 24 67 / 0.55);
}

.focus\:text-pink-900\/60:focus{
  color: rgb(131 24 67 / 0.6);
}

.focus\:text-pink-900\/65:focus{
  color: rgb(131 24 67 / 0.65);
}

.focus\:text-pink-900\/70:focus{
  color: rgb(131 24 67 / 0.7);
}

.focus\:text-pink-900\/75:focus{
  color: rgb(131 24 67 / 0.75);
}

.focus\:text-pink-900\/80:focus{
  color: rgb(131 24 67 / 0.8);
}

.focus\:text-pink-900\/85:focus{
  color: rgb(131 24 67 / 0.85);
}

.focus\:text-pink-900\/90:focus{
  color: rgb(131 24 67 / 0.9);
}

.focus\:text-pink-900\/95:focus{
  color: rgb(131 24 67 / 0.95);
}

.focus\:text-pink-950:focus{
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}

.focus\:text-pink-950\/0:focus{
  color: rgb(80 7 36 / 0);
}

.focus\:text-pink-950\/10:focus{
  color: rgb(80 7 36 / 0.1);
}

.focus\:text-pink-950\/100:focus{
  color: rgb(80 7 36 / 1);
}

.focus\:text-pink-950\/15:focus{
  color: rgb(80 7 36 / 0.15);
}

.focus\:text-pink-950\/20:focus{
  color: rgb(80 7 36 / 0.2);
}

.focus\:text-pink-950\/25:focus{
  color: rgb(80 7 36 / 0.25);
}

.focus\:text-pink-950\/30:focus{
  color: rgb(80 7 36 / 0.3);
}

.focus\:text-pink-950\/35:focus{
  color: rgb(80 7 36 / 0.35);
}

.focus\:text-pink-950\/40:focus{
  color: rgb(80 7 36 / 0.4);
}

.focus\:text-pink-950\/45:focus{
  color: rgb(80 7 36 / 0.45);
}

.focus\:text-pink-950\/5:focus{
  color: rgb(80 7 36 / 0.05);
}

.focus\:text-pink-950\/50:focus{
  color: rgb(80 7 36 / 0.5);
}

.focus\:text-pink-950\/55:focus{
  color: rgb(80 7 36 / 0.55);
}

.focus\:text-pink-950\/60:focus{
  color: rgb(80 7 36 / 0.6);
}

.focus\:text-pink-950\/65:focus{
  color: rgb(80 7 36 / 0.65);
}

.focus\:text-pink-950\/70:focus{
  color: rgb(80 7 36 / 0.7);
}

.focus\:text-pink-950\/75:focus{
  color: rgb(80 7 36 / 0.75);
}

.focus\:text-pink-950\/80:focus{
  color: rgb(80 7 36 / 0.8);
}

.focus\:text-pink-950\/85:focus{
  color: rgb(80 7 36 / 0.85);
}

.focus\:text-pink-950\/90:focus{
  color: rgb(80 7 36 / 0.9);
}

.focus\:text-pink-950\/95:focus{
  color: rgb(80 7 36 / 0.95);
}

.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(85 70 192 / var(--tw-text-opacity));
}

.focus\:text-primary-hover:focus{
  --tw-text-opacity: 1;
  color: rgb(71 57 169 / var(--tw-text-opacity));
}

.focus\:text-primary-hover\/0:focus{
  color: rgb(71 57 169 / 0);
}

.focus\:text-primary-hover\/10:focus{
  color: rgb(71 57 169 / 0.1);
}

.focus\:text-primary-hover\/100:focus{
  color: rgb(71 57 169 / 1);
}

.focus\:text-primary-hover\/15:focus{
  color: rgb(71 57 169 / 0.15);
}

.focus\:text-primary-hover\/20:focus{
  color: rgb(71 57 169 / 0.2);
}

.focus\:text-primary-hover\/25:focus{
  color: rgb(71 57 169 / 0.25);
}

.focus\:text-primary-hover\/30:focus{
  color: rgb(71 57 169 / 0.3);
}

.focus\:text-primary-hover\/35:focus{
  color: rgb(71 57 169 / 0.35);
}

.focus\:text-primary-hover\/40:focus{
  color: rgb(71 57 169 / 0.4);
}

.focus\:text-primary-hover\/45:focus{
  color: rgb(71 57 169 / 0.45);
}

.focus\:text-primary-hover\/5:focus{
  color: rgb(71 57 169 / 0.05);
}

.focus\:text-primary-hover\/50:focus{
  color: rgb(71 57 169 / 0.5);
}

.focus\:text-primary-hover\/55:focus{
  color: rgb(71 57 169 / 0.55);
}

.focus\:text-primary-hover\/60:focus{
  color: rgb(71 57 169 / 0.6);
}

.focus\:text-primary-hover\/65:focus{
  color: rgb(71 57 169 / 0.65);
}

.focus\:text-primary-hover\/70:focus{
  color: rgb(71 57 169 / 0.7);
}

.focus\:text-primary-hover\/75:focus{
  color: rgb(71 57 169 / 0.75);
}

.focus\:text-primary-hover\/80:focus{
  color: rgb(71 57 169 / 0.8);
}

.focus\:text-primary-hover\/85:focus{
  color: rgb(71 57 169 / 0.85);
}

.focus\:text-primary-hover\/90:focus{
  color: rgb(71 57 169 / 0.9);
}

.focus\:text-primary-hover\/95:focus{
  color: rgb(71 57 169 / 0.95);
}

.focus\:text-primary\/0:focus{
  color: rgb(85 70 192 / 0);
}

.focus\:text-primary\/10:focus{
  color: rgb(85 70 192 / 0.1);
}

.focus\:text-primary\/100:focus{
  color: rgb(85 70 192 / 1);
}

.focus\:text-primary\/15:focus{
  color: rgb(85 70 192 / 0.15);
}

.focus\:text-primary\/20:focus{
  color: rgb(85 70 192 / 0.2);
}

.focus\:text-primary\/25:focus{
  color: rgb(85 70 192 / 0.25);
}

.focus\:text-primary\/30:focus{
  color: rgb(85 70 192 / 0.3);
}

.focus\:text-primary\/35:focus{
  color: rgb(85 70 192 / 0.35);
}

.focus\:text-primary\/40:focus{
  color: rgb(85 70 192 / 0.4);
}

.focus\:text-primary\/45:focus{
  color: rgb(85 70 192 / 0.45);
}

.focus\:text-primary\/5:focus{
  color: rgb(85 70 192 / 0.05);
}

.focus\:text-primary\/50:focus{
  color: rgb(85 70 192 / 0.5);
}

.focus\:text-primary\/55:focus{
  color: rgb(85 70 192 / 0.55);
}

.focus\:text-primary\/60:focus{
  color: rgb(85 70 192 / 0.6);
}

.focus\:text-primary\/65:focus{
  color: rgb(85 70 192 / 0.65);
}

.focus\:text-primary\/70:focus{
  color: rgb(85 70 192 / 0.7);
}

.focus\:text-primary\/75:focus{
  color: rgb(85 70 192 / 0.75);
}

.focus\:text-primary\/80:focus{
  color: rgb(85 70 192 / 0.8);
}

.focus\:text-primary\/85:focus{
  color: rgb(85 70 192 / 0.85);
}

.focus\:text-primary\/90:focus{
  color: rgb(85 70 192 / 0.9);
}

.focus\:text-primary\/95:focus{
  color: rgb(85 70 192 / 0.95);
}

.focus\:text-purple-100:focus{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}

.focus\:text-purple-100\/0:focus{
  color: rgb(243 232 255 / 0);
}

.focus\:text-purple-100\/10:focus{
  color: rgb(243 232 255 / 0.1);
}

.focus\:text-purple-100\/100:focus{
  color: rgb(243 232 255 / 1);
}

.focus\:text-purple-100\/15:focus{
  color: rgb(243 232 255 / 0.15);
}

.focus\:text-purple-100\/20:focus{
  color: rgb(243 232 255 / 0.2);
}

.focus\:text-purple-100\/25:focus{
  color: rgb(243 232 255 / 0.25);
}

.focus\:text-purple-100\/30:focus{
  color: rgb(243 232 255 / 0.3);
}

.focus\:text-purple-100\/35:focus{
  color: rgb(243 232 255 / 0.35);
}

.focus\:text-purple-100\/40:focus{
  color: rgb(243 232 255 / 0.4);
}

.focus\:text-purple-100\/45:focus{
  color: rgb(243 232 255 / 0.45);
}

.focus\:text-purple-100\/5:focus{
  color: rgb(243 232 255 / 0.05);
}

.focus\:text-purple-100\/50:focus{
  color: rgb(243 232 255 / 0.5);
}

.focus\:text-purple-100\/55:focus{
  color: rgb(243 232 255 / 0.55);
}

.focus\:text-purple-100\/60:focus{
  color: rgb(243 232 255 / 0.6);
}

.focus\:text-purple-100\/65:focus{
  color: rgb(243 232 255 / 0.65);
}

.focus\:text-purple-100\/70:focus{
  color: rgb(243 232 255 / 0.7);
}

.focus\:text-purple-100\/75:focus{
  color: rgb(243 232 255 / 0.75);
}

.focus\:text-purple-100\/80:focus{
  color: rgb(243 232 255 / 0.8);
}

.focus\:text-purple-100\/85:focus{
  color: rgb(243 232 255 / 0.85);
}

.focus\:text-purple-100\/90:focus{
  color: rgb(243 232 255 / 0.9);
}

.focus\:text-purple-100\/95:focus{
  color: rgb(243 232 255 / 0.95);
}

.focus\:text-purple-200:focus{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}

.focus\:text-purple-200\/0:focus{
  color: rgb(233 213 255 / 0);
}

.focus\:text-purple-200\/10:focus{
  color: rgb(233 213 255 / 0.1);
}

.focus\:text-purple-200\/100:focus{
  color: rgb(233 213 255 / 1);
}

.focus\:text-purple-200\/15:focus{
  color: rgb(233 213 255 / 0.15);
}

.focus\:text-purple-200\/20:focus{
  color: rgb(233 213 255 / 0.2);
}

.focus\:text-purple-200\/25:focus{
  color: rgb(233 213 255 / 0.25);
}

.focus\:text-purple-200\/30:focus{
  color: rgb(233 213 255 / 0.3);
}

.focus\:text-purple-200\/35:focus{
  color: rgb(233 213 255 / 0.35);
}

.focus\:text-purple-200\/40:focus{
  color: rgb(233 213 255 / 0.4);
}

.focus\:text-purple-200\/45:focus{
  color: rgb(233 213 255 / 0.45);
}

.focus\:text-purple-200\/5:focus{
  color: rgb(233 213 255 / 0.05);
}

.focus\:text-purple-200\/50:focus{
  color: rgb(233 213 255 / 0.5);
}

.focus\:text-purple-200\/55:focus{
  color: rgb(233 213 255 / 0.55);
}

.focus\:text-purple-200\/60:focus{
  color: rgb(233 213 255 / 0.6);
}

.focus\:text-purple-200\/65:focus{
  color: rgb(233 213 255 / 0.65);
}

.focus\:text-purple-200\/70:focus{
  color: rgb(233 213 255 / 0.7);
}

.focus\:text-purple-200\/75:focus{
  color: rgb(233 213 255 / 0.75);
}

.focus\:text-purple-200\/80:focus{
  color: rgb(233 213 255 / 0.8);
}

.focus\:text-purple-200\/85:focus{
  color: rgb(233 213 255 / 0.85);
}

.focus\:text-purple-200\/90:focus{
  color: rgb(233 213 255 / 0.9);
}

.focus\:text-purple-200\/95:focus{
  color: rgb(233 213 255 / 0.95);
}

.focus\:text-purple-300:focus{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.focus\:text-purple-300\/0:focus{
  color: rgb(216 180 254 / 0);
}

.focus\:text-purple-300\/10:focus{
  color: rgb(216 180 254 / 0.1);
}

.focus\:text-purple-300\/100:focus{
  color: rgb(216 180 254 / 1);
}

.focus\:text-purple-300\/15:focus{
  color: rgb(216 180 254 / 0.15);
}

.focus\:text-purple-300\/20:focus{
  color: rgb(216 180 254 / 0.2);
}

.focus\:text-purple-300\/25:focus{
  color: rgb(216 180 254 / 0.25);
}

.focus\:text-purple-300\/30:focus{
  color: rgb(216 180 254 / 0.3);
}

.focus\:text-purple-300\/35:focus{
  color: rgb(216 180 254 / 0.35);
}

.focus\:text-purple-300\/40:focus{
  color: rgb(216 180 254 / 0.4);
}

.focus\:text-purple-300\/45:focus{
  color: rgb(216 180 254 / 0.45);
}

.focus\:text-purple-300\/5:focus{
  color: rgb(216 180 254 / 0.05);
}

.focus\:text-purple-300\/50:focus{
  color: rgb(216 180 254 / 0.5);
}

.focus\:text-purple-300\/55:focus{
  color: rgb(216 180 254 / 0.55);
}

.focus\:text-purple-300\/60:focus{
  color: rgb(216 180 254 / 0.6);
}

.focus\:text-purple-300\/65:focus{
  color: rgb(216 180 254 / 0.65);
}

.focus\:text-purple-300\/70:focus{
  color: rgb(216 180 254 / 0.7);
}

.focus\:text-purple-300\/75:focus{
  color: rgb(216 180 254 / 0.75);
}

.focus\:text-purple-300\/80:focus{
  color: rgb(216 180 254 / 0.8);
}

.focus\:text-purple-300\/85:focus{
  color: rgb(216 180 254 / 0.85);
}

.focus\:text-purple-300\/90:focus{
  color: rgb(216 180 254 / 0.9);
}

.focus\:text-purple-300\/95:focus{
  color: rgb(216 180 254 / 0.95);
}

.focus\:text-purple-400:focus{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.focus\:text-purple-400\/0:focus{
  color: rgb(192 132 252 / 0);
}

.focus\:text-purple-400\/10:focus{
  color: rgb(192 132 252 / 0.1);
}

.focus\:text-purple-400\/100:focus{
  color: rgb(192 132 252 / 1);
}

.focus\:text-purple-400\/15:focus{
  color: rgb(192 132 252 / 0.15);
}

.focus\:text-purple-400\/20:focus{
  color: rgb(192 132 252 / 0.2);
}

.focus\:text-purple-400\/25:focus{
  color: rgb(192 132 252 / 0.25);
}

.focus\:text-purple-400\/30:focus{
  color: rgb(192 132 252 / 0.3);
}

.focus\:text-purple-400\/35:focus{
  color: rgb(192 132 252 / 0.35);
}

.focus\:text-purple-400\/40:focus{
  color: rgb(192 132 252 / 0.4);
}

.focus\:text-purple-400\/45:focus{
  color: rgb(192 132 252 / 0.45);
}

.focus\:text-purple-400\/5:focus{
  color: rgb(192 132 252 / 0.05);
}

.focus\:text-purple-400\/50:focus{
  color: rgb(192 132 252 / 0.5);
}

.focus\:text-purple-400\/55:focus{
  color: rgb(192 132 252 / 0.55);
}

.focus\:text-purple-400\/60:focus{
  color: rgb(192 132 252 / 0.6);
}

.focus\:text-purple-400\/65:focus{
  color: rgb(192 132 252 / 0.65);
}

.focus\:text-purple-400\/70:focus{
  color: rgb(192 132 252 / 0.7);
}

.focus\:text-purple-400\/75:focus{
  color: rgb(192 132 252 / 0.75);
}

.focus\:text-purple-400\/80:focus{
  color: rgb(192 132 252 / 0.8);
}

.focus\:text-purple-400\/85:focus{
  color: rgb(192 132 252 / 0.85);
}

.focus\:text-purple-400\/90:focus{
  color: rgb(192 132 252 / 0.9);
}

.focus\:text-purple-400\/95:focus{
  color: rgb(192 132 252 / 0.95);
}

.focus\:text-purple-50:focus{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}

.focus\:text-purple-50\/0:focus{
  color: rgb(250 245 255 / 0);
}

.focus\:text-purple-50\/10:focus{
  color: rgb(250 245 255 / 0.1);
}

.focus\:text-purple-50\/100:focus{
  color: rgb(250 245 255 / 1);
}

.focus\:text-purple-50\/15:focus{
  color: rgb(250 245 255 / 0.15);
}

.focus\:text-purple-50\/20:focus{
  color: rgb(250 245 255 / 0.2);
}

.focus\:text-purple-50\/25:focus{
  color: rgb(250 245 255 / 0.25);
}

.focus\:text-purple-50\/30:focus{
  color: rgb(250 245 255 / 0.3);
}

.focus\:text-purple-50\/35:focus{
  color: rgb(250 245 255 / 0.35);
}

.focus\:text-purple-50\/40:focus{
  color: rgb(250 245 255 / 0.4);
}

.focus\:text-purple-50\/45:focus{
  color: rgb(250 245 255 / 0.45);
}

.focus\:text-purple-50\/5:focus{
  color: rgb(250 245 255 / 0.05);
}

.focus\:text-purple-50\/50:focus{
  color: rgb(250 245 255 / 0.5);
}

.focus\:text-purple-50\/55:focus{
  color: rgb(250 245 255 / 0.55);
}

.focus\:text-purple-50\/60:focus{
  color: rgb(250 245 255 / 0.6);
}

.focus\:text-purple-50\/65:focus{
  color: rgb(250 245 255 / 0.65);
}

.focus\:text-purple-50\/70:focus{
  color: rgb(250 245 255 / 0.7);
}

.focus\:text-purple-50\/75:focus{
  color: rgb(250 245 255 / 0.75);
}

.focus\:text-purple-50\/80:focus{
  color: rgb(250 245 255 / 0.8);
}

.focus\:text-purple-50\/85:focus{
  color: rgb(250 245 255 / 0.85);
}

.focus\:text-purple-50\/90:focus{
  color: rgb(250 245 255 / 0.9);
}

.focus\:text-purple-50\/95:focus{
  color: rgb(250 245 255 / 0.95);
}

.focus\:text-purple-500:focus{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.focus\:text-purple-500\/0:focus{
  color: rgb(168 85 247 / 0);
}

.focus\:text-purple-500\/10:focus{
  color: rgb(168 85 247 / 0.1);
}

.focus\:text-purple-500\/100:focus{
  color: rgb(168 85 247 / 1);
}

.focus\:text-purple-500\/15:focus{
  color: rgb(168 85 247 / 0.15);
}

.focus\:text-purple-500\/20:focus{
  color: rgb(168 85 247 / 0.2);
}

.focus\:text-purple-500\/25:focus{
  color: rgb(168 85 247 / 0.25);
}

.focus\:text-purple-500\/30:focus{
  color: rgb(168 85 247 / 0.3);
}

.focus\:text-purple-500\/35:focus{
  color: rgb(168 85 247 / 0.35);
}

.focus\:text-purple-500\/40:focus{
  color: rgb(168 85 247 / 0.4);
}

.focus\:text-purple-500\/45:focus{
  color: rgb(168 85 247 / 0.45);
}

.focus\:text-purple-500\/5:focus{
  color: rgb(168 85 247 / 0.05);
}

.focus\:text-purple-500\/50:focus{
  color: rgb(168 85 247 / 0.5);
}

.focus\:text-purple-500\/55:focus{
  color: rgb(168 85 247 / 0.55);
}

.focus\:text-purple-500\/60:focus{
  color: rgb(168 85 247 / 0.6);
}

.focus\:text-purple-500\/65:focus{
  color: rgb(168 85 247 / 0.65);
}

.focus\:text-purple-500\/70:focus{
  color: rgb(168 85 247 / 0.7);
}

.focus\:text-purple-500\/75:focus{
  color: rgb(168 85 247 / 0.75);
}

.focus\:text-purple-500\/80:focus{
  color: rgb(168 85 247 / 0.8);
}

.focus\:text-purple-500\/85:focus{
  color: rgb(168 85 247 / 0.85);
}

.focus\:text-purple-500\/90:focus{
  color: rgb(168 85 247 / 0.9);
}

.focus\:text-purple-500\/95:focus{
  color: rgb(168 85 247 / 0.95);
}

.focus\:text-purple-600:focus{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.focus\:text-purple-600\/0:focus{
  color: rgb(147 51 234 / 0);
}

.focus\:text-purple-600\/10:focus{
  color: rgb(147 51 234 / 0.1);
}

.focus\:text-purple-600\/100:focus{
  color: rgb(147 51 234 / 1);
}

.focus\:text-purple-600\/15:focus{
  color: rgb(147 51 234 / 0.15);
}

.focus\:text-purple-600\/20:focus{
  color: rgb(147 51 234 / 0.2);
}

.focus\:text-purple-600\/25:focus{
  color: rgb(147 51 234 / 0.25);
}

.focus\:text-purple-600\/30:focus{
  color: rgb(147 51 234 / 0.3);
}

.focus\:text-purple-600\/35:focus{
  color: rgb(147 51 234 / 0.35);
}

.focus\:text-purple-600\/40:focus{
  color: rgb(147 51 234 / 0.4);
}

.focus\:text-purple-600\/45:focus{
  color: rgb(147 51 234 / 0.45);
}

.focus\:text-purple-600\/5:focus{
  color: rgb(147 51 234 / 0.05);
}

.focus\:text-purple-600\/50:focus{
  color: rgb(147 51 234 / 0.5);
}

.focus\:text-purple-600\/55:focus{
  color: rgb(147 51 234 / 0.55);
}

.focus\:text-purple-600\/60:focus{
  color: rgb(147 51 234 / 0.6);
}

.focus\:text-purple-600\/65:focus{
  color: rgb(147 51 234 / 0.65);
}

.focus\:text-purple-600\/70:focus{
  color: rgb(147 51 234 / 0.7);
}

.focus\:text-purple-600\/75:focus{
  color: rgb(147 51 234 / 0.75);
}

.focus\:text-purple-600\/80:focus{
  color: rgb(147 51 234 / 0.8);
}

.focus\:text-purple-600\/85:focus{
  color: rgb(147 51 234 / 0.85);
}

.focus\:text-purple-600\/90:focus{
  color: rgb(147 51 234 / 0.9);
}

.focus\:text-purple-600\/95:focus{
  color: rgb(147 51 234 / 0.95);
}

.focus\:text-purple-700:focus{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.focus\:text-purple-700\/0:focus{
  color: rgb(126 34 206 / 0);
}

.focus\:text-purple-700\/10:focus{
  color: rgb(126 34 206 / 0.1);
}

.focus\:text-purple-700\/100:focus{
  color: rgb(126 34 206 / 1);
}

.focus\:text-purple-700\/15:focus{
  color: rgb(126 34 206 / 0.15);
}

.focus\:text-purple-700\/20:focus{
  color: rgb(126 34 206 / 0.2);
}

.focus\:text-purple-700\/25:focus{
  color: rgb(126 34 206 / 0.25);
}

.focus\:text-purple-700\/30:focus{
  color: rgb(126 34 206 / 0.3);
}

.focus\:text-purple-700\/35:focus{
  color: rgb(126 34 206 / 0.35);
}

.focus\:text-purple-700\/40:focus{
  color: rgb(126 34 206 / 0.4);
}

.focus\:text-purple-700\/45:focus{
  color: rgb(126 34 206 / 0.45);
}

.focus\:text-purple-700\/5:focus{
  color: rgb(126 34 206 / 0.05);
}

.focus\:text-purple-700\/50:focus{
  color: rgb(126 34 206 / 0.5);
}

.focus\:text-purple-700\/55:focus{
  color: rgb(126 34 206 / 0.55);
}

.focus\:text-purple-700\/60:focus{
  color: rgb(126 34 206 / 0.6);
}

.focus\:text-purple-700\/65:focus{
  color: rgb(126 34 206 / 0.65);
}

.focus\:text-purple-700\/70:focus{
  color: rgb(126 34 206 / 0.7);
}

.focus\:text-purple-700\/75:focus{
  color: rgb(126 34 206 / 0.75);
}

.focus\:text-purple-700\/80:focus{
  color: rgb(126 34 206 / 0.8);
}

.focus\:text-purple-700\/85:focus{
  color: rgb(126 34 206 / 0.85);
}

.focus\:text-purple-700\/90:focus{
  color: rgb(126 34 206 / 0.9);
}

.focus\:text-purple-700\/95:focus{
  color: rgb(126 34 206 / 0.95);
}

.focus\:text-purple-800:focus{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.focus\:text-purple-800\/0:focus{
  color: rgb(107 33 168 / 0);
}

.focus\:text-purple-800\/10:focus{
  color: rgb(107 33 168 / 0.1);
}

.focus\:text-purple-800\/100:focus{
  color: rgb(107 33 168 / 1);
}

.focus\:text-purple-800\/15:focus{
  color: rgb(107 33 168 / 0.15);
}

.focus\:text-purple-800\/20:focus{
  color: rgb(107 33 168 / 0.2);
}

.focus\:text-purple-800\/25:focus{
  color: rgb(107 33 168 / 0.25);
}

.focus\:text-purple-800\/30:focus{
  color: rgb(107 33 168 / 0.3);
}

.focus\:text-purple-800\/35:focus{
  color: rgb(107 33 168 / 0.35);
}

.focus\:text-purple-800\/40:focus{
  color: rgb(107 33 168 / 0.4);
}

.focus\:text-purple-800\/45:focus{
  color: rgb(107 33 168 / 0.45);
}

.focus\:text-purple-800\/5:focus{
  color: rgb(107 33 168 / 0.05);
}

.focus\:text-purple-800\/50:focus{
  color: rgb(107 33 168 / 0.5);
}

.focus\:text-purple-800\/55:focus{
  color: rgb(107 33 168 / 0.55);
}

.focus\:text-purple-800\/60:focus{
  color: rgb(107 33 168 / 0.6);
}

.focus\:text-purple-800\/65:focus{
  color: rgb(107 33 168 / 0.65);
}

.focus\:text-purple-800\/70:focus{
  color: rgb(107 33 168 / 0.7);
}

.focus\:text-purple-800\/75:focus{
  color: rgb(107 33 168 / 0.75);
}

.focus\:text-purple-800\/80:focus{
  color: rgb(107 33 168 / 0.8);
}

.focus\:text-purple-800\/85:focus{
  color: rgb(107 33 168 / 0.85);
}

.focus\:text-purple-800\/90:focus{
  color: rgb(107 33 168 / 0.9);
}

.focus\:text-purple-800\/95:focus{
  color: rgb(107 33 168 / 0.95);
}

.focus\:text-purple-900:focus{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.focus\:text-purple-900\/0:focus{
  color: rgb(88 28 135 / 0);
}

.focus\:text-purple-900\/10:focus{
  color: rgb(88 28 135 / 0.1);
}

.focus\:text-purple-900\/100:focus{
  color: rgb(88 28 135 / 1);
}

.focus\:text-purple-900\/15:focus{
  color: rgb(88 28 135 / 0.15);
}

.focus\:text-purple-900\/20:focus{
  color: rgb(88 28 135 / 0.2);
}

.focus\:text-purple-900\/25:focus{
  color: rgb(88 28 135 / 0.25);
}

.focus\:text-purple-900\/30:focus{
  color: rgb(88 28 135 / 0.3);
}

.focus\:text-purple-900\/35:focus{
  color: rgb(88 28 135 / 0.35);
}

.focus\:text-purple-900\/40:focus{
  color: rgb(88 28 135 / 0.4);
}

.focus\:text-purple-900\/45:focus{
  color: rgb(88 28 135 / 0.45);
}

.focus\:text-purple-900\/5:focus{
  color: rgb(88 28 135 / 0.05);
}

.focus\:text-purple-900\/50:focus{
  color: rgb(88 28 135 / 0.5);
}

.focus\:text-purple-900\/55:focus{
  color: rgb(88 28 135 / 0.55);
}

.focus\:text-purple-900\/60:focus{
  color: rgb(88 28 135 / 0.6);
}

.focus\:text-purple-900\/65:focus{
  color: rgb(88 28 135 / 0.65);
}

.focus\:text-purple-900\/70:focus{
  color: rgb(88 28 135 / 0.7);
}

.focus\:text-purple-900\/75:focus{
  color: rgb(88 28 135 / 0.75);
}

.focus\:text-purple-900\/80:focus{
  color: rgb(88 28 135 / 0.8);
}

.focus\:text-purple-900\/85:focus{
  color: rgb(88 28 135 / 0.85);
}

.focus\:text-purple-900\/90:focus{
  color: rgb(88 28 135 / 0.9);
}

.focus\:text-purple-900\/95:focus{
  color: rgb(88 28 135 / 0.95);
}

.focus\:text-purple-950:focus{
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}

.focus\:text-purple-950\/0:focus{
  color: rgb(59 7 100 / 0);
}

.focus\:text-purple-950\/10:focus{
  color: rgb(59 7 100 / 0.1);
}

.focus\:text-purple-950\/100:focus{
  color: rgb(59 7 100 / 1);
}

.focus\:text-purple-950\/15:focus{
  color: rgb(59 7 100 / 0.15);
}

.focus\:text-purple-950\/20:focus{
  color: rgb(59 7 100 / 0.2);
}

.focus\:text-purple-950\/25:focus{
  color: rgb(59 7 100 / 0.25);
}

.focus\:text-purple-950\/30:focus{
  color: rgb(59 7 100 / 0.3);
}

.focus\:text-purple-950\/35:focus{
  color: rgb(59 7 100 / 0.35);
}

.focus\:text-purple-950\/40:focus{
  color: rgb(59 7 100 / 0.4);
}

.focus\:text-purple-950\/45:focus{
  color: rgb(59 7 100 / 0.45);
}

.focus\:text-purple-950\/5:focus{
  color: rgb(59 7 100 / 0.05);
}

.focus\:text-purple-950\/50:focus{
  color: rgb(59 7 100 / 0.5);
}

.focus\:text-purple-950\/55:focus{
  color: rgb(59 7 100 / 0.55);
}

.focus\:text-purple-950\/60:focus{
  color: rgb(59 7 100 / 0.6);
}

.focus\:text-purple-950\/65:focus{
  color: rgb(59 7 100 / 0.65);
}

.focus\:text-purple-950\/70:focus{
  color: rgb(59 7 100 / 0.7);
}

.focus\:text-purple-950\/75:focus{
  color: rgb(59 7 100 / 0.75);
}

.focus\:text-purple-950\/80:focus{
  color: rgb(59 7 100 / 0.8);
}

.focus\:text-purple-950\/85:focus{
  color: rgb(59 7 100 / 0.85);
}

.focus\:text-purple-950\/90:focus{
  color: rgb(59 7 100 / 0.9);
}

.focus\:text-purple-950\/95:focus{
  color: rgb(59 7 100 / 0.95);
}

.focus\:text-quaternary:focus{
  --tw-text-opacity: 1;
  color: rgb(61 209 246 / var(--tw-text-opacity));
}

.focus\:text-quaternary-hover:focus{
  --tw-text-opacity: 1;
  color: rgb(43 202 241 / var(--tw-text-opacity));
}

.focus\:text-quaternary-hover\/0:focus{
  color: rgb(43 202 241 / 0);
}

.focus\:text-quaternary-hover\/10:focus{
  color: rgb(43 202 241 / 0.1);
}

.focus\:text-quaternary-hover\/100:focus{
  color: rgb(43 202 241 / 1);
}

.focus\:text-quaternary-hover\/15:focus{
  color: rgb(43 202 241 / 0.15);
}

.focus\:text-quaternary-hover\/20:focus{
  color: rgb(43 202 241 / 0.2);
}

.focus\:text-quaternary-hover\/25:focus{
  color: rgb(43 202 241 / 0.25);
}

.focus\:text-quaternary-hover\/30:focus{
  color: rgb(43 202 241 / 0.3);
}

.focus\:text-quaternary-hover\/35:focus{
  color: rgb(43 202 241 / 0.35);
}

.focus\:text-quaternary-hover\/40:focus{
  color: rgb(43 202 241 / 0.4);
}

.focus\:text-quaternary-hover\/45:focus{
  color: rgb(43 202 241 / 0.45);
}

.focus\:text-quaternary-hover\/5:focus{
  color: rgb(43 202 241 / 0.05);
}

.focus\:text-quaternary-hover\/50:focus{
  color: rgb(43 202 241 / 0.5);
}

.focus\:text-quaternary-hover\/55:focus{
  color: rgb(43 202 241 / 0.55);
}

.focus\:text-quaternary-hover\/60:focus{
  color: rgb(43 202 241 / 0.6);
}

.focus\:text-quaternary-hover\/65:focus{
  color: rgb(43 202 241 / 0.65);
}

.focus\:text-quaternary-hover\/70:focus{
  color: rgb(43 202 241 / 0.7);
}

.focus\:text-quaternary-hover\/75:focus{
  color: rgb(43 202 241 / 0.75);
}

.focus\:text-quaternary-hover\/80:focus{
  color: rgb(43 202 241 / 0.8);
}

.focus\:text-quaternary-hover\/85:focus{
  color: rgb(43 202 241 / 0.85);
}

.focus\:text-quaternary-hover\/90:focus{
  color: rgb(43 202 241 / 0.9);
}

.focus\:text-quaternary-hover\/95:focus{
  color: rgb(43 202 241 / 0.95);
}

.focus\:text-quaternary\/0:focus{
  color: rgb(61 209 246 / 0);
}

.focus\:text-quaternary\/10:focus{
  color: rgb(61 209 246 / 0.1);
}

.focus\:text-quaternary\/100:focus{
  color: rgb(61 209 246 / 1);
}

.focus\:text-quaternary\/15:focus{
  color: rgb(61 209 246 / 0.15);
}

.focus\:text-quaternary\/20:focus{
  color: rgb(61 209 246 / 0.2);
}

.focus\:text-quaternary\/25:focus{
  color: rgb(61 209 246 / 0.25);
}

.focus\:text-quaternary\/30:focus{
  color: rgb(61 209 246 / 0.3);
}

.focus\:text-quaternary\/35:focus{
  color: rgb(61 209 246 / 0.35);
}

.focus\:text-quaternary\/40:focus{
  color: rgb(61 209 246 / 0.4);
}

.focus\:text-quaternary\/45:focus{
  color: rgb(61 209 246 / 0.45);
}

.focus\:text-quaternary\/5:focus{
  color: rgb(61 209 246 / 0.05);
}

.focus\:text-quaternary\/50:focus{
  color: rgb(61 209 246 / 0.5);
}

.focus\:text-quaternary\/55:focus{
  color: rgb(61 209 246 / 0.55);
}

.focus\:text-quaternary\/60:focus{
  color: rgb(61 209 246 / 0.6);
}

.focus\:text-quaternary\/65:focus{
  color: rgb(61 209 246 / 0.65);
}

.focus\:text-quaternary\/70:focus{
  color: rgb(61 209 246 / 0.7);
}

.focus\:text-quaternary\/75:focus{
  color: rgb(61 209 246 / 0.75);
}

.focus\:text-quaternary\/80:focus{
  color: rgb(61 209 246 / 0.8);
}

.focus\:text-quaternary\/85:focus{
  color: rgb(61 209 246 / 0.85);
}

.focus\:text-quaternary\/90:focus{
  color: rgb(61 209 246 / 0.9);
}

.focus\:text-quaternary\/95:focus{
  color: rgb(61 209 246 / 0.95);
}

.focus\:text-quinary:focus{
  --tw-text-opacity: 1;
  color: rgb(136 150 244 / var(--tw-text-opacity));
}

.focus\:text-quinary-hover:focus{
  --tw-text-opacity: 1;
  color: rgb(112 126 222 / var(--tw-text-opacity));
}

.focus\:text-quinary-hover\/0:focus{
  color: rgb(112 126 222 / 0);
}

.focus\:text-quinary-hover\/10:focus{
  color: rgb(112 126 222 / 0.1);
}

.focus\:text-quinary-hover\/100:focus{
  color: rgb(112 126 222 / 1);
}

.focus\:text-quinary-hover\/15:focus{
  color: rgb(112 126 222 / 0.15);
}

.focus\:text-quinary-hover\/20:focus{
  color: rgb(112 126 222 / 0.2);
}

.focus\:text-quinary-hover\/25:focus{
  color: rgb(112 126 222 / 0.25);
}

.focus\:text-quinary-hover\/30:focus{
  color: rgb(112 126 222 / 0.3);
}

.focus\:text-quinary-hover\/35:focus{
  color: rgb(112 126 222 / 0.35);
}

.focus\:text-quinary-hover\/40:focus{
  color: rgb(112 126 222 / 0.4);
}

.focus\:text-quinary-hover\/45:focus{
  color: rgb(112 126 222 / 0.45);
}

.focus\:text-quinary-hover\/5:focus{
  color: rgb(112 126 222 / 0.05);
}

.focus\:text-quinary-hover\/50:focus{
  color: rgb(112 126 222 / 0.5);
}

.focus\:text-quinary-hover\/55:focus{
  color: rgb(112 126 222 / 0.55);
}

.focus\:text-quinary-hover\/60:focus{
  color: rgb(112 126 222 / 0.6);
}

.focus\:text-quinary-hover\/65:focus{
  color: rgb(112 126 222 / 0.65);
}

.focus\:text-quinary-hover\/70:focus{
  color: rgb(112 126 222 / 0.7);
}

.focus\:text-quinary-hover\/75:focus{
  color: rgb(112 126 222 / 0.75);
}

.focus\:text-quinary-hover\/80:focus{
  color: rgb(112 126 222 / 0.8);
}

.focus\:text-quinary-hover\/85:focus{
  color: rgb(112 126 222 / 0.85);
}

.focus\:text-quinary-hover\/90:focus{
  color: rgb(112 126 222 / 0.9);
}

.focus\:text-quinary-hover\/95:focus{
  color: rgb(112 126 222 / 0.95);
}

.focus\:text-quinary\/0:focus{
  color: rgb(136 150 244 / 0);
}

.focus\:text-quinary\/10:focus{
  color: rgb(136 150 244 / 0.1);
}

.focus\:text-quinary\/100:focus{
  color: rgb(136 150 244 / 1);
}

.focus\:text-quinary\/15:focus{
  color: rgb(136 150 244 / 0.15);
}

.focus\:text-quinary\/20:focus{
  color: rgb(136 150 244 / 0.2);
}

.focus\:text-quinary\/25:focus{
  color: rgb(136 150 244 / 0.25);
}

.focus\:text-quinary\/30:focus{
  color: rgb(136 150 244 / 0.3);
}

.focus\:text-quinary\/35:focus{
  color: rgb(136 150 244 / 0.35);
}

.focus\:text-quinary\/40:focus{
  color: rgb(136 150 244 / 0.4);
}

.focus\:text-quinary\/45:focus{
  color: rgb(136 150 244 / 0.45);
}

.focus\:text-quinary\/5:focus{
  color: rgb(136 150 244 / 0.05);
}

.focus\:text-quinary\/50:focus{
  color: rgb(136 150 244 / 0.5);
}

.focus\:text-quinary\/55:focus{
  color: rgb(136 150 244 / 0.55);
}

.focus\:text-quinary\/60:focus{
  color: rgb(136 150 244 / 0.6);
}

.focus\:text-quinary\/65:focus{
  color: rgb(136 150 244 / 0.65);
}

.focus\:text-quinary\/70:focus{
  color: rgb(136 150 244 / 0.7);
}

.focus\:text-quinary\/75:focus{
  color: rgb(136 150 244 / 0.75);
}

.focus\:text-quinary\/80:focus{
  color: rgb(136 150 244 / 0.8);
}

.focus\:text-quinary\/85:focus{
  color: rgb(136 150 244 / 0.85);
}

.focus\:text-quinary\/90:focus{
  color: rgb(136 150 244 / 0.9);
}

.focus\:text-quinary\/95:focus{
  color: rgb(136 150 244 / 0.95);
}

.focus\:text-red-100:focus{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.focus\:text-red-100\/0:focus{
  color: rgb(254 226 226 / 0);
}

.focus\:text-red-100\/10:focus{
  color: rgb(254 226 226 / 0.1);
}

.focus\:text-red-100\/100:focus{
  color: rgb(254 226 226 / 1);
}

.focus\:text-red-100\/15:focus{
  color: rgb(254 226 226 / 0.15);
}

.focus\:text-red-100\/20:focus{
  color: rgb(254 226 226 / 0.2);
}

.focus\:text-red-100\/25:focus{
  color: rgb(254 226 226 / 0.25);
}

.focus\:text-red-100\/30:focus{
  color: rgb(254 226 226 / 0.3);
}

.focus\:text-red-100\/35:focus{
  color: rgb(254 226 226 / 0.35);
}

.focus\:text-red-100\/40:focus{
  color: rgb(254 226 226 / 0.4);
}

.focus\:text-red-100\/45:focus{
  color: rgb(254 226 226 / 0.45);
}

.focus\:text-red-100\/5:focus{
  color: rgb(254 226 226 / 0.05);
}

.focus\:text-red-100\/50:focus{
  color: rgb(254 226 226 / 0.5);
}

.focus\:text-red-100\/55:focus{
  color: rgb(254 226 226 / 0.55);
}

.focus\:text-red-100\/60:focus{
  color: rgb(254 226 226 / 0.6);
}

.focus\:text-red-100\/65:focus{
  color: rgb(254 226 226 / 0.65);
}

.focus\:text-red-100\/70:focus{
  color: rgb(254 226 226 / 0.7);
}

.focus\:text-red-100\/75:focus{
  color: rgb(254 226 226 / 0.75);
}

.focus\:text-red-100\/80:focus{
  color: rgb(254 226 226 / 0.8);
}

.focus\:text-red-100\/85:focus{
  color: rgb(254 226 226 / 0.85);
}

.focus\:text-red-100\/90:focus{
  color: rgb(254 226 226 / 0.9);
}

.focus\:text-red-100\/95:focus{
  color: rgb(254 226 226 / 0.95);
}

.focus\:text-red-200:focus{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.focus\:text-red-200\/0:focus{
  color: rgb(254 202 202 / 0);
}

.focus\:text-red-200\/10:focus{
  color: rgb(254 202 202 / 0.1);
}

.focus\:text-red-200\/100:focus{
  color: rgb(254 202 202 / 1);
}

.focus\:text-red-200\/15:focus{
  color: rgb(254 202 202 / 0.15);
}

.focus\:text-red-200\/20:focus{
  color: rgb(254 202 202 / 0.2);
}

.focus\:text-red-200\/25:focus{
  color: rgb(254 202 202 / 0.25);
}

.focus\:text-red-200\/30:focus{
  color: rgb(254 202 202 / 0.3);
}

.focus\:text-red-200\/35:focus{
  color: rgb(254 202 202 / 0.35);
}

.focus\:text-red-200\/40:focus{
  color: rgb(254 202 202 / 0.4);
}

.focus\:text-red-200\/45:focus{
  color: rgb(254 202 202 / 0.45);
}

.focus\:text-red-200\/5:focus{
  color: rgb(254 202 202 / 0.05);
}

.focus\:text-red-200\/50:focus{
  color: rgb(254 202 202 / 0.5);
}

.focus\:text-red-200\/55:focus{
  color: rgb(254 202 202 / 0.55);
}

.focus\:text-red-200\/60:focus{
  color: rgb(254 202 202 / 0.6);
}

.focus\:text-red-200\/65:focus{
  color: rgb(254 202 202 / 0.65);
}

.focus\:text-red-200\/70:focus{
  color: rgb(254 202 202 / 0.7);
}

.focus\:text-red-200\/75:focus{
  color: rgb(254 202 202 / 0.75);
}

.focus\:text-red-200\/80:focus{
  color: rgb(254 202 202 / 0.8);
}

.focus\:text-red-200\/85:focus{
  color: rgb(254 202 202 / 0.85);
}

.focus\:text-red-200\/90:focus{
  color: rgb(254 202 202 / 0.9);
}

.focus\:text-red-200\/95:focus{
  color: rgb(254 202 202 / 0.95);
}

.focus\:text-red-300:focus{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.focus\:text-red-300\/0:focus{
  color: rgb(252 165 165 / 0);
}

.focus\:text-red-300\/10:focus{
  color: rgb(252 165 165 / 0.1);
}

.focus\:text-red-300\/100:focus{
  color: rgb(252 165 165 / 1);
}

.focus\:text-red-300\/15:focus{
  color: rgb(252 165 165 / 0.15);
}

.focus\:text-red-300\/20:focus{
  color: rgb(252 165 165 / 0.2);
}

.focus\:text-red-300\/25:focus{
  color: rgb(252 165 165 / 0.25);
}

.focus\:text-red-300\/30:focus{
  color: rgb(252 165 165 / 0.3);
}

.focus\:text-red-300\/35:focus{
  color: rgb(252 165 165 / 0.35);
}

.focus\:text-red-300\/40:focus{
  color: rgb(252 165 165 / 0.4);
}

.focus\:text-red-300\/45:focus{
  color: rgb(252 165 165 / 0.45);
}

.focus\:text-red-300\/5:focus{
  color: rgb(252 165 165 / 0.05);
}

.focus\:text-red-300\/50:focus{
  color: rgb(252 165 165 / 0.5);
}

.focus\:text-red-300\/55:focus{
  color: rgb(252 165 165 / 0.55);
}

.focus\:text-red-300\/60:focus{
  color: rgb(252 165 165 / 0.6);
}

.focus\:text-red-300\/65:focus{
  color: rgb(252 165 165 / 0.65);
}

.focus\:text-red-300\/70:focus{
  color: rgb(252 165 165 / 0.7);
}

.focus\:text-red-300\/75:focus{
  color: rgb(252 165 165 / 0.75);
}

.focus\:text-red-300\/80:focus{
  color: rgb(252 165 165 / 0.8);
}

.focus\:text-red-300\/85:focus{
  color: rgb(252 165 165 / 0.85);
}

.focus\:text-red-300\/90:focus{
  color: rgb(252 165 165 / 0.9);
}

.focus\:text-red-300\/95:focus{
  color: rgb(252 165 165 / 0.95);
}

.focus\:text-red-400:focus{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.focus\:text-red-400\/0:focus{
  color: rgb(248 113 113 / 0);
}

.focus\:text-red-400\/10:focus{
  color: rgb(248 113 113 / 0.1);
}

.focus\:text-red-400\/100:focus{
  color: rgb(248 113 113 / 1);
}

.focus\:text-red-400\/15:focus{
  color: rgb(248 113 113 / 0.15);
}

.focus\:text-red-400\/20:focus{
  color: rgb(248 113 113 / 0.2);
}

.focus\:text-red-400\/25:focus{
  color: rgb(248 113 113 / 0.25);
}

.focus\:text-red-400\/30:focus{
  color: rgb(248 113 113 / 0.3);
}

.focus\:text-red-400\/35:focus{
  color: rgb(248 113 113 / 0.35);
}

.focus\:text-red-400\/40:focus{
  color: rgb(248 113 113 / 0.4);
}

.focus\:text-red-400\/45:focus{
  color: rgb(248 113 113 / 0.45);
}

.focus\:text-red-400\/5:focus{
  color: rgb(248 113 113 / 0.05);
}

.focus\:text-red-400\/50:focus{
  color: rgb(248 113 113 / 0.5);
}

.focus\:text-red-400\/55:focus{
  color: rgb(248 113 113 / 0.55);
}

.focus\:text-red-400\/60:focus{
  color: rgb(248 113 113 / 0.6);
}

.focus\:text-red-400\/65:focus{
  color: rgb(248 113 113 / 0.65);
}

.focus\:text-red-400\/70:focus{
  color: rgb(248 113 113 / 0.7);
}

.focus\:text-red-400\/75:focus{
  color: rgb(248 113 113 / 0.75);
}

.focus\:text-red-400\/80:focus{
  color: rgb(248 113 113 / 0.8);
}

.focus\:text-red-400\/85:focus{
  color: rgb(248 113 113 / 0.85);
}

.focus\:text-red-400\/90:focus{
  color: rgb(248 113 113 / 0.9);
}

.focus\:text-red-400\/95:focus{
  color: rgb(248 113 113 / 0.95);
}

.focus\:text-red-50:focus{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.focus\:text-red-50\/0:focus{
  color: rgb(254 242 242 / 0);
}

.focus\:text-red-50\/10:focus{
  color: rgb(254 242 242 / 0.1);
}

.focus\:text-red-50\/100:focus{
  color: rgb(254 242 242 / 1);
}

.focus\:text-red-50\/15:focus{
  color: rgb(254 242 242 / 0.15);
}

.focus\:text-red-50\/20:focus{
  color: rgb(254 242 242 / 0.2);
}

.focus\:text-red-50\/25:focus{
  color: rgb(254 242 242 / 0.25);
}

.focus\:text-red-50\/30:focus{
  color: rgb(254 242 242 / 0.3);
}

.focus\:text-red-50\/35:focus{
  color: rgb(254 242 242 / 0.35);
}

.focus\:text-red-50\/40:focus{
  color: rgb(254 242 242 / 0.4);
}

.focus\:text-red-50\/45:focus{
  color: rgb(254 242 242 / 0.45);
}

.focus\:text-red-50\/5:focus{
  color: rgb(254 242 242 / 0.05);
}

.focus\:text-red-50\/50:focus{
  color: rgb(254 242 242 / 0.5);
}

.focus\:text-red-50\/55:focus{
  color: rgb(254 242 242 / 0.55);
}

.focus\:text-red-50\/60:focus{
  color: rgb(254 242 242 / 0.6);
}

.focus\:text-red-50\/65:focus{
  color: rgb(254 242 242 / 0.65);
}

.focus\:text-red-50\/70:focus{
  color: rgb(254 242 242 / 0.7);
}

.focus\:text-red-50\/75:focus{
  color: rgb(254 242 242 / 0.75);
}

.focus\:text-red-50\/80:focus{
  color: rgb(254 242 242 / 0.8);
}

.focus\:text-red-50\/85:focus{
  color: rgb(254 242 242 / 0.85);
}

.focus\:text-red-50\/90:focus{
  color: rgb(254 242 242 / 0.9);
}

.focus\:text-red-50\/95:focus{
  color: rgb(254 242 242 / 0.95);
}

.focus\:text-red-500:focus{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.focus\:text-red-500\/0:focus{
  color: rgb(239 68 68 / 0);
}

.focus\:text-red-500\/10:focus{
  color: rgb(239 68 68 / 0.1);
}

.focus\:text-red-500\/100:focus{
  color: rgb(239 68 68 / 1);
}

.focus\:text-red-500\/15:focus{
  color: rgb(239 68 68 / 0.15);
}

.focus\:text-red-500\/20:focus{
  color: rgb(239 68 68 / 0.2);
}

.focus\:text-red-500\/25:focus{
  color: rgb(239 68 68 / 0.25);
}

.focus\:text-red-500\/30:focus{
  color: rgb(239 68 68 / 0.3);
}

.focus\:text-red-500\/35:focus{
  color: rgb(239 68 68 / 0.35);
}

.focus\:text-red-500\/40:focus{
  color: rgb(239 68 68 / 0.4);
}

.focus\:text-red-500\/45:focus{
  color: rgb(239 68 68 / 0.45);
}

.focus\:text-red-500\/5:focus{
  color: rgb(239 68 68 / 0.05);
}

.focus\:text-red-500\/50:focus{
  color: rgb(239 68 68 / 0.5);
}

.focus\:text-red-500\/55:focus{
  color: rgb(239 68 68 / 0.55);
}

.focus\:text-red-500\/60:focus{
  color: rgb(239 68 68 / 0.6);
}

.focus\:text-red-500\/65:focus{
  color: rgb(239 68 68 / 0.65);
}

.focus\:text-red-500\/70:focus{
  color: rgb(239 68 68 / 0.7);
}

.focus\:text-red-500\/75:focus{
  color: rgb(239 68 68 / 0.75);
}

.focus\:text-red-500\/80:focus{
  color: rgb(239 68 68 / 0.8);
}

.focus\:text-red-500\/85:focus{
  color: rgb(239 68 68 / 0.85);
}

.focus\:text-red-500\/90:focus{
  color: rgb(239 68 68 / 0.9);
}

.focus\:text-red-500\/95:focus{
  color: rgb(239 68 68 / 0.95);
}

.focus\:text-red-600:focus{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.focus\:text-red-600\/0:focus{
  color: rgb(220 38 38 / 0);
}

.focus\:text-red-600\/10:focus{
  color: rgb(220 38 38 / 0.1);
}

.focus\:text-red-600\/100:focus{
  color: rgb(220 38 38 / 1);
}

.focus\:text-red-600\/15:focus{
  color: rgb(220 38 38 / 0.15);
}

.focus\:text-red-600\/20:focus{
  color: rgb(220 38 38 / 0.2);
}

.focus\:text-red-600\/25:focus{
  color: rgb(220 38 38 / 0.25);
}

.focus\:text-red-600\/30:focus{
  color: rgb(220 38 38 / 0.3);
}

.focus\:text-red-600\/35:focus{
  color: rgb(220 38 38 / 0.35);
}

.focus\:text-red-600\/40:focus{
  color: rgb(220 38 38 / 0.4);
}

.focus\:text-red-600\/45:focus{
  color: rgb(220 38 38 / 0.45);
}

.focus\:text-red-600\/5:focus{
  color: rgb(220 38 38 / 0.05);
}

.focus\:text-red-600\/50:focus{
  color: rgb(220 38 38 / 0.5);
}

.focus\:text-red-600\/55:focus{
  color: rgb(220 38 38 / 0.55);
}

.focus\:text-red-600\/60:focus{
  color: rgb(220 38 38 / 0.6);
}

.focus\:text-red-600\/65:focus{
  color: rgb(220 38 38 / 0.65);
}

.focus\:text-red-600\/70:focus{
  color: rgb(220 38 38 / 0.7);
}

.focus\:text-red-600\/75:focus{
  color: rgb(220 38 38 / 0.75);
}

.focus\:text-red-600\/80:focus{
  color: rgb(220 38 38 / 0.8);
}

.focus\:text-red-600\/85:focus{
  color: rgb(220 38 38 / 0.85);
}

.focus\:text-red-600\/90:focus{
  color: rgb(220 38 38 / 0.9);
}

.focus\:text-red-600\/95:focus{
  color: rgb(220 38 38 / 0.95);
}

.focus\:text-red-700:focus{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.focus\:text-red-700\/0:focus{
  color: rgb(185 28 28 / 0);
}

.focus\:text-red-700\/10:focus{
  color: rgb(185 28 28 / 0.1);
}

.focus\:text-red-700\/100:focus{
  color: rgb(185 28 28 / 1);
}

.focus\:text-red-700\/15:focus{
  color: rgb(185 28 28 / 0.15);
}

.focus\:text-red-700\/20:focus{
  color: rgb(185 28 28 / 0.2);
}

.focus\:text-red-700\/25:focus{
  color: rgb(185 28 28 / 0.25);
}

.focus\:text-red-700\/30:focus{
  color: rgb(185 28 28 / 0.3);
}

.focus\:text-red-700\/35:focus{
  color: rgb(185 28 28 / 0.35);
}

.focus\:text-red-700\/40:focus{
  color: rgb(185 28 28 / 0.4);
}

.focus\:text-red-700\/45:focus{
  color: rgb(185 28 28 / 0.45);
}

.focus\:text-red-700\/5:focus{
  color: rgb(185 28 28 / 0.05);
}

.focus\:text-red-700\/50:focus{
  color: rgb(185 28 28 / 0.5);
}

.focus\:text-red-700\/55:focus{
  color: rgb(185 28 28 / 0.55);
}

.focus\:text-red-700\/60:focus{
  color: rgb(185 28 28 / 0.6);
}

.focus\:text-red-700\/65:focus{
  color: rgb(185 28 28 / 0.65);
}

.focus\:text-red-700\/70:focus{
  color: rgb(185 28 28 / 0.7);
}

.focus\:text-red-700\/75:focus{
  color: rgb(185 28 28 / 0.75);
}

.focus\:text-red-700\/80:focus{
  color: rgb(185 28 28 / 0.8);
}

.focus\:text-red-700\/85:focus{
  color: rgb(185 28 28 / 0.85);
}

.focus\:text-red-700\/90:focus{
  color: rgb(185 28 28 / 0.9);
}

.focus\:text-red-700\/95:focus{
  color: rgb(185 28 28 / 0.95);
}

.focus\:text-red-800:focus{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.focus\:text-red-800\/0:focus{
  color: rgb(153 27 27 / 0);
}

.focus\:text-red-800\/10:focus{
  color: rgb(153 27 27 / 0.1);
}

.focus\:text-red-800\/100:focus{
  color: rgb(153 27 27 / 1);
}

.focus\:text-red-800\/15:focus{
  color: rgb(153 27 27 / 0.15);
}

.focus\:text-red-800\/20:focus{
  color: rgb(153 27 27 / 0.2);
}

.focus\:text-red-800\/25:focus{
  color: rgb(153 27 27 / 0.25);
}

.focus\:text-red-800\/30:focus{
  color: rgb(153 27 27 / 0.3);
}

.focus\:text-red-800\/35:focus{
  color: rgb(153 27 27 / 0.35);
}

.focus\:text-red-800\/40:focus{
  color: rgb(153 27 27 / 0.4);
}

.focus\:text-red-800\/45:focus{
  color: rgb(153 27 27 / 0.45);
}

.focus\:text-red-800\/5:focus{
  color: rgb(153 27 27 / 0.05);
}

.focus\:text-red-800\/50:focus{
  color: rgb(153 27 27 / 0.5);
}

.focus\:text-red-800\/55:focus{
  color: rgb(153 27 27 / 0.55);
}

.focus\:text-red-800\/60:focus{
  color: rgb(153 27 27 / 0.6);
}

.focus\:text-red-800\/65:focus{
  color: rgb(153 27 27 / 0.65);
}

.focus\:text-red-800\/70:focus{
  color: rgb(153 27 27 / 0.7);
}

.focus\:text-red-800\/75:focus{
  color: rgb(153 27 27 / 0.75);
}

.focus\:text-red-800\/80:focus{
  color: rgb(153 27 27 / 0.8);
}

.focus\:text-red-800\/85:focus{
  color: rgb(153 27 27 / 0.85);
}

.focus\:text-red-800\/90:focus{
  color: rgb(153 27 27 / 0.9);
}

.focus\:text-red-800\/95:focus{
  color: rgb(153 27 27 / 0.95);
}

.focus\:text-red-900:focus{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.focus\:text-red-900\/0:focus{
  color: rgb(127 29 29 / 0);
}

.focus\:text-red-900\/10:focus{
  color: rgb(127 29 29 / 0.1);
}

.focus\:text-red-900\/100:focus{
  color: rgb(127 29 29 / 1);
}

.focus\:text-red-900\/15:focus{
  color: rgb(127 29 29 / 0.15);
}

.focus\:text-red-900\/20:focus{
  color: rgb(127 29 29 / 0.2);
}

.focus\:text-red-900\/25:focus{
  color: rgb(127 29 29 / 0.25);
}

.focus\:text-red-900\/30:focus{
  color: rgb(127 29 29 / 0.3);
}

.focus\:text-red-900\/35:focus{
  color: rgb(127 29 29 / 0.35);
}

.focus\:text-red-900\/40:focus{
  color: rgb(127 29 29 / 0.4);
}

.focus\:text-red-900\/45:focus{
  color: rgb(127 29 29 / 0.45);
}

.focus\:text-red-900\/5:focus{
  color: rgb(127 29 29 / 0.05);
}

.focus\:text-red-900\/50:focus{
  color: rgb(127 29 29 / 0.5);
}

.focus\:text-red-900\/55:focus{
  color: rgb(127 29 29 / 0.55);
}

.focus\:text-red-900\/60:focus{
  color: rgb(127 29 29 / 0.6);
}

.focus\:text-red-900\/65:focus{
  color: rgb(127 29 29 / 0.65);
}

.focus\:text-red-900\/70:focus{
  color: rgb(127 29 29 / 0.7);
}

.focus\:text-red-900\/75:focus{
  color: rgb(127 29 29 / 0.75);
}

.focus\:text-red-900\/80:focus{
  color: rgb(127 29 29 / 0.8);
}

.focus\:text-red-900\/85:focus{
  color: rgb(127 29 29 / 0.85);
}

.focus\:text-red-900\/90:focus{
  color: rgb(127 29 29 / 0.9);
}

.focus\:text-red-900\/95:focus{
  color: rgb(127 29 29 / 0.95);
}

.focus\:text-red-950:focus{
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}

.focus\:text-red-950\/0:focus{
  color: rgb(69 10 10 / 0);
}

.focus\:text-red-950\/10:focus{
  color: rgb(69 10 10 / 0.1);
}

.focus\:text-red-950\/100:focus{
  color: rgb(69 10 10 / 1);
}

.focus\:text-red-950\/15:focus{
  color: rgb(69 10 10 / 0.15);
}

.focus\:text-red-950\/20:focus{
  color: rgb(69 10 10 / 0.2);
}

.focus\:text-red-950\/25:focus{
  color: rgb(69 10 10 / 0.25);
}

.focus\:text-red-950\/30:focus{
  color: rgb(69 10 10 / 0.3);
}

.focus\:text-red-950\/35:focus{
  color: rgb(69 10 10 / 0.35);
}

.focus\:text-red-950\/40:focus{
  color: rgb(69 10 10 / 0.4);
}

.focus\:text-red-950\/45:focus{
  color: rgb(69 10 10 / 0.45);
}

.focus\:text-red-950\/5:focus{
  color: rgb(69 10 10 / 0.05);
}

.focus\:text-red-950\/50:focus{
  color: rgb(69 10 10 / 0.5);
}

.focus\:text-red-950\/55:focus{
  color: rgb(69 10 10 / 0.55);
}

.focus\:text-red-950\/60:focus{
  color: rgb(69 10 10 / 0.6);
}

.focus\:text-red-950\/65:focus{
  color: rgb(69 10 10 / 0.65);
}

.focus\:text-red-950\/70:focus{
  color: rgb(69 10 10 / 0.7);
}

.focus\:text-red-950\/75:focus{
  color: rgb(69 10 10 / 0.75);
}

.focus\:text-red-950\/80:focus{
  color: rgb(69 10 10 / 0.8);
}

.focus\:text-red-950\/85:focus{
  color: rgb(69 10 10 / 0.85);
}

.focus\:text-red-950\/90:focus{
  color: rgb(69 10 10 / 0.9);
}

.focus\:text-red-950\/95:focus{
  color: rgb(69 10 10 / 0.95);
}

.focus\:text-rose-100:focus{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}

.focus\:text-rose-100\/0:focus{
  color: rgb(255 228 230 / 0);
}

.focus\:text-rose-100\/10:focus{
  color: rgb(255 228 230 / 0.1);
}

.focus\:text-rose-100\/100:focus{
  color: rgb(255 228 230 / 1);
}

.focus\:text-rose-100\/15:focus{
  color: rgb(255 228 230 / 0.15);
}

.focus\:text-rose-100\/20:focus{
  color: rgb(255 228 230 / 0.2);
}

.focus\:text-rose-100\/25:focus{
  color: rgb(255 228 230 / 0.25);
}

.focus\:text-rose-100\/30:focus{
  color: rgb(255 228 230 / 0.3);
}

.focus\:text-rose-100\/35:focus{
  color: rgb(255 228 230 / 0.35);
}

.focus\:text-rose-100\/40:focus{
  color: rgb(255 228 230 / 0.4);
}

.focus\:text-rose-100\/45:focus{
  color: rgb(255 228 230 / 0.45);
}

.focus\:text-rose-100\/5:focus{
  color: rgb(255 228 230 / 0.05);
}

.focus\:text-rose-100\/50:focus{
  color: rgb(255 228 230 / 0.5);
}

.focus\:text-rose-100\/55:focus{
  color: rgb(255 228 230 / 0.55);
}

.focus\:text-rose-100\/60:focus{
  color: rgb(255 228 230 / 0.6);
}

.focus\:text-rose-100\/65:focus{
  color: rgb(255 228 230 / 0.65);
}

.focus\:text-rose-100\/70:focus{
  color: rgb(255 228 230 / 0.7);
}

.focus\:text-rose-100\/75:focus{
  color: rgb(255 228 230 / 0.75);
}

.focus\:text-rose-100\/80:focus{
  color: rgb(255 228 230 / 0.8);
}

.focus\:text-rose-100\/85:focus{
  color: rgb(255 228 230 / 0.85);
}

.focus\:text-rose-100\/90:focus{
  color: rgb(255 228 230 / 0.9);
}

.focus\:text-rose-100\/95:focus{
  color: rgb(255 228 230 / 0.95);
}

.focus\:text-rose-200:focus{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}

.focus\:text-rose-200\/0:focus{
  color: rgb(254 205 211 / 0);
}

.focus\:text-rose-200\/10:focus{
  color: rgb(254 205 211 / 0.1);
}

.focus\:text-rose-200\/100:focus{
  color: rgb(254 205 211 / 1);
}

.focus\:text-rose-200\/15:focus{
  color: rgb(254 205 211 / 0.15);
}

.focus\:text-rose-200\/20:focus{
  color: rgb(254 205 211 / 0.2);
}

.focus\:text-rose-200\/25:focus{
  color: rgb(254 205 211 / 0.25);
}

.focus\:text-rose-200\/30:focus{
  color: rgb(254 205 211 / 0.3);
}

.focus\:text-rose-200\/35:focus{
  color: rgb(254 205 211 / 0.35);
}

.focus\:text-rose-200\/40:focus{
  color: rgb(254 205 211 / 0.4);
}

.focus\:text-rose-200\/45:focus{
  color: rgb(254 205 211 / 0.45);
}

.focus\:text-rose-200\/5:focus{
  color: rgb(254 205 211 / 0.05);
}

.focus\:text-rose-200\/50:focus{
  color: rgb(254 205 211 / 0.5);
}

.focus\:text-rose-200\/55:focus{
  color: rgb(254 205 211 / 0.55);
}

.focus\:text-rose-200\/60:focus{
  color: rgb(254 205 211 / 0.6);
}

.focus\:text-rose-200\/65:focus{
  color: rgb(254 205 211 / 0.65);
}

.focus\:text-rose-200\/70:focus{
  color: rgb(254 205 211 / 0.7);
}

.focus\:text-rose-200\/75:focus{
  color: rgb(254 205 211 / 0.75);
}

.focus\:text-rose-200\/80:focus{
  color: rgb(254 205 211 / 0.8);
}

.focus\:text-rose-200\/85:focus{
  color: rgb(254 205 211 / 0.85);
}

.focus\:text-rose-200\/90:focus{
  color: rgb(254 205 211 / 0.9);
}

.focus\:text-rose-200\/95:focus{
  color: rgb(254 205 211 / 0.95);
}

.focus\:text-rose-300:focus{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}

.focus\:text-rose-300\/0:focus{
  color: rgb(253 164 175 / 0);
}

.focus\:text-rose-300\/10:focus{
  color: rgb(253 164 175 / 0.1);
}

.focus\:text-rose-300\/100:focus{
  color: rgb(253 164 175 / 1);
}

.focus\:text-rose-300\/15:focus{
  color: rgb(253 164 175 / 0.15);
}

.focus\:text-rose-300\/20:focus{
  color: rgb(253 164 175 / 0.2);
}

.focus\:text-rose-300\/25:focus{
  color: rgb(253 164 175 / 0.25);
}

.focus\:text-rose-300\/30:focus{
  color: rgb(253 164 175 / 0.3);
}

.focus\:text-rose-300\/35:focus{
  color: rgb(253 164 175 / 0.35);
}

.focus\:text-rose-300\/40:focus{
  color: rgb(253 164 175 / 0.4);
}

.focus\:text-rose-300\/45:focus{
  color: rgb(253 164 175 / 0.45);
}

.focus\:text-rose-300\/5:focus{
  color: rgb(253 164 175 / 0.05);
}

.focus\:text-rose-300\/50:focus{
  color: rgb(253 164 175 / 0.5);
}

.focus\:text-rose-300\/55:focus{
  color: rgb(253 164 175 / 0.55);
}

.focus\:text-rose-300\/60:focus{
  color: rgb(253 164 175 / 0.6);
}

.focus\:text-rose-300\/65:focus{
  color: rgb(253 164 175 / 0.65);
}

.focus\:text-rose-300\/70:focus{
  color: rgb(253 164 175 / 0.7);
}

.focus\:text-rose-300\/75:focus{
  color: rgb(253 164 175 / 0.75);
}

.focus\:text-rose-300\/80:focus{
  color: rgb(253 164 175 / 0.8);
}

.focus\:text-rose-300\/85:focus{
  color: rgb(253 164 175 / 0.85);
}

.focus\:text-rose-300\/90:focus{
  color: rgb(253 164 175 / 0.9);
}

.focus\:text-rose-300\/95:focus{
  color: rgb(253 164 175 / 0.95);
}

.focus\:text-rose-400:focus{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.focus\:text-rose-400\/0:focus{
  color: rgb(251 113 133 / 0);
}

.focus\:text-rose-400\/10:focus{
  color: rgb(251 113 133 / 0.1);
}

.focus\:text-rose-400\/100:focus{
  color: rgb(251 113 133 / 1);
}

.focus\:text-rose-400\/15:focus{
  color: rgb(251 113 133 / 0.15);
}

.focus\:text-rose-400\/20:focus{
  color: rgb(251 113 133 / 0.2);
}

.focus\:text-rose-400\/25:focus{
  color: rgb(251 113 133 / 0.25);
}

.focus\:text-rose-400\/30:focus{
  color: rgb(251 113 133 / 0.3);
}

.focus\:text-rose-400\/35:focus{
  color: rgb(251 113 133 / 0.35);
}

.focus\:text-rose-400\/40:focus{
  color: rgb(251 113 133 / 0.4);
}

.focus\:text-rose-400\/45:focus{
  color: rgb(251 113 133 / 0.45);
}

.focus\:text-rose-400\/5:focus{
  color: rgb(251 113 133 / 0.05);
}

.focus\:text-rose-400\/50:focus{
  color: rgb(251 113 133 / 0.5);
}

.focus\:text-rose-400\/55:focus{
  color: rgb(251 113 133 / 0.55);
}

.focus\:text-rose-400\/60:focus{
  color: rgb(251 113 133 / 0.6);
}

.focus\:text-rose-400\/65:focus{
  color: rgb(251 113 133 / 0.65);
}

.focus\:text-rose-400\/70:focus{
  color: rgb(251 113 133 / 0.7);
}

.focus\:text-rose-400\/75:focus{
  color: rgb(251 113 133 / 0.75);
}

.focus\:text-rose-400\/80:focus{
  color: rgb(251 113 133 / 0.8);
}

.focus\:text-rose-400\/85:focus{
  color: rgb(251 113 133 / 0.85);
}

.focus\:text-rose-400\/90:focus{
  color: rgb(251 113 133 / 0.9);
}

.focus\:text-rose-400\/95:focus{
  color: rgb(251 113 133 / 0.95);
}

.focus\:text-rose-50:focus{
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}

.focus\:text-rose-50\/0:focus{
  color: rgb(255 241 242 / 0);
}

.focus\:text-rose-50\/10:focus{
  color: rgb(255 241 242 / 0.1);
}

.focus\:text-rose-50\/100:focus{
  color: rgb(255 241 242 / 1);
}

.focus\:text-rose-50\/15:focus{
  color: rgb(255 241 242 / 0.15);
}

.focus\:text-rose-50\/20:focus{
  color: rgb(255 241 242 / 0.2);
}

.focus\:text-rose-50\/25:focus{
  color: rgb(255 241 242 / 0.25);
}

.focus\:text-rose-50\/30:focus{
  color: rgb(255 241 242 / 0.3);
}

.focus\:text-rose-50\/35:focus{
  color: rgb(255 241 242 / 0.35);
}

.focus\:text-rose-50\/40:focus{
  color: rgb(255 241 242 / 0.4);
}

.focus\:text-rose-50\/45:focus{
  color: rgb(255 241 242 / 0.45);
}

.focus\:text-rose-50\/5:focus{
  color: rgb(255 241 242 / 0.05);
}

.focus\:text-rose-50\/50:focus{
  color: rgb(255 241 242 / 0.5);
}

.focus\:text-rose-50\/55:focus{
  color: rgb(255 241 242 / 0.55);
}

.focus\:text-rose-50\/60:focus{
  color: rgb(255 241 242 / 0.6);
}

.focus\:text-rose-50\/65:focus{
  color: rgb(255 241 242 / 0.65);
}

.focus\:text-rose-50\/70:focus{
  color: rgb(255 241 242 / 0.7);
}

.focus\:text-rose-50\/75:focus{
  color: rgb(255 241 242 / 0.75);
}

.focus\:text-rose-50\/80:focus{
  color: rgb(255 241 242 / 0.8);
}

.focus\:text-rose-50\/85:focus{
  color: rgb(255 241 242 / 0.85);
}

.focus\:text-rose-50\/90:focus{
  color: rgb(255 241 242 / 0.9);
}

.focus\:text-rose-50\/95:focus{
  color: rgb(255 241 242 / 0.95);
}

.focus\:text-rose-500:focus{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.focus\:text-rose-500\/0:focus{
  color: rgb(244 63 94 / 0);
}

.focus\:text-rose-500\/10:focus{
  color: rgb(244 63 94 / 0.1);
}

.focus\:text-rose-500\/100:focus{
  color: rgb(244 63 94 / 1);
}

.focus\:text-rose-500\/15:focus{
  color: rgb(244 63 94 / 0.15);
}

.focus\:text-rose-500\/20:focus{
  color: rgb(244 63 94 / 0.2);
}

.focus\:text-rose-500\/25:focus{
  color: rgb(244 63 94 / 0.25);
}

.focus\:text-rose-500\/30:focus{
  color: rgb(244 63 94 / 0.3);
}

.focus\:text-rose-500\/35:focus{
  color: rgb(244 63 94 / 0.35);
}

.focus\:text-rose-500\/40:focus{
  color: rgb(244 63 94 / 0.4);
}

.focus\:text-rose-500\/45:focus{
  color: rgb(244 63 94 / 0.45);
}

.focus\:text-rose-500\/5:focus{
  color: rgb(244 63 94 / 0.05);
}

.focus\:text-rose-500\/50:focus{
  color: rgb(244 63 94 / 0.5);
}

.focus\:text-rose-500\/55:focus{
  color: rgb(244 63 94 / 0.55);
}

.focus\:text-rose-500\/60:focus{
  color: rgb(244 63 94 / 0.6);
}

.focus\:text-rose-500\/65:focus{
  color: rgb(244 63 94 / 0.65);
}

.focus\:text-rose-500\/70:focus{
  color: rgb(244 63 94 / 0.7);
}

.focus\:text-rose-500\/75:focus{
  color: rgb(244 63 94 / 0.75);
}

.focus\:text-rose-500\/80:focus{
  color: rgb(244 63 94 / 0.8);
}

.focus\:text-rose-500\/85:focus{
  color: rgb(244 63 94 / 0.85);
}

.focus\:text-rose-500\/90:focus{
  color: rgb(244 63 94 / 0.9);
}

.focus\:text-rose-500\/95:focus{
  color: rgb(244 63 94 / 0.95);
}

.focus\:text-rose-600:focus{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.focus\:text-rose-600\/0:focus{
  color: rgb(225 29 72 / 0);
}

.focus\:text-rose-600\/10:focus{
  color: rgb(225 29 72 / 0.1);
}

.focus\:text-rose-600\/100:focus{
  color: rgb(225 29 72 / 1);
}

.focus\:text-rose-600\/15:focus{
  color: rgb(225 29 72 / 0.15);
}

.focus\:text-rose-600\/20:focus{
  color: rgb(225 29 72 / 0.2);
}

.focus\:text-rose-600\/25:focus{
  color: rgb(225 29 72 / 0.25);
}

.focus\:text-rose-600\/30:focus{
  color: rgb(225 29 72 / 0.3);
}

.focus\:text-rose-600\/35:focus{
  color: rgb(225 29 72 / 0.35);
}

.focus\:text-rose-600\/40:focus{
  color: rgb(225 29 72 / 0.4);
}

.focus\:text-rose-600\/45:focus{
  color: rgb(225 29 72 / 0.45);
}

.focus\:text-rose-600\/5:focus{
  color: rgb(225 29 72 / 0.05);
}

.focus\:text-rose-600\/50:focus{
  color: rgb(225 29 72 / 0.5);
}

.focus\:text-rose-600\/55:focus{
  color: rgb(225 29 72 / 0.55);
}

.focus\:text-rose-600\/60:focus{
  color: rgb(225 29 72 / 0.6);
}

.focus\:text-rose-600\/65:focus{
  color: rgb(225 29 72 / 0.65);
}

.focus\:text-rose-600\/70:focus{
  color: rgb(225 29 72 / 0.7);
}

.focus\:text-rose-600\/75:focus{
  color: rgb(225 29 72 / 0.75);
}

.focus\:text-rose-600\/80:focus{
  color: rgb(225 29 72 / 0.8);
}

.focus\:text-rose-600\/85:focus{
  color: rgb(225 29 72 / 0.85);
}

.focus\:text-rose-600\/90:focus{
  color: rgb(225 29 72 / 0.9);
}

.focus\:text-rose-600\/95:focus{
  color: rgb(225 29 72 / 0.95);
}

.focus\:text-rose-700:focus{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.focus\:text-rose-700\/0:focus{
  color: rgb(190 18 60 / 0);
}

.focus\:text-rose-700\/10:focus{
  color: rgb(190 18 60 / 0.1);
}

.focus\:text-rose-700\/100:focus{
  color: rgb(190 18 60 / 1);
}

.focus\:text-rose-700\/15:focus{
  color: rgb(190 18 60 / 0.15);
}

.focus\:text-rose-700\/20:focus{
  color: rgb(190 18 60 / 0.2);
}

.focus\:text-rose-700\/25:focus{
  color: rgb(190 18 60 / 0.25);
}

.focus\:text-rose-700\/30:focus{
  color: rgb(190 18 60 / 0.3);
}

.focus\:text-rose-700\/35:focus{
  color: rgb(190 18 60 / 0.35);
}

.focus\:text-rose-700\/40:focus{
  color: rgb(190 18 60 / 0.4);
}

.focus\:text-rose-700\/45:focus{
  color: rgb(190 18 60 / 0.45);
}

.focus\:text-rose-700\/5:focus{
  color: rgb(190 18 60 / 0.05);
}

.focus\:text-rose-700\/50:focus{
  color: rgb(190 18 60 / 0.5);
}

.focus\:text-rose-700\/55:focus{
  color: rgb(190 18 60 / 0.55);
}

.focus\:text-rose-700\/60:focus{
  color: rgb(190 18 60 / 0.6);
}

.focus\:text-rose-700\/65:focus{
  color: rgb(190 18 60 / 0.65);
}

.focus\:text-rose-700\/70:focus{
  color: rgb(190 18 60 / 0.7);
}

.focus\:text-rose-700\/75:focus{
  color: rgb(190 18 60 / 0.75);
}

.focus\:text-rose-700\/80:focus{
  color: rgb(190 18 60 / 0.8);
}

.focus\:text-rose-700\/85:focus{
  color: rgb(190 18 60 / 0.85);
}

.focus\:text-rose-700\/90:focus{
  color: rgb(190 18 60 / 0.9);
}

.focus\:text-rose-700\/95:focus{
  color: rgb(190 18 60 / 0.95);
}

.focus\:text-rose-800:focus{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}

.focus\:text-rose-800\/0:focus{
  color: rgb(159 18 57 / 0);
}

.focus\:text-rose-800\/10:focus{
  color: rgb(159 18 57 / 0.1);
}

.focus\:text-rose-800\/100:focus{
  color: rgb(159 18 57 / 1);
}

.focus\:text-rose-800\/15:focus{
  color: rgb(159 18 57 / 0.15);
}

.focus\:text-rose-800\/20:focus{
  color: rgb(159 18 57 / 0.2);
}

.focus\:text-rose-800\/25:focus{
  color: rgb(159 18 57 / 0.25);
}

.focus\:text-rose-800\/30:focus{
  color: rgb(159 18 57 / 0.3);
}

.focus\:text-rose-800\/35:focus{
  color: rgb(159 18 57 / 0.35);
}

.focus\:text-rose-800\/40:focus{
  color: rgb(159 18 57 / 0.4);
}

.focus\:text-rose-800\/45:focus{
  color: rgb(159 18 57 / 0.45);
}

.focus\:text-rose-800\/5:focus{
  color: rgb(159 18 57 / 0.05);
}

.focus\:text-rose-800\/50:focus{
  color: rgb(159 18 57 / 0.5);
}

.focus\:text-rose-800\/55:focus{
  color: rgb(159 18 57 / 0.55);
}

.focus\:text-rose-800\/60:focus{
  color: rgb(159 18 57 / 0.6);
}

.focus\:text-rose-800\/65:focus{
  color: rgb(159 18 57 / 0.65);
}

.focus\:text-rose-800\/70:focus{
  color: rgb(159 18 57 / 0.7);
}

.focus\:text-rose-800\/75:focus{
  color: rgb(159 18 57 / 0.75);
}

.focus\:text-rose-800\/80:focus{
  color: rgb(159 18 57 / 0.8);
}

.focus\:text-rose-800\/85:focus{
  color: rgb(159 18 57 / 0.85);
}

.focus\:text-rose-800\/90:focus{
  color: rgb(159 18 57 / 0.9);
}

.focus\:text-rose-800\/95:focus{
  color: rgb(159 18 57 / 0.95);
}

.focus\:text-rose-900:focus{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.focus\:text-rose-900\/0:focus{
  color: rgb(136 19 55 / 0);
}

.focus\:text-rose-900\/10:focus{
  color: rgb(136 19 55 / 0.1);
}

.focus\:text-rose-900\/100:focus{
  color: rgb(136 19 55 / 1);
}

.focus\:text-rose-900\/15:focus{
  color: rgb(136 19 55 / 0.15);
}

.focus\:text-rose-900\/20:focus{
  color: rgb(136 19 55 / 0.2);
}

.focus\:text-rose-900\/25:focus{
  color: rgb(136 19 55 / 0.25);
}

.focus\:text-rose-900\/30:focus{
  color: rgb(136 19 55 / 0.3);
}

.focus\:text-rose-900\/35:focus{
  color: rgb(136 19 55 / 0.35);
}

.focus\:text-rose-900\/40:focus{
  color: rgb(136 19 55 / 0.4);
}

.focus\:text-rose-900\/45:focus{
  color: rgb(136 19 55 / 0.45);
}

.focus\:text-rose-900\/5:focus{
  color: rgb(136 19 55 / 0.05);
}

.focus\:text-rose-900\/50:focus{
  color: rgb(136 19 55 / 0.5);
}

.focus\:text-rose-900\/55:focus{
  color: rgb(136 19 55 / 0.55);
}

.focus\:text-rose-900\/60:focus{
  color: rgb(136 19 55 / 0.6);
}

.focus\:text-rose-900\/65:focus{
  color: rgb(136 19 55 / 0.65);
}

.focus\:text-rose-900\/70:focus{
  color: rgb(136 19 55 / 0.7);
}

.focus\:text-rose-900\/75:focus{
  color: rgb(136 19 55 / 0.75);
}

.focus\:text-rose-900\/80:focus{
  color: rgb(136 19 55 / 0.8);
}

.focus\:text-rose-900\/85:focus{
  color: rgb(136 19 55 / 0.85);
}

.focus\:text-rose-900\/90:focus{
  color: rgb(136 19 55 / 0.9);
}

.focus\:text-rose-900\/95:focus{
  color: rgb(136 19 55 / 0.95);
}

.focus\:text-rose-950:focus{
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}

.focus\:text-rose-950\/0:focus{
  color: rgb(76 5 25 / 0);
}

.focus\:text-rose-950\/10:focus{
  color: rgb(76 5 25 / 0.1);
}

.focus\:text-rose-950\/100:focus{
  color: rgb(76 5 25 / 1);
}

.focus\:text-rose-950\/15:focus{
  color: rgb(76 5 25 / 0.15);
}

.focus\:text-rose-950\/20:focus{
  color: rgb(76 5 25 / 0.2);
}

.focus\:text-rose-950\/25:focus{
  color: rgb(76 5 25 / 0.25);
}

.focus\:text-rose-950\/30:focus{
  color: rgb(76 5 25 / 0.3);
}

.focus\:text-rose-950\/35:focus{
  color: rgb(76 5 25 / 0.35);
}

.focus\:text-rose-950\/40:focus{
  color: rgb(76 5 25 / 0.4);
}

.focus\:text-rose-950\/45:focus{
  color: rgb(76 5 25 / 0.45);
}

.focus\:text-rose-950\/5:focus{
  color: rgb(76 5 25 / 0.05);
}

.focus\:text-rose-950\/50:focus{
  color: rgb(76 5 25 / 0.5);
}

.focus\:text-rose-950\/55:focus{
  color: rgb(76 5 25 / 0.55);
}

.focus\:text-rose-950\/60:focus{
  color: rgb(76 5 25 / 0.6);
}

.focus\:text-rose-950\/65:focus{
  color: rgb(76 5 25 / 0.65);
}

.focus\:text-rose-950\/70:focus{
  color: rgb(76 5 25 / 0.7);
}

.focus\:text-rose-950\/75:focus{
  color: rgb(76 5 25 / 0.75);
}

.focus\:text-rose-950\/80:focus{
  color: rgb(76 5 25 / 0.8);
}

.focus\:text-rose-950\/85:focus{
  color: rgb(76 5 25 / 0.85);
}

.focus\:text-rose-950\/90:focus{
  color: rgb(76 5 25 / 0.9);
}

.focus\:text-rose-950\/95:focus{
  color: rgb(76 5 25 / 0.95);
}

.focus\:text-secondary:focus{
  --tw-text-opacity: 1;
  color: rgb(141 147 167 / var(--tw-text-opacity));
}

.focus\:text-secondary\/0:focus{
  color: rgb(141 147 167 / 0);
}

.focus\:text-secondary\/10:focus{
  color: rgb(141 147 167 / 0.1);
}

.focus\:text-secondary\/100:focus{
  color: rgb(141 147 167 / 1);
}

.focus\:text-secondary\/15:focus{
  color: rgb(141 147 167 / 0.15);
}

.focus\:text-secondary\/20:focus{
  color: rgb(141 147 167 / 0.2);
}

.focus\:text-secondary\/25:focus{
  color: rgb(141 147 167 / 0.25);
}

.focus\:text-secondary\/30:focus{
  color: rgb(141 147 167 / 0.3);
}

.focus\:text-secondary\/35:focus{
  color: rgb(141 147 167 / 0.35);
}

.focus\:text-secondary\/40:focus{
  color: rgb(141 147 167 / 0.4);
}

.focus\:text-secondary\/45:focus{
  color: rgb(141 147 167 / 0.45);
}

.focus\:text-secondary\/5:focus{
  color: rgb(141 147 167 / 0.05);
}

.focus\:text-secondary\/50:focus{
  color: rgb(141 147 167 / 0.5);
}

.focus\:text-secondary\/55:focus{
  color: rgb(141 147 167 / 0.55);
}

.focus\:text-secondary\/60:focus{
  color: rgb(141 147 167 / 0.6);
}

.focus\:text-secondary\/65:focus{
  color: rgb(141 147 167 / 0.65);
}

.focus\:text-secondary\/70:focus{
  color: rgb(141 147 167 / 0.7);
}

.focus\:text-secondary\/75:focus{
  color: rgb(141 147 167 / 0.75);
}

.focus\:text-secondary\/80:focus{
  color: rgb(141 147 167 / 0.8);
}

.focus\:text-secondary\/85:focus{
  color: rgb(141 147 167 / 0.85);
}

.focus\:text-secondary\/90:focus{
  color: rgb(141 147 167 / 0.9);
}

.focus\:text-secondary\/95:focus{
  color: rgb(141 147 167 / 0.95);
}

.focus\:text-senary:focus{
  --tw-text-opacity: 1;
  color: rgb(73 134 231 / var(--tw-text-opacity));
}

.focus\:text-senary\/0:focus{
  color: rgb(73 134 231 / 0);
}

.focus\:text-senary\/10:focus{
  color: rgb(73 134 231 / 0.1);
}

.focus\:text-senary\/100:focus{
  color: rgb(73 134 231 / 1);
}

.focus\:text-senary\/15:focus{
  color: rgb(73 134 231 / 0.15);
}

.focus\:text-senary\/20:focus{
  color: rgb(73 134 231 / 0.2);
}

.focus\:text-senary\/25:focus{
  color: rgb(73 134 231 / 0.25);
}

.focus\:text-senary\/30:focus{
  color: rgb(73 134 231 / 0.3);
}

.focus\:text-senary\/35:focus{
  color: rgb(73 134 231 / 0.35);
}

.focus\:text-senary\/40:focus{
  color: rgb(73 134 231 / 0.4);
}

.focus\:text-senary\/45:focus{
  color: rgb(73 134 231 / 0.45);
}

.focus\:text-senary\/5:focus{
  color: rgb(73 134 231 / 0.05);
}

.focus\:text-senary\/50:focus{
  color: rgb(73 134 231 / 0.5);
}

.focus\:text-senary\/55:focus{
  color: rgb(73 134 231 / 0.55);
}

.focus\:text-senary\/60:focus{
  color: rgb(73 134 231 / 0.6);
}

.focus\:text-senary\/65:focus{
  color: rgb(73 134 231 / 0.65);
}

.focus\:text-senary\/70:focus{
  color: rgb(73 134 231 / 0.7);
}

.focus\:text-senary\/75:focus{
  color: rgb(73 134 231 / 0.75);
}

.focus\:text-senary\/80:focus{
  color: rgb(73 134 231 / 0.8);
}

.focus\:text-senary\/85:focus{
  color: rgb(73 134 231 / 0.85);
}

.focus\:text-senary\/90:focus{
  color: rgb(73 134 231 / 0.9);
}

.focus\:text-senary\/95:focus{
  color: rgb(73 134 231 / 0.95);
}

.focus\:text-septenary:focus{
  --tw-text-opacity: 1;
  color: rgb(49 88 129 / var(--tw-text-opacity));
}

.focus\:text-septenary\/0:focus{
  color: rgb(49 88 129 / 0);
}

.focus\:text-septenary\/10:focus{
  color: rgb(49 88 129 / 0.1);
}

.focus\:text-septenary\/100:focus{
  color: rgb(49 88 129 / 1);
}

.focus\:text-septenary\/15:focus{
  color: rgb(49 88 129 / 0.15);
}

.focus\:text-septenary\/20:focus{
  color: rgb(49 88 129 / 0.2);
}

.focus\:text-septenary\/25:focus{
  color: rgb(49 88 129 / 0.25);
}

.focus\:text-septenary\/30:focus{
  color: rgb(49 88 129 / 0.3);
}

.focus\:text-septenary\/35:focus{
  color: rgb(49 88 129 / 0.35);
}

.focus\:text-septenary\/40:focus{
  color: rgb(49 88 129 / 0.4);
}

.focus\:text-septenary\/45:focus{
  color: rgb(49 88 129 / 0.45);
}

.focus\:text-septenary\/5:focus{
  color: rgb(49 88 129 / 0.05);
}

.focus\:text-septenary\/50:focus{
  color: rgb(49 88 129 / 0.5);
}

.focus\:text-septenary\/55:focus{
  color: rgb(49 88 129 / 0.55);
}

.focus\:text-septenary\/60:focus{
  color: rgb(49 88 129 / 0.6);
}

.focus\:text-septenary\/65:focus{
  color: rgb(49 88 129 / 0.65);
}

.focus\:text-septenary\/70:focus{
  color: rgb(49 88 129 / 0.7);
}

.focus\:text-septenary\/75:focus{
  color: rgb(49 88 129 / 0.75);
}

.focus\:text-septenary\/80:focus{
  color: rgb(49 88 129 / 0.8);
}

.focus\:text-septenary\/85:focus{
  color: rgb(49 88 129 / 0.85);
}

.focus\:text-septenary\/90:focus{
  color: rgb(49 88 129 / 0.9);
}

.focus\:text-septenary\/95:focus{
  color: rgb(49 88 129 / 0.95);
}

.focus\:text-sky-100:focus{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}

.focus\:text-sky-100\/0:focus{
  color: rgb(224 242 254 / 0);
}

.focus\:text-sky-100\/10:focus{
  color: rgb(224 242 254 / 0.1);
}

.focus\:text-sky-100\/100:focus{
  color: rgb(224 242 254 / 1);
}

.focus\:text-sky-100\/15:focus{
  color: rgb(224 242 254 / 0.15);
}

.focus\:text-sky-100\/20:focus{
  color: rgb(224 242 254 / 0.2);
}

.focus\:text-sky-100\/25:focus{
  color: rgb(224 242 254 / 0.25);
}

.focus\:text-sky-100\/30:focus{
  color: rgb(224 242 254 / 0.3);
}

.focus\:text-sky-100\/35:focus{
  color: rgb(224 242 254 / 0.35);
}

.focus\:text-sky-100\/40:focus{
  color: rgb(224 242 254 / 0.4);
}

.focus\:text-sky-100\/45:focus{
  color: rgb(224 242 254 / 0.45);
}

.focus\:text-sky-100\/5:focus{
  color: rgb(224 242 254 / 0.05);
}

.focus\:text-sky-100\/50:focus{
  color: rgb(224 242 254 / 0.5);
}

.focus\:text-sky-100\/55:focus{
  color: rgb(224 242 254 / 0.55);
}

.focus\:text-sky-100\/60:focus{
  color: rgb(224 242 254 / 0.6);
}

.focus\:text-sky-100\/65:focus{
  color: rgb(224 242 254 / 0.65);
}

.focus\:text-sky-100\/70:focus{
  color: rgb(224 242 254 / 0.7);
}

.focus\:text-sky-100\/75:focus{
  color: rgb(224 242 254 / 0.75);
}

.focus\:text-sky-100\/80:focus{
  color: rgb(224 242 254 / 0.8);
}

.focus\:text-sky-100\/85:focus{
  color: rgb(224 242 254 / 0.85);
}

.focus\:text-sky-100\/90:focus{
  color: rgb(224 242 254 / 0.9);
}

.focus\:text-sky-100\/95:focus{
  color: rgb(224 242 254 / 0.95);
}

.focus\:text-sky-200:focus{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}

.focus\:text-sky-200\/0:focus{
  color: rgb(186 230 253 / 0);
}

.focus\:text-sky-200\/10:focus{
  color: rgb(186 230 253 / 0.1);
}

.focus\:text-sky-200\/100:focus{
  color: rgb(186 230 253 / 1);
}

.focus\:text-sky-200\/15:focus{
  color: rgb(186 230 253 / 0.15);
}

.focus\:text-sky-200\/20:focus{
  color: rgb(186 230 253 / 0.2);
}

.focus\:text-sky-200\/25:focus{
  color: rgb(186 230 253 / 0.25);
}

.focus\:text-sky-200\/30:focus{
  color: rgb(186 230 253 / 0.3);
}

.focus\:text-sky-200\/35:focus{
  color: rgb(186 230 253 / 0.35);
}

.focus\:text-sky-200\/40:focus{
  color: rgb(186 230 253 / 0.4);
}

.focus\:text-sky-200\/45:focus{
  color: rgb(186 230 253 / 0.45);
}

.focus\:text-sky-200\/5:focus{
  color: rgb(186 230 253 / 0.05);
}

.focus\:text-sky-200\/50:focus{
  color: rgb(186 230 253 / 0.5);
}

.focus\:text-sky-200\/55:focus{
  color: rgb(186 230 253 / 0.55);
}

.focus\:text-sky-200\/60:focus{
  color: rgb(186 230 253 / 0.6);
}

.focus\:text-sky-200\/65:focus{
  color: rgb(186 230 253 / 0.65);
}

.focus\:text-sky-200\/70:focus{
  color: rgb(186 230 253 / 0.7);
}

.focus\:text-sky-200\/75:focus{
  color: rgb(186 230 253 / 0.75);
}

.focus\:text-sky-200\/80:focus{
  color: rgb(186 230 253 / 0.8);
}

.focus\:text-sky-200\/85:focus{
  color: rgb(186 230 253 / 0.85);
}

.focus\:text-sky-200\/90:focus{
  color: rgb(186 230 253 / 0.9);
}

.focus\:text-sky-200\/95:focus{
  color: rgb(186 230 253 / 0.95);
}

.focus\:text-sky-300:focus{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.focus\:text-sky-300\/0:focus{
  color: rgb(125 211 252 / 0);
}

.focus\:text-sky-300\/10:focus{
  color: rgb(125 211 252 / 0.1);
}

.focus\:text-sky-300\/100:focus{
  color: rgb(125 211 252 / 1);
}

.focus\:text-sky-300\/15:focus{
  color: rgb(125 211 252 / 0.15);
}

.focus\:text-sky-300\/20:focus{
  color: rgb(125 211 252 / 0.2);
}

.focus\:text-sky-300\/25:focus{
  color: rgb(125 211 252 / 0.25);
}

.focus\:text-sky-300\/30:focus{
  color: rgb(125 211 252 / 0.3);
}

.focus\:text-sky-300\/35:focus{
  color: rgb(125 211 252 / 0.35);
}

.focus\:text-sky-300\/40:focus{
  color: rgb(125 211 252 / 0.4);
}

.focus\:text-sky-300\/45:focus{
  color: rgb(125 211 252 / 0.45);
}

.focus\:text-sky-300\/5:focus{
  color: rgb(125 211 252 / 0.05);
}

.focus\:text-sky-300\/50:focus{
  color: rgb(125 211 252 / 0.5);
}

.focus\:text-sky-300\/55:focus{
  color: rgb(125 211 252 / 0.55);
}

.focus\:text-sky-300\/60:focus{
  color: rgb(125 211 252 / 0.6);
}

.focus\:text-sky-300\/65:focus{
  color: rgb(125 211 252 / 0.65);
}

.focus\:text-sky-300\/70:focus{
  color: rgb(125 211 252 / 0.7);
}

.focus\:text-sky-300\/75:focus{
  color: rgb(125 211 252 / 0.75);
}

.focus\:text-sky-300\/80:focus{
  color: rgb(125 211 252 / 0.8);
}

.focus\:text-sky-300\/85:focus{
  color: rgb(125 211 252 / 0.85);
}

.focus\:text-sky-300\/90:focus{
  color: rgb(125 211 252 / 0.9);
}

.focus\:text-sky-300\/95:focus{
  color: rgb(125 211 252 / 0.95);
}

.focus\:text-sky-400:focus{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.focus\:text-sky-400\/0:focus{
  color: rgb(56 189 248 / 0);
}

.focus\:text-sky-400\/10:focus{
  color: rgb(56 189 248 / 0.1);
}

.focus\:text-sky-400\/100:focus{
  color: rgb(56 189 248 / 1);
}

.focus\:text-sky-400\/15:focus{
  color: rgb(56 189 248 / 0.15);
}

.focus\:text-sky-400\/20:focus{
  color: rgb(56 189 248 / 0.2);
}

.focus\:text-sky-400\/25:focus{
  color: rgb(56 189 248 / 0.25);
}

.focus\:text-sky-400\/30:focus{
  color: rgb(56 189 248 / 0.3);
}

.focus\:text-sky-400\/35:focus{
  color: rgb(56 189 248 / 0.35);
}

.focus\:text-sky-400\/40:focus{
  color: rgb(56 189 248 / 0.4);
}

.focus\:text-sky-400\/45:focus{
  color: rgb(56 189 248 / 0.45);
}

.focus\:text-sky-400\/5:focus{
  color: rgb(56 189 248 / 0.05);
}

.focus\:text-sky-400\/50:focus{
  color: rgb(56 189 248 / 0.5);
}

.focus\:text-sky-400\/55:focus{
  color: rgb(56 189 248 / 0.55);
}

.focus\:text-sky-400\/60:focus{
  color: rgb(56 189 248 / 0.6);
}

.focus\:text-sky-400\/65:focus{
  color: rgb(56 189 248 / 0.65);
}

.focus\:text-sky-400\/70:focus{
  color: rgb(56 189 248 / 0.7);
}

.focus\:text-sky-400\/75:focus{
  color: rgb(56 189 248 / 0.75);
}

.focus\:text-sky-400\/80:focus{
  color: rgb(56 189 248 / 0.8);
}

.focus\:text-sky-400\/85:focus{
  color: rgb(56 189 248 / 0.85);
}

.focus\:text-sky-400\/90:focus{
  color: rgb(56 189 248 / 0.9);
}

.focus\:text-sky-400\/95:focus{
  color: rgb(56 189 248 / 0.95);
}

.focus\:text-sky-50:focus{
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}

.focus\:text-sky-50\/0:focus{
  color: rgb(240 249 255 / 0);
}

.focus\:text-sky-50\/10:focus{
  color: rgb(240 249 255 / 0.1);
}

.focus\:text-sky-50\/100:focus{
  color: rgb(240 249 255 / 1);
}

.focus\:text-sky-50\/15:focus{
  color: rgb(240 249 255 / 0.15);
}

.focus\:text-sky-50\/20:focus{
  color: rgb(240 249 255 / 0.2);
}

.focus\:text-sky-50\/25:focus{
  color: rgb(240 249 255 / 0.25);
}

.focus\:text-sky-50\/30:focus{
  color: rgb(240 249 255 / 0.3);
}

.focus\:text-sky-50\/35:focus{
  color: rgb(240 249 255 / 0.35);
}

.focus\:text-sky-50\/40:focus{
  color: rgb(240 249 255 / 0.4);
}

.focus\:text-sky-50\/45:focus{
  color: rgb(240 249 255 / 0.45);
}

.focus\:text-sky-50\/5:focus{
  color: rgb(240 249 255 / 0.05);
}

.focus\:text-sky-50\/50:focus{
  color: rgb(240 249 255 / 0.5);
}

.focus\:text-sky-50\/55:focus{
  color: rgb(240 249 255 / 0.55);
}

.focus\:text-sky-50\/60:focus{
  color: rgb(240 249 255 / 0.6);
}

.focus\:text-sky-50\/65:focus{
  color: rgb(240 249 255 / 0.65);
}

.focus\:text-sky-50\/70:focus{
  color: rgb(240 249 255 / 0.7);
}

.focus\:text-sky-50\/75:focus{
  color: rgb(240 249 255 / 0.75);
}

.focus\:text-sky-50\/80:focus{
  color: rgb(240 249 255 / 0.8);
}

.focus\:text-sky-50\/85:focus{
  color: rgb(240 249 255 / 0.85);
}

.focus\:text-sky-50\/90:focus{
  color: rgb(240 249 255 / 0.9);
}

.focus\:text-sky-50\/95:focus{
  color: rgb(240 249 255 / 0.95);
}

.focus\:text-sky-500:focus{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.focus\:text-sky-500\/0:focus{
  color: rgb(14 165 233 / 0);
}

.focus\:text-sky-500\/10:focus{
  color: rgb(14 165 233 / 0.1);
}

.focus\:text-sky-500\/100:focus{
  color: rgb(14 165 233 / 1);
}

.focus\:text-sky-500\/15:focus{
  color: rgb(14 165 233 / 0.15);
}

.focus\:text-sky-500\/20:focus{
  color: rgb(14 165 233 / 0.2);
}

.focus\:text-sky-500\/25:focus{
  color: rgb(14 165 233 / 0.25);
}

.focus\:text-sky-500\/30:focus{
  color: rgb(14 165 233 / 0.3);
}

.focus\:text-sky-500\/35:focus{
  color: rgb(14 165 233 / 0.35);
}

.focus\:text-sky-500\/40:focus{
  color: rgb(14 165 233 / 0.4);
}

.focus\:text-sky-500\/45:focus{
  color: rgb(14 165 233 / 0.45);
}

.focus\:text-sky-500\/5:focus{
  color: rgb(14 165 233 / 0.05);
}

.focus\:text-sky-500\/50:focus{
  color: rgb(14 165 233 / 0.5);
}

.focus\:text-sky-500\/55:focus{
  color: rgb(14 165 233 / 0.55);
}

.focus\:text-sky-500\/60:focus{
  color: rgb(14 165 233 / 0.6);
}

.focus\:text-sky-500\/65:focus{
  color: rgb(14 165 233 / 0.65);
}

.focus\:text-sky-500\/70:focus{
  color: rgb(14 165 233 / 0.7);
}

.focus\:text-sky-500\/75:focus{
  color: rgb(14 165 233 / 0.75);
}

.focus\:text-sky-500\/80:focus{
  color: rgb(14 165 233 / 0.8);
}

.focus\:text-sky-500\/85:focus{
  color: rgb(14 165 233 / 0.85);
}

.focus\:text-sky-500\/90:focus{
  color: rgb(14 165 233 / 0.9);
}

.focus\:text-sky-500\/95:focus{
  color: rgb(14 165 233 / 0.95);
}

.focus\:text-sky-600:focus{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.focus\:text-sky-600\/0:focus{
  color: rgb(2 132 199 / 0);
}

.focus\:text-sky-600\/10:focus{
  color: rgb(2 132 199 / 0.1);
}

.focus\:text-sky-600\/100:focus{
  color: rgb(2 132 199 / 1);
}

.focus\:text-sky-600\/15:focus{
  color: rgb(2 132 199 / 0.15);
}

.focus\:text-sky-600\/20:focus{
  color: rgb(2 132 199 / 0.2);
}

.focus\:text-sky-600\/25:focus{
  color: rgb(2 132 199 / 0.25);
}

.focus\:text-sky-600\/30:focus{
  color: rgb(2 132 199 / 0.3);
}

.focus\:text-sky-600\/35:focus{
  color: rgb(2 132 199 / 0.35);
}

.focus\:text-sky-600\/40:focus{
  color: rgb(2 132 199 / 0.4);
}

.focus\:text-sky-600\/45:focus{
  color: rgb(2 132 199 / 0.45);
}

.focus\:text-sky-600\/5:focus{
  color: rgb(2 132 199 / 0.05);
}

.focus\:text-sky-600\/50:focus{
  color: rgb(2 132 199 / 0.5);
}

.focus\:text-sky-600\/55:focus{
  color: rgb(2 132 199 / 0.55);
}

.focus\:text-sky-600\/60:focus{
  color: rgb(2 132 199 / 0.6);
}

.focus\:text-sky-600\/65:focus{
  color: rgb(2 132 199 / 0.65);
}

.focus\:text-sky-600\/70:focus{
  color: rgb(2 132 199 / 0.7);
}

.focus\:text-sky-600\/75:focus{
  color: rgb(2 132 199 / 0.75);
}

.focus\:text-sky-600\/80:focus{
  color: rgb(2 132 199 / 0.8);
}

.focus\:text-sky-600\/85:focus{
  color: rgb(2 132 199 / 0.85);
}

.focus\:text-sky-600\/90:focus{
  color: rgb(2 132 199 / 0.9);
}

.focus\:text-sky-600\/95:focus{
  color: rgb(2 132 199 / 0.95);
}

.focus\:text-sky-700:focus{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.focus\:text-sky-700\/0:focus{
  color: rgb(3 105 161 / 0);
}

.focus\:text-sky-700\/10:focus{
  color: rgb(3 105 161 / 0.1);
}

.focus\:text-sky-700\/100:focus{
  color: rgb(3 105 161 / 1);
}

.focus\:text-sky-700\/15:focus{
  color: rgb(3 105 161 / 0.15);
}

.focus\:text-sky-700\/20:focus{
  color: rgb(3 105 161 / 0.2);
}

.focus\:text-sky-700\/25:focus{
  color: rgb(3 105 161 / 0.25);
}

.focus\:text-sky-700\/30:focus{
  color: rgb(3 105 161 / 0.3);
}

.focus\:text-sky-700\/35:focus{
  color: rgb(3 105 161 / 0.35);
}

.focus\:text-sky-700\/40:focus{
  color: rgb(3 105 161 / 0.4);
}

.focus\:text-sky-700\/45:focus{
  color: rgb(3 105 161 / 0.45);
}

.focus\:text-sky-700\/5:focus{
  color: rgb(3 105 161 / 0.05);
}

.focus\:text-sky-700\/50:focus{
  color: rgb(3 105 161 / 0.5);
}

.focus\:text-sky-700\/55:focus{
  color: rgb(3 105 161 / 0.55);
}

.focus\:text-sky-700\/60:focus{
  color: rgb(3 105 161 / 0.6);
}

.focus\:text-sky-700\/65:focus{
  color: rgb(3 105 161 / 0.65);
}

.focus\:text-sky-700\/70:focus{
  color: rgb(3 105 161 / 0.7);
}

.focus\:text-sky-700\/75:focus{
  color: rgb(3 105 161 / 0.75);
}

.focus\:text-sky-700\/80:focus{
  color: rgb(3 105 161 / 0.8);
}

.focus\:text-sky-700\/85:focus{
  color: rgb(3 105 161 / 0.85);
}

.focus\:text-sky-700\/90:focus{
  color: rgb(3 105 161 / 0.9);
}

.focus\:text-sky-700\/95:focus{
  color: rgb(3 105 161 / 0.95);
}

.focus\:text-sky-800:focus{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.focus\:text-sky-800\/0:focus{
  color: rgb(7 89 133 / 0);
}

.focus\:text-sky-800\/10:focus{
  color: rgb(7 89 133 / 0.1);
}

.focus\:text-sky-800\/100:focus{
  color: rgb(7 89 133 / 1);
}

.focus\:text-sky-800\/15:focus{
  color: rgb(7 89 133 / 0.15);
}

.focus\:text-sky-800\/20:focus{
  color: rgb(7 89 133 / 0.2);
}

.focus\:text-sky-800\/25:focus{
  color: rgb(7 89 133 / 0.25);
}

.focus\:text-sky-800\/30:focus{
  color: rgb(7 89 133 / 0.3);
}

.focus\:text-sky-800\/35:focus{
  color: rgb(7 89 133 / 0.35);
}

.focus\:text-sky-800\/40:focus{
  color: rgb(7 89 133 / 0.4);
}

.focus\:text-sky-800\/45:focus{
  color: rgb(7 89 133 / 0.45);
}

.focus\:text-sky-800\/5:focus{
  color: rgb(7 89 133 / 0.05);
}

.focus\:text-sky-800\/50:focus{
  color: rgb(7 89 133 / 0.5);
}

.focus\:text-sky-800\/55:focus{
  color: rgb(7 89 133 / 0.55);
}

.focus\:text-sky-800\/60:focus{
  color: rgb(7 89 133 / 0.6);
}

.focus\:text-sky-800\/65:focus{
  color: rgb(7 89 133 / 0.65);
}

.focus\:text-sky-800\/70:focus{
  color: rgb(7 89 133 / 0.7);
}

.focus\:text-sky-800\/75:focus{
  color: rgb(7 89 133 / 0.75);
}

.focus\:text-sky-800\/80:focus{
  color: rgb(7 89 133 / 0.8);
}

.focus\:text-sky-800\/85:focus{
  color: rgb(7 89 133 / 0.85);
}

.focus\:text-sky-800\/90:focus{
  color: rgb(7 89 133 / 0.9);
}

.focus\:text-sky-800\/95:focus{
  color: rgb(7 89 133 / 0.95);
}

.focus\:text-sky-900:focus{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.focus\:text-sky-900\/0:focus{
  color: rgb(12 74 110 / 0);
}

.focus\:text-sky-900\/10:focus{
  color: rgb(12 74 110 / 0.1);
}

.focus\:text-sky-900\/100:focus{
  color: rgb(12 74 110 / 1);
}

.focus\:text-sky-900\/15:focus{
  color: rgb(12 74 110 / 0.15);
}

.focus\:text-sky-900\/20:focus{
  color: rgb(12 74 110 / 0.2);
}

.focus\:text-sky-900\/25:focus{
  color: rgb(12 74 110 / 0.25);
}

.focus\:text-sky-900\/30:focus{
  color: rgb(12 74 110 / 0.3);
}

.focus\:text-sky-900\/35:focus{
  color: rgb(12 74 110 / 0.35);
}

.focus\:text-sky-900\/40:focus{
  color: rgb(12 74 110 / 0.4);
}

.focus\:text-sky-900\/45:focus{
  color: rgb(12 74 110 / 0.45);
}

.focus\:text-sky-900\/5:focus{
  color: rgb(12 74 110 / 0.05);
}

.focus\:text-sky-900\/50:focus{
  color: rgb(12 74 110 / 0.5);
}

.focus\:text-sky-900\/55:focus{
  color: rgb(12 74 110 / 0.55);
}

.focus\:text-sky-900\/60:focus{
  color: rgb(12 74 110 / 0.6);
}

.focus\:text-sky-900\/65:focus{
  color: rgb(12 74 110 / 0.65);
}

.focus\:text-sky-900\/70:focus{
  color: rgb(12 74 110 / 0.7);
}

.focus\:text-sky-900\/75:focus{
  color: rgb(12 74 110 / 0.75);
}

.focus\:text-sky-900\/80:focus{
  color: rgb(12 74 110 / 0.8);
}

.focus\:text-sky-900\/85:focus{
  color: rgb(12 74 110 / 0.85);
}

.focus\:text-sky-900\/90:focus{
  color: rgb(12 74 110 / 0.9);
}

.focus\:text-sky-900\/95:focus{
  color: rgb(12 74 110 / 0.95);
}

.focus\:text-sky-950:focus{
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}

.focus\:text-sky-950\/0:focus{
  color: rgb(8 47 73 / 0);
}

.focus\:text-sky-950\/10:focus{
  color: rgb(8 47 73 / 0.1);
}

.focus\:text-sky-950\/100:focus{
  color: rgb(8 47 73 / 1);
}

.focus\:text-sky-950\/15:focus{
  color: rgb(8 47 73 / 0.15);
}

.focus\:text-sky-950\/20:focus{
  color: rgb(8 47 73 / 0.2);
}

.focus\:text-sky-950\/25:focus{
  color: rgb(8 47 73 / 0.25);
}

.focus\:text-sky-950\/30:focus{
  color: rgb(8 47 73 / 0.3);
}

.focus\:text-sky-950\/35:focus{
  color: rgb(8 47 73 / 0.35);
}

.focus\:text-sky-950\/40:focus{
  color: rgb(8 47 73 / 0.4);
}

.focus\:text-sky-950\/45:focus{
  color: rgb(8 47 73 / 0.45);
}

.focus\:text-sky-950\/5:focus{
  color: rgb(8 47 73 / 0.05);
}

.focus\:text-sky-950\/50:focus{
  color: rgb(8 47 73 / 0.5);
}

.focus\:text-sky-950\/55:focus{
  color: rgb(8 47 73 / 0.55);
}

.focus\:text-sky-950\/60:focus{
  color: rgb(8 47 73 / 0.6);
}

.focus\:text-sky-950\/65:focus{
  color: rgb(8 47 73 / 0.65);
}

.focus\:text-sky-950\/70:focus{
  color: rgb(8 47 73 / 0.7);
}

.focus\:text-sky-950\/75:focus{
  color: rgb(8 47 73 / 0.75);
}

.focus\:text-sky-950\/80:focus{
  color: rgb(8 47 73 / 0.8);
}

.focus\:text-sky-950\/85:focus{
  color: rgb(8 47 73 / 0.85);
}

.focus\:text-sky-950\/90:focus{
  color: rgb(8 47 73 / 0.9);
}

.focus\:text-sky-950\/95:focus{
  color: rgb(8 47 73 / 0.95);
}

.focus\:text-slate-100:focus{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.focus\:text-slate-100\/0:focus{
  color: rgb(241 245 249 / 0);
}

.focus\:text-slate-100\/10:focus{
  color: rgb(241 245 249 / 0.1);
}

.focus\:text-slate-100\/100:focus{
  color: rgb(241 245 249 / 1);
}

.focus\:text-slate-100\/15:focus{
  color: rgb(241 245 249 / 0.15);
}

.focus\:text-slate-100\/20:focus{
  color: rgb(241 245 249 / 0.2);
}

.focus\:text-slate-100\/25:focus{
  color: rgb(241 245 249 / 0.25);
}

.focus\:text-slate-100\/30:focus{
  color: rgb(241 245 249 / 0.3);
}

.focus\:text-slate-100\/35:focus{
  color: rgb(241 245 249 / 0.35);
}

.focus\:text-slate-100\/40:focus{
  color: rgb(241 245 249 / 0.4);
}

.focus\:text-slate-100\/45:focus{
  color: rgb(241 245 249 / 0.45);
}

.focus\:text-slate-100\/5:focus{
  color: rgb(241 245 249 / 0.05);
}

.focus\:text-slate-100\/50:focus{
  color: rgb(241 245 249 / 0.5);
}

.focus\:text-slate-100\/55:focus{
  color: rgb(241 245 249 / 0.55);
}

.focus\:text-slate-100\/60:focus{
  color: rgb(241 245 249 / 0.6);
}

.focus\:text-slate-100\/65:focus{
  color: rgb(241 245 249 / 0.65);
}

.focus\:text-slate-100\/70:focus{
  color: rgb(241 245 249 / 0.7);
}

.focus\:text-slate-100\/75:focus{
  color: rgb(241 245 249 / 0.75);
}

.focus\:text-slate-100\/80:focus{
  color: rgb(241 245 249 / 0.8);
}

.focus\:text-slate-100\/85:focus{
  color: rgb(241 245 249 / 0.85);
}

.focus\:text-slate-100\/90:focus{
  color: rgb(241 245 249 / 0.9);
}

.focus\:text-slate-100\/95:focus{
  color: rgb(241 245 249 / 0.95);
}

.focus\:text-slate-200:focus{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.focus\:text-slate-200\/0:focus{
  color: rgb(226 232 240 / 0);
}

.focus\:text-slate-200\/10:focus{
  color: rgb(226 232 240 / 0.1);
}

.focus\:text-slate-200\/100:focus{
  color: rgb(226 232 240 / 1);
}

.focus\:text-slate-200\/15:focus{
  color: rgb(226 232 240 / 0.15);
}

.focus\:text-slate-200\/20:focus{
  color: rgb(226 232 240 / 0.2);
}

.focus\:text-slate-200\/25:focus{
  color: rgb(226 232 240 / 0.25);
}

.focus\:text-slate-200\/30:focus{
  color: rgb(226 232 240 / 0.3);
}

.focus\:text-slate-200\/35:focus{
  color: rgb(226 232 240 / 0.35);
}

.focus\:text-slate-200\/40:focus{
  color: rgb(226 232 240 / 0.4);
}

.focus\:text-slate-200\/45:focus{
  color: rgb(226 232 240 / 0.45);
}

.focus\:text-slate-200\/5:focus{
  color: rgb(226 232 240 / 0.05);
}

.focus\:text-slate-200\/50:focus{
  color: rgb(226 232 240 / 0.5);
}

.focus\:text-slate-200\/55:focus{
  color: rgb(226 232 240 / 0.55);
}

.focus\:text-slate-200\/60:focus{
  color: rgb(226 232 240 / 0.6);
}

.focus\:text-slate-200\/65:focus{
  color: rgb(226 232 240 / 0.65);
}

.focus\:text-slate-200\/70:focus{
  color: rgb(226 232 240 / 0.7);
}

.focus\:text-slate-200\/75:focus{
  color: rgb(226 232 240 / 0.75);
}

.focus\:text-slate-200\/80:focus{
  color: rgb(226 232 240 / 0.8);
}

.focus\:text-slate-200\/85:focus{
  color: rgb(226 232 240 / 0.85);
}

.focus\:text-slate-200\/90:focus{
  color: rgb(226 232 240 / 0.9);
}

.focus\:text-slate-200\/95:focus{
  color: rgb(226 232 240 / 0.95);
}

.focus\:text-slate-300:focus{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.focus\:text-slate-300\/0:focus{
  color: rgb(203 213 225 / 0);
}

.focus\:text-slate-300\/10:focus{
  color: rgb(203 213 225 / 0.1);
}

.focus\:text-slate-300\/100:focus{
  color: rgb(203 213 225 / 1);
}

.focus\:text-slate-300\/15:focus{
  color: rgb(203 213 225 / 0.15);
}

.focus\:text-slate-300\/20:focus{
  color: rgb(203 213 225 / 0.2);
}

.focus\:text-slate-300\/25:focus{
  color: rgb(203 213 225 / 0.25);
}

.focus\:text-slate-300\/30:focus{
  color: rgb(203 213 225 / 0.3);
}

.focus\:text-slate-300\/35:focus{
  color: rgb(203 213 225 / 0.35);
}

.focus\:text-slate-300\/40:focus{
  color: rgb(203 213 225 / 0.4);
}

.focus\:text-slate-300\/45:focus{
  color: rgb(203 213 225 / 0.45);
}

.focus\:text-slate-300\/5:focus{
  color: rgb(203 213 225 / 0.05);
}

.focus\:text-slate-300\/50:focus{
  color: rgb(203 213 225 / 0.5);
}

.focus\:text-slate-300\/55:focus{
  color: rgb(203 213 225 / 0.55);
}

.focus\:text-slate-300\/60:focus{
  color: rgb(203 213 225 / 0.6);
}

.focus\:text-slate-300\/65:focus{
  color: rgb(203 213 225 / 0.65);
}

.focus\:text-slate-300\/70:focus{
  color: rgb(203 213 225 / 0.7);
}

.focus\:text-slate-300\/75:focus{
  color: rgb(203 213 225 / 0.75);
}

.focus\:text-slate-300\/80:focus{
  color: rgb(203 213 225 / 0.8);
}

.focus\:text-slate-300\/85:focus{
  color: rgb(203 213 225 / 0.85);
}

.focus\:text-slate-300\/90:focus{
  color: rgb(203 213 225 / 0.9);
}

.focus\:text-slate-300\/95:focus{
  color: rgb(203 213 225 / 0.95);
}

.focus\:text-slate-400:focus{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.focus\:text-slate-400\/0:focus{
  color: rgb(148 163 184 / 0);
}

.focus\:text-slate-400\/10:focus{
  color: rgb(148 163 184 / 0.1);
}

.focus\:text-slate-400\/100:focus{
  color: rgb(148 163 184 / 1);
}

.focus\:text-slate-400\/15:focus{
  color: rgb(148 163 184 / 0.15);
}

.focus\:text-slate-400\/20:focus{
  color: rgb(148 163 184 / 0.2);
}

.focus\:text-slate-400\/25:focus{
  color: rgb(148 163 184 / 0.25);
}

.focus\:text-slate-400\/30:focus{
  color: rgb(148 163 184 / 0.3);
}

.focus\:text-slate-400\/35:focus{
  color: rgb(148 163 184 / 0.35);
}

.focus\:text-slate-400\/40:focus{
  color: rgb(148 163 184 / 0.4);
}

.focus\:text-slate-400\/45:focus{
  color: rgb(148 163 184 / 0.45);
}

.focus\:text-slate-400\/5:focus{
  color: rgb(148 163 184 / 0.05);
}

.focus\:text-slate-400\/50:focus{
  color: rgb(148 163 184 / 0.5);
}

.focus\:text-slate-400\/55:focus{
  color: rgb(148 163 184 / 0.55);
}

.focus\:text-slate-400\/60:focus{
  color: rgb(148 163 184 / 0.6);
}

.focus\:text-slate-400\/65:focus{
  color: rgb(148 163 184 / 0.65);
}

.focus\:text-slate-400\/70:focus{
  color: rgb(148 163 184 / 0.7);
}

.focus\:text-slate-400\/75:focus{
  color: rgb(148 163 184 / 0.75);
}

.focus\:text-slate-400\/80:focus{
  color: rgb(148 163 184 / 0.8);
}

.focus\:text-slate-400\/85:focus{
  color: rgb(148 163 184 / 0.85);
}

.focus\:text-slate-400\/90:focus{
  color: rgb(148 163 184 / 0.9);
}

.focus\:text-slate-400\/95:focus{
  color: rgb(148 163 184 / 0.95);
}

.focus\:text-slate-50:focus{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.focus\:text-slate-50\/0:focus{
  color: rgb(248 250 252 / 0);
}

.focus\:text-slate-50\/10:focus{
  color: rgb(248 250 252 / 0.1);
}

.focus\:text-slate-50\/100:focus{
  color: rgb(248 250 252 / 1);
}

.focus\:text-slate-50\/15:focus{
  color: rgb(248 250 252 / 0.15);
}

.focus\:text-slate-50\/20:focus{
  color: rgb(248 250 252 / 0.2);
}

.focus\:text-slate-50\/25:focus{
  color: rgb(248 250 252 / 0.25);
}

.focus\:text-slate-50\/30:focus{
  color: rgb(248 250 252 / 0.3);
}

.focus\:text-slate-50\/35:focus{
  color: rgb(248 250 252 / 0.35);
}

.focus\:text-slate-50\/40:focus{
  color: rgb(248 250 252 / 0.4);
}

.focus\:text-slate-50\/45:focus{
  color: rgb(248 250 252 / 0.45);
}

.focus\:text-slate-50\/5:focus{
  color: rgb(248 250 252 / 0.05);
}

.focus\:text-slate-50\/50:focus{
  color: rgb(248 250 252 / 0.5);
}

.focus\:text-slate-50\/55:focus{
  color: rgb(248 250 252 / 0.55);
}

.focus\:text-slate-50\/60:focus{
  color: rgb(248 250 252 / 0.6);
}

.focus\:text-slate-50\/65:focus{
  color: rgb(248 250 252 / 0.65);
}

.focus\:text-slate-50\/70:focus{
  color: rgb(248 250 252 / 0.7);
}

.focus\:text-slate-50\/75:focus{
  color: rgb(248 250 252 / 0.75);
}

.focus\:text-slate-50\/80:focus{
  color: rgb(248 250 252 / 0.8);
}

.focus\:text-slate-50\/85:focus{
  color: rgb(248 250 252 / 0.85);
}

.focus\:text-slate-50\/90:focus{
  color: rgb(248 250 252 / 0.9);
}

.focus\:text-slate-50\/95:focus{
  color: rgb(248 250 252 / 0.95);
}

.focus\:text-slate-500:focus{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.focus\:text-slate-500\/0:focus{
  color: rgb(100 116 139 / 0);
}

.focus\:text-slate-500\/10:focus{
  color: rgb(100 116 139 / 0.1);
}

.focus\:text-slate-500\/100:focus{
  color: rgb(100 116 139 / 1);
}

.focus\:text-slate-500\/15:focus{
  color: rgb(100 116 139 / 0.15);
}

.focus\:text-slate-500\/20:focus{
  color: rgb(100 116 139 / 0.2);
}

.focus\:text-slate-500\/25:focus{
  color: rgb(100 116 139 / 0.25);
}

.focus\:text-slate-500\/30:focus{
  color: rgb(100 116 139 / 0.3);
}

.focus\:text-slate-500\/35:focus{
  color: rgb(100 116 139 / 0.35);
}

.focus\:text-slate-500\/40:focus{
  color: rgb(100 116 139 / 0.4);
}

.focus\:text-slate-500\/45:focus{
  color: rgb(100 116 139 / 0.45);
}

.focus\:text-slate-500\/5:focus{
  color: rgb(100 116 139 / 0.05);
}

.focus\:text-slate-500\/50:focus{
  color: rgb(100 116 139 / 0.5);
}

.focus\:text-slate-500\/55:focus{
  color: rgb(100 116 139 / 0.55);
}

.focus\:text-slate-500\/60:focus{
  color: rgb(100 116 139 / 0.6);
}

.focus\:text-slate-500\/65:focus{
  color: rgb(100 116 139 / 0.65);
}

.focus\:text-slate-500\/70:focus{
  color: rgb(100 116 139 / 0.7);
}

.focus\:text-slate-500\/75:focus{
  color: rgb(100 116 139 / 0.75);
}

.focus\:text-slate-500\/80:focus{
  color: rgb(100 116 139 / 0.8);
}

.focus\:text-slate-500\/85:focus{
  color: rgb(100 116 139 / 0.85);
}

.focus\:text-slate-500\/90:focus{
  color: rgb(100 116 139 / 0.9);
}

.focus\:text-slate-500\/95:focus{
  color: rgb(100 116 139 / 0.95);
}

.focus\:text-slate-600:focus{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.focus\:text-slate-600\/0:focus{
  color: rgb(71 85 105 / 0);
}

.focus\:text-slate-600\/10:focus{
  color: rgb(71 85 105 / 0.1);
}

.focus\:text-slate-600\/100:focus{
  color: rgb(71 85 105 / 1);
}

.focus\:text-slate-600\/15:focus{
  color: rgb(71 85 105 / 0.15);
}

.focus\:text-slate-600\/20:focus{
  color: rgb(71 85 105 / 0.2);
}

.focus\:text-slate-600\/25:focus{
  color: rgb(71 85 105 / 0.25);
}

.focus\:text-slate-600\/30:focus{
  color: rgb(71 85 105 / 0.3);
}

.focus\:text-slate-600\/35:focus{
  color: rgb(71 85 105 / 0.35);
}

.focus\:text-slate-600\/40:focus{
  color: rgb(71 85 105 / 0.4);
}

.focus\:text-slate-600\/45:focus{
  color: rgb(71 85 105 / 0.45);
}

.focus\:text-slate-600\/5:focus{
  color: rgb(71 85 105 / 0.05);
}

.focus\:text-slate-600\/50:focus{
  color: rgb(71 85 105 / 0.5);
}

.focus\:text-slate-600\/55:focus{
  color: rgb(71 85 105 / 0.55);
}

.focus\:text-slate-600\/60:focus{
  color: rgb(71 85 105 / 0.6);
}

.focus\:text-slate-600\/65:focus{
  color: rgb(71 85 105 / 0.65);
}

.focus\:text-slate-600\/70:focus{
  color: rgb(71 85 105 / 0.7);
}

.focus\:text-slate-600\/75:focus{
  color: rgb(71 85 105 / 0.75);
}

.focus\:text-slate-600\/80:focus{
  color: rgb(71 85 105 / 0.8);
}

.focus\:text-slate-600\/85:focus{
  color: rgb(71 85 105 / 0.85);
}

.focus\:text-slate-600\/90:focus{
  color: rgb(71 85 105 / 0.9);
}

.focus\:text-slate-600\/95:focus{
  color: rgb(71 85 105 / 0.95);
}

.focus\:text-slate-700:focus{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.focus\:text-slate-700\/0:focus{
  color: rgb(51 65 85 / 0);
}

.focus\:text-slate-700\/10:focus{
  color: rgb(51 65 85 / 0.1);
}

.focus\:text-slate-700\/100:focus{
  color: rgb(51 65 85 / 1);
}

.focus\:text-slate-700\/15:focus{
  color: rgb(51 65 85 / 0.15);
}

.focus\:text-slate-700\/20:focus{
  color: rgb(51 65 85 / 0.2);
}

.focus\:text-slate-700\/25:focus{
  color: rgb(51 65 85 / 0.25);
}

.focus\:text-slate-700\/30:focus{
  color: rgb(51 65 85 / 0.3);
}

.focus\:text-slate-700\/35:focus{
  color: rgb(51 65 85 / 0.35);
}

.focus\:text-slate-700\/40:focus{
  color: rgb(51 65 85 / 0.4);
}

.focus\:text-slate-700\/45:focus{
  color: rgb(51 65 85 / 0.45);
}

.focus\:text-slate-700\/5:focus{
  color: rgb(51 65 85 / 0.05);
}

.focus\:text-slate-700\/50:focus{
  color: rgb(51 65 85 / 0.5);
}

.focus\:text-slate-700\/55:focus{
  color: rgb(51 65 85 / 0.55);
}

.focus\:text-slate-700\/60:focus{
  color: rgb(51 65 85 / 0.6);
}

.focus\:text-slate-700\/65:focus{
  color: rgb(51 65 85 / 0.65);
}

.focus\:text-slate-700\/70:focus{
  color: rgb(51 65 85 / 0.7);
}

.focus\:text-slate-700\/75:focus{
  color: rgb(51 65 85 / 0.75);
}

.focus\:text-slate-700\/80:focus{
  color: rgb(51 65 85 / 0.8);
}

.focus\:text-slate-700\/85:focus{
  color: rgb(51 65 85 / 0.85);
}

.focus\:text-slate-700\/90:focus{
  color: rgb(51 65 85 / 0.9);
}

.focus\:text-slate-700\/95:focus{
  color: rgb(51 65 85 / 0.95);
}

.focus\:text-slate-800:focus{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.focus\:text-slate-800\/0:focus{
  color: rgb(30 41 59 / 0);
}

.focus\:text-slate-800\/10:focus{
  color: rgb(30 41 59 / 0.1);
}

.focus\:text-slate-800\/100:focus{
  color: rgb(30 41 59 / 1);
}

.focus\:text-slate-800\/15:focus{
  color: rgb(30 41 59 / 0.15);
}

.focus\:text-slate-800\/20:focus{
  color: rgb(30 41 59 / 0.2);
}

.focus\:text-slate-800\/25:focus{
  color: rgb(30 41 59 / 0.25);
}

.focus\:text-slate-800\/30:focus{
  color: rgb(30 41 59 / 0.3);
}

.focus\:text-slate-800\/35:focus{
  color: rgb(30 41 59 / 0.35);
}

.focus\:text-slate-800\/40:focus{
  color: rgb(30 41 59 / 0.4);
}

.focus\:text-slate-800\/45:focus{
  color: rgb(30 41 59 / 0.45);
}

.focus\:text-slate-800\/5:focus{
  color: rgb(30 41 59 / 0.05);
}

.focus\:text-slate-800\/50:focus{
  color: rgb(30 41 59 / 0.5);
}

.focus\:text-slate-800\/55:focus{
  color: rgb(30 41 59 / 0.55);
}

.focus\:text-slate-800\/60:focus{
  color: rgb(30 41 59 / 0.6);
}

.focus\:text-slate-800\/65:focus{
  color: rgb(30 41 59 / 0.65);
}

.focus\:text-slate-800\/70:focus{
  color: rgb(30 41 59 / 0.7);
}

.focus\:text-slate-800\/75:focus{
  color: rgb(30 41 59 / 0.75);
}

.focus\:text-slate-800\/80:focus{
  color: rgb(30 41 59 / 0.8);
}

.focus\:text-slate-800\/85:focus{
  color: rgb(30 41 59 / 0.85);
}

.focus\:text-slate-800\/90:focus{
  color: rgb(30 41 59 / 0.9);
}

.focus\:text-slate-800\/95:focus{
  color: rgb(30 41 59 / 0.95);
}

.focus\:text-slate-900:focus{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.focus\:text-slate-900\/0:focus{
  color: rgb(15 23 42 / 0);
}

.focus\:text-slate-900\/10:focus{
  color: rgb(15 23 42 / 0.1);
}

.focus\:text-slate-900\/100:focus{
  color: rgb(15 23 42 / 1);
}

.focus\:text-slate-900\/15:focus{
  color: rgb(15 23 42 / 0.15);
}

.focus\:text-slate-900\/20:focus{
  color: rgb(15 23 42 / 0.2);
}

.focus\:text-slate-900\/25:focus{
  color: rgb(15 23 42 / 0.25);
}

.focus\:text-slate-900\/30:focus{
  color: rgb(15 23 42 / 0.3);
}

.focus\:text-slate-900\/35:focus{
  color: rgb(15 23 42 / 0.35);
}

.focus\:text-slate-900\/40:focus{
  color: rgb(15 23 42 / 0.4);
}

.focus\:text-slate-900\/45:focus{
  color: rgb(15 23 42 / 0.45);
}

.focus\:text-slate-900\/5:focus{
  color: rgb(15 23 42 / 0.05);
}

.focus\:text-slate-900\/50:focus{
  color: rgb(15 23 42 / 0.5);
}

.focus\:text-slate-900\/55:focus{
  color: rgb(15 23 42 / 0.55);
}

.focus\:text-slate-900\/60:focus{
  color: rgb(15 23 42 / 0.6);
}

.focus\:text-slate-900\/65:focus{
  color: rgb(15 23 42 / 0.65);
}

.focus\:text-slate-900\/70:focus{
  color: rgb(15 23 42 / 0.7);
}

.focus\:text-slate-900\/75:focus{
  color: rgb(15 23 42 / 0.75);
}

.focus\:text-slate-900\/80:focus{
  color: rgb(15 23 42 / 0.8);
}

.focus\:text-slate-900\/85:focus{
  color: rgb(15 23 42 / 0.85);
}

.focus\:text-slate-900\/90:focus{
  color: rgb(15 23 42 / 0.9);
}

.focus\:text-slate-900\/95:focus{
  color: rgb(15 23 42 / 0.95);
}

.focus\:text-slate-950:focus{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}

.focus\:text-slate-950\/0:focus{
  color: rgb(2 6 23 / 0);
}

.focus\:text-slate-950\/10:focus{
  color: rgb(2 6 23 / 0.1);
}

.focus\:text-slate-950\/100:focus{
  color: rgb(2 6 23 / 1);
}

.focus\:text-slate-950\/15:focus{
  color: rgb(2 6 23 / 0.15);
}

.focus\:text-slate-950\/20:focus{
  color: rgb(2 6 23 / 0.2);
}

.focus\:text-slate-950\/25:focus{
  color: rgb(2 6 23 / 0.25);
}

.focus\:text-slate-950\/30:focus{
  color: rgb(2 6 23 / 0.3);
}

.focus\:text-slate-950\/35:focus{
  color: rgb(2 6 23 / 0.35);
}

.focus\:text-slate-950\/40:focus{
  color: rgb(2 6 23 / 0.4);
}

.focus\:text-slate-950\/45:focus{
  color: rgb(2 6 23 / 0.45);
}

.focus\:text-slate-950\/5:focus{
  color: rgb(2 6 23 / 0.05);
}

.focus\:text-slate-950\/50:focus{
  color: rgb(2 6 23 / 0.5);
}

.focus\:text-slate-950\/55:focus{
  color: rgb(2 6 23 / 0.55);
}

.focus\:text-slate-950\/60:focus{
  color: rgb(2 6 23 / 0.6);
}

.focus\:text-slate-950\/65:focus{
  color: rgb(2 6 23 / 0.65);
}

.focus\:text-slate-950\/70:focus{
  color: rgb(2 6 23 / 0.7);
}

.focus\:text-slate-950\/75:focus{
  color: rgb(2 6 23 / 0.75);
}

.focus\:text-slate-950\/80:focus{
  color: rgb(2 6 23 / 0.8);
}

.focus\:text-slate-950\/85:focus{
  color: rgb(2 6 23 / 0.85);
}

.focus\:text-slate-950\/90:focus{
  color: rgb(2 6 23 / 0.9);
}

.focus\:text-slate-950\/95:focus{
  color: rgb(2 6 23 / 0.95);
}

.focus\:text-stone-100:focus{
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}

.focus\:text-stone-100\/0:focus{
  color: rgb(245 245 244 / 0);
}

.focus\:text-stone-100\/10:focus{
  color: rgb(245 245 244 / 0.1);
}

.focus\:text-stone-100\/100:focus{
  color: rgb(245 245 244 / 1);
}

.focus\:text-stone-100\/15:focus{
  color: rgb(245 245 244 / 0.15);
}

.focus\:text-stone-100\/20:focus{
  color: rgb(245 245 244 / 0.2);
}

.focus\:text-stone-100\/25:focus{
  color: rgb(245 245 244 / 0.25);
}

.focus\:text-stone-100\/30:focus{
  color: rgb(245 245 244 / 0.3);
}

.focus\:text-stone-100\/35:focus{
  color: rgb(245 245 244 / 0.35);
}

.focus\:text-stone-100\/40:focus{
  color: rgb(245 245 244 / 0.4);
}

.focus\:text-stone-100\/45:focus{
  color: rgb(245 245 244 / 0.45);
}

.focus\:text-stone-100\/5:focus{
  color: rgb(245 245 244 / 0.05);
}

.focus\:text-stone-100\/50:focus{
  color: rgb(245 245 244 / 0.5);
}

.focus\:text-stone-100\/55:focus{
  color: rgb(245 245 244 / 0.55);
}

.focus\:text-stone-100\/60:focus{
  color: rgb(245 245 244 / 0.6);
}

.focus\:text-stone-100\/65:focus{
  color: rgb(245 245 244 / 0.65);
}

.focus\:text-stone-100\/70:focus{
  color: rgb(245 245 244 / 0.7);
}

.focus\:text-stone-100\/75:focus{
  color: rgb(245 245 244 / 0.75);
}

.focus\:text-stone-100\/80:focus{
  color: rgb(245 245 244 / 0.8);
}

.focus\:text-stone-100\/85:focus{
  color: rgb(245 245 244 / 0.85);
}

.focus\:text-stone-100\/90:focus{
  color: rgb(245 245 244 / 0.9);
}

.focus\:text-stone-100\/95:focus{
  color: rgb(245 245 244 / 0.95);
}

.focus\:text-stone-200:focus{
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}

.focus\:text-stone-200\/0:focus{
  color: rgb(231 229 228 / 0);
}

.focus\:text-stone-200\/10:focus{
  color: rgb(231 229 228 / 0.1);
}

.focus\:text-stone-200\/100:focus{
  color: rgb(231 229 228 / 1);
}

.focus\:text-stone-200\/15:focus{
  color: rgb(231 229 228 / 0.15);
}

.focus\:text-stone-200\/20:focus{
  color: rgb(231 229 228 / 0.2);
}

.focus\:text-stone-200\/25:focus{
  color: rgb(231 229 228 / 0.25);
}

.focus\:text-stone-200\/30:focus{
  color: rgb(231 229 228 / 0.3);
}

.focus\:text-stone-200\/35:focus{
  color: rgb(231 229 228 / 0.35);
}

.focus\:text-stone-200\/40:focus{
  color: rgb(231 229 228 / 0.4);
}

.focus\:text-stone-200\/45:focus{
  color: rgb(231 229 228 / 0.45);
}

.focus\:text-stone-200\/5:focus{
  color: rgb(231 229 228 / 0.05);
}

.focus\:text-stone-200\/50:focus{
  color: rgb(231 229 228 / 0.5);
}

.focus\:text-stone-200\/55:focus{
  color: rgb(231 229 228 / 0.55);
}

.focus\:text-stone-200\/60:focus{
  color: rgb(231 229 228 / 0.6);
}

.focus\:text-stone-200\/65:focus{
  color: rgb(231 229 228 / 0.65);
}

.focus\:text-stone-200\/70:focus{
  color: rgb(231 229 228 / 0.7);
}

.focus\:text-stone-200\/75:focus{
  color: rgb(231 229 228 / 0.75);
}

.focus\:text-stone-200\/80:focus{
  color: rgb(231 229 228 / 0.8);
}

.focus\:text-stone-200\/85:focus{
  color: rgb(231 229 228 / 0.85);
}

.focus\:text-stone-200\/90:focus{
  color: rgb(231 229 228 / 0.9);
}

.focus\:text-stone-200\/95:focus{
  color: rgb(231 229 228 / 0.95);
}

.focus\:text-stone-300:focus{
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.focus\:text-stone-300\/0:focus{
  color: rgb(214 211 209 / 0);
}

.focus\:text-stone-300\/10:focus{
  color: rgb(214 211 209 / 0.1);
}

.focus\:text-stone-300\/100:focus{
  color: rgb(214 211 209 / 1);
}

.focus\:text-stone-300\/15:focus{
  color: rgb(214 211 209 / 0.15);
}

.focus\:text-stone-300\/20:focus{
  color: rgb(214 211 209 / 0.2);
}

.focus\:text-stone-300\/25:focus{
  color: rgb(214 211 209 / 0.25);
}

.focus\:text-stone-300\/30:focus{
  color: rgb(214 211 209 / 0.3);
}

.focus\:text-stone-300\/35:focus{
  color: rgb(214 211 209 / 0.35);
}

.focus\:text-stone-300\/40:focus{
  color: rgb(214 211 209 / 0.4);
}

.focus\:text-stone-300\/45:focus{
  color: rgb(214 211 209 / 0.45);
}

.focus\:text-stone-300\/5:focus{
  color: rgb(214 211 209 / 0.05);
}

.focus\:text-stone-300\/50:focus{
  color: rgb(214 211 209 / 0.5);
}

.focus\:text-stone-300\/55:focus{
  color: rgb(214 211 209 / 0.55);
}

.focus\:text-stone-300\/60:focus{
  color: rgb(214 211 209 / 0.6);
}

.focus\:text-stone-300\/65:focus{
  color: rgb(214 211 209 / 0.65);
}

.focus\:text-stone-300\/70:focus{
  color: rgb(214 211 209 / 0.7);
}

.focus\:text-stone-300\/75:focus{
  color: rgb(214 211 209 / 0.75);
}

.focus\:text-stone-300\/80:focus{
  color: rgb(214 211 209 / 0.8);
}

.focus\:text-stone-300\/85:focus{
  color: rgb(214 211 209 / 0.85);
}

.focus\:text-stone-300\/90:focus{
  color: rgb(214 211 209 / 0.9);
}

.focus\:text-stone-300\/95:focus{
  color: rgb(214 211 209 / 0.95);
}

.focus\:text-stone-400:focus{
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.focus\:text-stone-400\/0:focus{
  color: rgb(168 162 158 / 0);
}

.focus\:text-stone-400\/10:focus{
  color: rgb(168 162 158 / 0.1);
}

.focus\:text-stone-400\/100:focus{
  color: rgb(168 162 158 / 1);
}

.focus\:text-stone-400\/15:focus{
  color: rgb(168 162 158 / 0.15);
}

.focus\:text-stone-400\/20:focus{
  color: rgb(168 162 158 / 0.2);
}

.focus\:text-stone-400\/25:focus{
  color: rgb(168 162 158 / 0.25);
}

.focus\:text-stone-400\/30:focus{
  color: rgb(168 162 158 / 0.3);
}

.focus\:text-stone-400\/35:focus{
  color: rgb(168 162 158 / 0.35);
}

.focus\:text-stone-400\/40:focus{
  color: rgb(168 162 158 / 0.4);
}

.focus\:text-stone-400\/45:focus{
  color: rgb(168 162 158 / 0.45);
}

.focus\:text-stone-400\/5:focus{
  color: rgb(168 162 158 / 0.05);
}

.focus\:text-stone-400\/50:focus{
  color: rgb(168 162 158 / 0.5);
}

.focus\:text-stone-400\/55:focus{
  color: rgb(168 162 158 / 0.55);
}

.focus\:text-stone-400\/60:focus{
  color: rgb(168 162 158 / 0.6);
}

.focus\:text-stone-400\/65:focus{
  color: rgb(168 162 158 / 0.65);
}

.focus\:text-stone-400\/70:focus{
  color: rgb(168 162 158 / 0.7);
}

.focus\:text-stone-400\/75:focus{
  color: rgb(168 162 158 / 0.75);
}

.focus\:text-stone-400\/80:focus{
  color: rgb(168 162 158 / 0.8);
}

.focus\:text-stone-400\/85:focus{
  color: rgb(168 162 158 / 0.85);
}

.focus\:text-stone-400\/90:focus{
  color: rgb(168 162 158 / 0.9);
}

.focus\:text-stone-400\/95:focus{
  color: rgb(168 162 158 / 0.95);
}

.focus\:text-stone-50:focus{
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}

.focus\:text-stone-50\/0:focus{
  color: rgb(250 250 249 / 0);
}

.focus\:text-stone-50\/10:focus{
  color: rgb(250 250 249 / 0.1);
}

.focus\:text-stone-50\/100:focus{
  color: rgb(250 250 249 / 1);
}

.focus\:text-stone-50\/15:focus{
  color: rgb(250 250 249 / 0.15);
}

.focus\:text-stone-50\/20:focus{
  color: rgb(250 250 249 / 0.2);
}

.focus\:text-stone-50\/25:focus{
  color: rgb(250 250 249 / 0.25);
}

.focus\:text-stone-50\/30:focus{
  color: rgb(250 250 249 / 0.3);
}

.focus\:text-stone-50\/35:focus{
  color: rgb(250 250 249 / 0.35);
}

.focus\:text-stone-50\/40:focus{
  color: rgb(250 250 249 / 0.4);
}

.focus\:text-stone-50\/45:focus{
  color: rgb(250 250 249 / 0.45);
}

.focus\:text-stone-50\/5:focus{
  color: rgb(250 250 249 / 0.05);
}

.focus\:text-stone-50\/50:focus{
  color: rgb(250 250 249 / 0.5);
}

.focus\:text-stone-50\/55:focus{
  color: rgb(250 250 249 / 0.55);
}

.focus\:text-stone-50\/60:focus{
  color: rgb(250 250 249 / 0.6);
}

.focus\:text-stone-50\/65:focus{
  color: rgb(250 250 249 / 0.65);
}

.focus\:text-stone-50\/70:focus{
  color: rgb(250 250 249 / 0.7);
}

.focus\:text-stone-50\/75:focus{
  color: rgb(250 250 249 / 0.75);
}

.focus\:text-stone-50\/80:focus{
  color: rgb(250 250 249 / 0.8);
}

.focus\:text-stone-50\/85:focus{
  color: rgb(250 250 249 / 0.85);
}

.focus\:text-stone-50\/90:focus{
  color: rgb(250 250 249 / 0.9);
}

.focus\:text-stone-50\/95:focus{
  color: rgb(250 250 249 / 0.95);
}

.focus\:text-stone-500:focus{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.focus\:text-stone-500\/0:focus{
  color: rgb(120 113 108 / 0);
}

.focus\:text-stone-500\/10:focus{
  color: rgb(120 113 108 / 0.1);
}

.focus\:text-stone-500\/100:focus{
  color: rgb(120 113 108 / 1);
}

.focus\:text-stone-500\/15:focus{
  color: rgb(120 113 108 / 0.15);
}

.focus\:text-stone-500\/20:focus{
  color: rgb(120 113 108 / 0.2);
}

.focus\:text-stone-500\/25:focus{
  color: rgb(120 113 108 / 0.25);
}

.focus\:text-stone-500\/30:focus{
  color: rgb(120 113 108 / 0.3);
}

.focus\:text-stone-500\/35:focus{
  color: rgb(120 113 108 / 0.35);
}

.focus\:text-stone-500\/40:focus{
  color: rgb(120 113 108 / 0.4);
}

.focus\:text-stone-500\/45:focus{
  color: rgb(120 113 108 / 0.45);
}

.focus\:text-stone-500\/5:focus{
  color: rgb(120 113 108 / 0.05);
}

.focus\:text-stone-500\/50:focus{
  color: rgb(120 113 108 / 0.5);
}

.focus\:text-stone-500\/55:focus{
  color: rgb(120 113 108 / 0.55);
}

.focus\:text-stone-500\/60:focus{
  color: rgb(120 113 108 / 0.6);
}

.focus\:text-stone-500\/65:focus{
  color: rgb(120 113 108 / 0.65);
}

.focus\:text-stone-500\/70:focus{
  color: rgb(120 113 108 / 0.7);
}

.focus\:text-stone-500\/75:focus{
  color: rgb(120 113 108 / 0.75);
}

.focus\:text-stone-500\/80:focus{
  color: rgb(120 113 108 / 0.8);
}

.focus\:text-stone-500\/85:focus{
  color: rgb(120 113 108 / 0.85);
}

.focus\:text-stone-500\/90:focus{
  color: rgb(120 113 108 / 0.9);
}

.focus\:text-stone-500\/95:focus{
  color: rgb(120 113 108 / 0.95);
}

.focus\:text-stone-600:focus{
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.focus\:text-stone-600\/0:focus{
  color: rgb(87 83 78 / 0);
}

.focus\:text-stone-600\/10:focus{
  color: rgb(87 83 78 / 0.1);
}

.focus\:text-stone-600\/100:focus{
  color: rgb(87 83 78 / 1);
}

.focus\:text-stone-600\/15:focus{
  color: rgb(87 83 78 / 0.15);
}

.focus\:text-stone-600\/20:focus{
  color: rgb(87 83 78 / 0.2);
}

.focus\:text-stone-600\/25:focus{
  color: rgb(87 83 78 / 0.25);
}

.focus\:text-stone-600\/30:focus{
  color: rgb(87 83 78 / 0.3);
}

.focus\:text-stone-600\/35:focus{
  color: rgb(87 83 78 / 0.35);
}

.focus\:text-stone-600\/40:focus{
  color: rgb(87 83 78 / 0.4);
}

.focus\:text-stone-600\/45:focus{
  color: rgb(87 83 78 / 0.45);
}

.focus\:text-stone-600\/5:focus{
  color: rgb(87 83 78 / 0.05);
}

.focus\:text-stone-600\/50:focus{
  color: rgb(87 83 78 / 0.5);
}

.focus\:text-stone-600\/55:focus{
  color: rgb(87 83 78 / 0.55);
}

.focus\:text-stone-600\/60:focus{
  color: rgb(87 83 78 / 0.6);
}

.focus\:text-stone-600\/65:focus{
  color: rgb(87 83 78 / 0.65);
}

.focus\:text-stone-600\/70:focus{
  color: rgb(87 83 78 / 0.7);
}

.focus\:text-stone-600\/75:focus{
  color: rgb(87 83 78 / 0.75);
}

.focus\:text-stone-600\/80:focus{
  color: rgb(87 83 78 / 0.8);
}

.focus\:text-stone-600\/85:focus{
  color: rgb(87 83 78 / 0.85);
}

.focus\:text-stone-600\/90:focus{
  color: rgb(87 83 78 / 0.9);
}

.focus\:text-stone-600\/95:focus{
  color: rgb(87 83 78 / 0.95);
}

.focus\:text-stone-700:focus{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}

.focus\:text-stone-700\/0:focus{
  color: rgb(68 64 60 / 0);
}

.focus\:text-stone-700\/10:focus{
  color: rgb(68 64 60 / 0.1);
}

.focus\:text-stone-700\/100:focus{
  color: rgb(68 64 60 / 1);
}

.focus\:text-stone-700\/15:focus{
  color: rgb(68 64 60 / 0.15);
}

.focus\:text-stone-700\/20:focus{
  color: rgb(68 64 60 / 0.2);
}

.focus\:text-stone-700\/25:focus{
  color: rgb(68 64 60 / 0.25);
}

.focus\:text-stone-700\/30:focus{
  color: rgb(68 64 60 / 0.3);
}

.focus\:text-stone-700\/35:focus{
  color: rgb(68 64 60 / 0.35);
}

.focus\:text-stone-700\/40:focus{
  color: rgb(68 64 60 / 0.4);
}

.focus\:text-stone-700\/45:focus{
  color: rgb(68 64 60 / 0.45);
}

.focus\:text-stone-700\/5:focus{
  color: rgb(68 64 60 / 0.05);
}

.focus\:text-stone-700\/50:focus{
  color: rgb(68 64 60 / 0.5);
}

.focus\:text-stone-700\/55:focus{
  color: rgb(68 64 60 / 0.55);
}

.focus\:text-stone-700\/60:focus{
  color: rgb(68 64 60 / 0.6);
}

.focus\:text-stone-700\/65:focus{
  color: rgb(68 64 60 / 0.65);
}

.focus\:text-stone-700\/70:focus{
  color: rgb(68 64 60 / 0.7);
}

.focus\:text-stone-700\/75:focus{
  color: rgb(68 64 60 / 0.75);
}

.focus\:text-stone-700\/80:focus{
  color: rgb(68 64 60 / 0.8);
}

.focus\:text-stone-700\/85:focus{
  color: rgb(68 64 60 / 0.85);
}

.focus\:text-stone-700\/90:focus{
  color: rgb(68 64 60 / 0.9);
}

.focus\:text-stone-700\/95:focus{
  color: rgb(68 64 60 / 0.95);
}

.focus\:text-stone-800:focus{
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}

.focus\:text-stone-800\/0:focus{
  color: rgb(41 37 36 / 0);
}

.focus\:text-stone-800\/10:focus{
  color: rgb(41 37 36 / 0.1);
}

.focus\:text-stone-800\/100:focus{
  color: rgb(41 37 36 / 1);
}

.focus\:text-stone-800\/15:focus{
  color: rgb(41 37 36 / 0.15);
}

.focus\:text-stone-800\/20:focus{
  color: rgb(41 37 36 / 0.2);
}

.focus\:text-stone-800\/25:focus{
  color: rgb(41 37 36 / 0.25);
}

.focus\:text-stone-800\/30:focus{
  color: rgb(41 37 36 / 0.3);
}

.focus\:text-stone-800\/35:focus{
  color: rgb(41 37 36 / 0.35);
}

.focus\:text-stone-800\/40:focus{
  color: rgb(41 37 36 / 0.4);
}

.focus\:text-stone-800\/45:focus{
  color: rgb(41 37 36 / 0.45);
}

.focus\:text-stone-800\/5:focus{
  color: rgb(41 37 36 / 0.05);
}

.focus\:text-stone-800\/50:focus{
  color: rgb(41 37 36 / 0.5);
}

.focus\:text-stone-800\/55:focus{
  color: rgb(41 37 36 / 0.55);
}

.focus\:text-stone-800\/60:focus{
  color: rgb(41 37 36 / 0.6);
}

.focus\:text-stone-800\/65:focus{
  color: rgb(41 37 36 / 0.65);
}

.focus\:text-stone-800\/70:focus{
  color: rgb(41 37 36 / 0.7);
}

.focus\:text-stone-800\/75:focus{
  color: rgb(41 37 36 / 0.75);
}

.focus\:text-stone-800\/80:focus{
  color: rgb(41 37 36 / 0.8);
}

.focus\:text-stone-800\/85:focus{
  color: rgb(41 37 36 / 0.85);
}

.focus\:text-stone-800\/90:focus{
  color: rgb(41 37 36 / 0.9);
}

.focus\:text-stone-800\/95:focus{
  color: rgb(41 37 36 / 0.95);
}

.focus\:text-stone-900:focus{
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.focus\:text-stone-900\/0:focus{
  color: rgb(28 25 23 / 0);
}

.focus\:text-stone-900\/10:focus{
  color: rgb(28 25 23 / 0.1);
}

.focus\:text-stone-900\/100:focus{
  color: rgb(28 25 23 / 1);
}

.focus\:text-stone-900\/15:focus{
  color: rgb(28 25 23 / 0.15);
}

.focus\:text-stone-900\/20:focus{
  color: rgb(28 25 23 / 0.2);
}

.focus\:text-stone-900\/25:focus{
  color: rgb(28 25 23 / 0.25);
}

.focus\:text-stone-900\/30:focus{
  color: rgb(28 25 23 / 0.3);
}

.focus\:text-stone-900\/35:focus{
  color: rgb(28 25 23 / 0.35);
}

.focus\:text-stone-900\/40:focus{
  color: rgb(28 25 23 / 0.4);
}

.focus\:text-stone-900\/45:focus{
  color: rgb(28 25 23 / 0.45);
}

.focus\:text-stone-900\/5:focus{
  color: rgb(28 25 23 / 0.05);
}

.focus\:text-stone-900\/50:focus{
  color: rgb(28 25 23 / 0.5);
}

.focus\:text-stone-900\/55:focus{
  color: rgb(28 25 23 / 0.55);
}

.focus\:text-stone-900\/60:focus{
  color: rgb(28 25 23 / 0.6);
}

.focus\:text-stone-900\/65:focus{
  color: rgb(28 25 23 / 0.65);
}

.focus\:text-stone-900\/70:focus{
  color: rgb(28 25 23 / 0.7);
}

.focus\:text-stone-900\/75:focus{
  color: rgb(28 25 23 / 0.75);
}

.focus\:text-stone-900\/80:focus{
  color: rgb(28 25 23 / 0.8);
}

.focus\:text-stone-900\/85:focus{
  color: rgb(28 25 23 / 0.85);
}

.focus\:text-stone-900\/90:focus{
  color: rgb(28 25 23 / 0.9);
}

.focus\:text-stone-900\/95:focus{
  color: rgb(28 25 23 / 0.95);
}

.focus\:text-stone-950:focus{
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}

.focus\:text-stone-950\/0:focus{
  color: rgb(12 10 9 / 0);
}

.focus\:text-stone-950\/10:focus{
  color: rgb(12 10 9 / 0.1);
}

.focus\:text-stone-950\/100:focus{
  color: rgb(12 10 9 / 1);
}

.focus\:text-stone-950\/15:focus{
  color: rgb(12 10 9 / 0.15);
}

.focus\:text-stone-950\/20:focus{
  color: rgb(12 10 9 / 0.2);
}

.focus\:text-stone-950\/25:focus{
  color: rgb(12 10 9 / 0.25);
}

.focus\:text-stone-950\/30:focus{
  color: rgb(12 10 9 / 0.3);
}

.focus\:text-stone-950\/35:focus{
  color: rgb(12 10 9 / 0.35);
}

.focus\:text-stone-950\/40:focus{
  color: rgb(12 10 9 / 0.4);
}

.focus\:text-stone-950\/45:focus{
  color: rgb(12 10 9 / 0.45);
}

.focus\:text-stone-950\/5:focus{
  color: rgb(12 10 9 / 0.05);
}

.focus\:text-stone-950\/50:focus{
  color: rgb(12 10 9 / 0.5);
}

.focus\:text-stone-950\/55:focus{
  color: rgb(12 10 9 / 0.55);
}

.focus\:text-stone-950\/60:focus{
  color: rgb(12 10 9 / 0.6);
}

.focus\:text-stone-950\/65:focus{
  color: rgb(12 10 9 / 0.65);
}

.focus\:text-stone-950\/70:focus{
  color: rgb(12 10 9 / 0.7);
}

.focus\:text-stone-950\/75:focus{
  color: rgb(12 10 9 / 0.75);
}

.focus\:text-stone-950\/80:focus{
  color: rgb(12 10 9 / 0.8);
}

.focus\:text-stone-950\/85:focus{
  color: rgb(12 10 9 / 0.85);
}

.focus\:text-stone-950\/90:focus{
  color: rgb(12 10 9 / 0.9);
}

.focus\:text-stone-950\/95:focus{
  color: rgb(12 10 9 / 0.95);
}

.focus\:text-success:focus{
  --tw-text-opacity: 1;
  color: rgb(7 196 149 / var(--tw-text-opacity));
}

.focus\:text-success\/0:focus{
  color: rgb(7 196 149 / 0);
}

.focus\:text-success\/10:focus{
  color: rgb(7 196 149 / 0.1);
}

.focus\:text-success\/100:focus{
  color: rgb(7 196 149 / 1);
}

.focus\:text-success\/15:focus{
  color: rgb(7 196 149 / 0.15);
}

.focus\:text-success\/20:focus{
  color: rgb(7 196 149 / 0.2);
}

.focus\:text-success\/25:focus{
  color: rgb(7 196 149 / 0.25);
}

.focus\:text-success\/30:focus{
  color: rgb(7 196 149 / 0.3);
}

.focus\:text-success\/35:focus{
  color: rgb(7 196 149 / 0.35);
}

.focus\:text-success\/40:focus{
  color: rgb(7 196 149 / 0.4);
}

.focus\:text-success\/45:focus{
  color: rgb(7 196 149 / 0.45);
}

.focus\:text-success\/5:focus{
  color: rgb(7 196 149 / 0.05);
}

.focus\:text-success\/50:focus{
  color: rgb(7 196 149 / 0.5);
}

.focus\:text-success\/55:focus{
  color: rgb(7 196 149 / 0.55);
}

.focus\:text-success\/60:focus{
  color: rgb(7 196 149 / 0.6);
}

.focus\:text-success\/65:focus{
  color: rgb(7 196 149 / 0.65);
}

.focus\:text-success\/70:focus{
  color: rgb(7 196 149 / 0.7);
}

.focus\:text-success\/75:focus{
  color: rgb(7 196 149 / 0.75);
}

.focus\:text-success\/80:focus{
  color: rgb(7 196 149 / 0.8);
}

.focus\:text-success\/85:focus{
  color: rgb(7 196 149 / 0.85);
}

.focus\:text-success\/90:focus{
  color: rgb(7 196 149 / 0.9);
}

.focus\:text-success\/95:focus{
  color: rgb(7 196 149 / 0.95);
}

.focus\:text-teal-100:focus{
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}

.focus\:text-teal-100\/0:focus{
  color: rgb(204 251 241 / 0);
}

.focus\:text-teal-100\/10:focus{
  color: rgb(204 251 241 / 0.1);
}

.focus\:text-teal-100\/100:focus{
  color: rgb(204 251 241 / 1);
}

.focus\:text-teal-100\/15:focus{
  color: rgb(204 251 241 / 0.15);
}

.focus\:text-teal-100\/20:focus{
  color: rgb(204 251 241 / 0.2);
}

.focus\:text-teal-100\/25:focus{
  color: rgb(204 251 241 / 0.25);
}

.focus\:text-teal-100\/30:focus{
  color: rgb(204 251 241 / 0.3);
}

.focus\:text-teal-100\/35:focus{
  color: rgb(204 251 241 / 0.35);
}

.focus\:text-teal-100\/40:focus{
  color: rgb(204 251 241 / 0.4);
}

.focus\:text-teal-100\/45:focus{
  color: rgb(204 251 241 / 0.45);
}

.focus\:text-teal-100\/5:focus{
  color: rgb(204 251 241 / 0.05);
}

.focus\:text-teal-100\/50:focus{
  color: rgb(204 251 241 / 0.5);
}

.focus\:text-teal-100\/55:focus{
  color: rgb(204 251 241 / 0.55);
}

.focus\:text-teal-100\/60:focus{
  color: rgb(204 251 241 / 0.6);
}

.focus\:text-teal-100\/65:focus{
  color: rgb(204 251 241 / 0.65);
}

.focus\:text-teal-100\/70:focus{
  color: rgb(204 251 241 / 0.7);
}

.focus\:text-teal-100\/75:focus{
  color: rgb(204 251 241 / 0.75);
}

.focus\:text-teal-100\/80:focus{
  color: rgb(204 251 241 / 0.8);
}

.focus\:text-teal-100\/85:focus{
  color: rgb(204 251 241 / 0.85);
}

.focus\:text-teal-100\/90:focus{
  color: rgb(204 251 241 / 0.9);
}

.focus\:text-teal-100\/95:focus{
  color: rgb(204 251 241 / 0.95);
}

.focus\:text-teal-200:focus{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}

.focus\:text-teal-200\/0:focus{
  color: rgb(153 246 228 / 0);
}

.focus\:text-teal-200\/10:focus{
  color: rgb(153 246 228 / 0.1);
}

.focus\:text-teal-200\/100:focus{
  color: rgb(153 246 228 / 1);
}

.focus\:text-teal-200\/15:focus{
  color: rgb(153 246 228 / 0.15);
}

.focus\:text-teal-200\/20:focus{
  color: rgb(153 246 228 / 0.2);
}

.focus\:text-teal-200\/25:focus{
  color: rgb(153 246 228 / 0.25);
}

.focus\:text-teal-200\/30:focus{
  color: rgb(153 246 228 / 0.3);
}

.focus\:text-teal-200\/35:focus{
  color: rgb(153 246 228 / 0.35);
}

.focus\:text-teal-200\/40:focus{
  color: rgb(153 246 228 / 0.4);
}

.focus\:text-teal-200\/45:focus{
  color: rgb(153 246 228 / 0.45);
}

.focus\:text-teal-200\/5:focus{
  color: rgb(153 246 228 / 0.05);
}

.focus\:text-teal-200\/50:focus{
  color: rgb(153 246 228 / 0.5);
}

.focus\:text-teal-200\/55:focus{
  color: rgb(153 246 228 / 0.55);
}

.focus\:text-teal-200\/60:focus{
  color: rgb(153 246 228 / 0.6);
}

.focus\:text-teal-200\/65:focus{
  color: rgb(153 246 228 / 0.65);
}

.focus\:text-teal-200\/70:focus{
  color: rgb(153 246 228 / 0.7);
}

.focus\:text-teal-200\/75:focus{
  color: rgb(153 246 228 / 0.75);
}

.focus\:text-teal-200\/80:focus{
  color: rgb(153 246 228 / 0.8);
}

.focus\:text-teal-200\/85:focus{
  color: rgb(153 246 228 / 0.85);
}

.focus\:text-teal-200\/90:focus{
  color: rgb(153 246 228 / 0.9);
}

.focus\:text-teal-200\/95:focus{
  color: rgb(153 246 228 / 0.95);
}

.focus\:text-teal-300:focus{
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

.focus\:text-teal-300\/0:focus{
  color: rgb(94 234 212 / 0);
}

.focus\:text-teal-300\/10:focus{
  color: rgb(94 234 212 / 0.1);
}

.focus\:text-teal-300\/100:focus{
  color: rgb(94 234 212 / 1);
}

.focus\:text-teal-300\/15:focus{
  color: rgb(94 234 212 / 0.15);
}

.focus\:text-teal-300\/20:focus{
  color: rgb(94 234 212 / 0.2);
}

.focus\:text-teal-300\/25:focus{
  color: rgb(94 234 212 / 0.25);
}

.focus\:text-teal-300\/30:focus{
  color: rgb(94 234 212 / 0.3);
}

.focus\:text-teal-300\/35:focus{
  color: rgb(94 234 212 / 0.35);
}

.focus\:text-teal-300\/40:focus{
  color: rgb(94 234 212 / 0.4);
}

.focus\:text-teal-300\/45:focus{
  color: rgb(94 234 212 / 0.45);
}

.focus\:text-teal-300\/5:focus{
  color: rgb(94 234 212 / 0.05);
}

.focus\:text-teal-300\/50:focus{
  color: rgb(94 234 212 / 0.5);
}

.focus\:text-teal-300\/55:focus{
  color: rgb(94 234 212 / 0.55);
}

.focus\:text-teal-300\/60:focus{
  color: rgb(94 234 212 / 0.6);
}

.focus\:text-teal-300\/65:focus{
  color: rgb(94 234 212 / 0.65);
}

.focus\:text-teal-300\/70:focus{
  color: rgb(94 234 212 / 0.7);
}

.focus\:text-teal-300\/75:focus{
  color: rgb(94 234 212 / 0.75);
}

.focus\:text-teal-300\/80:focus{
  color: rgb(94 234 212 / 0.8);
}

.focus\:text-teal-300\/85:focus{
  color: rgb(94 234 212 / 0.85);
}

.focus\:text-teal-300\/90:focus{
  color: rgb(94 234 212 / 0.9);
}

.focus\:text-teal-300\/95:focus{
  color: rgb(94 234 212 / 0.95);
}

.focus\:text-teal-400:focus{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}

.focus\:text-teal-400\/0:focus{
  color: rgb(45 212 191 / 0);
}

.focus\:text-teal-400\/10:focus{
  color: rgb(45 212 191 / 0.1);
}

.focus\:text-teal-400\/100:focus{
  color: rgb(45 212 191 / 1);
}

.focus\:text-teal-400\/15:focus{
  color: rgb(45 212 191 / 0.15);
}

.focus\:text-teal-400\/20:focus{
  color: rgb(45 212 191 / 0.2);
}

.focus\:text-teal-400\/25:focus{
  color: rgb(45 212 191 / 0.25);
}

.focus\:text-teal-400\/30:focus{
  color: rgb(45 212 191 / 0.3);
}

.focus\:text-teal-400\/35:focus{
  color: rgb(45 212 191 / 0.35);
}

.focus\:text-teal-400\/40:focus{
  color: rgb(45 212 191 / 0.4);
}

.focus\:text-teal-400\/45:focus{
  color: rgb(45 212 191 / 0.45);
}

.focus\:text-teal-400\/5:focus{
  color: rgb(45 212 191 / 0.05);
}

.focus\:text-teal-400\/50:focus{
  color: rgb(45 212 191 / 0.5);
}

.focus\:text-teal-400\/55:focus{
  color: rgb(45 212 191 / 0.55);
}

.focus\:text-teal-400\/60:focus{
  color: rgb(45 212 191 / 0.6);
}

.focus\:text-teal-400\/65:focus{
  color: rgb(45 212 191 / 0.65);
}

.focus\:text-teal-400\/70:focus{
  color: rgb(45 212 191 / 0.7);
}

.focus\:text-teal-400\/75:focus{
  color: rgb(45 212 191 / 0.75);
}

.focus\:text-teal-400\/80:focus{
  color: rgb(45 212 191 / 0.8);
}

.focus\:text-teal-400\/85:focus{
  color: rgb(45 212 191 / 0.85);
}

.focus\:text-teal-400\/90:focus{
  color: rgb(45 212 191 / 0.9);
}

.focus\:text-teal-400\/95:focus{
  color: rgb(45 212 191 / 0.95);
}

.focus\:text-teal-50:focus{
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}

.focus\:text-teal-50\/0:focus{
  color: rgb(240 253 250 / 0);
}

.focus\:text-teal-50\/10:focus{
  color: rgb(240 253 250 / 0.1);
}

.focus\:text-teal-50\/100:focus{
  color: rgb(240 253 250 / 1);
}

.focus\:text-teal-50\/15:focus{
  color: rgb(240 253 250 / 0.15);
}

.focus\:text-teal-50\/20:focus{
  color: rgb(240 253 250 / 0.2);
}

.focus\:text-teal-50\/25:focus{
  color: rgb(240 253 250 / 0.25);
}

.focus\:text-teal-50\/30:focus{
  color: rgb(240 253 250 / 0.3);
}

.focus\:text-teal-50\/35:focus{
  color: rgb(240 253 250 / 0.35);
}

.focus\:text-teal-50\/40:focus{
  color: rgb(240 253 250 / 0.4);
}

.focus\:text-teal-50\/45:focus{
  color: rgb(240 253 250 / 0.45);
}

.focus\:text-teal-50\/5:focus{
  color: rgb(240 253 250 / 0.05);
}

.focus\:text-teal-50\/50:focus{
  color: rgb(240 253 250 / 0.5);
}

.focus\:text-teal-50\/55:focus{
  color: rgb(240 253 250 / 0.55);
}

.focus\:text-teal-50\/60:focus{
  color: rgb(240 253 250 / 0.6);
}

.focus\:text-teal-50\/65:focus{
  color: rgb(240 253 250 / 0.65);
}

.focus\:text-teal-50\/70:focus{
  color: rgb(240 253 250 / 0.7);
}

.focus\:text-teal-50\/75:focus{
  color: rgb(240 253 250 / 0.75);
}

.focus\:text-teal-50\/80:focus{
  color: rgb(240 253 250 / 0.8);
}

.focus\:text-teal-50\/85:focus{
  color: rgb(240 253 250 / 0.85);
}

.focus\:text-teal-50\/90:focus{
  color: rgb(240 253 250 / 0.9);
}

.focus\:text-teal-50\/95:focus{
  color: rgb(240 253 250 / 0.95);
}

.focus\:text-teal-500:focus{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.focus\:text-teal-500\/0:focus{
  color: rgb(20 184 166 / 0);
}

.focus\:text-teal-500\/10:focus{
  color: rgb(20 184 166 / 0.1);
}

.focus\:text-teal-500\/100:focus{
  color: rgb(20 184 166 / 1);
}

.focus\:text-teal-500\/15:focus{
  color: rgb(20 184 166 / 0.15);
}

.focus\:text-teal-500\/20:focus{
  color: rgb(20 184 166 / 0.2);
}

.focus\:text-teal-500\/25:focus{
  color: rgb(20 184 166 / 0.25);
}

.focus\:text-teal-500\/30:focus{
  color: rgb(20 184 166 / 0.3);
}

.focus\:text-teal-500\/35:focus{
  color: rgb(20 184 166 / 0.35);
}

.focus\:text-teal-500\/40:focus{
  color: rgb(20 184 166 / 0.4);
}

.focus\:text-teal-500\/45:focus{
  color: rgb(20 184 166 / 0.45);
}

.focus\:text-teal-500\/5:focus{
  color: rgb(20 184 166 / 0.05);
}

.focus\:text-teal-500\/50:focus{
  color: rgb(20 184 166 / 0.5);
}

.focus\:text-teal-500\/55:focus{
  color: rgb(20 184 166 / 0.55);
}

.focus\:text-teal-500\/60:focus{
  color: rgb(20 184 166 / 0.6);
}

.focus\:text-teal-500\/65:focus{
  color: rgb(20 184 166 / 0.65);
}

.focus\:text-teal-500\/70:focus{
  color: rgb(20 184 166 / 0.7);
}

.focus\:text-teal-500\/75:focus{
  color: rgb(20 184 166 / 0.75);
}

.focus\:text-teal-500\/80:focus{
  color: rgb(20 184 166 / 0.8);
}

.focus\:text-teal-500\/85:focus{
  color: rgb(20 184 166 / 0.85);
}

.focus\:text-teal-500\/90:focus{
  color: rgb(20 184 166 / 0.9);
}

.focus\:text-teal-500\/95:focus{
  color: rgb(20 184 166 / 0.95);
}

.focus\:text-teal-600:focus{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.focus\:text-teal-600\/0:focus{
  color: rgb(13 148 136 / 0);
}

.focus\:text-teal-600\/10:focus{
  color: rgb(13 148 136 / 0.1);
}

.focus\:text-teal-600\/100:focus{
  color: rgb(13 148 136 / 1);
}

.focus\:text-teal-600\/15:focus{
  color: rgb(13 148 136 / 0.15);
}

.focus\:text-teal-600\/20:focus{
  color: rgb(13 148 136 / 0.2);
}

.focus\:text-teal-600\/25:focus{
  color: rgb(13 148 136 / 0.25);
}

.focus\:text-teal-600\/30:focus{
  color: rgb(13 148 136 / 0.3);
}

.focus\:text-teal-600\/35:focus{
  color: rgb(13 148 136 / 0.35);
}

.focus\:text-teal-600\/40:focus{
  color: rgb(13 148 136 / 0.4);
}

.focus\:text-teal-600\/45:focus{
  color: rgb(13 148 136 / 0.45);
}

.focus\:text-teal-600\/5:focus{
  color: rgb(13 148 136 / 0.05);
}

.focus\:text-teal-600\/50:focus{
  color: rgb(13 148 136 / 0.5);
}

.focus\:text-teal-600\/55:focus{
  color: rgb(13 148 136 / 0.55);
}

.focus\:text-teal-600\/60:focus{
  color: rgb(13 148 136 / 0.6);
}

.focus\:text-teal-600\/65:focus{
  color: rgb(13 148 136 / 0.65);
}

.focus\:text-teal-600\/70:focus{
  color: rgb(13 148 136 / 0.7);
}

.focus\:text-teal-600\/75:focus{
  color: rgb(13 148 136 / 0.75);
}

.focus\:text-teal-600\/80:focus{
  color: rgb(13 148 136 / 0.8);
}

.focus\:text-teal-600\/85:focus{
  color: rgb(13 148 136 / 0.85);
}

.focus\:text-teal-600\/90:focus{
  color: rgb(13 148 136 / 0.9);
}

.focus\:text-teal-600\/95:focus{
  color: rgb(13 148 136 / 0.95);
}

.focus\:text-teal-700:focus{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

.focus\:text-teal-700\/0:focus{
  color: rgb(15 118 110 / 0);
}

.focus\:text-teal-700\/10:focus{
  color: rgb(15 118 110 / 0.1);
}

.focus\:text-teal-700\/100:focus{
  color: rgb(15 118 110 / 1);
}

.focus\:text-teal-700\/15:focus{
  color: rgb(15 118 110 / 0.15);
}

.focus\:text-teal-700\/20:focus{
  color: rgb(15 118 110 / 0.2);
}

.focus\:text-teal-700\/25:focus{
  color: rgb(15 118 110 / 0.25);
}

.focus\:text-teal-700\/30:focus{
  color: rgb(15 118 110 / 0.3);
}

.focus\:text-teal-700\/35:focus{
  color: rgb(15 118 110 / 0.35);
}

.focus\:text-teal-700\/40:focus{
  color: rgb(15 118 110 / 0.4);
}

.focus\:text-teal-700\/45:focus{
  color: rgb(15 118 110 / 0.45);
}

.focus\:text-teal-700\/5:focus{
  color: rgb(15 118 110 / 0.05);
}

.focus\:text-teal-700\/50:focus{
  color: rgb(15 118 110 / 0.5);
}

.focus\:text-teal-700\/55:focus{
  color: rgb(15 118 110 / 0.55);
}

.focus\:text-teal-700\/60:focus{
  color: rgb(15 118 110 / 0.6);
}

.focus\:text-teal-700\/65:focus{
  color: rgb(15 118 110 / 0.65);
}

.focus\:text-teal-700\/70:focus{
  color: rgb(15 118 110 / 0.7);
}

.focus\:text-teal-700\/75:focus{
  color: rgb(15 118 110 / 0.75);
}

.focus\:text-teal-700\/80:focus{
  color: rgb(15 118 110 / 0.8);
}

.focus\:text-teal-700\/85:focus{
  color: rgb(15 118 110 / 0.85);
}

.focus\:text-teal-700\/90:focus{
  color: rgb(15 118 110 / 0.9);
}

.focus\:text-teal-700\/95:focus{
  color: rgb(15 118 110 / 0.95);
}

.focus\:text-teal-800:focus{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}

.focus\:text-teal-800\/0:focus{
  color: rgb(17 94 89 / 0);
}

.focus\:text-teal-800\/10:focus{
  color: rgb(17 94 89 / 0.1);
}

.focus\:text-teal-800\/100:focus{
  color: rgb(17 94 89 / 1);
}

.focus\:text-teal-800\/15:focus{
  color: rgb(17 94 89 / 0.15);
}

.focus\:text-teal-800\/20:focus{
  color: rgb(17 94 89 / 0.2);
}

.focus\:text-teal-800\/25:focus{
  color: rgb(17 94 89 / 0.25);
}

.focus\:text-teal-800\/30:focus{
  color: rgb(17 94 89 / 0.3);
}

.focus\:text-teal-800\/35:focus{
  color: rgb(17 94 89 / 0.35);
}

.focus\:text-teal-800\/40:focus{
  color: rgb(17 94 89 / 0.4);
}

.focus\:text-teal-800\/45:focus{
  color: rgb(17 94 89 / 0.45);
}

.focus\:text-teal-800\/5:focus{
  color: rgb(17 94 89 / 0.05);
}

.focus\:text-teal-800\/50:focus{
  color: rgb(17 94 89 / 0.5);
}

.focus\:text-teal-800\/55:focus{
  color: rgb(17 94 89 / 0.55);
}

.focus\:text-teal-800\/60:focus{
  color: rgb(17 94 89 / 0.6);
}

.focus\:text-teal-800\/65:focus{
  color: rgb(17 94 89 / 0.65);
}

.focus\:text-teal-800\/70:focus{
  color: rgb(17 94 89 / 0.7);
}

.focus\:text-teal-800\/75:focus{
  color: rgb(17 94 89 / 0.75);
}

.focus\:text-teal-800\/80:focus{
  color: rgb(17 94 89 / 0.8);
}

.focus\:text-teal-800\/85:focus{
  color: rgb(17 94 89 / 0.85);
}

.focus\:text-teal-800\/90:focus{
  color: rgb(17 94 89 / 0.9);
}

.focus\:text-teal-800\/95:focus{
  color: rgb(17 94 89 / 0.95);
}

.focus\:text-teal-900:focus{
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.focus\:text-teal-900\/0:focus{
  color: rgb(19 78 74 / 0);
}

.focus\:text-teal-900\/10:focus{
  color: rgb(19 78 74 / 0.1);
}

.focus\:text-teal-900\/100:focus{
  color: rgb(19 78 74 / 1);
}

.focus\:text-teal-900\/15:focus{
  color: rgb(19 78 74 / 0.15);
}

.focus\:text-teal-900\/20:focus{
  color: rgb(19 78 74 / 0.2);
}

.focus\:text-teal-900\/25:focus{
  color: rgb(19 78 74 / 0.25);
}

.focus\:text-teal-900\/30:focus{
  color: rgb(19 78 74 / 0.3);
}

.focus\:text-teal-900\/35:focus{
  color: rgb(19 78 74 / 0.35);
}

.focus\:text-teal-900\/40:focus{
  color: rgb(19 78 74 / 0.4);
}

.focus\:text-teal-900\/45:focus{
  color: rgb(19 78 74 / 0.45);
}

.focus\:text-teal-900\/5:focus{
  color: rgb(19 78 74 / 0.05);
}

.focus\:text-teal-900\/50:focus{
  color: rgb(19 78 74 / 0.5);
}

.focus\:text-teal-900\/55:focus{
  color: rgb(19 78 74 / 0.55);
}

.focus\:text-teal-900\/60:focus{
  color: rgb(19 78 74 / 0.6);
}

.focus\:text-teal-900\/65:focus{
  color: rgb(19 78 74 / 0.65);
}

.focus\:text-teal-900\/70:focus{
  color: rgb(19 78 74 / 0.7);
}

.focus\:text-teal-900\/75:focus{
  color: rgb(19 78 74 / 0.75);
}

.focus\:text-teal-900\/80:focus{
  color: rgb(19 78 74 / 0.8);
}

.focus\:text-teal-900\/85:focus{
  color: rgb(19 78 74 / 0.85);
}

.focus\:text-teal-900\/90:focus{
  color: rgb(19 78 74 / 0.9);
}

.focus\:text-teal-900\/95:focus{
  color: rgb(19 78 74 / 0.95);
}

.focus\:text-teal-950:focus{
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}

.focus\:text-teal-950\/0:focus{
  color: rgb(4 47 46 / 0);
}

.focus\:text-teal-950\/10:focus{
  color: rgb(4 47 46 / 0.1);
}

.focus\:text-teal-950\/100:focus{
  color: rgb(4 47 46 / 1);
}

.focus\:text-teal-950\/15:focus{
  color: rgb(4 47 46 / 0.15);
}

.focus\:text-teal-950\/20:focus{
  color: rgb(4 47 46 / 0.2);
}

.focus\:text-teal-950\/25:focus{
  color: rgb(4 47 46 / 0.25);
}

.focus\:text-teal-950\/30:focus{
  color: rgb(4 47 46 / 0.3);
}

.focus\:text-teal-950\/35:focus{
  color: rgb(4 47 46 / 0.35);
}

.focus\:text-teal-950\/40:focus{
  color: rgb(4 47 46 / 0.4);
}

.focus\:text-teal-950\/45:focus{
  color: rgb(4 47 46 / 0.45);
}

.focus\:text-teal-950\/5:focus{
  color: rgb(4 47 46 / 0.05);
}

.focus\:text-teal-950\/50:focus{
  color: rgb(4 47 46 / 0.5);
}

.focus\:text-teal-950\/55:focus{
  color: rgb(4 47 46 / 0.55);
}

.focus\:text-teal-950\/60:focus{
  color: rgb(4 47 46 / 0.6);
}

.focus\:text-teal-950\/65:focus{
  color: rgb(4 47 46 / 0.65);
}

.focus\:text-teal-950\/70:focus{
  color: rgb(4 47 46 / 0.7);
}

.focus\:text-teal-950\/75:focus{
  color: rgb(4 47 46 / 0.75);
}

.focus\:text-teal-950\/80:focus{
  color: rgb(4 47 46 / 0.8);
}

.focus\:text-teal-950\/85:focus{
  color: rgb(4 47 46 / 0.85);
}

.focus\:text-teal-950\/90:focus{
  color: rgb(4 47 46 / 0.9);
}

.focus\:text-teal-950\/95:focus{
  color: rgb(4 47 46 / 0.95);
}

.focus\:text-tertiary:focus{
  --tw-text-opacity: 1;
  color: rgb(22 137 252 / var(--tw-text-opacity));
}

.focus\:text-tertiary-hover:focus{
  --tw-text-opacity: 1;
  color: rgb(20 123 223 / var(--tw-text-opacity));
}

.focus\:text-tertiary-hover\/0:focus{
  color: rgb(20 123 223 / 0);
}

.focus\:text-tertiary-hover\/10:focus{
  color: rgb(20 123 223 / 0.1);
}

.focus\:text-tertiary-hover\/100:focus{
  color: rgb(20 123 223 / 1);
}

.focus\:text-tertiary-hover\/15:focus{
  color: rgb(20 123 223 / 0.15);
}

.focus\:text-tertiary-hover\/20:focus{
  color: rgb(20 123 223 / 0.2);
}

.focus\:text-tertiary-hover\/25:focus{
  color: rgb(20 123 223 / 0.25);
}

.focus\:text-tertiary-hover\/30:focus{
  color: rgb(20 123 223 / 0.3);
}

.focus\:text-tertiary-hover\/35:focus{
  color: rgb(20 123 223 / 0.35);
}

.focus\:text-tertiary-hover\/40:focus{
  color: rgb(20 123 223 / 0.4);
}

.focus\:text-tertiary-hover\/45:focus{
  color: rgb(20 123 223 / 0.45);
}

.focus\:text-tertiary-hover\/5:focus{
  color: rgb(20 123 223 / 0.05);
}

.focus\:text-tertiary-hover\/50:focus{
  color: rgb(20 123 223 / 0.5);
}

.focus\:text-tertiary-hover\/55:focus{
  color: rgb(20 123 223 / 0.55);
}

.focus\:text-tertiary-hover\/60:focus{
  color: rgb(20 123 223 / 0.6);
}

.focus\:text-tertiary-hover\/65:focus{
  color: rgb(20 123 223 / 0.65);
}

.focus\:text-tertiary-hover\/70:focus{
  color: rgb(20 123 223 / 0.7);
}

.focus\:text-tertiary-hover\/75:focus{
  color: rgb(20 123 223 / 0.75);
}

.focus\:text-tertiary-hover\/80:focus{
  color: rgb(20 123 223 / 0.8);
}

.focus\:text-tertiary-hover\/85:focus{
  color: rgb(20 123 223 / 0.85);
}

.focus\:text-tertiary-hover\/90:focus{
  color: rgb(20 123 223 / 0.9);
}

.focus\:text-tertiary-hover\/95:focus{
  color: rgb(20 123 223 / 0.95);
}

.focus\:text-tertiary\/0:focus{
  color: rgb(22 137 252 / 0);
}

.focus\:text-tertiary\/10:focus{
  color: rgb(22 137 252 / 0.1);
}

.focus\:text-tertiary\/100:focus{
  color: rgb(22 137 252 / 1);
}

.focus\:text-tertiary\/15:focus{
  color: rgb(22 137 252 / 0.15);
}

.focus\:text-tertiary\/20:focus{
  color: rgb(22 137 252 / 0.2);
}

.focus\:text-tertiary\/25:focus{
  color: rgb(22 137 252 / 0.25);
}

.focus\:text-tertiary\/30:focus{
  color: rgb(22 137 252 / 0.3);
}

.focus\:text-tertiary\/35:focus{
  color: rgb(22 137 252 / 0.35);
}

.focus\:text-tertiary\/40:focus{
  color: rgb(22 137 252 / 0.4);
}

.focus\:text-tertiary\/45:focus{
  color: rgb(22 137 252 / 0.45);
}

.focus\:text-tertiary\/5:focus{
  color: rgb(22 137 252 / 0.05);
}

.focus\:text-tertiary\/50:focus{
  color: rgb(22 137 252 / 0.5);
}

.focus\:text-tertiary\/55:focus{
  color: rgb(22 137 252 / 0.55);
}

.focus\:text-tertiary\/60:focus{
  color: rgb(22 137 252 / 0.6);
}

.focus\:text-tertiary\/65:focus{
  color: rgb(22 137 252 / 0.65);
}

.focus\:text-tertiary\/70:focus{
  color: rgb(22 137 252 / 0.7);
}

.focus\:text-tertiary\/75:focus{
  color: rgb(22 137 252 / 0.75);
}

.focus\:text-tertiary\/80:focus{
  color: rgb(22 137 252 / 0.8);
}

.focus\:text-tertiary\/85:focus{
  color: rgb(22 137 252 / 0.85);
}

.focus\:text-tertiary\/90:focus{
  color: rgb(22 137 252 / 0.9);
}

.focus\:text-tertiary\/95:focus{
  color: rgb(22 137 252 / 0.95);
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-transparent\/0:focus{
  color: rgb(0 0 0 / 0);
}

.focus\:text-transparent\/10:focus{
  color: rgb(0 0 0 / 0.1);
}

.focus\:text-transparent\/100:focus{
  color: rgb(0 0 0 / 1);
}

.focus\:text-transparent\/15:focus{
  color: rgb(0 0 0 / 0.15);
}

.focus\:text-transparent\/20:focus{
  color: rgb(0 0 0 / 0.2);
}

.focus\:text-transparent\/25:focus{
  color: rgb(0 0 0 / 0.25);
}

.focus\:text-transparent\/30:focus{
  color: rgb(0 0 0 / 0.3);
}

.focus\:text-transparent\/35:focus{
  color: rgb(0 0 0 / 0.35);
}

.focus\:text-transparent\/40:focus{
  color: rgb(0 0 0 / 0.4);
}

.focus\:text-transparent\/45:focus{
  color: rgb(0 0 0 / 0.45);
}

.focus\:text-transparent\/5:focus{
  color: rgb(0 0 0 / 0.05);
}

.focus\:text-transparent\/50:focus{
  color: rgb(0 0 0 / 0.5);
}

.focus\:text-transparent\/55:focus{
  color: rgb(0 0 0 / 0.55);
}

.focus\:text-transparent\/60:focus{
  color: rgb(0 0 0 / 0.6);
}

.focus\:text-transparent\/65:focus{
  color: rgb(0 0 0 / 0.65);
}

.focus\:text-transparent\/70:focus{
  color: rgb(0 0 0 / 0.7);
}

.focus\:text-transparent\/75:focus{
  color: rgb(0 0 0 / 0.75);
}

.focus\:text-transparent\/80:focus{
  color: rgb(0 0 0 / 0.8);
}

.focus\:text-transparent\/85:focus{
  color: rgb(0 0 0 / 0.85);
}

.focus\:text-transparent\/90:focus{
  color: rgb(0 0 0 / 0.9);
}

.focus\:text-transparent\/95:focus{
  color: rgb(0 0 0 / 0.95);
}

.focus\:text-violet-100:focus{
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}

.focus\:text-violet-100\/0:focus{
  color: rgb(237 233 254 / 0);
}

.focus\:text-violet-100\/10:focus{
  color: rgb(237 233 254 / 0.1);
}

.focus\:text-violet-100\/100:focus{
  color: rgb(237 233 254 / 1);
}

.focus\:text-violet-100\/15:focus{
  color: rgb(237 233 254 / 0.15);
}

.focus\:text-violet-100\/20:focus{
  color: rgb(237 233 254 / 0.2);
}

.focus\:text-violet-100\/25:focus{
  color: rgb(237 233 254 / 0.25);
}

.focus\:text-violet-100\/30:focus{
  color: rgb(237 233 254 / 0.3);
}

.focus\:text-violet-100\/35:focus{
  color: rgb(237 233 254 / 0.35);
}

.focus\:text-violet-100\/40:focus{
  color: rgb(237 233 254 / 0.4);
}

.focus\:text-violet-100\/45:focus{
  color: rgb(237 233 254 / 0.45);
}

.focus\:text-violet-100\/5:focus{
  color: rgb(237 233 254 / 0.05);
}

.focus\:text-violet-100\/50:focus{
  color: rgb(237 233 254 / 0.5);
}

.focus\:text-violet-100\/55:focus{
  color: rgb(237 233 254 / 0.55);
}

.focus\:text-violet-100\/60:focus{
  color: rgb(237 233 254 / 0.6);
}

.focus\:text-violet-100\/65:focus{
  color: rgb(237 233 254 / 0.65);
}

.focus\:text-violet-100\/70:focus{
  color: rgb(237 233 254 / 0.7);
}

.focus\:text-violet-100\/75:focus{
  color: rgb(237 233 254 / 0.75);
}

.focus\:text-violet-100\/80:focus{
  color: rgb(237 233 254 / 0.8);
}

.focus\:text-violet-100\/85:focus{
  color: rgb(237 233 254 / 0.85);
}

.focus\:text-violet-100\/90:focus{
  color: rgb(237 233 254 / 0.9);
}

.focus\:text-violet-100\/95:focus{
  color: rgb(237 233 254 / 0.95);
}

.focus\:text-violet-200:focus{
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}

.focus\:text-violet-200\/0:focus{
  color: rgb(221 214 254 / 0);
}

.focus\:text-violet-200\/10:focus{
  color: rgb(221 214 254 / 0.1);
}

.focus\:text-violet-200\/100:focus{
  color: rgb(221 214 254 / 1);
}

.focus\:text-violet-200\/15:focus{
  color: rgb(221 214 254 / 0.15);
}

.focus\:text-violet-200\/20:focus{
  color: rgb(221 214 254 / 0.2);
}

.focus\:text-violet-200\/25:focus{
  color: rgb(221 214 254 / 0.25);
}

.focus\:text-violet-200\/30:focus{
  color: rgb(221 214 254 / 0.3);
}

.focus\:text-violet-200\/35:focus{
  color: rgb(221 214 254 / 0.35);
}

.focus\:text-violet-200\/40:focus{
  color: rgb(221 214 254 / 0.4);
}

.focus\:text-violet-200\/45:focus{
  color: rgb(221 214 254 / 0.45);
}

.focus\:text-violet-200\/5:focus{
  color: rgb(221 214 254 / 0.05);
}

.focus\:text-violet-200\/50:focus{
  color: rgb(221 214 254 / 0.5);
}

.focus\:text-violet-200\/55:focus{
  color: rgb(221 214 254 / 0.55);
}

.focus\:text-violet-200\/60:focus{
  color: rgb(221 214 254 / 0.6);
}

.focus\:text-violet-200\/65:focus{
  color: rgb(221 214 254 / 0.65);
}

.focus\:text-violet-200\/70:focus{
  color: rgb(221 214 254 / 0.7);
}

.focus\:text-violet-200\/75:focus{
  color: rgb(221 214 254 / 0.75);
}

.focus\:text-violet-200\/80:focus{
  color: rgb(221 214 254 / 0.8);
}

.focus\:text-violet-200\/85:focus{
  color: rgb(221 214 254 / 0.85);
}

.focus\:text-violet-200\/90:focus{
  color: rgb(221 214 254 / 0.9);
}

.focus\:text-violet-200\/95:focus{
  color: rgb(221 214 254 / 0.95);
}

.focus\:text-violet-300:focus{
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}

.focus\:text-violet-300\/0:focus{
  color: rgb(196 181 253 / 0);
}

.focus\:text-violet-300\/10:focus{
  color: rgb(196 181 253 / 0.1);
}

.focus\:text-violet-300\/100:focus{
  color: rgb(196 181 253 / 1);
}

.focus\:text-violet-300\/15:focus{
  color: rgb(196 181 253 / 0.15);
}

.focus\:text-violet-300\/20:focus{
  color: rgb(196 181 253 / 0.2);
}

.focus\:text-violet-300\/25:focus{
  color: rgb(196 181 253 / 0.25);
}

.focus\:text-violet-300\/30:focus{
  color: rgb(196 181 253 / 0.3);
}

.focus\:text-violet-300\/35:focus{
  color: rgb(196 181 253 / 0.35);
}

.focus\:text-violet-300\/40:focus{
  color: rgb(196 181 253 / 0.4);
}

.focus\:text-violet-300\/45:focus{
  color: rgb(196 181 253 / 0.45);
}

.focus\:text-violet-300\/5:focus{
  color: rgb(196 181 253 / 0.05);
}

.focus\:text-violet-300\/50:focus{
  color: rgb(196 181 253 / 0.5);
}

.focus\:text-violet-300\/55:focus{
  color: rgb(196 181 253 / 0.55);
}

.focus\:text-violet-300\/60:focus{
  color: rgb(196 181 253 / 0.6);
}

.focus\:text-violet-300\/65:focus{
  color: rgb(196 181 253 / 0.65);
}

.focus\:text-violet-300\/70:focus{
  color: rgb(196 181 253 / 0.7);
}

.focus\:text-violet-300\/75:focus{
  color: rgb(196 181 253 / 0.75);
}

.focus\:text-violet-300\/80:focus{
  color: rgb(196 181 253 / 0.8);
}

.focus\:text-violet-300\/85:focus{
  color: rgb(196 181 253 / 0.85);
}

.focus\:text-violet-300\/90:focus{
  color: rgb(196 181 253 / 0.9);
}

.focus\:text-violet-300\/95:focus{
  color: rgb(196 181 253 / 0.95);
}

.focus\:text-violet-400:focus{
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.focus\:text-violet-400\/0:focus{
  color: rgb(167 139 250 / 0);
}

.focus\:text-violet-400\/10:focus{
  color: rgb(167 139 250 / 0.1);
}

.focus\:text-violet-400\/100:focus{
  color: rgb(167 139 250 / 1);
}

.focus\:text-violet-400\/15:focus{
  color: rgb(167 139 250 / 0.15);
}

.focus\:text-violet-400\/20:focus{
  color: rgb(167 139 250 / 0.2);
}

.focus\:text-violet-400\/25:focus{
  color: rgb(167 139 250 / 0.25);
}

.focus\:text-violet-400\/30:focus{
  color: rgb(167 139 250 / 0.3);
}

.focus\:text-violet-400\/35:focus{
  color: rgb(167 139 250 / 0.35);
}

.focus\:text-violet-400\/40:focus{
  color: rgb(167 139 250 / 0.4);
}

.focus\:text-violet-400\/45:focus{
  color: rgb(167 139 250 / 0.45);
}

.focus\:text-violet-400\/5:focus{
  color: rgb(167 139 250 / 0.05);
}

.focus\:text-violet-400\/50:focus{
  color: rgb(167 139 250 / 0.5);
}

.focus\:text-violet-400\/55:focus{
  color: rgb(167 139 250 / 0.55);
}

.focus\:text-violet-400\/60:focus{
  color: rgb(167 139 250 / 0.6);
}

.focus\:text-violet-400\/65:focus{
  color: rgb(167 139 250 / 0.65);
}

.focus\:text-violet-400\/70:focus{
  color: rgb(167 139 250 / 0.7);
}

.focus\:text-violet-400\/75:focus{
  color: rgb(167 139 250 / 0.75);
}

.focus\:text-violet-400\/80:focus{
  color: rgb(167 139 250 / 0.8);
}

.focus\:text-violet-400\/85:focus{
  color: rgb(167 139 250 / 0.85);
}

.focus\:text-violet-400\/90:focus{
  color: rgb(167 139 250 / 0.9);
}

.focus\:text-violet-400\/95:focus{
  color: rgb(167 139 250 / 0.95);
}

.focus\:text-violet-50:focus{
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}

.focus\:text-violet-50\/0:focus{
  color: rgb(245 243 255 / 0);
}

.focus\:text-violet-50\/10:focus{
  color: rgb(245 243 255 / 0.1);
}

.focus\:text-violet-50\/100:focus{
  color: rgb(245 243 255 / 1);
}

.focus\:text-violet-50\/15:focus{
  color: rgb(245 243 255 / 0.15);
}

.focus\:text-violet-50\/20:focus{
  color: rgb(245 243 255 / 0.2);
}

.focus\:text-violet-50\/25:focus{
  color: rgb(245 243 255 / 0.25);
}

.focus\:text-violet-50\/30:focus{
  color: rgb(245 243 255 / 0.3);
}

.focus\:text-violet-50\/35:focus{
  color: rgb(245 243 255 / 0.35);
}

.focus\:text-violet-50\/40:focus{
  color: rgb(245 243 255 / 0.4);
}

.focus\:text-violet-50\/45:focus{
  color: rgb(245 243 255 / 0.45);
}

.focus\:text-violet-50\/5:focus{
  color: rgb(245 243 255 / 0.05);
}

.focus\:text-violet-50\/50:focus{
  color: rgb(245 243 255 / 0.5);
}

.focus\:text-violet-50\/55:focus{
  color: rgb(245 243 255 / 0.55);
}

.focus\:text-violet-50\/60:focus{
  color: rgb(245 243 255 / 0.6);
}

.focus\:text-violet-50\/65:focus{
  color: rgb(245 243 255 / 0.65);
}

.focus\:text-violet-50\/70:focus{
  color: rgb(245 243 255 / 0.7);
}

.focus\:text-violet-50\/75:focus{
  color: rgb(245 243 255 / 0.75);
}

.focus\:text-violet-50\/80:focus{
  color: rgb(245 243 255 / 0.8);
}

.focus\:text-violet-50\/85:focus{
  color: rgb(245 243 255 / 0.85);
}

.focus\:text-violet-50\/90:focus{
  color: rgb(245 243 255 / 0.9);
}

.focus\:text-violet-50\/95:focus{
  color: rgb(245 243 255 / 0.95);
}

.focus\:text-violet-500:focus{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.focus\:text-violet-500\/0:focus{
  color: rgb(139 92 246 / 0);
}

.focus\:text-violet-500\/10:focus{
  color: rgb(139 92 246 / 0.1);
}

.focus\:text-violet-500\/100:focus{
  color: rgb(139 92 246 / 1);
}

.focus\:text-violet-500\/15:focus{
  color: rgb(139 92 246 / 0.15);
}

.focus\:text-violet-500\/20:focus{
  color: rgb(139 92 246 / 0.2);
}

.focus\:text-violet-500\/25:focus{
  color: rgb(139 92 246 / 0.25);
}

.focus\:text-violet-500\/30:focus{
  color: rgb(139 92 246 / 0.3);
}

.focus\:text-violet-500\/35:focus{
  color: rgb(139 92 246 / 0.35);
}

.focus\:text-violet-500\/40:focus{
  color: rgb(139 92 246 / 0.4);
}

.focus\:text-violet-500\/45:focus{
  color: rgb(139 92 246 / 0.45);
}

.focus\:text-violet-500\/5:focus{
  color: rgb(139 92 246 / 0.05);
}

.focus\:text-violet-500\/50:focus{
  color: rgb(139 92 246 / 0.5);
}

.focus\:text-violet-500\/55:focus{
  color: rgb(139 92 246 / 0.55);
}

.focus\:text-violet-500\/60:focus{
  color: rgb(139 92 246 / 0.6);
}

.focus\:text-violet-500\/65:focus{
  color: rgb(139 92 246 / 0.65);
}

.focus\:text-violet-500\/70:focus{
  color: rgb(139 92 246 / 0.7);
}

.focus\:text-violet-500\/75:focus{
  color: rgb(139 92 246 / 0.75);
}

.focus\:text-violet-500\/80:focus{
  color: rgb(139 92 246 / 0.8);
}

.focus\:text-violet-500\/85:focus{
  color: rgb(139 92 246 / 0.85);
}

.focus\:text-violet-500\/90:focus{
  color: rgb(139 92 246 / 0.9);
}

.focus\:text-violet-500\/95:focus{
  color: rgb(139 92 246 / 0.95);
}

.focus\:text-violet-600:focus{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.focus\:text-violet-600\/0:focus{
  color: rgb(124 58 237 / 0);
}

.focus\:text-violet-600\/10:focus{
  color: rgb(124 58 237 / 0.1);
}

.focus\:text-violet-600\/100:focus{
  color: rgb(124 58 237 / 1);
}

.focus\:text-violet-600\/15:focus{
  color: rgb(124 58 237 / 0.15);
}

.focus\:text-violet-600\/20:focus{
  color: rgb(124 58 237 / 0.2);
}

.focus\:text-violet-600\/25:focus{
  color: rgb(124 58 237 / 0.25);
}

.focus\:text-violet-600\/30:focus{
  color: rgb(124 58 237 / 0.3);
}

.focus\:text-violet-600\/35:focus{
  color: rgb(124 58 237 / 0.35);
}

.focus\:text-violet-600\/40:focus{
  color: rgb(124 58 237 / 0.4);
}

.focus\:text-violet-600\/45:focus{
  color: rgb(124 58 237 / 0.45);
}

.focus\:text-violet-600\/5:focus{
  color: rgb(124 58 237 / 0.05);
}

.focus\:text-violet-600\/50:focus{
  color: rgb(124 58 237 / 0.5);
}

.focus\:text-violet-600\/55:focus{
  color: rgb(124 58 237 / 0.55);
}

.focus\:text-violet-600\/60:focus{
  color: rgb(124 58 237 / 0.6);
}

.focus\:text-violet-600\/65:focus{
  color: rgb(124 58 237 / 0.65);
}

.focus\:text-violet-600\/70:focus{
  color: rgb(124 58 237 / 0.7);
}

.focus\:text-violet-600\/75:focus{
  color: rgb(124 58 237 / 0.75);
}

.focus\:text-violet-600\/80:focus{
  color: rgb(124 58 237 / 0.8);
}

.focus\:text-violet-600\/85:focus{
  color: rgb(124 58 237 / 0.85);
}

.focus\:text-violet-600\/90:focus{
  color: rgb(124 58 237 / 0.9);
}

.focus\:text-violet-600\/95:focus{
  color: rgb(124 58 237 / 0.95);
}

.focus\:text-violet-700:focus{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.focus\:text-violet-700\/0:focus{
  color: rgb(109 40 217 / 0);
}

.focus\:text-violet-700\/10:focus{
  color: rgb(109 40 217 / 0.1);
}

.focus\:text-violet-700\/100:focus{
  color: rgb(109 40 217 / 1);
}

.focus\:text-violet-700\/15:focus{
  color: rgb(109 40 217 / 0.15);
}

.focus\:text-violet-700\/20:focus{
  color: rgb(109 40 217 / 0.2);
}

.focus\:text-violet-700\/25:focus{
  color: rgb(109 40 217 / 0.25);
}

.focus\:text-violet-700\/30:focus{
  color: rgb(109 40 217 / 0.3);
}

.focus\:text-violet-700\/35:focus{
  color: rgb(109 40 217 / 0.35);
}

.focus\:text-violet-700\/40:focus{
  color: rgb(109 40 217 / 0.4);
}

.focus\:text-violet-700\/45:focus{
  color: rgb(109 40 217 / 0.45);
}

.focus\:text-violet-700\/5:focus{
  color: rgb(109 40 217 / 0.05);
}

.focus\:text-violet-700\/50:focus{
  color: rgb(109 40 217 / 0.5);
}

.focus\:text-violet-700\/55:focus{
  color: rgb(109 40 217 / 0.55);
}

.focus\:text-violet-700\/60:focus{
  color: rgb(109 40 217 / 0.6);
}

.focus\:text-violet-700\/65:focus{
  color: rgb(109 40 217 / 0.65);
}

.focus\:text-violet-700\/70:focus{
  color: rgb(109 40 217 / 0.7);
}

.focus\:text-violet-700\/75:focus{
  color: rgb(109 40 217 / 0.75);
}

.focus\:text-violet-700\/80:focus{
  color: rgb(109 40 217 / 0.8);
}

.focus\:text-violet-700\/85:focus{
  color: rgb(109 40 217 / 0.85);
}

.focus\:text-violet-700\/90:focus{
  color: rgb(109 40 217 / 0.9);
}

.focus\:text-violet-700\/95:focus{
  color: rgb(109 40 217 / 0.95);
}

.focus\:text-violet-800:focus{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}

.focus\:text-violet-800\/0:focus{
  color: rgb(91 33 182 / 0);
}

.focus\:text-violet-800\/10:focus{
  color: rgb(91 33 182 / 0.1);
}

.focus\:text-violet-800\/100:focus{
  color: rgb(91 33 182 / 1);
}

.focus\:text-violet-800\/15:focus{
  color: rgb(91 33 182 / 0.15);
}

.focus\:text-violet-800\/20:focus{
  color: rgb(91 33 182 / 0.2);
}

.focus\:text-violet-800\/25:focus{
  color: rgb(91 33 182 / 0.25);
}

.focus\:text-violet-800\/30:focus{
  color: rgb(91 33 182 / 0.3);
}

.focus\:text-violet-800\/35:focus{
  color: rgb(91 33 182 / 0.35);
}

.focus\:text-violet-800\/40:focus{
  color: rgb(91 33 182 / 0.4);
}

.focus\:text-violet-800\/45:focus{
  color: rgb(91 33 182 / 0.45);
}

.focus\:text-violet-800\/5:focus{
  color: rgb(91 33 182 / 0.05);
}

.focus\:text-violet-800\/50:focus{
  color: rgb(91 33 182 / 0.5);
}

.focus\:text-violet-800\/55:focus{
  color: rgb(91 33 182 / 0.55);
}

.focus\:text-violet-800\/60:focus{
  color: rgb(91 33 182 / 0.6);
}

.focus\:text-violet-800\/65:focus{
  color: rgb(91 33 182 / 0.65);
}

.focus\:text-violet-800\/70:focus{
  color: rgb(91 33 182 / 0.7);
}

.focus\:text-violet-800\/75:focus{
  color: rgb(91 33 182 / 0.75);
}

.focus\:text-violet-800\/80:focus{
  color: rgb(91 33 182 / 0.8);
}

.focus\:text-violet-800\/85:focus{
  color: rgb(91 33 182 / 0.85);
}

.focus\:text-violet-800\/90:focus{
  color: rgb(91 33 182 / 0.9);
}

.focus\:text-violet-800\/95:focus{
  color: rgb(91 33 182 / 0.95);
}

.focus\:text-violet-900:focus{
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}

.focus\:text-violet-900\/0:focus{
  color: rgb(76 29 149 / 0);
}

.focus\:text-violet-900\/10:focus{
  color: rgb(76 29 149 / 0.1);
}

.focus\:text-violet-900\/100:focus{
  color: rgb(76 29 149 / 1);
}

.focus\:text-violet-900\/15:focus{
  color: rgb(76 29 149 / 0.15);
}

.focus\:text-violet-900\/20:focus{
  color: rgb(76 29 149 / 0.2);
}

.focus\:text-violet-900\/25:focus{
  color: rgb(76 29 149 / 0.25);
}

.focus\:text-violet-900\/30:focus{
  color: rgb(76 29 149 / 0.3);
}

.focus\:text-violet-900\/35:focus{
  color: rgb(76 29 149 / 0.35);
}

.focus\:text-violet-900\/40:focus{
  color: rgb(76 29 149 / 0.4);
}

.focus\:text-violet-900\/45:focus{
  color: rgb(76 29 149 / 0.45);
}

.focus\:text-violet-900\/5:focus{
  color: rgb(76 29 149 / 0.05);
}

.focus\:text-violet-900\/50:focus{
  color: rgb(76 29 149 / 0.5);
}

.focus\:text-violet-900\/55:focus{
  color: rgb(76 29 149 / 0.55);
}

.focus\:text-violet-900\/60:focus{
  color: rgb(76 29 149 / 0.6);
}

.focus\:text-violet-900\/65:focus{
  color: rgb(76 29 149 / 0.65);
}

.focus\:text-violet-900\/70:focus{
  color: rgb(76 29 149 / 0.7);
}

.focus\:text-violet-900\/75:focus{
  color: rgb(76 29 149 / 0.75);
}

.focus\:text-violet-900\/80:focus{
  color: rgb(76 29 149 / 0.8);
}

.focus\:text-violet-900\/85:focus{
  color: rgb(76 29 149 / 0.85);
}

.focus\:text-violet-900\/90:focus{
  color: rgb(76 29 149 / 0.9);
}

.focus\:text-violet-900\/95:focus{
  color: rgb(76 29 149 / 0.95);
}

.focus\:text-violet-950:focus{
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}

.focus\:text-violet-950\/0:focus{
  color: rgb(46 16 101 / 0);
}

.focus\:text-violet-950\/10:focus{
  color: rgb(46 16 101 / 0.1);
}

.focus\:text-violet-950\/100:focus{
  color: rgb(46 16 101 / 1);
}

.focus\:text-violet-950\/15:focus{
  color: rgb(46 16 101 / 0.15);
}

.focus\:text-violet-950\/20:focus{
  color: rgb(46 16 101 / 0.2);
}

.focus\:text-violet-950\/25:focus{
  color: rgb(46 16 101 / 0.25);
}

.focus\:text-violet-950\/30:focus{
  color: rgb(46 16 101 / 0.3);
}

.focus\:text-violet-950\/35:focus{
  color: rgb(46 16 101 / 0.35);
}

.focus\:text-violet-950\/40:focus{
  color: rgb(46 16 101 / 0.4);
}

.focus\:text-violet-950\/45:focus{
  color: rgb(46 16 101 / 0.45);
}

.focus\:text-violet-950\/5:focus{
  color: rgb(46 16 101 / 0.05);
}

.focus\:text-violet-950\/50:focus{
  color: rgb(46 16 101 / 0.5);
}

.focus\:text-violet-950\/55:focus{
  color: rgb(46 16 101 / 0.55);
}

.focus\:text-violet-950\/60:focus{
  color: rgb(46 16 101 / 0.6);
}

.focus\:text-violet-950\/65:focus{
  color: rgb(46 16 101 / 0.65);
}

.focus\:text-violet-950\/70:focus{
  color: rgb(46 16 101 / 0.7);
}

.focus\:text-violet-950\/75:focus{
  color: rgb(46 16 101 / 0.75);
}

.focus\:text-violet-950\/80:focus{
  color: rgb(46 16 101 / 0.8);
}

.focus\:text-violet-950\/85:focus{
  color: rgb(46 16 101 / 0.85);
}

.focus\:text-violet-950\/90:focus{
  color: rgb(46 16 101 / 0.9);
}

.focus\:text-violet-950\/95:focus{
  color: rgb(46 16 101 / 0.95);
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:text-white\/0:focus{
  color: rgb(255 255 255 / 0);
}

.focus\:text-white\/10:focus{
  color: rgb(255 255 255 / 0.1);
}

.focus\:text-white\/100:focus{
  color: rgb(255 255 255 / 1);
}

.focus\:text-white\/15:focus{
  color: rgb(255 255 255 / 0.15);
}

.focus\:text-white\/20:focus{
  color: rgb(255 255 255 / 0.2);
}

.focus\:text-white\/25:focus{
  color: rgb(255 255 255 / 0.25);
}

.focus\:text-white\/30:focus{
  color: rgb(255 255 255 / 0.3);
}

.focus\:text-white\/35:focus{
  color: rgb(255 255 255 / 0.35);
}

.focus\:text-white\/40:focus{
  color: rgb(255 255 255 / 0.4);
}

.focus\:text-white\/45:focus{
  color: rgb(255 255 255 / 0.45);
}

.focus\:text-white\/5:focus{
  color: rgb(255 255 255 / 0.05);
}

.focus\:text-white\/50:focus{
  color: rgb(255 255 255 / 0.5);
}

.focus\:text-white\/55:focus{
  color: rgb(255 255 255 / 0.55);
}

.focus\:text-white\/60:focus{
  color: rgb(255 255 255 / 0.6);
}

.focus\:text-white\/65:focus{
  color: rgb(255 255 255 / 0.65);
}

.focus\:text-white\/70:focus{
  color: rgb(255 255 255 / 0.7);
}

.focus\:text-white\/75:focus{
  color: rgb(255 255 255 / 0.75);
}

.focus\:text-white\/80:focus{
  color: rgb(255 255 255 / 0.8);
}

.focus\:text-white\/85:focus{
  color: rgb(255 255 255 / 0.85);
}

.focus\:text-white\/90:focus{
  color: rgb(255 255 255 / 0.9);
}

.focus\:text-white\/95:focus{
  color: rgb(255 255 255 / 0.95);
}

.focus\:text-yellow-100:focus{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.focus\:text-yellow-100\/0:focus{
  color: rgb(254 249 195 / 0);
}

.focus\:text-yellow-100\/10:focus{
  color: rgb(254 249 195 / 0.1);
}

.focus\:text-yellow-100\/100:focus{
  color: rgb(254 249 195 / 1);
}

.focus\:text-yellow-100\/15:focus{
  color: rgb(254 249 195 / 0.15);
}

.focus\:text-yellow-100\/20:focus{
  color: rgb(254 249 195 / 0.2);
}

.focus\:text-yellow-100\/25:focus{
  color: rgb(254 249 195 / 0.25);
}

.focus\:text-yellow-100\/30:focus{
  color: rgb(254 249 195 / 0.3);
}

.focus\:text-yellow-100\/35:focus{
  color: rgb(254 249 195 / 0.35);
}

.focus\:text-yellow-100\/40:focus{
  color: rgb(254 249 195 / 0.4);
}

.focus\:text-yellow-100\/45:focus{
  color: rgb(254 249 195 / 0.45);
}

.focus\:text-yellow-100\/5:focus{
  color: rgb(254 249 195 / 0.05);
}

.focus\:text-yellow-100\/50:focus{
  color: rgb(254 249 195 / 0.5);
}

.focus\:text-yellow-100\/55:focus{
  color: rgb(254 249 195 / 0.55);
}

.focus\:text-yellow-100\/60:focus{
  color: rgb(254 249 195 / 0.6);
}

.focus\:text-yellow-100\/65:focus{
  color: rgb(254 249 195 / 0.65);
}

.focus\:text-yellow-100\/70:focus{
  color: rgb(254 249 195 / 0.7);
}

.focus\:text-yellow-100\/75:focus{
  color: rgb(254 249 195 / 0.75);
}

.focus\:text-yellow-100\/80:focus{
  color: rgb(254 249 195 / 0.8);
}

.focus\:text-yellow-100\/85:focus{
  color: rgb(254 249 195 / 0.85);
}

.focus\:text-yellow-100\/90:focus{
  color: rgb(254 249 195 / 0.9);
}

.focus\:text-yellow-100\/95:focus{
  color: rgb(254 249 195 / 0.95);
}

.focus\:text-yellow-200:focus{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.focus\:text-yellow-200\/0:focus{
  color: rgb(254 240 138 / 0);
}

.focus\:text-yellow-200\/10:focus{
  color: rgb(254 240 138 / 0.1);
}

.focus\:text-yellow-200\/100:focus{
  color: rgb(254 240 138 / 1);
}

.focus\:text-yellow-200\/15:focus{
  color: rgb(254 240 138 / 0.15);
}

.focus\:text-yellow-200\/20:focus{
  color: rgb(254 240 138 / 0.2);
}

.focus\:text-yellow-200\/25:focus{
  color: rgb(254 240 138 / 0.25);
}

.focus\:text-yellow-200\/30:focus{
  color: rgb(254 240 138 / 0.3);
}

.focus\:text-yellow-200\/35:focus{
  color: rgb(254 240 138 / 0.35);
}

.focus\:text-yellow-200\/40:focus{
  color: rgb(254 240 138 / 0.4);
}

.focus\:text-yellow-200\/45:focus{
  color: rgb(254 240 138 / 0.45);
}

.focus\:text-yellow-200\/5:focus{
  color: rgb(254 240 138 / 0.05);
}

.focus\:text-yellow-200\/50:focus{
  color: rgb(254 240 138 / 0.5);
}

.focus\:text-yellow-200\/55:focus{
  color: rgb(254 240 138 / 0.55);
}

.focus\:text-yellow-200\/60:focus{
  color: rgb(254 240 138 / 0.6);
}

.focus\:text-yellow-200\/65:focus{
  color: rgb(254 240 138 / 0.65);
}

.focus\:text-yellow-200\/70:focus{
  color: rgb(254 240 138 / 0.7);
}

.focus\:text-yellow-200\/75:focus{
  color: rgb(254 240 138 / 0.75);
}

.focus\:text-yellow-200\/80:focus{
  color: rgb(254 240 138 / 0.8);
}

.focus\:text-yellow-200\/85:focus{
  color: rgb(254 240 138 / 0.85);
}

.focus\:text-yellow-200\/90:focus{
  color: rgb(254 240 138 / 0.9);
}

.focus\:text-yellow-200\/95:focus{
  color: rgb(254 240 138 / 0.95);
}

.focus\:text-yellow-300:focus{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.focus\:text-yellow-300\/0:focus{
  color: rgb(253 224 71 / 0);
}

.focus\:text-yellow-300\/10:focus{
  color: rgb(253 224 71 / 0.1);
}

.focus\:text-yellow-300\/100:focus{
  color: rgb(253 224 71 / 1);
}

.focus\:text-yellow-300\/15:focus{
  color: rgb(253 224 71 / 0.15);
}

.focus\:text-yellow-300\/20:focus{
  color: rgb(253 224 71 / 0.2);
}

.focus\:text-yellow-300\/25:focus{
  color: rgb(253 224 71 / 0.25);
}

.focus\:text-yellow-300\/30:focus{
  color: rgb(253 224 71 / 0.3);
}

.focus\:text-yellow-300\/35:focus{
  color: rgb(253 224 71 / 0.35);
}

.focus\:text-yellow-300\/40:focus{
  color: rgb(253 224 71 / 0.4);
}

.focus\:text-yellow-300\/45:focus{
  color: rgb(253 224 71 / 0.45);
}

.focus\:text-yellow-300\/5:focus{
  color: rgb(253 224 71 / 0.05);
}

.focus\:text-yellow-300\/50:focus{
  color: rgb(253 224 71 / 0.5);
}

.focus\:text-yellow-300\/55:focus{
  color: rgb(253 224 71 / 0.55);
}

.focus\:text-yellow-300\/60:focus{
  color: rgb(253 224 71 / 0.6);
}

.focus\:text-yellow-300\/65:focus{
  color: rgb(253 224 71 / 0.65);
}

.focus\:text-yellow-300\/70:focus{
  color: rgb(253 224 71 / 0.7);
}

.focus\:text-yellow-300\/75:focus{
  color: rgb(253 224 71 / 0.75);
}

.focus\:text-yellow-300\/80:focus{
  color: rgb(253 224 71 / 0.8);
}

.focus\:text-yellow-300\/85:focus{
  color: rgb(253 224 71 / 0.85);
}

.focus\:text-yellow-300\/90:focus{
  color: rgb(253 224 71 / 0.9);
}

.focus\:text-yellow-300\/95:focus{
  color: rgb(253 224 71 / 0.95);
}

.focus\:text-yellow-400:focus{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.focus\:text-yellow-400\/0:focus{
  color: rgb(250 204 21 / 0);
}

.focus\:text-yellow-400\/10:focus{
  color: rgb(250 204 21 / 0.1);
}

.focus\:text-yellow-400\/100:focus{
  color: rgb(250 204 21 / 1);
}

.focus\:text-yellow-400\/15:focus{
  color: rgb(250 204 21 / 0.15);
}

.focus\:text-yellow-400\/20:focus{
  color: rgb(250 204 21 / 0.2);
}

.focus\:text-yellow-400\/25:focus{
  color: rgb(250 204 21 / 0.25);
}

.focus\:text-yellow-400\/30:focus{
  color: rgb(250 204 21 / 0.3);
}

.focus\:text-yellow-400\/35:focus{
  color: rgb(250 204 21 / 0.35);
}

.focus\:text-yellow-400\/40:focus{
  color: rgb(250 204 21 / 0.4);
}

.focus\:text-yellow-400\/45:focus{
  color: rgb(250 204 21 / 0.45);
}

.focus\:text-yellow-400\/5:focus{
  color: rgb(250 204 21 / 0.05);
}

.focus\:text-yellow-400\/50:focus{
  color: rgb(250 204 21 / 0.5);
}

.focus\:text-yellow-400\/55:focus{
  color: rgb(250 204 21 / 0.55);
}

.focus\:text-yellow-400\/60:focus{
  color: rgb(250 204 21 / 0.6);
}

.focus\:text-yellow-400\/65:focus{
  color: rgb(250 204 21 / 0.65);
}

.focus\:text-yellow-400\/70:focus{
  color: rgb(250 204 21 / 0.7);
}

.focus\:text-yellow-400\/75:focus{
  color: rgb(250 204 21 / 0.75);
}

.focus\:text-yellow-400\/80:focus{
  color: rgb(250 204 21 / 0.8);
}

.focus\:text-yellow-400\/85:focus{
  color: rgb(250 204 21 / 0.85);
}

.focus\:text-yellow-400\/90:focus{
  color: rgb(250 204 21 / 0.9);
}

.focus\:text-yellow-400\/95:focus{
  color: rgb(250 204 21 / 0.95);
}

.focus\:text-yellow-50:focus{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.focus\:text-yellow-50\/0:focus{
  color: rgb(254 252 232 / 0);
}

.focus\:text-yellow-50\/10:focus{
  color: rgb(254 252 232 / 0.1);
}

.focus\:text-yellow-50\/100:focus{
  color: rgb(254 252 232 / 1);
}

.focus\:text-yellow-50\/15:focus{
  color: rgb(254 252 232 / 0.15);
}

.focus\:text-yellow-50\/20:focus{
  color: rgb(254 252 232 / 0.2);
}

.focus\:text-yellow-50\/25:focus{
  color: rgb(254 252 232 / 0.25);
}

.focus\:text-yellow-50\/30:focus{
  color: rgb(254 252 232 / 0.3);
}

.focus\:text-yellow-50\/35:focus{
  color: rgb(254 252 232 / 0.35);
}

.focus\:text-yellow-50\/40:focus{
  color: rgb(254 252 232 / 0.4);
}

.focus\:text-yellow-50\/45:focus{
  color: rgb(254 252 232 / 0.45);
}

.focus\:text-yellow-50\/5:focus{
  color: rgb(254 252 232 / 0.05);
}

.focus\:text-yellow-50\/50:focus{
  color: rgb(254 252 232 / 0.5);
}

.focus\:text-yellow-50\/55:focus{
  color: rgb(254 252 232 / 0.55);
}

.focus\:text-yellow-50\/60:focus{
  color: rgb(254 252 232 / 0.6);
}

.focus\:text-yellow-50\/65:focus{
  color: rgb(254 252 232 / 0.65);
}

.focus\:text-yellow-50\/70:focus{
  color: rgb(254 252 232 / 0.7);
}

.focus\:text-yellow-50\/75:focus{
  color: rgb(254 252 232 / 0.75);
}

.focus\:text-yellow-50\/80:focus{
  color: rgb(254 252 232 / 0.8);
}

.focus\:text-yellow-50\/85:focus{
  color: rgb(254 252 232 / 0.85);
}

.focus\:text-yellow-50\/90:focus{
  color: rgb(254 252 232 / 0.9);
}

.focus\:text-yellow-50\/95:focus{
  color: rgb(254 252 232 / 0.95);
}

.focus\:text-yellow-500:focus{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.focus\:text-yellow-500\/0:focus{
  color: rgb(234 179 8 / 0);
}

.focus\:text-yellow-500\/10:focus{
  color: rgb(234 179 8 / 0.1);
}

.focus\:text-yellow-500\/100:focus{
  color: rgb(234 179 8 / 1);
}

.focus\:text-yellow-500\/15:focus{
  color: rgb(234 179 8 / 0.15);
}

.focus\:text-yellow-500\/20:focus{
  color: rgb(234 179 8 / 0.2);
}

.focus\:text-yellow-500\/25:focus{
  color: rgb(234 179 8 / 0.25);
}

.focus\:text-yellow-500\/30:focus{
  color: rgb(234 179 8 / 0.3);
}

.focus\:text-yellow-500\/35:focus{
  color: rgb(234 179 8 / 0.35);
}

.focus\:text-yellow-500\/40:focus{
  color: rgb(234 179 8 / 0.4);
}

.focus\:text-yellow-500\/45:focus{
  color: rgb(234 179 8 / 0.45);
}

.focus\:text-yellow-500\/5:focus{
  color: rgb(234 179 8 / 0.05);
}

.focus\:text-yellow-500\/50:focus{
  color: rgb(234 179 8 / 0.5);
}

.focus\:text-yellow-500\/55:focus{
  color: rgb(234 179 8 / 0.55);
}

.focus\:text-yellow-500\/60:focus{
  color: rgb(234 179 8 / 0.6);
}

.focus\:text-yellow-500\/65:focus{
  color: rgb(234 179 8 / 0.65);
}

.focus\:text-yellow-500\/70:focus{
  color: rgb(234 179 8 / 0.7);
}

.focus\:text-yellow-500\/75:focus{
  color: rgb(234 179 8 / 0.75);
}

.focus\:text-yellow-500\/80:focus{
  color: rgb(234 179 8 / 0.8);
}

.focus\:text-yellow-500\/85:focus{
  color: rgb(234 179 8 / 0.85);
}

.focus\:text-yellow-500\/90:focus{
  color: rgb(234 179 8 / 0.9);
}

.focus\:text-yellow-500\/95:focus{
  color: rgb(234 179 8 / 0.95);
}

.focus\:text-yellow-600:focus{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.focus\:text-yellow-600\/0:focus{
  color: rgb(202 138 4 / 0);
}

.focus\:text-yellow-600\/10:focus{
  color: rgb(202 138 4 / 0.1);
}

.focus\:text-yellow-600\/100:focus{
  color: rgb(202 138 4 / 1);
}

.focus\:text-yellow-600\/15:focus{
  color: rgb(202 138 4 / 0.15);
}

.focus\:text-yellow-600\/20:focus{
  color: rgb(202 138 4 / 0.2);
}

.focus\:text-yellow-600\/25:focus{
  color: rgb(202 138 4 / 0.25);
}

.focus\:text-yellow-600\/30:focus{
  color: rgb(202 138 4 / 0.3);
}

.focus\:text-yellow-600\/35:focus{
  color: rgb(202 138 4 / 0.35);
}

.focus\:text-yellow-600\/40:focus{
  color: rgb(202 138 4 / 0.4);
}

.focus\:text-yellow-600\/45:focus{
  color: rgb(202 138 4 / 0.45);
}

.focus\:text-yellow-600\/5:focus{
  color: rgb(202 138 4 / 0.05);
}

.focus\:text-yellow-600\/50:focus{
  color: rgb(202 138 4 / 0.5);
}

.focus\:text-yellow-600\/55:focus{
  color: rgb(202 138 4 / 0.55);
}

.focus\:text-yellow-600\/60:focus{
  color: rgb(202 138 4 / 0.6);
}

.focus\:text-yellow-600\/65:focus{
  color: rgb(202 138 4 / 0.65);
}

.focus\:text-yellow-600\/70:focus{
  color: rgb(202 138 4 / 0.7);
}

.focus\:text-yellow-600\/75:focus{
  color: rgb(202 138 4 / 0.75);
}

.focus\:text-yellow-600\/80:focus{
  color: rgb(202 138 4 / 0.8);
}

.focus\:text-yellow-600\/85:focus{
  color: rgb(202 138 4 / 0.85);
}

.focus\:text-yellow-600\/90:focus{
  color: rgb(202 138 4 / 0.9);
}

.focus\:text-yellow-600\/95:focus{
  color: rgb(202 138 4 / 0.95);
}

.focus\:text-yellow-700:focus{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.focus\:text-yellow-700\/0:focus{
  color: rgb(161 98 7 / 0);
}

.focus\:text-yellow-700\/10:focus{
  color: rgb(161 98 7 / 0.1);
}

.focus\:text-yellow-700\/100:focus{
  color: rgb(161 98 7 / 1);
}

.focus\:text-yellow-700\/15:focus{
  color: rgb(161 98 7 / 0.15);
}

.focus\:text-yellow-700\/20:focus{
  color: rgb(161 98 7 / 0.2);
}

.focus\:text-yellow-700\/25:focus{
  color: rgb(161 98 7 / 0.25);
}

.focus\:text-yellow-700\/30:focus{
  color: rgb(161 98 7 / 0.3);
}

.focus\:text-yellow-700\/35:focus{
  color: rgb(161 98 7 / 0.35);
}

.focus\:text-yellow-700\/40:focus{
  color: rgb(161 98 7 / 0.4);
}

.focus\:text-yellow-700\/45:focus{
  color: rgb(161 98 7 / 0.45);
}

.focus\:text-yellow-700\/5:focus{
  color: rgb(161 98 7 / 0.05);
}

.focus\:text-yellow-700\/50:focus{
  color: rgb(161 98 7 / 0.5);
}

.focus\:text-yellow-700\/55:focus{
  color: rgb(161 98 7 / 0.55);
}

.focus\:text-yellow-700\/60:focus{
  color: rgb(161 98 7 / 0.6);
}

.focus\:text-yellow-700\/65:focus{
  color: rgb(161 98 7 / 0.65);
}

.focus\:text-yellow-700\/70:focus{
  color: rgb(161 98 7 / 0.7);
}

.focus\:text-yellow-700\/75:focus{
  color: rgb(161 98 7 / 0.75);
}

.focus\:text-yellow-700\/80:focus{
  color: rgb(161 98 7 / 0.8);
}

.focus\:text-yellow-700\/85:focus{
  color: rgb(161 98 7 / 0.85);
}

.focus\:text-yellow-700\/90:focus{
  color: rgb(161 98 7 / 0.9);
}

.focus\:text-yellow-700\/95:focus{
  color: rgb(161 98 7 / 0.95);
}

.focus\:text-yellow-800:focus{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.focus\:text-yellow-800\/0:focus{
  color: rgb(133 77 14 / 0);
}

.focus\:text-yellow-800\/10:focus{
  color: rgb(133 77 14 / 0.1);
}

.focus\:text-yellow-800\/100:focus{
  color: rgb(133 77 14 / 1);
}

.focus\:text-yellow-800\/15:focus{
  color: rgb(133 77 14 / 0.15);
}

.focus\:text-yellow-800\/20:focus{
  color: rgb(133 77 14 / 0.2);
}

.focus\:text-yellow-800\/25:focus{
  color: rgb(133 77 14 / 0.25);
}

.focus\:text-yellow-800\/30:focus{
  color: rgb(133 77 14 / 0.3);
}

.focus\:text-yellow-800\/35:focus{
  color: rgb(133 77 14 / 0.35);
}

.focus\:text-yellow-800\/40:focus{
  color: rgb(133 77 14 / 0.4);
}

.focus\:text-yellow-800\/45:focus{
  color: rgb(133 77 14 / 0.45);
}

.focus\:text-yellow-800\/5:focus{
  color: rgb(133 77 14 / 0.05);
}

.focus\:text-yellow-800\/50:focus{
  color: rgb(133 77 14 / 0.5);
}

.focus\:text-yellow-800\/55:focus{
  color: rgb(133 77 14 / 0.55);
}

.focus\:text-yellow-800\/60:focus{
  color: rgb(133 77 14 / 0.6);
}

.focus\:text-yellow-800\/65:focus{
  color: rgb(133 77 14 / 0.65);
}

.focus\:text-yellow-800\/70:focus{
  color: rgb(133 77 14 / 0.7);
}

.focus\:text-yellow-800\/75:focus{
  color: rgb(133 77 14 / 0.75);
}

.focus\:text-yellow-800\/80:focus{
  color: rgb(133 77 14 / 0.8);
}

.focus\:text-yellow-800\/85:focus{
  color: rgb(133 77 14 / 0.85);
}

.focus\:text-yellow-800\/90:focus{
  color: rgb(133 77 14 / 0.9);
}

.focus\:text-yellow-800\/95:focus{
  color: rgb(133 77 14 / 0.95);
}

.focus\:text-yellow-900:focus{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.focus\:text-yellow-900\/0:focus{
  color: rgb(113 63 18 / 0);
}

.focus\:text-yellow-900\/10:focus{
  color: rgb(113 63 18 / 0.1);
}

.focus\:text-yellow-900\/100:focus{
  color: rgb(113 63 18 / 1);
}

.focus\:text-yellow-900\/15:focus{
  color: rgb(113 63 18 / 0.15);
}

.focus\:text-yellow-900\/20:focus{
  color: rgb(113 63 18 / 0.2);
}

.focus\:text-yellow-900\/25:focus{
  color: rgb(113 63 18 / 0.25);
}

.focus\:text-yellow-900\/30:focus{
  color: rgb(113 63 18 / 0.3);
}

.focus\:text-yellow-900\/35:focus{
  color: rgb(113 63 18 / 0.35);
}

.focus\:text-yellow-900\/40:focus{
  color: rgb(113 63 18 / 0.4);
}

.focus\:text-yellow-900\/45:focus{
  color: rgb(113 63 18 / 0.45);
}

.focus\:text-yellow-900\/5:focus{
  color: rgb(113 63 18 / 0.05);
}

.focus\:text-yellow-900\/50:focus{
  color: rgb(113 63 18 / 0.5);
}

.focus\:text-yellow-900\/55:focus{
  color: rgb(113 63 18 / 0.55);
}

.focus\:text-yellow-900\/60:focus{
  color: rgb(113 63 18 / 0.6);
}

.focus\:text-yellow-900\/65:focus{
  color: rgb(113 63 18 / 0.65);
}

.focus\:text-yellow-900\/70:focus{
  color: rgb(113 63 18 / 0.7);
}

.focus\:text-yellow-900\/75:focus{
  color: rgb(113 63 18 / 0.75);
}

.focus\:text-yellow-900\/80:focus{
  color: rgb(113 63 18 / 0.8);
}

.focus\:text-yellow-900\/85:focus{
  color: rgb(113 63 18 / 0.85);
}

.focus\:text-yellow-900\/90:focus{
  color: rgb(113 63 18 / 0.9);
}

.focus\:text-yellow-900\/95:focus{
  color: rgb(113 63 18 / 0.95);
}

.focus\:text-yellow-950:focus{
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}

.focus\:text-yellow-950\/0:focus{
  color: rgb(66 32 6 / 0);
}

.focus\:text-yellow-950\/10:focus{
  color: rgb(66 32 6 / 0.1);
}

.focus\:text-yellow-950\/100:focus{
  color: rgb(66 32 6 / 1);
}

.focus\:text-yellow-950\/15:focus{
  color: rgb(66 32 6 / 0.15);
}

.focus\:text-yellow-950\/20:focus{
  color: rgb(66 32 6 / 0.2);
}

.focus\:text-yellow-950\/25:focus{
  color: rgb(66 32 6 / 0.25);
}

.focus\:text-yellow-950\/30:focus{
  color: rgb(66 32 6 / 0.3);
}

.focus\:text-yellow-950\/35:focus{
  color: rgb(66 32 6 / 0.35);
}

.focus\:text-yellow-950\/40:focus{
  color: rgb(66 32 6 / 0.4);
}

.focus\:text-yellow-950\/45:focus{
  color: rgb(66 32 6 / 0.45);
}

.focus\:text-yellow-950\/5:focus{
  color: rgb(66 32 6 / 0.05);
}

.focus\:text-yellow-950\/50:focus{
  color: rgb(66 32 6 / 0.5);
}

.focus\:text-yellow-950\/55:focus{
  color: rgb(66 32 6 / 0.55);
}

.focus\:text-yellow-950\/60:focus{
  color: rgb(66 32 6 / 0.6);
}

.focus\:text-yellow-950\/65:focus{
  color: rgb(66 32 6 / 0.65);
}

.focus\:text-yellow-950\/70:focus{
  color: rgb(66 32 6 / 0.7);
}

.focus\:text-yellow-950\/75:focus{
  color: rgb(66 32 6 / 0.75);
}

.focus\:text-yellow-950\/80:focus{
  color: rgb(66 32 6 / 0.8);
}

.focus\:text-yellow-950\/85:focus{
  color: rgb(66 32 6 / 0.85);
}

.focus\:text-yellow-950\/90:focus{
  color: rgb(66 32 6 / 0.9);
}

.focus\:text-yellow-950\/95:focus{
  color: rgb(66 32 6 / 0.95);
}

.focus\:text-zinc-100:focus{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

.focus\:text-zinc-100\/0:focus{
  color: rgb(244 244 245 / 0);
}

.focus\:text-zinc-100\/10:focus{
  color: rgb(244 244 245 / 0.1);
}

.focus\:text-zinc-100\/100:focus{
  color: rgb(244 244 245 / 1);
}

.focus\:text-zinc-100\/15:focus{
  color: rgb(244 244 245 / 0.15);
}

.focus\:text-zinc-100\/20:focus{
  color: rgb(244 244 245 / 0.2);
}

.focus\:text-zinc-100\/25:focus{
  color: rgb(244 244 245 / 0.25);
}

.focus\:text-zinc-100\/30:focus{
  color: rgb(244 244 245 / 0.3);
}

.focus\:text-zinc-100\/35:focus{
  color: rgb(244 244 245 / 0.35);
}

.focus\:text-zinc-100\/40:focus{
  color: rgb(244 244 245 / 0.4);
}

.focus\:text-zinc-100\/45:focus{
  color: rgb(244 244 245 / 0.45);
}

.focus\:text-zinc-100\/5:focus{
  color: rgb(244 244 245 / 0.05);
}

.focus\:text-zinc-100\/50:focus{
  color: rgb(244 244 245 / 0.5);
}

.focus\:text-zinc-100\/55:focus{
  color: rgb(244 244 245 / 0.55);
}

.focus\:text-zinc-100\/60:focus{
  color: rgb(244 244 245 / 0.6);
}

.focus\:text-zinc-100\/65:focus{
  color: rgb(244 244 245 / 0.65);
}

.focus\:text-zinc-100\/70:focus{
  color: rgb(244 244 245 / 0.7);
}

.focus\:text-zinc-100\/75:focus{
  color: rgb(244 244 245 / 0.75);
}

.focus\:text-zinc-100\/80:focus{
  color: rgb(244 244 245 / 0.8);
}

.focus\:text-zinc-100\/85:focus{
  color: rgb(244 244 245 / 0.85);
}

.focus\:text-zinc-100\/90:focus{
  color: rgb(244 244 245 / 0.9);
}

.focus\:text-zinc-100\/95:focus{
  color: rgb(244 244 245 / 0.95);
}

.focus\:text-zinc-200:focus{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}

.focus\:text-zinc-200\/0:focus{
  color: rgb(228 228 231 / 0);
}

.focus\:text-zinc-200\/10:focus{
  color: rgb(228 228 231 / 0.1);
}

.focus\:text-zinc-200\/100:focus{
  color: rgb(228 228 231 / 1);
}

.focus\:text-zinc-200\/15:focus{
  color: rgb(228 228 231 / 0.15);
}

.focus\:text-zinc-200\/20:focus{
  color: rgb(228 228 231 / 0.2);
}

.focus\:text-zinc-200\/25:focus{
  color: rgb(228 228 231 / 0.25);
}

.focus\:text-zinc-200\/30:focus{
  color: rgb(228 228 231 / 0.3);
}

.focus\:text-zinc-200\/35:focus{
  color: rgb(228 228 231 / 0.35);
}

.focus\:text-zinc-200\/40:focus{
  color: rgb(228 228 231 / 0.4);
}

.focus\:text-zinc-200\/45:focus{
  color: rgb(228 228 231 / 0.45);
}

.focus\:text-zinc-200\/5:focus{
  color: rgb(228 228 231 / 0.05);
}

.focus\:text-zinc-200\/50:focus{
  color: rgb(228 228 231 / 0.5);
}

.focus\:text-zinc-200\/55:focus{
  color: rgb(228 228 231 / 0.55);
}

.focus\:text-zinc-200\/60:focus{
  color: rgb(228 228 231 / 0.6);
}

.focus\:text-zinc-200\/65:focus{
  color: rgb(228 228 231 / 0.65);
}

.focus\:text-zinc-200\/70:focus{
  color: rgb(228 228 231 / 0.7);
}

.focus\:text-zinc-200\/75:focus{
  color: rgb(228 228 231 / 0.75);
}

.focus\:text-zinc-200\/80:focus{
  color: rgb(228 228 231 / 0.8);
}

.focus\:text-zinc-200\/85:focus{
  color: rgb(228 228 231 / 0.85);
}

.focus\:text-zinc-200\/90:focus{
  color: rgb(228 228 231 / 0.9);
}

.focus\:text-zinc-200\/95:focus{
  color: rgb(228 228 231 / 0.95);
}

.focus\:text-zinc-300:focus{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.focus\:text-zinc-300\/0:focus{
  color: rgb(212 212 216 / 0);
}

.focus\:text-zinc-300\/10:focus{
  color: rgb(212 212 216 / 0.1);
}

.focus\:text-zinc-300\/100:focus{
  color: rgb(212 212 216 / 1);
}

.focus\:text-zinc-300\/15:focus{
  color: rgb(212 212 216 / 0.15);
}

.focus\:text-zinc-300\/20:focus{
  color: rgb(212 212 216 / 0.2);
}

.focus\:text-zinc-300\/25:focus{
  color: rgb(212 212 216 / 0.25);
}

.focus\:text-zinc-300\/30:focus{
  color: rgb(212 212 216 / 0.3);
}

.focus\:text-zinc-300\/35:focus{
  color: rgb(212 212 216 / 0.35);
}

.focus\:text-zinc-300\/40:focus{
  color: rgb(212 212 216 / 0.4);
}

.focus\:text-zinc-300\/45:focus{
  color: rgb(212 212 216 / 0.45);
}

.focus\:text-zinc-300\/5:focus{
  color: rgb(212 212 216 / 0.05);
}

.focus\:text-zinc-300\/50:focus{
  color: rgb(212 212 216 / 0.5);
}

.focus\:text-zinc-300\/55:focus{
  color: rgb(212 212 216 / 0.55);
}

.focus\:text-zinc-300\/60:focus{
  color: rgb(212 212 216 / 0.6);
}

.focus\:text-zinc-300\/65:focus{
  color: rgb(212 212 216 / 0.65);
}

.focus\:text-zinc-300\/70:focus{
  color: rgb(212 212 216 / 0.7);
}

.focus\:text-zinc-300\/75:focus{
  color: rgb(212 212 216 / 0.75);
}

.focus\:text-zinc-300\/80:focus{
  color: rgb(212 212 216 / 0.8);
}

.focus\:text-zinc-300\/85:focus{
  color: rgb(212 212 216 / 0.85);
}

.focus\:text-zinc-300\/90:focus{
  color: rgb(212 212 216 / 0.9);
}

.focus\:text-zinc-300\/95:focus{
  color: rgb(212 212 216 / 0.95);
}

.focus\:text-zinc-400:focus{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.focus\:text-zinc-400\/0:focus{
  color: rgb(161 161 170 / 0);
}

.focus\:text-zinc-400\/10:focus{
  color: rgb(161 161 170 / 0.1);
}

.focus\:text-zinc-400\/100:focus{
  color: rgb(161 161 170 / 1);
}

.focus\:text-zinc-400\/15:focus{
  color: rgb(161 161 170 / 0.15);
}

.focus\:text-zinc-400\/20:focus{
  color: rgb(161 161 170 / 0.2);
}

.focus\:text-zinc-400\/25:focus{
  color: rgb(161 161 170 / 0.25);
}

.focus\:text-zinc-400\/30:focus{
  color: rgb(161 161 170 / 0.3);
}

.focus\:text-zinc-400\/35:focus{
  color: rgb(161 161 170 / 0.35);
}

.focus\:text-zinc-400\/40:focus{
  color: rgb(161 161 170 / 0.4);
}

.focus\:text-zinc-400\/45:focus{
  color: rgb(161 161 170 / 0.45);
}

.focus\:text-zinc-400\/5:focus{
  color: rgb(161 161 170 / 0.05);
}

.focus\:text-zinc-400\/50:focus{
  color: rgb(161 161 170 / 0.5);
}

.focus\:text-zinc-400\/55:focus{
  color: rgb(161 161 170 / 0.55);
}

.focus\:text-zinc-400\/60:focus{
  color: rgb(161 161 170 / 0.6);
}

.focus\:text-zinc-400\/65:focus{
  color: rgb(161 161 170 / 0.65);
}

.focus\:text-zinc-400\/70:focus{
  color: rgb(161 161 170 / 0.7);
}

.focus\:text-zinc-400\/75:focus{
  color: rgb(161 161 170 / 0.75);
}

.focus\:text-zinc-400\/80:focus{
  color: rgb(161 161 170 / 0.8);
}

.focus\:text-zinc-400\/85:focus{
  color: rgb(161 161 170 / 0.85);
}

.focus\:text-zinc-400\/90:focus{
  color: rgb(161 161 170 / 0.9);
}

.focus\:text-zinc-400\/95:focus{
  color: rgb(161 161 170 / 0.95);
}

.focus\:text-zinc-50:focus{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.focus\:text-zinc-50\/0:focus{
  color: rgb(250 250 250 / 0);
}

.focus\:text-zinc-50\/10:focus{
  color: rgb(250 250 250 / 0.1);
}

.focus\:text-zinc-50\/100:focus{
  color: rgb(250 250 250 / 1);
}

.focus\:text-zinc-50\/15:focus{
  color: rgb(250 250 250 / 0.15);
}

.focus\:text-zinc-50\/20:focus{
  color: rgb(250 250 250 / 0.2);
}

.focus\:text-zinc-50\/25:focus{
  color: rgb(250 250 250 / 0.25);
}

.focus\:text-zinc-50\/30:focus{
  color: rgb(250 250 250 / 0.3);
}

.focus\:text-zinc-50\/35:focus{
  color: rgb(250 250 250 / 0.35);
}

.focus\:text-zinc-50\/40:focus{
  color: rgb(250 250 250 / 0.4);
}

.focus\:text-zinc-50\/45:focus{
  color: rgb(250 250 250 / 0.45);
}

.focus\:text-zinc-50\/5:focus{
  color: rgb(250 250 250 / 0.05);
}

.focus\:text-zinc-50\/50:focus{
  color: rgb(250 250 250 / 0.5);
}

.focus\:text-zinc-50\/55:focus{
  color: rgb(250 250 250 / 0.55);
}

.focus\:text-zinc-50\/60:focus{
  color: rgb(250 250 250 / 0.6);
}

.focus\:text-zinc-50\/65:focus{
  color: rgb(250 250 250 / 0.65);
}

.focus\:text-zinc-50\/70:focus{
  color: rgb(250 250 250 / 0.7);
}

.focus\:text-zinc-50\/75:focus{
  color: rgb(250 250 250 / 0.75);
}

.focus\:text-zinc-50\/80:focus{
  color: rgb(250 250 250 / 0.8);
}

.focus\:text-zinc-50\/85:focus{
  color: rgb(250 250 250 / 0.85);
}

.focus\:text-zinc-50\/90:focus{
  color: rgb(250 250 250 / 0.9);
}

.focus\:text-zinc-50\/95:focus{
  color: rgb(250 250 250 / 0.95);
}

.focus\:text-zinc-500:focus{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.focus\:text-zinc-500\/0:focus{
  color: rgb(113 113 122 / 0);
}

.focus\:text-zinc-500\/10:focus{
  color: rgb(113 113 122 / 0.1);
}

.focus\:text-zinc-500\/100:focus{
  color: rgb(113 113 122 / 1);
}

.focus\:text-zinc-500\/15:focus{
  color: rgb(113 113 122 / 0.15);
}

.focus\:text-zinc-500\/20:focus{
  color: rgb(113 113 122 / 0.2);
}

.focus\:text-zinc-500\/25:focus{
  color: rgb(113 113 122 / 0.25);
}

.focus\:text-zinc-500\/30:focus{
  color: rgb(113 113 122 / 0.3);
}

.focus\:text-zinc-500\/35:focus{
  color: rgb(113 113 122 / 0.35);
}

.focus\:text-zinc-500\/40:focus{
  color: rgb(113 113 122 / 0.4);
}

.focus\:text-zinc-500\/45:focus{
  color: rgb(113 113 122 / 0.45);
}

.focus\:text-zinc-500\/5:focus{
  color: rgb(113 113 122 / 0.05);
}

.focus\:text-zinc-500\/50:focus{
  color: rgb(113 113 122 / 0.5);
}

.focus\:text-zinc-500\/55:focus{
  color: rgb(113 113 122 / 0.55);
}

.focus\:text-zinc-500\/60:focus{
  color: rgb(113 113 122 / 0.6);
}

.focus\:text-zinc-500\/65:focus{
  color: rgb(113 113 122 / 0.65);
}

.focus\:text-zinc-500\/70:focus{
  color: rgb(113 113 122 / 0.7);
}

.focus\:text-zinc-500\/75:focus{
  color: rgb(113 113 122 / 0.75);
}

.focus\:text-zinc-500\/80:focus{
  color: rgb(113 113 122 / 0.8);
}

.focus\:text-zinc-500\/85:focus{
  color: rgb(113 113 122 / 0.85);
}

.focus\:text-zinc-500\/90:focus{
  color: rgb(113 113 122 / 0.9);
}

.focus\:text-zinc-500\/95:focus{
  color: rgb(113 113 122 / 0.95);
}

.focus\:text-zinc-600:focus{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.focus\:text-zinc-600\/0:focus{
  color: rgb(82 82 91 / 0);
}

.focus\:text-zinc-600\/10:focus{
  color: rgb(82 82 91 / 0.1);
}

.focus\:text-zinc-600\/100:focus{
  color: rgb(82 82 91 / 1);
}

.focus\:text-zinc-600\/15:focus{
  color: rgb(82 82 91 / 0.15);
}

.focus\:text-zinc-600\/20:focus{
  color: rgb(82 82 91 / 0.2);
}

.focus\:text-zinc-600\/25:focus{
  color: rgb(82 82 91 / 0.25);
}

.focus\:text-zinc-600\/30:focus{
  color: rgb(82 82 91 / 0.3);
}

.focus\:text-zinc-600\/35:focus{
  color: rgb(82 82 91 / 0.35);
}

.focus\:text-zinc-600\/40:focus{
  color: rgb(82 82 91 / 0.4);
}

.focus\:text-zinc-600\/45:focus{
  color: rgb(82 82 91 / 0.45);
}

.focus\:text-zinc-600\/5:focus{
  color: rgb(82 82 91 / 0.05);
}

.focus\:text-zinc-600\/50:focus{
  color: rgb(82 82 91 / 0.5);
}

.focus\:text-zinc-600\/55:focus{
  color: rgb(82 82 91 / 0.55);
}

.focus\:text-zinc-600\/60:focus{
  color: rgb(82 82 91 / 0.6);
}

.focus\:text-zinc-600\/65:focus{
  color: rgb(82 82 91 / 0.65);
}

.focus\:text-zinc-600\/70:focus{
  color: rgb(82 82 91 / 0.7);
}

.focus\:text-zinc-600\/75:focus{
  color: rgb(82 82 91 / 0.75);
}

.focus\:text-zinc-600\/80:focus{
  color: rgb(82 82 91 / 0.8);
}

.focus\:text-zinc-600\/85:focus{
  color: rgb(82 82 91 / 0.85);
}

.focus\:text-zinc-600\/90:focus{
  color: rgb(82 82 91 / 0.9);
}

.focus\:text-zinc-600\/95:focus{
  color: rgb(82 82 91 / 0.95);
}

.focus\:text-zinc-700:focus{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.focus\:text-zinc-700\/0:focus{
  color: rgb(63 63 70 / 0);
}

.focus\:text-zinc-700\/10:focus{
  color: rgb(63 63 70 / 0.1);
}

.focus\:text-zinc-700\/100:focus{
  color: rgb(63 63 70 / 1);
}

.focus\:text-zinc-700\/15:focus{
  color: rgb(63 63 70 / 0.15);
}

.focus\:text-zinc-700\/20:focus{
  color: rgb(63 63 70 / 0.2);
}

.focus\:text-zinc-700\/25:focus{
  color: rgb(63 63 70 / 0.25);
}

.focus\:text-zinc-700\/30:focus{
  color: rgb(63 63 70 / 0.3);
}

.focus\:text-zinc-700\/35:focus{
  color: rgb(63 63 70 / 0.35);
}

.focus\:text-zinc-700\/40:focus{
  color: rgb(63 63 70 / 0.4);
}

.focus\:text-zinc-700\/45:focus{
  color: rgb(63 63 70 / 0.45);
}

.focus\:text-zinc-700\/5:focus{
  color: rgb(63 63 70 / 0.05);
}

.focus\:text-zinc-700\/50:focus{
  color: rgb(63 63 70 / 0.5);
}

.focus\:text-zinc-700\/55:focus{
  color: rgb(63 63 70 / 0.55);
}

.focus\:text-zinc-700\/60:focus{
  color: rgb(63 63 70 / 0.6);
}

.focus\:text-zinc-700\/65:focus{
  color: rgb(63 63 70 / 0.65);
}

.focus\:text-zinc-700\/70:focus{
  color: rgb(63 63 70 / 0.7);
}

.focus\:text-zinc-700\/75:focus{
  color: rgb(63 63 70 / 0.75);
}

.focus\:text-zinc-700\/80:focus{
  color: rgb(63 63 70 / 0.8);
}

.focus\:text-zinc-700\/85:focus{
  color: rgb(63 63 70 / 0.85);
}

.focus\:text-zinc-700\/90:focus{
  color: rgb(63 63 70 / 0.9);
}

.focus\:text-zinc-700\/95:focus{
  color: rgb(63 63 70 / 0.95);
}

.focus\:text-zinc-800:focus{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.focus\:text-zinc-800\/0:focus{
  color: rgb(39 39 42 / 0);
}

.focus\:text-zinc-800\/10:focus{
  color: rgb(39 39 42 / 0.1);
}

.focus\:text-zinc-800\/100:focus{
  color: rgb(39 39 42 / 1);
}

.focus\:text-zinc-800\/15:focus{
  color: rgb(39 39 42 / 0.15);
}

.focus\:text-zinc-800\/20:focus{
  color: rgb(39 39 42 / 0.2);
}

.focus\:text-zinc-800\/25:focus{
  color: rgb(39 39 42 / 0.25);
}

.focus\:text-zinc-800\/30:focus{
  color: rgb(39 39 42 / 0.3);
}

.focus\:text-zinc-800\/35:focus{
  color: rgb(39 39 42 / 0.35);
}

.focus\:text-zinc-800\/40:focus{
  color: rgb(39 39 42 / 0.4);
}

.focus\:text-zinc-800\/45:focus{
  color: rgb(39 39 42 / 0.45);
}

.focus\:text-zinc-800\/5:focus{
  color: rgb(39 39 42 / 0.05);
}

.focus\:text-zinc-800\/50:focus{
  color: rgb(39 39 42 / 0.5);
}

.focus\:text-zinc-800\/55:focus{
  color: rgb(39 39 42 / 0.55);
}

.focus\:text-zinc-800\/60:focus{
  color: rgb(39 39 42 / 0.6);
}

.focus\:text-zinc-800\/65:focus{
  color: rgb(39 39 42 / 0.65);
}

.focus\:text-zinc-800\/70:focus{
  color: rgb(39 39 42 / 0.7);
}

.focus\:text-zinc-800\/75:focus{
  color: rgb(39 39 42 / 0.75);
}

.focus\:text-zinc-800\/80:focus{
  color: rgb(39 39 42 / 0.8);
}

.focus\:text-zinc-800\/85:focus{
  color: rgb(39 39 42 / 0.85);
}

.focus\:text-zinc-800\/90:focus{
  color: rgb(39 39 42 / 0.9);
}

.focus\:text-zinc-800\/95:focus{
  color: rgb(39 39 42 / 0.95);
}

.focus\:text-zinc-900:focus{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.focus\:text-zinc-900\/0:focus{
  color: rgb(24 24 27 / 0);
}

.focus\:text-zinc-900\/10:focus{
  color: rgb(24 24 27 / 0.1);
}

.focus\:text-zinc-900\/100:focus{
  color: rgb(24 24 27 / 1);
}

.focus\:text-zinc-900\/15:focus{
  color: rgb(24 24 27 / 0.15);
}

.focus\:text-zinc-900\/20:focus{
  color: rgb(24 24 27 / 0.2);
}

.focus\:text-zinc-900\/25:focus{
  color: rgb(24 24 27 / 0.25);
}

.focus\:text-zinc-900\/30:focus{
  color: rgb(24 24 27 / 0.3);
}

.focus\:text-zinc-900\/35:focus{
  color: rgb(24 24 27 / 0.35);
}

.focus\:text-zinc-900\/40:focus{
  color: rgb(24 24 27 / 0.4);
}

.focus\:text-zinc-900\/45:focus{
  color: rgb(24 24 27 / 0.45);
}

.focus\:text-zinc-900\/5:focus{
  color: rgb(24 24 27 / 0.05);
}

.focus\:text-zinc-900\/50:focus{
  color: rgb(24 24 27 / 0.5);
}

.focus\:text-zinc-900\/55:focus{
  color: rgb(24 24 27 / 0.55);
}

.focus\:text-zinc-900\/60:focus{
  color: rgb(24 24 27 / 0.6);
}

.focus\:text-zinc-900\/65:focus{
  color: rgb(24 24 27 / 0.65);
}

.focus\:text-zinc-900\/70:focus{
  color: rgb(24 24 27 / 0.7);
}

.focus\:text-zinc-900\/75:focus{
  color: rgb(24 24 27 / 0.75);
}

.focus\:text-zinc-900\/80:focus{
  color: rgb(24 24 27 / 0.8);
}

.focus\:text-zinc-900\/85:focus{
  color: rgb(24 24 27 / 0.85);
}

.focus\:text-zinc-900\/90:focus{
  color: rgb(24 24 27 / 0.9);
}

.focus\:text-zinc-900\/95:focus{
  color: rgb(24 24 27 / 0.95);
}

.focus\:text-zinc-950:focus{
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}

.focus\:text-zinc-950\/0:focus{
  color: rgb(9 9 11 / 0);
}

.focus\:text-zinc-950\/10:focus{
  color: rgb(9 9 11 / 0.1);
}

.focus\:text-zinc-950\/100:focus{
  color: rgb(9 9 11 / 1);
}

.focus\:text-zinc-950\/15:focus{
  color: rgb(9 9 11 / 0.15);
}

.focus\:text-zinc-950\/20:focus{
  color: rgb(9 9 11 / 0.2);
}

.focus\:text-zinc-950\/25:focus{
  color: rgb(9 9 11 / 0.25);
}

.focus\:text-zinc-950\/30:focus{
  color: rgb(9 9 11 / 0.3);
}

.focus\:text-zinc-950\/35:focus{
  color: rgb(9 9 11 / 0.35);
}

.focus\:text-zinc-950\/40:focus{
  color: rgb(9 9 11 / 0.4);
}

.focus\:text-zinc-950\/45:focus{
  color: rgb(9 9 11 / 0.45);
}

.focus\:text-zinc-950\/5:focus{
  color: rgb(9 9 11 / 0.05);
}

.focus\:text-zinc-950\/50:focus{
  color: rgb(9 9 11 / 0.5);
}

.focus\:text-zinc-950\/55:focus{
  color: rgb(9 9 11 / 0.55);
}

.focus\:text-zinc-950\/60:focus{
  color: rgb(9 9 11 / 0.6);
}

.focus\:text-zinc-950\/65:focus{
  color: rgb(9 9 11 / 0.65);
}

.focus\:text-zinc-950\/70:focus{
  color: rgb(9 9 11 / 0.7);
}

.focus\:text-zinc-950\/75:focus{
  color: rgb(9 9 11 / 0.75);
}

.focus\:text-zinc-950\/80:focus{
  color: rgb(9 9 11 / 0.8);
}

.focus\:text-zinc-950\/85:focus{
  color: rgb(9 9 11 / 0.85);
}

.focus\:text-zinc-950\/90:focus{
  color: rgb(9 9 11 / 0.9);
}

.focus\:text-zinc-950\/95:focus{
  color: rgb(9 9 11 / 0.95);
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

.focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

.focus\:text-opacity-15:focus{
  --tw-text-opacity: 0.15;
}

.focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-35:focus{
  --tw-text-opacity: 0.35;
}

.focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-45:focus{
  --tw-text-opacity: 0.45;
}

.focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-55:focus{
  --tw-text-opacity: 0.55;
}

.focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-65:focus{
  --tw-text-opacity: 0.65;
}

.focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-85:focus{
  --tw-text-opacity: 0.85;
}

.focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95;
}

.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\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(85 70 192 / var(--tw-ring-opacity));
}

.focus\:ring-quinary\/10:focus{
  --tw-ring-color: rgb(136 150 244 / 0.1);
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:bg-clip-text:focus{
  background-clip: text;
  -webkit-background-clip: text;
}

.focus\:text-transparent:focus{
  color: transparent;
}

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

.disabled\:border:disabled{
  border-width: 1px;
}

.disabled\:border-quaternary:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(61 209 246 / var(--tw-border-opacity));
}

.disabled\:bg-neutral-03:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
}

.disabled\:bg-secondary:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(141 147 167 / var(--tw-bg-opacity));
}

.disabled\:bg-white:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.disabled\:text-quaternary:disabled{
  --tw-text-opacity: 1;
  color: rgb(61 209 246 / var(--tw-text-opacity));
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:flex{
  display: flex;
}

.group:hover .group-hover\:hidden{
  display: none;
}

.group:hover .group-hover\:-translate-x-0\.5{
  --tw-translate-x: -0.125rem;
  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\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  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\: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));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:scale-x-100{
  --tw-scale-x: 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));
}

.peer:checked ~ .peer-checked\:block{
  display: block;
}

.peer:checked ~ .peer-checked\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(85 70 192 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after{
  content: var(--tw-content);
  --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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.peer:focus ~ .peer-focus\:outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media not all and (min-width: 640px){
  .max-sm\:mt-12{
    margin-top: 3rem;
  }

  .max-sm\:h-\[calc\(100vh-3rem\)\]{
    height: calc(100vh - 3rem);
  }
}

@media (min-width: 320px){
  .xs\:hidden{
    display: none;
  }

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

  .xs\:max-w-\[9rem\]{
    max-width: 9rem;
  }

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

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

  .xs\:justify-evenly{
    justify-content: space-evenly;
  }

  .xs\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

@media (min-width: 640px){
  .sm\:mr-0{
    margin-right: 0px;
  }

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

  .sm\:h-screen{
    height: 100vh;
  }

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

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

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

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

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

  .sm\:text-\[0\.5rem\]{
    font-size: 0.5rem;
  }

  .sm\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .group:hover .sm\:group-hover\:hidden{
    display: none;
  }
}

@media (min-width: 768px){
  .md\:right-\[3\%\]{
    right: 3%;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-preview-page-layout{
    height: calc(100vh - 4rem);
  }

  .md\:h-screen{
    height: 100vh;
  }

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

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

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

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

  .md\:w-44{
    width: 11rem;
  }

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

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

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

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

  .md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .md\:text-wrap{
    text-wrap: wrap;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[0\.5rem\]{
    font-size: 0.5rem;
  }

  .md\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[45\%\]{
    height: 45%;
  }

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

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-\[60\%\]{
    max-height: 60%;
  }

  .lg\:max-h-\[calc\(100vh-31rem\)\]{
    max-height: calc(100vh - 31rem);
  }

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

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

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

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

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

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

  .lg\:w-44{
    width: 11rem;
  }

  .lg\:w-48{
    width: 12rem;
  }

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

  .lg\:w-7\/12{
    width: 58.333333%;
  }

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

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

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

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

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

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

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

  .lg\:w-\[calc\(100vw-20rem\)\]{
    width: calc(100vw - 20rem);
  }

  .lg\:w-\[calc\(100vw-30rem\)\]{
    width: calc(100vw - 30rem);
  }

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

  .lg\:max-w-\[22rem\]{
    max-width: 22rem;
  }

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

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

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

  .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgb(141 147 167 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

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

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

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

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[0\.5rem\]{
    font-size: 0.5rem;
  }

  .lg\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }

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

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px){
  .xl\:fixed{
    position: fixed;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:right-\[15\%\]{
    right: 15%;
  }

  .xl\:right-\[16\%\]{
    right: 16%;
  }

  .xl\:top-0{
    top: 0px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-12{
    height: 3rem;
  }

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

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

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-12{
    width: 3rem;
  }

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

  .xl\:w-3{
    width: 0.75rem;
  }

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

  .xl\:w-4\/5{
    width: 80%;
  }

  .xl\:w-5{
    width: 1.25rem;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-64{
    width: 16rem;
  }

  .xl\:w-8{
    width: 2rem;
  }

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

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

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

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

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

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

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

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

  .xl\:gap-2\.5{
    gap: 0.625rem;
  }

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

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-\[0\.5rem\]{
    font-size: 0.5rem;
  }

  .xl\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:top-4{
    top: 1rem;
  }

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

  .\32xl\:mt-0{
    margin-top: 0px;
  }

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

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

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

  .\32xl\:h-\[35\%\]{
    height: 35%;
  }

  .\32xl\:h-\[65\%\]{
    height: 65%;
  }

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

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

  .\32xl\:w-10{
    width: 2.5rem;
  }

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

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

  .\32xl\:w-4\/5{
    width: 80%;
  }

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

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

  .\32xl\:shrink-0{
    flex-shrink: 0;
  }

  .\32xl\:scale-\[1\.25\]{
    --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));
  }

  .\32xl\:scale-\[1\.2\]{
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    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));
  }

  .\32xl\:scale-\[1\.5\]{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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));
  }

  .\32xl\:gap-20{
    gap: 5rem;
  }

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:p-3{
    padding: 0.75rem;
  }

  .\32xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:pt-4{
    padding-top: 1rem;
  }

  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }

  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px){
  .min-\[1600px\]\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1800px){
  .min-\[1800px\]\:left-\[14\%\]{
    left: 14%;
  }

  .min-\[1800px\]\:top-16{
    top: 4rem;
  }

  .min-\[1800px\]\:mt-1{
    margin-top: 0.25rem;
  }

  .min-\[1800px\]\:mt-4{
    margin-top: 1rem;
  }

  .min-\[1800px\]\:mt-8{
    margin-top: 2rem;
  }

  .min-\[1800px\]\:h-4{
    height: 1rem;
  }

  .min-\[1800px\]\:w-4{
    width: 1rem;
  }

  .min-\[1800px\]\:w-60{
    width: 15rem;
  }

  .min-\[1800px\]\:w-72{
    width: 18rem;
  }

  .min-\[1800px\]\:w-80{
    width: 20rem;
  }

  .min-\[1800px\]\:w-\[28rem\]{
    width: 28rem;
  }

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

  .min-\[1800px\]\:w-full{
    width: 100%;
  }

  .min-\[1800px\]\:max-w-\[26rem\]{
    max-width: 26rem;
  }

  .min-\[1800px\]\:max-w-\[75\%\]{
    max-width: 75%;
  }

  .min-\[1800px\]\:flex-col{
    flex-direction: column;
  }

  .min-\[1800px\]\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .min-\[1800px\]\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .min-\[1800px\]\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .min-\[1800px\]\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .min-\[1800px\]\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .min-\[1800px\]\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .min-\[1800px\]\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .min-\[1800px\]\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .min-\[1800px\]\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .min-\[1800px\]\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .min-\[1800px\]\:leading-4{
    line-height: 1rem;
  }
}

@media (min-width: 2560px){
  .\33xl\:w-1\/4{
    width: 25%;
  }

  .\33xl\:w-1\/6{
    width: 16.666667%;
  }

  .\33xl\:w-5\/6{
    width: 83.333333%;
  }

  .\33xl\:gap-20{
    gap: 5rem;
  }

  .\33xl\:gap-40{
    gap: 10rem;
  }

  .\33xl\:gap-8{
    gap: 2rem;
  }

  .\33xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\33xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

.\[\&_img\]\:max-w-none img{
  max-width: none;
}

.\[\&_li\]\:mx-8 li{
  margin-left: 2rem;
  margin-right: 2rem;
}